@conterra/ct-mapapps-typings 4.19.3-next.20250627112807 → 4.19.3

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 (96) hide show
  1. package/agssearch/package.json +1 -1
  2. package/apprt/package.json +1 -1
  3. package/apprt-binding/package.json +1 -1
  4. package/apprt-core/Observable.d.ts +55 -0
  5. package/apprt-core/Types.d.ts +1 -1
  6. package/apprt-core/package.json +1 -1
  7. package/apprt-dom/package.json +1 -1
  8. package/apprt-fetch/package.json +1 -1
  9. package/apprt-request/package.json +1 -1
  10. package/apprt-streams/package.json +1 -1
  11. package/apprt-tokens/package.json +1 -1
  12. package/apprt-vue/package.json +1 -1
  13. package/apprt-vuetify/package.json +1 -1
  14. package/coordinatetransformer/package.json +1 -1
  15. package/ct/api/omnisearch/ResultHandler.d.ts +3 -0
  16. package/ct/api/omnisearch/Store.d.ts +3 -0
  17. package/ct/package.json +1 -1
  18. package/ct/ui/controls/mobile/DropDownMenu.d.ts +3 -0
  19. package/dataform/package.json +1 -1
  20. package/dataview/package.json +1 -1
  21. package/domains-system/package.json +1 -1
  22. package/editing/package.json +1 -1
  23. package/esri-widgets/package.json +1 -1
  24. package/geojson/package.json +1 -1
  25. package/geometryservice/package.json +1 -1
  26. package/graphics/package.json +1 -1
  27. package/highlights/package.json +1 -1
  28. package/integration-map/package.json +1 -1
  29. package/managementlayout/package.json +1 -1
  30. package/map-actions/package.json +1 -1
  31. package/map-basemaps-api/package.json +1 -1
  32. package/map-config-api/package.json +1 -1
  33. package/map-init/package.json +1 -1
  34. package/map-widget/package.json +1 -1
  35. package/mapdraw-api/package.json +1 -1
  36. package/mapnavigation/package.json +1 -1
  37. package/maptips/package.json +1 -1
  38. package/measurement-2d/package.json +1 -1
  39. package/measurement-3d/package.json +1 -1
  40. package/omnisearch/ActionsHandler.d.ts +9 -0
  41. package/omnisearch/DrawHandler.d.ts +9 -0
  42. package/omnisearch/DropDownMenu.d.ts +3 -0
  43. package/omnisearch/OmniSearchFactory.d.ts +3 -0
  44. package/omnisearch/OmniSearchModel.d.ts +3 -0
  45. package/omnisearch/RadioButton.d.ts +3 -0
  46. package/omnisearch/ResultCommand.d.ts +9 -0
  47. package/omnisearch/SearchUI.d.ts +3 -0
  48. package/omnisearch/SettingsWidget.d.ts +3 -0
  49. package/omnisearch/ZoomHandler.d.ts +8 -0
  50. package/omnisearch/package.json +5 -0
  51. package/package.json +1 -1
  52. package/parametermanager/package.json +1 -1
  53. package/popups/package.json +1 -1
  54. package/portal-security/package.json +1 -1
  55. package/result-api/package.json +1 -1
  56. package/resultcenter/ActionController.d.ts +3 -0
  57. package/resultcenter/BaseCommand.d.ts +3 -0
  58. package/resultcenter/DataModel.d.ts +3 -0
  59. package/resultcenter/DataModelBroadcaster.d.ts +3 -0
  60. package/resultcenter/DataModelMapController.d.ts +25 -0
  61. package/resultcenter/DataViewController.d.ts +3 -0
  62. package/resultcenter/DataViewStore.d.ts +3 -0
  63. package/resultcenter/ExportResultsCommand.d.ts +12 -0
  64. package/resultcenter/FeatureMapVisualizer.d.ts +35 -0
  65. package/resultcenter/GraphicResolverFactory.d.ts +15 -0
  66. package/resultcenter/OpenPopupService.d.ts +5 -0
  67. package/resultcenter/PostfixAttributeTableLookupStrategy.d.ts +3 -0
  68. package/resultcenter/RemoveResultsCommand.d.ts +6 -0
  69. package/resultcenter/RestrictQueriesToView.d.ts +3 -0
  70. package/resultcenter/ResultcenterToolRuleProcessor.d.ts +3 -0
  71. package/resultcenter/SearchStoreHandler.d.ts +8 -0
  72. package/resultcenter/SelectAllResultsCommand.d.ts +11 -0
  73. package/resultcenter/StoreEventReceiver.d.ts +3 -0
  74. package/resultcenter/StoreRegistration.d.ts +3 -0
  75. package/resultcenter/TriggerShowResultCenter.d.ts +3 -0
  76. package/resultcenter/VisualizationLayerResolver.d.ts +13 -0
  77. package/resultcenter/package.json +5 -0
  78. package/search-api/api.d.ts +2 -16
  79. package/search-api/package.json +1 -1
  80. package/search-ui/package.json +1 -1
  81. package/selection-resultcenter/CachingStore.d.ts +229 -0
  82. package/selection-resultcenter/MemoryStore.d.ts +10 -0
  83. package/selection-resultcenter/package.json +5 -0
  84. package/selection-services/package.json +1 -1
  85. package/store-api/package.json +1 -1
  86. package/system/package.json +1 -1
  87. package/templatelayout/package.json +1 -1
  88. package/test-utils/package.json +1 -1
  89. package/theme-tester/package.json +1 -1
  90. package/toc/package.json +1 -1
  91. package/toolrules/package.json +1 -1
  92. package/vuetify-component-overview/package.json +1 -1
  93. package/windowmanager/package.json +1 -1
  94. package/wizard/package.json +1 -1
  95. package/coordinateconversion/api.d.ts +0 -181
  96. package/coordinateconversion/package.json +0 -5
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "agssearch",
3
- "version": "4.19.3-SNAPSHOT",
3
+ "version": "4.19.3",
4
4
  "types": ""
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "apprt",
3
- "version": "4.19.3-SNAPSHOT",
3
+ "version": "4.19.3",
4
4
  "types": ""
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "apprt-binding",
3
- "version": "4.19.3-SNAPSHOT",
3
+ "version": "4.19.3",
4
4
  "types": ""
5
5
  }
@@ -0,0 +1,55 @@
1
+ declare global {
2
+ const Observable: any;
3
+ }
4
+ /**
5
+ * Exports the Observable class.
6
+ *
7
+ * @deprecated the observable proposal is 'dead'
8
+ * @example
9
+ * ```ts
10
+ * // create observable, which ticks all 100 msec
11
+ * const observable = new Observable((observer: any) => {
12
+ * let counter = 0;
13
+ * const t = setInterval(() => {
14
+ * observer.next(++counter);
15
+ * }, 100);
16
+ * // return a cleanup function, is called if subscriber unsubscribes
17
+ * return () => {
18
+ * clearInterval(t);
19
+ * };
20
+ * });
21
+ * // now somebody can subscribe
22
+ * const subscription = observable.subscribe({
23
+ * next(value: number) {
24
+ * console.debug(value);
25
+ * }
26
+ * });
27
+ * // to unlink do:
28
+ * subscription.unsubscribe();
29
+ * ```
30
+ *
31
+ * @example
32
+ * ```
33
+ * // use object observable definition
34
+ * observable.subscribe({
35
+ * next(value) { },
36
+ * error(e) { },
37
+ * complete() { }
38
+ * });
39
+ * ```
40
+ *
41
+ * @example
42
+ * ```
43
+ * // use method definition, first argument is next, second error and third complete
44
+ * observable.subscribe(
45
+ * (value)=> {},
46
+ * (e)=> {},
47
+ * ()=> {}
48
+ * );
49
+ * ```
50
+ * @see [TC39 Proposal](https://github.com/tc39/proposal-observable)
51
+ * @see [TC39 Proposal Github](https://tc39.github.io/proposal-observable)
52
+ */
53
+ declare const ExtendedObservable: any;
54
+
55
+ export { ExtendedObservable, ExtendedObservable as default };
@@ -100,7 +100,7 @@ type WatchCallback<NameType, ValueType> = (event: WatchEvent<NameType, ValueType
100
100
  * It matches the apprt-core/Mutable watch interface.
101
101
  */
102
102
  interface Watchable<WatchableProperties> {
103
- watch<Name extends keyof WatchableProperties>(name: Name, callback: WatchCallback<Name, WatchableProperties[Name]>): Handle;
103
+ watch<Name extends keyof WatchableProperties>(name: Name, callBack: WatchCallback<Name, WatchableProperties[Name]>): Handle;
104
104
  }
105
105
  /**
106
106
  * Helper type to express a set of statically known values (with autocompletion) that can still be extended.
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "apprt-core",
3
- "version": "4.19.3-SNAPSHOT",
3
+ "version": "4.19.3",
4
4
  "types": ""
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "apprt-dom",
3
- "version": "4.19.3-SNAPSHOT",
3
+ "version": "4.19.3",
4
4
  "types": "./index.d.ts"
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "apprt-fetch",
3
- "version": "4.19.3-SNAPSHOT",
3
+ "version": "4.19.3",
4
4
  "types": "./index.d.ts"
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "apprt-request",
3
- "version": "4.19.3-SNAPSHOT",
3
+ "version": "4.19.3",
4
4
  "types": "./main.d.ts"
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "apprt-streams",
3
- "version": "4.19.3-SNAPSHOT",
3
+ "version": "4.19.3",
4
4
  "types": ""
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "apprt-tokens",
3
- "version": "4.19.3-SNAPSHOT",
3
+ "version": "4.19.3",
4
4
  "types": ""
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "apprt-vue",
3
- "version": "4.19.3-SNAPSHOT",
3
+ "version": "4.19.3",
4
4
  "types": "./index.d.ts"
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "apprt-vuetify",
3
- "version": "4.19.3-SNAPSHOT",
3
+ "version": "4.19.3",
4
4
  "types": ""
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "coordinatetransformer",
3
- "version": "4.19.3-SNAPSHOT",
3
+ "version": "4.19.3",
4
4
  "types": ""
5
5
  }
@@ -0,0 +1,3 @@
1
+ declare const _default: any;
2
+
3
+ export { _default as default };
@@ -0,0 +1,3 @@
1
+ declare const _default: any;
2
+
3
+ export { _default as default };
package/ct/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "ct",
3
- "version": "4.19.3-SNAPSHOT",
3
+ "version": "4.19.3",
4
4
  "types": "./main.d.ts"
5
5
  }
@@ -0,0 +1,3 @@
1
+ declare const _default: any;
2
+
3
+ export { _default as default };
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "dataform",
3
- "version": "4.19.3-SNAPSHOT",
3
+ "version": "4.19.3",
4
4
  "types": ""
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "dataview",
3
- "version": "4.19.3-SNAPSHOT",
3
+ "version": "4.19.3",
4
4
  "types": ""
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "domains-system",
3
- "version": "4.19.3-SNAPSHOT",
3
+ "version": "4.19.3",
4
4
  "types": ""
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "editing",
3
- "version": "4.19.3-SNAPSHOT",
3
+ "version": "4.19.3",
4
4
  "types": ""
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "esri-widgets",
3
- "version": "4.19.3-SNAPSHOT",
3
+ "version": "4.19.3",
4
4
  "types": ""
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "geojson",
3
- "version": "4.19.3-SNAPSHOT",
3
+ "version": "4.19.3",
4
4
  "types": ""
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "geometryservice",
3
- "version": "4.19.3-SNAPSHOT",
3
+ "version": "4.19.3",
4
4
  "types": ""
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "graphics",
3
- "version": "4.19.3-SNAPSHOT",
3
+ "version": "4.19.3",
4
4
  "types": ""
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "highlights",
3
- "version": "4.19.3-SNAPSHOT",
3
+ "version": "4.19.3",
4
4
  "types": ""
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "integration-map",
3
- "version": "4.19.3-SNAPSHOT",
3
+ "version": "4.19.3",
4
4
  "types": ""
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "managementlayout",
3
- "version": "4.19.3-SNAPSHOT",
3
+ "version": "4.19.3",
4
4
  "types": ""
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "map-actions",
3
- "version": "4.19.3-SNAPSHOT",
3
+ "version": "4.19.3",
4
4
  "types": ""
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "map-basemaps-api",
3
- "version": "4.19.3-SNAPSHOT",
3
+ "version": "4.19.3",
4
4
  "types": ""
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "map-config-api",
3
- "version": "4.19.3-SNAPSHOT",
3
+ "version": "4.19.3",
4
4
  "types": ""
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "map-init",
3
- "version": "4.19.3-SNAPSHOT",
3
+ "version": "4.19.3",
4
4
  "types": ""
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "map-widget",
3
- "version": "4.19.3-SNAPSHOT",
3
+ "version": "4.19.3",
4
4
  "types": ""
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "mapdraw-api",
3
- "version": "4.19.3-SNAPSHOT",
3
+ "version": "4.19.3",
4
4
  "types": ""
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "mapnavigation",
3
- "version": "4.19.3-SNAPSHOT",
3
+ "version": "4.19.3",
4
4
  "types": ""
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "maptips",
3
- "version": "4.19.3-SNAPSHOT",
3
+ "version": "4.19.3",
4
4
  "types": ""
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "measurement-2d",
3
- "version": "4.19.3-SNAPSHOT",
3
+ "version": "4.19.3",
4
4
  "types": ""
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "measurement-3d",
3
- "version": "4.19.3-SNAPSHOT",
3
+ "version": "4.19.3",
4
4
  "types": ""
5
5
  }
@@ -0,0 +1,9 @@
1
+ declare class ActionsHandler {
2
+ id: string;
3
+ type: string[];
4
+ set actionService(service: any);
5
+ handle(item: any, opts: any): Promise<PromiseSettledResult<any>[]>;
6
+ #private;
7
+ }
8
+
9
+ export { ActionsHandler as default };
@@ -0,0 +1,9 @@
1
+ declare class DrawHandler {
2
+ id: string;
3
+ type: string[];
4
+ activate(): void;
5
+ symbolTableLookup: any;
6
+ handle(item: any, opts: any): Promise<void>;
7
+ }
8
+
9
+ export { DrawHandler as default };
@@ -0,0 +1,3 @@
1
+ declare const _default: any;
2
+
3
+ export { _default as default };
@@ -0,0 +1,3 @@
1
+ declare const _default: any;
2
+
3
+ export { _default as default };
@@ -0,0 +1,3 @@
1
+ declare const _default: any;
2
+
3
+ export { _default as default };
@@ -0,0 +1,3 @@
1
+ declare const _default: any;
2
+
3
+ export { _default as default };
@@ -0,0 +1,9 @@
1
+ declare class ResultCommands {
2
+ processResult(event: any): void;
3
+ clearResult(event: any): void;
4
+ addResultHandler(resultHandler: any): void;
5
+ removeResultHandler(resultHandler: any): void;
6
+ #private;
7
+ }
8
+
9
+ export { ResultCommands as default };
@@ -0,0 +1,3 @@
1
+ declare const _default: any;
2
+
3
+ export { _default as default };
@@ -0,0 +1,3 @@
1
+ declare const _default: any;
2
+
3
+ export { _default as default };
@@ -0,0 +1,8 @@
1
+ declare class ZoomHandler {
2
+ id: string;
3
+ type: string;
4
+ activate(): void;
5
+ handle(item: any, opts: any): void;
6
+ }
7
+
8
+ export { ZoomHandler as default };
@@ -0,0 +1,5 @@
1
+ {
2
+ "name": "omnisearch",
3
+ "version": "4.19.3",
4
+ "types": ""
5
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conterra/ct-mapapps-typings",
3
- "version": "4.19.3-next.20250627112807",
3
+ "version": "4.19.3",
4
4
  "description": "TypeDefinitions for ct-mapapps",
5
5
  "author": "conterra",
6
6
  "license": "Apache-2.0"
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "parametermanager",
3
- "version": "4.19.3-SNAPSHOT",
3
+ "version": "4.19.3",
4
4
  "types": ""
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "popups",
3
- "version": "4.19.3-SNAPSHOT",
3
+ "version": "4.19.3",
4
4
  "types": "./main.d.ts"
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "portal-security",
3
- "version": "4.19.3-SNAPSHOT",
3
+ "version": "4.19.3",
4
4
  "types": ""
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "result-api",
3
- "version": "4.19.3-SNAPSHOT",
3
+ "version": "4.19.3",
4
4
  "types": ""
5
5
  }
@@ -0,0 +1,3 @@
1
+ declare const _default: any;
2
+
3
+ export { _default as default };
@@ -0,0 +1,3 @@
1
+ declare const _default: any;
2
+
3
+ export { _default as default };
@@ -0,0 +1,3 @@
1
+ declare const _default: any;
2
+
3
+ export { _default as default };
@@ -0,0 +1,3 @@
1
+ declare const _default: any;
2
+
3
+ export { _default as default };
@@ -0,0 +1,25 @@
1
+ declare function DataModelMapController(): {
2
+ dataModel: null;
3
+ mapWidgetModel: null;
4
+ constructor(): void;
5
+ zoomToAll(): void;
6
+ zoomToSelection(): void;
7
+ _getGeometryOpts(): {
8
+ fields: {
9
+ geometry: boolean;
10
+ };
11
+ geometry: {
12
+ sr: any;
13
+ maxAllowableOffset: number;
14
+ };
15
+ };
16
+ zoomToItems(idsOrQuery: any): void;
17
+ zoomToItem(id: any): void;
18
+ centerSelection(): void;
19
+ centerItems(idsOrQuery: any): void;
20
+ centerItem(id: any): void;
21
+ openPopup(itemId: any): void;
22
+ _withItems(idsOrQuery: any, cb: any, scope: any, options: any): void;
23
+ };
24
+
25
+ export { DataModelMapController as default };
@@ -0,0 +1,3 @@
1
+ declare const _default: any;
2
+
3
+ export { _default as default };
@@ -0,0 +1,3 @@
1
+ declare function _default(model: any, store: any, listenForChanges: any): any;
2
+
3
+ export { _default as default };
@@ -0,0 +1,12 @@
1
+ /**
2
+ * @fileOverview contains code for common (shared) command functions.
3
+ */
4
+ declare class ExportResultsCommand {
5
+ exportSelected(): Promise<void>;
6
+ _formatValue(value: any, type: any): string;
7
+ _escape(value: any, separator: any): any;
8
+ _prepareEntries(entries: any, separator: any, undefinedValue: any, ignoreFields: any, metadata: any, domains: any, exportDomainValues: any, detectExtraFields: any): string;
9
+ _resolveFields(entries: any, fields: any, ignoreFields: any, detectExtraFields?: boolean): any;
10
+ }
11
+
12
+ export { ExportResultsCommand as default };
@@ -0,0 +1,35 @@
1
+ declare class FeatureMapVisualizer {
2
+ _mapWidgetModel: any;
3
+ _highlighterFactory: any;
4
+ _dataModel: any;
5
+ _dataViewController: any;
6
+ _graphicResolver: any;
7
+ _coordinateTransformer: any;
8
+ _popupTemplateResolver: any;
9
+ deactivate(): void;
10
+ viewChanged(): Promise<void>;
11
+ handleOnDataUpdate(): Promise<void>;
12
+ findGraphicsById(itemId: any): any;
13
+ _updateFeatures(): void;
14
+ _renderStoreItems(store: any): Promise<void>;
15
+ _triggerPartialUpdateOnDataChange(store: any, evt: any): void;
16
+ _updateTask: any;
17
+ _applyDataUpdates(store: any, sr: any, renderId: any): Promise<void>;
18
+ _addHighlights(features: any, store: any, domains: any, spatialReference: any): Promise<void>;
19
+ _updateHighlight(itemId: any, geometry: any, attributes: any, context: any, popupTemplate: any): void;
20
+ _removeHighlight(itemId: any): void;
21
+ _removeHighlights(): void;
22
+ _getContext(store: any): any;
23
+ _lookupHighlighter(name: any): any;
24
+ _createHighlighter(existing: any, resolver: any): any;
25
+ _resolveDomains(store: any): Promise<{
26
+ mergeDomainsIntoFields: (attributes: any) => any;
27
+ toDomainValues(attributes: any): Record<string, any>;
28
+ isDomainField(name: string): boolean;
29
+ } | undefined>;
30
+ _transformFeatures(features: any, targetSpatialReference: any): Promise<any>;
31
+ _destroyHighlighter(): void;
32
+ #private;
33
+ }
34
+
35
+ export { FeatureMapVisualizer as default };
@@ -0,0 +1,15 @@
1
+ declare class GraphicResolverFactory {
2
+ activate(): void;
3
+ symbolLookup: any;
4
+ _defaultSymbolLookup: any;
5
+ deactivate(): void;
6
+ /** Used by FeatureMapVisualizer to lookup symbols */
7
+ resolveSymbol(geometry: any, attributes: any, context: any): any;
8
+ buildDefaultResolver(): {
9
+ resolve(geometry: any, attributes: any, context: any): any;
10
+ };
11
+ _generateSymbolsLookUp(symbolLookup: any): any;
12
+ #private;
13
+ }
14
+
15
+ export { GraphicResolverFactory as default };
@@ -0,0 +1,5 @@
1
+ declare function OpenPopupService(opts: any): {
2
+ openPopup(itemId: any, options: any): Promise<void>;
3
+ };
4
+
5
+ export { OpenPopupService as default };
@@ -0,0 +1,3 @@
1
+ declare const _default: any;
2
+
3
+ export { _default as default };
@@ -0,0 +1,6 @@
1
+ declare class RemoveResultsCommand {
2
+ removeAll(): void;
3
+ removeSelected(): Promise<void>;
4
+ }
5
+
6
+ export { RemoveResultsCommand as default };
@@ -0,0 +1,3 @@
1
+ declare function RestrictQueriesToView(dataViewModel: any, masterStore: any): any;
2
+
3
+ export { RestrictQueriesToView as default };
@@ -0,0 +1,3 @@
1
+ declare const _default: any;
2
+
3
+ export { _default as default };