genesys-spark-components 4.0.0-beta.8 → 4.0.1

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 (2110) hide show
  1. package/README.md +16 -21
  2. package/dist/cjs/find-element-by-id-9c3e0b1b.js +26 -0
  3. package/dist/cjs/floating-ui.dom.esm-cae393e0.js +1551 -0
  4. package/dist/cjs/genesys-webcomponents.cjs.js +3 -6
  5. package/dist/cjs/get-slot-text-content-c4306c7a.js +8 -0
  6. package/dist/cjs/get-valid-timezone-6bacb49d.js +520 -0
  7. package/dist/cjs/gux-accordion-section.cjs.entry.js +8 -13
  8. package/dist/cjs/gux-accordion.cjs.entry.js +2 -2
  9. package/dist/cjs/gux-action-button.cjs.entry.js +14 -17
  10. package/dist/cjs/gux-action-toast-legacy.cjs.entry.js +3 -3
  11. package/dist/cjs/gux-advanced-dropdown-legacy.cjs.entry.js +218 -0
  12. package/dist/cjs/gux-all-row-select.cjs.entry.js +9 -10
  13. package/dist/cjs/gux-announce-beta.cjs.entry.js +3 -3
  14. package/dist/cjs/gux-badge.cjs.entry.js +69 -0
  15. package/dist/cjs/gux-blank-state.cjs.entry.js +49 -0
  16. package/dist/cjs/gux-breadcrumb-item.cjs.entry.js +3 -3
  17. package/dist/cjs/gux-breadcrumbs.cjs.entry.js +5 -5
  18. package/dist/cjs/gux-button-multi.cjs.entry.js +7 -8
  19. package/dist/cjs/gux-button-slot.cjs.entry.js +46 -0
  20. package/dist/cjs/gux-button.cjs.entry.js +34 -19
  21. package/dist/cjs/gux-calendar-beta.cjs.entry.js +18 -12
  22. package/dist/cjs/gux-calendar.cjs.entry.js +24 -11
  23. package/dist/cjs/gux-card.cjs.entry.js +2 -2
  24. package/dist/cjs/gux-column-manager-item.cjs.entry.js +8 -9
  25. package/dist/cjs/gux-column-manager.cjs.entry.js +126 -0
  26. package/dist/cjs/gux-column-manager.service-7f1cc862.js +93 -0
  27. package/dist/cjs/gux-content-search.cjs.entry.js +16 -13
  28. package/dist/cjs/gux-context-menu.cjs.entry.js +134 -0
  29. package/dist/cjs/gux-copy-to-clipboard.cjs.entry.js +7 -7
  30. package/dist/cjs/gux-create-option.cjs.entry.js +5 -5
  31. package/dist/cjs/gux-date-beta.cjs.entry.js +10 -7
  32. package/dist/cjs/gux-date-time-beta.cjs.entry.js +10 -7
  33. package/dist/cjs/gux-datepicker.cjs.entry.js +10 -10
  34. package/dist/cjs/gux-disclosure-button-legacy.cjs.entry.js +64 -0
  35. package/dist/cjs/gux-dismiss-button.cjs.entry.js +6 -6
  36. package/dist/cjs/gux-dropdown-multi-tag.cjs.entry.js +4 -4
  37. package/dist/cjs/gux-dropdown-multi.cjs.entry.js +412 -0
  38. package/dist/cjs/gux-dropdown-option.cjs.entry.js +2 -2
  39. package/dist/cjs/gux-dropdown_3.cjs.entry.js +31 -35
  40. package/dist/cjs/gux-flag-icon-beta.cjs.entry.js +29 -0
  41. package/dist/cjs/gux-flyout-menu.cjs.entry.js +182 -0
  42. package/dist/cjs/gux-form-field-checkbox.cjs.entry.js +17 -13
  43. package/dist/cjs/gux-form-field-color.cjs.entry.js +13 -13
  44. package/dist/cjs/gux-form-field-container-987b5820.js +21 -0
  45. package/dist/cjs/gux-form-field-dropdown.cjs.entry.js +19 -17
  46. package/dist/cjs/gux-form-field-fieldset-container-e43868e8.js +24 -0
  47. package/dist/cjs/gux-form-field-input-clear-button.cjs.entry.js +5 -5
  48. package/dist/cjs/gux-form-field-number_3.cjs.entry.js +28 -28
  49. package/dist/cjs/gux-form-field-phone.cjs.entry.js +16 -14
  50. package/dist/cjs/gux-form-field-radio.cjs.entry.js +12 -12
  51. package/dist/cjs/gux-form-field-range.cjs.entry.js +13 -13
  52. package/dist/cjs/gux-form-field-search.cjs.entry.js +13 -13
  53. package/dist/cjs/gux-form-field-select.cjs.entry.js +13 -13
  54. package/dist/cjs/gux-form-field-text-like.cjs.entry.js +13 -13
  55. package/dist/cjs/gux-form-field-textarea.cjs.entry.js +13 -13
  56. package/dist/cjs/gux-form-field-time-picker.cjs.entry.js +18 -16
  57. package/dist/cjs/gux-form-field-time-zone-picker.cjs.entry.js +119 -0
  58. package/dist/cjs/gux-form-field.service-d9598ea6.js +151 -0
  59. package/dist/cjs/gux-icon.cjs.entry.js +8 -9
  60. package/dist/cjs/gux-inline-alert.cjs.entry.js +5 -5
  61. package/dist/cjs/gux-list-divider.cjs.entry.js +2 -2
  62. package/dist/cjs/gux-list-item.cjs.entry.js +3 -3
  63. package/dist/cjs/gux-list.cjs.entry.js +5 -5
  64. package/dist/cjs/gux-listbox-multi.cjs.entry.js +20 -17
  65. package/dist/cjs/gux-listbox.service-9bcd72cb.js +168 -0
  66. package/dist/cjs/gux-loading-message.cjs.entry.js +24 -0
  67. package/dist/cjs/gux-menu-option.cjs.entry.js +10 -3
  68. package/dist/cjs/gux-menu.cjs.entry.js +3 -3
  69. package/dist/cjs/gux-modal-legacy.cjs.entry.js +85 -0
  70. package/dist/cjs/gux-modal.cjs.entry.js +44 -50
  71. package/dist/cjs/gux-month-calendar.cjs.entry.js +13 -9
  72. package/dist/cjs/gux-month-list_2.cjs.entry.js +5 -5
  73. package/dist/cjs/gux-month-picker-beta.cjs.entry.js +12 -18
  74. package/dist/cjs/gux-notification-toast-legacy.cjs.entry.js +3 -3
  75. package/dist/cjs/gux-option-icon.cjs.entry.js +3 -3
  76. package/dist/cjs/gux-option-multi.cjs.entry.js +12 -14
  77. package/dist/cjs/gux-page-loading-spinner.cjs.entry.js +2 -2
  78. package/dist/cjs/gux-pagination-buttons-legacy_3.cjs.entry.js +277 -0
  79. package/dist/cjs/gux-pagination-buttons_2.cjs.entry.js +255 -0
  80. package/dist/cjs/gux-pagination-cursor.cjs.entry.js +8 -8
  81. package/dist/cjs/gux-pagination-items-per-page.cjs.entry.js +46 -0
  82. package/dist/cjs/gux-pagination-legacy.cjs.entry.js +76 -0
  83. package/dist/cjs/gux-pagination.cjs.entry.js +51 -26
  84. package/dist/cjs/gux-phone-input-beta.cjs.entry.js +664 -596
  85. package/dist/cjs/gux-popover-list.cjs.entry.js +78 -56
  86. package/dist/cjs/gux-popup.cjs.entry.js +30 -16
  87. package/dist/cjs/gux-radial-loading.cjs.entry.js +25 -6
  88. package/dist/cjs/gux-radial-progress.cjs.entry.js +13 -27
  89. package/dist/cjs/gux-rating.cjs.entry.js +22 -12
  90. package/dist/cjs/gux-row-select.cjs.entry.js +8 -10
  91. package/dist/cjs/gux-screen-reader-beta.cjs.entry.js +2 -2
  92. package/dist/cjs/gux-segmented-control-beta.cjs.entry.js +44 -0
  93. package/dist/cjs/gux-segmented-control-item.cjs.entry.js +70 -0
  94. package/dist/cjs/gux-simple-toast-legacy.cjs.entry.js +3 -3
  95. package/dist/cjs/gux-skip-navigation-item.cjs.entry.js +1 -1
  96. package/dist/cjs/gux-skip-navigation-list.cjs.entry.js +33 -0
  97. package/dist/cjs/gux-sort-control.cjs.entry.js +10 -10
  98. package/dist/cjs/gux-submenu.cjs.entry.js +56 -51
  99. package/dist/cjs/gux-switch-item.cjs.entry.js +2 -2
  100. package/dist/cjs/gux-switch-legacy.cjs.entry.js +45 -0
  101. package/dist/cjs/gux-tab-advanced-list.cjs.entry.js +30 -25
  102. package/dist/cjs/gux-tab-advanced-panel.cjs.entry.js +3 -3
  103. package/dist/cjs/gux-tab-advanced.cjs.entry.js +42 -26
  104. package/dist/cjs/gux-tab-list.cjs.entry.js +6 -6
  105. package/dist/cjs/gux-tab-panel.cjs.entry.js +3 -3
  106. package/dist/cjs/gux-tab.cjs.entry.js +2 -2
  107. package/dist/cjs/gux-table-select-menu.cjs.entry.js +9 -9
  108. package/dist/cjs/gux-table-toolbar-action.cjs.entry.js +5 -5
  109. package/dist/cjs/gux-table-toolbar-custom-action.cjs.entry.js +10 -4
  110. package/dist/cjs/gux-table-toolbar-menu-button.cjs.entry.js +14 -8
  111. package/dist/cjs/gux-table-toolbar.cjs.entry.js +214 -0
  112. package/dist/cjs/gux-table.cjs.entry.js +286 -0
  113. package/dist/cjs/gux-tabs-advanced.cjs.entry.js +3 -6
  114. package/dist/cjs/gux-tabs.cjs.entry.js +4 -4
  115. package/dist/cjs/gux-tag.cjs.entry.js +79 -0
  116. package/dist/cjs/gux-text-highlight.cjs.entry.js +10 -9
  117. package/dist/cjs/gux-time-beta.cjs.entry.js +10 -7
  118. package/dist/cjs/gux-time-picker.cjs.entry.js +393 -0
  119. package/dist/cjs/gux-time-zone-picker-beta.cjs.entry.js +7818 -0
  120. package/dist/cjs/gux-toast.cjs.entry.js +5 -5
  121. package/dist/cjs/gux-toggle-slider.cjs.entry.js +6 -4
  122. package/dist/cjs/gux-toggle.cjs.entry.js +7 -11
  123. package/dist/cjs/gux-tooltip-title.cjs.entry.js +13 -5
  124. package/dist/cjs/gux-tooltip.cjs.entry.js +49 -28
  125. package/dist/cjs/gux-truncate.cjs.entry.js +3 -3
  126. package/dist/cjs/index-75c9f0d9.js +2806 -0
  127. package/dist/cjs/index-dee802be.js +4147 -0
  128. package/dist/cjs/loader.cjs.js +3 -12
  129. package/dist/cjs/on-attribute-change-9b2d8c85.js +27 -0
  130. package/dist/cjs/on-click-outside-3c0f8816.js +77 -0
  131. package/dist/cjs/on-mutation-ec5d23bd.js +36 -0
  132. package/dist/cjs/on-resize-a136fc7f.js +36 -0
  133. package/dist/cjs/usage-bfcc4d96.js +227 -0
  134. package/dist/collection/collection-manifest.json +124 -124
  135. package/dist/collection/components/beta/gux-announce/gux-announce.css +1 -1
  136. package/dist/collection/components/beta/gux-announce/gux-announce.js +8 -6
  137. package/dist/collection/components/beta/gux-announce/tests/gux-announce.e2e.js +18 -0
  138. package/dist/collection/components/beta/gux-announce/tests/gux-announce.spec.js +19 -0
  139. package/dist/collection/components/beta/gux-calendar-beta/components/single/gux-calendar.css +14 -15
  140. package/dist/collection/components/beta/gux-calendar-beta/components/single/gux-calendar.js +18 -12
  141. package/dist/collection/components/beta/gux-calendar-beta/services/calendar.service.js +1 -1
  142. package/dist/collection/components/beta/gux-calendar-beta/tests/gux-calendar.e2e.js +202 -0
  143. package/dist/collection/components/beta/gux-calendar-beta/tests/gux-calendar.spec.js +19 -0
  144. package/dist/collection/components/beta/gux-date/gux-date.js +34 -6
  145. package/dist/collection/components/beta/gux-date/tests/gux-date.e2e.js +30 -0
  146. package/dist/collection/components/beta/gux-date/tests/gux-date.spec.js +30 -0
  147. package/dist/collection/components/beta/gux-date-time/gux-date-time.js +34 -6
  148. package/dist/collection/components/beta/gux-date-time/tests/gux-date-time.e2e.js +30 -0
  149. package/dist/collection/components/beta/gux-date-time/tests/gux-date-time.spec.js +30 -0
  150. package/dist/collection/components/beta/gux-flag-icon/gux-flag-icon.css +1729 -0
  151. package/dist/collection/components/beta/gux-flag-icon/gux-flag-icon.js +67 -0
  152. package/dist/collection/components/beta/gux-flag-icon/sprite-utils/sprites.generated.js +1 -0
  153. package/dist/collection/components/beta/gux-flag-icon/tests/gux-flag-icon.e2e.js +268 -0
  154. package/dist/collection/components/beta/gux-flag-icon/tests/gux-flag-icon.spec.js +267 -0
  155. package/dist/collection/components/beta/gux-month-picker/gux-month-calendar/gux-month-calendar.css +28 -58
  156. package/dist/collection/components/beta/gux-month-picker/gux-month-calendar/gux-month-calendar.js +25 -15
  157. package/dist/collection/components/beta/gux-month-picker/gux-month-calendar/gux-month-list/gux-month-list-item/gux-month-list-item.css +18 -28
  158. package/dist/collection/components/beta/gux-month-picker/gux-month-calendar/gux-month-list/gux-month-list-item/gux-month-list-item.js +5 -4
  159. package/dist/collection/components/beta/gux-month-picker/gux-month-calendar/gux-month-list/gux-month-list.css +5 -4
  160. package/dist/collection/components/beta/gux-month-picker/gux-month-calendar/gux-month-list/gux-month-list.js +5 -4
  161. package/dist/collection/components/beta/gux-month-picker/gux-month-picker.css +33 -30
  162. package/dist/collection/components/beta/gux-month-picker/gux-month-picker.js +18 -21
  163. package/dist/collection/components/beta/gux-month-picker/tests/gux-month-picker.e2e.js +18 -0
  164. package/dist/collection/components/beta/gux-month-picker/tests/gux-month-picker.spec.js +27 -0
  165. package/dist/collection/components/beta/gux-phone-input/gux-phone-input.css +26 -21
  166. package/dist/collection/components/beta/gux-phone-input/gux-phone-input.js +347 -152
  167. package/dist/collection/components/beta/gux-phone-input/services/RegionCountryCodeMap.js +0 -249
  168. package/dist/collection/components/beta/gux-phone-input/services/region-map.service.js +6 -4
  169. package/dist/collection/components/beta/gux-phone-input/tests/gux-phone-input.e2e.js +106 -0
  170. package/dist/collection/components/beta/gux-screen-reader/gux-screen-reader.css +1 -1
  171. package/dist/collection/components/beta/gux-screen-reader/gux-screen-reader.js +3 -3
  172. package/dist/collection/components/beta/gux-screen-reader/tests/gux-screen-reader.e2e.js +16 -0
  173. package/dist/collection/components/beta/gux-screen-reader/tests/gux-screen-reader.spec.js +17 -0
  174. package/dist/collection/components/beta/gux-segmented-control/gux-segmented-control-item/gux-segmented-control-item.css +76 -0
  175. package/dist/collection/components/beta/gux-segmented-control/gux-segmented-control-item/gux-segmented-control-item.js +164 -0
  176. package/dist/collection/components/beta/gux-segmented-control/gux-segmented-control.css +3 -0
  177. package/dist/collection/components/beta/gux-segmented-control/gux-segmented-control.js +83 -0
  178. package/dist/collection/components/beta/gux-segmented-control/tests/gux-segmented-control.e2e.js +108 -0
  179. package/dist/collection/components/beta/gux-segmented-control/tests/gux-segmented-control.spec.js +126 -0
  180. package/dist/collection/components/beta/gux-time/gux-time.js +34 -6
  181. package/dist/collection/components/beta/gux-time/tests/gux-time.e2e.js +30 -0
  182. package/dist/collection/components/beta/gux-time/tests/gux-time.spec.js +30 -0
  183. package/dist/collection/components/beta/gux-time-zone-picker/generic-zones.js +438 -0
  184. package/dist/collection/components/beta/gux-time-zone-picker/gux-time-zone-picker.css +18 -0
  185. package/dist/collection/components/beta/gux-time-zone-picker/gux-time-zone-picker.js +292 -0
  186. package/dist/collection/components/beta/gux-time-zone-picker/tests/gux-time-zone-picker.e2e.js +53 -0
  187. package/dist/collection/components/beta/gux-time-zone-picker/tests/gux-time-zone-picker.spec.js +15 -0
  188. package/dist/collection/components/legacy/gux-action-toast-legacy/gux-action-toast.css +113 -0
  189. package/dist/collection/components/legacy/gux-action-toast-legacy/gux-action-toast.js +30 -0
  190. package/dist/collection/components/legacy/gux-action-toast-legacy/tests/gux-action-toast.e2e.js +26 -0
  191. package/dist/collection/components/legacy/gux-action-toast-legacy/tests/gux-action-toast.spec.js +28 -0
  192. package/dist/collection/components/legacy/gux-advanced-dropdown-legacy/dropdown-option/gux-dropdown-option.css +38 -0
  193. package/dist/collection/components/legacy/gux-advanced-dropdown-legacy/dropdown-option/gux-dropdown-option.js +250 -0
  194. package/dist/collection/components/legacy/gux-advanced-dropdown-legacy/dropdown-option/tests/gux-dropdown-option.spec.js +47 -0
  195. package/dist/collection/components/legacy/gux-advanced-dropdown-legacy/gux-advanced-dropdown.css +80 -0
  196. package/dist/collection/components/legacy/gux-advanced-dropdown-legacy/gux-advanced-dropdown.js +398 -0
  197. package/dist/collection/components/legacy/gux-advanced-dropdown-legacy/tests/gux-advanced-dropdown.e2e.js +149 -0
  198. package/dist/collection/components/legacy/gux-advanced-dropdown-legacy/tests/gux-advanced-dropdown.spec.js +17 -0
  199. package/dist/collection/components/legacy/gux-disclosure-button-legacy/gux-disclosure-button.css +44 -0
  200. package/dist/collection/components/legacy/gux-disclosure-button-legacy/gux-disclosure-button.js +154 -0
  201. package/dist/collection/components/legacy/gux-disclosure-button-legacy/tests/gux-disclosure-button.e2e.js +80 -0
  202. package/dist/collection/components/legacy/gux-disclosure-button-legacy/tests/gux-disclosure-button.spec.js +82 -0
  203. package/dist/collection/components/legacy/gux-modal-legacy/gux-modal-legacy.css +120 -0
  204. package/dist/collection/components/legacy/gux-modal-legacy/gux-modal-legacy.js +181 -0
  205. package/dist/collection/components/legacy/gux-modal-legacy/tests/gux-modal-legacy.e2e.js +301 -0
  206. package/dist/collection/components/legacy/gux-modal-legacy/tests/gux-modal-legacy.spec.js +200 -0
  207. package/dist/collection/components/legacy/gux-notification-toast-legacy/gux-notification-toast.css +71 -0
  208. package/dist/collection/components/legacy/gux-notification-toast-legacy/gux-notification-toast.js +84 -0
  209. package/dist/collection/components/legacy/gux-notification-toast-legacy/tests/gux-notification-toast.e2e.js +109 -0
  210. package/dist/collection/components/legacy/gux-notification-toast-legacy/tests/gux-notification-toast.spec.js +99 -0
  211. package/dist/collection/components/legacy/gux-pagination-legacy/gux-pagination-buttons-legacy/gux-pagination-button.service.js +91 -0
  212. package/dist/collection/components/legacy/gux-pagination-legacy/gux-pagination-buttons-legacy/gux-pagination-buttons-legacy.css +92 -0
  213. package/dist/collection/components/legacy/gux-pagination-legacy/gux-pagination-buttons-legacy/gux-pagination-buttons.js +168 -0
  214. package/dist/collection/components/legacy/gux-pagination-legacy/gux-pagination-buttons-legacy/tests/gux-pagination-buttons.service.spec.js +138 -0
  215. package/dist/collection/components/legacy/gux-pagination-legacy/gux-pagination-buttons-legacy/tests/gux-pagination-buttons.spec.js +39 -0
  216. package/dist/collection/components/legacy/gux-pagination-legacy/gux-pagination-item-counts-legacy/gux-pagination-item-counts-legacy.css +11 -0
  217. package/dist/collection/components/legacy/gux-pagination-legacy/gux-pagination-item-counts-legacy/gux-pagination-item-counts.js +101 -0
  218. package/dist/collection/components/legacy/gux-pagination-legacy/gux-pagination-item-counts-legacy/tests/gux-pagination-item-counts.spec.js +30 -0
  219. package/dist/collection/components/legacy/gux-pagination-legacy/gux-pagination-items-per-page-legacy/gux-pagination-items-per-page-legacy.css +25 -0
  220. package/dist/collection/components/legacy/gux-pagination-legacy/gux-pagination-items-per-page-legacy/gux-pagination-items-per-page.js +91 -0
  221. package/dist/collection/components/legacy/gux-pagination-legacy/gux-pagination-items-per-page-legacy/tests/gux-pagination-items-per-page.spec.js +33 -0
  222. package/dist/collection/components/legacy/gux-pagination-legacy/gux-pagination-legacy.css +39 -0
  223. package/dist/collection/components/legacy/gux-pagination-legacy/gux-pagination.js +193 -0
  224. package/dist/collection/components/legacy/gux-pagination-legacy/tests/gux-pagination.e2e.js +53 -0
  225. package/dist/collection/components/legacy/gux-pagination-legacy/tests/gux-pagination.spec.js +65 -0
  226. package/dist/collection/components/legacy/gux-simple-toast-legacy/gux-simple-toast.css +50 -0
  227. package/dist/collection/components/legacy/gux-simple-toast-legacy/gux-simple-toast.js +83 -0
  228. package/dist/collection/components/legacy/gux-simple-toast-legacy/tests/gux-simple-toast.e2e.js +103 -0
  229. package/dist/collection/components/legacy/gux-simple-toast-legacy/tests/gux-simple-toast.spec.js +93 -0
  230. package/dist/collection/components/legacy/gux-switch-legacy/gux-switch-item/gux-switch-item.css +77 -0
  231. package/dist/collection/components/legacy/gux-switch-legacy/gux-switch-item/gux-switch-item.js +96 -0
  232. package/dist/collection/components/legacy/gux-switch-legacy/gux-switch.css +4 -0
  233. package/dist/collection/components/legacy/gux-switch-legacy/gux-switch.js +108 -0
  234. package/dist/collection/components/legacy/gux-switch-legacy/tests/gux-switch.e2e.js +87 -0
  235. package/dist/collection/components/legacy/gux-switch-legacy/tests/gux-switch.spec.js +116 -0
  236. package/dist/collection/components/stable/gux-accordion/gux-accordion-section/gux-accordion-section.css +46 -43
  237. package/dist/collection/components/stable/gux-accordion/gux-accordion-section/gux-accordion-section.js +15 -18
  238. package/dist/collection/components/stable/gux-accordion/gux-accordion.css +1 -1
  239. package/dist/collection/components/stable/gux-accordion/gux-accordion.js +3 -3
  240. package/dist/collection/components/stable/gux-accordion/tests/gux-accordion.e2e.js +46 -0
  241. package/dist/collection/components/stable/gux-accordion/tests/gux-accordion.spec.js +52 -0
  242. package/dist/collection/components/stable/gux-action-button/gux-action-button.css +14 -9
  243. package/dist/collection/components/stable/gux-action-button/gux-action-button.js +16 -31
  244. package/dist/collection/components/stable/gux-action-button/tests/gux-action-button.e2e.js +93 -0
  245. package/dist/collection/components/stable/gux-action-button/tests/gux-action-button.spec.js +96 -0
  246. package/dist/collection/components/stable/gux-badge/gux-badge.css +68 -0
  247. package/dist/collection/components/stable/gux-badge/gux-badge.js +106 -0
  248. package/dist/collection/components/stable/gux-badge/tests/gux-badge.e2e.js +38 -0
  249. package/dist/collection/components/stable/gux-badge/tests/gux-badge.spec.js +39 -0
  250. package/dist/collection/components/stable/gux-blank-state/gux-blank-state.css +67 -0
  251. package/dist/collection/components/stable/gux-blank-state/gux-blank-state.js +61 -0
  252. package/dist/collection/components/stable/gux-blank-state/tests/gux-blank-state.e2e.js +19 -0
  253. package/dist/collection/components/stable/gux-blank-state/tests/gux-blank-state.spec.js +22 -0
  254. package/dist/collection/components/stable/gux-breadcrumbs/breadcrumb-item/gux-breadcrumb-item.css +22 -63
  255. package/dist/collection/components/stable/gux-breadcrumbs/breadcrumb-item/gux-breadcrumb-item.js +2 -2
  256. package/dist/collection/components/stable/gux-breadcrumbs/gux-breadcrumbs.css +4 -5
  257. package/dist/collection/components/stable/gux-breadcrumbs/gux-breadcrumbs.js +6 -5
  258. package/dist/collection/components/stable/gux-breadcrumbs/tests/gux-breadcrumbs.e2e.js +48 -0
  259. package/dist/collection/components/stable/gux-breadcrumbs/tests/gux-breadcrumbs.spec.js +91 -0
  260. package/dist/collection/components/stable/gux-button/gux-button.css +20 -15
  261. package/dist/collection/components/stable/gux-button/gux-button.js +42 -20
  262. package/dist/collection/components/stable/gux-button/tests/gux-button.e2e.js +131 -0
  263. package/dist/collection/components/stable/gux-button/tests/gux-button.spec.js +114 -0
  264. package/dist/collection/components/stable/gux-button-multi/gux-button-multi.css +8 -7
  265. package/dist/collection/components/stable/gux-button-multi/gux-button-multi.js +9 -26
  266. package/dist/collection/components/stable/gux-button-multi/tests/gux-button-multi.e2e.js +76 -0
  267. package/dist/collection/components/stable/gux-button-multi/tests/gux-button-multi.spec.js +16 -0
  268. package/dist/collection/components/stable/gux-button-slot/gux-button-slot.css +177 -0
  269. package/dist/collection/components/stable/gux-button-slot/gux-button-slot.js +95 -0
  270. package/dist/collection/components/stable/gux-button-slot/tests/gux-button-slot.e2e.js +206 -0
  271. package/dist/collection/components/stable/gux-button-slot/tests/gux-button-slot.spec.js +258 -0
  272. package/dist/collection/components/stable/gux-calendar/gux-calendar.css +121 -51
  273. package/dist/collection/components/stable/gux-calendar/gux-calendar.js +40 -19
  274. package/dist/collection/components/stable/gux-calendar/gux-calendar.service.js +1 -1
  275. package/dist/collection/components/stable/gux-calendar/tests/gux-calendar.e2e.js +45 -0
  276. package/dist/collection/components/stable/gux-calendar/tests/gux-calendar.methods.spec.js +233 -0
  277. package/dist/collection/components/stable/gux-calendar/tests/gux-calendar.service.spec.js +160 -0
  278. package/dist/collection/components/stable/gux-calendar/tests/gux-calendar.spec.js +31 -0
  279. package/dist/collection/components/stable/gux-card/gux-card.css +0 -19
  280. package/dist/collection/components/stable/gux-card/gux-card.js +4 -3
  281. package/dist/collection/components/stable/gux-card/tests/gux-card.e2e.js +16 -0
  282. package/dist/collection/components/stable/gux-card/tests/gux-card.spec.js +17 -0
  283. package/dist/collection/components/stable/gux-column-manager/gux-column-manager-item/gux-column-manager-item.css +80 -0
  284. package/dist/collection/components/stable/gux-column-manager/gux-column-manager-item/gux-column-manager-item.js +363 -0
  285. package/dist/collection/components/stable/gux-column-manager/gux-column-manager-item/tests/gux-column-manager-item.service.spec.js +35 -0
  286. package/dist/collection/components/stable/gux-column-manager/gux-column-manager.css +29 -0
  287. package/dist/collection/components/stable/gux-column-manager/gux-column-manager.js +176 -0
  288. package/dist/collection/components/stable/gux-column-manager/gux-column-manager.service.js +80 -0
  289. package/dist/collection/components/stable/gux-content-search/gux-content-search.css +78 -79
  290. package/dist/collection/components/stable/gux-content-search/gux-content-search.js +12 -10
  291. package/dist/collection/components/stable/gux-content-search/tests/gux-content-search.e2e.js +547 -0
  292. package/dist/collection/components/stable/gux-content-search/tests/gux-content-search.spec.js +198 -0
  293. package/dist/collection/components/stable/gux-context-menu/gux-context-menu.css +53 -0
  294. package/dist/collection/components/stable/gux-context-menu/gux-context-menu.js +208 -0
  295. package/dist/collection/components/stable/gux-context-menu/tests/gux-context-menu.e2e.js +85 -0
  296. package/dist/collection/components/stable/gux-context-menu/tests/gux-context-menu.spec.js +44 -0
  297. package/dist/collection/components/stable/gux-copy-to-clipboard/gux-copy-to-clipboard.css +5 -21
  298. package/dist/collection/components/stable/gux-copy-to-clipboard/gux-copy-to-clipboard.js +6 -6
  299. package/dist/collection/components/stable/gux-copy-to-clipboard/tests/gux-copy-to-clipboard.e2e.js +23 -0
  300. package/dist/collection/components/stable/gux-copy-to-clipboard/tests/gux-copy-to-clipboard.spec.js +42 -0
  301. package/dist/collection/components/stable/gux-datepicker/gux-datepicker.css +84 -58
  302. package/dist/collection/components/stable/gux-datepicker/gux-datepicker.js +15 -13
  303. package/dist/collection/components/stable/gux-datepicker/tests/gux-datepicker.e2e.js +112 -0
  304. package/dist/collection/components/stable/gux-datepicker/tests/gux-datepicker.service.spec.js +237 -0
  305. package/dist/collection/components/stable/gux-datepicker/tests/gux-datepicker.spec.js +36 -0
  306. package/dist/collection/components/stable/gux-dismiss-button/gux-dismiss-button.css +17 -28
  307. package/dist/collection/components/stable/gux-dismiss-button/gux-dismiss-button.js +8 -7
  308. package/dist/collection/components/stable/gux-dismiss-button/tests/gux-dismiss-button.e2e.js +20 -0
  309. package/dist/collection/components/stable/gux-dismiss-button/tests/gux-dismiss-button.spec.js +22 -0
  310. package/dist/collection/components/stable/gux-dropdown/gux-dropdown.css +67 -52
  311. package/dist/collection/components/stable/gux-dropdown/gux-dropdown.js +22 -38
  312. package/dist/collection/components/stable/gux-dropdown/tests/gux-dropdown.e2e.js +190 -0
  313. package/dist/collection/components/stable/gux-dropdown/tests/gux-dropdown.spec.js +65 -0
  314. package/dist/collection/components/stable/gux-dropdown-multi/gux-dropdown-multi-tag/gux-dropdown-multi-tag.css +48 -0
  315. package/dist/collection/components/stable/gux-dropdown-multi/gux-dropdown-multi-tag/gux-dropdown-multi-tag.js +122 -0
  316. package/dist/collection/components/stable/gux-dropdown-multi/gux-dropdown-multi.css +168 -0
  317. package/dist/collection/components/stable/gux-dropdown-multi/gux-dropdown-multi.js +694 -0
  318. package/dist/collection/components/stable/gux-dropdown-multi/tests/gux-dropdown-multi.e2e.js +277 -0
  319. package/dist/collection/components/stable/gux-dropdown-multi/tests/gux-dropdown-multi.spec.js +24 -0
  320. package/dist/collection/components/stable/gux-flyout-menu/gux-flyout-menu.css +33 -0
  321. package/dist/collection/components/stable/gux-flyout-menu/gux-flyout-menu.js +237 -0
  322. package/dist/collection/components/stable/gux-flyout-menu/gux-menu/gux-menu-option/gux-menu-option.css +26 -0
  323. package/dist/collection/components/stable/gux-flyout-menu/gux-menu/gux-menu-option/gux-menu-option.js +82 -0
  324. package/dist/collection/components/stable/gux-flyout-menu/gux-menu/gux-menu.css +9 -0
  325. package/dist/collection/components/stable/gux-flyout-menu/gux-menu/gux-menu.js +21 -0
  326. package/dist/collection/components/stable/gux-flyout-menu/gux-menu/gux-submenu/gux-submenu.css +59 -0
  327. package/dist/collection/components/stable/gux-flyout-menu/gux-menu/gux-submenu/gux-submenu.js +256 -0
  328. package/dist/collection/components/stable/gux-flyout-menu/tests/gux-flyout-menu.e2e.js +71 -0
  329. package/dist/collection/components/stable/gux-flyout-menu/tests/gux-flyout-menu.spec.js +52 -0
  330. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-checkbox/gux-form-field-checkbox.css +114 -57
  331. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-checkbox/gux-form-field-checkbox.js +38 -12
  332. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-checkbox/tests/gux-form-field-checkbox.e2e.js +93 -0
  333. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-checkbox/tests/gux-form-field-checkbox.spec.js +64 -0
  334. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-color/gux-form-field-color.css +69 -57
  335. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-color/gux-form-field-color.js +13 -12
  336. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-color/tests/gux-form-field-color.e2e.js +83 -0
  337. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-color/tests/gux-form-field-color.spec.js +65 -0
  338. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-dropdown/gux-form-field-dropdown.css +48 -34
  339. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-dropdown/gux-form-field-dropdown.js +19 -17
  340. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-dropdown/tests/gux-form-field-dropdown.e2e.js +196 -0
  341. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-dropdown/tests/gux-form-field-dropdown.spec.js +188 -0
  342. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-number/gux-form-field-number.css +62 -59
  343. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-number/gux-form-field-number.js +19 -17
  344. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-number/tests/gux-form-field-number.e2e.js +110 -0
  345. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-number/tests/gux-form-field-number.spec.js +85 -0
  346. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-phone/gux-form-field-phone.css +37 -26
  347. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-phone/gux-form-field-phone.js +18 -16
  348. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-radio/gux-form-field-radio.css +115 -45
  349. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-radio/gux-form-field-radio.js +11 -11
  350. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-radio/tests/gux-form-field-radio.e2e.js +114 -0
  351. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-radio/tests/gux-form-field-radio.spec.js +75 -0
  352. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-range/gux-form-field-range.css +97 -64
  353. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-range/gux-form-field-range.js +13 -12
  354. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-search/gux-form-field-search.css +66 -58
  355. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-search/gux-form-field-search.js +15 -13
  356. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-search/tests/gux-form-field-search.e2e.js +83 -0
  357. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-search/tests/gux-form-field-search.spec.js +65 -0
  358. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-select/gux-form-field-select.css +63 -79
  359. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-select/gux-form-field-select.js +13 -12
  360. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-select/tests/gux-form-field-select.e2e.js +95 -0
  361. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-select/tests/gux-form-field-select.spec.js +80 -0
  362. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-text-like/gux-form-field-text-like.css +70 -57
  363. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-text-like/gux-form-field-text-like.js +15 -13
  364. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-text-like/tests/gux-form-field-text-like.e2e.js +171 -0
  365. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-text-like/tests/gux-form-field-text-like.spec.js +125 -0
  366. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-textarea/gux-form-field-textarea.css +60 -59
  367. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-textarea/gux-form-field-textarea.js +15 -13
  368. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-textarea/tests/gux-form-field-textarea.e2e.js +104 -0
  369. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-textarea/tests/gux-form-field-textarea.spec.js +79 -0
  370. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-time-picker/gux-form-field-time-picker.css +45 -32
  371. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-time-picker/gux-form-field-time-picker.js +18 -16
  372. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-time-picker/tests/gux-form-field-time-picker.e2e.js +83 -0
  373. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-time-picker/tests/gux-form-field-time-picker.spec.js +66 -0
  374. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-time-zone-picker/gux-form-field-time-zone-picker.css +107 -0
  375. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-time-zone-picker/gux-form-field-time-zone-picker.js +157 -0
  376. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-time-zone-picker/tests/gux-form-field-time-zone-picker.e2e.js +123 -0
  377. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-time-zone-picker/tests/gux-form-field-time-zone-picker.spec.js +103 -0
  378. package/dist/collection/components/stable/gux-form-field/functional-components/functional-components.js +6 -6
  379. package/dist/collection/components/stable/gux-form-field/functional-components/gux-form-field-container/gux-form-field-container.js +1 -1
  380. package/dist/collection/components/stable/gux-form-field/functional-components/gux-form-field-error/gux-form-field-error.js +1 -1
  381. package/dist/collection/components/stable/gux-form-field/functional-components/gux-form-field-fieldset-container/gux-form-field-fieldset-container.js +1 -1
  382. package/dist/collection/components/stable/gux-form-field/functional-components/gux-form-field-help/gux-form-field-help.js +1 -1
  383. package/dist/collection/components/stable/gux-form-field/functional-components/gux-form-field-label/gux-form-field-label.js +1 -1
  384. package/dist/collection/components/stable/gux-form-field/functional-components/gux-form-field-legend-label/gux-form-field-legend-label.js +10 -7
  385. package/dist/collection/components/stable/gux-form-field/gux-form-field.service.js +4 -4
  386. package/dist/collection/components/stable/gux-form-field/helper-components/gux-form-field-input-clear-button/gux-form-field-input-clear-button.css +13 -17
  387. package/dist/collection/components/stable/gux-form-field/helper-components/gux-form-field-input-clear-button/gux-form-field-input-clear-button.js +5 -5
  388. package/dist/collection/components/stable/gux-form-field/tests/gux-form-field.service.spec.js +19 -0
  389. package/dist/collection/components/stable/gux-icon/gux-icon.css +15 -0
  390. package/dist/collection/components/stable/gux-icon/gux-icon.js +34 -10
  391. package/dist/collection/components/stable/gux-icon/gux-icon.service.js +2 -2
  392. package/dist/collection/components/stable/gux-icon/icons/custom/add-column-after.svg +1 -0
  393. package/dist/collection/components/stable/gux-icon/icons/custom/add-column-before.svg +1 -0
  394. package/dist/collection/components/stable/gux-icon/icons/custom/add-row-after.svg +1 -0
  395. package/dist/collection/components/stable/gux-icon/icons/custom/add-row-before.svg +1 -0
  396. package/dist/collection/components/stable/gux-icon/icons/custom/carousel.svg +1 -0
  397. package/dist/collection/components/stable/gux-icon/icons/custom/co-browse.svg +1 -0
  398. package/dist/collection/components/stable/gux-icon/icons/custom/delete-column.svg +1 -0
  399. package/dist/collection/components/stable/gux-icon/icons/custom/delete-row.svg +1 -0
  400. package/dist/collection/components/stable/gux-icon/icons/custom/delete-table.svg +1 -0
  401. package/dist/collection/components/stable/gux-icon/icons/custom/face-smile-hearts-regular.svg +1 -0
  402. package/dist/collection/components/stable/gux-icon/icons/custom/file-pen-question.svg +1 -0
  403. package/dist/collection/components/stable/gux-icon/icons/custom/filter-notification.svg +1 -0
  404. package/dist/collection/components/stable/gux-icon/icons/custom/font-regular-highlight.svg +1 -0
  405. package/dist/collection/components/stable/gux-icon/icons/custom/gkn-logo.svg +1 -0
  406. package/dist/collection/components/stable/gux-icon/icons/custom/list-alphabetical-regular.svg +1 -0
  407. package/dist/collection/components/stable/gux-icon/icons/custom/list-roman-regular.svg +1 -0
  408. package/dist/collection/components/stable/gux-icon/icons/custom/one-button.svg +1 -0
  409. package/dist/collection/components/stable/gux-icon/icons/custom/person-running.svg +1 -0
  410. package/dist/collection/components/stable/gux-icon/icons/custom/quick-reply.svg +1 -0
  411. package/dist/collection/components/stable/gux-icon/icons/custom/three-button.svg +1 -0
  412. package/dist/collection/components/stable/gux-icon/icons/custom/wrap-text-inline.svg +1 -0
  413. package/dist/collection/components/stable/gux-icon/icons/custom/wrap-text-tight.svg +1 -0
  414. package/dist/collection/components/stable/gux-icon/icons/custom/wrap-text-top-bottom.svg +1 -0
  415. package/dist/collection/components/stable/gux-icon/icons/fa/alarm-clock-regular.svg +1 -0
  416. package/dist/collection/components/stable/gux-icon/icons/fa/alarm-snooze-regular.svg +1 -0
  417. package/dist/collection/components/stable/gux-icon/icons/fa/arrows-to-circle-regular.svg +1 -0
  418. package/dist/collection/components/stable/gux-icon/icons/fa/award-solid.svg +1 -0
  419. package/dist/collection/components/stable/gux-icon/icons/fa/backward-step-regular.svg +1 -0
  420. package/dist/collection/components/stable/gux-icon/icons/fa/bell-on-regular.svg +1 -0
  421. package/dist/collection/components/stable/gux-icon/icons/fa/bell-slash-regular.svg +1 -0
  422. package/dist/collection/components/stable/gux-icon/icons/fa/bookmark-regular.svg +1 -0
  423. package/dist/collection/components/stable/gux-icon/icons/fa/check-solid.svg +1 -0
  424. package/dist/collection/components/stable/gux-icon/icons/fa/circle-plus-solid.svg +1 -0
  425. package/dist/collection/components/stable/gux-icon/icons/fa/comment-dots-regular.svg +1 -0
  426. package/dist/collection/components/stable/gux-icon/icons/fa/diagram-nested-regular.svg +1 -0
  427. package/dist/collection/components/stable/gux-icon/icons/fa/eye-regular.svg +1 -0
  428. package/dist/collection/components/stable/gux-icon/icons/fa/eye-slash-regular.svg +1 -0
  429. package/dist/collection/components/stable/gux-icon/icons/fa/face-frown-regular.svg +1 -0
  430. package/dist/collection/components/stable/gux-icon/icons/fa/face-frown-solid.svg +1 -0
  431. package/dist/collection/components/stable/gux-icon/icons/fa/face-laugh-regular.svg +1 -0
  432. package/dist/collection/components/stable/gux-icon/icons/fa/face-laugh-solid.svg +1 -0
  433. package/dist/collection/components/stable/gux-icon/icons/fa/file-exclamation-regular.svg +1 -0
  434. package/dist/collection/components/stable/gux-icon/icons/fa/file-zip-regular.svg +1 -0
  435. package/dist/collection/components/stable/gux-icon/icons/fa/forward-step-regular.svg +1 -0
  436. package/dist/collection/components/stable/gux-icon/icons/fa/function-regular.svg +1 -0
  437. package/dist/collection/components/stable/gux-icon/icons/fa/google.svg +1 -0
  438. package/dist/collection/components/stable/gux-icon/icons/fa/hand-back-point-right-regular.svg +1 -0
  439. package/dist/collection/components/stable/gux-icon/icons/fa/laptop-slash-regular.svg +1 -0
  440. package/dist/collection/components/stable/gux-icon/icons/fa/list-radio-clean-regular.svg +1 -0
  441. package/dist/collection/components/stable/gux-icon/icons/fa/message-bot-regular.svg +1 -0
  442. package/dist/collection/components/stable/gux-icon/icons/fa/microsoft.svg +1 -0
  443. package/dist/collection/components/stable/gux-icon/icons/fa/pause-regular.svg +1 -0
  444. package/dist/collection/components/stable/gux-icon/icons/fa/pen-slash-regular.svg +1 -0
  445. package/dist/collection/components/stable/gux-icon/icons/fa/play-regular.svg +1 -0
  446. package/dist/collection/components/stable/gux-icon/icons/fa/regular-user-circle-arrow-left.svg +1 -0
  447. package/dist/collection/components/stable/gux-icon/icons/fa/square-dashed-regular.svg +1 -0
  448. package/dist/collection/components/stable/gux-icon/icons/fa/stop-regular.svg +1 -0
  449. package/dist/collection/components/stable/gux-icon/icons/fa/subscript-regular.svg +1 -0
  450. package/dist/collection/components/stable/gux-icon/icons/fa/superscript-regular.svg +1 -0
  451. package/dist/collection/components/stable/gux-icon/icons/fa/table-cells-regular.svg +1 -0
  452. package/dist/collection/components/stable/gux-icon/icons/fa/table-columns-regular.svg +1 -0
  453. package/dist/collection/components/stable/gux-icon/icons/fa/user-group-solid.svg +1 -0
  454. package/dist/collection/components/stable/gux-icon/icons/fa/volume-regular.svg +1 -0
  455. package/dist/collection/components/stable/gux-icon/icons/fa/volume-xmark-regular.svg +1 -0
  456. package/dist/collection/components/stable/gux-icon/icons/fa/wand-magic-sparkles-regular.svg +1 -0
  457. package/dist/collection/components/stable/gux-icon/icons/fa/windows.svg +1 -0
  458. package/dist/collection/components/stable/gux-icon/tests/gux-icon.e2e.js +11 -0
  459. package/dist/collection/components/stable/gux-icon/tests/gux-icon.service.spec.js +22 -0
  460. package/dist/collection/components/stable/gux-icon/tests/gux-icon.spec.js +6 -0
  461. package/dist/collection/components/stable/gux-inline-alert/gux-inline-alert.css +76 -0
  462. package/dist/collection/components/stable/gux-inline-alert/gux-inline-alert.js +77 -0
  463. package/dist/collection/components/stable/gux-inline-alert/tests/gux-inline-alert.e2e.js +18 -0
  464. package/dist/collection/components/stable/gux-inline-alert/tests/gux-inline-alert.spec.js +19 -0
  465. package/dist/collection/components/stable/gux-list/gux-list-divider/gux-list-divider.css +4 -5
  466. package/dist/collection/components/stable/gux-list/gux-list-divider/gux-list-divider.js +2 -2
  467. package/dist/collection/components/stable/gux-list/gux-list-divider/tests/gux-list-divider.spec.js +22 -0
  468. package/dist/collection/components/stable/gux-list/gux-list-item/gux-list-item.css +28 -15
  469. package/dist/collection/components/stable/gux-list/gux-list-item/gux-list-item.js +3 -3
  470. package/dist/collection/components/stable/gux-list/gux-list-item/tests/gux-list-item.spec.js +22 -0
  471. package/dist/collection/components/stable/gux-list/gux-list.css +3 -3
  472. package/dist/collection/components/stable/gux-list/gux-list.js +13 -9
  473. package/dist/collection/components/stable/gux-list/tests/gux-list.e2e.js +20 -0
  474. package/dist/collection/components/stable/gux-list/tests/gux-list.spec.js +23 -0
  475. package/dist/collection/components/stable/gux-listbox/gux-listbox.css +21 -17
  476. package/dist/collection/components/stable/gux-listbox/gux-listbox.js +45 -29
  477. package/dist/collection/components/stable/gux-listbox/gux-listbox.service.js +2 -7
  478. package/dist/collection/components/stable/gux-listbox/options/gux-option/gux-option.css +46 -18
  479. package/dist/collection/components/stable/gux-listbox/options/gux-option/gux-option.js +4 -44
  480. package/dist/collection/components/stable/gux-listbox/options/gux-option-icon/gux-option-icon.css +51 -25
  481. package/dist/collection/components/stable/gux-listbox/options/gux-option-icon/gux-option-icon.js +4 -3
  482. package/dist/collection/components/stable/gux-listbox-multi/gux-create-option/gux-create-option.css +29 -21
  483. package/dist/collection/components/stable/gux-listbox-multi/gux-create-option/gux-create-option.js +8 -6
  484. package/dist/collection/components/stable/gux-listbox-multi/gux-listbox-multi.css +16 -18
  485. package/dist/collection/components/stable/gux-listbox-multi/gux-listbox-multi.js +41 -25
  486. package/dist/collection/components/stable/gux-listbox-multi/gux-option-multi/gux-option-multi.css +53 -31
  487. package/dist/collection/components/stable/gux-listbox-multi/gux-option-multi/gux-option-multi.js +13 -47
  488. package/dist/collection/components/stable/gux-loading-message/gux-loading-message.css +66 -0
  489. package/dist/collection/components/stable/gux-loading-message/gux-loading-message.js +28 -0
  490. package/dist/collection/components/stable/gux-loading-message/tests/gux-loading-message.e2e.js +14 -0
  491. package/dist/collection/components/stable/gux-loading-message/tests/gux-loading-message.spec.js +27 -0
  492. package/dist/collection/components/stable/gux-modal/gux-modal.css +56 -46
  493. package/dist/collection/components/stable/gux-modal/gux-modal.js +91 -87
  494. package/dist/collection/components/stable/gux-modal/tests/gux-modal.e2e.js +285 -0
  495. package/dist/collection/components/stable/gux-modal/tests/gux-modal.spec.js +195 -0
  496. package/dist/collection/components/stable/gux-page-loading-spinner/gux-page-loading-spinner.js +2 -2
  497. package/dist/collection/components/stable/gux-page-loading-spinner/tests/gux-page-loading-spinner.e2e.js +33 -0
  498. package/dist/collection/components/stable/gux-page-loading-spinner/tests/gux-page-loading-spinner.spec.js +12 -0
  499. package/dist/collection/components/stable/gux-pagination/gux-pagination-buttons/gux-pagination-button.service.js +105 -62
  500. package/dist/collection/components/stable/gux-pagination/gux-pagination-buttons/gux-pagination-buttons.css +34 -51
  501. package/dist/collection/components/stable/gux-pagination/gux-pagination-buttons/gux-pagination-buttons.js +39 -45
  502. package/dist/collection/components/stable/gux-pagination/gux-pagination-buttons/gux-pagination-ellipsis-button/gux-pagination-ellipsis-button.css +31 -0
  503. package/dist/collection/components/stable/gux-pagination/gux-pagination-buttons/gux-pagination-ellipsis-button/gux-pagination-ellipsis-button.js +164 -0
  504. package/dist/collection/components/stable/gux-pagination/gux-pagination-buttons/tests/gux-pagination-buttons.service.spec.js +129 -0
  505. package/dist/collection/components/stable/gux-pagination/gux-pagination-buttons/tests/gux-pagination-buttons.spec.js +32 -0
  506. package/dist/collection/components/stable/gux-pagination/gux-pagination-item-counts/gux-pagination-item-counts.css +9 -7
  507. package/dist/collection/components/stable/gux-pagination/gux-pagination-item-counts/gux-pagination-item-counts.js +10 -5
  508. package/dist/collection/components/stable/gux-pagination/gux-pagination-item-counts/tests/gux-pagination-item-counts.spec.js +30 -0
  509. package/dist/collection/components/stable/gux-pagination/gux-pagination-items-per-page/gux-pagination-items-per-page.css +14 -8
  510. package/dist/collection/components/stable/gux-pagination/gux-pagination-items-per-page/gux-pagination-items-per-page.js +7 -6
  511. package/dist/collection/components/stable/gux-pagination/gux-pagination-items-per-page/tests/gux-pagination-items-per-page.spec.js +33 -0
  512. package/dist/collection/components/stable/gux-pagination/gux-pagination.css +16 -11
  513. package/dist/collection/components/stable/gux-pagination/gux-pagination.js +81 -52
  514. package/dist/collection/components/stable/gux-pagination/tests/gux-pagination.e2e.js +97 -0
  515. package/dist/collection/components/stable/gux-pagination/tests/gux-pagination.spec.js +116 -0
  516. package/dist/collection/components/stable/gux-pagination-cursor/gux-pagination-cursor.css +7 -8
  517. package/dist/collection/components/stable/gux-pagination-cursor/gux-pagination-cursor.js +11 -9
  518. package/dist/collection/components/stable/gux-pagination-cursor/tests/gux-pagination-cursor.e2e.js +66 -0
  519. package/dist/collection/components/stable/gux-pagination-cursor/tests/gux-pagination-cursor.spec.js +67 -0
  520. package/dist/collection/components/stable/gux-popover/gux-popover.css +24 -49
  521. package/dist/collection/components/stable/gux-popover/gux-popover.js +101 -75
  522. package/dist/collection/components/stable/gux-popover/tests/gux-popover.e2e.js +60 -0
  523. package/dist/collection/components/stable/gux-popover/tests/gux-popover.spec.js +50 -0
  524. package/dist/collection/components/stable/gux-popover-list/gux-popover-list.css +14 -65
  525. package/dist/collection/components/stable/gux-popover-list/gux-popover-list.js +101 -68
  526. package/dist/collection/components/stable/gux-popover-list/tests/gux-popover-list.e2e.js +59 -0
  527. package/dist/collection/components/stable/gux-popover-list/tests/gux-popover-list.spec.js +49 -0
  528. package/dist/collection/components/stable/gux-popup/gux-popup.css +12 -1
  529. package/dist/collection/components/stable/gux-popup/gux-popup.js +65 -15
  530. package/dist/collection/components/stable/gux-popup/tests/gux-popup.e2e.js +41 -0
  531. package/dist/collection/components/stable/gux-popup/tests/gux-popup.spec.js +37 -0
  532. package/dist/collection/components/stable/gux-radial-loading/gux-radial-loading.css +170 -31
  533. package/dist/collection/components/stable/gux-radial-loading/gux-radial-loading.functional.js +11 -0
  534. package/dist/collection/components/stable/gux-radial-loading/gux-radial-loading.js +8 -6
  535. package/dist/collection/components/stable/gux-radial-loading/gux-radial-loading.service.js +4 -0
  536. package/dist/collection/components/stable/gux-radial-loading/tests/gux-radial-loading.e2e.js +33 -0
  537. package/dist/collection/components/stable/gux-radial-loading/tests/gux-radial-loading.spec.js +33 -0
  538. package/dist/collection/components/stable/gux-radial-progress/gux-radial-progress.css +16 -27
  539. package/dist/collection/components/stable/gux-radial-progress/gux-radial-progress.functional.js +4 -7
  540. package/dist/collection/components/stable/gux-radial-progress/gux-radial-progress.js +7 -33
  541. package/dist/collection/components/stable/gux-radial-progress/gux-radial-progress.service.js +5 -6
  542. package/dist/collection/components/stable/gux-radial-progress/tests/gux-radial-progress.e2e.js +58 -0
  543. package/dist/collection/components/stable/gux-radial-progress/tests/gux-radial-progress.service.spec.js +36 -0
  544. package/dist/collection/components/stable/gux-radial-progress/tests/gux-radial-progress.spec.js +61 -0
  545. package/dist/collection/components/stable/gux-rating/gux-rating.css +11 -14
  546. package/dist/collection/components/stable/gux-rating/gux-rating.js +39 -11
  547. package/dist/collection/components/stable/gux-rating/tests/gux-rating.e2e.js +311 -0
  548. package/dist/collection/components/stable/gux-rating/tests/gux-rating.spec.js +44 -0
  549. package/dist/collection/components/stable/gux-skip-navigation-list/gux-skip-navigation-item/gux-skip-navigation-item.css +24 -0
  550. package/dist/collection/components/stable/gux-skip-navigation-list/gux-skip-navigation-item/gux-skip-navigation-item.js +22 -0
  551. package/dist/collection/components/stable/gux-skip-navigation-list/gux-skip-navigation-list.css +28 -0
  552. package/dist/collection/components/stable/gux-skip-navigation-list/gux-skip-navigation-list.js +30 -0
  553. package/dist/collection/components/stable/gux-skip-navigation-list/tests/gux-skip-navigation-list.e2e.js +24 -0
  554. package/dist/collection/components/stable/gux-skip-navigation-list/tests/gux-skip-navigation-list.spec.js +29 -0
  555. package/dist/collection/components/stable/gux-table/gux-all-row-select/gux-all-row-select.css +5 -0
  556. package/dist/collection/components/stable/gux-table/gux-all-row-select/gux-all-row-select.js +128 -0
  557. package/dist/collection/components/stable/gux-table/gux-all-row-select/tests/gux-all-row-select.spec.js +11 -0
  558. package/dist/collection/components/stable/gux-table/gux-row-select/gux-row-select.css +5 -0
  559. package/dist/collection/components/stable/gux-table/gux-row-select/gux-row-select.js +100 -0
  560. package/dist/collection/components/stable/gux-table/gux-row-select/tests/gux-row-select.spec.js +11 -0
  561. package/dist/collection/components/stable/gux-table/gux-sort-control/gux-sort-control.css +38 -0
  562. package/dist/collection/components/stable/gux-table/gux-sort-control/gux-sort-control.js +177 -0
  563. package/dist/collection/components/stable/gux-table/gux-sort-control/tests/gux-sort-control.e2e.js +56 -0
  564. package/dist/collection/components/stable/gux-table/gux-sort-control/tests/gux-sort-control.spec.js +44 -0
  565. package/dist/collection/components/stable/gux-table/gux-table-select-menu/gux-table-select-menu.css +24 -0
  566. package/dist/collection/components/stable/gux-table/gux-table-select-menu/gux-table-select-menu.js +130 -0
  567. package/dist/collection/components/stable/gux-table/gux-table-select-menu/tests/gux-table-select-menu.spec.js +24 -0
  568. package/dist/collection/components/stable/gux-table/gux-table.css +35 -0
  569. package/dist/collection/components/stable/gux-table/gux-table.js +471 -0
  570. package/dist/collection/components/stable/gux-table/tests/gux-table.e2e.js +543 -0
  571. package/dist/collection/components/stable/gux-table/tests/gux-table.spec.js +28 -0
  572. package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar-action/gux-table-toolbar-action.css +3 -0
  573. package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar-action/gux-table-toolbar-action.js +126 -0
  574. package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar-action/tests/gux-table-toolbar-action.e2e.js +53 -0
  575. package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar-action/tests/gux-table-toolbar-action.spec.js +54 -0
  576. package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar-custom-action/gux-table-toolbar-custom-action.css +28 -0
  577. package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar-custom-action/gux-table-toolbar-custom-action.js +103 -0
  578. package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar-custom-action/tests/gux-table-toolbar-custom-action.e2e.js +33 -0
  579. package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar-custom-action/tests/gux-table-toolbar-custom-action.spec.js +34 -0
  580. package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar-menu-button/gux-table-toolbar-menu-button.css +32 -0
  581. package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar-menu-button/gux-table-toolbar-menu-button.js +160 -0
  582. package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar.css +51 -0
  583. package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar.js +210 -0
  584. package/dist/collection/components/stable/gux-table-toolbar/tests/gux-table-toolbar.e2e.js +46 -0
  585. package/dist/collection/components/stable/gux-table-toolbar/tests/gux-table-toolbar.spec.js +59 -0
  586. package/dist/collection/components/stable/gux-tabs/gux-tab/gux-tab.css +42 -32
  587. package/dist/collection/components/stable/gux-tabs/gux-tab/gux-tab.js +8 -5
  588. package/dist/collection/components/stable/gux-tabs/gux-tab/tests/gux-tab.e2e.js +15 -0
  589. package/dist/collection/components/stable/gux-tabs/gux-tab/tests/gux-tab.spec.js +16 -0
  590. package/dist/collection/components/stable/gux-tabs/gux-tab-list/gux-tab-list.css +19 -23
  591. package/dist/collection/components/stable/gux-tabs/gux-tab-list/gux-tab-list.js +8 -7
  592. package/dist/collection/components/stable/gux-tabs/gux-tab-list/tests/gux-tab-list.e2e.js +15 -0
  593. package/dist/collection/components/stable/gux-tabs/gux-tab-list/tests/gux-tab-list.spec.js +16 -0
  594. package/dist/collection/components/stable/gux-tabs/gux-tab-panel/gux-tab-panel.css +15 -6
  595. package/dist/collection/components/stable/gux-tabs/gux-tab-panel/gux-tab-panel.js +6 -4
  596. package/dist/collection/components/stable/gux-tabs/gux-tab-panel/tests/gux-tab-panel.e2e.js +15 -0
  597. package/dist/collection/components/stable/gux-tabs/gux-tab-panel/tests/gux-tab-panel.spec.js +16 -0
  598. package/dist/collection/components/stable/gux-tabs/gux-tabs.css +14 -1
  599. package/dist/collection/components/stable/gux-tabs/gux-tabs.js +10 -7
  600. package/dist/collection/components/stable/gux-tabs/tests/gux-tabs.e2e.js +140 -0
  601. package/dist/collection/components/stable/gux-tabs/tests/gux-tabs.spec.js +57 -0
  602. package/dist/collection/components/stable/gux-tabs-advanced/gux-tab-advanced/gux-tab-advanced.css +48 -102
  603. package/dist/collection/components/stable/gux-tabs-advanced/gux-tab-advanced/gux-tab-advanced.js +48 -30
  604. package/dist/collection/components/stable/gux-tabs-advanced/gux-tab-advanced-list/gux-tab-advanced-list.css +29 -105
  605. package/dist/collection/components/stable/gux-tabs-advanced/gux-tab-advanced-list/gux-tab-advanced-list.js +32 -26
  606. package/dist/collection/components/stable/gux-tabs-advanced/gux-tab-advanced-panel/gux-tab-advanced-panel.css +5 -6
  607. package/dist/collection/components/stable/gux-tabs-advanced/gux-tab-advanced-panel/gux-tab-advanced-panel.js +5 -4
  608. package/dist/collection/components/stable/gux-tabs-advanced/gux-tabs-advanced.js +5 -14
  609. package/dist/collection/components/stable/gux-tabs-advanced/tests/gux-tabs-advanced.e2e.js +222 -0
  610. package/dist/collection/components/stable/gux-tabs-advanced/tests/gux-tabs-advanced.spec.js +73 -0
  611. package/dist/collection/components/stable/gux-tag/gux-tag.css +115 -0
  612. package/dist/collection/components/stable/gux-tag/gux-tag.js +171 -0
  613. package/dist/collection/components/stable/gux-tag/tests/gux-tag.e2e.js +135 -0
  614. package/dist/collection/components/stable/gux-tag/tests/gux-tag.spec.js +130 -0
  615. package/dist/collection/components/stable/gux-text-highlight/gux-text-highlight.css +6 -3
  616. package/dist/collection/components/stable/gux-text-highlight/gux-text-highlight.js +30 -10
  617. package/dist/collection/components/stable/gux-text-highlight/tests/gux-text-highlight.e2e.js +147 -0
  618. package/dist/collection/components/stable/gux-text-highlight/tests/gux-text-hightlight.spec.js +149 -0
  619. package/dist/collection/components/stable/gux-time-picker/gux-time-picker.css +119 -0
  620. package/dist/collection/components/stable/gux-time-picker/gux-time-picker.js +413 -0
  621. package/dist/collection/components/stable/gux-time-picker/gux-time-picker.service.js +143 -0
  622. package/dist/collection/components/stable/gux-time-picker/tests/gux-time-picker.e2e.js +41 -0
  623. package/dist/collection/components/stable/gux-time-picker/tests/gux-time-picker.service.spec.js +710 -0
  624. package/dist/collection/components/stable/gux-time-picker/tests/gux-time-picker.spec.js +14 -0
  625. package/dist/collection/components/stable/gux-toast/gux-toast.css +13 -9
  626. package/dist/collection/components/stable/gux-toast/gux-toast.js +6 -5
  627. package/dist/collection/components/stable/gux-toast/tests/gux-toast.e2e.js +121 -0
  628. package/dist/collection/components/stable/gux-toast/tests/gux-toast.spec.js +111 -0
  629. package/dist/collection/components/stable/gux-toggle/gux-toggle-slider/gux-toggle-slider.css +57 -31
  630. package/dist/collection/components/stable/gux-toggle/gux-toggle-slider/gux-toggle-slider.js +6 -4
  631. package/dist/collection/components/stable/gux-toggle/gux-toggle.css +23 -19
  632. package/dist/collection/components/stable/gux-toggle/gux-toggle.js +9 -27
  633. package/dist/collection/components/stable/gux-toggle/tests/gux-toggle.e2e.js +154 -0
  634. package/dist/collection/components/stable/gux-toggle/tests/gux-toggle.spec.js +128 -0
  635. package/dist/collection/components/stable/gux-tooltip/gux-tooltip.css +36 -8
  636. package/dist/collection/components/stable/gux-tooltip/gux-tooltip.js +82 -31
  637. package/dist/collection/components/stable/gux-tooltip/tests/gux-tooltip.e2e.js +33 -0
  638. package/dist/collection/components/stable/gux-tooltip/tests/gux-tooltip.spec.js +55 -0
  639. package/dist/collection/components/stable/gux-tooltip-title/gux-tooltip-title.css +6 -0
  640. package/dist/collection/components/stable/gux-tooltip-title/gux-tooltip-title.js +16 -6
  641. package/dist/collection/components/stable/gux-truncate/gux-truncate.js +8 -6
  642. package/dist/collection/components/stable/gux-truncate/tests/gux-truncate.e2e.js +32 -0
  643. package/dist/collection/components/stable/gux-truncate/tests/gux-truncate.spec.js +23 -0
  644. package/dist/collection/i18n/DateTimeFormatter.js +7 -10
  645. package/dist/collection/i18n/fetchResources.js +1 -1
  646. package/dist/collection/i18n/index.js +5 -5
  647. package/dist/collection/i18n/time-zone/identifiers.js +460 -0
  648. package/dist/collection/i18n/time-zone/types.js +1 -0
  649. package/dist/collection/test/e2eTestUtils.js +2 -2
  650. package/dist/collection/test/specTestUtils.js +10 -0
  651. package/dist/collection/utils/date/from-iso-time-string.spec.js +13 -0
  652. package/dist/collection/utils/date/get-valid-timezone.js +7 -0
  653. package/dist/collection/utils/date/get-valid-timezone.spec.js +38 -0
  654. package/dist/collection/utils/date/iso-dates.spec.js +170 -0
  655. package/dist/collection/utils/date/time-zone.js +98 -0
  656. package/dist/collection/utils/date/time-zone.spec.js +22 -0
  657. package/dist/collection/utils/date/year-month-values.spec.js +81 -0
  658. package/dist/collection/utils/decorator/on-click-outside.js +1 -1
  659. package/dist/collection/utils/decorator/on-mutation.js +1 -1
  660. package/dist/collection/utils/decorator/on-resize.js +1 -1
  661. package/dist/collection/utils/dom/event-is-from.spec.js +29 -0
  662. package/dist/collection/utils/dom/find-element-by-id.js +10 -3
  663. package/dist/collection/utils/dom/manipulate-elements-classes.spec.js +104 -0
  664. package/dist/collection/utils/dom/on-input-disabled-state-change.js +1 -1
  665. package/dist/collection/utils/dom/random-html-id.spec.js +14 -0
  666. package/dist/collection/utils/dom/set-input-value.js +1 -1
  667. package/dist/collection/utils/dom/when-event-is-from.spec.js +37 -0
  668. package/dist/collection/utils/string/search.spec.js +40 -0
  669. package/dist/collection/utils/tracking/usage.js +1 -1
  670. package/dist/collection/utils/tracking/usage.spec.js +121 -0
  671. package/dist/component-specs.json +813 -329
  672. package/dist/deploy-info.json +3 -3
  673. package/dist/esm/find-element-by-id-a3c82a2d.js +24 -0
  674. package/dist/esm/floating-ui.dom.esm-393a5c50.js +1542 -0
  675. package/dist/esm/genesys-webcomponents.js +4 -7
  676. package/dist/esm/get-slot-text-content-189d6edf.js +6 -0
  677. package/dist/esm/get-valid-timezone-b9060a4c.js +517 -0
  678. package/dist/esm/gux-accordion-section.entry.js +8 -13
  679. package/dist/esm/gux-accordion.entry.js +2 -2
  680. package/dist/esm/gux-action-button.entry.js +14 -17
  681. package/dist/esm/gux-action-toast-legacy.entry.js +3 -3
  682. package/dist/esm/gux-advanced-dropdown-legacy.entry.js +214 -0
  683. package/dist/esm/gux-all-row-select.entry.js +9 -10
  684. package/dist/esm/gux-announce-beta.entry.js +3 -3
  685. package/dist/esm/gux-badge.entry.js +65 -0
  686. package/dist/esm/gux-blank-state.entry.js +45 -0
  687. package/dist/esm/gux-breadcrumb-item.entry.js +3 -3
  688. package/dist/esm/gux-breadcrumbs.entry.js +5 -5
  689. package/dist/esm/gux-button-multi.entry.js +7 -8
  690. package/dist/esm/gux-button-slot.entry.js +42 -0
  691. package/dist/esm/gux-button.entry.js +34 -19
  692. package/dist/esm/gux-calendar-beta.entry.js +18 -12
  693. package/dist/esm/gux-calendar.entry.js +24 -11
  694. package/dist/esm/gux-card.entry.js +2 -2
  695. package/dist/esm/gux-column-manager-item.entry.js +8 -9
  696. package/dist/esm/gux-column-manager.entry.js +122 -0
  697. package/dist/esm/gux-column-manager.service-4f5bf4c4.js +83 -0
  698. package/dist/esm/gux-content-search.entry.js +16 -13
  699. package/dist/esm/gux-context-menu.entry.js +130 -0
  700. package/dist/esm/gux-copy-to-clipboard.entry.js +7 -7
  701. package/dist/esm/gux-create-option.entry.js +5 -5
  702. package/dist/esm/gux-date-beta.entry.js +9 -6
  703. package/dist/esm/gux-date-time-beta.entry.js +9 -6
  704. package/dist/esm/gux-datepicker.entry.js +10 -10
  705. package/dist/esm/gux-disclosure-button-legacy.entry.js +60 -0
  706. package/dist/esm/gux-dismiss-button.entry.js +6 -6
  707. package/dist/esm/gux-dropdown-multi-tag.entry.js +4 -4
  708. package/dist/esm/gux-dropdown-multi.entry.js +408 -0
  709. package/dist/esm/gux-dropdown-option.entry.js +2 -2
  710. package/dist/esm/gux-dropdown_3.entry.js +31 -35
  711. package/dist/esm/gux-flag-icon-beta.entry.js +25 -0
  712. package/dist/esm/gux-flyout-menu.entry.js +178 -0
  713. package/dist/esm/gux-form-field-checkbox.entry.js +17 -13
  714. package/dist/esm/gux-form-field-color.entry.js +13 -13
  715. package/dist/esm/gux-form-field-container-ac3eb96d.js +18 -0
  716. package/dist/esm/gux-form-field-dropdown.entry.js +19 -17
  717. package/dist/esm/gux-form-field-fieldset-container-dcaed6c7.js +21 -0
  718. package/dist/esm/gux-form-field-input-clear-button.entry.js +5 -5
  719. package/dist/esm/gux-form-field-number_3.entry.js +28 -28
  720. package/dist/esm/gux-form-field-phone.entry.js +16 -14
  721. package/dist/esm/gux-form-field-radio.entry.js +12 -12
  722. package/dist/esm/gux-form-field-range.entry.js +13 -13
  723. package/dist/esm/gux-form-field-search.entry.js +13 -13
  724. package/dist/esm/gux-form-field-select.entry.js +13 -13
  725. package/dist/esm/gux-form-field-text-like.entry.js +13 -13
  726. package/dist/esm/gux-form-field-textarea.entry.js +13 -13
  727. package/dist/esm/gux-form-field-time-picker.entry.js +18 -16
  728. package/dist/esm/gux-form-field-time-zone-picker.entry.js +115 -0
  729. package/dist/esm/gux-form-field.service-6bc072f5.js +140 -0
  730. package/dist/esm/gux-icon.entry.js +8 -9
  731. package/dist/esm/gux-inline-alert.entry.js +5 -5
  732. package/dist/esm/gux-list-divider.entry.js +2 -2
  733. package/dist/esm/gux-list-item.entry.js +3 -3
  734. package/dist/esm/gux-list.entry.js +5 -5
  735. package/dist/esm/gux-listbox-multi.entry.js +20 -17
  736. package/dist/esm/gux-listbox.service-0f180d8a.js +152 -0
  737. package/dist/esm/gux-loading-message.entry.js +20 -0
  738. package/dist/esm/gux-menu-option.entry.js +10 -3
  739. package/dist/esm/gux-menu.entry.js +3 -3
  740. package/dist/esm/gux-modal-legacy.entry.js +81 -0
  741. package/dist/esm/gux-modal.entry.js +44 -50
  742. package/dist/esm/gux-month-calendar.entry.js +13 -9
  743. package/dist/esm/gux-month-list_2.entry.js +5 -5
  744. package/dist/esm/gux-month-picker-beta.entry.js +12 -18
  745. package/dist/esm/gux-notification-toast-legacy.entry.js +3 -3
  746. package/dist/esm/gux-option-icon.entry.js +3 -3
  747. package/dist/esm/gux-option-multi.entry.js +12 -14
  748. package/dist/esm/gux-page-loading-spinner.entry.js +2 -2
  749. package/dist/esm/gux-pagination-buttons-legacy_3.entry.js +271 -0
  750. package/dist/esm/gux-pagination-buttons_2.entry.js +250 -0
  751. package/dist/esm/gux-pagination-cursor.entry.js +8 -8
  752. package/dist/esm/gux-pagination-items-per-page.entry.js +42 -0
  753. package/dist/esm/gux-pagination-legacy.entry.js +72 -0
  754. package/dist/esm/gux-pagination.entry.js +51 -26
  755. package/dist/esm/gux-phone-input-beta.entry.js +664 -596
  756. package/dist/esm/gux-popover-list.entry.js +78 -56
  757. package/dist/esm/gux-popup.entry.js +30 -16
  758. package/dist/esm/gux-radial-loading.entry.js +25 -6
  759. package/dist/esm/gux-radial-progress.entry.js +13 -27
  760. package/dist/esm/gux-rating.entry.js +22 -12
  761. package/dist/esm/gux-row-select.entry.js +8 -10
  762. package/dist/esm/gux-screen-reader-beta.entry.js +2 -2
  763. package/dist/esm/gux-segmented-control-beta.entry.js +40 -0
  764. package/dist/esm/gux-segmented-control-item.entry.js +66 -0
  765. package/dist/esm/gux-simple-toast-legacy.entry.js +3 -3
  766. package/dist/esm/gux-skip-navigation-item.entry.js +1 -1
  767. package/dist/esm/gux-skip-navigation-list.entry.js +29 -0
  768. package/dist/esm/gux-sort-control.entry.js +10 -10
  769. package/dist/esm/gux-submenu.entry.js +56 -51
  770. package/dist/esm/gux-switch-item.entry.js +2 -2
  771. package/dist/esm/gux-switch-legacy.entry.js +41 -0
  772. package/dist/esm/gux-tab-advanced-list.entry.js +30 -25
  773. package/dist/esm/gux-tab-advanced-panel.entry.js +3 -3
  774. package/dist/esm/gux-tab-advanced.entry.js +42 -26
  775. package/dist/esm/gux-tab-list.entry.js +6 -6
  776. package/dist/esm/gux-tab-panel.entry.js +3 -3
  777. package/dist/esm/gux-tab.entry.js +2 -2
  778. package/dist/esm/gux-table-select-menu.entry.js +9 -9
  779. package/dist/esm/gux-table-toolbar-action.entry.js +5 -5
  780. package/dist/esm/gux-table-toolbar-custom-action.entry.js +10 -4
  781. package/dist/esm/gux-table-toolbar-menu-button.entry.js +14 -8
  782. package/dist/esm/gux-table-toolbar.entry.js +210 -0
  783. package/dist/esm/gux-table.entry.js +282 -0
  784. package/dist/esm/gux-tabs-advanced.entry.js +3 -6
  785. package/dist/esm/gux-tabs.entry.js +4 -4
  786. package/dist/esm/gux-tag.entry.js +75 -0
  787. package/dist/esm/gux-text-highlight.entry.js +10 -9
  788. package/dist/esm/gux-time-beta.entry.js +9 -6
  789. package/dist/esm/gux-time-picker.entry.js +389 -0
  790. package/dist/esm/gux-time-zone-picker-beta.entry.js +7814 -0
  791. package/dist/esm/gux-toast.entry.js +5 -5
  792. package/dist/esm/gux-toggle-slider.entry.js +6 -4
  793. package/dist/esm/gux-toggle.entry.js +7 -11
  794. package/dist/esm/gux-tooltip-title.entry.js +13 -5
  795. package/dist/esm/gux-tooltip.entry.js +49 -28
  796. package/dist/esm/gux-truncate.entry.js +3 -3
  797. package/dist/esm/index-39266f37.js +4142 -0
  798. package/dist/esm/index-39e65a0a.js +2773 -0
  799. package/dist/esm/loader.js +4 -13
  800. package/dist/esm/on-attribute-change-42a46627.js +24 -0
  801. package/dist/esm/on-click-outside-f15c5ac7.js +75 -0
  802. package/dist/esm/on-mutation-c570b3ed.js +34 -0
  803. package/dist/esm/on-resize-e2132936.js +34 -0
  804. package/dist/esm/usage-0119b902.js +225 -0
  805. package/dist/genesys-webcomponents/genesys-webcomponents.css +16 -4
  806. package/dist/genesys-webcomponents/genesys-webcomponents.esm.js +1 -1
  807. package/dist/genesys-webcomponents/i18n/genesys-webcomponents.i18n.en.json +1 -1
  808. package/dist/genesys-webcomponents/i18n/genesys-webcomponents.i18n.it.json +1 -1
  809. package/dist/genesys-webcomponents/i18n/genesys-webcomponents.i18n.pt-br.json +1 -1
  810. package/dist/genesys-webcomponents/icons/custom/add-column-after.svg +1 -0
  811. package/dist/genesys-webcomponents/icons/custom/add-column-before.svg +1 -0
  812. package/dist/genesys-webcomponents/icons/custom/add-row-after.svg +1 -0
  813. package/dist/genesys-webcomponents/icons/custom/add-row-before.svg +1 -0
  814. package/dist/genesys-webcomponents/icons/custom/carousel.svg +1 -0
  815. package/dist/genesys-webcomponents/icons/custom/co-browse.svg +1 -0
  816. package/dist/genesys-webcomponents/icons/custom/delete-column.svg +1 -0
  817. package/dist/genesys-webcomponents/icons/custom/delete-row.svg +1 -0
  818. package/dist/genesys-webcomponents/icons/custom/delete-table.svg +1 -0
  819. package/dist/genesys-webcomponents/icons/custom/face-smile-hearts-regular.svg +1 -0
  820. package/dist/genesys-webcomponents/icons/custom/file-pen-question.svg +1 -0
  821. package/dist/genesys-webcomponents/icons/custom/filter-notification.svg +1 -0
  822. package/dist/genesys-webcomponents/icons/custom/font-regular-highlight.svg +1 -0
  823. package/dist/genesys-webcomponents/icons/custom/gkn-logo.svg +1 -0
  824. package/dist/genesys-webcomponents/icons/custom/list-alphabetical-regular.svg +1 -0
  825. package/dist/genesys-webcomponents/icons/custom/list-roman-regular.svg +1 -0
  826. package/dist/genesys-webcomponents/icons/custom/one-button.svg +1 -0
  827. package/dist/genesys-webcomponents/icons/custom/person-running.svg +1 -0
  828. package/dist/genesys-webcomponents/icons/custom/quick-reply.svg +1 -0
  829. package/dist/genesys-webcomponents/icons/custom/three-button.svg +1 -0
  830. package/dist/genesys-webcomponents/icons/custom/wrap-text-inline.svg +1 -0
  831. package/dist/genesys-webcomponents/icons/custom/wrap-text-tight.svg +1 -0
  832. package/dist/genesys-webcomponents/icons/custom/wrap-text-top-bottom.svg +1 -0
  833. package/dist/genesys-webcomponents/icons/fa/alarm-clock-regular.svg +1 -0
  834. package/dist/genesys-webcomponents/icons/fa/alarm-snooze-regular.svg +1 -0
  835. package/dist/genesys-webcomponents/icons/fa/arrows-to-circle-regular.svg +1 -0
  836. package/dist/genesys-webcomponents/icons/fa/award-solid.svg +1 -0
  837. package/dist/genesys-webcomponents/icons/fa/backward-step-regular.svg +1 -0
  838. package/dist/genesys-webcomponents/icons/fa/bell-on-regular.svg +1 -0
  839. package/dist/genesys-webcomponents/icons/fa/bell-slash-regular.svg +1 -0
  840. package/dist/genesys-webcomponents/icons/fa/bookmark-regular.svg +1 -0
  841. package/dist/genesys-webcomponents/icons/fa/check-solid.svg +1 -0
  842. package/dist/genesys-webcomponents/icons/fa/circle-plus-solid.svg +1 -0
  843. package/dist/genesys-webcomponents/icons/fa/comment-dots-regular.svg +1 -0
  844. package/dist/genesys-webcomponents/icons/fa/diagram-nested-regular.svg +1 -0
  845. package/dist/genesys-webcomponents/icons/fa/eye-regular.svg +1 -0
  846. package/dist/genesys-webcomponents/icons/fa/eye-slash-regular.svg +1 -0
  847. package/dist/genesys-webcomponents/icons/fa/face-frown-regular.svg +1 -0
  848. package/dist/genesys-webcomponents/icons/fa/face-frown-solid.svg +1 -0
  849. package/dist/genesys-webcomponents/icons/fa/face-laugh-regular.svg +1 -0
  850. package/dist/genesys-webcomponents/icons/fa/face-laugh-solid.svg +1 -0
  851. package/dist/genesys-webcomponents/icons/fa/file-exclamation-regular.svg +1 -0
  852. package/dist/genesys-webcomponents/icons/fa/file-zip-regular.svg +1 -0
  853. package/dist/genesys-webcomponents/icons/fa/forward-step-regular.svg +1 -0
  854. package/dist/genesys-webcomponents/icons/fa/function-regular.svg +1 -0
  855. package/dist/genesys-webcomponents/icons/fa/google.svg +1 -0
  856. package/dist/genesys-webcomponents/icons/fa/hand-back-point-right-regular.svg +1 -0
  857. package/dist/genesys-webcomponents/icons/fa/laptop-slash-regular.svg +1 -0
  858. package/dist/genesys-webcomponents/icons/fa/list-radio-clean-regular.svg +1 -0
  859. package/dist/genesys-webcomponents/icons/fa/message-bot-regular.svg +1 -0
  860. package/dist/genesys-webcomponents/icons/fa/microsoft.svg +1 -0
  861. package/dist/genesys-webcomponents/icons/fa/pause-regular.svg +1 -0
  862. package/dist/genesys-webcomponents/icons/fa/pen-slash-regular.svg +1 -0
  863. package/dist/genesys-webcomponents/icons/fa/play-regular.svg +1 -0
  864. package/dist/genesys-webcomponents/icons/fa/regular-user-circle-arrow-left.svg +1 -0
  865. package/dist/genesys-webcomponents/icons/fa/square-dashed-regular.svg +1 -0
  866. package/dist/genesys-webcomponents/icons/fa/stop-regular.svg +1 -0
  867. package/dist/genesys-webcomponents/icons/fa/subscript-regular.svg +1 -0
  868. package/dist/genesys-webcomponents/icons/fa/superscript-regular.svg +1 -0
  869. package/dist/genesys-webcomponents/icons/fa/table-cells-regular.svg +1 -0
  870. package/dist/genesys-webcomponents/icons/fa/table-columns-regular.svg +1 -0
  871. package/dist/genesys-webcomponents/icons/fa/user-group-solid.svg +1 -0
  872. package/dist/genesys-webcomponents/icons/fa/volume-regular.svg +1 -0
  873. package/dist/genesys-webcomponents/icons/fa/volume-xmark-regular.svg +1 -0
  874. package/dist/genesys-webcomponents/icons/fa/wand-magic-sparkles-regular.svg +1 -0
  875. package/dist/genesys-webcomponents/icons/fa/windows.svg +1 -0
  876. package/dist/genesys-webcomponents/p-04f6e6e4.entry.js +1 -0
  877. package/dist/genesys-webcomponents/p-05534924.entry.js +1 -0
  878. package/dist/genesys-webcomponents/p-055af29a.entry.js +1 -0
  879. package/dist/genesys-webcomponents/p-0644a824.entry.js +1 -0
  880. package/dist/genesys-webcomponents/p-09a9a643.entry.js +1 -0
  881. package/dist/genesys-webcomponents/p-0a449d1c.entry.js +1 -0
  882. package/dist/genesys-webcomponents/p-0a8579fd.entry.js +1 -0
  883. package/dist/genesys-webcomponents/p-0c70aad8.entry.js +1 -0
  884. package/dist/genesys-webcomponents/p-0dc24280.entry.js +1 -0
  885. package/dist/genesys-webcomponents/p-0df68c44.entry.js +1 -0
  886. package/dist/genesys-webcomponents/p-0ef51ec8.entry.js +1 -0
  887. package/dist/genesys-webcomponents/p-130724a4.entry.js +1 -0
  888. package/dist/genesys-webcomponents/p-1353d8b9.entry.js +1 -0
  889. package/dist/genesys-webcomponents/p-15357543.entry.js +1 -0
  890. package/dist/genesys-webcomponents/p-15905cc3.js +1 -0
  891. package/dist/genesys-webcomponents/p-1752c49d.entry.js +1 -0
  892. package/dist/genesys-webcomponents/p-1ec434a8.entry.js +1 -0
  893. package/dist/genesys-webcomponents/p-1f7b1374.entry.js +1 -0
  894. package/dist/genesys-webcomponents/p-205e47ff.entry.js +1 -0
  895. package/dist/genesys-webcomponents/p-238ce7db.entry.js +1 -0
  896. package/dist/genesys-webcomponents/p-2619893f.entry.js +1 -0
  897. package/dist/genesys-webcomponents/p-28ef3c45.entry.js +1 -0
  898. package/dist/genesys-webcomponents/p-2b468e4b.js +1 -0
  899. package/dist/genesys-webcomponents/p-2bba231f.entry.js +1 -0
  900. package/dist/genesys-webcomponents/p-320e8fdc.entry.js +1 -0
  901. package/dist/genesys-webcomponents/p-32d81f1d.entry.js +1 -0
  902. package/dist/genesys-webcomponents/p-37bfd195.js +1 -0
  903. package/dist/genesys-webcomponents/p-39fb57cf.entry.js +1 -0
  904. package/dist/genesys-webcomponents/p-3b3e4c5d.entry.js +1 -0
  905. package/dist/genesys-webcomponents/p-3c7476a7.entry.js +1 -0
  906. package/dist/genesys-webcomponents/p-3ce6e5e1.entry.js +1 -0
  907. package/dist/genesys-webcomponents/p-40fe1732.entry.js +1 -0
  908. package/dist/genesys-webcomponents/p-42ae7d3d.entry.js +1 -0
  909. package/dist/genesys-webcomponents/p-43557c1f.entry.js +1 -0
  910. package/dist/genesys-webcomponents/p-46722ae3.entry.js +1 -0
  911. package/dist/genesys-webcomponents/p-4f7254b1.entry.js +1 -0
  912. package/dist/genesys-webcomponents/p-4f8ee114.entry.js +1 -0
  913. package/dist/genesys-webcomponents/p-538d84c3.entry.js +1 -0
  914. package/dist/genesys-webcomponents/p-53997a4d.entry.js +1 -0
  915. package/dist/genesys-webcomponents/p-53c27480.entry.js +1 -0
  916. package/dist/genesys-webcomponents/p-53ca0572.entry.js +1 -0
  917. package/dist/genesys-webcomponents/p-54bbb104.entry.js +7 -0
  918. package/dist/genesys-webcomponents/p-58ad1f68.entry.js +1 -0
  919. package/dist/genesys-webcomponents/p-5a4b29ee.entry.js +1 -0
  920. package/dist/genesys-webcomponents/p-5be727ab.entry.js +1 -0
  921. package/dist/genesys-webcomponents/p-5cff4c86.entry.js +1 -0
  922. package/dist/genesys-webcomponents/p-5d48ef22.entry.js +1 -0
  923. package/dist/genesys-webcomponents/p-5d7d5695.js +1 -0
  924. package/dist/genesys-webcomponents/p-5da0f0d4.entry.js +1 -0
  925. package/dist/genesys-webcomponents/p-5e8f4d45.entry.js +1 -0
  926. package/dist/genesys-webcomponents/p-5e95339b.entry.js +1 -0
  927. package/dist/genesys-webcomponents/p-625a098d.entry.js +1 -0
  928. package/dist/genesys-webcomponents/p-63201142.entry.js +1 -0
  929. package/dist/genesys-webcomponents/p-65b03df8.js +1 -0
  930. package/dist/genesys-webcomponents/p-6733f848.entry.js +1 -0
  931. package/dist/genesys-webcomponents/p-69a6b488.entry.js +1 -0
  932. package/dist/genesys-webcomponents/p-6a7a1174.entry.js +1 -0
  933. package/dist/genesys-webcomponents/p-7103c6ec.entry.js +1 -0
  934. package/dist/genesys-webcomponents/p-71d4f31b.entry.js +1 -0
  935. package/dist/genesys-webcomponents/p-78bf6eb5.entry.js +1 -0
  936. package/dist/genesys-webcomponents/p-7a76c3ed.entry.js +1 -0
  937. package/dist/genesys-webcomponents/p-7dd36687.js +1 -0
  938. package/dist/genesys-webcomponents/p-7efa2a7b.entry.js +1 -0
  939. package/dist/genesys-webcomponents/p-80e07a81.entry.js +1 -0
  940. package/dist/genesys-webcomponents/p-84cc916b.entry.js +1 -0
  941. package/dist/genesys-webcomponents/p-87bf41a0.entry.js +1 -0
  942. package/dist/genesys-webcomponents/p-88d49855.entry.js +1 -0
  943. package/dist/genesys-webcomponents/p-8c36bf87.entry.js +1 -0
  944. package/dist/genesys-webcomponents/p-8daa8747.entry.js +1 -0
  945. package/dist/genesys-webcomponents/p-8e156fdc.entry.js +1 -0
  946. package/dist/genesys-webcomponents/p-914319f8.entry.js +1 -0
  947. package/dist/genesys-webcomponents/p-93bd4287.entry.js +1 -0
  948. package/dist/genesys-webcomponents/p-960b5ee9.entry.js +1 -0
  949. package/dist/genesys-webcomponents/p-9a4842ed.entry.js +1 -0
  950. package/dist/genesys-webcomponents/p-9d642773.entry.js +1 -0
  951. package/dist/genesys-webcomponents/p-9e408838.entry.js +1 -0
  952. package/dist/genesys-webcomponents/p-9f881309.entry.js +1 -0
  953. package/dist/genesys-webcomponents/p-a285abaf.js +1 -0
  954. package/dist/genesys-webcomponents/p-a37fedbf.entry.js +1 -0
  955. package/dist/genesys-webcomponents/p-a69a9910.js +1 -0
  956. package/dist/genesys-webcomponents/p-a78e60ce.entry.js +1 -0
  957. package/dist/genesys-webcomponents/p-a839011f.entry.js +1 -0
  958. package/dist/genesys-webcomponents/p-aee137e6.entry.js +1 -0
  959. package/dist/genesys-webcomponents/p-b0a4c2f7.entry.js +1 -0
  960. package/dist/genesys-webcomponents/p-b69d309f.entry.js +1 -0
  961. package/dist/genesys-webcomponents/p-ba0faabe.entry.js +1 -0
  962. package/dist/genesys-webcomponents/p-bd8156de.entry.js +1 -0
  963. package/dist/genesys-webcomponents/p-bf11518a.entry.js +1 -0
  964. package/dist/genesys-webcomponents/p-c0a74225.entry.js +1 -0
  965. package/dist/genesys-webcomponents/p-c15cbc94.entry.js +1 -0
  966. package/dist/genesys-webcomponents/p-c22245b9.entry.js +1 -0
  967. package/dist/genesys-webcomponents/p-c49670a7.js +1 -0
  968. package/dist/genesys-webcomponents/p-c4f38a7b.entry.js +1 -0
  969. package/dist/genesys-webcomponents/p-c761c99c.entry.js +1 -0
  970. package/dist/genesys-webcomponents/p-c79b672c.entry.js +1 -0
  971. package/dist/genesys-webcomponents/p-c7ece6cf.entry.js +1 -0
  972. package/dist/genesys-webcomponents/p-c8f8673d.entry.js +1 -0
  973. package/dist/genesys-webcomponents/p-cb6fd0ef.entry.js +1 -0
  974. package/dist/genesys-webcomponents/p-cf643cf5.entry.js +1 -0
  975. package/dist/genesys-webcomponents/p-d1168b67.entry.js +1 -0
  976. package/dist/genesys-webcomponents/p-d320619a.entry.js +1 -0
  977. package/dist/genesys-webcomponents/p-d49346a8.entry.js +1 -0
  978. package/dist/genesys-webcomponents/p-d560e163.entry.js +1 -0
  979. package/dist/genesys-webcomponents/p-d63f70a3.entry.js +1 -0
  980. package/dist/genesys-webcomponents/p-d6843d28.entry.js +1 -0
  981. package/dist/genesys-webcomponents/p-d6edbaeb.js +1 -0
  982. package/dist/genesys-webcomponents/p-d7946c65.entry.js +1 -0
  983. package/dist/genesys-webcomponents/p-d8ae85eb.entry.js +1 -0
  984. package/dist/genesys-webcomponents/p-d90be4e4.entry.js +1 -0
  985. package/dist/genesys-webcomponents/p-dd53013c.js +1 -0
  986. package/dist/genesys-webcomponents/p-ddbf5521.entry.js +1 -0
  987. package/dist/genesys-webcomponents/p-deca7631.js +2 -0
  988. package/dist/genesys-webcomponents/p-dfe5fdc5.entry.js +1 -0
  989. package/dist/genesys-webcomponents/p-e10cb032.js +1 -0
  990. package/dist/genesys-webcomponents/p-e4a1293b.entry.js +1 -0
  991. package/dist/genesys-webcomponents/p-e5766b80.js +1 -0
  992. package/dist/genesys-webcomponents/p-e9e137eb.entry.js +1 -0
  993. package/dist/genesys-webcomponents/p-ebfc4493.entry.js +1 -0
  994. package/dist/genesys-webcomponents/p-ecd49965.entry.js +1 -0
  995. package/dist/genesys-webcomponents/p-ef6dc349.entry.js +1 -0
  996. package/dist/genesys-webcomponents/p-f19850ba.js +1 -0
  997. package/dist/genesys-webcomponents/p-f2da6a47.entry.js +1 -0
  998. package/dist/genesys-webcomponents/p-f32f3140.entry.js +1 -0
  999. package/dist/genesys-webcomponents/p-f3521f3e.js +1 -0
  1000. package/dist/genesys-webcomponents/p-f65fadd3.entry.js +1 -0
  1001. package/dist/genesys-webcomponents/p-f6e20108.entry.js +1 -0
  1002. package/dist/genesys-webcomponents/p-f81e2422.entry.js +1 -0
  1003. package/dist/genesys-webcomponents/p-f8f6fbb5.entry.js +1 -0
  1004. package/dist/genesys-webcomponents/p-fbe0200f.entry.js +1 -0
  1005. package/dist/genesys-webcomponents/p-fc70cc06.entry.js +1 -0
  1006. package/dist/loader/index.d.ts +1 -1
  1007. package/dist/stencil-wrapper.js +20 -11
  1008. package/dist/types/components/beta/gux-calendar-beta/components/single/gux-calendar.d.ts +1 -0
  1009. package/dist/types/components/beta/gux-date/gux-date.d.ts +5 -0
  1010. package/dist/types/components/beta/gux-date-time/gux-date-time.d.ts +5 -0
  1011. package/dist/types/components/beta/gux-flag-icon/gux-flag-icon.d.ts +8 -0
  1012. package/dist/types/components/beta/gux-flag-icon/sprite-utils/sprites.generated.d.ts +1 -0
  1013. package/dist/types/components/beta/gux-month-picker/gux-month-calendar/gux-month-calendar.d.ts +1 -0
  1014. package/dist/types/components/beta/gux-phone-input/gux-phone-input.d.ts +31 -16
  1015. package/dist/types/components/beta/gux-phone-input/gux-phone.types.d.ts +11 -0
  1016. package/dist/types/components/beta/gux-phone-input/services/RegionCountryCodeMap.d.ts +0 -3
  1017. package/dist/types/components/beta/gux-phone-input/services/region-map.service.d.ts +1 -5
  1018. package/dist/types/components/beta/gux-segmented-control/gux-segmented-control-item/gux-segmented-control-item.d.ts +20 -0
  1019. package/dist/types/components/beta/gux-segmented-control/gux-segmented-control-item/gux-segmented-control-item.types.d.ts +1 -0
  1020. package/dist/types/components/beta/gux-segmented-control/gux-segmented-control.d.ts +14 -0
  1021. package/dist/types/components/beta/gux-time/gux-time.d.ts +8 -0
  1022. package/dist/types/components/beta/gux-time-zone-picker/generic-zones.d.ts +15 -0
  1023. package/dist/types/components/beta/gux-time-zone-picker/gux-time-zone-picker.d.ts +27 -0
  1024. package/dist/types/components/beta/gux-time-zone-picker/gux-time-zone-picker.types.d.ts +26 -0
  1025. package/dist/types/components/legacy/gux-advanced-dropdown-legacy/gux-advanced-dropdown.d.ts +71 -0
  1026. package/dist/types/components/legacy/gux-disclosure-button-legacy/gux-disclosure-button.d.ts +37 -0
  1027. package/dist/types/components/legacy/gux-modal-legacy/gux-modal-legacy.d.ts +37 -0
  1028. package/dist/types/components/legacy/gux-modal-legacy/gux-modal-legacy.types.d.ts +1 -0
  1029. package/dist/types/components/legacy/gux-pagination-legacy/gux-pagination-buttons-legacy/gux-pagination-button.service.d.ts +9 -0
  1030. package/dist/types/components/legacy/gux-pagination-legacy/gux-pagination-buttons-legacy/gux-pagination-buttons.d.ts +26 -0
  1031. package/dist/types/components/legacy/gux-pagination-legacy/gux-pagination-item-counts-legacy/gux-pagination-item-counts.d.ts +12 -0
  1032. package/dist/types/components/legacy/gux-pagination-legacy/gux-pagination-items-per-page-legacy/gux-pagination-items-per-page.d.ts +13 -0
  1033. package/dist/types/components/legacy/gux-pagination-legacy/gux-pagination.d.ts +35 -0
  1034. package/dist/types/components/legacy/gux-pagination-legacy/gux-pagination.types.d.ts +6 -0
  1035. package/dist/types/components/stable/gux-accordion/gux-accordion-section/gux-accordion-section.d.ts +1 -2
  1036. package/dist/types/components/stable/gux-accordion/gux-accordion-section/gux-accordion-section.types.d.ts +1 -1
  1037. package/dist/types/components/stable/gux-action-button/gux-action-button.d.ts +3 -4
  1038. package/dist/types/components/stable/gux-badge/gux-badge.d.ts +18 -0
  1039. package/dist/types/components/stable/gux-badge/gux-badge.types.d.ts +1 -0
  1040. package/dist/types/components/stable/gux-blank-state/gux-blank-state.d.ts +15 -0
  1041. package/dist/types/components/stable/gux-button/gux-button.d.ts +5 -0
  1042. package/dist/types/components/stable/gux-button-multi/gux-button-multi.d.ts +0 -4
  1043. package/dist/types/components/stable/gux-button-slot/gux-button-slot.d.ts +13 -0
  1044. package/dist/types/components/stable/gux-calendar/gux-calendar.types.d.ts +1 -0
  1045. package/dist/types/components/stable/gux-context-menu/gux-context-menu.d.ts +37 -0
  1046. package/dist/types/components/stable/gux-dropdown/gux-dropdown.d.ts +0 -4
  1047. package/dist/types/components/stable/gux-dropdown-multi/gux-dropdown-multi.d.ts +109 -0
  1048. package/dist/types/components/stable/gux-flyout-menu/gux-flyout-menu.d.ts +31 -0
  1049. package/dist/types/components/stable/gux-flyout-menu/gux-menu/gux-menu-option/gux-menu-option.d.ts +15 -0
  1050. package/dist/types/components/stable/gux-flyout-menu/gux-menu/gux-submenu/gux-submenu.d.ts +34 -0
  1051. package/dist/types/components/stable/gux-form-field/components/gux-form-field-checkbox/gux-form-field-checkbox.d.ts +2 -0
  1052. package/dist/types/components/stable/gux-form-field/components/gux-form-field-time-picker/gux-form-field-time-picker.d.ts +1 -1
  1053. package/dist/types/components/stable/gux-form-field/components/gux-form-field-time-zone-picker/gux-form-field-time-zone-picker.d.ts +31 -0
  1054. package/dist/types/components/stable/gux-form-field/functional-components/gux-form-field-legend-label/gux-form-field-legend-label.d.ts +1 -0
  1055. package/dist/types/components/stable/gux-form-field/gux-form-field.service.d.ts +1 -1
  1056. package/dist/types/components/stable/gux-icon/gux-icon.d.ts +2 -1
  1057. package/dist/types/components/stable/gux-icon/gux-icon.service.d.ts +1 -1
  1058. package/dist/types/components/stable/gux-icon/gux-icon.types.d.ts +2 -1
  1059. package/dist/types/components/stable/gux-listbox/gux-listbox.d.ts +2 -2
  1060. package/dist/types/components/stable/gux-listbox/gux-listbox.service.d.ts +1 -0
  1061. package/dist/types/components/stable/gux-listbox/options/gux-option/gux-option.d.ts +0 -3
  1062. package/dist/types/components/stable/gux-listbox/options/option-types.d.ts +0 -1
  1063. package/dist/types/components/stable/gux-listbox-multi/gux-listbox-multi.d.ts +2 -2
  1064. package/dist/types/components/stable/gux-listbox-multi/gux-option-multi/gux-option-multi.d.ts +1 -3
  1065. package/dist/types/components/stable/gux-loading-message/gux-loading-message.d.ts +11 -0
  1066. package/dist/types/components/stable/gux-modal/gux-modal.d.ts +16 -18
  1067. package/dist/types/components/stable/gux-pagination/gux-pagination-buttons/gux-pagination-button.service.d.ts +1 -1
  1068. package/dist/types/components/stable/gux-pagination/gux-pagination-buttons/gux-pagination-buttons.d.ts +4 -7
  1069. package/dist/types/components/stable/gux-pagination/gux-pagination-item-counts/gux-pagination-item-counts.d.ts +1 -0
  1070. package/dist/types/components/stable/gux-pagination/gux-pagination.d.ts +17 -8
  1071. package/dist/types/components/stable/gux-pagination/gux-pagination.types.d.ts +1 -5
  1072. package/dist/types/components/stable/gux-pagination-cursor/gux-pagination-cursor.d.ts +1 -1
  1073. package/dist/types/components/stable/gux-popover/gux-popover.d.ts +12 -9
  1074. package/dist/types/components/stable/gux-popover-list/gux-popover-list.d.ts +12 -9
  1075. package/dist/types/components/stable/gux-popup/gux-popup.d.ts +8 -0
  1076. package/dist/types/components/stable/gux-radial-loading/gux-radial-loading.functional.d.ts +8 -0
  1077. package/dist/types/components/stable/gux-radial-loading/gux-radial-loading.service.d.ts +4 -0
  1078. package/dist/types/components/stable/gux-radial-progress/gux-radial-progress.d.ts +0 -6
  1079. package/dist/types/components/stable/gux-radial-progress/gux-radial-progress.functional.d.ts +0 -6
  1080. package/dist/types/components/stable/gux-radial-progress/gux-radial-progress.service.d.ts +4 -3
  1081. package/dist/types/components/stable/gux-rating/gux-rating.d.ts +1 -0
  1082. package/dist/types/components/stable/gux-table/gux-all-row-select/gux-all-row-select.d.ts +14 -0
  1083. package/dist/types/components/stable/gux-table/gux-row-select/gux-row-select.d.ts +13 -0
  1084. package/dist/types/components/stable/gux-table/gux-table.d.ts +89 -0
  1085. package/dist/types/components/stable/gux-table-toolbar/gux-table-toolbar-custom-action/gux-table-toolbar-custom-action.d.ts +15 -0
  1086. package/dist/types/components/stable/gux-table-toolbar/gux-table-toolbar-menu-button/gux-table-toolbar-menu-button.d.ts +20 -0
  1087. package/dist/types/components/stable/gux-tabs-advanced/gux-tab-advanced/gux-tab-advanced.d.ts +2 -2
  1088. package/dist/types/components/stable/gux-tabs-advanced/gux-tab-advanced-list/gux-tab-advanced-list.d.ts +2 -0
  1089. package/dist/types/components/stable/gux-tag/gux-tag.d.ts +23 -0
  1090. package/dist/types/components/stable/gux-tag/gux-tag.types.d.ts +1 -0
  1091. package/dist/types/components/stable/gux-text-highlight/gux-text-highlight.d.ts +4 -0
  1092. package/dist/types/components/stable/gux-time-picker/gux-time-picker.d.ts +42 -0
  1093. package/dist/types/components/stable/gux-toggle/gux-toggle.d.ts +1 -2
  1094. package/dist/types/components/stable/gux-tooltip/gux-tooltip-types.d.ts +1 -0
  1095. package/dist/types/components/stable/gux-tooltip/gux-tooltip.d.ts +6 -0
  1096. package/dist/types/components.d.ts +539 -581
  1097. package/dist/types/i18n/DateTimeFormatter.d.ts +3 -3
  1098. package/dist/types/i18n/time-zone/identifiers.d.ts +1 -0
  1099. package/dist/types/i18n/time-zone/types.d.ts +2 -0
  1100. package/dist/types/stencil-public-runtime.d.ts +38 -5
  1101. package/dist/types/stencil-wrapper.d.ts +2 -2
  1102. package/dist/types/test/specTestUtils.d.ts +2 -0
  1103. package/dist/types/utils/date/get-valid-timezone.d.ts +2 -0
  1104. package/dist/types/utils/date/time-zone.d.ts +9 -0
  1105. package/dist/types/utils/dom/calculate-input-disabled-state.d.ts +1 -1
  1106. package/dist/types/utils/dom/on-attribute-change.d.ts +2 -2
  1107. package/dist/types/utils/dom/on-input-disabled-state-change.d.ts +1 -1
  1108. package/package.json +32 -39
  1109. package/dist/cjs/DateTimeFormatter-8deff48e.js +0 -54
  1110. package/dist/cjs/find-element-by-id-99f1f933.js +0 -19
  1111. package/dist/cjs/floating-ui.dom.esm-cad0a9cf.js +0 -1467
  1112. package/dist/cjs/get-slot-text-content-8a021eeb.js +0 -27
  1113. package/dist/cjs/gux-advanced-dropdown.cjs.entry.js +0 -218
  1114. package/dist/cjs/gux-badge-beta.cjs.entry.js +0 -70
  1115. package/dist/cjs/gux-blank-state-beta.cjs.entry.js +0 -68
  1116. package/dist/cjs/gux-button-slot-beta.cjs.entry.js +0 -45
  1117. package/dist/cjs/gux-column-manager-beta.cjs.entry.js +0 -124
  1118. package/dist/cjs/gux-column-manager.service-94f84964.js +0 -93
  1119. package/dist/cjs/gux-context-menu-beta.cjs.entry.js +0 -132
  1120. package/dist/cjs/gux-disclosure-button.cjs.entry.js +0 -64
  1121. package/dist/cjs/gux-dropdown-multi-beta.cjs.entry.js +0 -410
  1122. package/dist/cjs/gux-error-message-beta.cjs.entry.js +0 -24
  1123. package/dist/cjs/gux-flyout-menu-beta.cjs.entry.js +0 -148
  1124. package/dist/cjs/gux-form-field-container-64e8bc38.js +0 -21
  1125. package/dist/cjs/gux-form-field.service-dd469568.js +0 -151
  1126. package/dist/cjs/gux-listbox.service-93102b5b.js +0 -172
  1127. package/dist/cjs/gux-loading-message-beta.cjs.entry.js +0 -68
  1128. package/dist/cjs/gux-pagination-beta.cjs.entry.js +0 -101
  1129. package/dist/cjs/gux-pagination-buttons-beta_2.cjs.entry.js +0 -255
  1130. package/dist/cjs/gux-pagination-buttons_3.cjs.entry.js +0 -277
  1131. package/dist/cjs/gux-pagination-items-per-page-beta.cjs.entry.js +0 -46
  1132. package/dist/cjs/gux-popover-list-beta.cjs.entry.js +0 -139
  1133. package/dist/cjs/gux-popover.cjs.entry.js +0 -133
  1134. package/dist/cjs/gux-region-icon.cjs.entry.js +0 -29
  1135. package/dist/cjs/gux-skip-navigation-list-beta.cjs.entry.js +0 -33
  1136. package/dist/cjs/gux-switch.cjs.entry.js +0 -45
  1137. package/dist/cjs/gux-tab-panel-beta.cjs.entry.js +0 -34
  1138. package/dist/cjs/gux-table-beta.cjs.entry.js +0 -378
  1139. package/dist/cjs/gux-table-select-popover.cjs.entry.js +0 -103
  1140. package/dist/cjs/gux-table-toolbar-beta.cjs.entry.js +0 -213
  1141. package/dist/cjs/gux-tag-beta.cjs.entry.js +0 -84
  1142. package/dist/cjs/gux-time-picker-beta.cjs.entry.js +0 -392
  1143. package/dist/cjs/index-0d0fdb85.js +0 -2605
  1144. package/dist/cjs/index-9bbde1aa.js +0 -4075
  1145. package/dist/cjs/on-attribute-change-37556263.js +0 -40
  1146. package/dist/cjs/on-click-outside-428f8bbf.js +0 -77
  1147. package/dist/cjs/on-mutation-247f99dd.js +0 -36
  1148. package/dist/cjs/on-resize-ee6a4b87.js +0 -36
  1149. package/dist/cjs/popper-9a6aec9e.js +0 -1794
  1150. package/dist/cjs/usage-24342df6.js +0 -234
  1151. package/dist/collection/components/beta/gux-badge/gux-badge.css +0 -83
  1152. package/dist/collection/components/beta/gux-badge/gux-badge.js +0 -130
  1153. package/dist/collection/components/beta/gux-blank-state/gux-blank-state-constants.js +0 -5
  1154. package/dist/collection/components/beta/gux-blank-state/gux-blank-state.css +0 -61
  1155. package/dist/collection/components/beta/gux-blank-state/gux-blank-state.js +0 -75
  1156. package/dist/collection/components/beta/gux-button-slot/gux-button-slot.css +0 -172
  1157. package/dist/collection/components/beta/gux-button-slot/gux-button-slot.js +0 -76
  1158. package/dist/collection/components/beta/gux-column-manager/gux-column-manager-item/gux-column-manager-item.css +0 -80
  1159. package/dist/collection/components/beta/gux-column-manager/gux-column-manager-item/gux-column-manager-item.js +0 -360
  1160. package/dist/collection/components/beta/gux-column-manager/gux-column-manager.css +0 -23
  1161. package/dist/collection/components/beta/gux-column-manager/gux-column-manager.js +0 -175
  1162. package/dist/collection/components/beta/gux-column-manager/gux-column-manager.service.js +0 -80
  1163. package/dist/collection/components/beta/gux-context-menu/gux-context-menu.css +0 -20
  1164. package/dist/collection/components/beta/gux-context-menu/gux-context-menu.js +0 -170
  1165. package/dist/collection/components/beta/gux-dropdown-multi/gux-dropdown-multi-tag/gux-dropdown-multi-tag.css +0 -50
  1166. package/dist/collection/components/beta/gux-dropdown-multi/gux-dropdown-multi-tag/gux-dropdown-multi-tag.js +0 -122
  1167. package/dist/collection/components/beta/gux-dropdown-multi/gux-dropdown-multi.css +0 -161
  1168. package/dist/collection/components/beta/gux-dropdown-multi/gux-dropdown-multi.js +0 -708
  1169. package/dist/collection/components/beta/gux-error-message-beta/gux-error-message-beta.css +0 -24
  1170. package/dist/collection/components/beta/gux-error-message-beta/gux-error-message-beta.js +0 -27
  1171. package/dist/collection/components/beta/gux-flyout-menu/gux-flyout-menu.css +0 -35
  1172. package/dist/collection/components/beta/gux-flyout-menu/gux-flyout-menu.js +0 -206
  1173. package/dist/collection/components/beta/gux-flyout-menu/gux-menu/gux-menu-option/gux-menu-option.css +0 -29
  1174. package/dist/collection/components/beta/gux-flyout-menu/gux-menu/gux-menu-option/gux-menu-option.js +0 -67
  1175. package/dist/collection/components/beta/gux-flyout-menu/gux-menu/gux-menu.css +0 -24
  1176. package/dist/collection/components/beta/gux-flyout-menu/gux-menu/gux-menu.js +0 -20
  1177. package/dist/collection/components/beta/gux-flyout-menu/gux-menu/gux-submenu/gux-submenu.css +0 -53
  1178. package/dist/collection/components/beta/gux-flyout-menu/gux-menu/gux-submenu/gux-submenu.js +0 -252
  1179. package/dist/collection/components/beta/gux-loading-message/gux-loading-message-constants.js +0 -5
  1180. package/dist/collection/components/beta/gux-loading-message/gux-loading-message.css +0 -55
  1181. package/dist/collection/components/beta/gux-loading-message/gux-loading-message.js +0 -75
  1182. package/dist/collection/components/beta/gux-pagination-beta/gux-pagination-beta.css +0 -43
  1183. package/dist/collection/components/beta/gux-pagination-beta/gux-pagination-beta.js +0 -216
  1184. package/dist/collection/components/beta/gux-pagination-beta/gux-pagination-buttons-beta/gux-pagination-button-beta.service.js +0 -134
  1185. package/dist/collection/components/beta/gux-pagination-beta/gux-pagination-buttons-beta/gux-pagination-buttons-beta.css +0 -96
  1186. package/dist/collection/components/beta/gux-pagination-beta/gux-pagination-buttons-beta/gux-pagination-buttons-beta.js +0 -160
  1187. package/dist/collection/components/beta/gux-pagination-beta/gux-pagination-buttons-beta/gux-pagination-ellipsis-button/gux-pagination-ellipsis-button.css +0 -30
  1188. package/dist/collection/components/beta/gux-pagination-beta/gux-pagination-buttons-beta/gux-pagination-ellipsis-button/gux-pagination-ellipsis-button.js +0 -164
  1189. package/dist/collection/components/beta/gux-pagination-beta/gux-pagination-item-counts-beta/gux-pagination-item-counts-beta.css +0 -10
  1190. package/dist/collection/components/beta/gux-pagination-beta/gux-pagination-item-counts-beta/gux-pagination-item-counts-beta.js +0 -106
  1191. package/dist/collection/components/beta/gux-pagination-beta/gux-pagination-items-per-page-beta/gux-pagination-items-per-page-beta.css +0 -29
  1192. package/dist/collection/components/beta/gux-pagination-beta/gux-pagination-items-per-page-beta/gux-pagination-items-per-page-beta.js +0 -90
  1193. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AD.png +0 -0
  1194. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AE.png +0 -0
  1195. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AF.png +0 -0
  1196. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AG.png +0 -0
  1197. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AI.png +0 -0
  1198. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AL.png +0 -0
  1199. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AM.png +0 -0
  1200. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AO.png +0 -0
  1201. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AR.png +0 -0
  1202. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AS.png +0 -0
  1203. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AT.png +0 -0
  1204. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AU.png +0 -0
  1205. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AW.png +0 -0
  1206. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AX.png +0 -0
  1207. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AZ.png +0 -0
  1208. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BA.png +0 -0
  1209. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BB.png +0 -0
  1210. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BD.png +0 -0
  1211. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BE.png +0 -0
  1212. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BF.png +0 -0
  1213. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BG.png +0 -0
  1214. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BH.png +0 -0
  1215. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BI.png +0 -0
  1216. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BJ.png +0 -0
  1217. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BL.png +0 -0
  1218. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BM.png +0 -0
  1219. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BN.png +0 -0
  1220. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BO.png +0 -0
  1221. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BQ.png +0 -0
  1222. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BR.png +0 -0
  1223. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BS.png +0 -0
  1224. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BT.png +0 -0
  1225. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BV.png +0 -0
  1226. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BW.png +0 -0
  1227. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BY.png +0 -0
  1228. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BZ.png +0 -0
  1229. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CA.png +0 -0
  1230. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CC.png +0 -0
  1231. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CD.png +0 -0
  1232. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CF.png +0 -0
  1233. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CG.png +0 -0
  1234. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CH.png +0 -0
  1235. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CI.png +0 -0
  1236. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CK.png +0 -0
  1237. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CL.png +0 -0
  1238. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CM.png +0 -0
  1239. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CN.png +0 -0
  1240. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CO.png +0 -0
  1241. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CR.png +0 -0
  1242. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CU.png +0 -0
  1243. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CV.png +0 -0
  1244. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CW.png +0 -0
  1245. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CX.png +0 -0
  1246. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CY.png +0 -0
  1247. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CZ.png +0 -0
  1248. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/DE.png +0 -0
  1249. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/DJ.png +0 -0
  1250. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/DK.png +0 -0
  1251. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/DM.png +0 -0
  1252. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/DO.png +0 -0
  1253. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/DZ.png +0 -0
  1254. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/EC.png +0 -0
  1255. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/EE.png +0 -0
  1256. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/EG.png +0 -0
  1257. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/EH.png +0 -0
  1258. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/ER.png +0 -0
  1259. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/ES.png +0 -0
  1260. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/ET.png +0 -0
  1261. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/FI.png +0 -0
  1262. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/FJ.png +0 -0
  1263. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/FK.png +0 -0
  1264. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/FM.png +0 -0
  1265. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/FO.png +0 -0
  1266. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/FR.png +0 -0
  1267. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GA.png +0 -0
  1268. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GB.png +0 -0
  1269. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GD.png +0 -0
  1270. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GE.png +0 -0
  1271. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GF.png +0 -0
  1272. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GG.png +0 -0
  1273. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GH.png +0 -0
  1274. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GI.png +0 -0
  1275. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GL.png +0 -0
  1276. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GM.png +0 -0
  1277. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GN.png +0 -0
  1278. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GP.png +0 -0
  1279. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GQ.png +0 -0
  1280. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GR.png +0 -0
  1281. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GS.png +0 -0
  1282. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GT.png +0 -0
  1283. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GU.png +0 -0
  1284. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GW.png +0 -0
  1285. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GY.png +0 -0
  1286. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/HK.png +0 -0
  1287. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/HN.png +0 -0
  1288. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/HR.png +0 -0
  1289. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/HT.png +0 -0
  1290. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/HU.png +0 -0
  1291. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/ID.png +0 -0
  1292. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/IE.png +0 -0
  1293. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/IL.png +0 -0
  1294. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/IM.png +0 -0
  1295. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/IN.png +0 -0
  1296. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/IO.png +0 -0
  1297. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/IQ.png +0 -0
  1298. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/IR.png +0 -0
  1299. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/IS.png +0 -0
  1300. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/IT.png +0 -0
  1301. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/JE.png +0 -0
  1302. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/JM.png +0 -0
  1303. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/JO.png +0 -0
  1304. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/JP.png +0 -0
  1305. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/KE.png +0 -0
  1306. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/KG.png +0 -0
  1307. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/KH.png +0 -0
  1308. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/KI.png +0 -0
  1309. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/KM.png +0 -0
  1310. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/KN.png +0 -0
  1311. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/KP.png +0 -0
  1312. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/KR.png +0 -0
  1313. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/KW.png +0 -0
  1314. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/KY.png +0 -0
  1315. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/KZ.png +0 -0
  1316. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/LA.png +0 -0
  1317. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/LB.png +0 -0
  1318. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/LC.png +0 -0
  1319. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/LI.png +0 -0
  1320. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/LK.png +0 -0
  1321. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/LR.png +0 -0
  1322. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/LS.png +0 -0
  1323. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/LT.png +0 -0
  1324. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/LU.png +0 -0
  1325. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/LV.png +0 -0
  1326. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/LY.png +0 -0
  1327. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MA.png +0 -0
  1328. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MC.png +0 -0
  1329. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MD.png +0 -0
  1330. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/ME.png +0 -0
  1331. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MF.png +0 -0
  1332. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MG.png +0 -0
  1333. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MH.png +0 -0
  1334. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MK.png +0 -0
  1335. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/ML.png +0 -0
  1336. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MM.png +0 -0
  1337. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MN.png +0 -0
  1338. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MO.png +0 -0
  1339. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MP.png +0 -0
  1340. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MQ.png +0 -0
  1341. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MR.png +0 -0
  1342. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MS.png +0 -0
  1343. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MT.png +0 -0
  1344. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MU.png +0 -0
  1345. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MV.png +0 -0
  1346. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MW.png +0 -0
  1347. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MX.png +0 -0
  1348. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MY.png +0 -0
  1349. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MZ.png +0 -0
  1350. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/NA.png +0 -0
  1351. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/NC.png +0 -0
  1352. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/NE.png +0 -0
  1353. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/NF.png +0 -0
  1354. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/NG.png +0 -0
  1355. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/NI.png +0 -0
  1356. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/NL.png +0 -0
  1357. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/NO.png +0 -0
  1358. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/NP.png +0 -0
  1359. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/NR.png +0 -0
  1360. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/NU.png +0 -0
  1361. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/NZ.png +0 -0
  1362. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/OM.png +0 -0
  1363. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PA.png +0 -0
  1364. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PE.png +0 -0
  1365. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PF.png +0 -0
  1366. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PG.png +0 -0
  1367. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PH.png +0 -0
  1368. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PK.png +0 -0
  1369. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PL.png +0 -0
  1370. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PM.png +0 -0
  1371. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PN.png +0 -0
  1372. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PR.png +0 -0
  1373. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PS.png +0 -0
  1374. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PT.png +0 -0
  1375. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PW.png +0 -0
  1376. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PY.png +0 -0
  1377. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/QA.png +0 -0
  1378. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/RE.png +0 -0
  1379. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/RO.png +0 -0
  1380. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/RS.png +0 -0
  1381. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/RU.png +0 -0
  1382. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/RW.png +0 -0
  1383. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SA.png +0 -0
  1384. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SB.png +0 -0
  1385. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SC.png +0 -0
  1386. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SD.png +0 -0
  1387. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SE.png +0 -0
  1388. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SG.png +0 -0
  1389. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SH.png +0 -0
  1390. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SI.png +0 -0
  1391. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SJ.png +0 -0
  1392. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SK.png +0 -0
  1393. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SL.png +0 -0
  1394. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SM.png +0 -0
  1395. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SN.png +0 -0
  1396. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SO.png +0 -0
  1397. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SR.png +0 -0
  1398. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SS.png +0 -0
  1399. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/ST.png +0 -0
  1400. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SV.png +0 -0
  1401. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SX.png +0 -0
  1402. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SY.png +0 -0
  1403. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SZ.png +0 -0
  1404. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TC.png +0 -0
  1405. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TD.png +0 -0
  1406. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TG.png +0 -0
  1407. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TH.png +0 -0
  1408. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TJ.png +0 -0
  1409. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TK.png +0 -0
  1410. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TL.png +0 -0
  1411. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TM.png +0 -0
  1412. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TN.png +0 -0
  1413. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TO.png +0 -0
  1414. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TR.png +0 -0
  1415. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TT.png +0 -0
  1416. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TV.png +0 -0
  1417. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TW.png +0 -0
  1418. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TZ.png +0 -0
  1419. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/UA.png +0 -0
  1420. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/UG.png +0 -0
  1421. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/US.png +0 -0
  1422. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/UY.png +0 -0
  1423. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/UZ.png +0 -0
  1424. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/VA.png +0 -0
  1425. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/VC.png +0 -0
  1426. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/VE.png +0 -0
  1427. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/VG.png +0 -0
  1428. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/VI.png +0 -0
  1429. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/VN.png +0 -0
  1430. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/VU.png +0 -0
  1431. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/WF.png +0 -0
  1432. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/WS.png +0 -0
  1433. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/XK.png +0 -0
  1434. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/YE.png +0 -0
  1435. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/YT.png +0 -0
  1436. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/ZA.png +0 -0
  1437. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/ZM.png +0 -0
  1438. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/ZW.png +0 -0
  1439. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/sprites/region-flags.css +0 -1528
  1440. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/sprites/region-flags.less +0 -3800
  1441. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/sprites/region-flags.png +0 -0
  1442. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/gux-region-icon.js +0 -68
  1443. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/gux-region-select.service.js +0 -25
  1444. package/dist/collection/components/beta/gux-popover-beta/gux-popover-beta.css +0 -61
  1445. package/dist/collection/components/beta/gux-popover-beta/gux-popover-beta.js +0 -267
  1446. package/dist/collection/components/beta/gux-popover-list-beta/gux-popover-list-beta.css +0 -46
  1447. package/dist/collection/components/beta/gux-popover-list-beta/gux-popover-list-beta.js +0 -257
  1448. package/dist/collection/components/beta/gux-skip-navigation-list/gux-skip-navigation-item/gux-skip-navigation-item.css +0 -22
  1449. package/dist/collection/components/beta/gux-skip-navigation-list/gux-skip-navigation-item/gux-skip-navigation-item.js +0 -22
  1450. package/dist/collection/components/beta/gux-skip-navigation-list/gux-skip-navigation-list.css +0 -26
  1451. package/dist/collection/components/beta/gux-skip-navigation-list/gux-skip-navigation-list.js +0 -30
  1452. package/dist/collection/components/beta/gux-tab-panel-beta/gux-tab-panel-beta.css +0 -8
  1453. package/dist/collection/components/beta/gux-tab-panel-beta/gux-tab-panel-beta.js +0 -107
  1454. package/dist/collection/components/beta/gux-table/gux-all-row-select/gux-all-row-select.css +0 -8
  1455. package/dist/collection/components/beta/gux-table/gux-all-row-select/gux-all-row-select.js +0 -110
  1456. package/dist/collection/components/beta/gux-table/gux-row-select/gux-row-select.css +0 -8
  1457. package/dist/collection/components/beta/gux-table/gux-row-select/gux-row-select.js +0 -101
  1458. package/dist/collection/components/beta/gux-table/gux-sort-control/gux-sort-control.css +0 -50
  1459. package/dist/collection/components/beta/gux-table/gux-sort-control/gux-sort-control.js +0 -176
  1460. package/dist/collection/components/beta/gux-table/gux-table-select-menu/gux-table-select-menu.css +0 -30
  1461. package/dist/collection/components/beta/gux-table/gux-table-select-menu/gux-table-select-menu.js +0 -130
  1462. package/dist/collection/components/beta/gux-table/gux-table-select-menu/gux-table-select-popover/gux-table-header-popover.js +0 -171
  1463. package/dist/collection/components/beta/gux-table/gux-table-select-menu/gux-table-select-popover/gux-table-select-popover.css +0 -12
  1464. package/dist/collection/components/beta/gux-table/gux-table.css +0 -74
  1465. package/dist/collection/components/beta/gux-table/gux-table.js +0 -568
  1466. package/dist/collection/components/beta/gux-table-toolbar/gux-table-toolbar-action/gux-table-toolbar-action.css +0 -3
  1467. package/dist/collection/components/beta/gux-table-toolbar/gux-table-toolbar-action/gux-table-toolbar-action.js +0 -124
  1468. package/dist/collection/components/beta/gux-table-toolbar/gux-table-toolbar-custom-action/gux-table-toolbar-custom-action.css +0 -26
  1469. package/dist/collection/components/beta/gux-table-toolbar/gux-table-toolbar-custom-action/gux-table-toolbar-custom-action.js +0 -96
  1470. package/dist/collection/components/beta/gux-table-toolbar/gux-table-toolbar-menu-button/gux-table-toolbar-menu-button.css +0 -35
  1471. package/dist/collection/components/beta/gux-table-toolbar/gux-table-toolbar-menu-button/gux-table-toolbar-menu-button.js +0 -142
  1472. package/dist/collection/components/beta/gux-table-toolbar/gux-table-toolbar.css +0 -52
  1473. package/dist/collection/components/beta/gux-table-toolbar/gux-table-toolbar.js +0 -209
  1474. package/dist/collection/components/beta/gux-tag/gux-tag.css +0 -461
  1475. package/dist/collection/components/beta/gux-tag/gux-tag.js +0 -193
  1476. package/dist/collection/components/beta/gux-time-picker/gux-time-picker.css +0 -134
  1477. package/dist/collection/components/beta/gux-time-picker/gux-time-picker.js +0 -409
  1478. package/dist/collection/components/beta/gux-time-picker/gux-time-picker.service.js +0 -142
  1479. package/dist/collection/components/legacy/gux-action-toast/gux-action-toast.css +0 -267
  1480. package/dist/collection/components/legacy/gux-action-toast/gux-action-toast.js +0 -30
  1481. package/dist/collection/components/legacy/gux-notification-toast/gux-notification-toast.css +0 -221
  1482. package/dist/collection/components/legacy/gux-notification-toast/gux-notification-toast.js +0 -83
  1483. package/dist/collection/components/legacy/gux-simple-toast/gux-simple-toast.css +0 -51
  1484. package/dist/collection/components/legacy/gux-simple-toast/gux-simple-toast.js +0 -82
  1485. package/dist/collection/components/stable/gux-advanced-dropdown/dropdown-option/gux-dropdown-option.css +0 -39
  1486. package/dist/collection/components/stable/gux-advanced-dropdown/dropdown-option/gux-dropdown-option.js +0 -248
  1487. package/dist/collection/components/stable/gux-advanced-dropdown/gux-advanced-dropdown.css +0 -85
  1488. package/dist/collection/components/stable/gux-advanced-dropdown/gux-advanced-dropdown.js +0 -396
  1489. package/dist/collection/components/stable/gux-alert/gux-inline-alert.css +0 -109
  1490. package/dist/collection/components/stable/gux-alert/gux-inline-alert.js +0 -76
  1491. package/dist/collection/components/stable/gux-disclosure-button/gux-disclosure-button.css +0 -42
  1492. package/dist/collection/components/stable/gux-disclosure-button/gux-disclosure-button.js +0 -153
  1493. package/dist/collection/components/stable/gux-switch/gux-switch-item/gux-switch-item.css +0 -68
  1494. package/dist/collection/components/stable/gux-switch/gux-switch-item/gux-switch-item.js +0 -96
  1495. package/dist/collection/components/stable/gux-switch/gux-switch.css +0 -4
  1496. package/dist/collection/components/stable/gux-switch/gux-switch.js +0 -107
  1497. package/dist/collection/components/stable/gux-tabs-advanced/gux-tabs-advanced.css +0 -3
  1498. package/dist/collection/style/fonts/roboto-v20-latin-300.svg +0 -1
  1499. package/dist/collection/style/fonts/roboto-v20-latin-700.svg +0 -309
  1500. package/dist/collection/style/fonts/roboto-v20-latin-italic.svg +0 -323
  1501. package/dist/collection/style/fonts/roboto-v20-latin-regular.svg +0 -308
  1502. package/dist/esm/DateTimeFormatter-bb057477.js +0 -52
  1503. package/dist/esm/find-element-by-id-758a0703.js +0 -17
  1504. package/dist/esm/floating-ui.dom.esm-48871497.js +0 -1459
  1505. package/dist/esm/get-slot-text-content-b2a8af86.js +0 -23
  1506. package/dist/esm/gux-advanced-dropdown.entry.js +0 -214
  1507. package/dist/esm/gux-badge-beta.entry.js +0 -66
  1508. package/dist/esm/gux-blank-state-beta.entry.js +0 -64
  1509. package/dist/esm/gux-button-slot-beta.entry.js +0 -41
  1510. package/dist/esm/gux-column-manager-beta.entry.js +0 -120
  1511. package/dist/esm/gux-column-manager.service-07ddccf5.js +0 -83
  1512. package/dist/esm/gux-context-menu-beta.entry.js +0 -128
  1513. package/dist/esm/gux-disclosure-button.entry.js +0 -60
  1514. package/dist/esm/gux-dropdown-multi-beta.entry.js +0 -406
  1515. package/dist/esm/gux-error-message-beta.entry.js +0 -20
  1516. package/dist/esm/gux-flyout-menu-beta.entry.js +0 -144
  1517. package/dist/esm/gux-form-field-container-0d93fc18.js +0 -18
  1518. package/dist/esm/gux-form-field.service-5f03e905.js +0 -140
  1519. package/dist/esm/gux-listbox.service-a8319b51.js +0 -157
  1520. package/dist/esm/gux-loading-message-beta.entry.js +0 -64
  1521. package/dist/esm/gux-pagination-beta.entry.js +0 -97
  1522. package/dist/esm/gux-pagination-buttons-beta_2.entry.js +0 -250
  1523. package/dist/esm/gux-pagination-buttons_3.entry.js +0 -271
  1524. package/dist/esm/gux-pagination-items-per-page-beta.entry.js +0 -42
  1525. package/dist/esm/gux-popover-list-beta.entry.js +0 -135
  1526. package/dist/esm/gux-popover.entry.js +0 -129
  1527. package/dist/esm/gux-region-icon.entry.js +0 -25
  1528. package/dist/esm/gux-skip-navigation-list-beta.entry.js +0 -29
  1529. package/dist/esm/gux-switch.entry.js +0 -41
  1530. package/dist/esm/gux-tab-panel-beta.entry.js +0 -30
  1531. package/dist/esm/gux-table-beta.entry.js +0 -374
  1532. package/dist/esm/gux-table-select-popover.entry.js +0 -99
  1533. package/dist/esm/gux-table-toolbar-beta.entry.js +0 -209
  1534. package/dist/esm/gux-tag-beta.entry.js +0 -80
  1535. package/dist/esm/gux-time-picker-beta.entry.js +0 -388
  1536. package/dist/esm/index-0b66fe2c.js +0 -2572
  1537. package/dist/esm/index-694d55cf.js +0 -4070
  1538. package/dist/esm/on-attribute-change-5fd8da7c.js +0 -36
  1539. package/dist/esm/on-click-outside-bc432a79.js +0 -75
  1540. package/dist/esm/on-mutation-8c8b2331.js +0 -34
  1541. package/dist/esm/on-resize-7177429a.js +0 -34
  1542. package/dist/esm/polyfills/css-shim.js +0 -1
  1543. package/dist/esm/popper-1604923e.js +0 -1792
  1544. package/dist/esm/usage-dc348835.js +0 -232
  1545. package/dist/genesys-webcomponents/assets/region-flags/AD.png +0 -0
  1546. package/dist/genesys-webcomponents/assets/region-flags/AE.png +0 -0
  1547. package/dist/genesys-webcomponents/assets/region-flags/AF.png +0 -0
  1548. package/dist/genesys-webcomponents/assets/region-flags/AG.png +0 -0
  1549. package/dist/genesys-webcomponents/assets/region-flags/AI.png +0 -0
  1550. package/dist/genesys-webcomponents/assets/region-flags/AL.png +0 -0
  1551. package/dist/genesys-webcomponents/assets/region-flags/AM.png +0 -0
  1552. package/dist/genesys-webcomponents/assets/region-flags/AO.png +0 -0
  1553. package/dist/genesys-webcomponents/assets/region-flags/AR.png +0 -0
  1554. package/dist/genesys-webcomponents/assets/region-flags/AS.png +0 -0
  1555. package/dist/genesys-webcomponents/assets/region-flags/AT.png +0 -0
  1556. package/dist/genesys-webcomponents/assets/region-flags/AU.png +0 -0
  1557. package/dist/genesys-webcomponents/assets/region-flags/AW.png +0 -0
  1558. package/dist/genesys-webcomponents/assets/region-flags/AX.png +0 -0
  1559. package/dist/genesys-webcomponents/assets/region-flags/AZ.png +0 -0
  1560. package/dist/genesys-webcomponents/assets/region-flags/BA.png +0 -0
  1561. package/dist/genesys-webcomponents/assets/region-flags/BB.png +0 -0
  1562. package/dist/genesys-webcomponents/assets/region-flags/BD.png +0 -0
  1563. package/dist/genesys-webcomponents/assets/region-flags/BE.png +0 -0
  1564. package/dist/genesys-webcomponents/assets/region-flags/BF.png +0 -0
  1565. package/dist/genesys-webcomponents/assets/region-flags/BG.png +0 -0
  1566. package/dist/genesys-webcomponents/assets/region-flags/BH.png +0 -0
  1567. package/dist/genesys-webcomponents/assets/region-flags/BI.png +0 -0
  1568. package/dist/genesys-webcomponents/assets/region-flags/BJ.png +0 -0
  1569. package/dist/genesys-webcomponents/assets/region-flags/BL.png +0 -0
  1570. package/dist/genesys-webcomponents/assets/region-flags/BM.png +0 -0
  1571. package/dist/genesys-webcomponents/assets/region-flags/BN.png +0 -0
  1572. package/dist/genesys-webcomponents/assets/region-flags/BO.png +0 -0
  1573. package/dist/genesys-webcomponents/assets/region-flags/BQ.png +0 -0
  1574. package/dist/genesys-webcomponents/assets/region-flags/BR.png +0 -0
  1575. package/dist/genesys-webcomponents/assets/region-flags/BS.png +0 -0
  1576. package/dist/genesys-webcomponents/assets/region-flags/BT.png +0 -0
  1577. package/dist/genesys-webcomponents/assets/region-flags/BV.png +0 -0
  1578. package/dist/genesys-webcomponents/assets/region-flags/BW.png +0 -0
  1579. package/dist/genesys-webcomponents/assets/region-flags/BY.png +0 -0
  1580. package/dist/genesys-webcomponents/assets/region-flags/BZ.png +0 -0
  1581. package/dist/genesys-webcomponents/assets/region-flags/CA.png +0 -0
  1582. package/dist/genesys-webcomponents/assets/region-flags/CC.png +0 -0
  1583. package/dist/genesys-webcomponents/assets/region-flags/CD.png +0 -0
  1584. package/dist/genesys-webcomponents/assets/region-flags/CF.png +0 -0
  1585. package/dist/genesys-webcomponents/assets/region-flags/CG.png +0 -0
  1586. package/dist/genesys-webcomponents/assets/region-flags/CH.png +0 -0
  1587. package/dist/genesys-webcomponents/assets/region-flags/CI.png +0 -0
  1588. package/dist/genesys-webcomponents/assets/region-flags/CK.png +0 -0
  1589. package/dist/genesys-webcomponents/assets/region-flags/CL.png +0 -0
  1590. package/dist/genesys-webcomponents/assets/region-flags/CM.png +0 -0
  1591. package/dist/genesys-webcomponents/assets/region-flags/CN.png +0 -0
  1592. package/dist/genesys-webcomponents/assets/region-flags/CO.png +0 -0
  1593. package/dist/genesys-webcomponents/assets/region-flags/CR.png +0 -0
  1594. package/dist/genesys-webcomponents/assets/region-flags/CU.png +0 -0
  1595. package/dist/genesys-webcomponents/assets/region-flags/CV.png +0 -0
  1596. package/dist/genesys-webcomponents/assets/region-flags/CW.png +0 -0
  1597. package/dist/genesys-webcomponents/assets/region-flags/CX.png +0 -0
  1598. package/dist/genesys-webcomponents/assets/region-flags/CY.png +0 -0
  1599. package/dist/genesys-webcomponents/assets/region-flags/CZ.png +0 -0
  1600. package/dist/genesys-webcomponents/assets/region-flags/DE.png +0 -0
  1601. package/dist/genesys-webcomponents/assets/region-flags/DJ.png +0 -0
  1602. package/dist/genesys-webcomponents/assets/region-flags/DK.png +0 -0
  1603. package/dist/genesys-webcomponents/assets/region-flags/DM.png +0 -0
  1604. package/dist/genesys-webcomponents/assets/region-flags/DO.png +0 -0
  1605. package/dist/genesys-webcomponents/assets/region-flags/DZ.png +0 -0
  1606. package/dist/genesys-webcomponents/assets/region-flags/EC.png +0 -0
  1607. package/dist/genesys-webcomponents/assets/region-flags/EE.png +0 -0
  1608. package/dist/genesys-webcomponents/assets/region-flags/EG.png +0 -0
  1609. package/dist/genesys-webcomponents/assets/region-flags/EH.png +0 -0
  1610. package/dist/genesys-webcomponents/assets/region-flags/ER.png +0 -0
  1611. package/dist/genesys-webcomponents/assets/region-flags/ES.png +0 -0
  1612. package/dist/genesys-webcomponents/assets/region-flags/ET.png +0 -0
  1613. package/dist/genesys-webcomponents/assets/region-flags/FI.png +0 -0
  1614. package/dist/genesys-webcomponents/assets/region-flags/FJ.png +0 -0
  1615. package/dist/genesys-webcomponents/assets/region-flags/FK.png +0 -0
  1616. package/dist/genesys-webcomponents/assets/region-flags/FM.png +0 -0
  1617. package/dist/genesys-webcomponents/assets/region-flags/FO.png +0 -0
  1618. package/dist/genesys-webcomponents/assets/region-flags/FR.png +0 -0
  1619. package/dist/genesys-webcomponents/assets/region-flags/GA.png +0 -0
  1620. package/dist/genesys-webcomponents/assets/region-flags/GB.png +0 -0
  1621. package/dist/genesys-webcomponents/assets/region-flags/GD.png +0 -0
  1622. package/dist/genesys-webcomponents/assets/region-flags/GE.png +0 -0
  1623. package/dist/genesys-webcomponents/assets/region-flags/GF.png +0 -0
  1624. package/dist/genesys-webcomponents/assets/region-flags/GG.png +0 -0
  1625. package/dist/genesys-webcomponents/assets/region-flags/GH.png +0 -0
  1626. package/dist/genesys-webcomponents/assets/region-flags/GI.png +0 -0
  1627. package/dist/genesys-webcomponents/assets/region-flags/GL.png +0 -0
  1628. package/dist/genesys-webcomponents/assets/region-flags/GM.png +0 -0
  1629. package/dist/genesys-webcomponents/assets/region-flags/GN.png +0 -0
  1630. package/dist/genesys-webcomponents/assets/region-flags/GP.png +0 -0
  1631. package/dist/genesys-webcomponents/assets/region-flags/GQ.png +0 -0
  1632. package/dist/genesys-webcomponents/assets/region-flags/GR.png +0 -0
  1633. package/dist/genesys-webcomponents/assets/region-flags/GS.png +0 -0
  1634. package/dist/genesys-webcomponents/assets/region-flags/GT.png +0 -0
  1635. package/dist/genesys-webcomponents/assets/region-flags/GU.png +0 -0
  1636. package/dist/genesys-webcomponents/assets/region-flags/GW.png +0 -0
  1637. package/dist/genesys-webcomponents/assets/region-flags/GY.png +0 -0
  1638. package/dist/genesys-webcomponents/assets/region-flags/HK.png +0 -0
  1639. package/dist/genesys-webcomponents/assets/region-flags/HN.png +0 -0
  1640. package/dist/genesys-webcomponents/assets/region-flags/HR.png +0 -0
  1641. package/dist/genesys-webcomponents/assets/region-flags/HT.png +0 -0
  1642. package/dist/genesys-webcomponents/assets/region-flags/HU.png +0 -0
  1643. package/dist/genesys-webcomponents/assets/region-flags/ID.png +0 -0
  1644. package/dist/genesys-webcomponents/assets/region-flags/IE.png +0 -0
  1645. package/dist/genesys-webcomponents/assets/region-flags/IL.png +0 -0
  1646. package/dist/genesys-webcomponents/assets/region-flags/IM.png +0 -0
  1647. package/dist/genesys-webcomponents/assets/region-flags/IN.png +0 -0
  1648. package/dist/genesys-webcomponents/assets/region-flags/IO.png +0 -0
  1649. package/dist/genesys-webcomponents/assets/region-flags/IQ.png +0 -0
  1650. package/dist/genesys-webcomponents/assets/region-flags/IR.png +0 -0
  1651. package/dist/genesys-webcomponents/assets/region-flags/IS.png +0 -0
  1652. package/dist/genesys-webcomponents/assets/region-flags/IT.png +0 -0
  1653. package/dist/genesys-webcomponents/assets/region-flags/JE.png +0 -0
  1654. package/dist/genesys-webcomponents/assets/region-flags/JM.png +0 -0
  1655. package/dist/genesys-webcomponents/assets/region-flags/JO.png +0 -0
  1656. package/dist/genesys-webcomponents/assets/region-flags/JP.png +0 -0
  1657. package/dist/genesys-webcomponents/assets/region-flags/KE.png +0 -0
  1658. package/dist/genesys-webcomponents/assets/region-flags/KG.png +0 -0
  1659. package/dist/genesys-webcomponents/assets/region-flags/KH.png +0 -0
  1660. package/dist/genesys-webcomponents/assets/region-flags/KI.png +0 -0
  1661. package/dist/genesys-webcomponents/assets/region-flags/KM.png +0 -0
  1662. package/dist/genesys-webcomponents/assets/region-flags/KN.png +0 -0
  1663. package/dist/genesys-webcomponents/assets/region-flags/KP.png +0 -0
  1664. package/dist/genesys-webcomponents/assets/region-flags/KR.png +0 -0
  1665. package/dist/genesys-webcomponents/assets/region-flags/KW.png +0 -0
  1666. package/dist/genesys-webcomponents/assets/region-flags/KY.png +0 -0
  1667. package/dist/genesys-webcomponents/assets/region-flags/KZ.png +0 -0
  1668. package/dist/genesys-webcomponents/assets/region-flags/LA.png +0 -0
  1669. package/dist/genesys-webcomponents/assets/region-flags/LB.png +0 -0
  1670. package/dist/genesys-webcomponents/assets/region-flags/LC.png +0 -0
  1671. package/dist/genesys-webcomponents/assets/region-flags/LI.png +0 -0
  1672. package/dist/genesys-webcomponents/assets/region-flags/LK.png +0 -0
  1673. package/dist/genesys-webcomponents/assets/region-flags/LR.png +0 -0
  1674. package/dist/genesys-webcomponents/assets/region-flags/LS.png +0 -0
  1675. package/dist/genesys-webcomponents/assets/region-flags/LT.png +0 -0
  1676. package/dist/genesys-webcomponents/assets/region-flags/LU.png +0 -0
  1677. package/dist/genesys-webcomponents/assets/region-flags/LV.png +0 -0
  1678. package/dist/genesys-webcomponents/assets/region-flags/LY.png +0 -0
  1679. package/dist/genesys-webcomponents/assets/region-flags/MA.png +0 -0
  1680. package/dist/genesys-webcomponents/assets/region-flags/MC.png +0 -0
  1681. package/dist/genesys-webcomponents/assets/region-flags/MD.png +0 -0
  1682. package/dist/genesys-webcomponents/assets/region-flags/ME.png +0 -0
  1683. package/dist/genesys-webcomponents/assets/region-flags/MF.png +0 -0
  1684. package/dist/genesys-webcomponents/assets/region-flags/MG.png +0 -0
  1685. package/dist/genesys-webcomponents/assets/region-flags/MH.png +0 -0
  1686. package/dist/genesys-webcomponents/assets/region-flags/MK.png +0 -0
  1687. package/dist/genesys-webcomponents/assets/region-flags/ML.png +0 -0
  1688. package/dist/genesys-webcomponents/assets/region-flags/MM.png +0 -0
  1689. package/dist/genesys-webcomponents/assets/region-flags/MN.png +0 -0
  1690. package/dist/genesys-webcomponents/assets/region-flags/MO.png +0 -0
  1691. package/dist/genesys-webcomponents/assets/region-flags/MP.png +0 -0
  1692. package/dist/genesys-webcomponents/assets/region-flags/MQ.png +0 -0
  1693. package/dist/genesys-webcomponents/assets/region-flags/MR.png +0 -0
  1694. package/dist/genesys-webcomponents/assets/region-flags/MS.png +0 -0
  1695. package/dist/genesys-webcomponents/assets/region-flags/MT.png +0 -0
  1696. package/dist/genesys-webcomponents/assets/region-flags/MU.png +0 -0
  1697. package/dist/genesys-webcomponents/assets/region-flags/MV.png +0 -0
  1698. package/dist/genesys-webcomponents/assets/region-flags/MW.png +0 -0
  1699. package/dist/genesys-webcomponents/assets/region-flags/MX.png +0 -0
  1700. package/dist/genesys-webcomponents/assets/region-flags/MY.png +0 -0
  1701. package/dist/genesys-webcomponents/assets/region-flags/MZ.png +0 -0
  1702. package/dist/genesys-webcomponents/assets/region-flags/NA.png +0 -0
  1703. package/dist/genesys-webcomponents/assets/region-flags/NC.png +0 -0
  1704. package/dist/genesys-webcomponents/assets/region-flags/NE.png +0 -0
  1705. package/dist/genesys-webcomponents/assets/region-flags/NF.png +0 -0
  1706. package/dist/genesys-webcomponents/assets/region-flags/NG.png +0 -0
  1707. package/dist/genesys-webcomponents/assets/region-flags/NI.png +0 -0
  1708. package/dist/genesys-webcomponents/assets/region-flags/NL.png +0 -0
  1709. package/dist/genesys-webcomponents/assets/region-flags/NO.png +0 -0
  1710. package/dist/genesys-webcomponents/assets/region-flags/NP.png +0 -0
  1711. package/dist/genesys-webcomponents/assets/region-flags/NR.png +0 -0
  1712. package/dist/genesys-webcomponents/assets/region-flags/NU.png +0 -0
  1713. package/dist/genesys-webcomponents/assets/region-flags/NZ.png +0 -0
  1714. package/dist/genesys-webcomponents/assets/region-flags/OM.png +0 -0
  1715. package/dist/genesys-webcomponents/assets/region-flags/PA.png +0 -0
  1716. package/dist/genesys-webcomponents/assets/region-flags/PE.png +0 -0
  1717. package/dist/genesys-webcomponents/assets/region-flags/PF.png +0 -0
  1718. package/dist/genesys-webcomponents/assets/region-flags/PG.png +0 -0
  1719. package/dist/genesys-webcomponents/assets/region-flags/PH.png +0 -0
  1720. package/dist/genesys-webcomponents/assets/region-flags/PK.png +0 -0
  1721. package/dist/genesys-webcomponents/assets/region-flags/PL.png +0 -0
  1722. package/dist/genesys-webcomponents/assets/region-flags/PM.png +0 -0
  1723. package/dist/genesys-webcomponents/assets/region-flags/PN.png +0 -0
  1724. package/dist/genesys-webcomponents/assets/region-flags/PR.png +0 -0
  1725. package/dist/genesys-webcomponents/assets/region-flags/PS.png +0 -0
  1726. package/dist/genesys-webcomponents/assets/region-flags/PT.png +0 -0
  1727. package/dist/genesys-webcomponents/assets/region-flags/PW.png +0 -0
  1728. package/dist/genesys-webcomponents/assets/region-flags/PY.png +0 -0
  1729. package/dist/genesys-webcomponents/assets/region-flags/QA.png +0 -0
  1730. package/dist/genesys-webcomponents/assets/region-flags/RE.png +0 -0
  1731. package/dist/genesys-webcomponents/assets/region-flags/RO.png +0 -0
  1732. package/dist/genesys-webcomponents/assets/region-flags/RS.png +0 -0
  1733. package/dist/genesys-webcomponents/assets/region-flags/RU.png +0 -0
  1734. package/dist/genesys-webcomponents/assets/region-flags/RW.png +0 -0
  1735. package/dist/genesys-webcomponents/assets/region-flags/SA.png +0 -0
  1736. package/dist/genesys-webcomponents/assets/region-flags/SB.png +0 -0
  1737. package/dist/genesys-webcomponents/assets/region-flags/SC.png +0 -0
  1738. package/dist/genesys-webcomponents/assets/region-flags/SD.png +0 -0
  1739. package/dist/genesys-webcomponents/assets/region-flags/SE.png +0 -0
  1740. package/dist/genesys-webcomponents/assets/region-flags/SG.png +0 -0
  1741. package/dist/genesys-webcomponents/assets/region-flags/SH.png +0 -0
  1742. package/dist/genesys-webcomponents/assets/region-flags/SI.png +0 -0
  1743. package/dist/genesys-webcomponents/assets/region-flags/SJ.png +0 -0
  1744. package/dist/genesys-webcomponents/assets/region-flags/SK.png +0 -0
  1745. package/dist/genesys-webcomponents/assets/region-flags/SL.png +0 -0
  1746. package/dist/genesys-webcomponents/assets/region-flags/SM.png +0 -0
  1747. package/dist/genesys-webcomponents/assets/region-flags/SN.png +0 -0
  1748. package/dist/genesys-webcomponents/assets/region-flags/SO.png +0 -0
  1749. package/dist/genesys-webcomponents/assets/region-flags/SR.png +0 -0
  1750. package/dist/genesys-webcomponents/assets/region-flags/SS.png +0 -0
  1751. package/dist/genesys-webcomponents/assets/region-flags/ST.png +0 -0
  1752. package/dist/genesys-webcomponents/assets/region-flags/SV.png +0 -0
  1753. package/dist/genesys-webcomponents/assets/region-flags/SX.png +0 -0
  1754. package/dist/genesys-webcomponents/assets/region-flags/SY.png +0 -0
  1755. package/dist/genesys-webcomponents/assets/region-flags/SZ.png +0 -0
  1756. package/dist/genesys-webcomponents/assets/region-flags/TC.png +0 -0
  1757. package/dist/genesys-webcomponents/assets/region-flags/TD.png +0 -0
  1758. package/dist/genesys-webcomponents/assets/region-flags/TG.png +0 -0
  1759. package/dist/genesys-webcomponents/assets/region-flags/TH.png +0 -0
  1760. package/dist/genesys-webcomponents/assets/region-flags/TJ.png +0 -0
  1761. package/dist/genesys-webcomponents/assets/region-flags/TK.png +0 -0
  1762. package/dist/genesys-webcomponents/assets/region-flags/TL.png +0 -0
  1763. package/dist/genesys-webcomponents/assets/region-flags/TM.png +0 -0
  1764. package/dist/genesys-webcomponents/assets/region-flags/TN.png +0 -0
  1765. package/dist/genesys-webcomponents/assets/region-flags/TO.png +0 -0
  1766. package/dist/genesys-webcomponents/assets/region-flags/TR.png +0 -0
  1767. package/dist/genesys-webcomponents/assets/region-flags/TT.png +0 -0
  1768. package/dist/genesys-webcomponents/assets/region-flags/TV.png +0 -0
  1769. package/dist/genesys-webcomponents/assets/region-flags/TW.png +0 -0
  1770. package/dist/genesys-webcomponents/assets/region-flags/TZ.png +0 -0
  1771. package/dist/genesys-webcomponents/assets/region-flags/UA.png +0 -0
  1772. package/dist/genesys-webcomponents/assets/region-flags/UG.png +0 -0
  1773. package/dist/genesys-webcomponents/assets/region-flags/US.png +0 -0
  1774. package/dist/genesys-webcomponents/assets/region-flags/UY.png +0 -0
  1775. package/dist/genesys-webcomponents/assets/region-flags/UZ.png +0 -0
  1776. package/dist/genesys-webcomponents/assets/region-flags/VA.png +0 -0
  1777. package/dist/genesys-webcomponents/assets/region-flags/VC.png +0 -0
  1778. package/dist/genesys-webcomponents/assets/region-flags/VE.png +0 -0
  1779. package/dist/genesys-webcomponents/assets/region-flags/VG.png +0 -0
  1780. package/dist/genesys-webcomponents/assets/region-flags/VI.png +0 -0
  1781. package/dist/genesys-webcomponents/assets/region-flags/VN.png +0 -0
  1782. package/dist/genesys-webcomponents/assets/region-flags/VU.png +0 -0
  1783. package/dist/genesys-webcomponents/assets/region-flags/WF.png +0 -0
  1784. package/dist/genesys-webcomponents/assets/region-flags/WS.png +0 -0
  1785. package/dist/genesys-webcomponents/assets/region-flags/XK.png +0 -0
  1786. package/dist/genesys-webcomponents/assets/region-flags/YE.png +0 -0
  1787. package/dist/genesys-webcomponents/assets/region-flags/YT.png +0 -0
  1788. package/dist/genesys-webcomponents/assets/region-flags/ZA.png +0 -0
  1789. package/dist/genesys-webcomponents/assets/region-flags/ZM.png +0 -0
  1790. package/dist/genesys-webcomponents/assets/region-flags/ZW.png +0 -0
  1791. package/dist/genesys-webcomponents/assets/sprites/region-flags.less +0 -3800
  1792. package/dist/genesys-webcomponents/assets/sprites/region-flags.png +0 -0
  1793. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-300.eot +0 -0
  1794. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-300.svg +0 -1
  1795. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-300.ttf +0 -0
  1796. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-300.woff +0 -0
  1797. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-300.woff2 +0 -0
  1798. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-700.eot +0 -0
  1799. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-700.svg +0 -309
  1800. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-700.ttf +0 -0
  1801. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-700.woff +0 -0
  1802. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-700.woff2 +0 -0
  1803. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-italic.eot +0 -0
  1804. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-italic.svg +0 -323
  1805. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-italic.ttf +0 -0
  1806. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-italic.woff +0 -0
  1807. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-italic.woff2 +0 -0
  1808. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-regular.eot +0 -0
  1809. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-regular.svg +0 -308
  1810. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-regular.ttf +0 -0
  1811. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-regular.woff +0 -0
  1812. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-regular.woff2 +0 -0
  1813. package/dist/genesys-webcomponents/less/color-palette.less +0 -105
  1814. package/dist/genesys-webcomponents/less/focus.less +0 -48
  1815. package/dist/genesys-webcomponents/less/shadows.less +0 -17
  1816. package/dist/genesys-webcomponents/less/spacing.less +0 -12
  1817. package/dist/genesys-webcomponents/less/typography.less +0 -162
  1818. package/dist/genesys-webcomponents/p-044f6df8.entry.js +0 -1
  1819. package/dist/genesys-webcomponents/p-0501a8ad.entry.js +0 -1
  1820. package/dist/genesys-webcomponents/p-06a92400.entry.js +0 -1
  1821. package/dist/genesys-webcomponents/p-0ae0f7e6.entry.js +0 -1
  1822. package/dist/genesys-webcomponents/p-0c93ccd0.entry.js +0 -1
  1823. package/dist/genesys-webcomponents/p-0d5ca0c3.entry.js +0 -1
  1824. package/dist/genesys-webcomponents/p-12a34636.entry.js +0 -1
  1825. package/dist/genesys-webcomponents/p-13085d82.entry.js +0 -1
  1826. package/dist/genesys-webcomponents/p-1329ac21.entry.js +0 -1
  1827. package/dist/genesys-webcomponents/p-1348ed4e.entry.js +0 -1
  1828. package/dist/genesys-webcomponents/p-13dd4c6b.js +0 -1
  1829. package/dist/genesys-webcomponents/p-15cfc7c0.entry.js +0 -1
  1830. package/dist/genesys-webcomponents/p-15d8c3f7.entry.js +0 -1
  1831. package/dist/genesys-webcomponents/p-17385760.js +0 -1
  1832. package/dist/genesys-webcomponents/p-1aab5a86.entry.js +0 -1
  1833. package/dist/genesys-webcomponents/p-1ba12e83.entry.js +0 -1
  1834. package/dist/genesys-webcomponents/p-210bc5a8.entry.js +0 -1
  1835. package/dist/genesys-webcomponents/p-211297b8.entry.js +0 -1
  1836. package/dist/genesys-webcomponents/p-21c19fc5.entry.js +0 -1
  1837. package/dist/genesys-webcomponents/p-22a428f3.entry.js +0 -1
  1838. package/dist/genesys-webcomponents/p-231f3d11.entry.js +0 -1
  1839. package/dist/genesys-webcomponents/p-235edbf8.entry.js +0 -1
  1840. package/dist/genesys-webcomponents/p-2424c09c.entry.js +0 -1
  1841. package/dist/genesys-webcomponents/p-27b1150a.entry.js +0 -1
  1842. package/dist/genesys-webcomponents/p-2b4937e7.entry.js +0 -1
  1843. package/dist/genesys-webcomponents/p-334e3b2c.entry.js +0 -1
  1844. package/dist/genesys-webcomponents/p-3359722b.entry.js +0 -1
  1845. package/dist/genesys-webcomponents/p-36705f81.entry.js +0 -1
  1846. package/dist/genesys-webcomponents/p-3701eff0.js +0 -1
  1847. package/dist/genesys-webcomponents/p-399ebd39.entry.js +0 -1
  1848. package/dist/genesys-webcomponents/p-39b24beb.entry.js +0 -1
  1849. package/dist/genesys-webcomponents/p-3a86180c.entry.js +0 -1
  1850. package/dist/genesys-webcomponents/p-3d65f3b8.entry.js +0 -1
  1851. package/dist/genesys-webcomponents/p-3e5c92ed.entry.js +0 -1
  1852. package/dist/genesys-webcomponents/p-3f96ede4.entry.js +0 -1
  1853. package/dist/genesys-webcomponents/p-4174a895.entry.js +0 -1
  1854. package/dist/genesys-webcomponents/p-43748f70.entry.js +0 -1
  1855. package/dist/genesys-webcomponents/p-43d22f9f.entry.js +0 -1
  1856. package/dist/genesys-webcomponents/p-453ebc09.entry.js +0 -1
  1857. package/dist/genesys-webcomponents/p-462a6cf1.entry.js +0 -1
  1858. package/dist/genesys-webcomponents/p-46733f6d.entry.js +0 -1
  1859. package/dist/genesys-webcomponents/p-474cf6cf.entry.js +0 -1
  1860. package/dist/genesys-webcomponents/p-47998322.entry.js +0 -1
  1861. package/dist/genesys-webcomponents/p-4a905989.entry.js +0 -1
  1862. package/dist/genesys-webcomponents/p-4d250c8c.entry.js +0 -1
  1863. package/dist/genesys-webcomponents/p-4db3c78e.entry.js +0 -1
  1864. package/dist/genesys-webcomponents/p-4dd3297c.entry.js +0 -1
  1865. package/dist/genesys-webcomponents/p-4e924d51.entry.js +0 -1
  1866. package/dist/genesys-webcomponents/p-50ad8050.entry.js +0 -1
  1867. package/dist/genesys-webcomponents/p-51e93bd6.entry.js +0 -1
  1868. package/dist/genesys-webcomponents/p-5272bcf5.entry.js +0 -1
  1869. package/dist/genesys-webcomponents/p-52eabf38.entry.js +0 -1
  1870. package/dist/genesys-webcomponents/p-54ea567a.entry.js +0 -1
  1871. package/dist/genesys-webcomponents/p-55cf6d81.js +0 -1
  1872. package/dist/genesys-webcomponents/p-59a9a7ab.entry.js +0 -1
  1873. package/dist/genesys-webcomponents/p-5be8b2a4.entry.js +0 -1
  1874. package/dist/genesys-webcomponents/p-5dd0ef71.entry.js +0 -1
  1875. package/dist/genesys-webcomponents/p-62913396.js +0 -1
  1876. package/dist/genesys-webcomponents/p-6370cb48.js +0 -1
  1877. package/dist/genesys-webcomponents/p-65c5ed8b.entry.js +0 -1
  1878. package/dist/genesys-webcomponents/p-6ad3dd5d.entry.js +0 -1
  1879. package/dist/genesys-webcomponents/p-6d765e83.entry.js +0 -1
  1880. package/dist/genesys-webcomponents/p-6ec09993.entry.js +0 -1
  1881. package/dist/genesys-webcomponents/p-76322d74.entry.js +0 -1
  1882. package/dist/genesys-webcomponents/p-763ee30d.entry.js +0 -1
  1883. package/dist/genesys-webcomponents/p-776283ef.entry.js +0 -1
  1884. package/dist/genesys-webcomponents/p-77dbd3eb.entry.js +0 -1
  1885. package/dist/genesys-webcomponents/p-7b43f40b.entry.js +0 -1
  1886. package/dist/genesys-webcomponents/p-7d26b2e1.js +0 -2
  1887. package/dist/genesys-webcomponents/p-7d614de7.js +0 -1
  1888. package/dist/genesys-webcomponents/p-7f417122.entry.js +0 -1
  1889. package/dist/genesys-webcomponents/p-81c3fa5a.entry.js +0 -1
  1890. package/dist/genesys-webcomponents/p-86b520ad.entry.js +0 -1
  1891. package/dist/genesys-webcomponents/p-87515ce4.entry.js +0 -1
  1892. package/dist/genesys-webcomponents/p-8d286dbe.entry.js +0 -1
  1893. package/dist/genesys-webcomponents/p-8d5ff6d7.entry.js +0 -1
  1894. package/dist/genesys-webcomponents/p-8d8eb1cc.entry.js +0 -1
  1895. package/dist/genesys-webcomponents/p-8e9bfb5c.entry.js +0 -1
  1896. package/dist/genesys-webcomponents/p-907faf88.entry.js +0 -1
  1897. package/dist/genesys-webcomponents/p-92db2ccc.entry.js +0 -1
  1898. package/dist/genesys-webcomponents/p-988ec837.entry.js +0 -1
  1899. package/dist/genesys-webcomponents/p-99fd0714.entry.js +0 -1
  1900. package/dist/genesys-webcomponents/p-9d18d475.js +0 -1
  1901. package/dist/genesys-webcomponents/p-9e354ad1.entry.js +0 -1
  1902. package/dist/genesys-webcomponents/p-a12e4558.entry.js +0 -1
  1903. package/dist/genesys-webcomponents/p-a1877584.entry.js +0 -1
  1904. package/dist/genesys-webcomponents/p-a2cf2645.entry.js +0 -1
  1905. package/dist/genesys-webcomponents/p-a733f4ca.js +0 -1
  1906. package/dist/genesys-webcomponents/p-a7f1d343.entry.js +0 -1
  1907. package/dist/genesys-webcomponents/p-a83dd958.entry.js +0 -1
  1908. package/dist/genesys-webcomponents/p-a95fbd3b.entry.js +0 -1
  1909. package/dist/genesys-webcomponents/p-abee1c31.entry.js +0 -1
  1910. package/dist/genesys-webcomponents/p-ac115d74.entry.js +0 -1
  1911. package/dist/genesys-webcomponents/p-acf50a75.entry.js +0 -1
  1912. package/dist/genesys-webcomponents/p-af48a4c4.entry.js +0 -1
  1913. package/dist/genesys-webcomponents/p-b3c9fd06.js +0 -1
  1914. package/dist/genesys-webcomponents/p-b85b93e1.entry.js +0 -1
  1915. package/dist/genesys-webcomponents/p-bb9d1f79.entry.js +0 -1
  1916. package/dist/genesys-webcomponents/p-bbf97119.entry.js +0 -1
  1917. package/dist/genesys-webcomponents/p-bcd6a155.entry.js +0 -1
  1918. package/dist/genesys-webcomponents/p-bfee4ef5.entry.js +0 -1
  1919. package/dist/genesys-webcomponents/p-c7631270.entry.js +0 -7
  1920. package/dist/genesys-webcomponents/p-c94a287d.entry.js +0 -1
  1921. package/dist/genesys-webcomponents/p-cbb3c659.entry.js +0 -1
  1922. package/dist/genesys-webcomponents/p-cddbda89.entry.js +0 -1
  1923. package/dist/genesys-webcomponents/p-d576dba5.entry.js +0 -1
  1924. package/dist/genesys-webcomponents/p-d686b75d.entry.js +0 -1
  1925. package/dist/genesys-webcomponents/p-d8e0956f.entry.js +0 -1
  1926. package/dist/genesys-webcomponents/p-d9b567de.entry.js +0 -1
  1927. package/dist/genesys-webcomponents/p-dabc29f6.entry.js +0 -1
  1928. package/dist/genesys-webcomponents/p-ddb0b3c9.entry.js +0 -1
  1929. package/dist/genesys-webcomponents/p-ddcb911f.entry.js +0 -1
  1930. package/dist/genesys-webcomponents/p-deee079e.js +0 -1
  1931. package/dist/genesys-webcomponents/p-e079ba14.entry.js +0 -1
  1932. package/dist/genesys-webcomponents/p-e12d9035.js +0 -1
  1933. package/dist/genesys-webcomponents/p-e2ae4d45.entry.js +0 -1
  1934. package/dist/genesys-webcomponents/p-e459974a.js +0 -1
  1935. package/dist/genesys-webcomponents/p-e77a7011.entry.js +0 -1
  1936. package/dist/genesys-webcomponents/p-ea65af01.entry.js +0 -1
  1937. package/dist/genesys-webcomponents/p-ec218689.js +0 -1
  1938. package/dist/genesys-webcomponents/p-ec7d9b61.entry.js +0 -1
  1939. package/dist/genesys-webcomponents/p-f0865d09.entry.js +0 -1
  1940. package/dist/genesys-webcomponents/p-f2355cca.entry.js +0 -1
  1941. package/dist/genesys-webcomponents/p-f2fea056.entry.js +0 -1
  1942. package/dist/genesys-webcomponents/p-f34ce7dc.js +0 -1
  1943. package/dist/genesys-webcomponents/p-f6b00f82.entry.js +0 -1
  1944. package/dist/genesys-webcomponents/p-f9768ae7.entry.js +0 -1
  1945. package/dist/genesys-webcomponents/p-fa5fdc06.entry.js +0 -1
  1946. package/dist/genesys-webcomponents/p-fba1a019.entry.js +0 -1
  1947. package/dist/genesys-webcomponents/p-fce5f94d.entry.js +0 -1
  1948. package/dist/types/components/beta/gux-badge/gux-badge.d.ts +0 -19
  1949. package/dist/types/components/beta/gux-badge/gux-badge.types.d.ts +0 -2
  1950. package/dist/types/components/beta/gux-blank-state/gux-blank-state-constants.d.ts +0 -5
  1951. package/dist/types/components/beta/gux-blank-state/gux-blank-state.d.ts +0 -20
  1952. package/dist/types/components/beta/gux-blank-state/gux-blank-state.types.d.ts +0 -1
  1953. package/dist/types/components/beta/gux-button-slot/gux-button-slot.d.ts +0 -12
  1954. package/dist/types/components/beta/gux-context-menu/gux-context-menu.d.ts +0 -29
  1955. package/dist/types/components/beta/gux-dropdown-multi/gux-dropdown-multi.d.ts +0 -113
  1956. package/dist/types/components/beta/gux-error-message-beta/gux-error-message-beta.d.ts +0 -10
  1957. package/dist/types/components/beta/gux-flyout-menu/gux-flyout-menu.d.ts +0 -30
  1958. package/dist/types/components/beta/gux-flyout-menu/gux-menu/gux-menu-option/gux-menu-option.d.ts +0 -14
  1959. package/dist/types/components/beta/gux-flyout-menu/gux-menu/gux-submenu/gux-submenu.d.ts +0 -34
  1960. package/dist/types/components/beta/gux-loading-message/gux-loading-message-constants.d.ts +0 -5
  1961. package/dist/types/components/beta/gux-loading-message/gux-loading-message-size.types.d.ts +0 -1
  1962. package/dist/types/components/beta/gux-loading-message/gux-loading-message.d.ts +0 -21
  1963. package/dist/types/components/beta/gux-pagination-beta/gux-pagination-beta.d.ts +0 -44
  1964. package/dist/types/components/beta/gux-pagination-beta/gux-pagination-beta.types.d.ts +0 -2
  1965. package/dist/types/components/beta/gux-pagination-beta/gux-pagination-buttons-beta/gux-pagination-button-beta.service.d.ts +0 -9
  1966. package/dist/types/components/beta/gux-pagination-beta/gux-pagination-buttons-beta/gux-pagination-buttons-beta.d.ts +0 -23
  1967. package/dist/types/components/beta/gux-pagination-beta/gux-pagination-item-counts-beta/gux-pagination-item-counts-beta.d.ts +0 -13
  1968. package/dist/types/components/beta/gux-pagination-beta/gux-pagination-items-per-page-beta/gux-pagination-items-per-page-beta.d.ts +0 -13
  1969. package/dist/types/components/beta/gux-phone-input/components/gux-region-icon/gux-region-icon.d.ts +0 -8
  1970. package/dist/types/components/beta/gux-phone-input/components/gux-region-icon/gux-region-select.service.d.ts +0 -1
  1971. package/dist/types/components/beta/gux-popover-beta/gux-popover-beta.d.ts +0 -44
  1972. package/dist/types/components/beta/gux-popover-list-beta/gux-popover-list-beta.d.ts +0 -41
  1973. package/dist/types/components/beta/gux-tab-panel-beta/gux-tab-panel-beta.d.ts +0 -18
  1974. package/dist/types/components/beta/gux-table/gux-all-row-select/gux-all-row-select.d.ts +0 -13
  1975. package/dist/types/components/beta/gux-table/gux-row-select/gux-row-select.d.ts +0 -12
  1976. package/dist/types/components/beta/gux-table/gux-table-select-menu/gux-table-select-popover/gux-table-header-popover.d.ts +0 -32
  1977. package/dist/types/components/beta/gux-table/gux-table.d.ts +0 -113
  1978. package/dist/types/components/beta/gux-table-toolbar/gux-table-toolbar-custom-action/gux-table-toolbar-custom-action.d.ts +0 -14
  1979. package/dist/types/components/beta/gux-table-toolbar/gux-table-toolbar-menu-button/gux-table-toolbar-menu-button.d.ts +0 -17
  1980. package/dist/types/components/beta/gux-tag/gux-tag.d.ts +0 -40
  1981. package/dist/types/components/beta/gux-tag/gux-tag.types.d.ts +0 -2
  1982. package/dist/types/components/beta/gux-time-picker/gux-time-picker.d.ts +0 -42
  1983. package/dist/types/components/stable/gux-advanced-dropdown/gux-advanced-dropdown.d.ts +0 -71
  1984. package/dist/types/components/stable/gux-disclosure-button/gux-disclosure-button.d.ts +0 -37
  1985. package/dist/types/components/stable/gux-popover/gux-popover.types.d.ts +0 -1
  1986. package/dist/types/components/stable/gux-popover-list/gux-popover-list.types.d.ts +0 -1
  1987. package/dist/types/components/stable/gux-radial-progress/gux-radial-progress.types.d.ts +0 -1
  1988. /package/dist/cjs/{after-next-render-a09f528a.js → after-next-render-a023ef47.js} +0 -0
  1989. /package/dist/cjs/{capitalize-first-letter-8e2f04e5.js → capitalize-first-letter-251c82ed.js} +0 -0
  1990. /package/dist/cjs/{clamp-1bb96117.js → clamp-a9926a57.js} +0 -0
  1991. /package/dist/cjs/{en-dc1f49b7.js → en-807a354e.js} +0 -0
  1992. /package/dist/cjs/{en-eb56dc17.js → en-85604f0f.js} +0 -0
  1993. /package/dist/cjs/{en-b3076cac.js → en-f88c1935.js} +0 -0
  1994. /package/dist/cjs/{event-is-from-ad1044f2.js → event-is-from-f3f1cfde.js} +0 -0
  1995. /package/dist/cjs/{get-closest-element-ab4b2eee.js → get-closest-element-26894e5a.js} +0 -0
  1996. /package/dist/cjs/{get-slot-097ade01.js → get-slot-395a67ef.js} +0 -0
  1997. /package/dist/cjs/{gux-list.service-763539a2.js → gux-list.service-4beaa394.js} +0 -0
  1998. /package/dist/cjs/{gux-menu.common-ada23b94.js → gux-menu.common-d41b2fac.js} +0 -0
  1999. /package/dist/cjs/{has-slot-2e73d6e7.js → has-slot-429f8b9e.js} +0 -0
  2000. /package/dist/cjs/{iso-dates-f78ffb80.js → iso-dates-d0cd4802.js} +0 -0
  2001. /package/dist/cjs/{log-error-d46c02b7.js → log-error-8a92241e.js} +0 -0
  2002. /package/dist/cjs/{on-input-disabled-state-change-d66fb86b.js → on-input-disabled-state-change-005e5b3e.js} +0 -0
  2003. /package/dist/cjs/{on-mutation-8f8a4460.js → on-mutation-ef917473.js} +0 -0
  2004. /package/dist/cjs/{prevent-browser-validation-styling-d21b1a56.js → prevent-browser-validation-styling-15142963.js} +0 -0
  2005. /package/dist/cjs/{random-html-id-b86b61c0.js → random-html-id-32ef8847.js} +0 -0
  2006. /package/dist/cjs/{simulate-native-event-fe3e62da.js → simulate-native-event-8209a457.js} +0 -0
  2007. /package/dist/cjs/{when-event-is-from-69b5ca13.js → when-event-is-from-20e89254.js} +0 -0
  2008. /package/dist/cjs/{year-month-values-f387f8d8.js → year-month-values-6028ce26.js} +0 -0
  2009. /package/dist/collection/components/beta/{gux-badge/gux-badge.types.js → gux-phone-input/gux-phone.types.js} +0 -0
  2010. /package/dist/collection/components/beta/{gux-blank-state/gux-blank-state.types.js → gux-segmented-control/gux-segmented-control-item/gux-segmented-control-item.types.js} +0 -0
  2011. /package/dist/collection/components/beta/{gux-column-manager/gux-column-manager.types.js → gux-time-zone-picker/gux-time-zone-picker.types.js} +0 -0
  2012. /package/dist/collection/components/{stable/gux-disclosure-button → legacy/gux-disclosure-button-legacy}/gux-disclosure-button.types.js +0 -0
  2013. /package/dist/collection/components/{beta/gux-loading-message/gux-loading-message-size.types.js → legacy/gux-modal-legacy/gux-modal-legacy.types.js} +0 -0
  2014. /package/dist/collection/components/legacy/{gux-notification-toast → gux-notification-toast-legacy}/gux-notification-toast.types.js +0 -0
  2015. /package/dist/collection/components/{beta/gux-pagination-beta/gux-pagination-beta.types.js → legacy/gux-pagination-legacy/gux-pagination.types.js} +0 -0
  2016. /package/dist/collection/components/legacy/{gux-simple-toast → gux-simple-toast-legacy}/gux-simple-toast.types.js +0 -0
  2017. /package/dist/collection/components/{stable/gux-switch → legacy/gux-switch-legacy}/gux-switch.types.js +0 -0
  2018. /package/dist/collection/components/{beta/gux-table-toolbar/gux-table-toolbar-action-accents.types.js → stable/gux-badge/gux-badge.types.js} +0 -0
  2019. /package/dist/collection/components/{beta → stable}/gux-column-manager/gux-column-manager-item/gux-column-manager-item.service.js +0 -0
  2020. /package/dist/collection/components/{beta/gux-table-toolbar/gux-table-toolbar-action/gux-table-toolbar-action.types.js → stable/gux-column-manager/gux-column-manager.types.js} +0 -0
  2021. /package/dist/collection/components/{beta → stable}/gux-flyout-menu/gux-menu/gux-menu.common.js +0 -0
  2022. /package/dist/collection/components/stable/{gux-alert → gux-inline-alert}/gux-inline-alert.types.js +0 -0
  2023. /package/dist/collection/components/{beta → stable}/gux-table/gux-sort-control/tests/gux-sort-control.markup.js +0 -0
  2024. /package/dist/collection/components/{beta/gux-time-picker/gux-time-picker.type.js → stable/gux-table/gux-table.types.js} +0 -0
  2025. /package/dist/collection/components/{beta/gux-table/gux-table.types.js → stable/gux-table-toolbar/gux-table-toolbar-action/gux-table-toolbar-action.types.js} +0 -0
  2026. /package/dist/collection/components/{beta/gux-table-toolbar/gux-table-toolbar.types.js → stable/gux-table-toolbar/gux-table-toolbar-action-accents.types.js} +0 -0
  2027. /package/dist/collection/components/{beta → stable}/gux-table-toolbar/gux-table-toolbar.constants.js +0 -0
  2028. /package/dist/collection/components/{beta → stable}/gux-table-toolbar/gux-table-toolbar.service.js +0 -0
  2029. /package/dist/collection/components/{beta/gux-tag/gux-tag.types.js → stable/gux-table-toolbar/gux-table-toolbar.types.js} +0 -0
  2030. /package/dist/collection/components/stable/{gux-popover-list/gux-popover-list.types.js → gux-tag/gux-tag.types.js} +0 -0
  2031. /package/dist/collection/components/stable/{gux-popover/gux-popover.types.js → gux-time-picker/gux-time-picker.type.js} +0 -0
  2032. /package/dist/collection/components/stable/{gux-radial-progress/gux-radial-progress.types.js → gux-tooltip/gux-tooltip-types.js} +0 -0
  2033. /package/dist/esm/{after-next-render-ed0f7dcd.js → after-next-render-84ec18ad.js} +0 -0
  2034. /package/dist/esm/{capitalize-first-letter-d2512ec0.js → capitalize-first-letter-45fad3db.js} +0 -0
  2035. /package/dist/esm/{clamp-6bdb0367.js → clamp-51db64df.js} +0 -0
  2036. /package/dist/esm/{en-66f138f8.js → en-1f9d79e6.js} +0 -0
  2037. /package/dist/esm/{en-5d726a81.js → en-98371f99.js} +0 -0
  2038. /package/dist/esm/{en-46223eb1.js → en-bf740e9b.js} +0 -0
  2039. /package/dist/esm/{event-is-from-90b69768.js → event-is-from-e25c5a22.js} +0 -0
  2040. /package/dist/esm/{get-closest-element-1597503c.js → get-closest-element-66f63212.js} +0 -0
  2041. /package/dist/esm/{get-slot-52d073f3.js → get-slot-55aade31.js} +0 -0
  2042. /package/dist/esm/{gux-list.service-a878b7e3.js → gux-list.service-693f4ba7.js} +0 -0
  2043. /package/dist/esm/{gux-menu.common-4a871a5c.js → gux-menu.common-e59a1b12.js} +0 -0
  2044. /package/dist/esm/{has-slot-062ae63a.js → has-slot-d06c74d9.js} +0 -0
  2045. /package/dist/esm/{iso-dates-a7c704a4.js → iso-dates-5bcd3209.js} +0 -0
  2046. /package/dist/esm/{log-error-e0bbd04a.js → log-error-0b15023e.js} +0 -0
  2047. /package/dist/esm/{on-input-disabled-state-change-3ea76372.js → on-input-disabled-state-change-e6bc912f.js} +0 -0
  2048. /package/dist/esm/{on-mutation-d500715c.js → on-mutation-a2b7cdad.js} +0 -0
  2049. /package/dist/esm/{prevent-browser-validation-styling-d16c3f4c.js → prevent-browser-validation-styling-8c459589.js} +0 -0
  2050. /package/dist/esm/{random-html-id-8e3f658c.js → random-html-id-3354d85c.js} +0 -0
  2051. /package/dist/esm/{simulate-native-event-ac69961f.js → simulate-native-event-bca7a1c9.js} +0 -0
  2052. /package/dist/esm/{when-event-is-from-18667084.js → when-event-is-from-6154bd60.js} +0 -0
  2053. /package/dist/esm/{year-month-values-1b64c204.js → year-month-values-6ffe871f.js} +0 -0
  2054. /package/dist/genesys-webcomponents/{p-955a1e6a.js → p-08874a83.js} +0 -0
  2055. /package/dist/genesys-webcomponents/{p-8a133b9b.js → p-0962dd7a.js} +0 -0
  2056. /package/dist/genesys-webcomponents/{p-3f5341ea.js → p-16f3da0d.js} +0 -0
  2057. /package/dist/genesys-webcomponents/{p-c10e41a9.js → p-28f55159.js} +0 -0
  2058. /package/dist/genesys-webcomponents/{p-93904222.js → p-31cd1b9a.js} +0 -0
  2059. /package/dist/genesys-webcomponents/{p-08bc2e6b.js → p-324b23f3.js} +0 -0
  2060. /package/dist/genesys-webcomponents/{p-2c3d934a.js → p-363466e3.js} +0 -0
  2061. /package/dist/genesys-webcomponents/{p-d176c2ae.js → p-373c5d93.js} +0 -0
  2062. /package/dist/genesys-webcomponents/{p-cbcbd1bb.js → p-3ea0d493.js} +0 -0
  2063. /package/dist/genesys-webcomponents/{p-e310debb.js → p-408d5857.js} +0 -0
  2064. /package/dist/genesys-webcomponents/{p-4f26144b.js → p-533d7842.js} +0 -0
  2065. /package/dist/genesys-webcomponents/{p-3e6097e5.js → p-693c1709.js} +0 -0
  2066. /package/dist/genesys-webcomponents/{p-837e3eff.js → p-705311af.js} +0 -0
  2067. /package/dist/genesys-webcomponents/{p-9dd4b14a.js → p-7b08c759.js} +0 -0
  2068. /package/dist/genesys-webcomponents/{p-76ff3e75.js → p-8b703092.js} +0 -0
  2069. /package/dist/genesys-webcomponents/{p-251befef.js → p-9125cc36.js} +0 -0
  2070. /package/dist/genesys-webcomponents/{p-d0805f56.js → p-9d734bbd.js} +0 -0
  2071. /package/dist/genesys-webcomponents/{p-417354e9.js → p-aa9ff6ba.js} +0 -0
  2072. /package/dist/genesys-webcomponents/{p-89af02eb.js → p-c7328d42.js} +0 -0
  2073. /package/dist/genesys-webcomponents/{p-29e8b184.js → p-dbb0ac25.js} +0 -0
  2074. /package/dist/genesys-webcomponents/{p-091f51f6.js → p-ffaadf62.js} +0 -0
  2075. /package/dist/types/components/legacy/{gux-action-toast → gux-action-toast-legacy}/gux-action-toast.d.ts +0 -0
  2076. /package/dist/types/components/{stable/gux-advanced-dropdown → legacy/gux-advanced-dropdown-legacy}/dropdown-option/gux-dropdown-option.d.ts +0 -0
  2077. /package/dist/types/components/{stable/gux-disclosure-button → legacy/gux-disclosure-button-legacy}/gux-disclosure-button.types.d.ts +0 -0
  2078. /package/dist/types/components/legacy/{gux-notification-toast → gux-notification-toast-legacy}/gux-notification-toast.d.ts +0 -0
  2079. /package/dist/types/components/legacy/{gux-notification-toast → gux-notification-toast-legacy}/gux-notification-toast.types.d.ts +0 -0
  2080. /package/dist/types/components/legacy/{gux-simple-toast → gux-simple-toast-legacy}/gux-simple-toast.d.ts +0 -0
  2081. /package/dist/types/components/legacy/{gux-simple-toast → gux-simple-toast-legacy}/gux-simple-toast.types.d.ts +0 -0
  2082. /package/dist/types/components/{stable/gux-switch → legacy/gux-switch-legacy}/gux-switch-item/gux-switch-item.d.ts +0 -0
  2083. /package/dist/types/components/{stable/gux-switch → legacy/gux-switch-legacy}/gux-switch.d.ts +0 -0
  2084. /package/dist/types/components/{stable/gux-switch → legacy/gux-switch-legacy}/gux-switch.types.d.ts +0 -0
  2085. /package/dist/types/components/{beta → stable}/gux-column-manager/gux-column-manager-item/gux-column-manager-item.d.ts +0 -0
  2086. /package/dist/types/components/{beta → stable}/gux-column-manager/gux-column-manager-item/gux-column-manager-item.service.d.ts +0 -0
  2087. /package/dist/types/components/{beta → stable}/gux-column-manager/gux-column-manager.d.ts +0 -0
  2088. /package/dist/types/components/{beta → stable}/gux-column-manager/gux-column-manager.service.d.ts +0 -0
  2089. /package/dist/types/components/{beta → stable}/gux-column-manager/gux-column-manager.types.d.ts +0 -0
  2090. /package/dist/types/components/{beta → stable}/gux-dropdown-multi/gux-dropdown-multi-tag/gux-dropdown-multi-tag.d.ts +0 -0
  2091. /package/dist/types/components/{beta → stable}/gux-flyout-menu/gux-menu/gux-menu.common.d.ts +0 -0
  2092. /package/dist/types/components/{beta → stable}/gux-flyout-menu/gux-menu/gux-menu.d.ts +0 -0
  2093. /package/dist/types/components/stable/{gux-alert → gux-inline-alert}/gux-inline-alert.d.ts +0 -0
  2094. /package/dist/types/components/stable/{gux-alert → gux-inline-alert}/gux-inline-alert.types.d.ts +0 -0
  2095. /package/dist/types/components/{beta/gux-pagination-beta/gux-pagination-buttons-beta → stable/gux-pagination/gux-pagination-buttons}/gux-pagination-ellipsis-button/gux-pagination-ellipsis-button.d.ts +0 -0
  2096. /package/dist/types/components/{beta → stable}/gux-skip-navigation-list/gux-skip-navigation-item/gux-skip-navigation-item.d.ts +0 -0
  2097. /package/dist/types/components/{beta → stable}/gux-skip-navigation-list/gux-skip-navigation-list.d.ts +0 -0
  2098. /package/dist/types/components/{beta → stable}/gux-table/gux-sort-control/gux-sort-control.d.ts +0 -0
  2099. /package/dist/types/components/{beta → stable}/gux-table/gux-sort-control/tests/gux-sort-control.markup.d.ts +0 -0
  2100. /package/dist/types/components/{beta → stable}/gux-table/gux-table-select-menu/gux-table-select-menu.d.ts +0 -0
  2101. /package/dist/types/components/{beta → stable}/gux-table/gux-table.types.d.ts +0 -0
  2102. /package/dist/types/components/{beta → stable}/gux-table-toolbar/gux-table-toolbar-action/gux-table-toolbar-action.d.ts +0 -0
  2103. /package/dist/types/components/{beta → stable}/gux-table-toolbar/gux-table-toolbar-action/gux-table-toolbar-action.types.d.ts +0 -0
  2104. /package/dist/types/components/{beta → stable}/gux-table-toolbar/gux-table-toolbar-action-accents.types.d.ts +0 -0
  2105. /package/dist/types/components/{beta → stable}/gux-table-toolbar/gux-table-toolbar.constants.d.ts +0 -0
  2106. /package/dist/types/components/{beta → stable}/gux-table-toolbar/gux-table-toolbar.d.ts +0 -0
  2107. /package/dist/types/components/{beta → stable}/gux-table-toolbar/gux-table-toolbar.service.d.ts +0 -0
  2108. /package/dist/types/components/{beta → stable}/gux-table-toolbar/gux-table-toolbar.types.d.ts +0 -0
  2109. /package/dist/types/components/{beta → stable}/gux-time-picker/gux-time-picker.service.d.ts +0 -0
  2110. /package/dist/types/components/{beta → stable}/gux-time-picker/gux-time-picker.type.d.ts +0 -0
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M2.4 5.05311C2.4 4.20442 2.73714 3.39049 3.33726 2.79037C3.93737 2.19025 4.75131 1.85311 5.6 1.85311C6.44869 1.85311 7.26263 2.19025 7.86274 2.79037C8.46286 3.39049 8.8 4.20442 8.8 5.05311C8.8 5.90181 8.46286 6.71574 7.86274 7.31585C7.26263 7.91597 6.44869 8.25311 5.6 8.25311C4.75131 8.25311 3.93737 7.91597 3.33726 7.31585C2.73714 6.71574 2.4 5.90181 2.4 5.05311ZM0 13.9106C0 11.4481 1.995 9.45311 4.4575 9.45311H6.7425C9.205 9.45311 11.2 11.4481 11.2 13.9106C11.2 14.3206 10.8675 14.6531 10.4575 14.6531H0.7425C0.3325 14.6531 0 14.3206 0 13.9106ZM15.2325 14.6531H11.785C11.92 14.4181 12 14.1456 12 13.8531V13.6531C12 12.1356 11.3225 10.7731 10.255 9.85811C10.315 9.85561 10.3725 9.85311 10.4325 9.85311H11.9675C14.195 9.85311 16 11.6581 16 13.8856C16 14.3106 15.655 14.6531 15.2325 14.6531ZM10.8 8.25311C10.025 8.25311 9.325 7.93811 8.8175 7.43061C9.31 6.76561 9.6 5.94311 9.6 5.05311C9.6 4.38311 9.435 3.75061 9.1425 3.19561C9.6075 2.85561 10.18 2.65311 10.8 2.65311C12.3475 2.65311 13.6 3.90561 13.6 5.45311C13.6 7.00061 12.3475 8.25311 10.8 8.25311Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M5.33058 6.49722L8.44447 3.73056V12.2694L5.33058 9.50278C5.20836 9.39445 5.05003 9.33333 4.88892 9.33333H2.44447C2.32225 9.33333 2.22225 9.23333 2.22225 9.11111V6.88889C2.22225 6.76667 2.32225 6.66667 2.44447 6.66667H4.88892C5.0528 6.66667 5.21114 6.60556 5.33058 6.49722ZM8.95003 1.77778C8.74725 1.77778 8.5528 1.85278 8.40003 1.98611L4.63614 5.33333H2.44447C1.58614 5.33333 0.888916 6.03056 0.888916 6.88889V9.11111C0.888916 9.96945 1.58614 10.6667 2.44447 10.6667H4.63614L8.40003 14.0139C8.5528 14.1472 8.74725 14.2222 8.95003 14.2222C9.40836 14.2222 9.7778 13.8528 9.7778 13.3944V2.60556C9.7778 2.14722 9.40836 1.77778 8.95003 1.77778ZM14.0306 3.86111C13.7445 3.62778 13.325 3.67222 13.0917 3.95833C12.8584 4.24445 12.9028 4.66389 13.1889 4.89722C14.0917 5.63056 14.6667 6.74722 14.6667 8C14.6667 9.25278 14.0917 10.3694 13.1889 11.1056C12.9028 11.3389 12.8611 11.7583 13.0917 12.0444C13.3222 12.3306 13.7445 12.3722 14.0306 12.1417C15.2306 11.1639 16 9.67222 16 8.00278C16 6.33333 15.2306 4.84167 14.0306 3.86389V3.86111ZM12.35 5.93056C12.0639 5.69722 11.6445 5.74167 11.4111 6.02778C11.1778 6.31389 11.2222 6.73333 11.5084 6.96667C11.8084 7.21111 12 7.58333 12 8C12 8.41667 11.8084 8.78889 11.5084 9.03611C11.2222 9.26944 11.1806 9.68889 11.4111 9.975C11.6417 10.2611 12.0639 10.3028 12.35 10.0722C12.9472 9.58056 13.3334 8.83611 13.3334 8C13.3334 7.16389 12.9472 6.41945 12.35 5.93056Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M4.44167 6.49722L7.55556 3.73056V12.2694L4.44167 9.50278C4.31944 9.39445 4.16111 9.33333 4 9.33333H1.55556C1.43333 9.33333 1.33333 9.23333 1.33333 9.11111V6.88889C1.33333 6.76667 1.43333 6.66667 1.55556 6.66667H4C4.16389 6.66667 4.32222 6.60556 4.44167 6.49722ZM8.06111 1.77778C7.85833 1.77778 7.66389 1.85278 7.51111 1.98611L3.74722 5.33333H1.55556C0.697222 5.33333 0 6.03056 0 6.88889V9.11111C0 9.96945 0.697222 10.6667 1.55556 10.6667H3.74722L7.51111 14.0139C7.66389 14.1472 7.85833 14.2222 8.06111 14.2222C8.51944 14.2222 8.88889 13.8528 8.88889 13.3944V2.60556C8.88889 2.14722 8.51944 1.77778 8.06111 1.77778ZM11.8056 5.52778C11.5444 5.26667 11.1222 5.26667 10.8639 5.52778C10.6056 5.78889 10.6028 6.21111 10.8639 6.46945L12.3917 7.99722L10.8639 9.525C10.6028 9.78611 10.6028 10.2083 10.8639 10.4667C11.125 10.725 11.5472 10.7278 11.8056 10.4667L13.3333 8.93889L14.8611 10.4667C15.1222 10.7278 15.5444 10.7278 15.8028 10.4667C16.0611 10.2056 16.0639 9.78333 15.8028 9.525L14.275 7.99722L15.8028 6.46945C16.0639 6.20833 16.0639 5.78611 15.8028 5.52778C15.5417 5.26945 15.1194 5.26667 14.8611 5.52778L13.3333 7.05556L11.8056 5.52778Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M6.51944 2.32811L5.47222 2.71978C5.38889 2.75034 5.33333 2.83089 5.33333 2.91978C5.33333 3.00867 5.38889 3.08922 5.47222 3.11978L6.51944 3.51145L6.91111 4.55867C6.94167 4.642 7.02222 4.69756 7.11111 4.69756C7.2 4.69756 7.28056 4.642 7.31111 4.55867L7.70278 3.51145L8.75 3.11978C8.83333 3.08922 8.88889 3.00867 8.88889 2.91978C8.88889 2.83089 8.83333 2.75034 8.75 2.71978L7.70278 2.32811L7.31111 1.28089C7.28056 1.19756 7.2 1.142 7.11111 1.142C7.02222 1.142 6.94167 1.19756 6.91111 1.28089L6.51944 2.32811ZM12.8167 2.47534L13.7778 3.43645L10.7278 6.48367L9.76667 5.52256L12.8167 2.47534ZM2.22222 13.0698L8.825 6.467L9.78611 7.42811L3.18333 14.0309L2.22222 13.0698ZM11.8722 1.53367L1.28056 12.1253C0.761111 12.6448 0.761111 13.4892 1.28056 14.0114L2.24167 14.9726C2.76111 15.492 3.60556 15.492 4.12778 14.9726L14.7194 4.37811C15.2389 3.85867 15.2389 3.01422 14.7194 2.492L13.7583 1.53367C13.2389 1.01422 12.3944 1.01422 11.8722 1.53367ZM0.208333 4.39756C0.0833333 4.44478 0 4.56422 0 4.69756C0 4.83089 0.0833333 4.95034 0.208333 4.99756L1.77778 5.58645L2.36667 7.15589C2.41389 7.28089 2.53333 7.36422 2.66667 7.36422C2.8 7.36422 2.91944 7.28089 2.96667 7.15589L3.55556 5.58645L5.125 4.99756C5.25 4.95034 5.33333 4.83089 5.33333 4.69756C5.33333 4.56422 5.25 4.44478 5.125 4.39756L3.55556 3.80867L2.96667 2.23922C2.91944 2.11422 2.8 2.03089 2.66667 2.03089C2.53333 2.03089 2.41389 2.11422 2.36667 2.23922L1.77778 3.80867L0.208333 4.39756ZM9.98611 11.5087C9.86111 11.5559 9.77778 11.6753 9.77778 11.8087C9.77778 11.942 9.86111 12.0614 9.98611 12.1087L11.5556 12.6976L12.1444 14.267C12.1917 14.392 12.3111 14.4753 12.4444 14.4753C12.5778 14.4753 12.6972 14.392 12.7444 14.267L13.3333 12.6976L14.9028 12.1087C15.0278 12.0614 15.1111 11.942 15.1111 11.8087C15.1111 11.6753 15.0278 11.5559 14.9028 11.5087L13.3333 10.9198L12.7444 9.35033C12.6972 9.22533 12.5778 9.142 12.4444 9.142C12.3111 9.142 12.1917 9.22533 12.1444 9.35033L11.5556 10.9198L9.98611 11.5087Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M0 2.20357L6.55714 1.3V7.63571H0V2.20357ZM0 13.7964L6.55714 14.7V8.44286H0V13.7964ZM7.27857 14.7964L16 16V8.44286H7.27857V14.7964ZM7.27857 1.20357V7.63571H16V0L7.27857 1.20357Z"/></svg>
@@ -0,0 +1 @@
1
+ import{r as e,h as o,H as t,g as r}from"./p-deca7631.js";import{c as i,o as s}from"./p-16f3da0d.js";import{O as a}from"./p-d6edbaeb.js";import{p as l}from"./p-28f55159.js";import{h as C}from"./p-324b23f3.js";import{G as g,a as n,g as h,v as d}from"./p-e5766b80.js";import{t as c}from"./p-7dd36687.js";import"./p-3ea0d493.js";import"./p-9d734bbd.js";import"./p-373c5d93.js";const u=class{constructor(o){e(this,o),this.labelPosition="beside",this.disabled=void 0,this.hasError=!1,this.hasHelp=!1}onMutation(){this.hasError=C(this.root,"error"),this.hasHelp=C(this.root,"help")}componentWillLoad(){this.setInput(),this.hasError=C(this.root,"error"),this.hasHelp=C(this.root,"help"),c(this.root,{variant:this.variant})}disconnectedCallback(){this.disabledObserver&&this.disabledObserver.disconnect()}render(){return o(t,{class:{"gux-input-error":this.hasError,"gux-disabled":this.disabled}},o("div",{class:"gux-form-field-container"},o("div",{class:"gux-input-label"},o("div",{class:"gux-input"},o("slot",{name:"input",onSlotchange:()=>this.setInput()})),o("div",{class:`gux-label-${this.labelPosition}`},o("slot",{name:"label"}),o(g,{show:this.hasError},o("slot",{name:"error"})),o(n,{show:!this.hasError&&this.hasHelp},o("slot",{name:"help"}))))))}get variant(){return this.labelPosition.toLowerCase()}setInput(){this.input=h(this.root,'input[type="checkbox"][slot="input"]'),l(this.input),this.disabled=i(this.input),this.disabledObserver=s(this.input,(e=>{this.disabled=e})),d(this.root,this.input)}get root(){return r(this)}};(function(e,o,t,r){var i,s=arguments.length,a=s<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,t):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,o,t,r);else for(var l=e.length-1;l>=0;l--)(i=e[l])&&(a=(s<3?i(a):s>3?i(o,t,a):i(o,t))||a);s>3&&a&&Object.defineProperty(o,t,a)})([a({childList:!0,subtree:!0})],u.prototype,"onMutation",null),u.style=".gux-form-field-error{display:none;flex-direction:row;flex-wrap:nowrap;place-content:stretch flex-start;align-items:center;padding:var(--gse-ui-formControl-helper-errorPadding);font-family:var(--gse-ui-formControl-helper-helperText-fontFamily);font-size:var(--gse-ui-formControl-helper-helperText-fontSize);line-height:var(--gse-ui-formControl-helper-helperText-lineHeight);color:var(--gse-ui-formControl-helper-errorColor)}.gux-form-field-error.gux-show{display:flex}.gux-form-field-error gux-icon{flex:0 1 auto;align-self:auto;order:0;min-width:var(--gse-ui-icon-size-sm);min-height:var(--gse-ui-icon-size-sm);margin-right:var(--gse-ui-formControl-helper-gap);color:var(--gse-ui-formControl-helper-errorColor)}.gux-form-field-error .gux-message{flex:0 1 auto;align-self:auto;order:0}.gux-form-field-help{display:none;flex-direction:row;flex-wrap:nowrap;place-content:stretch flex-start;align-items:flex-start;justify-content:flex-start;padding:var(--gse-ui-formControl-helper-paddingSmall);font-family:var(--gse-ui-formControl-helper-helperText-fontFamily);font-size:var(--gse-ui-formControl-helper-helperText-fontSize);line-height:var(--gse-ui-formControl-helper-helperText-lineHeight);color:var(--gse-ui-formControl-helper-defaultColor)}.gux-form-field-help.gux-show{display:flex}.gux-form-field-help .gux-message{flex:0 1 auto;align-self:none;order:0}:host{display:block}:host(.gux-input-error) ::slotted(input[type=checkbox]:not(:checked))::before{background:var(--gse-ui-checkbox-icon-error-foregroundColor);-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' %3E%3Cpath d='M13.7143 0C14.975 0 16 1.02321 16 2.28571V13.7143C16 14.975 14.975 16 13.7143 16H2.28571C1.02321 16 0 14.975 0 13.7143V2.28571C0 1.02321 1.02321 0 2.28571 0H13.7143ZM13.7143 1.71429H2.28571C1.97 1.71429 1.71429 1.97 1.71429 2.28571V13.7143C1.71429 14.0286 1.97 14.2857 2.28571 14.2857H13.7143C14.0286 14.2857 14.2857 14.0286 14.2857 13.7143V2.28571C14.2857 1.97 14.0286 1.71429 13.7143 1.71429Z' /%3E%3C/svg%3E\");mask-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' %3E%3Cpath d='M13.7143 0C14.975 0 16 1.02321 16 2.28571V13.7143C16 14.975 14.975 16 13.7143 16H2.28571C1.02321 16 0 14.975 0 13.7143V2.28571C0 1.02321 1.02321 0 2.28571 0H13.7143ZM13.7143 1.71429H2.28571C1.97 1.71429 1.71429 1.97 1.71429 2.28571V13.7143C1.71429 14.0286 1.97 14.2857 2.28571 14.2857H13.7143C14.0286 14.2857 14.2857 14.0286 14.2857 13.7143V2.28571C14.2857 1.97 14.0286 1.71429 13.7143 1.71429Z' /%3E%3C/svg%3E\")}:host(.gux-input-error) ::slotted(input[type=checkbox]:checked)::before{background:var(--gse-ui-checkbox-icon-error-foregroundColor);-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' %3E%3Cpath d='M2.28571 0C1.025 0 0 1.025 0 2.28571V13.7143C0 14.975 1.025 16 2.28571 16H13.7143C14.975 16 16 14.975 16 13.7143V2.28571C16 1.025 14.975 0 13.7143 0H2.28571ZM12.0357 6.32143L7.46429 10.8929C7.12857 11.2286 6.58571 11.2286 6.25357 10.8929L3.96786 8.60714C3.63214 8.27143 3.63214 7.72857 3.96786 7.39643C4.30357 7.06429 4.84643 7.06071 5.17857 7.39643L6.85714 9.075L10.8214 5.10714C11.1571 4.77143 11.7 4.77143 12.0321 5.10714C12.3643 5.44286 12.3679 5.98571 12.0321 6.31786L12.0357 6.32143Z' /%3E%3C/svg%3E\");mask-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' %3E%3Cpath d='M2.28571 0C1.025 0 0 1.025 0 2.28571V13.7143C0 14.975 1.025 16 2.28571 16H13.7143C14.975 16 16 14.975 16 13.7143V2.28571C16 1.025 14.975 0 13.7143 0H2.28571ZM12.0357 6.32143L7.46429 10.8929C7.12857 11.2286 6.58571 11.2286 6.25357 10.8929L3.96786 8.60714C3.63214 8.27143 3.63214 7.72857 3.96786 7.39643C4.30357 7.06429 4.84643 7.06071 5.17857 7.39643L6.85714 9.075L10.8214 5.10714C11.1571 4.77143 11.7 4.77143 12.0321 5.10714C12.3643 5.44286 12.3679 5.98571 12.0321 6.31786L12.0357 6.32143Z' /%3E%3C/svg%3E\")}:host(.gux-input-error) ::slotted(input[type=checkbox]:not(:checked):not(:disabled):not(:indeterminate):hover)::before{background:var(--gse-ui-checkbox-icon-error-foregroundColor);-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' %3E%3Cpath d='M13.7143 0C14.975 0 16 1.02321 16 2.28571V13.7143C16 14.975 14.975 16 13.7143 16H2.28571C1.02321 16 0 14.975 0 13.7143V2.28571C0 1.02321 1.02321 0 2.28571 0H13.7143ZM13.7143 1.71429H2.28571C1.97 1.71429 1.71429 1.97 1.71429 2.28571V13.7143C1.71429 14.0286 1.97 14.2857 2.28571 14.2857H13.7143C14.0286 14.2857 14.2857 14.0286 14.2857 13.7143V2.28571C14.2857 1.97 14.0286 1.71429 13.7143 1.71429Z' /%3E%3C/svg%3E\");mask-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' %3E%3Cpath d='M13.7143 0C14.975 0 16 1.02321 16 2.28571V13.7143C16 14.975 14.975 16 13.7143 16H2.28571C1.02321 16 0 14.975 0 13.7143V2.28571C0 1.02321 1.02321 0 2.28571 0H13.7143ZM13.7143 1.71429H2.28571C1.97 1.71429 1.71429 1.97 1.71429 2.28571V13.7143C1.71429 14.0286 1.97 14.2857 2.28571 14.2857H13.7143C14.0286 14.2857 14.2857 14.0286 14.2857 13.7143V2.28571C14.2857 1.97 14.0286 1.71429 13.7143 1.71429Z' /%3E%3C/svg%3E\")}:host(.gux-input-error) ::slotted(input[type=checkbox]:indeterminate)::before{background:var(--gse-ui-checkbox-icon-error-foregroundColor);-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' %3E%3Cpath d='M11.1429 7.14286C11.6179 7.14286 12 7.525 12 8C12 8.475 11.6179 8.85714 11.1429 8.85714H4.85714C4.38214 8.85714 4 8.475 4 8C4 7.525 4.38214 7.14286 4.85714 7.14286H11.1429ZM0 2.28571C0 1.02321 1.02321 0 2.28571 0H13.7143C14.975 0 16 1.02321 16 2.28571V13.7143C16 14.975 14.975 16 13.7143 16H2.28571C1.02321 16 0 14.975 0 13.7143V2.28571ZM1.71429 2.28571V13.7143C1.71429 14.0286 1.97 14.2857 2.28571 14.2857H13.7143C14.0286 14.2857 14.2857 14.0286 14.2857 13.7143V2.28571C14.2857 1.97 14.0286 1.71429 13.7143 1.71429H2.28571C1.97 1.71429 1.71429 1.97 1.71429 2.28571Z' /%3E%3C/svg%3E\");mask-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' %3E%3Cpath d='M11.1429 7.14286C11.6179 7.14286 12 7.525 12 8C12 8.475 11.6179 8.85714 11.1429 8.85714H4.85714C4.38214 8.85714 4 8.475 4 8C4 7.525 4.38214 7.14286 4.85714 7.14286H11.1429ZM0 2.28571C0 1.02321 1.02321 0 2.28571 0H13.7143C14.975 0 16 1.02321 16 2.28571V13.7143C16 14.975 14.975 16 13.7143 16H2.28571C1.02321 16 0 14.975 0 13.7143V2.28571ZM1.71429 2.28571V13.7143C1.71429 14.0286 1.97 14.2857 2.28571 14.2857H13.7143C14.0286 14.2857 14.2857 14.0286 14.2857 13.7143V2.28571C14.2857 1.97 14.0286 1.71429 13.7143 1.71429H2.28571C1.97 1.71429 1.71429 1.97 1.71429 2.28571Z' /%3E%3C/svg%3E\")}:host(.gux-disabled){cursor:not-allowed;opacity:var(--gse-ui-checkbox-disabled-opacity)}:host(.gux-disabled) ::slotted(label){cursor:not-allowed}.gux-input-label{display:inline-flex;flex-direction:row;gap:var(--gse-ui-checkbox-gap)}.gux-input-label .gux-label-screenreader{position:absolute;top:auto;left:-10000px;width:1px;height:1px;overflow:hidden}::slotted(input[type=checkbox]){display:inline-grid;width:var(--gse-ui-checkbox-icon-width);height:var(--gse-ui-checkbox-icon-height);margin:0;text-align:center;vertical-align:middle;-webkit-appearance:none;appearance:none;cursor:pointer;border:0;outline:none}::slotted(input[type=checkbox])::before{grid-area:1/1;content:\"\";border-radius:15%}::slotted(input[type=checkbox]:focus-visible){border-radius:var(--gse-ui-checkbox-focus-borderRadiusSmall);outline:var(--gse-ui-checkbox-focus-border-width) var(--gse-ui-checkbox-focus-border-style) var(--gse-ui-checkbox-focus-border-color);outline-offset:var(--gse-ui-checkbox-focus-offset)}::slotted(input[type=checkbox]:not(:checked))::before{background:var(--gse-ui-checkbox-icon-default-unselectedForegroundColor);-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' %3E%3Cpath d='M13.7143 0C14.975 0 16 1.02321 16 2.28571V13.7143C16 14.975 14.975 16 13.7143 16H2.28571C1.02321 16 0 14.975 0 13.7143V2.28571C0 1.02321 1.02321 0 2.28571 0H13.7143ZM13.7143 1.71429H2.28571C1.97 1.71429 1.71429 1.97 1.71429 2.28571V13.7143C1.71429 14.0286 1.97 14.2857 2.28571 14.2857H13.7143C14.0286 14.2857 14.2857 14.0286 14.2857 13.7143V2.28571C14.2857 1.97 14.0286 1.71429 13.7143 1.71429Z' /%3E%3C/svg%3E\");mask-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' %3E%3Cpath d='M13.7143 0C14.975 0 16 1.02321 16 2.28571V13.7143C16 14.975 14.975 16 13.7143 16H2.28571C1.02321 16 0 14.975 0 13.7143V2.28571C0 1.02321 1.02321 0 2.28571 0H13.7143ZM13.7143 1.71429H2.28571C1.97 1.71429 1.71429 1.97 1.71429 2.28571V13.7143C1.71429 14.0286 1.97 14.2857 2.28571 14.2857H13.7143C14.0286 14.2857 14.2857 14.0286 14.2857 13.7143V2.28571C14.2857 1.97 14.0286 1.71429 13.7143 1.71429Z' /%3E%3C/svg%3E\")}::slotted(input[type=checkbox]:not(:checked):not(:disabled):not(:indeterminate):hover)::before{background:var(--gse-ui-checkbox-icon-hover-foregroundColor);-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' %3E%3Cpath d='M13.7143 0C14.975 0 16 1.02321 16 2.28571V13.7143C16 14.975 14.975 16 13.7143 16H2.28571C1.02321 16 0 14.975 0 13.7143V2.28571C0 1.02321 1.02321 0 2.28571 0H13.7143ZM13.7143 1.71429H2.28571C1.97 1.71429 1.71429 1.97 1.71429 2.28571V13.7143C1.71429 14.0286 1.97 14.2857 2.28571 14.2857H13.7143C14.0286 14.2857 14.2857 14.0286 14.2857 13.7143V2.28571C14.2857 1.97 14.0286 1.71429 13.7143 1.71429Z' /%3E%3C/svg%3E\");mask-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' %3E%3Cpath d='M13.7143 0C14.975 0 16 1.02321 16 2.28571V13.7143C16 14.975 14.975 16 13.7143 16H2.28571C1.02321 16 0 14.975 0 13.7143V2.28571C0 1.02321 1.02321 0 2.28571 0H13.7143ZM13.7143 1.71429H2.28571C1.97 1.71429 1.71429 1.97 1.71429 2.28571V13.7143C1.71429 14.0286 1.97 14.2857 2.28571 14.2857H13.7143C14.0286 14.2857 14.2857 14.0286 14.2857 13.7143V2.28571C14.2857 1.97 14.0286 1.71429 13.7143 1.71429Z' /%3E%3C/svg%3E\")}::slotted(input[type=checkbox]:checked:not(:disabled):hover){background:var(--gse-ui-checkbox-icon-hover-foregroundColor);-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' %3E%3Cpath d='M2.28571 0C1.025 0 0 1.025 0 2.28571V13.7143C0 14.975 1.025 16 2.28571 16H13.7143C14.975 16 16 14.975 16 13.7143V2.28571C16 1.025 14.975 0 13.7143 0H2.28571ZM12.0357 6.32143L7.46429 10.8929C7.12857 11.2286 6.58571 11.2286 6.25357 10.8929L3.96786 8.60714C3.63214 8.27143 3.63214 7.72857 3.96786 7.39643C4.30357 7.06429 4.84643 7.06071 5.17857 7.39643L6.85714 9.075L10.8214 5.10714C11.1571 4.77143 11.7 4.77143 12.0321 5.10714C12.3643 5.44286 12.3679 5.98571 12.0321 6.31786L12.0357 6.32143Z' /%3E%3C/svg%3E\");mask-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' %3E%3Cpath d='M2.28571 0C1.025 0 0 1.025 0 2.28571V13.7143C0 14.975 1.025 16 2.28571 16H13.7143C14.975 16 16 14.975 16 13.7143V2.28571C16 1.025 14.975 0 13.7143 0H2.28571ZM12.0357 6.32143L7.46429 10.8929C7.12857 11.2286 6.58571 11.2286 6.25357 10.8929L3.96786 8.60714C3.63214 8.27143 3.63214 7.72857 3.96786 7.39643C4.30357 7.06429 4.84643 7.06071 5.17857 7.39643L6.85714 9.075L10.8214 5.10714C11.1571 4.77143 11.7 4.77143 12.0321 5.10714C12.3643 5.44286 12.3679 5.98571 12.0321 6.31786L12.0357 6.32143Z' /%3E%3C/svg%3E\")}::slotted(input[type=checkbox]:not(:disabled):indeterminate:hover){background:var(--gse-ui-checkbox-icon-hover-foregroundColor);-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' %3E%3Cpath d='M11.1429 7.14286C11.6179 7.14286 12 7.525 12 8C12 8.475 11.6179 8.85714 11.1429 8.85714H4.85714C4.38214 8.85714 4 8.475 4 8C4 7.525 4.38214 7.14286 4.85714 7.14286H11.1429ZM0 2.28571C0 1.02321 1.02321 0 2.28571 0H13.7143C14.975 0 16 1.02321 16 2.28571V13.7143C16 14.975 14.975 16 13.7143 16H2.28571C1.02321 16 0 14.975 0 13.7143V2.28571ZM1.71429 2.28571V13.7143C1.71429 14.0286 1.97 14.2857 2.28571 14.2857H13.7143C14.0286 14.2857 14.2857 14.0286 14.2857 13.7143V2.28571C14.2857 1.97 14.0286 1.71429 13.7143 1.71429H2.28571C1.97 1.71429 1.71429 1.97 1.71429 2.28571Z' /%3E%3C/svg%3E\");mask-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' %3E%3Cpath d='M11.1429 7.14286C11.6179 7.14286 12 7.525 12 8C12 8.475 11.6179 8.85714 11.1429 8.85714H4.85714C4.38214 8.85714 4 8.475 4 8C4 7.525 4.38214 7.14286 4.85714 7.14286H11.1429ZM0 2.28571C0 1.02321 1.02321 0 2.28571 0H13.7143C14.975 0 16 1.02321 16 2.28571V13.7143C16 14.975 14.975 16 13.7143 16H2.28571C1.02321 16 0 14.975 0 13.7143V2.28571ZM1.71429 2.28571V13.7143C1.71429 14.0286 1.97 14.2857 2.28571 14.2857H13.7143C14.0286 14.2857 14.2857 14.0286 14.2857 13.7143V2.28571C14.2857 1.97 14.0286 1.71429 13.7143 1.71429H2.28571C1.97 1.71429 1.71429 1.97 1.71429 2.28571Z' /%3E%3C/svg%3E\")}::slotted(input[type=checkbox]:checked)::before{background:var(--gse-ui-checkbox-icon-default-selectedForegroundColor);-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' %3E%3Cpath d='M2.28571 0C1.025 0 0 1.025 0 2.28571V13.7143C0 14.975 1.025 16 2.28571 16H13.7143C14.975 16 16 14.975 16 13.7143V2.28571C16 1.025 14.975 0 13.7143 0H2.28571ZM12.0357 6.32143L7.46429 10.8929C7.12857 11.2286 6.58571 11.2286 6.25357 10.8929L3.96786 8.60714C3.63214 8.27143 3.63214 7.72857 3.96786 7.39643C4.30357 7.06429 4.84643 7.06071 5.17857 7.39643L6.85714 9.075L10.8214 5.10714C11.1571 4.77143 11.7 4.77143 12.0321 5.10714C12.3643 5.44286 12.3679 5.98571 12.0321 6.31786L12.0357 6.32143Z' /%3E%3C/svg%3E\");mask-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' %3E%3Cpath d='M2.28571 0C1.025 0 0 1.025 0 2.28571V13.7143C0 14.975 1.025 16 2.28571 16H13.7143C14.975 16 16 14.975 16 13.7143V2.28571C16 1.025 14.975 0 13.7143 0H2.28571ZM12.0357 6.32143L7.46429 10.8929C7.12857 11.2286 6.58571 11.2286 6.25357 10.8929L3.96786 8.60714C3.63214 8.27143 3.63214 7.72857 3.96786 7.39643C4.30357 7.06429 4.84643 7.06071 5.17857 7.39643L6.85714 9.075L10.8214 5.10714C11.1571 4.77143 11.7 4.77143 12.0321 5.10714C12.3643 5.44286 12.3679 5.98571 12.0321 6.31786L12.0357 6.32143Z' /%3E%3C/svg%3E\")}::slotted(input[type=checkbox]:indeterminate)::before{background:var(--gse-ui-checkbox-icon-default-selectedForegroundColor);-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' %3E%3Cpath d='M11.1429 7.14286C11.6179 7.14286 12 7.525 12 8C12 8.475 11.6179 8.85714 11.1429 8.85714H4.85714C4.38214 8.85714 4 8.475 4 8C4 7.525 4.38214 7.14286 4.85714 7.14286H11.1429ZM0 2.28571C0 1.02321 1.02321 0 2.28571 0H13.7143C14.975 0 16 1.02321 16 2.28571V13.7143C16 14.975 14.975 16 13.7143 16H2.28571C1.02321 16 0 14.975 0 13.7143V2.28571ZM1.71429 2.28571V13.7143C1.71429 14.0286 1.97 14.2857 2.28571 14.2857H13.7143C14.0286 14.2857 14.2857 14.0286 14.2857 13.7143V2.28571C14.2857 1.97 14.0286 1.71429 13.7143 1.71429H2.28571C1.97 1.71429 1.71429 1.97 1.71429 2.28571Z'/%3E%3C/svg%3E\");mask-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' %3E%3Cpath d='M11.1429 7.14286C11.6179 7.14286 12 7.525 12 8C12 8.475 11.6179 8.85714 11.1429 8.85714H4.85714C4.38214 8.85714 4 8.475 4 8C4 7.525 4.38214 7.14286 4.85714 7.14286H11.1429ZM0 2.28571C0 1.02321 1.02321 0 2.28571 0H13.7143C14.975 0 16 1.02321 16 2.28571V13.7143C16 14.975 14.975 16 13.7143 16H2.28571C1.02321 16 0 14.975 0 13.7143V2.28571ZM1.71429 2.28571V13.7143C1.71429 14.0286 1.97 14.2857 2.28571 14.2857H13.7143C14.0286 14.2857 14.2857 14.0286 14.2857 13.7143V2.28571C14.2857 1.97 14.0286 1.71429 13.7143 1.71429H2.28571C1.97 1.71429 1.71429 1.97 1.71429 2.28571Z'/%3E%3C/svg%3E\")}::slotted(input[type=checkbox]:disabled)::before{cursor:not-allowed;opacity:var(--gse-ui-checkbox-disabled-opacity)}::slotted(label){display:inline-block;font-family:var(--gse-ui-checkbox-label-text-fontFamily);font-size:12px;font-weight:var(--gse-ui-checkbox-label-text-fontWeight);line-height:var(--gse-ui-checkbox-label-text-lineHeight);color:var(--gse-ui-checkbox-label-foregroundColor);vertical-align:middle}";export{u as gux_form_field_checkbox}
@@ -0,0 +1 @@
1
+ import{r as t,c as s,h as e,g as i}from"./p-deca7631.js";import{b as o}from"./p-e10cb032.js";import{r}from"./p-3ea0d493.js";import{t as l}from"./p-408d5857.js";import"./p-0962dd7a.js";const a=class{constructor(e){t(this,e),this.internalallrowselectchange=s(this,"internalallrowselectchange",7),this.id=r("gux-all-row-select"),this.selected=!1,this.disabled=void 0}onCheck(t){t.stopPropagation(),this.internalallrowselectchange.emit(this.inputElement.checked)}async setIndeterminate(t=!0){this.inputElement.indeterminate=t}async componentWillLoad(){this.i18n=await o(this.root,l,"gux-table")}render(){return e("gux-form-field-checkbox",{"label-position":"screenreader"},e("input",{ref:t=>this.inputElement=t,slot:"input",id:this.id,type:"checkbox",checked:this.selected,disabled:this.disabled}),e("label",{slot:"label",htmlFor:this.id},"​",e("span",null,this.i18n("selectAllTableRows"))))}get root(){return i(this)}};a.style=":host{display:flex;flex-direction:row;justify-content:center}";export{a as gux_all_row_select}
@@ -0,0 +1 @@
1
+ import{r as o,c as t,h as a,g as i}from"./p-deca7631.js";import{r as e}from"./p-3ea0d493.js";import{t as n}from"./p-7dd36687.js";const l=class{constructor(a){o(this,a),this.guxdismiss=t(this,"guxdismiss",7),this.size="dynamic",this.trapFocus=!0,this.initialFocus=void 0}handleKeyEvent(o){"Escape"===o.key&&this.onDismissHandler(o)}connectedCallback(){this.triggerElement=document.activeElement}componentWillLoad(){n(this.root,{variant:`${this.size}-${this.trapFocus?"trapfocuson":"trapfocusoff"}`})}componentDidLoad(){var o,t,a;const i=this.getInitialFocusElement();i?null===(o=i.focus)||void 0===o||o.call(i):this.dismissButton&&(null===(a=(t=this.dismissButton).focus)||void 0===a||a.call(t))}render(){const o=this.hasModalTitleSlot(),t=this.hasFooterButtons(),i=e();return a("div",{class:"gux-modal",role:"dialog","aria-modal":"true","aria-labelledby":o?i:null},a("div",{class:`gux-modal-container gux-${this.size}`},this.renderModalTrapFocusEl(),o&&a("h1",{class:"gux-modal-header",id:i},a("slot",{name:"title"})),a("gux-dismiss-button",{onClick:this.onDismissHandler.bind(this),ref:o=>this.dismissButton=o}),a("div",{class:{"gux-modal-content":!0,"gux-no-buttons":!t}},a("p",null,a("slot",{name:"content"}))),t&&a("div",{class:"gux-button-footer"},a("div",{class:"gux-left-align-buttons"},a("slot",{name:"left-align-buttons"})),a("div",{class:"gux-right-align-buttons"},a("slot",{name:"right-align-buttons"}))),this.renderModalTrapFocusEl()))}renderModalTrapFocusEl(){if(this.trapFocus)return a("span",{onFocus:()=>this.dismissButton.focus(),tabindex:"0"})}getInitialFocusElement(){return this.initialFocus?this.root.querySelector(this.initialFocus):void 0}hasModalTitleSlot(){return Boolean(this.root.querySelector('[slot="title"]'))}hasFooterButtons(){return Boolean(this.root.querySelector('[slot="left-align-buttons"]'))||Boolean(this.root.querySelector('[slot="right-align-buttons"]'))}onDismissHandler(o){var t;o.stopPropagation(),this.guxdismiss.emit().defaultPrevented||(this.root.remove(),null===(t=this.triggerElement)||void 0===t||t.focus())}get root(){return i(this)}};l.style="::slotted(button:active:enabled){color:var(--gse-ui-link-active-foregroundColor);text-decoration:underline;background:none}slot[name=left-align-buttons]::slotted(:not(button,gux-button)){display:flex;flex-direction:row;gap:var(--gse-ui-modal-buttonBar-gap);align-content:flex-start;align-items:center}:host .gux-modal{position:fixed;inset:0;z-index:var(--gse-semantic-zIndex-modal);display:flex;align-items:center;justify-content:center;color:#2e394c;background:var(--gse-ui-modal-shroudColor)}:host .gux-modal .gux-modal-container{position:relative;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;padding:var(--gse-ui-modal-padding);background:var(--gse-ui-modal-backgroundColor);border:1px solid #b4bccb;border-radius:var(--gse-ui-modal-borderRadius);box-shadow:var(--gse-ui-modal-boxShadow-x) var(--gse-ui-modal-boxShadow-y) var(--gse-ui-modal-boxShadow-blur) var(--gse-ui-modal-boxShadow-spread) var(--gse-ui-modal-boxShadow-color)}:host .gux-modal .gux-modal-container.gux-small{width:var(--gse-ui-modal-small-width);max-height:min(368px, 100vh - 2 * 24px)}:host .gux-modal .gux-modal-container.gux-medium{width:var(--gse-ui-modal-medium-width);max-height:min(640px, 100vh - 2 * 24px)}:host .gux-modal .gux-modal-container.gux-large{width:var(--gse-ui-modal-large-width);max-height:min(640px, 100vh - 2 * 24px)}:host .gux-modal .gux-modal-container.gux-dynamic{max-width:calc(100vw - 48px);max-height:calc(100vh - 48px)}:host .gux-modal .gux-modal-container.gux-dynamic .gux-modal-content{max-height:none}:host .gux-modal .gux-modal-container .gux-modal-header{margin:0;font-family:var(--gse-ui-modal-heading-fontFamily);font-size:var(--gse-ui-modal-heading-fontSize);font-weight:var(--gse-ui-modal-heading-fontWeight);line-height:var(--gse-ui-modal-heading-fontFamily);color:var(--gse-ui-modal-headerColor);letter-spacing:var(--gse-ui-modal-heading-letterSpacing);font-family:var(--gse-core-typography-heading-xl-fontFamily), var(--gse-core-fontFamily-heading), sans-serif;font-size:var(--gse-core-typography-heading-xl-fontSize);line-height:var(--gse-core-typography-heading-xl-lineHeight);font-weight:var(--gse-core-fontWeight-bold)}:host .gux-modal .gux-modal-container .gux-modal-content{max-height:432px;margin-top:var(--gse-ui-modal-gap);margin-bottom:var(--gse-ui-modal-gap);overflow-y:auto}:host .gux-modal .gux-modal-container .gux-modal-content.gux-no-buttons{margin-bottom:0}:host .gux-modal .gux-modal-container .gux-button-footer{display:flex;justify-content:space-between}@media (max-width: 416px){:host .gux-modal .gux-modal-container.gux-small,:host .gux-modal .gux-modal-container.gux-medium,:host .gux-modal .gux-modal-container.gux-large{width:100%;height:100%}}";export{l as gux_modal_legacy}
@@ -0,0 +1 @@
1
+ import{r as e,h as t,g as a}from"./p-deca7631.js";import{f as n}from"./p-533d7842.js";import{c as r}from"./p-9125cc36.js";import{g as o,a as i,b as s}from"./p-e10cb032.js";import{a as d}from"./p-ffaadf62.js";import{l as u}from"./p-9d734bbd.js";import{s as l}from"./p-373c5d93.js";import"./p-0962dd7a.js";function c(e,t){return r(e.toLocaleDateString(t,{year:"numeric",month:"long"}))}const g={previousMonth:"Previous month: {localizedPreviousMonthAndYear}",nextMonth:"Next month: {localizedNextMonthAndYear}"},h=class{constructor(t){e(this,t),this.locale="en",this.MONTH_DATE_COUNT=42,this.focusedValue=void 0,this.minValue=void 0,this.maxValue=void 0}get slottedInput(){return this.root.querySelector('input[type="date"]')}async componentWillLoad(){this.slottedInput||u(this.root,'You must slot a date input element like so: input[type="date"].'),this.locale=o(this.root);const e=this.slottedInput.getAttribute("start-day-of-week");(null==e?void 0:e.length)&&(this.startDayOfWeek=parseInt(e,10)),this.startDayOfWeek=this.startDayOfWeek||i(this.locale),this.i18n=await s(this.root,g),this.slottedInput.value&&(this.focusedValue=n(this.slottedInput.value)),this.slottedInput.min&&(this.minValue=new Date(this.slottedInput.min),this.minValue.setHours(0,0,0,0)),this.slottedInput.max&&(this.maxValue=new Date(this.slottedInput.max),this.maxValue.setHours(0,0,0,0))}onDateClick(e){this.isInvalidDate(e)||(this.focusedValue=new Date(e.getTime()),this.slottedInput.value=e.toISOString().substring(0,10),l(this.root,"input"))}setDateAfterArrowKeyPress(e,t){e.preventDefault(),this.focusedValue=new Date(this.getFocusedValue().getFullYear(),this.getFocusedValue().getMonth(),this.getFocusedValue().getDate()+t,0,0,0),d((()=>{this.focusDate()}))}focusDate(){const e=this.root.shadowRoot.querySelector(`.gux-content-date[data-date="${this.focusedValue.getTime()}"]`);e&&e.focus()}onKeyDown(e){switch(e.key){case" ":break;case"Enter":e.preventDefault(),this.onDateClick(this.getFocusedValue()),d((()=>{this.focusDate()}));break;case"ArrowDown":this.setDateAfterArrowKeyPress(e,7);break;case"ArrowUp":this.setDateAfterArrowKeyPress(e,-7);break;case"ArrowLeft":this.setDateAfterArrowKeyPress(e,-1);break;case"ArrowRight":this.setDateAfterArrowKeyPress(e,1);break;case"PageUp":e.preventDefault(),this.setNewFocusedMonth(1),d((()=>{this.focusDate()}));break;case"PageDown":e.preventDefault(),this.setNewFocusedMonth(-1),d((()=>{this.focusDate()}))}}isInvalidDate(e){return this.minValue&&e.getTime()<=this.minValue.getTime()||this.maxValue&&e.getTime()>this.maxValue.getTime()}getMonthDays(){var e,t;const a=(n=this.getFocusedValue(),new Date(n.getFullYear(),n.getMonth(),1,0,0,0));var n;const r=[];let o={dates:[]},i=0;const s=a.getMonth(),d=this.getSelectedValue(),u=function(e,t,a){const n=new Date(t,e,1,0,0,0,0),r=-1*(a-n.getDay()-7)%7;return new Date(n.getTime()-864e5*r)}(s,new Date(a.getTime()).getFullYear(),this.startDayOfWeek);for(let a=0;a<this.MONTH_DATE_COUNT+1;a+=1){const a=d.getTime()===u.getTime()&&void 0!==this.focusedValue;i>0&&i%7==0&&(r.push(o),o={dates:[]});const n=this.isInvalidDate(u),l=(null===(e=this.getFocusedValue())||void 0===e?void 0:e.getTime())===u.getTime()&&(null===(t=this.getFocusedValue())||void 0===t?void 0:t.getTime())!==d.getTime(),c=new Date;o.dates.push({date:new Date(u),disabled:n,inCurrentMonth:s===u.getMonth()&&!n,selected:a&&d,focused:l,isCurrentDate:u.getDate()===c.getDate()&&u.getMonth()===c.getMonth()&&u.getFullYear()===c.getFullYear()}),i+=1,u.setDate(u.getDate()+1)}return r}getFocusedValue(){return this.focusedValue?this.focusedValue:this.getSelectedValue()}changeMonth(e){return new Date(this.getFocusedValue().getFullYear(),this.getFocusedValue().getMonth()+e,1,0,0,0)}setNewFocusedMonth(e){this.focusedValue=this.changeMonth(e)}getSelectedValue(){if(this.slottedInput.value)return n(this.slottedInput.value);const e=new Date;return e.setHours(0,0,0,0),e}renderHeader(){return t("div",{class:"gux-header"},t("button",{type:"button",class:"gux-left","aria-label":this.i18n("previousMonth",{localizedPreviousMonthAndYear:c(this.changeMonth(-1),this.locale)}),onClick:()=>this.setNewFocusedMonth(-1)},t("gux-icon",{decorative:!0,"icon-name":"chevron-small-left"})),t("span",{class:"gux-header-month-and-year"},c(this.getFocusedValue(),this.locale)),t("button",{type:"button",class:"gux-right","aria-label":this.i18n("nextMonth",{localizedNextMonthAndYear:c(this.changeMonth(1),this.locale)}),onClick:()=>this.setNewFocusedMonth(1)},t("gux-icon",{decorative:!0,"icon-name":"chevron-small-right"})))}renderContent(){return t("div",null,t("div",{class:"gux-week-days"},function(e,t){const a=[],n=new Date(1970,0,4);for(let t=0;t<7;t++){const t=n.toLocaleString(e,{weekday:"narrow"});a.push(t),n.setDate(n.getDate()+1)}return(r=a).concat(r.splice(0,t%r.length));var r}(this.locale,this.startDayOfWeek).map((e=>t("div",{class:"gux-week-day"},e)))),t("div",{class:"gux-content"},this.getMonthDays().map((e=>t("div",{class:"gux-content-week"},e.dates.map((e=>t("div",{"data-date":e.date.getTime(),onClick:()=>this.onDateClick(e.date),role:"button","aria-current":e.selected?"true":"false",tabindex:e.selected||e.focused?"0":"-1",onKeyDown:e=>{this.onKeyDown(e)},"aria-disabled":e.disabled?"true":"false",class:{"gux-content-date":!0,"gux-disabled":e.disabled,"gux-current-month":e.inCurrentMonth,"gux-selected":e.selected,"gux-current-date":e.isCurrentDate}},t("span",{class:"gux-non-sr","aria-hidden":"true"},e.date.getDate()),t("span",{class:"gux-sr-only"},t("gux-date-beta",{datetime:e.date.toISOString(),format:"long"}))))))))))}render(){return t("div",{class:"gux-calendar-beta"},t("slot",null),this.renderHeader(),this.renderContent())}get root(){return a(this)}};h.style=".gux-calendar-beta{box-sizing:border-box;display:inline-flex;flex-direction:column;font-family:var(--gse-ui-calendarMenu-month-defaultText-fontFamily);font-size:var(--gse-ui-calendarMenu-month-defaultText-fontSize);background:var(--gse-ui-calendarMenu-date-selected-foregroundColor);border-radius:var(--gse-ui-calendarMenu-single-body-borderRadius);box-shadow:rgba(34, 37, 41, 0.24) 0 2px 4px}.gux-calendar-beta .gux-header{display:flex;align-items:center;justify-content:space-between;height:var(--gse-ui-calendarMenu-month-single-header-height);padding:var(--gse-ui-calendarMenu-header-padding);font-style:normal;font-weight:var(--gse-ui-calendarMenu-month-currentText-fontWeight);color:var(--gse-ui-calendarMenu-header-foregroundColor);text-align:center;background-color:var(--gse-ui-calendarMenu-header-backgroundColor);border-radius:var(--gse-ui-calendarMenu-single-header-borderRadius)}.gux-calendar-beta .gux-header .gux-header-month-and-year{width:var(--gse-ui-calendarMenu-month-single-header-textWidth);font-family:var(--gse-ui-calendarMenu-month-headerText-fontFamily);font-size:var(--gse-ui-calendarMenu-month-headerText-fontSize);line-height:var(--gse-ui-calendarMenu-month-headerText-lineHeight);color:var(--gse-ui-calendarMenu-month-selected-foregroundColor)}.gux-calendar-beta .gux-header .gux-left,.gux-calendar-beta .gux-header .gux-right{color:var(--gse-ui-calendarMenu-month-monthHeader-foregroundColor);cursor:pointer;background:none;border:none;outline:none}.gux-calendar-beta .gux-header .gux-left:focus-visible,.gux-calendar-beta .gux-header .gux-right:focus-visible{outline:2px solid #aac9ff;outline-offset:1px}.gux-calendar-beta .gux-header .gux-left gux-icon,.gux-calendar-beta .gux-header .gux-right gux-icon{width:16px;height:16px}.gux-calendar-beta .gux-week-days{padding-top:24px;padding-right:24px;padding-left:24px;font-family:var(--gse-ui-calendarMenu-day-headerText-fontFamily);font-size:var(--gse-ui-calendarMenu-day-headerText-fontSize);font-weight:var(--gse-ui-calendarMenu-day-headerText-fontWeight);color:var(--gse-ui-calendarMenu-day-dayHeader-foregroundColor);text-align:center}.gux-calendar-beta .gux-week-days .gux-week-day{display:inline-block;width:var(--gse-ui-calendarMenu-day-date-size);height:16px;font-weight:var(--gse-ui-calendarMenu-day-header-fontWeight)}.gux-calendar-beta .gux-content{padding:var(--gse-ui-calendarMenu-dateBody-padding);color:var(--gse-core-color-cornflower-900);background-color:var(--gse-ui-calendarMenu-backgroundColor);border-radius:var(--gse-ui-calendarMenu-single-body-borderRadius)}.gux-calendar-beta .gux-content-week .gux-content-date{display:inline-block;width:var(--gse-ui-calendarMenu-day-date-size);height:var(--gse-ui-calendarMenu-day-input-height);font-family:var(--gse-ui-calendarMenu-date-currentText-fontFamily);font-size:var(--gse-ui-calendarMenu-date-defaultText-fontSize);font-style:normal;font-weight:var(--gse-ui-calendarMenu-date-defaultText-fontWeight);line-height:32px;color:var(--gse-core-color-cornflower-600);text-align:center;vertical-align:middle;border:none;outline:none;opacity:var(--gse-ui-calendarMenu-disabled-opacity)}.gux-calendar-beta .gux-content-week .gux-content-date.gux-current-month{color:var(--gse-ui-calendarMenu-month-default-foregroundColor);opacity:1}.gux-calendar-beta .gux-content-week .gux-content-date.gux-hidden{display:none}.gux-calendar-beta .gux-content-week .gux-content-date.gux-disabled{pointer-events:none}.gux-calendar-beta .gux-content-week .gux-content-date.gux-selected{color:var(--gse-ui-calendarMenu-date-selected-foregroundColor);background-color:var(--gse-ui-calendarMenu-date-selected-backgroundColor);border:none;border-radius:var(--gse-ui-calendarMenu-month-borderRadius);outline:none}.gux-calendar-beta .gux-content-week .gux-content-date.gux-selected:hover{background-color:var(--gse-ui-calendarMenu-date-selected-hoverBackgroundColor)}.gux-calendar-beta .gux-content-week .gux-content-date:hover{cursor:pointer;background-color:var(--gse-ui-calendarMenu-date-hover-backgroundColor);border-radius:var(--gse-ui-calendarMenu-month-borderRadius)}.gux-calendar-beta .gux-content-week .gux-content-date:focus-visible{border-radius:var(--gse-ui-calendarMenu-month-focusBorderRadius);outline:var(--gse-semantic-focusRing-default-border-width) solid var(--gse-semantic-focusRing-default-border-color)}.gux-calendar-beta .gux-content-week .gux-content-date .gux-sr-only:not(:focus):not(:active){position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.gux-calendar-beta .gux-content-week .gux-content-date.gux-current-date{font-family:var(--gse-ui-calendarMenu-month-currentText-fontFamily);font-size:var(--gse-ui-calendarMenu-date-currentText-fontSize);font-weight:var(--gse-ui-calendarMenu-date-currentText-fontWeight)}";export{h as gux_calendar_beta}
@@ -0,0 +1 @@
1
+ import{r as e,h as n,g as a}from"./p-deca7631.js";import{t as i}from"./p-7dd36687.js";const g=class{constructor(n){e(this,n)}componentWillLoad(){i(this.root)}render(){return n("div",{class:"gux-container",role:"alert","aria-live":"assertive"},n("div",{class:"gux-progress"},n("slot",{name:"progress"})),n("div",{class:"gux-primary-message"},n("slot",{name:"primary-message"})),n("div",{class:"gux-additional-guidance"},n("slot",{name:"additional-guidance"})))}get root(){return a(this)}};g.style=":host {\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n container-type: inline-size;\n}\n\n.gux-container {\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n max-width: var(--gse-ui-progressAndLoading-loadingState-large-width);\n color: var(--gse-ui-progressAndLoading-textColor);\n text-align: center;\n}\n\n@container (width > 400px) {\n .gux-container .gux-primary-message {\n margin-top: var(--gse-ui-progressAndLoading-large-gap);\n font-family: var(--gse-ui-progressAndLoading-loadingState-large-header-fontFamily);\n font-size: var(--gse-ui-progressAndLoading-loadingState-large-header-fontSize);\n font-weight: var(--gse-ui-progressAndLoading-loadingState-large-header-fontWeight);\n line-height: var(--gse-ui-progressAndLoading-loadingState-large-header-lineHeight);\n }\n .gux-container .gux-additional-guidance {\n margin-top: var(--gse-ui-progressAndLoading-large-gapText);\n font-family: var(--gse-ui-progressAndLoading-loadingState-large-subheader-fontFamily);\n font-size: var(--gse-ui-progressAndLoading-loadingState-large-subheader-fontSize);\n font-weight: var(--gse-ui-progressAndLoading-loadingState-large-subheader-fontWeight);\n line-height: var(--gse-ui-progressAndLoading-loadingState-large-subheader-lineHeight);\n }\n}\n@container (width > 200px) and (width <=400px) {\n .gux-container .gux-primary-message {\n margin-top: var(--gse-ui-progressAndLoading-medium-gap);\n font-family: var(--gse-ui-progressAndLoading-loadingState-medium-header-fontFamily);\n font-size: var(--gse-ui-progressAndLoading-loadingState-medium-header-fontSize);\n font-weight: var(--gse-ui-progressAndLoading-loadingState-medium-header-fontWeight);\n line-height: var(--gse-ui-progressAndLoading-loadingState-medium-header-lineHeight);\n }\n .gux-container .gux-additional-guidance {\n margin-top: var(--gse-ui-progressAndLoading-medium-gapText);\n font-family: var(--gse-ui-progressAndLoading-loadingState-medium-subheader-fontFamily);\n font-size: var(--gse-ui-progressAndLoading-loadingState-medium-subheader-fontSize);\n font-weight: var(--gse-ui-progressAndLoading-loadingState-medium-subheader-fontWeight);\n line-height: var(--gse-ui-progressAndLoading-loadingState-medium-subheader-lineHeight);\n }\n}\n@container (width <=200px) {\n .gux-container .gux-primary-message {\n margin-top: var(--gse-ui-progressAndLoading-small-gap);\n font-family: var(--gse-ui-progressAndLoading-loadingState-small-header-fontFamily);\n font-size: var(--gse-ui-progressAndLoading-loadingState-small-header-fontSize);\n font-weight: var(--gse-ui-progressAndLoading-loadingState-small-header-fontWeight);\n line-height: var(--gse-ui-progressAndLoading-loadingState-small-header-lineHeight);\n }\n .gux-container .gux-additional-guidance {\n margin-top: var(--gse-ui-progressAndLoading-small-gapText);\n font-family: var(--gse-ui-progressAndLoading-loadingState-small-subheader-fontFamily);\n font-size: var(--gse-ui-progressAndLoading-loadingState-small-subheader-fontSize);\n font-weight: var(--gse-ui-progressAndLoading-loadingState-small-subheader-fontWeight);\n line-height: var(--gse-ui-progressAndLoading-loadingState-small-subheader-lineHeight);\n }\n}";export{g as gux_loading_message}
@@ -0,0 +1 @@
1
+ import{r as t,c as a,d as i,h as e,g as n}from"./p-deca7631.js";import{a as s}from"./p-ffaadf62.js";import{t as o}from"./p-7dd36687.js";const r=class{constructor(i){t(this,i),this.guxpaginationchange=a(this,"guxpaginationchange",7),this.reinstateLayoutBreakpoint=0,this.layout="advanced",this.currentPage=1,this.totalItems=0,this.itemsPerPage=25,this.totalPages=void 0,this.displayedLayout=void 0}setPage(t){if(t<=0)return void this.setPage(1);const a=this.calculateTotalPages(this.totalItems,this.itemsPerPage);t>a?this.setPage(a):(this.currentPage=t,this.guxpaginationchange.emit({currentPage:this.currentPage,itemsPerPage:this.itemsPerPage}))}handleInternalitemsperpagechange(t){this.itemsPerPage=t.detail,this.setPage(1)}handleInternalcurrentpagechange(t){this.setPage(t.detail)}calculateTotalPages(t,a){return Math.max(1,Math.ceil(t/a))}calculateCurrentPage(t,a){return Math.max(t>0?1:0,Math.min(a,t))}checkPaginationContainerWidthForLayout(){i((()=>{const t=this.root.shadowRoot.querySelector(".gux-pagination-container"),a=this.root.shadowRoot.querySelector(".gux-pagination-spacer"),i=t.clientWidth;a.clientWidth<24&&"simple"!==this.displayedLayout?(this.reinstateLayoutBreakpoint=i,this.displayedLayout="simple"):i>this.reinstateLayoutBreakpoint&&(this.reinstateLayoutBreakpoint=0,this.displayedLayout=this.layout)}))}componentWillLoad(){o(this.root,{variant:this.layout})}componentWillRender(){this.totalPages=this.calculateTotalPages(this.totalItems,this.itemsPerPage),this.currentPage=this.calculateCurrentPage(this.totalPages,this.currentPage)}disconnectedCallback(){this.resizeObserver&&this.resizeObserver.unobserve(this.root.shadowRoot.querySelector(".gux-pagination-container"))}componentDidLoad(){!this.resizeObserver&&window.ResizeObserver&&(this.resizeObserver=new ResizeObserver((()=>this.checkPaginationContainerWidthForLayout()))),this.resizeObserver&&this.resizeObserver.observe(this.root.shadowRoot.querySelector(".gux-pagination-container")),s((()=>{this.checkPaginationContainerWidthForLayout()}),500)}render(){return e("div",{class:"gux-pagination-container"},e("div",{class:"gux-pagination-info"},e("gux-pagination-item-counts",{"total-items":this.totalItems,"current-page":this.currentPage,"items-per-page":this.itemsPerPage}),"advanced"===this.displayedLayout&&e("gux-pagination-items-per-page",{"items-per-page":this.itemsPerPage,onInternalitemsperpagechange:this.handleInternalitemsperpagechange.bind(this)})),e("div",{class:"gux-pagination-spacer"}),e("div",{class:"gux-pagination-change"},e("gux-pagination-buttons",{layout:this.displayedLayout,"current-page":this.currentPage,"total-pages":this.totalPages,onInternalcurrentpagechange:this.handleInternalcurrentpagechange.bind(this)})))}get root(){return n(this)}};r.style=":host{display:block;border-top:var(--gse-ui-dataTableItems-tablePagination-divider-width) var(--gse-ui-dataTableItems-tablePagination-divider-style) var(--gse-ui-dataTableItems-tablePagination-divider-color)}.gux-pagination-container{display:flex;flex-direction:row;flex-wrap:nowrap;place-content:stretch space-between;align-items:center;height:var(--gse-ui-dataTableItems-cell-tablePagination-height);padding:var(--gse-ui-dataTableItems-tablePagination-padding);background-color:var(--gse-ui-dataTableItems-tablePagination-defaultBackgroundColor)}.gux-pagination-container .gux-pagination-info{display:flex;flex:0 1 auto;flex-direction:row;flex-wrap:nowrap;gap:var(--gse-ui-dataTableItems-tablePagination-recordsetControls-gap);place-content:stretch flex-start;align-items:center;align-self:auto;order:0}.gux-pagination-container .gux-pagination-info>*{flex:0 1 auto;align-self:auto;order:0}.gux-pagination-container .gux-pagination-spacer{flex:1 1 auto;align-self:auto;order:0}.gux-pagination-container .gux-pagination-change{flex:0 1 auto;align-self:auto;order:0}.gux-pagination-container .gux-pagination-change:first-child{margin-left:0}";export{r as gux_pagination}
@@ -0,0 +1 @@
1
+ import{a as t,r as i,h as e,g as s}from"./p-deca7631.js";import{t as r}from"./p-7dd36687.js";import{l as n}from"./p-9d734bbd.js";const a=new Map;async function o(i="unknown"){const e=function(t){return t.replace("/","-")}(i);if(a.has(e))return a.get(e);const s=async function(i){const e=await fetch(t(`./icons/${i}.svg`));if(200===e.status)return e.text();throw new Error(`[gux-icon] fetching failed for icon "${i}" with status "${e.statusText} (${e.status})".`)}(i).then((t=>t)).catch((t=>(setTimeout((()=>{throw t}),0),o("unknown"))));return a.set(e,s),s}const h=class{constructor(t){i(this,t),this.iconName=void 0,this.decorative=!1,this.screenreaderText="",this.size="inherit",this.svgHtml=void 0}async prepIcon(t){this.baseSvgHtml=await o(t),this.svgHtml=this.getSvgWithAriaAttributes(this.baseSvgHtml)}watchDecorative(t){this.validateProps(t,this.screenreaderText),this.svgHtml=this.getSvgWithAriaAttributes(this.baseSvgHtml)}watchScreenreaderText(t){this.validateProps(this.decorative,t),this.svgHtml=this.getSvgWithAriaAttributes(this.baseSvgHtml)}async componentWillLoad(){r(this.root,{variant:this.iconName}),await this.prepIcon(this.iconName)}componentDidLoad(){this.validateProps(this.decorative,this.screenreaderText)}validateProps(t,i){this.root.isConnected&&(t||i||n(this.root,"No screenreader-text provided. Either provide a localized screenreader-text property or set `decorative` to true."))}getSvgWithAriaAttributes(t){const i=(new DOMParser).parseFromString(t,"image/svg+xml").firstChild;return i.setAttribute("aria-hidden",this.decorative?String(this.decorative):"false"),this.screenreaderText?i.setAttribute("aria-label",this.screenreaderText):i.removeAttribute("aria-label"),i.outerHTML}render(){return this.svgHtml&&e("div",{class:"gux-icon-container",innerHTML:this.svgHtml})}static get assetsDirs(){return["icons"]}get root(){return s(this)}static get watchers(){return{iconName:["prepIcon"],decorative:["watchDecorative"],screenreaderText:["watchScreenreaderText"]}}};h.style=":host{display:inline-flex;width:1em;height:1em}:host([size=small]){width:var(--gse-ui-icon-size-sm);height:var(--gse-ui-icon-size-sm)}:host([size=medium]){width:var(--gse-ui-icon-size-md);height:var(--gse-ui-icon-size-md)}:host([size=large]){width:var(--gse-ui-icon-size-lg);height:var(--gse-ui-icon-size-lg)}.gux-icon-container{display:flex;align-items:center;justify-content:center;width:100%}.gux-icon-container svg{width:100%;max-width:100%;height:100%;max-height:100%;fill:currentcolor}";export{h as gux_icon}
@@ -0,0 +1 @@
1
+ import{r as e,c as t,h as g,H as l,g as i}from"./p-deca7631.js";import{t as o}from"./p-7dd36687.js";import{r}from"./p-3ea0d493.js";import{b as a}from"./p-e10cb032.js";import"./p-0962dd7a.js";const s={defaultAriaLabel:"Toggle Switch",toggleIsLoading:"Toggle is loading",toggleIsFinishedLoading:"Toggle is finished loading"},n=class{constructor(g){e(this,g),this.check=t(this,"check",7),this.labelId=r("gux-toggle-label"),this.errorId=r("gux-toggle-error"),this.checked=!1,this.disabled=!1,this.loading=!1,this.checkedLabel=void 0,this.uncheckedLabel=void 0,this.labelPosition="right",this.errorMessage=void 0,this.displayInline=!1}handleLoading(e){this.announceElement.guxAnnounce(this.i18n(e?"toggleIsLoading":"toggleIsFinishedLoading"))}onKeydown(e){" "===e.key&&(e.preventDefault(),this.toggle())}toggle(){this.disabled||this.loading||this.check.emit(!this.checked).defaultPrevented||(this.checked=!this.checked)}getAriaLabel(){return this.root.getAttribute("aria-label")||this.root.title||this.i18n("defaultAriaLabel")}async componentWillLoad(){this.i18n=await a(this.root,s),o(this.root,{variant:this.checkedLabel||this.uncheckedLabel?"labled":"unlabled"})}renderLoading(){if(this.loading)return g("div",{class:"gux-toggle-label-loading"},g("gux-radial-loading",{context:"input"}))}renderLabel(){if(this.uncheckedLabel&&this.checkedLabel)return g("div",{class:"gux-toggle-label-and-error"},g("div",{class:"gux-toggle-label"},g("div",{class:"gux-toggle-label-text"},g("span",{class:"gux-toggle-label-text-inner"},g("span",{id:this.labelId},this.checked?this.checkedLabel:this.uncheckedLabel),this.renderLoading()),g("span",{class:"gux-toggle-label-text-inner gux-hidden"},this.checkedLabel),g("span",{class:"gux-toggle-label-text-inner gux-hidden"},this.uncheckedLabel))))}renderError(){if(this.errorMessage)return g("div",{id:this.errorId,class:"gux-toggle-error"},g("div",{class:"gux-toggle-error-container"},g("gux-icon",{"icon-name":"alert-warning-octogon",decorative:!0}),g("div",{class:"gux-toggle-error-message"},this.errorMessage)))}render(){return g(l,{class:{"gux-display-inline":this.displayInline}},g("div",{class:{"gux-toggle-container":!0,"gux-toggle-label-left":"left"===this.labelPosition,"gux-disabled":this.disabled||this.loading}},g("div",{class:"gux-toggle-input"},g("gux-toggle-slider",{checked:this.checked,disabled:this.disabled||this.loading,guxAriaLabel:this.getAriaLabel(),onClick:this.toggle.bind(this),onKeyDown:this.onKeydown.bind(this),labelId:this.checkedLabel&&this.uncheckedLabel?this.labelId:"",errorId:this.errorMessage?this.errorId:""}),this.renderLabel()),this.renderError()),g("gux-announce-beta",{ref:e=>this.announceElement=e}))}static get delegatesFocus(){return!0}get root(){return i(this)}static get watchers(){return{loading:["handleLoading"]}}};n.style=':host{display:block;margin:2px;color:#2e394c;outline:none}:host(.gux-display-inline){display:inline-block}.gux-toggle-container.gux-disabled{pointer-events:none;cursor:default}.gux-toggle-container.gux-disabled .gux-toggle-input .gux-toggle-label .gux-toggle-label-text{opacity:var(--gse-ui-toggle-disabled-opacity)}.gux-toggle-container.gux-toggle-label-left .gux-toggle-input{flex-direction:row-reverse}.gux-toggle-container.gux-toggle-label-left .gux-toggle-input .gux-toggle-label .gux-toggle-label-text{place-items:end}.gux-toggle-container.gux-toggle-label-left .gux-toggle-error{float:right}.gux-toggle-container .gux-toggle-input{display:flex;flex-direction:row;flex-wrap:nowrap;gap:var(--gse-ui-toggle-gap);place-content:stretch flex-start;align-items:flex-start}.gux-toggle-container .gux-toggle-input .gux-toggle-label{position:relative;display:inline-block;cursor:default}.gux-toggle-container .gux-toggle-input .gux-toggle-label .gux-toggle-label-text{display:grid;grid-template-areas:"inner-div";place-items:start}.gux-toggle-container .gux-toggle-input .gux-toggle-label .gux-toggle-label-text .gux-toggle-label-text-inner{position:relative;grid-area:inner-div;font-family:var(--gse-ui-toggle-label-fontFamily);font-size:var(--gse-ui-toggle-label-fontSize);font-weight:var(--gse-ui-toggle-label-fontWeight);color:var(--gse-ui-formControl-label-labelColor);word-wrap:break-word}.gux-toggle-container .gux-toggle-input .gux-toggle-label .gux-toggle-label-text .gux-toggle-label-text-inner.gux-hidden{visibility:hidden}.gux-toggle-container .gux-toggle-input .gux-toggle-label .gux-toggle-label-loading{position:absolute;inset:0;display:flex;flex-direction:row;flex-wrap:nowrap;place-content:stretch center;align-items:center}.gux-toggle-container .gux-toggle-error .gux-toggle-error-container{display:flex;flex-direction:row;flex-wrap:nowrap;gap:var(--gse-ui-toggle-gap);place-content:stretch flex-start;align-items:flex-start;align-items:center;padding:var(--gse-ui-formControl-helper-errorPadding);font-size:var(--gse-ui-toggle-label-fontSize);color:var(--gse-ui-formControl-helper-errorColor)}.gux-toggle-container .gux-toggle-error .gux-toggle-error-container gux-icon{flex:0 1 auto;align-self:auto;order:0;width:var(--gse-ui-button-icon-size);height:var(--gse-ui-button-icon-size);color:var(--gse-ui-formControl-helper-errorColor)}.gux-toggle-container .gux-toggle-error .gux-toggle-error-container .gux-toggle-error-message{flex:0 1 auto;align-self:auto;order:0}';export{n as gux_toggle}
@@ -0,0 +1 @@
1
+ import{r as t,h as s,H as o,g as i}from"./p-deca7631.js";import{s as e}from"./p-373c5d93.js";import{t as r}from"./p-7dd36687.js";const n=class{constructor(s){t(this,s),this.value=void 0,this.items=[]}onClick(t){t.stopPropagation();const s=t.target.closest("gux-segmented-control-item");s&&this.value!==s.value&&(this.value=s.value,e(this.root,"input"),e(this.root,"change"))}slotChanged(){this.items=Array.from(this.root.children)}componentWillLoad(){r(this.root)}componentWillRender(){this.items.forEach((t=>{t.selected=t.value===this.value}))}render(){return s(o,{role:"group"},s("slot",{onSlotchange:this.slotChanged.bind(this)}))}get root(){return i(this)}};n.style=":host{display:inline-flex}";export{n as gux_segmented_control_beta}
@@ -0,0 +1 @@
1
+ import{r as t,c as e,h as i,g as r}from"./p-deca7631.js";import{a as s,c as a,o,f as n}from"./p-f3521f3e.js";import{r as u}from"./p-3ea0d493.js";import{a as d}from"./p-ffaadf62.js";import{f as c,a as l,b as h,c as p}from"./p-533d7842.js";import{O as g}from"./p-c49670a7.js";import{t as f}from"./p-7dd36687.js";import{b as x}from"./p-e10cb032.js";import"./p-0962dd7a.js";const k={start:"Start",end:"End",date:"Date",toggleCalendar:"Toggle calendar view"};function b(t,e){let i=new Date(e.getTime());return i.setDate(i.getDate()+t),t<0?i.getDate()>e.getDate()&&(i=new Date(e.getFullYear(),e.getMonth()+1,0,0,0,0)):i.getDate()<e.getDate()&&i.setMonth(i.getMonth()-1),i}function m(t,e){const i=new Date(e.valueOf()),r=function(t){let e=t;for(;e<0;)e+=12;return e%=12,e}(i.getMonth()+t);return i.setMonth(r),i.setFullYear(e.getFullYear()),i.getMonth()!==r?m(t,b(-1,e)):i}function v(t,e){const i=t[e];return i&&"/"!==i?i:t[e-1]}function y(t){return t.match(/\W/)[0]}function C(t){const e=y(t);return t.split(e).reduce(((t,e)=>t.concat(e[0])),[])}function w(t,e){return{selectionStart:t.indexOf(e),selectionEnd:t.lastIndexOf(e)+1}}const D=class{constructor(i){t(this,i),this.input=e(this,"input",7),this.yearFormat="yyyy",this.isSelectingRangeWithMouse=!1,this.lastYear=(new Date).getFullYear(),this.startInputId=u("gux-datepicker"),this.endInputId=u("gux-datepicker"),this.value=void 0,this.label="",this.numberOfMonths=1,this.startDayOfWeek=void 0,this.minDate="",this.maxDate="",this.mode="single",this.format="mm/dd/yyyy",this.disabled=!1,this.labelPosition="beside",this.formattedValue="",this.minDateDate=void 0,this.maxDateDate=void 0,this.toFormattedValue="",this.active=!1}watchValue(){this.updateDate()}watchMinDate(t){this.minDateDate=t?c(t):null}watchMaxDate(t){this.maxDateDate=t?c(t):null}watchFormat(t){t.includes("yyyy")||(this.yearFormat="yy"),this.intervalOrder=C(t),this.lastIntervalRange=this.initialIntervalRange}watchActiveCalendar(t){if(!0===t){const t=c(this.value.split("/")[0]);this.calendarElement.resetCalendarView(t)}}onKeyDown(t){if(this.isInputFieldEvent(t))switch(this.focusedField=this.getInputFieldFromEvent(t),t.key){case"Enter":case"Escape":this.focusedField.blur(),this.active=!1;break;case"Tab":break;case"ArrowDown":t.preventDefault(),this.increment(-1),this.setCursorRange();break;case"ArrowUp":t.preventDefault(),this.increment(1),this.setCursorRange();break;case"ArrowLeft":{t.preventDefault();const e=function(t,e){const i=C(t),r=v(t,e.selectionStart),s=i.indexOf(r);return w(t,i[(s+i.length-1)%i.length])}(this.format,this.intervalRange);this.setIntervalRange(e),this.setCursorRange();break}case"ArrowRight":{t.preventDefault();const e=function(t,e){const i=C(t),r=v(t,e.selectionStart),s=i.indexOf(r);return w(t,i[(s+1)%i.length])}(this.format,this.intervalRange);this.setIntervalRange(e),this.setCursorRange();break}default:t.preventDefault(),this.isSelectingRangeWithMouse||(this.setIntervalRange({selectionStart:this.focusedField.selectionStart,selectionEnd:this.focusedField.selectionEnd}),this.updateIntervalValue(t),this.setCursorRange())}else switch(t.key){case"Enter":case"Escape":case" ":{this.active=!1;const t=this.root.shadowRoot.querySelector(".gux-calendar-toggle-button");d((()=>{t.focus()}));break}case"Tab":this.active&&(this.active=!1)}}onMouseDown(t){this.isInputFieldEvent(t)&&(this.isSelectingRangeWithMouse=!0);const e=t.composedPath(),i=e.includes(this.datepickerElement);Array.from(this.root.shadowRoot.querySelectorAll(".gux-calendar-toggle-button")).every((t=>!e.includes(t)))&&(this.active=i)}onClickOutside(){this.active=!1}onInputFocusIn(t){this.focusedField=this.getInputFieldFromEvent(t),this.isSelectingRangeWithMouse||d((()=>this.setRange()))}onInputFocusOut(){this.lastIntervalRange=this.initialIntervalRange}onInputMouseUp(t){t.preventDefault(),this.lastIntervalRange=w(this.format,v(this.format,this.focusedField.selectionStart)),this.setRange(),this.isSelectingRangeWithMouse=!1}isInputFieldEvent(t){const e=t.composedPath();return e.includes(this.inputElement)||e.includes(this.toInputElement)}get initialIntervalRange(){return w(this.format,v(this.format,0))}getInputFieldFromEvent(t){return t.composedPath()[0]}updateIntervalValue(t){const e=parseInt(t.key,10);if(!isNaN(e)){const i=this.focusedField.value.slice(this.focusedField.selectionStart,this.focusedField.selectionEnd);"y"===v(this.format,this.focusedField.selectionStart)&&"yyyy"===this.yearFormat?this.typeYearValue(i,t.key):this.canSetDate(e)?(this.updateSelection(this.focusedField,`${i[1]}${t.key}`),this.setValue()):(this.updateSelection(this.focusedField,`0${t.key}`.replace("00","01")),this.setValue())}}updateSelection(t,e){t.value=t.value.substr(0,this.intervalRange.selectionStart)+e+t.value.substr(this.intervalRange.selectionEnd)}getCalendarLabels(){return function(t,e,i){const r=t.split(",").map((t=>t.trim()));return"range"===e?[r[0]||i[0],r[1]||i[1]]:"range"===e||r[0]?[r[0]]:[i[2]]}(this.label,this.mode,[this.i18n("start"),this.i18n("end"),this.i18n("date")])}stringToDate(t){const e=y(this.format),i=this.format.toLowerCase().split(e),r=t.split(e),s=parseInt(r[i.indexOf(this.yearFormat)],10),a=parseInt(r[i.indexOf("mm")],10)-1,o=parseInt(r[i.indexOf("dd")],10),n=new Date(s,a,o);return"yy"===this.yearFormat&&n.getFullYear()<1970&&this.lastYear>1970&&n.setFullYear(n.getFullYear()+100),n}onCalendarSelect(t){this.value=t.target.value,t.stopPropagation(),this.input.emit(this.value),this.updateDate(),this.inputElement.value=this.formattedValue,"range"===this.mode&&(this.toInputElement.value=this.toFormattedValue),document.activeElement===this.inputElement&&document.activeElement===this.toInputElement||(this.active=!1)}setValue(){if("range"===this.mode){const t=this.stringToDate(this.inputElement.value),e=this.stringToDate(this.toInputElement.value);this.value=l(t,e),this.updateDate(),this.calendarElement.setValue([t,e])}else{const t=this.stringToDate(this.inputElement.value);this.value=h(t),this.updateDate(),this.calendarElement.setValue(t)}this.input.emit(this.value)}setRange(){this.setIntervalRange(this.lastIntervalRange),this.setCursorRange()}typeYearValue(t,e){" "!==t[0]?this.updateSelection(this.focusedField,` ${e}`):(this.updateSelection(this.focusedField,`${t.substr(1)}${e}`),(t.substr(1)+e).includes(" ")||this.setValue())}canSetDate(t){const e=parseInt([this.focusedField.value[this.intervalRange.selectionEnd-1].toString(),t].join(""),10);if(e)switch(v(this.format,this.focusedField.selectionStart)){case"d":{const t=c(this.value);if(e<=new Date(t.getFullYear(),t.getMonth()+1,0).getDate())return!0;break}case"m":if(e<=12)return!0;break;case"y":return!0}return!1}getMapAndRegexFromField(t){const e={dd:`0${t.getDate()}`.slice(-2),mm:`0${t.getMonth()+1}`.slice(-2)};return"yyyy"===this.yearFormat?e.yyyy=t.getFullYear().toString():e.yy=t.getFullYear().toString().slice(-2),{map:e,regexp:new RegExp(Object.keys(e).join("|"),"gi")}}updateDate(){if("range"===this.mode){const[t,e]=p(this.value),{map:i,regexp:r}=this.getMapAndRegexFromField(t);this.formattedValue=this.format.replace(r,(t=>i[t]));const{map:s,regexp:a}=this.getMapAndRegexFromField(e);this.toFormattedValue=this.format.replace(a,(t=>s[t]))}else{const t=c(this.value),{map:e,regexp:i}=this.getMapAndRegexFromField(t);this.formattedValue=this.format.replace(i,(t=>e[t]))}}setCursorRange(){this.intervalRange&&(this.focusedField.setSelectionRange(0,100),this.focusedField.setSelectionRange(this.intervalRange.selectionStart,this.intervalRange.selectionEnd))}toggleCalendar(){this.active=!this.active,this.active&&d((()=>{this.calendarElement.focusPreviewDate()}))}setIntervalRange(t){this.intervalRange=t}getCombinedFocusedDateValue(){return"range"===this.mode?this.getRangeFocusedDateValue():this.getFocusedDateValue()}getFocusedDateValue(){return c(this.value)}getRangeFocusedDateValue(){const[t,e]=p(this.value);return this.focusedField===this.inputElement?t:e}increment(t){const e=v(this.format,this.focusedField.selectionStart),i=this.getCombinedFocusedDateValue();let r;switch(e){case"d":r=b(t,i);break;case"m":r=m(t,i);break;case"y":r=function(t,e){const i=new Date(e.valueOf());return i.setFullYear(e.getFullYear()+t),i}(t,i)}var s,a,o;s=r,a=this.minDateDate,((o=this.maxDateDate)&&o<s||a&&a>s)&&(r=i),this.lastYear=r.getFullYear(),this.setIntervalRange({selectionStart:this.focusedField.selectionStart,selectionEnd:this.focusedField.selectionEnd}),this.focusedField.value=function(t,e){const i=y(e),r=e.split(i).map((e=>{switch(e[0]){case"d":return function(t){return`0${t.getDate().toString()}`.slice(-2)}(t);case"m":return function(t){return`0${(t.getMonth()+1).toString()}`.slice(-2)}(t);case"y":return function(t,e){return"yyyy"===e?t.getFullYear().toString():t.getFullYear().toString().slice(-2)}(t,e)}})).join(i);return r}(r,this.format),this.setValue()}async componentWillLoad(){if(f(this.root,{variant:this.mode}),this.i18n=await x(this.root,k),this.watchMinDate(this.minDate),this.watchMaxDate(this.maxDate),this.watchFormat(this.format),!this.value){const t=new Date;t.setHours(0,0,0,0),this.value="range"===this.mode?l(t,t):h(t),"range"===this.mode&&this.numberOfMonths<2&&(this.numberOfMonths=2)}this.updateDate()}runUpdatePosition(){this.cleanupUpdatePosition=s(this.datepickerElement,this.calendarElement,(()=>this.updatePosition()),{ancestorScroll:!0,elementResize:!0,animationFrame:!0,ancestorResize:!0})}updatePosition(){a(this.datepickerElement,this.calendarElement,{strategy:"fixed",placement:"bottom-start",middleware:[o({crossAxis:-3}),n({fallbackStrategy:"initialPlacement"})]}).then((({x:t,y:e})=>{Object.assign(this.calendarElement.style,{left:`${t}px`,top:`${e}px`})}))}componentDidUpdate(){this.active?this.runUpdatePosition():this.cleanupUpdatePosition&&this.cleanupUpdatePosition()}disconnectedCallback(){this.cleanupUpdatePosition&&this.cleanupUpdatePosition()}renderCalendarToggleButton(){return i("button",{class:"gux-calendar-toggle-button",type:"button",onClick:()=>this.toggleCalendar(),"aria-expanded":this.active.toString(),"aria-label":this.i18n("toggleCalendar"),disabled:this.disabled},i("gux-icon",{decorative:!0,"icon-name":"calendar"}))}renderCalendar(){return i("gux-calendar",{tabIndex:-1,ref:t=>this.calendarElement=t,value:this.value,mode:this.mode,onCalendarSelect:t=>this.onCalendarSelect(t),minDate:this.minDate,maxDate:this.maxDate,numberOfMonths:this.numberOfMonths,startDayOfWeek:this.startDayOfWeek})}renderStartDateField(){return i("div",{class:{"gux-datepicker-field":!0,"gux-above":"above"===this.labelPosition}},i("label",{htmlFor:this.startInputId,class:{"gux-datepicker-field-label":!0,"gux-sr-only":"single"===this.mode&&!this.label}},this.getCalendarLabels()[0]),i("div",{class:"gux-datepicker-field-input"},i("div",{class:"gux-datepicker-field-text-input"},i("input",{id:this.startInputId,type:"text",onClick:t=>this.onInputMouseUp(t),onFocusin:t=>this.onInputFocusIn(t),onFocusout:()=>this.onInputFocusOut(),ref:t=>this.inputElement=t,value:this.formattedValue,disabled:this.disabled}),this.renderCalendarToggleButton()),this.renderCalendar()))}renderEndDateField(){return"single"===this.mode?null:i("div",{class:{"gux-datepicker-field":!0,"gux-above":"above"===this.labelPosition}},i("label",{htmlFor:this.endInputId,class:"gux-datepicker-field-label"},this.getCalendarLabels()[1]),i("div",{class:"gux-datepicker-field-input"},i("div",{class:"gux-datepicker-field-text-input"},i("input",{id:this.endInputId,type:"text",ref:t=>this.toInputElement=t,onMouseUp:t=>this.onInputMouseUp(t),onFocusin:t=>this.onInputFocusIn(t),onFocusout:()=>this.onInputFocusOut(),value:this.toFormattedValue,disabled:this.disabled}),this.renderCalendarToggleButton())))}render(){return i("div",{class:{"gux-datepicker":!0,"gux-active":this.active,"gux-disabled":this.disabled},ref:t=>this.datepickerElement=t},this.renderStartDateField(),this.renderEndDateField())}get root(){return r(this)}static get watchers(){return{value:["watchValue"],minDate:["watchMinDate"],maxDate:["watchMaxDate"],format:["watchFormat"],active:["watchActiveCalendar"]}}};(function(t,e,i,r){var s,a=arguments.length,o=a<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,i):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,i,r);else for(var n=t.length-1;n>=0;n--)(s=t[n])&&(o=(a<3?s(o):a>3?s(e,i,o):s(e,i))||o);a>3&&o&&Object.defineProperty(e,i,o)})([g({triggerEvents:"mousedown"})],D.prototype,"onClickOutside",null),D.style=":host{display:block}.gux-datepicker{display:inline-block}.gux-datepicker.gux-disabled{pointer-events:none;cursor:default}.gux-datepicker.gux-disabled .gux-datepicker-field .gux-datepicker-field-input{opacity:var(--gse-ui-datePicker-disabled-opacity)}.gux-datepicker .gux-datepicker-field{display:inline-flex;flex-direction:row;flex-wrap:nowrap;place-content:flex-start flex-start;align-items:center}.gux-datepicker .gux-datepicker-field~.gux-datepicker-field{margin-left:20px}.gux-datepicker .gux-datepicker-field.gux-above{flex-direction:column;align-items:self-start}.gux-datepicker .gux-datepicker-field.gux-above .gux-datepicker-field-input{margin-top:0}.gux-datepicker .gux-datepicker-field.gux-above .gux-datepicker-field-label{margin-right:0}.gux-datepicker .gux-datepicker-field .gux-datepicker-field-label{flex:0 1 auto;align-self:auto;order:0;margin-right:var(--gse-ui-formControl-label-gap);font-size:var(--gse-ui-formControl-label-text-fontSize);font-weight:var(--gse-ui-formControl-label-text-fontWeight)}.gux-datepicker .gux-datepicker-field .gux-datepicker-field-input{box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:nowrap;gap:var(--gse-ui-formControl-input-gap);place-content:stretch center;align-items:center;width:100%;height:var(--gse-ui-formControl-input-textfield-height);padding:var(--gse-ui-formControl-input-padding);font-family:var(--gse-ui-formControl-input-contentText-fontFamily);font-size:var(--gse-ui-formControl-input-contentText-fontSize);line-height:var(--gse-ui-formControl-input-contentText-lineHeight);color:var(--gse-ui-formControl-input-populatedColor);white-space:nowrap;background-color:var(--gse-ui-formControl-input-backgroundColor);background-image:none;border:var(--gse-ui-formControl-input-default-border-width) var(--gse-ui-formControl-input-default-border-style) var(--gse-ui-formControl-input-default-border-color);border-radius:var(--gse-ui-formControl-input-borderRadius)}.gux-datepicker .gux-datepicker-field .gux-datepicker-field-input:hover{border:var(--gse-ui-formControl-input-hover-border-width) var(--gse-ui-formControl-input-hover-border-style) var(--gse-ui-formControl-input-hover-border-color)}.gux-datepicker .gux-datepicker-field .gux-datepicker-field-input:focus-within{border:var(--gse-ui-formControl-input-active-border-width) var(--gse-ui-formControl-input-active-border-style) var(--gse-ui-formControl-input-active-border-color);border-radius:var(--gse-ui-formControl-focusRing-borderRadius);outline:2px var(--gse-ui-formControl-input-focus-border-style) var(--gse-ui-formControl-input-focus-border-color)}.gux-datepicker .gux-datepicker-field .gux-datepicker-field-input.gux-active{border:var(--gse-ui-formControl-input-active-border-width) var(--gse-ui-formControl-input-active-border-style) var(--gse-ui-formControl-input-active-border-color);border-radius:var(--gse-ui-formControl-focusRing-borderRadius);outline:2px var(--gse-ui-formControl-input-focus-border-style) var(--gse-ui-formControl-input-focus-border-color)}.gux-datepicker .gux-datepicker-field .gux-datepicker-field-input .gux-datepicker-field-text-input{box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:nowrap}.gux-datepicker .gux-datepicker-field .gux-datepicker-field-input .gux-datepicker-field-text-input input{flex:1 1 auto;align-self:auto;order:0;width:var(--gse-ui-calendarMenu-day-input-width);overflow:hidden;color:var(--gse-ui-formControl-input-populatedColor);border:none;outline:none}.gux-datepicker .gux-datepicker-field .gux-datepicker-field-input .gux-datepicker-field-text-input input::placeholder{color:var(--gse-ui-formControl-input-placeholderColor);opacity:1}.gux-datepicker .gux-datepicker-field .gux-datepicker-field-input .gux-datepicker-field-text-input input::-webkit-search-cancel-button,.gux-datepicker .gux-datepicker-field .gux-datepicker-field-input .gux-datepicker-field-text-input input::-webkit-search-results-button,.gux-datepicker .gux-datepicker-field .gux-datepicker-field-input .gux-datepicker-field-text-input input::-webkit-calendar-picker-indicator{display:none;-webkit-appearance:none}.gux-datepicker .gux-datepicker-field .gux-datepicker-field-input .gux-datepicker-field-text-input button{display:flex;flex:0 1 auto;align-items:center;align-self:auto;justify-content:center;order:0;padding:0;color:var(--gse-ui-formControl-input-inputIcon-iconEndColor);background:transparent;border:none;border-radius:var(--gse-ui-actionButton-borderRadius);outline:none}.gux-datepicker .gux-datepicker-field .gux-datepicker-field-input .gux-datepicker-field-text-input button:focus-within{border:var(--gse-ui-formControl-input-active-border-width) var(--gse-ui-formControl-input-active-border-style) var(--gse-ui-formControl-input-active-border-color);border-radius:var(--gse-ui-formControl-focusRing-borderRadius);outline:2px var(--gse-ui-formControl-input-focus-border-style) var(--gse-ui-formControl-input-focus-border-color);padding:2px}.gux-datepicker .gux-datepicker-field .gux-datepicker-field-input .gux-datepicker-field-text-input button:not(:disabled):focus-visible,.gux-datepicker .gux-datepicker-field .gux-datepicker-field-input .gux-datepicker-field-text-input button:not(:disabled):hover{color:var(--gse-ui-formControl-input-inputIcon-iconEndColor);cursor:pointer}.gux-datepicker .gux-datepicker-field .gux-datepicker-field-input .gux-datepicker-field-text-input button gux-icon{width:var(--gse-ui-icon-size-sm);height:var(--gse-ui-icon-size-sm)}.gux-datepicker .gux-datepicker-field .gux-datepicker-field-input gux-calendar{position:fixed;z-index:var(--gse-semantic-zIndex-popup);display:none}.gux-datepicker.gux-active .gux-datepicker-field .gux-datepicker-field-input .gux-datepicker-field-text-input button{color:var(--gse-ui-formControl-input-inputIcon-iconEndColor)}.gux-datepicker.gux-active .gux-datepicker-field .gux-datepicker-field-input .gux-datepicker-field-text-input button:not(:disabled):focus-visible,.gux-datepicker.gux-active .gux-datepicker-field .gux-datepicker-field-input .gux-datepicker-field-text-input button:not(:disabled):hover{color:var(--gse-ui-formControl-input-inputIcon-iconEndColor)}.gux-datepicker.gux-active .gux-datepicker-field .gux-datepicker-field-input gux-calendar{display:block}.gux-sr-only{position:absolute;top:auto;left:-10000px;width:1px;height:1px;overflow:hidden}";export{D as gux_datepicker}
@@ -0,0 +1 @@
1
+ import{r as t,f as e,d as i,h as a,H as o,g as n}from"./p-deca7631.js";import{O as r}from"./p-a69a9910.js";import{O as s}from"./p-d6edbaeb.js";import{t as l}from"./p-7dd36687.js";import{g as u}from"./p-693c1709.js";function h(t,e){[].concat(t).forEach((t=>{null!=t&&(t.accent=e)}))}function d(t,...e){e.flat().filter((t=>null!==t&&!t.hasAttribute("icon-only"))).forEach((e=>e.iconOnly=t))}var c=function(t,e,i,a){var o,n=arguments.length,r=n<3?e:null===a?a=Object.getOwnPropertyDescriptor(e,i):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)r=Reflect.decorate(t,e,i,a);else for(var s=t.length-1;s>=0;s--)(o=t[s])&&(r=(n<3?o(r):n>3?o(e,i,r):o(e,i))||r);return n>3&&r&&Object.defineProperty(e,i,r),r};const p=class{constructor(e){t(this,e),this.minimumSizes={full:0,iconOnly:0,condensed:0},this.displayedLayout="full",this.hasContextDivider=!1}onMutation(){this.hasContextDivider=this.needsContextDivider(),e(this.root)}recordLayoutMinSize(){i((()=>{var t,e;const i=0|(null===(t=this.filterSlot)||void 0===t?void 0:t.clientWidth),a=0|(null===(e=this.actionsContainer)||void 0===e?void 0:e.clientWidth);this.minimumSizes[this.displayedLayout]=i+a+72}))}get actionsContainer(){return this.root.shadowRoot.querySelector(".gux-contextual-permanent-primary")}get filterSlot(){return u(this.root,"search-and-filter")}get menuActionSlot(){return u(this.root,"menu-actions")}get permanentSlot(){return u(this.root,"permanent-actions")}get contextualSlot(){return u(this.root,"contextual-actions")}get primaryAction(){var t;return null===(t=this.root)||void 0===t?void 0:t.querySelector("gux-table-toolbar-custom-action[slot]")}get permanentActions(){var t,e;if(null===(t=this.permanentSlot)||void 0===t?void 0:t.hasChildNodes)return Array.from(null===(e=this.permanentSlot)||void 0===e?void 0:e.querySelectorAll("gux-table-toolbar-action, gux-table-toolbar-custom-action"))}get menuActionsItems(){var t,e;if(null===(t=this.menuActionSlot)||void 0===t?void 0:t.hasChildNodes)return Array.from(null===(e=this.menuActionSlot)||void 0===e?void 0:e.querySelectorAll("gux-table-toolbar-action, gux-table-toolbar-custom-action"))}get contextualActions(){var t,e;if(null===(t=this.contextualSlot)||void 0===t?void 0:t.hasChildNodes)return Array.from(null===(e=this.contextualSlot)||void 0===e?void 0:e.querySelectorAll("gux-table-toolbar-action, gux-table-toolbar-custom-action"))}get filterActions(){var t,e;if(null===(t=this.filterSlot)||void 0===t?void 0:t.hasChildNodes)return Array.from(null===(e=this.filterSlot)||void 0===e?void 0:e.querySelectorAll("gux-table-toolbar-action, gux-table-toolbar-custom-action"))}get allFilterContextual(){var t;return null===(t=this.filterActions)||void 0===t?void 0:t.concat(this.contextualActions)}needsContextDivider(){var t;return(null===(t=this.contextualActions)||void 0===t?void 0:t.length)&&this.contextualSlot!==this.root.lastElementChild}renderMenu(){var t;return Boolean((null===(t=this.menuActionsItems)||void 0===t?void 0:t.length)||"condensed"==this.displayedLayout)}renderFullLayout(){this.displayedLayout="full",d(!1,this.primaryAction,...this.allFilterContextual,...this.permanentActions)}renderIconOnlyLayoutScaleDown(t){this.displayedLayout="iconOnly",d(!0,this.primaryAction,...this.allFilterContextual,...this.permanentActions),this.iconOnlySectionWidth=t}renderIconOnlyLayoutScaleUp(){var t,e;this.displayedLayout="iconOnly",h(this.permanentActions,"secondary"),h(this.primaryAction,"primary"),d(!0,this.primaryAction,...this.allFilterContextual,...this.permanentActions),this.permanentActions&&(null===(t=this.root)||void 0===t||t.appendChild(this.permanentSlot)),this.primaryAction&&(null===(e=this.root)||void 0===e||e.appendChild(this.primaryAction))}renderCondensedLayout(){var t,e;this.displayedLayout="condensed",this.permanentActions&&(null===(t=this.menuActionSlot)||void 0===t||t.appendChild(this.permanentSlot)),this.primaryAction&&(null===(e=this.menuActionSlot)||void 0===e||e.appendChild(this.primaryAction)),d(!0,...this.allFilterContextual),d(!1,...this.permanentActions),d(!1,this.primaryAction),h(this.menuActionsItems,"ghost")}componentWillLoad(){l(this.root),this.hasContextDivider=this.needsContextDivider()}componentDidLoad(){this.recordLayoutMinSize(),this.checkResponsiveLayout(),h(this.menuActionsItems,"ghost")}componentDidUpdate(){this.recordLayoutMinSize(),this.checkResponsiveLayout()}checkResponsiveLayout(){i((()=>{var t;const e=0|(null===(t=this.actionsContainer)||void 0===t?void 0:t.clientWidth),i=this.root.clientWidth;i<=this.minimumSizes.full&&i>=this.minimumSizes.iconOnly?"full"==this.displayedLayout?this.renderIconOnlyLayoutScaleDown(e):"condensed"==this.displayedLayout&&this.renderIconOnlyLayoutScaleUp():i<=this.minimumSizes.iconOnly?this.renderCondensedLayout():this.minimumSizes.iconOnly>this.minimumSizes.full?this.renderIconOnlyLayoutScaleUp():this.renderFullLayout()}))}render(){return a(o,{role:"toolbar","aria-orientation":"horizontal"},a("div",{class:"search-filter-container"},a("slot",{name:"search-and-filter"})),a("div",{class:"section-spacing"}),a("div",{class:"gux-contextual-permanent-primary"},a("div",{class:{"gux-contextual-wrapper":this.hasContextDivider}},a("slot",{name:"contextual-actions"})),a("div",{class:"gux-permanent-menu-primary-wrapper"},a("slot",{name:"permanent-actions"}),a("gux-table-toolbar-menu-button",{"show-menu":this.renderMenu()},a("slot",{name:"menu-actions"})),a("slot",{name:"primary-action"}))))}get root(){return n(this)}};c([s({childList:!0,subtree:!0})],p.prototype,"onMutation",null),c([r()],p.prototype,"checkResponsiveLayout",null),p.style=":host{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;max-height:var(--gse-ui-dataTableItems-tableToolbar-height)}:host .search-filter-container{width:260px;min-width:260px;padding-right:var(--gse-ui-dataTableItems-tableToolbar-gap)}:host slot[name=search-and-filter]::slotted(*){display:flex;flex-direction:row;gap:var(--gse-ui-dataTableItems-tableToolbar-tableToolbarGroup-gap);align-content:flex-start;align-items:center}:host .section-spacing{display:flex;flex-direction:row;min-width:72px}:host .gux-contextual-permanent-primary{display:flex;flex-direction:row;justify-content:space-between;padding-left:var(--gse-ui-dataTableItems-tableToolbar-gap)}:host .gux-contextual-permanent-primary slot[name=permanent-actions]::slotted(*),:host .gux-contextual-permanent-primary slot[name=contextual-actions]::slotted(*){display:flex;flex-direction:row;flex-wrap:nowrap;gap:var(--gse-ui-dataTableItems-tableToolbar-tableToolbarGroup-gap);align-content:flex-end;align-items:center}:host .gux-contextual-permanent-primary .gux-contextual-wrapper{padding-right:var(--gse-ui-dataTableItems-tableToolbar-gap);border-right:var(--gse-ui-dataTableItems-tableToolbar-divider-width) solid var(--gse-ui-dataTableItems-tableToolbar-dividerColor)}:host .gux-contextual-permanent-primary .gux-permanent-menu-primary-wrapper{display:flex;flex-direction:row;flex-wrap:nowrap;gap:var(--gse-ui-dataTableItems-tableToolbar-tableToolbarGroup-gap);margin-left:var(--gse-ui-dataTableItems-tableToolbar-gap)}";export{p as gux_table_toolbar}
@@ -0,0 +1 @@
1
+ import{r as t,h as s,g as i}from"./p-deca7631.js";import{t as r}from"./p-7dd36687.js";const n=/[ +]/g,e=new Map,h=new Map;function a(t){return t.replace(/[\^$*+?.(){}[\]\\]/g,"\\$&")}const o=class{constructor(s){t(this,s),this.text=void 0,this.highlight=void 0,this.strategy="start",this.dimmed=!1}componentWillLoad(){r(this.root)}render(){if(this.highlight&&this.text)switch(this.strategy){case"start":return this.renderStartsWith();case"contains":return this.renderContains();case"fuzzy":return this.renderFuzzy()}return s("span",{class:{"gux-dimmed":this.dimmed}},this.text)}renderStartsWith(){if(this.text.toLowerCase().startsWith(this.highlight.toLowerCase())){const t=this.text.substring(0,this.highlight.length),i=this.text.substring(this.highlight.length);return s("span",{class:{"gux-dimmed":this.dimmed}},s("mark",null,t),i)}return s("span",{class:{"gux-dimmed":this.dimmed}},this.text)}renderContains(){const t={highlighted:"",remaining:this.text};for(;t.remaining.toLowerCase().includes(this.highlight.toLowerCase());){const s=t.remaining.toLowerCase().indexOf(this.highlight.toLowerCase()),i=t.remaining.substring(0,s),r=t.remaining.substring(s,s+this.highlight.length);t.highlighted+=i+`<mark>${r}</mark>`,t.remaining=t.remaining.substring(s+r.length)}return s("span",{class:{"gux-dimmed":this.dimmed},innerHTML:t.highlighted+t.remaining})}renderFuzzy(){if(function(t,s){let i=e.get(t);return i||(i=function(t){const s=t.split(n).map(a);if(1===s.length)return new RegExp(s[0],"i");let i="(";return s.forEach(((t,r)=>{i+=t+").*",r!==s.length-1&&(i+="(")})),new RegExp(i+"$","i")}(t),e.set(t,i)),i.test(s)}(this.highlight,this.text)){const i=(t=this.highlight,t.split(n).map(a).map((t=>{let s=h.get(t);return s||(s=new RegExp(t,"i"),h.set(t,s)),s}))).reduce(((t,s)=>{const{0:i,index:r,input:n}=t.remaining.match(s),e=n.substring(0,r);return{highlighted:`${t.highlighted+e}<mark>${i}</mark>`,remaining:n.substring(r+i.length)}}),{highlighted:"",remaining:this.text});return s("span",{class:{"gux-dimmed":this.dimmed},innerHTML:i.highlighted+i.remaining})}var t;return s("span",{class:{"gux-dimmed":this.dimmed}},this.text)}get root(){return i(this)}};o.style="span mark{background-color:var(--gse-ui-search-match-firstLevel-backgroundColor)}.gux-dimmed mark{background-color:var(--gse-ui-search-match-subsequentLevel-backgroundColor)}";export{o as gux_text_highlight}
@@ -0,0 +1 @@
1
+ import{r as t,c as i,h as a,g as s}from"./p-deca7631.js";import{e}from"./p-dbb0ac25.js";import{r as o}from"./p-3ea0d493.js";import{a as n}from"./p-ffaadf62.js";import{b as d}from"./p-e10cb032.js";import{t as r}from"./p-363466e3.js";import"./p-0962dd7a.js";const u=class{constructor(a){t(this,a),this.internalactivatetabpanel=i(this,"internalactivatetabpanel",7),this.dropdownOptionsButtonId=o(),this.tabTitle="",this.focusinFromClick=!1,this.tabId=void 0,this.active=!1,this.guxDisabled=!1,this.popoverHidden=!0}onFocusin(t){!this.focusinFromClick&&t.target.classList.contains("gux-tab-button")&&this.tooltipTitleElement.setShowTooltip()}onFocusout(t){this.root.querySelector(".gux-tab").contains(t.relatedTarget)||(this.popoverHidden=!0),t.target.classList.contains("gux-tab-button")&&this.tooltipTitleElement.setHideTooltip(),this.focusinFromClick=!1}onKeydown(t){switch(t.key){case"ArrowDown":e(".gux-tab-options-trigger",t)&&(t.stopPropagation(),t.preventDefault(),this.popoverHidden=!1,this.focusFirstItemInPopupList()),e('gux-list[slot="dropdown-options"]',t)&&(t.stopImmediatePropagation(),t.stopPropagation());break;case"Enter":e(".gux-tab-options-trigger",t)&&(t.stopPropagation(),t.preventDefault(),this.popoverHidden=!1,this.focusFirstItemInPopupList());break;case"Escape":e('gux-list[slot="dropdown-options"]',t)&&(t.stopPropagation(),this.popoverHidden=!0,n((()=>{var t;null===(t=this.tabOptionsButtonElement)||void 0===t||t.focus()})));break;case"ArrowRight":case"ArrowLeft":case"ArrowUp":case"Tab":case"Home":case"End":e('gux-list[slot="dropdown-options"]',t)&&(t.stopImmediatePropagation(),t.stopPropagation())}}onKeyup(t){" "===t.key&&e(".gux-tab-options-trigger",t)&&this.focusFirstItemInPopupList()}onClick(t){e(".gux-tab-options-trigger",t)||this.active||this.guxDisabled||this.internalactivatetabpanel.emit(this.tabId)}onMouseDown(){this.focusinFromClick=!0}async guxSetActive(t){this.active=t}async guxGetActive(){return this.active}async guxFocus(){this.buttonElement.focus()}get hasDropdownOptions(){return Boolean(this.root.querySelector('gux-list[slot="dropdown-options"]'))}focusFirstItemInPopupList(){const t=this.root.querySelector('gux-list[slot="dropdown-options"]');n((()=>{null==t||t.guxFocusFirstItem()}))}toggleOptions(){this.popoverHidden=!this.popoverHidden}onSelectDropdownOption(t){this.popoverHidden=!0,t.stopPropagation(),n((()=>{this.tabOptionsButtonElement.focus()}))}async componentWillLoad(){this.i18n=await d(this.root,r,"gux-tabs-advanced")}componentDidLoad(){this.tabTitle=this.root.querySelector("gux-tooltip-title").textContent.trim()}popoverOnClick(t){t.stopPropagation()}renderTabOptions(){return this.hasDropdownOptions?a("div",{class:"gux-tab-options"},a("gux-button-slot",{accent:"ghost"},a("button",{id:this.dropdownOptionsButtonId,"aria-expanded":(!this.popoverHidden).toString(),type:"button",class:"gux-tab-options-trigger",ref:t=>this.tabOptionsButtonElement=t,onClick:()=>this.toggleOptions(),tabIndex:this.active?0:-1,disabled:this.guxDisabled},a("gux-icon",{"icon-name":"menu-kebab-vertical","screenreader-text":this.i18n("options",{tabTitle:this.tabTitle})}))),a("gux-popover-list",{position:"top-end",for:this.dropdownOptionsButtonId,displayDismissButton:!1,"is-open":!this.popoverHidden,closeOnClickOutside:!0,onGuxdismiss:()=>this.popoverHidden=!0,onClick:t=>this.popoverOnClick(t),onFocusout:t=>t.stopImmediatePropagation()},a("div",{class:"gux-dropdown-options-container",onClick:t=>this.onSelectDropdownOption(t)},a("slot",{name:"dropdown-options"})))):null}renderTabButton(){return a("button",{class:"gux-tab-button",type:"button",role:"tab",disabled:this.guxDisabled,"aria-selected":this.active.toString(),"aria-disabled":this.guxDisabled.toString(),"aria-controls":`gux-${this.tabId}-panel`,ref:t=>this.buttonElement=t,tabIndex:this.active?0:-1,id:`gux-${this.tabId}-tab`},a("gux-tooltip-title",{ref:t=>this.tooltipTitleElement=t},a("span",{class:"gux-tab-button-text"},a("slot",null))))}render(){return[a("div",{class:{"gux-tab":!0,"gux-selected":this.active,"gux-dropdown-options":this.hasDropdownOptions,"gux-disabled":this.guxDisabled}},a("div",{class:"gux-buttons"},this.renderTabButton(),this.renderTabOptions()),a("div",{class:"gux-divider"}))]}get root(){return s(this)}};u.style="gux-tab-advanced .gux-tab{display:flex;align-items:center;border-color:transparent;border-top-width:var(--gse-ui-advancedTabs-item-indicator-height);border-bottom-style:solid;border-bottom-width:var(--gse-ui-advancedTabs-item-indicator-height)}gux-tab-advanced .gux-tab .gux-buttons{display:flex;flex:1 1 0;gap:var(--gse-ui-advancedTabs-item-gap);align-items:center;width:var(--gse-ui-advancedTabs-item-width);min-width:0}gux-tab-advanced .gux-tab .gux-buttons .gux-tab-button{all:unset;flex:1 1 0;width:100px;min-width:0;padding:var(--gse-ui-advancedTabs-item-padding)}gux-tab-advanced .gux-tab .gux-buttons .gux-tab-button:focus-visible{outline:var(--gse-semantic-focusRing-default-border-color) var(--gse-semantic-focusRing-default-border-style) var(--gse-semantic-focusRing-default-border-width);outline-offset:var(--gse-semantic-focusRing-offset);border-radius:var(--gse-ui-advancedTabs-item-focus-borderRadius);outline-offset:calc(-1 * var(--gse-semantic-focusRing-default-border-width))}gux-tab-advanced .gux-tab .gux-buttons .gux-tab-button .gux-tab-button-text{font-family:var(--gse-ui-advancedTabs-item-itemText-fontFamily);font-size:var(--gse-ui-advancedTabs-item-itemText-fontSize);font-weight:var(--gse-ui-advancedTabs-item-itemText-fontWeight);line-height:var(--gse-ui-advancedTabs-item-itemText-lineHeight);color:var(--gse-ui-advancedTabs-item-text-color);white-space:nowrap}gux-tab-advanced .gux-tab .gux-tab-options .gux-tab-options-trigger gux-icon{width:var(--gse-ui-icon-size-sm);height:var(--gse-ui-icon-size-sm)}gux-tab-advanced .gux-tab .gux-tab-options .gux-tab-options-container{--no-op:none}gux-tab-advanced .gux-tab .gux-divider{width:var(--gse-ui-advancedTabs-item-divider-right-width);height:var(--gse-ui-advancedTabs-item-divider-right-height);background-color:var(--gse-ui-advancedTabs-divider-dividerColor)}gux-tab-advanced .gux-tab:hover:not(.gux-disabled),gux-tab-advanced .gux-tab:focus-within{border-bottom-color:var(--gse-ui-advancedTabs-item-indicator-activeColor)}gux-tab-advanced .gux-tab.gux-selected{background-color:var(--gse-ui-advancedTabs-item-backgroundColor);border-bottom-color:var(--gse-ui-advancedTabs-item-indicator-activeColor)}gux-tab-advanced .gux-tab.gux-selected.gux-disabled{border-bottom-color:color-mix(in srgb, var(--gse-ui-advancedTabs-item-indicator-activeColor) 50%, white)}gux-tab-advanced .gux-tab.gux-disabled .gux-buttons .gux-tab-button .gux-tab-button-text{color:color-mix(in srgb, var(--gse-ui-advancedTabs-item-text-color) 50%, white)}";export{u as gux_tab_advanced}
@@ -0,0 +1 @@
1
+ import{r as o,h as r,g as t}from"./p-deca7631.js";import{t as e}from"./p-7dd36687.js";import{b as i}from"./p-e10cb032.js";import"./p-0962dd7a.js";const n={clear:"Clear"},s=class{constructor(r){o(this,r)}async componentWillLoad(){e(this.root),this.i18n=await i(this.root,n)}render(){return r("button",{tabIndex:-1,type:"button",title:this.i18n("clear")},r("gux-icon",{"icon-name":"close",decorative:!0}))}static get delegatesFocus(){return!0}get root(){return t(this)}};s.style="button{display:flex;padding:0;color:var(--gse-ui-formControl-input-inputIcon-defaultColor);background:transparent;border:none;border-radius:var(--gse-ui-formControl-input-borderRadius)}button:not(:disabled):focus-visible,button:not(:disabled):hover{color:var(--gse-ui-formControl-input-inputIcon-iconEndColor);cursor:pointer}button gux-icon{width:var(--gse-ui-icon-size-sm);height:var(--gse-ui-icon-size-sm);border-radius:var(--gse-ui-formControl-input-borderRadius)}button:focus{outline:none}button:focus-visible:enabled gux-icon{border:var(--gse-ui-formControl-input-active-border-width) var(--gse-ui-formControl-input-active-border-style) var(--gse-ui-formControl-input-active-border-color);border-radius:var(--gse-ui-formControl-focusRing-borderRadius);outline:var(--gse-ui-formControl-input-focus-border-width) var(--gse-ui-formControl-input-focus-border-style) var(--gse-ui-formControl-input-focus-border-color)}";export{s as gux_form_field_input_clear_button}
@@ -0,0 +1 @@
1
+ import{h as e}from"./p-deca7631.js";const l=({position:l,required:r,labelText:a},s)=>[e("legend",{class:"gux-form-field-legend-label gux-screenreader"},s),e("span",{class:{"gux-form-field-legend-label":!0,[`gux-${l}`]:!0,"gux-required":r},role:"presentation","aria-hidden":"true"},a)],r=({labelPosition:l},r)=>e("fieldset",{class:{"gux-form-field-fieldset-container":!0,[`gux-${l}`]:!0}},r);export{l as G,r as a}
@@ -0,0 +1 @@
1
+ import{r as t,h as o,H as e,g as s}from"./p-deca7631.js";import{t as i}from"./p-7dd36687.js";import{O as r}from"./p-c49670a7.js";import{b as n}from"./p-e10cb032.js";import{b as u}from"./p-ffaadf62.js";import"./p-0962dd7a.js";const a={additionalActions:"Additional Actions"};const c=class{constructor(o){t(this,o),this.showMenu=void 0,this.expanded=!1}handleKeyDown(t){const o=t.composedPath();switch(t.key){case"Escape":this.expanded=!1,o.includes(this.listElement)&&(t.preventDefault(),this.dropdownButton.focus());break;case"Tab":this.expanded=!1;break;case"ArrowDown":case"Enter":o.includes(this.dropdownButton)&&(t.preventDefault(),this.expanded=!0,this.focusFirstItemInPopupList())}}handleKeyup(t){if(" "===t.key)t.composedPath().includes(this.dropdownButton)&&(this.expanded=!0,this.focusFirstItemInPopupList())}onFocusin(){this.tooltipTitleElement.setShowTooltip()}onFocusout(){this.tooltipTitleElement.setHideTooltip()}toggle(){this.expanded=!this.expanded,this.expanded&&this.focusPopupList()}onClickOutside(){this.expanded=!1}focusPopupList(){u((()=>{this.listElement.focus()}))}focusFirstItemInPopupList(){u((()=>{this.listElement.guxFocusFirstItem()}))}async componentWillLoad(){this.i18n=await n(this.root,a),i(this.root)}render(){return o(e,{class:{"gux-show-menu":this.showMenu}},o("gux-popup",{expanded:this.expanded,"exceed-target-width":!0},o("div",{slot:"target",class:"gux-toolbar-menu-container"},o("gux-button-slot",{class:"gux-menu-button"},o("button",{type:"button",ref:t=>this.dropdownButton=t,onMouseUp:()=>this.toggle(),"aria-haspopup":"true","aria-expanded":this.expanded.toString()},o("gux-tooltip-title",{ref:t=>this.tooltipTitleElement=t},o("span",null,o("gux-icon",{"screenreader-text":this.i18n("additionalActions"),"icon-name":"menu-kebab-horizontal"})))))),o("div",{class:"gux-list-container",slot:"popup"},o("gux-list",{ref:t=>this.listElement=t},o("slot",null)))))}static get delegatesFocus(){return!0}get root(){return s(this)}};(function(t,o,e,s){var i,r=arguments.length,n=r<3?o:null===s?s=Object.getOwnPropertyDescriptor(o,e):s;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(t,o,e,s);else for(var u=t.length-1;u>=0;u--)(i=t[u])&&(n=(r<3?i(n):r>3?i(o,e,n):i(o,e))||n);r>3&&n&&Object.defineProperty(o,e,n)})([r({triggerEvents:"mousedown"})],c.prototype,"onClickOutside",null),c.style=":host{display:none;-webkit-user-select:none;user-select:none}:host(.gux-show-menu){display:block}.gux-menu-button button{color:var(--gse-ui-button-secondary-default-foregroundColor);cursor:grab;background-color:var(--gse-ui-button-secondary-default-backgroundColor);border:none}.gux-menu-button button gux-icon{width:var(--gse-ui-icon-size-sm);height:var(--gse-ui-icon-size-sm)}.gux-list-container{width:min-content;margin:0;overflow-y:auto;background:var(--gse-ui-menu-backgroundColor);border-color:var(--gse-ui-menu-border-color);border-style:var(--gse-ui-menu-border-style);border-width:var(--gse-ui-menu-border-width);border-radius:var(--gse-ui-menu-borderRadius);box-shadow:var(--gse-ui-menu-boxShadow-x) var(--gse-ui-menu-boxShadow-y) var(--gse-ui-menu-boxShadow-blur) var(--gse-ui-menu-boxShadow-spread) var(--gse-ui-menu-boxShadow-color)}";export{c as gux_table_toolbar_menu_button}
@@ -0,0 +1 @@
1
+ import{r as e,c as t,f as n,h as s,g as o}from"./p-deca7631.js";import{b as a}from"./p-e10cb032.js";import{t as r}from"./p-7dd36687.js";import{g as i,s as c,a as h,b as l,c as u,d,e as m,f as p,h as g}from"./p-a285abaf.js";import"./p-0962dd7a.js";import"./p-7b08c759.js";import"./p-373c5d93.js";const x={search:"Search",searchResults:"search results",selectedColumnCount:"{count} / {total} Columns Selected",selectAllColumnsScreenReader:"{count} of {total} columns selected: check checkbox to select all {total} columns",unselectAllColumnsScreenReader:"{count} of {total} columns selected: uncheck checkbox to unselect all {total} columns",movePositionPrompt:"Press space or enter to move the {columnName} column to position {newPositionNumber} from position {oldPositionNumber}.",reorderingModeActive:"Reordering mode active. Reposition the {columnName} column using the up arrow key, the down arrow key, the home key and the end key. Press Escape to deactivate reordering mode."},b=class{constructor(n){e(this,n),this.guxorderchange=t(this,"guxorderchange",7),this.highlightResults={matchCount:0,currentMatch:0},this.keyboardOrderChange=i()}watchKeyboardOrderChange(){c(this.root,this.keyboardOrderChange)}async componentWillLoad(){r(this.root),this.i18n=await a(this.root,x)}componentDidLoad(){h(this.root,this.mainCheckboxElement)}handleInternalorderchange(e){e.stopPropagation(),this.emitOrderChange(e.detail)}emitOrderChange(e){const{oldIndex:t,newIndex:n}=e;if(t!==n){const t=l(this.root,e);this.guxorderchange.emit(t)}}handleInternalkeyboardorderstart(e){e.stopPropagation();const t=e.detail,n=u(e.target);this.keyboardOrderChange={oldIndex:n,newIndex:n},this.announceElement.guxAnnounce(this.i18n("reorderingModeActive",{columnName:t}))}handleInternalkeyboardreordermove(e){e.stopPropagation();const{delta:t,column:n}=e.detail;this.keyboardOrderChange=d(this.root,this.keyboardOrderChange,t),this.announceElement.guxAnnounce(this.i18n("movePositionPrompt",{columnName:n,newPositionNumber:this.keyboardOrderChange.newIndex+1,oldPositionNumber:this.keyboardOrderChange.oldIndex+1}))}handleInternalkeyboarddoreorder(e){e.stopPropagation(),this.emitOrderChange(this.keyboardOrderChange),e.target.guxFocus()}handleInternalkeyboardorderfinish(e){e.stopPropagation(),this.keyboardOrderChange=i()}onSearchInput(){this.highlightResults=m(this.root,this.searchElement)}onGuxCurrentMatchChanged(e){this.highlightResults=m(this.root,this.searchElement,e.detail)}onMainCheckboxChange(){p(this.root,this.mainCheckboxElement.checked),n(this.root)}onListChange(){h(this.root,this.mainCheckboxElement),n(this.root)}onSlotChange(){this.onListChange()}renderSelectedColumnCount(){const{count:e,total:t}=g(this.root);return s("div",null,s("span",{"aria-hidden":"true"},this.i18n("selectedColumnCount",{count:e,total:t})),s("span",{class:"gux-sr-only"},s("span",null,": ",this.i18n(e===t?"unselectAllColumnsScreenReader":"selectAllColumnsScreenReader",{count:e,total:t}))))}render(){return s("div",{class:"gux-container"},s("div",{class:"gux-sr-only","aria-live":"polite"},`${this.highlightResults.matchCount} ${this.i18n("searchResults")}`),s("div",{class:"gux-search"},s("gux-content-search",{"match-count":this.highlightResults.matchCount,"current-match":this.highlightResults.currentMatch,onGuxcurrentmatchchanged:e=>this.onGuxCurrentMatchChanged(e)},s("input",{type:"search",placeholder:this.i18n("search"),onInput:()=>this.onSearchInput(),ref:e=>this.searchElement=e}))),s("div",{class:"gux-select"},s("gux-form-field-checkbox",null,s("input",{slot:"input",type:"checkbox",ref:e=>this.mainCheckboxElement=e,onChange:()=>this.onMainCheckboxChange()}),s("label",{slot:"label"},this.renderSelectedColumnCount()))),s("div",{class:"gux-list",onChange:()=>this.onListChange()},s("slot",{onSlotchange:()=>this.onSlotChange()})),s("gux-announce-beta",{ref:e=>this.announceElement=e}))}get root(){return o(this)}static get watchers(){return{keyboardOrderChange:["watchKeyboardOrderChange"]}}};b.style=".gux-container{width:320px;min-width:320px;padding:var(--gse-ui-dataTableItems-editColumn-editColumnContent-padding)}.gux-container .gux-search gux-content-search{width:100%}.gux-container .gux-search gux-content-search input[type=search]::-webkit-search-decoration,.gux-container .gux-search gux-content-search input[type=search]::-webkit-search-cancel-button,.gux-container .gux-search gux-content-search input[type=search]::-webkit-search-results-button,.gux-container .gux-search gux-content-search input[type=search]::-webkit-search-results-decoration{display:none;-webkit-appearance:none}.gux-container .gux-select{padding:var(--gse-ui-dataTableItems-editColumn-editColumnContent-padding);margin-left:24px}.gux-sr-only:not(:focus):not(:active){position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}";export{b as gux_column_manager}
@@ -0,0 +1 @@
1
+ import{r as t,h as s,H as i,g as o}from"./p-deca7631.js";import{t as r}from"./p-7dd36687.js";import{D as e,g as a}from"./p-f19850ba.js";import{g as h}from"./p-e10cb032.js";import"./p-0962dd7a.js";const m=class{constructor(s){t(this,s),this.datetime=(new Date).toISOString(),this.format="short",this.timeZone=void 0}componentWillLoad(){r(this.root),this.formatter=new e(h(this.root))}render(){return s(i,null,this.formatter.formatDateTime(new Date(this.datetime),this.format,{timeZone:a(this.timeZone)}))}get root(){return o(this)}};export{m as gux_date_time_beta}
@@ -0,0 +1 @@
1
+ import{r as o,f as r,h as t,g as e}from"./p-deca7631.js";import{c as i,o as n}from"./p-16f3da0d.js";import{O as l}from"./p-d6edbaeb.js";import{o as s}from"./p-37bfd195.js";import{p as a}from"./p-28f55159.js";import{h as u}from"./p-324b23f3.js";import{h as f,d as p,G as g,a as h,g as d,v as c,b as m}from"./p-e5766b80.js";import{G as x,a as v}from"./p-2b468e4b.js";import{t as b}from"./p-7dd36687.js";import"./p-3ea0d493.js";import"./p-9d734bbd.js";import"./p-373c5d93.js";const C=class{constructor(r){o(this,r),this.labelPosition=void 0,this.computedLabelPosition="above",this.clearable=!0,this.disabled=void 0,this.required=void 0,this.hasContent=!1,this.hasError=!1,this.hasHelp=!1}onMutation(){this.hasError=u(this.root,"error"),this.hasHelp=u(this.root,"help")}async guxForceUpdate(){this.hasContent=f(this.input),this.hasError=u(this.root,"error"),this.hasHelp=u(this.root,"help"),r(this.root)}componentWillLoad(){this.setInput(),this.setLabel(),this.hasError=u(this.root,"error"),this.hasHelp=u(this.root,"help"),b(this.root,{variant:this.variant})}disconnectedCallback(){this.disabledObserver&&this.disabledObserver.disconnect(),this.requiredObserver&&this.requiredObserver.disconnect()}render(){return t(v,{labelPosition:this.computedLabelPosition},t(x,{position:this.computedLabelPosition,required:this.required},t("slot",{name:"label",onSlotchange:()=>this.setLabel()})),t("div",{class:"gux-input-and-error-container"},t("div",{class:{"gux-input":!0,"gux-input-error":this.hasError}},t("div",{class:{"gux-input-container":!0,"gux-disabled":this.disabled}},t("gux-icon",{"icon-name":"search",decorative:!0}),t("slot",{name:"input"}),this.clearable&&this.hasContent&&!this.disabled&&t("gux-form-field-input-clear-button",{onClick:()=>p(this.input)}))),t(g,{show:this.hasError},t("slot",{name:"error"})),t(h,{show:!this.hasError&&this.hasHelp},t("slot",{name:"help"}))))}get variant(){const o=this.labelPosition?this.labelPosition.toLowerCase():"none";return`${this.input.getAttribute("type")}-${o}`}setInput(){this.input=d(this.root,'input[type="search"][slot="input"]'),this.hasContent=f(this.input),a(this.input),this.input.addEventListener("input",(()=>{this.hasContent=f(this.input)})),this.disabled=i(this.input),this.required=this.input.required,this.disabledObserver=n(this.input,(o=>{this.disabled=o})),this.requiredObserver=s(this.input,(o=>{this.required=o})),c(this.root,this.input)}setLabel(){this.label=this.root.querySelector('label[slot="label"]'),this.computedLabelPosition=m(this.label,this.labelPosition)}get root(){return e(this)}};(function(o,r,t,e){var i,n=arguments.length,l=n<3?r:null===e?e=Object.getOwnPropertyDescriptor(r,t):e;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)l=Reflect.decorate(o,r,t,e);else for(var s=o.length-1;s>=0;s--)(i=o[s])&&(l=(n<3?i(l):n>3?i(r,t,l):i(r,t))||l);n>3&&l&&Object.defineProperty(r,t,l)})([l({childList:!0,subtree:!0})],C.prototype,"onMutation",null),C.style='.gux-form-field-container.gux-beside{display:flex;flex-direction:row}.gux-form-field-error{display:none;flex-direction:row;flex-wrap:nowrap;place-content:stretch flex-start;align-items:center;padding:var(--gse-ui-formControl-helper-errorPadding);font-family:var(--gse-ui-formControl-helper-helperText-fontFamily);font-size:var(--gse-ui-formControl-helper-helperText-fontSize);line-height:var(--gse-ui-formControl-helper-helperText-lineHeight);color:var(--gse-ui-formControl-helper-errorColor)}.gux-form-field-error.gux-show{display:flex}.gux-form-field-error gux-icon{flex:0 1 auto;align-self:auto;order:0;min-width:var(--gse-ui-icon-size-sm);min-height:var(--gse-ui-icon-size-sm);margin-right:var(--gse-ui-formControl-helper-gap);color:var(--gse-ui-formControl-helper-errorColor)}.gux-form-field-error .gux-message{flex:0 1 auto;align-self:auto;order:0}.gux-form-field-label.gux-required::after{color:var(--gse-ui-formControl-label-indicator-requiredColor);content:" *"}.gux-form-field-label.gux-beside{position:relative;top:8px;width:fit-content;min-width:45px;margin-right:var(--gse-ui-formControl-label-gap)}.gux-form-field-label.gux-above{padding:var(--gse-ui-formControl-label-padding)}.gux-form-field-label.gux-screenreader{position:absolute;top:auto;left:-10000px;width:1px;height:1px;overflow:hidden}.gux-form-field-help{display:none;flex-direction:row;flex-wrap:nowrap;place-content:stretch flex-start;align-items:flex-start;justify-content:flex-start;padding:var(--gse-ui-formControl-helper-paddingSmall);font-family:var(--gse-ui-formControl-helper-helperText-fontFamily);font-size:var(--gse-ui-formControl-helper-helperText-fontSize);line-height:var(--gse-ui-formControl-helper-helperText-lineHeight);color:var(--gse-ui-formControl-helper-defaultColor)}.gux-form-field-help.gux-show{display:flex}.gux-form-field-help .gux-message{flex:0 1 auto;align-self:none;order:0}:host{display:block}::slotted(label){font-family:var(--gse-ui-formControl-label-text-fontFamily);font-size:var(--gse-ui-formControl-label-text-fontSize);font-weight:var(--gse-ui-formControl-label-text-fontWeight);line-height:var(--gse-ui-formControl-label-text-lineHeight);color:var(--gse-ui-formControl-label-labelColor)}::slotted(input){flex:1 1 auto;align-self:auto;order:0;width:100%;overflow:hidden;font-size:var(--gse-ui-formControl-input-contentText-fontSize);color:var(--gse-ui-formControl-input-populatedColor);text-overflow:ellipsis;background-color:var(--gse-ui-formControl-input-backgroundColor);border:none;outline:none}::slotted(input)::placeholder{color:var(--gse-ui-formControl-input-placeholderColor);opacity:1}.gux-input-and-error-container{flex-grow:1}.gux-input-and-error-container .gux-input{display:flex;flex-direction:row;flex-wrap:nowrap;align-content:stretch;align-items:center}.gux-input-and-error-container .gux-input .gux-input-container{box-sizing:border-box;display:flex;flex:1 1 auto;flex-direction:row;flex-wrap:nowrap;gap:var(--gse-ui-formControl-input-gap);place-content:stretch center;align-items:center;align-self:auto;order:0;width:100%;height:var(--gse-ui-formControl-input-textfield-height);padding:var(--gse-ui-formControl-input-padding);font-family:var(--gse-ui-formControl-input-contentText-fontFamily);font-size:var(--gse-ui-formControl-input-contentText-fontSize);font-weight:var(--gse-ui-formControl-input-contentText-fontWeight);line-height:var(--gse-ui-formControl-input-contentText-lineHeight);color:var(--gse-ui-formControl-input-populatedColor);background-color:var(--gse-ui-formControl-input-backgroundColor);background-image:none;border:var(--gse-ui-formControl-input-default-border-width) var(--gse-ui-formControl-input-default-border-style) var(--gse-ui-formControl-input-default-border-color);border-radius:var(--gse-ui-formControl-input-borderRadius)}.gux-input-and-error-container .gux-input .gux-input-container.gux-disabled{opacity:var(--gse-ui-formControl-input-disabled-opacity)}.gux-input-and-error-container .gux-input .gux-input-container gux-icon[icon-name=search]{flex:0 0 auto;align-self:auto;order:0;width:var(--gse-ui-formControl-input-inputIcon-size);height:var(--gse-ui-formControl-input-inputIcon-size);color:var(--gse-ui-formControl-input-inputIcon-defaultColor)}.gux-input-and-error-container .gux-input .gux-input-container:focus-within{border:var(--gse-ui-formControl-input-active-border-width) var(--gse-ui-formControl-input-active-border-style) var(--gse-ui-formControl-input-active-border-color);border-radius:var(--gse-ui-formControl-focusRing-borderRadius);outline:var(--gse-ui-formControl-input-focus-border-width) var(--gse-ui-formControl-input-focus-border-style) var(--gse-ui-formControl-input-focus-border-color);outline-offset:var(--gse-semantic-focusRing-offset)}.gux-input-and-error-container .gux-input .gux-input-container:hover:not(.gux-disabled){border:var(--gse-ui-formControl-input-hover-border-width) var(--gse-ui-formControl-input-hover-border-style) var(--gse-ui-formControl-input-hover-border-color)}.gux-input-and-error-container .gux-input.gux-input-error .gux-input-container{border-color:var(--gse-ui-formControl-input-error-border-color)}';export{C as gux_form_field_search}
@@ -0,0 +1 @@
1
+ import{h as e,r,g as s}from"./p-deca7631.js";import{t as i}from"./p-7dd36687.js";import{a as t}from"./p-9d734bbd.js";const a=2*Math.PI*22;function n(e,r){return!(isNaN(e)||isNaN(r)||e>r||e<0||0===r)}const o=({value:r,max:s,screenreaderText:i})=>e("div",{role:"progressbar","aria-valuenow":r,"aria-valuemin":"0","aria-valuemax":s,"aria-label":i},e("svg",{class:"gux-svg-container",viewBox:"0 0 48 48",role:"presentation"},e("circle",{cx:"50%",cy:"50%",r:22,class:"gux-static-circle"}),e("circle",{cx:"50%",cy:"50%",r:22,class:"gux-dynamic-circle","stroke-dashoffset":a*(1-r/s),"stroke-dasharray":a,"stroke-linecap":"round"}),e("text",{x:"50%",y:"50%","dominant-baseline":"central",class:"gux-percentage"},function(e,r){return`${Math.round((e+Number.EPSILON)/r*100)}%`}(r,s)))),g=({screenreaderText:r})=>e("gux-radial-loading",{"screenreader-text":r,context:"modal"}),d=class{constructor(e){r(this,e),this.value=void 0,this.max=100,this.screenreaderText=""}componentWillLoad(){i(this.root)}componentDidLoad(){!this.screenreaderText&&n(this.value,this.max)&&t(this.root,"No screenreader-text provided. Provide a localized screenreader-text property for the component.")}render(){return n(this.value,this.max)?e(o,{value:this.value,max:this.max,screenreaderText:this.screenreaderText}):e(g,{screenreaderText:this.screenreaderText})}get root(){return s(this)}};d.style=":host{display:inline-block}div[role=progressbar] .gux-svg-container{display:block;width:calc(var(--gse-ui-progressAndLoading-spinner-large) * 1px);height:calc(var(--gse-ui-progressAndLoading-spinner-large) * 1px)}div[role=progressbar] .gux-svg-container .gux-dynamic-circle{fill:none;stroke:var(--gse-ui-progressAndLoading-spinner-foreground);stroke-width:4;transform:rotate(-90deg);transform-origin:50% 50%}div[role=progressbar] .gux-svg-container .gux-static-circle{fill:none;stroke:var(--gse-ui-progressAndLoading-spinner-base);stroke-width:4}div[role=progressbar] .gux-svg-container .gux-percentage{font-family:var(--gse-ui-progressAndLoading-spinner-text-fontFamily);font-size:var(--gse-ui-progressAndLoading-spinner-text-fontSize);font-weight:var(--gse-ui-progressAndLoading-spinner-text-fontWeight);line-height:var(--gse-ui-progressAndLoading-spinner-text-lineHeight);text-anchor:middle;fill:var(--gse-ui-progressAndLoading-textColor)}";export{d as gux_radial_progress}
@@ -0,0 +1 @@
1
+ import{r as e,c as t,h as a,g as i}from"./p-deca7631.js";import{b as s}from"./p-e10cb032.js";import"./p-0962dd7a.js";const o={clearSelection:"Clear {numberSelected} selected items"},r=class{constructor(a){e(this,a),this.internalclearselected=t(this,"internalclearselected",7),this.disabled=!1,this.numberSelected=0,this.label=""}onKeyDown(e){switch(e.key){case"Backspace":case"Delete":this.removeTag()}}removeTag(){this.disabled||this.internalclearselected.emit()}renderRemoveButton(){return a("button",{class:"gux-tag-remove-button",onClick:this.removeTag.bind(this),type:"button",disabled:this.disabled},a("gux-icon",{class:"gux-tag-remove-icon","icon-name":"close","screenreader-text":this.i18n("clearSelection",{numberSelected:this.numberSelected.toString()})}))}async componentWillRender(){this.i18n=await s(this.root,o)}render(){return a("div",{class:{"gux-tag":!0,"gux-disabled":this.disabled},"aria-disabled":this.disabled.toString()},this.numberSelected.toString(),this.renderRemoveButton())}get root(){return i(this)}};r.style=":host{display:inline-block}.gux-tag{display:flex;flex-direction:row;flex-wrap:nowrap;place-content:stretch flex-start;align-items:center;height:var(--gse-ui-tag-height);padding:var(--gse-ui-tag-removable-padding);font-family:var(--gse-ui-tag-text-fontFamily);font-size:var(--gse-ui-tag-text-fontSize);line-height:var(--gse-ui-tag-text-lineHeight);color:var(--gse-ui-tag-accent1-foregroundColor);background-color:var(--gse-ui-tag-accent1-backgroundColor);border-radius:var(--gse-ui-tag-borderRadius)}.gux-tag .gux-sr-only:not(:focus):not(:active){position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.gux-tag .gux-tag-remove-button{all:unset;display:flex;place-content:center center;align-items:center;margin-left:var(--gse-ui-tag-removable-gap)}.gux-tag .gux-tag-remove-button:not(:disabled):hover{cursor:pointer}.gux-tag .gux-tag-remove-button .gux-tag-remove-icon{width:var(--gse-ui-tag-button-size);height:var(--gse-ui-tag-button-size)}.gux-tag .gux-tag-remove-button:focus-within .gux-tag-remove-icon{outline:var(--gse-semantic-focusRing-small-border-color) var(--gse-semantic-focusRing-small-border-style) var(--gse-semantic-focusRing-small-border-width)}.gux-tag.gux-disabled{opacity:var(--gse-ui-tag-disabled-opacity)}";export{r as gux_dropdown_multi_tag}
@@ -0,0 +1 @@
1
+ import{r as e,h as t,g as r}from"./p-deca7631.js";import{b as i}from"./p-e10cb032.js";import{O as o}from"./p-d6edbaeb.js";import{a as l,o as s}from"./p-37bfd195.js";import{h as a}from"./p-324b23f3.js";import{g as n}from"./p-dd53013c.js";import{G as h,a as f,v as d,b as g}from"./p-e5766b80.js";import{G as u,a as p}from"./p-15905cc3.js";import{t as m}from"./p-7dd36687.js";import"./p-0962dd7a.js";import"./p-3ea0d493.js";import"./p-9d734bbd.js";import"./p-373c5d93.js";const c={required:"Required"};const x=class{constructor(t){e(this,t),this.labelPosition=void 0,this.computedLabelPosition="above",this.disabled=void 0,this.required=void 0,this.hasError=!1,this.hasHelp=!1}watchValue(e){const t=this.root.querySelector("gux-time-zone-picker-beta");t&&(t.hasError=e)}onMutation(){this.hasError=a(this.root,"error"),this.hasHelp=a(this.root,"help")}async componentWillLoad(){this.getI18nValue=await i(this.root,c),this.setInput(),this.setLabel(),this.hasError=a(this.root,"error"),this.hasHelp=a(this.root,"help"),m(this.root,{variant:this.variant})}disconnectedCallback(){this.disabledObserver&&this.disabledObserver.disconnect(),this.requiredObserver&&this.requiredObserver.disconnect()}render(){var e;return t(p,{labelPosition:this.computedLabelPosition},t(u,{position:this.computedLabelPosition,required:this.required,labelText:null===(e=this.label)||void 0===e?void 0:e.textContent},t("slot",{name:"label",onSlotchange:()=>this.setLabel()}),this.renderScreenReaderText(this.getI18nValue("required"),this.required),this.renderScreenReaderText(n(this.root,"error"),this.hasError)),t("div",{class:"gux-input-and-error-container"},t("div",{class:{"gux-input":!0,"gux-input-error":this.hasError,"gux-time-zone-picker-container":!0,"gux-disabled":this.disabled}},t("slot",null)),t(h,{show:this.hasError},t("slot",{name:"error"})),t(f,{show:!this.hasError&&this.hasHelp},t("slot",{name:"help"}))))}renderScreenReaderText(e,r=!0){if(r)return t("gux-screen-reader-beta",null,e)}get variant(){return`timeZonePicker-${this.labelPosition?this.labelPosition.toLowerCase():"none"}`}setInput(){this.timeZonePickerElement=this.root.querySelector("gux-time-zone-picker-beta"),this.disabled=this.timeZonePickerElement.disabled,this.required=this.timeZonePickerElement.required,this.disabledObserver=l(this.timeZonePickerElement,(e=>{this.disabled=e})),this.requiredObserver=s(this.timeZonePickerElement,(e=>{this.required=e})),d(this.root,this.timeZonePickerElement)}setLabel(){this.label=this.root.querySelector('label[slot="label"]'),this.computedLabelPosition=g(this.label,this.labelPosition)}get root(){return r(this)}static get watchers(){return{hasError:["watchValue"]}}};(function(e,t,r,i){var o,l=arguments.length,s=l<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,r):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,r,i);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(l<3?o(s):l>3?o(t,r,s):o(t,r))||s);l>3&&s&&Object.defineProperty(t,r,s)})([o({childList:!0,subtree:!0})],x.prototype,"onMutation",null),x.style='.gux-form-field-fieldset-container{display:flex;min-width:0;padding:0;margin:0;border:none}.gux-form-field-fieldset-container.gux-beside{flex-direction:row}.gux-form-field-fieldset-container.gux-above{flex-direction:column}.gux-form-field-error{display:none;flex-direction:row;flex-wrap:nowrap;place-content:stretch flex-start;align-items:center;padding:var(--gse-ui-formControl-helper-errorPadding);font-family:var(--gse-ui-formControl-helper-helperText-fontFamily);font-size:var(--gse-ui-formControl-helper-helperText-fontSize);line-height:var(--gse-ui-formControl-helper-helperText-lineHeight);color:var(--gse-ui-formControl-helper-errorColor)}.gux-form-field-error.gux-show{display:flex}.gux-form-field-error gux-icon{flex:0 1 auto;align-self:auto;order:0;min-width:var(--gse-ui-icon-size-sm);min-height:var(--gse-ui-icon-size-sm);margin-right:var(--gse-ui-formControl-helper-gap);color:var(--gse-ui-formControl-helper-errorColor)}.gux-form-field-error .gux-message{flex:0 1 auto;align-self:auto;order:0}.gux-form-field-legend-label ::slotted(label){white-space:nowrap}.gux-form-field-legend-label.gux-required::after{color:var(--gse-ui-formControl-label-indicator-requiredColor);content:" *"}.gux-form-field-legend-label.gux-beside{position:relative;top:var(--gse-ui-formControl-input-top);float:left;width:fit-content;min-width:45px;margin-right:var(--gse-ui-formControl-label-gap)}.gux-form-field-legend-label.gux-above{padding:var(--gse-ui-formControl-label-padding)}.gux-form-field-legend-label.gux-screenreader{position:absolute;top:auto;left:-10000px;width:1px;height:1px;overflow:hidden}.gux-form-field-help{display:none;flex-direction:row;flex-wrap:nowrap;place-content:stretch flex-start;align-items:flex-start;justify-content:flex-start;padding:var(--gse-ui-formControl-helper-paddingSmall);font-family:var(--gse-ui-formControl-helper-helperText-fontFamily);font-size:var(--gse-ui-formControl-helper-helperText-fontSize);line-height:var(--gse-ui-formControl-helper-helperText-lineHeight);color:var(--gse-ui-formControl-helper-defaultColor)}.gux-form-field-help.gux-show{display:flex}.gux-form-field-help .gux-message{flex:0 1 auto;align-self:none;order:0}::slotted(label){font-family:var(--gse-ui-formControl-label-text-fontFamily);font-size:var(--gse-ui-formControl-label-text-fontSize);font-weight:var(--gse-ui-formControl-label-text-fontWeight);line-height:var(--gse-ui-formControl-label-text-lineHeight);color:var(--gse-ui-formControl-label-labelColor)}.gux-input-and-error-container{flex-grow:1}';export{x as gux_form_field_time_zone_picker}
@@ -0,0 +1 @@
1
+ import{h as i}from"./p-deca7631.js";const e=({position:e,required:o},r)=>i("div",{class:{"gux-form-field-label":!0,[`gux-${e}`]:!0,"gux-required":o}},r),o=({labelPosition:e},o)=>i("div",{class:{"gux-form-field-container":!0,[`gux-${e}`]:!0}},o);export{e as G,o as a}
@@ -0,0 +1 @@
1
+ import{r as e,h as r,H as o,g as a}from"./p-deca7631.js";import{l as t,f as s,n,p as i,a as u}from"./p-aa9ff6ba.js";import{g as d}from"./p-0962dd7a.js";const l=["gux-month-list-item"],c=class{constructor(r){e(this,r)}onKeyDown(e){switch(e.key){case"ArrowUp":e.preventDefault(),u(this.root,l,-3);break;case"ArrowDown":e.preventDefault(),u(this.root,l,3);break;case"ArrowLeft":e.preventDefault(),i(this.root,l);break;case"ArrowRight":e.preventDefault(),n(this.root,l);break;case"Home":e.preventDefault(),s(this.root,l);break;case"End":e.preventDefault(),t(this.root,l)}}async guxFocusFirstItem(){s(this.root,l)}renderFocusTarget(){return r("span",{tabindex:"1"})}render(){return r(o,{role:"list"},this.renderFocusTarget(),r("slot",null))}static get delegatesFocus(){return!0}get root(){return a(this)}};c.style=":host{display:flex;flex-direction:row;flex-wrap:wrap;padding:var(--gse-ui-calendarMenu-monthBody-padding);background-color:var(--gse-ui-calendarMenu-backgroundColor);border-radius:var(--gse-ui-calendarMenu-single-body-borderRadius);box-shadow:var(--gse-ui-calendarMenu-boxShadow-x) var(--gse-ui-calendarMenu-boxShadow-y) var(--gse-ui-calendarMenu-boxShadow-blur) var(--gse-ui-calendarMenu-boxShadow-spread) var(--gse-ui-calendarMenu-boxShadow-color)}";const g=class{constructor(r){e(this,r),this.value=void 0,this.disabled=!1,this.selected=!1}onMouseup(){this.focusParentList()}onMouseover(){this.focusParentList()}focusParentList(){const e=d("gux-month-list",this.root);e&&null===e.shadowRoot.activeElement&&(this.root.blur(),e.focus())}render(){return r(o,{role:"listitem",value:this.value},r("div",{class:"gux-container"},r("button",{class:{"gux-selected":this.selected},type:"button",tabIndex:-1,disabled:this.disabled},r("slot",null))))}static get delegatesFocus(){return!0}get root(){return a(this)}};g.style=":host([disabled]){pointer-events:none}:host([disabled=false]){pointer-events:auto}.gux-container{box-sizing:border-box;width:var(--gse-ui-calendarMenu-month-monthCell-width);height:var(--gse-ui-calendarMenu-month-monthCell-height);padding:10px 5px 9px}.gux-container button{all:unset;box-sizing:border-box;width:100%;height:100%;text-align:center;word-wrap:break-word;cursor:pointer;border:none;border-radius:var(--gse-ui-calendarMenu-month-borderRadius);outline:none}.gux-container button.gux-selected{color:var(--gse-ui-calendarMenu-month-selected-foregroundColor);background:var(--gse-ui-calendarMenu-month-selected-backgroundColor)}.gux-container button:focus-visible:not(:disabled){border-radius:var(--gse-ui-calendarMenu-month-focusBorderRadius);outline:var(--gse-ui-monthPicker-calendarStates-focus-border-width) var(--gse-ui-monthPicker-calendarStates-focus-border-style) var(--gse-ui-monthPicker-calendarStates-focus-border-color);outline-offset:var(--gse-semantic-focusRing-offset)}.gux-container button:hover:not(:disabled){color:var(--gse-ui-calendarMenu-month-default-foregroundColor);background:var(--gse-ui-calendarMenu-month-hover-backgroundColor)}.gux-container button:disabled{cursor:default;opacity:var(--gse-ui-calendarMenu-disabled-opacity)}";export{c as gux_month_list,g as gux_month_list_item}
@@ -0,0 +1 @@
1
+ import{r as t,c as e,h as s,H as i}from"./p-deca7631.js";const a=class{constructor(s){t(this,s),this.guxactivepanelchange=e(this,"guxactivepanelchange",7),this.tabId=void 0,this.active=!1}async guxSetActive(t){this.active=t}watchActivePanel(){!0===this.active&&this.guxactivepanelchange.emit(this.tabId)}render(){return s(i,{id:`gux-${this.tabId}-panel`,role:"tabpanel","aria-labelledby":`gux-${this.tabId}-tab`,tabIndex:0,hidden:!this.active},s("slot",null))}static get watchers(){return{active:["watchActivePanel"]}}};a.style=":host{height:calc(100% - var(--gse-ui-tabs-set-horizontal-height)var(--gse-ui-tabs-set-divider-horizontal-height)var(--gse-ui-tabs-set-horizontal-marginBottom))}:host(:not([hidden])){display:flex;flex-grow:1}:host(:focus){outline:none}:host(:focus-visible){outline:var(--gse-semantic-focusRing-default-border-color) var(--gse-semantic-focusRing-default-border-style) var(--gse-semantic-focusRing-default-border-width);outline-offset:var(--gse-semantic-focusRing-offset)}";export{a as gux_tab_panel}
@@ -0,0 +1 @@
1
+ import{r as t,h as i,H as a,g as s}from"./p-deca7631.js";import{s as e}from"./p-373c5d93.js";import{c as r}from"./p-7b08c759.js";import{t as n}from"./p-7dd36687.js";import{a as o}from"./p-9d734bbd.js";const h=class{constructor(i){t(this,i),this.value=0,this.maxValue=5,this.disabled=!1,this.readonly=!1,this.increment="default"}onClick(t){if(t.stopPropagation(),this.disabled||this.readonly)return;const[i]=t.composedPath(),a=i.getRootNode(),s=Array.from(this.starContainer.children).findIndex((t=>t.shadowRoot===a))+1;s===this.value+.5?this.updateRatingValue(s):s===this.value?this.updateRatingValue(0):s!==Math.floor(this.value)?this.updateRatingValue("half"===this.increment?s-.5:s):this.updateRatingValue(s)}onKeyDown(t){if(t.stopPropagation(),this.disabled||this.readonly)return;const i="half"===this.increment?.5:1;switch(t.key){case"ArrowUp":t.preventDefault(),this.updateRatingValue(this.value+i);break;case"ArrowDown":t.preventDefault(),this.updateRatingValue(this.value-i);break;case"End":t.preventDefault(),this.updateRatingValue(1/0);break;case"Home":t.preventDefault(),this.updateRatingValue(-1/0)}}updateRatingValue(t){const i=r(t,0,Array.from(this.starContainer.children).length),a="half"===this.increment?.5:1,s=Math.round(i/a)*a;this.value!==s&&(this.value=s,e(this.root,"input"),e(this.root,"change"))}getRatingStarElements(){return[...Array(this.maxValue).keys()].reduce(((t,i)=>t.concat(i+.5===this.value?"rating-partial":i+1<=this.value?"rating-active":"rating")),[]).map((t=>i("gux-icon",{"icon-name":t,decorative:!0})))}getTabIndex(){return this.disabled?-1:0}componentWillLoad(){n(this.root)}componentDidLoad(){this.root.getAttribute("aria-label")||this.root.getAttribute("aria-labelledby")||o(this.root,"`gux-rating` requires a label. Either provide a label and associate it with the gux-rating element using `aria-labelledby` or add an `aria-label` attribute to the gux-rating element.")}render(){return i(a,{role:"spinbutton",tabindex:this.getTabIndex(),"aria-readonly":this.readonly.toString(),"aria-valuenow":this.value,"aria-valuemin":"0","aria-valuemax":this.maxValue},i("div",{ref:t=>this.starContainer=t,class:{"gux-rating-star-container":!0,"gux-disabled":this.disabled}},this.getRatingStarElements()))}get root(){return s(this)}};h.style=":host{display:inline-block;min-width:fit-content;user-select:none}:host(:host:focus-visible){outline:var(--gse-semantic-focusRing-small-border-color) var(--gse-semantic-focusRing-small-border-style) var(--gse-semantic-focusRing-small-border-width);outline-offset:var(--gse-semantic-focusRing-offset);box-shadow:0 0 0 1px var(--gse-semantic-focusRing-small-border-style)}.gux-rating-star-container{display:flex;gap:var(--gse-ui-rating-star-gap);justify-content:space-between;color:var(--gse-ui-rating-default-color)}.gux-rating-star-container.gux-disabled{color:var(--gse-ui-rating-disabled-color);pointer-events:none;opacity:var(--gse-ui-rating-disabled-opacity)}.gux-rating-star-container gux-icon{flex:0 0 auto;width:var(--gse-ui-rating-size);height:var(--gse-ui-rating-size);color:var(--gse-ui-rating-default-color)}.gux-rating-star-container gux-icon:hover:not(.gux-disabled){color:var(--gse-ui-rating-hover-color)}";export{h as gux_rating}
@@ -0,0 +1 @@
1
+ function t(t,e){const r=new MutationObserver((r=>{r.forEach((r=>{"disabled"===r.attributeName&&e(t.disabled)}))}));return r.observe(t,{attributes:!0}),r}function e(t,e){const r=new MutationObserver((r=>{r.forEach((r=>{"required"===r.attributeName&&e(t.required)}))}));return r.observe(t,{attributes:!0}),r}export{t as a,e as o}
@@ -0,0 +1 @@
1
+ import{r as t,h as o,H as e,g as s}from"./p-deca7631.js";import{a as i,c as r,o as n,f as a,s as u,b as h}from"./p-f3521f3e.js";import{a as d}from"./p-ffaadf62.js";import{t as c}from"./p-7dd36687.js";import{h as l}from"./p-705311af.js";const m=class{constructor(o){t(this,o),this.isShown=!1}onKeydown(t){if(t.stopPropagation(),this.isShown)switch(t.key){case"Escape":case"ArrowLeft":case"ArrowUp":return void this.root.focus();case"ArrowDown":return t.preventDefault(),void this.focusOnMenu();case"Enter":return void(this.hideDelayTimeout=d((()=>{this.focusOnMenu()})))}}onKeyup(t){t.stopPropagation()," "!==t.key||(this.root===t.target?this.focusOnMenu():this.hideDelayTimeout=d((()=>{this.root.focus()})))}onmouseenter(){this.show()}onMouseleave(){this.hide()}onClick(t){0!==t.detail&&this.hide(),this.root.focus()}onFocusin(){this.show()}onFocusout(){this.hide()}show(){clearTimeout(this.hideDelayTimeout),this.isShown=!0}hide(){this.isShown&&(this.hideDelayTimeout=setTimeout((()=>{this.isShown=!1}),l))}runUpdatePosition(){this.root.isConnected?this.cleanupUpdatePosition=i(this.targetElement,this.menuContentElement,(()=>this.updatePosition()),{ancestorScroll:!0,elementResize:!0,animationFrame:!0,ancestorResize:!0}):this.disconnectedCallback()}updatePosition(){this.root&&r(this.targetElement,this.menuContentElement,{placement:"bottom-start",strategy:"fixed",middleware:[n(16),a(),u(),h({element:this.arrowElement,padding:16})]}).then((({x:t,y:o,middlewareData:e,placement:s})=>{var i;Object.assign(this.menuContentElement.style,{left:`${t}px`,top:`${o}px`});const r={top:"bottom",right:"left",bottom:"top",left:"right"}[s.split("-")[0]];if(e.arrow){const{x:t,y:o}=e.arrow;Object.assign(null===(i=this.arrowElement)||void 0===i?void 0:i.style,{left:null!=t?`${t}px`:"",top:null!=o?`${o}px`:"",right:"",bottom:"",[r]:"-7.5px",transform:"rotate(-45deg)"})}}))}focusOnMenu(){if(this.menuContentElement.contains(document.activeElement))return;const t=this.root.querySelector("gux-menu");Array.from(t.children)[0].guxFocus()}componentWillLoad(){c(this.root)}componentDidLoad(){this.isShown&&this.runUpdatePosition()}componentDidUpdate(){this.isShown?this.runUpdatePosition():this.cleanupUpdatePosition&&this.cleanupUpdatePosition()}disconnectedCallback(){this.cleanupUpdatePosition&&this.cleanupUpdatePosition()}render(){return o(e,{tabIndex:0,"aria-haspopup":"true"},o("span",{ref:t=>this.targetElement=t},o("slot",{name:"target"})),o("div",{class:{"gux-flyout-menu-content":!0,"gux-shown":this.isShown},ref:t=>this.menuContentElement=t},o("div",{ref:t=>this.arrowElement=t,class:"gux-arrow"}),o("slot",{name:"menu"})))}get root(){return s(this)}};m.style=":host{z-index:var(--gse-semantic-zIndex-popover);color:var(--gse-ui-menu-option-label-foregroundColor);cursor:default}:host(:focus){outline:none}:host(:focus-visible){outline:var(--gse-semantic-focusRing-default-border-color) var(--gse-semantic-focusRing-default-border-style) var(--gse-semantic-focusRing-default-border-width);outline-offset:var(--gse-semantic-focusRing-offset)}.gux-flyout-menu-content{position:fixed;display:none;border:none;border-radius:var(--gse-ui-menu-borderRadius)}.gux-flyout-menu-content.gux-shown{display:flex}.gux-flyout-menu-content .gux-arrow{position:absolute;z-index:-1;width:var(--gse-ui-popover-anchor-width);height:var(--gse-ui-popover-anchor-height);background:var(--gse-ui-popover-backgroundColor);border:none;box-shadow:var(--gse-ui-menu-boxShadow-x) var(--gse-ui-menu-boxShadow-y) var(--gse-ui-menu-boxShadow-blur) var(--gse-ui-menu-boxShadow-spread) var(--gse-ui-menu-boxShadow-color)}";export{m as gux_flyout_menu}
@@ -0,0 +1 @@
1
+ import{r as e,h as t,H as i,g as o}from"./p-deca7631.js";import{r as n}from"./p-3ea0d493.js";const s=class{constructor(t){e(this,t),this.value=void 0,this.iconName=void 0,this.iconSrText=void 0,this.iconColor=void 0,this.active=!1,this.selected=!1,this.disabled=!1,this.filtered=!1,this.hovered=!1}onmouseenter(){this.hovered=!0}onMouseleave(){this.hovered=!1}handleActive(e){var t,i;e?null===(t=this.truncateElement)||void 0===t||t.setShowTooltip():null===(i=this.truncateElement)||void 0===i||i.setHideTooltip()}componentWillLoad(){this.root.id=this.root.id||n("gux-option-icon")}getAriaSelected(){return!this.disabled&&(this.selected?"true":"false")}render(){let e=null;return null===this.iconColor||this.hovered||this.active||(e={color:this.iconColor}),t(i,{role:"option",class:{"gux-active":this.active,"gux-disabled":this.disabled,"gux-filtered":this.filtered,"gux-hovered":this.hovered,"gux-selected":this.selected},"aria-selected":this.getAriaSelected(),"aria-disabled":this.disabled.toString()},t("gux-icon",{decorative:null==this.iconSrText,"screenreader-text":this.iconSrText,"icon-name":this.iconName,style:e}),t("gux-truncate",{ref:e=>this.truncateElement=e},t("slot",null)))}get root(){return o(this)}static get watchers(){return{active:["handleActive"]}}};s.style=":host{box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:nowrap;gap:var(--gse-ui-menu-option-gap);place-content:stretch center;align-items:center;height:var(--gse-ui-menu-option-height);padding:var(--gse-ui-menu-option-padding);font-family:var(--gse-ui-menu-option-label-default-text-fontFamily);font-size:var(--gse-ui-menu-option-label-default-text-fontSize);font-weight:var(--gse-ui-menu-option-label-default-text-fontWeight);line-height:var(--gse-ui-menu-option-label-default-text-lineHeight);color:var(--gse-ui-menu-option-label-foregroundColor);word-wrap:break-word;cursor:pointer}:host .gux-slot-container{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:host(.gux-disabled){pointer-events:none;cursor:default;opacity:var(--gse-ui-menu-option-disabled-opacity)}:host(.gux-selected){font-family:var(--gse-ui-menu-option-label-active-text-fontFamily);font-size:var(--gse-ui-menu-option-label-active-text-fontSize);font-weight:var(--gse-ui-menu-option-label-active-text-fontWeight);line-height:var(--gse-ui-menu-option-label-active-text-lineHeight);background:var(--gse-ui-menu-option-selected-backgroundColor)}:host(:active:not(:disabled)){font-family:var(--gse-ui-menu-option-label-active-text-fontFamily);font-size:var(--gse-ui-menu-option-label-active-text-fontSize);font-weight:var(--gse-ui-menu-option-label-active-text-fontWeight);line-height:var(--gse-ui-menu-option-label-active-text-lineHeight)}:host(.gux-active){border-radius:var(--gse-semantic-focusRing-cornerRadius);outline:var(--gse-ui-menu-option-focus-border-width) var(--gse-ui-menu-option-focus-border-style) var(--gse-ui-menu-option-focus-border-color);outline-offset:-2px}:host(:hover:not(:disabled)){background:var(--gse-ui-menu-option-hover-backgroundColor)}:host(.gux-filtered){display:none}:host gux-icon{flex-shrink:0;width:var(--gse-ui-menu-option-startIcon-width);height:var(--gse-ui-menu-option-startIcon-height)}";export{s as gux_option_icon}
@@ -0,0 +1 @@
1
+ import{r as s,h as t,H as e,g as a}from"./p-deca7631.js";import{l as r,n as o,f as i,p as n,b as c,c as l}from"./p-aa9ff6ba.js";import{t as u}from"./p-7dd36687.js";const d=["gux-list-item"],p=class{constructor(t){s(this,t)}componentWillLoad(){u(this.root)}onKeyDown(s){switch(s.key){case"ArrowUp":s.preventDefault(),n(this.root,d);break;case"Home":s.preventDefault(),i(this.root,d);break;case"ArrowDown":s.preventDefault(),o(this.root,d);break;case"End":s.preventDefault(),r(this.root,d)}}async guxFocusFirstItem(){i(this.root,d)}async guxFocusItemById(s){c(this.root,d,s)}async guxFocusItemByClosestId(s){l(this.root,d,s)}async guxFocusLastItem(){r(this.root,d)}renderFocusTarget(){return t("span",{tabindex:"-1","aria-hidden":"true"})}render(){return t(e,{role:"list"},this.renderFocusTarget(),t("slot",null))}static get delegatesFocus(){return!0}get root(){return a(this)}};p.style=":host{display:flex;flex-direction:column;flex-wrap:nowrap;place-content:stretch flex-start;align-items:flex-start;padding:var(--gse-ui-menu-padding)}";export{p as gux_list}
@@ -0,0 +1 @@
1
+ import{r as t,h as e,g as i}from"./p-deca7631.js";import{a as o}from"./p-9d734bbd.js";import{O as n}from"./p-d6edbaeb.js";import{a as s}from"./p-ffaadf62.js";const r=class{constructor(e){t(this,e),this.hasTooltip=!1,this.showTooltip=!1,this.iconOnly=!1,this.titleName=""}onmouseenter(t){t.buttons||(this.showTooltip=!0)}onmouseleave(){this.showTooltip=!1}onmousedown(){this.showTooltip=!1}async setShowTooltip(){this.tooltipElement&&(this.showTooltip=!0,await this.tooltipElement.showTooltip())}async setHideTooltip(){this.tooltipElement&&(this.showTooltip=!1,await this.tooltipElement.hideTooltip())}onMutation(){this.titleName=this.setTooltipTitleText(),this.checkForTooltipHideOrShow(),s((()=>{this.checkForTooltipHideOrShow()}),500)}componentWillLoad(){this.titleName=this.setTooltipTitleText()}componentDidLoad(){this.logWarnNoIconSrText()}logWarnNoIconSrText(){this.iconOnly&&!this.titleName&&o(this.root,"No screenreader-text provided. Provide a localized screenreader-text property for the gux-icon. The screenreader-text property is used for the icon screenreader text and the tooltip.")}addIconDecorative(){this.root.classList.add("gux-tooltip-icon-decorative")}getTitleElements(){var t;const e=this.root.querySelector("slot"),i=null===(t=this.root.querySelector(".gux-title-container span"))||void 0===t?void 0:t.children;return e?e.assignedElements():i?Array.from(i):[]}getTitleTextContent(){return this.root.querySelector("slot")?this.root.querySelector("slot").assignedNodes().map((t=>t.textContent)).join("").trim():this.root.querySelector(".gux-title-container")?this.root.querySelector(".gux-title-container").textContent.trim():""}setTooltipTitleText(){let t=this.getTitleTextContent();return this.getTitleElements().forEach((e=>{"GUX-ICON"!==e.tagName||this.getTitleTextContent()?"GUX-ICON"===e.tagName&&this.getTitleTextContent()&&this.addIconDecorative():(this.iconOnly=!0,t=e.getAttribute("screenreader-text"))})),t}checkForTooltipHideOrShow(){const t=this.root.querySelector(".gux-title-container");this.root.classList.remove("gux-overflow-hidden"),this.iconOnly&&this.titleName?this.hasTooltip=!0:(null==t?void 0:t.scrollWidth)>(null==t?void 0:t.offsetWidth)?(this.root.classList.add("gux-overflow-hidden"),this.hasTooltip=!0):this.hasTooltip=!1}render(){return[e("span",{class:{"gux-title-container":!0,"gux-icon-only":this.iconOnly}},e("slot",null)),this.renderTooltip()]}renderTooltip(){if(this.hasTooltip)return e("gux-tooltip",{"aria-hidden":"true",ref:t=>this.tooltipElement=t,hidden:!this.showTooltip},this.titleName)}get root(){return i(this)}};(function(t,e,i,o){var n,s=arguments.length,r=s<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)r=Reflect.decorate(t,e,i,o);else for(var l=t.length-1;l>=0;l--)(n=t[l])&&(r=(s<3?n(r):s>3?n(e,i,r):n(e,i))||r);s>3&&r&&Object.defineProperty(e,i,r)})([n({childList:!0,subtree:!0,characterData:!0})],r.prototype,"onMutation",null),r.style="gux-tooltip-title{overflow:hidden}gux-tooltip{font-weight:normal;line-height:normal;text-align:left;overflow-wrap:break-word;white-space:normal}.gux-overflow-hidden .gux-title-container ::slotted(span){overflow:hidden;text-overflow:ellipsis}.gux-overflow-hidden .gux-title-container>*{overflow:hidden;text-overflow:ellipsis}.gux-title-container{display:flex;pointer-events:none}.gux-tooltip-icon-decorative .gux-title-container{position:relative;margin-left:20px}.gux-tooltip-icon-decorative .gux-title-container gux-icon,.gux-tooltip-icon-decorative .gux-title-container ::slotted(gux-icon){position:absolute;top:1px;left:-20px;flex-shrink:0;width:16px;height:16px}.gux-icon-only{line-height:0px}";export{r as gux_tooltip_title}
@@ -0,0 +1 @@
1
+ import{r as e,h as t,g as r}from"./p-deca7631.js";import{b as i}from"./p-e10cb032.js";import{O as o}from"./p-d6edbaeb.js";import{a as s,o as l}from"./p-37bfd195.js";import{t as a}from"./p-7dd36687.js";import{G as n,a as h}from"./p-15905cc3.js";import{G as f,a as d,v as u,b as g}from"./p-e5766b80.js";import{h as p}from"./p-324b23f3.js";import{g as m}from"./p-dd53013c.js";import"./p-0962dd7a.js";import"./p-3ea0d493.js";import"./p-9d734bbd.js";import"./p-373c5d93.js";const c={required:"Required"};const x=class{constructor(t){e(this,t),this.labelPosition=void 0,this.computedLabelPosition="above",this.disabled=void 0,this.required=!1,this.hasError=!1,this.hasHelp=!1}watchValue(e){const t=this.root.querySelector("gux-phone-input-beta");t&&(t.hasError=e)}onMutation(){this.hasError=p(this.root,"error"),this.hasHelp=p(this.root,"help")}async componentWillLoad(){this.getI18nValue=await i(this.root,c),this.setInput(),this.setLabel(),this.hasError=p(this.root,"error"),this.hasHelp=p(this.root,"help"),a(this.root,{variant:this.variant})}disconnectedCallback(){this.disabledObserver.disconnect(),this.requiredObserver.disconnect()}render(){var e;return t(h,{labelPosition:this.computedLabelPosition},t(n,{position:this.computedLabelPosition,required:this.required,labelText:null===(e=this.label)||void 0===e?void 0:e.textContent},t("slot",{name:"label",onSlotchange:()=>this.setLabel()}),this.renderScreenReaderText(this.getI18nValue("required"),this.required),this.renderScreenReaderText(m(this.root,"error"),this.hasError)),t("div",{class:"gux-input-and-error-container"},t("div",{class:{"gux-input":!0,"gux-input-error":this.hasError}},t("div",{class:{"gux-input-container":!0,"gux-disabled":this.disabled}},t("slot",null))),t(f,{show:this.hasError},t("slot",{name:"error"})),t(d,{show:!this.hasError&&this.hasHelp},t("slot",{name:"help"}))))}renderScreenReaderText(e,r=!0){if(r)return t("gux-screen-reader-beta",null,e)}get variant(){return`phoneInput-${this.labelPosition?this.labelPosition.toLowerCase():"none"}`}setInput(){this.phoneInputElement=this.root.querySelector("gux-phone-input-beta"),this.disabled=this.phoneInputElement.disabled,this.required=this.phoneInputElement.required,this.disabledObserver=s(this.phoneInputElement,(e=>{this.disabled=e})),this.requiredObserver=l(this.phoneInputElement,(e=>{this.required=e})),u(this.root,this.phoneInputElement)}setLabel(){this.label=this.root.querySelector('label[slot="label"]'),this.computedLabelPosition=g(this.label,this.labelPosition)}get root(){return r(this)}static get watchers(){return{hasError:["watchValue"]}}};(function(e,t,r,i){var o,s=arguments.length,l=s<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,r):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)l=Reflect.decorate(e,t,r,i);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(l=(s<3?o(l):s>3?o(t,r,l):o(t,r))||l);s>3&&l&&Object.defineProperty(t,r,l)})([o({childList:!0,subtree:!0})],x.prototype,"onMutation",null),x.style='.gux-form-field-fieldset-container{display:flex;min-width:0;padding:0;margin:0;border:none}.gux-form-field-fieldset-container.gux-beside{flex-direction:row}.gux-form-field-fieldset-container.gux-above{flex-direction:column}.gux-form-field-error{display:none;flex-direction:row;flex-wrap:nowrap;place-content:stretch flex-start;align-items:center;padding:var(--gse-ui-formControl-helper-errorPadding);font-family:var(--gse-ui-formControl-helper-helperText-fontFamily);font-size:var(--gse-ui-formControl-helper-helperText-fontSize);line-height:var(--gse-ui-formControl-helper-helperText-lineHeight);color:var(--gse-ui-formControl-helper-errorColor)}.gux-form-field-error.gux-show{display:flex}.gux-form-field-error gux-icon{flex:0 1 auto;align-self:auto;order:0;min-width:var(--gse-ui-icon-size-sm);min-height:var(--gse-ui-icon-size-sm);margin-right:var(--gse-ui-formControl-helper-gap);color:var(--gse-ui-formControl-helper-errorColor)}.gux-form-field-error .gux-message{flex:0 1 auto;align-self:auto;order:0}.gux-form-field-legend-label ::slotted(label){white-space:nowrap}.gux-form-field-legend-label.gux-required::after{color:var(--gse-ui-formControl-label-indicator-requiredColor);content:" *"}.gux-form-field-legend-label.gux-beside{position:relative;top:var(--gse-ui-formControl-input-top);float:left;width:fit-content;min-width:45px;margin-right:var(--gse-ui-formControl-label-gap)}.gux-form-field-legend-label.gux-above{padding:var(--gse-ui-formControl-label-padding)}.gux-form-field-legend-label.gux-screenreader{position:absolute;top:auto;left:-10000px;width:1px;height:1px;overflow:hidden}::slotted(label){font-family:var(--gse-ui-formControl-label-text-fontFamily);font-size:var(--gse-ui-formControl-label-text-fontSize);font-weight:var(--gse-ui-formControl-label-text-fontWeight);line-height:var(--gse-ui-formControl-label-text-lineHeight);color:var(--gse-ui-formControl-label-labelColor)}.gux-input-and-error-container{flex-grow:1}';export{x as gux_form_field_phone}
@@ -0,0 +1 @@
1
+ import{r as t,h as e,H as o,g as s}from"./p-deca7631.js";import{a as i,c as u,o as n}from"./p-f3521f3e.js";import{a}from"./p-ffaadf62.js";import{m as r,h}from"./p-705311af.js";const l=class{constructor(e){t(this,e),this.label=void 0,this.isShown=!1}async guxFocus(){this.buttonElement.focus()}onKeydown(t){switch(r(t,this.root),t.key){case"Enter":t.stopPropagation(),this.hideDelayTimeout=a((()=>{this.focusOnSubmenu()})),this.guxFocus();break;case"ArrowRight":t.stopPropagation(),this.show(),this.hideDelayTimeout=a((()=>{this.focusOnSubmenu()}));break;case"ArrowLeft":case"Escape":this.root!==t.target&&t.stopPropagation(),this.guxFocus()}}onKeyup(t){" "===t.key&&(this.hideDelayTimeout=a((()=>{this.focusOnSubmenu()})),this.guxFocus())}onmouseenter(){this.show()}onMouseleave(){this.hide()}onClick(t){"GUX-MENU-OPTION"!==t.target.nodeName?t.stopPropagation():this.hide()}onFocusin(){this.show()}onFocusout(){this.hide()}show(){clearTimeout(this.hideDelayTimeout),this.isShown=!0}hide(){this.isShown&&(this.hideDelayTimeout=setTimeout((()=>{this.isShown=!1}),h))}runUpdatePosition(){this.root.isConnected?this.cleanupUpdatePosition=i(this.buttonElement,this.submenuElement,(()=>this.updatePosition()),{ancestorScroll:!0,elementResize:!0,animationFrame:!0,ancestorResize:!0}):this.disconnectedCallback()}updatePosition(){this.submenuElement&&u(this.buttonElement,this.submenuElement,{placement:"right-start",strategy:"fixed",middleware:[n(4)]}).then((({x:t,y:e})=>{Object.assign(this.submenuElement.style,{left:`${t}px`,top:e-8+"px"})}))}focusOnSubmenu(){this.submenuContentElement.contains(document.activeElement)||Array.from(this.root.children)[0].guxFocus()}componentDidLoad(){this.isShown&&this.runUpdatePosition()}componentDidUpdate(){this.isShown?this.runUpdatePosition():this.cleanupUpdatePosition&&this.cleanupUpdatePosition()}disconnectedCallback(){this.cleanupUpdatePosition&&this.cleanupUpdatePosition()}render(){return e(o,null,e("button",{type:"button",class:{"gux-submenu-button":!0,"gux-submenu-button-active":this.isShown},role:"menuitem",tabIndex:-1,ref:t=>this.buttonElement=t,"aria-haspopup":"true","aria-expanded":this.isShown.toString()},e("span",{class:"gux-submenu-button-text"},this.label),e("gux-icon",{class:"gux-submenu-open-icon","icon-name":"chevron-small-right",decorative:!0})),e("div",{ref:t=>this.submenuElement=t,class:{"gux-submenu-wrapper":!0,"gux-shown":this.isShown}},e("div",{role:"menu",class:"gux-submenu-content",ref:t=>this.submenuContentElement=t},e("slot",null))))}get root(){return s(this)}};l.style=":host{display:block;flex:1 1 auto;align-self:auto}:host .gux-submenu-button{all:unset;display:flex;flex-direction:row;flex-wrap:nowrap;place-content:stretch flex-start;align-items:center;width:var(--gse-ui-flyoutMenu-width);height:var(--gse-ui-menu-option-height);padding:var(--gse-ui-menu-option-padding);line-height:var(--gse-ui-menu-option-label-default-text-lineHeight);color:var(--gse-ui-menu-option-label-foregroundColor);background-color:var(--gse-ui-menu-option-default-backgroundColor)}:host .gux-submenu-button:focus-within,:host .gux-submenu-button:hover{background-color:var(--gse-ui-menu-option-hover-backgroundColor)}:host .gux-submenu-button.gux-submenu-button-active{font-weight:var(--gse-ui-menu-option-label-active-text-fontWeight);color:var(--gse-ui-menu-option-shortcut-selected-foregroundColor);background-color:var(--gse-ui-menu-option-selected-backgroundColor)}:host .gux-submenu-button .gux-submenu-button-text{flex:1 1 auto;align-self:auto;order:0;margin-right:var(--gse-ui-menu-option-gap);overflow-x:hidden;text-overflow:ellipsis;white-space:nowrap}:host .gux-submenu-button .gux-submenu-open-icon{flex:0 0 auto;align-self:auto;order:0;width:var(--gse-ui-menu-option-startIcon-width);height:var(--gse-ui-menu-option-startIcon-height)}:host .gux-submenu-wrapper{position:fixed;top:0;left:0;flex-direction:column;padding:var(--gse-ui-menu-padding);margin:0;visibility:hidden;background-color:var(--gse-ui-menu-backgroundColor);border:none;border-radius:var(--gse-ui-menu-borderRadius);box-shadow:var(--gse-ui-menu-boxShadow-x) var(--gse-ui-menu-boxShadow-y) var(--gse-ui-menu-boxShadow-blur) var(--gse-ui-menu-boxShadow-spread) var(--gse-ui-menu-boxShadow-color)}:host .gux-submenu-wrapper.gux-shown{visibility:visible}";export{l as gux_submenu}
@@ -0,0 +1 @@
1
+ import{r as e,c as a,h as t,g as i}from"./p-deca7631.js";import{b as n}from"./p-e10cb032.js";import"./p-0962dd7a.js";const g={perPage:"per page",itemsPerPage:"Items per page",rangeSelected:"Items per page dropdown, {range} selected"},o=class{constructor(t){e(this,t),this.internalitemsperpagechange=a(this,"internalitemsperpagechange",3),this.itemsPerPage=25}handleChange(e){e.stopPropagation();const a=parseInt(this.dropdownElement.value,10);this.internalitemsperpagechange.emit(a)}async componentWillLoad(){this.i18n=await n(this.root,g)}getDropdown(){return t("gux-dropdown",{ref:e=>this.dropdownElement=e,value:`${this.itemsPerPage}`,"aria-label":this.i18n("rangeSelected",{range:this.itemsPerPage})},t("gux-listbox",{"aria-label":this.i18n("itemsPerPage")},t("gux-option",{value:"25"},"25"),t("gux-option",{value:"50"},"50"),t("gux-option",{value:"75"},"75"),t("gux-option",{value:"100"},"100")))}render(){return t("div",{class:"gux-pagination-items-per-page-container"},t("div",{class:"gux-pagination-items-per-page-picker"},this.getDropdown()),t("div",{class:"gux-pagination-per-page"},this.i18n("perPage")))}get root(){return i(this)}};o.style="gux-pagination-items-per-page .gux-pagination-items-per-page-container{display:flex;flex-direction:row;flex-wrap:nowrap;gap:var(--gse-ui-dataTableItems-tablePagination-recordsetControls-gap);place-content:stretch center;align-items:center}gux-pagination-items-per-page .gux-pagination-items-per-page-container>div{flex:0 1 auto;align-self:auto;order:0;white-space:nowrap}gux-pagination-items-per-page .gux-pagination-items-per-page-container .gux-pagination-items-per-page-picker gux-dropdown{display:inline-block;width:64px}gux-pagination-items-per-page .gux-pagination-items-per-page-container gux-dropdown div.gux-dropdown .gux-options.gux-opened{bottom:100%;display:flex;flex-direction:column-reverse}gux-pagination-items-per-page .gux-pagination-items-per-page-container .gux-pagination-per-page{font-family:var(--gse-ui-dataTableItems-tablePagination-defaultText-fontFamily);font-size:var(--gse-ui-dataTableItems-tablePagination-defaultText-fontSize);font-weight:var(--gse-ui-dataTableItems-tablePagination-currentResultText-fontWeight);line-height:var(--gse-ui-dataTableItems-tablePagination-defaultText-lineHeight);color:var(--gse-ui-dataTableItems-tablePagination-foregroundColor)}";export{o as gux_pagination_items_per_page}
@@ -0,0 +1 @@
1
+ import{r as t,f as e,h as o,g as i,c as r,H as n}from"./p-deca7631.js";import{b as s}from"./p-e10cb032.js";import{c as a,o as l}from"./p-16f3da0d.js";import{O as u}from"./p-d6edbaeb.js";import{o as p}from"./p-37bfd195.js";import{p as h}from"./p-28f55159.js";import{h as g,d,G as c,a as f,g as m,v as x,b,e as v}from"./p-e5766b80.js";import{s as C}from"./p-373c5d93.js";import{h as w}from"./p-324b23f3.js";import{G as y,a as k}from"./p-2b468e4b.js";import{t as j}from"./p-7dd36687.js";import{t as z}from"./p-c7328d42.js";import{O as R}from"./p-c49670a7.js";import{b as S}from"./p-ffaadf62.js";import{a as T,c as O,o as F,f as D,s as I,b as P}from"./p-f3521f3e.js";import{g as E}from"./p-693c1709.js";import{f as L}from"./p-5d7d5695.js";import"./p-0962dd7a.js";import"./p-3ea0d493.js";import"./p-9d734bbd.js";const _={increment:"Increment",decrement:"Decrement"};const H=class{constructor(e){t(this,e),this.clearable=void 0,this.labelPosition=void 0,this.computedLabelPosition="above",this.disabled=void 0,this.required=void 0,this.hasContent=!1,this.hasError=!1,this.hasHelp=!1}onMutation(){this.hasError=w(this.root,"error"),this.hasHelp=w(this.root,"help")}async guxForceUpdate(){this.hasContent=g(this.input),this.hasError=w(this.root,"error"),this.hasHelp=w(this.root,"help"),e(this.root)}async componentWillLoad(){this.getI18nValue=await s(this.root,_),this.setInput(),this.setLabel(),this.hasError=w(this.root,"error"),this.hasHelp=w(this.root,"help"),j(this.root,{variant:this.variant})}disconnectedCallback(){this.disabledObserver&&this.disabledObserver.disconnect(),this.requiredObserver&&this.requiredObserver.disconnect()}render(){const t=this.clearable&&this.hasContent&&!this.disabled;return o(k,{labelPosition:this.computedLabelPosition},o(y,{position:this.computedLabelPosition,required:this.required},o("slot",{name:"label",onSlotchange:()=>this.setLabel()})),o("div",{class:"gux-input-and-error-container"},o("div",{class:{"gux-input":!0,"gux-input-error":this.hasError},part:"input-section"},o("div",{class:{"gux-input-container":!0,"gux-disabled":this.disabled,"gux-clear":t}},o("slot",{name:"input",onSlotchange:()=>this.setInput()}),t&&o("gux-form-field-input-clear-button",{onClick:()=>d(this.input)})),this.renderStepButtons(this.input,this.getI18nValue,this.disabled)),o(c,{show:this.hasError},o("slot",{name:"error"})),o(f,{show:!this.hasError&&this.hasHelp},o("slot",{name:"help"}))))}get variant(){const t=this.labelPosition?this.labelPosition.toLowerCase():"none";return`${this.clearable?"clearable":"unclearable"}-${t}`}setInput(){this.input=m(this.root,'input[type="number"][slot="input"]'),this.hasContent=g(this.input),h(this.input),this.input.addEventListener("input",(()=>{this.hasContent=g(this.input)})),this.disabled=a(this.input),this.required=this.input.required,this.disabledObserver=l(this.input,(t=>{this.disabled=t})),this.requiredObserver=p(this.input,(t=>{this.required=t})),x(this.root,this.input)}setLabel(){this.label=this.root.querySelector('label[slot="label"]'),this.computedLabelPosition=b(this.label,this.labelPosition)}renderStepButtons(t,e,i){return o("div",{class:"gux-step-buttons-container"},o("button",{class:"gux-step-button",tabIndex:-1,type:"button",title:e("increment"),disabled:i,onClick:()=>this.stepUp(t)},o("gux-icon",{"icon-name":"chevron-small-up",decorative:!0})),o("button",{class:"gux-step-button",tabIndex:-1,type:"button",title:e("decrement"),disabled:i,onClick:()=>this.stepDown(t)},o("gux-icon",{"icon-name":"chevron-small-down",decorative:!0})))}stepDown(t){""===t.value?v(t,t.min||"0",!1):(t.stepDown(),this.simulateNativeInputAndChangeEvents(t))}stepUp(t){""===t.value?v(t,t.min||"0",!1):(t.stepUp(),this.simulateNativeInputAndChangeEvents(t))}simulateNativeInputAndChangeEvents(t){C(t,"input"),C(t,"change")}static get delegatesFocus(){return!0}get root(){return i(this)}};(function(t,e,o,i){var r,n=arguments.length,s=n<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,o):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,o,i);else for(var a=t.length-1;a>=0;a--)(r=t[a])&&(s=(n<3?r(s):n>3?r(e,o,s):r(e,o))||s);n>3&&s&&Object.defineProperty(e,o,s)})([u({childList:!0,subtree:!0})],H.prototype,"onMutation",null),H.style='.gux-form-field-container.gux-beside{display:flex;flex-direction:row}.gux-form-field-error{display:none;flex-direction:row;flex-wrap:nowrap;place-content:stretch flex-start;align-items:center;padding:var(--gse-ui-formControl-helper-errorPadding);font-family:var(--gse-ui-formControl-helper-helperText-fontFamily);font-size:var(--gse-ui-formControl-helper-helperText-fontSize);line-height:var(--gse-ui-formControl-helper-helperText-lineHeight);color:var(--gse-ui-formControl-helper-errorColor)}.gux-form-field-error.gux-show{display:flex}.gux-form-field-error gux-icon{flex:0 1 auto;align-self:auto;order:0;min-width:var(--gse-ui-icon-size-sm);min-height:var(--gse-ui-icon-size-sm);margin-right:var(--gse-ui-formControl-helper-gap);color:var(--gse-ui-formControl-helper-errorColor)}.gux-form-field-error .gux-message{flex:0 1 auto;align-self:auto;order:0}.gux-form-field-label.gux-required::after{color:var(--gse-ui-formControl-label-indicator-requiredColor);content:" *"}.gux-form-field-label.gux-beside{position:relative;top:8px;width:fit-content;min-width:45px;margin-right:var(--gse-ui-formControl-label-gap)}.gux-form-field-label.gux-above{padding:var(--gse-ui-formControl-label-padding)}.gux-form-field-label.gux-screenreader{position:absolute;top:auto;left:-10000px;width:1px;height:1px;overflow:hidden}.gux-form-field-help{display:none;flex-direction:row;flex-wrap:nowrap;place-content:stretch flex-start;align-items:flex-start;justify-content:flex-start;padding:var(--gse-ui-formControl-helper-paddingSmall);font-family:var(--gse-ui-formControl-helper-helperText-fontFamily);font-size:var(--gse-ui-formControl-helper-helperText-fontSize);line-height:var(--gse-ui-formControl-helper-helperText-lineHeight);color:var(--gse-ui-formControl-helper-defaultColor)}.gux-form-field-help.gux-show{display:flex}.gux-form-field-help .gux-message{flex:0 1 auto;align-self:none;order:0}:host{display:block}::slotted(label){font-family:var(--gse-ui-formControl-label-text-fontFamily);font-size:var(--gse-ui-formControl-label-text-fontSize);font-weight:var(--gse-ui-formControl-label-text-fontWeight);line-height:var(--gse-ui-formControl-label-text-lineHeight);color:var(--gse-ui-formControl-label-labelColor)}::slotted(input){flex:1 1 auto;align-self:auto;order:0;width:100%;overflow:hidden;font-size:var(--gse-ui-formControl-input-contentText-fontSize);text-align:right;text-overflow:ellipsis;background-color:var(--gse-ui-formControl-input-backgroundColor);border:none;outline:none}::slotted(input)::placeholder{color:var(--gse-ui-formControl-input-placeholderColor);opacity:1}.gux-input-and-error-container{flex-grow:1}.gux-input-and-error-container .gux-input{display:flex;flex-direction:row;flex-wrap:nowrap;align-content:stretch;align-items:center;width:100%}.gux-input-and-error-container .gux-input .gux-input-container{box-sizing:border-box;display:flex;flex:1 1 auto;flex-direction:row;flex-wrap:nowrap;gap:var(--gse-ui-formControl-input-gap);place-content:stretch center;align-items:center;align-self:auto;order:0;width:100%;height:var(--gse-ui-formControl-input-textfield-height);padding:var(--gse-ui-formControl-input-padding);font-family:var(--gse-ui-formControl-input-contentText-fontFamily);font-size:var(--gse-ui-formControl-input-contentText-fontSize);line-height:var(--gse-ui-formControl-input-contentText-lineHeight);color:var(--gse-ui-formControl-input-populatedColor);background-color:var(--gse-ui-formControl-input-backgroundColor);background-image:none;border:var(--gse-ui-formControl-input-default-border-width) var(--gse-ui-formControl-input-default-border-style) var(--gse-ui-formControl-input-default-border-color);border-radius:var(--gse-ui-formControl-input-borderRadius)}.gux-input-and-error-container .gux-input .gux-input-container.gux-disabled{opacity:var(--gse-ui-formControl-input-disabled-opacity)}.gux-input-and-error-container .gux-input .gux-input-container.gux-clear{padding-right:0}.gux-input-and-error-container .gux-input .gux-input-container:focus-within{border:var(--gse-ui-formControl-input-active-border-width) var(--gse-ui-formControl-input-active-border-style) var(--gse-ui-formControl-input-active-border-color);border-radius:var(--gse-ui-formControl-focusRing-borderRadius);outline:var(--gse-ui-formControl-input-focus-border-width) var(--gse-ui-formControl-input-focus-border-style) var(--gse-ui-formControl-input-focus-border-color);outline-offset:var(--gse-semantic-focusRing-offset)}.gux-input-and-error-container .gux-input.gux-input-error .gux-input-container{border-color:var(--gse-ui-formControl-input-error-border-color)}.gux-step-buttons-container{flex:0 1 14px;align-self:auto;order:0;margin-left:var(--gse-ui-formControl-spinButton-gap)}.gux-step-buttons-container .gux-step-button{display:flex;flex:0 1 auto;align-items:center;align-self:auto;justify-content:center;order:0;padding:0;color:var(--gse-ui-formControl-input-inputIcon-defaultColor);background:transparent;border:none}.gux-step-buttons-container .gux-step-button:not(:disabled):focus-visible,.gux-step-buttons-container .gux-step-button:not(:disabled):hover{cursor:pointer;border:var(--gse-ui-formControl-input-hover-border-width) var(--gse-ui-formControl-input-hover-border-style) var(--gse-ui-formControl-input-hover-border-color)}.gux-step-buttons-container .gux-step-button gux-icon{flex:0 0 auto;width:14px;height:14px}';const $=class{constructor(e){t(this,e),this.goToPage=r(this,"goToPage",7),this.isOpen=!1,this.totalPages=void 0}handleKeyDown(t){const e=t.composedPath();switch(t.key){case"Escape":this.isOpen=!1,this.ellipsisButton.focus();break;case"Tab":this.isOpen=!1;break;case"ArrowDown":case"Enter":e.includes(this.ellipsisButton)&&(t.preventDefault(),this.isOpen=!0,this.focusInputElement())}}handleKeyup(t){if(" "===t.key)t.composedPath().includes(this.ellipsisButton)&&(this.isOpen=!0,this.focusInputElement())}toggle(){this.isOpen=!this.isOpen,this.isOpen&&this.focusInputElement()}onClickOutside(){this.isOpen=!1}focusInputElement(){S((()=>{this.inputElement.focus()}))}applyInputListener(){var t;null===(t=this.inputElement)||void 0===t||t.addEventListener("keydown",(t=>{"Enter"!=t.key&&" "!=t.key||(t.preventDefault(),this.goToPage.emit(t.target.value),this.isOpen=!1)}))}async componentWillLoad(){this.i18n=await s(this.root,z),j(this.root)}componentDidLoad(){this.applyInputListener()}render(){return o(n,null,o("button",{id:"popover-target",type:"button",ref:t=>this.ellipsisButton=t,onClick:()=>this.toggle(),"aria-haspopup":"true","aria-expanded":this.isOpen.toString()},o("gux-icon",{screenreaderText:this.i18n("goToPage"),"icon-name":"menu-kebab-horizontal"})),o("gux-tooltip",{for:"popover-target"},this.i18n("goToPage")),o("gux-popover",{"is-open":this.isOpen,for:"popover-target"},o("span",{slot:"title"},this.i18n("goToPage")),o("gux-form-field-number",null,o("input",{slot:"input",type:"number",ref:t=>this.inputElement=t,min:"1",max:this.totalPages,value:"1"}),o("label",{slot:"label"}))))}get root(){return i(this)}};(function(t,e,o,i){var r,n=arguments.length,s=n<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,o):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,o,i);else for(var a=t.length-1;a>=0;a--)(r=t[a])&&(s=(n<3?r(s):n>3?r(e,o,s):r(e,o))||s);n>3&&s&&Object.defineProperty(e,o,s)})([R({triggerEvents:"mousedown"})],$.prototype,"onClickOutside",null),$.style="button{color:var(--gse-ui-button-ghost-default-foregroundColor);cursor:pointer;background:none;border:none}button:hover{color:var(--gse-ui-button-ghost-hover-foregroundColor)}button:focus-visible{border-radius:calc(var(--gse-semantic-focusRing-cornerRadius) - var(--gse-semantic-focusRing-offset));outline:var(--gse-semantic-focusRing-width) solid var(--gse-semantic-color-focus);outline-offset:var(--gse-semantic-focusRing-offset)}button gux-icon{width:var(--gse-ui-icon-size-sm);height:var(--gse-ui-icon-size-sm);padding-top:4px}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}input[type=number]{-moz-appearance:textfield}";const B=class{constructor(e){t(this,e),this.guxdismiss=r(this,"guxdismiss",7),this.for=void 0,this.position="bottom",this.displayDismissButton=void 0,this.closeOnClickOutside=!1,this.isOpen=!1}checkForClickOutside(t){const e=t.composedPath(),o=L(this.root,this.for),i=e.includes(o);!this.closeOnClickOutside&&this.displayDismissButton||!this.isOpen||i||this.dismiss()}get titleSlot(){return E(this.root,"title")}runUpdatePosition(){this.root.isConnected?this.cleanupUpdatePosition=T(L(this.root,this.for),this.popupElement,(()=>this.updatePosition()),{ancestorScroll:!0,elementResize:!0,animationFrame:!0,ancestorResize:!0}):this.disconnectedCallback()}updatePosition(){const t=L(this.root,this.for);this.popupElement&&O(t,this.popupElement,{placement:this.position,middleware:[F(7),D(),I(),P({element:this.arrowElement,padding:16})]}).then((({x:t,y:e,middlewareData:o,placement:i})=>{Object.assign(this.popupElement.style,{left:`${t}px`,top:`${e}px`});const r={top:"bottom",right:"left",bottom:"top",left:"right"}[i.split("-")[0]];if(o.arrow){const{x:t,y:e}=o.arrow;this.popupElement.setAttribute("data-placement",i),Object.assign(this.arrowElement.style,{left:null!=t?`${t}px`:"",top:null!=e?`${e}px`:"",right:"",bottom:"",[r]:"-6.5px",transform:"rotate(45deg)"})}}))}dismiss(){this.guxdismiss.emit().defaultPrevented||(this.isOpen=!1)}connectedCallback(){j(this.root,{variant:this.position})}componentDidLoad(){this.isOpen&&this.runUpdatePosition()}componentDidUpdate(){this.isOpen?this.runUpdatePosition():this.cleanupUpdatePosition&&this.cleanupUpdatePosition()}disconnectedCallback(){this.cleanupUpdatePosition&&this.cleanupUpdatePosition()}renderDismissButton(){if(this.displayDismissButton)return o("gux-dismiss-button",{onClick:this.dismiss.bind(this),position:"inherit"})}render(){return o("div",{ref:t=>this.popupElement=t,class:{"gux-hidden":!this.isOpen,"gux-popover-wrapper":!0},"data-placement":!0},o("div",{ref:t=>this.arrowElement=t,class:"gux-arrow"}),o("div",{class:{"gux-popover-header":Boolean(this.titleSlot)}},o("slot",{name:"title"}),this.renderDismissButton()),o("div",{class:"gux-popover-content"},o("slot",null)))}get root(){return i(this)}};(function(t,e,o,i){var r,n=arguments.length,s=n<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,o):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,o,i);else for(var a=t.length-1;a>=0;a--)(r=t[a])&&(s=(n<3?r(s):n>3?r(e,o,s):r(e,o))||s);n>3&&s&&Object.defineProperty(e,o,s)})([R({triggerEvents:"mousedown"})],B.prototype,"checkForClickOutside",null),B.style=".gux-popover-wrapper{position:absolute;top:0;left:0;z-index:var(--gse-semantic-zIndex-popover);display:inline-block;min-width:280px;padding:var(--gse-ui-popover-gap);background-color:var(--gse-ui-popover-backgroundColor);border-radius:var(--gse-ui-popover-borderRadius);box-shadow:var(--gse-ui-popover-boxShadow-x) var(--gse-ui-popover-boxShadow-y) var(--gse-ui-popover-boxShadow-blur) var(--gse-ui-popover-boxShadow-spread) var(--gse-ui-tooltip-boxShadow-color)}.gux-popover-wrapper.gux-hidden{display:none}.gux-popover-wrapper .gux-arrow{position:absolute;width:var(--gse-ui-popover-anchor-width);height:var(--gse-ui-popover-anchor-width);background:var(--gse-ui-popover-backgroundColor);border-radius:var(--gse-ui-flyoutMenu-arrow-borderRadius)}.gux-popover-wrapper .gux-popover-header{display:flex;flex-direction:row;place-content:center space-between;align-items:center;padding-bottom:var(--gse-ui-popover-gap);font-family:var(--gse-ui-popover-title-text-fontFamily);font-size:var(--gse-ui-popover-title-text-fontSize);font-weight:var(--gse-ui-popover-title-text-fontWeight);line-height:var(--gse-ui-popover-title-text-lineHeight);color:--gse-ui-popover-headercolor}.gux-popover-wrapper gux-dismiss-button{float:right}";export{H as gux_form_field_number,$ as gux_pagination_ellipsis_button,B as gux_popover}
@@ -0,0 +1 @@
1
+ import{r as t,f as r,h as s,g as a}from"./p-deca7631.js";import{b as e}from"./p-e10cb032.js";import{t as i}from"./p-7dd36687.js";import"./p-0962dd7a.js";const o={breadcrumbs:"Breadcrumbs"},n=class{constructor(r){t(this,r),this.accent="primary"}componentWillLoad(){i(this.root,{variant:this.accent})}async componentWillRender(){this.i18n=await e(this.root,o)}onSlotChange(){Array.from(this.root.children).forEach((t=>r(t)))}render(){return s("nav",{"aria-label":this.i18n("breadcrumbs")},s("ol",null,s("slot",{onSlotchange:this.onSlotChange.bind(this)})))}get root(){return a(this)}};n.style="ol{display:flex;flex-direction:row;flex-wrap:wrap;place-content:flex-start flex-start;align-items:center;padding:0;margin:0;list-style:none}";export{n as gux_breadcrumbs}
@@ -0,0 +1 @@
1
+ import{r as t,h as s,g as o}from"./p-deca7631.js";import{t as i}from"./p-7dd36687.js";import{g as e}from"./p-dd53013c.js";const n=class{constructor(s){t(this,s),this.iconOnly=!1,this.accent="secondary",this.disabled=!1}renderTooltip(){if(this.iconOnly)return s("gux-tooltip",null,e(this.root,"text"))}componentWillLoad(){i(this.root)}render(){return s("gux-button-slot",{accent:this.accent},s("button",{disabled:this.disabled,type:"button",class:"gux-action-title"},s("slot",{name:"icon"}),s("span",{class:{"gux-sr-only":this.iconOnly}},s("slot",{name:"text"}))),this.renderTooltip())}static get delegatesFocus(){return!0}get root(){return o(this)}};n.style=":host([disabled]),button[disabled]{pointer-events:none}.gux-sr-only{display:flex}.gux-sr-only:not(:focus):not(:active){position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.gux-action-title{display:flex;flex-direction:row;gap:var(--gse-ui-button-gap);align-items:center}.gux-action-title slot[name=icon]::slotted(gux-icon){width:var(--gse-ui-icon-size-sm);height:var(--gse-ui-icon-size-sm)}";export{n as gux_table_toolbar_custom_action}