genesys-spark-components 4.0.0-beta.4 → 4.0.0-beta.41

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 (2021) hide show
  1. package/README.md +5 -3
  2. package/dist/cjs/find-element-by-id-9c3e0b1b.js +26 -0
  3. package/dist/cjs/floating-ui.dom.esm-793074c6.js +1538 -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-5a9231d3.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 +7 -9
  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 +24 -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 +9 -9
  22. package/dist/cjs/gux-calendar.cjs.entry.js +18 -10
  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 +15 -12
  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 +408 -0
  38. package/dist/cjs/gux-dropdown-option.cjs.entry.js +2 -2
  39. package/dist/cjs/gux-dropdown_3.cjs.entry.js +22 -23
  40. package/dist/cjs/gux-flyout-menu.cjs.entry.js +182 -0
  41. package/dist/cjs/gux-form-field-checkbox.cjs.entry.js +11 -11
  42. package/dist/cjs/gux-form-field-color.cjs.entry.js +13 -13
  43. package/dist/cjs/gux-form-field-container-48871f4b.js +21 -0
  44. package/dist/cjs/gux-form-field-dropdown.cjs.entry.js +18 -17
  45. package/dist/cjs/gux-form-field-fieldset-container-c0d39bed.js +21 -0
  46. package/dist/cjs/gux-form-field-input-clear-button.cjs.entry.js +5 -5
  47. package/dist/cjs/gux-form-field-number_3.cjs.entry.js +28 -28
  48. package/dist/cjs/gux-form-field-phone.cjs.entry.js +15 -14
  49. package/dist/cjs/gux-form-field-radio.cjs.entry.js +11 -11
  50. package/dist/cjs/gux-form-field-range.cjs.entry.js +13 -13
  51. package/dist/cjs/gux-form-field-search.cjs.entry.js +13 -13
  52. package/dist/cjs/gux-form-field-select.cjs.entry.js +13 -13
  53. package/dist/cjs/gux-form-field-text-like.cjs.entry.js +13 -13
  54. package/dist/cjs/gux-form-field-textarea.cjs.entry.js +13 -13
  55. package/dist/cjs/gux-form-field-time-picker.cjs.entry.js +17 -16
  56. package/dist/cjs/gux-form-field.service-704c78c2.js +151 -0
  57. package/dist/cjs/gux-icon.cjs.entry.js +6 -8
  58. package/dist/cjs/gux-inline-alert.cjs.entry.js +5 -5
  59. package/dist/cjs/gux-list-divider.cjs.entry.js +1 -1
  60. package/dist/cjs/gux-list-item.cjs.entry.js +3 -3
  61. package/dist/cjs/gux-list.cjs.entry.js +3 -3
  62. package/dist/cjs/gux-listbox-multi.cjs.entry.js +14 -13
  63. package/dist/cjs/gux-loading-message.cjs.entry.js +24 -0
  64. package/dist/cjs/gux-menu-option.cjs.entry.js +10 -3
  65. package/dist/cjs/gux-menu.cjs.entry.js +3 -3
  66. package/dist/cjs/gux-modal.cjs.entry.js +4 -4
  67. package/dist/cjs/gux-month-calendar.cjs.entry.js +13 -9
  68. package/dist/cjs/gux-month-list_2.cjs.entry.js +5 -5
  69. package/dist/cjs/gux-month-picker-beta.cjs.entry.js +12 -18
  70. package/dist/cjs/gux-notification-toast-legacy.cjs.entry.js +3 -3
  71. package/dist/cjs/gux-option-icon.cjs.entry.js +3 -3
  72. package/dist/cjs/gux-option-multi.cjs.entry.js +12 -6
  73. package/dist/cjs/gux-page-loading-spinner.cjs.entry.js +2 -2
  74. package/dist/cjs/gux-pagination-buttons-legacy_3.cjs.entry.js +277 -0
  75. package/dist/cjs/gux-pagination-buttons_3.cjs.entry.js +140 -124
  76. package/dist/cjs/gux-pagination-cursor.cjs.entry.js +7 -7
  77. package/dist/cjs/gux-pagination-legacy.cjs.entry.js +76 -0
  78. package/dist/cjs/gux-pagination.cjs.entry.js +51 -26
  79. package/dist/cjs/gux-phone-input-beta.cjs.entry.js +443 -385
  80. package/dist/cjs/gux-popover-list.cjs.entry.js +78 -56
  81. package/dist/cjs/gux-popup.cjs.entry.js +28 -15
  82. package/dist/cjs/gux-radial-loading.cjs.entry.js +25 -6
  83. package/dist/cjs/gux-radial-progress.cjs.entry.js +13 -27
  84. package/dist/cjs/gux-rating.cjs.entry.js +6 -6
  85. package/dist/cjs/gux-region-icon.cjs.entry.js +7 -7
  86. package/dist/cjs/gux-row-select.cjs.entry.js +8 -10
  87. package/dist/cjs/gux-screen-reader-beta.cjs.entry.js +2 -2
  88. package/dist/cjs/gux-segmented-control-beta.cjs.entry.js +44 -0
  89. package/dist/cjs/gux-segmented-control-item.cjs.entry.js +70 -0
  90. package/dist/cjs/gux-simple-toast-legacy.cjs.entry.js +3 -3
  91. package/dist/cjs/gux-skip-navigation-item.cjs.entry.js +1 -1
  92. package/dist/cjs/gux-skip-navigation-list.cjs.entry.js +33 -0
  93. package/dist/cjs/gux-sort-control.cjs.entry.js +10 -10
  94. package/dist/cjs/gux-submenu.cjs.entry.js +56 -51
  95. package/dist/cjs/gux-switch-item.cjs.entry.js +2 -2
  96. package/dist/cjs/gux-switch-legacy.cjs.entry.js +45 -0
  97. package/dist/cjs/gux-tab-advanced-list.cjs.entry.js +8 -8
  98. package/dist/cjs/gux-tab-advanced-panel.cjs.entry.js +2 -2
  99. package/dist/cjs/gux-tab-advanced.cjs.entry.js +8 -8
  100. package/dist/cjs/gux-tab-list.cjs.entry.js +6 -6
  101. package/dist/cjs/gux-tab-panel.cjs.entry.js +3 -3
  102. package/dist/cjs/gux-tab.cjs.entry.js +2 -2
  103. package/dist/cjs/gux-table-select-menu.cjs.entry.js +9 -9
  104. package/dist/cjs/gux-table-toolbar-action.cjs.entry.js +5 -5
  105. package/dist/cjs/gux-table-toolbar-custom-action.cjs.entry.js +10 -4
  106. package/dist/cjs/gux-table-toolbar-menu-button.cjs.entry.js +14 -8
  107. package/dist/cjs/gux-table-toolbar.cjs.entry.js +213 -0
  108. package/dist/cjs/gux-table.cjs.entry.js +286 -0
  109. package/dist/cjs/gux-tabs-advanced.cjs.entry.js +2 -2
  110. package/dist/cjs/gux-tabs.cjs.entry.js +7 -4
  111. package/dist/cjs/gux-tag.cjs.entry.js +80 -0
  112. package/dist/cjs/gux-text-highlight.cjs.entry.js +10 -9
  113. package/dist/cjs/gux-time-beta.cjs.entry.js +10 -7
  114. package/dist/cjs/gux-time-picker.cjs.entry.js +392 -0
  115. package/dist/cjs/gux-time-zone-picker-beta.cjs.entry.js +7837 -0
  116. package/dist/cjs/gux-toast.cjs.entry.js +5 -5
  117. package/dist/cjs/gux-toggle-slider.cjs.entry.js +6 -4
  118. package/dist/cjs/gux-toggle.cjs.entry.js +6 -6
  119. package/dist/cjs/gux-tooltip-title.cjs.entry.js +8 -3
  120. package/dist/cjs/gux-tooltip.cjs.entry.js +47 -13
  121. package/dist/cjs/gux-truncate.cjs.entry.js +3 -3
  122. package/dist/cjs/index-39160f18.js +2709 -0
  123. package/dist/cjs/index-ff762de3.js +4075 -0
  124. package/dist/cjs/loader.cjs.js +3 -12
  125. package/dist/cjs/on-attribute-change-9b2d8c85.js +27 -0
  126. package/dist/cjs/on-click-outside-a7d87c91.js +77 -0
  127. package/dist/cjs/on-mutation-f396cc0e.js +36 -0
  128. package/dist/cjs/on-resize-b4982908.js +36 -0
  129. package/dist/cjs/usage-7bd0f4a2.js +226 -0
  130. package/dist/collection/collection-manifest.json +122 -124
  131. package/dist/collection/components/beta/gux-announce/gux-announce.css +1 -1
  132. package/dist/collection/components/beta/gux-announce/gux-announce.js +8 -6
  133. package/dist/collection/components/beta/gux-announce/tests/gux-announce.e2e.js +18 -0
  134. package/dist/collection/components/beta/gux-announce/tests/gux-announce.spec.js +19 -0
  135. package/dist/collection/components/beta/gux-calendar-beta/components/single/gux-calendar.css +14 -15
  136. package/dist/collection/components/beta/gux-calendar-beta/components/single/gux-calendar.js +9 -9
  137. package/dist/collection/components/beta/gux-calendar-beta/services/calendar.service.js +1 -1
  138. package/dist/collection/components/beta/gux-calendar-beta/tests/gux-calendar.e2e.js +202 -0
  139. package/dist/collection/components/beta/gux-calendar-beta/tests/gux-calendar.spec.js +19 -0
  140. package/dist/collection/components/beta/gux-date/gux-date.js +34 -6
  141. package/dist/collection/components/beta/gux-date/tests/gux-date.e2e.js +30 -0
  142. package/dist/collection/components/beta/gux-date/tests/gux-date.spec.js +30 -0
  143. package/dist/collection/components/beta/gux-date-time/gux-date-time.js +34 -6
  144. package/dist/collection/components/beta/gux-date-time/tests/gux-date-time.e2e.js +30 -0
  145. package/dist/collection/components/beta/gux-date-time/tests/gux-date-time.spec.js +30 -0
  146. package/dist/collection/components/beta/gux-month-picker/gux-month-calendar/gux-month-calendar.css +28 -58
  147. package/dist/collection/components/beta/gux-month-picker/gux-month-calendar/gux-month-calendar.js +25 -15
  148. package/dist/collection/components/beta/gux-month-picker/gux-month-calendar/gux-month-list/gux-month-list-item/gux-month-list-item.css +16 -25
  149. 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
  150. package/dist/collection/components/beta/gux-month-picker/gux-month-calendar/gux-month-list/gux-month-list.css +5 -4
  151. package/dist/collection/components/beta/gux-month-picker/gux-month-calendar/gux-month-list/gux-month-list.js +5 -4
  152. package/dist/collection/components/beta/gux-month-picker/gux-month-picker.css +32 -30
  153. package/dist/collection/components/beta/gux-month-picker/gux-month-picker.js +18 -21
  154. package/dist/collection/components/beta/gux-month-picker/tests/gux-month-picker.e2e.js +18 -0
  155. package/dist/collection/components/beta/gux-month-picker/tests/gux-month-picker.spec.js +27 -0
  156. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/gux-region-icon.css +1721 -0
  157. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/gux-region-icon.js +6 -7
  158. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/sprite-utils/sprites.generated.js +1 -0
  159. package/dist/collection/components/beta/gux-phone-input/gux-phone-input.css +13 -7
  160. package/dist/collection/components/beta/gux-phone-input/gux-phone-input.js +344 -152
  161. package/dist/collection/components/beta/gux-phone-input/services/RegionCountryCodeMap.js +0 -249
  162. package/dist/collection/components/beta/gux-phone-input/services/region-map.service.js +4 -4
  163. package/dist/collection/components/beta/gux-phone-input/tests/gux-phone-input.e2e.js +100 -0
  164. package/dist/collection/components/beta/gux-screen-reader/gux-screen-reader.css +1 -1
  165. package/dist/collection/components/beta/gux-screen-reader/gux-screen-reader.js +3 -3
  166. package/dist/collection/components/beta/gux-screen-reader/tests/gux-screen-reader.e2e.js +16 -0
  167. package/dist/collection/components/beta/gux-screen-reader/tests/gux-screen-reader.spec.js +17 -0
  168. package/dist/collection/components/beta/gux-segmented-control/gux-segmented-control-item/gux-segmented-control-item.css +98 -0
  169. package/dist/collection/components/beta/gux-segmented-control/gux-segmented-control-item/gux-segmented-control-item.js +164 -0
  170. package/dist/collection/components/beta/gux-segmented-control/gux-segmented-control.css +3 -0
  171. package/dist/collection/components/beta/gux-segmented-control/gux-segmented-control.js +83 -0
  172. package/dist/collection/components/beta/gux-segmented-control/tests/gux-segmented-control.e2e.js +108 -0
  173. package/dist/collection/components/beta/gux-segmented-control/tests/gux-segmented-control.spec.js +126 -0
  174. package/dist/collection/components/beta/gux-time/gux-time.js +34 -6
  175. package/dist/collection/components/beta/gux-time/tests/gux-time.e2e.js +30 -0
  176. package/dist/collection/components/beta/gux-time/tests/gux-time.spec.js +30 -0
  177. package/dist/collection/components/beta/gux-time-zone-picker/generic-zones.js +438 -0
  178. package/dist/collection/components/beta/gux-time-zone-picker/gux-time-zone-picker.css +19 -0
  179. package/dist/collection/components/beta/gux-time-zone-picker/gux-time-zone-picker.js +247 -0
  180. package/dist/collection/components/beta/gux-time-zone-picker/tests/gux-time-zone-picker.e2e.js +53 -0
  181. package/dist/collection/components/beta/gux-time-zone-picker/tests/gux-time-zone-picker.spec.js +15 -0
  182. package/dist/collection/components/legacy/gux-action-toast-legacy/gux-action-toast.css +120 -0
  183. package/dist/collection/components/legacy/gux-action-toast-legacy/gux-action-toast.js +30 -0
  184. package/dist/collection/components/legacy/gux-action-toast-legacy/tests/gux-action-toast.e2e.js +26 -0
  185. package/dist/collection/components/legacy/gux-action-toast-legacy/tests/gux-action-toast.spec.js +28 -0
  186. package/dist/collection/components/legacy/gux-advanced-dropdown-legacy/dropdown-option/gux-dropdown-option.css +38 -0
  187. package/dist/collection/components/legacy/gux-advanced-dropdown-legacy/dropdown-option/gux-dropdown-option.js +250 -0
  188. package/dist/collection/components/legacy/gux-advanced-dropdown-legacy/dropdown-option/tests/gux-dropdown-option.spec.js +47 -0
  189. package/dist/collection/components/legacy/gux-advanced-dropdown-legacy/gux-advanced-dropdown.css +80 -0
  190. package/dist/collection/components/legacy/gux-advanced-dropdown-legacy/gux-advanced-dropdown.js +398 -0
  191. package/dist/collection/components/legacy/gux-advanced-dropdown-legacy/tests/gux-advanced-dropdown.e2e.js +149 -0
  192. package/dist/collection/components/legacy/gux-advanced-dropdown-legacy/tests/gux-advanced-dropdown.spec.js +17 -0
  193. package/dist/collection/components/legacy/gux-disclosure-button-legacy/gux-disclosure-button.css +43 -0
  194. package/dist/collection/components/legacy/gux-disclosure-button-legacy/gux-disclosure-button.js +154 -0
  195. package/dist/collection/components/legacy/gux-disclosure-button-legacy/tests/gux-disclosure-button.e2e.js +80 -0
  196. package/dist/collection/components/legacy/gux-disclosure-button-legacy/tests/gux-disclosure-button.spec.js +82 -0
  197. package/dist/collection/components/legacy/gux-notification-toast-legacy/gux-notification-toast.css +75 -0
  198. package/dist/collection/components/legacy/gux-notification-toast-legacy/gux-notification-toast.js +84 -0
  199. package/dist/collection/components/legacy/gux-notification-toast-legacy/tests/gux-notification-toast.e2e.js +109 -0
  200. package/dist/collection/components/legacy/gux-notification-toast-legacy/tests/gux-notification-toast.spec.js +99 -0
  201. package/dist/collection/components/legacy/gux-pagination-legacy/gux-pagination-buttons-legacy/gux-pagination-button.service.js +91 -0
  202. package/dist/collection/components/legacy/gux-pagination-legacy/gux-pagination-buttons-legacy/gux-pagination-buttons-legacy.css +95 -0
  203. package/dist/collection/components/legacy/gux-pagination-legacy/gux-pagination-buttons-legacy/gux-pagination-buttons.js +168 -0
  204. package/dist/collection/components/legacy/gux-pagination-legacy/gux-pagination-buttons-legacy/tests/gux-pagination-buttons.service.spec.js +138 -0
  205. package/dist/collection/components/legacy/gux-pagination-legacy/gux-pagination-buttons-legacy/tests/gux-pagination-buttons.spec.js +39 -0
  206. package/dist/collection/components/legacy/gux-pagination-legacy/gux-pagination-item-counts-legacy/gux-pagination-item-counts-legacy.css +11 -0
  207. package/dist/collection/components/legacy/gux-pagination-legacy/gux-pagination-item-counts-legacy/gux-pagination-item-counts.js +101 -0
  208. package/dist/collection/components/legacy/gux-pagination-legacy/gux-pagination-item-counts-legacy/tests/gux-pagination-item-counts.spec.js +30 -0
  209. package/dist/collection/components/legacy/gux-pagination-legacy/gux-pagination-items-per-page-legacy/gux-pagination-items-per-page-legacy.css +26 -0
  210. package/dist/collection/components/legacy/gux-pagination-legacy/gux-pagination-items-per-page-legacy/gux-pagination-items-per-page.js +91 -0
  211. package/dist/collection/components/legacy/gux-pagination-legacy/gux-pagination-items-per-page-legacy/tests/gux-pagination-items-per-page.spec.js +33 -0
  212. package/dist/collection/components/legacy/gux-pagination-legacy/gux-pagination-legacy.css +41 -0
  213. package/dist/collection/components/legacy/gux-pagination-legacy/gux-pagination.js +193 -0
  214. package/dist/collection/components/legacy/gux-pagination-legacy/tests/gux-pagination.e2e.js +53 -0
  215. package/dist/collection/components/legacy/gux-pagination-legacy/tests/gux-pagination.spec.js +65 -0
  216. package/dist/collection/components/legacy/gux-simple-toast-legacy/gux-simple-toast.css +51 -0
  217. package/dist/collection/components/legacy/gux-simple-toast-legacy/gux-simple-toast.js +83 -0
  218. package/dist/collection/components/legacy/gux-simple-toast-legacy/tests/gux-simple-toast.e2e.js +103 -0
  219. package/dist/collection/components/legacy/gux-simple-toast-legacy/tests/gux-simple-toast.spec.js +93 -0
  220. package/dist/collection/components/legacy/gux-switch-legacy/gux-switch-item/gux-switch-item.css +73 -0
  221. package/dist/collection/components/legacy/gux-switch-legacy/gux-switch-item/gux-switch-item.js +96 -0
  222. package/dist/collection/components/legacy/gux-switch-legacy/gux-switch.css +4 -0
  223. package/dist/collection/components/legacy/gux-switch-legacy/gux-switch.js +108 -0
  224. package/dist/collection/components/legacy/gux-switch-legacy/tests/gux-switch.e2e.js +87 -0
  225. package/dist/collection/components/legacy/gux-switch-legacy/tests/gux-switch.spec.js +116 -0
  226. package/dist/collection/components/stable/gux-accordion/gux-accordion-section/gux-accordion-section.css +39 -42
  227. package/dist/collection/components/stable/gux-accordion/gux-accordion-section/gux-accordion-section.js +15 -18
  228. package/dist/collection/components/stable/gux-accordion/gux-accordion.css +1 -1
  229. package/dist/collection/components/stable/gux-accordion/gux-accordion.js +3 -3
  230. package/dist/collection/components/stable/gux-accordion/tests/gux-accordion.e2e.js +46 -0
  231. package/dist/collection/components/stable/gux-accordion/tests/gux-accordion.spec.js +52 -0
  232. package/dist/collection/components/stable/gux-action-button/gux-action-button.css +2 -1
  233. package/dist/collection/components/stable/gux-action-button/gux-action-button.js +16 -31
  234. package/dist/collection/components/stable/gux-action-button/tests/gux-action-button.e2e.js +93 -0
  235. package/dist/collection/components/stable/gux-action-button/tests/gux-action-button.spec.js +96 -0
  236. package/dist/collection/components/stable/gux-alert/gux-inline-alert.css +5 -4
  237. package/dist/collection/components/stable/gux-alert/gux-inline-alert.js +6 -5
  238. package/dist/collection/components/stable/gux-alert/tests/gux-inline-alert.e2e.js +22 -0
  239. package/dist/collection/components/stable/gux-alert/tests/gux-inline-alert.spec.js +23 -0
  240. package/dist/collection/components/stable/gux-badge/gux-badge.css +97 -0
  241. package/dist/collection/components/stable/gux-badge/gux-badge.js +106 -0
  242. package/dist/collection/components/stable/gux-badge/tests/gux-badge.e2e.js +38 -0
  243. package/dist/collection/components/stable/gux-badge/tests/gux-badge.spec.js +39 -0
  244. package/dist/collection/components/stable/gux-blank-state/gux-blank-state.css +98 -0
  245. package/dist/collection/components/stable/gux-blank-state/gux-blank-state.js +29 -0
  246. package/dist/collection/components/stable/gux-blank-state/tests/gux-blank-state.e2e.js +19 -0
  247. package/dist/collection/components/stable/gux-blank-state/tests/gux-blank-state.spec.js +26 -0
  248. package/dist/collection/components/stable/gux-breadcrumbs/breadcrumb-item/gux-breadcrumb-item.css +32 -32
  249. package/dist/collection/components/stable/gux-breadcrumbs/breadcrumb-item/gux-breadcrumb-item.js +2 -2
  250. package/dist/collection/components/stable/gux-breadcrumbs/gux-breadcrumbs.css +3 -3
  251. package/dist/collection/components/stable/gux-breadcrumbs/gux-breadcrumbs.js +6 -5
  252. package/dist/collection/components/stable/gux-breadcrumbs/tests/gux-breadcrumbs.e2e.js +48 -0
  253. package/dist/collection/components/stable/gux-breadcrumbs/tests/gux-breadcrumbs.spec.js +91 -0
  254. package/dist/collection/components/stable/gux-button/gux-button.css +16 -14
  255. package/dist/collection/components/stable/gux-button/gux-button.js +42 -20
  256. package/dist/collection/components/stable/gux-button/tests/gux-button.e2e.js +131 -0
  257. package/dist/collection/components/stable/gux-button/tests/gux-button.spec.js +114 -0
  258. package/dist/collection/components/stable/gux-button-multi/gux-button-multi.css +1 -1
  259. package/dist/collection/components/stable/gux-button-multi/gux-button-multi.js +9 -26
  260. package/dist/collection/components/stable/gux-button-multi/tests/gux-button-multi.e2e.js +69 -0
  261. package/dist/collection/components/stable/gux-button-multi/tests/gux-button-multi.spec.js +16 -0
  262. package/dist/collection/components/stable/gux-button-slot/gux-button-slot.css +177 -0
  263. package/dist/collection/components/stable/gux-button-slot/gux-button-slot.js +95 -0
  264. package/dist/collection/components/stable/gux-button-slot/tests/gux-button-slot.e2e.js +206 -0
  265. package/dist/collection/components/stable/gux-button-slot/tests/gux-button-slot.spec.js +258 -0
  266. package/dist/collection/components/stable/gux-calendar/gux-calendar.css +117 -51
  267. package/dist/collection/components/stable/gux-calendar/gux-calendar.js +34 -18
  268. package/dist/collection/components/stable/gux-calendar/gux-calendar.service.js +1 -1
  269. package/dist/collection/components/stable/gux-calendar/tests/gux-calendar.e2e.js +45 -0
  270. package/dist/collection/components/stable/gux-calendar/tests/gux-calendar.methods.spec.js +233 -0
  271. package/dist/collection/components/stable/gux-calendar/tests/gux-calendar.service.spec.js +160 -0
  272. package/dist/collection/components/stable/gux-calendar/tests/gux-calendar.spec.js +31 -0
  273. package/dist/collection/components/stable/gux-card/gux-card.js +4 -3
  274. package/dist/collection/components/stable/gux-card/tests/gux-card.e2e.js +16 -0
  275. package/dist/collection/components/stable/gux-card/tests/gux-card.spec.js +17 -0
  276. package/dist/collection/components/stable/gux-column-manager/gux-column-manager-item/gux-column-manager-item.css +83 -0
  277. package/dist/collection/components/stable/gux-column-manager/gux-column-manager-item/gux-column-manager-item.js +363 -0
  278. package/dist/collection/components/stable/gux-column-manager/gux-column-manager-item/tests/gux-column-manager-item.service.spec.js +35 -0
  279. package/dist/collection/components/stable/gux-column-manager/gux-column-manager.css +33 -0
  280. package/dist/collection/components/stable/gux-column-manager/gux-column-manager.js +176 -0
  281. package/dist/collection/components/stable/gux-column-manager/gux-column-manager.service.js +80 -0
  282. package/dist/collection/components/stable/gux-content-search/gux-content-search.css +59 -72
  283. package/dist/collection/components/stable/gux-content-search/gux-content-search.js +11 -9
  284. package/dist/collection/components/stable/gux-content-search/tests/gux-content-search.e2e.js +542 -0
  285. package/dist/collection/components/stable/gux-content-search/tests/gux-content-search.spec.js +202 -0
  286. package/dist/collection/components/stable/gux-context-menu/gux-context-menu.css +53 -0
  287. package/dist/collection/components/stable/gux-context-menu/gux-context-menu.js +208 -0
  288. package/dist/collection/components/stable/gux-context-menu/tests/gux-context-menu.e2e.js +78 -0
  289. package/dist/collection/components/stable/gux-context-menu/tests/gux-context-menu.spec.js +44 -0
  290. package/dist/collection/components/stable/gux-copy-to-clipboard/gux-copy-to-clipboard.css +3 -3
  291. package/dist/collection/components/stable/gux-copy-to-clipboard/gux-copy-to-clipboard.js +6 -6
  292. package/dist/collection/components/stable/gux-copy-to-clipboard/tests/gux-copy-to-clipboard.e2e.js +23 -0
  293. package/dist/collection/components/stable/gux-copy-to-clipboard/tests/gux-copy-to-clipboard.spec.js +46 -0
  294. package/dist/collection/components/stable/gux-datepicker/gux-datepicker.css +71 -53
  295. package/dist/collection/components/stable/gux-datepicker/gux-datepicker.js +15 -13
  296. package/dist/collection/components/stable/gux-datepicker/tests/gux-datepicker.e2e.js +112 -0
  297. package/dist/collection/components/stable/gux-datepicker/tests/gux-datepicker.service.spec.js +237 -0
  298. package/dist/collection/components/stable/gux-datepicker/tests/gux-datepicker.spec.js +36 -0
  299. package/dist/collection/components/stable/gux-dismiss-button/gux-dismiss-button.css +18 -28
  300. package/dist/collection/components/stable/gux-dismiss-button/gux-dismiss-button.js +8 -7
  301. package/dist/collection/components/stable/gux-dismiss-button/tests/gux-dismiss-button.e2e.js +20 -0
  302. package/dist/collection/components/stable/gux-dismiss-button/tests/gux-dismiss-button.spec.js +22 -0
  303. package/dist/collection/components/stable/gux-dropdown/gux-dropdown.css +56 -46
  304. package/dist/collection/components/stable/gux-dropdown/gux-dropdown.js +18 -37
  305. package/dist/collection/components/stable/gux-dropdown/tests/gux-dropdown.e2e.js +190 -0
  306. package/dist/collection/components/stable/gux-dropdown/tests/gux-dropdown.spec.js +65 -0
  307. package/dist/collection/components/stable/gux-dropdown-multi/gux-dropdown-multi-tag/gux-dropdown-multi-tag.css +50 -0
  308. package/dist/collection/components/stable/gux-dropdown-multi/gux-dropdown-multi-tag/gux-dropdown-multi-tag.js +122 -0
  309. package/dist/collection/components/stable/gux-dropdown-multi/gux-dropdown-multi.css +162 -0
  310. package/dist/collection/components/stable/gux-dropdown-multi/gux-dropdown-multi.js +690 -0
  311. package/dist/collection/components/stable/gux-dropdown-multi/tests/gux-dropdown-multi.e2e.js +309 -0
  312. package/dist/collection/components/stable/gux-dropdown-multi/tests/gux-dropdown-multi.spec.js +24 -0
  313. package/dist/collection/components/stable/gux-flyout-menu/gux-flyout-menu.css +32 -0
  314. package/dist/collection/components/stable/gux-flyout-menu/gux-flyout-menu.js +237 -0
  315. package/dist/collection/components/stable/gux-flyout-menu/gux-menu/gux-menu-option/gux-menu-option.css +26 -0
  316. package/dist/collection/components/stable/gux-flyout-menu/gux-menu/gux-menu-option/gux-menu-option.js +82 -0
  317. package/dist/collection/components/stable/gux-flyout-menu/gux-menu/gux-menu.css +8 -0
  318. package/dist/collection/components/stable/gux-flyout-menu/gux-menu/gux-menu.js +21 -0
  319. package/dist/collection/components/stable/gux-flyout-menu/gux-menu/gux-submenu/gux-submenu.css +60 -0
  320. package/dist/collection/components/stable/gux-flyout-menu/gux-menu/gux-submenu/gux-submenu.js +256 -0
  321. package/dist/collection/components/stable/gux-flyout-menu/tests/gux-flyout-menu.e2e.js +71 -0
  322. package/dist/collection/components/stable/gux-flyout-menu/tests/gux-flyout-menu.spec.js +52 -0
  323. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-checkbox/gux-form-field-checkbox.css +120 -47
  324. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-checkbox/gux-form-field-checkbox.js +10 -10
  325. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-checkbox/tests/gux-form-field-checkbox.e2e.js +93 -0
  326. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-checkbox/tests/gux-form-field-checkbox.spec.js +64 -0
  327. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-color/gux-form-field-color.css +61 -47
  328. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-color/gux-form-field-color.js +13 -12
  329. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-color/tests/gux-form-field-color.e2e.js +83 -0
  330. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-color/tests/gux-form-field-color.spec.js +65 -0
  331. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-dropdown/gux-form-field-dropdown.css +43 -30
  332. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-dropdown/gux-form-field-dropdown.js +17 -16
  333. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-dropdown/tests/gux-form-field-dropdown.e2e.js +196 -0
  334. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-dropdown/tests/gux-form-field-dropdown.spec.js +188 -0
  335. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-number/gux-form-field-number.css +65 -53
  336. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-number/gux-form-field-number.js +19 -17
  337. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-number/tests/gux-form-field-number.e2e.js +110 -0
  338. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-number/tests/gux-form-field-number.spec.js +85 -0
  339. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-phone/gux-form-field-phone.css +34 -23
  340. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-phone/gux-form-field-phone.js +16 -15
  341. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-radio/gux-form-field-radio.css +106 -39
  342. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-radio/gux-form-field-radio.js +10 -10
  343. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-radio/tests/gux-form-field-radio.e2e.js +101 -0
  344. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-radio/tests/gux-form-field-radio.spec.js +62 -0
  345. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-range/gux-form-field-range.css +91 -57
  346. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-range/gux-form-field-range.js +13 -12
  347. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-search/gux-form-field-search.css +65 -52
  348. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-search/gux-form-field-search.js +15 -13
  349. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-search/tests/gux-form-field-search.e2e.js +83 -0
  350. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-search/tests/gux-form-field-search.spec.js +65 -0
  351. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-select/gux-form-field-select.css +66 -73
  352. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-select/gux-form-field-select.js +13 -12
  353. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-select/tests/gux-form-field-select.e2e.js +95 -0
  354. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-select/tests/gux-form-field-select.spec.js +80 -0
  355. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-text-like/gux-form-field-text-like.css +73 -51
  356. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-text-like/gux-form-field-text-like.js +15 -13
  357. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-text-like/tests/gux-form-field-text-like.e2e.js +171 -0
  358. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-text-like/tests/gux-form-field-text-like.spec.js +125 -0
  359. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-textarea/gux-form-field-textarea.css +64 -55
  360. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-textarea/gux-form-field-textarea.js +15 -13
  361. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-textarea/tests/gux-form-field-textarea.e2e.js +104 -0
  362. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-textarea/tests/gux-form-field-textarea.spec.js +79 -0
  363. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-time-picker/gux-form-field-time-picker.css +41 -28
  364. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-time-picker/gux-form-field-time-picker.js +16 -15
  365. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-time-picker/tests/gux-form-field-time-picker.e2e.js +83 -0
  366. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-time-picker/tests/gux-form-field-time-picker.spec.js +66 -0
  367. package/dist/collection/components/stable/gux-form-field/functional-components/functional-components.js +6 -6
  368. package/dist/collection/components/stable/gux-form-field/functional-components/gux-form-field-container/gux-form-field-container.js +1 -1
  369. package/dist/collection/components/stable/gux-form-field/functional-components/gux-form-field-error/gux-form-field-error.js +1 -1
  370. package/dist/collection/components/stable/gux-form-field/functional-components/gux-form-field-fieldset-container/gux-form-field-fieldset-container.js +1 -1
  371. package/dist/collection/components/stable/gux-form-field/functional-components/gux-form-field-help/gux-form-field-help.js +1 -1
  372. package/dist/collection/components/stable/gux-form-field/functional-components/gux-form-field-label/gux-form-field-label.js +1 -1
  373. package/dist/collection/components/stable/gux-form-field/functional-components/gux-form-field-legend-label/gux-form-field-legend-label.js +1 -1
  374. package/dist/collection/components/stable/gux-form-field/gux-form-field.service.js +4 -4
  375. package/dist/collection/components/stable/gux-form-field/helper-components/gux-form-field-input-clear-button/gux-form-field-input-clear-button.css +12 -14
  376. 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
  377. package/dist/collection/components/stable/gux-form-field/tests/gux-form-field.service.spec.js +19 -0
  378. package/dist/collection/components/stable/gux-icon/gux-icon.js +9 -10
  379. package/dist/collection/components/stable/gux-icon/gux-icon.service.js +2 -2
  380. package/dist/collection/components/stable/gux-icon/icons/custom/carousel.svg +1 -0
  381. package/dist/collection/components/stable/gux-icon/icons/custom/co-browse.svg +1 -0
  382. package/dist/collection/components/stable/gux-icon/icons/custom/face-smile-hearts-regular.svg +1 -0
  383. package/dist/collection/components/stable/gux-icon/icons/custom/file-pen-question.svg +1 -0
  384. package/dist/collection/components/stable/gux-icon/icons/custom/filter-notification.svg +1 -0
  385. package/dist/collection/components/stable/gux-icon/icons/custom/font-regular-highlight.svg +1 -0
  386. package/dist/collection/components/stable/gux-icon/icons/custom/list-alphabetical-regular.svg +1 -0
  387. package/dist/collection/components/stable/gux-icon/icons/custom/list-roman-regular.svg +1 -0
  388. package/dist/collection/components/stable/gux-icon/icons/custom/one-button.svg +1 -0
  389. package/dist/collection/components/stable/gux-icon/icons/custom/person-running.svg +1 -0
  390. package/dist/collection/components/stable/gux-icon/icons/custom/quick-reply.svg +1 -0
  391. package/dist/collection/components/stable/gux-icon/icons/custom/three-button.svg +1 -0
  392. package/dist/collection/components/stable/gux-icon/icons/fa/alarm-clock-regular.svg +1 -0
  393. package/dist/collection/components/stable/gux-icon/icons/fa/alarm-snooze-regular.svg +1 -0
  394. package/dist/collection/components/stable/gux-icon/icons/fa/arrows-to-circle-regular.svg +1 -0
  395. package/dist/collection/components/stable/gux-icon/icons/fa/award-solid.svg +1 -0
  396. package/dist/collection/components/stable/gux-icon/icons/fa/backward-step-regular.svg +1 -0
  397. package/dist/collection/components/stable/gux-icon/icons/fa/bell-on-regular.svg +1 -0
  398. package/dist/collection/components/stable/gux-icon/icons/fa/bell-slash-regular.svg +1 -0
  399. package/dist/collection/components/stable/gux-icon/icons/fa/circle-plus-solid.svg +1 -0
  400. package/dist/collection/components/stable/gux-icon/icons/fa/comment-dots-regular.svg +1 -0
  401. package/dist/collection/components/stable/gux-icon/icons/fa/diagram-nested-regular.svg +1 -0
  402. package/dist/collection/components/stable/gux-icon/icons/fa/eye-regular.svg +1 -0
  403. package/dist/collection/components/stable/gux-icon/icons/fa/eye-slash-regular.svg +1 -0
  404. package/dist/collection/components/stable/gux-icon/icons/fa/face-frown-regular.svg +1 -0
  405. package/dist/collection/components/stable/gux-icon/icons/fa/face-frown-solid.svg +1 -0
  406. package/dist/collection/components/stable/gux-icon/icons/fa/face-laugh-regular.svg +1 -0
  407. package/dist/collection/components/stable/gux-icon/icons/fa/face-laugh-solid.svg +1 -0
  408. package/dist/collection/components/stable/gux-icon/icons/fa/file-exclamation-regular.svg +1 -0
  409. package/dist/collection/components/stable/gux-icon/icons/fa/forward-step-regular.svg +1 -0
  410. package/dist/collection/components/stable/gux-icon/icons/fa/function-regular.svg +1 -0
  411. package/dist/collection/components/stable/gux-icon/icons/fa/google.svg +1 -0
  412. package/dist/collection/components/stable/gux-icon/icons/fa/hand-back-point-right-regular.svg +1 -0
  413. package/dist/collection/components/stable/gux-icon/icons/fa/laptop-slash-regular.svg +1 -0
  414. package/dist/collection/components/stable/gux-icon/icons/fa/list-radio-clean-regular.svg +1 -0
  415. package/dist/collection/components/stable/gux-icon/icons/fa/message-bot-regular.svg +1 -0
  416. package/dist/collection/components/stable/gux-icon/icons/fa/microsoft.svg +1 -0
  417. package/dist/collection/components/stable/gux-icon/icons/fa/pause-regular.svg +1 -0
  418. package/dist/collection/components/stable/gux-icon/icons/fa/pen-slash-regular.svg +1 -0
  419. package/dist/collection/components/stable/gux-icon/icons/fa/play-regular.svg +1 -0
  420. package/dist/collection/components/stable/gux-icon/icons/fa/regular-user-circle-arrow-left.svg +1 -0
  421. package/dist/collection/components/stable/gux-icon/icons/fa/square-dashed-regular.svg +1 -0
  422. package/dist/collection/components/stable/gux-icon/icons/fa/stop-regular.svg +1 -0
  423. package/dist/collection/components/stable/gux-icon/icons/fa/subscript-regular.svg +1 -0
  424. package/dist/collection/components/stable/gux-icon/icons/fa/superscript-regular.svg +1 -0
  425. package/dist/collection/components/stable/gux-icon/icons/fa/user-group-solid.svg +1 -0
  426. package/dist/collection/components/stable/gux-icon/icons/fa/volume-regular.svg +1 -0
  427. package/dist/collection/components/stable/gux-icon/icons/fa/volume-xmark-regular.svg +1 -0
  428. package/dist/collection/components/stable/gux-icon/icons/fa/wand-magic-sparkles-regular.svg +1 -0
  429. package/dist/collection/components/stable/gux-icon/icons/fa/windows.svg +1 -0
  430. package/dist/collection/components/stable/gux-icon/tests/gux-icon.e2e.js +11 -0
  431. package/dist/collection/components/stable/gux-icon/tests/gux-icon.service.spec.js +22 -0
  432. package/dist/collection/components/stable/gux-icon/tests/gux-icon.spec.js +6 -0
  433. package/dist/collection/components/stable/gux-list/gux-list-divider/gux-list-divider.css +1 -1
  434. package/dist/collection/components/stable/gux-list/gux-list-divider/gux-list-divider.js +2 -2
  435. package/dist/collection/components/stable/gux-list/gux-list-divider/tests/gux-list-divider.spec.js +22 -0
  436. package/dist/collection/components/stable/gux-list/gux-list-item/gux-list-item.css +27 -15
  437. package/dist/collection/components/stable/gux-list/gux-list-item/gux-list-item.js +3 -3
  438. package/dist/collection/components/stable/gux-list/gux-list-item/tests/gux-list-item.spec.js +22 -0
  439. package/dist/collection/components/stable/gux-list/gux-list.css +1 -1
  440. package/dist/collection/components/stable/gux-list/gux-list.js +12 -8
  441. package/dist/collection/components/stable/gux-list/tests/gux-list.e2e.js +20 -0
  442. package/dist/collection/components/stable/gux-list/tests/gux-list.spec.js +23 -0
  443. package/dist/collection/components/stable/gux-listbox/gux-listbox.css +17 -12
  444. package/dist/collection/components/stable/gux-listbox/gux-listbox.js +40 -20
  445. package/dist/collection/components/stable/gux-listbox/options/gux-option/gux-option.css +40 -19
  446. package/dist/collection/components/stable/gux-listbox/options/gux-option/gux-option.js +4 -3
  447. package/dist/collection/components/stable/gux-listbox/options/gux-option-icon/gux-option-icon.css +44 -25
  448. package/dist/collection/components/stable/gux-listbox/options/gux-option-icon/gux-option-icon.js +4 -3
  449. package/dist/collection/components/stable/gux-listbox-multi/gux-create-option/gux-create-option.css +28 -21
  450. package/dist/collection/components/stable/gux-listbox-multi/gux-create-option/gux-create-option.js +8 -6
  451. package/dist/collection/components/stable/gux-listbox-multi/gux-listbox-multi.css +17 -13
  452. package/dist/collection/components/stable/gux-listbox-multi/gux-listbox-multi.js +35 -15
  453. package/dist/collection/components/stable/gux-listbox-multi/gux-option-multi/gux-option-multi.css +45 -31
  454. package/dist/collection/components/stable/gux-listbox-multi/gux-option-multi/gux-option-multi.js +13 -6
  455. package/dist/collection/components/stable/gux-loading-message/gux-loading-message.css +102 -0
  456. package/dist/collection/components/stable/gux-loading-message/gux-loading-message.js +28 -0
  457. package/dist/collection/components/stable/gux-loading-message/tests/gux-loading-message.e2e.js +14 -0
  458. package/dist/collection/components/stable/gux-loading-message/tests/gux-loading-message.spec.js +27 -0
  459. package/dist/collection/components/stable/gux-modal/gux-modal.css +73 -27
  460. package/dist/collection/components/stable/gux-modal/gux-modal.js +6 -5
  461. package/dist/collection/components/stable/gux-modal/tests/gux-modal.e2e.js +300 -0
  462. package/dist/collection/components/stable/gux-modal/tests/gux-modal.spec.js +200 -0
  463. package/dist/collection/components/stable/gux-page-loading-spinner/gux-page-loading-spinner.js +2 -2
  464. package/dist/collection/components/stable/gux-page-loading-spinner/tests/gux-page-loading-spinner.e2e.js +33 -0
  465. package/dist/collection/components/stable/gux-page-loading-spinner/tests/gux-page-loading-spinner.spec.js +12 -0
  466. package/dist/collection/components/stable/gux-pagination/gux-pagination-buttons/gux-pagination-button.service.js +105 -62
  467. package/dist/collection/components/stable/gux-pagination/gux-pagination-buttons/gux-pagination-buttons.css +32 -47
  468. package/dist/collection/components/stable/gux-pagination/gux-pagination-buttons/gux-pagination-buttons.js +39 -45
  469. package/dist/collection/components/stable/gux-pagination/gux-pagination-buttons/gux-pagination-ellipsis-button/gux-pagination-ellipsis-button.css +31 -0
  470. package/dist/collection/components/stable/gux-pagination/gux-pagination-buttons/gux-pagination-ellipsis-button/gux-pagination-ellipsis-button.js +164 -0
  471. package/dist/collection/components/stable/gux-pagination/gux-pagination-buttons/tests/gux-pagination-buttons.service.spec.js +129 -0
  472. package/dist/collection/components/stable/gux-pagination/gux-pagination-buttons/tests/gux-pagination-buttons.spec.js +32 -0
  473. package/dist/collection/components/stable/gux-pagination/gux-pagination-item-counts/gux-pagination-item-counts.css +9 -7
  474. package/dist/collection/components/stable/gux-pagination/gux-pagination-item-counts/gux-pagination-item-counts.js +10 -5
  475. package/dist/collection/components/stable/gux-pagination/gux-pagination-item-counts/tests/gux-pagination-item-counts.spec.js +30 -0
  476. package/dist/collection/components/stable/gux-pagination/gux-pagination-items-per-page/gux-pagination-items-per-page.css +13 -6
  477. package/dist/collection/components/stable/gux-pagination/gux-pagination-items-per-page/gux-pagination-items-per-page.js +7 -6
  478. package/dist/collection/components/stable/gux-pagination/gux-pagination-items-per-page/tests/gux-pagination-items-per-page.spec.js +37 -0
  479. package/dist/collection/components/stable/gux-pagination/gux-pagination.css +14 -7
  480. package/dist/collection/components/stable/gux-pagination/gux-pagination.js +81 -52
  481. package/dist/collection/components/stable/gux-pagination/tests/gux-pagination.e2e.js +97 -0
  482. package/dist/collection/components/stable/gux-pagination/tests/gux-pagination.spec.js +116 -0
  483. package/dist/collection/components/stable/gux-pagination-cursor/gux-pagination-cursor.css +14 -28
  484. package/dist/collection/components/stable/gux-pagination-cursor/gux-pagination-cursor.js +11 -9
  485. package/dist/collection/components/stable/gux-pagination-cursor/tests/gux-pagination-cursor.e2e.js +66 -0
  486. package/dist/collection/components/stable/gux-pagination-cursor/tests/gux-pagination-cursor.spec.js +67 -0
  487. package/dist/collection/components/stable/gux-popover/gux-popover.css +21 -46
  488. package/dist/collection/components/stable/gux-popover/gux-popover.js +101 -75
  489. package/dist/collection/components/stable/gux-popover/tests/gux-popover.e2e.js +60 -0
  490. package/dist/collection/components/stable/gux-popover/tests/gux-popover.spec.js +54 -0
  491. package/dist/collection/components/stable/gux-popover-list/gux-popover-list.css +13 -64
  492. package/dist/collection/components/stable/gux-popover-list/gux-popover-list.js +101 -68
  493. package/dist/collection/components/stable/gux-popover-list/tests/gux-popover-list.e2e.js +59 -0
  494. package/dist/collection/components/stable/gux-popover-list/tests/gux-popover-list.spec.js +53 -0
  495. package/dist/collection/components/stable/gux-popup/gux-popup.css +11 -0
  496. package/dist/collection/components/stable/gux-popup/gux-popup.js +45 -14
  497. package/dist/collection/components/stable/gux-popup/tests/gux-popup.e2e.js +29 -0
  498. package/dist/collection/components/stable/gux-popup/tests/gux-popup.spec.js +41 -0
  499. package/dist/collection/components/stable/gux-radial-loading/gux-radial-loading.css +179 -31
  500. package/dist/collection/components/stable/gux-radial-loading/gux-radial-loading.functional.js +11 -0
  501. package/dist/collection/components/stable/gux-radial-loading/gux-radial-loading.js +8 -6
  502. package/dist/collection/components/stable/gux-radial-loading/gux-radial-loading.service.js +4 -0
  503. package/dist/collection/components/stable/gux-radial-loading/tests/gux-radial-loading.e2e.js +33 -0
  504. package/dist/collection/components/stable/gux-radial-loading/tests/gux-radial-loading.spec.js +33 -0
  505. package/dist/collection/components/stable/gux-radial-progress/gux-radial-progress.css +27 -27
  506. package/dist/collection/components/stable/gux-radial-progress/gux-radial-progress.functional.js +4 -7
  507. package/dist/collection/components/stable/gux-radial-progress/gux-radial-progress.js +7 -33
  508. package/dist/collection/components/stable/gux-radial-progress/gux-radial-progress.service.js +5 -6
  509. package/dist/collection/components/stable/gux-radial-progress/tests/gux-radial-progress.e2e.js +58 -0
  510. package/dist/collection/components/stable/gux-radial-progress/tests/gux-radial-progress.service.spec.js +36 -0
  511. package/dist/collection/components/stable/gux-radial-progress/tests/gux-radial-progress.spec.js +61 -0
  512. package/dist/collection/components/stable/gux-rating/gux-rating.css +24 -7
  513. package/dist/collection/components/stable/gux-rating/gux-rating.js +6 -6
  514. package/dist/collection/components/stable/gux-rating/tests/gux-rating.e2e.js +208 -0
  515. package/dist/collection/components/stable/gux-rating/tests/gux-rating.spec.js +40 -0
  516. package/dist/collection/components/stable/gux-skip-navigation-list/gux-skip-navigation-item/gux-skip-navigation-item.css +24 -0
  517. package/dist/collection/components/stable/gux-skip-navigation-list/gux-skip-navigation-item/gux-skip-navigation-item.js +22 -0
  518. package/dist/collection/components/stable/gux-skip-navigation-list/gux-skip-navigation-list.css +28 -0
  519. package/dist/collection/components/stable/gux-skip-navigation-list/gux-skip-navigation-list.js +30 -0
  520. package/dist/collection/components/stable/gux-skip-navigation-list/tests/gux-skip-navigation-list.e2e.js +24 -0
  521. package/dist/collection/components/stable/gux-skip-navigation-list/tests/gux-skip-navigation-list.spec.js +29 -0
  522. package/dist/collection/components/stable/gux-table/gux-all-row-select/gux-all-row-select.css +8 -0
  523. package/dist/collection/components/stable/gux-table/gux-all-row-select/gux-all-row-select.js +110 -0
  524. package/dist/collection/components/stable/gux-table/gux-all-row-select/tests/gux-all-row-select.spec.js +11 -0
  525. package/dist/collection/components/stable/gux-table/gux-row-select/gux-row-select.css +8 -0
  526. package/dist/collection/components/stable/gux-table/gux-row-select/gux-row-select.js +100 -0
  527. package/dist/collection/components/stable/gux-table/gux-row-select/tests/gux-row-select.spec.js +11 -0
  528. package/dist/collection/components/stable/gux-table/gux-sort-control/gux-sort-control.css +39 -0
  529. package/dist/collection/components/stable/gux-table/gux-sort-control/gux-sort-control.js +177 -0
  530. package/dist/collection/components/stable/gux-table/gux-sort-control/tests/gux-sort-control.e2e.js +56 -0
  531. package/dist/collection/components/stable/gux-table/gux-sort-control/tests/gux-sort-control.spec.js +48 -0
  532. package/dist/collection/components/stable/gux-table/gux-table-select-menu/gux-table-select-menu.css +24 -0
  533. package/dist/collection/components/stable/gux-table/gux-table-select-menu/gux-table-select-menu.js +130 -0
  534. package/dist/collection/components/stable/gux-table/gux-table-select-menu/tests/gux-table-select-menu.spec.js +24 -0
  535. package/dist/collection/components/stable/gux-table/gux-table.css +37 -0
  536. package/dist/collection/components/stable/gux-table/gux-table.js +471 -0
  537. package/dist/collection/components/stable/gux-table/tests/gux-table.e2e.js +543 -0
  538. package/dist/collection/components/stable/gux-table/tests/gux-table.spec.js +32 -0
  539. package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar-action/gux-table-toolbar-action.css +3 -0
  540. package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar-action/gux-table-toolbar-action.js +126 -0
  541. package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar-action/tests/gux-table-toolbar-action.e2e.js +53 -0
  542. package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar-action/tests/gux-table-toolbar-action.spec.js +54 -0
  543. package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar-custom-action/gux-table-toolbar-custom-action.css +28 -0
  544. package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar-custom-action/gux-table-toolbar-custom-action.js +103 -0
  545. package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar-custom-action/tests/gux-table-toolbar-custom-action.e2e.js +33 -0
  546. package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar-custom-action/tests/gux-table-toolbar-custom-action.spec.js +34 -0
  547. package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar-menu-button/gux-table-toolbar-menu-button.css +31 -0
  548. package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar-menu-button/gux-table-toolbar-menu-button.js +160 -0
  549. package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar.css +51 -0
  550. package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar.js +209 -0
  551. package/dist/collection/components/stable/gux-table-toolbar/tests/gux-table-toolbar.e2e.js +46 -0
  552. package/dist/collection/components/stable/gux-table-toolbar/tests/gux-table-toolbar.spec.js +63 -0
  553. package/dist/collection/components/stable/gux-tabs/gux-tab/gux-tab.css +37 -32
  554. package/dist/collection/components/stable/gux-tabs/gux-tab/gux-tab.js +8 -5
  555. package/dist/collection/components/stable/gux-tabs/gux-tab/tests/gux-tab.e2e.js +15 -0
  556. package/dist/collection/components/stable/gux-tabs/gux-tab/tests/gux-tab.spec.js +16 -0
  557. package/dist/collection/components/stable/gux-tabs/gux-tab-list/gux-tab-list.css +15 -18
  558. package/dist/collection/components/stable/gux-tabs/gux-tab-list/gux-tab-list.js +8 -7
  559. package/dist/collection/components/stable/gux-tabs/gux-tab-list/tests/gux-tab-list.e2e.js +15 -0
  560. package/dist/collection/components/stable/gux-tabs/gux-tab-list/tests/gux-tab-list.spec.js +16 -0
  561. package/dist/collection/components/stable/gux-tabs/gux-tab-panel/gux-tab-panel.css +15 -6
  562. package/dist/collection/components/stable/gux-tabs/gux-tab-panel/gux-tab-panel.js +6 -4
  563. package/dist/collection/components/stable/gux-tabs/gux-tab-panel/tests/gux-tab-panel.e2e.js +15 -0
  564. package/dist/collection/components/stable/gux-tabs/gux-tab-panel/tests/gux-tab-panel.spec.js +16 -0
  565. package/dist/collection/components/stable/gux-tabs/gux-tabs.css +16 -1
  566. package/dist/collection/components/stable/gux-tabs/gux-tabs.js +31 -7
  567. package/dist/collection/components/stable/gux-tabs/tests/gux-tabs.e2e.js +140 -0
  568. package/dist/collection/components/stable/gux-tabs/tests/gux-tabs.spec.js +57 -0
  569. package/dist/collection/components/stable/gux-tabs-advanced/gux-tab-advanced/gux-tab-advanced.css +3 -2
  570. package/dist/collection/components/stable/gux-tabs-advanced/gux-tab-advanced/gux-tab-advanced.js +13 -10
  571. package/dist/collection/components/stable/gux-tabs-advanced/gux-tab-advanced-list/gux-tab-advanced-list.css +15 -11
  572. package/dist/collection/components/stable/gux-tabs-advanced/gux-tab-advanced-list/gux-tab-advanced-list.js +10 -9
  573. package/dist/collection/components/stable/gux-tabs-advanced/gux-tab-advanced-panel/gux-tab-advanced-panel.css +5 -6
  574. package/dist/collection/components/stable/gux-tabs-advanced/gux-tab-advanced-panel/gux-tab-advanced-panel.js +4 -3
  575. package/dist/collection/components/stable/gux-tabs-advanced/gux-tabs-advanced.css +1 -1
  576. package/dist/collection/components/stable/gux-tabs-advanced/gux-tabs-advanced.js +5 -4
  577. package/dist/collection/components/stable/gux-tabs-advanced/tests/gux-tabs-advanced.e2e.js +217 -0
  578. package/dist/collection/components/stable/gux-tabs-advanced/tests/gux-tabs-advanced.spec.js +73 -0
  579. package/dist/collection/components/stable/gux-tag/gux-tag.css +152 -0
  580. package/dist/collection/components/stable/gux-tag/gux-tag.js +189 -0
  581. package/dist/collection/components/stable/gux-tag/tests/gux-tag.e2e.js +135 -0
  582. package/dist/collection/components/stable/gux-tag/tests/gux-tag.spec.js +130 -0
  583. package/dist/collection/components/stable/gux-text-highlight/gux-text-highlight.css +9 -3
  584. package/dist/collection/components/stable/gux-text-highlight/gux-text-highlight.js +30 -10
  585. package/dist/collection/components/stable/gux-text-highlight/tests/gux-text-highlight.e2e.js +147 -0
  586. package/dist/collection/components/stable/gux-text-highlight/tests/gux-text-hightlight.spec.js +149 -0
  587. package/dist/collection/components/stable/gux-time-picker/gux-time-picker.css +123 -0
  588. package/dist/collection/components/stable/gux-time-picker/gux-time-picker.js +413 -0
  589. package/dist/collection/components/stable/gux-time-picker/gux-time-picker.service.js +142 -0
  590. package/dist/collection/components/stable/gux-time-picker/tests/gux-time-picker.e2e.js +41 -0
  591. package/dist/collection/components/stable/gux-time-picker/tests/gux-time-picker.service.spec.js +698 -0
  592. package/dist/collection/components/stable/gux-time-picker/tests/gux-time-picker.spec.js +14 -0
  593. package/dist/collection/components/stable/gux-toast/gux-toast.css +5 -5
  594. package/dist/collection/components/stable/gux-toast/gux-toast.js +6 -5
  595. package/dist/collection/components/stable/gux-toast/tests/gux-toast.e2e.js +121 -0
  596. package/dist/collection/components/stable/gux-toast/tests/gux-toast.spec.js +111 -0
  597. package/dist/collection/components/stable/gux-toggle/gux-toggle-slider/gux-toggle-slider.css +83 -22
  598. package/dist/collection/components/stable/gux-toggle/gux-toggle-slider/gux-toggle-slider.js +6 -4
  599. package/dist/collection/components/stable/gux-toggle/gux-toggle.css +22 -8
  600. package/dist/collection/components/stable/gux-toggle/gux-toggle.js +8 -7
  601. package/dist/collection/components/stable/gux-toggle/tests/gux-toggle.e2e.js +147 -0
  602. package/dist/collection/components/stable/gux-toggle/tests/gux-toggle.spec.js +126 -0
  603. package/dist/collection/components/stable/gux-tooltip/gux-tooltip.css +103 -7
  604. package/dist/collection/components/stable/gux-tooltip/gux-tooltip.js +95 -16
  605. package/dist/collection/components/stable/gux-tooltip/tests/gux-tooltip.e2e.js +33 -0
  606. package/dist/collection/components/stable/gux-tooltip/tests/gux-tooltip.spec.js +55 -0
  607. package/dist/collection/components/stable/gux-tooltip-title/gux-tooltip-title.js +12 -5
  608. package/dist/collection/components/stable/gux-truncate/gux-truncate.js +8 -6
  609. package/dist/collection/components/stable/gux-truncate/tests/gux-truncate.e2e.js +32 -0
  610. package/dist/collection/components/stable/gux-truncate/tests/gux-truncate.spec.js +27 -0
  611. package/dist/collection/i18n/DateTimeFormatter.js +7 -10
  612. package/dist/collection/i18n/fetchResources.js +1 -1
  613. package/dist/collection/i18n/index.js +5 -5
  614. package/dist/collection/i18n/time-zone/identifiers.js +460 -0
  615. package/dist/collection/test/e2eTestUtils.js +2 -2
  616. package/dist/collection/test/specTestUtils.js +8 -0
  617. package/dist/collection/utils/date/from-iso-time-string.spec.js +13 -0
  618. package/dist/collection/utils/date/get-valid-timezone.js +7 -0
  619. package/dist/collection/utils/date/get-valid-timezone.spec.js +38 -0
  620. package/dist/collection/utils/date/iso-dates.spec.js +170 -0
  621. package/dist/collection/utils/date/year-month-values.spec.js +81 -0
  622. package/dist/collection/utils/decorator/on-click-outside.js +1 -1
  623. package/dist/collection/utils/decorator/on-mutation.js +1 -1
  624. package/dist/collection/utils/decorator/on-resize.js +1 -1
  625. package/dist/collection/utils/dom/event-is-from.spec.js +29 -0
  626. package/dist/collection/utils/dom/find-element-by-id.js +10 -3
  627. package/dist/collection/utils/dom/manipulate-elements-classes.spec.js +104 -0
  628. package/dist/collection/utils/dom/on-input-disabled-state-change.js +1 -1
  629. package/dist/collection/utils/dom/random-html-id.spec.js +14 -0
  630. package/dist/collection/utils/dom/set-input-value.js +1 -1
  631. package/dist/collection/utils/dom/when-event-is-from.spec.js +37 -0
  632. package/dist/collection/utils/string/search.spec.js +40 -0
  633. package/dist/collection/utils/tracking/usage.js +1 -1
  634. package/dist/collection/utils/tracking/usage.spec.js +121 -0
  635. package/dist/component-specs.json +743 -327
  636. package/dist/deploy-info.json +3 -3
  637. package/dist/esm/find-element-by-id-a3c82a2d.js +24 -0
  638. package/dist/esm/floating-ui.dom.esm-813bb04f.js +1529 -0
  639. package/dist/esm/genesys-webcomponents.js +4 -7
  640. package/dist/esm/get-slot-text-content-189d6edf.js +6 -0
  641. package/dist/esm/get-valid-timezone-3781bfa2.js +517 -0
  642. package/dist/esm/gux-accordion-section.entry.js +8 -13
  643. package/dist/esm/gux-accordion.entry.js +2 -2
  644. package/dist/esm/gux-action-button.entry.js +14 -17
  645. package/dist/esm/gux-action-toast-legacy.entry.js +3 -3
  646. package/dist/esm/gux-advanced-dropdown-legacy.entry.js +214 -0
  647. package/dist/esm/gux-all-row-select.entry.js +7 -9
  648. package/dist/esm/gux-announce-beta.entry.js +3 -3
  649. package/dist/esm/gux-badge.entry.js +65 -0
  650. package/dist/esm/gux-blank-state.entry.js +20 -0
  651. package/dist/esm/gux-breadcrumb-item.entry.js +3 -3
  652. package/dist/esm/gux-breadcrumbs.entry.js +5 -5
  653. package/dist/esm/gux-button-multi.entry.js +7 -8
  654. package/dist/esm/gux-button-slot.entry.js +42 -0
  655. package/dist/esm/gux-button.entry.js +34 -19
  656. package/dist/esm/gux-calendar-beta.entry.js +9 -9
  657. package/dist/esm/gux-calendar.entry.js +18 -10
  658. package/dist/esm/gux-card.entry.js +2 -2
  659. package/dist/esm/gux-column-manager-item.entry.js +8 -9
  660. package/dist/esm/gux-column-manager.entry.js +122 -0
  661. package/dist/esm/gux-column-manager.service-4f5bf4c4.js +83 -0
  662. package/dist/esm/gux-content-search.entry.js +15 -12
  663. package/dist/esm/gux-context-menu.entry.js +130 -0
  664. package/dist/esm/gux-copy-to-clipboard.entry.js +7 -7
  665. package/dist/esm/gux-create-option.entry.js +5 -5
  666. package/dist/esm/gux-date-beta.entry.js +9 -6
  667. package/dist/esm/gux-date-time-beta.entry.js +9 -6
  668. package/dist/esm/gux-datepicker.entry.js +10 -10
  669. package/dist/esm/gux-disclosure-button-legacy.entry.js +60 -0
  670. package/dist/esm/gux-dismiss-button.entry.js +6 -6
  671. package/dist/esm/gux-dropdown-multi-tag.entry.js +4 -4
  672. package/dist/esm/gux-dropdown-multi.entry.js +404 -0
  673. package/dist/esm/gux-dropdown-option.entry.js +2 -2
  674. package/dist/esm/gux-dropdown_3.entry.js +22 -23
  675. package/dist/esm/gux-flyout-menu.entry.js +178 -0
  676. package/dist/esm/gux-form-field-checkbox.entry.js +11 -11
  677. package/dist/esm/gux-form-field-color.entry.js +13 -13
  678. package/dist/esm/gux-form-field-container-0628b63c.js +18 -0
  679. package/dist/esm/gux-form-field-dropdown.entry.js +17 -16
  680. package/dist/esm/gux-form-field-fieldset-container-863690e1.js +18 -0
  681. package/dist/esm/gux-form-field-input-clear-button.entry.js +5 -5
  682. package/dist/esm/gux-form-field-number_3.entry.js +28 -28
  683. package/dist/esm/gux-form-field-phone.entry.js +14 -13
  684. package/dist/esm/gux-form-field-radio.entry.js +11 -11
  685. package/dist/esm/gux-form-field-range.entry.js +13 -13
  686. package/dist/esm/gux-form-field-search.entry.js +13 -13
  687. package/dist/esm/gux-form-field-select.entry.js +13 -13
  688. package/dist/esm/gux-form-field-text-like.entry.js +13 -13
  689. package/dist/esm/gux-form-field-textarea.entry.js +13 -13
  690. package/dist/esm/gux-form-field-time-picker.entry.js +16 -15
  691. package/dist/esm/gux-form-field.service-1b918b11.js +140 -0
  692. package/dist/esm/gux-icon.entry.js +6 -8
  693. package/dist/esm/gux-inline-alert.entry.js +5 -5
  694. package/dist/esm/gux-list-divider.entry.js +1 -1
  695. package/dist/esm/gux-list-item.entry.js +3 -3
  696. package/dist/esm/gux-list.entry.js +3 -3
  697. package/dist/esm/gux-listbox-multi.entry.js +14 -13
  698. package/dist/esm/gux-loading-message.entry.js +20 -0
  699. package/dist/esm/gux-menu-option.entry.js +10 -3
  700. package/dist/esm/gux-menu.entry.js +3 -3
  701. package/dist/esm/gux-modal.entry.js +4 -4
  702. package/dist/esm/gux-month-calendar.entry.js +13 -9
  703. package/dist/esm/gux-month-list_2.entry.js +5 -5
  704. package/dist/esm/gux-month-picker-beta.entry.js +12 -18
  705. package/dist/esm/gux-notification-toast-legacy.entry.js +3 -3
  706. package/dist/esm/gux-option-icon.entry.js +3 -3
  707. package/dist/esm/gux-option-multi.entry.js +12 -6
  708. package/dist/esm/gux-page-loading-spinner.entry.js +2 -2
  709. package/dist/esm/gux-pagination-buttons-legacy_3.entry.js +271 -0
  710. package/dist/esm/gux-pagination-buttons_3.entry.js +140 -124
  711. package/dist/esm/gux-pagination-cursor.entry.js +7 -7
  712. package/dist/esm/gux-pagination-legacy.entry.js +72 -0
  713. package/dist/esm/gux-pagination.entry.js +51 -26
  714. package/dist/esm/gux-phone-input-beta.entry.js +443 -385
  715. package/dist/esm/gux-popover-list.entry.js +78 -56
  716. package/dist/esm/gux-popup.entry.js +28 -15
  717. package/dist/esm/gux-radial-loading.entry.js +25 -6
  718. package/dist/esm/gux-radial-progress.entry.js +13 -27
  719. package/dist/esm/gux-rating.entry.js +6 -6
  720. package/dist/esm/gux-region-icon.entry.js +7 -7
  721. package/dist/esm/gux-row-select.entry.js +8 -10
  722. package/dist/esm/gux-screen-reader-beta.entry.js +2 -2
  723. package/dist/esm/gux-segmented-control-beta.entry.js +40 -0
  724. package/dist/esm/gux-segmented-control-item.entry.js +66 -0
  725. package/dist/esm/gux-simple-toast-legacy.entry.js +3 -3
  726. package/dist/esm/gux-skip-navigation-item.entry.js +1 -1
  727. package/dist/esm/gux-skip-navigation-list.entry.js +29 -0
  728. package/dist/esm/gux-sort-control.entry.js +10 -10
  729. package/dist/esm/gux-submenu.entry.js +56 -51
  730. package/dist/esm/gux-switch-item.entry.js +2 -2
  731. package/dist/esm/gux-switch-legacy.entry.js +41 -0
  732. package/dist/esm/gux-tab-advanced-list.entry.js +8 -8
  733. package/dist/esm/gux-tab-advanced-panel.entry.js +2 -2
  734. package/dist/esm/gux-tab-advanced.entry.js +8 -8
  735. package/dist/esm/gux-tab-list.entry.js +6 -6
  736. package/dist/esm/gux-tab-panel.entry.js +3 -3
  737. package/dist/esm/gux-tab.entry.js +2 -2
  738. package/dist/esm/gux-table-select-menu.entry.js +9 -9
  739. package/dist/esm/gux-table-toolbar-action.entry.js +5 -5
  740. package/dist/esm/gux-table-toolbar-custom-action.entry.js +10 -4
  741. package/dist/esm/gux-table-toolbar-menu-button.entry.js +14 -8
  742. package/dist/esm/gux-table-toolbar.entry.js +209 -0
  743. package/dist/esm/gux-table.entry.js +282 -0
  744. package/dist/esm/gux-tabs-advanced.entry.js +2 -2
  745. package/dist/esm/gux-tabs.entry.js +7 -4
  746. package/dist/esm/gux-tag.entry.js +76 -0
  747. package/dist/esm/gux-text-highlight.entry.js +10 -9
  748. package/dist/esm/gux-time-beta.entry.js +9 -6
  749. package/dist/esm/gux-time-picker.entry.js +388 -0
  750. package/dist/esm/gux-time-zone-picker-beta.entry.js +7833 -0
  751. package/dist/esm/gux-toast.entry.js +5 -5
  752. package/dist/esm/gux-toggle-slider.entry.js +6 -4
  753. package/dist/esm/gux-toggle.entry.js +6 -6
  754. package/dist/esm/gux-tooltip-title.entry.js +8 -3
  755. package/dist/esm/gux-tooltip.entry.js +47 -13
  756. package/dist/esm/gux-truncate.entry.js +3 -3
  757. package/dist/esm/index-a0eec33a.js +2676 -0
  758. package/dist/esm/index-e5ccc024.js +4070 -0
  759. package/dist/esm/loader.js +4 -13
  760. package/dist/esm/on-attribute-change-42a46627.js +24 -0
  761. package/dist/esm/on-click-outside-e696f632.js +75 -0
  762. package/dist/esm/on-mutation-c1be3c74.js +34 -0
  763. package/dist/esm/on-resize-c9e31879.js +34 -0
  764. package/dist/esm/usage-d6681f18.js +224 -0
  765. package/dist/genesys-webcomponents/genesys-webcomponents.css +31 -2
  766. package/dist/genesys-webcomponents/genesys-webcomponents.esm.js +1 -1
  767. package/dist/genesys-webcomponents/i18n/genesys-webcomponents.i18n.en.json +1 -1
  768. package/dist/genesys-webcomponents/icons/custom/carousel.svg +1 -0
  769. package/dist/genesys-webcomponents/icons/custom/co-browse.svg +1 -0
  770. package/dist/genesys-webcomponents/icons/custom/face-smile-hearts-regular.svg +1 -0
  771. package/dist/genesys-webcomponents/icons/custom/file-pen-question.svg +1 -0
  772. package/dist/genesys-webcomponents/icons/custom/filter-notification.svg +1 -0
  773. package/dist/genesys-webcomponents/icons/custom/font-regular-highlight.svg +1 -0
  774. package/dist/genesys-webcomponents/icons/custom/list-alphabetical-regular.svg +1 -0
  775. package/dist/genesys-webcomponents/icons/custom/list-roman-regular.svg +1 -0
  776. package/dist/genesys-webcomponents/icons/custom/one-button.svg +1 -0
  777. package/dist/genesys-webcomponents/icons/custom/person-running.svg +1 -0
  778. package/dist/genesys-webcomponents/icons/custom/quick-reply.svg +1 -0
  779. package/dist/genesys-webcomponents/icons/custom/three-button.svg +1 -0
  780. package/dist/genesys-webcomponents/icons/fa/alarm-clock-regular.svg +1 -0
  781. package/dist/genesys-webcomponents/icons/fa/alarm-snooze-regular.svg +1 -0
  782. package/dist/genesys-webcomponents/icons/fa/arrows-to-circle-regular.svg +1 -0
  783. package/dist/genesys-webcomponents/icons/fa/award-solid.svg +1 -0
  784. package/dist/genesys-webcomponents/icons/fa/backward-step-regular.svg +1 -0
  785. package/dist/genesys-webcomponents/icons/fa/bell-on-regular.svg +1 -0
  786. package/dist/genesys-webcomponents/icons/fa/bell-slash-regular.svg +1 -0
  787. package/dist/genesys-webcomponents/icons/fa/circle-plus-solid.svg +1 -0
  788. package/dist/genesys-webcomponents/icons/fa/comment-dots-regular.svg +1 -0
  789. package/dist/genesys-webcomponents/icons/fa/diagram-nested-regular.svg +1 -0
  790. package/dist/genesys-webcomponents/icons/fa/eye-regular.svg +1 -0
  791. package/dist/genesys-webcomponents/icons/fa/eye-slash-regular.svg +1 -0
  792. package/dist/genesys-webcomponents/icons/fa/face-frown-regular.svg +1 -0
  793. package/dist/genesys-webcomponents/icons/fa/face-frown-solid.svg +1 -0
  794. package/dist/genesys-webcomponents/icons/fa/face-laugh-regular.svg +1 -0
  795. package/dist/genesys-webcomponents/icons/fa/face-laugh-solid.svg +1 -0
  796. package/dist/genesys-webcomponents/icons/fa/file-exclamation-regular.svg +1 -0
  797. package/dist/genesys-webcomponents/icons/fa/forward-step-regular.svg +1 -0
  798. package/dist/genesys-webcomponents/icons/fa/function-regular.svg +1 -0
  799. package/dist/genesys-webcomponents/icons/fa/google.svg +1 -0
  800. package/dist/genesys-webcomponents/icons/fa/hand-back-point-right-regular.svg +1 -0
  801. package/dist/genesys-webcomponents/icons/fa/laptop-slash-regular.svg +1 -0
  802. package/dist/genesys-webcomponents/icons/fa/list-radio-clean-regular.svg +1 -0
  803. package/dist/genesys-webcomponents/icons/fa/message-bot-regular.svg +1 -0
  804. package/dist/genesys-webcomponents/icons/fa/microsoft.svg +1 -0
  805. package/dist/genesys-webcomponents/icons/fa/pause-regular.svg +1 -0
  806. package/dist/genesys-webcomponents/icons/fa/pen-slash-regular.svg +1 -0
  807. package/dist/genesys-webcomponents/icons/fa/play-regular.svg +1 -0
  808. package/dist/genesys-webcomponents/icons/fa/regular-user-circle-arrow-left.svg +1 -0
  809. package/dist/genesys-webcomponents/icons/fa/square-dashed-regular.svg +1 -0
  810. package/dist/genesys-webcomponents/icons/fa/stop-regular.svg +1 -0
  811. package/dist/genesys-webcomponents/icons/fa/subscript-regular.svg +1 -0
  812. package/dist/genesys-webcomponents/icons/fa/superscript-regular.svg +1 -0
  813. package/dist/genesys-webcomponents/icons/fa/user-group-solid.svg +1 -0
  814. package/dist/genesys-webcomponents/icons/fa/volume-regular.svg +1 -0
  815. package/dist/genesys-webcomponents/icons/fa/volume-xmark-regular.svg +1 -0
  816. package/dist/genesys-webcomponents/icons/fa/wand-magic-sparkles-regular.svg +1 -0
  817. package/dist/genesys-webcomponents/icons/fa/windows.svg +1 -0
  818. package/dist/genesys-webcomponents/p-05102bf4.entry.js +1 -0
  819. package/dist/genesys-webcomponents/p-07976cff.entry.js +1 -0
  820. package/dist/genesys-webcomponents/p-09453413.entry.js +1 -0
  821. package/dist/genesys-webcomponents/p-0bb16852.entry.js +1 -0
  822. package/dist/genesys-webcomponents/p-15e52200.entry.js +1 -0
  823. package/dist/genesys-webcomponents/p-17b43bc4.entry.js +1 -0
  824. package/dist/genesys-webcomponents/p-18e3fe76.entry.js +1 -0
  825. package/dist/genesys-webcomponents/p-1d721625.entry.js +1 -0
  826. package/dist/genesys-webcomponents/p-1dece006.entry.js +1 -0
  827. package/dist/genesys-webcomponents/p-21e688a3.entry.js +1 -0
  828. package/dist/genesys-webcomponents/p-22f7b058.entry.js +1 -0
  829. package/dist/genesys-webcomponents/p-28c70a30.entry.js +1 -0
  830. package/dist/genesys-webcomponents/p-32454e23.entry.js +1 -0
  831. package/dist/genesys-webcomponents/p-32a36f06.entry.js +1 -0
  832. package/dist/genesys-webcomponents/p-3336925d.entry.js +1 -0
  833. package/dist/genesys-webcomponents/p-3465ba68.entry.js +1 -0
  834. package/dist/genesys-webcomponents/p-35174acd.entry.js +1 -0
  835. package/dist/genesys-webcomponents/p-37a6cf93.entry.js +1 -0
  836. package/dist/genesys-webcomponents/p-37bfd195.js +1 -0
  837. package/dist/genesys-webcomponents/p-38bad8d2.entry.js +1 -0
  838. package/dist/genesys-webcomponents/p-38c781a4.entry.js +1 -0
  839. package/dist/genesys-webcomponents/p-3af115ad.entry.js +1 -0
  840. package/dist/genesys-webcomponents/p-3c4047d1.entry.js +1 -0
  841. package/dist/genesys-webcomponents/p-3cc59add.entry.js +1 -0
  842. package/dist/genesys-webcomponents/p-3cf08509.js +1 -0
  843. package/dist/genesys-webcomponents/p-3d745319.js +1 -0
  844. package/dist/genesys-webcomponents/p-3ea3a764.entry.js +1 -0
  845. package/dist/genesys-webcomponents/p-3fe16f20.entry.js +1 -0
  846. package/dist/genesys-webcomponents/p-402b6233.entry.js +1 -0
  847. package/dist/genesys-webcomponents/p-432bb1ce.entry.js +1 -0
  848. package/dist/genesys-webcomponents/p-4338a137.entry.js +1 -0
  849. package/dist/genesys-webcomponents/p-4a579180.entry.js +1 -0
  850. package/dist/genesys-webcomponents/p-4b7e6ef2.entry.js +1 -0
  851. package/dist/genesys-webcomponents/p-4dee44f2.entry.js +1 -0
  852. package/dist/genesys-webcomponents/p-4e890707.entry.js +1 -0
  853. package/dist/genesys-webcomponents/p-511eb62e.entry.js +1 -0
  854. package/dist/genesys-webcomponents/p-52054142.entry.js +1 -0
  855. package/dist/genesys-webcomponents/p-52e27c60.js +1 -0
  856. package/dist/genesys-webcomponents/p-530c362b.entry.js +1 -0
  857. package/dist/genesys-webcomponents/p-5463e134.entry.js +1 -0
  858. package/dist/genesys-webcomponents/p-550c0768.entry.js +1 -0
  859. package/dist/genesys-webcomponents/p-5b36dd80.entry.js +1 -0
  860. package/dist/genesys-webcomponents/p-5d15381f.entry.js +1 -0
  861. package/dist/genesys-webcomponents/p-5d7d5695.js +1 -0
  862. package/dist/genesys-webcomponents/p-5dad03e8.entry.js +1 -0
  863. package/dist/genesys-webcomponents/p-5f316b49.entry.js +1 -0
  864. package/dist/genesys-webcomponents/p-6236f519.entry.js +1 -0
  865. package/dist/genesys-webcomponents/p-65cf4c58.entry.js +7 -0
  866. package/dist/genesys-webcomponents/p-681b7fcf.entry.js +1 -0
  867. package/dist/genesys-webcomponents/p-69d045af.entry.js +1 -0
  868. package/dist/genesys-webcomponents/p-6b815f9c.entry.js +1 -0
  869. package/dist/genesys-webcomponents/p-6d04e8cd.entry.js +1 -0
  870. package/dist/genesys-webcomponents/p-6dc75dce.entry.js +1 -0
  871. package/dist/genesys-webcomponents/p-6debb4e2.entry.js +1 -0
  872. package/dist/genesys-webcomponents/p-700878bf.entry.js +1 -0
  873. package/dist/genesys-webcomponents/p-707129d2.entry.js +1 -0
  874. package/dist/genesys-webcomponents/p-7a100b8c.js +1 -0
  875. package/dist/genesys-webcomponents/p-7a40b615.entry.js +1 -0
  876. package/dist/genesys-webcomponents/p-7af593fb.entry.js +1 -0
  877. package/dist/genesys-webcomponents/p-7b98f591.entry.js +1 -0
  878. package/dist/genesys-webcomponents/p-7e22896f.entry.js +1 -0
  879. package/dist/genesys-webcomponents/p-7e9074e8.entry.js +1 -0
  880. package/dist/genesys-webcomponents/p-81a7dfc0.entry.js +1 -0
  881. package/dist/genesys-webcomponents/p-834ede94.entry.js +1 -0
  882. package/dist/genesys-webcomponents/p-83b2133c.entry.js +1 -0
  883. package/dist/genesys-webcomponents/p-87c75c0c.entry.js +1 -0
  884. package/dist/genesys-webcomponents/p-8801741a.js +1 -0
  885. package/dist/genesys-webcomponents/p-8c362857.js +1 -0
  886. package/dist/genesys-webcomponents/p-8df4a700.entry.js +1 -0
  887. package/dist/genesys-webcomponents/p-8ff2c1fe.entry.js +1 -0
  888. package/dist/genesys-webcomponents/p-93608d93.entry.js +1 -0
  889. package/dist/genesys-webcomponents/p-9383fa8e.js +1 -0
  890. package/dist/genesys-webcomponents/p-93d5c18d.entry.js +1 -0
  891. package/dist/genesys-webcomponents/p-967772db.entry.js +1 -0
  892. package/dist/genesys-webcomponents/p-970339d2.entry.js +1 -0
  893. package/dist/genesys-webcomponents/p-9894c33e.entry.js +1 -0
  894. package/dist/genesys-webcomponents/p-9e79e6a9.entry.js +1 -0
  895. package/dist/genesys-webcomponents/p-9f83906b.entry.js +1 -0
  896. package/dist/genesys-webcomponents/p-a285abaf.js +1 -0
  897. package/dist/genesys-webcomponents/p-a3bc3236.js +1 -0
  898. package/dist/genesys-webcomponents/p-a5937ee9.js +1 -0
  899. package/dist/genesys-webcomponents/p-a712590a.entry.js +1 -0
  900. package/dist/genesys-webcomponents/p-a7341016.entry.js +1 -0
  901. package/dist/genesys-webcomponents/p-a96bc06c.entry.js +1 -0
  902. package/dist/genesys-webcomponents/p-ac85575f.entry.js +1 -0
  903. package/dist/genesys-webcomponents/p-aeb23536.entry.js +1 -0
  904. package/dist/genesys-webcomponents/p-b1aff517.entry.js +1 -0
  905. package/dist/genesys-webcomponents/p-b48cf7fd.entry.js +1 -0
  906. package/dist/genesys-webcomponents/p-b56fd34a.entry.js +1 -0
  907. package/dist/genesys-webcomponents/p-b6271f28.entry.js +1 -0
  908. package/dist/genesys-webcomponents/p-b67960df.entry.js +1 -0
  909. package/dist/genesys-webcomponents/p-b6d1e2e1.entry.js +1 -0
  910. package/dist/genesys-webcomponents/p-b6fb5b65.entry.js +1 -0
  911. package/dist/genesys-webcomponents/p-b80c59ad.entry.js +1 -0
  912. package/dist/genesys-webcomponents/p-b8755c5a.entry.js +1 -0
  913. package/dist/genesys-webcomponents/p-bb1ee297.entry.js +1 -0
  914. package/dist/genesys-webcomponents/p-c183e212.entry.js +1 -0
  915. package/dist/genesys-webcomponents/p-c4f9d3c7.entry.js +1 -0
  916. package/dist/genesys-webcomponents/p-c9788b0b.entry.js +1 -0
  917. package/dist/genesys-webcomponents/p-cc724d95.entry.js +1 -0
  918. package/dist/genesys-webcomponents/p-d264a043.entry.js +1 -0
  919. package/dist/genesys-webcomponents/p-d2a6a92d.entry.js +1 -0
  920. package/dist/genesys-webcomponents/p-d967c7e7.entry.js +1 -0
  921. package/dist/genesys-webcomponents/p-da6e6f64.entry.js +1 -0
  922. package/dist/genesys-webcomponents/p-dadc097d.entry.js +1 -0
  923. package/dist/genesys-webcomponents/p-dc897b48.entry.js +1 -0
  924. package/dist/genesys-webcomponents/p-dd53013c.js +1 -0
  925. package/dist/genesys-webcomponents/p-df01c156.entry.js +1 -0
  926. package/dist/genesys-webcomponents/p-e121f417.entry.js +1 -0
  927. package/dist/genesys-webcomponents/p-e3fc7d7d.entry.js +1 -0
  928. package/dist/genesys-webcomponents/p-e604265e.entry.js +1 -0
  929. package/dist/genesys-webcomponents/p-e653b8d2.entry.js +1 -0
  930. package/dist/genesys-webcomponents/p-e71c94cc.entry.js +1 -0
  931. package/dist/genesys-webcomponents/p-e8261f28.entry.js +1 -0
  932. package/dist/genesys-webcomponents/p-e99f4472.entry.js +1 -0
  933. package/dist/genesys-webcomponents/p-eb8434c9.entry.js +1 -0
  934. package/dist/genesys-webcomponents/p-ed724d66.js +2 -0
  935. package/dist/genesys-webcomponents/p-ee2ab42a.entry.js +1 -0
  936. package/dist/genesys-webcomponents/p-ee473cc9.entry.js +1 -0
  937. package/dist/genesys-webcomponents/p-ee643cb5.entry.js +1 -0
  938. package/dist/genesys-webcomponents/p-f2c2a915.entry.js +1 -0
  939. package/dist/genesys-webcomponents/p-f327dc53.entry.js +1 -0
  940. package/dist/genesys-webcomponents/p-f5540a5d.entry.js +1 -0
  941. package/dist/genesys-webcomponents/p-fb683f3e.entry.js +1 -0
  942. package/dist/genesys-webcomponents/p-fbb62dfa.entry.js +1 -0
  943. package/dist/genesys-webcomponents/p-fd5e59f5.js +1 -0
  944. package/dist/genesys-webcomponents/scss/style-reset-focusable.scss +62 -0
  945. package/dist/genesys-webcomponents/scss/style-reset-typography.scss +31 -0
  946. package/dist/loader/index.d.ts +1 -1
  947. package/dist/stencil-wrapper.js +6 -6
  948. package/dist/types/components/beta/gux-date/gux-date.d.ts +5 -0
  949. package/dist/types/components/beta/gux-date-time/gux-date-time.d.ts +5 -0
  950. package/dist/types/components/beta/gux-month-picker/gux-month-calendar/gux-month-calendar.d.ts +1 -0
  951. package/dist/types/components/beta/gux-phone-input/components/gux-region-icon/sprite-utils/sprites.generated.d.ts +1 -0
  952. package/dist/types/components/beta/gux-phone-input/gux-phone-input.d.ts +31 -16
  953. package/dist/types/components/beta/gux-phone-input/gux-phone.types.d.ts +11 -0
  954. package/dist/types/components/beta/gux-phone-input/services/RegionCountryCodeMap.d.ts +0 -3
  955. package/dist/types/components/beta/gux-phone-input/services/region-map.service.d.ts +1 -5
  956. package/dist/types/components/beta/gux-segmented-control/gux-segmented-control-item/gux-segmented-control-item.d.ts +20 -0
  957. package/dist/types/components/beta/gux-segmented-control/gux-segmented-control-item/gux-segmented-control-item.types.d.ts +1 -0
  958. package/dist/types/components/beta/gux-segmented-control/gux-segmented-control.d.ts +14 -0
  959. package/dist/types/components/beta/gux-time/gux-time.d.ts +8 -0
  960. package/dist/types/components/beta/gux-time-zone-picker/generic-zones.d.ts +15 -0
  961. package/dist/types/components/beta/gux-time-zone-picker/gux-time-zone-picker.d.ts +35 -0
  962. package/dist/types/components/beta/gux-time-zone-picker/gux-time-zone-picker.types.d.ts +22 -0
  963. package/dist/types/components/legacy/gux-advanced-dropdown-legacy/gux-advanced-dropdown.d.ts +71 -0
  964. package/dist/types/components/legacy/gux-disclosure-button-legacy/gux-disclosure-button.d.ts +37 -0
  965. package/dist/types/components/legacy/gux-pagination-legacy/gux-pagination-buttons-legacy/gux-pagination-button.service.d.ts +9 -0
  966. package/dist/types/components/legacy/gux-pagination-legacy/gux-pagination-buttons-legacy/gux-pagination-buttons.d.ts +26 -0
  967. package/dist/types/components/legacy/gux-pagination-legacy/gux-pagination-item-counts-legacy/gux-pagination-item-counts.d.ts +12 -0
  968. package/dist/types/components/legacy/gux-pagination-legacy/gux-pagination-items-per-page-legacy/gux-pagination-items-per-page.d.ts +13 -0
  969. package/dist/types/components/legacy/gux-pagination-legacy/gux-pagination.d.ts +35 -0
  970. package/dist/types/components/legacy/gux-pagination-legacy/gux-pagination.types.d.ts +6 -0
  971. package/dist/types/components/stable/gux-accordion/gux-accordion-section/gux-accordion-section.d.ts +1 -2
  972. package/dist/types/components/stable/gux-accordion/gux-accordion-section/gux-accordion-section.types.d.ts +1 -1
  973. package/dist/types/components/stable/gux-action-button/gux-action-button.d.ts +3 -4
  974. package/dist/types/components/stable/gux-badge/gux-badge.d.ts +18 -0
  975. package/dist/types/components/stable/gux-badge/gux-badge.types.d.ts +1 -0
  976. package/dist/types/components/stable/gux-blank-state/gux-blank-state.d.ts +12 -0
  977. package/dist/types/components/stable/gux-button/gux-button.d.ts +5 -0
  978. package/dist/types/components/stable/gux-button-multi/gux-button-multi.d.ts +0 -4
  979. package/dist/types/components/stable/gux-button-slot/gux-button-slot.d.ts +13 -0
  980. package/dist/types/components/stable/gux-calendar/gux-calendar.types.d.ts +1 -0
  981. package/dist/types/components/stable/gux-context-menu/gux-context-menu.d.ts +37 -0
  982. package/dist/types/components/stable/gux-dropdown/gux-dropdown.d.ts +0 -4
  983. package/dist/types/components/stable/gux-dropdown-multi/gux-dropdown-multi.d.ts +109 -0
  984. package/dist/types/components/stable/gux-flyout-menu/gux-flyout-menu.d.ts +31 -0
  985. package/dist/types/components/stable/gux-flyout-menu/gux-menu/gux-menu-option/gux-menu-option.d.ts +15 -0
  986. package/dist/types/components/stable/gux-flyout-menu/gux-menu/gux-submenu/gux-submenu.d.ts +34 -0
  987. package/dist/types/components/stable/gux-form-field/components/gux-form-field-time-picker/gux-form-field-time-picker.d.ts +1 -1
  988. package/dist/types/components/stable/gux-form-field/gux-form-field.service.d.ts +1 -1
  989. package/dist/types/components/stable/gux-icon/gux-icon.service.d.ts +1 -1
  990. package/dist/types/components/stable/gux-icon/gux-icon.types.d.ts +1 -1
  991. package/dist/types/components/stable/gux-listbox/gux-listbox.d.ts +2 -1
  992. package/dist/types/components/stable/gux-listbox-multi/gux-listbox-multi.d.ts +2 -1
  993. package/dist/types/components/stable/gux-listbox-multi/gux-option-multi/gux-option-multi.d.ts +1 -0
  994. package/dist/types/components/stable/gux-loading-message/gux-loading-message.d.ts +11 -0
  995. package/dist/types/components/stable/gux-pagination/gux-pagination-buttons/gux-pagination-button.service.d.ts +1 -1
  996. package/dist/types/components/stable/gux-pagination/gux-pagination-buttons/gux-pagination-buttons.d.ts +4 -7
  997. package/dist/types/components/stable/gux-pagination/gux-pagination-item-counts/gux-pagination-item-counts.d.ts +1 -0
  998. package/dist/types/components/stable/gux-pagination/gux-pagination.d.ts +17 -8
  999. package/dist/types/components/stable/gux-pagination/gux-pagination.types.d.ts +1 -5
  1000. package/dist/types/components/stable/gux-pagination-cursor/gux-pagination-cursor.d.ts +1 -1
  1001. package/dist/types/components/stable/gux-popover/gux-popover.d.ts +12 -9
  1002. package/dist/types/components/stable/gux-popover-list/gux-popover-list.d.ts +12 -9
  1003. package/dist/types/components/stable/gux-popup/gux-popup.d.ts +4 -0
  1004. package/dist/types/components/stable/gux-radial-loading/gux-radial-loading.functional.d.ts +8 -0
  1005. package/dist/types/components/stable/gux-radial-loading/gux-radial-loading.service.d.ts +4 -0
  1006. package/dist/types/components/stable/gux-radial-progress/gux-radial-progress.d.ts +0 -6
  1007. package/dist/types/components/stable/gux-radial-progress/gux-radial-progress.functional.d.ts +0 -6
  1008. package/dist/types/components/stable/gux-radial-progress/gux-radial-progress.service.d.ts +4 -3
  1009. package/dist/types/components/stable/gux-table/gux-row-select/gux-row-select.d.ts +13 -0
  1010. package/dist/types/components/stable/gux-table/gux-table.d.ts +89 -0
  1011. package/dist/types/components/stable/gux-table-toolbar/gux-table-toolbar-custom-action/gux-table-toolbar-custom-action.d.ts +15 -0
  1012. package/dist/types/components/stable/gux-table-toolbar/gux-table-toolbar-menu-button/gux-table-toolbar-menu-button.d.ts +20 -0
  1013. package/dist/types/components/stable/gux-tabs/gux-tabs.d.ts +4 -0
  1014. package/dist/types/components/stable/gux-tag/gux-tag.d.ts +27 -0
  1015. package/dist/types/components/stable/gux-tag/gux-tag.types.d.ts +1 -0
  1016. package/dist/types/components/stable/gux-text-highlight/gux-text-highlight.d.ts +4 -0
  1017. package/dist/types/components/stable/gux-time-picker/gux-time-picker.d.ts +42 -0
  1018. package/dist/types/components/stable/gux-tooltip/gux-tooltip-types.d.ts +1 -0
  1019. package/dist/types/components/stable/gux-tooltip/gux-tooltip.d.ts +5 -0
  1020. package/dist/types/components.d.ts +451 -549
  1021. package/dist/types/i18n/DateTimeFormatter.d.ts +3 -3
  1022. package/dist/types/i18n/time-zone/identifiers.d.ts +1 -0
  1023. package/dist/types/i18n/time-zone/types.d.ts +2 -0
  1024. package/dist/types/stencil-public-runtime.d.ts +19 -5
  1025. package/dist/types/stencil-wrapper.d.ts +2 -2
  1026. package/dist/types/test/specTestUtils.d.ts +2 -0
  1027. package/dist/types/utils/date/get-valid-timezone.d.ts +2 -0
  1028. package/dist/types/utils/dom/calculate-input-disabled-state.d.ts +1 -1
  1029. package/dist/types/utils/dom/on-attribute-change.d.ts +2 -2
  1030. package/dist/types/utils/dom/on-input-disabled-state-change.d.ts +1 -1
  1031. package/package.json +8 -16
  1032. package/dist/cjs/DateTimeFormatter-8deff48e.js +0 -54
  1033. package/dist/cjs/find-element-by-id-99f1f933.js +0 -19
  1034. package/dist/cjs/floating-ui.dom.esm-cad0a9cf.js +0 -1467
  1035. package/dist/cjs/get-slot-text-content-8a021eeb.js +0 -27
  1036. package/dist/cjs/gux-advanced-dropdown.cjs.entry.js +0 -218
  1037. package/dist/cjs/gux-badge-beta.cjs.entry.js +0 -70
  1038. package/dist/cjs/gux-blank-state-beta.cjs.entry.js +0 -68
  1039. package/dist/cjs/gux-button-slot-beta.cjs.entry.js +0 -45
  1040. package/dist/cjs/gux-column-manager-beta.cjs.entry.js +0 -124
  1041. package/dist/cjs/gux-column-manager.service-94f84964.js +0 -93
  1042. package/dist/cjs/gux-context-menu-beta.cjs.entry.js +0 -132
  1043. package/dist/cjs/gux-disclosure-button.cjs.entry.js +0 -64
  1044. package/dist/cjs/gux-dropdown-multi-beta.cjs.entry.js +0 -410
  1045. package/dist/cjs/gux-error-message-beta.cjs.entry.js +0 -24
  1046. package/dist/cjs/gux-flyout-menu-beta.cjs.entry.js +0 -148
  1047. package/dist/cjs/gux-form-field-container-64e8bc38.js +0 -21
  1048. package/dist/cjs/gux-form-field.service-dd469568.js +0 -151
  1049. package/dist/cjs/gux-loading-message-beta.cjs.entry.js +0 -68
  1050. package/dist/cjs/gux-pagination-beta.cjs.entry.js +0 -101
  1051. package/dist/cjs/gux-pagination-buttons-beta_2.cjs.entry.js +0 -255
  1052. package/dist/cjs/gux-pagination-items-per-page-beta.cjs.entry.js +0 -46
  1053. package/dist/cjs/gux-popover-list-beta.cjs.entry.js +0 -139
  1054. package/dist/cjs/gux-popover.cjs.entry.js +0 -133
  1055. package/dist/cjs/gux-skip-navigation-list-beta.cjs.entry.js +0 -33
  1056. package/dist/cjs/gux-switch.cjs.entry.js +0 -45
  1057. package/dist/cjs/gux-tab-panel-beta.cjs.entry.js +0 -34
  1058. package/dist/cjs/gux-table-beta.cjs.entry.js +0 -378
  1059. package/dist/cjs/gux-table-select-popover.cjs.entry.js +0 -103
  1060. package/dist/cjs/gux-table-toolbar-beta.cjs.entry.js +0 -213
  1061. package/dist/cjs/gux-tag-beta.cjs.entry.js +0 -84
  1062. package/dist/cjs/gux-time-picker-beta.cjs.entry.js +0 -392
  1063. package/dist/cjs/index-0d0fdb85.js +0 -2605
  1064. package/dist/cjs/index-9bbde1aa.js +0 -4075
  1065. package/dist/cjs/on-attribute-change-37556263.js +0 -40
  1066. package/dist/cjs/on-click-outside-428f8bbf.js +0 -77
  1067. package/dist/cjs/on-mutation-247f99dd.js +0 -36
  1068. package/dist/cjs/on-resize-ee6a4b87.js +0 -36
  1069. package/dist/cjs/popper-9a6aec9e.js +0 -1794
  1070. package/dist/cjs/usage-010f0789.js +0 -234
  1071. package/dist/collection/components/beta/gux-badge/gux-badge.css +0 -83
  1072. package/dist/collection/components/beta/gux-badge/gux-badge.js +0 -130
  1073. package/dist/collection/components/beta/gux-blank-state/gux-blank-state-constants.js +0 -5
  1074. package/dist/collection/components/beta/gux-blank-state/gux-blank-state.css +0 -61
  1075. package/dist/collection/components/beta/gux-blank-state/gux-blank-state.js +0 -75
  1076. package/dist/collection/components/beta/gux-button-slot/gux-button-slot.css +0 -172
  1077. package/dist/collection/components/beta/gux-button-slot/gux-button-slot.js +0 -76
  1078. package/dist/collection/components/beta/gux-column-manager/gux-column-manager-item/gux-column-manager-item.css +0 -80
  1079. package/dist/collection/components/beta/gux-column-manager/gux-column-manager-item/gux-column-manager-item.js +0 -360
  1080. package/dist/collection/components/beta/gux-column-manager/gux-column-manager.css +0 -23
  1081. package/dist/collection/components/beta/gux-column-manager/gux-column-manager.js +0 -175
  1082. package/dist/collection/components/beta/gux-column-manager/gux-column-manager.service.js +0 -80
  1083. package/dist/collection/components/beta/gux-context-menu/gux-context-menu.css +0 -20
  1084. package/dist/collection/components/beta/gux-context-menu/gux-context-menu.js +0 -170
  1085. package/dist/collection/components/beta/gux-dropdown-multi/gux-dropdown-multi-tag/gux-dropdown-multi-tag.css +0 -50
  1086. package/dist/collection/components/beta/gux-dropdown-multi/gux-dropdown-multi-tag/gux-dropdown-multi-tag.js +0 -122
  1087. package/dist/collection/components/beta/gux-dropdown-multi/gux-dropdown-multi.css +0 -161
  1088. package/dist/collection/components/beta/gux-dropdown-multi/gux-dropdown-multi.js +0 -708
  1089. package/dist/collection/components/beta/gux-error-message-beta/gux-error-message-beta.css +0 -24
  1090. package/dist/collection/components/beta/gux-error-message-beta/gux-error-message-beta.js +0 -27
  1091. package/dist/collection/components/beta/gux-flyout-menu/gux-flyout-menu.css +0 -35
  1092. package/dist/collection/components/beta/gux-flyout-menu/gux-flyout-menu.js +0 -206
  1093. package/dist/collection/components/beta/gux-flyout-menu/gux-menu/gux-menu-option/gux-menu-option.css +0 -29
  1094. package/dist/collection/components/beta/gux-flyout-menu/gux-menu/gux-menu-option/gux-menu-option.js +0 -67
  1095. package/dist/collection/components/beta/gux-flyout-menu/gux-menu/gux-menu.css +0 -24
  1096. package/dist/collection/components/beta/gux-flyout-menu/gux-menu/gux-menu.js +0 -20
  1097. package/dist/collection/components/beta/gux-flyout-menu/gux-menu/gux-submenu/gux-submenu.css +0 -53
  1098. package/dist/collection/components/beta/gux-flyout-menu/gux-menu/gux-submenu/gux-submenu.js +0 -252
  1099. package/dist/collection/components/beta/gux-loading-message/gux-loading-message-constants.js +0 -5
  1100. package/dist/collection/components/beta/gux-loading-message/gux-loading-message.css +0 -55
  1101. package/dist/collection/components/beta/gux-loading-message/gux-loading-message.js +0 -75
  1102. package/dist/collection/components/beta/gux-pagination-beta/gux-pagination-beta.css +0 -43
  1103. package/dist/collection/components/beta/gux-pagination-beta/gux-pagination-beta.js +0 -216
  1104. package/dist/collection/components/beta/gux-pagination-beta/gux-pagination-buttons-beta/gux-pagination-button-beta.service.js +0 -134
  1105. package/dist/collection/components/beta/gux-pagination-beta/gux-pagination-buttons-beta/gux-pagination-buttons-beta.css +0 -96
  1106. package/dist/collection/components/beta/gux-pagination-beta/gux-pagination-buttons-beta/gux-pagination-buttons-beta.js +0 -160
  1107. package/dist/collection/components/beta/gux-pagination-beta/gux-pagination-buttons-beta/gux-pagination-ellipsis-button/gux-pagination-ellipsis-button.css +0 -30
  1108. package/dist/collection/components/beta/gux-pagination-beta/gux-pagination-buttons-beta/gux-pagination-ellipsis-button/gux-pagination-ellipsis-button.js +0 -164
  1109. package/dist/collection/components/beta/gux-pagination-beta/gux-pagination-item-counts-beta/gux-pagination-item-counts-beta.css +0 -10
  1110. package/dist/collection/components/beta/gux-pagination-beta/gux-pagination-item-counts-beta/gux-pagination-item-counts-beta.js +0 -106
  1111. package/dist/collection/components/beta/gux-pagination-beta/gux-pagination-items-per-page-beta/gux-pagination-items-per-page-beta.css +0 -29
  1112. package/dist/collection/components/beta/gux-pagination-beta/gux-pagination-items-per-page-beta/gux-pagination-items-per-page-beta.js +0 -90
  1113. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AD.png +0 -0
  1114. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AE.png +0 -0
  1115. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AF.png +0 -0
  1116. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AG.png +0 -0
  1117. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AI.png +0 -0
  1118. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AL.png +0 -0
  1119. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AM.png +0 -0
  1120. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AO.png +0 -0
  1121. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AR.png +0 -0
  1122. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AS.png +0 -0
  1123. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AT.png +0 -0
  1124. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AU.png +0 -0
  1125. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AW.png +0 -0
  1126. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AX.png +0 -0
  1127. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AZ.png +0 -0
  1128. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BA.png +0 -0
  1129. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BB.png +0 -0
  1130. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BD.png +0 -0
  1131. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BE.png +0 -0
  1132. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BF.png +0 -0
  1133. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BG.png +0 -0
  1134. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BH.png +0 -0
  1135. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BI.png +0 -0
  1136. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BJ.png +0 -0
  1137. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BL.png +0 -0
  1138. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BM.png +0 -0
  1139. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BN.png +0 -0
  1140. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BO.png +0 -0
  1141. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BQ.png +0 -0
  1142. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BR.png +0 -0
  1143. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BS.png +0 -0
  1144. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BT.png +0 -0
  1145. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BV.png +0 -0
  1146. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BW.png +0 -0
  1147. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BY.png +0 -0
  1148. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BZ.png +0 -0
  1149. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CA.png +0 -0
  1150. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CC.png +0 -0
  1151. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CD.png +0 -0
  1152. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CF.png +0 -0
  1153. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CG.png +0 -0
  1154. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CH.png +0 -0
  1155. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CI.png +0 -0
  1156. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CK.png +0 -0
  1157. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CL.png +0 -0
  1158. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CM.png +0 -0
  1159. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CN.png +0 -0
  1160. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CO.png +0 -0
  1161. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CR.png +0 -0
  1162. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CU.png +0 -0
  1163. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CV.png +0 -0
  1164. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CW.png +0 -0
  1165. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CX.png +0 -0
  1166. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CY.png +0 -0
  1167. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CZ.png +0 -0
  1168. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/DE.png +0 -0
  1169. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/DJ.png +0 -0
  1170. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/DK.png +0 -0
  1171. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/DM.png +0 -0
  1172. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/DO.png +0 -0
  1173. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/DZ.png +0 -0
  1174. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/EC.png +0 -0
  1175. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/EE.png +0 -0
  1176. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/EG.png +0 -0
  1177. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/EH.png +0 -0
  1178. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/ER.png +0 -0
  1179. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/ES.png +0 -0
  1180. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/ET.png +0 -0
  1181. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/FI.png +0 -0
  1182. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/FJ.png +0 -0
  1183. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/FK.png +0 -0
  1184. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/FM.png +0 -0
  1185. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/FO.png +0 -0
  1186. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/FR.png +0 -0
  1187. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GA.png +0 -0
  1188. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GB.png +0 -0
  1189. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GD.png +0 -0
  1190. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GE.png +0 -0
  1191. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GF.png +0 -0
  1192. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GG.png +0 -0
  1193. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GH.png +0 -0
  1194. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GI.png +0 -0
  1195. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GL.png +0 -0
  1196. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GM.png +0 -0
  1197. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GN.png +0 -0
  1198. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GP.png +0 -0
  1199. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GQ.png +0 -0
  1200. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GR.png +0 -0
  1201. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GS.png +0 -0
  1202. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GT.png +0 -0
  1203. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GU.png +0 -0
  1204. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GW.png +0 -0
  1205. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GY.png +0 -0
  1206. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/HK.png +0 -0
  1207. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/HN.png +0 -0
  1208. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/HR.png +0 -0
  1209. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/HT.png +0 -0
  1210. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/HU.png +0 -0
  1211. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/ID.png +0 -0
  1212. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/IE.png +0 -0
  1213. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/IL.png +0 -0
  1214. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/IM.png +0 -0
  1215. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/IN.png +0 -0
  1216. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/IO.png +0 -0
  1217. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/IQ.png +0 -0
  1218. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/IR.png +0 -0
  1219. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/IS.png +0 -0
  1220. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/IT.png +0 -0
  1221. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/JE.png +0 -0
  1222. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/JM.png +0 -0
  1223. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/JO.png +0 -0
  1224. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/JP.png +0 -0
  1225. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/KE.png +0 -0
  1226. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/KG.png +0 -0
  1227. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/KH.png +0 -0
  1228. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/KI.png +0 -0
  1229. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/KM.png +0 -0
  1230. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/KN.png +0 -0
  1231. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/KP.png +0 -0
  1232. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/KR.png +0 -0
  1233. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/KW.png +0 -0
  1234. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/KY.png +0 -0
  1235. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/KZ.png +0 -0
  1236. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/LA.png +0 -0
  1237. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/LB.png +0 -0
  1238. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/LC.png +0 -0
  1239. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/LI.png +0 -0
  1240. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/LK.png +0 -0
  1241. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/LR.png +0 -0
  1242. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/LS.png +0 -0
  1243. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/LT.png +0 -0
  1244. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/LU.png +0 -0
  1245. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/LV.png +0 -0
  1246. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/LY.png +0 -0
  1247. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MA.png +0 -0
  1248. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MC.png +0 -0
  1249. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MD.png +0 -0
  1250. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/ME.png +0 -0
  1251. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MF.png +0 -0
  1252. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MG.png +0 -0
  1253. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MH.png +0 -0
  1254. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MK.png +0 -0
  1255. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/ML.png +0 -0
  1256. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MM.png +0 -0
  1257. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MN.png +0 -0
  1258. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MO.png +0 -0
  1259. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MP.png +0 -0
  1260. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MQ.png +0 -0
  1261. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MR.png +0 -0
  1262. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MS.png +0 -0
  1263. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MT.png +0 -0
  1264. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MU.png +0 -0
  1265. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MV.png +0 -0
  1266. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MW.png +0 -0
  1267. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MX.png +0 -0
  1268. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MY.png +0 -0
  1269. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MZ.png +0 -0
  1270. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/NA.png +0 -0
  1271. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/NC.png +0 -0
  1272. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/NE.png +0 -0
  1273. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/NF.png +0 -0
  1274. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/NG.png +0 -0
  1275. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/NI.png +0 -0
  1276. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/NL.png +0 -0
  1277. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/NO.png +0 -0
  1278. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/NP.png +0 -0
  1279. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/NR.png +0 -0
  1280. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/NU.png +0 -0
  1281. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/NZ.png +0 -0
  1282. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/OM.png +0 -0
  1283. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PA.png +0 -0
  1284. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PE.png +0 -0
  1285. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PF.png +0 -0
  1286. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PG.png +0 -0
  1287. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PH.png +0 -0
  1288. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PK.png +0 -0
  1289. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PL.png +0 -0
  1290. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PM.png +0 -0
  1291. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PN.png +0 -0
  1292. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PR.png +0 -0
  1293. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PS.png +0 -0
  1294. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PT.png +0 -0
  1295. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PW.png +0 -0
  1296. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PY.png +0 -0
  1297. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/QA.png +0 -0
  1298. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/RE.png +0 -0
  1299. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/RO.png +0 -0
  1300. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/RS.png +0 -0
  1301. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/RU.png +0 -0
  1302. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/RW.png +0 -0
  1303. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SA.png +0 -0
  1304. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SB.png +0 -0
  1305. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SC.png +0 -0
  1306. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SD.png +0 -0
  1307. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SE.png +0 -0
  1308. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SG.png +0 -0
  1309. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SH.png +0 -0
  1310. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SI.png +0 -0
  1311. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SJ.png +0 -0
  1312. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SK.png +0 -0
  1313. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SL.png +0 -0
  1314. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SM.png +0 -0
  1315. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SN.png +0 -0
  1316. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SO.png +0 -0
  1317. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SR.png +0 -0
  1318. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SS.png +0 -0
  1319. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/ST.png +0 -0
  1320. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SV.png +0 -0
  1321. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SX.png +0 -0
  1322. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SY.png +0 -0
  1323. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SZ.png +0 -0
  1324. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TC.png +0 -0
  1325. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TD.png +0 -0
  1326. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TG.png +0 -0
  1327. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TH.png +0 -0
  1328. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TJ.png +0 -0
  1329. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TK.png +0 -0
  1330. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TL.png +0 -0
  1331. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TM.png +0 -0
  1332. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TN.png +0 -0
  1333. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TO.png +0 -0
  1334. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TR.png +0 -0
  1335. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TT.png +0 -0
  1336. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TV.png +0 -0
  1337. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TW.png +0 -0
  1338. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TZ.png +0 -0
  1339. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/UA.png +0 -0
  1340. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/UG.png +0 -0
  1341. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/US.png +0 -0
  1342. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/UY.png +0 -0
  1343. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/UZ.png +0 -0
  1344. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/VA.png +0 -0
  1345. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/VC.png +0 -0
  1346. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/VE.png +0 -0
  1347. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/VG.png +0 -0
  1348. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/VI.png +0 -0
  1349. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/VN.png +0 -0
  1350. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/VU.png +0 -0
  1351. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/WF.png +0 -0
  1352. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/WS.png +0 -0
  1353. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/XK.png +0 -0
  1354. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/YE.png +0 -0
  1355. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/YT.png +0 -0
  1356. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/ZA.png +0 -0
  1357. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/ZM.png +0 -0
  1358. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/ZW.png +0 -0
  1359. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/sprites/region-flags.css +0 -1528
  1360. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/sprites/region-flags.less +0 -3800
  1361. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/sprites/region-flags.png +0 -0
  1362. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/gux-region-select.service.js +0 -25
  1363. package/dist/collection/components/beta/gux-popover-beta/gux-popover-beta.css +0 -61
  1364. package/dist/collection/components/beta/gux-popover-beta/gux-popover-beta.js +0 -267
  1365. package/dist/collection/components/beta/gux-popover-list-beta/gux-popover-list-beta.css +0 -46
  1366. package/dist/collection/components/beta/gux-popover-list-beta/gux-popover-list-beta.js +0 -257
  1367. package/dist/collection/components/beta/gux-skip-navigation-list/gux-skip-navigation-item/gux-skip-navigation-item.css +0 -22
  1368. package/dist/collection/components/beta/gux-skip-navigation-list/gux-skip-navigation-item/gux-skip-navigation-item.js +0 -22
  1369. package/dist/collection/components/beta/gux-skip-navigation-list/gux-skip-navigation-list.css +0 -26
  1370. package/dist/collection/components/beta/gux-skip-navigation-list/gux-skip-navigation-list.js +0 -30
  1371. package/dist/collection/components/beta/gux-tab-panel-beta/gux-tab-panel-beta.css +0 -8
  1372. package/dist/collection/components/beta/gux-tab-panel-beta/gux-tab-panel-beta.js +0 -107
  1373. package/dist/collection/components/beta/gux-table/gux-all-row-select/gux-all-row-select.css +0 -8
  1374. package/dist/collection/components/beta/gux-table/gux-all-row-select/gux-all-row-select.js +0 -110
  1375. package/dist/collection/components/beta/gux-table/gux-row-select/gux-row-select.css +0 -8
  1376. package/dist/collection/components/beta/gux-table/gux-row-select/gux-row-select.js +0 -101
  1377. package/dist/collection/components/beta/gux-table/gux-sort-control/gux-sort-control.css +0 -50
  1378. package/dist/collection/components/beta/gux-table/gux-sort-control/gux-sort-control.js +0 -176
  1379. package/dist/collection/components/beta/gux-table/gux-table-select-menu/gux-table-select-menu.css +0 -30
  1380. package/dist/collection/components/beta/gux-table/gux-table-select-menu/gux-table-select-menu.js +0 -130
  1381. package/dist/collection/components/beta/gux-table/gux-table-select-menu/gux-table-select-popover/gux-table-header-popover.js +0 -171
  1382. package/dist/collection/components/beta/gux-table/gux-table-select-menu/gux-table-select-popover/gux-table-select-popover.css +0 -12
  1383. package/dist/collection/components/beta/gux-table/gux-table.css +0 -74
  1384. package/dist/collection/components/beta/gux-table/gux-table.js +0 -568
  1385. package/dist/collection/components/beta/gux-table-toolbar/gux-table-toolbar-action/gux-table-toolbar-action.css +0 -3
  1386. package/dist/collection/components/beta/gux-table-toolbar/gux-table-toolbar-action/gux-table-toolbar-action.js +0 -124
  1387. package/dist/collection/components/beta/gux-table-toolbar/gux-table-toolbar-custom-action/gux-table-toolbar-custom-action.css +0 -26
  1388. package/dist/collection/components/beta/gux-table-toolbar/gux-table-toolbar-custom-action/gux-table-toolbar-custom-action.js +0 -96
  1389. package/dist/collection/components/beta/gux-table-toolbar/gux-table-toolbar-menu-button/gux-table-toolbar-menu-button.css +0 -35
  1390. package/dist/collection/components/beta/gux-table-toolbar/gux-table-toolbar-menu-button/gux-table-toolbar-menu-button.js +0 -142
  1391. package/dist/collection/components/beta/gux-table-toolbar/gux-table-toolbar.css +0 -52
  1392. package/dist/collection/components/beta/gux-table-toolbar/gux-table-toolbar.js +0 -209
  1393. package/dist/collection/components/beta/gux-tag/gux-tag.css +0 -461
  1394. package/dist/collection/components/beta/gux-tag/gux-tag.js +0 -193
  1395. package/dist/collection/components/beta/gux-time-picker/gux-time-picker.css +0 -134
  1396. package/dist/collection/components/beta/gux-time-picker/gux-time-picker.js +0 -409
  1397. package/dist/collection/components/beta/gux-time-picker/gux-time-picker.service.js +0 -142
  1398. package/dist/collection/components/legacy/gux-action-toast/gux-action-toast.css +0 -267
  1399. package/dist/collection/components/legacy/gux-action-toast/gux-action-toast.js +0 -30
  1400. package/dist/collection/components/legacy/gux-notification-toast/gux-notification-toast.css +0 -221
  1401. package/dist/collection/components/legacy/gux-notification-toast/gux-notification-toast.js +0 -83
  1402. package/dist/collection/components/legacy/gux-simple-toast/gux-simple-toast.css +0 -51
  1403. package/dist/collection/components/legacy/gux-simple-toast/gux-simple-toast.js +0 -82
  1404. package/dist/collection/components/stable/gux-advanced-dropdown/dropdown-option/gux-dropdown-option.css +0 -39
  1405. package/dist/collection/components/stable/gux-advanced-dropdown/dropdown-option/gux-dropdown-option.js +0 -248
  1406. package/dist/collection/components/stable/gux-advanced-dropdown/gux-advanced-dropdown.css +0 -85
  1407. package/dist/collection/components/stable/gux-advanced-dropdown/gux-advanced-dropdown.js +0 -396
  1408. package/dist/collection/components/stable/gux-disclosure-button/gux-disclosure-button.css +0 -42
  1409. package/dist/collection/components/stable/gux-disclosure-button/gux-disclosure-button.js +0 -153
  1410. package/dist/collection/components/stable/gux-switch/gux-switch-item/gux-switch-item.css +0 -68
  1411. package/dist/collection/components/stable/gux-switch/gux-switch-item/gux-switch-item.js +0 -96
  1412. package/dist/collection/components/stable/gux-switch/gux-switch.css +0 -4
  1413. package/dist/collection/components/stable/gux-switch/gux-switch.js +0 -107
  1414. package/dist/collection/style/fonts/roboto-v20-latin-300.svg +0 -1
  1415. package/dist/collection/style/fonts/roboto-v20-latin-700.svg +0 -309
  1416. package/dist/collection/style/fonts/roboto-v20-latin-italic.svg +0 -323
  1417. package/dist/collection/style/fonts/roboto-v20-latin-regular.svg +0 -308
  1418. package/dist/esm/DateTimeFormatter-bb057477.js +0 -52
  1419. package/dist/esm/find-element-by-id-758a0703.js +0 -17
  1420. package/dist/esm/floating-ui.dom.esm-48871497.js +0 -1459
  1421. package/dist/esm/get-slot-text-content-b2a8af86.js +0 -23
  1422. package/dist/esm/gux-advanced-dropdown.entry.js +0 -214
  1423. package/dist/esm/gux-badge-beta.entry.js +0 -66
  1424. package/dist/esm/gux-blank-state-beta.entry.js +0 -64
  1425. package/dist/esm/gux-button-slot-beta.entry.js +0 -41
  1426. package/dist/esm/gux-column-manager-beta.entry.js +0 -120
  1427. package/dist/esm/gux-column-manager.service-07ddccf5.js +0 -83
  1428. package/dist/esm/gux-context-menu-beta.entry.js +0 -128
  1429. package/dist/esm/gux-disclosure-button.entry.js +0 -60
  1430. package/dist/esm/gux-dropdown-multi-beta.entry.js +0 -406
  1431. package/dist/esm/gux-error-message-beta.entry.js +0 -20
  1432. package/dist/esm/gux-flyout-menu-beta.entry.js +0 -144
  1433. package/dist/esm/gux-form-field-container-0d93fc18.js +0 -18
  1434. package/dist/esm/gux-form-field.service-5f03e905.js +0 -140
  1435. package/dist/esm/gux-loading-message-beta.entry.js +0 -64
  1436. package/dist/esm/gux-pagination-beta.entry.js +0 -97
  1437. package/dist/esm/gux-pagination-buttons-beta_2.entry.js +0 -250
  1438. package/dist/esm/gux-pagination-items-per-page-beta.entry.js +0 -42
  1439. package/dist/esm/gux-popover-list-beta.entry.js +0 -135
  1440. package/dist/esm/gux-popover.entry.js +0 -129
  1441. package/dist/esm/gux-skip-navigation-list-beta.entry.js +0 -29
  1442. package/dist/esm/gux-switch.entry.js +0 -41
  1443. package/dist/esm/gux-tab-panel-beta.entry.js +0 -30
  1444. package/dist/esm/gux-table-beta.entry.js +0 -374
  1445. package/dist/esm/gux-table-select-popover.entry.js +0 -99
  1446. package/dist/esm/gux-table-toolbar-beta.entry.js +0 -209
  1447. package/dist/esm/gux-tag-beta.entry.js +0 -80
  1448. package/dist/esm/gux-time-picker-beta.entry.js +0 -388
  1449. package/dist/esm/index-0b66fe2c.js +0 -2572
  1450. package/dist/esm/index-694d55cf.js +0 -4070
  1451. package/dist/esm/on-attribute-change-5fd8da7c.js +0 -36
  1452. package/dist/esm/on-click-outside-bc432a79.js +0 -75
  1453. package/dist/esm/on-mutation-8c8b2331.js +0 -34
  1454. package/dist/esm/on-resize-7177429a.js +0 -34
  1455. package/dist/esm/polyfills/css-shim.js +0 -1
  1456. package/dist/esm/popper-1604923e.js +0 -1792
  1457. package/dist/esm/usage-bfef43d7.js +0 -232
  1458. package/dist/genesys-webcomponents/assets/region-flags/AD.png +0 -0
  1459. package/dist/genesys-webcomponents/assets/region-flags/AE.png +0 -0
  1460. package/dist/genesys-webcomponents/assets/region-flags/AF.png +0 -0
  1461. package/dist/genesys-webcomponents/assets/region-flags/AG.png +0 -0
  1462. package/dist/genesys-webcomponents/assets/region-flags/AI.png +0 -0
  1463. package/dist/genesys-webcomponents/assets/region-flags/AL.png +0 -0
  1464. package/dist/genesys-webcomponents/assets/region-flags/AM.png +0 -0
  1465. package/dist/genesys-webcomponents/assets/region-flags/AO.png +0 -0
  1466. package/dist/genesys-webcomponents/assets/region-flags/AR.png +0 -0
  1467. package/dist/genesys-webcomponents/assets/region-flags/AS.png +0 -0
  1468. package/dist/genesys-webcomponents/assets/region-flags/AT.png +0 -0
  1469. package/dist/genesys-webcomponents/assets/region-flags/AU.png +0 -0
  1470. package/dist/genesys-webcomponents/assets/region-flags/AW.png +0 -0
  1471. package/dist/genesys-webcomponents/assets/region-flags/AX.png +0 -0
  1472. package/dist/genesys-webcomponents/assets/region-flags/AZ.png +0 -0
  1473. package/dist/genesys-webcomponents/assets/region-flags/BA.png +0 -0
  1474. package/dist/genesys-webcomponents/assets/region-flags/BB.png +0 -0
  1475. package/dist/genesys-webcomponents/assets/region-flags/BD.png +0 -0
  1476. package/dist/genesys-webcomponents/assets/region-flags/BE.png +0 -0
  1477. package/dist/genesys-webcomponents/assets/region-flags/BF.png +0 -0
  1478. package/dist/genesys-webcomponents/assets/region-flags/BG.png +0 -0
  1479. package/dist/genesys-webcomponents/assets/region-flags/BH.png +0 -0
  1480. package/dist/genesys-webcomponents/assets/region-flags/BI.png +0 -0
  1481. package/dist/genesys-webcomponents/assets/region-flags/BJ.png +0 -0
  1482. package/dist/genesys-webcomponents/assets/region-flags/BL.png +0 -0
  1483. package/dist/genesys-webcomponents/assets/region-flags/BM.png +0 -0
  1484. package/dist/genesys-webcomponents/assets/region-flags/BN.png +0 -0
  1485. package/dist/genesys-webcomponents/assets/region-flags/BO.png +0 -0
  1486. package/dist/genesys-webcomponents/assets/region-flags/BQ.png +0 -0
  1487. package/dist/genesys-webcomponents/assets/region-flags/BR.png +0 -0
  1488. package/dist/genesys-webcomponents/assets/region-flags/BS.png +0 -0
  1489. package/dist/genesys-webcomponents/assets/region-flags/BT.png +0 -0
  1490. package/dist/genesys-webcomponents/assets/region-flags/BV.png +0 -0
  1491. package/dist/genesys-webcomponents/assets/region-flags/BW.png +0 -0
  1492. package/dist/genesys-webcomponents/assets/region-flags/BY.png +0 -0
  1493. package/dist/genesys-webcomponents/assets/region-flags/BZ.png +0 -0
  1494. package/dist/genesys-webcomponents/assets/region-flags/CA.png +0 -0
  1495. package/dist/genesys-webcomponents/assets/region-flags/CC.png +0 -0
  1496. package/dist/genesys-webcomponents/assets/region-flags/CD.png +0 -0
  1497. package/dist/genesys-webcomponents/assets/region-flags/CF.png +0 -0
  1498. package/dist/genesys-webcomponents/assets/region-flags/CG.png +0 -0
  1499. package/dist/genesys-webcomponents/assets/region-flags/CH.png +0 -0
  1500. package/dist/genesys-webcomponents/assets/region-flags/CI.png +0 -0
  1501. package/dist/genesys-webcomponents/assets/region-flags/CK.png +0 -0
  1502. package/dist/genesys-webcomponents/assets/region-flags/CL.png +0 -0
  1503. package/dist/genesys-webcomponents/assets/region-flags/CM.png +0 -0
  1504. package/dist/genesys-webcomponents/assets/region-flags/CN.png +0 -0
  1505. package/dist/genesys-webcomponents/assets/region-flags/CO.png +0 -0
  1506. package/dist/genesys-webcomponents/assets/region-flags/CR.png +0 -0
  1507. package/dist/genesys-webcomponents/assets/region-flags/CU.png +0 -0
  1508. package/dist/genesys-webcomponents/assets/region-flags/CV.png +0 -0
  1509. package/dist/genesys-webcomponents/assets/region-flags/CW.png +0 -0
  1510. package/dist/genesys-webcomponents/assets/region-flags/CX.png +0 -0
  1511. package/dist/genesys-webcomponents/assets/region-flags/CY.png +0 -0
  1512. package/dist/genesys-webcomponents/assets/region-flags/CZ.png +0 -0
  1513. package/dist/genesys-webcomponents/assets/region-flags/DE.png +0 -0
  1514. package/dist/genesys-webcomponents/assets/region-flags/DJ.png +0 -0
  1515. package/dist/genesys-webcomponents/assets/region-flags/DK.png +0 -0
  1516. package/dist/genesys-webcomponents/assets/region-flags/DM.png +0 -0
  1517. package/dist/genesys-webcomponents/assets/region-flags/DO.png +0 -0
  1518. package/dist/genesys-webcomponents/assets/region-flags/DZ.png +0 -0
  1519. package/dist/genesys-webcomponents/assets/region-flags/EC.png +0 -0
  1520. package/dist/genesys-webcomponents/assets/region-flags/EE.png +0 -0
  1521. package/dist/genesys-webcomponents/assets/region-flags/EG.png +0 -0
  1522. package/dist/genesys-webcomponents/assets/region-flags/EH.png +0 -0
  1523. package/dist/genesys-webcomponents/assets/region-flags/ER.png +0 -0
  1524. package/dist/genesys-webcomponents/assets/region-flags/ES.png +0 -0
  1525. package/dist/genesys-webcomponents/assets/region-flags/ET.png +0 -0
  1526. package/dist/genesys-webcomponents/assets/region-flags/FI.png +0 -0
  1527. package/dist/genesys-webcomponents/assets/region-flags/FJ.png +0 -0
  1528. package/dist/genesys-webcomponents/assets/region-flags/FK.png +0 -0
  1529. package/dist/genesys-webcomponents/assets/region-flags/FM.png +0 -0
  1530. package/dist/genesys-webcomponents/assets/region-flags/FO.png +0 -0
  1531. package/dist/genesys-webcomponents/assets/region-flags/FR.png +0 -0
  1532. package/dist/genesys-webcomponents/assets/region-flags/GA.png +0 -0
  1533. package/dist/genesys-webcomponents/assets/region-flags/GB.png +0 -0
  1534. package/dist/genesys-webcomponents/assets/region-flags/GD.png +0 -0
  1535. package/dist/genesys-webcomponents/assets/region-flags/GE.png +0 -0
  1536. package/dist/genesys-webcomponents/assets/region-flags/GF.png +0 -0
  1537. package/dist/genesys-webcomponents/assets/region-flags/GG.png +0 -0
  1538. package/dist/genesys-webcomponents/assets/region-flags/GH.png +0 -0
  1539. package/dist/genesys-webcomponents/assets/region-flags/GI.png +0 -0
  1540. package/dist/genesys-webcomponents/assets/region-flags/GL.png +0 -0
  1541. package/dist/genesys-webcomponents/assets/region-flags/GM.png +0 -0
  1542. package/dist/genesys-webcomponents/assets/region-flags/GN.png +0 -0
  1543. package/dist/genesys-webcomponents/assets/region-flags/GP.png +0 -0
  1544. package/dist/genesys-webcomponents/assets/region-flags/GQ.png +0 -0
  1545. package/dist/genesys-webcomponents/assets/region-flags/GR.png +0 -0
  1546. package/dist/genesys-webcomponents/assets/region-flags/GS.png +0 -0
  1547. package/dist/genesys-webcomponents/assets/region-flags/GT.png +0 -0
  1548. package/dist/genesys-webcomponents/assets/region-flags/GU.png +0 -0
  1549. package/dist/genesys-webcomponents/assets/region-flags/GW.png +0 -0
  1550. package/dist/genesys-webcomponents/assets/region-flags/GY.png +0 -0
  1551. package/dist/genesys-webcomponents/assets/region-flags/HK.png +0 -0
  1552. package/dist/genesys-webcomponents/assets/region-flags/HN.png +0 -0
  1553. package/dist/genesys-webcomponents/assets/region-flags/HR.png +0 -0
  1554. package/dist/genesys-webcomponents/assets/region-flags/HT.png +0 -0
  1555. package/dist/genesys-webcomponents/assets/region-flags/HU.png +0 -0
  1556. package/dist/genesys-webcomponents/assets/region-flags/ID.png +0 -0
  1557. package/dist/genesys-webcomponents/assets/region-flags/IE.png +0 -0
  1558. package/dist/genesys-webcomponents/assets/region-flags/IL.png +0 -0
  1559. package/dist/genesys-webcomponents/assets/region-flags/IM.png +0 -0
  1560. package/dist/genesys-webcomponents/assets/region-flags/IN.png +0 -0
  1561. package/dist/genesys-webcomponents/assets/region-flags/IO.png +0 -0
  1562. package/dist/genesys-webcomponents/assets/region-flags/IQ.png +0 -0
  1563. package/dist/genesys-webcomponents/assets/region-flags/IR.png +0 -0
  1564. package/dist/genesys-webcomponents/assets/region-flags/IS.png +0 -0
  1565. package/dist/genesys-webcomponents/assets/region-flags/IT.png +0 -0
  1566. package/dist/genesys-webcomponents/assets/region-flags/JE.png +0 -0
  1567. package/dist/genesys-webcomponents/assets/region-flags/JM.png +0 -0
  1568. package/dist/genesys-webcomponents/assets/region-flags/JO.png +0 -0
  1569. package/dist/genesys-webcomponents/assets/region-flags/JP.png +0 -0
  1570. package/dist/genesys-webcomponents/assets/region-flags/KE.png +0 -0
  1571. package/dist/genesys-webcomponents/assets/region-flags/KG.png +0 -0
  1572. package/dist/genesys-webcomponents/assets/region-flags/KH.png +0 -0
  1573. package/dist/genesys-webcomponents/assets/region-flags/KI.png +0 -0
  1574. package/dist/genesys-webcomponents/assets/region-flags/KM.png +0 -0
  1575. package/dist/genesys-webcomponents/assets/region-flags/KN.png +0 -0
  1576. package/dist/genesys-webcomponents/assets/region-flags/KP.png +0 -0
  1577. package/dist/genesys-webcomponents/assets/region-flags/KR.png +0 -0
  1578. package/dist/genesys-webcomponents/assets/region-flags/KW.png +0 -0
  1579. package/dist/genesys-webcomponents/assets/region-flags/KY.png +0 -0
  1580. package/dist/genesys-webcomponents/assets/region-flags/KZ.png +0 -0
  1581. package/dist/genesys-webcomponents/assets/region-flags/LA.png +0 -0
  1582. package/dist/genesys-webcomponents/assets/region-flags/LB.png +0 -0
  1583. package/dist/genesys-webcomponents/assets/region-flags/LC.png +0 -0
  1584. package/dist/genesys-webcomponents/assets/region-flags/LI.png +0 -0
  1585. package/dist/genesys-webcomponents/assets/region-flags/LK.png +0 -0
  1586. package/dist/genesys-webcomponents/assets/region-flags/LR.png +0 -0
  1587. package/dist/genesys-webcomponents/assets/region-flags/LS.png +0 -0
  1588. package/dist/genesys-webcomponents/assets/region-flags/LT.png +0 -0
  1589. package/dist/genesys-webcomponents/assets/region-flags/LU.png +0 -0
  1590. package/dist/genesys-webcomponents/assets/region-flags/LV.png +0 -0
  1591. package/dist/genesys-webcomponents/assets/region-flags/LY.png +0 -0
  1592. package/dist/genesys-webcomponents/assets/region-flags/MA.png +0 -0
  1593. package/dist/genesys-webcomponents/assets/region-flags/MC.png +0 -0
  1594. package/dist/genesys-webcomponents/assets/region-flags/MD.png +0 -0
  1595. package/dist/genesys-webcomponents/assets/region-flags/ME.png +0 -0
  1596. package/dist/genesys-webcomponents/assets/region-flags/MF.png +0 -0
  1597. package/dist/genesys-webcomponents/assets/region-flags/MG.png +0 -0
  1598. package/dist/genesys-webcomponents/assets/region-flags/MH.png +0 -0
  1599. package/dist/genesys-webcomponents/assets/region-flags/MK.png +0 -0
  1600. package/dist/genesys-webcomponents/assets/region-flags/ML.png +0 -0
  1601. package/dist/genesys-webcomponents/assets/region-flags/MM.png +0 -0
  1602. package/dist/genesys-webcomponents/assets/region-flags/MN.png +0 -0
  1603. package/dist/genesys-webcomponents/assets/region-flags/MO.png +0 -0
  1604. package/dist/genesys-webcomponents/assets/region-flags/MP.png +0 -0
  1605. package/dist/genesys-webcomponents/assets/region-flags/MQ.png +0 -0
  1606. package/dist/genesys-webcomponents/assets/region-flags/MR.png +0 -0
  1607. package/dist/genesys-webcomponents/assets/region-flags/MS.png +0 -0
  1608. package/dist/genesys-webcomponents/assets/region-flags/MT.png +0 -0
  1609. package/dist/genesys-webcomponents/assets/region-flags/MU.png +0 -0
  1610. package/dist/genesys-webcomponents/assets/region-flags/MV.png +0 -0
  1611. package/dist/genesys-webcomponents/assets/region-flags/MW.png +0 -0
  1612. package/dist/genesys-webcomponents/assets/region-flags/MX.png +0 -0
  1613. package/dist/genesys-webcomponents/assets/region-flags/MY.png +0 -0
  1614. package/dist/genesys-webcomponents/assets/region-flags/MZ.png +0 -0
  1615. package/dist/genesys-webcomponents/assets/region-flags/NA.png +0 -0
  1616. package/dist/genesys-webcomponents/assets/region-flags/NC.png +0 -0
  1617. package/dist/genesys-webcomponents/assets/region-flags/NE.png +0 -0
  1618. package/dist/genesys-webcomponents/assets/region-flags/NF.png +0 -0
  1619. package/dist/genesys-webcomponents/assets/region-flags/NG.png +0 -0
  1620. package/dist/genesys-webcomponents/assets/region-flags/NI.png +0 -0
  1621. package/dist/genesys-webcomponents/assets/region-flags/NL.png +0 -0
  1622. package/dist/genesys-webcomponents/assets/region-flags/NO.png +0 -0
  1623. package/dist/genesys-webcomponents/assets/region-flags/NP.png +0 -0
  1624. package/dist/genesys-webcomponents/assets/region-flags/NR.png +0 -0
  1625. package/dist/genesys-webcomponents/assets/region-flags/NU.png +0 -0
  1626. package/dist/genesys-webcomponents/assets/region-flags/NZ.png +0 -0
  1627. package/dist/genesys-webcomponents/assets/region-flags/OM.png +0 -0
  1628. package/dist/genesys-webcomponents/assets/region-flags/PA.png +0 -0
  1629. package/dist/genesys-webcomponents/assets/region-flags/PE.png +0 -0
  1630. package/dist/genesys-webcomponents/assets/region-flags/PF.png +0 -0
  1631. package/dist/genesys-webcomponents/assets/region-flags/PG.png +0 -0
  1632. package/dist/genesys-webcomponents/assets/region-flags/PH.png +0 -0
  1633. package/dist/genesys-webcomponents/assets/region-flags/PK.png +0 -0
  1634. package/dist/genesys-webcomponents/assets/region-flags/PL.png +0 -0
  1635. package/dist/genesys-webcomponents/assets/region-flags/PM.png +0 -0
  1636. package/dist/genesys-webcomponents/assets/region-flags/PN.png +0 -0
  1637. package/dist/genesys-webcomponents/assets/region-flags/PR.png +0 -0
  1638. package/dist/genesys-webcomponents/assets/region-flags/PS.png +0 -0
  1639. package/dist/genesys-webcomponents/assets/region-flags/PT.png +0 -0
  1640. package/dist/genesys-webcomponents/assets/region-flags/PW.png +0 -0
  1641. package/dist/genesys-webcomponents/assets/region-flags/PY.png +0 -0
  1642. package/dist/genesys-webcomponents/assets/region-flags/QA.png +0 -0
  1643. package/dist/genesys-webcomponents/assets/region-flags/RE.png +0 -0
  1644. package/dist/genesys-webcomponents/assets/region-flags/RO.png +0 -0
  1645. package/dist/genesys-webcomponents/assets/region-flags/RS.png +0 -0
  1646. package/dist/genesys-webcomponents/assets/region-flags/RU.png +0 -0
  1647. package/dist/genesys-webcomponents/assets/region-flags/RW.png +0 -0
  1648. package/dist/genesys-webcomponents/assets/region-flags/SA.png +0 -0
  1649. package/dist/genesys-webcomponents/assets/region-flags/SB.png +0 -0
  1650. package/dist/genesys-webcomponents/assets/region-flags/SC.png +0 -0
  1651. package/dist/genesys-webcomponents/assets/region-flags/SD.png +0 -0
  1652. package/dist/genesys-webcomponents/assets/region-flags/SE.png +0 -0
  1653. package/dist/genesys-webcomponents/assets/region-flags/SG.png +0 -0
  1654. package/dist/genesys-webcomponents/assets/region-flags/SH.png +0 -0
  1655. package/dist/genesys-webcomponents/assets/region-flags/SI.png +0 -0
  1656. package/dist/genesys-webcomponents/assets/region-flags/SJ.png +0 -0
  1657. package/dist/genesys-webcomponents/assets/region-flags/SK.png +0 -0
  1658. package/dist/genesys-webcomponents/assets/region-flags/SL.png +0 -0
  1659. package/dist/genesys-webcomponents/assets/region-flags/SM.png +0 -0
  1660. package/dist/genesys-webcomponents/assets/region-flags/SN.png +0 -0
  1661. package/dist/genesys-webcomponents/assets/region-flags/SO.png +0 -0
  1662. package/dist/genesys-webcomponents/assets/region-flags/SR.png +0 -0
  1663. package/dist/genesys-webcomponents/assets/region-flags/SS.png +0 -0
  1664. package/dist/genesys-webcomponents/assets/region-flags/ST.png +0 -0
  1665. package/dist/genesys-webcomponents/assets/region-flags/SV.png +0 -0
  1666. package/dist/genesys-webcomponents/assets/region-flags/SX.png +0 -0
  1667. package/dist/genesys-webcomponents/assets/region-flags/SY.png +0 -0
  1668. package/dist/genesys-webcomponents/assets/region-flags/SZ.png +0 -0
  1669. package/dist/genesys-webcomponents/assets/region-flags/TC.png +0 -0
  1670. package/dist/genesys-webcomponents/assets/region-flags/TD.png +0 -0
  1671. package/dist/genesys-webcomponents/assets/region-flags/TG.png +0 -0
  1672. package/dist/genesys-webcomponents/assets/region-flags/TH.png +0 -0
  1673. package/dist/genesys-webcomponents/assets/region-flags/TJ.png +0 -0
  1674. package/dist/genesys-webcomponents/assets/region-flags/TK.png +0 -0
  1675. package/dist/genesys-webcomponents/assets/region-flags/TL.png +0 -0
  1676. package/dist/genesys-webcomponents/assets/region-flags/TM.png +0 -0
  1677. package/dist/genesys-webcomponents/assets/region-flags/TN.png +0 -0
  1678. package/dist/genesys-webcomponents/assets/region-flags/TO.png +0 -0
  1679. package/dist/genesys-webcomponents/assets/region-flags/TR.png +0 -0
  1680. package/dist/genesys-webcomponents/assets/region-flags/TT.png +0 -0
  1681. package/dist/genesys-webcomponents/assets/region-flags/TV.png +0 -0
  1682. package/dist/genesys-webcomponents/assets/region-flags/TW.png +0 -0
  1683. package/dist/genesys-webcomponents/assets/region-flags/TZ.png +0 -0
  1684. package/dist/genesys-webcomponents/assets/region-flags/UA.png +0 -0
  1685. package/dist/genesys-webcomponents/assets/region-flags/UG.png +0 -0
  1686. package/dist/genesys-webcomponents/assets/region-flags/US.png +0 -0
  1687. package/dist/genesys-webcomponents/assets/region-flags/UY.png +0 -0
  1688. package/dist/genesys-webcomponents/assets/region-flags/UZ.png +0 -0
  1689. package/dist/genesys-webcomponents/assets/region-flags/VA.png +0 -0
  1690. package/dist/genesys-webcomponents/assets/region-flags/VC.png +0 -0
  1691. package/dist/genesys-webcomponents/assets/region-flags/VE.png +0 -0
  1692. package/dist/genesys-webcomponents/assets/region-flags/VG.png +0 -0
  1693. package/dist/genesys-webcomponents/assets/region-flags/VI.png +0 -0
  1694. package/dist/genesys-webcomponents/assets/region-flags/VN.png +0 -0
  1695. package/dist/genesys-webcomponents/assets/region-flags/VU.png +0 -0
  1696. package/dist/genesys-webcomponents/assets/region-flags/WF.png +0 -0
  1697. package/dist/genesys-webcomponents/assets/region-flags/WS.png +0 -0
  1698. package/dist/genesys-webcomponents/assets/region-flags/XK.png +0 -0
  1699. package/dist/genesys-webcomponents/assets/region-flags/YE.png +0 -0
  1700. package/dist/genesys-webcomponents/assets/region-flags/YT.png +0 -0
  1701. package/dist/genesys-webcomponents/assets/region-flags/ZA.png +0 -0
  1702. package/dist/genesys-webcomponents/assets/region-flags/ZM.png +0 -0
  1703. package/dist/genesys-webcomponents/assets/region-flags/ZW.png +0 -0
  1704. package/dist/genesys-webcomponents/assets/sprites/region-flags.less +0 -3800
  1705. package/dist/genesys-webcomponents/assets/sprites/region-flags.png +0 -0
  1706. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-300.eot +0 -0
  1707. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-300.svg +0 -1
  1708. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-300.ttf +0 -0
  1709. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-300.woff +0 -0
  1710. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-300.woff2 +0 -0
  1711. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-700.eot +0 -0
  1712. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-700.svg +0 -309
  1713. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-700.ttf +0 -0
  1714. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-700.woff +0 -0
  1715. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-700.woff2 +0 -0
  1716. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-italic.eot +0 -0
  1717. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-italic.svg +0 -323
  1718. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-italic.ttf +0 -0
  1719. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-italic.woff +0 -0
  1720. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-italic.woff2 +0 -0
  1721. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-regular.eot +0 -0
  1722. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-regular.svg +0 -308
  1723. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-regular.ttf +0 -0
  1724. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-regular.woff +0 -0
  1725. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-regular.woff2 +0 -0
  1726. package/dist/genesys-webcomponents/less/color-palette.less +0 -105
  1727. package/dist/genesys-webcomponents/less/focus.less +0 -48
  1728. package/dist/genesys-webcomponents/less/shadows.less +0 -17
  1729. package/dist/genesys-webcomponents/less/spacing.less +0 -12
  1730. package/dist/genesys-webcomponents/less/typography.less +0 -162
  1731. package/dist/genesys-webcomponents/p-0501a8ad.entry.js +0 -1
  1732. package/dist/genesys-webcomponents/p-061ecf7b.entry.js +0 -1
  1733. package/dist/genesys-webcomponents/p-06a92400.entry.js +0 -1
  1734. package/dist/genesys-webcomponents/p-06e95994.entry.js +0 -1
  1735. package/dist/genesys-webcomponents/p-0af7012f.entry.js +0 -1
  1736. package/dist/genesys-webcomponents/p-0afc1d48.entry.js +0 -1
  1737. package/dist/genesys-webcomponents/p-0cd541ba.entry.js +0 -1
  1738. package/dist/genesys-webcomponents/p-11abc0f2.entry.js +0 -1
  1739. package/dist/genesys-webcomponents/p-12a08666.entry.js +0 -1
  1740. package/dist/genesys-webcomponents/p-12a34636.entry.js +0 -1
  1741. package/dist/genesys-webcomponents/p-13dd4c6b.js +0 -1
  1742. package/dist/genesys-webcomponents/p-17385760.js +0 -1
  1743. package/dist/genesys-webcomponents/p-1aab5a86.entry.js +0 -1
  1744. package/dist/genesys-webcomponents/p-210bc5a8.entry.js +0 -1
  1745. package/dist/genesys-webcomponents/p-2258507a.entry.js +0 -1
  1746. package/dist/genesys-webcomponents/p-22747d02.entry.js +0 -1
  1747. package/dist/genesys-webcomponents/p-22a428f3.entry.js +0 -1
  1748. package/dist/genesys-webcomponents/p-235edbf8.entry.js +0 -1
  1749. package/dist/genesys-webcomponents/p-24f2a8e7.entry.js +0 -1
  1750. package/dist/genesys-webcomponents/p-26b9c41b.entry.js +0 -1
  1751. package/dist/genesys-webcomponents/p-27b1150a.entry.js +0 -1
  1752. package/dist/genesys-webcomponents/p-2f506871.entry.js +0 -1
  1753. package/dist/genesys-webcomponents/p-334e3b2c.entry.js +0 -1
  1754. package/dist/genesys-webcomponents/p-3701eff0.js +0 -1
  1755. package/dist/genesys-webcomponents/p-37ab2f4f.entry.js +0 -1
  1756. package/dist/genesys-webcomponents/p-3a86180c.entry.js +0 -1
  1757. package/dist/genesys-webcomponents/p-3d65f3b8.entry.js +0 -1
  1758. package/dist/genesys-webcomponents/p-3d82a3d3.entry.js +0 -1
  1759. package/dist/genesys-webcomponents/p-3f96ede4.entry.js +0 -1
  1760. package/dist/genesys-webcomponents/p-42e02d0a.entry.js +0 -1
  1761. package/dist/genesys-webcomponents/p-43748f70.entry.js +0 -1
  1762. package/dist/genesys-webcomponents/p-43d22f9f.entry.js +0 -1
  1763. package/dist/genesys-webcomponents/p-462a6cf1.entry.js +0 -1
  1764. package/dist/genesys-webcomponents/p-46e95b90.entry.js +0 -1
  1765. package/dist/genesys-webcomponents/p-4d250c8c.entry.js +0 -1
  1766. package/dist/genesys-webcomponents/p-4db87725.entry.js +0 -1
  1767. package/dist/genesys-webcomponents/p-4ec8d6c9.entry.js +0 -1
  1768. package/dist/genesys-webcomponents/p-4fc061fa.entry.js +0 -1
  1769. package/dist/genesys-webcomponents/p-501aaa00.entry.js +0 -1
  1770. package/dist/genesys-webcomponents/p-53c7ff9e.entry.js +0 -1
  1771. package/dist/genesys-webcomponents/p-54a25ce5.entry.js +0 -1
  1772. package/dist/genesys-webcomponents/p-58abf9d5.entry.js +0 -1
  1773. package/dist/genesys-webcomponents/p-59b5043e.entry.js +0 -1
  1774. package/dist/genesys-webcomponents/p-5a1d0394.entry.js +0 -1
  1775. package/dist/genesys-webcomponents/p-5c647142.entry.js +0 -1
  1776. package/dist/genesys-webcomponents/p-5dd0ef71.entry.js +0 -1
  1777. package/dist/genesys-webcomponents/p-5dd86c3c.entry.js +0 -1
  1778. package/dist/genesys-webcomponents/p-6113321c.entry.js +0 -1
  1779. package/dist/genesys-webcomponents/p-61f7c550.entry.js +0 -1
  1780. package/dist/genesys-webcomponents/p-62913396.js +0 -1
  1781. package/dist/genesys-webcomponents/p-6370cb48.js +0 -1
  1782. package/dist/genesys-webcomponents/p-655e3ad1.entry.js +0 -1
  1783. package/dist/genesys-webcomponents/p-65c5ed8b.entry.js +0 -1
  1784. package/dist/genesys-webcomponents/p-66fa67d7.entry.js +0 -1
  1785. package/dist/genesys-webcomponents/p-690a9a5a.entry.js +0 -1
  1786. package/dist/genesys-webcomponents/p-6e07c9dd.entry.js +0 -1
  1787. package/dist/genesys-webcomponents/p-763ee30d.entry.js +0 -1
  1788. package/dist/genesys-webcomponents/p-76a8e7bc.entry.js +0 -1
  1789. package/dist/genesys-webcomponents/p-7b43f40b.entry.js +0 -1
  1790. package/dist/genesys-webcomponents/p-7d26b2e1.js +0 -2
  1791. package/dist/genesys-webcomponents/p-7d614de7.js +0 -1
  1792. package/dist/genesys-webcomponents/p-7ffacfab.entry.js +0 -1
  1793. package/dist/genesys-webcomponents/p-81c3fa5a.entry.js +0 -1
  1794. package/dist/genesys-webcomponents/p-8564b5cf.entry.js +0 -1
  1795. package/dist/genesys-webcomponents/p-85da3eea.entry.js +0 -1
  1796. package/dist/genesys-webcomponents/p-86b520ad.entry.js +0 -1
  1797. package/dist/genesys-webcomponents/p-8c2fcb56.entry.js +0 -1
  1798. package/dist/genesys-webcomponents/p-8d8eb1cc.entry.js +0 -1
  1799. package/dist/genesys-webcomponents/p-8e9bfb5c.entry.js +0 -1
  1800. package/dist/genesys-webcomponents/p-912825cb.entry.js +0 -1
  1801. package/dist/genesys-webcomponents/p-92db2ccc.entry.js +0 -1
  1802. package/dist/genesys-webcomponents/p-95397548.entry.js +0 -1
  1803. package/dist/genesys-webcomponents/p-958f8403.entry.js +0 -1
  1804. package/dist/genesys-webcomponents/p-9915c303.entry.js +0 -1
  1805. package/dist/genesys-webcomponents/p-9a2c31be.entry.js +0 -1
  1806. package/dist/genesys-webcomponents/p-9d18d475.js +0 -1
  1807. package/dist/genesys-webcomponents/p-9e354ad1.entry.js +0 -1
  1808. package/dist/genesys-webcomponents/p-a5d41844.entry.js +0 -1
  1809. package/dist/genesys-webcomponents/p-a6adfa74.entry.js +0 -1
  1810. package/dist/genesys-webcomponents/p-a733f4ca.js +0 -1
  1811. package/dist/genesys-webcomponents/p-a83dd958.entry.js +0 -1
  1812. package/dist/genesys-webcomponents/p-a95fbd3b.entry.js +0 -1
  1813. package/dist/genesys-webcomponents/p-a9682b86.entry.js +0 -1
  1814. package/dist/genesys-webcomponents/p-ac115d74.entry.js +0 -1
  1815. package/dist/genesys-webcomponents/p-aeb9bd95.entry.js +0 -1
  1816. package/dist/genesys-webcomponents/p-af48a4c4.entry.js +0 -1
  1817. package/dist/genesys-webcomponents/p-af4a6b41.js +0 -1
  1818. package/dist/genesys-webcomponents/p-b1796b4f.entry.js +0 -1
  1819. package/dist/genesys-webcomponents/p-b2ceff59.entry.js +0 -1
  1820. package/dist/genesys-webcomponents/p-b3c9fd06.js +0 -1
  1821. package/dist/genesys-webcomponents/p-b429507e.entry.js +0 -1
  1822. package/dist/genesys-webcomponents/p-b50e70f8.entry.js +0 -1
  1823. package/dist/genesys-webcomponents/p-b770a4aa.entry.js +0 -1
  1824. package/dist/genesys-webcomponents/p-b80935a0.entry.js +0 -1
  1825. package/dist/genesys-webcomponents/p-ba435972.entry.js +0 -1
  1826. package/dist/genesys-webcomponents/p-bb0ab283.entry.js +0 -1
  1827. package/dist/genesys-webcomponents/p-bb854fd8.entry.js +0 -1
  1828. package/dist/genesys-webcomponents/p-bc08fdea.entry.js +0 -1
  1829. package/dist/genesys-webcomponents/p-bca404bf.entry.js +0 -1
  1830. package/dist/genesys-webcomponents/p-bcd6a155.entry.js +0 -1
  1831. package/dist/genesys-webcomponents/p-c084e729.entry.js +0 -1
  1832. package/dist/genesys-webcomponents/p-c440922f.entry.js +0 -1
  1833. package/dist/genesys-webcomponents/p-c6efca99.entry.js +0 -1
  1834. package/dist/genesys-webcomponents/p-c7631270.entry.js +0 -7
  1835. package/dist/genesys-webcomponents/p-c94a287d.entry.js +0 -1
  1836. package/dist/genesys-webcomponents/p-ca8a7753.entry.js +0 -1
  1837. package/dist/genesys-webcomponents/p-cbb3c659.entry.js +0 -1
  1838. package/dist/genesys-webcomponents/p-cbc80950.entry.js +0 -1
  1839. package/dist/genesys-webcomponents/p-cf7f97a3.entry.js +0 -1
  1840. package/dist/genesys-webcomponents/p-d14cb303.entry.js +0 -1
  1841. package/dist/genesys-webcomponents/p-d355783f.entry.js +0 -1
  1842. package/dist/genesys-webcomponents/p-d5b56dfb.entry.js +0 -1
  1843. package/dist/genesys-webcomponents/p-db8cc8a8.entry.js +0 -1
  1844. package/dist/genesys-webcomponents/p-dc7eda15.entry.js +0 -1
  1845. package/dist/genesys-webcomponents/p-de89fcb4.entry.js +0 -1
  1846. package/dist/genesys-webcomponents/p-deee079e.js +0 -1
  1847. package/dist/genesys-webcomponents/p-e32a07e1.entry.js +0 -1
  1848. package/dist/genesys-webcomponents/p-e459974a.js +0 -1
  1849. package/dist/genesys-webcomponents/p-e76b9627.entry.js +0 -1
  1850. package/dist/genesys-webcomponents/p-ea0f2939.entry.js +0 -1
  1851. package/dist/genesys-webcomponents/p-ec218689.js +0 -1
  1852. package/dist/genesys-webcomponents/p-f24b87f9.entry.js +0 -1
  1853. package/dist/genesys-webcomponents/p-f2fea056.entry.js +0 -1
  1854. package/dist/genesys-webcomponents/p-f34ce7dc.js +0 -1
  1855. package/dist/genesys-webcomponents/p-f544ad28.entry.js +0 -1
  1856. package/dist/genesys-webcomponents/p-f58c35ec.entry.js +0 -1
  1857. package/dist/genesys-webcomponents/p-f7a9b28d.entry.js +0 -1
  1858. package/dist/genesys-webcomponents/p-f9768ae7.entry.js +0 -1
  1859. package/dist/genesys-webcomponents/p-ff3ad932.entry.js +0 -1
  1860. package/dist/types/components/beta/gux-badge/gux-badge.d.ts +0 -19
  1861. package/dist/types/components/beta/gux-badge/gux-badge.types.d.ts +0 -2
  1862. package/dist/types/components/beta/gux-blank-state/gux-blank-state-constants.d.ts +0 -5
  1863. package/dist/types/components/beta/gux-blank-state/gux-blank-state.d.ts +0 -20
  1864. package/dist/types/components/beta/gux-blank-state/gux-blank-state.types.d.ts +0 -1
  1865. package/dist/types/components/beta/gux-button-slot/gux-button-slot.d.ts +0 -12
  1866. package/dist/types/components/beta/gux-context-menu/gux-context-menu.d.ts +0 -29
  1867. package/dist/types/components/beta/gux-dropdown-multi/gux-dropdown-multi.d.ts +0 -113
  1868. package/dist/types/components/beta/gux-error-message-beta/gux-error-message-beta.d.ts +0 -10
  1869. package/dist/types/components/beta/gux-flyout-menu/gux-flyout-menu.d.ts +0 -30
  1870. package/dist/types/components/beta/gux-flyout-menu/gux-menu/gux-menu-option/gux-menu-option.d.ts +0 -14
  1871. package/dist/types/components/beta/gux-flyout-menu/gux-menu/gux-submenu/gux-submenu.d.ts +0 -34
  1872. package/dist/types/components/beta/gux-loading-message/gux-loading-message-constants.d.ts +0 -5
  1873. package/dist/types/components/beta/gux-loading-message/gux-loading-message-size.types.d.ts +0 -1
  1874. package/dist/types/components/beta/gux-loading-message/gux-loading-message.d.ts +0 -21
  1875. package/dist/types/components/beta/gux-pagination-beta/gux-pagination-beta.d.ts +0 -44
  1876. package/dist/types/components/beta/gux-pagination-beta/gux-pagination-beta.types.d.ts +0 -2
  1877. package/dist/types/components/beta/gux-pagination-beta/gux-pagination-buttons-beta/gux-pagination-button-beta.service.d.ts +0 -9
  1878. package/dist/types/components/beta/gux-pagination-beta/gux-pagination-buttons-beta/gux-pagination-buttons-beta.d.ts +0 -23
  1879. package/dist/types/components/beta/gux-pagination-beta/gux-pagination-item-counts-beta/gux-pagination-item-counts-beta.d.ts +0 -13
  1880. package/dist/types/components/beta/gux-pagination-beta/gux-pagination-items-per-page-beta/gux-pagination-items-per-page-beta.d.ts +0 -13
  1881. package/dist/types/components/beta/gux-phone-input/components/gux-region-icon/gux-region-select.service.d.ts +0 -1
  1882. package/dist/types/components/beta/gux-popover-beta/gux-popover-beta.d.ts +0 -44
  1883. package/dist/types/components/beta/gux-popover-list-beta/gux-popover-list-beta.d.ts +0 -41
  1884. package/dist/types/components/beta/gux-tab-panel-beta/gux-tab-panel-beta.d.ts +0 -18
  1885. package/dist/types/components/beta/gux-table/gux-row-select/gux-row-select.d.ts +0 -12
  1886. package/dist/types/components/beta/gux-table/gux-table-select-menu/gux-table-select-popover/gux-table-header-popover.d.ts +0 -32
  1887. package/dist/types/components/beta/gux-table/gux-table.d.ts +0 -113
  1888. package/dist/types/components/beta/gux-table-toolbar/gux-table-toolbar-custom-action/gux-table-toolbar-custom-action.d.ts +0 -14
  1889. package/dist/types/components/beta/gux-table-toolbar/gux-table-toolbar-menu-button/gux-table-toolbar-menu-button.d.ts +0 -17
  1890. package/dist/types/components/beta/gux-tag/gux-tag.d.ts +0 -40
  1891. package/dist/types/components/beta/gux-tag/gux-tag.types.d.ts +0 -2
  1892. package/dist/types/components/beta/gux-time-picker/gux-time-picker.d.ts +0 -42
  1893. package/dist/types/components/stable/gux-advanced-dropdown/gux-advanced-dropdown.d.ts +0 -71
  1894. package/dist/types/components/stable/gux-disclosure-button/gux-disclosure-button.d.ts +0 -37
  1895. package/dist/types/components/stable/gux-popover/gux-popover.types.d.ts +0 -1
  1896. package/dist/types/components/stable/gux-popover-list/gux-popover-list.types.d.ts +0 -1
  1897. package/dist/types/components/stable/gux-radial-progress/gux-radial-progress.types.d.ts +0 -1
  1898. /package/dist/cjs/{after-next-render-a09f528a.js → after-next-render-a023ef47.js} +0 -0
  1899. /package/dist/cjs/{capitalize-first-letter-8e2f04e5.js → capitalize-first-letter-251c82ed.js} +0 -0
  1900. /package/dist/cjs/{clamp-1bb96117.js → clamp-a9926a57.js} +0 -0
  1901. /package/dist/cjs/{en-dc1f49b7.js → en-807a354e.js} +0 -0
  1902. /package/dist/cjs/{en-eb56dc17.js → en-85604f0f.js} +0 -0
  1903. /package/dist/cjs/{en-b3076cac.js → en-f88c1935.js} +0 -0
  1904. /package/dist/cjs/{event-is-from-ad1044f2.js → event-is-from-f3f1cfde.js} +0 -0
  1905. /package/dist/cjs/{get-closest-element-ab4b2eee.js → get-closest-element-26894e5a.js} +0 -0
  1906. /package/dist/cjs/{get-slot-097ade01.js → get-slot-395a67ef.js} +0 -0
  1907. /package/dist/cjs/{gux-list.service-763539a2.js → gux-list.service-4beaa394.js} +0 -0
  1908. /package/dist/cjs/{gux-listbox.service-93102b5b.js → gux-listbox.service-b1068596.js} +0 -0
  1909. /package/dist/cjs/{gux-menu.common-ada23b94.js → gux-menu.common-d41b2fac.js} +0 -0
  1910. /package/dist/cjs/{has-slot-2e73d6e7.js → has-slot-429f8b9e.js} +0 -0
  1911. /package/dist/cjs/{iso-dates-f78ffb80.js → iso-dates-d0cd4802.js} +0 -0
  1912. /package/dist/cjs/{log-error-d46c02b7.js → log-error-8a92241e.js} +0 -0
  1913. /package/dist/cjs/{on-input-disabled-state-change-d66fb86b.js → on-input-disabled-state-change-005e5b3e.js} +0 -0
  1914. /package/dist/cjs/{on-mutation-8f8a4460.js → on-mutation-ef917473.js} +0 -0
  1915. /package/dist/cjs/{prevent-browser-validation-styling-d21b1a56.js → prevent-browser-validation-styling-15142963.js} +0 -0
  1916. /package/dist/cjs/{random-html-id-b86b61c0.js → random-html-id-32ef8847.js} +0 -0
  1917. /package/dist/cjs/{simulate-native-event-fe3e62da.js → simulate-native-event-8209a457.js} +0 -0
  1918. /package/dist/cjs/{when-event-is-from-69b5ca13.js → when-event-is-from-20e89254.js} +0 -0
  1919. /package/dist/cjs/{year-month-values-f387f8d8.js → year-month-values-6028ce26.js} +0 -0
  1920. /package/dist/collection/components/beta/{gux-badge/gux-badge.types.js → gux-phone-input/gux-phone.types.js} +0 -0
  1921. /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
  1922. /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
  1923. /package/dist/collection/components/{stable/gux-disclosure-button → legacy/gux-disclosure-button-legacy}/gux-disclosure-button.types.js +0 -0
  1924. /package/dist/collection/components/legacy/{gux-notification-toast → gux-notification-toast-legacy}/gux-notification-toast.types.js +0 -0
  1925. /package/dist/collection/components/{beta/gux-loading-message/gux-loading-message-size.types.js → legacy/gux-pagination-legacy/gux-pagination.types.js} +0 -0
  1926. /package/dist/collection/components/legacy/{gux-simple-toast → gux-simple-toast-legacy}/gux-simple-toast.types.js +0 -0
  1927. /package/dist/collection/components/{stable/gux-switch → legacy/gux-switch-legacy}/gux-switch.types.js +0 -0
  1928. /package/dist/collection/components/{beta/gux-pagination-beta/gux-pagination-beta.types.js → stable/gux-badge/gux-badge.types.js} +0 -0
  1929. /package/dist/collection/components/{beta → stable}/gux-column-manager/gux-column-manager-item/gux-column-manager-item.service.js +0 -0
  1930. /package/dist/collection/components/{beta/gux-table-toolbar/gux-table-toolbar-action-accents.types.js → stable/gux-column-manager/gux-column-manager.types.js} +0 -0
  1931. /package/dist/collection/components/{beta → stable}/gux-flyout-menu/gux-menu/gux-menu.common.js +0 -0
  1932. /package/dist/collection/components/{beta → stable}/gux-table/gux-sort-control/tests/gux-sort-control.markup.js +0 -0
  1933. /package/dist/collection/components/{beta/gux-tag/gux-tag.types.js → stable/gux-table/gux-table.types.js} +0 -0
  1934. /package/dist/collection/components/{beta/gux-table-toolbar/gux-table-toolbar.types.js → stable/gux-table-toolbar/gux-table-toolbar-action/gux-table-toolbar-action.types.js} +0 -0
  1935. /package/dist/collection/components/{beta/gux-table-toolbar/gux-table-toolbar-action/gux-table-toolbar-action.types.js → stable/gux-table-toolbar/gux-table-toolbar-action-accents.types.js} +0 -0
  1936. /package/dist/collection/components/{beta → stable}/gux-table-toolbar/gux-table-toolbar.constants.js +0 -0
  1937. /package/dist/collection/components/{beta → stable}/gux-table-toolbar/gux-table-toolbar.service.js +0 -0
  1938. /package/dist/collection/components/{beta/gux-table/gux-table.types.js → stable/gux-table-toolbar/gux-table-toolbar.types.js} +0 -0
  1939. /package/dist/collection/components/{beta/gux-time-picker/gux-time-picker.type.js → stable/gux-tag/gux-tag.types.js} +0 -0
  1940. /package/dist/collection/components/stable/{gux-popover-list/gux-popover-list.types.js → gux-time-picker/gux-time-picker.type.js} +0 -0
  1941. /package/dist/collection/components/stable/{gux-popover/gux-popover.types.js → gux-tooltip/gux-tooltip-types.js} +0 -0
  1942. /package/dist/collection/{components/stable/gux-radial-progress/gux-radial-progress.types.js → i18n/time-zone/types.js} +0 -0
  1943. /package/dist/esm/{after-next-render-ed0f7dcd.js → after-next-render-84ec18ad.js} +0 -0
  1944. /package/dist/esm/{capitalize-first-letter-d2512ec0.js → capitalize-first-letter-45fad3db.js} +0 -0
  1945. /package/dist/esm/{clamp-6bdb0367.js → clamp-51db64df.js} +0 -0
  1946. /package/dist/esm/{en-66f138f8.js → en-1f9d79e6.js} +0 -0
  1947. /package/dist/esm/{en-5d726a81.js → en-98371f99.js} +0 -0
  1948. /package/dist/esm/{en-46223eb1.js → en-bf740e9b.js} +0 -0
  1949. /package/dist/esm/{event-is-from-90b69768.js → event-is-from-e25c5a22.js} +0 -0
  1950. /package/dist/esm/{get-closest-element-1597503c.js → get-closest-element-66f63212.js} +0 -0
  1951. /package/dist/esm/{get-slot-52d073f3.js → get-slot-55aade31.js} +0 -0
  1952. /package/dist/esm/{gux-list.service-a878b7e3.js → gux-list.service-693f4ba7.js} +0 -0
  1953. /package/dist/esm/{gux-listbox.service-a8319b51.js → gux-listbox.service-f2b6e01a.js} +0 -0
  1954. /package/dist/esm/{gux-menu.common-4a871a5c.js → gux-menu.common-e59a1b12.js} +0 -0
  1955. /package/dist/esm/{has-slot-062ae63a.js → has-slot-d06c74d9.js} +0 -0
  1956. /package/dist/esm/{iso-dates-a7c704a4.js → iso-dates-5bcd3209.js} +0 -0
  1957. /package/dist/esm/{log-error-e0bbd04a.js → log-error-0b15023e.js} +0 -0
  1958. /package/dist/esm/{on-input-disabled-state-change-3ea76372.js → on-input-disabled-state-change-e6bc912f.js} +0 -0
  1959. /package/dist/esm/{on-mutation-d500715c.js → on-mutation-a2b7cdad.js} +0 -0
  1960. /package/dist/esm/{prevent-browser-validation-styling-d16c3f4c.js → prevent-browser-validation-styling-8c459589.js} +0 -0
  1961. /package/dist/esm/{random-html-id-8e3f658c.js → random-html-id-3354d85c.js} +0 -0
  1962. /package/dist/esm/{simulate-native-event-ac69961f.js → simulate-native-event-bca7a1c9.js} +0 -0
  1963. /package/dist/esm/{when-event-is-from-18667084.js → when-event-is-from-6154bd60.js} +0 -0
  1964. /package/dist/esm/{year-month-values-1b64c204.js → year-month-values-6ffe871f.js} +0 -0
  1965. /package/dist/genesys-webcomponents/{p-955a1e6a.js → p-08874a83.js} +0 -0
  1966. /package/dist/genesys-webcomponents/{p-8a133b9b.js → p-0962dd7a.js} +0 -0
  1967. /package/dist/genesys-webcomponents/{p-3f5341ea.js → p-16f3da0d.js} +0 -0
  1968. /package/dist/genesys-webcomponents/{p-c10e41a9.js → p-28f55159.js} +0 -0
  1969. /package/dist/genesys-webcomponents/{p-93904222.js → p-31cd1b9a.js} +0 -0
  1970. /package/dist/genesys-webcomponents/{p-08bc2e6b.js → p-324b23f3.js} +0 -0
  1971. /package/dist/genesys-webcomponents/{p-2c3d934a.js → p-363466e3.js} +0 -0
  1972. /package/dist/genesys-webcomponents/{p-d176c2ae.js → p-373c5d93.js} +0 -0
  1973. /package/dist/genesys-webcomponents/{p-cbcbd1bb.js → p-3ea0d493.js} +0 -0
  1974. /package/dist/genesys-webcomponents/{p-e310debb.js → p-408d5857.js} +0 -0
  1975. /package/dist/genesys-webcomponents/{p-4f26144b.js → p-533d7842.js} +0 -0
  1976. /package/dist/genesys-webcomponents/{p-3e6097e5.js → p-693c1709.js} +0 -0
  1977. /package/dist/genesys-webcomponents/{p-837e3eff.js → p-705311af.js} +0 -0
  1978. /package/dist/genesys-webcomponents/{p-55cf6d81.js → p-71e00140.js} +0 -0
  1979. /package/dist/genesys-webcomponents/{p-9dd4b14a.js → p-7b08c759.js} +0 -0
  1980. /package/dist/genesys-webcomponents/{p-76ff3e75.js → p-8b703092.js} +0 -0
  1981. /package/dist/genesys-webcomponents/{p-251befef.js → p-9125cc36.js} +0 -0
  1982. /package/dist/genesys-webcomponents/{p-d0805f56.js → p-9d734bbd.js} +0 -0
  1983. /package/dist/genesys-webcomponents/{p-417354e9.js → p-aa9ff6ba.js} +0 -0
  1984. /package/dist/genesys-webcomponents/{p-89af02eb.js → p-c7328d42.js} +0 -0
  1985. /package/dist/genesys-webcomponents/{p-29e8b184.js → p-dbb0ac25.js} +0 -0
  1986. /package/dist/genesys-webcomponents/{p-091f51f6.js → p-ffaadf62.js} +0 -0
  1987. /package/dist/types/components/legacy/{gux-action-toast → gux-action-toast-legacy}/gux-action-toast.d.ts +0 -0
  1988. /package/dist/types/components/{stable/gux-advanced-dropdown → legacy/gux-advanced-dropdown-legacy}/dropdown-option/gux-dropdown-option.d.ts +0 -0
  1989. /package/dist/types/components/{stable/gux-disclosure-button → legacy/gux-disclosure-button-legacy}/gux-disclosure-button.types.d.ts +0 -0
  1990. /package/dist/types/components/legacy/{gux-notification-toast → gux-notification-toast-legacy}/gux-notification-toast.d.ts +0 -0
  1991. /package/dist/types/components/legacy/{gux-notification-toast → gux-notification-toast-legacy}/gux-notification-toast.types.d.ts +0 -0
  1992. /package/dist/types/components/legacy/{gux-simple-toast → gux-simple-toast-legacy}/gux-simple-toast.d.ts +0 -0
  1993. /package/dist/types/components/legacy/{gux-simple-toast → gux-simple-toast-legacy}/gux-simple-toast.types.d.ts +0 -0
  1994. /package/dist/types/components/{stable/gux-switch → legacy/gux-switch-legacy}/gux-switch-item/gux-switch-item.d.ts +0 -0
  1995. /package/dist/types/components/{stable/gux-switch → legacy/gux-switch-legacy}/gux-switch.d.ts +0 -0
  1996. /package/dist/types/components/{stable/gux-switch → legacy/gux-switch-legacy}/gux-switch.types.d.ts +0 -0
  1997. /package/dist/types/components/{beta → stable}/gux-column-manager/gux-column-manager-item/gux-column-manager-item.d.ts +0 -0
  1998. /package/dist/types/components/{beta → stable}/gux-column-manager/gux-column-manager-item/gux-column-manager-item.service.d.ts +0 -0
  1999. /package/dist/types/components/{beta → stable}/gux-column-manager/gux-column-manager.d.ts +0 -0
  2000. /package/dist/types/components/{beta → stable}/gux-column-manager/gux-column-manager.service.d.ts +0 -0
  2001. /package/dist/types/components/{beta → stable}/gux-column-manager/gux-column-manager.types.d.ts +0 -0
  2002. /package/dist/types/components/{beta → stable}/gux-dropdown-multi/gux-dropdown-multi-tag/gux-dropdown-multi-tag.d.ts +0 -0
  2003. /package/dist/types/components/{beta → stable}/gux-flyout-menu/gux-menu/gux-menu.common.d.ts +0 -0
  2004. /package/dist/types/components/{beta → stable}/gux-flyout-menu/gux-menu/gux-menu.d.ts +0 -0
  2005. /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
  2006. /package/dist/types/components/{beta → stable}/gux-skip-navigation-list/gux-skip-navigation-item/gux-skip-navigation-item.d.ts +0 -0
  2007. /package/dist/types/components/{beta → stable}/gux-skip-navigation-list/gux-skip-navigation-list.d.ts +0 -0
  2008. /package/dist/types/components/{beta → stable}/gux-table/gux-all-row-select/gux-all-row-select.d.ts +0 -0
  2009. /package/dist/types/components/{beta → stable}/gux-table/gux-sort-control/gux-sort-control.d.ts +0 -0
  2010. /package/dist/types/components/{beta → stable}/gux-table/gux-sort-control/tests/gux-sort-control.markup.d.ts +0 -0
  2011. /package/dist/types/components/{beta → stable}/gux-table/gux-table-select-menu/gux-table-select-menu.d.ts +0 -0
  2012. /package/dist/types/components/{beta → stable}/gux-table/gux-table.types.d.ts +0 -0
  2013. /package/dist/types/components/{beta → stable}/gux-table-toolbar/gux-table-toolbar-action/gux-table-toolbar-action.d.ts +0 -0
  2014. /package/dist/types/components/{beta → stable}/gux-table-toolbar/gux-table-toolbar-action/gux-table-toolbar-action.types.d.ts +0 -0
  2015. /package/dist/types/components/{beta → stable}/gux-table-toolbar/gux-table-toolbar-action-accents.types.d.ts +0 -0
  2016. /package/dist/types/components/{beta → stable}/gux-table-toolbar/gux-table-toolbar.constants.d.ts +0 -0
  2017. /package/dist/types/components/{beta → stable}/gux-table-toolbar/gux-table-toolbar.d.ts +0 -0
  2018. /package/dist/types/components/{beta → stable}/gux-table-toolbar/gux-table-toolbar.service.d.ts +0 -0
  2019. /package/dist/types/components/{beta → stable}/gux-table-toolbar/gux-table-toolbar.types.d.ts +0 -0
  2020. /package/dist/types/components/{beta → stable}/gux-time-picker/gux-time-picker.service.d.ts +0 -0
  2021. /package/dist/types/components/{beta → stable}/gux-time-picker/gux-time-picker.type.d.ts +0 -0
@@ -1 +0,0 @@
1
- import{r as t,c as e,h as n,g as a}from"./p-7d26b2e1.js";import{a as s}from"./p-091f51f6.js";import{a as i,c as r,b as o,f as d}from"./p-4f26144b.js";import{t as h}from"./p-af4a6b41.js";import{g as l,a as c}from"./p-deee079e.js";import{c as u}from"./p-251befef.js";import"./p-8a133b9b.js";function g(t,e){x(t,"remove",e)}function x(t=[],e,n){const a=[].concat(t);for(const t of a)t.classList[e](n)}function b(t,e){return u(t.toLocaleDateString(e,{year:"numeric",month:"long"}))}const f=class{constructor(n){t(this,n),this.calendarSelect=e(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(t){if("range"===this.mode&&t instanceof Array){const[e,n]=t;this.value=i(e,n),this.previewValue=r(this.value)[0]}else{const e=t;this.value=o(e),this.previewValue=e}}async focusPreviewDate(){const t=this.root.shadowRoot.querySelector(`td[data-date="${this.previewValue.getTime()}"]`);t&&t.focus()}async resetCalendarView(t){this.previewValue=t}incrementPreviewDateByMonth(t){this.previewValue=new Date(this.previewValue.getFullYear(),this.previewValue.getMonth()+t,15,0,0,0),s((()=>{this.focusPreviewDate()}))}async setValueAndEmit(t){await this.setValue(t),this.emitCalendarSelect()}outOfBounds(t){return""!==this.maxDate&&d(this.maxDate)<t||""!==this.minDate&&d(this.minDate)>t}generateDatesFrom(t,e,n){const a=[],s=new Date(e.getFullYear(),e.getMonth(),e.getDate(),0,0,0,0);for(let e=0;e<n;e++){const e=new Date(s.getFullYear(),s.getMonth(),s.getDate(),0,0,0,0),n=[];let i=!1,o=!1;e.getMonth()!==t&&(n.push("gux-not-in-month"),i=!0,"range"===this.mode&&(n.push("gux-hidden"),o=!0)),this.outOfBounds(e)&&(n.push("gux-disabled"),i=!0);let h=!1;if("range"===this.mode){const[t,a]=r(this.value),s=t.getTime(),i=a.getTime();e.getTime()===s?(h=!0,n.push("gux-selected"),n.push("gux-start-date")):e.getTime()===i&&(h=!0,n.push("gux-selected"),n.push("gux-end-date"))}else{const t=d(this.value).getTime();e.getTime()===t&&(h=!0,n.push("gux-selected"))}a.push({class:n.join(" "),date:e,hidden:o,disabled:i,selected:h}),s.setDate(s.getDate()+1)}return a}create2DArray(t,e){const n=[];for(let a=0;a<e-1;a++){const s=t.slice(a*e,a*e+e);this.weekShouldBeDisplayed(s)&&n.push(s)}return n}isFocusableDate(t){return t.selected||this.previewValue.getTime()===t.date.getTime()}weekShouldBeDisplayed(t){const e=t.find((t=>!t.hidden));return t.length&&!!e}getMonthDays(t){const e=new Date(this.previewValue.getTime());e.setDate(1),e.setMonth(e.getMonth()+t);const n=e.getMonth(),a=function(t,e,n){const a=new Date(e,t,1,1,0,0,0),s=-1*(n-a.getDay()-7)%7;return new Date(a.getTime()-864e5*s)}(n,e.getFullYear(),this.startDayOfWeek),s=this.generateDatesFrom(n,a,42);return this.create2DArray(s,7)}addDays(t,e){const n=new Date(t.valueOf());return n.setDate(n.getDate()+e),n}getAllDatesElements(){const t=this.root.shadowRoot.querySelectorAll("td");return Array.from(t)}getAllSelectableDatesElements(){const t=this.root.shadowRoot.querySelectorAll('td[tabindex="0"]');return Array.from(t)}getRangeDatesElements(t,e){const n=[];let a;a=e<t?this.getRangeDates(e,t):this.getRangeDates(t,e);for(const t of a){const e=this.root.shadowRoot.querySelector(`td[data-date="${t.getTime()}"]:not(.gux-hidden)`);e&&n.push(e)}return n}getRangeDates(t,e){const n=[];let a=t;for(;a<=e;)n.push(new Date(a)),a=this.addDays(a,1);return n}async onDateClick(t){if(!this.outOfBounds(t))if("range"!==this.mode)await this.setValueAndEmit(t);else if(null===this.selectingDate)g(this.getAllDatesElements(),"gux-hovered"),this.selectingDate=new Date(t.valueOf()),this.value=i(t,t);else{const e=this.root.shadowRoot.querySelector(`td[data-date="${t.getTime()}"]`);e&&e.classList.add("gux-selected"),this.updateRangeElements(),await this.setValueAndEmit([this.selectingDate,t]),this.previewValue=t,this.selectingDate=null}}onDateMouseEnter(t){"range"===this.mode&&null!==this.selectingDate&&(this.value=i(t,this.selectingDate),this.updateRangeElements())}updateRangeElements(){if("range"===this.mode){g(this.getAllDatesElements(),"gux-hovered");const[t,e]=r(this.value);x(this.getRangeDatesElements(t,e),"add","gux-hovered")}}async onKeyDown(t){switch(t.key){case" ":case"Enter":t.preventDefault(),await this.onDateClick(this.previewValue);break;case"ArrowDown":t.preventDefault(),this.previewValue=new Date(this.previewValue.setDate(this.previewValue.getDate()+7)),this.onDateMouseEnter(this.previewValue),s((()=>{this.focusPreviewDate()}));break;case"ArrowUp":t.preventDefault(),this.previewValue=new Date(this.previewValue.setDate(this.previewValue.getDate()-7)),this.onDateMouseEnter(this.previewValue),s((()=>{this.focusPreviewDate()}));break;case"ArrowLeft":t.preventDefault(),this.previewValue=new Date(this.previewValue.setDate(this.previewValue.getDate()-1)),this.onDateMouseEnter(this.previewValue),s((()=>{this.focusPreviewDate()}));break;case"ArrowRight":t.preventDefault(),this.previewValue=new Date(this.previewValue.setDate(this.previewValue.getDate()+1)),this.onDateMouseEnter(this.previewValue),s((()=>{this.focusPreviewDate()}));break;case"PageUp":this.incrementPreviewDateByMonth(1),this.onDateMouseEnter(this.previewValue);break;case"PageDown":this.incrementPreviewDateByMonth(-1),this.onDateMouseEnter(this.previewValue)}}componentWillLoad(){if(h(this.root,{variant:this.mode}),this.locale=l(this.root),this.startDayOfWeek=this.startDayOfWeek||c(this.locale),!this.value){const t=new Date;t.setHours(0,0,0,0),this.value="range"===this.mode?i(t,t):o(t)}this.previewValue=d(this.value)}componentDidRender(){this.updateRangeElements()}renderMonthHeader(){return n("div",{class:"gux-month-list"},Array.from(Array(this.numberOfMonths).keys()).map((t=>{const e=function(t,e){const n=new Date(t);return n.setDate(1),n.setMonth(n.getMonth()+e),n}(this.previewValue,t);return n("label",null,b(e,this.locale))})))}renderCalendarTable(t){return n("table",null,n("tr",null,function(t,e){const n=[],a=new Date(1970,0,4);for(let e=0;e<7;e++){const e=a.toLocaleString(t,{weekday:"narrow"});n.push(e),a.setDate(a.getDate()+1)}return(s=n).concat(s.splice(0,(i=e)>s.length?i%s.length:i));var s,i}(this.locale,this.startDayOfWeek).map((t=>n("th",null,t)))),this.getMonthDays(t).map((t=>n("tr",null,t.map((t=>n("td",{tabindex:this.isFocusableDate(t)?"0":"-1",class:t.class,"aria-hidden":t.hidden?"true":"false","aria-disabled":t.disabled?"true":"false","data-date":t.date.getTime(),onClick:()=>{this.onDateClick(t.date)},onMouseEnter:()=>this.onDateMouseEnter(t.date),onKeyDown:t=>{this.onKeyDown(t)}},t.date.getDate(),n("span",{class:"gux-sr-only"},b(t.date,this.locale)))))))))}render(){return n("div",{class:"gux-calendar"},n("div",{class:"gux-header"},n("button",{type:"button",class:"gux-left",onClick:()=>this.incrementPreviewDateByMonth(-1),tabindex:"-1","aria-hidden":"true"},n("gux-icon",{decorative:!0,"icon-name":"chevron-small-left"})),this.renderMonthHeader(),n("button",{type:"button",class:"gux-right",onClick:()=>this.incrementPreviewDateByMonth(1),tabindex:"-1","aria-hidden":"true"},n("gux-icon",{decorative:!0,"icon-name":"chevron-small-right"}))),n("div",{class:"gux-content"},Array.from(Array(this.numberOfMonths).keys()).map((t=>this.renderCalendarTable(t)))))}get root(){return a(this)}};f.style=":host{display:inline-block}.gux-calendar{margin-top:2px;border:1px solid #b4bccb;border-radius:4px}.gux-calendar .gux-header{position:relative;display:flex;align-items:center;justify-content:space-between;height:16px;padding:16px;color:#fdfdfd;background-color:#2a60c8;border-top-left-radius:3px;border-top-right-radius:3px}.gux-calendar .gux-header button{position:absolute;padding:5px;color:#fdfdfd;cursor:pointer;background:none;border:none;outline:none}.gux-calendar .gux-header button:focus-visible{outline:#75a8ff auto 5px}.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:16px;height:16px;pointer-events:none}.gux-calendar .gux-header .gux-month-list{display:flex;justify-content:space-between;width:100%}.gux-calendar .gux-header .gux-month-list label{width:100%;text-align:center;font-size:12px;line-height:20px;font-family:Roboto, sans-serif;font-weight:400;font-weight:700}.gux-calendar .gux-content{display:flex;align-items:flex-start;padding:20px 24px;color:#2e394c;background-color:#fdfdfd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.gux-calendar .gux-content table{width:168px;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:28px}.gux-calendar .gux-content table tr:empty{display:none}.gux-calendar .gux-content table tr th,.gux-calendar .gux-content table tr td{width:28px;height:28px;padding:0;margin:0;text-align:center;font-family:Roboto, sans-serif;font-weight:400;font-size:12px;line-height:20px}.gux-calendar .gux-content table tr th{font-family:Roboto, sans-serif;font-weight:400;font-weight:700}.gux-calendar .gux-content table tr td{cursor:pointer}.gux-calendar .gux-content table tr td.gux-hovered{background-color:#deeaff}.gux-calendar .gux-content table tr td.gux-selected{color:#fdfdfd;background-color:#2a60c8;border-radius:4px}.gux-calendar .gux-content table tr td.gux-selected.gux-start-date{border-radius:4px 0 0 4px}.gux-calendar .gux-content table tr td.gux-selected.gux-end-date{border-radius:0 4px 4px 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){color:#fdfdfd;background-color:#2a60c8;border-radius:4px}.gux-calendar .gux-content table tr td.gux-disabled{color:rgba(46, 57, 76, 0.5);pointer-events:none}.gux-calendar .gux-content table tr td.gux-not-in-month{color:rgba(107, 117, 133, 0.5)}.gux-calendar .gux-content table tr td.gux-not-in-month:hover{color:#2e394c;background-color:#e2e6ee}.gux-calendar .gux-content table tr td.gux-not-in-month.gux-hidden{visibility:hidden}.gux-sr-only{position:absolute;top:auto;left:-10000px;width:1px;height:1px;overflow:hidden}";export{f as gux_calendar}
@@ -1 +0,0 @@
1
- import{r as t,h as s,H as o,g as e}from"./p-7d26b2e1.js";import{t as i}from"./p-af4a6b41.js";import{O as n}from"./p-9d18d475.js";import{b as a}from"./p-deee079e.js";import{b as r}from"./p-091f51f6.js";import"./p-8a133b9b.js";const u={additionalActions:"Additional Actions"};const c=class{constructor(s){t(this,s),this.showMenu=void 0,this.expanded=!1}handleKeyDown(t){const s=t.composedPath();switch(t.key){case"Escape":this.expanded=!1,s.includes(this.listElement)&&(t.preventDefault(),this.dropdownButton.focus());break;case"Tab":this.expanded=!1;break;case"ArrowDown":case"Enter":s.includes(this.dropdownButton)&&(t.preventDefault(),this.expanded=!0,this.focusFirstItemInPopupList())}}handleKeyup(t){if(" "===t.key)t.composedPath().includes(this.dropdownButton)&&(this.expanded=!0,this.focusFirstItemInPopupList())}toggle(){this.expanded=!this.expanded,this.expanded&&this.focusPopupList()}onClickOutside(){this.expanded=!1}focusPopupList(){r((()=>{this.listElement.focus()}))}focusFirstItemInPopupList(){r((()=>{this.listElement.guxFocusFirstItem()}))}async componentWillLoad(){this.i18n=await a(this.root,u),i(this.root)}render(){return s(o,{class:{"gux-show-menu":this.showMenu}},s("gux-popup",{expanded:this.expanded},s("div",{slot:"target",class:"gux-toolbar-menu-container"},s("gux-button-slot-beta",{class:"gux-menu-button"},s("button",{type:"button",ref:t=>this.dropdownButton=t,onMouseUp:()=>this.toggle(),"aria-haspopup":"true","aria-expanded":this.expanded.toString()},s("gux-icon",{"screenreader-text":this.i18n("additionalActions"),"icon-name":"menu-kebab-horizontal"})))),s("div",{class:"gux-list-container",slot:"popup"},s("gux-list",{ref:t=>this.listElement=t},s("slot",null)))))}static get delegatesFocus(){return!0}get root(){return e(this)}};(function(t,s,o,e){var i,n=arguments.length,a=n<3?s:null===e?e=Object.getOwnPropertyDescriptor(s,o):e;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,s,o,e);else for(var r=t.length-1;r>=0;r--)(i=t[r])&&(a=(n<3?i(a):n>3?i(s,o,a):i(s,o))||a);n>3&&a&&Object.defineProperty(s,o,a)})([n({triggerEvents:"mousedown"})],c.prototype,"onClickOutside",null),c.style=":host{display:none;-webkit-user-select:none;user-select:none;font-family:Roboto, sans-serif;font-weight:400;font-size:12px;line-height:20px}:host(.gux-show-menu){display:block}>*{vertical-align:middle}.gux-menu-button button{color:#2e394c;cursor:grab;background-color:#e2e6ee;border:none}.gux-menu-button button gux-icon{width:16px;height:16px}.gux-list-container{width:min-content;padding:8px 0;margin:0;list-style:none;background-color:#fdfdfd;border:1px solid #b4bccb;border-radius:4px;box-shadow:0 2px 4px rgba(32, 41, 55, 0.24)}";export{c as gux_table_toolbar_menu_button}
@@ -1 +0,0 @@
1
- import{h as i}from"./p-7d26b2e1.js";const e=({position:e,required:o},r)=>i("div",{class:{"gux-form-field-label":!0,[`gux-${e}`]:!0,"gux-required":o}},r),o=({labelPosition:e},o)=>i("div",{class:{"gux-form-field-container":!0,[`gux-${e}`]:!0}},o);export{e as G,o as a}
@@ -1 +0,0 @@
1
- import{r as t,c as e,h as s,H as a}from"./p-7d26b2e1.js";const i=class{constructor(s){t(this,s),this.guxactivepanelchange=e(this,"guxactivepanelchange",7),this.tabId=void 0,this.active=!1}async guxSetActive(t){this.active=t}watchActivePanel(){!0===this.active&&this.guxactivepanelchange.emit(this.tabId)}render(){return s(a,{id:`gux-${this.tabId}-panel`,role:"tabpanel","aria-labelledby":`gux-${this.tabId}-tab`,tabIndex:0,hidden:!this.active},s("slot",null))}static get watchers(){return{active:["watchActivePanel"]}}};i.style=":host(:focus){outline:none}:host(:focus-visible){outline:3px solid #aac9ff;outline-offset:1px;box-shadow:0 0 0 1px #fdfdfd}";export{i as gux_tab_panel_beta}
@@ -1 +0,0 @@
1
- import{r as e,h as t,g as a}from"./p-7d26b2e1.js";import{f as n}from"./p-4f26144b.js";import{c as r}from"./p-251befef.js";import{g as o,a as i,b as s}from"./p-deee079e.js";import{a as d}from"./p-091f51f6.js";import{l as u}from"./p-d0805f56.js";import{s as l}from"./p-d176c2ae.js";import"./p-8a133b9b.js";function c(e,t){return r(e.toLocaleDateString(t,{year:"numeric",month:"long"}))}const g={previousMonth:"Previous month: {localizedPreviousMonthAndYear}",nextMonth:"Next month: {localizedNextMonthAndYear}"},h=class{constructor(t){e(this,t),this.locale="en",this.MONTH_DATE_COUNT=42,this.focusedValue=void 0,this.minValue=void 0,this.maxValue=void 0}get slottedInput(){return this.root.querySelector('input[type="date"]')}async componentWillLoad(){this.slottedInput||u(this.root,'You must slot a date input element like so: input[type="date"].'),this.locale=o(this.root);const e=this.slottedInput.getAttribute("start-day-of-week");(null==e?void 0:e.length)&&(this.startDayOfWeek=parseInt(e,10)),this.startDayOfWeek=this.startDayOfWeek||i(this.locale),this.i18n=await s(this.root,g),this.slottedInput.value&&(this.focusedValue=n(this.slottedInput.value)),this.slottedInput.min&&(this.minValue=new Date(this.slottedInput.min),this.minValue.setHours(0,0,0,0)),this.slottedInput.max&&(this.maxValue=new Date(this.slottedInput.max),this.maxValue.setHours(0,0,0,0))}onDateClick(e){this.focusedValue=new Date(e.getTime()),this.slottedInput.value=e.toISOString().substring(0,10),l(this.root,"input")}setDateAfterArrowKeyPress(e,t){e.preventDefault(),this.focusedValue=new Date(this.getFocusedValue().getFullYear(),this.getFocusedValue().getMonth(),this.getFocusedValue().getDate()+t,0,0,0),d((()=>{this.focusDate()}))}focusDate(){const e=this.root.shadowRoot.querySelector(`.gux-content-date[data-date="${this.focusedValue.getTime()}"]`);e&&e.focus()}onKeyDown(e){switch(e.key){case" ":break;case"Enter":e.preventDefault(),this.onDateClick(this.getFocusedValue()),d((()=>{this.focusDate()}));break;case"ArrowDown":this.setDateAfterArrowKeyPress(e,7);break;case"ArrowUp":this.setDateAfterArrowKeyPress(e,-7);break;case"ArrowLeft":this.setDateAfterArrowKeyPress(e,-1);break;case"ArrowRight":this.setDateAfterArrowKeyPress(e,1);break;case"PageUp":e.preventDefault(),this.setNewFocusedMonth(1),d((()=>{this.focusDate()}));break;case"PageDown":e.preventDefault(),this.setNewFocusedMonth(-1),d((()=>{this.focusDate()}))}}getMonthDays(){var e,t;const a=(n=this.getFocusedValue(),new Date(n.getFullYear(),n.getMonth(),1,0,0,0));var n;const r=[];let o={dates:[]},i=0;const s=a.getMonth(),d=this.getSelectedValue(),u=function(e,t,a){const n=new Date(t,e,1,0,0,0,0),r=-1*(a-n.getDay()-7)%7;return new Date(n.getTime()-864e5*r)}(s,new Date(a.getTime()).getFullYear(),this.startDayOfWeek);for(let a=0;a<this.MONTH_DATE_COUNT+1;a+=1){const a=d.getTime()===u.getTime()&&void 0!==this.focusedValue;i>0&&i%7==0&&(r.push(o),o={dates:[]});const n=this.minValue&&u.getTime()<=this.minValue.getTime()||this.maxValue&&u.getTime()>this.maxValue.getTime(),l=(null===(e=this.getFocusedValue())||void 0===e?void 0:e.getTime())===u.getTime()&&(null===(t=this.getFocusedValue())||void 0===t?void 0:t.getTime())!==d.getTime(),c=new Date;o.dates.push({date:new Date(u),disabled:n,inCurrentMonth:s===u.getMonth()&&!n,selected:a&&d,focused:l,isCurrentDate:u.getDate()===c.getDate()&&u.getMonth()===c.getMonth()&&u.getFullYear()===c.getFullYear()}),i+=1,u.setDate(u.getDate()+1)}return r}getFocusedValue(){return this.focusedValue?this.focusedValue:this.getSelectedValue()}changeMonth(e){return new Date(this.getFocusedValue().getFullYear(),this.getFocusedValue().getMonth()+e,1,0,0,0)}setNewFocusedMonth(e){this.focusedValue=this.changeMonth(e)}getSelectedValue(){if(this.slottedInput.value)return n(this.slottedInput.value);const e=new Date;return e.setHours(0,0,0,0),e}renderHeader(){return t("div",{class:"gux-header"},t("button",{type:"button",class:"gux-left","aria-label":this.i18n("previousMonth",{localizedPreviousMonthAndYear:c(this.changeMonth(-1),this.locale)}),onClick:()=>this.setNewFocusedMonth(-1)},t("gux-icon",{decorative:!0,"icon-name":"chevron-small-left"})),t("span",{class:"gux-header-month-and-year"},c(this.getFocusedValue(),this.locale)),t("button",{type:"button",class:"gux-right","aria-label":this.i18n("nextMonth",{localizedNextMonthAndYear:c(this.changeMonth(1),this.locale)}),onClick:()=>this.setNewFocusedMonth(1)},t("gux-icon",{decorative:!0,"icon-name":"chevron-small-right"})))}renderContent(){return t("div",null,t("div",{class:"gux-week-days"},function(e,t){const a=[],n=new Date(1970,0,4);for(let t=0;t<7;t++){const t=n.toLocaleString(e,{weekday:"narrow"});a.push(t),n.setDate(n.getDate()+1)}return(r=a).concat(r.splice(0,t%r.length));var r}(this.locale,this.startDayOfWeek).map((e=>t("div",{class:"gux-week-day"},e)))),t("div",{class:"gux-content"},this.getMonthDays().map((e=>t("div",{class:"gux-content-week"},e.dates.map((e=>t("div",{"data-date":e.date.getTime(),onClick:()=>this.onDateClick(e.date),role:"button","aria-current":e.selected?"true":"false",tabindex:e.selected||e.focused?"0":"-1",onKeyDown:e=>{this.onKeyDown(e)},"aria-disabled":e.disabled?"true":"false",class:{"gux-content-date":!0,"gux-disabled":e.disabled,"gux-current-month":e.inCurrentMonth,"gux-selected":e.selected,"gux-current-date":e.isCurrentDate}},t("span",{class:"gux-non-sr","aria-hidden":"true"},e.date.getDate()),t("span",{class:"gux-sr-only"},t("gux-date-beta",{datetime:e.date.toISOString(),format:"long"}))))))))))}render(){return t("div",{class:"gux-calendar-beta"},t("slot",null),this.renderHeader(),this.renderContent())}get root(){return a(this)}};h.style=".gux-calendar-beta{box-sizing:border-box;display:inline-flex;flex-direction:column;background:var(--gse-ui-calendarMenu-date-selected-foregroundColor);box-shadow:rgba(34, 37, 41, 0.24) 0px 2px 4px;border-radius:var(--gse-ui-calendarMenu-single-body-borderRadius);font-size:var(--gse-ui-calendarMenu-month-defaultText-fontSize);font-family:var(--gse-ui-calendarMenu-month-defaultText-fontFamily)}.gux-calendar-beta .gux-header{display:flex;align-items:center;padding:var(--gse-ui-calendarMenu-header-padding);font-style:normal;font-weight:var(--gse-ui-calendarMenu-month-currentText-fontWeight);color:var(--gse-ui-calendarMenu-header-foregroundColor);text-align:center;background-color:var(--gse-ui-calendarMenu-header-backgroundColor);border-radius:var(--gse-ui-calendarMenu-single-header-borderRadius);justify-content:space-between;height:var(--gse-ui-calendarMenu-month-single-header-height)}.gux-calendar-beta .gux-header .gux-header-month-and-year{width:var(--gse-ui-calendarMenu-month-single-header-textWidth);color:var(--gse-ui-calendarMenu-month-selected-foregroundColor);font-family:var(--gse-ui-calendarMenu-month-headerText-fontFamily);line-height:var(--gse-ui-calendarMenu-month-headerText-lineHeight);font-size:var(--gse-ui-calendarMenu-month-headerText-fontSize)}.gux-calendar-beta .gux-header .gux-left,.gux-calendar-beta .gux-header .gux-right{color:var(--gse-ui-calendarMenu-month-monthHeader-foregroundColor);cursor:pointer;background:none;border:none;outline:none}.gux-calendar-beta .gux-header .gux-left:focus-visible,.gux-calendar-beta .gux-header .gux-right:focus-visible{outline:2px solid #aac9ff;outline-offset:1px}.gux-calendar-beta .gux-header .gux-left gux-icon,.gux-calendar-beta .gux-header .gux-right gux-icon{width:16px;height:16px}.gux-calendar-beta .gux-week-days{padding-top:24px;padding-right:24px;padding-left:24px;text-align:center;color:var(--gse-ui-calendarMenu-day-dayHeader-foregroundColor);font-family:var(--gse-ui-calendarMenu-day-headerText-fontFamily);font-size:var(--gse-ui-calendarMenu-day-headerText-fontSize);font-family:var(--gse-ui-calendarMenu-day-headerText-fontFamily);font-weight:var(--gse-ui-calendarMenu-day-headerText-fontWeight)}.gux-calendar-beta .gux-week-days .gux-week-day{display:inline-block;width:var(--gse-ui-calendarMenu-day-date-size);height:16px;font-weight:var(--gse-ui-calendarMenu-day-header-fontWeight)}.gux-calendar-beta .gux-content{padding:var(--gse-ui-calendarMenu-dateBody-padding);color:var(--gse-core-color-cornflower-900);background-color:var(--gse-ui-calendarMenu-backgroundColor);border-radius:var(--gse-ui-calendarMenu-single-body-borderRadius)}.gux-calendar-beta .gux-content-week .gux-content-date{display:inline-block;width:var(--gse-ui-calendarMenu-day-date-size);height:var(--gse-ui-calendarMenu-day-input-height);font-style:normal;font-weight:var(--gse-ui-calendarMenu-date-defaultText-fontWeight);line-height:32px;text-align:center;vertical-align:middle;border:none;outline:none;color:var(--gse-core-color-cornflower-600);font-size:var(--gse-ui-calendarMenu-date-defaultText-fontSize);font-family:var(--gse-ui-calendarMenu-date-currentText-fontFamily);opacity:var(--gse-ui-calendarMenu-disabled-opacity)}.gux-calendar-beta .gux-content-week .gux-content-date.gux-current-month{color:var(--gse-ui-calendarMenu-month-default-foregroundColor);opacity:1}.gux-calendar-beta .gux-content-week .gux-content-date.gux-hidden{display:none}.gux-calendar-beta .gux-content-week .gux-content-date.gux-disabled{pointer-events:none}.gux-calendar-beta .gux-content-week .gux-content-date.gux-selected{color:var(--gse-ui-calendarMenu-date-selected-foregroundColor);background-color:var(--gse-ui-calendarMenu-date-selected-backgroundColor);border:none;border-radius:var(--gse-ui-calendarMenu-month-borderRadius);outline:none}.gux-calendar-beta .gux-content-week .gux-content-date.gux-selected:hover{background-color:var(--gse-ui-calendarMenu-date-selected-hoverBackgroundColor)}.gux-calendar-beta .gux-content-week .gux-content-date:hover{cursor:pointer;background-color:var(--gse-ui-calendarMenu-date-hover-backgroundColor);border-radius:var(--gse-ui-calendarMenu-month-borderRadius)}.gux-calendar-beta .gux-content-week .gux-content-date:focus-visible{outline:1px solid #7b61ff;border-radius:var(--gse-ui-calendarMenu-month-focusBorderRadius)}.gux-calendar-beta .gux-content-week .gux-content-date .gux-sr-only:not(:focus):not(:active){position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.gux-calendar-beta .gux-content-week .gux-content-date.gux-current-date{font-weight:var(--gse-ui-calendarMenu-date-currentText-fontWeight);font-family:var(--gse-ui-calendarMenu-month-currentText-fontFamily);font-size:var(--gse-ui-calendarMenu-date-currentText-fontSize)}";export{h as gux_calendar_beta}
@@ -1 +0,0 @@
1
- import{r as g,a as i,h as p,g as a}from"./p-7d26b2e1.js";import{t as o}from"./p-af4a6b41.js";const x=class{constructor(i){g(this,i),this.region=void 0,this.screenreaderText=void 0}componentWillLoad(){o(this.root)}render(){var g;const a=i("assets/sprites/region-flags.png");return p("span",{role:this.screenreaderText?"img":"",class:"flag flag-"+(null===(g=this.region)||void 0===g?void 0:g.toLowerCase()),style:{backgroundImage:`url(${a})`},"aria-label":this.screenreaderText})}static get assetsDirs(){return["assets"]}get root(){return a(this)}};x.style=".flag-ad{background-image:url();background-position:0px 0px;width:24px;height:24px}.flag-ae{background-image:url();background-position:-24px 0px;width:24px;height:24px}.flag-af{background-image:url();background-position:0px -24px;width:24px;height:24px}.flag-ag{background-image:url();background-position:-24px -24px;width:24px;height:24px}.flag-ai{background-image:url();background-position:-48px 0px;width:24px;height:24px}.flag-al{background-image:url();background-position:-48px -24px;width:24px;height:24px}.flag-am{background-image:url();background-position:0px -48px;width:24px;height:24px}.flag-ao{background-image:url();background-position:-24px -48px;width:24px;height:24px}.flag-ar{background-image:url();background-position:-48px -48px;width:24px;height:24px}.flag-as{background-image:url();background-position:-72px 0px;width:24px;height:24px}.flag-at{background-image:url();background-position:-72px -24px;width:24px;height:24px}.flag-au{background-image:url();background-position:-72px -48px;width:24px;height:24px}.flag-aw{background-image:url();background-position:0px -72px;width:24px;height:24px}.flag-ax{background-image:url();background-position:-24px -72px;width:24px;height:24px}.flag-az{background-image:url();background-position:-48px -72px;width:24px;height:24px}.flag-ba{background-image:url();background-position:-72px -72px;width:24px;height:24px}.flag-bb{background-image:url();background-position:-96px 0px;width:24px;height:24px}.flag-bd{background-image:url();background-position:-96px -24px;width:24px;height:24px}.flag-be{background-image:url();background-position:-96px -48px;width:24px;height:24px}.flag-bf{background-image:url();background-position:-96px -72px;width:24px;height:24px}.flag-bg{background-image:url();background-position:0px -96px;width:24px;height:24px}.flag-bh{background-image:url();background-position:-24px -96px;width:24px;height:24px}.flag-bi{background-image:url();background-position:-48px -96px;width:24px;height:24px}.flag-bj{background-image:url();background-position:-72px -96px;width:24px;height:24px}.flag-bl{background-image:url();background-position:-96px -96px;width:24px;height:24px}.flag-bm{background-image:url();background-position:-120px 0px;width:24px;height:24px}.flag-bn{background-image:url();background-position:-120px -24px;width:24px;height:24px}.flag-bo{background-image:url();background-position:-120px -48px;width:24px;height:24px}.flag-bq{background-image:url();background-position:-120px -72px;width:24px;height:24px}.flag-br{background-image:url();background-position:-120px -96px;width:24px;height:24px}.flag-bs{background-image:url();background-position:0px -120px;width:24px;height:24px}.flag-bt{background-image:url();background-position:-24px -120px;width:24px;height:24px}.flag-bv{background-image:url();background-position:-48px -120px;width:24px;height:24px}.flag-bw{background-image:url();background-position:-72px -120px;width:24px;height:24px}.flag-by{background-image:url();background-position:-96px -120px;width:24px;height:24px}.flag-bz{background-image:url();background-position:-120px -120px;width:24px;height:24px}.flag-ca{background-image:url();background-position:-144px 0px;width:24px;height:24px}.flag-cc{background-image:url();background-position:-144px -24px;width:24px;height:24px}.flag-cd{background-image:url();background-position:-144px -48px;width:24px;height:24px}.flag-cf{background-image:url();background-position:-144px -72px;width:24px;height:24px}.flag-cg{background-image:url();background-position:-144px -96px;width:24px;height:24px}.flag-ch{background-image:url();background-position:-144px -120px;width:24px;height:24px}.flag-ci{background-image:url();background-position:0px -144px;width:24px;height:24px}.flag-ck{background-image:url();background-position:-24px -144px;width:24px;height:24px}.flag-cl{background-image:url();background-position:-48px -144px;width:24px;height:24px}.flag-cm{background-image:url();background-position:-72px -144px;width:24px;height:24px}.flag-cn{background-image:url();background-position:-96px -144px;width:24px;height:24px}.flag-co{background-image:url();background-position:-120px -144px;width:24px;height:24px}.flag-cr{background-image:url();background-position:-144px -144px;width:24px;height:24px}.flag-cu{background-image:url();background-position:-168px 0px;width:24px;height:24px}.flag-cv{background-image:url();background-position:-168px -24px;width:24px;height:24px}.flag-cw{background-image:url();background-position:-168px -48px;width:24px;height:24px}.flag-cx{background-image:url();background-position:-168px -72px;width:24px;height:24px}.flag-cy{background-image:url();background-position:-168px -96px;width:24px;height:24px}.flag-cz{background-image:url();background-position:-168px -120px;width:24px;height:24px}.flag-de{background-image:url();background-position:-168px -144px;width:24px;height:24px}.flag-dj{background-image:url();background-position:0px -168px;width:24px;height:24px}.flag-dk{background-image:url();background-position:-24px -168px;width:24px;height:24px}.flag-dm{background-image:url();background-position:-48px -168px;width:24px;height:24px}.flag-do{background-image:url();background-position:-72px -168px;width:24px;height:24px}.flag-dz{background-image:url();background-position:-96px -168px;width:24px;height:24px}.flag-ec{background-image:url();background-position:-120px -168px;width:24px;height:24px}.flag-ee{background-image:url();background-position:-144px -168px;width:24px;height:24px}.flag-eg{background-image:url();background-position:-168px -168px;width:24px;height:24px}.flag-eh{background-image:url();background-position:-192px 0px;width:24px;height:24px}.flag-er{background-image:url();background-position:-192px -24px;width:24px;height:24px}.flag-es{background-image:url();background-position:-192px -48px;width:24px;height:24px}.flag-et{background-image:url();background-position:-192px -72px;width:24px;height:24px}.flag-fi{background-image:url();background-position:-192px -96px;width:24px;height:24px}.flag-fj{background-image:url();background-position:-192px -120px;width:24px;height:24px}.flag-fk{background-image:url();background-position:-192px -144px;width:24px;height:24px}.flag-fm{background-image:url();background-position:-192px -168px;width:24px;height:24px}.flag-fo{background-image:url();background-position:0px -192px;width:24px;height:24px}.flag-fr{background-image:url();background-position:-24px -192px;width:24px;height:24px}.flag-ga{background-image:url();background-position:-48px -192px;width:24px;height:24px}.flag-gb{background-image:url();background-position:-72px -192px;width:24px;height:24px}.flag-gd{background-image:url();background-position:-96px -192px;width:24px;height:24px}.flag-ge{background-image:url();background-position:-120px -192px;width:24px;height:24px}.flag-gf{background-image:url();background-position:-144px -192px;width:24px;height:24px}.flag-gg{background-image:url();background-position:-168px -192px;width:24px;height:24px}.flag-gh{background-image:url();background-position:-192px -192px;width:24px;height:24px}.flag-gi{background-image:url();background-position:-216px 0px;width:24px;height:24px}.flag-gl{background-image:url();background-position:-216px -24px;width:24px;height:24px}.flag-gm{background-image:url();background-position:-216px -48px;width:24px;height:24px}.flag-gn{background-image:url();background-position:-216px -72px;width:24px;height:24px}.flag-gp{background-image:url();background-position:-216px -96px;width:24px;height:24px}.flag-gq{background-image:url();background-position:-216px -120px;width:24px;height:24px}.flag-gr{background-image:url();background-position:-216px -144px;width:24px;height:24px}.flag-gs{background-image:url();background-position:-216px -168px;width:24px;height:24px}.flag-gt{background-image:url();background-position:-216px -192px;width:24px;height:24px}.flag-gu{background-image:url();background-position:0px -216px;width:24px;height:24px}.flag-gw{background-image:url();background-position:-24px -216px;width:24px;height:24px}.flag-gy{background-image:url();background-position:-48px -216px;width:24px;height:24px}.flag-hk{background-image:url();background-position:-72px -216px;width:24px;height:24px}.flag-hn{background-image:url();background-position:-96px -216px;width:24px;height:24px}.flag-hr{background-image:url();background-position:-120px -216px;width:24px;height:24px}.flag-ht{background-image:url();background-position:-144px -216px;width:24px;height:24px}.flag-hu{background-image:url();background-position:-168px -216px;width:24px;height:24px}.flag-id{background-image:url();background-position:-192px -216px;width:24px;height:24px}.flag-ie{background-image:url();background-position:-216px -216px;width:24px;height:24px}.flag-il{background-image:url();background-position:-240px 0px;width:24px;height:24px}.flag-im{background-image:url();background-position:-240px -24px;width:24px;height:24px}.flag-in{background-image:url();background-position:-240px -48px;width:24px;height:24px}.flag-io{background-image:url();background-position:-240px -72px;width:24px;height:24px}.flag-iq{background-image:url();background-position:-240px -96px;width:24px;height:24px}.flag-ir{background-image:url();background-position:-240px -120px;width:24px;height:24px}.flag-is{background-image:url();background-position:-240px -144px;width:24px;height:24px}.flag-it{background-image:url();background-position:-240px -168px;width:24px;height:24px}.flag-je{background-image:url();background-position:-240px -192px;width:24px;height:24px}.flag-jm{background-image:url();background-position:-240px -216px;width:24px;height:24px}.flag-jo{background-image:url();background-position:0px -240px;width:24px;height:24px}.flag-jp{background-image:url();background-position:-24px -240px;width:24px;height:24px}.flag-ke{background-image:url();background-position:-48px -240px;width:24px;height:24px}.flag-kg{background-image:url();background-position:-72px -240px;width:24px;height:24px}.flag-kh{background-image:url();background-position:-96px -240px;width:24px;height:24px}.flag-ki{background-image:url();background-position:-120px -240px;width:24px;height:24px}.flag-km{background-image:url();background-position:-144px -240px;width:24px;height:24px}.flag-kn{background-image:url();background-position:-168px -240px;width:24px;height:24px}.flag-kp{background-image:url();background-position:-192px -240px;width:24px;height:24px}.flag-kr{background-image:url();background-position:-216px -240px;width:24px;height:24px}.flag-kw{background-image:url();background-position:-240px -240px;width:24px;height:24px}.flag-ky{background-image:url();background-position:-264px 0px;width:24px;height:24px}.flag-kz{background-image:url();background-position:-264px -24px;width:24px;height:24px}.flag-la{background-image:url();background-position:-264px -48px;width:24px;height:24px}.flag-lb{background-image:url();background-position:-264px -72px;width:24px;height:24px}.flag-lc{background-image:url();background-position:-264px -96px;width:24px;height:24px}.flag-li{background-image:url();background-position:-264px -120px;width:24px;height:24px}.flag-lk{background-image:url();background-position:-264px -144px;width:24px;height:24px}.flag-lr{background-image:url();background-position:-264px -168px;width:24px;height:24px}.flag-ls{background-image:url();background-position:-264px -192px;width:24px;height:24px}.flag-lt{background-image:url();background-position:-264px -216px;width:24px;height:24px}.flag-lu{background-image:url();background-position:-264px -240px;width:24px;height:24px}.flag-lv{background-image:url();background-position:0px -264px;width:24px;height:24px}.flag-ly{background-image:url();background-position:-24px -264px;width:24px;height:24px}.flag-ma{background-image:url();background-position:-48px -264px;width:24px;height:24px}.flag-mc{background-image:url();background-position:-72px -264px;width:24px;height:24px}.flag-md{background-image:url();background-position:-96px -264px;width:24px;height:24px}.flag-me{background-image:url();background-position:-120px -264px;width:24px;height:24px}.flag-mf{background-image:url();background-position:-144px -264px;width:24px;height:24px}.flag-mg{background-image:url();background-position:-168px -264px;width:24px;height:24px}.flag-mh{background-image:url();background-position:-192px -264px;width:24px;height:24px}.flag-mk{background-image:url();background-position:-216px -264px;width:24px;height:24px}.flag-ml{background-image:url();background-position:-240px -264px;width:24px;height:24px}.flag-mm{background-image:url();background-position:-264px -264px;width:24px;height:24px}.flag-mn{background-image:url();background-position:-288px 0px;width:24px;height:24px}.flag-mo{background-image:url();background-position:-288px -24px;width:24px;height:24px}.flag-mp{background-image:url();background-position:-288px -48px;width:24px;height:24px}.flag-mq{background-image:url();background-position:-288px -72px;width:24px;height:24px}.flag-mr{background-image:url();background-position:-288px -96px;width:24px;height:24px}.flag-ms{background-image:url();background-position:-288px -120px;width:24px;height:24px}.flag-mt{background-image:url();background-position:-288px -144px;width:24px;height:24px}.flag-mu{background-image:url();background-position:-288px -168px;width:24px;height:24px}.flag-mv{background-image:url();background-position:-288px -192px;width:24px;height:24px}.flag-mw{background-image:url();background-position:-288px -216px;width:24px;height:24px}.flag-mx{background-image:url();background-position:-288px -240px;width:24px;height:24px}.flag-my{background-image:url();background-position:-288px -264px;width:24px;height:24px}.flag-mz{background-image:url();background-position:0px -288px;width:24px;height:24px}.flag-na{background-image:url();background-position:-24px -288px;width:24px;height:24px}.flag-nc{background-image:url();background-position:-48px -288px;width:24px;height:24px}.flag-ne{background-image:url();background-position:-72px -288px;width:24px;height:24px}.flag-nf{background-image:url();background-position:-96px -288px;width:24px;height:24px}.flag-ng{background-image:url();background-position:-120px -288px;width:24px;height:24px}.flag-ni{background-image:url();background-position:-144px -288px;width:24px;height:24px}.flag-nl{background-image:url();background-position:-168px -288px;width:24px;height:24px}.flag-no{background-image:url();background-position:-192px -288px;width:24px;height:24px}.flag-np{background-image:url();background-position:-216px -288px;width:24px;height:24px}.flag-nr{background-image:url();background-position:-240px -288px;width:24px;height:24px}.flag-nu{background-image:url();background-position:-264px -288px;width:24px;height:24px}.flag-nz{background-image:url();background-position:-288px -288px;width:24px;height:24px}.flag-om{background-image:url();background-position:-312px 0px;width:24px;height:24px}.flag-pa{background-image:url();background-position:-312px -24px;width:24px;height:24px}.flag-pe{background-image:url();background-position:-312px -48px;width:24px;height:24px}.flag-pf{background-image:url();background-position:-312px -72px;width:24px;height:24px}.flag-pg{background-image:url();background-position:-312px -96px;width:24px;height:24px}.flag-ph{background-image:url();background-position:-312px -120px;width:24px;height:24px}.flag-pk{background-image:url();background-position:-312px -144px;width:24px;height:24px}.flag-pl{background-image:url();background-position:-312px -168px;width:24px;height:24px}.flag-pm{background-image:url();background-position:-312px -192px;width:24px;height:24px}.flag-pn{background-image:url();background-position:-312px -216px;width:24px;height:24px}.flag-pr{background-image:url();background-position:-312px -240px;width:24px;height:24px}.flag-ps{background-image:url();background-position:-312px -264px;width:24px;height:24px}.flag-pt{background-image:url();background-position:-312px -288px;width:24px;height:24px}.flag-pw{background-image:url();background-position:0px -312px;width:24px;height:24px}.flag-py{background-image:url();background-position:-24px -312px;width:24px;height:24px}.flag-qa{background-image:url();background-position:-48px -312px;width:24px;height:24px}.flag-re{background-image:url();background-position:-72px -312px;width:24px;height:24px}.flag-ro{background-image:url();background-position:-96px -312px;width:24px;height:24px}.flag-rs{background-image:url();background-position:-120px -312px;width:24px;height:24px}.flag-ru{background-image:url();background-position:-144px -312px;width:24px;height:24px}.flag-rw{background-image:url();background-position:-168px -312px;width:24px;height:24px}.flag-sa{background-image:url();background-position:-192px -312px;width:24px;height:24px}.flag-sb{background-image:url();background-position:-216px -312px;width:24px;height:24px}.flag-sc{background-image:url();background-position:-240px -312px;width:24px;height:24px}.flag-sd{background-image:url();background-position:-264px -312px;width:24px;height:24px}.flag-se{background-image:url();background-position:-288px -312px;width:24px;height:24px}.flag-sg{background-image:url();background-position:-312px -312px;width:24px;height:24px}.flag-sh{background-image:url();background-position:-336px 0px;width:24px;height:24px}.flag-si{background-image:url();background-position:-336px -24px;width:24px;height:24px}.flag-sj{background-image:url();background-position:-336px -48px;width:24px;height:24px}.flag-sk{background-image:url();background-position:-336px -72px;width:24px;height:24px}.flag-sl{background-image:url();background-position:-336px -96px;width:24px;height:24px}.flag-sm{background-image:url();background-position:-336px -120px;width:24px;height:24px}.flag-sn{background-image:url();background-position:-336px -144px;width:24px;height:24px}.flag-so{background-image:url();background-position:-336px -168px;width:24px;height:24px}.flag-sr{background-image:url();background-position:-336px -192px;width:24px;height:24px}.flag-ss{background-image:url();background-position:-336px -216px;width:24px;height:24px}.flag-st{background-image:url();background-position:-336px -240px;width:24px;height:24px}.flag-sv{background-image:url();background-position:-336px -264px;width:24px;height:24px}.flag-sx{background-image:url();background-position:-336px -288px;width:24px;height:24px}.flag-sy{background-image:url();background-position:-336px -312px;width:24px;height:24px}.flag-sz{background-image:url();background-position:0px -336px;width:24px;height:24px}.flag-tc{background-image:url();background-position:-24px -336px;width:24px;height:24px}.flag-td{background-image:url();background-position:-48px -336px;width:24px;height:24px}.flag-tg{background-image:url();background-position:-72px -336px;width:24px;height:24px}.flag-th{background-image:url();background-position:-96px -336px;width:24px;height:24px}.flag-tj{background-image:url();background-position:-120px -336px;width:24px;height:24px}.flag-tk{background-image:url();background-position:-144px -336px;width:24px;height:24px}.flag-tl{background-image:url();background-position:-168px -336px;width:24px;height:24px}.flag-tm{background-image:url();background-position:-192px -336px;width:24px;height:24px}.flag-tn{background-image:url();background-position:-216px -336px;width:24px;height:24px}.flag-to{background-image:url();background-position:-240px -336px;width:24px;height:24px}.flag-tr{background-image:url();background-position:-264px -336px;width:24px;height:24px}.flag-tt{background-image:url();background-position:-288px -336px;width:24px;height:24px}.flag-tv{background-image:url();background-position:-312px -336px;width:24px;height:24px}.flag-tw{background-image:url();background-position:-336px -336px;width:24px;height:24px}.flag-tz{background-image:url();background-position:-360px 0px;width:24px;height:24px}.flag-ua{background-image:url();background-position:-360px -24px;width:24px;height:24px}.flag-ug{background-image:url();background-position:-360px -48px;width:24px;height:24px}.flag-us{background-image:url();background-position:-360px -72px;width:24px;height:24px}.flag-uy{background-image:url();background-position:-360px -96px;width:24px;height:24px}.flag-uz{background-image:url();background-position:-360px -120px;width:24px;height:24px}.flag-va{background-image:url();background-position:-360px -144px;width:24px;height:24px}.flag-vc{background-image:url();background-position:-360px -168px;width:24px;height:24px}.flag-ve{background-image:url();background-position:-360px -192px;width:24px;height:24px}.flag-vg{background-image:url();background-position:-360px -216px;width:24px;height:24px}.flag-vi{background-image:url();background-position:-360px -240px;width:24px;height:24px}.flag-vn{background-image:url();background-position:-360px -264px;width:24px;height:24px}.flag-vu{background-image:url();background-position:-360px -288px;width:24px;height:24px}.flag-wf{background-image:url();background-position:-360px -312px;width:24px;height:24px}.flag-ws{background-image:url();background-position:-360px -336px;width:24px;height:24px}.flag-xk{background-image:url();background-position:0px -360px;width:24px;height:24px}.flag-ye{background-image:url();background-position:-24px -360px;width:24px;height:24px}.flag-yt{background-image:url();background-position:-48px -360px;width:24px;height:24px}.flag-za{background-image:url();background-position:-72px -360px;width:24px;height:24px}.flag-zm{background-image:url();background-position:-96px -360px;width:24px;height:24px}.flag-zw{background-image:url();background-position:-120px -360px;width:24px;height:24px}.flag{display:inline-block}";export{x as gux_region_icon}
@@ -1 +0,0 @@
1
- import{r as a,c as t,h as e}from"./p-7d26b2e1.js";const i=class{constructor(e){a(this,e),this.guxactivepanelchange=t(this,"guxactivepanelchange",7),this.tabId=void 0,this.active=!1}async guxSetActive(a){this.active=a}watchActivePanel(){!0===this.active&&this.guxactivepanelchange.emit(this.tabId)}render(){return e("div",{id:`gux-${this.tabId}-panel`,role:"tabpanel","aria-labelledby":`gux-${this.tabId}-tab`,tabIndex:0,hidden:!this.active,"aria-live":"assertive"},e("slot",null))}static get watchers(){return{active:["watchActivePanel"]}}};i.style="gux-tab-advanced-panel div[role='tabpanel']:focus{outline:none}gux-tab-advanced-panel div[role='tabpanel']:focus-visible{outline:3px solid #aac9ff;outline-offset:1px;box-shadow:0 0 0 1px #fdfdfd}";export{i as gux_tab_advanced_panel}
@@ -1 +0,0 @@
1
- import{r as t,c as i,f as e,h as s,g as o,H as n}from"./p-7d26b2e1.js";import{O as r}from"./p-9d18d475.js";import{b as a}from"./p-deee079e.js";import{s as l}from"./p-d176c2ae.js";import{o as d,c as u}from"./p-3f5341ea.js";import{b as h}from"./p-091f51f6.js";import{t as c}from"./p-af4a6b41.js";import{O as x}from"./p-f34ce7dc.js";import{k as g,g as p,s as f,c as b,a as v,b as m,h as w,d as y,e as F,f as j,i as k,j as L,m as E,o as C}from"./p-55cf6d81.js";import{w as O}from"./p-76ff3e75.js";import{r as T}from"./p-cbcbd1bb.js";import"./p-8a133b9b.js";const A={filterResults:"Type to filter dropdown results",noSelection:"Select...",dropdown:"Dropdown"};var I=function(t,i,e,s){var o,n=arguments.length,r=n<3?i:null===s?s=Object.getOwnPropertyDescriptor(i,e):s;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)r=Reflect.decorate(t,i,e,s);else for(var a=t.length-1;a>=0;a--)(o=t[a])&&(r=(n<3?o(r):n>3?o(i,e,r):o(i,e))||r);return n>3&&r&&Object.defineProperty(i,e,r),r};const S=class{constructor(e){t(this,e),this.guxexpanded=i(this,"guxexpanded",7),this.guxcollapsed=i(this,"guxcollapsed",7),this.guxfilter=i(this,"guxfilter",7),this.value=void 0,this.disabled=!1,this.required=!1,this.loading=!1,this.placeholder=void 0,this.filterable=!1,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))}}onInternallistboxoptionsupdated(t){t.stopPropagation(),e(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(){c(this.root),this.i18n=await a(this.root,A),d(this.root,(()=>{e(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,i){void 0!==t?this.getOptionElementByValue(t)&&(i.value=t):i&&(i.value=t)}applyListboxEventListeners(){var t,i;null===(t=this.listboxElement)||void 0===t||t.addEventListener("input",(t=>{t.stopPropagation(),this.updateValue(t.target.value)})),null===(i=this.listboxElement)||void 0===i||i.addEventListener("change",(t=>{t.stopPropagation()}))}stopPropagationOfInternalFocusEvents(t){if(this.root.contains(t.relatedTarget))return t.stopImmediatePropagation()}isFilterable(){return this.filterable||"starts-with"===this.filterType||"custom"===this.filterType}get optionElements(){return g(this.listboxElement)}getOptionElementByValue(t){return this.optionElements.find((i=>i.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(),void this.listboxElement.focus();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,l(this.root,"input"),l(this.root,"change")),this.collapseListbox("focusFieldButton")}getTypeaheadText(t){const i=t.length;if(i>0&&!this.loading){const e=p(this.listboxElement,t);if(e&&"custom"!==this.filterType)return e.textContent.trim().substring(i)}return""}renderTargetDisplay(){const t=this.getOptionElementByValue(this.value);return t?s("div",{class:"gux-selected-option"},this.renderSelectedItem(t)):s("div",{class:"gux-placeholder"},this.placeholder||this.i18n("noSelection"))}renderSelectedItem(t){const i=t.tagName.toLowerCase();switch(i){case"gux-option":return s("gux-truncate",{ref:t=>this.truncateElement=t},t.textContent);case"gux-option-icon":return this.renderIconOption(t);default:return i}}renderIconOption(t){let i=null;return null!==t.iconColor&&(i={color:t.iconColor}),s("span",{class:"gux-selected-icon"},s("gux-icon",{"icon-name":t.iconName,style:i,decorative:!0}),s("gux-truncate",{ref:t=>this.truncateElement=t},t.textContent))}renderFilterInputField(){if(this.expanded&&this.isFilterable())return s("div",{class:"gux-field gux-input-field"},s("div",{class:"gux-field-content"},s("div",{class:"gux-filter"},s("div",{class:"gux-filter-display"},s("span",{class:"gux-filter-text"},this.filter),s("span",{class:"gux-filter-suggestion"},this.getTypeaheadText(this.filter))),s("div",{class:"input-and-dropdown-button"},s("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 s("div",{slot:"popup",class:"gux-listbox-container"},s("slot",null))}renderTarget(){return s("div",{class:{"gux-target-container-expanded":this.expanded&&this.isFilterable(),"gux-target-container-collapsed":!(this.expanded&&this.isFilterable()),"gux-error":this.hasError},slot:"target"},this.renderFilterInputField(),s("button",{type:"button",class:"gux-field gux-field-button",disabled:u(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(),s("gux-icon",{class:{"gux-expand-icon":!0},"screenreader-text":this.i18n("dropdown"),iconName:"chevron-small-down"})))}renderTargetContent(){if(!this.expanded||!this.isFilterable())return s("div",{class:"gux-field-content"},this.renderTargetDisplay())}renderRadialLoading(){if(this.loading&&!this.expanded)return s("gux-radial-loading",{context:"input"})}render(){return s("gux-popup",{expanded:this.expanded&&(!this.loading||this.isFilterable()),disabled:this.disabled},this.renderTarget(),this.renderPopup())}static get delegatesFocus(){return!0}get root(){return o(this)}static get watchers(){return{expanded:["watchExpanded"],value:["watchValue"],filter:["handleFilter"]}}};I([r({triggerEvents:"mousedown"})],S.prototype,"onClickOutside",null),I([x({childList:!0,subtree:!0})],S.prototype,"onMutation",null),S.style=":host{color:#2e394c}.gux-field,.gux-target-container-expanded{all:unset;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:nowrap;align-content:stretch;align-items:center;justify-content:center;width:100%;height:32px;padding:6px 8px;font-family:inherit;font-size:12px;line-height:1.6667;cursor:pointer;background-color:#f6f7f9}.gux-error.gux-target-container-collapsed .gux-field-button,.gux-error.gux-target-container-expanded{border-color:#ea0b0b}.gux-field.gux-input-field{height:30px}.gux-field .gux-field-content{--gux-zindex-tooltip:3;display:flex;flex:1 1 0;flex-direction:row;flex-wrap:nowrap;align-content:stretch;align-items:flex-start;justify-content:flex-start;min-width:0;height:100%}.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:#2e394c}.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:#2e394c}.gux-field .gux-field-content .gux-filter .gux-filter-display .gux-filter-suggestion{color:#596373}.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:#596373}.gux-field .gux-expand-icon{flex:0 0 auto;align-self:auto;order:0;width:16px;height:16px;padding-left:8px;color:#596373}.gux-target-container-expanded{border:1px solid #6b7585;border-radius:4px;box-shadow:inset 0 0 4px rgba(32, 41, 55, 0.16)}.gux-target-container-expanded:focus-visible,.gux-target-container-expanded:focus-within{outline:3px solid #aac9ff;outline-offset:1px;box-shadow:0 0 0 1px #fdfdfd}.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:30px;padding:0 0 0 8px;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:1px solid #6b7585;border-radius:4px;box-shadow:inset 0 0 4px rgba(32, 41, 55, 0.16)}.gux-target-container-collapsed .gux-field-button:focus-visible,.gux-target-container-collapsed .gux-field-button:focus-within{outline:3px solid #aac9ff;outline-offset:1px;box-shadow:0 0 0 1px #fdfdfd}.gux-listbox-container{box-sizing:border-box;margin:0;color:#2e394c}gux-popup::part(gux-popup-container){width:inherit}.gux-selected-icon{display:flex;align-items:center}.gux-selected-icon gux-icon{width:16px;height:16px;padding-right:8px}";const B=["gux-option","gux-option-icon"].join(","),R={noMatches:"No matches",loading:"Loading..."},z=class{constructor(e){t(this,e),this.internallistboxoptionsupdated=i(this,"internallistboxoptionsupdated",7),this.value=void 0,this.filter="",this.filterType="none",this.loading=!1,this.selectedValues=[],this.listboxOptions=[],this.allListboxOptionsFiltered=void 0}onFocus(){f(this.root)}onBlur(){b(this.root)}onKeydown(t){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(),j(this.root)):m(this.root));case"ArrowUp":return t.preventDefault(),void(w(this.root)?(t.stopPropagation(),y(this.root)):v(this.root));case"Home":return t.preventDefault(),void m(this.root);case"End":return t.preventDefault(),void v(this.root);case" ":return void t.preventDefault()}1!==t.key.length||L(this.root,t.key)}onKeyup(t){" "!==t.key||k(this.root,(t=>this.updateValue(t)))}onMousemove(){b(this.root)}onClick(t){O(B,t,(t=>{C(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),l(this.root,"input"),l(this.root,"change")}async componentWillLoad(){c(this.root),this.i18n=await a(this.root,R),this.setListboxOptions()}componentWillRender(){this.listboxOptions.forEach((t=>{t.selected=t.value===this.value,"custom"!==this.filterType&&(t.filtered=!E(t,this.filter))})),this.allListboxOptionsFiltered=0===this.listboxOptions.filter((t=>!t.filtered)).length,!this.allListboxOptionsFiltered&&this.filter?m(this.root):b(this.root)}renderHiddenSlot(){return s("div",{hidden:!0},s("slot",{onSlotchange:()=>this.setListboxOptions()}))}renderLoading(){return[s("div",{class:"gux-message-container"},s("gux-radial-loading",{context:"modal"}),s("span",null,this.i18n("loading"))),this.renderHiddenSlot()]}renderAllListboxOptionsFiltered(){return[s("div",{class:"gux-message-container"},s("div",{class:"gux-no-matches"},this.i18n("noMatches"))),this.renderHiddenSlot()]}render(){return this.loading?this.renderLoading():this.allListboxOptionsFiltered?this.renderAllListboxOptionsFiltered():s(n,{role:"listbox",tabindex:0},s("slot",{onSlotchange:()=>this.setListboxOptions()}))}get root(){return o(this)}};z.style=":host{box-sizing:border-box;display:block;max-height:20rem;padding:8px 0;margin:0;overflow-y:auto;color:#2e394c;background:#fdfdfd;border:1px solid #b4bccb;border-radius:4px;outline:none}:host(:focus){outline:3px solid #aac9ff;outline-offset:1px;box-shadow:0 0 0 1px #fdfdfd}.gux-message-container{display:flex;flex-direction:column;flex-wrap:nowrap;align-content:stretch;align-items:center;justify-content:center}.gux-message-container .gux-no-matches{box-sizing:border-box;height:32px;padding:8px 16px;color:#2e394c}";const D=class{constructor(i){t(this,i),this.value=void 0,this.active=!1,this.selected=!1,this.disabled=!1,this.filtered=!1,this.hovered=!1}onmouseenter(){this.hovered=!0}onMouseleave(){this.hovered=!1}handleActive(t){var i,e;t?null===(i=this.truncateElement)||void 0===i||i.setShowTooltip():null===(e=this.truncateElement)||void 0===e||e.setHideTooltip()}componentWillLoad(){this.root.id=this.root.id||T("gux-option")}getAriaSelected(){return!this.disabled&&(this.selected?"true":"false")}render(){return s(n,{role:"option",class:{"gux-active":this.active,"gux-disabled":this.disabled,"gux-filtered":this.filtered,"gux-hovered":this.hovered,"gux-selected":this.selected},"aria-selected":this.getAriaSelected(),"aria-disabled":this.disabled.toString()},s("gux-truncate",{ref:t=>this.truncateElement=t},s("slot",null)))}get root(){return o(this)}static get watchers(){return{active:["handleActive"]}}};D.style="gux-option{box-sizing:border-box;display:flex;height:32px;padding:6px 8px;color:#2e394c;word-wrap:break-word;cursor:pointer}gux-option.gux-disabled{pointer-events:none;cursor:default;opacity:0.5}gux-option.gux-selected{background:#deeaff}gux-option.gux-active,gux-option.gux-hovered:not(:disabled){color:#fdfdfd;background:#2a60c8}gux-option.gux-filtered{display:none}gux-option .gux-slot-container{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}";export{S as gux_dropdown,z as gux_listbox,D as gux_option}
@@ -1 +0,0 @@
1
- import{r as t,c as i,h as e}from"./p-7d26b2e1.js";import{a as s,c as a,o as n,f as o,d as p,s as d}from"./p-ec218689.js";const r=class{constructor(e){t(this,e),this.internalexpanded=i(this,"internalexpanded",7),this.internalcollapsed=i(this,"internalcollapsed",7),this.expanded=!1,this.disabled=!1}runUpdatePosition(){this.cleanupUpdatePosition=s(this.targetElementContainer,this.popupElementContainer,(()=>this.updatePosition()),{ancestorScroll:!0,elementResize:!0,animationFrame:!0,ancestorResize:!0})}updatePosition(){if(this.targetElementContainer&&this.popupElementContainer){const t=this.popupElementContainer,i=this.targetElementContainer;a(this.targetElementContainer,this.popupElementContainer,{strategy:"fixed",placement:"bottom-start",middleware:[n(2),o(),p({apply({rects:e}){Object.assign(t.style,{minWidth:`${e.reference.width}px`}),Object.assign(i.style,{width:`${e.reference.width}px`})}}),d()]}).then((({x:t,y:i})=>{Object.assign(this.popupElementContainer.style,{left:`${t}px`,top:`${i}px`})}))}}onExpandedChange(t){t?this.internalexpanded.emit():this.internalcollapsed.emit()}componentDidLoad(){this.expanded&&this.runUpdatePosition()}componentDidUpdate(){this.expanded?this.runUpdatePosition():this.cleanupUpdatePosition&&this.cleanupUpdatePosition()}disconnectedCallback(){this.cleanupUpdatePosition&&this.cleanupUpdatePosition()}render(){return e("div",{class:{"gux-target-container":!0,"gux-disabled":this.disabled},ref:t=>this.targetElementContainer=t},e("slot",{name:"target"}),e("div",{part:"gux-popup-container",class:{"gux-popup-container":!0,"gux-expanded":this.expanded&&!this.disabled},ref:t=>this.popupElementContainer=t},e("slot",{name:"popup"})))}static get watchers(){return{expanded:["onExpandedChange"]}}};r.style=".gux-target-container.gux-disabled{pointer-events:none;cursor:default;opacity:0.5}.gux-popup-container{position:fixed;z-index:var(--gux-zindex-popup, 1);width:max-content;visibility:hidden}.gux-popup-container.gux-expanded{visibility:visible}";export{r as gux_popup}
@@ -1 +0,0 @@
1
- const t="4.0.0-beta.4",e=20,n=3e4,o=[function(t){const[e,n,...o]=t.split(".");return{name:"spark-library",metadata:{fullVersion:`${e}.${n}.${o.join(".")}`,majorVersion:e,minorVersion:`${e}.${n}`}}}(t)];function i(){const t=window.newrelic;if(t){for(let r=0;r<e;r++){if(0==o.length)return void setTimeout(i,n);const e=o.shift();t.addPageAction(e.name,Object.assign(Object.assign({},e.metadata),{queueDepth:o.length}))}setTimeout(i,n)}}let r=!1;function a(e,n){window.newrelic&&(r||(r=!0,i()),document.contains(e)&&o.push({name:"spark-component",metadata:Object.assign(Object.assign({},n),{component:e.tagName.toLowerCase(),version:t})}))}export{a as t}
@@ -1 +0,0 @@
1
- import{r as t,f as r,h as s,g as a}from"./p-7d26b2e1.js";import{b as e}from"./p-deee079e.js";import{t as i}from"./p-af4a6b41.js";import"./p-8a133b9b.js";const n={breadcrumbs:"Breadcrumbs"},o=class{constructor(r){t(this,r),this.accent="primary"}componentWillLoad(){i(this.root,{variant:this.accent})}async componentWillRender(){this.i18n=await e(this.root,n)}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)}};o.style="ol{list-style:none;margin:0;padding:0;display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start;align-items:center;justify-content:flex-start}";export{o as gux_breadcrumbs}
@@ -1 +0,0 @@
1
- import{a as t,r as i,h as e,g as s}from"./p-7d26b2e1.js";import{t as r}from"./p-af4a6b41.js";import{l as n}from"./p-d0805f56.js";const a=new Map;async function o(i){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){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}
@@ -1 +0,0 @@
1
- import{h as e}from"./p-7d26b2e1.js";import{r as i}from"./p-cbcbd1bb.js";import{l as o}from"./p-d0805f56.js";import{s as r}from"./p-d176c2ae.js";import{h as a}from"./p-08bc2e6b.js";const t=({show:i},o)=>e("div",{class:{"gux-form-field-help":!0,"gux-show":i}},e("div",{class:"gux-message"},o)),s=({show:i},o)=>e("div",{class:{"gux-form-field-error":!0,"gux-show":i}},e("gux-icon",{"icon-name":"alert-warning-octogon",decorative:!0}),e("div",{class:"gux-message"},o));function l(e,i,o){e.value=i,r(e,"input"),r(e,"change"),o&&e.focus()}function n(e){l(e,"",!0)}function d(e){return Boolean(null==e?void 0:e.value)}function f(e,i){if(e)return["above","beside","screenreader"].includes(i)?i:e.offsetWidth>1&&e.offsetWidth<40?"beside":"above"}function c(e,r){var t,s,l,n;if(function(e){return Boolean(e.querySelector('label[slot="label"]'))}(e)){const a=e.querySelector('label[slot="label"]'),t=Boolean(r.hasAttribute("id")),s=Boolean(a.hasAttribute("for"));if(!t&&s)o(e,'A "for" attribute has been provided on the label but there is no corresponding id on the input. Either provide an id on the input or omit the "for" attribute from the label. If there is no input id and no "for" attribute provided, the component will automatically generate an id and link it to the "for" attribute.');else if(t)if(t&&!s){const e=r.getAttribute("id");a.setAttribute("for",e)}else t&&s&&r.getAttribute("id")!==a.getAttribute("for")&&o(e,"The input id and label for attribute should match.");else{const e=i("gux-form-field-input");r.setAttribute("id",e),a.setAttribute("for",e)}}else o(e,'A label is required for this component. If a visual label is not needed for this use case, please add localized text for a screenreader and set the label-position attribute to "screenreader" to visually hide the label.');if(a(e,"error")){const o=e.querySelector('[slot="error"]'),a=i("gux-form-field-error"),s=(null===(t=r.getAttribute("aria-describedby"))||void 0===t?void 0:t.split(" ").filter((e=>!e.startsWith("gux-form-field-error"))))||[];o.setAttribute("id",a),s.push(a),s&&r.setAttribute("aria-describedby",s.join(" "))}else if(r.getAttribute("aria-describedby")){const e=(null===(s=r.getAttribute("aria-describedby"))||void 0===s?void 0:s.split(" ").filter((e=>!e.startsWith("gux-form-field-error"))))||[];r.setAttribute("aria-describedby",e.join(" "))}if(a(e,"help")){const o=e.querySelector('[slot="help"]'),a=i("gux-form-field-help"),t=(null===(l=r.getAttribute("aria-describedby"))||void 0===l?void 0:l.split(" ").filter((e=>!e.startsWith("gux-form-field-help"))))||[];o.setAttribute("id",a),t.push(a),t&&r.setAttribute("aria-describedby",t.join(" "))}else if(r.getAttribute("aria-describedby")){const e=(null===(n=r.getAttribute("aria-describedby"))||void 0===n?void 0:n.split(" ").filter((e=>!e.startsWith("gux-form-field-help"))))||[];r.setAttribute("aria-describedby",e.join(" "))}}function u(e,o,r,t){var s;if(a(e,t)){const a=e.querySelector(`[slot=${t}]`),l=i(`gux-${t}`),n=(null===(s=r.getAttribute(o))||void 0===s?void 0:s.split(" ").filter((e=>!e.startsWith(`gux-${t}`))))||[];a.setAttribute("id",l),null==n||n.push(l),n&&r.setAttribute(o,n.join(" "))}}function b(e,i,o){u(e,"aria-labelledby",i,o)}function h(e,i,o){u(e,"aria-describedby",i,o)}function p(e,i){const r=e.querySelector(i);return r||o(e,`This component requires an input element that matches the following selector: ${i}`),r}export{s as G,t as a,f as b,h as c,n as d,l as e,p as g,d as h,b as s,c as v}
@@ -1 +0,0 @@
1
- import{r as e,h as t,g as i}from"./p-7d26b2e1.js";import{b as r}from"./p-deee079e.js";import{O as s}from"./p-f34ce7dc.js";import{a as o,o as a}from"./p-3701eff0.js";import{h as n}from"./p-08bc2e6b.js";import{G as l,g as h,a as f}from"./p-17385760.js";import{G as p,a as d,v as g,b as x}from"./p-b3c9fd06.js";import{t as u}from"./p-af4a6b41.js";import"./p-8a133b9b.js";import"./p-cbcbd1bb.js";import"./p-d0805f56.js";import"./p-d176c2ae.js";const c={required:"Required"};const m=class{constructor(t){e(this,t),this.labelPosition=void 0,this.computedLabelPosition="above",this.disabled=void 0,this.required=void 0,this.hasError=!1,this.hasHelp=!1}watchValue(e){const t=this.root.querySelector("gux-time-picker-beta");t&&(t.hasError=e)}onMutation(){this.hasError=n(this.root,"error"),this.hasHelp=n(this.root,"help")}async componentWillLoad(){this.getI18nValue=await r(this.root,c),this.setInput(),this.setLabel(),this.hasError=n(this.root,"error"),this.hasHelp=n(this.root,"help"),u(this.root,{variant:this.variant})}disconnectedCallback(){this.disabledObserver&&this.disabledObserver.disconnect(),this.requiredObserver&&this.requiredObserver.disconnect()}render(){return t(f,{labelPosition:this.computedLabelPosition},t(l,{position:this.computedLabelPosition,required:this.required},t("slot",{name:"label",onSlotchange:()=>this.setLabel()}),this.renderScreenReaderText(this.getI18nValue("required"),this.required),this.renderScreenReaderText(h(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-time-picker-container":!0,"gux-disabled":this.disabled}},t("slot",null))),t(p,{show:this.hasError},t("slot",{name:"error"})),t(d,{show:!this.hasError&&this.hasHelp},t("slot",{name:"help"}))))}renderScreenReaderText(e,i=!0){if(i)return t("gux-screen-reader-beta",null,e)}get variant(){return`timePicker-${this.labelPosition?this.labelPosition.toLowerCase():"none"}`}setInput(){this.timePickerElement=this.root.querySelector("gux-time-picker-beta"),this.disabled=this.timePickerElement.disabled,this.required=this.timePickerElement.required,this.disabledObserver=o(this.timePickerElement,(e=>{this.disabled=e})),this.requiredObserver=a(this.timePickerElement,(e=>{this.required=e})),g(this.root,this.timePickerElement)}setLabel(){this.label=this.root.querySelector('label[slot="label"]'),this.computedLabelPosition=x(this.label,this.labelPosition)}get root(){return i(this)}static get watchers(){return{hasError:["watchValue"]}}};(function(e,t,i,r){var s,o=arguments.length,a=o<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,i):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,i,r);else for(var n=e.length-1;n>=0;n--)(s=e[n])&&(a=(o<3?s(a):o>3?s(t,i,a):s(t,i))||a);o>3&&a&&Object.defineProperty(t,i,a)})([s({childList:!0,subtree:!0})],m.prototype,"onMutation",null),m.style=".gux-form-field-fieldset-container{display:flex;min-width:0;padding:0;margin:var(--gux-form-field-fieldset-container-margin-top, 16px) 0 var(--gux-form-field-fieldset-container-margin-bottom, 16px) 0;border:none}.gux-form-field-error{display:none;flex-direction:row;flex-wrap:nowrap;align-content:stretch;align-items:flex-start;justify-content:flex-start;margin:4px 0;font-size:12px;line-height:20px;color:#2e394c}.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:16px;min-height:16px;margin:2px 4px 0 0;color:#ea0b0b}.gux-form-field-error .gux-message{flex:0 1 auto;align-self:auto;order:0}.gux-form-field-legend-label{padding:0}.gux-form-field-legend-label.gux-required::after{font-size:12px;color:#ea0b0b;content:' *'}.gux-form-field-legend-label.gux-beside{position:relative;top:8px;float:left;width:fit-content;min-width:45px;margin-right:8px}.gux-form-field-legend-label.gux-above{margin-bottom:8px}.gux-form-field-legend-label.gux-screenreader{position:absolute;top:auto;left:-10000px;width:1px;height:1px;overflow:hidden}.gux-form-field-help{display:none;flex-direction:row;flex-wrap:nowrap;align-content:stretch;align-items:flex-start;justify-content:flex-start;margin:4px 0;font-size:12px;font-weight:400;line-height:20px;color:#6b7585}.gux-form-field-help.gux-show{display:flex}.gux-form-field-help .gux-message{flex:0 1 auto;align-self:none;order:0}::slotted(label){font-family:Roboto, sans-serif;font-weight:400;font-weight:700;font-size:12px;line-height:16px}.gux-input-and-error-container{flex-grow:1}";export{m as gux_form_field_time_picker}
@@ -1 +0,0 @@
1
- import{r as t,h as s,H as e,g as i}from"./p-7d26b2e1.js";import{r as o}from"./p-cbcbd1bb.js";import{t as r}from"./p-af4a6b41.js";import{b as n}from"./p-deee079e.js";import{O as a}from"./p-9d18d475.js";import{b as c}from"./p-091f51f6.js";import{w as h}from"./p-76ff3e75.js";import"./p-8a133b9b.js";const l={contextMenuScreenreaderText:"Context menu"};const p=class{constructor(s){t(this,s),this.buttonId=o(),this.screenreaderText="",this.isOpen=!1}onClickOutside(){this.isOpen=!1}handleKeyDown(t){const s=t.composedPath().includes(this.listElement),e=t.composedPath().includes(this.button);switch(t.key){case"Escape":s&&(t.preventDefault(),this.isOpen=!1,this.button.focus());break;case"Tab":this.isOpen=!1;break;case"ArrowDown":case"Enter":e&&!this.isOpen&&(t.preventDefault(),this.isOpen=!0,this.focusFirstListItem());break;case"ArrowUp":e&&!this.isOpen&&(t.preventDefault(),this.isOpen=!0,this.focusLastListItem())}}handleKeyup(t){" "===t.key&&t.composedPath().includes(this.button)&&(t.preventDefault(),this.isOpen=!0,this.focusFirstListItem())}focusFirstListItem(){c((()=>{this.listElement.guxFocusFirstItem()}))}focusLastListItem(){c((()=>{this.listElement.guxFocusLastItem()}))}onButtonClick(){this.isOpen=!this.isOpen,this.isOpen&&this.focusFirstListItem()}onListClick(t){h("gux-list-item",t,(()=>{this.isOpen=!1,this.button.focus()}))}async componentWillLoad(){r(this.root),this.i18n=await n(this.root,l)}render(){return s(e,null,s("gux-popup",{expanded:this.isOpen},s("div",{slot:"target",class:"gux-button-container"},s("gux-button-slot-beta",{accent:"ghost"},s("button",{type:"button",onClick:()=>this.onButtonClick(),id:this.buttonId,ref:t=>this.button=t,"aria-haspopup":"true","aria-expanded":this.isOpen.toString()},s("gux-icon",{"icon-name":"menu-kebab-vertical","screenreader-text":this.screenreaderText||this.i18n("contextMenuScreenreaderText")})))),s("div",{slot:"popup",class:"gux-list-container"},s("gux-list",{onClick:t=>this.onListClick(t),ref:t=>this.listElement=t},s("slot",null)))))}static get delegatesFocus(){return!0}get root(){return i(this)}};(function(t,s,e,i){var o,r=arguments.length,n=r<3?s:null===i?i=Object.getOwnPropertyDescriptor(s,e):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(t,s,e,i);else for(var a=t.length-1;a>=0;a--)(o=t[a])&&(n=(r<3?o(n):r>3?o(s,e,n):o(s,e))||n);r>3&&n&&Object.defineProperty(s,e,n)})([a({triggerEvents:"click"})],p.prototype,"onClickOutside",null),p.style=":host{display:block;max-width:fit-content}gux-icon{width:16px;height:16px;color:#6b7585}.gux-list-container{width:128px;padding:8px 0;margin:0;text-align:left;list-style:none;background-color:#fdfdfd;border:1px solid #b4bccb;border-radius:4px;box-shadow:0 2px 4px rgba(32, 41, 55, 0.24)}";export{p as gux_context_menu_beta}
@@ -1 +0,0 @@
1
- import{r as t,h as o,g as s}from"./p-7d26b2e1.js";import{t as r}from"./p-af4a6b41.js";const n=class{constructor(o){t(this,o),this.singleOpenSection=!1}handleInternalsectionopened(t){t.stopImmediatePropagation(),this.singleOpenSection&&this.getAccordionSections().forEach((o=>{o!==t.target&&this.closeSection(o)}))}componentWillLoad(){this.singleOpenSection&&this.getAccordionSections().reduceRight(((t,o)=>(t&&this.closeSection(o),t||o.open)),!1),r(this.root)}getAccordionSections(){return Array.from(this.root.children)}closeSection(t){t.disabled||(t.open=!1)}render(){return o("slot",null)}get root(){return s(this)}};n.style="gux-accordion{-custom-noop:noop}";export{n as gux_accordion}
@@ -1 +0,0 @@
1
- import{r,h as s,g as t}from"./p-7d26b2e1.js";import{t as e}from"./p-af4a6b41.js";const a=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)}};a.style=":host{display:flex}.gux-spinner{margin:auto}";export{a as gux_page_loading_spinner}
@@ -1 +0,0 @@
1
- import{r as e,h as t,H as i,g as o}from"./p-7d26b2e1.js";import{c as s,o as l}from"./p-3f5341ea.js";import{O as r}from"./p-f34ce7dc.js";import{p as a}from"./p-c10e41a9.js";import{h as n}from"./p-08bc2e6b.js";import{G as d,a as p,g as f,v as c}from"./p-b3c9fd06.js";import{t as u}from"./p-af4a6b41.js";import"./p-cbcbd1bb.js";import"./p-d0805f56.js";import"./p-d176c2ae.js";const g=class{constructor(t){e(this,t),this.disabled=void 0,this.hasError=!1,this.hasHelp=!1}onMutation(){this.hasError=n(this.root,"error"),this.hasHelp=n(this.root,"help")}componentWillLoad(){this.setInput(),this.hasError=n(this.root,"error"),this.hasHelp=n(this.root,"help"),u(this.root)}disconnectedCallback(){this.disabledObserver&&this.disabledObserver.disconnect()}render(){return t(i,{class:{"gux-input-error":this.hasError,"gux-disabled":this.disabled}},t("div",{class:"gux-form-field-container"},t("div",{class:"gux-input-label"},t("div",{class:"gux-input"},t("slot",{name:"input",onSlotchange:()=>this.setInput()})),t("div",{class:"gux-label"},t("slot",{name:"label"}),t(d,{show:this.hasError},t("slot",{name:"error"})),t(p,{show:!this.hasError&&this.hasHelp},t("slot",{name:"help"}))))))}setInput(){this.input=f(this.root,'input[type="radio"][slot="input"]'),a(this.input),this.disabled=s(this.input),this.disabledObserver=l(this.input,(e=>{this.disabled=e})),c(this.root,this.input)}get root(){return o(this)}};(function(e,t,i,o){var s,l=arguments.length,r=l<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)r=Reflect.decorate(e,t,i,o);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(r=(l<3?s(r):l>3?s(t,i,r):s(t,i))||r);l>3&&r&&Object.defineProperty(t,i,r)})([r({childList:!0,subtree:!0})],g.prototype,"onMutation",null),g.style=".gux-form-field-error{display:none;flex-direction:row;flex-wrap:nowrap;align-content:stretch;align-items:flex-start;justify-content:flex-start;margin:4px 0;font-size:12px;line-height:20px;color:#2e394c}.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:16px;min-height:16px;margin:2px 4px 0 0;color:#ea0b0b}.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;align-content:stretch;align-items:flex-start;justify-content:flex-start;margin:4px 0;font-size:12px;font-weight:400;line-height:20px;color:#6b7585}.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;color:#2e394c}:host(.gux-disabled){cursor:not-allowed;opacity:0.5}:host(.gux-disabled) ::slotted(label){cursor:not-allowed}.gux-input-label{display:flex;flex-direction:row}.gux-input-label .gux-label{display:flex;flex-direction:column}::slotted(input[type='radio']){display:inline-grid;width:16px;height:16px;margin:4px;text-align:center;vertical-align:middle;-webkit-appearance:none;appearance:none;cursor:pointer;border:0;outline:none}::slotted(input[type='radio'])::before{grid-area:1;content:'';border-radius:50%}::slotted(input[type='radio']:focus-visible)::before{outline:3px solid #aac9ff;outline-offset:1px;box-shadow:0 0 0 1px #fdfdfd}::slotted(input[type='radio']:not(:checked))::before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 3.062C5.239 3.062 3 5.273 3 8s2.239 4.938 5 4.938c2.762 0 5-2.211 5-4.938s-2.238-4.938-5-4.938zm0 9a4 4 0 1 1 0-8 4 4 0 0 1 0 8z' fill-rule='evenodd' clip-rule='evenodd' fill='%2377828f'/%3E%3C/svg%3E\")}::slotted(input[type='radio']:not(:checked):not(:disabled):hover)::before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 3.062C5.239 3.062 3 5.273 3 8s2.239 4.938 5 4.938c2.762 0 5-2.211 5-4.938s-2.238-4.938-5-4.938zm0 9a4 4 0 1 1 0-8 4 4 0 0 1 0 8z' fill-rule='evenodd' clip-rule='evenodd' fill='%232a60c8'/%3E%3C/svg%3E\")}::slotted(input[type='radio']:checked)::before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8.026 5.262a2.8 2.8 0 1 0 .001 5.601 2.8 2.8 0 0 0-.001-5.601zm0-2.2c-2.761 0-5 2.211-5 4.938s2.239 4.938 5 4.938c2.762 0 5-2.211 5-4.938s-2.238-4.938-5-4.938zm0 9a4 4 0 1 1 0-8 4 4 0 0 1 0 8z' fill='%232a60c8'/%3E%3C/svg%3E\")}::slotted(input[type='radio']:disabled)::before{cursor:not-allowed;opacity:0.5}::slotted(label){display:inline-block;font-size:12px;line-height:24px;vertical-align:middle}";export{g as gux_form_field_radio}
@@ -1 +0,0 @@
1
- import{r as t,h as i,H as e,g as n}from"./p-7d26b2e1.js";import{c as r,o}from"./p-3f5341ea.js";import{O as a}from"./p-f34ce7dc.js";import{o as s}from"./p-3701eff0.js";import{p as g}from"./p-c10e41a9.js";import{h as l}from"./p-08bc2e6b.js";import{G as p,a as u,g as x,v as h,b as d}from"./p-b3c9fd06.js";import{a as c,G as f}from"./p-a733f4ca.js";import{t as b}from"./p-af4a6b41.js";import"./p-cbcbd1bb.js";import"./p-d0805f56.js";import"./p-d176c2ae.js";const m=class{constructor(i){t(this,i),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(t){this.updateValue(t.target.value)}onMousedown(){this.disabled||(this.active=!0)}onMouseup(){this.active=!1}onMutation(){this.hasError=l(this.root,"error"),this.hasHelp=l(this.root,"help")}componentWillLoad(){this.setInput(),this.setLabel(),this.hasError=l(this.root,"error"),this.hasHelp=l(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 i(e,{class:{"gux-active":this.active}},i(c,{labelPosition:this.computedLabelPosition},i(f,{position:this.computedLabelPosition,required:this.required},i("slot",{name:"label",onSlotchange:()=>this.setLabel()})),i("div",{class:"gux-input-and-error-container"},this.renderRangeInput(),i(p,{show:this.hasError},i("slot",{name:"error"})),i(u,{show:!this.hasError&&this.hasHelp},i("slot",{name:"help"})))))}get variant(){return this.labelPosition?this.labelPosition.toLowerCase():"none"}setInput(){this.input=x(this.root,'input[type="range"][slot="input"]'),g(this.input),this.disabled=r(this.input),this.required=this.input.required,this.value=this.input.value,this.disabledObserver=o(this.input,(t=>{this.disabled=t})),this.requiredObserver=s(this.input,(t=>{this.required=t})),clearInterval(this.valueWatcherId),this.valueWatcherId=setInterval((()=>{this.value!==this.input.value&&this.updateValue(this.input.value)}),100),h(this.root,this.input)}setLabel(){this.label=this.root.querySelector('label[slot="label"]'),this.computedLabelPosition=d(this.label,this.labelPosition)}renderRangeInput(){return i("div",{class:{"gux-range-input-container":!0,"gux-disabled":this.disabled}},i("div",{class:"gux-range"},i("div",{class:"gux-track"},i("div",{class:"gux-progress",ref:t=>this.progressElement=t})),i("slot",{name:"input"}),i("div",{class:{"gux-range-tooltip-container":!0,"gux-hidden":!this.valueInTooltip},ref:t=>this.sliderTooltipContainer=t},i("div",{class:"gux-range-tooltip",ref:t=>this.sliderTooltip=t},this.getDisplayValue()))),i("div",{class:{"gux-display":!0,"gux-hidden":this.valueInTooltip}},this.getDisplayValue()))}updateValue(t){this.value=t,this.updatePosition()}updatePosition(){const t=Number(this.input.value||0),i=Number(this.input.min||0),e=(t-i)/(Number(this.input.max||100)-i)*100;this.sliderTooltip&&(this.sliderTooltip.style.left=e-e/8/this.sliderTooltipContainer.offsetWidth*100+"%"),this.progressElement.style.width=`${e}%`}getDisplayValue(){return this.displayUnits?`${this.value}${this.displayUnits}`:this.value}get root(){return n(this)}};(function(t,i,e,n){var r,o=arguments.length,a=o<3?i:null===n?n=Object.getOwnPropertyDescriptor(i,e):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,i,e,n);else for(var s=t.length-1;s>=0;s--)(r=t[s])&&(a=(o<3?r(a):o>3?r(i,e,a):r(i,e))||a);o>3&&a&&Object.defineProperty(i,e,a)})([a({childList:!0,subtree:!0})],m.prototype,"onMutation",null),m.style=".gux-form-field-container{margin:var(--gux-form-field-container-margin-top, 16px) 0 var(--gux-form-field-container-margin-bottom, 16px) 0}.gux-form-field-container.gux-beside{display:flex;flex-direction:row}.gux-form-field-error{display:none;flex-direction:row;flex-wrap:nowrap;align-content:stretch;align-items:flex-start;justify-content:flex-start;margin:4px 0;font-size:12px;line-height:20px;color:#2e394c}.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:16px;min-height:16px;margin:2px 4px 0 0;color:#ea0b0b}.gux-form-field-error .gux-message{flex:0 1 auto;align-self:auto;order:0}.gux-form-field-label.gux-required::after{font-size:12px;color:#ea0b0b;content:' *'}.gux-form-field-label.gux-beside{position:relative;top:8px;width:fit-content;min-width:45px;margin-right:8px}.gux-form-field-label.gux-above{margin-bottom:8px}.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;align-content:stretch;align-items:flex-start;justify-content:flex-start;margin:4px 0;font-size:12px;font-weight:400;line-height:20px;color:#6b7585}.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;color:#2e394c}::slotted(label){font-family:Roboto, sans-serif;font-weight:400;font-weight:700;font-size:12px;line-height:16px}::slotted(input[type='range']){position:absolute;width:100%;height:2px;margin:6px 0;margin-top:calc(-1 * (12px / 2 + 2px));-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;align-content:stretch;align-items:center;justify-content:flex-start;height:32px;font-size:12px}.gux-input-and-error-container .gux-range-input-container.gux-disabled{opacity:0.5}.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:2px;margin:6px 0;background-color:#8a97ad}.gux-input-and-error-container .gux-range-input-container .gux-range .gux-track .gux-progress{height:2px;background-color:#2a60c8}.gux-input-and-error-container .gux-range-input-container .gux-display{flex:0 1 auto;align-self:auto;order:0;height:32px;margin:0 0 0 16px;line-height:32px;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:Roboto, sans-serif;font-weight:400;font-size:11px;line-height:16px;position:absolute;z-index:var(--gux-zindex-tooltip, 1);display:flex;align-items:center;justify-content:center;width:50px;height:32px;margin-left:-20px;visibility:hidden;background-color:#fdfdfd;border:1px solid #b4bccb;border-radius:4px;box-shadow:0 2px 4px rgba(32, 41, 55, 0.24)}.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:#fdfdfd}.gux-input-and-error-container .gux-range-tooltip-container .gux-range-tooltip::before{margin-left:-6px;border-width:6px;border-top-color:#b4bccb}";export{m as gux_form_field_range}
@@ -1 +0,0 @@
1
- import{r as e,c as t,h as g,H as i,g as l}from"./p-7d26b2e1.js";import{t as o}from"./p-af4a6b41.js";import{r as a}from"./p-cbcbd1bb.js";import{b as n}from"./p-deee079e.js";import"./p-8a133b9b.js";const s={defaultAriaLabel:"Toggle Switch",toggleIsLoading:"Toggle is loading",toggleIsFinishedLoading:"Toggle is finished loading"},r=class{constructor(g){e(this,g),this.check=t(this,"check",7),this.labelId=a("gux-toggle-label"),this.errorId=a("gux-toggle-error"),this.checked=!1,this.disabled=!1,this.loading=!1,this.checkedLabel=void 0,this.uncheckedLabel=void 0,this.labelPosition="right",this.errorMessage=void 0,this.displayInline=!1}handleLoading(e){this.announceElement.guxAnnounce(this.i18n(e?"toggleIsLoading":"toggleIsFinishedLoading"))}onClick(){this.toggle()}onKeydown(e){switch(e.key){case"Enter":case" ":e.preventDefault(),this.toggle()}}toggle(){this.disabled||this.loading||this.check.emit(!this.checked).defaultPrevented||(this.checked=!this.checked)}getAriaLabel(){return this.root.getAttribute("aria-label")||this.root.title||this.i18n("defaultAriaLabel")}async componentWillLoad(){this.i18n=await n(this.root,s),o(this.root,{variant:this.checkedLabel||this.uncheckedLabel?"labled":"unlabled"})}renderLoading(){if(this.loading)return g("div",{class:"gux-toggle-label-loading"},g("gux-radial-loading",{context:"input"}))}renderLabel(){if(this.uncheckedLabel&&this.checkedLabel)return g("div",{class:"gux-toggle-label-and-error"},g("div",{class:"gux-toggle-label"},g("div",{class:"gux-toggle-label-text"},g("span",{class:"gux-toggle-label-text-inner"},g("span",{id:this.labelId},this.checked?this.checkedLabel:this.uncheckedLabel),this.renderLoading()),g("span",{class:"gux-toggle-label-text-inner gux-hidden"},this.checkedLabel),g("span",{class:"gux-toggle-label-text-inner gux-hidden"},this.uncheckedLabel))))}renderError(){if(this.errorMessage)return g("div",{id:this.errorId,class:"gux-toggle-error"},g("div",{class:"gux-toggle-error-container"},g("gux-icon",{"icon-name":"alert-warning-octogon",decorative:!0}),g("div",{class:"gux-toggle-error-message"},this.errorMessage)))}render(){return g(i,{class:{"gux-display-inline":this.displayInline}},g("div",{class:{"gux-toggle-container":!0,"gux-toggle-label-left":"left"===this.labelPosition,"gux-disabled":this.disabled||this.loading}},g("div",{class:"gux-toggle-input"},g("gux-toggle-slider",{checked:this.checked,disabled:this.disabled||this.loading,guxAriaLabel:this.getAriaLabel(),labelId:this.checkedLabel&&this.uncheckedLabel?this.labelId:"",errorId:this.errorMessage?this.errorId:""}),this.renderLabel()),this.renderError()),g("gux-announce-beta",{ref:e=>this.announceElement=e}))}static get delegatesFocus(){return!0}get root(){return l(this)}static get watchers(){return{loading:["handleLoading"]}}};r.style=":host{display:block;margin:2px;color:#2e394c;outline:none}:host(.gux-display-inline){display:inline-block}.gux-toggle-container{cursor:pointer}.gux-toggle-container.gux-disabled{pointer-events:none;cursor:default}.gux-toggle-container.gux-disabled .gux-toggle-input .gux-toggle-label .gux-toggle-label-text{opacity:0.5}.gux-toggle-container.gux-toggle-label-left .gux-toggle-input{flex-direction:row-reverse}.gux-toggle-container.gux-toggle-label-left .gux-toggle-input .gux-toggle-label .gux-toggle-label-text{place-items:end}.gux-toggle-container.gux-toggle-label-left .gux-toggle-error{float:right}.gux-toggle-container .gux-toggle-input{display:flex;flex-direction:row;flex-wrap:nowrap;align-content:stretch;align-items:flex-start;justify-content:flex-start}.gux-toggle-container .gux-toggle-input .gux-toggle-label{position:relative;display:inline-block;padding:0 4px}.gux-toggle-container .gux-toggle-input .gux-toggle-label .gux-toggle-label-text{display:grid;grid-template-areas:'inner-div';place-items:start}.gux-toggle-container .gux-toggle-input .gux-toggle-label .gux-toggle-label-text .gux-toggle-label-text-inner{position:relative;grid-area:inner-div}.gux-toggle-container .gux-toggle-input .gux-toggle-label .gux-toggle-label-text .gux-toggle-label-text-inner.gux-hidden{visibility:hidden}.gux-toggle-container .gux-toggle-input .gux-toggle-label .gux-toggle-label-loading{position:absolute;inset:0;display:flex;flex-direction:row;flex-wrap:nowrap;align-content:stretch;align-items:center;justify-content:center}.gux-toggle-container .gux-toggle-error .gux-toggle-error-container{display:flex;flex-direction:row;flex-wrap:nowrap;align-content:stretch;align-items:flex-start;justify-content:flex-start;font-size:11px;color:#2e394c}.gux-toggle-container .gux-toggle-error .gux-toggle-error-container gux-icon{flex:0 1 auto;align-self:auto;order:0;width:16px;height:16px;margin:0 4px;color:#ea0b0b}.gux-toggle-container .gux-toggle-error .gux-toggle-error-container .gux-toggle-error-message{flex:0 1 auto;align-self:auto;order:0}";export{r as gux_toggle}
@@ -1 +0,0 @@
1
- import{r as t,h as o,H as s,g as e}from"./p-7d26b2e1.js";import{a as i}from"./p-091f51f6.js";import{t as r}from"./p-af4a6b41.js";import{h as n}from"./p-837e3eff.js";import{c as a}from"./p-e459974a.js";const u=class{constructor(o){t(this,o),this.isShown=!1}forceUpdate(t){t&&this.popperInstance&&this.popperInstance.update()}onKeydown(t){if(t.stopPropagation(),this.isShown)switch(t.key){case"Escape":case"ArrowLeft":case"ArrowUp":return void this.root.focus();case"ArrowDown":return t.preventDefault(),void this.focusOnMenu();case"Enter":return void(this.hideDelayTimeout=i((()=>{this.focusOnMenu()})))}}onKeyup(t){t.stopPropagation()," "!==t.key||(this.menuContentElement.contains(document.activeElement)?this.root.focus():this.hideDelayTimeout=i((()=>{this.focusOnMenu()})))}onmouseenter(){this.show()}onMouseleave(){this.hide()}onClick(t){0!==t.detail&&this.hide(),this.root.focus()}onFocusin(){this.show()}onFocusout(){this.hide()}show(){clearTimeout(this.hideDelayTimeout),this.isShown=!0}hide(){this.isShown&&(this.hideDelayTimeout=setTimeout((()=>{this.isShown=!1}),n))}runPopper(){this.popperInstance=a(this.targetElement,document.querySelector("gux-menu"),{modifiers:[{name:"offset",options:{offset:[0,16]}},{name:"arrow",options:{padding:16}}],placement:"bottom-start"})}destroyPopper(){this.popperInstance&&(this.popperInstance.destroy(),this.popperInstance=null)}focusOnMenu(){if(this.menuContentElement.contains(document.activeElement))return;const t=this.root.querySelector("gux-menu");Array.from(t.children)[0].guxFocus()}componentWillLoad(){r(this.root)}componentDidLoad(){this.runPopper()}disconnectedCallback(){this.destroyPopper()}render(){return o(s,{tabIndex:0,"aria-haspopup":"true"},o("span",{ref:t=>this.targetElement=t},o("slot",{name:"target"})),o("div",{class:{"gux-flyout-menu-content":!0,"gux-shown":this.isShown},ref:t=>this.menuContentElement=t},o("slot",{name:"menu"})))}get root(){return e(this)}static get watchers(){return{isShown:["forceUpdate"]}}};u.style=":host{z-index:var(--gux-zindex-popover, 2);color:#2e394c;cursor:default}:host(:focus){outline:none}:host(:focus-visible){outline:3px solid #aac9ff;outline-offset:1px;box-shadow:0 0 0 1px #fdfdfd}.gux-flyout-menu-content{display:none;margin:0}.gux-flyout-menu-content.gux-shown{display:flex}.gux-arrow,.gux-arrow::before{position:absolute;top:-3px;width:10px;height:10px;background:inherit}.gux-arrow::before{visibility:visible;content:'';border-top:1px solid #b4bccb;border-left:1px solid #b4bccb;transform:rotate(45deg)}";export{u as gux_flyout_menu_beta}
@@ -1 +0,0 @@
1
- import{r as o,h as i,g as e}from"./p-7d26b2e1.js";import{t as r}from"./p-af4a6b41.js";import{b as t}from"./p-deee079e.js";import"./p-8a133b9b.js";const a={clickToCopy:"Click to Copy",enterToCopy:"Press Enter to Copy",copySuccess:"Copied to Clipboard",copyFailure:"Error. Please Try Again."},c=class{constructor(i){o(this,i),this.tooltipContent="clickToCopy"}onMouseleave(){this.resetTooltip()}onFocusout(){this.resetTooltip()}onFocus(){this.copyButton.matches(":focus-visible")&&(this.tooltipContent="enterToCopy")}resetTooltip(){this.tooltipContent="clickToCopy"}onCopyToClipboard(){navigator.clipboard.writeText(this.root.innerText).then((()=>{this.tooltipContent="copySuccess"})).catch((()=>{this.tooltipContent="copyFailure"}))}getIconName(o){switch(o){case"copyFailure":return"badge-x";case"copySuccess":return"badge-check"}}renderTooltipIcon(){const o=this.getIconName(this.tooltipContent);if(o)return i("gux-icon",{"icon-name":o,decorative:!0})}renderTooltip(){return i("gux-tooltip",{placement:"bottom-end"},i("div",{class:"gux-tooltip-content"},this.renderTooltipIcon(),i("span",null,this.i18n(this.tooltipContent))))}async componentWillLoad(){r(this.root),this.i18n=await t(this.root,a)}render(){return i("button",{class:"gux-copy-to-clipboard-wrapper",ref:o=>this.copyButton=o,onClick:this.onCopyToClipboard.bind(this)},i("div",{class:"gux-copy-content"},i("slot",{name:"content"}),i("gux-icon",{"icon-name":"copy",decorative:!0})),this.renderTooltip())}get root(){return e(this)}};c.style="button{all:unset}.gux-copy-to-clipboard-wrapper{display:inline-flex;align-items:center}.gux-copy-to-clipboard-wrapper .gux-copy-content{display:inherit;align-items:inherit;cursor:pointer}.gux-copy-to-clipboard-wrapper .gux-copy-content ::slotted(*){padding:var(--gse-ui-copyToClipboard-label-padding);border-radius:var(--gse-ui-copyToClipboard-label-borderRadius);font-family:var(--gse-ui-copyToClipboard-label-text-fontFamily);font-weight:var(--gse-ui-copyToClipboard-label-text-fontWeight);line-height:var(--gse-ui-copyToClipboard-label-text-lineHeight);font-size:var(--gse-ui-copyToClipboard-label-text-fontSize);text-decoration:var(--gse-ui-copyToClipboard-label-text-textDecoration);color:var(--gse-ui-copyToClipboard-label-foregroundColor)}.gux-copy-to-clipboard-wrapper .gux-copy-content:hover ::slotted(*){background-color:var(--gse-ui-copyToClipboard-label-active-backgroundColor)}.gux-copy-to-clipboard-wrapper .gux-copy-content:hover gux-icon[icon-name=copy]{visibility:visible}.gux-copy-to-clipboard-wrapper .gux-copy-content gux-icon[icon-name=copy]{width:var(--gse-ui-icon-size-sm);height:var(--gse-ui-icon-size-sm);padding:var(--gse-ui-copyToClipboard-iconContainer-padding);margin-left:var(--gse-ui-copyToClipboard-contentContainer-gap);visibility:hidden;background-color:var(--gse-ui-copyToClipboard-label-active-backgroundColor);border-radius:var(--gse-ui-copyToClipboard-label-borderRadius)}.gux-copy-to-clipboard-wrapper:focus-visible{outline:none}.gux-copy-to-clipboard-wrapper:focus-visible ::slotted(*){background-color:var(--gse-ui-copyToClipboard-label-active-backgroundColor)}.gux-copy-to-clipboard-wrapper:focus-visible gux-icon[icon-name=copy]{visibility:visible}.gux-copy-to-clipboard-wrapper gux-tooltip{display:inline-flex;align-items:center}.gux-copy-to-clipboard-wrapper gux-tooltip .gux-tooltip-content>*{vertical-align:middle}.gux-copy-to-clipboard-wrapper gux-tooltip gux-icon{width:var(--gse-ui-icon-size-sm);height:var(--gse-ui-icon-size-sm);padding:var(--gse-ui-copyToClipboard-iconContainer-padding)}.gux-copy-to-clipboard-wrapper gux-tooltip gux-icon[icon-name=badge-check]{color:var(--gse-ui-copyToClipboard-tooltipIcon-success-foregroundColor)}.gux-copy-to-clipboard-wrapper gux-tooltip gux-icon[icon-name=badge-x]{color:var(--gse-ui-copyToClipboard-tooltipIcon-error-foregroundColor)}";export{c as gux_copy_to_clipboard}
@@ -1 +0,0 @@
1
- import{r as t,d as s,w as i,h as o,g as l}from"./p-7d26b2e1.js";import{a as e}from"./p-091f51f6.js";import{b as r}from"./p-deee079e.js";import{O as c}from"./p-f34ce7dc.js";import"./p-8a133b9b.js";const a={scrollLeft:"Scroll Left",scrollRight:"Scroll Right",scrollUp:"Scroll Up",scrollDown:"Scroll Down"};const n=class{constructor(s){t(this,s),this.currentScrollIndex=0,this.focused=0,this.tabTriggers=void 0,this.hasHorizontalScrollbar=!1,this.hasVerticalScrollbar=!1,this.isScrolledToBeginning=!1,this.isScrolledToEnd=!1}onFocusout(t){this.root.contains(t.relatedTarget)||this.tabTriggers.forEach(((t,s)=>{t.guxGetActive().then((i=>{i?this.focused=s:t.querySelector("button").setAttribute("tabindex","-1")}))}))}onHasVerticalScrollBar(){this.checkDisabledScrollButtons()}onScroll(){this.checkDisabledScrollButtons()}onKeydown(t){switch(t.key){case"ArrowRight":case"ArrowDown":t.preventDefault(),this.handleKeyboardScroll("forward");break;case"ArrowLeft":case"ArrowUp":t.preventDefault(),this.handleKeyboardScroll("backward");break;case"Escape":t.preventDefault(),this.focusTab(this.focused);break;case"Home":t.preventDefault(),this.focusTab(0);break;case"End":t.preventDefault(),this.focusTab(this.tabTriggers.length-1)}}onMutation(){this.setTabTriggers()}async guxSetActive(t){this.tabTriggers.forEach(((s,i)=>{const o=s.tabId===t;s.guxSetActive(o),o&&(this.focused=i)}))}focusTab(t){this.focused=t,this.tabTriggers.forEach(((t,s)=>{t.guxGetActive().then((i=>{this.focused===s||i||t.querySelector("button").setAttribute("tabindex","-1")}))})),this.tabTriggers[this.focused].querySelector("button").setAttribute("tabindex","0"),this.tabTriggers[this.focused].guxFocus()}setTabTriggers(){this.tabTriggers=this.root.querySelectorAll("gux-tab"),this.triggerIds=this.tabTriggers?Array.from(this.tabTriggers).map((t=>`gux-${t.getAttribute("tab-id")}-tab`)).join(" "):""}checkForScrollbarHideOrShow(){s((()=>{const t=this.root.querySelector(".gux-scrollable-section"),s=t.clientWidth<t.scrollWidth,i=t.clientHeight<t.scrollHeight;s!==this.hasHorizontalScrollbar&&(this.hasHorizontalScrollbar=s),i!==this.hasVerticalScrollbar&&(this.hasVerticalScrollbar=i),this.checkDisabledScrollButtons()}))}handleKeyboardScroll(t){const s=this.root.querySelector(".gux-scrollable-section");"forward"===t?this.focused<this.tabTriggers.length-1?(i((()=>{this.hasHorizontalScrollbar?this.scrollRight():this.scrollDown()})),this.focusTab(this.focused+1)):(i((()=>{this.hasHorizontalScrollbar?s.scrollBy(-s.scrollWidth,0):s.scrollBy(0,-s.scrollHeight)})),this.focusTab(0)):"backward"===t&&(this.focused>0?(i((()=>{this.hasHorizontalScrollbar?this.scrollLeft():this.scrollUp()})),this.focusTab(this.focused-1)):(i((()=>{this.hasHorizontalScrollbar?s.scrollBy(s.scrollWidth,0):s.scrollBy(0,s.scrollHeight)})),this.focusTab(this.tabTriggers.length-1)))}disconnectedCallback(){this.resizeObserver&&this.resizeObserver.unobserve(this.root.querySelector(".gux-tab-container")),this.domObserver&&this.domObserver.disconnect()}async componentWillLoad(){this.setTabTriggers(),this.i18n=await r(this.root,a,"gux-tabs")}componentDidLoad(){!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}),e((()=>{this.checkForScrollbarHideOrShow()}),500)}checkDisabledScrollButtons(){const t=this.root.querySelector(".gux-scrollable-section");if(this.hasHorizontalScrollbar){const s=t.scrollLeft,i=t.scrollWidth-t.clientWidth;this.isScrolledToBeginning=0===s,this.isScrolledToEnd=i-s==0}else{const s=t.scrollTop,i=t.scrollHeight-t.clientHeight;this.isScrolledToBeginning=0===s,this.isScrolledToEnd=i-s==0}}getTabLength(){var t;return null===(t=this.tabTriggers[this.currentScrollIndex])||void 0===t?void 0:t.scrollWidth}scrollLeft(){i((()=>{this.currentScrollIndex=this.isScrolledToEnd?this.tabTriggers.length-1:this.currentScrollIndex-1,this.root.querySelector(".gux-scrollable-section").scrollBy(-this.getTabLength(),0)}))}scrollRight(){i((()=>{this.isScrolledToBeginning&&(this.currentScrollIndex=0),this.root.querySelector(".gux-scrollable-section").scrollBy(this.getTabLength(),0),this.currentScrollIndex=this.currentScrollIndex+1}))}scrollUp(){i((()=>{this.root.querySelector(".gux-scrollable-section").scrollBy(0,-this.tabTriggers[this.focused].clientHeight)}))}scrollDown(){i((()=>{this.root.querySelector(".gux-scrollable-section").scrollBy(0,this.tabTriggers[this.focused].clientHeight)}))}render(){return o("div",{class:"gux-tab-container"},this.renderScrollButton(this.hasHorizontalScrollbar?"scrollLeft":"scrollUp"),o("div",{role:"tablist",class:"gux-scrollable-section","aria-owns":this.triggerIds},o("slot",null)),this.renderScrollButton(this.hasHorizontalScrollbar?"scrollRight":"scrollDown"))}renderScrollButton(t){return o("div",{class:"gux-scroll-button-container"},this.hasHorizontalScrollbar||this.hasVerticalScrollbar?o("button",{disabled:this.getButtonDisabled(t),tabindex:"-1",title:this.i18n(t),"aria-label":this.i18n(t),class:"gux-scroll-button",onClick:()=>this.getScrollDirection(t)},o("gux-icon",{"icon-name":this.getChevronIconName(t),decorative:!0})):null)}getButtonDisabled(t){switch(t){case"scrollLeft":case"scrollUp":return this.isScrolledToBeginning;case"scrollRight":case"scrollDown":return this.isScrolledToEnd}}getScrollDirection(t){switch(t){case"scrollLeft":this.scrollLeft();break;case"scrollRight":this.scrollRight();break;case"scrollUp":this.scrollUp();break;case"scrollDown":this.scrollDown()}}getChevronIconName(t){switch(t){case"scrollLeft":return"chevron-small-left";case"scrollRight":return"chevron-small-right";case"scrollUp":return"chevron-small-up";case"scrollDown":return"chevron-small-down"}}get root(){return l(this)}};(function(t,s,i,o){var l,e=arguments.length,r=e<3?s:null===o?o=Object.getOwnPropertyDescriptor(s,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)r=Reflect.decorate(t,s,i,o);else for(var c=t.length-1;c>=0;c--)(l=t[c])&&(r=(e<3?l(r):e>3?l(s,i,r):l(s,i))||r);e>3&&r&&Object.defineProperty(s,i,r)})([c({childList:!0,subtree:!0})],n.prototype,"onMutation",null),n.style="gux-tabs[orientation='vertical']{height:100%}gux-tabs[orientation='vertical']>gux-tab-list .gux-tab-container{display:flex;flex-direction:column;width:160px;max-width:160px;height:100%;margin-right:16px;border-right:1px solid #d7dce5}gux-tabs[orientation='vertical']>gux-tab-list .gux-tab-container .gux-scroll-button-container{width:100%}gux-tabs[orientation='vertical']>gux-tab-list .gux-tab-container .gux-scroll-button-container button{width:100%}gux-tabs[orientation='vertical']>gux-tab-list .gux-tab-container .gux-scrollable-section{flex-direction:column;height:100%;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth}gux-tabs[orientation='vertical']>gux-tab-list .gux-tab-container .gux-scrollable-section::-webkit-scrollbar{width:0;height:0}gux-tabs:not([orientation='vertical'])>gux-tab-list .gux-tab-container{height:40px;margin-bottom:16px;border-bottom:1px solid #d7dce5}gux-tabs:not([orientation='vertical'])>gux-tab-list .gux-scrollable-section{overflow-x:auto}gux-tabs .gux-tab-container{box-sizing:content-box;display:flex;width:100%;overflow-x:hidden;overflow-y:hidden;background-color:#fff}gux-tabs .gux-scrollable-section{display:flex;flex:1 1 auto;scroll-behavior:smooth;scrollbar-width:none}gux-tabs .gux-scrollable-section::-webkit-scrollbar{height:0}gux-tabs .gux-scroll-button-container{display:flex;border-radius:4px}gux-tabs .gux-scroll-button-container .gux-scroll-button{display:flex;align-items:center;justify-content:center;width:28px;height:40px;color:#202937;cursor:pointer;background-color:#c8cfda;background-color:#e2e6ee;border:none;border-radius:4px}gux-tabs .gux-scroll-button-container .gux-scroll-button gux-icon{width:16px;height:16px}gux-tabs .gux-scroll-button-container .gux-scroll-button:hover:not(:disabled){background-color:#d7dce5}gux-tabs .gux-scroll-button-container .gux-scroll-button:active:not(:disabled){background-color:#d2d8e5}gux-tabs .gux-scroll-button-container .gux-scroll-button:disabled{cursor:default;opacity:0.5}";export{n as gux_tab_list}
@@ -1 +0,0 @@
1
- import{r as t,h as s,H as r,g as e}from"./p-7d26b2e1.js";import{t as o}from"./p-af4a6b41.js";import{D as i}from"./p-6370cb48.js";import{g as a}from"./p-deee079e.js";import"./p-8a133b9b.js";const p=class{constructor(s){t(this,s),this.datetime=(new Date).toISOString(),this.format="short"}componentWillLoad(){o(this.root),this.formatter=new i(a(this.root))}render(){return s(r,null,this.formatter.formatTime(new Date(this.datetime),this.format))}get root(){return e(this)}};export{p as gux_time_beta}
@@ -1 +0,0 @@
1
- import{r as t,c as o,h as e,g as r}from"./p-7d26b2e1.js";import{a as p,c as a,o as s,f as i,s as d,b as c}from"./p-ec218689.js";import{O as n}from"./p-9d18d475.js";import{t as l}from"./p-af4a6b41.js";import{f as h}from"./p-7d614de7.js";const b=class{constructor(e){t(this,e),this.guxdismiss=o(this,"guxdismiss",7),this.for=void 0,this.position="bottom",this.displayDismissButton=void 0,this.closeOnClickOutside=!1,this.isOpen=!1}checkForClickOutside(t){const o=t.composedPath(),e=h(this.root,this.for),r=o.includes(e);!this.closeOnClickOutside&&this.displayDismissButton||!this.isOpen||r||this.dismiss()}runUpdatePosition(){this.root.isConnected?this.cleanupUpdatePosition=p(h(this.root,this.for),this.popupElement,(()=>this.updatePosition()),{ancestorScroll:!0,elementResize:!0,animationFrame:!0,ancestorResize:!0}):this.disconnectedCallback()}updatePosition(){const t=h(this.root,this.for);this.popupElement&&a(t,this.popupElement,{placement:this.position,middleware:[s(7),i(),d(),c({element:this.arrowElement,padding:16})]}).then((({x:t,y:o,middlewareData:e,placement:r})=>{Object.assign(this.popupElement.style,{left:`${t}px`,top:`${o}px`});const p={top:"bottom",right:"left",bottom:"top",left:"right"}[r.split("-")[0]];if(e.arrow){const{x:t,y:o}=e.arrow;this.popupElement.setAttribute("data-placement",r),Object.assign(this.arrowElement.style,{left:null!=t?`${t}px`:"",top:null!=o?`${o}px`:"",right:"",bottom:"",[p]:"-6.5px",transform:"rotate(45deg)"})}}))}dismiss(){this.guxdismiss.emit().defaultPrevented||(this.isOpen=!1)}connectedCallback(){l(this.root,{variant:this.position})}componentDidLoad(){this.isOpen&&this.runUpdatePosition()}componentDidUpdate(){this.isOpen?this.runUpdatePosition():this.cleanupUpdatePosition&&this.cleanupUpdatePosition()}disconnectedCallback(){this.cleanupUpdatePosition&&this.cleanupUpdatePosition()}render(){return e("div",{ref:t=>this.popupElement=t,class:{"gux-hidden":!this.isOpen,"gux-popover-wrapper":!0},"data-placement":!0},e("div",{ref:t=>this.arrowElement=t,class:"gux-arrow"}),this.displayDismissButton&&e("gux-dismiss-button",{onClick:this.dismiss.bind(this)}),e("div",{class:"gux-popover-content"},e("slot",null)))}get root(){return r(this)}};(function(t,o,e,r){var p,a=arguments.length,s=a<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,o,e,r);else for(var i=t.length-1;i>=0;i--)(p=t[i])&&(s=(a<3?p(s):a>3?p(o,e,s):p(o,e))||s);a>3&&s&&Object.defineProperty(o,e,s)})([n({triggerEvents:"mousedown"})],b.prototype,"checkForClickOutside",null),b.style=".gux-popover-wrapper{position:absolute;top:0;left:0;z-index:var(--gux-zindex-popover, 2);display:inline-block;padding:8px 0;color:#2e394c;background-color:#fdfdfd;border:1px solid #b4bccb;border-radius:4px;box-shadow:0 2px 4px rgba(32, 41, 55, 0.24)}.gux-popover-wrapper.gux-hidden{display:none}.gux-popover-wrapper .gux-arrow{position:absolute;width:10px;height:10px;background:inherit}.gux-popover-wrapper[data-placement='bottom'] .gux-arrow,.gux-popover-wrapper[data-placement='bottom-start'] .gux-arrow,.gux-popover-wrapper[data-placement='bottom-end'] .gux-arrow{border-top:1px solid #b4bccb;border-left:1px solid #b4bccb}.gux-popover-wrapper[data-placement='top'] .gux-arrow,.gux-popover-wrapper[data-placement='top-start'] .gux-arrow,.gux-popover-wrapper[data-placement='top-end'] .gux-arrow{border-right:1px solid #b4bccb;border-bottom:1px solid #b4bccb}.gux-popover-wrapper[data-placement='left'] .gux-arrow,.gux-popover-wrapper[data-placement='left-start'] .gux-arrow,.gux-popover-wrapper[data-placement='left-end'] .gux-arrow{border-top:1px solid #b4bccb;border-right:1px solid #b4bccb}.gux-popover-wrapper[data-placement='right'] .gux-arrow,.gux-popover-wrapper[data-placement='right-start'] .gux-arrow,.gux-popover-wrapper[data-placement='right-end'] .gux-arrow{border-bottom:1px solid #b4bccb;border-left:1px solid #b4bccb}";export{b as gux_popover_list_beta}
@@ -1 +0,0 @@
1
- import{r as e,h as o,g as l}from"./p-7d26b2e1.js";import{t}from"./p-af4a6b41.js";import{b as g}from"./p-deee079e.js";import"./p-8a133b9b.js";const r={neutral:"badge with label: {label}, color: neutral","neutral-bold":"badge with label: {label}, color: neutral bold",green:"badge with label: {label}, color: green","green-bold":"badge with label: {label}, color: green bold",yellow:"badge with label: {label}, color: yellow","yellow-bold":"badge with label: {label}, color: yellow bold",red:"badge with label: {label}, color: red","red-bold":"badge with label: {label}, color: red bold",inherit:"badge with label: {label}"},a=class{constructor(o){e(this,o),this.color="neutral",this.accent="info",this.bold=!1,this.label=void 0}onSlotChange(e){const o=e.composedPath()[0].assignedNodes();this.label=o.map((e=>e.textContent)).join("")}renderBadgeTitle(){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.getVariant(),{label:this.label}))}getVariant(){return`${this.color}${this.bold?"-bold":""}`}async componentWillLoad(){t(this.root),this.i18n=await g(this.root,r)}render(){return o("div",{class:{"gux-badge":!0,[`gux-${this.color}`]:!0,[`gux-${this.accent}`]:!0,"gux-bold":this.bold}},this.renderBadgeTitle(),this.renderSrText())}get root(){return l(this)}};a.style=":host{display:inline-block;height:fit-content;border-radius:100%}.gux-badge{display:flex;flex-direction:row;flex-wrap:nowrap;align-content:stretch;align-items:center;justify-content:flex-start;height:20px;padding:2px 8px;color:#fdfdfd;background-color:#2e394c;border-radius:4px;font-family:Roboto, sans-serif;font-weight:400;font-weight:700;font-size:12px;line-height:16px}.gux-badge gux-tooltip-title{white-space:nowrap}.gux-badge gux-tooltip-title ::slotted(gux-icon){height:16px;font-size:16px}.gux-badge .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-badge.gux-info,.gux-badge.gux-neutral{color:#2e394c;background-color:#e2e6ee}.gux-badge.gux-info.gux-bold,.gux-badge.gux-neutral.gux-bold{color:#fdfdfd;background-color:#2e394c}.gux-badge.gux-error,.gux-badge.gux-red{color:#8f0707;background-color:#fceaea}.gux-badge.gux-error.gux-bold,.gux-badge.gux-red.gux-bold{color:#fdfdfd;background-color:#ea0b0b}.gux-badge.gux-warning,.gux-badge.gux-yellow{color:#976700;background-color:#fdf8ec}.gux-badge.gux-warning.gux-bold,.gux-badge.gux-yellow.gux-bold{color:#2e394c;background-color:#ffae00}.gux-badge.gux-success,.gux-badge.gux-green{color:#205a10;background-color:#eefcea}.gux-badge.gux-success.gux-bold,.gux-badge.gux-green.gux-bold{color:#fdfdfd;background-color:#3c8527}.gux-badge.gux-inherit{color:inherit;background-color:inherit}";export{a as gux_badge_beta}
@@ -1,7 +0,0 @@
1
- import{r as t,c as n,d as i,w as o,h as e,g as r}from"./p-7d26b2e1.js";import{O as a}from"./p-f34ce7dc.js";import{e as s}from"./p-29e8b184.js";import{a as u}from"./p-091f51f6.js";import{b as c}from"./p-deee079e.js";import{t as l}from"./p-2c3d934a.js";import"./p-8a133b9b.js";
2
- /**!
3
- * Sortable 1.15.0
4
- * @author RubaXa <trash@rubaxa.org>
5
- * @author owenm <owen23355@gmail.com>
6
- * @license MIT
7
- */function h(t,n){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);n&&(o=o.filter((function(n){return Object.getOwnPropertyDescriptor(t,n).enumerable}))),i.push.apply(i,o)}return i}function d(t){for(var n=1;n<arguments.length;n++){var i=null!=arguments[n]?arguments[n]:{};n%2?h(Object(i),!0).forEach((function(n){b(t,n,i[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(i)):h(Object(i)).forEach((function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(i,n))}))}return t}function f(t){return f="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},f(t)}function b(t,n,i){return n in t?Object.defineProperty(t,n,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[n]=i,t}function v(){return v=Object.assign||function(t){for(var n=1;n<arguments.length;n++){var i=arguments[n];for(var o in i)Object.prototype.hasOwnProperty.call(i,o)&&(t[o]=i[o])}return t},v.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),x=g(/firefox/i),w=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,n,i){t.addEventListener(n,i,!m&&S)}function O(t,n,i){t.removeEventListener(n,i,!m&&S)}function k(t,n){if(n){if(">"===n[0]&&(n=n.substring(1)),t)try{if(t.matches)return t.matches(n);if(t.msMatchesSelector)return t.msMatchesSelector(n);if(t.webkitMatchesSelector)return t.webkitMatchesSelector(n)}catch(t){return!1}return!1}}function M(t){return t.host&&t!==document&&t.host.nodeType?t.host:t.parentNode}function I(t,n,i,o){if(t){i=i||document;do{if(null!=n&&(">"===n[0]?t.parentNode===i&&k(t,n):k(t,n))||o&&t===i)return t;if(t===i)break}while(t=M(t))}return null}var C,j=/\s+/g;function A(t,n,i){if(t&&n)if(t.classList)t.classList[i?"add":"remove"](n);else{var o=(" "+t.className+" ").replace(j," ").replace(" "+n+" "," ");t.className=(o+(i?" "+n:"")).replace(j," ")}}function D(t,n,i){var o=t&&t.style;if(o){if(void 0===i)return document.defaultView&&document.defaultView.getComputedStyle?i=document.defaultView.getComputedStyle(t,""):t.currentStyle&&(i=t.currentStyle),void 0===n?i:i[n];n in o||-1!==n.indexOf("webkit")||(n="-webkit-"+n),o[n]=i+("string"==typeof i?"":"px")}}function _(t,n){var i="";if("string"==typeof t)i=t;else do{var o=D(t,"transform");o&&"none"!==o&&(i=o+" "+i)}while(!n&&(t=t.parentNode));var e=window.DOMMatrix||window.WebKitCSSMatrix||window.CSSMatrix||window.MSCSSMatrix;return e&&new e(i)}function z(t,n,i){if(t){var o=t.getElementsByTagName(n),e=0,r=o.length;if(i)for(;e<r;e++)i(o[e],e);return o}return[]}function R(){return document.scrollingElement||document.documentElement}function L(t,n,i,o,e){if(t.getBoundingClientRect||t===window){var r,a,s,u,c,l,h;if(t!==window&&t.parentNode&&t!==R()?(a=(r=t.getBoundingClientRect()).top,s=r.left,u=r.bottom,c=r.right,l=r.height,h=r.width):(a=0,s=0,u=window.innerHeight,c=window.innerWidth,l=window.innerHeight,h=window.innerWidth),(n||i)&&t!==window&&(e=e||t.parentNode,!m))do{if(e&&e.getBoundingClientRect&&("none"!==D(e,"transform")||i&&"static"!==D(e,"position"))){var d=e.getBoundingClientRect();a-=d.top+parseInt(D(e,"border-top-width")),s-=d.left+parseInt(D(e,"border-left-width")),u=a+r.height,c=s+r.width;break}}while(e=e.parentNode);if(o&&t!==window){var f=_(e||t),b=f&&f.a,v=f&&f.d;f&&(u=(a/=v)+(l/=v),c=(s/=b)+(h/=b))}return{top:a,left:s,bottom:u,right:c,width:h,height:l}}}function N(t,n,i){for(var o=G(t,!0),e=L(t)[n];o;){var r=L(o)[i];if(!("top"===i||"left"===i?e>=r:e<=r))return o;if(o===R())break;o=G(o,!1)}return!1}function F(t,n,i,o){for(var e=0,r=0,a=t.children;r<a.length;){if("none"!==a[r].style.display&&a[r]!==Kt.ghost&&(o||a[r]!==Kt.dragged)&&I(a[r],i.draggable,t,!1)){if(e===n)return a[r];e++}r++}return null}function H(t,n){for(var i=t.lastElementChild;i&&(i===Kt.ghost||"none"===D(i,"display")||n&&!k(i,n));)i=i.previousElementSibling;return i||null}function P(t,n){var i=0;if(!t||!t.parentNode)return-1;for(;t=t.previousElementSibling;)"TEMPLATE"===t.nodeName.toUpperCase()||t===Kt.clone||n&&!k(t,n)||i++;return i}function B(t){var n=0,i=0,o=R();if(t)do{var e=_(t);n+=t.scrollLeft*e.a,i+=t.scrollTop*e.d}while(t!==o&&(t=t.parentNode));return[n,i]}function G(t,n){if(!t||!t.getBoundingClientRect)return R();var i=t,o=!1;do{if(i.clientWidth<i.scrollWidth||i.clientHeight<i.scrollHeight){var e=D(i);if(i.clientWidth<i.scrollWidth&&("auto"==e.overflowX||"scroll"==e.overflowX)||i.clientHeight<i.scrollHeight&&("auto"==e.overflowY||"scroll"==e.overflowY)){if(!i.getBoundingClientRect||i===document.body)return R();if(o||n)return i;o=!0}}}while(i=i.parentNode);return R()}function W(t,n){return Math.round(t.top)===Math.round(n.top)&&Math.round(t.left)===Math.round(n.left)&&Math.round(t.height)===Math.round(n.height)&&Math.round(t.width)===Math.round(n.width)}function K(t,n){return function(){if(!C){var i=arguments;1===i.length?t.call(this,i[0]):t.apply(this,i),C=setTimeout((function(){C=void 0}),n)}}}function U(t,n,i){t.scrollLeft+=n,t.scrollTop+=i}function X(t){var n=window.Polymer,i=window.jQuery||window.Zepto;return n&&n.dom?n.dom(t).cloneNode(!0):i?i(t).clone(!0)[0]:t.cloneNode(!0)}var Y="Sortable"+(new Date).getTime();var $=[],V={initializeByDefault:!0},Z={mount:function(t){for(var n in V)V.hasOwnProperty(n)&&!(n in t)&&(t[n]=V[n]);$.forEach((function(n){if(n.pluginName===t.pluginName)throw"Sortable: Cannot mount plugin ".concat(t.pluginName," more than once")})),$.push(t)},pluginEvent:function(t,n,i){var o=this;this.eventCanceled=!1,i.cancel=function(){o.eventCanceled=!0};var e=t+"Global";$.forEach((function(o){n[o.pluginName]&&(n[o.pluginName][e]&&n[o.pluginName][e](d({sortable:n},i)),n.options[o.pluginName]&&n[o.pluginName][t]&&n[o.pluginName][t](d({sortable:n},i)))}))},initializePlugins:function(t,n,i){for(var o in $.forEach((function(o){var e=o.pluginName;if(t.options[e]||o.initializeByDefault){var r=new o(t,n,t.options);r.sortable=t,r.options=t.options,t[e]=r,v(i,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,n){var i={};return $.forEach((function(o){"function"==typeof o.eventProperties&&v(i,o.eventProperties.call(n[o.pluginName],t))})),i},modifyOption:function(t,n,i){var o;return $.forEach((function(e){t[e.pluginName]&&e.optionListeners&&"function"==typeof e.optionListeners[n]&&(o=e.optionListeners[n].call(t[e.pluginName],i))})),o}},q=["evt"],J=function(t,n){var i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},o=i.evt,e=function(t,n){if(null==t)return{};var i,o,e=function(t,n){if(null==t)return{};var i,o,e={},r=Object.keys(t);for(o=0;o<r.length;o++)n.indexOf(i=r[o])>=0||(e[i]=t[i]);return e}(t,n);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);for(o=0;o<r.length;o++)n.indexOf(i=r[o])>=0||Object.prototype.propertyIsEnumerable.call(t,i)&&(e[i]=t[i])}return e}(i,q);Z.pluginEvent.bind(Kt)(t,n,d({dragEl:tt,parentEl:nt,ghostEl:it,rootEl:ot,nextEl:et,lastDownEl:rt,cloneEl:at,cloneHidden:st,dragStarted:wt,putSortable:ft,activeSortable:Kt.active,originalEvent:o,oldIndex:ut,oldDraggableIndex:lt,newIndex:ct,newDraggableIndex:ht,hideGhostForTarget:Pt,unhideGhostForTarget:Bt,cloneNowHidden:function(){st=!0},cloneNowShown:function(){st=!1},dispatchSortableEvent:function(t){Q({sortable:n,name:t,originalEvent:o})}},e))};function Q(t){!function(t){var n=t.sortable,i=t.rootEl,o=t.name,e=t.targetEl,r=t.cloneEl,a=t.toEl,s=t.fromEl,u=t.oldIndex,c=t.newIndex,l=t.oldDraggableIndex,h=t.newDraggableIndex,f=t.originalEvent,b=t.putSortable,v=t.extraEventProperties;if(n=n||i&&i[Y]){var g,x=n.options,w="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=a||i,g.from=s||i,g.item=e||i,g.clone=r,g.oldIndex=u,g.newIndex=c,g.oldDraggableIndex=l,g.newDraggableIndex=h,g.originalEvent=f,g.pullMode=b?b.lastPutMode:void 0;var y=d(d({},v),Z.getEventProperties(o,n));for(var E in y)g[E]=y[E];i&&i.dispatchEvent(g),x[w]&&x[w].call(n,g)}}(d({putSortable:ft,cloneEl:at,targetEl:tt,rootEl:ot,oldIndex:ut,oldDraggableIndex:lt,newIndex:ct,newDraggableIndex:ht},t))}var tt,nt,it,ot,et,rt,at,st,ut,ct,lt,ht,dt,ft,bt,vt,gt,mt,pt,xt,wt,yt,Et,St,Tt,Ot=!1,kt=!1,Mt=[],It=!1,Ct=!1,jt=[],At=!1,Dt=[],_t="undefined"!=typeof document,zt=y,Rt=p||m?"cssFloat":"float",Lt=_t&&!E&&!y&&"draggable"in document.createElement("div"),Nt=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,n){var i=D(t),o=parseInt(i.width)-parseInt(i.paddingLeft)-parseInt(i.paddingRight)-parseInt(i.borderLeftWidth)-parseInt(i.borderRightWidth),e=F(t,0,n),r=F(t,1,n),a=e&&D(e),s=r&&D(r),u=a&&parseInt(a.marginLeft)+parseInt(a.marginRight)+L(e).width,c=s&&parseInt(s.marginLeft)+parseInt(s.marginRight)+L(r).width;return"flex"===i.display?"column"===i.flexDirection||"column-reverse"===i.flexDirection?"vertical":"horizontal":"grid"===i.display?i.gridTemplateColumns.split(" ").length<=1?"vertical":"horizontal":e&&a.float&&"none"!==a.float?!r||"both"!==s.clear&&s.clear!==("left"===a.float?"left":"right")?"horizontal":"vertical":e&&("block"===a.display||"flex"===a.display||"table"===a.display||"grid"===a.display||u>=o&&"none"===i[Rt]||r&&"none"===i[Rt]&&u+c>o)?"vertical":"horizontal"},Ht=function(t){function n(t,i){return function(o,e,r,a){if(null==t&&(i||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(i&&"clone"===t)return t;if("function"==typeof t)return n(t(o,e,r,a),i)(o,e,r,a);var s=(i?o:e).options.group.name;return!0===t||"string"==typeof t&&t===s||t.join&&t.indexOf(s)>-1}}var i={},o=t.group;o&&"object"==f(o)||(o={name:o}),i.name=o.name,i.checkPull=n(o.pull,!0),i.checkPut=n(o.put),i.revertClone=o.revertClone,t.group=i},Pt=function(){!Nt&&it&&D(it,"display","none")},Bt=function(){!Nt&&it&&D(it,"display","")};_t&&!E&&document.addEventListener("click",(function(t){if(kt)return t.preventDefault(),t.stopPropagation&&t.stopPropagation(),t.stopImmediatePropagation&&t.stopImmediatePropagation(),kt=!1,!1}),!0);var Gt=function(t){if(tt){var n=(e=(t=t.touches?t.touches[0]:t).clientX,r=t.clientY,Mt.some((function(t){var n=t[Y].options.emptyInsertThreshold;if(n&&!H(t)){var i=L(t);return e>=i.left-n&&e<=i.right+n&&r>=i.top-n&&r<=i.bottom+n?a=t:void 0}})),a);if(n){var i={};for(var o in t)t.hasOwnProperty(o)&&(i[o]=t[o]);i.target=i.rootEl=n,i.preventDefault=void 0,i.stopPropagation=void 0,n[Y]._onDragOver(i)}}var e,r,a},Wt=function(t){tt&&tt.parentNode[Y]._isOutsideThisEl(t.target)};function Kt(t,n){if(!t||!t.nodeType||1!==t.nodeType)throw"Sortable: `el` must be an HTMLElement, not ".concat({}.toString.call(t));this.el=t,this.options=n=v({},n),t[Y]=this;var i,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,n){t.setData("Text",n.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&&!w,emptyInsertThreshold:5};for(var r in Z.initializePlugins(this,t,e),e)!(r in n)&&(n[r]=e[r]);for(var a in Ht(n),this)"_"===a.charAt(0)&&"function"==typeof this[a]&&(this[a]=this[a].bind(this));this.nativeDraggable=!n.forceFallback&&Lt,this.nativeDraggable&&(this.options.touchStartThreshold=1),n.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)),Mt.push(this.el),n.store&&n.store.get&&this.sort(n.store.get(this)||[]),v(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:L(t)});var n=d({},o[o.length-1].rect);if(t.thisAnimationDuration){var i=_(t,!0);i&&(n.top-=i.f,n.left-=i.e)}t.fromRect=n}}))},addAnimationState:function(t){o.push(t)},removeAnimationState:function(t){o.splice(function(t,n){for(var i in t)if(t.hasOwnProperty(i))for(var o in n)if(n.hasOwnProperty(o)&&n[o]===t[i][o])return Number(i);return-1}(o,{target:t}),1)},animateAll:function(t){var n=this;if(!this.options.animation)return clearTimeout(i),void("function"==typeof t&&t());var e=!1,r=0;o.forEach((function(t){var i=0,o=t.target,a=o.fromRect,s=L(o),u=o.prevFromRect,c=o.prevToRect,l=t.rect,h=_(o,!0);h&&(s.top-=h.f,s.left-=h.e),o.toRect=s,o.thisAnimationDuration&&W(u,s)&&!W(a,s)&&(l.top-s.top)/(l.left-s.left)==(a.top-s.top)/(a.left-s.left)&&(i=function(t,n,i,o){return Math.sqrt(Math.pow(n.top-t.top,2)+Math.pow(n.left-t.left,2))/Math.sqrt(Math.pow(n.top-i.top,2)+Math.pow(n.left-i.left,2))*o.animation}(l,u,c,n.options)),W(s,a)||(o.prevFromRect=a,o.prevToRect=s,i||(i=n.options.animation),n.animate(o,l,s,i)),i&&(e=!0,r=Math.max(r,i),clearTimeout(o.animationResetTimer),o.animationResetTimer=setTimeout((function(){o.animationTime=0,o.prevFromRect=null,o.fromRect=null,o.prevToRect=null,o.thisAnimationDuration=null}),i),o.thisAnimationDuration=i)})),clearTimeout(i),e?i=setTimeout((function(){"function"==typeof t&&t()}),r):"function"==typeof t&&t(),o=[]},animate:function(t,n,i,o){if(o){D(t,"transition",""),D(t,"transform","");var e=_(this.el),r=(n.left-i.left)/(e&&e.a||1),a=(n.top-i.top)/(e&&e.d||1);t.animatingX=!!r,t.animatingY=!!a,D(t,"transform","translate3d("+r+"px,"+a+"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,n,i,o,e,r,a,s){var u,c,l=t[Y],h=l.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=n,u.from=t,u.dragged=i,u.draggedRect=o,u.related=e||n,u.relatedRect=r||L(n),u.willInsertAfter=s,u.originalEvent=a,t.dispatchEvent(u),h&&(c=h.call(l,u,a)),c}function Xt(t){t.draggable=!1}function Yt(){At=!1}function $t(t){for(var n=t.tagName+t.className+t.src+t.href+t.textContent,i=n.length,o=0;i--;)o+=n.charCodeAt(i);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,n){return"function"==typeof this.options.direction?this.options.direction.call(this,t,n,tt):this.options.direction},_onTapStart:function(t){if(t.cancelable){var n=this,i=this.el,o=this.options,e=o.preventOnFilter,r=t.type,a=t.touches&&t.touches[0]||t.pointerType&&"touch"===t.pointerType&&t,s=(a||t).target,u=t.target.shadowRoot&&(t.path&&t.path[0]||t.composedPath&&t.composedPath()[0])||s,c=o.filter;if(function(t){Dt.length=0;for(var n=t.getElementsByTagName("input"),i=n.length;i--;){var o=n[i];o.checked&&Dt.push(o)}}(i),!tt&&!(/mousedown|pointerdown/.test(r)&&0!==t.button||o.disabled)&&!u.isContentEditable&&(this.nativeDraggable||!w||!s||"SELECT"!==s.tagName.toUpperCase())&&!((s=I(s,o.draggable,i,!1))&&s.animated||rt===s)){if(ut=P(s),lt=P(s,o.draggable),"function"==typeof c){if(c.call(this,t,s,this))return Q({sortable:n,rootEl:u,name:"filter",targetEl:s,toEl:i,fromEl:i}),J("filter",n,{evt:t}),void(e&&t.cancelable&&t.preventDefault())}else if(c&&(c=c.split(",").some((function(o){if(o=I(u,o.trim(),i,!1))return Q({sortable:n,rootEl:o,name:"filter",targetEl:s,fromEl:i,toEl:i}),J("filter",n,{evt:t}),!0}))))return void(e&&t.cancelable&&t.preventDefault());o.handle&&!I(u,o.handle,i,!1)||this._prepareDragStart(t,a,s)}}},_prepareDragStart:function(t,n,i){var o,e=this,r=e.el,a=e.options,s=r.ownerDocument;if(i&&!tt&&i.parentNode===r){var u=L(i);if(ot=r,nt=(tt=i).parentNode,et=tt.nextSibling,rt=i,dt=a.group,Kt.dragged=tt,pt=(bt={target:tt,clientX:(n||t).clientX,clientY:(n||t).clientY}).clientX-u.left,xt=bt.clientY-u.top,this._lastX=(n||t).clientX,this._lastY=(n||t).clientY,tt.style["will-change"]="all",o=function(){J("delayEnded",e,{evt:t}),Kt.eventCanceled?e._onDrop():(e._disableDelayedDragEvents(),!x&&e.nativeDraggable&&(tt.draggable=!0),e._triggerDragStart(t,n),Q({sortable:e,name:"choose",originalEvent:t}),A(tt,a.chosenClass,!0))},a.ignore.split(",").forEach((function(t){z(tt,t.trim(),Xt)})),T(s,"dragover",Gt),T(s,"mousemove",Gt),T(s,"touchmove",Gt),T(s,"mouseup",e._onDrop),T(s,"touchend",e._onDrop),T(s,"touchcancel",e._onDrop),x&&this.nativeDraggable&&(this.options.touchStartThreshold=4,tt.draggable=!0),J("delayStart",this,{evt:t}),!a.delay||a.delayOnTouchOnly&&!n||this.nativeDraggable&&(p||m))o();else{if(Kt.eventCanceled)return void this._onDrop();T(s,"mouseup",e._disableDelayedDrag),T(s,"touchend",e._disableDelayedDrag),T(s,"touchcancel",e._disableDelayedDrag),T(s,"mousemove",e._delayedDragTouchMoveHandler),T(s,"touchmove",e._delayedDragTouchMoveHandler),a.supportPointer&&T(s,"pointermove",e._delayedDragTouchMoveHandler),e._dragStartTimer=setTimeout(o,a.delay)}}},_delayedDragTouchMoveHandler:function(t){var n=t.touches?t.touches[0]:t;Math.max(Math.abs(n.clientX-this._lastX),Math.abs(n.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,n){n=n||"touch"==t.pointerType&&t,!this.nativeDraggable||n?T(document,this.options.supportPointer?"pointermove":n?"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,n){if(Ot=!1,ot&&tt){J("dragStarted",this,{evt:n}),this.nativeDraggable&&T(document,"dragover",Wt);var i=this.options;!t&&A(tt,i.dragClass,!1),A(tt,i.ghostClass,!0),Kt.active=this,t&&this._appendGhost(),Q({sortable:this,name:"start",originalEvent:n})}else this._nulling()},_emulateDragOver:function(){if(vt){this._lastX=vt.clientX,this._lastY=vt.clientY,Pt();for(var t=document.elementFromPoint(vt.clientX,vt.clientY),n=t;t&&t.shadowRoot&&(t=t.shadowRoot.elementFromPoint(vt.clientX,vt.clientY))!==n;)n=t;if(tt.parentNode[Y]._isOutsideThisEl(t),n)do{if(n[Y]&&n[Y]._onDragOver({clientX:vt.clientX,clientY:vt.clientY,target:t,rootEl:n})&&!this.options.dragoverBubble)break;t=n}while(n=n.parentNode);Bt()}},_onTouchMove:function(t){if(bt){var n=this.options,i=n.fallbackTolerance,o=n.fallbackOffset,e=t.touches?t.touches[0]:t,r=it&&_(it,!0),a=it&&r&&r.a,s=it&&r&&r.d,u=zt&&Tt&&B(Tt),c=(e.clientX-bt.clientX+o.x)/(a||1)+(u?u[0]-jt[0]:0)/(a||1),l=(e.clientY-bt.clientY+o.y)/(s||1)+(u?u[1]-jt[1]:0)/(s||1);if(!Kt.active&&!Ot){if(i&&Math.max(Math.abs(e.clientX-this._lastX),Math.abs(e.clientY-this._lastY))<i)return;this._onDragStart(t,!0)}if(it){r?(r.e+=c-(gt||0),r.f+=l-(mt||0)):r={a:1,b:0,c:0,d:1,e:c,f:l};var h="matrix(".concat(r.a,",").concat(r.b,",").concat(r.c,",").concat(r.d,",").concat(r.e,",").concat(r.f,")");D(it,"webkitTransform",h),D(it,"mozTransform",h),D(it,"msTransform",h),D(it,"transform",h),gt=c,mt=l,vt=e}t.cancelable&&t.preventDefault()}},_appendGhost:function(){if(!it){var t=this.options.fallbackOnBody?document.body:ot,n=L(tt,!0,zt,!0,t),i=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=R()),n.top+=Tt.scrollTop,n.left+=Tt.scrollLeft):Tt=R(),jt=B(Tt)}A(it=tt.cloneNode(!0),i.ghostClass,!1),A(it,i.fallbackClass,!0),A(it,i.dragClass,!0),D(it,"transition",""),D(it,"transform",""),D(it,"box-sizing","border-box"),D(it,"margin",0),D(it,"top",n.top),D(it,"left",n.left),D(it,"width",n.width),D(it,"height",n.height),D(it,"opacity","0.8"),D(it,"position",zt?"absolute":"fixed"),D(it,"zIndex","100000"),D(it,"pointerEvents","none"),Kt.ghost=it,t.appendChild(it),D(it,"transform-origin",pt/parseInt(it.style.width)*100+"% "+xt/parseInt(it.style.height)*100+"%")}},_onDragStart:function(t,n){var i=this,o=t.dataTransfer,e=i.options;J("dragStart",this,{evt:t}),Kt.eventCanceled?this._onDrop():(J("setupClone",this),Kt.eventCanceled||((at=X(tt)).removeAttribute("id"),at.draggable=!1,at.style["will-change"]="",this._hideClone(),A(at,this.options.chosenClass,!1),Kt.clone=at),i.cloneId=Vt((function(){J("clone",i),Kt.eventCanceled||(i.options.removeCloneOnHide||ot.insertBefore(at,tt),i._hideClone(),Q({sortable:i,name:"clone"}))})),!n&&A(tt,e.dragClass,!0),n?(kt=!0,i._loopId=setInterval(i._emulateDragOver,50)):(O(document,"mouseup",i._onDrop),O(document,"touchend",i._onDrop),O(document,"touchcancel",i._onDrop),o&&(o.effectAllowed="move",e.setData&&e.setData.call(i,o,tt)),T(document,"drop",i),D(tt,"transform","translateZ(0)")),Ot=!0,i._dragStartId=Vt(i._dragStarted.bind(i,n,t)),T(document,"selectstart",i),wt=!0,w&&D(document.body,"user-select","none"))},_onDragOver:function(t){var n,i,o,e,r=this.el,a=t.target,s=this.options,u=s.group,c=Kt.active,l=dt===u,h=s.sort,f=ft||c,b=this,v=!1;if(!At){if(void 0!==t.preventDefault&&t.cancelable&&t.preventDefault(),a=I(a,s.draggable,r,!0),_("dragOver"),Kt.eventCanceled)return v;if(tt.contains(t.target)||a.animated&&a.animatingX&&a.animatingY||b._ignoreWhileAnimating===a)return R(!1);if(kt=!1,c&&!s.disabled&&(l?h||(o=nt!==ot):ft===this||(this.lastPutMode=dt.checkPull(this,c,tt,t))&&u.checkPut(this,c,tt,t))){if(e="vertical"===this._getDirection(t,a),n=L(tt),_("dragOverValid"),Kt.eventCanceled)return v;if(o)return nt=ot,z(),this._hideClone(),_("revert"),Kt.eventCanceled||(et?ot.insertBefore(tt,et):ot.appendChild(tt)),R(!0);var g=H(r,s.draggable);if(!g||function(t,n,i){var o=L(H(i.el,i.options.draggable));return n?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 R(!1);if(g&&r===t.target&&(a=g),a&&(i=L(a)),!1!==Ut(ot,r,tt,n,a,i,t,!!a))return z(),g&&g.nextSibling?r.insertBefore(tt,g.nextSibling):r.appendChild(tt),nt=r,B(),R(!0)}else if(g&&function(t,n,i){var o=L(F(i.el,0,i.options,!0));return n?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,s,!0);if(m===tt)return R(!1);if(i=L(a=m),!1!==Ut(ot,r,tt,n,a,i,t,!1))return z(),r.insertBefore(tt,m),nt=r,B(),R(!0)}else if(a.parentNode===r){i=L(a);var p,x,w,y=tt.parentNode!==r,E=!function(t,n,i){var o=i?t.left:t.top,e=i?n.left:n.top;return o===e||(i?t.right:t.bottom)===(i?n.right:n.bottom)||o+(i?t.width:t.height)/2===e+(i?n.width:n.height)/2}(tt.animated&&tt.toRect||n,a.animated&&a.toRect||i,e),S=e?"top":"left",T=N(a,"top","top")||N(tt,"top","top"),O=T?T.scrollTop:void 0;if(yt!==a&&(x=i[S],It=!1,Ct=!E&&s.invertSwap||y),p=function(t,n,i,o,e,r,a,s){var u=o?t.clientY:t.clientX,c=o?i.height:i.width,l=o?i.top:i.left,h=o?i.bottom:i.right,d=!1;if(!a)if(s&&St<c*e){if(!It&&(1===Et?u>l+c*r/2:u<h-c*r/2)&&(It=!0),It)d=!0;else if(1===Et?u<l+St:u>h-St)return-Et}else if(u>l+c*(1-e)/2&&u<h-c*(1-e)/2)return function(t){return P(tt)<P(t)?1:-1}(n);return(d=d||a)&&(u<l+c*r/2||u>h-c*r/2)?u>l+c/2?1:-1:0}(t,a,i,e,E?1:s.swapThreshold,null==s.invertedSwapThreshold?s.swapThreshold:s.invertedSwapThreshold,Ct,yt===a),0!==p){var k=P(tt);do{w=nt.children[k-=p]}while(w&&("none"===D(w,"display")||w===it))}if(0===p||w===a)return R(!1);yt=a,Et=p;var M=a.nextElementSibling,C=!1,j=Ut(ot,r,tt,n,a,i,t,C=1===p);if(!1!==j)return 1!==j&&-1!==j||(C=1===j),At=!0,setTimeout(Yt,30),z(),C&&!M?r.appendChild(tt):a.parentNode.insertBefore(tt,C?M:a),T&&U(T,0,O-T.scrollTop),nt=tt.parentNode,void 0===x||Ct||(St=Math.abs(x-L(a)[S])),B(),R(!0)}if(r.contains(tt))return R(!1)}return!1}function _(s,u){J(s,b,d({evt:t,isOwner:l,axis:e?"vertical":"horizontal",revert:o,dragRect:n,targetRect:i,canSort:h,fromSortable:f,target:a,completed:R,onMove:function(i,o){return Ut(ot,r,tt,n,i,L(i),t,o)},changed:B},u))}function z(){_("dragOverAnimationCapture"),b.captureAnimationState(),b!==f&&f.captureAnimationState()}function R(n){return _("dragOverCompleted",{insertion:n}),n&&(l?c._hideClone():c._showClone(b),b!==f&&(A(tt,ft?ft.options.ghostClass:c.options.ghostClass,!1),A(tt,s.ghostClass,!0)),ft!==b&&b!==Kt.active?ft=b:b===Kt.active&&ft&&(ft=null),f===b&&(b._ignoreWhileAnimating=a),b.animateAll((function(){_("dragOverAnimationComplete"),b._ignoreWhileAnimating=null})),b!==f&&(f.animateAll(),f._ignoreWhileAnimating=null)),(a===tt&&!tt.animated||a===r&&!a.animated)&&(yt=null),s.dragoverBubble||t.rootEl||a===document||(tt.parentNode[Y]._isOutsideThisEl(t.target),!n&&Gt(t)),!s.dragoverBubble&&t.stopPropagation&&t.stopPropagation(),v=!0}function B(){ct=P(tt),ht=P(tt,s.draggable),Q({sortable:b,name:"change",toEl:r,newIndex:ct,newDraggableIndex:ht,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 n=this.el,i=this.options;ct=P(tt),ht=P(tt,i.draggable),J("drop",this,{evt:t}),nt=tt&&tt.parentNode,ct=P(tt),ht=P(tt,i.draggable),Kt.eventCanceled||(Ot=!1,Ct=!1,It=!1,clearInterval(this._loopId),clearTimeout(this._dragStartTimer),Zt(this.cloneId),Zt(this._dragStartId),this.nativeDraggable&&(O(document,"drop",this),O(n,"dragstart",this._onDragStart)),this._offMoveEvents(),this._offUpEvents(),w&&D(document.body,"user-select",""),D(tt,"transform",""),t&&(wt&&(t.cancelable&&t.preventDefault(),!i.dropBubble&&t.stopPropagation()),it&&it.parentNode&&it.parentNode.removeChild(it),(ot===nt||ft&&"clone"!==ft.lastPutMode)&&at&&at.parentNode&&at.parentNode.removeChild(at),tt&&(this.nativeDraggable&&O(tt,"dragend",this),Xt(tt),tt.style["will-change"]="",wt&&!Ot&&A(tt,ft?ft.options.ghostClass:this.options.ghostClass,!1),A(tt,this.options.chosenClass,!1),Q({sortable:this,name:"unchoose",toEl:nt,newIndex:null,newDraggableIndex:null,originalEvent:t}),ot!==nt?(ct>=0&&(Q({rootEl:nt,name:"add",toEl:nt,fromEl:ot,originalEvent:t}),Q({sortable:this,name:"remove",toEl:nt,originalEvent:t}),Q({rootEl:nt,name:"sort",toEl:nt,fromEl:ot,originalEvent:t}),Q({sortable:this,name:"sort",toEl:nt,originalEvent:t})),ft&&ft.save()):ct!==ut&&ct>=0&&(Q({sortable:this,name:"update",toEl:nt,originalEvent:t}),Q({sortable:this,name:"sort",toEl:nt,originalEvent:t})),Kt.active&&(null!=ct&&-1!==ct||(ct=ut,ht=lt),Q({sortable:this,name:"end",toEl:nt,originalEvent:t}),this.save())))),this._nulling()},_nulling:function(){J("nulling",this),ot=tt=nt=it=et=at=rt=st=bt=vt=wt=ct=ht=ut=lt=yt=Et=ft=dt=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,n=[],i=this.el.children,o=0,e=i.length,r=this.options;o<e;o++)I(t=i[o],r.draggable,this.el,!1)&&n.push(t.getAttribute(r.dataIdAttr)||$t(t));return n},sort:function(t,n){var i={},o=this.el;this.toArray().forEach((function(t,n){var e=o.children[n];I(e,this.options.draggable,o,!1)&&(i[t]=e)}),this),n&&this.captureAnimationState(),t.forEach((function(t){i[t]&&(o.removeChild(i[t]),o.appendChild(i[t]))})),n&&this.animateAll()},save:function(){var t=this.options.store;t&&t.set&&t.set(this)},closest:function(t,n){return I(t,n||this.options.draggable,this.el,!1)},option:function(t,n){var i=this.options;if(void 0===n)return i[t];var o=Z.modifyOption(this,t,n);i[t]=void 0!==o?o:n,"group"===t&&Ht(i)},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(),Mt.splice(Mt.indexOf(this.el),1),this.el=t=null},_hideClone:function(){if(!st){if(J("hideClone",this),Kt.eventCanceled)return;D(at,"display","none"),this.options.removeCloneOnHide&&at.parentNode&&at.parentNode.removeChild(at),st=!0}},_showClone:function(t){if("clone"===t.lastPutMode){if(st){if(J("showClone",this),Kt.eventCanceled)return;tt.parentNode!=ot||this.options.group.revertClone?et?ot.insertBefore(at,et):ot.appendChild(at):ot.insertBefore(at,tt),this.options.group.revertClone&&this.animate(tt,at),D(at,"display",""),st=!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,n){return!!I(t,n,t,!1)},extend:function(t,n){if(t&&n)for(var i in n)n.hasOwnProperty(i)&&(t[i]=n[i]);return t},throttle:K,closest:I,toggleClass:A,clone:X,index:P,nextTick:Vt,cancelNextTick:Zt,detectDirection:Ft,getChild:F},Kt.get=function(t){return t[Y]},Kt.mount=function(){for(var t=arguments.length,n=new Array(t),i=0;i<t;i++)n[i]=arguments[i];n[0].constructor===Array&&(n=n[0]),n.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=d(d({},Kt.utils),t.utils)),Z.mount(t)}))},Kt.create=function(t,n){return new Kt(t,n)},Kt.version="1.15.0";var qt,Jt,Qt,tn,nn,on,en=[],rn=!1;function an(){en.forEach((function(t){clearInterval(t.pid)})),en=[]}function sn(){clearInterval(on)}var un=K((function(t,n,i,o){if(n.scroll){var e,r=(t.touches?t.touches[0]:t).clientX,a=(t.touches?t.touches[0]:t).clientY,s=n.scrollSensitivity,u=n.scrollSpeed,c=R(),l=!1;Jt!==i&&(Jt=i,an(),e=n.scrollFn,!0===(qt=n.scroll)&&(qt=G(i,!0)));var h=0,d=qt;do{var f=d,b=L(f),v=b.top,g=b.bottom,m=b.left,p=b.right,x=b.width,w=b.height,y=void 0,E=void 0,S=f.scrollWidth,T=f.scrollHeight,O=D(f),k=f.scrollLeft,M=f.scrollTop;f===c?(y=x<S&&("auto"===O.overflowX||"scroll"===O.overflowX||"visible"===O.overflowX),E=w<T&&("auto"===O.overflowY||"scroll"===O.overflowY||"visible"===O.overflowY)):(y=x<S&&("auto"===O.overflowX||"scroll"===O.overflowX),E=w<T&&("auto"===O.overflowY||"scroll"===O.overflowY));var I=y&&(Math.abs(p-r)<=s&&k+x<S)-(Math.abs(m-r)<=s&&!!k),C=E&&(Math.abs(g-a)<=s&&M+w<T)-(Math.abs(v-a)<=s&&!!M);if(!en[h])for(var j=0;j<=h;j++)en[j]||(en[j]={});en[h].vx==I&&en[h].vy==C&&en[h].el===f||(en[h].el=f,en[h].vx=I,en[h].vy=C,clearInterval(en[h].pid),0==I&&0==C||(l=!0,en[h].pid=setInterval(function(){o&&0===this.layer&&Kt.active._onTouchMove(nn);var n=en[this.layer].vy?en[this.layer].vy*u:0,i=en[this.layer].vx?en[this.layer].vx*u:0;"function"==typeof e&&"continue"!==e.call(Kt.dragged.parentNode[Y],i,n,t,nn,en[this.layer].el)||U(en[this.layer].el,i,n)}.bind({layer:h}),24))),h++}while(n.bubbleScroll&&d!==c&&(d=G(d,!1)));rn=l}}),30),cn=function(t){var n=t.originalEvent,i=t.putSortable,o=t.dragEl,e=t.dispatchSortableEvent,r=t.unhideGhostForTarget;if(n){var a=i||t.activeSortable;(0,t.hideGhostForTarget)();var s=n.changedTouches&&n.changedTouches.length?n.changedTouches[0]:n,u=document.elementFromPoint(s.clientX,s.clientY);r(),a&&!a.el.contains(u)&&(e("spill"),this.onSpill({dragEl:o,putSortable:i}))}};function ln(){}function hn(){}ln.prototype={startIndex:null,dragStart:function(t){this.startIndex=t.oldDraggableIndex},onSpill:function(t){var n=t.dragEl,i=t.putSortable;this.sortable.captureAnimationState(),i&&i.captureAnimationState();var o=F(this.sortable.el,this.startIndex,this.options);o?this.sortable.el.insertBefore(n,o):this.sortable.el.appendChild(n),this.sortable.animateAll(),i&&i.animateAll()},drop:cn},v(ln,{pluginName:"revertOnSpill"}),hn.prototype={onSpill:function(t){var n=t.dragEl,i=t.putSortable||this.sortable;i.captureAnimationState(),n.parentNode&&n.parentNode.removeChild(n),i.animateAll()},drop:cn},v(hn,{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 n=t.originalEvent;this.sortable.nativeDraggable?T(document,"dragover",this._handleAutoScroll):T(document,this.options.supportPointer?"pointermove":n.touches?"touchmove":"mousemove",this._handleFallbackAutoScroll)},dragOverCompleted:function(t){var n=t.originalEvent;this.options.dragOverBubble||n.rootEl||this._handleAutoScroll(n)},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)),sn(),an(),clearTimeout(C),C=void 0},nulling:function(){nn=Jt=qt=rn=on=Qt=tn=null,en.length=0},_handleFallbackAutoScroll:function(t){this._handleAutoScroll(t,!0)},_handleAutoScroll:function(t,n){var i=this,o=(t.touches?t.touches[0]:t).clientX,e=(t.touches?t.touches[0]:t).clientY,r=document.elementFromPoint(o,e);if(nn=t,n||this.options.forceAutoScrollFallback||p||m||w){un(t,this.options,r,n);var a=G(r,!0);!rn||on&&o===Qt&&e===tn||(on&&sn(),on=setInterval((function(){var r=G(document.elementFromPoint(o,e),!0);r!==a&&(a=r,an()),un(t,i.options,r,n)}),10),Qt=o,tn=e)}else{if(!this.options.bubbleScroll||G(r,!0)===R())return void an();un(t,this.options,G(r,!1),!1)}}},v(t,{pluginName:"scroll",initializeByDefault:!0})}),Kt.mount(hn,ln);const dn=class{constructor(i){t(this,i),this.newTab=n(this,"newTab",7),this.sortChanged=n(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&&s(".gux-scrollable-section",t)&&!this.keyboardSort&&(this.ariaLiveAlert="toggleSort")}onFocusout(t){this.root.querySelector(".gux-scrollable-section").contains(t.relatedTarget)||this.tabTriggers.forEach(((t,n)=>{t.guxGetActive().then((i=>{i?this.focused=n:(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&&!s(".gux-tab-options-button",t)){this.ariaLiveAlert="";const t=this.root.querySelector(".gux-scrollable-section"),n=t.querySelectorAll("gux-tab-advanced"),i=Array.prototype.indexOf.call(n,this.sortTarget);let o;o=i===n.length-1?n[0]:n[i+2],t.insertBefore(this.sortTarget,o),this.tabTriggers=this.root.querySelectorAll("gux-tab-advanced"),this.tabTriggers.forEach(((t,n)=>{var i;t.tabId===(null===(i=this.sortTarget)||void 0===i?void 0:i.getAttribute("tab-id"))&&(this.focused=n)})),this.focusTab(this.focused)}else s(".gux-tab-options-button",t)||s(".gux-dropdown-option-container",t)||this.handleKeyboardScroll("forward");break;case"ArrowLeft":case"ArrowUp":if(t.preventDefault(),this.keyboardSort&&!s(".gux-tab-options-button",t)){this.ariaLiveAlert="";const t=this.root.querySelector(".gux-scrollable-section"),n=t.querySelectorAll("gux-tab-advanced"),i=Array.prototype.indexOf.call(n,this.sortTarget);t.insertBefore(this.sortTarget,n[i-1]||null),this.tabTriggers=this.root.querySelectorAll("gux-tab-advanced"),this.tabTriggers.forEach(((t,n)=>{var i;t.tabId===(null===(i=this.sortTarget)||void 0===i?void 0:i.getAttribute("tab-id"))&&(this.focused=n)})),this.focusTab(this.focused)}else s(".gux-tab-options-button",t)||s(".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-scrollable-section").insertBefore(this.sortTarget,this.tabTriggers[this.initialSortIndex]||null)),this.tabTriggers=this.root.querySelectorAll("gux-tab-advanced"),this.tabTriggers.forEach(((t,n)=>{var i;t.tabId===(null===(i=this.sortTarget)||void 0===i?void 0:i.getAttribute("tab-id"))&&(this.focused=n)})),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,n)=>{var i;t.tabId===(null===(i=this.sortTarget)||void 0===i?void 0:i.getAttribute("tab-id"))&&(this.focused=n)})),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&&s(".gux-tab",t)&&!s(".gux-tab-options-button",t)&&!s("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,n)=>{var i;t.tabId===(null===(i=this.sortTarget)||void 0===i?void 0:i.getAttribute("tab-id"))&&(this.focused=n)})),this.focusTab(this.focused),this.emitSortChanged()):(this.keyboardSort=!0,this.sortTarget=t.target.parentNode.parentNode,this.tabTriggers.forEach(((t,n)=>{var i;t.tabId===(null===(i=this.sortTarget)||void 0===i?void 0:i.getAttribute("tab-id"))&&(this.initialSortIndex=n)})),this.ariaLiveAlert="sortModeOn"))}async guxSetActive(t){this.tabTriggers.forEach(((n,i)=>{const o=n.tabId===t;n.guxSetActive(o),o&&(this.focused=i)}))}focusTab(t){this.focused=t,this.tabTriggers.forEach(((t,n)=>{t.guxGetActive().then((i=>{this.focused===n||i||(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-scrollable-section"),{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(){i((()=>{const t=this.root.querySelector(".gux-scrollable-section"),n=t.clientWidth<t.scrollWidth;n!==this.hasScrollbar&&(this.hasScrollbar=n)}))}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 c(this.root,l,"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[e("span",{class:"gux-sr-only gux-aria-live-region","aria-live":"polite"},this.ariaLiveAlert?this.i18n(this.ariaLiveAlert):""),e("div",{class:"gux-tab-container"},e("div",{class:"action-button-container"},this.renderScrollButton("scrollLeft")),e("div",{role:"tablist",class:"gux-scrollable-section "+(this.keyboardSort?"gux-tab-sorting":""),"aria-owns":this.triggerIds},e("slot",null)),e("div",{class:"action-button-container"},this.renderScrollButton("scrollRight"),this.showNewTabButton?e((t=>e("button",{title:this.disableAddTabButton?this.i18n("disableNewTab"):this.root.querySelector('[slot="add-tab"]')?this.root.querySelector('[slot="add-tab"]').textContent.trim():this.i18n("createNewTab"),class:"add-tab-button",onClick:()=>t.onClick(),disabled:this.disableAddTabButton},e("slot",{name:"add-tab"},e("gux-icon",{"icon-name":"add",decorative:!0})))),{onClick:()=>this.newTab.emit()}):null))]}renderScrollButton(t){return e("div",{class:"gux-scroll-button-container"},this.hasScrollbar?e("button",{tabindex:"-1",title:this.i18n(t),"aria-label":this.i18n(t),class:"gux-scroll-button",onDragOver:()=>this.getScrollDirection(t),onClick:()=>this.getScrollDirection(t)},e("gux-icon",{"icon-name":this.getChevronIconName(t),decorative:!0})):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,n,i,o){var e,r=arguments.length,a=r<3?n:null===o?o=Object.getOwnPropertyDescriptor(n,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,n,i,o);else for(var s=t.length-1;s>=0;s--)(e=t[s])&&(a=(r<3?e(a):r>3?e(n,i,a):e(n,i))||a);r>3&&a&&Object.defineProperty(n,i,a)})([a({childList:!0,subtree:!0})],dn.prototype,"onMutation",null),dn.style="gux-tab-advanced-list .gux-tab-container{display:flex;align-items:flex-end;width:100%;height:50px;margin-bottom:16px;overflow-x:auto;overflow-y:hidden;background-color:#f6f7f9;border-bottom:1px solid #d7dce5;border-radius:4px 4px 0 0}gux-tab-advanced-list .gux-tab-container .action-button-container{display:flex;border-radius:4px}gux-tab-advanced-list .gux-tab-container .action-button-container .add-tab-button{min-width:35px;height:50px;padding:0;margin-left:2px;color:#2e394c;background-color:#e2e6ee;border:none;border-radius:4px;transition:color 0.25s}gux-tab-advanced-list .gux-tab-container .action-button-container .add-tab-button [slot='add-tab']{display:inline-flex;align-items:center;padding:0 12px;white-space:nowrap;font-size:12px;line-height:20px;font-family:Roboto, sans-serif;font-weight:400;font-weight:700}gux-tab-advanced-list .gux-tab-container .action-button-container .add-tab-button [slot='add-tab'] gux-icon{padding-right:8px}gux-tab-advanced-list .gux-tab-container .action-button-container .add-tab-button:disabled{opacity:0.5}gux-tab-advanced-list .gux-tab-container .action-button-container .add-tab-button:hover{background-color:#d7dce5}gux-tab-advanced-list .gux-tab-container .action-button-container .add-tab-button:active{background-color:#c8cfda}gux-tab-advanced-list .gux-tab-container .action-button-container .add-tab-button:focus-visible{outline:none;box-shadow:inset 0 0 0 3px #aac9ff}gux-tab-advanced-list .gux-tab-container .action-button-container .add-tab-button:focus-visible{border-radius:5px;outline:none;box-shadow:inset 0 0 0 3px #aac9ff}gux-tab-advanced-list .gux-tab-container .action-button-container .add-tab-button gux-icon{width:16px;height:16px}gux-tab-advanced-list .gux-tab-container .action-button-container .gux-scroll-button-container{display:flex;border-radius:4px}gux-tab-advanced-list .gux-tab-container .action-button-container .gux-scroll-button-container .gux-scroll-button{display:flex;align-items:center;justify-content:center;width:28px;height:50px;padding:0;color:#2e394c;background-color:#e2e6ee;border:none;border-radius:4px;transition:color 0.25s}gux-tab-advanced-list .gux-tab-container .action-button-container .gux-scroll-button-container .gux-scroll-button:focus-visible{border:3px solid #aac9ff;border-radius:5px;outline:none}gux-tab-advanced-list .gux-tab-container .action-button-container .gux-scroll-button-container .gux-scroll-button gux-icon{width:16px;height:16px}gux-tab-advanced-list .gux-tab-container .action-button-container .gux-scroll-button-container .gux-scroll-button:focus-visible{border:3px solid #aac9ff;outline:none}gux-tab-advanced-list .gux-tab-container .action-button-container .gux-scroll-button-container .gux-scroll-button:hover{background-color:#d7dce5}gux-tab-advanced-list .gux-tab-container .action-button-container .gux-scroll-button-container .gux-scroll-button:active{background-color:#c8cfda}gux-tab-advanced-list .gux-tab-container .action-button-container .gux-scroll-button-container .gux-scroll-button:focus-visible{outline:3px solid #aac9ff;outline-offset:1px;box-shadow:0 0 0 1px #fdfdfd}gux-tab-advanced-list .gux-tab-container .gux-scrollable-section{display:flex;align-items:flex-end;height:50px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none}gux-tab-advanced-list .gux-tab-container .gux-scrollable-section::-webkit-scrollbar{height:0}gux-tab-advanced-list .gux-sr-only{position:absolute;top:auto;left:-10000px;width:1px;height:1px;overflow:hidden}";export{dn as gux_tab_advanced_list}
@@ -1 +0,0 @@
1
- import{r,h as e,H as t}from"./p-7d26b2e1.js";const o=class{constructor(e){r(this,e)}render(){return e(t,{role:"presentation"})}};o.style=":host{position:relative;display:flex;width:100%;height:1px;padding:0;margin:16px 0;line-height:32px;pointer-events:none;cursor:pointer;cursor:default;background-color:#c8cfda}";export{o as gux_list_divider}
@@ -1 +0,0 @@
1
- import{r as e,c as t,h as i,g as s}from"./p-7d26b2e1.js";import{o}from"./p-93904222.js";import{O as n}from"./p-9d18d475.js";import{a as r}from"./p-091f51f6.js";import{t as p}from"./p-af4a6b41.js";import{b as a}from"./p-deee079e.js";import"./p-8a133b9b.js";const u={searchAria:"Search"};const d=class{constructor(i){e(this,i),this.input=t(this,"input",7),this.filter=t(this,"filter",7),this.disabled=!1,this.placeholder=void 0,this.noFilter=!1,this.filterDebounceTimeout=500,this.dropdownHeight="320px",this.srLabelledby=void 0,this.opened=void 0,this.currentlySelectedOption=void 0,this.selectionOptions=void 0}watchValue(e){this.opened&&e&&this.closeDropdown(!1)}get value(){var e;return null===(e=this.currentlySelectedOption)||void 0===e?void 0:e.text}getSelectedValues(){return Promise.resolve([this.value])}async setLabeledBy(e){this.srLabelledby=e}onClickOutside(){this.closeDropdown(!1)}async componentWillLoad(){p(this.root),this.i18n=await a(this.root,u),this.handleSelectionChange=this.handleSelectionChange.bind(this),this.updateSelectionState(),this.addOptionListener(),this.slotObserver=o(this.root,(()=>this.updateSelectionState()))}disconnectedCallback(){this.slotObserver&&this.slotObserver.disconnect()}render(){return i("gux-popup",{expanded:this.opened,disabled:this.disabled},i("div",{slot:"target",class:"gux-select-field",onMouseDown:()=>this.inputMouseDown()},i("a",{ref:e=>this.inputBox=e,class:"gux-select-input","aria-labelledby":this.srLabelledby,tabindex:"0",onKeyDown:e=>this.inputKeyDown(e)},this.placeholder&&!this.value&&i("span",{class:"gux-select-placeholder",title:this.placeholder},this.placeholder),this.value&&i("span",{class:"gux-select-value",title:this.value},this.value)),i("div",{class:"gux-icon-wrapper"},i("gux-icon",{decorative:!0,"icon-name":"chevron-small-down"}))),i("div",{slot:"popup",class:"gux-advanced-dropdown-menu"},i("div",{class:"gux-dropdown-menu-container"},i("gux-form-field-search",{"label-position":"screenreader"},i("label",{slot:"label"},this.i18n("searchAria")),i("input",{slot:"input",type:"search",onInput:e=>{this.handleSearchInput(e)},ref:e=>this.searchInput=e})),i("div",{class:"gux-dropdown-options",style:{maxHeight:this.dropdownHeight},onKeyDown:e=>this.optionsKeyDown(e)},i("slot",null)))))}updateSelectionState(){this.selectionOptions=this.getSelectionOptions(),this.currentlySelectedOption=this.selectionOptions.find((e=>e.selected))}addOptionListener(){this.root.addEventListener("selectedChanged",(e=>this.handleSelectionChange(e)))}handleSelectionChange({target:e}){const t=e;this.closeDropdown(!0),this.currentlySelectedOption!==t&&(this.currentlySelectedOption&&(this.currentlySelectedOption.selected=!1),this.currentlySelectedOption=t,this.input.emit(t.value))}getSelectionOptions(){const e=this.root.querySelectorAll("gux-dropdown-option");return Array.from(e)}inputMouseDown(){this.disabled||(this.opened?this.closeDropdown(!0):this.openDropdown(!1))}getFocusIndex(){return this.selectionOptions.findIndex((e=>e.matches(":focus")))}optionsKeyDown(e){switch(e.key){case"ArrowUp":{e.preventDefault();const t=this.getFocusIndex();t>0&&this.selectionOptions[t-1].focus();break}case"ArrowDown":{e.preventDefault();const t=this.getFocusIndex();t<this.selectionOptions.length-1&&this.selectionOptions[t+1].focus();break}case"Home":if(!this.selectionOptions.length)return;this.selectionOptions[0].focus();break;case"End":if(!this.selectionOptions.length)return;this.selectionOptions[this.selectionOptions.length-1].focus()}}inputKeyDown(e){switch(e.key){case"ArrowUp":case"ArrowDown":case" ":this.openDropdown(!0)}}handleSearchInput(e){e.stopPropagation(),clearTimeout(this.filterDebounceTimer),this.filterDebounceTimer=setTimeout((()=>this.searchRequested()),this.filterDebounceTimeout)}searchRequested(){this.filter.emit(this.searchInput.value),this.setFilteredOptions()}setFilteredOptions(){const e=this.searchInput.value;if(!this.noFilter)for(const t of this.selectionOptions)t.shouldFilter(e).then((e=>{t.filtered=e}))}changeFocusToSearch(){r((()=>{this.searchInput.focus()}))}openDropdown(e){this.opened=!0,e&&this.changeFocusToSearch()}closeDropdown(e){this.opened=!1,this.searchInput.value="",this.setFilteredOptions(),e&&this.inputBox.focus()}get root(){return s(this)}static get watchers(){return{disabled:["watchValue"]}}};(function(e,t,i,s){var o,n=arguments.length,r=n<3?t:null===s?s=Object.getOwnPropertyDescriptor(t,i):s;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)r=Reflect.decorate(e,t,i,s);else for(var p=e.length-1;p>=0;p--)(o=e[p])&&(r=(n<3?o(r):n>3?o(t,i,r):o(t,i))||r);n>3&&r&&Object.defineProperty(t,i,r)})([n({triggerEvents:"mousedown"})],d.prototype,"onClickOutside",null),d.style=":host{color:#2e394c}gux-popup{display:block;margin:4px 0}gux-popup .gux-select-field{position:relative;width:100%;height:32px}gux-popup .gux-select-field a.gux-select-input{position:absolute;inset:0;padding:6px 24px 6px 12px;overflow:hidden;color:#2e394c;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;background-color:#f6f7f9;background-image:none;border:1px solid #6b7585;border-radius:4px;box-shadow:inset 0 0 4px rgba(32, 41, 55, 0.16)}gux-popup .gux-select-field a.gux-select-input .gux-select-placeholder,gux-popup .gux-select-field a.gux-select-input .gux-select-value{line-height:20px}gux-popup .gux-select-field a.gux-select-input .gux-select-placeholder{color:#596373}gux-popup .gux-select-field a.gux-select-input:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(117, 168, 255, 0.5)}gux-popup .gux-select-field .gux-icon-wrapper{position:absolute;top:1px;right:8px;bottom:0;display:flex;align-items:center;overflow:hidden;cursor:pointer}gux-popup .gux-select-field .gux-icon-wrapper gux-icon{width:16px;height:16px;color:#596373}gux-popup .gux-select-field:hover .gux-icon-wrapper gux-icon{color:#2e394c}gux-popup .gux-advanced-dropdown-menu{width:100%;background:#fdfdfd;border:1px solid #b4bccb;border-radius:4px;box-shadow:0 0 2px 0 rgba(32, 41, 55, 0.24);box-shadow:0 2px 4px rgba(32, 41, 55, 0.24)}gux-popup .gux-advanced-dropdown-menu .gux-dropdown-menu-container gux-form-field-search{margin:8px 16px}gux-popup .gux-advanced-dropdown-menu .gux-dropdown-menu-container gux-form-field-search input::-webkit-search-cancel-button,gux-popup .gux-advanced-dropdown-menu .gux-dropdown-menu-container gux-form-field-search input::-webkit-search-results-button,gux-popup .gux-advanced-dropdown-menu .gux-dropdown-menu-container gux-form-field-search input::-webkit-calendar-picker-indicator{display:none;-webkit-appearance:none}gux-popup .gux-dropdown-options{padding:8px 0;margin:0;overflow-y:auto;color:#2e394c;background:#fdfdfd;border-radius:4px;box-shadow:none}gux-popup::part(gux-popup-container){width:inherit}";export{d as gux_advanced_dropdown}
@@ -1 +0,0 @@
1
- import{r as t,c as s,h as e,g as i}from"./p-7d26b2e1.js";import{O as o}from"./p-9d18d475.js";import{b as r}from"./p-3701eff0.js";import{c as d}from"./p-e459974a.js";const c=class{constructor(e){t(this,e),this.guxdismiss=s(this,"guxdismiss",7),this.for=void 0,this.closeOnClickOutside=!1,this.hidden=!0}hiddenHandler(t){t||this.popperInstance?!t&&this.popperInstance&&this.popperInstance.forceUpdate():this.runPopper()}checkForClickOutside(t){const s=t.composedPath(),e=document.getElementById(this.for),i=s.includes(e);!this.closeOnClickOutside||this.hidden||i||this.dismiss()}runPopper(){const t=document.getElementById(this.for);this.popupElement&&(this.popperInstance=d(t,this.popupElement,{strategy:"fixed",modifiers:[{name:"offset",options:{offset:[-20,0]}}],placement:"bottom-start"}))}destroyPopper(){this.popperInstance&&(this.popperInstance.destroy(),this.popperInstance=null)}dismiss(){this.guxdismiss.emit().defaultPrevented||this.root.setAttribute("hidden","")}connectedCallback(){this.hiddenObserver=r(this.root,(t=>{this.hidden=t})),this.hidden=this.root.hidden}componentDidLoad(){this.runPopper()}disconnectedCallback(){this.destroyPopper(),this.hiddenObserver&&this.hiddenObserver.disconnect()}render(){return e("div",{ref:t=>this.popupElement=t,class:"gux-popover-wrapper"},e("div",{class:"gux-popover-content"},e("slot",null)))}get root(){return i(this)}static get watchers(){return{hidden:["hiddenHandler"]}}};(function(t,s,e,i){var o,r=arguments.length,d=r<3?s:null===i?i=Object.getOwnPropertyDescriptor(s,e):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)d=Reflect.decorate(t,s,e,i);else for(var c=t.length-1;c>=0;c--)(o=t[c])&&(d=(r<3?o(d):r>3?o(s,e,d):o(s,e))||d);r>3&&d&&Object.defineProperty(s,e,d)})([o({triggerEvents:"mousedown"})],c.prototype,"checkForClickOutside",null),c.style=":host{color:#2e394c}.gux-popover-wrapper{z-index:var(--gux-zindex-popover, 2);display:inline-block;padding:8px 0;background-color:#fdfdfd;border:1px solid #b4bccb;border-radius:4px;box-shadow:0 2px 4px rgba(32, 41, 55, 0.24)}";export{c as gux_table_select_popover}
@@ -1 +0,0 @@
1
- import{r as t,h as s,H as r,g as e}from"./p-7d26b2e1.js";import{t as o}from"./p-af4a6b41.js";import{D as i}from"./p-6370cb48.js";import{g as a}from"./p-deee079e.js";import"./p-8a133b9b.js";const p=class{constructor(s){t(this,s),this.datetime=(new Date).toISOString(),this.format="short"}componentWillLoad(){o(this.root),this.formatter=new i(a(this.root))}render(){return s(r,null,this.formatter.formatDateTime(new Date(this.datetime),this.format))}get root(){return e(this)}};export{p as gux_date_time_beta}
@@ -1 +0,0 @@
1
- import{r as o,c as t,h as f,H as i,g as e}from"./p-7d26b2e1.js";import{t as n}from"./p-af4a6b41.js";const l=class{constructor(f){o(this,f),this.guxdismiss=t(this,"guxdismiss",7),this.accent="neutral"}componentWillLoad(){n(this.root,{variant:this.accent})}render(){return f(i,null,f("div",{class:`gux-icon gux-${this.accent}`},f("slot",{name:"icon"})),f("div",{class:"gux-content"},f("gux-truncate",{class:"gux-title","max-lines":1},f("slot",{name:"title"})),f("gux-truncate",{class:"gux-message","max-lines":2},f("slot",{name:"message"}))),f("gux-dismiss-button",{onClick:this.onDismissClickHandler.bind(this)}))}onDismissClickHandler(o){o.stopPropagation(),this.guxdismiss.emit().defaultPrevented||this.root.remove()}get root(){return e(this)}};l.style='.gux-focus-ring-focused:focus{outline:3px solid #aac9ff;outline-offset:1px;box-shadow:0 0 0 1px #fdfdfd}.gux-focus-ring-focused-within:focus-within{outline:3px solid #aac9ff;outline-offset:1px;box-shadow:0 0 0 1px #fdfdfd}.gux-focus-ring-focused-visible:focus-visible{outline:3px solid #aac9ff;outline-offset:1px;box-shadow:0 0 0 1px #fdfdfd}.gux-focus-ring-small-focused:focus{outline:2px solid #aac9ff;outline-offset:0}.gux-focus-ring-small-focused-within:focus-within{outline:2px solid #aac9ff;outline-offset:0}.gux-focus-ring-small-focused-visible:focus-visible{outline:2px solid #aac9ff;outline-offset:0}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:url("./fonts/roboto-v20-latin-300.eot");src:local("Roboto Light"), local("Roboto-Light"), url("./fonts/roboto-v20-latin-300.eot?#iefix") format("embedded-opentype"), url("./fonts/roboto-v20-latin-300.woff2") format("woff2"), url("./fonts/roboto-v20-latin-300.woff") format("woff"), url("./fonts/roboto-v20-latin-300.ttf") format("truetype"), url("./fonts/roboto-v20-latin-300.svg#Roboto") format("svg");}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:url("./fonts/roboto-v20-latin-regular.eot");src:local("Roboto"), local("Roboto-Regular"), url("./fonts/roboto-v20-latin-regular.eot?#iefix") format("embedded-opentype"), url("./fonts/roboto-v20-latin-regular.woff2") format("woff2"), url("./fonts/roboto-v20-latin-regular.woff") format("woff"), url("./fonts/roboto-v20-latin-regular.ttf") format("truetype"), url("./fonts/roboto-v20-latin-regular.svg#Roboto") format("svg");}@font-face{font-family:Roboto;font-style:italic;font-weight:400;src:url("./fonts/roboto-v20-latin-italic.eot");src:local("Roboto Italic"), local("Roboto-Italic"), url("./fonts/roboto-v20-latin-italic.eot?#iefix") format("embedded-opentype"), url("./fonts/roboto-v20-latin-italic.woff2") format("woff2"), url("./fonts/roboto-v20-latin-italic.woff") format("woff"), url("./fonts/roboto-v20-latin-italic.ttf") format("truetype"), url("./fonts/roboto-v20-latin-italic.svg#Roboto") format("svg");}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:url("./fonts/roboto-v20-latin-700.eot");src:local("Roboto Bold"), local("Roboto-Bold"), url("./fonts/roboto-v20-latin-700.eot?#iefix") format("embedded-opentype"), url("./fonts/roboto-v20-latin-700.woff2") format("woff2"), url("./fonts/roboto-v20-latin-700.woff") format("woff"), url("./fonts/roboto-v20-latin-700.ttf") format("truetype"), url("./fonts/roboto-v20-latin-700.svg#Roboto") format("svg");}body{font-family:Roboto, sans-serif;font-weight:400;font-size:12px;line-height:20px}h1{font-family:Roboto, sans-serif;font-weight:400;font-weight:300;font-size:24px;line-height:32px}h2{font-family:Roboto, sans-serif;font-weight:400;font-weight:300;font-size:18px;line-height:24px}h3{font-family:Roboto, sans-serif;font-weight:400;font-weight:700;font-size:14px;line-height:20px}h4,h5,h6{font-family:Roboto, sans-serif;font-weight:400;font-size:14px;line-height:20px}.gux-icon-anchor gux-icon{padding-right:8px}a{color:#2a60c8;text-decoration:underline;border-radius:2px}a:hover{color:#2754ac}a:active{color:#23478f}a:focus-visible{outline:3px solid #aac9ff;outline-offset:1px;box-shadow:0 0 0 1px #fdfdfd}table a{color:#2a60c8;text-decoration:underline;border-radius:2px;text-decoration:none}table a:hover{color:#2754ac}table a:active{color:#23478f}table a:focus-visible{outline:3px solid #aac9ff;outline-offset:1px;box-shadow:0 0 0 1px #fdfdfd}:host{position:relative;display:flex;flex-direction:row;flex-wrap:nowrap;align-content:stretch;align-items:flex-start;justify-content:flex-start;width:294px;padding:16px 8px 16px 16px;margin-bottom:4px;color:#2e394c;background:#f6f7f9;border:1px solid #b4bccb;border-color:#b4bccb;border-radius:4px;box-shadow:0 2px 4px fade(#202937, 24%)}.gux-icon{flex:0 1 auto;align-self:auto;order:0;margin:4px}.gux-icon ::slotted(gux-icon){width:24px !important;height:24px !important}.gux-icon.gux-alert{color:#ea0b0b}.gux-icon.gux-warning{color:#ffae00}.gux-icon.gux-positive{color:#3c8527}.gux-icon.gux-neutral{color:#203b73}.gux-content{display:flex;flex:1 1 auto;flex-direction:column;flex-wrap:nowrap;align-content:stretch;align-items:flex-start;align-self:auto;justify-content:flex-start;order:0;margin:0 12px 0 8px;color:#2e394c}.gux-content .gux-title,.gux-content .gux-message{flex:1 1 auto;align-self:auto;order:0}.gux-content .gux-title{font-family:Roboto, sans-serif;font-weight:400;font-size:14px;line-height:20px}';export{l as gux_notification_toast_legacy}