@vertigis/viewer-spec 56.23.0 → 56.25.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 +87 -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/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/layout/schema/layout-common.xsd +20 -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 +960 -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 +8397 -23281
- 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,166 +1,166 @@
|
|
|
1
|
-
import type Viewpoint from "@arcgis/core/Viewpoint";
|
|
2
|
-
import type Extent from "@arcgis/core/geometry/Extent";
|
|
3
|
-
import type SpatialReference from "@arcgis/core/geometry/SpatialReference";
|
|
4
|
-
import type { PortalItemLike } from "@vertigis/arcgis-extensions/utilities/portal";
|
|
5
|
-
import type { Command } from "../Command.js";
|
|
6
|
-
import { CommandRegistry } from "../CommandRegistry.js";
|
|
7
|
-
import type { Event } from "../Event.js";
|
|
8
|
-
import { EventRegistry } from "../EventRegistry.js";
|
|
9
|
-
import type { MapsLike } from "../common.js";
|
|
10
|
-
/**
|
|
11
|
-
* A set of parameters used to run a job.
|
|
12
|
-
*/
|
|
13
|
-
export type JobParameters = Record<string, unknown>;
|
|
14
|
-
/**
|
|
15
|
-
* The export formats allowed for the layout print.
|
|
16
|
-
*/
|
|
17
|
-
export type LayoutExportFormats = "AIX" | "BMP" | "MF" | "EPS" | "GIF" | "JPG" | "PDF" | "PNG" | "PNG32" | "SVG" | "SVGZ" | "TGA" | "TIFF";
|
|
18
|
-
/**
|
|
19
|
-
* The arguments required by the printing.run command when printing with ArcGIS
|
|
20
|
-
* Pro layouts.
|
|
21
|
-
*/
|
|
22
|
-
export interface RunLayoutPrintArgs extends RunPrintArgsBase {
|
|
23
|
-
/**
|
|
24
|
-
* The ID of the layout item to be printed.
|
|
25
|
-
*/
|
|
26
|
-
layoutId: string;
|
|
27
|
-
/**
|
|
28
|
-
* The export format of the layout print.
|
|
29
|
-
*/
|
|
30
|
-
exportFormat?: LayoutExportFormats;
|
|
31
|
-
}
|
|
32
|
-
/**
|
|
33
|
-
* The arguments required by the printing.run command when printing with
|
|
34
|
-
* templates.
|
|
35
|
-
*/
|
|
36
|
-
export interface RunPrintArgs extends RunPrintArgsBase {
|
|
37
|
-
/**
|
|
38
|
-
* The WKID of the spatial reference used to draw a grid on the map(s).
|
|
39
|
-
*/
|
|
40
|
-
grid?: SpatialReference;
|
|
41
|
-
}
|
|
42
|
-
/**
|
|
43
|
-
* The base arguments for the printing.run command.
|
|
44
|
-
*/
|
|
45
|
-
interface RunPrintArgsBase {
|
|
46
|
-
/**
|
|
47
|
-
* The map(s) to print.
|
|
48
|
-
*/
|
|
49
|
-
maps: MapsLike;
|
|
50
|
-
/**
|
|
51
|
-
* The ID of the report item.
|
|
52
|
-
*/
|
|
53
|
-
id?: string;
|
|
54
|
-
/**
|
|
55
|
-
* The title of the report.
|
|
56
|
-
*/
|
|
57
|
-
title?: string;
|
|
58
|
-
/**
|
|
59
|
-
* The portal item where the report is located.
|
|
60
|
-
*/
|
|
61
|
-
portalItem?: PortalItemLike;
|
|
62
|
-
/**
|
|
63
|
-
* The DPI with which to print.
|
|
64
|
-
*/
|
|
65
|
-
dpi?: number;
|
|
66
|
-
/**
|
|
67
|
-
* The scale of the map(s). Defaults to the map's current scale.
|
|
68
|
-
*/
|
|
69
|
-
scale?: number;
|
|
70
|
-
/**
|
|
71
|
-
* The initial extent of the 2D map(s). Defaults to the map's current
|
|
72
|
-
* extent. If scale is provided, only the center point is used.
|
|
73
|
-
*/
|
|
74
|
-
extent?: Extent;
|
|
75
|
-
/**
|
|
76
|
-
* The initial viewpoint of the 3D map(s). Defaults to the scene's current
|
|
77
|
-
* viewpoint.
|
|
78
|
-
*/
|
|
79
|
-
viewpoint?: Viewpoint;
|
|
80
|
-
/**
|
|
81
|
-
* The rotation of the map(s). Defaults to the map's current rotation.
|
|
82
|
-
*/
|
|
83
|
-
rotation?: number;
|
|
84
|
-
/**
|
|
85
|
-
* Additional parameters used in the print template, specified as key-value
|
|
86
|
-
* pairs.
|
|
87
|
-
*/
|
|
88
|
-
parameters?: JobParameters;
|
|
89
|
-
/**
|
|
90
|
-
* A unique ID used to track a print job.
|
|
91
|
-
*/
|
|
92
|
-
instanceId?: string;
|
|
93
|
-
}
|
|
94
|
-
/**
|
|
95
|
-
* Base for the Print Event Args interfaces.
|
|
96
|
-
*/
|
|
97
|
-
export interface PrintEventArgsBase {
|
|
98
|
-
/**
|
|
99
|
-
* The ID of the print template being used.
|
|
100
|
-
*/
|
|
101
|
-
printTemplateId: string;
|
|
102
|
-
/**
|
|
103
|
-
* A unique ID to track the running of this print.
|
|
104
|
-
*/
|
|
105
|
-
instanceId: string;
|
|
106
|
-
}
|
|
107
|
-
/**
|
|
108
|
-
* Arguments for the printing.print-error event.
|
|
109
|
-
*/
|
|
110
|
-
export interface PrintErrorEventArgs extends PrintEventArgsBase {
|
|
111
|
-
/**
|
|
112
|
-
* The error message.
|
|
113
|
-
*/
|
|
114
|
-
message: string;
|
|
115
|
-
/**
|
|
116
|
-
* The HTTP status code associated with the error, if it's a HTTP error.
|
|
117
|
-
*/
|
|
118
|
-
errorCode?: number;
|
|
119
|
-
}
|
|
120
|
-
/**
|
|
121
|
-
* Arguments for the printing.print-finished event.
|
|
122
|
-
*/
|
|
123
|
-
export interface PrintFinishedEventArgs extends PrintEventArgsBase {
|
|
124
|
-
/**
|
|
125
|
-
* The URL from which to download the print.
|
|
126
|
-
*/
|
|
127
|
-
downloadUrl: string;
|
|
128
|
-
}
|
|
129
|
-
/**
|
|
130
|
-
* Arguments for the printing.print-progress event.
|
|
131
|
-
*/
|
|
132
|
-
export interface PrintProgressEventArgs extends PrintEventArgsBase {
|
|
133
|
-
}
|
|
134
|
-
/**
|
|
135
|
-
* Arguments for the printing.print-started event.
|
|
136
|
-
*/
|
|
137
|
-
export interface PrintStartedEventArgs extends PrintEventArgsBase {
|
|
138
|
-
}
|
|
139
|
-
export declare class PrintCommands extends CommandRegistry {
|
|
140
|
-
protected readonly _prefix = "printing";
|
|
141
|
-
/**
|
|
142
|
-
* Run a print job with a given map and template/layout.
|
|
143
|
-
*/
|
|
144
|
-
get run(): Command<RunPrintArgs | RunLayoutPrintArgs>;
|
|
145
|
-
}
|
|
146
|
-
export declare class PrintEvents extends EventRegistry {
|
|
147
|
-
protected readonly _prefix = "printing";
|
|
148
|
-
/**
|
|
149
|
-
* Raised when a print has started running.
|
|
150
|
-
*/
|
|
151
|
-
get printStarted(): Event<PrintStartedEventArgs>;
|
|
152
|
-
/**
|
|
153
|
-
* Raised while a print is running to provide updates on its status.
|
|
154
|
-
*/
|
|
155
|
-
get printProgress(): Event<PrintProgressEventArgs>;
|
|
156
|
-
/**
|
|
157
|
-
* Raised when a print has finished running. Event arguments include the
|
|
158
|
-
* print download URL.
|
|
159
|
-
*/
|
|
160
|
-
get printFinished(): Event<PrintFinishedEventArgs>;
|
|
161
|
-
/**
|
|
162
|
-
* Raised when an error occurs with running a print.
|
|
163
|
-
*/
|
|
164
|
-
get printError(): Event<PrintErrorEventArgs>;
|
|
165
|
-
}
|
|
166
|
-
export {};
|
|
1
|
+
import type Viewpoint from "@arcgis/core/Viewpoint";
|
|
2
|
+
import type Extent from "@arcgis/core/geometry/Extent";
|
|
3
|
+
import type SpatialReference from "@arcgis/core/geometry/SpatialReference";
|
|
4
|
+
import type { PortalItemLike } from "@vertigis/arcgis-extensions/utilities/portal";
|
|
5
|
+
import type { Command } from "../Command.js";
|
|
6
|
+
import { CommandRegistry } from "../CommandRegistry.js";
|
|
7
|
+
import type { Event } from "../Event.js";
|
|
8
|
+
import { EventRegistry } from "../EventRegistry.js";
|
|
9
|
+
import type { MapsLike } from "../common.js";
|
|
10
|
+
/**
|
|
11
|
+
* A set of parameters used to run a job.
|
|
12
|
+
*/
|
|
13
|
+
export type JobParameters = Record<string, unknown>;
|
|
14
|
+
/**
|
|
15
|
+
* The export formats allowed for the layout print.
|
|
16
|
+
*/
|
|
17
|
+
export type LayoutExportFormats = "AIX" | "BMP" | "MF" | "EPS" | "GIF" | "JPG" | "PDF" | "PNG" | "PNG32" | "SVG" | "SVGZ" | "TGA" | "TIFF";
|
|
18
|
+
/**
|
|
19
|
+
* The arguments required by the printing.run command when printing with ArcGIS
|
|
20
|
+
* Pro layouts.
|
|
21
|
+
*/
|
|
22
|
+
export interface RunLayoutPrintArgs extends RunPrintArgsBase {
|
|
23
|
+
/**
|
|
24
|
+
* The ID of the layout item to be printed.
|
|
25
|
+
*/
|
|
26
|
+
layoutId: string;
|
|
27
|
+
/**
|
|
28
|
+
* The export format of the layout print.
|
|
29
|
+
*/
|
|
30
|
+
exportFormat?: LayoutExportFormats;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* The arguments required by the printing.run command when printing with
|
|
34
|
+
* templates.
|
|
35
|
+
*/
|
|
36
|
+
export interface RunPrintArgs extends RunPrintArgsBase {
|
|
37
|
+
/**
|
|
38
|
+
* The WKID of the spatial reference used to draw a grid on the map(s).
|
|
39
|
+
*/
|
|
40
|
+
grid?: SpatialReference;
|
|
41
|
+
}
|
|
42
|
+
/**
|
|
43
|
+
* The base arguments for the printing.run command.
|
|
44
|
+
*/
|
|
45
|
+
interface RunPrintArgsBase {
|
|
46
|
+
/**
|
|
47
|
+
* The map(s) to print.
|
|
48
|
+
*/
|
|
49
|
+
maps: MapsLike;
|
|
50
|
+
/**
|
|
51
|
+
* The ID of the report item.
|
|
52
|
+
*/
|
|
53
|
+
id?: string;
|
|
54
|
+
/**
|
|
55
|
+
* The title of the report.
|
|
56
|
+
*/
|
|
57
|
+
title?: string;
|
|
58
|
+
/**
|
|
59
|
+
* The portal item where the report is located.
|
|
60
|
+
*/
|
|
61
|
+
portalItem?: PortalItemLike;
|
|
62
|
+
/**
|
|
63
|
+
* The DPI with which to print.
|
|
64
|
+
*/
|
|
65
|
+
dpi?: number;
|
|
66
|
+
/**
|
|
67
|
+
* The scale of the map(s). Defaults to the map's current scale.
|
|
68
|
+
*/
|
|
69
|
+
scale?: number;
|
|
70
|
+
/**
|
|
71
|
+
* The initial extent of the 2D map(s). Defaults to the map's current
|
|
72
|
+
* extent. If scale is provided, only the center point is used.
|
|
73
|
+
*/
|
|
74
|
+
extent?: Extent;
|
|
75
|
+
/**
|
|
76
|
+
* The initial viewpoint of the 3D map(s). Defaults to the scene's current
|
|
77
|
+
* viewpoint.
|
|
78
|
+
*/
|
|
79
|
+
viewpoint?: Viewpoint;
|
|
80
|
+
/**
|
|
81
|
+
* The rotation of the map(s). Defaults to the map's current rotation.
|
|
82
|
+
*/
|
|
83
|
+
rotation?: number;
|
|
84
|
+
/**
|
|
85
|
+
* Additional parameters used in the print template, specified as key-value
|
|
86
|
+
* pairs.
|
|
87
|
+
*/
|
|
88
|
+
parameters?: JobParameters;
|
|
89
|
+
/**
|
|
90
|
+
* A unique ID used to track a print job.
|
|
91
|
+
*/
|
|
92
|
+
instanceId?: string;
|
|
93
|
+
}
|
|
94
|
+
/**
|
|
95
|
+
* Base for the Print Event Args interfaces.
|
|
96
|
+
*/
|
|
97
|
+
export interface PrintEventArgsBase {
|
|
98
|
+
/**
|
|
99
|
+
* The ID of the print template being used.
|
|
100
|
+
*/
|
|
101
|
+
printTemplateId: string;
|
|
102
|
+
/**
|
|
103
|
+
* A unique ID to track the running of this print.
|
|
104
|
+
*/
|
|
105
|
+
instanceId: string;
|
|
106
|
+
}
|
|
107
|
+
/**
|
|
108
|
+
* Arguments for the printing.print-error event.
|
|
109
|
+
*/
|
|
110
|
+
export interface PrintErrorEventArgs extends PrintEventArgsBase {
|
|
111
|
+
/**
|
|
112
|
+
* The error message.
|
|
113
|
+
*/
|
|
114
|
+
message: string;
|
|
115
|
+
/**
|
|
116
|
+
* The HTTP status code associated with the error, if it's a HTTP error.
|
|
117
|
+
*/
|
|
118
|
+
errorCode?: number;
|
|
119
|
+
}
|
|
120
|
+
/**
|
|
121
|
+
* Arguments for the printing.print-finished event.
|
|
122
|
+
*/
|
|
123
|
+
export interface PrintFinishedEventArgs extends PrintEventArgsBase {
|
|
124
|
+
/**
|
|
125
|
+
* The URL from which to download the print.
|
|
126
|
+
*/
|
|
127
|
+
downloadUrl: string;
|
|
128
|
+
}
|
|
129
|
+
/**
|
|
130
|
+
* Arguments for the printing.print-progress event.
|
|
131
|
+
*/
|
|
132
|
+
export interface PrintProgressEventArgs extends PrintEventArgsBase {
|
|
133
|
+
}
|
|
134
|
+
/**
|
|
135
|
+
* Arguments for the printing.print-started event.
|
|
136
|
+
*/
|
|
137
|
+
export interface PrintStartedEventArgs extends PrintEventArgsBase {
|
|
138
|
+
}
|
|
139
|
+
export declare class PrintCommands extends CommandRegistry {
|
|
140
|
+
protected readonly _prefix = "printing";
|
|
141
|
+
/**
|
|
142
|
+
* Run a print job with a given map and template/layout.
|
|
143
|
+
*/
|
|
144
|
+
get run(): Command<RunPrintArgs | RunLayoutPrintArgs>;
|
|
145
|
+
}
|
|
146
|
+
export declare class PrintEvents extends EventRegistry {
|
|
147
|
+
protected readonly _prefix = "printing";
|
|
148
|
+
/**
|
|
149
|
+
* Raised when a print has started running.
|
|
150
|
+
*/
|
|
151
|
+
get printStarted(): Event<PrintStartedEventArgs>;
|
|
152
|
+
/**
|
|
153
|
+
* Raised while a print is running to provide updates on its status.
|
|
154
|
+
*/
|
|
155
|
+
get printProgress(): Event<PrintProgressEventArgs>;
|
|
156
|
+
/**
|
|
157
|
+
* Raised when a print has finished running. Event arguments include the
|
|
158
|
+
* print download URL.
|
|
159
|
+
*/
|
|
160
|
+
get printFinished(): Event<PrintFinishedEventArgs>;
|
|
161
|
+
/**
|
|
162
|
+
* Raised when an error occurs with running a print.
|
|
163
|
+
*/
|
|
164
|
+
get printError(): Event<PrintErrorEventArgs>;
|
|
165
|
+
}
|
|
166
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{CommandRegistry as r}from"../CommandRegistry.js";import{EventRegistry as t}from"../EventRegistry.js";export class PrintCommands extends r{
|
|
1
|
+
import{CommandRegistry as r}from"../CommandRegistry.js";import{EventRegistry as t}from"../EventRegistry.js";export class PrintCommands extends r{_prefix="printing";get run(){return this._get("run")}}export class PrintEvents extends t{_prefix="printing";get printStarted(){return this._get("print-started")}get printProgress(){return this._get("print-progress")}get printFinished(){return this._get("print-finished")}get printError(){return this._get("print-error")}}
|
|
@@ -1,144 +1,144 @@
|
|
|
1
|
-
import type { AppConfig } from "../../app-config";
|
|
2
|
-
import type { SharedProject } from "../../app-config/web/SharedProjectsModelProperties";
|
|
3
|
-
import type { Command } from "../Command";
|
|
4
|
-
import { CommandRegistry } from "../CommandRegistry.js";
|
|
5
|
-
import type { Event } from "../Event";
|
|
6
|
-
import { EventRegistry } from "../EventRegistry.js";
|
|
7
|
-
import type { Operation } from "../Operation";
|
|
8
|
-
import { OperationRegistry } from "../OperationRegistry.js";
|
|
9
|
-
import type { Blob } from "../common";
|
|
10
|
-
/**
|
|
11
|
-
* An object that has a `appConfig` property.
|
|
12
|
-
*/
|
|
13
|
-
export interface HasAppConfig {
|
|
14
|
-
/**
|
|
15
|
-
* The AppConfig for the command or operation.
|
|
16
|
-
*/
|
|
17
|
-
appConfig?: AppConfig;
|
|
18
|
-
}
|
|
19
|
-
/**
|
|
20
|
-
* Arguments for the project.delete-shared command. Only available in VertiGIS
|
|
21
|
-
* Studio Web.
|
|
22
|
-
*/
|
|
23
|
-
export interface DeleteSharedProjectArgs extends Partial<SharedProject> {
|
|
24
|
-
/**
|
|
25
|
-
* Whether to show a confirm prompt, when overwriting a shared project.
|
|
26
|
-
* Defaults to 'true'.
|
|
27
|
-
*/
|
|
28
|
-
showConfirm?: boolean;
|
|
29
|
-
}
|
|
30
|
-
/**
|
|
31
|
-
* Arguments for the project.show-settings command. Only available in VertiGIS
|
|
32
|
-
* Studio Web.
|
|
33
|
-
*/
|
|
34
|
-
export interface ShowSharedProjectArgs extends Partial<SharedProject>, HasAppConfig {
|
|
35
|
-
/**
|
|
36
|
-
* Whether to create a new project. If a project is provided it will be used
|
|
37
|
-
* as the starting point for configuration.
|
|
38
|
-
*/
|
|
39
|
-
createNewProject?: boolean;
|
|
40
|
-
}
|
|
41
|
-
/**
|
|
42
|
-
* Arguments for the project.save-shared operation. Only available in VertiGIS
|
|
43
|
-
* Studio Web.
|
|
44
|
-
*/
|
|
45
|
-
export interface SaveSharedProjectArgs extends Partial<SharedProject>, HasAppConfig {
|
|
46
|
-
/**
|
|
47
|
-
* Whether to show a confirm prompt, when overwriting a shared project.
|
|
48
|
-
* Defaults to 'true'.
|
|
49
|
-
*/
|
|
50
|
-
showConfirm?: boolean;
|
|
51
|
-
}
|
|
52
|
-
export declare class ProjectCommands extends CommandRegistry {
|
|
53
|
-
protected readonly _prefix = "project";
|
|
54
|
-
/**
|
|
55
|
-
* Loads a project's app config and updates the application's current state,
|
|
56
|
-
* accordingly. If more than one file is provided, only the first will be
|
|
57
|
-
* loaded. Web only.
|
|
58
|
-
*
|
|
59
|
-
* @webOnly
|
|
60
|
-
*/
|
|
61
|
-
get load(): Command<AppConfig | HasAppConfig | SharedProject | Blob | Blob[]>;
|
|
62
|
-
/**
|
|
63
|
-
* Create or updates a shared project with the specified shared project
|
|
64
|
-
* details and project config. Web only.
|
|
65
|
-
*
|
|
66
|
-
* @webOnly
|
|
67
|
-
*/
|
|
68
|
-
get saveShared(): Command<SaveSharedProjectArgs>;
|
|
69
|
-
/**
|
|
70
|
-
* Guard command for enabling the project.save-shared command. Web only.
|
|
71
|
-
*
|
|
72
|
-
* @webOnly
|
|
73
|
-
*/
|
|
74
|
-
get ensureCanSaveShared(): Command<SaveSharedProjectArgs>;
|
|
75
|
-
/**
|
|
76
|
-
* Shows a shared projects settings. Requires a shared-projects component to
|
|
77
|
-
* be in the layout. Web only.
|
|
78
|
-
*
|
|
79
|
-
* @webOnly
|
|
80
|
-
*/
|
|
81
|
-
get showSettings(): Command<ShowSharedProjectArgs>;
|
|
82
|
-
/**
|
|
83
|
-
* Shows a shared projects share link. Requires a shared-projects component
|
|
84
|
-
* to be in the layout. Web only.
|
|
85
|
-
*
|
|
86
|
-
* @webOnly
|
|
87
|
-
*/
|
|
88
|
-
get showShareLink(): Command<SharedProject>;
|
|
89
|
-
/**
|
|
90
|
-
* Deletes a shared project and its associated project config. Web only.
|
|
91
|
-
*
|
|
92
|
-
* @webOnly
|
|
93
|
-
*/
|
|
94
|
-
get deleteShared(): Command<DeleteSharedProjectArgs>;
|
|
95
|
-
}
|
|
96
|
-
export declare class ProjectOperations extends OperationRegistry {
|
|
97
|
-
protected readonly _prefix = "project";
|
|
98
|
-
/**
|
|
99
|
-
* Creates app config for a project, based on the current state of the
|
|
100
|
-
* application. Web only.
|
|
101
|
-
*
|
|
102
|
-
* @webOnly
|
|
103
|
-
*/
|
|
104
|
-
get create(): Operation<unknown, AppConfig | HasAppConfig>;
|
|
105
|
-
/**
|
|
106
|
-
* Returns a Shared Project Content. Web only.
|
|
107
|
-
*
|
|
108
|
-
* @webOnly
|
|
109
|
-
*/
|
|
110
|
-
get getSharedContent(): Operation<SharedProject, HasAppConfig>;
|
|
111
|
-
/**
|
|
112
|
-
* Returns a url share link for the provided Shared Project. Web only.
|
|
113
|
-
*
|
|
114
|
-
* @webOnly
|
|
115
|
-
*/
|
|
116
|
-
get getShareLink(): Operation<SharedProject, string>;
|
|
117
|
-
/**
|
|
118
|
-
* Returns a list of Shared Projects. Web only.
|
|
119
|
-
*
|
|
120
|
-
* @webOnly
|
|
121
|
-
*/
|
|
122
|
-
get getShared(): Operation<void, SharedProject[]>;
|
|
123
|
-
}
|
|
124
|
-
export declare class ProjectEvents extends EventRegistry {
|
|
125
|
-
protected readonly _prefix = "project";
|
|
126
|
-
/**
|
|
127
|
-
* Raised when a project is loaded. Web only.
|
|
128
|
-
*
|
|
129
|
-
* @webOnly
|
|
130
|
-
*/
|
|
131
|
-
get loaded(): Event<SharedProject>;
|
|
132
|
-
/**
|
|
133
|
-
* Raised when a shared project is added. Web only.
|
|
134
|
-
*
|
|
135
|
-
* @webOnly
|
|
136
|
-
*/
|
|
137
|
-
get shareAdded(): Event<SharedProject>;
|
|
138
|
-
/**
|
|
139
|
-
* Raised when a shared project is removed. Web only.
|
|
140
|
-
*
|
|
141
|
-
* @webOnly
|
|
142
|
-
*/
|
|
143
|
-
get shareRemoved(): Event<SharedProject>;
|
|
144
|
-
}
|
|
1
|
+
import type { AppConfig } from "../../app-config";
|
|
2
|
+
import type { SharedProject } from "../../app-config/web/SharedProjectsModelProperties";
|
|
3
|
+
import type { Command } from "../Command";
|
|
4
|
+
import { CommandRegistry } from "../CommandRegistry.js";
|
|
5
|
+
import type { Event } from "../Event";
|
|
6
|
+
import { EventRegistry } from "../EventRegistry.js";
|
|
7
|
+
import type { Operation } from "../Operation";
|
|
8
|
+
import { OperationRegistry } from "../OperationRegistry.js";
|
|
9
|
+
import type { Blob } from "../common";
|
|
10
|
+
/**
|
|
11
|
+
* An object that has a `appConfig` property.
|
|
12
|
+
*/
|
|
13
|
+
export interface HasAppConfig {
|
|
14
|
+
/**
|
|
15
|
+
* The AppConfig for the command or operation.
|
|
16
|
+
*/
|
|
17
|
+
appConfig?: AppConfig;
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Arguments for the project.delete-shared command. Only available in VertiGIS
|
|
21
|
+
* Studio Web.
|
|
22
|
+
*/
|
|
23
|
+
export interface DeleteSharedProjectArgs extends Partial<SharedProject> {
|
|
24
|
+
/**
|
|
25
|
+
* Whether to show a confirm prompt, when overwriting a shared project.
|
|
26
|
+
* Defaults to 'true'.
|
|
27
|
+
*/
|
|
28
|
+
showConfirm?: boolean;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* Arguments for the project.show-settings command. Only available in VertiGIS
|
|
32
|
+
* Studio Web.
|
|
33
|
+
*/
|
|
34
|
+
export interface ShowSharedProjectArgs extends Partial<SharedProject>, HasAppConfig {
|
|
35
|
+
/**
|
|
36
|
+
* Whether to create a new project. If a project is provided it will be used
|
|
37
|
+
* as the starting point for configuration.
|
|
38
|
+
*/
|
|
39
|
+
createNewProject?: boolean;
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* Arguments for the project.save-shared operation. Only available in VertiGIS
|
|
43
|
+
* Studio Web.
|
|
44
|
+
*/
|
|
45
|
+
export interface SaveSharedProjectArgs extends Partial<SharedProject>, HasAppConfig {
|
|
46
|
+
/**
|
|
47
|
+
* Whether to show a confirm prompt, when overwriting a shared project.
|
|
48
|
+
* Defaults to 'true'.
|
|
49
|
+
*/
|
|
50
|
+
showConfirm?: boolean;
|
|
51
|
+
}
|
|
52
|
+
export declare class ProjectCommands extends CommandRegistry {
|
|
53
|
+
protected readonly _prefix = "project";
|
|
54
|
+
/**
|
|
55
|
+
* Loads a project's app config and updates the application's current state,
|
|
56
|
+
* accordingly. If more than one file is provided, only the first will be
|
|
57
|
+
* loaded. Web only.
|
|
58
|
+
*
|
|
59
|
+
* @webOnly
|
|
60
|
+
*/
|
|
61
|
+
get load(): Command<AppConfig | HasAppConfig | SharedProject | Blob | Blob[]>;
|
|
62
|
+
/**
|
|
63
|
+
* Create or updates a shared project with the specified shared project
|
|
64
|
+
* details and project config. Web only.
|
|
65
|
+
*
|
|
66
|
+
* @webOnly
|
|
67
|
+
*/
|
|
68
|
+
get saveShared(): Command<SaveSharedProjectArgs>;
|
|
69
|
+
/**
|
|
70
|
+
* Guard command for enabling the project.save-shared command. Web only.
|
|
71
|
+
*
|
|
72
|
+
* @webOnly
|
|
73
|
+
*/
|
|
74
|
+
get ensureCanSaveShared(): Command<SaveSharedProjectArgs>;
|
|
75
|
+
/**
|
|
76
|
+
* Shows a shared projects settings. Requires a shared-projects component to
|
|
77
|
+
* be in the layout. Web only.
|
|
78
|
+
*
|
|
79
|
+
* @webOnly
|
|
80
|
+
*/
|
|
81
|
+
get showSettings(): Command<ShowSharedProjectArgs>;
|
|
82
|
+
/**
|
|
83
|
+
* Shows a shared projects share link. Requires a shared-projects component
|
|
84
|
+
* to be in the layout. Web only.
|
|
85
|
+
*
|
|
86
|
+
* @webOnly
|
|
87
|
+
*/
|
|
88
|
+
get showShareLink(): Command<SharedProject>;
|
|
89
|
+
/**
|
|
90
|
+
* Deletes a shared project and its associated project config. Web only.
|
|
91
|
+
*
|
|
92
|
+
* @webOnly
|
|
93
|
+
*/
|
|
94
|
+
get deleteShared(): Command<DeleteSharedProjectArgs>;
|
|
95
|
+
}
|
|
96
|
+
export declare class ProjectOperations extends OperationRegistry {
|
|
97
|
+
protected readonly _prefix = "project";
|
|
98
|
+
/**
|
|
99
|
+
* Creates app config for a project, based on the current state of the
|
|
100
|
+
* application. Web only.
|
|
101
|
+
*
|
|
102
|
+
* @webOnly
|
|
103
|
+
*/
|
|
104
|
+
get create(): Operation<unknown, AppConfig | HasAppConfig>;
|
|
105
|
+
/**
|
|
106
|
+
* Returns a Shared Project Content. Web only.
|
|
107
|
+
*
|
|
108
|
+
* @webOnly
|
|
109
|
+
*/
|
|
110
|
+
get getSharedContent(): Operation<SharedProject, HasAppConfig>;
|
|
111
|
+
/**
|
|
112
|
+
* Returns a url share link for the provided Shared Project. Web only.
|
|
113
|
+
*
|
|
114
|
+
* @webOnly
|
|
115
|
+
*/
|
|
116
|
+
get getShareLink(): Operation<SharedProject, string>;
|
|
117
|
+
/**
|
|
118
|
+
* Returns a list of Shared Projects. Web only.
|
|
119
|
+
*
|
|
120
|
+
* @webOnly
|
|
121
|
+
*/
|
|
122
|
+
get getShared(): Operation<void, SharedProject[]>;
|
|
123
|
+
}
|
|
124
|
+
export declare class ProjectEvents extends EventRegistry {
|
|
125
|
+
protected readonly _prefix = "project";
|
|
126
|
+
/**
|
|
127
|
+
* Raised when a project is loaded. Web only.
|
|
128
|
+
*
|
|
129
|
+
* @webOnly
|
|
130
|
+
*/
|
|
131
|
+
get loaded(): Event<SharedProject>;
|
|
132
|
+
/**
|
|
133
|
+
* Raised when a shared project is added. Web only.
|
|
134
|
+
*
|
|
135
|
+
* @webOnly
|
|
136
|
+
*/
|
|
137
|
+
get shareAdded(): Event<SharedProject>;
|
|
138
|
+
/**
|
|
139
|
+
* Raised when a shared project is removed. Web only.
|
|
140
|
+
*
|
|
141
|
+
* @webOnly
|
|
142
|
+
*/
|
|
143
|
+
get shareRemoved(): Event<SharedProject>;
|
|
144
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{CommandRegistry as e}from"../CommandRegistry.js";import{EventRegistry as t}from"../EventRegistry.js";import{OperationRegistry as r}from"../OperationRegistry.js";export class ProjectCommands extends e{
|
|
1
|
+
import{CommandRegistry as e}from"../CommandRegistry.js";import{EventRegistry as t}from"../EventRegistry.js";import{OperationRegistry as r}from"../OperationRegistry.js";export class ProjectCommands extends e{_prefix="project";get load(){return this._get("load")}get saveShared(){return this._get("save-shared")}get ensureCanSaveShared(){return this._get("ensure-can-save-shared")}get showSettings(){return this._get("show-settings")}get showShareLink(){return this._get("show-share-link")}get deleteShared(){return this._get("delete-shared")}}export class ProjectOperations extends r{_prefix="project";get create(){return this._get("create")}get getSharedContent(){return this._get("get-shared-content")}get getShareLink(){return this._get("get-share-link")}get getShared(){return this._get("get-shared")}}export class ProjectEvents extends t{_prefix="project";get loaded(){return this._get("loaded")}get shareAdded(){return this._get("share-added")}get shareRemoved(){return this._get("share-removed")}}
|