@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.
Files changed (157) hide show
  1. package/dist/cjs/basemap-gallery_7.cjs.entry.js +24 -8
  2. package/dist/cjs/buffer-tools_3.cjs.entry.js +1 -1
  3. package/dist/cjs/calcite-combobox_3.cjs.entry.js +354 -967
  4. package/dist/cjs/calcite-graph_2.cjs.entry.js +1082 -0
  5. package/dist/cjs/calcite-shell-panel_14.cjs.entry.js +6 -6
  6. package/dist/cjs/calcite-tree_3.cjs.entry.js +1 -1
  7. package/dist/cjs/card-manager_3.cjs.entry.js +246 -18
  8. package/dist/cjs/crowdsource-manager.cjs.entry.js +169 -49
  9. package/dist/cjs/instant-apps-control-panel.cjs.entry.js +2 -1
  10. package/dist/cjs/instant-apps-time-filter.cjs.entry.js +40 -21
  11. package/dist/cjs/loader.cjs.js +1 -1
  12. package/dist/cjs/map-select-tools_3.cjs.entry.js +3 -3
  13. package/dist/cjs/pci-calculator.cjs.entry.js +1 -1
  14. package/dist/cjs/public-notification.cjs.entry.js +1 -1
  15. package/dist/cjs/refine-results-flow-item.cjs.entry.js +1 -1
  16. package/dist/cjs/share-item.cjs.entry.js +1 -1
  17. package/dist/cjs/solution-configuration.cjs.entry.js +3 -3
  18. package/dist/cjs/solution-contents_3.cjs.entry.js +3 -3
  19. package/dist/cjs/solutions-components.cjs.js +1 -1
  20. package/dist/cjs/spatial-ref.cjs.entry.js +1 -1
  21. package/dist/collection/assets/t9n/crowdsource-manager/resources.json +5 -1
  22. package/dist/collection/assets/t9n/crowdsource-manager/resources_en.json +5 -1
  23. package/dist/collection/assets/t9n/layer-table/resources.json +1 -0
  24. package/dist/collection/assets/t9n/layer-table/resources_en.json +1 -0
  25. package/dist/collection/assets/t9n/map-card/resources.json +6 -1
  26. package/dist/collection/assets/t9n/map-card/resources_en.json +6 -1
  27. package/dist/collection/components/card-manager/card-manager.js +34 -8
  28. package/dist/collection/components/crowdsource-manager/crowdsource-manager.js +173 -65
  29. package/dist/collection/components/layer-table/layer-table.js +175 -8
  30. package/dist/collection/components/map-card/map-card.css +4 -0
  31. package/dist/collection/components/map-card/map-card.js +368 -3
  32. package/dist/collection/components/map-draw-tools/map-draw-tools.js +1 -1
  33. package/dist/collection/components/map-fullscreen/map-fullscreen.js +1 -1
  34. package/dist/collection/components/map-layer-picker/map-layer-picker.js +9 -3
  35. package/dist/collection/components/map-legend/map-legend.js +1 -1
  36. package/dist/collection/components/map-picker/map-picker.css +8 -0
  37. package/dist/collection/components/map-picker/map-picker.js +74 -3
  38. package/dist/collection/components/map-search/map-search.js +1 -1
  39. package/dist/collection/components/map-select-tools/map-select-tools.js +1 -1
  40. package/dist/collection/components/map-tools/map-tools.js +1 -1
  41. package/dist/collection/components/pci-calculator/pci-calculator.js +1 -1
  42. package/dist/collection/components/pdf-download/pdf-download.js +1 -1
  43. package/dist/collection/components/public-notification/public-notification.js +1 -1
  44. package/dist/collection/components/refine-results-flow-item/refine-results-flow-item.js +1 -1
  45. package/dist/collection/components/refine-selection/refine-selection.js +1 -1
  46. package/dist/collection/components/share-item/share-item.js +1 -1
  47. package/dist/collection/components/solution-configuration/solution-configuration.js +3 -3
  48. package/dist/collection/components/solution-contents/solution-contents.js +1 -1
  49. package/dist/collection/components/solution-item/solution-item.js +1 -1
  50. package/dist/collection/components/solution-item-details/solution-item-details.js +1 -1
  51. package/dist/collection/components/solution-item-icon/solution-item-icon.js +1 -1
  52. package/dist/collection/components/solution-item-sharing/solution-item-sharing.js +1 -1
  53. package/dist/collection/components/solution-organization-variables/solution-organization-variables.js +1 -1
  54. package/dist/collection/components/solution-resource-item/solution-resource-item.js +1 -1
  55. package/dist/collection/components/solution-spatial-ref/solution-spatial-ref.js +1 -1
  56. package/dist/collection/components/solution-template-data/solution-template-data.js +1 -1
  57. package/dist/collection/components/solution-variables/solution-variables.js +1 -1
  58. package/dist/collection/components/spatial-ref/spatial-ref.js +1 -1
  59. package/dist/collection/demos/crowdsource-manager.html +1 -0
  60. package/dist/components/card-manager2.js +20 -8
  61. package/dist/components/crowdsource-manager.js +172 -53
  62. package/dist/components/instant-apps-control-panel.js +2 -1
  63. package/dist/components/instant-apps-time-filter.js +46 -23
  64. package/dist/components/layer-table2.js +72 -10
  65. package/dist/components/map-card2.js +288 -47
  66. package/dist/components/map-draw-tools2.js +1 -1
  67. package/dist/components/map-fullscreen2.js +1 -1
  68. package/dist/components/map-layer-picker2.js +9 -3
  69. package/dist/components/map-legend2.js +1 -1
  70. package/dist/components/map-picker2.js +24 -5
  71. package/dist/components/map-search2.js +1 -1
  72. package/dist/components/map-select-tools2.js +1 -1
  73. package/dist/components/map-tools2.js +1 -1
  74. package/dist/components/pci-calculator.js +1 -1
  75. package/dist/components/pdf-download2.js +1 -1
  76. package/dist/components/public-notification.js +1 -1
  77. package/dist/components/refine-results-flow-item.js +1 -1
  78. package/dist/components/refine-selection2.js +1 -1
  79. package/dist/components/share-item.js +1 -1
  80. package/dist/components/solution-configuration.js +3 -3
  81. package/dist/components/solution-contents2.js +1 -1
  82. package/dist/components/solution-item-details2.js +1 -1
  83. package/dist/components/solution-item-icon2.js +1 -1
  84. package/dist/components/solution-item-sharing2.js +1 -1
  85. package/dist/components/solution-item2.js +1 -1
  86. package/dist/components/solution-organization-variables2.js +1 -1
  87. package/dist/components/solution-resource-item2.js +1 -1
  88. package/dist/components/solution-spatial-ref2.js +1 -1
  89. package/dist/components/solution-template-data2.js +1 -1
  90. package/dist/components/solution-variables2.js +1 -1
  91. package/dist/components/spatial-ref.js +1 -1
  92. package/dist/esm/basemap-gallery_7.entry.js +24 -8
  93. package/dist/esm/buffer-tools_3.entry.js +1 -1
  94. package/dist/esm/calcite-combobox_3.entry.js +369 -982
  95. package/dist/esm/calcite-graph_2.entry.js +1077 -0
  96. package/dist/esm/calcite-shell-panel_14.entry.js +6 -6
  97. package/dist/esm/calcite-tree_3.entry.js +1 -1
  98. package/dist/esm/card-manager_3.entry.js +248 -20
  99. package/dist/esm/crowdsource-manager.entry.js +170 -50
  100. package/dist/esm/instant-apps-control-panel.entry.js +2 -1
  101. package/dist/esm/instant-apps-time-filter.entry.js +41 -22
  102. package/dist/esm/loader.js +1 -1
  103. package/dist/esm/map-select-tools_3.entry.js +3 -3
  104. package/dist/esm/pci-calculator.entry.js +1 -1
  105. package/dist/esm/public-notification.entry.js +1 -1
  106. package/dist/esm/refine-results-flow-item.entry.js +1 -1
  107. package/dist/esm/share-item.entry.js +1 -1
  108. package/dist/esm/solution-configuration.entry.js +3 -3
  109. package/dist/esm/solution-contents_3.entry.js +3 -3
  110. package/dist/esm/solutions-components.js +1 -1
  111. package/dist/esm/spatial-ref.entry.js +1 -1
  112. package/dist/solutions-components/assets/t9n/crowdsource-manager/resources.json +5 -1
  113. package/dist/solutions-components/assets/t9n/crowdsource-manager/resources_en.json +5 -1
  114. package/dist/solutions-components/assets/t9n/layer-table/resources.json +1 -0
  115. package/dist/solutions-components/assets/t9n/layer-table/resources_en.json +1 -0
  116. package/dist/solutions-components/assets/t9n/map-card/resources.json +6 -1
  117. package/dist/solutions-components/assets/t9n/map-card/resources_en.json +6 -1
  118. package/dist/solutions-components/demos/crowdsource-manager.html +1 -0
  119. package/dist/solutions-components/p-0abc1354.entry.js +6 -0
  120. package/dist/solutions-components/p-0f7b5d36.entry.js +6 -0
  121. package/dist/solutions-components/p-1867168b.entry.js +6 -0
  122. package/dist/solutions-components/{p-a9818be2.entry.js → p-20c465e9.entry.js} +1 -1
  123. package/dist/solutions-components/{p-db18bce8.entry.js → p-36b50b5b.entry.js} +1 -1
  124. package/dist/solutions-components/{p-85512ae3.entry.js → p-445213cf.entry.js} +1 -1
  125. package/dist/solutions-components/{p-d49f895d.entry.js → p-4a5f0a97.entry.js} +1 -1
  126. package/dist/solutions-components/{p-002c97df.entry.js → p-5d201016.entry.js} +1 -1
  127. package/dist/solutions-components/{p-b7cec3bd.entry.js → p-618bafec.entry.js} +1 -1
  128. package/dist/solutions-components/p-6a66d5a9.entry.js +6 -0
  129. package/dist/solutions-components/p-71a2d5b8.entry.js +6 -0
  130. package/dist/solutions-components/p-7a64b026.entry.js +17 -0
  131. package/dist/solutions-components/p-85c25564.entry.js +6 -0
  132. package/dist/solutions-components/{p-235bf02e.entry.js → p-913413c3.entry.js} +1 -1
  133. package/dist/solutions-components/p-9af1cb14.entry.js +6 -0
  134. package/dist/solutions-components/{p-49aa2929.entry.js → p-bebd4646.entry.js} +1 -1
  135. package/dist/solutions-components/{p-ab2adcaf.entry.js → p-cc092b22.entry.js} +1 -1
  136. package/dist/solutions-components/p-ce454f5a.entry.js +11 -0
  137. package/dist/solutions-components/solutions-components.esm.js +1 -1
  138. package/dist/types/components/card-manager/card-manager.d.ts +11 -0
  139. package/dist/types/components/crowdsource-manager/crowdsource-manager.d.ts +86 -20
  140. package/dist/types/components/layer-table/layer-table.d.ts +30 -0
  141. package/dist/types/components/map-card/map-card.d.ts +124 -0
  142. package/dist/types/components/map-layer-picker/map-layer-picker.d.ts +4 -0
  143. package/dist/types/components/map-picker/map-picker.d.ts +12 -0
  144. package/dist/types/components.d.ts +130 -0
  145. package/dist/types/preact.d.ts +4 -2
  146. package/package.json +2 -2
  147. package/dist/cjs/calcite-dropdown-group_2.cjs.entry.js +0 -453
  148. package/dist/esm/calcite-dropdown-group_2.entry.js +0 -448
  149. package/dist/solutions-components/p-129fd80e.entry.js +0 -6
  150. package/dist/solutions-components/p-3b426576.entry.js +0 -6
  151. package/dist/solutions-components/p-72b217f2.entry.js +0 -6
  152. package/dist/solutions-components/p-72f01088.entry.js +0 -6
  153. package/dist/solutions-components/p-8b999a2b.entry.js +0 -6
  154. package/dist/solutions-components/p-973ff7b2.entry.js +0 -23
  155. package/dist/solutions-components/p-a001f9c9.entry.js +0 -6
  156. package/dist/solutions-components/p-c683b3fe.entry.js +0 -6
  157. package/dist/solutions-components/p-e9d049bd.entry.js +0 -6
@@ -46,6 +46,7 @@ export class LayerTable {
46
46
  this.showNewestFirst = undefined;
47
47
  this.zoomAndScrollToSelected = undefined;
48
48
  this.zoomToScale = undefined;
49
+ this.createFilterModal = true;
49
50
  this._allIds = [];
50
51
  this._controlsThatFit = undefined;
51
52
  this._csvExporting = false;
@@ -302,7 +303,9 @@ export class LayerTable {
302
303
  */
303
304
  async mapInfoWatchHandler() {
304
305
  this._resetColumnTemplates();
305
- this._initLayerExpressions();
306
+ if (this.createFilterModal) {
307
+ this._initLayerExpressions();
308
+ }
306
309
  this._initToolInfos();
307
310
  this._updateToolbar();
308
311
  await this._sortTable();
@@ -332,7 +335,9 @@ export class LayerTable {
332
335
  this._floorField = this._layer.floorInfo?.floorField;
333
336
  this._updateFloorDefinitionExpression();
334
337
  await this._resetTable();
335
- this._initLayerExpressions();
338
+ if (this.createFilterModal) {
339
+ this._initLayerExpressions();
340
+ }
336
341
  this._updateShareUrl();
337
342
  this._fetchingData = false;
338
343
  });
@@ -356,6 +361,30 @@ export class LayerTable {
356
361
  // Methods (public)
357
362
  //
358
363
  //--------------------------------------------------------------------------
364
+ /**
365
+ * Reset the filter
366
+ */
367
+ async filterReset() {
368
+ void this._handleFilterListReset();
369
+ }
370
+ /**
371
+ * Updates the filter
372
+ */
373
+ async filterUpdate() {
374
+ this._handleFilterUpdate();
375
+ }
376
+ /**
377
+ * Closes the filter
378
+ */
379
+ async closeFilter() {
380
+ await this._closeFilter();
381
+ }
382
+ /**
383
+ * refresh the feature table
384
+ */
385
+ async refresh() {
386
+ await this._refresh();
387
+ }
359
388
  //--------------------------------------------------------------------------
360
389
  //
361
390
  // Events (public)
@@ -365,6 +394,10 @@ export class LayerTable {
365
394
  * Emitted on demand when a layer is selected
366
395
  */
367
396
  featureSelectionChange;
397
+ /**
398
+ * Emitted on demand when filter action is clicked
399
+ */
400
+ toggleFilter;
368
401
  /**
369
402
  * Scroll and zoom to the selected feature from the Features widget.
370
403
  *
@@ -396,6 +429,14 @@ export class LayerTable {
396
429
  }
397
430
  }
398
431
  }
432
+ /**
433
+ * Handles layer selection change to show new table
434
+ *
435
+ * @param evt CustomEvent the id for the current layer
436
+ */
437
+ async layerSelectionChange(evt) {
438
+ await this._layerSelectionChanged(evt);
439
+ }
399
440
  /**
400
441
  * Refresh the table when edits are completed
401
442
  */
@@ -463,9 +504,9 @@ export class LayerTable {
463
504
  const selected = this.selectedIds.length.toString();
464
505
  const tableHeightClass = this.isMobile ? "height-full" : "height-full-adjusted";
465
506
  this._validateActiveActions();
466
- return (h(Host, { key: '547a08c45cc3a0b0bdb5ab841ee202d2d43018dc' }, h("calcite-shell", { key: '7ac39e863586727df7685eb5c3faffd87c46bf9d' }, this._getTableControlRow("header"), h("div", { key: '322dc4820b17365f3f202ce43d85330d25081eb5', class: `width-full ${tableHeightClass}` }, h("calcite-panel", { key: '764955f3cf9371a5ff554821613fffbc9e0bd705', class: "height-full width-full" }, h("calcite-loader", { key: '031fc6520de11b166111626501f0208f1b69c9ff', class: loadingClass, label: this._translations.fetchingData, scale: "l" }), h("div", { key: '8d62258ee356fdf6bc6c03f88848a32270ce5eed', class: tableNodeClass, ref: this.onTableNodeCreate })), !this.isMobile ? (h("div", { class: "bottom-left text-color height-19" }, this._translations.recordsSelected
507
+ 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
467
508
  .replace("{{total}}", total)
468
- .replace("{{selected}}", selected))) : undefined)), this._filterModal()));
509
+ .replace("{{selected}}", selected))) : undefined)), this.createFilterModal && this._filterModal()));
469
510
  }
470
511
  /**
471
512
  * Called once after the component is loaded
@@ -534,7 +575,7 @@ export class LayerTable {
534
575
  _getActionBar() {
535
576
  const containerClass = this.isMobile ? "width-full" : "";
536
577
  const mobileClass = this.isMobile ? "border-top" : "";
537
- 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, onLayerSelectionChange: (evt) => void this._layerSelectionChanged(evt), onlyShowUpdatableLayers: this.onlyShowUpdatableLayers, placeholderIcon: "layers", scale: "l", showSingleLayerAsLabel: true, showTables: true, type: "dropdown" })), !this.isMobile ? this._getActions() : undefined));
578
+ 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));
538
579
  }
539
580
  /**
540
581
  * Get the actions that are used for various interactions with the table
@@ -579,15 +620,19 @@ export class LayerTable {
579
620
  */
580
621
  _validateEnabledActions() {
581
622
  const featuresSelected = this._featuresSelected();
623
+ const showMultipleEdits = this.selectedIds.length > 1 && this._layer?.capabilities?.operations?.supportsUpdate;
582
624
  const selectionDependant = [
583
625
  "zoom-to-object",
626
+ "pencil",
584
627
  "trash",
585
628
  "erase",
586
629
  "selected-items-filter"
587
630
  ];
588
631
  this._toolInfos?.forEach(ti => {
589
632
  if (ti && selectionDependant.indexOf(ti.icon) > -1) {
590
- ti.disabled = !featuresSelected;
633
+ // disable the pencil icon if multiple features are not selected
634
+ // For other icons disable them if any feature is not selected
635
+ ti.disabled = ti.icon === "pencil" ? !showMultipleEdits : !featuresSelected;
591
636
  }
592
637
  });
593
638
  }
@@ -621,6 +666,7 @@ export class LayerTable {
621
666
  */
622
667
  _initToolInfos() {
623
668
  const featuresSelected = this._featuresSelected();
669
+ const showMultipleEdits = this.selectedIds.length > 1 && this._layer?.capabilities?.operations?.supportsUpdate;
624
670
  const featuresEmpty = this._featuresEmpty();
625
671
  const hasFilterExpressions = this._hasFilterExpressions();
626
672
  if (this._translations) {
@@ -639,10 +685,20 @@ export class LayerTable {
639
685
  icon: "filter",
640
686
  indicator: false,
641
687
  label: this._translations.filters,
642
- func: () => this._toggleFilter(),
688
+ func: () => this.createFilterModal ? this._toggleFilter() : this.toggleFilter.emit(),
643
689
  disabled: false,
644
690
  isOverflow: false
645
691
  } : undefined,
692
+ !this.mapHidden ? {
693
+ active: false,
694
+ icon: "pencil",
695
+ indicator: false,
696
+ label: this._translations.editMultiple,
697
+ func: () => alert(this._translations.editMultiple),
698
+ disabled: !showMultipleEdits,
699
+ isOverflow: false,
700
+ isSublist: false
701
+ } : undefined,
646
702
  this._deleteEnabled ? {
647
703
  active: undefined,
648
704
  icon: "trash",
@@ -827,7 +883,7 @@ export class LayerTable {
827
883
  _setControlsThatFit(controlsThatFit, skipControls) {
828
884
  let update = JSON.stringify(controlsThatFit) !== JSON.stringify(this._controlsThatFit);
829
885
  const actionbar = document.getElementById("solutions-action-bar");
830
- actionbar.childNodes.forEach((n) => {
886
+ actionbar?.childNodes?.forEach((n) => {
831
887
  if (skipControls.indexOf(n.id) < 0 && !update) {
832
888
  update = this._controlsThatFit.map(c => c.id).indexOf(n.id) < 0;
833
889
  }
@@ -1999,6 +2055,24 @@ export class LayerTable {
1999
2055
  },
2000
2056
  "attribute": "zoom-to-scale",
2001
2057
  "reflect": false
2058
+ },
2059
+ "createFilterModal": {
2060
+ "type": "boolean",
2061
+ "mutable": false,
2062
+ "complexType": {
2063
+ "original": "boolean",
2064
+ "resolved": "boolean",
2065
+ "references": {}
2066
+ },
2067
+ "required": false,
2068
+ "optional": false,
2069
+ "docs": {
2070
+ "tags": [],
2071
+ "text": "boolean: create filter modal optional (default true) boolean value to create filter modal in layer table"
2072
+ },
2073
+ "attribute": "create-filter-modal",
2074
+ "reflect": false,
2075
+ "defaultValue": "true"
2002
2076
  }
2003
2077
  };
2004
2078
  }
@@ -2034,8 +2108,95 @@ export class LayerTable {
2034
2108
  "resolved": "number[]",
2035
2109
  "references": {}
2036
2110
  }
2111
+ }, {
2112
+ "method": "toggleFilter",
2113
+ "name": "toggleFilter",
2114
+ "bubbles": true,
2115
+ "cancelable": true,
2116
+ "composed": true,
2117
+ "docs": {
2118
+ "tags": [],
2119
+ "text": "Emitted on demand when filter action is clicked"
2120
+ },
2121
+ "complexType": {
2122
+ "original": "void",
2123
+ "resolved": "void",
2124
+ "references": {}
2125
+ }
2037
2126
  }];
2038
2127
  }
2128
+ static get methods() {
2129
+ return {
2130
+ "filterReset": {
2131
+ "complexType": {
2132
+ "signature": "() => Promise<void>",
2133
+ "parameters": [],
2134
+ "references": {
2135
+ "Promise": {
2136
+ "location": "global",
2137
+ "id": "global::Promise"
2138
+ }
2139
+ },
2140
+ "return": "Promise<void>"
2141
+ },
2142
+ "docs": {
2143
+ "text": "Reset the filter",
2144
+ "tags": []
2145
+ }
2146
+ },
2147
+ "filterUpdate": {
2148
+ "complexType": {
2149
+ "signature": "() => Promise<void>",
2150
+ "parameters": [],
2151
+ "references": {
2152
+ "Promise": {
2153
+ "location": "global",
2154
+ "id": "global::Promise"
2155
+ }
2156
+ },
2157
+ "return": "Promise<void>"
2158
+ },
2159
+ "docs": {
2160
+ "text": "Updates the filter",
2161
+ "tags": []
2162
+ }
2163
+ },
2164
+ "closeFilter": {
2165
+ "complexType": {
2166
+ "signature": "() => Promise<void>",
2167
+ "parameters": [],
2168
+ "references": {
2169
+ "Promise": {
2170
+ "location": "global",
2171
+ "id": "global::Promise"
2172
+ }
2173
+ },
2174
+ "return": "Promise<void>"
2175
+ },
2176
+ "docs": {
2177
+ "text": "Closes the filter",
2178
+ "tags": []
2179
+ }
2180
+ },
2181
+ "refresh": {
2182
+ "complexType": {
2183
+ "signature": "() => Promise<void>",
2184
+ "parameters": [],
2185
+ "references": {
2186
+ "Promise": {
2187
+ "location": "global",
2188
+ "id": "global::Promise"
2189
+ }
2190
+ },
2191
+ "return": "Promise<void>"
2192
+ },
2193
+ "docs": {
2194
+ "text": "refresh the feature table",
2195
+ "tags": []
2196
+ }
2197
+ }
2198
+ };
2199
+ }
2039
2200
  static get elementRef() { return "el"; }
2040
2201
  static get watchers() {
2041
2202
  return [{
@@ -2083,6 +2244,12 @@ export class LayerTable {
2083
2244
  "target": "window",
2084
2245
  "capture": false,
2085
2246
  "passive": false
2247
+ }, {
2248
+ "name": "layerSelectionChange",
2249
+ "method": "layerSelectionChange",
2250
+ "target": "window",
2251
+ "capture": false,
2252
+ "passive": false
2086
2253
  }, {
2087
2254
  "name": "editsComplete",
2088
2255
  "method": "editsComplete",
@@ -28,6 +28,10 @@
28
28
  height: 100%;
29
29
  }
30
30
 
31
+ .height-50-px {
32
+ height: 50px;
33
+ }
34
+
31
35
  .box-shadow {
32
36
  box-shadow: none !important;
33
37
  }