This repository was archived by the owner on Jul 10, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 14 files changed +15
-15
lines changed
tutorials/charts-components-with-map-components-solution
coding-components/templates
map-components/tutorials/create-a-web-app-using-components-solution Expand file tree Collapse file tree 14 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import { defineCustomElements as defineChartsElements } from '@arcgis/charts-com
2121
2222// define custom elements in the browser, and load the assets from the CDN
2323defineChartsElements ( window , { resourcesUrl : 'https://js.arcgis.com/charts-components/4.29/t9n' } ) ;
24- defineCalciteElements ( window , { resourcesUrl : 'https://js.arcgis.com/calcite-components/2.4.0 /assets' } ) ;
24+ defineCalciteElements ( window , { resourcesUrl : 'https://js.arcgis.com/calcite-components/2.5.1 /assets' } ) ;
2525
2626const root = ReactDOM . createRoot ( document . getElementById ( 'root' ) ) ;
2727root . render (
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import { defineCustomElements as defineMapElements } from "@arcgis/map-component
2525 * you need to keep the version number in the path the same as the version of
2626 * `@esri/calcite-components` installed as a dependency of `@arcgis/map-components`.
2727 */
28- defineCalciteElements ( window , { resourcesUrl : "https://js.arcgis.com/calcite-components/2.4.0 /assets" } ) ;
28+ defineCalciteElements ( window , { resourcesUrl : "https://js.arcgis.com/calcite-components/2.5.1 /assets" } ) ;
2929
3030/**
3131 * Use the Map Components to define and lazy load the custom map elements.
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ export class AppComponent implements OnInit {
4141
4242 ngOnInit ( ) {
4343 // define custom elements in the browser, and load the assets from the CDN
44- defineCalciteElements ( window , { resourcesUrl : "https://js.arcgis.com/calcite-components/2.4.0 /assets" } ) ;
44+ defineCalciteElements ( window , { resourcesUrl : "https://js.arcgis.com/calcite-components/2.5.1 /assets" } ) ;
4545 defineCodingElements ( window , { resourcesUrl : "https://js.arcgis.com/coding-components/4.29/assets" } ) ;
4646 // Call async functions here
4747 this . fetch ( ) ;
Original file line number Diff line number Diff line change 11@import "https://js.arcgis.com/coding-components/4.29/arcgis-coding-components.css" ;
2- @import "https://js.arcgis.com/calcite-components/2.4.0 /calcite.css" ;
2+ @import "https://js.arcgis.com/calcite-components/2.5.1 /calcite.css" ;
33
44html ,
55body {
Original file line number Diff line number Diff line change 11@import "https://js.arcgis.com/coding-components/4.29/arcgis-coding-components.css" ;
2- @import "https://js.arcgis.com/calcite-components/2.4.0 /calcite.css" ;
2+ @import "https://js.arcgis.com/calcite-components/2.5.1 /calcite.css" ;
33
44html ,
55body {
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import { defineCustomElements as defineCodingElements } from "@arcgis/coding-com
2121
2222// define custom elements in the browser, and load the assets from the CDN
2323defineCodingElements ( window , { resourcesUrl : "https://js.arcgis.com/coding-components/4.29/assets" } ) ;
24- defineCalciteElements ( window , { resourcesUrl : "https://js.arcgis.com/calcite-components/2.4.0 /assets" } ) ;
24+ defineCalciteElements ( window , { resourcesUrl : "https://js.arcgis.com/calcite-components/2.5.1 /assets" } ) ;
2525
2626const root = ReactDOM . createRoot ( document . getElementById ( "root" ) ) ;
2727root . render (
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import { defineCustomElements as defineCalciteElements } from "@esri/calcite-com
2121import { defineCustomElements as defineCodingElements } from "@arcgis/coding-components/dist/loader" ;
2222
2323// define custom elements in the browser, and load the assets from the CDN
24- defineCalciteElements ( window , { resourcesUrl : "https://js.arcgis.com/calcite-components/2.4.0 /assets" } ) ;
24+ defineCalciteElements ( window , { resourcesUrl : "https://js.arcgis.com/calcite-components/2.5.1 /assets" } ) ;
2525defineCodingElements ( window , { resourcesUrl : "https://js.arcgis.com/coding-components/4.29/assets" } ) ;
2626
2727( async ( ) => {
Original file line number Diff line number Diff line change 11@import "https://js.arcgis.com/coding-components/4.29/arcgis-coding-components.css" ;
2- @import "https://js.arcgis.com/calcite-components/2.4.0 /calcite.css" ;
2+ @import "https://js.arcgis.com/calcite-components/2.5.1 /calcite.css" ;
33
44html ,
55body {
Original file line number Diff line number Diff line change 11@import "https://js.arcgis.com/coding-components/4.29/arcgis-coding-components.css" ;
2- @import "https://js.arcgis.com/calcite-components/2.4.0 /calcite.css" ;
2+ @import "https://js.arcgis.com/calcite-components/2.5.1 /calcite.css" ;
33
44html ,
55body {
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import { defineCustomElements as defineCalciteElements } from "@esri/calcite-com
2222import { defineCustomElements as defineCodingElements } from "@arcgis/coding-components/dist/loader" ;
2323
2424// define custom elements in the browser, and load the assets from the CDN
25- defineCalciteElements ( window , { resourcesUrl : "https://js.arcgis.com/calcite-components/2.4.0 /assets" } ) ;
25+ defineCalciteElements ( window , { resourcesUrl : "https://js.arcgis.com/calcite-components/2.5.1 /assets" } ) ;
2626defineCodingElements ( window , { resourcesUrl : "https://js.arcgis.com/coding-components/4.29/assets" } ) ;
2727
2828createApp ( App ) . mount ( '#app' ) ;
You can’t perform that action at this time.
0 commit comments