@esri/solutions-components 0.7.0 → 0.7.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/assets/t9n/feature-comments/resources.json +3 -0
- package/dist/assets/t9n/feature-comments/resources_en.json +3 -0
- package/dist/assets/t9n/feature-form-flow-item/resources.json +3 -0
- package/dist/assets/t9n/feature-form-flow-item/resources_en.json +3 -0
- package/dist/assets/t9n/layer-table/resources.json +2 -1
- package/dist/assets/t9n/layer-table/resources_en.json +2 -1
- package/dist/assets/t9n/list-flow-item/resources.json +3 -0
- package/dist/assets/t9n/list-flow-item/resources_en.json +3 -0
- package/dist/assets/t9n/location-flow-item/resources.json +3 -0
- package/dist/assets/t9n/location-flow-item/resources_en.json +3 -0
- package/dist/assets/t9n/share-item/resources.json +3 -0
- package/dist/assets/t9n/share-item/resources_en.json +3 -0
- package/dist/cjs/{list-item.cjs.entry.js → arcgis-login.cjs.entry.js} +4 -19
- package/dist/cjs/basemap-gallery_7.cjs.entry.js +13 -9
- package/dist/cjs/calcite-action_2.cjs.entry.js +61 -392
- package/dist/cjs/calcite-alert_3.cjs.entry.js +21 -3
- package/dist/cjs/calcite-combobox_6.cjs.entry.js +32 -8
- package/dist/cjs/calcite-popover.cjs.entry.js +418 -0
- package/dist/cjs/card-manager_3.cjs.entry.js +154 -18
- package/dist/cjs/crowdsource-manager.cjs.entry.js +24 -2
- package/dist/cjs/crowdsource-reporter.cjs.entry.js +45 -6
- package/dist/cjs/{downloadUtils-e3e595e9.js → downloadUtils-9c4fde54.js} +2 -2
- package/dist/cjs/feature-comments.cjs.entry.js +60 -0
- package/dist/cjs/feature-form-flow-item.cjs.entry.js +60 -0
- package/dist/cjs/features-flow-item.cjs.entry.js +60 -0
- package/dist/cjs/{index.es-047537b5.js → index.es-d208a6d6.js} +2 -2
- package/dist/cjs/list-flow-item.cjs.entry.js +60 -0
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/location-flow-item.cjs.entry.js +60 -0
- package/dist/cjs/map-select-tools_3.cjs.entry.js +2 -2
- package/dist/cjs/{mapViewUtils-f7bbc35b.js → mapViewUtils-bab83c90.js} +21 -0
- package/dist/cjs/public-notification.cjs.entry.js +2 -2
- package/dist/cjs/refine-results-flow-item.cjs.entry.js +60 -0
- package/dist/cjs/share-item.cjs.entry.js +60 -0
- package/dist/cjs/solutions-components.cjs.js +1 -1
- package/dist/collection/collection-manifest.json +8 -1
- package/dist/collection/components/{list-item/list-item.js → arcgis-login/arcgis-login.js} +4 -19
- package/dist/collection/components/arcgis-login/test/arcgis-login.e2e.js +29 -0
- package/dist/collection/components/arcgis-login/test/arcgis-login.spec.js +37 -0
- package/dist/collection/components/crowdsource-manager/crowdsource-manager.js +118 -2
- package/dist/collection/components/crowdsource-reporter/crowdsource-reporter.js +294 -6
- package/dist/collection/components/feature-comments/feature-comments.css +19 -0
- package/dist/collection/components/feature-comments/feature-comments.js +74 -0
- package/dist/collection/components/feature-comments/test/feature-comments.e2e.js +29 -0
- package/dist/collection/components/feature-comments/test/feature-comments.spec.js +37 -0
- package/dist/collection/components/feature-form-flow-item/feature-form-flow-item.css +19 -0
- package/dist/collection/components/feature-form-flow-item/feature-form-flow-item.js +74 -0
- package/dist/collection/components/feature-form-flow-item/test/feature-form-flow-item.e2e.js +29 -0
- package/dist/collection/components/feature-form-flow-item/test/feature-form-flow-item.spec.js +37 -0
- package/dist/collection/components/features-flow-item/features-flow-item.css +19 -0
- package/dist/collection/components/features-flow-item/features-flow-item.js +74 -0
- package/dist/collection/components/features-flow-item/test/features-flow-item.e2e.js +29 -0
- package/dist/collection/components/features-flow-item/test/features-flow-item.spec.js +37 -0
- package/dist/collection/components/info-card/info-card.js +21 -2
- package/dist/collection/components/layer-table/layer-table.js +199 -10
- package/dist/collection/components/list-flow-item/list-flow-item.css +19 -0
- package/dist/collection/components/list-flow-item/list-flow-item.js +74 -0
- package/dist/collection/components/list-flow-item/test/list-flow-item.e2e.js +29 -0
- package/dist/collection/components/list-flow-item/test/list-flow-item.spec.js +37 -0
- package/dist/collection/components/location-flow-item/location-flow-item.css +19 -0
- package/dist/collection/components/location-flow-item/location-flow-item.js +74 -0
- package/dist/collection/components/location-flow-item/test/location-flow-item.e2e.js +29 -0
- package/dist/collection/components/location-flow-item/test/location-flow-item.spec.js +37 -0
- package/dist/collection/components/map-card/map-card.js +38 -7
- package/dist/collection/components/map-layer-picker/map-layer-picker.js +49 -7
- package/dist/collection/components/map-picker/map-picker.js +37 -9
- package/dist/collection/components/refine-results-flow-item/refine-results-flow-item.css +19 -0
- package/dist/collection/components/refine-results-flow-item/refine-results-flow-item.js +74 -0
- package/dist/collection/components/refine-results-flow-item/test/refine-results-flow-item.e2e.js +29 -0
- package/dist/collection/components/refine-results-flow-item/test/refine-results-flow-item.spec.js +37 -0
- package/dist/collection/components/share-item/share-item.css +19 -0
- package/dist/collection/components/share-item/share-item.js +74 -0
- package/dist/collection/components/share-item/test/share-item.e2e.js +29 -0
- package/dist/collection/components/share-item/test/share-item.spec.js +37 -0
- package/dist/collection/demos/crowdsource-reporter.html +56 -15
- package/dist/collection/utils/interfaces.ts +5 -0
- package/dist/collection/utils/queryUtils.js +20 -0
- package/dist/collection/utils/queryUtils.ts +26 -0
- package/dist/components/arcgis-login.d.ts +11 -0
- package/dist/components/arcgis-login.js +75 -0
- package/dist/components/calcite-list-item.js +1 -1
- package/dist/components/card-manager2.js +7 -1
- package/dist/components/crowdsource-manager.js +32 -3
- package/dist/components/crowdsource-reporter.js +61 -7
- package/dist/components/feature-comments.d.ts +11 -0
- package/dist/components/feature-comments.js +75 -0
- package/dist/components/feature-form-flow-item.d.ts +11 -0
- package/dist/components/feature-form-flow-item.js +75 -0
- package/dist/components/features-flow-item.d.ts +11 -0
- package/dist/components/features-flow-item.js +75 -0
- package/dist/components/info-card2.js +28 -3
- package/dist/components/layer-table2.js +138 -10
- package/dist/components/list-flow-item.d.ts +11 -0
- package/dist/components/list-flow-item.js +75 -0
- package/dist/components/list-item.js +425 -55
- package/dist/components/location-flow-item.d.ts +11 -0
- package/dist/components/location-flow-item.js +75 -0
- package/dist/components/map-card2.js +22 -8
- package/dist/components/map-layer-picker2.js +32 -7
- package/dist/components/map-picker2.js +16 -11
- package/dist/components/map-select-tools2.js +1 -1
- package/dist/components/public-notification.js +1 -1
- package/dist/components/queryUtils.js +21 -1
- package/dist/components/refine-results-flow-item.d.ts +11 -0
- package/dist/components/refine-results-flow-item.js +75 -0
- package/dist/components/refine-selection2.js +2 -2
- package/dist/components/{list-item.d.ts → share-item.d.ts} +4 -4
- package/dist/components/share-item.js +75 -0
- package/dist/esm/{list-item.entry.js → arcgis-login.entry.js} +4 -19
- package/dist/esm/basemap-gallery_7.entry.js +13 -9
- package/dist/esm/calcite-action_2.entry.js +63 -394
- package/dist/esm/calcite-alert_3.entry.js +21 -3
- package/dist/esm/calcite-combobox_6.entry.js +32 -8
- package/dist/esm/calcite-popover.entry.js +414 -0
- package/dist/esm/card-manager_3.entry.js +154 -18
- package/dist/esm/crowdsource-manager.entry.js +24 -2
- package/dist/esm/crowdsource-reporter.entry.js +45 -6
- package/dist/esm/{downloadUtils-8fbd1347.js → downloadUtils-b84a6f55.js} +2 -2
- package/dist/esm/feature-comments.entry.js +56 -0
- package/dist/esm/feature-form-flow-item.entry.js +56 -0
- package/dist/esm/features-flow-item.entry.js +56 -0
- package/dist/esm/{index.es-b6705ce7.js → index.es-0d4698c7.js} +2 -2
- package/dist/esm/list-flow-item.entry.js +56 -0
- package/dist/esm/loader.js +1 -1
- package/dist/esm/location-flow-item.entry.js +56 -0
- package/dist/esm/map-select-tools_3.entry.js +2 -2
- package/dist/esm/{mapViewUtils-1e2befd7.js → mapViewUtils-88f363b6.js} +21 -1
- package/dist/esm/public-notification.entry.js +2 -2
- package/dist/esm/refine-results-flow-item.entry.js +56 -0
- package/dist/esm/share-item.entry.js +56 -0
- package/dist/esm/solutions-components.js +1 -1
- package/dist/solutions-components/demos/crowdsource-reporter.html +56 -15
- package/dist/solutions-components/{p-072680a5.js → p-214d41c3.js} +2 -2
- package/dist/solutions-components/p-28657abb.entry.js +11 -0
- package/dist/solutions-components/p-31b66bc3.entry.js +6 -0
- package/dist/solutions-components/{p-0123207d.entry.js → p-34737944.entry.js} +1 -1
- package/dist/solutions-components/{p-13d0424a.entry.js → p-3ced939f.entry.js} +1 -1
- package/dist/solutions-components/p-3dfbf45e.entry.js +6 -0
- package/dist/solutions-components/{p-092fd5d9.js → p-3ee78186.js} +1 -1
- package/dist/solutions-components/{p-7f793144.entry.js → p-4327c361.entry.js} +1 -1
- package/dist/solutions-components/p-455f4ed8.entry.js +17 -0
- package/dist/solutions-components/p-478fc7cb.entry.js +6 -0
- package/dist/solutions-components/p-4aafb627.js +36 -0
- package/dist/solutions-components/p-58562dda.entry.js +6 -0
- package/dist/solutions-components/{p-f367db61.entry.js → p-81503752.entry.js} +1 -1
- package/dist/solutions-components/{p-c90671e1.entry.js → p-9d54d7a0.entry.js} +4 -4
- package/dist/solutions-components/p-a5d70d3a.entry.js +6 -0
- package/dist/solutions-components/p-bd62df52.entry.js +6 -0
- package/dist/solutions-components/{p-ca780ab8.entry.js → p-d6f51bea.entry.js} +2 -2
- package/dist/solutions-components/p-e6371690.entry.js +6 -0
- package/dist/solutions-components/p-e7aad23d.entry.js +6 -0
- package/dist/solutions-components/p-ed95f634.entry.js +6 -0
- package/dist/solutions-components/p-fd08afb5.entry.js +6 -0
- package/dist/solutions-components/solutions-components.esm.js +1 -1
- package/dist/solutions-components/utils/interfaces.ts +5 -0
- package/dist/solutions-components/utils/queryUtils.ts +26 -0
- package/dist/types/components/{list-item/list-item.d.ts → arcgis-login/arcgis-login.d.ts} +2 -9
- package/dist/types/components/crowdsource-manager/crowdsource-manager.d.ts +36 -0
- package/dist/types/components/crowdsource-reporter/crowdsource-reporter.d.ts +73 -0
- package/dist/types/components/feature-comments/feature-comments.d.ts +19 -0
- package/dist/types/components/feature-form-flow-item/feature-form-flow-item.d.ts +19 -0
- package/dist/types/components/features-flow-item/features-flow-item.d.ts +19 -0
- package/dist/types/components/info-card/info-card.d.ts +8 -0
- package/dist/types/components/layer-table/layer-table.d.ts +77 -2
- package/dist/types/components/list-flow-item/list-flow-item.d.ts +19 -0
- package/dist/types/components/location-flow-item/location-flow-item.d.ts +19 -0
- package/dist/types/components/map-card/map-card.d.ts +12 -0
- package/dist/types/components/map-layer-picker/map-layer-picker.d.ts +15 -2
- package/dist/types/components/map-picker/map-picker.d.ts +1 -4
- package/dist/types/components/refine-results-flow-item/refine-results-flow-item.d.ts +19 -0
- package/dist/types/components/share-item/share-item.d.ts +19 -0
- package/dist/types/components.d.ts +301 -9
- package/dist/types/preact.d.ts +15 -1
- package/dist/types/utils/interfaces.d.ts +4 -0
- package/dist/types/utils/queryUtils.d.ts +9 -0
- package/package.json +1 -1
- package/dist/assets/t9n/config-buffer-tools/resources.json +0 -12
- package/dist/assets/t9n/config-buffer-tools/resources_en.json +0 -12
- package/dist/assets/t9n/config-draw-tools/resources.json +0 -10
- package/dist/assets/t9n/config-draw-tools/resources_en.json +0 -10
- package/dist/assets/t9n/config-layer-picker/resources.json +0 -3
- package/dist/assets/t9n/config-layer-picker/resources_en.json +0 -3
- package/dist/assets/t9n/config-pdf-download/resources.json +0 -6
- package/dist/assets/t9n/config-pdf-download/resources_en.json +0 -6
- package/dist/cjs/calcite-loader.cjs.entry.js +0 -80
- package/dist/components/list-item2.js +0 -460
- package/dist/esm/calcite-loader.entry.js +0 -76
- package/dist/solutions-components/p-11cb7b04.entry.js +0 -6
- package/dist/solutions-components/p-45cf4f67.entry.js +0 -6
- package/dist/solutions-components/p-4807b2a1.js +0 -36
- package/dist/solutions-components/p-557a1912.entry.js +0 -6
- package/dist/solutions-components/p-68735975.entry.js +0 -6
- package/dist/solutions-components/p-ec830ecb.entry.js +0 -23
- /package/dist/assets/t9n/{list-item → arcgis-login}/resources.json +0 -0
- /package/dist/assets/t9n/{list-item → arcgis-login}/resources_en.json +0 -0
- /package/dist/collection/components/{list-item/list-item.css → arcgis-login/arcgis-login.css} +0 -0
@@ -10,6 +10,8 @@ import { UserSession } from "@esri/solution-common";
|
|
10
10
|
export { DistanceUnit, EDrawMode, ELayoutMode, IBasemapConfig, IExportInfos, IInventoryItem, IMapChange, IMapInfo, ISearchConfiguration, ISelectionSet, ISketchGraphicsChange, ISolutionSpatialReferenceInfo, ISpatialRefRepresentation, IValueChange, theme } from "./utils/interfaces";
|
11
11
|
export { UserSession } from "@esri/solution-common";
|
12
12
|
export namespace Components {
|
13
|
+
interface ArcgisLogin {
|
14
|
+
}
|
13
15
|
interface BasemapGallery {
|
14
16
|
/**
|
15
17
|
* IBasemapConfig: List of any basemaps to filter out from the basemap widget
|
@@ -87,6 +89,22 @@ export namespace Components {
|
|
87
89
|
* boolean: when true the grid will display like the previous manager app with the table across the top
|
88
90
|
*/
|
89
91
|
"classicGrid": boolean;
|
92
|
+
/**
|
93
|
+
* string: Global ID of the feature to select
|
94
|
+
*/
|
95
|
+
"defaultGlobalId": string;
|
96
|
+
/**
|
97
|
+
* string: when provided this layer ID will be used when the app loads
|
98
|
+
*/
|
99
|
+
"defaultLayer": string;
|
100
|
+
/**
|
101
|
+
* string: Object ID of feature to select
|
102
|
+
*/
|
103
|
+
"defaultOid": string;
|
104
|
+
/**
|
105
|
+
* string: Item ID of the web map that should be selected by default
|
106
|
+
*/
|
107
|
+
"defaultWebmap": string;
|
90
108
|
/**
|
91
109
|
* boolean: when true the layer table will auto refresh the data
|
92
110
|
*/
|
@@ -99,6 +117,10 @@ export namespace Components {
|
|
99
117
|
* boolean: when true the export to csv button will be available
|
100
118
|
*/
|
101
119
|
"enableCSV": boolean;
|
120
|
+
/**
|
121
|
+
* boolean: when true the layer table will support drag/drop of columns to adjust order
|
122
|
+
*/
|
123
|
+
"enableColumnReorder": boolean;
|
102
124
|
/**
|
103
125
|
* boolean: when true the fullscreen widget will be available
|
104
126
|
*/
|
@@ -157,6 +179,62 @@ export namespace Components {
|
|
157
179
|
"zoomAndScrollToSelected": boolean;
|
158
180
|
}
|
159
181
|
interface CrowdsourceReporter {
|
182
|
+
/**
|
183
|
+
* string: The text that will display under the title on the landing page
|
184
|
+
*/
|
185
|
+
"description": string;
|
186
|
+
/**
|
187
|
+
* boolean: When true the anonymous users will be allowed to submit reports and comments
|
188
|
+
*/
|
189
|
+
"enableAnonymousAccess": boolean;
|
190
|
+
/**
|
191
|
+
* boolean: When true the anonymous users will be allowed to submit comments
|
192
|
+
*/
|
193
|
+
"enableAnonymousComments": boolean;
|
194
|
+
/**
|
195
|
+
* boolean: When true the user will be allowed to submit comments
|
196
|
+
*/
|
197
|
+
"enableComments": boolean;
|
198
|
+
/**
|
199
|
+
* boolean: When true the user will be provided a login page
|
200
|
+
*/
|
201
|
+
"enableLogin": boolean;
|
202
|
+
/**
|
203
|
+
* boolean: When true the user will be allowed to submit new reports
|
204
|
+
*/
|
205
|
+
"enableNewReports": boolean;
|
206
|
+
/**
|
207
|
+
* string[]: list of layer ids
|
208
|
+
*/
|
209
|
+
"layers": string[];
|
210
|
+
/**
|
211
|
+
* string: The text that will display at the top of the landing page
|
212
|
+
*/
|
213
|
+
"loginTitle": string;
|
214
|
+
/**
|
215
|
+
* esri/views/MapView: https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html
|
216
|
+
*/
|
217
|
+
"mapView": __esri.MapView;
|
218
|
+
/**
|
219
|
+
* string: The word(s) to display in the reports submit button
|
220
|
+
*/
|
221
|
+
"reportButtonText": string;
|
222
|
+
/**
|
223
|
+
* string: The message to display when the report has been submitted
|
224
|
+
*/
|
225
|
+
"reportSubmittedMessage": string;
|
226
|
+
/**
|
227
|
+
* string: The word(s) to display in the reports header
|
228
|
+
*/
|
229
|
+
"reportsHeader": string;
|
230
|
+
/**
|
231
|
+
* ISearchConfiguration: Configuration details for the Search widget
|
232
|
+
*/
|
233
|
+
"searchConfiguration": ISearchConfiguration;
|
234
|
+
/**
|
235
|
+
* boolean: When true the comments from all users will be visible
|
236
|
+
*/
|
237
|
+
"showComments": boolean;
|
160
238
|
}
|
161
239
|
interface DeductCalculator {
|
162
240
|
}
|
@@ -178,6 +256,12 @@ export namespace Components {
|
|
178
256
|
*/
|
179
257
|
"open": boolean;
|
180
258
|
}
|
259
|
+
interface FeatureComments {
|
260
|
+
}
|
261
|
+
interface FeatureFormFlowItem {
|
262
|
+
}
|
263
|
+
interface FeaturesFlowItem {
|
264
|
+
}
|
181
265
|
interface FloorFilter {
|
182
266
|
/**
|
183
267
|
* boolean: when true the Floor Filter widget will be available
|
@@ -254,6 +338,18 @@ export namespace Components {
|
|
254
338
|
"value": any;
|
255
339
|
}
|
256
340
|
interface LayerTable {
|
341
|
+
/**
|
342
|
+
* string: Global ID of the feature to select
|
343
|
+
*/
|
344
|
+
"defaultGlobalId": string[];
|
345
|
+
/**
|
346
|
+
* string: when provided this layer ID will be used when the app loads
|
347
|
+
*/
|
348
|
+
"defaultLayerId": string;
|
349
|
+
/**
|
350
|
+
* number: when provided this will be used to select a feature in the table by default
|
351
|
+
*/
|
352
|
+
"defaultOid": number[];
|
257
353
|
/**
|
258
354
|
* boolean: when true the layer table will auto refresh the data
|
259
355
|
*/
|
@@ -262,6 +358,10 @@ export namespace Components {
|
|
262
358
|
* boolean: when true the export to csv button will be available
|
263
359
|
*/
|
264
360
|
"enableCSV": boolean;
|
361
|
+
/**
|
362
|
+
* boolean: when true the layer table will support drag/drop of columns to adjust order
|
363
|
+
*/
|
364
|
+
"enableColumnReorder": boolean;
|
265
365
|
/**
|
266
366
|
* boolean: when true edits can be applied directly within the table
|
267
367
|
*/
|
@@ -293,13 +393,19 @@ export namespace Components {
|
|
293
393
|
}
|
294
394
|
interface LayoutManager {
|
295
395
|
}
|
296
|
-
interface
|
396
|
+
interface ListFlowItem {
|
397
|
+
}
|
398
|
+
interface LocationFlowItem {
|
297
399
|
}
|
298
400
|
interface MapCard {
|
299
401
|
/**
|
300
402
|
* IBasemapConfig: List of any basemaps to filter out from the basemap widget
|
301
403
|
*/
|
302
404
|
"basemapConfig": IBasemapConfig;
|
405
|
+
/**
|
406
|
+
* string: Item ID of the web map that should be selected by default when the app loads
|
407
|
+
*/
|
408
|
+
"defaultWebmapId": string;
|
303
409
|
/**
|
304
410
|
* boolean: when true the basemap widget will be available
|
305
411
|
*/
|
@@ -408,6 +514,10 @@ export namespace Components {
|
|
408
514
|
* "transparent" | "solid": controls the button appearance when using the "dropdown" type
|
409
515
|
*/
|
410
516
|
"appearance": "transparent" | "solid";
|
517
|
+
/**
|
518
|
+
* string: when provided this layer ID will be used when the app loads
|
519
|
+
*/
|
520
|
+
"defaultLayerId": string;
|
411
521
|
/**
|
412
522
|
* string[]: Optional list of enabled layer ids If empty all layers will be available
|
413
523
|
*/
|
@@ -460,6 +570,7 @@ export namespace Components {
|
|
460
570
|
* IMapInfo[]: array of map infos (name and id)
|
461
571
|
*/
|
462
572
|
"mapInfos": IMapInfo[];
|
573
|
+
"setMapByID": (id: string) => Promise<void>;
|
463
574
|
}
|
464
575
|
interface MapSearch {
|
465
576
|
/**
|
@@ -718,6 +829,8 @@ export namespace Components {
|
|
718
829
|
*/
|
719
830
|
"sketchPolygonSymbol": __esri.SimpleFillSymbol | any;
|
720
831
|
}
|
832
|
+
interface RefineResultsFlowItem {
|
833
|
+
}
|
721
834
|
interface RefineSelection {
|
722
835
|
/**
|
723
836
|
* esri/views/layers/FeatureLayerView: https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-FeatureLayerView.html
|
@@ -748,6 +861,8 @@ export namespace Components {
|
|
748
861
|
*/
|
749
862
|
"sketchPolygonSymbol": __esri.SimpleFillSymbol;
|
750
863
|
}
|
864
|
+
interface ShareItem {
|
865
|
+
}
|
751
866
|
interface SolutionConfiguration {
|
752
867
|
/**
|
753
868
|
* Credentials for requests, which can be a serialized UserSession
|
@@ -1002,6 +1117,12 @@ export interface StoreManagerCustomEvent<T> extends CustomEvent<T> {
|
|
1002
1117
|
target: HTMLStoreManagerElement;
|
1003
1118
|
}
|
1004
1119
|
declare global {
|
1120
|
+
interface HTMLArcgisLoginElement extends Components.ArcgisLogin, HTMLStencilElement {
|
1121
|
+
}
|
1122
|
+
var HTMLArcgisLoginElement: {
|
1123
|
+
prototype: HTMLArcgisLoginElement;
|
1124
|
+
new (): HTMLArcgisLoginElement;
|
1125
|
+
};
|
1005
1126
|
interface HTMLBasemapGalleryElement extends Components.BasemapGallery, HTMLStencilElement {
|
1006
1127
|
}
|
1007
1128
|
var HTMLBasemapGalleryElement: {
|
@@ -1080,6 +1201,24 @@ declare global {
|
|
1080
1201
|
prototype: HTMLEditCardElement;
|
1081
1202
|
new (): HTMLEditCardElement;
|
1082
1203
|
};
|
1204
|
+
interface HTMLFeatureCommentsElement extends Components.FeatureComments, HTMLStencilElement {
|
1205
|
+
}
|
1206
|
+
var HTMLFeatureCommentsElement: {
|
1207
|
+
prototype: HTMLFeatureCommentsElement;
|
1208
|
+
new (): HTMLFeatureCommentsElement;
|
1209
|
+
};
|
1210
|
+
interface HTMLFeatureFormFlowItemElement extends Components.FeatureFormFlowItem, HTMLStencilElement {
|
1211
|
+
}
|
1212
|
+
var HTMLFeatureFormFlowItemElement: {
|
1213
|
+
prototype: HTMLFeatureFormFlowItemElement;
|
1214
|
+
new (): HTMLFeatureFormFlowItemElement;
|
1215
|
+
};
|
1216
|
+
interface HTMLFeaturesFlowItemElement extends Components.FeaturesFlowItem, HTMLStencilElement {
|
1217
|
+
}
|
1218
|
+
var HTMLFeaturesFlowItemElement: {
|
1219
|
+
prototype: HTMLFeaturesFlowItemElement;
|
1220
|
+
new (): HTMLFeaturesFlowItemElement;
|
1221
|
+
};
|
1083
1222
|
interface HTMLFloorFilterElement extends Components.FloorFilter, HTMLStencilElement {
|
1084
1223
|
}
|
1085
1224
|
var HTMLFloorFilterElement: {
|
@@ -1144,11 +1283,17 @@ declare global {
|
|
1144
1283
|
prototype: HTMLLayoutManagerElement;
|
1145
1284
|
new (): HTMLLayoutManagerElement;
|
1146
1285
|
};
|
1147
|
-
interface
|
1286
|
+
interface HTMLListFlowItemElement extends Components.ListFlowItem, HTMLStencilElement {
|
1287
|
+
}
|
1288
|
+
var HTMLListFlowItemElement: {
|
1289
|
+
prototype: HTMLListFlowItemElement;
|
1290
|
+
new (): HTMLListFlowItemElement;
|
1291
|
+
};
|
1292
|
+
interface HTMLLocationFlowItemElement extends Components.LocationFlowItem, HTMLStencilElement {
|
1148
1293
|
}
|
1149
|
-
var
|
1150
|
-
prototype:
|
1151
|
-
new ():
|
1294
|
+
var HTMLLocationFlowItemElement: {
|
1295
|
+
prototype: HTMLLocationFlowItemElement;
|
1296
|
+
new (): HTMLLocationFlowItemElement;
|
1152
1297
|
};
|
1153
1298
|
interface HTMLMapCardElementEventMap {
|
1154
1299
|
"mapChanged": IMapChange;
|
@@ -1293,6 +1438,12 @@ declare global {
|
|
1293
1438
|
prototype: HTMLPublicNotificationElement;
|
1294
1439
|
new (): HTMLPublicNotificationElement;
|
1295
1440
|
};
|
1441
|
+
interface HTMLRefineResultsFlowItemElement extends Components.RefineResultsFlowItem, HTMLStencilElement {
|
1442
|
+
}
|
1443
|
+
var HTMLRefineResultsFlowItemElement: {
|
1444
|
+
prototype: HTMLRefineResultsFlowItemElement;
|
1445
|
+
new (): HTMLRefineResultsFlowItemElement;
|
1446
|
+
};
|
1296
1447
|
interface HTMLRefineSelectionElementEventMap {
|
1297
1448
|
"selectionLoadingChange": boolean;
|
1298
1449
|
"selectionSetsChanged": ISelectionSet[];
|
@@ -1311,6 +1462,12 @@ declare global {
|
|
1311
1462
|
prototype: HTMLRefineSelectionElement;
|
1312
1463
|
new (): HTMLRefineSelectionElement;
|
1313
1464
|
};
|
1465
|
+
interface HTMLShareItemElement extends Components.ShareItem, HTMLStencilElement {
|
1466
|
+
}
|
1467
|
+
var HTMLShareItemElement: {
|
1468
|
+
prototype: HTMLShareItemElement;
|
1469
|
+
new (): HTMLShareItemElement;
|
1470
|
+
};
|
1314
1471
|
interface HTMLSolutionConfigurationElement extends Components.SolutionConfiguration, HTMLStencilElement {
|
1315
1472
|
}
|
1316
1473
|
var HTMLSolutionConfigurationElement: {
|
@@ -1456,6 +1613,7 @@ declare global {
|
|
1456
1613
|
new (): HTMLStoreManagerElement;
|
1457
1614
|
};
|
1458
1615
|
interface HTMLElementTagNameMap {
|
1616
|
+
"arcgis-login": HTMLArcgisLoginElement;
|
1459
1617
|
"basemap-gallery": HTMLBasemapGalleryElement;
|
1460
1618
|
"buffer-tools": HTMLBufferToolsElement;
|
1461
1619
|
"card-manager": HTMLCardManagerElement;
|
@@ -1463,12 +1621,16 @@ declare global {
|
|
1463
1621
|
"crowdsource-reporter": HTMLCrowdsourceReporterElement;
|
1464
1622
|
"deduct-calculator": HTMLDeductCalculatorElement;
|
1465
1623
|
"edit-card": HTMLEditCardElement;
|
1624
|
+
"feature-comments": HTMLFeatureCommentsElement;
|
1625
|
+
"feature-form-flow-item": HTMLFeatureFormFlowItemElement;
|
1626
|
+
"features-flow-item": HTMLFeaturesFlowItemElement;
|
1466
1627
|
"floor-filter": HTMLFloorFilterElement;
|
1467
1628
|
"info-card": HTMLInfoCardElement;
|
1468
1629
|
"json-editor": HTMLJsonEditorElement;
|
1469
1630
|
"layer-table": HTMLLayerTableElement;
|
1470
1631
|
"layout-manager": HTMLLayoutManagerElement;
|
1471
|
-
"list-item":
|
1632
|
+
"list-flow-item": HTMLListFlowItemElement;
|
1633
|
+
"location-flow-item": HTMLLocationFlowItemElement;
|
1472
1634
|
"map-card": HTMLMapCardElement;
|
1473
1635
|
"map-draw-tools": HTMLMapDrawToolsElement;
|
1474
1636
|
"map-fullscreen": HTMLMapFullscreenElement;
|
@@ -1481,7 +1643,9 @@ declare global {
|
|
1481
1643
|
"pci-calculator": HTMLPciCalculatorElement;
|
1482
1644
|
"pdf-download": HTMLPdfDownloadElement;
|
1483
1645
|
"public-notification": HTMLPublicNotificationElement;
|
1646
|
+
"refine-results-flow-item": HTMLRefineResultsFlowItemElement;
|
1484
1647
|
"refine-selection": HTMLRefineSelectionElement;
|
1648
|
+
"share-item": HTMLShareItemElement;
|
1485
1649
|
"solution-configuration": HTMLSolutionConfigurationElement;
|
1486
1650
|
"solution-contents": HTMLSolutionContentsElement;
|
1487
1651
|
"solution-item": HTMLSolutionItemElement;
|
@@ -1498,6 +1662,8 @@ declare global {
|
|
1498
1662
|
}
|
1499
1663
|
}
|
1500
1664
|
declare namespace LocalJSX {
|
1665
|
+
interface ArcgisLogin {
|
1666
|
+
}
|
1501
1667
|
interface BasemapGallery {
|
1502
1668
|
/**
|
1503
1669
|
* IBasemapConfig: List of any basemaps to filter out from the basemap widget
|
@@ -1582,6 +1748,22 @@ declare namespace LocalJSX {
|
|
1582
1748
|
* boolean: when true the grid will display like the previous manager app with the table across the top
|
1583
1749
|
*/
|
1584
1750
|
"classicGrid"?: boolean;
|
1751
|
+
/**
|
1752
|
+
* string: Global ID of the feature to select
|
1753
|
+
*/
|
1754
|
+
"defaultGlobalId"?: string;
|
1755
|
+
/**
|
1756
|
+
* string: when provided this layer ID will be used when the app loads
|
1757
|
+
*/
|
1758
|
+
"defaultLayer"?: string;
|
1759
|
+
/**
|
1760
|
+
* string: Object ID of feature to select
|
1761
|
+
*/
|
1762
|
+
"defaultOid"?: string;
|
1763
|
+
/**
|
1764
|
+
* string: Item ID of the web map that should be selected by default
|
1765
|
+
*/
|
1766
|
+
"defaultWebmap"?: string;
|
1585
1767
|
/**
|
1586
1768
|
* boolean: when true the layer table will auto refresh the data
|
1587
1769
|
*/
|
@@ -1594,6 +1776,10 @@ declare namespace LocalJSX {
|
|
1594
1776
|
* boolean: when true the export to csv button will be available
|
1595
1777
|
*/
|
1596
1778
|
"enableCSV"?: boolean;
|
1779
|
+
/**
|
1780
|
+
* boolean: when true the layer table will support drag/drop of columns to adjust order
|
1781
|
+
*/
|
1782
|
+
"enableColumnReorder"?: boolean;
|
1597
1783
|
/**
|
1598
1784
|
* boolean: when true the fullscreen widget will be available
|
1599
1785
|
*/
|
@@ -1652,6 +1838,62 @@ declare namespace LocalJSX {
|
|
1652
1838
|
"zoomAndScrollToSelected"?: boolean;
|
1653
1839
|
}
|
1654
1840
|
interface CrowdsourceReporter {
|
1841
|
+
/**
|
1842
|
+
* string: The text that will display under the title on the landing page
|
1843
|
+
*/
|
1844
|
+
"description"?: string;
|
1845
|
+
/**
|
1846
|
+
* boolean: When true the anonymous users will be allowed to submit reports and comments
|
1847
|
+
*/
|
1848
|
+
"enableAnonymousAccess"?: boolean;
|
1849
|
+
/**
|
1850
|
+
* boolean: When true the anonymous users will be allowed to submit comments
|
1851
|
+
*/
|
1852
|
+
"enableAnonymousComments"?: boolean;
|
1853
|
+
/**
|
1854
|
+
* boolean: When true the user will be allowed to submit comments
|
1855
|
+
*/
|
1856
|
+
"enableComments"?: boolean;
|
1857
|
+
/**
|
1858
|
+
* boolean: When true the user will be provided a login page
|
1859
|
+
*/
|
1860
|
+
"enableLogin"?: boolean;
|
1861
|
+
/**
|
1862
|
+
* boolean: When true the user will be allowed to submit new reports
|
1863
|
+
*/
|
1864
|
+
"enableNewReports"?: boolean;
|
1865
|
+
/**
|
1866
|
+
* string[]: list of layer ids
|
1867
|
+
*/
|
1868
|
+
"layers"?: string[];
|
1869
|
+
/**
|
1870
|
+
* string: The text that will display at the top of the landing page
|
1871
|
+
*/
|
1872
|
+
"loginTitle"?: string;
|
1873
|
+
/**
|
1874
|
+
* esri/views/MapView: https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html
|
1875
|
+
*/
|
1876
|
+
"mapView"?: __esri.MapView;
|
1877
|
+
/**
|
1878
|
+
* string: The word(s) to display in the reports submit button
|
1879
|
+
*/
|
1880
|
+
"reportButtonText"?: string;
|
1881
|
+
/**
|
1882
|
+
* string: The message to display when the report has been submitted
|
1883
|
+
*/
|
1884
|
+
"reportSubmittedMessage"?: string;
|
1885
|
+
/**
|
1886
|
+
* string: The word(s) to display in the reports header
|
1887
|
+
*/
|
1888
|
+
"reportsHeader"?: string;
|
1889
|
+
/**
|
1890
|
+
* ISearchConfiguration: Configuration details for the Search widget
|
1891
|
+
*/
|
1892
|
+
"searchConfiguration"?: ISearchConfiguration;
|
1893
|
+
/**
|
1894
|
+
* boolean: When true the comments from all users will be visible
|
1895
|
+
*/
|
1896
|
+
"showComments"?: boolean;
|
1655
1897
|
}
|
1656
1898
|
interface DeductCalculator {
|
1657
1899
|
/**
|
@@ -1685,6 +1927,12 @@ declare namespace LocalJSX {
|
|
1685
1927
|
*/
|
1686
1928
|
"open"?: boolean;
|
1687
1929
|
}
|
1930
|
+
interface FeatureComments {
|
1931
|
+
}
|
1932
|
+
interface FeatureFormFlowItem {
|
1933
|
+
}
|
1934
|
+
interface FeaturesFlowItem {
|
1935
|
+
}
|
1688
1936
|
interface FloorFilter {
|
1689
1937
|
/**
|
1690
1938
|
* boolean: when true the Floor Filter widget will be available
|
@@ -1740,6 +1988,18 @@ declare namespace LocalJSX {
|
|
1740
1988
|
"value"?: any;
|
1741
1989
|
}
|
1742
1990
|
interface LayerTable {
|
1991
|
+
/**
|
1992
|
+
* string: Global ID of the feature to select
|
1993
|
+
*/
|
1994
|
+
"defaultGlobalId"?: string[];
|
1995
|
+
/**
|
1996
|
+
* string: when provided this layer ID will be used when the app loads
|
1997
|
+
*/
|
1998
|
+
"defaultLayerId"?: string;
|
1999
|
+
/**
|
2000
|
+
* number: when provided this will be used to select a feature in the table by default
|
2001
|
+
*/
|
2002
|
+
"defaultOid"?: number[];
|
1743
2003
|
/**
|
1744
2004
|
* boolean: when true the layer table will auto refresh the data
|
1745
2005
|
*/
|
@@ -1748,6 +2008,10 @@ declare namespace LocalJSX {
|
|
1748
2008
|
* boolean: when true the export to csv button will be available
|
1749
2009
|
*/
|
1750
2010
|
"enableCSV"?: boolean;
|
2011
|
+
/**
|
2012
|
+
* boolean: when true the layer table will support drag/drop of columns to adjust order
|
2013
|
+
*/
|
2014
|
+
"enableColumnReorder"?: boolean;
|
1751
2015
|
/**
|
1752
2016
|
* boolean: when true edits can be applied directly within the table
|
1753
2017
|
*/
|
@@ -1791,13 +2055,19 @@ declare namespace LocalJSX {
|
|
1791
2055
|
*/
|
1792
2056
|
"onLayoutChanged"?: (event: LayoutManagerCustomEvent<ELayoutMode>) => void;
|
1793
2057
|
}
|
1794
|
-
interface
|
2058
|
+
interface ListFlowItem {
|
2059
|
+
}
|
2060
|
+
interface LocationFlowItem {
|
1795
2061
|
}
|
1796
2062
|
interface MapCard {
|
1797
2063
|
/**
|
1798
2064
|
* IBasemapConfig: List of any basemaps to filter out from the basemap widget
|
1799
2065
|
*/
|
1800
2066
|
"basemapConfig"?: IBasemapConfig;
|
2067
|
+
/**
|
2068
|
+
* string: Item ID of the web map that should be selected by default when the app loads
|
2069
|
+
*/
|
2070
|
+
"defaultWebmapId"?: string;
|
1801
2071
|
/**
|
1802
2072
|
* boolean: when true the basemap widget will be available
|
1803
2073
|
*/
|
@@ -1920,6 +2190,10 @@ declare namespace LocalJSX {
|
|
1920
2190
|
* "transparent" | "solid": controls the button appearance when using the "dropdown" type
|
1921
2191
|
*/
|
1922
2192
|
"appearance"?: "transparent" | "solid";
|
2193
|
+
/**
|
2194
|
+
* string: when provided this layer ID will be used when the app loads
|
2195
|
+
*/
|
2196
|
+
"defaultLayerId"?: string;
|
1923
2197
|
/**
|
1924
2198
|
* string[]: Optional list of enabled layer ids If empty all layers will be available
|
1925
2199
|
*/
|
@@ -2221,6 +2495,8 @@ declare namespace LocalJSX {
|
|
2221
2495
|
*/
|
2222
2496
|
"sketchPolygonSymbol"?: __esri.SimpleFillSymbol | any;
|
2223
2497
|
}
|
2498
|
+
interface RefineResultsFlowItem {
|
2499
|
+
}
|
2224
2500
|
interface RefineSelection {
|
2225
2501
|
/**
|
2226
2502
|
* esri/views/layers/FeatureLayerView: https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-FeatureLayerView.html
|
@@ -2259,6 +2535,8 @@ declare namespace LocalJSX {
|
|
2259
2535
|
*/
|
2260
2536
|
"sketchPolygonSymbol"?: __esri.SimpleFillSymbol;
|
2261
2537
|
}
|
2538
|
+
interface ShareItem {
|
2539
|
+
}
|
2262
2540
|
interface SolutionConfiguration {
|
2263
2541
|
/**
|
2264
2542
|
* Credentials for requests, which can be a serialized UserSession
|
@@ -2422,6 +2700,7 @@ declare namespace LocalJSX {
|
|
2422
2700
|
"value"?: string;
|
2423
2701
|
}
|
2424
2702
|
interface IntrinsicElements {
|
2703
|
+
"arcgis-login": ArcgisLogin;
|
2425
2704
|
"basemap-gallery": BasemapGallery;
|
2426
2705
|
"buffer-tools": BufferTools;
|
2427
2706
|
"card-manager": CardManager;
|
@@ -2429,12 +2708,16 @@ declare namespace LocalJSX {
|
|
2429
2708
|
"crowdsource-reporter": CrowdsourceReporter;
|
2430
2709
|
"deduct-calculator": DeductCalculator;
|
2431
2710
|
"edit-card": EditCard;
|
2711
|
+
"feature-comments": FeatureComments;
|
2712
|
+
"feature-form-flow-item": FeatureFormFlowItem;
|
2713
|
+
"features-flow-item": FeaturesFlowItem;
|
2432
2714
|
"floor-filter": FloorFilter;
|
2433
2715
|
"info-card": InfoCard;
|
2434
2716
|
"json-editor": JsonEditor;
|
2435
2717
|
"layer-table": LayerTable;
|
2436
2718
|
"layout-manager": LayoutManager;
|
2437
|
-
"list-item":
|
2719
|
+
"list-flow-item": ListFlowItem;
|
2720
|
+
"location-flow-item": LocationFlowItem;
|
2438
2721
|
"map-card": MapCard;
|
2439
2722
|
"map-draw-tools": MapDrawTools;
|
2440
2723
|
"map-fullscreen": MapFullscreen;
|
@@ -2447,7 +2730,9 @@ declare namespace LocalJSX {
|
|
2447
2730
|
"pci-calculator": PciCalculator;
|
2448
2731
|
"pdf-download": PdfDownload;
|
2449
2732
|
"public-notification": PublicNotification;
|
2733
|
+
"refine-results-flow-item": RefineResultsFlowItem;
|
2450
2734
|
"refine-selection": RefineSelection;
|
2735
|
+
"share-item": ShareItem;
|
2451
2736
|
"solution-configuration": SolutionConfiguration;
|
2452
2737
|
"solution-contents": SolutionContents;
|
2453
2738
|
"solution-item": SolutionItem;
|
@@ -2467,6 +2752,7 @@ export { LocalJSX as JSX };
|
|
2467
2752
|
declare module "@stencil/core" {
|
2468
2753
|
export namespace JSX {
|
2469
2754
|
interface IntrinsicElements {
|
2755
|
+
"arcgis-login": LocalJSX.ArcgisLogin & JSXBase.HTMLAttributes<HTMLArcgisLoginElement>;
|
2470
2756
|
"basemap-gallery": LocalJSX.BasemapGallery & JSXBase.HTMLAttributes<HTMLBasemapGalleryElement>;
|
2471
2757
|
"buffer-tools": LocalJSX.BufferTools & JSXBase.HTMLAttributes<HTMLBufferToolsElement>;
|
2472
2758
|
"card-manager": LocalJSX.CardManager & JSXBase.HTMLAttributes<HTMLCardManagerElement>;
|
@@ -2474,12 +2760,16 @@ declare module "@stencil/core" {
|
|
2474
2760
|
"crowdsource-reporter": LocalJSX.CrowdsourceReporter & JSXBase.HTMLAttributes<HTMLCrowdsourceReporterElement>;
|
2475
2761
|
"deduct-calculator": LocalJSX.DeductCalculator & JSXBase.HTMLAttributes<HTMLDeductCalculatorElement>;
|
2476
2762
|
"edit-card": LocalJSX.EditCard & JSXBase.HTMLAttributes<HTMLEditCardElement>;
|
2763
|
+
"feature-comments": LocalJSX.FeatureComments & JSXBase.HTMLAttributes<HTMLFeatureCommentsElement>;
|
2764
|
+
"feature-form-flow-item": LocalJSX.FeatureFormFlowItem & JSXBase.HTMLAttributes<HTMLFeatureFormFlowItemElement>;
|
2765
|
+
"features-flow-item": LocalJSX.FeaturesFlowItem & JSXBase.HTMLAttributes<HTMLFeaturesFlowItemElement>;
|
2477
2766
|
"floor-filter": LocalJSX.FloorFilter & JSXBase.HTMLAttributes<HTMLFloorFilterElement>;
|
2478
2767
|
"info-card": LocalJSX.InfoCard & JSXBase.HTMLAttributes<HTMLInfoCardElement>;
|
2479
2768
|
"json-editor": LocalJSX.JsonEditor & JSXBase.HTMLAttributes<HTMLJsonEditorElement>;
|
2480
2769
|
"layer-table": LocalJSX.LayerTable & JSXBase.HTMLAttributes<HTMLLayerTableElement>;
|
2481
2770
|
"layout-manager": LocalJSX.LayoutManager & JSXBase.HTMLAttributes<HTMLLayoutManagerElement>;
|
2482
|
-
"list-item": LocalJSX.
|
2771
|
+
"list-flow-item": LocalJSX.ListFlowItem & JSXBase.HTMLAttributes<HTMLListFlowItemElement>;
|
2772
|
+
"location-flow-item": LocalJSX.LocationFlowItem & JSXBase.HTMLAttributes<HTMLLocationFlowItemElement>;
|
2483
2773
|
"map-card": LocalJSX.MapCard & JSXBase.HTMLAttributes<HTMLMapCardElement>;
|
2484
2774
|
"map-draw-tools": LocalJSX.MapDrawTools & JSXBase.HTMLAttributes<HTMLMapDrawToolsElement>;
|
2485
2775
|
"map-fullscreen": LocalJSX.MapFullscreen & JSXBase.HTMLAttributes<HTMLMapFullscreenElement>;
|
@@ -2492,7 +2782,9 @@ declare module "@stencil/core" {
|
|
2492
2782
|
"pci-calculator": LocalJSX.PciCalculator & JSXBase.HTMLAttributes<HTMLPciCalculatorElement>;
|
2493
2783
|
"pdf-download": LocalJSX.PdfDownload & JSXBase.HTMLAttributes<HTMLPdfDownloadElement>;
|
2494
2784
|
"public-notification": LocalJSX.PublicNotification & JSXBase.HTMLAttributes<HTMLPublicNotificationElement>;
|
2785
|
+
"refine-results-flow-item": LocalJSX.RefineResultsFlowItem & JSXBase.HTMLAttributes<HTMLRefineResultsFlowItemElement>;
|
2495
2786
|
"refine-selection": LocalJSX.RefineSelection & JSXBase.HTMLAttributes<HTMLRefineSelectionElement>;
|
2787
|
+
"share-item": LocalJSX.ShareItem & JSXBase.HTMLAttributes<HTMLShareItemElement>;
|
2496
2788
|
"solution-configuration": LocalJSX.SolutionConfiguration & JSXBase.HTMLAttributes<HTMLSolutionConfigurationElement>;
|
2497
2789
|
"solution-contents": LocalJSX.SolutionContents & JSXBase.HTMLAttributes<HTMLSolutionContentsElement>;
|
2498
2790
|
"solution-item": LocalJSX.SolutionItem & JSXBase.HTMLAttributes<HTMLSolutionItemElement>;
|
package/dist/types/preact.d.ts
CHANGED
@@ -6,6 +6,8 @@ declare module "preact/src/jsx" {
|
|
6
6
|
namespace JSXInternal {
|
7
7
|
interface IntrinsicElements {
|
8
8
|
|
9
|
+
"arcgis-login": JSX.SolutionsArcgisLogin & JSXInternal.HTMLAttributes<HTMLSolutionsArcgisLoginElement>
|
10
|
+
|
9
11
|
"basemap-gallery": JSX.SolutionsBasemapGallery & JSXInternal.HTMLAttributes<HTMLSolutionsBasemapGalleryElement>
|
10
12
|
|
11
13
|
"buffer-tools": Omit<JSX.SolutionsBufferTools, "onBufferComplete" | "onDistanceChanged" | "onUnitChanged"> & JSXInternal.HTMLAttributes<HTMLSolutionsBufferToolsElement> & {
|
@@ -512,6 +514,12 @@ declare module "preact/src/jsx" {
|
|
512
514
|
"oneditsComplete"?: (event: CustomEvent<any>) => void;
|
513
515
|
}
|
514
516
|
|
517
|
+
"feature-comments": JSX.SolutionsFeatureComments & JSXInternal.HTMLAttributes<HTMLSolutionsFeatureCommentsElement>
|
518
|
+
|
519
|
+
"feature-form-flow-item": JSX.SolutionsFeatureFormFlowItem & JSXInternal.HTMLAttributes<HTMLSolutionsFeatureFormFlowItemElement>
|
520
|
+
|
521
|
+
"features-flow-item": JSX.SolutionsFeaturesFlowItem & JSXInternal.HTMLAttributes<HTMLSolutionsFeaturesFlowItemElement>
|
522
|
+
|
515
523
|
"floor-filter": JSX.SolutionsFloorFilter & JSXInternal.HTMLAttributes<HTMLSolutionsFloorFilterElement>
|
516
524
|
|
517
525
|
"info-card": Omit<JSX.SolutionsInfoCard, "onSelectionChanged"> & JSXInternal.HTMLAttributes<HTMLSolutionsInfoCardElement> & {
|
@@ -529,7 +537,9 @@ declare module "preact/src/jsx" {
|
|
529
537
|
"onlayoutChanged"?: (event: CustomEvent<any>) => void;
|
530
538
|
}
|
531
539
|
|
532
|
-
"list-item": JSX.
|
540
|
+
"list-flow-item": JSX.SolutionsListFlowItem & JSXInternal.HTMLAttributes<HTMLSolutionsListFlowItemElement>
|
541
|
+
|
542
|
+
"location-flow-item": JSX.SolutionsLocationFlowItem & JSXInternal.HTMLAttributes<HTMLSolutionsLocationFlowItemElement>
|
533
543
|
|
534
544
|
"map-card": Omit<JSX.SolutionsMapCard, "onMapChanged" | "onBeforeMapChanged"> & JSXInternal.HTMLAttributes<HTMLSolutionsMapCardElement> & {
|
535
545
|
"onmapChanged"?: (event: CustomEvent<any>) => void;
|
@@ -572,11 +582,15 @@ declare module "preact/src/jsx" {
|
|
572
582
|
"onsearchConfigurationChange"?: (event: CustomEvent<any>) => void;
|
573
583
|
}
|
574
584
|
|
585
|
+
"refine-results-flow-item": JSX.SolutionsRefineResultsFlowItem & JSXInternal.HTMLAttributes<HTMLSolutionsRefineResultsFlowItemElement>
|
586
|
+
|
575
587
|
"refine-selection": Omit<JSX.SolutionsRefineSelection, "onSelectionLoadingChange" | "onSelectionSetsChanged"> & JSXInternal.HTMLAttributes<HTMLSolutionsRefineSelectionElement> & {
|
576
588
|
"onselectionLoadingChange"?: (event: CustomEvent<any>) => void;
|
577
589
|
"onselectionSetsChanged"?: (event: CustomEvent<any>) => void;
|
578
590
|
}
|
579
591
|
|
592
|
+
"share-item": JSX.SolutionsShareItem & JSXInternal.HTMLAttributes<HTMLSolutionsShareItemElement>
|
593
|
+
|
580
594
|
"solution-configuration": JSX.SolutionsSolutionConfiguration & JSXInternal.HTMLAttributes<HTMLSolutionsSolutionConfigurationElement>
|
581
595
|
|
582
596
|
"solution-contents": Omit<JSX.SolutionsSolutionContents, "onSolutionItemSelected"> & JSXInternal.HTMLAttributes<HTMLSolutionsSolutionContentsElement> & {
|
@@ -421,8 +421,12 @@ export interface IToolInfo {
|
|
421
421
|
disabled: boolean;
|
422
422
|
isDanger?: boolean;
|
423
423
|
isOverflow: boolean;
|
424
|
+
isSublist?: boolean;
|
424
425
|
}
|
425
426
|
export interface IToolSizeInfo {
|
426
427
|
id: string;
|
427
428
|
width: number;
|
428
429
|
}
|
430
|
+
export interface IColumnsInfo {
|
431
|
+
[key: string]: boolean;
|
432
|
+
}
|
@@ -60,6 +60,15 @@ export declare function queryObjectIds(geometries: __esri.Geometry[], layer: __e
|
|
60
60
|
* @returns Promise with the featureSet from the layer that match the provided ids
|
61
61
|
*/
|
62
62
|
export declare function queryFeaturesByID(ids: number[], layer: __esri.FeatureLayer, graphics: __esri.Graphic[], returnGeometry: boolean, outSpatialReference?: __esri.SpatialReference): Promise<__esri.Graphic[]>;
|
63
|
+
/**
|
64
|
+
* Query the layer for features that have the provided globalId
|
65
|
+
*
|
66
|
+
* @param globalId globalId to be used to query for a feature in a layer
|
67
|
+
* @param layer the layer to retrieve features from
|
68
|
+
*
|
69
|
+
* @returns Promise with the featureSet from the layer that match the provided globalId
|
70
|
+
*/
|
71
|
+
export declare function queryFeaturesByGlobalID(globalIds: string[], layer: __esri.FeatureLayer): Promise<__esri.Graphic[]>;
|
63
72
|
/**
|
64
73
|
* Query the layer for features that intersect the provided geometry
|
65
74
|
*
|