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

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 (1307) 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 +6 -4
  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 +598 -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 +81 -80
  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 +5 -3
  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-0a903414.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 +762 -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.css +10 -2
  447. package/dist/collection/components/stable/gux-modal/gux-modal.js +200 -200
  448. package/dist/collection/components/stable/gux-modal/tests/gux-modal.e2e.js +129 -129
  449. package/dist/collection/components/stable/gux-modal/tests/gux-modal.spec.js +85 -85
  450. package/dist/collection/components/stable/gux-page-loading-spinner/gux-page-loading-spinner.js +43 -43
  451. package/dist/collection/components/stable/gux-page-loading-spinner/tests/gux-page-loading-spinner.e2e.js +28 -28
  452. package/dist/collection/components/stable/gux-page-loading-spinner/tests/gux-page-loading-spinner.spec.js +7 -7
  453. package/dist/collection/components/stable/gux-pagination/gux-pagination-buttons/gux-pagination-button.service.js +124 -124
  454. package/dist/collection/components/stable/gux-pagination/gux-pagination-buttons/gux-pagination-buttons.js +157 -157
  455. package/dist/collection/components/stable/gux-pagination/gux-pagination-buttons/gux-pagination-ellipsis-button/gux-pagination-ellipsis-button.js +147 -147
  456. package/dist/collection/components/stable/gux-pagination/gux-pagination-buttons/tests/gux-pagination-buttons.service.spec.js +125 -125
  457. package/dist/collection/components/stable/gux-pagination/gux-pagination-buttons/tests/gux-pagination-buttons.spec.js +16 -16
  458. package/dist/collection/components/stable/gux-pagination/gux-pagination-item-counts/gux-pagination-item-counts.js +98 -98
  459. package/dist/collection/components/stable/gux-pagination/gux-pagination-item-counts/tests/gux-pagination-item-counts.spec.js +16 -16
  460. package/dist/collection/components/stable/gux-pagination/gux-pagination-items-per-page/gux-pagination-items-per-page.js +85 -85
  461. package/dist/collection/components/stable/gux-pagination/gux-pagination-items-per-page/tests/gux-pagination-items-per-page.spec.js +18 -18
  462. package/dist/collection/components/stable/gux-pagination/gux-pagination.js +209 -209
  463. package/dist/collection/components/stable/gux-pagination/tests/gux-pagination.e2e.js +81 -81
  464. package/dist/collection/components/stable/gux-pagination/tests/gux-pagination.spec.js +87 -87
  465. package/dist/collection/components/stable/gux-pagination-cursor/gux-pagination-cursor.js +170 -170
  466. package/dist/collection/components/stable/gux-pagination-cursor/tests/gux-pagination-cursor.e2e.js +59 -59
  467. package/dist/collection/components/stable/gux-pagination-cursor/tests/gux-pagination-cursor.spec.js +59 -59
  468. package/dist/collection/components/stable/gux-popover/gux-popover.js +255 -255
  469. package/dist/collection/components/stable/gux-popover/tests/gux-popover.e2e.js +26 -26
  470. package/dist/collection/components/stable/gux-popover/tests/gux-popover.spec.js +35 -31
  471. package/dist/collection/components/stable/gux-popover-list/gux-popover-list.js +248 -248
  472. package/dist/collection/components/stable/gux-popover-list/tests/gux-popover-list.e2e.js +26 -26
  473. package/dist/collection/components/stable/gux-popover-list/tests/gux-popover-list.spec.js +35 -31
  474. package/dist/collection/components/stable/gux-popup/gux-popup.js +234 -234
  475. package/dist/collection/components/stable/gux-popup/tests/gux-popup.e2e.js +14 -14
  476. package/dist/collection/components/stable/gux-popup/tests/gux-popup.spec.js +22 -18
  477. package/dist/collection/components/stable/gux-radial-loading/gux-radial-loading.functional.js +7 -7
  478. package/dist/collection/components/stable/gux-radial-loading/gux-radial-loading.js +69 -69
  479. package/dist/collection/components/stable/gux-radial-loading/tests/gux-radial-loading.e2e.js +27 -27
  480. package/dist/collection/components/stable/gux-radial-loading/tests/gux-radial-loading.spec.js +26 -26
  481. package/dist/collection/components/stable/gux-radial-progress/gux-radial-progress.functional.js +2 -2
  482. package/dist/collection/components/stable/gux-radial-progress/gux-radial-progress.js +88 -88
  483. package/dist/collection/components/stable/gux-radial-progress/gux-radial-progress.service.js +2 -2
  484. package/dist/collection/components/stable/gux-radial-progress/tests/gux-radial-progress.e2e.js +48 -48
  485. package/dist/collection/components/stable/gux-radial-progress/tests/gux-radial-progress.service.spec.js +31 -31
  486. package/dist/collection/components/stable/gux-radial-progress/tests/gux-radial-progress.spec.js +48 -48
  487. package/dist/collection/components/stable/gux-rating/gux-rating.js +213 -213
  488. package/dist/collection/components/stable/gux-rating/tests/gux-rating.e2e.js +282 -282
  489. package/dist/collection/components/stable/gux-rating/tests/gux-rating.spec.js +36 -36
  490. package/dist/collection/components/stable/gux-skip-navigation-list/gux-skip-navigation-item/gux-skip-navigation-item.js +16 -16
  491. package/dist/collection/components/stable/gux-skip-navigation-list/gux-skip-navigation-list.js +21 -21
  492. package/dist/collection/components/stable/gux-skip-navigation-list/tests/gux-skip-navigation-list.e2e.js +6 -6
  493. package/dist/collection/components/stable/gux-skip-navigation-list/tests/gux-skip-navigation-list.spec.js +6 -6
  494. package/dist/collection/components/stable/gux-table/gux-all-row-select/gux-all-row-select.js +123 -122
  495. package/dist/collection/components/stable/gux-table/gux-all-row-select/tests/gux-all-row-select.spec.js +5 -5
  496. package/dist/collection/components/stable/gux-table/gux-row-select/gux-row-select.js +95 -95
  497. package/dist/collection/components/stable/gux-table/gux-row-select/tests/gux-row-select.spec.js +5 -5
  498. package/dist/collection/components/stable/gux-table/gux-sort-control/gux-sort-control.js +158 -158
  499. package/dist/collection/components/stable/gux-table/gux-sort-control/tests/gux-sort-control.e2e.js +46 -46
  500. package/dist/collection/components/stable/gux-table/gux-sort-control/tests/gux-sort-control.markup.js +20 -20
  501. package/dist/collection/components/stable/gux-table/gux-sort-control/tests/gux-sort-control.spec.js +34 -34
  502. package/dist/collection/components/stable/gux-table/gux-table-select-menu/gux-table-select-menu.js +112 -112
  503. package/dist/collection/components/stable/gux-table/gux-table-select-menu/tests/gux-table-select-menu.spec.js +5 -5
  504. package/dist/collection/components/stable/gux-table/gux-table.js +450 -450
  505. package/dist/collection/components/stable/gux-table/tests/gux-table.e2e.js +145 -145
  506. package/dist/collection/components/stable/gux-table/tests/gux-table.spec.js +5 -5
  507. package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar-action/gux-table-toolbar-action.js +132 -132
  508. package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar-action/tests/gux-table-toolbar-action.e2e.js +47 -47
  509. package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar-action/tests/gux-table-toolbar-action.spec.js +45 -45
  510. package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar-custom-action/gux-table-toolbar-custom-action.js +106 -106
  511. package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar-custom-action/tests/gux-table-toolbar-custom-action.e2e.js +39 -39
  512. package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar-custom-action/tests/gux-table-toolbar-custom-action.spec.js +17 -17
  513. package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar-menu-button/gux-table-toolbar-menu-button.js +143 -143
  514. package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar.js +192 -192
  515. package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar.service.js +9 -9
  516. package/dist/collection/components/stable/gux-table-toolbar/tests/gux-table-toolbar.e2e.js +8 -8
  517. package/dist/collection/components/stable/gux-table-toolbar/tests/gux-table-toolbar.spec.js +12 -12
  518. package/dist/collection/components/stable/gux-tabs/gux-tab/gux-tab.js +186 -185
  519. package/dist/collection/components/stable/gux-tabs/gux-tab/tests/gux-tab.e2e.js +10 -10
  520. package/dist/collection/components/stable/gux-tabs/gux-tab/tests/gux-tab.spec.js +11 -11
  521. package/dist/collection/components/stable/gux-tabs/gux-tab-list/gux-tab-list.js +336 -335
  522. package/dist/collection/components/stable/gux-tabs/gux-tab-list/tests/gux-tab-list.e2e.js +10 -10
  523. package/dist/collection/components/stable/gux-tabs/gux-tab-list/tests/gux-tab-list.spec.js +11 -11
  524. package/dist/collection/components/stable/gux-tabs/gux-tab-panel/gux-tab-panel.js +100 -99
  525. package/dist/collection/components/stable/gux-tabs/gux-tab-panel/tests/gux-tab-panel.e2e.js +10 -10
  526. package/dist/collection/components/stable/gux-tabs/gux-tab-panel/tests/gux-tab-panel.spec.js +11 -11
  527. package/dist/collection/components/stable/gux-tabs/gux-tabs.js +186 -185
  528. package/dist/collection/components/stable/gux-tabs/tests/gux-tabs.e2e.js +97 -97
  529. package/dist/collection/components/stable/gux-tabs/tests/gux-tabs.spec.js +20 -20
  530. package/dist/collection/components/stable/gux-tabs-advanced/gux-tab-advanced/gux-tab-advanced.js +308 -307
  531. package/dist/collection/components/stable/gux-tabs-advanced/gux-tab-advanced-list/gux-tab-advanced-list.js +595 -594
  532. package/dist/collection/components/stable/gux-tabs-advanced/gux-tab-advanced-panel/gux-tab-advanced-panel.js +99 -98
  533. package/dist/collection/components/stable/gux-tabs-advanced/gux-tabs-advanced.js +127 -126
  534. package/dist/collection/components/stable/gux-tabs-advanced/tests/gux-tabs-advanced.e2e.js +87 -87
  535. package/dist/collection/components/stable/gux-tabs-advanced/tests/gux-tabs-advanced.spec.js +14 -14
  536. package/dist/collection/components/stable/gux-tag/gux-tag.js +161 -161
  537. package/dist/collection/components/stable/gux-tag/tests/gux-tag.e2e.js +128 -128
  538. package/dist/collection/components/stable/gux-tag/tests/gux-tag.spec.js +88 -88
  539. package/dist/collection/components/stable/gux-text-highlight/gux-text-highlight.js +150 -150
  540. package/dist/collection/components/stable/gux-text-highlight/tests/gux-text-highlight.e2e.js +66 -66
  541. package/dist/collection/components/stable/gux-text-highlight/tests/gux-text-hightlight.spec.js +65 -65
  542. package/dist/collection/components/stable/gux-time-picker/gux-time-picker.js +384 -384
  543. package/dist/collection/components/stable/gux-time-picker/gux-time-picker.service.js +117 -117
  544. package/dist/collection/components/stable/gux-time-picker/tests/gux-time-picker.e2e.js +37 -37
  545. package/dist/collection/components/stable/gux-time-picker/tests/gux-time-picker.service.spec.js +693 -693
  546. package/dist/collection/components/stable/gux-time-picker/tests/gux-time-picker.spec.js +6 -6
  547. package/dist/collection/components/stable/gux-toast/gux-toast.js +107 -107
  548. package/dist/collection/components/stable/gux-toast/tests/gux-toast.e2e.js +69 -69
  549. package/dist/collection/components/stable/gux-toast/tests/gux-toast.spec.js +59 -59
  550. package/dist/collection/components/stable/gux-toggle/gux-toggle-slider/gux-toggle-slider.js +130 -130
  551. package/dist/collection/components/stable/gux-toggle/gux-toggle.js +249 -249
  552. package/dist/collection/components/stable/gux-toggle/tests/gux-toggle.e2e.js +123 -123
  553. package/dist/collection/components/stable/gux-toggle/tests/gux-toggle.spec.js +99 -99
  554. package/dist/collection/components/stable/gux-tooltip/gux-tooltip.js +253 -253
  555. package/dist/collection/components/stable/gux-tooltip/tests/gux-tooltip.e2e.js +19 -19
  556. package/dist/collection/components/stable/gux-tooltip/tests/gux-tooltip.spec.js +27 -27
  557. package/dist/collection/components/stable/gux-tooltip-title/gux-tooltip-title.js +205 -205
  558. package/dist/collection/components/stable/gux-truncate/gux-truncate.js +116 -116
  559. package/dist/collection/components/stable/gux-truncate/tests/gux-truncate.e2e.js +25 -25
  560. package/dist/collection/components/stable/gux-truncate/tests/gux-truncate.spec.js +14 -14
  561. package/dist/collection/genesys-spark-utils/get-closest-element.js +13 -13
  562. package/dist/collection/genesys-spark-utils/intl.js +64 -64
  563. package/dist/collection/i18n/DateTimeFormatter.js +38 -38
  564. package/dist/collection/i18n/check-regional-dates-cookie.js +3 -3
  565. package/dist/collection/i18n/fetchResources.js +7 -7
  566. package/dist/collection/i18n/index.js +60 -60
  567. package/dist/collection/i18n/time-zone/identifiers.js +458 -458
  568. package/dist/collection/test/axeConfig.js +4 -4
  569. package/dist/collection/test/e2eTestUtils.js +14 -14
  570. package/dist/collection/test/specTestUtils.js +5 -5
  571. package/dist/collection/utils/array/async-filter.js +2 -2
  572. package/dist/collection/utils/date/from-iso-time-string.js +1 -1
  573. package/dist/collection/utils/date/from-iso-time-string.spec.js +9 -9
  574. package/dist/collection/utils/date/get-valid-timezone.js +4 -4
  575. package/dist/collection/utils/date/get-valid-timezone.spec.js +30 -30
  576. package/dist/collection/utils/date/iso-dates.js +13 -13
  577. package/dist/collection/utils/date/iso-dates.spec.js +163 -163
  578. package/dist/collection/utils/date/time-zone.js +80 -80
  579. package/dist/collection/utils/date/time-zone.spec.js +16 -16
  580. package/dist/collection/utils/date/year-month-values.js +7 -7
  581. package/dist/collection/utils/date/year-month-values.spec.js +76 -76
  582. package/dist/collection/utils/decorator/on-click-outside.js +56 -56
  583. package/dist/collection/utils/decorator/on-mutation.js +26 -26
  584. package/dist/collection/utils/decorator/on-resize.js +26 -26
  585. package/dist/collection/utils/dom/after-next-render.js +2 -2
  586. package/dist/collection/utils/dom/calculate-input-disabled-state.js +2 -2
  587. package/dist/collection/utils/dom/event-is-from.js +12 -12
  588. package/dist/collection/utils/dom/event-is-from.spec.js +26 -26
  589. package/dist/collection/utils/dom/find-element-by-id.js +18 -18
  590. package/dist/collection/utils/dom/get-closest-element.js +12 -12
  591. package/dist/collection/utils/dom/get-slot-text-content.js +2 -2
  592. package/dist/collection/utils/dom/get-slot.js +1 -1
  593. package/dist/collection/utils/dom/get-text-content-from-nodes.js +10 -10
  594. package/dist/collection/utils/dom/has-slot.js +1 -1
  595. package/dist/collection/utils/dom/manipulate-elements-classes.js +6 -6
  596. package/dist/collection/utils/dom/manipulate-elements-classes.spec.js +83 -83
  597. package/dist/collection/utils/dom/on-attribute-change.js +25 -25
  598. package/dist/collection/utils/dom/on-input-disabled-state-change.js +12 -12
  599. package/dist/collection/utils/dom/on-mutation.js +7 -7
  600. package/dist/collection/utils/dom/prevent-browser-validation-styling.js +3 -3
  601. package/dist/collection/utils/dom/random-html-id.js +1 -1
  602. package/dist/collection/utils/dom/random-html-id.spec.js +11 -11
  603. package/dist/collection/utils/dom/set-input-value.js +6 -6
  604. package/dist/collection/utils/dom/simulate-native-event.js +10 -10
  605. package/dist/collection/utils/dom/when-event-is-from.js +12 -12
  606. package/dist/collection/utils/dom/when-event-is-from.spec.js +34 -34
  607. package/dist/collection/utils/error/log-error.js +2 -2
  608. package/dist/collection/utils/number/clamp.js +4 -4
  609. package/dist/collection/utils/string/capitalize-first-letter.js +1 -1
  610. package/dist/collection/utils/string/search.js +29 -29
  611. package/dist/collection/utils/string/search.spec.js +36 -36
  612. package/dist/collection/utils/tracking/usage.js +47 -47
  613. package/dist/collection/utils/tracking/usage.spec.js +108 -108
  614. package/dist/deploy-info.json +3 -3
  615. package/dist/esm/{after-next-render-84ec18ad.js → after-next-render-07a41f53.js} +2 -2
  616. package/dist/esm/app-globals-0f993ce5.js +3 -0
  617. package/dist/esm/{capitalize-first-letter-45fad3db.js → capitalize-first-letter-404638dd.js} +1 -1
  618. package/dist/esm/check-regional-dates-cookie-a5438531.js +110 -0
  619. package/dist/esm/clamp-1fc36648.js +8 -0
  620. package/dist/esm/event-is-from-60a4bc72.js +20 -0
  621. package/dist/esm/find-element-by-id-d0ce6208.js +24 -0
  622. package/dist/esm/{floating-ui.dom.esm-393a5c50.js → floating-ui.dom.esm-8b93f9de.js} +266 -195
  623. package/dist/esm/genesys-webcomponents.js +7 -5
  624. package/dist/esm/get-closest-element-728b9f18.js +17 -0
  625. package/dist/esm/get-slot-c26d3ab0.js +5 -0
  626. package/dist/esm/get-slot-text-content-95a85429.js +6 -0
  627. package/dist/esm/get-valid-timezone-daff1c0b.js +517 -0
  628. package/dist/esm/gux-accordion-section.entry.js +60 -59
  629. package/dist/esm/gux-accordion.entry.js +35 -34
  630. package/dist/esm/gux-action-button.entry.js +120 -119
  631. package/dist/esm/gux-action-toast-legacy.entry.js +14 -13
  632. package/dist/esm/gux-advanced-dropdown-legacy.entry.js +194 -193
  633. package/dist/esm/gux-all-row-select.entry.js +29 -28
  634. package/dist/esm/gux-announce-beta.entry.js +23 -22
  635. package/dist/esm/gux-avatar-beta.entry.js +104 -103
  636. package/dist/esm/gux-badge.entry.js +41 -40
  637. package/dist/esm/gux-blank-state.entry.js +34 -33
  638. package/dist/esm/gux-breadcrumb-item.entry.js +37 -36
  639. package/dist/esm/gux-breadcrumbs.entry.js +23 -22
  640. package/dist/esm/gux-button-multi.entry.js +105 -104
  641. package/dist/esm/gux-button-slot.entry.js +33 -32
  642. package/dist/esm/gux-button.entry.js +53 -52
  643. package/dist/esm/gux-calendar-beta.entry.js +212 -211
  644. package/dist/esm/gux-calendar.entry.js +345 -344
  645. package/dist/esm/gux-card.entry.js +18 -17
  646. package/dist/esm/gux-column-manager-item.entry.js +152 -151
  647. package/dist/esm/gux-column-manager.entry.js +99 -98
  648. package/dist/esm/gux-column-manager.service-90a02975.js +83 -0
  649. package/dist/esm/gux-content-search.entry.js +135 -134
  650. package/dist/esm/gux-context-menu.entry.js +108 -107
  651. package/dist/esm/gux-copy-to-clipboard.entry.js +58 -57
  652. package/dist/esm/gux-create-option.entry.js +45 -44
  653. package/dist/esm/gux-cta-group.entry.js +63 -62
  654. package/dist/esm/gux-date-beta.entry.js +36 -36
  655. package/dist/esm/gux-date-time-beta.entry.js +37 -37
  656. package/dist/esm/gux-datepicker.entry.js +598 -592
  657. package/dist/esm/gux-disclosure-button-legacy.entry.js +47 -46
  658. package/dist/esm/gux-dismiss-button.entry.js +19 -18
  659. package/dist/esm/gux-dropdown-multi-tag.entry.js +38 -37
  660. package/dist/esm/gux-dropdown-multi.entry.js +371 -370
  661. package/dist/esm/gux-dropdown-option.entry.js +75 -74
  662. package/dist/esm/gux-dropdown_3.entry.js +522 -519
  663. package/dist/esm/gux-flag-icon-beta.entry.js +17 -16
  664. package/dist/esm/gux-flyout-menu.entry.js +168 -167
  665. package/dist/esm/gux-form-field-checkbox.entry.js +61 -60
  666. package/dist/esm/gux-form-field-color.entry.js +79 -78
  667. package/dist/esm/gux-form-field-container-777ec473.js +18 -0
  668. package/dist/esm/gux-form-field-dropdown.entry.js +95 -94
  669. package/dist/esm/gux-form-field-fieldset-container-9b9fee2f.js +21 -0
  670. package/dist/esm/gux-form-field-input-clear-button.entry.js +18 -17
  671. package/dist/esm/gux-form-field-number_3.entry.js +348 -345
  672. package/dist/esm/gux-form-field-phone.entry.js +95 -94
  673. package/dist/esm/gux-form-field-radio.entry.js +57 -56
  674. package/dist/esm/gux-form-field-range.entry.js +146 -145
  675. package/dist/esm/gux-form-field-search.entry.js +96 -95
  676. package/dist/esm/gux-form-field-select.entry.js +83 -82
  677. package/dist/esm/gux-form-field-text-like.entry.js +112 -111
  678. package/dist/esm/gux-form-field-textarea.entry.js +96 -95
  679. package/dist/esm/gux-form-field-time-picker.entry.js +97 -96
  680. package/dist/esm/gux-form-field-time-zone-picker.entry.js +96 -95
  681. package/dist/esm/gux-form-field.service-f168cdd4.js +140 -0
  682. package/dist/esm/gux-icon.entry.js +169 -168
  683. package/dist/esm/gux-inline-alert.entry.js +34 -33
  684. package/dist/esm/gux-list-divider.entry.js +9 -8
  685. package/dist/esm/gux-list-item.entry.js +27 -26
  686. package/dist/esm/gux-list.entry.js +52 -51
  687. package/dist/esm/gux-list.service-5da368db.js +73 -0
  688. package/dist/esm/gux-listbox-multi.entry.js +216 -215
  689. package/dist/esm/gux-listbox.service-28ef1770.js +148 -0
  690. package/dist/esm/gux-loading-message.entry.js +14 -13
  691. package/dist/esm/gux-menu-option.entry.js +32 -31
  692. package/dist/esm/gux-menu.common-b2a4d472.js +77 -0
  693. package/dist/esm/gux-menu.entry.js +9 -8
  694. package/dist/esm/gux-modal-legacy.entry.js +70 -69
  695. package/dist/esm/gux-modal.entry.js +81 -80
  696. package/dist/esm/gux-month-calendar.entry.js +137 -136
  697. package/dist/esm/gux-month-list_2.entry.js +71 -69
  698. package/dist/esm/gux-month-picker-beta.entry.js +196 -195
  699. package/dist/esm/gux-notification-toast-legacy.entry.js +22 -21
  700. package/dist/esm/gux-option-group-beta.entry.js +46 -45
  701. package/dist/esm/gux-option-icon.entry.js +62 -61
  702. package/dist/esm/gux-option-multi.entry.js +64 -63
  703. package/dist/esm/gux-page-loading-spinner.entry.js +15 -14
  704. package/dist/esm/gux-pagination-buttons-legacy_3.entry.js +213 -210
  705. package/dist/esm/gux-pagination-buttons_2.entry.js +226 -224
  706. package/dist/esm/gux-pagination-cursor.entry.js +49 -48
  707. package/dist/esm/gux-pagination-items-per-page.entry.js +27 -26
  708. package/dist/esm/gux-pagination-legacy.entry.js +62 -61
  709. package/dist/esm/gux-pagination.entry.js +85 -84
  710. package/dist/esm/gux-phone-input-beta.entry.js +595 -602
  711. package/dist/esm/gux-popover-list.entry.js +121 -120
  712. package/dist/esm/gux-popup.entry.js +94 -93
  713. package/dist/esm/gux-radial-loading.entry.js +30 -29
  714. package/dist/esm/gux-radial-progress.entry.js +33 -32
  715. package/dist/esm/gux-rating.entry.js +100 -99
  716. package/dist/esm/gux-row-select.entry.js +25 -24
  717. package/dist/esm/gux-screen-reader-beta.entry.js +14 -13
  718. package/dist/esm/gux-segmented-control-beta.entry.js +33 -32
  719. package/dist/esm/gux-segmented-control-item.entry.js +57 -56
  720. package/dist/esm/gux-simple-toast-legacy.entry.js +22 -21
  721. package/dist/esm/gux-skip-navigation-item.entry.js +10 -9
  722. package/dist/esm/gux-skip-navigation-list.entry.js +18 -17
  723. package/dist/esm/gux-sort-control.entry.js +103 -102
  724. package/dist/esm/gux-submenu.entry.js +147 -146
  725. package/dist/esm/gux-switch-item.entry.js +16 -15
  726. package/dist/esm/gux-switch-legacy.entry.js +34 -33
  727. package/dist/esm/gux-tab-advanced-list.entry.js +427 -426
  728. package/dist/esm/gux-tab-advanced-panel.entry.js +23 -22
  729. package/dist/esm/gux-tab-advanced.entry.js +153 -152
  730. package/dist/esm/gux-tab-list.entry.js +276 -275
  731. package/dist/esm/gux-tab-panel.entry.js +23 -22
  732. package/dist/esm/gux-tab.entry.js +42 -41
  733. package/dist/esm/gux-table-select-menu.entry.js +68 -67
  734. package/dist/esm/gux-table-toolbar-action.entry.js +33 -32
  735. package/dist/esm/gux-table-toolbar-custom-action.entry.js +28 -27
  736. package/dist/esm/gux-table-toolbar-menu-button.entry.js +85 -84
  737. package/dist/esm/gux-table-toolbar.entry.js +192 -191
  738. package/dist/esm/gux-table.entry.js +268 -267
  739. package/dist/esm/gux-tabs-advanced.entry.js +51 -51
  740. package/dist/esm/gux-tabs.entry.js +52 -51
  741. package/dist/esm/gux-tag.entry.js +59 -58
  742. package/dist/esm/gux-text-highlight.entry.js +93 -92
  743. package/dist/esm/gux-time-beta.entry.js +36 -36
  744. package/dist/esm/gux-time-picker.entry.js +329 -328
  745. package/dist/esm/gux-time-zone-picker-beta.entry.js +230 -229
  746. package/dist/esm/gux-toast.entry.js +50 -49
  747. package/dist/esm/gux-toggle-slider.entry.js +29 -28
  748. package/dist/esm/gux-toggle.entry.js +75 -74
  749. package/dist/esm/gux-tooltip-base-beta.entry.js +120 -119
  750. package/dist/esm/gux-tooltip-beta.entry.js +56 -56
  751. package/dist/esm/gux-tooltip-title.entry.js +137 -136
  752. package/dist/esm/gux-tooltip.entry.js +137 -136
  753. package/dist/esm/gux-truncate.entry.js +63 -62
  754. package/dist/esm/{has-slot-d06c74d9.js → has-slot-f24a46a6.js} +1 -1
  755. package/dist/esm/{index-39266f37.js → index-3f1e5ba8.js} +77 -70
  756. package/dist/{cjs/index-75c9f0d9.js → esm/index-da21b737.js} +770 -613
  757. package/dist/esm/iso-dates-8d3f106d.js +25 -0
  758. package/dist/esm/loader.js +6 -4
  759. package/dist/esm/log-error-274efeb7.js +8 -0
  760. package/dist/esm/on-attribute-change-f42eabee.js +24 -0
  761. package/dist/esm/on-click-outside-6d6f4463.js +75 -0
  762. package/dist/esm/on-input-disabled-state-change-27395154.js +22 -0
  763. package/dist/esm/on-mutation-1355c534.js +34 -0
  764. package/dist/esm/on-mutation-a222fe93.js +11 -0
  765. package/dist/esm/on-resize-6a194a58.js +34 -0
  766. package/dist/esm/{prevent-browser-validation-styling-8c459589.js → prevent-browser-validation-styling-3983eb0a.js} +3 -3
  767. package/dist/esm/{random-html-id-3354d85c.js → random-html-id-81ac821b.js} +1 -1
  768. package/dist/esm/simulate-native-event-e0631897.js +14 -0
  769. package/dist/esm/{usage-96d4ad58.js → usage-7aef1a04.js} +42 -42
  770. package/dist/esm/{when-event-is-from-6154bd60.js → when-event-is-from-2aac15f0.js} +12 -12
  771. package/dist/esm/year-month-values-7461d213.js +15 -0
  772. package/dist/genesys-webcomponents/genesys-webcomponents.esm.js +1 -1
  773. package/dist/genesys-webcomponents/icons/arrow-solid-down.svg +1 -1
  774. package/dist/genesys-webcomponents/icons/arrow-solid-left.svg +1 -1
  775. package/dist/genesys-webcomponents/icons/arrow-solid-right.svg +1 -1
  776. package/dist/genesys-webcomponents/icons/arrow-solid-up.svg +1 -1
  777. package/dist/genesys-webcomponents/icons/control-skip-left.svg +1 -1
  778. package/dist/genesys-webcomponents/icons/control-skip-right.svg +1 -1
  779. package/dist/genesys-webcomponents/icons/custom/wrap-text-inline.svg +1 -1
  780. package/dist/genesys-webcomponents/icons/custom/wrap-text-tight.svg +1 -1
  781. package/dist/genesys-webcomponents/icons/custom/wrap-text-top-bottom.svg +1 -1
  782. package/dist/genesys-webcomponents/icons/file-pdf.svg +1 -1
  783. package/dist/genesys-webcomponents/icons/file-preview.svg +1 -1
  784. package/dist/genesys-webcomponents/icons/legacy/arrow-solid-down.svg +1 -0
  785. package/dist/genesys-webcomponents/icons/legacy/arrow-solid-left.svg +1 -0
  786. package/dist/genesys-webcomponents/icons/legacy/arrow-solid-right.svg +1 -0
  787. package/dist/genesys-webcomponents/icons/legacy/arrow-solid-up.svg +1 -0
  788. package/dist/genesys-webcomponents/icons/legacy/control-skip-left.svg +1 -0
  789. package/dist/genesys-webcomponents/icons/legacy/control-skip-right.svg +1 -0
  790. package/dist/genesys-webcomponents/icons/legacy/custom/wrap-text-inline.svg +1 -0
  791. package/dist/genesys-webcomponents/icons/legacy/custom/wrap-text-tight.svg +1 -0
  792. package/dist/genesys-webcomponents/icons/legacy/custom/wrap-text-top-bottom.svg +1 -0
  793. package/dist/genesys-webcomponents/icons/legacy/file-pdf.svg +1 -0
  794. package/dist/genesys-webcomponents/icons/legacy/file-preview.svg +1 -0
  795. package/dist/genesys-webcomponents/icons/legacy/message-email-outbound.svg +1 -0
  796. package/dist/genesys-webcomponents/icons/legacy/phone-bell.svg +1 -0
  797. package/dist/genesys-webcomponents/icons/legacy/phone-call-history.svg +1 -0
  798. package/dist/genesys-webcomponents/icons/legacy/phone-callback.svg +1 -0
  799. package/dist/genesys-webcomponents/icons/legacy/phone-conference.svg +1 -0
  800. package/dist/genesys-webcomponents/icons/legacy/phone-forward.svg +1 -0
  801. package/dist/genesys-webcomponents/icons/legacy/phone-hold.svg +1 -0
  802. package/dist/genesys-webcomponents/icons/legacy/phone-notification-score.svg +1 -0
  803. package/dist/genesys-webcomponents/icons/legacy/phone-success.svg +1 -0
  804. package/dist/genesys-webcomponents/icons/legacy/post.svg +1 -0
  805. package/dist/genesys-webcomponents/icons/legacy/roster-email-disable.svg +1 -0
  806. package/dist/genesys-webcomponents/icons/legacy/toolbar-phone-active-1.svg +1 -0
  807. package/dist/genesys-webcomponents/icons/legacy/toolbar-phone-active-2.svg +1 -0
  808. package/dist/genesys-webcomponents/icons/legacy/toolbar-phone-active-3.svg +1 -0
  809. package/dist/genesys-webcomponents/icons/legacy/toolbar-phone-disable.svg +1 -0
  810. package/dist/genesys-webcomponents/icons/legacy/user-circle.svg +1 -0
  811. package/dist/genesys-webcomponents/icons/legacy/user-contact-id.svg +1 -0
  812. package/dist/genesys-webcomponents/icons/message-email-outbound.svg +1 -1
  813. package/dist/genesys-webcomponents/icons/phone-bell.svg +1 -1
  814. package/dist/genesys-webcomponents/icons/phone-call-history.svg +1 -1
  815. package/dist/genesys-webcomponents/icons/phone-callback.svg +1 -1
  816. package/dist/genesys-webcomponents/icons/phone-conference.svg +1 -1
  817. package/dist/genesys-webcomponents/icons/phone-forward.svg +1 -1
  818. package/dist/genesys-webcomponents/icons/phone-hold.svg +1 -1
  819. package/dist/genesys-webcomponents/icons/phone-notification-score.svg +1 -1
  820. package/dist/genesys-webcomponents/icons/phone-success.svg +1 -1
  821. package/dist/genesys-webcomponents/icons/post.svg +1 -1
  822. package/dist/genesys-webcomponents/icons/roster-email-disable.svg +1 -1
  823. package/dist/genesys-webcomponents/icons/toolbar-phone-active-1.svg +1 -1
  824. package/dist/genesys-webcomponents/icons/toolbar-phone-active-2.svg +1 -1
  825. package/dist/genesys-webcomponents/icons/toolbar-phone-active-3.svg +1 -1
  826. package/dist/genesys-webcomponents/icons/toolbar-phone-disable.svg +1 -1
  827. package/dist/genesys-webcomponents/icons/user-circle.svg +1 -1
  828. package/dist/genesys-webcomponents/icons/user-contact-id.svg +1 -1
  829. package/dist/genesys-webcomponents/p-01471ba0.js +1 -0
  830. package/dist/genesys-webcomponents/{p-e10cb032.js → p-0367930a.js} +1 -1
  831. package/dist/genesys-webcomponents/{p-71a4b175.entry.js → p-04ca863f.entry.js} +1 -1
  832. package/dist/genesys-webcomponents/{p-9114dbc9.entry.js → p-05e9b815.entry.js} +1 -1
  833. package/dist/genesys-webcomponents/p-08746cf4.entry.js +1 -0
  834. package/dist/genesys-webcomponents/p-0a35c850.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-0f911860.entry.js +1 -0
  838. package/dist/genesys-webcomponents/p-14e15b6c.entry.js +1 -0
  839. package/dist/genesys-webcomponents/{p-cde75317.entry.js → p-1782fe0f.entry.js} +1 -1
  840. package/dist/genesys-webcomponents/p-1b8b59b8.entry.js +1 -0
  841. package/dist/genesys-webcomponents/p-1d3cf57b.entry.js +1 -0
  842. package/dist/genesys-webcomponents/p-1d8e650b.entry.js +1 -0
  843. package/dist/genesys-webcomponents/p-1dde39d3.entry.js +1 -0
  844. package/dist/genesys-webcomponents/p-21608815.entry.js +1 -0
  845. package/dist/genesys-webcomponents/p-2366de57.entry.js +1 -0
  846. package/dist/genesys-webcomponents/{p-c9cd3e47.entry.js → p-241ff74a.entry.js} +1 -1
  847. package/dist/genesys-webcomponents/p-25f486a9.entry.js +1 -0
  848. package/dist/genesys-webcomponents/p-284f25a7.entry.js +1 -0
  849. package/dist/genesys-webcomponents/p-2c88fa36.entry.js +1 -0
  850. package/dist/genesys-webcomponents/{p-c49670a7.js → p-2d1bdeab.js} +1 -1
  851. package/dist/genesys-webcomponents/p-2e827df1.js +2 -0
  852. package/dist/genesys-webcomponents/{p-2111413c.entry.js → p-323afaa6.entry.js} +1 -1
  853. package/dist/genesys-webcomponents/p-3241b333.entry.js +1 -0
  854. package/dist/genesys-webcomponents/p-32c3eed2.entry.js +1 -0
  855. package/dist/genesys-webcomponents/p-33501fac.entry.js +1 -0
  856. package/dist/genesys-webcomponents/p-35144086.entry.js +1 -0
  857. package/dist/genesys-webcomponents/p-377d152f.entry.js +1 -0
  858. package/dist/genesys-webcomponents/{p-9344d7c4.entry.js → p-3a114263.entry.js} +1 -1
  859. package/dist/genesys-webcomponents/{p-d5051648.entry.js → p-406be5c1.entry.js} +1 -1
  860. package/dist/genesys-webcomponents/p-430622af.entry.js +1 -0
  861. package/dist/genesys-webcomponents/p-443dd10a.entry.js +1 -0
  862. package/dist/genesys-webcomponents/p-462479f5.entry.js +1 -0
  863. package/dist/genesys-webcomponents/p-462b9d6d.entry.js +1 -0
  864. package/dist/genesys-webcomponents/p-46a2523c.entry.js +1 -0
  865. package/dist/genesys-webcomponents/{p-bf93e957.entry.js → p-46c84395.entry.js} +1 -1
  866. package/dist/genesys-webcomponents/p-4b7525e5.entry.js +1 -0
  867. package/dist/genesys-webcomponents/p-5479585b.entry.js +1 -0
  868. package/dist/genesys-webcomponents/p-594ccda5.entry.js +1 -0
  869. package/dist/genesys-webcomponents/p-5abec9a6.entry.js +1 -0
  870. package/dist/genesys-webcomponents/{p-73e31592.entry.js → p-5f5e1f72.entry.js} +1 -1
  871. package/dist/genesys-webcomponents/p-61d2492c.entry.js +1 -0
  872. package/dist/genesys-webcomponents/p-659b23aa.entry.js +1 -0
  873. package/dist/genesys-webcomponents/p-65fc68b8.entry.js +1 -0
  874. package/dist/genesys-webcomponents/p-672c12f5.entry.js +1 -0
  875. package/dist/genesys-webcomponents/p-6a2a0478.entry.js +1 -0
  876. package/dist/genesys-webcomponents/p-6ab2939f.entry.js +1 -0
  877. package/dist/genesys-webcomponents/p-6e3a52f9.entry.js +1 -0
  878. package/dist/genesys-webcomponents/{p-960b5ee9.entry.js → p-6fb3d24a.entry.js} +1 -1
  879. package/dist/genesys-webcomponents/p-717b069a.entry.js +1 -0
  880. package/dist/genesys-webcomponents/p-71d073af.entry.js +1 -0
  881. package/dist/genesys-webcomponents/p-74bfd1bc.entry.js +1 -0
  882. package/dist/genesys-webcomponents/p-75a07ca0.entry.js +1 -0
  883. package/dist/genesys-webcomponents/p-7603555f.entry.js +1 -0
  884. package/dist/genesys-webcomponents/{p-f19850ba.js → p-76df7717.js} +1 -1
  885. package/dist/genesys-webcomponents/p-77ea8008.entry.js +1 -0
  886. package/dist/genesys-webcomponents/p-780e55e1.entry.js +1 -0
  887. package/dist/genesys-webcomponents/p-79697215.entry.js +1 -0
  888. package/dist/genesys-webcomponents/{p-80a2f466.entry.js → p-79d8490a.entry.js} +2 -2
  889. package/dist/genesys-webcomponents/p-79f506aa.entry.js +1 -0
  890. package/dist/genesys-webcomponents/p-7e0c2a2b.entry.js +1 -0
  891. package/dist/genesys-webcomponents/p-80b8cf9d.entry.js +1 -0
  892. package/dist/genesys-webcomponents/p-810e081f.entry.js +1 -0
  893. package/dist/genesys-webcomponents/p-836194ac.entry.js +1 -0
  894. package/dist/genesys-webcomponents/p-8421ec05.js +1 -0
  895. package/dist/genesys-webcomponents/p-89a6a393.entry.js +1 -0
  896. package/dist/genesys-webcomponents/p-8b185197.entry.js +1 -0
  897. package/dist/genesys-webcomponents/p-8b3693fb.entry.js +1 -0
  898. package/dist/genesys-webcomponents/p-91049cc0.entry.js +1 -0
  899. package/dist/genesys-webcomponents/p-918b2269.entry.js +1 -0
  900. package/dist/genesys-webcomponents/p-959a66d5.entry.js +1 -0
  901. package/dist/genesys-webcomponents/p-96baa417.entry.js +1 -0
  902. package/dist/genesys-webcomponents/{p-2b468e4b.js → p-9773c4fe.js} +1 -1
  903. package/dist/genesys-webcomponents/p-985de9f8.entry.js +1 -0
  904. package/dist/genesys-webcomponents/p-9d2258fe.entry.js +1 -0
  905. package/dist/genesys-webcomponents/p-9d7b5773.entry.js +1 -0
  906. package/dist/genesys-webcomponents/p-9ea610e7.entry.js +1 -0
  907. package/dist/genesys-webcomponents/p-9fb3e308.entry.js +1 -0
  908. package/dist/genesys-webcomponents/p-9ffb183a.entry.js +1 -0
  909. package/dist/genesys-webcomponents/p-a0934157.entry.js +1 -0
  910. package/dist/genesys-webcomponents/p-a4113dce.entry.js +1 -0
  911. package/dist/genesys-webcomponents/p-a699ac84.entry.js +1 -0
  912. package/dist/genesys-webcomponents/p-a84a4290.entry.js +1 -0
  913. package/dist/genesys-webcomponents/p-a99d0069.entry.js +1 -0
  914. package/dist/genesys-webcomponents/p-ab6cf9b9.js +1 -0
  915. package/dist/genesys-webcomponents/p-ad358a15.entry.js +1 -0
  916. package/dist/genesys-webcomponents/p-ad3f02ea.entry.js +1 -0
  917. package/dist/genesys-webcomponents/{p-548c248e.entry.js → p-ae70cb8c.entry.js} +1 -1
  918. package/dist/genesys-webcomponents/{p-280703b0.entry.js → p-aec59ec8.entry.js} +1 -1
  919. package/dist/genesys-webcomponents/p-b0e1eb0c.js +1 -0
  920. package/dist/genesys-webcomponents/{p-b07a741b.entry.js → p-b2201734.entry.js} +1 -1
  921. package/dist/genesys-webcomponents/p-b43ee47b.js +1 -0
  922. package/dist/genesys-webcomponents/p-b5b483df.entry.js +1 -0
  923. package/dist/genesys-webcomponents/p-b6d402b8.entry.js +1 -0
  924. package/dist/genesys-webcomponents/p-b93c1b1e.entry.js +1 -0
  925. package/dist/genesys-webcomponents/p-baaf760d.entry.js +1 -0
  926. package/dist/genesys-webcomponents/p-bd7d0237.entry.js +1 -0
  927. package/dist/genesys-webcomponents/p-c1c56900.entry.js +1 -0
  928. package/dist/genesys-webcomponents/p-c577acef.entry.js +1 -0
  929. package/dist/genesys-webcomponents/p-c7aeeab7.entry.js +1 -0
  930. package/dist/genesys-webcomponents/{p-155f8f62.entry.js → p-c8f27eb5.entry.js} +1 -1
  931. package/dist/genesys-webcomponents/p-ca050f19.entry.js +1 -0
  932. package/dist/genesys-webcomponents/p-ca816b67.entry.js +1 -0
  933. package/dist/genesys-webcomponents/{p-46a80dde.entry.js → p-cab878bc.entry.js} +1 -1
  934. package/dist/genesys-webcomponents/p-cb97020a.entry.js +1 -0
  935. package/dist/genesys-webcomponents/p-cbfb05d9.entry.js +1 -0
  936. package/dist/genesys-webcomponents/p-cc4f8e5f.entry.js +1 -0
  937. package/dist/genesys-webcomponents/{p-9d642773.entry.js → p-cea85008.entry.js} +1 -1
  938. package/dist/genesys-webcomponents/p-d05f3cfe.entry.js +1 -0
  939. package/dist/genesys-webcomponents/p-d34a60c9.entry.js +1 -0
  940. package/dist/genesys-webcomponents/p-d52fb848.entry.js +1 -0
  941. package/dist/genesys-webcomponents/p-d8006827.entry.js +1 -0
  942. package/dist/genesys-webcomponents/p-d96b2add.entry.js +1 -0
  943. package/dist/genesys-webcomponents/{p-a285abaf.js → p-db201bbc.js} +1 -1
  944. package/dist/genesys-webcomponents/p-dbf4889c.entry.js +1 -0
  945. package/dist/genesys-webcomponents/p-dcb74fd5.entry.js +1 -0
  946. package/dist/genesys-webcomponents/p-dcbf972a.entry.js +1 -0
  947. package/dist/genesys-webcomponents/p-e1255160.js +1 -0
  948. package/dist/genesys-webcomponents/p-e1f0b270.entry.js +1 -0
  949. package/dist/genesys-webcomponents/p-e733930a.entry.js +1 -0
  950. package/dist/genesys-webcomponents/p-e9ebebb8.entry.js +1 -0
  951. package/dist/genesys-webcomponents/p-eabf3416.entry.js +1 -0
  952. package/dist/genesys-webcomponents/p-ec077b51.entry.js +1 -0
  953. package/dist/genesys-webcomponents/p-ed431ffd.entry.js +1 -0
  954. package/dist/genesys-webcomponents/p-ef0b4a57.entry.js +1 -0
  955. package/dist/genesys-webcomponents/p-f34a147f.entry.js +1 -0
  956. package/dist/genesys-webcomponents/{p-e5766b80.js → p-f3b9b052.js} +1 -1
  957. package/dist/genesys-webcomponents/p-f3e40164.entry.js +1 -0
  958. package/dist/genesys-webcomponents/p-f4014dd1.entry.js +1 -0
  959. package/dist/genesys-webcomponents/p-f51e2a7e.entry.js +1 -0
  960. package/dist/genesys-webcomponents/p-f5c856c5.entry.js +1 -0
  961. package/dist/stencil-wrapper.js +1 -1
  962. package/dist/types/common-enums.d.ts +9 -9
  963. package/dist/types/components/beta/gux-announce/gux-announce.d.ts +6 -6
  964. package/dist/types/components/beta/gux-avatar/gux-avatar.d.ts +43 -43
  965. package/dist/types/components/beta/gux-calendar-beta/components/single/gux-calendar.d.ts +26 -26
  966. package/dist/types/components/beta/gux-calendar-beta/gux-calendar.types.d.ts +8 -8
  967. package/dist/types/components/beta/gux-cta-group/gux-cta-group.d.ts +14 -14
  968. package/dist/types/components/beta/gux-date/gux-date.d.ts +21 -21
  969. package/dist/types/components/beta/gux-date-time/gux-date-time.d.ts +21 -21
  970. package/dist/types/components/beta/gux-flag-icon/gux-flag-icon.d.ts +5 -5
  971. package/dist/types/components/beta/gux-month-picker/gux-month-calendar/gux-month-calendar.d.ts +42 -42
  972. 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
  973. package/dist/types/components/beta/gux-month-picker/gux-month-calendar/gux-month-list/gux-month-list.d.ts +5 -5
  974. package/dist/types/components/beta/gux-month-picker/gux-month-picker.d.ts +45 -45
  975. package/dist/types/components/beta/gux-phone-input/gux-phone-input.d.ts +69 -69
  976. package/dist/types/components/beta/gux-phone-input/gux-phone.types.d.ts +5 -5
  977. package/dist/types/components/beta/gux-phone-input/services/RegionCountryCodeMap.d.ts +246 -246
  978. package/dist/types/components/beta/gux-screen-reader/gux-screen-reader.d.ts +3 -3
  979. package/dist/types/components/beta/gux-segmented-control/gux-segmented-control-item/gux-segmented-control-item.d.ts +12 -12
  980. package/dist/types/components/beta/gux-segmented-control/gux-segmented-control.d.ts +8 -8
  981. package/dist/types/components/beta/gux-time/gux-time.d.ts +24 -24
  982. package/dist/types/components/beta/gux-time-zone-picker/generic-zones.d.ts +13 -13
  983. package/dist/types/components/beta/gux-time-zone-picker/gux-time-zone-picker.d.ts +24 -24
  984. package/dist/types/components/beta/gux-time-zone-picker/gux-time-zone-picker.types.d.ts +22 -22
  985. package/dist/types/components/beta/gux-tooltip-base/gux-tooltip-base.d.ts +38 -38
  986. package/dist/types/components/beta/gux-tooltip-beta/gux-tooltip.d.ts +21 -21
  987. package/dist/types/components/legacy/gux-action-toast-legacy/gux-action-toast.d.ts +3 -3
  988. package/dist/types/components/legacy/gux-advanced-dropdown-legacy/dropdown-option/gux-dropdown-option.d.ts +47 -47
  989. package/dist/types/components/legacy/gux-advanced-dropdown-legacy/gux-advanced-dropdown.d.ts +65 -65
  990. package/dist/types/components/legacy/gux-disclosure-button-legacy/gux-disclosure-button.d.ts +30 -30
  991. package/dist/types/components/legacy/gux-modal-legacy/gux-modal-legacy.d.ts +27 -27
  992. package/dist/types/components/legacy/gux-notification-toast-legacy/gux-notification-toast.d.ts +9 -9
  993. package/dist/types/components/legacy/gux-pagination-legacy/gux-pagination-buttons-legacy/gux-pagination-button.service.d.ts +4 -4
  994. package/dist/types/components/legacy/gux-pagination-legacy/gux-pagination-buttons-legacy/gux-pagination-buttons.d.ts +22 -22
  995. package/dist/types/components/legacy/gux-pagination-legacy/gux-pagination-item-counts-legacy/gux-pagination-item-counts.d.ts +9 -9
  996. package/dist/types/components/legacy/gux-pagination-legacy/gux-pagination-items-per-page-legacy/gux-pagination-items-per-page.d.ts +9 -9
  997. package/dist/types/components/legacy/gux-pagination-legacy/gux-pagination.d.ts +31 -31
  998. package/dist/types/components/legacy/gux-pagination-legacy/gux-pagination.types.d.ts +2 -2
  999. package/dist/types/components/legacy/gux-simple-toast-legacy/gux-simple-toast.d.ts +9 -9
  1000. package/dist/types/components/legacy/gux-switch-legacy/gux-switch-item/gux-switch-item.d.ts +5 -5
  1001. package/dist/types/components/legacy/gux-switch-legacy/gux-switch.d.ts +9 -9
  1002. package/dist/types/components/stable/gux-accordion/gux-accordion-section/gux-accordion-section.d.ts +24 -24
  1003. package/dist/types/components/stable/gux-accordion/gux-accordion.d.ts +7 -7
  1004. package/dist/types/components/stable/gux-action-button/gux-action-button.d.ts +41 -41
  1005. package/dist/types/components/stable/gux-badge/gux-badge.d.ts +11 -11
  1006. package/dist/types/components/stable/gux-blank-state/gux-blank-state.d.ts +6 -6
  1007. package/dist/types/components/stable/gux-breadcrumbs/breadcrumb-item/gux-breadcrumb-item.d.ts +7 -7
  1008. package/dist/types/components/stable/gux-breadcrumbs/gux-breadcrumbs.d.ts +7 -7
  1009. package/dist/types/components/stable/gux-button/gux-button.d.ts +22 -22
  1010. package/dist/types/components/stable/gux-button-multi/gux-button-multi.d.ts +31 -31
  1011. package/dist/types/components/stable/gux-button-slot/gux-button-slot.d.ts +6 -6
  1012. package/dist/types/components/stable/gux-calendar/gux-calendar.d.ts +67 -67
  1013. package/dist/types/components/stable/gux-calendar/gux-calendar.types.d.ts +6 -6
  1014. package/dist/types/components/stable/gux-card/gux-card.d.ts +7 -7
  1015. package/dist/types/components/stable/gux-column-manager/gux-column-manager-item/gux-column-manager-item.d.ts +31 -31
  1016. package/dist/types/components/stable/gux-column-manager/gux-column-manager.d.ts +24 -24
  1017. package/dist/types/components/stable/gux-column-manager/gux-column-manager.service.d.ts +2 -2
  1018. package/dist/types/components/stable/gux-column-manager/gux-column-manager.types.d.ts +6 -6
  1019. package/dist/types/components/stable/gux-content-search/gux-content-search.d.ts +37 -37
  1020. package/dist/types/components/stable/gux-context-menu/gux-context-menu.d.ts +34 -34
  1021. package/dist/types/components/stable/gux-copy-to-clipboard/gux-copy-to-clipboard.d.ts +14 -14
  1022. package/dist/types/components/stable/gux-datepicker/gux-datepicker.d.ts +131 -127
  1023. package/dist/types/components/stable/gux-datepicker/gux-datepicker.types.d.ts +2 -2
  1024. package/dist/types/components/stable/gux-dismiss-button/gux-dismiss-button.d.ts +5 -5
  1025. package/dist/types/components/stable/gux-dropdown/gux-dropdown.d.ts +69 -69
  1026. package/dist/types/components/stable/gux-dropdown-multi/gux-dropdown-multi-tag/gux-dropdown-multi-tag.d.ts +17 -17
  1027. package/dist/types/components/stable/gux-dropdown-multi/gux-dropdown-multi.d.ts +102 -102
  1028. package/dist/types/components/stable/gux-flyout-menu/gux-flyout-menu.d.ts +24 -24
  1029. package/dist/types/components/stable/gux-flyout-menu/gux-menu/gux-menu-option/gux-menu-option.d.ts +9 -9
  1030. package/dist/types/components/stable/gux-flyout-menu/gux-menu/gux-menu.d.ts +1 -1
  1031. package/dist/types/components/stable/gux-flyout-menu/gux-menu/gux-submenu/gux-submenu.d.ts +28 -28
  1032. package/dist/types/components/stable/gux-form-field/components/gux-form-field-checkbox/gux-form-field-checkbox.d.ts +13 -13
  1033. package/dist/types/components/stable/gux-form-field/components/gux-form-field-color/gux-form-field-color.d.ts +18 -18
  1034. package/dist/types/components/stable/gux-form-field/components/gux-form-field-dropdown/gux-form-field-dropdown.d.ts +20 -20
  1035. package/dist/types/components/stable/gux-form-field/components/gux-form-field-number/gux-form-field-number.d.ts +26 -26
  1036. package/dist/types/components/stable/gux-form-field/components/gux-form-field-phone/gux-form-field-phone.d.ts +21 -21
  1037. package/dist/types/components/stable/gux-form-field/components/gux-form-field-radio/gux-form-field-radio.d.ts +11 -11
  1038. package/dist/types/components/stable/gux-form-field/components/gux-form-field-range/gux-form-field-range.d.ts +34 -34
  1039. package/dist/types/components/stable/gux-form-field/components/gux-form-field-search/gux-form-field-search.d.ts +21 -21
  1040. package/dist/types/components/stable/gux-form-field/components/gux-form-field-select/gux-form-field-select.d.ts +18 -18
  1041. package/dist/types/components/stable/gux-form-field/components/gux-form-field-text-like/gux-form-field-text-like.d.ts +25 -25
  1042. package/dist/types/components/stable/gux-form-field/components/gux-form-field-textarea/gux-form-field-textarea.d.ts +22 -22
  1043. package/dist/types/components/stable/gux-form-field/components/gux-form-field-time-picker/gux-form-field-time-picker.d.ts +21 -21
  1044. 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
  1045. package/dist/types/components/stable/gux-form-field/functional-components/gux-form-field-container/gux-form-field-container.d.ts +1 -1
  1046. package/dist/types/components/stable/gux-form-field/functional-components/gux-form-field-error/gux-form-field-error.d.ts +1 -1
  1047. package/dist/types/components/stable/gux-form-field/functional-components/gux-form-field-fieldset-container/gux-form-field-fieldset-container.d.ts +1 -1
  1048. package/dist/types/components/stable/gux-form-field/functional-components/gux-form-field-help/gux-form-field-help.d.ts +1 -1
  1049. package/dist/types/components/stable/gux-form-field/functional-components/gux-form-field-label/gux-form-field-label.d.ts +2 -2
  1050. package/dist/types/components/stable/gux-form-field/functional-components/gux-form-field-legend-label/gux-form-field-legend-label.d.ts +3 -3
  1051. 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
  1052. package/dist/types/components/stable/gux-icon/gux-icon.d.ts +24 -24
  1053. package/dist/types/components/stable/gux-icon/gux-icon.types.d.ts +1 -1
  1054. package/dist/types/components/stable/gux-icon/icon-names-deprecated.d.ts +1 -1
  1055. package/dist/types/components/stable/gux-inline-alert/gux-inline-alert.d.ts +6 -6
  1056. package/dist/types/components/stable/gux-list/gux-list-divider/gux-list-divider.d.ts +1 -1
  1057. package/dist/types/components/stable/gux-list/gux-list-item/gux-list-item.d.ts +6 -6
  1058. package/dist/types/components/stable/gux-list/gux-list.d.ts +9 -9
  1059. package/dist/types/components/stable/gux-listbox/gux-listbox.d.ts +25 -25
  1060. package/dist/types/components/stable/gux-listbox/option-group/gux-option-group.d.ts +12 -12
  1061. package/dist/types/components/stable/gux-listbox/options/gux-option/gux-option.d.ts +13 -13
  1062. package/dist/types/components/stable/gux-listbox/options/gux-option-icon/gux-option-icon.d.ts +19 -19
  1063. package/dist/types/components/stable/gux-listbox/options/option-types.d.ts +5 -5
  1064. package/dist/types/components/stable/gux-listbox-multi/gux-create-option/gux-create-option.d.ts +15 -15
  1065. package/dist/types/components/stable/gux-listbox-multi/gux-listbox-multi.d.ts +35 -35
  1066. package/dist/types/components/stable/gux-listbox-multi/gux-option-multi/gux-option-multi.d.ts +19 -19
  1067. package/dist/types/components/stable/gux-loading-message/gux-loading-message.d.ts +3 -3
  1068. package/dist/types/components/stable/gux-modal/gux-modal.d.ts +32 -32
  1069. package/dist/types/components/stable/gux-page-loading-spinner/gux-page-loading-spinner.d.ts +8 -8
  1070. package/dist/types/components/stable/gux-pagination/gux-pagination-buttons/gux-pagination-button.service.d.ts +4 -4
  1071. package/dist/types/components/stable/gux-pagination/gux-pagination-buttons/gux-pagination-buttons.d.ts +19 -19
  1072. package/dist/types/components/stable/gux-pagination/gux-pagination-buttons/gux-pagination-ellipsis-button/gux-pagination-ellipsis-button.d.ts +16 -16
  1073. package/dist/types/components/stable/gux-pagination/gux-pagination-item-counts/gux-pagination-item-counts.d.ts +10 -10
  1074. package/dist/types/components/stable/gux-pagination/gux-pagination-items-per-page/gux-pagination-items-per-page.d.ts +9 -9
  1075. package/dist/types/components/stable/gux-pagination/gux-pagination.d.ts +39 -39
  1076. package/dist/types/components/stable/gux-pagination-cursor/gux-pagination-cursor.d.ts +18 -18
  1077. package/dist/types/components/stable/gux-popover/gux-popover.d.ts +40 -40
  1078. package/dist/types/components/stable/gux-popover-list/gux-popover-list.d.ts +38 -38
  1079. package/dist/types/components/stable/gux-popup/gux-popup.d.ts +32 -32
  1080. package/dist/types/components/stable/gux-radial-loading/gux-radial-loading.d.ts +13 -13
  1081. package/dist/types/components/stable/gux-radial-loading/gux-radial-loading.functional.d.ts +2 -2
  1082. package/dist/types/components/stable/gux-radial-progress/gux-radial-progress.d.ts +16 -16
  1083. package/dist/types/components/stable/gux-radial-progress/gux-radial-progress.functional.d.ts +4 -4
  1084. package/dist/types/components/stable/gux-rating/gux-rating.d.ts +15 -15
  1085. package/dist/types/components/stable/gux-skip-navigation-list/gux-skip-navigation-item/gux-skip-navigation-item.d.ts +1 -1
  1086. package/dist/types/components/stable/gux-skip-navigation-list/gux-skip-navigation-list.d.ts +4 -4
  1087. package/dist/types/components/stable/gux-table/gux-all-row-select/gux-all-row-select.d.ts +11 -11
  1088. package/dist/types/components/stable/gux-table/gux-row-select/gux-row-select.d.ts +10 -10
  1089. package/dist/types/components/stable/gux-table/gux-sort-control/gux-sort-control.d.ts +18 -18
  1090. package/dist/types/components/stable/gux-table/gux-sort-control/tests/gux-sort-control.markup.d.ts +20 -20
  1091. package/dist/types/components/stable/gux-table/gux-table-select-menu/gux-table-select-menu.d.ts +14 -14
  1092. package/dist/types/components/stable/gux-table/gux-table.d.ts +82 -82
  1093. package/dist/types/components/stable/gux-table/gux-table.types.d.ts +6 -6
  1094. package/dist/types/components/stable/gux-table-toolbar/gux-table-toolbar-action/gux-table-toolbar-action.d.ts +11 -11
  1095. package/dist/types/components/stable/gux-table-toolbar/gux-table-toolbar-custom-action/gux-table-toolbar-custom-action.d.ts +8 -8
  1096. package/dist/types/components/stable/gux-table-toolbar/gux-table-toolbar-menu-button/gux-table-toolbar-menu-button.d.ts +17 -17
  1097. package/dist/types/components/stable/gux-table-toolbar/gux-table-toolbar.d.ts +42 -42
  1098. package/dist/types/components/stable/gux-tabs/gux-tab/gux-tab.d.ts +19 -19
  1099. package/dist/types/components/stable/gux-tabs/gux-tab-list/gux-tab-list.d.ts +36 -36
  1100. package/dist/types/components/stable/gux-tabs/gux-tab-panel/gux-tab-panel.d.ts +12 -12
  1101. package/dist/types/components/stable/gux-tabs/gux-tabs.d.ts +26 -26
  1102. package/dist/types/components/stable/gux-tabs-advanced/gux-tab-advanced/gux-tab-advanced.d.ts +38 -38
  1103. package/dist/types/components/stable/gux-tabs-advanced/gux-tab-advanced-list/gux-tab-advanced-list.d.ts +81 -81
  1104. package/dist/types/components/stable/gux-tabs-advanced/gux-tab-advanced-panel/gux-tab-advanced-panel.d.ts +6 -6
  1105. package/dist/types/components/stable/gux-tabs-advanced/gux-tabs-advanced.d.ts +18 -18
  1106. package/dist/types/components/stable/gux-tag/gux-tag.d.ts +16 -16
  1107. package/dist/types/components/stable/gux-text-highlight/gux-text-highlight.d.ts +22 -22
  1108. package/dist/types/components/stable/gux-time-picker/gux-time-picker.d.ts +38 -38
  1109. package/dist/types/components/stable/gux-toast/gux-toast.d.ts +12 -12
  1110. package/dist/types/components/stable/gux-toggle/gux-toggle-slider/gux-toggle-slider.d.ts +8 -8
  1111. package/dist/types/components/stable/gux-toggle/gux-toggle.d.ts +23 -23
  1112. package/dist/types/components/stable/gux-tooltip/gux-tooltip.d.ts +38 -38
  1113. package/dist/types/components/stable/gux-tooltip-title/gux-tooltip-title.d.ts +23 -23
  1114. package/dist/types/components/stable/gux-truncate/gux-truncate.d.ts +14 -14
  1115. package/dist/types/components.d.ts +547 -0
  1116. package/dist/types/i18n/DateTimeFormatter.d.ts +27 -27
  1117. package/dist/types/i18n/fetchResources.d.ts +3 -3
  1118. package/dist/types/i18n/index.d.ts +1 -1
  1119. package/dist/types/stencil-public-runtime.d.ts +10 -0
  1120. package/dist/types/stencil-wrapper.d.ts +1 -1
  1121. package/dist/types/test/axeConfig.d.ts +4 -4
  1122. package/dist/types/test/e2eTestUtils.d.ts +4 -4
  1123. package/dist/types/test/jestMatcherUtils.d.ts +4 -4
  1124. package/dist/types/utils/date/year-month-values.d.ts +2 -2
  1125. package/dist/types/utils/decorator/on-click-outside.d.ts +2 -2
  1126. package/dist/types/utils/tracking/usage.d.ts +11 -11
  1127. package/package.json +3 -3
  1128. package/dist/cjs/check-regional-dates-cookie-2b234ae2.js +0 -115
  1129. package/dist/cjs/event-is-from-f3f1cfde.js +0 -22
  1130. package/dist/cjs/find-element-by-id-9c3e0b1b.js +0 -26
  1131. package/dist/cjs/get-closest-element-26894e5a.js +0 -19
  1132. package/dist/cjs/get-slot-395a67ef.js +0 -7
  1133. package/dist/cjs/get-slot-text-content-c4306c7a.js +0 -8
  1134. package/dist/cjs/get-valid-timezone-6bacb49d.js +0 -520
  1135. package/dist/cjs/gux-column-manager.service-7f1cc862.js +0 -93
  1136. package/dist/cjs/gux-form-field-container-987b5820.js +0 -21
  1137. package/dist/cjs/gux-form-field-fieldset-container-e43868e8.js +0 -24
  1138. package/dist/cjs/gux-form-field.service-d9598ea6.js +0 -151
  1139. package/dist/cjs/gux-list.service-4beaa394.js +0 -81
  1140. package/dist/cjs/gux-listbox.service-e1b0f291.js +0 -164
  1141. package/dist/cjs/gux-menu.common-d41b2fac.js +0 -80
  1142. package/dist/cjs/iso-dates-d0cd4802.js +0 -30
  1143. package/dist/cjs/log-error-8a92241e.js +0 -11
  1144. package/dist/cjs/on-attribute-change-9b2d8c85.js +0 -27
  1145. package/dist/cjs/on-click-outside-3c0f8816.js +0 -77
  1146. package/dist/cjs/on-input-disabled-state-change-005e5b3e.js +0 -25
  1147. package/dist/cjs/on-mutation-ec5d23bd.js +0 -36
  1148. package/dist/cjs/on-mutation-ef917473.js +0 -13
  1149. package/dist/cjs/on-resize-a136fc7f.js +0 -36
  1150. package/dist/cjs/simulate-native-event-8209a457.js +0 -16
  1151. package/dist/cjs/year-month-values-6028ce26.js +0 -19
  1152. package/dist/esm/check-regional-dates-cookie-5bd719be.js +0 -110
  1153. package/dist/esm/clamp-51db64df.js +0 -8
  1154. package/dist/esm/event-is-from-e25c5a22.js +0 -20
  1155. package/dist/esm/find-element-by-id-a3c82a2d.js +0 -24
  1156. package/dist/esm/get-closest-element-66f63212.js +0 -17
  1157. package/dist/esm/get-slot-55aade31.js +0 -5
  1158. package/dist/esm/get-slot-text-content-189d6edf.js +0 -6
  1159. package/dist/esm/get-valid-timezone-b9060a4c.js +0 -517
  1160. package/dist/esm/gux-column-manager.service-4f5bf4c4.js +0 -83
  1161. package/dist/esm/gux-form-field-container-ac3eb96d.js +0 -18
  1162. package/dist/esm/gux-form-field-fieldset-container-dcaed6c7.js +0 -21
  1163. package/dist/esm/gux-form-field.service-6bc072f5.js +0 -140
  1164. package/dist/esm/gux-list.service-693f4ba7.js +0 -73
  1165. package/dist/esm/gux-listbox.service-8ccb2f73.js +0 -148
  1166. package/dist/esm/gux-menu.common-e59a1b12.js +0 -77
  1167. package/dist/esm/iso-dates-7bc9d07f.js +0 -25
  1168. package/dist/esm/log-error-0b15023e.js +0 -8
  1169. package/dist/esm/on-attribute-change-42a46627.js +0 -24
  1170. package/dist/esm/on-click-outside-f15c5ac7.js +0 -75
  1171. package/dist/esm/on-input-disabled-state-change-e6bc912f.js +0 -22
  1172. package/dist/esm/on-mutation-a2b7cdad.js +0 -11
  1173. package/dist/esm/on-mutation-c570b3ed.js +0 -34
  1174. package/dist/esm/on-resize-e2132936.js +0 -34
  1175. package/dist/esm/simulate-native-event-bca7a1c9.js +0 -14
  1176. package/dist/esm/year-month-values-6ffe871f.js +0 -15
  1177. package/dist/genesys-webcomponents/p-086bfffd.entry.js +0 -1
  1178. package/dist/genesys-webcomponents/p-0a8fb573.js +0 -1
  1179. package/dist/genesys-webcomponents/p-0b4d6f81.entry.js +0 -1
  1180. package/dist/genesys-webcomponents/p-0f8de6f6.entry.js +0 -1
  1181. package/dist/genesys-webcomponents/p-0fd1f436.entry.js +0 -1
  1182. package/dist/genesys-webcomponents/p-1353d8b9.entry.js +0 -1
  1183. package/dist/genesys-webcomponents/p-14bbafb3.entry.js +0 -1
  1184. package/dist/genesys-webcomponents/p-15905cc3.js +0 -1
  1185. package/dist/genesys-webcomponents/p-1b5577c2.entry.js +0 -1
  1186. package/dist/genesys-webcomponents/p-1f0f3f12.entry.js +0 -1
  1187. package/dist/genesys-webcomponents/p-214ba597.entry.js +0 -1
  1188. package/dist/genesys-webcomponents/p-249105bc.entry.js +0 -1
  1189. package/dist/genesys-webcomponents/p-25674bfb.entry.js +0 -1
  1190. package/dist/genesys-webcomponents/p-25a386b5.entry.js +0 -1
  1191. package/dist/genesys-webcomponents/p-2619893f.entry.js +0 -1
  1192. package/dist/genesys-webcomponents/p-2aefb7e7.entry.js +0 -1
  1193. package/dist/genesys-webcomponents/p-2b79ef8a.entry.js +0 -1
  1194. package/dist/genesys-webcomponents/p-2bba231f.entry.js +0 -1
  1195. package/dist/genesys-webcomponents/p-30055f22.entry.js +0 -1
  1196. package/dist/genesys-webcomponents/p-320e8fdc.entry.js +0 -1
  1197. package/dist/genesys-webcomponents/p-3e111cc5.entry.js +0 -1
  1198. package/dist/genesys-webcomponents/p-3fa4c415.entry.js +0 -1
  1199. package/dist/genesys-webcomponents/p-427a1e2b.entry.js +0 -1
  1200. package/dist/genesys-webcomponents/p-42ae7d3d.entry.js +0 -1
  1201. package/dist/genesys-webcomponents/p-47cdc1ca.entry.js +0 -1
  1202. package/dist/genesys-webcomponents/p-493c83c8.entry.js +0 -1
  1203. package/dist/genesys-webcomponents/p-4b27ca83.entry.js +0 -1
  1204. package/dist/genesys-webcomponents/p-53997a4d.entry.js +0 -1
  1205. package/dist/genesys-webcomponents/p-5762c1f8.entry.js +0 -1
  1206. package/dist/genesys-webcomponents/p-5a4b29ee.entry.js +0 -1
  1207. package/dist/genesys-webcomponents/p-5b41988c.entry.js +0 -1
  1208. package/dist/genesys-webcomponents/p-5b8f698e.entry.js +0 -1
  1209. package/dist/genesys-webcomponents/p-5c905487.entry.js +0 -1
  1210. package/dist/genesys-webcomponents/p-5cababda.entry.js +0 -1
  1211. package/dist/genesys-webcomponents/p-5d48ef22.entry.js +0 -1
  1212. package/dist/genesys-webcomponents/p-5da0f0d4.entry.js +0 -1
  1213. package/dist/genesys-webcomponents/p-5e8f4d45.entry.js +0 -1
  1214. package/dist/genesys-webcomponents/p-5f27ec2c.entry.js +0 -1
  1215. package/dist/genesys-webcomponents/p-61d97a78.entry.js +0 -1
  1216. package/dist/genesys-webcomponents/p-658b3289.entry.js +0 -1
  1217. package/dist/genesys-webcomponents/p-65c72c30.entry.js +0 -1
  1218. package/dist/genesys-webcomponents/p-65fb9c2d.entry.js +0 -1
  1219. package/dist/genesys-webcomponents/p-6b5ee179.entry.js +0 -1
  1220. package/dist/genesys-webcomponents/p-6f55d4e5.entry.js +0 -1
  1221. package/dist/genesys-webcomponents/p-764d636d.entry.js +0 -1
  1222. package/dist/genesys-webcomponents/p-76a3ff88.entry.js +0 -1
  1223. package/dist/genesys-webcomponents/p-7b624ce0.entry.js +0 -1
  1224. package/dist/genesys-webcomponents/p-7c5781ad.entry.js +0 -1
  1225. package/dist/genesys-webcomponents/p-824e3787.entry.js +0 -1
  1226. package/dist/genesys-webcomponents/p-88166b58.entry.js +0 -1
  1227. package/dist/genesys-webcomponents/p-88d49855.entry.js +0 -1
  1228. package/dist/genesys-webcomponents/p-8d32f047.entry.js +0 -1
  1229. package/dist/genesys-webcomponents/p-8e5d6a45.entry.js +0 -1
  1230. package/dist/genesys-webcomponents/p-902d31cc.entry.js +0 -1
  1231. package/dist/genesys-webcomponents/p-914319f8.entry.js +0 -1
  1232. package/dist/genesys-webcomponents/p-914c6153.entry.js +0 -1
  1233. package/dist/genesys-webcomponents/p-9790f7b3.entry.js +0 -1
  1234. package/dist/genesys-webcomponents/p-99116935.entry.js +0 -1
  1235. package/dist/genesys-webcomponents/p-9a4842ed.entry.js +0 -1
  1236. package/dist/genesys-webcomponents/p-9ab291a9.entry.js +0 -1
  1237. package/dist/genesys-webcomponents/p-9acdbced.entry.js +0 -1
  1238. package/dist/genesys-webcomponents/p-9ec956d3.entry.js +0 -1
  1239. package/dist/genesys-webcomponents/p-a2ff26d7.entry.js +0 -1
  1240. package/dist/genesys-webcomponents/p-a69a9910.js +0 -1
  1241. package/dist/genesys-webcomponents/p-a6a39579.entry.js +0 -1
  1242. package/dist/genesys-webcomponents/p-acb6d7b7.entry.js +0 -1
  1243. package/dist/genesys-webcomponents/p-af52a9dc.entry.js +0 -1
  1244. package/dist/genesys-webcomponents/p-b067440f.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-c0a74225.entry.js +0 -1
  1252. package/dist/genesys-webcomponents/p-c22245b9.entry.js +0 -1
  1253. package/dist/genesys-webcomponents/p-c3edd72a.entry.js +0 -1
  1254. package/dist/genesys-webcomponents/p-c79b672c.entry.js +0 -1
  1255. package/dist/genesys-webcomponents/p-c7ece6cf.entry.js +0 -1
  1256. package/dist/genesys-webcomponents/p-cccf60b9.entry.js +0 -1
  1257. package/dist/genesys-webcomponents/p-d319c2a4.entry.js +0 -1
  1258. package/dist/genesys-webcomponents/p-d320619a.entry.js +0 -1
  1259. package/dist/genesys-webcomponents/p-d326117b.entry.js +0 -1
  1260. package/dist/genesys-webcomponents/p-d3b1f184.entry.js +0 -1
  1261. package/dist/genesys-webcomponents/p-d45ee27d.entry.js +0 -1
  1262. package/dist/genesys-webcomponents/p-d49346a8.entry.js +0 -1
  1263. package/dist/genesys-webcomponents/p-d6edbaeb.js +0 -1
  1264. package/dist/genesys-webcomponents/p-d76254b7.entry.js +0 -1
  1265. package/dist/genesys-webcomponents/p-da6f6e36.entry.js +0 -1
  1266. package/dist/genesys-webcomponents/p-dbd64477.entry.js +0 -1
  1267. package/dist/genesys-webcomponents/p-dcb111a9.entry.js +0 -1
  1268. package/dist/genesys-webcomponents/p-deca7631.js +0 -2
  1269. package/dist/genesys-webcomponents/p-df2fa07f.entry.js +0 -1
  1270. package/dist/genesys-webcomponents/p-e4babba2.entry.js +0 -1
  1271. package/dist/genesys-webcomponents/p-e6ed2cd4.entry.js +0 -1
  1272. package/dist/genesys-webcomponents/p-e99dfd4f.entry.js +0 -1
  1273. package/dist/genesys-webcomponents/p-e9e37076.entry.js +0 -1
  1274. package/dist/genesys-webcomponents/p-eb83c04f.entry.js +0 -1
  1275. package/dist/genesys-webcomponents/p-ec96ed91.entry.js +0 -1
  1276. package/dist/genesys-webcomponents/p-ecc35c17.entry.js +0 -1
  1277. package/dist/genesys-webcomponents/p-f0faa88c.entry.js +0 -1
  1278. package/dist/genesys-webcomponents/p-f32f3140.entry.js +0 -1
  1279. package/dist/genesys-webcomponents/p-f3521f3e.js +0 -1
  1280. package/dist/genesys-webcomponents/p-f44fa302.entry.js +0 -1
  1281. package/dist/genesys-webcomponents/p-f7e41a90.entry.js +0 -1
  1282. package/dist/genesys-webcomponents/p-f8086734.entry.js +0 -1
  1283. package/dist/genesys-webcomponents/p-fa6eb585.entry.js +0 -1
  1284. package/dist/genesys-webcomponents/p-fd458ce3.entry.js +0 -1
  1285. /package/dist/genesys-webcomponents/{p-dd53013c.js → p-0268a3e8.js} +0 -0
  1286. /package/dist/genesys-webcomponents/{p-3ea0d493.js → p-0934300e.js} +0 -0
  1287. /package/dist/genesys-webcomponents/{p-31cd1b9a.js → p-0f60c7b5.js} +0 -0
  1288. /package/dist/genesys-webcomponents/{p-693c1709.js → p-1ccc4961.js} +0 -0
  1289. /package/dist/genesys-webcomponents/{p-9125cc36.js → p-267e2aed.js} +0 -0
  1290. /package/dist/genesys-webcomponents/{p-373c5d93.js → p-2c25e2f2.js} +0 -0
  1291. /package/dist/genesys-webcomponents/{p-0962dd7a.js → p-4202e9f2.js} +0 -0
  1292. /package/dist/genesys-webcomponents/{p-705311af.js → p-67d20704.js} +0 -0
  1293. /package/dist/genesys-webcomponents/{p-08874a83.js → p-67d92675.js} +0 -0
  1294. /package/dist/genesys-webcomponents/{p-324b23f3.js → p-6d8b4027.js} +0 -0
  1295. /package/dist/genesys-webcomponents/{p-6d764dde.js → p-787c5373.js} +0 -0
  1296. /package/dist/genesys-webcomponents/{p-aa9ff6ba.js → p-8d73b418.js} +0 -0
  1297. /package/dist/genesys-webcomponents/{p-9d734bbd.js → p-8eaf8caf.js} +0 -0
  1298. /package/dist/genesys-webcomponents/{p-b3a7a431.js → p-9349b5e4.js} +0 -0
  1299. /package/dist/genesys-webcomponents/{p-5d7d5695.js → p-9b0d3713.js} +0 -0
  1300. /package/dist/genesys-webcomponents/{p-28f55159.js → p-a11d5d42.js} +0 -0
  1301. /package/dist/genesys-webcomponents/{p-7b08c759.js → p-a43079c8.js} +0 -0
  1302. /package/dist/genesys-webcomponents/{p-ffaadf62.js → p-cf0e7d3b.js} +0 -0
  1303. /package/dist/genesys-webcomponents/{p-37bfd195.js → p-e5b1cffc.js} +0 -0
  1304. /package/dist/genesys-webcomponents/{p-8b703092.js → p-e97879b4.js} +0 -0
  1305. /package/dist/genesys-webcomponents/{p-dbb0ac25.js → p-ea5e1b2f.js} +0 -0
  1306. /package/dist/genesys-webcomponents/{p-16f3da0d.js → p-f4751a15.js} +0 -0
  1307. /package/dist/genesys-webcomponents/{p-dede4fe3.js → p-faf62b32.js} +0 -0
@@ -1 +1 @@
1
- import{a as t}from"./p-deca7631.js";import{g as r}from"./p-0962dd7a.js";var h=function(t,r){return h=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,r){t.__proto__=r}||function(t,r){for(var h in r)Object.prototype.hasOwnProperty.call(r,h)&&(t[h]=r[h])},h(t,r)};function e(t,r){if("function"!=typeof r&&null!==r)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");function e(){this.constructor=t}h(t,r),t.prototype=null===r?Object.create(r):(e.prototype=r.prototype,new e)}var n,i,s,a=function(){return a=Object.assign||function(t){for(var r,h=1,e=arguments.length;h<e;h++)for(var n in r=arguments[h])Object.prototype.hasOwnProperty.call(r,n)&&(t[n]=r[n]);return t},a.apply(this,arguments)};function o(t,r,h){if(h||2===arguments.length)for(var e,n=0,i=r.length;n<i;n++)!e&&n in r||(e||(e=Array.prototype.slice.call(r,0,n)),e[n]=r[n]);return t.concat(e||Array.prototype.slice.call(r))}function u(t){return t.type===i.literal}function c(t){return t.type===i.argument}function f(t){return t.type===i.number}function l(t){return t.type===i.date}function H(t){return t.type===i.time}function B(t){return t.type===i.select}function b(t){return t.type===i.plural}function v(t){return t.type===i.pound}function p(t){return t.type===i.tag}function E(t){return!(!t||"object"!=typeof t||t.type!==s.number)}function d(t){return!(!t||"object"!=typeof t||t.type!==s.dateTime)}"function"==typeof SuppressedError&&SuppressedError,function(t){t[t.EXPECT_ARGUMENT_CLOSING_BRACE=1]="EXPECT_ARGUMENT_CLOSING_BRACE",t[t.EMPTY_ARGUMENT=2]="EMPTY_ARGUMENT",t[t.MALFORMED_ARGUMENT=3]="MALFORMED_ARGUMENT",t[t.EXPECT_ARGUMENT_TYPE=4]="EXPECT_ARGUMENT_TYPE",t[t.INVALID_ARGUMENT_TYPE=5]="INVALID_ARGUMENT_TYPE",t[t.EXPECT_ARGUMENT_STYLE=6]="EXPECT_ARGUMENT_STYLE",t[t.INVALID_NUMBER_SKELETON=7]="INVALID_NUMBER_SKELETON",t[t.INVALID_DATE_TIME_SKELETON=8]="INVALID_DATE_TIME_SKELETON",t[t.EXPECT_NUMBER_SKELETON=9]="EXPECT_NUMBER_SKELETON",t[t.EXPECT_DATE_TIME_SKELETON=10]="EXPECT_DATE_TIME_SKELETON",t[t.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE=11]="UNCLOSED_QUOTE_IN_ARGUMENT_STYLE",t[t.EXPECT_SELECT_ARGUMENT_OPTIONS=12]="EXPECT_SELECT_ARGUMENT_OPTIONS",t[t.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE=13]="EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE",t[t.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE=14]="INVALID_PLURAL_ARGUMENT_OFFSET_VALUE",t[t.EXPECT_SELECT_ARGUMENT_SELECTOR=15]="EXPECT_SELECT_ARGUMENT_SELECTOR",t[t.EXPECT_PLURAL_ARGUMENT_SELECTOR=16]="EXPECT_PLURAL_ARGUMENT_SELECTOR",t[t.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT=17]="EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT",t[t.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT=18]="EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT",t[t.INVALID_PLURAL_ARGUMENT_SELECTOR=19]="INVALID_PLURAL_ARGUMENT_SELECTOR",t[t.DUPLICATE_PLURAL_ARGUMENT_SELECTOR=20]="DUPLICATE_PLURAL_ARGUMENT_SELECTOR",t[t.DUPLICATE_SELECT_ARGUMENT_SELECTOR=21]="DUPLICATE_SELECT_ARGUMENT_SELECTOR",t[t.MISSING_OTHER_CLAUSE=22]="MISSING_OTHER_CLAUSE",t[t.INVALID_TAG=23]="INVALID_TAG",t[t.INVALID_TAG_NAME=25]="INVALID_TAG_NAME",t[t.UNMATCHED_CLOSING_TAG=26]="UNMATCHED_CLOSING_TAG",t[t.UNCLOSED_TAG=27]="UNCLOSED_TAG"}(n||(n={})),function(t){t[t.literal=0]="literal",t[t.argument=1]="argument",t[t.number=2]="number",t[t.date=3]="date",t[t.time=4]="time",t[t.select=5]="select",t[t.plural=6]="plural",t[t.pound=7]="pound",t[t.tag=8]="tag"}(i||(i={})),function(t){t[t.number=0]="number",t[t.dateTime=1]="dateTime"}(s||(s={}));var g=/[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/,y=/(?:[Eec]{1,6}|G{1,5}|[Qq]{1,5}|(?:[yYur]+|U{1,5})|[ML]{1,5}|d{1,2}|D{1,3}|F{1}|[abB]{1,5}|[hkHK]{1,2}|w{1,2}|W{1}|m{1,2}|s{1,2}|[zZOvVxX]{1,4})(?=([^']*'[^']*')*[^']*$)/g;function m(t){var r={};return t.replace(y,(function(t){var h=t.length;switch(t[0]){case"G":r.era=4===h?"long":5===h?"narrow":"short";break;case"y":r.year=2===h?"2-digit":"numeric";break;case"Y":case"u":case"U":case"r":throw new RangeError("`Y/u/U/r` (year) patterns are not supported, use `y` instead");case"q":case"Q":throw new RangeError("`q/Q` (quarter) patterns are not supported");case"M":case"L":r.month=["numeric","2-digit","short","long","narrow"][h-1];break;case"w":case"W":throw new RangeError("`w/W` (week) patterns are not supported");case"d":r.day=["numeric","2-digit"][h-1];break;case"D":case"F":case"g":throw new RangeError("`D/F/g` (day) patterns are not supported, use `d` instead");case"E":r.weekday=4===h?"short":5===h?"narrow":"short";break;case"e":if(h<4)throw new RangeError("`e..eee` (weekday) patterns are not supported");r.weekday=["short","long","narrow","short"][h-4];break;case"c":if(h<4)throw new RangeError("`c..ccc` (weekday) patterns are not supported");r.weekday=["short","long","narrow","short"][h-4];break;case"a":r.hour12=!0;break;case"b":case"B":throw new RangeError("`b/B` (period) patterns are not supported, use `a` instead");case"h":r.hourCycle="h12",r.hour=["numeric","2-digit"][h-1];break;case"H":r.hourCycle="h23",r.hour=["numeric","2-digit"][h-1];break;case"K":r.hourCycle="h11",r.hour=["numeric","2-digit"][h-1];break;case"k":r.hourCycle="h24",r.hour=["numeric","2-digit"][h-1];break;case"j":case"J":case"C":throw new RangeError("`j/J/C` (hour) patterns are not supported, use `h/H/K/k` instead");case"m":r.minute=["numeric","2-digit"][h-1];break;case"s":r.second=["numeric","2-digit"][h-1];break;case"S":case"A":throw new RangeError("`S/A` (second) patterns are not supported, use `s` instead");case"z":r.timeZoneName=h<4?"short":"long";break;case"Z":case"O":case"v":case"V":case"X":case"x":throw new RangeError("`Z/O/v/V/X/x` (timeZone) patterns are not supported, use `z` instead")}return""})),r}var w=/[\t-\r \x85\u200E\u200F\u2028\u2029]/i,T=/^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g,A=/^(@+)?(\+|#+)?[rs]?$/g,S=/(\*)(0+)|(#+)(0+)|(0+)/g,_=/^(0+)$/;function N(t){var r={};return"r"===t[t.length-1]?r.roundingPriority="morePrecision":"s"===t[t.length-1]&&(r.roundingPriority="lessPrecision"),t.replace(A,(function(t,h,e){return"string"!=typeof e?(r.minimumSignificantDigits=h.length,r.maximumSignificantDigits=h.length):"+"===e?r.minimumSignificantDigits=h.length:"#"===h[0]?r.maximumSignificantDigits=h.length:(r.minimumSignificantDigits=h.length,r.maximumSignificantDigits=h.length+("string"==typeof e?e.length:0)),""})),r}function I(t){switch(t){case"sign-auto":return{signDisplay:"auto"};case"sign-accounting":case"()":return{currencySign:"accounting"};case"sign-always":case"+!":return{signDisplay:"always"};case"sign-accounting-always":case"()!":return{signDisplay:"always",currencySign:"accounting"};case"sign-except-zero":case"+?":return{signDisplay:"exceptZero"};case"sign-accounting-except-zero":case"()?":return{signDisplay:"exceptZero",currencySign:"accounting"};case"sign-never":case"+_":return{signDisplay:"never"}}}function M(t){var r;if("E"===t[0]&&"E"===t[1]?(r={notation:"engineering"},t=t.slice(2)):"E"===t[0]&&(r={notation:"scientific"},t=t.slice(1)),r){var h=t.slice(0,2);if("+!"===h?(r.signDisplay="always",t=t.slice(2)):"+?"===h&&(r.signDisplay="exceptZero",t=t.slice(2)),!_.test(t))throw new Error("Malformed concise eng/scientific notation");r.minimumIntegerDigits=t.length}return r}function R(t){return I(t)||{}}function L(t){for(var r={},h=0,e=t;h<e.length;h++){var n=e[h];switch(n.stem){case"percent":case"%":r.style="percent";continue;case"%x100":r.style="percent",r.scale=100;continue;case"currency":r.style="currency",r.currency=n.options[0];continue;case"group-off":case",_":r.useGrouping=!1;continue;case"precision-integer":case".":r.maximumFractionDigits=0;continue;case"measure-unit":case"unit":r.style="unit",r.unit=n.options[0].replace(/^(.*?)-/,"");continue;case"compact-short":case"K":r.notation="compact",r.compactDisplay="short";continue;case"compact-long":case"KK":r.notation="compact",r.compactDisplay="long";continue;case"scientific":r=a(a(a({},r),{notation:"scientific"}),n.options.reduce((function(t,r){return a(a({},t),R(r))}),{}));continue;case"engineering":r=a(a(a({},r),{notation:"engineering"}),n.options.reduce((function(t,r){return a(a({},t),R(r))}),{}));continue;case"notation-simple":r.notation="standard";continue;case"unit-width-narrow":r.currencyDisplay="narrowSymbol",r.unitDisplay="narrow";continue;case"unit-width-short":r.currencyDisplay="code",r.unitDisplay="short";continue;case"unit-width-full-name":r.currencyDisplay="name",r.unitDisplay="long";continue;case"unit-width-iso-code":r.currencyDisplay="symbol";continue;case"scale":r.scale=parseFloat(n.options[0]);continue;case"integer-width":if(n.options.length>1)throw new RangeError("integer-width stems only accept a single optional option");n.options[0].replace(S,(function(t,h,e,n,i,s){if(h)r.minimumIntegerDigits=e.length;else{if(n&&i)throw new Error("We currently do not support maximum integer digits");if(s)throw new Error("We currently do not support exact integer digits")}return""}));continue}if(_.test(n.stem))r.minimumIntegerDigits=n.stem.length;else if(T.test(n.stem)){if(n.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");n.stem.replace(T,(function(t,h,e,n,i,s){return"*"===e?r.minimumFractionDigits=h.length:n&&"#"===n[0]?r.maximumFractionDigits=n.length:i&&s?(r.minimumFractionDigits=i.length,r.maximumFractionDigits=i.length+s.length):(r.minimumFractionDigits=h.length,r.maximumFractionDigits=h.length),""}));var i=n.options[0];"w"===i?r=a(a({},r),{trailingZeroDisplay:"stripIfInteger"}):i&&(r=a(a({},r),N(i)))}else if(A.test(n.stem))r=a(a({},r),N(n.stem));else{var s=I(n.stem);s&&(r=a(a({},r),s));var o=M(n.stem);o&&(r=a(a({},r),o))}}return r}var C,O={"001":["H","h"],AC:["H","h","hb","hB"],AD:["H","hB"],AE:["h","hB","hb","H"],AF:["H","hb","hB","h"],AG:["h","hb","H","hB"],AI:["H","h","hb","hB"],AL:["h","H","hB"],AM:["H","hB"],AO:["H","hB"],AR:["H","h","hB","hb"],AS:["h","H"],AT:["H","hB"],AU:["h","hb","H","hB"],AW:["H","hB"],AX:["H"],AZ:["H","hB","h"],BA:["H","hB","h"],BB:["h","hb","H","hB"],BD:["h","hB","H"],BE:["H","hB"],BF:["H","hB"],BG:["H","hB","h"],BH:["h","hB","hb","H"],BI:["H","h"],BJ:["H","hB"],BL:["H","hB"],BM:["h","hb","H","hB"],BN:["hb","hB","h","H"],BO:["H","hB","h","hb"],BQ:["H"],BR:["H","hB"],BS:["h","hb","H","hB"],BT:["h","H"],BW:["H","h","hb","hB"],BY:["H","h"],BZ:["H","h","hb","hB"],CA:["h","hb","H","hB"],CC:["H","h","hb","hB"],CD:["hB","H"],CF:["H","h","hB"],CG:["H","hB"],CH:["H","hB","h"],CI:["H","hB"],CK:["H","h","hb","hB"],CL:["H","h","hB","hb"],CM:["H","h","hB"],CN:["H","hB","hb","h"],CO:["h","H","hB","hb"],CP:["H"],CR:["H","h","hB","hb"],CU:["H","h","hB","hb"],CV:["H","hB"],CW:["H","hB"],CX:["H","h","hb","hB"],CY:["h","H","hb","hB"],CZ:["H"],DE:["H","hB"],DG:["H","h","hb","hB"],DJ:["h","H"],DK:["H"],DM:["h","hb","H","hB"],DO:["h","H","hB","hb"],DZ:["h","hB","hb","H"],EA:["H","h","hB","hb"],EC:["H","hB","h","hb"],EE:["H","hB"],EG:["h","hB","hb","H"],EH:["h","hB","hb","H"],ER:["h","H"],ES:["H","hB","h","hb"],ET:["hB","hb","h","H"],FI:["H"],FJ:["h","hb","H","hB"],FK:["H","h","hb","hB"],FM:["h","hb","H","hB"],FO:["H","h"],FR:["H","hB"],GA:["H","hB"],GB:["H","h","hb","hB"],GD:["h","hb","H","hB"],GE:["H","hB","h"],GF:["H","hB"],GG:["H","h","hb","hB"],GH:["h","H"],GI:["H","h","hb","hB"],GL:["H","h"],GM:["h","hb","H","hB"],GN:["H","hB"],GP:["H","hB"],GQ:["H","hB","h","hb"],GR:["h","H","hb","hB"],GT:["H","h","hB","hb"],GU:["h","hb","H","hB"],GW:["H","hB"],GY:["h","hb","H","hB"],HK:["h","hB","hb","H"],HN:["H","h","hB","hb"],HR:["H","hB"],HU:["H","h"],IC:["H","h","hB","hb"],ID:["H"],IE:["H","h","hb","hB"],IL:["H","hB"],IM:["H","h","hb","hB"],IN:["h","H"],IO:["H","h","hb","hB"],IQ:["h","hB","hb","H"],IR:["hB","H"],IS:["H"],IT:["H","hB"],JE:["H","h","hb","hB"],JM:["h","hb","H","hB"],JO:["h","hB","hb","H"],JP:["H","K","h"],KE:["hB","hb","H","h"],KG:["H","h","hB","hb"],KH:["hB","h","H","hb"],KI:["h","hb","H","hB"],KM:["H","h","hB","hb"],KN:["h","hb","H","hB"],KP:["h","H","hB","hb"],KR:["h","H","hB","hb"],KW:["h","hB","hb","H"],KY:["h","hb","H","hB"],KZ:["H","hB"],LA:["H","hb","hB","h"],LB:["h","hB","hb","H"],LC:["h","hb","H","hB"],LI:["H","hB","h"],LK:["H","h","hB","hb"],LR:["h","hb","H","hB"],LS:["h","H"],LT:["H","h","hb","hB"],LU:["H","h","hB"],LV:["H","hB","hb","h"],LY:["h","hB","hb","H"],MA:["H","h","hB","hb"],MC:["H","hB"],MD:["H","hB"],ME:["H","hB","h"],MF:["H","hB"],MG:["H","h"],MH:["h","hb","H","hB"],MK:["H","h","hb","hB"],ML:["H"],MM:["hB","hb","H","h"],MN:["H","h","hb","hB"],MO:["h","hB","hb","H"],MP:["h","hb","H","hB"],MQ:["H","hB"],MR:["h","hB","hb","H"],MS:["H","h","hb","hB"],MT:["H","h"],MU:["H","h"],MV:["H","h"],MW:["h","hb","H","hB"],MX:["H","h","hB","hb"],MY:["hb","hB","h","H"],MZ:["H","hB"],NA:["h","H","hB","hb"],NC:["H","hB"],NE:["H"],NF:["H","h","hb","hB"],NG:["H","h","hb","hB"],NI:["H","h","hB","hb"],NL:["H","hB"],NO:["H","h"],NP:["H","h","hB"],NR:["H","h","hb","hB"],NU:["H","h","hb","hB"],NZ:["h","hb","H","hB"],OM:["h","hB","hb","H"],PA:["h","H","hB","hb"],PE:["H","hB","h","hb"],PF:["H","h","hB"],PG:["h","H"],PH:["h","hB","hb","H"],PK:["h","hB","H"],PL:["H","h"],PM:["H","hB"],PN:["H","h","hb","hB"],PR:["h","H","hB","hb"],PS:["h","hB","hb","H"],PT:["H","hB"],PW:["h","H"],PY:["H","h","hB","hb"],QA:["h","hB","hb","H"],RE:["H","hB"],RO:["H","hB"],RS:["H","hB","h"],RU:["H"],RW:["H","h"],SA:["h","hB","hb","H"],SB:["h","hb","H","hB"],SC:["H","h","hB"],SD:["h","hB","hb","H"],SE:["H"],SG:["h","hb","H","hB"],SH:["H","h","hb","hB"],SI:["H","hB"],SJ:["H"],SK:["H"],SL:["h","hb","H","hB"],SM:["H","h","hB"],SN:["H","h","hB"],SO:["h","H"],SR:["H","hB"],SS:["h","hb","H","hB"],ST:["H","hB"],SV:["H","h","hB","hb"],SX:["H","h","hb","hB"],SY:["h","hB","hb","H"],SZ:["h","hb","H","hB"],TA:["H","h","hb","hB"],TC:["h","hb","H","hB"],TD:["h","H","hB"],TF:["H","h","hB"],TG:["H","hB"],TH:["H","h"],TJ:["H","h"],TL:["H","hB","hb","h"],TM:["H","h"],TN:["h","hB","hb","H"],TO:["h","H"],TR:["H","hB"],TT:["h","hb","H","hB"],TW:["hB","hb","h","H"],TZ:["hB","hb","H","h"],UA:["H","hB","h"],UG:["hB","hb","H","h"],UM:["h","hb","H","hB"],US:["h","hb","H","hB"],UY:["H","h","hB","hb"],UZ:["H","hB","h"],VA:["H","h","hB"],VC:["h","hb","H","hB"],VE:["h","H","hB","hb"],VG:["h","hb","H","hB"],VI:["h","hb","H","hB"],VN:["H","h"],VU:["h","H"],WF:["H","hB"],WS:["h","H"],XK:["H","hB","h"],YE:["h","hB","hb","H"],YT:["H","hB"],ZA:["H","h","hb","hB"],ZM:["h","hb","H","hB"],ZW:["H","h"],"af-ZA":["H","h","hB","hb"],"ar-001":["h","hB","hb","H"],"ca-ES":["H","h","hB"],"en-001":["h","hb","H","hB"],"es-BO":["H","h","hB","hb"],"es-BR":["H","h","hB","hb"],"es-EC":["H","h","hB","hb"],"es-ES":["H","h","hB","hb"],"es-GQ":["H","h","hB","hb"],"es-PE":["H","h","hB","hb"],"fr-CA":["H","h","hB"],"gl-ES":["H","h","hB"],"gu-IN":["hB","hb","h","H"],"hi-IN":["hB","h","H"],"it-CH":["H","h","hB"],"it-IT":["H","h","hB"],"kn-IN":["hB","h","H"],"ml-IN":["hB","h","H"],"mr-IN":["hB","hb","h","H"],"pa-IN":["hB","hb","h","H"],"ta-IN":["hB","h","hb","H"],"te-IN":["hB","h","H"],"zu-ZA":["H","hB","hb","h"]};function G(t){var r=t.hourCycle;if(void 0===r&&t.hourCycles&&t.hourCycles.length&&(r=t.hourCycles[0]),r)switch(r){case"h24":return"k";case"h23":return"H";case"h12":return"h";case"h11":return"K";default:throw new Error("Invalid hourCycle")}var h,e=t.language;return"root"!==e&&(h=t.maximize().region),(O[h||""]||O[e||""]||O["".concat(e,"-001")]||O["001"])[0]}var U=new RegExp("^".concat(g.source,"*")),P=new RegExp("".concat(g.source,"*$"));function k(t,r){return{start:t,end:r}}var D=!!String.prototype.startsWith&&"_a".startsWith("a",1),F=!!String.fromCodePoint,j=!!Object.fromEntries,K=!!String.prototype.codePointAt,V=!!String.prototype.trimStart,Z=!!String.prototype.trimEnd,x=Number.isSafeInteger?Number.isSafeInteger:function(t){return"number"==typeof t&&isFinite(t)&&Math.floor(t)===t&&Math.abs(t)<=9007199254740991},W=!0;try{W="a"===(null===(C=tt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu").exec("a"))||void 0===C?void 0:C[0])}catch(t){W=!1}var X,Y=D?function(t,r,h){return t.startsWith(r,h)}:function(t,r,h){return t.slice(h,h+r.length)===r},J=F?String.fromCodePoint:function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];for(var h,e="",n=t.length,i=0;n>i;){if((h=t[i++])>1114111)throw RangeError(h+" is not a valid code point");e+=h<65536?String.fromCharCode(h):String.fromCharCode(55296+((h-=65536)>>10),h%1024+56320)}return e},z=j?Object.fromEntries:function(t){for(var r={},h=0,e=t;h<e.length;h++){var n=e[h];r[n[0]]=n[1]}return r},Q=K?function(t,r){return t.codePointAt(r)}:function(t,r){var h=t.length;if(!(r<0||r>=h)){var e,n=t.charCodeAt(r);return n<55296||n>56319||r+1===h||(e=t.charCodeAt(r+1))<56320||e>57343?n:e-56320+(n-55296<<10)+65536}},$=V?function(t){return t.trimStart()}:function(t){return t.replace(U,"")},q=Z?function(t){return t.trimEnd()}:function(t){return t.replace(P,"")};function tt(t,r){return new RegExp(t,r)}if(W){var rt=tt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");X=function(t,r){var h;return rt.lastIndex=r,null!==(h=rt.exec(t)[1])&&void 0!==h?h:""}}else X=function(t,r){for(var h=[];;){var e=Q(t,r);if(void 0===e||nt(e)||it(e))break;h.push(e),r+=e>=65536?2:1}return J.apply(void 0,h)};var ht=function(){function t(t,r){void 0===r&&(r={}),this.message=t,this.position={offset:0,line:1,column:1},this.ignoreTag=!!r.ignoreTag,this.locale=r.locale,this.requiresOtherClause=!!r.requiresOtherClause,this.shouldParseSkeletons=!!r.shouldParseSkeletons}return t.prototype.parse=function(){if(0!==this.offset())throw Error("parser can only be used once");return this.parseMessage(0,"",!1)},t.prototype.parseMessage=function(t,r,h){for(var e=[];!this.isEOF();){var s=this.char();if(123===s){if((a=this.parseArgument(t,h)).err)return a;e.push(a.val)}else{if(125===s&&t>0)break;if(35!==s||"plural"!==r&&"selectordinal"!==r){if(60===s&&!this.ignoreTag&&47===this.peek()){if(h)break;return this.error(n.UNMATCHED_CLOSING_TAG,k(this.clonePosition(),this.clonePosition()))}if(60===s&&!this.ignoreTag&&et(this.peek()||0)){if((a=this.parseTag(t,r)).err)return a;e.push(a.val)}else{var a;if((a=this.parseLiteral(t,r)).err)return a;e.push(a.val)}}else{var o=this.clonePosition();this.bump(),e.push({type:i.pound,location:k(o,this.clonePosition())})}}}return{val:e,err:null}},t.prototype.parseTag=function(t,r){var h=this.clonePosition();this.bump();var e=this.parseTagName();if(this.bumpSpace(),this.bumpIf("/>"))return{val:{type:i.literal,value:"<".concat(e,"/>"),location:k(h,this.clonePosition())},err:null};if(this.bumpIf(">")){var s=this.parseMessage(t+1,r,!0);if(s.err)return s;var a=s.val,o=this.clonePosition();if(this.bumpIf("</")){if(this.isEOF()||!et(this.char()))return this.error(n.INVALID_TAG,k(o,this.clonePosition()));var u=this.clonePosition();return e!==this.parseTagName()?this.error(n.UNMATCHED_CLOSING_TAG,k(u,this.clonePosition())):(this.bumpSpace(),this.bumpIf(">")?{val:{type:i.tag,value:e,children:a,location:k(h,this.clonePosition())},err:null}:this.error(n.INVALID_TAG,k(o,this.clonePosition())))}return this.error(n.UNCLOSED_TAG,k(h,this.clonePosition()))}return this.error(n.INVALID_TAG,k(h,this.clonePosition()))},t.prototype.parseTagName=function(){var t,r=this.offset();for(this.bump();!this.isEOF()&&(45===(t=this.char())||46===t||t>=48&&t<=57||95===t||t>=97&&t<=122||t>=65&&t<=90||183==t||t>=192&&t<=214||t>=216&&t<=246||t>=248&&t<=893||t>=895&&t<=8191||t>=8204&&t<=8205||t>=8255&&t<=8256||t>=8304&&t<=8591||t>=11264&&t<=12271||t>=12289&&t<=55295||t>=63744&&t<=64975||t>=65008&&t<=65533||t>=65536&&t<=983039);)this.bump();return this.message.slice(r,this.offset())},t.prototype.parseLiteral=function(t,r){for(var h=this.clonePosition(),e="";;){var n=this.tryParseQuote(r);if(n)e+=n;else{var s=this.tryParseUnquoted(t,r);if(s)e+=s;else{var a=this.tryParseLeftAngleBracket();if(!a)break;e+=a}}}var o=k(h,this.clonePosition());return{val:{type:i.literal,value:e,location:o},err:null}},t.prototype.tryParseLeftAngleBracket=function(){return this.isEOF()||60!==this.char()||!this.ignoreTag&&(et(t=this.peek()||0)||47===t)?null:(this.bump(),"<");var t},t.prototype.tryParseQuote=function(t){if(this.isEOF()||39!==this.char())return null;switch(this.peek()){case 39:return this.bump(),this.bump(),"'";case 123:case 60:case 62:case 125:break;case 35:if("plural"===t||"selectordinal"===t)break;return null;default:return null}this.bump();var r=[this.char()];for(this.bump();!this.isEOF();){var h=this.char();if(39===h){if(39!==this.peek()){this.bump();break}r.push(39),this.bump()}else r.push(h);this.bump()}return J.apply(void 0,r)},t.prototype.tryParseUnquoted=function(t,r){if(this.isEOF())return null;var h=this.char();return 60===h||123===h||35===h&&("plural"===r||"selectordinal"===r)||125===h&&t>0?null:(this.bump(),J(h))},t.prototype.parseArgument=function(t,r){var h=this.clonePosition();if(this.bump(),this.bumpSpace(),this.isEOF())return this.error(n.EXPECT_ARGUMENT_CLOSING_BRACE,k(h,this.clonePosition()));if(125===this.char())return this.bump(),this.error(n.EMPTY_ARGUMENT,k(h,this.clonePosition()));var e=this.parseIdentifierIfPossible().value;if(!e)return this.error(n.MALFORMED_ARGUMENT,k(h,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(n.EXPECT_ARGUMENT_CLOSING_BRACE,k(h,this.clonePosition()));switch(this.char()){case 125:return this.bump(),{val:{type:i.argument,value:e,location:k(h,this.clonePosition())},err:null};case 44:return this.bump(),this.bumpSpace(),this.isEOF()?this.error(n.EXPECT_ARGUMENT_CLOSING_BRACE,k(h,this.clonePosition())):this.parseArgumentOptions(t,r,e,h);default:return this.error(n.MALFORMED_ARGUMENT,k(h,this.clonePosition()))}},t.prototype.parseIdentifierIfPossible=function(){var t=this.clonePosition(),r=this.offset(),h=X(this.message,r);return this.bumpTo(r+h.length),{value:h,location:k(t,this.clonePosition())}},t.prototype.parseArgumentOptions=function(t,r,h,e){var o,u=this.clonePosition(),c=this.parseIdentifierIfPossible().value,f=this.clonePosition();switch(c){case"":return this.error(n.EXPECT_ARGUMENT_TYPE,k(u,f));case"number":case"date":case"time":this.bumpSpace();var l=null;if(this.bumpIf(",")){this.bumpSpace();var H=this.clonePosition();if((y=this.parseSimpleArgStyleIfPossible()).err)return y;if(0===(p=q(y.val)).length)return this.error(n.EXPECT_ARGUMENT_STYLE,k(this.clonePosition(),this.clonePosition()));l={style:p,styleLocation:k(H,this.clonePosition())}}if((w=this.tryParseArgumentClose(e)).err)return w;var B=k(e,this.clonePosition());if(l&&Y(null==l?void 0:l.style,"::",0)){var b=$(l.style.slice(2));if("number"===c)return(y=this.parseNumberSkeletonFromString(b,l.styleLocation)).err?y:{val:{type:i.number,value:h,location:B,style:y.val},err:null};if(0===b.length)return this.error(n.EXPECT_DATE_TIME_SKELETON,B);var v=b;this.locale&&(v=function(t,r){for(var h="",e=0;e<t.length;e++){var n=t.charAt(e);if("j"===n){for(var i=0;e+1<t.length&&t.charAt(e+1)===n;)i++,e++;var s=1+(1&i),a=i<2?1:3+(i>>1),o=G(r);for("H"!=o&&"k"!=o||(a=0);a-- >0;)h+="a";for(;s-- >0;)h=o+h}else h+="J"===n?"H":n}return h}(b,this.locale));var p={type:s.dateTime,pattern:v,location:l.styleLocation,parsedOptions:this.shouldParseSkeletons?m(v):{}};return{val:{type:"date"===c?i.date:i.time,value:h,location:B,style:p},err:null}}return{val:{type:"number"===c?i.number:"date"===c?i.date:i.time,value:h,location:B,style:null!==(o=null==l?void 0:l.style)&&void 0!==o?o:null},err:null};case"plural":case"selectordinal":case"select":var E=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(n.EXPECT_SELECT_ARGUMENT_OPTIONS,k(E,a({},E)));this.bumpSpace();var d=this.parseIdentifierIfPossible(),g=0;if("select"!==c&&"offset"===d.value){if(!this.bumpIf(":"))return this.error(n.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,k(this.clonePosition(),this.clonePosition()));var y;if(this.bumpSpace(),(y=this.tryParseDecimalInteger(n.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,n.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE)).err)return y;this.bumpSpace(),d=this.parseIdentifierIfPossible(),g=y.val}var w,T=this.tryParsePluralOrSelectOptions(t,c,r,d);if(T.err)return T;if((w=this.tryParseArgumentClose(e)).err)return w;var A=k(e,this.clonePosition());return"select"===c?{val:{type:i.select,value:h,options:z(T.val),location:A},err:null}:{val:{type:i.plural,value:h,options:z(T.val),offset:g,pluralType:"plural"===c?"cardinal":"ordinal",location:A},err:null};default:return this.error(n.INVALID_ARGUMENT_TYPE,k(u,f))}},t.prototype.tryParseArgumentClose=function(t){return this.isEOF()||125!==this.char()?this.error(n.EXPECT_ARGUMENT_CLOSING_BRACE,k(t,this.clonePosition())):(this.bump(),{val:!0,err:null})},t.prototype.parseSimpleArgStyleIfPossible=function(){for(var t=0,r=this.clonePosition();!this.isEOF();)switch(this.char()){case 39:this.bump();var h=this.clonePosition();if(!this.bumpUntil("'"))return this.error(n.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,k(h,this.clonePosition()));this.bump();break;case 123:t+=1,this.bump();break;case 125:if(!(t>0))return{val:this.message.slice(r.offset,this.offset()),err:null};t-=1;break;default:this.bump()}return{val:this.message.slice(r.offset,this.offset()),err:null}},t.prototype.parseNumberSkeletonFromString=function(t,r){var h=[];try{h=function(t){if(0===t.length)throw new Error("Number skeleton cannot be empty");for(var r=[],h=0,e=t.split(w).filter((function(t){return t.length>0}));h<e.length;h++){var n=e[h].split("/");if(0===n.length)throw new Error("Invalid number skeleton");for(var i=n[0],s=n.slice(1),a=0,o=s;a<o.length;a++)if(0===o[a].length)throw new Error("Invalid number skeleton");r.push({stem:i,options:s})}return r}(t)}catch(t){return this.error(n.INVALID_NUMBER_SKELETON,r)}return{val:{type:s.number,tokens:h,location:r,parsedOptions:this.shouldParseSkeletons?L(h):{}},err:null}},t.prototype.tryParsePluralOrSelectOptions=function(t,r,h,e){for(var i,s=!1,a=[],o=new Set,u=e.value,c=e.location;;){if(0===u.length){var f=this.clonePosition();if("select"===r||!this.bumpIf("="))break;var l=this.tryParseDecimalInteger(n.EXPECT_PLURAL_ARGUMENT_SELECTOR,n.INVALID_PLURAL_ARGUMENT_SELECTOR);if(l.err)return l;c=k(f,this.clonePosition()),u=this.message.slice(f.offset,this.offset())}if(o.has(u))return this.error("select"===r?n.DUPLICATE_SELECT_ARGUMENT_SELECTOR:n.DUPLICATE_PLURAL_ARGUMENT_SELECTOR,c);"other"===u&&(s=!0),this.bumpSpace();var H=this.clonePosition();if(!this.bumpIf("{"))return this.error("select"===r?n.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT:n.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT,k(this.clonePosition(),this.clonePosition()));var B=this.parseMessage(t+1,r,h);if(B.err)return B;var b=this.tryParseArgumentClose(H);if(b.err)return b;a.push([u,{value:B.val,location:k(H,this.clonePosition())}]),o.add(u),this.bumpSpace(),u=(i=this.parseIdentifierIfPossible()).value,c=i.location}return 0===a.length?this.error("select"===r?n.EXPECT_SELECT_ARGUMENT_SELECTOR:n.EXPECT_PLURAL_ARGUMENT_SELECTOR,k(this.clonePosition(),this.clonePosition())):this.requiresOtherClause&&!s?this.error(n.MISSING_OTHER_CLAUSE,k(this.clonePosition(),this.clonePosition())):{val:a,err:null}},t.prototype.tryParseDecimalInteger=function(t,r){var h=1,e=this.clonePosition();this.bumpIf("+")||this.bumpIf("-")&&(h=-1);for(var n=!1,i=0;!this.isEOF();){var s=this.char();if(!(s>=48&&s<=57))break;n=!0,i=10*i+(s-48),this.bump()}var a=k(e,this.clonePosition());return n?x(i*=h)?{val:i,err:null}:this.error(r,a):this.error(t,a)},t.prototype.offset=function(){return this.position.offset},t.prototype.isEOF=function(){return this.offset()===this.message.length},t.prototype.clonePosition=function(){return{offset:this.position.offset,line:this.position.line,column:this.position.column}},t.prototype.char=function(){var t=this.position.offset;if(t>=this.message.length)throw Error("out of bound");var r=Q(this.message,t);if(void 0===r)throw Error("Offset ".concat(t," is at invalid UTF-16 code unit boundary"));return r},t.prototype.error=function(t,r){return{val:null,err:{kind:t,message:this.message,location:r}}},t.prototype.bump=function(){if(!this.isEOF()){var t=this.char();10===t?(this.position.line+=1,this.position.column=1,this.position.offset+=1):(this.position.column+=1,this.position.offset+=t<65536?1:2)}},t.prototype.bumpIf=function(t){if(Y(this.message,t,this.offset())){for(var r=0;r<t.length;r++)this.bump();return!0}return!1},t.prototype.bumpUntil=function(t){var r=this.offset(),h=this.message.indexOf(t,r);return h>=0?(this.bumpTo(h),!0):(this.bumpTo(this.message.length),!1)},t.prototype.bumpTo=function(t){if(this.offset()>t)throw Error("targetOffset ".concat(t," must be greater than or equal to the current offset ").concat(this.offset()));for(t=Math.min(t,this.message.length);;){var r=this.offset();if(r===t)break;if(r>t)throw Error("targetOffset ".concat(t," is at invalid UTF-16 code unit boundary"));if(this.bump(),this.isEOF())break}},t.prototype.bumpSpace=function(){for(;!this.isEOF()&&nt(this.char());)this.bump()},t.prototype.peek=function(){if(this.isEOF())return null;var t=this.char(),r=this.offset(),h=this.message.charCodeAt(r+(t>=65536?2:1));return null!=h?h:null},t}();function et(t){return t>=97&&t<=122||t>=65&&t<=90}function nt(t){return t>=9&&t<=13||32===t||133===t||t>=8206&&t<=8207||8232===t||8233===t}function it(t){return t>=33&&t<=35||36===t||t>=37&&t<=39||40===t||41===t||42===t||43===t||44===t||45===t||t>=46&&t<=47||t>=58&&t<=59||t>=60&&t<=62||t>=63&&t<=64||91===t||92===t||93===t||94===t||96===t||123===t||124===t||125===t||126===t||161===t||t>=162&&t<=165||166===t||167===t||169===t||171===t||172===t||174===t||176===t||177===t||182===t||187===t||191===t||215===t||247===t||t>=8208&&t<=8213||t>=8214&&t<=8215||8216===t||8217===t||8218===t||t>=8219&&t<=8220||8221===t||8222===t||8223===t||t>=8224&&t<=8231||t>=8240&&t<=8248||8249===t||8250===t||t>=8251&&t<=8254||t>=8257&&t<=8259||8260===t||8261===t||8262===t||t>=8263&&t<=8273||8274===t||8275===t||t>=8277&&t<=8286||t>=8592&&t<=8596||t>=8597&&t<=8601||t>=8602&&t<=8603||t>=8604&&t<=8607||8608===t||t>=8609&&t<=8610||8611===t||t>=8612&&t<=8613||8614===t||t>=8615&&t<=8621||8622===t||t>=8623&&t<=8653||t>=8654&&t<=8655||t>=8656&&t<=8657||8658===t||8659===t||8660===t||t>=8661&&t<=8691||t>=8692&&t<=8959||t>=8960&&t<=8967||8968===t||8969===t||8970===t||8971===t||t>=8972&&t<=8991||t>=8992&&t<=8993||t>=8994&&t<=9e3||9001===t||9002===t||t>=9003&&t<=9083||9084===t||t>=9085&&t<=9114||t>=9115&&t<=9139||t>=9140&&t<=9179||t>=9180&&t<=9185||t>=9186&&t<=9254||t>=9255&&t<=9279||t>=9280&&t<=9290||t>=9291&&t<=9311||t>=9472&&t<=9654||9655===t||t>=9656&&t<=9664||9665===t||t>=9666&&t<=9719||t>=9720&&t<=9727||t>=9728&&t<=9838||9839===t||t>=9840&&t<=10087||10088===t||10089===t||10090===t||10091===t||10092===t||10093===t||10094===t||10095===t||10096===t||10097===t||10098===t||10099===t||10100===t||10101===t||t>=10132&&t<=10175||t>=10176&&t<=10180||10181===t||10182===t||t>=10183&&t<=10213||10214===t||10215===t||10216===t||10217===t||10218===t||10219===t||10220===t||10221===t||10222===t||10223===t||t>=10224&&t<=10239||t>=10240&&t<=10495||t>=10496&&t<=10626||10627===t||10628===t||10629===t||10630===t||10631===t||10632===t||10633===t||10634===t||10635===t||10636===t||10637===t||10638===t||10639===t||10640===t||10641===t||10642===t||10643===t||10644===t||10645===t||10646===t||10647===t||10648===t||t>=10649&&t<=10711||10712===t||10713===t||10714===t||10715===t||t>=10716&&t<=10747||10748===t||10749===t||t>=10750&&t<=11007||t>=11008&&t<=11055||t>=11056&&t<=11076||t>=11077&&t<=11078||t>=11079&&t<=11084||t>=11085&&t<=11123||t>=11124&&t<=11125||t>=11126&&t<=11157||11158===t||t>=11159&&t<=11263||t>=11776&&t<=11777||11778===t||11779===t||11780===t||11781===t||t>=11782&&t<=11784||11785===t||11786===t||11787===t||11788===t||11789===t||t>=11790&&t<=11798||11799===t||t>=11800&&t<=11801||11802===t||11803===t||11804===t||11805===t||t>=11806&&t<=11807||11808===t||11809===t||11810===t||11811===t||11812===t||11813===t||11814===t||11815===t||11816===t||11817===t||t>=11818&&t<=11822||11823===t||t>=11824&&t<=11833||t>=11834&&t<=11835||t>=11836&&t<=11839||11840===t||11841===t||11842===t||t>=11843&&t<=11855||t>=11856&&t<=11857||11858===t||t>=11859&&t<=11903||t>=12289&&t<=12291||12296===t||12297===t||12298===t||12299===t||12300===t||12301===t||12302===t||12303===t||12304===t||12305===t||t>=12306&&t<=12307||12308===t||12309===t||12310===t||12311===t||12312===t||12313===t||12314===t||12315===t||12316===t||12317===t||t>=12318&&t<=12319||12320===t||12336===t||64830===t||64831===t||t>=65093&&t<=65094}function st(t){t.forEach((function(t){if(delete t.location,B(t)||b(t))for(var r in t.options)delete t.options[r].location,st(t.options[r].value);else f(t)&&E(t.style)||(l(t)||H(t))&&d(t.style)?delete t.style.location:p(t)&&st(t.children)}))}function at(t,r){void 0===r&&(r={}),r=a({shouldParseSkeletons:!0,requiresOtherClause:!0},r);var h=new ht(t,r).parse();if(h.err){var e=SyntaxError(n[h.err.kind]);throw e.location=h.err.location,e.originalMessage=h.err.message,e}return(null==r?void 0:r.captureLocation)||st(h.val),h.val}function ot(t,r){return(r&&r.strategy?r.strategy:lt)(t,{cache:r&&r.cache?r.cache:vt,serializer:r&&r.serializer?r.serializer:Ht})}function ut(t,r,h,e){var n,i=null==(n=e)||"number"==typeof n||"boolean"==typeof n?e:h(e),s=r.get(i);return void 0===s&&(s=t.call(this,e),r.set(i,s)),s}function ct(t,r,h){var e=Array.prototype.slice.call(arguments,3),n=h(e),i=r.get(n);return void 0===i&&(i=t.apply(this,e),r.set(n,i)),i}function ft(t,r,h,e,n){return h.bind(r,t,e,n)}function lt(t,r){return ft(t,this,1===t.length?ut:ct,r.cache.create(),r.serializer)}var Ht=function(){return JSON.stringify(arguments)};function Bt(){this.cache=Object.create(null)}Bt.prototype.get=function(t){return this.cache[t]},Bt.prototype.set=function(t,r){this.cache[t]=r};var bt,vt={create:function(){return new Bt}},pt={variadic:function(t,r){return ft(t,this,ct,r.cache.create(),r.serializer)},monadic:function(t,r){return ft(t,this,ut,r.cache.create(),r.serializer)}};!function(t){t.MISSING_VALUE="MISSING_VALUE",t.INVALID_VALUE="INVALID_VALUE",t.MISSING_INTL_API="MISSING_INTL_API"}(bt||(bt={}));var Et,dt=function(t){function r(r,h,e){var n=t.call(this,r)||this;return n.code=h,n.originalMessage=e,n}return e(r,t),r.prototype.toString=function(){return"[formatjs Error: ".concat(this.code,"] ").concat(this.message)},r}(Error),gt=function(t){function r(r,h,e,n){return t.call(this,'Invalid values for "'.concat(r,'": "').concat(h,'". Options are "').concat(Object.keys(e).join('", "'),'"'),bt.INVALID_VALUE,n)||this}return e(r,t),r}(dt),yt=function(t){function r(r,h,e){return t.call(this,'Value for "'.concat(r,'" must be of type ').concat(h),bt.INVALID_VALUE,e)||this}return e(r,t),r}(dt),mt=function(t){function r(r,h){return t.call(this,'The intl string context variable "'.concat(r,'" was not provided to the string "').concat(h,'"'),bt.MISSING_VALUE,h)||this}return e(r,t),r}(dt);function wt(t){return"function"==typeof t}function Tt(t,r,h,e,n,i,s){if(1===t.length&&u(t[0]))return[{type:Et.literal,value:t[0].value}];for(var a=[],o=0,g=t;o<g.length;o++){var y=g[o];if(u(y))a.push({type:Et.literal,value:y.value});else if(v(y))"number"==typeof i&&a.push({type:Et.literal,value:h.getNumberFormat(r).format(i)});else{var m=y.value;if(!n||!(m in n))throw new mt(m,s);var w=n[m];if(c(y))w&&"string"!=typeof w&&"number"!=typeof w||(w="string"==typeof w||"number"==typeof w?String(w):""),a.push({type:"string"==typeof w?Et.literal:Et.object,value:w});else if(l(y)){var T="string"==typeof y.style?e.date[y.style]:d(y.style)?y.style.parsedOptions:void 0;a.push({type:Et.literal,value:h.getDateTimeFormat(r,T).format(w)})}else if(H(y))T="string"==typeof y.style?e.time[y.style]:d(y.style)?y.style.parsedOptions:e.time.medium,a.push({type:Et.literal,value:h.getDateTimeFormat(r,T).format(w)});else if(f(y))(T="string"==typeof y.style?e.number[y.style]:E(y.style)?y.style.parsedOptions:void 0)&&T.scale&&(w*=T.scale||1),a.push({type:Et.literal,value:h.getNumberFormat(r,T).format(w)});else{if(p(y)){var A=y.children,S=y.value,_=n[S];if(!wt(_))throw new yt(S,"function",s);var N=_(Tt(A,r,h,e,n,i).map((function(t){return t.value})));Array.isArray(N)||(N=[N]),a.push.apply(a,N.map((function(t){return{type:"string"==typeof t?Et.literal:Et.object,value:t}})))}if(B(y)){if(!(I=y.options[w]||y.options.other))throw new gt(y.value,w,Object.keys(y.options),s);a.push.apply(a,Tt(I.value,r,h,e,n))}else if(b(y)){var I;if(!(I=y.options["=".concat(w)])){if(!Intl.PluralRules)throw new dt('Intl.PluralRules is not available in this environment.\nTry polyfilling it using "@formatjs/intl-pluralrules"\n',bt.MISSING_INTL_API,s);var M=h.getPluralRules(r,{type:y.pluralType}).select(w-(y.offset||0));I=y.options[M]||y.options.other}if(!I)throw new gt(y.value,w,Object.keys(y.options),s);a.push.apply(a,Tt(I.value,r,h,e,n,w-(y.offset||0)))}}}}return(R=a).length<2?R:R.reduce((function(t,r){var h=t[t.length-1];return h&&h.type===Et.literal&&r.type===Et.literal?h.value+=r.value:t.push(r),t}),[]);var R}function At(t){return{create:function(){return{get:function(r){return t[r]},set:function(r,h){t[r]=h}}}}}!function(t){t[t.literal=0]="literal",t[t.object=1]="object"}(Et||(Et={}));var St=function(){function t(r,h,e,n){void 0===h&&(h=t.defaultLocale);var i,s,u,c=this;if(this.formatterCache={number:{},dateTime:{},pluralRules:{}},this.format=function(t){var r=c.formatToParts(t);if(1===r.length)return r[0].value;var h=r.reduce((function(t,r){return t.length&&r.type===Et.literal&&"string"==typeof t[t.length-1]?t[t.length-1]+=r.value:t.push(r.value),t}),[]);return h.length<=1?h[0]||"":h},this.formatToParts=function(t){return Tt(c.ast,c.locales,c.formatters,c.formats,t,void 0,c.message)},this.resolvedOptions=function(){var t;return{locale:(null===(t=c.resolvedLocale)||void 0===t?void 0:t.toString())||Intl.NumberFormat.supportedLocalesOf(c.locales)[0]}},this.getAst=function(){return c.ast},this.locales=h,this.resolvedLocale=t.resolveLocale(h),"string"==typeof r){if(this.message=r,!t.__parse)throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");var f=function(t,r){var h={};for(var e in t)Object.prototype.hasOwnProperty.call(t,e)&&r.indexOf(e)<0&&(h[e]=t[e]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var n=0;for(e=Object.getOwnPropertySymbols(t);n<e.length;n++)r.indexOf(e[n])<0&&Object.prototype.propertyIsEnumerable.call(t,e[n])&&(h[e[n]]=t[e[n]])}return h}(n||{},["formatters"]);this.ast=t.__parse(r,a(a({},f),{locale:this.resolvedLocale}))}else this.ast=r;if(!Array.isArray(this.ast))throw new TypeError("A message must be provided as a String or AST.");this.formats=(s=t.formats,(u=e)?Object.keys(s).reduce((function(t,r){var h,e;return t[r]=(h=s[r],(e=u[r])?a(a(a({},h||{}),e||{}),Object.keys(h).reduce((function(t,r){return t[r]=a(a({},h[r]),e[r]||{}),t}),{})):h),t}),a({},s)):s),this.formatters=n&&n.formatters||(void 0===(i=this.formatterCache)&&(i={number:{},dateTime:{},pluralRules:{}}),{getNumberFormat:ot((function(){for(var t,r=[],h=0;h<arguments.length;h++)r[h]=arguments[h];return new((t=Intl.NumberFormat).bind.apply(t,o([void 0],r,!1)))}),{cache:At(i.number),strategy:pt.variadic}),getDateTimeFormat:ot((function(){for(var t,r=[],h=0;h<arguments.length;h++)r[h]=arguments[h];return new((t=Intl.DateTimeFormat).bind.apply(t,o([void 0],r,!1)))}),{cache:At(i.dateTime),strategy:pt.variadic}),getPluralRules:ot((function(){for(var t,r=[],h=0;h<arguments.length;h++)r[h]=arguments[h];return new((t=Intl.PluralRules).bind.apply(t,o([void 0],r,!1)))}),{cache:At(i.pluralRules),strategy:pt.variadic})})}return Object.defineProperty(t,"defaultLocale",{get:function(){return t.memoizedDefaultLocale||(t.memoizedDefaultLocale=(new Intl.NumberFormat).resolvedOptions().locale),t.memoizedDefaultLocale},enumerable:!1,configurable:!0}),t.memoizedDefaultLocale=null,t.resolveLocale=function(t){if(void 0!==Intl.Locale){var r=Intl.NumberFormat.supportedLocalesOf(t);return r.length>0?new Intl.Locale(r[0]):new Intl.Locale("string"==typeof t?t:t[0])}},t.__parse=at,t.formats={number:{integer:{maximumFractionDigits:0},currency:{style:"currency"},percent:{style:"percent"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}},t}();const _t={},Nt=["ar","cs","da","de","en","es-es","es","fi","fr-ca","fr","he","it","ja","ko","nl","no","pl","pt-br","pt-pt","ru","sv","th","tr","uk","zh-cn","zh-tw"],It={ar:6,cs:1,da:1,de:1,en:0,"es-es":1,es:1,fi:1,"fr-ca":0,fr:1,he:0,it:1,ja:0,ko:0,nl:1,no:1,pl:1,"pt-br":0,"pt-pt":0,ru:1,sv:1,th:0,tr:1,uk:1,"zh-cn":1,"zh-tw":0},Mt="en";async function Rt(r,h,e){let n=h,i="en";void 0!==r&&(i=Lt(r),n=await async function(r,h,e,n){const i=n||r.tagName.toLocaleLowerCase().replace(/-beta$/,"");let s;if(r["i18n-resources"])s=r["i18n-resources"];else if(e!==Mt)try{s=await(async(r,h)=>{if(!_t[h]){const r=((r="en")=>t(`i18n/genesys-webcomponents.i18n.${r}.json`))(h),e=await fetch(r),n=await e.json();_t[h]=n}return _t[h][r]})(i,e)}catch(t){s=null}return s||(s=h),s}(r,h,i,e));const s=Object.entries(n).reduce(((t,[r,h])=>(t.set(r,new St(h,i)),t)),new Map),a=Object.entries(h).reduce(((t,[r,h])=>(t.set(r,new St(h,Mt)),t)),new Map);return(t,r)=>{var h,e;let n=null===(h=s.get(t))||void 0===h?void 0:h.format(r);return n||(n=null===(e=a.get(t))||void 0===e?void 0:e.format(r),console.warn(`No localized string available for "${t}-${n}" for "${i}" locale. Falling back to English translation.`)),n}}function Lt(t){const h=function(t){const h=r("[lang]",t);return h&&h.lang?h.lang.toLowerCase():Mt}(t),e=h.split(/[_-]/)[0];return Nt.indexOf(h)>=0?h:Nt.indexOf(e)>=0?e:Mt}function Ct(t=Mt){return It[t]?It[t]:It[Mt]}export{Ct as a,Rt as b,Lt as g,Nt as l}
1
+ import{a as t}from"./p-2e827df1.js";import{g as r}from"./p-4202e9f2.js";var h=function(t,r){return h=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,r){t.__proto__=r}||function(t,r){for(var h in r)Object.prototype.hasOwnProperty.call(r,h)&&(t[h]=r[h])},h(t,r)};function e(t,r){if("function"!=typeof r&&null!==r)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");function e(){this.constructor=t}h(t,r),t.prototype=null===r?Object.create(r):(e.prototype=r.prototype,new e)}var n,i,s,a=function(){return a=Object.assign||function(t){for(var r,h=1,e=arguments.length;h<e;h++)for(var n in r=arguments[h])Object.prototype.hasOwnProperty.call(r,n)&&(t[n]=r[n]);return t},a.apply(this,arguments)};function o(t,r,h){if(h||2===arguments.length)for(var e,n=0,i=r.length;n<i;n++)!e&&n in r||(e||(e=Array.prototype.slice.call(r,0,n)),e[n]=r[n]);return t.concat(e||Array.prototype.slice.call(r))}function u(t){return t.type===i.literal}function c(t){return t.type===i.argument}function f(t){return t.type===i.number}function l(t){return t.type===i.date}function H(t){return t.type===i.time}function B(t){return t.type===i.select}function b(t){return t.type===i.plural}function v(t){return t.type===i.pound}function p(t){return t.type===i.tag}function E(t){return!(!t||"object"!=typeof t||t.type!==s.number)}function d(t){return!(!t||"object"!=typeof t||t.type!==s.dateTime)}"function"==typeof SuppressedError&&SuppressedError,function(t){t[t.EXPECT_ARGUMENT_CLOSING_BRACE=1]="EXPECT_ARGUMENT_CLOSING_BRACE",t[t.EMPTY_ARGUMENT=2]="EMPTY_ARGUMENT",t[t.MALFORMED_ARGUMENT=3]="MALFORMED_ARGUMENT",t[t.EXPECT_ARGUMENT_TYPE=4]="EXPECT_ARGUMENT_TYPE",t[t.INVALID_ARGUMENT_TYPE=5]="INVALID_ARGUMENT_TYPE",t[t.EXPECT_ARGUMENT_STYLE=6]="EXPECT_ARGUMENT_STYLE",t[t.INVALID_NUMBER_SKELETON=7]="INVALID_NUMBER_SKELETON",t[t.INVALID_DATE_TIME_SKELETON=8]="INVALID_DATE_TIME_SKELETON",t[t.EXPECT_NUMBER_SKELETON=9]="EXPECT_NUMBER_SKELETON",t[t.EXPECT_DATE_TIME_SKELETON=10]="EXPECT_DATE_TIME_SKELETON",t[t.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE=11]="UNCLOSED_QUOTE_IN_ARGUMENT_STYLE",t[t.EXPECT_SELECT_ARGUMENT_OPTIONS=12]="EXPECT_SELECT_ARGUMENT_OPTIONS",t[t.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE=13]="EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE",t[t.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE=14]="INVALID_PLURAL_ARGUMENT_OFFSET_VALUE",t[t.EXPECT_SELECT_ARGUMENT_SELECTOR=15]="EXPECT_SELECT_ARGUMENT_SELECTOR",t[t.EXPECT_PLURAL_ARGUMENT_SELECTOR=16]="EXPECT_PLURAL_ARGUMENT_SELECTOR",t[t.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT=17]="EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT",t[t.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT=18]="EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT",t[t.INVALID_PLURAL_ARGUMENT_SELECTOR=19]="INVALID_PLURAL_ARGUMENT_SELECTOR",t[t.DUPLICATE_PLURAL_ARGUMENT_SELECTOR=20]="DUPLICATE_PLURAL_ARGUMENT_SELECTOR",t[t.DUPLICATE_SELECT_ARGUMENT_SELECTOR=21]="DUPLICATE_SELECT_ARGUMENT_SELECTOR",t[t.MISSING_OTHER_CLAUSE=22]="MISSING_OTHER_CLAUSE",t[t.INVALID_TAG=23]="INVALID_TAG",t[t.INVALID_TAG_NAME=25]="INVALID_TAG_NAME",t[t.UNMATCHED_CLOSING_TAG=26]="UNMATCHED_CLOSING_TAG",t[t.UNCLOSED_TAG=27]="UNCLOSED_TAG"}(n||(n={})),function(t){t[t.literal=0]="literal",t[t.argument=1]="argument",t[t.number=2]="number",t[t.date=3]="date",t[t.time=4]="time",t[t.select=5]="select",t[t.plural=6]="plural",t[t.pound=7]="pound",t[t.tag=8]="tag"}(i||(i={})),function(t){t[t.number=0]="number",t[t.dateTime=1]="dateTime"}(s||(s={}));var g=/[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/,y=/(?:[Eec]{1,6}|G{1,5}|[Qq]{1,5}|(?:[yYur]+|U{1,5})|[ML]{1,5}|d{1,2}|D{1,3}|F{1}|[abB]{1,5}|[hkHK]{1,2}|w{1,2}|W{1}|m{1,2}|s{1,2}|[zZOvVxX]{1,4})(?=([^']*'[^']*')*[^']*$)/g;function m(t){var r={};return t.replace(y,(function(t){var h=t.length;switch(t[0]){case"G":r.era=4===h?"long":5===h?"narrow":"short";break;case"y":r.year=2===h?"2-digit":"numeric";break;case"Y":case"u":case"U":case"r":throw new RangeError("`Y/u/U/r` (year) patterns are not supported, use `y` instead");case"q":case"Q":throw new RangeError("`q/Q` (quarter) patterns are not supported");case"M":case"L":r.month=["numeric","2-digit","short","long","narrow"][h-1];break;case"w":case"W":throw new RangeError("`w/W` (week) patterns are not supported");case"d":r.day=["numeric","2-digit"][h-1];break;case"D":case"F":case"g":throw new RangeError("`D/F/g` (day) patterns are not supported, use `d` instead");case"E":r.weekday=4===h?"short":5===h?"narrow":"short";break;case"e":if(h<4)throw new RangeError("`e..eee` (weekday) patterns are not supported");r.weekday=["short","long","narrow","short"][h-4];break;case"c":if(h<4)throw new RangeError("`c..ccc` (weekday) patterns are not supported");r.weekday=["short","long","narrow","short"][h-4];break;case"a":r.hour12=!0;break;case"b":case"B":throw new RangeError("`b/B` (period) patterns are not supported, use `a` instead");case"h":r.hourCycle="h12",r.hour=["numeric","2-digit"][h-1];break;case"H":r.hourCycle="h23",r.hour=["numeric","2-digit"][h-1];break;case"K":r.hourCycle="h11",r.hour=["numeric","2-digit"][h-1];break;case"k":r.hourCycle="h24",r.hour=["numeric","2-digit"][h-1];break;case"j":case"J":case"C":throw new RangeError("`j/J/C` (hour) patterns are not supported, use `h/H/K/k` instead");case"m":r.minute=["numeric","2-digit"][h-1];break;case"s":r.second=["numeric","2-digit"][h-1];break;case"S":case"A":throw new RangeError("`S/A` (second) patterns are not supported, use `s` instead");case"z":r.timeZoneName=h<4?"short":"long";break;case"Z":case"O":case"v":case"V":case"X":case"x":throw new RangeError("`Z/O/v/V/X/x` (timeZone) patterns are not supported, use `z` instead")}return""})),r}var w=/[\t-\r \x85\u200E\u200F\u2028\u2029]/i,T=/^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g,A=/^(@+)?(\+|#+)?[rs]?$/g,S=/(\*)(0+)|(#+)(0+)|(0+)/g,_=/^(0+)$/;function N(t){var r={};return"r"===t[t.length-1]?r.roundingPriority="morePrecision":"s"===t[t.length-1]&&(r.roundingPriority="lessPrecision"),t.replace(A,(function(t,h,e){return"string"!=typeof e?(r.minimumSignificantDigits=h.length,r.maximumSignificantDigits=h.length):"+"===e?r.minimumSignificantDigits=h.length:"#"===h[0]?r.maximumSignificantDigits=h.length:(r.minimumSignificantDigits=h.length,r.maximumSignificantDigits=h.length+("string"==typeof e?e.length:0)),""})),r}function I(t){switch(t){case"sign-auto":return{signDisplay:"auto"};case"sign-accounting":case"()":return{currencySign:"accounting"};case"sign-always":case"+!":return{signDisplay:"always"};case"sign-accounting-always":case"()!":return{signDisplay:"always",currencySign:"accounting"};case"sign-except-zero":case"+?":return{signDisplay:"exceptZero"};case"sign-accounting-except-zero":case"()?":return{signDisplay:"exceptZero",currencySign:"accounting"};case"sign-never":case"+_":return{signDisplay:"never"}}}function M(t){var r;if("E"===t[0]&&"E"===t[1]?(r={notation:"engineering"},t=t.slice(2)):"E"===t[0]&&(r={notation:"scientific"},t=t.slice(1)),r){var h=t.slice(0,2);if("+!"===h?(r.signDisplay="always",t=t.slice(2)):"+?"===h&&(r.signDisplay="exceptZero",t=t.slice(2)),!_.test(t))throw new Error("Malformed concise eng/scientific notation");r.minimumIntegerDigits=t.length}return r}function R(t){return I(t)||{}}function L(t){for(var r={},h=0,e=t;h<e.length;h++){var n=e[h];switch(n.stem){case"percent":case"%":r.style="percent";continue;case"%x100":r.style="percent",r.scale=100;continue;case"currency":r.style="currency",r.currency=n.options[0];continue;case"group-off":case",_":r.useGrouping=!1;continue;case"precision-integer":case".":r.maximumFractionDigits=0;continue;case"measure-unit":case"unit":r.style="unit",r.unit=n.options[0].replace(/^(.*?)-/,"");continue;case"compact-short":case"K":r.notation="compact",r.compactDisplay="short";continue;case"compact-long":case"KK":r.notation="compact",r.compactDisplay="long";continue;case"scientific":r=a(a(a({},r),{notation:"scientific"}),n.options.reduce((function(t,r){return a(a({},t),R(r))}),{}));continue;case"engineering":r=a(a(a({},r),{notation:"engineering"}),n.options.reduce((function(t,r){return a(a({},t),R(r))}),{}));continue;case"notation-simple":r.notation="standard";continue;case"unit-width-narrow":r.currencyDisplay="narrowSymbol",r.unitDisplay="narrow";continue;case"unit-width-short":r.currencyDisplay="code",r.unitDisplay="short";continue;case"unit-width-full-name":r.currencyDisplay="name",r.unitDisplay="long";continue;case"unit-width-iso-code":r.currencyDisplay="symbol";continue;case"scale":r.scale=parseFloat(n.options[0]);continue;case"integer-width":if(n.options.length>1)throw new RangeError("integer-width stems only accept a single optional option");n.options[0].replace(S,(function(t,h,e,n,i,s){if(h)r.minimumIntegerDigits=e.length;else{if(n&&i)throw new Error("We currently do not support maximum integer digits");if(s)throw new Error("We currently do not support exact integer digits")}return""}));continue}if(_.test(n.stem))r.minimumIntegerDigits=n.stem.length;else if(T.test(n.stem)){if(n.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");n.stem.replace(T,(function(t,h,e,n,i,s){return"*"===e?r.minimumFractionDigits=h.length:n&&"#"===n[0]?r.maximumFractionDigits=n.length:i&&s?(r.minimumFractionDigits=i.length,r.maximumFractionDigits=i.length+s.length):(r.minimumFractionDigits=h.length,r.maximumFractionDigits=h.length),""}));var i=n.options[0];"w"===i?r=a(a({},r),{trailingZeroDisplay:"stripIfInteger"}):i&&(r=a(a({},r),N(i)))}else if(A.test(n.stem))r=a(a({},r),N(n.stem));else{var s=I(n.stem);s&&(r=a(a({},r),s));var o=M(n.stem);o&&(r=a(a({},r),o))}}return r}var C,O={"001":["H","h"],AC:["H","h","hb","hB"],AD:["H","hB"],AE:["h","hB","hb","H"],AF:["H","hb","hB","h"],AG:["h","hb","H","hB"],AI:["H","h","hb","hB"],AL:["h","H","hB"],AM:["H","hB"],AO:["H","hB"],AR:["H","h","hB","hb"],AS:["h","H"],AT:["H","hB"],AU:["h","hb","H","hB"],AW:["H","hB"],AX:["H"],AZ:["H","hB","h"],BA:["H","hB","h"],BB:["h","hb","H","hB"],BD:["h","hB","H"],BE:["H","hB"],BF:["H","hB"],BG:["H","hB","h"],BH:["h","hB","hb","H"],BI:["H","h"],BJ:["H","hB"],BL:["H","hB"],BM:["h","hb","H","hB"],BN:["hb","hB","h","H"],BO:["H","hB","h","hb"],BQ:["H"],BR:["H","hB"],BS:["h","hb","H","hB"],BT:["h","H"],BW:["H","h","hb","hB"],BY:["H","h"],BZ:["H","h","hb","hB"],CA:["h","hb","H","hB"],CC:["H","h","hb","hB"],CD:["hB","H"],CF:["H","h","hB"],CG:["H","hB"],CH:["H","hB","h"],CI:["H","hB"],CK:["H","h","hb","hB"],CL:["H","h","hB","hb"],CM:["H","h","hB"],CN:["H","hB","hb","h"],CO:["h","H","hB","hb"],CP:["H"],CR:["H","h","hB","hb"],CU:["H","h","hB","hb"],CV:["H","hB"],CW:["H","hB"],CX:["H","h","hb","hB"],CY:["h","H","hb","hB"],CZ:["H"],DE:["H","hB"],DG:["H","h","hb","hB"],DJ:["h","H"],DK:["H"],DM:["h","hb","H","hB"],DO:["h","H","hB","hb"],DZ:["h","hB","hb","H"],EA:["H","h","hB","hb"],EC:["H","hB","h","hb"],EE:["H","hB"],EG:["h","hB","hb","H"],EH:["h","hB","hb","H"],ER:["h","H"],ES:["H","hB","h","hb"],ET:["hB","hb","h","H"],FI:["H"],FJ:["h","hb","H","hB"],FK:["H","h","hb","hB"],FM:["h","hb","H","hB"],FO:["H","h"],FR:["H","hB"],GA:["H","hB"],GB:["H","h","hb","hB"],GD:["h","hb","H","hB"],GE:["H","hB","h"],GF:["H","hB"],GG:["H","h","hb","hB"],GH:["h","H"],GI:["H","h","hb","hB"],GL:["H","h"],GM:["h","hb","H","hB"],GN:["H","hB"],GP:["H","hB"],GQ:["H","hB","h","hb"],GR:["h","H","hb","hB"],GT:["H","h","hB","hb"],GU:["h","hb","H","hB"],GW:["H","hB"],GY:["h","hb","H","hB"],HK:["h","hB","hb","H"],HN:["H","h","hB","hb"],HR:["H","hB"],HU:["H","h"],IC:["H","h","hB","hb"],ID:["H"],IE:["H","h","hb","hB"],IL:["H","hB"],IM:["H","h","hb","hB"],IN:["h","H"],IO:["H","h","hb","hB"],IQ:["h","hB","hb","H"],IR:["hB","H"],IS:["H"],IT:["H","hB"],JE:["H","h","hb","hB"],JM:["h","hb","H","hB"],JO:["h","hB","hb","H"],JP:["H","K","h"],KE:["hB","hb","H","h"],KG:["H","h","hB","hb"],KH:["hB","h","H","hb"],KI:["h","hb","H","hB"],KM:["H","h","hB","hb"],KN:["h","hb","H","hB"],KP:["h","H","hB","hb"],KR:["h","H","hB","hb"],KW:["h","hB","hb","H"],KY:["h","hb","H","hB"],KZ:["H","hB"],LA:["H","hb","hB","h"],LB:["h","hB","hb","H"],LC:["h","hb","H","hB"],LI:["H","hB","h"],LK:["H","h","hB","hb"],LR:["h","hb","H","hB"],LS:["h","H"],LT:["H","h","hb","hB"],LU:["H","h","hB"],LV:["H","hB","hb","h"],LY:["h","hB","hb","H"],MA:["H","h","hB","hb"],MC:["H","hB"],MD:["H","hB"],ME:["H","hB","h"],MF:["H","hB"],MG:["H","h"],MH:["h","hb","H","hB"],MK:["H","h","hb","hB"],ML:["H"],MM:["hB","hb","H","h"],MN:["H","h","hb","hB"],MO:["h","hB","hb","H"],MP:["h","hb","H","hB"],MQ:["H","hB"],MR:["h","hB","hb","H"],MS:["H","h","hb","hB"],MT:["H","h"],MU:["H","h"],MV:["H","h"],MW:["h","hb","H","hB"],MX:["H","h","hB","hb"],MY:["hb","hB","h","H"],MZ:["H","hB"],NA:["h","H","hB","hb"],NC:["H","hB"],NE:["H"],NF:["H","h","hb","hB"],NG:["H","h","hb","hB"],NI:["H","h","hB","hb"],NL:["H","hB"],NO:["H","h"],NP:["H","h","hB"],NR:["H","h","hb","hB"],NU:["H","h","hb","hB"],NZ:["h","hb","H","hB"],OM:["h","hB","hb","H"],PA:["h","H","hB","hb"],PE:["H","hB","h","hb"],PF:["H","h","hB"],PG:["h","H"],PH:["h","hB","hb","H"],PK:["h","hB","H"],PL:["H","h"],PM:["H","hB"],PN:["H","h","hb","hB"],PR:["h","H","hB","hb"],PS:["h","hB","hb","H"],PT:["H","hB"],PW:["h","H"],PY:["H","h","hB","hb"],QA:["h","hB","hb","H"],RE:["H","hB"],RO:["H","hB"],RS:["H","hB","h"],RU:["H"],RW:["H","h"],SA:["h","hB","hb","H"],SB:["h","hb","H","hB"],SC:["H","h","hB"],SD:["h","hB","hb","H"],SE:["H"],SG:["h","hb","H","hB"],SH:["H","h","hb","hB"],SI:["H","hB"],SJ:["H"],SK:["H"],SL:["h","hb","H","hB"],SM:["H","h","hB"],SN:["H","h","hB"],SO:["h","H"],SR:["H","hB"],SS:["h","hb","H","hB"],ST:["H","hB"],SV:["H","h","hB","hb"],SX:["H","h","hb","hB"],SY:["h","hB","hb","H"],SZ:["h","hb","H","hB"],TA:["H","h","hb","hB"],TC:["h","hb","H","hB"],TD:["h","H","hB"],TF:["H","h","hB"],TG:["H","hB"],TH:["H","h"],TJ:["H","h"],TL:["H","hB","hb","h"],TM:["H","h"],TN:["h","hB","hb","H"],TO:["h","H"],TR:["H","hB"],TT:["h","hb","H","hB"],TW:["hB","hb","h","H"],TZ:["hB","hb","H","h"],UA:["H","hB","h"],UG:["hB","hb","H","h"],UM:["h","hb","H","hB"],US:["h","hb","H","hB"],UY:["H","h","hB","hb"],UZ:["H","hB","h"],VA:["H","h","hB"],VC:["h","hb","H","hB"],VE:["h","H","hB","hb"],VG:["h","hb","H","hB"],VI:["h","hb","H","hB"],VN:["H","h"],VU:["h","H"],WF:["H","hB"],WS:["h","H"],XK:["H","hB","h"],YE:["h","hB","hb","H"],YT:["H","hB"],ZA:["H","h","hb","hB"],ZM:["h","hb","H","hB"],ZW:["H","h"],"af-ZA":["H","h","hB","hb"],"ar-001":["h","hB","hb","H"],"ca-ES":["H","h","hB"],"en-001":["h","hb","H","hB"],"es-BO":["H","h","hB","hb"],"es-BR":["H","h","hB","hb"],"es-EC":["H","h","hB","hb"],"es-ES":["H","h","hB","hb"],"es-GQ":["H","h","hB","hb"],"es-PE":["H","h","hB","hb"],"fr-CA":["H","h","hB"],"gl-ES":["H","h","hB"],"gu-IN":["hB","hb","h","H"],"hi-IN":["hB","h","H"],"it-CH":["H","h","hB"],"it-IT":["H","h","hB"],"kn-IN":["hB","h","H"],"ml-IN":["hB","h","H"],"mr-IN":["hB","hb","h","H"],"pa-IN":["hB","hb","h","H"],"ta-IN":["hB","h","hb","H"],"te-IN":["hB","h","H"],"zu-ZA":["H","hB","hb","h"]};function G(t){var r=t.hourCycle;if(void 0===r&&t.hourCycles&&t.hourCycles.length&&(r=t.hourCycles[0]),r)switch(r){case"h24":return"k";case"h23":return"H";case"h12":return"h";case"h11":return"K";default:throw new Error("Invalid hourCycle")}var h,e=t.language;return"root"!==e&&(h=t.maximize().region),(O[h||""]||O[e||""]||O["".concat(e,"-001")]||O["001"])[0]}var U=new RegExp("^".concat(g.source,"*")),P=new RegExp("".concat(g.source,"*$"));function k(t,r){return{start:t,end:r}}var D=!!String.prototype.startsWith&&"_a".startsWith("a",1),F=!!String.fromCodePoint,j=!!Object.fromEntries,K=!!String.prototype.codePointAt,V=!!String.prototype.trimStart,Z=!!String.prototype.trimEnd,x=Number.isSafeInteger?Number.isSafeInteger:function(t){return"number"==typeof t&&isFinite(t)&&Math.floor(t)===t&&Math.abs(t)<=9007199254740991},W=!0;try{W="a"===(null===(C=tt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu").exec("a"))||void 0===C?void 0:C[0])}catch(t){W=!1}var X,Y=D?function(t,r,h){return t.startsWith(r,h)}:function(t,r,h){return t.slice(h,h+r.length)===r},J=F?String.fromCodePoint:function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];for(var h,e="",n=t.length,i=0;n>i;){if((h=t[i++])>1114111)throw RangeError(h+" is not a valid code point");e+=h<65536?String.fromCharCode(h):String.fromCharCode(55296+((h-=65536)>>10),h%1024+56320)}return e},z=j?Object.fromEntries:function(t){for(var r={},h=0,e=t;h<e.length;h++){var n=e[h];r[n[0]]=n[1]}return r},Q=K?function(t,r){return t.codePointAt(r)}:function(t,r){var h=t.length;if(!(r<0||r>=h)){var e,n=t.charCodeAt(r);return n<55296||n>56319||r+1===h||(e=t.charCodeAt(r+1))<56320||e>57343?n:e-56320+(n-55296<<10)+65536}},$=V?function(t){return t.trimStart()}:function(t){return t.replace(U,"")},q=Z?function(t){return t.trimEnd()}:function(t){return t.replace(P,"")};function tt(t,r){return new RegExp(t,r)}if(W){var rt=tt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");X=function(t,r){var h;return rt.lastIndex=r,null!==(h=rt.exec(t)[1])&&void 0!==h?h:""}}else X=function(t,r){for(var h=[];;){var e=Q(t,r);if(void 0===e||nt(e)||it(e))break;h.push(e),r+=e>=65536?2:1}return J.apply(void 0,h)};var ht=function(){function t(t,r){void 0===r&&(r={}),this.message=t,this.position={offset:0,line:1,column:1},this.ignoreTag=!!r.ignoreTag,this.locale=r.locale,this.requiresOtherClause=!!r.requiresOtherClause,this.shouldParseSkeletons=!!r.shouldParseSkeletons}return t.prototype.parse=function(){if(0!==this.offset())throw Error("parser can only be used once");return this.parseMessage(0,"",!1)},t.prototype.parseMessage=function(t,r,h){for(var e=[];!this.isEOF();){var s=this.char();if(123===s){if((a=this.parseArgument(t,h)).err)return a;e.push(a.val)}else{if(125===s&&t>0)break;if(35!==s||"plural"!==r&&"selectordinal"!==r){if(60===s&&!this.ignoreTag&&47===this.peek()){if(h)break;return this.error(n.UNMATCHED_CLOSING_TAG,k(this.clonePosition(),this.clonePosition()))}if(60===s&&!this.ignoreTag&&et(this.peek()||0)){if((a=this.parseTag(t,r)).err)return a;e.push(a.val)}else{var a;if((a=this.parseLiteral(t,r)).err)return a;e.push(a.val)}}else{var o=this.clonePosition();this.bump(),e.push({type:i.pound,location:k(o,this.clonePosition())})}}}return{val:e,err:null}},t.prototype.parseTag=function(t,r){var h=this.clonePosition();this.bump();var e=this.parseTagName();if(this.bumpSpace(),this.bumpIf("/>"))return{val:{type:i.literal,value:"<".concat(e,"/>"),location:k(h,this.clonePosition())},err:null};if(this.bumpIf(">")){var s=this.parseMessage(t+1,r,!0);if(s.err)return s;var a=s.val,o=this.clonePosition();if(this.bumpIf("</")){if(this.isEOF()||!et(this.char()))return this.error(n.INVALID_TAG,k(o,this.clonePosition()));var u=this.clonePosition();return e!==this.parseTagName()?this.error(n.UNMATCHED_CLOSING_TAG,k(u,this.clonePosition())):(this.bumpSpace(),this.bumpIf(">")?{val:{type:i.tag,value:e,children:a,location:k(h,this.clonePosition())},err:null}:this.error(n.INVALID_TAG,k(o,this.clonePosition())))}return this.error(n.UNCLOSED_TAG,k(h,this.clonePosition()))}return this.error(n.INVALID_TAG,k(h,this.clonePosition()))},t.prototype.parseTagName=function(){var t,r=this.offset();for(this.bump();!this.isEOF()&&(45===(t=this.char())||46===t||t>=48&&t<=57||95===t||t>=97&&t<=122||t>=65&&t<=90||183==t||t>=192&&t<=214||t>=216&&t<=246||t>=248&&t<=893||t>=895&&t<=8191||t>=8204&&t<=8205||t>=8255&&t<=8256||t>=8304&&t<=8591||t>=11264&&t<=12271||t>=12289&&t<=55295||t>=63744&&t<=64975||t>=65008&&t<=65533||t>=65536&&t<=983039);)this.bump();return this.message.slice(r,this.offset())},t.prototype.parseLiteral=function(t,r){for(var h=this.clonePosition(),e="";;){var n=this.tryParseQuote(r);if(n)e+=n;else{var s=this.tryParseUnquoted(t,r);if(s)e+=s;else{var a=this.tryParseLeftAngleBracket();if(!a)break;e+=a}}}var o=k(h,this.clonePosition());return{val:{type:i.literal,value:e,location:o},err:null}},t.prototype.tryParseLeftAngleBracket=function(){return this.isEOF()||60!==this.char()||!this.ignoreTag&&(et(t=this.peek()||0)||47===t)?null:(this.bump(),"<");var t},t.prototype.tryParseQuote=function(t){if(this.isEOF()||39!==this.char())return null;switch(this.peek()){case 39:return this.bump(),this.bump(),"'";case 123:case 60:case 62:case 125:break;case 35:if("plural"===t||"selectordinal"===t)break;return null;default:return null}this.bump();var r=[this.char()];for(this.bump();!this.isEOF();){var h=this.char();if(39===h){if(39!==this.peek()){this.bump();break}r.push(39),this.bump()}else r.push(h);this.bump()}return J.apply(void 0,r)},t.prototype.tryParseUnquoted=function(t,r){if(this.isEOF())return null;var h=this.char();return 60===h||123===h||35===h&&("plural"===r||"selectordinal"===r)||125===h&&t>0?null:(this.bump(),J(h))},t.prototype.parseArgument=function(t,r){var h=this.clonePosition();if(this.bump(),this.bumpSpace(),this.isEOF())return this.error(n.EXPECT_ARGUMENT_CLOSING_BRACE,k(h,this.clonePosition()));if(125===this.char())return this.bump(),this.error(n.EMPTY_ARGUMENT,k(h,this.clonePosition()));var e=this.parseIdentifierIfPossible().value;if(!e)return this.error(n.MALFORMED_ARGUMENT,k(h,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(n.EXPECT_ARGUMENT_CLOSING_BRACE,k(h,this.clonePosition()));switch(this.char()){case 125:return this.bump(),{val:{type:i.argument,value:e,location:k(h,this.clonePosition())},err:null};case 44:return this.bump(),this.bumpSpace(),this.isEOF()?this.error(n.EXPECT_ARGUMENT_CLOSING_BRACE,k(h,this.clonePosition())):this.parseArgumentOptions(t,r,e,h);default:return this.error(n.MALFORMED_ARGUMENT,k(h,this.clonePosition()))}},t.prototype.parseIdentifierIfPossible=function(){var t=this.clonePosition(),r=this.offset(),h=X(this.message,r);return this.bumpTo(r+h.length),{value:h,location:k(t,this.clonePosition())}},t.prototype.parseArgumentOptions=function(t,r,h,e){var o,u=this.clonePosition(),c=this.parseIdentifierIfPossible().value,f=this.clonePosition();switch(c){case"":return this.error(n.EXPECT_ARGUMENT_TYPE,k(u,f));case"number":case"date":case"time":this.bumpSpace();var l=null;if(this.bumpIf(",")){this.bumpSpace();var H=this.clonePosition();if((y=this.parseSimpleArgStyleIfPossible()).err)return y;if(0===(p=q(y.val)).length)return this.error(n.EXPECT_ARGUMENT_STYLE,k(this.clonePosition(),this.clonePosition()));l={style:p,styleLocation:k(H,this.clonePosition())}}if((w=this.tryParseArgumentClose(e)).err)return w;var B=k(e,this.clonePosition());if(l&&Y(null==l?void 0:l.style,"::",0)){var b=$(l.style.slice(2));if("number"===c)return(y=this.parseNumberSkeletonFromString(b,l.styleLocation)).err?y:{val:{type:i.number,value:h,location:B,style:y.val},err:null};if(0===b.length)return this.error(n.EXPECT_DATE_TIME_SKELETON,B);var v=b;this.locale&&(v=function(t,r){for(var h="",e=0;e<t.length;e++){var n=t.charAt(e);if("j"===n){for(var i=0;e+1<t.length&&t.charAt(e+1)===n;)i++,e++;var s=1+(1&i),a=i<2?1:3+(i>>1),o=G(r);for("H"!=o&&"k"!=o||(a=0);a-- >0;)h+="a";for(;s-- >0;)h=o+h}else h+="J"===n?"H":n}return h}(b,this.locale));var p={type:s.dateTime,pattern:v,location:l.styleLocation,parsedOptions:this.shouldParseSkeletons?m(v):{}};return{val:{type:"date"===c?i.date:i.time,value:h,location:B,style:p},err:null}}return{val:{type:"number"===c?i.number:"date"===c?i.date:i.time,value:h,location:B,style:null!==(o=null==l?void 0:l.style)&&void 0!==o?o:null},err:null};case"plural":case"selectordinal":case"select":var E=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(n.EXPECT_SELECT_ARGUMENT_OPTIONS,k(E,a({},E)));this.bumpSpace();var d=this.parseIdentifierIfPossible(),g=0;if("select"!==c&&"offset"===d.value){if(!this.bumpIf(":"))return this.error(n.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,k(this.clonePosition(),this.clonePosition()));var y;if(this.bumpSpace(),(y=this.tryParseDecimalInteger(n.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,n.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE)).err)return y;this.bumpSpace(),d=this.parseIdentifierIfPossible(),g=y.val}var w,T=this.tryParsePluralOrSelectOptions(t,c,r,d);if(T.err)return T;if((w=this.tryParseArgumentClose(e)).err)return w;var A=k(e,this.clonePosition());return"select"===c?{val:{type:i.select,value:h,options:z(T.val),location:A},err:null}:{val:{type:i.plural,value:h,options:z(T.val),offset:g,pluralType:"plural"===c?"cardinal":"ordinal",location:A},err:null};default:return this.error(n.INVALID_ARGUMENT_TYPE,k(u,f))}},t.prototype.tryParseArgumentClose=function(t){return this.isEOF()||125!==this.char()?this.error(n.EXPECT_ARGUMENT_CLOSING_BRACE,k(t,this.clonePosition())):(this.bump(),{val:!0,err:null})},t.prototype.parseSimpleArgStyleIfPossible=function(){for(var t=0,r=this.clonePosition();!this.isEOF();)switch(this.char()){case 39:this.bump();var h=this.clonePosition();if(!this.bumpUntil("'"))return this.error(n.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,k(h,this.clonePosition()));this.bump();break;case 123:t+=1,this.bump();break;case 125:if(!(t>0))return{val:this.message.slice(r.offset,this.offset()),err:null};t-=1;break;default:this.bump()}return{val:this.message.slice(r.offset,this.offset()),err:null}},t.prototype.parseNumberSkeletonFromString=function(t,r){var h=[];try{h=function(t){if(0===t.length)throw new Error("Number skeleton cannot be empty");for(var r=[],h=0,e=t.split(w).filter((function(t){return t.length>0}));h<e.length;h++){var n=e[h].split("/");if(0===n.length)throw new Error("Invalid number skeleton");for(var i=n[0],s=n.slice(1),a=0,o=s;a<o.length;a++)if(0===o[a].length)throw new Error("Invalid number skeleton");r.push({stem:i,options:s})}return r}(t)}catch(t){return this.error(n.INVALID_NUMBER_SKELETON,r)}return{val:{type:s.number,tokens:h,location:r,parsedOptions:this.shouldParseSkeletons?L(h):{}},err:null}},t.prototype.tryParsePluralOrSelectOptions=function(t,r,h,e){for(var i,s=!1,a=[],o=new Set,u=e.value,c=e.location;;){if(0===u.length){var f=this.clonePosition();if("select"===r||!this.bumpIf("="))break;var l=this.tryParseDecimalInteger(n.EXPECT_PLURAL_ARGUMENT_SELECTOR,n.INVALID_PLURAL_ARGUMENT_SELECTOR);if(l.err)return l;c=k(f,this.clonePosition()),u=this.message.slice(f.offset,this.offset())}if(o.has(u))return this.error("select"===r?n.DUPLICATE_SELECT_ARGUMENT_SELECTOR:n.DUPLICATE_PLURAL_ARGUMENT_SELECTOR,c);"other"===u&&(s=!0),this.bumpSpace();var H=this.clonePosition();if(!this.bumpIf("{"))return this.error("select"===r?n.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT:n.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT,k(this.clonePosition(),this.clonePosition()));var B=this.parseMessage(t+1,r,h);if(B.err)return B;var b=this.tryParseArgumentClose(H);if(b.err)return b;a.push([u,{value:B.val,location:k(H,this.clonePosition())}]),o.add(u),this.bumpSpace(),u=(i=this.parseIdentifierIfPossible()).value,c=i.location}return 0===a.length?this.error("select"===r?n.EXPECT_SELECT_ARGUMENT_SELECTOR:n.EXPECT_PLURAL_ARGUMENT_SELECTOR,k(this.clonePosition(),this.clonePosition())):this.requiresOtherClause&&!s?this.error(n.MISSING_OTHER_CLAUSE,k(this.clonePosition(),this.clonePosition())):{val:a,err:null}},t.prototype.tryParseDecimalInteger=function(t,r){var h=1,e=this.clonePosition();this.bumpIf("+")||this.bumpIf("-")&&(h=-1);for(var n=!1,i=0;!this.isEOF();){var s=this.char();if(!(s>=48&&s<=57))break;n=!0,i=10*i+(s-48),this.bump()}var a=k(e,this.clonePosition());return n?x(i*=h)?{val:i,err:null}:this.error(r,a):this.error(t,a)},t.prototype.offset=function(){return this.position.offset},t.prototype.isEOF=function(){return this.offset()===this.message.length},t.prototype.clonePosition=function(){return{offset:this.position.offset,line:this.position.line,column:this.position.column}},t.prototype.char=function(){var t=this.position.offset;if(t>=this.message.length)throw Error("out of bound");var r=Q(this.message,t);if(void 0===r)throw Error("Offset ".concat(t," is at invalid UTF-16 code unit boundary"));return r},t.prototype.error=function(t,r){return{val:null,err:{kind:t,message:this.message,location:r}}},t.prototype.bump=function(){if(!this.isEOF()){var t=this.char();10===t?(this.position.line+=1,this.position.column=1,this.position.offset+=1):(this.position.column+=1,this.position.offset+=t<65536?1:2)}},t.prototype.bumpIf=function(t){if(Y(this.message,t,this.offset())){for(var r=0;r<t.length;r++)this.bump();return!0}return!1},t.prototype.bumpUntil=function(t){var r=this.offset(),h=this.message.indexOf(t,r);return h>=0?(this.bumpTo(h),!0):(this.bumpTo(this.message.length),!1)},t.prototype.bumpTo=function(t){if(this.offset()>t)throw Error("targetOffset ".concat(t," must be greater than or equal to the current offset ").concat(this.offset()));for(t=Math.min(t,this.message.length);;){var r=this.offset();if(r===t)break;if(r>t)throw Error("targetOffset ".concat(t," is at invalid UTF-16 code unit boundary"));if(this.bump(),this.isEOF())break}},t.prototype.bumpSpace=function(){for(;!this.isEOF()&&nt(this.char());)this.bump()},t.prototype.peek=function(){if(this.isEOF())return null;var t=this.char(),r=this.offset(),h=this.message.charCodeAt(r+(t>=65536?2:1));return null!=h?h:null},t}();function et(t){return t>=97&&t<=122||t>=65&&t<=90}function nt(t){return t>=9&&t<=13||32===t||133===t||t>=8206&&t<=8207||8232===t||8233===t}function it(t){return t>=33&&t<=35||36===t||t>=37&&t<=39||40===t||41===t||42===t||43===t||44===t||45===t||t>=46&&t<=47||t>=58&&t<=59||t>=60&&t<=62||t>=63&&t<=64||91===t||92===t||93===t||94===t||96===t||123===t||124===t||125===t||126===t||161===t||t>=162&&t<=165||166===t||167===t||169===t||171===t||172===t||174===t||176===t||177===t||182===t||187===t||191===t||215===t||247===t||t>=8208&&t<=8213||t>=8214&&t<=8215||8216===t||8217===t||8218===t||t>=8219&&t<=8220||8221===t||8222===t||8223===t||t>=8224&&t<=8231||t>=8240&&t<=8248||8249===t||8250===t||t>=8251&&t<=8254||t>=8257&&t<=8259||8260===t||8261===t||8262===t||t>=8263&&t<=8273||8274===t||8275===t||t>=8277&&t<=8286||t>=8592&&t<=8596||t>=8597&&t<=8601||t>=8602&&t<=8603||t>=8604&&t<=8607||8608===t||t>=8609&&t<=8610||8611===t||t>=8612&&t<=8613||8614===t||t>=8615&&t<=8621||8622===t||t>=8623&&t<=8653||t>=8654&&t<=8655||t>=8656&&t<=8657||8658===t||8659===t||8660===t||t>=8661&&t<=8691||t>=8692&&t<=8959||t>=8960&&t<=8967||8968===t||8969===t||8970===t||8971===t||t>=8972&&t<=8991||t>=8992&&t<=8993||t>=8994&&t<=9e3||9001===t||9002===t||t>=9003&&t<=9083||9084===t||t>=9085&&t<=9114||t>=9115&&t<=9139||t>=9140&&t<=9179||t>=9180&&t<=9185||t>=9186&&t<=9254||t>=9255&&t<=9279||t>=9280&&t<=9290||t>=9291&&t<=9311||t>=9472&&t<=9654||9655===t||t>=9656&&t<=9664||9665===t||t>=9666&&t<=9719||t>=9720&&t<=9727||t>=9728&&t<=9838||9839===t||t>=9840&&t<=10087||10088===t||10089===t||10090===t||10091===t||10092===t||10093===t||10094===t||10095===t||10096===t||10097===t||10098===t||10099===t||10100===t||10101===t||t>=10132&&t<=10175||t>=10176&&t<=10180||10181===t||10182===t||t>=10183&&t<=10213||10214===t||10215===t||10216===t||10217===t||10218===t||10219===t||10220===t||10221===t||10222===t||10223===t||t>=10224&&t<=10239||t>=10240&&t<=10495||t>=10496&&t<=10626||10627===t||10628===t||10629===t||10630===t||10631===t||10632===t||10633===t||10634===t||10635===t||10636===t||10637===t||10638===t||10639===t||10640===t||10641===t||10642===t||10643===t||10644===t||10645===t||10646===t||10647===t||10648===t||t>=10649&&t<=10711||10712===t||10713===t||10714===t||10715===t||t>=10716&&t<=10747||10748===t||10749===t||t>=10750&&t<=11007||t>=11008&&t<=11055||t>=11056&&t<=11076||t>=11077&&t<=11078||t>=11079&&t<=11084||t>=11085&&t<=11123||t>=11124&&t<=11125||t>=11126&&t<=11157||11158===t||t>=11159&&t<=11263||t>=11776&&t<=11777||11778===t||11779===t||11780===t||11781===t||t>=11782&&t<=11784||11785===t||11786===t||11787===t||11788===t||11789===t||t>=11790&&t<=11798||11799===t||t>=11800&&t<=11801||11802===t||11803===t||11804===t||11805===t||t>=11806&&t<=11807||11808===t||11809===t||11810===t||11811===t||11812===t||11813===t||11814===t||11815===t||11816===t||11817===t||t>=11818&&t<=11822||11823===t||t>=11824&&t<=11833||t>=11834&&t<=11835||t>=11836&&t<=11839||11840===t||11841===t||11842===t||t>=11843&&t<=11855||t>=11856&&t<=11857||11858===t||t>=11859&&t<=11903||t>=12289&&t<=12291||12296===t||12297===t||12298===t||12299===t||12300===t||12301===t||12302===t||12303===t||12304===t||12305===t||t>=12306&&t<=12307||12308===t||12309===t||12310===t||12311===t||12312===t||12313===t||12314===t||12315===t||12316===t||12317===t||t>=12318&&t<=12319||12320===t||12336===t||64830===t||64831===t||t>=65093&&t<=65094}function st(t){t.forEach((function(t){if(delete t.location,B(t)||b(t))for(var r in t.options)delete t.options[r].location,st(t.options[r].value);else f(t)&&E(t.style)||(l(t)||H(t))&&d(t.style)?delete t.style.location:p(t)&&st(t.children)}))}function at(t,r){void 0===r&&(r={}),r=a({shouldParseSkeletons:!0,requiresOtherClause:!0},r);var h=new ht(t,r).parse();if(h.err){var e=SyntaxError(n[h.err.kind]);throw e.location=h.err.location,e.originalMessage=h.err.message,e}return(null==r?void 0:r.captureLocation)||st(h.val),h.val}function ot(t,r){return(r&&r.strategy?r.strategy:lt)(t,{cache:r&&r.cache?r.cache:vt,serializer:r&&r.serializer?r.serializer:Ht})}function ut(t,r,h,e){var n,i=null==(n=e)||"number"==typeof n||"boolean"==typeof n?e:h(e),s=r.get(i);return void 0===s&&(s=t.call(this,e),r.set(i,s)),s}function ct(t,r,h){var e=Array.prototype.slice.call(arguments,3),n=h(e),i=r.get(n);return void 0===i&&(i=t.apply(this,e),r.set(n,i)),i}function ft(t,r,h,e,n){return h.bind(r,t,e,n)}function lt(t,r){return ft(t,this,1===t.length?ut:ct,r.cache.create(),r.serializer)}var Ht=function(){return JSON.stringify(arguments)};function Bt(){this.cache=Object.create(null)}Bt.prototype.get=function(t){return this.cache[t]},Bt.prototype.set=function(t,r){this.cache[t]=r};var bt,vt={create:function(){return new Bt}},pt={variadic:function(t,r){return ft(t,this,ct,r.cache.create(),r.serializer)},monadic:function(t,r){return ft(t,this,ut,r.cache.create(),r.serializer)}};!function(t){t.MISSING_VALUE="MISSING_VALUE",t.INVALID_VALUE="INVALID_VALUE",t.MISSING_INTL_API="MISSING_INTL_API"}(bt||(bt={}));var Et,dt=function(t){function r(r,h,e){var n=t.call(this,r)||this;return n.code=h,n.originalMessage=e,n}return e(r,t),r.prototype.toString=function(){return"[formatjs Error: ".concat(this.code,"] ").concat(this.message)},r}(Error),gt=function(t){function r(r,h,e,n){return t.call(this,'Invalid values for "'.concat(r,'": "').concat(h,'". Options are "').concat(Object.keys(e).join('", "'),'"'),bt.INVALID_VALUE,n)||this}return e(r,t),r}(dt),yt=function(t){function r(r,h,e){return t.call(this,'Value for "'.concat(r,'" must be of type ').concat(h),bt.INVALID_VALUE,e)||this}return e(r,t),r}(dt),mt=function(t){function r(r,h){return t.call(this,'The intl string context variable "'.concat(r,'" was not provided to the string "').concat(h,'"'),bt.MISSING_VALUE,h)||this}return e(r,t),r}(dt);function wt(t){return"function"==typeof t}function Tt(t,r,h,e,n,i,s){if(1===t.length&&u(t[0]))return[{type:Et.literal,value:t[0].value}];for(var a=[],o=0,g=t;o<g.length;o++){var y=g[o];if(u(y))a.push({type:Et.literal,value:y.value});else if(v(y))"number"==typeof i&&a.push({type:Et.literal,value:h.getNumberFormat(r).format(i)});else{var m=y.value;if(!n||!(m in n))throw new mt(m,s);var w=n[m];if(c(y))w&&"string"!=typeof w&&"number"!=typeof w||(w="string"==typeof w||"number"==typeof w?String(w):""),a.push({type:"string"==typeof w?Et.literal:Et.object,value:w});else if(l(y)){var T="string"==typeof y.style?e.date[y.style]:d(y.style)?y.style.parsedOptions:void 0;a.push({type:Et.literal,value:h.getDateTimeFormat(r,T).format(w)})}else if(H(y))T="string"==typeof y.style?e.time[y.style]:d(y.style)?y.style.parsedOptions:e.time.medium,a.push({type:Et.literal,value:h.getDateTimeFormat(r,T).format(w)});else if(f(y))(T="string"==typeof y.style?e.number[y.style]:E(y.style)?y.style.parsedOptions:void 0)&&T.scale&&(w*=T.scale||1),a.push({type:Et.literal,value:h.getNumberFormat(r,T).format(w)});else{if(p(y)){var A=y.children,S=y.value,_=n[S];if(!wt(_))throw new yt(S,"function",s);var N=_(Tt(A,r,h,e,n,i).map((function(t){return t.value})));Array.isArray(N)||(N=[N]),a.push.apply(a,N.map((function(t){return{type:"string"==typeof t?Et.literal:Et.object,value:t}})))}if(B(y)){if(!(I=y.options[w]||y.options.other))throw new gt(y.value,w,Object.keys(y.options),s);a.push.apply(a,Tt(I.value,r,h,e,n))}else if(b(y)){var I;if(!(I=y.options["=".concat(w)])){if(!Intl.PluralRules)throw new dt('Intl.PluralRules is not available in this environment.\nTry polyfilling it using "@formatjs/intl-pluralrules"\n',bt.MISSING_INTL_API,s);var M=h.getPluralRules(r,{type:y.pluralType}).select(w-(y.offset||0));I=y.options[M]||y.options.other}if(!I)throw new gt(y.value,w,Object.keys(y.options),s);a.push.apply(a,Tt(I.value,r,h,e,n,w-(y.offset||0)))}}}}return(R=a).length<2?R:R.reduce((function(t,r){var h=t[t.length-1];return h&&h.type===Et.literal&&r.type===Et.literal?h.value+=r.value:t.push(r),t}),[]);var R}function At(t){return{create:function(){return{get:function(r){return t[r]},set:function(r,h){t[r]=h}}}}}!function(t){t[t.literal=0]="literal",t[t.object=1]="object"}(Et||(Et={}));var St=function(){function t(r,h,e,n){void 0===h&&(h=t.defaultLocale);var i,s,u,c=this;if(this.formatterCache={number:{},dateTime:{},pluralRules:{}},this.format=function(t){var r=c.formatToParts(t);if(1===r.length)return r[0].value;var h=r.reduce((function(t,r){return t.length&&r.type===Et.literal&&"string"==typeof t[t.length-1]?t[t.length-1]+=r.value:t.push(r.value),t}),[]);return h.length<=1?h[0]||"":h},this.formatToParts=function(t){return Tt(c.ast,c.locales,c.formatters,c.formats,t,void 0,c.message)},this.resolvedOptions=function(){var t;return{locale:(null===(t=c.resolvedLocale)||void 0===t?void 0:t.toString())||Intl.NumberFormat.supportedLocalesOf(c.locales)[0]}},this.getAst=function(){return c.ast},this.locales=h,this.resolvedLocale=t.resolveLocale(h),"string"==typeof r){if(this.message=r,!t.__parse)throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");var f=function(t,r){var h={};for(var e in t)Object.prototype.hasOwnProperty.call(t,e)&&r.indexOf(e)<0&&(h[e]=t[e]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var n=0;for(e=Object.getOwnPropertySymbols(t);n<e.length;n++)r.indexOf(e[n])<0&&Object.prototype.propertyIsEnumerable.call(t,e[n])&&(h[e[n]]=t[e[n]])}return h}(n||{},["formatters"]);this.ast=t.__parse(r,a(a({},f),{locale:this.resolvedLocale}))}else this.ast=r;if(!Array.isArray(this.ast))throw new TypeError("A message must be provided as a String or AST.");this.formats=(s=t.formats,(u=e)?Object.keys(s).reduce((function(t,r){var h,e;return t[r]=(h=s[r],(e=u[r])?a(a(a({},h||{}),e||{}),Object.keys(h).reduce((function(t,r){return t[r]=a(a({},h[r]),e[r]||{}),t}),{})):h),t}),a({},s)):s),this.formatters=n&&n.formatters||(void 0===(i=this.formatterCache)&&(i={number:{},dateTime:{},pluralRules:{}}),{getNumberFormat:ot((function(){for(var t,r=[],h=0;h<arguments.length;h++)r[h]=arguments[h];return new((t=Intl.NumberFormat).bind.apply(t,o([void 0],r,!1)))}),{cache:At(i.number),strategy:pt.variadic}),getDateTimeFormat:ot((function(){for(var t,r=[],h=0;h<arguments.length;h++)r[h]=arguments[h];return new((t=Intl.DateTimeFormat).bind.apply(t,o([void 0],r,!1)))}),{cache:At(i.dateTime),strategy:pt.variadic}),getPluralRules:ot((function(){for(var t,r=[],h=0;h<arguments.length;h++)r[h]=arguments[h];return new((t=Intl.PluralRules).bind.apply(t,o([void 0],r,!1)))}),{cache:At(i.pluralRules),strategy:pt.variadic})})}return Object.defineProperty(t,"defaultLocale",{get:function(){return t.memoizedDefaultLocale||(t.memoizedDefaultLocale=(new Intl.NumberFormat).resolvedOptions().locale),t.memoizedDefaultLocale},enumerable:!1,configurable:!0}),t.memoizedDefaultLocale=null,t.resolveLocale=function(t){if(void 0!==Intl.Locale){var r=Intl.NumberFormat.supportedLocalesOf(t);return r.length>0?new Intl.Locale(r[0]):new Intl.Locale("string"==typeof t?t:t[0])}},t.__parse=at,t.formats={number:{integer:{maximumFractionDigits:0},currency:{style:"currency"},percent:{style:"percent"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}},t}();const _t=St,Nt={},It=["ar","cs","da","de","en","es-es","es","fi","fr-ca","fr","he","it","ja","ko","nl","no","pl","pt-br","pt-pt","ru","sv","th","tr","uk","zh-cn","zh-tw"],Mt={ar:6,cs:1,da:1,de:1,en:0,"es-es":1,es:1,fi:1,"fr-ca":0,fr:1,he:0,it:1,ja:0,ko:0,nl:1,no:1,pl:1,"pt-br":0,"pt-pt":0,ru:1,sv:1,th:0,tr:1,uk:1,"zh-cn":1,"zh-tw":0},Rt="en";async function Lt(r,h,e){let n=h,i="en";void 0!==r&&(i=Ct(r),n=await async function(r,h,e,n){const i=n||r.tagName.toLocaleLowerCase().replace(/-beta$/,"");let s;if(r["i18n-resources"])s=r["i18n-resources"];else if(e!==Rt)try{s=await(async(r,h)=>{if(!Nt[h]){const r=((r="en")=>t(`i18n/genesys-webcomponents.i18n.${r}.json`))(h),e=await fetch(r),n=await e.json();Nt[h]=n}return Nt[h][r]})(i,e)}catch(t){s=null}return s||(s=h),s}(r,h,i,e));const s=Object.entries(n).reduce(((t,[r,h])=>(t.set(r,new _t(h,i)),t)),new Map),a=Object.entries(h).reduce(((t,[r,h])=>(t.set(r,new _t(h,Rt)),t)),new Map);return(t,r)=>{var h,e;let n=null===(h=s.get(t))||void 0===h?void 0:h.format(r);return n||(n=null===(e=a.get(t))||void 0===e?void 0:e.format(r),console.warn(`No localized string available for "${t}-${n}" for "${i}" locale. Falling back to English translation.`)),n}}function Ct(t){const h=function(t){const h=r("[lang]",t);return h&&h.lang?h.lang.toLowerCase():Rt}(t),e=h.split(/[_-]/)[0];return It.indexOf(h)>=0?h:It.indexOf(e)>=0?e:Rt}function Ot(t=Rt){return Mt[t]?Mt[t]:Mt[Rt]}export{Ot as a,Lt as b,Ct as g,It as l}
@@ -1 +1 @@
1
- import{r as t,h as s,H as i,g as e}from"./p-deca7631.js";import{t as r}from"./p-0a8fb573.js";import{D as o,g as a}from"./p-f19850ba.js";import{r as h,d as m,a as n}from"./p-dede4fe3.js";import{g as p}from"./p-e10cb032.js";import"./p-0962dd7a.js";const d=class{constructor(s){t(this,s),this.hasRegionalDatesCookie=!1,this.datetime=(new Date).toISOString(),this.format="short",this.timeZone=void 0}componentWillLoad(){r(this.root),h()?this.hasRegionalDatesCookie=!0:this.formatter=new o(p(this.root))}renderTime(){return this.hasRegionalDatesCookie?m(n(this.root),{timeStyle:this.format,timeZone:a(this.timeZone)}).format(new Date(this.datetime)):this.formatter.formatTime(new Date(this.datetime),this.format,{timeZone:a(this.timeZone)})}render(){return s(i,null,this.renderTime())}get root(){return e(this)}};export{d as gux_time_beta}
1
+ import{r as t,h as s,H as e,g as i}from"./p-2e827df1.js";import{t as r}from"./p-8421ec05.js";import{D as o,g as a}from"./p-76df7717.js";import{r as h,d as m,a as n}from"./p-faf62b32.js";import{g as p}from"./p-0367930a.js";import"./p-4202e9f2.js";const f=class{constructor(s){t(this,s),this.hasRegionalDatesCookie=!1,this.datetime=(new Date).toISOString(),this.format="short",this.timeZone=void 0}componentWillLoad(){r(this.root),h()?this.hasRegionalDatesCookie=!0:this.formatter=new o(p(this.root))}renderTime(){return this.hasRegionalDatesCookie?m(n(this.root),{timeStyle:this.format,timeZone:a(this.timeZone)}).format(new Date(this.datetime)):this.formatter.formatTime(new Date(this.datetime),this.format,{timeZone:a(this.timeZone)})}render(){return s(e,{key:"7d87b12cba90f865ef02e1c66fd600703c00456e"},this.renderTime())}get root(){return i(this)}};export{f as gux_time_beta}
@@ -1 +1 @@
1
- import{r as t,h as s,H as e,g as i}from"./p-deca7631.js";import{t as r}from"./p-0a8fb573.js";import{D as a,g as o}from"./p-f19850ba.js";import{r as h,d as m,a as n}from"./p-dede4fe3.js";import{g as p}from"./p-e10cb032.js";import"./p-0962dd7a.js";const d=class{constructor(s){t(this,s),this.hasRegionalDatesCookie=!1,this.datetime=(new Date).toISOString(),this.format="short",this.timeZone=void 0}componentWillLoad(){r(this.root),h()?this.hasRegionalDatesCookie=!0:this.formatter=new a(p(this.root))}renderDateTime(){return this.hasRegionalDatesCookie?m(n(this.root),{dateStyle:this.format,timeStyle:this.format,timeZone:o(this.timeZone)}).format(new Date(this.datetime)):this.formatter.formatDateTime(new Date(this.datetime),this.format,{timeZone:o(this.timeZone)})}render(){return s(e,null,this.renderDateTime())}get root(){return i(this)}};export{d as gux_date_time_beta}
1
+ import{r as t,h as s,H as e,g as i}from"./p-2e827df1.js";import{t as r}from"./p-8421ec05.js";import{D as a,g as o}from"./p-76df7717.js";import{r as h,d as m,a as n}from"./p-faf62b32.js";import{g as p}from"./p-0367930a.js";import"./p-4202e9f2.js";const f=class{constructor(s){t(this,s),this.hasRegionalDatesCookie=!1,this.datetime=(new Date).toISOString(),this.format="short",this.timeZone=void 0}componentWillLoad(){r(this.root),h()?this.hasRegionalDatesCookie=!0:this.formatter=new a(p(this.root))}renderDateTime(){return this.hasRegionalDatesCookie?m(n(this.root),{dateStyle:this.format,timeStyle:this.format,timeZone:o(this.timeZone)}).format(new Date(this.datetime)):this.formatter.formatDateTime(new Date(this.datetime),this.format,{timeZone:o(this.timeZone)})}render(){return s(e,{key:"6f45c10105254b26470400e9b165fa572d3d52ee"},this.renderDateTime())}get root(){return i(this)}};export{f as gux_date_time_beta}
@@ -0,0 +1 @@
1
+ import{r as e,h as t,H as o,g as i}from"./p-2e827df1.js";import{g as n}from"./p-4202e9f2.js";const a=class{constructor(t){e(this,t),this.disabled=!1}onMouseup(){this.focusParentList()}onMouseover(){this.focusParentList()}focusParentList(){const e=n("gux-list",this.root);e&&null===e.shadowRoot.activeElement&&(this.root.blur(),e.focus({preventScroll:!0}))}render(){return t(o,{key:"5a523bb5c86732d4b8499404464d41e25cc6933c",role:"listitem"},t("button",{key:"51c203f86daf99133685636b6c29559da6c0b913",type:"button",tabIndex:-1,disabled:this.disabled},t("slot",{key:"760cb17676acbf334abc54486c55d938a90756c9"})))}static get delegatesFocus(){return!0}get root(){return i(this)}};a.style=":host{width:100%;text-align:start;outline:none}:host([disabled]){pointer-events:none}:host([disabled=false]){pointer-events:auto}::slotted(gux-icon){width:var(--gse-ui-menu-option-startIcon-height);height:var(--gse-ui-menu-option-startIcon-height);margin-right:var(--gse-ui-menu-option-gap);vertical-align:middle}button{all:unset;box-sizing:border-box;width:100%;min-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;background-color:var(--gse-ui-menu-option-default-backgroundColor);border:none;outline:none;outline-offset:calc(var(--gse-ui-menu-option-focus-border-width) * -1)}button:focus-visible:not(:disabled){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)}button:hover:not(:disabled){background:var(--gse-ui-menu-option-hover-backgroundColor)}button: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);background:var(--gse-ui-menu-option-selected-backgroundColor)}button:disabled{cursor:default;opacity:var(--gse-ui-menu-option-disabled-opacity)}";export{a as gux_list_item}
@@ -0,0 +1 @@
1
+ import{r as o,h as r,g as t}from"./p-2e827df1.js";import{t as e}from"./p-8421ec05.js";import{b as i}from"./p-0367930a.js";import"./p-4202e9f2.js";const n={clear:"Clear"},s=class{constructor(r){o(this,r)}async componentWillLoad(){e(this.root),this.i18n=await i(this.root,n)}render(){return r("button",{key:"220253eba191932c3e80c1fae4f272120b31520e",tabIndex:-1,type:"button",title:this.i18n("clear")},r("gux-icon",{key:"70e3bce1f6cf701b50e8f5f7c97a4d5be8006dac","icon-name":"close",decorative:!0}))}static get delegatesFocus(){return!0}get root(){return t(this)}};s.style="button{display:flex;padding:0;color:var(--gse-ui-formControl-input-inputIcon-defaultColor);background:transparent;border:none;border-radius:var(--gse-ui-formControl-input-borderRadius)}button:not(:disabled):focus-visible,button:not(:disabled):hover{color:var(--gse-ui-formControl-input-inputIcon-iconEndColor);cursor:pointer}button gux-icon{width:var(--gse-ui-icon-size-sm);height:var(--gse-ui-icon-size-sm);border-radius:var(--gse-ui-formControl-input-borderRadius)}button:focus{outline:none}button:focus-visible:enabled gux-icon{border:var(--gse-ui-formControl-input-active-border-width) var(--gse-ui-formControl-input-active-border-style) var(--gse-ui-formControl-input-active-border-color);border-radius:var(--gse-ui-formControl-focusRing-borderRadius);outline:var(--gse-ui-formControl-input-focus-border-width) var(--gse-ui-formControl-input-focus-border-style) var(--gse-ui-formControl-input-focus-border-color)}";export{s as gux_form_field_input_clear_button}
@@ -0,0 +1 @@
1
+ import{r as e,c as t,h as s,g as i}from"./p-2e827df1.js";import{b as o}from"./p-0367930a.js";import{r}from"./p-0934300e.js";import{t as a}from"./p-408d5857.js";import"./p-4202e9f2.js";const c=class{constructor(s){e(this,s),this.internalrowselectchange=t(this,"internalrowselectchange",7),this.id=r("gux-row-select"),this.selected=!1,this.disabled=void 0}onCheck(e){e.stopPropagation(),this.selected=this.inputElement.checked,this.internalrowselectchange.emit(this.inputElement.checked)}async componentWillLoad(){this.i18n=await o(this.root,a,"gux-table")}render(){return s("gux-form-field-checkbox",{key:"c9b07b21146e8fa832e58171521fd2d8c2366b93","label-position":"screenreader"},s("input",{key:"71ebb0fe0a2e0fbd7c2e9187a3a9f2523fbf0a9d",ref:e=>this.inputElement=e,slot:"input",id:this.id,type:"checkbox",checked:this.selected,disabled:this.disabled}),s("label",{key:"2073263bf498db3bf5f8679d3c2b87aeda3922e8",slot:"label",htmlFor:this.id},"​",s("span",{key:"fc74b3c5536835461e947b02102c4cafb098743a"},this.i18n("selectTableRow"))))}get root(){return i(this)}};c.style=":host{display:flex;flex-direction:row;justify-content:center}";export{c as gux_row_select}
@@ -0,0 +1 @@
1
+ import{r as t,f as e,h as i,g as o}from"./p-2e827df1.js";import{O as n}from"./p-01471ba0.js";import{O as r}from"./p-ab6cf9b9.js";function l(t){return t.reduce(((t,e)=>{if("SLOT"===e.nodeName){const i=e.assignedNodes();return t.concat(l(i))}return t.concat(e.textContent)}),[]).map((t=>t.trim())).join(" ")}var a=function(t,e,i,o){var n,r=arguments.length,l=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)l=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(n=t[a])&&(l=(r<3?n(l):r>3?n(e,i,l):n(e,i))||l);return r>3&&l&&Object.defineProperty(e,i,l),l};const s=class{constructor(e){t(this,e),this.maxLines=void 0}async setShowTooltip(){var t;await(null===(t=this.tooltipElement)||void 0===t?void 0:t.showTooltip())}async setHideTooltip(){var t;await(null===(t=this.tooltipElement)||void 0===t?void 0:t.hideTooltip())}onMutation(){e(this.root)}onResize(){e(this.root)}getTooltipContent(){return l(Array.from(this.root.childNodes))||""}needsTruncation(){const t=this.root.shadowRoot.querySelector(".gux-truncate-slot-container");return(null==t?void 0:t.scrollWidth)>(null==t?void 0:t.offsetWidth)||(null==t?void 0:t.scrollHeight)>(null==t?void 0:t.offsetHeight)}renderTooltip(){return this.needsTruncation()?i("gux-tooltip",{"aria-hidden":"true",ref:t=>this.tooltipElement=t},this.getTooltipContent()):null}render(){var t;return i("div",{key:"207d4c2b11a5c59cf09ae96fe56da2b716d05ef3",class:{"gux-truncate-multi-line":Boolean(this.maxLines)}},i("span",{key:"e36a75a2292fbef8a359021b2abcc662404767b3",class:"gux-truncate-slot-container",style:{webkitLineClamp:null===(t=this.maxLines)||void 0===t?void 0:t.toString()}},i("slot",{key:"3fdc82c331bd500e494594237d267c374e1b63c7"})),this.renderTooltip())}get root(){return o(this)}};a([n({childList:!0,subtree:!0,characterData:!0})],s.prototype,"onMutation",null),a([r()],s.prototype,"onResize",null),s.style=":host{display:block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:inherit}::slotted(*){display:inline}.gux-truncate-multi-line{white-space:normal}.gux-truncate-multi-line .gux-truncate-slot-container{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}gux-tooltip{font-weight:normal;line-height:normal;text-align:left;overflow-wrap:break-word;white-space:normal}.gux-truncate-slot-container>*{display:inline}.gux-truncate-slot-container{display:block;overflow:hidden;text-overflow:ellipsis}";export{s as gux_truncate}
@@ -0,0 +1 @@
1
+ import{r as e,h as t,g as r}from"./p-2e827df1.js";import{b as i}from"./p-0367930a.js";import{O as o}from"./p-01471ba0.js";import{a as l,o as a}from"./p-e5b1cffc.js";import{h as s}from"./p-6d8b4027.js";import{g as n}from"./p-0268a3e8.js";import{G as f,a as h,v as d,b as c}from"./p-f3b9b052.js";import{G as g,a as u}from"./p-b0e1eb0c.js";import{t as p}from"./p-8421ec05.js";import"./p-4202e9f2.js";import"./p-0934300e.js";import"./p-8eaf8caf.js";import"./p-2c25e2f2.js";const m={required:"Required"};const b=class{constructor(t){e(this,t),this.labelPosition=void 0,this.computedLabelPosition="above",this.disabled=void 0,this.required=void 0,this.hasError=!1,this.hasHelp=!1}watchValue(e){const t=this.root.querySelector("gux-time-zone-picker-beta");t&&(t.hasError=e)}onMutation(){this.hasError=s(this.root,"error"),this.hasHelp=s(this.root,"help")}async componentWillLoad(){this.getI18nValue=await i(this.root,m),this.setInput(),this.setLabel(),this.hasError=s(this.root,"error"),this.hasHelp=s(this.root,"help"),p(this.root,{variant:this.variant})}disconnectedCallback(){this.disabledObserver&&this.disabledObserver.disconnect(),this.requiredObserver&&this.requiredObserver.disconnect()}render(){var e;return t(u,{key:"e05df8de7283be9ed92faf95406024fc6ec078ee",labelPosition:this.computedLabelPosition},t(g,{key:"3098ae67f889d7c5c34fc18f3cc2f358ab5a798e",position:this.computedLabelPosition,required:this.required,labelText:null===(e=this.label)||void 0===e?void 0:e.textContent},t("slot",{key:"5b7ed447abdbbb97c477885d9a3dcd744ffa5982",name:"label",onSlotchange:()=>this.setLabel()}),this.renderScreenReaderText(this.getI18nValue("required"),this.required),this.renderScreenReaderText(n(this.root,"error"),this.hasError)),t("div",{key:"c0096de371b5ccdee13483835d2abdfac1ca0bc1",class:"gux-input-and-error-container"},t("div",{key:"693e2e0dc7d5f0b78bf211a9c51ae96ad87c894c",class:{"gux-input":!0,"gux-input-error":this.hasError,"gux-time-zone-picker-container":!0,"gux-disabled":this.disabled}},t("slot",{key:"e2d3641582fba167959bd3b5364da9465512a92b"})),t(f,{key:"99decd7cd71f92be5b91df09820a6439cc29b013",show:this.hasError},t("slot",{key:"c5bda40502474b8ee5eaa2c831ffe5e76ef59bfc",name:"error"})),t(h,{key:"4d6bc0c6bb642cc71577a71a0471d027c7033d47",show:!this.hasError&&this.hasHelp},t("slot",{key:"501479b64b1672a146441de768489e095534ba13",name:"help"}))))}renderScreenReaderText(e,r=!0){if(r)return t("gux-screen-reader-beta",null,e)}get variant(){return`timeZonePicker-${this.labelPosition?this.labelPosition.toLowerCase():"none"}`}setInput(){this.timeZonePickerElement=this.root.querySelector("gux-time-zone-picker-beta"),this.disabled=this.timeZonePickerElement.disabled,this.required=this.timeZonePickerElement.required,this.disabledObserver=l(this.timeZonePickerElement,(e=>{this.disabled=e})),this.requiredObserver=a(this.timeZonePickerElement,(e=>{this.required=e})),d(this.root,this.timeZonePickerElement)}setLabel(){this.label=this.root.querySelector('label[slot="label"]'),this.computedLabelPosition=c(this.label,this.labelPosition)}get root(){return r(this)}static get watchers(){return{hasError:["watchValue"]}}};(function(e,t,r,i){var o,l=arguments.length,a=l<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,r):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,r,i);else for(var s=e.length-1;s>=0;s--)(o=e[s])&&(a=(l<3?o(a):l>3?o(t,r,a):o(t,r))||a);l>3&&a&&Object.defineProperty(t,r,a)})([o({childList:!0,subtree:!0})],b.prototype,"onMutation",null),b.style='.gux-form-field-fieldset-container{display:flex;min-width:0;padding:0;margin:0;border:none}.gux-form-field-fieldset-container.gux-beside{flex-direction:row}.gux-form-field-fieldset-container.gux-above{flex-direction:column}.gux-form-field-error{display:none;flex-direction:row;flex-wrap:nowrap;place-content:stretch flex-start;align-items:center;padding:var(--gse-ui-formControl-helper-errorPadding);font-family:var(--gse-ui-formControl-helper-helperText-fontFamily);font-size:var(--gse-ui-formControl-helper-helperText-fontSize);line-height:var(--gse-ui-formControl-helper-helperText-lineHeight);color:var(--gse-ui-formControl-helper-errorColor)}.gux-form-field-error.gux-show{display:flex}.gux-form-field-error gux-icon{flex:0 1 auto;align-self:auto;order:0;min-width:var(--gse-ui-icon-size-sm);min-height:var(--gse-ui-icon-size-sm);margin-right:var(--gse-ui-formControl-helper-gap);color:var(--gse-ui-formControl-helper-errorColor)}.gux-form-field-error .gux-message{flex:0 1 auto;align-self:auto;order:0}.gux-form-field-legend-label ::slotted(label){white-space:nowrap}.gux-form-field-legend-label.gux-required::after{color:var(--gse-ui-formControl-label-indicator-requiredColor);content:" *"}.gux-form-field-legend-label.gux-beside{position:relative;top:var(--gse-ui-formControl-input-top);float:left;width:fit-content;min-width:45px;margin-right:var(--gse-ui-formControl-label-gap)}.gux-form-field-legend-label.gux-above{padding:var(--gse-ui-formControl-label-padding)}.gux-form-field-legend-label.gux-screenreader{position:absolute;top:auto;left:-10000px;width:1px;height:1px;overflow:hidden}.gux-form-field-help{display:none;flex-direction:row;flex-wrap:nowrap;place-content:stretch flex-start;align-items:flex-start;justify-content:flex-start;padding:var(--gse-ui-formControl-helper-paddingSmall);font-family:var(--gse-ui-formControl-helper-helperText-fontFamily);font-size:var(--gse-ui-formControl-helper-helperText-fontSize);line-height:var(--gse-ui-formControl-helper-helperText-lineHeight);color:var(--gse-ui-formControl-helper-defaultColor)}.gux-form-field-help.gux-show{display:flex}.gux-form-field-help .gux-message{flex:0 1 auto;align-self:none;order:0}::slotted(label){font-family:var(--gse-ui-formControl-label-text-fontFamily);font-size:var(--gse-ui-formControl-label-text-fontSize);font-weight:var(--gse-ui-formControl-label-text-fontWeight);line-height:var(--gse-ui-formControl-label-text-lineHeight);color:var(--gse-ui-formControl-label-labelColor)}.gux-input-and-error-container{flex-grow:1}';export{b as gux_form_field_time_zone_picker}
@@ -0,0 +1 @@
1
+ import{r as t,f as e,d as a,h as i,H as o,g as n}from"./p-2e827df1.js";import{O as r}from"./p-ab6cf9b9.js";import{O as s}from"./p-01471ba0.js";import{t as l}from"./p-8421ec05.js";import{g as c}from"./p-1ccc4961.js";import{a as d}from"./p-cf0e7d3b.js";function u(t,e){[].concat(t).forEach((t=>{null!=t&&(t.accent=e)}))}function h(t,...e){e.flat().filter((t=>null!==t&&!t.hasAttribute("icon-only"))).forEach((e=>e.iconOnly=t))}var b=function(t,e,a,i){var o,n=arguments.length,r=n<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,a):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)r=Reflect.decorate(t,e,a,i);else for(var s=t.length-1;s>=0;s--)(o=t[s])&&(r=(n<3?o(r):n>3?o(e,a,r):o(e,a))||r);return n>3&&r&&Object.defineProperty(e,a,r),r};const p=class{constructor(e){t(this,e),this.minimumSizes={full:0,iconOnly:0,condensed:0},this.displayedLayout="full",this.hasContextDivider=!1}onMutation(){this.hasContextDivider=this.needsContextDivider(),e(this.root)}recordLayoutMinSize(){a((()=>{var t,e,a;const i=0|(null===(t=this.searchAndFilterContainer)||void 0===t?void 0:t.clientWidth),o=0|(null===(e=this.actionsContainer)||void 0===e?void 0:e.clientWidth),n=0|(null===(a=this.minControlSize)||void 0===a?void 0:a.clientWidth);this.minimumSizes[this.displayedLayout]=i+o+n}))}get minControlSize(){return this.root.shadowRoot.querySelector(".section-spacing")}get actionsContainer(){return this.root.shadowRoot.querySelector(".gux-contextual-permanent-primary")}get searchAndFilterContainer(){return this.root.shadowRoot.querySelector(".search-filter-container")}get filterSlot(){return c(this.root,"search-and-filter")}get menuActionSlot(){return c(this.root,"menu-actions")}get permanentSlot(){return c(this.root,"permanent-actions")}get contextualSlot(){return c(this.root,"contextual-actions")}get primaryAction(){var t;return null===(t=this.root)||void 0===t?void 0:t.querySelector("gux-table-toolbar-custom-action[slot]")}get permanentActions(){var t,e;if(null===(t=this.permanentSlot)||void 0===t?void 0:t.hasChildNodes)return Array.from(null===(e=this.permanentSlot)||void 0===e?void 0:e.querySelectorAll("gux-table-toolbar-action, gux-table-toolbar-custom-action"))}get menuActionsItems(){var t,e;if(null===(t=this.menuActionSlot)||void 0===t?void 0:t.hasChildNodes)return Array.from(null===(e=this.menuActionSlot)||void 0===e?void 0:e.querySelectorAll("gux-table-toolbar-action, gux-table-toolbar-custom-action"))}get contextualActions(){var t,e;if(null===(t=this.contextualSlot)||void 0===t?void 0:t.hasChildNodes)return Array.from(null===(e=this.contextualSlot)||void 0===e?void 0:e.querySelectorAll("gux-table-toolbar-action, gux-table-toolbar-custom-action"))}get filterActions(){var t,e;if(null===(t=this.filterSlot)||void 0===t?void 0:t.hasChildNodes)return Array.from(null===(e=this.filterSlot)||void 0===e?void 0:e.querySelectorAll("gux-table-toolbar-action, gux-table-toolbar-custom-action"))}get allFilterContextual(){var t;return null===(t=this.filterActions)||void 0===t?void 0:t.concat(this.contextualActions)}needsContextDivider(){var t;return(null===(t=this.contextualActions)||void 0===t?void 0:t.length)&&this.contextualSlot!==this.root.lastElementChild}renderMenu(){var t;return Boolean((null===(t=this.menuActionsItems)||void 0===t?void 0:t.length)||"condensed"==this.displayedLayout)}renderFullLayout(){this.displayedLayout="full",h(!1,this.primaryAction,...this.allFilterContextual,...this.permanentActions)}renderIconOnlyLayoutScaleDown(){this.displayedLayout="iconOnly",h(!0,this.primaryAction,...this.allFilterContextual,...this.permanentActions)}renderIconOnlyLayoutScaleUp(){var t,e;this.displayedLayout="iconOnly",u(this.permanentActions,"secondary"),u(this.primaryAction,"primary"),h(!0,this.primaryAction,...this.allFilterContextual,...this.permanentActions),this.permanentActions&&(null===(t=this.root)||void 0===t||t.appendChild(this.permanentSlot)),this.primaryAction&&(null===(e=this.root)||void 0===e||e.appendChild(this.primaryAction))}renderCondensedLayout(){var t,e;this.displayedLayout="condensed",this.permanentActions&&(null===(t=this.menuActionSlot)||void 0===t||t.appendChild(this.permanentSlot)),this.primaryAction&&(null===(e=this.menuActionSlot)||void 0===e||e.appendChild(this.primaryAction)),h(!0,...this.allFilterContextual),h(!1,...this.permanentActions),h(!1,this.primaryAction),u(this.menuActionsItems,"ghost")}componentWillRender(){l(this.root),this.hasContextDivider=this.needsContextDivider()}componentDidLoad(){d((()=>{this.recordLayoutMinSize(),this.checkResponsiveLayout()})),u(this.menuActionsItems,"ghost")}componentDidUpdate(){this.recordLayoutMinSize(),this.checkResponsiveLayout()}checkResponsiveLayout(){a((()=>{const t=this.root.clientWidth;t<=this.minimumSizes.iconOnly?"iconOnly"==this.displayedLayout&&this.renderCondensedLayout():t<=this.minimumSizes.full?"full"==this.displayedLayout?this.renderIconOnlyLayoutScaleDown():"condensed"==this.displayedLayout&&this.renderIconOnlyLayoutScaleUp():this.minimumSizes.iconOnly>this.minimumSizes.full?this.renderIconOnlyLayoutScaleUp():this.renderFullLayout()}))}render(){return i(o,{key:"555f570eb78778055a0aa804158f08d2e12b13f1",role:"toolbar","aria-orientation":"horizontal"},i("div",{key:"52a81472e30688331e1349f6a49ebc5bb129ce7c",class:"search-filter-container"},i("slot",{key:"38499c054fa65fa8f15fe1c7fdd2314931666d88",name:"search-and-filter"})),i("div",{key:"2ac299b307ba157d6f11708e8ceb5d9c3b923a52",class:"section-spacing"}),i("div",{key:"851f0953e3f15409be268aafb2d35e6377708819",class:"gux-contextual-permanent-primary"},i("div",{key:"d174c8114e3b2a58f451606f92bdf834b640264e",class:{"gux-contextual-wrapper":this.hasContextDivider}},i("slot",{key:"e594b6adb9b88c6d68a4ebd3fdfd38b549a7b3b4",name:"contextual-actions"})),i("div",{key:"a65d75890b1621e962570d8f9051ca3c8a17ab7d",class:"gux-permanent-menu-primary-wrapper"},i("slot",{key:"697af1b632ce8198e139be9555a35e9fa4d76da5",name:"permanent-actions"}),i("gux-table-toolbar-menu-button",{key:"3ada935e405d9968e53de7eb776482f002a025a8","show-menu":this.renderMenu()},i("slot",{key:"6d66edccbf2bef08ba3956ccd9c0b7b705dbf542",name:"menu-actions"})),i("slot",{key:"853f608365f1be2f75e4b23996ba3651dd833511",name:"primary-action"}))))}get root(){return n(this)}};b([s({childList:!0,subtree:!0})],p.prototype,"onMutation",null),b([r()],p.prototype,"checkResponsiveLayout",null),p.style=":host{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;max-height:var(--gse-ui-dataTableItems-tableToolbar-height)}:host .search-filter-container{min-width:260px;padding-inline-end:var(--gse-ui-dataTableItems-tableToolbar-gap)}:host slot[name=search-and-filter]::slotted(*){display:flex;flex-direction:row;gap:var(--gse-ui-dataTableItems-tableToolbar-tableToolbarGroup-gap);align-content:flex-start;align-items:center}:host .section-spacing{display:flex;flex-direction:row;min-width:72px}:host .gux-contextual-permanent-primary{display:flex;flex-direction:row;justify-content:space-between;padding-left:var(--gse-ui-dataTableItems-tableToolbar-gap)}:host .gux-contextual-permanent-primary slot[name=permanent-actions]::slotted(*),:host .gux-contextual-permanent-primary slot[name=contextual-actions]::slotted(*){display:flex;flex-direction:row;flex-wrap:nowrap;gap:var(--gse-ui-dataTableItems-tableToolbar-tableToolbarGroup-gap);align-content:flex-end;align-items:center}:host .gux-contextual-permanent-primary .gux-contextual-wrapper{padding-right:var(--gse-ui-dataTableItems-tableToolbar-gap);border-right:var(--gse-ui-dataTableItems-tableToolbar-divider-width) solid var(--gse-ui-dataTableItems-tableToolbar-dividerColor)}:host .gux-contextual-permanent-primary .gux-permanent-menu-primary-wrapper{display:flex;flex-direction:row;flex-wrap:nowrap;gap:var(--gse-ui-dataTableItems-tableToolbar-tableToolbarGroup-gap);margin-left:var(--gse-ui-dataTableItems-tableToolbar-gap)}";export{p as gux_table_toolbar}
@@ -1 +1 @@
1
- import{r as t,h as e,g as i}from"./p-deca7631.js";import{a as o}from"./p-9d734bbd.js";import{O as n}from"./p-d6edbaeb.js";import{O as s}from"./p-a69a9910.js";var r=function(t,e,i,o){var n,s=arguments.length,r=s<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)r=Reflect.decorate(t,e,i,o);else for(var l=t.length-1;l>=0;l--)(n=t[l])&&(r=(s<3?n(r):s>3?n(e,i,r):n(e,i))||r);return s>3&&r&&Object.defineProperty(e,i,r),r};const l=class{constructor(e){t(this,e),this.hasTooltip=!1,this.showTooltip=!1,this.iconOnly=!1,this.titleName=""}onmouseenter(t){t.buttons||(this.showTooltip=!0)}onmouseleave(){this.showTooltip=!1}onmousedown(){this.showTooltip=!1}async setShowTooltip(){this.tooltipElement&&(this.showTooltip=!0,await this.tooltipElement.showTooltip())}async setHideTooltip(){this.tooltipElement&&(this.showTooltip=!1,await this.tooltipElement.hideTooltip())}onMutation(){this.titleName=this.setTooltipTitleText(),this.checkForTooltipHideOrShow()}onResize(){this.titleName=this.setTooltipTitleText(),this.checkForTooltipHideOrShow()}componentWillLoad(){this.titleName=this.setTooltipTitleText()}componentDidLoad(){this.logWarnNoIconSrText()}logWarnNoIconSrText(){this.iconOnly&&!this.titleName&&o(this.root,"No screenreader-text provided. Provide a localized screenreader-text property for the gux-icon. The screenreader-text property is used for the icon screenreader text and the tooltip.")}addIconDecorative(){this.root.classList.add("gux-tooltip-icon-decorative")}getTitleElements(){var t;const e=this.root.querySelector("slot"),i=null===(t=this.root.querySelector(".gux-title-container span"))||void 0===t?void 0:t.children;return e?e.assignedElements():i?Array.from(i):[]}getTitleTextContent(){return this.root.querySelector("slot")?this.root.querySelector("slot").assignedNodes().map((t=>t.textContent.trim())).join(""):this.root.querySelector(".gux-title-container")?this.root.querySelector(".gux-title-container").textContent.trim():""}setTooltipTitleText(){let t=this.getTitleTextContent();return this.getTitleElements().forEach((e=>{"GUX-ICON"!==e.tagName||this.getTitleTextContent()?"GUX-ICON"===e.tagName&&this.getTitleTextContent()&&this.addIconDecorative():(this.iconOnly=!0,t=e.getAttribute("screenreader-text"))})),t}checkForTooltipHideOrShow(){const t=this.root.querySelector(".gux-title-container");this.root.classList.remove("gux-overflow-hidden"),this.iconOnly&&this.titleName?this.hasTooltip=!0:(null==t?void 0:t.scrollWidth)>(null==t?void 0:t.offsetWidth)?(this.root.classList.add("gux-overflow-hidden"),this.hasTooltip=!0):this.hasTooltip=!1}render(){return[e("span",{class:{"gux-title-container":!0,"gux-icon-only":this.iconOnly}},e("slot",null)),this.renderTooltip()]}renderTooltip(){if(this.hasTooltip)return e("gux-tooltip",{"aria-hidden":"true",ref:t=>this.tooltipElement=t,hidden:!this.showTooltip},this.titleName)}get root(){return i(this)}};r([n({childList:!0,subtree:!0,characterData:!0})],l.prototype,"onMutation",null),r([s()],l.prototype,"onResize",null),l.style="gux-tooltip-title{overflow:hidden}gux-tooltip{font-weight:normal;line-height:normal;text-align:left;overflow-wrap:break-word;white-space:normal}.gux-overflow-hidden .gux-title-container ::slotted(span){overflow:hidden;text-overflow:ellipsis}.gux-overflow-hidden .gux-title-container>*{overflow:hidden;text-overflow:ellipsis}.gux-title-container{display:flex;pointer-events:none}.gux-tooltip-icon-decorative .gux-title-container{position:relative;margin-left:20px}.gux-tooltip-icon-decorative .gux-title-container gux-icon,.gux-tooltip-icon-decorative .gux-title-container ::slotted(gux-icon){position:absolute;top:1px;left:-20px;flex-shrink:0;width:16px;height:16px}.gux-icon-only{line-height:0px}";export{l as gux_tooltip_title}
1
+ import{r as t,h as e,g as i}from"./p-2e827df1.js";import{a as o}from"./p-8eaf8caf.js";import{O as n}from"./p-01471ba0.js";import{O as s}from"./p-ab6cf9b9.js";var r=function(t,e,i,o){var n,s=arguments.length,r=s<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)r=Reflect.decorate(t,e,i,o);else for(var l=t.length-1;l>=0;l--)(n=t[l])&&(r=(s<3?n(r):s>3?n(e,i,r):n(e,i))||r);return s>3&&r&&Object.defineProperty(e,i,r),r};const l=class{constructor(e){t(this,e),this.hasTooltip=!1,this.showTooltip=!1,this.iconOnly=!1,this.titleName=""}onmouseenter(t){t.buttons||(this.showTooltip=!0)}onmouseleave(){this.showTooltip=!1}onmousedown(){this.showTooltip=!1}async setShowTooltip(){this.tooltipElement&&(this.showTooltip=!0,await this.tooltipElement.showTooltip())}async setHideTooltip(){this.tooltipElement&&(this.showTooltip=!1,await this.tooltipElement.hideTooltip())}onMutation(){this.titleName=this.setTooltipTitleText(),this.checkForTooltipHideOrShow()}onResize(){this.titleName=this.setTooltipTitleText(),this.checkForTooltipHideOrShow()}componentWillLoad(){this.titleName=this.setTooltipTitleText()}componentDidLoad(){this.logWarnNoIconSrText()}logWarnNoIconSrText(){this.iconOnly&&!this.titleName&&o(this.root,"No screenreader-text provided. Provide a localized screenreader-text property for the gux-icon. The screenreader-text property is used for the icon screenreader text and the tooltip.")}addIconDecorative(){this.root.classList.add("gux-tooltip-icon-decorative")}getTitleElements(){var t;const e=this.root.querySelector("slot"),i=null===(t=this.root.querySelector(".gux-title-container span"))||void 0===t?void 0:t.children;return e?e.assignedElements():i?Array.from(i):[]}getTitleTextContent(){return this.root.querySelector("slot")?this.root.querySelector("slot").assignedNodes().map((t=>t.textContent.trim())).join(""):this.root.querySelector(".gux-title-container")?this.root.querySelector(".gux-title-container").textContent.trim():""}setTooltipTitleText(){let t=this.getTitleTextContent();return this.getTitleElements().forEach((e=>{"GUX-ICON"!==e.tagName||this.getTitleTextContent()?"GUX-ICON"===e.tagName&&this.getTitleTextContent()&&this.addIconDecorative():(this.iconOnly=!0,t=e.getAttribute("screenreader-text"))})),t}checkForTooltipHideOrShow(){const t=this.root.querySelector(".gux-title-container");this.root.classList.remove("gux-overflow-hidden"),this.iconOnly&&this.titleName?this.hasTooltip=!0:(null==t?void 0:t.scrollWidth)>(null==t?void 0:t.offsetWidth)?(this.root.classList.add("gux-overflow-hidden"),this.hasTooltip=!0):this.hasTooltip=!1}render(){return[e("span",{key:"524a31711682c1d110d6d34bc7c16ad32d05b97c",class:{"gux-title-container":!0,"gux-icon-only":this.iconOnly}},e("slot",{key:"c09f9f8836a8715f89c120d72f76634a2d2cfb26"})),this.renderTooltip()]}renderTooltip(){if(this.hasTooltip)return e("gux-tooltip",{"aria-hidden":"true",ref:t=>this.tooltipElement=t,hidden:!this.showTooltip},this.titleName)}get root(){return i(this)}};r([n({childList:!0,subtree:!0,characterData:!0})],l.prototype,"onMutation",null),r([s()],l.prototype,"onResize",null),l.style="gux-tooltip-title{overflow:hidden}gux-tooltip{font-weight:normal;line-height:normal;text-align:left;overflow-wrap:break-word;white-space:normal}.gux-overflow-hidden .gux-title-container ::slotted(span){overflow:hidden;text-overflow:ellipsis}.gux-overflow-hidden .gux-title-container>*{overflow:hidden;text-overflow:ellipsis}.gux-title-container{display:flex;pointer-events:none}.gux-tooltip-icon-decorative .gux-title-container{position:relative;margin-left:20px}.gux-tooltip-icon-decorative .gux-title-container gux-icon,.gux-tooltip-icon-decorative .gux-title-container ::slotted(gux-icon){position:absolute;top:1px;left:-20px;flex-shrink:0;width:16px;height:16px}.gux-icon-only{line-height:0px}";export{l as gux_tooltip_title}
@@ -0,0 +1 @@
1
+ import{r as t,c as e,h as i,g as r}from"./p-2e827df1.js";import{a as s,c as a,o,f as n}from"./p-b43ee47b.js";import{r as u}from"./p-0934300e.js";import{a as d}from"./p-cf0e7d3b.js";import{f as c,b as l,a as h,c as p}from"./p-9349b5e4.js";import{O as g}from"./p-2d1bdeab.js";import{t as f}from"./p-8421ec05.js";import{b as x}from"./p-0367930a.js";import{r as b,g as k,a as m}from"./p-faf62b32.js";import"./p-4202e9f2.js";const v={start:"Start",end:"End",date:"Date",toggleCalendar:"Toggle calendar view"};function y(t,e){let i=new Date(e.getTime());return i.setDate(i.getDate()+t),t<0?i.getDate()>e.getDate()&&(i=new Date(e.getFullYear(),e.getMonth()+1,0,0,0,0)):i.getDate()<e.getDate()&&i.setMonth(i.getMonth()-1),i}function C(t,e){const i=new Date(e.valueOf()),r=function(t){let e=t;for(;e<0;)e+=12;return e%=12,e}(i.getMonth()+t);return i.setMonth(r),i.setFullYear(e.getFullYear()),i.getMonth()!==r?C(t,y(-1,e)):i}function w(t,e){const i=t[e];return i&&"/"!==i?i:t[e-1]}function D(t){return t.match(/\W/)[0]}function R(t){const e=D(t);return t.split(e).reduce(((t,e)=>t.concat(e[0])),[])}function F(t,e){return{selectionStart:t.indexOf(e),selectionEnd:t.lastIndexOf(e)+1}}const I=class{constructor(i){t(this,i),this.input=e(this,"input",7),this.yearFormat="yyyy",this.isSelectingRangeWithMouse=!1,this.lastYear=(new Date).getFullYear(),this.startInputId=u("gux-datepicker"),this.endInputId=u("gux-datepicker"),this.value=void 0,this.label="",this.numberOfMonths=1,this.startDayOfWeek=void 0,this.minDate="",this.maxDate="",this.mode="single",this.format=void 0,this.disabled=!1,this.labelPosition="beside",this.formattedValue="",this.minDateDate=void 0,this.maxDateDate=void 0,this.toFormattedValue="",this.active=!1,this.pressedKeys=[]}watchValue(){this.updateDate()}watchMinDate(t){this.minDateDate=t?c(t):null}watchMaxDate(t){this.maxDateDate=t?c(t):null}watchFormat(t){t.includes("yyyy")||(this.yearFormat="yy"),this.intervalOrder=R(t),this.lastIntervalRange=this.initialIntervalRange}watchActiveCalendar(t){if(!0===t){const t=c(this.value.split("/")[0]);this.calendarElement.resetCalendarView(t)}}onKeyDown(t){if(this.isInputFieldEvent(t))switch(this.focusedField=this.getInputFieldFromEvent(t),t.key){case"Enter":case"Escape":this.focusedField.blur(),this.active=!1;break;case"Tab":break;case"ArrowDown":t.preventDefault(),this.increment(-1),this.setCursorRange();break;case"ArrowUp":t.preventDefault(),this.increment(1),this.setCursorRange();break;case"ArrowLeft":{t.preventDefault();const e=function(t,e){const i=R(t),r=w(t,e.selectionStart),s=i.indexOf(r);return F(t,i[(s+i.length-1)%i.length])}(this.format,this.intervalRange);this.setIntervalRange(e),this.setCursorRange(),this.pressedKeys.length=0;break}case"ArrowRight":{t.preventDefault();const e=function(t,e){const i=R(t),r=w(t,e.selectionStart),s=i.indexOf(r);return F(t,i[(s+1)%i.length])}(this.format,this.intervalRange);this.setIntervalRange(e),this.setCursorRange(),this.pressedKeys.length=0;break}default:t.preventDefault(),this.isSelectingRangeWithMouse||(this.setIntervalRange({selectionStart:this.focusedField.selectionStart,selectionEnd:this.focusedField.selectionEnd}),this.updateIntervalValue(t),this.setCursorRange())}else switch(t.key){case"Enter":case"Escape":case" ":{this.active=!1;const t=this.root.shadowRoot.querySelector(".gux-calendar-toggle-button");d((()=>{t.focus()}));break}case"Tab":this.active&&(this.active=!1)}}onMouseDown(t){this.isInputFieldEvent(t)&&(this.isSelectingRangeWithMouse=!0);const e=t.composedPath(),i=e.includes(this.datepickerElement);Array.from(this.root.shadowRoot.querySelectorAll(".gux-calendar-toggle-button")).every((t=>!e.includes(t)))&&(this.active=i)}onClickOutside(){this.active=!1,this.pressedKeys.length=0}onInputFocusIn(t){this.focusedField=this.getInputFieldFromEvent(t),this.isSelectingRangeWithMouse||d((()=>this.setRange()))}onInputFocusOut(){this.lastIntervalRange=this.initialIntervalRange}onInputMouseUp(t){t.preventDefault(),this.lastIntervalRange=F(this.format,w(this.format,this.focusedField.selectionStart)),this.setRange(),this.isSelectingRangeWithMouse=!1}isInputFieldEvent(t){const e=t.composedPath();return e.includes(this.inputElement)||e.includes(this.toInputElement)}get initialIntervalRange(){return F(this.format,w(this.format,0))}getInputFieldFromEvent(t){return t.composedPath()[0]}updateIntervalValue(t){this.pressedKeys.push(t.key);const e=parseInt(t.key,10);if(!isNaN(e)){const i=this.focusedField.value.slice(this.focusedField.selectionStart,this.focusedField.selectionEnd);"y"===w(this.format,this.focusedField.selectionStart)&&"yyyy"===this.yearFormat?this.typeYearValue(i,t.key):this.canSetDate(e)&&this.pressedKeys.length>=2?(this.updateSelection(this.focusedField,`${i[1]}${t.key}`),this.setValue()):(this.updateSelection(this.focusedField,`0${t.key}`.replace("00","01")),this.setValue())}}updateSelection(t,e){t.value=t.value.substr(0,this.intervalRange.selectionStart)+e+t.value.substr(this.intervalRange.selectionEnd)}getCalendarLabels(){return function(t,e,i){const r=t.split(",").map((t=>t.trim()));return"range"===e?[r[0]||i[0],r[1]||i[1]]:"range"===e||r[0]?[r[0]]:[i[2]]}(this.label,this.mode,[this.i18n("start"),this.i18n("end"),this.i18n("date")])}stringToDate(t){const e=D(this.format),i=this.format.toLowerCase().split(e),r=t.split(e),s=parseInt(r[i.indexOf(this.yearFormat)],10),a=parseInt(r[i.indexOf("mm")],10)-1,o=parseInt(r[i.indexOf("dd")],10),n=new Date(s,a,o);return"yy"===this.yearFormat&&n.getFullYear()<1970&&this.lastYear>1970&&n.setFullYear(n.getFullYear()+100),n}onCalendarSelect(t){this.value=t.target.value,t.stopPropagation(),this.input.emit(this.value),this.updateDate(),this.inputElement.value=this.formattedValue,"range"===this.mode&&(this.toInputElement.value=this.toFormattedValue),document.activeElement===this.inputElement&&document.activeElement===this.toInputElement||(this.active=!1)}setValue(){if("range"===this.mode){const t=this.stringToDate(this.inputElement.value),e=this.stringToDate(this.toInputElement.value);this.value=l(t,e),this.updateDate(),this.calendarElement.setValue([t,e])}else{const t=this.stringToDate(this.inputElement.value);this.value=h(t),this.updateDate(),this.calendarElement.setValue(t)}this.input.emit(this.value)}setRange(){this.setIntervalRange(this.lastIntervalRange),this.setCursorRange()}typeYearValue(t,e){" "!==t[0]?this.updateSelection(this.focusedField,` ${e}`):(this.updateSelection(this.focusedField,`${t.substr(1)}${e}`),(t.substr(1)+e).includes(" ")||this.setValue())}canSetDate(t){const e=parseInt([this.focusedField.value[this.intervalRange.selectionEnd-1].toString(),t].join(""),10);if(e)switch(w(this.format,this.focusedField.selectionStart)){case"d":{const t=c(this.value);if(e<=new Date(t.getFullYear(),t.getMonth()+1,0).getDate())return!0;break}case"m":if(e<=12)return!0;break;case"y":return!0}return!1}getMapAndRegexFromField(t){const e={dd:`0${t.getDate()}`.slice(-2),mm:`0${t.getMonth()+1}`.slice(-2)};return"yyyy"===this.yearFormat?e.yyyy=t.getFullYear().toString():e.yy=t.getFullYear().toString().slice(-2),{map:e,regexp:new RegExp(Object.keys(e).join("|"),"gi")}}updateDate(){if("range"===this.mode){const[t,e]=p(this.value),{map:i,regexp:r}=this.getMapAndRegexFromField(t);this.formattedValue=this.format.replace(r,(t=>i[t]));const{map:s,regexp:a}=this.getMapAndRegexFromField(e);this.toFormattedValue=this.format.replace(a,(t=>s[t]))}else{const t=c(this.value),{map:e,regexp:i}=this.getMapAndRegexFromField(t);this.formattedValue=this.format.replace(i,(t=>e[t]))}}setCursorRange(){this.intervalRange&&(this.focusedField.setSelectionRange(0,100),this.focusedField.setSelectionRange(this.intervalRange.selectionStart,this.intervalRange.selectionEnd))}toggleCalendar(){this.active=!this.active,this.active&&d((()=>{this.calendarElement.focusPreviewDate()}))}setIntervalRange(t){this.intervalRange=t}getCombinedFocusedDateValue(){return"range"===this.mode?this.getRangeFocusedDateValue():this.getFocusedDateValue()}getFocusedDateValue(){return c(this.value)}getRangeFocusedDateValue(){const[t,e]=p(this.value);return this.focusedField===this.inputElement?t:e}increment(t){const e=w(this.format,this.focusedField.selectionStart),i=this.getCombinedFocusedDateValue();let r;switch(e){case"d":r=y(t,i);break;case"m":r=C(t,i);break;case"y":r=function(t,e){const i=new Date(e.valueOf());return i.setFullYear(e.getFullYear()+t),i}(t,i)}var s,a,o;s=r,a=this.minDateDate,((o=this.maxDateDate)&&o<s||a&&a>s)&&(r=i),this.lastYear=r.getFullYear(),this.setIntervalRange({selectionStart:this.focusedField.selectionStart,selectionEnd:this.focusedField.selectionEnd}),this.focusedField.value=function(t,e){const i=D(e),r=e.split(i).map((e=>{switch(e[0]){case"d":return function(t){return`0${t.getDate().toString()}`.slice(-2)}(t);case"m":return function(t){return`0${(t.getMonth()+1).toString()}`.slice(-2)}(t);case"y":return function(t,e){return"yyyy"===e?t.getFullYear().toString():t.getFullYear().toString().slice(-2)}(t,e)}})).join(i);return r}(r,this.format),this.setValue()}async componentWillLoad(){if(f(this.root,{variant:this.mode}),this.i18n=await x(this.root,v),this.format=b()?this.format||k(m(this.root)):this.format||"mm/dd/yyyy",this.watchMinDate(this.minDate),this.watchMaxDate(this.maxDate),this.watchFormat(this.format),!this.value){const t=new Date;t.setHours(0,0,0,0),this.value="range"===this.mode?l(t,t):h(t),"range"===this.mode&&this.numberOfMonths<2&&(this.numberOfMonths=2)}this.updateDate()}runUpdatePosition(){this.cleanupUpdatePosition=s(this.datepickerElement,this.calendarElement,(()=>this.updatePosition()),{ancestorScroll:!0,elementResize:!0,animationFrame:!0,ancestorResize:!0})}updatePosition(){a(this.datepickerElement,this.calendarElement,{strategy:"fixed",placement:"bottom-start",middleware:[o({crossAxis:-3}),n({fallbackStrategy:"initialPlacement"})]}).then((({x:t,y:e})=>{Object.assign(this.calendarElement.style,{left:`${t}px`,top:`${e}px`})}))}componentDidUpdate(){this.active?this.runUpdatePosition():this.cleanupUpdatePosition&&this.cleanupUpdatePosition()}disconnectedCallback(){this.cleanupUpdatePosition&&this.cleanupUpdatePosition()}renderCalendarToggleButton(){return i("button",{class:"gux-calendar-toggle-button",type:"button",onClick:()=>this.toggleCalendar(),"aria-expanded":this.active.toString(),"aria-label":this.i18n("toggleCalendar"),disabled:this.disabled},i("gux-icon",{decorative:!0,"icon-name":"calendar"}))}renderCalendar(){return i("gux-calendar",{tabIndex:-1,ref:t=>this.calendarElement=t,value:this.value,mode:this.mode,onCalendarSelect:t=>this.onCalendarSelect(t),minDate:this.minDate,maxDate:this.maxDate,numberOfMonths:this.numberOfMonths,startDayOfWeek:this.startDayOfWeek})}renderStartDateField(){return i("div",{class:{"gux-datepicker-field":!0,"gux-above":"above"===this.labelPosition}},i("label",{htmlFor:this.startInputId,class:{"gux-datepicker-field-label":!0,"gux-sr-only":"single"===this.mode&&!this.label}},this.getCalendarLabels()[0]),i("div",{class:"gux-datepicker-field-input"},i("div",{class:"gux-datepicker-field-text-input"},i("input",{id:this.startInputId,type:"text",onClick:t=>this.onInputMouseUp(t),onFocusin:t=>this.onInputFocusIn(t),onFocusout:()=>this.onInputFocusOut(),ref:t=>this.inputElement=t,value:this.formattedValue,disabled:this.disabled}),this.renderCalendarToggleButton()),this.renderCalendar()))}renderEndDateField(){return"single"===this.mode?null:i("div",{class:{"gux-datepicker-field":!0,"gux-above":"above"===this.labelPosition}},i("label",{htmlFor:this.endInputId,class:"gux-datepicker-field-label"},this.getCalendarLabels()[1]),i("div",{class:"gux-datepicker-field-input"},i("div",{class:"gux-datepicker-field-text-input"},i("input",{id:this.endInputId,type:"text",ref:t=>this.toInputElement=t,onMouseUp:t=>this.onInputMouseUp(t),onFocusin:t=>this.onInputFocusIn(t),onFocusout:()=>this.onInputFocusOut(),value:this.toFormattedValue,disabled:this.disabled}),this.renderCalendarToggleButton())))}render(){return i("div",{key:"e99ed591c4bcdc3188adb870164bf8265b6622c3",class:{"gux-datepicker":!0,"gux-active":this.active,"gux-disabled":this.disabled},ref:t=>this.datepickerElement=t},this.renderStartDateField(),this.renderEndDateField())}get root(){return r(this)}static get watchers(){return{value:["watchValue"],minDate:["watchMinDate"],maxDate:["watchMaxDate"],format:["watchFormat"],active:["watchActiveCalendar"]}}};(function(t,e,i,r){var s,a=arguments.length,o=a<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,i):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,i,r);else for(var n=t.length-1;n>=0;n--)(s=t[n])&&(o=(a<3?s(o):a>3?s(e,i,o):s(e,i))||o);a>3&&o&&Object.defineProperty(e,i,o)})([g({triggerEvents:"mousedown"})],I.prototype,"onClickOutside",null),I.style=":host{display:block}.gux-datepicker{display:inline-block}.gux-datepicker.gux-disabled{pointer-events:none;cursor:default}.gux-datepicker.gux-disabled .gux-datepicker-field .gux-datepicker-field-input{opacity:var(--gse-ui-datePicker-disabled-opacity)}.gux-datepicker .gux-datepicker-field{display:inline-flex;flex-direction:row;flex-wrap:nowrap;place-content:flex-start flex-start;align-items:center}.gux-datepicker .gux-datepicker-field~.gux-datepicker-field{margin-left:20px}.gux-datepicker .gux-datepicker-field.gux-above{flex-direction:column;align-items:self-start}.gux-datepicker .gux-datepicker-field.gux-above .gux-datepicker-field-input{margin-top:0}.gux-datepicker .gux-datepicker-field.gux-above .gux-datepicker-field-label{margin-right:0}.gux-datepicker .gux-datepicker-field .gux-datepicker-field-label{flex:0 1 auto;align-self:auto;order:0;margin-right:var(--gse-ui-formControl-label-gap);font-size:var(--gse-ui-formControl-label-text-fontSize);font-weight:var(--gse-ui-formControl-label-text-fontWeight)}.gux-datepicker .gux-datepicker-field .gux-datepicker-field-input{box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:nowrap;gap:var(--gse-ui-formControl-input-gap);place-content:stretch center;align-items:center;width:100%;height:var(--gse-ui-formControl-input-textfield-height);padding:var(--gse-ui-formControl-input-padding);color:var(--gse-ui-formControl-input-populatedColor);white-space:nowrap;background-color:var(--gse-ui-formControl-input-backgroundColor);background-image:none;border:var(--gse-ui-formControl-input-default-border-width) var(--gse-ui-formControl-input-default-border-style) var(--gse-ui-formControl-input-default-border-color);border-radius:var(--gse-ui-formControl-input-borderRadius)}.gux-datepicker .gux-datepicker-field .gux-datepicker-field-input:hover{border:var(--gse-ui-formControl-input-hover-border-width) var(--gse-ui-formControl-input-hover-border-style) var(--gse-ui-formControl-input-hover-border-color)}.gux-datepicker .gux-datepicker-field .gux-datepicker-field-input:focus-within{border:var(--gse-ui-formControl-input-active-border-width) var(--gse-ui-formControl-input-active-border-style) var(--gse-ui-formControl-input-active-border-color);border-radius:var(--gse-ui-formControl-focusRing-borderRadius);outline:2px var(--gse-ui-formControl-input-focus-border-style) var(--gse-ui-formControl-input-focus-border-color);outline-offset:var(--gse-semantic-focusRing-offset)}.gux-datepicker .gux-datepicker-field .gux-datepicker-field-input.gux-active{border:var(--gse-ui-formControl-input-active-border-width) var(--gse-ui-formControl-input-active-border-style) var(--gse-ui-formControl-input-active-border-color);border-radius:var(--gse-ui-formControl-focusRing-borderRadius);outline:2px var(--gse-ui-formControl-input-focus-border-style) var(--gse-ui-formControl-input-focus-border-color);outline-offset:var(--gse-semantic-focusRing-offset)}.gux-datepicker .gux-datepicker-field .gux-datepicker-field-input .gux-datepicker-field-text-input{box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:nowrap}.gux-datepicker .gux-datepicker-field .gux-datepicker-field-input .gux-datepicker-field-text-input input{flex:1 1 auto;align-self:auto;order:0;width:calc(var(--gse-ui-calendarMenu-day-input-width) - var(--gse-ui-icon-size-sm));padding:0;overflow:hidden;font-family:var(--gse-ui-formControl-input-contentText-fontFamily);font-size:var(--gse-ui-formControl-input-contentText-fontSize);line-height:var(--gse-ui-formControl-input-contentText-lineHeight);color:var(--gse-ui-formControl-input-populatedColor);border:none;outline:none}.gux-datepicker .gux-datepicker-field .gux-datepicker-field-input .gux-datepicker-field-text-input input::placeholder{color:var(--gse-ui-formControl-input-placeholderColor);opacity:1}.gux-datepicker .gux-datepicker-field .gux-datepicker-field-input .gux-datepicker-field-text-input input::-webkit-search-cancel-button,.gux-datepicker .gux-datepicker-field .gux-datepicker-field-input .gux-datepicker-field-text-input input::-webkit-search-results-button,.gux-datepicker .gux-datepicker-field .gux-datepicker-field-input .gux-datepicker-field-text-input input::-webkit-calendar-picker-indicator{display:none;-webkit-appearance:none}.gux-datepicker .gux-datepicker-field .gux-datepicker-field-input .gux-datepicker-field-text-input button{display:flex;flex:0 1 auto;align-items:center;align-self:auto;justify-content:center;order:0;padding:0;color:var(--gse-ui-formControl-input-inputIcon-iconEndColor);background:transparent;border:none;border-radius:var(--gse-ui-actionButton-borderRadius);outline:none}.gux-datepicker .gux-datepicker-field .gux-datepicker-field-input .gux-datepicker-field-text-input button:focus-within{border:var(--gse-ui-formControl-input-active-border-width) var(--gse-ui-formControl-input-active-border-style) var(--gse-ui-formControl-input-active-border-color);border-radius:var(--gse-ui-formControl-focusRing-borderRadius);outline:2px var(--gse-ui-formControl-input-focus-border-style) var(--gse-ui-formControl-input-focus-border-color);outline-offset:var(--gse-semantic-focusRing-offset);border:none;border-radius:var(--gse-ui-calendarMenu-month-calendarButton-focusBorderRadius);outline-offset:var(--gse-ui-datePicker-focusCalendar-gap)}.gux-datepicker .gux-datepicker-field .gux-datepicker-field-input .gux-datepicker-field-text-input button:not(:disabled):focus-visible,.gux-datepicker .gux-datepicker-field .gux-datepicker-field-input .gux-datepicker-field-text-input button:not(:disabled):hover{color:var(--gse-ui-formControl-input-inputIcon-iconEndColor);cursor:pointer}.gux-datepicker .gux-datepicker-field .gux-datepicker-field-input .gux-datepicker-field-text-input button gux-icon{width:var(--gse-ui-icon-size-sm);height:var(--gse-ui-icon-size-sm)}.gux-datepicker .gux-datepicker-field .gux-datepicker-field-input gux-calendar{position:fixed;z-index:var(--gse-semantic-zIndex-popup);display:none}.gux-datepicker.gux-active .gux-datepicker-field .gux-datepicker-field-input .gux-datepicker-field-text-input button{color:var(--gse-ui-formControl-input-inputIcon-iconEndColor)}.gux-datepicker.gux-active .gux-datepicker-field .gux-datepicker-field-input .gux-datepicker-field-text-input button:not(:disabled):focus-visible,.gux-datepicker.gux-active .gux-datepicker-field .gux-datepicker-field-input .gux-datepicker-field-text-input button:not(:disabled):hover{color:var(--gse-ui-formControl-input-inputIcon-iconEndColor)}.gux-datepicker.gux-active .gux-datepicker-field .gux-datepicker-field-input gux-calendar{display:block}.gux-sr-only{position:absolute;top:auto;left:-10000px;width:1px;height:1px;overflow:hidden}";export{I as gux_datepicker}
@@ -0,0 +1 @@
1
+ import{r as e,c as t,h as s,g as a}from"./p-2e827df1.js";import{b as i}from"./p-0367930a.js";import{r as o}from"./p-0934300e.js";import{t as r}from"./p-408d5857.js";import"./p-4202e9f2.js";const l=class{constructor(s){e(this,s),this.internalallrowselectchange=t(this,"internalallrowselectchange",7),this.id=o("gux-all-row-select"),this.selected=!1,this.disabled=void 0}onCheck(e){e.stopPropagation(),this.selected=this.inputElement.checked,this.internalallrowselectchange.emit(this.inputElement.checked)}async setIndeterminate(e=!0){this.inputElement.indeterminate=e}async componentWillLoad(){this.i18n=await i(this.root,r,"gux-table")}render(){return s("gux-form-field-checkbox",{key:"14abe99a50ad9b4f6a854f060968994a2d7248f1","label-position":"screenreader"},s("input",{key:"e2da3b351b0e22cb2210b64027735415029291b3",ref:e=>this.inputElement=e,slot:"input",id:this.id,type:"checkbox",checked:this.selected,disabled:this.disabled}),s("label",{key:"457d3e94ba00df5f644f2fa93a8cc9b44ab0d94a",slot:"label",htmlFor:this.id},"​",s("span",{key:"ade8b9ec041fdb1ea8fb3f65a7de7d44eddab2f9"},this.i18n("selectAllTableRows"))))}get root(){return a(this)}};l.style=":host{display:flex;flex-direction:row;justify-content:center}";export{l as gux_all_row_select}
@@ -0,0 +1 @@
1
+ import{r as e,h as t,g as a}from"./p-2e827df1.js";import{f as n,a as r}from"./p-9349b5e4.js";import{c as o}from"./p-267e2aed.js";import{g as i,a as s,b as d}from"./p-0367930a.js";import{a as u}from"./p-cf0e7d3b.js";import{l as c}from"./p-8eaf8caf.js";import{s as l}from"./p-2c25e2f2.js";import"./p-4202e9f2.js";function g(e,t){return o(e.toLocaleDateString(t,{year:"numeric",month:"long"}))}const h={previousMonth:"Previous month: {localizedPreviousMonthAndYear}",nextMonth:"Next month: {localizedNextMonthAndYear}"},x=class{constructor(t){e(this,t),this.locale="en",this.MONTH_DATE_COUNT=42,this.focusedValue=void 0,this.minValue=void 0,this.maxValue=void 0}get slottedInput(){return this.root.querySelector('input[type="date"]')}async componentWillLoad(){this.slottedInput||c(this.root,'You must slot a date input element like so: input[type="date"].'),this.locale=i(this.root);const e=this.slottedInput.getAttribute("start-day-of-week");(null==e?void 0:e.length)&&(this.startDayOfWeek=parseInt(e,10)),this.startDayOfWeek=this.startDayOfWeek||s(this.locale),this.i18n=await d(this.root,h),this.slottedInput.value&&(this.focusedValue=n(this.slottedInput.value)),this.slottedInput.min&&(this.minValue=new Date(this.slottedInput.min),this.minValue.setHours(0,0,0,0)),this.slottedInput.max&&(this.maxValue=new Date(this.slottedInput.max),this.maxValue.setHours(0,0,0,0))}onDateClick(e){this.isInvalidDate(e)||(this.focusedValue=new Date(e.getTime()),this.slottedInput.value=r(e),l(this.root,"input"))}setDateAfterArrowKeyPress(e,t){e.preventDefault(),this.focusedValue=new Date(this.getFocusedValue().getFullYear(),this.getFocusedValue().getMonth(),this.getFocusedValue().getDate()+t,0,0,0),u((()=>{this.focusDate()}))}focusDate(){const e=this.root.shadowRoot.querySelector(`.gux-content-date[data-date="${this.focusedValue.getTime()}"]`);e&&e.focus()}onKeyDown(e){switch(e.key){case" ":break;case"Enter":e.preventDefault(),this.onDateClick(this.getFocusedValue()),u((()=>{this.focusDate()}));break;case"ArrowDown":this.setDateAfterArrowKeyPress(e,7);break;case"ArrowUp":this.setDateAfterArrowKeyPress(e,-7);break;case"ArrowLeft":this.setDateAfterArrowKeyPress(e,-1);break;case"ArrowRight":this.setDateAfterArrowKeyPress(e,1);break;case"PageUp":e.preventDefault(),this.setNewFocusedMonth(1),u((()=>{this.focusDate()}));break;case"PageDown":e.preventDefault(),this.setNewFocusedMonth(-1),u((()=>{this.focusDate()}))}}isInvalidDate(e){return this.minValue&&e.getTime()<=this.minValue.getTime()||this.maxValue&&e.getTime()>this.maxValue.getTime()}getMonthDays(){var e,t;const a=(n=this.getFocusedValue(),new Date(n.getFullYear(),n.getMonth(),1,0,0,0));var n;const r=[];let o={dates:[]},i=0;const s=a.getMonth(),d=this.getSelectedValue(),u=function(e,t,a){const n=new Date(t,e,1,0,0,0,0),r=-1*(a-n.getDay()-7)%7,o=new Date(n.getTime()-864e5*r);return o.setHours(0,0,0,0),o}(s,new Date(a.getTime()).getFullYear(),this.startDayOfWeek);for(let a=0;a<this.MONTH_DATE_COUNT+1;a+=1){const a=d.getTime()===u.getTime()&&void 0!==this.focusedValue;i>0&&i%7==0&&(r.push(o),o={dates:[]});const n=this.isInvalidDate(u),c=(null===(e=this.getFocusedValue())||void 0===e?void 0:e.getTime())===u.getTime()&&(null===(t=this.getFocusedValue())||void 0===t?void 0:t.getTime())!==d.getTime(),l=new Date;o.dates.push({date:new Date(u),disabled:n,inCurrentMonth:s===u.getMonth()&&!n,selected:a&&d,focused:c,isCurrentDate:u.getDate()===l.getDate()&&u.getMonth()===l.getMonth()&&u.getFullYear()===l.getFullYear()}),i+=1,u.setDate(u.getDate()+1)}return r}getFocusedValue(){return this.focusedValue?this.focusedValue:this.getSelectedValue()}changeMonth(e){return new Date(this.getFocusedValue().getFullYear(),this.getFocusedValue().getMonth()+e,1,0,0,0)}setNewFocusedMonth(e){this.focusedValue=this.changeMonth(e)}getSelectedValue(){if(this.slottedInput.value)return n(this.slottedInput.value);const e=new Date;return e.setHours(0,0,0,0),e}renderHeader(){return t("div",{class:"gux-header"},t("button",{type:"button",class:"gux-left","aria-label":this.i18n("previousMonth",{localizedPreviousMonthAndYear:g(this.changeMonth(-1),this.locale)}),onClick:()=>this.setNewFocusedMonth(-1)},t("gux-icon",{decorative:!0,"icon-name":"chevron-small-left"})),t("span",{class:"gux-header-month-and-year"},g(this.getFocusedValue(),this.locale)),t("button",{type:"button",class:"gux-right","aria-label":this.i18n("nextMonth",{localizedNextMonthAndYear:g(this.changeMonth(1),this.locale)}),onClick:()=>this.setNewFocusedMonth(1)},t("gux-icon",{decorative:!0,"icon-name":"chevron-small-right"})))}renderContent(){return t("div",null,t("div",{class:"gux-week-days"},function(e,t){const a=[],n=new Date(1970,0,4);for(let t=0;t<7;t++){const t=n.toLocaleString(e,{weekday:"narrow"});a.push(t),n.setDate(n.getDate()+1)}return(r=a).concat(r.splice(0,t%r.length));var r}(this.locale,this.startDayOfWeek).map((e=>t("div",{class:"gux-week-day"},e)))),t("div",{class:"gux-content"},this.getMonthDays().map((e=>t("div",{class:"gux-content-week"},e.dates.map((e=>t("div",{"data-date":e.date.getTime(),onClick:()=>this.onDateClick(e.date),role:"button","aria-current":e.selected?"true":"false",tabindex:e.selected||e.focused?"0":"-1",onKeyDown:e=>{this.onKeyDown(e)},"aria-disabled":e.disabled?"true":"false",class:{"gux-content-date":!0,"gux-disabled":e.disabled,"gux-current-month":e.inCurrentMonth,"gux-selected":e.selected,"gux-current-date":e.isCurrentDate}},t("span",{class:"gux-non-sr","aria-hidden":"true"},e.date.getDate()),t("span",{class:"gux-sr-only"},t("gux-date-beta",{datetime:e.date.toISOString(),format:"long"}))))))))))}render(){return t("div",{key:"de2977064f8c296d981085ff71ab4b534a490a90",class:"gux-calendar-beta"},t("slot",{key:"236304c36e0d8995a167e6d437f0326b9d860a4c"}),this.renderHeader(),this.renderContent())}get root(){return a(this)}};x.style=".gux-calendar-beta{box-sizing:border-box;display:inline-flex;flex-direction:column;font-family:var(--gse-ui-calendarMenu-month-defaultText-fontFamily);font-size:var(--gse-ui-calendarMenu-month-defaultText-fontSize);background:var(--gse-ui-calendarMenu-date-selected-foregroundColor);border-radius:var(--gse-ui-calendarMenu-single-body-borderRadius);box-shadow:rgba(34, 37, 41, 0.24) 0 2px 4px}.gux-calendar-beta .gux-header{display:flex;align-items:center;justify-content:space-between;height:var(--gse-ui-calendarMenu-month-single-header-height);padding:var(--gse-ui-calendarMenu-header-padding);font-style:normal;font-weight:var(--gse-ui-calendarMenu-month-currentText-fontWeight);color:var(--gse-ui-calendarMenu-header-foregroundColor);text-align:center;background-color:var(--gse-ui-calendarMenu-header-backgroundColor);border-radius:var(--gse-ui-calendarMenu-single-header-borderRadius)}.gux-calendar-beta .gux-header .gux-header-month-and-year{width:var(--gse-ui-calendarMenu-month-single-header-textWidth);font-family:var(--gse-ui-calendarMenu-month-headerText-fontFamily);font-size:var(--gse-ui-calendarMenu-month-headerText-fontSize);line-height:var(--gse-ui-calendarMenu-month-headerText-lineHeight);color:var(--gse-ui-calendarMenu-month-selected-foregroundColor)}.gux-calendar-beta .gux-header .gux-left,.gux-calendar-beta .gux-header .gux-right{color:var(--gse-ui-calendarMenu-month-monthHeader-foregroundColor);cursor:pointer;background:none;border:none;outline:none}.gux-calendar-beta .gux-header .gux-left:focus-visible,.gux-calendar-beta .gux-header .gux-right:focus-visible{outline:2px solid #aac9ff;outline-offset:1px}.gux-calendar-beta .gux-header .gux-left gux-icon,.gux-calendar-beta .gux-header .gux-right gux-icon{width:16px;height:16px}.gux-calendar-beta .gux-week-days{padding-top:24px;padding-right:24px;padding-left:24px;font-family:var(--gse-ui-calendarMenu-day-headerText-fontFamily);font-size:var(--gse-ui-calendarMenu-day-headerText-fontSize);font-weight:var(--gse-ui-calendarMenu-day-headerText-fontWeight);color:var(--gse-ui-calendarMenu-day-dayHeader-foregroundColor);text-align:center}.gux-calendar-beta .gux-week-days .gux-week-day{display:inline-block;width:var(--gse-ui-calendarMenu-day-date-size);height:16px;font-weight:var(--gse-ui-calendarMenu-day-header-fontWeight)}.gux-calendar-beta .gux-content{padding:var(--gse-ui-calendarMenu-dateBody-padding);color:var(--gse-core-color-cornflower-900);background-color:var(--gse-ui-calendarMenu-backgroundColor);border-radius:var(--gse-ui-calendarMenu-single-body-borderRadius)}.gux-calendar-beta .gux-content-week .gux-content-date{display:inline-block;width:var(--gse-ui-calendarMenu-day-date-size);height:var(--gse-ui-calendarMenu-day-input-height);font-family:var(--gse-ui-calendarMenu-date-currentText-fontFamily);font-size:var(--gse-ui-calendarMenu-date-defaultText-fontSize);font-style:normal;font-weight:var(--gse-ui-calendarMenu-date-defaultText-fontWeight);line-height:32px;color:var(--gse-core-color-cornflower-600);text-align:center;vertical-align:middle;border:none;outline:none;opacity:var(--gse-ui-calendarMenu-disabled-opacity)}.gux-calendar-beta .gux-content-week .gux-content-date.gux-current-month{color:var(--gse-ui-calendarMenu-month-default-foregroundColor);opacity:1}.gux-calendar-beta .gux-content-week .gux-content-date.gux-hidden{display:none}.gux-calendar-beta .gux-content-week .gux-content-date.gux-disabled{pointer-events:none}.gux-calendar-beta .gux-content-week .gux-content-date.gux-selected{color:var(--gse-ui-calendarMenu-date-selected-foregroundColor);background-color:var(--gse-ui-calendarMenu-date-selected-backgroundColor);border:none;border-radius:var(--gse-ui-calendarMenu-month-borderRadius);outline:none}.gux-calendar-beta .gux-content-week .gux-content-date.gux-selected:hover{background-color:var(--gse-ui-calendarMenu-date-selected-hoverBackgroundColor)}.gux-calendar-beta .gux-content-week .gux-content-date:hover{cursor:pointer;background-color:var(--gse-ui-calendarMenu-date-hover-backgroundColor);border-radius:var(--gse-ui-calendarMenu-month-borderRadius)}.gux-calendar-beta .gux-content-week .gux-content-date:focus-visible{border-radius:var(--gse-ui-calendarMenu-month-focusBorderRadius);outline:var(--gse-semantic-focusRing-default-border-width) solid var(--gse-semantic-focusRing-default-border-color)}.gux-calendar-beta .gux-content-week .gux-content-date .gux-sr-only:not(:focus):not(:active){position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.gux-calendar-beta .gux-content-week .gux-content-date.gux-current-date{font-family:var(--gse-ui-calendarMenu-month-currentText-fontFamily);font-size:var(--gse-ui-calendarMenu-date-currentText-fontSize);font-weight:var(--gse-ui-calendarMenu-date-currentText-fontWeight)}";export{x as gux_calendar_beta}
@@ -0,0 +1 @@
1
+ import{r as t,h as i,g as e}from"./p-2e827df1.js";import{b as a}from"./p-0367930a.js";import{t as o}from"./p-8421ec05.js";import"./p-4202e9f2.js";const n={navigationName:"Skip links navigation"},s=class{constructor(i){t(this,i)}async componentWillLoad(){o(this.root),this.i18n=await a(this.root,n)}render(){return i("div",{key:"9780c57e4f6d0cf5489fdff698efecca6abcafec",class:"gux-container"},i("nav",{key:"0586fb6148c7670c1eda0b50074e4c7b0b464e88","aria-label":this.i18n("navigationName")},i("ul",{key:"436188729818b4c0c56932c136f4a5cfd49a7ab4",role:"list"},i("slot",{key:"6f3b6465899289f50b458a93903ac68dfc8f147b"}))))}static get delegatesFocus(){return!0}get root(){return e(this)}};s.style=":host{position:absolute;top:auto;left:-10000px;width:1px;height:1px;overflow:hidden}:host(:focus-within){position:inherit;top:inherit;left:inherit;width:inherit;height:inherit;overflow:inherit;position:absolute;inset:0}.gux-container nav{width:fit-content;margin:40px auto}.gux-container nav ul{padding:0;margin:0}";export{s as gux_skip_navigation_list}
@@ -0,0 +1 @@
1
+ import{r as e,h as t,g as r}from"./p-2e827df1.js";import{b as a,g as n}from"./p-0367930a.js";import{r as s,a as i}from"./p-faf62b32.js";import{s as o}from"./p-2c25e2f2.js";import{b as h}from"./p-cf0e7d3b.js";import{g as u,b as c,a as d}from"./p-67d92675.js";import"./p-4202e9f2.js";const g={changeYear:"Current year is {currentYear}, Click to change year to {changeYear}"},l=class{constructor(t){e(this,t),this.value=void 0,this.min=void 0,this.max=void 0,this.year=void 0,this.locale=void 0}onValueUpdate(e){const{year:t}=u(e);this.year=t}async guxFocus(e){e=e||c();const{year:t}=u(e);this.year=t,h((()=>{const t=this.root.shadowRoot.querySelector(`gux-month-list-item[value="${e}"]`);t&&t.focus()}))}async componentWillLoad(){this.i18n=await a(this.root,g),this.locale=s()?i(this.root):n(this.root),this.year=this.value?u(this.value).year:u(c()).year}updateValue(e){this.value=e,o(this.root,"input"),o(this.root,"change")}isOutOfBounds(e){return this.max&&this.max<e||this.min&&this.min>e}onMonthClick(e){this.isOutOfBounds(e)||this.updateValue(e)}isCurrentMonth(e){return u(c()).year==this.year&&u(c()).month==e}getMonthAriaLabel(e){const{year:t,month:r}=u(e);return new Date(Number(t),Number(r)-1).toLocaleDateString(this.locale,{year:"numeric",month:"long"})}getYearLabel(e){return new Date(Number(e),5).toLocaleDateString(this.locale,{year:"numeric"})}isSelectedMonth(e){return e===this.value}isAriaSelectedMonth(e){return!!this.isSelectedMonth(e)&&"true"}changeYear(e){this.year=(parseInt(this.year)+e).toString()}isPreviousYearLessThanMinYear(e,t){return(parseInt(e)-1).toString()<(t&&u(t).year)}isNextYearGreaterThanMaxYear(e,t){return(parseInt(e)+1).toString()>(t&&u(t).year)}getMonthShortName(e,t){return new Date(Number(e),Number(t)-1).toLocaleDateString(this.locale,{month:"short"})}doFocusTrap(){this.previousYearElement.disabled||this.previousYearElement.focus(),this.nextYearElement.disabled||this.nextYearElement.focus(),this.monthListElement.focus()}renderHeader(){return t("div",{class:"gux-year-header"},t("button",{type:"button",class:"gux-year-change",onClick:()=>this.changeYear(-1),disabled:this.isPreviousYearLessThanMinYear(this.year,this.min),ref:e=>this.previousYearElement=e},t("gux-icon",{"icon-name":"chevron-small-left","screenreader-text":this.i18n("changeYear",{currentYear:parseInt(this.year),changeYear:parseInt(this.year)-1})})),t("div",null,this.getYearLabel(this.year)),t("button",{type:"button",class:"gux-year-change",onClick:()=>this.changeYear(1),disabled:this.isNextYearGreaterThanMaxYear(this.year,this.max),ref:e=>this.nextYearElement=e},t("gux-icon",{"icon-name":"chevron-small-right","screenreader-text":this.i18n("changeYear",{currentYear:parseInt(this.year),changeYear:parseInt(this.year)+1})})))}renderMonths(){const e=Array.from(new Array(12),((e,t)=>String(t+1).padStart(2,"0"))).map((e=>{const r=d(this.year,e);return t("gux-month-list-item",{class:{"gux-current-month":this.isCurrentMonth(e)},value:r,selected:this.isSelectedMonth(r),"aria-selected":this.isAriaSelectedMonth(r),"aria-label":this.getMonthAriaLabel(r),onClick:()=>this.onMonthClick(r),disabled:this.isOutOfBounds(r)},this.getMonthShortName(this.year,e))}));return t("gux-month-list",{tabIndex:1,ref:e=>this.monthListElement=e},e)}renderTrapFocusEl(){return t("span",{onFocus:()=>this.doFocusTrap(),tabindex:"0"})}render(){return t("div",{key:"4414615232e5f4e6e82a2d34d6713f586d3dcf9f",class:"gux-month-calendar"},this.renderHeader(),this.renderMonths(),this.renderTrapFocusEl())}static get delegatesFocus(){return!0}get root(){return r(this)}static get watchers(){return{value:["onValueUpdate"]}}};l.style=".gux-month-calendar{flex-wrap:wrap;width:var(--gse-ui-calendarMenu-width);box-shadow:var(--gse-ui-calendarMenu-boxShadow-x) var(--gse-ui-calendarMenu-boxShadow-y) var(--gse-ui-calendarMenu-boxShadow-blur) var(--gse-ui-calendarMenu-boxShadow-spread) var(--gse-ui-calendarMenu-boxShadow-color)}.gux-month-calendar .gux-current-month{font-family:var(--gse-ui-calendarMenu-month-currentText-fontFamily);font-size:var(--gse-ui-calendarMenu-month-currentText-fontSize);font-weight:var(--gse-ui-calendarMenu-month-currentText-fontWeight);line-height:var(--gse-ui-calendarMenu-month-currentText-lineHeight);color:var(--gse-ui-calendarMenu-month-default-foregroundColor)}.gux-month-calendar .gux-year-header{position:relative;display:flex;align-items:center;justify-content:space-between;height:var(--gse-ui-calendarMenu-month-single-header-height);padding:var(--gse-ui-calendarMenu-header-padding);font-family:var(--gse-ui-calendarMenu-day-headerText-fontFamily);font-size:var(--gse-ui-calendarMenu-day-headerText-fontSize);font-weight:var(--gse-ui-calendarMenu-day-headerText-fontWeight);line-height:var(--gse-ui-calendarMenu-day-headerText-lineHeight);color:var(--gse-ui-calendarMenu-header-foregroundColor);background-color:var(--gse-ui-calendarMenu-header-backgroundColor);border-radius:var(--gse-ui-calendarMenu-single-header-borderRadius)}.gux-month-calendar .gux-year-header button{padding:var(--gse-ui-calendarMenu-header-arrow-padding);color:inherit;cursor:pointer;background:none;border:none;outline:none}.gux-month-calendar .gux-year-header button:focus-visible{border-radius:calc(var(--gse-semantic-focusRing-cornerRadius) - var(--gse-semantic-focusRing-offset));outline:var(--gse-semantic-focusRing-width) var(--gse-semantic-focusRing-default-border-style) var(--gse-semantic-color-focus);outline-offset:var(--gse-semantic-focusRing-offset)}.gux-month-calendar .gux-year-header button.gux-year-change:disabled{cursor:default;opacity:var(--gse-ui-calendarMenu-disabled-opacity)}.gux-month-calendar .gux-year-header button gux-icon{width:var(--gse-ui-icon-size-sm);height:var(--gse-ui-icon-size-sm);pointer-events:none}";export{l as gux_month_calendar}
@@ -0,0 +1 @@
1
+ import{r as t,h as e,H as o,g as s}from"./p-2e827df1.js";import{r as i}from"./p-0934300e.js";import{t as a}from"./p-8421ec05.js";import{b as r}from"./p-0367930a.js";import{O as c}from"./p-2d1bdeab.js";import{b as n}from"./p-cf0e7d3b.js";import{w as u}from"./p-e97879b4.js";import"./p-4202e9f2.js";const d={contextMenuScreenreaderText:"Context menu"};const b=class{constructor(e){t(this,e),this.buttonId=i(),this.compact=!1,this.disabled=!1,this.screenreaderText="",this.isOpen=!1}onClickOutside(){this.isOpen=!1}handleKeyDown(t){const e=t.composedPath().includes(this.listElement),o=t.composedPath().includes(this.button);switch(t.key){case"Escape":e&&(t.preventDefault(),this.isOpen=!1,this.button.focus());break;case"Tab":this.isOpen=!1;break;case"ArrowDown":case"Enter":o&&!this.isOpen&&(t.preventDefault(),this.isOpen=!0,this.focusFirstListItem());break;case"ArrowUp":o&&!this.isOpen&&(t.preventDefault(),this.isOpen=!0,this.focusLastListItem())}}handleKeyup(t){" "===t.key&&t.composedPath().includes(this.button)&&(t.preventDefault(),this.isOpen=!0,this.focusFirstListItem())}focusFirstListItem(){n((()=>{this.listElement.guxFocusFirstItem()}))}focusLastListItem(){n((()=>{this.listElement.guxFocusLastItem()}))}onButtonClick(){this.isOpen=!this.isOpen,this.isOpen&&this.focusFirstListItem()}onListClick(t){u("gux-list-item",t,(()=>{this.isOpen=!1,this.button.focus()}))}async componentWillLoad(){a(this.root),this.i18n=await r(this.root,d)}render(){return e(o,{key:"63f520be2d59958b0f633f2ef84504df511a84e7"},e("gux-popup",{key:"5ba8f4f26320b7bd82414701d84ad5898e257920",expanded:this.isOpen,offset:4,"exceed-target-width":!0},e("div",{key:"5c19a5ce3f72809522b08938a4c18a3b47de2666",slot:"target",class:"gux-button-container"},e("gux-button-slot",{key:"7aa8ab17950d8d8f87ad79f3eb9167e254695b72",accent:"ghost"},e("button",{key:"715fb03a6b9b806cd928df35edccddfcfd6952a2",type:"button",onClick:()=>this.onButtonClick(),id:this.buttonId,class:{"gux-compact":this.compact},ref:t=>this.button=t,"aria-haspopup":"true","aria-expanded":this.isOpen.toString(),disabled:this.disabled},e("gux-icon",{key:"32f6b67396aa255c372e35d2c1f9b28d52893264","icon-name":"menu-kebab-vertical","screenreader-text":this.screenreaderText||this.i18n("contextMenuScreenreaderText")})))),e("div",{key:"46b535b72697c780a4a523c0df012d1cdbc29f5a",slot:"popup",class:"gux-list-container"},e("gux-list",{key:"d99c0a1ea7cd6b6555c616bb266cbe200bb03cea",onClick:t=>this.onListClick(t),ref:t=>this.listElement=t},e("slot",{key:"bf8ca64f67b3e79c173bf8611f081c54d99c3dbb"})))))}static get delegatesFocus(){return!0}get root(){return s(this)}};(function(t,e,o,s){var i,a=arguments.length,r=a<3?e:null===s?s=Object.getOwnPropertyDescriptor(e,o):s;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)r=Reflect.decorate(t,e,o,s);else for(var c=t.length-1;c>=0;c--)(i=t[c])&&(r=(a<3?i(r):a>3?i(e,o,r):i(e,o))||r);a>3&&r&&Object.defineProperty(e,o,r)})([c({triggerEvents:"click"})],b.prototype,"onClickOutside",null),b.style=":host{display:block;max-width:fit-content;white-space:normal}gux-icon{width:var(--gse-ui-icon-size-sm);height:var(--gse-ui-icon-size-sm);color:var(--gse-ui-button-ghost-default-foregroundColor)}button{height:var(--gse-ui-button-default-height);padding:0 8px;border-radius:var(--gse-ui-button-borderRadius)}button.gux-compact{height:var(--gse-ui-contextMenu-button-compact);padding:0 4px}button:hover:enabled{background-color:var(--gse-ui-button-ghost-hover-backgroundColor)}button:hover:enabled gux-icon{color:var(--gse-ui-button-ghost-hover-foregroundColor)}button:active:enabled{background-color:var(--gse-ui-button-ghost-active-backgroundColor)}button:active:enabled gux-icon{color:var(--gse-ui-button-ghost-active-foregroundColor)}button[disabled]{opacity:var(--gse-ui-button-disabled-opacity)}.gux-list-container{width:220px;max-height:330px;margin:0;overflow-y:auto;background:var(--gse-ui-menu-backgroundColor);border-color:var(--gse-ui-menu-border-color);border-style:var(--gse-ui-menu-border-style);border-width:var(--gse-ui-menu-border-width);border-radius:var(--gse-ui-menu-borderRadius);box-shadow:var(--gse-ui-menu-boxShadow-x) var(--gse-ui-menu-boxShadow-y) var(--gse-ui-menu-boxShadow-blur) var(--gse-ui-menu-boxShadow-spread) var(--gse-ui-menu-boxShadow-color)}";export{b as gux_context_menu}