genesys-spark-components 4.26.1-beta.0 → 4.26.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1308) hide show
  1. package/dist/cjs/{after-next-render-a023ef47.js → after-next-render-162425fe.js} +2 -2
  2. package/dist/cjs/app-globals-3a1e7e63.js +5 -0
  3. package/dist/cjs/{capitalize-first-letter-251c82ed.js → capitalize-first-letter-424667dc.js} +1 -1
  4. package/dist/cjs/check-regional-dates-cookie-406e21e2.js +115 -0
  5. package/dist/cjs/{clamp-a9926a57.js → clamp-e86a226e.js} +4 -4
  6. package/dist/cjs/event-is-from-3ab90a6c.js +22 -0
  7. package/dist/cjs/find-element-by-id-fde17c92.js +26 -0
  8. package/dist/cjs/{floating-ui.dom.esm-cae393e0.js → floating-ui.dom.esm-f8b4cd90.js} +266 -195
  9. package/dist/cjs/genesys-webcomponents.cjs.js +5 -3
  10. package/dist/cjs/get-closest-element-9e41d6b9.js +19 -0
  11. package/dist/cjs/get-slot-676aebf2.js +7 -0
  12. package/dist/cjs/get-slot-text-content-83cb3c6d.js +8 -0
  13. package/dist/cjs/get-valid-timezone-52eac7fa.js +520 -0
  14. package/dist/cjs/gux-accordion-section.cjs.entry.js +60 -59
  15. package/dist/cjs/gux-accordion.cjs.entry.js +35 -34
  16. package/dist/cjs/gux-action-button.cjs.entry.js +120 -119
  17. package/dist/cjs/gux-action-toast-legacy.cjs.entry.js +14 -13
  18. package/dist/cjs/gux-advanced-dropdown-legacy.cjs.entry.js +194 -193
  19. package/dist/cjs/gux-all-row-select.cjs.entry.js +29 -28
  20. package/dist/cjs/gux-announce-beta.cjs.entry.js +23 -22
  21. package/dist/cjs/gux-avatar-beta.cjs.entry.js +104 -103
  22. package/dist/cjs/gux-badge.cjs.entry.js +41 -40
  23. package/dist/cjs/gux-blank-state.cjs.entry.js +34 -33
  24. package/dist/cjs/gux-breadcrumb-item.cjs.entry.js +37 -36
  25. package/dist/cjs/gux-breadcrumbs.cjs.entry.js +23 -22
  26. package/dist/cjs/gux-button-multi.cjs.entry.js +105 -104
  27. package/dist/cjs/gux-button-slot.cjs.entry.js +33 -32
  28. package/dist/cjs/gux-button.cjs.entry.js +53 -52
  29. package/dist/cjs/gux-calendar-beta.cjs.entry.js +212 -211
  30. package/dist/cjs/gux-calendar.cjs.entry.js +345 -344
  31. package/dist/cjs/gux-card.cjs.entry.js +18 -17
  32. package/dist/cjs/gux-column-manager-item.cjs.entry.js +152 -151
  33. package/dist/cjs/gux-column-manager.cjs.entry.js +99 -98
  34. package/dist/cjs/gux-column-manager.service-6eaeedb0.js +93 -0
  35. package/dist/cjs/gux-content-search.cjs.entry.js +135 -134
  36. package/dist/cjs/gux-context-menu.cjs.entry.js +108 -107
  37. package/dist/cjs/gux-copy-to-clipboard.cjs.entry.js +58 -57
  38. package/dist/cjs/gux-create-option.cjs.entry.js +45 -44
  39. package/dist/cjs/gux-cta-group.cjs.entry.js +63 -62
  40. package/dist/cjs/gux-date-beta.cjs.entry.js +36 -36
  41. package/dist/cjs/gux-date-time-beta.cjs.entry.js +37 -37
  42. package/dist/cjs/gux-datepicker.cjs.entry.js +593 -592
  43. package/dist/cjs/gux-disclosure-button-legacy.cjs.entry.js +47 -46
  44. package/dist/cjs/gux-dismiss-button.cjs.entry.js +19 -18
  45. package/dist/cjs/gux-dropdown-multi-tag.cjs.entry.js +38 -37
  46. package/dist/cjs/gux-dropdown-multi.cjs.entry.js +371 -370
  47. package/dist/cjs/gux-dropdown-option.cjs.entry.js +75 -74
  48. package/dist/cjs/gux-dropdown_3.cjs.entry.js +522 -519
  49. package/dist/cjs/gux-flag-icon-beta.cjs.entry.js +17 -16
  50. package/dist/cjs/gux-flyout-menu.cjs.entry.js +168 -167
  51. package/dist/cjs/gux-form-field-checkbox.cjs.entry.js +61 -60
  52. package/dist/cjs/gux-form-field-color.cjs.entry.js +79 -78
  53. package/dist/cjs/gux-form-field-container-51849136.js +21 -0
  54. package/dist/cjs/gux-form-field-dropdown.cjs.entry.js +95 -94
  55. package/dist/cjs/gux-form-field-fieldset-container-366ae678.js +24 -0
  56. package/dist/cjs/gux-form-field-input-clear-button.cjs.entry.js +18 -17
  57. package/dist/cjs/gux-form-field-number_3.cjs.entry.js +348 -345
  58. package/dist/cjs/gux-form-field-phone.cjs.entry.js +95 -94
  59. package/dist/cjs/gux-form-field-radio.cjs.entry.js +57 -56
  60. package/dist/cjs/gux-form-field-range.cjs.entry.js +146 -145
  61. package/dist/cjs/gux-form-field-search.cjs.entry.js +96 -95
  62. package/dist/cjs/gux-form-field-select.cjs.entry.js +83 -82
  63. package/dist/cjs/gux-form-field-text-like.cjs.entry.js +112 -111
  64. package/dist/cjs/gux-form-field-textarea.cjs.entry.js +96 -95
  65. package/dist/cjs/gux-form-field-time-picker.cjs.entry.js +97 -96
  66. package/dist/cjs/gux-form-field-time-zone-picker.cjs.entry.js +96 -95
  67. package/dist/cjs/gux-form-field.service-e17928a7.js +151 -0
  68. package/dist/cjs/gux-icon.cjs.entry.js +169 -168
  69. package/dist/cjs/gux-inline-alert.cjs.entry.js +34 -33
  70. package/dist/cjs/gux-list-divider.cjs.entry.js +9 -8
  71. package/dist/cjs/gux-list-item.cjs.entry.js +27 -26
  72. package/dist/cjs/gux-list.cjs.entry.js +52 -51
  73. package/dist/cjs/gux-list.service-cf8447cb.js +81 -0
  74. package/dist/cjs/gux-listbox-multi.cjs.entry.js +216 -215
  75. package/dist/cjs/gux-listbox.service-a91f8bd2.js +164 -0
  76. package/dist/cjs/gux-loading-message.cjs.entry.js +14 -13
  77. package/dist/cjs/gux-menu-option.cjs.entry.js +32 -31
  78. package/dist/cjs/gux-menu.cjs.entry.js +9 -8
  79. package/dist/cjs/gux-menu.common-4025206c.js +80 -0
  80. package/dist/cjs/gux-modal-legacy.cjs.entry.js +70 -69
  81. package/dist/cjs/gux-modal.cjs.entry.js +80 -79
  82. package/dist/cjs/gux-month-calendar.cjs.entry.js +137 -136
  83. package/dist/cjs/gux-month-list_2.cjs.entry.js +71 -69
  84. package/dist/cjs/gux-month-picker-beta.cjs.entry.js +196 -195
  85. package/dist/cjs/gux-notification-toast-legacy.cjs.entry.js +22 -21
  86. package/dist/cjs/gux-option-group-beta.cjs.entry.js +46 -45
  87. package/dist/cjs/gux-option-icon.cjs.entry.js +62 -61
  88. package/dist/cjs/gux-option-multi.cjs.entry.js +64 -63
  89. package/dist/cjs/gux-page-loading-spinner.cjs.entry.js +15 -14
  90. package/dist/cjs/gux-pagination-buttons-legacy_3.cjs.entry.js +213 -210
  91. package/dist/cjs/gux-pagination-buttons_2.cjs.entry.js +222 -220
  92. package/dist/cjs/gux-pagination-cursor.cjs.entry.js +48 -47
  93. package/dist/cjs/gux-pagination-items-per-page.cjs.entry.js +27 -26
  94. package/dist/cjs/gux-pagination-legacy.cjs.entry.js +62 -61
  95. package/dist/cjs/gux-pagination.cjs.entry.js +85 -84
  96. package/dist/cjs/gux-phone-input-beta.cjs.entry.js +595 -602
  97. package/dist/cjs/gux-popover-list.cjs.entry.js +121 -120
  98. package/dist/cjs/gux-popup.cjs.entry.js +94 -93
  99. package/dist/cjs/gux-radial-loading.cjs.entry.js +30 -29
  100. package/dist/cjs/gux-radial-progress.cjs.entry.js +33 -32
  101. package/dist/cjs/gux-rating.cjs.entry.js +100 -99
  102. package/dist/cjs/gux-row-select.cjs.entry.js +25 -24
  103. package/dist/cjs/gux-screen-reader-beta.cjs.entry.js +14 -13
  104. package/dist/cjs/gux-segmented-control-beta.cjs.entry.js +33 -32
  105. package/dist/cjs/gux-segmented-control-item.cjs.entry.js +57 -56
  106. package/dist/cjs/gux-simple-toast-legacy.cjs.entry.js +22 -21
  107. package/dist/cjs/gux-skip-navigation-item.cjs.entry.js +10 -9
  108. package/dist/cjs/gux-skip-navigation-list.cjs.entry.js +18 -17
  109. package/dist/cjs/gux-sort-control.cjs.entry.js +103 -102
  110. package/dist/cjs/gux-submenu.cjs.entry.js +147 -146
  111. package/dist/cjs/gux-switch-item.cjs.entry.js +16 -15
  112. package/dist/cjs/gux-switch-legacy.cjs.entry.js +34 -33
  113. package/dist/cjs/gux-tab-advanced-list.cjs.entry.js +427 -426
  114. package/dist/cjs/gux-tab-advanced-panel.cjs.entry.js +23 -22
  115. package/dist/cjs/gux-tab-advanced.cjs.entry.js +153 -152
  116. package/dist/cjs/gux-tab-list.cjs.entry.js +276 -275
  117. package/dist/cjs/gux-tab-panel.cjs.entry.js +23 -22
  118. package/dist/cjs/gux-tab.cjs.entry.js +42 -41
  119. package/dist/cjs/gux-table-select-menu.cjs.entry.js +68 -67
  120. package/dist/cjs/gux-table-toolbar-action.cjs.entry.js +33 -32
  121. package/dist/cjs/gux-table-toolbar-custom-action.cjs.entry.js +28 -27
  122. package/dist/cjs/gux-table-toolbar-menu-button.cjs.entry.js +85 -84
  123. package/dist/cjs/gux-table-toolbar.cjs.entry.js +192 -191
  124. package/dist/cjs/gux-table.cjs.entry.js +268 -267
  125. package/dist/cjs/gux-tabs-advanced.cjs.entry.js +51 -51
  126. package/dist/cjs/gux-tabs.cjs.entry.js +52 -51
  127. package/dist/cjs/gux-tag.cjs.entry.js +59 -58
  128. package/dist/cjs/gux-text-highlight.cjs.entry.js +93 -92
  129. package/dist/cjs/gux-time-beta.cjs.entry.js +36 -36
  130. package/dist/cjs/gux-time-picker.cjs.entry.js +329 -328
  131. package/dist/cjs/gux-time-zone-picker-beta.cjs.entry.js +230 -229
  132. package/dist/cjs/gux-toast.cjs.entry.js +50 -49
  133. package/dist/cjs/gux-toggle-slider.cjs.entry.js +29 -28
  134. package/dist/cjs/gux-toggle.cjs.entry.js +75 -74
  135. package/dist/cjs/gux-tooltip-base-beta.cjs.entry.js +120 -119
  136. package/dist/cjs/gux-tooltip-beta.cjs.entry.js +56 -56
  137. package/dist/cjs/gux-tooltip-title.cjs.entry.js +137 -136
  138. package/dist/cjs/gux-tooltip.cjs.entry.js +137 -136
  139. package/dist/cjs/gux-truncate.cjs.entry.js +63 -62
  140. package/dist/cjs/{has-slot-429f8b9e.js → has-slot-3edae188.js} +1 -1
  141. package/dist/{esm/index-39e65a0a.js → cjs/index-7fb02c8c.js} +803 -580
  142. package/dist/cjs/{index-dee802be.js → index-a1a48d79.js} +77 -70
  143. package/dist/cjs/iso-dates-2daf4199.js +30 -0
  144. package/dist/cjs/loader.cjs.js +4 -2
  145. package/dist/cjs/log-error-7b9d4b57.js +11 -0
  146. package/dist/cjs/on-attribute-change-321d434b.js +27 -0
  147. package/dist/cjs/on-click-outside-f7acdd1d.js +77 -0
  148. package/dist/cjs/on-input-disabled-state-change-660a5191.js +25 -0
  149. package/dist/cjs/on-mutation-3d294d15.js +36 -0
  150. package/dist/cjs/on-mutation-d800434a.js +13 -0
  151. package/dist/cjs/on-resize-da1477df.js +36 -0
  152. package/dist/cjs/{prevent-browser-validation-styling-15142963.js → prevent-browser-validation-styling-132644ad.js} +3 -3
  153. package/dist/cjs/{random-html-id-32ef8847.js → random-html-id-71c43d5a.js} +1 -1
  154. package/dist/cjs/simulate-native-event-e88bf64f.js +16 -0
  155. package/dist/cjs/{usage-287da480.js → usage-623a7a81.js} +42 -42
  156. package/dist/cjs/{when-event-is-from-20e89254.js → when-event-is-from-dd77a8d3.js} +12 -12
  157. package/dist/cjs/year-month-values-c47cf051.js +19 -0
  158. package/dist/collection/collection-manifest.json +2 -2
  159. package/dist/collection/components/beta/gux-announce/gux-announce.js +80 -79
  160. package/dist/collection/components/beta/gux-announce/tests/gux-announce.e2e.js +14 -14
  161. package/dist/collection/components/beta/gux-announce/tests/gux-announce.spec.js +12 -12
  162. package/dist/collection/components/beta/gux-avatar/gux-avatar.js +271 -271
  163. package/dist/collection/components/beta/gux-avatar/tests/gux-avatar.e2e.js +55 -55
  164. package/dist/collection/components/beta/gux-avatar/tests/gux-avatar.spec.js +124 -124
  165. package/dist/collection/components/beta/gux-calendar-beta/components/single/gux-calendar.js +200 -200
  166. package/dist/collection/components/beta/gux-calendar-beta/services/calendar.service.js +19 -19
  167. package/dist/collection/components/beta/gux-calendar-beta/services/tests.service.js +13 -13
  168. package/dist/collection/components/beta/gux-calendar-beta/tests/gux-calendar.e2e.js +185 -185
  169. package/dist/collection/components/beta/gux-calendar-beta/tests/gux-calendar.spec.js +8 -8
  170. package/dist/collection/components/beta/gux-cta-group/gux-cta-group.js +115 -115
  171. package/dist/collection/components/beta/gux-cta-group/tests/gux-cta-group.e2e.js +13 -13
  172. package/dist/collection/components/beta/gux-cta-group/tests/gux-cta-group.spec.js +45 -45
  173. package/dist/collection/components/beta/gux-date/gux-date.js +100 -100
  174. package/dist/collection/components/beta/gux-date/tests/gux-date.e2e.js +23 -23
  175. package/dist/collection/components/beta/gux-date/tests/gux-date.spec.js +20 -20
  176. package/dist/collection/components/beta/gux-date-time/gux-date-time.js +101 -101
  177. package/dist/collection/components/beta/gux-date-time/tests/gux-date-time.e2e.js +23 -23
  178. package/dist/collection/components/beta/gux-date-time/tests/gux-date-time.spec.js +20 -20
  179. package/dist/collection/components/beta/gux-flag-icon/gux-flag-icon.js +62 -62
  180. package/dist/collection/components/beta/gux-flag-icon/tests/gux-flag-icon.e2e.js +264 -264
  181. package/dist/collection/components/beta/gux-flag-icon/tests/gux-flag-icon.spec.js +260 -260
  182. package/dist/collection/components/beta/gux-month-picker/gux-month-calendar/gux-month-calendar.js +244 -243
  183. package/dist/collection/components/beta/gux-month-picker/gux-month-calendar/gux-month-list/gux-month-list-item/gux-month-list-item.js +111 -111
  184. package/dist/collection/components/beta/gux-month-picker/gux-month-calendar/gux-month-list/gux-month-list.js +79 -79
  185. package/dist/collection/components/beta/gux-month-picker/gux-month-picker.js +290 -290
  186. package/dist/collection/components/beta/gux-month-picker/tests/gux-month-picker.e2e.js +14 -14
  187. package/dist/collection/components/beta/gux-month-picker/tests/gux-month-picker.spec.js +16 -16
  188. package/dist/collection/components/beta/gux-phone-input/gux-phone-input.js +681 -678
  189. package/dist/collection/components/beta/gux-phone-input/services/RegionCountryCodeMap.js +246 -246
  190. package/dist/collection/components/beta/gux-phone-input/services/region-map.service.js +13 -13
  191. package/dist/collection/components/beta/gux-phone-input/tests/gux-phone-input.e2e.js +96 -96
  192. package/dist/collection/components/beta/gux-screen-reader/gux-screen-reader.js +19 -19
  193. package/dist/collection/components/beta/gux-screen-reader/tests/gux-screen-reader.e2e.js +8 -8
  194. package/dist/collection/components/beta/gux-screen-reader/tests/gux-screen-reader.spec.js +6 -6
  195. package/dist/collection/components/beta/gux-segmented-control/gux-segmented-control-item/gux-segmented-control-item.js +151 -151
  196. package/dist/collection/components/beta/gux-segmented-control/gux-segmented-control.js +74 -74
  197. package/dist/collection/components/beta/gux-segmented-control/tests/gux-segmented-control.e2e.js +69 -69
  198. package/dist/collection/components/beta/gux-segmented-control/tests/gux-segmented-control.spec.js +97 -97
  199. package/dist/collection/components/beta/gux-time/gux-time.js +100 -100
  200. package/dist/collection/components/beta/gux-time/tests/gux-time.e2e.js +23 -23
  201. package/dist/collection/components/beta/gux-time/tests/gux-time.spec.js +20 -20
  202. package/dist/collection/components/beta/gux-time-zone-picker/generic-zones.js +435 -435
  203. package/dist/collection/components/beta/gux-time-zone-picker/gux-time-zone-picker.js +280 -280
  204. package/dist/collection/components/beta/gux-time-zone-picker/tests/gux-time-zone-picker.e2e.js +45 -45
  205. package/dist/collection/components/beta/gux-time-zone-picker/tests/gux-time-zone-picker.spec.js +9 -9
  206. package/dist/collection/components/beta/gux-tooltip-base/gux-tooltip-base.js +305 -305
  207. package/dist/collection/components/beta/gux-tooltip-beta/gux-tooltip.js +165 -165
  208. package/dist/collection/components/beta/gux-tooltip-beta/tests/gux-tooltip.e2e.js +20 -20
  209. package/dist/collection/components/beta/gux-tooltip-beta/tests/gux-tooltip.spec.js +27 -27
  210. package/dist/collection/components/legacy/gux-action-toast-legacy/gux-action-toast.js +19 -19
  211. package/dist/collection/components/legacy/gux-action-toast-legacy/tests/gux-action-toast.e2e.js +14 -14
  212. package/dist/collection/components/legacy/gux-action-toast-legacy/tests/gux-action-toast.spec.js +13 -13
  213. package/dist/collection/components/legacy/gux-advanced-dropdown-legacy/dropdown-option/gux-dropdown-option.js +234 -236
  214. package/dist/collection/components/legacy/gux-advanced-dropdown-legacy/dropdown-option/tests/gux-dropdown-option.spec.js +37 -37
  215. package/dist/collection/components/legacy/gux-advanced-dropdown-legacy/gux-advanced-dropdown.js +363 -362
  216. package/dist/collection/components/legacy/gux-advanced-dropdown-legacy/tests/gux-advanced-dropdown.e2e.js +124 -124
  217. package/dist/collection/components/legacy/gux-advanced-dropdown-legacy/tests/gux-advanced-dropdown.spec.js +7 -7
  218. package/dist/collection/components/legacy/gux-disclosure-button-legacy/gux-disclosure-button.js +141 -141
  219. package/dist/collection/components/legacy/gux-disclosure-button-legacy/tests/gux-disclosure-button.e2e.js +68 -68
  220. package/dist/collection/components/legacy/gux-disclosure-button-legacy/tests/gux-disclosure-button.spec.js +72 -72
  221. package/dist/collection/components/legacy/gux-modal-legacy/gux-modal-legacy.js +169 -169
  222. package/dist/collection/components/legacy/gux-modal-legacy/tests/gux-modal-legacy.e2e.js +166 -166
  223. package/dist/collection/components/legacy/gux-modal-legacy/tests/gux-modal-legacy.spec.js +82 -82
  224. package/dist/collection/components/legacy/gux-notification-toast-legacy/gux-notification-toast.js +73 -73
  225. package/dist/collection/components/legacy/gux-notification-toast-legacy/tests/gux-notification-toast.e2e.js +65 -65
  226. package/dist/collection/components/legacy/gux-notification-toast-legacy/tests/gux-notification-toast.spec.js +55 -55
  227. package/dist/collection/components/legacy/gux-pagination-legacy/gux-pagination-buttons-legacy/gux-pagination-button.service.js +87 -87
  228. package/dist/collection/components/legacy/gux-pagination-legacy/gux-pagination-buttons-legacy/gux-pagination-buttons.js +160 -160
  229. package/dist/collection/components/legacy/gux-pagination-legacy/gux-pagination-buttons-legacy/tests/gux-pagination-buttons.service.spec.js +134 -134
  230. package/dist/collection/components/legacy/gux-pagination-legacy/gux-pagination-buttons-legacy/tests/gux-pagination-buttons.spec.js +22 -22
  231. package/dist/collection/components/legacy/gux-pagination-legacy/gux-pagination-item-counts-legacy/gux-pagination-item-counts.js +94 -94
  232. package/dist/collection/components/legacy/gux-pagination-legacy/gux-pagination-item-counts-legacy/tests/gux-pagination-item-counts.spec.js +16 -16
  233. package/dist/collection/components/legacy/gux-pagination-legacy/gux-pagination-items-per-page-legacy/gux-pagination-items-per-page.js +85 -85
  234. package/dist/collection/components/legacy/gux-pagination-legacy/gux-pagination-items-per-page-legacy/tests/gux-pagination-items-per-page.spec.js +18 -18
  235. package/dist/collection/components/legacy/gux-pagination-legacy/gux-pagination.js +184 -184
  236. package/dist/collection/components/legacy/gux-pagination-legacy/tests/gux-pagination.e2e.js +37 -37
  237. package/dist/collection/components/legacy/gux-pagination-legacy/tests/gux-pagination.spec.js +36 -36
  238. package/dist/collection/components/legacy/gux-simple-toast-legacy/gux-simple-toast.js +73 -73
  239. package/dist/collection/components/legacy/gux-simple-toast-legacy/tests/gux-simple-toast.e2e.js +65 -65
  240. package/dist/collection/components/legacy/gux-simple-toast-legacy/tests/gux-simple-toast.spec.js +55 -55
  241. package/dist/collection/components/legacy/gux-switch-legacy/gux-switch-item/gux-switch-item.js +89 -89
  242. package/dist/collection/components/legacy/gux-switch-legacy/gux-switch.js +98 -98
  243. package/dist/collection/components/legacy/gux-switch-legacy/tests/gux-switch.e2e.js +66 -66
  244. package/dist/collection/components/legacy/gux-switch-legacy/tests/gux-switch.spec.js +97 -97
  245. package/dist/collection/components/stable/gux-accordion/gux-accordion-section/gux-accordion-section.js +209 -209
  246. package/dist/collection/components/stable/gux-accordion/gux-accordion.js +73 -73
  247. package/dist/collection/components/stable/gux-accordion/tests/gux-accordion.e2e.js +7 -7
  248. package/dist/collection/components/stable/gux-accordion/tests/gux-accordion.spec.js +8 -8
  249. package/dist/collection/components/stable/gux-action-button/gux-action-button.js +266 -266
  250. package/dist/collection/components/stable/gux-action-button/gux-action-button.types.js +8 -8
  251. package/dist/collection/components/stable/gux-action-button/tests/gux-action-button.e2e.js +73 -73
  252. package/dist/collection/components/stable/gux-action-button/tests/gux-action-button.spec.js +59 -59
  253. package/dist/collection/components/stable/gux-badge/gux-badge.js +96 -96
  254. package/dist/collection/components/stable/gux-badge/tests/gux-badge.e2e.js +34 -34
  255. package/dist/collection/components/stable/gux-badge/tests/gux-badge.spec.js +32 -32
  256. package/dist/collection/components/stable/gux-blank-state/gux-blank-state.js +45 -45
  257. package/dist/collection/components/stable/gux-blank-state/tests/gux-blank-state.e2e.js +8 -8
  258. package/dist/collection/components/stable/gux-blank-state/tests/gux-blank-state.spec.js +8 -8
  259. package/dist/collection/components/stable/gux-breadcrumbs/breadcrumb-item/gux-breadcrumb-item.js +65 -65
  260. package/dist/collection/components/stable/gux-breadcrumbs/gux-breadcrumbs.js +55 -55
  261. package/dist/collection/components/stable/gux-breadcrumbs/tests/gux-breadcrumbs.e2e.js +14 -14
  262. package/dist/collection/components/stable/gux-breadcrumbs/tests/gux-breadcrumbs.spec.js +37 -37
  263. package/dist/collection/components/stable/gux-button/gux-button.js +148 -148
  264. package/dist/collection/components/stable/gux-button/tests/gux-button.e2e.js +125 -125
  265. package/dist/collection/components/stable/gux-button/tests/gux-button.spec.js +106 -106
  266. package/dist/collection/components/stable/gux-button-multi/gux-button-multi.js +223 -223
  267. package/dist/collection/components/stable/gux-button-multi/gux-button-multi.types.js +4 -4
  268. package/dist/collection/components/stable/gux-button-multi/tests/gux-button-multi.e2e.js +51 -51
  269. package/dist/collection/components/stable/gux-button-multi/tests/gux-button-multi.spec.js +11 -11
  270. package/dist/collection/components/stable/gux-button-slot/gux-button-slot.js +83 -83
  271. package/dist/collection/components/stable/gux-button-slot/tests/gux-button-slot.e2e.js +202 -202
  272. package/dist/collection/components/stable/gux-button-slot/tests/gux-button-slot.spec.js +246 -246
  273. package/dist/collection/components/stable/gux-calendar/gux-calendar.js +536 -534
  274. package/dist/collection/components/stable/gux-calendar/gux-calendar.service.js +30 -30
  275. package/dist/collection/components/stable/gux-calendar/tests/gux-calendar.e2e.js +35 -35
  276. package/dist/collection/components/stable/gux-calendar/tests/gux-calendar.methods.spec.js +218 -218
  277. package/dist/collection/components/stable/gux-calendar/tests/gux-calendar.service.spec.js +153 -153
  278. package/dist/collection/components/stable/gux-calendar/tests/gux-calendar.spec.js +22 -22
  279. package/dist/collection/components/stable/gux-card/gux-card.js +52 -52
  280. package/dist/collection/components/stable/gux-card/tests/gux-card.e2e.js +12 -12
  281. package/dist/collection/components/stable/gux-card/tests/gux-card.spec.js +10 -10
  282. package/dist/collection/components/stable/gux-column-manager/gux-column-manager-item/gux-column-manager-item.js +347 -345
  283. package/dist/collection/components/stable/gux-column-manager/gux-column-manager-item/gux-column-manager-item.service.js +8 -8
  284. package/dist/collection/components/stable/gux-column-manager/gux-column-manager-item/tests/gux-column-manager-item.service.spec.js +31 -31
  285. package/dist/collection/components/stable/gux-column-manager/gux-column-manager.js +165 -165
  286. package/dist/collection/components/stable/gux-column-manager/gux-column-manager.service.js +54 -54
  287. package/dist/collection/components/stable/gux-content-search/gux-content-search.js +224 -224
  288. package/dist/collection/components/stable/gux-content-search/tests/gux-content-search.e2e.js +460 -460
  289. package/dist/collection/components/stable/gux-content-search/tests/gux-content-search.spec.js +161 -161
  290. package/dist/collection/components/stable/gux-context-menu/gux-context-menu.js +187 -187
  291. package/dist/collection/components/stable/gux-context-menu/tests/gux-context-menu.e2e.js +65 -65
  292. package/dist/collection/components/stable/gux-context-menu/tests/gux-context-menu.spec.js +28 -28
  293. package/dist/collection/components/stable/gux-copy-to-clipboard/gux-copy-to-clipboard.js +89 -89
  294. package/dist/collection/components/stable/gux-copy-to-clipboard/tests/gux-copy-to-clipboard.e2e.js +15 -15
  295. package/dist/collection/components/stable/gux-copy-to-clipboard/tests/gux-copy-to-clipboard.spec.js +29 -29
  296. package/dist/collection/components/stable/gux-datepicker/gux-datepicker.js +756 -756
  297. package/dist/collection/components/stable/gux-datepicker/gux-datepicker.service.js +86 -86
  298. package/dist/collection/components/stable/gux-datepicker/tests/gux-datepicker.e2e.js +93 -93
  299. package/dist/collection/components/stable/gux-datepicker/tests/gux-datepicker.service.spec.js +229 -229
  300. package/dist/collection/components/stable/gux-datepicker/tests/gux-datepicker.spec.js +27 -27
  301. package/dist/collection/components/stable/gux-dismiss-button/gux-dismiss-button.js +51 -51
  302. package/dist/collection/components/stable/gux-dismiss-button/tests/gux-dismiss-button.e2e.js +15 -15
  303. package/dist/collection/components/stable/gux-dismiss-button/tests/gux-dismiss-button.spec.js +14 -14
  304. package/dist/collection/components/stable/gux-dropdown/gux-dropdown.js +568 -568
  305. package/dist/collection/components/stable/gux-dropdown/tests/gux-dropdown.e2e.js +165 -165
  306. package/dist/collection/components/stable/gux-dropdown/tests/gux-dropdown.spec.js +34 -34
  307. package/dist/collection/components/stable/gux-dropdown-multi/gux-dropdown-multi-tag/gux-dropdown-multi-tag.js +114 -114
  308. package/dist/collection/components/stable/gux-dropdown-multi/gux-dropdown-multi.js +655 -655
  309. package/dist/collection/components/stable/gux-dropdown-multi/tests/gux-dropdown-multi.e2e.js +217 -217
  310. package/dist/collection/components/stable/gux-dropdown-multi/tests/gux-dropdown-multi.spec.js +6 -6
  311. package/dist/collection/components/stable/gux-flyout-menu/gux-flyout-menu.js +222 -222
  312. package/dist/collection/components/stable/gux-flyout-menu/gux-menu/gux-menu-option/gux-menu-option.js +72 -72
  313. package/dist/collection/components/stable/gux-flyout-menu/gux-menu/gux-menu.common.js +60 -60
  314. package/dist/collection/components/stable/gux-flyout-menu/gux-menu/gux-menu.js +15 -15
  315. package/dist/collection/components/stable/gux-flyout-menu/gux-menu/gux-submenu/gux-submenu.js +231 -231
  316. package/dist/collection/components/stable/gux-flyout-menu/tests/gux-flyout-menu.e2e.js +31 -31
  317. package/dist/collection/components/stable/gux-flyout-menu/tests/gux-flyout-menu.spec.js +6 -6
  318. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-checkbox/gux-form-field-checkbox.js +89 -89
  319. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-checkbox/tests/gux-form-field-checkbox.e2e.js +46 -46
  320. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-checkbox/tests/gux-form-field-checkbox.spec.js +19 -19
  321. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-color/gux-form-field-color.js +111 -111
  322. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-color/tests/gux-form-field-color.e2e.js +57 -57
  323. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-color/tests/gux-form-field-color.spec.js +34 -34
  324. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-dropdown/gux-form-field-dropdown.js +128 -128
  325. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-dropdown/tests/gux-form-field-dropdown.e2e.js +128 -128
  326. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-dropdown/tests/gux-form-field-dropdown.spec.js +81 -81
  327. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-number/gux-form-field-number.js +197 -197
  328. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-number/tests/gux-form-field-number.e2e.js +78 -78
  329. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-number/tests/gux-form-field-number.spec.js +48 -48
  330. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-phone/gux-form-field-phone.js +129 -129
  331. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-radio/gux-form-field-radio.js +63 -63
  332. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-radio/tests/gux-form-field-radio.e2e.js +54 -54
  333. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-radio/tests/gux-form-field-radio.spec.js +21 -21
  334. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-range/gux-form-field-range.js +241 -241
  335. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-search/gux-form-field-search.js +150 -150
  336. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-search/tests/gux-form-field-search.e2e.js +57 -57
  337. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-search/tests/gux-form-field-search.spec.js +34 -34
  338. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-select/gux-form-field-select.js +115 -115
  339. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-select/tests/gux-form-field-select.e2e.js +57 -57
  340. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-select/tests/gux-form-field-select.spec.js +34 -34
  341. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-text-like/gux-form-field-text-like.js +202 -202
  342. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-text-like/tests/gux-form-field-text-like.e2e.js +142 -142
  343. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-text-like/tests/gux-form-field-text-like.spec.js +84 -84
  344. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-textarea/gux-form-field-textarea.js +150 -150
  345. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-textarea/tests/gux-form-field-textarea.e2e.js +72 -72
  346. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-textarea/tests/gux-form-field-textarea.spec.js +42 -42
  347. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-time-picker/gux-form-field-time-picker.js +131 -131
  348. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-time-picker/tests/gux-form-field-time-picker.e2e.js +57 -57
  349. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-time-picker/tests/gux-form-field-time-picker.spec.js +34 -34
  350. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-time-zone-picker/gux-form-field-time-zone-picker.js +130 -130
  351. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-time-zone-picker/tests/gux-form-field-time-zone-picker.e2e.js +71 -71
  352. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-time-zone-picker/tests/gux-form-field-time-zone-picker.spec.js +41 -41
  353. package/dist/collection/components/stable/gux-form-field/functional-components/gux-form-field-container/gux-form-field-container.js +4 -4
  354. package/dist/collection/components/stable/gux-form-field/functional-components/gux-form-field-error/gux-form-field-error.js +4 -4
  355. package/dist/collection/components/stable/gux-form-field/functional-components/gux-form-field-fieldset-container/gux-form-field-fieldset-container.js +4 -4
  356. package/dist/collection/components/stable/gux-form-field/functional-components/gux-form-field-help/gux-form-field-help.js +4 -4
  357. package/dist/collection/components/stable/gux-form-field/functional-components/gux-form-field-label/gux-form-field-label.js +5 -5
  358. package/dist/collection/components/stable/gux-form-field/functional-components/gux-form-field-legend-label/gux-form-field-legend-label.js +8 -8
  359. package/dist/collection/components/stable/gux-form-field/gux-form-field.service.js +82 -82
  360. package/dist/collection/components/stable/gux-form-field/helper-components/gux-form-field-input-clear-button/gux-form-field-input-clear-button.js +21 -21
  361. package/dist/collection/components/stable/gux-form-field/tests/gux-form-field.service.spec.js +15 -15
  362. package/dist/collection/components/stable/gux-icon/gux-icon.js +167 -167
  363. package/dist/collection/components/stable/gux-icon/gux-icon.service.js +27 -27
  364. package/dist/collection/components/stable/gux-icon/icon-names-deprecated.js +77 -77
  365. package/dist/collection/components/stable/gux-icon/icon-names-legacy.js +2 -2
  366. package/dist/collection/components/stable/gux-icon/icons/arrow-solid-down.svg +1 -1
  367. package/dist/collection/components/stable/gux-icon/icons/arrow-solid-left.svg +1 -1
  368. package/dist/collection/components/stable/gux-icon/icons/arrow-solid-right.svg +1 -1
  369. package/dist/collection/components/stable/gux-icon/icons/arrow-solid-up.svg +1 -1
  370. package/dist/collection/components/stable/gux-icon/icons/control-skip-left.svg +1 -1
  371. package/dist/collection/components/stable/gux-icon/icons/control-skip-right.svg +1 -1
  372. package/dist/collection/components/stable/gux-icon/icons/custom/wrap-text-inline.svg +1 -1
  373. package/dist/collection/components/stable/gux-icon/icons/custom/wrap-text-tight.svg +1 -1
  374. package/dist/collection/components/stable/gux-icon/icons/custom/wrap-text-top-bottom.svg +1 -1
  375. package/dist/collection/components/stable/gux-icon/icons/file-pdf.svg +1 -1
  376. package/dist/collection/components/stable/gux-icon/icons/file-preview.svg +1 -1
  377. package/dist/collection/components/stable/gux-icon/icons/legacy/arrow-solid-down.svg +1 -0
  378. package/dist/collection/components/stable/gux-icon/icons/legacy/arrow-solid-left.svg +1 -0
  379. package/dist/collection/components/stable/gux-icon/icons/legacy/arrow-solid-right.svg +1 -0
  380. package/dist/collection/components/stable/gux-icon/icons/legacy/arrow-solid-up.svg +1 -0
  381. package/dist/collection/components/stable/gux-icon/icons/legacy/control-skip-left.svg +1 -0
  382. package/dist/collection/components/stable/gux-icon/icons/legacy/control-skip-right.svg +1 -0
  383. package/dist/collection/components/stable/gux-icon/icons/legacy/custom/wrap-text-inline.svg +1 -0
  384. package/dist/collection/components/stable/gux-icon/icons/legacy/custom/wrap-text-tight.svg +1 -0
  385. package/dist/collection/components/stable/gux-icon/icons/legacy/custom/wrap-text-top-bottom.svg +1 -0
  386. package/dist/collection/components/stable/gux-icon/icons/legacy/file-pdf.svg +1 -0
  387. package/dist/collection/components/stable/gux-icon/icons/legacy/file-preview.svg +1 -0
  388. package/dist/collection/components/stable/gux-icon/icons/legacy/message-email-outbound.svg +1 -0
  389. package/dist/collection/components/stable/gux-icon/icons/legacy/phone-bell.svg +1 -0
  390. package/dist/collection/components/stable/gux-icon/icons/legacy/phone-call-history.svg +1 -0
  391. package/dist/collection/components/stable/gux-icon/icons/legacy/phone-callback.svg +1 -0
  392. package/dist/collection/components/stable/gux-icon/icons/legacy/phone-conference.svg +1 -0
  393. package/dist/collection/components/stable/gux-icon/icons/legacy/phone-forward.svg +1 -0
  394. package/dist/collection/components/stable/gux-icon/icons/legacy/phone-hold.svg +1 -0
  395. package/dist/collection/components/stable/gux-icon/icons/legacy/phone-notification-score.svg +1 -0
  396. package/dist/collection/components/stable/gux-icon/icons/legacy/phone-success.svg +1 -0
  397. package/dist/collection/components/stable/gux-icon/icons/legacy/post.svg +1 -0
  398. package/dist/collection/components/stable/gux-icon/icons/legacy/roster-email-disable.svg +1 -0
  399. package/dist/collection/components/stable/gux-icon/icons/legacy/toolbar-phone-active-1.svg +1 -0
  400. package/dist/collection/components/stable/gux-icon/icons/legacy/toolbar-phone-active-2.svg +1 -0
  401. package/dist/collection/components/stable/gux-icon/icons/legacy/toolbar-phone-active-3.svg +1 -0
  402. package/dist/collection/components/stable/gux-icon/icons/legacy/toolbar-phone-disable.svg +1 -0
  403. package/dist/collection/components/stable/gux-icon/icons/legacy/user-circle.svg +1 -0
  404. package/dist/collection/components/stable/gux-icon/icons/legacy/user-contact-id.svg +1 -0
  405. package/dist/collection/components/stable/gux-icon/icons/message-email-outbound.svg +1 -1
  406. package/dist/collection/components/stable/gux-icon/icons/phone-bell.svg +1 -1
  407. package/dist/collection/components/stable/gux-icon/icons/phone-call-history.svg +1 -1
  408. package/dist/collection/components/stable/gux-icon/icons/phone-callback.svg +1 -1
  409. package/dist/collection/components/stable/gux-icon/icons/phone-conference.svg +1 -1
  410. package/dist/collection/components/stable/gux-icon/icons/phone-forward.svg +1 -1
  411. package/dist/collection/components/stable/gux-icon/icons/phone-hold.svg +1 -1
  412. package/dist/collection/components/stable/gux-icon/icons/phone-notification-score.svg +1 -1
  413. package/dist/collection/components/stable/gux-icon/icons/phone-success.svg +1 -1
  414. package/dist/collection/components/stable/gux-icon/icons/post.svg +1 -1
  415. package/dist/collection/components/stable/gux-icon/icons/roster-email-disable.svg +1 -1
  416. package/dist/collection/components/stable/gux-icon/icons/toolbar-phone-active-1.svg +1 -1
  417. package/dist/collection/components/stable/gux-icon/icons/toolbar-phone-active-2.svg +1 -1
  418. package/dist/collection/components/stable/gux-icon/icons/toolbar-phone-active-3.svg +1 -1
  419. package/dist/collection/components/stable/gux-icon/icons/toolbar-phone-disable.svg +1 -1
  420. package/dist/collection/components/stable/gux-icon/icons/user-circle.svg +1 -1
  421. package/dist/collection/components/stable/gux-icon/icons/user-contact-id.svg +1 -1
  422. package/dist/collection/components/stable/gux-icon/tests/gux-icon.service.spec.js +18 -18
  423. package/dist/collection/components/stable/gux-icon/tests/gux-icon.spec.js +3 -3
  424. package/dist/collection/components/stable/gux-inline-alert/gux-inline-alert.js +66 -66
  425. package/dist/collection/components/stable/gux-inline-alert/tests/gux-inline-alert.e2e.js +14 -14
  426. package/dist/collection/components/stable/gux-inline-alert/tests/gux-inline-alert.spec.js +12 -12
  427. package/dist/collection/components/stable/gux-list/gux-list-divider/gux-list-divider.js +15 -15
  428. package/dist/collection/components/stable/gux-list/gux-list-divider/tests/gux-list-divider.spec.js +14 -14
  429. package/dist/collection/components/stable/gux-list/gux-list-item/gux-list-item.js +71 -71
  430. package/dist/collection/components/stable/gux-list/gux-list-item/tests/gux-list-item.spec.js +14 -14
  431. package/dist/collection/components/stable/gux-list/gux-list.js +144 -142
  432. package/dist/collection/components/stable/gux-list/gux-list.service.js +43 -43
  433. package/dist/collection/components/stable/gux-list/tests/gux-list.e2e.js +8 -8
  434. package/dist/collection/components/stable/gux-list/tests/gux-list.spec.js +6 -6
  435. package/dist/collection/components/stable/gux-listbox/gux-listbox.js +315 -315
  436. package/dist/collection/components/stable/gux-listbox/gux-listbox.service.js +87 -87
  437. package/dist/collection/components/stable/gux-listbox/option-group/gux-option-group.js +80 -80
  438. package/dist/collection/components/stable/gux-listbox/options/gux-option/gux-option.js +153 -153
  439. package/dist/collection/components/stable/gux-listbox/options/gux-option-icon/gux-option-icon.js +253 -253
  440. package/dist/collection/components/stable/gux-listbox-multi/gux-create-option/gux-create-option.js +188 -188
  441. package/dist/collection/components/stable/gux-listbox-multi/gux-listbox-multi.js +424 -424
  442. package/dist/collection/components/stable/gux-listbox-multi/gux-option-multi/gux-option-multi.js +219 -219
  443. package/dist/collection/components/stable/gux-loading-message/gux-loading-message.js +19 -19
  444. package/dist/collection/components/stable/gux-loading-message/tests/gux-loading-message.e2e.js +7 -7
  445. package/dist/collection/components/stable/gux-loading-message/tests/gux-loading-message.spec.js +12 -12
  446. package/dist/collection/components/stable/gux-modal/gux-modal.js +200 -200
  447. package/dist/collection/components/stable/gux-modal/tests/gux-modal.e2e.js +129 -129
  448. package/dist/collection/components/stable/gux-modal/tests/gux-modal.spec.js +85 -85
  449. package/dist/collection/components/stable/gux-page-loading-spinner/gux-page-loading-spinner.js +43 -43
  450. package/dist/collection/components/stable/gux-page-loading-spinner/tests/gux-page-loading-spinner.e2e.js +28 -28
  451. package/dist/collection/components/stable/gux-page-loading-spinner/tests/gux-page-loading-spinner.spec.js +7 -7
  452. package/dist/collection/components/stable/gux-pagination/gux-pagination-buttons/gux-pagination-button.service.js +124 -124
  453. package/dist/collection/components/stable/gux-pagination/gux-pagination-buttons/gux-pagination-buttons.js +157 -157
  454. package/dist/collection/components/stable/gux-pagination/gux-pagination-buttons/gux-pagination-ellipsis-button/gux-pagination-ellipsis-button.js +147 -147
  455. package/dist/collection/components/stable/gux-pagination/gux-pagination-buttons/tests/gux-pagination-buttons.service.spec.js +125 -125
  456. package/dist/collection/components/stable/gux-pagination/gux-pagination-buttons/tests/gux-pagination-buttons.spec.js +16 -16
  457. package/dist/collection/components/stable/gux-pagination/gux-pagination-item-counts/gux-pagination-item-counts.js +98 -98
  458. package/dist/collection/components/stable/gux-pagination/gux-pagination-item-counts/tests/gux-pagination-item-counts.spec.js +16 -16
  459. package/dist/collection/components/stable/gux-pagination/gux-pagination-items-per-page/gux-pagination-items-per-page.js +85 -85
  460. package/dist/collection/components/stable/gux-pagination/gux-pagination-items-per-page/tests/gux-pagination-items-per-page.spec.js +18 -18
  461. package/dist/collection/components/stable/gux-pagination/gux-pagination.js +209 -209
  462. package/dist/collection/components/stable/gux-pagination/tests/gux-pagination.e2e.js +81 -81
  463. package/dist/collection/components/stable/gux-pagination/tests/gux-pagination.spec.js +87 -87
  464. package/dist/collection/components/stable/gux-pagination-cursor/gux-pagination-cursor.js +170 -170
  465. package/dist/collection/components/stable/gux-pagination-cursor/tests/gux-pagination-cursor.e2e.js +59 -59
  466. package/dist/collection/components/stable/gux-pagination-cursor/tests/gux-pagination-cursor.spec.js +59 -59
  467. package/dist/collection/components/stable/gux-popover/gux-popover.js +255 -255
  468. package/dist/collection/components/stable/gux-popover/tests/gux-popover.e2e.js +26 -26
  469. package/dist/collection/components/stable/gux-popover/tests/gux-popover.spec.js +35 -31
  470. package/dist/collection/components/stable/gux-popover-list/gux-popover-list.js +248 -248
  471. package/dist/collection/components/stable/gux-popover-list/tests/gux-popover-list.e2e.js +26 -26
  472. package/dist/collection/components/stable/gux-popover-list/tests/gux-popover-list.spec.js +35 -31
  473. package/dist/collection/components/stable/gux-popup/gux-popup.js +234 -234
  474. package/dist/collection/components/stable/gux-popup/tests/gux-popup.e2e.js +14 -14
  475. package/dist/collection/components/stable/gux-popup/tests/gux-popup.spec.js +22 -18
  476. package/dist/collection/components/stable/gux-radial-loading/gux-radial-loading.functional.js +7 -7
  477. package/dist/collection/components/stable/gux-radial-loading/gux-radial-loading.js +69 -69
  478. package/dist/collection/components/stable/gux-radial-loading/tests/gux-radial-loading.e2e.js +27 -27
  479. package/dist/collection/components/stable/gux-radial-loading/tests/gux-radial-loading.spec.js +26 -26
  480. package/dist/collection/components/stable/gux-radial-progress/gux-radial-progress.functional.js +2 -2
  481. package/dist/collection/components/stable/gux-radial-progress/gux-radial-progress.js +88 -88
  482. package/dist/collection/components/stable/gux-radial-progress/gux-radial-progress.service.js +2 -2
  483. package/dist/collection/components/stable/gux-radial-progress/tests/gux-radial-progress.e2e.js +48 -48
  484. package/dist/collection/components/stable/gux-radial-progress/tests/gux-radial-progress.service.spec.js +31 -31
  485. package/dist/collection/components/stable/gux-radial-progress/tests/gux-radial-progress.spec.js +48 -48
  486. package/dist/collection/components/stable/gux-rating/gux-rating.js +213 -213
  487. package/dist/collection/components/stable/gux-rating/tests/gux-rating.e2e.js +282 -282
  488. package/dist/collection/components/stable/gux-rating/tests/gux-rating.spec.js +36 -36
  489. package/dist/collection/components/stable/gux-skip-navigation-list/gux-skip-navigation-item/gux-skip-navigation-item.js +16 -16
  490. package/dist/collection/components/stable/gux-skip-navigation-list/gux-skip-navigation-list.js +21 -21
  491. package/dist/collection/components/stable/gux-skip-navigation-list/tests/gux-skip-navigation-list.e2e.js +6 -6
  492. package/dist/collection/components/stable/gux-skip-navigation-list/tests/gux-skip-navigation-list.spec.js +6 -6
  493. package/dist/collection/components/stable/gux-table/gux-all-row-select/gux-all-row-select.js +123 -122
  494. package/dist/collection/components/stable/gux-table/gux-all-row-select/tests/gux-all-row-select.spec.js +5 -5
  495. package/dist/collection/components/stable/gux-table/gux-row-select/gux-row-select.js +95 -95
  496. package/dist/collection/components/stable/gux-table/gux-row-select/tests/gux-row-select.spec.js +5 -5
  497. package/dist/collection/components/stable/gux-table/gux-sort-control/gux-sort-control.js +158 -158
  498. package/dist/collection/components/stable/gux-table/gux-sort-control/tests/gux-sort-control.e2e.js +46 -46
  499. package/dist/collection/components/stable/gux-table/gux-sort-control/tests/gux-sort-control.markup.js +20 -20
  500. package/dist/collection/components/stable/gux-table/gux-sort-control/tests/gux-sort-control.spec.js +34 -34
  501. package/dist/collection/components/stable/gux-table/gux-table-select-menu/gux-table-select-menu.js +112 -112
  502. package/dist/collection/components/stable/gux-table/gux-table-select-menu/tests/gux-table-select-menu.spec.js +5 -5
  503. package/dist/collection/components/stable/gux-table/gux-table.js +450 -450
  504. package/dist/collection/components/stable/gux-table/tests/gux-table.e2e.js +145 -145
  505. package/dist/collection/components/stable/gux-table/tests/gux-table.spec.js +5 -5
  506. package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar-action/gux-table-toolbar-action.js +132 -132
  507. package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar-action/tests/gux-table-toolbar-action.e2e.js +47 -47
  508. package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar-action/tests/gux-table-toolbar-action.spec.js +45 -45
  509. package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar-custom-action/gux-table-toolbar-custom-action.js +106 -106
  510. package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar-custom-action/tests/gux-table-toolbar-custom-action.e2e.js +39 -39
  511. package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar-custom-action/tests/gux-table-toolbar-custom-action.spec.js +17 -17
  512. package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar-menu-button/gux-table-toolbar-menu-button.js +143 -143
  513. package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar.js +192 -192
  514. package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar.service.js +9 -9
  515. package/dist/collection/components/stable/gux-table-toolbar/tests/gux-table-toolbar.e2e.js +8 -8
  516. package/dist/collection/components/stable/gux-table-toolbar/tests/gux-table-toolbar.spec.js +12 -12
  517. package/dist/collection/components/stable/gux-tabs/gux-tab/gux-tab.js +186 -185
  518. package/dist/collection/components/stable/gux-tabs/gux-tab/tests/gux-tab.e2e.js +10 -10
  519. package/dist/collection/components/stable/gux-tabs/gux-tab/tests/gux-tab.spec.js +11 -11
  520. package/dist/collection/components/stable/gux-tabs/gux-tab-list/gux-tab-list.js +336 -335
  521. package/dist/collection/components/stable/gux-tabs/gux-tab-list/tests/gux-tab-list.e2e.js +10 -10
  522. package/dist/collection/components/stable/gux-tabs/gux-tab-list/tests/gux-tab-list.spec.js +11 -11
  523. package/dist/collection/components/stable/gux-tabs/gux-tab-panel/gux-tab-panel.js +100 -99
  524. package/dist/collection/components/stable/gux-tabs/gux-tab-panel/tests/gux-tab-panel.e2e.js +10 -10
  525. package/dist/collection/components/stable/gux-tabs/gux-tab-panel/tests/gux-tab-panel.spec.js +11 -11
  526. package/dist/collection/components/stable/gux-tabs/gux-tabs.js +186 -185
  527. package/dist/collection/components/stable/gux-tabs/tests/gux-tabs.e2e.js +97 -97
  528. package/dist/collection/components/stable/gux-tabs/tests/gux-tabs.spec.js +20 -20
  529. package/dist/collection/components/stable/gux-tabs-advanced/gux-tab-advanced/gux-tab-advanced.js +308 -307
  530. package/dist/collection/components/stable/gux-tabs-advanced/gux-tab-advanced-list/gux-tab-advanced-list.js +595 -594
  531. package/dist/collection/components/stable/gux-tabs-advanced/gux-tab-advanced-panel/gux-tab-advanced-panel.js +99 -98
  532. package/dist/collection/components/stable/gux-tabs-advanced/gux-tabs-advanced.js +127 -126
  533. package/dist/collection/components/stable/gux-tabs-advanced/tests/gux-tabs-advanced.e2e.js +87 -87
  534. package/dist/collection/components/stable/gux-tabs-advanced/tests/gux-tabs-advanced.spec.js +14 -14
  535. package/dist/collection/components/stable/gux-tag/gux-tag.js +161 -161
  536. package/dist/collection/components/stable/gux-tag/tests/gux-tag.e2e.js +128 -128
  537. package/dist/collection/components/stable/gux-tag/tests/gux-tag.spec.js +88 -88
  538. package/dist/collection/components/stable/gux-text-highlight/gux-text-highlight.js +150 -150
  539. package/dist/collection/components/stable/gux-text-highlight/tests/gux-text-highlight.e2e.js +66 -66
  540. package/dist/collection/components/stable/gux-text-highlight/tests/gux-text-hightlight.spec.js +65 -65
  541. package/dist/collection/components/stable/gux-time-picker/gux-time-picker.js +384 -384
  542. package/dist/collection/components/stable/gux-time-picker/gux-time-picker.service.js +117 -117
  543. package/dist/collection/components/stable/gux-time-picker/tests/gux-time-picker.e2e.js +37 -37
  544. package/dist/collection/components/stable/gux-time-picker/tests/gux-time-picker.service.spec.js +693 -693
  545. package/dist/collection/components/stable/gux-time-picker/tests/gux-time-picker.spec.js +6 -6
  546. package/dist/collection/components/stable/gux-toast/gux-toast.js +107 -107
  547. package/dist/collection/components/stable/gux-toast/tests/gux-toast.e2e.js +69 -69
  548. package/dist/collection/components/stable/gux-toast/tests/gux-toast.spec.js +59 -59
  549. package/dist/collection/components/stable/gux-toggle/gux-toggle-slider/gux-toggle-slider.js +130 -130
  550. package/dist/collection/components/stable/gux-toggle/gux-toggle.js +249 -249
  551. package/dist/collection/components/stable/gux-toggle/tests/gux-toggle.e2e.js +123 -123
  552. package/dist/collection/components/stable/gux-toggle/tests/gux-toggle.spec.js +99 -99
  553. package/dist/collection/components/stable/gux-tooltip/gux-tooltip.js +253 -253
  554. package/dist/collection/components/stable/gux-tooltip/tests/gux-tooltip.e2e.js +19 -19
  555. package/dist/collection/components/stable/gux-tooltip/tests/gux-tooltip.spec.js +27 -27
  556. package/dist/collection/components/stable/gux-tooltip-title/gux-tooltip-title.js +205 -205
  557. package/dist/collection/components/stable/gux-truncate/gux-truncate.js +116 -116
  558. package/dist/collection/components/stable/gux-truncate/tests/gux-truncate.e2e.js +25 -25
  559. package/dist/collection/components/stable/gux-truncate/tests/gux-truncate.spec.js +14 -14
  560. package/dist/collection/genesys-spark-utils/get-closest-element.js +13 -13
  561. package/dist/collection/genesys-spark-utils/intl.js +64 -64
  562. package/dist/collection/i18n/DateTimeFormatter.js +38 -38
  563. package/dist/collection/i18n/check-regional-dates-cookie.js +3 -3
  564. package/dist/collection/i18n/fetchResources.js +7 -7
  565. package/dist/collection/i18n/index.js +60 -60
  566. package/dist/collection/i18n/time-zone/identifiers.js +458 -458
  567. package/dist/collection/test/axeConfig.js +4 -4
  568. package/dist/collection/test/e2eTestUtils.js +14 -14
  569. package/dist/collection/test/specTestUtils.js +5 -5
  570. package/dist/collection/utils/array/async-filter.js +2 -2
  571. package/dist/collection/utils/date/from-iso-time-string.js +1 -1
  572. package/dist/collection/utils/date/from-iso-time-string.spec.js +9 -9
  573. package/dist/collection/utils/date/get-valid-timezone.js +4 -4
  574. package/dist/collection/utils/date/get-valid-timezone.spec.js +30 -30
  575. package/dist/collection/utils/date/iso-dates.js +13 -13
  576. package/dist/collection/utils/date/iso-dates.spec.js +163 -163
  577. package/dist/collection/utils/date/time-zone.js +80 -80
  578. package/dist/collection/utils/date/time-zone.spec.js +16 -16
  579. package/dist/collection/utils/date/year-month-values.js +7 -7
  580. package/dist/collection/utils/date/year-month-values.spec.js +76 -76
  581. package/dist/collection/utils/decorator/on-click-outside.js +56 -56
  582. package/dist/collection/utils/decorator/on-mutation.js +26 -26
  583. package/dist/collection/utils/decorator/on-resize.js +26 -26
  584. package/dist/collection/utils/dom/after-next-render.js +2 -2
  585. package/dist/collection/utils/dom/calculate-input-disabled-state.js +2 -2
  586. package/dist/collection/utils/dom/event-is-from.js +12 -12
  587. package/dist/collection/utils/dom/event-is-from.spec.js +26 -26
  588. package/dist/collection/utils/dom/find-element-by-id.js +18 -18
  589. package/dist/collection/utils/dom/get-closest-element.js +12 -12
  590. package/dist/collection/utils/dom/get-slot-text-content.js +2 -2
  591. package/dist/collection/utils/dom/get-slot.js +1 -1
  592. package/dist/collection/utils/dom/get-text-content-from-nodes.js +10 -10
  593. package/dist/collection/utils/dom/has-slot.js +1 -1
  594. package/dist/collection/utils/dom/manipulate-elements-classes.js +6 -6
  595. package/dist/collection/utils/dom/manipulate-elements-classes.spec.js +83 -83
  596. package/dist/collection/utils/dom/on-attribute-change.js +25 -25
  597. package/dist/collection/utils/dom/on-input-disabled-state-change.js +12 -12
  598. package/dist/collection/utils/dom/on-mutation.js +7 -7
  599. package/dist/collection/utils/dom/prevent-browser-validation-styling.js +3 -3
  600. package/dist/collection/utils/dom/random-html-id.js +1 -1
  601. package/dist/collection/utils/dom/random-html-id.spec.js +11 -11
  602. package/dist/collection/utils/dom/set-input-value.js +6 -6
  603. package/dist/collection/utils/dom/simulate-native-event.js +10 -10
  604. package/dist/collection/utils/dom/when-event-is-from.js +12 -12
  605. package/dist/collection/utils/dom/when-event-is-from.spec.js +34 -34
  606. package/dist/collection/utils/error/log-error.js +2 -2
  607. package/dist/collection/utils/number/clamp.js +4 -4
  608. package/dist/collection/utils/string/capitalize-first-letter.js +1 -1
  609. package/dist/collection/utils/string/search.js +29 -29
  610. package/dist/collection/utils/string/search.spec.js +36 -36
  611. package/dist/collection/utils/tracking/usage.js +47 -47
  612. package/dist/collection/utils/tracking/usage.spec.js +108 -108
  613. package/dist/deploy-info.json +3 -3
  614. package/dist/esm/{after-next-render-84ec18ad.js → after-next-render-07a41f53.js} +2 -2
  615. package/dist/esm/app-globals-0f993ce5.js +3 -0
  616. package/dist/esm/{capitalize-first-letter-45fad3db.js → capitalize-first-letter-404638dd.js} +1 -1
  617. package/dist/esm/check-regional-dates-cookie-a5438531.js +110 -0
  618. package/dist/esm/clamp-1fc36648.js +8 -0
  619. package/dist/esm/event-is-from-60a4bc72.js +20 -0
  620. package/dist/esm/find-element-by-id-d0ce6208.js +24 -0
  621. package/dist/esm/{floating-ui.dom.esm-393a5c50.js → floating-ui.dom.esm-8b93f9de.js} +266 -195
  622. package/dist/esm/genesys-webcomponents.js +6 -4
  623. package/dist/esm/get-closest-element-728b9f18.js +17 -0
  624. package/dist/esm/get-slot-c26d3ab0.js +5 -0
  625. package/dist/esm/get-slot-text-content-95a85429.js +6 -0
  626. package/dist/esm/get-valid-timezone-daff1c0b.js +517 -0
  627. package/dist/esm/gux-accordion-section.entry.js +60 -59
  628. package/dist/esm/gux-accordion.entry.js +35 -34
  629. package/dist/esm/gux-action-button.entry.js +120 -119
  630. package/dist/esm/gux-action-toast-legacy.entry.js +14 -13
  631. package/dist/esm/gux-advanced-dropdown-legacy.entry.js +194 -193
  632. package/dist/esm/gux-all-row-select.entry.js +29 -28
  633. package/dist/esm/gux-announce-beta.entry.js +23 -22
  634. package/dist/esm/gux-avatar-beta.entry.js +104 -103
  635. package/dist/esm/gux-badge.entry.js +41 -40
  636. package/dist/esm/gux-blank-state.entry.js +34 -33
  637. package/dist/esm/gux-breadcrumb-item.entry.js +37 -36
  638. package/dist/esm/gux-breadcrumbs.entry.js +23 -22
  639. package/dist/esm/gux-button-multi.entry.js +105 -104
  640. package/dist/esm/gux-button-slot.entry.js +33 -32
  641. package/dist/esm/gux-button.entry.js +53 -52
  642. package/dist/esm/gux-calendar-beta.entry.js +212 -211
  643. package/dist/esm/gux-calendar.entry.js +345 -344
  644. package/dist/esm/gux-card.entry.js +18 -17
  645. package/dist/esm/gux-column-manager-item.entry.js +152 -151
  646. package/dist/esm/gux-column-manager.entry.js +99 -98
  647. package/dist/esm/gux-column-manager.service-90a02975.js +83 -0
  648. package/dist/esm/gux-content-search.entry.js +135 -134
  649. package/dist/esm/gux-context-menu.entry.js +108 -107
  650. package/dist/esm/gux-copy-to-clipboard.entry.js +58 -57
  651. package/dist/esm/gux-create-option.entry.js +45 -44
  652. package/dist/esm/gux-cta-group.entry.js +63 -62
  653. package/dist/esm/gux-date-beta.entry.js +36 -36
  654. package/dist/esm/gux-date-time-beta.entry.js +37 -37
  655. package/dist/esm/gux-datepicker.entry.js +593 -592
  656. package/dist/esm/gux-disclosure-button-legacy.entry.js +47 -46
  657. package/dist/esm/gux-dismiss-button.entry.js +19 -18
  658. package/dist/esm/gux-dropdown-multi-tag.entry.js +38 -37
  659. package/dist/esm/gux-dropdown-multi.entry.js +371 -370
  660. package/dist/esm/gux-dropdown-option.entry.js +75 -74
  661. package/dist/esm/gux-dropdown_3.entry.js +522 -519
  662. package/dist/esm/gux-flag-icon-beta.entry.js +17 -16
  663. package/dist/esm/gux-flyout-menu.entry.js +168 -167
  664. package/dist/esm/gux-form-field-checkbox.entry.js +61 -60
  665. package/dist/esm/gux-form-field-color.entry.js +79 -78
  666. package/dist/esm/gux-form-field-container-777ec473.js +18 -0
  667. package/dist/esm/gux-form-field-dropdown.entry.js +95 -94
  668. package/dist/esm/gux-form-field-fieldset-container-9b9fee2f.js +21 -0
  669. package/dist/esm/gux-form-field-input-clear-button.entry.js +18 -17
  670. package/dist/esm/gux-form-field-number_3.entry.js +348 -345
  671. package/dist/esm/gux-form-field-phone.entry.js +95 -94
  672. package/dist/esm/gux-form-field-radio.entry.js +57 -56
  673. package/dist/esm/gux-form-field-range.entry.js +146 -145
  674. package/dist/esm/gux-form-field-search.entry.js +96 -95
  675. package/dist/esm/gux-form-field-select.entry.js +83 -82
  676. package/dist/esm/gux-form-field-text-like.entry.js +112 -111
  677. package/dist/esm/gux-form-field-textarea.entry.js +96 -95
  678. package/dist/esm/gux-form-field-time-picker.entry.js +97 -96
  679. package/dist/esm/gux-form-field-time-zone-picker.entry.js +96 -95
  680. package/dist/esm/gux-form-field.service-f168cdd4.js +140 -0
  681. package/dist/esm/gux-icon.entry.js +169 -168
  682. package/dist/esm/gux-inline-alert.entry.js +34 -33
  683. package/dist/esm/gux-list-divider.entry.js +9 -8
  684. package/dist/esm/gux-list-item.entry.js +27 -26
  685. package/dist/esm/gux-list.entry.js +52 -51
  686. package/dist/esm/gux-list.service-5da368db.js +73 -0
  687. package/dist/esm/gux-listbox-multi.entry.js +216 -215
  688. package/dist/esm/gux-listbox.service-28ef1770.js +148 -0
  689. package/dist/esm/gux-loading-message.entry.js +14 -13
  690. package/dist/esm/gux-menu-option.entry.js +32 -31
  691. package/dist/esm/gux-menu.common-b2a4d472.js +77 -0
  692. package/dist/esm/gux-menu.entry.js +9 -8
  693. package/dist/esm/gux-modal-legacy.entry.js +70 -69
  694. package/dist/esm/gux-modal.entry.js +80 -79
  695. package/dist/esm/gux-month-calendar.entry.js +137 -136
  696. package/dist/esm/gux-month-list_2.entry.js +71 -69
  697. package/dist/esm/gux-month-picker-beta.entry.js +196 -195
  698. package/dist/esm/gux-notification-toast-legacy.entry.js +22 -21
  699. package/dist/esm/gux-option-group-beta.entry.js +46 -45
  700. package/dist/esm/gux-option-icon.entry.js +62 -61
  701. package/dist/esm/gux-option-multi.entry.js +64 -63
  702. package/dist/esm/gux-page-loading-spinner.entry.js +15 -14
  703. package/dist/esm/gux-pagination-buttons-legacy_3.entry.js +213 -210
  704. package/dist/esm/gux-pagination-buttons_2.entry.js +226 -224
  705. package/dist/esm/gux-pagination-cursor.entry.js +49 -48
  706. package/dist/esm/gux-pagination-items-per-page.entry.js +27 -26
  707. package/dist/esm/gux-pagination-legacy.entry.js +62 -61
  708. package/dist/esm/gux-pagination.entry.js +85 -84
  709. package/dist/esm/gux-phone-input-beta.entry.js +595 -602
  710. package/dist/esm/gux-popover-list.entry.js +121 -120
  711. package/dist/esm/gux-popup.entry.js +94 -93
  712. package/dist/esm/gux-radial-loading.entry.js +30 -29
  713. package/dist/esm/gux-radial-progress.entry.js +33 -32
  714. package/dist/esm/gux-rating.entry.js +100 -99
  715. package/dist/esm/gux-row-select.entry.js +25 -24
  716. package/dist/esm/gux-screen-reader-beta.entry.js +14 -13
  717. package/dist/esm/gux-segmented-control-beta.entry.js +33 -32
  718. package/dist/esm/gux-segmented-control-item.entry.js +57 -56
  719. package/dist/esm/gux-simple-toast-legacy.entry.js +22 -21
  720. package/dist/esm/gux-skip-navigation-item.entry.js +10 -9
  721. package/dist/esm/gux-skip-navigation-list.entry.js +18 -17
  722. package/dist/esm/gux-sort-control.entry.js +103 -102
  723. package/dist/esm/gux-submenu.entry.js +147 -146
  724. package/dist/esm/gux-switch-item.entry.js +16 -15
  725. package/dist/esm/gux-switch-legacy.entry.js +34 -33
  726. package/dist/esm/gux-tab-advanced-list.entry.js +427 -426
  727. package/dist/esm/gux-tab-advanced-panel.entry.js +23 -22
  728. package/dist/esm/gux-tab-advanced.entry.js +153 -152
  729. package/dist/esm/gux-tab-list.entry.js +276 -275
  730. package/dist/esm/gux-tab-panel.entry.js +23 -22
  731. package/dist/esm/gux-tab.entry.js +42 -41
  732. package/dist/esm/gux-table-select-menu.entry.js +68 -67
  733. package/dist/esm/gux-table-toolbar-action.entry.js +33 -32
  734. package/dist/esm/gux-table-toolbar-custom-action.entry.js +28 -27
  735. package/dist/esm/gux-table-toolbar-menu-button.entry.js +85 -84
  736. package/dist/esm/gux-table-toolbar.entry.js +192 -191
  737. package/dist/esm/gux-table.entry.js +268 -267
  738. package/dist/esm/gux-tabs-advanced.entry.js +51 -51
  739. package/dist/esm/gux-tabs.entry.js +52 -51
  740. package/dist/esm/gux-tag.entry.js +59 -58
  741. package/dist/esm/gux-text-highlight.entry.js +93 -92
  742. package/dist/esm/gux-time-beta.entry.js +36 -36
  743. package/dist/esm/gux-time-picker.entry.js +329 -328
  744. package/dist/esm/gux-time-zone-picker-beta.entry.js +230 -229
  745. package/dist/esm/gux-toast.entry.js +50 -49
  746. package/dist/esm/gux-toggle-slider.entry.js +29 -28
  747. package/dist/esm/gux-toggle.entry.js +75 -74
  748. package/dist/esm/gux-tooltip-base-beta.entry.js +120 -119
  749. package/dist/esm/gux-tooltip-beta.entry.js +56 -56
  750. package/dist/esm/gux-tooltip-title.entry.js +137 -136
  751. package/dist/esm/gux-tooltip.entry.js +137 -136
  752. package/dist/esm/gux-truncate.entry.js +63 -62
  753. package/dist/esm/{has-slot-d06c74d9.js → has-slot-f24a46a6.js} +1 -1
  754. package/dist/esm/{index-39266f37.js → index-3f1e5ba8.js} +77 -70
  755. package/dist/{cjs/index-75c9f0d9.js → esm/index-da21b737.js} +770 -613
  756. package/dist/esm/iso-dates-8d3f106d.js +25 -0
  757. package/dist/esm/loader.js +5 -3
  758. package/dist/esm/log-error-274efeb7.js +8 -0
  759. package/dist/esm/on-attribute-change-f42eabee.js +24 -0
  760. package/dist/esm/on-click-outside-6d6f4463.js +75 -0
  761. package/dist/esm/on-input-disabled-state-change-27395154.js +22 -0
  762. package/dist/esm/on-mutation-1355c534.js +34 -0
  763. package/dist/esm/on-mutation-a222fe93.js +11 -0
  764. package/dist/esm/on-resize-6a194a58.js +34 -0
  765. package/dist/esm/{prevent-browser-validation-styling-8c459589.js → prevent-browser-validation-styling-3983eb0a.js} +3 -3
  766. package/dist/esm/{random-html-id-3354d85c.js → random-html-id-81ac821b.js} +1 -1
  767. package/dist/esm/simulate-native-event-e0631897.js +14 -0
  768. package/dist/esm/{usage-96d4ad58.js → usage-584e4793.js} +42 -42
  769. package/dist/esm/{when-event-is-from-6154bd60.js → when-event-is-from-2aac15f0.js} +12 -12
  770. package/dist/esm/year-month-values-7461d213.js +15 -0
  771. package/dist/genesys-webcomponents/genesys-webcomponents.esm.js +1 -1
  772. package/dist/genesys-webcomponents/icons/arrow-solid-down.svg +1 -1
  773. package/dist/genesys-webcomponents/icons/arrow-solid-left.svg +1 -1
  774. package/dist/genesys-webcomponents/icons/arrow-solid-right.svg +1 -1
  775. package/dist/genesys-webcomponents/icons/arrow-solid-up.svg +1 -1
  776. package/dist/genesys-webcomponents/icons/control-skip-left.svg +1 -1
  777. package/dist/genesys-webcomponents/icons/control-skip-right.svg +1 -1
  778. package/dist/genesys-webcomponents/icons/custom/wrap-text-inline.svg +1 -1
  779. package/dist/genesys-webcomponents/icons/custom/wrap-text-tight.svg +1 -1
  780. package/dist/genesys-webcomponents/icons/custom/wrap-text-top-bottom.svg +1 -1
  781. package/dist/genesys-webcomponents/icons/file-pdf.svg +1 -1
  782. package/dist/genesys-webcomponents/icons/file-preview.svg +1 -1
  783. package/dist/genesys-webcomponents/icons/legacy/arrow-solid-down.svg +1 -0
  784. package/dist/genesys-webcomponents/icons/legacy/arrow-solid-left.svg +1 -0
  785. package/dist/genesys-webcomponents/icons/legacy/arrow-solid-right.svg +1 -0
  786. package/dist/genesys-webcomponents/icons/legacy/arrow-solid-up.svg +1 -0
  787. package/dist/genesys-webcomponents/icons/legacy/control-skip-left.svg +1 -0
  788. package/dist/genesys-webcomponents/icons/legacy/control-skip-right.svg +1 -0
  789. package/dist/genesys-webcomponents/icons/legacy/custom/wrap-text-inline.svg +1 -0
  790. package/dist/genesys-webcomponents/icons/legacy/custom/wrap-text-tight.svg +1 -0
  791. package/dist/genesys-webcomponents/icons/legacy/custom/wrap-text-top-bottom.svg +1 -0
  792. package/dist/genesys-webcomponents/icons/legacy/file-pdf.svg +1 -0
  793. package/dist/genesys-webcomponents/icons/legacy/file-preview.svg +1 -0
  794. package/dist/genesys-webcomponents/icons/legacy/message-email-outbound.svg +1 -0
  795. package/dist/genesys-webcomponents/icons/legacy/phone-bell.svg +1 -0
  796. package/dist/genesys-webcomponents/icons/legacy/phone-call-history.svg +1 -0
  797. package/dist/genesys-webcomponents/icons/legacy/phone-callback.svg +1 -0
  798. package/dist/genesys-webcomponents/icons/legacy/phone-conference.svg +1 -0
  799. package/dist/genesys-webcomponents/icons/legacy/phone-forward.svg +1 -0
  800. package/dist/genesys-webcomponents/icons/legacy/phone-hold.svg +1 -0
  801. package/dist/genesys-webcomponents/icons/legacy/phone-notification-score.svg +1 -0
  802. package/dist/genesys-webcomponents/icons/legacy/phone-success.svg +1 -0
  803. package/dist/genesys-webcomponents/icons/legacy/post.svg +1 -0
  804. package/dist/genesys-webcomponents/icons/legacy/roster-email-disable.svg +1 -0
  805. package/dist/genesys-webcomponents/icons/legacy/toolbar-phone-active-1.svg +1 -0
  806. package/dist/genesys-webcomponents/icons/legacy/toolbar-phone-active-2.svg +1 -0
  807. package/dist/genesys-webcomponents/icons/legacy/toolbar-phone-active-3.svg +1 -0
  808. package/dist/genesys-webcomponents/icons/legacy/toolbar-phone-disable.svg +1 -0
  809. package/dist/genesys-webcomponents/icons/legacy/user-circle.svg +1 -0
  810. package/dist/genesys-webcomponents/icons/legacy/user-contact-id.svg +1 -0
  811. package/dist/genesys-webcomponents/icons/message-email-outbound.svg +1 -1
  812. package/dist/genesys-webcomponents/icons/phone-bell.svg +1 -1
  813. package/dist/genesys-webcomponents/icons/phone-call-history.svg +1 -1
  814. package/dist/genesys-webcomponents/icons/phone-callback.svg +1 -1
  815. package/dist/genesys-webcomponents/icons/phone-conference.svg +1 -1
  816. package/dist/genesys-webcomponents/icons/phone-forward.svg +1 -1
  817. package/dist/genesys-webcomponents/icons/phone-hold.svg +1 -1
  818. package/dist/genesys-webcomponents/icons/phone-notification-score.svg +1 -1
  819. package/dist/genesys-webcomponents/icons/phone-success.svg +1 -1
  820. package/dist/genesys-webcomponents/icons/post.svg +1 -1
  821. package/dist/genesys-webcomponents/icons/roster-email-disable.svg +1 -1
  822. package/dist/genesys-webcomponents/icons/toolbar-phone-active-1.svg +1 -1
  823. package/dist/genesys-webcomponents/icons/toolbar-phone-active-2.svg +1 -1
  824. package/dist/genesys-webcomponents/icons/toolbar-phone-active-3.svg +1 -1
  825. package/dist/genesys-webcomponents/icons/toolbar-phone-disable.svg +1 -1
  826. package/dist/genesys-webcomponents/icons/user-circle.svg +1 -1
  827. package/dist/genesys-webcomponents/icons/user-contact-id.svg +1 -1
  828. package/dist/genesys-webcomponents/p-01471ba0.js +1 -0
  829. package/dist/genesys-webcomponents/p-021c5e15.entry.js +1 -0
  830. package/dist/genesys-webcomponents/{p-e10cb032.js → p-0367930a.js} +1 -1
  831. package/dist/genesys-webcomponents/p-076c488a.entry.js +1 -0
  832. package/dist/genesys-webcomponents/p-0873e4ab.entry.js +1 -0
  833. package/dist/genesys-webcomponents/p-08746cf4.entry.js +1 -0
  834. package/dist/genesys-webcomponents/p-0bcb9049.entry.js +1 -0
  835. package/dist/genesys-webcomponents/p-0c847097.entry.js +1 -0
  836. package/dist/genesys-webcomponents/p-0ec9c356.entry.js +1 -0
  837. package/dist/genesys-webcomponents/p-12153116.entry.js +1 -0
  838. package/dist/genesys-webcomponents/p-15148f59.entry.js +1 -0
  839. package/dist/genesys-webcomponents/p-1529f860.entry.js +1 -0
  840. package/dist/genesys-webcomponents/{p-73e31592.entry.js → p-17472c1e.entry.js} +1 -1
  841. package/dist/genesys-webcomponents/{p-cde75317.entry.js → p-1782fe0f.entry.js} +1 -1
  842. package/dist/genesys-webcomponents/p-17d1e881.entry.js +1 -0
  843. package/dist/genesys-webcomponents/p-1ce7f6bb.entry.js +1 -0
  844. package/dist/genesys-webcomponents/p-1d3cf57b.entry.js +1 -0
  845. package/dist/genesys-webcomponents/p-1d46f4bd.entry.js +1 -0
  846. package/dist/genesys-webcomponents/p-1d8e650b.entry.js +1 -0
  847. package/dist/genesys-webcomponents/p-1dd123e1.entry.js +1 -0
  848. package/dist/genesys-webcomponents/p-210fd913.entry.js +1 -0
  849. package/dist/genesys-webcomponents/p-21608815.entry.js +1 -0
  850. package/dist/genesys-webcomponents/p-22d63f39.entry.js +1 -0
  851. package/dist/genesys-webcomponents/p-230f793b.entry.js +1 -0
  852. package/dist/genesys-webcomponents/p-232d337f.entry.js +1 -0
  853. package/dist/genesys-webcomponents/p-257d1677.entry.js +1 -0
  854. package/dist/genesys-webcomponents/p-265ec6b3.entry.js +1 -0
  855. package/dist/genesys-webcomponents/p-2ceea80b.entry.js +1 -0
  856. package/dist/genesys-webcomponents/p-2d0ece57.entry.js +1 -0
  857. package/dist/genesys-webcomponents/{p-c49670a7.js → p-2d1bdeab.js} +1 -1
  858. package/dist/genesys-webcomponents/p-2e827df1.js +2 -0
  859. package/dist/genesys-webcomponents/p-2efcf865.entry.js +1 -0
  860. package/dist/genesys-webcomponents/p-2efd13c6.entry.js +1 -0
  861. package/dist/genesys-webcomponents/p-3094f91e.entry.js +1 -0
  862. package/dist/genesys-webcomponents/p-32c3eed2.entry.js +1 -0
  863. package/dist/genesys-webcomponents/{p-9344d7c4.entry.js → p-34824b50.entry.js} +1 -1
  864. package/dist/genesys-webcomponents/p-35a67b2d.entry.js +1 -0
  865. package/dist/genesys-webcomponents/p-38b45596.entry.js +1 -0
  866. package/dist/genesys-webcomponents/p-3a1668e7.entry.js +1 -0
  867. package/dist/genesys-webcomponents/p-3cc528b2.entry.js +1 -0
  868. package/dist/genesys-webcomponents/p-40d7523c.entry.js +1 -0
  869. package/dist/genesys-webcomponents/p-462b9d6d.entry.js +1 -0
  870. package/dist/genesys-webcomponents/p-4a704acc.entry.js +1 -0
  871. package/dist/genesys-webcomponents/p-4af154bf.entry.js +1 -0
  872. package/dist/genesys-webcomponents/p-4b81769e.entry.js +1 -0
  873. package/dist/genesys-webcomponents/p-4c05ded4.entry.js +1 -0
  874. package/dist/genesys-webcomponents/p-4c3aca5c.entry.js +1 -0
  875. package/dist/genesys-webcomponents/{p-46a80dde.entry.js → p-4e230445.entry.js} +1 -1
  876. package/dist/genesys-webcomponents/p-4ee99fe3.entry.js +1 -0
  877. package/dist/genesys-webcomponents/p-56067054.entry.js +1 -0
  878. package/dist/genesys-webcomponents/p-594ccda5.entry.js +1 -0
  879. package/dist/genesys-webcomponents/p-5a40a355.entry.js +1 -0
  880. package/dist/genesys-webcomponents/p-5abec9a6.entry.js +1 -0
  881. package/dist/genesys-webcomponents/p-615474a6.entry.js +1 -0
  882. package/dist/genesys-webcomponents/p-61d2492c.entry.js +1 -0
  883. package/dist/genesys-webcomponents/p-657b7edf.entry.js +1 -0
  884. package/dist/genesys-webcomponents/p-65fc68b8.entry.js +1 -0
  885. package/dist/genesys-webcomponents/p-672c12f5.entry.js +1 -0
  886. package/dist/genesys-webcomponents/p-6a2a0478.entry.js +1 -0
  887. package/dist/genesys-webcomponents/p-6e213905.entry.js +1 -0
  888. package/dist/genesys-webcomponents/{p-960b5ee9.entry.js → p-6fb3d24a.entry.js} +1 -1
  889. package/dist/genesys-webcomponents/p-717b069a.entry.js +1 -0
  890. package/dist/genesys-webcomponents/p-71f70756.entry.js +1 -0
  891. package/dist/genesys-webcomponents/{p-548c248e.entry.js → p-72a32ddc.entry.js} +1 -1
  892. package/dist/genesys-webcomponents/p-752865a0.entry.js +1 -0
  893. package/dist/genesys-webcomponents/p-7603555f.entry.js +1 -0
  894. package/dist/genesys-webcomponents/{p-f19850ba.js → p-76df7717.js} +1 -1
  895. package/dist/genesys-webcomponents/p-79267e5b.entry.js +1 -0
  896. package/dist/genesys-webcomponents/{p-80a2f466.entry.js → p-79d8490a.entry.js} +2 -2
  897. package/dist/genesys-webcomponents/p-7cb3568f.entry.js +1 -0
  898. package/dist/genesys-webcomponents/p-812ecc60.entry.js +1 -0
  899. package/dist/genesys-webcomponents/p-812f9f34.entry.js +1 -0
  900. package/dist/genesys-webcomponents/p-81e5c422.entry.js +1 -0
  901. package/dist/genesys-webcomponents/p-83340be4.entry.js +1 -0
  902. package/dist/genesys-webcomponents/{p-155f8f62.entry.js → p-859883d2.entry.js} +1 -1
  903. package/dist/genesys-webcomponents/p-89ab2d03.entry.js +1 -0
  904. package/dist/genesys-webcomponents/{p-c9cd3e47.entry.js → p-8a278967.entry.js} +1 -1
  905. package/dist/genesys-webcomponents/p-8cab9831.entry.js +1 -0
  906. package/dist/genesys-webcomponents/{p-2111413c.entry.js → p-8d18357e.entry.js} +1 -1
  907. package/dist/genesys-webcomponents/p-8d3623c9.entry.js +1 -0
  908. package/dist/genesys-webcomponents/p-91049cc0.entry.js +1 -0
  909. package/dist/genesys-webcomponents/p-918b2269.entry.js +1 -0
  910. package/dist/genesys-webcomponents/p-92cdf249.entry.js +1 -0
  911. package/dist/genesys-webcomponents/p-93305dd6.entry.js +1 -0
  912. package/dist/genesys-webcomponents/p-959a66d5.entry.js +1 -0
  913. package/dist/genesys-webcomponents/{p-2b468e4b.js → p-9773c4fe.js} +1 -1
  914. package/dist/genesys-webcomponents/p-97cc4d09.entry.js +1 -0
  915. package/dist/genesys-webcomponents/p-9d2258fe.entry.js +1 -0
  916. package/dist/genesys-webcomponents/p-9fb3e308.entry.js +1 -0
  917. package/dist/genesys-webcomponents/p-9ffb183a.entry.js +1 -0
  918. package/dist/genesys-webcomponents/p-a546cf13.entry.js +1 -0
  919. package/dist/genesys-webcomponents/p-a5581f81.entry.js +1 -0
  920. package/dist/genesys-webcomponents/{p-14bbafb3.entry.js → p-a5c7c0d8.entry.js} +1 -1
  921. package/dist/genesys-webcomponents/{p-d5051648.entry.js → p-a73924dc.entry.js} +1 -1
  922. package/dist/genesys-webcomponents/p-a873d069.entry.js +1 -0
  923. package/dist/genesys-webcomponents/p-ab6cf9b9.js +1 -0
  924. package/dist/genesys-webcomponents/{p-9114dbc9.entry.js → p-abfb86d5.entry.js} +1 -1
  925. package/dist/genesys-webcomponents/p-ac38fe83.js +1 -0
  926. package/dist/genesys-webcomponents/p-ad3f02ea.entry.js +1 -0
  927. package/dist/genesys-webcomponents/p-ae51701c.entry.js +1 -0
  928. package/dist/genesys-webcomponents/p-afdbfb5c.entry.js +1 -0
  929. package/dist/genesys-webcomponents/p-b0e1eb0c.js +1 -0
  930. package/dist/genesys-webcomponents/p-b2b1c2ed.entry.js +1 -0
  931. package/dist/genesys-webcomponents/p-b43ee47b.js +1 -0
  932. package/dist/genesys-webcomponents/p-c0f0e600.entry.js +1 -0
  933. package/dist/genesys-webcomponents/p-c564c662.entry.js +1 -0
  934. package/dist/genesys-webcomponents/p-c577acef.entry.js +1 -0
  935. package/dist/genesys-webcomponents/p-c63f1cbb.entry.js +1 -0
  936. package/dist/genesys-webcomponents/p-ca050f19.entry.js +1 -0
  937. package/dist/genesys-webcomponents/p-ca816b67.entry.js +1 -0
  938. package/dist/genesys-webcomponents/p-cb97020a.entry.js +1 -0
  939. package/dist/genesys-webcomponents/{p-9d642773.entry.js → p-cea85008.entry.js} +1 -1
  940. package/dist/genesys-webcomponents/p-d139c9ba.entry.js +1 -0
  941. package/dist/genesys-webcomponents/p-d34a60c9.entry.js +1 -0
  942. package/dist/genesys-webcomponents/p-d52fb848.entry.js +1 -0
  943. package/dist/genesys-webcomponents/p-d67af7c8.entry.js +1 -0
  944. package/dist/genesys-webcomponents/p-d7fa0e6a.entry.js +1 -0
  945. package/dist/genesys-webcomponents/p-da6ac726.entry.js +1 -0
  946. package/dist/genesys-webcomponents/{p-a285abaf.js → p-db201bbc.js} +1 -1
  947. package/dist/genesys-webcomponents/p-dbf4889c.entry.js +1 -0
  948. package/dist/genesys-webcomponents/p-dcb74fd5.entry.js +1 -0
  949. package/dist/genesys-webcomponents/p-dce5b9ad.entry.js +1 -0
  950. package/dist/genesys-webcomponents/p-dd2d90d5.entry.js +1 -0
  951. package/dist/genesys-webcomponents/p-e1255160.js +1 -0
  952. package/dist/genesys-webcomponents/p-e5ee0658.entry.js +1 -0
  953. package/dist/genesys-webcomponents/{p-280703b0.entry.js → p-e6662451.entry.js} +1 -1
  954. package/dist/genesys-webcomponents/{p-e5766b80.js → p-f3b9b052.js} +1 -1
  955. package/dist/genesys-webcomponents/p-f3e40164.entry.js +1 -0
  956. package/dist/genesys-webcomponents/p-f5c856c5.entry.js +1 -0
  957. package/dist/genesys-webcomponents/p-f79ea7a1.entry.js +1 -0
  958. package/dist/genesys-webcomponents/p-fa20a717.entry.js +1 -0
  959. package/dist/genesys-webcomponents/p-fb532176.entry.js +1 -0
  960. package/dist/stencil-wrapper.js +1 -1
  961. package/dist/types/common-enums.d.ts +9 -9
  962. package/dist/types/components/beta/gux-announce/gux-announce.d.ts +6 -6
  963. package/dist/types/components/beta/gux-avatar/gux-avatar.d.ts +43 -43
  964. package/dist/types/components/beta/gux-calendar-beta/components/single/gux-calendar.d.ts +26 -26
  965. package/dist/types/components/beta/gux-calendar-beta/gux-calendar.types.d.ts +8 -8
  966. package/dist/types/components/beta/gux-cta-group/gux-cta-group.d.ts +14 -14
  967. package/dist/types/components/beta/gux-date/gux-date.d.ts +21 -21
  968. package/dist/types/components/beta/gux-date-time/gux-date-time.d.ts +21 -21
  969. package/dist/types/components/beta/gux-flag-icon/gux-flag-icon.d.ts +5 -5
  970. package/dist/types/components/beta/gux-month-picker/gux-month-calendar/gux-month-calendar.d.ts +42 -42
  971. package/dist/types/components/beta/gux-month-picker/gux-month-calendar/gux-month-list/gux-month-list-item/gux-month-list-item.d.ts +8 -8
  972. package/dist/types/components/beta/gux-month-picker/gux-month-calendar/gux-month-list/gux-month-list.d.ts +5 -5
  973. package/dist/types/components/beta/gux-month-picker/gux-month-picker.d.ts +45 -45
  974. package/dist/types/components/beta/gux-phone-input/gux-phone-input.d.ts +69 -69
  975. package/dist/types/components/beta/gux-phone-input/gux-phone.types.d.ts +5 -5
  976. package/dist/types/components/beta/gux-phone-input/services/RegionCountryCodeMap.d.ts +246 -246
  977. package/dist/types/components/beta/gux-screen-reader/gux-screen-reader.d.ts +3 -3
  978. package/dist/types/components/beta/gux-segmented-control/gux-segmented-control-item/gux-segmented-control-item.d.ts +12 -12
  979. package/dist/types/components/beta/gux-segmented-control/gux-segmented-control.d.ts +8 -8
  980. package/dist/types/components/beta/gux-time/gux-time.d.ts +24 -24
  981. package/dist/types/components/beta/gux-time-zone-picker/generic-zones.d.ts +13 -13
  982. package/dist/types/components/beta/gux-time-zone-picker/gux-time-zone-picker.d.ts +24 -24
  983. package/dist/types/components/beta/gux-time-zone-picker/gux-time-zone-picker.types.d.ts +22 -22
  984. package/dist/types/components/beta/gux-tooltip-base/gux-tooltip-base.d.ts +38 -38
  985. package/dist/types/components/beta/gux-tooltip-beta/gux-tooltip.d.ts +21 -21
  986. package/dist/types/components/legacy/gux-action-toast-legacy/gux-action-toast.d.ts +3 -3
  987. package/dist/types/components/legacy/gux-advanced-dropdown-legacy/dropdown-option/gux-dropdown-option.d.ts +47 -47
  988. package/dist/types/components/legacy/gux-advanced-dropdown-legacy/gux-advanced-dropdown.d.ts +65 -65
  989. package/dist/types/components/legacy/gux-disclosure-button-legacy/gux-disclosure-button.d.ts +30 -30
  990. package/dist/types/components/legacy/gux-modal-legacy/gux-modal-legacy.d.ts +27 -27
  991. package/dist/types/components/legacy/gux-notification-toast-legacy/gux-notification-toast.d.ts +9 -9
  992. package/dist/types/components/legacy/gux-pagination-legacy/gux-pagination-buttons-legacy/gux-pagination-button.service.d.ts +4 -4
  993. package/dist/types/components/legacy/gux-pagination-legacy/gux-pagination-buttons-legacy/gux-pagination-buttons.d.ts +22 -22
  994. package/dist/types/components/legacy/gux-pagination-legacy/gux-pagination-item-counts-legacy/gux-pagination-item-counts.d.ts +9 -9
  995. package/dist/types/components/legacy/gux-pagination-legacy/gux-pagination-items-per-page-legacy/gux-pagination-items-per-page.d.ts +9 -9
  996. package/dist/types/components/legacy/gux-pagination-legacy/gux-pagination.d.ts +31 -31
  997. package/dist/types/components/legacy/gux-pagination-legacy/gux-pagination.types.d.ts +2 -2
  998. package/dist/types/components/legacy/gux-simple-toast-legacy/gux-simple-toast.d.ts +9 -9
  999. package/dist/types/components/legacy/gux-switch-legacy/gux-switch-item/gux-switch-item.d.ts +5 -5
  1000. package/dist/types/components/legacy/gux-switch-legacy/gux-switch.d.ts +9 -9
  1001. package/dist/types/components/stable/gux-accordion/gux-accordion-section/gux-accordion-section.d.ts +24 -24
  1002. package/dist/types/components/stable/gux-accordion/gux-accordion.d.ts +7 -7
  1003. package/dist/types/components/stable/gux-action-button/gux-action-button.d.ts +41 -41
  1004. package/dist/types/components/stable/gux-badge/gux-badge.d.ts +11 -11
  1005. package/dist/types/components/stable/gux-blank-state/gux-blank-state.d.ts +6 -6
  1006. package/dist/types/components/stable/gux-breadcrumbs/breadcrumb-item/gux-breadcrumb-item.d.ts +7 -7
  1007. package/dist/types/components/stable/gux-breadcrumbs/gux-breadcrumbs.d.ts +7 -7
  1008. package/dist/types/components/stable/gux-button/gux-button.d.ts +22 -22
  1009. package/dist/types/components/stable/gux-button-multi/gux-button-multi.d.ts +31 -31
  1010. package/dist/types/components/stable/gux-button-slot/gux-button-slot.d.ts +6 -6
  1011. package/dist/types/components/stable/gux-calendar/gux-calendar.d.ts +67 -67
  1012. package/dist/types/components/stable/gux-calendar/gux-calendar.types.d.ts +6 -6
  1013. package/dist/types/components/stable/gux-card/gux-card.d.ts +7 -7
  1014. package/dist/types/components/stable/gux-column-manager/gux-column-manager-item/gux-column-manager-item.d.ts +31 -31
  1015. package/dist/types/components/stable/gux-column-manager/gux-column-manager.d.ts +24 -24
  1016. package/dist/types/components/stable/gux-column-manager/gux-column-manager.service.d.ts +2 -2
  1017. package/dist/types/components/stable/gux-column-manager/gux-column-manager.types.d.ts +6 -6
  1018. package/dist/types/components/stable/gux-content-search/gux-content-search.d.ts +37 -37
  1019. package/dist/types/components/stable/gux-context-menu/gux-context-menu.d.ts +34 -34
  1020. package/dist/types/components/stable/gux-copy-to-clipboard/gux-copy-to-clipboard.d.ts +14 -14
  1021. package/dist/types/components/stable/gux-datepicker/gux-datepicker.d.ts +127 -127
  1022. package/dist/types/components/stable/gux-datepicker/gux-datepicker.types.d.ts +2 -2
  1023. package/dist/types/components/stable/gux-dismiss-button/gux-dismiss-button.d.ts +5 -5
  1024. package/dist/types/components/stable/gux-dropdown/gux-dropdown.d.ts +69 -69
  1025. package/dist/types/components/stable/gux-dropdown-multi/gux-dropdown-multi-tag/gux-dropdown-multi-tag.d.ts +17 -17
  1026. package/dist/types/components/stable/gux-dropdown-multi/gux-dropdown-multi.d.ts +102 -102
  1027. package/dist/types/components/stable/gux-flyout-menu/gux-flyout-menu.d.ts +24 -24
  1028. package/dist/types/components/stable/gux-flyout-menu/gux-menu/gux-menu-option/gux-menu-option.d.ts +9 -9
  1029. package/dist/types/components/stable/gux-flyout-menu/gux-menu/gux-menu.d.ts +1 -1
  1030. package/dist/types/components/stable/gux-flyout-menu/gux-menu/gux-submenu/gux-submenu.d.ts +28 -28
  1031. package/dist/types/components/stable/gux-form-field/components/gux-form-field-checkbox/gux-form-field-checkbox.d.ts +13 -13
  1032. package/dist/types/components/stable/gux-form-field/components/gux-form-field-color/gux-form-field-color.d.ts +18 -18
  1033. package/dist/types/components/stable/gux-form-field/components/gux-form-field-dropdown/gux-form-field-dropdown.d.ts +20 -20
  1034. package/dist/types/components/stable/gux-form-field/components/gux-form-field-number/gux-form-field-number.d.ts +26 -26
  1035. package/dist/types/components/stable/gux-form-field/components/gux-form-field-phone/gux-form-field-phone.d.ts +21 -21
  1036. package/dist/types/components/stable/gux-form-field/components/gux-form-field-radio/gux-form-field-radio.d.ts +11 -11
  1037. package/dist/types/components/stable/gux-form-field/components/gux-form-field-range/gux-form-field-range.d.ts +34 -34
  1038. package/dist/types/components/stable/gux-form-field/components/gux-form-field-search/gux-form-field-search.d.ts +21 -21
  1039. package/dist/types/components/stable/gux-form-field/components/gux-form-field-select/gux-form-field-select.d.ts +18 -18
  1040. package/dist/types/components/stable/gux-form-field/components/gux-form-field-text-like/gux-form-field-text-like.d.ts +25 -25
  1041. package/dist/types/components/stable/gux-form-field/components/gux-form-field-textarea/gux-form-field-textarea.d.ts +22 -22
  1042. package/dist/types/components/stable/gux-form-field/components/gux-form-field-time-picker/gux-form-field-time-picker.d.ts +21 -21
  1043. package/dist/types/components/stable/gux-form-field/components/gux-form-field-time-zone-picker/gux-form-field-time-zone-picker.d.ts +21 -21
  1044. package/dist/types/components/stable/gux-form-field/functional-components/gux-form-field-container/gux-form-field-container.d.ts +1 -1
  1045. package/dist/types/components/stable/gux-form-field/functional-components/gux-form-field-error/gux-form-field-error.d.ts +1 -1
  1046. package/dist/types/components/stable/gux-form-field/functional-components/gux-form-field-fieldset-container/gux-form-field-fieldset-container.d.ts +1 -1
  1047. package/dist/types/components/stable/gux-form-field/functional-components/gux-form-field-help/gux-form-field-help.d.ts +1 -1
  1048. package/dist/types/components/stable/gux-form-field/functional-components/gux-form-field-label/gux-form-field-label.d.ts +2 -2
  1049. package/dist/types/components/stable/gux-form-field/functional-components/gux-form-field-legend-label/gux-form-field-legend-label.d.ts +3 -3
  1050. package/dist/types/components/stable/gux-form-field/helper-components/gux-form-field-input-clear-button/gux-form-field-input-clear-button.d.ts +4 -4
  1051. package/dist/types/components/stable/gux-icon/gux-icon.d.ts +24 -24
  1052. package/dist/types/components/stable/gux-icon/gux-icon.types.d.ts +1 -1
  1053. package/dist/types/components/stable/gux-icon/icon-names-deprecated.d.ts +1 -1
  1054. package/dist/types/components/stable/gux-inline-alert/gux-inline-alert.d.ts +6 -6
  1055. package/dist/types/components/stable/gux-list/gux-list-divider/gux-list-divider.d.ts +1 -1
  1056. package/dist/types/components/stable/gux-list/gux-list-item/gux-list-item.d.ts +6 -6
  1057. package/dist/types/components/stable/gux-list/gux-list.d.ts +9 -9
  1058. package/dist/types/components/stable/gux-listbox/gux-listbox.d.ts +25 -25
  1059. package/dist/types/components/stable/gux-listbox/option-group/gux-option-group.d.ts +12 -12
  1060. package/dist/types/components/stable/gux-listbox/options/gux-option/gux-option.d.ts +13 -13
  1061. package/dist/types/components/stable/gux-listbox/options/gux-option-icon/gux-option-icon.d.ts +19 -19
  1062. package/dist/types/components/stable/gux-listbox/options/option-types.d.ts +5 -5
  1063. package/dist/types/components/stable/gux-listbox-multi/gux-create-option/gux-create-option.d.ts +15 -15
  1064. package/dist/types/components/stable/gux-listbox-multi/gux-listbox-multi.d.ts +35 -35
  1065. package/dist/types/components/stable/gux-listbox-multi/gux-option-multi/gux-option-multi.d.ts +19 -19
  1066. package/dist/types/components/stable/gux-loading-message/gux-loading-message.d.ts +3 -3
  1067. package/dist/types/components/stable/gux-modal/gux-modal.d.ts +32 -32
  1068. package/dist/types/components/stable/gux-page-loading-spinner/gux-page-loading-spinner.d.ts +8 -8
  1069. package/dist/types/components/stable/gux-pagination/gux-pagination-buttons/gux-pagination-button.service.d.ts +4 -4
  1070. package/dist/types/components/stable/gux-pagination/gux-pagination-buttons/gux-pagination-buttons.d.ts +19 -19
  1071. package/dist/types/components/stable/gux-pagination/gux-pagination-buttons/gux-pagination-ellipsis-button/gux-pagination-ellipsis-button.d.ts +16 -16
  1072. package/dist/types/components/stable/gux-pagination/gux-pagination-item-counts/gux-pagination-item-counts.d.ts +10 -10
  1073. package/dist/types/components/stable/gux-pagination/gux-pagination-items-per-page/gux-pagination-items-per-page.d.ts +9 -9
  1074. package/dist/types/components/stable/gux-pagination/gux-pagination.d.ts +39 -39
  1075. package/dist/types/components/stable/gux-pagination-cursor/gux-pagination-cursor.d.ts +18 -18
  1076. package/dist/types/components/stable/gux-popover/gux-popover.d.ts +40 -40
  1077. package/dist/types/components/stable/gux-popover-list/gux-popover-list.d.ts +38 -38
  1078. package/dist/types/components/stable/gux-popup/gux-popup.d.ts +32 -32
  1079. package/dist/types/components/stable/gux-radial-loading/gux-radial-loading.d.ts +13 -13
  1080. package/dist/types/components/stable/gux-radial-loading/gux-radial-loading.functional.d.ts +2 -2
  1081. package/dist/types/components/stable/gux-radial-progress/gux-radial-progress.d.ts +16 -16
  1082. package/dist/types/components/stable/gux-radial-progress/gux-radial-progress.functional.d.ts +4 -4
  1083. package/dist/types/components/stable/gux-rating/gux-rating.d.ts +15 -15
  1084. package/dist/types/components/stable/gux-skip-navigation-list/gux-skip-navigation-item/gux-skip-navigation-item.d.ts +1 -1
  1085. package/dist/types/components/stable/gux-skip-navigation-list/gux-skip-navigation-list.d.ts +4 -4
  1086. package/dist/types/components/stable/gux-table/gux-all-row-select/gux-all-row-select.d.ts +11 -11
  1087. package/dist/types/components/stable/gux-table/gux-row-select/gux-row-select.d.ts +10 -10
  1088. package/dist/types/components/stable/gux-table/gux-sort-control/gux-sort-control.d.ts +18 -18
  1089. package/dist/types/components/stable/gux-table/gux-sort-control/tests/gux-sort-control.markup.d.ts +20 -20
  1090. package/dist/types/components/stable/gux-table/gux-table-select-menu/gux-table-select-menu.d.ts +14 -14
  1091. package/dist/types/components/stable/gux-table/gux-table.d.ts +82 -82
  1092. package/dist/types/components/stable/gux-table/gux-table.types.d.ts +6 -6
  1093. package/dist/types/components/stable/gux-table-toolbar/gux-table-toolbar-action/gux-table-toolbar-action.d.ts +11 -11
  1094. package/dist/types/components/stable/gux-table-toolbar/gux-table-toolbar-custom-action/gux-table-toolbar-custom-action.d.ts +8 -8
  1095. package/dist/types/components/stable/gux-table-toolbar/gux-table-toolbar-menu-button/gux-table-toolbar-menu-button.d.ts +17 -17
  1096. package/dist/types/components/stable/gux-table-toolbar/gux-table-toolbar.d.ts +42 -42
  1097. package/dist/types/components/stable/gux-tabs/gux-tab/gux-tab.d.ts +19 -19
  1098. package/dist/types/components/stable/gux-tabs/gux-tab-list/gux-tab-list.d.ts +36 -36
  1099. package/dist/types/components/stable/gux-tabs/gux-tab-panel/gux-tab-panel.d.ts +12 -12
  1100. package/dist/types/components/stable/gux-tabs/gux-tabs.d.ts +26 -26
  1101. package/dist/types/components/stable/gux-tabs-advanced/gux-tab-advanced/gux-tab-advanced.d.ts +38 -38
  1102. package/dist/types/components/stable/gux-tabs-advanced/gux-tab-advanced-list/gux-tab-advanced-list.d.ts +81 -81
  1103. package/dist/types/components/stable/gux-tabs-advanced/gux-tab-advanced-panel/gux-tab-advanced-panel.d.ts +6 -6
  1104. package/dist/types/components/stable/gux-tabs-advanced/gux-tabs-advanced.d.ts +18 -18
  1105. package/dist/types/components/stable/gux-tag/gux-tag.d.ts +16 -16
  1106. package/dist/types/components/stable/gux-text-highlight/gux-text-highlight.d.ts +22 -22
  1107. package/dist/types/components/stable/gux-time-picker/gux-time-picker.d.ts +38 -38
  1108. package/dist/types/components/stable/gux-toast/gux-toast.d.ts +12 -12
  1109. package/dist/types/components/stable/gux-toggle/gux-toggle-slider/gux-toggle-slider.d.ts +8 -8
  1110. package/dist/types/components/stable/gux-toggle/gux-toggle.d.ts +23 -23
  1111. package/dist/types/components/stable/gux-tooltip/gux-tooltip.d.ts +38 -38
  1112. package/dist/types/components/stable/gux-tooltip-title/gux-tooltip-title.d.ts +23 -23
  1113. package/dist/types/components/stable/gux-truncate/gux-truncate.d.ts +14 -14
  1114. package/dist/types/components.d.ts +547 -0
  1115. package/dist/types/i18n/DateTimeFormatter.d.ts +27 -27
  1116. package/dist/types/i18n/fetchResources.d.ts +3 -3
  1117. package/dist/types/i18n/index.d.ts +1 -1
  1118. package/dist/types/stencil-public-runtime.d.ts +10 -0
  1119. package/dist/types/stencil-wrapper.d.ts +1 -1
  1120. package/dist/types/test/axeConfig.d.ts +4 -4
  1121. package/dist/types/test/e2eTestUtils.d.ts +4 -4
  1122. package/dist/types/test/jestMatcherUtils.d.ts +4 -4
  1123. package/dist/types/utils/date/year-month-values.d.ts +2 -2
  1124. package/dist/types/utils/decorator/on-click-outside.d.ts +2 -2
  1125. package/dist/types/utils/tracking/usage.d.ts +11 -11
  1126. package/package.json +3 -3
  1127. package/dist/cjs/check-regional-dates-cookie-2b234ae2.js +0 -115
  1128. package/dist/cjs/event-is-from-f3f1cfde.js +0 -22
  1129. package/dist/cjs/find-element-by-id-9c3e0b1b.js +0 -26
  1130. package/dist/cjs/get-closest-element-26894e5a.js +0 -19
  1131. package/dist/cjs/get-slot-395a67ef.js +0 -7
  1132. package/dist/cjs/get-slot-text-content-c4306c7a.js +0 -8
  1133. package/dist/cjs/get-valid-timezone-6bacb49d.js +0 -520
  1134. package/dist/cjs/gux-column-manager.service-7f1cc862.js +0 -93
  1135. package/dist/cjs/gux-form-field-container-987b5820.js +0 -21
  1136. package/dist/cjs/gux-form-field-fieldset-container-e43868e8.js +0 -24
  1137. package/dist/cjs/gux-form-field.service-d9598ea6.js +0 -151
  1138. package/dist/cjs/gux-list.service-4beaa394.js +0 -81
  1139. package/dist/cjs/gux-listbox.service-e1b0f291.js +0 -164
  1140. package/dist/cjs/gux-menu.common-d41b2fac.js +0 -80
  1141. package/dist/cjs/iso-dates-d0cd4802.js +0 -30
  1142. package/dist/cjs/log-error-8a92241e.js +0 -11
  1143. package/dist/cjs/on-attribute-change-9b2d8c85.js +0 -27
  1144. package/dist/cjs/on-click-outside-3c0f8816.js +0 -77
  1145. package/dist/cjs/on-input-disabled-state-change-005e5b3e.js +0 -25
  1146. package/dist/cjs/on-mutation-ec5d23bd.js +0 -36
  1147. package/dist/cjs/on-mutation-ef917473.js +0 -13
  1148. package/dist/cjs/on-resize-a136fc7f.js +0 -36
  1149. package/dist/cjs/simulate-native-event-8209a457.js +0 -16
  1150. package/dist/cjs/year-month-values-6028ce26.js +0 -19
  1151. package/dist/esm/check-regional-dates-cookie-5bd719be.js +0 -110
  1152. package/dist/esm/clamp-51db64df.js +0 -8
  1153. package/dist/esm/event-is-from-e25c5a22.js +0 -20
  1154. package/dist/esm/find-element-by-id-a3c82a2d.js +0 -24
  1155. package/dist/esm/get-closest-element-66f63212.js +0 -17
  1156. package/dist/esm/get-slot-55aade31.js +0 -5
  1157. package/dist/esm/get-slot-text-content-189d6edf.js +0 -6
  1158. package/dist/esm/get-valid-timezone-b9060a4c.js +0 -517
  1159. package/dist/esm/gux-column-manager.service-4f5bf4c4.js +0 -83
  1160. package/dist/esm/gux-form-field-container-ac3eb96d.js +0 -18
  1161. package/dist/esm/gux-form-field-fieldset-container-dcaed6c7.js +0 -21
  1162. package/dist/esm/gux-form-field.service-6bc072f5.js +0 -140
  1163. package/dist/esm/gux-list.service-693f4ba7.js +0 -73
  1164. package/dist/esm/gux-listbox.service-8ccb2f73.js +0 -148
  1165. package/dist/esm/gux-menu.common-e59a1b12.js +0 -77
  1166. package/dist/esm/iso-dates-7bc9d07f.js +0 -25
  1167. package/dist/esm/log-error-0b15023e.js +0 -8
  1168. package/dist/esm/on-attribute-change-42a46627.js +0 -24
  1169. package/dist/esm/on-click-outside-f15c5ac7.js +0 -75
  1170. package/dist/esm/on-input-disabled-state-change-e6bc912f.js +0 -22
  1171. package/dist/esm/on-mutation-a2b7cdad.js +0 -11
  1172. package/dist/esm/on-mutation-c570b3ed.js +0 -34
  1173. package/dist/esm/on-resize-e2132936.js +0 -34
  1174. package/dist/esm/simulate-native-event-bca7a1c9.js +0 -14
  1175. package/dist/esm/year-month-values-6ffe871f.js +0 -15
  1176. package/dist/genesys-webcomponents/p-086bfffd.entry.js +0 -1
  1177. package/dist/genesys-webcomponents/p-0a8fb573.js +0 -1
  1178. package/dist/genesys-webcomponents/p-0b4d6f81.entry.js +0 -1
  1179. package/dist/genesys-webcomponents/p-0f8de6f6.entry.js +0 -1
  1180. package/dist/genesys-webcomponents/p-0fd1f436.entry.js +0 -1
  1181. package/dist/genesys-webcomponents/p-1353d8b9.entry.js +0 -1
  1182. package/dist/genesys-webcomponents/p-15905cc3.js +0 -1
  1183. package/dist/genesys-webcomponents/p-1b5577c2.entry.js +0 -1
  1184. package/dist/genesys-webcomponents/p-1f0f3f12.entry.js +0 -1
  1185. package/dist/genesys-webcomponents/p-214ba597.entry.js +0 -1
  1186. package/dist/genesys-webcomponents/p-249105bc.entry.js +0 -1
  1187. package/dist/genesys-webcomponents/p-25674bfb.entry.js +0 -1
  1188. package/dist/genesys-webcomponents/p-25a386b5.entry.js +0 -1
  1189. package/dist/genesys-webcomponents/p-2619893f.entry.js +0 -1
  1190. package/dist/genesys-webcomponents/p-2aefb7e7.entry.js +0 -1
  1191. package/dist/genesys-webcomponents/p-2b79ef8a.entry.js +0 -1
  1192. package/dist/genesys-webcomponents/p-2bba231f.entry.js +0 -1
  1193. package/dist/genesys-webcomponents/p-30055f22.entry.js +0 -1
  1194. package/dist/genesys-webcomponents/p-320e8fdc.entry.js +0 -1
  1195. package/dist/genesys-webcomponents/p-3e111cc5.entry.js +0 -1
  1196. package/dist/genesys-webcomponents/p-3fa4c415.entry.js +0 -1
  1197. package/dist/genesys-webcomponents/p-427a1e2b.entry.js +0 -1
  1198. package/dist/genesys-webcomponents/p-42ae7d3d.entry.js +0 -1
  1199. package/dist/genesys-webcomponents/p-47cdc1ca.entry.js +0 -1
  1200. package/dist/genesys-webcomponents/p-493c83c8.entry.js +0 -1
  1201. package/dist/genesys-webcomponents/p-4b27ca83.entry.js +0 -1
  1202. package/dist/genesys-webcomponents/p-53997a4d.entry.js +0 -1
  1203. package/dist/genesys-webcomponents/p-5762c1f8.entry.js +0 -1
  1204. package/dist/genesys-webcomponents/p-5a4b29ee.entry.js +0 -1
  1205. package/dist/genesys-webcomponents/p-5b41988c.entry.js +0 -1
  1206. package/dist/genesys-webcomponents/p-5b8f698e.entry.js +0 -1
  1207. package/dist/genesys-webcomponents/p-5c905487.entry.js +0 -1
  1208. package/dist/genesys-webcomponents/p-5cababda.entry.js +0 -1
  1209. package/dist/genesys-webcomponents/p-5d48ef22.entry.js +0 -1
  1210. package/dist/genesys-webcomponents/p-5da0f0d4.entry.js +0 -1
  1211. package/dist/genesys-webcomponents/p-5e8f4d45.entry.js +0 -1
  1212. package/dist/genesys-webcomponents/p-5f27ec2c.entry.js +0 -1
  1213. package/dist/genesys-webcomponents/p-61d97a78.entry.js +0 -1
  1214. package/dist/genesys-webcomponents/p-658b3289.entry.js +0 -1
  1215. package/dist/genesys-webcomponents/p-65c72c30.entry.js +0 -1
  1216. package/dist/genesys-webcomponents/p-65fb9c2d.entry.js +0 -1
  1217. package/dist/genesys-webcomponents/p-6b5ee179.entry.js +0 -1
  1218. package/dist/genesys-webcomponents/p-6f55d4e5.entry.js +0 -1
  1219. package/dist/genesys-webcomponents/p-71a4b175.entry.js +0 -1
  1220. package/dist/genesys-webcomponents/p-764d636d.entry.js +0 -1
  1221. package/dist/genesys-webcomponents/p-76a3ff88.entry.js +0 -1
  1222. package/dist/genesys-webcomponents/p-7b624ce0.entry.js +0 -1
  1223. package/dist/genesys-webcomponents/p-7c5781ad.entry.js +0 -1
  1224. package/dist/genesys-webcomponents/p-824e3787.entry.js +0 -1
  1225. package/dist/genesys-webcomponents/p-88166b58.entry.js +0 -1
  1226. package/dist/genesys-webcomponents/p-88d49855.entry.js +0 -1
  1227. package/dist/genesys-webcomponents/p-8d32f047.entry.js +0 -1
  1228. package/dist/genesys-webcomponents/p-8e5d6a45.entry.js +0 -1
  1229. package/dist/genesys-webcomponents/p-902d31cc.entry.js +0 -1
  1230. package/dist/genesys-webcomponents/p-914319f8.entry.js +0 -1
  1231. package/dist/genesys-webcomponents/p-914c6153.entry.js +0 -1
  1232. package/dist/genesys-webcomponents/p-9790f7b3.entry.js +0 -1
  1233. package/dist/genesys-webcomponents/p-99116935.entry.js +0 -1
  1234. package/dist/genesys-webcomponents/p-9a4842ed.entry.js +0 -1
  1235. package/dist/genesys-webcomponents/p-9ab291a9.entry.js +0 -1
  1236. package/dist/genesys-webcomponents/p-9acdbced.entry.js +0 -1
  1237. package/dist/genesys-webcomponents/p-9ec956d3.entry.js +0 -1
  1238. package/dist/genesys-webcomponents/p-a2ff26d7.entry.js +0 -1
  1239. package/dist/genesys-webcomponents/p-a69a9910.js +0 -1
  1240. package/dist/genesys-webcomponents/p-a6a39579.entry.js +0 -1
  1241. package/dist/genesys-webcomponents/p-acb6d7b7.entry.js +0 -1
  1242. package/dist/genesys-webcomponents/p-af52a9dc.entry.js +0 -1
  1243. package/dist/genesys-webcomponents/p-b067440f.entry.js +0 -1
  1244. package/dist/genesys-webcomponents/p-b07a741b.entry.js +0 -1
  1245. package/dist/genesys-webcomponents/p-b2478254.entry.js +0 -1
  1246. package/dist/genesys-webcomponents/p-b49c96ec.entry.js +0 -1
  1247. package/dist/genesys-webcomponents/p-b65c9ce2.entry.js +0 -1
  1248. package/dist/genesys-webcomponents/p-b942a612.entry.js +0 -1
  1249. package/dist/genesys-webcomponents/p-ba4f191d.entry.js +0 -1
  1250. package/dist/genesys-webcomponents/p-bf3913f5.entry.js +0 -1
  1251. package/dist/genesys-webcomponents/p-bf93e957.entry.js +0 -1
  1252. package/dist/genesys-webcomponents/p-c0a74225.entry.js +0 -1
  1253. package/dist/genesys-webcomponents/p-c22245b9.entry.js +0 -1
  1254. package/dist/genesys-webcomponents/p-c3edd72a.entry.js +0 -1
  1255. package/dist/genesys-webcomponents/p-c79b672c.entry.js +0 -1
  1256. package/dist/genesys-webcomponents/p-c7ece6cf.entry.js +0 -1
  1257. package/dist/genesys-webcomponents/p-cccf60b9.entry.js +0 -1
  1258. package/dist/genesys-webcomponents/p-d319c2a4.entry.js +0 -1
  1259. package/dist/genesys-webcomponents/p-d320619a.entry.js +0 -1
  1260. package/dist/genesys-webcomponents/p-d326117b.entry.js +0 -1
  1261. package/dist/genesys-webcomponents/p-d3b1f184.entry.js +0 -1
  1262. package/dist/genesys-webcomponents/p-d45ee27d.entry.js +0 -1
  1263. package/dist/genesys-webcomponents/p-d49346a8.entry.js +0 -1
  1264. package/dist/genesys-webcomponents/p-d6edbaeb.js +0 -1
  1265. package/dist/genesys-webcomponents/p-d76254b7.entry.js +0 -1
  1266. package/dist/genesys-webcomponents/p-da6f6e36.entry.js +0 -1
  1267. package/dist/genesys-webcomponents/p-dbd64477.entry.js +0 -1
  1268. package/dist/genesys-webcomponents/p-dcb111a9.entry.js +0 -1
  1269. package/dist/genesys-webcomponents/p-deca7631.js +0 -2
  1270. package/dist/genesys-webcomponents/p-df2fa07f.entry.js +0 -1
  1271. package/dist/genesys-webcomponents/p-e4babba2.entry.js +0 -1
  1272. package/dist/genesys-webcomponents/p-e6ed2cd4.entry.js +0 -1
  1273. package/dist/genesys-webcomponents/p-e99dfd4f.entry.js +0 -1
  1274. package/dist/genesys-webcomponents/p-e9e37076.entry.js +0 -1
  1275. package/dist/genesys-webcomponents/p-eb83c04f.entry.js +0 -1
  1276. package/dist/genesys-webcomponents/p-ec96ed91.entry.js +0 -1
  1277. package/dist/genesys-webcomponents/p-ecc35c17.entry.js +0 -1
  1278. package/dist/genesys-webcomponents/p-f0faa88c.entry.js +0 -1
  1279. package/dist/genesys-webcomponents/p-f32f3140.entry.js +0 -1
  1280. package/dist/genesys-webcomponents/p-f3521f3e.js +0 -1
  1281. package/dist/genesys-webcomponents/p-f44fa302.entry.js +0 -1
  1282. package/dist/genesys-webcomponents/p-f7e41a90.entry.js +0 -1
  1283. package/dist/genesys-webcomponents/p-f8086734.entry.js +0 -1
  1284. package/dist/genesys-webcomponents/p-fa6eb585.entry.js +0 -1
  1285. package/dist/genesys-webcomponents/p-fd458ce3.entry.js +0 -1
  1286. /package/dist/genesys-webcomponents/{p-dd53013c.js → p-0268a3e8.js} +0 -0
  1287. /package/dist/genesys-webcomponents/{p-3ea0d493.js → p-0934300e.js} +0 -0
  1288. /package/dist/genesys-webcomponents/{p-31cd1b9a.js → p-0f60c7b5.js} +0 -0
  1289. /package/dist/genesys-webcomponents/{p-693c1709.js → p-1ccc4961.js} +0 -0
  1290. /package/dist/genesys-webcomponents/{p-9125cc36.js → p-267e2aed.js} +0 -0
  1291. /package/dist/genesys-webcomponents/{p-373c5d93.js → p-2c25e2f2.js} +0 -0
  1292. /package/dist/genesys-webcomponents/{p-0962dd7a.js → p-4202e9f2.js} +0 -0
  1293. /package/dist/genesys-webcomponents/{p-705311af.js → p-67d20704.js} +0 -0
  1294. /package/dist/genesys-webcomponents/{p-08874a83.js → p-67d92675.js} +0 -0
  1295. /package/dist/genesys-webcomponents/{p-324b23f3.js → p-6d8b4027.js} +0 -0
  1296. /package/dist/genesys-webcomponents/{p-6d764dde.js → p-787c5373.js} +0 -0
  1297. /package/dist/genesys-webcomponents/{p-aa9ff6ba.js → p-8d73b418.js} +0 -0
  1298. /package/dist/genesys-webcomponents/{p-9d734bbd.js → p-8eaf8caf.js} +0 -0
  1299. /package/dist/genesys-webcomponents/{p-b3a7a431.js → p-9349b5e4.js} +0 -0
  1300. /package/dist/genesys-webcomponents/{p-5d7d5695.js → p-9b0d3713.js} +0 -0
  1301. /package/dist/genesys-webcomponents/{p-28f55159.js → p-a11d5d42.js} +0 -0
  1302. /package/dist/genesys-webcomponents/{p-7b08c759.js → p-a43079c8.js} +0 -0
  1303. /package/dist/genesys-webcomponents/{p-ffaadf62.js → p-cf0e7d3b.js} +0 -0
  1304. /package/dist/genesys-webcomponents/{p-37bfd195.js → p-e5b1cffc.js} +0 -0
  1305. /package/dist/genesys-webcomponents/{p-8b703092.js → p-e97879b4.js} +0 -0
  1306. /package/dist/genesys-webcomponents/{p-dbb0ac25.js → p-ea5e1b2f.js} +0 -0
  1307. /package/dist/genesys-webcomponents/{p-16f3da0d.js → p-f4751a15.js} +0 -0
  1308. /package/dist/genesys-webcomponents/{p-dede4fe3.js → p-faf62b32.js} +0 -0
@@ -1 +1 @@
1
- import{l as a}from"./p-e10cb032.js";class i{constructor(i){a.includes(i)?this.locale=i:(console.warn(`Locale "${i}" is not supported. Falling back to English translation.`),this.locale="en")}formatDate(a,i,r={}){return a.toLocaleDateString(this.locale,Object.assign({},r,{dateStyle:i}))}formatTime(a,i,r={}){return a.toLocaleTimeString(this.locale,Object.assign({},r,{timeStyle:i}))}formatDateTime(a,i,r={}){return a.toLocaleString(this.locale,Object.assign({},r,{dateStyle:i,timeStyle:i}))}}const r=["Africa/Abidjan","Africa/Accra","Africa/Addis_Ababa","Africa/Algiers","Africa/Asmara","Africa/Bamako","Africa/Bangui","Africa/Banjul","Africa/Bissau","Africa/Blantyre","Africa/Brazzaville","Africa/Bujumbura","Africa/Cairo","Africa/Casablanca","Africa/Ceuta","Africa/Conakry","Africa/Dakar","Africa/Dar_es_Salaam","Africa/Djibouti","Africa/Douala","Africa/El_Aaiun","Africa/Freetown","Africa/Gaborone","Africa/Harare","Africa/Johannesburg","Africa/Juba","Africa/Kampala","Africa/Khartoum","Africa/Kigali","Africa/Kinshasa","Africa/Lagos","Africa/Libreville","Africa/Lome","Africa/Luanda","Africa/Lubumbashi","Africa/Lusaka","Africa/Malabo","Africa/Maputo","Africa/Maseru","Africa/Mbabane","Africa/Mogadishu","Africa/Monrovia","Africa/Nairobi","Africa/Ndjamena","Africa/Niamey","Africa/Nouakchott","Africa/Ouagadougou","Africa/Porto-Novo","Africa/Sao_Tome","Africa/Tripoli","Africa/Tunis","Africa/Windhoek","America/Adak","America/Anchorage","America/Anguilla","America/Antigua","America/Araguaina","America/Argentina/Buenos_Aires","America/Argentina/Catamarca","America/Argentina/Cordoba","America/Argentina/Jujuy","America/Argentina/La_Rioja","America/Argentina/Mendoza","America/Argentina/Rio_Gallegos","America/Argentina/Salta","America/Argentina/San_Juan","America/Argentina/San_Luis","America/Argentina/Tucuman","America/Argentina/Ushuaia","America/Aruba","America/Asuncion","America/Atikokan","America/Bahia","America/Bahia_Banderas","America/Barbados","America/Belem","America/Belize","America/Blanc-Sablon","America/Boa_Vista","America/Bogota","America/Boise","America/Cambridge_Bay","America/Campo_Grande","America/Cancun","America/Caracas","America/Cayenne","America/Cayman","America/Chicago","America/Chihuahua","America/Costa_Rica","America/Creston","America/Cuiaba","America/Curacao","America/Danmarkshavn","America/Dawson","America/Dawson_Creek","America/Denver","America/Detroit","America/Dominica","America/Edmonton","America/Eirunepe","America/El_Salvador","America/Fort_Nelson","America/Fortaleza","America/Glace_Bay","America/Goose_Bay","America/Grand_Turk","America/Grenada","America/Guadeloupe","America/Guatemala","America/Guayaquil","America/Guyana","America/Halifax","America/Havana","America/Hermosillo","America/Indiana/Indianapolis","America/Indiana/Knox","America/Indiana/Marengo","America/Indiana/Petersburg","America/Indiana/Tell_City","America/Indiana/Vevay","America/Indiana/Vincennes","America/Indiana/Winamac","America/Inuvik","America/Iqaluit","America/Jamaica","America/Juneau","America/Kentucky/Louisville","America/Kentucky/Monticello","America/Kralendijk","America/La_Paz","America/Lima","America/Los_Angeles","America/Lower_Princes","America/Maceio","America/Managua","America/Manaus","America/Marigot","America/Martinique","America/Matamoros","America/Mazatlan","America/Menominee","America/Merida","America/Metlakatla","America/Mexico_City","America/Miquelon","America/Moncton","America/Monterrey","America/Montevideo","America/Montserrat","America/Nassau","America/New_York","America/Nome","America/Noronha","America/North_Dakota/Beulah","America/North_Dakota/Center","America/North_Dakota/New_Salem","America/Nuuk","America/Ojinaga","America/Panama","America/Paramaribo","America/Phoenix","America/Port-au-Prince","America/Port_of_Spain","America/Porto_Velho","America/Puerto_Rico","America/Punta_Arenas","America/Rankin_Inlet","America/Recife","America/Regina","America/Resolute","America/Rio_Branco","America/Santarem","America/Santiago","America/Santo_Domingo","America/Sao_Paulo","America/Scoresbysund","America/Sitka","America/St_Barthelemy","America/St_Johns","America/St_Kitts","America/St_Lucia","America/St_Thomas","America/St_Vincent","America/Swift_Current","America/Tegucigalpa","America/Thule","America/Tijuana","America/Toronto","America/Tortola","America/Vancouver","America/Whitehorse","America/Winnipeg","America/Yakutat","Antarctica/Casey","Antarctica/Davis","Antarctica/DumontDUrville","Antarctica/Macquarie","Antarctica/Mawson","Antarctica/McMurdo","Antarctica/Palmer","Antarctica/Rothera","Antarctica/Syowa","Antarctica/Troll","Antarctica/Vostok","Arctic/Longyearbyen","Asia/Aden","Asia/Almaty","Asia/Amman","Asia/Anadyr","Asia/Aqtau","Asia/Aqtobe","Asia/Ashgabat","Asia/Atyrau","Asia/Baghdad","Asia/Bahrain","Asia/Baku","Asia/Bangkok","Asia/Barnaul","Asia/Beirut","Asia/Bishkek","Asia/Brunei","Asia/Chita","Asia/Choibalsan","Asia/Colombo","Asia/Damascus","Asia/Dhaka","Asia/Dili","Asia/Dubai","Asia/Dushanbe","Asia/Famagusta","Asia/Gaza","Asia/Hebron","Asia/Ho_Chi_Minh","Asia/Hong_Kong","Asia/Hovd","Asia/Irkutsk","Asia/Jakarta","Asia/Jayapura","Asia/Jerusalem","Asia/Kabul","Asia/Kamchatka","Asia/Karachi","Asia/Kathmandu","Asia/Khandyga","Asia/Kolkata","Asia/Krasnoyarsk","Asia/Kuala_Lumpur","Asia/Kuching","Asia/Kuwait","Asia/Macau","Asia/Magadan","Asia/Makassar","Asia/Manila","Asia/Muscat","Asia/Nicosia","Asia/Novokuznetsk","Asia/Novosibirsk","Asia/Omsk","Asia/Oral","Asia/Phnom_Penh","Asia/Pontianak","Asia/Pyongyang","Asia/Qatar","Asia/Qostanay","Asia/Qyzylorda","Asia/Riyadh","Asia/Sakhalin","Asia/Samarkand","Asia/Seoul","Asia/Shanghai","Asia/Singapore","Asia/Srednekolymsk","Asia/Taipei","Asia/Tashkent","Asia/Tbilisi","Asia/Tehran","Asia/Thimphu","Asia/Tokyo","Asia/Tomsk","Asia/Ulaanbaatar","Asia/Urumqi","Asia/Ust-Nera","Asia/Vientiane","Asia/Vladivostok","Asia/Yakutsk","Asia/Yangon","Asia/Yekaterinburg","Asia/Yerevan","Atlantic/Azores","Atlantic/Bermuda","Atlantic/Canary","Atlantic/Cape_Verde","Atlantic/Faroe","Atlantic/Madeira","Atlantic/Reykjavik","Atlantic/South_Georgia","Atlantic/St_Helena","Atlantic/Stanley","Australia/Adelaide","Australia/Brisbane","Australia/Broken_Hill","Australia/Darwin","Australia/Eucla","Australia/Hobart","Australia/Lindeman","Australia/Lord_Howe","Australia/Melbourne","Australia/Perth","Australia/Sydney","CET","CST6CDT","EET","EST","EST5EDT","Etc/GMT","Etc/GMT+1","Etc/GMT+10","Etc/GMT+11","Etc/GMT+12","Etc/GMT+2","Etc/GMT+3","Etc/GMT+4","Etc/GMT+5","Etc/GMT+6","Etc/GMT+7","Etc/GMT+8","Etc/GMT+9","Etc/GMT-1","Etc/GMT-10","Etc/GMT-11","Etc/GMT-12","Etc/GMT-13","Etc/GMT-14","Etc/GMT-2","Etc/GMT-3","Etc/GMT-4","Etc/GMT-5","Etc/GMT-6","Etc/GMT-7","Etc/GMT-8","Etc/GMT-9","Etc/UTC","Europe/Amsterdam","Europe/Andorra","Europe/Astrakhan","Europe/Athens","Europe/Belgrade","Europe/Berlin","Europe/Bratislava","Europe/Brussels","Europe/Bucharest","Europe/Budapest","Europe/Busingen","Europe/Chisinau","Europe/Copenhagen","Europe/Dublin","Europe/Gibraltar","Europe/Guernsey","Europe/Helsinki","Europe/Isle_of_Man","Europe/Istanbul","Europe/Jersey","Europe/Kaliningrad","Europe/Kirov","Europe/Kyiv","Europe/Lisbon","Europe/Ljubljana","Europe/London","Europe/Luxembourg","Europe/Madrid","Europe/Malta","Europe/Mariehamn","Europe/Minsk","Europe/Monaco","Europe/Moscow","Europe/Oslo","Europe/Paris","Europe/Podgorica","Europe/Prague","Europe/Riga","Europe/Rome","Europe/Samara","Europe/San_Marino","Europe/Sarajevo","Europe/Saratov","Europe/Simferopol","Europe/Skopje","Europe/Sofia","Europe/Stockholm","Europe/Tallinn","Europe/Tirane","Europe/Ulyanovsk","Europe/Vaduz","Europe/Vatican","Europe/Vienna","Europe/Vilnius","Europe/Volgograd","Europe/Warsaw","Europe/Zagreb","Europe/Zurich","HST","Indian/Antananarivo","Indian/Chagos","Indian/Christmas","Indian/Cocos","Indian/Comoro","Indian/Kerguelen","Indian/Mahe","Indian/Maldives","Indian/Mauritius","Indian/Mayotte","Indian/Reunion","MET","MST","MST7MDT","PST8PDT","Pacific/Apia","Pacific/Auckland","Pacific/Bougainville","Pacific/Chatham","Pacific/Chuuk","Pacific/Easter","Pacific/Efate","Pacific/Fakaofo","Pacific/Fiji","Pacific/Funafuti","Pacific/Galapagos","Pacific/Gambier","Pacific/Guadalcanal","Pacific/Guam","Pacific/Honolulu","Pacific/Kanton","Pacific/Kiritimati","Pacific/Kosrae","Pacific/Kwajalein","Pacific/Majuro","Pacific/Marquesas","Pacific/Midway","Pacific/Nauru","Pacific/Niue","Pacific/Norfolk","Pacific/Noumea","Pacific/Pago_Pago","Pacific/Palau","Pacific/Pitcairn","Pacific/Pohnpei","Pacific/Port_Moresby","Pacific/Rarotonga","Pacific/Saipan","Pacific/Tahiti","Pacific/Tarawa","Pacific/Tongatapu","Pacific/Wake","Pacific/Wallis","UTC","WET"];function e(a,i){return r.includes(a)?a:i}export{i as D,e as g}
1
+ import{l as a}from"./p-0367930a.js";class i{constructor(i){a.includes(i)?this.locale=i:(console.warn(`Locale "${i}" is not supported. Falling back to English translation.`),this.locale="en")}formatDate(a,i,r={}){return a.toLocaleDateString(this.locale,Object.assign({},r,{dateStyle:i}))}formatTime(a,i,r={}){return a.toLocaleTimeString(this.locale,Object.assign({},r,{timeStyle:i}))}formatDateTime(a,i,r={}){return a.toLocaleString(this.locale,Object.assign({},r,{dateStyle:i,timeStyle:i}))}}const r=["Africa/Abidjan","Africa/Accra","Africa/Addis_Ababa","Africa/Algiers","Africa/Asmara","Africa/Bamako","Africa/Bangui","Africa/Banjul","Africa/Bissau","Africa/Blantyre","Africa/Brazzaville","Africa/Bujumbura","Africa/Cairo","Africa/Casablanca","Africa/Ceuta","Africa/Conakry","Africa/Dakar","Africa/Dar_es_Salaam","Africa/Djibouti","Africa/Douala","Africa/El_Aaiun","Africa/Freetown","Africa/Gaborone","Africa/Harare","Africa/Johannesburg","Africa/Juba","Africa/Kampala","Africa/Khartoum","Africa/Kigali","Africa/Kinshasa","Africa/Lagos","Africa/Libreville","Africa/Lome","Africa/Luanda","Africa/Lubumbashi","Africa/Lusaka","Africa/Malabo","Africa/Maputo","Africa/Maseru","Africa/Mbabane","Africa/Mogadishu","Africa/Monrovia","Africa/Nairobi","Africa/Ndjamena","Africa/Niamey","Africa/Nouakchott","Africa/Ouagadougou","Africa/Porto-Novo","Africa/Sao_Tome","Africa/Tripoli","Africa/Tunis","Africa/Windhoek","America/Adak","America/Anchorage","America/Anguilla","America/Antigua","America/Araguaina","America/Argentina/Buenos_Aires","America/Argentina/Catamarca","America/Argentina/Cordoba","America/Argentina/Jujuy","America/Argentina/La_Rioja","America/Argentina/Mendoza","America/Argentina/Rio_Gallegos","America/Argentina/Salta","America/Argentina/San_Juan","America/Argentina/San_Luis","America/Argentina/Tucuman","America/Argentina/Ushuaia","America/Aruba","America/Asuncion","America/Atikokan","America/Bahia","America/Bahia_Banderas","America/Barbados","America/Belem","America/Belize","America/Blanc-Sablon","America/Boa_Vista","America/Bogota","America/Boise","America/Cambridge_Bay","America/Campo_Grande","America/Cancun","America/Caracas","America/Cayenne","America/Cayman","America/Chicago","America/Chihuahua","America/Costa_Rica","America/Creston","America/Cuiaba","America/Curacao","America/Danmarkshavn","America/Dawson","America/Dawson_Creek","America/Denver","America/Detroit","America/Dominica","America/Edmonton","America/Eirunepe","America/El_Salvador","America/Fort_Nelson","America/Fortaleza","America/Glace_Bay","America/Goose_Bay","America/Grand_Turk","America/Grenada","America/Guadeloupe","America/Guatemala","America/Guayaquil","America/Guyana","America/Halifax","America/Havana","America/Hermosillo","America/Indiana/Indianapolis","America/Indiana/Knox","America/Indiana/Marengo","America/Indiana/Petersburg","America/Indiana/Tell_City","America/Indiana/Vevay","America/Indiana/Vincennes","America/Indiana/Winamac","America/Inuvik","America/Iqaluit","America/Jamaica","America/Juneau","America/Kentucky/Louisville","America/Kentucky/Monticello","America/Kralendijk","America/La_Paz","America/Lima","America/Los_Angeles","America/Lower_Princes","America/Maceio","America/Managua","America/Manaus","America/Marigot","America/Martinique","America/Matamoros","America/Mazatlan","America/Menominee","America/Merida","America/Metlakatla","America/Mexico_City","America/Miquelon","America/Moncton","America/Monterrey","America/Montevideo","America/Montserrat","America/Nassau","America/New_York","America/Nome","America/Noronha","America/North_Dakota/Beulah","America/North_Dakota/Center","America/North_Dakota/New_Salem","America/Nuuk","America/Ojinaga","America/Panama","America/Paramaribo","America/Phoenix","America/Port-au-Prince","America/Port_of_Spain","America/Porto_Velho","America/Puerto_Rico","America/Punta_Arenas","America/Rankin_Inlet","America/Recife","America/Regina","America/Resolute","America/Rio_Branco","America/Santarem","America/Santiago","America/Santo_Domingo","America/Sao_Paulo","America/Scoresbysund","America/Sitka","America/St_Barthelemy","America/St_Johns","America/St_Kitts","America/St_Lucia","America/St_Thomas","America/St_Vincent","America/Swift_Current","America/Tegucigalpa","America/Thule","America/Tijuana","America/Toronto","America/Tortola","America/Vancouver","America/Whitehorse","America/Winnipeg","America/Yakutat","Antarctica/Casey","Antarctica/Davis","Antarctica/DumontDUrville","Antarctica/Macquarie","Antarctica/Mawson","Antarctica/McMurdo","Antarctica/Palmer","Antarctica/Rothera","Antarctica/Syowa","Antarctica/Troll","Antarctica/Vostok","Arctic/Longyearbyen","Asia/Aden","Asia/Almaty","Asia/Amman","Asia/Anadyr","Asia/Aqtau","Asia/Aqtobe","Asia/Ashgabat","Asia/Atyrau","Asia/Baghdad","Asia/Bahrain","Asia/Baku","Asia/Bangkok","Asia/Barnaul","Asia/Beirut","Asia/Bishkek","Asia/Brunei","Asia/Chita","Asia/Choibalsan","Asia/Colombo","Asia/Damascus","Asia/Dhaka","Asia/Dili","Asia/Dubai","Asia/Dushanbe","Asia/Famagusta","Asia/Gaza","Asia/Hebron","Asia/Ho_Chi_Minh","Asia/Hong_Kong","Asia/Hovd","Asia/Irkutsk","Asia/Jakarta","Asia/Jayapura","Asia/Jerusalem","Asia/Kabul","Asia/Kamchatka","Asia/Karachi","Asia/Kathmandu","Asia/Khandyga","Asia/Kolkata","Asia/Krasnoyarsk","Asia/Kuala_Lumpur","Asia/Kuching","Asia/Kuwait","Asia/Macau","Asia/Magadan","Asia/Makassar","Asia/Manila","Asia/Muscat","Asia/Nicosia","Asia/Novokuznetsk","Asia/Novosibirsk","Asia/Omsk","Asia/Oral","Asia/Phnom_Penh","Asia/Pontianak","Asia/Pyongyang","Asia/Qatar","Asia/Qostanay","Asia/Qyzylorda","Asia/Riyadh","Asia/Sakhalin","Asia/Samarkand","Asia/Seoul","Asia/Shanghai","Asia/Singapore","Asia/Srednekolymsk","Asia/Taipei","Asia/Tashkent","Asia/Tbilisi","Asia/Tehran","Asia/Thimphu","Asia/Tokyo","Asia/Tomsk","Asia/Ulaanbaatar","Asia/Urumqi","Asia/Ust-Nera","Asia/Vientiane","Asia/Vladivostok","Asia/Yakutsk","Asia/Yangon","Asia/Yekaterinburg","Asia/Yerevan","Atlantic/Azores","Atlantic/Bermuda","Atlantic/Canary","Atlantic/Cape_Verde","Atlantic/Faroe","Atlantic/Madeira","Atlantic/Reykjavik","Atlantic/South_Georgia","Atlantic/St_Helena","Atlantic/Stanley","Australia/Adelaide","Australia/Brisbane","Australia/Broken_Hill","Australia/Darwin","Australia/Eucla","Australia/Hobart","Australia/Lindeman","Australia/Lord_Howe","Australia/Melbourne","Australia/Perth","Australia/Sydney","CET","CST6CDT","EET","EST","EST5EDT","Etc/GMT","Etc/GMT+1","Etc/GMT+10","Etc/GMT+11","Etc/GMT+12","Etc/GMT+2","Etc/GMT+3","Etc/GMT+4","Etc/GMT+5","Etc/GMT+6","Etc/GMT+7","Etc/GMT+8","Etc/GMT+9","Etc/GMT-1","Etc/GMT-10","Etc/GMT-11","Etc/GMT-12","Etc/GMT-13","Etc/GMT-14","Etc/GMT-2","Etc/GMT-3","Etc/GMT-4","Etc/GMT-5","Etc/GMT-6","Etc/GMT-7","Etc/GMT-8","Etc/GMT-9","Etc/UTC","Europe/Amsterdam","Europe/Andorra","Europe/Astrakhan","Europe/Athens","Europe/Belgrade","Europe/Berlin","Europe/Bratislava","Europe/Brussels","Europe/Bucharest","Europe/Budapest","Europe/Busingen","Europe/Chisinau","Europe/Copenhagen","Europe/Dublin","Europe/Gibraltar","Europe/Guernsey","Europe/Helsinki","Europe/Isle_of_Man","Europe/Istanbul","Europe/Jersey","Europe/Kaliningrad","Europe/Kirov","Europe/Kyiv","Europe/Lisbon","Europe/Ljubljana","Europe/London","Europe/Luxembourg","Europe/Madrid","Europe/Malta","Europe/Mariehamn","Europe/Minsk","Europe/Monaco","Europe/Moscow","Europe/Oslo","Europe/Paris","Europe/Podgorica","Europe/Prague","Europe/Riga","Europe/Rome","Europe/Samara","Europe/San_Marino","Europe/Sarajevo","Europe/Saratov","Europe/Simferopol","Europe/Skopje","Europe/Sofia","Europe/Stockholm","Europe/Tallinn","Europe/Tirane","Europe/Ulyanovsk","Europe/Vaduz","Europe/Vatican","Europe/Vienna","Europe/Vilnius","Europe/Volgograd","Europe/Warsaw","Europe/Zagreb","Europe/Zurich","HST","Indian/Antananarivo","Indian/Chagos","Indian/Christmas","Indian/Cocos","Indian/Comoro","Indian/Kerguelen","Indian/Mahe","Indian/Maldives","Indian/Mauritius","Indian/Mayotte","Indian/Reunion","MET","MST","MST7MDT","PST8PDT","Pacific/Apia","Pacific/Auckland","Pacific/Bougainville","Pacific/Chatham","Pacific/Chuuk","Pacific/Easter","Pacific/Efate","Pacific/Fakaofo","Pacific/Fiji","Pacific/Funafuti","Pacific/Galapagos","Pacific/Gambier","Pacific/Guadalcanal","Pacific/Guam","Pacific/Honolulu","Pacific/Kanton","Pacific/Kiritimati","Pacific/Kosrae","Pacific/Kwajalein","Pacific/Majuro","Pacific/Marquesas","Pacific/Midway","Pacific/Nauru","Pacific/Niue","Pacific/Norfolk","Pacific/Noumea","Pacific/Pago_Pago","Pacific/Palau","Pacific/Pitcairn","Pacific/Pohnpei","Pacific/Port_Moresby","Pacific/Rarotonga","Pacific/Saipan","Pacific/Tahiti","Pacific/Tarawa","Pacific/Tongatapu","Pacific/Wake","Pacific/Wallis","UTC","WET"];function e(a,i){return r.includes(a)?a:i}export{i as D,e as g}
@@ -0,0 +1 @@
1
+ import{r as t,c as e,f as i,h as o,g as r,H as s}from"./p-2e827df1.js";import{O as n}from"./p-2d1bdeab.js";import{b as u}from"./p-0367930a.js";import{s as a}from"./p-2c25e2f2.js";import{o as l,c as d}from"./p-f4751a15.js";import{b as h}from"./p-cf0e7d3b.js";import{t as g}from"./p-ac38fe83.js";import{O as c}from"./p-01471ba0.js";import{s as f,l as p,g as x,c as v,h as b,a as m,b as w,d as C,e as y,f as F,i as k,j as S,k as z,m as R,o as T}from"./p-787c5373.js";import{w as j}from"./p-e97879b4.js";import{r as E}from"./p-0934300e.js";import{h as I}from"./p-6d8b4027.js";import"./p-4202e9f2.js";const L={filterResults:"Type to filter dropdown results",noSelection:"Select...",dropdown:"Dropdown"};var H=function(t,e,i,o){var r,s=arguments.length,n=s<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(t,e,i,o);else for(var u=t.length-1;u>=0;u--)(r=t[u])&&(n=(s<3?r(n):s>3?r(e,i,n):r(e,i))||n);return s>3&&n&&Object.defineProperty(e,i,n),n};const O=class{constructor(i){t(this,i),this.guxexpanded=e(this,"guxexpanded",7),this.guxcollapsed=e(this,"guxcollapsed",7),this.guxfilter=e(this,"guxfilter",7),this.value=void 0,this.disabled=!1,this.required=!1,this.loading=!1,this.placeholder=void 0,this.filterType="none",this.hasError=!1,this.expanded=!1,this.filter=""}watchExpanded(t){t||(this.filter="")}watchValue(t){this.validateValue(t,this.listboxElement)}handleFilter(t){this.guxfilter.emit(t)}onKeydown(t){switch(t.key){case"Escape":return this.isFilterable()&&document.activeElement===this.listboxElement?this.filterElement.focus():void this.collapseListbox("focusFieldButton");case"Tab":return this.shiftTabFromFilterListbox(t)?(t.preventDefault(),this.filterElement.focus()):this.shiftTabFromExpandedFilterInput(t)?(t.preventDefault(),this.collapseListbox("focusFieldButton")):void this.collapseListbox("noFocusChange");case"ArrowDown":return void(this.activeElementNotListbox()&&(t.preventDefault(),this.expanded=!0,f(this.listboxElement)))}}onInternallistboxoptionsupdated(t){t.stopPropagation(),i(this.root)}onBlur(t){this.stopPropagationOfInternalFocusEvents(t)}onFocus(t){this.stopPropagationOfInternalFocusEvents(t)}onFocusout(t){this.stopPropagationOfInternalFocusEvents(t)}onFocusin(t){this.stopPropagationOfInternalFocusEvents(t)}onClickOutside(){this.collapseListbox("noFocusChange")}onMutation(){var t;this.listboxElement||(this.listboxElement=null===(t=this.root)||void 0===t?void 0:t.querySelector("gux-listbox"),this.applyListboxEventListeners())}onInternalExpanded(t){t.stopPropagation(),this.guxexpanded.emit(),this.listboxElement&&h((()=>{this.listboxElement.focus(),this.isFilterable()&&this.filterElement&&this.filterElement.focus()}))}onInternalCollapsed(t){t.stopPropagation(),this.guxcollapsed.emit()}connectedCallback(){var t;this.listboxElement=null===(t=this.root)||void 0===t?void 0:t.querySelector("gux-listbox"),this.listboxElement&&this.validateValue(this.value,this.listboxElement)}async componentWillLoad(){g(this.root),this.i18n=await u(this.root,L),l(this.root,(()=>{i(this.root)}))}componentDidLoad(){this.applyListboxEventListeners()}componentWillRender(){this.listboxElement&&(this.validateValue(this.value,this.listboxElement),this.listboxElement.loading=this.loading,this.listboxElement.filterType=this.filterType,this.listboxElement.filter=this.filter)}showTooltip(){var t;null===(t=this.truncateElement)||void 0===t||t.setShowTooltip()}hideTooltip(){var t;null===(t=this.truncateElement)||void 0===t||t.setHideTooltip()}validateValue(t,e){void 0!==t?this.getOptionElementByValue(t)&&(e.value=t):e&&(e.value=t)}applyListboxEventListeners(){var t,e;null===(t=this.listboxElement)||void 0===t||t.addEventListener("input",(t=>{t.stopPropagation(),this.updateValue(t.target.value)})),null===(e=this.listboxElement)||void 0===e||e.addEventListener("change",(t=>{t.stopPropagation()}))}stopPropagationOfInternalFocusEvents(t){if(this.root.contains(t.relatedTarget))return t.stopImmediatePropagation()}isFilterable(){return"starts-with"===this.filterType||"custom"===this.filterType}get optionElements(){return p(this.listboxElement)}getOptionElementByValue(t){return this.optionElements.find((e=>e.value===t))}fieldButtonClick(){this.expanded=!this.expanded}filterInput(t){t.stopPropagation(),this.filter=this.filterElement.value}shiftTabFromExpandedFilterInput(t){return t.shiftKey&&this.isFilterable()&&this.expanded&&!(document.activeElement===this.listboxElement)}shiftTabFromFilterListbox(t){return t.shiftKey&&this.isFilterable()&&document.activeElement===this.listboxElement}activeElementNotListbox(){return document.activeElement!==this.listboxElement}filterKeydown(t){switch(t.key){case"ArrowDown":return t.stopImmediatePropagation(),t.preventDefault(),this.listboxElement.focus(),void f(this.listboxElement);case"Enter":return this.listboxElement.guxSelectActive(),void t.preventDefault()}}filterKeyup(t){" "!==t.key||t.preventDefault()}collapseListbox(t){this.expanded&&(this.expanded=!1),"focusFieldButton"===t&&this.fieldButtonElement.focus()}updateValue(t){this.value!==t&&(this.value=t,a(this.root,"input"),a(this.root,"change")),this.collapseListbox("focusFieldButton")}getTypeaheadText(t){const e=t.length;if(e>0&&!this.loading){const i=x(this.listboxElement,t);if(i&&"custom"!==this.filterType)return i.textContent.trim().substring(e)}return""}renderTargetDisplay(){const t=this.getOptionElementByValue(this.value);return t?o("div",{class:"gux-selected-option"},this.renderSelectedItem(t)):o("div",{class:"gux-placeholder"},this.placeholder||this.i18n("noSelection"))}renderSelectedItem(t){const e=t.tagName.toLowerCase();switch(e){case"gux-option":return o("gux-truncate",{ref:t=>this.truncateElement=t},t.textContent);case"gux-option-icon":return this.renderIconOption(t);default:return e}}renderIconOption(t){let e=null;return null!==t.iconColor&&(e={color:t.iconColor}),o("span",{class:"gux-selected-icon"},o("gux-icon",{"icon-name":t.iconName,style:e,decorative:!0}),o("gux-truncate",{ref:t=>this.truncateElement=t},t.textContent))}renderFilterInputField(){if(this.expanded&&this.isFilterable())return o("div",{class:"gux-field gux-input-field"},o("div",{class:"gux-field-content"},o("div",{class:"gux-filter"},o("div",{class:"gux-filter-display"},o("span",{class:"gux-filter-text"},this.filter),o("span",{class:"gux-filter-suggestion"},this.getTypeaheadText(this.filter))),o("div",{class:"input-and-dropdown-button"},o("input",{onClick:this.fieldButtonClick.bind(this),class:"gux-filter-input",type:"text","aria-label":this.i18n("filterResults"),ref:t=>this.filterElement=t,onInput:this.filterInput.bind(this),onKeyDown:this.filterKeydown.bind(this),onKeyUp:this.filterKeyup.bind(this)})))))}renderPopup(){return o("slot",{slot:"popup"})}renderTarget(){return o("div",{class:{"gux-target-container-expanded":this.expanded&&this.isFilterable(),"gux-target-container-collapsed":!(this.expanded&&this.isFilterable()),"gux-error":this.hasError,"gux-disabled":this.disabled},slot:"target"},this.renderFilterInputField(),o("button",{type:"button",class:"gux-field gux-field-button",disabled:d(this.root),onClick:this.fieldButtonClick.bind(this),onFocusin:this.showTooltip.bind(this),onFocusout:this.hideTooltip.bind(this),ref:t=>this.fieldButtonElement=t,"aria-haspopup":"listbox","aria-expanded":this.expanded.toString()},this.renderTargetContent(),this.renderRadialLoading(),o("gux-icon",{class:{"gux-expand-icon":!0},"screenreader-text":this.i18n("dropdown"),iconName:this.expanded?"chevron-small-up":"chevron-small-down"})))}renderTargetContent(){if(!this.expanded||!this.isFilterable())return o("div",{class:"gux-field-content"},this.renderTargetDisplay())}renderRadialLoading(){if(this.loading&&!this.expanded)return o("gux-radial-loading",{context:"input"})}render(){return o("gux-popup",{key:"4931b1c7a2e91786bed44bc46789d2f9863c16da",expanded:this.expanded&&(!this.loading||this.isFilterable()),disabled:this.disabled},this.renderTarget(),this.renderPopup())}static get delegatesFocus(){return!0}get root(){return r(this)}static get watchers(){return{expanded:["watchExpanded"],value:["watchValue"],filter:["handleFilter"]}}};H([n({triggerEvents:"mousedown"})],O.prototype,"onClickOutside",null),H([c({childList:!0,subtree:!0})],O.prototype,"onMutation",null),O.style=":host{box-sizing:border-box;color:var(--gse-ui-formControl-input-populatedColor)}.gux-field,.gux-target-container-expanded{all:unset;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:nowrap;place-content:stretch center;align-items:center;width:100%;height:var(--gse-ui-formControl-input-textfield-height);font-family:var(--gse-ui-formControl-input-contentText-fontFamily);font-size:var(--gse-ui-formControl-input-contentText-fontSize);font-weight:var(--gse-ui-formControl-input-contentText-fontWeight);line-height:var(--gse-ui-formControl-input-contentText-lineHeight);cursor:pointer;background-color:var(--gse-ui-formControl-input-backgroundColor)}.gux-target-container-expanded,.gux-target-container-collapsed .gux-field{padding:var(--gse-ui-formControl-input-padding)}.gux-error.gux-target-container-collapsed .gux-field-button,.gux-error.gux-target-container-expanded{border:var(--gse-ui-formControl-input-error-border-width) var(--gse-ui-formControl-input-error-border-style) var(--gse-ui-formControl-input-error-border-color)}.gux-disabled.gux-target-container-collapsed .gux-field-button,.gux-disabled.gux-target-container-expanded{border:var(--gse-ui-formControl-input-disabled-border-width) var(--gse-ui-formControl-input-disabled-border-style) var(--gse-ui-formControl-input-disabled-border-color)}.gux-target-container-collapsed .gux-field-button:hover,.gux-target-container-expanded:hover{border:var(--gse-ui-formControl-input-hover-border-width) var(--gse-ui-formControl-input-hover-border-style) var(--gse-ui-formControl-input-hover-border-color)}.gux-field.gux-input-field{height:var(--gse-ui-formControl-input-contentText-lineHeight)}.gux-field .gux-field-content{--gux-zindex-tooltip:3;display:flex;flex:1 1 0;flex-direction:row;flex-wrap:nowrap;place-content:stretch flex-start;align-items:flex-start;min-width:0;height:var(--gse-ui-formControl-input-contentText-lineHeight)}.gux-field .gux-field-content .gux-filter,.gux-field .gux-field-content .gux-selected-option,.gux-field .gux-field-content .gux-placeholder{flex:1 1 auto;align-self:auto;order:0;padding:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gux-field .gux-field-content .gux-filter{position:relative;height:100%}.gux-field .gux-field-content .gux-filter .gux-filter-input{all:unset;width:100%;color:transparent;caret-color:var(--gse-ui-formControl-input-populatedColor)}.gux-field .gux-field-content .gux-filter .gux-filter-display{white-space:pre}.gux-field .gux-field-content .gux-filter .gux-filter-display .gux-filter-text{color:var(--gse-ui-formControl-input-populatedColor)}.gux-field .gux-field-content .gux-filter .gux-filter-display .gux-filter-suggestion{color:var(--gse-ui-formControl-input-suggestionColor)}.gux-field .gux-field-content .gux-filter .gux-filter-input,.gux-field .gux-field-content .gux-filter .gux-filter-display{position:absolute}.gux-field .gux-field-content .gux-placeholder{color:var(--gse-ui-formControl-input-placeholderColor)}.gux-field .gux-expand-icon{flex:0 0 auto;align-self:auto;order:0;width:var(--gse-ui-formControl-input-inputIcon-size);height:var(--gse-ui-formControl-input-inputIcon-size);padding-left:var(--gse-ui-dropdown-gap);color:var(--gse-ui-formControl-input-inputIcon-iconEndColor)}.gux-target-container-expanded{border:var(--gse-ui-formControl-input-active-border-width) var(--gse-ui-formControl-input-active-border-style) var(--gse-ui-formControl-input-active-border-color);border-radius:var(--gse-ui-formControl-input-borderRadius)}.gux-target-container-expanded:focus-visible{outline:var(--gse-ui-formControl-input-focus-border-width) var(--gse-ui-formControl-input-focus-border-style) var(--gse-ui-formControl-input-focus-border-color);outline-offset:var(--gse-semantic-focusRing-offset)}.gux-target-container-expanded:focus-within:has(:focus-visible){outline:var(--gse-ui-formControl-input-focus-border-width) var(--gse-ui-formControl-input-focus-border-style) var(--gse-ui-formControl-input-focus-border-color);outline-offset:var(--gse-semantic-focusRing-offset)}.gux-target-container-expanded .gux-filter-input{background-color:inherit;border:none}.gux-target-container-expanded .gux-filter-input:focus{border:none;outline:none}.gux-target-container-expanded .gux-field-button{width:auto;height:var(--gse-ui-formControl-input-contentText-lineHeight);margin:0;background:inherit;border:none;outline:none;box-shadow:none}.gux-target-container-expanded .gux-field-button:focus{outline:none}.gux-target-container-collapsed .gux-field-button{border:var(--gse-ui-formControl-input-default-border-width) var(--gse-ui-formControl-input-default-border-style) var(--gse-ui-formControl-input-default-border-color);border-radius:var(--gse-ui-formControl-input-borderRadius)}.gux-target-container-collapsed .gux-field-button:focus-visible{outline:var(--gse-ui-formControl-input-focus-border-width) var(--gse-ui-formControl-input-focus-border-style) var(--gse-ui-formControl-input-focus-border-color);outline-offset:var(--gse-semantic-focusRing-offset)}.gux-target-container-collapsed .gux-field-button:focus-within:has(:focus-visible){outline:var(--gse-ui-formControl-input-focus-border-width) var(--gse-ui-formControl-input-focus-border-style) var(--gse-ui-formControl-input-focus-border-color);outline-offset:var(--gse-semantic-focusRing-offset)}::slotted(gux-listbox){outline:none}.gux-selected-icon{display:flex;align-items:center}.gux-selected-icon gux-icon{width:var(--gse-ui-formControl-input-inputIcon-size);height:var(--gse-ui-formControl-input-inputIcon-size);padding-right:var(--gse-ui-dropdown-gap)}";const W=["gux-option","gux-option-icon"].join(","),A={noMatches:"No matches",loading:"Loading..."},B=class{constructor(i){t(this,i),this.internallistboxoptionsupdated=e(this,"internallistboxoptionsupdated",7),this.value=void 0,this.loading=!1,this.filter="",this.filterType="none",this.emptyMessage=void 0,this.selectedValues=[],this.listboxOptions=[],this.allListboxOptionsFiltered=void 0}onBlur(){v(this.root)}onKeydown(t){if(!b(this.root))return t.preventDefault(),void f(this.root);switch(t.key){case"Enter":return t.preventDefault(),void S(this.root,(t=>this.updateValue(t)));case"ArrowDown":return t.preventDefault(),void(F(this.root)?(t.stopPropagation(),k(this.root)):w(this.root));case"ArrowUp":return t.preventDefault(),void(C(this.root)?(t.stopPropagation(),y(this.root)):m(this.root));case"Home":return t.preventDefault(),void w(this.root);case"End":return t.preventDefault(),void m(this.root);case" ":return void t.preventDefault()}1!==t.key.length||z(this.root,t.key)}onKeyup(t){" "!==t.key||S(this.root,(t=>this.updateValue(t)))}onMousemove(){v(this.root)}onClick(t){j(W,t,(t=>{T(t,(t=>this.updateValue(t)))}))}async guxSelectActive(){S(this.root,(t=>this.updateValue(t)))}setListboxOptions(){this.value&&(this.selectedValues=this.value.split(",")),this.listboxOptions=p(this.root),this.internallistboxoptionsupdated.emit()}updateValue(t){this.value!==t&&(this.value=t),a(this.root,"input"),a(this.root,"change")}async componentWillLoad(){g(this.root),this.i18n=await u(this.root,A),this.setListboxOptions()}componentWillRender(){this.listboxOptions.forEach((t=>{t.selected=t.value===this.value,"custom"!==this.filterType&&(t.filtered=!R(t,this.filter))})),this.allListboxOptionsFiltered=0===this.listboxOptions.filter((t=>!t.filtered)).length}renderHiddenSlot(){return o("div",{hidden:!0},o("slot",{onSlotchange:()=>this.setListboxOptions()}))}renderLoading(){return[o("div",{class:"gux-message-container"},o("gux-radial-loading",{context:"modal"}),o("span",null,this.i18n("loading"))),this.renderHiddenSlot()]}renderAllListboxOptionsFiltered(){return[o("div",{class:"gux-message-container"},o("div",{class:"gux-no-matches"},this.emptyMessage||this.i18n("noMatches"))),this.renderHiddenSlot()]}render(){return this.loading?this.renderLoading():this.allListboxOptionsFiltered?this.renderAllListboxOptionsFiltered():o(s,{role:"listbox",tabindex:0},o("slot",{onSlotchange:()=>this.setListboxOptions()}))}get root(){return r(this)}};B.style=":host{box-sizing:border-box;display:block;max-height:var(--gse-ui-menu-maxHeight);padding:var(--gse-ui-menu-padding);margin:0;overflow:visible auto;background:var(--gse-ui-menu-backgroundColor);border:var(--gse-ui-menu-border-width) var(--gse-ui-menu-border-style) var(--gse-ui-menu-border-color);border-radius:var(--gse-ui-menu-borderRadius);outline:none;box-shadow:var(--gse-ui-menu-boxShadow-x) var(--gse-ui-menu-boxShadow-y) var(--gse-ui-menu-boxShadow-blur) var(--gse-ui-menu-boxShadow-spread) var(--gse-ui-menu-boxShadow-color)}:host(:focus-visible){outline:var(--gse-semantic-focusRing-width) solid var(--gse-semantic-color-focus);outline-offset:var(--gse-semantic-focusRing-offset)}.gux-message-container{display:flex;flex-direction:column;flex-wrap:nowrap;place-content:stretch center;align-items:center;text-align:center}.gux-message-container .gux-no-matches{box-sizing:border-box;height:var(--gse-ui-menu-option-height);font-family:var(--gse-ui-dropdown-menu-emptyState-subheader-text-fontFamily);font-size:var(--gse-ui-dropdown-menu-emptyState-subheader-text-fontSize);font-weight:var(--gse-ui-dropdown-menu-emptyState-subheader-text-fontWeight);line-height:var(--gse-ui-dropdown-menu-emptyState-subheader-text-lineHeight);color:var(--gse-ui-dropdown-menu-emptyState-subheader-foregroundColor)}";const D=class{constructor(e){t(this,e),this.value=void 0,this.active=!1,this.selected=!1,this.disabled=!1,this.filtered=!1,this.hasSubtext=!1}handleActive(t){var e,i;t?null===(e=this.truncateElement)||void 0===e||e.setShowTooltip():null===(i=this.truncateElement)||void 0===i||i.setHideTooltip()}componentWillLoad(){this.root.id=this.root.id||E("gux-option"),this.onSubtextChange()}onSubtextChange(){this.hasSubtext=I(this.root,"subtext")}getAriaSelected(){return!this.disabled&&(this.selected?"true":"false")}render(){return o(s,{key:"d5290f15c26e946ab84bf4b8a3b66fdfc63c84ed",role:"option",class:{"gux-active":this.active,"gux-disabled":this.disabled,"gux-filtered":this.filtered,"gux-selected":this.selected,"gux-show-subtext":this.hasSubtext},"aria-selected":this.getAriaSelected(),"aria-disabled":this.disabled.toString()},o("div",{key:"a1e0f487f75ce7bb361e53a46654d029945bf719",class:"gux-option-wrapper"},o("gux-truncate",{key:"90730750cdfbed531ecaf1ccd969d86a1a450548",ref:t=>this.truncateElement=t},o("slot",{key:"6e8c555dadb6830b99b3b3b6aa9630b423ff9c29"})),o("slot",{key:"41729c019ba908d95192b04f8c73fd47ec4f3d9b",onSlotchange:()=>this.onSubtextChange(),name:"subtext"})))}get root(){return r(this)}static get watchers(){return{active:["handleActive"]}}};D.style=":host{box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:nowrap;gap:var(--gse-ui-menu-option-gap);place-content:stretch center;align-items:center;height:var(--gse-ui-menu-option-height);padding:var(--gse-ui-menu-option-padding);font-family:var(--gse-ui-menu-option-label-default-text-fontFamily);font-size:var(--gse-ui-menu-option-label-default-text-fontSize);font-weight:var(--gse-ui-menu-option-label-default-text-fontWeight);line-height:var(--gse-ui-menu-option-label-default-text-lineHeight);color:var(--gse-ui-menu-option-label-foregroundColor);word-wrap:break-word;cursor:pointer}:host .gux-option-wrapper{width:100%}:host .gux-slot-container{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:host(.gux-disabled){pointer-events:none;cursor:default;opacity:var(--gse-ui-menu-option-disabled-opacity)}:host(.gux-selected){font-family:var(--gse-ui-menu-option-label-active-text-fontFamily);font-size:var(--gse-ui-menu-option-label-active-text-fontSize);font-weight:var(--gse-ui-menu-option-label-active-text-fontWeight);line-height:var(--gse-ui-menu-option-label-active-text-lineHeight);background:var(--gse-ui-menu-option-selected-backgroundColor)}:host(:active:not(:disabled)){font-family:var(--gse-ui-menu-option-label-active-text-fontFamily);font-size:var(--gse-ui-menu-option-label-active-text-fontSize);font-weight:var(--gse-ui-menu-option-label-active-text-fontWeight);line-height:var(--gse-ui-menu-option-label-active-text-lineHeight)}:host(.gux-active){border-radius:var(--gse-semantic-focusRing-cornerRadius);outline:var(--gse-ui-menu-option-focus-border-width) var(--gse-ui-menu-option-focus-border-style) var(--gse-ui-menu-option-focus-border-color);outline-offset:-2px}:host(.gux-show-subtext){place-content:stretch flex-start;height:auto}:host(.gux-show-subtext) .gux-option-wrapper{display:flex;flex-direction:column}:host(.gux-show-subtext) slot[name=subtext]::slotted(*){height:var(--gse-ui-groupedMenu-subtext-height);font-weight:var(--gse-ui-menu-option-label-default-text-fontWeight);color:var(--gse-ui-menu-groupedMenu-subtext-foregroundColor)}:host(:hover:not(:disabled)){background:var(--gse-ui-menu-option-hover-backgroundColor)}:host(.gux-filtered){display:none}";export{O as gux_dropdown,B as gux_listbox,D as gux_option}
@@ -1,7 +1,7 @@
1
- import{r as t,c as i,d as n,w as o,h as e,g as r}from"./p-deca7631.js";import{O as s}from"./p-d6edbaeb.js";import{e as a}from"./p-dbb0ac25.js";import{a as u}from"./p-ffaadf62.js";import{b as l}from"./p-e10cb032.js";import{t as h}from"./p-363466e3.js";import"./p-0962dd7a.js";
1
+ import{r as t,c as i,d as n,w as e,h as o,g as r}from"./p-2e827df1.js";import{O as s}from"./p-01471ba0.js";import{e as a}from"./p-ea5e1b2f.js";import{a as u}from"./p-cf0e7d3b.js";import{b as l}from"./p-0367930a.js";import{t as h}from"./p-363466e3.js";import"./p-4202e9f2.js";
2
2
  /**!
3
3
  * Sortable 1.15.2
4
4
  * @author RubaXa <trash@rubaxa.org>
5
5
  * @author owenm <owen23355@gmail.com>
6
6
  * @license MIT
7
- */function c(t,i){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);i&&(o=o.filter((function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable}))),n.push.apply(n,o)}return n}function f(t){for(var i=1;i<arguments.length;i++){var n=null!=arguments[i]?arguments[i]:{};i%2?c(Object(n),!0).forEach((function(i){v(t,i,n[i])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):c(Object(n)).forEach((function(i){Object.defineProperty(t,i,Object.getOwnPropertyDescriptor(n,i))}))}return t}function d(t){return d="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},d(t)}function v(t,i,n){return i in t?Object.defineProperty(t,i,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[i]=n,t}function b(){return b=Object.assign||function(t){for(var i=1;i<arguments.length;i++){var n=arguments[i];for(var o in n)Object.prototype.hasOwnProperty.call(n,o)&&(t[o]=n[o])}return t},b.apply(this,arguments)}function g(t){if("undefined"!=typeof window&&window.navigator)return!!navigator.userAgent.match(t)}var m=g(/(?:Trident.*rv[ :]?11\.|msie|iemobile|Windows Phone)/i),p=g(/Edge/i),w=g(/firefox/i),x=g(/safari/i)&&!g(/chrome/i)&&!g(/android/i),y=g(/iP(ad|od|hone)/i),E=g(/chrome/i)&&g(/android/i),S={capture:!1,passive:!1};function T(t,i,n){t.addEventListener(i,n,!m&&S)}function O(t,i,n){t.removeEventListener(i,n,!m&&S)}function M(t,i){if(i){if(">"===i[0]&&(i=i.substring(1)),t)try{if(t.matches)return t.matches(i);if(t.msMatchesSelector)return t.msMatchesSelector(i);if(t.webkitMatchesSelector)return t.webkitMatchesSelector(i)}catch(t){return!1}return!1}}function I(t){return t.host&&t!==document&&t.host.nodeType?t.host:t.parentNode}function k(t,i,n,o){if(t){n=n||document;do{if(null!=i&&(">"===i[0]?t.parentNode===n&&M(t,i):M(t,i))||o&&t===n)return t;if(t===n)break}while(t=I(t))}return null}var j,C=/\s+/g;function A(t,i,n){if(t&&i)if(t.classList)t.classList[n?"add":"remove"](i);else{var o=(" "+t.className+" ").replace(C," ").replace(" "+i+" "," ");t.className=(o+(n?" "+i:"")).replace(C," ")}}function D(t,i,n){var o=t&&t.style;if(o){if(void 0===n)return document.defaultView&&document.defaultView.getComputedStyle?n=document.defaultView.getComputedStyle(t,""):t.currentStyle&&(n=t.currentStyle),void 0===i?n:n[i];i in o||-1!==i.indexOf("webkit")||(i="-webkit-"+i),o[i]=n+("string"==typeof n?"":"px")}}function _(t,i){var n="";if("string"==typeof t)n=t;else do{var o=D(t,"transform");o&&"none"!==o&&(n=o+" "+n)}while(!i&&(t=t.parentNode));var e=window.DOMMatrix||window.WebKitCSSMatrix||window.CSSMatrix||window.MSCSSMatrix;return e&&new e(n)}function z(t,i,n){if(t){var o=t.getElementsByTagName(i),e=0,r=o.length;if(n)for(;e<r;e++)n(o[e],e);return o}return[]}function L(){return document.scrollingElement||document.documentElement}function N(t,i,n,o,e){if(t.getBoundingClientRect||t===window){var r,s,a,u,l,h,c;if(t!==window&&t.parentNode&&t!==L()?(s=(r=t.getBoundingClientRect()).top,a=r.left,u=r.bottom,l=r.right,h=r.height,c=r.width):(s=0,a=0,u=window.innerHeight,l=window.innerWidth,h=window.innerHeight,c=window.innerWidth),(i||n)&&t!==window&&(e=e||t.parentNode,!m))do{if(e&&e.getBoundingClientRect&&("none"!==D(e,"transform")||n&&"static"!==D(e,"position"))){var f=e.getBoundingClientRect();s-=f.top+parseInt(D(e,"border-top-width")),a-=f.left+parseInt(D(e,"border-left-width")),u=s+r.height,l=a+r.width;break}}while(e=e.parentNode);if(o&&t!==window){var d=_(e||t),v=d&&d.a,b=d&&d.d;d&&(u=(s/=b)+(h/=b),l=(a/=v)+(c/=v))}return{top:s,left:a,bottom:u,right:l,width:c,height:h}}}function R(t,i,n){for(var o=G(t,!0),e=N(t)[i];o;){var r=N(o)[n];if(!("top"===n||"left"===n?e>=r:e<=r))return o;if(o===L())break;o=G(o,!1)}return!1}function F(t,i,n,o){for(var e=0,r=0,s=t.children;r<s.length;){if("none"!==s[r].style.display&&s[r]!==Ut.ghost&&(o||s[r]!==Ut.dragged)&&k(s[r],n.draggable,t,!1)){if(e===i)return s[r];e++}r++}return null}function B(t,i){for(var n=t.lastElementChild;n&&(n===Ut.ghost||"none"===D(n,"display")||i&&!M(n,i));)n=n.previousElementSibling;return n||null}function H(t,i){var n=0;if(!t||!t.parentNode)return-1;for(;t=t.previousElementSibling;)"TEMPLATE"===t.nodeName.toUpperCase()||t===Ut.clone||i&&!M(t,i)||n++;return n}function P(t){var i=0,n=0,o=L();if(t)do{var e=_(t);i+=t.scrollLeft*e.a,n+=t.scrollTop*e.d}while(t!==o&&(t=t.parentNode));return[i,n]}function G(t,i){if(!t||!t.getBoundingClientRect)return L();var n=t,o=!1;do{if(n.clientWidth<n.scrollWidth||n.clientHeight<n.scrollHeight){var e=D(n);if(n.clientWidth<n.scrollWidth&&("auto"==e.overflowX||"scroll"==e.overflowX)||n.clientHeight<n.scrollHeight&&("auto"==e.overflowY||"scroll"==e.overflowY)){if(!n.getBoundingClientRect||n===document.body)return L();if(o||i)return n;o=!0}}}while(n=n.parentNode);return L()}function W(t,i){return Math.round(t.top)===Math.round(i.top)&&Math.round(t.left)===Math.round(i.left)&&Math.round(t.height)===Math.round(i.height)&&Math.round(t.width)===Math.round(i.width)}function K(t,i){return function(){if(!j){var n=arguments;1===n.length?t.call(this,n[0]):t.apply(this,n),j=setTimeout((function(){j=void 0}),i)}}}function U(t,i,n){t.scrollLeft+=i,t.scrollTop+=n}function X(t){var i=window.Polymer,n=window.jQuery||window.Zepto;return i&&i.dom?i.dom(t).cloneNode(!0):n?n(t).clone(!0)[0]:t.cloneNode(!0)}function Y(t,i,n){var o={};return Array.from(t.children).forEach((function(e){var r,s,a,u;if(k(e,i.draggable,t,!1)&&!e.animated&&e!==n){var l=N(e);o.left=Math.min(null!==(r=o.left)&&void 0!==r?r:1/0,l.left),o.top=Math.min(null!==(s=o.top)&&void 0!==s?s:1/0,l.top),o.right=Math.max(null!==(a=o.right)&&void 0!==a?a:-1/0,l.right),o.bottom=Math.max(null!==(u=o.bottom)&&void 0!==u?u:-1/0,l.bottom)}})),o.width=o.right-o.left,o.height=o.bottom-o.top,o.x=o.left,o.y=o.top,o}var $="Sortable"+(new Date).getTime();var V=[],Z={initializeByDefault:!0},q={mount:function(t){for(var i in Z)Z.hasOwnProperty(i)&&!(i in t)&&(t[i]=Z[i]);V.forEach((function(i){if(i.pluginName===t.pluginName)throw"Sortable: Cannot mount plugin ".concat(t.pluginName," more than once")})),V.push(t)},pluginEvent:function(t,i,n){var o=this;this.eventCanceled=!1,n.cancel=function(){o.eventCanceled=!0};var e=t+"Global";V.forEach((function(o){i[o.pluginName]&&(i[o.pluginName][e]&&i[o.pluginName][e](f({sortable:i},n)),i.options[o.pluginName]&&i[o.pluginName][t]&&i[o.pluginName][t](f({sortable:i},n)))}))},initializePlugins:function(t,i,n){for(var o in V.forEach((function(o){var e=o.pluginName;if(t.options[e]||o.initializeByDefault){var r=new o(t,i,t.options);r.sortable=t,r.options=t.options,t[e]=r,b(n,r.defaults)}})),t.options)if(t.options.hasOwnProperty(o)){var e=this.modifyOption(t,o,t.options[o]);void 0!==e&&(t.options[o]=e)}},getEventProperties:function(t,i){var n={};return V.forEach((function(o){"function"==typeof o.eventProperties&&b(n,o.eventProperties.call(i[o.pluginName],t))})),n},modifyOption:function(t,i,n){var o;return V.forEach((function(e){t[e.pluginName]&&e.optionListeners&&"function"==typeof e.optionListeners[i]&&(o=e.optionListeners[i].call(t[e.pluginName],n))})),o}},J=["evt"],Q=function(t,i){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},o=n.evt,e=function(t,i){if(null==t)return{};var n,o,e=function(t,i){if(null==t)return{};var n,o,e={},r=Object.keys(t);for(o=0;o<r.length;o++)i.indexOf(n=r[o])>=0||(e[n]=t[n]);return e}(t,i);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);for(o=0;o<r.length;o++)i.indexOf(n=r[o])>=0||Object.prototype.propertyIsEnumerable.call(t,n)&&(e[n]=t[n])}return e}(n,J);q.pluginEvent.bind(Ut)(t,i,f({dragEl:it,parentEl:nt,ghostEl:ot,rootEl:et,nextEl:rt,lastDownEl:st,cloneEl:at,cloneHidden:ut,dragStarted:yt,putSortable:vt,activeSortable:Ut.active,originalEvent:o,oldIndex:lt,oldDraggableIndex:ct,newIndex:ht,newDraggableIndex:ft,hideGhostForTarget:Pt,unhideGhostForTarget:Gt,cloneNowHidden:function(){ut=!0},cloneNowShown:function(){ut=!1},dispatchSortableEvent:function(t){tt({sortable:i,name:t,originalEvent:o})}},e))};function tt(t){!function(t){var i=t.sortable,n=t.rootEl,o=t.name,e=t.targetEl,r=t.cloneEl,s=t.toEl,a=t.fromEl,u=t.oldIndex,l=t.newIndex,h=t.oldDraggableIndex,c=t.newDraggableIndex,d=t.originalEvent,v=t.putSortable,b=t.extraEventProperties;if(i=i||n&&n[$]){var g,w=i.options,x="on"+o.charAt(0).toUpperCase()+o.substr(1);!window.CustomEvent||m||p?(g=document.createEvent("Event")).initEvent(o,!0,!0):g=new CustomEvent(o,{bubbles:!0,cancelable:!0}),g.to=s||n,g.from=a||n,g.item=e||n,g.clone=r,g.oldIndex=u,g.newIndex=l,g.oldDraggableIndex=h,g.newDraggableIndex=c,g.originalEvent=d,g.pullMode=v?v.lastPutMode:void 0;var y=f(f({},b),q.getEventProperties(o,i));for(var E in y)g[E]=y[E];n&&n.dispatchEvent(g),w[x]&&w[x].call(i,g)}}(f({putSortable:vt,cloneEl:at,targetEl:it,rootEl:et,oldIndex:lt,oldDraggableIndex:ct,newIndex:ht,newDraggableIndex:ft},t))}var it,nt,ot,et,rt,st,at,ut,lt,ht,ct,ft,dt,vt,bt,gt,mt,pt,wt,xt,yt,Et,St,Tt,Ot,Mt=!1,It=!1,kt=[],jt=!1,Ct=!1,At=[],Dt=!1,_t=[],zt="undefined"!=typeof document,Lt=y,Nt=p||m?"cssFloat":"float",Rt=zt&&!E&&!y&&"draggable"in document.createElement("div"),Ft=function(){if(zt){if(m)return!1;var t=document.createElement("x");return t.style.cssText="pointer-events:auto","auto"===t.style.pointerEvents}}(),Bt=function(t,i){var n=D(t),o=parseInt(n.width)-parseInt(n.paddingLeft)-parseInt(n.paddingRight)-parseInt(n.borderLeftWidth)-parseInt(n.borderRightWidth),e=F(t,0,i),r=F(t,1,i),s=e&&D(e),a=r&&D(r),u=s&&parseInt(s.marginLeft)+parseInt(s.marginRight)+N(e).width,l=a&&parseInt(a.marginLeft)+parseInt(a.marginRight)+N(r).width;return"flex"===n.display?"column"===n.flexDirection||"column-reverse"===n.flexDirection?"vertical":"horizontal":"grid"===n.display?n.gridTemplateColumns.split(" ").length<=1?"vertical":"horizontal":e&&s.float&&"none"!==s.float?!r||"both"!==a.clear&&a.clear!==("left"===s.float?"left":"right")?"horizontal":"vertical":e&&("block"===s.display||"flex"===s.display||"table"===s.display||"grid"===s.display||u>=o&&"none"===n[Nt]||r&&"none"===n[Nt]&&u+l>o)?"vertical":"horizontal"},Ht=function(t){function i(t,n){return function(o,e,r,s){if(null==t&&(n||o.options.group.name&&e.options.group.name&&o.options.group.name===e.options.group.name))return!0;if(null==t||!1===t)return!1;if(n&&"clone"===t)return t;if("function"==typeof t)return i(t(o,e,r,s),n)(o,e,r,s);var a=(n?o:e).options.group.name;return!0===t||"string"==typeof t&&t===a||t.join&&t.indexOf(a)>-1}}var n={},o=t.group;o&&"object"==d(o)||(o={name:o}),n.name=o.name,n.checkPull=i(o.pull,!0),n.checkPut=i(o.put),n.revertClone=o.revertClone,t.group=n},Pt=function(){!Ft&&ot&&D(ot,"display","none")},Gt=function(){!Ft&&ot&&D(ot,"display","")};zt&&!E&&document.addEventListener("click",(function(t){if(It)return t.preventDefault(),t.stopPropagation&&t.stopPropagation(),t.stopImmediatePropagation&&t.stopImmediatePropagation(),It=!1,!1}),!0);var Wt=function(t){if(it){var i=(e=(t=t.touches?t.touches[0]:t).clientX,r=t.clientY,kt.some((function(t){var i=t[$].options.emptyInsertThreshold;if(i&&!B(t)){var n=N(t);return e>=n.left-i&&e<=n.right+i&&r>=n.top-i&&r<=n.bottom+i?s=t:void 0}})),s);if(i){var n={};for(var o in t)t.hasOwnProperty(o)&&(n[o]=t[o]);n.target=n.rootEl=i,n.preventDefault=void 0,n.stopPropagation=void 0,i[$]._onDragOver(n)}}var e,r,s},Kt=function(t){it&&it.parentNode[$]._isOutsideThisEl(t.target)};function Ut(t,i){if(!t||!t.nodeType||1!==t.nodeType)throw"Sortable: `el` must be an HTMLElement, not ".concat({}.toString.call(t));this.el=t,this.options=i=b({},i),t[$]=this;var n,o,e={group:null,sort:!0,disabled:!1,store:null,handle:null,draggable:/^[uo]l$/i.test(t.nodeName)?">li":">*",swapThreshold:1,invertSwap:!1,invertedSwapThreshold:null,removeCloneOnHide:!0,direction:function(){return Bt(t,this.options)},ghostClass:"sortable-ghost",chosenClass:"sortable-chosen",dragClass:"sortable-drag",ignore:"a, img",filter:null,preventOnFilter:!0,animation:0,easing:null,setData:function(t,i){t.setData("Text",i.textContent)},dropBubble:!1,dragoverBubble:!1,dataIdAttr:"data-id",delay:0,delayOnTouchOnly:!1,touchStartThreshold:(Number.parseInt?Number:window).parseInt(window.devicePixelRatio,10)||1,forceFallback:!1,fallbackClass:"sortable-fallback",fallbackOnBody:!1,fallbackTolerance:0,fallbackOffset:{x:0,y:0},supportPointer:!1!==Ut.supportPointer&&"PointerEvent"in window&&!x,emptyInsertThreshold:5};for(var r in q.initializePlugins(this,t,e),e)!(r in i)&&(i[r]=e[r]);for(var s in Ht(i),this)"_"===s.charAt(0)&&"function"==typeof this[s]&&(this[s]=this[s].bind(this));this.nativeDraggable=!i.forceFallback&&Rt,this.nativeDraggable&&(this.options.touchStartThreshold=1),i.supportPointer?T(t,"pointerdown",this._onTapStart):(T(t,"mousedown",this._onTapStart),T(t,"touchstart",this._onTapStart)),this.nativeDraggable&&(T(t,"dragover",this),T(t,"dragenter",this)),kt.push(this.el),i.store&&i.store.get&&this.sort(i.store.get(this)||[]),b(this,(o=[],{captureAnimationState:function(){o=[],this.options.animation&&[].slice.call(this.el.children).forEach((function(t){if("none"!==D(t,"display")&&t!==Ut.ghost){o.push({target:t,rect:N(t)});var i=f({},o[o.length-1].rect);if(t.thisAnimationDuration){var n=_(t,!0);n&&(i.top-=n.f,i.left-=n.e)}t.fromRect=i}}))},addAnimationState:function(t){o.push(t)},removeAnimationState:function(t){o.splice(function(t,i){for(var n in t)if(t.hasOwnProperty(n))for(var o in i)if(i.hasOwnProperty(o)&&i[o]===t[n][o])return Number(n);return-1}(o,{target:t}),1)},animateAll:function(t){var i=this;if(!this.options.animation)return clearTimeout(n),void("function"==typeof t&&t());var e=!1,r=0;o.forEach((function(t){var n=0,o=t.target,s=o.fromRect,a=N(o),u=o.prevFromRect,l=o.prevToRect,h=t.rect,c=_(o,!0);c&&(a.top-=c.f,a.left-=c.e),o.toRect=a,o.thisAnimationDuration&&W(u,a)&&!W(s,a)&&(h.top-a.top)/(h.left-a.left)==(s.top-a.top)/(s.left-a.left)&&(n=function(t,i,n,o){return Math.sqrt(Math.pow(i.top-t.top,2)+Math.pow(i.left-t.left,2))/Math.sqrt(Math.pow(i.top-n.top,2)+Math.pow(i.left-n.left,2))*o.animation}(h,u,l,i.options)),W(a,s)||(o.prevFromRect=s,o.prevToRect=a,n||(n=i.options.animation),i.animate(o,h,a,n)),n&&(e=!0,r=Math.max(r,n),clearTimeout(o.animationResetTimer),o.animationResetTimer=setTimeout((function(){o.animationTime=0,o.prevFromRect=null,o.fromRect=null,o.prevToRect=null,o.thisAnimationDuration=null}),n),o.thisAnimationDuration=n)})),clearTimeout(n),e?n=setTimeout((function(){"function"==typeof t&&t()}),r):"function"==typeof t&&t(),o=[]},animate:function(t,i,n,o){if(o){D(t,"transition",""),D(t,"transform","");var e=_(this.el),r=(i.left-n.left)/(e&&e.a||1),s=(i.top-n.top)/(e&&e.d||1);t.animatingX=!!r,t.animatingY=!!s,D(t,"transform","translate3d("+r+"px,"+s+"px,0)"),this.forRepaintDummy=function(t){return t.offsetWidth}(t),D(t,"transition","transform "+o+"ms"+(this.options.easing?" "+this.options.easing:"")),D(t,"transform","translate3d(0,0,0)"),"number"==typeof t.animated&&clearTimeout(t.animated),t.animated=setTimeout((function(){D(t,"transition",""),D(t,"transform",""),t.animated=!1,t.animatingX=!1,t.animatingY=!1}),o)}}}))}function Xt(t,i,n,o,e,r,s,a){var u,l,h=t[$],c=h.options.onMove;return!window.CustomEvent||m||p?(u=document.createEvent("Event")).initEvent("move",!0,!0):u=new CustomEvent("move",{bubbles:!0,cancelable:!0}),u.to=i,u.from=t,u.dragged=n,u.draggedRect=o,u.related=e||i,u.relatedRect=r||N(i),u.willInsertAfter=a,u.originalEvent=s,t.dispatchEvent(u),c&&(l=c.call(h,u,s)),l}function Yt(t){t.draggable=!1}function $t(){Dt=!1}function Vt(t){for(var i=t.tagName+t.className+t.src+t.href+t.textContent,n=i.length,o=0;n--;)o+=i.charCodeAt(n);return o.toString(36)}function Zt(t){return setTimeout(t,0)}function qt(t){return clearTimeout(t)}Ut.prototype={constructor:Ut,_isOutsideThisEl:function(t){this.el.contains(t)||t===this.el||(Et=null)},_getDirection:function(t,i){return"function"==typeof this.options.direction?this.options.direction.call(this,t,i,it):this.options.direction},_onTapStart:function(t){if(t.cancelable){var i=this,n=this.el,o=this.options,e=o.preventOnFilter,r=t.type,s=t.touches&&t.touches[0]||t.pointerType&&"touch"===t.pointerType&&t,a=(s||t).target,u=t.target.shadowRoot&&(t.path&&t.path[0]||t.composedPath&&t.composedPath()[0])||a,l=o.filter;if(function(t){_t.length=0;for(var i=t.getElementsByTagName("input"),n=i.length;n--;){var o=i[n];o.checked&&_t.push(o)}}(n),!it&&!(/mousedown|pointerdown/.test(r)&&0!==t.button||o.disabled)&&!u.isContentEditable&&(this.nativeDraggable||!x||!a||"SELECT"!==a.tagName.toUpperCase())&&!((a=k(a,o.draggable,n,!1))&&a.animated||st===a)){if(lt=H(a),ct=H(a,o.draggable),"function"==typeof l){if(l.call(this,t,a,this))return tt({sortable:i,rootEl:u,name:"filter",targetEl:a,toEl:n,fromEl:n}),Q("filter",i,{evt:t}),void(e&&t.cancelable&&t.preventDefault())}else if(l&&(l=l.split(",").some((function(o){if(o=k(u,o.trim(),n,!1))return tt({sortable:i,rootEl:o,name:"filter",targetEl:a,fromEl:n,toEl:n}),Q("filter",i,{evt:t}),!0}))))return void(e&&t.cancelable&&t.preventDefault());o.handle&&!k(u,o.handle,n,!1)||this._prepareDragStart(t,s,a)}}},_prepareDragStart:function(t,i,n){var o,e=this,r=e.el,s=e.options,a=r.ownerDocument;if(n&&!it&&n.parentNode===r){var u=N(n);if(et=r,nt=(it=n).parentNode,rt=it.nextSibling,st=n,dt=s.group,Ut.dragged=it,wt=(bt={target:it,clientX:(i||t).clientX,clientY:(i||t).clientY}).clientX-u.left,xt=bt.clientY-u.top,this._lastX=(i||t).clientX,this._lastY=(i||t).clientY,it.style["will-change"]="all",o=function(){Q("delayEnded",e,{evt:t}),Ut.eventCanceled?e._onDrop():(e._disableDelayedDragEvents(),!w&&e.nativeDraggable&&(it.draggable=!0),e._triggerDragStart(t,i),tt({sortable:e,name:"choose",originalEvent:t}),A(it,s.chosenClass,!0))},s.ignore.split(",").forEach((function(t){z(it,t.trim(),Yt)})),T(a,"dragover",Wt),T(a,"mousemove",Wt),T(a,"touchmove",Wt),T(a,"mouseup",e._onDrop),T(a,"touchend",e._onDrop),T(a,"touchcancel",e._onDrop),w&&this.nativeDraggable&&(this.options.touchStartThreshold=4,it.draggable=!0),Q("delayStart",this,{evt:t}),!s.delay||s.delayOnTouchOnly&&!i||this.nativeDraggable&&(p||m))o();else{if(Ut.eventCanceled)return void this._onDrop();T(a,"mouseup",e._disableDelayedDrag),T(a,"touchend",e._disableDelayedDrag),T(a,"touchcancel",e._disableDelayedDrag),T(a,"mousemove",e._delayedDragTouchMoveHandler),T(a,"touchmove",e._delayedDragTouchMoveHandler),s.supportPointer&&T(a,"pointermove",e._delayedDragTouchMoveHandler),e._dragStartTimer=setTimeout(o,s.delay)}}},_delayedDragTouchMoveHandler:function(t){var i=t.touches?t.touches[0]:t;Math.max(Math.abs(i.clientX-this._lastX),Math.abs(i.clientY-this._lastY))>=Math.floor(this.options.touchStartThreshold/(this.nativeDraggable&&window.devicePixelRatio||1))&&this._disableDelayedDrag()},_disableDelayedDrag:function(){it&&Yt(it),clearTimeout(this._dragStartTimer),this._disableDelayedDragEvents()},_disableDelayedDragEvents:function(){var t=this.el.ownerDocument;O(t,"mouseup",this._disableDelayedDrag),O(t,"touchend",this._disableDelayedDrag),O(t,"touchcancel",this._disableDelayedDrag),O(t,"mousemove",this._delayedDragTouchMoveHandler),O(t,"touchmove",this._delayedDragTouchMoveHandler),O(t,"pointermove",this._delayedDragTouchMoveHandler)},_triggerDragStart:function(t,i){i=i||"touch"==t.pointerType&&t,!this.nativeDraggable||i?T(document,this.options.supportPointer?"pointermove":i?"touchmove":"mousemove",this._onTouchMove):(T(it,"dragend",this),T(et,"dragstart",this._onDragStart));try{document.selection?Zt((function(){document.selection.empty()})):window.getSelection().removeAllRanges()}catch(t){}},_dragStarted:function(t,i){if(Mt=!1,et&&it){Q("dragStarted",this,{evt:i}),this.nativeDraggable&&T(document,"dragover",Kt);var n=this.options;!t&&A(it,n.dragClass,!1),A(it,n.ghostClass,!0),Ut.active=this,t&&this._appendGhost(),tt({sortable:this,name:"start",originalEvent:i})}else this._nulling()},_emulateDragOver:function(){if(gt){this._lastX=gt.clientX,this._lastY=gt.clientY,Pt();for(var t=document.elementFromPoint(gt.clientX,gt.clientY),i=t;t&&t.shadowRoot&&(t=t.shadowRoot.elementFromPoint(gt.clientX,gt.clientY))!==i;)i=t;if(it.parentNode[$]._isOutsideThisEl(t),i)do{if(i[$]&&i[$]._onDragOver({clientX:gt.clientX,clientY:gt.clientY,target:t,rootEl:i})&&!this.options.dragoverBubble)break;t=i}while(i=i.parentNode);Gt()}},_onTouchMove:function(t){if(bt){var i=this.options,n=i.fallbackTolerance,o=i.fallbackOffset,e=t.touches?t.touches[0]:t,r=ot&&_(ot,!0),s=ot&&r&&r.a,a=ot&&r&&r.d,u=Lt&&Ot&&P(Ot),l=(e.clientX-bt.clientX+o.x)/(s||1)+(u?u[0]-At[0]:0)/(s||1),h=(e.clientY-bt.clientY+o.y)/(a||1)+(u?u[1]-At[1]:0)/(a||1);if(!Ut.active&&!Mt){if(n&&Math.max(Math.abs(e.clientX-this._lastX),Math.abs(e.clientY-this._lastY))<n)return;this._onDragStart(t,!0)}if(ot){r?(r.e+=l-(mt||0),r.f+=h-(pt||0)):r={a:1,b:0,c:0,d:1,e:l,f:h};var c="matrix(".concat(r.a,",").concat(r.b,",").concat(r.c,",").concat(r.d,",").concat(r.e,",").concat(r.f,")");D(ot,"webkitTransform",c),D(ot,"mozTransform",c),D(ot,"msTransform",c),D(ot,"transform",c),mt=l,pt=h,gt=e}t.cancelable&&t.preventDefault()}},_appendGhost:function(){if(!ot){var t=this.options.fallbackOnBody?document.body:et,i=N(it,!0,Lt,!0,t),n=this.options;if(Lt){for(Ot=t;"static"===D(Ot,"position")&&"none"===D(Ot,"transform")&&Ot!==document;)Ot=Ot.parentNode;Ot!==document.body&&Ot!==document.documentElement?(Ot===document&&(Ot=L()),i.top+=Ot.scrollTop,i.left+=Ot.scrollLeft):Ot=L(),At=P(Ot)}A(ot=it.cloneNode(!0),n.ghostClass,!1),A(ot,n.fallbackClass,!0),A(ot,n.dragClass,!0),D(ot,"transition",""),D(ot,"transform",""),D(ot,"box-sizing","border-box"),D(ot,"margin",0),D(ot,"top",i.top),D(ot,"left",i.left),D(ot,"width",i.width),D(ot,"height",i.height),D(ot,"opacity","0.8"),D(ot,"position",Lt?"absolute":"fixed"),D(ot,"zIndex","100000"),D(ot,"pointerEvents","none"),Ut.ghost=ot,t.appendChild(ot),D(ot,"transform-origin",wt/parseInt(ot.style.width)*100+"% "+xt/parseInt(ot.style.height)*100+"%")}},_onDragStart:function(t,i){var n=this,o=t.dataTransfer,e=n.options;Q("dragStart",this,{evt:t}),Ut.eventCanceled?this._onDrop():(Q("setupClone",this),Ut.eventCanceled||((at=X(it)).removeAttribute("id"),at.draggable=!1,at.style["will-change"]="",this._hideClone(),A(at,this.options.chosenClass,!1),Ut.clone=at),n.cloneId=Zt((function(){Q("clone",n),Ut.eventCanceled||(n.options.removeCloneOnHide||et.insertBefore(at,it),n._hideClone(),tt({sortable:n,name:"clone"}))})),!i&&A(it,e.dragClass,!0),i?(It=!0,n._loopId=setInterval(n._emulateDragOver,50)):(O(document,"mouseup",n._onDrop),O(document,"touchend",n._onDrop),O(document,"touchcancel",n._onDrop),o&&(o.effectAllowed="move",e.setData&&e.setData.call(n,o,it)),T(document,"drop",n),D(it,"transform","translateZ(0)")),Mt=!0,n._dragStartId=Zt(n._dragStarted.bind(n,i,t)),T(document,"selectstart",n),yt=!0,x&&D(document.body,"user-select","none"))},_onDragOver:function(t){var i,n,o,e,r=this.el,s=t.target,a=this.options,u=a.group,l=Ut.active,h=dt===u,c=a.sort,d=vt||l,v=this,b=!1;if(!Dt){if(void 0!==t.preventDefault&&t.cancelable&&t.preventDefault(),s=k(s,a.draggable,r,!0),_("dragOver"),Ut.eventCanceled)return b;if(it.contains(t.target)||s.animated&&s.animatingX&&s.animatingY||v._ignoreWhileAnimating===s)return L(!1);if(It=!1,l&&!a.disabled&&(h?c||(o=nt!==et):vt===this||(this.lastPutMode=dt.checkPull(this,l,it,t))&&u.checkPut(this,l,it,t))){if(e="vertical"===this._getDirection(t,s),i=N(it),_("dragOverValid"),Ut.eventCanceled)return b;if(o)return nt=et,z(),this._hideClone(),_("revert"),Ut.eventCanceled||(rt?et.insertBefore(it,rt):et.appendChild(it)),L(!0);var g=B(r,a.draggable);if(!g||function(t,i,n){var o=N(B(n.el,n.options.draggable)),e=Y(n.el,n.options,ot);return i?t.clientX>e.right+10||t.clientY>o.bottom&&t.clientX>o.left:t.clientY>e.bottom+10||t.clientX>o.right&&t.clientY>o.top}(t,e,this)&&!g.animated){if(g===it)return L(!1);if(g&&r===t.target&&(s=g),s&&(n=N(s)),!1!==Xt(et,r,it,i,s,n,t,!!s))return z(),g&&g.nextSibling?r.insertBefore(it,g.nextSibling):r.appendChild(it),nt=r,P(),L(!0)}else if(g&&function(t,i,n){var o=N(F(n.el,0,n.options,!0)),e=Y(n.el,n.options,ot);return i?t.clientX<e.left-10||t.clientY<o.top&&t.clientX<o.right:t.clientY<e.top-10||t.clientY<o.bottom&&t.clientX<o.left}(t,e,this)){var m=F(r,0,a,!0);if(m===it)return L(!1);if(n=N(s=m),!1!==Xt(et,r,it,i,s,n,t,!1))return z(),r.insertBefore(it,m),nt=r,P(),L(!0)}else if(s.parentNode===r){n=N(s);var p,w,x,y=it.parentNode!==r,E=!function(t,i,n){var o=n?t.left:t.top,e=n?i.left:i.top;return o===e||(n?t.right:t.bottom)===(n?i.right:i.bottom)||o+(n?t.width:t.height)/2===e+(n?i.width:i.height)/2}(it.animated&&it.toRect||i,s.animated&&s.toRect||n,e),S=e?"top":"left",T=R(s,"top","top")||R(it,"top","top"),O=T?T.scrollTop:void 0;if(Et!==s&&(w=n[S],jt=!1,Ct=!E&&a.invertSwap||y),p=function(t,i,n,o,e,r,s,a){var u=o?t.clientY:t.clientX,l=o?n.height:n.width,h=o?n.top:n.left,c=o?n.bottom:n.right,f=!1;if(!s)if(a&&Tt<l*e){if(!jt&&(1===St?u>h+l*r/2:u<c-l*r/2)&&(jt=!0),jt)f=!0;else if(1===St?u<h+Tt:u>c-Tt)return-St}else if(u>h+l*(1-e)/2&&u<c-l*(1-e)/2)return function(t){return H(it)<H(t)?1:-1}(i);return(f=f||s)&&(u<h+l*r/2||u>c-l*r/2)?u>h+l/2?1:-1:0}(t,s,n,e,E?1:a.swapThreshold,null==a.invertedSwapThreshold?a.swapThreshold:a.invertedSwapThreshold,Ct,Et===s),0!==p){var M=H(it);do{x=nt.children[M-=p]}while(x&&("none"===D(x,"display")||x===ot))}if(0===p||x===s)return L(!1);Et=s,St=p;var I=s.nextElementSibling,j=!1,C=Xt(et,r,it,i,s,n,t,j=1===p);if(!1!==C)return 1!==C&&-1!==C||(j=1===C),Dt=!0,setTimeout($t,30),z(),j&&!I?r.appendChild(it):s.parentNode.insertBefore(it,j?I:s),T&&U(T,0,O-T.scrollTop),nt=it.parentNode,void 0===w||Ct||(Tt=Math.abs(w-N(s)[S])),P(),L(!0)}if(r.contains(it))return L(!1)}return!1}function _(a,u){Q(a,v,f({evt:t,isOwner:h,axis:e?"vertical":"horizontal",revert:o,dragRect:i,targetRect:n,canSort:c,fromSortable:d,target:s,completed:L,onMove:function(n,o){return Xt(et,r,it,i,n,N(n),t,o)},changed:P},u))}function z(){_("dragOverAnimationCapture"),v.captureAnimationState(),v!==d&&d.captureAnimationState()}function L(i){return _("dragOverCompleted",{insertion:i}),i&&(h?l._hideClone():l._showClone(v),v!==d&&(A(it,vt?vt.options.ghostClass:l.options.ghostClass,!1),A(it,a.ghostClass,!0)),vt!==v&&v!==Ut.active?vt=v:v===Ut.active&&vt&&(vt=null),d===v&&(v._ignoreWhileAnimating=s),v.animateAll((function(){_("dragOverAnimationComplete"),v._ignoreWhileAnimating=null})),v!==d&&(d.animateAll(),d._ignoreWhileAnimating=null)),(s===it&&!it.animated||s===r&&!s.animated)&&(Et=null),a.dragoverBubble||t.rootEl||s===document||(it.parentNode[$]._isOutsideThisEl(t.target),!i&&Wt(t)),!a.dragoverBubble&&t.stopPropagation&&t.stopPropagation(),b=!0}function P(){ht=H(it),ft=H(it,a.draggable),tt({sortable:v,name:"change",toEl:r,newIndex:ht,newDraggableIndex:ft,originalEvent:t})}},_ignoreWhileAnimating:null,_offMoveEvents:function(){O(document,"mousemove",this._onTouchMove),O(document,"touchmove",this._onTouchMove),O(document,"pointermove",this._onTouchMove),O(document,"dragover",Wt),O(document,"mousemove",Wt),O(document,"touchmove",Wt)},_offUpEvents:function(){var t=this.el.ownerDocument;O(t,"mouseup",this._onDrop),O(t,"touchend",this._onDrop),O(t,"pointerup",this._onDrop),O(t,"touchcancel",this._onDrop),O(document,"selectstart",this)},_onDrop:function(t){var i=this.el,n=this.options;ht=H(it),ft=H(it,n.draggable),Q("drop",this,{evt:t}),nt=it&&it.parentNode,ht=H(it),ft=H(it,n.draggable),Ut.eventCanceled||(Mt=!1,Ct=!1,jt=!1,clearInterval(this._loopId),clearTimeout(this._dragStartTimer),qt(this.cloneId),qt(this._dragStartId),this.nativeDraggable&&(O(document,"drop",this),O(i,"dragstart",this._onDragStart)),this._offMoveEvents(),this._offUpEvents(),x&&D(document.body,"user-select",""),D(it,"transform",""),t&&(yt&&(t.cancelable&&t.preventDefault(),!n.dropBubble&&t.stopPropagation()),ot&&ot.parentNode&&ot.parentNode.removeChild(ot),(et===nt||vt&&"clone"!==vt.lastPutMode)&&at&&at.parentNode&&at.parentNode.removeChild(at),it&&(this.nativeDraggable&&O(it,"dragend",this),Yt(it),it.style["will-change"]="",yt&&!Mt&&A(it,vt?vt.options.ghostClass:this.options.ghostClass,!1),A(it,this.options.chosenClass,!1),tt({sortable:this,name:"unchoose",toEl:nt,newIndex:null,newDraggableIndex:null,originalEvent:t}),et!==nt?(ht>=0&&(tt({rootEl:nt,name:"add",toEl:nt,fromEl:et,originalEvent:t}),tt({sortable:this,name:"remove",toEl:nt,originalEvent:t}),tt({rootEl:nt,name:"sort",toEl:nt,fromEl:et,originalEvent:t}),tt({sortable:this,name:"sort",toEl:nt,originalEvent:t})),vt&&vt.save()):ht!==lt&&ht>=0&&(tt({sortable:this,name:"update",toEl:nt,originalEvent:t}),tt({sortable:this,name:"sort",toEl:nt,originalEvent:t})),Ut.active&&(null!=ht&&-1!==ht||(ht=lt,ft=ct),tt({sortable:this,name:"end",toEl:nt,originalEvent:t}),this.save())))),this._nulling()},_nulling:function(){Q("nulling",this),et=it=nt=ot=rt=at=st=ut=bt=gt=yt=ht=ft=lt=ct=Et=St=vt=dt=Ut.dragged=Ut.ghost=Ut.clone=Ut.active=null,_t.forEach((function(t){t.checked=!0})),_t.length=mt=pt=0},handleEvent:function(t){switch(t.type){case"drop":case"dragend":this._onDrop(t);break;case"dragenter":case"dragover":it&&(this._onDragOver(t),function(t){t.dataTransfer&&(t.dataTransfer.dropEffect="move"),t.cancelable&&t.preventDefault()}(t));break;case"selectstart":t.preventDefault()}},toArray:function(){for(var t,i=[],n=this.el.children,o=0,e=n.length,r=this.options;o<e;o++)k(t=n[o],r.draggable,this.el,!1)&&i.push(t.getAttribute(r.dataIdAttr)||Vt(t));return i},sort:function(t,i){var n={},o=this.el;this.toArray().forEach((function(t,i){var e=o.children[i];k(e,this.options.draggable,o,!1)&&(n[t]=e)}),this),i&&this.captureAnimationState(),t.forEach((function(t){n[t]&&(o.removeChild(n[t]),o.appendChild(n[t]))})),i&&this.animateAll()},save:function(){var t=this.options.store;t&&t.set&&t.set(this)},closest:function(t,i){return k(t,i||this.options.draggable,this.el,!1)},option:function(t,i){var n=this.options;if(void 0===i)return n[t];var o=q.modifyOption(this,t,i);n[t]=void 0!==o?o:i,"group"===t&&Ht(n)},destroy:function(){Q("destroy",this);var t=this.el;t[$]=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(),kt.splice(kt.indexOf(this.el),1),this.el=t=null},_hideClone:function(){if(!ut){if(Q("hideClone",this),Ut.eventCanceled)return;D(at,"display","none"),this.options.removeCloneOnHide&&at.parentNode&&at.parentNode.removeChild(at),ut=!0}},_showClone:function(t){if("clone"===t.lastPutMode){if(ut){if(Q("showClone",this),Ut.eventCanceled)return;it.parentNode!=et||this.options.group.revertClone?rt?et.insertBefore(at,rt):et.appendChild(at):et.insertBefore(at,it),this.options.group.revertClone&&this.animate(it,at),D(at,"display",""),ut=!1}}else this._hideClone()}},zt&&T(document,"touchmove",(function(t){(Ut.active||Mt)&&t.cancelable&&t.preventDefault()})),Ut.utils={on:T,off:O,css:D,find:z,is:function(t,i){return!!k(t,i,t,!1)},extend:function(t,i){if(t&&i)for(var n in i)i.hasOwnProperty(n)&&(t[n]=i[n]);return t},throttle:K,closest:k,toggleClass:A,clone:X,index:H,nextTick:Zt,cancelNextTick:qt,detectDirection:Bt,getChild:F},Ut.get=function(t){return t[$]},Ut.mount=function(){for(var t=arguments.length,i=new Array(t),n=0;n<t;n++)i[n]=arguments[n];i[0].constructor===Array&&(i=i[0]),i.forEach((function(t){if(!t.prototype||!t.prototype.constructor)throw"Sortable: Mounted plugin must be a constructor function, not ".concat({}.toString.call(t));t.utils&&(Ut.utils=f(f({},Ut.utils),t.utils)),q.mount(t)}))},Ut.create=function(t,i){return new Ut(t,i)},Ut.version="1.15.2";var Jt,Qt,ti,ii,ni,oi,ei=[],ri=!1;function si(){ei.forEach((function(t){clearInterval(t.pid)})),ei=[]}function ai(){clearInterval(oi)}var ui=K((function(t,i,n,o){if(i.scroll){var e,r=(t.touches?t.touches[0]:t).clientX,s=(t.touches?t.touches[0]:t).clientY,a=i.scrollSensitivity,u=i.scrollSpeed,l=L(),h=!1;Qt!==n&&(Qt=n,si(),e=i.scrollFn,!0===(Jt=i.scroll)&&(Jt=G(n,!0)));var c=0,f=Jt;do{var d=f,v=N(d),b=v.top,g=v.bottom,m=v.left,p=v.right,w=v.width,x=v.height,y=void 0,E=void 0,S=d.scrollWidth,T=d.scrollHeight,O=D(d),M=d.scrollLeft,I=d.scrollTop;d===l?(y=w<S&&("auto"===O.overflowX||"scroll"===O.overflowX||"visible"===O.overflowX),E=x<T&&("auto"===O.overflowY||"scroll"===O.overflowY||"visible"===O.overflowY)):(y=w<S&&("auto"===O.overflowX||"scroll"===O.overflowX),E=x<T&&("auto"===O.overflowY||"scroll"===O.overflowY));var k=y&&(Math.abs(p-r)<=a&&M+w<S)-(Math.abs(m-r)<=a&&!!M),j=E&&(Math.abs(g-s)<=a&&I+x<T)-(Math.abs(b-s)<=a&&!!I);if(!ei[c])for(var C=0;C<=c;C++)ei[C]||(ei[C]={});ei[c].vx==k&&ei[c].vy==j&&ei[c].el===d||(ei[c].el=d,ei[c].vx=k,ei[c].vy=j,clearInterval(ei[c].pid),0==k&&0==j||(h=!0,ei[c].pid=setInterval(function(){o&&0===this.layer&&Ut.active._onTouchMove(ni);var i=ei[this.layer].vy?ei[this.layer].vy*u:0,n=ei[this.layer].vx?ei[this.layer].vx*u:0;"function"==typeof e&&"continue"!==e.call(Ut.dragged.parentNode[$],n,i,t,ni,ei[this.layer].el)||U(ei[this.layer].el,n,i)}.bind({layer:c}),24))),c++}while(i.bubbleScroll&&f!==l&&(f=G(f,!1)));ri=h}}),30),li=function(t){var i=t.originalEvent,n=t.putSortable,o=t.dragEl,e=t.dispatchSortableEvent,r=t.unhideGhostForTarget;if(i){var s=n||t.activeSortable;(0,t.hideGhostForTarget)();var a=i.changedTouches&&i.changedTouches.length?i.changedTouches[0]:i,u=document.elementFromPoint(a.clientX,a.clientY);r(),s&&!s.el.contains(u)&&(e("spill"),this.onSpill({dragEl:o,putSortable:n}))}};function hi(){}function ci(){}hi.prototype={startIndex:null,dragStart:function(t){this.startIndex=t.oldDraggableIndex},onSpill:function(t){var i=t.dragEl,n=t.putSortable;this.sortable.captureAnimationState(),n&&n.captureAnimationState();var o=F(this.sortable.el,this.startIndex,this.options);o?this.sortable.el.insertBefore(i,o):this.sortable.el.appendChild(i),this.sortable.animateAll(),n&&n.animateAll()},drop:li},b(hi,{pluginName:"revertOnSpill"}),ci.prototype={onSpill:function(t){var i=t.dragEl,n=t.putSortable||this.sortable;n.captureAnimationState(),i.parentNode&&i.parentNode.removeChild(i),n.animateAll()},drop:li},b(ci,{pluginName:"removeOnSpill"}),Ut.mount(new function(){function t(){for(var t in this.defaults={scroll:!0,forceAutoScrollFallback:!1,scrollSensitivity:30,scrollSpeed:10,bubbleScroll:!0},this)"_"===t.charAt(0)&&"function"==typeof this[t]&&(this[t]=this[t].bind(this))}return t.prototype={dragStarted:function(t){var i=t.originalEvent;this.sortable.nativeDraggable?T(document,"dragover",this._handleAutoScroll):T(document,this.options.supportPointer?"pointermove":i.touches?"touchmove":"mousemove",this._handleFallbackAutoScroll)},dragOverCompleted:function(t){var i=t.originalEvent;this.options.dragOverBubble||i.rootEl||this._handleAutoScroll(i)},drop:function(){this.sortable.nativeDraggable?O(document,"dragover",this._handleAutoScroll):(O(document,"pointermove",this._handleFallbackAutoScroll),O(document,"touchmove",this._handleFallbackAutoScroll),O(document,"mousemove",this._handleFallbackAutoScroll)),ai(),si(),clearTimeout(j),j=void 0},nulling:function(){ni=Qt=Jt=ri=oi=ti=ii=null,ei.length=0},_handleFallbackAutoScroll:function(t){this._handleAutoScroll(t,!0)},_handleAutoScroll:function(t,i){var n=this,o=(t.touches?t.touches[0]:t).clientX,e=(t.touches?t.touches[0]:t).clientY,r=document.elementFromPoint(o,e);if(ni=t,i||this.options.forceAutoScrollFallback||p||m||x){ui(t,this.options,r,i);var s=G(r,!0);!ri||oi&&o===ti&&e===ii||(oi&&ai(),oi=setInterval((function(){var r=G(document.elementFromPoint(o,e),!0);r!==s&&(s=r,si()),ui(t,n.options,r,i)}),10),ti=o,ii=e)}else{if(!this.options.bubbleScroll||G(r,!0)===L())return void si();ui(t,this.options,G(r,!1),!1)}}},b(t,{pluginName:"scroll",initializeByDefault:!0})}),Ut.mount(ci,hi);const fi=class{constructor(n){t(this,n),this.newTab=i(this,"newTab",7),this.sortChanged=i(this,"sortChanged",7),this.showNewTabButton=!0,this.tabLimit=1/0,this.allowSort=!0,this.focused=0,this.disableAddTabButton=!1,this.tabTriggers=void 0,this.hasScrollbar=!1,this.keyboardSort=!1,this.initialSortIndex=0,this.sortTarget=void 0,this.ariaLiveAlert=""}onFocusin(t){this.allowSort&&a(".gux-tablist",t)&&!this.keyboardSort&&(this.ariaLiveAlert="toggleSort")}onFocusout(t){this.root.querySelector(".gux-tablist").contains(t.relatedTarget)||this.tabTriggers.forEach(((t,i)=>{t.guxGetActive().then((n=>{n?this.focused=i:(t.querySelector(".gux-tab-button").setAttribute("tabindex","-1"),t.querySelector(".gux-tab-options-button")&&t.querySelector(".gux-tab-options-button").setAttribute("tabindex","-1"))}))}))}watchAllowSort(t){t?this.validateSortableInstance():this.destroySortable()}onMutation(){this.setTabTriggers()}onKeydown(t){switch(t.key){case"ArrowRight":case"ArrowDown":if(t.preventDefault(),this.keyboardSort&&!a(".gux-tab-options-button",t)){this.ariaLiveAlert="";const t=this.root.querySelector(".gux-tablist"),i=t.querySelectorAll("gux-tab-advanced"),n=Array.prototype.indexOf.call(i,this.sortTarget);let o;o=n===i.length-1?i[0]:i[n+2],t.insertBefore(this.sortTarget,o),this.tabTriggers=this.root.querySelectorAll("gux-tab-advanced"),this.tabTriggers.forEach(((t,i)=>{var n;t.tabId===(null===(n=this.sortTarget)||void 0===n?void 0:n.getAttribute("tab-id"))&&(this.focused=i)})),this.focusTab(this.focused)}else a(".gux-tab-options-button",t)||a(".gux-dropdown-option-container",t)||this.handleKeyboardScroll("forward");break;case"ArrowLeft":case"ArrowUp":if(t.preventDefault(),this.keyboardSort&&!a(".gux-tab-options-button",t)){this.ariaLiveAlert="";const t=this.root.querySelector(".gux-tablist"),i=t.querySelectorAll("gux-tab-advanced"),n=Array.prototype.indexOf.call(i,this.sortTarget);t.insertBefore(this.sortTarget,i[n-1]||null),this.tabTriggers=this.root.querySelectorAll("gux-tab-advanced"),this.tabTriggers.forEach(((t,i)=>{var n;t.tabId===(null===(n=this.sortTarget)||void 0===n?void 0:n.getAttribute("tab-id"))&&(this.focused=i)})),this.focusTab(this.focused)}else a(".gux-tab-options-button",t)||a(".gux-dropdown-option-container",t)||this.handleKeyboardScroll("backward");break;case"Escape":t.preventDefault(),this.keyboardSort&&this.allowSort&&(this.keyboardSort=!1,this.ariaLiveAlert="sortCancelled",this.root.querySelector(".gux-tablist").insertBefore(this.sortTarget,this.tabTriggers[this.initialSortIndex]||null)),this.tabTriggers=this.root.querySelectorAll("gux-tab-advanced"),this.tabTriggers.forEach(((t,i)=>{var n;t.tabId===(null===(n=this.sortTarget)||void 0===n?void 0:n.getAttribute("tab-id"))&&(this.focused=i)})),this.focusTab(this.initialSortIndex),u((()=>{this.focusTab(this.initialSortIndex)}));break;case"Enter":this.keyboardSort&&(t.preventDefault(),this.keyboardSort=!1,this.ariaLiveAlert="sortComplete",this.tabTriggers=this.root.querySelectorAll("gux-tab-advanced"),this.tabTriggers.forEach(((t,i)=>{var n;t.tabId===(null===(n=this.sortTarget)||void 0===n?void 0:n.getAttribute("tab-id"))&&(this.focused=i)})),this.emitSortChanged());break;case"Tab":this.keyboardSort&&(this.keyboardSort=!1,this.ariaLiveAlert="sortCancelled");break;case"Home":t.preventDefault(),this.focusTab(0);break;case"End":t.preventDefault(),this.focusTab(this.tabTriggers.length-1)}}onKeyup(t){" "===t.key&&a(".gux-tab",t)&&!a(".gux-tab-options-button",t)&&!a("gux-popover-list",t)&&this.allowSort&&(t.preventDefault(),!0===this.keyboardSort?(this.keyboardSort=!1,this.ariaLiveAlert="sortComplete",this.tabTriggers=this.root.querySelectorAll("gux-tab-advanced"),this.tabTriggers.forEach(((t,i)=>{var n;t.tabId===(null===(n=this.sortTarget)||void 0===n?void 0:n.getAttribute("tab-id"))&&(this.focused=i)})),this.focusTab(this.focused),this.emitSortChanged()):(this.keyboardSort=!0,this.sortTarget=t.target.closest("gux-tab-advanced"),this.tabTriggers.forEach(((t,i)=>{var n;t.tabId===(null===(n=this.sortTarget)||void 0===n?void 0:n.getAttribute("tab-id"))&&(this.initialSortIndex=i)})),this.ariaLiveAlert="sortModeOn"))}async guxSetActive(t){this.tabTriggers.forEach(((i,n)=>{const o=i.tabId===t;i.guxSetActive(o),o&&(this.focused=n)}))}focusTab(t){this.focused=t,this.tabTriggers.forEach(((t,i)=>{t.guxGetActive().then((n=>{this.focused===i||n||(t.querySelector(".gux-tab-button").setAttribute("tabindex","-1"),t.querySelector(".gux-tab-options-button")&&t.querySelector(".gux-tab-options-button").setAttribute("tabindex","-1"))}))})),this.tabTriggers[this.focused].querySelector("button").setAttribute("tabindex","0"),this.tabTriggers[this.focused].querySelector(".gux-tab-options-button")&&this.tabTriggers[this.focused].querySelector(".gux-tab-options-button").setAttribute("tabindex","0"),this.tabTriggers[this.focused].guxFocus()}setTabTriggers(){this.tabTriggers=this.root.querySelectorAll("gux-tab-advanced"),this.triggerIds=this.tabTriggers?Array.from(this.tabTriggers).map((t=>`gux-${t.getAttribute("tab-id")}-tab`)).join(" "):""}createSortable(){this.sortableInstance=new Ut(this.root.querySelector(".gux-tablist"),{animation:250,draggable:"gux-tab-advanced",filter:".ignore-sort",onMove:t=>!t.related.classList.contains("ignore-sort"),onUpdate:()=>{this.emitSortChanged()}})}destroySortable(){this.sortableInstance&&(this.sortableInstance.destroy(),this.sortableInstance=null)}emitSortChanged(){const t=Array.from(this.root.querySelectorAll("gux-tab-advanced")).map((t=>t.tabId));this.sortChanged.emit(t)}checkForScrollbarHideOrShow(){n((()=>{const t=this.root.querySelector(".gux-scrollable-section"),i=t.clientWidth<t.scrollWidth;i!==this.hasScrollbar&&(this.hasScrollbar=i)}))}handleKeyboardScroll(t){"forward"===t?this.focused<this.tabTriggers.length-1?(this.hasScrollbar&&this.scrollRight(),this.focusTab(this.focused+1)):(this.hasScrollbar&&this.scrollToStart(),this.focusTab(0)):"backward"===t&&(this.focused>0?(this.hasScrollbar&&this.scrollLeft(),this.focusTab(this.focused-1)):(this.hasScrollbar&&this.scrollToEnd(),this.focusTab(this.tabTriggers.length-1)))}disconnectedCallback(){this.sortableInstance&&this.destroySortable(),this.resizeObserver&&this.resizeObserver.unobserve(this.root.querySelector(".gux-tab-container")),this.domObserver&&this.domObserver.disconnect()}async componentWillLoad(){this.setTabTriggers(),this.i18n=await l(this.root,h,"gux-tabs-advanced")}validateSortableInstance(){this.allowSort&&!this.sortableInstance&&this.createSortable()}componentDidLoad(){this.validateSortableInstance(),!this.resizeObserver&&window.ResizeObserver&&(this.resizeObserver=new ResizeObserver((()=>this.checkForScrollbarHideOrShow()))),this.resizeObserver&&this.resizeObserver.observe(this.root.querySelector(".gux-scrollable-section")),!this.domObserver&&window.MutationObserver&&(this.domObserver=new MutationObserver((()=>this.checkForScrollbarHideOrShow()))),this.domObserver&&this.domObserver.observe(this.root,{childList:!0,attributes:!1,subtree:!0}),u((()=>{this.checkForScrollbarHideOrShow()}),500)}scrollLeft(){o((()=>{var t;this.root.querySelector(".gux-scrollable-section").scrollBy(-(null===(t=this.root.querySelector("gux-tab-advanced"))||void 0===t?void 0:t.scrollWidth),0)}))}scrollRight(){o((()=>{var t;this.root.querySelector(".gux-scrollable-section").scrollBy(null===(t=this.root.querySelector("gux-tab-advanced"))||void 0===t?void 0:t.scrollWidth,0)}))}scrollToStart(){const t=this.root.querySelector(".gux-scrollable-section");o((()=>{null==t||t.scrollBy(-(null==t?void 0:t.scrollWidth),0)}))}scrollToEnd(){const t=this.root.querySelector(".gux-scrollable-section");o((()=>{t.scrollBy(null==t?void 0:t.scrollWidth,0)}))}componentWillRender(){const t=Array.from(this.root.querySelectorAll("gux-tab-advanced"));this.disableAddTabButton=t.length>=this.tabLimit}render(){return[this.renderAlert(),e("div",{class:"gux-tab-container"},this.renderScrollButton("scrollLeft"),e("div",{class:"gux-scrollable-section"},e("div",{class:"gux-tablist",role:"tablist","data-gux-tab-sorting":this.keyboardSort,"aria-owns":this.triggerIds},e("slot",null)),this.renderAddButton()),this.renderScrollButton("scrollRight"))]}renderAlert(){return e("div",{class:"gux-sr-only gux-aria-live-region","aria-live":"polite"},this.ariaLiveAlert?this.i18n(this.ariaLiveAlert):"")}renderAddButton(){return e("div",null,this.showNewTabButton?e("gux-button-slot",{class:"gux-add-button",accent:"ghost"},e("button",{onClick:()=>this.newTab.emit(),disabled:this.disableAddTabButton},e("slot",{name:"add-tab"},e("gux-icon",{"icon-name":"add","screenreader-text":this.disableAddTabButton?this.i18n("disableNewTab"):this.root.querySelector('[slot="add-tab"]')?this.root.querySelector('[slot="add-tab"]').textContent.trim():this.i18n("createNewTab")})))):null)}renderScrollButton(t){return e("div",null,this.hasScrollbar?e("gux-button-slot",{class:"gux-scroll-button",accent:"ghost"},e("button",{tabindex:"-1",onDragOver:()=>this.getScrollDirection(t),onClick:()=>this.getScrollDirection(t)},e("gux-icon",{"icon-name":this.getChevronIconName(t),"screenreader-text":this.i18n(t)}))):null)}getScrollDirection(t){switch(t){case"scrollLeft":this.scrollLeft();break;case"scrollRight":this.scrollRight()}}getChevronIconName(t){switch(t){case"scrollLeft":return"chevron-left";case"scrollRight":return"chevron-right"}}get root(){return r(this)}static get watchers(){return{allowSort:["watchAllowSort"]}}};(function(t,i,n,o){var e,r=arguments.length,s=r<3?i:null===o?o=Object.getOwnPropertyDescriptor(i,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,i,n,o);else for(var a=t.length-1;a>=0;a--)(e=t[a])&&(s=(r<3?e(s):r>3?e(i,n,s):e(i,n))||s);r>3&&s&&Object.defineProperty(i,n,s)})([s({childList:!0,subtree:!0})],fi.prototype,"onMutation",null),fi.style=".gux-tab-container{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:flex-start;width:100%;margin-bottom:16px;background-color:var(--gse-ui-advancedTabs-set-backgroundColor)}.gux-tab-container .gux-scrollable-section{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:flex-start;width:100%;overflow-x:auto;border-bottom:1px solid var(--gse-ui-advancedTabs-divider-dividerColor);scroll-behavior:smooth;scrollbar-width:none}.gux-tab-container .gux-scrollable-section::-webkit-scrollbar{height:0}.gux-tab-container .gux-scrollable-section .gux-tablist{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:flex-start}.gux-sr-only{position:absolute;top:auto;left:-10000px;width:1px;height:1px;overflow:hidden}";export{fi as gux_tab_advanced_list}
7
+ */function c(t,i){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var e=Object.getOwnPropertySymbols(t);i&&(e=e.filter((function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable}))),n.push.apply(n,e)}return n}function f(t){for(var i=1;i<arguments.length;i++){var n=null!=arguments[i]?arguments[i]:{};i%2?c(Object(n),!0).forEach((function(i){v(t,i,n[i])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):c(Object(n)).forEach((function(i){Object.defineProperty(t,i,Object.getOwnPropertyDescriptor(n,i))}))}return t}function d(t){return d="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},d(t)}function v(t,i,n){return i in t?Object.defineProperty(t,i,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[i]=n,t}function b(){return b=Object.assign||function(t){for(var i=1;i<arguments.length;i++){var n=arguments[i];for(var e in n)Object.prototype.hasOwnProperty.call(n,e)&&(t[e]=n[e])}return t},b.apply(this,arguments)}function g(t){if("undefined"!=typeof window&&window.navigator)return!!navigator.userAgent.match(t)}var m=g(/(?:Trident.*rv[ :]?11\.|msie|iemobile|Windows Phone)/i),p=g(/Edge/i),w=g(/firefox/i),x=g(/safari/i)&&!g(/chrome/i)&&!g(/android/i),y=g(/iP(ad|od|hone)/i),E=g(/chrome/i)&&g(/android/i),S={capture:!1,passive:!1};function T(t,i,n){t.addEventListener(i,n,!m&&S)}function O(t,i,n){t.removeEventListener(i,n,!m&&S)}function M(t,i){if(i){if(">"===i[0]&&(i=i.substring(1)),t)try{if(t.matches)return t.matches(i);if(t.msMatchesSelector)return t.msMatchesSelector(i);if(t.webkitMatchesSelector)return t.webkitMatchesSelector(i)}catch(t){return!1}return!1}}function k(t){return t.host&&t!==document&&t.host.nodeType?t.host:t.parentNode}function I(t,i,n,e){if(t){n=n||document;do{if(null!=i&&(">"===i[0]?t.parentNode===n&&M(t,i):M(t,i))||e&&t===n)return t;if(t===n)break}while(t=k(t))}return null}var j,C=/\s+/g;function A(t,i,n){if(t&&i)if(t.classList)t.classList[n?"add":"remove"](i);else{var e=(" "+t.className+" ").replace(C," ").replace(" "+i+" "," ");t.className=(e+(n?" "+i:"")).replace(C," ")}}function D(t,i,n){var e=t&&t.style;if(e){if(void 0===n)return document.defaultView&&document.defaultView.getComputedStyle?n=document.defaultView.getComputedStyle(t,""):t.currentStyle&&(n=t.currentStyle),void 0===i?n:n[i];i in e||-1!==i.indexOf("webkit")||(i="-webkit-"+i),e[i]=n+("string"==typeof n?"":"px")}}function _(t,i){var n="";if("string"==typeof t)n=t;else do{var e=D(t,"transform");e&&"none"!==e&&(n=e+" "+n)}while(!i&&(t=t.parentNode));var o=window.DOMMatrix||window.WebKitCSSMatrix||window.CSSMatrix||window.MSCSSMatrix;return o&&new o(n)}function z(t,i,n){if(t){var e=t.getElementsByTagName(i),o=0,r=e.length;if(n)for(;o<r;o++)n(e[o],o);return e}return[]}function L(){return document.scrollingElement||document.documentElement}function N(t,i,n,e,o){if(t.getBoundingClientRect||t===window){var r,s,a,u,l,h,c;if(t!==window&&t.parentNode&&t!==L()?(s=(r=t.getBoundingClientRect()).top,a=r.left,u=r.bottom,l=r.right,h=r.height,c=r.width):(s=0,a=0,u=window.innerHeight,l=window.innerWidth,h=window.innerHeight,c=window.innerWidth),(i||n)&&t!==window&&(o=o||t.parentNode,!m))do{if(o&&o.getBoundingClientRect&&("none"!==D(o,"transform")||n&&"static"!==D(o,"position"))){var f=o.getBoundingClientRect();s-=f.top+parseInt(D(o,"border-top-width")),a-=f.left+parseInt(D(o,"border-left-width")),u=s+r.height,l=a+r.width;break}}while(o=o.parentNode);if(e&&t!==window){var d=_(o||t),v=d&&d.a,b=d&&d.d;d&&(u=(s/=b)+(h/=b),l=(a/=v)+(c/=v))}return{top:s,left:a,bottom:u,right:l,width:c,height:h}}}function R(t,i,n){for(var e=G(t,!0),o=N(t)[i];e;){var r=N(e)[n];if(!("top"===n||"left"===n?o>=r:o<=r))return e;if(e===L())break;e=G(e,!1)}return!1}function F(t,i,n,e){for(var o=0,r=0,s=t.children;r<s.length;){if("none"!==s[r].style.display&&s[r]!==Ut.ghost&&(e||s[r]!==Ut.dragged)&&I(s[r],n.draggable,t,!1)){if(o===i)return s[r];o++}r++}return null}function B(t,i){for(var n=t.lastElementChild;n&&(n===Ut.ghost||"none"===D(n,"display")||i&&!M(n,i));)n=n.previousElementSibling;return n||null}function H(t,i){var n=0;if(!t||!t.parentNode)return-1;for(;t=t.previousElementSibling;)"TEMPLATE"===t.nodeName.toUpperCase()||t===Ut.clone||i&&!M(t,i)||n++;return n}function P(t){var i=0,n=0,e=L();if(t)do{var o=_(t);i+=t.scrollLeft*o.a,n+=t.scrollTop*o.d}while(t!==e&&(t=t.parentNode));return[i,n]}function G(t,i){if(!t||!t.getBoundingClientRect)return L();var n=t,e=!1;do{if(n.clientWidth<n.scrollWidth||n.clientHeight<n.scrollHeight){var o=D(n);if(n.clientWidth<n.scrollWidth&&("auto"==o.overflowX||"scroll"==o.overflowX)||n.clientHeight<n.scrollHeight&&("auto"==o.overflowY||"scroll"==o.overflowY)){if(!n.getBoundingClientRect||n===document.body)return L();if(e||i)return n;e=!0}}}while(n=n.parentNode);return L()}function W(t,i){return Math.round(t.top)===Math.round(i.top)&&Math.round(t.left)===Math.round(i.left)&&Math.round(t.height)===Math.round(i.height)&&Math.round(t.width)===Math.round(i.width)}function K(t,i){return function(){if(!j){var n=arguments;1===n.length?t.call(this,n[0]):t.apply(this,n),j=setTimeout((function(){j=void 0}),i)}}}function U(t,i,n){t.scrollLeft+=i,t.scrollTop+=n}function X(t){var i=window.Polymer,n=window.jQuery||window.Zepto;return i&&i.dom?i.dom(t).cloneNode(!0):n?n(t).clone(!0)[0]:t.cloneNode(!0)}function Y(t,i,n){var e={};return Array.from(t.children).forEach((function(o){var r,s,a,u;if(I(o,i.draggable,t,!1)&&!o.animated&&o!==n){var l=N(o);e.left=Math.min(null!==(r=e.left)&&void 0!==r?r:1/0,l.left),e.top=Math.min(null!==(s=e.top)&&void 0!==s?s:1/0,l.top),e.right=Math.max(null!==(a=e.right)&&void 0!==a?a:-1/0,l.right),e.bottom=Math.max(null!==(u=e.bottom)&&void 0!==u?u:-1/0,l.bottom)}})),e.width=e.right-e.left,e.height=e.bottom-e.top,e.x=e.left,e.y=e.top,e}var $="Sortable"+(new Date).getTime();var V=[],Z={initializeByDefault:!0},q={mount:function(t){for(var i in Z)Z.hasOwnProperty(i)&&!(i in t)&&(t[i]=Z[i]);V.forEach((function(i){if(i.pluginName===t.pluginName)throw"Sortable: Cannot mount plugin ".concat(t.pluginName," more than once")})),V.push(t)},pluginEvent:function(t,i,n){var e=this;this.eventCanceled=!1,n.cancel=function(){e.eventCanceled=!0};var o=t+"Global";V.forEach((function(e){i[e.pluginName]&&(i[e.pluginName][o]&&i[e.pluginName][o](f({sortable:i},n)),i.options[e.pluginName]&&i[e.pluginName][t]&&i[e.pluginName][t](f({sortable:i},n)))}))},initializePlugins:function(t,i,n){for(var e in V.forEach((function(e){var o=e.pluginName;if(t.options[o]||e.initializeByDefault){var r=new e(t,i,t.options);r.sortable=t,r.options=t.options,t[o]=r,b(n,r.defaults)}})),t.options)if(t.options.hasOwnProperty(e)){var o=this.modifyOption(t,e,t.options[e]);void 0!==o&&(t.options[e]=o)}},getEventProperties:function(t,i){var n={};return V.forEach((function(e){"function"==typeof e.eventProperties&&b(n,e.eventProperties.call(i[e.pluginName],t))})),n},modifyOption:function(t,i,n){var e;return V.forEach((function(o){t[o.pluginName]&&o.optionListeners&&"function"==typeof o.optionListeners[i]&&(e=o.optionListeners[i].call(t[o.pluginName],n))})),e}},J=["evt"],Q=function(t,i){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},e=n.evt,o=function(t,i){if(null==t)return{};var n,e,o=function(t,i){if(null==t)return{};var n,e,o={},r=Object.keys(t);for(e=0;e<r.length;e++)i.indexOf(n=r[e])>=0||(o[n]=t[n]);return o}(t,i);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);for(e=0;e<r.length;e++)i.indexOf(n=r[e])>=0||Object.prototype.propertyIsEnumerable.call(t,n)&&(o[n]=t[n])}return o}(n,J);q.pluginEvent.bind(Ut)(t,i,f({dragEl:it,parentEl:nt,ghostEl:et,rootEl:ot,nextEl:rt,lastDownEl:st,cloneEl:at,cloneHidden:ut,dragStarted:yt,putSortable:vt,activeSortable:Ut.active,originalEvent:e,oldIndex:lt,oldDraggableIndex:ct,newIndex:ht,newDraggableIndex:ft,hideGhostForTarget:Pt,unhideGhostForTarget:Gt,cloneNowHidden:function(){ut=!0},cloneNowShown:function(){ut=!1},dispatchSortableEvent:function(t){tt({sortable:i,name:t,originalEvent:e})}},o))};function tt(t){!function(t){var i=t.sortable,n=t.rootEl,e=t.name,o=t.targetEl,r=t.cloneEl,s=t.toEl,a=t.fromEl,u=t.oldIndex,l=t.newIndex,h=t.oldDraggableIndex,c=t.newDraggableIndex,d=t.originalEvent,v=t.putSortable,b=t.extraEventProperties;if(i=i||n&&n[$]){var g,w=i.options,x="on"+e.charAt(0).toUpperCase()+e.substr(1);!window.CustomEvent||m||p?(g=document.createEvent("Event")).initEvent(e,!0,!0):g=new CustomEvent(e,{bubbles:!0,cancelable:!0}),g.to=s||n,g.from=a||n,g.item=o||n,g.clone=r,g.oldIndex=u,g.newIndex=l,g.oldDraggableIndex=h,g.newDraggableIndex=c,g.originalEvent=d,g.pullMode=v?v.lastPutMode:void 0;var y=f(f({},b),q.getEventProperties(e,i));for(var E in y)g[E]=y[E];n&&n.dispatchEvent(g),w[x]&&w[x].call(i,g)}}(f({putSortable:vt,cloneEl:at,targetEl:it,rootEl:ot,oldIndex:lt,oldDraggableIndex:ct,newIndex:ht,newDraggableIndex:ft},t))}var it,nt,et,ot,rt,st,at,ut,lt,ht,ct,ft,dt,vt,bt,gt,mt,pt,wt,xt,yt,Et,St,Tt,Ot,Mt=!1,kt=!1,It=[],jt=!1,Ct=!1,At=[],Dt=!1,_t=[],zt="undefined"!=typeof document,Lt=y,Nt=p||m?"cssFloat":"float",Rt=zt&&!E&&!y&&"draggable"in document.createElement("div"),Ft=function(){if(zt){if(m)return!1;var t=document.createElement("x");return t.style.cssText="pointer-events:auto","auto"===t.style.pointerEvents}}(),Bt=function(t,i){var n=D(t),e=parseInt(n.width)-parseInt(n.paddingLeft)-parseInt(n.paddingRight)-parseInt(n.borderLeftWidth)-parseInt(n.borderRightWidth),o=F(t,0,i),r=F(t,1,i),s=o&&D(o),a=r&&D(r),u=s&&parseInt(s.marginLeft)+parseInt(s.marginRight)+N(o).width,l=a&&parseInt(a.marginLeft)+parseInt(a.marginRight)+N(r).width;return"flex"===n.display?"column"===n.flexDirection||"column-reverse"===n.flexDirection?"vertical":"horizontal":"grid"===n.display?n.gridTemplateColumns.split(" ").length<=1?"vertical":"horizontal":o&&s.float&&"none"!==s.float?!r||"both"!==a.clear&&a.clear!==("left"===s.float?"left":"right")?"horizontal":"vertical":o&&("block"===s.display||"flex"===s.display||"table"===s.display||"grid"===s.display||u>=e&&"none"===n[Nt]||r&&"none"===n[Nt]&&u+l>e)?"vertical":"horizontal"},Ht=function(t){function i(t,n){return function(e,o,r,s){if(null==t&&(n||e.options.group.name&&o.options.group.name&&e.options.group.name===o.options.group.name))return!0;if(null==t||!1===t)return!1;if(n&&"clone"===t)return t;if("function"==typeof t)return i(t(e,o,r,s),n)(e,o,r,s);var a=(n?e:o).options.group.name;return!0===t||"string"==typeof t&&t===a||t.join&&t.indexOf(a)>-1}}var n={},e=t.group;e&&"object"==d(e)||(e={name:e}),n.name=e.name,n.checkPull=i(e.pull,!0),n.checkPut=i(e.put),n.revertClone=e.revertClone,t.group=n},Pt=function(){!Ft&&et&&D(et,"display","none")},Gt=function(){!Ft&&et&&D(et,"display","")};zt&&!E&&document.addEventListener("click",(function(t){if(kt)return t.preventDefault(),t.stopPropagation&&t.stopPropagation(),t.stopImmediatePropagation&&t.stopImmediatePropagation(),kt=!1,!1}),!0);var Wt=function(t){if(it){var i=(o=(t=t.touches?t.touches[0]:t).clientX,r=t.clientY,It.some((function(t){var i=t[$].options.emptyInsertThreshold;if(i&&!B(t)){var n=N(t);return o>=n.left-i&&o<=n.right+i&&r>=n.top-i&&r<=n.bottom+i?s=t:void 0}})),s);if(i){var n={};for(var e in t)t.hasOwnProperty(e)&&(n[e]=t[e]);n.target=n.rootEl=i,n.preventDefault=void 0,n.stopPropagation=void 0,i[$]._onDragOver(n)}}var o,r,s},Kt=function(t){it&&it.parentNode[$]._isOutsideThisEl(t.target)};function Ut(t,i){if(!t||!t.nodeType||1!==t.nodeType)throw"Sortable: `el` must be an HTMLElement, not ".concat({}.toString.call(t));this.el=t,this.options=i=b({},i),t[$]=this;var n,e,o={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 Bt(t,this.options)},ghostClass:"sortable-ghost",chosenClass:"sortable-chosen",dragClass:"sortable-drag",ignore:"a, img",filter:null,preventOnFilter:!0,animation:0,easing:null,setData:function(t,i){t.setData("Text",i.textContent)},dropBubble:!1,dragoverBubble:!1,dataIdAttr:"data-id",delay:0,delayOnTouchOnly:!1,touchStartThreshold:(Number.parseInt?Number:window).parseInt(window.devicePixelRatio,10)||1,forceFallback:!1,fallbackClass:"sortable-fallback",fallbackOnBody:!1,fallbackTolerance:0,fallbackOffset:{x:0,y:0},supportPointer:!1!==Ut.supportPointer&&"PointerEvent"in window&&!x,emptyInsertThreshold:5};for(var r in q.initializePlugins(this,t,o),o)!(r in i)&&(i[r]=o[r]);for(var s in Ht(i),this)"_"===s.charAt(0)&&"function"==typeof this[s]&&(this[s]=this[s].bind(this));this.nativeDraggable=!i.forceFallback&&Rt,this.nativeDraggable&&(this.options.touchStartThreshold=1),i.supportPointer?T(t,"pointerdown",this._onTapStart):(T(t,"mousedown",this._onTapStart),T(t,"touchstart",this._onTapStart)),this.nativeDraggable&&(T(t,"dragover",this),T(t,"dragenter",this)),It.push(this.el),i.store&&i.store.get&&this.sort(i.store.get(this)||[]),b(this,(e=[],{captureAnimationState:function(){e=[],this.options.animation&&[].slice.call(this.el.children).forEach((function(t){if("none"!==D(t,"display")&&t!==Ut.ghost){e.push({target:t,rect:N(t)});var i=f({},e[e.length-1].rect);if(t.thisAnimationDuration){var n=_(t,!0);n&&(i.top-=n.f,i.left-=n.e)}t.fromRect=i}}))},addAnimationState:function(t){e.push(t)},removeAnimationState:function(t){e.splice(function(t,i){for(var n in t)if(t.hasOwnProperty(n))for(var e in i)if(i.hasOwnProperty(e)&&i[e]===t[n][e])return Number(n);return-1}(e,{target:t}),1)},animateAll:function(t){var i=this;if(!this.options.animation)return clearTimeout(n),void("function"==typeof t&&t());var o=!1,r=0;e.forEach((function(t){var n=0,e=t.target,s=e.fromRect,a=N(e),u=e.prevFromRect,l=e.prevToRect,h=t.rect,c=_(e,!0);c&&(a.top-=c.f,a.left-=c.e),e.toRect=a,e.thisAnimationDuration&&W(u,a)&&!W(s,a)&&(h.top-a.top)/(h.left-a.left)==(s.top-a.top)/(s.left-a.left)&&(n=function(t,i,n,e){return Math.sqrt(Math.pow(i.top-t.top,2)+Math.pow(i.left-t.left,2))/Math.sqrt(Math.pow(i.top-n.top,2)+Math.pow(i.left-n.left,2))*e.animation}(h,u,l,i.options)),W(a,s)||(e.prevFromRect=s,e.prevToRect=a,n||(n=i.options.animation),i.animate(e,h,a,n)),n&&(o=!0,r=Math.max(r,n),clearTimeout(e.animationResetTimer),e.animationResetTimer=setTimeout((function(){e.animationTime=0,e.prevFromRect=null,e.fromRect=null,e.prevToRect=null,e.thisAnimationDuration=null}),n),e.thisAnimationDuration=n)})),clearTimeout(n),o?n=setTimeout((function(){"function"==typeof t&&t()}),r):"function"==typeof t&&t(),e=[]},animate:function(t,i,n,e){if(e){D(t,"transition",""),D(t,"transform","");var o=_(this.el),r=(i.left-n.left)/(o&&o.a||1),s=(i.top-n.top)/(o&&o.d||1);t.animatingX=!!r,t.animatingY=!!s,D(t,"transform","translate3d("+r+"px,"+s+"px,0)"),this.forRepaintDummy=function(t){return t.offsetWidth}(t),D(t,"transition","transform "+e+"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}),e)}}}))}function Xt(t,i,n,e,o,r,s,a){var u,l,h=t[$],c=h.options.onMove;return!window.CustomEvent||m||p?(u=document.createEvent("Event")).initEvent("move",!0,!0):u=new CustomEvent("move",{bubbles:!0,cancelable:!0}),u.to=i,u.from=t,u.dragged=n,u.draggedRect=e,u.related=o||i,u.relatedRect=r||N(i),u.willInsertAfter=a,u.originalEvent=s,t.dispatchEvent(u),c&&(l=c.call(h,u,s)),l}function Yt(t){t.draggable=!1}function $t(){Dt=!1}function Vt(t){for(var i=t.tagName+t.className+t.src+t.href+t.textContent,n=i.length,e=0;n--;)e+=i.charCodeAt(n);return e.toString(36)}function Zt(t){return setTimeout(t,0)}function qt(t){return clearTimeout(t)}Ut.prototype={constructor:Ut,_isOutsideThisEl:function(t){this.el.contains(t)||t===this.el||(Et=null)},_getDirection:function(t,i){return"function"==typeof this.options.direction?this.options.direction.call(this,t,i,it):this.options.direction},_onTapStart:function(t){if(t.cancelable){var i=this,n=this.el,e=this.options,o=e.preventOnFilter,r=t.type,s=t.touches&&t.touches[0]||t.pointerType&&"touch"===t.pointerType&&t,a=(s||t).target,u=t.target.shadowRoot&&(t.path&&t.path[0]||t.composedPath&&t.composedPath()[0])||a,l=e.filter;if(function(t){_t.length=0;for(var i=t.getElementsByTagName("input"),n=i.length;n--;){var e=i[n];e.checked&&_t.push(e)}}(n),!it&&!(/mousedown|pointerdown/.test(r)&&0!==t.button||e.disabled)&&!u.isContentEditable&&(this.nativeDraggable||!x||!a||"SELECT"!==a.tagName.toUpperCase())&&!((a=I(a,e.draggable,n,!1))&&a.animated||st===a)){if(lt=H(a),ct=H(a,e.draggable),"function"==typeof l){if(l.call(this,t,a,this))return tt({sortable:i,rootEl:u,name:"filter",targetEl:a,toEl:n,fromEl:n}),Q("filter",i,{evt:t}),void(o&&t.cancelable&&t.preventDefault())}else if(l&&(l=l.split(",").some((function(e){if(e=I(u,e.trim(),n,!1))return tt({sortable:i,rootEl:e,name:"filter",targetEl:a,fromEl:n,toEl:n}),Q("filter",i,{evt:t}),!0}))))return void(o&&t.cancelable&&t.preventDefault());e.handle&&!I(u,e.handle,n,!1)||this._prepareDragStart(t,s,a)}}},_prepareDragStart:function(t,i,n){var e,o=this,r=o.el,s=o.options,a=r.ownerDocument;if(n&&!it&&n.parentNode===r){var u=N(n);if(ot=r,nt=(it=n).parentNode,rt=it.nextSibling,st=n,dt=s.group,Ut.dragged=it,wt=(bt={target:it,clientX:(i||t).clientX,clientY:(i||t).clientY}).clientX-u.left,xt=bt.clientY-u.top,this._lastX=(i||t).clientX,this._lastY=(i||t).clientY,it.style["will-change"]="all",e=function(){Q("delayEnded",o,{evt:t}),Ut.eventCanceled?o._onDrop():(o._disableDelayedDragEvents(),!w&&o.nativeDraggable&&(it.draggable=!0),o._triggerDragStart(t,i),tt({sortable:o,name:"choose",originalEvent:t}),A(it,s.chosenClass,!0))},s.ignore.split(",").forEach((function(t){z(it,t.trim(),Yt)})),T(a,"dragover",Wt),T(a,"mousemove",Wt),T(a,"touchmove",Wt),T(a,"mouseup",o._onDrop),T(a,"touchend",o._onDrop),T(a,"touchcancel",o._onDrop),w&&this.nativeDraggable&&(this.options.touchStartThreshold=4,it.draggable=!0),Q("delayStart",this,{evt:t}),!s.delay||s.delayOnTouchOnly&&!i||this.nativeDraggable&&(p||m))e();else{if(Ut.eventCanceled)return void this._onDrop();T(a,"mouseup",o._disableDelayedDrag),T(a,"touchend",o._disableDelayedDrag),T(a,"touchcancel",o._disableDelayedDrag),T(a,"mousemove",o._delayedDragTouchMoveHandler),T(a,"touchmove",o._delayedDragTouchMoveHandler),s.supportPointer&&T(a,"pointermove",o._delayedDragTouchMoveHandler),o._dragStartTimer=setTimeout(e,s.delay)}}},_delayedDragTouchMoveHandler:function(t){var i=t.touches?t.touches[0]:t;Math.max(Math.abs(i.clientX-this._lastX),Math.abs(i.clientY-this._lastY))>=Math.floor(this.options.touchStartThreshold/(this.nativeDraggable&&window.devicePixelRatio||1))&&this._disableDelayedDrag()},_disableDelayedDrag:function(){it&&Yt(it),clearTimeout(this._dragStartTimer),this._disableDelayedDragEvents()},_disableDelayedDragEvents:function(){var t=this.el.ownerDocument;O(t,"mouseup",this._disableDelayedDrag),O(t,"touchend",this._disableDelayedDrag),O(t,"touchcancel",this._disableDelayedDrag),O(t,"mousemove",this._delayedDragTouchMoveHandler),O(t,"touchmove",this._delayedDragTouchMoveHandler),O(t,"pointermove",this._delayedDragTouchMoveHandler)},_triggerDragStart:function(t,i){i=i||"touch"==t.pointerType&&t,!this.nativeDraggable||i?T(document,this.options.supportPointer?"pointermove":i?"touchmove":"mousemove",this._onTouchMove):(T(it,"dragend",this),T(ot,"dragstart",this._onDragStart));try{document.selection?Zt((function(){document.selection.empty()})):window.getSelection().removeAllRanges()}catch(t){}},_dragStarted:function(t,i){if(Mt=!1,ot&&it){Q("dragStarted",this,{evt:i}),this.nativeDraggable&&T(document,"dragover",Kt);var n=this.options;!t&&A(it,n.dragClass,!1),A(it,n.ghostClass,!0),Ut.active=this,t&&this._appendGhost(),tt({sortable:this,name:"start",originalEvent:i})}else this._nulling()},_emulateDragOver:function(){if(gt){this._lastX=gt.clientX,this._lastY=gt.clientY,Pt();for(var t=document.elementFromPoint(gt.clientX,gt.clientY),i=t;t&&t.shadowRoot&&(t=t.shadowRoot.elementFromPoint(gt.clientX,gt.clientY))!==i;)i=t;if(it.parentNode[$]._isOutsideThisEl(t),i)do{if(i[$]&&i[$]._onDragOver({clientX:gt.clientX,clientY:gt.clientY,target:t,rootEl:i})&&!this.options.dragoverBubble)break;t=i}while(i=i.parentNode);Gt()}},_onTouchMove:function(t){if(bt){var i=this.options,n=i.fallbackTolerance,e=i.fallbackOffset,o=t.touches?t.touches[0]:t,r=et&&_(et,!0),s=et&&r&&r.a,a=et&&r&&r.d,u=Lt&&Ot&&P(Ot),l=(o.clientX-bt.clientX+e.x)/(s||1)+(u?u[0]-At[0]:0)/(s||1),h=(o.clientY-bt.clientY+e.y)/(a||1)+(u?u[1]-At[1]:0)/(a||1);if(!Ut.active&&!Mt){if(n&&Math.max(Math.abs(o.clientX-this._lastX),Math.abs(o.clientY-this._lastY))<n)return;this._onDragStart(t,!0)}if(et){r?(r.e+=l-(mt||0),r.f+=h-(pt||0)):r={a:1,b:0,c:0,d:1,e:l,f:h};var c="matrix(".concat(r.a,",").concat(r.b,",").concat(r.c,",").concat(r.d,",").concat(r.e,",").concat(r.f,")");D(et,"webkitTransform",c),D(et,"mozTransform",c),D(et,"msTransform",c),D(et,"transform",c),mt=l,pt=h,gt=o}t.cancelable&&t.preventDefault()}},_appendGhost:function(){if(!et){var t=this.options.fallbackOnBody?document.body:ot,i=N(it,!0,Lt,!0,t),n=this.options;if(Lt){for(Ot=t;"static"===D(Ot,"position")&&"none"===D(Ot,"transform")&&Ot!==document;)Ot=Ot.parentNode;Ot!==document.body&&Ot!==document.documentElement?(Ot===document&&(Ot=L()),i.top+=Ot.scrollTop,i.left+=Ot.scrollLeft):Ot=L(),At=P(Ot)}A(et=it.cloneNode(!0),n.ghostClass,!1),A(et,n.fallbackClass,!0),A(et,n.dragClass,!0),D(et,"transition",""),D(et,"transform",""),D(et,"box-sizing","border-box"),D(et,"margin",0),D(et,"top",i.top),D(et,"left",i.left),D(et,"width",i.width),D(et,"height",i.height),D(et,"opacity","0.8"),D(et,"position",Lt?"absolute":"fixed"),D(et,"zIndex","100000"),D(et,"pointerEvents","none"),Ut.ghost=et,t.appendChild(et),D(et,"transform-origin",wt/parseInt(et.style.width)*100+"% "+xt/parseInt(et.style.height)*100+"%")}},_onDragStart:function(t,i){var n=this,e=t.dataTransfer,o=n.options;Q("dragStart",this,{evt:t}),Ut.eventCanceled?this._onDrop():(Q("setupClone",this),Ut.eventCanceled||((at=X(it)).removeAttribute("id"),at.draggable=!1,at.style["will-change"]="",this._hideClone(),A(at,this.options.chosenClass,!1),Ut.clone=at),n.cloneId=Zt((function(){Q("clone",n),Ut.eventCanceled||(n.options.removeCloneOnHide||ot.insertBefore(at,it),n._hideClone(),tt({sortable:n,name:"clone"}))})),!i&&A(it,o.dragClass,!0),i?(kt=!0,n._loopId=setInterval(n._emulateDragOver,50)):(O(document,"mouseup",n._onDrop),O(document,"touchend",n._onDrop),O(document,"touchcancel",n._onDrop),e&&(e.effectAllowed="move",o.setData&&o.setData.call(n,e,it)),T(document,"drop",n),D(it,"transform","translateZ(0)")),Mt=!0,n._dragStartId=Zt(n._dragStarted.bind(n,i,t)),T(document,"selectstart",n),yt=!0,x&&D(document.body,"user-select","none"))},_onDragOver:function(t){var i,n,e,o,r=this.el,s=t.target,a=this.options,u=a.group,l=Ut.active,h=dt===u,c=a.sort,d=vt||l,v=this,b=!1;if(!Dt){if(void 0!==t.preventDefault&&t.cancelable&&t.preventDefault(),s=I(s,a.draggable,r,!0),_("dragOver"),Ut.eventCanceled)return b;if(it.contains(t.target)||s.animated&&s.animatingX&&s.animatingY||v._ignoreWhileAnimating===s)return L(!1);if(kt=!1,l&&!a.disabled&&(h?c||(e=nt!==ot):vt===this||(this.lastPutMode=dt.checkPull(this,l,it,t))&&u.checkPut(this,l,it,t))){if(o="vertical"===this._getDirection(t,s),i=N(it),_("dragOverValid"),Ut.eventCanceled)return b;if(e)return nt=ot,z(),this._hideClone(),_("revert"),Ut.eventCanceled||(rt?ot.insertBefore(it,rt):ot.appendChild(it)),L(!0);var g=B(r,a.draggable);if(!g||function(t,i,n){var e=N(B(n.el,n.options.draggable)),o=Y(n.el,n.options,et);return i?t.clientX>o.right+10||t.clientY>e.bottom&&t.clientX>e.left:t.clientY>o.bottom+10||t.clientX>e.right&&t.clientY>e.top}(t,o,this)&&!g.animated){if(g===it)return L(!1);if(g&&r===t.target&&(s=g),s&&(n=N(s)),!1!==Xt(ot,r,it,i,s,n,t,!!s))return z(),g&&g.nextSibling?r.insertBefore(it,g.nextSibling):r.appendChild(it),nt=r,P(),L(!0)}else if(g&&function(t,i,n){var e=N(F(n.el,0,n.options,!0)),o=Y(n.el,n.options,et);return i?t.clientX<o.left-10||t.clientY<e.top&&t.clientX<e.right:t.clientY<o.top-10||t.clientY<e.bottom&&t.clientX<e.left}(t,o,this)){var m=F(r,0,a,!0);if(m===it)return L(!1);if(n=N(s=m),!1!==Xt(ot,r,it,i,s,n,t,!1))return z(),r.insertBefore(it,m),nt=r,P(),L(!0)}else if(s.parentNode===r){n=N(s);var p,w,x,y=it.parentNode!==r,E=!function(t,i,n){var e=n?t.left:t.top,o=n?i.left:i.top;return e===o||(n?t.right:t.bottom)===(n?i.right:i.bottom)||e+(n?t.width:t.height)/2===o+(n?i.width:i.height)/2}(it.animated&&it.toRect||i,s.animated&&s.toRect||n,o),S=o?"top":"left",T=R(s,"top","top")||R(it,"top","top"),O=T?T.scrollTop:void 0;if(Et!==s&&(w=n[S],jt=!1,Ct=!E&&a.invertSwap||y),p=function(t,i,n,e,o,r,s,a){var u=e?t.clientY:t.clientX,l=e?n.height:n.width,h=e?n.top:n.left,c=e?n.bottom:n.right,f=!1;if(!s)if(a&&Tt<l*o){if(!jt&&(1===St?u>h+l*r/2:u<c-l*r/2)&&(jt=!0),jt)f=!0;else if(1===St?u<h+Tt:u>c-Tt)return-St}else if(u>h+l*(1-o)/2&&u<c-l*(1-o)/2)return function(t){return H(it)<H(t)?1:-1}(i);return(f=f||s)&&(u<h+l*r/2||u>c-l*r/2)?u>h+l/2?1:-1:0}(t,s,n,o,E?1:a.swapThreshold,null==a.invertedSwapThreshold?a.swapThreshold:a.invertedSwapThreshold,Ct,Et===s),0!==p){var M=H(it);do{x=nt.children[M-=p]}while(x&&("none"===D(x,"display")||x===et))}if(0===p||x===s)return L(!1);Et=s,St=p;var k=s.nextElementSibling,j=!1,C=Xt(ot,r,it,i,s,n,t,j=1===p);if(!1!==C)return 1!==C&&-1!==C||(j=1===C),Dt=!0,setTimeout($t,30),z(),j&&!k?r.appendChild(it):s.parentNode.insertBefore(it,j?k:s),T&&U(T,0,O-T.scrollTop),nt=it.parentNode,void 0===w||Ct||(Tt=Math.abs(w-N(s)[S])),P(),L(!0)}if(r.contains(it))return L(!1)}return!1}function _(a,u){Q(a,v,f({evt:t,isOwner:h,axis:o?"vertical":"horizontal",revert:e,dragRect:i,targetRect:n,canSort:c,fromSortable:d,target:s,completed:L,onMove:function(n,e){return Xt(ot,r,it,i,n,N(n),t,e)},changed:P},u))}function z(){_("dragOverAnimationCapture"),v.captureAnimationState(),v!==d&&d.captureAnimationState()}function L(i){return _("dragOverCompleted",{insertion:i}),i&&(h?l._hideClone():l._showClone(v),v!==d&&(A(it,vt?vt.options.ghostClass:l.options.ghostClass,!1),A(it,a.ghostClass,!0)),vt!==v&&v!==Ut.active?vt=v:v===Ut.active&&vt&&(vt=null),d===v&&(v._ignoreWhileAnimating=s),v.animateAll((function(){_("dragOverAnimationComplete"),v._ignoreWhileAnimating=null})),v!==d&&(d.animateAll(),d._ignoreWhileAnimating=null)),(s===it&&!it.animated||s===r&&!s.animated)&&(Et=null),a.dragoverBubble||t.rootEl||s===document||(it.parentNode[$]._isOutsideThisEl(t.target),!i&&Wt(t)),!a.dragoverBubble&&t.stopPropagation&&t.stopPropagation(),b=!0}function P(){ht=H(it),ft=H(it,a.draggable),tt({sortable:v,name:"change",toEl:r,newIndex:ht,newDraggableIndex:ft,originalEvent:t})}},_ignoreWhileAnimating:null,_offMoveEvents:function(){O(document,"mousemove",this._onTouchMove),O(document,"touchmove",this._onTouchMove),O(document,"pointermove",this._onTouchMove),O(document,"dragover",Wt),O(document,"mousemove",Wt),O(document,"touchmove",Wt)},_offUpEvents:function(){var t=this.el.ownerDocument;O(t,"mouseup",this._onDrop),O(t,"touchend",this._onDrop),O(t,"pointerup",this._onDrop),O(t,"touchcancel",this._onDrop),O(document,"selectstart",this)},_onDrop:function(t){var i=this.el,n=this.options;ht=H(it),ft=H(it,n.draggable),Q("drop",this,{evt:t}),nt=it&&it.parentNode,ht=H(it),ft=H(it,n.draggable),Ut.eventCanceled||(Mt=!1,Ct=!1,jt=!1,clearInterval(this._loopId),clearTimeout(this._dragStartTimer),qt(this.cloneId),qt(this._dragStartId),this.nativeDraggable&&(O(document,"drop",this),O(i,"dragstart",this._onDragStart)),this._offMoveEvents(),this._offUpEvents(),x&&D(document.body,"user-select",""),D(it,"transform",""),t&&(yt&&(t.cancelable&&t.preventDefault(),!n.dropBubble&&t.stopPropagation()),et&&et.parentNode&&et.parentNode.removeChild(et),(ot===nt||vt&&"clone"!==vt.lastPutMode)&&at&&at.parentNode&&at.parentNode.removeChild(at),it&&(this.nativeDraggable&&O(it,"dragend",this),Yt(it),it.style["will-change"]="",yt&&!Mt&&A(it,vt?vt.options.ghostClass:this.options.ghostClass,!1),A(it,this.options.chosenClass,!1),tt({sortable:this,name:"unchoose",toEl:nt,newIndex:null,newDraggableIndex:null,originalEvent:t}),ot!==nt?(ht>=0&&(tt({rootEl:nt,name:"add",toEl:nt,fromEl:ot,originalEvent:t}),tt({sortable:this,name:"remove",toEl:nt,originalEvent:t}),tt({rootEl:nt,name:"sort",toEl:nt,fromEl:ot,originalEvent:t}),tt({sortable:this,name:"sort",toEl:nt,originalEvent:t})),vt&&vt.save()):ht!==lt&&ht>=0&&(tt({sortable:this,name:"update",toEl:nt,originalEvent:t}),tt({sortable:this,name:"sort",toEl:nt,originalEvent:t})),Ut.active&&(null!=ht&&-1!==ht||(ht=lt,ft=ct),tt({sortable:this,name:"end",toEl:nt,originalEvent:t}),this.save())))),this._nulling()},_nulling:function(){Q("nulling",this),ot=it=nt=et=rt=at=st=ut=bt=gt=yt=ht=ft=lt=ct=Et=St=vt=dt=Ut.dragged=Ut.ghost=Ut.clone=Ut.active=null,_t.forEach((function(t){t.checked=!0})),_t.length=mt=pt=0},handleEvent:function(t){switch(t.type){case"drop":case"dragend":this._onDrop(t);break;case"dragenter":case"dragover":it&&(this._onDragOver(t),function(t){t.dataTransfer&&(t.dataTransfer.dropEffect="move"),t.cancelable&&t.preventDefault()}(t));break;case"selectstart":t.preventDefault()}},toArray:function(){for(var t,i=[],n=this.el.children,e=0,o=n.length,r=this.options;e<o;e++)I(t=n[e],r.draggable,this.el,!1)&&i.push(t.getAttribute(r.dataIdAttr)||Vt(t));return i},sort:function(t,i){var n={},e=this.el;this.toArray().forEach((function(t,i){var o=e.children[i];I(o,this.options.draggable,e,!1)&&(n[t]=o)}),this),i&&this.captureAnimationState(),t.forEach((function(t){n[t]&&(e.removeChild(n[t]),e.appendChild(n[t]))})),i&&this.animateAll()},save:function(){var t=this.options.store;t&&t.set&&t.set(this)},closest:function(t,i){return I(t,i||this.options.draggable,this.el,!1)},option:function(t,i){var n=this.options;if(void 0===i)return n[t];var e=q.modifyOption(this,t,i);n[t]=void 0!==e?e:i,"group"===t&&Ht(n)},destroy:function(){Q("destroy",this);var t=this.el;t[$]=null,O(t,"mousedown",this._onTapStart),O(t,"touchstart",this._onTapStart),O(t,"pointerdown",this._onTapStart),this.nativeDraggable&&(O(t,"dragover",this),O(t,"dragenter",this)),Array.prototype.forEach.call(t.querySelectorAll("[draggable]"),(function(t){t.removeAttribute("draggable")})),this._onDrop(),this._disableDelayedDragEvents(),It.splice(It.indexOf(this.el),1),this.el=t=null},_hideClone:function(){if(!ut){if(Q("hideClone",this),Ut.eventCanceled)return;D(at,"display","none"),this.options.removeCloneOnHide&&at.parentNode&&at.parentNode.removeChild(at),ut=!0}},_showClone:function(t){if("clone"===t.lastPutMode){if(ut){if(Q("showClone",this),Ut.eventCanceled)return;it.parentNode!=ot||this.options.group.revertClone?rt?ot.insertBefore(at,rt):ot.appendChild(at):ot.insertBefore(at,it),this.options.group.revertClone&&this.animate(it,at),D(at,"display",""),ut=!1}}else this._hideClone()}},zt&&T(document,"touchmove",(function(t){(Ut.active||Mt)&&t.cancelable&&t.preventDefault()})),Ut.utils={on:T,off:O,css:D,find:z,is:function(t,i){return!!I(t,i,t,!1)},extend:function(t,i){if(t&&i)for(var n in i)i.hasOwnProperty(n)&&(t[n]=i[n]);return t},throttle:K,closest:I,toggleClass:A,clone:X,index:H,nextTick:Zt,cancelNextTick:qt,detectDirection:Bt,getChild:F},Ut.get=function(t){return t[$]},Ut.mount=function(){for(var t=arguments.length,i=new Array(t),n=0;n<t;n++)i[n]=arguments[n];i[0].constructor===Array&&(i=i[0]),i.forEach((function(t){if(!t.prototype||!t.prototype.constructor)throw"Sortable: Mounted plugin must be a constructor function, not ".concat({}.toString.call(t));t.utils&&(Ut.utils=f(f({},Ut.utils),t.utils)),q.mount(t)}))},Ut.create=function(t,i){return new Ut(t,i)},Ut.version="1.15.2";var Jt,Qt,ti,ii,ni,ei,oi=[],ri=!1;function si(){oi.forEach((function(t){clearInterval(t.pid)})),oi=[]}function ai(){clearInterval(ei)}var ui=K((function(t,i,n,e){if(i.scroll){var o,r=(t.touches?t.touches[0]:t).clientX,s=(t.touches?t.touches[0]:t).clientY,a=i.scrollSensitivity,u=i.scrollSpeed,l=L(),h=!1;Qt!==n&&(Qt=n,si(),o=i.scrollFn,!0===(Jt=i.scroll)&&(Jt=G(n,!0)));var c=0,f=Jt;do{var d=f,v=N(d),b=v.top,g=v.bottom,m=v.left,p=v.right,w=v.width,x=v.height,y=void 0,E=void 0,S=d.scrollWidth,T=d.scrollHeight,O=D(d),M=d.scrollLeft,k=d.scrollTop;d===l?(y=w<S&&("auto"===O.overflowX||"scroll"===O.overflowX||"visible"===O.overflowX),E=x<T&&("auto"===O.overflowY||"scroll"===O.overflowY||"visible"===O.overflowY)):(y=w<S&&("auto"===O.overflowX||"scroll"===O.overflowX),E=x<T&&("auto"===O.overflowY||"scroll"===O.overflowY));var I=y&&(Math.abs(p-r)<=a&&M+w<S)-(Math.abs(m-r)<=a&&!!M),j=E&&(Math.abs(g-s)<=a&&k+x<T)-(Math.abs(b-s)<=a&&!!k);if(!oi[c])for(var C=0;C<=c;C++)oi[C]||(oi[C]={});oi[c].vx==I&&oi[c].vy==j&&oi[c].el===d||(oi[c].el=d,oi[c].vx=I,oi[c].vy=j,clearInterval(oi[c].pid),0==I&&0==j||(h=!0,oi[c].pid=setInterval(function(){e&&0===this.layer&&Ut.active._onTouchMove(ni);var i=oi[this.layer].vy?oi[this.layer].vy*u:0,n=oi[this.layer].vx?oi[this.layer].vx*u:0;"function"==typeof o&&"continue"!==o.call(Ut.dragged.parentNode[$],n,i,t,ni,oi[this.layer].el)||U(oi[this.layer].el,n,i)}.bind({layer:c}),24))),c++}while(i.bubbleScroll&&f!==l&&(f=G(f,!1)));ri=h}}),30),li=function(t){var i=t.originalEvent,n=t.putSortable,e=t.dragEl,o=t.dispatchSortableEvent,r=t.unhideGhostForTarget;if(i){var s=n||t.activeSortable;(0,t.hideGhostForTarget)();var a=i.changedTouches&&i.changedTouches.length?i.changedTouches[0]:i,u=document.elementFromPoint(a.clientX,a.clientY);r(),s&&!s.el.contains(u)&&(o("spill"),this.onSpill({dragEl:e,putSortable:n}))}};function hi(){}function ci(){}hi.prototype={startIndex:null,dragStart:function(t){this.startIndex=t.oldDraggableIndex},onSpill:function(t){var i=t.dragEl,n=t.putSortable;this.sortable.captureAnimationState(),n&&n.captureAnimationState();var e=F(this.sortable.el,this.startIndex,this.options);e?this.sortable.el.insertBefore(i,e):this.sortable.el.appendChild(i),this.sortable.animateAll(),n&&n.animateAll()},drop:li},b(hi,{pluginName:"revertOnSpill"}),ci.prototype={onSpill:function(t){var i=t.dragEl,n=t.putSortable||this.sortable;n.captureAnimationState(),i.parentNode&&i.parentNode.removeChild(i),n.animateAll()},drop:li},b(ci,{pluginName:"removeOnSpill"}),Ut.mount(new function(){function t(){for(var t in this.defaults={scroll:!0,forceAutoScrollFallback:!1,scrollSensitivity:30,scrollSpeed:10,bubbleScroll:!0},this)"_"===t.charAt(0)&&"function"==typeof this[t]&&(this[t]=this[t].bind(this))}return t.prototype={dragStarted:function(t){var i=t.originalEvent;this.sortable.nativeDraggable?T(document,"dragover",this._handleAutoScroll):T(document,this.options.supportPointer?"pointermove":i.touches?"touchmove":"mousemove",this._handleFallbackAutoScroll)},dragOverCompleted:function(t){var i=t.originalEvent;this.options.dragOverBubble||i.rootEl||this._handleAutoScroll(i)},drop:function(){this.sortable.nativeDraggable?O(document,"dragover",this._handleAutoScroll):(O(document,"pointermove",this._handleFallbackAutoScroll),O(document,"touchmove",this._handleFallbackAutoScroll),O(document,"mousemove",this._handleFallbackAutoScroll)),ai(),si(),clearTimeout(j),j=void 0},nulling:function(){ni=Qt=Jt=ri=ei=ti=ii=null,oi.length=0},_handleFallbackAutoScroll:function(t){this._handleAutoScroll(t,!0)},_handleAutoScroll:function(t,i){var n=this,e=(t.touches?t.touches[0]:t).clientX,o=(t.touches?t.touches[0]:t).clientY,r=document.elementFromPoint(e,o);if(ni=t,i||this.options.forceAutoScrollFallback||p||m||x){ui(t,this.options,r,i);var s=G(r,!0);!ri||ei&&e===ti&&o===ii||(ei&&ai(),ei=setInterval((function(){var r=G(document.elementFromPoint(e,o),!0);r!==s&&(s=r,si()),ui(t,n.options,r,i)}),10),ti=e,ii=o)}else{if(!this.options.bubbleScroll||G(r,!0)===L())return void si();ui(t,this.options,G(r,!1),!1)}}},b(t,{pluginName:"scroll",initializeByDefault:!0})}),Ut.mount(ci,hi);const fi=class{constructor(n){t(this,n),this.newTab=i(this,"newTab",7),this.sortChanged=i(this,"sortChanged",7),this.showNewTabButton=!0,this.tabLimit=1/0,this.allowSort=!0,this.focused=0,this.disableAddTabButton=!1,this.tabTriggers=void 0,this.hasScrollbar=!1,this.keyboardSort=!1,this.initialSortIndex=0,this.sortTarget=void 0,this.ariaLiveAlert=""}onFocusin(t){this.allowSort&&a(".gux-tablist",t)&&!this.keyboardSort&&(this.ariaLiveAlert="toggleSort")}onFocusout(t){this.root.querySelector(".gux-tablist").contains(t.relatedTarget)||this.tabTriggers.forEach(((t,i)=>{t.guxGetActive().then((n=>{n?this.focused=i:(t.querySelector(".gux-tab-button").setAttribute("tabindex","-1"),t.querySelector(".gux-tab-options-button")&&t.querySelector(".gux-tab-options-button").setAttribute("tabindex","-1"))}))}))}watchAllowSort(t){t?this.validateSortableInstance():this.destroySortable()}onMutation(){this.setTabTriggers()}onKeydown(t){switch(t.key){case"ArrowRight":case"ArrowDown":if(t.preventDefault(),this.keyboardSort&&!a(".gux-tab-options-button",t)){this.ariaLiveAlert="";const t=this.root.querySelector(".gux-tablist"),i=t.querySelectorAll("gux-tab-advanced"),n=Array.prototype.indexOf.call(i,this.sortTarget);let e;e=n===i.length-1?i[0]:i[n+2],t.insertBefore(this.sortTarget,e),this.tabTriggers=this.root.querySelectorAll("gux-tab-advanced"),this.tabTriggers.forEach(((t,i)=>{var n;t.tabId===(null===(n=this.sortTarget)||void 0===n?void 0:n.getAttribute("tab-id"))&&(this.focused=i)})),this.focusTab(this.focused)}else a(".gux-tab-options-button",t)||a(".gux-dropdown-option-container",t)||this.handleKeyboardScroll("forward");break;case"ArrowLeft":case"ArrowUp":if(t.preventDefault(),this.keyboardSort&&!a(".gux-tab-options-button",t)){this.ariaLiveAlert="";const t=this.root.querySelector(".gux-tablist"),i=t.querySelectorAll("gux-tab-advanced"),n=Array.prototype.indexOf.call(i,this.sortTarget);t.insertBefore(this.sortTarget,i[n-1]||null),this.tabTriggers=this.root.querySelectorAll("gux-tab-advanced"),this.tabTriggers.forEach(((t,i)=>{var n;t.tabId===(null===(n=this.sortTarget)||void 0===n?void 0:n.getAttribute("tab-id"))&&(this.focused=i)})),this.focusTab(this.focused)}else a(".gux-tab-options-button",t)||a(".gux-dropdown-option-container",t)||this.handleKeyboardScroll("backward");break;case"Escape":t.preventDefault(),this.keyboardSort&&this.allowSort&&(this.keyboardSort=!1,this.ariaLiveAlert="sortCancelled",this.root.querySelector(".gux-tablist").insertBefore(this.sortTarget,this.tabTriggers[this.initialSortIndex]||null)),this.tabTriggers=this.root.querySelectorAll("gux-tab-advanced"),this.tabTriggers.forEach(((t,i)=>{var n;t.tabId===(null===(n=this.sortTarget)||void 0===n?void 0:n.getAttribute("tab-id"))&&(this.focused=i)})),this.focusTab(this.initialSortIndex),u((()=>{this.focusTab(this.initialSortIndex)}));break;case"Enter":this.keyboardSort&&(t.preventDefault(),this.keyboardSort=!1,this.ariaLiveAlert="sortComplete",this.tabTriggers=this.root.querySelectorAll("gux-tab-advanced"),this.tabTriggers.forEach(((t,i)=>{var n;t.tabId===(null===(n=this.sortTarget)||void 0===n?void 0:n.getAttribute("tab-id"))&&(this.focused=i)})),this.emitSortChanged());break;case"Tab":this.keyboardSort&&(this.keyboardSort=!1,this.ariaLiveAlert="sortCancelled");break;case"Home":t.preventDefault(),this.focusTab(0);break;case"End":t.preventDefault(),this.focusTab(this.tabTriggers.length-1)}}onKeyup(t){" "===t.key&&a(".gux-tab",t)&&!a(".gux-tab-options-button",t)&&!a("gux-popover-list",t)&&this.allowSort&&(t.preventDefault(),!0===this.keyboardSort?(this.keyboardSort=!1,this.ariaLiveAlert="sortComplete",this.tabTriggers=this.root.querySelectorAll("gux-tab-advanced"),this.tabTriggers.forEach(((t,i)=>{var n;t.tabId===(null===(n=this.sortTarget)||void 0===n?void 0:n.getAttribute("tab-id"))&&(this.focused=i)})),this.focusTab(this.focused),this.emitSortChanged()):(this.keyboardSort=!0,this.sortTarget=t.target.closest("gux-tab-advanced"),this.tabTriggers.forEach(((t,i)=>{var n;t.tabId===(null===(n=this.sortTarget)||void 0===n?void 0:n.getAttribute("tab-id"))&&(this.initialSortIndex=i)})),this.ariaLiveAlert="sortModeOn"))}async guxSetActive(t){this.tabTriggers.forEach(((i,n)=>{const e=i.tabId===t;i.guxSetActive(e),e&&(this.focused=n)}))}focusTab(t){this.focused=t,this.tabTriggers.forEach(((t,i)=>{t.guxGetActive().then((n=>{this.focused===i||n||(t.querySelector(".gux-tab-button").setAttribute("tabindex","-1"),t.querySelector(".gux-tab-options-button")&&t.querySelector(".gux-tab-options-button").setAttribute("tabindex","-1"))}))})),this.tabTriggers[this.focused].querySelector("button").setAttribute("tabindex","0"),this.tabTriggers[this.focused].querySelector(".gux-tab-options-button")&&this.tabTriggers[this.focused].querySelector(".gux-tab-options-button").setAttribute("tabindex","0"),this.tabTriggers[this.focused].guxFocus()}setTabTriggers(){this.tabTriggers=this.root.querySelectorAll("gux-tab-advanced"),this.triggerIds=this.tabTriggers?Array.from(this.tabTriggers).map((t=>`gux-${t.getAttribute("tab-id")}-tab`)).join(" "):""}createSortable(){this.sortableInstance=new Ut(this.root.querySelector(".gux-tablist"),{animation:250,draggable:"gux-tab-advanced",filter:".ignore-sort",onMove:t=>!t.related.classList.contains("ignore-sort"),onUpdate:()=>{this.emitSortChanged()}})}destroySortable(){this.sortableInstance&&(this.sortableInstance.destroy(),this.sortableInstance=null)}emitSortChanged(){const t=Array.from(this.root.querySelectorAll("gux-tab-advanced")).map((t=>t.tabId));this.sortChanged.emit(t)}checkForScrollbarHideOrShow(){n((()=>{const t=this.root.querySelector(".gux-scrollable-section"),i=t.clientWidth<t.scrollWidth;i!==this.hasScrollbar&&(this.hasScrollbar=i)}))}handleKeyboardScroll(t){"forward"===t?this.focused<this.tabTriggers.length-1?(this.hasScrollbar&&this.scrollRight(),this.focusTab(this.focused+1)):(this.hasScrollbar&&this.scrollToStart(),this.focusTab(0)):"backward"===t&&(this.focused>0?(this.hasScrollbar&&this.scrollLeft(),this.focusTab(this.focused-1)):(this.hasScrollbar&&this.scrollToEnd(),this.focusTab(this.tabTriggers.length-1)))}disconnectedCallback(){this.sortableInstance&&this.destroySortable(),this.resizeObserver&&this.resizeObserver.unobserve(this.root.querySelector(".gux-tab-container")),this.domObserver&&this.domObserver.disconnect()}async componentWillLoad(){this.setTabTriggers(),this.i18n=await l(this.root,h,"gux-tabs-advanced")}validateSortableInstance(){this.allowSort&&!this.sortableInstance&&this.createSortable()}componentDidLoad(){this.validateSortableInstance(),!this.resizeObserver&&window.ResizeObserver&&(this.resizeObserver=new ResizeObserver((()=>this.checkForScrollbarHideOrShow()))),this.resizeObserver&&this.resizeObserver.observe(this.root.querySelector(".gux-scrollable-section")),!this.domObserver&&window.MutationObserver&&(this.domObserver=new MutationObserver((()=>this.checkForScrollbarHideOrShow()))),this.domObserver&&this.domObserver.observe(this.root,{childList:!0,attributes:!1,subtree:!0}),u((()=>{this.checkForScrollbarHideOrShow()}),500)}scrollLeft(){e((()=>{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(){e((()=>{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");e((()=>{null==t||t.scrollBy(-(null==t?void 0:t.scrollWidth),0)}))}scrollToEnd(){const t=this.root.querySelector(".gux-scrollable-section");e((()=>{t.scrollBy(null==t?void 0:t.scrollWidth,0)}))}componentWillRender(){const t=Array.from(this.root.querySelectorAll("gux-tab-advanced"));this.disableAddTabButton=t.length>=this.tabLimit}render(){return[this.renderAlert(),o("div",{key:"9e02f2a4a018f32c36fe5d45b171eb92290f73ca",class:"gux-tab-container"},this.renderScrollButton("scrollLeft"),o("div",{key:"abf96090632ff44cbbd5ae1f73431ee6ce11c65a",class:"gux-scrollable-section"},o("div",{key:"648ed086d61097a12a04f451f74a7d8df307cb77",class:"gux-tablist",role:"tablist","data-gux-tab-sorting":this.keyboardSort,"aria-owns":this.triggerIds},o("slot",{key:"20847e37c7aedef829682e750b4affbd71800239"})),this.renderAddButton()),this.renderScrollButton("scrollRight"))]}renderAlert(){return o("div",{class:"gux-sr-only gux-aria-live-region","aria-live":"polite"},this.ariaLiveAlert?this.i18n(this.ariaLiveAlert):"")}renderAddButton(){return o("div",null,this.showNewTabButton?o("gux-button-slot",{class:"gux-add-button",accent:"ghost"},o("button",{onClick:()=>this.newTab.emit(),disabled:this.disableAddTabButton},o("slot",{name:"add-tab"},o("gux-icon",{"icon-name":"add","screenreader-text":this.disableAddTabButton?this.i18n("disableNewTab"):this.root.querySelector('[slot="add-tab"]')?this.root.querySelector('[slot="add-tab"]').textContent.trim():this.i18n("createNewTab")})))):null)}renderScrollButton(t){return o("div",null,this.hasScrollbar?o("gux-button-slot",{class:"gux-scroll-button",accent:"ghost"},o("button",{tabindex:"-1",onDragOver:()=>this.getScrollDirection(t),onClick:()=>this.getScrollDirection(t)},o("gux-icon",{"icon-name":this.getChevronIconName(t),"screenreader-text":this.i18n(t)}))):null)}getScrollDirection(t){switch(t){case"scrollLeft":this.scrollLeft();break;case"scrollRight":this.scrollRight()}}getChevronIconName(t){switch(t){case"scrollLeft":return"chevron-left";case"scrollRight":return"chevron-right"}}get root(){return r(this)}static get watchers(){return{allowSort:["watchAllowSort"]}}};(function(t,i,n,e){var o,r=arguments.length,s=r<3?i:null===e?e=Object.getOwnPropertyDescriptor(i,n):e;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,i,n,e);else for(var a=t.length-1;a>=0;a--)(o=t[a])&&(s=(r<3?o(s):r>3?o(i,n,s):o(i,n))||s);r>3&&s&&Object.defineProperty(i,n,s)})([s({childList:!0,subtree:!0})],fi.prototype,"onMutation",null),fi.style=".gux-tab-container{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:flex-start;width:100%;margin-bottom:16px;background-color:var(--gse-ui-advancedTabs-set-backgroundColor)}.gux-tab-container .gux-scrollable-section{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:flex-start;width:100%;overflow-x:auto;border-bottom:1px solid var(--gse-ui-advancedTabs-divider-dividerColor);scroll-behavior:smooth;scrollbar-width:none}.gux-tab-container .gux-scrollable-section::-webkit-scrollbar{height:0}.gux-tab-container .gux-scrollable-section .gux-tablist{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:flex-start}.gux-sr-only{position:absolute;top:auto;left:-10000px;width:1px;height:1px;overflow:hidden}";export{fi as gux_tab_advanced_list}
@@ -0,0 +1 @@
1
+ import{r as e,h as t,g as o}from"./p-2e827df1.js";import{t as s}from"./p-ac38fe83.js";const r=class{constructor(t){e(this,t)}componentWillLoad(){s(this.root)}render(){return t("span",{key:"fc84dd113fa4434ac8d0aebded7c13531209d434",class:"gux-sr-only"},t("slot",{key:"9f2f069f753cc6fef7d6c175faad408d262d7f90"}))}get root(){return o(this)}};r.style=".gux-sr-only:not(:focus):not(:active){position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}";export{r as gux_screen_reader_beta}
@@ -0,0 +1 @@
1
+ import{r as e,h as a,g as n}from"./p-2e827df1.js";import{t as i}from"./p-ac38fe83.js";const g=class{constructor(a){e(this,a)}componentWillLoad(){i(this.root)}render(){return a("div",{key:"95a7cc30e565a50e78ea968463577f3a9aad3f94",class:"gux-container",role:"alert","aria-live":"assertive"},a("div",{key:"17a13a459cdd20c968477aa0e84efa5b345c34b2",class:"gux-progress"},a("slot",{key:"bb6eb3ba3f0aedac8f88eacf77a86a810d7d2a02",name:"progress"})),a("div",{key:"95c8e3bcd7c8e1beef4fbd0d6cdada2faeaae391",class:"gux-primary-message"},a("slot",{key:"6663d5050ecf623e8bff192008f0c666a7860f41",name:"primary-message"})),a("div",{key:"b1b7dcf90053f94022aaa2eaa6ff6d73b2113e56",class:"gux-additional-guidance"},a("slot",{key:"2b2adce732fe442ef1e540444e686f9f01a0e24b",name:"additional-guidance"})))}get root(){return n(this)}};g.style=":host {\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n container-type: inline-size;\n}\n\n.gux-container {\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n max-width: var(--gse-ui-progressAndLoading-loadingState-large-width);\n color: var(--gse-ui-progressAndLoading-textColor);\n text-align: center;\n}\n\n@container (width > 400px) {\n .gux-container .gux-primary-message {\n margin-top: var(--gse-ui-progressAndLoading-large-gap);\n font-family: var(--gse-ui-progressAndLoading-loadingState-large-header-fontFamily);\n font-size: var(--gse-ui-progressAndLoading-loadingState-large-header-fontSize);\n font-weight: var(--gse-ui-progressAndLoading-loadingState-large-header-fontWeight);\n line-height: var(--gse-ui-progressAndLoading-loadingState-large-header-lineHeight);\n }\n .gux-container .gux-additional-guidance {\n margin-top: var(--gse-ui-progressAndLoading-large-gapText);\n font-family: var(--gse-ui-progressAndLoading-loadingState-large-subheader-fontFamily);\n font-size: var(--gse-ui-progressAndLoading-loadingState-large-subheader-fontSize);\n font-weight: var(--gse-ui-progressAndLoading-loadingState-large-subheader-fontWeight);\n line-height: var(--gse-ui-progressAndLoading-loadingState-large-subheader-lineHeight);\n }\n}\n@container (width > 200px) and (width <=400px) {\n .gux-container .gux-primary-message {\n margin-top: var(--gse-ui-progressAndLoading-medium-gap);\n font-family: var(--gse-ui-progressAndLoading-loadingState-medium-header-fontFamily);\n font-size: var(--gse-ui-progressAndLoading-loadingState-medium-header-fontSize);\n font-weight: var(--gse-ui-progressAndLoading-loadingState-medium-header-fontWeight);\n line-height: var(--gse-ui-progressAndLoading-loadingState-medium-header-lineHeight);\n }\n .gux-container .gux-additional-guidance {\n margin-top: var(--gse-ui-progressAndLoading-medium-gapText);\n font-family: var(--gse-ui-progressAndLoading-loadingState-medium-subheader-fontFamily);\n font-size: var(--gse-ui-progressAndLoading-loadingState-medium-subheader-fontSize);\n font-weight: var(--gse-ui-progressAndLoading-loadingState-medium-subheader-fontWeight);\n line-height: var(--gse-ui-progressAndLoading-loadingState-medium-subheader-lineHeight);\n }\n}\n@container (width <=200px) {\n .gux-container .gux-primary-message {\n margin-top: var(--gse-ui-progressAndLoading-small-gap);\n font-family: var(--gse-ui-progressAndLoading-loadingState-small-header-fontFamily);\n font-size: var(--gse-ui-progressAndLoading-loadingState-small-header-fontSize);\n font-weight: var(--gse-ui-progressAndLoading-loadingState-small-header-fontWeight);\n line-height: var(--gse-ui-progressAndLoading-loadingState-small-header-lineHeight);\n }\n .gux-container .gux-additional-guidance {\n margin-top: var(--gse-ui-progressAndLoading-small-gapText);\n font-family: var(--gse-ui-progressAndLoading-loadingState-small-subheader-fontFamily);\n font-size: var(--gse-ui-progressAndLoading-loadingState-small-subheader-fontSize);\n font-weight: var(--gse-ui-progressAndLoading-loadingState-small-subheader-fontWeight);\n line-height: var(--gse-ui-progressAndLoading-loadingState-small-subheader-lineHeight);\n }\n}";export{g as gux_loading_message}
@@ -0,0 +1 @@
1
+ import{r as t,h as i,H as o,g as s}from"./p-2e827df1.js";import{t as e}from"./p-ac38fe83.js";import{f as r}from"./p-9b0d3713.js";import{r as a}from"./p-0934300e.js";const h=class{constructor(i){t(this,i),this.id=a("gux-tooltip"),this.forElement=void 0,this.for=void 0,this.placement="bottom-start",this.accent="light"}async showTooltip(){return await this.baseTooltip.showTooltip()}async hideTooltip(){return await this.baseTooltip.hideTooltip()}updateForElement(){this.forElement=this.getForElement()}componentWillLoad(){e(this.root,{variant:this.placement})}connectedCallback(){this.forElement=this.getForElement()}getForElement(){if(this.for){const t=r(this.root,this.for);return t||this.logForAttributeError(),t}return this.root.parentElement}logForAttributeError(){this.root.isConnected&&console.error(`gux-tooltip: invalid element supplied to 'for': "${this.for}"`)}render(){return i(o,{key:"531ab578e02b4862c94e17c4c9fc22ca8bd33758",id:this.id,role:"tooltip"},i("gux-tooltip-base-beta",{key:"cec38875a0f7a9935dc926de90717ba7f37d68f6",forElement:this.forElement,placement:this.placement,accent:this.accent,tooltipId:this.id,ref:t=>this.baseTooltip=t},i("slot",{key:"758d0182dff8cc6515b46e6a61b33b527d166b13"})))}get root(){return s(this)}static get watchers(){return{for:["updateForElement"]}}};export{h as gux_tooltip_beta}
@@ -0,0 +1 @@
1
+ import{r as e,h as t,g as r}from"./p-2e827df1.js";import{b as o}from"./p-0367930a.js";import{O as i}from"./p-01471ba0.js";import{o as l}from"./p-e5b1cffc.js";import{h as s}from"./p-6d8b4027.js";import{G as a,a as n,s as f,c as d,b as h}from"./p-f3b9b052.js";import{G as g,a as u}from"./p-b0e1eb0c.js";import{g as p}from"./p-0268a3e8.js";import{t as c}from"./p-ac38fe83.js";import"./p-4202e9f2.js";import"./p-0934300e.js";import"./p-8eaf8caf.js";import"./p-2c25e2f2.js";const m={required:"Required"};const x=class{constructor(t){e(this,t),this.labelPosition=void 0,this.computedLabelPosition="above",this.required=void 0,this.hasError=!1,this.hasHelp=!1}watchValue(e){const t=this.root.querySelector("gux-dropdown")||this.root.querySelector("gux-dropdown-multi");t&&(t.hasError=e)}onMutation(){this.hasError=s(this.root,"error"),this.hasHelp=s(this.root,"help")}async componentWillLoad(){this.getI18nValue=await o(this.root,m),this.setInput(),this.setLabel(),this.hasError=s(this.root,"error"),this.hasHelp=s(this.root,"help"),c(this.root,{variant:this.variant})}disconnectedCallback(){this.requiredObserver&&this.requiredObserver.disconnect()}renderScreenReaderText(e,r=!1){if(r)return t("gux-screen-reader-beta",null,e)}render(){var e;return t(u,{key:"d5e3a4c2a4e23affbb2e634502b53cccd63a7499",labelPosition:this.computedLabelPosition},t(g,{key:"fc856311f81ab31cdf6c862628fce91b23e8a14f",position:this.computedLabelPosition,required:this.required,labelText:null===(e=this.label)||void 0===e?void 0:e.textContent},t("slot",{key:"55cd8d2d10acb3c81e1300c37534b41dcc505fdf",name:"label",onSlotchange:()=>this.setLabel()}),this.renderScreenReaderText(this.getI18nValue("required"),this.required),this.renderScreenReaderText(p(this.root,"error"),this.hasError),this.renderScreenReaderText(p(this.root,"help"),this.hasHelp)),t("div",{key:"dd9ee0ee93ccc8720bdd72c07166c08655a00ef1",class:"gux-input-and-error-container"},t("div",{key:"78ae908a960ed18013990fd408b4785440432982",class:{"gux-input":!0,"gux-input-error":this.hasError}},t("slot",{key:"31497817dd322d36df141be274cff89a8e641bd4"})),t(a,{key:"205fefa53f98be43095f9dd93c883708da6c2533",show:this.hasError},t("slot",{key:"73329ef3def8c43252dcbd85fc72aa3a3291799e",name:"error"})),t(n,{key:"e5803c8a035c4df146e60a7f9d0687a2053f57e5",show:!this.hasError&&this.hasHelp},t("slot",{key:"b4813498a954f594cca0737e1d47fd79dea9e931",name:"help"}))))}get variant(){return`dropdown-${this.labelPosition?this.labelPosition.toLowerCase():"none"}`}setInput(){this.dropdownElement=this.root.querySelector("gux-dropdown")||this.root.querySelector("gux-dropdown-multi"),this.listboxElement=this.root.querySelector("gux-listbox")||this.root.querySelector("gux-listbox-multi"),this.required=this.dropdownElement.required,this.requiredObserver=l(this.dropdownElement,(e=>{this.required=e})),f(this.root,this.listboxElement,"label"),d(this.root,this.listboxElement,"error"),d(this.root,this.listboxElement,"help")}setLabel(){this.label=this.root.querySelector('label[slot="label"]'),this.computedLabelPosition=h(this.label,this.labelPosition)}get root(){return r(this)}static get watchers(){return{hasError:["watchValue"]}}};(function(e,t,r,o){var i,l=arguments.length,s=l<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,r):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,r,o);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(s=(l<3?i(s):l>3?i(t,r,s):i(t,r))||s);l>3&&s&&Object.defineProperty(t,r,s)})([i({childList:!0,subtree:!0})],x.prototype,"onMutation",null),x.style='.gux-form-field-fieldset-container{display:flex;min-width:0;padding:0;margin:0;border:none}.gux-form-field-fieldset-container.gux-beside{flex-direction:row}.gux-form-field-fieldset-container.gux-above{flex-direction:column}.gux-form-field-error{display:none;flex-direction:row;flex-wrap:nowrap;place-content:stretch flex-start;align-items:center;padding:var(--gse-ui-formControl-helper-errorPadding);font-family:var(--gse-ui-formControl-helper-helperText-fontFamily);font-size:var(--gse-ui-formControl-helper-helperText-fontSize);line-height:var(--gse-ui-formControl-helper-helperText-lineHeight);color:var(--gse-ui-formControl-helper-errorColor)}.gux-form-field-error.gux-show{display:flex}.gux-form-field-error gux-icon{flex:0 1 auto;align-self:auto;order:0;min-width:var(--gse-ui-icon-size-sm);min-height:var(--gse-ui-icon-size-sm);margin-right:var(--gse-ui-formControl-helper-gap);color:var(--gse-ui-formControl-helper-errorColor)}.gux-form-field-error .gux-message{flex:0 1 auto;align-self:auto;order:0}.gux-form-field-legend-label ::slotted(label){white-space:nowrap}.gux-form-field-legend-label.gux-required::after{color:var(--gse-ui-formControl-label-indicator-requiredColor);content:" *"}.gux-form-field-legend-label.gux-beside{position:relative;top:var(--gse-ui-formControl-input-top);float:left;width:fit-content;min-width:45px;margin-right:var(--gse-ui-formControl-label-gap)}.gux-form-field-legend-label.gux-above{padding:var(--gse-ui-formControl-label-padding)}.gux-form-field-legend-label.gux-screenreader{position:absolute;top:auto;left:-10000px;width:1px;height:1px;overflow:hidden}.gux-form-field-help{display:none;flex-direction:row;flex-wrap:nowrap;place-content:stretch flex-start;align-items:flex-start;justify-content:flex-start;padding:var(--gse-ui-formControl-helper-paddingSmall);font-family:var(--gse-ui-formControl-helper-helperText-fontFamily);font-size:var(--gse-ui-formControl-helper-helperText-fontSize);line-height:var(--gse-ui-formControl-helper-helperText-lineHeight);color:var(--gse-ui-formControl-helper-defaultColor)}.gux-form-field-help.gux-show{display:flex}.gux-form-field-help .gux-message{flex:0 1 auto;align-self:none;order:0}:host{display:block}::slotted(label){font-family:var(--gse-ui-formControl-label-text-fontFamily);font-size:var(--gse-ui-formControl-label-text-fontSize);font-weight:var(--gse-ui-formControl-label-text-fontWeight);line-height:var(--gse-ui-formControl-label-text-lineHeight);color:var(--gse-ui-formControl-label-labelColor)}.gux-input-and-error-container{flex-grow:1;width:100%}';export{x as gux_form_field_dropdown}
@@ -0,0 +1 @@
1
+ import{r as e,c as s,h as i,H as a,g as t}from"./p-2e827df1.js";import{t as o}from"./p-ac38fe83.js";const r=class{constructor(i){e(this,i),this.guxdismiss=s(this,"guxdismiss",7),this.accent="neutral"}componentWillLoad(){o(this.root,{variant:this.accent})}render(){return i(a,{key:"5f4abff5db2d97a326f0da5f8360c774c1f2a5a7"},i("div",{key:"d355b24f097846bc3cdedf86db6cd914366ad793",class:`gux-icon gux-${this.accent}`},i("slot",{key:"5e17ff057970493e4fa3ab4b9e670e628b13d413",name:"icon"})),i("gux-truncate",{key:"3387b6a1c317697ec271c1895d034b2245bb417e",class:"gux-message","max-lines":2},i("slot",{key:"5fe9515b654ed86d9f2183a11bf56d68b98271b4",name:"message"})),i("gux-dismiss-button",{key:"8336a43a6b9f42381f69ba1f69518514be42eab2",class:"gux-dismiss",position:"inherit",onClick:this.onDismissClickHandler.bind(this)}))}onDismissClickHandler(e){e.stopPropagation(),this.guxdismiss.emit().defaultPrevented||this.root.remove()}get root(){return t(this)}};r.style=":host{position:relative;display:flex;flex-direction:row;flex-wrap:nowrap;place-content:stretch flex-start;align-items:flex-start;width:286px;margin-bottom:4px;color:#2e394c;background:#f6f7f9;border:1px solid #b4bccb;border-radius:4px;box-shadow:0 2px 4px rgba(32, 41, 55, 0.24)}.gux-icon{flex:0 1 auto;align-self:auto;order:0;padding:8px 12px 8px 16px;margin:2px 0}.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-icon ::slotted(gux-icon){width:16px;height:16px}.gux-message{flex:1 1 auto;align-self:center;order:0;margin:8px 0}.gux-dismiss{margin:4px 0}";export{r as gux_simple_toast_legacy}
@@ -1 +1 @@
1
- import{r as t,h as e,g as r}from"./p-deca7631.js";import{t as i}from"./p-0a8fb573.js";import{O as o}from"./p-c49670a7.js";import{b as s,g as n}from"./p-e10cb032.js";import{r as a,a as u}from"./p-dede4fe3.js";import{s as l}from"./p-373c5d93.js";import{b as h}from"./p-ffaadf62.js";import{g,a as d,b as c}from"./p-08874a83.js";import"./p-0962dd7a.js";const p={toggleCalendar:"Toggle month calendar view",month:"Month",year:"Year",unset:"Unset"};const f={year:"numeric",month:"long"},m=["ar","he","ja","ko","zh-cn","zh-tw"],b=class{constructor(e){t(this,e),this.value=void 0,this.min=void 0,this.max=void 0,this.disabled=!1,this.expanded=!1,this.locale=void 0}onKeyDown(t){"Escape"===t.key&&(this.expanded=!1,this.calendarToggleButtonElement.focus())}onValueUpdate(t){this.value=this.isOutOfBounds(t)?this.isBeforeMin(t)?this.min:this.max:t,l(this.root,"input"),l(this.root,"change")}onClickOutside(){this.expanded=!1}async componentWillLoad(){i(this.root),this.i18n=await s(this.root,p),this.locale=a()?u(this.root):n(this.root)}isOutOfBounds(t){return this.isBeforeMin(t)||this.isAfterMax(t)}isBeforeMin(t){return this.min&&this.min>t}isAfterMax(t){return this.max&&this.max<t}toggleCalendar(){this.expanded=!this.expanded,this.expanded&&h((()=>{this.monthCalendarElement.guxFocus(this.value)}))}onMonthCalendarInput(){this.value=this.monthCalendarElement.value,this.expanded=!1,this.calendarToggleButtonElement.focus()}incrementMonth(t){if(this.value){const{year:e,month:r}=g(this.value),i=((parseInt(r)+11+t)%12+1).toString().padStart(2,"0");this.value=d(e,i)}else this.value=c()}incrementYear(t){if(this.value){const{year:e,month:r}=g(this.value),i=Math.max(Number(e)+t,0).toString();this.value=d(i,r)}else this.value=c()}onSpinnerKeyDown(t,e,r){switch(t.key){case"ArrowDown":t.preventDefault(),e(-1);break;case"ArrowUp":t.preventDefault(),e(1);break;case"ArrowLeft":case"ArrowRight":t.preventDefault(),r.focus();break;case"Enter":t.preventDefault(),this.expanded=!0,h((()=>{this.monthCalendarElement.guxFocus(this.value)}));break;case" ":t.preventDefault()}}onSpinnerKeyUp(t){t.stopPropagation()," "===t.key&&(t.preventDefault(),this.expanded=!0,h((()=>{this.monthCalendarElement.guxFocus(this.value)})))}onSpinnerClick(){this.expanded=!0}getSpinnerLabel(t){if(this.value){const{year:e,month:r}=g(this.value);return new Date(Number(e),Number(r)-1).toLocaleDateString(this.locale,{[t]:f[t]})}return this.i18n(t)}getSpinnerValueNow(t){return this.value?g(this.value)[t]:"0"}getSpinnerValueText(){if(this.value){const{year:t,month:e}=g(this.value);return new Date(Number(t),Number(e)-1).toLocaleDateString(this.locale,{year:"numeric",month:"long"})}return this.i18n("unset")}renderMonthSpinnerButton(){return e("div",{role:"spinbutton",class:"gux-spinner",tabIndex:this.disabled?-1:0,onKeyDown:t=>this.onSpinnerKeyDown(t,(t=>this.incrementMonth(t)),this.yearSpinnerElement),onKeyUp:t=>this.onSpinnerKeyUp(t),onClick:()=>this.onSpinnerClick(),ref:t=>this.monthSpinnerElement=t,"aria-valuenow":this.getSpinnerValueNow("month"),"aria-valuetext":this.getSpinnerValueText(),"aria-valuemin":"1","aria-valuemax":"12","aria-label":this.i18n("month")},this.getSpinnerLabel("month"))}renderYearSpinnerButton(){return e("div",{role:"spinbutton",class:"gux-spinner",tabIndex:this.disabled?-1:0,onKeyDown:t=>this.onSpinnerKeyDown(t,(t=>this.incrementYear(t)),this.monthSpinnerElement),onKeyUp:t=>this.onSpinnerKeyUp(t),onClick:()=>this.onSpinnerClick(),ref:t=>this.yearSpinnerElement=t,"aria-valuenow":this.getSpinnerValueNow("year"),"aria-valuetext":this.getSpinnerValueText(),"aria-valuemin":"0","aria-label":this.i18n("year")},this.getSpinnerLabel("year"))}renderSpinnerButtons(){return m.includes(this.locale)?e("span",{class:"gux-display"},this.renderYearSpinnerButton(),this.renderMonthSpinnerButton()):e("span",{class:"gux-display"},this.renderMonthSpinnerButton(),this.renderYearSpinnerButton())}renderCalendarToggleButton(){return e("button",{class:{"gux-popup-toggle":!0,"gux-expanded":this.expanded},ref:t=>this.calendarToggleButtonElement=t,type:"button",onClick:()=>this.toggleCalendar(),disabled:this.disabled},e("gux-icon",{"icon-name":"calendar","screenreader-text":this.i18n("toggleCalendar")}))}renderTarget(){return e("div",{class:"gux-target",slot:"target"},this.renderSpinnerButtons(),this.renderCalendarToggleButton())}renderPopup(){return e("gux-month-calendar",{slot:"popup",ref:t=>this.monthCalendarElement=t,onInput:()=>this.onMonthCalendarInput(),value:this.value,min:this.min,max:this.max})}render(){return e("gux-popup",{expanded:this.expanded,disabled:this.disabled,"exceed-target-width":!0},this.renderTarget(),this.renderPopup())}get root(){return r(this)}static get watchers(){return{value:["onValueUpdate"]}}};(function(t,e,r,i){var o,s=arguments.length,n=s<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,r):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(t,e,r,i);else for(var a=t.length-1;a>=0;a--)(o=t[a])&&(n=(s<3?o(n):s>3?o(e,r,n):o(e,r))||n);s>3&&n&&Object.defineProperty(e,r,n)})([o({triggerEvents:"mousedown"})],b.prototype,"onClickOutside",null),b.style=":host{display:inline-block}.gux-target{display:inline-flex;gap:var(--gse-ui-formControl-input-gap);padding:var(--gse-ui-formControl-textarea-padding);cursor:pointer;background-color:var(--gse-ui-calendarMenu-backgroundColor);border:var(--gse-ui-formControl-input-default-border-width) var(--gse-ui-formControl-input-default-border-style) var(--gse-ui-formControl-input-default-border-color);border-radius:var(--gse-ui-formControl-input-borderRadius)}.gux-target:focus-within{border:var(--gse-ui-formControl-input-active-border-width) var(--gse-ui-formControl-input-active-border-style) var(--gse-ui-formControl-input-active-border-color);border-radius:var(--gse-ui-formControl-focusRing-borderRadius);outline:var(--gse-ui-formControl-input-focus-border-width) var(--gse-ui-formControl-input-focus-border-style) var(--gse-ui-formControl-input-focus-border-color);outline-offset:var(--gse-semantic-focusRing-offset)}.gux-target .gux-display{display:inline-flex;min-width:100px;padding-right:var(--gse-ui-formControl-input-gap);font-family:var(--gse-ui-formControl-label-text-fontFamily);font-size:var(--gse-ui-formControl-label-text-fontSize);font-weight:var(--gse-ui-formControl-label-text-fontWeight);line-height:var(--gse-ui-formControl-label-text-lineHeight);color:var(--gse-ui-formControl-label-labelColor)}.gux-target .gux-display .gux-spinner{outline:none}.gux-target .gux-display .gux-spinner:not(:first-child){margin-left:4px}.gux-target .gux-display .gux-spinner:focus-visible{background:var(--gse-ui-calendarMenu-month-hover-backgroundColor)}.gux-target .gux-popup-toggle{justify-content:right;color:var(--gse-ui-monthPicker-calendarStates-defaultColor);background:transparent;border:none}.gux-target .gux-popup-toggle:focus-visible{border-radius:var(--gse-ui-calendarMenu-month-calendarButton-focusBorderRadius);outline:var(--gse-ui-monthPicker-calendarStates-focus-border-width) var(--gse-ui-monthPicker-calendarStates-focus-border-style) var(--gse-ui-monthPicker-calendarStates-focus-border-color);outline-offset:var(--gse-semantic-focusRing-offset)}.gux-target .gux-popup-toggle:not(:disabled):hover{color:var(--gse-ui-monthPicker-calendarStates-hoverColor);cursor:pointer}.gux-target .gux-popup-toggle:not(:disabled):focus{color:var(--gse-ui-monthPicker-calendarStates-activeColor);cursor:pointer}.gux-target .gux-popup-toggle:disabled{color:var(--gse-ui-monthPicker-calendarStates-disabledColor)}.gux-target .gux-popup-toggle gux-icon{width:var(--gse-ui-icon-size-sm);height:var(--gse-ui-icon-size-sm)}.gux-target .gux-popup-toggle.gux-expanded{color:var(--gse-ui-monthPicker-calendarStates-activeColor)}";export{b as gux_month_picker_beta}
1
+ import{r as t,h as e,g as r}from"./p-2e827df1.js";import{t as i}from"./p-ac38fe83.js";import{O as o}from"./p-2d1bdeab.js";import{b as s,g as n}from"./p-0367930a.js";import{r as a,a as u}from"./p-faf62b32.js";import{s as l}from"./p-2c25e2f2.js";import{b as h}from"./p-cf0e7d3b.js";import{g,a as d,b as c}from"./p-67d92675.js";import"./p-4202e9f2.js";const p={toggleCalendar:"Toggle month calendar view",month:"Month",year:"Year",unset:"Unset"};const f={year:"numeric",month:"long"},m=["ar","he","ja","ko","zh-cn","zh-tw"],b=class{constructor(e){t(this,e),this.value=void 0,this.min=void 0,this.max=void 0,this.disabled=!1,this.expanded=!1,this.locale=void 0}onKeyDown(t){"Escape"===t.key&&(this.expanded=!1,this.calendarToggleButtonElement.focus())}onValueUpdate(t){this.value=this.isOutOfBounds(t)?this.isBeforeMin(t)?this.min:this.max:t,l(this.root,"input"),l(this.root,"change")}onClickOutside(){this.expanded=!1}async componentWillLoad(){i(this.root),this.i18n=await s(this.root,p),this.locale=a()?u(this.root):n(this.root)}isOutOfBounds(t){return this.isBeforeMin(t)||this.isAfterMax(t)}isBeforeMin(t){return this.min&&this.min>t}isAfterMax(t){return this.max&&this.max<t}toggleCalendar(){this.expanded=!this.expanded,this.expanded&&h((()=>{this.monthCalendarElement.guxFocus(this.value)}))}onMonthCalendarInput(){this.value=this.monthCalendarElement.value,this.expanded=!1,this.calendarToggleButtonElement.focus()}incrementMonth(t){if(this.value){const{year:e,month:r}=g(this.value),i=((parseInt(r)+11+t)%12+1).toString().padStart(2,"0");this.value=d(e,i)}else this.value=c()}incrementYear(t){if(this.value){const{year:e,month:r}=g(this.value),i=Math.max(Number(e)+t,0).toString();this.value=d(i,r)}else this.value=c()}onSpinnerKeyDown(t,e,r){switch(t.key){case"ArrowDown":t.preventDefault(),e(-1);break;case"ArrowUp":t.preventDefault(),e(1);break;case"ArrowLeft":case"ArrowRight":t.preventDefault(),r.focus();break;case"Enter":t.preventDefault(),this.expanded=!0,h((()=>{this.monthCalendarElement.guxFocus(this.value)}));break;case" ":t.preventDefault()}}onSpinnerKeyUp(t){t.stopPropagation()," "===t.key&&(t.preventDefault(),this.expanded=!0,h((()=>{this.monthCalendarElement.guxFocus(this.value)})))}onSpinnerClick(){this.expanded=!0}getSpinnerLabel(t){if(this.value){const{year:e,month:r}=g(this.value);return new Date(Number(e),Number(r)-1).toLocaleDateString(this.locale,{[t]:f[t]})}return this.i18n(t)}getSpinnerValueNow(t){return this.value?g(this.value)[t]:"0"}getSpinnerValueText(){if(this.value){const{year:t,month:e}=g(this.value);return new Date(Number(t),Number(e)-1).toLocaleDateString(this.locale,{year:"numeric",month:"long"})}return this.i18n("unset")}renderMonthSpinnerButton(){return e("div",{role:"spinbutton",class:"gux-spinner",tabIndex:this.disabled?-1:0,onKeyDown:t=>this.onSpinnerKeyDown(t,(t=>this.incrementMonth(t)),this.yearSpinnerElement),onKeyUp:t=>this.onSpinnerKeyUp(t),onClick:()=>this.onSpinnerClick(),ref:t=>this.monthSpinnerElement=t,"aria-valuenow":this.getSpinnerValueNow("month"),"aria-valuetext":this.getSpinnerValueText(),"aria-valuemin":"1","aria-valuemax":"12","aria-label":this.i18n("month")},this.getSpinnerLabel("month"))}renderYearSpinnerButton(){return e("div",{role:"spinbutton",class:"gux-spinner",tabIndex:this.disabled?-1:0,onKeyDown:t=>this.onSpinnerKeyDown(t,(t=>this.incrementYear(t)),this.monthSpinnerElement),onKeyUp:t=>this.onSpinnerKeyUp(t),onClick:()=>this.onSpinnerClick(),ref:t=>this.yearSpinnerElement=t,"aria-valuenow":this.getSpinnerValueNow("year"),"aria-valuetext":this.getSpinnerValueText(),"aria-valuemin":"0","aria-label":this.i18n("year")},this.getSpinnerLabel("year"))}renderSpinnerButtons(){return m.includes(this.locale)?e("span",{class:"gux-display"},this.renderYearSpinnerButton(),this.renderMonthSpinnerButton()):e("span",{class:"gux-display"},this.renderMonthSpinnerButton(),this.renderYearSpinnerButton())}renderCalendarToggleButton(){return e("button",{class:{"gux-popup-toggle":!0,"gux-expanded":this.expanded},ref:t=>this.calendarToggleButtonElement=t,type:"button",onClick:()=>this.toggleCalendar(),disabled:this.disabled},e("gux-icon",{"icon-name":"calendar","screenreader-text":this.i18n("toggleCalendar")}))}renderTarget(){return e("div",{class:"gux-target",slot:"target"},this.renderSpinnerButtons(),this.renderCalendarToggleButton())}renderPopup(){return e("gux-month-calendar",{slot:"popup",ref:t=>this.monthCalendarElement=t,onInput:()=>this.onMonthCalendarInput(),value:this.value,min:this.min,max:this.max})}render(){return e("gux-popup",{key:"3f81f5224264d20329762cafe03e04d03a396e6b",expanded:this.expanded,disabled:this.disabled,"exceed-target-width":!0},this.renderTarget(),this.renderPopup())}get root(){return r(this)}static get watchers(){return{value:["onValueUpdate"]}}};(function(t,e,r,i){var o,s=arguments.length,n=s<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,r):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(t,e,r,i);else for(var a=t.length-1;a>=0;a--)(o=t[a])&&(n=(s<3?o(n):s>3?o(e,r,n):o(e,r))||n);s>3&&n&&Object.defineProperty(e,r,n)})([o({triggerEvents:"mousedown"})],b.prototype,"onClickOutside",null),b.style=":host{display:inline-block}.gux-target{display:inline-flex;gap:var(--gse-ui-formControl-input-gap);padding:var(--gse-ui-formControl-textarea-padding);cursor:pointer;background-color:var(--gse-ui-calendarMenu-backgroundColor);border:var(--gse-ui-formControl-input-default-border-width) var(--gse-ui-formControl-input-default-border-style) var(--gse-ui-formControl-input-default-border-color);border-radius:var(--gse-ui-formControl-input-borderRadius)}.gux-target:focus-within{border:var(--gse-ui-formControl-input-active-border-width) var(--gse-ui-formControl-input-active-border-style) var(--gse-ui-formControl-input-active-border-color);border-radius:var(--gse-ui-formControl-focusRing-borderRadius);outline:var(--gse-ui-formControl-input-focus-border-width) var(--gse-ui-formControl-input-focus-border-style) var(--gse-ui-formControl-input-focus-border-color);outline-offset:var(--gse-semantic-focusRing-offset)}.gux-target .gux-display{display:inline-flex;min-width:100px;padding-right:var(--gse-ui-formControl-input-gap);font-family:var(--gse-ui-formControl-label-text-fontFamily);font-size:var(--gse-ui-formControl-label-text-fontSize);font-weight:var(--gse-ui-formControl-label-text-fontWeight);line-height:var(--gse-ui-formControl-label-text-lineHeight);color:var(--gse-ui-formControl-label-labelColor)}.gux-target .gux-display .gux-spinner{outline:none}.gux-target .gux-display .gux-spinner:not(:first-child){margin-left:4px}.gux-target .gux-display .gux-spinner:focus-visible{background:var(--gse-ui-calendarMenu-month-hover-backgroundColor)}.gux-target .gux-popup-toggle{justify-content:right;color:var(--gse-ui-monthPicker-calendarStates-defaultColor);background:transparent;border:none}.gux-target .gux-popup-toggle:focus-visible{border-radius:var(--gse-ui-calendarMenu-month-calendarButton-focusBorderRadius);outline:var(--gse-ui-monthPicker-calendarStates-focus-border-width) var(--gse-ui-monthPicker-calendarStates-focus-border-style) var(--gse-ui-monthPicker-calendarStates-focus-border-color);outline-offset:var(--gse-semantic-focusRing-offset)}.gux-target .gux-popup-toggle:not(:disabled):hover{color:var(--gse-ui-monthPicker-calendarStates-hoverColor);cursor:pointer}.gux-target .gux-popup-toggle:not(:disabled):focus{color:var(--gse-ui-monthPicker-calendarStates-activeColor);cursor:pointer}.gux-target .gux-popup-toggle:disabled{color:var(--gse-ui-monthPicker-calendarStates-disabledColor)}.gux-target .gux-popup-toggle gux-icon{width:var(--gse-ui-icon-size-sm);height:var(--gse-ui-icon-size-sm)}.gux-target .gux-popup-toggle.gux-expanded{color:var(--gse-ui-monthPicker-calendarStates-activeColor)}";export{b as gux_month_picker_beta}
@@ -0,0 +1 @@
1
+ import{r as e,h as o,H as t,g as r}from"./p-2e827df1.js";import{c as i,o as a}from"./p-f4751a15.js";import{O as l}from"./p-01471ba0.js";import{p as s}from"./p-a11d5d42.js";import{h as d}from"./p-6d8b4027.js";import{G as n,a as g,g as u,v as C}from"./p-f3b9b052.js";import{t as f}from"./p-ac38fe83.js";import"./p-0934300e.js";import"./p-8eaf8caf.js";import"./p-2c25e2f2.js";const p=class{constructor(o){e(this,o),this.disabled=void 0,this.hasError=!1,this.hasHelp=!1}onMutation(){this.hasError=d(this.root,"error"),this.hasHelp=d(this.root,"help")}componentWillLoad(){this.setInput(),this.hasError=d(this.root,"error"),this.hasHelp=d(this.root,"help"),f(this.root)}disconnectedCallback(){this.disabledObserver&&this.disabledObserver.disconnect()}render(){return o(t,{key:"f72e288a6f831e5439778a6005d01c7094adffd8",class:{"gux-input-error":this.hasError,"gux-disabled":this.disabled}},o("div",{key:"1af8837211b75d62ca3b1b303ddc310225da9bc6",class:"gux-form-field-container"},o("div",{key:"6d2998bcc82fedb54761c240c3d8ed835421e633",class:"gux-input-label"},o("div",{key:"ceb208dbd53366be1b5c295add0d4e0358384c88",class:"gux-input"},o("slot",{key:"086c7b822f29c03a3cf8e6b9443e582f14571b8d",name:"input",onSlotchange:()=>this.setInput()})),o("div",{key:"e86ac65433df765859ef08e691e010879d7ee1ba",class:"gux-label","aria-disabled":this.disabled?"true":"false"},o("slot",{key:"aec6d171182e67180f5aaafc7fd01d778f713c5d",name:"label"}),o(n,{key:"ff63180701da1917c12f75f374492b167d7cb6a2",show:this.hasError},o("slot",{key:"764bd91229915d738eab6a9f054bbfc2a50d71e1",name:"error"})),o(g,{key:"69ffe6e33652fc820f64bb74790c52a8cceff776",show:!this.hasError&&this.hasHelp},o("slot",{key:"ecf28c9e7cfd1b7eedebd76715728d19464d0835",name:"help"}))))))}setInput(){this.input=u(this.root,'input[type="radio"][slot="input"]'),s(this.input),this.disabled=i(this.input),this.disabledObserver=a(this.input,(e=>{this.disabled=e})),C(this.root,this.input)}get root(){return r(this)}};(function(e,o,t,r){var i,a=arguments.length,l=a<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,t):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)l=Reflect.decorate(e,o,t,r);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(l=(a<3?i(l):a>3?i(o,t,l):i(o,t))||l);a>3&&l&&Object.defineProperty(o,t,l)})([l({childList:!0,subtree:!0})],p.prototype,"onMutation",null),p.style=".gux-form-field-error{display:none;flex-direction:row;flex-wrap:nowrap;place-content:stretch flex-start;align-items:center;padding:var(--gse-ui-formControl-helper-errorPadding);font-family:var(--gse-ui-formControl-helper-helperText-fontFamily);font-size:var(--gse-ui-formControl-helper-helperText-fontSize);line-height:var(--gse-ui-formControl-helper-helperText-lineHeight);color:var(--gse-ui-formControl-helper-errorColor)}.gux-form-field-error.gux-show{display:flex}.gux-form-field-error gux-icon{flex:0 1 auto;align-self:auto;order:0;min-width:var(--gse-ui-icon-size-sm);min-height:var(--gse-ui-icon-size-sm);margin-right:var(--gse-ui-formControl-helper-gap);color:var(--gse-ui-formControl-helper-errorColor)}.gux-form-field-error .gux-message{flex:0 1 auto;align-self:auto;order:0}.gux-form-field-help{display:none;flex-direction:row;flex-wrap:nowrap;place-content:stretch flex-start;align-items:flex-start;justify-content:flex-start;padding:var(--gse-ui-formControl-helper-paddingSmall);font-family:var(--gse-ui-formControl-helper-helperText-fontFamily);font-size:var(--gse-ui-formControl-helper-helperText-fontSize);line-height:var(--gse-ui-formControl-helper-helperText-lineHeight);color:var(--gse-ui-formControl-helper-defaultColor)}.gux-form-field-help.gux-show{display:flex}.gux-form-field-help .gux-message{flex:0 1 auto;align-self:none;order:0}:host{display:block}:host(.gux-disabled){cursor:not-allowed;opacity:var(--gse-ui-radioButton-disabled-opacity)}:host(.gux-disabled) ::slotted(label){cursor:not-allowed}:host(.gux-input-error) input[type=radio]:checked::before{background:var(--gse-ui-radioButton-icon-error-foregroundColor);-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 8C5 6.31563 6.31563 5 8 5C9.65625 5 11 6.31563 11 8C11 9.65625 9.65625 11 8 11C6.31563 11 5 9.65625 5 8ZM16 8C16 12.4187 12.4187 16 8 16C3.58125 16 0 12.4187 0 8C0 3.58125 3.58125 0 8 0C12.4187 0 16 3.58125 16 8ZM8 1.5C4.40938 1.5 1.5 4.40938 1.5 8C1.5 11.5906 4.40938 14.5 8 14.5C11.5906 14.5 14.5 11.5906 14.5 8C14.5 4.40938 11.5906 1.5 8 1.5Z' /%3E%3C/svg%3E\");mask-image:url(\"data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 8C5 6.31563 6.31563 5 8 5C9.65625 5 11 6.31563 11 8C11 9.65625 9.65625 11 8 11C6.31563 11 5 9.65625 5 8ZM16 8C16 12.4187 12.4187 16 8 16C3.58125 16 0 12.4187 0 8C0 3.58125 3.58125 0 8 0C12.4187 0 16 3.58125 16 8ZM8 1.5C4.40938 1.5 1.5 4.40938 1.5 8C1.5 11.5906 4.40938 14.5 8 14.5C11.5906 14.5 14.5 11.5906 14.5 8C14.5 4.40938 11.5906 1.5 8 1.5Z' /%3E%3C/svg%3E\")}:host(.gux-input-error) ::slotted(input[type=radio]:not(:checked))::before{background:var(--gse-ui-radioButton-icon-error-foregroundColor);-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 8C16 12.4187 12.4187 16 8 16C3.58125 16 0 12.4187 0 8C0 3.58125 3.58125 0 8 0C12.4187 0 16 3.58125 16 8ZM8 1.5C4.40937 1.5 1.5 4.40937 1.5 8C1.5 11.5906 4.40937 14.5 8 14.5C11.5906 14.5 14.5 11.5906 14.5 8C14.5 4.40937 11.5906 1.5 8 1.5Z' /%3E%3C/svg%3E\");mask-image:url(\"data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 8C16 12.4187 12.4187 16 8 16C3.58125 16 0 12.4187 0 8C0 3.58125 3.58125 0 8 0C12.4187 0 16 3.58125 16 8ZM8 1.5C4.40937 1.5 1.5 4.40937 1.5 8C1.5 11.5906 4.40937 14.5 8 14.5C11.5906 14.5 14.5 11.5906 14.5 8C14.5 4.40937 11.5906 1.5 8 1.5Z' /%3E%3C/svg%3E\")}:host(.gux-input-error) .gux-form-field-error{font-family:var(--gse-ui-formControl-helper-helperText-fontFamily);color:var(--gse-ui-radioButton-icon-error-foregroundColor)}.gux-input-label{display:flex;flex-direction:row;gap:var(--gse-ui-radioButton-helper-gap);padding-top:4px}.gux-input-label .gux-label{display:flex;flex-direction:column;line-height:var(--gse-ui-radioButton-label-text-lineHeight)}.gux-input-label .gux-input{line-height:16px}::slotted(input[type=radio]){display:inline-grid;width:var(--gse-ui-radioButton-icon-width);height:var(--gse-ui-radioButton-icon-height);margin:0;color:var(--gse-ui-radioButton-icon-default-unselectedForegroundColor);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/1;content:\"\";border-radius:50%}::slotted(input[type=radio]:focus-visible){border-radius:var(--gse-ui-radioButton-focus-borderRadius);outline:var(--gse-ui-radioButton-focus-border-width) var(--gse-ui-radioButton-focus-border-style) var(--gse-ui-radioButton-focus-border-color);outline-offset:var(--gse-semantic-focusRing-offset)}::slotted(input[type=radio]:not(:checked))::before{background:var(--gse-ui-radioButton-icon-default-unselectedForegroundColor);-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M16 8C16 12.4187 12.4187 16 8 16C3.58125 16 0 12.4187 0 8C0 3.58125 3.58125 0 8 0C12.4187 0 16 3.58125 16 8ZM8 1.5C4.40937 1.5 1.5 4.40937 1.5 8C1.5 11.5906 4.40937 14.5 8 14.5C11.5906 14.5 14.5 11.5906 14.5 8C14.5 4.40937 11.5906 1.5 8 1.5Z' fill-rule='evenodd' clip-rule='evenodd' /%3E%3C/svg%3E\");mask-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M16 8C16 12.4187 12.4187 16 8 16C3.58125 16 0 12.4187 0 8C0 3.58125 3.58125 0 8 0C12.4187 0 16 3.58125 16 8ZM8 1.5C4.40937 1.5 1.5 4.40937 1.5 8C1.5 11.5906 4.40937 14.5 8 14.5C11.5906 14.5 14.5 11.5906 14.5 8C14.5 4.40937 11.5906 1.5 8 1.5Z' fill-rule='evenodd' clip-rule='evenodd' /%3E%3C/svg%3E\")}::slotted(input[type=radio]:not(:checked):not(:disabled):hover)::before{background:var(--gse-ui-radioButton-icon-hover-foregroundColor);-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M16 8C16 12.4187 12.4187 16 8 16C3.58125 16 0 12.4187 0 8C0 3.58125 3.58125 0 8 0C12.4187 0 16 3.58125 16 8ZM8 1.5C4.40937 1.5 1.5 4.40937 1.5 8C1.5 11.5906 4.40937 14.5 8 14.5C11.5906 14.5 14.5 11.5906 14.5 8C14.5 4.40937 11.5906 1.5 8 1.5Z' fill-rule='evenodd' clip-rule='evenodd' /%3E%3C/svg%3E\");mask-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M16 8C16 12.4187 12.4187 16 8 16C3.58125 16 0 12.4187 0 8C0 3.58125 3.58125 0 8 0C12.4187 0 16 3.58125 16 8ZM8 1.5C4.40937 1.5 1.5 4.40937 1.5 8C1.5 11.5906 4.40937 14.5 8 14.5C11.5906 14.5 14.5 11.5906 14.5 8C14.5 4.40937 11.5906 1.5 8 1.5Z' fill-rule='evenodd' clip-rule='evenodd' /%3E%3C/svg%3E\")}::slotted(input[type=radio]:checked:not(:disabled):hover)::before{background:var(--gse-ui-radioButton-icon-hover-foregroundColor);-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 8C5 6.31563 6.31563 5 8 5C9.65625 5 11 6.31563 11 8C11 9.65625 9.65625 11 8 11C6.31563 11 5 9.65625 5 8ZM16 8C16 12.4187 12.4187 16 8 16C3.58125 16 0 12.4187 0 8C0 3.58125 3.58125 0 8 0C12.4187 0 16 3.58125 16 8ZM8 1.5C4.40938 1.5 1.5 4.40938 1.5 8C1.5 11.5906 4.40938 14.5 8 14.5C11.5906 14.5 14.5 11.5906 14.5 8C14.5 4.40938 11.5906 1.5 8 1.5Z' /%3E%3C/svg%3E\");mask-image:url(\"data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 8C5 6.31563 6.31563 5 8 5C9.65625 5 11 6.31563 11 8C11 9.65625 9.65625 11 8 11C6.31563 11 5 9.65625 5 8ZM16 8C16 12.4187 12.4187 16 8 16C3.58125 16 0 12.4187 0 8C0 3.58125 3.58125 0 8 0C12.4187 0 16 3.58125 16 8ZM8 1.5C4.40938 1.5 1.5 4.40938 1.5 8C1.5 11.5906 4.40938 14.5 8 14.5C11.5906 14.5 14.5 11.5906 14.5 8C14.5 4.40938 11.5906 1.5 8 1.5Z' /%3E%3C/svg%3E\")}::slotted(input[type=radio]:checked)::before{background:var(--gse-ui-radioButton-icon-default-selectedForegroundColor);-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 8C5 6.31563 6.31563 5 8 5C9.65625 5 11 6.31563 11 8C11 9.65625 9.65625 11 8 11C6.31563 11 5 9.65625 5 8ZM16 8C16 12.4187 12.4187 16 8 16C3.58125 16 0 12.4187 0 8C0 3.58125 3.58125 0 8 0C12.4187 0 16 3.58125 16 8ZM8 1.5C4.40938 1.5 1.5 4.40938 1.5 8C1.5 11.5906 4.40938 14.5 8 14.5C11.5906 14.5 14.5 11.5906 14.5 8C14.5 4.40938 11.5906 1.5 8 1.5Z' /%3E%3C/svg%3E\");mask-image:url(\"data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 8C5 6.31563 6.31563 5 8 5C9.65625 5 11 6.31563 11 8C11 9.65625 9.65625 11 8 11C6.31563 11 5 9.65625 5 8ZM16 8C16 12.4187 12.4187 16 8 16C3.58125 16 0 12.4187 0 8C0 3.58125 3.58125 0 8 0C12.4187 0 16 3.58125 16 8ZM8 1.5C4.40938 1.5 1.5 4.40938 1.5 8C1.5 11.5906 4.40938 14.5 8 14.5C11.5906 14.5 14.5 11.5906 14.5 8C14.5 4.40938 11.5906 1.5 8 1.5Z' /%3E%3C/svg%3E\")}::slotted(input[type=radio]:disabled)::before{cursor:not-allowed;opacity:var(--gse-ui-radioButton-disabled-opacity)}::slotted(label){display:inline-block;font-family:var(--gse-ui-radioButton-label-text-fontFamily);font-size:var(--gse-ui-formControl-label-text-fontSize);font-weight:var(--gse-ui-radioButton-label-text-fontWeight);line-height:var(--gse-ui-radioButton-label-text-lineHeight);color:var(--gse-ui-radioButton-label-foregroundColor);vertical-align:middle}";export{p as gux_form_field_radio}