udp-stencil-component-library 26.3.0-beta.13 → 26.3.0-beta.14

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 (162) hide show
  1. package/dist/cjs/add-map-feature-popup_4.cjs.entry.js +12 -12
  2. package/dist/cjs/advanced-search_12.cjs.entry.js +1 -1
  3. package/dist/cjs/ag-grid-base_63.cjs.entry.js +177 -72
  4. package/dist/cjs/app-bar.cjs.entry.js +1 -1
  5. package/dist/cjs/chip-section.cjs.entry.js +2 -2
  6. package/dist/cjs/feature-details-card_2.cjs.entry.js +5 -5
  7. package/dist/cjs/filter-conditions_7.cjs.entry.js +2 -2
  8. package/dist/cjs/index-G1ccGqOs.js +4 -0
  9. package/dist/cjs/loader.cjs.js +1 -1
  10. package/dist/cjs/map-component_2.cjs.entry.js +2 -2
  11. package/dist/cjs/primary-action-header_2.cjs.entry.js +2 -2
  12. package/dist/cjs/side-sheet-container.cjs.entry.js +1 -1
  13. package/dist/cjs/slot-helpers-C-ntX3IL.js +11 -0
  14. package/dist/cjs/stencil-library.cjs.js +1 -1
  15. package/dist/cjs/udp-dynamic-container-with-menu.cjs.entry.js +1 -1
  16. package/dist/cjs/udp-map.cjs.entry.js +3 -3
  17. package/dist/cjs/udp-menu.cjs.entry.js +1 -1
  18. package/dist/cjs/udp-sidebar-layout.cjs.entry.js +67 -0
  19. package/dist/cjs/udp-skeleton-loading.cjs.entry.js +1 -1
  20. package/dist/cjs/udp-split-screen.cjs.entry.js +1 -1
  21. package/dist/cjs/udp-stepper-demo.cjs.entry.js +1 -1
  22. package/dist/cjs/udp-tab.cjs.entry.js +1 -1
  23. package/dist/cjs/udp-timeline-connector.cjs.entry.js +1 -1
  24. package/dist/cjs/udp-timeline-dot.cjs.entry.js +1 -1
  25. package/dist/cjs/udp-timeline-item.cjs.entry.js +2 -2
  26. package/dist/cjs/udp-timeline-separator.cjs.entry.js +1 -1
  27. package/dist/cjs/udp-timeline.cjs.entry.js +1 -1
  28. package/dist/collection/collection-manifest.json +1 -0
  29. package/dist/collection/components/fluent-ui/tree/udp-tree.css +53 -0
  30. package/dist/collection/components/fluent-ui/tree/udp-tree.js +256 -4
  31. package/dist/collection/components/layout/udp-sidebar-layout/udp-sidebar-layout.css +139 -0
  32. package/dist/collection/components/layout/udp-sidebar-layout/udp-sidebar-layout.js +264 -0
  33. package/dist/collection/components/layout/udp-split-screen/udp-split-screen.js +1 -1
  34. package/dist/collection/components/loaders/udp-grid-loader/udp-grid-loader.js +2 -2
  35. package/dist/collection/components/loaders/udp-linear-loader/udp-linear-loader.js +1 -1
  36. package/dist/collection/components/loaders/udp-skeleton-loading.js +1 -1
  37. package/dist/collection/components/map/udp-map/map-component.js +1 -1
  38. package/dist/collection/components/map/udp-map/popups/add-map-feature-popup.js +3 -3
  39. package/dist/collection/components/map/udp-map/popups/feature-details-card/feature-details-card.js +4 -4
  40. package/dist/collection/components/map/udp-map/popups/feature-details-popup.js +1 -1
  41. package/dist/collection/components/map/udp-map/popups/select-layer-popup.js +2 -2
  42. package/dist/collection/components/map/udp-map/popups/split-line-popup.js +1 -1
  43. package/dist/collection/components/map/udp-map/toolbar/map-toolbar.js +6 -6
  44. package/dist/collection/components/map/udp-map/udp-map-toolbar.js +1 -1
  45. package/dist/collection/components/map/udp-map/udp-map.js +3 -3
  46. package/dist/collection/components/menu/menu-item/udp-menu-item.js +1 -1
  47. package/dist/collection/components/menu/udp-menu.js +1 -1
  48. package/dist/collection/components/new-form/field/udp-field.js +1 -1
  49. package/dist/collection/components/new-form/form/udp-form-component.js +2 -2
  50. package/dist/collection/components/stepper/udp-stepper-demo.js +1 -1
  51. package/dist/collection/components/tabs/tab/tabs/udp-tabs.js +2 -2
  52. package/dist/collection/components/tabs/tab/udp-tab.js +1 -1
  53. package/dist/collection/components/tabs/udp-tab-panel/udp-tab-panel.js +1 -1
  54. package/dist/collection/components/timeline/udp-timeline-connector.js +1 -1
  55. package/dist/collection/components/timeline/udp-timeline-dot.js +1 -1
  56. package/dist/collection/components/timeline/udp-timeline-item.js +2 -2
  57. package/dist/collection/components/timeline/udp-timeline-separator.js +1 -1
  58. package/dist/collection/components/timeline/udp-timeline.js +1 -1
  59. package/dist/collection/components/toolbars/app-bar/app-bar.js +1 -1
  60. package/dist/collection/components/util/ghost-render/ghost-render.js +1 -1
  61. package/dist/collection/components/util/lazy-loader/udp-lazy-loader.js +1 -1
  62. package/dist/collection/deprecated/components/side-sheet/side-sheet-container.js +1 -1
  63. package/dist/collection/deprecated/components/side-sheet/side-sheet.js +1 -1
  64. package/dist/collection/test-pages/test-components-page.js +28 -28
  65. package/dist/collection/test-pages/test-form.js +4 -4
  66. package/dist/collection/udp-utilities/layout/udp-dynamic-container-with-menu/chip-section/chip-section.js +2 -2
  67. package/dist/collection/udp-utilities/layout/udp-dynamic-container-with-menu/udp-dynamic-container-with-menu.js +1 -1
  68. package/dist/components/add-map-feature-popup2.js +1 -1
  69. package/dist/components/app-bar.js +1 -1
  70. package/dist/components/chip-section.js +1 -1
  71. package/dist/components/feature-details-card2.js +1 -1
  72. package/dist/components/feature-details-popup2.js +1 -1
  73. package/dist/components/ghost-render2.js +1 -1
  74. package/dist/components/map-component2.js +1 -1
  75. package/dist/components/map-toolbar2.js +1 -1
  76. package/dist/components/select-layer-popup2.js +1 -1
  77. package/dist/components/side-sheet-container2.js +1 -1
  78. package/dist/components/side-sheet2.js +1 -1
  79. package/dist/components/split-line-popup2.js +1 -1
  80. package/dist/components/test-components-page.js +1 -1
  81. package/dist/components/test-form2.js +1 -1
  82. package/dist/components/udp-dynamic-container-with-menu2.js +1 -1
  83. package/dist/components/udp-field2.js +1 -1
  84. package/dist/components/udp-form-component2.js +1 -1
  85. package/dist/components/udp-grid-loader2.js +1 -1
  86. package/dist/components/udp-lazy-loader2.js +1 -1
  87. package/dist/components/udp-linear-loader2.js +1 -1
  88. package/dist/components/udp-map-toolbar2.js +1 -1
  89. package/dist/components/udp-map.js +1 -1
  90. package/dist/components/udp-menu-item2.js +1 -1
  91. package/dist/components/udp-menu.js +1 -1
  92. package/dist/components/udp-sidebar-layout.d.ts +11 -0
  93. package/dist/components/udp-sidebar-layout.js +2 -0
  94. package/dist/components/udp-skeleton-loading2.js +1 -1
  95. package/dist/components/udp-split-screen.js +1 -1
  96. package/dist/components/udp-stepper-demo.js +1 -1
  97. package/dist/components/udp-tab-panel2.js +1 -1
  98. package/dist/components/udp-tab.js +1 -1
  99. package/dist/components/udp-tabs2.js +1 -1
  100. package/dist/components/udp-timeline-connector.js +1 -1
  101. package/dist/components/udp-timeline-dot.js +1 -1
  102. package/dist/components/udp-timeline-item.js +1 -1
  103. package/dist/components/udp-timeline-separator.js +1 -1
  104. package/dist/components/udp-timeline.js +1 -1
  105. package/dist/components/udp-tree2.js +1 -1
  106. package/dist/docs.json +536 -7
  107. package/dist/esm/add-map-feature-popup_4.entry.js +12 -12
  108. package/dist/esm/advanced-search_12.entry.js +1 -1
  109. package/dist/esm/ag-grid-base_63.entry.js +158 -53
  110. package/dist/esm/app-bar.entry.js +1 -1
  111. package/dist/esm/chip-section.entry.js +2 -2
  112. package/dist/esm/feature-details-card_2.entry.js +5 -5
  113. package/dist/esm/filter-conditions_7.entry.js +2 -2
  114. package/dist/esm/index-Cgpvu-iV.js +4 -0
  115. package/dist/esm/loader.js +1 -1
  116. package/dist/esm/map-component_2.entry.js +2 -2
  117. package/dist/esm/primary-action-header_2.entry.js +2 -2
  118. package/dist/esm/side-sheet-container.entry.js +1 -1
  119. package/dist/esm/slot-helpers-Dx6EW-PP.js +9 -0
  120. package/dist/esm/stencil-library.js +1 -1
  121. package/dist/esm/udp-dynamic-container-with-menu.entry.js +1 -1
  122. package/dist/esm/udp-map.entry.js +3 -3
  123. package/dist/esm/udp-menu.entry.js +1 -1
  124. package/dist/esm/udp-sidebar-layout.entry.js +65 -0
  125. package/dist/esm/udp-skeleton-loading.entry.js +1 -1
  126. package/dist/esm/udp-split-screen.entry.js +1 -1
  127. package/dist/esm/udp-stepper-demo.entry.js +1 -1
  128. package/dist/esm/udp-tab.entry.js +1 -1
  129. package/dist/esm/udp-timeline-connector.entry.js +1 -1
  130. package/dist/esm/udp-timeline-dot.entry.js +1 -1
  131. package/dist/esm/udp-timeline-item.entry.js +2 -2
  132. package/dist/esm/udp-timeline-separator.entry.js +1 -1
  133. package/dist/esm/udp-timeline.entry.js +1 -1
  134. package/dist/stencil-library/add-map-feature-popup_4.entry.js +1 -1
  135. package/dist/stencil-library/advanced-search_12.entry.js +1 -1
  136. package/dist/stencil-library/ag-grid-base_63.entry.js +1 -1
  137. package/dist/stencil-library/app-bar.entry.js +1 -1
  138. package/dist/stencil-library/chip-section.entry.js +1 -1
  139. package/dist/stencil-library/feature-details-card_2.entry.js +1 -1
  140. package/dist/stencil-library/filter-conditions_7.entry.js +1 -1
  141. package/dist/stencil-library/map-component_2.entry.js +1 -1
  142. package/dist/stencil-library/primary-action-header_2.entry.js +1 -1
  143. package/dist/stencil-library/side-sheet-container.entry.js +1 -1
  144. package/dist/stencil-library/slot-helpers-Dx6EW-PP.js +1 -0
  145. package/dist/stencil-library/stencil-library.esm.js +1 -1
  146. package/dist/stencil-library/udp-dynamic-container-with-menu.entry.js +1 -1
  147. package/dist/stencil-library/udp-map.entry.js +1 -1
  148. package/dist/stencil-library/udp-menu.entry.js +1 -1
  149. package/dist/stencil-library/udp-sidebar-layout.entry.js +1 -0
  150. package/dist/stencil-library/udp-skeleton-loading.entry.js +1 -1
  151. package/dist/stencil-library/udp-split-screen.entry.js +1 -1
  152. package/dist/stencil-library/udp-stepper-demo.entry.js +1 -1
  153. package/dist/stencil-library/udp-tab.entry.js +1 -1
  154. package/dist/stencil-library/udp-timeline-connector.entry.js +1 -1
  155. package/dist/stencil-library/udp-timeline-dot.entry.js +1 -1
  156. package/dist/stencil-library/udp-timeline-item.entry.js +1 -1
  157. package/dist/stencil-library/udp-timeline-separator.entry.js +1 -1
  158. package/dist/stencil-library/udp-timeline.entry.js +1 -1
  159. package/dist/types/components/fluent-ui/tree/udp-tree.d.ts +78 -0
  160. package/dist/types/components/layout/udp-sidebar-layout/udp-sidebar-layout.d.ts +54 -0
  161. package/dist/types/components.d.ts +198 -0
  162. package/package.json +1 -1
@@ -83,11 +83,11 @@ const AddMapFeaturePopUp = class {
83
83
  }
84
84
  render() {
85
85
  var _a, _b, _c;
86
- return (index.h("div", { key: '26c416fba07ef80a22f23393689b3ed8fa1f1ef7', class: "popoverContent" }, !((_a = this.panelConfig) === null || _a === void 0 ? void 0 : _a.hideLayerSelector) && (index.h("udp-selector", { key: '8f595b593a9fcf130fbc6b59ece1af104c68e5b8', id: 'layer', options: this.layerToAddOptions, initialValue: this.selectedLayer, label: 'Layer', onChange: (e) => {
86
+ return (index.h("div", { key: 'efb4a8828c1e91eab72304568bc8c0c59856b39e', class: "popoverContent" }, !((_a = this.panelConfig) === null || _a === void 0 ? void 0 : _a.hideLayerSelector) && (index.h("udp-selector", { key: '60cbfcab9935f8b921c74e3f3155f3a62eeede2d', id: 'layer', options: this.layerToAddOptions, initialValue: this.selectedLayer, label: 'Layer', onChange: (e) => {
87
87
  this.handleSetSelectedLayer(e.detail);
88
- }, large: false })), index.h("udp-selector", { key: '8524cda8c1a4fbd545877f03d6e7324e847861d2', id: 'type', options: (_b = this.drawingTypeOptions) !== null && _b !== void 0 ? _b : [], initialValue: this.selectedType, label: 'Type', onChange: (e) => {
88
+ }, large: false })), index.h("udp-selector", { key: 'f14269862675d3e2b479624ab500a1a43c234417', id: 'type', options: (_b = this.drawingTypeOptions) !== null && _b !== void 0 ? _b : [], initialValue: this.selectedType, label: 'Type', onChange: (e) => {
89
89
  this.handleSetSelectedType(e.detail);
90
- }, large: false }), index.h("div", { key: '8f0dafe7c1f75d6cc539b231e1b82b205211a153', class: "formButton" }, index.h("custom-button", { key: '4f5f5342bbc1c2964206aa4cb6653065a0ecf8b4', label: index.h("unity-typography", { variant: "button" }, 'Draw feature'), onClick: () => this.handleStartDrawingMapFeature(this.selectedLayer, this.selectedType), variant: 'outline', disabled: (this.selectedLayer === null && !((_c = this.panelConfig) === null || _c === void 0 ? void 0 : _c.hideLayerSelector)) ||
90
+ }, large: false }), index.h("div", { key: 'afe51c7dbb7b54de453ea6542af2b9ea5e643873', class: "formButton" }, index.h("custom-button", { key: '814323cf711eef475819edbbec6f3a40e5eec628', label: index.h("unity-typography", { variant: "button" }, 'Draw feature'), onClick: () => this.handleStartDrawingMapFeature(this.selectedLayer, this.selectedType), variant: 'outline', disabled: (this.selectedLayer === null && !((_c = this.panelConfig) === null || _c === void 0 ? void 0 : _c.hideLayerSelector)) ||
91
91
  this.selectedType === null }))));
92
92
  }
93
93
  static get watchers() { return {
@@ -268,22 +268,22 @@ const MapToolbar = class {
268
268
  }
269
269
  render() {
270
270
  var _a, _b;
271
- return (index.h("div", { key: '8adcd7cce11d76646dddf59773cb0dced9e2ca32', class: "toolbarContainer" }, index.h("div", { key: 'be037cf9d65c58c1a40b7aa98eb7f9c6bbbd0e9d', class: "title" }, this.mapTitle && this.mapTitle.length > 0 && index.h("unity-typography", { key: 'b66dda44b1555de751124507d179f0bfd1add8e4', variant: "h4" }, this.mapTitle)), index.h("div", { key: '838ba4ffd712d7f012cf4d51c2ff098938482046', class: "buttons" }, index.h("div", { key: '5d7cb9074dafe0f56ace360d3685ce38bf68c57c', class: "buttonContainer" }, index.h("div", { key: 'e1d39b098fd22f4354b2953f1f5f0b3c0b85d474', class: "secondaryButtons" }, this.filterPanel && (index.h("div", { key: 'd20bdbb160b8b03648d00e27a3f94c6379c9bce2', id: "filterOption" }, index.h("div", { key: 'd4d2f346e13c78e4a72f71e1a73c942934207748', id: "filterOptionButton" }, index.h("stencil-icon-button", { key: '0ef1f38c86612bd3f010bbcf372c82078ba5d983', iconName: 'filterButton', iconClassName: 'iconButtonWrapper', tooltip: 'Filter', icon: es.Filter16, buttonId: 'filterButton', onClick: () => this.handleFilterOnclick() })), this.filterAnchor && (index.h("div", { key: '34edef6e17ffb56cb1a147284708a2444a72f94e', id: "filterOptionDiv" }, index.h("udp-pop-over", { key: 'df37d11a7fd6ead871865339c082a63168170633', isOpen: this.filterAnchor ? true : false, anchorElement: this.filterAnchor, handleOnClose: () => this.handleCloseFilterPopover(), popoverPlacement: 'bottom-start', overflow: 'visible' }, index.h("div", { key: 'c86de211621d663a5c81e3ec3ba2884d07cc988a', innerHTML: this.filterPanel })))))), this.layerOptions && (index.h("div", { key: '40767198fa6fe8f4d3405fe611916a9e3b9c9254', id: "layerOption" }, index.h("div", { key: '4ce5e52b351a63e746b4d6cab28a618994ef7280', id: "layerOptionButton" }, index.h("stencil-icon-button", { key: 'bd47d55ad485cc455c84d5931a600435c52df16d', iconName: 'layersButton', iconClassName: 'iconButtonWrapper', tooltip: 'Layers', icon: es.Layers16, buttonId: 'layersButton', onClick: () => this.handleLayerOnclick(), count: (_a = this.visibleLayers) === null || _a === void 0 ? void 0 : _a.length })), index.h("div", { key: '85c4d0bad4d130740fd4e126ffaea91d28de04b9', id: "layerOptionDiv" }, this.layerAnchor && (index.h("udp-pop-over", { key: '3db6a7684c6d10ca99ef32544d7e301f49971b14', isOpen: this.layerAnchor ? true : false, anchorElement: this.layerAnchor, handleOnClose: () => this.handleCloseLayerPopover(), popoverPlacement: 'bottom-start', popoverMaxHeight: '500px' }, index.h("select-layer-popup", { key: 'fd7bd67679c320dd330e4eb48cd17930df5603c4', enableTileSelection: this.enableTileSelection, tileOptions: this.tileOptions, handleMapTypeInputChange: this.handleMapTypeInputChange, handleSearchLayers: this.handleSearchLayers, filteredOptions: this.filteredOptions, visibleLayers: this.visibleLayers, updateSelectedLayers: this.updateSelectedLayers, selectedTile: this.selectedTile })))))), !this.readOnlyMap && this.selectedFeaturesActionPanel && (index.h("div", { key: '942f4669c944fb3bb2b0c6819c94a0ea933ae6fc', id: "bulkSelectOption" }, index.h("div", { key: '75fccd3f1f25cc3d2abc3797d26068258783d164', id: "bulkSelectOptionButton" }, index.h("stencil-icon-button", { key: '607ed703cec0bef82c6abbe068b6e4c16b170656', iconName: 'selectButton', iconClassName: 'iconButtonWrapper', tooltip: 'Select', icon: es.Select_0116, buttonId: 'selectButton', onClick: () => this.handleSelectionBtnOnclick() })), index.h("div", { key: '4b2bf0c1d487472eed37f78db30694d02fbe36ea', id: "bulkSelectOptionDiv" }, this.bulkSelectionTypeAnchor && (index.h("udp-pop-over", { key: '9179d9134a70d5919f61250c222d38f8af2f9da2', isOpen: this.bulkSelectionTypeAnchor ? true : false, anchorElement: this.bulkSelectionTypeAnchor, handleOnClose: () => this.handleCloseBulkSelectionTypePopover(), popoverPlacement: 'bottom-start', overflow: 'visible' }, index.h("udp-menu-item", { key: '9fce96983ed3fca5fedd5fc9b5607a520b47597f', label: 'Box', handleOnClick: () => {
271
+ return (index.h("div", { key: 'cc94e88b15359372d2dade58f7a39cfdda619cc9', class: "toolbarContainer" }, index.h("div", { key: '81a70cc550fe3b5e1cf43f2fd72297ea7dfae6de', class: "title" }, this.mapTitle && this.mapTitle.length > 0 && index.h("unity-typography", { key: '43478091aced069363de43bef9d1c207eea43f8f', variant: "h4" }, this.mapTitle)), index.h("div", { key: '5fe4d52050743571ec291cfed6e4bb0093168565', class: "buttons" }, index.h("div", { key: 'b765b142ba0512c7944c5ec3c852d1a2dc9bfebd', class: "buttonContainer" }, index.h("div", { key: 'bd24ff65f0cfb4ad9228b41cca5a69175297cceb', class: "secondaryButtons" }, this.filterPanel && (index.h("div", { key: '07f4682433ce73e04870eb96004740b1711b541b', id: "filterOption" }, index.h("div", { key: '6b67f33f8393fa0a009f86466194e81416f18a47', id: "filterOptionButton" }, index.h("stencil-icon-button", { key: 'f4f598a3f876e5334375e751c0aee7058b9d9dfd', iconName: 'filterButton', iconClassName: 'iconButtonWrapper', tooltip: 'Filter', icon: es.Filter16, buttonId: 'filterButton', onClick: () => this.handleFilterOnclick() })), this.filterAnchor && (index.h("div", { key: '4b832a46754648efe4fd4ef236fa7c262e108e79', id: "filterOptionDiv" }, index.h("udp-pop-over", { key: '8ecbddb7ea84bf7c4c7ae6003dda0008f37772d5', isOpen: this.filterAnchor ? true : false, anchorElement: this.filterAnchor, handleOnClose: () => this.handleCloseFilterPopover(), popoverPlacement: 'bottom-start', overflow: 'visible' }, index.h("div", { key: 'be3b918ad0a02b03dd001fdd2fcd1151fec02e99', innerHTML: this.filterPanel })))))), this.layerOptions && (index.h("div", { key: '981c9d69269252f16fb173f14218ac9a06ceaf46', id: "layerOption" }, index.h("div", { key: 'c783f9b1b9c9e6a9511d14fc5c1f6d01f1a80bd5', id: "layerOptionButton" }, index.h("stencil-icon-button", { key: '891acb2aab39303e0b9dcfbbddd4e4215bfc0eaa', iconName: 'layersButton', iconClassName: 'iconButtonWrapper', tooltip: 'Layers', icon: es.Layers16, buttonId: 'layersButton', onClick: () => this.handleLayerOnclick(), count: (_a = this.visibleLayers) === null || _a === void 0 ? void 0 : _a.length })), index.h("div", { key: '5af5f684cdea3ac266f0fe97c5451b5d9e11899a', id: "layerOptionDiv" }, this.layerAnchor && (index.h("udp-pop-over", { key: 'ac25b455ba38f481732e157d691ff6cdb1a69a26', isOpen: this.layerAnchor ? true : false, anchorElement: this.layerAnchor, handleOnClose: () => this.handleCloseLayerPopover(), popoverPlacement: 'bottom-start', popoverMaxHeight: '500px' }, index.h("select-layer-popup", { key: '1928898a72e89ac248da1a702c80afa6a0055a7a', enableTileSelection: this.enableTileSelection, tileOptions: this.tileOptions, handleMapTypeInputChange: this.handleMapTypeInputChange, handleSearchLayers: this.handleSearchLayers, filteredOptions: this.filteredOptions, visibleLayers: this.visibleLayers, updateSelectedLayers: this.updateSelectedLayers, selectedTile: this.selectedTile })))))), !this.readOnlyMap && this.selectedFeaturesActionPanel && (index.h("div", { key: '0a6e03a58d510229113fab08d31230eeb876614a', id: "bulkSelectOption" }, index.h("div", { key: '6a7ec0fc0a37c5faf22cc1bcc1f0a2e5a34b656a', id: "bulkSelectOptionButton" }, index.h("stencil-icon-button", { key: 'ff5a3eeebd1ebb7d0265ea66b1dcd820f0f9281b', iconName: 'selectButton', iconClassName: 'iconButtonWrapper', tooltip: 'Select', icon: es.Select_0116, buttonId: 'selectButton', onClick: () => this.handleSelectionBtnOnclick() })), index.h("div", { key: 'd44690da7da476811bf15dd734df833fcdf0e8df', id: "bulkSelectOptionDiv" }, this.bulkSelectionTypeAnchor && (index.h("udp-pop-over", { key: 'a797f612aa4a41dfe304acae6513bdfc33b6a9d9', isOpen: this.bulkSelectionTypeAnchor ? true : false, anchorElement: this.bulkSelectionTypeAnchor, handleOnClose: () => this.handleCloseBulkSelectionTypePopover(), popoverPlacement: 'bottom-start', overflow: 'visible' }, index.h("udp-menu-item", { key: 'cbbcdde20cee437c9a64e9202f1b86ec94e0b8de', label: 'Box', handleOnClick: () => {
272
272
  this.handleBulkSelectionTypeOnclick('box');
273
- } }), index.h("udp-menu-item", { key: 'c887c81d7eec4a864b020c0979969894a2822a14', label: 'Circle', handleOnClick: () => {
273
+ } }), index.h("udp-menu-item", { key: 'b1c7794ccad8c1b55f77a505c88f660b642db774', label: 'Circle', handleOnClick: () => {
274
274
  this.handleBulkSelectionTypeOnclick('circle');
275
- } }), index.h("udp-menu-item", { key: '52723181895bcd4ac03a7a5bc1b8eade31729ed5', label: 'Polygon', handleOnClick: () => {
275
+ } }), index.h("udp-menu-item", { key: '84af4dfb0abaab93a7852f80121b5022569a799d', label: 'Polygon', handleOnClick: () => {
276
276
  this.handleBulkSelectionTypeOnclick('polygon');
277
- } }), index.h("udp-menu-item", { key: 'ac74250b334d500c2e20ffe9ea3a74a7c977657c', label: 'Lasso', handleOnClick: () => {
277
+ } }), index.h("udp-menu-item", { key: '4e9a030685178a67fa4c42fa32e182710b5000bb', label: 'Lasso', handleOnClick: () => {
278
278
  this.handleBulkSelectionTypeOnclick('lasso');
279
- } })))))), !this.readOnlyMap && this.enableSplit && (index.h("div", { key: 'b8fcb84fd84c62050b41e0623111765580cba591', id: "splitOption" }, index.h("div", { key: 'daa618a00d942133bfd1b5888a64673355628c00', id: "splitOptionButton" }, index.h("stencil-icon-button", { key: 'af6d0d0082b8dd14e6a7bf68e86b44c6c472204f', iconName: 'splitButton', iconClassName: 'splitButtonWrapper', tooltip: 'Split Linear Feature', icon: es.Scalpel16, buttonId: 'splitButton', onClick: () => this.handleSplitBtnOnclick() })), index.h("div", { key: 'ad64801b909ebfc48f2034e57f75313a14968695', id: "splitOptionDiv" }, this.splitAnchor && (index.h("udp-pop-over", { key: 'c45124bf9d5233a15f8e952dc5af7b46a83a5fcb', isOpen: this.splitAnchor ? true : false, anchorElement: this.splitAnchor, handleOnClose: () => this.handleCloseSplitPopover(), popoverPlacement: 'bottom-start', overflow: 'visible' }, index.h("split-line-popup", { key: '1b369775d5db0a6429011116d8f9d60039e8f564', vectorLayerOptions: this.layerOptionsForPopup, selectedLayer: this.selectedLayerToAddFeature, handleStartSplitting: this.handleStartSplitting })))))), this.refreshEvent && (index.h("stencil-icon-button", { key: '7f831bf15a5a29c0a83e91c7accbbf6d1f60e6f7', iconName: 'refreshButton', iconClassName: 'iconButtonWrapper', tooltip: (_b = this.refreshButtonTooltip) !== null && _b !== void 0 ? _b : 'Refresh', icon: es.Renew16, buttonId: 'refreshButton', onClick: () => this.refreshEvent() })), !this.readOnlyMap && (this.enableDragBox || (this.addMultipleFeatures && this.enableAddNewFeature)) && (index.h("div", { key: '84df1501034e8e1a3dec78a37d6a06d6157db3c2', class: "labelButtons" }, index.h("stencil-icon-button-grid-action-header", { key: 'ee62c046da9d25d02f68df487dcb478294658066', showLabel: true, icon: this.getButtonIcon(), onClick: () => {
279
+ } })))))), !this.readOnlyMap && this.enableSplit && (index.h("div", { key: 'fe3a5e71100e8042155c23152b9aeeafdcb08c6c', id: "splitOption" }, index.h("div", { key: 'eee63b8b5753b9e85f8538f729f01341f3e43146', id: "splitOptionButton" }, index.h("stencil-icon-button", { key: 'c842db504e337ad055826136eb6f9ed1abaaddb0', iconName: 'splitButton', iconClassName: 'splitButtonWrapper', tooltip: 'Split Linear Feature', icon: es.Scalpel16, buttonId: 'splitButton', onClick: () => this.handleSplitBtnOnclick() })), index.h("div", { key: '29384bf9afff4224280c4f4cbf360503ffa562bc', id: "splitOptionDiv" }, this.splitAnchor && (index.h("udp-pop-over", { key: '7ed6dc7dc95609d2ca666c6c16a4050dbc1f1491', isOpen: this.splitAnchor ? true : false, anchorElement: this.splitAnchor, handleOnClose: () => this.handleCloseSplitPopover(), popoverPlacement: 'bottom-start', overflow: 'visible' }, index.h("split-line-popup", { key: '96b73e78d4736cf62234d7b5562ef173b0a63e5f', vectorLayerOptions: this.layerOptionsForPopup, selectedLayer: this.selectedLayerToAddFeature, handleStartSplitting: this.handleStartSplitting })))))), this.refreshEvent && (index.h("stencil-icon-button", { key: 'ab88c9074a2637d129457bb8a252653c452b600b', iconName: 'refreshButton', iconClassName: 'iconButtonWrapper', tooltip: (_b = this.refreshButtonTooltip) !== null && _b !== void 0 ? _b : 'Refresh', icon: es.Renew16, buttonId: 'refreshButton', onClick: () => this.refreshEvent() })), !this.readOnlyMap && (this.enableDragBox || (this.addMultipleFeatures && this.enableAddNewFeature)) && (index.h("div", { key: 'a9866ce9115ed233377d539aabdc14eea4bdc0ad', class: "labelButtons" }, index.h("stencil-icon-button-grid-action-header", { key: '5f7e3e4f8b04911d596faf1aaa08c3337ea7ed18', showLabel: true, icon: this.getButtonIcon(), onClick: () => {
280
280
  if (this.enableDragBox) {
281
281
  this.handleCancelBoxSelection();
282
282
  }
283
283
  if (this.enableAddNewFeature) {
284
284
  this.handleAddNewFeature();
285
285
  }
286
- }, tooltip: this.getButtonText(), iconClassName: 'save-icon-class' }, index.h("unity-typography", { key: 'a41e283d49fbacc6ec4d6be6c48057c90e768429', variant: "button" }, this.getButtonText())))), this.showSplitButton && (index.h("div", { key: '5f361c5a608404e3a7ed68c755e8ff04c8818a31', class: "labelButtons" }, index.h("stencil-icon-button-grid-action-header", { key: '17f4e4b7a7a60be2c987da0449e9cdd69fda63d1', showLabel: true, icon: es.Checkmark16, onClick: () => this.handleSaveSplit(), tooltip: 'Save Split', iconClassName: 'save-icon-class' }, index.h("unity-typography", { key: 'ab080c1b1c4a98efae8f037cb22c2f9d56de5bbb', variant: "button" }, 'Save Split')))), this.showSplitButton && (index.h("div", { key: '6178d5e5b971ba894f0a4e32a0657ac448a81296', class: "labelButtons" }, index.h("stencil-icon-button-grid-action-header", { key: '4e4e0992904ff573db47888d149a7a5a3031face', showLabel: true, icon: es.Close16, onClick: () => this.handleCancelSplit(), tooltip: 'Cancel Split', iconClassName: 'save-icon-class' }, index.h("unity-typography", { key: 'b007820b37877459bc69086bac1144e4284655ea', variant: "button" }, 'Cancel Split')))), !this.readOnlyMap && this.enableAddNewFeature && (index.h("div", { key: '55de1fbdfb97cb074a0df68eb5178f5c953c34b2', class: "labelButtons" }, index.h("stencil-icon-button-grid-action-header", { key: '65acbd709e7cdce1f05ff756aa142050b64ad21b', showLabel: true, icon: es.Close16, onClick: () => this.handleCancelAddNewFeature(), tooltip: 'Cancel Drawing', iconClassName: 'save-icon-class' }, index.h("unity-typography", { key: 'db206e43c740af426f009ba928e6e9d3994ccc17', variant: "button" }, 'Cancel Drawing')))), !this.readOnlyMap && this.withSelected && (index.h("div", { key: '008b503fd411cd0adbc88b0b43dc7d92126bec48', class: "selectedFeaturesButtons labelButtons" }, index.h("div", { key: '517981751359f38c9f55f0dedc80c56ff0e34048', id: "withSelectedOption" }, index.h("div", { key: '0721dd019c06ec13f1049edcc61530e413605e6a', id: "withSelectedOptionButton" }, index.h("stencil-icon-button-grid-action-header", { key: 'c1d2ffe6354ef4f9c981ff64a45b45fb7f10eb3d', showLabel: true, icon: es.OverflowMenuHorizontal16, onClick: () => this.handleSelectionActionOnclick(), tooltip: 'With Selected', iconClassName: 'save-icon-class', count: this.selectedFeatureByBoxSelection.length }, index.h("unity-typography", { key: '6b178a538b1e8a598a2d2e1016590545d425d0c0', variant: "button" }, 'With Selected'))), index.h("div", { key: 'f7bdb47d00334ac6eef08669518647303edf0c4b', id: "withSelectedOptionDiv" }, this.selectedFeaturesActionPanel && this.selectionActionAnchor && (index.h("udp-pop-over", { key: '851c1ed49453d0da130f421c37072faab8e1e5c6', isOpen: this.selectionActionAnchor ? true : false, anchorElement: this.selectionActionAnchor, handleOnClose: () => this.handleCloseSelectionActionPopover(), popoverPlacement: 'bottom-start' }, index.h("div", { key: '365cfd6e4846fda2cfa446b7c01922e08fade667', innerHTML: this.selectedFeaturesActionPanel }))))), index.h("stencil-icon-button-grid-action-header", { key: '07f1aa06222532d4fcc4420be11f64c381522332', showLabel: true, icon: es.Close16, onClick: () => this.unselectFeatures(), tooltip: 'Cancel selection', iconClassName: 'save-icon-class' }, index.h("unity-typography", { key: 'caa8f898c6eebb87bbed301963f7fd7f694887ee', variant: "button" }, 'Cancel Selection'))))), index.h("div", { key: 'c1ef3bdf16978878a8adf782c35b0a9b6c270a01', id: "addOption" }, this.enableAdd && !this.readOnlyMap && (index.h("div", { key: '87086f8b48f68f4f91adc9eb1e20539660204947', id: "addOptionButton" }, index.h("custom-button", { key: '8b05bad8a5d540e0ced809b23fe8e25734947a03', secondary: true, label: index.h("unity-typography", { variant: "button" }, 'Add'), onClick: () => this.handleAddOnclick(), size: "tall" }, index.h("udp-icon", { key: 'b3c07b19d2a605000ab5eeb8deff947a6470273e', iconName: 'add32', darkIcon: false })))), this.addFeatureAnchor && (index.h("udp-pop-over", { key: 'db61b8e2a3c0862eb3b361b1b2ff6c144d26d568', isOpen: this.addFeatureAnchor ? true : false, anchorElement: this.addFeatureAnchor, handleOnClose: () => this.handleCloseAddMapFeature(), popoverPlacement: 'bottom-start', overflow: 'visible' }, index.h("add-map-feature-popup", { key: '49a5747f42dbb5e61cc6c6bd2d8cd2f8d13627b1', handleStartDrawingMapFeature: this.handleStartDrawingMapFeature, vectorLayerOptions: this.layerOptionsForPopup, selectedLayer: this.selectedLayerToAddFeature, selectedType: this.selectedTypeToAddFeature, panelConfig: this.addFeaturePanelConfig }))))))));
286
+ }, tooltip: this.getButtonText(), iconClassName: 'save-icon-class' }, index.h("unity-typography", { key: 'dda2529b66e0278b6e22eb248710af0e91811f29', variant: "button" }, this.getButtonText())))), this.showSplitButton && (index.h("div", { key: '455f4a1377ca5198f7391dd8fe301606ab5834ad', class: "labelButtons" }, index.h("stencil-icon-button-grid-action-header", { key: '36779457b37d4714297c86c7d356732b05ac2f6b', showLabel: true, icon: es.Checkmark16, onClick: () => this.handleSaveSplit(), tooltip: 'Save Split', iconClassName: 'save-icon-class' }, index.h("unity-typography", { key: 'ae57f636f17a1aa1523485064783c411e1f538b3', variant: "button" }, 'Save Split')))), this.showSplitButton && (index.h("div", { key: '190c38091a68f6007d972c6fe99d2f7d5ace44dd', class: "labelButtons" }, index.h("stencil-icon-button-grid-action-header", { key: '7d92f77f15a49142c00056555f2195673669b591', showLabel: true, icon: es.Close16, onClick: () => this.handleCancelSplit(), tooltip: 'Cancel Split', iconClassName: 'save-icon-class' }, index.h("unity-typography", { key: '5c21e532dd7231ddeba9e7017e7505ceef3cc651', variant: "button" }, 'Cancel Split')))), !this.readOnlyMap && this.enableAddNewFeature && (index.h("div", { key: '62a0bc1516ca70144944913ba10f2697c17b5653', class: "labelButtons" }, index.h("stencil-icon-button-grid-action-header", { key: '6a31341d4225796bb6e9e6245e059cc2abd75ccf', showLabel: true, icon: es.Close16, onClick: () => this.handleCancelAddNewFeature(), tooltip: 'Cancel Drawing', iconClassName: 'save-icon-class' }, index.h("unity-typography", { key: 'c20e9ff92b46dc7588789448f85cd7306c852f4a', variant: "button" }, 'Cancel Drawing')))), !this.readOnlyMap && this.withSelected && (index.h("div", { key: 'c5a42683f539d27efcc2706ee7c8bf487ffa6bce', class: "selectedFeaturesButtons labelButtons" }, index.h("div", { key: '3436549c76cd4e9cd4d5c79c4313dc8f118e71fa', id: "withSelectedOption" }, index.h("div", { key: '6fabc0281467a409a450776419f84ea7a6259b6a', id: "withSelectedOptionButton" }, index.h("stencil-icon-button-grid-action-header", { key: 'a404e3e5d676fec7b33f3a1180f5becd9b3a82ec', showLabel: true, icon: es.OverflowMenuHorizontal16, onClick: () => this.handleSelectionActionOnclick(), tooltip: 'With Selected', iconClassName: 'save-icon-class', count: this.selectedFeatureByBoxSelection.length }, index.h("unity-typography", { key: '8b24c10493c0cf6fd4efc3331308e92279695445', variant: "button" }, 'With Selected'))), index.h("div", { key: '45ea7b52a2ec332b121fbd03eb631a87148d5df9', id: "withSelectedOptionDiv" }, this.selectedFeaturesActionPanel && this.selectionActionAnchor && (index.h("udp-pop-over", { key: 'bb87d1e78654dc19abdf68f198f4600e52adfa00', isOpen: this.selectionActionAnchor ? true : false, anchorElement: this.selectionActionAnchor, handleOnClose: () => this.handleCloseSelectionActionPopover(), popoverPlacement: 'bottom-start' }, index.h("div", { key: 'da840facd7e476da5aabec5a7ee3100ad302b890', innerHTML: this.selectedFeaturesActionPanel }))))), index.h("stencil-icon-button-grid-action-header", { key: '26349a7613ce13880f42e45ee673b8dd9274be36', showLabel: true, icon: es.Close16, onClick: () => this.unselectFeatures(), tooltip: 'Cancel selection', iconClassName: 'save-icon-class' }, index.h("unity-typography", { key: 'a9e4599fec38d4213edba9160505123cc24fec77', variant: "button" }, 'Cancel Selection'))))), index.h("div", { key: 'ea456e2b744822044634f9152c571ac8b80b4cfc', id: "addOption" }, this.enableAdd && !this.readOnlyMap && (index.h("div", { key: 'e9c241fd5e57bd71d256a7829a7e3bb025e3051a', id: "addOptionButton" }, index.h("custom-button", { key: '0651b909d426e4ea2302b8621086c55b54cc563e', secondary: true, label: index.h("unity-typography", { variant: "button" }, 'Add'), onClick: () => this.handleAddOnclick(), size: "tall" }, index.h("udp-icon", { key: 'eb1b8e720043dc0fd4fe83a625867438f9c2616e', iconName: 'add32', darkIcon: false })))), this.addFeatureAnchor && (index.h("udp-pop-over", { key: '6283526331453f7d61f577f11e291779d1b6fb62', isOpen: this.addFeatureAnchor ? true : false, anchorElement: this.addFeatureAnchor, handleOnClose: () => this.handleCloseAddMapFeature(), popoverPlacement: 'bottom-start', overflow: 'visible' }, index.h("add-map-feature-popup", { key: '1f3b80b14fc7da3f33986ac93cfbafaf2cc3a3ef', handleStartDrawingMapFeature: this.handleStartDrawingMapFeature, vectorLayerOptions: this.layerOptionsForPopup, selectedLayer: this.selectedLayerToAddFeature, selectedType: this.selectedTypeToAddFeature, panelConfig: this.addFeaturePanelConfig }))))))));
287
287
  }
288
288
  get mapToolbarElement() { return index.getElement(this); }
289
289
  static get watchers() { return {
@@ -318,9 +318,9 @@ const SelectLayerPopUp = class {
318
318
  }
319
319
  render() {
320
320
  var _a, _b, _c;
321
- return (index.h("div", { key: '5d3dc2916884f12c5421bccdab277090b7460923', class: "popoverContent" }, this.enableTileSelection && (index.h("udp-selector", { key: 'e0e068d4f0960a8fecf288dfb0355e718accc0e5', id: 'mapType', options: (_a = this.tileOptions) !== null && _a !== void 0 ? _a : [], initialValue: this.selectedTile.value, label: 'Map Type', onChange: (e) => {
321
+ return (index.h("div", { key: '85322cd4a34f712730f5c5a127c53ecc152442ee', class: "popoverContent" }, this.enableTileSelection && (index.h("udp-selector", { key: 'a8b17ec6c73018e23af6cb736865e3685ebd0fc6', id: 'mapType', options: (_a = this.tileOptions) !== null && _a !== void 0 ? _a : [], initialValue: this.selectedTile.value, label: 'Map Type', onChange: (e) => {
322
322
  this.handleMapTypeInputChange(e.detail);
323
- }, large: false })), index.h("div", { key: 'e276d9a398262fc929210eabd78ecbbe4f4bcff7', style: { height: '12px' } }), index.h("div", { key: '85919280da2addaae3b3a412206b6c6211a9fbe0' }, index.h("text-field", { key: '6f977fcc38304a7bbac58b9d2172e24567762023', label: 'Search Layers', id: 'searchFilter', value: '', onInput: (e) => this.handleSearchLayers(e) })), ((_b = this.filteredOptions) === null || _b === void 0 ? void 0 : _b.length) > 0 &&
323
+ }, large: false })), index.h("div", { key: '98c551aa4b42f09e5281319428d5c658405853ed', style: { height: '12px' } }), index.h("div", { key: 'e1f3b3c965f2ce464a5c14e4e99827d6e11c96da' }, index.h("text-field", { key: '0ec49ecfa6b018dc100e9b936606c38aa84fc542', label: 'Search Layers', id: 'searchFilter', value: '', onInput: (e) => this.handleSearchLayers(e) })), ((_b = this.filteredOptions) === null || _b === void 0 ? void 0 : _b.length) > 0 &&
324
324
  ((_c = this.filteredOptions) === null || _c === void 0 ? void 0 : _c.map(item => (index.h("check-box-group", { title: item === null || item === void 0 ? void 0 : item.title, options: item === null || item === void 0 ? void 0 : item.options, values: this.visibleLayers, handleChange: this.updateSelectedLayers }))))));
325
325
  }
326
326
  };
@@ -336,7 +336,7 @@ const SplitLinePopup = class {
336
336
  }
337
337
  render() {
338
338
  var _a;
339
- return (index.h("div", { key: '05ff4213aec4e4d4eed9d27daeac6762aee99df3', class: "popoverContent" }, index.h("udp-selector", { key: '8b1c972bdd7c0444e2d7aa929b0a1cd825fb5a84', id: 'layer', options: (_a = this.vectorLayerOptions.map(layer => {
339
+ return (index.h("div", { key: 'cadb79724a5f72ced4022d9ec8fd05ef9f8e5e8d', class: "popoverContent" }, index.h("udp-selector", { key: '52786fc1e406e14a85277dec14e37d03e5839a35', id: 'layer', options: (_a = this.vectorLayerOptions.map(layer => {
340
340
  return {
341
341
  label: layer,
342
342
  value: layer,
@@ -742,7 +742,7 @@ const SideSheet = class {
742
742
  render() {
743
743
  const widthClass = typeof this.widthOption === 'number' ? 'custom-width' : this.widthOption;
744
744
  const sideSheetStyle = typeof this.widthOption === 'number' ? { width: `${this.widthOption}px` } : {};
745
- return (index.h("div", { key: '1bd5c4e65f1803e9ab37bc0ae7f2d6f54d14ab44' }, index.h("div", { key: '903378cf774891f367dc00c827a1abf0ab1a90a2', class: { 'backdrop': true, 'open': this.open }, onClick: this.toggleDrawer }), index.h("div", { key: '08f11d60b83fe433660f770ffd3a575ed019a512', class: { 'side-sheet': true, 'open': this.open, 'close': !this.open, [this.position]: true, [widthClass]: true }, style: sideSheetStyle }, index.h("div", { key: '55999b246305f48f35c3098066804dfbca14509b', class: "title" }, index.h("div", { key: 'bde0833dcc230b3e9abf404a3f10db400cec8ffc', class: 'close-button' }, index.h("stencil-icon-button", { key: '2d8cbd970ac6c04a9274bfc513bd0d41a9594a70', icon: Close24__default.default, onClick: this.toggleDrawer })), index.h("div", { key: '569e2a54b5ef2133339c3b5f9052bd44b4501d16', class: 'title' }, index.h("unity-typography", { key: '3c182af2f03cf312b9bc8fedf257957c2590a1cb', variant: "data-display-four" }, this.title)), this.sideSheetButtonLabel && index.h("custom-button", { key: '4f84a32e716f271feaf21238a733fa374d329fc4', style: { transform: this.buttonTransform, }, size: 'tall', disabled: this.disabled, onCustomClick: () => this.handleSideSheetButton() }, this.sideSheetButtonLabel)), index.h("side-sheet-container", { key: '5dd92d01e8fffa9fa427824bd24dda54f79a55cd', padding: this.padding }, index.h("slot", { key: '4fff5ab6b385518245c378628ce5214b560a103b' })))));
745
+ return (index.h("div", { key: '646cc424321b1d68fbe6a2f7ce8f8173480aa327' }, index.h("div", { key: 'cdf8f21c73bf0958399811980e1990d45bd865f4', class: { 'backdrop': true, 'open': this.open }, onClick: this.toggleDrawer }), index.h("div", { key: 'bdf7060b5dbbad6b4dd60dd66d0b66070f041273', class: { 'side-sheet': true, 'open': this.open, 'close': !this.open, [this.position]: true, [widthClass]: true }, style: sideSheetStyle }, index.h("div", { key: 'd945866e0f4a0e21874c847b911a604b005e83d6', class: "title" }, index.h("div", { key: '6e570430d9142d08a1d7e45dbdb7452d5c497470', class: 'close-button' }, index.h("stencil-icon-button", { key: '9cdcb173805d5bd017d40c1bccc093c8991e7e8d', icon: Close24__default.default, onClick: this.toggleDrawer })), index.h("div", { key: '8a10792c8579567f8cdb84f94a1397aae1cfd593', class: 'title' }, index.h("unity-typography", { key: '581519cc576e97d9ec39d0053059413e94aec664', variant: "data-display-four" }, this.title)), this.sideSheetButtonLabel && index.h("custom-button", { key: '027c96b0066b18e3a84cc10b1b81b5073547b4fd', style: { transform: this.buttonTransform, }, size: 'tall', disabled: this.disabled, onCustomClick: () => this.handleSideSheetButton() }, this.sideSheetButtonLabel)), index.h("side-sheet-container", { key: '728e798d19f72af9bb2ea772906912613ace9675', padding: this.padding }, index.h("slot", { key: '5151a016be627713513f1b5361512c1f9f14149f' })))));
746
746
  }
747
747
  };
748
748
  SideSheet.style = sideSheetCss();