@conterra/ct-mapapps-typings 4.19.0-next.20241031045252 → 4.19.0-next.20241101051158
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 +0 -1
- package/apprt/BundleEvent.d.ts +12 -9
- package/apprt/Constants.d.ts +6 -5
- package/apprt/FrameworkEvent.d.ts +8 -5
- package/apprt/ServiceEvent.d.ts +8 -5
- package/apprt/event/EventConstants.d.ts +3 -2
- package/apprt/launch/FrameworkEvent.d.ts +2 -0
- package/apprt/semver.d.ts +2 -2
- package/coordinatetransformer/api/CoordinateTransformer.d.ts +0 -1
- package/coordinatetransformer/api/TransformationProvider.d.ts +0 -1
- package/coordinatetransformer/api/TransformerStrategy.d.ts +0 -1
- package/ct/mapping/geometry.d.ts +0 -1
- package/ct/request.d.ts +2 -2
- package/editing/api.d.ts +0 -1
- package/geojson/api.d.ts +0 -1
- package/geometryservice/api.d.ts +0 -1
- package/highlights/api.d.ts +0 -1
- package/map-actions/api.d.ts +0 -1
- package/map-basemaps-api/BasemapItem.d.ts +0 -1
- package/map-basemaps-api/BasemapsModel.d.ts +5 -3
- package/map-basemaps-api/api.d.ts +0 -1
- package/map-config-api/api.d.ts +0 -1
- package/map-init/api.d.ts +0 -1
- package/map-widget/Constraints.d.ts +1 -1
- package/map-widget/LayerObserver.d.ts +0 -1
- package/map-widget/LayerTraverser.d.ts +0 -1
- package/map-widget/MapWidgetFactory.d.ts +1 -2
- package/map-widget/MapWidgetModel.d.ts +4 -2
- package/map-widget/ViewReadyWatcher.d.ts +1 -1
- package/map-widget/__internal__/{DFiGfJS1.d.ts → DDMSoh8m.d.ts} +0 -1
- package/map-widget/api/Constraints.d.ts +1 -1
- package/map-widget/api/MapWidget.d.ts +1 -1
- package/map-widget/api/MapWidgetFactory.d.ts +1 -2
- package/map-widget/api/MapWidgetModel.d.ts +1 -1
- package/map-widget/api/MapWidgetRegistration.d.ts +1 -2
- package/map-widget/api/SrsChangeService.d.ts +1 -2
- package/map-widget/api/index.d.ts +1 -1
- package/mapdraw-api/api.d.ts +0 -1
- package/maptips/api.d.ts +0 -1
- package/package.json +1 -1
- package/popups/BaseAction.d.ts +0 -1
- package/popups/ContentUpdateProxy.d.ts +0 -1
- package/popups/api.d.ts +0 -1
- package/portal-security/api.d.ts +0 -1
- package/result-api/__internal__/{LZ4ypyEL.d.ts → Sdx04aD7.d.ts} +0 -1
- package/result-api/api/actions.d.ts +1 -1
- package/result-api/api/formatting.d.ts +1 -1
- package/result-api/api/index.d.ts +1 -1
- package/result-api/api/model.d.ts +1 -1
- package/result-api/api/service.d.ts +1 -1
- package/result-api/api/ui.d.ts +1 -1
- package/search-api/api.d.ts +59 -4
- package/selection-services/DrawingSpatialInputAction.d.ts +0 -1
- package/selection-services/SpatialInputAction.d.ts +0 -1
- package/selection-services/TolerancePointDrawingInputAction.d.ts +0 -1
- package/selection-services/api/index.d.ts +0 -1
- package/store-api/api/ComplexQueryLang.d.ts +0 -1
- package/style-guide/style-guide-layout/template.d.ts +0 -1
- package/theme-tester/test-layout/test-layout.d.ts +0 -1
- package/toc/api/Item.d.ts +0 -1
- package/vuetify-component-overview/component-overview-layout/template.d.ts +0 -1
package/agssearch/api.d.ts
CHANGED
package/apprt/BundleEvent.d.ts
CHANGED
|
@@ -1,14 +1,17 @@
|
|
|
1
|
+
import { BundleEvent_INSTALLED, BundleEvent_STARTED, BundleEvent_STOPPED, BundleEvent_UNINSTALLED, BundleEvent_RESOLVING, BundleEvent_RESOLVED, BundleEvent_UNRESOLVED, BundleEvent_STARTING, BundleEvent_STOPPING } from './api/index.js';
|
|
2
|
+
import 'apprt-core/Types';
|
|
3
|
+
|
|
1
4
|
declare const BundleEvent: {
|
|
2
5
|
types: {
|
|
3
|
-
INSTALLED:
|
|
4
|
-
STARTED:
|
|
5
|
-
STOPPED:
|
|
6
|
-
UNINSTALLED:
|
|
7
|
-
RESOLVING:
|
|
8
|
-
RESOLVED:
|
|
9
|
-
UNRESOLVED:
|
|
10
|
-
STARTING:
|
|
11
|
-
STOPPING:
|
|
6
|
+
INSTALLED: BundleEvent_INSTALLED;
|
|
7
|
+
STARTED: BundleEvent_STARTED;
|
|
8
|
+
STOPPED: BundleEvent_STOPPED;
|
|
9
|
+
UNINSTALLED: BundleEvent_UNINSTALLED;
|
|
10
|
+
RESOLVING: BundleEvent_RESOLVING;
|
|
11
|
+
RESOLVED: BundleEvent_RESOLVED;
|
|
12
|
+
UNRESOLVED: BundleEvent_UNRESOLVED;
|
|
13
|
+
STARTING: BundleEvent_STARTING;
|
|
14
|
+
STOPPING: BundleEvent_STOPPING;
|
|
12
15
|
};
|
|
13
16
|
};
|
|
14
17
|
|
package/apprt/Constants.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ServiceReference } from './api/index.js';
|
|
1
|
+
import { ServiceReference, AUTOSTART_POLICY_YES, AUTOSTART_POLICY_NO } from './api/index.js';
|
|
2
2
|
import 'apprt-core/Types';
|
|
3
3
|
|
|
4
|
-
declare const
|
|
4
|
+
declare const constants: {
|
|
5
5
|
SERVICE_REFERENCE_COMPARATOR(a: ServiceReference, b: ServiceReference): number;
|
|
6
6
|
/**
|
|
7
7
|
* Location identifier of the OSGi <i>system bundle</i>, which is defined
|
|
@@ -81,8 +81,8 @@ declare const _default: Readonly<{
|
|
|
81
81
|
* object returned by the `Bundle.getHeaders` method.
|
|
82
82
|
*/
|
|
83
83
|
BUNDLE_AUTOSTARTPOLICY: string;
|
|
84
|
-
AUTOSTARTPOLICY_YES:
|
|
85
|
-
AUTOSTARTPOLICY_NO:
|
|
84
|
+
AUTOSTARTPOLICY_YES: AUTOSTART_POLICY_YES;
|
|
85
|
+
AUTOSTARTPOLICY_NO: AUTOSTART_POLICY_NO;
|
|
86
86
|
/**
|
|
87
87
|
* Manifest header identifying the bundle's vendor.
|
|
88
88
|
*
|
|
@@ -389,6 +389,7 @@ declare const _default: Readonly<{
|
|
|
389
389
|
* ones.
|
|
390
390
|
*/
|
|
391
391
|
CM_RANKING: string;
|
|
392
|
-
}
|
|
392
|
+
};
|
|
393
|
+
declare const _default: Readonly<typeof constants>;
|
|
393
394
|
|
|
394
395
|
export { _default as default };
|
|
@@ -1,10 +1,13 @@
|
|
|
1
|
+
import { FrameworkEvent_STARTED, FrameworkEvent_ERROR, FrameworkEvent_STARTLEVEL_CHANGED, FrameworkEvent_WARNING, FrameworkEvent_STOPPED } from './api/index.js';
|
|
2
|
+
import 'apprt-core/Types';
|
|
3
|
+
|
|
1
4
|
declare const FrameworkEvent: {
|
|
2
5
|
types: {
|
|
3
|
-
STARTED:
|
|
4
|
-
ERROR:
|
|
5
|
-
STARTLEVEL_CHANGED:
|
|
6
|
-
WARNING:
|
|
7
|
-
STOPPED:
|
|
6
|
+
STARTED: FrameworkEvent_STARTED;
|
|
7
|
+
ERROR: FrameworkEvent_ERROR;
|
|
8
|
+
STARTLEVEL_CHANGED: FrameworkEvent_STARTLEVEL_CHANGED;
|
|
9
|
+
WARNING: FrameworkEvent_WARNING;
|
|
10
|
+
STOPPED: FrameworkEvent_STOPPED;
|
|
8
11
|
};
|
|
9
12
|
};
|
|
10
13
|
|
package/apprt/ServiceEvent.d.ts
CHANGED
|
@@ -1,10 +1,13 @@
|
|
|
1
|
+
import { ServiceEvent_REGISTERED, ServiceEvent_MODIFIED, ServiceEvent_UNREGISTERING, ServiceEvent_LAZY_GET, ServiceEvent_LAZY_UNGET } from './api/index.js';
|
|
2
|
+
import 'apprt-core/Types';
|
|
3
|
+
|
|
1
4
|
declare const ServiceEvent: {
|
|
2
5
|
types: {
|
|
3
|
-
REGISTERED:
|
|
4
|
-
MODIFIED:
|
|
5
|
-
UNREGISTERING:
|
|
6
|
-
LAZY_GET:
|
|
7
|
-
LAZY_UNGET:
|
|
6
|
+
REGISTERED: ServiceEvent_REGISTERED;
|
|
7
|
+
MODIFIED: ServiceEvent_MODIFIED;
|
|
8
|
+
UNREGISTERING: ServiceEvent_UNREGISTERING;
|
|
9
|
+
LAZY_GET: ServiceEvent_LAZY_GET;
|
|
10
|
+
LAZY_UNGET: ServiceEvent_LAZY_UNGET;
|
|
8
11
|
};
|
|
9
12
|
};
|
|
10
13
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const
|
|
1
|
+
declare const EventConstants: {
|
|
2
2
|
/**
|
|
3
3
|
* Service registration property (named `Event-Topics`)
|
|
4
4
|
* specifying the `Event` topics of interest to a Event Handler
|
|
@@ -113,6 +113,7 @@ declare const _default: Readonly<{
|
|
|
113
113
|
* event property is `Date`.
|
|
114
114
|
*/
|
|
115
115
|
TIMESTAMP: string;
|
|
116
|
-
}
|
|
116
|
+
};
|
|
117
|
+
declare const _default: Readonly<typeof EventConstants>;
|
|
117
118
|
|
|
118
119
|
export { _default as default };
|
package/apprt/semver.d.ts
CHANGED
|
@@ -23,8 +23,8 @@ declare function semver(major?: number, minor?: number, patch?: number, hotfix?:
|
|
|
23
23
|
*/
|
|
24
24
|
declare function semver(versionString?: string, ignoreBuild?: boolean): SemVer;
|
|
25
25
|
declare namespace semver {
|
|
26
|
-
var parse: (versionString?: string
|
|
27
|
-
var create: (major?: number
|
|
26
|
+
var parse: (versionString?: string, ignoreBuild?: boolean) => SemVer;
|
|
27
|
+
var create: (major?: number, minor?: number, patch?: number, hotfix?: number, prerelease?: readonly string[], build?: string) => SemVer;
|
|
28
28
|
var compare: (a: SemVer, b: SemVer) => number;
|
|
29
29
|
var equals: (a: SemVer, b: SemVer) => boolean;
|
|
30
30
|
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="arcgis-js-api" />
|
|
2
1
|
import { SpatialReference } from 'esri/geometry';
|
|
3
2
|
import GeographicTransformation from 'esri/geometry/support/GeographicTransformation';
|
|
4
3
|
import GeographicTransformationStep from 'esri/geometry/support/GeographicTransformationStep';
|
package/ct/mapping/geometry.d.ts
CHANGED
package/ct/request.d.ts
CHANGED
|
@@ -3,8 +3,8 @@ declare namespace request {
|
|
|
3
3
|
export { request };
|
|
4
4
|
export function requestJSON(params: any, flags: any): Promise<any>;
|
|
5
5
|
export let getProxiedUrl: (url: string, options?: {
|
|
6
|
-
force?: boolean
|
|
7
|
-
}
|
|
6
|
+
force?: boolean;
|
|
7
|
+
}) => string;
|
|
8
8
|
export namespace preprocessors {
|
|
9
9
|
function add(p: any, first: any): void;
|
|
10
10
|
function remove(p: any): void;
|
package/editing/api.d.ts
CHANGED
package/geojson/api.d.ts
CHANGED
package/geometryservice/api.d.ts
CHANGED
package/highlights/api.d.ts
CHANGED
package/map-actions/api.d.ts
CHANGED
|
@@ -2,9 +2,11 @@ import { BasemapsModelMembers, BasemapItem, BasemapItemProps, BasemapsModel as B
|
|
|
2
2
|
import 'apprt-core/Mutable';
|
|
3
3
|
import 'esri/Basemap';
|
|
4
4
|
|
|
5
|
-
declare const BasemapsModel:
|
|
6
|
-
|
|
7
|
-
|
|
5
|
+
declare const BasemapsModel: {
|
|
6
|
+
new (options?: Partial<Omit<BasemapsModelMembers, "basemaps"> & {
|
|
7
|
+
basemaps: (BasemapItem | BasemapItemProps)[];
|
|
8
|
+
}>): BasemapsModel$1;
|
|
9
|
+
};
|
|
8
10
|
type BasemapsModel = BasemapsModel$1;
|
|
9
11
|
|
|
10
12
|
export { BasemapsModel, BasemapsModel as default };
|
package/map-config-api/api.d.ts
CHANGED
package/map-init/api.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as apprt_core_Mutable from 'apprt-core/Mutable';
|
|
2
|
-
import { ViewMode, Constraints as Constraints$1 } from './__internal__/
|
|
2
|
+
import { ViewMode, Constraints as Constraints$1 } from './__internal__/DDMSoh8m.js';
|
|
3
3
|
import 'esri/geometry';
|
|
4
4
|
import 'esri/layers/support/LOD';
|
|
5
5
|
import 'esri/Camera';
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
/// <reference types="arcgis-js-api" />
|
|
2
1
|
import Map from 'esri/Map';
|
|
3
|
-
import { MapWidgetModel } from './__internal__/
|
|
2
|
+
import { MapWidgetModel } from './__internal__/DDMSoh8m.js';
|
|
4
3
|
import { MapWidget } from './api/MapWidget.js';
|
|
5
4
|
import { MapWidgetFactory as MapWidgetFactory$1 } from './api/MapWidgetFactory.js';
|
|
6
5
|
import 'apprt-core/Mutable';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { MapWidgetModelMembers, MapWidgetModel as MapWidgetModel$1 } from './__internal__/
|
|
1
|
+
import { MapWidgetModelMembers, MapWidgetModel as MapWidgetModel$1 } from './__internal__/DDMSoh8m.js';
|
|
2
2
|
import 'apprt-core/Mutable';
|
|
3
3
|
import 'esri/geometry';
|
|
4
4
|
import 'esri/layers/support/LOD';
|
|
@@ -10,7 +10,9 @@ import 'esri/views/MapView';
|
|
|
10
10
|
import 'esri/views/SceneView';
|
|
11
11
|
import './api/Navigation.js';
|
|
12
12
|
|
|
13
|
-
declare const MapWidgetModel:
|
|
13
|
+
declare const MapWidgetModel: {
|
|
14
|
+
new (args: Partial<MapWidgetModelMembers>): MapWidgetModel;
|
|
15
|
+
};
|
|
14
16
|
type MapWidgetModel = MapWidgetModel$1;
|
|
15
17
|
|
|
16
18
|
export { MapWidgetModel, MapWidgetModel as default };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import 'apprt-core/Mutable';
|
|
2
2
|
import 'esri/geometry';
|
|
3
3
|
import 'esri/layers/support/LOD';
|
|
4
|
-
export { Constraints, ConstraintsMembers } from '../__internal__/
|
|
4
|
+
export { Constraints, ConstraintsMembers } from '../__internal__/DDMSoh8m.js';
|
|
5
5
|
import 'esri/Camera';
|
|
6
6
|
import 'esri/Map';
|
|
7
7
|
import 'esri/TimeExtent';
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
/// <reference types="arcgis-js-api" />
|
|
2
1
|
import Map from 'esri/Map';
|
|
3
2
|
import { MapWidget } from './MapWidget.js';
|
|
4
|
-
import { MapWidgetModelMembers, MapWidgetModel } from '../__internal__/
|
|
3
|
+
import { MapWidgetModelMembers, MapWidgetModel } from '../__internal__/DDMSoh8m.js';
|
|
5
4
|
import 'apprt-core/Mutable';
|
|
6
5
|
import 'esri/geometry';
|
|
7
6
|
import 'esri/layers/support/LOD';
|
|
@@ -6,6 +6,6 @@ import 'esri/TimeExtent';
|
|
|
6
6
|
import 'esri/Viewpoint';
|
|
7
7
|
import 'esri/views/MapView';
|
|
8
8
|
import 'esri/views/SceneView';
|
|
9
|
-
export { MapWidgetModel, MapWidgetModelMembers, View, ViewMode, ViewPadding } from '../__internal__/
|
|
9
|
+
export { MapWidgetModel, MapWidgetModelMembers, View, ViewMode, ViewPadding } from '../__internal__/DDMSoh8m.js';
|
|
10
10
|
import './Navigation.js';
|
|
11
11
|
import 'esri/layers/support/LOD';
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
/// <reference types="arcgis-js-api" />
|
|
2
1
|
import Map from 'esri/Map';
|
|
3
2
|
import { MapWidget } from './MapWidget.js';
|
|
4
|
-
import { MapWidgetModel } from '../__internal__/
|
|
3
|
+
import { MapWidgetModel } from '../__internal__/DDMSoh8m.js';
|
|
5
4
|
import 'apprt-core/Mutable';
|
|
6
5
|
import 'esri/geometry';
|
|
7
6
|
import 'esri/layers/support/LOD';
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
/// <reference types="arcgis-js-api" />
|
|
2
1
|
import { SpatialReference } from 'esri/geometry';
|
|
3
2
|
import { MapWidget } from './MapWidget.js';
|
|
4
|
-
import '../__internal__/
|
|
3
|
+
import '../__internal__/DDMSoh8m.js';
|
|
5
4
|
import 'apprt-core/Mutable';
|
|
6
5
|
import 'esri/layers/support/LOD';
|
|
7
6
|
import 'esri/Camera';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { Constraints, ConstraintsMembers, MapWidgetModel, MapWidgetModelMembers, View, ViewMode, ViewPadding } from '../__internal__/
|
|
1
|
+
export { Constraints, ConstraintsMembers, MapWidgetModel, MapWidgetModelMembers, View, ViewMode, ViewPadding } from '../__internal__/DDMSoh8m.js';
|
|
2
2
|
export { Navigation, NavigationMembers } from './Navigation.js';
|
|
3
3
|
export { MapWidget } from './MapWidget.js';
|
|
4
4
|
export { MapWidgetFactory } from './MapWidgetFactory.js';
|
package/mapdraw-api/api.d.ts
CHANGED
package/maptips/api.d.ts
CHANGED
package/package.json
CHANGED
package/popups/BaseAction.d.ts
CHANGED
package/popups/api.d.ts
CHANGED
package/portal-security/api.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { DataTable, TableItem, DataTableCollection } from '../__internal__/
|
|
1
|
+
import { DataTable, TableItem, DataTableCollection } from '../__internal__/Sdx04aD7.js';
|
|
2
2
|
import { EventSource } from 'apprt-core/Events';
|
|
3
3
|
import 'apprt-core/Types';
|
|
4
4
|
import 'esri/geometry';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { ArcadeFormatOptions, DateTimeFormat, DateTimeFormatOptions, FORMATTER_COMBINED_IDENTIFIER, FORMATTER_DOMAIN_VALUE_IDENTIFIER, FORMATTER_ID_IDENTIFIER, Formatter, FormatterFacade, FormatterOptions, FormattingInfo, FormattingInfoProvider, NumberFormatOptions, WellKnownFormatterOptions } from '../__internal__/
|
|
1
|
+
export { ArcadeFormatOptions, DateTimeFormat, DateTimeFormatOptions, FORMATTER_COMBINED_IDENTIFIER, FORMATTER_DOMAIN_VALUE_IDENTIFIER, FORMATTER_ID_IDENTIFIER, Formatter, FormatterFacade, FormatterOptions, FormattingInfo, FormattingInfoProvider, NumberFormatOptions, WellKnownFormatterOptions } from '../__internal__/Sdx04aD7.js';
|
|
2
2
|
import 'apprt-core/Types';
|
|
3
3
|
import 'esri/geometry';
|
|
4
4
|
import 'store-api/api';
|
|
@@ -1,4 +1,4 @@
|
|
|
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__/Sdx04aD7.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';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import 'apprt-core/Types';
|
|
2
2
|
import 'esri/geometry';
|
|
3
3
|
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__/
|
|
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__/Sdx04aD7.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Store, ComplexQueryExpression, QueryOptions } from 'store-api/api';
|
|
2
|
-
import { DataTableCollection, DataTable, DatasetItemIdsProvider } from '../__internal__/
|
|
2
|
+
import { DataTableCollection, DataTable, DatasetItemIdsProvider } from '../__internal__/Sdx04aD7.js';
|
|
3
3
|
import { EventSource, Handle } from 'apprt-core/Types';
|
|
4
4
|
import 'esri/geometry';
|
|
5
5
|
|
package/result-api/api/ui.d.ts
CHANGED
package/search-api/api.d.ts
CHANGED
|
@@ -4,6 +4,10 @@ import { Store } from 'store-api/api';
|
|
|
4
4
|
* Provides search functionality (use `search-api.SearchService` OSGi service name).
|
|
5
5
|
*/
|
|
6
6
|
interface SearchService {
|
|
7
|
+
/**
|
|
8
|
+
* Returns true if the service knows a store with the given id.
|
|
9
|
+
*/
|
|
10
|
+
hasStore(storeId: string): boolean;
|
|
7
11
|
/**
|
|
8
12
|
* Searches items on one or more data sources using the given query.
|
|
9
13
|
*
|
|
@@ -25,6 +29,17 @@ interface SearchOptions {
|
|
|
25
29
|
* See https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal.
|
|
26
30
|
*/
|
|
27
31
|
signal?: AbortSignal;
|
|
32
|
+
/**
|
|
33
|
+
* IDs of stores to search. If not provided, all available stores are searched
|
|
34
|
+
*/
|
|
35
|
+
stores?: string[];
|
|
36
|
+
/**
|
|
37
|
+
* Optional context parameter that is passed through the search-api.
|
|
38
|
+
* This value can be used to indicate the origin of the search (e.g. a UI widget or bundle).
|
|
39
|
+
*
|
|
40
|
+
* See also {@link QueryEvent.context} and {@link SelectedEvent.context}.
|
|
41
|
+
*/
|
|
42
|
+
context?: string;
|
|
28
43
|
/**
|
|
29
44
|
* An optional number of items requested from each store.
|
|
30
45
|
* Note that the implementation may return fewer results if the
|
|
@@ -99,6 +114,16 @@ interface ResultSet {
|
|
|
99
114
|
readonly items: ResultItem[];
|
|
100
115
|
/** Total number of available results */
|
|
101
116
|
readonly total: number;
|
|
117
|
+
/**
|
|
118
|
+
* Selects multiple items at once.
|
|
119
|
+
* The items must belong to this result set (from `this.items`).
|
|
120
|
+
*
|
|
121
|
+
* When using this method, make sure that the configured map actions
|
|
122
|
+
* can handle multiple items at once.
|
|
123
|
+
*
|
|
124
|
+
* See also {@link ResultItem.select} for more details.
|
|
125
|
+
*/
|
|
126
|
+
select(items: ResultItem[]): ResultSelectionHandle;
|
|
102
127
|
}
|
|
103
128
|
/**
|
|
104
129
|
* A single result item, for example describing a feature.
|
|
@@ -120,6 +145,8 @@ interface ResultItem {
|
|
|
120
145
|
* that will clear side effects made by the selection, if applicable (e.g. highlights).
|
|
121
146
|
*
|
|
122
147
|
* Note that selections may also be removed automatically (e.g. when a new selection is made).
|
|
148
|
+
*
|
|
149
|
+
* To select multiple items at once, see {@link ResultGroup.select}.
|
|
123
150
|
*/
|
|
124
151
|
select(): ResultSelectionHandle;
|
|
125
152
|
}
|
|
@@ -136,15 +163,35 @@ interface ResultSelectionHandle {
|
|
|
136
163
|
* An event emitted via the Event Service using the topic name `search-api/QUERY`.
|
|
137
164
|
*/
|
|
138
165
|
interface QueryEvent {
|
|
139
|
-
/**
|
|
166
|
+
/**
|
|
167
|
+
* The original search query entered by the user.
|
|
168
|
+
*/
|
|
140
169
|
readonly query: string;
|
|
170
|
+
/**
|
|
171
|
+
* Context parameter that was specified when the search was started.
|
|
172
|
+
*
|
|
173
|
+
* May indicate the UI widget or bundle where the search was originally triggered.
|
|
174
|
+
*
|
|
175
|
+
* See also {@link SearchOptions.context}.
|
|
176
|
+
*/
|
|
177
|
+
readonly context: string | undefined;
|
|
141
178
|
}
|
|
142
179
|
/**
|
|
143
180
|
* An event emitted via the Event Service using the topic name `search-api/SELECTED`.
|
|
144
181
|
*/
|
|
145
182
|
interface SelectedEvent {
|
|
146
|
-
/**
|
|
183
|
+
/**
|
|
184
|
+
* The original search query entered by the user.
|
|
185
|
+
*/
|
|
147
186
|
readonly query: string;
|
|
187
|
+
/**
|
|
188
|
+
* Context parameter that was specified when the search was started.
|
|
189
|
+
*
|
|
190
|
+
* May indicate the UI widget or bundle where the search was originally triggered.
|
|
191
|
+
*
|
|
192
|
+
* See also {@link SearchOptions.context}.
|
|
193
|
+
*/
|
|
194
|
+
readonly context: string | undefined;
|
|
148
195
|
/**
|
|
149
196
|
* The source of the selected item.
|
|
150
197
|
* Currently all sources are stores, but different source types may be added in the future.
|
|
@@ -152,9 +199,17 @@ interface SelectedEvent {
|
|
|
152
199
|
*/
|
|
153
200
|
readonly source: ItemSource;
|
|
154
201
|
/**
|
|
155
|
-
* The selected item.
|
|
202
|
+
* The selected item (for single selection).
|
|
203
|
+
*
|
|
204
|
+
* Mutually exclusive with {@link items}.
|
|
205
|
+
*/
|
|
206
|
+
readonly item?: Record<string, unknown>;
|
|
207
|
+
/**
|
|
208
|
+
* The selected items (for multi selection).
|
|
209
|
+
*
|
|
210
|
+
* Mutually exclusive with {@link item}.
|
|
156
211
|
*/
|
|
157
|
-
readonly
|
|
212
|
+
readonly items?: Record<string, unknown>[];
|
|
158
213
|
}
|
|
159
214
|
/** Describes the item source for a selection event. */
|
|
160
215
|
interface ItemSource {
|
package/toc/api/Item.d.ts
CHANGED