udp-stencil-component-library 26.1.1-beta.2 → 26.2.0-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (436) hide show
  1. package/dist/cjs/add-map-feature-popup_4.cjs.entry.js +12 -12
  2. package/dist/cjs/address-search_6.cjs.entry.js +18 -18
  3. package/dist/cjs/advanced-search_12.cjs.entry.js +9 -9
  4. package/dist/cjs/ag-grid-base_63.cjs.entry.js +94 -80
  5. package/dist/cjs/ambient-template-grid.cjs.entry.js +16 -16
  6. package/dist/cjs/api-method-instance-grid.cjs.entry.js +2 -2
  7. package/dist/cjs/app-bar.cjs.entry.js +1 -1
  8. package/dist/cjs/check-box.cjs.entry.js +2 -2
  9. package/dist/cjs/chip-section.cjs.entry.js +2 -2
  10. package/dist/cjs/date-time-renderer_9.cjs.entry.js +21 -21
  11. package/dist/cjs/feature-details-card_2.cjs.entry.js +5 -5
  12. package/dist/cjs/file-upload_2.cjs.entry.js +4 -4
  13. package/dist/cjs/filter-conditions_7.cjs.entry.js +2 -2
  14. package/dist/cjs/{fluent-icons-BImFllQ9.js → fluent-icons-_0O8Eqrx.js} +2 -2
  15. package/dist/cjs/form-metadata-display_10.cjs.entry.js +8 -8
  16. package/dist/cjs/icon-grid.cjs.entry.js +2 -2
  17. package/dist/cjs/index-G1ccGqOs.js +16 -0
  18. package/dist/cjs/index.cjs.js +78 -0
  19. package/dist/cjs/loader.cjs.js +1 -1
  20. package/dist/cjs/map-component_2.cjs.entry.js +2 -2
  21. package/dist/cjs/primary-action-header_2.cjs.entry.js +2 -2
  22. package/dist/cjs/question-configs-renderer_4.cjs.entry.js +15 -15
  23. package/dist/cjs/resource-timeline-calendar.cjs.entry.js +1 -1
  24. package/dist/cjs/resource-timeline-primary-bar.cjs.entry.js +1 -1
  25. package/dist/cjs/search-method-grid.cjs.entry.js +1 -1
  26. package/dist/cjs/server-side-grid.cjs.entry.js +1 -1
  27. package/dist/cjs/side-sheet-container.cjs.entry.js +1 -1
  28. package/dist/cjs/stencil-library.cjs.js +1 -1
  29. package/dist/cjs/stencil-toggle.cjs.entry.js +4 -4
  30. package/dist/cjs/text-field_2.cjs.entry.js +7 -7
  31. package/dist/cjs/udp-container-query-grid-item.cjs.entry.js +1 -1
  32. package/dist/cjs/udp-container-query-grid.cjs.entry.js +1 -1
  33. package/dist/cjs/udp-container-query.cjs.entry.js +2 -2
  34. package/dist/cjs/udp-container.cjs.entry.js +2 -2
  35. package/dist/cjs/udp-dynamic-container-with-menu.cjs.entry.js +1 -1
  36. package/dist/cjs/udp-dynamic-form.cjs.entry.js +1 -1
  37. package/dist/cjs/udp-fluent-file-input.cjs.entry.js +628 -0
  38. package/dist/cjs/udp-fluent-image.cjs.entry.js +1 -1
  39. package/dist/cjs/udp-fluent-inline-edit.cjs.entry.js +35 -0
  40. package/dist/cjs/udp-fluent-link.cjs.entry.js +1 -1
  41. package/dist/cjs/udp-fluent-location-input.cjs.entry.js +558 -0
  42. package/dist/cjs/udp-fluent-signature-input.cjs.entry.js +385 -0
  43. package/dist/cjs/udp-forms-builder-style-override.cjs.entry.js +1 -1
  44. package/dist/cjs/udp-forms-follow-up-list-card.cjs.entry.js +2 -2
  45. package/dist/cjs/udp-forms-list-card.cjs.entry.js +4 -4
  46. package/dist/cjs/udp-forms-list.cjs.entry.js +1 -1
  47. package/dist/cjs/udp-forms-renderer.cjs.entry.js +1 -1
  48. package/dist/cjs/udp-map.cjs.entry.js +3 -3
  49. package/dist/cjs/udp-menu.cjs.entry.js +1 -1
  50. package/dist/cjs/udp-page.cjs.entry.js +1 -1
  51. package/dist/cjs/udp-skeleton-loading.cjs.entry.js +1 -1
  52. package/dist/cjs/udp-split-screen.cjs.entry.js +1 -1
  53. package/dist/cjs/udp-stepper-demo.cjs.entry.js +1 -1
  54. package/dist/cjs/udp-tab.cjs.entry.js +1 -1
  55. package/dist/cjs/udp-timeline-connector.cjs.entry.js +1 -1
  56. package/dist/cjs/udp-timeline-dot.cjs.entry.js +1 -1
  57. package/dist/cjs/udp-timeline-item.cjs.entry.js +2 -2
  58. package/dist/cjs/udp-timeline-separator.cjs.entry.js +1 -1
  59. package/dist/cjs/udp-timeline.cjs.entry.js +1 -1
  60. package/dist/collection/__mocks__/ol-mock.js +35 -0
  61. package/dist/collection/collection-manifest.json +4 -0
  62. package/dist/collection/components/fluent-ui/avatar/udp-fluent-avatar.css +8 -0
  63. package/dist/collection/components/fluent-ui/avatar/udp-fluent-avatar.js +11 -1
  64. package/dist/collection/components/fluent-ui/dropdown/udp-fluent-dropdown.js +10 -10
  65. package/dist/collection/components/fluent-ui/file-input/file-item-helpers.js +144 -0
  66. package/dist/collection/components/fluent-ui/file-input/udp-fluent-file-input.css +547 -0
  67. package/dist/collection/components/fluent-ui/file-input/udp-fluent-file-input.js +1055 -0
  68. package/dist/collection/components/fluent-ui/file-input/udp-fluent-file-input.types.js +1 -0
  69. package/dist/collection/components/fluent-ui/icon/icon-grid/icon-grid.js +1 -1
  70. package/dist/collection/components/fluent-ui/icon-button/udp-fluent-icon-button.js +1 -1
  71. package/dist/collection/components/fluent-ui/image/udp-fluent-image.js +1 -1
  72. package/dist/collection/components/fluent-ui/inline-edit/udp-fluent-inline-edit.css +39 -0
  73. package/dist/collection/components/fluent-ui/inline-edit/udp-fluent-inline-edit.js +215 -0
  74. package/dist/collection/components/fluent-ui/link/udp-fluent-link.js +1 -1
  75. package/dist/collection/components/fluent-ui/location-input/udp-fluent-location-input.css +211 -0
  76. package/dist/collection/components/fluent-ui/location-input/udp-fluent-location-input.js +1172 -0
  77. package/dist/collection/components/fluent-ui/location-input/udp-fluent-location-input.types.js +1 -0
  78. package/dist/collection/components/fluent-ui/message-bar/udp-message-bar.js +1 -1
  79. package/dist/collection/components/fluent-ui/popover/udp-popover.css +20 -0
  80. package/dist/collection/components/fluent-ui/popover/udp-popover.js +35 -4
  81. package/dist/collection/components/fluent-ui/progress-bar/udp-progress-bar.js +1 -1
  82. package/dist/collection/components/fluent-ui/radio-group/udp-fluent-radio-group.js +1 -1
  83. package/dist/collection/components/fluent-ui/search-input/udp-search-input.js +3 -3
  84. package/dist/collection/components/fluent-ui/signature-input/udp-fluent-signature-input.css +161 -0
  85. package/dist/collection/components/fluent-ui/signature-input/udp-fluent-signature-input.js +797 -0
  86. package/dist/collection/components/fluent-ui/signature-input/udp-fluent-signature-input.types.js +1 -0
  87. package/dist/collection/components/fluent-ui/slider/udp-slider.js +1 -1
  88. package/dist/collection/components/fluent-ui/spinner/udp-spinner.js +1 -1
  89. package/dist/collection/components/fluent-ui/switch/udp-fluent-switch.js +1 -1
  90. package/dist/collection/components/fluent-ui/text-input/udp-fluent-text-input.js +2 -2
  91. package/dist/collection/components/fluent-ui/textarea/udp-textarea.js +2 -2
  92. package/dist/collection/components/fluent-ui/time-input/udp-time-input.css +4 -2
  93. package/dist/collection/components/fluent-ui/time-input/udp-time-input.js +1 -1
  94. package/dist/collection/components/fluent-ui/toggle-button/udp-fluent-toggle-button.js +1 -1
  95. package/dist/collection/components/fluent-ui/tooltip/udp-tooltip.js +2 -2
  96. package/dist/collection/components/fluent-ui/tree/udp-tree.js +1 -1
  97. package/dist/collection/components/forms/dynamic-form/udp-dynamic-form.js +1 -1
  98. package/dist/collection/components/forms/edit-view-form/edit-view-form.js +2 -2
  99. package/dist/collection/components/forms/form/stencil-form.js +1 -1
  100. package/dist/collection/components/forms/save-view-form/save-view-form.js +2 -2
  101. package/dist/collection/components/forms/udp-forms/udp-forms-builder/forms-question-item/udp-forms-builder-question-item.js +2 -2
  102. package/dist/collection/components/forms/udp-forms/udp-forms-builder/udp-forms-builder-item/file-upload-renderer/file-upload-renderer.js +4 -4
  103. package/dist/collection/components/forms/udp-forms/udp-forms-builder/udp-forms-builder-item/form-metadata-display-renderer/form-metadata-display-renderer.js +3 -3
  104. package/dist/collection/components/forms/udp-forms/udp-forms-builder/udp-forms-builder-item/list-option-renderer/list-options-renderer.js +3 -3
  105. package/dist/collection/components/forms/udp-forms/udp-forms-builder/udp-forms-builder-item/location-renderer/location-renderer.js +6 -6
  106. package/dist/collection/components/forms/udp-forms/udp-forms-builder/udp-forms-builder-item/question-configs-renderer/question-configs-renderer.js +7 -7
  107. package/dist/collection/components/forms/udp-forms/udp-forms-builder/udp-forms-builder-item/section-configs-renderer/section-configs-renderer.js +4 -4
  108. package/dist/collection/components/forms/udp-forms/udp-forms-builder/udp-forms-builder-item/signature-renderer/signature-renderer.js +1 -1
  109. package/dist/collection/components/forms/udp-forms/udp-forms-builder/udp-forms-builder-item/table-columns-renderer/table-columns-renderer.js +2 -2
  110. package/dist/collection/components/forms/udp-forms/udp-forms-builder/udp-forms-builder-item/text-input-renderer/text-input-renderer.js +2 -2
  111. package/dist/collection/components/forms/udp-forms/udp-forms-builder/udp-forms-builder-menu/udp-forms-builder-menu.js +2 -2
  112. package/dist/collection/components/forms/udp-forms/udp-forms-builder/udp-forms-builder-style-override/udp-forms-builder-style-override.js +1 -1
  113. package/dist/collection/components/forms/udp-forms/udp-forms-list/udp-forms-list-card/udp-forms-list-card.js +4 -4
  114. package/dist/collection/components/forms/udp-forms/udp-forms-list/udp-forms-list.js +1 -1
  115. package/dist/collection/components/forms/udp-forms/udp-forms-renderer/udp-forms-renderer-follow-up-list-card/udp-forms-follow-up-list-card.js +2 -2
  116. package/dist/collection/components/forms/udp-forms/udp-forms-renderer/udp-forms-renderer.js +1 -1
  117. package/dist/collection/components/forms/udp-forms/udp-question/table-input/table-input.js +1 -1
  118. package/dist/collection/components/grid/ag-table/ag-table.js +1 -1
  119. package/dist/collection/components/grid/ambient-template-grid/ambient-template-grid.js +16 -16
  120. package/dist/collection/components/grid/grid-primary-bar/grid-primary-bar.js +2 -2
  121. package/dist/collection/components/grid/hotlists/udp-hotlist-form/udp-hotlist-form.js +1 -1
  122. package/dist/collection/components/grid/new-grid/ag-grid-base.js +1 -1
  123. package/dist/collection/components/grid/new-grid/api-method-instance-grid.js +2 -2
  124. package/dist/collection/components/grid/new-grid/client-side-grid.js +1 -1
  125. package/dist/collection/components/grid/new-grid/search-method-grid.js +1 -1
  126. package/dist/collection/components/grid/new-grid/server-side-grid.js +1 -1
  127. package/dist/collection/components/grid/resource-timeline-calendar/resource-timeline-calendar.js +1 -1
  128. package/dist/collection/components/grid/resource-timeline-calendar/resource-timeline-primary-bar.js +1 -1
  129. package/dist/collection/components/inputs/address-search/address-search.js +3 -3
  130. package/dist/collection/components/inputs/checkbox/check-box.js +2 -2
  131. package/dist/collection/components/inputs/date-range-selector/udp-date-range-selector.js +2 -2
  132. package/dist/collection/components/inputs/date-selector/udp-date-selector.js +3 -3
  133. package/dist/collection/components/inputs/date-time-selector/udp-datetime-selector.js +3 -3
  134. package/dist/collection/components/inputs/file-upload/file-upload.js +4 -4
  135. package/dist/collection/components/inputs/form metadata display/form-metadata-display.js +1 -1
  136. package/dist/collection/components/inputs/image-upload/image-upload.js +1 -1
  137. package/dist/collection/components/inputs/numeric-field/numeric-field.js +3 -3
  138. package/dist/collection/components/inputs/signature-input/signature-input.js +2 -2
  139. package/dist/collection/components/inputs/tally/tally.js +2 -2
  140. package/dist/collection/components/inputs/text-area/text-area.js +3 -3
  141. package/dist/collection/components/inputs/text-field/text-field.js +3 -3
  142. package/dist/collection/components/inputs/time-selector/udp-time-selector.js +3 -3
  143. package/dist/collection/components/inputs/toggle/stencil-toggle.js +4 -4
  144. package/dist/collection/components/inputs/udp-selector/udp-selector.js +4 -4
  145. package/dist/collection/components/layout/udp-container/udp-container.js +2 -2
  146. package/dist/collection/components/layout/udp-container-query/udp-container-query.js +2 -2
  147. package/dist/collection/components/layout/udp-container-query-grid/udp-container-query-grid.js +1 -1
  148. package/dist/collection/components/layout/udp-container-query-grid-item/udp-container-query-grid-item.js +1 -1
  149. package/dist/collection/components/layout/udp-page/udp-page.js +1 -1
  150. package/dist/collection/components/layout/udp-split-screen/udp-split-screen.js +1 -1
  151. package/dist/collection/components/loaders/udp-grid-loader/udp-grid-loader.js +2 -2
  152. package/dist/collection/components/loaders/udp-linear-loader/udp-linear-loader.js +1 -1
  153. package/dist/collection/components/loaders/udp-skeleton-loading.js +1 -1
  154. package/dist/collection/components/map/udp-map/map-component.js +1 -1
  155. package/dist/collection/components/map/udp-map/popups/add-map-feature-popup.js +3 -3
  156. package/dist/collection/components/map/udp-map/popups/feature-details-card/feature-details-card.js +4 -4
  157. package/dist/collection/components/map/udp-map/popups/feature-details-popup.js +1 -1
  158. package/dist/collection/components/map/udp-map/popups/select-layer-popup.js +2 -2
  159. package/dist/collection/components/map/udp-map/popups/split-line-popup.js +1 -1
  160. package/dist/collection/components/map/udp-map/toolbar/map-toolbar.js +6 -6
  161. package/dist/collection/components/map/udp-map/udp-map-toolbar.js +1 -1
  162. package/dist/collection/components/map/udp-map/udp-map.js +3 -3
  163. package/dist/collection/components/menu/menu-item/udp-menu-item.js +1 -1
  164. package/dist/collection/components/menu/udp-menu.js +1 -1
  165. package/dist/collection/components/new-form/field/udp-field.js +1 -1
  166. package/dist/collection/components/new-form/form/udp-form-component.js +2 -2
  167. package/dist/collection/components/stepper/udp-stepper-demo.js +1 -1
  168. package/dist/collection/components/tabs/tab/tabs/udp-tabs.js +2 -2
  169. package/dist/collection/components/tabs/tab/udp-tab.js +1 -1
  170. package/dist/collection/components/tabs/udp-tab-panel/udp-tab-panel.js +1 -1
  171. package/dist/collection/components/timeline/udp-timeline-connector.js +1 -1
  172. package/dist/collection/components/timeline/udp-timeline-dot.js +1 -1
  173. package/dist/collection/components/timeline/udp-timeline-item.js +2 -2
  174. package/dist/collection/components/timeline/udp-timeline-separator.js +1 -1
  175. package/dist/collection/components/timeline/udp-timeline.js +1 -1
  176. package/dist/collection/components/toolbars/app-bar/app-bar.js +1 -1
  177. package/dist/collection/components/util/ghost-render/ghost-render.js +1 -1
  178. package/dist/collection/components/util/lazy-loader/udp-lazy-loader.js +1 -1
  179. package/dist/collection/deprecated/components/side-sheet/side-sheet-container.js +1 -1
  180. package/dist/collection/deprecated/components/side-sheet/side-sheet.js +1 -1
  181. package/dist/collection/icons/fluent-icons.js +2 -2
  182. package/dist/collection/index.js +1 -0
  183. package/dist/collection/test-pages/test-components-page.js +28 -28
  184. package/dist/collection/test-pages/test-form.js +4 -4
  185. package/dist/collection/udp-utilities/layout/udp-dynamic-container-with-menu/chip-section/chip-section.js +2 -2
  186. package/dist/collection/udp-utilities/layout/udp-dynamic-container-with-menu/udp-dynamic-container-with-menu.js +1 -1
  187. package/dist/collection/udp-utilities/location/createAzureMapsProviders.js +76 -0
  188. package/dist/components/add-map-feature-popup2.js +1 -1
  189. package/dist/components/address-search2.js +1 -1
  190. package/dist/components/ag-grid-base2.js +1 -1
  191. package/dist/components/ag-table2.js +1 -1
  192. package/dist/components/ambient-template-grid.js +1 -1
  193. package/dist/components/api-method-instance-grid.js +1 -1
  194. package/dist/components/app-bar.js +1 -1
  195. package/dist/components/check-box.js +1 -1
  196. package/dist/components/chip-section.js +1 -1
  197. package/dist/components/client-side-grid2.js +1 -1
  198. package/dist/components/edit-view-form.js +1 -1
  199. package/dist/components/feature-details-card2.js +1 -1
  200. package/dist/components/feature-details-popup2.js +1 -1
  201. package/dist/components/file-upload-renderer2.js +1 -1
  202. package/dist/components/file-upload2.js +1 -1
  203. package/dist/components/form-metadata-display-renderer2.js +1 -1
  204. package/dist/components/form-metadata-display2.js +1 -1
  205. package/dist/components/ghost-render2.js +1 -1
  206. package/dist/components/grid-primary-bar2.js +1 -1
  207. package/dist/components/icon-grid.js +1 -1
  208. package/dist/components/image-upload2.js +1 -1
  209. package/dist/components/index.js +1 -1
  210. package/dist/components/list-options-renderer2.js +1 -1
  211. package/dist/components/location-renderer2.js +1 -1
  212. package/dist/components/map-component2.js +1 -1
  213. package/dist/components/map-toolbar2.js +1 -1
  214. package/dist/components/numeric-field2.js +1 -1
  215. package/dist/components/question-configs-renderer2.js +1 -1
  216. package/dist/components/resource-timeline-calendar.js +1 -1
  217. package/dist/components/resource-timeline-primary-bar2.js +1 -1
  218. package/dist/components/save-view-form.js +1 -1
  219. package/dist/components/search-method-grid2.js +1 -1
  220. package/dist/components/section-configs-renderer2.js +1 -1
  221. package/dist/components/select-layer-popup2.js +1 -1
  222. package/dist/components/server-side-grid2.js +1 -1
  223. package/dist/components/side-sheet-container2.js +1 -1
  224. package/dist/components/side-sheet2.js +1 -1
  225. package/dist/components/signature-input2.js +1 -1
  226. package/dist/components/signature-renderer2.js +1 -1
  227. package/dist/components/split-line-popup2.js +1 -1
  228. package/dist/components/stencil-form2.js +1 -1
  229. package/dist/components/stencil-toggle2.js +1 -1
  230. package/dist/components/table-columns-renderer2.js +1 -1
  231. package/dist/components/table-input2.js +1 -1
  232. package/dist/components/tally.js +1 -1
  233. package/dist/components/test-components-page.js +1 -1
  234. package/dist/components/test-form2.js +1 -1
  235. package/dist/components/text-area2.js +1 -1
  236. package/dist/components/text-field2.js +1 -1
  237. package/dist/components/text-input-renderer2.js +1 -1
  238. package/dist/components/udp-container-query-grid-item.js +1 -1
  239. package/dist/components/udp-container-query-grid.js +1 -1
  240. package/dist/components/udp-container-query2.js +1 -1
  241. package/dist/components/udp-container2.js +1 -1
  242. package/dist/components/udp-date-range-selector2.js +1 -1
  243. package/dist/components/udp-date-selector2.js +1 -1
  244. package/dist/components/udp-datetime-selector2.js +1 -1
  245. package/dist/components/udp-dynamic-container-with-menu2.js +1 -1
  246. package/dist/components/udp-dynamic-form.js +1 -1
  247. package/dist/components/udp-field2.js +1 -1
  248. package/dist/components/udp-fluent-avatar2.js +1 -1
  249. package/dist/components/udp-fluent-dropdown2.js +1 -1
  250. package/dist/components/udp-fluent-file-input.d.ts +11 -0
  251. package/dist/components/udp-fluent-file-input.js +2 -0
  252. package/dist/components/udp-fluent-icon-button2.js +1 -1
  253. package/dist/components/udp-fluent-icon2.js +1 -1
  254. package/dist/components/udp-fluent-image.js +1 -1
  255. package/dist/components/udp-fluent-inline-edit.d.ts +11 -0
  256. package/dist/components/udp-fluent-inline-edit.js +2 -0
  257. package/dist/components/udp-fluent-link.js +1 -1
  258. package/dist/components/udp-fluent-location-input.d.ts +11 -0
  259. package/dist/components/udp-fluent-location-input.js +2 -0
  260. package/dist/components/udp-fluent-radio-group2.js +1 -1
  261. package/dist/components/udp-fluent-signature-input.d.ts +11 -0
  262. package/dist/components/udp-fluent-signature-input.js +2 -0
  263. package/dist/components/udp-fluent-switch2.js +1 -1
  264. package/dist/components/udp-fluent-text-input2.js +1 -1
  265. package/dist/components/udp-fluent-toggle-button2.js +1 -1
  266. package/dist/components/udp-form-component2.js +1 -1
  267. package/dist/components/udp-forms-builder-menu2.js +1 -1
  268. package/dist/components/udp-forms-builder-question-item2.js +1 -1
  269. package/dist/components/udp-forms-builder-style-override.js +1 -1
  270. package/dist/components/udp-forms-follow-up-list-card.js +1 -1
  271. package/dist/components/udp-forms-list-card2.js +1 -1
  272. package/dist/components/udp-forms-list.js +1 -1
  273. package/dist/components/udp-forms-renderer.js +1 -1
  274. package/dist/components/udp-grid-loader2.js +1 -1
  275. package/dist/components/udp-hotlist-form2.js +1 -1
  276. package/dist/components/udp-lazy-loader2.js +1 -1
  277. package/dist/components/udp-linear-loader2.js +1 -1
  278. package/dist/components/udp-map-toolbar2.js +1 -1
  279. package/dist/components/udp-map.js +1 -1
  280. package/dist/components/udp-menu-item2.js +1 -1
  281. package/dist/components/udp-menu.js +1 -1
  282. package/dist/components/udp-message-bar2.js +1 -1
  283. package/dist/components/udp-page.js +1 -1
  284. package/dist/components/udp-popover2.js +1 -1
  285. package/dist/components/udp-progress-bar2.js +1 -1
  286. package/dist/components/udp-search-input2.js +1 -1
  287. package/dist/components/udp-selector2.js +1 -1
  288. package/dist/components/udp-skeleton-loading2.js +1 -1
  289. package/dist/components/udp-slider2.js +1 -1
  290. package/dist/components/udp-spinner2.js +1 -1
  291. package/dist/components/udp-split-screen.js +1 -1
  292. package/dist/components/udp-stepper-demo.js +1 -1
  293. package/dist/components/udp-tab-panel2.js +1 -1
  294. package/dist/components/udp-tab.js +1 -1
  295. package/dist/components/udp-tabs2.js +1 -1
  296. package/dist/components/udp-textarea2.js +1 -1
  297. package/dist/components/udp-time-input2.js +1 -1
  298. package/dist/components/udp-time-selector2.js +1 -1
  299. package/dist/components/udp-timeline-connector.js +1 -1
  300. package/dist/components/udp-timeline-dot.js +1 -1
  301. package/dist/components/udp-timeline-item.js +1 -1
  302. package/dist/components/udp-timeline-separator.js +1 -1
  303. package/dist/components/udp-timeline.js +1 -1
  304. package/dist/components/udp-tooltip2.js +1 -1
  305. package/dist/components/udp-tree2.js +1 -1
  306. package/dist/docs.json +3251 -746
  307. package/dist/esm/add-map-feature-popup_4.entry.js +12 -12
  308. package/dist/esm/address-search_6.entry.js +18 -18
  309. package/dist/esm/advanced-search_12.entry.js +9 -9
  310. package/dist/esm/ag-grid-base_63.entry.js +94 -80
  311. package/dist/esm/ambient-template-grid.entry.js +16 -16
  312. package/dist/esm/api-method-instance-grid.entry.js +2 -2
  313. package/dist/esm/app-bar.entry.js +1 -1
  314. package/dist/esm/check-box.entry.js +2 -2
  315. package/dist/esm/chip-section.entry.js +2 -2
  316. package/dist/esm/date-time-renderer_9.entry.js +21 -21
  317. package/dist/esm/feature-details-card_2.entry.js +5 -5
  318. package/dist/esm/file-upload_2.entry.js +4 -4
  319. package/dist/esm/filter-conditions_7.entry.js +2 -2
  320. package/dist/esm/{fluent-icons-BcD-sbMi.js → fluent-icons-s6SJYKEb.js} +2 -2
  321. package/dist/esm/form-metadata-display_10.entry.js +8 -8
  322. package/dist/esm/icon-grid.entry.js +2 -2
  323. package/dist/esm/index-Cgpvu-iV.js +16 -0
  324. package/dist/esm/index.js +78 -1
  325. package/dist/esm/loader.js +1 -1
  326. package/dist/esm/map-component_2.entry.js +2 -2
  327. package/dist/esm/primary-action-header_2.entry.js +2 -2
  328. package/dist/esm/question-configs-renderer_4.entry.js +15 -15
  329. package/dist/esm/resource-timeline-calendar.entry.js +1 -1
  330. package/dist/esm/resource-timeline-primary-bar.entry.js +1 -1
  331. package/dist/esm/search-method-grid.entry.js +1 -1
  332. package/dist/esm/server-side-grid.entry.js +1 -1
  333. package/dist/esm/side-sheet-container.entry.js +1 -1
  334. package/dist/esm/stencil-library.js +1 -1
  335. package/dist/esm/stencil-toggle.entry.js +4 -4
  336. package/dist/esm/text-field_2.entry.js +7 -7
  337. package/dist/esm/udp-container-query-grid-item.entry.js +1 -1
  338. package/dist/esm/udp-container-query-grid.entry.js +1 -1
  339. package/dist/esm/udp-container-query.entry.js +2 -2
  340. package/dist/esm/udp-container.entry.js +2 -2
  341. package/dist/esm/udp-dynamic-container-with-menu.entry.js +1 -1
  342. package/dist/esm/udp-dynamic-form.entry.js +1 -1
  343. package/dist/esm/udp-fluent-file-input.entry.js +626 -0
  344. package/dist/esm/udp-fluent-image.entry.js +1 -1
  345. package/dist/esm/udp-fluent-inline-edit.entry.js +33 -0
  346. package/dist/esm/udp-fluent-link.entry.js +1 -1
  347. package/dist/esm/udp-fluent-location-input.entry.js +550 -0
  348. package/dist/esm/udp-fluent-signature-input.entry.js +379 -0
  349. package/dist/esm/udp-forms-builder-style-override.entry.js +1 -1
  350. package/dist/esm/udp-forms-follow-up-list-card.entry.js +2 -2
  351. package/dist/esm/udp-forms-list-card.entry.js +4 -4
  352. package/dist/esm/udp-forms-list.entry.js +1 -1
  353. package/dist/esm/udp-forms-renderer.entry.js +1 -1
  354. package/dist/esm/udp-map.entry.js +3 -3
  355. package/dist/esm/udp-menu.entry.js +1 -1
  356. package/dist/esm/udp-page.entry.js +1 -1
  357. package/dist/esm/udp-skeleton-loading.entry.js +1 -1
  358. package/dist/esm/udp-split-screen.entry.js +1 -1
  359. package/dist/esm/udp-stepper-demo.entry.js +1 -1
  360. package/dist/esm/udp-tab.entry.js +1 -1
  361. package/dist/esm/udp-timeline-connector.entry.js +1 -1
  362. package/dist/esm/udp-timeline-dot.entry.js +1 -1
  363. package/dist/esm/udp-timeline-item.entry.js +2 -2
  364. package/dist/esm/udp-timeline-separator.entry.js +1 -1
  365. package/dist/esm/udp-timeline.entry.js +1 -1
  366. package/dist/stencil-library/add-map-feature-popup_4.entry.js +1 -1
  367. package/dist/stencil-library/address-search_6.entry.js +1 -1
  368. package/dist/stencil-library/advanced-search_12.entry.js +1 -1
  369. package/dist/stencil-library/ag-grid-base_63.entry.js +1 -1
  370. package/dist/stencil-library/ambient-template-grid.entry.js +1 -1
  371. package/dist/stencil-library/api-method-instance-grid.entry.js +1 -1
  372. package/dist/stencil-library/app-bar.entry.js +1 -1
  373. package/dist/stencil-library/check-box.entry.js +1 -1
  374. package/dist/stencil-library/chip-section.entry.js +1 -1
  375. package/dist/stencil-library/date-time-renderer_9.entry.js +1 -1
  376. package/dist/stencil-library/feature-details-card_2.entry.js +1 -1
  377. package/dist/stencil-library/file-upload_2.entry.js +1 -1
  378. package/dist/stencil-library/filter-conditions_7.entry.js +1 -1
  379. package/dist/stencil-library/{fluent-icons-BcD-sbMi.js → fluent-icons-s6SJYKEb.js} +1 -1
  380. package/dist/stencil-library/form-metadata-display_10.entry.js +1 -1
  381. package/dist/stencil-library/icon-grid.entry.js +1 -1
  382. package/dist/stencil-library/index.esm.js +1 -1
  383. package/dist/stencil-library/map-component_2.entry.js +1 -1
  384. package/dist/stencil-library/primary-action-header_2.entry.js +1 -1
  385. package/dist/stencil-library/question-configs-renderer_4.entry.js +1 -1
  386. package/dist/stencil-library/resource-timeline-calendar.entry.js +1 -1
  387. package/dist/stencil-library/resource-timeline-primary-bar.entry.js +1 -1
  388. package/dist/stencil-library/search-method-grid.entry.js +1 -1
  389. package/dist/stencil-library/server-side-grid.entry.js +1 -1
  390. package/dist/stencil-library/side-sheet-container.entry.js +1 -1
  391. package/dist/stencil-library/stencil-library.esm.js +1 -1
  392. package/dist/stencil-library/stencil-toggle.entry.js +1 -1
  393. package/dist/stencil-library/text-field_2.entry.js +1 -1
  394. package/dist/stencil-library/udp-container-query-grid-item.entry.js +1 -1
  395. package/dist/stencil-library/udp-container-query-grid.entry.js +1 -1
  396. package/dist/stencil-library/udp-container-query.entry.js +1 -1
  397. package/dist/stencil-library/udp-container.entry.js +1 -1
  398. package/dist/stencil-library/udp-dynamic-container-with-menu.entry.js +1 -1
  399. package/dist/stencil-library/udp-dynamic-form.entry.js +1 -1
  400. package/dist/stencil-library/udp-fluent-file-input.entry.js +1 -0
  401. package/dist/stencil-library/udp-fluent-image.entry.js +1 -1
  402. package/dist/stencil-library/udp-fluent-inline-edit.entry.js +1 -0
  403. package/dist/stencil-library/udp-fluent-link.entry.js +1 -1
  404. package/dist/stencil-library/udp-fluent-location-input.entry.js +1 -0
  405. package/dist/stencil-library/udp-fluent-signature-input.entry.js +1 -0
  406. package/dist/stencil-library/udp-forms-builder-style-override.entry.js +1 -1
  407. package/dist/stencil-library/udp-forms-follow-up-list-card.entry.js +1 -1
  408. package/dist/stencil-library/udp-forms-list-card.entry.js +1 -1
  409. package/dist/stencil-library/udp-forms-list.entry.js +1 -1
  410. package/dist/stencil-library/udp-forms-renderer.entry.js +1 -1
  411. package/dist/stencil-library/udp-map.entry.js +1 -1
  412. package/dist/stencil-library/udp-menu.entry.js +1 -1
  413. package/dist/stencil-library/udp-page.entry.js +1 -1
  414. package/dist/stencil-library/udp-skeleton-loading.entry.js +1 -1
  415. package/dist/stencil-library/udp-split-screen.entry.js +1 -1
  416. package/dist/stencil-library/udp-stepper-demo.entry.js +1 -1
  417. package/dist/stencil-library/udp-tab.entry.js +1 -1
  418. package/dist/stencil-library/udp-timeline-connector.entry.js +1 -1
  419. package/dist/stencil-library/udp-timeline-dot.entry.js +1 -1
  420. package/dist/stencil-library/udp-timeline-item.entry.js +1 -1
  421. package/dist/stencil-library/udp-timeline-separator.entry.js +1 -1
  422. package/dist/stencil-library/udp-timeline.entry.js +1 -1
  423. package/dist/types/__mocks__/ol-mock.d.ts +34 -0
  424. package/dist/types/components/fluent-ui/file-input/file-item-helpers.d.ts +38 -0
  425. package/dist/types/components/fluent-ui/file-input/udp-fluent-file-input.d.ts +166 -0
  426. package/dist/types/components/fluent-ui/file-input/udp-fluent-file-input.types.d.ts +30 -0
  427. package/dist/types/components/fluent-ui/inline-edit/udp-fluent-inline-edit.d.ts +35 -0
  428. package/dist/types/components/fluent-ui/location-input/udp-fluent-location-input.d.ts +146 -0
  429. package/dist/types/components/fluent-ui/location-input/udp-fluent-location-input.types.d.ts +60 -0
  430. package/dist/types/components/fluent-ui/popover/udp-popover.d.ts +7 -0
  431. package/dist/types/components/fluent-ui/signature-input/udp-fluent-signature-input.d.ts +97 -0
  432. package/dist/types/components/fluent-ui/signature-input/udp-fluent-signature-input.types.d.ts +21 -0
  433. package/dist/types/components.d.ts +930 -2
  434. package/dist/types/index.d.ts +3 -0
  435. package/dist/types/udp-utilities/location/createAzureMapsProviders.d.ts +16 -0
  436. 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: 'a375039b88fbe8c53069261ec92d6e57958a14a6', class: "popoverContent" }, !((_a = this.panelConfig) === null || _a === void 0 ? void 0 : _a.hideLayerSelector) && (index.h("udp-selector", { key: 'd1ca7ce791b6bae16d7806f21ddc5a35cbbf0bb6', id: 'layer', options: this.layerToAddOptions, initialValue: this.selectedLayer, label: 'Layer', onChange: (e) => {
86
+ return (index.h("div", { key: 'bc9f1ba003072d1f16ffc5257fb07b88fd15f804', class: "popoverContent" }, !((_a = this.panelConfig) === null || _a === void 0 ? void 0 : _a.hideLayerSelector) && (index.h("udp-selector", { key: '5c7bfc4477a795b8a086f00118a009d3d281de2f', 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: '602aa141364c54dfa7cac222779a6e6470b5a3de', 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: 'c3d95a0d21b87847bcb0c48b8517e696754ffad9', 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: '85af75f48eed2668751fa6c665823963b7b8078b', class: "formButton" }, index.h("custom-button", { key: 'f64c47003181de637db409f4913b55123caa69fd', 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: '10e2d845deccb013c45ab9e2336d3fdebe864424', class: "formButton" }, index.h("custom-button", { key: 'ca655036e0cc84a7b3626ba5b13af2796a2ff4c5', 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: '7b719ee923dd4ac47208d9426ab5edb7a91ac8b8', class: "toolbarContainer" }, index.h("div", { key: '8262b430337db407f92484a4241be5f7b6e27aa7', class: "title" }, this.mapTitle && this.mapTitle.length > 0 && index.h("unity-typography", { key: '4e9dd00b80f0cdcb64feb39643fa926d8d3d8463', variant: "h4" }, this.mapTitle)), index.h("div", { key: 'ebaccd43b74a35f5ab7923a0a24b51c6ddd4c755', class: "buttons" }, index.h("div", { key: 'bdf9c3cf87bde2f251017b83fd4a3592c337065d', class: "buttonContainer" }, index.h("div", { key: 'ac9dfaac3306abae959b3e293ec42e5f30c08f79', class: "secondaryButtons" }, this.filterPanel && (index.h("div", { key: '22e47a7052771fcaea1ba4b40be1c2c67e08fc44', id: "filterOption" }, index.h("div", { key: 'aa1be91dac6e858f75f1f642f23524da2a35961c', id: "filterOptionButton" }, index.h("stencil-icon-button", { key: 'a8cd206ee450c6595f70b60fedf82c00155be286', iconName: 'filterButton', iconClassName: 'iconButtonWrapper', tooltip: 'Filter', icon: es.Filter16, buttonId: 'filterButton', onClick: () => this.handleFilterOnclick() })), this.filterAnchor && (index.h("div", { key: 'd95591ccf8e6eb1f587b3a64c8d3cffe94fd3026', id: "filterOptionDiv" }, index.h("udp-pop-over", { key: 'e668c50043d8d17a0ae335f88d72633cc9b3f1d7', isOpen: this.filterAnchor ? true : false, anchorElement: this.filterAnchor, handleOnClose: () => this.handleCloseFilterPopover(), popoverPlacement: 'bottom-start', overflow: 'visible' }, index.h("div", { key: 'ce51050edf2c78e97b02e5431dc9ab0b8dea84c3', innerHTML: this.filterPanel })))))), this.layerOptions && (index.h("div", { key: '66ced292c130596d89dc9d07e7205887b5dd8dfa', id: "layerOption" }, index.h("div", { key: 'e757d176b33585ba05c14180565fda48da5547e4', id: "layerOptionButton" }, index.h("stencil-icon-button", { key: '44562c583f44dfef9f8322d2a79f3739244c5500', 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: '6d6de17e689a236f7c5ce4734e627a4bfc319614', id: "layerOptionDiv" }, this.layerAnchor && (index.h("udp-pop-over", { key: 'c025cbb64d4234ea80dc1353071f6c86077a8fe2', isOpen: this.layerAnchor ? true : false, anchorElement: this.layerAnchor, handleOnClose: () => this.handleCloseLayerPopover(), popoverPlacement: 'bottom-start', popoverMaxHeight: '500px' }, index.h("select-layer-popup", { key: 'd2c7ace7e0ee3124825e3c109a1b158e3c0b6067', 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: '01a4f28e2a7803371035c9193346c95360906b3b', id: "bulkSelectOption" }, index.h("div", { key: '1ee6ea3b2a74d793c0afd4a8f3cbb72519f76eb8', id: "bulkSelectOptionButton" }, index.h("stencil-icon-button", { key: 'd3aac6f70714d29f645cad7c6aa01d88f37fd96f', iconName: 'selectButton', iconClassName: 'iconButtonWrapper', tooltip: 'Select', icon: es.Select_0116, buttonId: 'selectButton', onClick: () => this.handleSelectionBtnOnclick() })), index.h("div", { key: '8b34a1dc9a183a89b399196c41b4fa552eb0301c', id: "bulkSelectOptionDiv" }, this.bulkSelectionTypeAnchor && (index.h("udp-pop-over", { key: 'd1587d23b7f6b8116e25d0617ca3d2d5a2f936bc', isOpen: this.bulkSelectionTypeAnchor ? true : false, anchorElement: this.bulkSelectionTypeAnchor, handleOnClose: () => this.handleCloseBulkSelectionTypePopover(), popoverPlacement: 'bottom-start', overflow: 'visible' }, index.h("udp-menu-item", { key: 'b28f02f813f83d9f0c1a6af508befd0b5687afba', label: 'Box', handleOnClick: () => {
271
+ return (index.h("div", { key: '3f3529770dd1f8c0142342f95ae128a1a3c5e713', class: "toolbarContainer" }, index.h("div", { key: 'fb591c59d96f64b1f62d4d65bde2301ba5ae8e07', class: "title" }, this.mapTitle && this.mapTitle.length > 0 && index.h("unity-typography", { key: '904028aa82e53a16ea053f3337fa19a33d79616a', variant: "h4" }, this.mapTitle)), index.h("div", { key: 'b31c5ba36b3ab75b9ac7b9475149ff4a56828808', class: "buttons" }, index.h("div", { key: 'f7996fd77fc50fac212378d3f59e51fa4d9dee1a', class: "buttonContainer" }, index.h("div", { key: '371fa00be132f7b45661da50f5e6e2d1731d5fa4', class: "secondaryButtons" }, this.filterPanel && (index.h("div", { key: 'a76208b1bf961a0e6be8ffc1425b3935bb40b23f', id: "filterOption" }, index.h("div", { key: 'acd3c47849653ce81f0581fba0a96a0993f5f513', id: "filterOptionButton" }, index.h("stencil-icon-button", { key: 'd4108298d1a903c7db0045e28a01412958534f5f', iconName: 'filterButton', iconClassName: 'iconButtonWrapper', tooltip: 'Filter', icon: es.Filter16, buttonId: 'filterButton', onClick: () => this.handleFilterOnclick() })), this.filterAnchor && (index.h("div", { key: '3c315a79d271299a04def172ef4837455eec44c8', id: "filterOptionDiv" }, index.h("udp-pop-over", { key: '8dde6b38634ec372c79191e9aca951f0b5713edd', isOpen: this.filterAnchor ? true : false, anchorElement: this.filterAnchor, handleOnClose: () => this.handleCloseFilterPopover(), popoverPlacement: 'bottom-start', overflow: 'visible' }, index.h("div", { key: 'b554a7e2990f4e94115e16dcb687497953c79dba', innerHTML: this.filterPanel })))))), this.layerOptions && (index.h("div", { key: '69c2322ce88f549a94bdf1a6cf4a3da72a7d2fc9', id: "layerOption" }, index.h("div", { key: '14d760cca4024ccccbf09850405d5580acc1ca65', id: "layerOptionButton" }, index.h("stencil-icon-button", { key: '78f49011de103182c6957c5e73056b43d3816f04', 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: 'c67441730a615a3781c0b3028fc875b2639e3f19', id: "layerOptionDiv" }, this.layerAnchor && (index.h("udp-pop-over", { key: '13e9be28c42890b05c48245f1bb4cf61afab8b62', isOpen: this.layerAnchor ? true : false, anchorElement: this.layerAnchor, handleOnClose: () => this.handleCloseLayerPopover(), popoverPlacement: 'bottom-start', popoverMaxHeight: '500px' }, index.h("select-layer-popup", { key: '1ef25e9a93b3ae4c547923bfdded9fc8744d663b', 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: '8a0a23c828d90bda52bffea91cda3d3a2ebae915', id: "bulkSelectOption" }, index.h("div", { key: '9170194539a7472596f094b0fcb367dc4a3ea390', id: "bulkSelectOptionButton" }, index.h("stencil-icon-button", { key: 'ae677b5ad81a4489599a3b3d0687050250130bec', iconName: 'selectButton', iconClassName: 'iconButtonWrapper', tooltip: 'Select', icon: es.Select_0116, buttonId: 'selectButton', onClick: () => this.handleSelectionBtnOnclick() })), index.h("div", { key: '19da0e9da45b1fcb352ed1a55d14aed6e7da9c5e', id: "bulkSelectOptionDiv" }, this.bulkSelectionTypeAnchor && (index.h("udp-pop-over", { key: 'c8b7dfc47685ec63d3b6b02fd8985add47736410', isOpen: this.bulkSelectionTypeAnchor ? true : false, anchorElement: this.bulkSelectionTypeAnchor, handleOnClose: () => this.handleCloseBulkSelectionTypePopover(), popoverPlacement: 'bottom-start', overflow: 'visible' }, index.h("udp-menu-item", { key: '16349b4225e6e652c8011fe39f07b2337d179273', label: 'Box', handleOnClick: () => {
272
272
  this.handleBulkSelectionTypeOnclick('box');
273
- } }), index.h("udp-menu-item", { key: '849c65849c4567a16c78b3b8addd7bc1815627dc', label: 'Circle', handleOnClick: () => {
273
+ } }), index.h("udp-menu-item", { key: '51dfd9a60248b3e6d5ca86af736c32619b15f02a', label: 'Circle', handleOnClick: () => {
274
274
  this.handleBulkSelectionTypeOnclick('circle');
275
- } }), index.h("udp-menu-item", { key: '347eab7b4a30c75c24bde922d272616ce81a5862', label: 'Polygon', handleOnClick: () => {
275
+ } }), index.h("udp-menu-item", { key: '8c088b03b3bd86e7874bdd9016d94495b62a4e01', label: 'Polygon', handleOnClick: () => {
276
276
  this.handleBulkSelectionTypeOnclick('polygon');
277
- } }), index.h("udp-menu-item", { key: '00e216f9de30e1a6a9f8b7f0bfdcdbe1590562eb', label: 'Lasso', handleOnClick: () => {
277
+ } }), index.h("udp-menu-item", { key: '93f08311a5b984472a684eea4c2061d970b5460e', label: 'Lasso', handleOnClick: () => {
278
278
  this.handleBulkSelectionTypeOnclick('lasso');
279
- } })))))), !this.readOnlyMap && this.enableSplit && (index.h("div", { key: '2664ebf7ce990674004b60f29d8e7709c410fdbd', id: "splitOption" }, index.h("div", { key: '3aad497b5e568ce05e8f55d44e1bf8c037f9a288', id: "splitOptionButton" }, index.h("stencil-icon-button", { key: 'c27a8ab5e1ce1bc82104f0877a2355cf086e9790', iconName: 'splitButton', iconClassName: 'splitButtonWrapper', tooltip: 'Split Linear Feature', icon: es.Scalpel16, buttonId: 'splitButton', onClick: () => this.handleSplitBtnOnclick() })), index.h("div", { key: '2b421a683bd7e53214d4eaeb4da9fc239b105e9a', id: "splitOptionDiv" }, this.splitAnchor && (index.h("udp-pop-over", { key: 'bd6025536c9b1fb4d49e54ee880d79bd16dcb2e4', isOpen: this.splitAnchor ? true : false, anchorElement: this.splitAnchor, handleOnClose: () => this.handleCloseSplitPopover(), popoverPlacement: 'bottom-start', overflow: 'visible' }, index.h("split-line-popup", { key: 'f3bf40e31ff9dc0845366e72e48e421cdefba4a6', vectorLayerOptions: this.layerOptionsForPopup, selectedLayer: this.selectedLayerToAddFeature, handleStartSplitting: this.handleStartSplitting })))))), this.refreshEvent && (index.h("stencil-icon-button", { key: 'b8b1ce634825e7f524423092f68bf57a58d3b7c6', 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: '224fa221d13ed99000cea75e4d24661ae2d06ea4', class: "labelButtons" }, index.h("stencil-icon-button-grid-action-header", { key: 'c7ac2b0b1afac28b4f4a32693e229729c7625c20', showLabel: true, icon: this.getButtonIcon(), onClick: () => {
279
+ } })))))), !this.readOnlyMap && this.enableSplit && (index.h("div", { key: 'a8850b6fa61fa658b3084bd57abf47ad5897d3ef', id: "splitOption" }, index.h("div", { key: '6b620958b2be71a23c9aafed10f9373941bd0bfe', id: "splitOptionButton" }, index.h("stencil-icon-button", { key: '22ed3d7de5cfa484f1d25fc73a0e71ff1e65e4f2', iconName: 'splitButton', iconClassName: 'splitButtonWrapper', tooltip: 'Split Linear Feature', icon: es.Scalpel16, buttonId: 'splitButton', onClick: () => this.handleSplitBtnOnclick() })), index.h("div", { key: '045d71246c49fe0111ce34d341ba9d426f4ccfc8', id: "splitOptionDiv" }, this.splitAnchor && (index.h("udp-pop-over", { key: '7b89c4c439b26b7b6297551f6a840748da998663', isOpen: this.splitAnchor ? true : false, anchorElement: this.splitAnchor, handleOnClose: () => this.handleCloseSplitPopover(), popoverPlacement: 'bottom-start', overflow: 'visible' }, index.h("split-line-popup", { key: '085d3c77d005b0c819bbe3cd83c3d423cc0d350e', vectorLayerOptions: this.layerOptionsForPopup, selectedLayer: this.selectedLayerToAddFeature, handleStartSplitting: this.handleStartSplitting })))))), this.refreshEvent && (index.h("stencil-icon-button", { key: 'd4a8cda6bc070a53a4a42de00e5fecc121c1e28c', 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: 'a00301ec69591d0254e2dae7eeff5debdfe8fe9a', class: "labelButtons" }, index.h("stencil-icon-button-grid-action-header", { key: '518bd5f6e768048da40a000a10263b6cf9decf04', 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: '9bd4d98f7dd2c2dde23ddf84f7bfd40438afb935', variant: "button" }, this.getButtonText())))), this.showSplitButton && (index.h("div", { key: '22fc518f8e67809b92265cac96f22a1137c3c2b8', class: "labelButtons" }, index.h("stencil-icon-button-grid-action-header", { key: 'dbfe0e06b43ada5cb438f7d895287064a53dee62', showLabel: true, icon: es.Checkmark16, onClick: () => this.handleSaveSplit(), tooltip: 'Save Split', iconClassName: 'save-icon-class' }, index.h("unity-typography", { key: '5884be56a89c44b1e5b3ec5707eda9558d5acec8', variant: "button" }, 'Save Split')))), this.showSplitButton && (index.h("div", { key: '803fdce88b0d66be23e66ef9a7881bfe82f53dc5', class: "labelButtons" }, index.h("stencil-icon-button-grid-action-header", { key: '5e33b121d10e514bc3e5d2b5e31ccb482438f6b0', showLabel: true, icon: es.Close16, onClick: () => this.handleCancelSplit(), tooltip: 'Cancel Split', iconClassName: 'save-icon-class' }, index.h("unity-typography", { key: '96a057c09c9995af70f1694bdce50f3c5fd549d9', variant: "button" }, 'Cancel Split')))), !this.readOnlyMap && this.enableAddNewFeature && (index.h("div", { key: '0ea0878c165cf5e9833869df9072527caf18ab0b', class: "labelButtons" }, index.h("stencil-icon-button-grid-action-header", { key: '9909db94a495e509c0f324c6cb9a9a5c5a86b81d', showLabel: true, icon: es.Close16, onClick: () => this.handleCancelAddNewFeature(), tooltip: 'Cancel Drawing', iconClassName: 'save-icon-class' }, index.h("unity-typography", { key: 'd350791b00ec3bafc5c8dffcde2d264b07daf548', variant: "button" }, 'Cancel Drawing')))), !this.readOnlyMap && this.withSelected && (index.h("div", { key: '5f2a5e17fb7677e562fa8bd575db14a4b5285e32', class: "selectedFeaturesButtons labelButtons" }, index.h("div", { key: '5adf7f584ff1a1ddb4307ed52e47279622ab77da', id: "withSelectedOption" }, index.h("div", { key: '172605e75b516cd1ca4f363785c50a5d5fc64799', id: "withSelectedOptionButton" }, index.h("stencil-icon-button-grid-action-header", { key: '364df0309ddd0438f8c1e1b53e4e4fa64e4ec2a9', showLabel: true, icon: es.OverflowMenuHorizontal16, onClick: () => this.handleSelectionActionOnclick(), tooltip: 'With Selected', iconClassName: 'save-icon-class', count: this.selectedFeatureByBoxSelection.length }, index.h("unity-typography", { key: 'f6c60c7dbf4dd05c4e89152868a772e3806b6a97', variant: "button" }, 'With Selected'))), index.h("div", { key: '1bf3d872ade3065c56213c92675f43ed447e9c1f', id: "withSelectedOptionDiv" }, this.selectedFeaturesActionPanel && this.selectionActionAnchor && (index.h("udp-pop-over", { key: '846c01e7488c76f4de13493d918961597eed3259', isOpen: this.selectionActionAnchor ? true : false, anchorElement: this.selectionActionAnchor, handleOnClose: () => this.handleCloseSelectionActionPopover(), popoverPlacement: 'bottom-start' }, index.h("div", { key: '2eb59b8322d12d5a2c0867c99b2a707abaab4560', innerHTML: this.selectedFeaturesActionPanel }))))), index.h("stencil-icon-button-grid-action-header", { key: 'e9fcfbe90c39869c657957dfdd36901009758622', showLabel: true, icon: es.Close16, onClick: () => this.unselectFeatures(), tooltip: 'Cancel selection', iconClassName: 'save-icon-class' }, index.h("unity-typography", { key: '373ab51d99382b19f50c383ca577199743cb0c7b', variant: "button" }, 'Cancel Selection'))))), index.h("div", { key: '72fefe36379a109899c1eaa0675d8cab986a4cc2', id: "addOption" }, this.enableAdd && !this.readOnlyMap && (index.h("div", { key: '9f7a59e7f8bd730abe9ab455547bae1a9d89ed08', id: "addOptionButton" }, index.h("custom-button", { key: 'd74e8fa9513a768d3e443f75a98bef4aac0560b0', secondary: true, label: index.h("unity-typography", { variant: "button" }, 'Add'), onClick: () => this.handleAddOnclick(), size: "tall" }, index.h("udp-icon", { key: '06e025c15d6e64f9d93ddd8a68f104760b5084b9', iconName: 'add32', darkIcon: false })))), this.addFeatureAnchor && (index.h("udp-pop-over", { key: '4ff8224d79d8d5e2978356b423216d422e6dd327', isOpen: this.addFeatureAnchor ? true : false, anchorElement: this.addFeatureAnchor, handleOnClose: () => this.handleCloseAddMapFeature(), popoverPlacement: 'bottom-start', overflow: 'visible' }, index.h("add-map-feature-popup", { key: '300b206bb4c7e975025d4d00804175f6b9a0ca0d', 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: '9e280df0a4dd135793ef432851bf77cf7247b8f6', variant: "button" }, this.getButtonText())))), this.showSplitButton && (index.h("div", { key: '3fed3bfeb388533125caa255124ce2fa66dd018a', class: "labelButtons" }, index.h("stencil-icon-button-grid-action-header", { key: 'e215e14244f28b458b821cad21e92c672178c054', showLabel: true, icon: es.Checkmark16, onClick: () => this.handleSaveSplit(), tooltip: 'Save Split', iconClassName: 'save-icon-class' }, index.h("unity-typography", { key: 'd5f7c216937e99aec37d7edc4a8b64d95ec66ab5', variant: "button" }, 'Save Split')))), this.showSplitButton && (index.h("div", { key: 'e621c124767f266a83a83b8baa7d4fbc0d764ac8', class: "labelButtons" }, index.h("stencil-icon-button-grid-action-header", { key: '112cf041c32bc6ef1e2401536d59a1b9a8f61504', showLabel: true, icon: es.Close16, onClick: () => this.handleCancelSplit(), tooltip: 'Cancel Split', iconClassName: 'save-icon-class' }, index.h("unity-typography", { key: 'fe29e6fc905c0c86a3dd0179937bac36ef248c32', variant: "button" }, 'Cancel Split')))), !this.readOnlyMap && this.enableAddNewFeature && (index.h("div", { key: '46d45b559c0d101ca90069642d5c91693491774c', class: "labelButtons" }, index.h("stencil-icon-button-grid-action-header", { key: '2329d43385d5f5cca508c2b3b6dc90b41f9e1fec', showLabel: true, icon: es.Close16, onClick: () => this.handleCancelAddNewFeature(), tooltip: 'Cancel Drawing', iconClassName: 'save-icon-class' }, index.h("unity-typography", { key: '286b001358790cc79d33a46bb940c038a1cc9da9', variant: "button" }, 'Cancel Drawing')))), !this.readOnlyMap && this.withSelected && (index.h("div", { key: '313cf7021f18b9226517a35948879b4f6ed5c8e1', class: "selectedFeaturesButtons labelButtons" }, index.h("div", { key: '3a4d9b331c5293217fe232074fd7f170b56c1de6', id: "withSelectedOption" }, index.h("div", { key: '364c530debf68e8b244e88ed2c6f37cb4ce29ce4', id: "withSelectedOptionButton" }, index.h("stencil-icon-button-grid-action-header", { key: 'bbaf3c3c5e290d69e521b616d018d2c09a3ca7ab', showLabel: true, icon: es.OverflowMenuHorizontal16, onClick: () => this.handleSelectionActionOnclick(), tooltip: 'With Selected', iconClassName: 'save-icon-class', count: this.selectedFeatureByBoxSelection.length }, index.h("unity-typography", { key: '8bcb87edf4156ac4b20ff2e299ef0b26b964ff0a', variant: "button" }, 'With Selected'))), index.h("div", { key: 'f4e432db4058fce8b64b3004eace7541ef4f3347', id: "withSelectedOptionDiv" }, this.selectedFeaturesActionPanel && this.selectionActionAnchor && (index.h("udp-pop-over", { key: 'f3c29a29b4d46377b2cc18fcea9d133e3263b611', isOpen: this.selectionActionAnchor ? true : false, anchorElement: this.selectionActionAnchor, handleOnClose: () => this.handleCloseSelectionActionPopover(), popoverPlacement: 'bottom-start' }, index.h("div", { key: 'f9ac13c8cd5ca79db115736b78202c37e4d0399a', innerHTML: this.selectedFeaturesActionPanel }))))), index.h("stencil-icon-button-grid-action-header", { key: '51ce8939de972a57fb4255ce95181a598ef7fa5c', showLabel: true, icon: es.Close16, onClick: () => this.unselectFeatures(), tooltip: 'Cancel selection', iconClassName: 'save-icon-class' }, index.h("unity-typography", { key: '172bc5e55875bb2a75e7dc87fce8ba71cb51167b', variant: "button" }, 'Cancel Selection'))))), index.h("div", { key: 'bb6d9508159f0d8d814f5fa6c3413d1dab9a1528', id: "addOption" }, this.enableAdd && !this.readOnlyMap && (index.h("div", { key: 'ae77e80fda5224f3f4a046628f1d80928dd278fb', id: "addOptionButton" }, index.h("custom-button", { key: '722fd03a1c24a8b48abf282a5b9f48e6a02781da', secondary: true, label: index.h("unity-typography", { variant: "button" }, 'Add'), onClick: () => this.handleAddOnclick(), size: "tall" }, index.h("udp-icon", { key: 'e42f4e88b24feeb40e6d4f13c09108ee447070c5', iconName: 'add32', darkIcon: false })))), this.addFeatureAnchor && (index.h("udp-pop-over", { key: 'f46fa1ac31dacde99957907539cd8bd70b593421', isOpen: this.addFeatureAnchor ? true : false, anchorElement: this.addFeatureAnchor, handleOnClose: () => this.handleCloseAddMapFeature(), popoverPlacement: 'bottom-start', overflow: 'visible' }, index.h("add-map-feature-popup", { key: '09d1bc7a823a5d07040053e1593712c89a6aac3d', 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: '70ae87038ef628db25c520ff13dd8249c73a4f49', class: "popoverContent" }, this.enableTileSelection && (index.h("udp-selector", { key: '6d73cb32af105b55e06954353f01a49333fa125e', 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: 'b1d8116652a79cded0f2a9eac2a9b9eb5177121c', class: "popoverContent" }, this.enableTileSelection && (index.h("udp-selector", { key: '57f1992dff940564df58ab357183afd11c58e85c', 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: '220c21f1b6b1c2f524a6b2dcb3e4713a23f9f3e1', style: { height: '12px' } }), index.h("div", { key: '3916c9370f7f919dfd625a69fa676eb58f03d42c' }, index.h("text-field", { key: 'e22a45b44f80f743e0837199eddb2acfe5de7f96', 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: '3c58a0b41911cf1d001c868eb8df9d2a61168653', style: { height: '12px' } }), index.h("div", { key: '02f238f47024ecb3cdb478aaf1991ad613a1f1db' }, index.h("text-field", { key: 'd7aa8f1a0c15c9fa882a816cc15db27fccee3d21', 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: 'abc49d287722844fff1c3a4e9330f176d0043c16', class: "popoverContent" }, index.h("udp-selector", { key: 'f1c59362e6c21024d27db306d192e3cb5e2e5bde', id: 'layer', options: (_a = this.vectorLayerOptions.map(layer => {
339
+ return (index.h("div", { key: '12b5c4d403a754bfda8d842c09d54543edab45ca', class: "popoverContent" }, index.h("udp-selector", { key: '5d0e7e4bd02c51b1607ba9b4b656a2c70120fc69', id: 'layer', options: (_a = this.vectorLayerOptions.map(layer => {
340
340
  return {
341
341
  label: layer,
342
342
  value: layer,
@@ -187,15 +187,15 @@ const AddressSearch = class {
187
187
  borderBottom: '1px solid var(--gray-02, #f0f0f0)',
188
188
  }
189
189
  : undefined;
190
- return (index.h(index.Host, { key: '2d4e3aca4f3f67d8a9e35e3777296c421bee0e4a', class: {
190
+ return (index.h(index.Host, { key: '1571600d3d494d313f93582b4498ef887ec7a99b', class: {
191
191
  'udp-input': true,
192
192
  'udp-input--error': isError,
193
193
  'udp-input--disabled': this.disabled,
194
194
  'udp-input--readonly': this.readonly,
195
195
  'address-search--suggestions-open': isSuggestionsOpen,
196
- } }, index.h("div", { key: '3b91c399eccf6398700c97bc7846b43e48373816', class: "bx--form-item map-input-search-field" }, index.h("unity-typography", { key: 'c659b0532c0d9151fd95af037f80bb8ad5056618', variant: "caption-text" }, index.h("label", { key: '1e3c75b92ec33a35435d63583bf8202ef4ae2b36', htmlFor: this.inputId + '-search', class: "bx--label" }, this.label, this.required ? '*' : '')), index.h("div", { key: '863ec1107348ade2e2b764dc91221bd28a3801bb', class: "search-container" }, index.h("div", { key: '64eadf410f331d7c2af5d7f8f23ded620a687005', class: "search-wrapper" }, index.h("input", { key: "map-search-input", type: "text", id: this.inputId + '-search', class: "search-input bx--text-input", placeholder: this.placeholder, value: this.searchQuery, onInput: this.handleSearchInput, onFocus: this.handleFocus, disabled: this.disabled, readOnly: this.readonly,
196
+ } }, index.h("div", { key: 'b70fcc7b2e81cd61c0d90b8e47ccd816a2a68657', class: "bx--form-item map-input-search-field" }, index.h("unity-typography", { key: 'b0364f1191437caa0841d6b77da9cd01ee674ce9', variant: "caption-text" }, index.h("label", { key: '282b8eee40e96b1f19390770b9ef829cb62438da', htmlFor: this.inputId + '-search', class: "bx--label" }, this.label, this.required ? '*' : '')), index.h("div", { key: 'c78d5e03afe8695ce3aa48134ea461857354b5fd', class: "search-container" }, index.h("div", { key: '857cbac7e7f2e2945d4ea0726345767b25ff18db', class: "search-wrapper" }, index.h("input", { key: "map-search-input", type: "text", id: this.inputId + '-search', class: "search-input bx--text-input", placeholder: this.placeholder, value: this.searchQuery, onInput: this.handleSearchInput, onFocus: this.handleFocus, disabled: this.disabled, readOnly: this.readonly,
197
197
  // eslint-disable-next-line @typescript-eslint/no-unnecessary-type-assertion
198
- ref: el => (this.searchInputEl = el) }), index.h("div", { key: 'aeadc7d7a74e6ef4b82eb405fad0ed0d13d35cc4', class: "search-actions" }, index.h("button", { key: 'f000cc7285c9878c6c648852037aef3bd906b33c', type: "button", class: { 'clear-button': true, 'hidden': !this.searchQuery }, onClick: this.clearSearch, "aria-label": "Clear search", disabled: this.disabled || this.readonly }, "\u2715"), index.h("div", { key: '63d9b8606d8cad46a6c58afa8422167e2bdd37b6', class: { 'loading-indicator': true, 'hidden': !isBusy } }, index.h("div", { key: '2afb2823195581ba80643f73ad3375c69419539b', class: "spinner" }))), index.h("udp-pop-over", { key: '702fa32d8d612794604f138300e39d50620b69fc', anchorElement: this.searchInputEl, isOpen: isSuggestionsOpen, appendToBody: this.appendSuggestionsToBody, popoverPlacement: "bottom-start", popoverWidth: popoverWidth, popoverMaxHeight: "var(--address-search-suggestions-max-height)", overflow: "auto", handleOnClose: () => (this.showSuggestions = false) }, index.h("ul", { key: '628db39a877d8eb18db90624be96dae227feb139', class: "suggestions-list", style: suggestionsListStyle }, this.suggestions.map(suggestion => (index.h("li", { key: suggestion.id, class: "suggestion-item", style: suggestionItemStyle, onClick: () => this.selectAddress(suggestion) }, index.h("unity-typography", { variant: "body" }, index.h("div", { class: "suggestion-content" }, index.h("span", { class: "suggestion-address" }, suggestion.address.freeformAddress)))))))))), errorMessage ? (index.h("div", { class: "error-message" }, index.h("unity-typography", { variant: "caption-text", color: "error" }, errorMessage))) : null)));
198
+ ref: el => (this.searchInputEl = el) }), index.h("div", { key: '3761ae348cc1cdd1640ac5e980ff91bfe39e4e53', class: "search-actions" }, index.h("button", { key: '76f224bf745d29e999a8f40207132cbf052527c7', type: "button", class: { 'clear-button': true, 'hidden': !this.searchQuery }, onClick: this.clearSearch, "aria-label": "Clear search", disabled: this.disabled || this.readonly }, "\u2715"), index.h("div", { key: 'bbd142a58bad4bc190c1fff1d36fc318bd587980', class: { 'loading-indicator': true, 'hidden': !isBusy } }, index.h("div", { key: '37ea79440c9acff7086d7dbbd824dabb960abe66', class: "spinner" }))), index.h("udp-pop-over", { key: 'ac0ef8d4a234e91cebdc6806a4996d3f83477ed1', anchorElement: this.searchInputEl, isOpen: isSuggestionsOpen, appendToBody: this.appendSuggestionsToBody, popoverPlacement: "bottom-start", popoverWidth: popoverWidth, popoverMaxHeight: "var(--address-search-suggestions-max-height)", overflow: "auto", handleOnClose: () => (this.showSuggestions = false) }, index.h("ul", { key: '0228f5977d73bcdaa3b4104c453c946839fc27a7', class: "suggestions-list", style: suggestionsListStyle }, this.suggestions.map(suggestion => (index.h("li", { key: suggestion.id, class: "suggestion-item", style: suggestionItemStyle, onClick: () => this.selectAddress(suggestion) }, index.h("unity-typography", { variant: "body" }, index.h("div", { class: "suggestion-content" }, index.h("span", { class: "suggestion-address" }, suggestion.address.freeformAddress)))))))))), errorMessage ? (index.h("div", { class: "error-message" }, index.h("unity-typography", { variant: "caption-text", color: "error" }, errorMessage))) : null)));
199
199
  }
200
200
  get el() { return index.getElement(this); }
201
201
  static get watchers() { return {
@@ -328,7 +328,7 @@ const NumericField = class {
328
328
  'bx--text-input--error': isError,
329
329
  'text-field--disabled': this.disabled,
330
330
  };
331
- return (index.h(index.Host, { key: '7944b8ea22974984122f863642b7dcc68e613af6', class: {
331
+ return (index.h(index.Host, { key: 'e111a0da1bb0e54f834032d9e0ad1e791189b9b4', class: {
332
332
  'udp-input': true,
333
333
  'udp-input--error': isError,
334
334
  'udp-input--disabled': this.disabled,
@@ -337,9 +337,9 @@ const NumericField = class {
337
337
  'udp-input--readonly': this.readonly,
338
338
  [`udp-input--size-${this.size}`]: true,
339
339
  [`udp-input--margin-${this.margin}`]: true,
340
- }, "aria-invalid": isError ? 'true' : 'false', "aria-required": this.required ? 'true' : 'false' }, index.h("div", { key: 'fa8c152c7f02dfa33a2dc61742e909270ebf96df', class: "bx--form-item" }, index.h("unity-typography", { key: 'ad7ee303e0f2319fda343c16503619876ec345be', variant: "caption-text" }, index.h("label", { key: 'af05c92e5439d9638074250aa7d87ae818829772', htmlFor: this.id, class: "bx--label" }, this.label, this.required ? '*' : '')), this.hidden ? (index.h("input", { id: this.id, type: "hidden", value: this.internalValue, name: this.name })) : (index.h("input", { id: this.id, name: this.name, type: "number", class: Object.assign({}, inputClass), placeholder: this.placeholder, value: this.internalValue, required: this.required, disabled: this.disabled, readOnly: this.readonly, onFocus: this.onFocus, onInput: this.onInput, onChange: this.onChange, onBlur: this.onBlur, inputMode: this.inputMode, min: this.min, max: this.max, step: this.step,
340
+ }, "aria-invalid": isError ? 'true' : 'false', "aria-required": this.required ? 'true' : 'false' }, index.h("div", { key: 'bcb6a988d57b50c03722c4063919743bae0d204c', class: "bx--form-item" }, index.h("unity-typography", { key: '26ef4764ad4e5b33c2bc868d89cde76d22f79bad', variant: "caption-text" }, index.h("label", { key: '0fbac7370479fd6c4fcbe713b797a584e12067e6', htmlFor: this.id, class: "bx--label" }, this.label, this.required ? '*' : '')), this.hidden ? (index.h("input", { id: this.id, type: "hidden", value: this.internalValue, name: this.name })) : (index.h("input", { id: this.id, name: this.name, type: "number", class: Object.assign({}, inputClass), placeholder: this.placeholder, value: this.internalValue, required: this.required, disabled: this.disabled, readOnly: this.readonly, onFocus: this.onFocus, onInput: this.onInput, onChange: this.onChange, onBlur: this.onBlur, inputMode: this.inputMode, min: this.min, max: this.max, step: this.step,
341
341
  //@ts-ignore
342
- udprecordid: 'udpRecord-number-field-' + this.id })), isError && (index.h("div", { key: '93f04f5e44e6d84122735fb157c468aadd47f558', class: "error-message" }, index.h("unity-typography", { key: '6f3929c196c812df975300a80150a1ee647dd045', variant: "caption-text", color: "error" }, this.errorMessage))))));
342
+ udprecordid: 'udpRecord-number-field-' + this.id })), isError && (index.h("div", { key: 'd60c94fe2d2026f4e4d3239684cf94b805e217f3', class: "error-message" }, index.h("unity-typography", { key: '24a1cb442cce2d964ba93ab77cffb4a2db814123', variant: "caption-text", color: "error" }, this.errorMessage))))));
343
343
  }
344
344
  static get watchers() { return {
345
345
  "error": [{
@@ -564,7 +564,7 @@ const TextArea = class {
564
564
  }
565
565
  render() {
566
566
  const { disabled, id, internalValue, label, placeholder, required, readonly, errorMessage, fullWidth, internalRows } = this;
567
- return (index.h(index.Host, { key: '0b3923e40df32ab8c5dd3987c868a3725ca973cc', class: {
567
+ return (index.h(index.Host, { key: '284310282643812508b7f68e3d009df63990c076', class: {
568
568
  'udp-input': true,
569
569
  'udp-input--error': !!errorMessage,
570
570
  'udp-input--disabled': disabled,
@@ -573,11 +573,11 @@ const TextArea = class {
573
573
  'udp-input--required': required,
574
574
  [`udp-input--size-${this.size}`]: true,
575
575
  [`udp-input--margin-${this.margin}`]: true,
576
- } }, index.h("div", { key: 'c4b6ece29dc2f4d0135004eec65c72dc57ed8ae4', class: "bx--form-item" }, index.h("unity-typography", { key: 'c965c14c65a6c3b07ae2db365714bcae597dddec', variant: "caption-text" }, index.h("label", { key: '05555920b821b7d559df8f2cb5f461728ce5d6a2', htmlFor: id, class: "bx--label" }, label, required ? '*' : '')), index.h("textarea", { key: '8db1f48a6503a0f9429a39c9220ffb1eafabf0a6', ref: el => (this.textareaEl = el), id: id, class: {
576
+ } }, index.h("div", { key: 'e89205d4d0d790a682fcc5884bdd0e92783806f9', class: "bx--form-item" }, index.h("unity-typography", { key: '72d5088b9a1e2cac7d99de68e82bf78ee50028a8', variant: "caption-text" }, index.h("label", { key: '683622ed8d05745aca452f27f01982edb73327db', htmlFor: id, class: "bx--label" }, label, required ? '*' : '')), index.h("textarea", { key: '0327812cee81fec5515b16b6b0decf988f666561', ref: el => (this.textareaEl = el), id: id, class: {
577
577
  'bx--text-input': true,
578
578
  'bx--text-input--error': !!errorMessage,
579
579
  'text-area--disabled': disabled,
580
- }, placeholder: placeholder, value: internalValue, required: required, disabled: disabled, readonly: readonly, maxLength: this.maxCharacter, rows: internalRows, onInput: this.onInput, onChange: this.onChange }, internalValue), errorMessage && (index.h("div", { key: '2d4acc4e2ac0386b5f36b008d61885783757b00e', class: "error-message" }, index.h("unity-typography", { key: '647fd37cfe55ab35e50ab869e085db6f7db12671', variant: "caption-text", color: "error" }, errorMessage))))));
580
+ }, placeholder: placeholder, value: internalValue, required: required, disabled: disabled, readonly: readonly, maxLength: this.maxCharacter, rows: internalRows, onInput: this.onInput, onChange: this.onChange }, internalValue), errorMessage && (index.h("div", { key: '06036b834a00f6d2146c329d273a0fcb50894022', class: "error-message" }, index.h("unity-typography", { key: 'b42d6d7138a06f07af8d06ef75abd56aa4e98331', variant: "caption-text", color: "error" }, errorMessage))))));
581
581
  }
582
582
  get el() { return index.getElement(this); }
583
583
  static get watchers() { return {
@@ -718,7 +718,7 @@ const UdpDateSelector = class {
718
718
  classNames.push('bx--text-input--full-width');
719
719
  }
720
720
  const inputClass = classNames.join(' ');
721
- return (index.h(index.Host, { key: '112de55c4cbe474bef6e846dbb2c7e5d37cc3e87', class: {
721
+ return (index.h(index.Host, { key: '7893c700f86e5806cd7899759af4fec29224ab77', class: {
722
722
  'udp-input': true,
723
723
  'udp-input--error': isError,
724
724
  'udp-input--disabled': this.disabled,
@@ -727,9 +727,9 @@ const UdpDateSelector = class {
727
727
  'udp-input--required': this.required,
728
728
  [`udp-input--size-${this.size}`]: true,
729
729
  [`udp-input--margin-${this.margin}`]: true,
730
- }, "aria-invalid": isError ? 'true' : 'false', "aria-required": this.required ? 'true' : 'false' }, index.h("div", { key: '772693aaa1ade1bf2a6d7738919bc3b427246d62', class: "bx--form-item" }, index.h("unity-typography", { key: '1a5f6ae60a5723d276ee27fbbb7f4d48a8ca2317', variant: "caption-text" }, index.h("label", { key: 'ce4cfad8ac7d9aadba35b678bc54d1e985596cd0', htmlFor: this.id, class: "bx--label" }, this.label, this.required ? '*' : '')), index.h("input", { key: '21e44b1fcd5d3a10243e5fb8b5ca4ab74e8ae8dc', type: "date", id: this.id, name: this.name, class: inputClass, value: this.internalValue, min: this.min ? this.formatDateForHtml(this.min) : null, max: this.max ? this.formatDateForHtml(this.max) : null, onInput: this.handleDateChange, onChange: this.handleDateChange, onBlur: this.handleBlur, onFocus: this.handleFocus, disabled: this.disabled, readonly: this.readonly, required: this.required,
730
+ }, "aria-invalid": isError ? 'true' : 'false', "aria-required": this.required ? 'true' : 'false' }, index.h("div", { key: '96a601d06a84ac28cae4122fa32e4566ddf68708', class: "bx--form-item" }, index.h("unity-typography", { key: '93e546890e3df61410df30878b9cce9eec5f07f7', variant: "caption-text" }, index.h("label", { key: 'ef1df1bd39fd42da9c48f1a3f5885e05cf7c299d', htmlFor: this.id, class: "bx--label" }, this.label, this.required ? '*' : '')), index.h("input", { key: 'c803b21d7f0df3f4d76f88fbe22a51996c8b0882', type: "date", id: this.id, name: this.name, class: inputClass, value: this.internalValue, min: this.min ? this.formatDateForHtml(this.min) : null, max: this.max ? this.formatDateForHtml(this.max) : null, onInput: this.handleDateChange, onChange: this.handleDateChange, onBlur: this.handleBlur, onFocus: this.handleFocus, disabled: this.disabled, readonly: this.readonly, required: this.required,
731
731
  //@ts-ignore
732
- udprecordid: 'udpRecord-udp-date-selector-' + this.id }), index.h("unity-typography", { key: '810018074acceeabd802a029f0d0da470e854eb9', class: "error-message", variant: "caption-text", color: "error" }, this.errorMessage))));
732
+ udprecordid: 'udpRecord-udp-date-selector-' + this.id }), index.h("unity-typography", { key: 'f89439965c32d3623d6b015f705d2d322dea19c2', class: "error-message", variant: "caption-text", color: "error" }, this.errorMessage))));
733
733
  }
734
734
  static get watchers() { return {
735
735
  "error": [{
@@ -898,7 +898,7 @@ const UdpDateTimeSelector = class {
898
898
  classNames.push('bx--text-input--full-width');
899
899
  }
900
900
  const inputClass = classNames.join(' ');
901
- return (index.h(index.Host, { key: '64f5a78954c00f513940a6783e7fa23c795bb73d', class: {
901
+ return (index.h(index.Host, { key: '1984e183da0e602b16ec5453744452ceb659d294', class: {
902
902
  'udp-input': true,
903
903
  'udp-input--error': isError,
904
904
  'udp-input--disabled': this.disabled,
@@ -907,9 +907,9 @@ const UdpDateTimeSelector = class {
907
907
  'udp-input--required': this.required,
908
908
  [`udp-input--size-${this.size}`]: true,
909
909
  [`udp-input--margin-${this.margin}`]: true,
910
- }, "aria-invalid": isError ? 'true' : 'false', "aria-required": this.required ? 'true' : 'false' }, index.h("div", { key: '8bf36f39f499a4541920c924659bbc1ac870f393', class: "bx--form-item" }, index.h("unity-typography", { key: '67672fea011eca3088da15b08da8917437146357', variant: "caption-text" }, index.h("label", { key: '19a25b54ae39baab04a21db4d2cf64910575330b', htmlFor: this.id, class: "bx--label" }, this.label, this.required ? '*' : '')), index.h("input", { key: '70c4a2ea09550e04fe9a8677b3e743d20a0e904b', type: "datetime-local", id: this.id, name: this.name, class: inputClass, value: this.internalValue, min: this.min ? this.formatDateForHtml(this.min) : null, max: this.max ? this.formatDateForHtml(this.max) : null, onInput: this.handleDateChange, onBlur: this.handleBlur, onFocus: this.handleFocus, disabled: this.disabled, readonly: this.readonly, required: this.required,
910
+ }, "aria-invalid": isError ? 'true' : 'false', "aria-required": this.required ? 'true' : 'false' }, index.h("div", { key: '607251acff47964e651888c2a30212ce369058d0', class: "bx--form-item" }, index.h("unity-typography", { key: 'c6b0683f946657009203fd8e8b958ba270f5a01d', variant: "caption-text" }, index.h("label", { key: '3ab73991b0e8ce96a2c1add100baa1513cd2c808', htmlFor: this.id, class: "bx--label" }, this.label, this.required ? '*' : '')), index.h("input", { key: '6ce9c27de7e19dc4f30d98431ba8d4c2aa29c4a9', type: "datetime-local", id: this.id, name: this.name, class: inputClass, value: this.internalValue, min: this.min ? this.formatDateForHtml(this.min) : null, max: this.max ? this.formatDateForHtml(this.max) : null, onInput: this.handleDateChange, onBlur: this.handleBlur, onFocus: this.handleFocus, disabled: this.disabled, readonly: this.readonly, required: this.required,
911
911
  //@ts-ignore
912
- udprecordid: 'udpRecord-udp-datetime-selector-' + this.id }), index.h("unity-typography", { key: '74eb2ba5cbb5b7a69e3dfeff76142f0a9e400eb6', class: "error-message", variant: "caption-text", color: "error" }, this.errorMessage))));
912
+ udprecordid: 'udpRecord-udp-datetime-selector-' + this.id }), index.h("unity-typography", { key: '7ead339e05b7d8e25bfcb3dc96fb226fd53370db', class: "error-message", variant: "caption-text", color: "error" }, this.errorMessage))));
913
913
  }
914
914
  static get watchers() { return {
915
915
  "error": [{
@@ -1149,7 +1149,7 @@ const UdpTimeSelector = class {
1149
1149
  classNames.push('bx--text-input--full-width');
1150
1150
  }
1151
1151
  const inputClass = classNames.join(' ');
1152
- return (index.h(index.Host, { key: '1ae48cb7f429255845252007b67e4f49d181c65c', class: {
1152
+ return (index.h(index.Host, { key: '4f56110550cec958ad3269d09264af4ea86624f4', class: {
1153
1153
  'udp-input': true,
1154
1154
  'udp-input--error': isError,
1155
1155
  'udp-input--disabled': this.disabled,
@@ -1158,9 +1158,9 @@ const UdpTimeSelector = class {
1158
1158
  'udp-input--required': this.required,
1159
1159
  [`udp-input--size-${this.size}`]: true,
1160
1160
  [`udp-input--margin-${this.margin}`]: true,
1161
- }, "aria-invalid": isError ? 'true' : 'false', "aria-required": this.required ? 'true' : 'false' }, index.h("div", { key: '1e020ec08efa15738720736d634d125b459b9f7a', class: "bx--form-item" }, index.h("unity-typography", { key: '6a1b2bbac318961716ee0eafff20031ce1bbda9b', variant: "caption-text" }, index.h("label", { key: 'cf0f341e3fdc0188f5c51b6ae63c60643dcb7915', htmlFor: this.id, class: "bx--label" }, this.label, this.required ? '*' : '')), index.h("input", { key: '5472f456c4bd13aca9fc3cd98b98e92038513a7f', type: "time", id: this.id, name: this.name, class: inputClass, value: this.internalValue, min: this.min, max: this.max, onInput: this.handleTimeInput, onChange: this.handleTimeChange, onBlur: this.handleBlur, onFocus: this.handleFocus, onInvalid: this.handleInvalid, disabled: this.disabled, readonly: this.readonly, required: this.required,
1161
+ }, "aria-invalid": isError ? 'true' : 'false', "aria-required": this.required ? 'true' : 'false' }, index.h("div", { key: 'dcbb1681537a8c0221c156c30972a5efd66edfee', class: "bx--form-item" }, index.h("unity-typography", { key: 'f235c23a0df8cc2cdcf8a5e5372d674a22118565', variant: "caption-text" }, index.h("label", { key: '78580a704857a03ecef39dfe90622f87dafb09d1', htmlFor: this.id, class: "bx--label" }, this.label, this.required ? '*' : '')), index.h("input", { key: '76a215225a1d2612150de571b2fd8a87edc1d47a', type: "time", id: this.id, name: this.name, class: inputClass, value: this.internalValue, min: this.min, max: this.max, onInput: this.handleTimeInput, onChange: this.handleTimeChange, onBlur: this.handleBlur, onFocus: this.handleFocus, onInvalid: this.handleInvalid, disabled: this.disabled, readonly: this.readonly, required: this.required,
1162
1162
  //@ts-ignore
1163
- udprecordid: 'udpRecord-udp-time-selector-' + this.id }), index.h("unity-typography", { key: '1f12c761da378b3b6c4d37250282543fb86c5a80', class: "error-message", variant: "caption-text", color: "error" }, this.errorMessage))));
1163
+ udprecordid: 'udpRecord-udp-time-selector-' + this.id }), index.h("unity-typography", { key: '7b0fbc5f7aabd61e192004f1f8608d7409efb411', class: "error-message", variant: "caption-text", color: "error" }, this.errorMessage))));
1164
1164
  }
1165
1165
  get el() { return index.getElement(this); }
1166
1166
  static get watchers() { return {
@@ -410,7 +410,7 @@ const AgTable = class {
410
410
  this.height = 'calc(100vh - 200px)';
411
411
  }
412
412
  render() {
413
- return (index.h("div", { key: '365c7853e39dcbb66d6ab3050712248b9525742b', id: "myGrid", style: { height: this.height, width: '100%' }, class: "ag-theme-material" }));
413
+ return (index.h("div", { key: '4dfc87ee591f3855359f790a443a56a111029577', id: "myGrid", style: { height: this.height, width: '100%' }, class: "ag-theme-material" }));
414
414
  }
415
415
  get el() { return index.getElement(this); }
416
416
  };
@@ -464,8 +464,8 @@ const EditViewFormDialog = class {
464
464
  this.fetchedCurrentView = false;
465
465
  }
466
466
  render() {
467
- return (index.h("fluent-dialog", { key: '3f521ae8b323fca0ec6da11992b1ff9556616c6d', open: this.open, actionOne: () => { this.handleSubmit(); this.closeDialog(); this.resetFetchedCurrentView(); }, actionTwo: () => { this.closeDialog(); this.resetFetchedCurrentView(); }, handleClose: this.handleClose, labelOne: "Save Update", labelTwo: "Cancel", title: this.title, disableOne: !this.name }, index.h("form", { key: '415a578653c4306223af990f44dafe759b5d5aec', class: "edit-form" }, index.h("text-field", { key: 'c216c1d41516741b3e38164093a1af4fea1fa31c', label: "View Name", value: this.name, onInput: (event) => this.handleNameChange(event) }), this.fetchedCurrentView &&
468
- index.h("div", { key: '1af99a48f747c4474d9eb3ff3f252e0df283fe45', class: "toggle-options" }, index.h("div", { key: 'ae509e51a509a6f20278cdc349df87c4cafcb049' }, index.h("stencil-toggle", { key: 'b3184077d599682247b8a02739a70f3d00932855', label: "Private", checked: this.isPrivate === 1, onToggledChange: this.handlePrivateChange }), " "), index.h("div", { key: 'dab6414c41d9164eea6570c8b63c938ce430cf97' }, index.h("stencil-toggle", { key: '4cafd527c83715ce84b19b4b5f4161b5f6ebf446', label: "Default", checked: this.isDefault, onToggledChange: this.handleDefaultChange, style: { marginTop: '10px' } }))))));
467
+ return (index.h("fluent-dialog", { key: '14b370ce5ab70f514bbc0ebf7f1d4192f01ee6ce', open: this.open, actionOne: () => { this.handleSubmit(); this.closeDialog(); this.resetFetchedCurrentView(); }, actionTwo: () => { this.closeDialog(); this.resetFetchedCurrentView(); }, handleClose: this.handleClose, labelOne: "Save Update", labelTwo: "Cancel", title: this.title, disableOne: !this.name }, index.h("form", { key: '83d69a5ac150e339ad1b7a674d9cc4e4f247508e', class: "edit-form" }, index.h("text-field", { key: '546f78afc89741adbd5aa876892b9e033971b975', label: "View Name", value: this.name, onInput: (event) => this.handleNameChange(event) }), this.fetchedCurrentView &&
468
+ index.h("div", { key: '64c6139a60f4739ef9231665b2f8d16a8724108c', class: "toggle-options" }, index.h("div", { key: 'b814cb5d0d544b06607db90d3b42c41c1ae7c903' }, index.h("stencil-toggle", { key: '7bdf306c36676ab125548fd5173045213c29456b', label: "Private", checked: this.isPrivate === 1, onToggledChange: this.handlePrivateChange }), " "), index.h("div", { key: 'b2fba4e4b791aba20997b88a54efdbe3119b6898' }, index.h("stencil-toggle", { key: 'cbf657e6a6cfa78a34db3ace1f56c117fe933a36', label: "Default", checked: this.isDefault, onToggledChange: this.handleDefaultChange, style: { marginTop: '10px' } }))))));
469
469
  }
470
470
  get el() { return index.getElement(this); }
471
471
  };
@@ -616,7 +616,7 @@ const GridPrimaryBar = class {
616
616
  this.updateHideBar();
617
617
  }
618
618
  render() {
619
- return (index.h("div", { key: '15b50e78f39566e3d71e3b547cfd610b2a17ac43', class: "header-bar", style: !this.hideBar ? { background: 'var(--accent-color)' } : undefined }, index.h("div", { key: '8cfdbf7e406fb9fc82b57d62af4ff9a707281821', class: "title-section" }, index.h("div", { key: '735e7a7bac68ed9b48637afa65ffa36e07102d39' }, index.h("unity-typography", { key: '1bab02f2dc1c58673890993759b8f296eea5bae8', variant: "h4" }, this.title, " "), ' ')), index.h("div", { key: '67c79bb44f7e8f6dc8c6b8b4db2300f23f0f598c', class: "button-section" }, index.h("div", { key: '0d530fd455e63fa6a070c7e6c85d12fa28d22a63' }, index.h("slot", { key: '277d42228245fc196546f3bc550810bbf7c216c5' })), this.defaultActionButtons.map(btn => {
619
+ return (index.h("div", { key: 'd0e92ad63b338c132a1328306f62c105196682bd', class: "header-bar", style: !this.hideBar ? { background: 'var(--accent-color)' } : undefined }, index.h("div", { key: '4a8d62ce8c659134a777604e976e9f83ac255bc4', class: "title-section" }, index.h("div", { key: '3522a2e5535d57513442f6320f446c91f08ae3bc' }, index.h("unity-typography", { key: '7aed20b78117ba3cb61f2478af65a45463cde1fb', variant: "h4" }, this.title, " "), ' ')), index.h("div", { key: '160f0619983bc9a1a2c4a9c41a08d04ea2cddc67', class: "button-section" }, index.h("div", { key: '578f1e0147da9d47a50228312ddaf6a7ff85476f' }, index.h("slot", { key: 'aa320f50288b55c33192677f6bd898f31f3a1772' })), this.defaultActionButtons.map(btn => {
620
620
  const clickHandler = (event) => {
621
621
  if (btn.clickHandler) {
622
622
  btn.clickHandler(event);
@@ -629,7 +629,7 @@ const GridPrimaryBar = class {
629
629
  return (index.h("stencil-icon-button-grid-action-header", { showLabel: this.showLabels, secondary: btn.secondary, icon: btn.icon, onClick: clickHandler, tooltip: btn.tooltip, iconClassName: btn.iconClassName }, btn.icon && index.h("i", { class: btn.icon }), btn.label.toLowerCase() === 'save' || (!this.hiddenLabels.includes(btn.label) && btn.showLabel) ? index.h("span", null, btn.label) : null));
630
630
  }
631
631
  return null;
632
- }), this.primaryActionClick && this.primaryActionLabel && (index.h("custom-button", { key: 'c2a716e7243614fe0976acc0e1d5fd6a6bb2c716', label: this.primaryActionLabel, onClick: (event) => this.primaryActionClick(event), size: "tall" }, this.primaryActionIcon && index.h("udp-icon", { key: 'd65a70fd52cc95f2a2e53399f275635a24c4b201', iconName: this.primaryActionIcon, darkIcon: false }))))));
632
+ }), this.primaryActionClick && this.primaryActionLabel && (index.h("custom-button", { key: 'dd1ac64462d79e734eac8de43b63e7f441e8ce5b', label: this.primaryActionLabel, onClick: (event) => this.primaryActionClick(event), size: "tall" }, this.primaryActionIcon && index.h("udp-icon", { key: '1fe29e222cb83dfece0f459667a10e3ee25c4cf5', iconName: this.primaryActionIcon, darkIcon: false }))))));
633
633
  }
634
634
  static get watchers() { return {
635
635
  "window:resize": [{
@@ -713,11 +713,11 @@ const SaveViewFormDialog = class {
713
713
  }
714
714
  }
715
715
  render() {
716
- return (index.h("fluent-dialog", { key: '51243a2682c488023ac6eba177df0d7c6a098515', open: this.open, actionOne: () => {
716
+ return (index.h("fluent-dialog", { key: 'fcd8bdbb45403f1975bc39de417d5c83ba4abb1d', open: this.open, actionOne: () => {
717
717
  this.handleSubmit();
718
718
  }, actionTwo: this.closeDialog, actionThree: () => {
719
719
  this.handleViewUpdate();
720
- }, handleClose: this.handleClose, labelOne: "Save as Copy", labelTwo: "Cancel", labelThree: "Save View", title: this.title, disableOne: !this.name, buttonThreeHidden: !this.gridViewId }, index.h("form", { key: 'cd5462d76c6e370c6738f77ed2a59b56660c1904', class: "save-form" }, index.h("text-field", { key: 'd88e61f4a354cddabf6253b407d11cbfb142cbc2', label: "View Name", placeholder: "Create a name for your view", value: this.name, onInput: (event) => this.handleNameChange(event) }), index.h("div", { key: '3ba44f70a90ea51c9979d5028828d120675acd36', class: "toggle-options" }, index.h("div", { key: '00bbbf1bcabb850c50d42220ef000928777134aa' }, index.h("stencil-toggle", { key: '631669686f5b160475de2146606dbd3838286619', label: "Private", checked: this.isPrivate === 1, onToggledChange: this.handlePrivateChange }), ' '), index.h("div", { key: '5d4cac035123132dddae404456851dad8c3c3e08' }, index.h("stencil-toggle", { key: '30e83be02dd74e1cba89603d49804460f45420ed', label: "Default", checked: this.isDefault, onToggledChange: this.handleDefaultChange, style: { marginTop: '10px' } }))))));
720
+ }, handleClose: this.handleClose, labelOne: "Save as Copy", labelTwo: "Cancel", labelThree: "Save View", title: this.title, disableOne: !this.name, buttonThreeHidden: !this.gridViewId }, index.h("form", { key: '2937ff84daca5e08352de2332a8fcbd0a0f7e2da', class: "save-form" }, index.h("text-field", { key: 'e1da04b418cac6e7ba6475aba147c72fa92b86e8', label: "View Name", placeholder: "Create a name for your view", value: this.name, onInput: (event) => this.handleNameChange(event) }), index.h("div", { key: '0c6491610660c4cfb28c920dcec47f29207de133', class: "toggle-options" }, index.h("div", { key: 'cb1f30bd1229303e4793d7db99f9e4da82619612' }, index.h("stencil-toggle", { key: 'c8b5fa3c1b1d2b6d9005af165136971e56f930b2', label: "Private", checked: this.isPrivate === 1, onToggledChange: this.handlePrivateChange }), ' '), index.h("div", { key: '23eae588c80ec713825ca0f1ce5316bc1d5cb586' }, index.h("stencil-toggle", { key: '078b512141f82dfe4ead29be0dda0395c6081fd5', label: "Default", checked: this.isDefault, onToggledChange: this.handleDefaultChange, style: { marginTop: '10px' } }))))));
721
721
  }
722
722
  get el() { return index.getElement(this); }
723
723
  static get watchers() { return {
@@ -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: 'da5c01d8bd23c0b6cba507a17d7c69531afb4377' }, index.h("div", { key: 'd9fb1d1d85f199351f0fb88c6ccebe501738311a', class: { 'backdrop': true, 'open': this.open }, onClick: this.toggleDrawer }), index.h("div", { key: 'e3dff04c120f1815ae628fac20b9600599910f9a', class: { 'side-sheet': true, 'open': this.open, 'close': !this.open, [this.position]: true, [widthClass]: true }, style: sideSheetStyle }, index.h("div", { key: '267e5d821ca3294407c912ca94df89bfe1b6ea2e', class: "title" }, index.h("div", { key: '1b3b90e4d2a4269d412fef99af9e47016f1c4a9e', class: 'close-button' }, index.h("stencil-icon-button", { key: '7e7374c1e202dd11c7f9357a5a465c1b03c1664b', icon: Close24__default.default, onClick: this.toggleDrawer })), index.h("div", { key: '581a60f25b10e2ee9a5179f7686f87dee3b6f595', class: 'title' }, index.h("unity-typography", { key: '63693418e83938c38dbd762d87e65ea6ac7a6f4b', variant: "data-display-four" }, this.title)), this.sideSheetButtonLabel && index.h("custom-button", { key: 'e0aab48591f1ef1bb8255547ba12859367a9e771', style: { transform: this.buttonTransform, }, size: 'tall', disabled: this.disabled, onCustomClick: () => this.handleSideSheetButton() }, this.sideSheetButtonLabel)), index.h("side-sheet-container", { key: '86013a55afd6fbaaa151c47691c3e29d2ce126ed', padding: this.padding }, index.h("slot", { key: 'e1a912d3a0436b3260b44761a9b1b1d206d136d7' })))));
745
+ return (index.h("div", { key: 'b13cfa6681c6b42af5b2995dd78aef8487b0d6cb' }, index.h("div", { key: '91131216a2648317a9a54da753cfd47799d90ad1', class: { 'backdrop': true, 'open': this.open }, onClick: this.toggleDrawer }), index.h("div", { key: '0dead72aba605cfbdeacc27482fbedb1546b8301', class: { 'side-sheet': true, 'open': this.open, 'close': !this.open, [this.position]: true, [widthClass]: true }, style: sideSheetStyle }, index.h("div", { key: '33cbcbf754bb04cede54766c3828df554522aec9', class: "title" }, index.h("div", { key: 'cc9237b36d9641f8192493a1dc374d816735abf9', class: 'close-button' }, index.h("stencil-icon-button", { key: '77d81a62ac42c6920005d3e8c387a816467da831', icon: Close24__default.default, onClick: this.toggleDrawer })), index.h("div", { key: '4871c4ea7db59336b50b4b1463d125cd5392820a', class: 'title' }, index.h("unity-typography", { key: '4ba8f30144651e7bdf1bb50ae4ab2d41bf827769', variant: "data-display-four" }, this.title)), this.sideSheetButtonLabel && index.h("custom-button", { key: '812917af309cf9235ec9ffc7f9776842c8f601c5', style: { transform: this.buttonTransform, }, size: 'tall', disabled: this.disabled, onCustomClick: () => this.handleSideSheetButton() }, this.sideSheetButtonLabel)), index.h("side-sheet-container", { key: '9e02ddad5f427c42282311683bd5b19bae0c7704', padding: this.padding }, index.h("slot", { key: '04c5e62a981e903b23d0f907a550d70c62faca9c' })))));
746
746
  }
747
747
  };
748
748
  SideSheet.style = sideSheetCss();
@@ -778,7 +778,7 @@ const UdpHotlistForm = class {
778
778
  // console.log('Cancel button clicked');
779
779
  // }
780
780
  render() {
781
- return (index.h("div", { key: 'e57ff925e0c1ce567506b45e8bc78e40d6d6e981', class: "wrapper" }, index.h("form", { key: '4d7835ec494afaac61288214351d2bbf749d1366', class: "save-form", onSubmit: this.handleSubmit }, index.h("text-field", { key: '1b05b607b6f35519c13961c732e193977416f88b', label: "Hotlist Name", placeholder: "Create a name for your Hotlist", value: this.name, onChange: (event) => this.handleNameChange(event) }), index.h("stencil-toggle", { key: 'bfe774c4af388270de3e1b22f1aebe126c0067ba', label: "Private", checked: this.isPrivate, onToggledChange: this.handlePrivateChange }), index.h("div", { key: 'abe79da66c297d89d49a79a7839587adb5d78501', class: "submit-button" }, index.h("custom-button", { key: '6c0b0f8714f459ff9769c9c877269dfecd15b0e8', variant: 'outline', type: "submit", onCustomClick: this.handleCancelClick }, "Cancel"), index.h("custom-button", { key: 'bf519ab9c4e0b88becb93e882ac8487a15b5efa5', disabled: !this.name, type: "submit", onCustomClick: this.onCustomButtonClick }, "Create List")))));
781
+ return (index.h("div", { key: '6ea4287c721de2ac229c6e2ffae1a89bd795f7ef', class: "wrapper" }, index.h("form", { key: 'a255871bcdf0f5a16dd617a7817cb606f2c71cc5', class: "save-form", onSubmit: this.handleSubmit }, index.h("text-field", { key: 'fe345f3096b6f59e634f69b294969ed004e2b60d', label: "Hotlist Name", placeholder: "Create a name for your Hotlist", value: this.name, onChange: (event) => this.handleNameChange(event) }), index.h("stencil-toggle", { key: '54e70c440626d5d8b214d2fcea00921980da5a83', label: "Private", checked: this.isPrivate, onToggledChange: this.handlePrivateChange }), index.h("div", { key: 'bbe4cedbe049e779fb049505234cf33dc182b7d6', class: "submit-button" }, index.h("custom-button", { key: '9c19b71bfaf46f27443c26ddc191715d8662c8ef', variant: 'outline', type: "submit", onCustomClick: this.handleCancelClick }, "Cancel"), index.h("custom-button", { key: 'd040b0d48592fa144d95611548d30f0ba7c764d4', disabled: !this.name, type: "submit", onCustomClick: this.onCustomButtonClick }, "Create List")))));
782
782
  }
783
783
  get el() { return index.getElement(this); }
784
784
  };