@esri/solutions-components 0.10.6 → 0.10.8
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/dist/cjs/basemap-gallery_7.cjs.entry.js +24 -8
- package/dist/cjs/buffer-tools_3.cjs.entry.js +1 -1
- package/dist/cjs/calcite-combobox_3.cjs.entry.js +354 -967
- package/dist/cjs/calcite-graph_2.cjs.entry.js +1082 -0
- package/dist/cjs/calcite-shell-panel_14.cjs.entry.js +6 -6
- package/dist/cjs/calcite-tree_3.cjs.entry.js +1 -1
- package/dist/cjs/card-manager_3.cjs.entry.js +246 -18
- package/dist/cjs/crowdsource-manager.cjs.entry.js +169 -49
- package/dist/cjs/instant-apps-control-panel.cjs.entry.js +2 -1
- package/dist/cjs/instant-apps-time-filter.cjs.entry.js +40 -21
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/map-select-tools_3.cjs.entry.js +3 -3
- package/dist/cjs/pci-calculator.cjs.entry.js +1 -1
- package/dist/cjs/public-notification.cjs.entry.js +1 -1
- package/dist/cjs/refine-results-flow-item.cjs.entry.js +1 -1
- package/dist/cjs/share-item.cjs.entry.js +1 -1
- package/dist/cjs/solution-configuration.cjs.entry.js +3 -3
- package/dist/cjs/solution-contents_3.cjs.entry.js +3 -3
- package/dist/cjs/solutions-components.cjs.js +1 -1
- package/dist/cjs/spatial-ref.cjs.entry.js +1 -1
- package/dist/collection/assets/t9n/crowdsource-manager/resources.json +5 -1
- package/dist/collection/assets/t9n/crowdsource-manager/resources_en.json +5 -1
- package/dist/collection/assets/t9n/layer-table/resources.json +1 -0
- package/dist/collection/assets/t9n/layer-table/resources_en.json +1 -0
- package/dist/collection/assets/t9n/map-card/resources.json +6 -1
- package/dist/collection/assets/t9n/map-card/resources_en.json +6 -1
- package/dist/collection/components/card-manager/card-manager.js +34 -8
- package/dist/collection/components/crowdsource-manager/crowdsource-manager.js +173 -65
- package/dist/collection/components/layer-table/layer-table.js +175 -8
- package/dist/collection/components/map-card/map-card.css +4 -0
- package/dist/collection/components/map-card/map-card.js +368 -3
- package/dist/collection/components/map-draw-tools/map-draw-tools.js +1 -1
- package/dist/collection/components/map-fullscreen/map-fullscreen.js +1 -1
- package/dist/collection/components/map-layer-picker/map-layer-picker.js +9 -3
- package/dist/collection/components/map-legend/map-legend.js +1 -1
- package/dist/collection/components/map-picker/map-picker.css +8 -0
- package/dist/collection/components/map-picker/map-picker.js +74 -3
- package/dist/collection/components/map-search/map-search.js +1 -1
- package/dist/collection/components/map-select-tools/map-select-tools.js +1 -1
- package/dist/collection/components/map-tools/map-tools.js +1 -1
- package/dist/collection/components/pci-calculator/pci-calculator.js +1 -1
- package/dist/collection/components/pdf-download/pdf-download.js +1 -1
- package/dist/collection/components/public-notification/public-notification.js +1 -1
- package/dist/collection/components/refine-results-flow-item/refine-results-flow-item.js +1 -1
- package/dist/collection/components/refine-selection/refine-selection.js +1 -1
- package/dist/collection/components/share-item/share-item.js +1 -1
- package/dist/collection/components/solution-configuration/solution-configuration.js +3 -3
- package/dist/collection/components/solution-contents/solution-contents.js +1 -1
- package/dist/collection/components/solution-item/solution-item.js +1 -1
- package/dist/collection/components/solution-item-details/solution-item-details.js +1 -1
- package/dist/collection/components/solution-item-icon/solution-item-icon.js +1 -1
- package/dist/collection/components/solution-item-sharing/solution-item-sharing.js +1 -1
- package/dist/collection/components/solution-organization-variables/solution-organization-variables.js +1 -1
- package/dist/collection/components/solution-resource-item/solution-resource-item.js +1 -1
- package/dist/collection/components/solution-spatial-ref/solution-spatial-ref.js +1 -1
- package/dist/collection/components/solution-template-data/solution-template-data.js +1 -1
- package/dist/collection/components/solution-variables/solution-variables.js +1 -1
- package/dist/collection/components/spatial-ref/spatial-ref.js +1 -1
- package/dist/collection/demos/crowdsource-manager.html +1 -0
- package/dist/components/card-manager2.js +20 -8
- package/dist/components/crowdsource-manager.js +172 -53
- package/dist/components/instant-apps-control-panel.js +2 -1
- package/dist/components/instant-apps-time-filter.js +46 -23
- package/dist/components/layer-table2.js +72 -10
- package/dist/components/map-card2.js +288 -47
- package/dist/components/map-draw-tools2.js +1 -1
- package/dist/components/map-fullscreen2.js +1 -1
- package/dist/components/map-layer-picker2.js +9 -3
- package/dist/components/map-legend2.js +1 -1
- package/dist/components/map-picker2.js +24 -5
- package/dist/components/map-search2.js +1 -1
- package/dist/components/map-select-tools2.js +1 -1
- package/dist/components/map-tools2.js +1 -1
- package/dist/components/pci-calculator.js +1 -1
- package/dist/components/pdf-download2.js +1 -1
- package/dist/components/public-notification.js +1 -1
- package/dist/components/refine-results-flow-item.js +1 -1
- package/dist/components/refine-selection2.js +1 -1
- package/dist/components/share-item.js +1 -1
- package/dist/components/solution-configuration.js +3 -3
- package/dist/components/solution-contents2.js +1 -1
- package/dist/components/solution-item-details2.js +1 -1
- package/dist/components/solution-item-icon2.js +1 -1
- package/dist/components/solution-item-sharing2.js +1 -1
- package/dist/components/solution-item2.js +1 -1
- package/dist/components/solution-organization-variables2.js +1 -1
- package/dist/components/solution-resource-item2.js +1 -1
- package/dist/components/solution-spatial-ref2.js +1 -1
- package/dist/components/solution-template-data2.js +1 -1
- package/dist/components/solution-variables2.js +1 -1
- package/dist/components/spatial-ref.js +1 -1
- package/dist/esm/basemap-gallery_7.entry.js +24 -8
- package/dist/esm/buffer-tools_3.entry.js +1 -1
- package/dist/esm/calcite-combobox_3.entry.js +369 -982
- package/dist/esm/calcite-graph_2.entry.js +1077 -0
- package/dist/esm/calcite-shell-panel_14.entry.js +6 -6
- package/dist/esm/calcite-tree_3.entry.js +1 -1
- package/dist/esm/card-manager_3.entry.js +248 -20
- package/dist/esm/crowdsource-manager.entry.js +170 -50
- package/dist/esm/instant-apps-control-panel.entry.js +2 -1
- package/dist/esm/instant-apps-time-filter.entry.js +41 -22
- package/dist/esm/loader.js +1 -1
- package/dist/esm/map-select-tools_3.entry.js +3 -3
- package/dist/esm/pci-calculator.entry.js +1 -1
- package/dist/esm/public-notification.entry.js +1 -1
- package/dist/esm/refine-results-flow-item.entry.js +1 -1
- package/dist/esm/share-item.entry.js +1 -1
- package/dist/esm/solution-configuration.entry.js +3 -3
- package/dist/esm/solution-contents_3.entry.js +3 -3
- package/dist/esm/solutions-components.js +1 -1
- package/dist/esm/spatial-ref.entry.js +1 -1
- package/dist/solutions-components/assets/t9n/crowdsource-manager/resources.json +5 -1
- package/dist/solutions-components/assets/t9n/crowdsource-manager/resources_en.json +5 -1
- package/dist/solutions-components/assets/t9n/layer-table/resources.json +1 -0
- package/dist/solutions-components/assets/t9n/layer-table/resources_en.json +1 -0
- package/dist/solutions-components/assets/t9n/map-card/resources.json +6 -1
- package/dist/solutions-components/assets/t9n/map-card/resources_en.json +6 -1
- package/dist/solutions-components/demos/crowdsource-manager.html +1 -0
- package/dist/solutions-components/p-0abc1354.entry.js +6 -0
- package/dist/solutions-components/p-0f7b5d36.entry.js +6 -0
- package/dist/solutions-components/p-1867168b.entry.js +6 -0
- package/dist/solutions-components/{p-a9818be2.entry.js → p-20c465e9.entry.js} +1 -1
- package/dist/solutions-components/{p-db18bce8.entry.js → p-36b50b5b.entry.js} +1 -1
- package/dist/solutions-components/{p-85512ae3.entry.js → p-445213cf.entry.js} +1 -1
- package/dist/solutions-components/{p-d49f895d.entry.js → p-4a5f0a97.entry.js} +1 -1
- package/dist/solutions-components/{p-002c97df.entry.js → p-5d201016.entry.js} +1 -1
- package/dist/solutions-components/{p-b7cec3bd.entry.js → p-618bafec.entry.js} +1 -1
- package/dist/solutions-components/p-6a66d5a9.entry.js +6 -0
- package/dist/solutions-components/p-71a2d5b8.entry.js +6 -0
- package/dist/solutions-components/p-7a64b026.entry.js +17 -0
- package/dist/solutions-components/p-85c25564.entry.js +6 -0
- package/dist/solutions-components/{p-235bf02e.entry.js → p-913413c3.entry.js} +1 -1
- package/dist/solutions-components/p-9af1cb14.entry.js +6 -0
- package/dist/solutions-components/{p-49aa2929.entry.js → p-bebd4646.entry.js} +1 -1
- package/dist/solutions-components/{p-ab2adcaf.entry.js → p-cc092b22.entry.js} +1 -1
- package/dist/solutions-components/p-ce454f5a.entry.js +11 -0
- package/dist/solutions-components/solutions-components.esm.js +1 -1
- package/dist/types/components/card-manager/card-manager.d.ts +11 -0
- package/dist/types/components/crowdsource-manager/crowdsource-manager.d.ts +86 -20
- package/dist/types/components/layer-table/layer-table.d.ts +30 -0
- package/dist/types/components/map-card/map-card.d.ts +124 -0
- package/dist/types/components/map-layer-picker/map-layer-picker.d.ts +4 -0
- package/dist/types/components/map-picker/map-picker.d.ts +12 -0
- package/dist/types/components.d.ts +130 -0
- package/dist/types/preact.d.ts +4 -2
- package/package.json +2 -2
- package/dist/cjs/calcite-dropdown-group_2.cjs.entry.js +0 -453
- package/dist/esm/calcite-dropdown-group_2.entry.js +0 -448
- package/dist/solutions-components/p-129fd80e.entry.js +0 -6
- package/dist/solutions-components/p-3b426576.entry.js +0 -6
- package/dist/solutions-components/p-72b217f2.entry.js +0 -6
- package/dist/solutions-components/p-72f01088.entry.js +0 -6
- package/dist/solutions-components/p-8b999a2b.entry.js +0 -6
- package/dist/solutions-components/p-973ff7b2.entry.js +0 -23
- package/dist/solutions-components/p-a001f9c9.entry.js +0 -6
- package/dist/solutions-components/p-c683b3fe.entry.js +0 -6
- package/dist/solutions-components/p-e9d049bd.entry.js +0 -6
@@ -57,6 +57,7 @@ const LayerTable = /*@__PURE__*/ proxyCustomElement(class LayerTable extends HTM
|
|
57
57
|
super();
|
58
58
|
this.__registerHost();
|
59
59
|
this.featureSelectionChange = createEvent(this, "featureSelectionChange", 7);
|
60
|
+
this.toggleFilter = createEvent(this, "toggleFilter", 7);
|
60
61
|
this.defaultGlobalId = undefined;
|
61
62
|
this.defaultLayerId = undefined;
|
62
63
|
this.defaultOid = undefined;
|
@@ -76,6 +77,7 @@ const LayerTable = /*@__PURE__*/ proxyCustomElement(class LayerTable extends HTM
|
|
76
77
|
this.showNewestFirst = undefined;
|
77
78
|
this.zoomAndScrollToSelected = undefined;
|
78
79
|
this.zoomToScale = undefined;
|
80
|
+
this.createFilterModal = true;
|
79
81
|
this._allIds = [];
|
80
82
|
this._controlsThatFit = undefined;
|
81
83
|
this._csvExporting = false;
|
@@ -327,7 +329,9 @@ const LayerTable = /*@__PURE__*/ proxyCustomElement(class LayerTable extends HTM
|
|
327
329
|
*/
|
328
330
|
async mapInfoWatchHandler() {
|
329
331
|
this._resetColumnTemplates();
|
330
|
-
this.
|
332
|
+
if (this.createFilterModal) {
|
333
|
+
this._initLayerExpressions();
|
334
|
+
}
|
331
335
|
this._initToolInfos();
|
332
336
|
this._updateToolbar();
|
333
337
|
await this._sortTable();
|
@@ -357,7 +361,9 @@ const LayerTable = /*@__PURE__*/ proxyCustomElement(class LayerTable extends HTM
|
|
357
361
|
this._floorField = this._layer.floorInfo?.floorField;
|
358
362
|
this._updateFloorDefinitionExpression();
|
359
363
|
await this._resetTable();
|
360
|
-
this.
|
364
|
+
if (this.createFilterModal) {
|
365
|
+
this._initLayerExpressions();
|
366
|
+
}
|
361
367
|
this._updateShareUrl();
|
362
368
|
this._fetchingData = false;
|
363
369
|
});
|
@@ -381,6 +387,30 @@ const LayerTable = /*@__PURE__*/ proxyCustomElement(class LayerTable extends HTM
|
|
381
387
|
// Methods (public)
|
382
388
|
//
|
383
389
|
//--------------------------------------------------------------------------
|
390
|
+
/**
|
391
|
+
* Reset the filter
|
392
|
+
*/
|
393
|
+
async filterReset() {
|
394
|
+
void this._handleFilterListReset();
|
395
|
+
}
|
396
|
+
/**
|
397
|
+
* Updates the filter
|
398
|
+
*/
|
399
|
+
async filterUpdate() {
|
400
|
+
this._handleFilterUpdate();
|
401
|
+
}
|
402
|
+
/**
|
403
|
+
* Closes the filter
|
404
|
+
*/
|
405
|
+
async closeFilter() {
|
406
|
+
await this._closeFilter();
|
407
|
+
}
|
408
|
+
/**
|
409
|
+
* refresh the feature table
|
410
|
+
*/
|
411
|
+
async refresh() {
|
412
|
+
await this._refresh();
|
413
|
+
}
|
384
414
|
//--------------------------------------------------------------------------
|
385
415
|
//
|
386
416
|
// Events (public)
|
@@ -390,6 +420,10 @@ const LayerTable = /*@__PURE__*/ proxyCustomElement(class LayerTable extends HTM
|
|
390
420
|
* Emitted on demand when a layer is selected
|
391
421
|
*/
|
392
422
|
featureSelectionChange;
|
423
|
+
/**
|
424
|
+
* Emitted on demand when filter action is clicked
|
425
|
+
*/
|
426
|
+
toggleFilter;
|
393
427
|
/**
|
394
428
|
* Scroll and zoom to the selected feature from the Features widget.
|
395
429
|
*
|
@@ -421,6 +455,14 @@ const LayerTable = /*@__PURE__*/ proxyCustomElement(class LayerTable extends HTM
|
|
421
455
|
}
|
422
456
|
}
|
423
457
|
}
|
458
|
+
/**
|
459
|
+
* Handles layer selection change to show new table
|
460
|
+
*
|
461
|
+
* @param evt CustomEvent the id for the current layer
|
462
|
+
*/
|
463
|
+
async layerSelectionChange(evt) {
|
464
|
+
await this._layerSelectionChanged(evt);
|
465
|
+
}
|
424
466
|
/**
|
425
467
|
* Refresh the table when edits are completed
|
426
468
|
*/
|
@@ -488,9 +530,9 @@ const LayerTable = /*@__PURE__*/ proxyCustomElement(class LayerTable extends HTM
|
|
488
530
|
const selected = this.selectedIds.length.toString();
|
489
531
|
const tableHeightClass = this.isMobile ? "height-full" : "height-full-adjusted";
|
490
532
|
this._validateActiveActions();
|
491
|
-
return (h(Host, { key: '
|
533
|
+
return (h(Host, { key: '17071727cb283d84afb8beab8382bd3623f35920' }, h("calcite-shell", { key: 'f8508d67fd4b100fdc3f52b7db63194714cf216b' }, this._getTableControlRow("header"), h("div", { key: '5c1ebcb0530764a9568dc5dae153632a3d9491c8', class: `width-full ${tableHeightClass}` }, h("calcite-panel", { key: '7a6420894e4e50e2b4cda6e5ebe043134f4c0397', class: "height-full width-full" }, h("calcite-loader", { key: '48d4fe7e27fae877ca0e4caa22555968636f6c33', class: loadingClass, label: this._translations.fetchingData, scale: "l" }), h("div", { key: 'cce71356e8ca141d1a18b32944d4fa03af8aae33', class: tableNodeClass, ref: this.onTableNodeCreate })), !this.isMobile ? (h("div", { class: "bottom-left text-color height-19" }, this._translations.recordsSelected
|
492
534
|
.replace("{{total}}", total)
|
493
|
-
.replace("{{selected}}", selected))) : undefined)), this._filterModal()));
|
535
|
+
.replace("{{selected}}", selected))) : undefined)), this.createFilterModal && this._filterModal()));
|
494
536
|
}
|
495
537
|
/**
|
496
538
|
* Called once after the component is loaded
|
@@ -559,7 +601,7 @@ const LayerTable = /*@__PURE__*/ proxyCustomElement(class LayerTable extends HTM
|
|
559
601
|
_getActionBar() {
|
560
602
|
const containerClass = this.isMobile ? "width-full" : "";
|
561
603
|
const mobileClass = this.isMobile ? "border-top" : "";
|
562
|
-
return (h("calcite-action-bar", { class: containerClass, expandDisabled: true, expanded: true, id: this._getId("bar"), layout: "horizontal" }, h("div", { class: `border-end ${containerClass} ${mobileClass}`, id: "solutions-map-layer-picker-container" }, h("map-layer-picker", { appearance: "transparent", defaultLayerId: this.defaultLayerId, display: "inline-flex", height: 50, isMobile: this.isMobile, mapView: this.mapView,
|
604
|
+
return (h("calcite-action-bar", { class: containerClass, expandDisabled: true, expanded: true, id: this._getId("bar"), layout: "horizontal" }, h("div", { class: `border-end ${containerClass} ${mobileClass}`, id: "solutions-map-layer-picker-container" }, h("map-layer-picker", { appearance: "transparent", defaultLayerId: this.defaultLayerId, display: "inline-flex", height: 50, isMobile: this.isMobile, mapView: this.mapView, onlyShowUpdatableLayers: this.onlyShowUpdatableLayers, placeholderIcon: "layers", scale: "l", selectedIds: this._layer ? [this._layer?.id] : [], showSingleLayerAsLabel: true, showTables: true, type: "dropdown" })), !this.isMobile ? this._getActions() : undefined));
|
563
605
|
}
|
564
606
|
/**
|
565
607
|
* Get the actions that are used for various interactions with the table
|
@@ -604,15 +646,19 @@ const LayerTable = /*@__PURE__*/ proxyCustomElement(class LayerTable extends HTM
|
|
604
646
|
*/
|
605
647
|
_validateEnabledActions() {
|
606
648
|
const featuresSelected = this._featuresSelected();
|
649
|
+
const showMultipleEdits = this.selectedIds.length > 1 && this._layer?.capabilities?.operations?.supportsUpdate;
|
607
650
|
const selectionDependant = [
|
608
651
|
"zoom-to-object",
|
652
|
+
"pencil",
|
609
653
|
"trash",
|
610
654
|
"erase",
|
611
655
|
"selected-items-filter"
|
612
656
|
];
|
613
657
|
this._toolInfos?.forEach(ti => {
|
614
658
|
if (ti && selectionDependant.indexOf(ti.icon) > -1) {
|
615
|
-
|
659
|
+
// disable the pencil icon if multiple features are not selected
|
660
|
+
// For other icons disable them if any feature is not selected
|
661
|
+
ti.disabled = ti.icon === "pencil" ? !showMultipleEdits : !featuresSelected;
|
616
662
|
}
|
617
663
|
});
|
618
664
|
}
|
@@ -646,6 +692,7 @@ const LayerTable = /*@__PURE__*/ proxyCustomElement(class LayerTable extends HTM
|
|
646
692
|
*/
|
647
693
|
_initToolInfos() {
|
648
694
|
const featuresSelected = this._featuresSelected();
|
695
|
+
const showMultipleEdits = this.selectedIds.length > 1 && this._layer?.capabilities?.operations?.supportsUpdate;
|
649
696
|
const featuresEmpty = this._featuresEmpty();
|
650
697
|
const hasFilterExpressions = this._hasFilterExpressions();
|
651
698
|
if (this._translations) {
|
@@ -664,10 +711,20 @@ const LayerTable = /*@__PURE__*/ proxyCustomElement(class LayerTable extends HTM
|
|
664
711
|
icon: "filter",
|
665
712
|
indicator: false,
|
666
713
|
label: this._translations.filters,
|
667
|
-
func: () => this._toggleFilter(),
|
714
|
+
func: () => this.createFilterModal ? this._toggleFilter() : this.toggleFilter.emit(),
|
668
715
|
disabled: false,
|
669
716
|
isOverflow: false
|
670
717
|
} : undefined,
|
718
|
+
!this.mapHidden ? {
|
719
|
+
active: false,
|
720
|
+
icon: "pencil",
|
721
|
+
indicator: false,
|
722
|
+
label: this._translations.editMultiple,
|
723
|
+
func: () => alert(this._translations.editMultiple),
|
724
|
+
disabled: !showMultipleEdits,
|
725
|
+
isOverflow: false,
|
726
|
+
isSublist: false
|
727
|
+
} : undefined,
|
671
728
|
this._deleteEnabled ? {
|
672
729
|
active: undefined,
|
673
730
|
icon: "trash",
|
@@ -852,7 +909,7 @@ const LayerTable = /*@__PURE__*/ proxyCustomElement(class LayerTable extends HTM
|
|
852
909
|
_setControlsThatFit(controlsThatFit, skipControls) {
|
853
910
|
let update = JSON.stringify(controlsThatFit) !== JSON.stringify(this._controlsThatFit);
|
854
911
|
const actionbar = document.getElementById("solutions-action-bar");
|
855
|
-
actionbar
|
912
|
+
actionbar?.childNodes?.forEach((n) => {
|
856
913
|
if (skipControls.indexOf(n.id) < 0 && !update) {
|
857
914
|
update = this._controlsThatFit.map(c => c.id).indexOf(n.id) < 0;
|
858
915
|
}
|
@@ -1721,6 +1778,7 @@ const LayerTable = /*@__PURE__*/ proxyCustomElement(class LayerTable extends HTM
|
|
1721
1778
|
"showNewestFirst": [4, "show-newest-first"],
|
1722
1779
|
"zoomAndScrollToSelected": [4, "zoom-and-scroll-to-selected"],
|
1723
1780
|
"zoomToScale": [2, "zoom-to-scale"],
|
1781
|
+
"createFilterModal": [4, "create-filter-modal"],
|
1724
1782
|
"_allIds": [32],
|
1725
1783
|
"_controlsThatFit": [32],
|
1726
1784
|
"_csvExporting": [32],
|
@@ -1732,8 +1790,12 @@ const LayerTable = /*@__PURE__*/ proxyCustomElement(class LayerTable extends HTM
|
|
1732
1790
|
"_showHideOpen": [32],
|
1733
1791
|
"_showOnlySelected": [32],
|
1734
1792
|
"_toolInfos": [32],
|
1735
|
-
"_translations": [32]
|
1736
|
-
|
1793
|
+
"_translations": [32],
|
1794
|
+
"filterReset": [64],
|
1795
|
+
"filterUpdate": [64],
|
1796
|
+
"closeFilter": [64],
|
1797
|
+
"refresh": [64]
|
1798
|
+
}, [[8, "selectionChanged", "selectionChanged"], [8, "layerSelectionChange", "layerSelectionChange"], [8, "editsComplete", "editsComplete"], [8, "facilityChanged", "facilityChanged"], [8, "levelChanged", "levelChanged"], [8, "siteChanged", "siteChanged"], [8, "noLayersFound", "noLayersFound"]], {
|
1737
1799
|
"defaultOid": ["defaultOidWatchHandler"],
|
1738
1800
|
"defaultGlobalId": ["defaultGlobalIdWatchHandler"],
|
1739
1801
|
"enableCSV": ["enableCSVWatchHandler"],
|