File tree Expand file tree Collapse file tree
src/main/js/bundles/dn_labeling Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414/// limitations under the License.
1515///
1616
17- import { generalize , planarLength , geodesicLength } from "esri /geometry/geometryEngineAsync" ;
18- import Polyline from "esri /geometry/Polyline" ;
19- import Graphic from "esri /Graphic" ;
20- import Point from "esri /geometry/Point" ;
17+ import { generalize , planarLength , geodesicLength } from "@arcgis/core /geometry/geometryEngineAsync" ;
18+ import Polyline from "@arcgis/core /geometry/Polyline" ;
19+ import Graphic from "@arcgis/core /Graphic" ;
20+ import Point from "@arcgis/core /geometry/Point" ;
2121
2222import { MapWidgetModel } from "map-widget/api" ;
2323import { GeneralizationConfig } from "../../types/GeneralizationConfig" ;
Original file line number Diff line number Diff line change 1414/// limitations under the License.
1515///
1616
17- import Graphic from "esri /Graphic" ;
18- import Draw from "esri /views/draw/Draw" ;
19- import Point from "esri /geometry/Point" ;
20- import Extent from "esri /geometry/Extent" ;
21- import { geodesicLength , planarLength } from "esri /geometry/geometryEngine" ;
17+ import Graphic from "@arcgis/core /Graphic" ;
18+ import Draw from "@arcgis/core /views/draw/Draw" ;
19+ import Point from "@arcgis/core /geometry/Point" ;
20+ import Extent from "@arcgis/core /geometry/Extent" ;
21+ import { geodesicLength , planarLength } from "@arcgis/core /geometry/geometryEngine" ;
2222import LabelCreator from "./LabelCreator" ;
23- import { watch } from "esri /core/reactiveUtils" ;
23+ import { watch } from "@arcgis/core /core/reactiveUtils" ;
2424import { Observers , createObservers } from "apprt-core/Observers" ;
2525import async from "apprt-core/async" ;
2626
2727import type { InjectedReference } from "apprt-core/InjectedReference" ;
2828import LabelingModel from "./LabelingModel" ;
2929import { MapWidgetModel } from "map-widget/api" ;
30- import Collection from "esri /core/Collection" ;
30+ import Collection from "@arcgis/core /core/Collection" ;
3131
3232export default class LabelingController {
3333
Original file line number Diff line number Diff line change 99 ],
1010 "main" : " " ,
1111 "dependencies" : {
12- "ct" : " ^4.13 .0" ,
13- "apprt-core" : " ^4.13 .0" ,
14- "apprt-binding" : " ^4.13 .0" ,
15- "apprt-vue" : " ^4.13 .0" ,
16- "esri " : " ^4.22 .0"
12+ "ct" : " ^4.20 .0" ,
13+ "apprt-core" : " ^4.20 .0" ,
14+ "apprt-binding" : " ^4.20 .0" ,
15+ "apprt-vue" : " ^4.20 .0" ,
16+ "@arcgis/core " : " ^4.33 .0"
1717 },
1818 "productName" : " devnet-mapapps-labeling" ,
1919 "layout-widgets" : [
You can’t perform that action at this time.
0 commit comments