@vertigis/viewer-spec 56.24.0 → 56.26.0
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/analytics/AnalyticsContext.d.ts +29 -29
- package/analytics/AnalyticsContext.js +1 -1
- package/analytics/CommonAction.d.ts +90 -90
- package/analytics/CommonAction.js +1 -1
- package/analytics/MobileAction.d.ts +113 -113
- package/analytics/MobileAction.js +1 -1
- package/analytics/WebAction.d.ts +102 -102
- package/analytics/WebAction.js +1 -1
- package/app-config/AppConfig.d.ts +55 -55
- package/app-config/ItemConfig.d.ts +18 -18
- package/app-config/common/AnalyticsModelProperties.d.ts +10 -10
- package/app-config/common/ApplicationModelProperties.d.ts +15 -15
- package/app-config/common/BasemapPickerModelProperties.d.ts +6 -6
- package/app-config/common/BookmarksModelProperties.d.ts +17 -17
- package/app-config/common/BrandingColors.d.ts +102 -102
- package/app-config/common/BrandingModelProperties.d.ts +23 -23
- package/app-config/common/BrandingThemeProperties.d.ts +35 -35
- package/app-config/common/CompassModelProperties.d.ts +6 -6
- package/app-config/common/ComponentModelProperties.d.ts +14 -14
- package/app-config/common/CoordinateFormat.d.ts +4 -4
- package/app-config/common/CoordinateModelProperties.d.ts +43 -43
- package/app-config/common/DialogModelProperties.d.ts +6 -6
- package/app-config/common/EventListenerModelProperties.d.ts +44 -44
- package/app-config/common/ExpandModelProperties.d.ts +6 -6
- package/app-config/common/FeatureDetailsModelProperties.d.ts +27 -27
- package/app-config/common/GeolocationModelProperties.d.ts +6 -6
- package/app-config/common/HighlightModelProperties.d.ts +68 -68
- package/app-config/common/ImageModelProperties.d.ts +14 -14
- package/app-config/common/ItemRef.d.ts +4 -4
- package/app-config/common/LayerListModelProperties.d.ts +6 -6
- package/app-config/common/LayerPresetsModelProperties.d.ts +14 -14
- package/app-config/common/LayoutProperties.d.ts +33 -33
- package/app-config/common/LegendModelProperties.d.ts +6 -6
- package/app-config/common/LicensingModelProperties.d.ts +10 -10
- package/app-config/common/MapCoordinatesModelProperties.d.ts +6 -6
- package/app-config/common/MapModelProperties.d.ts +7 -7
- package/app-config/common/MenuModelProperties.d.ts +13 -13
- package/app-config/common/ModelProperties.d.ts +6 -6
- package/app-config/common/PanelModelProperties.d.ts +6 -6
- package/app-config/common/RegionModelProperties.d.ts +25 -25
- package/app-config/common/ResultsModelProperties.d.ts +13 -13
- package/app-config/common/ScalebarModelProperties.d.ts +6 -6
- package/app-config/common/SearchModelProperties.d.ts +26 -26
- package/app-config/common/ServiceModelProperties.d.ts +6 -6
- package/app-config/common/SplitModelProperties.d.ts +6 -6
- package/app-config/common/StackModelProperties.d.ts +6 -6
- package/app-config/common/TextModelProperties.d.ts +10 -10
- package/app-config/common/TranslatableText.d.ts +35 -35
- package/app-config/common/UserModelProperties.d.ts +6 -6
- package/app-config/common/WorkflowEventsProperties.d.ts +11 -11
- package/app-config/common/WorkflowModelProperties.d.ts +44 -44
- package/app-config/common/ZoomModelProperties.d.ts +6 -6
- package/app-config/common/colors.d.ts +6 -6
- package/app-config/index.d.ts +2 -2
- package/app-config/mobile/AddFeatureModelProperties.d.ts +6 -6
- package/app-config/mobile/AddRelatedFeatureModelProperties.d.ts +6 -6
- package/app-config/mobile/BasemapModelProperties.d.ts +11 -11
- package/app-config/mobile/CoordinateModelProperties.d.ts +10 -10
- package/app-config/mobile/FeatureDetailsModelProperties.d.ts +26 -26
- package/app-config/mobile/GeometryToolbarModelProperties.d.ts +6 -6
- package/app-config/mobile/GnssDeviceSelectionModelProperties.d.ts +6 -6
- package/app-config/mobile/GnssDeviceSettingsModelProperties.d.ts +6 -6
- package/app-config/mobile/GnssMetadataModelProperties.d.ts +6 -6
- package/app-config/mobile/MapModelProperties.d.ts +52 -52
- package/app-config/mobile/OfflineModelProperties.d.ts +48 -48
- package/app-config/mobile/PortalExtensionSettingsProperties.d.ts +27 -27
- package/app-config/mobile/ScrollModelProperties.d.ts +6 -6
- package/app-config/mobile/SearchModelProperties.d.ts +14 -14
- package/app-config/mobile/SelectLayerSettingsModelProperties.d.ts +11 -11
- package/app-config/mobile/TaskbarModelProperties.d.ts +6 -6
- package/app-config/mobile/UpdateFeatureModelProperties.d.ts +6 -6
- package/app-config/mobile/VertigisMobileModelProperties.d.ts +67 -67
- package/app-config/schema/common-app-config.schema.json +1 -1
- package/app-config/schema/web-app-config.schema.json +1 -1
- package/app-config/web/AddressModelProperties.d.ts +6 -6
- package/app-config/web/BasemapModelProperties.d.ts +10 -10
- package/app-config/web/BasemapPickerModelProperties.d.ts +7 -7
- package/app-config/web/BookmarksModelProperties.d.ts +7 -7
- package/app-config/web/BrandingModelProperties.d.ts +14 -14
- package/app-config/web/ChartModelProperties.d.ts +58 -58
- package/app-config/web/CompassModelProperties.d.ts +7 -7
- package/app-config/web/ComponentModelProperties.d.ts +12 -12
- package/app-config/web/CoordinateModelProperties.d.ts +50 -50
- package/app-config/web/DataLinkSourceProperties.d.ts +15 -15
- package/app-config/web/DialogModelProperties.d.ts +7 -7
- package/app-config/web/DrawModelProperties.d.ts +94 -94
- package/app-config/web/FeatureDetailsModelProperties.d.ts +19 -19
- package/app-config/web/FeatureInfoModelProperties.d.ts +38 -38
- package/app-config/web/FeatureListProperties.d.ts +12 -12
- package/app-config/web/FeatureSetProperties.d.ts +16 -16
- package/app-config/web/FeatureSummaryModelProperties.d.ts +27 -27
- package/app-config/web/GeolocationModelProperties.d.ts +7 -7
- package/app-config/web/GeometryModelProperties.d.ts +27 -27
- package/app-config/web/HasVisibilityFilters.d.ts +36 -36
- package/app-config/web/ImageModelProperties.d.ts +7 -7
- package/app-config/web/KpiCardModelProperties.d.ts +146 -146
- package/app-config/web/LayerListModelProperties.d.ts +18 -18
- package/app-config/web/LayerPresetsModelProperties.d.ts +7 -7
- package/app-config/web/LegendModelProperties.d.ts +7 -7
- package/app-config/web/Map3dToggleModelProperties.d.ts +6 -6
- package/app-config/web/MapCoordinatesModelProperties.d.ts +50 -50
- package/app-config/web/MapModelProperties.d.ts +93 -87
- package/app-config/web/MeasurementModelProperties.d.ts +36 -36
- package/app-config/web/MenuItemModelProperties.d.ts +7 -7
- package/app-config/web/MenuModelProperties.d.ts +13 -13
- package/app-config/web/ModelProperties.d.ts +7 -7
- package/app-config/web/PanelModelProperties.d.ts +7 -7
- package/app-config/web/PortalModelProperties.d.ts +11 -11
- package/app-config/web/PrintFormModelProperties.d.ts +42 -42
- package/app-config/web/PrintModelProperties.d.ts +11 -11
- package/app-config/web/ProjectModelProperties.d.ts +12 -12
- package/app-config/web/QueryBuilderModelProperties.d.ts +22 -22
- package/app-config/web/ReportModelProperties.d.ts +15 -15
- package/app-config/web/ResultsModelProperties.d.ts +101 -101
- package/app-config/web/ResultsServiceModelProperties.d.ts +48 -48
- package/app-config/web/ScaleInputModelProperties.d.ts +6 -6
- package/app-config/web/ScalebarModelProperties.d.ts +22 -22
- package/app-config/web/SearchModelProperties.d.ts +22 -22
- package/app-config/web/SearchServiceProperties.d.ts +25 -25
- package/app-config/web/SharedProjectsModelProperties.d.ts +53 -53
- package/app-config/web/SharedStorageModelProperties.d.ts +30 -30
- package/app-config/web/SnappingProperties.d.ts +101 -101
- package/app-config/web/SplitModelProperties.d.ts +7 -7
- package/app-config/web/StackModelProperties.d.ts +7 -7
- package/app-config/web/TabsModelProperties.d.ts +6 -6
- package/app-config/web/TextModelProperties.d.ts +7 -7
- package/app-config/web/TopologyProperties.d.ts +67 -0
- package/app-config/web/TopologyProperties.js +1 -0
- package/app-config/web/UserModelProperties.d.ts +12 -12
- package/app-config/web/UserPreferencesModelProperties.d.ts +10 -10
- package/app-config/web/VertigisWebModelProperties.d.ts +74 -74
- package/app-config/web/WorkflowModelProperties.d.ts +13 -13
- package/app-config/web/ZoomModelProperties.d.ts +7 -7
- package/messaging/Command.d.ts +76 -76
- package/messaging/CommandRegistry.d.ts +25 -25
- package/messaging/CommandRegistry.js +1 -1
- package/messaging/DotNetTypes.d.ts +4 -4
- package/messaging/Event.d.ts +26 -26
- package/messaging/EventRegistry.d.ts +25 -25
- package/messaging/EventRegistry.js +1 -1
- package/messaging/Message.d.ts +50 -50
- package/messaging/MessageBus.d.ts +54 -54
- package/messaging/Operation.d.ts +77 -77
- package/messaging/OperationRegistry.d.ts +26 -26
- package/messaging/OperationRegistry.js +1 -1
- package/messaging/common.d.ts +354 -354
- package/messaging/mobile.d.ts +6 -6
- package/messaging/registry/Commands.d.ts +78 -78
- package/messaging/registry/Commands.js +1 -1
- package/messaging/registry/Events.d.ts +62 -62
- package/messaging/registry/Events.js +1 -1
- package/messaging/registry/Operations.d.ts +69 -69
- package/messaging/registry/Operations.js +1 -1
- package/messaging/registry/app-config.d.ts +12 -12
- package/messaging/registry/app-config.js +1 -1
- package/messaging/registry/app.d.ts +264 -264
- package/messaging/registry/app.js +1 -1
- package/messaging/registry/arcade.d.ts +115 -115
- package/messaging/registry/arcade.js +1 -1
- package/messaging/registry/auth.d.ts +151 -151
- package/messaging/registry/auth.js +1 -1
- package/messaging/registry/basemap.d.ts +74 -74
- package/messaging/registry/basemap.js +1 -1
- package/messaging/registry/bookmark.d.ts +42 -42
- package/messaging/registry/bookmark.js +1 -1
- package/messaging/registry/charts.d.ts +81 -81
- package/messaging/registry/charts.js +1 -1
- package/messaging/registry/debugConsole.d.ts +26 -26
- package/messaging/registry/debugConsole.js +1 -1
- package/messaging/registry/device.d.ts +28 -28
- package/messaging/registry/device.js +1 -1
- package/messaging/registry/display.d.ts +17 -17
- package/messaging/registry/display.js +1 -1
- package/messaging/registry/drawing.d.ts +149 -149
- package/messaging/registry/drawing.js +1 -1
- package/messaging/registry/edit.d.ts +371 -371
- package/messaging/registry/edit.js +1 -1
- package/messaging/registry/file.d.ts +156 -156
- package/messaging/registry/file.js +1 -1
- package/messaging/registry/filter-builder.d.ts +73 -73
- package/messaging/registry/filter-builder.js +1 -1
- package/messaging/registry/geocode.d.ts +87 -87
- package/messaging/registry/geocode.js +1 -1
- package/messaging/registry/geolocation.d.ts +499 -499
- package/messaging/registry/geolocation.js +1 -1
- package/messaging/registry/geometry-toolbar.d.ts +29 -29
- package/messaging/registry/geometry-toolbar.js +1 -1
- package/messaging/registry/geometry.d.ts +278 -278
- package/messaging/registry/geometry.js +1 -1
- package/messaging/registry/highlights.d.ts +86 -86
- package/messaging/registry/highlights.js +1 -1
- package/messaging/registry/input.d.ts +22 -22
- package/messaging/registry/input.js +1 -1
- package/messaging/registry/iwtm.d.ts +11 -11
- package/messaging/registry/iwtm.js +1 -1
- package/messaging/registry/kpi.d.ts +98 -98
- package/messaging/registry/kpi.js +1 -1
- package/messaging/registry/layer-comparison.d.ts +104 -104
- package/messaging/registry/layer-comparison.js +1 -1
- package/messaging/registry/layer-presets.d.ts +49 -49
- package/messaging/registry/layer-presets.js +1 -1
- package/messaging/registry/layers.d.ts +196 -196
- package/messaging/registry/layers.js +1 -1
- package/messaging/registry/layout.d.ts +49 -49
- package/messaging/registry/layout.js +1 -1
- package/messaging/registry/licensing.d.ts +38 -38
- package/messaging/registry/licensing.js +1 -1
- package/messaging/registry/location-marker.d.ts +171 -171
- package/messaging/registry/location-marker.js +1 -1
- package/messaging/registry/logViewer.d.ts +17 -17
- package/messaging/registry/logViewer.js +1 -1
- package/messaging/registry/map.d.ts +1275 -1275
- package/messaging/registry/map.js +1 -1
- package/messaging/registry/measurement.d.ts +168 -168
- package/messaging/registry/measurement.js +1 -1
- package/messaging/registry/messaging.d.ts +23 -23
- package/messaging/registry/messaging.js +1 -1
- package/messaging/registry/network.d.ts +46 -46
- package/messaging/registry/network.js +1 -1
- package/messaging/registry/offline.d.ts +508 -507
- package/messaging/registry/offline.js +1 -1
- package/messaging/registry/panel.d.ts +115 -115
- package/messaging/registry/panel.js +1 -1
- package/messaging/registry/photos.d.ts +47 -47
- package/messaging/registry/photos.js +1 -1
- package/messaging/registry/portal.d.ts +94 -94
- package/messaging/registry/portal.js +1 -1
- package/messaging/registry/printing.d.ts +166 -166
- package/messaging/registry/printing.js +1 -1
- package/messaging/registry/project.d.ts +144 -144
- package/messaging/registry/project.js +1 -1
- package/messaging/registry/query-builder.d.ts +83 -83
- package/messaging/registry/query-builder.js +1 -1
- package/messaging/registry/region.d.ts +23 -23
- package/messaging/registry/region.js +1 -1
- package/messaging/registry/reports.d.ts +135 -135
- package/messaging/registry/reports.js +1 -1
- package/messaging/registry/results.d.ts +671 -671
- package/messaging/registry/results.js +1 -1
- package/messaging/registry/search.d.ts +74 -74
- package/messaging/registry/search.js +1 -1
- package/messaging/registry/settings.d.ts +38 -38
- package/messaging/registry/settings.js +1 -1
- package/messaging/registry/shortcut.d.ts +41 -41
- package/messaging/registry/shortcut.js +1 -1
- package/messaging/registry/sketching.d.ts +1019 -960
- package/messaging/registry/sketching.js +1 -1
- package/messaging/registry/studioAnalytics.d.ts +25 -25
- package/messaging/registry/studioAnalytics.js +1 -1
- package/messaging/registry/system.d.ts +277 -277
- package/messaging/registry/system.js +1 -1
- package/messaging/registry/tasks.d.ts +323 -323
- package/messaging/registry/tasks.js +1 -1
- package/messaging/registry/ui.d.ts +518 -518
- package/messaging/registry/ui.js +1 -1
- package/messaging/registry/viewer.d.ts +145 -145
- package/messaging/registry/viewer.js +1 -1
- package/messaging/registry/workflow.d.ts +170 -170
- package/messaging/registry/workflow.js +1 -1
- package/messaging/schema/common-action.schema.json +6437 -12158
- package/messaging/schema/common-event.schema.json +107 -803
- package/messaging/schema/mobile-action.schema.json +7719 -16138
- package/messaging/schema/mobile-event.schema.json +181 -2422
- package/messaging/schema/web-action.schema.json +8415 -23272
- package/messaging/schema/web-event.schema.json +183 -1937
- package/package.json +20 -20
- package/version.d.ts +4 -4
- package/version.js +4 -4
|
@@ -1,55 +1,55 @@
|
|
|
1
|
-
import type { FailureMode } from "@vertigis/arcgis-extensions/FailureMode";
|
|
2
|
-
import type { ItemConfig } from "./ItemConfig.js";
|
|
3
|
-
/**
|
|
4
|
-
* The most recent VertiGIS Studio App configuration schema version supported by
|
|
5
|
-
* this API.
|
|
6
|
-
*/
|
|
7
|
-
export declare const CURRENT_SCHEMA_VERSION = "1.0";
|
|
8
|
-
/**
|
|
9
|
-
* Configuration for a VertiGIS Studio App. An App is a portable format for
|
|
10
|
-
* describing the items and settings used by VertiGIS Studio applications. Items
|
|
11
|
-
* that are defined within an App (e.g. menus, layer extensions, web maps, etc.)
|
|
12
|
-
* can be retrieved by loading the App configuration into an {@link AppContainer}
|
|
13
|
-
* and using its {@link AppContainer.get} method.
|
|
14
|
-
*/
|
|
15
|
-
export interface AppConfig {
|
|
16
|
-
/**
|
|
17
|
-
* The version of the App configuration schema that is being used. Current
|
|
18
|
-
* version is available via the {@link CURRENT_SCHEMA_VERSION } constant.
|
|
19
|
-
*/
|
|
20
|
-
schemaVersion: string;
|
|
21
|
-
/**
|
|
22
|
-
* Specifies zero or more App configurations that are imported into this
|
|
23
|
-
* one.
|
|
24
|
-
*
|
|
25
|
-
* Imports are processed in the order specified, followed by items and
|
|
26
|
-
* settings that are locally defined in this AppConfig. If the same item is
|
|
27
|
-
* defined multiple times, then the items' properties will get merged in
|
|
28
|
-
* such a way that the later definitions will override earlier ones.
|
|
29
|
-
* Similarly if a setting is defined several times, then the most recent
|
|
30
|
-
* definition wins.
|
|
31
|
-
*/
|
|
32
|
-
import?: string[];
|
|
33
|
-
/**
|
|
34
|
-
* User-defined settings. These can be referenced via URIs in the form
|
|
35
|
-
* setting://setting-name.
|
|
36
|
-
*/
|
|
37
|
-
settings?: {
|
|
38
|
-
[setting: string]: string | number | boolean;
|
|
39
|
-
};
|
|
40
|
-
/**
|
|
41
|
-
* User-defined failure modes for particular items. Items are referenced by
|
|
42
|
-
* item uri.
|
|
43
|
-
*/
|
|
44
|
-
failureModes?: {
|
|
45
|
-
[itemUri: string]: FailureMode;
|
|
46
|
-
};
|
|
47
|
-
/**
|
|
48
|
-
* The set of items defined in the App (order is irrelevant).
|
|
49
|
-
*/
|
|
50
|
-
items?: ItemConfig[];
|
|
51
|
-
/**
|
|
52
|
-
* A human-readable name for the App.
|
|
53
|
-
*/
|
|
54
|
-
title?: string;
|
|
55
|
-
}
|
|
1
|
+
import type { FailureMode } from "@vertigis/arcgis-extensions/FailureMode";
|
|
2
|
+
import type { ItemConfig } from "./ItemConfig.js";
|
|
3
|
+
/**
|
|
4
|
+
* The most recent VertiGIS Studio App configuration schema version supported by
|
|
5
|
+
* this API.
|
|
6
|
+
*/
|
|
7
|
+
export declare const CURRENT_SCHEMA_VERSION = "1.0";
|
|
8
|
+
/**
|
|
9
|
+
* Configuration for a VertiGIS Studio App. An App is a portable format for
|
|
10
|
+
* describing the items and settings used by VertiGIS Studio applications. Items
|
|
11
|
+
* that are defined within an App (e.g. menus, layer extensions, web maps, etc.)
|
|
12
|
+
* can be retrieved by loading the App configuration into an {@link AppContainer}
|
|
13
|
+
* and using its {@link AppContainer.get} method.
|
|
14
|
+
*/
|
|
15
|
+
export interface AppConfig {
|
|
16
|
+
/**
|
|
17
|
+
* The version of the App configuration schema that is being used. Current
|
|
18
|
+
* version is available via the {@link CURRENT_SCHEMA_VERSION } constant.
|
|
19
|
+
*/
|
|
20
|
+
schemaVersion: string;
|
|
21
|
+
/**
|
|
22
|
+
* Specifies zero or more App configurations that are imported into this
|
|
23
|
+
* one.
|
|
24
|
+
*
|
|
25
|
+
* Imports are processed in the order specified, followed by items and
|
|
26
|
+
* settings that are locally defined in this AppConfig. If the same item is
|
|
27
|
+
* defined multiple times, then the items' properties will get merged in
|
|
28
|
+
* such a way that the later definitions will override earlier ones.
|
|
29
|
+
* Similarly if a setting is defined several times, then the most recent
|
|
30
|
+
* definition wins.
|
|
31
|
+
*/
|
|
32
|
+
import?: string[];
|
|
33
|
+
/**
|
|
34
|
+
* User-defined settings. These can be referenced via URIs in the form
|
|
35
|
+
* setting://setting-name.
|
|
36
|
+
*/
|
|
37
|
+
settings?: {
|
|
38
|
+
[setting: string]: string | number | boolean;
|
|
39
|
+
};
|
|
40
|
+
/**
|
|
41
|
+
* User-defined failure modes for particular items. Items are referenced by
|
|
42
|
+
* item uri.
|
|
43
|
+
*/
|
|
44
|
+
failureModes?: {
|
|
45
|
+
[itemUri: string]: FailureMode;
|
|
46
|
+
};
|
|
47
|
+
/**
|
|
48
|
+
* The set of items defined in the App (order is irrelevant).
|
|
49
|
+
*/
|
|
50
|
+
items?: ItemConfig[];
|
|
51
|
+
/**
|
|
52
|
+
* A human-readable name for the App.
|
|
53
|
+
*/
|
|
54
|
+
title?: string;
|
|
55
|
+
}
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* An item in an {@link AppConfig}.
|
|
3
|
-
*/
|
|
4
|
-
export interface ItemConfig {
|
|
5
|
-
/**
|
|
6
|
-
* The item's type. See {@link ItemType}.
|
|
7
|
-
*/
|
|
8
|
-
$type?: string;
|
|
9
|
-
/**
|
|
10
|
-
* The item's ID. No two items of the same type within an App can have the
|
|
11
|
-
* same ID (however, items of different types can have the same ID).
|
|
12
|
-
*/
|
|
13
|
-
id?: string;
|
|
14
|
-
/**
|
|
15
|
-
* Type-specific properties of the item.
|
|
16
|
-
*/
|
|
17
|
-
[properties: string]: unknown;
|
|
18
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* An item in an {@link AppConfig}.
|
|
3
|
+
*/
|
|
4
|
+
export interface ItemConfig {
|
|
5
|
+
/**
|
|
6
|
+
* The item's type. See {@link ItemType}.
|
|
7
|
+
*/
|
|
8
|
+
$type?: string;
|
|
9
|
+
/**
|
|
10
|
+
* The item's ID. No two items of the same type within an App can have the
|
|
11
|
+
* same ID (however, items of different types can have the same ID).
|
|
12
|
+
*/
|
|
13
|
+
id?: string;
|
|
14
|
+
/**
|
|
15
|
+
* Type-specific properties of the item.
|
|
16
|
+
*/
|
|
17
|
+
[properties: string]: unknown;
|
|
18
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import type { ServiceModelProperties } from "./ServiceModelProperties.js";
|
|
2
|
-
/**
|
|
3
|
-
* Configuration for the Analytics Service.
|
|
4
|
-
*/
|
|
5
|
-
export interface AnalyticsModelProperties extends ServiceModelProperties {
|
|
6
|
-
/**
|
|
7
|
-
* The URL used by VertiGIS Studio Analytics for tracking this application.
|
|
8
|
-
*/
|
|
9
|
-
url?: string;
|
|
10
|
-
}
|
|
1
|
+
import type { ServiceModelProperties } from "./ServiceModelProperties.js";
|
|
2
|
+
/**
|
|
3
|
+
* Configuration for the Analytics Service.
|
|
4
|
+
*/
|
|
5
|
+
export interface AnalyticsModelProperties extends ServiceModelProperties {
|
|
6
|
+
/**
|
|
7
|
+
* The URL used by VertiGIS Studio Analytics for tracking this application.
|
|
8
|
+
*/
|
|
9
|
+
url?: string;
|
|
10
|
+
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import type { Action } from "@vertigis/arcgis-extensions/support/Action";
|
|
2
|
-
import type { ServiceModelProperties } from "../common/ServiceModelProperties.js";
|
|
3
|
-
/**
|
|
4
|
-
* Global configuration for an application.
|
|
5
|
-
*/
|
|
6
|
-
export interface ApplicationModelProperties extends ServiceModelProperties {
|
|
7
|
-
/**
|
|
8
|
-
* Action to be triggered when viewer initialization is complete.
|
|
9
|
-
*/
|
|
10
|
-
onInitialized?: Action;
|
|
11
|
-
/**
|
|
12
|
-
* Action to be triggered on viewer initialization before layout selection.
|
|
13
|
-
*/
|
|
14
|
-
onInitializing?: Action;
|
|
15
|
-
}
|
|
1
|
+
import type { Action } from "@vertigis/arcgis-extensions/support/Action";
|
|
2
|
+
import type { ServiceModelProperties } from "../common/ServiceModelProperties.js";
|
|
3
|
+
/**
|
|
4
|
+
* Global configuration for an application.
|
|
5
|
+
*/
|
|
6
|
+
export interface ApplicationModelProperties extends ServiceModelProperties {
|
|
7
|
+
/**
|
|
8
|
+
* Action to be triggered when viewer initialization is complete.
|
|
9
|
+
*/
|
|
10
|
+
onInitialized?: Action;
|
|
11
|
+
/**
|
|
12
|
+
* Action to be triggered on viewer initialization before layout selection.
|
|
13
|
+
*/
|
|
14
|
+
onInitializing?: Action;
|
|
15
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type { ComponentModelProperties } from "./ComponentModelProperties.js";
|
|
2
|
-
/**
|
|
3
|
-
* Configuration for a basemap picker component.
|
|
4
|
-
*/
|
|
5
|
-
export interface BasemapPickerModelProperties extends ComponentModelProperties {
|
|
6
|
-
}
|
|
1
|
+
import type { ComponentModelProperties } from "./ComponentModelProperties.js";
|
|
2
|
+
/**
|
|
3
|
+
* Configuration for a basemap picker component.
|
|
4
|
+
*/
|
|
5
|
+
export interface BasemapPickerModelProperties extends ComponentModelProperties {
|
|
6
|
+
}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import type { BookmarkProperties } from "@vertigis/arcgis-extensions/mapping/Bookmark";
|
|
2
|
-
import type { Action } from "@vertigis/arcgis-extensions/support/Action";
|
|
3
|
-
import type { ComponentModelProperties } from "./ComponentModelProperties.js";
|
|
4
|
-
import type { ItemRef } from "./ItemRef.js";
|
|
5
|
-
/**
|
|
6
|
-
* Configuration for a bookmarks component.
|
|
7
|
-
*/
|
|
8
|
-
export interface BookmarksModelProperties extends ComponentModelProperties {
|
|
9
|
-
/**
|
|
10
|
-
* The command to execute when the user clicks a bookmark.
|
|
11
|
-
*/
|
|
12
|
-
onClick?: Action;
|
|
13
|
-
/**
|
|
14
|
-
* User preferences bookmarks.
|
|
15
|
-
*/
|
|
16
|
-
userBookmarks?: (ItemRef | BookmarkProperties)[];
|
|
17
|
-
}
|
|
1
|
+
import type { BookmarkProperties } from "@vertigis/arcgis-extensions/mapping/Bookmark";
|
|
2
|
+
import type { Action } from "@vertigis/arcgis-extensions/support/Action";
|
|
3
|
+
import type { ComponentModelProperties } from "./ComponentModelProperties.js";
|
|
4
|
+
import type { ItemRef } from "./ItemRef.js";
|
|
5
|
+
/**
|
|
6
|
+
* Configuration for a bookmarks component.
|
|
7
|
+
*/
|
|
8
|
+
export interface BookmarksModelProperties extends ComponentModelProperties {
|
|
9
|
+
/**
|
|
10
|
+
* The command to execute when the user clicks a bookmark.
|
|
11
|
+
*/
|
|
12
|
+
onClick?: Action;
|
|
13
|
+
/**
|
|
14
|
+
* User preferences bookmarks.
|
|
15
|
+
*/
|
|
16
|
+
userBookmarks?: (ItemRef | BookmarkProperties)[];
|
|
17
|
+
}
|
|
@@ -1,102 +1,102 @@
|
|
|
1
|
-
import type { ColorConfig } from "./colors.js";
|
|
2
|
-
/**
|
|
3
|
-
* Configuration for a branding theme's colors.
|
|
4
|
-
*/
|
|
5
|
-
export interface BrandingColors {
|
|
6
|
-
accentIconBackground: ColorConfig;
|
|
7
|
-
accentIconBackgroundHover: ColorConfig;
|
|
8
|
-
accentIconBorder: ColorConfig;
|
|
9
|
-
accentIconBorderHover: ColorConfig;
|
|
10
|
-
accentIconForeground: ColorConfig;
|
|
11
|
-
accentIconForegroundHover: ColorConfig;
|
|
12
|
-
alertAmberBackground: ColorConfig;
|
|
13
|
-
alertAmberBackgroundHover: ColorConfig;
|
|
14
|
-
alertAmberBorder: ColorConfig;
|
|
15
|
-
alertAmberBorderHover: ColorConfig;
|
|
16
|
-
alertAmberForeground: ColorConfig;
|
|
17
|
-
alertAmberForegroundHover: ColorConfig;
|
|
18
|
-
alertAmberIcon: ColorConfig;
|
|
19
|
-
alertAmberIconHover: ColorConfig;
|
|
20
|
-
alertBackgroundDisabled: ColorConfig;
|
|
21
|
-
alertBorderDisabled: ColorConfig;
|
|
22
|
-
alertForegroundDisabled: ColorConfig;
|
|
23
|
-
alertGrayBackground: ColorConfig;
|
|
24
|
-
alertGrayBackgroundHover: ColorConfig;
|
|
25
|
-
alertGrayBorder: ColorConfig;
|
|
26
|
-
alertGrayBorderHover: ColorConfig;
|
|
27
|
-
alertGrayForeground: ColorConfig;
|
|
28
|
-
alertGrayForegroundHover: ColorConfig;
|
|
29
|
-
alertGrayIcon: ColorConfig;
|
|
30
|
-
alertGrayIconHover: ColorConfig;
|
|
31
|
-
alertGreenBackground: ColorConfig;
|
|
32
|
-
alertGreenBackgroundHover: ColorConfig;
|
|
33
|
-
alertGreenBorder: ColorConfig;
|
|
34
|
-
alertGreenBorderHover: ColorConfig;
|
|
35
|
-
alertGreenForeground: ColorConfig;
|
|
36
|
-
alertGreenForegroundHover: ColorConfig;
|
|
37
|
-
alertGreenIcon: ColorConfig;
|
|
38
|
-
alertGreenIconHover: ColorConfig;
|
|
39
|
-
alertIconDisabled: ColorConfig;
|
|
40
|
-
alertRedBackground: ColorConfig;
|
|
41
|
-
alertRedBackgroundHover: ColorConfig;
|
|
42
|
-
alertRedBorder: ColorConfig;
|
|
43
|
-
alertRedBorderHover: ColorConfig;
|
|
44
|
-
alertRedForeground: ColorConfig;
|
|
45
|
-
alertRedForegroundHover: ColorConfig;
|
|
46
|
-
alertRedIcon: ColorConfig;
|
|
47
|
-
alertRedIconHover: ColorConfig;
|
|
48
|
-
buttonBackground: ColorConfig;
|
|
49
|
-
buttonBackgroundDisabled: ColorConfig;
|
|
50
|
-
buttonBackgroundHover: ColorConfig;
|
|
51
|
-
buttonBorder: ColorConfig;
|
|
52
|
-
buttonBorderDisabled: ColorConfig;
|
|
53
|
-
buttonBorderHover: ColorConfig;
|
|
54
|
-
buttonForeground: ColorConfig;
|
|
55
|
-
buttonForegroundDisabled: ColorConfig;
|
|
56
|
-
buttonForegroundHover: ColorConfig;
|
|
57
|
-
buttonIcon: ColorConfig;
|
|
58
|
-
buttonIconDisabled: ColorConfig;
|
|
59
|
-
buttonIconHover: ColorConfig;
|
|
60
|
-
defaultMapBackground: ColorConfig;
|
|
61
|
-
disabledIconFill: ColorConfig;
|
|
62
|
-
emphasizedButtonBackground: ColorConfig;
|
|
63
|
-
emphasizedButtonBackgroundDisabled: ColorConfig;
|
|
64
|
-
emphasizedButtonBackgroundHover: ColorConfig;
|
|
65
|
-
emphasizedButtonBorder: ColorConfig;
|
|
66
|
-
emphasizedButtonBorderDisabled: ColorConfig;
|
|
67
|
-
emphasizedButtonBorderHover: ColorConfig;
|
|
68
|
-
emphasizedButtonForeground: ColorConfig;
|
|
69
|
-
emphasizedButtonForegroundDisabled: ColorConfig;
|
|
70
|
-
emphasizedButtonForegroundHover: ColorConfig;
|
|
71
|
-
emphasizedButtonIcon: ColorConfig;
|
|
72
|
-
emphasizedButtonIconDisabled: ColorConfig;
|
|
73
|
-
emphasizedButtonIconHover: ColorConfig;
|
|
74
|
-
errorHelperTextBackground: ColorConfig;
|
|
75
|
-
errorHelperTextForeground: ColorConfig;
|
|
76
|
-
errorIconBackground: ColorConfig;
|
|
77
|
-
errorIconForeground: ColorConfig;
|
|
78
|
-
inlineTableBorder: ColorConfig;
|
|
79
|
-
inlineTableHeaderBackground: ColorConfig;
|
|
80
|
-
inlineTableRowBackground: ColorConfig;
|
|
81
|
-
inputBorder: ColorConfig;
|
|
82
|
-
inputBorderDisabled: ColorConfig;
|
|
83
|
-
itemHoverBackground: ColorConfig;
|
|
84
|
-
itemSelectedBackground: ColorConfig;
|
|
85
|
-
loadingBarBackground: ColorConfig;
|
|
86
|
-
none: ColorConfig;
|
|
87
|
-
panelBorder: ColorConfig;
|
|
88
|
-
primaryAccent: ColorConfig;
|
|
89
|
-
primaryAccentDisabled: ColorConfig;
|
|
90
|
-
primaryAccentHover: ColorConfig;
|
|
91
|
-
primaryAccentLarge: ColorConfig;
|
|
92
|
-
primaryBackground: ColorConfig;
|
|
93
|
-
primaryBackgroundDisabled: ColorConfig;
|
|
94
|
-
primaryBorder: ColorConfig;
|
|
95
|
-
primaryForeground: ColorConfig;
|
|
96
|
-
primaryForegroundDisabled: ColorConfig;
|
|
97
|
-
secondaryBackground: ColorConfig;
|
|
98
|
-
secondaryBorder: ColorConfig;
|
|
99
|
-
secondaryForeground: ColorConfig;
|
|
100
|
-
tabPrimaryForeground: ColorConfig;
|
|
101
|
-
tabSecondaryForeground: ColorConfig;
|
|
102
|
-
}
|
|
1
|
+
import type { ColorConfig } from "./colors.js";
|
|
2
|
+
/**
|
|
3
|
+
* Configuration for a branding theme's colors.
|
|
4
|
+
*/
|
|
5
|
+
export interface BrandingColors {
|
|
6
|
+
accentIconBackground: ColorConfig;
|
|
7
|
+
accentIconBackgroundHover: ColorConfig;
|
|
8
|
+
accentIconBorder: ColorConfig;
|
|
9
|
+
accentIconBorderHover: ColorConfig;
|
|
10
|
+
accentIconForeground: ColorConfig;
|
|
11
|
+
accentIconForegroundHover: ColorConfig;
|
|
12
|
+
alertAmberBackground: ColorConfig;
|
|
13
|
+
alertAmberBackgroundHover: ColorConfig;
|
|
14
|
+
alertAmberBorder: ColorConfig;
|
|
15
|
+
alertAmberBorderHover: ColorConfig;
|
|
16
|
+
alertAmberForeground: ColorConfig;
|
|
17
|
+
alertAmberForegroundHover: ColorConfig;
|
|
18
|
+
alertAmberIcon: ColorConfig;
|
|
19
|
+
alertAmberIconHover: ColorConfig;
|
|
20
|
+
alertBackgroundDisabled: ColorConfig;
|
|
21
|
+
alertBorderDisabled: ColorConfig;
|
|
22
|
+
alertForegroundDisabled: ColorConfig;
|
|
23
|
+
alertGrayBackground: ColorConfig;
|
|
24
|
+
alertGrayBackgroundHover: ColorConfig;
|
|
25
|
+
alertGrayBorder: ColorConfig;
|
|
26
|
+
alertGrayBorderHover: ColorConfig;
|
|
27
|
+
alertGrayForeground: ColorConfig;
|
|
28
|
+
alertGrayForegroundHover: ColorConfig;
|
|
29
|
+
alertGrayIcon: ColorConfig;
|
|
30
|
+
alertGrayIconHover: ColorConfig;
|
|
31
|
+
alertGreenBackground: ColorConfig;
|
|
32
|
+
alertGreenBackgroundHover: ColorConfig;
|
|
33
|
+
alertGreenBorder: ColorConfig;
|
|
34
|
+
alertGreenBorderHover: ColorConfig;
|
|
35
|
+
alertGreenForeground: ColorConfig;
|
|
36
|
+
alertGreenForegroundHover: ColorConfig;
|
|
37
|
+
alertGreenIcon: ColorConfig;
|
|
38
|
+
alertGreenIconHover: ColorConfig;
|
|
39
|
+
alertIconDisabled: ColorConfig;
|
|
40
|
+
alertRedBackground: ColorConfig;
|
|
41
|
+
alertRedBackgroundHover: ColorConfig;
|
|
42
|
+
alertRedBorder: ColorConfig;
|
|
43
|
+
alertRedBorderHover: ColorConfig;
|
|
44
|
+
alertRedForeground: ColorConfig;
|
|
45
|
+
alertRedForegroundHover: ColorConfig;
|
|
46
|
+
alertRedIcon: ColorConfig;
|
|
47
|
+
alertRedIconHover: ColorConfig;
|
|
48
|
+
buttonBackground: ColorConfig;
|
|
49
|
+
buttonBackgroundDisabled: ColorConfig;
|
|
50
|
+
buttonBackgroundHover: ColorConfig;
|
|
51
|
+
buttonBorder: ColorConfig;
|
|
52
|
+
buttonBorderDisabled: ColorConfig;
|
|
53
|
+
buttonBorderHover: ColorConfig;
|
|
54
|
+
buttonForeground: ColorConfig;
|
|
55
|
+
buttonForegroundDisabled: ColorConfig;
|
|
56
|
+
buttonForegroundHover: ColorConfig;
|
|
57
|
+
buttonIcon: ColorConfig;
|
|
58
|
+
buttonIconDisabled: ColorConfig;
|
|
59
|
+
buttonIconHover: ColorConfig;
|
|
60
|
+
defaultMapBackground: ColorConfig;
|
|
61
|
+
disabledIconFill: ColorConfig;
|
|
62
|
+
emphasizedButtonBackground: ColorConfig;
|
|
63
|
+
emphasizedButtonBackgroundDisabled: ColorConfig;
|
|
64
|
+
emphasizedButtonBackgroundHover: ColorConfig;
|
|
65
|
+
emphasizedButtonBorder: ColorConfig;
|
|
66
|
+
emphasizedButtonBorderDisabled: ColorConfig;
|
|
67
|
+
emphasizedButtonBorderHover: ColorConfig;
|
|
68
|
+
emphasizedButtonForeground: ColorConfig;
|
|
69
|
+
emphasizedButtonForegroundDisabled: ColorConfig;
|
|
70
|
+
emphasizedButtonForegroundHover: ColorConfig;
|
|
71
|
+
emphasizedButtonIcon: ColorConfig;
|
|
72
|
+
emphasizedButtonIconDisabled: ColorConfig;
|
|
73
|
+
emphasizedButtonIconHover: ColorConfig;
|
|
74
|
+
errorHelperTextBackground: ColorConfig;
|
|
75
|
+
errorHelperTextForeground: ColorConfig;
|
|
76
|
+
errorIconBackground: ColorConfig;
|
|
77
|
+
errorIconForeground: ColorConfig;
|
|
78
|
+
inlineTableBorder: ColorConfig;
|
|
79
|
+
inlineTableHeaderBackground: ColorConfig;
|
|
80
|
+
inlineTableRowBackground: ColorConfig;
|
|
81
|
+
inputBorder: ColorConfig;
|
|
82
|
+
inputBorderDisabled: ColorConfig;
|
|
83
|
+
itemHoverBackground: ColorConfig;
|
|
84
|
+
itemSelectedBackground: ColorConfig;
|
|
85
|
+
loadingBarBackground: ColorConfig;
|
|
86
|
+
none: ColorConfig;
|
|
87
|
+
panelBorder: ColorConfig;
|
|
88
|
+
primaryAccent: ColorConfig;
|
|
89
|
+
primaryAccentDisabled: ColorConfig;
|
|
90
|
+
primaryAccentHover: ColorConfig;
|
|
91
|
+
primaryAccentLarge: ColorConfig;
|
|
92
|
+
primaryBackground: ColorConfig;
|
|
93
|
+
primaryBackgroundDisabled: ColorConfig;
|
|
94
|
+
primaryBorder: ColorConfig;
|
|
95
|
+
primaryForeground: ColorConfig;
|
|
96
|
+
primaryForegroundDisabled: ColorConfig;
|
|
97
|
+
secondaryBackground: ColorConfig;
|
|
98
|
+
secondaryBorder: ColorConfig;
|
|
99
|
+
secondaryForeground: ColorConfig;
|
|
100
|
+
tabPrimaryForeground: ColorConfig;
|
|
101
|
+
tabSecondaryForeground: ColorConfig;
|
|
102
|
+
}
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import type { BrandingThemeProperties } from "./BrandingThemeProperties.js";
|
|
2
|
-
import type { ServiceModelProperties } from "./ServiceModelProperties.js";
|
|
3
|
-
/**
|
|
4
|
-
* Specifies the visual density of components in the application.
|
|
5
|
-
*/
|
|
6
|
-
export type UIDensity = "standard" | "compact";
|
|
7
|
-
/**
|
|
8
|
-
* Configuration.
|
|
9
|
-
*/
|
|
10
|
-
export interface BrandingModelProperties extends ServiceModelProperties {
|
|
11
|
-
/**
|
|
12
|
-
* The currently active theme.
|
|
13
|
-
*/
|
|
14
|
-
activeTheme?: string;
|
|
15
|
-
/**
|
|
16
|
-
* A list of configured themes.
|
|
17
|
-
*/
|
|
18
|
-
themes?: BrandingThemeProperties[];
|
|
19
|
-
/**
|
|
20
|
-
* Specifies the density of UI elements in the application.
|
|
21
|
-
*/
|
|
22
|
-
density?: UIDensity;
|
|
23
|
-
}
|
|
1
|
+
import type { BrandingThemeProperties } from "./BrandingThemeProperties.js";
|
|
2
|
+
import type { ServiceModelProperties } from "./ServiceModelProperties.js";
|
|
3
|
+
/**
|
|
4
|
+
* Specifies the visual density of components in the application.
|
|
5
|
+
*/
|
|
6
|
+
export type UIDensity = "standard" | "compact";
|
|
7
|
+
/**
|
|
8
|
+
* Configuration.
|
|
9
|
+
*/
|
|
10
|
+
export interface BrandingModelProperties extends ServiceModelProperties {
|
|
11
|
+
/**
|
|
12
|
+
* The currently active theme.
|
|
13
|
+
*/
|
|
14
|
+
activeTheme?: string;
|
|
15
|
+
/**
|
|
16
|
+
* A list of configured themes.
|
|
17
|
+
*/
|
|
18
|
+
themes?: BrandingThemeProperties[];
|
|
19
|
+
/**
|
|
20
|
+
* Specifies the density of UI elements in the application.
|
|
21
|
+
*/
|
|
22
|
+
density?: UIDensity;
|
|
23
|
+
}
|
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
import type Color from "@arcgis/core/Color";
|
|
2
|
-
import type { ColorJson } from "@vertigis/arcgis-extensions/json/SymbolJson.js";
|
|
3
|
-
import type { BrandingColors } from "./BrandingColors.js";
|
|
4
|
-
/**
|
|
5
|
-
* The App Designer template that was used to generate a branding theme, if it
|
|
6
|
-
* was generated.
|
|
7
|
-
*/
|
|
8
|
-
export type BrandingThemeTemplate = "light" | "dark";
|
|
9
|
-
/**
|
|
10
|
-
* A branding theme specifies the look and feel of the viewer.
|
|
11
|
-
*/
|
|
12
|
-
export interface BrandingThemeProperties {
|
|
13
|
-
/**
|
|
14
|
-
* A unique ID for this theme.
|
|
15
|
-
*/
|
|
16
|
-
id: string;
|
|
17
|
-
/**
|
|
18
|
-
* The accent color used to generate this theme, if it was automatically
|
|
19
|
-
* generated.
|
|
20
|
-
*/
|
|
21
|
-
accentColor?: Color | ColorJson;
|
|
22
|
-
/**
|
|
23
|
-
* The color keys and values.
|
|
24
|
-
*/
|
|
25
|
-
colors: BrandingColors;
|
|
26
|
-
/**
|
|
27
|
-
* The display title for this theme.
|
|
28
|
-
*/
|
|
29
|
-
title: string;
|
|
30
|
-
/**
|
|
31
|
-
* The template used to generate this theme, if it was automatically
|
|
32
|
-
* generated.
|
|
33
|
-
*/
|
|
34
|
-
template?: BrandingThemeTemplate;
|
|
35
|
-
}
|
|
1
|
+
import type Color from "@arcgis/core/Color";
|
|
2
|
+
import type { ColorJson } from "@vertigis/arcgis-extensions/json/SymbolJson.js";
|
|
3
|
+
import type { BrandingColors } from "./BrandingColors.js";
|
|
4
|
+
/**
|
|
5
|
+
* The App Designer template that was used to generate a branding theme, if it
|
|
6
|
+
* was generated.
|
|
7
|
+
*/
|
|
8
|
+
export type BrandingThemeTemplate = "light" | "dark";
|
|
9
|
+
/**
|
|
10
|
+
* A branding theme specifies the look and feel of the viewer.
|
|
11
|
+
*/
|
|
12
|
+
export interface BrandingThemeProperties {
|
|
13
|
+
/**
|
|
14
|
+
* A unique ID for this theme.
|
|
15
|
+
*/
|
|
16
|
+
id: string;
|
|
17
|
+
/**
|
|
18
|
+
* The accent color used to generate this theme, if it was automatically
|
|
19
|
+
* generated.
|
|
20
|
+
*/
|
|
21
|
+
accentColor?: Color | ColorJson;
|
|
22
|
+
/**
|
|
23
|
+
* The color keys and values.
|
|
24
|
+
*/
|
|
25
|
+
colors: BrandingColors;
|
|
26
|
+
/**
|
|
27
|
+
* The display title for this theme.
|
|
28
|
+
*/
|
|
29
|
+
title: string;
|
|
30
|
+
/**
|
|
31
|
+
* The template used to generate this theme, if it was automatically
|
|
32
|
+
* generated.
|
|
33
|
+
*/
|
|
34
|
+
template?: BrandingThemeTemplate;
|
|
35
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type { ComponentModelProperties } from "./ComponentModelProperties.js";
|
|
2
|
-
/**
|
|
3
|
-
* Configuration for a compass component.
|
|
4
|
-
*/
|
|
5
|
-
export interface CompassModelProperties extends ComponentModelProperties {
|
|
6
|
-
}
|
|
1
|
+
import type { ComponentModelProperties } from "./ComponentModelProperties.js";
|
|
2
|
+
/**
|
|
3
|
+
* Configuration for a compass component.
|
|
4
|
+
*/
|
|
5
|
+
export interface CompassModelProperties extends ComponentModelProperties {
|
|
6
|
+
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import type { ModelProperties } from "./ModelProperties.js";
|
|
2
|
-
/**
|
|
3
|
-
* Properties that can be used to create or update a component model.
|
|
4
|
-
*/
|
|
5
|
-
export interface ComponentModelProperties extends ModelProperties {
|
|
6
|
-
/**
|
|
7
|
-
* An icon ID for this model.
|
|
8
|
-
*/
|
|
9
|
-
icon?: string;
|
|
10
|
-
/**
|
|
11
|
-
* A human-readable title for this model.
|
|
12
|
-
*/
|
|
13
|
-
title?: string;
|
|
14
|
-
}
|
|
1
|
+
import type { ModelProperties } from "./ModelProperties.js";
|
|
2
|
+
/**
|
|
3
|
+
* Properties that can be used to create or update a component model.
|
|
4
|
+
*/
|
|
5
|
+
export interface ComponentModelProperties extends ModelProperties {
|
|
6
|
+
/**
|
|
7
|
+
* An icon ID for this model.
|
|
8
|
+
*/
|
|
9
|
+
icon?: string;
|
|
10
|
+
/**
|
|
11
|
+
* A human-readable title for this model.
|
|
12
|
+
*/
|
|
13
|
+
title?: string;
|
|
14
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* The format in which a map coordinate could be displayed.
|
|
3
|
-
*/
|
|
4
|
-
export type CoordinateFormat = "xy" | "lat-long-dd" | "lat-long-ddm" | "lat-long-dms" | "mgrs" | "usng" | "utm";
|
|
1
|
+
/**
|
|
2
|
+
* The format in which a map coordinate could be displayed.
|
|
3
|
+
*/
|
|
4
|
+
export type CoordinateFormat = "xy" | "lat-long-dd" | "lat-long-ddm" | "lat-long-dms" | "mgrs" | "usng" | "utm";
|