@conterra/ct-mapapps-typings 4.20.1 → 4.20.2-RC-1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (230) hide show
  1. package/agssearch/api.d.ts +2 -2
  2. package/agssearch/package.json +1 -1
  3. package/apprt/Bundle.d.ts +1 -1
  4. package/apprt/EnvironmentRuleMatcher.d.ts +2 -1
  5. package/apprt/api/index.d.ts +1 -0
  6. package/apprt/api/internal.d.ts +2 -2
  7. package/apprt/launch/BundleController.d.ts +4 -2
  8. package/apprt/launch/Launcher.d.ts +23 -3
  9. package/apprt/launch/layer-min.d.ts +1 -1
  10. package/apprt/launch/layer.d.ts +1 -1
  11. package/apprt/package.json +1 -1
  12. package/apprt/semverrange.d.ts +2 -1
  13. package/apprt/support/ServiceRegistrations.d.ts +3 -2
  14. package/apprt/tracker/BundleTracker.d.ts +2 -1
  15. package/apprt/tracker/ServiceTracker.d.ts +3 -2
  16. package/apprt-binding/Binding.d.ts +2 -1
  17. package/apprt-binding/Transformers.d.ts +2 -1
  18. package/apprt-binding/package.json +1 -1
  19. package/apprt-core/AsyncTask.d.ts +2 -1
  20. package/apprt-core/Cancel.d.ts +2 -1
  21. package/apprt-core/CancelablePromise.d.ts +2 -1
  22. package/apprt-core/Events.d.ts +34 -27
  23. package/apprt-core/Exception.d.ts +2 -1
  24. package/apprt-core/InjectedReference.d.ts +2 -1
  25. package/apprt-core/Locale.d.ts +0 -1
  26. package/apprt-core/Logger.d.ts +2 -1
  27. package/apprt-core/Mutable.d.ts +2 -1
  28. package/apprt-core/Observers.d.ts +2 -1
  29. package/apprt-core/Promise.d.ts +2 -1
  30. package/apprt-core/PropertyPath.d.ts +2 -1
  31. package/apprt-core/TaskExecutor.d.ts +2 -1
  32. package/apprt-core/TreeWalker.d.ts +2 -1
  33. package/apprt-core/Types.d.ts +3 -2
  34. package/apprt-core/clone.d.ts +2 -1
  35. package/apprt-core/comparators.d.ts +2 -4
  36. package/apprt-core/config.d.ts +9 -8
  37. package/apprt-core/freeze.d.ts +2 -1
  38. package/apprt-core/join.d.ts +2 -1
  39. package/apprt-core/load-css.d.ts +2 -1
  40. package/apprt-core/load-js.d.ts +3 -2
  41. package/apprt-core/package.json +1 -1
  42. package/apprt-core/parallel.d.ts +2 -1
  43. package/apprt-core/promise-utils.d.ts +2 -1
  44. package/apprt-core/string-replace.d.ts +2 -1
  45. package/apprt-dom/index.d.ts +2 -1
  46. package/apprt-dom/package.json +1 -1
  47. package/apprt-fetch/index.d.ts +3 -2
  48. package/apprt-fetch/package.json +1 -1
  49. package/apprt-streams/Stream.d.ts +1 -1
  50. package/apprt-streams/package.json +1 -1
  51. package/apprt-tokens/package.json +1 -1
  52. package/apprt-vue/package.json +1 -1
  53. package/apprt-vuetify/RegisterVuetify.d.ts +1 -1
  54. package/apprt-vuetify/components/copyText.d.ts +8 -0
  55. package/apprt-vuetify/package.json +1 -1
  56. package/coordinateconversion/api.d.ts +182 -0
  57. package/coordinateconversion/package.json +5 -0
  58. package/coordinatetransformer/api/CoordinateTransformer.d.ts +6 -4
  59. package/coordinatetransformer/api/ProjectionStore.d.ts +4 -2
  60. package/coordinatetransformer/api/TransformationProvider.d.ts +6 -4
  61. package/coordinatetransformer/api/TransformerStrategy.d.ts +4 -2
  62. package/coordinatetransformer/api/index.d.ts +6 -4
  63. package/coordinatetransformer/package.json +1 -1
  64. package/ct/async.d.ts +1 -1
  65. package/ct/mapping/geometry.d.ts +6 -6
  66. package/ct/package.json +1 -1
  67. package/ct/tools/Tool.d.ts +300 -2
  68. package/dataform/package.json +1 -1
  69. package/dataview/package.json +1 -1
  70. package/domains-system/package.json +1 -1
  71. package/editing/api.d.ts +5 -15
  72. package/editing/package.json +1 -1
  73. package/esri-widgets/EsriDijit.d.ts +2 -1
  74. package/esri-widgets/package.json +1 -1
  75. package/geojson/api.d.ts +6 -6
  76. package/geojson/package.json +1 -1
  77. package/geometryservice/api.d.ts +15 -15
  78. package/geometryservice/package.json +1 -1
  79. package/graphics/GraphicsBuilder.d.ts +1 -1
  80. package/graphics/package.json +1 -1
  81. package/highlights/api.d.ts +4 -4
  82. package/highlights/package.json +1 -1
  83. package/integration-map/package.json +1 -1
  84. package/managementlayout/package.json +1 -1
  85. package/map-actions/api.d.ts +2 -2
  86. package/map-actions/package.json +1 -1
  87. package/map-basemaps-api/BasemapItem.d.ts +2 -9
  88. package/map-basemaps-api/BasemapsModel.d.ts +1 -1
  89. package/map-basemaps-api/api.d.ts +1 -1
  90. package/map-basemaps-api/package.json +1 -1
  91. package/map-config-api/api.d.ts +38 -38
  92. package/map-config-api/package.json +1 -1
  93. package/map-init/api.d.ts +1 -1
  94. package/map-init/package.json +1 -1
  95. package/map-widget/Constraints.d.ts +16 -11
  96. package/map-widget/LayerObserver.d.ts +7 -6
  97. package/map-widget/LayerTraverser.d.ts +7 -6
  98. package/map-widget/MapWidgetFactory.d.ts +17 -11
  99. package/map-widget/MapWidgetModel.d.ts +16 -11
  100. package/map-widget/Navigation.d.ts +9 -2
  101. package/map-widget/ViewReadyWatcher.d.ts +18 -12
  102. package/map-widget/__internal__/{DTPbI1Aa.d.ts → ChgqPGgf.d.ts} +54 -10
  103. package/map-widget/api/BaseTypes.d.ts +6 -0
  104. package/map-widget/api/Constraints.d.ts +16 -11
  105. package/map-widget/api/MapWidget.d.ts +16 -11
  106. package/map-widget/api/MapWidgetFactory.d.ts +19 -14
  107. package/map-widget/api/MapWidgetModel.d.ts +16 -11
  108. package/map-widget/api/MapWidgetRegistration.d.ts +17 -12
  109. package/map-widget/api/Navigation.d.ts +15 -2
  110. package/map-widget/api/SrsChangeService.d.ts +16 -11
  111. package/map-widget/api/VisibilityState.d.ts +109 -0
  112. package/map-widget/api/index.d.ts +17 -12
  113. package/map-widget/package.json +1 -1
  114. package/mapdraw-api/api.d.ts +3 -3
  115. package/mapdraw-api/package.json +1 -1
  116. package/mapnavigation/package.json +1 -1
  117. package/maptips/api.d.ts +2 -2
  118. package/maptips/package.json +1 -1
  119. package/measurement-2d/api.d.ts +3 -2
  120. package/measurement-2d/package.json +1 -1
  121. package/measurement-3d/api.d.ts +1 -1
  122. package/measurement-3d/package.json +1 -1
  123. package/package.json +6 -6
  124. package/parametermanager/package.json +1 -1
  125. package/popups/Action.d.ts +7 -7
  126. package/popups/BaseAction.d.ts +10 -9
  127. package/popups/ContentUpdateProxy.d.ts +5 -4
  128. package/popups/api.d.ts +6 -5
  129. package/popups/package.json +1 -1
  130. package/portal-security/api.d.ts +1 -1
  131. package/portal-security/package.json +1 -1
  132. package/result-api/__internal__/{Bnw4PH_u.d.ts → BGEg3fBn.d.ts} +38 -5
  133. package/result-api/api/actions.d.ts +3 -2
  134. package/result-api/api/formatting.d.ts +3 -2
  135. package/result-api/api/index.d.ts +3 -2
  136. package/result-api/api/model.d.ts +3 -2
  137. package/result-api/api/service.d.ts +9 -2
  138. package/result-api/api/ui.d.ts +3 -2
  139. package/result-api/package.json +1 -1
  140. package/search-api/api.d.ts +16 -2
  141. package/search-api/package.json +1 -1
  142. package/search-ui/api.d.ts +2 -1
  143. package/search-ui/package.json +1 -1
  144. package/selection-services/DrawingSpatialInputAction.d.ts +3 -2
  145. package/selection-services/SearchSource.d.ts +5 -4
  146. package/selection-services/SpatialInputAction.d.ts +3 -2
  147. package/selection-services/TolerancePointDrawingInputAction.d.ts +1 -1
  148. package/selection-services/api/index.d.ts +1 -1
  149. package/selection-services/package.json +1 -1
  150. package/store-api/ComplexQuery.d.ts +3 -2
  151. package/store-api/InMemoryStore.d.ts +6 -5
  152. package/store-api/QueryExecution.d.ts +2 -1
  153. package/store-api/QueryExecutions.d.ts +3 -2
  154. package/store-api/QueryResults.d.ts +1 -3
  155. package/store-api/SpatialQuery.d.ts +3 -2
  156. package/store-api/api/ComplexQueryLang.d.ts +1 -1
  157. package/store-api/api/Store.d.ts +2 -10
  158. package/store-api/api/index.d.ts +1 -1
  159. package/store-api/package.json +1 -1
  160. package/store-api/rest/BaseRestStore.d.ts +3 -2
  161. package/store-api/rest/BaseWriteableRestStore.d.ts +1 -1
  162. package/store-api/rest/ComplexQueryToSQL.d.ts +1 -1
  163. package/store-api/rest/ComplexQueryToSolrQL.d.ts +3 -2
  164. package/store-api/rest/RQLStore.d.ts +1 -1
  165. package/store-api/rest/SQLStore.d.ts +1 -1
  166. package/store-api/utils.d.ts +2 -6
  167. package/system/api/internal.d.ts +1 -1
  168. package/system/package.json +1 -1
  169. package/system/user/Authentication.d.ts +3 -2
  170. package/system/user/Authorization.d.ts +2 -1
  171. package/system/user/User.d.ts +2 -1
  172. package/templatelayout/package.json +1 -1
  173. package/test-utils/package.json +1 -1
  174. package/test-utils/waitFor.d.ts +2 -1
  175. package/theme-tester/package.json +1 -1
  176. package/toc/api/Action.d.ts +4 -4
  177. package/toc/api/Item.d.ts +5 -5
  178. package/toc/api/StateChecker.d.ts +4 -4
  179. package/toc/api/index.d.ts +4 -4
  180. package/toc/package.json +1 -1
  181. package/toolrules/package.json +1 -1
  182. package/vuetify-component-overview/package.json +1 -1
  183. package/windowmanager/package.json +1 -1
  184. package/wizard/package.json +1 -1
  185. package/apprt-core/Observable.d.ts +0 -55
  186. package/apprt-request/api.d.ts +0 -340
  187. package/apprt-request/main.d.ts +0 -6
  188. package/apprt-request/package.json +0 -5
  189. package/apprt-request/request.d.ts +0 -8
  190. package/apprt-vue/directives/clipboard.d.ts +0 -15
  191. package/ct/api/omnisearch/ResultHandler.d.ts +0 -3
  192. package/ct/api/omnisearch/Store.d.ts +0 -3
  193. package/ct/request.d.ts +0 -17
  194. package/ct/ui/controls/mobile/DropDownMenu.d.ts +0 -3
  195. package/omnisearch/ActionsHandler.d.ts +0 -9
  196. package/omnisearch/DrawHandler.d.ts +0 -9
  197. package/omnisearch/DropDownMenu.d.ts +0 -3
  198. package/omnisearch/OmniSearchFactory.d.ts +0 -3
  199. package/omnisearch/OmniSearchModel.d.ts +0 -3
  200. package/omnisearch/RadioButton.d.ts +0 -3
  201. package/omnisearch/ResultCommand.d.ts +0 -9
  202. package/omnisearch/SearchUI.d.ts +0 -3
  203. package/omnisearch/SettingsWidget.d.ts +0 -3
  204. package/omnisearch/ZoomHandler.d.ts +0 -8
  205. package/omnisearch/package.json +0 -5
  206. package/resultcenter/ActionController.d.ts +0 -3
  207. package/resultcenter/BaseCommand.d.ts +0 -3
  208. package/resultcenter/DataModel.d.ts +0 -3
  209. package/resultcenter/DataModelBroadcaster.d.ts +0 -3
  210. package/resultcenter/DataModelMapController.d.ts +0 -25
  211. package/resultcenter/DataViewController.d.ts +0 -3
  212. package/resultcenter/DataViewStore.d.ts +0 -3
  213. package/resultcenter/ExportResultsCommand.d.ts +0 -12
  214. package/resultcenter/FeatureMapVisualizer.d.ts +0 -35
  215. package/resultcenter/GraphicResolverFactory.d.ts +0 -15
  216. package/resultcenter/OpenPopupService.d.ts +0 -5
  217. package/resultcenter/PostfixAttributeTableLookupStrategy.d.ts +0 -3
  218. package/resultcenter/RemoveResultsCommand.d.ts +0 -6
  219. package/resultcenter/RestrictQueriesToView.d.ts +0 -3
  220. package/resultcenter/ResultcenterToolRuleProcessor.d.ts +0 -3
  221. package/resultcenter/SearchStoreHandler.d.ts +0 -8
  222. package/resultcenter/SelectAllResultsCommand.d.ts +0 -11
  223. package/resultcenter/StoreEventReceiver.d.ts +0 -3
  224. package/resultcenter/StoreRegistration.d.ts +0 -3
  225. package/resultcenter/TriggerShowResultCenter.d.ts +0 -3
  226. package/resultcenter/VisualizationLayerResolver.d.ts +0 -13
  227. package/resultcenter/package.json +0 -5
  228. package/selection-resultcenter/CachingStore.d.ts +0 -229
  229. package/selection-resultcenter/MemoryStore.d.ts +0 -10
  230. package/selection-resultcenter/package.json +0 -5
@@ -1,8 +1,9 @@
1
- export { ArcadeFormatOptions, CollectionChangedEvent, Column, ColumnAlign, ColumnProvider, ColumnProviderFactory, DataSource, DataTable, DataTableCollection, DataTableCollectionEvents, DataTableEvents, DataTableId, DataTableWatchProperties, Dataset, DatasetCapabilities, DatasetEvents, DatasetField, DatasetItem, DatasetItemId, DatasetItemIdsProvider, DatasetState, DatasetWatchProperties, DateTimeFormat, DateTimeFormatOptions, FORMATTER_COMBINED_IDENTIFIER, FORMATTER_DOMAIN_VALUE_IDENTIFIER, FORMATTER_ID_IDENTIFIER, Filter, FocusChangedEvent, Formatter, FormatterFacade, FormatterOptions, FormattingInfo, FormattingInfoProvider, ItemCount, NumberFormatOptions, QueryDefinition, QueryResult, RowEvent, RowItem, SELECTION_COLUMN_NAME, Selection, SelectionEvents, SortSpecifier, SuggestFilter, TableItem, TableModel, TableModelEvents, TableModelState, TableModelWatchProperties, WellKnownFormatterOptions } from '../__internal__/Bnw4PH_u.js';
1
+ export { ArcadeFormatOptions, CollectionChangedEvent, Column, ColumnAlign, ColumnProvider, ColumnProviderFactory, DataSource, DataTable, DataTableCollection, DataTableCollectionEvents, DataTableEvents, DataTableId, DataTableWatchProperties, Dataset, DatasetCapabilities, DatasetEvents, DatasetField, DatasetItem, DatasetItemId, DatasetItemIdsProvider, DatasetState, DatasetWatchProperties, DateTimeFormat, DateTimeFormatOptions, FORMATTER_COMBINED_IDENTIFIER, FORMATTER_DOMAIN_VALUE_IDENTIFIER, FORMATTER_ID_IDENTIFIER, Filter, FocusChangedEvent, Formatter, FormatterFacade, FormatterOptions, FormattingInfo, FormattingInfoProvider, ItemCount, NumberFormatOptions, QueryDefinition, QueryResult, RowEvent, RowItem, SELECTION_COLUMN_NAME, Selection, SelectionEvents, SortSpecifier, SuggestFilter, TableItem, TableModel, TableModelEvents, TableModelState, TableModelWatchProperties, WellKnownFormatterOptions } from '../__internal__/BGEg3fBn.js';
2
2
  export { DataTableFactory, ResultViewerService, ResultViewerServiceEvents, ResultViewerServiceOpenOptions } from './service.js';
3
3
  export { DataTableUi, DataTableUiConfig, DataTableUiEvents, DataTableUiFactory } from './ui.js';
4
4
  export { BulkActionContext, BulkButtonTableAction, BulkTableAction, RowActionContext, RowButtonTableAction, RowTableAction, TableAction, TableActionDisplayState, TableActionDisplayStateProvider, TableActionItem, TableActionResolver, TableActionResolverContext, TableActionResolverContextEvents, TableActionResolverContextOptions, TableActionUIType } from './actions.js';
5
5
  import 'apprt-core/Types';
6
- import 'esri/geometry';
6
+ import '@arcgis/core/geometry';
7
+ import '@arcgis/core/geometry/SpatialReference';
7
8
  import 'store-api/api';
8
9
  import 'apprt-core/Events';
@@ -1,4 +1,5 @@
1
1
  import 'apprt-core/Types';
2
- import 'esri/geometry';
2
+ import '@arcgis/core/geometry';
3
+ import '@arcgis/core/geometry/SpatialReference';
3
4
  import 'store-api/api';
4
- export { CollectionChangedEvent, Column, ColumnAlign, ColumnProvider, ColumnProviderFactory, DataSource, DataTable, DataTableCollection, DataTableCollectionEvents, DataTableEvents, DataTableId, DataTableWatchProperties, Dataset, DatasetCapabilities, DatasetEvents, DatasetField, DatasetItem, DatasetItemId, DatasetItemIdsProvider, DatasetState, DatasetWatchProperties, Filter, FocusChangedEvent, ItemCount, QueryDefinition, QueryResult, RowEvent, RowItem, SELECTION_COLUMN_NAME, Selection, SelectionEvents, SortSpecifier, SuggestFilter, TableItem, TableModel, TableModelEvents, TableModelState, TableModelWatchProperties } from '../__internal__/Bnw4PH_u.js';
5
+ export { CollectionChangedEvent, Column, ColumnAlign, ColumnProvider, ColumnProviderFactory, DataSource, DataTable, DataTableCollection, DataTableCollectionEvents, DataTableEvents, DataTableId, DataTableWatchProperties, Dataset, DatasetCapabilities, DatasetEvents, DatasetField, DatasetItem, DatasetItemId, DatasetItemIdsProvider, DatasetState, DatasetWatchProperties, Filter, FocusChangedEvent, ItemCount, QueryDefinition, QueryResult, RowEvent, RowItem, SELECTION_COLUMN_NAME, Selection, SelectionEvents, SortSpecifier, SuggestFilter, TableItem, TableModel, TableModelEvents, TableModelState, TableModelWatchProperties } from '../__internal__/BGEg3fBn.js';
@@ -1,7 +1,8 @@
1
1
  import { Store, ComplexQueryExpression, QueryOptions } from 'store-api/api';
2
- import { DataTableCollection, DataTable, DatasetItemIdsProvider } from '../__internal__/Bnw4PH_u.js';
2
+ import { DataTableCollection, DataTable, DatasetItemIdsProvider } from '../__internal__/BGEg3fBn.js';
3
3
  import { EventSource, Handle } from 'apprt-core/Types';
4
- import 'esri/geometry';
4
+ import '@arcgis/core/geometry';
5
+ import '@arcgis/core/geometry/SpatialReference';
5
6
 
6
7
  /** Events fired by the data table service */
7
8
  interface ResultViewerServiceEvents {
@@ -82,6 +83,12 @@ interface ResultViewerService extends EventSource<ResultViewerServiceEvents> {
82
83
  * Provides access to a factory to assemble DataTables.
83
84
  */
84
85
  readonly dataTableFactory: DataTableFactory;
86
+ /**
87
+ * Controls whether results are visualized and interactive on the map.
88
+ * When enabled, result features are highlighted on the map and selecting
89
+ * a data table will automatically zoom to its features.
90
+ */
91
+ enableMapInteraction: boolean;
85
92
  }
86
93
  /**
87
94
  * Factory for data tables.
@@ -1,6 +1,7 @@
1
- import { DataTableCollection } from '../__internal__/Bnw4PH_u.js';
1
+ import { DataTableCollection } from '../__internal__/BGEg3fBn.js';
2
2
  import { EventSource } from 'apprt-core/Types';
3
- import 'esri/geometry';
3
+ import '@arcgis/core/geometry';
4
+ import '@arcgis/core/geometry/SpatialReference';
4
5
  import 'store-api/api';
5
6
 
6
7
  /**
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "result-api",
3
- "version": "4.20.1",
3
+ "version": "4.20.2-RC-1",
4
4
  "types": ""
5
5
  }
@@ -50,6 +50,15 @@ interface SearchOptions {
50
50
  * The default value is `15`.
51
51
  */
52
52
  count?: number;
53
+ /**
54
+ * Whether to request the number of total results from the queries stores.
55
+ *
56
+ * This is true by default for backwards compatibility reasons.
57
+ * Set this to `false` to skip requesting the total result count.
58
+ *
59
+ * See also {@link ResultSet.total}.
60
+ */
61
+ queryTotal?: boolean;
53
62
  /**
54
63
  * An optional array of map action IDs.
55
64
  * The associated map actions are triggered when an item is selected (see {@link ResultItem.select}).
@@ -113,8 +122,13 @@ interface ResultGroup {
113
122
  interface ResultSet {
114
123
  /** Result items, up to the requested amount. */
115
124
  readonly items: ResultItem[];
116
- /** Total number of available results */
117
- readonly total: number;
125
+ /**
126
+ * Total number of available results.
127
+ *
128
+ * This is present if the `queryTotal` option is set to `true` (the default).
129
+ * This is always undefined if `queryTotal` is set to `false`.
130
+ */
131
+ readonly total: number | undefined;
118
132
  /**
119
133
  * Selects multiple items at once.
120
134
  * The items must belong to this result set (from `this.items`).
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "search-api",
3
- "version": "4.20.1",
3
+ "version": "4.20.2-RC-1",
4
4
  "types": ""
5
5
  }
@@ -53,7 +53,8 @@ interface SearchUiService extends EventSource<SearchUiServiceEvents> {
53
53
  }
54
54
  /**
55
55
  * Interface to react on the 'Enter' key pressed event of the search-ui input field. It will provide the
56
- * current text from the input field to another component. This interface is used by the product `smart.finder`
56
+ * current text from the input field to another component.
57
+ *
57
58
  * Only one action is allowed. It must be registered as a service which provides `search-ui.EnterKeyAction`.
58
59
  */
59
60
  interface SearchUiEnterKeyAction {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "search-ui",
3
- "version": "4.20.1",
3
+ "version": "4.20.2-RC-1",
4
4
  "types": ""
5
5
  }
@@ -1,7 +1,7 @@
1
1
  import CancelablePromise from 'apprt-core/CancelablePromise';
2
2
  import SpatialInputActionImpl, { CommonSpatialInputActionOptions } from './SpatialInputAction.js';
3
3
  import { MapWidgetModel } from 'map-widget/api';
4
- import { Geometry } from 'esri/geometry';
4
+ import { Geometry } from '@arcgis/core/geometry';
5
5
  import { DrawingFactory, Drawing } from 'mapdraw-api/api';
6
6
  import './api/index.js';
7
7
  import 'store-api/QueryExecutions';
@@ -26,4 +26,5 @@ declare class DrawingSpatialInputAction extends SpatialInputActionImpl {
26
26
  _intercept(geometry: Geometry, options: Record<string, any>): Geometry;
27
27
  }
28
28
 
29
- export { type DrawingSpatialInputActionOptions, DrawingSpatialInputAction as default };
29
+ export { DrawingSpatialInputAction as default };
30
+ export type { DrawingSpatialInputActionOptions };
@@ -1,8 +1,8 @@
1
- import { SpatialQueryModifier, SearchSource } from './api/index.js';
2
- import { Store } from 'store-api/api';
3
1
  import { ServiceProperties } from 'apprt/api';
2
+ import { Store } from 'store-api/api';
3
+ import { SpatialQueryModifier, SearchSource } from './api/index.js';
4
4
  import 'apprt-core/CancelablePromise';
5
- import 'esri/geometry';
5
+ import '@arcgis/core/geometry';
6
6
  import 'store-api/QueryExecutions';
7
7
  import 'apprt-core/Types';
8
8
 
@@ -42,4 +42,5 @@ interface SearchSourceConstructor {
42
42
  }
43
43
  declare const _default: SearchSourceConstructor;
44
44
 
45
- export { type SearchSourceConstructor, type SearchSourceConstructorOptions, _default as default };
45
+ export { _default as default };
46
+ export type { SearchSourceConstructor, SearchSourceConstructorOptions };
@@ -1,6 +1,6 @@
1
1
  import CancelablePromise from 'apprt-core/CancelablePromise';
2
2
  import { SpatialInputAction } from './api/index.js';
3
- import { Geometry } from 'esri/geometry';
3
+ import { Geometry } from '@arcgis/core/geometry';
4
4
  import 'store-api/QueryExecutions';
5
5
  import 'store-api/api';
6
6
  import 'apprt-core/Types';
@@ -31,4 +31,5 @@ declare class SpatialInputActionImpl implements SpatialInputAction {
31
31
  trigger(options: Record<string, any>): CancelablePromise<Geometry>;
32
32
  }
33
33
 
34
- export { type CommonSpatialInputActionOptions, SpatialInputActionImpl as default };
34
+ export { SpatialInputActionImpl as default };
35
+ export type { CommonSpatialInputActionOptions };
@@ -1,4 +1,4 @@
1
- import { Geometry } from 'esri/geometry';
1
+ import { Geometry } from '@arcgis/core/geometry';
2
2
  import DrawingSpatialInputAction, { DrawingSpatialInputActionOptions } from './DrawingSpatialInputAction.js';
3
3
  import 'apprt-core/CancelablePromise';
4
4
  import './SpatialInputAction.js';
@@ -1,5 +1,5 @@
1
1
  import CancelablePromise from 'apprt-core/CancelablePromise';
2
- import { Geometry } from 'esri/geometry';
2
+ import { Geometry } from '@arcgis/core/geometry';
3
3
  import { QueryExecutions } from 'store-api/QueryExecutions';
4
4
  import { Store, QueryOptions, IndexableThing } from 'store-api/api';
5
5
  import { Watchable } from 'apprt-core/Types';
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "selection-services",
3
- "version": "4.20.1",
3
+ "version": "4.20.2-RC-1",
4
4
  "types": ""
5
5
  }
@@ -1,5 +1,5 @@
1
1
  import { ComplexQueryExpression } from './api/ComplexQueryLang.js';
2
- import 'esri/geometry/Geometry';
2
+ import '@arcgis/core/geometry/Geometry';
3
3
 
4
4
  /**
5
5
  * Callback method that is triggered while walking over an AST.
@@ -292,4 +292,5 @@ declare class ComplexQuery {
292
292
  */
293
293
  declare function encodePostOrder<T>(encoder: Encoder<T>, walkerOrAst: Walker | AST): any;
294
294
 
295
- export { type AST, type ASTNode, type ChildVisitCallback, ComplexQuery, type ComplexQueryOptions, type Encoder, type OperatorChain, type OperatorImpl, type VisitCallback, type Walker, ComplexQuery as default, encodePostOrder, walkerForASTNode };
295
+ export { ComplexQuery, ComplexQuery as default, encodePostOrder, walkerForASTNode };
296
+ export type { AST, ASTNode, ChildVisitCallback, ComplexQueryOptions, Encoder, OperatorChain, OperatorImpl, VisitCallback, Walker };
@@ -1,7 +1,7 @@
1
- import { Evented } from 'apprt-core/Events';
1
+ import { Evented, EventSource, EventedOn } from 'apprt-core/Events';
2
2
  import { Metadata, StoreEvents, SyncStore, QueryOptions, ResultItems, SyncWritableStore, CreateOptions, AsyncStore, AsyncQueryResult, GetOptions, AsyncWritableStore } from './api/Store.js';
3
3
  import { ComplexQueryExpression } from './api/ComplexQueryLang.js';
4
- import 'esri/geometry/Geometry';
4
+ import '@arcgis/core/geometry/Geometry';
5
5
 
6
6
  /**
7
7
  * Constructor options of all in-memory store variants.
@@ -57,9 +57,9 @@ declare class SyncWritableInMemoryStore<ItemType extends Record<string, any>, ID
57
57
  /**
58
58
  * A readonly asynchronous store.
59
59
  */
60
- declare class AsyncInMemoryStore<ItemType extends Record<string, any>, IDType extends string | number> implements AsyncStore<ItemType, IDType> {
60
+ declare class AsyncInMemoryStore<ItemType extends Record<string, any>, IDType extends string | number> implements AsyncStore<ItemType, IDType>, EventSource<StoreEvents<IDType>> {
61
61
  protected _mem: SyncWritableStore<ItemType, IDType>;
62
- readonly on: AsyncStore<ItemType, IDType>["on"];
62
+ readonly on: EventedOn<StoreEvents<IDType>>;
63
63
  constructor(opts?: ConstructorOptions<ItemType>);
64
64
  get id(): string | undefined;
65
65
  get idProperty(): string | undefined;
@@ -77,4 +77,5 @@ declare class AsyncWritableInMemoryStore<ItemType extends Record<string, any>, I
77
77
  remove(id: IDType): Promise<void>;
78
78
  }
79
79
 
80
- export { AsyncInMemoryStore, AsyncWritableInMemoryStore, type ConstructorOptions, SyncInMemoryStore, SyncWritableInMemoryStore };
80
+ export { AsyncInMemoryStore, AsyncWritableInMemoryStore, SyncInMemoryStore, SyncWritableInMemoryStore };
81
+ export type { ConstructorOptions };
@@ -93,4 +93,5 @@ type QueryExecutionConstructor<T> = new (options?: QueryExecutionConstructorOpti
93
93
  /** Creates a QueryExecution */
94
94
  declare const _default: QueryExecutionConstructor<unknown>;
95
95
 
96
- export { type DataSource, type QueryExecution, type QueryExecutionConstructor, type QueryResult, type ResultItems, type Watchable, _default as default };
96
+ export { _default as default };
97
+ export type { DataSource, QueryExecution, QueryExecutionConstructor, QueryResult, ResultItems, Watchable };
@@ -1,4 +1,4 @@
1
- import { QueryExecution, Watchable } from './QueryExecution.js';
1
+ import { Watchable, QueryExecution } from './QueryExecution.js';
2
2
  import 'apprt-core/Mutable';
3
3
 
4
4
  type QueryExecutionsConstructorOptions = Partial<Pick<QueryExecutions, "executions">>;
@@ -47,4 +47,5 @@ type QueryExecutionsConstructor = new (options?: QueryExecutionsConstructorOptio
47
47
  */
48
48
  declare const _default: QueryExecutionsConstructor;
49
49
 
50
- export { type QueryExecutionStrategy, type QueryExecutions, type QueryExecutionsConstructor, _default as default };
50
+ export { _default as default };
51
+ export type { QueryExecutionStrategy, QueryExecutions, QueryExecutionsConstructor };
@@ -1,9 +1,7 @@
1
1
  import { toQueryResult } from './utils.js';
2
- import 'apprt-core/CancelablePromise';
3
- import 'apprt-core/Promise';
4
2
  import './ComplexQuery.js';
5
3
  import './api/ComplexQueryLang.js';
6
- import 'esri/geometry/Geometry';
4
+ import '@arcgis/core/geometry/Geometry';
7
5
  import './api/Store.js';
8
6
  import 'apprt-core/Events';
9
7
 
@@ -1,6 +1,6 @@
1
1
  import ComplexQuery, { ComplexQueryOptions } from './ComplexQuery.js';
2
2
  import './api/ComplexQueryLang.js';
3
- import 'esri/geometry/Geometry';
3
+ import '@arcgis/core/geometry/Geometry';
4
4
 
5
5
  /**
6
6
  * SpatialQuery registers and implements all SpatialOperators using the geometry engine of the esri js api.
@@ -31,4 +31,5 @@ interface SpatialQueryExtension {
31
31
  /** reexports ComplexQuery with spatial operators */
32
32
  declare const SpatialQuery: SpatialQueryType;
33
33
 
34
- export { SpatialQuery, type SpatialQueryExtension, type SpatialQueryType, SpatialQuery as default };
34
+ export { SpatialQuery, SpatialQuery as default };
35
+ export type { SpatialQueryExtension, SpatialQueryType };
@@ -1,4 +1,4 @@
1
- import Geometry from 'esri/geometry/Geometry';
1
+ import Geometry from '@arcgis/core/geometry/Geometry';
2
2
 
3
3
  /**
4
4
  * Language specification of a ComplexQuery.
@@ -1,6 +1,6 @@
1
1
  import { ComplexQueryExpression } from './ComplexQueryLang.js';
2
2
  import { EventSource } from 'apprt-core/Events';
3
- import 'esri/geometry/Geometry';
3
+ import '@arcgis/core/geometry/Geometry';
4
4
 
5
5
  /**
6
6
  * An object that allows index based access.
@@ -17,10 +17,6 @@ interface ResultItems<ItemType extends IndexableThing> extends ReadonlyArray<Ite
17
17
  * The client may query again with an appropriate `start` value.
18
18
  */
19
19
  readonly hasMore?: boolean;
20
- /** Function to cancel the query. It is always 'undefined' in synchronous responses.
21
- * @deprecated Use AbortOptions (AbortSignal)
22
- */
23
- readonly cancel?: undefined;
24
20
  /** Function to react on the provided result. It is always 'undefined' in synchronous responses. */
25
21
  readonly then?: undefined;
26
22
  }
@@ -33,10 +29,6 @@ interface AsyncQueryResult<ItemType extends IndexableThing> extends Promise<Resu
33
29
  * @deprecated transport the 'total' value on the result array.
34
30
  */
35
31
  readonly total?: Promise<number>;
36
- /** Function to cancel the query.
37
- * @deprecated Use AbortOptions (AbortSignal)
38
- */
39
- cancel?(msg?: string): void;
40
32
  }
41
33
  type QueryResult<ItemType extends IndexableThing> = ResultItems<ItemType> | AsyncQueryResult<ItemType>;
42
34
  /** Options to specify the results for queries. */
@@ -334,7 +326,7 @@ interface Metadata {
334
326
  readonly supportsGeometryGeneralization?: boolean;
335
327
  /**
336
328
  * Flag to indicate, if the store can react to the 'sort' option in queries.
337
- * If this flag ommited, the default value is 'true'.
329
+ * If this flag omitted, the default value is 'true'.
338
330
  */
339
331
  readonly supportsSorting?: boolean;
340
332
  /**
@@ -1,4 +1,4 @@
1
1
  export { AbortOptions, AllowedIdTypes, AsyncQueryResult, AsyncStore, AsyncWritableStore, CreateOptions, FieldData, GeometryOptions, GetOptions, IndexableThing, Metadata, PaginationOptions, QueryInterpretationOptions, QueryOptions, QueryResult, ResultItems, RetrievalOptions, SortItem, SortOptions, Store, StoreChangedEvent, StoreEvents, SyncStore, SyncWritableStore, WellKnownFieldTypes, WritableStore } from './Store.js';
2
2
  export { AndExpression, ComplexQueryExpression, ElementMatchExpression, EqualsExpression, EqualsWildCardExpression, ExistsExpression, GreaterExpression, GreaterOrEqual, InExpression, LesserExpression, LesserOrEqualExpression, LogicExpression, NOrExpression, NotEqualExpression, NotExpression, NotInExpression, OrExpression, ShortAndExpression, SpatialContainsExpression, SpatialCrossesExpression, SpatialEnvelopeIntersectsExpression, SpatialIntersectsExpression, SpatialOperatorExpression, SpatialOverlapsExpression, SpatialTouchesExpression, SpatialWithinExpression, SuggestExpression, ValueOperatorExpression } from './ComplexQueryLang.js';
3
3
  import 'apprt-core/Events';
4
- import 'esri/geometry/Geometry';
4
+ import '@arcgis/core/geometry/Geometry';
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "store-api",
3
- "version": "4.20.1",
3
+ "version": "4.20.2-RC-1",
4
4
  "types": ""
5
5
  }
@@ -2,7 +2,7 @@ import { ApprtRequestInit, ApprtRequestTarget, CustomFetch } from 'apprt-fetch';
2
2
  import { IndexableThing, AsyncStore, Metadata, GetOptions, QueryOptions, AsyncQueryResult, ResultItems } from '../api/Store.js';
3
3
  import { ComplexQueryExpression } from '../api/ComplexQueryLang.js';
4
4
  import 'apprt-core/Events';
5
- import 'esri/geometry/Geometry';
5
+ import '@arcgis/core/geometry/Geometry';
6
6
 
7
7
  /**
8
8
  * Additional request options.
@@ -180,4 +180,5 @@ declare class BaseRestStore<ItemType extends IndexableThing, IDType extends stri
180
180
  private _fetchMetadata;
181
181
  }
182
182
 
183
- export { BaseRestStore, type InternalRequestOptions, type MethodParameters, type RequestOptions };
183
+ export { BaseRestStore };
184
+ export type { InternalRequestOptions, MethodParameters, RequestOptions };
@@ -2,7 +2,7 @@ import { BaseRestStore, RequestOptions } from './BaseRestStore.js';
2
2
  import { IndexableThing, AsyncWritableStore, CreateOptions } from '../api/Store.js';
3
3
  import 'apprt-fetch';
4
4
  import '../api/ComplexQueryLang.js';
5
- import 'esri/geometry/Geometry';
5
+ import '@arcgis/core/geometry/Geometry';
6
6
  import 'apprt-core/Events';
7
7
 
8
8
  /**
@@ -1,6 +1,6 @@
1
1
  import { AST, Walker, ComplexQueryOptions, ASTNode } from '../ComplexQuery.js';
2
2
  import { ComplexQueryExpression } from '../api/ComplexQueryLang.js';
3
- import 'esri/geometry/Geometry';
3
+ import '@arcgis/core/geometry/Geometry';
4
4
 
5
5
  type Transformer = (node: ASTNode, queryOptions: ComplexQueryOptions, subResults?: string[]) => string;
6
6
  /**
@@ -1,6 +1,6 @@
1
1
  import { ComplexQueryExpression } from '../api/ComplexQueryLang.js';
2
2
  import { ComplexQueryOptions, ASTNode, AST, Walker } from '../ComplexQuery.js';
3
- import 'esri/geometry/Geometry';
3
+ import '@arcgis/core/geometry/Geometry';
4
4
 
5
5
  /**
6
6
  * Options extended by a 'geometryField'.
@@ -67,4 +67,5 @@ declare const toSolrQL: (query?: ComplexQueryExpression | undefined, options?: C
67
67
  declare const astToSolrQL: (astOrWalker: Walker | AST) => string;
68
68
  declare const _operatorMapping: Record<string, Transformer>;
69
69
 
70
- export { type ComplexQueryToSolrQLOptions, type CustomTransformer, type Transformer, _operatorMapping, astToSolrQL, overload, toSolrQL };
70
+ export { _operatorMapping, astToSolrQL, overload, toSolrQL };
71
+ export type { ComplexQueryToSolrQLOptions, CustomTransformer, Transformer };
@@ -3,7 +3,7 @@ import { ComplexQueryExpression } from '../api/ComplexQueryLang.js';
3
3
  import { BaseWriteableRestStore } from './BaseWriteableRestStore.js';
4
4
  import { ComplexQueryOptions, ASTNode } from '../ComplexQuery.js';
5
5
  import 'apprt-core/Events';
6
- import 'esri/geometry/Geometry';
6
+ import '@arcgis/core/geometry/Geometry';
7
7
  import './BaseRestStore.js';
8
8
  import 'apprt-fetch';
9
9
 
@@ -2,7 +2,7 @@ import { QueryOptions } from '../api/Store.js';
2
2
  import { ComplexQueryExpression } from '../api/ComplexQueryLang.js';
3
3
  import { BaseWriteableRestStore } from './BaseWriteableRestStore.js';
4
4
  import 'apprt-core/Events';
5
- import 'esri/geometry/Geometry';
5
+ import '@arcgis/core/geometry/Geometry';
6
6
  import './BaseRestStore.js';
7
7
  import 'apprt-fetch';
8
8
 
@@ -1,10 +1,8 @@
1
- import CancelablePromise from 'apprt-core/CancelablePromise';
2
- import CPromise from 'apprt-core/Promise';
3
1
  import { ComplexQueryOptions } from './ComplexQuery.js';
4
- import { IndexableThing, ResultItems, SortOptions, PaginationOptions, AsyncQueryResult, Metadata } from './api/Store.js';
2
+ import { ResultItems, AsyncQueryResult, IndexableThing, SortOptions, PaginationOptions, Metadata } from './api/Store.js';
5
3
  import { ComplexQueryExpression } from './api/ComplexQueryLang.js';
6
4
  import 'apprt-core/Events';
7
- import 'esri/geometry/Geometry';
5
+ import '@arcgis/core/geometry/Geometry';
8
6
 
9
7
  /**
10
8
  * Sorts the given {@link ResultItems} by the rules specified in "options.sort".
@@ -60,8 +58,6 @@ declare function buildResult<T extends {}>(items: ReadonlyArray<T>, total?: numb
60
58
  * @returns A QueryResult object.
61
59
  */
62
60
  declare function toQueryResult<T extends {}>(result: T[]): ResultItems<T>;
63
- declare function toQueryResult<T extends {}>(result: CPromise<ResultItems<T>>): AsyncQueryResult<T>;
64
- declare function toQueryResult<T extends {}>(result: CancelablePromise<T>): AsyncQueryResult<T>;
65
61
  declare function toQueryResult<T extends {}>(result: Promise<ResultItems<T>>): AsyncQueryResult<T>;
66
62
  declare function toQueryResult<T extends {}>(result: undefined): ResultItems<T>;
67
63
  /**
@@ -1,5 +1,5 @@
1
1
  import CancelablePromise from 'apprt-core/CancelablePromise';
2
- import { ComponentContext, Bundle, ComponentProperties, BundleContext, ServiceReference, ServiceInstance, BundleId, ServiceEvent, AnyPropertyValue, ConfigurationStore, ConfigAdminService, ConfigurationStoreEntry, Configuration, AppConfigJson } from 'apprt/api';
2
+ import { ServiceInstance, ComponentContext, ComponentProperties, Bundle, BundleContext, ServiceReference, BundleId, ServiceEvent, AnyPropertyValue, ConfigurationStore, ConfigAdminService, ConfigurationStoreEntry, Configuration, AppConfigJson } from 'apprt/api';
3
3
 
4
4
  interface InternalComponentContext<ExpectedServiceType extends ComponentServiceInstance> extends ComponentContext<ExpectedServiceType> {
5
5
  dispose(): void;
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "system",
3
- "version": "4.20.1",
3
+ "version": "4.20.2-RC-1",
4
4
  "types": ""
5
5
  }
@@ -1,4 +1,4 @@
1
- import { UserAdminService, Authentication, User } from 'apprt/api';
1
+ import { Authentication, UserAdminService, User } from 'apprt/api';
2
2
 
3
3
  interface AuthenticationOptions {
4
4
  name?: string;
@@ -21,4 +21,5 @@ declare class AuthenticationImpl implements Authentication {
21
21
  logout(): boolean | Promise<boolean>;
22
22
  }
23
23
 
24
- export { type AuthenticationOptions, AuthenticationImpl as default };
24
+ export { AuthenticationImpl as default };
25
+ export type { AuthenticationOptions };
@@ -15,4 +15,5 @@ declare class AuthorizationImpl implements Authorization {
15
15
  getRoles(): string[];
16
16
  }
17
17
 
18
- export { type AuthorizationOptions, AuthorizationImpl as default };
18
+ export { AuthorizationImpl as default };
19
+ export type { AuthorizationOptions };
@@ -12,4 +12,5 @@ declare class UserImpl implements User {
12
12
  get(key: string): any;
13
13
  }
14
14
 
15
- export { type UserOptions, UserImpl as default };
15
+ export { UserImpl as default };
16
+ export type { UserOptions };
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "templatelayout",
3
- "version": "4.20.1",
3
+ "version": "4.20.2-RC-1",
4
4
  "types": ""
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "test-utils",
3
- "version": "4.20.1",
3
+ "version": "4.20.2-RC-1",
4
4
  "types": ""
5
5
  }
@@ -49,4 +49,5 @@ declare function waitUntil<T>(resolver: () => Promise<T> | T, options?: WaitOpti
49
49
  */
50
50
  declare function sleep(timeout?: number): Promise<void>;
51
51
 
52
- export { type WaitOptions, sleep, waitFor, waitUntil };
52
+ export { sleep, waitFor, waitUntil };
53
+ export type { WaitOptions };
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "theme-tester",
3
- "version": "4.20.1",
3
+ "version": "4.20.2-RC-1",
4
4
  "types": ""
5
5
  }
@@ -1,8 +1,8 @@
1
1
  import { TocItem } from './Item.js';
2
- import 'esri/layers/Layer';
3
- import 'esri/layers/support/Sublayer';
4
- import 'esri/layers/support/WMSSublayer';
5
- import 'esri/Map';
2
+ import '@arcgis/core/layers/Layer';
3
+ import '@arcgis/core/layers/support/Sublayer';
4
+ import '@arcgis/core/layers/support/WMSSublayer';
5
+ import '@arcgis/core/Map';
6
6
 
7
7
  /**
8
8
  * Provides additional action definitions to the TOC.
package/toc/api/Item.d.ts CHANGED
@@ -1,7 +1,7 @@
1
- import Layer from 'esri/layers/Layer';
2
- import Sublayer from 'esri/layers/support/Sublayer';
3
- import WMSSublayer from 'esri/layers/support/WMSSublayer';
4
- import EsriMap from 'esri/Map';
1
+ import Layer from '@arcgis/core/layers/Layer';
2
+ import Sublayer from '@arcgis/core/layers/support/Sublayer';
3
+ import WMSSublayer from '@arcgis/core/layers/support/WMSSublayer';
4
+ import EsriMap from '@arcgis/core/Map';
5
5
 
6
6
  type SublayerType = Sublayer | WMSSublayer;
7
7
  type RefType = EsriMap | Layer | SublayerType;
@@ -89,7 +89,7 @@ type ChildrenToggleMode = "independent" | "exclusive" | "inherited";
89
89
  /**
90
90
  * The type of the toc item.
91
91
  * Well-known types are:
92
- * * `layer` - item represents an layer (in the sense of a `esri/layer/Layer` instance)
92
+ * * `layer` - item represents an layer (in the sense of a `@arcgis/core/layer/Layer` instance)
93
93
  * * `sublayer` - item represents a sub layer (e.g. `wms` or `map-image` sublayer)
94
94
  * * `root` - item is the root of the layer tree
95
95
  * The list may be extended in the future.
@@ -1,9 +1,9 @@
1
1
  import { MapWidgetModel } from 'map-widget/api';
2
2
  import { TocItem } from './Item.js';
3
- import 'esri/layers/Layer';
4
- import 'esri/layers/support/Sublayer';
5
- import 'esri/layers/support/WMSSublayer';
6
- import 'esri/Map';
3
+ import '@arcgis/core/layers/Layer';
4
+ import '@arcgis/core/layers/support/Sublayer';
5
+ import '@arcgis/core/layers/support/WMSSublayer';
6
+ import '@arcgis/core/Map';
7
7
 
8
8
  /**
9
9
  * A state checker can add additional messages (such as warnings)
@@ -1,8 +1,8 @@
1
1
  export { ActionDefinition, ActionDefinitionFactory, ActionType, BaseActionDefinition, ButtonActionDefinition, ButtonRowActionDefinition, SliderActionDefinition, TextLabelActionDefinition } from './Action.js';
2
2
  export { BaseTocItem, ChildrenToggleMode, ListMode, RefType, SublayerType, TocItem, TocItemLayer, TocItemRoot, TocItemSublayer, TocItemType } from './Item.js';
3
3
  export { CheckStateMessages, CheckStateOptions, CheckStateResult, StateChecker } from './StateChecker.js';
4
- import 'esri/layers/Layer';
5
- import 'esri/layers/support/Sublayer';
6
- import 'esri/layers/support/WMSSublayer';
7
- import 'esri/Map';
4
+ import '@arcgis/core/layers/Layer';
5
+ import '@arcgis/core/layers/support/Sublayer';
6
+ import '@arcgis/core/layers/support/WMSSublayer';
7
+ import '@arcgis/core/Map';
8
8
  import 'map-widget/api';
package/toc/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "toc",
3
- "version": "4.20.1",
3
+ "version": "4.20.2-RC-1",
4
4
  "types": ""
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "toolrules",
3
- "version": "4.20.1",
3
+ "version": "4.20.2-RC-1",
4
4
  "types": ""
5
5
  }