@conterra/ct-mapapps-typings 4.20.1 → 4.20.2
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.
- package/agssearch/api.d.ts +2 -2
- package/agssearch/package.json +1 -1
- package/apprt/Bundle.d.ts +1 -1
- package/apprt/EnvironmentRuleMatcher.d.ts +2 -1
- package/apprt/api/index.d.ts +1 -0
- package/apprt/api/internal.d.ts +2 -2
- package/apprt/launch/BundleController.d.ts +4 -2
- package/apprt/launch/Launcher.d.ts +23 -3
- package/apprt/launch/layer-min.d.ts +1 -1
- package/apprt/launch/layer.d.ts +1 -1
- package/apprt/package.json +1 -1
- package/apprt/semverrange.d.ts +2 -1
- package/apprt/support/ServiceRegistrations.d.ts +3 -2
- package/apprt/tracker/BundleTracker.d.ts +2 -1
- package/apprt/tracker/ServiceTracker.d.ts +3 -2
- package/apprt-binding/Binding.d.ts +2 -1
- package/apprt-binding/Transformers.d.ts +2 -1
- package/apprt-binding/package.json +1 -1
- package/apprt-core/AsyncTask.d.ts +2 -1
- package/apprt-core/Cancel.d.ts +2 -1
- package/apprt-core/CancelablePromise.d.ts +2 -1
- package/apprt-core/Events.d.ts +34 -27
- package/apprt-core/Exception.d.ts +2 -1
- package/apprt-core/InjectedReference.d.ts +2 -1
- package/apprt-core/Locale.d.ts +0 -1
- package/apprt-core/Logger.d.ts +2 -1
- package/apprt-core/Mutable.d.ts +2 -1
- package/apprt-core/Observers.d.ts +2 -1
- package/apprt-core/Promise.d.ts +2 -1
- package/apprt-core/PropertyPath.d.ts +2 -1
- package/apprt-core/TaskExecutor.d.ts +2 -1
- package/apprt-core/TreeWalker.d.ts +2 -1
- package/apprt-core/Types.d.ts +3 -2
- package/apprt-core/clone.d.ts +2 -1
- package/apprt-core/comparators.d.ts +2 -4
- package/apprt-core/config.d.ts +9 -8
- package/apprt-core/freeze.d.ts +2 -1
- package/apprt-core/join.d.ts +2 -1
- package/apprt-core/load-css.d.ts +2 -1
- package/apprt-core/load-js.d.ts +3 -2
- package/apprt-core/package.json +1 -1
- package/apprt-core/parallel.d.ts +2 -1
- package/apprt-core/promise-utils.d.ts +2 -1
- package/apprt-core/string-replace.d.ts +2 -1
- package/apprt-dom/index.d.ts +2 -1
- package/apprt-dom/package.json +1 -1
- package/apprt-fetch/index.d.ts +3 -2
- package/apprt-fetch/package.json +1 -1
- package/apprt-streams/Stream.d.ts +1 -1
- package/apprt-streams/package.json +1 -1
- package/apprt-tokens/package.json +1 -1
- package/apprt-vue/package.json +1 -1
- package/apprt-vuetify/RegisterVuetify.d.ts +1 -1
- package/apprt-vuetify/components/copyText.d.ts +8 -0
- package/apprt-vuetify/package.json +1 -1
- package/coordinateconversion/api.d.ts +182 -0
- package/coordinateconversion/package.json +5 -0
- package/coordinatetransformer/api/CoordinateTransformer.d.ts +6 -4
- package/coordinatetransformer/api/ProjectionStore.d.ts +4 -2
- package/coordinatetransformer/api/TransformationProvider.d.ts +6 -4
- package/coordinatetransformer/api/TransformerStrategy.d.ts +4 -2
- package/coordinatetransformer/api/index.d.ts +6 -4
- package/coordinatetransformer/package.json +1 -1
- package/ct/async.d.ts +1 -1
- package/ct/mapping/geometry.d.ts +6 -6
- package/ct/package.json +1 -1
- package/ct/tools/Tool.d.ts +300 -2
- package/dataform/package.json +1 -1
- package/dataview/package.json +1 -1
- package/domains-system/package.json +1 -1
- package/editing/api.d.ts +5 -15
- package/editing/package.json +1 -1
- package/esri-widgets/EsriDijit.d.ts +2 -1
- package/esri-widgets/package.json +1 -1
- package/geojson/api.d.ts +6 -6
- package/geojson/package.json +1 -1
- package/geometryservice/api.d.ts +15 -15
- package/geometryservice/package.json +1 -1
- package/graphics/GraphicsBuilder.d.ts +1 -1
- package/graphics/package.json +1 -1
- package/highlights/api.d.ts +4 -4
- package/highlights/package.json +1 -1
- package/integration-map/package.json +1 -1
- package/managementlayout/package.json +1 -1
- package/map-actions/api.d.ts +2 -2
- package/map-actions/package.json +1 -1
- package/map-basemaps-api/BasemapItem.d.ts +2 -9
- package/map-basemaps-api/BasemapsModel.d.ts +1 -1
- package/map-basemaps-api/api.d.ts +1 -1
- package/map-basemaps-api/package.json +1 -1
- package/map-config-api/api.d.ts +38 -38
- package/map-config-api/package.json +1 -1
- package/map-init/api.d.ts +1 -1
- package/map-init/package.json +1 -1
- package/map-widget/Constraints.d.ts +16 -11
- package/map-widget/LayerObserver.d.ts +7 -6
- package/map-widget/LayerTraverser.d.ts +7 -6
- package/map-widget/MapWidgetFactory.d.ts +17 -11
- package/map-widget/MapWidgetModel.d.ts +16 -11
- package/map-widget/Navigation.d.ts +9 -2
- package/map-widget/ViewReadyWatcher.d.ts +18 -12
- package/map-widget/__internal__/{DTPbI1Aa.d.ts → ChgqPGgf.d.ts} +54 -10
- package/map-widget/api/BaseTypes.d.ts +6 -0
- package/map-widget/api/Constraints.d.ts +16 -11
- package/map-widget/api/MapWidget.d.ts +16 -11
- package/map-widget/api/MapWidgetFactory.d.ts +19 -14
- package/map-widget/api/MapWidgetModel.d.ts +16 -11
- package/map-widget/api/MapWidgetRegistration.d.ts +17 -12
- package/map-widget/api/Navigation.d.ts +15 -2
- package/map-widget/api/SrsChangeService.d.ts +16 -11
- package/map-widget/api/VisibilityState.d.ts +109 -0
- package/map-widget/api/index.d.ts +17 -12
- package/map-widget/package.json +1 -1
- package/mapdraw-api/api.d.ts +3 -3
- package/mapdraw-api/package.json +1 -1
- package/mapnavigation/package.json +1 -1
- package/maptips/api.d.ts +2 -2
- package/maptips/package.json +1 -1
- package/measurement-2d/api.d.ts +3 -2
- package/measurement-2d/package.json +1 -1
- package/measurement-3d/api.d.ts +1 -1
- package/measurement-3d/package.json +1 -1
- package/package.json +6 -6
- package/parametermanager/package.json +1 -1
- package/popups/Action.d.ts +7 -7
- package/popups/BaseAction.d.ts +10 -9
- package/popups/ContentUpdateProxy.d.ts +5 -4
- package/popups/api.d.ts +6 -5
- package/popups/package.json +1 -1
- package/portal-security/api.d.ts +1 -1
- package/portal-security/package.json +1 -1
- package/result-api/__internal__/{Bnw4PH_u.d.ts → BGEg3fBn.d.ts} +38 -5
- package/result-api/api/actions.d.ts +3 -2
- package/result-api/api/formatting.d.ts +3 -2
- package/result-api/api/index.d.ts +3 -2
- package/result-api/api/model.d.ts +3 -2
- package/result-api/api/service.d.ts +9 -2
- package/result-api/api/ui.d.ts +3 -2
- package/result-api/package.json +1 -1
- package/search-api/api.d.ts +16 -2
- package/search-api/package.json +1 -1
- package/search-ui/api.d.ts +2 -1
- package/search-ui/package.json +1 -1
- package/selection-services/DrawingSpatialInputAction.d.ts +3 -2
- package/selection-services/SearchSource.d.ts +5 -4
- package/selection-services/SpatialInputAction.d.ts +3 -2
- package/selection-services/TolerancePointDrawingInputAction.d.ts +1 -1
- package/selection-services/api/index.d.ts +1 -1
- package/selection-services/package.json +1 -1
- package/store-api/ComplexQuery.d.ts +3 -2
- package/store-api/InMemoryStore.d.ts +6 -5
- package/store-api/QueryExecution.d.ts +2 -1
- package/store-api/QueryExecutions.d.ts +3 -2
- package/store-api/QueryResults.d.ts +1 -3
- package/store-api/SpatialQuery.d.ts +3 -2
- package/store-api/api/ComplexQueryLang.d.ts +1 -1
- package/store-api/api/Store.d.ts +2 -10
- package/store-api/api/index.d.ts +1 -1
- package/store-api/package.json +1 -1
- package/store-api/rest/BaseRestStore.d.ts +3 -2
- package/store-api/rest/BaseWriteableRestStore.d.ts +1 -1
- package/store-api/rest/ComplexQueryToSQL.d.ts +1 -1
- package/store-api/rest/ComplexQueryToSolrQL.d.ts +3 -2
- package/store-api/rest/RQLStore.d.ts +1 -1
- package/store-api/rest/SQLStore.d.ts +1 -1
- package/store-api/utils.d.ts +2 -6
- package/system/api/internal.d.ts +1 -1
- package/system/package.json +1 -1
- package/system/user/Authentication.d.ts +3 -2
- package/system/user/Authorization.d.ts +2 -1
- package/system/user/User.d.ts +2 -1
- package/templatelayout/package.json +1 -1
- package/test-utils/package.json +1 -1
- package/test-utils/waitFor.d.ts +2 -1
- package/theme-tester/package.json +1 -1
- package/toc/api/Action.d.ts +4 -4
- package/toc/api/Item.d.ts +5 -5
- package/toc/api/StateChecker.d.ts +4 -4
- package/toc/api/index.d.ts +4 -4
- package/toc/package.json +1 -1
- package/toolrules/package.json +1 -1
- package/vuetify-component-overview/package.json +1 -1
- package/windowmanager/package.json +1 -1
- package/wizard/package.json +1 -1
- package/apprt-core/Observable.d.ts +0 -55
- package/apprt-request/api.d.ts +0 -340
- package/apprt-request/main.d.ts +0 -6
- package/apprt-request/package.json +0 -5
- package/apprt-request/request.d.ts +0 -8
- package/apprt-vue/directives/clipboard.d.ts +0 -15
- package/ct/api/omnisearch/ResultHandler.d.ts +0 -3
- package/ct/api/omnisearch/Store.d.ts +0 -3
- package/ct/request.d.ts +0 -17
- package/ct/ui/controls/mobile/DropDownMenu.d.ts +0 -3
- package/omnisearch/ActionsHandler.d.ts +0 -9
- package/omnisearch/DrawHandler.d.ts +0 -9
- package/omnisearch/DropDownMenu.d.ts +0 -3
- package/omnisearch/OmniSearchFactory.d.ts +0 -3
- package/omnisearch/OmniSearchModel.d.ts +0 -3
- package/omnisearch/RadioButton.d.ts +0 -3
- package/omnisearch/ResultCommand.d.ts +0 -9
- package/omnisearch/SearchUI.d.ts +0 -3
- package/omnisearch/SettingsWidget.d.ts +0 -3
- package/omnisearch/ZoomHandler.d.ts +0 -8
- package/omnisearch/package.json +0 -5
- package/resultcenter/ActionController.d.ts +0 -3
- package/resultcenter/BaseCommand.d.ts +0 -3
- package/resultcenter/DataModel.d.ts +0 -3
- package/resultcenter/DataModelBroadcaster.d.ts +0 -3
- package/resultcenter/DataModelMapController.d.ts +0 -25
- package/resultcenter/DataViewController.d.ts +0 -3
- package/resultcenter/DataViewStore.d.ts +0 -3
- package/resultcenter/ExportResultsCommand.d.ts +0 -12
- package/resultcenter/FeatureMapVisualizer.d.ts +0 -35
- package/resultcenter/GraphicResolverFactory.d.ts +0 -15
- package/resultcenter/OpenPopupService.d.ts +0 -5
- package/resultcenter/PostfixAttributeTableLookupStrategy.d.ts +0 -3
- package/resultcenter/RemoveResultsCommand.d.ts +0 -6
- package/resultcenter/RestrictQueriesToView.d.ts +0 -3
- package/resultcenter/ResultcenterToolRuleProcessor.d.ts +0 -3
- package/resultcenter/SearchStoreHandler.d.ts +0 -8
- package/resultcenter/SelectAllResultsCommand.d.ts +0 -11
- package/resultcenter/StoreEventReceiver.d.ts +0 -3
- package/resultcenter/StoreRegistration.d.ts +0 -3
- package/resultcenter/TriggerShowResultCenter.d.ts +0 -3
- package/resultcenter/VisualizationLayerResolver.d.ts +0 -13
- package/resultcenter/package.json +0 -5
- package/selection-resultcenter/CachingStore.d.ts +0 -229
- package/selection-resultcenter/MemoryStore.d.ts +0 -10
- 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__/
|
|
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 '
|
|
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 '
|
|
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__/
|
|
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__/
|
|
2
|
+
import { DataTableCollection, DataTable, DatasetItemIdsProvider } from '../__internal__/BGEg3fBn.js';
|
|
3
3
|
import { EventSource, Handle } from 'apprt-core/Types';
|
|
4
|
-
import '
|
|
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.
|
package/result-api/api/ui.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { DataTableCollection } from '../__internal__/
|
|
1
|
+
import { DataTableCollection } from '../__internal__/BGEg3fBn.js';
|
|
2
2
|
import { EventSource } from 'apprt-core/Types';
|
|
3
|
-
import '
|
|
3
|
+
import '@arcgis/core/geometry';
|
|
4
|
+
import '@arcgis/core/geometry/SpatialReference';
|
|
4
5
|
import 'store-api/api';
|
|
5
6
|
|
|
6
7
|
/**
|
package/result-api/package.json
CHANGED
package/search-api/api.d.ts
CHANGED
|
@@ -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
|
-
/**
|
|
117
|
-
|
|
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`).
|
package/search-api/package.json
CHANGED
package/search-ui/api.d.ts
CHANGED
|
@@ -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.
|
|
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 {
|
package/search-ui/package.json
CHANGED
|
@@ -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 '
|
|
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 {
|
|
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 '
|
|
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 {
|
|
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 '
|
|
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 {
|
|
34
|
+
export { SpatialInputActionImpl as default };
|
|
35
|
+
export type { CommonSpatialInputActionOptions };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Geometry } from '
|
|
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 '
|
|
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
|
import { ComplexQueryExpression } from './api/ComplexQueryLang.js';
|
|
2
|
-
import '
|
|
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 {
|
|
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 '
|
|
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:
|
|
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,
|
|
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 {
|
|
96
|
+
export { _default as default };
|
|
97
|
+
export type { DataSource, QueryExecution, QueryExecutionConstructor, QueryResult, ResultItems, Watchable };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
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 {
|
|
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 '
|
|
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 '
|
|
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,
|
|
34
|
+
export { SpatialQuery, SpatialQuery as default };
|
|
35
|
+
export type { SpatialQueryExtension, SpatialQueryType };
|
package/store-api/api/Store.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ComplexQueryExpression } from './ComplexQueryLang.js';
|
|
2
2
|
import { EventSource } from 'apprt-core/Events';
|
|
3
|
-
import '
|
|
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
|
|
329
|
+
* If this flag omitted, the default value is 'true'.
|
|
338
330
|
*/
|
|
339
331
|
readonly supportsSorting?: boolean;
|
|
340
332
|
/**
|
package/store-api/api/index.d.ts
CHANGED
|
@@ -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 '
|
|
4
|
+
import '@arcgis/core/geometry/Geometry';
|
package/store-api/package.json
CHANGED
|
@@ -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 '
|
|
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
|
|
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 '
|
|
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 '
|
|
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 '
|
|
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 {
|
|
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 '
|
|
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 '
|
|
5
|
+
import '@arcgis/core/geometry/Geometry';
|
|
6
6
|
import './BaseRestStore.js';
|
|
7
7
|
import 'apprt-fetch';
|
|
8
8
|
|
package/store-api/utils.d.ts
CHANGED
|
@@ -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 {
|
|
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 '
|
|
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
|
/**
|
package/system/api/internal.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import CancelablePromise from 'apprt-core/CancelablePromise';
|
|
2
|
-
import {
|
|
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;
|
package/system/package.json
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
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 {
|
|
24
|
+
export { AuthenticationImpl as default };
|
|
25
|
+
export type { AuthenticationOptions };
|
package/system/user/User.d.ts
CHANGED
package/test-utils/package.json
CHANGED
package/test-utils/waitFor.d.ts
CHANGED
|
@@ -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 {
|
|
52
|
+
export { sleep, waitFor, waitUntil };
|
|
53
|
+
export type { WaitOptions };
|
package/toc/api/Action.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { TocItem } from './Item.js';
|
|
2
|
-
import '
|
|
3
|
-
import '
|
|
4
|
-
import '
|
|
5
|
-
import '
|
|
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 '
|
|
2
|
-
import Sublayer from '
|
|
3
|
-
import WMSSublayer from '
|
|
4
|
-
import EsriMap from '
|
|
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
|
|
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 '
|
|
4
|
-
import '
|
|
5
|
-
import '
|
|
6
|
-
import '
|
|
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)
|
package/toc/api/index.d.ts
CHANGED
|
@@ -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 '
|
|
5
|
-
import '
|
|
6
|
-
import '
|
|
7
|
-
import '
|
|
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
package/toolrules/package.json
CHANGED