@conterra/ct-mapapps-typings 4.13.0 → 4.13.2-next.20220421041259
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/agolauthn/AuthenticationPlugin.d.ts +2 -2
- package/agssearch/AGSStoreFactory.d.ts +1 -1
- package/agssearch/AutoStoreRegistration.d.ts +1 -1
- package/app-portal-registration/PortalItemRegistrationModel.d.ts +1 -1
- package/apprt/BundleException.d.ts +1 -1
- package/apprt/ExecutionEnvironment.d.ts +1 -1
- package/apprt/launch/Launcher.d.ts +1 -1
- package/apprt-core/config.d.ts +3 -1
- package/appsstore/AppStore.d.ts +1 -1
- package/appsstore/TemplateStore.d.ts +1 -1
- package/bundlemanagement/BundleStore.d.ts +1 -1
- package/bundletools/BundleToolController.d.ts +1 -1
- package/coordinatetransformer/CoordinateTransformer.d.ts +1 -1
- package/coordinatetransformer/ProjectionEngineTransformerStrategy.d.ts +1 -1
- package/coordinateviewer/CoordinateViewerWidgetModel.d.ts +1 -1
- package/ct/Filter.d.ts +1 -1
- package/ct/I18N.d.ts +1 -1
- package/ct/stacktrace.d.ts +1 -1
- package/ct/store/ComplexQuery.d.ts +1 -1
- package/ct/store/ComplexQueryEngine.d.ts +1 -1
- package/ct/store/ComplexQueryToRQL.d.ts +2 -2
- package/ct/store/ComplexQueryToSQL.d.ts +3 -3
- package/ct/store/ComplexQueryToSolrQL.d.ts +4 -4
- package/ct/store/RQLStore.d.ts +1 -1
- package/ct/store/SQLStore.d.ts +1 -1
- package/ct/store/SpatialQuery.d.ts +1 -1
- package/ct/store/StoreUtil.d.ts +4 -4
- package/ct/store/_RestStore.d.ts +1 -1
- package/ct/ui/controls/Pager.d.ts +1 -1
- package/ct/ui/controls/dataview/DataView.d.ts +1 -1
- package/ct/ui/controls/dataview/DataViewController.d.ts +1 -1
- package/ct/ui/controls/dataview/DataViewModel.d.ts +1 -1
- package/ct/ui/controls/dataview/toolsColumn.d.ts +1 -1
- package/ct/ui/controls/mobile/Drawer.d.ts +1 -1
- package/ct/util/css.d.ts +1 -1
- package/locateme/LocateMeModel.d.ts +2 -2
- package/map-basemaps-api/BasemapItem.d.ts +1 -1
- package/map-basemaps-api/BasemapsModel.d.ts +1 -1
- package/map-widget/BasemapsParameterResolver.d.ts +1 -1
- package/map-widget/Constraints.d.ts +1 -1
- package/map-widget/LayersParameterResolver.d.ts +1 -1
- package/map-widget/MapWidgetModel.d.ts +1 -1
- package/map-widget/Navigation.d.ts +1 -1
- package/mapdraw-api/DefaultMapDrawing.d.ts +1 -1
- package/mapdraw-api/DrawAction.d.ts +1 -1
- package/mapdraw-api/Drawing.d.ts +1 -1
- package/maptips/TipConfig.d.ts +1 -1
- package/package.json +1 -1
- package/parametersearch/Config.d.ts +1 -1
- package/parametersearch/SearchTrigger.d.ts +1 -1
- package/popups/LayerPopupTemplateCustomizer.d.ts +1 -1
- package/popups/PopupConfig.d.ts +1 -1
- package/popups/PopupCustomizationsResolver.d.ts +1 -1
- package/popups/PopupInterceptor.d.ts +2 -2
- package/popups/StorePopupTemplateCustomizer.d.ts +1 -1
- package/popups/arc/PopupDefinitionFactory.d.ts +1 -1
- package/reportstore/ReportStore.d.ts +1 -1
- package/selection-resultcenter/ExecutionsController.d.ts +1 -1
- package/selection-resultcenter/ExecutionsModel.d.ts +1 -1
- package/selection-resultcenter/MemoryStore.d.ts +1 -1
- package/selection-services/DrawingSpatialInputAction.d.ts +1 -1
- package/selection-services/SearchSource.d.ts +1 -1
- package/selection-services/SearchSourceModel.d.ts +1 -1
- package/selection-services/SpatialInputAction.d.ts +1 -1
- package/selection-services/SpatialInputActionService.d.ts +1 -1
- package/selection-tools/ToolCommand.d.ts +1 -1
- package/selection-tools/ToolItem.d.ts +1 -1
- package/selection-tools/ToolRegistry.d.ts +1 -1
- package/selection-tools/ToolRegistryTracker.d.ts +1 -1
- package/share-link-shim/WebShareUI.d.ts +1 -1
- package/sketching/Sketching.d.ts +1 -1
- package/system/component/ComponentException.d.ts +1 -1
- package/system/config/ConfigurationAdmin.d.ts +1 -1
- package/system/config/ConfigurationException.d.ts +1 -1
- package/system/config/ConfigurationPlugin.d.ts +84 -2
- package/system/config/ConfigurationStore.d.ts +23 -2
- package/system/config/JSONConfigurationAdapter.d.ts +36 -2
- package/system/config/ManagedService.d.ts +113 -2
- package/templatelayout/AppRootSizeController.d.ts +10 -2
- package/templatelayout/LayoutTemplateToolRuleProcessor.d.ts +14 -2
- package/toc/ActionResolver.d.ts +1 -1
- package/toc/BaseTocItemFactory.d.ts +1 -1
- package/toc/StateCheckExecutor.d.ts +1 -1
- package/toolset-config/ToolsetBuilderWidgetFactory.d.ts +1 -1
|
@@ -30,5 +30,5 @@ export default class AGOLAuthenticationPlugin {
|
|
|
30
30
|
_notAuthenticated(error: any): any;
|
|
31
31
|
_mapRole(role: any): any;
|
|
32
32
|
}
|
|
33
|
-
import Authentication from "
|
|
34
|
-
import Authorization from "
|
|
33
|
+
import Authentication from "system/user/Authentication";
|
|
34
|
+
import Authorization from "system/user/Authorization";
|
|
@@ -26,4 +26,4 @@ export class AGSStoreFactory {
|
|
|
26
26
|
_getServiceInfoFromMap(layerId: any): any;
|
|
27
27
|
}
|
|
28
28
|
import { LayerStore } from "./LayerStore";
|
|
29
|
-
import MapServerLayerStore from "
|
|
29
|
+
import MapServerLayerStore from "ct/mapping/store/MapServerLayerStore";
|
package/apprt-core/config.d.ts
CHANGED
|
@@ -14,6 +14,8 @@ export interface ConfigProperties {
|
|
|
14
14
|
"ct-dgrid-touchscroll": boolean;
|
|
15
15
|
/** True if content security policy settings prevent eval() etc. */
|
|
16
16
|
"csp-restrictions": boolean;
|
|
17
|
+
/** True if WebAssembly is enabled. */
|
|
18
|
+
"webassembly": boolean;
|
|
17
19
|
"touch": boolean;
|
|
18
20
|
"mobile": boolean;
|
|
19
21
|
"ie": number;
|
|
@@ -31,7 +33,7 @@ export declare type ConfigValue = undefined | null | boolean | number | string |
|
|
|
31
33
|
declare type ValueProvider<T> = T | (() => T);
|
|
32
34
|
/**
|
|
33
35
|
* Returns the configuration value associated with the given key.
|
|
34
|
-
*
|
|
36
|
+
* Returns undefined if the key is not known.
|
|
35
37
|
*/
|
|
36
38
|
export declare function config<K extends ConfigPropertyKey>(key: K): DeepReadonly<ConfigProperties[K]> | undefined;
|
|
37
39
|
export default config;
|
package/appsstore/AppStore.d.ts
CHANGED
|
@@ -16,4 +16,4 @@ export default class BundleStore extends RQLStore<any, any> {
|
|
|
16
16
|
getPackageInfo(id: any, options: any): Promise<any>;
|
|
17
17
|
getPackageDeps(id: any, options: any): Promise<any>;
|
|
18
18
|
}
|
|
19
|
-
import { RQLStore } from "
|
|
19
|
+
import { RQLStore } from "store-api/rest/RQLStore";
|
|
@@ -10,7 +10,7 @@ export default class BundleToolController {
|
|
|
10
10
|
removeTool(tool: any): void;
|
|
11
11
|
_getToolBundleIds(tool: any): any[];
|
|
12
12
|
_checkStateAsync(tool: any): void;
|
|
13
|
-
_checkTask: import("
|
|
13
|
+
_checkTask: import("apprt-core/AsyncTask").Task<[tools?: any], void> | undefined;
|
|
14
14
|
_toolsToCheck: Set<any> | undefined;
|
|
15
15
|
_checkState(tool: any): void;
|
|
16
16
|
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export function isSupported(): boolean;
|
|
1
2
|
export default class ProjectionEngineTransformerStrategy {
|
|
2
3
|
init(opts: any): Promise<void>;
|
|
3
4
|
transform: ((geometry: any, sourceSRS: any, targetSRS: any) => Promise<__esri.Geometry | __esri.Geometry[]>) | ((geometry: any, sourceSRS: any, targetSRS: any) => __esri.Geometry | __esri.Geometry[]) | undefined;
|
|
@@ -5,4 +6,3 @@ export default class ProjectionEngineTransformerStrategy {
|
|
|
5
6
|
_transformAsync(geometry: any, sourceSRS: any, targetSRS: any): Promise<__esri.Geometry | __esri.Geometry[]>;
|
|
6
7
|
#private;
|
|
7
8
|
}
|
|
8
|
-
export function isSupported(): boolean;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export default CoordinateViewerWidgetModel;
|
|
2
|
-
declare const CoordinateViewerWidgetModel: import("
|
|
2
|
+
declare const CoordinateViewerWidgetModel: import("apprt-core/Mutable").MutableConstructor<{
|
|
3
3
|
scale: undefined;
|
|
4
4
|
scalePrefix: string | undefined;
|
|
5
5
|
scaleString: any;
|
package/ct/Filter.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export default Filter;
|
|
2
|
-
import Filter from "
|
|
2
|
+
import Filter from "apprt/Filter";
|
package/ct/I18N.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export default I18N;
|
|
2
|
-
import I18N from "
|
|
2
|
+
import I18N from "apprt/I18N";
|
package/ct/stacktrace.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { traceErr };
|
|
2
|
-
import { traceErr } from "
|
|
2
|
+
import { traceErr } from "apprt-core/stacktrace";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export default ComplexQuery;
|
|
2
|
-
import ComplexQuery from "
|
|
2
|
+
import ComplexQuery from "store-api/ComplexQuery";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export default createComplexQueryEngine;
|
|
2
|
-
import { createComplexQueryEngine } from "
|
|
2
|
+
import { createComplexQueryEngine } from "store-api/utils";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export default exports;
|
|
2
|
-
import { toRQL } from "
|
|
3
|
-
import { _operatorMapping } from "
|
|
2
|
+
import { toRQL } from "store-api/rest/RQLStore";
|
|
3
|
+
import { _operatorMapping } from "store-api/rest/RQLStore";
|
|
4
4
|
declare namespace exports {
|
|
5
5
|
export { toRQL };
|
|
6
6
|
export { _operatorMapping };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export default exports;
|
|
2
|
-
import { astToSQLWhere } from "
|
|
3
|
-
import { toSQLWhere } from "
|
|
4
|
-
import { _operatorMapping } from "
|
|
2
|
+
import { astToSQLWhere } from "store-api/rest/ComplexQueryToSQL";
|
|
3
|
+
import { toSQLWhere } from "store-api/rest/ComplexQueryToSQL";
|
|
4
|
+
import { _operatorMapping } from "store-api/rest/ComplexQueryToSQL";
|
|
5
5
|
declare namespace exports {
|
|
6
6
|
export { toSQLWhere };
|
|
7
7
|
export { astToSQLWhere };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export default converter;
|
|
2
2
|
declare function converter(ops: any): {
|
|
3
|
-
toSolrQL: (query?: import("../../../search/store-api/api/ComplexQueryLang").ComplexQueryExpression | undefined, options?: import("
|
|
3
|
+
toSolrQL: (query?: import("../../../search/store-api/api/ComplexQueryLang").ComplexQueryExpression | undefined, options?: import("store-api/rest/ComplexQueryToSolrQL").ComplexQueryToSolrQLOptions | undefined) => string;
|
|
4
4
|
astToSolrQL: (astOrWalker: import("../../../search/store-api/ComplexQuery").Walker | import("../../../search/store-api/ComplexQuery").AST) => string;
|
|
5
5
|
};
|
|
6
6
|
declare namespace converter {
|
|
@@ -8,6 +8,6 @@ declare namespace converter {
|
|
|
8
8
|
export { astToSolrQL };
|
|
9
9
|
export { _operatorMapping };
|
|
10
10
|
}
|
|
11
|
-
import { toSolrQL } from "
|
|
12
|
-
import { astToSolrQL } from "
|
|
13
|
-
import { _operatorMapping } from "
|
|
11
|
+
import { toSolrQL } from "store-api/rest/ComplexQueryToSolrQL";
|
|
12
|
+
import { astToSolrQL } from "store-api/rest/ComplexQueryToSolrQL";
|
|
13
|
+
import { _operatorMapping } from "store-api/rest/ComplexQueryToSolrQL";
|
package/ct/store/RQLStore.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export default RQLStore;
|
|
2
|
-
import { RQLStore } from "
|
|
2
|
+
import { RQLStore } from "store-api/rest/RQLStore";
|
package/ct/store/SQLStore.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export default SQLStore;
|
|
2
|
-
import { SQLStore } from "
|
|
2
|
+
import { SQLStore } from "store-api/rest/SQLStore";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export default SpatialQuery;
|
|
2
|
-
import SpatialQuery from "
|
|
2
|
+
import SpatialQuery from "store-api/SpatialQuery";
|
package/ct/store/StoreUtil.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export * from "
|
|
1
|
+
export * from "store-api/utils";
|
|
2
2
|
export default exports;
|
|
3
3
|
declare namespace exports {
|
|
4
4
|
export { sort };
|
|
5
5
|
export { paginate };
|
|
6
6
|
export { sortAndPaginate };
|
|
7
7
|
}
|
|
8
|
-
import { sort } from "
|
|
9
|
-
import { paginate } from "
|
|
10
|
-
import { sortAndPaginate } from "
|
|
8
|
+
import { sort } from "store-api/utils";
|
|
9
|
+
import { paginate } from "store-api/utils";
|
|
10
|
+
import { sortAndPaginate } from "store-api/utils";
|
package/ct/store/_RestStore.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export default BaseWriteableRestStore;
|
|
2
|
-
import { BaseWriteableRestStore } from "
|
|
2
|
+
import { BaseWriteableRestStore } from "store-api/rest/BaseWriteableRestStore";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export default Pager;
|
|
2
|
-
import Pager from "
|
|
2
|
+
import Pager from "dataview/Pager";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export default DataView;
|
|
2
|
-
import DataView from "
|
|
2
|
+
import DataView from "dataview/DataView";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export default DataViewController;
|
|
2
|
-
import DataViewController from "
|
|
2
|
+
import DataViewController from "dataview/DataViewController";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export default DataViewModel;
|
|
2
|
-
import DataViewModel from "
|
|
2
|
+
import DataViewModel from "dataview/DataViewModel";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export default toolsColumn;
|
|
2
|
-
import toolsColumn from "
|
|
2
|
+
import toolsColumn from "dataview/toolsColumn";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export default Drawer;
|
|
2
|
-
import Drawer from "
|
|
2
|
+
import Drawer from "toolset/Drawer";
|
package/ct/util/css.d.ts
CHANGED
|
@@ -101,7 +101,7 @@ declare namespace css {
|
|
|
101
101
|
*
|
|
102
102
|
* @deprecated use apprt-core/load-css instead
|
|
103
103
|
*/
|
|
104
|
-
function loadCSS(urls: any): import("../../apprt-core/CancelablePromise").CancelablePromise<import("
|
|
104
|
+
function loadCSS(urls: any): import("../../apprt-core/CancelablePromise").CancelablePromise<import("apprt-core/load-css").LoadCssResult[]>;
|
|
105
105
|
/**
|
|
106
106
|
* Following is an "hack" to watch if a css file is fully loaded
|
|
107
107
|
* http://otaqui.com/blog/890/cssp-loading-css-with-javascript-and-getting-an-onload-callback/
|
|
@@ -3,8 +3,8 @@ export default LocateMeModel;
|
|
|
3
3
|
* @class Model to interacting with the locate me functionality. Registered as service `locateme.Model`.
|
|
4
4
|
* @alias module:LocateMeModel
|
|
5
5
|
*/
|
|
6
|
-
declare const LocateMeModel: import("
|
|
7
|
-
[_observers]: import("
|
|
6
|
+
declare const LocateMeModel: import("apprt-core/Mutable").MutableConstructor<{
|
|
7
|
+
[_observers]: import("apprt-core/Observers").Observers | undefined;
|
|
8
8
|
enabled: boolean | undefined;
|
|
9
9
|
mode: string | undefined;
|
|
10
10
|
positionOptions: Object | undefined;
|
|
@@ -3,7 +3,7 @@ export default BasemapItem;
|
|
|
3
3
|
* @class Items within BasemapsModel.
|
|
4
4
|
* @alias module:BasemapItem
|
|
5
5
|
*/
|
|
6
|
-
declare const BasemapItem: import("
|
|
6
|
+
declare const BasemapItem: import("apprt-core/Mutable").MutableConstructor<{
|
|
7
7
|
id: string | undefined;
|
|
8
8
|
title: string | undefined;
|
|
9
9
|
description: string | undefined;
|
|
@@ -3,6 +3,6 @@ export default BasemapsModel;
|
|
|
3
3
|
* @class BasemapsModel contains list of BasemapItems.
|
|
4
4
|
* @alias module:BasemapsModel
|
|
5
5
|
*/
|
|
6
|
-
declare const BasemapsModel: import("
|
|
6
|
+
declare const BasemapsModel: import("apprt-core/Mutable").MutableConstructor<{
|
|
7
7
|
[x: string]: any;
|
|
8
8
|
}>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export default BasemapsParameterResolver;
|
|
2
|
-
declare const BasemapsParameterResolver: import("
|
|
2
|
+
declare const BasemapsParameterResolver: import("apprt-core/Mutable").MutableConstructor<{
|
|
3
3
|
basemapsModel: undefined;
|
|
4
4
|
[_encoder]: undefined;
|
|
5
5
|
[_decoder]: undefined;
|
|
@@ -5,7 +5,7 @@ export default Constraints;
|
|
|
5
5
|
* It can be queried for the constraints of a specified viewmode, that are not undefined.
|
|
6
6
|
* @alias module:Constraints
|
|
7
7
|
*/
|
|
8
|
-
declare const Constraints: import("
|
|
8
|
+
declare const Constraints: import("apprt-core/Mutable").MutableConstructor<{
|
|
9
9
|
rotationEnabled: boolean | undefined;
|
|
10
10
|
snapToZoom: boolean | undefined;
|
|
11
11
|
minScale: number | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export default LayersParameterResolver;
|
|
2
|
-
declare const LayersParameterResolver: import("
|
|
2
|
+
declare const LayersParameterResolver: import("apprt-core/Mutable").MutableConstructor<{
|
|
3
3
|
map: undefined;
|
|
4
4
|
[_encoder]: undefined;
|
|
5
5
|
[_decoder]: undefined;
|
|
@@ -7,6 +7,6 @@ export default MapWidgetModel;
|
|
|
7
7
|
*
|
|
8
8
|
* @alias module:MapWidgetModel
|
|
9
9
|
*/
|
|
10
|
-
declare const MapWidgetModel: import("
|
|
10
|
+
declare const MapWidgetModel: import("apprt-core/Mutable").MutableConstructor<{
|
|
11
11
|
[x: string]: any;
|
|
12
12
|
}>;
|
|
@@ -4,7 +4,7 @@ export default Navigation;
|
|
|
4
4
|
* A class representing the map navigation settings for a view.
|
|
5
5
|
* @alias module:Navigation
|
|
6
6
|
*/
|
|
7
|
-
declare const Navigation: import("
|
|
7
|
+
declare const Navigation: import("apprt-core/Mutable").MutableConstructor<{
|
|
8
8
|
mouseWheelZoomEnabled: boolean | undefined;
|
|
9
9
|
browserTouchPanEnabled: boolean | undefined;
|
|
10
10
|
}>;
|
|
@@ -21,7 +21,7 @@ declare class DrawAction extends Evented<any> {
|
|
|
21
21
|
[_drawAction]: any;
|
|
22
22
|
[_tempGraphic]: Graphic | undefined;
|
|
23
23
|
}
|
|
24
|
-
import { Evented } from "
|
|
24
|
+
import { Evented } from "apprt-core/Events";
|
|
25
25
|
declare const _polygonDrawUpdate: unique symbol;
|
|
26
26
|
declare const _pointDrawUpdate: unique symbol;
|
|
27
27
|
declare const _extentDrawUpdate: unique symbol;
|
package/mapdraw-api/Drawing.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ export default Drawing;
|
|
|
3
3
|
* @class
|
|
4
4
|
* @alias module:Drawing
|
|
5
5
|
*/
|
|
6
|
-
declare const Drawing: import("
|
|
6
|
+
declare const Drawing: import("apprt-core/Mutable").MutableConstructor<{
|
|
7
7
|
view: any;
|
|
8
8
|
mode: string | undefined;
|
|
9
9
|
symbols: Object | undefined;
|
package/maptips/TipConfig.d.ts
CHANGED
|
@@ -8,7 +8,7 @@ export interface CursorDistance {
|
|
|
8
8
|
x: number;
|
|
9
9
|
y: number;
|
|
10
10
|
}
|
|
11
|
-
export declare const TipConfig: import("
|
|
11
|
+
export declare const TipConfig: import("apprt-core/Mutable").MutableConstructor<{
|
|
12
12
|
maptipEnabled: boolean | undefined;
|
|
13
13
|
displayDelay: number | undefined;
|
|
14
14
|
alignment: string | null | undefined;
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export default PopupTemplateCustomizer;
|
|
2
|
-
declare const PopupTemplateCustomizer: import("
|
|
2
|
+
declare const PopupTemplateCustomizer: import("apprt-core/Mutable").MutableConstructor<{
|
|
3
3
|
map: undefined;
|
|
4
4
|
customizationsResolver: undefined;
|
|
5
5
|
defaultPopupType: string | undefined;
|
package/popups/PopupConfig.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export default PopupConfig;
|
|
2
|
-
declare const PopupConfig: import("
|
|
2
|
+
declare const PopupConfig: import("apprt-core/Mutable").MutableConstructor<{
|
|
3
3
|
defaultPopupType: string | undefined;
|
|
4
4
|
defaultPopupEnabled: boolean | undefined;
|
|
5
5
|
highlightEnabled: boolean | undefined;
|
|
@@ -23,6 +23,6 @@ declare class PopupCustomizationsResolver extends Evented<any> {
|
|
|
23
23
|
findByTypeName(typeName: any): any;
|
|
24
24
|
};
|
|
25
25
|
}
|
|
26
|
-
import { Evented } from "
|
|
26
|
+
import { Evented } from "apprt-core/Events";
|
|
27
27
|
declare const _definitionFactoryIndex: unique symbol;
|
|
28
28
|
declare const _actionFactoryIndex: unique symbol;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export default PopupInterceptor;
|
|
2
|
-
declare const PopupInterceptor: import("
|
|
2
|
+
declare const PopupInterceptor: import("apprt-core/Mutable").MutableConstructor<{
|
|
3
3
|
[_popup]: undefined;
|
|
4
|
-
config: import("
|
|
4
|
+
config: import("apprt-core/Mutable").Mutable<{
|
|
5
5
|
defaultPopupType: string | undefined;
|
|
6
6
|
defaultPopupEnabled: boolean | undefined;
|
|
7
7
|
highlightEnabled: boolean | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export default StorePopupTemplateCustomizer;
|
|
2
|
-
declare const StorePopupTemplateCustomizer: import("
|
|
2
|
+
declare const StorePopupTemplateCustomizer: import("apprt-core/Mutable").MutableConstructor<{
|
|
3
3
|
customizationsResolver: undefined;
|
|
4
4
|
defaultPopupType: string | undefined;
|
|
5
5
|
[_storeEntries]: never[] | undefined;
|
|
@@ -48,7 +48,7 @@ declare class PopupDefinition {
|
|
|
48
48
|
resolvePopupTemplateForStore(store: any, storeProperties: Object): esri;
|
|
49
49
|
/**
|
|
50
50
|
* Hook to cleanup resources cached for a given popuptemplate or layer.
|
|
51
|
-
|
|
51
|
+
|
|
52
52
|
* Function is triggered by the custom popup engine if a layer is removed from the map.
|
|
53
53
|
*
|
|
54
54
|
* @param {Object} layerOrStore instance (either {@link esri/layers/Layer} or [ct/api/store](#bundle=store-api))
|
|
@@ -25,7 +25,7 @@ export default class ExecutionsController {
|
|
|
25
25
|
declare const _bundleContext: unique symbol;
|
|
26
26
|
declare const _executionTotalChangeHandles: unique symbol;
|
|
27
27
|
declare const _paneModel: unique symbol;
|
|
28
|
-
import Vue from "
|
|
28
|
+
import Vue from "apprt-vue/Vue";
|
|
29
29
|
declare const _paneWidget: unique symbol;
|
|
30
30
|
declare const _executionsChangeHandel: unique symbol;
|
|
31
31
|
declare const _dataSourceChangeHandle: unique symbol;
|
|
@@ -8,6 +8,6 @@ declare class DrawingSpatialInputAction extends SpatialInputAction {
|
|
|
8
8
|
[_drawingFactory]: any;
|
|
9
9
|
}
|
|
10
10
|
import SpatialInputAction from "./SpatialInputAction";
|
|
11
|
-
import CancelablePromise from "
|
|
11
|
+
import CancelablePromise from "apprt-core/CancelablePromise";
|
|
12
12
|
declare const _mapWidgetModel: unique symbol;
|
|
13
13
|
declare const _drawingFactory: unique symbol;
|
|
@@ -5,7 +5,7 @@ export default SearchSource;
|
|
|
5
5
|
* A SearchSource is created by the SearchSourceModel.
|
|
6
6
|
* @alias module:SearchSource
|
|
7
7
|
*/
|
|
8
|
-
declare const SearchSource: import("
|
|
8
|
+
declare const SearchSource: import("apprt-core/Mutable").MutableConstructor<{
|
|
9
9
|
id: string | undefined;
|
|
10
10
|
title: string | undefined;
|
|
11
11
|
description: string | undefined;
|
|
@@ -2,6 +2,6 @@ export default SearchSourceModel;
|
|
|
2
2
|
/**
|
|
3
3
|
* @class A model to manage search sources.
|
|
4
4
|
*/
|
|
5
|
-
declare const SearchSourceModel: import("
|
|
5
|
+
declare const SearchSourceModel: import("apprt-core/Mutable").MutableConstructor<{
|
|
6
6
|
[x: string]: any;
|
|
7
7
|
}>;
|
|
@@ -5,6 +5,6 @@ export default SpatialInputActionService;
|
|
|
5
5
|
*
|
|
6
6
|
* Registered as `selection-services.SpatialInputActionService` to be injected into components.
|
|
7
7
|
*/
|
|
8
|
-
declare const SpatialInputActionService: import("
|
|
8
|
+
declare const SpatialInputActionService: import("apprt-core/Mutable").MutableConstructor<{
|
|
9
9
|
[x: string]: any;
|
|
10
10
|
}>;
|
|
@@ -7,7 +7,7 @@ declare class Command {
|
|
|
7
7
|
_actionOptions: any;
|
|
8
8
|
_deactivateOnSelection: any;
|
|
9
9
|
_searchAllSources: boolean;
|
|
10
|
-
_binding: import("
|
|
10
|
+
_binding: import("apprt-binding/Binding").Binding;
|
|
11
11
|
start({ tool }: {
|
|
12
12
|
tool: any;
|
|
13
13
|
}): void;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export default ToolItem;
|
|
2
|
-
declare const ToolItem: import("
|
|
2
|
+
declare const ToolItem: import("apprt-core/Mutable").MutableConstructor<{
|
|
3
3
|
id: string | String | undefined;
|
|
4
4
|
title: string | String | undefined;
|
|
5
5
|
description: string | String | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export default ToolRegistry;
|
|
2
|
-
declare const ToolRegistry: import("
|
|
2
|
+
declare const ToolRegistry: import("apprt-core/Mutable").MutableConstructor<{
|
|
3
3
|
[_items]: never[] | undefined;
|
|
4
4
|
items: any;
|
|
5
5
|
add: (item: any) => void;
|
package/sketching/Sketching.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ export default class Sketching {
|
|
|
6
6
|
} | undefined;
|
|
7
7
|
isEnabled(): boolean;
|
|
8
8
|
enable(): void;
|
|
9
|
-
_observers: import("
|
|
9
|
+
_observers: import("apprt-core/Observers").Observers | undefined;
|
|
10
10
|
_sketchViewModel: SketchViewModel | undefined;
|
|
11
11
|
disable(): void;
|
|
12
12
|
activateSketchTool({ mode }: {
|
|
@@ -81,7 +81,7 @@ export default class ConfigurationAdmin {
|
|
|
81
81
|
_managedServices: {};
|
|
82
82
|
_configInterceptors: Set<any>;
|
|
83
83
|
_configPluginCounter: number;
|
|
84
|
-
_configPluginComparator: import("
|
|
84
|
+
_configPluginComparator: import("apprt-core/comparators").Comparator<{
|
|
85
85
|
ranking: any;
|
|
86
86
|
} & {
|
|
87
87
|
ranking: any;
|
|
@@ -2,4 +2,4 @@ export default ConfigurationException;
|
|
|
2
2
|
declare class ConfigurationException extends Exception {
|
|
3
3
|
constructor(name: any, message: any, cause: any);
|
|
4
4
|
}
|
|
5
|
-
import { default as Exception } from "
|
|
5
|
+
import { default as Exception } from "apprt-core/Exception";
|
|
@@ -1,2 +1,84 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
/**
|
|
2
|
+
* A service interface for processing configuration dictionary before the
|
|
3
|
+
* update.
|
|
4
|
+
*
|
|
5
|
+
* <p>
|
|
6
|
+
* A bundle registers a <code>ConfigurationPlugin</code> object in order to
|
|
7
|
+
* process configuration updates before they reach the Managed Service or
|
|
8
|
+
* Managed Service Factory. The Configuration Admin service will detect
|
|
9
|
+
* registrations of Configuration Plugin services and must call these services
|
|
10
|
+
* every time before it calls the <code>ManagedService</code> or
|
|
11
|
+
* <code>ManagedServiceFactory</code>
|
|
12
|
+
* <code>updated</code> method. The
|
|
13
|
+
* Configuration Plugin service thus has the opportunity to view and modify the
|
|
14
|
+
* properties before they are passed to the Managed Service or Managed Service
|
|
15
|
+
* Factory.
|
|
16
|
+
*
|
|
17
|
+
* <p>
|
|
18
|
+
* Configuration Plugin (plugin) services have full read/write access to all
|
|
19
|
+
* configuration information. Therefore, bundles using this facility should be
|
|
20
|
+
* trusted. Access to this facility should be limited with
|
|
21
|
+
* <code>ServicePermission[ConfigurationPlugin,REGISTER]</code>.
|
|
22
|
+
* Implementations of a Configuration Plugin service should assure that they
|
|
23
|
+
* only act on appropriate configurations.
|
|
24
|
+
*
|
|
25
|
+
* <p>
|
|
26
|
+
* The <code>Integer</code> <code>service.cmRanking</code> registration
|
|
27
|
+
* property may be specified. Not specifying this registration property, or
|
|
28
|
+
* setting it to something other than an <code>Integer</code>, is the same as
|
|
29
|
+
* setting it to the <code>Integer</code> zero. The
|
|
30
|
+
* <code>service.cmRanking</code> property determines the order in which
|
|
31
|
+
* plugins are invoked. Lower ranked plugins are called before higher ranked
|
|
32
|
+
* ones. In the event of more than one plugin having the same value of
|
|
33
|
+
* <code>service.cmRanking</code>, then the Configuration Admin service
|
|
34
|
+
* arbitrarily chooses the order in which they are called.
|
|
35
|
+
*
|
|
36
|
+
* <p>
|
|
37
|
+
* By convention, plugins with <code>service.cmRanking< 0</code> or
|
|
38
|
+
* <code>service.cmRanking > 1000</code> should not make modifications to
|
|
39
|
+
* the properties.
|
|
40
|
+
*
|
|
41
|
+
* <p>
|
|
42
|
+
* The Configuration Admin service has the right to hide properties from
|
|
43
|
+
* plugins, or to ignore some or all the changes that they make. This might be
|
|
44
|
+
* done for security reasons. Any such behavior is entirely implementation
|
|
45
|
+
* defined.
|
|
46
|
+
*
|
|
47
|
+
* <p>
|
|
48
|
+
* A plugin may optionally specify a <code>cm.target</code> registration
|
|
49
|
+
* property whose value is the PID of the Managed Service or Managed Service
|
|
50
|
+
* Factory whose configuration updates the plugin is intended to intercept. The
|
|
51
|
+
* plugin will then only be called with configuration updates that are targeted
|
|
52
|
+
* at the Managed Service or Managed Service Factory with the specified PID.
|
|
53
|
+
* Omitting the <code>cm.target</code> registration property means that the
|
|
54
|
+
* plugin is called for all configuration updates.
|
|
55
|
+
*/
|
|
56
|
+
export default class ConfigurationPlugin {
|
|
57
|
+
/**
|
|
58
|
+
* View and possibly modify the a set of configuration properties before
|
|
59
|
+
* they are sent to the Managed Service or the Managed Service Factory. The
|
|
60
|
+
* Configuration Plugin services are called in increasing order of their
|
|
61
|
+
* <code>service.cmRanking</code> property. If this property is undefined
|
|
62
|
+
* or is a non- <code>Integer</code> type, 0 is used.
|
|
63
|
+
*
|
|
64
|
+
* <p>
|
|
65
|
+
* This method should not modify the properties unless the
|
|
66
|
+
* <code>service.cmRanking</code> of this plugin is in the range
|
|
67
|
+
* <code>0 <= service.cmRanking <= 1000</code>.
|
|
68
|
+
* <p>
|
|
69
|
+
* If this method throws any <code>Exception</code>, the Configuration
|
|
70
|
+
* Admin service must catch it and should log it.
|
|
71
|
+
*
|
|
72
|
+
* @param targetInfo : {
|
|
73
|
+
managedService : ..,
|
|
74
|
+
managedServiceProperties: ..,
|
|
75
|
+
pid: ..,
|
|
76
|
+
factoryPid : ..
|
|
77
|
+
}
|
|
78
|
+
* @param properties The configuration properties. This argument must not
|
|
79
|
+
* contain the "service.bundleLocation" property. The value of this
|
|
80
|
+
* property may be obtained from the
|
|
81
|
+
* <code>Configuration.getBundleLocation</code> method.
|
|
82
|
+
*/
|
|
83
|
+
modifyConfiguration(targetInfo: any, properties: any): void;
|
|
84
|
+
}
|
|
@@ -1,2 +1,23 @@
|
|
|
1
|
-
declare
|
|
2
|
-
|
|
1
|
+
declare const ConfigurationStore_base: any;
|
|
2
|
+
/**
|
|
3
|
+
* Service for read/write configuration data.
|
|
4
|
+
* The store must currently be synchronous.
|
|
5
|
+
*/
|
|
6
|
+
export default class ConfigurationStore extends ConfigurationStore_base {
|
|
7
|
+
[x: string]: any;
|
|
8
|
+
_configs: any;
|
|
9
|
+
_factoryLookup: {};
|
|
10
|
+
searchConfigs(filter: any): any;
|
|
11
|
+
getFactoryConfigs(factoryPid: any): any[];
|
|
12
|
+
getConfig(pid: any): any;
|
|
13
|
+
/**
|
|
14
|
+
* Updates a configuration instance.
|
|
15
|
+
*/
|
|
16
|
+
setConfig(pid: any, config: any): void;
|
|
17
|
+
/**
|
|
18
|
+
* Removes/deletes a configuration instance.
|
|
19
|
+
*/
|
|
20
|
+
removeConfig(pid: any): void;
|
|
21
|
+
onConfigChanged(): void;
|
|
22
|
+
}
|
|
23
|
+
export {};
|
|
@@ -1,2 +1,36 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
/**
|
|
2
|
+
* Provides a view from the config store to more human readable JSON structure.
|
|
3
|
+
*
|
|
4
|
+
* Service for read/write configuration data.
|
|
5
|
+
* The store must be synchronous.
|
|
6
|
+
*/
|
|
7
|
+
export default class JsonConfigurationAdapter {
|
|
8
|
+
activate(cpCtx: any): void;
|
|
9
|
+
_bundleContext: any;
|
|
10
|
+
jsonConfig: any;
|
|
11
|
+
appLocation: any;
|
|
12
|
+
deactivate(): void;
|
|
13
|
+
createInstance(): JsonConfigurationStore;
|
|
14
|
+
store: JsonConfigurationStore | null | undefined;
|
|
15
|
+
destroyInstance(): void;
|
|
16
|
+
_convertRootConfigToConfigStoreItems(jsonConfig: any, store: any): void;
|
|
17
|
+
_convertBundleConfigToStoreItems(bundleName: any, bundleConfigObj: any, store: any): void;
|
|
18
|
+
_convertComponentConfigToStoreItems(bundleName: any, componentName: any, componentProps: any, store: any): void;
|
|
19
|
+
_createStoreItem(isFactory: any, bundleName: any, componentName: any, props: any, facItemCounter: any): {
|
|
20
|
+
pid: any;
|
|
21
|
+
bundleIdentifier: any;
|
|
22
|
+
properties: any;
|
|
23
|
+
} | undefined;
|
|
24
|
+
}
|
|
25
|
+
declare class JsonConfigurationStore extends ConfigurationStore {
|
|
26
|
+
constructor(opts: any);
|
|
27
|
+
appLocation: any;
|
|
28
|
+
jsonConfig: any;
|
|
29
|
+
_bundleContext: any;
|
|
30
|
+
getAppConfig(): any;
|
|
31
|
+
save(): any;
|
|
32
|
+
_buildBundlesSectionFromStoreEntries(): {};
|
|
33
|
+
_persistEnabledState(jsonConfig: any): void;
|
|
34
|
+
}
|
|
35
|
+
import ConfigurationStore from "./ConfigurationStore";
|
|
36
|
+
export {};
|
|
@@ -1,2 +1,113 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
/**
|
|
2
|
+
* A service that can receive configuration data from a Configuration Admin
|
|
3
|
+
* service.
|
|
4
|
+
*
|
|
5
|
+
* <p>
|
|
6
|
+
* A Managed Service is a service that needs configuration data. Such an object
|
|
7
|
+
* should be registered with the Framework registry with the
|
|
8
|
+
* <code>service.pid</code> property set to some unique identifier called a
|
|
9
|
+
* PID.
|
|
10
|
+
*
|
|
11
|
+
* <p>
|
|
12
|
+
* If the Configuration Admin service has a <code>Configuration</code> object
|
|
13
|
+
* corresponding to this PID, it will callback the <code>updated()</code>
|
|
14
|
+
* method of the <code>ManagedService</code> object, passing the properties of
|
|
15
|
+
* that <code>Configuration</code> object.
|
|
16
|
+
*
|
|
17
|
+
* <p>
|
|
18
|
+
* If it has no such <code>Configuration</code> object, then it calls back
|
|
19
|
+
* with a <code>null</code> properties argument. Registering a Managed Service
|
|
20
|
+
* will always result in a callback to the <code>updated()</code> method
|
|
21
|
+
* provided the Configuration Admin service is, or becomes active. This callback
|
|
22
|
+
* must always be done asynchronously.
|
|
23
|
+
*
|
|
24
|
+
* <p>
|
|
25
|
+
* Else, every time that either of the <code>updated()</code> methods is
|
|
26
|
+
* called on that <code>Configuration</code> object, the
|
|
27
|
+
* <code>ManagedService.updated()</code> method with the new properties is
|
|
28
|
+
* called. If the <code>delete()</code> method is called on that
|
|
29
|
+
* <code>Configuration</code> object, <code>ManagedService.updated()</code>
|
|
30
|
+
* is called with a <code>null</code> for the properties parameter. All these
|
|
31
|
+
* callbacks must be done asynchronously.
|
|
32
|
+
*
|
|
33
|
+
* <p>
|
|
34
|
+
* The following example shows the code of a serial port that will create a port
|
|
35
|
+
* depending on configuration information.
|
|
36
|
+
*
|
|
37
|
+
* <pre>
|
|
38
|
+
*
|
|
39
|
+
* class SerialPort implements ManagedService {
|
|
40
|
+
*
|
|
41
|
+
* ServiceRegistration registration;
|
|
42
|
+
* Hashtable configuration;
|
|
43
|
+
* CommPortIdentifier id;
|
|
44
|
+
*
|
|
45
|
+
* synchronized void open(CommPortIdentifier id,
|
|
46
|
+
* BundleContext context) {
|
|
47
|
+
* this.id = id;
|
|
48
|
+
* registration = context.registerService(
|
|
49
|
+
* ManagedService.class.getName(),
|
|
50
|
+
* this,
|
|
51
|
+
* getDefaults()
|
|
52
|
+
* );
|
|
53
|
+
* }
|
|
54
|
+
*
|
|
55
|
+
* Hashtable getDefaults() {
|
|
56
|
+
* Hashtable defaults = new Hashtable();
|
|
57
|
+
* defaults.put( "port", id.getName() );
|
|
58
|
+
* defaults.put( "product", "unknown" );
|
|
59
|
+
* defaults.put( "baud", "9600" );
|
|
60
|
+
* defaults.put( Constants.SERVICE_PID,
|
|
61
|
+
* "com.acme.serialport." + id.getName() );
|
|
62
|
+
* return defaults;
|
|
63
|
+
* }
|
|
64
|
+
*
|
|
65
|
+
* public synchronized void updated(
|
|
66
|
+
* Dictionary configuration ) {
|
|
67
|
+
* if ( configuration == null)
|
|
68
|
+
* registration.setProperties( getDefaults() );
|
|
69
|
+
* else {
|
|
70
|
+
* setSpeed( configuration.get("baud") );
|
|
71
|
+
* registration.setProperties( configuration );
|
|
72
|
+
* }
|
|
73
|
+
* }
|
|
74
|
+
* ...
|
|
75
|
+
* }
|
|
76
|
+
*
|
|
77
|
+
* </pre>
|
|
78
|
+
*
|
|
79
|
+
* <p>
|
|
80
|
+
* As a convention, it is recommended that when a Managed Service is updated, it
|
|
81
|
+
* should copy all the properties it does not recognize into the service
|
|
82
|
+
* registration properties. This will allow the Configuration Admin service to
|
|
83
|
+
* set properties on services which can then be used by other applications.
|
|
84
|
+
*/
|
|
85
|
+
export default class ManagedService {
|
|
86
|
+
/**
|
|
87
|
+
* Update the configuration for a Managed Service.
|
|
88
|
+
*
|
|
89
|
+
* <p>
|
|
90
|
+
* When the implementation of <code>updated(Dictionary)</code> detects any
|
|
91
|
+
* kind of error in the configuration properties, it should create a new
|
|
92
|
+
* <code>ConfigurationException</code> which describes the problem. This
|
|
93
|
+
* can allow a management system to provide useful information to a human
|
|
94
|
+
* administrator.
|
|
95
|
+
*
|
|
96
|
+
* <p>
|
|
97
|
+
* If this method throws any other <code>Exception</code>, the
|
|
98
|
+
* Configuration Admin service must catch it and should log it.
|
|
99
|
+
* <p>
|
|
100
|
+
* The Configuration Admin service must call this method asynchronously
|
|
101
|
+
* which initiated the callback. This implies that implementors of Managed
|
|
102
|
+
* Service can be assured that the callback will not take place during
|
|
103
|
+
* registration when they execute the registration in a synchronized method.
|
|
104
|
+
*
|
|
105
|
+
* @param properties A copy of the Configuration properties, or
|
|
106
|
+
* <code>null</code>. This argument must not contain the
|
|
107
|
+
* "service.bundleLocation" property. The value of this property may
|
|
108
|
+
* be obtained from the <code>Configuration.getBundleLocation</code>
|
|
109
|
+
* method.
|
|
110
|
+
* @throws ConfigurationException when the update fails
|
|
111
|
+
*/
|
|
112
|
+
updated(properties: any): void;
|
|
113
|
+
}
|
|
@@ -1,2 +1,10 @@
|
|
|
1
|
-
declare
|
|
2
|
-
export default
|
|
1
|
+
declare const AppRootSizeController_base: any;
|
|
2
|
+
export default class AppRootSizeController extends AppRootSizeController_base {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
activate(): void;
|
|
5
|
+
resize(): void;
|
|
6
|
+
root: any;
|
|
7
|
+
_orientSize: {} | undefined;
|
|
8
|
+
deactivate(): void;
|
|
9
|
+
}
|
|
10
|
+
export {};
|
|
@@ -1,2 +1,14 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
/**
|
|
2
|
+
* LayoutTemplateToolRuleProcessor is a rule to match against the currently enabled sub-layout or layout template.
|
|
3
|
+
*/
|
|
4
|
+
export default class LayoutTemplateToolRuleProcessor {
|
|
5
|
+
ruleProperties: string[];
|
|
6
|
+
ruleContextState: null;
|
|
7
|
+
activate(): void;
|
|
8
|
+
/**
|
|
9
|
+
* Method is called by the ToolRule Manager.
|
|
10
|
+
*/
|
|
11
|
+
isRuleFulfilled(tool: any, context: any, toolRuleDef: any): any[];
|
|
12
|
+
_matches(ruleNames: any, ruleValue: any, results: any): void;
|
|
13
|
+
_layoutStateChange(): void;
|
|
14
|
+
}
|
package/toc/ActionResolver.d.ts
CHANGED
|
@@ -11,7 +11,7 @@ export default class ActionResolver extends Evented<any> {
|
|
|
11
11
|
[_actionDefinitionFactories]: any[];
|
|
12
12
|
[_uiFactories]: any[];
|
|
13
13
|
}
|
|
14
|
-
import { Evented } from "
|
|
14
|
+
import { Evented } from "apprt-core/Events";
|
|
15
15
|
import Action from "./Action";
|
|
16
16
|
declare const _actionDefinitionFactories: unique symbol;
|
|
17
17
|
declare const _uiFactories: unique symbol;
|
|
@@ -11,7 +11,7 @@ export default class StateCheckExecutor {
|
|
|
11
11
|
i18n: any;
|
|
12
12
|
_cleanUpQueue: any[];
|
|
13
13
|
_queue: any[];
|
|
14
|
-
_task: import("
|
|
14
|
+
_task: import("apprt-core/AsyncTask").Task<[], void>;
|
|
15
15
|
queue(layer: any): void;
|
|
16
16
|
remove(): void;
|
|
17
17
|
_checkOrWait(): void;
|
|
@@ -6,6 +6,6 @@ export default class _default {
|
|
|
6
6
|
addTool(tool: any): void;
|
|
7
7
|
removeTool(tool: any): void;
|
|
8
8
|
_asyncUpdateToolsInWidget(): void;
|
|
9
|
-
_taskUpdateWidget: import("
|
|
9
|
+
_taskUpdateWidget: import("apprt-core/AsyncTask").Task<[tools?: any], void> | undefined;
|
|
10
10
|
_updateToolsInWidget(tools: any): void;
|
|
11
11
|
}
|