genesys-spark-components 4.0.0-beta.7 → 4.0.0-beta.70

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 (2108) 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 +6 -8
  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 +28 -52
  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 +213 -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 +21 -14
  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-57ea9202.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 +32 -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 +72 -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 +117 -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 +73 -74
  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 +66 -55
  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 +61 -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 +65 -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 +62 -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 +69 -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 +59 -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.js +9 -10
  390. package/dist/collection/components/stable/gux-icon/gux-icon.service.js +2 -2
  391. package/dist/collection/components/stable/gux-icon/icons/custom/add-column-after.svg +1 -0
  392. package/dist/collection/components/stable/gux-icon/icons/custom/add-column-before.svg +1 -0
  393. package/dist/collection/components/stable/gux-icon/icons/custom/add-row-after.svg +1 -0
  394. package/dist/collection/components/stable/gux-icon/icons/custom/add-row-before.svg +1 -0
  395. package/dist/collection/components/stable/gux-icon/icons/custom/carousel.svg +1 -0
  396. package/dist/collection/components/stable/gux-icon/icons/custom/co-browse.svg +1 -0
  397. package/dist/collection/components/stable/gux-icon/icons/custom/delete-column.svg +1 -0
  398. package/dist/collection/components/stable/gux-icon/icons/custom/delete-row.svg +1 -0
  399. package/dist/collection/components/stable/gux-icon/icons/custom/delete-table.svg +1 -0
  400. package/dist/collection/components/stable/gux-icon/icons/custom/face-smile-hearts-regular.svg +1 -0
  401. package/dist/collection/components/stable/gux-icon/icons/custom/file-pen-question.svg +1 -0
  402. package/dist/collection/components/stable/gux-icon/icons/custom/filter-notification.svg +1 -0
  403. package/dist/collection/components/stable/gux-icon/icons/custom/font-regular-highlight.svg +1 -0
  404. package/dist/collection/components/stable/gux-icon/icons/custom/gkn-logo.svg +1 -0
  405. package/dist/collection/components/stable/gux-icon/icons/custom/list-alphabetical-regular.svg +1 -0
  406. package/dist/collection/components/stable/gux-icon/icons/custom/list-roman-regular.svg +1 -0
  407. package/dist/collection/components/stable/gux-icon/icons/custom/one-button.svg +1 -0
  408. package/dist/collection/components/stable/gux-icon/icons/custom/person-running.svg +1 -0
  409. package/dist/collection/components/stable/gux-icon/icons/custom/quick-reply.svg +1 -0
  410. package/dist/collection/components/stable/gux-icon/icons/custom/three-button.svg +1 -0
  411. package/dist/collection/components/stable/gux-icon/icons/custom/wrap-text-inline.svg +1 -0
  412. package/dist/collection/components/stable/gux-icon/icons/custom/wrap-text-tight.svg +1 -0
  413. package/dist/collection/components/stable/gux-icon/icons/custom/wrap-text-top-bottom.svg +1 -0
  414. package/dist/collection/components/stable/gux-icon/icons/fa/alarm-clock-regular.svg +1 -0
  415. package/dist/collection/components/stable/gux-icon/icons/fa/alarm-snooze-regular.svg +1 -0
  416. package/dist/collection/components/stable/gux-icon/icons/fa/arrows-to-circle-regular.svg +1 -0
  417. package/dist/collection/components/stable/gux-icon/icons/fa/award-solid.svg +1 -0
  418. package/dist/collection/components/stable/gux-icon/icons/fa/backward-step-regular.svg +1 -0
  419. package/dist/collection/components/stable/gux-icon/icons/fa/bell-on-regular.svg +1 -0
  420. package/dist/collection/components/stable/gux-icon/icons/fa/bell-slash-regular.svg +1 -0
  421. package/dist/collection/components/stable/gux-icon/icons/fa/bookmark-regular.svg +1 -0
  422. package/dist/collection/components/stable/gux-icon/icons/fa/check-solid.svg +1 -0
  423. package/dist/collection/components/stable/gux-icon/icons/fa/circle-plus-solid.svg +1 -0
  424. package/dist/collection/components/stable/gux-icon/icons/fa/comment-dots-regular.svg +1 -0
  425. package/dist/collection/components/stable/gux-icon/icons/fa/diagram-nested-regular.svg +1 -0
  426. package/dist/collection/components/stable/gux-icon/icons/fa/eye-regular.svg +1 -0
  427. package/dist/collection/components/stable/gux-icon/icons/fa/eye-slash-regular.svg +1 -0
  428. package/dist/collection/components/stable/gux-icon/icons/fa/face-frown-regular.svg +1 -0
  429. package/dist/collection/components/stable/gux-icon/icons/fa/face-frown-solid.svg +1 -0
  430. package/dist/collection/components/stable/gux-icon/icons/fa/face-laugh-regular.svg +1 -0
  431. package/dist/collection/components/stable/gux-icon/icons/fa/face-laugh-solid.svg +1 -0
  432. package/dist/collection/components/stable/gux-icon/icons/fa/file-exclamation-regular.svg +1 -0
  433. package/dist/collection/components/stable/gux-icon/icons/fa/file-zip-regular.svg +1 -0
  434. package/dist/collection/components/stable/gux-icon/icons/fa/forward-step-regular.svg +1 -0
  435. package/dist/collection/components/stable/gux-icon/icons/fa/function-regular.svg +1 -0
  436. package/dist/collection/components/stable/gux-icon/icons/fa/google.svg +1 -0
  437. package/dist/collection/components/stable/gux-icon/icons/fa/hand-back-point-right-regular.svg +1 -0
  438. package/dist/collection/components/stable/gux-icon/icons/fa/laptop-slash-regular.svg +1 -0
  439. package/dist/collection/components/stable/gux-icon/icons/fa/list-radio-clean-regular.svg +1 -0
  440. package/dist/collection/components/stable/gux-icon/icons/fa/message-bot-regular.svg +1 -0
  441. package/dist/collection/components/stable/gux-icon/icons/fa/microsoft.svg +1 -0
  442. package/dist/collection/components/stable/gux-icon/icons/fa/pause-regular.svg +1 -0
  443. package/dist/collection/components/stable/gux-icon/icons/fa/pen-slash-regular.svg +1 -0
  444. package/dist/collection/components/stable/gux-icon/icons/fa/play-regular.svg +1 -0
  445. package/dist/collection/components/stable/gux-icon/icons/fa/regular-user-circle-arrow-left.svg +1 -0
  446. package/dist/collection/components/stable/gux-icon/icons/fa/square-dashed-regular.svg +1 -0
  447. package/dist/collection/components/stable/gux-icon/icons/fa/stop-regular.svg +1 -0
  448. package/dist/collection/components/stable/gux-icon/icons/fa/subscript-regular.svg +1 -0
  449. package/dist/collection/components/stable/gux-icon/icons/fa/superscript-regular.svg +1 -0
  450. package/dist/collection/components/stable/gux-icon/icons/fa/table-cells-regular.svg +1 -0
  451. package/dist/collection/components/stable/gux-icon/icons/fa/table-columns-regular.svg +1 -0
  452. package/dist/collection/components/stable/gux-icon/icons/fa/user-group-solid.svg +1 -0
  453. package/dist/collection/components/stable/gux-icon/icons/fa/volume-regular.svg +1 -0
  454. package/dist/collection/components/stable/gux-icon/icons/fa/volume-xmark-regular.svg +1 -0
  455. package/dist/collection/components/stable/gux-icon/icons/fa/wand-magic-sparkles-regular.svg +1 -0
  456. package/dist/collection/components/stable/gux-icon/icons/fa/windows.svg +1 -0
  457. package/dist/collection/components/stable/gux-icon/tests/gux-icon.e2e.js +11 -0
  458. package/dist/collection/components/stable/gux-icon/tests/gux-icon.service.spec.js +22 -0
  459. package/dist/collection/components/stable/gux-icon/tests/gux-icon.spec.js +6 -0
  460. package/dist/collection/components/stable/gux-inline-alert/gux-inline-alert.css +76 -0
  461. package/dist/collection/components/stable/gux-inline-alert/gux-inline-alert.js +77 -0
  462. package/dist/collection/components/stable/gux-inline-alert/tests/gux-inline-alert.e2e.js +18 -0
  463. package/dist/collection/components/stable/gux-inline-alert/tests/gux-inline-alert.spec.js +19 -0
  464. package/dist/collection/components/stable/gux-list/gux-list-divider/gux-list-divider.css +4 -5
  465. package/dist/collection/components/stable/gux-list/gux-list-divider/gux-list-divider.js +2 -2
  466. package/dist/collection/components/stable/gux-list/gux-list-divider/tests/gux-list-divider.spec.js +22 -0
  467. package/dist/collection/components/stable/gux-list/gux-list-item/gux-list-item.css +28 -15
  468. package/dist/collection/components/stable/gux-list/gux-list-item/gux-list-item.js +3 -3
  469. package/dist/collection/components/stable/gux-list/gux-list-item/tests/gux-list-item.spec.js +22 -0
  470. package/dist/collection/components/stable/gux-list/gux-list.css +3 -3
  471. package/dist/collection/components/stable/gux-list/gux-list.js +13 -9
  472. package/dist/collection/components/stable/gux-list/tests/gux-list.e2e.js +20 -0
  473. package/dist/collection/components/stable/gux-list/tests/gux-list.spec.js +23 -0
  474. package/dist/collection/components/stable/gux-listbox/gux-listbox.css +21 -17
  475. package/dist/collection/components/stable/gux-listbox/gux-listbox.js +45 -29
  476. package/dist/collection/components/stable/gux-listbox/gux-listbox.service.js +2 -7
  477. package/dist/collection/components/stable/gux-listbox/options/gux-option/gux-option.css +46 -18
  478. package/dist/collection/components/stable/gux-listbox/options/gux-option/gux-option.js +4 -44
  479. package/dist/collection/components/stable/gux-listbox/options/gux-option-icon/gux-option-icon.css +51 -25
  480. package/dist/collection/components/stable/gux-listbox/options/gux-option-icon/gux-option-icon.js +4 -3
  481. package/dist/collection/components/stable/gux-listbox-multi/gux-create-option/gux-create-option.css +29 -21
  482. package/dist/collection/components/stable/gux-listbox-multi/gux-create-option/gux-create-option.js +8 -6
  483. package/dist/collection/components/stable/gux-listbox-multi/gux-listbox-multi.css +16 -18
  484. package/dist/collection/components/stable/gux-listbox-multi/gux-listbox-multi.js +41 -25
  485. package/dist/collection/components/stable/gux-listbox-multi/gux-option-multi/gux-option-multi.css +53 -31
  486. package/dist/collection/components/stable/gux-listbox-multi/gux-option-multi/gux-option-multi.js +13 -47
  487. package/dist/collection/components/stable/gux-loading-message/gux-loading-message.css +66 -0
  488. package/dist/collection/components/stable/gux-loading-message/gux-loading-message.js +28 -0
  489. package/dist/collection/components/stable/gux-loading-message/tests/gux-loading-message.e2e.js +14 -0
  490. package/dist/collection/components/stable/gux-loading-message/tests/gux-loading-message.spec.js +27 -0
  491. package/dist/collection/components/stable/gux-modal/gux-modal.css +56 -46
  492. package/dist/collection/components/stable/gux-modal/gux-modal.js +70 -105
  493. package/dist/collection/components/stable/gux-modal/tests/gux-modal.e2e.js +285 -0
  494. package/dist/collection/components/stable/gux-modal/tests/gux-modal.spec.js +140 -0
  495. package/dist/collection/components/stable/gux-page-loading-spinner/gux-page-loading-spinner.js +2 -2
  496. package/dist/collection/components/stable/gux-page-loading-spinner/tests/gux-page-loading-spinner.e2e.js +33 -0
  497. package/dist/collection/components/stable/gux-page-loading-spinner/tests/gux-page-loading-spinner.spec.js +12 -0
  498. package/dist/collection/components/stable/gux-pagination/gux-pagination-buttons/gux-pagination-button.service.js +105 -62
  499. package/dist/collection/components/stable/gux-pagination/gux-pagination-buttons/gux-pagination-buttons.css +34 -51
  500. package/dist/collection/components/stable/gux-pagination/gux-pagination-buttons/gux-pagination-buttons.js +39 -45
  501. package/dist/collection/components/stable/gux-pagination/gux-pagination-buttons/gux-pagination-ellipsis-button/gux-pagination-ellipsis-button.css +31 -0
  502. package/dist/collection/components/stable/gux-pagination/gux-pagination-buttons/gux-pagination-ellipsis-button/gux-pagination-ellipsis-button.js +164 -0
  503. package/dist/collection/components/stable/gux-pagination/gux-pagination-buttons/tests/gux-pagination-buttons.service.spec.js +129 -0
  504. package/dist/collection/components/stable/gux-pagination/gux-pagination-buttons/tests/gux-pagination-buttons.spec.js +32 -0
  505. package/dist/collection/components/stable/gux-pagination/gux-pagination-item-counts/gux-pagination-item-counts.css +9 -7
  506. package/dist/collection/components/stable/gux-pagination/gux-pagination-item-counts/gux-pagination-item-counts.js +10 -5
  507. package/dist/collection/components/stable/gux-pagination/gux-pagination-item-counts/tests/gux-pagination-item-counts.spec.js +30 -0
  508. package/dist/collection/components/stable/gux-pagination/gux-pagination-items-per-page/gux-pagination-items-per-page.css +14 -8
  509. package/dist/collection/components/stable/gux-pagination/gux-pagination-items-per-page/gux-pagination-items-per-page.js +7 -6
  510. package/dist/collection/components/stable/gux-pagination/gux-pagination-items-per-page/tests/gux-pagination-items-per-page.spec.js +33 -0
  511. package/dist/collection/components/stable/gux-pagination/gux-pagination.css +16 -11
  512. package/dist/collection/components/stable/gux-pagination/gux-pagination.js +81 -52
  513. package/dist/collection/components/stable/gux-pagination/tests/gux-pagination.e2e.js +97 -0
  514. package/dist/collection/components/stable/gux-pagination/tests/gux-pagination.spec.js +116 -0
  515. package/dist/collection/components/stable/gux-pagination-cursor/gux-pagination-cursor.css +7 -8
  516. package/dist/collection/components/stable/gux-pagination-cursor/gux-pagination-cursor.js +11 -9
  517. package/dist/collection/components/stable/gux-pagination-cursor/tests/gux-pagination-cursor.e2e.js +66 -0
  518. package/dist/collection/components/stable/gux-pagination-cursor/tests/gux-pagination-cursor.spec.js +67 -0
  519. package/dist/collection/components/stable/gux-popover/gux-popover.css +24 -49
  520. package/dist/collection/components/stable/gux-popover/gux-popover.js +101 -75
  521. package/dist/collection/components/stable/gux-popover/tests/gux-popover.e2e.js +60 -0
  522. package/dist/collection/components/stable/gux-popover/tests/gux-popover.spec.js +50 -0
  523. package/dist/collection/components/stable/gux-popover-list/gux-popover-list.css +14 -65
  524. package/dist/collection/components/stable/gux-popover-list/gux-popover-list.js +101 -68
  525. package/dist/collection/components/stable/gux-popover-list/tests/gux-popover-list.e2e.js +59 -0
  526. package/dist/collection/components/stable/gux-popover-list/tests/gux-popover-list.spec.js +49 -0
  527. package/dist/collection/components/stable/gux-popup/gux-popup.css +12 -1
  528. package/dist/collection/components/stable/gux-popup/gux-popup.js +65 -15
  529. package/dist/collection/components/stable/gux-popup/tests/gux-popup.e2e.js +41 -0
  530. package/dist/collection/components/stable/gux-popup/tests/gux-popup.spec.js +37 -0
  531. package/dist/collection/components/stable/gux-radial-loading/gux-radial-loading.css +170 -31
  532. package/dist/collection/components/stable/gux-radial-loading/gux-radial-loading.functional.js +11 -0
  533. package/dist/collection/components/stable/gux-radial-loading/gux-radial-loading.js +8 -6
  534. package/dist/collection/components/stable/gux-radial-loading/gux-radial-loading.service.js +4 -0
  535. package/dist/collection/components/stable/gux-radial-loading/tests/gux-radial-loading.e2e.js +33 -0
  536. package/dist/collection/components/stable/gux-radial-loading/tests/gux-radial-loading.spec.js +33 -0
  537. package/dist/collection/components/stable/gux-radial-progress/gux-radial-progress.css +16 -27
  538. package/dist/collection/components/stable/gux-radial-progress/gux-radial-progress.functional.js +4 -7
  539. package/dist/collection/components/stable/gux-radial-progress/gux-radial-progress.js +7 -33
  540. package/dist/collection/components/stable/gux-radial-progress/gux-radial-progress.service.js +5 -6
  541. package/dist/collection/components/stable/gux-radial-progress/tests/gux-radial-progress.e2e.js +58 -0
  542. package/dist/collection/components/stable/gux-radial-progress/tests/gux-radial-progress.service.spec.js +36 -0
  543. package/dist/collection/components/stable/gux-radial-progress/tests/gux-radial-progress.spec.js +61 -0
  544. package/dist/collection/components/stable/gux-rating/gux-rating.css +11 -14
  545. package/dist/collection/components/stable/gux-rating/gux-rating.js +39 -11
  546. package/dist/collection/components/stable/gux-rating/tests/gux-rating.e2e.js +311 -0
  547. package/dist/collection/components/stable/gux-rating/tests/gux-rating.spec.js +44 -0
  548. package/dist/collection/components/stable/gux-skip-navigation-list/gux-skip-navigation-item/gux-skip-navigation-item.css +24 -0
  549. package/dist/collection/components/stable/gux-skip-navigation-list/gux-skip-navigation-item/gux-skip-navigation-item.js +22 -0
  550. package/dist/collection/components/stable/gux-skip-navigation-list/gux-skip-navigation-list.css +28 -0
  551. package/dist/collection/components/stable/gux-skip-navigation-list/gux-skip-navigation-list.js +30 -0
  552. package/dist/collection/components/stable/gux-skip-navigation-list/tests/gux-skip-navigation-list.e2e.js +24 -0
  553. package/dist/collection/components/stable/gux-skip-navigation-list/tests/gux-skip-navigation-list.spec.js +29 -0
  554. package/dist/collection/components/stable/gux-table/gux-all-row-select/gux-all-row-select.css +5 -0
  555. package/dist/collection/components/stable/gux-table/gux-all-row-select/gux-all-row-select.js +128 -0
  556. package/dist/collection/components/stable/gux-table/gux-all-row-select/tests/gux-all-row-select.spec.js +11 -0
  557. package/dist/collection/components/stable/gux-table/gux-row-select/gux-row-select.css +5 -0
  558. package/dist/collection/components/stable/gux-table/gux-row-select/gux-row-select.js +100 -0
  559. package/dist/collection/components/stable/gux-table/gux-row-select/tests/gux-row-select.spec.js +11 -0
  560. package/dist/collection/components/stable/gux-table/gux-sort-control/gux-sort-control.css +38 -0
  561. package/dist/collection/components/stable/gux-table/gux-sort-control/gux-sort-control.js +177 -0
  562. package/dist/collection/components/stable/gux-table/gux-sort-control/tests/gux-sort-control.e2e.js +56 -0
  563. package/dist/collection/components/stable/gux-table/gux-sort-control/tests/gux-sort-control.spec.js +44 -0
  564. package/dist/collection/components/stable/gux-table/gux-table-select-menu/gux-table-select-menu.css +24 -0
  565. package/dist/collection/components/stable/gux-table/gux-table-select-menu/gux-table-select-menu.js +130 -0
  566. package/dist/collection/components/stable/gux-table/gux-table-select-menu/tests/gux-table-select-menu.spec.js +24 -0
  567. package/dist/collection/components/stable/gux-table/gux-table.css +35 -0
  568. package/dist/collection/components/stable/gux-table/gux-table.js +471 -0
  569. package/dist/collection/components/stable/gux-table/tests/gux-table.e2e.js +543 -0
  570. package/dist/collection/components/stable/gux-table/tests/gux-table.spec.js +28 -0
  571. package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar-action/gux-table-toolbar-action.css +3 -0
  572. package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar-action/gux-table-toolbar-action.js +126 -0
  573. package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar-action/tests/gux-table-toolbar-action.e2e.js +53 -0
  574. package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar-action/tests/gux-table-toolbar-action.spec.js +54 -0
  575. package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar-custom-action/gux-table-toolbar-custom-action.css +28 -0
  576. package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar-custom-action/gux-table-toolbar-custom-action.js +103 -0
  577. package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar-custom-action/tests/gux-table-toolbar-custom-action.e2e.js +33 -0
  578. package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar-custom-action/tests/gux-table-toolbar-custom-action.spec.js +34 -0
  579. package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar-menu-button/gux-table-toolbar-menu-button.css +32 -0
  580. package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar-menu-button/gux-table-toolbar-menu-button.js +160 -0
  581. package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar.css +51 -0
  582. package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar.js +209 -0
  583. package/dist/collection/components/stable/gux-table-toolbar/tests/gux-table-toolbar.e2e.js +46 -0
  584. package/dist/collection/components/stable/gux-table-toolbar/tests/gux-table-toolbar.spec.js +59 -0
  585. package/dist/collection/components/stable/gux-tabs/gux-tab/gux-tab.css +42 -32
  586. package/dist/collection/components/stable/gux-tabs/gux-tab/gux-tab.js +8 -5
  587. package/dist/collection/components/stable/gux-tabs/gux-tab/tests/gux-tab.e2e.js +15 -0
  588. package/dist/collection/components/stable/gux-tabs/gux-tab/tests/gux-tab.spec.js +16 -0
  589. package/dist/collection/components/stable/gux-tabs/gux-tab-list/gux-tab-list.css +19 -23
  590. package/dist/collection/components/stable/gux-tabs/gux-tab-list/gux-tab-list.js +8 -7
  591. package/dist/collection/components/stable/gux-tabs/gux-tab-list/tests/gux-tab-list.e2e.js +15 -0
  592. package/dist/collection/components/stable/gux-tabs/gux-tab-list/tests/gux-tab-list.spec.js +16 -0
  593. package/dist/collection/components/stable/gux-tabs/gux-tab-panel/gux-tab-panel.css +15 -6
  594. package/dist/collection/components/stable/gux-tabs/gux-tab-panel/gux-tab-panel.js +6 -4
  595. package/dist/collection/components/stable/gux-tabs/gux-tab-panel/tests/gux-tab-panel.e2e.js +15 -0
  596. package/dist/collection/components/stable/gux-tabs/gux-tab-panel/tests/gux-tab-panel.spec.js +16 -0
  597. package/dist/collection/components/stable/gux-tabs/gux-tabs.css +14 -1
  598. package/dist/collection/components/stable/gux-tabs/gux-tabs.js +10 -7
  599. package/dist/collection/components/stable/gux-tabs/tests/gux-tabs.e2e.js +140 -0
  600. package/dist/collection/components/stable/gux-tabs/tests/gux-tabs.spec.js +57 -0
  601. package/dist/collection/components/stable/gux-tabs-advanced/gux-tab-advanced/gux-tab-advanced.css +48 -102
  602. package/dist/collection/components/stable/gux-tabs-advanced/gux-tab-advanced/gux-tab-advanced.js +48 -30
  603. package/dist/collection/components/stable/gux-tabs-advanced/gux-tab-advanced-list/gux-tab-advanced-list.css +29 -105
  604. package/dist/collection/components/stable/gux-tabs-advanced/gux-tab-advanced-list/gux-tab-advanced-list.js +32 -26
  605. package/dist/collection/components/stable/gux-tabs-advanced/gux-tab-advanced-panel/gux-tab-advanced-panel.css +5 -6
  606. package/dist/collection/components/stable/gux-tabs-advanced/gux-tab-advanced-panel/gux-tab-advanced-panel.js +5 -4
  607. package/dist/collection/components/stable/gux-tabs-advanced/gux-tabs-advanced.js +5 -14
  608. package/dist/collection/components/stable/gux-tabs-advanced/tests/gux-tabs-advanced.e2e.js +222 -0
  609. package/dist/collection/components/stable/gux-tabs-advanced/tests/gux-tabs-advanced.spec.js +73 -0
  610. package/dist/collection/components/stable/gux-tag/gux-tag.css +115 -0
  611. package/dist/collection/components/stable/gux-tag/gux-tag.js +171 -0
  612. package/dist/collection/components/stable/gux-tag/tests/gux-tag.e2e.js +135 -0
  613. package/dist/collection/components/stable/gux-tag/tests/gux-tag.spec.js +130 -0
  614. package/dist/collection/components/stable/gux-text-highlight/gux-text-highlight.css +6 -3
  615. package/dist/collection/components/stable/gux-text-highlight/gux-text-highlight.js +30 -10
  616. package/dist/collection/components/stable/gux-text-highlight/tests/gux-text-highlight.e2e.js +147 -0
  617. package/dist/collection/components/stable/gux-text-highlight/tests/gux-text-hightlight.spec.js +149 -0
  618. package/dist/collection/components/stable/gux-time-picker/gux-time-picker.css +119 -0
  619. package/dist/collection/components/stable/gux-time-picker/gux-time-picker.js +413 -0
  620. package/dist/collection/components/stable/gux-time-picker/gux-time-picker.service.js +143 -0
  621. package/dist/collection/components/stable/gux-time-picker/tests/gux-time-picker.e2e.js +41 -0
  622. package/dist/collection/components/stable/gux-time-picker/tests/gux-time-picker.service.spec.js +710 -0
  623. package/dist/collection/components/stable/gux-time-picker/tests/gux-time-picker.spec.js +14 -0
  624. package/dist/collection/components/stable/gux-toast/gux-toast.css +13 -9
  625. package/dist/collection/components/stable/gux-toast/gux-toast.js +6 -5
  626. package/dist/collection/components/stable/gux-toast/tests/gux-toast.e2e.js +121 -0
  627. package/dist/collection/components/stable/gux-toast/tests/gux-toast.spec.js +111 -0
  628. package/dist/collection/components/stable/gux-toggle/gux-toggle-slider/gux-toggle-slider.css +57 -31
  629. package/dist/collection/components/stable/gux-toggle/gux-toggle-slider/gux-toggle-slider.js +6 -4
  630. package/dist/collection/components/stable/gux-toggle/gux-toggle.css +23 -19
  631. package/dist/collection/components/stable/gux-toggle/gux-toggle.js +9 -27
  632. package/dist/collection/components/stable/gux-toggle/tests/gux-toggle.e2e.js +154 -0
  633. package/dist/collection/components/stable/gux-toggle/tests/gux-toggle.spec.js +128 -0
  634. package/dist/collection/components/stable/gux-tooltip/gux-tooltip.css +36 -8
  635. package/dist/collection/components/stable/gux-tooltip/gux-tooltip.js +51 -17
  636. package/dist/collection/components/stable/gux-tooltip/tests/gux-tooltip.e2e.js +33 -0
  637. package/dist/collection/components/stable/gux-tooltip/tests/gux-tooltip.spec.js +55 -0
  638. package/dist/collection/components/stable/gux-tooltip-title/gux-tooltip-title.css +5 -0
  639. package/dist/collection/components/stable/gux-tooltip-title/gux-tooltip-title.js +16 -6
  640. package/dist/collection/components/stable/gux-truncate/gux-truncate.js +8 -6
  641. package/dist/collection/components/stable/gux-truncate/tests/gux-truncate.e2e.js +32 -0
  642. package/dist/collection/components/stable/gux-truncate/tests/gux-truncate.spec.js +23 -0
  643. package/dist/collection/i18n/DateTimeFormatter.js +7 -10
  644. package/dist/collection/i18n/fetchResources.js +1 -1
  645. package/dist/collection/i18n/index.js +5 -5
  646. package/dist/collection/i18n/time-zone/identifiers.js +460 -0
  647. package/dist/collection/i18n/time-zone/types.js +1 -0
  648. package/dist/collection/test/e2eTestUtils.js +2 -2
  649. package/dist/collection/test/specTestUtils.js +10 -0
  650. package/dist/collection/utils/date/from-iso-time-string.spec.js +13 -0
  651. package/dist/collection/utils/date/get-valid-timezone.js +7 -0
  652. package/dist/collection/utils/date/get-valid-timezone.spec.js +38 -0
  653. package/dist/collection/utils/date/iso-dates.spec.js +170 -0
  654. package/dist/collection/utils/date/time-zone.js +98 -0
  655. package/dist/collection/utils/date/time-zone.spec.js +22 -0
  656. package/dist/collection/utils/date/year-month-values.spec.js +81 -0
  657. package/dist/collection/utils/decorator/on-click-outside.js +1 -1
  658. package/dist/collection/utils/decorator/on-mutation.js +1 -1
  659. package/dist/collection/utils/decorator/on-resize.js +1 -1
  660. package/dist/collection/utils/dom/event-is-from.spec.js +29 -0
  661. package/dist/collection/utils/dom/find-element-by-id.js +10 -3
  662. package/dist/collection/utils/dom/manipulate-elements-classes.spec.js +104 -0
  663. package/dist/collection/utils/dom/on-input-disabled-state-change.js +1 -1
  664. package/dist/collection/utils/dom/random-html-id.spec.js +14 -0
  665. package/dist/collection/utils/dom/set-input-value.js +1 -1
  666. package/dist/collection/utils/dom/when-event-is-from.spec.js +37 -0
  667. package/dist/collection/utils/string/search.spec.js +40 -0
  668. package/dist/collection/utils/tracking/usage.js +1 -1
  669. package/dist/collection/utils/tracking/usage.spec.js +121 -0
  670. package/dist/component-specs.json +805 -328
  671. package/dist/deploy-info.json +3 -3
  672. package/dist/esm/find-element-by-id-a3c82a2d.js +24 -0
  673. package/dist/esm/floating-ui.dom.esm-393a5c50.js +1542 -0
  674. package/dist/esm/genesys-webcomponents.js +4 -7
  675. package/dist/esm/get-slot-text-content-189d6edf.js +6 -0
  676. package/dist/esm/get-valid-timezone-b9060a4c.js +517 -0
  677. package/dist/esm/gux-accordion-section.entry.js +8 -13
  678. package/dist/esm/gux-accordion.entry.js +2 -2
  679. package/dist/esm/gux-action-button.entry.js +14 -17
  680. package/dist/esm/gux-action-toast-legacy.entry.js +3 -3
  681. package/dist/esm/gux-advanced-dropdown-legacy.entry.js +214 -0
  682. package/dist/esm/gux-all-row-select.entry.js +9 -10
  683. package/dist/esm/gux-announce-beta.entry.js +3 -3
  684. package/dist/esm/gux-badge.entry.js +65 -0
  685. package/dist/esm/gux-blank-state.entry.js +45 -0
  686. package/dist/esm/gux-breadcrumb-item.entry.js +3 -3
  687. package/dist/esm/gux-breadcrumbs.entry.js +5 -5
  688. package/dist/esm/gux-button-multi.entry.js +7 -8
  689. package/dist/esm/gux-button-slot.entry.js +42 -0
  690. package/dist/esm/gux-button.entry.js +34 -19
  691. package/dist/esm/gux-calendar-beta.entry.js +18 -12
  692. package/dist/esm/gux-calendar.entry.js +24 -11
  693. package/dist/esm/gux-card.entry.js +2 -2
  694. package/dist/esm/gux-column-manager-item.entry.js +8 -9
  695. package/dist/esm/gux-column-manager.entry.js +122 -0
  696. package/dist/esm/gux-column-manager.service-4f5bf4c4.js +83 -0
  697. package/dist/esm/gux-content-search.entry.js +16 -13
  698. package/dist/esm/gux-context-menu.entry.js +130 -0
  699. package/dist/esm/gux-copy-to-clipboard.entry.js +7 -7
  700. package/dist/esm/gux-create-option.entry.js +5 -5
  701. package/dist/esm/gux-date-beta.entry.js +9 -6
  702. package/dist/esm/gux-date-time-beta.entry.js +9 -6
  703. package/dist/esm/gux-datepicker.entry.js +10 -10
  704. package/dist/esm/gux-disclosure-button-legacy.entry.js +60 -0
  705. package/dist/esm/gux-dismiss-button.entry.js +6 -6
  706. package/dist/esm/gux-dropdown-multi-tag.entry.js +4 -4
  707. package/dist/esm/gux-dropdown-multi.entry.js +408 -0
  708. package/dist/esm/gux-dropdown-option.entry.js +2 -2
  709. package/dist/esm/gux-dropdown_3.entry.js +31 -35
  710. package/dist/esm/gux-flag-icon-beta.entry.js +25 -0
  711. package/dist/esm/gux-flyout-menu.entry.js +178 -0
  712. package/dist/esm/gux-form-field-checkbox.entry.js +17 -13
  713. package/dist/esm/gux-form-field-color.entry.js +13 -13
  714. package/dist/esm/gux-form-field-container-ac3eb96d.js +18 -0
  715. package/dist/esm/gux-form-field-dropdown.entry.js +19 -17
  716. package/dist/esm/gux-form-field-fieldset-container-dcaed6c7.js +21 -0
  717. package/dist/esm/gux-form-field-input-clear-button.entry.js +5 -5
  718. package/dist/esm/gux-form-field-number_3.entry.js +28 -28
  719. package/dist/esm/gux-form-field-phone.entry.js +16 -14
  720. package/dist/esm/gux-form-field-radio.entry.js +12 -12
  721. package/dist/esm/gux-form-field-range.entry.js +13 -13
  722. package/dist/esm/gux-form-field-search.entry.js +13 -13
  723. package/dist/esm/gux-form-field-select.entry.js +13 -13
  724. package/dist/esm/gux-form-field-text-like.entry.js +13 -13
  725. package/dist/esm/gux-form-field-textarea.entry.js +13 -13
  726. package/dist/esm/gux-form-field-time-picker.entry.js +18 -16
  727. package/dist/esm/gux-form-field-time-zone-picker.entry.js +115 -0
  728. package/dist/esm/gux-form-field.service-6bc072f5.js +140 -0
  729. package/dist/esm/gux-icon.entry.js +6 -8
  730. package/dist/esm/gux-inline-alert.entry.js +5 -5
  731. package/dist/esm/gux-list-divider.entry.js +2 -2
  732. package/dist/esm/gux-list-item.entry.js +3 -3
  733. package/dist/esm/gux-list.entry.js +5 -5
  734. package/dist/esm/gux-listbox-multi.entry.js +20 -17
  735. package/dist/esm/gux-listbox.service-0f180d8a.js +152 -0
  736. package/dist/esm/gux-loading-message.entry.js +20 -0
  737. package/dist/esm/gux-menu-option.entry.js +10 -3
  738. package/dist/esm/gux-menu.entry.js +3 -3
  739. package/dist/esm/gux-modal-legacy.entry.js +81 -0
  740. package/dist/esm/gux-modal.entry.js +28 -52
  741. package/dist/esm/gux-month-calendar.entry.js +13 -9
  742. package/dist/esm/gux-month-list_2.entry.js +5 -5
  743. package/dist/esm/gux-month-picker-beta.entry.js +12 -18
  744. package/dist/esm/gux-notification-toast-legacy.entry.js +3 -3
  745. package/dist/esm/gux-option-icon.entry.js +3 -3
  746. package/dist/esm/gux-option-multi.entry.js +12 -14
  747. package/dist/esm/gux-page-loading-spinner.entry.js +2 -2
  748. package/dist/esm/gux-pagination-buttons-legacy_3.entry.js +271 -0
  749. package/dist/esm/gux-pagination-buttons_2.entry.js +250 -0
  750. package/dist/esm/gux-pagination-cursor.entry.js +8 -8
  751. package/dist/esm/gux-pagination-items-per-page.entry.js +42 -0
  752. package/dist/esm/gux-pagination-legacy.entry.js +72 -0
  753. package/dist/esm/gux-pagination.entry.js +51 -26
  754. package/dist/esm/gux-phone-input-beta.entry.js +664 -596
  755. package/dist/esm/gux-popover-list.entry.js +78 -56
  756. package/dist/esm/gux-popup.entry.js +30 -16
  757. package/dist/esm/gux-radial-loading.entry.js +25 -6
  758. package/dist/esm/gux-radial-progress.entry.js +13 -27
  759. package/dist/esm/gux-rating.entry.js +22 -12
  760. package/dist/esm/gux-row-select.entry.js +8 -10
  761. package/dist/esm/gux-screen-reader-beta.entry.js +2 -2
  762. package/dist/esm/gux-segmented-control-beta.entry.js +40 -0
  763. package/dist/esm/gux-segmented-control-item.entry.js +66 -0
  764. package/dist/esm/gux-simple-toast-legacy.entry.js +3 -3
  765. package/dist/esm/gux-skip-navigation-item.entry.js +1 -1
  766. package/dist/esm/gux-skip-navigation-list.entry.js +29 -0
  767. package/dist/esm/gux-sort-control.entry.js +10 -10
  768. package/dist/esm/gux-submenu.entry.js +56 -51
  769. package/dist/esm/gux-switch-item.entry.js +2 -2
  770. package/dist/esm/gux-switch-legacy.entry.js +41 -0
  771. package/dist/esm/gux-tab-advanced-list.entry.js +30 -25
  772. package/dist/esm/gux-tab-advanced-panel.entry.js +3 -3
  773. package/dist/esm/gux-tab-advanced.entry.js +42 -26
  774. package/dist/esm/gux-tab-list.entry.js +6 -6
  775. package/dist/esm/gux-tab-panel.entry.js +3 -3
  776. package/dist/esm/gux-tab.entry.js +2 -2
  777. package/dist/esm/gux-table-select-menu.entry.js +9 -9
  778. package/dist/esm/gux-table-toolbar-action.entry.js +5 -5
  779. package/dist/esm/gux-table-toolbar-custom-action.entry.js +10 -4
  780. package/dist/esm/gux-table-toolbar-menu-button.entry.js +14 -8
  781. package/dist/esm/gux-table-toolbar.entry.js +209 -0
  782. package/dist/esm/gux-table.entry.js +282 -0
  783. package/dist/esm/gux-tabs-advanced.entry.js +3 -6
  784. package/dist/esm/gux-tabs.entry.js +4 -4
  785. package/dist/esm/gux-tag.entry.js +75 -0
  786. package/dist/esm/gux-text-highlight.entry.js +10 -9
  787. package/dist/esm/gux-time-beta.entry.js +9 -6
  788. package/dist/esm/gux-time-picker.entry.js +389 -0
  789. package/dist/esm/gux-time-zone-picker-beta.entry.js +7814 -0
  790. package/dist/esm/gux-toast.entry.js +5 -5
  791. package/dist/esm/gux-toggle-slider.entry.js +6 -4
  792. package/dist/esm/gux-toggle.entry.js +7 -11
  793. package/dist/esm/gux-tooltip-title.entry.js +13 -5
  794. package/dist/esm/gux-tooltip.entry.js +21 -14
  795. package/dist/esm/gux-truncate.entry.js +3 -3
  796. package/dist/esm/index-39266f37.js +4142 -0
  797. package/dist/esm/index-39e65a0a.js +2773 -0
  798. package/dist/esm/loader.js +4 -13
  799. package/dist/esm/on-attribute-change-42a46627.js +24 -0
  800. package/dist/esm/on-click-outside-f15c5ac7.js +75 -0
  801. package/dist/esm/on-mutation-c570b3ed.js +34 -0
  802. package/dist/esm/on-resize-e2132936.js +34 -0
  803. package/dist/esm/usage-23ac6cd0.js +225 -0
  804. package/dist/genesys-webcomponents/genesys-webcomponents.css +16 -4
  805. package/dist/genesys-webcomponents/genesys-webcomponents.esm.js +1 -1
  806. package/dist/genesys-webcomponents/i18n/genesys-webcomponents.i18n.en.json +1 -1
  807. package/dist/genesys-webcomponents/i18n/genesys-webcomponents.i18n.it.json +1 -1
  808. package/dist/genesys-webcomponents/i18n/genesys-webcomponents.i18n.pt-br.json +1 -1
  809. package/dist/genesys-webcomponents/icons/custom/add-column-after.svg +1 -0
  810. package/dist/genesys-webcomponents/icons/custom/add-column-before.svg +1 -0
  811. package/dist/genesys-webcomponents/icons/custom/add-row-after.svg +1 -0
  812. package/dist/genesys-webcomponents/icons/custom/add-row-before.svg +1 -0
  813. package/dist/genesys-webcomponents/icons/custom/carousel.svg +1 -0
  814. package/dist/genesys-webcomponents/icons/custom/co-browse.svg +1 -0
  815. package/dist/genesys-webcomponents/icons/custom/delete-column.svg +1 -0
  816. package/dist/genesys-webcomponents/icons/custom/delete-row.svg +1 -0
  817. package/dist/genesys-webcomponents/icons/custom/delete-table.svg +1 -0
  818. package/dist/genesys-webcomponents/icons/custom/face-smile-hearts-regular.svg +1 -0
  819. package/dist/genesys-webcomponents/icons/custom/file-pen-question.svg +1 -0
  820. package/dist/genesys-webcomponents/icons/custom/filter-notification.svg +1 -0
  821. package/dist/genesys-webcomponents/icons/custom/font-regular-highlight.svg +1 -0
  822. package/dist/genesys-webcomponents/icons/custom/gkn-logo.svg +1 -0
  823. package/dist/genesys-webcomponents/icons/custom/list-alphabetical-regular.svg +1 -0
  824. package/dist/genesys-webcomponents/icons/custom/list-roman-regular.svg +1 -0
  825. package/dist/genesys-webcomponents/icons/custom/one-button.svg +1 -0
  826. package/dist/genesys-webcomponents/icons/custom/person-running.svg +1 -0
  827. package/dist/genesys-webcomponents/icons/custom/quick-reply.svg +1 -0
  828. package/dist/genesys-webcomponents/icons/custom/three-button.svg +1 -0
  829. package/dist/genesys-webcomponents/icons/custom/wrap-text-inline.svg +1 -0
  830. package/dist/genesys-webcomponents/icons/custom/wrap-text-tight.svg +1 -0
  831. package/dist/genesys-webcomponents/icons/custom/wrap-text-top-bottom.svg +1 -0
  832. package/dist/genesys-webcomponents/icons/fa/alarm-clock-regular.svg +1 -0
  833. package/dist/genesys-webcomponents/icons/fa/alarm-snooze-regular.svg +1 -0
  834. package/dist/genesys-webcomponents/icons/fa/arrows-to-circle-regular.svg +1 -0
  835. package/dist/genesys-webcomponents/icons/fa/award-solid.svg +1 -0
  836. package/dist/genesys-webcomponents/icons/fa/backward-step-regular.svg +1 -0
  837. package/dist/genesys-webcomponents/icons/fa/bell-on-regular.svg +1 -0
  838. package/dist/genesys-webcomponents/icons/fa/bell-slash-regular.svg +1 -0
  839. package/dist/genesys-webcomponents/icons/fa/bookmark-regular.svg +1 -0
  840. package/dist/genesys-webcomponents/icons/fa/check-solid.svg +1 -0
  841. package/dist/genesys-webcomponents/icons/fa/circle-plus-solid.svg +1 -0
  842. package/dist/genesys-webcomponents/icons/fa/comment-dots-regular.svg +1 -0
  843. package/dist/genesys-webcomponents/icons/fa/diagram-nested-regular.svg +1 -0
  844. package/dist/genesys-webcomponents/icons/fa/eye-regular.svg +1 -0
  845. package/dist/genesys-webcomponents/icons/fa/eye-slash-regular.svg +1 -0
  846. package/dist/genesys-webcomponents/icons/fa/face-frown-regular.svg +1 -0
  847. package/dist/genesys-webcomponents/icons/fa/face-frown-solid.svg +1 -0
  848. package/dist/genesys-webcomponents/icons/fa/face-laugh-regular.svg +1 -0
  849. package/dist/genesys-webcomponents/icons/fa/face-laugh-solid.svg +1 -0
  850. package/dist/genesys-webcomponents/icons/fa/file-exclamation-regular.svg +1 -0
  851. package/dist/genesys-webcomponents/icons/fa/file-zip-regular.svg +1 -0
  852. package/dist/genesys-webcomponents/icons/fa/forward-step-regular.svg +1 -0
  853. package/dist/genesys-webcomponents/icons/fa/function-regular.svg +1 -0
  854. package/dist/genesys-webcomponents/icons/fa/google.svg +1 -0
  855. package/dist/genesys-webcomponents/icons/fa/hand-back-point-right-regular.svg +1 -0
  856. package/dist/genesys-webcomponents/icons/fa/laptop-slash-regular.svg +1 -0
  857. package/dist/genesys-webcomponents/icons/fa/list-radio-clean-regular.svg +1 -0
  858. package/dist/genesys-webcomponents/icons/fa/message-bot-regular.svg +1 -0
  859. package/dist/genesys-webcomponents/icons/fa/microsoft.svg +1 -0
  860. package/dist/genesys-webcomponents/icons/fa/pause-regular.svg +1 -0
  861. package/dist/genesys-webcomponents/icons/fa/pen-slash-regular.svg +1 -0
  862. package/dist/genesys-webcomponents/icons/fa/play-regular.svg +1 -0
  863. package/dist/genesys-webcomponents/icons/fa/regular-user-circle-arrow-left.svg +1 -0
  864. package/dist/genesys-webcomponents/icons/fa/square-dashed-regular.svg +1 -0
  865. package/dist/genesys-webcomponents/icons/fa/stop-regular.svg +1 -0
  866. package/dist/genesys-webcomponents/icons/fa/subscript-regular.svg +1 -0
  867. package/dist/genesys-webcomponents/icons/fa/superscript-regular.svg +1 -0
  868. package/dist/genesys-webcomponents/icons/fa/table-cells-regular.svg +1 -0
  869. package/dist/genesys-webcomponents/icons/fa/table-columns-regular.svg +1 -0
  870. package/dist/genesys-webcomponents/icons/fa/user-group-solid.svg +1 -0
  871. package/dist/genesys-webcomponents/icons/fa/volume-regular.svg +1 -0
  872. package/dist/genesys-webcomponents/icons/fa/volume-xmark-regular.svg +1 -0
  873. package/dist/genesys-webcomponents/icons/fa/wand-magic-sparkles-regular.svg +1 -0
  874. package/dist/genesys-webcomponents/icons/fa/windows.svg +1 -0
  875. package/dist/genesys-webcomponents/p-002e6ede.entry.js +1 -0
  876. package/dist/genesys-webcomponents/p-018edd87.entry.js +1 -0
  877. package/dist/genesys-webcomponents/p-050c45eb.entry.js +1 -0
  878. package/dist/genesys-webcomponents/p-0510504f.entry.js +1 -0
  879. package/dist/genesys-webcomponents/p-05534924.entry.js +1 -0
  880. package/dist/genesys-webcomponents/p-0b409391.entry.js +1 -0
  881. package/dist/genesys-webcomponents/p-0b507d5c.entry.js +1 -0
  882. package/dist/genesys-webcomponents/p-0ba4fd1c.entry.js +1 -0
  883. package/dist/genesys-webcomponents/p-0c59ba3e.entry.js +1 -0
  884. package/dist/genesys-webcomponents/p-0f633878.entry.js +1 -0
  885. package/dist/genesys-webcomponents/p-1353d8b9.entry.js +1 -0
  886. package/dist/genesys-webcomponents/p-1376222c.entry.js +1 -0
  887. package/dist/genesys-webcomponents/p-13c33bf3.entry.js +1 -0
  888. package/dist/genesys-webcomponents/p-155cef20.entry.js +1 -0
  889. package/dist/genesys-webcomponents/p-15905cc3.js +1 -0
  890. package/dist/genesys-webcomponents/p-17459207.entry.js +1 -0
  891. package/dist/genesys-webcomponents/p-195d1e59.entry.js +1 -0
  892. package/dist/genesys-webcomponents/p-1ead3440.entry.js +1 -0
  893. package/dist/genesys-webcomponents/p-200ad08e.entry.js +1 -0
  894. package/dist/genesys-webcomponents/p-25b00be5.entry.js +1 -0
  895. package/dist/genesys-webcomponents/p-2619893f.entry.js +1 -0
  896. package/dist/genesys-webcomponents/p-2b468e4b.js +1 -0
  897. package/dist/genesys-webcomponents/p-2bba231f.entry.js +1 -0
  898. package/dist/genesys-webcomponents/p-2f9432a7.entry.js +1 -0
  899. package/dist/genesys-webcomponents/p-320e8fdc.entry.js +1 -0
  900. package/dist/genesys-webcomponents/p-35dd126a.entry.js +1 -0
  901. package/dist/genesys-webcomponents/p-36ce9b8f.entry.js +1 -0
  902. package/dist/genesys-webcomponents/p-37bfd195.js +1 -0
  903. package/dist/genesys-webcomponents/p-3b3e4c5d.entry.js +1 -0
  904. package/dist/genesys-webcomponents/p-3e5920ea.entry.js +1 -0
  905. package/dist/genesys-webcomponents/p-3f0df3bc.entry.js +1 -0
  906. package/dist/genesys-webcomponents/p-42ae7d3d.entry.js +1 -0
  907. package/dist/genesys-webcomponents/p-43557c1f.entry.js +1 -0
  908. package/dist/genesys-webcomponents/p-4be8ce8f.entry.js +1 -0
  909. package/dist/genesys-webcomponents/p-4cb9a1ad.entry.js +1 -0
  910. package/dist/genesys-webcomponents/p-4e4b0071.entry.js +1 -0
  911. package/dist/genesys-webcomponents/p-5154a1eb.entry.js +1 -0
  912. package/dist/genesys-webcomponents/p-53997a4d.entry.js +1 -0
  913. package/dist/genesys-webcomponents/p-539d2b1c.entry.js +1 -0
  914. package/dist/genesys-webcomponents/p-54a7a939.entry.js +1 -0
  915. package/dist/genesys-webcomponents/p-54bbb104.entry.js +7 -0
  916. package/dist/genesys-webcomponents/p-55ea739b.entry.js +1 -0
  917. package/dist/genesys-webcomponents/p-58677588.entry.js +1 -0
  918. package/dist/genesys-webcomponents/p-5a4b29ee.entry.js +1 -0
  919. package/dist/genesys-webcomponents/p-5b1ba09f.entry.js +1 -0
  920. package/dist/genesys-webcomponents/p-5baac39b.entry.js +1 -0
  921. package/dist/genesys-webcomponents/p-5d48ef22.entry.js +1 -0
  922. package/dist/genesys-webcomponents/p-5d642734.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-60cbcc9e.entry.js +1 -0
  927. package/dist/genesys-webcomponents/p-62311ad1.entry.js +1 -0
  928. package/dist/genesys-webcomponents/p-633d6eb4.entry.js +1 -0
  929. package/dist/genesys-webcomponents/p-63e3ce5b.entry.js +1 -0
  930. package/dist/genesys-webcomponents/p-65b03df8.js +1 -0
  931. package/dist/genesys-webcomponents/p-699334bb.entry.js +1 -0
  932. package/dist/genesys-webcomponents/p-6b0a2e8e.entry.js +1 -0
  933. package/dist/genesys-webcomponents/p-6beb00a2.entry.js +1 -0
  934. package/dist/genesys-webcomponents/p-6d357427.entry.js +1 -0
  935. package/dist/genesys-webcomponents/p-6e3f0e89.entry.js +1 -0
  936. package/dist/genesys-webcomponents/p-705ad82d.entry.js +1 -0
  937. package/dist/genesys-webcomponents/p-70cb2b49.entry.js +1 -0
  938. package/dist/genesys-webcomponents/p-7103c6ec.entry.js +1 -0
  939. package/dist/genesys-webcomponents/p-77705a2a.entry.js +1 -0
  940. package/dist/genesys-webcomponents/p-7b1e5ece.entry.js +1 -0
  941. package/dist/genesys-webcomponents/p-7f7a537c.entry.js +1 -0
  942. package/dist/genesys-webcomponents/p-84cc916b.entry.js +1 -0
  943. package/dist/genesys-webcomponents/p-87bf41a0.entry.js +1 -0
  944. package/dist/genesys-webcomponents/p-88d49855.entry.js +1 -0
  945. package/dist/genesys-webcomponents/p-8a15f92b.entry.js +1 -0
  946. package/dist/genesys-webcomponents/p-91249cd4.entry.js +1 -0
  947. package/dist/genesys-webcomponents/p-914319f8.entry.js +1 -0
  948. package/dist/genesys-webcomponents/p-9156562a.entry.js +1 -0
  949. package/dist/genesys-webcomponents/p-960b5ee9.entry.js +1 -0
  950. package/dist/genesys-webcomponents/p-97aafa29.entry.js +1 -0
  951. package/dist/genesys-webcomponents/p-99a9c290.entry.js +1 -0
  952. package/dist/genesys-webcomponents/p-9a4842ed.entry.js +1 -0
  953. package/dist/genesys-webcomponents/p-9d43606f.entry.js +1 -0
  954. package/dist/genesys-webcomponents/p-9d642773.entry.js +1 -0
  955. package/dist/genesys-webcomponents/p-a0a066b2.entry.js +1 -0
  956. package/dist/genesys-webcomponents/p-a2608987.entry.js +1 -0
  957. package/dist/genesys-webcomponents/p-a285abaf.js +1 -0
  958. package/dist/genesys-webcomponents/p-a6348936.entry.js +1 -0
  959. package/dist/genesys-webcomponents/p-a69a9910.js +1 -0
  960. package/dist/genesys-webcomponents/p-aee137e6.entry.js +1 -0
  961. package/dist/genesys-webcomponents/p-b1c50e07.entry.js +1 -0
  962. package/dist/genesys-webcomponents/p-b620036f.entry.js +1 -0
  963. package/dist/genesys-webcomponents/p-b7c70dc7.entry.js +1 -0
  964. package/dist/genesys-webcomponents/p-b8394944.entry.js +1 -0
  965. package/dist/genesys-webcomponents/p-b9b99812.entry.js +1 -0
  966. package/dist/genesys-webcomponents/p-bbc14e19.entry.js +1 -0
  967. package/dist/genesys-webcomponents/p-bd0ea0bc.entry.js +1 -0
  968. package/dist/genesys-webcomponents/p-bd8156de.entry.js +1 -0
  969. package/dist/genesys-webcomponents/p-bdfcea5f.entry.js +1 -0
  970. package/dist/genesys-webcomponents/p-c0a74225.entry.js +1 -0
  971. package/dist/genesys-webcomponents/p-c22245b9.entry.js +1 -0
  972. package/dist/genesys-webcomponents/p-c26bcca0.entry.js +1 -0
  973. package/dist/genesys-webcomponents/p-c44d5f30.entry.js +1 -0
  974. package/dist/genesys-webcomponents/p-c49670a7.js +1 -0
  975. package/dist/genesys-webcomponents/p-c6430370.entry.js +1 -0
  976. package/dist/genesys-webcomponents/p-c6e874a5.entry.js +1 -0
  977. package/dist/genesys-webcomponents/p-c77c57f4.entry.js +1 -0
  978. package/dist/genesys-webcomponents/p-c79b672c.entry.js +1 -0
  979. package/dist/genesys-webcomponents/p-c7ece6cf.entry.js +1 -0
  980. package/dist/genesys-webcomponents/p-ce5e6f00.entry.js +1 -0
  981. package/dist/genesys-webcomponents/p-d09e9f7f.entry.js +1 -0
  982. package/dist/genesys-webcomponents/p-d320619a.entry.js +1 -0
  983. package/dist/genesys-webcomponents/p-d49346a8.entry.js +1 -0
  984. package/dist/genesys-webcomponents/p-d4ebf2b3.entry.js +1 -0
  985. package/dist/genesys-webcomponents/p-d6edbaeb.js +1 -0
  986. package/dist/genesys-webcomponents/p-dd4d3149.entry.js +1 -0
  987. package/dist/genesys-webcomponents/p-dd53013c.js +1 -0
  988. package/dist/genesys-webcomponents/p-deca7631.js +2 -0
  989. package/dist/genesys-webcomponents/p-df42fe7a.entry.js +1 -0
  990. package/dist/genesys-webcomponents/p-df683b9e.entry.js +1 -0
  991. package/dist/genesys-webcomponents/p-e10cb032.js +1 -0
  992. package/dist/genesys-webcomponents/p-e4a921d8.entry.js +1 -0
  993. package/dist/genesys-webcomponents/p-e5766b80.js +1 -0
  994. package/dist/genesys-webcomponents/p-ea769038.entry.js +1 -0
  995. package/dist/genesys-webcomponents/p-ed4a46a1.entry.js +1 -0
  996. package/dist/genesys-webcomponents/p-f19850ba.js +1 -0
  997. package/dist/genesys-webcomponents/p-f276232c.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-f6cdc416.entry.js +1 -0
  1001. package/dist/genesys-webcomponents/p-f81e2422.entry.js +1 -0
  1002. package/dist/genesys-webcomponents/p-f8f6fbb5.entry.js +1 -0
  1003. package/dist/genesys-webcomponents/p-fb5bd7ba.entry.js +1 -0
  1004. package/dist/genesys-webcomponents/p-fbde6469.js +1 -0
  1005. package/dist/loader/index.d.ts +1 -1
  1006. package/dist/stencil-wrapper.js +20 -11
  1007. package/dist/types/components/beta/gux-calendar-beta/components/single/gux-calendar.d.ts +1 -0
  1008. package/dist/types/components/beta/gux-date/gux-date.d.ts +5 -0
  1009. package/dist/types/components/beta/gux-date-time/gux-date-time.d.ts +5 -0
  1010. package/dist/types/components/beta/gux-flag-icon/gux-flag-icon.d.ts +8 -0
  1011. package/dist/types/components/beta/gux-flag-icon/sprite-utils/sprites.generated.d.ts +1 -0
  1012. package/dist/types/components/beta/gux-month-picker/gux-month-calendar/gux-month-calendar.d.ts +1 -0
  1013. package/dist/types/components/beta/gux-phone-input/gux-phone-input.d.ts +31 -16
  1014. package/dist/types/components/beta/gux-phone-input/gux-phone.types.d.ts +11 -0
  1015. package/dist/types/components/beta/gux-phone-input/services/RegionCountryCodeMap.d.ts +0 -3
  1016. package/dist/types/components/beta/gux-phone-input/services/region-map.service.d.ts +1 -5
  1017. package/dist/types/components/beta/gux-segmented-control/gux-segmented-control-item/gux-segmented-control-item.d.ts +20 -0
  1018. package/dist/types/components/beta/gux-segmented-control/gux-segmented-control-item/gux-segmented-control-item.types.d.ts +1 -0
  1019. package/dist/types/components/beta/gux-segmented-control/gux-segmented-control.d.ts +14 -0
  1020. package/dist/types/components/beta/gux-time/gux-time.d.ts +8 -0
  1021. package/dist/types/components/beta/gux-time-zone-picker/generic-zones.d.ts +15 -0
  1022. package/dist/types/components/beta/gux-time-zone-picker/gux-time-zone-picker.d.ts +27 -0
  1023. package/dist/types/components/beta/gux-time-zone-picker/gux-time-zone-picker.types.d.ts +26 -0
  1024. package/dist/types/components/legacy/gux-advanced-dropdown-legacy/gux-advanced-dropdown.d.ts +71 -0
  1025. package/dist/types/components/legacy/gux-disclosure-button-legacy/gux-disclosure-button.d.ts +37 -0
  1026. package/dist/types/components/legacy/gux-modal-legacy/gux-modal-legacy.d.ts +37 -0
  1027. package/dist/types/components/legacy/gux-modal-legacy/gux-modal-legacy.types.d.ts +1 -0
  1028. package/dist/types/components/legacy/gux-pagination-legacy/gux-pagination-buttons-legacy/gux-pagination-button.service.d.ts +9 -0
  1029. package/dist/types/components/legacy/gux-pagination-legacy/gux-pagination-buttons-legacy/gux-pagination-buttons.d.ts +26 -0
  1030. package/dist/types/components/legacy/gux-pagination-legacy/gux-pagination-item-counts-legacy/gux-pagination-item-counts.d.ts +12 -0
  1031. package/dist/types/components/legacy/gux-pagination-legacy/gux-pagination-items-per-page-legacy/gux-pagination-items-per-page.d.ts +13 -0
  1032. package/dist/types/components/legacy/gux-pagination-legacy/gux-pagination.d.ts +35 -0
  1033. package/dist/types/components/legacy/gux-pagination-legacy/gux-pagination.types.d.ts +6 -0
  1034. package/dist/types/components/stable/gux-accordion/gux-accordion-section/gux-accordion-section.d.ts +1 -2
  1035. package/dist/types/components/stable/gux-accordion/gux-accordion-section/gux-accordion-section.types.d.ts +1 -1
  1036. package/dist/types/components/stable/gux-action-button/gux-action-button.d.ts +3 -4
  1037. package/dist/types/components/stable/gux-badge/gux-badge.d.ts +18 -0
  1038. package/dist/types/components/stable/gux-badge/gux-badge.types.d.ts +1 -0
  1039. package/dist/types/components/stable/gux-blank-state/gux-blank-state.d.ts +15 -0
  1040. package/dist/types/components/stable/gux-button/gux-button.d.ts +5 -0
  1041. package/dist/types/components/stable/gux-button-multi/gux-button-multi.d.ts +0 -4
  1042. package/dist/types/components/stable/gux-button-slot/gux-button-slot.d.ts +13 -0
  1043. package/dist/types/components/stable/gux-calendar/gux-calendar.types.d.ts +1 -0
  1044. package/dist/types/components/stable/gux-context-menu/gux-context-menu.d.ts +37 -0
  1045. package/dist/types/components/stable/gux-dropdown/gux-dropdown.d.ts +0 -4
  1046. package/dist/types/components/stable/gux-dropdown-multi/gux-dropdown-multi.d.ts +109 -0
  1047. package/dist/types/components/stable/gux-flyout-menu/gux-flyout-menu.d.ts +31 -0
  1048. package/dist/types/components/stable/gux-flyout-menu/gux-menu/gux-menu-option/gux-menu-option.d.ts +15 -0
  1049. package/dist/types/components/stable/gux-flyout-menu/gux-menu/gux-submenu/gux-submenu.d.ts +34 -0
  1050. package/dist/types/components/stable/gux-form-field/components/gux-form-field-checkbox/gux-form-field-checkbox.d.ts +2 -0
  1051. package/dist/types/components/stable/gux-form-field/components/gux-form-field-time-picker/gux-form-field-time-picker.d.ts +1 -1
  1052. 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
  1053. package/dist/types/components/stable/gux-form-field/functional-components/gux-form-field-legend-label/gux-form-field-legend-label.d.ts +1 -0
  1054. package/dist/types/components/stable/gux-form-field/gux-form-field.service.d.ts +1 -1
  1055. package/dist/types/components/stable/gux-icon/gux-icon.service.d.ts +1 -1
  1056. package/dist/types/components/stable/gux-icon/gux-icon.types.d.ts +1 -1
  1057. package/dist/types/components/stable/gux-listbox/gux-listbox.d.ts +2 -2
  1058. package/dist/types/components/stable/gux-listbox/gux-listbox.service.d.ts +1 -0
  1059. package/dist/types/components/stable/gux-listbox/options/gux-option/gux-option.d.ts +0 -3
  1060. package/dist/types/components/stable/gux-listbox/options/option-types.d.ts +0 -1
  1061. package/dist/types/components/stable/gux-listbox-multi/gux-listbox-multi.d.ts +2 -2
  1062. package/dist/types/components/stable/gux-listbox-multi/gux-option-multi/gux-option-multi.d.ts +1 -3
  1063. package/dist/types/components/stable/gux-loading-message/gux-loading-message.d.ts +11 -0
  1064. package/dist/types/components/stable/gux-modal/gux-modal.d.ts +8 -21
  1065. package/dist/types/components/stable/gux-pagination/gux-pagination-buttons/gux-pagination-button.service.d.ts +1 -1
  1066. package/dist/types/components/stable/gux-pagination/gux-pagination-buttons/gux-pagination-buttons.d.ts +4 -7
  1067. package/dist/types/components/stable/gux-pagination/gux-pagination-item-counts/gux-pagination-item-counts.d.ts +1 -0
  1068. package/dist/types/components/stable/gux-pagination/gux-pagination.d.ts +17 -8
  1069. package/dist/types/components/stable/gux-pagination/gux-pagination.types.d.ts +1 -5
  1070. package/dist/types/components/stable/gux-pagination-cursor/gux-pagination-cursor.d.ts +1 -1
  1071. package/dist/types/components/stable/gux-popover/gux-popover.d.ts +12 -9
  1072. package/dist/types/components/stable/gux-popover-list/gux-popover-list.d.ts +12 -9
  1073. package/dist/types/components/stable/gux-popup/gux-popup.d.ts +8 -0
  1074. package/dist/types/components/stable/gux-radial-loading/gux-radial-loading.functional.d.ts +8 -0
  1075. package/dist/types/components/stable/gux-radial-loading/gux-radial-loading.service.d.ts +4 -0
  1076. package/dist/types/components/stable/gux-radial-progress/gux-radial-progress.d.ts +0 -6
  1077. package/dist/types/components/stable/gux-radial-progress/gux-radial-progress.functional.d.ts +0 -6
  1078. package/dist/types/components/stable/gux-radial-progress/gux-radial-progress.service.d.ts +4 -3
  1079. package/dist/types/components/stable/gux-rating/gux-rating.d.ts +1 -0
  1080. package/dist/types/components/stable/gux-table/gux-all-row-select/gux-all-row-select.d.ts +14 -0
  1081. package/dist/types/components/stable/gux-table/gux-row-select/gux-row-select.d.ts +13 -0
  1082. package/dist/types/components/stable/gux-table/gux-table.d.ts +89 -0
  1083. package/dist/types/components/stable/gux-table-toolbar/gux-table-toolbar-custom-action/gux-table-toolbar-custom-action.d.ts +15 -0
  1084. package/dist/types/components/stable/gux-table-toolbar/gux-table-toolbar-menu-button/gux-table-toolbar-menu-button.d.ts +20 -0
  1085. package/dist/types/components/stable/gux-tabs-advanced/gux-tab-advanced/gux-tab-advanced.d.ts +2 -2
  1086. package/dist/types/components/stable/gux-tabs-advanced/gux-tab-advanced-list/gux-tab-advanced-list.d.ts +2 -0
  1087. package/dist/types/components/stable/gux-tag/gux-tag.d.ts +23 -0
  1088. package/dist/types/components/stable/gux-tag/gux-tag.types.d.ts +1 -0
  1089. package/dist/types/components/stable/gux-text-highlight/gux-text-highlight.d.ts +4 -0
  1090. package/dist/types/components/stable/gux-time-picker/gux-time-picker.d.ts +42 -0
  1091. package/dist/types/components/stable/gux-toggle/gux-toggle.d.ts +1 -2
  1092. package/dist/types/components/stable/gux-tooltip/gux-tooltip-types.d.ts +1 -0
  1093. package/dist/types/components/stable/gux-tooltip/gux-tooltip.d.ts +2 -0
  1094. package/dist/types/components.d.ts +527 -579
  1095. package/dist/types/i18n/DateTimeFormatter.d.ts +3 -3
  1096. package/dist/types/i18n/time-zone/identifiers.d.ts +1 -0
  1097. package/dist/types/i18n/time-zone/types.d.ts +2 -0
  1098. package/dist/types/stencil-public-runtime.d.ts +38 -5
  1099. package/dist/types/stencil-wrapper.d.ts +2 -2
  1100. package/dist/types/test/specTestUtils.d.ts +2 -0
  1101. package/dist/types/utils/date/get-valid-timezone.d.ts +2 -0
  1102. package/dist/types/utils/date/time-zone.d.ts +9 -0
  1103. package/dist/types/utils/dom/calculate-input-disabled-state.d.ts +1 -1
  1104. package/dist/types/utils/dom/on-attribute-change.d.ts +2 -2
  1105. package/dist/types/utils/dom/on-input-disabled-state-change.d.ts +1 -1
  1106. package/package.json +32 -39
  1107. package/dist/cjs/DateTimeFormatter-8deff48e.js +0 -54
  1108. package/dist/cjs/find-element-by-id-99f1f933.js +0 -19
  1109. package/dist/cjs/floating-ui.dom.esm-cad0a9cf.js +0 -1467
  1110. package/dist/cjs/get-slot-text-content-8a021eeb.js +0 -27
  1111. package/dist/cjs/gux-advanced-dropdown.cjs.entry.js +0 -218
  1112. package/dist/cjs/gux-badge-beta.cjs.entry.js +0 -70
  1113. package/dist/cjs/gux-blank-state-beta.cjs.entry.js +0 -68
  1114. package/dist/cjs/gux-button-slot-beta.cjs.entry.js +0 -45
  1115. package/dist/cjs/gux-column-manager-beta.cjs.entry.js +0 -124
  1116. package/dist/cjs/gux-column-manager.service-94f84964.js +0 -93
  1117. package/dist/cjs/gux-context-menu-beta.cjs.entry.js +0 -132
  1118. package/dist/cjs/gux-disclosure-button.cjs.entry.js +0 -64
  1119. package/dist/cjs/gux-dropdown-multi-beta.cjs.entry.js +0 -410
  1120. package/dist/cjs/gux-error-message-beta.cjs.entry.js +0 -24
  1121. package/dist/cjs/gux-flyout-menu-beta.cjs.entry.js +0 -148
  1122. package/dist/cjs/gux-form-field-container-64e8bc38.js +0 -21
  1123. package/dist/cjs/gux-form-field.service-dd469568.js +0 -151
  1124. package/dist/cjs/gux-listbox.service-93102b5b.js +0 -172
  1125. package/dist/cjs/gux-loading-message-beta.cjs.entry.js +0 -68
  1126. package/dist/cjs/gux-pagination-beta.cjs.entry.js +0 -101
  1127. package/dist/cjs/gux-pagination-buttons-beta_2.cjs.entry.js +0 -255
  1128. package/dist/cjs/gux-pagination-buttons_3.cjs.entry.js +0 -277
  1129. package/dist/cjs/gux-pagination-items-per-page-beta.cjs.entry.js +0 -46
  1130. package/dist/cjs/gux-popover-list-beta.cjs.entry.js +0 -139
  1131. package/dist/cjs/gux-popover.cjs.entry.js +0 -133
  1132. package/dist/cjs/gux-region-icon.cjs.entry.js +0 -29
  1133. package/dist/cjs/gux-skip-navigation-list-beta.cjs.entry.js +0 -33
  1134. package/dist/cjs/gux-switch.cjs.entry.js +0 -45
  1135. package/dist/cjs/gux-tab-panel-beta.cjs.entry.js +0 -34
  1136. package/dist/cjs/gux-table-beta.cjs.entry.js +0 -378
  1137. package/dist/cjs/gux-table-select-popover.cjs.entry.js +0 -103
  1138. package/dist/cjs/gux-table-toolbar-beta.cjs.entry.js +0 -213
  1139. package/dist/cjs/gux-tag-beta.cjs.entry.js +0 -84
  1140. package/dist/cjs/gux-time-picker-beta.cjs.entry.js +0 -392
  1141. package/dist/cjs/index-0d0fdb85.js +0 -2605
  1142. package/dist/cjs/index-9bbde1aa.js +0 -4075
  1143. package/dist/cjs/on-attribute-change-37556263.js +0 -40
  1144. package/dist/cjs/on-click-outside-428f8bbf.js +0 -77
  1145. package/dist/cjs/on-mutation-247f99dd.js +0 -36
  1146. package/dist/cjs/on-resize-ee6a4b87.js +0 -36
  1147. package/dist/cjs/popper-9a6aec9e.js +0 -1794
  1148. package/dist/cjs/usage-773d060a.js +0 -234
  1149. package/dist/collection/components/beta/gux-badge/gux-badge.css +0 -83
  1150. package/dist/collection/components/beta/gux-badge/gux-badge.js +0 -130
  1151. package/dist/collection/components/beta/gux-blank-state/gux-blank-state-constants.js +0 -5
  1152. package/dist/collection/components/beta/gux-blank-state/gux-blank-state.css +0 -61
  1153. package/dist/collection/components/beta/gux-blank-state/gux-blank-state.js +0 -75
  1154. package/dist/collection/components/beta/gux-button-slot/gux-button-slot.css +0 -172
  1155. package/dist/collection/components/beta/gux-button-slot/gux-button-slot.js +0 -76
  1156. package/dist/collection/components/beta/gux-column-manager/gux-column-manager-item/gux-column-manager-item.css +0 -80
  1157. package/dist/collection/components/beta/gux-column-manager/gux-column-manager-item/gux-column-manager-item.js +0 -360
  1158. package/dist/collection/components/beta/gux-column-manager/gux-column-manager.css +0 -23
  1159. package/dist/collection/components/beta/gux-column-manager/gux-column-manager.js +0 -175
  1160. package/dist/collection/components/beta/gux-column-manager/gux-column-manager.service.js +0 -80
  1161. package/dist/collection/components/beta/gux-context-menu/gux-context-menu.css +0 -20
  1162. package/dist/collection/components/beta/gux-context-menu/gux-context-menu.js +0 -170
  1163. package/dist/collection/components/beta/gux-dropdown-multi/gux-dropdown-multi-tag/gux-dropdown-multi-tag.css +0 -50
  1164. package/dist/collection/components/beta/gux-dropdown-multi/gux-dropdown-multi-tag/gux-dropdown-multi-tag.js +0 -122
  1165. package/dist/collection/components/beta/gux-dropdown-multi/gux-dropdown-multi.css +0 -161
  1166. package/dist/collection/components/beta/gux-dropdown-multi/gux-dropdown-multi.js +0 -708
  1167. package/dist/collection/components/beta/gux-error-message-beta/gux-error-message-beta.css +0 -24
  1168. package/dist/collection/components/beta/gux-error-message-beta/gux-error-message-beta.js +0 -27
  1169. package/dist/collection/components/beta/gux-flyout-menu/gux-flyout-menu.css +0 -35
  1170. package/dist/collection/components/beta/gux-flyout-menu/gux-flyout-menu.js +0 -206
  1171. package/dist/collection/components/beta/gux-flyout-menu/gux-menu/gux-menu-option/gux-menu-option.css +0 -29
  1172. package/dist/collection/components/beta/gux-flyout-menu/gux-menu/gux-menu-option/gux-menu-option.js +0 -67
  1173. package/dist/collection/components/beta/gux-flyout-menu/gux-menu/gux-menu.css +0 -24
  1174. package/dist/collection/components/beta/gux-flyout-menu/gux-menu/gux-menu.js +0 -20
  1175. package/dist/collection/components/beta/gux-flyout-menu/gux-menu/gux-submenu/gux-submenu.css +0 -53
  1176. package/dist/collection/components/beta/gux-flyout-menu/gux-menu/gux-submenu/gux-submenu.js +0 -252
  1177. package/dist/collection/components/beta/gux-loading-message/gux-loading-message-constants.js +0 -5
  1178. package/dist/collection/components/beta/gux-loading-message/gux-loading-message.css +0 -55
  1179. package/dist/collection/components/beta/gux-loading-message/gux-loading-message.js +0 -75
  1180. package/dist/collection/components/beta/gux-pagination-beta/gux-pagination-beta.css +0 -43
  1181. package/dist/collection/components/beta/gux-pagination-beta/gux-pagination-beta.js +0 -216
  1182. package/dist/collection/components/beta/gux-pagination-beta/gux-pagination-buttons-beta/gux-pagination-button-beta.service.js +0 -134
  1183. package/dist/collection/components/beta/gux-pagination-beta/gux-pagination-buttons-beta/gux-pagination-buttons-beta.css +0 -96
  1184. package/dist/collection/components/beta/gux-pagination-beta/gux-pagination-buttons-beta/gux-pagination-buttons-beta.js +0 -160
  1185. package/dist/collection/components/beta/gux-pagination-beta/gux-pagination-buttons-beta/gux-pagination-ellipsis-button/gux-pagination-ellipsis-button.css +0 -30
  1186. package/dist/collection/components/beta/gux-pagination-beta/gux-pagination-buttons-beta/gux-pagination-ellipsis-button/gux-pagination-ellipsis-button.js +0 -164
  1187. package/dist/collection/components/beta/gux-pagination-beta/gux-pagination-item-counts-beta/gux-pagination-item-counts-beta.css +0 -10
  1188. package/dist/collection/components/beta/gux-pagination-beta/gux-pagination-item-counts-beta/gux-pagination-item-counts-beta.js +0 -106
  1189. package/dist/collection/components/beta/gux-pagination-beta/gux-pagination-items-per-page-beta/gux-pagination-items-per-page-beta.css +0 -29
  1190. package/dist/collection/components/beta/gux-pagination-beta/gux-pagination-items-per-page-beta/gux-pagination-items-per-page-beta.js +0 -90
  1191. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AD.png +0 -0
  1192. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AE.png +0 -0
  1193. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AF.png +0 -0
  1194. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AG.png +0 -0
  1195. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AI.png +0 -0
  1196. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AL.png +0 -0
  1197. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AM.png +0 -0
  1198. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AO.png +0 -0
  1199. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AR.png +0 -0
  1200. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AS.png +0 -0
  1201. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AT.png +0 -0
  1202. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AU.png +0 -0
  1203. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AW.png +0 -0
  1204. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AX.png +0 -0
  1205. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AZ.png +0 -0
  1206. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BA.png +0 -0
  1207. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BB.png +0 -0
  1208. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BD.png +0 -0
  1209. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BE.png +0 -0
  1210. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BF.png +0 -0
  1211. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BG.png +0 -0
  1212. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BH.png +0 -0
  1213. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BI.png +0 -0
  1214. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BJ.png +0 -0
  1215. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BL.png +0 -0
  1216. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BM.png +0 -0
  1217. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BN.png +0 -0
  1218. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BO.png +0 -0
  1219. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BQ.png +0 -0
  1220. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BR.png +0 -0
  1221. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BS.png +0 -0
  1222. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BT.png +0 -0
  1223. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BV.png +0 -0
  1224. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BW.png +0 -0
  1225. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BY.png +0 -0
  1226. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BZ.png +0 -0
  1227. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CA.png +0 -0
  1228. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CC.png +0 -0
  1229. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CD.png +0 -0
  1230. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CF.png +0 -0
  1231. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CG.png +0 -0
  1232. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CH.png +0 -0
  1233. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CI.png +0 -0
  1234. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CK.png +0 -0
  1235. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CL.png +0 -0
  1236. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CM.png +0 -0
  1237. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CN.png +0 -0
  1238. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CO.png +0 -0
  1239. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CR.png +0 -0
  1240. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CU.png +0 -0
  1241. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CV.png +0 -0
  1242. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CW.png +0 -0
  1243. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CX.png +0 -0
  1244. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CY.png +0 -0
  1245. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CZ.png +0 -0
  1246. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/DE.png +0 -0
  1247. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/DJ.png +0 -0
  1248. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/DK.png +0 -0
  1249. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/DM.png +0 -0
  1250. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/DO.png +0 -0
  1251. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/DZ.png +0 -0
  1252. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/EC.png +0 -0
  1253. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/EE.png +0 -0
  1254. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/EG.png +0 -0
  1255. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/EH.png +0 -0
  1256. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/ER.png +0 -0
  1257. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/ES.png +0 -0
  1258. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/ET.png +0 -0
  1259. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/FI.png +0 -0
  1260. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/FJ.png +0 -0
  1261. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/FK.png +0 -0
  1262. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/FM.png +0 -0
  1263. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/FO.png +0 -0
  1264. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/FR.png +0 -0
  1265. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GA.png +0 -0
  1266. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GB.png +0 -0
  1267. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GD.png +0 -0
  1268. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GE.png +0 -0
  1269. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GF.png +0 -0
  1270. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GG.png +0 -0
  1271. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GH.png +0 -0
  1272. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GI.png +0 -0
  1273. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GL.png +0 -0
  1274. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GM.png +0 -0
  1275. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GN.png +0 -0
  1276. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GP.png +0 -0
  1277. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GQ.png +0 -0
  1278. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GR.png +0 -0
  1279. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GS.png +0 -0
  1280. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GT.png +0 -0
  1281. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GU.png +0 -0
  1282. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GW.png +0 -0
  1283. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GY.png +0 -0
  1284. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/HK.png +0 -0
  1285. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/HN.png +0 -0
  1286. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/HR.png +0 -0
  1287. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/HT.png +0 -0
  1288. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/HU.png +0 -0
  1289. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/ID.png +0 -0
  1290. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/IE.png +0 -0
  1291. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/IL.png +0 -0
  1292. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/IM.png +0 -0
  1293. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/IN.png +0 -0
  1294. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/IO.png +0 -0
  1295. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/IQ.png +0 -0
  1296. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/IR.png +0 -0
  1297. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/IS.png +0 -0
  1298. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/IT.png +0 -0
  1299. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/JE.png +0 -0
  1300. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/JM.png +0 -0
  1301. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/JO.png +0 -0
  1302. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/JP.png +0 -0
  1303. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/KE.png +0 -0
  1304. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/KG.png +0 -0
  1305. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/KH.png +0 -0
  1306. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/KI.png +0 -0
  1307. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/KM.png +0 -0
  1308. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/KN.png +0 -0
  1309. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/KP.png +0 -0
  1310. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/KR.png +0 -0
  1311. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/KW.png +0 -0
  1312. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/KY.png +0 -0
  1313. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/KZ.png +0 -0
  1314. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/LA.png +0 -0
  1315. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/LB.png +0 -0
  1316. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/LC.png +0 -0
  1317. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/LI.png +0 -0
  1318. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/LK.png +0 -0
  1319. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/LR.png +0 -0
  1320. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/LS.png +0 -0
  1321. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/LT.png +0 -0
  1322. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/LU.png +0 -0
  1323. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/LV.png +0 -0
  1324. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/LY.png +0 -0
  1325. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MA.png +0 -0
  1326. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MC.png +0 -0
  1327. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MD.png +0 -0
  1328. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/ME.png +0 -0
  1329. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MF.png +0 -0
  1330. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MG.png +0 -0
  1331. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MH.png +0 -0
  1332. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MK.png +0 -0
  1333. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/ML.png +0 -0
  1334. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MM.png +0 -0
  1335. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MN.png +0 -0
  1336. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MO.png +0 -0
  1337. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MP.png +0 -0
  1338. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MQ.png +0 -0
  1339. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MR.png +0 -0
  1340. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MS.png +0 -0
  1341. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MT.png +0 -0
  1342. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MU.png +0 -0
  1343. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MV.png +0 -0
  1344. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MW.png +0 -0
  1345. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MX.png +0 -0
  1346. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MY.png +0 -0
  1347. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MZ.png +0 -0
  1348. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/NA.png +0 -0
  1349. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/NC.png +0 -0
  1350. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/NE.png +0 -0
  1351. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/NF.png +0 -0
  1352. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/NG.png +0 -0
  1353. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/NI.png +0 -0
  1354. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/NL.png +0 -0
  1355. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/NO.png +0 -0
  1356. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/NP.png +0 -0
  1357. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/NR.png +0 -0
  1358. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/NU.png +0 -0
  1359. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/NZ.png +0 -0
  1360. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/OM.png +0 -0
  1361. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PA.png +0 -0
  1362. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PE.png +0 -0
  1363. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PF.png +0 -0
  1364. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PG.png +0 -0
  1365. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PH.png +0 -0
  1366. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PK.png +0 -0
  1367. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PL.png +0 -0
  1368. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PM.png +0 -0
  1369. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PN.png +0 -0
  1370. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PR.png +0 -0
  1371. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PS.png +0 -0
  1372. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PT.png +0 -0
  1373. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PW.png +0 -0
  1374. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PY.png +0 -0
  1375. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/QA.png +0 -0
  1376. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/RE.png +0 -0
  1377. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/RO.png +0 -0
  1378. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/RS.png +0 -0
  1379. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/RU.png +0 -0
  1380. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/RW.png +0 -0
  1381. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SA.png +0 -0
  1382. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SB.png +0 -0
  1383. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SC.png +0 -0
  1384. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SD.png +0 -0
  1385. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SE.png +0 -0
  1386. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SG.png +0 -0
  1387. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SH.png +0 -0
  1388. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SI.png +0 -0
  1389. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SJ.png +0 -0
  1390. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SK.png +0 -0
  1391. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SL.png +0 -0
  1392. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SM.png +0 -0
  1393. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SN.png +0 -0
  1394. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SO.png +0 -0
  1395. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SR.png +0 -0
  1396. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SS.png +0 -0
  1397. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/ST.png +0 -0
  1398. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SV.png +0 -0
  1399. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SX.png +0 -0
  1400. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SY.png +0 -0
  1401. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SZ.png +0 -0
  1402. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TC.png +0 -0
  1403. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TD.png +0 -0
  1404. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TG.png +0 -0
  1405. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TH.png +0 -0
  1406. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TJ.png +0 -0
  1407. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TK.png +0 -0
  1408. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TL.png +0 -0
  1409. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TM.png +0 -0
  1410. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TN.png +0 -0
  1411. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TO.png +0 -0
  1412. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TR.png +0 -0
  1413. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TT.png +0 -0
  1414. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TV.png +0 -0
  1415. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TW.png +0 -0
  1416. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TZ.png +0 -0
  1417. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/UA.png +0 -0
  1418. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/UG.png +0 -0
  1419. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/US.png +0 -0
  1420. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/UY.png +0 -0
  1421. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/UZ.png +0 -0
  1422. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/VA.png +0 -0
  1423. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/VC.png +0 -0
  1424. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/VE.png +0 -0
  1425. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/VG.png +0 -0
  1426. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/VI.png +0 -0
  1427. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/VN.png +0 -0
  1428. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/VU.png +0 -0
  1429. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/WF.png +0 -0
  1430. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/WS.png +0 -0
  1431. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/XK.png +0 -0
  1432. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/YE.png +0 -0
  1433. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/YT.png +0 -0
  1434. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/ZA.png +0 -0
  1435. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/ZM.png +0 -0
  1436. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/ZW.png +0 -0
  1437. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/sprites/region-flags.css +0 -1528
  1438. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/sprites/region-flags.less +0 -3800
  1439. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/sprites/region-flags.png +0 -0
  1440. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/gux-region-icon.js +0 -68
  1441. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/gux-region-select.service.js +0 -25
  1442. package/dist/collection/components/beta/gux-popover-beta/gux-popover-beta.css +0 -61
  1443. package/dist/collection/components/beta/gux-popover-beta/gux-popover-beta.js +0 -267
  1444. package/dist/collection/components/beta/gux-popover-list-beta/gux-popover-list-beta.css +0 -46
  1445. package/dist/collection/components/beta/gux-popover-list-beta/gux-popover-list-beta.js +0 -257
  1446. package/dist/collection/components/beta/gux-skip-navigation-list/gux-skip-navigation-item/gux-skip-navigation-item.css +0 -22
  1447. package/dist/collection/components/beta/gux-skip-navigation-list/gux-skip-navigation-item/gux-skip-navigation-item.js +0 -22
  1448. package/dist/collection/components/beta/gux-skip-navigation-list/gux-skip-navigation-list.css +0 -26
  1449. package/dist/collection/components/beta/gux-skip-navigation-list/gux-skip-navigation-list.js +0 -30
  1450. package/dist/collection/components/beta/gux-tab-panel-beta/gux-tab-panel-beta.css +0 -8
  1451. package/dist/collection/components/beta/gux-tab-panel-beta/gux-tab-panel-beta.js +0 -107
  1452. package/dist/collection/components/beta/gux-table/gux-all-row-select/gux-all-row-select.css +0 -8
  1453. package/dist/collection/components/beta/gux-table/gux-all-row-select/gux-all-row-select.js +0 -110
  1454. package/dist/collection/components/beta/gux-table/gux-row-select/gux-row-select.css +0 -8
  1455. package/dist/collection/components/beta/gux-table/gux-row-select/gux-row-select.js +0 -101
  1456. package/dist/collection/components/beta/gux-table/gux-sort-control/gux-sort-control.css +0 -50
  1457. package/dist/collection/components/beta/gux-table/gux-sort-control/gux-sort-control.js +0 -176
  1458. package/dist/collection/components/beta/gux-table/gux-table-select-menu/gux-table-select-menu.css +0 -30
  1459. package/dist/collection/components/beta/gux-table/gux-table-select-menu/gux-table-select-menu.js +0 -130
  1460. package/dist/collection/components/beta/gux-table/gux-table-select-menu/gux-table-select-popover/gux-table-header-popover.js +0 -171
  1461. package/dist/collection/components/beta/gux-table/gux-table-select-menu/gux-table-select-popover/gux-table-select-popover.css +0 -12
  1462. package/dist/collection/components/beta/gux-table/gux-table.css +0 -74
  1463. package/dist/collection/components/beta/gux-table/gux-table.js +0 -568
  1464. package/dist/collection/components/beta/gux-table-toolbar/gux-table-toolbar-action/gux-table-toolbar-action.css +0 -3
  1465. package/dist/collection/components/beta/gux-table-toolbar/gux-table-toolbar-action/gux-table-toolbar-action.js +0 -124
  1466. package/dist/collection/components/beta/gux-table-toolbar/gux-table-toolbar-custom-action/gux-table-toolbar-custom-action.css +0 -26
  1467. package/dist/collection/components/beta/gux-table-toolbar/gux-table-toolbar-custom-action/gux-table-toolbar-custom-action.js +0 -96
  1468. package/dist/collection/components/beta/gux-table-toolbar/gux-table-toolbar-menu-button/gux-table-toolbar-menu-button.css +0 -35
  1469. package/dist/collection/components/beta/gux-table-toolbar/gux-table-toolbar-menu-button/gux-table-toolbar-menu-button.js +0 -142
  1470. package/dist/collection/components/beta/gux-table-toolbar/gux-table-toolbar.css +0 -52
  1471. package/dist/collection/components/beta/gux-table-toolbar/gux-table-toolbar.js +0 -209
  1472. package/dist/collection/components/beta/gux-tag/gux-tag.css +0 -461
  1473. package/dist/collection/components/beta/gux-tag/gux-tag.js +0 -193
  1474. package/dist/collection/components/beta/gux-time-picker/gux-time-picker.css +0 -134
  1475. package/dist/collection/components/beta/gux-time-picker/gux-time-picker.js +0 -409
  1476. package/dist/collection/components/beta/gux-time-picker/gux-time-picker.service.js +0 -142
  1477. package/dist/collection/components/legacy/gux-action-toast/gux-action-toast.css +0 -267
  1478. package/dist/collection/components/legacy/gux-action-toast/gux-action-toast.js +0 -30
  1479. package/dist/collection/components/legacy/gux-notification-toast/gux-notification-toast.css +0 -221
  1480. package/dist/collection/components/legacy/gux-notification-toast/gux-notification-toast.js +0 -83
  1481. package/dist/collection/components/legacy/gux-simple-toast/gux-simple-toast.css +0 -51
  1482. package/dist/collection/components/legacy/gux-simple-toast/gux-simple-toast.js +0 -82
  1483. package/dist/collection/components/stable/gux-advanced-dropdown/dropdown-option/gux-dropdown-option.css +0 -39
  1484. package/dist/collection/components/stable/gux-advanced-dropdown/dropdown-option/gux-dropdown-option.js +0 -248
  1485. package/dist/collection/components/stable/gux-advanced-dropdown/gux-advanced-dropdown.css +0 -85
  1486. package/dist/collection/components/stable/gux-advanced-dropdown/gux-advanced-dropdown.js +0 -396
  1487. package/dist/collection/components/stable/gux-alert/gux-inline-alert.css +0 -109
  1488. package/dist/collection/components/stable/gux-alert/gux-inline-alert.js +0 -76
  1489. package/dist/collection/components/stable/gux-disclosure-button/gux-disclosure-button.css +0 -42
  1490. package/dist/collection/components/stable/gux-disclosure-button/gux-disclosure-button.js +0 -153
  1491. package/dist/collection/components/stable/gux-switch/gux-switch-item/gux-switch-item.css +0 -68
  1492. package/dist/collection/components/stable/gux-switch/gux-switch-item/gux-switch-item.js +0 -96
  1493. package/dist/collection/components/stable/gux-switch/gux-switch.css +0 -4
  1494. package/dist/collection/components/stable/gux-switch/gux-switch.js +0 -107
  1495. package/dist/collection/components/stable/gux-tabs-advanced/gux-tabs-advanced.css +0 -3
  1496. package/dist/collection/style/fonts/roboto-v20-latin-300.svg +0 -1
  1497. package/dist/collection/style/fonts/roboto-v20-latin-700.svg +0 -309
  1498. package/dist/collection/style/fonts/roboto-v20-latin-italic.svg +0 -323
  1499. package/dist/collection/style/fonts/roboto-v20-latin-regular.svg +0 -308
  1500. package/dist/esm/DateTimeFormatter-bb057477.js +0 -52
  1501. package/dist/esm/find-element-by-id-758a0703.js +0 -17
  1502. package/dist/esm/floating-ui.dom.esm-48871497.js +0 -1459
  1503. package/dist/esm/get-slot-text-content-b2a8af86.js +0 -23
  1504. package/dist/esm/gux-advanced-dropdown.entry.js +0 -214
  1505. package/dist/esm/gux-badge-beta.entry.js +0 -66
  1506. package/dist/esm/gux-blank-state-beta.entry.js +0 -64
  1507. package/dist/esm/gux-button-slot-beta.entry.js +0 -41
  1508. package/dist/esm/gux-column-manager-beta.entry.js +0 -120
  1509. package/dist/esm/gux-column-manager.service-07ddccf5.js +0 -83
  1510. package/dist/esm/gux-context-menu-beta.entry.js +0 -128
  1511. package/dist/esm/gux-disclosure-button.entry.js +0 -60
  1512. package/dist/esm/gux-dropdown-multi-beta.entry.js +0 -406
  1513. package/dist/esm/gux-error-message-beta.entry.js +0 -20
  1514. package/dist/esm/gux-flyout-menu-beta.entry.js +0 -144
  1515. package/dist/esm/gux-form-field-container-0d93fc18.js +0 -18
  1516. package/dist/esm/gux-form-field.service-5f03e905.js +0 -140
  1517. package/dist/esm/gux-listbox.service-a8319b51.js +0 -157
  1518. package/dist/esm/gux-loading-message-beta.entry.js +0 -64
  1519. package/dist/esm/gux-pagination-beta.entry.js +0 -97
  1520. package/dist/esm/gux-pagination-buttons-beta_2.entry.js +0 -250
  1521. package/dist/esm/gux-pagination-buttons_3.entry.js +0 -271
  1522. package/dist/esm/gux-pagination-items-per-page-beta.entry.js +0 -42
  1523. package/dist/esm/gux-popover-list-beta.entry.js +0 -135
  1524. package/dist/esm/gux-popover.entry.js +0 -129
  1525. package/dist/esm/gux-region-icon.entry.js +0 -25
  1526. package/dist/esm/gux-skip-navigation-list-beta.entry.js +0 -29
  1527. package/dist/esm/gux-switch.entry.js +0 -41
  1528. package/dist/esm/gux-tab-panel-beta.entry.js +0 -30
  1529. package/dist/esm/gux-table-beta.entry.js +0 -374
  1530. package/dist/esm/gux-table-select-popover.entry.js +0 -99
  1531. package/dist/esm/gux-table-toolbar-beta.entry.js +0 -209
  1532. package/dist/esm/gux-tag-beta.entry.js +0 -80
  1533. package/dist/esm/gux-time-picker-beta.entry.js +0 -388
  1534. package/dist/esm/index-0b66fe2c.js +0 -2572
  1535. package/dist/esm/index-694d55cf.js +0 -4070
  1536. package/dist/esm/on-attribute-change-5fd8da7c.js +0 -36
  1537. package/dist/esm/on-click-outside-bc432a79.js +0 -75
  1538. package/dist/esm/on-mutation-8c8b2331.js +0 -34
  1539. package/dist/esm/on-resize-7177429a.js +0 -34
  1540. package/dist/esm/polyfills/css-shim.js +0 -1
  1541. package/dist/esm/popper-1604923e.js +0 -1792
  1542. package/dist/esm/usage-fc286feb.js +0 -232
  1543. package/dist/genesys-webcomponents/assets/region-flags/AD.png +0 -0
  1544. package/dist/genesys-webcomponents/assets/region-flags/AE.png +0 -0
  1545. package/dist/genesys-webcomponents/assets/region-flags/AF.png +0 -0
  1546. package/dist/genesys-webcomponents/assets/region-flags/AG.png +0 -0
  1547. package/dist/genesys-webcomponents/assets/region-flags/AI.png +0 -0
  1548. package/dist/genesys-webcomponents/assets/region-flags/AL.png +0 -0
  1549. package/dist/genesys-webcomponents/assets/region-flags/AM.png +0 -0
  1550. package/dist/genesys-webcomponents/assets/region-flags/AO.png +0 -0
  1551. package/dist/genesys-webcomponents/assets/region-flags/AR.png +0 -0
  1552. package/dist/genesys-webcomponents/assets/region-flags/AS.png +0 -0
  1553. package/dist/genesys-webcomponents/assets/region-flags/AT.png +0 -0
  1554. package/dist/genesys-webcomponents/assets/region-flags/AU.png +0 -0
  1555. package/dist/genesys-webcomponents/assets/region-flags/AW.png +0 -0
  1556. package/dist/genesys-webcomponents/assets/region-flags/AX.png +0 -0
  1557. package/dist/genesys-webcomponents/assets/region-flags/AZ.png +0 -0
  1558. package/dist/genesys-webcomponents/assets/region-flags/BA.png +0 -0
  1559. package/dist/genesys-webcomponents/assets/region-flags/BB.png +0 -0
  1560. package/dist/genesys-webcomponents/assets/region-flags/BD.png +0 -0
  1561. package/dist/genesys-webcomponents/assets/region-flags/BE.png +0 -0
  1562. package/dist/genesys-webcomponents/assets/region-flags/BF.png +0 -0
  1563. package/dist/genesys-webcomponents/assets/region-flags/BG.png +0 -0
  1564. package/dist/genesys-webcomponents/assets/region-flags/BH.png +0 -0
  1565. package/dist/genesys-webcomponents/assets/region-flags/BI.png +0 -0
  1566. package/dist/genesys-webcomponents/assets/region-flags/BJ.png +0 -0
  1567. package/dist/genesys-webcomponents/assets/region-flags/BL.png +0 -0
  1568. package/dist/genesys-webcomponents/assets/region-flags/BM.png +0 -0
  1569. package/dist/genesys-webcomponents/assets/region-flags/BN.png +0 -0
  1570. package/dist/genesys-webcomponents/assets/region-flags/BO.png +0 -0
  1571. package/dist/genesys-webcomponents/assets/region-flags/BQ.png +0 -0
  1572. package/dist/genesys-webcomponents/assets/region-flags/BR.png +0 -0
  1573. package/dist/genesys-webcomponents/assets/region-flags/BS.png +0 -0
  1574. package/dist/genesys-webcomponents/assets/region-flags/BT.png +0 -0
  1575. package/dist/genesys-webcomponents/assets/region-flags/BV.png +0 -0
  1576. package/dist/genesys-webcomponents/assets/region-flags/BW.png +0 -0
  1577. package/dist/genesys-webcomponents/assets/region-flags/BY.png +0 -0
  1578. package/dist/genesys-webcomponents/assets/region-flags/BZ.png +0 -0
  1579. package/dist/genesys-webcomponents/assets/region-flags/CA.png +0 -0
  1580. package/dist/genesys-webcomponents/assets/region-flags/CC.png +0 -0
  1581. package/dist/genesys-webcomponents/assets/region-flags/CD.png +0 -0
  1582. package/dist/genesys-webcomponents/assets/region-flags/CF.png +0 -0
  1583. package/dist/genesys-webcomponents/assets/region-flags/CG.png +0 -0
  1584. package/dist/genesys-webcomponents/assets/region-flags/CH.png +0 -0
  1585. package/dist/genesys-webcomponents/assets/region-flags/CI.png +0 -0
  1586. package/dist/genesys-webcomponents/assets/region-flags/CK.png +0 -0
  1587. package/dist/genesys-webcomponents/assets/region-flags/CL.png +0 -0
  1588. package/dist/genesys-webcomponents/assets/region-flags/CM.png +0 -0
  1589. package/dist/genesys-webcomponents/assets/region-flags/CN.png +0 -0
  1590. package/dist/genesys-webcomponents/assets/region-flags/CO.png +0 -0
  1591. package/dist/genesys-webcomponents/assets/region-flags/CR.png +0 -0
  1592. package/dist/genesys-webcomponents/assets/region-flags/CU.png +0 -0
  1593. package/dist/genesys-webcomponents/assets/region-flags/CV.png +0 -0
  1594. package/dist/genesys-webcomponents/assets/region-flags/CW.png +0 -0
  1595. package/dist/genesys-webcomponents/assets/region-flags/CX.png +0 -0
  1596. package/dist/genesys-webcomponents/assets/region-flags/CY.png +0 -0
  1597. package/dist/genesys-webcomponents/assets/region-flags/CZ.png +0 -0
  1598. package/dist/genesys-webcomponents/assets/region-flags/DE.png +0 -0
  1599. package/dist/genesys-webcomponents/assets/region-flags/DJ.png +0 -0
  1600. package/dist/genesys-webcomponents/assets/region-flags/DK.png +0 -0
  1601. package/dist/genesys-webcomponents/assets/region-flags/DM.png +0 -0
  1602. package/dist/genesys-webcomponents/assets/region-flags/DO.png +0 -0
  1603. package/dist/genesys-webcomponents/assets/region-flags/DZ.png +0 -0
  1604. package/dist/genesys-webcomponents/assets/region-flags/EC.png +0 -0
  1605. package/dist/genesys-webcomponents/assets/region-flags/EE.png +0 -0
  1606. package/dist/genesys-webcomponents/assets/region-flags/EG.png +0 -0
  1607. package/dist/genesys-webcomponents/assets/region-flags/EH.png +0 -0
  1608. package/dist/genesys-webcomponents/assets/region-flags/ER.png +0 -0
  1609. package/dist/genesys-webcomponents/assets/region-flags/ES.png +0 -0
  1610. package/dist/genesys-webcomponents/assets/region-flags/ET.png +0 -0
  1611. package/dist/genesys-webcomponents/assets/region-flags/FI.png +0 -0
  1612. package/dist/genesys-webcomponents/assets/region-flags/FJ.png +0 -0
  1613. package/dist/genesys-webcomponents/assets/region-flags/FK.png +0 -0
  1614. package/dist/genesys-webcomponents/assets/region-flags/FM.png +0 -0
  1615. package/dist/genesys-webcomponents/assets/region-flags/FO.png +0 -0
  1616. package/dist/genesys-webcomponents/assets/region-flags/FR.png +0 -0
  1617. package/dist/genesys-webcomponents/assets/region-flags/GA.png +0 -0
  1618. package/dist/genesys-webcomponents/assets/region-flags/GB.png +0 -0
  1619. package/dist/genesys-webcomponents/assets/region-flags/GD.png +0 -0
  1620. package/dist/genesys-webcomponents/assets/region-flags/GE.png +0 -0
  1621. package/dist/genesys-webcomponents/assets/region-flags/GF.png +0 -0
  1622. package/dist/genesys-webcomponents/assets/region-flags/GG.png +0 -0
  1623. package/dist/genesys-webcomponents/assets/region-flags/GH.png +0 -0
  1624. package/dist/genesys-webcomponents/assets/region-flags/GI.png +0 -0
  1625. package/dist/genesys-webcomponents/assets/region-flags/GL.png +0 -0
  1626. package/dist/genesys-webcomponents/assets/region-flags/GM.png +0 -0
  1627. package/dist/genesys-webcomponents/assets/region-flags/GN.png +0 -0
  1628. package/dist/genesys-webcomponents/assets/region-flags/GP.png +0 -0
  1629. package/dist/genesys-webcomponents/assets/region-flags/GQ.png +0 -0
  1630. package/dist/genesys-webcomponents/assets/region-flags/GR.png +0 -0
  1631. package/dist/genesys-webcomponents/assets/region-flags/GS.png +0 -0
  1632. package/dist/genesys-webcomponents/assets/region-flags/GT.png +0 -0
  1633. package/dist/genesys-webcomponents/assets/region-flags/GU.png +0 -0
  1634. package/dist/genesys-webcomponents/assets/region-flags/GW.png +0 -0
  1635. package/dist/genesys-webcomponents/assets/region-flags/GY.png +0 -0
  1636. package/dist/genesys-webcomponents/assets/region-flags/HK.png +0 -0
  1637. package/dist/genesys-webcomponents/assets/region-flags/HN.png +0 -0
  1638. package/dist/genesys-webcomponents/assets/region-flags/HR.png +0 -0
  1639. package/dist/genesys-webcomponents/assets/region-flags/HT.png +0 -0
  1640. package/dist/genesys-webcomponents/assets/region-flags/HU.png +0 -0
  1641. package/dist/genesys-webcomponents/assets/region-flags/ID.png +0 -0
  1642. package/dist/genesys-webcomponents/assets/region-flags/IE.png +0 -0
  1643. package/dist/genesys-webcomponents/assets/region-flags/IL.png +0 -0
  1644. package/dist/genesys-webcomponents/assets/region-flags/IM.png +0 -0
  1645. package/dist/genesys-webcomponents/assets/region-flags/IN.png +0 -0
  1646. package/dist/genesys-webcomponents/assets/region-flags/IO.png +0 -0
  1647. package/dist/genesys-webcomponents/assets/region-flags/IQ.png +0 -0
  1648. package/dist/genesys-webcomponents/assets/region-flags/IR.png +0 -0
  1649. package/dist/genesys-webcomponents/assets/region-flags/IS.png +0 -0
  1650. package/dist/genesys-webcomponents/assets/region-flags/IT.png +0 -0
  1651. package/dist/genesys-webcomponents/assets/region-flags/JE.png +0 -0
  1652. package/dist/genesys-webcomponents/assets/region-flags/JM.png +0 -0
  1653. package/dist/genesys-webcomponents/assets/region-flags/JO.png +0 -0
  1654. package/dist/genesys-webcomponents/assets/region-flags/JP.png +0 -0
  1655. package/dist/genesys-webcomponents/assets/region-flags/KE.png +0 -0
  1656. package/dist/genesys-webcomponents/assets/region-flags/KG.png +0 -0
  1657. package/dist/genesys-webcomponents/assets/region-flags/KH.png +0 -0
  1658. package/dist/genesys-webcomponents/assets/region-flags/KI.png +0 -0
  1659. package/dist/genesys-webcomponents/assets/region-flags/KM.png +0 -0
  1660. package/dist/genesys-webcomponents/assets/region-flags/KN.png +0 -0
  1661. package/dist/genesys-webcomponents/assets/region-flags/KP.png +0 -0
  1662. package/dist/genesys-webcomponents/assets/region-flags/KR.png +0 -0
  1663. package/dist/genesys-webcomponents/assets/region-flags/KW.png +0 -0
  1664. package/dist/genesys-webcomponents/assets/region-flags/KY.png +0 -0
  1665. package/dist/genesys-webcomponents/assets/region-flags/KZ.png +0 -0
  1666. package/dist/genesys-webcomponents/assets/region-flags/LA.png +0 -0
  1667. package/dist/genesys-webcomponents/assets/region-flags/LB.png +0 -0
  1668. package/dist/genesys-webcomponents/assets/region-flags/LC.png +0 -0
  1669. package/dist/genesys-webcomponents/assets/region-flags/LI.png +0 -0
  1670. package/dist/genesys-webcomponents/assets/region-flags/LK.png +0 -0
  1671. package/dist/genesys-webcomponents/assets/region-flags/LR.png +0 -0
  1672. package/dist/genesys-webcomponents/assets/region-flags/LS.png +0 -0
  1673. package/dist/genesys-webcomponents/assets/region-flags/LT.png +0 -0
  1674. package/dist/genesys-webcomponents/assets/region-flags/LU.png +0 -0
  1675. package/dist/genesys-webcomponents/assets/region-flags/LV.png +0 -0
  1676. package/dist/genesys-webcomponents/assets/region-flags/LY.png +0 -0
  1677. package/dist/genesys-webcomponents/assets/region-flags/MA.png +0 -0
  1678. package/dist/genesys-webcomponents/assets/region-flags/MC.png +0 -0
  1679. package/dist/genesys-webcomponents/assets/region-flags/MD.png +0 -0
  1680. package/dist/genesys-webcomponents/assets/region-flags/ME.png +0 -0
  1681. package/dist/genesys-webcomponents/assets/region-flags/MF.png +0 -0
  1682. package/dist/genesys-webcomponents/assets/region-flags/MG.png +0 -0
  1683. package/dist/genesys-webcomponents/assets/region-flags/MH.png +0 -0
  1684. package/dist/genesys-webcomponents/assets/region-flags/MK.png +0 -0
  1685. package/dist/genesys-webcomponents/assets/region-flags/ML.png +0 -0
  1686. package/dist/genesys-webcomponents/assets/region-flags/MM.png +0 -0
  1687. package/dist/genesys-webcomponents/assets/region-flags/MN.png +0 -0
  1688. package/dist/genesys-webcomponents/assets/region-flags/MO.png +0 -0
  1689. package/dist/genesys-webcomponents/assets/region-flags/MP.png +0 -0
  1690. package/dist/genesys-webcomponents/assets/region-flags/MQ.png +0 -0
  1691. package/dist/genesys-webcomponents/assets/region-flags/MR.png +0 -0
  1692. package/dist/genesys-webcomponents/assets/region-flags/MS.png +0 -0
  1693. package/dist/genesys-webcomponents/assets/region-flags/MT.png +0 -0
  1694. package/dist/genesys-webcomponents/assets/region-flags/MU.png +0 -0
  1695. package/dist/genesys-webcomponents/assets/region-flags/MV.png +0 -0
  1696. package/dist/genesys-webcomponents/assets/region-flags/MW.png +0 -0
  1697. package/dist/genesys-webcomponents/assets/region-flags/MX.png +0 -0
  1698. package/dist/genesys-webcomponents/assets/region-flags/MY.png +0 -0
  1699. package/dist/genesys-webcomponents/assets/region-flags/MZ.png +0 -0
  1700. package/dist/genesys-webcomponents/assets/region-flags/NA.png +0 -0
  1701. package/dist/genesys-webcomponents/assets/region-flags/NC.png +0 -0
  1702. package/dist/genesys-webcomponents/assets/region-flags/NE.png +0 -0
  1703. package/dist/genesys-webcomponents/assets/region-flags/NF.png +0 -0
  1704. package/dist/genesys-webcomponents/assets/region-flags/NG.png +0 -0
  1705. package/dist/genesys-webcomponents/assets/region-flags/NI.png +0 -0
  1706. package/dist/genesys-webcomponents/assets/region-flags/NL.png +0 -0
  1707. package/dist/genesys-webcomponents/assets/region-flags/NO.png +0 -0
  1708. package/dist/genesys-webcomponents/assets/region-flags/NP.png +0 -0
  1709. package/dist/genesys-webcomponents/assets/region-flags/NR.png +0 -0
  1710. package/dist/genesys-webcomponents/assets/region-flags/NU.png +0 -0
  1711. package/dist/genesys-webcomponents/assets/region-flags/NZ.png +0 -0
  1712. package/dist/genesys-webcomponents/assets/region-flags/OM.png +0 -0
  1713. package/dist/genesys-webcomponents/assets/region-flags/PA.png +0 -0
  1714. package/dist/genesys-webcomponents/assets/region-flags/PE.png +0 -0
  1715. package/dist/genesys-webcomponents/assets/region-flags/PF.png +0 -0
  1716. package/dist/genesys-webcomponents/assets/region-flags/PG.png +0 -0
  1717. package/dist/genesys-webcomponents/assets/region-flags/PH.png +0 -0
  1718. package/dist/genesys-webcomponents/assets/region-flags/PK.png +0 -0
  1719. package/dist/genesys-webcomponents/assets/region-flags/PL.png +0 -0
  1720. package/dist/genesys-webcomponents/assets/region-flags/PM.png +0 -0
  1721. package/dist/genesys-webcomponents/assets/region-flags/PN.png +0 -0
  1722. package/dist/genesys-webcomponents/assets/region-flags/PR.png +0 -0
  1723. package/dist/genesys-webcomponents/assets/region-flags/PS.png +0 -0
  1724. package/dist/genesys-webcomponents/assets/region-flags/PT.png +0 -0
  1725. package/dist/genesys-webcomponents/assets/region-flags/PW.png +0 -0
  1726. package/dist/genesys-webcomponents/assets/region-flags/PY.png +0 -0
  1727. package/dist/genesys-webcomponents/assets/region-flags/QA.png +0 -0
  1728. package/dist/genesys-webcomponents/assets/region-flags/RE.png +0 -0
  1729. package/dist/genesys-webcomponents/assets/region-flags/RO.png +0 -0
  1730. package/dist/genesys-webcomponents/assets/region-flags/RS.png +0 -0
  1731. package/dist/genesys-webcomponents/assets/region-flags/RU.png +0 -0
  1732. package/dist/genesys-webcomponents/assets/region-flags/RW.png +0 -0
  1733. package/dist/genesys-webcomponents/assets/region-flags/SA.png +0 -0
  1734. package/dist/genesys-webcomponents/assets/region-flags/SB.png +0 -0
  1735. package/dist/genesys-webcomponents/assets/region-flags/SC.png +0 -0
  1736. package/dist/genesys-webcomponents/assets/region-flags/SD.png +0 -0
  1737. package/dist/genesys-webcomponents/assets/region-flags/SE.png +0 -0
  1738. package/dist/genesys-webcomponents/assets/region-flags/SG.png +0 -0
  1739. package/dist/genesys-webcomponents/assets/region-flags/SH.png +0 -0
  1740. package/dist/genesys-webcomponents/assets/region-flags/SI.png +0 -0
  1741. package/dist/genesys-webcomponents/assets/region-flags/SJ.png +0 -0
  1742. package/dist/genesys-webcomponents/assets/region-flags/SK.png +0 -0
  1743. package/dist/genesys-webcomponents/assets/region-flags/SL.png +0 -0
  1744. package/dist/genesys-webcomponents/assets/region-flags/SM.png +0 -0
  1745. package/dist/genesys-webcomponents/assets/region-flags/SN.png +0 -0
  1746. package/dist/genesys-webcomponents/assets/region-flags/SO.png +0 -0
  1747. package/dist/genesys-webcomponents/assets/region-flags/SR.png +0 -0
  1748. package/dist/genesys-webcomponents/assets/region-flags/SS.png +0 -0
  1749. package/dist/genesys-webcomponents/assets/region-flags/ST.png +0 -0
  1750. package/dist/genesys-webcomponents/assets/region-flags/SV.png +0 -0
  1751. package/dist/genesys-webcomponents/assets/region-flags/SX.png +0 -0
  1752. package/dist/genesys-webcomponents/assets/region-flags/SY.png +0 -0
  1753. package/dist/genesys-webcomponents/assets/region-flags/SZ.png +0 -0
  1754. package/dist/genesys-webcomponents/assets/region-flags/TC.png +0 -0
  1755. package/dist/genesys-webcomponents/assets/region-flags/TD.png +0 -0
  1756. package/dist/genesys-webcomponents/assets/region-flags/TG.png +0 -0
  1757. package/dist/genesys-webcomponents/assets/region-flags/TH.png +0 -0
  1758. package/dist/genesys-webcomponents/assets/region-flags/TJ.png +0 -0
  1759. package/dist/genesys-webcomponents/assets/region-flags/TK.png +0 -0
  1760. package/dist/genesys-webcomponents/assets/region-flags/TL.png +0 -0
  1761. package/dist/genesys-webcomponents/assets/region-flags/TM.png +0 -0
  1762. package/dist/genesys-webcomponents/assets/region-flags/TN.png +0 -0
  1763. package/dist/genesys-webcomponents/assets/region-flags/TO.png +0 -0
  1764. package/dist/genesys-webcomponents/assets/region-flags/TR.png +0 -0
  1765. package/dist/genesys-webcomponents/assets/region-flags/TT.png +0 -0
  1766. package/dist/genesys-webcomponents/assets/region-flags/TV.png +0 -0
  1767. package/dist/genesys-webcomponents/assets/region-flags/TW.png +0 -0
  1768. package/dist/genesys-webcomponents/assets/region-flags/TZ.png +0 -0
  1769. package/dist/genesys-webcomponents/assets/region-flags/UA.png +0 -0
  1770. package/dist/genesys-webcomponents/assets/region-flags/UG.png +0 -0
  1771. package/dist/genesys-webcomponents/assets/region-flags/US.png +0 -0
  1772. package/dist/genesys-webcomponents/assets/region-flags/UY.png +0 -0
  1773. package/dist/genesys-webcomponents/assets/region-flags/UZ.png +0 -0
  1774. package/dist/genesys-webcomponents/assets/region-flags/VA.png +0 -0
  1775. package/dist/genesys-webcomponents/assets/region-flags/VC.png +0 -0
  1776. package/dist/genesys-webcomponents/assets/region-flags/VE.png +0 -0
  1777. package/dist/genesys-webcomponents/assets/region-flags/VG.png +0 -0
  1778. package/dist/genesys-webcomponents/assets/region-flags/VI.png +0 -0
  1779. package/dist/genesys-webcomponents/assets/region-flags/VN.png +0 -0
  1780. package/dist/genesys-webcomponents/assets/region-flags/VU.png +0 -0
  1781. package/dist/genesys-webcomponents/assets/region-flags/WF.png +0 -0
  1782. package/dist/genesys-webcomponents/assets/region-flags/WS.png +0 -0
  1783. package/dist/genesys-webcomponents/assets/region-flags/XK.png +0 -0
  1784. package/dist/genesys-webcomponents/assets/region-flags/YE.png +0 -0
  1785. package/dist/genesys-webcomponents/assets/region-flags/YT.png +0 -0
  1786. package/dist/genesys-webcomponents/assets/region-flags/ZA.png +0 -0
  1787. package/dist/genesys-webcomponents/assets/region-flags/ZM.png +0 -0
  1788. package/dist/genesys-webcomponents/assets/region-flags/ZW.png +0 -0
  1789. package/dist/genesys-webcomponents/assets/sprites/region-flags.less +0 -3800
  1790. package/dist/genesys-webcomponents/assets/sprites/region-flags.png +0 -0
  1791. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-300.eot +0 -0
  1792. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-300.svg +0 -1
  1793. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-300.ttf +0 -0
  1794. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-300.woff +0 -0
  1795. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-300.woff2 +0 -0
  1796. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-700.eot +0 -0
  1797. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-700.svg +0 -309
  1798. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-700.ttf +0 -0
  1799. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-700.woff +0 -0
  1800. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-700.woff2 +0 -0
  1801. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-italic.eot +0 -0
  1802. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-italic.svg +0 -323
  1803. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-italic.ttf +0 -0
  1804. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-italic.woff +0 -0
  1805. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-italic.woff2 +0 -0
  1806. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-regular.eot +0 -0
  1807. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-regular.svg +0 -308
  1808. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-regular.ttf +0 -0
  1809. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-regular.woff +0 -0
  1810. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-regular.woff2 +0 -0
  1811. package/dist/genesys-webcomponents/less/color-palette.less +0 -105
  1812. package/dist/genesys-webcomponents/less/focus.less +0 -48
  1813. package/dist/genesys-webcomponents/less/shadows.less +0 -17
  1814. package/dist/genesys-webcomponents/less/spacing.less +0 -12
  1815. package/dist/genesys-webcomponents/less/typography.less +0 -162
  1816. package/dist/genesys-webcomponents/p-024a83a3.entry.js +0 -1
  1817. package/dist/genesys-webcomponents/p-0501a8ad.entry.js +0 -1
  1818. package/dist/genesys-webcomponents/p-06a92400.entry.js +0 -1
  1819. package/dist/genesys-webcomponents/p-07c40a2e.entry.js +0 -1
  1820. package/dist/genesys-webcomponents/p-09c94742.entry.js +0 -1
  1821. package/dist/genesys-webcomponents/p-0a780770.entry.js +0 -1
  1822. package/dist/genesys-webcomponents/p-12a34636.entry.js +0 -1
  1823. package/dist/genesys-webcomponents/p-13dd4c6b.js +0 -1
  1824. package/dist/genesys-webcomponents/p-17385760.js +0 -1
  1825. package/dist/genesys-webcomponents/p-178f1e2f.entry.js +0 -1
  1826. package/dist/genesys-webcomponents/p-1aab5a86.entry.js +0 -1
  1827. package/dist/genesys-webcomponents/p-1fa4a3d9.entry.js +0 -1
  1828. package/dist/genesys-webcomponents/p-210bc5a8.entry.js +0 -1
  1829. package/dist/genesys-webcomponents/p-22a428f3.entry.js +0 -1
  1830. package/dist/genesys-webcomponents/p-235edbf8.entry.js +0 -1
  1831. package/dist/genesys-webcomponents/p-27b1150a.entry.js +0 -1
  1832. package/dist/genesys-webcomponents/p-28a174b7.entry.js +0 -1
  1833. package/dist/genesys-webcomponents/p-2a41d412.entry.js +0 -1
  1834. package/dist/genesys-webcomponents/p-2ce17e0b.entry.js +0 -1
  1835. package/dist/genesys-webcomponents/p-2d4a3385.entry.js +0 -1
  1836. package/dist/genesys-webcomponents/p-2eabf7ba.js +0 -1
  1837. package/dist/genesys-webcomponents/p-304bd7ac.entry.js +0 -1
  1838. package/dist/genesys-webcomponents/p-334e3b2c.entry.js +0 -1
  1839. package/dist/genesys-webcomponents/p-35369c1a.entry.js +0 -1
  1840. package/dist/genesys-webcomponents/p-3701eff0.js +0 -1
  1841. package/dist/genesys-webcomponents/p-37881ce6.entry.js +0 -1
  1842. package/dist/genesys-webcomponents/p-37b1c4ff.entry.js +0 -1
  1843. package/dist/genesys-webcomponents/p-37da9cb4.entry.js +0 -1
  1844. package/dist/genesys-webcomponents/p-3a86180c.entry.js +0 -1
  1845. package/dist/genesys-webcomponents/p-3ba23a1d.entry.js +0 -1
  1846. package/dist/genesys-webcomponents/p-3d65f3b8.entry.js +0 -1
  1847. package/dist/genesys-webcomponents/p-3ed25538.entry.js +0 -1
  1848. package/dist/genesys-webcomponents/p-3f96ede4.entry.js +0 -1
  1849. package/dist/genesys-webcomponents/p-3f9dbdca.entry.js +0 -1
  1850. package/dist/genesys-webcomponents/p-43748f70.entry.js +0 -1
  1851. package/dist/genesys-webcomponents/p-43d22f9f.entry.js +0 -1
  1852. package/dist/genesys-webcomponents/p-45524955.entry.js +0 -1
  1853. package/dist/genesys-webcomponents/p-462a6cf1.entry.js +0 -1
  1854. package/dist/genesys-webcomponents/p-4d250c8c.entry.js +0 -1
  1855. package/dist/genesys-webcomponents/p-506b155f.entry.js +0 -1
  1856. package/dist/genesys-webcomponents/p-52794d36.entry.js +0 -1
  1857. package/dist/genesys-webcomponents/p-55cf6d81.js +0 -1
  1858. package/dist/genesys-webcomponents/p-56da0616.entry.js +0 -1
  1859. package/dist/genesys-webcomponents/p-5a94abf9.entry.js +0 -1
  1860. package/dist/genesys-webcomponents/p-5dd0ef71.entry.js +0 -1
  1861. package/dist/genesys-webcomponents/p-62913396.js +0 -1
  1862. package/dist/genesys-webcomponents/p-6370cb48.js +0 -1
  1863. package/dist/genesys-webcomponents/p-65c5ed8b.entry.js +0 -1
  1864. package/dist/genesys-webcomponents/p-670d46e1.entry.js +0 -1
  1865. package/dist/genesys-webcomponents/p-6d340895.entry.js +0 -1
  1866. package/dist/genesys-webcomponents/p-6e5d1a8d.entry.js +0 -1
  1867. package/dist/genesys-webcomponents/p-6ea7f0be.entry.js +0 -1
  1868. package/dist/genesys-webcomponents/p-716978e6.entry.js +0 -1
  1869. package/dist/genesys-webcomponents/p-763ee30d.entry.js +0 -1
  1870. package/dist/genesys-webcomponents/p-7a299cef.entry.js +0 -1
  1871. package/dist/genesys-webcomponents/p-7b43f40b.entry.js +0 -1
  1872. package/dist/genesys-webcomponents/p-7d26b2e1.js +0 -2
  1873. package/dist/genesys-webcomponents/p-7d614de7.js +0 -1
  1874. package/dist/genesys-webcomponents/p-7f2a1f99.entry.js +0 -1
  1875. package/dist/genesys-webcomponents/p-80588c0d.entry.js +0 -1
  1876. package/dist/genesys-webcomponents/p-81030148.entry.js +0 -1
  1877. package/dist/genesys-webcomponents/p-81c3fa5a.entry.js +0 -1
  1878. package/dist/genesys-webcomponents/p-8219d154.entry.js +0 -1
  1879. package/dist/genesys-webcomponents/p-83690c0e.entry.js +0 -1
  1880. package/dist/genesys-webcomponents/p-861156b5.entry.js +0 -1
  1881. package/dist/genesys-webcomponents/p-86b520ad.entry.js +0 -1
  1882. package/dist/genesys-webcomponents/p-886e3295.entry.js +0 -1
  1883. package/dist/genesys-webcomponents/p-8b42ded3.entry.js +0 -1
  1884. package/dist/genesys-webcomponents/p-8d8eb1cc.entry.js +0 -1
  1885. package/dist/genesys-webcomponents/p-8e9bfb5c.entry.js +0 -1
  1886. package/dist/genesys-webcomponents/p-92db2ccc.entry.js +0 -1
  1887. package/dist/genesys-webcomponents/p-95b06e12.entry.js +0 -1
  1888. package/dist/genesys-webcomponents/p-979cec77.entry.js +0 -1
  1889. package/dist/genesys-webcomponents/p-97c5e7cc.entry.js +0 -1
  1890. package/dist/genesys-webcomponents/p-99ec389a.entry.js +0 -1
  1891. package/dist/genesys-webcomponents/p-9b6303b8.entry.js +0 -1
  1892. package/dist/genesys-webcomponents/p-9d18d475.js +0 -1
  1893. package/dist/genesys-webcomponents/p-9e354ad1.entry.js +0 -1
  1894. package/dist/genesys-webcomponents/p-9fe1caa8.entry.js +0 -1
  1895. package/dist/genesys-webcomponents/p-a6133b2e.entry.js +0 -1
  1896. package/dist/genesys-webcomponents/p-a733f4ca.js +0 -1
  1897. package/dist/genesys-webcomponents/p-a8277453.entry.js +0 -1
  1898. package/dist/genesys-webcomponents/p-a83dd958.entry.js +0 -1
  1899. package/dist/genesys-webcomponents/p-a95fbd3b.entry.js +0 -1
  1900. package/dist/genesys-webcomponents/p-ac115d74.entry.js +0 -1
  1901. package/dist/genesys-webcomponents/p-ae5e9524.entry.js +0 -1
  1902. package/dist/genesys-webcomponents/p-af48a4c4.entry.js +0 -1
  1903. package/dist/genesys-webcomponents/p-afd87ff3.entry.js +0 -1
  1904. package/dist/genesys-webcomponents/p-b01fa1a9.entry.js +0 -1
  1905. package/dist/genesys-webcomponents/p-b0c147e9.entry.js +0 -1
  1906. package/dist/genesys-webcomponents/p-b3c9fd06.js +0 -1
  1907. package/dist/genesys-webcomponents/p-b6f237fb.entry.js +0 -1
  1908. package/dist/genesys-webcomponents/p-bccb3e93.entry.js +0 -1
  1909. package/dist/genesys-webcomponents/p-bcd6a155.entry.js +0 -1
  1910. package/dist/genesys-webcomponents/p-bdf947de.entry.js +0 -1
  1911. package/dist/genesys-webcomponents/p-c28e81d6.entry.js +0 -1
  1912. package/dist/genesys-webcomponents/p-c35a8f72.entry.js +0 -1
  1913. package/dist/genesys-webcomponents/p-c41f62f8.entry.js +0 -1
  1914. package/dist/genesys-webcomponents/p-c48a49ef.entry.js +0 -1
  1915. package/dist/genesys-webcomponents/p-c6f230f3.entry.js +0 -1
  1916. package/dist/genesys-webcomponents/p-c7631270.entry.js +0 -7
  1917. package/dist/genesys-webcomponents/p-c7d0ceb2.entry.js +0 -1
  1918. package/dist/genesys-webcomponents/p-c8e44d7a.entry.js +0 -1
  1919. package/dist/genesys-webcomponents/p-c92a96ba.entry.js +0 -1
  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-cce700ae.entry.js +0 -1
  1923. package/dist/genesys-webcomponents/p-cec722f4.entry.js +0 -1
  1924. package/dist/genesys-webcomponents/p-d5a95dd2.entry.js +0 -1
  1925. package/dist/genesys-webcomponents/p-ddabb27c.entry.js +0 -1
  1926. package/dist/genesys-webcomponents/p-ddc1e212.entry.js +0 -1
  1927. package/dist/genesys-webcomponents/p-deee079e.js +0 -1
  1928. package/dist/genesys-webcomponents/p-df5d06b9.entry.js +0 -1
  1929. package/dist/genesys-webcomponents/p-dfc83ea9.entry.js +0 -1
  1930. package/dist/genesys-webcomponents/p-e317d541.entry.js +0 -1
  1931. package/dist/genesys-webcomponents/p-e459974a.js +0 -1
  1932. package/dist/genesys-webcomponents/p-e54b7b7a.entry.js +0 -1
  1933. package/dist/genesys-webcomponents/p-e5f02d88.entry.js +0 -1
  1934. package/dist/genesys-webcomponents/p-e7baa6d5.entry.js +0 -1
  1935. package/dist/genesys-webcomponents/p-ea560db4.entry.js +0 -1
  1936. package/dist/genesys-webcomponents/p-eb834f04.entry.js +0 -1
  1937. package/dist/genesys-webcomponents/p-ec218689.js +0 -1
  1938. package/dist/genesys-webcomponents/p-ed6b53a8.entry.js +0 -1
  1939. package/dist/genesys-webcomponents/p-efe5f171.entry.js +0 -1
  1940. package/dist/genesys-webcomponents/p-f2fea056.entry.js +0 -1
  1941. package/dist/genesys-webcomponents/p-f2feaff3.entry.js +0 -1
  1942. package/dist/genesys-webcomponents/p-f34ce7dc.js +0 -1
  1943. package/dist/genesys-webcomponents/p-f9768ae7.entry.js +0 -1
  1944. package/dist/genesys-webcomponents/p-fc0c0eed.entry.js +0 -1
  1945. package/dist/genesys-webcomponents/p-fe56b2e2.entry.js +0 -1
  1946. package/dist/types/components/beta/gux-badge/gux-badge.d.ts +0 -19
  1947. package/dist/types/components/beta/gux-badge/gux-badge.types.d.ts +0 -2
  1948. package/dist/types/components/beta/gux-blank-state/gux-blank-state-constants.d.ts +0 -5
  1949. package/dist/types/components/beta/gux-blank-state/gux-blank-state.d.ts +0 -20
  1950. package/dist/types/components/beta/gux-blank-state/gux-blank-state.types.d.ts +0 -1
  1951. package/dist/types/components/beta/gux-button-slot/gux-button-slot.d.ts +0 -12
  1952. package/dist/types/components/beta/gux-context-menu/gux-context-menu.d.ts +0 -29
  1953. package/dist/types/components/beta/gux-dropdown-multi/gux-dropdown-multi.d.ts +0 -113
  1954. package/dist/types/components/beta/gux-error-message-beta/gux-error-message-beta.d.ts +0 -10
  1955. package/dist/types/components/beta/gux-flyout-menu/gux-flyout-menu.d.ts +0 -30
  1956. package/dist/types/components/beta/gux-flyout-menu/gux-menu/gux-menu-option/gux-menu-option.d.ts +0 -14
  1957. package/dist/types/components/beta/gux-flyout-menu/gux-menu/gux-submenu/gux-submenu.d.ts +0 -34
  1958. package/dist/types/components/beta/gux-loading-message/gux-loading-message-constants.d.ts +0 -5
  1959. package/dist/types/components/beta/gux-loading-message/gux-loading-message-size.types.d.ts +0 -1
  1960. package/dist/types/components/beta/gux-loading-message/gux-loading-message.d.ts +0 -21
  1961. package/dist/types/components/beta/gux-pagination-beta/gux-pagination-beta.d.ts +0 -44
  1962. package/dist/types/components/beta/gux-pagination-beta/gux-pagination-beta.types.d.ts +0 -2
  1963. package/dist/types/components/beta/gux-pagination-beta/gux-pagination-buttons-beta/gux-pagination-button-beta.service.d.ts +0 -9
  1964. package/dist/types/components/beta/gux-pagination-beta/gux-pagination-buttons-beta/gux-pagination-buttons-beta.d.ts +0 -23
  1965. package/dist/types/components/beta/gux-pagination-beta/gux-pagination-item-counts-beta/gux-pagination-item-counts-beta.d.ts +0 -13
  1966. package/dist/types/components/beta/gux-pagination-beta/gux-pagination-items-per-page-beta/gux-pagination-items-per-page-beta.d.ts +0 -13
  1967. package/dist/types/components/beta/gux-phone-input/components/gux-region-icon/gux-region-icon.d.ts +0 -8
  1968. package/dist/types/components/beta/gux-phone-input/components/gux-region-icon/gux-region-select.service.d.ts +0 -1
  1969. package/dist/types/components/beta/gux-popover-beta/gux-popover-beta.d.ts +0 -44
  1970. package/dist/types/components/beta/gux-popover-list-beta/gux-popover-list-beta.d.ts +0 -41
  1971. package/dist/types/components/beta/gux-tab-panel-beta/gux-tab-panel-beta.d.ts +0 -18
  1972. package/dist/types/components/beta/gux-table/gux-all-row-select/gux-all-row-select.d.ts +0 -13
  1973. package/dist/types/components/beta/gux-table/gux-row-select/gux-row-select.d.ts +0 -12
  1974. package/dist/types/components/beta/gux-table/gux-table-select-menu/gux-table-select-popover/gux-table-header-popover.d.ts +0 -32
  1975. package/dist/types/components/beta/gux-table/gux-table.d.ts +0 -113
  1976. package/dist/types/components/beta/gux-table-toolbar/gux-table-toolbar-custom-action/gux-table-toolbar-custom-action.d.ts +0 -14
  1977. package/dist/types/components/beta/gux-table-toolbar/gux-table-toolbar-menu-button/gux-table-toolbar-menu-button.d.ts +0 -17
  1978. package/dist/types/components/beta/gux-tag/gux-tag.d.ts +0 -40
  1979. package/dist/types/components/beta/gux-tag/gux-tag.types.d.ts +0 -2
  1980. package/dist/types/components/beta/gux-time-picker/gux-time-picker.d.ts +0 -42
  1981. package/dist/types/components/stable/gux-advanced-dropdown/gux-advanced-dropdown.d.ts +0 -71
  1982. package/dist/types/components/stable/gux-disclosure-button/gux-disclosure-button.d.ts +0 -37
  1983. package/dist/types/components/stable/gux-popover/gux-popover.types.d.ts +0 -1
  1984. package/dist/types/components/stable/gux-popover-list/gux-popover-list.types.d.ts +0 -1
  1985. package/dist/types/components/stable/gux-radial-progress/gux-radial-progress.types.d.ts +0 -1
  1986. /package/dist/cjs/{after-next-render-a09f528a.js → after-next-render-a023ef47.js} +0 -0
  1987. /package/dist/cjs/{capitalize-first-letter-8e2f04e5.js → capitalize-first-letter-251c82ed.js} +0 -0
  1988. /package/dist/cjs/{clamp-1bb96117.js → clamp-a9926a57.js} +0 -0
  1989. /package/dist/cjs/{en-dc1f49b7.js → en-807a354e.js} +0 -0
  1990. /package/dist/cjs/{en-eb56dc17.js → en-85604f0f.js} +0 -0
  1991. /package/dist/cjs/{en-b3076cac.js → en-f88c1935.js} +0 -0
  1992. /package/dist/cjs/{event-is-from-ad1044f2.js → event-is-from-f3f1cfde.js} +0 -0
  1993. /package/dist/cjs/{get-closest-element-ab4b2eee.js → get-closest-element-26894e5a.js} +0 -0
  1994. /package/dist/cjs/{get-slot-097ade01.js → get-slot-395a67ef.js} +0 -0
  1995. /package/dist/cjs/{gux-list.service-763539a2.js → gux-list.service-4beaa394.js} +0 -0
  1996. /package/dist/cjs/{gux-menu.common-ada23b94.js → gux-menu.common-d41b2fac.js} +0 -0
  1997. /package/dist/cjs/{has-slot-2e73d6e7.js → has-slot-429f8b9e.js} +0 -0
  1998. /package/dist/cjs/{iso-dates-f78ffb80.js → iso-dates-d0cd4802.js} +0 -0
  1999. /package/dist/cjs/{log-error-d46c02b7.js → log-error-8a92241e.js} +0 -0
  2000. /package/dist/cjs/{on-input-disabled-state-change-d66fb86b.js → on-input-disabled-state-change-005e5b3e.js} +0 -0
  2001. /package/dist/cjs/{on-mutation-8f8a4460.js → on-mutation-ef917473.js} +0 -0
  2002. /package/dist/cjs/{prevent-browser-validation-styling-d21b1a56.js → prevent-browser-validation-styling-15142963.js} +0 -0
  2003. /package/dist/cjs/{random-html-id-b86b61c0.js → random-html-id-32ef8847.js} +0 -0
  2004. /package/dist/cjs/{simulate-native-event-fe3e62da.js → simulate-native-event-8209a457.js} +0 -0
  2005. /package/dist/cjs/{when-event-is-from-69b5ca13.js → when-event-is-from-20e89254.js} +0 -0
  2006. /package/dist/cjs/{year-month-values-f387f8d8.js → year-month-values-6028ce26.js} +0 -0
  2007. /package/dist/collection/components/beta/{gux-badge/gux-badge.types.js → gux-phone-input/gux-phone.types.js} +0 -0
  2008. /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
  2009. /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
  2010. /package/dist/collection/components/{stable/gux-disclosure-button → legacy/gux-disclosure-button-legacy}/gux-disclosure-button.types.js +0 -0
  2011. /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
  2012. /package/dist/collection/components/legacy/{gux-notification-toast → gux-notification-toast-legacy}/gux-notification-toast.types.js +0 -0
  2013. /package/dist/collection/components/{beta/gux-pagination-beta/gux-pagination-beta.types.js → legacy/gux-pagination-legacy/gux-pagination.types.js} +0 -0
  2014. /package/dist/collection/components/legacy/{gux-simple-toast → gux-simple-toast-legacy}/gux-simple-toast.types.js +0 -0
  2015. /package/dist/collection/components/{stable/gux-switch → legacy/gux-switch-legacy}/gux-switch.types.js +0 -0
  2016. /package/dist/collection/components/{beta/gux-table-toolbar/gux-table-toolbar-action-accents.types.js → stable/gux-badge/gux-badge.types.js} +0 -0
  2017. /package/dist/collection/components/{beta → stable}/gux-column-manager/gux-column-manager-item/gux-column-manager-item.service.js +0 -0
  2018. /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
  2019. /package/dist/collection/components/{beta → stable}/gux-flyout-menu/gux-menu/gux-menu.common.js +0 -0
  2020. /package/dist/collection/components/stable/{gux-alert → gux-inline-alert}/gux-inline-alert.types.js +0 -0
  2021. /package/dist/collection/components/{beta → stable}/gux-table/gux-sort-control/tests/gux-sort-control.markup.js +0 -0
  2022. /package/dist/collection/components/{beta/gux-time-picker/gux-time-picker.type.js → stable/gux-table/gux-table.types.js} +0 -0
  2023. /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
  2024. /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
  2025. /package/dist/collection/components/{beta → stable}/gux-table-toolbar/gux-table-toolbar.constants.js +0 -0
  2026. /package/dist/collection/components/{beta → stable}/gux-table-toolbar/gux-table-toolbar.service.js +0 -0
  2027. /package/dist/collection/components/{beta/gux-tag/gux-tag.types.js → stable/gux-table-toolbar/gux-table-toolbar.types.js} +0 -0
  2028. /package/dist/collection/components/stable/{gux-popover-list/gux-popover-list.types.js → gux-tag/gux-tag.types.js} +0 -0
  2029. /package/dist/collection/components/stable/{gux-popover/gux-popover.types.js → gux-time-picker/gux-time-picker.type.js} +0 -0
  2030. /package/dist/collection/components/stable/{gux-radial-progress/gux-radial-progress.types.js → gux-tooltip/gux-tooltip-types.js} +0 -0
  2031. /package/dist/esm/{after-next-render-ed0f7dcd.js → after-next-render-84ec18ad.js} +0 -0
  2032. /package/dist/esm/{capitalize-first-letter-d2512ec0.js → capitalize-first-letter-45fad3db.js} +0 -0
  2033. /package/dist/esm/{clamp-6bdb0367.js → clamp-51db64df.js} +0 -0
  2034. /package/dist/esm/{en-66f138f8.js → en-1f9d79e6.js} +0 -0
  2035. /package/dist/esm/{en-5d726a81.js → en-98371f99.js} +0 -0
  2036. /package/dist/esm/{en-46223eb1.js → en-bf740e9b.js} +0 -0
  2037. /package/dist/esm/{event-is-from-90b69768.js → event-is-from-e25c5a22.js} +0 -0
  2038. /package/dist/esm/{get-closest-element-1597503c.js → get-closest-element-66f63212.js} +0 -0
  2039. /package/dist/esm/{get-slot-52d073f3.js → get-slot-55aade31.js} +0 -0
  2040. /package/dist/esm/{gux-list.service-a878b7e3.js → gux-list.service-693f4ba7.js} +0 -0
  2041. /package/dist/esm/{gux-menu.common-4a871a5c.js → gux-menu.common-e59a1b12.js} +0 -0
  2042. /package/dist/esm/{has-slot-062ae63a.js → has-slot-d06c74d9.js} +0 -0
  2043. /package/dist/esm/{iso-dates-a7c704a4.js → iso-dates-5bcd3209.js} +0 -0
  2044. /package/dist/esm/{log-error-e0bbd04a.js → log-error-0b15023e.js} +0 -0
  2045. /package/dist/esm/{on-input-disabled-state-change-3ea76372.js → on-input-disabled-state-change-e6bc912f.js} +0 -0
  2046. /package/dist/esm/{on-mutation-d500715c.js → on-mutation-a2b7cdad.js} +0 -0
  2047. /package/dist/esm/{prevent-browser-validation-styling-d16c3f4c.js → prevent-browser-validation-styling-8c459589.js} +0 -0
  2048. /package/dist/esm/{random-html-id-8e3f658c.js → random-html-id-3354d85c.js} +0 -0
  2049. /package/dist/esm/{simulate-native-event-ac69961f.js → simulate-native-event-bca7a1c9.js} +0 -0
  2050. /package/dist/esm/{when-event-is-from-18667084.js → when-event-is-from-6154bd60.js} +0 -0
  2051. /package/dist/esm/{year-month-values-1b64c204.js → year-month-values-6ffe871f.js} +0 -0
  2052. /package/dist/genesys-webcomponents/{p-955a1e6a.js → p-08874a83.js} +0 -0
  2053. /package/dist/genesys-webcomponents/{p-8a133b9b.js → p-0962dd7a.js} +0 -0
  2054. /package/dist/genesys-webcomponents/{p-3f5341ea.js → p-16f3da0d.js} +0 -0
  2055. /package/dist/genesys-webcomponents/{p-c10e41a9.js → p-28f55159.js} +0 -0
  2056. /package/dist/genesys-webcomponents/{p-93904222.js → p-31cd1b9a.js} +0 -0
  2057. /package/dist/genesys-webcomponents/{p-08bc2e6b.js → p-324b23f3.js} +0 -0
  2058. /package/dist/genesys-webcomponents/{p-2c3d934a.js → p-363466e3.js} +0 -0
  2059. /package/dist/genesys-webcomponents/{p-d176c2ae.js → p-373c5d93.js} +0 -0
  2060. /package/dist/genesys-webcomponents/{p-cbcbd1bb.js → p-3ea0d493.js} +0 -0
  2061. /package/dist/genesys-webcomponents/{p-e310debb.js → p-408d5857.js} +0 -0
  2062. /package/dist/genesys-webcomponents/{p-4f26144b.js → p-533d7842.js} +0 -0
  2063. /package/dist/genesys-webcomponents/{p-3e6097e5.js → p-693c1709.js} +0 -0
  2064. /package/dist/genesys-webcomponents/{p-837e3eff.js → p-705311af.js} +0 -0
  2065. /package/dist/genesys-webcomponents/{p-9dd4b14a.js → p-7b08c759.js} +0 -0
  2066. /package/dist/genesys-webcomponents/{p-76ff3e75.js → p-8b703092.js} +0 -0
  2067. /package/dist/genesys-webcomponents/{p-251befef.js → p-9125cc36.js} +0 -0
  2068. /package/dist/genesys-webcomponents/{p-d0805f56.js → p-9d734bbd.js} +0 -0
  2069. /package/dist/genesys-webcomponents/{p-417354e9.js → p-aa9ff6ba.js} +0 -0
  2070. /package/dist/genesys-webcomponents/{p-89af02eb.js → p-c7328d42.js} +0 -0
  2071. /package/dist/genesys-webcomponents/{p-29e8b184.js → p-dbb0ac25.js} +0 -0
  2072. /package/dist/genesys-webcomponents/{p-091f51f6.js → p-ffaadf62.js} +0 -0
  2073. /package/dist/types/components/legacy/{gux-action-toast → gux-action-toast-legacy}/gux-action-toast.d.ts +0 -0
  2074. /package/dist/types/components/{stable/gux-advanced-dropdown → legacy/gux-advanced-dropdown-legacy}/dropdown-option/gux-dropdown-option.d.ts +0 -0
  2075. /package/dist/types/components/{stable/gux-disclosure-button → legacy/gux-disclosure-button-legacy}/gux-disclosure-button.types.d.ts +0 -0
  2076. /package/dist/types/components/legacy/{gux-notification-toast → gux-notification-toast-legacy}/gux-notification-toast.d.ts +0 -0
  2077. /package/dist/types/components/legacy/{gux-notification-toast → gux-notification-toast-legacy}/gux-notification-toast.types.d.ts +0 -0
  2078. /package/dist/types/components/legacy/{gux-simple-toast → gux-simple-toast-legacy}/gux-simple-toast.d.ts +0 -0
  2079. /package/dist/types/components/legacy/{gux-simple-toast → gux-simple-toast-legacy}/gux-simple-toast.types.d.ts +0 -0
  2080. /package/dist/types/components/{stable/gux-switch → legacy/gux-switch-legacy}/gux-switch-item/gux-switch-item.d.ts +0 -0
  2081. /package/dist/types/components/{stable/gux-switch → legacy/gux-switch-legacy}/gux-switch.d.ts +0 -0
  2082. /package/dist/types/components/{stable/gux-switch → legacy/gux-switch-legacy}/gux-switch.types.d.ts +0 -0
  2083. /package/dist/types/components/{beta → stable}/gux-column-manager/gux-column-manager-item/gux-column-manager-item.d.ts +0 -0
  2084. /package/dist/types/components/{beta → stable}/gux-column-manager/gux-column-manager-item/gux-column-manager-item.service.d.ts +0 -0
  2085. /package/dist/types/components/{beta → stable}/gux-column-manager/gux-column-manager.d.ts +0 -0
  2086. /package/dist/types/components/{beta → stable}/gux-column-manager/gux-column-manager.service.d.ts +0 -0
  2087. /package/dist/types/components/{beta → stable}/gux-column-manager/gux-column-manager.types.d.ts +0 -0
  2088. /package/dist/types/components/{beta → stable}/gux-dropdown-multi/gux-dropdown-multi-tag/gux-dropdown-multi-tag.d.ts +0 -0
  2089. /package/dist/types/components/{beta → stable}/gux-flyout-menu/gux-menu/gux-menu.common.d.ts +0 -0
  2090. /package/dist/types/components/{beta → stable}/gux-flyout-menu/gux-menu/gux-menu.d.ts +0 -0
  2091. /package/dist/types/components/stable/{gux-alert → gux-inline-alert}/gux-inline-alert.d.ts +0 -0
  2092. /package/dist/types/components/stable/{gux-alert → gux-inline-alert}/gux-inline-alert.types.d.ts +0 -0
  2093. /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
  2094. /package/dist/types/components/{beta → stable}/gux-skip-navigation-list/gux-skip-navigation-item/gux-skip-navigation-item.d.ts +0 -0
  2095. /package/dist/types/components/{beta → stable}/gux-skip-navigation-list/gux-skip-navigation-list.d.ts +0 -0
  2096. /package/dist/types/components/{beta → stable}/gux-table/gux-sort-control/gux-sort-control.d.ts +0 -0
  2097. /package/dist/types/components/{beta → stable}/gux-table/gux-sort-control/tests/gux-sort-control.markup.d.ts +0 -0
  2098. /package/dist/types/components/{beta → stable}/gux-table/gux-table-select-menu/gux-table-select-menu.d.ts +0 -0
  2099. /package/dist/types/components/{beta → stable}/gux-table/gux-table.types.d.ts +0 -0
  2100. /package/dist/types/components/{beta → stable}/gux-table-toolbar/gux-table-toolbar-action/gux-table-toolbar-action.d.ts +0 -0
  2101. /package/dist/types/components/{beta → stable}/gux-table-toolbar/gux-table-toolbar-action/gux-table-toolbar-action.types.d.ts +0 -0
  2102. /package/dist/types/components/{beta → stable}/gux-table-toolbar/gux-table-toolbar-action-accents.types.d.ts +0 -0
  2103. /package/dist/types/components/{beta → stable}/gux-table-toolbar/gux-table-toolbar.constants.d.ts +0 -0
  2104. /package/dist/types/components/{beta → stable}/gux-table-toolbar/gux-table-toolbar.d.ts +0 -0
  2105. /package/dist/types/components/{beta → stable}/gux-table-toolbar/gux-table-toolbar.service.d.ts +0 -0
  2106. /package/dist/types/components/{beta → stable}/gux-table-toolbar/gux-table-toolbar.types.d.ts +0 -0
  2107. /package/dist/types/components/{beta → stable}/gux-time-picker/gux-time-picker.service.d.ts +0 -0
  2108. /package/dist/types/components/{beta → stable}/gux-time-picker/gux-time-picker.type.d.ts +0 -0
@@ -0,0 +1,7 @@
1
+ import{r as t,c as i,d as n,w as o,h as e,g as r}from"./p-deca7631.js";import{O as s}from"./p-d6edbaeb.js";import{e as a}from"./p-dbb0ac25.js";import{a as u}from"./p-ffaadf62.js";import{b as l}from"./p-e10cb032.js";import{t as h}from"./p-363466e3.js";import"./p-0962dd7a.js";
2
+ /**!
3
+ * Sortable 1.15.0
4
+ * @author RubaXa <trash@rubaxa.org>
5
+ * @author owenm <owen23355@gmail.com>
6
+ * @license MIT
7
+ */function c(t,i){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);i&&(o=o.filter((function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable}))),n.push.apply(n,o)}return n}function f(t){for(var i=1;i<arguments.length;i++){var n=null!=arguments[i]?arguments[i]:{};i%2?c(Object(n),!0).forEach((function(i){v(t,i,n[i])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):c(Object(n)).forEach((function(i){Object.defineProperty(t,i,Object.getOwnPropertyDescriptor(n,i))}))}return t}function d(t){return d="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},d(t)}function v(t,i,n){return i in t?Object.defineProperty(t,i,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[i]=n,t}function b(){return b=Object.assign||function(t){for(var i=1;i<arguments.length;i++){var n=arguments[i];for(var o in n)Object.prototype.hasOwnProperty.call(n,o)&&(t[o]=n[o])}return t},b.apply(this,arguments)}function g(t){if("undefined"!=typeof window&&window.navigator)return!!navigator.userAgent.match(t)}var m=g(/(?:Trident.*rv[ :]?11\.|msie|iemobile|Windows Phone)/i),p=g(/Edge/i),w=g(/firefox/i),x=g(/safari/i)&&!g(/chrome/i)&&!g(/android/i),y=g(/iP(ad|od|hone)/i),E=g(/chrome/i)&&g(/android/i),S={capture:!1,passive:!1};function T(t,i,n){t.addEventListener(i,n,!m&&S)}function O(t,i,n){t.removeEventListener(i,n,!m&&S)}function M(t,i){if(i){if(">"===i[0]&&(i=i.substring(1)),t)try{if(t.matches)return t.matches(i);if(t.msMatchesSelector)return t.msMatchesSelector(i);if(t.webkitMatchesSelector)return t.webkitMatchesSelector(i)}catch(t){return!1}return!1}}function I(t){return t.host&&t!==document&&t.host.nodeType?t.host:t.parentNode}function k(t,i,n,o){if(t){n=n||document;do{if(null!=i&&(">"===i[0]?t.parentNode===n&&M(t,i):M(t,i))||o&&t===n)return t;if(t===n)break}while(t=I(t))}return null}var j,C=/\s+/g;function A(t,i,n){if(t&&i)if(t.classList)t.classList[n?"add":"remove"](i);else{var o=(" "+t.className+" ").replace(C," ").replace(" "+i+" "," ");t.className=(o+(n?" "+i:"")).replace(C," ")}}function D(t,i,n){var o=t&&t.style;if(o){if(void 0===n)return document.defaultView&&document.defaultView.getComputedStyle?n=document.defaultView.getComputedStyle(t,""):t.currentStyle&&(n=t.currentStyle),void 0===i?n:n[i];i in o||-1!==i.indexOf("webkit")||(i="-webkit-"+i),o[i]=n+("string"==typeof n?"":"px")}}function _(t,i){var n="";if("string"==typeof t)n=t;else do{var o=D(t,"transform");o&&"none"!==o&&(n=o+" "+n)}while(!i&&(t=t.parentNode));var e=window.DOMMatrix||window.WebKitCSSMatrix||window.CSSMatrix||window.MSCSSMatrix;return e&&new e(n)}function z(t,i,n){if(t){var o=t.getElementsByTagName(i),e=0,r=o.length;if(n)for(;e<r;e++)n(o[e],e);return o}return[]}function L(){return document.scrollingElement||document.documentElement}function N(t,i,n,o,e){if(t.getBoundingClientRect||t===window){var r,s,a,u,l,h,c;if(t!==window&&t.parentNode&&t!==L()?(s=(r=t.getBoundingClientRect()).top,a=r.left,u=r.bottom,l=r.right,h=r.height,c=r.width):(s=0,a=0,u=window.innerHeight,l=window.innerWidth,h=window.innerHeight,c=window.innerWidth),(i||n)&&t!==window&&(e=e||t.parentNode,!m))do{if(e&&e.getBoundingClientRect&&("none"!==D(e,"transform")||n&&"static"!==D(e,"position"))){var f=e.getBoundingClientRect();s-=f.top+parseInt(D(e,"border-top-width")),a-=f.left+parseInt(D(e,"border-left-width")),u=s+r.height,l=a+r.width;break}}while(e=e.parentNode);if(o&&t!==window){var d=_(e||t),v=d&&d.a,b=d&&d.d;d&&(u=(s/=b)+(h/=b),l=(a/=v)+(c/=v))}return{top:s,left:a,bottom:u,right:l,width:c,height:h}}}function R(t,i,n){for(var o=G(t,!0),e=N(t)[i];o;){var r=N(o)[n];if(!("top"===n||"left"===n?e>=r:e<=r))return o;if(o===L())break;o=G(o,!1)}return!1}function F(t,i,n,o){for(var e=0,r=0,s=t.children;r<s.length;){if("none"!==s[r].style.display&&s[r]!==Kt.ghost&&(o||s[r]!==Kt.dragged)&&k(s[r],n.draggable,t,!1)){if(e===i)return s[r];e++}r++}return null}function B(t,i){for(var n=t.lastElementChild;n&&(n===Kt.ghost||"none"===D(n,"display")||i&&!M(n,i));)n=n.previousElementSibling;return n||null}function H(t,i){var n=0;if(!t||!t.parentNode)return-1;for(;t=t.previousElementSibling;)"TEMPLATE"===t.nodeName.toUpperCase()||t===Kt.clone||i&&!M(t,i)||n++;return n}function P(t){var i=0,n=0,o=L();if(t)do{var e=_(t);i+=t.scrollLeft*e.a,n+=t.scrollTop*e.d}while(t!==o&&(t=t.parentNode));return[i,n]}function G(t,i){if(!t||!t.getBoundingClientRect)return L();var n=t,o=!1;do{if(n.clientWidth<n.scrollWidth||n.clientHeight<n.scrollHeight){var e=D(n);if(n.clientWidth<n.scrollWidth&&("auto"==e.overflowX||"scroll"==e.overflowX)||n.clientHeight<n.scrollHeight&&("auto"==e.overflowY||"scroll"==e.overflowY)){if(!n.getBoundingClientRect||n===document.body)return L();if(o||i)return n;o=!0}}}while(n=n.parentNode);return L()}function W(t,i){return Math.round(t.top)===Math.round(i.top)&&Math.round(t.left)===Math.round(i.left)&&Math.round(t.height)===Math.round(i.height)&&Math.round(t.width)===Math.round(i.width)}function K(t,i){return function(){if(!j){var n=arguments;1===n.length?t.call(this,n[0]):t.apply(this,n),j=setTimeout((function(){j=void 0}),i)}}}function U(t,i,n){t.scrollLeft+=i,t.scrollTop+=n}function X(t){var i=window.Polymer,n=window.jQuery||window.Zepto;return i&&i.dom?i.dom(t).cloneNode(!0):n?n(t).clone(!0)[0]:t.cloneNode(!0)}var Y="Sortable"+(new Date).getTime();var $=[],V={initializeByDefault:!0},Z={mount:function(t){for(var i in V)V.hasOwnProperty(i)&&!(i in t)&&(t[i]=V[i]);$.forEach((function(i){if(i.pluginName===t.pluginName)throw"Sortable: Cannot mount plugin ".concat(t.pluginName," more than once")})),$.push(t)},pluginEvent:function(t,i,n){var o=this;this.eventCanceled=!1,n.cancel=function(){o.eventCanceled=!0};var e=t+"Global";$.forEach((function(o){i[o.pluginName]&&(i[o.pluginName][e]&&i[o.pluginName][e](f({sortable:i},n)),i.options[o.pluginName]&&i[o.pluginName][t]&&i[o.pluginName][t](f({sortable:i},n)))}))},initializePlugins:function(t,i,n){for(var o in $.forEach((function(o){var e=o.pluginName;if(t.options[e]||o.initializeByDefault){var r=new o(t,i,t.options);r.sortable=t,r.options=t.options,t[e]=r,b(n,r.defaults)}})),t.options)if(t.options.hasOwnProperty(o)){var e=this.modifyOption(t,o,t.options[o]);void 0!==e&&(t.options[o]=e)}},getEventProperties:function(t,i){var n={};return $.forEach((function(o){"function"==typeof o.eventProperties&&b(n,o.eventProperties.call(i[o.pluginName],t))})),n},modifyOption:function(t,i,n){var o;return $.forEach((function(e){t[e.pluginName]&&e.optionListeners&&"function"==typeof e.optionListeners[i]&&(o=e.optionListeners[i].call(t[e.pluginName],n))})),o}},q=["evt"],J=function(t,i){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},o=n.evt,e=function(t,i){if(null==t)return{};var n,o,e=function(t,i){if(null==t)return{};var n,o,e={},r=Object.keys(t);for(o=0;o<r.length;o++)i.indexOf(n=r[o])>=0||(e[n]=t[n]);return e}(t,i);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);for(o=0;o<r.length;o++)i.indexOf(n=r[o])>=0||Object.prototype.propertyIsEnumerable.call(t,n)&&(e[n]=t[n])}return e}(n,q);Z.pluginEvent.bind(Kt)(t,i,f({dragEl:tt,parentEl:it,ghostEl:nt,rootEl:ot,nextEl:et,lastDownEl:rt,cloneEl:st,cloneHidden:at,dragStarted:xt,putSortable:dt,activeSortable:Kt.active,originalEvent:o,oldIndex:ut,oldDraggableIndex:ht,newIndex:lt,newDraggableIndex:ct,hideGhostForTarget:Ht,unhideGhostForTarget:Pt,cloneNowHidden:function(){at=!0},cloneNowShown:function(){at=!1},dispatchSortableEvent:function(t){Q({sortable:i,name:t,originalEvent:o})}},e))};function Q(t){!function(t){var i=t.sortable,n=t.rootEl,o=t.name,e=t.targetEl,r=t.cloneEl,s=t.toEl,a=t.fromEl,u=t.oldIndex,l=t.newIndex,h=t.oldDraggableIndex,c=t.newDraggableIndex,d=t.originalEvent,v=t.putSortable,b=t.extraEventProperties;if(i=i||n&&n[Y]){var g,w=i.options,x="on"+o.charAt(0).toUpperCase()+o.substr(1);!window.CustomEvent||m||p?(g=document.createEvent("Event")).initEvent(o,!0,!0):g=new CustomEvent(o,{bubbles:!0,cancelable:!0}),g.to=s||n,g.from=a||n,g.item=e||n,g.clone=r,g.oldIndex=u,g.newIndex=l,g.oldDraggableIndex=h,g.newDraggableIndex=c,g.originalEvent=d,g.pullMode=v?v.lastPutMode:void 0;var y=f(f({},b),Z.getEventProperties(o,i));for(var E in y)g[E]=y[E];n&&n.dispatchEvent(g),w[x]&&w[x].call(i,g)}}(f({putSortable:dt,cloneEl:st,targetEl:tt,rootEl:ot,oldIndex:ut,oldDraggableIndex:ht,newIndex:lt,newDraggableIndex:ct},t))}var tt,it,nt,ot,et,rt,st,at,ut,lt,ht,ct,ft,dt,vt,bt,gt,mt,pt,wt,xt,yt,Et,St,Tt,Ot=!1,Mt=!1,It=[],kt=!1,jt=!1,Ct=[],At=!1,Dt=[],_t="undefined"!=typeof document,zt=y,Lt=p||m?"cssFloat":"float",Nt=_t&&!E&&!y&&"draggable"in document.createElement("div"),Rt=function(){if(_t){if(m)return!1;var t=document.createElement("x");return t.style.cssText="pointer-events:auto","auto"===t.style.pointerEvents}}(),Ft=function(t,i){var n=D(t),o=parseInt(n.width)-parseInt(n.paddingLeft)-parseInt(n.paddingRight)-parseInt(n.borderLeftWidth)-parseInt(n.borderRightWidth),e=F(t,0,i),r=F(t,1,i),s=e&&D(e),a=r&&D(r),u=s&&parseInt(s.marginLeft)+parseInt(s.marginRight)+N(e).width,l=a&&parseInt(a.marginLeft)+parseInt(a.marginRight)+N(r).width;return"flex"===n.display?"column"===n.flexDirection||"column-reverse"===n.flexDirection?"vertical":"horizontal":"grid"===n.display?n.gridTemplateColumns.split(" ").length<=1?"vertical":"horizontal":e&&s.float&&"none"!==s.float?!r||"both"!==a.clear&&a.clear!==("left"===s.float?"left":"right")?"horizontal":"vertical":e&&("block"===s.display||"flex"===s.display||"table"===s.display||"grid"===s.display||u>=o&&"none"===n[Lt]||r&&"none"===n[Lt]&&u+l>o)?"vertical":"horizontal"},Bt=function(t){function i(t,n){return function(o,e,r,s){if(null==t&&(n||o.options.group.name&&e.options.group.name&&o.options.group.name===e.options.group.name))return!0;if(null==t||!1===t)return!1;if(n&&"clone"===t)return t;if("function"==typeof t)return i(t(o,e,r,s),n)(o,e,r,s);var a=(n?o:e).options.group.name;return!0===t||"string"==typeof t&&t===a||t.join&&t.indexOf(a)>-1}}var n={},o=t.group;o&&"object"==d(o)||(o={name:o}),n.name=o.name,n.checkPull=i(o.pull,!0),n.checkPut=i(o.put),n.revertClone=o.revertClone,t.group=n},Ht=function(){!Rt&&nt&&D(nt,"display","none")},Pt=function(){!Rt&&nt&&D(nt,"display","")};_t&&!E&&document.addEventListener("click",(function(t){if(Mt)return t.preventDefault(),t.stopPropagation&&t.stopPropagation(),t.stopImmediatePropagation&&t.stopImmediatePropagation(),Mt=!1,!1}),!0);var Gt=function(t){if(tt){var i=(e=(t=t.touches?t.touches[0]:t).clientX,r=t.clientY,It.some((function(t){var i=t[Y].options.emptyInsertThreshold;if(i&&!B(t)){var n=N(t);return e>=n.left-i&&e<=n.right+i&&r>=n.top-i&&r<=n.bottom+i?s=t:void 0}})),s);if(i){var n={};for(var o in t)t.hasOwnProperty(o)&&(n[o]=t[o]);n.target=n.rootEl=i,n.preventDefault=void 0,n.stopPropagation=void 0,i[Y]._onDragOver(n)}}var e,r,s},Wt=function(t){tt&&tt.parentNode[Y]._isOutsideThisEl(t.target)};function Kt(t,i){if(!t||!t.nodeType||1!==t.nodeType)throw"Sortable: `el` must be an HTMLElement, not ".concat({}.toString.call(t));this.el=t,this.options=i=b({},i),t[Y]=this;var n,o,e={group:null,sort:!0,disabled:!1,store:null,handle:null,draggable:/^[uo]l$/i.test(t.nodeName)?">li":">*",swapThreshold:1,invertSwap:!1,invertedSwapThreshold:null,removeCloneOnHide:!0,direction:function(){return Ft(t,this.options)},ghostClass:"sortable-ghost",chosenClass:"sortable-chosen",dragClass:"sortable-drag",ignore:"a, img",filter:null,preventOnFilter:!0,animation:0,easing:null,setData:function(t,i){t.setData("Text",i.textContent)},dropBubble:!1,dragoverBubble:!1,dataIdAttr:"data-id",delay:0,delayOnTouchOnly:!1,touchStartThreshold:(Number.parseInt?Number:window).parseInt(window.devicePixelRatio,10)||1,forceFallback:!1,fallbackClass:"sortable-fallback",fallbackOnBody:!1,fallbackTolerance:0,fallbackOffset:{x:0,y:0},supportPointer:!1!==Kt.supportPointer&&"PointerEvent"in window&&!x,emptyInsertThreshold:5};for(var r in Z.initializePlugins(this,t,e),e)!(r in i)&&(i[r]=e[r]);for(var s in Bt(i),this)"_"===s.charAt(0)&&"function"==typeof this[s]&&(this[s]=this[s].bind(this));this.nativeDraggable=!i.forceFallback&&Nt,this.nativeDraggable&&(this.options.touchStartThreshold=1),i.supportPointer?T(t,"pointerdown",this._onTapStart):(T(t,"mousedown",this._onTapStart),T(t,"touchstart",this._onTapStart)),this.nativeDraggable&&(T(t,"dragover",this),T(t,"dragenter",this)),It.push(this.el),i.store&&i.store.get&&this.sort(i.store.get(this)||[]),b(this,(o=[],{captureAnimationState:function(){o=[],this.options.animation&&[].slice.call(this.el.children).forEach((function(t){if("none"!==D(t,"display")&&t!==Kt.ghost){o.push({target:t,rect:N(t)});var i=f({},o[o.length-1].rect);if(t.thisAnimationDuration){var n=_(t,!0);n&&(i.top-=n.f,i.left-=n.e)}t.fromRect=i}}))},addAnimationState:function(t){o.push(t)},removeAnimationState:function(t){o.splice(function(t,i){for(var n in t)if(t.hasOwnProperty(n))for(var o in i)if(i.hasOwnProperty(o)&&i[o]===t[n][o])return Number(n);return-1}(o,{target:t}),1)},animateAll:function(t){var i=this;if(!this.options.animation)return clearTimeout(n),void("function"==typeof t&&t());var e=!1,r=0;o.forEach((function(t){var n=0,o=t.target,s=o.fromRect,a=N(o),u=o.prevFromRect,l=o.prevToRect,h=t.rect,c=_(o,!0);c&&(a.top-=c.f,a.left-=c.e),o.toRect=a,o.thisAnimationDuration&&W(u,a)&&!W(s,a)&&(h.top-a.top)/(h.left-a.left)==(s.top-a.top)/(s.left-a.left)&&(n=function(t,i,n,o){return Math.sqrt(Math.pow(i.top-t.top,2)+Math.pow(i.left-t.left,2))/Math.sqrt(Math.pow(i.top-n.top,2)+Math.pow(i.left-n.left,2))*o.animation}(h,u,l,i.options)),W(a,s)||(o.prevFromRect=s,o.prevToRect=a,n||(n=i.options.animation),i.animate(o,h,a,n)),n&&(e=!0,r=Math.max(r,n),clearTimeout(o.animationResetTimer),o.animationResetTimer=setTimeout((function(){o.animationTime=0,o.prevFromRect=null,o.fromRect=null,o.prevToRect=null,o.thisAnimationDuration=null}),n),o.thisAnimationDuration=n)})),clearTimeout(n),e?n=setTimeout((function(){"function"==typeof t&&t()}),r):"function"==typeof t&&t(),o=[]},animate:function(t,i,n,o){if(o){D(t,"transition",""),D(t,"transform","");var e=_(this.el),r=(i.left-n.left)/(e&&e.a||1),s=(i.top-n.top)/(e&&e.d||1);t.animatingX=!!r,t.animatingY=!!s,D(t,"transform","translate3d("+r+"px,"+s+"px,0)"),this.forRepaintDummy=function(t){return t.offsetWidth}(t),D(t,"transition","transform "+o+"ms"+(this.options.easing?" "+this.options.easing:"")),D(t,"transform","translate3d(0,0,0)"),"number"==typeof t.animated&&clearTimeout(t.animated),t.animated=setTimeout((function(){D(t,"transition",""),D(t,"transform",""),t.animated=!1,t.animatingX=!1,t.animatingY=!1}),o)}}}))}function Ut(t,i,n,o,e,r,s,a){var u,l,h=t[Y],c=h.options.onMove;return!window.CustomEvent||m||p?(u=document.createEvent("Event")).initEvent("move",!0,!0):u=new CustomEvent("move",{bubbles:!0,cancelable:!0}),u.to=i,u.from=t,u.dragged=n,u.draggedRect=o,u.related=e||i,u.relatedRect=r||N(i),u.willInsertAfter=a,u.originalEvent=s,t.dispatchEvent(u),c&&(l=c.call(h,u,s)),l}function Xt(t){t.draggable=!1}function Yt(){At=!1}function $t(t){for(var i=t.tagName+t.className+t.src+t.href+t.textContent,n=i.length,o=0;n--;)o+=i.charCodeAt(n);return o.toString(36)}function Vt(t){return setTimeout(t,0)}function Zt(t){return clearTimeout(t)}Kt.prototype={constructor:Kt,_isOutsideThisEl:function(t){this.el.contains(t)||t===this.el||(yt=null)},_getDirection:function(t,i){return"function"==typeof this.options.direction?this.options.direction.call(this,t,i,tt):this.options.direction},_onTapStart:function(t){if(t.cancelable){var i=this,n=this.el,o=this.options,e=o.preventOnFilter,r=t.type,s=t.touches&&t.touches[0]||t.pointerType&&"touch"===t.pointerType&&t,a=(s||t).target,u=t.target.shadowRoot&&(t.path&&t.path[0]||t.composedPath&&t.composedPath()[0])||a,l=o.filter;if(function(t){Dt.length=0;for(var i=t.getElementsByTagName("input"),n=i.length;n--;){var o=i[n];o.checked&&Dt.push(o)}}(n),!tt&&!(/mousedown|pointerdown/.test(r)&&0!==t.button||o.disabled)&&!u.isContentEditable&&(this.nativeDraggable||!x||!a||"SELECT"!==a.tagName.toUpperCase())&&!((a=k(a,o.draggable,n,!1))&&a.animated||rt===a)){if(ut=H(a),ht=H(a,o.draggable),"function"==typeof l){if(l.call(this,t,a,this))return Q({sortable:i,rootEl:u,name:"filter",targetEl:a,toEl:n,fromEl:n}),J("filter",i,{evt:t}),void(e&&t.cancelable&&t.preventDefault())}else if(l&&(l=l.split(",").some((function(o){if(o=k(u,o.trim(),n,!1))return Q({sortable:i,rootEl:o,name:"filter",targetEl:a,fromEl:n,toEl:n}),J("filter",i,{evt:t}),!0}))))return void(e&&t.cancelable&&t.preventDefault());o.handle&&!k(u,o.handle,n,!1)||this._prepareDragStart(t,s,a)}}},_prepareDragStart:function(t,i,n){var o,e=this,r=e.el,s=e.options,a=r.ownerDocument;if(n&&!tt&&n.parentNode===r){var u=N(n);if(ot=r,it=(tt=n).parentNode,et=tt.nextSibling,rt=n,ft=s.group,Kt.dragged=tt,pt=(vt={target:tt,clientX:(i||t).clientX,clientY:(i||t).clientY}).clientX-u.left,wt=vt.clientY-u.top,this._lastX=(i||t).clientX,this._lastY=(i||t).clientY,tt.style["will-change"]="all",o=function(){J("delayEnded",e,{evt:t}),Kt.eventCanceled?e._onDrop():(e._disableDelayedDragEvents(),!w&&e.nativeDraggable&&(tt.draggable=!0),e._triggerDragStart(t,i),Q({sortable:e,name:"choose",originalEvent:t}),A(tt,s.chosenClass,!0))},s.ignore.split(",").forEach((function(t){z(tt,t.trim(),Xt)})),T(a,"dragover",Gt),T(a,"mousemove",Gt),T(a,"touchmove",Gt),T(a,"mouseup",e._onDrop),T(a,"touchend",e._onDrop),T(a,"touchcancel",e._onDrop),w&&this.nativeDraggable&&(this.options.touchStartThreshold=4,tt.draggable=!0),J("delayStart",this,{evt:t}),!s.delay||s.delayOnTouchOnly&&!i||this.nativeDraggable&&(p||m))o();else{if(Kt.eventCanceled)return void this._onDrop();T(a,"mouseup",e._disableDelayedDrag),T(a,"touchend",e._disableDelayedDrag),T(a,"touchcancel",e._disableDelayedDrag),T(a,"mousemove",e._delayedDragTouchMoveHandler),T(a,"touchmove",e._delayedDragTouchMoveHandler),s.supportPointer&&T(a,"pointermove",e._delayedDragTouchMoveHandler),e._dragStartTimer=setTimeout(o,s.delay)}}},_delayedDragTouchMoveHandler:function(t){var i=t.touches?t.touches[0]:t;Math.max(Math.abs(i.clientX-this._lastX),Math.abs(i.clientY-this._lastY))>=Math.floor(this.options.touchStartThreshold/(this.nativeDraggable&&window.devicePixelRatio||1))&&this._disableDelayedDrag()},_disableDelayedDrag:function(){tt&&Xt(tt),clearTimeout(this._dragStartTimer),this._disableDelayedDragEvents()},_disableDelayedDragEvents:function(){var t=this.el.ownerDocument;O(t,"mouseup",this._disableDelayedDrag),O(t,"touchend",this._disableDelayedDrag),O(t,"touchcancel",this._disableDelayedDrag),O(t,"mousemove",this._delayedDragTouchMoveHandler),O(t,"touchmove",this._delayedDragTouchMoveHandler),O(t,"pointermove",this._delayedDragTouchMoveHandler)},_triggerDragStart:function(t,i){i=i||"touch"==t.pointerType&&t,!this.nativeDraggable||i?T(document,this.options.supportPointer?"pointermove":i?"touchmove":"mousemove",this._onTouchMove):(T(tt,"dragend",this),T(ot,"dragstart",this._onDragStart));try{document.selection?Vt((function(){document.selection.empty()})):window.getSelection().removeAllRanges()}catch(t){}},_dragStarted:function(t,i){if(Ot=!1,ot&&tt){J("dragStarted",this,{evt:i}),this.nativeDraggable&&T(document,"dragover",Wt);var n=this.options;!t&&A(tt,n.dragClass,!1),A(tt,n.ghostClass,!0),Kt.active=this,t&&this._appendGhost(),Q({sortable:this,name:"start",originalEvent:i})}else this._nulling()},_emulateDragOver:function(){if(bt){this._lastX=bt.clientX,this._lastY=bt.clientY,Ht();for(var t=document.elementFromPoint(bt.clientX,bt.clientY),i=t;t&&t.shadowRoot&&(t=t.shadowRoot.elementFromPoint(bt.clientX,bt.clientY))!==i;)i=t;if(tt.parentNode[Y]._isOutsideThisEl(t),i)do{if(i[Y]&&i[Y]._onDragOver({clientX:bt.clientX,clientY:bt.clientY,target:t,rootEl:i})&&!this.options.dragoverBubble)break;t=i}while(i=i.parentNode);Pt()}},_onTouchMove:function(t){if(vt){var i=this.options,n=i.fallbackTolerance,o=i.fallbackOffset,e=t.touches?t.touches[0]:t,r=nt&&_(nt,!0),s=nt&&r&&r.a,a=nt&&r&&r.d,u=zt&&Tt&&P(Tt),l=(e.clientX-vt.clientX+o.x)/(s||1)+(u?u[0]-Ct[0]:0)/(s||1),h=(e.clientY-vt.clientY+o.y)/(a||1)+(u?u[1]-Ct[1]:0)/(a||1);if(!Kt.active&&!Ot){if(n&&Math.max(Math.abs(e.clientX-this._lastX),Math.abs(e.clientY-this._lastY))<n)return;this._onDragStart(t,!0)}if(nt){r?(r.e+=l-(gt||0),r.f+=h-(mt||0)):r={a:1,b:0,c:0,d:1,e:l,f:h};var c="matrix(".concat(r.a,",").concat(r.b,",").concat(r.c,",").concat(r.d,",").concat(r.e,",").concat(r.f,")");D(nt,"webkitTransform",c),D(nt,"mozTransform",c),D(nt,"msTransform",c),D(nt,"transform",c),gt=l,mt=h,bt=e}t.cancelable&&t.preventDefault()}},_appendGhost:function(){if(!nt){var t=this.options.fallbackOnBody?document.body:ot,i=N(tt,!0,zt,!0,t),n=this.options;if(zt){for(Tt=t;"static"===D(Tt,"position")&&"none"===D(Tt,"transform")&&Tt!==document;)Tt=Tt.parentNode;Tt!==document.body&&Tt!==document.documentElement?(Tt===document&&(Tt=L()),i.top+=Tt.scrollTop,i.left+=Tt.scrollLeft):Tt=L(),Ct=P(Tt)}A(nt=tt.cloneNode(!0),n.ghostClass,!1),A(nt,n.fallbackClass,!0),A(nt,n.dragClass,!0),D(nt,"transition",""),D(nt,"transform",""),D(nt,"box-sizing","border-box"),D(nt,"margin",0),D(nt,"top",i.top),D(nt,"left",i.left),D(nt,"width",i.width),D(nt,"height",i.height),D(nt,"opacity","0.8"),D(nt,"position",zt?"absolute":"fixed"),D(nt,"zIndex","100000"),D(nt,"pointerEvents","none"),Kt.ghost=nt,t.appendChild(nt),D(nt,"transform-origin",pt/parseInt(nt.style.width)*100+"% "+wt/parseInt(nt.style.height)*100+"%")}},_onDragStart:function(t,i){var n=this,o=t.dataTransfer,e=n.options;J("dragStart",this,{evt:t}),Kt.eventCanceled?this._onDrop():(J("setupClone",this),Kt.eventCanceled||((st=X(tt)).removeAttribute("id"),st.draggable=!1,st.style["will-change"]="",this._hideClone(),A(st,this.options.chosenClass,!1),Kt.clone=st),n.cloneId=Vt((function(){J("clone",n),Kt.eventCanceled||(n.options.removeCloneOnHide||ot.insertBefore(st,tt),n._hideClone(),Q({sortable:n,name:"clone"}))})),!i&&A(tt,e.dragClass,!0),i?(Mt=!0,n._loopId=setInterval(n._emulateDragOver,50)):(O(document,"mouseup",n._onDrop),O(document,"touchend",n._onDrop),O(document,"touchcancel",n._onDrop),o&&(o.effectAllowed="move",e.setData&&e.setData.call(n,o,tt)),T(document,"drop",n),D(tt,"transform","translateZ(0)")),Ot=!0,n._dragStartId=Vt(n._dragStarted.bind(n,i,t)),T(document,"selectstart",n),xt=!0,x&&D(document.body,"user-select","none"))},_onDragOver:function(t){var i,n,o,e,r=this.el,s=t.target,a=this.options,u=a.group,l=Kt.active,h=ft===u,c=a.sort,d=dt||l,v=this,b=!1;if(!At){if(void 0!==t.preventDefault&&t.cancelable&&t.preventDefault(),s=k(s,a.draggable,r,!0),_("dragOver"),Kt.eventCanceled)return b;if(tt.contains(t.target)||s.animated&&s.animatingX&&s.animatingY||v._ignoreWhileAnimating===s)return L(!1);if(Mt=!1,l&&!a.disabled&&(h?c||(o=it!==ot):dt===this||(this.lastPutMode=ft.checkPull(this,l,tt,t))&&u.checkPut(this,l,tt,t))){if(e="vertical"===this._getDirection(t,s),i=N(tt),_("dragOverValid"),Kt.eventCanceled)return b;if(o)return it=ot,z(),this._hideClone(),_("revert"),Kt.eventCanceled||(et?ot.insertBefore(tt,et):ot.appendChild(tt)),L(!0);var g=B(r,a.draggable);if(!g||function(t,i,n){var o=N(B(n.el,n.options.draggable));return i?t.clientX>o.right+10||t.clientX<=o.right&&t.clientY>o.bottom&&t.clientX>=o.left:t.clientX>o.right&&t.clientY>o.top||t.clientX<=o.right&&t.clientY>o.bottom+10}(t,e,this)&&!g.animated){if(g===tt)return L(!1);if(g&&r===t.target&&(s=g),s&&(n=N(s)),!1!==Ut(ot,r,tt,i,s,n,t,!!s))return z(),g&&g.nextSibling?r.insertBefore(tt,g.nextSibling):r.appendChild(tt),it=r,P(),L(!0)}else if(g&&function(t,i,n){var o=N(F(n.el,0,n.options,!0));return i?t.clientX<o.left-10||t.clientY<o.top&&t.clientX<o.right:t.clientY<o.top-10||t.clientY<o.bottom&&t.clientX<o.left}(t,e,this)){var m=F(r,0,a,!0);if(m===tt)return L(!1);if(n=N(s=m),!1!==Ut(ot,r,tt,i,s,n,t,!1))return z(),r.insertBefore(tt,m),it=r,P(),L(!0)}else if(s.parentNode===r){n=N(s);var p,w,x,y=tt.parentNode!==r,E=!function(t,i,n){var o=n?t.left:t.top,e=n?i.left:i.top;return o===e||(n?t.right:t.bottom)===(n?i.right:i.bottom)||o+(n?t.width:t.height)/2===e+(n?i.width:i.height)/2}(tt.animated&&tt.toRect||i,s.animated&&s.toRect||n,e),S=e?"top":"left",T=R(s,"top","top")||R(tt,"top","top"),O=T?T.scrollTop:void 0;if(yt!==s&&(w=n[S],kt=!1,jt=!E&&a.invertSwap||y),p=function(t,i,n,o,e,r,s,a){var u=o?t.clientY:t.clientX,l=o?n.height:n.width,h=o?n.top:n.left,c=o?n.bottom:n.right,f=!1;if(!s)if(a&&St<l*e){if(!kt&&(1===Et?u>h+l*r/2:u<c-l*r/2)&&(kt=!0),kt)f=!0;else if(1===Et?u<h+St:u>c-St)return-Et}else if(u>h+l*(1-e)/2&&u<c-l*(1-e)/2)return function(t){return H(tt)<H(t)?1:-1}(i);return(f=f||s)&&(u<h+l*r/2||u>c-l*r/2)?u>h+l/2?1:-1:0}(t,s,n,e,E?1:a.swapThreshold,null==a.invertedSwapThreshold?a.swapThreshold:a.invertedSwapThreshold,jt,yt===s),0!==p){var M=H(tt);do{x=it.children[M-=p]}while(x&&("none"===D(x,"display")||x===nt))}if(0===p||x===s)return L(!1);yt=s,Et=p;var I=s.nextElementSibling,j=!1,C=Ut(ot,r,tt,i,s,n,t,j=1===p);if(!1!==C)return 1!==C&&-1!==C||(j=1===C),At=!0,setTimeout(Yt,30),z(),j&&!I?r.appendChild(tt):s.parentNode.insertBefore(tt,j?I:s),T&&U(T,0,O-T.scrollTop),it=tt.parentNode,void 0===w||jt||(St=Math.abs(w-N(s)[S])),P(),L(!0)}if(r.contains(tt))return L(!1)}return!1}function _(a,u){J(a,v,f({evt:t,isOwner:h,axis:e?"vertical":"horizontal",revert:o,dragRect:i,targetRect:n,canSort:c,fromSortable:d,target:s,completed:L,onMove:function(n,o){return Ut(ot,r,tt,i,n,N(n),t,o)},changed:P},u))}function z(){_("dragOverAnimationCapture"),v.captureAnimationState(),v!==d&&d.captureAnimationState()}function L(i){return _("dragOverCompleted",{insertion:i}),i&&(h?l._hideClone():l._showClone(v),v!==d&&(A(tt,dt?dt.options.ghostClass:l.options.ghostClass,!1),A(tt,a.ghostClass,!0)),dt!==v&&v!==Kt.active?dt=v:v===Kt.active&&dt&&(dt=null),d===v&&(v._ignoreWhileAnimating=s),v.animateAll((function(){_("dragOverAnimationComplete"),v._ignoreWhileAnimating=null})),v!==d&&(d.animateAll(),d._ignoreWhileAnimating=null)),(s===tt&&!tt.animated||s===r&&!s.animated)&&(yt=null),a.dragoverBubble||t.rootEl||s===document||(tt.parentNode[Y]._isOutsideThisEl(t.target),!i&&Gt(t)),!a.dragoverBubble&&t.stopPropagation&&t.stopPropagation(),b=!0}function P(){lt=H(tt),ct=H(tt,a.draggable),Q({sortable:v,name:"change",toEl:r,newIndex:lt,newDraggableIndex:ct,originalEvent:t})}},_ignoreWhileAnimating:null,_offMoveEvents:function(){O(document,"mousemove",this._onTouchMove),O(document,"touchmove",this._onTouchMove),O(document,"pointermove",this._onTouchMove),O(document,"dragover",Gt),O(document,"mousemove",Gt),O(document,"touchmove",Gt)},_offUpEvents:function(){var t=this.el.ownerDocument;O(t,"mouseup",this._onDrop),O(t,"touchend",this._onDrop),O(t,"pointerup",this._onDrop),O(t,"touchcancel",this._onDrop),O(document,"selectstart",this)},_onDrop:function(t){var i=this.el,n=this.options;lt=H(tt),ct=H(tt,n.draggable),J("drop",this,{evt:t}),it=tt&&tt.parentNode,lt=H(tt),ct=H(tt,n.draggable),Kt.eventCanceled||(Ot=!1,jt=!1,kt=!1,clearInterval(this._loopId),clearTimeout(this._dragStartTimer),Zt(this.cloneId),Zt(this._dragStartId),this.nativeDraggable&&(O(document,"drop",this),O(i,"dragstart",this._onDragStart)),this._offMoveEvents(),this._offUpEvents(),x&&D(document.body,"user-select",""),D(tt,"transform",""),t&&(xt&&(t.cancelable&&t.preventDefault(),!n.dropBubble&&t.stopPropagation()),nt&&nt.parentNode&&nt.parentNode.removeChild(nt),(ot===it||dt&&"clone"!==dt.lastPutMode)&&st&&st.parentNode&&st.parentNode.removeChild(st),tt&&(this.nativeDraggable&&O(tt,"dragend",this),Xt(tt),tt.style["will-change"]="",xt&&!Ot&&A(tt,dt?dt.options.ghostClass:this.options.ghostClass,!1),A(tt,this.options.chosenClass,!1),Q({sortable:this,name:"unchoose",toEl:it,newIndex:null,newDraggableIndex:null,originalEvent:t}),ot!==it?(lt>=0&&(Q({rootEl:it,name:"add",toEl:it,fromEl:ot,originalEvent:t}),Q({sortable:this,name:"remove",toEl:it,originalEvent:t}),Q({rootEl:it,name:"sort",toEl:it,fromEl:ot,originalEvent:t}),Q({sortable:this,name:"sort",toEl:it,originalEvent:t})),dt&&dt.save()):lt!==ut&&lt>=0&&(Q({sortable:this,name:"update",toEl:it,originalEvent:t}),Q({sortable:this,name:"sort",toEl:it,originalEvent:t})),Kt.active&&(null!=lt&&-1!==lt||(lt=ut,ct=ht),Q({sortable:this,name:"end",toEl:it,originalEvent:t}),this.save())))),this._nulling()},_nulling:function(){J("nulling",this),ot=tt=it=nt=et=st=rt=at=vt=bt=xt=lt=ct=ut=ht=yt=Et=dt=ft=Kt.dragged=Kt.ghost=Kt.clone=Kt.active=null,Dt.forEach((function(t){t.checked=!0})),Dt.length=gt=mt=0},handleEvent:function(t){switch(t.type){case"drop":case"dragend":this._onDrop(t);break;case"dragenter":case"dragover":tt&&(this._onDragOver(t),function(t){t.dataTransfer&&(t.dataTransfer.dropEffect="move"),t.cancelable&&t.preventDefault()}(t));break;case"selectstart":t.preventDefault()}},toArray:function(){for(var t,i=[],n=this.el.children,o=0,e=n.length,r=this.options;o<e;o++)k(t=n[o],r.draggable,this.el,!1)&&i.push(t.getAttribute(r.dataIdAttr)||$t(t));return i},sort:function(t,i){var n={},o=this.el;this.toArray().forEach((function(t,i){var e=o.children[i];k(e,this.options.draggable,o,!1)&&(n[t]=e)}),this),i&&this.captureAnimationState(),t.forEach((function(t){n[t]&&(o.removeChild(n[t]),o.appendChild(n[t]))})),i&&this.animateAll()},save:function(){var t=this.options.store;t&&t.set&&t.set(this)},closest:function(t,i){return k(t,i||this.options.draggable,this.el,!1)},option:function(t,i){var n=this.options;if(void 0===i)return n[t];var o=Z.modifyOption(this,t,i);n[t]=void 0!==o?o:i,"group"===t&&Bt(n)},destroy:function(){J("destroy",this);var t=this.el;t[Y]=null,O(t,"mousedown",this._onTapStart),O(t,"touchstart",this._onTapStart),O(t,"pointerdown",this._onTapStart),this.nativeDraggable&&(O(t,"dragover",this),O(t,"dragenter",this)),Array.prototype.forEach.call(t.querySelectorAll("[draggable]"),(function(t){t.removeAttribute("draggable")})),this._onDrop(),this._disableDelayedDragEvents(),It.splice(It.indexOf(this.el),1),this.el=t=null},_hideClone:function(){if(!at){if(J("hideClone",this),Kt.eventCanceled)return;D(st,"display","none"),this.options.removeCloneOnHide&&st.parentNode&&st.parentNode.removeChild(st),at=!0}},_showClone:function(t){if("clone"===t.lastPutMode){if(at){if(J("showClone",this),Kt.eventCanceled)return;tt.parentNode!=ot||this.options.group.revertClone?et?ot.insertBefore(st,et):ot.appendChild(st):ot.insertBefore(st,tt),this.options.group.revertClone&&this.animate(tt,st),D(st,"display",""),at=!1}}else this._hideClone()}},_t&&T(document,"touchmove",(function(t){(Kt.active||Ot)&&t.cancelable&&t.preventDefault()})),Kt.utils={on:T,off:O,css:D,find:z,is:function(t,i){return!!k(t,i,t,!1)},extend:function(t,i){if(t&&i)for(var n in i)i.hasOwnProperty(n)&&(t[n]=i[n]);return t},throttle:K,closest:k,toggleClass:A,clone:X,index:H,nextTick:Vt,cancelNextTick:Zt,detectDirection:Ft,getChild:F},Kt.get=function(t){return t[Y]},Kt.mount=function(){for(var t=arguments.length,i=new Array(t),n=0;n<t;n++)i[n]=arguments[n];i[0].constructor===Array&&(i=i[0]),i.forEach((function(t){if(!t.prototype||!t.prototype.constructor)throw"Sortable: Mounted plugin must be a constructor function, not ".concat({}.toString.call(t));t.utils&&(Kt.utils=f(f({},Kt.utils),t.utils)),Z.mount(t)}))},Kt.create=function(t,i){return new Kt(t,i)},Kt.version="1.15.0";var qt,Jt,Qt,ti,ii,ni,oi=[],ei=!1;function ri(){oi.forEach((function(t){clearInterval(t.pid)})),oi=[]}function si(){clearInterval(ni)}var ai=K((function(t,i,n,o){if(i.scroll){var e,r=(t.touches?t.touches[0]:t).clientX,s=(t.touches?t.touches[0]:t).clientY,a=i.scrollSensitivity,u=i.scrollSpeed,l=L(),h=!1;Jt!==n&&(Jt=n,ri(),e=i.scrollFn,!0===(qt=i.scroll)&&(qt=G(n,!0)));var c=0,f=qt;do{var d=f,v=N(d),b=v.top,g=v.bottom,m=v.left,p=v.right,w=v.width,x=v.height,y=void 0,E=void 0,S=d.scrollWidth,T=d.scrollHeight,O=D(d),M=d.scrollLeft,I=d.scrollTop;d===l?(y=w<S&&("auto"===O.overflowX||"scroll"===O.overflowX||"visible"===O.overflowX),E=x<T&&("auto"===O.overflowY||"scroll"===O.overflowY||"visible"===O.overflowY)):(y=w<S&&("auto"===O.overflowX||"scroll"===O.overflowX),E=x<T&&("auto"===O.overflowY||"scroll"===O.overflowY));var k=y&&(Math.abs(p-r)<=a&&M+w<S)-(Math.abs(m-r)<=a&&!!M),j=E&&(Math.abs(g-s)<=a&&I+x<T)-(Math.abs(b-s)<=a&&!!I);if(!oi[c])for(var C=0;C<=c;C++)oi[C]||(oi[C]={});oi[c].vx==k&&oi[c].vy==j&&oi[c].el===d||(oi[c].el=d,oi[c].vx=k,oi[c].vy=j,clearInterval(oi[c].pid),0==k&&0==j||(h=!0,oi[c].pid=setInterval(function(){o&&0===this.layer&&Kt.active._onTouchMove(ii);var i=oi[this.layer].vy?oi[this.layer].vy*u:0,n=oi[this.layer].vx?oi[this.layer].vx*u:0;"function"==typeof e&&"continue"!==e.call(Kt.dragged.parentNode[Y],n,i,t,ii,oi[this.layer].el)||U(oi[this.layer].el,n,i)}.bind({layer:c}),24))),c++}while(i.bubbleScroll&&f!==l&&(f=G(f,!1)));ei=h}}),30),ui=function(t){var i=t.originalEvent,n=t.putSortable,o=t.dragEl,e=t.dispatchSortableEvent,r=t.unhideGhostForTarget;if(i){var s=n||t.activeSortable;(0,t.hideGhostForTarget)();var a=i.changedTouches&&i.changedTouches.length?i.changedTouches[0]:i,u=document.elementFromPoint(a.clientX,a.clientY);r(),s&&!s.el.contains(u)&&(e("spill"),this.onSpill({dragEl:o,putSortable:n}))}};function li(){}function hi(){}li.prototype={startIndex:null,dragStart:function(t){this.startIndex=t.oldDraggableIndex},onSpill:function(t){var i=t.dragEl,n=t.putSortable;this.sortable.captureAnimationState(),n&&n.captureAnimationState();var o=F(this.sortable.el,this.startIndex,this.options);o?this.sortable.el.insertBefore(i,o):this.sortable.el.appendChild(i),this.sortable.animateAll(),n&&n.animateAll()},drop:ui},b(li,{pluginName:"revertOnSpill"}),hi.prototype={onSpill:function(t){var i=t.dragEl,n=t.putSortable||this.sortable;n.captureAnimationState(),i.parentNode&&i.parentNode.removeChild(i),n.animateAll()},drop:ui},b(hi,{pluginName:"removeOnSpill"}),Kt.mount(new function(){function t(){for(var t in this.defaults={scroll:!0,forceAutoScrollFallback:!1,scrollSensitivity:30,scrollSpeed:10,bubbleScroll:!0},this)"_"===t.charAt(0)&&"function"==typeof this[t]&&(this[t]=this[t].bind(this))}return t.prototype={dragStarted:function(t){var i=t.originalEvent;this.sortable.nativeDraggable?T(document,"dragover",this._handleAutoScroll):T(document,this.options.supportPointer?"pointermove":i.touches?"touchmove":"mousemove",this._handleFallbackAutoScroll)},dragOverCompleted:function(t){var i=t.originalEvent;this.options.dragOverBubble||i.rootEl||this._handleAutoScroll(i)},drop:function(){this.sortable.nativeDraggable?O(document,"dragover",this._handleAutoScroll):(O(document,"pointermove",this._handleFallbackAutoScroll),O(document,"touchmove",this._handleFallbackAutoScroll),O(document,"mousemove",this._handleFallbackAutoScroll)),si(),ri(),clearTimeout(j),j=void 0},nulling:function(){ii=Jt=qt=ei=ni=Qt=ti=null,oi.length=0},_handleFallbackAutoScroll:function(t){this._handleAutoScroll(t,!0)},_handleAutoScroll:function(t,i){var n=this,o=(t.touches?t.touches[0]:t).clientX,e=(t.touches?t.touches[0]:t).clientY,r=document.elementFromPoint(o,e);if(ii=t,i||this.options.forceAutoScrollFallback||p||m||x){ai(t,this.options,r,i);var s=G(r,!0);!ei||ni&&o===Qt&&e===ti||(ni&&si(),ni=setInterval((function(){var r=G(document.elementFromPoint(o,e),!0);r!==s&&(s=r,ri()),ai(t,n.options,r,i)}),10),Qt=o,ti=e)}else{if(!this.options.bubbleScroll||G(r,!0)===L())return void ri();ai(t,this.options,G(r,!1),!1)}}},b(t,{pluginName:"scroll",initializeByDefault:!0})}),Kt.mount(hi,li);const ci=class{constructor(n){t(this,n),this.newTab=i(this,"newTab",7),this.sortChanged=i(this,"sortChanged",7),this.showNewTabButton=!0,this.tabLimit=1/0,this.allowSort=!0,this.focused=0,this.disableAddTabButton=!1,this.tabTriggers=void 0,this.hasScrollbar=!1,this.keyboardSort=!1,this.initialSortIndex=0,this.sortTarget=void 0,this.ariaLiveAlert=""}onFocusin(t){this.allowSort&&a(".gux-tablist",t)&&!this.keyboardSort&&(this.ariaLiveAlert="toggleSort")}onFocusout(t){this.root.querySelector(".gux-tablist").contains(t.relatedTarget)||this.tabTriggers.forEach(((t,i)=>{t.guxGetActive().then((n=>{n?this.focused=i:(t.querySelector(".gux-tab-button").setAttribute("tabindex","-1"),t.querySelector(".gux-tab-options-button")&&t.querySelector(".gux-tab-options-button").setAttribute("tabindex","-1"))}))}))}watchAllowSort(t){t?this.validateSortableInstance():this.destroySortable()}onMutation(){this.setTabTriggers()}onKeydown(t){switch(t.key){case"ArrowRight":case"ArrowDown":if(t.preventDefault(),this.keyboardSort&&!a(".gux-tab-options-button",t)){this.ariaLiveAlert="";const t=this.root.querySelector(".gux-tablist"),i=t.querySelectorAll("gux-tab-advanced"),n=Array.prototype.indexOf.call(i,this.sortTarget);let o;o=n===i.length-1?i[0]:i[n+2],t.insertBefore(this.sortTarget,o),this.tabTriggers=this.root.querySelectorAll("gux-tab-advanced"),this.tabTriggers.forEach(((t,i)=>{var n;t.tabId===(null===(n=this.sortTarget)||void 0===n?void 0:n.getAttribute("tab-id"))&&(this.focused=i)})),this.focusTab(this.focused)}else a(".gux-tab-options-button",t)||a(".gux-dropdown-option-container",t)||this.handleKeyboardScroll("forward");break;case"ArrowLeft":case"ArrowUp":if(t.preventDefault(),this.keyboardSort&&!a(".gux-tab-options-button",t)){this.ariaLiveAlert="";const t=this.root.querySelector(".gux-tablist"),i=t.querySelectorAll("gux-tab-advanced"),n=Array.prototype.indexOf.call(i,this.sortTarget);t.insertBefore(this.sortTarget,i[n-1]||null),this.tabTriggers=this.root.querySelectorAll("gux-tab-advanced"),this.tabTriggers.forEach(((t,i)=>{var n;t.tabId===(null===(n=this.sortTarget)||void 0===n?void 0:n.getAttribute("tab-id"))&&(this.focused=i)})),this.focusTab(this.focused)}else a(".gux-tab-options-button",t)||a(".gux-dropdown-option-container",t)||this.handleKeyboardScroll("backward");break;case"Escape":t.preventDefault(),this.keyboardSort&&this.allowSort&&(this.keyboardSort=!1,this.ariaLiveAlert="sortCancelled",this.root.querySelector(".gux-tablist").insertBefore(this.sortTarget,this.tabTriggers[this.initialSortIndex]||null)),this.tabTriggers=this.root.querySelectorAll("gux-tab-advanced"),this.tabTriggers.forEach(((t,i)=>{var n;t.tabId===(null===(n=this.sortTarget)||void 0===n?void 0:n.getAttribute("tab-id"))&&(this.focused=i)})),this.focusTab(this.initialSortIndex),u((()=>{this.focusTab(this.initialSortIndex)}));break;case"Enter":this.keyboardSort&&(t.preventDefault(),this.keyboardSort=!1,this.ariaLiveAlert="sortComplete",this.tabTriggers=this.root.querySelectorAll("gux-tab-advanced"),this.tabTriggers.forEach(((t,i)=>{var n;t.tabId===(null===(n=this.sortTarget)||void 0===n?void 0:n.getAttribute("tab-id"))&&(this.focused=i)})),this.emitSortChanged());break;case"Tab":this.keyboardSort&&(this.keyboardSort=!1,this.ariaLiveAlert="sortCancelled");break;case"Home":t.preventDefault(),this.focusTab(0);break;case"End":t.preventDefault(),this.focusTab(this.tabTriggers.length-1)}}onKeyup(t){" "===t.key&&a(".gux-tab",t)&&!a(".gux-tab-options-button",t)&&!a("gux-popover-list",t)&&this.allowSort&&(t.preventDefault(),!0===this.keyboardSort?(this.keyboardSort=!1,this.ariaLiveAlert="sortComplete",this.tabTriggers=this.root.querySelectorAll("gux-tab-advanced"),this.tabTriggers.forEach(((t,i)=>{var n;t.tabId===(null===(n=this.sortTarget)||void 0===n?void 0:n.getAttribute("tab-id"))&&(this.focused=i)})),this.focusTab(this.focused),this.emitSortChanged()):(this.keyboardSort=!0,this.sortTarget=t.target.closest("gux-tab-advanced"),this.tabTriggers.forEach(((t,i)=>{var n;t.tabId===(null===(n=this.sortTarget)||void 0===n?void 0:n.getAttribute("tab-id"))&&(this.initialSortIndex=i)})),this.ariaLiveAlert="sortModeOn"))}async guxSetActive(t){this.tabTriggers.forEach(((i,n)=>{const o=i.tabId===t;i.guxSetActive(o),o&&(this.focused=n)}))}focusTab(t){this.focused=t,this.tabTriggers.forEach(((t,i)=>{t.guxGetActive().then((n=>{this.focused===i||n||(t.querySelector(".gux-tab-button").setAttribute("tabindex","-1"),t.querySelector(".gux-tab-options-button")&&t.querySelector(".gux-tab-options-button").setAttribute("tabindex","-1"))}))})),this.tabTriggers[this.focused].querySelector("button").setAttribute("tabindex","0"),this.tabTriggers[this.focused].querySelector(".gux-tab-options-button")&&this.tabTriggers[this.focused].querySelector(".gux-tab-options-button").setAttribute("tabindex","0"),this.tabTriggers[this.focused].guxFocus()}setTabTriggers(){this.tabTriggers=this.root.querySelectorAll("gux-tab-advanced"),this.triggerIds=this.tabTriggers?Array.from(this.tabTriggers).map((t=>`gux-${t.getAttribute("tab-id")}-tab`)).join(" "):""}createSortable(){this.sortableInstance=new Kt(this.root.querySelector(".gux-tablist"),{animation:250,draggable:"gux-tab-advanced",filter:".ignore-sort",onMove:t=>!t.related.classList.contains("ignore-sort"),onUpdate:()=>{this.emitSortChanged()}})}destroySortable(){this.sortableInstance&&(this.sortableInstance.destroy(),this.sortableInstance=null)}emitSortChanged(){const t=Array.from(this.root.querySelectorAll("gux-tab-advanced")).map((t=>t.tabId));this.sortChanged.emit(t)}checkForScrollbarHideOrShow(){n((()=>{const t=this.root.querySelector(".gux-scrollable-section"),i=t.clientWidth<t.scrollWidth;i!==this.hasScrollbar&&(this.hasScrollbar=i)}))}handleKeyboardScroll(t){"forward"===t?this.focused<this.tabTriggers.length-1?(this.hasScrollbar&&this.scrollRight(),this.focusTab(this.focused+1)):(this.hasScrollbar&&this.scrollToStart(),this.focusTab(0)):"backward"===t&&(this.focused>0?(this.hasScrollbar&&this.scrollLeft(),this.focusTab(this.focused-1)):(this.hasScrollbar&&this.scrollToEnd(),this.focusTab(this.tabTriggers.length-1)))}disconnectedCallback(){this.sortableInstance&&this.destroySortable(),this.resizeObserver&&this.resizeObserver.unobserve(this.root.querySelector(".gux-tab-container")),this.domObserver&&this.domObserver.disconnect()}async componentWillLoad(){this.setTabTriggers(),this.i18n=await l(this.root,h,"gux-tabs-advanced")}validateSortableInstance(){this.allowSort&&!this.sortableInstance&&this.createSortable()}componentDidLoad(){this.validateSortableInstance(),!this.resizeObserver&&window.ResizeObserver&&(this.resizeObserver=new ResizeObserver((()=>this.checkForScrollbarHideOrShow()))),this.resizeObserver&&this.resizeObserver.observe(this.root.querySelector(".gux-scrollable-section")),!this.domObserver&&window.MutationObserver&&(this.domObserver=new MutationObserver((()=>this.checkForScrollbarHideOrShow()))),this.domObserver&&this.domObserver.observe(this.root,{childList:!0,attributes:!1,subtree:!0}),u((()=>{this.checkForScrollbarHideOrShow()}),500)}scrollLeft(){o((()=>{var t;this.root.querySelector(".gux-scrollable-section").scrollBy(-(null===(t=this.root.querySelector("gux-tab-advanced"))||void 0===t?void 0:t.scrollWidth),0)}))}scrollRight(){o((()=>{var t;this.root.querySelector(".gux-scrollable-section").scrollBy(null===(t=this.root.querySelector("gux-tab-advanced"))||void 0===t?void 0:t.scrollWidth,0)}))}scrollToStart(){const t=this.root.querySelector(".gux-scrollable-section");o((()=>{null==t||t.scrollBy(-(null==t?void 0:t.scrollWidth),0)}))}scrollToEnd(){const t=this.root.querySelector(".gux-scrollable-section");o((()=>{t.scrollBy(null==t?void 0:t.scrollWidth,0)}))}componentWillRender(){const t=Array.from(this.root.querySelectorAll("gux-tab-advanced"));this.disableAddTabButton=t.length>=this.tabLimit}render(){return[this.renderAlert(),e("div",{class:"gux-tab-container"},this.renderScrollButton("scrollLeft"),e("div",{class:"gux-scrollable-section"},e("div",{class:"gux-tablist",role:"tablist","data-gux-tab-sorting":this.keyboardSort,"aria-owns":this.triggerIds},e("slot",null)),this.renderAddButton()),this.renderScrollButton("scrollRight"))]}renderAlert(){return e("div",{class:"gux-sr-only gux-aria-live-region","aria-live":"polite"},this.ariaLiveAlert?this.i18n(this.ariaLiveAlert):"")}renderAddButton(){return e("div",null,this.showNewTabButton?e("gux-button-slot",{class:"gux-add-button",accent:"ghost"},e("button",{onClick:()=>this.newTab.emit(),disabled:this.disableAddTabButton},e("slot",{name:"add-tab"},e("gux-icon",{"icon-name":"add","screenreader-text":this.disableAddTabButton?this.i18n("disableNewTab"):this.root.querySelector('[slot="add-tab"]')?this.root.querySelector('[slot="add-tab"]').textContent.trim():this.i18n("createNewTab")})))):null)}renderScrollButton(t){return e("div",null,this.hasScrollbar?e("gux-button-slot",{class:"gux-scroll-button",accent:"ghost"},e("button",{tabindex:"-1",onDragOver:()=>this.getScrollDirection(t),onClick:()=>this.getScrollDirection(t)},e("gux-icon",{"icon-name":this.getChevronIconName(t),"screenreader-text":this.i18n(t)}))):null)}getScrollDirection(t){switch(t){case"scrollLeft":this.scrollLeft();break;case"scrollRight":this.scrollRight()}}getChevronIconName(t){switch(t){case"scrollLeft":return"chevron-left";case"scrollRight":return"chevron-right"}}get root(){return r(this)}static get watchers(){return{allowSort:["watchAllowSort"]}}};(function(t,i,n,o){var e,r=arguments.length,s=r<3?i:null===o?o=Object.getOwnPropertyDescriptor(i,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,i,n,o);else for(var a=t.length-1;a>=0;a--)(e=t[a])&&(s=(r<3?e(s):r>3?e(i,n,s):e(i,n))||s);r>3&&s&&Object.defineProperty(i,n,s)})([s({childList:!0,subtree:!0})],ci.prototype,"onMutation",null),ci.style=".gux-tab-container{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:flex-start;width:100%;margin-bottom:16px;background-color:var(--gse-ui-advancedTabs-set-backgroundColor)}.gux-tab-container .gux-scrollable-section{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:flex-start;width:100%;overflow-x:auto;border-bottom:1px solid var(--gse-ui-advancedTabs-divider-dividerColor);scroll-behavior:smooth;scrollbar-width:none}.gux-tab-container .gux-scrollable-section::-webkit-scrollbar{height:0}.gux-tab-container .gux-scrollable-section .gux-tablist{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:flex-start}.gux-sr-only{position:absolute;top:auto;left:-10000px;width:1px;height:1px;overflow:hidden}";export{ci as gux_tab_advanced_list}
@@ -0,0 +1 @@
1
+ import{r,h as s,g as t}from"./p-deca7631.js";import{t as e}from"./p-fbde6469.js";const o=class{constructor(s){r(this,s),this.screenreaderText=void 0}componentWillLoad(){e(this.root)}render(){return s("gux-radial-loading",{class:"gux-spinner","screenreader-text":this.screenreaderText,context:"full-page"})}get root(){return t(this)}};o.style=":host{display:flex}.gux-spinner{margin:auto}";export{o as gux_page_loading_spinner}
@@ -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-fbde6469.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 e,h as o,g as t}from"./p-deca7631.js";import{g as r}from"./p-0962dd7a.js";import{g as n}from"./p-dd53013c.js";import{h as i}from"./p-324b23f3.js";const s=class{constructor(o){e(this,o),this.value=void 0,this.selected=!1,this.disabled=!1,this.iconOnly=!1,this.position=void 0}onClick(e){this.disabled&&e.stopPropagation()}isInStartPosition(e){const o=r("gux-segmented-control-beta",e);return 0===Array.from(o.children).findIndex((o=>o===e))}isInEndPosition(e){const o=r("gux-segmented-control-beta",e),t=Array.from(o.children);return t.findIndex((o=>o===e))===t.length-1}renderTooltip(){if(this.iconOnly)return o("gux-tooltip",null,n(this.root,"text"))}renderIconSlot(){if(i(this.root,"icon"))return o("div",{class:{"gux-icon":!0,"gux-icon-only":this.iconOnly}},o("slot",{name:"icon"}))}render(){return o("div",{class:{"gux-container":!0,"gux-start":this.isInStartPosition(this.root),"gux-end":this.isInEndPosition(this.root)}},o("button",{class:{"gux-segmented-control-item":!0,"gux-icon-only":this.iconOnly,"gux-selected":this.selected},type:"button",disabled:this.disabled},this.renderIconSlot(),o("div",{class:{"gux-text":!0,"gux-icon-only":this.iconOnly}},o("slot",{name:"text"}))),this.renderTooltip())}static get delegatesFocus(){return!0}get root(){return t(this)}};s.style="button{all:unset}.gux-container{height:var(--gse-ui-segmentedControl-height);cursor:pointer;border-color:var(--gse-ui-segmentedControl-divider-color);border-style:var(--gse-ui-segmentedControl-divider-style);border-width:var(--gse-ui-segmentedControl-divider-width);border-right:none;border-radius:var(--gse-ui-segmentedControl-button-middle-borderRadius)}.gux-container.gux-start{border-left-color:var(--gse-ui-segmentedControl-divider-color);border-radius:var(--gse-ui-segmentedControl-button-start-borderRadius)}.gux-container.gux-end{border-style:var(--gse-ui-segmentedControl-divider-style);border-width:var(--gse-ui-segmentedControl-divider-width);border-right-color:var(--gse-ui-segmentedControl-divider-color);border-radius:var(--gse-ui-segmentedControl-button-end-borderRadius)}.gux-container.gux-start.gux-end{border-radius:var(--gse-ui-segmentedControl-borderRadius)}.gux-container .gux-segmented-control-item{display:flex;flex-direction:row;flex-wrap:nowrap;gap:var(--gse-ui-segmentedControl-button-gap);place-content:stretch flex-start;align-items:center;height:100%;padding:var(--gse-ui-segmentedControl-button-padding);color:var(--gse-ui-segmentedControl-button-default-foregroundColor);background-color:var(--gse-ui-segmentedControl-button-default-backgroundColor)}.gux-container .gux-segmented-control-item.gux-icon-only{padding:var(--gse-ui-segmentedControl-iconOnly-padding)}.gux-container .gux-segmented-control-item.gux-icon-only .gux-text.gux-icon-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-container .gux-segmented-control-item:hover{color:var(--gse-ui-segmentedControl-button-hover-foregroundColor);background-color:var(--gse-ui-segmentedControl-button-hover-backgroundColor)}.gux-container .gux-segmented-control-item[disabled]{color:var(--gse-ui-segmentedControl-button-disabled-foregroundColor);pointer-events:none;background-color:var(--gse-ui-segmentedControl-button-disabled-backgroundColor);opacity:var(--gse-ui-segmentedControl-button-disabled-opacity)}.gux-container .gux-segmented-control-item.gux-selected{color:var(--gse-ui-segmentedControl-button-active-foregroundColor);background-color:var(--gse-ui-segmentedControl-button-active-backgroundColor)}.gux-container .gux-segmented-control-item:focus-visible{position:relative;z-index:var(--gse-semantic-zIndex-showFocus);border-radius:var(--gse-ui-segmentedControl-borderRadius);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);outline-offset:var(--gse-ui-segmentedControl-focus-offset)}.gux-container .gux-segmented-control-item .gux-icon slot[name=icon]::slotted(gux-icon){width:var(--gse-ui-icon-size-sm);height:var(--gse-ui-icon-size-sm)}";export{s as gux_segmented_control_item}
@@ -0,0 +1 @@
1
+ import{r as t,h as o,H as s,g as i}from"./p-deca7631.js";import{t as e}from"./p-fbde6469.js";import{b as r}from"./p-ffaadf62.js";const a=class{constructor(o){t(this,o),this.politeness="polite"}async guxAnnounce(t){this.containerElement.innerText="",r((()=>{this.containerElement.innerText=t}))}componentWillLoad(){e(this.root)}render(){return o(s,{"aria-live":this.politeness},o("slot",null),o("div",{ref:t=>this.containerElement=t}))}get root(){return i(this)}};a.style=":host{position:absolute;top:auto;left:-10000px;width:1px;height:1px;overflow:hidden}";export{a as gux_announce_beta}
@@ -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:2px;left:-20px;flex-shrink:0;width:16px}.gux-icon-only{line-height:0px}";export{r as gux_tooltip_title}
@@ -0,0 +1 @@
1
+ import{r as t,h as i,H as o}from"./p-deca7631.js";const e=class{constructor(i){t(this,i)}render(){return i(o,{role:"listitem"},i("slot",null))}static get delegatesFocus(){return!0}};e.style=":host{position:absolute;top:auto;left:-10000px;width:1px;height:1px;overflow:hidden}:host(:focus-within){position:inherit;top:inherit;left:inherit;width:inherit;height:inherit;overflow:inherit}::slotted(a){padding:12px;font-size:2rem;background-color:#fdfdfd;box-shadow:0 8px 24px rgba(32, 41, 55, 0.4), 0 0 0 1px #fdfdfd, 0 0 0 4px #aac9ff !important}";export{e as gux_skip_navigation_item}
@@ -0,0 +1 @@
1
+ import{r as e,h as t,H as i,g as r}from"./p-deca7631.js";import{c as o,o as a}from"./p-16f3da0d.js";import{O as n}from"./p-d6edbaeb.js";import{o as s}from"./p-37bfd195.js";import{p as l}from"./p-28f55159.js";import{h as g}from"./p-324b23f3.js";import{G as u,a as h,g as d,v as p,b as x}from"./p-e5766b80.js";import{a as f,G as c}from"./p-2b468e4b.js";import{t as b}from"./p-fbde6469.js";import"./p-3ea0d493.js";import"./p-9d734bbd.js";import"./p-373c5d93.js";const m=class{constructor(t){e(this,t),this.displayUnits=void 0,this.valueInTooltip=void 0,this.labelPosition=void 0,this.computedLabelPosition="above",this.disabled=void 0,this.required=void 0,this.hasError=!1,this.hasHelp=!1,this.value=void 0,this.active=void 0,this.valueWatcherId=void 0}onInput(e){this.updateValue(e.target.value)}onMousedown(){this.disabled||(this.active=!0)}onMouseup(){this.active=!1}onMutation(){this.hasError=g(this.root,"error"),this.hasHelp=g(this.root,"help")}componentWillLoad(){this.setInput(),this.setLabel(),this.hasError=g(this.root,"error"),this.hasHelp=g(this.root,"help"),b(this.root,{variant:this.variant})}componentDidLoad(){this.updatePosition()}disconnectedCallback(){this.disabledObserver&&this.disabledObserver.disconnect(),this.requiredObserver&&this.requiredObserver.disconnect(),clearInterval(this.valueWatcherId)}render(){return t(i,{class:{"gux-active":this.active}},t(f,{labelPosition:this.computedLabelPosition},t(c,{position:this.computedLabelPosition,required:this.required},t("slot",{name:"label",onSlotchange:()=>this.setLabel()})),t("div",{class:"gux-input-and-error-container"},this.renderRangeInput(),t(u,{show:this.hasError},t("slot",{name:"error"})),t(h,{show:!this.hasError&&this.hasHelp},t("slot",{name:"help"})))))}get variant(){return this.labelPosition?this.labelPosition.toLowerCase():"none"}setInput(){this.input=d(this.root,'input[type="range"][slot="input"]'),l(this.input),this.disabled=o(this.input),this.required=this.input.required,this.value=this.input.value,this.disabledObserver=a(this.input,(e=>{this.disabled=e})),this.requiredObserver=s(this.input,(e=>{this.required=e})),clearInterval(this.valueWatcherId),this.valueWatcherId=setInterval((()=>{this.value!==this.input.value&&this.updateValue(this.input.value)}),100),p(this.root,this.input)}setLabel(){this.label=this.root.querySelector('label[slot="label"]'),this.computedLabelPosition=x(this.label,this.labelPosition)}renderRangeInput(){return t("div",{class:{"gux-range-input-container":!0,"gux-disabled":this.disabled}},t("div",{class:"gux-range"},t("div",{class:"gux-track"},t("div",{class:"gux-progress",ref:e=>this.progressElement=e})),t("slot",{name:"input"}),t("div",{class:{"gux-range-tooltip-container":!0,"gux-hidden":!this.valueInTooltip},ref:e=>this.sliderTooltipContainer=e},t("div",{class:"gux-range-tooltip",ref:e=>this.sliderTooltip=e},this.getDisplayValue()))),t("div",{class:{"gux-display":!0,"gux-hidden":this.valueInTooltip}},this.getDisplayValue()))}updateValue(e){this.value=e,this.updatePosition()}updatePosition(){const e=Number(this.input.value||0),t=Number(this.input.min||0),i=(e-t)/(Number(this.input.max||100)-t)*100;this.sliderTooltip&&(this.sliderTooltip.style.left=i-i/8/this.sliderTooltipContainer.offsetWidth*100+"%"),this.progressElement.style.width=`${i}%`}getDisplayValue(){return this.displayUnits?`${this.value}${this.displayUnits}`:this.value}get root(){return r(this)}};(function(e,t,i,r){var o,a=arguments.length,n=a<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,i):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,i,r);else for(var s=e.length-1;s>=0;s--)(o=e[s])&&(n=(a<3?o(n):a>3?o(t,i,n):o(t,i))||n);a>3&&n&&Object.defineProperty(t,i,n)})([n({childList:!0,subtree:!0})],m.prototype,"onMutation",null),m.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[type=range]){position:absolute;width:100%;width:100%;height:var(--gse-ui-slider-bar-height);margin:calc(var(--gse-ui-slider-handle-width) / 2) 0;margin-top:calc(-1 * (var(--gse-ui-slider-handle-width) / 2 + var(--gse-ui-slider-bar-height)));-webkit-appearance:none;background:transparent}.gux-input-and-error-container{flex-grow:1}.gux-input-and-error-container .gux-range-input-container{display:flex;flex-direction:row;flex-wrap:nowrap;gap:var(--gse-ui-slider-gap);place-content:stretch flex-start;align-items:center;height:32px;font-size:var(--gse-ui-slider-label-text-fontSize)}.gux-input-and-error-container .gux-range-input-container.gux-disabled{opacity:var(--gse-ui-slider-disabled-opacity)}.gux-input-and-error-container .gux-range-input-container .gux-range{position:relative;flex:1 1 auto;align-self:center;order:0}.gux-input-and-error-container .gux-range-input-container .gux-range:hover .gux-range-tooltip,.gux-input-and-error-container .gux-range-input-container .gux-range:focus-within .gux-range-tooltip{visibility:visible}.gux-input-and-error-container .gux-range-input-container .gux-range .gux-track{width:100%;height:var(--gse-ui-slider-bar-height);margin:6px 0;background:var(--gse-ui-slider-bar-default-backgroundColor);border-radius:var(--gse-ui-slider-track-borderRadius)}.gux-input-and-error-container .gux-range-input-container .gux-range .gux-track .gux-progress{height:var(--gse-ui-slider-bar-height);background-color:var(--gse-ui-slider-bar-selected-backgroundColor);border-radius:var(--gse-ui-slider-track-borderRadius)}.gux-input-and-error-container .gux-range-input-container .gux-display{flex:0 1 auto;align-self:auto;order:0;margin:0 0 0 var(--gux-spacing-medium);font-family:var(--gse-ui-slider-label-text-fontFamily);font-size:var(--gse-ui-slider-label-text-fontSize);font-weight:var(--gse-ui-slider-label-text-fontWeight);line-height:var(--gse-ui-slider-label-text-lineHeight);text-align:right}.gux-input-and-error-container .gux-range-input-container .gux-display.gux-hidden{display:none}.gux-input-and-error-container .gux-range-tooltip-container{position:absolute;top:-50px;width:100%;height:32px;pointer-events:none}.gux-input-and-error-container .gux-range-tooltip-container.gux-hidden{display:none}.gux-input-and-error-container .gux-range-tooltip-container .gux-range-tooltip{font-family:var(--gse-core-typography-body-sm-fontFamily), var(--gse-core-fontFamily-body), sans-serif;font-size:var(--gse-core-typography-body-sm-fontSize);line-height:var(--gse-core-typography-body-sm-lineHeight);font-weight:var(--gse-core-fontWeight-regular);position:absolute;z-index:var(--gse-semantic-zIndex-tooltip);display:flex;align-items:center;justify-content:center;width:50px;height:32px;margin-left:-20px;visibility:hidden;background-color:var(--gse-ui-tooltip-light-backgroundColor);border:var(--gse-ui-tooltip-light-border-width) var(--gse-ui-tooltip-light-border-style) var(--gse-ui-tooltip-light-border-color);border-radius:var(--gse-ui-tooltip-borderRadius);box-shadow:var(--gse-ui-tooltip-boxShadow-x) var(--gse-ui-tooltip-boxShadow-y) var(--gse-ui-tooltip-boxShadow-blur) var(--gse-ui-tooltip-boxShadow-spread) var(--gse-ui-tooltip-boxShadow-color)}.gux-input-and-error-container .gux-range-tooltip-container .gux-range-tooltip::after,.gux-input-and-error-container .gux-range-tooltip-container .gux-range-tooltip::before{position:absolute;top:100%;left:50%;width:0;height:0;pointer-events:none;content:" ";border:solid transparent}.gux-input-and-error-container .gux-range-tooltip-container .gux-range-tooltip::after{margin-left:-4px;border-width:4px;border-top-color:var(--gse-ui-tooltip-light-backgroundColor)}.gux-input-and-error-container .gux-range-tooltip-container .gux-range-tooltip::before{margin-left:-6px;border-width:6px;border-top-color:var(--gse-ui-tooltip-light-backgroundColor)}';export{m as gux_form_field_range}
@@ -0,0 +1 @@
1
+ function o(o,n){let e,l=null,r=o.getRootNode();for(;r&&r!==l&&!e;){const o=(t=r).nodeType===Node.DOCUMENT_NODE||t.nodeType===Node.DOCUMENT_FRAGMENT_NODE?t:t.ownerDocument;e=null==o?void 0:o.getElementById(n),l=r,r=r.getRootNode()}var t;return e}export{o as f}
@@ -0,0 +1 @@
1
+ import{r as o,h as t,g as e}from"./p-deca7631.js";import{m as n}from"./p-705311af.js";const u=class{constructor(t){o(this,t)}async guxFocus(){this.buttonElement.focus()}onKeydown(o){switch(n(o,this.root),o.key){case"ArrowRight":case"Enter":o.stopPropagation()}}onKeyup(o){" "===o.key&&o.stopPropagation()}render(){return t("button",{type:"button",class:"gux-menu-option-button",role:"menuitem","aria-haspopup":"false",tabIndex:-1,ref:o=>this.buttonElement=o},t("span",{class:"gux-menu-option-button-text"},t("slot",null)))}get root(){return e(this)}};u.style=":host{display:block;flex:1 1 auto;align-self:auto}:host .gux-menu-option-button{all:unset;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-menu-option-button:focus-within,:host .gux-menu-option-button:hover{background-color:var(--gse-ui-menu-option-hover-backgroundColor)}:host .gux-menu-option-button:enabled{cursor:pointer}:host .gux-menu-option-button .gux-menu-option-button-text{display:block;overflow-x:hidden;text-overflow:ellipsis;white-space:nowrap}";export{u as gux_menu_option}
@@ -0,0 +1 @@
1
+ import{r as t,f as e,h as i,g as o}from"./p-deca7631.js";import{O as n}from"./p-d6edbaeb.js";import{O as l}from"./p-a69a9910.js";function r(t){return t.reduce(((t,e)=>{if("SLOT"===e.nodeName){const i=e.assignedNodes();return t.concat(r(i))}return t.concat(e.textContent)}),[]).map((t=>t.trim())).join(" ")}var a=function(t,e,i,o){var n,l=arguments.length,r=l<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 a=t.length-1;a>=0;a--)(n=t[a])&&(r=(l<3?n(r):l>3?n(e,i,r):n(e,i))||r);return l>3&&r&&Object.defineProperty(e,i,r),r};const s=class{constructor(e){t(this,e),this.maxLines=void 0}async setShowTooltip(){var t;await(null===(t=this.tooltipElement)||void 0===t?void 0:t.showTooltip())}async setHideTooltip(){var t;await(null===(t=this.tooltipElement)||void 0===t?void 0:t.hideTooltip())}onMutation(){e(this.root)}onResize(){e(this.root)}getTooltipContent(){return r(Array.from(this.root.childNodes))||""}needsTruncation(){const t=this.root.shadowRoot.querySelector(".gux-truncate-slot-container");return(null==t?void 0:t.scrollWidth)>(null==t?void 0:t.offsetWidth)||(null==t?void 0:t.scrollHeight)>(null==t?void 0:t.offsetHeight)}renderTooltip(){return this.needsTruncation()?i("gux-tooltip",{"aria-hidden":"true",ref:t=>this.tooltipElement=t},this.getTooltipContent()):null}render(){var t;return i("div",{class:{"gux-truncate-multi-line":Boolean(this.maxLines)}},i("span",{class:"gux-truncate-slot-container",style:{webkitLineClamp:null===(t=this.maxLines)||void 0===t?void 0:t.toString()}},i("slot",null)),this.renderTooltip())}get root(){return o(this)}};a([n({childList:!0,subtree:!0,characterData:!0})],s.prototype,"onMutation",null),a([l()],s.prototype,"onResize",null),s.style=":host{display:block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:inherit}::slotted(*){display:inline}.gux-truncate-multi-line{white-space:normal}.gux-truncate-multi-line .gux-truncate-slot-container{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}gux-tooltip{font-weight:normal;line-height:normal;text-align:left;overflow-wrap:break-word;white-space:normal}.gux-truncate-slot-container>*{display:inline}.gux-truncate-slot-container{display:block;overflow:hidden;text-overflow:ellipsis}";export{s as gux_truncate}
@@ -0,0 +1 @@
1
+ import{r as e,c as t,h as a,g as n}from"./p-deca7631.js";import{a as r}from"./p-ffaadf62.js";import{a as i,c as s,b as d,f as o}from"./p-533d7842.js";import{t as u}from"./p-fbde6469.js";import{g as l,a as c}from"./p-e10cb032.js";import{c as g}from"./p-9125cc36.js";import"./p-0962dd7a.js";function h(e,t){x(e,"remove",t)}function x(e=[],t,a){const n=[].concat(e);for(const e of n)e.classList[t](a)}function b(e,t){return g(e.toLocaleDateString(t,{year:"numeric",month:"long"}))}const f=class{constructor(a){e(this,a),this.calendarSelect=t(this,"calendarSelect",7),this.locale="en",this.value="",this.minDate="",this.maxDate="",this.mode="single",this.numberOfMonths=1,this.startDayOfWeek=void 0,this.previewValue=new Date,this.selectingDate=null}emitCalendarSelect(){this.calendarSelect.emit(this.value)}async setValue(e){if("range"===this.mode&&e instanceof Array){const[t,a]=e;this.value=i(t,a),this.previewValue=s(this.value)[0]}else{const t=e;this.value=d(t),this.previewValue=t}}async focusPreviewDate(){const e=this.root.shadowRoot.querySelector(`td[data-date="${this.previewValue.getTime()}"]`);e&&e.focus()}async resetCalendarView(e){this.previewValue=e}incrementPreviewDateByMonth(e){this.previewValue=new Date(this.previewValue.getFullYear(),this.previewValue.getMonth()+e,15,0,0,0),r((()=>{this.focusPreviewDate()}))}async setValueAndEmit(e){await this.setValue(e),this.emitCalendarSelect()}outOfBounds(e){return""!==this.maxDate&&o(this.maxDate)<e||""!==this.minDate&&o(this.minDate)>e}generateDatesFrom(e,t,a){const n=[],r=new Date(t.getFullYear(),t.getMonth(),t.getDate(),0,0,0,0);for(let t=0;t<a;t++){const t=new Date(r.getFullYear(),r.getMonth(),r.getDate(),0,0,0,0),a=[],i=new Date,d=r.getFullYear()===i.getFullYear()&&r.getMonth()===i.getMonth()&&r.getDate()===i.getDate();let u=!1,l=!1;t.getMonth()!==e&&(a.push("gux-not-in-month"),u=!0,"range"===this.mode&&(a.push("gux-hidden"),l=!0)),this.outOfBounds(t)&&(a.push("gux-disabled"),u=!0);let c=!1;if(d&&a.push("gux-current-date"),"range"===this.mode){const[e,n]=s(this.value),r=e.getTime(),i=n.getTime();t.getTime()===r&&t.getTime()===i?(c=!0,a.push("gux-selected")):t.getTime()===r?(c=!0,a.push("gux-selected"),a.push("gux-start-date")):t.getTime()===i&&(c=!0,a.push("gux-selected"),a.push("gux-end-date"))}else{const e=o(this.value).getTime();t.getTime()===e&&(c=!0,a.push("gux-selected"))}n.push({class:a.join(" "),date:t,hidden:l,disabled:u,selected:c,isToday:d}),r.setDate(r.getDate()+1)}return n}create2DArray(e,t){const a=[];for(let n=0;n<t-1;n++){const r=e.slice(n*t,n*t+t);this.weekShouldBeDisplayed(r)&&a.push(r)}return a}isFocusableDate(e){return e.selected||this.previewValue.getTime()===e.date.getTime()}weekShouldBeDisplayed(e){const t=e.find((e=>!e.hidden));return e.length&&!!t}getMonthDays(e){const t=new Date(this.previewValue.getTime());t.setDate(1),t.setMonth(t.getMonth()+e);const a=t.getMonth(),n=function(e,t,a){const n=new Date(t,e,1,1,0,0,0),r=-1*(a-n.getDay()-7)%7;return new Date(n.getTime()-864e5*r)}(a,t.getFullYear(),this.startDayOfWeek),r=this.generateDatesFrom(a,n,42);return this.create2DArray(r,7)}addDays(e,t){const a=new Date(e.valueOf());return a.setDate(a.getDate()+t),a}getAllDatesElements(){const e=this.root.shadowRoot.querySelectorAll("td");return Array.from(e)}getAllSelectableDatesElements(){const e=this.root.shadowRoot.querySelectorAll('td[tabindex="0"]');return Array.from(e)}getRangeDatesElements(e,t){const a=[];let n;n=t<e?this.getRangeDates(t,e):this.getRangeDates(e,t);for(const e of n){const t=this.root.shadowRoot.querySelector(`td[data-date="${e.getTime()}"]:not(.gux-hidden)`);t&&a.push(t)}return a}getRangeDates(e,t){const a=[];let n=e;for(;n<=t;)a.push(new Date(n)),n=this.addDays(n,1);return a}async onDateClick(e){if(!this.outOfBounds(e))if("range"!==this.mode)await this.setValueAndEmit(e);else if(null===this.selectingDate)h(this.getAllDatesElements(),"gux-hovered"),this.selectingDate=new Date(e.valueOf()),this.value=i(e,e);else{const t=this.root.shadowRoot.querySelector(`td[data-date="${e.getTime()}"]`);t&&t.classList.add("gux-selected"),this.updateRangeElements(),await this.setValueAndEmit([this.selectingDate,e]),this.previewValue=e,this.selectingDate=null}}onDateMouseEnter(e){"range"===this.mode&&null!==this.selectingDate&&(this.value=i(e,this.selectingDate),this.updateRangeElements())}updateRangeElements(){if("range"===this.mode){h(this.getAllDatesElements(),"gux-hovered");const[e,t]=s(this.value);x(this.getRangeDatesElements(e,t),"add","gux-hovered")}}async onKeyDown(e){switch(e.key){case" ":case"Enter":e.preventDefault(),await this.onDateClick(this.previewValue);break;case"ArrowDown":e.preventDefault(),this.previewValue=new Date(this.previewValue.setDate(this.previewValue.getDate()+7)),this.onDateMouseEnter(this.previewValue),r((()=>{this.focusPreviewDate()}));break;case"ArrowUp":e.preventDefault(),this.previewValue=new Date(this.previewValue.setDate(this.previewValue.getDate()-7)),this.onDateMouseEnter(this.previewValue),r((()=>{this.focusPreviewDate()}));break;case"ArrowLeft":e.preventDefault(),this.previewValue=new Date(this.previewValue.setDate(this.previewValue.getDate()-1)),this.onDateMouseEnter(this.previewValue),r((()=>{this.focusPreviewDate()}));break;case"ArrowRight":e.preventDefault(),this.previewValue=new Date(this.previewValue.setDate(this.previewValue.getDate()+1)),this.onDateMouseEnter(this.previewValue),r((()=>{this.focusPreviewDate()}));break;case"PageUp":this.incrementPreviewDateByMonth(1),this.onDateMouseEnter(this.previewValue);break;case"PageDown":this.incrementPreviewDateByMonth(-1),this.onDateMouseEnter(this.previewValue)}}componentWillLoad(){if(u(this.root,{variant:this.mode}),this.locale=l(this.root),this.startDayOfWeek=this.startDayOfWeek||c(this.locale),!this.value){const e=new Date;e.setHours(0,0,0,0),this.value="range"===this.mode?i(e,e):d(e)}this.previewValue=o(this.value)}componentDidRender(){this.updateRangeElements()}renderMonthHeader(){return a("div",{class:"gux-month-list"},Array.from(Array(this.numberOfMonths).keys()).map((e=>{const t=function(e,t){const a=new Date(e);return a.setDate(1),a.setMonth(a.getMonth()+t),a}(this.previewValue,e);return a("label",null,b(t,this.locale))})))}renderCalendarTable(e){return a("table",null,a("tr",null,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,(i=t)>r.length?i%r.length:i));var r,i}(this.locale,this.startDayOfWeek).map((e=>a("th",null,e)))),this.getMonthDays(e).map((e=>a("tr",null,e.map((e=>a("td",{tabindex:this.isFocusableDate(e)?"0":"-1",class:e.class,"aria-hidden":e.hidden?"true":"false","aria-disabled":e.disabled?"true":"false","data-date":e.date.getTime(),onClick:()=>{this.onDateClick(e.date)},onMouseEnter:()=>this.onDateMouseEnter(e.date),onKeyDown:e=>{this.onKeyDown(e)}},a("div",{class:"gux-date"},e.date.getDate(),a("span",{class:"gux-sr-only"},b(e.date,this.locale))))))))))}render(){return a("div",{class:"gux-calendar"},a("div",{class:"gux-header"},a("button",{type:"button",class:"gux-left",onClick:()=>this.incrementPreviewDateByMonth(-1),tabindex:"-1","aria-hidden":"true"},a("gux-icon",{decorative:!0,"icon-name":"chevron-small-left"})),this.renderMonthHeader(),a("button",{type:"button",class:"gux-right",onClick:()=>this.incrementPreviewDateByMonth(1),tabindex:"-1","aria-hidden":"true"},a("gux-icon",{decorative:!0,"icon-name":"chevron-small-right"}))),a("div",{class:"gux-content"},Array.from(Array(this.numberOfMonths).keys()).map((e=>this.renderCalendarTable(e)))))}get root(){return n(this)}};f.style=":host{display:inline-block}.gux-calendar{margin-top:2px;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)}.gux-calendar .gux-header{position:relative;display:flex;gap:var(--gse-ui-calendarMenu-header-gap);align-items:center;justify-content:space-between;height:var(--gse-ui-calendarMenu-month-single-header-height);padding:var(--gse-ui-calendarMenu-header-padding);font-weight:var(--gse-ui-calendarMenu-month-currentText-fontWeight);color:var(--gse-ui-calendarMenu-header-foregroundColor);background-color:var(--gse-ui-calendarMenu-header-backgroundColor);border-radius:var(--gse-ui-calendarMenu-single-header-borderRadius)}.gux-calendar .gux-header button{position:absolute;color:var(--gse-ui-calendarMenu-month-monthHeader-foregroundColor);cursor:pointer;background:none;border:none;outline:none}.gux-calendar .gux-header button:focus-visible{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)}.gux-calendar .gux-header button.gux-left{left:18px}.gux-calendar .gux-header button.gux-right{right:18px}.gux-calendar .gux-header button gux-icon{width:var(--gse-ui-icon-size-sm);height:var(--gse-ui-icon-size-sm);pointer-events:none}.gux-calendar .gux-header .gux-month-list{display:flex;justify-content:space-between;width:100%;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)}.gux-calendar .gux-header .gux-month-list label{width:100%;text-align:center}.gux-calendar .gux-content{display:flex;align-items:flex-start;padding:var(--gse-ui-calendarMenu-dateBody-padding);color:var(--gse-ui-calendarMenu-month-default-foregroundColor);background-color:var(--gse-ui-calendarMenu-backgroundColor);border-radius:var(--gse-ui-calendarMenu-single-body-borderRadius)}.gux-calendar .gux-content table{width:var(--gse-ui-calendarMenu-day-input-width);text-align:left;table-layout:fixed;border-spacing:0;-ms-user-select:none;user-select:none}.gux-calendar .gux-content table:not(:last-child){padding-right:24px}.gux-calendar .gux-content table tr{height:var(--gse-ui-calendarMenu-day-input-height)}.gux-calendar .gux-content table tr:empty{display:none}.gux-calendar .gux-content table tr th,.gux-calendar .gux-content table tr td{width:var(--gse-ui-calendarMenu-day-date-size);height:var(--gse-ui-calendarMenu-day-date-size);padding:0;margin:0;text-align:center}.gux-calendar .gux-content table tr th{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);line-height:var(--gse-ui-calendarMenu-day-headerText-lineHeight)}.gux-calendar .gux-content table tr td{font-family:var(--gse-ui-calendarMenu-date-defaultText-fontFamily);font-size:var(--gse-ui-calendarMenu-date-defaultText-fontSize);font-weight:var(--gse-ui-calendarMenu-date-defaultText-fontWeight);line-height:var(--gse-ui-calendarMenu-date-defaultText-lineHeight);color:var(--gse-ui-calendarMenu-date-default-foregroundColor);cursor:pointer}.gux-calendar .gux-content table tr td.gux-hovered{background-color:var(--gse-ui-calendarMenu-date-range-backgroundColor)}.gux-calendar .gux-content table tr td.gux-selected{color:var(--gse-ui-calendarMenu-date-selected-foregroundColor);background-color:var(--gse-ui-calendarMenu-date-selected-backgroundColor);border-radius:var(--gse-ui-calendarMenu-month-borderRadius)}.gux-calendar .gux-content table tr td.gux-selected:hover:not(.gux-calendar .gux-content table tr td.gux-selected.gux-start-date):not(.gux-calendar .gux-content table tr td.gux-selected.gux-end-date){background-color:var(--gse-ui-calendarMenu-date-selected-hoverBackgroundColor)}.gux-calendar .gux-content table tr td.gux-start-date,.gux-calendar .gux-content table tr td.gux-end-date{background-color:var(--gse-ui-calendarMenu-date-range-backgroundColor)}.gux-calendar .gux-content table tr td.gux-start-date .gux-date,.gux-calendar .gux-content table tr td.gux-end-date .gux-date{display:flex;align-items:center;justify-content:center;width:var(--gse-ui-calendarMenu-day-date-size);height:var(--gse-ui-calendarMenu-day-date-size);background-color:var(--gse-ui-calendarMenu-date-selected-backgroundColor);border-radius:var(--gse-ui-calendarMenu-month-borderRadius)}.gux-calendar .gux-content table tr td.gux-start-date .gux-date:hover,.gux-calendar .gux-content table tr td.gux-end-date .gux-date:hover{background-color:var(--gse-ui-calendarMenu-date-selected-hoverBackgroundColor)}.gux-calendar .gux-content table tr td.gux-start-date{border-radius:16px 0 0 16px}.gux-calendar .gux-content table tr td.gux-end-date{border-radius:0 16px 16px 0}.gux-calendar .gux-content table tr td:hover:not(.gux-calendar .gux-content table tr td.gux-start-date):not(.gux-calendar .gux-content table tr td.gux-end-date):not(.gux-calendar .gux-content table tr td.gux-hovered):not(.gux-calendar .gux-content table tr td.gux-selected){background-color:var(--gse-ui-calendarMenu-date-hover-backgroundColor);border-radius:var(--gse-ui-calendarMenu-month-borderRadius)}.gux-calendar .gux-content table tr td.gux-disabled{pointer-events:none;opacity:var(--gse-ui-calendarMenu-disabled-opacity)}.gux-calendar .gux-content table tr td.gux-not-in-month{opacity:var(--gse-ui-calendarMenu-disabled-opacity)}.gux-calendar .gux-content table tr td.gux-not-in-month:hover{background-color:var(--gse-ui-calendarMenu-date-hover-backgroundColor)}.gux-calendar .gux-content table tr td.gux-not-in-month.gux-hidden{visibility:hidden}.gux-calendar .gux-content table tr td.gux-current-date{font-family:var(--gse-ui-calendarMenu-date-currentText-fontFamily);font-size:var(--gse-ui-calendarMenu-date-currentText-fontSize);font-weight:var(--gse-ui-calendarMenu-date-currentText-fontWeight);line-height:var(--gse-ui-calendarMenu-date-currentText-lineHeight)}.gux-sr-only{position:absolute;top:auto;left:-10000px;width:1px;height:1px;overflow:hidden}";export{f as gux_calendar}
@@ -0,0 +1 @@
1
+ import{r as t,c as a,h as o,g as e}from"./p-deca7631.js";import{b as r}from"./p-e10cb032.js";import{t as g}from"./p-fbde6469.js";import"./p-0962dd7a.js";const i={tag:"tag with label: {label}","tag-disabled":"disabled tag with label: {label}","remove-tag":"Remove tag with label: {label}"},c=class{constructor(o){t(this,o),this.guxdelete=a(this,"guxdelete",7),this.accent="default",this.disabled=!1,this.removable=!1,this.label=void 0}onKeyDown(t){switch(t.key){case"Backspace":case"Delete":this.removeTag()}}removeTag(){!this.disabled&&this.removable&&this.guxdelete.emit()}onSlotChange(t){const a=t.composedPath()[0].assignedNodes();this.label=a.map((t=>t.textContent)).join("")}renderTagTitle(){return o("gux-tooltip-title",null,o("span",null,o("slot",{"aria-hidden":"true",onSlotchange:this.onSlotChange.bind(this)})))}renderSrText(){return o("div",{class:"gux-sr-only"},this.i18n(this.disabled?"tag-disabled":"tag",{label:this.label}))}renderRemoveButton(){if(this.removable)return o("button",{class:"gux-tag-remove-button",onClick:this.removeTag.bind(this),type:"button",disabled:this.disabled},o("gux-icon",{class:"gux-tag-remove-icon","icon-name":"close","screenreader-text":this.i18n("remove-tag",{label:this.label})}))}componentWillLoad(){g(this.root,{variant:this.removable?"removable":"permenant"})}async componentWillRender(){this.i18n=await r(this.root,i)}render(){return o("div",{class:{"gux-tag":!0,[`gux-accent-${this.accent}`]:!0,"gux-disabled":this.disabled},"aria-disabled":this.disabled.toString()},this.renderTagTitle(),this.renderSrText(),this.renderRemoveButton())}get root(){return e(this)}};c.style=':host{display:inline-block;border-radius:var(--gse-ui-tag-borderRadius)}.gux-tag{display:flex;flex-direction:row;flex-wrap:nowrap;gap:var(--gse-ui-tag-removable-gap);place-content:stretch flex-start;align-items:center;height:var(--gse-ui-tag-height);padding:var(--gse-ui-tag-padding);font-family:var(--gse-ui-tag-text-fontFamily);font-size:var(--gse-ui-tag-text-fontSize);font-weight:var(--gse-ui-tag-text-fontWeight, 600);line-height:var(--gse-ui-tag-text-lineHeight);color:var(--gse-ui-tag-default-foregroundColor);background-color:var(--gse-ui-tag-default-backgroundColor);border-radius:var(--gse-ui-tag-borderRadius)}.gux-tag.gux-disabled{position:relative}.gux-tag.gux-disabled::before{position:absolute;inset:0;content:"";background-color:#fff;border-radius:var(--gse-ui-tag-borderRadius);opacity:var(--gse-ui-tag-disabled-opacity)}.gux-tag gux-tooltip-title{white-space:nowrap;cursor:default}.gux-tag gux-tooltip-title ::slotted(gux-icon){font-size:var(--gse-ui-tag-button-size)}.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}.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);margin-right:-4px}.gux-tag .gux-tag-remove-button:focus-within .gux-tag-remove-icon{border-radius:var(--gse-semantic-focusRing-cornerRadius);outline:var(--gse-semantic-focusRing-small-border-width) solid var(--gse-semantic-color-focus)}.gux-tag.gux-accent-default{color:var(--gse-ui-tag-default-foregroundColor);background-color:var(--gse-ui-tag-default-backgroundColor)}.gux-tag.gux-accent-1{color:var(--gse-ui-tag-accent1-foregroundColor);background-color:var(--gse-ui-tag-accent1-backgroundColor)}.gux-tag.gux-accent-2{color:var(--gse-ui-tag-accent2-foregroundColor);background-color:var(--gse-ui-tag-accent2-backgroundColor)}.gux-tag.gux-accent-3{color:var(--gse-ui-tag-accent3-foregroundColor);background-color:var(--gse-ui-tag-accent3-backgroundColor)}.gux-tag.gux-accent-4{color:var(--gse-ui-tag-accent4-foregroundColor);background-color:var(--gse-ui-tag-accent4-backgroundColor)}.gux-tag.gux-accent-5{color:var(--gse-ui-tag-accent5-foregroundColor);background-color:var(--gse-ui-tag-accent5-backgroundColor)}.gux-tag.gux-accent-6{color:var(--gse-ui-tag-accent6-foregroundColor);background-color:var(--gse-ui-tag-accent6-backgroundColor)}.gux-tag.gux-accent-7{color:var(--gse-ui-tag-accent7-foregroundColor);background-color:var(--gse-ui-tag-accent7-backgroundColor)}.gux-tag.gux-accent-8{color:var(--gse-ui-tag-accent8-foregroundColor);background-color:var(--gse-ui-tag-accent8-backgroundColor)}.gux-tag.gux-accent-9{color:var(--gse-ui-tag-accent9-foregroundColor);background-color:var(--gse-ui-tag-accent9-backgroundColor)}.gux-tag.gux-accent-10{color:var(--gse-ui-tag-accent10-foregroundColor);background-color:var(--gse-ui-tag-accent10-backgroundColor)}.gux-tag.gux-accent-inherit{color:inherit;background-color:inherit}';export{c as gux_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 s,o as l}from"./p-37bfd195.js";import{t as a}from"./p-fbde6469.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,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-fbde6469.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)}.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
+ function n(n){return Array.from(n.children).filter((n=>n.value||""===n.value))}function t(t){return n(t).find((n=>n.active))}function r(t,r){r&&(n(t).forEach((n=>{const o=!(n.disabled&&n.filtered||n!==r);n.active=o,o&&t.setAttribute("aria-activedescendant",n.id)})),r.scrollIntoView({block:"nearest"}))}function o(t){let r=n(t)[0];for(;r&&(r.disabled||r.filtered);)r=r.nextElementSibling;return r}function u(n){return Boolean(t(n))}function e(t,r){return n(t).find((n=>(!n.disabled||!n.filtered)&&h(n,r)))}function f(t){n(t).forEach((n=>{n.active=!1}))}function i(t){r(t,function(t){return n(t).find((n=>n.selected&&!n.disabled&&!n.filtered))}(t)||o(t))}function c(n){if(u(n)){let r=t(n).previousElementSibling;for(;r&&(r.disabled||r.filtered);)r=r.previousElementSibling;return Boolean(r)}return!1}function a(n){if(u(n)){let r=t(n).nextElementSibling;for(;r&&(r.disabled||r.filtered);)r=r.nextElementSibling;return Boolean(r)}return!1}function s(n){r(n,o(n))}function l(n){r(n,function(n){if(u(n)){let r=t(n).nextElementSibling;for(;r&&(r.disabled||r.filtered);)r=r.nextElementSibling;return r}return o(n)}(n))}function d(n){r(n,function(n){if(u(n)){let r=t(n).previousElementSibling;for(;r&&(r.disabled||r.filtered);)r=r.previousElementSibling;return r}return o(n)}(n))}function m(t){r(t,function(t){const r=n(t);let o=r[r.length-1];for(;o&&(o.disabled||o.filtered);)o=o.previousElementSibling;return o}(t))}function B(n,r){u(n)&&r(t(n).value)}function b(n,t){t(n.value)}let k,T="";function g(n,t){clearTimeout(k),T+=t,function(n){const t=e(n,T);t&&r(n,t)}(n),k=setTimeout((()=>{T=""}),1e3)}function h(n,t){return n.textContent.trim().toLowerCase().startsWith(t.toLowerCase())}export{m as a,s as b,f as c,c as d,d as e,a as f,e as g,u as h,l as i,B as j,g as k,n as l,h as m,b as o,i as s}
@@ -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-fbde6469.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{a as t,r as i,h as e,g as s}from"./p-deca7631.js";import{t as r}from"./p-fbde6469.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.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}.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 t,c as s,h as i,H as h,g as a}from"./p-deca7631.js";import{t as e}from"./p-fbde6469.js";const o=class{constructor(i){t(this,i),this.guxactivetabchange=s(this,"guxactivetabchange",7),this.activeTab=void 0,this.orientation="horizontal",this.alignment="left",this.tabList=void 0,this.tabPanels=[]}watchActiveTab(t){this.activateTab(t,this.tabList,this.tabPanels),this.guxactivetabchange.emit(t)}onInternalActivateTabPanel(t){t.stopPropagation(),this.activateTab(t.detail,this.tabList,this.tabPanels)}async guxActivate(t){this.activateTab(t,this.tabList,this.tabPanels)}onSlotchange(){const[t,s]=Array.from(this.root.shadowRoot.querySelectorAll("slot"));this.tabList=t.assignedElements()[0],this.tabPanels=s.assignedElements(),this.activateTab(this.activeTab,this.tabList,this.tabPanels)}activateTab(t,s,i){this.activeTab=t||i[0].tabId,s.guxSetActive(this.activeTab),i.forEach((t=>{t.guxSetActive(t.tabId===this.activeTab)}))}componentWillLoad(){e(this.root)}render(){return i(h,null,i("div",{class:`gux-tabs gux-${this.alignment} gux-${this.orientation}`},i("slot",{name:"tab-list"}),i("div",{class:`gux-${this.alignment} gux-${this.orientation} gux-panel-container`},i("slot",{onSlotchange:this.onSlotchange.bind(this)}))))}get root(){return a(this)}static get watchers(){return{activeTab:["watchActiveTab"]}}};o.style=":host{display:flex;flex-direction:column}:host .gux-tabs{display:flex;height:100%}:host .gux-tabs:not(.gux-vertical){flex-direction:column}:host .gux-panel-container{display:flex;flex-direction:column;height:100%;min-height:0}";export{o as gux_tabs}
@@ -0,0 +1 @@
1
+ import{r as t,c as e,f as i,h as o,g as r,H as n}from"./p-deca7631.js";import{O as s}from"./p-c49670a7.js";import{b as u}from"./p-e10cb032.js";import{s as a}from"./p-373c5d93.js";import{o as l,c as d}from"./p-16f3da0d.js";import{b as h}from"./p-ffaadf62.js";import{t as g}from"./p-fbde6469.js";import{O as c}from"./p-d6edbaeb.js";import{s as f,l as p,g as x,c as v,h as m,a as b,b as w,d as C,e as y,f as F,i as S,j as k,k as z,m as R,o as T}from"./p-65b03df8.js";import{w as j}from"./p-8b703092.js";import{r as E}from"./p-3ea0d493.js";import"./p-0962dd7a.js";const I={filterResults:"Type to filter dropdown results",noSelection:"Select...",dropdown:"Dropdown"};var L=function(t,e,i,o){var r,n=arguments.length,s=n<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,o);else for(var u=t.length-1;u>=0;u--)(r=t[u])&&(s=(n<3?r(s):n>3?r(e,i,s):r(e,i))||s);return n>3&&s&&Object.defineProperty(e,i,s),s};const H=class{constructor(i){t(this,i),this.guxexpanded=e(this,"guxexpanded",7),this.guxcollapsed=e(this,"guxcollapsed",7),this.guxfilter=e(this,"guxfilter",7),this.value=void 0,this.disabled=!1,this.required=!1,this.loading=!1,this.placeholder=void 0,this.filterType="none",this.hasError=!1,this.expanded=!1,this.filter=""}watchExpanded(t){t||(this.filter="")}watchValue(t){this.validateValue(t,this.listboxElement)}handleFilter(t){this.guxfilter.emit(t)}onKeydown(t){switch(t.key){case"Escape":return this.isFilterable()&&document.activeElement===this.listboxElement?this.filterElement.focus():void this.collapseListbox("focusFieldButton");case"Tab":return this.shiftTabFromFilterListbox(t)?(t.preventDefault(),this.filterElement.focus()):this.shiftTabFromExpandedFilterInput(t)?(t.preventDefault(),this.collapseListbox("focusFieldButton")):void this.collapseListbox("noFocusChange");case"ArrowDown":return void(this.activeElementNotListbox()&&(t.preventDefault(),this.expanded=!0,f(this.listboxElement)))}}onInternallistboxoptionsupdated(t){t.stopPropagation(),i(this.root)}onBlur(t){this.stopPropagationOfInternalFocusEvents(t)}onFocus(t){this.stopPropagationOfInternalFocusEvents(t)}onFocusout(t){this.stopPropagationOfInternalFocusEvents(t)}onFocusin(t){this.stopPropagationOfInternalFocusEvents(t)}onClickOutside(){this.collapseListbox("noFocusChange")}onMutation(){var t;this.listboxElement||(this.listboxElement=null===(t=this.root)||void 0===t?void 0:t.querySelector("gux-listbox"),this.applyListboxEventListeners())}onInternalExpanded(t){t.stopPropagation(),this.guxexpanded.emit(),this.listboxElement&&h((()=>{this.listboxElement.focus(),this.isFilterable()&&this.filterElement&&this.filterElement.focus()}))}onInternalCollapsed(t){t.stopPropagation(),this.guxcollapsed.emit()}connectedCallback(){var t;this.listboxElement=null===(t=this.root)||void 0===t?void 0:t.querySelector("gux-listbox"),this.listboxElement&&this.validateValue(this.value,this.listboxElement)}async componentWillLoad(){g(this.root),this.i18n=await u(this.root,I),l(this.root,(()=>{i(this.root)}))}componentDidLoad(){this.applyListboxEventListeners()}componentWillRender(){this.listboxElement&&(this.validateValue(this.value,this.listboxElement),this.listboxElement.loading=this.loading,this.listboxElement.filterType=this.filterType,this.listboxElement.filter=this.filter)}showTooltip(){var t;null===(t=this.truncateElement)||void 0===t||t.setShowTooltip()}hideTooltip(){var t;null===(t=this.truncateElement)||void 0===t||t.setHideTooltip()}validateValue(t,e){void 0!==t?this.getOptionElementByValue(t)&&(e.value=t):e&&(e.value=t)}applyListboxEventListeners(){var t,e;null===(t=this.listboxElement)||void 0===t||t.addEventListener("input",(t=>{t.stopPropagation(),this.updateValue(t.target.value)})),null===(e=this.listboxElement)||void 0===e||e.addEventListener("change",(t=>{t.stopPropagation()}))}stopPropagationOfInternalFocusEvents(t){if(this.root.contains(t.relatedTarget))return t.stopImmediatePropagation()}isFilterable(){return"starts-with"===this.filterType||"custom"===this.filterType}get optionElements(){return p(this.listboxElement)}getOptionElementByValue(t){return this.optionElements.find((e=>e.value===t))}fieldButtonClick(){this.expanded=!this.expanded}filterInput(t){t.stopPropagation(),this.filter=this.filterElement.value}shiftTabFromExpandedFilterInput(t){return t.shiftKey&&this.isFilterable()&&this.expanded&&!(document.activeElement===this.listboxElement)}shiftTabFromFilterListbox(t){return t.shiftKey&&this.isFilterable()&&document.activeElement===this.listboxElement}activeElementNotListbox(){return document.activeElement!==this.listboxElement}filterKeydown(t){switch(t.key){case"ArrowDown":return t.stopImmediatePropagation(),t.preventDefault(),this.listboxElement.focus(),void f(this.listboxElement);case"Enter":return this.listboxElement.guxSelectActive(),void t.preventDefault()}}filterKeyup(t){" "!==t.key||t.preventDefault()}collapseListbox(t){this.expanded&&(this.expanded=!1),"focusFieldButton"===t&&this.fieldButtonElement.focus()}updateValue(t){this.value!==t&&(this.value=t,a(this.root,"input"),a(this.root,"change")),this.collapseListbox("focusFieldButton")}getTypeaheadText(t){const e=t.length;if(e>0&&!this.loading){const i=x(this.listboxElement,t);if(i&&"custom"!==this.filterType)return i.textContent.trim().substring(e)}return""}renderTargetDisplay(){const t=this.getOptionElementByValue(this.value);return t?o("div",{class:"gux-selected-option"},this.renderSelectedItem(t)):o("div",{class:"gux-placeholder"},this.placeholder||this.i18n("noSelection"))}renderSelectedItem(t){const e=t.tagName.toLowerCase();switch(e){case"gux-option":return o("gux-truncate",{ref:t=>this.truncateElement=t},t.textContent);case"gux-option-icon":return this.renderIconOption(t);default:return e}}renderIconOption(t){let e=null;return null!==t.iconColor&&(e={color:t.iconColor}),o("span",{class:"gux-selected-icon"},o("gux-icon",{"icon-name":t.iconName,style:e,decorative:!0}),o("gux-truncate",{ref:t=>this.truncateElement=t},t.textContent))}renderFilterInputField(){if(this.expanded&&this.isFilterable())return o("div",{class:"gux-field gux-input-field"},o("div",{class:"gux-field-content"},o("div",{class:"gux-filter"},o("div",{class:"gux-filter-display"},o("span",{class:"gux-filter-text"},this.filter),o("span",{class:"gux-filter-suggestion"},this.getTypeaheadText(this.filter))),o("div",{class:"input-and-dropdown-button"},o("input",{onClick:this.fieldButtonClick.bind(this),class:"gux-filter-input",type:"text","aria-label":this.i18n("filterResults"),ref:t=>this.filterElement=t,onInput:this.filterInput.bind(this),onKeyDown:this.filterKeydown.bind(this),onKeyUp:this.filterKeyup.bind(this)})))))}renderPopup(){return o("slot",{slot:"popup"})}renderTarget(){return o("div",{class:{"gux-target-container-expanded":this.expanded&&this.isFilterable(),"gux-target-container-collapsed":!(this.expanded&&this.isFilterable()),"gux-error":this.hasError,"gux-disabled":this.disabled},slot:"target"},this.renderFilterInputField(),o("button",{type:"button",class:"gux-field gux-field-button",disabled:d(this.root),onClick:this.fieldButtonClick.bind(this),onFocusin:this.showTooltip.bind(this),onFocusout:this.hideTooltip.bind(this),ref:t=>this.fieldButtonElement=t,"aria-haspopup":"listbox","aria-expanded":this.expanded.toString()},this.renderTargetContent(),this.renderRadialLoading(),o("gux-icon",{class:{"gux-expand-icon":!0},"screenreader-text":this.i18n("dropdown"),iconName:this.expanded?"chevron-small-up":"chevron-small-down"})))}renderTargetContent(){if(!this.expanded||!this.isFilterable())return o("div",{class:"gux-field-content"},this.renderTargetDisplay())}renderRadialLoading(){if(this.loading&&!this.expanded)return o("gux-radial-loading",{context:"input"})}render(){return o("gux-popup",{expanded:this.expanded&&(!this.loading||this.isFilterable()),disabled:this.disabled},this.renderTarget(),this.renderPopup())}static get delegatesFocus(){return!0}get root(){return r(this)}static get watchers(){return{expanded:["watchExpanded"],value:["watchValue"],filter:["handleFilter"]}}};L([s({triggerEvents:"mousedown"})],H.prototype,"onClickOutside",null),L([c({childList:!0,subtree:!0})],H.prototype,"onMutation",null),H.style=":host{box-sizing:border-box;color:var(--gse-ui-formControl-input-populatedColor)}.gux-field,.gux-target-container-expanded{all:unset;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:nowrap;place-content:stretch center;align-items:center;width:100%;height:var(--gse-ui-formControl-input-textfield-height);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);cursor:pointer;background-color:var(--gse-ui-formControl-input-backgroundColor)}.gux-target-container-expanded,.gux-target-container-collapsed .gux-field{padding:var(--gse-ui-formControl-input-padding)}.gux-error.gux-target-container-collapsed .gux-field-button,.gux-error.gux-target-container-expanded{border:var(--gse-ui-formControl-input-error-border-width) var(--gse-ui-formControl-input-error-border-style) var(--gse-ui-formControl-input-error-border-color)}.gux-disabled.gux-target-container-collapsed .gux-field-button,.gux-disabled.gux-target-container-expanded{border:var(--gse-ui-formControl-input-disabled-border-width) var(--gse-ui-formControl-input-disabled-border-style) var(--gse-ui-formControl-input-disabled-border-color)}.gux-target-container-collapsed .gux-field-button:hover,.gux-target-container-expanded: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-field.gux-input-field{height:var(--gse-ui-formControl-input-contentText-lineHeight)}.gux-field .gux-field-content{--gux-zindex-tooltip:3;display:flex;flex:1 1 0;flex-direction:row;flex-wrap:nowrap;place-content:stretch flex-start;align-items:flex-start;min-width:0;height:var(--gse-ui-formControl-input-contentText-lineHeight)}.gux-field .gux-field-content .gux-filter,.gux-field .gux-field-content .gux-selected-option,.gux-field .gux-field-content .gux-placeholder{flex:1 1 auto;align-self:auto;order:0;padding:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gux-field .gux-field-content .gux-filter{position:relative;height:100%}.gux-field .gux-field-content .gux-filter .gux-filter-input{all:unset;width:100%;color:transparent;caret-color:var(--gse-ui-formControl-input-populatedColor)}.gux-field .gux-field-content .gux-filter .gux-filter-display{white-space:pre}.gux-field .gux-field-content .gux-filter .gux-filter-display .gux-filter-text{color:var(--gse-ui-formControl-input-populatedColor)}.gux-field .gux-field-content .gux-filter .gux-filter-display .gux-filter-suggestion{color:var(--gse-ui-formControl-input-suggestionColor)}.gux-field .gux-field-content .gux-filter .gux-filter-input,.gux-field .gux-field-content .gux-filter .gux-filter-display{position:absolute}.gux-field .gux-field-content .gux-placeholder{color:var(--gse-ui-formControl-input-placeholderColor)}.gux-field .gux-expand-icon{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);padding-left:var(--gse-ui-dropdown-gap);color:var(--gse-ui-formControl-input-inputIcon-iconEndColor)}.gux-target-container-expanded{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-input-borderRadius)}.gux-target-container-expanded:focus-visible{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-target-container-expanded:focus-within:has(:focus-visible){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-target-container-expanded .gux-filter-input{background-color:inherit;border:none}.gux-target-container-expanded .gux-filter-input:focus{border:none;outline:none}.gux-target-container-expanded .gux-field-button{width:auto;height:var(--gse-ui-formControl-input-contentText-lineHeight);margin:0;background:inherit;border:none;outline:none;box-shadow:none}.gux-target-container-expanded .gux-field-button:focus{outline:none}.gux-target-container-collapsed .gux-field-button{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-target-container-collapsed .gux-field-button:focus-visible{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-target-container-collapsed .gux-field-button:focus-within:has(:focus-visible){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)}::slotted(gux-listbox){outline:none}.gux-selected-icon{display:flex;align-items:center}.gux-selected-icon gux-icon{width:var(--gse-ui-formControl-input-inputIcon-size);height:var(--gse-ui-formControl-input-inputIcon-size);padding-right:var(--gse-ui-dropdown-gap)}";const O=["gux-option","gux-option-icon"].join(","),A={noMatches:"No matches",loading:"Loading..."},W=class{constructor(i){t(this,i),this.internallistboxoptionsupdated=e(this,"internallistboxoptionsupdated",7),this.value=void 0,this.loading=!1,this.filter="",this.filterType="none",this.emptyMessage=void 0,this.selectedValues=[],this.listboxOptions=[],this.allListboxOptionsFiltered=void 0}onBlur(){v(this.root)}onKeydown(t){if(!m(this.root))return t.preventDefault(),void f(this.root);switch(t.key){case"Enter":return t.preventDefault(),void k(this.root,(t=>this.updateValue(t)));case"ArrowDown":return t.preventDefault(),void(F(this.root)?(t.stopPropagation(),S(this.root)):w(this.root));case"ArrowUp":return t.preventDefault(),void(C(this.root)?(t.stopPropagation(),y(this.root)):b(this.root));case"Home":return t.preventDefault(),void w(this.root);case"End":return t.preventDefault(),void b(this.root);case" ":return void t.preventDefault()}1!==t.key.length||z(this.root,t.key)}onKeyup(t){" "!==t.key||k(this.root,(t=>this.updateValue(t)))}onMousemove(){v(this.root)}onClick(t){j(O,t,(t=>{T(t,(t=>this.updateValue(t)))}))}async guxSelectActive(){k(this.root,(t=>this.updateValue(t)))}setListboxOptions(){this.value&&(this.selectedValues=this.value.split(",")),this.listboxOptions=Array.from(this.root.children),this.internallistboxoptionsupdated.emit()}updateValue(t){this.value!==t&&(this.value=t),a(this.root,"input"),a(this.root,"change")}async componentWillLoad(){g(this.root),this.i18n=await u(this.root,A),this.setListboxOptions()}componentWillRender(){this.listboxOptions.forEach((t=>{t.selected=t.value===this.value,"custom"!==this.filterType&&(t.filtered=!R(t,this.filter))})),this.allListboxOptionsFiltered=0===this.listboxOptions.filter((t=>!t.filtered)).length,!this.allListboxOptionsFiltered&&this.filter?w(this.root):v(this.root)}renderHiddenSlot(){return o("div",{hidden:!0},o("slot",{onSlotchange:()=>this.setListboxOptions()}))}renderLoading(){return[o("div",{class:"gux-message-container"},o("gux-radial-loading",{context:"modal"}),o("span",null,this.i18n("loading"))),this.renderHiddenSlot()]}renderAllListboxOptionsFiltered(){return[o("div",{class:"gux-message-container"},o("div",{class:"gux-no-matches"},this.emptyMessage||this.i18n("noMatches"))),this.renderHiddenSlot()]}render(){return this.loading?this.renderLoading():this.allListboxOptionsFiltered?this.renderAllListboxOptionsFiltered():o(n,{role:"listbox",tabindex:0},o("slot",{onSlotchange:()=>this.setListboxOptions()}))}get root(){return r(this)}};W.style=":host{box-sizing:border-box;display:block;max-height:var(--gse-ui-menu-maxHeight);padding:var(--gse-ui-menu-padding);margin:0;overflow:visible auto;background:var(--gse-ui-menu-backgroundColor);border:var(--gse-ui-menu-border-width) var(--gse-ui-menu-border-style) var(--gse-ui-menu-border-color);border-radius:var(--gse-ui-menu-borderRadius);outline: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)}:host(:focus-visible){outline:var(--gse-semantic-focusRing-width) solid var(--gse-semantic-color-focus);outline-offset:var(--gse-semantic-focusRing-offset)}.gux-message-container{display:flex;flex-direction:column;flex-wrap:nowrap;place-content:stretch center;align-items:center;text-align:center}.gux-message-container .gux-no-matches{box-sizing:border-box;height:var(--gse-ui-menu-option-height);font-family:var(--gse-ui-dropdown-menu-emptyState-subheader-text-fontFamily);font-size:var(--gse-ui-dropdown-menu-emptyState-subheader-text-fontSize);font-weight:var(--gse-ui-dropdown-menu-emptyState-subheader-text-fontWeight);line-height:var(--gse-ui-dropdown-menu-emptyState-subheader-text-lineHeight);color:var(--gse-ui-dropdown-menu-emptyState-subheader-foregroundColor)}";const B=class{constructor(e){t(this,e),this.value=void 0,this.active=!1,this.selected=!1,this.disabled=!1,this.filtered=!1}handleActive(t){var e,i;t?null===(e=this.truncateElement)||void 0===e||e.setShowTooltip():null===(i=this.truncateElement)||void 0===i||i.setHideTooltip()}componentWillLoad(){this.root.id=this.root.id||E("gux-option")}getAriaSelected(){return!this.disabled&&(this.selected?"true":"false")}render(){return o(n,{role:"option",class:{"gux-active":this.active,"gux-disabled":this.disabled,"gux-filtered":this.filtered,"gux-selected":this.selected},"aria-selected":this.getAriaSelected(),"aria-disabled":this.disabled.toString()},o("gux-truncate",{ref:t=>this.truncateElement=t},o("slot",null)))}get root(){return r(this)}static get watchers(){return{active:["handleActive"]}}};B.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}";export{H as gux_dropdown,W as gux_listbox,B as gux_option}
@@ -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-fbde6469.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 t,c as e,h as o,g as n}from"./p-deca7631.js";import{t as i}from"./p-fbde6469.js";import{b as r}from"./p-e10cb032.js";import{a}from"./p-37bfd195.js";import"./p-0962dd7a.js";const s={eraseBtnAria:"Clear search text",navigateNextBtn:"Highlight next match",navigatePreviousBtn:"Highlight previous match",totalMatches:"{currentMatch, number} of {matchCount, number}",clear:"Clear"},u=class{constructor(o){t(this,o),this.guxcurrentmatchchanged=e(this,"guxcurrentmatchchanged",7),this.matchCount=0,this.currentMatch=0,this.disabled=void 0,this.value=void 0}async clear(){this.disabled||(this.matchCount=0,this.currentMatch=0,this.value="",this.resetInputSlottedElement(),this.emitCurrentMatchChanged(),this.inputSlottedElement.focus())}async componentWillLoad(){i(this.root),this.i18n=await r(this.root,s),this.inputSlottedElement=this.root.querySelector("input"),this.disabled=this.inputSlottedElement.disabled,this.value=this.inputSlottedElement.value,this.disabledObserver=a(this.inputSlottedElement,(t=>{this.disabled=t})),this.inputSlottedElement.addEventListener("input",(t=>this.onInput(t)))}disconnectedCallback(){this.disabledObserver&&this.disabledObserver.disconnect()}render(){return o("div",{class:{"gux-content-search":!0,"gux-disabled":this.disabled}},o("div",{class:"gux-search-icon"},o("gux-icon",{decorative:!0,"icon-name":"search"})),o("gux-truncate",{"max-lines":"1"},o("slot",null)),this.getNavigationPanel())}getNavigationPanel(){if(this.showNavigationPanel()){const t=this.disableNavigationPanel();return o("div",{class:"gux-content-control-panel"},o("div",{class:{"gux-navigation-panel":!0,"gux-navigation-disabled":t}},o("span",{class:{"gux-navigation-result":!0,"gux-navigation-result-disabled":t}},this.matchCountResult()),o("div",{class:"gux-navigation-buttons"},o("button",{type:"button",class:"gux-previous-button",title:this.i18n("navigatePreviousBtn"),"aria-label":this.i18n("navigatePreviousBtn"),onClick:()=>this.previousClick(),disabled:t},o("gux-icon",{decorative:!0,"icon-name":"arrow-solid-up"})),o("button",{type:"button",class:"gux-next-button",title:this.i18n("navigateNextBtn"),"aria-label":this.i18n("navigateNextBtn"),onClick:()=>this.nextClick(),disabled:t},o("gux-icon",{decorative:!0,"icon-name":"arrow-solid-down"}))),o("div",{class:"gux-navigation-divider"})),o("button",{class:"gux-clear-button",tabIndex:-1,type:"button",title:this.i18n("clear"),onClick:()=>{this.clear()},disabled:t},o("gux-icon",{"icon-name":"close",decorative:!0})))}return null}matchCountResult(){return this.i18n("totalMatches",{currentMatch:this.getNormalizedCurrentMatch(),matchCount:this.getNormalizedMatchCount()})}showNavigationPanel(){return""!==this.value}disableNavigationPanel(){return this.disabled||this.getNormalizedMatchCount()<=0}getNormalizedMatchCount(){return this.matchCount&&Number.isInteger(this.matchCount)&&this.matchCount>=0?Number(this.matchCount):0}getNormalizedCurrentMatch(){return this.currentMatch&&Number.isInteger(this.currentMatch)&&this.currentMatch>=0&&this.currentMatch<=this.getNormalizedMatchCount()&&this.getNormalizedMatchCount()>0?Number(this.currentMatch):0}resetInputSlottedElement(){this.inputSlottedElement.value="",this.inputSlottedElement.dispatchEvent(new InputEvent("input",{bubbles:!0,cancelable:!0})),this.inputSlottedElement.dispatchEvent(new InputEvent("change",{bubbles:!0}))}nextClick(){this.disableNavigationPanel()||(this.currentMatch=this.getNormalizedCurrentMatch()===this.getNormalizedMatchCount()?1:this.getNormalizedCurrentMatch()+1,this.emitCurrentMatchChanged())}previousClick(){this.disableNavigationPanel()||(this.currentMatch=1===this.getNormalizedCurrentMatch()||0===this.getNormalizedCurrentMatch()?this.getNormalizedMatchCount():this.getNormalizedCurrentMatch()-1,this.emitCurrentMatchChanged())}onInput(t){this.value=t.target.value}emitCurrentMatchChanged(){this.guxcurrentmatchchanged.emit(this.getNormalizedCurrentMatch())}get root(){return n(this)}};u.style=":host{display:inline-block;width:300px;min-width:300px}::slotted(input[disabled]){opacity:var(--gse-ui-formControl-input-disabled-opacity)}::slotted(input){box-sizing:border-box;flex-basis:100%;flex-shrink:1;width:120px;overflow:hidden;font-family:var(--gse-ui-search-counter-text-fontFamily);font-size:var(--gse-ui-search-counter-text-fontSize);font-weight:var(--gse-ui-search-counter-text-fontWeight);line-height:var(--gse-ui-search-counter-text-lineHeight);color:var(--gse-ui-formControl-input-populatedColor);text-overflow:ellipsis;white-space:nowrap;background-image:none;border:0;border-radius:0;outline:none}::slotted(input)::placeholder{color:var(--gse-ui-formControl-input-populatedColor)}::slotted(input).gux-focused,::slotted(input):focus,::slotted(input):focus-visible{border:0;outline:none;box-shadow:none}.gux-content-search{box-sizing:border-box;display:flex;flex-direction:row;gap:var(--gse-ui-formControl-input-gap);width:100%;height:var(--gse-ui-formControl-input-textfield-height);padding:var(--gse-ui-formControl-textarea-padding);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-content-search gux-truncate{display:flex;align-items:center}.gux-content-search.gux-disabled{pointer-events:none;cursor:default;opacity:var(--gse-ui-formControl-input-disabled-opacity)}.gux-content-search:focus-visible,.gux-content-search: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)}.gux-content-search:not(:disabled):not(.gux-disabled):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-content-search .gux-search-icon{display:flex;flex-shrink:0;align-items:center}.gux-content-search .gux-search-icon:disabled{pointer-events:none;cursor:default;opacity:var(--gse-ui-formControl-input-disabled-opacity)}.gux-content-search .gux-search-icon gux-icon{width:var(--gse-ui-search-counter-icon-width);height:var(--gse-ui-search-counter-icon-height);color:var(--gse-ui-formControl-input-inputIcon-defaultColor)}.gux-content-search .gux-content-control-panel{box-sizing:border-box;display:flex;flex-grow:1;flex-shrink:0;gap:var(--gse-ui-formControl-input-gap);place-content:center flex-end;align-items:center;padding:0}.gux-content-search .gux-content-control-panel gux-icon{width:var(--gse-ui-icon-size-sm);height:var(--gse-ui-icon-size-sm)}.gux-content-search .gux-content-control-panel button{display:block;align-items:center;overflow:hidden;color:var(--gse-ui-search-counter-default-foregroundColor);cursor:pointer;background:none;border:none;border-radius:var(--gse-ui-button-borderRadius);outline:none}.gux-content-search .gux-content-control-panel button:disabled{pointer-events:none;cursor:default;opacity:var(--gse-ui-formControl-input-disabled-opacity)}.gux-content-search .gux-content-control-panel button:not(:disabled):hover,.gux-content-search .gux-content-control-panel button:not(:disabled):focus-visible{color:var(--gse-ui-search-counter-hover-foregroundColor)}.gux-content-search .gux-content-control-panel button:not(.gux-clear-button):focus-visible:enabled{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-content-search .gux-content-control-panel button.gux-clear-button{flex-shrink:0;align-items:center;padding-right:0;padding-left:0}.gux-content-search .gux-content-control-panel button.gux-clear-button gux-icon{width:var(--gse-ui-icon-size-sm);height:var(--gse-ui-icon-size-sm)}.gux-content-search .gux-content-control-panel .gux-navigation-disabled{pointer-events:auto;cursor:default;opacity:var(--gse-ui-formControl-input-disabled-opacity)}.gux-content-search .gux-content-control-panel .gux-navigation-panel{display:flex;gap:var(--gse-ui-search-counter-gap)}.gux-content-search .gux-content-control-panel .gux-navigation-panel .gux-navigation-divider{height:16px;color:var(--gse-ui-search-counter-default-foregroundColor);background-color:#c6c8ce;border:1px var(--gse-ui-search-counter-divider-border-style) var(--gse-ui-search-counter-divider-border-color)}.gux-content-search .gux-content-control-panel .gux-navigation-panel .gux-navigation-buttons{display:flex;flex-direction:row}.gux-content-search .gux-content-control-panel .gux-navigation-panel .gux-navigation-result{align-items:center;color:var(--gse-ui-search-counter-default-foregroundColor);white-space:nowrap}.gux-content-search .gux-content-control-panel .gux-navigation-panel .gux-previous-button{flex-shrink:0;align-items:center;padding-right:0;padding-left:0}.gux-content-search .gux-content-control-panel .gux-navigation-panel .gux-next-button{flex-shrink:0;align-items:center;padding-right:0;padding-left:0}";export{u as gux_content_search}
@@ -0,0 +1 @@
1
+ import{r as t,f as o,h as r,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,c as p,d as h,G as g,a as d,g as x,v as m,b as c}from"./p-e5766b80.js";import{G as v,a as b}from"./p-2b468e4b.js";import{t as C}from"./p-fbde6469.js";import"./p-3ea0d493.js";import"./p-9d734bbd.js";import"./p-373c5d93.js";const w=class{constructor(o){t(this,o),this.clearable=void 0,this.labelPosition=void 0,this.hasPrefix=void 0,this.hasSuffix=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=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"),o(this.root)}componentWillLoad(){this.setInput(),this.setLabel(),this.hasError=u(this.root,"error"),this.hasHelp=u(this.root,"help"),this.hasPrefix=Boolean(this.root.querySelector('[slot="prefix"]')),this.hasSuffix=Boolean(this.root.querySelector('[slot="suffix"]')),this.hasPrefix&&p(this.root,this.input,"prefix"),this.hasSuffix&&p(this.root,this.input,"suffix"),C(this.root,{variant:this.variant})}disconnectedCallback(){this.disabledObserver&&this.disabledObserver.disconnect(),this.requiredObserver&&this.requiredObserver.disconnect()}render(){return r(b,{labelPosition:this.computedLabelPosition},r(v,{position:this.computedLabelPosition,required:this.required},r("slot",{name:"label",onSlotchange:()=>this.setLabel()})),r("div",{class:"gux-input-and-error-container"},r("div",{class:{"gux-input":!0,"gux-input-error":this.hasError}},r("div",{class:{"gux-input-container":!0,"gux-disabled":this.disabled,"gux-has-prefix":this.hasPrefix,"gux-has-suffix":this.hasSuffix}},r("slot",{name:"prefix"}),r("slot",{name:"input"}),r("slot",{name:"suffix"}),this.clearable&&this.hasContent&&!this.disabled&&r("gux-form-field-input-clear-button",{onClick:()=>h(this.input)}))),r(g,{show:this.hasError},r("slot",{name:"error"})),r(d,{show:!this.hasError&&this.hasHelp},r("slot",{name:"help"}))))}get variant(){const t=this.labelPosition?this.labelPosition.toLowerCase():"none";return`${this.input.getAttribute("type")}-${this.clearable?"clearable":"unclearable"}-${t}`}setInput(){this.input=x(this.root,'input[type="email"][slot="input"], input[type="number"][slot="input"], input[type="password"][slot="input"], input[type="text"][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,(t=>{this.disabled=t})),this.requiredObserver=s(this.input,(t=>{this.required=t})),m(this.root,this.input)}setLabel(){this.label=this.root.querySelector('label[slot="label"]'),this.computedLabelPosition=c(this.label,this.labelPosition)}get root(){return e(this)}};(function(t,o,r,e){var i,n=arguments.length,l=n<3?o:null===e?e=Object.getOwnPropertyDescriptor(o,r):e;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)l=Reflect.decorate(t,o,r,e);else for(var s=t.length-1;s>=0;s--)(i=t[s])&&(l=(n<3?i(l):n>3?i(o,r,l):i(o,r))||l);n>3&&l&&Object.defineProperty(o,r,l)})([l({childList:!0,subtree:!0})],w.prototype,"onMutation",null),w.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-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}slot[name=prefix],slot[name=suffix]{font-family:var(--gse-ui-formControl-input-prefixSufix-text-fontFamily);font-size:var(--gse-ui-formControl-input-prefixSufix-text-fontSize);line-height:var(--gse-ui-formControl-input-prefixSufix-text-lineHeight);color:var(--gse-ui-formControl-input-prefixSufix-defaultColor);text-align:center;text-decoration:none;white-space:nowrap}.gux-input-and-error-container{flex-grow:1}.gux-input-and-error-container .gux-input .gux-input-container{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);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-has-suffix:not(.gux-input-and-error-container .gux-input .gux-input-container.gux-has-prefix) ::slotted(input){text-align:right}.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: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)}.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{w as gux_form_field_text_like}
@@ -0,0 +1 @@
1
+ import{r as t,c as i,h as a}from"./p-deca7631.js";const e=class{constructor(a){t(this,a),this.internalactivatetabpanel=i(this,"internalactivatetabpanel",7),this.tabId=void 0,this.guxDisabled=!1,this.active=!1}onClick(){this.active||this.guxDisabled||this.internalactivatetabpanel.emit(this.tabId)}onFocusin(){this.tooltipTitleElement.setShowTooltip()}onFocusout(){this.tooltipTitleElement.setHideTooltip()}async guxSetActive(t){this.active=t}async guxFocus(){this.buttonElement.focus()}async guxGetActive(){return this.active}render(){return a("button",{class:{"gux-disabled":this.guxDisabled,"gux-tab":!0,"gux-active":this.active},type:"button","aria-disabled":this.guxDisabled.toString(),id:`gux-${this.tabId}-tab`,role:"tab","aria-controls":`gux-${this.tabId}-panel`,"aria-selected":this.active.toString(),tabIndex:this.active?0:-1,ref:t=>this.buttonElement=t},a("gux-tooltip-title",{ref:t=>this.tooltipTitleElement=t},a("span",null,a("slot",null))))}};e.style="gux-tabs[orientation=vertical]>gux-tab-list gux-tab{box-sizing:border-box;border-right:var(--gse-ui-tabs-item-divider-vertical-width) solid var(--gse-ui-tabs-item-divider-dividerColor)}gux-tabs[orientation=vertical]>gux-tab-list gux-tab .gux-tab{display:flex;justify-content:flex-end;height:var(--gse-ui-tabs-item-vertical-fixedHeight);padding:var(--gse-ui-tabs-item-vertical-padding);border-right:var(--gse-ui-tabs-item-indicator-vertical-width) solid transparent}gux-tabs[orientation=vertical]>gux-tab-list gux-tab .gux-tab.gux-active{border-right-color:var(--gse-ui-tabs-item-indicator-activeColor)}gux-tabs[orientation=vertical]>gux-tab-list gux-tab .gux-tab:hover:not(.gux-active):not(.gux-disabled){border-right-color:var(--gse-ui-tabs-item-indicator-hoverColor)}gux-tabs:not([orientation=vertical])>gux-tab-list .gux-tab{box-sizing:border-box;height:var(--gse-ui-tabs-item-horizontal-fixedHeight);padding:var(--gse-ui-tabs-item-horizontal-padding);border-bottom:var(--gse-ui-tabs-item-indicator-horizontal-height) solid transparent}gux-tabs:not([orientation=vertical])>gux-tab-list .gux-tab.gux-active{border-bottom-color:var(--gse-ui-tabs-item-indicator-activeColor)}gux-tabs:not([orientation=vertical])>gux-tab-list .gux-tab:hover:not(.gux-active):not(.gux-disabled){border-bottom-color:var(--gse-ui-tabs-item-indicator-hoverColor)}gux-tabs:not([orientation=vertical])>gux-tab-list .gux-tab gux-tooltip-title{margin:auto}gux-tabs[alignment=center]>gux-tab-list .gux-scrollable-section{justify-content:center}gux-tabs[alignment=full-width]>gux-tab-list .gux-scrollable-section{flex-grow:1}gux-tabs[alignment=full-width]>gux-tab-list gux-tab{width:100%;max-width:100%}gux-tabs[alignment=full-width]>gux-tab-list gux-tab .gux-tab{width:100%;max-width:100%}gux-tab{display:flex;width:var(--gse-ui-tabs-item-fixedWidth);max-width:160px}gux-tab .gux-tab{display:flex;align-items:center;width:var(--gse-ui-tabs-item-fixedWidth);max-width:160px;height:var(--gse-ui-tabs-item-height);font-family:var(--gse-ui-tabs-item-itemText-fontFamily);font-size:var(--gse-ui-tabs-item-itemText-fontSize);font-weight:var(--gse-ui-tabs-item-itemText-fontWeight);line-height:var(--gse-ui-tabs-item-itemText-lineHeight);color:var(--gse-ui-tabs-item-itemTextColor);cursor:pointer;background-color:transparent;border:none}gux-tab .gux-tab.gux-disabled{cursor:default}gux-tab .gux-tab.gux-disabled gux-tooltip-title{opacity:var(--gse-ui-tabs-item-disableOpacity)}gux-tab .gux-tab:focus-visible{border:var(--gse-ui-tabs-focusRing-border-width) var(--gse-ui-tabs-focusRing-border-style) var(--gse-ui-tabs-focusRing-border-color);border-radius:var(--gse-ui-tabs-focusRing-borderRadius);outline:none}gux-tab .gux-tab gux-tooltip-title{max-width:160px;white-space:nowrap}";export{e as gux_tab}
@@ -0,0 +1 @@
1
+ import{r as t,h as i,g as o}from"./p-deca7631.js";import{b as n}from"./p-e10cb032.js";import{t as a}from"./p-fbde6469.js";import"./p-0962dd7a.js";const e={navigationName:"Skip links navigation"},s=class{constructor(i){t(this,i)}async componentWillLoad(){a(this.root),this.i18n=await n(this.root,e)}render(){return i("div",{class:"gux-container"},i("nav",{"aria-label":this.i18n("navigationName")},i("ul",{role:"list"},i("slot",null))))}static get delegatesFocus(){return!0}get root(){return o(this)}};s.style=":host{position:absolute;top:auto;left:-10000px;width:1px;height:1px;overflow:hidden}:host(:focus-within){position:inherit;top:inherit;left:inherit;width:inherit;height:inherit;overflow:inherit;position:absolute;inset:0}.gux-container nav{width:fit-content;margin:40px auto}.gux-container nav ul{padding:0;margin:0}";export{s as gux_skip_navigation_list}
@@ -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-fbde6469.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,c as e,f as s,d as i,h,H as a,g as o}from"./p-deca7631.js";import{b as r}from"./p-e10cb032.js";import{w as l}from"./p-8b703092.js";import{r as n}from"./p-3ea0d493.js";import{t as c}from"./p-fbde6469.js";import{t as d}from"./p-408d5857.js";import"./p-0962dd7a.js";const g=class{constructor(i){t(this,i),this.guxselectionchanged=e(this,"guxselectionchanged",7),this.guxsortchanged=e(this,"guxsortchanged",7),this.slotObserver=new MutationObserver((()=>s(this))),this.tableId=n("gux-table"),this.columnsWidths={},this.isVerticalScroll=!1,this.columnResizeHover=!1,this.compact=!1,this.objectTable=!1,this.emptyMessage=void 0,this.resizableColumns=void 0}async componentWillLoad(){c(this.root),this.i18n=await r(this.root,d)}componentDidLoad(){this.resizableColumns&&this.prepareResizableColumns(),this.prepareSelectableRows(),this.checkVerticalScroll(),!this.resizeObserver&&window.ResizeObserver&&(this.resizeObserver=new ResizeObserver((()=>{i((()=>{this.checkVerticalScroll()}))}))),this.resizeObserver&&(this.resizeObserver.observe(this.tableContainer),this.resizeObserver.observe(this.slottedTable)),this.slotObserver.observe(this.slottedTable,{subtree:!0,childList:!0})}checkVerticalScroll(){const t=this.tableContainer;this.isVerticalScroll=t.scrollHeight>t.clientHeight}disconnectedCallback(){this.resizeObserver&&(this.resizeObserver.unobserve(this.tableContainer),this.resizeObserver.unobserve(this.slottedTable)),this.resizableColumns&&document.getElementById(`${this.tableId}-resizable-styles`).remove()}onInternalAllRowSelectChange(t){t.stopPropagation(),this.handleSelectAllRows(t.detail)}onInternalRowSelectChange(t){t.stopPropagation();const e=t.target;e.selected=t.detail,this.handleRowSelection(e)}onMouseMove(t){this.resizableColumns&&this.updateResizeState(t)}onMouseDown(t){this.resizableColumns&&this.maybeStartResizing(t)}onMouseUp(){this.resizableColumns&&this.stopResizing()}get tableContainer(){return this.root.shadowRoot.querySelector(".gux-table-container")}get slottedTable(){return this.root.querySelector('table[slot="data"]')}get tableRows(){return Array.from(this.slottedTable.querySelectorAll("tbody tr"))}get tableColumns(){return Array.from(this.slottedTable.querySelectorAll("thead th"))}get rowCheckboxes(){return Array.from(this.slottedTable.querySelectorAll("tbody tr td gux-row-select"))}get selectAllCheckbox(){return this.slottedTable.querySelector("thead tr th gux-all-row-select")}async getSelected(){return this.getSelectedInternal()}getSelectedInternal(){return{selectedRowIds:Array.from(this.rowCheckboxes).filter((t=>t.selected)).map((t=>t.closest("tr").getAttribute("data-row-id")))}}prepareSelectableRows(){this.rowCheckboxes.forEach((t=>{this.updateRowSelection(t)})),this.updateSelectAllBoxState()}updateSelectAllBoxState(){const t=this.selectAllCheckbox;if(t){const e=this.rowCheckboxes,s=e.filter((t=>!t.hasAttribute("disabled"))),i=s.filter((t=>t.selected)),h=Boolean(e.length),a=i.length===s.length,o=0===i.length;t.selected=h&&a,t.setIndeterminate(h&&!a&&!o)}}handleSelectAllRows(t){const e=this.selectAllCheckbox;this.rowCheckboxes.forEach((s=>{e.selected=t,s.hasAttribute("disabled")||(s.selected=t,this.updateRowSelection(s))})),this.emitSelectionEvent()}handleRowSelection(t){this.updateRowSelection(t),this.updateSelectAllBoxState(),this.emitSelectionEvent()}emitSelectionEvent(){this.guxselectionchanged.emit(this.getSelectedInternal())}updateRowSelection(t){const e=t.closest("tr");t.selected?e.setAttribute("data-selected-row",""):e.removeAttribute("data-selected-row")}prepareResizableColumns(){const t=document.createElement("style");t.id=`${this.tableId}-resizable-styles`,document.querySelector("head").appendChild(t),this.calculateColumnWidths(this.tableColumns).slice(0,-1).forEach((t=>this.columnsWidths[t.name]=t.width)),this.setResizableColumnsStyles()}updateResizeState(t){if(this.columnResizeState){const e=this.columnResizeState.resizableColumn.dataset.columnName,s=Math.max(this.columnResizeState.resizableColumnInitialWidth+(t.pageX-this.columnResizeState.columnResizeMouseStartX),1),i=this.calculateColumnWidths(this.tableColumns).map((t=>t.name===e?Object.assign(Object.assign({},t),{width:s}):t));this.columnsWidths[e]=i.find((t=>t.name===e)).width,this.setResizableColumnsStyles()}else this.columnResizeHover=!1,l("th",t,(e=>{this.tableColumns.length-1!==e.cellIndex&&this.isInResizeZone(t,e)&&(this.columnResizeHover=!0)}))}maybeStartResizing(t){l("th",t,(e=>{this.isInResizeZone(t,e)&&(this.columnResizeState={resizableColumn:e,columnResizeMouseStartX:t.pageX,resizableColumnInitialWidth:e.clientWidth})}))}stopResizing(){this.columnResizeState&&(this.columnResizeState=null)}isInResizeZone(t,e){return e.getBoundingClientRect().right-t.clientX<3}calculateColumnWidths(t){return t.map((t=>({name:t.dataset.columnName,width:t.clientWidth})))}setResizableColumnsStyles(){const t=document.getElementById(`${this.tableId}-resizable-styles`);let e="";Object.keys(this.columnsWidths).forEach((t=>{e+=`[gs-table-id=${this.tableId}] th[data-column-name="${t}"]{\n width:${String(this.columnsWidths[t])}px;\n min-width:${String(this.columnsWidths[t])}px;\n }`})),t.innerHTML=e}get isTableEmpty(){return!this.root.children[0]||this.tableRows.length<1}get tableContainerClasses(){return{"gux-table-container":!0,"gux-column-resizing":Boolean(this.columnResizeState),"gux-column-resizing-hover":this.columnResizeHover}}render(){return h(a,{"gs-table-id":this.tableId,"gs-obj-table":this.objectTable,"gs-compact":this.compact},h("div",{class:"gux-table"},h("div",{tabindex:this.isVerticalScroll?"0":"-1",id:this.tableId,class:this.tableContainerClasses},h("slot",{name:"data"})),this.isTableEmpty&&h("div",{class:"gux-empty-table"},this.emptyMessage||this.i18n("emptyMessage"))))}get root(){return o(this)}};g.style=":host{display:block;isolation:isolate}:host .gux-table{position:relative;height:inherit}:host .gux-table .gux-table-container{max-height:100%;overflow:auto;scrollbar-color:var(--gse-ui-dataTableItems-scrollbar-foregroundColor);scrollbar-width:thin}:host .gux-table .gux-table-container.gux-column-resizing-hover,:host .gux-table .gux-table-container.gux-column-resizing{cursor:col-resize}:host .gux-empty-table{display:flex;align-items:center;justify-content:center;height:calc(100% - var(--gse-ui-dataTableItems-header-default-height));color:#596373;background:#fdfdfd;font-family:var(--gse-core-typography-heading-lg-fontFamily), var(--gse-core-fontFamily-heading), sans-serif;font-size:var(--gse-core-typography-heading-lg-fontSize);line-height:var(--gse-core-typography-heading-lg-lineHeight);font-weight:var(--gse-core-fontWeight-bold)}";export{g as gux_table}
@@ -0,0 +1 @@
1
+ import{r as t,c as a,h as i,g as n}from"./p-deca7631.js";import{b as e}from"./p-e10cb032.js";import{t as o}from"./p-c7328d42.js";import{b as s}from"./p-ffaadf62.js";import"./p-0962dd7a.js";class r{static displayAllPageButtons(t,a,i){switch(i){case"advanced":return function(t,a){if(a<=7)return[...Array(a).keys()].map((a=>{const i=a+1;return{pageNumber:i,display:String(i),current:i===t}}));if(t<=3)return[...[...Array(5).keys()].map((a=>{const i=a+1;return{pageNumber:i,display:String(i),current:i===t}})),{pageNumber:6,display:"...",current:!1},{pageNumber:a,display:String(a),current:!1}];if(t>a-3){const i=[...Array(5).keys()].map((i=>{const n=i+a-4;return{pageNumber:n,display:String(n),current:n===t}}));return[{pageNumber:1,display:"1",current:!1},{pageNumber:a-6,display:"...",current:!1},...i]}const i=[...Array(3).keys()].map((a=>{const i=a+t-1;return{pageNumber:i,display:String(i),current:i===t}}));return[{pageNumber:1,display:"1",current:!1},{pageNumber:t-3,display:"...",current:!1},...i,{pageNumber:t+3,display:"...",current:!1},{pageNumber:a,display:String(a),current:!1}]}(t,a);case"simple":return function(t,a){return a<=3?[...Array(a).keys()].map((a=>{const i=a+1;return{pageNumber:i,display:String(i),current:i===t}})):a>=4?[...[...Array(1).keys()].map((i=>{const n=i+t;return{pageNumber:n,display:String(n),current:n!==a}})),{pageNumber:t,display:"...",current:!1},{pageNumber:a,display:String(a),current:a==t}]:void 0}(t,a)}}}const u=class{constructor(i){t(this,i),this.internalcurrentpagechange=a(this,"internalcurrentpagechange",3),this.currentPage=void 0,this.totalPages=void 0,this.layout="advanced"}goToPageHandler(t){this.currentPage=t.detail,this.handlePageChange(this.currentPage),s((()=>{this.currentElement.focus()}))}get onFirstPage(){return this.currentPage<=1}get onLastPage(){return this.currentPage>=this.totalPages}handleClickFirst(){this.internalcurrentpagechange.emit(1)}handleClickPrevious(){this.internalcurrentpagechange.emit(this.currentPage-1)}handleClickNext(){this.internalcurrentpagechange.emit(this.currentPage+1)}handleClickLast(){this.internalcurrentpagechange.emit(this.totalPages)}handlePageChange(t){this.internalcurrentpagechange.emit(t)}getPageListEnteries(t,a,n){return r.displayAllPageButtons(t,a,n).reduce(((t,a)=>t.concat(a.current?i("button",{ref:t=>this.currentElement=t,class:"gux-pagination-buttons-list-current"},a.display):"..."==a.display?i("gux-pagination-ellipsis-button",{totalPages:this.totalPages}):i("button",{class:"gux-pagination-buttons-list-target",onClick:()=>this.handlePageChange(a.pageNumber)},a.display))),[])}getPageNavigation(){return i("div",{class:"gux-pagination-buttons-list-container"},this.getPageListEnteries(this.currentPage,this.totalPages,this.layout))}async componentWillLoad(){this.i18n=await e(this.root,o)}render(){return i("div",{class:`gux-pagination-buttons-container gux-${this.layout}`},i("div",{class:"gux-pagination-buttons-group"},i("gux-button-slot",{accent:"ghost"},i("button",{title:this.i18n("first"),disabled:this.onFirstPage,onClick:this.handleClickFirst.bind(this)},i("gux-icon",{decorative:!0,"icon-name":"chevron-double-left"}))),i("gux-button-slot",{accent:"ghost"},i("button",{title:this.i18n("previous"),disabled:this.onFirstPage,onClick:this.handleClickPrevious.bind(this)},i("gux-icon",{decorative:!0,"icon-name":"chevron-small-left"})))),this.getPageNavigation(),i("div",{class:"gux-pagination-buttons-group"},i("gux-button-slot",{accent:"ghost"},i("button",{title:this.i18n("next"),disabled:this.onLastPage,onClick:this.handleClickNext.bind(this)},i("gux-icon",{decorative:!0,"icon-name":"chevron-small-right"}))),i("gux-button-slot",{accent:"ghost"},i("button",{title:this.i18n("last"),disabled:this.onLastPage,onClick:this.handleClickLast.bind(this)},i("gux-icon",{decorative:!0,"icon-name":"chevron-double-right"})))))}get root(){return n(this)}};u.style="gux-pagination-buttons .gux-pagination-buttons-container{display:flex;flex-direction:row;flex-wrap:nowrap;gap:var(--gse-ui-dataTableItems-tablePagination-recordsetControls-gap);place-content:stretch flex-end;align-items:center;margin-left:var(--gse-ui-dataTableItems-tablePagination-recordsetControls-gap)}gux-pagination-buttons .gux-pagination-buttons-container>div{flex:0 1 auto;align-self:auto;order:0}gux-pagination-buttons .gux-pagination-buttons-container .gux-pagination-buttons-group{display:flex;flex-direction:row;gap:var(--gse-ui-dataTableItems-tablePagination-recordsetControls-gap);white-space:nowrap}gux-pagination-buttons .gux-pagination-buttons-container .gux-pagination-buttons-list-container{display:flex;flex-direction:row;flex-shrink:0;flex-wrap:nowrap;gap:var(--gse-ui-dataTableItems-tablePagination-recordsetControls-gap);place-content:stretch center;align-items:center}gux-pagination-buttons .gux-pagination-buttons-container .gux-pagination-buttons-list-container .gux-pagination-buttons-list-current,gux-pagination-buttons .gux-pagination-buttons-container .gux-pagination-buttons-list-container .gux-pagination-buttons-list-target{min-width:28px;min-height:24px;padding-right:var(--gse-ui-dataTableItems-tablePagination-padding);padding-left:var(--gse-ui-dataTableItems-tablePagination-padding);margin:0;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);background:inherit;border:none}gux-pagination-buttons .gux-pagination-buttons-container .gux-pagination-buttons-list-container .gux-pagination-buttons-list-current:focus-visible,gux-pagination-buttons .gux-pagination-buttons-container .gux-pagination-buttons-list-container .gux-pagination-buttons-list-target: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)}gux-pagination-buttons .gux-pagination-buttons-container .gux-pagination-buttons-list-container .gux-pagination-buttons-list-current{background-color:var(--gse-ui-button-ghost-active-backgroundColor);border-radius:var(--gse-ui-button-borderRadius)}gux-pagination-buttons .gux-pagination-buttons-container .gux-pagination-buttons-list-container .gux-pagination-buttons-list-target{color:var(--gse-ui-button-ghost-default-foregroundColor);cursor:pointer}gux-pagination-buttons .gux-pagination-buttons-container .gux-pagination-buttons-list-container .gux-pagination-buttons-list-target:hover{color:var(--gse-ui-button-ghost-hover-foregroundColor);background-color:var(--gse-ui-button-ghost-hover-backgroundColor);border-radius:var(--gse-ui-button-borderRadius)}";const g={itemCountDisplay:"{firstItem, number} - {lastItem, number}",totalItems:" of {totalItems, number}"},l=class{constructor(a){t(this,a),this.totalItems=0,this.currentPage=0,this.itemsPerPage=25}get firstItem(){return this.totalItems<1?0:(this.currentPage-1)*this.itemsPerPage+1}get lastItem(){return this.totalItems<1?0:Math.min(this.currentPage*this.itemsPerPage,this.totalItems)}async componentWillLoad(){this.i18n=await e(this.root,g)}getPaginationItemCountsRange(){if(this.totalItems)return i("span",null,this.i18n("totalItems",{totalItems:this.totalItems}))}render(){return i("div",{class:"gux-pagination-item-counts-container"},i("span",{class:"gux-pagination-item-counts-range"},this.i18n("itemCountDisplay",{firstItem:this.firstItem,lastItem:this.lastItem})),this.getPaginationItemCountsRange())}get root(){return n(this)}};l.style="gux-pagination-item-counts .gux-pagination-item-counts-container{display:flex;flex-direction:row;gap:var(--gse-ui-dataTableItems-tablePagination-countDisplay-gap);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);white-space:nowrap}";export{u as gux_pagination_buttons,l as gux_pagination_item_counts}