udp-stencil-component-library 25.18.2-beta.5 → 25.18.2-beta.7

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 (331) hide show
  1. package/dist/cjs/add-map-feature-popup_4.cjs.entry.js +12 -12
  2. package/dist/cjs/advanced-search_12.cjs.entry.js +1 -1
  3. package/dist/cjs/ag-grid-base.ghost-render.grid-header.hint-panel.udp-dialog.udp-list-item.entry.cjs.js.map +1 -1
  4. package/dist/cjs/ag-grid-base_6.cjs.entry.js +27 -11
  5. package/dist/cjs/api-method-instance-grid.cjs.entry.js +1 -1
  6. package/dist/cjs/app-bar.cjs.entry.js +1 -1
  7. package/dist/cjs/check-box.cjs.entry.js +2 -2
  8. package/dist/cjs/chip-section.cjs.entry.js +2 -2
  9. package/dist/cjs/client-side-grid_2.cjs.entry.js +3 -3
  10. package/dist/cjs/entity-maintenance-grid.cjs.entry.js +1 -1
  11. package/dist/cjs/feature-details-card_2.cjs.entry.js +5 -5
  12. package/dist/cjs/filter-conditions_7.cjs.entry.js +2 -2
  13. package/dist/cjs/form-metadata-display_8.cjs.entry.js +6 -6
  14. package/dist/cjs/index-CGCOXUJE.js +10 -10
  15. package/dist/cjs/index.cjs.js +138 -0
  16. package/dist/cjs/index.cjs.js.map +1 -1
  17. package/dist/cjs/loader.cjs.js +1 -1
  18. package/dist/cjs/map-component_2.cjs.entry.js +2 -2
  19. package/dist/cjs/numeric-field_5.cjs.entry.js +15 -15
  20. package/dist/cjs/primary-action-header.udp-tabs.entry.cjs.js.map +1 -0
  21. package/dist/cjs/{primary-action-header_3.cjs.entry.js → primary-action-header_2.cjs.entry.js} +4 -266
  22. package/dist/cjs/resource-timeline-calendar.cjs.entry.js +1 -1
  23. package/dist/cjs/search-method-grid.cjs.entry.js +2 -1
  24. package/dist/cjs/search-method-grid.entry.cjs.js.map +1 -1
  25. package/dist/cjs/server-side-grid.cjs.entry.js +1 -1
  26. package/dist/cjs/side-sheet-container.cjs.entry.js +1 -1
  27. package/dist/cjs/stencil-library.cjs.js +1 -1
  28. package/dist/cjs/stencil-toggle.cjs.entry.js +4 -4
  29. package/dist/cjs/text-field_2.cjs.entry.js +7 -7
  30. package/dist/cjs/udp-chip_3.cjs.entry.js +1 -1
  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 +35 -0
  35. package/dist/cjs/udp-container.entry.cjs.js.map +1 -0
  36. package/dist/cjs/udp-date-range-selector.cjs.entry.js +1 -1
  37. package/dist/cjs/udp-dynamic-container-with-menu.cjs.entry.js +1 -1
  38. package/dist/cjs/udp-linear-loader.udp-side-sheet.entry.cjs.js.map +1 -0
  39. package/dist/cjs/udp-linear-loader_2.cjs.entry.js +289 -0
  40. package/dist/cjs/udp-map.cjs.entry.js +3 -3
  41. package/dist/cjs/udp-menu-item.udp-pop-over.entry.cjs.js.map +1 -0
  42. package/dist/cjs/{udp-pop-over.cjs.entry.js → udp-menu-item_2.cjs.entry.js} +23 -1
  43. package/dist/cjs/udp-page.cjs.entry.js +1 -1
  44. package/dist/cjs/udp-skeleton-loading.cjs.entry.js +1 -1
  45. package/dist/cjs/udp-split-screen.cjs.entry.js +1 -1
  46. package/dist/cjs/udp-stepper-demo.cjs.entry.js +1 -1
  47. package/dist/cjs/udp-tab-panel.cjs.entry.js +2 -2
  48. package/dist/cjs/udp-tab.cjs.entry.js +1 -1
  49. package/dist/cjs/udp-timeline-connector.cjs.entry.js +1 -1
  50. package/dist/cjs/udp-timeline-dot.cjs.entry.js +1 -1
  51. package/dist/cjs/udp-timeline-item.cjs.entry.js +2 -2
  52. package/dist/cjs/udp-timeline-separator.cjs.entry.js +1 -1
  53. package/dist/cjs/udp-timeline.cjs.entry.js +1 -1
  54. package/dist/cjs/udp-vertical-spacer.cjs.entry.js +1 -1
  55. package/dist/collection/components/grid/new-grid/ag-grid-base.js +2 -1
  56. package/dist/collection/components/grid/new-grid/ag-grid-base.js.map +1 -1
  57. package/dist/collection/components/grid/new-grid/api-method-instance-grid.js +1 -1
  58. package/dist/collection/components/grid/new-grid/client-side-grid.js +1 -1
  59. package/dist/collection/components/grid/new-grid/datasources/searchMethodDatasource.js +1 -0
  60. package/dist/collection/components/grid/new-grid/datasources/searchMethodDatasource.js.map +1 -1
  61. package/dist/collection/components/grid/new-grid/entity-maintenance-grid.js +1 -1
  62. package/dist/collection/components/grid/new-grid/gridFunctions/bulkActions.js +24 -9
  63. package/dist/collection/components/grid/new-grid/gridFunctions/bulkActions.js.map +1 -1
  64. package/dist/collection/components/grid/new-grid/interfaces/grid.js.map +1 -1
  65. package/dist/collection/components/grid/new-grid/search-method-grid.js +1 -1
  66. package/dist/collection/components/grid/new-grid/server-side-grid.js +1 -1
  67. package/dist/collection/components/grid/resource-timeline-calendar/resource-timeline-calendar.js +1 -1
  68. package/dist/collection/components/grid/resource-timeline-calendar/resource-timeline-primary-bar.js +2 -2
  69. package/dist/collection/components/inputs/checkbox/check-box.js +2 -2
  70. package/dist/collection/components/inputs/date-range-selector/udp-date-range-selector.js +1 -1
  71. package/dist/collection/components/inputs/date-selector/udp-date-selector.js +3 -3
  72. package/dist/collection/components/inputs/date-time-selector/udp-datetime-selector.js +3 -3
  73. package/dist/collection/components/inputs/form metadata display/form-metadata-display.js +1 -1
  74. package/dist/collection/components/inputs/image-upload/image-upload.js +1 -1
  75. package/dist/collection/components/inputs/numeric-field/numeric-field.js +3 -3
  76. package/dist/collection/components/inputs/signature-input/signature-input.js +2 -2
  77. package/dist/collection/components/inputs/tally/tally.js +2 -2
  78. package/dist/collection/components/inputs/text-area/text-area.js +3 -3
  79. package/dist/collection/components/inputs/text-field/text-field.js +3 -3
  80. package/dist/collection/components/inputs/time-selector/udp-time-selector.js +3 -3
  81. package/dist/collection/components/inputs/toggle/stencil-toggle.js +4 -4
  82. package/dist/collection/components/inputs/udp-selector/udp-selector.js +4 -4
  83. package/dist/collection/components/layout/udp-container/udp-container.js +2 -2
  84. package/dist/collection/components/layout/udp-container-query/udp-container-query.js +2 -2
  85. package/dist/collection/components/layout/udp-container-query-grid/udp-container-query-grid.js +1 -1
  86. package/dist/collection/components/layout/udp-container-query-grid-item/udp-container-query-grid-item.js +1 -1
  87. package/dist/collection/components/layout/udp-page/udp-page.js +1 -1
  88. package/dist/collection/components/layout/udp-split-screen/udp-split-screen.js +1 -1
  89. package/dist/collection/components/layout/udp-vertical-spacer.js +1 -1
  90. package/dist/collection/components/loaders/udp-grid-loader/udp-grid-loader.js +2 -2
  91. package/dist/collection/components/loaders/udp-linear-loader/udp-linear-loader.js +1 -1
  92. package/dist/collection/components/loaders/udp-skeleton-loading.js +1 -1
  93. package/dist/collection/components/map/udp-map/map-component.js +1 -1
  94. package/dist/collection/components/map/udp-map/popups/add-map-feature-popup.js +3 -3
  95. package/dist/collection/components/map/udp-map/popups/feature-details-card/feature-details-card.js +4 -4
  96. package/dist/collection/components/map/udp-map/popups/feature-details-popup.js +1 -1
  97. package/dist/collection/components/map/udp-map/popups/select-layer-popup.js +2 -2
  98. package/dist/collection/components/map/udp-map/popups/split-line-popup.js +1 -1
  99. package/dist/collection/components/map/udp-map/toolbar/map-toolbar.js +6 -6
  100. package/dist/collection/components/map/udp-map/udp-map-toolbar.js +1 -1
  101. package/dist/collection/components/map/udp-map/udp-map.js +3 -3
  102. package/dist/collection/components/menu/menu-item/udp-menu-item.js +1 -1
  103. package/dist/collection/components/menu/udp-menu.js +1 -1
  104. package/dist/collection/components/stepper/udp-stepper-demo.js +1 -1
  105. package/dist/collection/components/tabs/tab/tabs/udp-tabs.js +2 -2
  106. package/dist/collection/components/tabs/tab/udp-tab.js +1 -1
  107. package/dist/collection/components/tabs/udp-tab-panel/udp-tab-panel.js +2 -2
  108. package/dist/collection/components/timeline/udp-timeline-connector.js +1 -1
  109. package/dist/collection/components/timeline/udp-timeline-dot.js +1 -1
  110. package/dist/collection/components/timeline/udp-timeline-item.js +2 -2
  111. package/dist/collection/components/timeline/udp-timeline-separator.js +1 -1
  112. package/dist/collection/components/timeline/udp-timeline.js +1 -1
  113. package/dist/collection/components/toolbars/app-bar/app-bar.js +1 -1
  114. package/dist/collection/components/util/ghost-render/ghost-render.js +1 -1
  115. package/dist/collection/deprecated/components/side-sheet/side-sheet-container.js +1 -1
  116. package/dist/collection/deprecated/components/side-sheet/side-sheet.js +1 -1
  117. package/dist/collection/index.js +1 -0
  118. package/dist/collection/index.js.map +1 -1
  119. package/dist/collection/udp-utilities/layout/udp-dynamic-container-with-menu/chip-section/chip-section.js +2 -2
  120. package/dist/collection/udp-utilities/layout/udp-dynamic-container-with-menu/udp-dynamic-container-with-menu.js +1 -1
  121. package/dist/collection/udp-utilities/udp-websocket-client/udp-websocket-client.js +137 -0
  122. package/dist/collection/udp-utilities/udp-websocket-client/udp-websocket-client.js.map +1 -0
  123. package/dist/components/add-map-feature-popup2.js +3 -3
  124. package/dist/components/ag-grid-base2.js +78 -38
  125. package/dist/components/ag-grid-base2.js.map +1 -1
  126. package/dist/components/api-method-instance-grid.js +59 -35
  127. package/dist/components/api-method-instance-grid.js.map +1 -1
  128. package/dist/components/app-bar.js +1 -1
  129. package/dist/components/check-box.js +2 -2
  130. package/dist/components/chip-section.js +2 -2
  131. package/dist/components/client-side-grid2.js +55 -31
  132. package/dist/components/client-side-grid2.js.map +1 -1
  133. package/dist/components/entity-maintenance-grid.js +1 -1
  134. package/dist/components/feature-details-card2.js +4 -4
  135. package/dist/components/feature-details-popup2.js +1 -1
  136. package/dist/components/form-metadata-display2.js +1 -1
  137. package/dist/components/ghost-render2.js +1 -1
  138. package/dist/components/image-upload2.js +1 -1
  139. package/dist/components/index.js +138 -1
  140. package/dist/components/index.js.map +1 -1
  141. package/dist/components/map-component2.js +1 -1
  142. package/dist/components/map-toolbar2.js +6 -6
  143. package/dist/components/numeric-field2.js +3 -3
  144. package/dist/components/resource-timeline-calendar.js +59 -35
  145. package/dist/components/resource-timeline-calendar.js.map +1 -1
  146. package/dist/components/resource-timeline-primary-bar2.js +2 -2
  147. package/dist/components/search-method-grid2.js +58 -33
  148. package/dist/components/search-method-grid2.js.map +1 -1
  149. package/dist/components/select-layer-popup2.js +2 -2
  150. package/dist/components/server-side-grid2.js +55 -31
  151. package/dist/components/server-side-grid2.js.map +1 -1
  152. package/dist/components/side-sheet-container2.js +1 -1
  153. package/dist/components/side-sheet2.js +1 -1
  154. package/dist/components/signature-input2.js +2 -2
  155. package/dist/components/split-line-popup2.js +1 -1
  156. package/dist/components/stencil-toggle2.js +4 -4
  157. package/dist/components/tally.js +2 -2
  158. package/dist/components/text-area2.js +3 -3
  159. package/dist/components/text-field2.js +3 -3
  160. package/dist/components/udp-container-query-grid-item.js +1 -1
  161. package/dist/components/udp-container-query-grid.js +1 -1
  162. package/dist/components/udp-container-query2.js +2 -2
  163. package/dist/components/udp-container2.js +2 -2
  164. package/dist/components/udp-date-range-selector.js +1 -1
  165. package/dist/components/udp-date-selector2.js +3 -3
  166. package/dist/components/udp-datetime-selector2.js +3 -3
  167. package/dist/components/udp-dynamic-container-with-menu2.js +1 -1
  168. package/dist/components/udp-grid-loader2.js +2 -2
  169. package/dist/components/udp-linear-loader2.js +1 -1
  170. package/dist/components/udp-map-toolbar2.js +1 -1
  171. package/dist/components/udp-map.js +3 -3
  172. package/dist/components/udp-menu-item2.js +1 -1
  173. package/dist/components/udp-menu2.js +1 -1
  174. package/dist/components/udp-page.js +1 -1
  175. package/dist/components/udp-selector2.js +4 -4
  176. package/dist/components/udp-skeleton-loading2.js +1 -1
  177. package/dist/components/udp-split-screen.js +1 -1
  178. package/dist/components/udp-stepper-demo.js +1 -1
  179. package/dist/components/udp-tab-panel.js +2 -2
  180. package/dist/components/udp-tab.js +1 -1
  181. package/dist/components/udp-tabs2.js +2 -2
  182. package/dist/components/udp-time-selector2.js +3 -3
  183. package/dist/components/udp-timeline-connector.js +1 -1
  184. package/dist/components/udp-timeline-dot.js +1 -1
  185. package/dist/components/udp-timeline-item.js +2 -2
  186. package/dist/components/udp-timeline-separator.js +1 -1
  187. package/dist/components/udp-timeline.js +1 -1
  188. package/dist/components/udp-vertical-spacer.js +1 -1
  189. package/dist/docs.json +141 -52
  190. package/dist/esm/add-map-feature-popup_4.entry.js +12 -12
  191. package/dist/esm/advanced-search_12.entry.js +1 -1
  192. package/dist/esm/ag-grid-base.ghost-render.grid-header.hint-panel.udp-dialog.udp-list-item.entry.js.map +1 -1
  193. package/dist/esm/ag-grid-base_6.entry.js +27 -11
  194. package/dist/esm/api-method-instance-grid.entry.js +1 -1
  195. package/dist/esm/app-bar.entry.js +1 -1
  196. package/dist/esm/check-box.entry.js +2 -2
  197. package/dist/esm/chip-section.entry.js +2 -2
  198. package/dist/esm/client-side-grid_2.entry.js +3 -3
  199. package/dist/esm/entity-maintenance-grid.entry.js +1 -1
  200. package/dist/esm/feature-details-card_2.entry.js +5 -5
  201. package/dist/esm/filter-conditions_7.entry.js +2 -2
  202. package/dist/esm/form-metadata-display_8.entry.js +6 -6
  203. package/dist/esm/index-CaZq3YdB.js +10 -10
  204. package/dist/esm/index.js +138 -1
  205. package/dist/esm/index.js.map +1 -1
  206. package/dist/esm/loader.js +1 -1
  207. package/dist/esm/map-component_2.entry.js +2 -2
  208. package/dist/esm/numeric-field_5.entry.js +15 -15
  209. package/dist/esm/primary-action-header.udp-tabs.entry.js.map +1 -0
  210. package/dist/esm/{primary-action-header_3.entry.js → primary-action-header_2.entry.js} +5 -262
  211. package/dist/esm/resource-timeline-calendar.entry.js +1 -1
  212. package/dist/esm/search-method-grid.entry.js +2 -1
  213. package/dist/esm/search-method-grid.entry.js.map +1 -1
  214. package/dist/esm/server-side-grid.entry.js +1 -1
  215. package/dist/esm/side-sheet-container.entry.js +1 -1
  216. package/dist/esm/stencil-library.js +1 -1
  217. package/dist/esm/stencil-toggle.entry.js +4 -4
  218. package/dist/esm/text-field_2.entry.js +7 -7
  219. package/dist/esm/udp-chip_3.entry.js +1 -1
  220. package/dist/esm/udp-container-query-grid-item.entry.js +1 -1
  221. package/dist/esm/udp-container-query-grid.entry.js +1 -1
  222. package/dist/esm/udp-container-query.entry.js +2 -2
  223. package/dist/esm/udp-container.entry.js +33 -0
  224. package/dist/esm/udp-container.entry.js.map +1 -0
  225. package/dist/esm/udp-date-range-selector.entry.js +1 -1
  226. package/dist/esm/udp-dynamic-container-with-menu.entry.js +1 -1
  227. package/dist/esm/udp-linear-loader.udp-side-sheet.entry.js.map +1 -0
  228. package/dist/esm/udp-linear-loader_2.entry.js +282 -0
  229. package/dist/esm/udp-map.entry.js +3 -3
  230. package/dist/esm/udp-menu-item.udp-pop-over.entry.js.map +1 -0
  231. package/dist/esm/{udp-pop-over.entry.js → udp-menu-item_2.entry.js} +24 -3
  232. package/dist/esm/udp-page.entry.js +1 -1
  233. package/dist/esm/udp-skeleton-loading.entry.js +1 -1
  234. package/dist/esm/udp-split-screen.entry.js +1 -1
  235. package/dist/esm/udp-stepper-demo.entry.js +1 -1
  236. package/dist/esm/udp-tab-panel.entry.js +2 -2
  237. package/dist/esm/udp-tab.entry.js +1 -1
  238. package/dist/esm/udp-timeline-connector.entry.js +1 -1
  239. package/dist/esm/udp-timeline-dot.entry.js +1 -1
  240. package/dist/esm/udp-timeline-item.entry.js +2 -2
  241. package/dist/esm/udp-timeline-separator.entry.js +1 -1
  242. package/dist/esm/udp-timeline.entry.js +1 -1
  243. package/dist/esm/udp-vertical-spacer.entry.js +1 -1
  244. package/dist/stencil-library/add-map-feature-popup_4.entry.js +1 -1
  245. package/dist/stencil-library/advanced-search_12.entry.js +1 -1
  246. package/dist/stencil-library/ag-grid-base.ghost-render.grid-header.hint-panel.udp-dialog.udp-list-item.entry.esm.js.map +1 -1
  247. package/dist/stencil-library/ag-grid-base_6.entry.js +1 -1
  248. package/dist/stencil-library/ag-grid-base_6.entry.js.map +1 -1
  249. package/dist/stencil-library/api-method-instance-grid.entry.js +1 -1
  250. package/dist/stencil-library/app-bar.entry.js +1 -1
  251. package/dist/stencil-library/check-box.entry.js +1 -1
  252. package/dist/stencil-library/chip-section.entry.js +1 -1
  253. package/dist/stencil-library/client-side-grid_2.entry.js +1 -1
  254. package/dist/stencil-library/entity-maintenance-grid.entry.js +1 -1
  255. package/dist/stencil-library/feature-details-card_2.entry.js +1 -1
  256. package/dist/stencil-library/filter-conditions_7.entry.js +1 -1
  257. package/dist/stencil-library/form-metadata-display_8.entry.js +1 -1
  258. package/dist/stencil-library/index.esm.js +1 -1
  259. package/dist/stencil-library/index.esm.js.map +1 -1
  260. package/dist/stencil-library/map-component_2.entry.js +1 -1
  261. package/dist/stencil-library/numeric-field_5.entry.js +1 -1
  262. package/dist/stencil-library/primary-action-header.udp-tabs.entry.esm.js.map +1 -0
  263. package/dist/stencil-library/primary-action-header_2.entry.js +2 -0
  264. package/dist/stencil-library/primary-action-header_2.entry.js.map +1 -0
  265. package/dist/stencil-library/resource-timeline-calendar.entry.js +1 -1
  266. package/dist/stencil-library/search-method-grid.entry.esm.js.map +1 -1
  267. package/dist/stencil-library/search-method-grid.entry.js +1 -1
  268. package/dist/stencil-library/search-method-grid.entry.js.map +1 -1
  269. package/dist/stencil-library/server-side-grid.entry.js +1 -1
  270. package/dist/stencil-library/side-sheet-container.entry.js +1 -1
  271. package/dist/stencil-library/stencil-library.esm.js +1 -1
  272. package/dist/stencil-library/stencil-toggle.entry.js +1 -1
  273. package/dist/stencil-library/text-field_2.entry.js +1 -1
  274. package/dist/stencil-library/udp-chip_3.entry.js +1 -1
  275. package/dist/stencil-library/udp-container-query-grid-item.entry.js +1 -1
  276. package/dist/stencil-library/udp-container-query-grid.entry.js +1 -1
  277. package/dist/stencil-library/udp-container-query.entry.js +1 -1
  278. package/dist/stencil-library/udp-container.entry.esm.js.map +1 -0
  279. package/dist/stencil-library/udp-container.entry.js +2 -0
  280. package/dist/stencil-library/udp-container.entry.js.map +1 -0
  281. package/dist/stencil-library/udp-date-range-selector.entry.js +1 -1
  282. package/dist/stencil-library/udp-dynamic-container-with-menu.entry.js +1 -1
  283. package/dist/stencil-library/udp-linear-loader.udp-side-sheet.entry.esm.js.map +1 -0
  284. package/dist/stencil-library/udp-linear-loader_2.entry.js +2 -0
  285. package/dist/stencil-library/udp-linear-loader_2.entry.js.map +1 -0
  286. package/dist/stencil-library/udp-map.entry.js +1 -1
  287. package/dist/stencil-library/udp-menu-item.udp-pop-over.entry.esm.js.map +1 -0
  288. package/dist/stencil-library/udp-menu-item_2.entry.js +2 -0
  289. package/dist/stencil-library/udp-menu-item_2.entry.js.map +1 -0
  290. package/dist/stencil-library/udp-page.entry.js +1 -1
  291. package/dist/stencil-library/udp-skeleton-loading.entry.js +1 -1
  292. package/dist/stencil-library/udp-split-screen.entry.js +1 -1
  293. package/dist/stencil-library/udp-stepper-demo.entry.js +1 -1
  294. package/dist/stencil-library/udp-tab-panel.entry.js +1 -1
  295. package/dist/stencil-library/udp-tab.entry.js +1 -1
  296. package/dist/stencil-library/udp-timeline-connector.entry.js +1 -1
  297. package/dist/stencil-library/udp-timeline-dot.entry.js +1 -1
  298. package/dist/stencil-library/udp-timeline-item.entry.js +1 -1
  299. package/dist/stencil-library/udp-timeline-item.entry.js.map +1 -1
  300. package/dist/stencil-library/udp-timeline-separator.entry.js +1 -1
  301. package/dist/stencil-library/udp-timeline.entry.js +1 -1
  302. package/dist/stencil-library/udp-vertical-spacer.entry.js +1 -1
  303. package/dist/types/components/grid/new-grid/gridFunctions/bulkActions.d.ts +4 -2
  304. package/dist/types/components/grid/new-grid/interfaces/grid.d.ts +1 -0
  305. package/dist/types/index.d.ts +1 -0
  306. package/dist/types/udp-utilities/udp-websocket-client/udp-websocket-client.d.ts +34 -0
  307. package/package.json +1 -1
  308. package/dist/cjs/primary-action-header.udp-side-sheet.udp-tabs.entry.cjs.js.map +0 -1
  309. package/dist/cjs/udp-container.udp-linear-loader.entry.cjs.js.map +0 -1
  310. package/dist/cjs/udp-container_2.cjs.entry.js +0 -56
  311. package/dist/cjs/udp-menu-item.cjs.entry.js +0 -27
  312. package/dist/cjs/udp-menu-item.entry.cjs.js.map +0 -1
  313. package/dist/cjs/udp-pop-over.entry.cjs.js.map +0 -1
  314. package/dist/esm/primary-action-header.udp-side-sheet.udp-tabs.entry.js.map +0 -1
  315. package/dist/esm/udp-container.udp-linear-loader.entry.js.map +0 -1
  316. package/dist/esm/udp-container_2.entry.js +0 -53
  317. package/dist/esm/udp-menu-item.entry.js +0 -25
  318. package/dist/esm/udp-menu-item.entry.js.map +0 -1
  319. package/dist/esm/udp-pop-over.entry.js.map +0 -1
  320. package/dist/stencil-library/primary-action-header.udp-side-sheet.udp-tabs.entry.esm.js.map +0 -1
  321. package/dist/stencil-library/primary-action-header_3.entry.js +0 -2
  322. package/dist/stencil-library/primary-action-header_3.entry.js.map +0 -1
  323. package/dist/stencil-library/udp-container.udp-linear-loader.entry.esm.js.map +0 -1
  324. package/dist/stencil-library/udp-container_2.entry.js +0 -2
  325. package/dist/stencil-library/udp-container_2.entry.js.map +0 -1
  326. package/dist/stencil-library/udp-menu-item.entry.esm.js.map +0 -1
  327. package/dist/stencil-library/udp-menu-item.entry.js +0 -2
  328. package/dist/stencil-library/udp-menu-item.entry.js.map +0 -1
  329. package/dist/stencil-library/udp-pop-over.entry.esm.js.map +0 -1
  330. package/dist/stencil-library/udp-pop-over.entry.js +0 -2
  331. package/dist/stencil-library/udp-pop-over.entry.js.map +0 -1
@@ -28,7 +28,7 @@ export class UdpDateRangeSelector {
28
28
  : this.variant === 'single'
29
29
  ? 'calendar-date'
30
30
  : 'calendar-range';
31
- return (h(Host, { key: '98fb48f793658c67a5ae8e84daa712295a9e3080', style: { '--calendar-width': this.width } }, h(CalendarTag, { key: '03bd3adc716431fcfc7da2ab6bc40ccb804e9113', value: this.value, min: this.minDate, max: this.maxDate, firstDayOfWeek: 0, months: this.monthsToDisplay, showOutsideDays: true, pageBy: "single", isDateDisallowed: this.isDateDisallowed, getDayParts: this.getDayParts, onChange: this.handleChange }, h("udp-icon", { key: '7f8a4aa9e0ecebdc6e806c3d20fe9fb55559e0ab', slot: "previous", iconName: 'chevronLeft16', color: "inherit" }), h("udp-icon", { key: 'ab0efbca0d3bd404c2e9fe43864eac1f156a73d0', slot: "next", iconName: 'chevronRight16', color: "inherit" }), h("div", { key: 'aadb14be39e4ef95630514ae378aa254bcfb2d53', class: "grid" }, Array.from({ length: this.monthsToDisplay }).map((_, index) => (h("calendar-month", { offset: index })))))));
31
+ return (h(Host, { key: '872a0ac12d8ba50108eb2c996f5c68d853fe538b', style: { '--calendar-width': this.width } }, h(CalendarTag, { key: 'e1348c050e9b49f4a5826bd5f6b07be7e6e2ed2b', value: this.value, min: this.minDate, max: this.maxDate, firstDayOfWeek: 0, months: this.monthsToDisplay, showOutsideDays: true, pageBy: "single", isDateDisallowed: this.isDateDisallowed, getDayParts: this.getDayParts, onChange: this.handleChange }, h("udp-icon", { key: 'eaf925e2c0ad13010adc17825dd012377e736a69', slot: "previous", iconName: 'chevronLeft16', color: "inherit" }), h("udp-icon", { key: '1bc7f790f4b310fd80ed48824b63acef742ef196', slot: "next", iconName: 'chevronRight16', color: "inherit" }), h("div", { key: 'df184ba087089ce5e53ea80d1cda01e6428e36f3', class: "grid" }, Array.from({ length: this.monthsToDisplay }).map((_, index) => (h("calendar-month", { offset: index })))))));
32
32
  }
33
33
  static get is() { return "udp-date-range-selector"; }
34
34
  static get encapsulation() { return "shadow"; }
@@ -160,7 +160,7 @@ export class UdpDateSelector {
160
160
  classNames.push('bx--text-input--full-width');
161
161
  }
162
162
  const inputClass = classNames.join(' ');
163
- return (h(Host, { key: '6508c42efac96e7db1d320ec4faed15fd849540c', class: {
163
+ return (h(Host, { key: '059b2399e917f7ebb88d764e25c79853e4e3f01f', class: {
164
164
  'udp-input': true,
165
165
  'udp-input--error': isError,
166
166
  'udp-input--disabled': this.disabled,
@@ -169,9 +169,9 @@ export class UdpDateSelector {
169
169
  'udp-input--required': this.required,
170
170
  [`udp-input--size-${this.size}`]: true,
171
171
  [`udp-input--margin-${this.margin}`]: true,
172
- }, "aria-invalid": isError ? 'true' : 'false', "aria-required": this.required ? 'true' : 'false' }, h("div", { key: 'ecd12c48810b985d702ce70ab89e0670f387c257', class: "bx--form-item" }, h("unity-typography", { key: '51a542e4f6c238965fc82312a10beb21386d4ead', variant: "caption-text" }, h("label", { key: 'af6d330c10eb905ee01e53e50d43038d10a0714f', htmlFor: this.id, class: "bx--label" }, this.label, this.required ? '*' : '')), h("input", { key: '183af2eb4d561a24098dee7c8eebb2b3436606d2', 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,
172
+ }, "aria-invalid": isError ? 'true' : 'false', "aria-required": this.required ? 'true' : 'false' }, h("div", { key: 'd32d5ca325b9eec57923dee615fccac31e2a2d3d', class: "bx--form-item" }, h("unity-typography", { key: 'bd4d8d5a65f6db822172d726acf4f901aa173d6b', variant: "caption-text" }, h("label", { key: '980e5f485074b96e7d5893d99cf96cf58181177f', htmlFor: this.id, class: "bx--label" }, this.label, this.required ? '*' : '')), h("input", { key: '099b7ff32e63380fca4d46c9ab2c42727d11c250', 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,
173
173
  //@ts-ignore
174
- udprecordid: 'udpRecord-udp-date-selector-' + this.id }), h("unity-typography", { key: '3233342e07981927427787adbc0dc0cad28d302c', class: "error-message", variant: "caption-text", color: "error" }, this.errorMessage))));
174
+ udprecordid: 'udpRecord-udp-date-selector-' + this.id }), h("unity-typography", { key: '48bdb76b087160ee1904f708b9908c1b625b7995', class: "error-message", variant: "caption-text", color: "error" }, this.errorMessage))));
175
175
  }
176
176
  static get is() { return "udp-date-selector"; }
177
177
  static get encapsulation() { return "shadow"; }
@@ -189,7 +189,7 @@ export class UdpDateTimeSelector {
189
189
  classNames.push('bx--text-input--full-width');
190
190
  }
191
191
  const inputClass = classNames.join(' ');
192
- return (h(Host, { key: '510b2b323027de453c53f54c4f2e07852e704559', class: {
192
+ return (h(Host, { key: '0eddaf6bead525751f2cbbfbdc6f1e8c9ee2ad60', class: {
193
193
  'udp-input': true,
194
194
  'udp-input--error': isError,
195
195
  'udp-input--disabled': this.disabled,
@@ -198,9 +198,9 @@ export class UdpDateTimeSelector {
198
198
  'udp-input--required': this.required,
199
199
  [`udp-input--size-${this.size}`]: true,
200
200
  [`udp-input--margin-${this.margin}`]: true,
201
- }, "aria-invalid": isError ? 'true' : 'false', "aria-required": this.required ? 'true' : 'false' }, h("div", { key: 'fc3b80d9a0613e7c85831183c7e73ee0ea6f5fa8', class: "bx--form-item" }, h("unity-typography", { key: '96d28577fb180ffbd021ff475028c93cd1c10262', variant: "caption-text" }, h("label", { key: '3f7eb4054fd21b7b684e6d0012fe249c5b164b3a', htmlFor: this.id, class: "bx--label" }, this.label, this.required ? '*' : '')), h("input", { key: 'e8d1d3f9228b9a49bb3a2a5cd860660d2ed1f6c4', 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,
201
+ }, "aria-invalid": isError ? 'true' : 'false', "aria-required": this.required ? 'true' : 'false' }, h("div", { key: '6e19a9481e654fde525031375c99013dc48c9a98', class: "bx--form-item" }, h("unity-typography", { key: 'f6c2b1855a412810762d485ec33adffa116f5a9a', variant: "caption-text" }, h("label", { key: 'c2660d82ad87c0cecc1cd46cefcb4f5ad37e28f7', htmlFor: this.id, class: "bx--label" }, this.label, this.required ? '*' : '')), h("input", { key: 'c6f0a8d49ae387a193bb47d4de1748d8fe1d41a7', 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,
202
202
  //@ts-ignore
203
- udprecordid: 'udpRecord-udp-datetime-selector-' + this.id }), h("unity-typography", { key: '6a3b75c91e17283f5e36a782735d5b09eb927aee', class: "error-message", variant: "caption-text", color: "error" }, this.errorMessage))));
203
+ udprecordid: 'udpRecord-udp-datetime-selector-' + this.id }), h("unity-typography", { key: 'ebefdc4a695d374c63dd6e62ba1602bf7389e9c2', class: "error-message", variant: "caption-text", color: "error" }, this.errorMessage))));
204
204
  }
205
205
  static get is() { return "udp-datetime-selector"; }
206
206
  static get encapsulation() { return "shadow"; }
@@ -52,7 +52,7 @@ export class FormMetadataDisplay {
52
52
  render() {
53
53
  return (
54
54
  // role/aria-label provide a lightweight accessible grouping for screen readers
55
- h("div", { key: '021592a0d62e034a1ff09871021fe86988bfa49d', class: "container", role: "group", "aria-label": "Form metadata" }, this.displayOwnerFullName && this.userDisplayName && this.renderRow('Name', this.userDisplayName), this.displayOwnerEmail && this.userEmail && this.renderRow('Email', this.userEmail), this.displaySubmissionDate && this.submittedOn && this.renderRow('Submitted on', dateFormatter(this.submittedOn, 'long'))));
55
+ h("div", { key: 'eec0b6d84cba30720f86b4f4cbd3781b1fa8d76f', class: "container", role: "group", "aria-label": "Form metadata" }, this.displayOwnerFullName && this.userDisplayName && this.renderRow('Name', this.userDisplayName), this.displayOwnerEmail && this.userEmail && this.renderRow('Email', this.userEmail), this.displaySubmissionDate && this.submittedOn && this.renderRow('Submitted on', dateFormatter(this.submittedOn, 'long'))));
56
56
  }
57
57
  static get is() { return "form-metadata-display"; }
58
58
  static get encapsulation() { return "shadow"; }
@@ -65,7 +65,7 @@ export class ImageUpload {
65
65
  };
66
66
  }
67
67
  render() {
68
- return (h(Host, { key: '8b95c4bb3a085aeeb0aab3a352c4bedd5d723f20' }, h("file-upload", { key: '2fae3ef81fd7b5a2ea7c875954629deac44f53af', allowMultiple: false, allowedMimeTypes: this.allowedMimeTypes, fullWidth: this.fullWidth, required: this.required, error: this.error, dragAndDropMessage: this.dragAndDropMessage, browseFileMessage: this.browseFileMessage, hideDragAndDrop: this.hideDragAndDrop, hideButton: this.hideButton, id: this.id, name: this.name, label: this.label, disabled: this.disabled, readonly: this.readonly, initialValue: this.initialValue, renderImage: true, onChange: this.handleFileChange })));
68
+ return (h(Host, { key: 'd99ff15d410e2fbc1e4679694ed0615ea72d83de' }, h("file-upload", { key: '8a25e124d89bb9648fde62108253d68ed8107e89', allowMultiple: false, allowedMimeTypes: this.allowedMimeTypes, fullWidth: this.fullWidth, required: this.required, error: this.error, dragAndDropMessage: this.dragAndDropMessage, browseFileMessage: this.browseFileMessage, hideDragAndDrop: this.hideDragAndDrop, hideButton: this.hideButton, id: this.id, name: this.name, label: this.label, disabled: this.disabled, readonly: this.readonly, initialValue: this.initialValue, renderImage: true, onChange: this.handleFileChange })));
69
69
  }
70
70
  static get is() { return "image-upload"; }
71
71
  static get encapsulation() { return "shadow"; }
@@ -159,7 +159,7 @@ export class NumericField {
159
159
  'bx--text-input--error': isError,
160
160
  'text-field--disabled': this.disabled,
161
161
  };
162
- return (h(Host, { key: 'efe222e4acc6be9cbb2741e757673f6958e895da', class: {
162
+ return (h(Host, { key: '5b66f1827ef29b0229c3ae9dddc41f0450ff1bc8', class: {
163
163
  'udp-input': true,
164
164
  'udp-input--error': isError,
165
165
  'udp-input--disabled': this.disabled,
@@ -168,9 +168,9 @@ export class NumericField {
168
168
  'udp-input--readonly': this.readonly,
169
169
  [`udp-input--size-${this.size}`]: true,
170
170
  [`udp-input--margin-${this.margin}`]: true,
171
- }, "aria-invalid": isError ? 'true' : 'false', "aria-required": this.required ? 'true' : 'false' }, h("div", { key: '66feb024a13e9c2fb95a386d0e025b15a9fcebb5', class: "bx--form-item" }, h("unity-typography", { key: '65469753637179be15c383bf8f6f819d9b5fdb10', variant: "caption-text" }, h("label", { key: 'cf0f7ddd918efde5aacba18537536bb2dd101e98', htmlFor: this.id, class: "bx--label" }, this.label, this.required ? '*' : '')), this.hidden ? (h("input", { id: this.id, type: "hidden", value: this.internalValue, name: this.name })) : (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,
171
+ }, "aria-invalid": isError ? 'true' : 'false', "aria-required": this.required ? 'true' : 'false' }, h("div", { key: '0f3813d731bfddf9c4bd1e92d1353dcdba8ca8db', class: "bx--form-item" }, h("unity-typography", { key: '8f4efdc44e69a5abbba47c09f6ed2219e8a1f967', variant: "caption-text" }, h("label", { key: '80e97e98b7270dc8c0bc14be4a2c0ec509fdb0fd', htmlFor: this.id, class: "bx--label" }, this.label, this.required ? '*' : '')), this.hidden ? (h("input", { id: this.id, type: "hidden", value: this.internalValue, name: this.name })) : (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,
172
172
  //@ts-ignore
173
- udprecordid: 'udpRecord-number-field-' + this.id })), isError && (h("div", { key: '679fa05b23a7d3a41fb18f3a77859331f6460011', class: "error-message" }, h("unity-typography", { key: 'ea5f43b1356863a2dfe7b76918ddad8d646030a3', variant: "caption-text", color: "error" }, this.errorMessage))))));
173
+ udprecordid: 'udpRecord-number-field-' + this.id })), isError && (h("div", { key: 'fa3c05e26d05edd9effcc140767d443d781b909a', class: "error-message" }, h("unity-typography", { key: '60ee4505e360a162e85097a15859fc2e65969bc0', variant: "caption-text", color: "error" }, this.errorMessage))))));
174
174
  }
175
175
  static get is() { return "numeric-field"; }
176
176
  static get encapsulation() { return "shadow"; }
@@ -294,7 +294,7 @@ export class SignatureInput {
294
294
  'readonly': this.readonly,
295
295
  'disabled': this.disabled,
296
296
  };
297
- return (h(Host, { key: '38f9e14ff8e51efa47278a79c030017f6fec05ec', class: {
297
+ return (h(Host, { key: 'aff1350eca630e59476dadec14c89809040d0d63', class: {
298
298
  'udp-input': true,
299
299
  'udp-input--error': isError,
300
300
  'udp-input--disabled': this.disabled,
@@ -302,7 +302,7 @@ export class SignatureInput {
302
302
  'udp-input--readonly': this.readonly,
303
303
  [`udp-input--size-${this.size}`]: true,
304
304
  [`udp-input--margin-${this.margin}`]: true,
305
- } }, h("div", { key: '04dadb41b32891d9402e30f26ad09c2b910c220c', class: "bx--form-item" }, this.label && (h("unity-typography", { key: '9b804b1e8f6847763e87e2f14eda16fdcc8b049e', variant: "caption-text" }, h("label", { key: 'a66659a0a9b956dea7dc860682bc53d18ab12e7c', htmlFor: this.id, class: "bx--label" }, this.label, this.required && '*'))), h("div", { key: '6f53dd25f98d511f7852796ecb9770f6a96acd03', class: containerClasses }, h("canvas", { key: 'f0f30306a7392fc9329ad10988365b3d7d216636', ref: el => (this.canvasEl = el), class: { 'signature-canvas': true, 'readonly': this.readonly || this.disabled }, id: this.id }), !this.readonly && !this.disabled && (h("button", { key: 'a5241ba69f28932c41c32c9ad7e0001325cd419a', type: "button", class: "clear-button", onClick: this.clearSignature, disabled: this.disabled }, "Clear"))), isError && (h("div", { key: 'cb4d03f2c03942a382aeb6ea4b8728f86e54d66c', class: "error-message" }, h("unity-typography", { key: '2a859511db8da92696a3aede41c14a529c0e2d42', variant: "caption-text", color: "error" }, this.internalError))))));
305
+ } }, h("div", { key: 'e713a4c37dd5a9f45366b8cf07ea3d530e0b7b50', class: "bx--form-item" }, this.label && (h("unity-typography", { key: 'a2ffc9d2169334874ae82969c6b3c24582f45587', variant: "caption-text" }, h("label", { key: 'b7fd938f5b2ac2ccf18eb98c7556eca9e767cbad', htmlFor: this.id, class: "bx--label" }, this.label, this.required && '*'))), h("div", { key: 'f895f5b8e62883e9c5fa3e583ba83925223d4da9', class: containerClasses }, h("canvas", { key: '5c586ae127f2b05f36ffe42efb558690f6ccf7bb', ref: el => (this.canvasEl = el), class: { 'signature-canvas': true, 'readonly': this.readonly || this.disabled }, id: this.id }), !this.readonly && !this.disabled && (h("button", { key: '1f258fe54e4f60a1baca2bc3f777ddcdb99dc6dd', type: "button", class: "clear-button", onClick: this.clearSignature, disabled: this.disabled }, "Clear"))), isError && (h("div", { key: '75c443d5ab8c2d77382fb943a909ada0ef799221', class: "error-message" }, h("unity-typography", { key: '2b33a1fa42e7556dd5be3ec1e3dc8c590f5943cc', variant: "caption-text", color: "error" }, this.internalError))))));
306
306
  }
307
307
  static get is() { return "signature-input"; }
308
308
  static get encapsulation() { return "shadow"; }
@@ -46,14 +46,14 @@ export class TallyDisplay {
46
46
  const isError = !!this.error;
47
47
  const answeredCount = this.yesCount + this.noCount + this.naCount;
48
48
  const unansweredCount = this.totalFields - answeredCount;
49
- return (h(Host, { key: '9de3aacae1f977ca6f71842e6cf110226623020d', class: {
49
+ return (h(Host, { key: '99c0201e31ee706bd89b1b72ed5e7b8799c9d870', class: {
50
50
  'udp-input': true,
51
51
  'udp-input--error': isError,
52
52
  'udp-input--disabled': this.disabled,
53
53
  'udp-input--readonly': this.readonly,
54
54
  [`udp-input--size-${this.size}`]: true,
55
55
  [`udp-input--margin-${this.margin}`]: true,
56
- } }, h("div", { key: '3d90baeaa376621f7befdd0d2aaf5162b640a92d', class: "tally-container" }, this.label && (h("unity-typography", { key: 'dbc30e26ace3de5a9c971b57a25f49a5f25a4d37', variant: "caption-text" }, h("label", { key: '3c17434ee48556b3e7c05a15ba17682801a4ee79', htmlFor: this.id, class: "tally-label" }, this.label))), h("div", { key: 'eda4e1acb3866a4af9129088eff7bf378582c3c0', class: "tally-content", id: this.id }, h("div", { key: '7169cd7335a3cc923a407f6bac36487e3c51e3a6', class: "tally-stats" }, h("div", { key: '4ae7daed9b4ef5e9e658868b993225b2d6d230bc', class: "tally-item tally-yes" }, h("unity-typography", { key: 'fb2e662654f07041157b3111fd6493c7abf956fe', variant: "h4", class: "tally-count" }, this.yesCount), h("unity-typography", { key: 'a9f2628e63a4fd7e0e78ed692e812c8be7df162d', variant: "caption-text", class: "tally-label" }, "Yes")), h("div", { key: '9a469360bdc4d019b8b9dfdd70e54e60ae44ea00', class: "tally-item tally-no" }, h("unity-typography", { key: 'c52e2e33623f50fd6ad777a82d193828cd9a8a68', variant: "h4", class: "tally-count" }, this.noCount), h("unity-typography", { key: '9936996f607fcb5016ef32917cdd04228e9fb78b', variant: "caption-text", class: "tally-label" }, "No")), h("div", { key: '6f6abc8c33d6ca4b516caa4a63b458e449806f71', class: "tally-item tally-na" }, h("unity-typography", { key: '7ae33f8cfa8fe27c0c5d9a1a32b61ec55c237eab', variant: "h4", class: "tally-count" }, this.naCount), h("unity-typography", { key: 'bfd96fc54a803756484cd3e5c965f28e6e97fa0e', variant: "caption-text", class: "tally-label" }, "Not Applicable")), unansweredCount > 0 && (h("div", { key: 'f56329ad0c4396846711955dc539413d453d3341', class: "tally-item tally-unanswered" }, h("unity-typography", { key: 'f81c44a5d86a43a5389d864783627130ebb41409', variant: "h4", class: "tally-count" }, unansweredCount), h("unity-typography", { key: 'f51b115cbb8d6cd11050e861f10696e406c8ae95', variant: "caption-text", class: "tally-label" }, "Unanswered")))), h("div", { key: 'bd121ac3682f79b9b06c65d5af4a34b247d8b724', class: "tally-summary" }, h("unity-typography", { key: '279e7a4eca040c52b83b4c6d15119034db44ff37', variant: "caption-text" }, "Total Questions: ", this.totalFields))), isError && (h("div", { key: '9853c7c215eeee120c3e09ab83a01c24d48fba44', class: "error-message" }, h("unity-typography", { key: '3f25998a2b9f9901bce9fa5baad3b7de65fed0e2', variant: "caption-text", color: "error" }, this.error))))));
56
+ } }, h("div", { key: '09016ed6e21cb455ffc99e7595fd815d2388dc20', class: "tally-container" }, this.label && (h("unity-typography", { key: '94421b97279dabf2419964ffcfcb46f070644e0a', variant: "caption-text" }, h("label", { key: '23492badf01e8a3b7cd19d7eeb39356188fdf09e', htmlFor: this.id, class: "tally-label" }, this.label))), h("div", { key: '6efe4476e11856c3f0c6f3db52b05988a9c76d99', class: "tally-content", id: this.id }, h("div", { key: 'b93c8910cda35f7dcaf6b1ccdf85e675fd375fc5', class: "tally-stats" }, h("div", { key: '140c03ec091df58d0d592843968784c87dfe455b', class: "tally-item tally-yes" }, h("unity-typography", { key: '03993713b6dbb200b66e2872cdb3f387d7ad6399', variant: "h4", class: "tally-count" }, this.yesCount), h("unity-typography", { key: 'f259283a9c6904f3e84ee273acccb019762bb278', variant: "caption-text", class: "tally-label" }, "Yes")), h("div", { key: '41bdd7f359f5805ec89f22082f89296642e5b0c3', class: "tally-item tally-no" }, h("unity-typography", { key: 'a580d8afd15ca787d5558907de6ce5b6a26721bb', variant: "h4", class: "tally-count" }, this.noCount), h("unity-typography", { key: '05a9b6ce25b76d2224bdcb745c828fddbd11967a', variant: "caption-text", class: "tally-label" }, "No")), h("div", { key: '5ac39a2987d52fb7d0df0e56827241f3e1079378', class: "tally-item tally-na" }, h("unity-typography", { key: 'c73d716f25601637fbe3aa20a680ed768d367f09', variant: "h4", class: "tally-count" }, this.naCount), h("unity-typography", { key: '75ad0e4b7681431e52f755ed73e770473c6f0545', variant: "caption-text", class: "tally-label" }, "Not Applicable")), unansweredCount > 0 && (h("div", { key: '46b9b8cd21f3dfa993a53ef5ca6ed1cfe91c5e49', class: "tally-item tally-unanswered" }, h("unity-typography", { key: '3b894ff08c4b636a2a13746e530ce03841d6b28d', variant: "h4", class: "tally-count" }, unansweredCount), h("unity-typography", { key: 'bbdf08a9cb4acfd3769b8e1efe1475aeb8fbcab7', variant: "caption-text", class: "tally-label" }, "Unanswered")))), h("div", { key: 'f9bbb5a94beec0c536ac384b8fe3b112f750cfa1', class: "tally-summary" }, h("unity-typography", { key: 'be96bfd28f3dd6077ac54aece439116d93d5b1d2', variant: "caption-text" }, "Total Questions: ", this.totalFields))), isError && (h("div", { key: '984d524255fe657fbeacba147b4823ca54e00ffb', class: "error-message" }, h("unity-typography", { key: '148a1b807fe5386097380df6b99e717c130c188a', variant: "caption-text", color: "error" }, this.error))))));
57
57
  }
58
58
  static get is() { return "tally-display"; }
59
59
  static get encapsulation() { return "shadow"; }
@@ -240,7 +240,7 @@ export class TextArea {
240
240
  }
241
241
  render() {
242
242
  const { disabled, id, internalValue, label, placeholder, required, readonly, errorMessage, fullWidth, internalRows } = this;
243
- return (h(Host, { key: '8030ffc085d6b53b0ae1a35f81d4da4c9e155c0e', class: {
243
+ return (h(Host, { key: 'ca17436a4c7b653937f145bb5ad1d6b72d4288f1', class: {
244
244
  'udp-input': true,
245
245
  'udp-input--error': !!errorMessage,
246
246
  'udp-input--disabled': disabled,
@@ -249,11 +249,11 @@ export class TextArea {
249
249
  'udp-input--required': required,
250
250
  [`udp-input--size-${this.size}`]: true,
251
251
  [`udp-input--margin-${this.margin}`]: true,
252
- } }, h("div", { key: '21806e67cd632ef1c0d141d57c356eaaeb68f098', class: "bx--form-item" }, h("unity-typography", { key: '4094220f657f8cd5fcee94cf60a7d7cd62108ca9', variant: "caption-text" }, h("label", { key: 'fcda510639bd39ad292d9fb4721acac7cc35e456', htmlFor: id, class: "bx--label" }, label, required ? '*' : '')), h("textarea", { key: 'd53d49eed9d2e7a7b342a59ee71215eab199206b', ref: el => (this.textareaEl = el), id: id, class: {
252
+ } }, h("div", { key: 'a60d4d2d0be6e9185b69f1817e8b12b0fe6d00a3', class: "bx--form-item" }, h("unity-typography", { key: '3d98ead9011fe5591f2e375896dd49ec702fbafc', variant: "caption-text" }, h("label", { key: '6fe1af1670c3c9eca732b6c6a1acf561a18e970e', htmlFor: id, class: "bx--label" }, label, required ? '*' : '')), h("textarea", { key: 'a3993402edfc75d4bb6a7656bac2f4fffef0f154', ref: el => (this.textareaEl = el), id: id, class: {
253
253
  'bx--text-input': true,
254
254
  'bx--text-input--error': !!errorMessage,
255
255
  'text-area--disabled': disabled,
256
- }, placeholder: placeholder, value: internalValue, required: required, disabled: disabled, readonly: readonly, maxLength: this.maxCharacter, rows: internalRows, onInput: this.onInput, onChange: this.onChange }, internalValue), errorMessage && (h("div", { key: 'faf6cd4d6bb621416dc36b660581b9a6dc94c057', class: "error-message" }, h("unity-typography", { key: '8433e5d11d1b43358baa1d2a961c4bfa3d7c95a7', variant: "caption-text", color: "error" }, errorMessage))))));
256
+ }, placeholder: placeholder, value: internalValue, required: required, disabled: disabled, readonly: readonly, maxLength: this.maxCharacter, rows: internalRows, onInput: this.onInput, onChange: this.onChange }, internalValue), errorMessage && (h("div", { key: '0d3e3a857df2cf8eac691db282cf42a97d25fe61', class: "error-message" }, h("unity-typography", { key: '1473a99c0176bc969a782e87f8a19e393b66ddfa', variant: "caption-text", color: "error" }, errorMessage))))));
257
257
  }
258
258
  static get is() { return "text-area"; }
259
259
  static get encapsulation() { return "shadow"; }
@@ -195,7 +195,7 @@ export class TextField {
195
195
  'bx--text-input:user-invalid': isError,
196
196
  'text-field--disabled': this.disabled,
197
197
  };
198
- return (h(Host, { key: '388dbeafb0b5a726b437ff4898735ec4a11d1e7d', class: {
198
+ return (h(Host, { key: 'cd443e0566c2064503c9a16332c175cbab66b564', class: {
199
199
  'udp-input': true,
200
200
  'udp-input--error': isError,
201
201
  'udp-input--disabled': this.disabled,
@@ -203,9 +203,9 @@ export class TextField {
203
203
  'udp-input--required': this.required,
204
204
  [`udp-input--size-${this.size}`]: true,
205
205
  [`udp-input--margin-${this.margin}`]: true,
206
- }, "aria-invalid": isError ? 'true' : 'false', "aria-required": this.required ? 'true' : 'false' }, h("div", { key: '9d66a1d7ec9d2ccd74efa320ed8faebae66afc67', class: "bx--form-item" }, h("unity-typography", { key: '9743d1324aeabdf63e34d66b84391a163127ca68', variant: "caption-text" }, h("label", { key: '33d613ec484961c27197d0a38e6b3be09df11739', htmlFor: this.id, class: "bx--label" }, this.label, this.required ? '*' : '')), this.hidden ? (h("input", { id: this.id, type: "hidden", value: this.internalValue })) : (h("input", { id: this.id, type: "text", class: Object.assign({}, inputClass), placeholder: this.placeholder, value: this.internalValue, required: this.required, disabled: this.disabled, readonly: this.readonly, maxLength: this.maxCharacter, inputMode: this.inputMode, onInput: this.onInput, onChange: this.onChange,
206
+ }, "aria-invalid": isError ? 'true' : 'false', "aria-required": this.required ? 'true' : 'false' }, h("div", { key: 'f9c1c085ae39f49c966ce3b68785f6e6b25e3011', class: "bx--form-item" }, h("unity-typography", { key: 'c5a8973711298673e2240a805e5c31f7e4eb960a', variant: "caption-text" }, h("label", { key: '2d4533dbd0a57fe86167c153ddd4bc11ce468626', htmlFor: this.id, class: "bx--label" }, this.label, this.required ? '*' : '')), this.hidden ? (h("input", { id: this.id, type: "hidden", value: this.internalValue })) : (h("input", { id: this.id, type: "text", class: Object.assign({}, inputClass), placeholder: this.placeholder, value: this.internalValue, required: this.required, disabled: this.disabled, readonly: this.readonly, maxLength: this.maxCharacter, inputMode: this.inputMode, onInput: this.onInput, onChange: this.onChange,
207
207
  //@ts-ignore
208
- udprecordid: 'udpRecord-text-field-' + this.id })), isError && (h("div", { key: '4f695e2ea3d0d83b0a8b64616458aff67ebaf009', class: "error-message" }, h("unity-typography", { key: '9399d49f19ccd3419f910497c01379e4b3d0d6a7', variant: "caption-text", color: "error" }, this.errorMessage))))));
208
+ udprecordid: 'udpRecord-text-field-' + this.id })), isError && (h("div", { key: 'bd6594ada0613e1bf5973b3ab85947ebfcaa143d', class: "error-message" }, h("unity-typography", { key: '98b6b2fb24d5c53f7db1bb7ee736d0178b59f325', variant: "caption-text", color: "error" }, this.errorMessage))))));
209
209
  }
210
210
  static get is() { return "text-field"; }
211
211
  static get encapsulation() { return "shadow"; }
@@ -255,7 +255,7 @@ export class UdpTimeSelector {
255
255
  classNames.push('bx--text-input--full-width');
256
256
  }
257
257
  const inputClass = classNames.join(' ');
258
- return (h(Host, { key: 'd2249c774eaa3b6e0e9423581083d59b1bfc4336', class: {
258
+ return (h(Host, { key: 'b926488bd2c3d8bc4223cf3583dcb88ecdd39395', class: {
259
259
  'udp-input': true,
260
260
  'udp-input--error': isError,
261
261
  'udp-input--disabled': this.disabled,
@@ -264,9 +264,9 @@ export class UdpTimeSelector {
264
264
  'udp-input--required': this.required,
265
265
  [`udp-input--size-${this.size}`]: true,
266
266
  [`udp-input--margin-${this.margin}`]: true,
267
- }, "aria-invalid": isError ? 'true' : 'false', "aria-required": this.required ? 'true' : 'false' }, h("div", { key: 'fe18b74861a9f5d1739317bbd357cce48ac81176', class: "bx--form-item" }, h("unity-typography", { key: '5afab9726865da75b9b4f228ecd0ad553825a40a', variant: "caption-text" }, h("label", { key: '46ff7f80e88357c25d86ac11a8835733bf19853e', htmlFor: this.id, class: "bx--label" }, this.label, this.required ? '*' : '')), h("input", { key: 'e74de46ca5f386f91320f16af6f5b5fa9d61a9cf', 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,
267
+ }, "aria-invalid": isError ? 'true' : 'false', "aria-required": this.required ? 'true' : 'false' }, h("div", { key: 'ba157e23a87f0a3cdf29b4f0e6dc4c3182d9dfee', class: "bx--form-item" }, h("unity-typography", { key: '92bbe45ec95441bc92699cdc4b08d7bd3599d645', variant: "caption-text" }, h("label", { key: 'ff966556d6d5d6cd7bf501d527bc78e4c4e631eb', htmlFor: this.id, class: "bx--label" }, this.label, this.required ? '*' : '')), h("input", { key: 'ea13d4b4853f7338ce576aaba30b74d834ab77ca', 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,
268
268
  //@ts-ignore
269
- udprecordid: 'udpRecord-udp-time-selector-' + this.id }), h("unity-typography", { key: 'd1ec82959fd633a6a297a1cd3523432454afec52', class: "error-message", variant: "caption-text", color: "error" }, this.errorMessage))));
269
+ udprecordid: 'udpRecord-udp-time-selector-' + this.id }), h("unity-typography", { key: 'b3124e90f0b568f668c4a49afa4b1d4afe70bccc', class: "error-message", variant: "caption-text", color: "error" }, this.errorMessage))));
270
270
  }
271
271
  static get is() { return "udp-time-selector"; }
272
272
  static get encapsulation() { return "shadow"; }
@@ -158,16 +158,16 @@ export class StencilToggle {
158
158
  const buttonId = `${baseId}-button`;
159
159
  const labelId = `${baseId}-label`;
160
160
  const isError = !!this.errorMessage;
161
- const labelElement = this.label && (h("label", { key: 'bbe6bed0b972214a8d59b8979b847045cf113b66', id: labelId, class: `toggle-label label-${this.labelPosition}`, htmlFor: !this.disabled ? buttonId : undefined }, h("unity-typography", { key: 'd49d6b5d4d9baebf0449a6f2d45ab2f0b3e0ae10', variant: "caption-text" }, this.label)));
162
- const toggleElement = (h("div", { key: '4472a976ee842d2d9714ebac915a3259d61239c7', class: `toggle-container ${this.toggled ? 'toggled' : ''}` }, h("button", { key: '90b4e2c6223afd47e4ad2a59deb42f0e85d78821', id: buttonId, onClick: () => this.toggleButton(), disabled: this.disabled, "aria-checked": this.toggled.toString(), "aria-labelledby": labelId, role: "switch" }, h("span", { key: 'c0e65e44c7617cfedd98a73d074011702603408d', class: "toggle-knob" }))));
163
- return (h(Host, { key: '3936977e6b7850d6216d15750969b510ce3b07f3', class: {
161
+ const labelElement = this.label && (h("label", { key: '55e962489dd53543d2ea5fcfef12206aa2329c7a', id: labelId, class: `toggle-label label-${this.labelPosition}`, htmlFor: !this.disabled ? buttonId : undefined }, h("unity-typography", { key: 'dbe15f302ea1d4051d132b94a7e564464eff7504', variant: "caption-text" }, this.label)));
162
+ const toggleElement = (h("div", { key: '7bd180a464c93b89a8c5f5ae1bf05fbb532e41a3', class: `toggle-container ${this.toggled ? 'toggled' : ''}` }, h("button", { key: 'eabf472bae5524465d85d0359964cd5c7a5e81ef', id: buttonId, onClick: () => this.toggleButton(), disabled: this.disabled, "aria-checked": this.toggled.toString(), "aria-labelledby": labelId, role: "switch" }, h("span", { key: '46e4c0a9d266aaf32dd9511dc541f6ba686959df', class: "toggle-knob" }))));
163
+ return (h(Host, { key: '95dd089f9b8255ed0948914cb6f90a4243253570', class: {
164
164
  'udp-input': true,
165
165
  'udp-input--error': isError,
166
166
  'udp-input--disabled': this.disabled,
167
167
  'udp-input--checked': this.toggled,
168
168
  [`udp-input--margin-${this.margin}`]: true,
169
169
  [`udp-input--size-${this.size}`]: true,
170
- }, "aria-invalid": isError ? 'true' : 'false' }, h("div", { key: '3255c83dee021ddba79467c4942e070c1de95080', class: `toggle-wrapper position-${this.labelPosition}` }, this.labelPosition === 'left' && labelElement, toggleElement, this.labelPosition === 'right' && labelElement, this.labelPosition === 'bottom' && labelElement, this.errorMessage && h("div", { key: 'ed0652ae89fa25eec34ce563713c11f4b37df40d', class: "error-message" }, this.errorMessage))));
170
+ }, "aria-invalid": isError ? 'true' : 'false' }, h("div", { key: '9d0cf04cce79f20ca7aaa0d1a4f1cb43104ea1eb', class: `toggle-wrapper position-${this.labelPosition}` }, this.labelPosition === 'left' && labelElement, toggleElement, this.labelPosition === 'right' && labelElement, this.labelPosition === 'bottom' && labelElement, this.errorMessage && h("div", { key: 'e351a5bd21d7790396501ff9a7e92ef8b9c6cee0', class: "error-message" }, this.errorMessage))));
171
171
  }
172
172
  static get is() { return "stencil-toggle"; }
173
173
  static get encapsulation() { return "shadow"; }
@@ -357,7 +357,7 @@ export class UdpSelector {
357
357
  'focused': this.isOpen,
358
358
  };
359
359
  const hasSelection = this.multiSelect ? this.selectedOptions.length > 0 : !!this.selectedOption;
360
- return (h(Host, { key: 'db8d5a2fb7a711cf6ecf2c2a317cd36b9ef29500', class: {
360
+ return (h(Host, { key: '742c9350f4c6e7388e0b279be4e3368e7195c6a2', class: {
361
361
  'udp-input': true,
362
362
  'udp-selector': true,
363
363
  'udp-input--error': isError,
@@ -367,9 +367,9 @@ export class UdpSelector {
367
367
  'udp-input--large': this.large,
368
368
  [`udp-input--size-${this.size}`]: true,
369
369
  [`udp-input--margin-${this.margin}`]: true,
370
- }, "aria-invalid": isError ? 'true' : 'false', "aria-required": this.required ? 'true' : 'false' }, h("div", { key: '4cb64ce38200b154d8e1f82dbc56c13849f8d655', class: "bx--form-item" }, this.label && (h("unity-typography", { key: 'b237f6f3c9e2091d96fba27389aaa365e73d1caf', variant: "caption-text" }, h("label", { key: '0dc5303a649a83a2c13f7d872db6767d1ebc786a', htmlFor: this.id, class: "bx--label" }, this.label, this.required ? '*' : ''))), h("div", { key: '4a54ebca6d891176778b083967475c9a31bba369', class: "udp-selector__container" }, h("div", { key: 'e5509c7dcfcdd1e64d9b33f5247fdd1ae87893c6', class: selectedOptionClasses, onClick: () => this.toggleDropdown(), tabindex: this.disabled || this.readonly ? '-1' : '0', role: "combobox", "aria-haspopup": "listbox", "aria-expanded": this.isOpen.toString(), id: 'udpRecord-udp-selector-' + this.id,
370
+ }, "aria-invalid": isError ? 'true' : 'false', "aria-required": this.required ? 'true' : 'false' }, h("div", { key: '7a1142a256ee849864add36c5ebe21df64c06e4b', class: "bx--form-item" }, this.label && (h("unity-typography", { key: '91a70d41326d650420d647ef1444d08656a048c3', variant: "caption-text" }, h("label", { key: '05a3628391efbcd5f4f5164fa5b83c4edcda5099', htmlFor: this.id, class: "bx--label" }, this.label, this.required ? '*' : ''))), h("div", { key: '71a6dfd4a3673aa9e94e38bcc356a911c5e7b077', class: "udp-selector__container" }, h("div", { key: 'a58c7df64a41a9c14e79827aad9c76acacda47cc', class: selectedOptionClasses, onClick: () => this.toggleDropdown(), tabindex: this.disabled || this.readonly ? '-1' : '0', role: "combobox", "aria-haspopup": "listbox", "aria-expanded": this.isOpen.toString(), id: 'udpRecord-udp-selector-' + this.id,
371
371
  // @ts-ignore
372
- udprecordid: 'udpRecord-udp-selector-' + this.id }, h("div", { key: '72803fb7f4add66ff314cbc18b9f72fc6dfc67f3', class: {
372
+ udprecordid: 'udpRecord-udp-selector-' + this.id }, h("div", { key: 'ac15ee94572170fd0c907f969754d750b7638b12', class: {
373
373
  'selected-option-label': true,
374
374
  'placeholder': !hasSelection,
375
375
  } }, this.multiSelect
@@ -378,7 +378,7 @@ export class UdpSelector {
378
378
  : 'Select option(s)'
379
379
  : this.selectedOption
380
380
  ? this.selectedOption.label
381
- : 'Select an option'), this.multiSelect && this.selectedOptions.length > 0 && h("span", { key: '431d7127377c465f93412d739a345aecea7706c5', class: "checkmark" }), h("div", { key: '67cd1a08e9fb127264635fc58422ec51a1dc0eca', class: "arrow" })), this.isOpen && (h("ul", { key: '7c6e7d2afeb95dabe428a42dd9c681f3868bab3d', class: "options-list" }, this.options.map(option => (h("unity-typography", { variant: "button" }, h("li", { class: this.isOptionSelected(option) ? 'selected' : '', onClick: () => this.selectOption(option), onMouseDown: this.handleOptionMouseDown }, option.label, this.isOptionSelected(option) && h("span", { class: "checkmark" })))))))), this.errorMessage && (h("div", { key: 'b49aeab27f25ea8cb5e8de0f6ee7a4a9eb9bf91f', class: "error-message" }, h("unity-typography", { key: '9dde88c0624b5f28fd2b32c8bda364555f3fe0cd', variant: "caption-text", color: "error" }, this.errorMessage))))));
381
+ : 'Select an option'), this.multiSelect && this.selectedOptions.length > 0 && h("span", { key: '59b861eb9d862cab4250960b4966f499199a5621', class: "checkmark" }), h("div", { key: 'ac310d6628aabcc83955352b45f2c836bf99d6ee', class: "arrow" })), this.isOpen && (h("ul", { key: 'c7c5b261265436d907a3dedd1d8064134e286374', class: "options-list" }, this.options.map(option => (h("unity-typography", { variant: "button" }, h("li", { class: this.isOptionSelected(option) ? 'selected' : '', onClick: () => this.selectOption(option), onMouseDown: this.handleOptionMouseDown }, option.label, this.isOptionSelected(option) && h("span", { class: "checkmark" })))))))), this.errorMessage && (h("div", { key: '34520538dfe40aee42c885f212814d29f8227fc8', class: "error-message" }, h("unity-typography", { key: '31f91b038a4736e78268997b0b7e2434fea66020', variant: "caption-text", color: "error" }, this.errorMessage))))));
382
382
  }
383
383
  /**
384
384
  * Checks if a given option is currently selected.
@@ -15,12 +15,12 @@ export class UdpContainer {
15
15
  this.padding = true;
16
16
  }
17
17
  render() {
18
- return (h("div", { key: '96b20d0a841faf192bb5c0d407701e6f95ed14ef', class: {
18
+ return (h("div", { key: 'fb6ff14c09a223d0181b361acc1243f070e062e3', class: {
19
19
  'udp-container': true,
20
20
  'udp-container--fluid': this.fluid,
21
21
  'udp-container--padded': this.padding,
22
22
  [`udp-container--${this.maxWidth}`]: true,
23
- } }, h("slot", { key: '09c87f19b0f7031dec7a41f9636bbc071db021f5' })));
23
+ } }, h("slot", { key: '00a20124101fcbed8deef25139de5598b44f178a' })));
24
24
  }
25
25
  static get is() { return "udp-container"; }
26
26
  static get encapsulation() { return "shadow"; }
@@ -21,9 +21,9 @@ export class UdpContainerQuery {
21
21
  return styleRules;
22
22
  }
23
23
  render() {
24
- return (h(Host, { key: '9bc9f62ca83c3c794e909ee966947675fb9870da', class: {
24
+ return (h(Host, { key: 'abba69fdcf35ed43f74dea1cfa19a6e7e9ae80d2', class: {
25
25
  [this.customClass]: !!this.customClass,
26
- } }, h("style", { key: '43ba2fd574da0e60066064c06413a84004e57d83' }, this.getContainerQueryStyle()), h("slot", { key: '17633bfe61d8993a986de0263a4a68399d0f9262' })));
26
+ } }, h("style", { key: 'dc349f2310a763938cd017553a49296e397cf645' }, this.getContainerQueryStyle()), h("slot", { key: '481e4dfe1f0f7a7fcf153461d5f3a0cfae6ecfee' })));
27
27
  }
28
28
  static get is() { return "udp-container-query"; }
29
29
  static get encapsulation() { return "shadow"; }
@@ -29,7 +29,7 @@ export class UdpContainerQueryGrid {
29
29
  gap: `${this.gaps[breakpoint]}rem`,
30
30
  }));
31
31
  });
32
- return (h(Host, { key: '63e6f7902336ffc08bd3bb251907877325cf0d12' }, h("udp-container-query", { key: 'c8206e4612990b72e81105673e2c72e3e63410bb', queries: queries }, h("div", { key: 'cc01e88216ba2dd069ad1cd194ceb8c5026b4a37', class: "grid-container" }, h("slot", { key: '37b9a99849d97ef8e8c33d1e401f90b919115a51' }))), h("style", { key: '4ec725b30fc8e830798e4816ae1bc0c5a9b38fd4' }, `
32
+ return (h(Host, { key: '8fcf614cb145b65faa50f9cd77f2196931e5ac3e' }, h("udp-container-query", { key: '7f9e61025ff57faae311f536f479e36360334b44', queries: queries }, h("div", { key: 'c810de4cea74a5278556751f9148123e91ad7f21', class: "grid-container" }, h("slot", { key: '71a1ab5854110ebfaaab31bc76751d8925881801' }))), h("style", { key: '39d63f3510f1bf7abc892c3131480c71b969cb5d' }, `
33
33
  .grid-container {
34
34
  display: grid;
35
35
  grid-template-columns: repeat(${this.columns[0]}, 1fr);
@@ -15,7 +15,7 @@ export class UdpContainerQueryGridItem {
15
15
  .join('\n');
16
16
  }
17
17
  render() {
18
- return (h(Host, { key: 'a12c7a9e3567019bfa3129cf0b45b9e5f9454044' }, h("style", { key: 'c41e5e648f8a78f965ff1044479ca1e7c785b598' }, this.getSpanStyles()), h("slot", { key: 'a6ac351a5a3ec74ce36667cdef91c88c1459482a' })));
18
+ return (h(Host, { key: '9e1c6d6c0f8011400b6271af8bcdbf5574d725dc' }, h("style", { key: '6243776119bad211fe96af76fdc18d8fe4b8aa1e' }, this.getSpanStyles()), h("slot", { key: '57c8cab142be8b9fcd66509c70bd0e01a08b08d8' })));
19
19
  }
20
20
  static get is() { return "udp-container-query-grid-item"; }
21
21
  static get encapsulation() { return "shadow"; }
@@ -16,7 +16,7 @@ export class UdpPage {
16
16
  padding: this.padding,
17
17
  margin: '0 auto', // Centers the content if max-width is set
18
18
  };
19
- return (h("div", { key: 'cd340c347257f5eb66d73ed93ce4164ba0d6c94c', style: style }, h("slot", { key: '68e33d37810a56cf7fc6f7290a6d44c10c4ef781' }), " "));
19
+ return (h("div", { key: '87960916a8c702c88f3a7dd7a9ef90227d76f605', style: style }, h("slot", { key: '1915453eae25182b42e004450ca04ee20c17cbff' }), " "));
20
20
  }
21
21
  static get is() { return "udp-page"; }
22
22
  static get encapsulation() { return "shadow"; }
@@ -51,7 +51,7 @@ export class UdpSplitScreen {
51
51
  }
52
52
  }
53
53
  render() {
54
- return (h("div", { key: '45482d8017aa9e124177dcdf2d4173361b05fac8', ref: (el) => this.element = el, class: { 'container': true, 'open': this.isOpen } }, h("div", { key: 'c50057f1966e96ed6c6e01e025f30167ca34eda2', class: "panel", style: { width: `${this.panelWidth}%` } }, h("slot", { key: '47bd54df69170935664bac84157d563ca9f7db34', name: "first-panel" })), h("div", { key: 'ba66ae724133870c289a9b5eafc19a1ca220c0ef', class: "resizer", onMouseDown: (event) => event.preventDefault() }, h("div", { key: '6b40d3ca3df57595ef9dd206b37b1932bf033809', class: "drag-handle" })), h("div", { key: 'fc515cb4a0c2eec22d45ba818a5b271f3a861039', class: "panel", style: { width: `${100 - this.panelWidth}%` } }, h("slot", { key: '103aac71fb969095ab17605be85e57053f596d71', name: "second-panel" }, this.panelContent))));
54
+ return (h("div", { key: 'c1a7e0eba3ac1fcc5fd02ebcfd24ad866ddd5a43', ref: (el) => this.element = el, class: { 'container': true, 'open': this.isOpen } }, h("div", { key: 'ba41dc15748286b532e98574db37413ec8428110', class: "panel", style: { width: `${this.panelWidth}%` } }, h("slot", { key: 'a5789cb6914ad71421a23bbedff897ab3af03356', name: "first-panel" })), h("div", { key: 'bc81bfcfe169236f7102ad340b5e87b169cbb368', class: "resizer", onMouseDown: (event) => event.preventDefault() }, h("div", { key: 'eb72ee3c6aeed6c26d07d72f0818bcce3d1b0dc6', class: "drag-handle" })), h("div", { key: '606d564838ffaad254738b761d9d4e1f382888f6', class: "panel", style: { width: `${100 - this.panelWidth}%` } }, h("slot", { key: '682ce28bd7d62692855eb5254da515119dab9214', name: "second-panel" }, this.panelContent))));
55
55
  }
56
56
  static get is() { return "udp-split-screen"; }
57
57
  static get encapsulation() { return "shadow"; }
@@ -7,7 +7,7 @@ export class UdpVerticalSpacer {
7
7
  large: 'spacing-13', // Assuming this corresponds to --spacing-13
8
8
  };
9
9
  const spacingClass = sizeMap[this.unit] || 'spacing-01';
10
- return (h("div", { key: '43858dba85be3d9ca579b7277356f6b722a77598', class: spacingClass }));
10
+ return (h("div", { key: 'e7ce17029af1bb28948d736098913de9b7bd8efe', class: spacingClass }));
11
11
  }
12
12
  static get is() { return "udp-vertical-spacer"; }
13
13
  static get encapsulation() { return "shadow"; }
@@ -7,10 +7,10 @@ export class UdpGridLoader {
7
7
  }
8
8
  render() {
9
9
  // Header bar (fatter, divided into columns)
10
- const headerBar = (h("div", { key: '843dcfba1ee5ed449b0fd29f92729998386a9454', class: "grid-row" }, Array.from({ length: this.numColumns }).map(() => (h("udp-skeleton-loading", { width: "100%", height: "55px" })))));
10
+ const headerBar = (h("div", { key: '64cf4530f23ad06fa4731f87278c49bfef25b8fb', class: "grid-row" }, Array.from({ length: this.numColumns }).map(() => (h("udp-skeleton-loading", { width: "100%", height: "55px" })))));
11
11
  // Row bars (each divided into columns)
12
12
  const rowBars = Array.from({ length: this.numRows }).map(() => (h("div", { class: "grid-row" }, Array.from({ length: this.numColumns }).map(() => (h("udp-skeleton-loading", { width: "100%", height: "30px" }))))));
13
- return (h("div", { key: 'f1d49e1b19c96d1c16b6ee0ebada42333ac93c6f', style: { width: this.width } }, headerBar, rowBars));
13
+ return (h("div", { key: '07ab190e4ed741443d650a539455817c5d584f2e', style: { width: this.width } }, headerBar, rowBars));
14
14
  }
15
15
  static get is() { return "udp-grid-loader"; }
16
16
  static get encapsulation() { return "shadow"; }
@@ -11,7 +11,7 @@ export class UdpLinearLoader {
11
11
  loader: true,
12
12
  [`loader--color-${this.color}`]: true,
13
13
  };
14
- return (h(Host, { key: '02559056a6c92d30881094938be83c93fb2d8714' }, h("div", { key: '03a65dcd2340edd7c7225a0e64886e0b6ad267c2', class: loaderClasses }, h("div", { key: '65b9c402dd81dc6bdc3640ecf80d720fa9f89ab4', class: "indeterminate" }))));
14
+ return (h(Host, { key: '9a117a437dfa0fb96e428aa052de8a5d04f8fd15' }, h("div", { key: '369d4f034b7d962bcc7eb621a078db1f107a0f8a', class: loaderClasses }, h("div", { key: 'ed2a6774666c41ba5e67147ffedce6af63aeb1e1', class: "indeterminate" }))));
15
15
  }
16
16
  static get is() { return "udp-linear-loader"; }
17
17
  static get encapsulation() { return "shadow"; }
@@ -7,7 +7,7 @@ export class UdpSkeletonLoading {
7
7
  this.borderRadius = '4px';
8
8
  }
9
9
  render() {
10
- return (h("div", { key: 'c4d09711b610d9d0219f5964d1572ef7af46b738', class: "skeleton-loader", style: { width: this.width, height: this.height, borderRadius: this.borderRadius } }));
10
+ return (h("div", { key: '2801b43f47755995952a8ebda27acd6557b340f8', class: "skeleton-loader", style: { width: this.width, height: this.height, borderRadius: this.borderRadius } }));
11
11
  }
12
12
  static get is() { return "udp-skeleton-loading"; }
13
13
  static get encapsulation() { return "shadow"; }
@@ -388,7 +388,7 @@ export class MapComponent {
388
388
  }
389
389
  //////////////////////////////////////////////////////////RENDER/////////////////////////////////////////////////////
390
390
  render() {
391
- return (h("div", { key: '6440b60c5df675d7a69aed4e5e5e6b25330496ef' }, h("div", { key: '497c3f51fe5ea88db661db6c2769b2645f4bb0b2', id: "map", style: { height: this.mapHeight, width: '100%', overflow: 'hidden' } }, h("slot", { key: 'fd4d944a1e6b7e45262fe0ec6f3aede2f0e07db9' })), h("div", { key: 'af32abb9573ac1adb672bca7c8ace2897576896b', id: "featureDetailsPopOverContainer" }, h("feature-details-popup", { key: '9d294a0a51f7b8b1c61179037809935544c6444e', currentSelectedFeature: this.currentSelectedFeature, data: this.selectedFeatureProperties, coordinates: this.selectedFeatureCoordinates, enableViewFeature: this.enableViewFeature, handleViewFeature: this.handleViewFeature, showPopOver: this.showPopOver, isReadOnly: this.isReadOnlyFeature, additionalOnclosePopover: this.handleOnCloseFeaturePopover, primaryActions: this.popoverPrimaryActions, moreIconActions: this.popoverMoreIconButtonActions, getMessage: this.getMessagePopover, getMessageIcon: this.getMessageIconPopover, hideMessageIcon: this.hideMessageIconPopover, cardConfig: this.popoverCardConfig, popoverWidth: this.popoverWidth, popoverContainer: this.popoverContainer }))));
391
+ return (h("div", { key: '1ba9e0b45f86eb8d47187f94e407e335df9905a9' }, h("div", { key: '9d756fc99c3d7c37316ca5143f3bb576b8274e70', id: "map", style: { height: this.mapHeight, width: '100%', overflow: 'hidden' } }, h("slot", { key: '4046b6d0e58041db6f91975d708fd53be87d720b' })), h("div", { key: '5e571b4c5454f2e33392fbe3d5eba5f3f08c7392', id: "featureDetailsPopOverContainer" }, h("feature-details-popup", { key: '1de46400d02cea8b41307b8102df4c99412294df', currentSelectedFeature: this.currentSelectedFeature, data: this.selectedFeatureProperties, coordinates: this.selectedFeatureCoordinates, enableViewFeature: this.enableViewFeature, handleViewFeature: this.handleViewFeature, showPopOver: this.showPopOver, isReadOnly: this.isReadOnlyFeature, additionalOnclosePopover: this.handleOnCloseFeaturePopover, primaryActions: this.popoverPrimaryActions, moreIconActions: this.popoverMoreIconButtonActions, getMessage: this.getMessagePopover, getMessageIcon: this.getMessageIconPopover, hideMessageIcon: this.hideMessageIconPopover, cardConfig: this.popoverCardConfig, popoverWidth: this.popoverWidth, popoverContainer: this.popoverContainer }))));
392
392
  }
393
393
  static get is() { return "map-component"; }
394
394
  static get encapsulation() { return "shadow"; }
@@ -71,11 +71,11 @@ export class AddMapFeaturePopUp {
71
71
  }
72
72
  render() {
73
73
  var _a, _b, _c;
74
- return (h("div", { key: '61aeed66447c5ebd0037a56c06620ce1573a6b45', class: "popoverContent" }, !((_a = this.panelConfig) === null || _a === void 0 ? void 0 : _a.hideLayerSelector) && (h("udp-selector", { key: 'cd58b4763e0bb5326fe0c95de4fcf704ba189375', id: 'layer', options: this.layerToAddOptions, initialValue: this.selectedLayer, label: 'Layer', onChange: (e) => {
74
+ return (h("div", { key: '86ca0cb6a6e2789efe76c4465662a369158294d1', class: "popoverContent" }, !((_a = this.panelConfig) === null || _a === void 0 ? void 0 : _a.hideLayerSelector) && (h("udp-selector", { key: '4f55beaec63cd805650853335ebbf439e6377cfb', id: 'layer', options: this.layerToAddOptions, initialValue: this.selectedLayer, label: 'Layer', onChange: (e) => {
75
75
  this.handleSetSelectedLayer(e.detail);
76
- }, large: false })), h("udp-selector", { key: 'f5d099889d1be3b7e0c948bf937df032d590dd76', id: 'type', options: (_b = this.drawingTypeOptions) !== null && _b !== void 0 ? _b : [], initialValue: this.selectedType, label: 'Type', onChange: (e) => {
76
+ }, large: false })), h("udp-selector", { key: 'fc32dff93fb00975eb0b417df8bc22c9b05a741f', id: 'type', options: (_b = this.drawingTypeOptions) !== null && _b !== void 0 ? _b : [], initialValue: this.selectedType, label: 'Type', onChange: (e) => {
77
77
  this.handleSetSelectedType(e.detail);
78
- }, large: false }), h("div", { key: 'f70d82d791d5a7b0e8f8e8b114be76fa5a7dc199', class: "formButton" }, h("custom-button", { key: '34a23e6d780903ff188abc1762a6d502e2de544d', label: 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)) ||
78
+ }, large: false }), h("div", { key: '023bac071da645515cc86826a48f08b43c6ebb1f', class: "formButton" }, h("custom-button", { key: '284c60557975c76733c0caa17ed907f0cfe2407c', label: 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)) ||
79
79
  this.selectedType === null }))));
80
80
  }
81
81
  static get is() { return "add-map-feature-popup"; }
@@ -97,19 +97,19 @@ export class FeatureDetailsCard {
97
97
  render() {
98
98
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
99
99
  const currentMessageIcon = (_a = this.messageIcon) !== null && _a !== void 0 ? _a : this.getDefaultMessageIcon();
100
- return (h("div", { key: '9e6db8b1a36400927a5114293b5425a6ab241ab9', class: "card-wrapper", style: { width: (_b = this.width) !== null && _b !== void 0 ? _b : '100%' } }, this.showAdornment && this.status && (h("div", { key: '4903e0f4ca6af1f5aa5f0f1ba1520d55aaa856ff', class: "adornment" }, h("udp-adornment", { key: 'd6901aef9bb7e829d054c57ca83fa2918659efc8', status: (_c = this.status) !== null && _c !== void 0 ? _c : 'info' }))), h("div", { key: '4cc138f4c74d8112c153336eb0a170747d163b42', class: "content-wrapper" }, h("div", { key: 'ec01c52ed866e8fb0e27d02ded72fc4ed3da70be', class: "header-wrapper", style: { backgroundColor: this.getHeaderBackgroundColor() } }, h("div", { key: 'f23fce2d2ae4861c5f9e8547cddba9e4c3ee8a84', class: "title-wrapper" }, h("stencil-icon-button", { key: '49e804177aa57e9cd3bc1ddbb0810d1bb27fa1d6', onClick: this.onClose, icon: CloseIcon24, tooltip: "Close", noBackground: true }), h("unity-typography", { key: 'fae781b27ac9025080b91edb4d23e3f6b6081f5f', variant: 'h6' }, this.title)), ((_d = this.moreIconActions) === null || _d === void 0 ? void 0 : _d.length) > 0 && (h("div", { key: '736cac97bf73947fd346a97cda9adc0fd4b57623' }, h("div", { key: 'acd7344194610f91297ca91e16e6487d1091a4fb', id: "moreHeaderIconButton1" }, h("stencil-icon-button", { key: 'c95f33331ff196eb43657a03cd3346bb92b592c5', onClick: this.handleOnClickMoreIcon, icon: OverflowMenuVertical24, tooltip: "More", noBackground: true, buttonId: "moreHeaderIconButton" })), this.moreIconAnchor && (h("udp-pop-over", { key: 'eb50f4882ddb9a5e4cd9876c54cb912b67543932', anchorElement: this.moreIconAnchor, isOpen: this.showMoreHeaderPopover, popoverWidth: '200px', popoverMaxHeight: '300px', handleOnClose: this.handleClosePopover, container: this.popoverContainer }, h("div", { key: '7acc69dad0ed87091485c60426d9ad619291cda2', class: "menu" }, (_e = this.moreIconActions) === null || _e === void 0 ? void 0 : _e.map(action => {
100
+ return (h("div", { key: 'a52abc58b76f689d11ff262e52639585a5cebd13', class: "card-wrapper", style: { width: (_b = this.width) !== null && _b !== void 0 ? _b : '100%' } }, this.showAdornment && this.status && (h("div", { key: 'af8ba7bceed90f48b16f6017705804735dc7746b', class: "adornment" }, h("udp-adornment", { key: 'e74c1c616cdbaddf83e3c774bb1d4c18c34d6abe', status: (_c = this.status) !== null && _c !== void 0 ? _c : 'info' }))), h("div", { key: '02a1dc580dc4aa1c2994250eae97d96a5b1f3b63', class: "content-wrapper" }, h("div", { key: '6481b5cdc429fdf478f9b301ed25801335b526dc', class: "header-wrapper", style: { backgroundColor: this.getHeaderBackgroundColor() } }, h("div", { key: '5c3633a98640688aa4660ddf874917ede9fcf4c7', class: "title-wrapper" }, h("stencil-icon-button", { key: '908fcd2b5fc0c6d575c94a8611397060c9c32112', onClick: this.onClose, icon: CloseIcon24, tooltip: "Close", noBackground: true }), h("unity-typography", { key: '060af9c6e9c481a16cd2e0f0b0b9e2b0fa35a756', variant: 'h6' }, this.title)), ((_d = this.moreIconActions) === null || _d === void 0 ? void 0 : _d.length) > 0 && (h("div", { key: '3a50706aba2899956a8a8a6258b8e88813e9bfde' }, h("div", { key: 'e77330f0c74b4bbc563a8ffd448aa73fbbc246d1', id: "moreHeaderIconButton1" }, h("stencil-icon-button", { key: '420c2e5d599157fb1afb9ceb5a338e253e699025', onClick: this.handleOnClickMoreIcon, icon: OverflowMenuVertical24, tooltip: "More", noBackground: true, buttonId: "moreHeaderIconButton" })), this.moreIconAnchor && (h("udp-pop-over", { key: '066a2f2208e045ccf912886a0ca8268c6117fa9b', anchorElement: this.moreIconAnchor, isOpen: this.showMoreHeaderPopover, popoverWidth: '200px', popoverMaxHeight: '300px', handleOnClose: this.handleClosePopover, container: this.popoverContainer }, h("div", { key: '26356987b4fd219ae344c7ce04ec6a5f1c89971a', class: "menu" }, (_e = this.moreIconActions) === null || _e === void 0 ? void 0 : _e.map(action => {
101
101
  var _a;
102
102
  return (h("udp-menu-item", { label: action === null || action === void 0 ? void 0 : action.name, iconName: action === null || action === void 0 ? void 0 : action.iconName, handleOnClick: () => {
103
103
  action.onClick(this.data);
104
104
  }, disabled: (action === null || action === void 0 ? void 0 : action.checkDisabled) ? action === null || action === void 0 ? void 0 : action.checkDisabled(this.data) : (_a = action === null || action === void 0 ? void 0 : action.disabled) !== null && _a !== void 0 ? _a : false }));
105
- }))))))), this.message && (h("div", { key: '821c15ffdece6aac5cc05ac54b68dc4c3406d911', class: "message-wrapper", style: { backgroundColor: this.getMessageBackgroundColor() } }, !this.hideMessageIcon && (h("div", { key: '132518846bf77d173067a3ec238c1deaffed4666', class: "icon-message" }, h("udp-icon", { key: '040887555c79045f16b1840caed09fe2f0380ab0', iconName: currentMessageIcon }))), h("div", { key: '3dda67c814990990cbe40ef47946f6ea3967a89e', class: "message" }, h("unity-typography", { key: 'b0630b34ea51c70ea1b0b65c1559783a72f03aae' }, this.message)))), h("div", { key: 'b318afe8bbe498594efc2e228183478acb82dc71', class: "data-section" }, (_f = this.listData) === null || _f === void 0 ? void 0 : _f.map(({ subject, value }) => (h("div", { class: "data-row" }, h("div", { class: "key" }, h("unity-typography", { variant: 'data-display-three' }, `${subject}: `)), h("div", { class: "value" }, h("unity-typography", { variant: 'data-display-three' }, value)))))), h("div", { key: 'c3fb7eefb9ad1d81e8e38f1e86b9c1a7ee0754dc', class: "options" }, this.enableViewFeature && this.data && (h("div", { key: '018dde78ddc28b88d31bb541c55f9096c61ace72', id: "viewFeatureOption" }, h("stencil-icon-button", { key: '707d407288086b4785fccdcde67d62f862b65221', tooltip: 'View', icon: getIconFromName('view'), buttonId: 'viewFeatureButton', onClick: () => this.handleViewFeature({
105
+ }))))))), this.message && (h("div", { key: 'e762d272d4d1bee1f2f648122acf2ffebe627da0', class: "message-wrapper", style: { backgroundColor: this.getMessageBackgroundColor() } }, !this.hideMessageIcon && (h("div", { key: 'a6b72af8689f83ee834851e9830d86632df78d7e', class: "icon-message" }, h("udp-icon", { key: '0d36f76f7b977a60fe4a336844eb1cc78f388688', iconName: currentMessageIcon }))), h("div", { key: '612361cc887193d2338612d7fd0ca95e42dd327e', class: "message" }, h("unity-typography", { key: '7b1b35944167c28fa39fc4ed4bf2baa4f2a211d0' }, this.message)))), h("div", { key: 'c5a2db8bf9b125e7037bb3ae93137053d1e78e8a', class: "data-section" }, (_f = this.listData) === null || _f === void 0 ? void 0 : _f.map(({ subject, value }) => (h("div", { class: "data-row" }, h("div", { class: "key" }, h("unity-typography", { variant: 'data-display-three' }, `${subject}: `)), h("div", { class: "value" }, h("unity-typography", { variant: 'data-display-three' }, value)))))), h("div", { key: '29f7d0f07d42c558e211745591510ab9850d012b', class: "options" }, this.enableViewFeature && this.data && (h("div", { key: 'a882406b9fc1f4e63f7ef455380413d8a08af8db', id: "viewFeatureOption" }, h("stencil-icon-button", { key: '42db91a6f471c233ae15e9f937df5d58a3829de3', tooltip: 'View', icon: getIconFromName('view'), buttonId: 'viewFeatureButton', onClick: () => this.handleViewFeature({
106
106
  selectedFeature: this.data,
107
107
  formattedSelectedFeature: this.listData,
108
- }) }))), ((_g = this.primaryActions) === null || _g === void 0 ? void 0 : _g.length) > 0 && (h("div", { key: 'f264d01a720a122842f344ebf1033b08fe6ebe58' }, h("div", { key: '77d6ff0c0d703c77bef3e1b72aeadd19ff775845', class: "options" }, (_h = this.visiblePrimaryActions) === null || _h === void 0 ? void 0 :
108
+ }) }))), ((_g = this.primaryActions) === null || _g === void 0 ? void 0 : _g.length) > 0 && (h("div", { key: 'a27824054d60c8493deb6b0d545be7aa9650cc98' }, h("div", { key: '749004bb62036627beea12f66ac2771734a09ffc', class: "options" }, (_h = this.visiblePrimaryActions) === null || _h === void 0 ? void 0 :
109
109
  _h.map((action, index) => {
110
110
  var _a, _b;
111
111
  return (h("stencil-icon-button", { tooltip: action === null || action === void 0 ? void 0 : action.name, icon: getIconFromName(action === null || action === void 0 ? void 0 : action.iconName), buttonId: (_a = action === null || action === void 0 ? void 0 : action.id) !== null && _a !== void 0 ? _a : `primary-icon-action-${index}`, onClick: () => action.onClick(this.data), disabled: (action === null || action === void 0 ? void 0 : action.checkDisabled) ? action === null || action === void 0 ? void 0 : action.checkDisabled(this.data) : (_b = action === null || action === void 0 ? void 0 : action.disabled) !== null && _b !== void 0 ? _b : false }));
112
- }), ((_j = this.overflowPrimaryActions) === null || _j === void 0 ? void 0 : _j.length) > 0 && (h("stencil-icon-button", { key: 'afdb75c1918fa5c4e6b47d54e920484951ef6294', onClick: this.handleOnClickPrimaryAction, icon: OverflowMenuVertical24, tooltip: "More", noBackground: true, buttonId: "morePrimaryIconButton" }))), this.primaryActionAnchor && (h("udp-pop-over", { key: 'a6ec3fe65ca24d68fdeef7da6981c3b3fb536bc8', anchorElement: this.primaryActionAnchor, isOpen: this.showPrimaryPopover, popoverWidth: '200px', popoverMaxHeight: '300px', handleOnClose: this.handleClosePopover, container: this.popoverContainer }, h("div", { key: '1ee902b174ffdbfc476b8340692784a1f209693c', class: "menu" }, (_k = this.overflowPrimaryActions) === null || _k === void 0 ? void 0 : _k.map(action => {
112
+ }), ((_j = this.overflowPrimaryActions) === null || _j === void 0 ? void 0 : _j.length) > 0 && (h("stencil-icon-button", { key: '5ac0af611c5d47782f1b4398817bab6462f708d4', onClick: this.handleOnClickPrimaryAction, icon: OverflowMenuVertical24, tooltip: "More", noBackground: true, buttonId: "morePrimaryIconButton" }))), this.primaryActionAnchor && (h("udp-pop-over", { key: '8655f303bfdd798c7a261ff4d535bf0502956f5b', anchorElement: this.primaryActionAnchor, isOpen: this.showPrimaryPopover, popoverWidth: '200px', popoverMaxHeight: '300px', handleOnClose: this.handleClosePopover, container: this.popoverContainer }, h("div", { key: '0491fefcebb62b8b5c1ca0b4f767bcecd14f9ca9', class: "menu" }, (_k = this.overflowPrimaryActions) === null || _k === void 0 ? void 0 : _k.map(action => {
113
113
  var _a;
114
114
  return (h("udp-menu-item", { label: action === null || action === void 0 ? void 0 : action.name, iconName: action === null || action === void 0 ? void 0 : action.iconName, handleOnClick: () => {
115
115
  action.onClick(this.data);
@@ -44,7 +44,7 @@ export class FeatureDetailsPopUp {
44
44
  var _a, _b, _c;
45
45
  const message = this.getMessage ? this.getMessage(this.data) : null;
46
46
  const messageIcon = this.getMessageIcon ? this.getMessageIcon(this.data) : null;
47
- return (h("div", { key: '0e801e520853e5525426513f7f5c88fddb3903ec' }, this.showPopOver && (h("feature-details-card", { key: 'a19b6ba28e747e46aaf9d73bf31d50e5f4800450', data: this.currentSelectedFeature, title: this.cardTitle, listData: this.listData, status: (_c = (_a = this.data) === null || _a === void 0 ? void 0 : _a[(_b = this.cardConfig) === null || _b === void 0 ? void 0 : _b.statusColor]) === null || _c === void 0 ? void 0 : _c.toLowerCase(), enableViewFeature: this.enableViewFeature, handleViewFeature: this.handleViewFeature, primaryActions: this.isReadOnly ? [] : this.primaryActions, moreIconActions: this.isReadOnly ? [] : this.moreIconActions, message: message, messageIcon: messageIcon, hideMessageIcon: this.hideMessageIcon, onClose: this.additionalOnclosePopover, width: this.popoverWidth, popoverContainer: this.popoverContainer }))));
47
+ return (h("div", { key: 'de1628f2231ed242921bfc08ba878d3dc21262c0' }, this.showPopOver && (h("feature-details-card", { key: '88d11c7ace1ab2817b2c88722baac4b928f2419c', data: this.currentSelectedFeature, title: this.cardTitle, listData: this.listData, status: (_c = (_a = this.data) === null || _a === void 0 ? void 0 : _a[(_b = this.cardConfig) === null || _b === void 0 ? void 0 : _b.statusColor]) === null || _c === void 0 ? void 0 : _c.toLowerCase(), enableViewFeature: this.enableViewFeature, handleViewFeature: this.handleViewFeature, primaryActions: this.isReadOnly ? [] : this.primaryActions, moreIconActions: this.isReadOnly ? [] : this.moreIconActions, message: message, messageIcon: messageIcon, hideMessageIcon: this.hideMessageIcon, onClose: this.additionalOnclosePopover, width: this.popoverWidth, popoverContainer: this.popoverContainer }))));
48
48
  }
49
49
  static get is() { return "feature-details-popup"; }
50
50
  static get encapsulation() { return "shadow"; }
@@ -8,9 +8,9 @@ export class SelectLayerPopUp {
8
8
  }
9
9
  render() {
10
10
  var _a, _b, _c;
11
- return (h("div", { key: '8007a443867f20bd1d852611af963eb8ccd12d35', class: "popoverContent" }, this.enableTileSelection && (h("udp-selector", { key: '3161c824076e00cd55987d36eaabe588b30c800e', id: 'mapType', options: (_a = this.tileOptions) !== null && _a !== void 0 ? _a : [], initialValue: this.selectedTile.value, label: 'Map Type', onChange: (e) => {
11
+ return (h("div", { key: 'a421adfcb15118a0b3b6dc5f4cb1d25d5e219f4a', class: "popoverContent" }, this.enableTileSelection && (h("udp-selector", { key: 'a738ad4665195159d09b38815187ef68acb329b6', id: 'mapType', options: (_a = this.tileOptions) !== null && _a !== void 0 ? _a : [], initialValue: this.selectedTile.value, label: 'Map Type', onChange: (e) => {
12
12
  this.handleMapTypeInputChange(e.detail);
13
- }, large: false })), h("div", { key: '583be16877eeb2a0d5cf93063e7196a17627e558', style: { height: '12px' } }), h("div", { key: '3970abe8db81c224510d78109b10b2dc3ddd7010' }, h("text-field", { key: 'd6215c3376d746940bffc4096a434fb9865b3fc5', label: 'Search Layers', id: 'searchFilter', value: '', onInput: (e) => this.handleSearchLayers(e) })), ((_b = this.filteredOptions) === null || _b === void 0 ? void 0 : _b.length) > 0 &&
13
+ }, large: false })), h("div", { key: '5ea170104bcda609d6252ff105f3dbde57ce4284', style: { height: '12px' } }), h("div", { key: 'ebec7ee3c1c467cae2cbc0d56ed287afa38518a1' }, h("text-field", { key: 'be4d66358d6bd16572e4d2e6e68fd82f33b2b7c5', label: 'Search Layers', id: 'searchFilter', value: '', onInput: (e) => this.handleSearchLayers(e) })), ((_b = this.filteredOptions) === null || _b === void 0 ? void 0 : _b.length) > 0 &&
14
14
  ((_c = this.filteredOptions) === null || _c === void 0 ? void 0 : _c.map(item => (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 }))))));
15
15
  }
16
16
  static get is() { return "select-layer-popup"; }
@@ -6,7 +6,7 @@ export class SplitLinePopup {
6
6
  }
7
7
  render() {
8
8
  var _a;
9
- return (h("div", { key: 'c7c9c9ac542f5d5d877ddfe3bdd94ae79fc0a297', class: "popoverContent" }, h("udp-selector", { key: 'c0fde2302909cbc8a16c61c4cf14d0ce95c9b9c6', id: 'layer', options: (_a = this.vectorLayerOptions.map(layer => {
9
+ return (h("div", { key: 'ce86398b51365a3637968d8a9f30c5eb6b0bf83a', class: "popoverContent" }, h("udp-selector", { key: '23b9668c84d57700c103e2ffe83af2b10534ee18', id: 'layer', options: (_a = this.vectorLayerOptions.map(layer => {
10
10
  return {
11
11
  label: layer,
12
12
  value: layer,