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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2110) hide show
  1. package/README.md +16 -21
  2. package/dist/cjs/find-element-by-id-9c3e0b1b.js +26 -0
  3. package/dist/cjs/floating-ui.dom.esm-cae393e0.js +1551 -0
  4. package/dist/cjs/genesys-webcomponents.cjs.js +3 -6
  5. package/dist/cjs/get-slot-text-content-c4306c7a.js +8 -0
  6. package/dist/cjs/get-valid-timezone-6bacb49d.js +520 -0
  7. package/dist/cjs/gux-accordion-section.cjs.entry.js +8 -13
  8. package/dist/cjs/gux-accordion.cjs.entry.js +2 -2
  9. package/dist/cjs/gux-action-button.cjs.entry.js +14 -17
  10. package/dist/cjs/gux-action-toast-legacy.cjs.entry.js +3 -3
  11. package/dist/cjs/gux-advanced-dropdown-legacy.cjs.entry.js +218 -0
  12. package/dist/cjs/gux-all-row-select.cjs.entry.js +9 -10
  13. package/dist/cjs/gux-announce-beta.cjs.entry.js +3 -3
  14. package/dist/cjs/gux-badge.cjs.entry.js +69 -0
  15. package/dist/cjs/gux-blank-state.cjs.entry.js +49 -0
  16. package/dist/cjs/gux-breadcrumb-item.cjs.entry.js +3 -3
  17. package/dist/cjs/gux-breadcrumbs.cjs.entry.js +5 -5
  18. package/dist/cjs/gux-button-multi.cjs.entry.js +7 -8
  19. package/dist/cjs/gux-button-slot.cjs.entry.js +46 -0
  20. package/dist/cjs/gux-button.cjs.entry.js +34 -19
  21. package/dist/cjs/gux-calendar-beta.cjs.entry.js +18 -12
  22. package/dist/cjs/gux-calendar.cjs.entry.js +24 -11
  23. package/dist/cjs/gux-card.cjs.entry.js +2 -2
  24. package/dist/cjs/gux-column-manager-item.cjs.entry.js +8 -9
  25. package/dist/cjs/gux-column-manager.cjs.entry.js +126 -0
  26. package/dist/cjs/gux-column-manager.service-7f1cc862.js +93 -0
  27. package/dist/cjs/gux-content-search.cjs.entry.js +16 -13
  28. package/dist/cjs/gux-context-menu.cjs.entry.js +134 -0
  29. package/dist/cjs/gux-copy-to-clipboard.cjs.entry.js +7 -7
  30. package/dist/cjs/gux-create-option.cjs.entry.js +5 -5
  31. package/dist/cjs/gux-date-beta.cjs.entry.js +10 -7
  32. package/dist/cjs/gux-date-time-beta.cjs.entry.js +10 -7
  33. package/dist/cjs/gux-datepicker.cjs.entry.js +10 -10
  34. package/dist/cjs/gux-disclosure-button-legacy.cjs.entry.js +64 -0
  35. package/dist/cjs/gux-dismiss-button.cjs.entry.js +6 -6
  36. package/dist/cjs/gux-dropdown-multi-tag.cjs.entry.js +4 -4
  37. package/dist/cjs/gux-dropdown-multi.cjs.entry.js +412 -0
  38. package/dist/cjs/gux-dropdown-option.cjs.entry.js +2 -2
  39. package/dist/cjs/gux-dropdown_3.cjs.entry.js +31 -35
  40. package/dist/cjs/gux-flag-icon-beta.cjs.entry.js +29 -0
  41. package/dist/cjs/gux-flyout-menu.cjs.entry.js +182 -0
  42. package/dist/cjs/gux-form-field-checkbox.cjs.entry.js +17 -13
  43. package/dist/cjs/gux-form-field-color.cjs.entry.js +13 -13
  44. package/dist/cjs/gux-form-field-container-987b5820.js +21 -0
  45. package/dist/cjs/gux-form-field-dropdown.cjs.entry.js +19 -17
  46. package/dist/cjs/gux-form-field-fieldset-container-e43868e8.js +24 -0
  47. package/dist/cjs/gux-form-field-input-clear-button.cjs.entry.js +5 -5
  48. package/dist/cjs/gux-form-field-number_3.cjs.entry.js +28 -28
  49. package/dist/cjs/gux-form-field-phone.cjs.entry.js +16 -14
  50. package/dist/cjs/gux-form-field-radio.cjs.entry.js +12 -12
  51. package/dist/cjs/gux-form-field-range.cjs.entry.js +13 -13
  52. package/dist/cjs/gux-form-field-search.cjs.entry.js +13 -13
  53. package/dist/cjs/gux-form-field-select.cjs.entry.js +13 -13
  54. package/dist/cjs/gux-form-field-text-like.cjs.entry.js +13 -13
  55. package/dist/cjs/gux-form-field-textarea.cjs.entry.js +13 -13
  56. package/dist/cjs/gux-form-field-time-picker.cjs.entry.js +18 -16
  57. package/dist/cjs/gux-form-field-time-zone-picker.cjs.entry.js +119 -0
  58. package/dist/cjs/gux-form-field.service-d9598ea6.js +151 -0
  59. package/dist/cjs/gux-icon.cjs.entry.js +8 -9
  60. package/dist/cjs/gux-inline-alert.cjs.entry.js +5 -5
  61. package/dist/cjs/gux-list-divider.cjs.entry.js +2 -2
  62. package/dist/cjs/gux-list-item.cjs.entry.js +3 -3
  63. package/dist/cjs/gux-list.cjs.entry.js +5 -5
  64. package/dist/cjs/gux-listbox-multi.cjs.entry.js +20 -17
  65. package/dist/cjs/gux-listbox.service-9bcd72cb.js +168 -0
  66. package/dist/cjs/gux-loading-message.cjs.entry.js +24 -0
  67. package/dist/cjs/gux-menu-option.cjs.entry.js +10 -3
  68. package/dist/cjs/gux-menu.cjs.entry.js +3 -3
  69. package/dist/cjs/gux-modal-legacy.cjs.entry.js +85 -0
  70. package/dist/cjs/gux-modal.cjs.entry.js +44 -50
  71. package/dist/cjs/gux-month-calendar.cjs.entry.js +13 -9
  72. package/dist/cjs/gux-month-list_2.cjs.entry.js +5 -5
  73. package/dist/cjs/gux-month-picker-beta.cjs.entry.js +12 -18
  74. package/dist/cjs/gux-notification-toast-legacy.cjs.entry.js +3 -3
  75. package/dist/cjs/gux-option-icon.cjs.entry.js +3 -3
  76. package/dist/cjs/gux-option-multi.cjs.entry.js +12 -14
  77. package/dist/cjs/gux-page-loading-spinner.cjs.entry.js +2 -2
  78. package/dist/cjs/gux-pagination-buttons-legacy_3.cjs.entry.js +277 -0
  79. package/dist/cjs/gux-pagination-buttons_2.cjs.entry.js +255 -0
  80. package/dist/cjs/gux-pagination-cursor.cjs.entry.js +8 -8
  81. package/dist/cjs/gux-pagination-items-per-page.cjs.entry.js +46 -0
  82. package/dist/cjs/gux-pagination-legacy.cjs.entry.js +76 -0
  83. package/dist/cjs/gux-pagination.cjs.entry.js +51 -26
  84. package/dist/cjs/gux-phone-input-beta.cjs.entry.js +664 -596
  85. package/dist/cjs/gux-popover-list.cjs.entry.js +78 -56
  86. package/dist/cjs/gux-popup.cjs.entry.js +30 -16
  87. package/dist/cjs/gux-radial-loading.cjs.entry.js +25 -6
  88. package/dist/cjs/gux-radial-progress.cjs.entry.js +13 -27
  89. package/dist/cjs/gux-rating.cjs.entry.js +22 -12
  90. package/dist/cjs/gux-row-select.cjs.entry.js +8 -10
  91. package/dist/cjs/gux-screen-reader-beta.cjs.entry.js +2 -2
  92. package/dist/cjs/gux-segmented-control-beta.cjs.entry.js +44 -0
  93. package/dist/cjs/gux-segmented-control-item.cjs.entry.js +70 -0
  94. package/dist/cjs/gux-simple-toast-legacy.cjs.entry.js +3 -3
  95. package/dist/cjs/gux-skip-navigation-item.cjs.entry.js +1 -1
  96. package/dist/cjs/gux-skip-navigation-list.cjs.entry.js +33 -0
  97. package/dist/cjs/gux-sort-control.cjs.entry.js +10 -10
  98. package/dist/cjs/gux-submenu.cjs.entry.js +56 -51
  99. package/dist/cjs/gux-switch-item.cjs.entry.js +2 -2
  100. package/dist/cjs/gux-switch-legacy.cjs.entry.js +45 -0
  101. package/dist/cjs/gux-tab-advanced-list.cjs.entry.js +30 -25
  102. package/dist/cjs/gux-tab-advanced-panel.cjs.entry.js +3 -3
  103. package/dist/cjs/gux-tab-advanced.cjs.entry.js +42 -26
  104. package/dist/cjs/gux-tab-list.cjs.entry.js +6 -6
  105. package/dist/cjs/gux-tab-panel.cjs.entry.js +3 -3
  106. package/dist/cjs/gux-tab.cjs.entry.js +2 -2
  107. package/dist/cjs/gux-table-select-menu.cjs.entry.js +9 -9
  108. package/dist/cjs/gux-table-toolbar-action.cjs.entry.js +5 -5
  109. package/dist/cjs/gux-table-toolbar-custom-action.cjs.entry.js +10 -4
  110. package/dist/cjs/gux-table-toolbar-menu-button.cjs.entry.js +14 -8
  111. package/dist/cjs/gux-table-toolbar.cjs.entry.js +214 -0
  112. package/dist/cjs/gux-table.cjs.entry.js +286 -0
  113. package/dist/cjs/gux-tabs-advanced.cjs.entry.js +3 -6
  114. package/dist/cjs/gux-tabs.cjs.entry.js +4 -4
  115. package/dist/cjs/gux-tag.cjs.entry.js +79 -0
  116. package/dist/cjs/gux-text-highlight.cjs.entry.js +10 -9
  117. package/dist/cjs/gux-time-beta.cjs.entry.js +10 -7
  118. package/dist/cjs/gux-time-picker.cjs.entry.js +393 -0
  119. package/dist/cjs/gux-time-zone-picker-beta.cjs.entry.js +7818 -0
  120. package/dist/cjs/gux-toast.cjs.entry.js +5 -5
  121. package/dist/cjs/gux-toggle-slider.cjs.entry.js +6 -4
  122. package/dist/cjs/gux-toggle.cjs.entry.js +7 -11
  123. package/dist/cjs/gux-tooltip-title.cjs.entry.js +13 -5
  124. package/dist/cjs/gux-tooltip.cjs.entry.js +49 -28
  125. package/dist/cjs/gux-truncate.cjs.entry.js +3 -3
  126. package/dist/cjs/index-75c9f0d9.js +2806 -0
  127. package/dist/cjs/index-dee802be.js +4147 -0
  128. package/dist/cjs/loader.cjs.js +3 -12
  129. package/dist/cjs/on-attribute-change-9b2d8c85.js +27 -0
  130. package/dist/cjs/on-click-outside-3c0f8816.js +77 -0
  131. package/dist/cjs/on-mutation-ec5d23bd.js +36 -0
  132. package/dist/cjs/on-resize-a136fc7f.js +36 -0
  133. package/dist/cjs/usage-bfcc4d96.js +227 -0
  134. package/dist/collection/collection-manifest.json +124 -124
  135. package/dist/collection/components/beta/gux-announce/gux-announce.css +1 -1
  136. package/dist/collection/components/beta/gux-announce/gux-announce.js +8 -6
  137. package/dist/collection/components/beta/gux-announce/tests/gux-announce.e2e.js +18 -0
  138. package/dist/collection/components/beta/gux-announce/tests/gux-announce.spec.js +19 -0
  139. package/dist/collection/components/beta/gux-calendar-beta/components/single/gux-calendar.css +14 -15
  140. package/dist/collection/components/beta/gux-calendar-beta/components/single/gux-calendar.js +18 -12
  141. package/dist/collection/components/beta/gux-calendar-beta/services/calendar.service.js +1 -1
  142. package/dist/collection/components/beta/gux-calendar-beta/tests/gux-calendar.e2e.js +202 -0
  143. package/dist/collection/components/beta/gux-calendar-beta/tests/gux-calendar.spec.js +19 -0
  144. package/dist/collection/components/beta/gux-date/gux-date.js +34 -6
  145. package/dist/collection/components/beta/gux-date/tests/gux-date.e2e.js +30 -0
  146. package/dist/collection/components/beta/gux-date/tests/gux-date.spec.js +30 -0
  147. package/dist/collection/components/beta/gux-date-time/gux-date-time.js +34 -6
  148. package/dist/collection/components/beta/gux-date-time/tests/gux-date-time.e2e.js +30 -0
  149. package/dist/collection/components/beta/gux-date-time/tests/gux-date-time.spec.js +30 -0
  150. package/dist/collection/components/beta/gux-flag-icon/gux-flag-icon.css +1729 -0
  151. package/dist/collection/components/beta/gux-flag-icon/gux-flag-icon.js +67 -0
  152. package/dist/collection/components/beta/gux-flag-icon/sprite-utils/sprites.generated.js +1 -0
  153. package/dist/collection/components/beta/gux-flag-icon/tests/gux-flag-icon.e2e.js +268 -0
  154. package/dist/collection/components/beta/gux-flag-icon/tests/gux-flag-icon.spec.js +267 -0
  155. package/dist/collection/components/beta/gux-month-picker/gux-month-calendar/gux-month-calendar.css +28 -58
  156. package/dist/collection/components/beta/gux-month-picker/gux-month-calendar/gux-month-calendar.js +25 -15
  157. package/dist/collection/components/beta/gux-month-picker/gux-month-calendar/gux-month-list/gux-month-list-item/gux-month-list-item.css +18 -28
  158. package/dist/collection/components/beta/gux-month-picker/gux-month-calendar/gux-month-list/gux-month-list-item/gux-month-list-item.js +5 -4
  159. package/dist/collection/components/beta/gux-month-picker/gux-month-calendar/gux-month-list/gux-month-list.css +5 -4
  160. package/dist/collection/components/beta/gux-month-picker/gux-month-calendar/gux-month-list/gux-month-list.js +5 -4
  161. package/dist/collection/components/beta/gux-month-picker/gux-month-picker.css +33 -30
  162. package/dist/collection/components/beta/gux-month-picker/gux-month-picker.js +18 -21
  163. package/dist/collection/components/beta/gux-month-picker/tests/gux-month-picker.e2e.js +18 -0
  164. package/dist/collection/components/beta/gux-month-picker/tests/gux-month-picker.spec.js +27 -0
  165. package/dist/collection/components/beta/gux-phone-input/gux-phone-input.css +26 -21
  166. package/dist/collection/components/beta/gux-phone-input/gux-phone-input.js +347 -152
  167. package/dist/collection/components/beta/gux-phone-input/services/RegionCountryCodeMap.js +0 -249
  168. package/dist/collection/components/beta/gux-phone-input/services/region-map.service.js +6 -4
  169. package/dist/collection/components/beta/gux-phone-input/tests/gux-phone-input.e2e.js +106 -0
  170. package/dist/collection/components/beta/gux-screen-reader/gux-screen-reader.css +1 -1
  171. package/dist/collection/components/beta/gux-screen-reader/gux-screen-reader.js +3 -3
  172. package/dist/collection/components/beta/gux-screen-reader/tests/gux-screen-reader.e2e.js +16 -0
  173. package/dist/collection/components/beta/gux-screen-reader/tests/gux-screen-reader.spec.js +17 -0
  174. package/dist/collection/components/beta/gux-segmented-control/gux-segmented-control-item/gux-segmented-control-item.css +76 -0
  175. package/dist/collection/components/beta/gux-segmented-control/gux-segmented-control-item/gux-segmented-control-item.js +164 -0
  176. package/dist/collection/components/beta/gux-segmented-control/gux-segmented-control.css +3 -0
  177. package/dist/collection/components/beta/gux-segmented-control/gux-segmented-control.js +83 -0
  178. package/dist/collection/components/beta/gux-segmented-control/tests/gux-segmented-control.e2e.js +108 -0
  179. package/dist/collection/components/beta/gux-segmented-control/tests/gux-segmented-control.spec.js +126 -0
  180. package/dist/collection/components/beta/gux-time/gux-time.js +34 -6
  181. package/dist/collection/components/beta/gux-time/tests/gux-time.e2e.js +30 -0
  182. package/dist/collection/components/beta/gux-time/tests/gux-time.spec.js +30 -0
  183. package/dist/collection/components/beta/gux-time-zone-picker/generic-zones.js +438 -0
  184. package/dist/collection/components/beta/gux-time-zone-picker/gux-time-zone-picker.css +18 -0
  185. package/dist/collection/components/beta/gux-time-zone-picker/gux-time-zone-picker.js +292 -0
  186. package/dist/collection/components/beta/gux-time-zone-picker/tests/gux-time-zone-picker.e2e.js +53 -0
  187. package/dist/collection/components/beta/gux-time-zone-picker/tests/gux-time-zone-picker.spec.js +15 -0
  188. package/dist/collection/components/legacy/gux-action-toast-legacy/gux-action-toast.css +113 -0
  189. package/dist/collection/components/legacy/gux-action-toast-legacy/gux-action-toast.js +30 -0
  190. package/dist/collection/components/legacy/gux-action-toast-legacy/tests/gux-action-toast.e2e.js +26 -0
  191. package/dist/collection/components/legacy/gux-action-toast-legacy/tests/gux-action-toast.spec.js +28 -0
  192. package/dist/collection/components/legacy/gux-advanced-dropdown-legacy/dropdown-option/gux-dropdown-option.css +38 -0
  193. package/dist/collection/components/legacy/gux-advanced-dropdown-legacy/dropdown-option/gux-dropdown-option.js +250 -0
  194. package/dist/collection/components/legacy/gux-advanced-dropdown-legacy/dropdown-option/tests/gux-dropdown-option.spec.js +47 -0
  195. package/dist/collection/components/legacy/gux-advanced-dropdown-legacy/gux-advanced-dropdown.css +80 -0
  196. package/dist/collection/components/legacy/gux-advanced-dropdown-legacy/gux-advanced-dropdown.js +398 -0
  197. package/dist/collection/components/legacy/gux-advanced-dropdown-legacy/tests/gux-advanced-dropdown.e2e.js +149 -0
  198. package/dist/collection/components/legacy/gux-advanced-dropdown-legacy/tests/gux-advanced-dropdown.spec.js +17 -0
  199. package/dist/collection/components/legacy/gux-disclosure-button-legacy/gux-disclosure-button.css +44 -0
  200. package/dist/collection/components/legacy/gux-disclosure-button-legacy/gux-disclosure-button.js +154 -0
  201. package/dist/collection/components/legacy/gux-disclosure-button-legacy/tests/gux-disclosure-button.e2e.js +80 -0
  202. package/dist/collection/components/legacy/gux-disclosure-button-legacy/tests/gux-disclosure-button.spec.js +82 -0
  203. package/dist/collection/components/legacy/gux-modal-legacy/gux-modal-legacy.css +120 -0
  204. package/dist/collection/components/legacy/gux-modal-legacy/gux-modal-legacy.js +181 -0
  205. package/dist/collection/components/legacy/gux-modal-legacy/tests/gux-modal-legacy.e2e.js +301 -0
  206. package/dist/collection/components/legacy/gux-modal-legacy/tests/gux-modal-legacy.spec.js +200 -0
  207. package/dist/collection/components/legacy/gux-notification-toast-legacy/gux-notification-toast.css +71 -0
  208. package/dist/collection/components/legacy/gux-notification-toast-legacy/gux-notification-toast.js +84 -0
  209. package/dist/collection/components/legacy/gux-notification-toast-legacy/tests/gux-notification-toast.e2e.js +109 -0
  210. package/dist/collection/components/legacy/gux-notification-toast-legacy/tests/gux-notification-toast.spec.js +99 -0
  211. package/dist/collection/components/legacy/gux-pagination-legacy/gux-pagination-buttons-legacy/gux-pagination-button.service.js +91 -0
  212. package/dist/collection/components/legacy/gux-pagination-legacy/gux-pagination-buttons-legacy/gux-pagination-buttons-legacy.css +92 -0
  213. package/dist/collection/components/legacy/gux-pagination-legacy/gux-pagination-buttons-legacy/gux-pagination-buttons.js +168 -0
  214. package/dist/collection/components/legacy/gux-pagination-legacy/gux-pagination-buttons-legacy/tests/gux-pagination-buttons.service.spec.js +138 -0
  215. package/dist/collection/components/legacy/gux-pagination-legacy/gux-pagination-buttons-legacy/tests/gux-pagination-buttons.spec.js +39 -0
  216. package/dist/collection/components/legacy/gux-pagination-legacy/gux-pagination-item-counts-legacy/gux-pagination-item-counts-legacy.css +11 -0
  217. package/dist/collection/components/legacy/gux-pagination-legacy/gux-pagination-item-counts-legacy/gux-pagination-item-counts.js +101 -0
  218. package/dist/collection/components/legacy/gux-pagination-legacy/gux-pagination-item-counts-legacy/tests/gux-pagination-item-counts.spec.js +30 -0
  219. package/dist/collection/components/legacy/gux-pagination-legacy/gux-pagination-items-per-page-legacy/gux-pagination-items-per-page-legacy.css +25 -0
  220. package/dist/collection/components/legacy/gux-pagination-legacy/gux-pagination-items-per-page-legacy/gux-pagination-items-per-page.js +91 -0
  221. package/dist/collection/components/legacy/gux-pagination-legacy/gux-pagination-items-per-page-legacy/tests/gux-pagination-items-per-page.spec.js +33 -0
  222. package/dist/collection/components/legacy/gux-pagination-legacy/gux-pagination-legacy.css +39 -0
  223. package/dist/collection/components/legacy/gux-pagination-legacy/gux-pagination.js +193 -0
  224. package/dist/collection/components/legacy/gux-pagination-legacy/tests/gux-pagination.e2e.js +53 -0
  225. package/dist/collection/components/legacy/gux-pagination-legacy/tests/gux-pagination.spec.js +65 -0
  226. package/dist/collection/components/legacy/gux-simple-toast-legacy/gux-simple-toast.css +50 -0
  227. package/dist/collection/components/legacy/gux-simple-toast-legacy/gux-simple-toast.js +83 -0
  228. package/dist/collection/components/legacy/gux-simple-toast-legacy/tests/gux-simple-toast.e2e.js +103 -0
  229. package/dist/collection/components/legacy/gux-simple-toast-legacy/tests/gux-simple-toast.spec.js +93 -0
  230. package/dist/collection/components/legacy/gux-switch-legacy/gux-switch-item/gux-switch-item.css +77 -0
  231. package/dist/collection/components/legacy/gux-switch-legacy/gux-switch-item/gux-switch-item.js +96 -0
  232. package/dist/collection/components/legacy/gux-switch-legacy/gux-switch.css +4 -0
  233. package/dist/collection/components/legacy/gux-switch-legacy/gux-switch.js +108 -0
  234. package/dist/collection/components/legacy/gux-switch-legacy/tests/gux-switch.e2e.js +87 -0
  235. package/dist/collection/components/legacy/gux-switch-legacy/tests/gux-switch.spec.js +116 -0
  236. package/dist/collection/components/stable/gux-accordion/gux-accordion-section/gux-accordion-section.css +46 -43
  237. package/dist/collection/components/stable/gux-accordion/gux-accordion-section/gux-accordion-section.js +15 -18
  238. package/dist/collection/components/stable/gux-accordion/gux-accordion.css +1 -1
  239. package/dist/collection/components/stable/gux-accordion/gux-accordion.js +3 -3
  240. package/dist/collection/components/stable/gux-accordion/tests/gux-accordion.e2e.js +46 -0
  241. package/dist/collection/components/stable/gux-accordion/tests/gux-accordion.spec.js +52 -0
  242. package/dist/collection/components/stable/gux-action-button/gux-action-button.css +14 -9
  243. package/dist/collection/components/stable/gux-action-button/gux-action-button.js +16 -31
  244. package/dist/collection/components/stable/gux-action-button/tests/gux-action-button.e2e.js +93 -0
  245. package/dist/collection/components/stable/gux-action-button/tests/gux-action-button.spec.js +96 -0
  246. package/dist/collection/components/stable/gux-badge/gux-badge.css +68 -0
  247. package/dist/collection/components/stable/gux-badge/gux-badge.js +106 -0
  248. package/dist/collection/components/stable/gux-badge/tests/gux-badge.e2e.js +38 -0
  249. package/dist/collection/components/stable/gux-badge/tests/gux-badge.spec.js +39 -0
  250. package/dist/collection/components/stable/gux-blank-state/gux-blank-state.css +67 -0
  251. package/dist/collection/components/stable/gux-blank-state/gux-blank-state.js +61 -0
  252. package/dist/collection/components/stable/gux-blank-state/tests/gux-blank-state.e2e.js +19 -0
  253. package/dist/collection/components/stable/gux-blank-state/tests/gux-blank-state.spec.js +22 -0
  254. package/dist/collection/components/stable/gux-breadcrumbs/breadcrumb-item/gux-breadcrumb-item.css +22 -63
  255. package/dist/collection/components/stable/gux-breadcrumbs/breadcrumb-item/gux-breadcrumb-item.js +2 -2
  256. package/dist/collection/components/stable/gux-breadcrumbs/gux-breadcrumbs.css +4 -5
  257. package/dist/collection/components/stable/gux-breadcrumbs/gux-breadcrumbs.js +6 -5
  258. package/dist/collection/components/stable/gux-breadcrumbs/tests/gux-breadcrumbs.e2e.js +48 -0
  259. package/dist/collection/components/stable/gux-breadcrumbs/tests/gux-breadcrumbs.spec.js +91 -0
  260. package/dist/collection/components/stable/gux-button/gux-button.css +20 -15
  261. package/dist/collection/components/stable/gux-button/gux-button.js +42 -20
  262. package/dist/collection/components/stable/gux-button/tests/gux-button.e2e.js +131 -0
  263. package/dist/collection/components/stable/gux-button/tests/gux-button.spec.js +114 -0
  264. package/dist/collection/components/stable/gux-button-multi/gux-button-multi.css +8 -7
  265. package/dist/collection/components/stable/gux-button-multi/gux-button-multi.js +9 -26
  266. package/dist/collection/components/stable/gux-button-multi/tests/gux-button-multi.e2e.js +76 -0
  267. package/dist/collection/components/stable/gux-button-multi/tests/gux-button-multi.spec.js +16 -0
  268. package/dist/collection/components/stable/gux-button-slot/gux-button-slot.css +177 -0
  269. package/dist/collection/components/stable/gux-button-slot/gux-button-slot.js +95 -0
  270. package/dist/collection/components/stable/gux-button-slot/tests/gux-button-slot.e2e.js +206 -0
  271. package/dist/collection/components/stable/gux-button-slot/tests/gux-button-slot.spec.js +258 -0
  272. package/dist/collection/components/stable/gux-calendar/gux-calendar.css +121 -51
  273. package/dist/collection/components/stable/gux-calendar/gux-calendar.js +40 -19
  274. package/dist/collection/components/stable/gux-calendar/gux-calendar.service.js +1 -1
  275. package/dist/collection/components/stable/gux-calendar/tests/gux-calendar.e2e.js +45 -0
  276. package/dist/collection/components/stable/gux-calendar/tests/gux-calendar.methods.spec.js +233 -0
  277. package/dist/collection/components/stable/gux-calendar/tests/gux-calendar.service.spec.js +160 -0
  278. package/dist/collection/components/stable/gux-calendar/tests/gux-calendar.spec.js +31 -0
  279. package/dist/collection/components/stable/gux-card/gux-card.css +0 -19
  280. package/dist/collection/components/stable/gux-card/gux-card.js +4 -3
  281. package/dist/collection/components/stable/gux-card/tests/gux-card.e2e.js +16 -0
  282. package/dist/collection/components/stable/gux-card/tests/gux-card.spec.js +17 -0
  283. package/dist/collection/components/stable/gux-column-manager/gux-column-manager-item/gux-column-manager-item.css +80 -0
  284. package/dist/collection/components/stable/gux-column-manager/gux-column-manager-item/gux-column-manager-item.js +363 -0
  285. package/dist/collection/components/stable/gux-column-manager/gux-column-manager-item/tests/gux-column-manager-item.service.spec.js +35 -0
  286. package/dist/collection/components/stable/gux-column-manager/gux-column-manager.css +29 -0
  287. package/dist/collection/components/stable/gux-column-manager/gux-column-manager.js +176 -0
  288. package/dist/collection/components/stable/gux-column-manager/gux-column-manager.service.js +80 -0
  289. package/dist/collection/components/stable/gux-content-search/gux-content-search.css +78 -79
  290. package/dist/collection/components/stable/gux-content-search/gux-content-search.js +12 -10
  291. package/dist/collection/components/stable/gux-content-search/tests/gux-content-search.e2e.js +547 -0
  292. package/dist/collection/components/stable/gux-content-search/tests/gux-content-search.spec.js +198 -0
  293. package/dist/collection/components/stable/gux-context-menu/gux-context-menu.css +53 -0
  294. package/dist/collection/components/stable/gux-context-menu/gux-context-menu.js +208 -0
  295. package/dist/collection/components/stable/gux-context-menu/tests/gux-context-menu.e2e.js +85 -0
  296. package/dist/collection/components/stable/gux-context-menu/tests/gux-context-menu.spec.js +44 -0
  297. package/dist/collection/components/stable/gux-copy-to-clipboard/gux-copy-to-clipboard.css +5 -21
  298. package/dist/collection/components/stable/gux-copy-to-clipboard/gux-copy-to-clipboard.js +6 -6
  299. package/dist/collection/components/stable/gux-copy-to-clipboard/tests/gux-copy-to-clipboard.e2e.js +23 -0
  300. package/dist/collection/components/stable/gux-copy-to-clipboard/tests/gux-copy-to-clipboard.spec.js +42 -0
  301. package/dist/collection/components/stable/gux-datepicker/gux-datepicker.css +84 -58
  302. package/dist/collection/components/stable/gux-datepicker/gux-datepicker.js +15 -13
  303. package/dist/collection/components/stable/gux-datepicker/tests/gux-datepicker.e2e.js +112 -0
  304. package/dist/collection/components/stable/gux-datepicker/tests/gux-datepicker.service.spec.js +237 -0
  305. package/dist/collection/components/stable/gux-datepicker/tests/gux-datepicker.spec.js +36 -0
  306. package/dist/collection/components/stable/gux-dismiss-button/gux-dismiss-button.css +17 -28
  307. package/dist/collection/components/stable/gux-dismiss-button/gux-dismiss-button.js +8 -7
  308. package/dist/collection/components/stable/gux-dismiss-button/tests/gux-dismiss-button.e2e.js +20 -0
  309. package/dist/collection/components/stable/gux-dismiss-button/tests/gux-dismiss-button.spec.js +22 -0
  310. package/dist/collection/components/stable/gux-dropdown/gux-dropdown.css +67 -52
  311. package/dist/collection/components/stable/gux-dropdown/gux-dropdown.js +22 -38
  312. package/dist/collection/components/stable/gux-dropdown/tests/gux-dropdown.e2e.js +190 -0
  313. package/dist/collection/components/stable/gux-dropdown/tests/gux-dropdown.spec.js +65 -0
  314. package/dist/collection/components/stable/gux-dropdown-multi/gux-dropdown-multi-tag/gux-dropdown-multi-tag.css +48 -0
  315. package/dist/collection/components/stable/gux-dropdown-multi/gux-dropdown-multi-tag/gux-dropdown-multi-tag.js +122 -0
  316. package/dist/collection/components/stable/gux-dropdown-multi/gux-dropdown-multi.css +168 -0
  317. package/dist/collection/components/stable/gux-dropdown-multi/gux-dropdown-multi.js +694 -0
  318. package/dist/collection/components/stable/gux-dropdown-multi/tests/gux-dropdown-multi.e2e.js +277 -0
  319. package/dist/collection/components/stable/gux-dropdown-multi/tests/gux-dropdown-multi.spec.js +24 -0
  320. package/dist/collection/components/stable/gux-flyout-menu/gux-flyout-menu.css +33 -0
  321. package/dist/collection/components/stable/gux-flyout-menu/gux-flyout-menu.js +237 -0
  322. package/dist/collection/components/stable/gux-flyout-menu/gux-menu/gux-menu-option/gux-menu-option.css +26 -0
  323. package/dist/collection/components/stable/gux-flyout-menu/gux-menu/gux-menu-option/gux-menu-option.js +82 -0
  324. package/dist/collection/components/stable/gux-flyout-menu/gux-menu/gux-menu.css +9 -0
  325. package/dist/collection/components/stable/gux-flyout-menu/gux-menu/gux-menu.js +21 -0
  326. package/dist/collection/components/stable/gux-flyout-menu/gux-menu/gux-submenu/gux-submenu.css +59 -0
  327. package/dist/collection/components/stable/gux-flyout-menu/gux-menu/gux-submenu/gux-submenu.js +256 -0
  328. package/dist/collection/components/stable/gux-flyout-menu/tests/gux-flyout-menu.e2e.js +71 -0
  329. package/dist/collection/components/stable/gux-flyout-menu/tests/gux-flyout-menu.spec.js +52 -0
  330. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-checkbox/gux-form-field-checkbox.css +114 -57
  331. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-checkbox/gux-form-field-checkbox.js +38 -12
  332. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-checkbox/tests/gux-form-field-checkbox.e2e.js +93 -0
  333. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-checkbox/tests/gux-form-field-checkbox.spec.js +64 -0
  334. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-color/gux-form-field-color.css +69 -57
  335. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-color/gux-form-field-color.js +13 -12
  336. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-color/tests/gux-form-field-color.e2e.js +83 -0
  337. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-color/tests/gux-form-field-color.spec.js +65 -0
  338. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-dropdown/gux-form-field-dropdown.css +48 -34
  339. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-dropdown/gux-form-field-dropdown.js +19 -17
  340. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-dropdown/tests/gux-form-field-dropdown.e2e.js +196 -0
  341. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-dropdown/tests/gux-form-field-dropdown.spec.js +188 -0
  342. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-number/gux-form-field-number.css +62 -59
  343. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-number/gux-form-field-number.js +19 -17
  344. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-number/tests/gux-form-field-number.e2e.js +110 -0
  345. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-number/tests/gux-form-field-number.spec.js +85 -0
  346. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-phone/gux-form-field-phone.css +37 -26
  347. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-phone/gux-form-field-phone.js +18 -16
  348. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-radio/gux-form-field-radio.css +115 -45
  349. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-radio/gux-form-field-radio.js +11 -11
  350. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-radio/tests/gux-form-field-radio.e2e.js +114 -0
  351. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-radio/tests/gux-form-field-radio.spec.js +75 -0
  352. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-range/gux-form-field-range.css +97 -64
  353. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-range/gux-form-field-range.js +13 -12
  354. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-search/gux-form-field-search.css +66 -58
  355. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-search/gux-form-field-search.js +15 -13
  356. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-search/tests/gux-form-field-search.e2e.js +83 -0
  357. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-search/tests/gux-form-field-search.spec.js +65 -0
  358. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-select/gux-form-field-select.css +63 -79
  359. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-select/gux-form-field-select.js +13 -12
  360. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-select/tests/gux-form-field-select.e2e.js +95 -0
  361. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-select/tests/gux-form-field-select.spec.js +80 -0
  362. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-text-like/gux-form-field-text-like.css +70 -57
  363. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-text-like/gux-form-field-text-like.js +15 -13
  364. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-text-like/tests/gux-form-field-text-like.e2e.js +171 -0
  365. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-text-like/tests/gux-form-field-text-like.spec.js +125 -0
  366. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-textarea/gux-form-field-textarea.css +60 -59
  367. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-textarea/gux-form-field-textarea.js +15 -13
  368. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-textarea/tests/gux-form-field-textarea.e2e.js +104 -0
  369. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-textarea/tests/gux-form-field-textarea.spec.js +79 -0
  370. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-time-picker/gux-form-field-time-picker.css +45 -32
  371. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-time-picker/gux-form-field-time-picker.js +18 -16
  372. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-time-picker/tests/gux-form-field-time-picker.e2e.js +83 -0
  373. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-time-picker/tests/gux-form-field-time-picker.spec.js +66 -0
  374. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-time-zone-picker/gux-form-field-time-zone-picker.css +107 -0
  375. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-time-zone-picker/gux-form-field-time-zone-picker.js +157 -0
  376. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-time-zone-picker/tests/gux-form-field-time-zone-picker.e2e.js +123 -0
  377. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-time-zone-picker/tests/gux-form-field-time-zone-picker.spec.js +103 -0
  378. package/dist/collection/components/stable/gux-form-field/functional-components/functional-components.js +6 -6
  379. package/dist/collection/components/stable/gux-form-field/functional-components/gux-form-field-container/gux-form-field-container.js +1 -1
  380. package/dist/collection/components/stable/gux-form-field/functional-components/gux-form-field-error/gux-form-field-error.js +1 -1
  381. package/dist/collection/components/stable/gux-form-field/functional-components/gux-form-field-fieldset-container/gux-form-field-fieldset-container.js +1 -1
  382. package/dist/collection/components/stable/gux-form-field/functional-components/gux-form-field-help/gux-form-field-help.js +1 -1
  383. package/dist/collection/components/stable/gux-form-field/functional-components/gux-form-field-label/gux-form-field-label.js +1 -1
  384. package/dist/collection/components/stable/gux-form-field/functional-components/gux-form-field-legend-label/gux-form-field-legend-label.js +10 -7
  385. package/dist/collection/components/stable/gux-form-field/gux-form-field.service.js +4 -4
  386. package/dist/collection/components/stable/gux-form-field/helper-components/gux-form-field-input-clear-button/gux-form-field-input-clear-button.css +13 -17
  387. package/dist/collection/components/stable/gux-form-field/helper-components/gux-form-field-input-clear-button/gux-form-field-input-clear-button.js +5 -5
  388. package/dist/collection/components/stable/gux-form-field/tests/gux-form-field.service.spec.js +19 -0
  389. package/dist/collection/components/stable/gux-icon/gux-icon.css +15 -0
  390. package/dist/collection/components/stable/gux-icon/gux-icon.js +34 -10
  391. package/dist/collection/components/stable/gux-icon/gux-icon.service.js +2 -2
  392. package/dist/collection/components/stable/gux-icon/icons/custom/add-column-after.svg +1 -0
  393. package/dist/collection/components/stable/gux-icon/icons/custom/add-column-before.svg +1 -0
  394. package/dist/collection/components/stable/gux-icon/icons/custom/add-row-after.svg +1 -0
  395. package/dist/collection/components/stable/gux-icon/icons/custom/add-row-before.svg +1 -0
  396. package/dist/collection/components/stable/gux-icon/icons/custom/carousel.svg +1 -0
  397. package/dist/collection/components/stable/gux-icon/icons/custom/co-browse.svg +1 -0
  398. package/dist/collection/components/stable/gux-icon/icons/custom/delete-column.svg +1 -0
  399. package/dist/collection/components/stable/gux-icon/icons/custom/delete-row.svg +1 -0
  400. package/dist/collection/components/stable/gux-icon/icons/custom/delete-table.svg +1 -0
  401. package/dist/collection/components/stable/gux-icon/icons/custom/face-smile-hearts-regular.svg +1 -0
  402. package/dist/collection/components/stable/gux-icon/icons/custom/file-pen-question.svg +1 -0
  403. package/dist/collection/components/stable/gux-icon/icons/custom/filter-notification.svg +1 -0
  404. package/dist/collection/components/stable/gux-icon/icons/custom/font-regular-highlight.svg +1 -0
  405. package/dist/collection/components/stable/gux-icon/icons/custom/gkn-logo.svg +1 -0
  406. package/dist/collection/components/stable/gux-icon/icons/custom/list-alphabetical-regular.svg +1 -0
  407. package/dist/collection/components/stable/gux-icon/icons/custom/list-roman-regular.svg +1 -0
  408. package/dist/collection/components/stable/gux-icon/icons/custom/one-button.svg +1 -0
  409. package/dist/collection/components/stable/gux-icon/icons/custom/person-running.svg +1 -0
  410. package/dist/collection/components/stable/gux-icon/icons/custom/quick-reply.svg +1 -0
  411. package/dist/collection/components/stable/gux-icon/icons/custom/three-button.svg +1 -0
  412. package/dist/collection/components/stable/gux-icon/icons/custom/wrap-text-inline.svg +1 -0
  413. package/dist/collection/components/stable/gux-icon/icons/custom/wrap-text-tight.svg +1 -0
  414. package/dist/collection/components/stable/gux-icon/icons/custom/wrap-text-top-bottom.svg +1 -0
  415. package/dist/collection/components/stable/gux-icon/icons/fa/alarm-clock-regular.svg +1 -0
  416. package/dist/collection/components/stable/gux-icon/icons/fa/alarm-snooze-regular.svg +1 -0
  417. package/dist/collection/components/stable/gux-icon/icons/fa/arrows-to-circle-regular.svg +1 -0
  418. package/dist/collection/components/stable/gux-icon/icons/fa/award-solid.svg +1 -0
  419. package/dist/collection/components/stable/gux-icon/icons/fa/backward-step-regular.svg +1 -0
  420. package/dist/collection/components/stable/gux-icon/icons/fa/bell-on-regular.svg +1 -0
  421. package/dist/collection/components/stable/gux-icon/icons/fa/bell-slash-regular.svg +1 -0
  422. package/dist/collection/components/stable/gux-icon/icons/fa/bookmark-regular.svg +1 -0
  423. package/dist/collection/components/stable/gux-icon/icons/fa/check-solid.svg +1 -0
  424. package/dist/collection/components/stable/gux-icon/icons/fa/circle-plus-solid.svg +1 -0
  425. package/dist/collection/components/stable/gux-icon/icons/fa/comment-dots-regular.svg +1 -0
  426. package/dist/collection/components/stable/gux-icon/icons/fa/diagram-nested-regular.svg +1 -0
  427. package/dist/collection/components/stable/gux-icon/icons/fa/eye-regular.svg +1 -0
  428. package/dist/collection/components/stable/gux-icon/icons/fa/eye-slash-regular.svg +1 -0
  429. package/dist/collection/components/stable/gux-icon/icons/fa/face-frown-regular.svg +1 -0
  430. package/dist/collection/components/stable/gux-icon/icons/fa/face-frown-solid.svg +1 -0
  431. package/dist/collection/components/stable/gux-icon/icons/fa/face-laugh-regular.svg +1 -0
  432. package/dist/collection/components/stable/gux-icon/icons/fa/face-laugh-solid.svg +1 -0
  433. package/dist/collection/components/stable/gux-icon/icons/fa/file-exclamation-regular.svg +1 -0
  434. package/dist/collection/components/stable/gux-icon/icons/fa/file-zip-regular.svg +1 -0
  435. package/dist/collection/components/stable/gux-icon/icons/fa/forward-step-regular.svg +1 -0
  436. package/dist/collection/components/stable/gux-icon/icons/fa/function-regular.svg +1 -0
  437. package/dist/collection/components/stable/gux-icon/icons/fa/google.svg +1 -0
  438. package/dist/collection/components/stable/gux-icon/icons/fa/hand-back-point-right-regular.svg +1 -0
  439. package/dist/collection/components/stable/gux-icon/icons/fa/laptop-slash-regular.svg +1 -0
  440. package/dist/collection/components/stable/gux-icon/icons/fa/list-radio-clean-regular.svg +1 -0
  441. package/dist/collection/components/stable/gux-icon/icons/fa/message-bot-regular.svg +1 -0
  442. package/dist/collection/components/stable/gux-icon/icons/fa/microsoft.svg +1 -0
  443. package/dist/collection/components/stable/gux-icon/icons/fa/pause-regular.svg +1 -0
  444. package/dist/collection/components/stable/gux-icon/icons/fa/pen-slash-regular.svg +1 -0
  445. package/dist/collection/components/stable/gux-icon/icons/fa/play-regular.svg +1 -0
  446. package/dist/collection/components/stable/gux-icon/icons/fa/regular-user-circle-arrow-left.svg +1 -0
  447. package/dist/collection/components/stable/gux-icon/icons/fa/square-dashed-regular.svg +1 -0
  448. package/dist/collection/components/stable/gux-icon/icons/fa/stop-regular.svg +1 -0
  449. package/dist/collection/components/stable/gux-icon/icons/fa/subscript-regular.svg +1 -0
  450. package/dist/collection/components/stable/gux-icon/icons/fa/superscript-regular.svg +1 -0
  451. package/dist/collection/components/stable/gux-icon/icons/fa/table-cells-regular.svg +1 -0
  452. package/dist/collection/components/stable/gux-icon/icons/fa/table-columns-regular.svg +1 -0
  453. package/dist/collection/components/stable/gux-icon/icons/fa/user-group-solid.svg +1 -0
  454. package/dist/collection/components/stable/gux-icon/icons/fa/volume-regular.svg +1 -0
  455. package/dist/collection/components/stable/gux-icon/icons/fa/volume-xmark-regular.svg +1 -0
  456. package/dist/collection/components/stable/gux-icon/icons/fa/wand-magic-sparkles-regular.svg +1 -0
  457. package/dist/collection/components/stable/gux-icon/icons/fa/windows.svg +1 -0
  458. package/dist/collection/components/stable/gux-icon/tests/gux-icon.e2e.js +11 -0
  459. package/dist/collection/components/stable/gux-icon/tests/gux-icon.service.spec.js +22 -0
  460. package/dist/collection/components/stable/gux-icon/tests/gux-icon.spec.js +6 -0
  461. package/dist/collection/components/stable/gux-inline-alert/gux-inline-alert.css +76 -0
  462. package/dist/collection/components/stable/gux-inline-alert/gux-inline-alert.js +77 -0
  463. package/dist/collection/components/stable/gux-inline-alert/tests/gux-inline-alert.e2e.js +18 -0
  464. package/dist/collection/components/stable/gux-inline-alert/tests/gux-inline-alert.spec.js +19 -0
  465. package/dist/collection/components/stable/gux-list/gux-list-divider/gux-list-divider.css +4 -5
  466. package/dist/collection/components/stable/gux-list/gux-list-divider/gux-list-divider.js +2 -2
  467. package/dist/collection/components/stable/gux-list/gux-list-divider/tests/gux-list-divider.spec.js +22 -0
  468. package/dist/collection/components/stable/gux-list/gux-list-item/gux-list-item.css +28 -15
  469. package/dist/collection/components/stable/gux-list/gux-list-item/gux-list-item.js +3 -3
  470. package/dist/collection/components/stable/gux-list/gux-list-item/tests/gux-list-item.spec.js +22 -0
  471. package/dist/collection/components/stable/gux-list/gux-list.css +3 -3
  472. package/dist/collection/components/stable/gux-list/gux-list.js +13 -9
  473. package/dist/collection/components/stable/gux-list/tests/gux-list.e2e.js +20 -0
  474. package/dist/collection/components/stable/gux-list/tests/gux-list.spec.js +23 -0
  475. package/dist/collection/components/stable/gux-listbox/gux-listbox.css +21 -17
  476. package/dist/collection/components/stable/gux-listbox/gux-listbox.js +45 -29
  477. package/dist/collection/components/stable/gux-listbox/gux-listbox.service.js +2 -7
  478. package/dist/collection/components/stable/gux-listbox/options/gux-option/gux-option.css +46 -18
  479. package/dist/collection/components/stable/gux-listbox/options/gux-option/gux-option.js +4 -44
  480. package/dist/collection/components/stable/gux-listbox/options/gux-option-icon/gux-option-icon.css +51 -25
  481. package/dist/collection/components/stable/gux-listbox/options/gux-option-icon/gux-option-icon.js +4 -3
  482. package/dist/collection/components/stable/gux-listbox-multi/gux-create-option/gux-create-option.css +29 -21
  483. package/dist/collection/components/stable/gux-listbox-multi/gux-create-option/gux-create-option.js +8 -6
  484. package/dist/collection/components/stable/gux-listbox-multi/gux-listbox-multi.css +16 -18
  485. package/dist/collection/components/stable/gux-listbox-multi/gux-listbox-multi.js +41 -25
  486. package/dist/collection/components/stable/gux-listbox-multi/gux-option-multi/gux-option-multi.css +53 -31
  487. package/dist/collection/components/stable/gux-listbox-multi/gux-option-multi/gux-option-multi.js +13 -47
  488. package/dist/collection/components/stable/gux-loading-message/gux-loading-message.css +66 -0
  489. package/dist/collection/components/stable/gux-loading-message/gux-loading-message.js +28 -0
  490. package/dist/collection/components/stable/gux-loading-message/tests/gux-loading-message.e2e.js +14 -0
  491. package/dist/collection/components/stable/gux-loading-message/tests/gux-loading-message.spec.js +27 -0
  492. package/dist/collection/components/stable/gux-modal/gux-modal.css +56 -46
  493. package/dist/collection/components/stable/gux-modal/gux-modal.js +91 -87
  494. package/dist/collection/components/stable/gux-modal/tests/gux-modal.e2e.js +285 -0
  495. package/dist/collection/components/stable/gux-modal/tests/gux-modal.spec.js +195 -0
  496. package/dist/collection/components/stable/gux-page-loading-spinner/gux-page-loading-spinner.js +2 -2
  497. package/dist/collection/components/stable/gux-page-loading-spinner/tests/gux-page-loading-spinner.e2e.js +33 -0
  498. package/dist/collection/components/stable/gux-page-loading-spinner/tests/gux-page-loading-spinner.spec.js +12 -0
  499. package/dist/collection/components/stable/gux-pagination/gux-pagination-buttons/gux-pagination-button.service.js +105 -62
  500. package/dist/collection/components/stable/gux-pagination/gux-pagination-buttons/gux-pagination-buttons.css +34 -51
  501. package/dist/collection/components/stable/gux-pagination/gux-pagination-buttons/gux-pagination-buttons.js +39 -45
  502. package/dist/collection/components/stable/gux-pagination/gux-pagination-buttons/gux-pagination-ellipsis-button/gux-pagination-ellipsis-button.css +31 -0
  503. package/dist/collection/components/stable/gux-pagination/gux-pagination-buttons/gux-pagination-ellipsis-button/gux-pagination-ellipsis-button.js +164 -0
  504. package/dist/collection/components/stable/gux-pagination/gux-pagination-buttons/tests/gux-pagination-buttons.service.spec.js +129 -0
  505. package/dist/collection/components/stable/gux-pagination/gux-pagination-buttons/tests/gux-pagination-buttons.spec.js +32 -0
  506. package/dist/collection/components/stable/gux-pagination/gux-pagination-item-counts/gux-pagination-item-counts.css +9 -7
  507. package/dist/collection/components/stable/gux-pagination/gux-pagination-item-counts/gux-pagination-item-counts.js +10 -5
  508. package/dist/collection/components/stable/gux-pagination/gux-pagination-item-counts/tests/gux-pagination-item-counts.spec.js +30 -0
  509. package/dist/collection/components/stable/gux-pagination/gux-pagination-items-per-page/gux-pagination-items-per-page.css +14 -8
  510. package/dist/collection/components/stable/gux-pagination/gux-pagination-items-per-page/gux-pagination-items-per-page.js +7 -6
  511. package/dist/collection/components/stable/gux-pagination/gux-pagination-items-per-page/tests/gux-pagination-items-per-page.spec.js +33 -0
  512. package/dist/collection/components/stable/gux-pagination/gux-pagination.css +16 -11
  513. package/dist/collection/components/stable/gux-pagination/gux-pagination.js +81 -52
  514. package/dist/collection/components/stable/gux-pagination/tests/gux-pagination.e2e.js +97 -0
  515. package/dist/collection/components/stable/gux-pagination/tests/gux-pagination.spec.js +116 -0
  516. package/dist/collection/components/stable/gux-pagination-cursor/gux-pagination-cursor.css +7 -8
  517. package/dist/collection/components/stable/gux-pagination-cursor/gux-pagination-cursor.js +11 -9
  518. package/dist/collection/components/stable/gux-pagination-cursor/tests/gux-pagination-cursor.e2e.js +66 -0
  519. package/dist/collection/components/stable/gux-pagination-cursor/tests/gux-pagination-cursor.spec.js +67 -0
  520. package/dist/collection/components/stable/gux-popover/gux-popover.css +24 -49
  521. package/dist/collection/components/stable/gux-popover/gux-popover.js +101 -75
  522. package/dist/collection/components/stable/gux-popover/tests/gux-popover.e2e.js +60 -0
  523. package/dist/collection/components/stable/gux-popover/tests/gux-popover.spec.js +50 -0
  524. package/dist/collection/components/stable/gux-popover-list/gux-popover-list.css +14 -65
  525. package/dist/collection/components/stable/gux-popover-list/gux-popover-list.js +101 -68
  526. package/dist/collection/components/stable/gux-popover-list/tests/gux-popover-list.e2e.js +59 -0
  527. package/dist/collection/components/stable/gux-popover-list/tests/gux-popover-list.spec.js +49 -0
  528. package/dist/collection/components/stable/gux-popup/gux-popup.css +12 -1
  529. package/dist/collection/components/stable/gux-popup/gux-popup.js +65 -15
  530. package/dist/collection/components/stable/gux-popup/tests/gux-popup.e2e.js +41 -0
  531. package/dist/collection/components/stable/gux-popup/tests/gux-popup.spec.js +37 -0
  532. package/dist/collection/components/stable/gux-radial-loading/gux-radial-loading.css +170 -31
  533. package/dist/collection/components/stable/gux-radial-loading/gux-radial-loading.functional.js +11 -0
  534. package/dist/collection/components/stable/gux-radial-loading/gux-radial-loading.js +8 -6
  535. package/dist/collection/components/stable/gux-radial-loading/gux-radial-loading.service.js +4 -0
  536. package/dist/collection/components/stable/gux-radial-loading/tests/gux-radial-loading.e2e.js +33 -0
  537. package/dist/collection/components/stable/gux-radial-loading/tests/gux-radial-loading.spec.js +33 -0
  538. package/dist/collection/components/stable/gux-radial-progress/gux-radial-progress.css +16 -27
  539. package/dist/collection/components/stable/gux-radial-progress/gux-radial-progress.functional.js +4 -7
  540. package/dist/collection/components/stable/gux-radial-progress/gux-radial-progress.js +7 -33
  541. package/dist/collection/components/stable/gux-radial-progress/gux-radial-progress.service.js +5 -6
  542. package/dist/collection/components/stable/gux-radial-progress/tests/gux-radial-progress.e2e.js +58 -0
  543. package/dist/collection/components/stable/gux-radial-progress/tests/gux-radial-progress.service.spec.js +36 -0
  544. package/dist/collection/components/stable/gux-radial-progress/tests/gux-radial-progress.spec.js +61 -0
  545. package/dist/collection/components/stable/gux-rating/gux-rating.css +11 -14
  546. package/dist/collection/components/stable/gux-rating/gux-rating.js +39 -11
  547. package/dist/collection/components/stable/gux-rating/tests/gux-rating.e2e.js +311 -0
  548. package/dist/collection/components/stable/gux-rating/tests/gux-rating.spec.js +44 -0
  549. package/dist/collection/components/stable/gux-skip-navigation-list/gux-skip-navigation-item/gux-skip-navigation-item.css +24 -0
  550. package/dist/collection/components/stable/gux-skip-navigation-list/gux-skip-navigation-item/gux-skip-navigation-item.js +22 -0
  551. package/dist/collection/components/stable/gux-skip-navigation-list/gux-skip-navigation-list.css +28 -0
  552. package/dist/collection/components/stable/gux-skip-navigation-list/gux-skip-navigation-list.js +30 -0
  553. package/dist/collection/components/stable/gux-skip-navigation-list/tests/gux-skip-navigation-list.e2e.js +24 -0
  554. package/dist/collection/components/stable/gux-skip-navigation-list/tests/gux-skip-navigation-list.spec.js +29 -0
  555. package/dist/collection/components/stable/gux-table/gux-all-row-select/gux-all-row-select.css +5 -0
  556. package/dist/collection/components/stable/gux-table/gux-all-row-select/gux-all-row-select.js +128 -0
  557. package/dist/collection/components/stable/gux-table/gux-all-row-select/tests/gux-all-row-select.spec.js +11 -0
  558. package/dist/collection/components/stable/gux-table/gux-row-select/gux-row-select.css +5 -0
  559. package/dist/collection/components/stable/gux-table/gux-row-select/gux-row-select.js +100 -0
  560. package/dist/collection/components/stable/gux-table/gux-row-select/tests/gux-row-select.spec.js +11 -0
  561. package/dist/collection/components/stable/gux-table/gux-sort-control/gux-sort-control.css +38 -0
  562. package/dist/collection/components/stable/gux-table/gux-sort-control/gux-sort-control.js +177 -0
  563. package/dist/collection/components/stable/gux-table/gux-sort-control/tests/gux-sort-control.e2e.js +56 -0
  564. package/dist/collection/components/stable/gux-table/gux-sort-control/tests/gux-sort-control.spec.js +44 -0
  565. package/dist/collection/components/stable/gux-table/gux-table-select-menu/gux-table-select-menu.css +24 -0
  566. package/dist/collection/components/stable/gux-table/gux-table-select-menu/gux-table-select-menu.js +130 -0
  567. package/dist/collection/components/stable/gux-table/gux-table-select-menu/tests/gux-table-select-menu.spec.js +24 -0
  568. package/dist/collection/components/stable/gux-table/gux-table.css +35 -0
  569. package/dist/collection/components/stable/gux-table/gux-table.js +471 -0
  570. package/dist/collection/components/stable/gux-table/tests/gux-table.e2e.js +543 -0
  571. package/dist/collection/components/stable/gux-table/tests/gux-table.spec.js +28 -0
  572. package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar-action/gux-table-toolbar-action.css +3 -0
  573. package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar-action/gux-table-toolbar-action.js +126 -0
  574. package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar-action/tests/gux-table-toolbar-action.e2e.js +53 -0
  575. package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar-action/tests/gux-table-toolbar-action.spec.js +54 -0
  576. package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar-custom-action/gux-table-toolbar-custom-action.css +28 -0
  577. package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar-custom-action/gux-table-toolbar-custom-action.js +103 -0
  578. package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar-custom-action/tests/gux-table-toolbar-custom-action.e2e.js +33 -0
  579. package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar-custom-action/tests/gux-table-toolbar-custom-action.spec.js +34 -0
  580. package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar-menu-button/gux-table-toolbar-menu-button.css +32 -0
  581. package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar-menu-button/gux-table-toolbar-menu-button.js +160 -0
  582. package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar.css +51 -0
  583. package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar.js +210 -0
  584. package/dist/collection/components/stable/gux-table-toolbar/tests/gux-table-toolbar.e2e.js +46 -0
  585. package/dist/collection/components/stable/gux-table-toolbar/tests/gux-table-toolbar.spec.js +59 -0
  586. package/dist/collection/components/stable/gux-tabs/gux-tab/gux-tab.css +42 -32
  587. package/dist/collection/components/stable/gux-tabs/gux-tab/gux-tab.js +8 -5
  588. package/dist/collection/components/stable/gux-tabs/gux-tab/tests/gux-tab.e2e.js +15 -0
  589. package/dist/collection/components/stable/gux-tabs/gux-tab/tests/gux-tab.spec.js +16 -0
  590. package/dist/collection/components/stable/gux-tabs/gux-tab-list/gux-tab-list.css +19 -23
  591. package/dist/collection/components/stable/gux-tabs/gux-tab-list/gux-tab-list.js +8 -7
  592. package/dist/collection/components/stable/gux-tabs/gux-tab-list/tests/gux-tab-list.e2e.js +15 -0
  593. package/dist/collection/components/stable/gux-tabs/gux-tab-list/tests/gux-tab-list.spec.js +16 -0
  594. package/dist/collection/components/stable/gux-tabs/gux-tab-panel/gux-tab-panel.css +15 -6
  595. package/dist/collection/components/stable/gux-tabs/gux-tab-panel/gux-tab-panel.js +6 -4
  596. package/dist/collection/components/stable/gux-tabs/gux-tab-panel/tests/gux-tab-panel.e2e.js +15 -0
  597. package/dist/collection/components/stable/gux-tabs/gux-tab-panel/tests/gux-tab-panel.spec.js +16 -0
  598. package/dist/collection/components/stable/gux-tabs/gux-tabs.css +14 -1
  599. package/dist/collection/components/stable/gux-tabs/gux-tabs.js +10 -7
  600. package/dist/collection/components/stable/gux-tabs/tests/gux-tabs.e2e.js +140 -0
  601. package/dist/collection/components/stable/gux-tabs/tests/gux-tabs.spec.js +57 -0
  602. package/dist/collection/components/stable/gux-tabs-advanced/gux-tab-advanced/gux-tab-advanced.css +48 -102
  603. package/dist/collection/components/stable/gux-tabs-advanced/gux-tab-advanced/gux-tab-advanced.js +48 -30
  604. package/dist/collection/components/stable/gux-tabs-advanced/gux-tab-advanced-list/gux-tab-advanced-list.css +29 -105
  605. package/dist/collection/components/stable/gux-tabs-advanced/gux-tab-advanced-list/gux-tab-advanced-list.js +32 -26
  606. package/dist/collection/components/stable/gux-tabs-advanced/gux-tab-advanced-panel/gux-tab-advanced-panel.css +5 -6
  607. package/dist/collection/components/stable/gux-tabs-advanced/gux-tab-advanced-panel/gux-tab-advanced-panel.js +5 -4
  608. package/dist/collection/components/stable/gux-tabs-advanced/gux-tabs-advanced.js +5 -14
  609. package/dist/collection/components/stable/gux-tabs-advanced/tests/gux-tabs-advanced.e2e.js +222 -0
  610. package/dist/collection/components/stable/gux-tabs-advanced/tests/gux-tabs-advanced.spec.js +73 -0
  611. package/dist/collection/components/stable/gux-tag/gux-tag.css +115 -0
  612. package/dist/collection/components/stable/gux-tag/gux-tag.js +171 -0
  613. package/dist/collection/components/stable/gux-tag/tests/gux-tag.e2e.js +135 -0
  614. package/dist/collection/components/stable/gux-tag/tests/gux-tag.spec.js +130 -0
  615. package/dist/collection/components/stable/gux-text-highlight/gux-text-highlight.css +6 -3
  616. package/dist/collection/components/stable/gux-text-highlight/gux-text-highlight.js +30 -10
  617. package/dist/collection/components/stable/gux-text-highlight/tests/gux-text-highlight.e2e.js +147 -0
  618. package/dist/collection/components/stable/gux-text-highlight/tests/gux-text-hightlight.spec.js +149 -0
  619. package/dist/collection/components/stable/gux-time-picker/gux-time-picker.css +119 -0
  620. package/dist/collection/components/stable/gux-time-picker/gux-time-picker.js +413 -0
  621. package/dist/collection/components/stable/gux-time-picker/gux-time-picker.service.js +143 -0
  622. package/dist/collection/components/stable/gux-time-picker/tests/gux-time-picker.e2e.js +41 -0
  623. package/dist/collection/components/stable/gux-time-picker/tests/gux-time-picker.service.spec.js +710 -0
  624. package/dist/collection/components/stable/gux-time-picker/tests/gux-time-picker.spec.js +14 -0
  625. package/dist/collection/components/stable/gux-toast/gux-toast.css +13 -9
  626. package/dist/collection/components/stable/gux-toast/gux-toast.js +6 -5
  627. package/dist/collection/components/stable/gux-toast/tests/gux-toast.e2e.js +121 -0
  628. package/dist/collection/components/stable/gux-toast/tests/gux-toast.spec.js +111 -0
  629. package/dist/collection/components/stable/gux-toggle/gux-toggle-slider/gux-toggle-slider.css +57 -31
  630. package/dist/collection/components/stable/gux-toggle/gux-toggle-slider/gux-toggle-slider.js +6 -4
  631. package/dist/collection/components/stable/gux-toggle/gux-toggle.css +23 -19
  632. package/dist/collection/components/stable/gux-toggle/gux-toggle.js +9 -27
  633. package/dist/collection/components/stable/gux-toggle/tests/gux-toggle.e2e.js +154 -0
  634. package/dist/collection/components/stable/gux-toggle/tests/gux-toggle.spec.js +128 -0
  635. package/dist/collection/components/stable/gux-tooltip/gux-tooltip.css +36 -8
  636. package/dist/collection/components/stable/gux-tooltip/gux-tooltip.js +82 -31
  637. package/dist/collection/components/stable/gux-tooltip/tests/gux-tooltip.e2e.js +33 -0
  638. package/dist/collection/components/stable/gux-tooltip/tests/gux-tooltip.spec.js +55 -0
  639. package/dist/collection/components/stable/gux-tooltip-title/gux-tooltip-title.css +6 -0
  640. package/dist/collection/components/stable/gux-tooltip-title/gux-tooltip-title.js +16 -6
  641. package/dist/collection/components/stable/gux-truncate/gux-truncate.js +8 -6
  642. package/dist/collection/components/stable/gux-truncate/tests/gux-truncate.e2e.js +32 -0
  643. package/dist/collection/components/stable/gux-truncate/tests/gux-truncate.spec.js +23 -0
  644. package/dist/collection/i18n/DateTimeFormatter.js +7 -10
  645. package/dist/collection/i18n/fetchResources.js +1 -1
  646. package/dist/collection/i18n/index.js +5 -5
  647. package/dist/collection/i18n/time-zone/identifiers.js +460 -0
  648. package/dist/collection/i18n/time-zone/types.js +1 -0
  649. package/dist/collection/test/e2eTestUtils.js +2 -2
  650. package/dist/collection/test/specTestUtils.js +10 -0
  651. package/dist/collection/utils/date/from-iso-time-string.spec.js +13 -0
  652. package/dist/collection/utils/date/get-valid-timezone.js +7 -0
  653. package/dist/collection/utils/date/get-valid-timezone.spec.js +38 -0
  654. package/dist/collection/utils/date/iso-dates.spec.js +170 -0
  655. package/dist/collection/utils/date/time-zone.js +98 -0
  656. package/dist/collection/utils/date/time-zone.spec.js +22 -0
  657. package/dist/collection/utils/date/year-month-values.spec.js +81 -0
  658. package/dist/collection/utils/decorator/on-click-outside.js +1 -1
  659. package/dist/collection/utils/decorator/on-mutation.js +1 -1
  660. package/dist/collection/utils/decorator/on-resize.js +1 -1
  661. package/dist/collection/utils/dom/event-is-from.spec.js +29 -0
  662. package/dist/collection/utils/dom/find-element-by-id.js +10 -3
  663. package/dist/collection/utils/dom/manipulate-elements-classes.spec.js +104 -0
  664. package/dist/collection/utils/dom/on-input-disabled-state-change.js +1 -1
  665. package/dist/collection/utils/dom/random-html-id.spec.js +14 -0
  666. package/dist/collection/utils/dom/set-input-value.js +1 -1
  667. package/dist/collection/utils/dom/when-event-is-from.spec.js +37 -0
  668. package/dist/collection/utils/string/search.spec.js +40 -0
  669. package/dist/collection/utils/tracking/usage.js +1 -1
  670. package/dist/collection/utils/tracking/usage.spec.js +121 -0
  671. package/dist/component-specs.json +813 -329
  672. package/dist/deploy-info.json +3 -3
  673. package/dist/esm/find-element-by-id-a3c82a2d.js +24 -0
  674. package/dist/esm/floating-ui.dom.esm-393a5c50.js +1542 -0
  675. package/dist/esm/genesys-webcomponents.js +4 -7
  676. package/dist/esm/get-slot-text-content-189d6edf.js +6 -0
  677. package/dist/esm/get-valid-timezone-b9060a4c.js +517 -0
  678. package/dist/esm/gux-accordion-section.entry.js +8 -13
  679. package/dist/esm/gux-accordion.entry.js +2 -2
  680. package/dist/esm/gux-action-button.entry.js +14 -17
  681. package/dist/esm/gux-action-toast-legacy.entry.js +3 -3
  682. package/dist/esm/gux-advanced-dropdown-legacy.entry.js +214 -0
  683. package/dist/esm/gux-all-row-select.entry.js +9 -10
  684. package/dist/esm/gux-announce-beta.entry.js +3 -3
  685. package/dist/esm/gux-badge.entry.js +65 -0
  686. package/dist/esm/gux-blank-state.entry.js +45 -0
  687. package/dist/esm/gux-breadcrumb-item.entry.js +3 -3
  688. package/dist/esm/gux-breadcrumbs.entry.js +5 -5
  689. package/dist/esm/gux-button-multi.entry.js +7 -8
  690. package/dist/esm/gux-button-slot.entry.js +42 -0
  691. package/dist/esm/gux-button.entry.js +34 -19
  692. package/dist/esm/gux-calendar-beta.entry.js +18 -12
  693. package/dist/esm/gux-calendar.entry.js +24 -11
  694. package/dist/esm/gux-card.entry.js +2 -2
  695. package/dist/esm/gux-column-manager-item.entry.js +8 -9
  696. package/dist/esm/gux-column-manager.entry.js +122 -0
  697. package/dist/esm/gux-column-manager.service-4f5bf4c4.js +83 -0
  698. package/dist/esm/gux-content-search.entry.js +16 -13
  699. package/dist/esm/gux-context-menu.entry.js +130 -0
  700. package/dist/esm/gux-copy-to-clipboard.entry.js +7 -7
  701. package/dist/esm/gux-create-option.entry.js +5 -5
  702. package/dist/esm/gux-date-beta.entry.js +9 -6
  703. package/dist/esm/gux-date-time-beta.entry.js +9 -6
  704. package/dist/esm/gux-datepicker.entry.js +10 -10
  705. package/dist/esm/gux-disclosure-button-legacy.entry.js +60 -0
  706. package/dist/esm/gux-dismiss-button.entry.js +6 -6
  707. package/dist/esm/gux-dropdown-multi-tag.entry.js +4 -4
  708. package/dist/esm/gux-dropdown-multi.entry.js +408 -0
  709. package/dist/esm/gux-dropdown-option.entry.js +2 -2
  710. package/dist/esm/gux-dropdown_3.entry.js +31 -35
  711. package/dist/esm/gux-flag-icon-beta.entry.js +25 -0
  712. package/dist/esm/gux-flyout-menu.entry.js +178 -0
  713. package/dist/esm/gux-form-field-checkbox.entry.js +17 -13
  714. package/dist/esm/gux-form-field-color.entry.js +13 -13
  715. package/dist/esm/gux-form-field-container-ac3eb96d.js +18 -0
  716. package/dist/esm/gux-form-field-dropdown.entry.js +19 -17
  717. package/dist/esm/gux-form-field-fieldset-container-dcaed6c7.js +21 -0
  718. package/dist/esm/gux-form-field-input-clear-button.entry.js +5 -5
  719. package/dist/esm/gux-form-field-number_3.entry.js +28 -28
  720. package/dist/esm/gux-form-field-phone.entry.js +16 -14
  721. package/dist/esm/gux-form-field-radio.entry.js +12 -12
  722. package/dist/esm/gux-form-field-range.entry.js +13 -13
  723. package/dist/esm/gux-form-field-search.entry.js +13 -13
  724. package/dist/esm/gux-form-field-select.entry.js +13 -13
  725. package/dist/esm/gux-form-field-text-like.entry.js +13 -13
  726. package/dist/esm/gux-form-field-textarea.entry.js +13 -13
  727. package/dist/esm/gux-form-field-time-picker.entry.js +18 -16
  728. package/dist/esm/gux-form-field-time-zone-picker.entry.js +115 -0
  729. package/dist/esm/gux-form-field.service-6bc072f5.js +140 -0
  730. package/dist/esm/gux-icon.entry.js +8 -9
  731. package/dist/esm/gux-inline-alert.entry.js +5 -5
  732. package/dist/esm/gux-list-divider.entry.js +2 -2
  733. package/dist/esm/gux-list-item.entry.js +3 -3
  734. package/dist/esm/gux-list.entry.js +5 -5
  735. package/dist/esm/gux-listbox-multi.entry.js +20 -17
  736. package/dist/esm/gux-listbox.service-0f180d8a.js +152 -0
  737. package/dist/esm/gux-loading-message.entry.js +20 -0
  738. package/dist/esm/gux-menu-option.entry.js +10 -3
  739. package/dist/esm/gux-menu.entry.js +3 -3
  740. package/dist/esm/gux-modal-legacy.entry.js +81 -0
  741. package/dist/esm/gux-modal.entry.js +44 -50
  742. package/dist/esm/gux-month-calendar.entry.js +13 -9
  743. package/dist/esm/gux-month-list_2.entry.js +5 -5
  744. package/dist/esm/gux-month-picker-beta.entry.js +12 -18
  745. package/dist/esm/gux-notification-toast-legacy.entry.js +3 -3
  746. package/dist/esm/gux-option-icon.entry.js +3 -3
  747. package/dist/esm/gux-option-multi.entry.js +12 -14
  748. package/dist/esm/gux-page-loading-spinner.entry.js +2 -2
  749. package/dist/esm/gux-pagination-buttons-legacy_3.entry.js +271 -0
  750. package/dist/esm/gux-pagination-buttons_2.entry.js +250 -0
  751. package/dist/esm/gux-pagination-cursor.entry.js +8 -8
  752. package/dist/esm/gux-pagination-items-per-page.entry.js +42 -0
  753. package/dist/esm/gux-pagination-legacy.entry.js +72 -0
  754. package/dist/esm/gux-pagination.entry.js +51 -26
  755. package/dist/esm/gux-phone-input-beta.entry.js +664 -596
  756. package/dist/esm/gux-popover-list.entry.js +78 -56
  757. package/dist/esm/gux-popup.entry.js +30 -16
  758. package/dist/esm/gux-radial-loading.entry.js +25 -6
  759. package/dist/esm/gux-radial-progress.entry.js +13 -27
  760. package/dist/esm/gux-rating.entry.js +22 -12
  761. package/dist/esm/gux-row-select.entry.js +8 -10
  762. package/dist/esm/gux-screen-reader-beta.entry.js +2 -2
  763. package/dist/esm/gux-segmented-control-beta.entry.js +40 -0
  764. package/dist/esm/gux-segmented-control-item.entry.js +66 -0
  765. package/dist/esm/gux-simple-toast-legacy.entry.js +3 -3
  766. package/dist/esm/gux-skip-navigation-item.entry.js +1 -1
  767. package/dist/esm/gux-skip-navigation-list.entry.js +29 -0
  768. package/dist/esm/gux-sort-control.entry.js +10 -10
  769. package/dist/esm/gux-submenu.entry.js +56 -51
  770. package/dist/esm/gux-switch-item.entry.js +2 -2
  771. package/dist/esm/gux-switch-legacy.entry.js +41 -0
  772. package/dist/esm/gux-tab-advanced-list.entry.js +30 -25
  773. package/dist/esm/gux-tab-advanced-panel.entry.js +3 -3
  774. package/dist/esm/gux-tab-advanced.entry.js +42 -26
  775. package/dist/esm/gux-tab-list.entry.js +6 -6
  776. package/dist/esm/gux-tab-panel.entry.js +3 -3
  777. package/dist/esm/gux-tab.entry.js +2 -2
  778. package/dist/esm/gux-table-select-menu.entry.js +9 -9
  779. package/dist/esm/gux-table-toolbar-action.entry.js +5 -5
  780. package/dist/esm/gux-table-toolbar-custom-action.entry.js +10 -4
  781. package/dist/esm/gux-table-toolbar-menu-button.entry.js +14 -8
  782. package/dist/esm/gux-table-toolbar.entry.js +210 -0
  783. package/dist/esm/gux-table.entry.js +282 -0
  784. package/dist/esm/gux-tabs-advanced.entry.js +3 -6
  785. package/dist/esm/gux-tabs.entry.js +4 -4
  786. package/dist/esm/gux-tag.entry.js +75 -0
  787. package/dist/esm/gux-text-highlight.entry.js +10 -9
  788. package/dist/esm/gux-time-beta.entry.js +9 -6
  789. package/dist/esm/gux-time-picker.entry.js +389 -0
  790. package/dist/esm/gux-time-zone-picker-beta.entry.js +7814 -0
  791. package/dist/esm/gux-toast.entry.js +5 -5
  792. package/dist/esm/gux-toggle-slider.entry.js +6 -4
  793. package/dist/esm/gux-toggle.entry.js +7 -11
  794. package/dist/esm/gux-tooltip-title.entry.js +13 -5
  795. package/dist/esm/gux-tooltip.entry.js +49 -28
  796. package/dist/esm/gux-truncate.entry.js +3 -3
  797. package/dist/esm/index-39266f37.js +4142 -0
  798. package/dist/esm/index-39e65a0a.js +2773 -0
  799. package/dist/esm/loader.js +4 -13
  800. package/dist/esm/on-attribute-change-42a46627.js +24 -0
  801. package/dist/esm/on-click-outside-f15c5ac7.js +75 -0
  802. package/dist/esm/on-mutation-c570b3ed.js +34 -0
  803. package/dist/esm/on-resize-e2132936.js +34 -0
  804. package/dist/esm/usage-0119b902.js +225 -0
  805. package/dist/genesys-webcomponents/genesys-webcomponents.css +16 -4
  806. package/dist/genesys-webcomponents/genesys-webcomponents.esm.js +1 -1
  807. package/dist/genesys-webcomponents/i18n/genesys-webcomponents.i18n.en.json +1 -1
  808. package/dist/genesys-webcomponents/i18n/genesys-webcomponents.i18n.it.json +1 -1
  809. package/dist/genesys-webcomponents/i18n/genesys-webcomponents.i18n.pt-br.json +1 -1
  810. package/dist/genesys-webcomponents/icons/custom/add-column-after.svg +1 -0
  811. package/dist/genesys-webcomponents/icons/custom/add-column-before.svg +1 -0
  812. package/dist/genesys-webcomponents/icons/custom/add-row-after.svg +1 -0
  813. package/dist/genesys-webcomponents/icons/custom/add-row-before.svg +1 -0
  814. package/dist/genesys-webcomponents/icons/custom/carousel.svg +1 -0
  815. package/dist/genesys-webcomponents/icons/custom/co-browse.svg +1 -0
  816. package/dist/genesys-webcomponents/icons/custom/delete-column.svg +1 -0
  817. package/dist/genesys-webcomponents/icons/custom/delete-row.svg +1 -0
  818. package/dist/genesys-webcomponents/icons/custom/delete-table.svg +1 -0
  819. package/dist/genesys-webcomponents/icons/custom/face-smile-hearts-regular.svg +1 -0
  820. package/dist/genesys-webcomponents/icons/custom/file-pen-question.svg +1 -0
  821. package/dist/genesys-webcomponents/icons/custom/filter-notification.svg +1 -0
  822. package/dist/genesys-webcomponents/icons/custom/font-regular-highlight.svg +1 -0
  823. package/dist/genesys-webcomponents/icons/custom/gkn-logo.svg +1 -0
  824. package/dist/genesys-webcomponents/icons/custom/list-alphabetical-regular.svg +1 -0
  825. package/dist/genesys-webcomponents/icons/custom/list-roman-regular.svg +1 -0
  826. package/dist/genesys-webcomponents/icons/custom/one-button.svg +1 -0
  827. package/dist/genesys-webcomponents/icons/custom/person-running.svg +1 -0
  828. package/dist/genesys-webcomponents/icons/custom/quick-reply.svg +1 -0
  829. package/dist/genesys-webcomponents/icons/custom/three-button.svg +1 -0
  830. package/dist/genesys-webcomponents/icons/custom/wrap-text-inline.svg +1 -0
  831. package/dist/genesys-webcomponents/icons/custom/wrap-text-tight.svg +1 -0
  832. package/dist/genesys-webcomponents/icons/custom/wrap-text-top-bottom.svg +1 -0
  833. package/dist/genesys-webcomponents/icons/fa/alarm-clock-regular.svg +1 -0
  834. package/dist/genesys-webcomponents/icons/fa/alarm-snooze-regular.svg +1 -0
  835. package/dist/genesys-webcomponents/icons/fa/arrows-to-circle-regular.svg +1 -0
  836. package/dist/genesys-webcomponents/icons/fa/award-solid.svg +1 -0
  837. package/dist/genesys-webcomponents/icons/fa/backward-step-regular.svg +1 -0
  838. package/dist/genesys-webcomponents/icons/fa/bell-on-regular.svg +1 -0
  839. package/dist/genesys-webcomponents/icons/fa/bell-slash-regular.svg +1 -0
  840. package/dist/genesys-webcomponents/icons/fa/bookmark-regular.svg +1 -0
  841. package/dist/genesys-webcomponents/icons/fa/check-solid.svg +1 -0
  842. package/dist/genesys-webcomponents/icons/fa/circle-plus-solid.svg +1 -0
  843. package/dist/genesys-webcomponents/icons/fa/comment-dots-regular.svg +1 -0
  844. package/dist/genesys-webcomponents/icons/fa/diagram-nested-regular.svg +1 -0
  845. package/dist/genesys-webcomponents/icons/fa/eye-regular.svg +1 -0
  846. package/dist/genesys-webcomponents/icons/fa/eye-slash-regular.svg +1 -0
  847. package/dist/genesys-webcomponents/icons/fa/face-frown-regular.svg +1 -0
  848. package/dist/genesys-webcomponents/icons/fa/face-frown-solid.svg +1 -0
  849. package/dist/genesys-webcomponents/icons/fa/face-laugh-regular.svg +1 -0
  850. package/dist/genesys-webcomponents/icons/fa/face-laugh-solid.svg +1 -0
  851. package/dist/genesys-webcomponents/icons/fa/file-exclamation-regular.svg +1 -0
  852. package/dist/genesys-webcomponents/icons/fa/file-zip-regular.svg +1 -0
  853. package/dist/genesys-webcomponents/icons/fa/forward-step-regular.svg +1 -0
  854. package/dist/genesys-webcomponents/icons/fa/function-regular.svg +1 -0
  855. package/dist/genesys-webcomponents/icons/fa/google.svg +1 -0
  856. package/dist/genesys-webcomponents/icons/fa/hand-back-point-right-regular.svg +1 -0
  857. package/dist/genesys-webcomponents/icons/fa/laptop-slash-regular.svg +1 -0
  858. package/dist/genesys-webcomponents/icons/fa/list-radio-clean-regular.svg +1 -0
  859. package/dist/genesys-webcomponents/icons/fa/message-bot-regular.svg +1 -0
  860. package/dist/genesys-webcomponents/icons/fa/microsoft.svg +1 -0
  861. package/dist/genesys-webcomponents/icons/fa/pause-regular.svg +1 -0
  862. package/dist/genesys-webcomponents/icons/fa/pen-slash-regular.svg +1 -0
  863. package/dist/genesys-webcomponents/icons/fa/play-regular.svg +1 -0
  864. package/dist/genesys-webcomponents/icons/fa/regular-user-circle-arrow-left.svg +1 -0
  865. package/dist/genesys-webcomponents/icons/fa/square-dashed-regular.svg +1 -0
  866. package/dist/genesys-webcomponents/icons/fa/stop-regular.svg +1 -0
  867. package/dist/genesys-webcomponents/icons/fa/subscript-regular.svg +1 -0
  868. package/dist/genesys-webcomponents/icons/fa/superscript-regular.svg +1 -0
  869. package/dist/genesys-webcomponents/icons/fa/table-cells-regular.svg +1 -0
  870. package/dist/genesys-webcomponents/icons/fa/table-columns-regular.svg +1 -0
  871. package/dist/genesys-webcomponents/icons/fa/user-group-solid.svg +1 -0
  872. package/dist/genesys-webcomponents/icons/fa/volume-regular.svg +1 -0
  873. package/dist/genesys-webcomponents/icons/fa/volume-xmark-regular.svg +1 -0
  874. package/dist/genesys-webcomponents/icons/fa/wand-magic-sparkles-regular.svg +1 -0
  875. package/dist/genesys-webcomponents/icons/fa/windows.svg +1 -0
  876. package/dist/genesys-webcomponents/p-04f6e6e4.entry.js +1 -0
  877. package/dist/genesys-webcomponents/p-05534924.entry.js +1 -0
  878. package/dist/genesys-webcomponents/p-055af29a.entry.js +1 -0
  879. package/dist/genesys-webcomponents/p-0644a824.entry.js +1 -0
  880. package/dist/genesys-webcomponents/p-09a9a643.entry.js +1 -0
  881. package/dist/genesys-webcomponents/p-0a449d1c.entry.js +1 -0
  882. package/dist/genesys-webcomponents/p-0a8579fd.entry.js +1 -0
  883. package/dist/genesys-webcomponents/p-0c70aad8.entry.js +1 -0
  884. package/dist/genesys-webcomponents/p-0dc24280.entry.js +1 -0
  885. package/dist/genesys-webcomponents/p-0df68c44.entry.js +1 -0
  886. package/dist/genesys-webcomponents/p-0ef51ec8.entry.js +1 -0
  887. package/dist/genesys-webcomponents/p-130724a4.entry.js +1 -0
  888. package/dist/genesys-webcomponents/p-1353d8b9.entry.js +1 -0
  889. package/dist/genesys-webcomponents/p-15357543.entry.js +1 -0
  890. package/dist/genesys-webcomponents/p-15905cc3.js +1 -0
  891. package/dist/genesys-webcomponents/p-1752c49d.entry.js +1 -0
  892. package/dist/genesys-webcomponents/p-1ec434a8.entry.js +1 -0
  893. package/dist/genesys-webcomponents/p-1f7b1374.entry.js +1 -0
  894. package/dist/genesys-webcomponents/p-205e47ff.entry.js +1 -0
  895. package/dist/genesys-webcomponents/p-238ce7db.entry.js +1 -0
  896. package/dist/genesys-webcomponents/p-2619893f.entry.js +1 -0
  897. package/dist/genesys-webcomponents/p-28ef3c45.entry.js +1 -0
  898. package/dist/genesys-webcomponents/p-2b468e4b.js +1 -0
  899. package/dist/genesys-webcomponents/p-2bba231f.entry.js +1 -0
  900. package/dist/genesys-webcomponents/p-320e8fdc.entry.js +1 -0
  901. package/dist/genesys-webcomponents/p-32d81f1d.entry.js +1 -0
  902. package/dist/genesys-webcomponents/p-37bfd195.js +1 -0
  903. package/dist/genesys-webcomponents/p-39fb57cf.entry.js +1 -0
  904. package/dist/genesys-webcomponents/p-3b3e4c5d.entry.js +1 -0
  905. package/dist/genesys-webcomponents/p-3c7476a7.entry.js +1 -0
  906. package/dist/genesys-webcomponents/p-3ce6e5e1.entry.js +1 -0
  907. package/dist/genesys-webcomponents/p-40fe1732.entry.js +1 -0
  908. package/dist/genesys-webcomponents/p-42ae7d3d.entry.js +1 -0
  909. package/dist/genesys-webcomponents/p-43557c1f.entry.js +1 -0
  910. package/dist/genesys-webcomponents/p-46722ae3.entry.js +1 -0
  911. package/dist/genesys-webcomponents/p-4f7254b1.entry.js +1 -0
  912. package/dist/genesys-webcomponents/p-4f8ee114.entry.js +1 -0
  913. package/dist/genesys-webcomponents/p-538d84c3.entry.js +1 -0
  914. package/dist/genesys-webcomponents/p-53997a4d.entry.js +1 -0
  915. package/dist/genesys-webcomponents/p-53c27480.entry.js +1 -0
  916. package/dist/genesys-webcomponents/p-53ca0572.entry.js +1 -0
  917. package/dist/genesys-webcomponents/p-54bbb104.entry.js +7 -0
  918. package/dist/genesys-webcomponents/p-58ad1f68.entry.js +1 -0
  919. package/dist/genesys-webcomponents/p-5a4b29ee.entry.js +1 -0
  920. package/dist/genesys-webcomponents/p-5be727ab.entry.js +1 -0
  921. package/dist/genesys-webcomponents/p-5cff4c86.entry.js +1 -0
  922. package/dist/genesys-webcomponents/p-5d48ef22.entry.js +1 -0
  923. package/dist/genesys-webcomponents/p-5d7d5695.js +1 -0
  924. package/dist/genesys-webcomponents/p-5da0f0d4.entry.js +1 -0
  925. package/dist/genesys-webcomponents/p-5e8f4d45.entry.js +1 -0
  926. package/dist/genesys-webcomponents/p-5e95339b.entry.js +1 -0
  927. package/dist/genesys-webcomponents/p-625a098d.entry.js +1 -0
  928. package/dist/genesys-webcomponents/p-63201142.entry.js +1 -0
  929. package/dist/genesys-webcomponents/p-65b03df8.js +1 -0
  930. package/dist/genesys-webcomponents/p-6733f848.entry.js +1 -0
  931. package/dist/genesys-webcomponents/p-69a6b488.entry.js +1 -0
  932. package/dist/genesys-webcomponents/p-6a7a1174.entry.js +1 -0
  933. package/dist/genesys-webcomponents/p-7103c6ec.entry.js +1 -0
  934. package/dist/genesys-webcomponents/p-71d4f31b.entry.js +1 -0
  935. package/dist/genesys-webcomponents/p-78bf6eb5.entry.js +1 -0
  936. package/dist/genesys-webcomponents/p-7a76c3ed.entry.js +1 -0
  937. package/dist/genesys-webcomponents/p-7dd36687.js +1 -0
  938. package/dist/genesys-webcomponents/p-7efa2a7b.entry.js +1 -0
  939. package/dist/genesys-webcomponents/p-80e07a81.entry.js +1 -0
  940. package/dist/genesys-webcomponents/p-84cc916b.entry.js +1 -0
  941. package/dist/genesys-webcomponents/p-87bf41a0.entry.js +1 -0
  942. package/dist/genesys-webcomponents/p-88d49855.entry.js +1 -0
  943. package/dist/genesys-webcomponents/p-8c36bf87.entry.js +1 -0
  944. package/dist/genesys-webcomponents/p-8daa8747.entry.js +1 -0
  945. package/dist/genesys-webcomponents/p-8e156fdc.entry.js +1 -0
  946. package/dist/genesys-webcomponents/p-914319f8.entry.js +1 -0
  947. package/dist/genesys-webcomponents/p-93bd4287.entry.js +1 -0
  948. package/dist/genesys-webcomponents/p-960b5ee9.entry.js +1 -0
  949. package/dist/genesys-webcomponents/p-9a4842ed.entry.js +1 -0
  950. package/dist/genesys-webcomponents/p-9d642773.entry.js +1 -0
  951. package/dist/genesys-webcomponents/p-9e408838.entry.js +1 -0
  952. package/dist/genesys-webcomponents/p-9f881309.entry.js +1 -0
  953. package/dist/genesys-webcomponents/p-a285abaf.js +1 -0
  954. package/dist/genesys-webcomponents/p-a37fedbf.entry.js +1 -0
  955. package/dist/genesys-webcomponents/p-a69a9910.js +1 -0
  956. package/dist/genesys-webcomponents/p-a78e60ce.entry.js +1 -0
  957. package/dist/genesys-webcomponents/p-a839011f.entry.js +1 -0
  958. package/dist/genesys-webcomponents/p-aee137e6.entry.js +1 -0
  959. package/dist/genesys-webcomponents/p-b0a4c2f7.entry.js +1 -0
  960. package/dist/genesys-webcomponents/p-b69d309f.entry.js +1 -0
  961. package/dist/genesys-webcomponents/p-ba0faabe.entry.js +1 -0
  962. package/dist/genesys-webcomponents/p-bd8156de.entry.js +1 -0
  963. package/dist/genesys-webcomponents/p-bf11518a.entry.js +1 -0
  964. package/dist/genesys-webcomponents/p-c0a74225.entry.js +1 -0
  965. package/dist/genesys-webcomponents/p-c15cbc94.entry.js +1 -0
  966. package/dist/genesys-webcomponents/p-c22245b9.entry.js +1 -0
  967. package/dist/genesys-webcomponents/p-c49670a7.js +1 -0
  968. package/dist/genesys-webcomponents/p-c4f38a7b.entry.js +1 -0
  969. package/dist/genesys-webcomponents/p-c761c99c.entry.js +1 -0
  970. package/dist/genesys-webcomponents/p-c79b672c.entry.js +1 -0
  971. package/dist/genesys-webcomponents/p-c7ece6cf.entry.js +1 -0
  972. package/dist/genesys-webcomponents/p-c8f8673d.entry.js +1 -0
  973. package/dist/genesys-webcomponents/p-cb6fd0ef.entry.js +1 -0
  974. package/dist/genesys-webcomponents/p-cf643cf5.entry.js +1 -0
  975. package/dist/genesys-webcomponents/p-d1168b67.entry.js +1 -0
  976. package/dist/genesys-webcomponents/p-d320619a.entry.js +1 -0
  977. package/dist/genesys-webcomponents/p-d49346a8.entry.js +1 -0
  978. package/dist/genesys-webcomponents/p-d560e163.entry.js +1 -0
  979. package/dist/genesys-webcomponents/p-d63f70a3.entry.js +1 -0
  980. package/dist/genesys-webcomponents/p-d6843d28.entry.js +1 -0
  981. package/dist/genesys-webcomponents/p-d6edbaeb.js +1 -0
  982. package/dist/genesys-webcomponents/p-d7946c65.entry.js +1 -0
  983. package/dist/genesys-webcomponents/p-d8ae85eb.entry.js +1 -0
  984. package/dist/genesys-webcomponents/p-d90be4e4.entry.js +1 -0
  985. package/dist/genesys-webcomponents/p-dd53013c.js +1 -0
  986. package/dist/genesys-webcomponents/p-ddbf5521.entry.js +1 -0
  987. package/dist/genesys-webcomponents/p-deca7631.js +2 -0
  988. package/dist/genesys-webcomponents/p-dfe5fdc5.entry.js +1 -0
  989. package/dist/genesys-webcomponents/p-e10cb032.js +1 -0
  990. package/dist/genesys-webcomponents/p-e4a1293b.entry.js +1 -0
  991. package/dist/genesys-webcomponents/p-e5766b80.js +1 -0
  992. package/dist/genesys-webcomponents/p-e9e137eb.entry.js +1 -0
  993. package/dist/genesys-webcomponents/p-ebfc4493.entry.js +1 -0
  994. package/dist/genesys-webcomponents/p-ecd49965.entry.js +1 -0
  995. package/dist/genesys-webcomponents/p-ef6dc349.entry.js +1 -0
  996. package/dist/genesys-webcomponents/p-f19850ba.js +1 -0
  997. package/dist/genesys-webcomponents/p-f2da6a47.entry.js +1 -0
  998. package/dist/genesys-webcomponents/p-f32f3140.entry.js +1 -0
  999. package/dist/genesys-webcomponents/p-f3521f3e.js +1 -0
  1000. package/dist/genesys-webcomponents/p-f65fadd3.entry.js +1 -0
  1001. package/dist/genesys-webcomponents/p-f6e20108.entry.js +1 -0
  1002. package/dist/genesys-webcomponents/p-f81e2422.entry.js +1 -0
  1003. package/dist/genesys-webcomponents/p-f8f6fbb5.entry.js +1 -0
  1004. package/dist/genesys-webcomponents/p-fbe0200f.entry.js +1 -0
  1005. package/dist/genesys-webcomponents/p-fc70cc06.entry.js +1 -0
  1006. package/dist/loader/index.d.ts +1 -1
  1007. package/dist/stencil-wrapper.js +20 -11
  1008. package/dist/types/components/beta/gux-calendar-beta/components/single/gux-calendar.d.ts +1 -0
  1009. package/dist/types/components/beta/gux-date/gux-date.d.ts +5 -0
  1010. package/dist/types/components/beta/gux-date-time/gux-date-time.d.ts +5 -0
  1011. package/dist/types/components/beta/gux-flag-icon/gux-flag-icon.d.ts +8 -0
  1012. package/dist/types/components/beta/gux-flag-icon/sprite-utils/sprites.generated.d.ts +1 -0
  1013. package/dist/types/components/beta/gux-month-picker/gux-month-calendar/gux-month-calendar.d.ts +1 -0
  1014. package/dist/types/components/beta/gux-phone-input/gux-phone-input.d.ts +31 -16
  1015. package/dist/types/components/beta/gux-phone-input/gux-phone.types.d.ts +11 -0
  1016. package/dist/types/components/beta/gux-phone-input/services/RegionCountryCodeMap.d.ts +0 -3
  1017. package/dist/types/components/beta/gux-phone-input/services/region-map.service.d.ts +1 -5
  1018. package/dist/types/components/beta/gux-segmented-control/gux-segmented-control-item/gux-segmented-control-item.d.ts +20 -0
  1019. package/dist/types/components/beta/gux-segmented-control/gux-segmented-control-item/gux-segmented-control-item.types.d.ts +1 -0
  1020. package/dist/types/components/beta/gux-segmented-control/gux-segmented-control.d.ts +14 -0
  1021. package/dist/types/components/beta/gux-time/gux-time.d.ts +8 -0
  1022. package/dist/types/components/beta/gux-time-zone-picker/generic-zones.d.ts +15 -0
  1023. package/dist/types/components/beta/gux-time-zone-picker/gux-time-zone-picker.d.ts +27 -0
  1024. package/dist/types/components/beta/gux-time-zone-picker/gux-time-zone-picker.types.d.ts +26 -0
  1025. package/dist/types/components/legacy/gux-advanced-dropdown-legacy/gux-advanced-dropdown.d.ts +71 -0
  1026. package/dist/types/components/legacy/gux-disclosure-button-legacy/gux-disclosure-button.d.ts +37 -0
  1027. package/dist/types/components/legacy/gux-modal-legacy/gux-modal-legacy.d.ts +37 -0
  1028. package/dist/types/components/legacy/gux-modal-legacy/gux-modal-legacy.types.d.ts +1 -0
  1029. package/dist/types/components/legacy/gux-pagination-legacy/gux-pagination-buttons-legacy/gux-pagination-button.service.d.ts +9 -0
  1030. package/dist/types/components/legacy/gux-pagination-legacy/gux-pagination-buttons-legacy/gux-pagination-buttons.d.ts +26 -0
  1031. package/dist/types/components/legacy/gux-pagination-legacy/gux-pagination-item-counts-legacy/gux-pagination-item-counts.d.ts +12 -0
  1032. package/dist/types/components/legacy/gux-pagination-legacy/gux-pagination-items-per-page-legacy/gux-pagination-items-per-page.d.ts +13 -0
  1033. package/dist/types/components/legacy/gux-pagination-legacy/gux-pagination.d.ts +35 -0
  1034. package/dist/types/components/legacy/gux-pagination-legacy/gux-pagination.types.d.ts +6 -0
  1035. package/dist/types/components/stable/gux-accordion/gux-accordion-section/gux-accordion-section.d.ts +1 -2
  1036. package/dist/types/components/stable/gux-accordion/gux-accordion-section/gux-accordion-section.types.d.ts +1 -1
  1037. package/dist/types/components/stable/gux-action-button/gux-action-button.d.ts +3 -4
  1038. package/dist/types/components/stable/gux-badge/gux-badge.d.ts +18 -0
  1039. package/dist/types/components/stable/gux-badge/gux-badge.types.d.ts +1 -0
  1040. package/dist/types/components/stable/gux-blank-state/gux-blank-state.d.ts +15 -0
  1041. package/dist/types/components/stable/gux-button/gux-button.d.ts +5 -0
  1042. package/dist/types/components/stable/gux-button-multi/gux-button-multi.d.ts +0 -4
  1043. package/dist/types/components/stable/gux-button-slot/gux-button-slot.d.ts +13 -0
  1044. package/dist/types/components/stable/gux-calendar/gux-calendar.types.d.ts +1 -0
  1045. package/dist/types/components/stable/gux-context-menu/gux-context-menu.d.ts +37 -0
  1046. package/dist/types/components/stable/gux-dropdown/gux-dropdown.d.ts +0 -4
  1047. package/dist/types/components/stable/gux-dropdown-multi/gux-dropdown-multi.d.ts +109 -0
  1048. package/dist/types/components/stable/gux-flyout-menu/gux-flyout-menu.d.ts +31 -0
  1049. package/dist/types/components/stable/gux-flyout-menu/gux-menu/gux-menu-option/gux-menu-option.d.ts +15 -0
  1050. package/dist/types/components/stable/gux-flyout-menu/gux-menu/gux-submenu/gux-submenu.d.ts +34 -0
  1051. package/dist/types/components/stable/gux-form-field/components/gux-form-field-checkbox/gux-form-field-checkbox.d.ts +2 -0
  1052. package/dist/types/components/stable/gux-form-field/components/gux-form-field-time-picker/gux-form-field-time-picker.d.ts +1 -1
  1053. package/dist/types/components/stable/gux-form-field/components/gux-form-field-time-zone-picker/gux-form-field-time-zone-picker.d.ts +31 -0
  1054. package/dist/types/components/stable/gux-form-field/functional-components/gux-form-field-legend-label/gux-form-field-legend-label.d.ts +1 -0
  1055. package/dist/types/components/stable/gux-form-field/gux-form-field.service.d.ts +1 -1
  1056. package/dist/types/components/stable/gux-icon/gux-icon.d.ts +2 -1
  1057. package/dist/types/components/stable/gux-icon/gux-icon.service.d.ts +1 -1
  1058. package/dist/types/components/stable/gux-icon/gux-icon.types.d.ts +2 -1
  1059. package/dist/types/components/stable/gux-listbox/gux-listbox.d.ts +2 -2
  1060. package/dist/types/components/stable/gux-listbox/gux-listbox.service.d.ts +1 -0
  1061. package/dist/types/components/stable/gux-listbox/options/gux-option/gux-option.d.ts +0 -3
  1062. package/dist/types/components/stable/gux-listbox/options/option-types.d.ts +0 -1
  1063. package/dist/types/components/stable/gux-listbox-multi/gux-listbox-multi.d.ts +2 -2
  1064. package/dist/types/components/stable/gux-listbox-multi/gux-option-multi/gux-option-multi.d.ts +1 -3
  1065. package/dist/types/components/stable/gux-loading-message/gux-loading-message.d.ts +11 -0
  1066. package/dist/types/components/stable/gux-modal/gux-modal.d.ts +16 -18
  1067. package/dist/types/components/stable/gux-pagination/gux-pagination-buttons/gux-pagination-button.service.d.ts +1 -1
  1068. package/dist/types/components/stable/gux-pagination/gux-pagination-buttons/gux-pagination-buttons.d.ts +4 -7
  1069. package/dist/types/components/stable/gux-pagination/gux-pagination-item-counts/gux-pagination-item-counts.d.ts +1 -0
  1070. package/dist/types/components/stable/gux-pagination/gux-pagination.d.ts +17 -8
  1071. package/dist/types/components/stable/gux-pagination/gux-pagination.types.d.ts +1 -5
  1072. package/dist/types/components/stable/gux-pagination-cursor/gux-pagination-cursor.d.ts +1 -1
  1073. package/dist/types/components/stable/gux-popover/gux-popover.d.ts +12 -9
  1074. package/dist/types/components/stable/gux-popover-list/gux-popover-list.d.ts +12 -9
  1075. package/dist/types/components/stable/gux-popup/gux-popup.d.ts +8 -0
  1076. package/dist/types/components/stable/gux-radial-loading/gux-radial-loading.functional.d.ts +8 -0
  1077. package/dist/types/components/stable/gux-radial-loading/gux-radial-loading.service.d.ts +4 -0
  1078. package/dist/types/components/stable/gux-radial-progress/gux-radial-progress.d.ts +0 -6
  1079. package/dist/types/components/stable/gux-radial-progress/gux-radial-progress.functional.d.ts +0 -6
  1080. package/dist/types/components/stable/gux-radial-progress/gux-radial-progress.service.d.ts +4 -3
  1081. package/dist/types/components/stable/gux-rating/gux-rating.d.ts +1 -0
  1082. package/dist/types/components/stable/gux-table/gux-all-row-select/gux-all-row-select.d.ts +14 -0
  1083. package/dist/types/components/stable/gux-table/gux-row-select/gux-row-select.d.ts +13 -0
  1084. package/dist/types/components/stable/gux-table/gux-table.d.ts +89 -0
  1085. package/dist/types/components/stable/gux-table-toolbar/gux-table-toolbar-custom-action/gux-table-toolbar-custom-action.d.ts +15 -0
  1086. package/dist/types/components/stable/gux-table-toolbar/gux-table-toolbar-menu-button/gux-table-toolbar-menu-button.d.ts +20 -0
  1087. package/dist/types/components/stable/gux-tabs-advanced/gux-tab-advanced/gux-tab-advanced.d.ts +2 -2
  1088. package/dist/types/components/stable/gux-tabs-advanced/gux-tab-advanced-list/gux-tab-advanced-list.d.ts +2 -0
  1089. package/dist/types/components/stable/gux-tag/gux-tag.d.ts +23 -0
  1090. package/dist/types/components/stable/gux-tag/gux-tag.types.d.ts +1 -0
  1091. package/dist/types/components/stable/gux-text-highlight/gux-text-highlight.d.ts +4 -0
  1092. package/dist/types/components/stable/gux-time-picker/gux-time-picker.d.ts +42 -0
  1093. package/dist/types/components/stable/gux-toggle/gux-toggle.d.ts +1 -2
  1094. package/dist/types/components/stable/gux-tooltip/gux-tooltip-types.d.ts +1 -0
  1095. package/dist/types/components/stable/gux-tooltip/gux-tooltip.d.ts +6 -0
  1096. package/dist/types/components.d.ts +539 -581
  1097. package/dist/types/i18n/DateTimeFormatter.d.ts +3 -3
  1098. package/dist/types/i18n/time-zone/identifiers.d.ts +1 -0
  1099. package/dist/types/i18n/time-zone/types.d.ts +2 -0
  1100. package/dist/types/stencil-public-runtime.d.ts +38 -5
  1101. package/dist/types/stencil-wrapper.d.ts +2 -2
  1102. package/dist/types/test/specTestUtils.d.ts +2 -0
  1103. package/dist/types/utils/date/get-valid-timezone.d.ts +2 -0
  1104. package/dist/types/utils/date/time-zone.d.ts +9 -0
  1105. package/dist/types/utils/dom/calculate-input-disabled-state.d.ts +1 -1
  1106. package/dist/types/utils/dom/on-attribute-change.d.ts +2 -2
  1107. package/dist/types/utils/dom/on-input-disabled-state-change.d.ts +1 -1
  1108. package/package.json +32 -39
  1109. package/dist/cjs/DateTimeFormatter-8deff48e.js +0 -54
  1110. package/dist/cjs/find-element-by-id-99f1f933.js +0 -19
  1111. package/dist/cjs/floating-ui.dom.esm-cad0a9cf.js +0 -1467
  1112. package/dist/cjs/get-slot-text-content-8a021eeb.js +0 -27
  1113. package/dist/cjs/gux-advanced-dropdown.cjs.entry.js +0 -218
  1114. package/dist/cjs/gux-badge-beta.cjs.entry.js +0 -70
  1115. package/dist/cjs/gux-blank-state-beta.cjs.entry.js +0 -68
  1116. package/dist/cjs/gux-button-slot-beta.cjs.entry.js +0 -45
  1117. package/dist/cjs/gux-column-manager-beta.cjs.entry.js +0 -124
  1118. package/dist/cjs/gux-column-manager.service-94f84964.js +0 -93
  1119. package/dist/cjs/gux-context-menu-beta.cjs.entry.js +0 -132
  1120. package/dist/cjs/gux-disclosure-button.cjs.entry.js +0 -64
  1121. package/dist/cjs/gux-dropdown-multi-beta.cjs.entry.js +0 -410
  1122. package/dist/cjs/gux-error-message-beta.cjs.entry.js +0 -24
  1123. package/dist/cjs/gux-flyout-menu-beta.cjs.entry.js +0 -148
  1124. package/dist/cjs/gux-form-field-container-64e8bc38.js +0 -21
  1125. package/dist/cjs/gux-form-field.service-dd469568.js +0 -151
  1126. package/dist/cjs/gux-listbox.service-93102b5b.js +0 -172
  1127. package/dist/cjs/gux-loading-message-beta.cjs.entry.js +0 -68
  1128. package/dist/cjs/gux-pagination-beta.cjs.entry.js +0 -101
  1129. package/dist/cjs/gux-pagination-buttons-beta_2.cjs.entry.js +0 -255
  1130. package/dist/cjs/gux-pagination-buttons_3.cjs.entry.js +0 -277
  1131. package/dist/cjs/gux-pagination-items-per-page-beta.cjs.entry.js +0 -46
  1132. package/dist/cjs/gux-popover-list-beta.cjs.entry.js +0 -139
  1133. package/dist/cjs/gux-popover.cjs.entry.js +0 -133
  1134. package/dist/cjs/gux-region-icon.cjs.entry.js +0 -29
  1135. package/dist/cjs/gux-skip-navigation-list-beta.cjs.entry.js +0 -33
  1136. package/dist/cjs/gux-switch.cjs.entry.js +0 -45
  1137. package/dist/cjs/gux-tab-panel-beta.cjs.entry.js +0 -34
  1138. package/dist/cjs/gux-table-beta.cjs.entry.js +0 -378
  1139. package/dist/cjs/gux-table-select-popover.cjs.entry.js +0 -103
  1140. package/dist/cjs/gux-table-toolbar-beta.cjs.entry.js +0 -213
  1141. package/dist/cjs/gux-tag-beta.cjs.entry.js +0 -84
  1142. package/dist/cjs/gux-time-picker-beta.cjs.entry.js +0 -392
  1143. package/dist/cjs/index-0d0fdb85.js +0 -2605
  1144. package/dist/cjs/index-9bbde1aa.js +0 -4075
  1145. package/dist/cjs/on-attribute-change-37556263.js +0 -40
  1146. package/dist/cjs/on-click-outside-428f8bbf.js +0 -77
  1147. package/dist/cjs/on-mutation-247f99dd.js +0 -36
  1148. package/dist/cjs/on-resize-ee6a4b87.js +0 -36
  1149. package/dist/cjs/popper-9a6aec9e.js +0 -1794
  1150. package/dist/cjs/usage-24342df6.js +0 -234
  1151. package/dist/collection/components/beta/gux-badge/gux-badge.css +0 -83
  1152. package/dist/collection/components/beta/gux-badge/gux-badge.js +0 -130
  1153. package/dist/collection/components/beta/gux-blank-state/gux-blank-state-constants.js +0 -5
  1154. package/dist/collection/components/beta/gux-blank-state/gux-blank-state.css +0 -61
  1155. package/dist/collection/components/beta/gux-blank-state/gux-blank-state.js +0 -75
  1156. package/dist/collection/components/beta/gux-button-slot/gux-button-slot.css +0 -172
  1157. package/dist/collection/components/beta/gux-button-slot/gux-button-slot.js +0 -76
  1158. package/dist/collection/components/beta/gux-column-manager/gux-column-manager-item/gux-column-manager-item.css +0 -80
  1159. package/dist/collection/components/beta/gux-column-manager/gux-column-manager-item/gux-column-manager-item.js +0 -360
  1160. package/dist/collection/components/beta/gux-column-manager/gux-column-manager.css +0 -23
  1161. package/dist/collection/components/beta/gux-column-manager/gux-column-manager.js +0 -175
  1162. package/dist/collection/components/beta/gux-column-manager/gux-column-manager.service.js +0 -80
  1163. package/dist/collection/components/beta/gux-context-menu/gux-context-menu.css +0 -20
  1164. package/dist/collection/components/beta/gux-context-menu/gux-context-menu.js +0 -170
  1165. package/dist/collection/components/beta/gux-dropdown-multi/gux-dropdown-multi-tag/gux-dropdown-multi-tag.css +0 -50
  1166. package/dist/collection/components/beta/gux-dropdown-multi/gux-dropdown-multi-tag/gux-dropdown-multi-tag.js +0 -122
  1167. package/dist/collection/components/beta/gux-dropdown-multi/gux-dropdown-multi.css +0 -161
  1168. package/dist/collection/components/beta/gux-dropdown-multi/gux-dropdown-multi.js +0 -708
  1169. package/dist/collection/components/beta/gux-error-message-beta/gux-error-message-beta.css +0 -24
  1170. package/dist/collection/components/beta/gux-error-message-beta/gux-error-message-beta.js +0 -27
  1171. package/dist/collection/components/beta/gux-flyout-menu/gux-flyout-menu.css +0 -35
  1172. package/dist/collection/components/beta/gux-flyout-menu/gux-flyout-menu.js +0 -206
  1173. package/dist/collection/components/beta/gux-flyout-menu/gux-menu/gux-menu-option/gux-menu-option.css +0 -29
  1174. package/dist/collection/components/beta/gux-flyout-menu/gux-menu/gux-menu-option/gux-menu-option.js +0 -67
  1175. package/dist/collection/components/beta/gux-flyout-menu/gux-menu/gux-menu.css +0 -24
  1176. package/dist/collection/components/beta/gux-flyout-menu/gux-menu/gux-menu.js +0 -20
  1177. package/dist/collection/components/beta/gux-flyout-menu/gux-menu/gux-submenu/gux-submenu.css +0 -53
  1178. package/dist/collection/components/beta/gux-flyout-menu/gux-menu/gux-submenu/gux-submenu.js +0 -252
  1179. package/dist/collection/components/beta/gux-loading-message/gux-loading-message-constants.js +0 -5
  1180. package/dist/collection/components/beta/gux-loading-message/gux-loading-message.css +0 -55
  1181. package/dist/collection/components/beta/gux-loading-message/gux-loading-message.js +0 -75
  1182. package/dist/collection/components/beta/gux-pagination-beta/gux-pagination-beta.css +0 -43
  1183. package/dist/collection/components/beta/gux-pagination-beta/gux-pagination-beta.js +0 -216
  1184. package/dist/collection/components/beta/gux-pagination-beta/gux-pagination-buttons-beta/gux-pagination-button-beta.service.js +0 -134
  1185. package/dist/collection/components/beta/gux-pagination-beta/gux-pagination-buttons-beta/gux-pagination-buttons-beta.css +0 -96
  1186. package/dist/collection/components/beta/gux-pagination-beta/gux-pagination-buttons-beta/gux-pagination-buttons-beta.js +0 -160
  1187. package/dist/collection/components/beta/gux-pagination-beta/gux-pagination-buttons-beta/gux-pagination-ellipsis-button/gux-pagination-ellipsis-button.css +0 -30
  1188. package/dist/collection/components/beta/gux-pagination-beta/gux-pagination-buttons-beta/gux-pagination-ellipsis-button/gux-pagination-ellipsis-button.js +0 -164
  1189. package/dist/collection/components/beta/gux-pagination-beta/gux-pagination-item-counts-beta/gux-pagination-item-counts-beta.css +0 -10
  1190. package/dist/collection/components/beta/gux-pagination-beta/gux-pagination-item-counts-beta/gux-pagination-item-counts-beta.js +0 -106
  1191. package/dist/collection/components/beta/gux-pagination-beta/gux-pagination-items-per-page-beta/gux-pagination-items-per-page-beta.css +0 -29
  1192. package/dist/collection/components/beta/gux-pagination-beta/gux-pagination-items-per-page-beta/gux-pagination-items-per-page-beta.js +0 -90
  1193. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AD.png +0 -0
  1194. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AE.png +0 -0
  1195. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AF.png +0 -0
  1196. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AG.png +0 -0
  1197. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AI.png +0 -0
  1198. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AL.png +0 -0
  1199. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AM.png +0 -0
  1200. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AO.png +0 -0
  1201. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AR.png +0 -0
  1202. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AS.png +0 -0
  1203. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AT.png +0 -0
  1204. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AU.png +0 -0
  1205. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AW.png +0 -0
  1206. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AX.png +0 -0
  1207. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AZ.png +0 -0
  1208. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BA.png +0 -0
  1209. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BB.png +0 -0
  1210. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BD.png +0 -0
  1211. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BE.png +0 -0
  1212. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BF.png +0 -0
  1213. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BG.png +0 -0
  1214. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BH.png +0 -0
  1215. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BI.png +0 -0
  1216. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BJ.png +0 -0
  1217. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BL.png +0 -0
  1218. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BM.png +0 -0
  1219. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BN.png +0 -0
  1220. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BO.png +0 -0
  1221. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BQ.png +0 -0
  1222. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BR.png +0 -0
  1223. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BS.png +0 -0
  1224. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BT.png +0 -0
  1225. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BV.png +0 -0
  1226. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BW.png +0 -0
  1227. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BY.png +0 -0
  1228. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BZ.png +0 -0
  1229. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CA.png +0 -0
  1230. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CC.png +0 -0
  1231. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CD.png +0 -0
  1232. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CF.png +0 -0
  1233. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CG.png +0 -0
  1234. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CH.png +0 -0
  1235. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CI.png +0 -0
  1236. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CK.png +0 -0
  1237. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CL.png +0 -0
  1238. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CM.png +0 -0
  1239. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CN.png +0 -0
  1240. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CO.png +0 -0
  1241. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CR.png +0 -0
  1242. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CU.png +0 -0
  1243. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CV.png +0 -0
  1244. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CW.png +0 -0
  1245. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CX.png +0 -0
  1246. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CY.png +0 -0
  1247. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CZ.png +0 -0
  1248. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/DE.png +0 -0
  1249. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/DJ.png +0 -0
  1250. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/DK.png +0 -0
  1251. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/DM.png +0 -0
  1252. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/DO.png +0 -0
  1253. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/DZ.png +0 -0
  1254. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/EC.png +0 -0
  1255. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/EE.png +0 -0
  1256. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/EG.png +0 -0
  1257. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/EH.png +0 -0
  1258. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/ER.png +0 -0
  1259. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/ES.png +0 -0
  1260. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/ET.png +0 -0
  1261. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/FI.png +0 -0
  1262. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/FJ.png +0 -0
  1263. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/FK.png +0 -0
  1264. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/FM.png +0 -0
  1265. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/FO.png +0 -0
  1266. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/FR.png +0 -0
  1267. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GA.png +0 -0
  1268. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GB.png +0 -0
  1269. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GD.png +0 -0
  1270. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GE.png +0 -0
  1271. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GF.png +0 -0
  1272. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GG.png +0 -0
  1273. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GH.png +0 -0
  1274. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GI.png +0 -0
  1275. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GL.png +0 -0
  1276. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GM.png +0 -0
  1277. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GN.png +0 -0
  1278. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GP.png +0 -0
  1279. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GQ.png +0 -0
  1280. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GR.png +0 -0
  1281. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GS.png +0 -0
  1282. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GT.png +0 -0
  1283. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GU.png +0 -0
  1284. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GW.png +0 -0
  1285. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GY.png +0 -0
  1286. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/HK.png +0 -0
  1287. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/HN.png +0 -0
  1288. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/HR.png +0 -0
  1289. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/HT.png +0 -0
  1290. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/HU.png +0 -0
  1291. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/ID.png +0 -0
  1292. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/IE.png +0 -0
  1293. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/IL.png +0 -0
  1294. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/IM.png +0 -0
  1295. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/IN.png +0 -0
  1296. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/IO.png +0 -0
  1297. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/IQ.png +0 -0
  1298. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/IR.png +0 -0
  1299. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/IS.png +0 -0
  1300. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/IT.png +0 -0
  1301. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/JE.png +0 -0
  1302. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/JM.png +0 -0
  1303. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/JO.png +0 -0
  1304. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/JP.png +0 -0
  1305. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/KE.png +0 -0
  1306. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/KG.png +0 -0
  1307. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/KH.png +0 -0
  1308. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/KI.png +0 -0
  1309. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/KM.png +0 -0
  1310. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/KN.png +0 -0
  1311. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/KP.png +0 -0
  1312. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/KR.png +0 -0
  1313. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/KW.png +0 -0
  1314. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/KY.png +0 -0
  1315. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/KZ.png +0 -0
  1316. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/LA.png +0 -0
  1317. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/LB.png +0 -0
  1318. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/LC.png +0 -0
  1319. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/LI.png +0 -0
  1320. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/LK.png +0 -0
  1321. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/LR.png +0 -0
  1322. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/LS.png +0 -0
  1323. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/LT.png +0 -0
  1324. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/LU.png +0 -0
  1325. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/LV.png +0 -0
  1326. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/LY.png +0 -0
  1327. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MA.png +0 -0
  1328. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MC.png +0 -0
  1329. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MD.png +0 -0
  1330. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/ME.png +0 -0
  1331. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MF.png +0 -0
  1332. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MG.png +0 -0
  1333. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MH.png +0 -0
  1334. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MK.png +0 -0
  1335. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/ML.png +0 -0
  1336. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MM.png +0 -0
  1337. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MN.png +0 -0
  1338. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MO.png +0 -0
  1339. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MP.png +0 -0
  1340. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MQ.png +0 -0
  1341. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MR.png +0 -0
  1342. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MS.png +0 -0
  1343. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MT.png +0 -0
  1344. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MU.png +0 -0
  1345. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MV.png +0 -0
  1346. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MW.png +0 -0
  1347. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MX.png +0 -0
  1348. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MY.png +0 -0
  1349. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MZ.png +0 -0
  1350. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/NA.png +0 -0
  1351. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/NC.png +0 -0
  1352. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/NE.png +0 -0
  1353. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/NF.png +0 -0
  1354. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/NG.png +0 -0
  1355. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/NI.png +0 -0
  1356. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/NL.png +0 -0
  1357. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/NO.png +0 -0
  1358. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/NP.png +0 -0
  1359. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/NR.png +0 -0
  1360. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/NU.png +0 -0
  1361. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/NZ.png +0 -0
  1362. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/OM.png +0 -0
  1363. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PA.png +0 -0
  1364. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PE.png +0 -0
  1365. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PF.png +0 -0
  1366. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PG.png +0 -0
  1367. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PH.png +0 -0
  1368. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PK.png +0 -0
  1369. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PL.png +0 -0
  1370. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PM.png +0 -0
  1371. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PN.png +0 -0
  1372. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PR.png +0 -0
  1373. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PS.png +0 -0
  1374. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PT.png +0 -0
  1375. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PW.png +0 -0
  1376. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PY.png +0 -0
  1377. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/QA.png +0 -0
  1378. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/RE.png +0 -0
  1379. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/RO.png +0 -0
  1380. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/RS.png +0 -0
  1381. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/RU.png +0 -0
  1382. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/RW.png +0 -0
  1383. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SA.png +0 -0
  1384. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SB.png +0 -0
  1385. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SC.png +0 -0
  1386. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SD.png +0 -0
  1387. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SE.png +0 -0
  1388. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SG.png +0 -0
  1389. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SH.png +0 -0
  1390. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SI.png +0 -0
  1391. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SJ.png +0 -0
  1392. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SK.png +0 -0
  1393. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SL.png +0 -0
  1394. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SM.png +0 -0
  1395. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SN.png +0 -0
  1396. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SO.png +0 -0
  1397. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SR.png +0 -0
  1398. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SS.png +0 -0
  1399. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/ST.png +0 -0
  1400. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SV.png +0 -0
  1401. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SX.png +0 -0
  1402. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SY.png +0 -0
  1403. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SZ.png +0 -0
  1404. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TC.png +0 -0
  1405. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TD.png +0 -0
  1406. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TG.png +0 -0
  1407. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TH.png +0 -0
  1408. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TJ.png +0 -0
  1409. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TK.png +0 -0
  1410. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TL.png +0 -0
  1411. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TM.png +0 -0
  1412. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TN.png +0 -0
  1413. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TO.png +0 -0
  1414. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TR.png +0 -0
  1415. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TT.png +0 -0
  1416. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TV.png +0 -0
  1417. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TW.png +0 -0
  1418. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TZ.png +0 -0
  1419. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/UA.png +0 -0
  1420. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/UG.png +0 -0
  1421. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/US.png +0 -0
  1422. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/UY.png +0 -0
  1423. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/UZ.png +0 -0
  1424. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/VA.png +0 -0
  1425. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/VC.png +0 -0
  1426. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/VE.png +0 -0
  1427. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/VG.png +0 -0
  1428. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/VI.png +0 -0
  1429. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/VN.png +0 -0
  1430. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/VU.png +0 -0
  1431. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/WF.png +0 -0
  1432. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/WS.png +0 -0
  1433. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/XK.png +0 -0
  1434. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/YE.png +0 -0
  1435. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/YT.png +0 -0
  1436. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/ZA.png +0 -0
  1437. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/ZM.png +0 -0
  1438. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/ZW.png +0 -0
  1439. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/sprites/region-flags.css +0 -1528
  1440. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/sprites/region-flags.less +0 -3800
  1441. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/sprites/region-flags.png +0 -0
  1442. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/gux-region-icon.js +0 -68
  1443. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/gux-region-select.service.js +0 -25
  1444. package/dist/collection/components/beta/gux-popover-beta/gux-popover-beta.css +0 -61
  1445. package/dist/collection/components/beta/gux-popover-beta/gux-popover-beta.js +0 -267
  1446. package/dist/collection/components/beta/gux-popover-list-beta/gux-popover-list-beta.css +0 -46
  1447. package/dist/collection/components/beta/gux-popover-list-beta/gux-popover-list-beta.js +0 -257
  1448. package/dist/collection/components/beta/gux-skip-navigation-list/gux-skip-navigation-item/gux-skip-navigation-item.css +0 -22
  1449. package/dist/collection/components/beta/gux-skip-navigation-list/gux-skip-navigation-item/gux-skip-navigation-item.js +0 -22
  1450. package/dist/collection/components/beta/gux-skip-navigation-list/gux-skip-navigation-list.css +0 -26
  1451. package/dist/collection/components/beta/gux-skip-navigation-list/gux-skip-navigation-list.js +0 -30
  1452. package/dist/collection/components/beta/gux-tab-panel-beta/gux-tab-panel-beta.css +0 -8
  1453. package/dist/collection/components/beta/gux-tab-panel-beta/gux-tab-panel-beta.js +0 -107
  1454. package/dist/collection/components/beta/gux-table/gux-all-row-select/gux-all-row-select.css +0 -8
  1455. package/dist/collection/components/beta/gux-table/gux-all-row-select/gux-all-row-select.js +0 -110
  1456. package/dist/collection/components/beta/gux-table/gux-row-select/gux-row-select.css +0 -8
  1457. package/dist/collection/components/beta/gux-table/gux-row-select/gux-row-select.js +0 -101
  1458. package/dist/collection/components/beta/gux-table/gux-sort-control/gux-sort-control.css +0 -50
  1459. package/dist/collection/components/beta/gux-table/gux-sort-control/gux-sort-control.js +0 -176
  1460. package/dist/collection/components/beta/gux-table/gux-table-select-menu/gux-table-select-menu.css +0 -30
  1461. package/dist/collection/components/beta/gux-table/gux-table-select-menu/gux-table-select-menu.js +0 -130
  1462. package/dist/collection/components/beta/gux-table/gux-table-select-menu/gux-table-select-popover/gux-table-header-popover.js +0 -171
  1463. package/dist/collection/components/beta/gux-table/gux-table-select-menu/gux-table-select-popover/gux-table-select-popover.css +0 -12
  1464. package/dist/collection/components/beta/gux-table/gux-table.css +0 -74
  1465. package/dist/collection/components/beta/gux-table/gux-table.js +0 -568
  1466. package/dist/collection/components/beta/gux-table-toolbar/gux-table-toolbar-action/gux-table-toolbar-action.css +0 -3
  1467. package/dist/collection/components/beta/gux-table-toolbar/gux-table-toolbar-action/gux-table-toolbar-action.js +0 -124
  1468. package/dist/collection/components/beta/gux-table-toolbar/gux-table-toolbar-custom-action/gux-table-toolbar-custom-action.css +0 -26
  1469. package/dist/collection/components/beta/gux-table-toolbar/gux-table-toolbar-custom-action/gux-table-toolbar-custom-action.js +0 -96
  1470. package/dist/collection/components/beta/gux-table-toolbar/gux-table-toolbar-menu-button/gux-table-toolbar-menu-button.css +0 -35
  1471. package/dist/collection/components/beta/gux-table-toolbar/gux-table-toolbar-menu-button/gux-table-toolbar-menu-button.js +0 -142
  1472. package/dist/collection/components/beta/gux-table-toolbar/gux-table-toolbar.css +0 -52
  1473. package/dist/collection/components/beta/gux-table-toolbar/gux-table-toolbar.js +0 -209
  1474. package/dist/collection/components/beta/gux-tag/gux-tag.css +0 -461
  1475. package/dist/collection/components/beta/gux-tag/gux-tag.js +0 -193
  1476. package/dist/collection/components/beta/gux-time-picker/gux-time-picker.css +0 -134
  1477. package/dist/collection/components/beta/gux-time-picker/gux-time-picker.js +0 -409
  1478. package/dist/collection/components/beta/gux-time-picker/gux-time-picker.service.js +0 -142
  1479. package/dist/collection/components/legacy/gux-action-toast/gux-action-toast.css +0 -267
  1480. package/dist/collection/components/legacy/gux-action-toast/gux-action-toast.js +0 -30
  1481. package/dist/collection/components/legacy/gux-notification-toast/gux-notification-toast.css +0 -221
  1482. package/dist/collection/components/legacy/gux-notification-toast/gux-notification-toast.js +0 -83
  1483. package/dist/collection/components/legacy/gux-simple-toast/gux-simple-toast.css +0 -51
  1484. package/dist/collection/components/legacy/gux-simple-toast/gux-simple-toast.js +0 -82
  1485. package/dist/collection/components/stable/gux-advanced-dropdown/dropdown-option/gux-dropdown-option.css +0 -39
  1486. package/dist/collection/components/stable/gux-advanced-dropdown/dropdown-option/gux-dropdown-option.js +0 -248
  1487. package/dist/collection/components/stable/gux-advanced-dropdown/gux-advanced-dropdown.css +0 -85
  1488. package/dist/collection/components/stable/gux-advanced-dropdown/gux-advanced-dropdown.js +0 -396
  1489. package/dist/collection/components/stable/gux-alert/gux-inline-alert.css +0 -109
  1490. package/dist/collection/components/stable/gux-alert/gux-inline-alert.js +0 -76
  1491. package/dist/collection/components/stable/gux-disclosure-button/gux-disclosure-button.css +0 -42
  1492. package/dist/collection/components/stable/gux-disclosure-button/gux-disclosure-button.js +0 -153
  1493. package/dist/collection/components/stable/gux-switch/gux-switch-item/gux-switch-item.css +0 -68
  1494. package/dist/collection/components/stable/gux-switch/gux-switch-item/gux-switch-item.js +0 -96
  1495. package/dist/collection/components/stable/gux-switch/gux-switch.css +0 -4
  1496. package/dist/collection/components/stable/gux-switch/gux-switch.js +0 -107
  1497. package/dist/collection/components/stable/gux-tabs-advanced/gux-tabs-advanced.css +0 -3
  1498. package/dist/collection/style/fonts/roboto-v20-latin-300.svg +0 -1
  1499. package/dist/collection/style/fonts/roboto-v20-latin-700.svg +0 -309
  1500. package/dist/collection/style/fonts/roboto-v20-latin-italic.svg +0 -323
  1501. package/dist/collection/style/fonts/roboto-v20-latin-regular.svg +0 -308
  1502. package/dist/esm/DateTimeFormatter-bb057477.js +0 -52
  1503. package/dist/esm/find-element-by-id-758a0703.js +0 -17
  1504. package/dist/esm/floating-ui.dom.esm-48871497.js +0 -1459
  1505. package/dist/esm/get-slot-text-content-b2a8af86.js +0 -23
  1506. package/dist/esm/gux-advanced-dropdown.entry.js +0 -214
  1507. package/dist/esm/gux-badge-beta.entry.js +0 -66
  1508. package/dist/esm/gux-blank-state-beta.entry.js +0 -64
  1509. package/dist/esm/gux-button-slot-beta.entry.js +0 -41
  1510. package/dist/esm/gux-column-manager-beta.entry.js +0 -120
  1511. package/dist/esm/gux-column-manager.service-07ddccf5.js +0 -83
  1512. package/dist/esm/gux-context-menu-beta.entry.js +0 -128
  1513. package/dist/esm/gux-disclosure-button.entry.js +0 -60
  1514. package/dist/esm/gux-dropdown-multi-beta.entry.js +0 -406
  1515. package/dist/esm/gux-error-message-beta.entry.js +0 -20
  1516. package/dist/esm/gux-flyout-menu-beta.entry.js +0 -144
  1517. package/dist/esm/gux-form-field-container-0d93fc18.js +0 -18
  1518. package/dist/esm/gux-form-field.service-5f03e905.js +0 -140
  1519. package/dist/esm/gux-listbox.service-a8319b51.js +0 -157
  1520. package/dist/esm/gux-loading-message-beta.entry.js +0 -64
  1521. package/dist/esm/gux-pagination-beta.entry.js +0 -97
  1522. package/dist/esm/gux-pagination-buttons-beta_2.entry.js +0 -250
  1523. package/dist/esm/gux-pagination-buttons_3.entry.js +0 -271
  1524. package/dist/esm/gux-pagination-items-per-page-beta.entry.js +0 -42
  1525. package/dist/esm/gux-popover-list-beta.entry.js +0 -135
  1526. package/dist/esm/gux-popover.entry.js +0 -129
  1527. package/dist/esm/gux-region-icon.entry.js +0 -25
  1528. package/dist/esm/gux-skip-navigation-list-beta.entry.js +0 -29
  1529. package/dist/esm/gux-switch.entry.js +0 -41
  1530. package/dist/esm/gux-tab-panel-beta.entry.js +0 -30
  1531. package/dist/esm/gux-table-beta.entry.js +0 -374
  1532. package/dist/esm/gux-table-select-popover.entry.js +0 -99
  1533. package/dist/esm/gux-table-toolbar-beta.entry.js +0 -209
  1534. package/dist/esm/gux-tag-beta.entry.js +0 -80
  1535. package/dist/esm/gux-time-picker-beta.entry.js +0 -388
  1536. package/dist/esm/index-0b66fe2c.js +0 -2572
  1537. package/dist/esm/index-694d55cf.js +0 -4070
  1538. package/dist/esm/on-attribute-change-5fd8da7c.js +0 -36
  1539. package/dist/esm/on-click-outside-bc432a79.js +0 -75
  1540. package/dist/esm/on-mutation-8c8b2331.js +0 -34
  1541. package/dist/esm/on-resize-7177429a.js +0 -34
  1542. package/dist/esm/polyfills/css-shim.js +0 -1
  1543. package/dist/esm/popper-1604923e.js +0 -1792
  1544. package/dist/esm/usage-dc348835.js +0 -232
  1545. package/dist/genesys-webcomponents/assets/region-flags/AD.png +0 -0
  1546. package/dist/genesys-webcomponents/assets/region-flags/AE.png +0 -0
  1547. package/dist/genesys-webcomponents/assets/region-flags/AF.png +0 -0
  1548. package/dist/genesys-webcomponents/assets/region-flags/AG.png +0 -0
  1549. package/dist/genesys-webcomponents/assets/region-flags/AI.png +0 -0
  1550. package/dist/genesys-webcomponents/assets/region-flags/AL.png +0 -0
  1551. package/dist/genesys-webcomponents/assets/region-flags/AM.png +0 -0
  1552. package/dist/genesys-webcomponents/assets/region-flags/AO.png +0 -0
  1553. package/dist/genesys-webcomponents/assets/region-flags/AR.png +0 -0
  1554. package/dist/genesys-webcomponents/assets/region-flags/AS.png +0 -0
  1555. package/dist/genesys-webcomponents/assets/region-flags/AT.png +0 -0
  1556. package/dist/genesys-webcomponents/assets/region-flags/AU.png +0 -0
  1557. package/dist/genesys-webcomponents/assets/region-flags/AW.png +0 -0
  1558. package/dist/genesys-webcomponents/assets/region-flags/AX.png +0 -0
  1559. package/dist/genesys-webcomponents/assets/region-flags/AZ.png +0 -0
  1560. package/dist/genesys-webcomponents/assets/region-flags/BA.png +0 -0
  1561. package/dist/genesys-webcomponents/assets/region-flags/BB.png +0 -0
  1562. package/dist/genesys-webcomponents/assets/region-flags/BD.png +0 -0
  1563. package/dist/genesys-webcomponents/assets/region-flags/BE.png +0 -0
  1564. package/dist/genesys-webcomponents/assets/region-flags/BF.png +0 -0
  1565. package/dist/genesys-webcomponents/assets/region-flags/BG.png +0 -0
  1566. package/dist/genesys-webcomponents/assets/region-flags/BH.png +0 -0
  1567. package/dist/genesys-webcomponents/assets/region-flags/BI.png +0 -0
  1568. package/dist/genesys-webcomponents/assets/region-flags/BJ.png +0 -0
  1569. package/dist/genesys-webcomponents/assets/region-flags/BL.png +0 -0
  1570. package/dist/genesys-webcomponents/assets/region-flags/BM.png +0 -0
  1571. package/dist/genesys-webcomponents/assets/region-flags/BN.png +0 -0
  1572. package/dist/genesys-webcomponents/assets/region-flags/BO.png +0 -0
  1573. package/dist/genesys-webcomponents/assets/region-flags/BQ.png +0 -0
  1574. package/dist/genesys-webcomponents/assets/region-flags/BR.png +0 -0
  1575. package/dist/genesys-webcomponents/assets/region-flags/BS.png +0 -0
  1576. package/dist/genesys-webcomponents/assets/region-flags/BT.png +0 -0
  1577. package/dist/genesys-webcomponents/assets/region-flags/BV.png +0 -0
  1578. package/dist/genesys-webcomponents/assets/region-flags/BW.png +0 -0
  1579. package/dist/genesys-webcomponents/assets/region-flags/BY.png +0 -0
  1580. package/dist/genesys-webcomponents/assets/region-flags/BZ.png +0 -0
  1581. package/dist/genesys-webcomponents/assets/region-flags/CA.png +0 -0
  1582. package/dist/genesys-webcomponents/assets/region-flags/CC.png +0 -0
  1583. package/dist/genesys-webcomponents/assets/region-flags/CD.png +0 -0
  1584. package/dist/genesys-webcomponents/assets/region-flags/CF.png +0 -0
  1585. package/dist/genesys-webcomponents/assets/region-flags/CG.png +0 -0
  1586. package/dist/genesys-webcomponents/assets/region-flags/CH.png +0 -0
  1587. package/dist/genesys-webcomponents/assets/region-flags/CI.png +0 -0
  1588. package/dist/genesys-webcomponents/assets/region-flags/CK.png +0 -0
  1589. package/dist/genesys-webcomponents/assets/region-flags/CL.png +0 -0
  1590. package/dist/genesys-webcomponents/assets/region-flags/CM.png +0 -0
  1591. package/dist/genesys-webcomponents/assets/region-flags/CN.png +0 -0
  1592. package/dist/genesys-webcomponents/assets/region-flags/CO.png +0 -0
  1593. package/dist/genesys-webcomponents/assets/region-flags/CR.png +0 -0
  1594. package/dist/genesys-webcomponents/assets/region-flags/CU.png +0 -0
  1595. package/dist/genesys-webcomponents/assets/region-flags/CV.png +0 -0
  1596. package/dist/genesys-webcomponents/assets/region-flags/CW.png +0 -0
  1597. package/dist/genesys-webcomponents/assets/region-flags/CX.png +0 -0
  1598. package/dist/genesys-webcomponents/assets/region-flags/CY.png +0 -0
  1599. package/dist/genesys-webcomponents/assets/region-flags/CZ.png +0 -0
  1600. package/dist/genesys-webcomponents/assets/region-flags/DE.png +0 -0
  1601. package/dist/genesys-webcomponents/assets/region-flags/DJ.png +0 -0
  1602. package/dist/genesys-webcomponents/assets/region-flags/DK.png +0 -0
  1603. package/dist/genesys-webcomponents/assets/region-flags/DM.png +0 -0
  1604. package/dist/genesys-webcomponents/assets/region-flags/DO.png +0 -0
  1605. package/dist/genesys-webcomponents/assets/region-flags/DZ.png +0 -0
  1606. package/dist/genesys-webcomponents/assets/region-flags/EC.png +0 -0
  1607. package/dist/genesys-webcomponents/assets/region-flags/EE.png +0 -0
  1608. package/dist/genesys-webcomponents/assets/region-flags/EG.png +0 -0
  1609. package/dist/genesys-webcomponents/assets/region-flags/EH.png +0 -0
  1610. package/dist/genesys-webcomponents/assets/region-flags/ER.png +0 -0
  1611. package/dist/genesys-webcomponents/assets/region-flags/ES.png +0 -0
  1612. package/dist/genesys-webcomponents/assets/region-flags/ET.png +0 -0
  1613. package/dist/genesys-webcomponents/assets/region-flags/FI.png +0 -0
  1614. package/dist/genesys-webcomponents/assets/region-flags/FJ.png +0 -0
  1615. package/dist/genesys-webcomponents/assets/region-flags/FK.png +0 -0
  1616. package/dist/genesys-webcomponents/assets/region-flags/FM.png +0 -0
  1617. package/dist/genesys-webcomponents/assets/region-flags/FO.png +0 -0
  1618. package/dist/genesys-webcomponents/assets/region-flags/FR.png +0 -0
  1619. package/dist/genesys-webcomponents/assets/region-flags/GA.png +0 -0
  1620. package/dist/genesys-webcomponents/assets/region-flags/GB.png +0 -0
  1621. package/dist/genesys-webcomponents/assets/region-flags/GD.png +0 -0
  1622. package/dist/genesys-webcomponents/assets/region-flags/GE.png +0 -0
  1623. package/dist/genesys-webcomponents/assets/region-flags/GF.png +0 -0
  1624. package/dist/genesys-webcomponents/assets/region-flags/GG.png +0 -0
  1625. package/dist/genesys-webcomponents/assets/region-flags/GH.png +0 -0
  1626. package/dist/genesys-webcomponents/assets/region-flags/GI.png +0 -0
  1627. package/dist/genesys-webcomponents/assets/region-flags/GL.png +0 -0
  1628. package/dist/genesys-webcomponents/assets/region-flags/GM.png +0 -0
  1629. package/dist/genesys-webcomponents/assets/region-flags/GN.png +0 -0
  1630. package/dist/genesys-webcomponents/assets/region-flags/GP.png +0 -0
  1631. package/dist/genesys-webcomponents/assets/region-flags/GQ.png +0 -0
  1632. package/dist/genesys-webcomponents/assets/region-flags/GR.png +0 -0
  1633. package/dist/genesys-webcomponents/assets/region-flags/GS.png +0 -0
  1634. package/dist/genesys-webcomponents/assets/region-flags/GT.png +0 -0
  1635. package/dist/genesys-webcomponents/assets/region-flags/GU.png +0 -0
  1636. package/dist/genesys-webcomponents/assets/region-flags/GW.png +0 -0
  1637. package/dist/genesys-webcomponents/assets/region-flags/GY.png +0 -0
  1638. package/dist/genesys-webcomponents/assets/region-flags/HK.png +0 -0
  1639. package/dist/genesys-webcomponents/assets/region-flags/HN.png +0 -0
  1640. package/dist/genesys-webcomponents/assets/region-flags/HR.png +0 -0
  1641. package/dist/genesys-webcomponents/assets/region-flags/HT.png +0 -0
  1642. package/dist/genesys-webcomponents/assets/region-flags/HU.png +0 -0
  1643. package/dist/genesys-webcomponents/assets/region-flags/ID.png +0 -0
  1644. package/dist/genesys-webcomponents/assets/region-flags/IE.png +0 -0
  1645. package/dist/genesys-webcomponents/assets/region-flags/IL.png +0 -0
  1646. package/dist/genesys-webcomponents/assets/region-flags/IM.png +0 -0
  1647. package/dist/genesys-webcomponents/assets/region-flags/IN.png +0 -0
  1648. package/dist/genesys-webcomponents/assets/region-flags/IO.png +0 -0
  1649. package/dist/genesys-webcomponents/assets/region-flags/IQ.png +0 -0
  1650. package/dist/genesys-webcomponents/assets/region-flags/IR.png +0 -0
  1651. package/dist/genesys-webcomponents/assets/region-flags/IS.png +0 -0
  1652. package/dist/genesys-webcomponents/assets/region-flags/IT.png +0 -0
  1653. package/dist/genesys-webcomponents/assets/region-flags/JE.png +0 -0
  1654. package/dist/genesys-webcomponents/assets/region-flags/JM.png +0 -0
  1655. package/dist/genesys-webcomponents/assets/region-flags/JO.png +0 -0
  1656. package/dist/genesys-webcomponents/assets/region-flags/JP.png +0 -0
  1657. package/dist/genesys-webcomponents/assets/region-flags/KE.png +0 -0
  1658. package/dist/genesys-webcomponents/assets/region-flags/KG.png +0 -0
  1659. package/dist/genesys-webcomponents/assets/region-flags/KH.png +0 -0
  1660. package/dist/genesys-webcomponents/assets/region-flags/KI.png +0 -0
  1661. package/dist/genesys-webcomponents/assets/region-flags/KM.png +0 -0
  1662. package/dist/genesys-webcomponents/assets/region-flags/KN.png +0 -0
  1663. package/dist/genesys-webcomponents/assets/region-flags/KP.png +0 -0
  1664. package/dist/genesys-webcomponents/assets/region-flags/KR.png +0 -0
  1665. package/dist/genesys-webcomponents/assets/region-flags/KW.png +0 -0
  1666. package/dist/genesys-webcomponents/assets/region-flags/KY.png +0 -0
  1667. package/dist/genesys-webcomponents/assets/region-flags/KZ.png +0 -0
  1668. package/dist/genesys-webcomponents/assets/region-flags/LA.png +0 -0
  1669. package/dist/genesys-webcomponents/assets/region-flags/LB.png +0 -0
  1670. package/dist/genesys-webcomponents/assets/region-flags/LC.png +0 -0
  1671. package/dist/genesys-webcomponents/assets/region-flags/LI.png +0 -0
  1672. package/dist/genesys-webcomponents/assets/region-flags/LK.png +0 -0
  1673. package/dist/genesys-webcomponents/assets/region-flags/LR.png +0 -0
  1674. package/dist/genesys-webcomponents/assets/region-flags/LS.png +0 -0
  1675. package/dist/genesys-webcomponents/assets/region-flags/LT.png +0 -0
  1676. package/dist/genesys-webcomponents/assets/region-flags/LU.png +0 -0
  1677. package/dist/genesys-webcomponents/assets/region-flags/LV.png +0 -0
  1678. package/dist/genesys-webcomponents/assets/region-flags/LY.png +0 -0
  1679. package/dist/genesys-webcomponents/assets/region-flags/MA.png +0 -0
  1680. package/dist/genesys-webcomponents/assets/region-flags/MC.png +0 -0
  1681. package/dist/genesys-webcomponents/assets/region-flags/MD.png +0 -0
  1682. package/dist/genesys-webcomponents/assets/region-flags/ME.png +0 -0
  1683. package/dist/genesys-webcomponents/assets/region-flags/MF.png +0 -0
  1684. package/dist/genesys-webcomponents/assets/region-flags/MG.png +0 -0
  1685. package/dist/genesys-webcomponents/assets/region-flags/MH.png +0 -0
  1686. package/dist/genesys-webcomponents/assets/region-flags/MK.png +0 -0
  1687. package/dist/genesys-webcomponents/assets/region-flags/ML.png +0 -0
  1688. package/dist/genesys-webcomponents/assets/region-flags/MM.png +0 -0
  1689. package/dist/genesys-webcomponents/assets/region-flags/MN.png +0 -0
  1690. package/dist/genesys-webcomponents/assets/region-flags/MO.png +0 -0
  1691. package/dist/genesys-webcomponents/assets/region-flags/MP.png +0 -0
  1692. package/dist/genesys-webcomponents/assets/region-flags/MQ.png +0 -0
  1693. package/dist/genesys-webcomponents/assets/region-flags/MR.png +0 -0
  1694. package/dist/genesys-webcomponents/assets/region-flags/MS.png +0 -0
  1695. package/dist/genesys-webcomponents/assets/region-flags/MT.png +0 -0
  1696. package/dist/genesys-webcomponents/assets/region-flags/MU.png +0 -0
  1697. package/dist/genesys-webcomponents/assets/region-flags/MV.png +0 -0
  1698. package/dist/genesys-webcomponents/assets/region-flags/MW.png +0 -0
  1699. package/dist/genesys-webcomponents/assets/region-flags/MX.png +0 -0
  1700. package/dist/genesys-webcomponents/assets/region-flags/MY.png +0 -0
  1701. package/dist/genesys-webcomponents/assets/region-flags/MZ.png +0 -0
  1702. package/dist/genesys-webcomponents/assets/region-flags/NA.png +0 -0
  1703. package/dist/genesys-webcomponents/assets/region-flags/NC.png +0 -0
  1704. package/dist/genesys-webcomponents/assets/region-flags/NE.png +0 -0
  1705. package/dist/genesys-webcomponents/assets/region-flags/NF.png +0 -0
  1706. package/dist/genesys-webcomponents/assets/region-flags/NG.png +0 -0
  1707. package/dist/genesys-webcomponents/assets/region-flags/NI.png +0 -0
  1708. package/dist/genesys-webcomponents/assets/region-flags/NL.png +0 -0
  1709. package/dist/genesys-webcomponents/assets/region-flags/NO.png +0 -0
  1710. package/dist/genesys-webcomponents/assets/region-flags/NP.png +0 -0
  1711. package/dist/genesys-webcomponents/assets/region-flags/NR.png +0 -0
  1712. package/dist/genesys-webcomponents/assets/region-flags/NU.png +0 -0
  1713. package/dist/genesys-webcomponents/assets/region-flags/NZ.png +0 -0
  1714. package/dist/genesys-webcomponents/assets/region-flags/OM.png +0 -0
  1715. package/dist/genesys-webcomponents/assets/region-flags/PA.png +0 -0
  1716. package/dist/genesys-webcomponents/assets/region-flags/PE.png +0 -0
  1717. package/dist/genesys-webcomponents/assets/region-flags/PF.png +0 -0
  1718. package/dist/genesys-webcomponents/assets/region-flags/PG.png +0 -0
  1719. package/dist/genesys-webcomponents/assets/region-flags/PH.png +0 -0
  1720. package/dist/genesys-webcomponents/assets/region-flags/PK.png +0 -0
  1721. package/dist/genesys-webcomponents/assets/region-flags/PL.png +0 -0
  1722. package/dist/genesys-webcomponents/assets/region-flags/PM.png +0 -0
  1723. package/dist/genesys-webcomponents/assets/region-flags/PN.png +0 -0
  1724. package/dist/genesys-webcomponents/assets/region-flags/PR.png +0 -0
  1725. package/dist/genesys-webcomponents/assets/region-flags/PS.png +0 -0
  1726. package/dist/genesys-webcomponents/assets/region-flags/PT.png +0 -0
  1727. package/dist/genesys-webcomponents/assets/region-flags/PW.png +0 -0
  1728. package/dist/genesys-webcomponents/assets/region-flags/PY.png +0 -0
  1729. package/dist/genesys-webcomponents/assets/region-flags/QA.png +0 -0
  1730. package/dist/genesys-webcomponents/assets/region-flags/RE.png +0 -0
  1731. package/dist/genesys-webcomponents/assets/region-flags/RO.png +0 -0
  1732. package/dist/genesys-webcomponents/assets/region-flags/RS.png +0 -0
  1733. package/dist/genesys-webcomponents/assets/region-flags/RU.png +0 -0
  1734. package/dist/genesys-webcomponents/assets/region-flags/RW.png +0 -0
  1735. package/dist/genesys-webcomponents/assets/region-flags/SA.png +0 -0
  1736. package/dist/genesys-webcomponents/assets/region-flags/SB.png +0 -0
  1737. package/dist/genesys-webcomponents/assets/region-flags/SC.png +0 -0
  1738. package/dist/genesys-webcomponents/assets/region-flags/SD.png +0 -0
  1739. package/dist/genesys-webcomponents/assets/region-flags/SE.png +0 -0
  1740. package/dist/genesys-webcomponents/assets/region-flags/SG.png +0 -0
  1741. package/dist/genesys-webcomponents/assets/region-flags/SH.png +0 -0
  1742. package/dist/genesys-webcomponents/assets/region-flags/SI.png +0 -0
  1743. package/dist/genesys-webcomponents/assets/region-flags/SJ.png +0 -0
  1744. package/dist/genesys-webcomponents/assets/region-flags/SK.png +0 -0
  1745. package/dist/genesys-webcomponents/assets/region-flags/SL.png +0 -0
  1746. package/dist/genesys-webcomponents/assets/region-flags/SM.png +0 -0
  1747. package/dist/genesys-webcomponents/assets/region-flags/SN.png +0 -0
  1748. package/dist/genesys-webcomponents/assets/region-flags/SO.png +0 -0
  1749. package/dist/genesys-webcomponents/assets/region-flags/SR.png +0 -0
  1750. package/dist/genesys-webcomponents/assets/region-flags/SS.png +0 -0
  1751. package/dist/genesys-webcomponents/assets/region-flags/ST.png +0 -0
  1752. package/dist/genesys-webcomponents/assets/region-flags/SV.png +0 -0
  1753. package/dist/genesys-webcomponents/assets/region-flags/SX.png +0 -0
  1754. package/dist/genesys-webcomponents/assets/region-flags/SY.png +0 -0
  1755. package/dist/genesys-webcomponents/assets/region-flags/SZ.png +0 -0
  1756. package/dist/genesys-webcomponents/assets/region-flags/TC.png +0 -0
  1757. package/dist/genesys-webcomponents/assets/region-flags/TD.png +0 -0
  1758. package/dist/genesys-webcomponents/assets/region-flags/TG.png +0 -0
  1759. package/dist/genesys-webcomponents/assets/region-flags/TH.png +0 -0
  1760. package/dist/genesys-webcomponents/assets/region-flags/TJ.png +0 -0
  1761. package/dist/genesys-webcomponents/assets/region-flags/TK.png +0 -0
  1762. package/dist/genesys-webcomponents/assets/region-flags/TL.png +0 -0
  1763. package/dist/genesys-webcomponents/assets/region-flags/TM.png +0 -0
  1764. package/dist/genesys-webcomponents/assets/region-flags/TN.png +0 -0
  1765. package/dist/genesys-webcomponents/assets/region-flags/TO.png +0 -0
  1766. package/dist/genesys-webcomponents/assets/region-flags/TR.png +0 -0
  1767. package/dist/genesys-webcomponents/assets/region-flags/TT.png +0 -0
  1768. package/dist/genesys-webcomponents/assets/region-flags/TV.png +0 -0
  1769. package/dist/genesys-webcomponents/assets/region-flags/TW.png +0 -0
  1770. package/dist/genesys-webcomponents/assets/region-flags/TZ.png +0 -0
  1771. package/dist/genesys-webcomponents/assets/region-flags/UA.png +0 -0
  1772. package/dist/genesys-webcomponents/assets/region-flags/UG.png +0 -0
  1773. package/dist/genesys-webcomponents/assets/region-flags/US.png +0 -0
  1774. package/dist/genesys-webcomponents/assets/region-flags/UY.png +0 -0
  1775. package/dist/genesys-webcomponents/assets/region-flags/UZ.png +0 -0
  1776. package/dist/genesys-webcomponents/assets/region-flags/VA.png +0 -0
  1777. package/dist/genesys-webcomponents/assets/region-flags/VC.png +0 -0
  1778. package/dist/genesys-webcomponents/assets/region-flags/VE.png +0 -0
  1779. package/dist/genesys-webcomponents/assets/region-flags/VG.png +0 -0
  1780. package/dist/genesys-webcomponents/assets/region-flags/VI.png +0 -0
  1781. package/dist/genesys-webcomponents/assets/region-flags/VN.png +0 -0
  1782. package/dist/genesys-webcomponents/assets/region-flags/VU.png +0 -0
  1783. package/dist/genesys-webcomponents/assets/region-flags/WF.png +0 -0
  1784. package/dist/genesys-webcomponents/assets/region-flags/WS.png +0 -0
  1785. package/dist/genesys-webcomponents/assets/region-flags/XK.png +0 -0
  1786. package/dist/genesys-webcomponents/assets/region-flags/YE.png +0 -0
  1787. package/dist/genesys-webcomponents/assets/region-flags/YT.png +0 -0
  1788. package/dist/genesys-webcomponents/assets/region-flags/ZA.png +0 -0
  1789. package/dist/genesys-webcomponents/assets/region-flags/ZM.png +0 -0
  1790. package/dist/genesys-webcomponents/assets/region-flags/ZW.png +0 -0
  1791. package/dist/genesys-webcomponents/assets/sprites/region-flags.less +0 -3800
  1792. package/dist/genesys-webcomponents/assets/sprites/region-flags.png +0 -0
  1793. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-300.eot +0 -0
  1794. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-300.svg +0 -1
  1795. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-300.ttf +0 -0
  1796. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-300.woff +0 -0
  1797. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-300.woff2 +0 -0
  1798. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-700.eot +0 -0
  1799. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-700.svg +0 -309
  1800. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-700.ttf +0 -0
  1801. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-700.woff +0 -0
  1802. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-700.woff2 +0 -0
  1803. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-italic.eot +0 -0
  1804. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-italic.svg +0 -323
  1805. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-italic.ttf +0 -0
  1806. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-italic.woff +0 -0
  1807. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-italic.woff2 +0 -0
  1808. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-regular.eot +0 -0
  1809. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-regular.svg +0 -308
  1810. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-regular.ttf +0 -0
  1811. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-regular.woff +0 -0
  1812. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-regular.woff2 +0 -0
  1813. package/dist/genesys-webcomponents/less/color-palette.less +0 -105
  1814. package/dist/genesys-webcomponents/less/focus.less +0 -48
  1815. package/dist/genesys-webcomponents/less/shadows.less +0 -17
  1816. package/dist/genesys-webcomponents/less/spacing.less +0 -12
  1817. package/dist/genesys-webcomponents/less/typography.less +0 -162
  1818. package/dist/genesys-webcomponents/p-044f6df8.entry.js +0 -1
  1819. package/dist/genesys-webcomponents/p-0501a8ad.entry.js +0 -1
  1820. package/dist/genesys-webcomponents/p-06a92400.entry.js +0 -1
  1821. package/dist/genesys-webcomponents/p-0ae0f7e6.entry.js +0 -1
  1822. package/dist/genesys-webcomponents/p-0c93ccd0.entry.js +0 -1
  1823. package/dist/genesys-webcomponents/p-0d5ca0c3.entry.js +0 -1
  1824. package/dist/genesys-webcomponents/p-12a34636.entry.js +0 -1
  1825. package/dist/genesys-webcomponents/p-13085d82.entry.js +0 -1
  1826. package/dist/genesys-webcomponents/p-1329ac21.entry.js +0 -1
  1827. package/dist/genesys-webcomponents/p-1348ed4e.entry.js +0 -1
  1828. package/dist/genesys-webcomponents/p-13dd4c6b.js +0 -1
  1829. package/dist/genesys-webcomponents/p-15cfc7c0.entry.js +0 -1
  1830. package/dist/genesys-webcomponents/p-15d8c3f7.entry.js +0 -1
  1831. package/dist/genesys-webcomponents/p-17385760.js +0 -1
  1832. package/dist/genesys-webcomponents/p-1aab5a86.entry.js +0 -1
  1833. package/dist/genesys-webcomponents/p-1ba12e83.entry.js +0 -1
  1834. package/dist/genesys-webcomponents/p-210bc5a8.entry.js +0 -1
  1835. package/dist/genesys-webcomponents/p-211297b8.entry.js +0 -1
  1836. package/dist/genesys-webcomponents/p-21c19fc5.entry.js +0 -1
  1837. package/dist/genesys-webcomponents/p-22a428f3.entry.js +0 -1
  1838. package/dist/genesys-webcomponents/p-231f3d11.entry.js +0 -1
  1839. package/dist/genesys-webcomponents/p-235edbf8.entry.js +0 -1
  1840. package/dist/genesys-webcomponents/p-2424c09c.entry.js +0 -1
  1841. package/dist/genesys-webcomponents/p-27b1150a.entry.js +0 -1
  1842. package/dist/genesys-webcomponents/p-2b4937e7.entry.js +0 -1
  1843. package/dist/genesys-webcomponents/p-334e3b2c.entry.js +0 -1
  1844. package/dist/genesys-webcomponents/p-3359722b.entry.js +0 -1
  1845. package/dist/genesys-webcomponents/p-36705f81.entry.js +0 -1
  1846. package/dist/genesys-webcomponents/p-3701eff0.js +0 -1
  1847. package/dist/genesys-webcomponents/p-399ebd39.entry.js +0 -1
  1848. package/dist/genesys-webcomponents/p-39b24beb.entry.js +0 -1
  1849. package/dist/genesys-webcomponents/p-3a86180c.entry.js +0 -1
  1850. package/dist/genesys-webcomponents/p-3d65f3b8.entry.js +0 -1
  1851. package/dist/genesys-webcomponents/p-3e5c92ed.entry.js +0 -1
  1852. package/dist/genesys-webcomponents/p-3f96ede4.entry.js +0 -1
  1853. package/dist/genesys-webcomponents/p-4174a895.entry.js +0 -1
  1854. package/dist/genesys-webcomponents/p-43748f70.entry.js +0 -1
  1855. package/dist/genesys-webcomponents/p-43d22f9f.entry.js +0 -1
  1856. package/dist/genesys-webcomponents/p-453ebc09.entry.js +0 -1
  1857. package/dist/genesys-webcomponents/p-462a6cf1.entry.js +0 -1
  1858. package/dist/genesys-webcomponents/p-46733f6d.entry.js +0 -1
  1859. package/dist/genesys-webcomponents/p-474cf6cf.entry.js +0 -1
  1860. package/dist/genesys-webcomponents/p-47998322.entry.js +0 -1
  1861. package/dist/genesys-webcomponents/p-4a905989.entry.js +0 -1
  1862. package/dist/genesys-webcomponents/p-4d250c8c.entry.js +0 -1
  1863. package/dist/genesys-webcomponents/p-4db3c78e.entry.js +0 -1
  1864. package/dist/genesys-webcomponents/p-4dd3297c.entry.js +0 -1
  1865. package/dist/genesys-webcomponents/p-4e924d51.entry.js +0 -1
  1866. package/dist/genesys-webcomponents/p-50ad8050.entry.js +0 -1
  1867. package/dist/genesys-webcomponents/p-51e93bd6.entry.js +0 -1
  1868. package/dist/genesys-webcomponents/p-5272bcf5.entry.js +0 -1
  1869. package/dist/genesys-webcomponents/p-52eabf38.entry.js +0 -1
  1870. package/dist/genesys-webcomponents/p-54ea567a.entry.js +0 -1
  1871. package/dist/genesys-webcomponents/p-55cf6d81.js +0 -1
  1872. package/dist/genesys-webcomponents/p-59a9a7ab.entry.js +0 -1
  1873. package/dist/genesys-webcomponents/p-5be8b2a4.entry.js +0 -1
  1874. package/dist/genesys-webcomponents/p-5dd0ef71.entry.js +0 -1
  1875. package/dist/genesys-webcomponents/p-62913396.js +0 -1
  1876. package/dist/genesys-webcomponents/p-6370cb48.js +0 -1
  1877. package/dist/genesys-webcomponents/p-65c5ed8b.entry.js +0 -1
  1878. package/dist/genesys-webcomponents/p-6ad3dd5d.entry.js +0 -1
  1879. package/dist/genesys-webcomponents/p-6d765e83.entry.js +0 -1
  1880. package/dist/genesys-webcomponents/p-6ec09993.entry.js +0 -1
  1881. package/dist/genesys-webcomponents/p-76322d74.entry.js +0 -1
  1882. package/dist/genesys-webcomponents/p-763ee30d.entry.js +0 -1
  1883. package/dist/genesys-webcomponents/p-776283ef.entry.js +0 -1
  1884. package/dist/genesys-webcomponents/p-77dbd3eb.entry.js +0 -1
  1885. package/dist/genesys-webcomponents/p-7b43f40b.entry.js +0 -1
  1886. package/dist/genesys-webcomponents/p-7d26b2e1.js +0 -2
  1887. package/dist/genesys-webcomponents/p-7d614de7.js +0 -1
  1888. package/dist/genesys-webcomponents/p-7f417122.entry.js +0 -1
  1889. package/dist/genesys-webcomponents/p-81c3fa5a.entry.js +0 -1
  1890. package/dist/genesys-webcomponents/p-86b520ad.entry.js +0 -1
  1891. package/dist/genesys-webcomponents/p-87515ce4.entry.js +0 -1
  1892. package/dist/genesys-webcomponents/p-8d286dbe.entry.js +0 -1
  1893. package/dist/genesys-webcomponents/p-8d5ff6d7.entry.js +0 -1
  1894. package/dist/genesys-webcomponents/p-8d8eb1cc.entry.js +0 -1
  1895. package/dist/genesys-webcomponents/p-8e9bfb5c.entry.js +0 -1
  1896. package/dist/genesys-webcomponents/p-907faf88.entry.js +0 -1
  1897. package/dist/genesys-webcomponents/p-92db2ccc.entry.js +0 -1
  1898. package/dist/genesys-webcomponents/p-988ec837.entry.js +0 -1
  1899. package/dist/genesys-webcomponents/p-99fd0714.entry.js +0 -1
  1900. package/dist/genesys-webcomponents/p-9d18d475.js +0 -1
  1901. package/dist/genesys-webcomponents/p-9e354ad1.entry.js +0 -1
  1902. package/dist/genesys-webcomponents/p-a12e4558.entry.js +0 -1
  1903. package/dist/genesys-webcomponents/p-a1877584.entry.js +0 -1
  1904. package/dist/genesys-webcomponents/p-a2cf2645.entry.js +0 -1
  1905. package/dist/genesys-webcomponents/p-a733f4ca.js +0 -1
  1906. package/dist/genesys-webcomponents/p-a7f1d343.entry.js +0 -1
  1907. package/dist/genesys-webcomponents/p-a83dd958.entry.js +0 -1
  1908. package/dist/genesys-webcomponents/p-a95fbd3b.entry.js +0 -1
  1909. package/dist/genesys-webcomponents/p-abee1c31.entry.js +0 -1
  1910. package/dist/genesys-webcomponents/p-ac115d74.entry.js +0 -1
  1911. package/dist/genesys-webcomponents/p-acf50a75.entry.js +0 -1
  1912. package/dist/genesys-webcomponents/p-af48a4c4.entry.js +0 -1
  1913. package/dist/genesys-webcomponents/p-b3c9fd06.js +0 -1
  1914. package/dist/genesys-webcomponents/p-b85b93e1.entry.js +0 -1
  1915. package/dist/genesys-webcomponents/p-bb9d1f79.entry.js +0 -1
  1916. package/dist/genesys-webcomponents/p-bbf97119.entry.js +0 -1
  1917. package/dist/genesys-webcomponents/p-bcd6a155.entry.js +0 -1
  1918. package/dist/genesys-webcomponents/p-bfee4ef5.entry.js +0 -1
  1919. package/dist/genesys-webcomponents/p-c7631270.entry.js +0 -7
  1920. package/dist/genesys-webcomponents/p-c94a287d.entry.js +0 -1
  1921. package/dist/genesys-webcomponents/p-cbb3c659.entry.js +0 -1
  1922. package/dist/genesys-webcomponents/p-cddbda89.entry.js +0 -1
  1923. package/dist/genesys-webcomponents/p-d576dba5.entry.js +0 -1
  1924. package/dist/genesys-webcomponents/p-d686b75d.entry.js +0 -1
  1925. package/dist/genesys-webcomponents/p-d8e0956f.entry.js +0 -1
  1926. package/dist/genesys-webcomponents/p-d9b567de.entry.js +0 -1
  1927. package/dist/genesys-webcomponents/p-dabc29f6.entry.js +0 -1
  1928. package/dist/genesys-webcomponents/p-ddb0b3c9.entry.js +0 -1
  1929. package/dist/genesys-webcomponents/p-ddcb911f.entry.js +0 -1
  1930. package/dist/genesys-webcomponents/p-deee079e.js +0 -1
  1931. package/dist/genesys-webcomponents/p-e079ba14.entry.js +0 -1
  1932. package/dist/genesys-webcomponents/p-e12d9035.js +0 -1
  1933. package/dist/genesys-webcomponents/p-e2ae4d45.entry.js +0 -1
  1934. package/dist/genesys-webcomponents/p-e459974a.js +0 -1
  1935. package/dist/genesys-webcomponents/p-e77a7011.entry.js +0 -1
  1936. package/dist/genesys-webcomponents/p-ea65af01.entry.js +0 -1
  1937. package/dist/genesys-webcomponents/p-ec218689.js +0 -1
  1938. package/dist/genesys-webcomponents/p-ec7d9b61.entry.js +0 -1
  1939. package/dist/genesys-webcomponents/p-f0865d09.entry.js +0 -1
  1940. package/dist/genesys-webcomponents/p-f2355cca.entry.js +0 -1
  1941. package/dist/genesys-webcomponents/p-f2fea056.entry.js +0 -1
  1942. package/dist/genesys-webcomponents/p-f34ce7dc.js +0 -1
  1943. package/dist/genesys-webcomponents/p-f6b00f82.entry.js +0 -1
  1944. package/dist/genesys-webcomponents/p-f9768ae7.entry.js +0 -1
  1945. package/dist/genesys-webcomponents/p-fa5fdc06.entry.js +0 -1
  1946. package/dist/genesys-webcomponents/p-fba1a019.entry.js +0 -1
  1947. package/dist/genesys-webcomponents/p-fce5f94d.entry.js +0 -1
  1948. package/dist/types/components/beta/gux-badge/gux-badge.d.ts +0 -19
  1949. package/dist/types/components/beta/gux-badge/gux-badge.types.d.ts +0 -2
  1950. package/dist/types/components/beta/gux-blank-state/gux-blank-state-constants.d.ts +0 -5
  1951. package/dist/types/components/beta/gux-blank-state/gux-blank-state.d.ts +0 -20
  1952. package/dist/types/components/beta/gux-blank-state/gux-blank-state.types.d.ts +0 -1
  1953. package/dist/types/components/beta/gux-button-slot/gux-button-slot.d.ts +0 -12
  1954. package/dist/types/components/beta/gux-context-menu/gux-context-menu.d.ts +0 -29
  1955. package/dist/types/components/beta/gux-dropdown-multi/gux-dropdown-multi.d.ts +0 -113
  1956. package/dist/types/components/beta/gux-error-message-beta/gux-error-message-beta.d.ts +0 -10
  1957. package/dist/types/components/beta/gux-flyout-menu/gux-flyout-menu.d.ts +0 -30
  1958. package/dist/types/components/beta/gux-flyout-menu/gux-menu/gux-menu-option/gux-menu-option.d.ts +0 -14
  1959. package/dist/types/components/beta/gux-flyout-menu/gux-menu/gux-submenu/gux-submenu.d.ts +0 -34
  1960. package/dist/types/components/beta/gux-loading-message/gux-loading-message-constants.d.ts +0 -5
  1961. package/dist/types/components/beta/gux-loading-message/gux-loading-message-size.types.d.ts +0 -1
  1962. package/dist/types/components/beta/gux-loading-message/gux-loading-message.d.ts +0 -21
  1963. package/dist/types/components/beta/gux-pagination-beta/gux-pagination-beta.d.ts +0 -44
  1964. package/dist/types/components/beta/gux-pagination-beta/gux-pagination-beta.types.d.ts +0 -2
  1965. package/dist/types/components/beta/gux-pagination-beta/gux-pagination-buttons-beta/gux-pagination-button-beta.service.d.ts +0 -9
  1966. package/dist/types/components/beta/gux-pagination-beta/gux-pagination-buttons-beta/gux-pagination-buttons-beta.d.ts +0 -23
  1967. package/dist/types/components/beta/gux-pagination-beta/gux-pagination-item-counts-beta/gux-pagination-item-counts-beta.d.ts +0 -13
  1968. package/dist/types/components/beta/gux-pagination-beta/gux-pagination-items-per-page-beta/gux-pagination-items-per-page-beta.d.ts +0 -13
  1969. package/dist/types/components/beta/gux-phone-input/components/gux-region-icon/gux-region-icon.d.ts +0 -8
  1970. package/dist/types/components/beta/gux-phone-input/components/gux-region-icon/gux-region-select.service.d.ts +0 -1
  1971. package/dist/types/components/beta/gux-popover-beta/gux-popover-beta.d.ts +0 -44
  1972. package/dist/types/components/beta/gux-popover-list-beta/gux-popover-list-beta.d.ts +0 -41
  1973. package/dist/types/components/beta/gux-tab-panel-beta/gux-tab-panel-beta.d.ts +0 -18
  1974. package/dist/types/components/beta/gux-table/gux-all-row-select/gux-all-row-select.d.ts +0 -13
  1975. package/dist/types/components/beta/gux-table/gux-row-select/gux-row-select.d.ts +0 -12
  1976. package/dist/types/components/beta/gux-table/gux-table-select-menu/gux-table-select-popover/gux-table-header-popover.d.ts +0 -32
  1977. package/dist/types/components/beta/gux-table/gux-table.d.ts +0 -113
  1978. package/dist/types/components/beta/gux-table-toolbar/gux-table-toolbar-custom-action/gux-table-toolbar-custom-action.d.ts +0 -14
  1979. package/dist/types/components/beta/gux-table-toolbar/gux-table-toolbar-menu-button/gux-table-toolbar-menu-button.d.ts +0 -17
  1980. package/dist/types/components/beta/gux-tag/gux-tag.d.ts +0 -40
  1981. package/dist/types/components/beta/gux-tag/gux-tag.types.d.ts +0 -2
  1982. package/dist/types/components/beta/gux-time-picker/gux-time-picker.d.ts +0 -42
  1983. package/dist/types/components/stable/gux-advanced-dropdown/gux-advanced-dropdown.d.ts +0 -71
  1984. package/dist/types/components/stable/gux-disclosure-button/gux-disclosure-button.d.ts +0 -37
  1985. package/dist/types/components/stable/gux-popover/gux-popover.types.d.ts +0 -1
  1986. package/dist/types/components/stable/gux-popover-list/gux-popover-list.types.d.ts +0 -1
  1987. package/dist/types/components/stable/gux-radial-progress/gux-radial-progress.types.d.ts +0 -1
  1988. /package/dist/cjs/{after-next-render-a09f528a.js → after-next-render-a023ef47.js} +0 -0
  1989. /package/dist/cjs/{capitalize-first-letter-8e2f04e5.js → capitalize-first-letter-251c82ed.js} +0 -0
  1990. /package/dist/cjs/{clamp-1bb96117.js → clamp-a9926a57.js} +0 -0
  1991. /package/dist/cjs/{en-dc1f49b7.js → en-807a354e.js} +0 -0
  1992. /package/dist/cjs/{en-eb56dc17.js → en-85604f0f.js} +0 -0
  1993. /package/dist/cjs/{en-b3076cac.js → en-f88c1935.js} +0 -0
  1994. /package/dist/cjs/{event-is-from-ad1044f2.js → event-is-from-f3f1cfde.js} +0 -0
  1995. /package/dist/cjs/{get-closest-element-ab4b2eee.js → get-closest-element-26894e5a.js} +0 -0
  1996. /package/dist/cjs/{get-slot-097ade01.js → get-slot-395a67ef.js} +0 -0
  1997. /package/dist/cjs/{gux-list.service-763539a2.js → gux-list.service-4beaa394.js} +0 -0
  1998. /package/dist/cjs/{gux-menu.common-ada23b94.js → gux-menu.common-d41b2fac.js} +0 -0
  1999. /package/dist/cjs/{has-slot-2e73d6e7.js → has-slot-429f8b9e.js} +0 -0
  2000. /package/dist/cjs/{iso-dates-f78ffb80.js → iso-dates-d0cd4802.js} +0 -0
  2001. /package/dist/cjs/{log-error-d46c02b7.js → log-error-8a92241e.js} +0 -0
  2002. /package/dist/cjs/{on-input-disabled-state-change-d66fb86b.js → on-input-disabled-state-change-005e5b3e.js} +0 -0
  2003. /package/dist/cjs/{on-mutation-8f8a4460.js → on-mutation-ef917473.js} +0 -0
  2004. /package/dist/cjs/{prevent-browser-validation-styling-d21b1a56.js → prevent-browser-validation-styling-15142963.js} +0 -0
  2005. /package/dist/cjs/{random-html-id-b86b61c0.js → random-html-id-32ef8847.js} +0 -0
  2006. /package/dist/cjs/{simulate-native-event-fe3e62da.js → simulate-native-event-8209a457.js} +0 -0
  2007. /package/dist/cjs/{when-event-is-from-69b5ca13.js → when-event-is-from-20e89254.js} +0 -0
  2008. /package/dist/cjs/{year-month-values-f387f8d8.js → year-month-values-6028ce26.js} +0 -0
  2009. /package/dist/collection/components/beta/{gux-badge/gux-badge.types.js → gux-phone-input/gux-phone.types.js} +0 -0
  2010. /package/dist/collection/components/beta/{gux-blank-state/gux-blank-state.types.js → gux-segmented-control/gux-segmented-control-item/gux-segmented-control-item.types.js} +0 -0
  2011. /package/dist/collection/components/beta/{gux-column-manager/gux-column-manager.types.js → gux-time-zone-picker/gux-time-zone-picker.types.js} +0 -0
  2012. /package/dist/collection/components/{stable/gux-disclosure-button → legacy/gux-disclosure-button-legacy}/gux-disclosure-button.types.js +0 -0
  2013. /package/dist/collection/components/{beta/gux-loading-message/gux-loading-message-size.types.js → legacy/gux-modal-legacy/gux-modal-legacy.types.js} +0 -0
  2014. /package/dist/collection/components/legacy/{gux-notification-toast → gux-notification-toast-legacy}/gux-notification-toast.types.js +0 -0
  2015. /package/dist/collection/components/{beta/gux-pagination-beta/gux-pagination-beta.types.js → legacy/gux-pagination-legacy/gux-pagination.types.js} +0 -0
  2016. /package/dist/collection/components/legacy/{gux-simple-toast → gux-simple-toast-legacy}/gux-simple-toast.types.js +0 -0
  2017. /package/dist/collection/components/{stable/gux-switch → legacy/gux-switch-legacy}/gux-switch.types.js +0 -0
  2018. /package/dist/collection/components/{beta/gux-table-toolbar/gux-table-toolbar-action-accents.types.js → stable/gux-badge/gux-badge.types.js} +0 -0
  2019. /package/dist/collection/components/{beta → stable}/gux-column-manager/gux-column-manager-item/gux-column-manager-item.service.js +0 -0
  2020. /package/dist/collection/components/{beta/gux-table-toolbar/gux-table-toolbar-action/gux-table-toolbar-action.types.js → stable/gux-column-manager/gux-column-manager.types.js} +0 -0
  2021. /package/dist/collection/components/{beta → stable}/gux-flyout-menu/gux-menu/gux-menu.common.js +0 -0
  2022. /package/dist/collection/components/stable/{gux-alert → gux-inline-alert}/gux-inline-alert.types.js +0 -0
  2023. /package/dist/collection/components/{beta → stable}/gux-table/gux-sort-control/tests/gux-sort-control.markup.js +0 -0
  2024. /package/dist/collection/components/{beta/gux-time-picker/gux-time-picker.type.js → stable/gux-table/gux-table.types.js} +0 -0
  2025. /package/dist/collection/components/{beta/gux-table/gux-table.types.js → stable/gux-table-toolbar/gux-table-toolbar-action/gux-table-toolbar-action.types.js} +0 -0
  2026. /package/dist/collection/components/{beta/gux-table-toolbar/gux-table-toolbar.types.js → stable/gux-table-toolbar/gux-table-toolbar-action-accents.types.js} +0 -0
  2027. /package/dist/collection/components/{beta → stable}/gux-table-toolbar/gux-table-toolbar.constants.js +0 -0
  2028. /package/dist/collection/components/{beta → stable}/gux-table-toolbar/gux-table-toolbar.service.js +0 -0
  2029. /package/dist/collection/components/{beta/gux-tag/gux-tag.types.js → stable/gux-table-toolbar/gux-table-toolbar.types.js} +0 -0
  2030. /package/dist/collection/components/stable/{gux-popover-list/gux-popover-list.types.js → gux-tag/gux-tag.types.js} +0 -0
  2031. /package/dist/collection/components/stable/{gux-popover/gux-popover.types.js → gux-time-picker/gux-time-picker.type.js} +0 -0
  2032. /package/dist/collection/components/stable/{gux-radial-progress/gux-radial-progress.types.js → gux-tooltip/gux-tooltip-types.js} +0 -0
  2033. /package/dist/esm/{after-next-render-ed0f7dcd.js → after-next-render-84ec18ad.js} +0 -0
  2034. /package/dist/esm/{capitalize-first-letter-d2512ec0.js → capitalize-first-letter-45fad3db.js} +0 -0
  2035. /package/dist/esm/{clamp-6bdb0367.js → clamp-51db64df.js} +0 -0
  2036. /package/dist/esm/{en-66f138f8.js → en-1f9d79e6.js} +0 -0
  2037. /package/dist/esm/{en-5d726a81.js → en-98371f99.js} +0 -0
  2038. /package/dist/esm/{en-46223eb1.js → en-bf740e9b.js} +0 -0
  2039. /package/dist/esm/{event-is-from-90b69768.js → event-is-from-e25c5a22.js} +0 -0
  2040. /package/dist/esm/{get-closest-element-1597503c.js → get-closest-element-66f63212.js} +0 -0
  2041. /package/dist/esm/{get-slot-52d073f3.js → get-slot-55aade31.js} +0 -0
  2042. /package/dist/esm/{gux-list.service-a878b7e3.js → gux-list.service-693f4ba7.js} +0 -0
  2043. /package/dist/esm/{gux-menu.common-4a871a5c.js → gux-menu.common-e59a1b12.js} +0 -0
  2044. /package/dist/esm/{has-slot-062ae63a.js → has-slot-d06c74d9.js} +0 -0
  2045. /package/dist/esm/{iso-dates-a7c704a4.js → iso-dates-5bcd3209.js} +0 -0
  2046. /package/dist/esm/{log-error-e0bbd04a.js → log-error-0b15023e.js} +0 -0
  2047. /package/dist/esm/{on-input-disabled-state-change-3ea76372.js → on-input-disabled-state-change-e6bc912f.js} +0 -0
  2048. /package/dist/esm/{on-mutation-d500715c.js → on-mutation-a2b7cdad.js} +0 -0
  2049. /package/dist/esm/{prevent-browser-validation-styling-d16c3f4c.js → prevent-browser-validation-styling-8c459589.js} +0 -0
  2050. /package/dist/esm/{random-html-id-8e3f658c.js → random-html-id-3354d85c.js} +0 -0
  2051. /package/dist/esm/{simulate-native-event-ac69961f.js → simulate-native-event-bca7a1c9.js} +0 -0
  2052. /package/dist/esm/{when-event-is-from-18667084.js → when-event-is-from-6154bd60.js} +0 -0
  2053. /package/dist/esm/{year-month-values-1b64c204.js → year-month-values-6ffe871f.js} +0 -0
  2054. /package/dist/genesys-webcomponents/{p-955a1e6a.js → p-08874a83.js} +0 -0
  2055. /package/dist/genesys-webcomponents/{p-8a133b9b.js → p-0962dd7a.js} +0 -0
  2056. /package/dist/genesys-webcomponents/{p-3f5341ea.js → p-16f3da0d.js} +0 -0
  2057. /package/dist/genesys-webcomponents/{p-c10e41a9.js → p-28f55159.js} +0 -0
  2058. /package/dist/genesys-webcomponents/{p-93904222.js → p-31cd1b9a.js} +0 -0
  2059. /package/dist/genesys-webcomponents/{p-08bc2e6b.js → p-324b23f3.js} +0 -0
  2060. /package/dist/genesys-webcomponents/{p-2c3d934a.js → p-363466e3.js} +0 -0
  2061. /package/dist/genesys-webcomponents/{p-d176c2ae.js → p-373c5d93.js} +0 -0
  2062. /package/dist/genesys-webcomponents/{p-cbcbd1bb.js → p-3ea0d493.js} +0 -0
  2063. /package/dist/genesys-webcomponents/{p-e310debb.js → p-408d5857.js} +0 -0
  2064. /package/dist/genesys-webcomponents/{p-4f26144b.js → p-533d7842.js} +0 -0
  2065. /package/dist/genesys-webcomponents/{p-3e6097e5.js → p-693c1709.js} +0 -0
  2066. /package/dist/genesys-webcomponents/{p-837e3eff.js → p-705311af.js} +0 -0
  2067. /package/dist/genesys-webcomponents/{p-9dd4b14a.js → p-7b08c759.js} +0 -0
  2068. /package/dist/genesys-webcomponents/{p-76ff3e75.js → p-8b703092.js} +0 -0
  2069. /package/dist/genesys-webcomponents/{p-251befef.js → p-9125cc36.js} +0 -0
  2070. /package/dist/genesys-webcomponents/{p-d0805f56.js → p-9d734bbd.js} +0 -0
  2071. /package/dist/genesys-webcomponents/{p-417354e9.js → p-aa9ff6ba.js} +0 -0
  2072. /package/dist/genesys-webcomponents/{p-89af02eb.js → p-c7328d42.js} +0 -0
  2073. /package/dist/genesys-webcomponents/{p-29e8b184.js → p-dbb0ac25.js} +0 -0
  2074. /package/dist/genesys-webcomponents/{p-091f51f6.js → p-ffaadf62.js} +0 -0
  2075. /package/dist/types/components/legacy/{gux-action-toast → gux-action-toast-legacy}/gux-action-toast.d.ts +0 -0
  2076. /package/dist/types/components/{stable/gux-advanced-dropdown → legacy/gux-advanced-dropdown-legacy}/dropdown-option/gux-dropdown-option.d.ts +0 -0
  2077. /package/dist/types/components/{stable/gux-disclosure-button → legacy/gux-disclosure-button-legacy}/gux-disclosure-button.types.d.ts +0 -0
  2078. /package/dist/types/components/legacy/{gux-notification-toast → gux-notification-toast-legacy}/gux-notification-toast.d.ts +0 -0
  2079. /package/dist/types/components/legacy/{gux-notification-toast → gux-notification-toast-legacy}/gux-notification-toast.types.d.ts +0 -0
  2080. /package/dist/types/components/legacy/{gux-simple-toast → gux-simple-toast-legacy}/gux-simple-toast.d.ts +0 -0
  2081. /package/dist/types/components/legacy/{gux-simple-toast → gux-simple-toast-legacy}/gux-simple-toast.types.d.ts +0 -0
  2082. /package/dist/types/components/{stable/gux-switch → legacy/gux-switch-legacy}/gux-switch-item/gux-switch-item.d.ts +0 -0
  2083. /package/dist/types/components/{stable/gux-switch → legacy/gux-switch-legacy}/gux-switch.d.ts +0 -0
  2084. /package/dist/types/components/{stable/gux-switch → legacy/gux-switch-legacy}/gux-switch.types.d.ts +0 -0
  2085. /package/dist/types/components/{beta → stable}/gux-column-manager/gux-column-manager-item/gux-column-manager-item.d.ts +0 -0
  2086. /package/dist/types/components/{beta → stable}/gux-column-manager/gux-column-manager-item/gux-column-manager-item.service.d.ts +0 -0
  2087. /package/dist/types/components/{beta → stable}/gux-column-manager/gux-column-manager.d.ts +0 -0
  2088. /package/dist/types/components/{beta → stable}/gux-column-manager/gux-column-manager.service.d.ts +0 -0
  2089. /package/dist/types/components/{beta → stable}/gux-column-manager/gux-column-manager.types.d.ts +0 -0
  2090. /package/dist/types/components/{beta → stable}/gux-dropdown-multi/gux-dropdown-multi-tag/gux-dropdown-multi-tag.d.ts +0 -0
  2091. /package/dist/types/components/{beta → stable}/gux-flyout-menu/gux-menu/gux-menu.common.d.ts +0 -0
  2092. /package/dist/types/components/{beta → stable}/gux-flyout-menu/gux-menu/gux-menu.d.ts +0 -0
  2093. /package/dist/types/components/stable/{gux-alert → gux-inline-alert}/gux-inline-alert.d.ts +0 -0
  2094. /package/dist/types/components/stable/{gux-alert → gux-inline-alert}/gux-inline-alert.types.d.ts +0 -0
  2095. /package/dist/types/components/{beta/gux-pagination-beta/gux-pagination-buttons-beta → stable/gux-pagination/gux-pagination-buttons}/gux-pagination-ellipsis-button/gux-pagination-ellipsis-button.d.ts +0 -0
  2096. /package/dist/types/components/{beta → stable}/gux-skip-navigation-list/gux-skip-navigation-item/gux-skip-navigation-item.d.ts +0 -0
  2097. /package/dist/types/components/{beta → stable}/gux-skip-navigation-list/gux-skip-navigation-list.d.ts +0 -0
  2098. /package/dist/types/components/{beta → stable}/gux-table/gux-sort-control/gux-sort-control.d.ts +0 -0
  2099. /package/dist/types/components/{beta → stable}/gux-table/gux-sort-control/tests/gux-sort-control.markup.d.ts +0 -0
  2100. /package/dist/types/components/{beta → stable}/gux-table/gux-table-select-menu/gux-table-select-menu.d.ts +0 -0
  2101. /package/dist/types/components/{beta → stable}/gux-table/gux-table.types.d.ts +0 -0
  2102. /package/dist/types/components/{beta → stable}/gux-table-toolbar/gux-table-toolbar-action/gux-table-toolbar-action.d.ts +0 -0
  2103. /package/dist/types/components/{beta → stable}/gux-table-toolbar/gux-table-toolbar-action/gux-table-toolbar-action.types.d.ts +0 -0
  2104. /package/dist/types/components/{beta → stable}/gux-table-toolbar/gux-table-toolbar-action-accents.types.d.ts +0 -0
  2105. /package/dist/types/components/{beta → stable}/gux-table-toolbar/gux-table-toolbar.constants.d.ts +0 -0
  2106. /package/dist/types/components/{beta → stable}/gux-table-toolbar/gux-table-toolbar.d.ts +0 -0
  2107. /package/dist/types/components/{beta → stable}/gux-table-toolbar/gux-table-toolbar.service.d.ts +0 -0
  2108. /package/dist/types/components/{beta → stable}/gux-table-toolbar/gux-table-toolbar.types.d.ts +0 -0
  2109. /package/dist/types/components/{beta → stable}/gux-time-picker/gux-time-picker.service.d.ts +0 -0
  2110. /package/dist/types/components/{beta → stable}/gux-time-picker/gux-time-picker.type.d.ts +0 -0
@@ -0,0 +1,4142 @@
1
+ import { a as getAssetPath } from './index-39e65a0a.js';
2
+ import { g as getClosestElement } from './get-closest-element-66f63212.js';
3
+
4
+ /******************************************************************************
5
+ Copyright (c) Microsoft Corporation.
6
+
7
+ Permission to use, copy, modify, and/or distribute this software for any
8
+ purpose with or without fee is hereby granted.
9
+
10
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
11
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
12
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
13
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
14
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
15
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
16
+ PERFORMANCE OF THIS SOFTWARE.
17
+ ***************************************************************************** */
18
+ /* global Reflect, Promise, SuppressedError, Symbol */
19
+
20
+ var extendStatics = function(d, b) {
21
+ extendStatics = Object.setPrototypeOf ||
22
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
23
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
24
+ return extendStatics(d, b);
25
+ };
26
+
27
+ function __extends(d, b) {
28
+ if (typeof b !== "function" && b !== null)
29
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
30
+ extendStatics(d, b);
31
+ function __() { this.constructor = d; }
32
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
33
+ }
34
+
35
+ var __assign = function() {
36
+ __assign = Object.assign || function __assign(t) {
37
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
38
+ s = arguments[i];
39
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
40
+ }
41
+ return t;
42
+ };
43
+ return __assign.apply(this, arguments);
44
+ };
45
+
46
+ function __rest(s, e) {
47
+ var t = {};
48
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
49
+ t[p] = s[p];
50
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
51
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
52
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
53
+ t[p[i]] = s[p[i]];
54
+ }
55
+ return t;
56
+ }
57
+
58
+ function __spreadArray(to, from, pack) {
59
+ if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
60
+ if (ar || !(i in from)) {
61
+ if (!ar) ar = Array.prototype.slice.call(from, 0, i);
62
+ ar[i] = from[i];
63
+ }
64
+ }
65
+ return to.concat(ar || Array.prototype.slice.call(from));
66
+ }
67
+
68
+ typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) {
69
+ var e = new Error(message);
70
+ return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
71
+ };
72
+
73
+ var ErrorKind;
74
+ (function (ErrorKind) {
75
+ /** Argument is unclosed (e.g. `{0`) */
76
+ ErrorKind[ErrorKind["EXPECT_ARGUMENT_CLOSING_BRACE"] = 1] = "EXPECT_ARGUMENT_CLOSING_BRACE";
77
+ /** Argument is empty (e.g. `{}`). */
78
+ ErrorKind[ErrorKind["EMPTY_ARGUMENT"] = 2] = "EMPTY_ARGUMENT";
79
+ /** Argument is malformed (e.g. `{foo!}``) */
80
+ ErrorKind[ErrorKind["MALFORMED_ARGUMENT"] = 3] = "MALFORMED_ARGUMENT";
81
+ /** Expect an argument type (e.g. `{foo,}`) */
82
+ ErrorKind[ErrorKind["EXPECT_ARGUMENT_TYPE"] = 4] = "EXPECT_ARGUMENT_TYPE";
83
+ /** Unsupported argument type (e.g. `{foo,foo}`) */
84
+ ErrorKind[ErrorKind["INVALID_ARGUMENT_TYPE"] = 5] = "INVALID_ARGUMENT_TYPE";
85
+ /** Expect an argument style (e.g. `{foo, number, }`) */
86
+ ErrorKind[ErrorKind["EXPECT_ARGUMENT_STYLE"] = 6] = "EXPECT_ARGUMENT_STYLE";
87
+ /** The number skeleton is invalid. */
88
+ ErrorKind[ErrorKind["INVALID_NUMBER_SKELETON"] = 7] = "INVALID_NUMBER_SKELETON";
89
+ /** The date time skeleton is invalid. */
90
+ ErrorKind[ErrorKind["INVALID_DATE_TIME_SKELETON"] = 8] = "INVALID_DATE_TIME_SKELETON";
91
+ /** Exepct a number skeleton following the `::` (e.g. `{foo, number, ::}`) */
92
+ ErrorKind[ErrorKind["EXPECT_NUMBER_SKELETON"] = 9] = "EXPECT_NUMBER_SKELETON";
93
+ /** Exepct a date time skeleton following the `::` (e.g. `{foo, date, ::}`) */
94
+ ErrorKind[ErrorKind["EXPECT_DATE_TIME_SKELETON"] = 10] = "EXPECT_DATE_TIME_SKELETON";
95
+ /** Unmatched apostrophes in the argument style (e.g. `{foo, number, 'test`) */
96
+ ErrorKind[ErrorKind["UNCLOSED_QUOTE_IN_ARGUMENT_STYLE"] = 11] = "UNCLOSED_QUOTE_IN_ARGUMENT_STYLE";
97
+ /** Missing select argument options (e.g. `{foo, select}`) */
98
+ ErrorKind[ErrorKind["EXPECT_SELECT_ARGUMENT_OPTIONS"] = 12] = "EXPECT_SELECT_ARGUMENT_OPTIONS";
99
+ /** Expecting an offset value in `plural` or `selectordinal` argument (e.g `{foo, plural, offset}`) */
100
+ ErrorKind[ErrorKind["EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE"] = 13] = "EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE";
101
+ /** Offset value in `plural` or `selectordinal` is invalid (e.g. `{foo, plural, offset: x}`) */
102
+ ErrorKind[ErrorKind["INVALID_PLURAL_ARGUMENT_OFFSET_VALUE"] = 14] = "INVALID_PLURAL_ARGUMENT_OFFSET_VALUE";
103
+ /** Expecting a selector in `select` argument (e.g `{foo, select}`) */
104
+ ErrorKind[ErrorKind["EXPECT_SELECT_ARGUMENT_SELECTOR"] = 15] = "EXPECT_SELECT_ARGUMENT_SELECTOR";
105
+ /** Expecting a selector in `plural` or `selectordinal` argument (e.g `{foo, plural}`) */
106
+ ErrorKind[ErrorKind["EXPECT_PLURAL_ARGUMENT_SELECTOR"] = 16] = "EXPECT_PLURAL_ARGUMENT_SELECTOR";
107
+ /** Expecting a message fragment after the `select` selector (e.g. `{foo, select, apple}`) */
108
+ ErrorKind[ErrorKind["EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT"] = 17] = "EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT";
109
+ /**
110
+ * Expecting a message fragment after the `plural` or `selectordinal` selector
111
+ * (e.g. `{foo, plural, one}`)
112
+ */
113
+ ErrorKind[ErrorKind["EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT"] = 18] = "EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT";
114
+ /** Selector in `plural` or `selectordinal` is malformed (e.g. `{foo, plural, =x {#}}`) */
115
+ ErrorKind[ErrorKind["INVALID_PLURAL_ARGUMENT_SELECTOR"] = 19] = "INVALID_PLURAL_ARGUMENT_SELECTOR";
116
+ /**
117
+ * Duplicate selectors in `plural` or `selectordinal` argument.
118
+ * (e.g. {foo, plural, one {#} one {#}})
119
+ */
120
+ ErrorKind[ErrorKind["DUPLICATE_PLURAL_ARGUMENT_SELECTOR"] = 20] = "DUPLICATE_PLURAL_ARGUMENT_SELECTOR";
121
+ /** Duplicate selectors in `select` argument.
122
+ * (e.g. {foo, select, apple {apple} apple {apple}})
123
+ */
124
+ ErrorKind[ErrorKind["DUPLICATE_SELECT_ARGUMENT_SELECTOR"] = 21] = "DUPLICATE_SELECT_ARGUMENT_SELECTOR";
125
+ /** Plural or select argument option must have `other` clause. */
126
+ ErrorKind[ErrorKind["MISSING_OTHER_CLAUSE"] = 22] = "MISSING_OTHER_CLAUSE";
127
+ /** The tag is malformed. (e.g. `<bold!>foo</bold!>) */
128
+ ErrorKind[ErrorKind["INVALID_TAG"] = 23] = "INVALID_TAG";
129
+ /** The tag name is invalid. (e.g. `<123>foo</123>`) */
130
+ ErrorKind[ErrorKind["INVALID_TAG_NAME"] = 25] = "INVALID_TAG_NAME";
131
+ /** The closing tag does not match the opening tag. (e.g. `<bold>foo</italic>`) */
132
+ ErrorKind[ErrorKind["UNMATCHED_CLOSING_TAG"] = 26] = "UNMATCHED_CLOSING_TAG";
133
+ /** The opening tag has unmatched closing tag. (e.g. `<bold>foo`) */
134
+ ErrorKind[ErrorKind["UNCLOSED_TAG"] = 27] = "UNCLOSED_TAG";
135
+ })(ErrorKind || (ErrorKind = {}));
136
+
137
+ var TYPE;
138
+ (function (TYPE) {
139
+ /**
140
+ * Raw text
141
+ */
142
+ TYPE[TYPE["literal"] = 0] = "literal";
143
+ /**
144
+ * Variable w/o any format, e.g `var` in `this is a {var}`
145
+ */
146
+ TYPE[TYPE["argument"] = 1] = "argument";
147
+ /**
148
+ * Variable w/ number format
149
+ */
150
+ TYPE[TYPE["number"] = 2] = "number";
151
+ /**
152
+ * Variable w/ date format
153
+ */
154
+ TYPE[TYPE["date"] = 3] = "date";
155
+ /**
156
+ * Variable w/ time format
157
+ */
158
+ TYPE[TYPE["time"] = 4] = "time";
159
+ /**
160
+ * Variable w/ select format
161
+ */
162
+ TYPE[TYPE["select"] = 5] = "select";
163
+ /**
164
+ * Variable w/ plural format
165
+ */
166
+ TYPE[TYPE["plural"] = 6] = "plural";
167
+ /**
168
+ * Only possible within plural argument.
169
+ * This is the `#` symbol that will be substituted with the count.
170
+ */
171
+ TYPE[TYPE["pound"] = 7] = "pound";
172
+ /**
173
+ * XML-like tag
174
+ */
175
+ TYPE[TYPE["tag"] = 8] = "tag";
176
+ })(TYPE || (TYPE = {}));
177
+ var SKELETON_TYPE;
178
+ (function (SKELETON_TYPE) {
179
+ SKELETON_TYPE[SKELETON_TYPE["number"] = 0] = "number";
180
+ SKELETON_TYPE[SKELETON_TYPE["dateTime"] = 1] = "dateTime";
181
+ })(SKELETON_TYPE || (SKELETON_TYPE = {}));
182
+ /**
183
+ * Type Guards
184
+ */
185
+ function isLiteralElement(el) {
186
+ return el.type === TYPE.literal;
187
+ }
188
+ function isArgumentElement(el) {
189
+ return el.type === TYPE.argument;
190
+ }
191
+ function isNumberElement(el) {
192
+ return el.type === TYPE.number;
193
+ }
194
+ function isDateElement(el) {
195
+ return el.type === TYPE.date;
196
+ }
197
+ function isTimeElement(el) {
198
+ return el.type === TYPE.time;
199
+ }
200
+ function isSelectElement(el) {
201
+ return el.type === TYPE.select;
202
+ }
203
+ function isPluralElement(el) {
204
+ return el.type === TYPE.plural;
205
+ }
206
+ function isPoundElement(el) {
207
+ return el.type === TYPE.pound;
208
+ }
209
+ function isTagElement(el) {
210
+ return el.type === TYPE.tag;
211
+ }
212
+ function isNumberSkeleton(el) {
213
+ return !!(el && typeof el === 'object' && el.type === SKELETON_TYPE.number);
214
+ }
215
+ function isDateTimeSkeleton(el) {
216
+ return !!(el && typeof el === 'object' && el.type === SKELETON_TYPE.dateTime);
217
+ }
218
+
219
+ // @generated from regex-gen.ts
220
+ var SPACE_SEPARATOR_REGEX = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/;
221
+
222
+ /**
223
+ * https://unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table
224
+ * Credit: https://github.com/caridy/intl-datetimeformat-pattern/blob/master/index.js
225
+ * with some tweaks
226
+ */
227
+ var DATE_TIME_REGEX = /(?:[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;
228
+ /**
229
+ * Parse Date time skeleton into Intl.DateTimeFormatOptions
230
+ * Ref: https://unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table
231
+ * @public
232
+ * @param skeleton skeleton string
233
+ */
234
+ function parseDateTimeSkeleton(skeleton) {
235
+ var result = {};
236
+ skeleton.replace(DATE_TIME_REGEX, function (match) {
237
+ var len = match.length;
238
+ switch (match[0]) {
239
+ // Era
240
+ case 'G':
241
+ result.era = len === 4 ? 'long' : len === 5 ? 'narrow' : 'short';
242
+ break;
243
+ // Year
244
+ case 'y':
245
+ result.year = len === 2 ? '2-digit' : 'numeric';
246
+ break;
247
+ case 'Y':
248
+ case 'u':
249
+ case 'U':
250
+ case 'r':
251
+ throw new RangeError('`Y/u/U/r` (year) patterns are not supported, use `y` instead');
252
+ // Quarter
253
+ case 'q':
254
+ case 'Q':
255
+ throw new RangeError('`q/Q` (quarter) patterns are not supported');
256
+ // Month
257
+ case 'M':
258
+ case 'L':
259
+ result.month = ['numeric', '2-digit', 'short', 'long', 'narrow'][len - 1];
260
+ break;
261
+ // Week
262
+ case 'w':
263
+ case 'W':
264
+ throw new RangeError('`w/W` (week) patterns are not supported');
265
+ case 'd':
266
+ result.day = ['numeric', '2-digit'][len - 1];
267
+ break;
268
+ case 'D':
269
+ case 'F':
270
+ case 'g':
271
+ throw new RangeError('`D/F/g` (day) patterns are not supported, use `d` instead');
272
+ // Weekday
273
+ case 'E':
274
+ result.weekday = len === 4 ? 'short' : len === 5 ? 'narrow' : 'short';
275
+ break;
276
+ case 'e':
277
+ if (len < 4) {
278
+ throw new RangeError('`e..eee` (weekday) patterns are not supported');
279
+ }
280
+ result.weekday = ['short', 'long', 'narrow', 'short'][len - 4];
281
+ break;
282
+ case 'c':
283
+ if (len < 4) {
284
+ throw new RangeError('`c..ccc` (weekday) patterns are not supported');
285
+ }
286
+ result.weekday = ['short', 'long', 'narrow', 'short'][len - 4];
287
+ break;
288
+ // Period
289
+ case 'a': // AM, PM
290
+ result.hour12 = true;
291
+ break;
292
+ case 'b': // am, pm, noon, midnight
293
+ case 'B': // flexible day periods
294
+ throw new RangeError('`b/B` (period) patterns are not supported, use `a` instead');
295
+ // Hour
296
+ case 'h':
297
+ result.hourCycle = 'h12';
298
+ result.hour = ['numeric', '2-digit'][len - 1];
299
+ break;
300
+ case 'H':
301
+ result.hourCycle = 'h23';
302
+ result.hour = ['numeric', '2-digit'][len - 1];
303
+ break;
304
+ case 'K':
305
+ result.hourCycle = 'h11';
306
+ result.hour = ['numeric', '2-digit'][len - 1];
307
+ break;
308
+ case 'k':
309
+ result.hourCycle = 'h24';
310
+ result.hour = ['numeric', '2-digit'][len - 1];
311
+ break;
312
+ case 'j':
313
+ case 'J':
314
+ case 'C':
315
+ throw new RangeError('`j/J/C` (hour) patterns are not supported, use `h/H/K/k` instead');
316
+ // Minute
317
+ case 'm':
318
+ result.minute = ['numeric', '2-digit'][len - 1];
319
+ break;
320
+ // Second
321
+ case 's':
322
+ result.second = ['numeric', '2-digit'][len - 1];
323
+ break;
324
+ case 'S':
325
+ case 'A':
326
+ throw new RangeError('`S/A` (second) patterns are not supported, use `s` instead');
327
+ // Zone
328
+ case 'z': // 1..3, 4: specific non-location format
329
+ result.timeZoneName = len < 4 ? 'short' : 'long';
330
+ break;
331
+ case 'Z': // 1..3, 4, 5: The ISO8601 varios formats
332
+ case 'O': // 1, 4: miliseconds in day short, long
333
+ case 'v': // 1, 4: generic non-location format
334
+ case 'V': // 1, 2, 3, 4: time zone ID or city
335
+ case 'X': // 1, 2, 3, 4: The ISO8601 varios formats
336
+ case 'x': // 1, 2, 3, 4: The ISO8601 varios formats
337
+ throw new RangeError('`Z/O/v/V/X/x` (timeZone) patterns are not supported, use `z` instead');
338
+ }
339
+ return '';
340
+ });
341
+ return result;
342
+ }
343
+
344
+ // @generated from regex-gen.ts
345
+ var WHITE_SPACE_REGEX = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
346
+
347
+ function parseNumberSkeletonFromString(skeleton) {
348
+ if (skeleton.length === 0) {
349
+ throw new Error('Number skeleton cannot be empty');
350
+ }
351
+ // Parse the skeleton
352
+ var stringTokens = skeleton
353
+ .split(WHITE_SPACE_REGEX)
354
+ .filter(function (x) { return x.length > 0; });
355
+ var tokens = [];
356
+ for (var _i = 0, stringTokens_1 = stringTokens; _i < stringTokens_1.length; _i++) {
357
+ var stringToken = stringTokens_1[_i];
358
+ var stemAndOptions = stringToken.split('/');
359
+ if (stemAndOptions.length === 0) {
360
+ throw new Error('Invalid number skeleton');
361
+ }
362
+ var stem = stemAndOptions[0], options = stemAndOptions.slice(1);
363
+ for (var _a = 0, options_1 = options; _a < options_1.length; _a++) {
364
+ var option = options_1[_a];
365
+ if (option.length === 0) {
366
+ throw new Error('Invalid number skeleton');
367
+ }
368
+ }
369
+ tokens.push({ stem: stem, options: options });
370
+ }
371
+ return tokens;
372
+ }
373
+ function icuUnitToEcma(unit) {
374
+ return unit.replace(/^(.*?)-/, '');
375
+ }
376
+ var FRACTION_PRECISION_REGEX = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g;
377
+ var SIGNIFICANT_PRECISION_REGEX = /^(@+)?(\+|#+)?[rs]?$/g;
378
+ var INTEGER_WIDTH_REGEX = /(\*)(0+)|(#+)(0+)|(0+)/g;
379
+ var CONCISE_INTEGER_WIDTH_REGEX = /^(0+)$/;
380
+ function parseSignificantPrecision(str) {
381
+ var result = {};
382
+ if (str[str.length - 1] === 'r') {
383
+ result.roundingPriority = 'morePrecision';
384
+ }
385
+ else if (str[str.length - 1] === 's') {
386
+ result.roundingPriority = 'lessPrecision';
387
+ }
388
+ str.replace(SIGNIFICANT_PRECISION_REGEX, function (_, g1, g2) {
389
+ // @@@ case
390
+ if (typeof g2 !== 'string') {
391
+ result.minimumSignificantDigits = g1.length;
392
+ result.maximumSignificantDigits = g1.length;
393
+ }
394
+ // @@@+ case
395
+ else if (g2 === '+') {
396
+ result.minimumSignificantDigits = g1.length;
397
+ }
398
+ // .### case
399
+ else if (g1[0] === '#') {
400
+ result.maximumSignificantDigits = g1.length;
401
+ }
402
+ // .@@## or .@@@ case
403
+ else {
404
+ result.minimumSignificantDigits = g1.length;
405
+ result.maximumSignificantDigits =
406
+ g1.length + (typeof g2 === 'string' ? g2.length : 0);
407
+ }
408
+ return '';
409
+ });
410
+ return result;
411
+ }
412
+ function parseSign(str) {
413
+ switch (str) {
414
+ case 'sign-auto':
415
+ return {
416
+ signDisplay: 'auto',
417
+ };
418
+ case 'sign-accounting':
419
+ case '()':
420
+ return {
421
+ currencySign: 'accounting',
422
+ };
423
+ case 'sign-always':
424
+ case '+!':
425
+ return {
426
+ signDisplay: 'always',
427
+ };
428
+ case 'sign-accounting-always':
429
+ case '()!':
430
+ return {
431
+ signDisplay: 'always',
432
+ currencySign: 'accounting',
433
+ };
434
+ case 'sign-except-zero':
435
+ case '+?':
436
+ return {
437
+ signDisplay: 'exceptZero',
438
+ };
439
+ case 'sign-accounting-except-zero':
440
+ case '()?':
441
+ return {
442
+ signDisplay: 'exceptZero',
443
+ currencySign: 'accounting',
444
+ };
445
+ case 'sign-never':
446
+ case '+_':
447
+ return {
448
+ signDisplay: 'never',
449
+ };
450
+ }
451
+ }
452
+ function parseConciseScientificAndEngineeringStem(stem) {
453
+ // Engineering
454
+ var result;
455
+ if (stem[0] === 'E' && stem[1] === 'E') {
456
+ result = {
457
+ notation: 'engineering',
458
+ };
459
+ stem = stem.slice(2);
460
+ }
461
+ else if (stem[0] === 'E') {
462
+ result = {
463
+ notation: 'scientific',
464
+ };
465
+ stem = stem.slice(1);
466
+ }
467
+ if (result) {
468
+ var signDisplay = stem.slice(0, 2);
469
+ if (signDisplay === '+!') {
470
+ result.signDisplay = 'always';
471
+ stem = stem.slice(2);
472
+ }
473
+ else if (signDisplay === '+?') {
474
+ result.signDisplay = 'exceptZero';
475
+ stem = stem.slice(2);
476
+ }
477
+ if (!CONCISE_INTEGER_WIDTH_REGEX.test(stem)) {
478
+ throw new Error('Malformed concise eng/scientific notation');
479
+ }
480
+ result.minimumIntegerDigits = stem.length;
481
+ }
482
+ return result;
483
+ }
484
+ function parseNotationOptions(opt) {
485
+ var result = {};
486
+ var signOpts = parseSign(opt);
487
+ if (signOpts) {
488
+ return signOpts;
489
+ }
490
+ return result;
491
+ }
492
+ /**
493
+ * https://github.com/unicode-org/icu/blob/master/docs/userguide/format_parse/numbers/skeletons.md#skeleton-stems-and-options
494
+ */
495
+ function parseNumberSkeleton(tokens) {
496
+ var result = {};
497
+ for (var _i = 0, tokens_1 = tokens; _i < tokens_1.length; _i++) {
498
+ var token = tokens_1[_i];
499
+ switch (token.stem) {
500
+ case 'percent':
501
+ case '%':
502
+ result.style = 'percent';
503
+ continue;
504
+ case '%x100':
505
+ result.style = 'percent';
506
+ result.scale = 100;
507
+ continue;
508
+ case 'currency':
509
+ result.style = 'currency';
510
+ result.currency = token.options[0];
511
+ continue;
512
+ case 'group-off':
513
+ case ',_':
514
+ result.useGrouping = false;
515
+ continue;
516
+ case 'precision-integer':
517
+ case '.':
518
+ result.maximumFractionDigits = 0;
519
+ continue;
520
+ case 'measure-unit':
521
+ case 'unit':
522
+ result.style = 'unit';
523
+ result.unit = icuUnitToEcma(token.options[0]);
524
+ continue;
525
+ case 'compact-short':
526
+ case 'K':
527
+ result.notation = 'compact';
528
+ result.compactDisplay = 'short';
529
+ continue;
530
+ case 'compact-long':
531
+ case 'KK':
532
+ result.notation = 'compact';
533
+ result.compactDisplay = 'long';
534
+ continue;
535
+ case 'scientific':
536
+ result = __assign(__assign(__assign({}, result), { notation: 'scientific' }), token.options.reduce(function (all, opt) { return (__assign(__assign({}, all), parseNotationOptions(opt))); }, {}));
537
+ continue;
538
+ case 'engineering':
539
+ result = __assign(__assign(__assign({}, result), { notation: 'engineering' }), token.options.reduce(function (all, opt) { return (__assign(__assign({}, all), parseNotationOptions(opt))); }, {}));
540
+ continue;
541
+ case 'notation-simple':
542
+ result.notation = 'standard';
543
+ continue;
544
+ // https://github.com/unicode-org/icu/blob/master/icu4c/source/i18n/unicode/unumberformatter.h
545
+ case 'unit-width-narrow':
546
+ result.currencyDisplay = 'narrowSymbol';
547
+ result.unitDisplay = 'narrow';
548
+ continue;
549
+ case 'unit-width-short':
550
+ result.currencyDisplay = 'code';
551
+ result.unitDisplay = 'short';
552
+ continue;
553
+ case 'unit-width-full-name':
554
+ result.currencyDisplay = 'name';
555
+ result.unitDisplay = 'long';
556
+ continue;
557
+ case 'unit-width-iso-code':
558
+ result.currencyDisplay = 'symbol';
559
+ continue;
560
+ case 'scale':
561
+ result.scale = parseFloat(token.options[0]);
562
+ continue;
563
+ // https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html#integer-width
564
+ case 'integer-width':
565
+ if (token.options.length > 1) {
566
+ throw new RangeError('integer-width stems only accept a single optional option');
567
+ }
568
+ token.options[0].replace(INTEGER_WIDTH_REGEX, function (_, g1, g2, g3, g4, g5) {
569
+ if (g1) {
570
+ result.minimumIntegerDigits = g2.length;
571
+ }
572
+ else if (g3 && g4) {
573
+ throw new Error('We currently do not support maximum integer digits');
574
+ }
575
+ else if (g5) {
576
+ throw new Error('We currently do not support exact integer digits');
577
+ }
578
+ return '';
579
+ });
580
+ continue;
581
+ }
582
+ // https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html#integer-width
583
+ if (CONCISE_INTEGER_WIDTH_REGEX.test(token.stem)) {
584
+ result.minimumIntegerDigits = token.stem.length;
585
+ continue;
586
+ }
587
+ if (FRACTION_PRECISION_REGEX.test(token.stem)) {
588
+ // Precision
589
+ // https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html#fraction-precision
590
+ // precision-integer case
591
+ if (token.options.length > 1) {
592
+ throw new RangeError('Fraction-precision stems only accept a single optional option');
593
+ }
594
+ token.stem.replace(FRACTION_PRECISION_REGEX, function (_, g1, g2, g3, g4, g5) {
595
+ // .000* case (before ICU67 it was .000+)
596
+ if (g2 === '*') {
597
+ result.minimumFractionDigits = g1.length;
598
+ }
599
+ // .### case
600
+ else if (g3 && g3[0] === '#') {
601
+ result.maximumFractionDigits = g3.length;
602
+ }
603
+ // .00## case
604
+ else if (g4 && g5) {
605
+ result.minimumFractionDigits = g4.length;
606
+ result.maximumFractionDigits = g4.length + g5.length;
607
+ }
608
+ else {
609
+ result.minimumFractionDigits = g1.length;
610
+ result.maximumFractionDigits = g1.length;
611
+ }
612
+ return '';
613
+ });
614
+ var opt = token.options[0];
615
+ // https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html#trailing-zero-display
616
+ if (opt === 'w') {
617
+ result = __assign(__assign({}, result), { trailingZeroDisplay: 'stripIfInteger' });
618
+ }
619
+ else if (opt) {
620
+ result = __assign(__assign({}, result), parseSignificantPrecision(opt));
621
+ }
622
+ continue;
623
+ }
624
+ // https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html#significant-digits-precision
625
+ if (SIGNIFICANT_PRECISION_REGEX.test(token.stem)) {
626
+ result = __assign(__assign({}, result), parseSignificantPrecision(token.stem));
627
+ continue;
628
+ }
629
+ var signOpts = parseSign(token.stem);
630
+ if (signOpts) {
631
+ result = __assign(__assign({}, result), signOpts);
632
+ }
633
+ var conciseScientificAndEngineeringOpts = parseConciseScientificAndEngineeringStem(token.stem);
634
+ if (conciseScientificAndEngineeringOpts) {
635
+ result = __assign(__assign({}, result), conciseScientificAndEngineeringOpts);
636
+ }
637
+ }
638
+ return result;
639
+ }
640
+
641
+ // @generated from time-data-gen.ts
642
+ // prettier-ignore
643
+ var timeData = {
644
+ "001": [
645
+ "H",
646
+ "h"
647
+ ],
648
+ "AC": [
649
+ "H",
650
+ "h",
651
+ "hb",
652
+ "hB"
653
+ ],
654
+ "AD": [
655
+ "H",
656
+ "hB"
657
+ ],
658
+ "AE": [
659
+ "h",
660
+ "hB",
661
+ "hb",
662
+ "H"
663
+ ],
664
+ "AF": [
665
+ "H",
666
+ "hb",
667
+ "hB",
668
+ "h"
669
+ ],
670
+ "AG": [
671
+ "h",
672
+ "hb",
673
+ "H",
674
+ "hB"
675
+ ],
676
+ "AI": [
677
+ "H",
678
+ "h",
679
+ "hb",
680
+ "hB"
681
+ ],
682
+ "AL": [
683
+ "h",
684
+ "H",
685
+ "hB"
686
+ ],
687
+ "AM": [
688
+ "H",
689
+ "hB"
690
+ ],
691
+ "AO": [
692
+ "H",
693
+ "hB"
694
+ ],
695
+ "AR": [
696
+ "H",
697
+ "h",
698
+ "hB",
699
+ "hb"
700
+ ],
701
+ "AS": [
702
+ "h",
703
+ "H"
704
+ ],
705
+ "AT": [
706
+ "H",
707
+ "hB"
708
+ ],
709
+ "AU": [
710
+ "h",
711
+ "hb",
712
+ "H",
713
+ "hB"
714
+ ],
715
+ "AW": [
716
+ "H",
717
+ "hB"
718
+ ],
719
+ "AX": [
720
+ "H"
721
+ ],
722
+ "AZ": [
723
+ "H",
724
+ "hB",
725
+ "h"
726
+ ],
727
+ "BA": [
728
+ "H",
729
+ "hB",
730
+ "h"
731
+ ],
732
+ "BB": [
733
+ "h",
734
+ "hb",
735
+ "H",
736
+ "hB"
737
+ ],
738
+ "BD": [
739
+ "h",
740
+ "hB",
741
+ "H"
742
+ ],
743
+ "BE": [
744
+ "H",
745
+ "hB"
746
+ ],
747
+ "BF": [
748
+ "H",
749
+ "hB"
750
+ ],
751
+ "BG": [
752
+ "H",
753
+ "hB",
754
+ "h"
755
+ ],
756
+ "BH": [
757
+ "h",
758
+ "hB",
759
+ "hb",
760
+ "H"
761
+ ],
762
+ "BI": [
763
+ "H",
764
+ "h"
765
+ ],
766
+ "BJ": [
767
+ "H",
768
+ "hB"
769
+ ],
770
+ "BL": [
771
+ "H",
772
+ "hB"
773
+ ],
774
+ "BM": [
775
+ "h",
776
+ "hb",
777
+ "H",
778
+ "hB"
779
+ ],
780
+ "BN": [
781
+ "hb",
782
+ "hB",
783
+ "h",
784
+ "H"
785
+ ],
786
+ "BO": [
787
+ "H",
788
+ "hB",
789
+ "h",
790
+ "hb"
791
+ ],
792
+ "BQ": [
793
+ "H"
794
+ ],
795
+ "BR": [
796
+ "H",
797
+ "hB"
798
+ ],
799
+ "BS": [
800
+ "h",
801
+ "hb",
802
+ "H",
803
+ "hB"
804
+ ],
805
+ "BT": [
806
+ "h",
807
+ "H"
808
+ ],
809
+ "BW": [
810
+ "H",
811
+ "h",
812
+ "hb",
813
+ "hB"
814
+ ],
815
+ "BY": [
816
+ "H",
817
+ "h"
818
+ ],
819
+ "BZ": [
820
+ "H",
821
+ "h",
822
+ "hb",
823
+ "hB"
824
+ ],
825
+ "CA": [
826
+ "h",
827
+ "hb",
828
+ "H",
829
+ "hB"
830
+ ],
831
+ "CC": [
832
+ "H",
833
+ "h",
834
+ "hb",
835
+ "hB"
836
+ ],
837
+ "CD": [
838
+ "hB",
839
+ "H"
840
+ ],
841
+ "CF": [
842
+ "H",
843
+ "h",
844
+ "hB"
845
+ ],
846
+ "CG": [
847
+ "H",
848
+ "hB"
849
+ ],
850
+ "CH": [
851
+ "H",
852
+ "hB",
853
+ "h"
854
+ ],
855
+ "CI": [
856
+ "H",
857
+ "hB"
858
+ ],
859
+ "CK": [
860
+ "H",
861
+ "h",
862
+ "hb",
863
+ "hB"
864
+ ],
865
+ "CL": [
866
+ "H",
867
+ "h",
868
+ "hB",
869
+ "hb"
870
+ ],
871
+ "CM": [
872
+ "H",
873
+ "h",
874
+ "hB"
875
+ ],
876
+ "CN": [
877
+ "H",
878
+ "hB",
879
+ "hb",
880
+ "h"
881
+ ],
882
+ "CO": [
883
+ "h",
884
+ "H",
885
+ "hB",
886
+ "hb"
887
+ ],
888
+ "CP": [
889
+ "H"
890
+ ],
891
+ "CR": [
892
+ "H",
893
+ "h",
894
+ "hB",
895
+ "hb"
896
+ ],
897
+ "CU": [
898
+ "H",
899
+ "h",
900
+ "hB",
901
+ "hb"
902
+ ],
903
+ "CV": [
904
+ "H",
905
+ "hB"
906
+ ],
907
+ "CW": [
908
+ "H",
909
+ "hB"
910
+ ],
911
+ "CX": [
912
+ "H",
913
+ "h",
914
+ "hb",
915
+ "hB"
916
+ ],
917
+ "CY": [
918
+ "h",
919
+ "H",
920
+ "hb",
921
+ "hB"
922
+ ],
923
+ "CZ": [
924
+ "H"
925
+ ],
926
+ "DE": [
927
+ "H",
928
+ "hB"
929
+ ],
930
+ "DG": [
931
+ "H",
932
+ "h",
933
+ "hb",
934
+ "hB"
935
+ ],
936
+ "DJ": [
937
+ "h",
938
+ "H"
939
+ ],
940
+ "DK": [
941
+ "H"
942
+ ],
943
+ "DM": [
944
+ "h",
945
+ "hb",
946
+ "H",
947
+ "hB"
948
+ ],
949
+ "DO": [
950
+ "h",
951
+ "H",
952
+ "hB",
953
+ "hb"
954
+ ],
955
+ "DZ": [
956
+ "h",
957
+ "hB",
958
+ "hb",
959
+ "H"
960
+ ],
961
+ "EA": [
962
+ "H",
963
+ "h",
964
+ "hB",
965
+ "hb"
966
+ ],
967
+ "EC": [
968
+ "H",
969
+ "hB",
970
+ "h",
971
+ "hb"
972
+ ],
973
+ "EE": [
974
+ "H",
975
+ "hB"
976
+ ],
977
+ "EG": [
978
+ "h",
979
+ "hB",
980
+ "hb",
981
+ "H"
982
+ ],
983
+ "EH": [
984
+ "h",
985
+ "hB",
986
+ "hb",
987
+ "H"
988
+ ],
989
+ "ER": [
990
+ "h",
991
+ "H"
992
+ ],
993
+ "ES": [
994
+ "H",
995
+ "hB",
996
+ "h",
997
+ "hb"
998
+ ],
999
+ "ET": [
1000
+ "hB",
1001
+ "hb",
1002
+ "h",
1003
+ "H"
1004
+ ],
1005
+ "FI": [
1006
+ "H"
1007
+ ],
1008
+ "FJ": [
1009
+ "h",
1010
+ "hb",
1011
+ "H",
1012
+ "hB"
1013
+ ],
1014
+ "FK": [
1015
+ "H",
1016
+ "h",
1017
+ "hb",
1018
+ "hB"
1019
+ ],
1020
+ "FM": [
1021
+ "h",
1022
+ "hb",
1023
+ "H",
1024
+ "hB"
1025
+ ],
1026
+ "FO": [
1027
+ "H",
1028
+ "h"
1029
+ ],
1030
+ "FR": [
1031
+ "H",
1032
+ "hB"
1033
+ ],
1034
+ "GA": [
1035
+ "H",
1036
+ "hB"
1037
+ ],
1038
+ "GB": [
1039
+ "H",
1040
+ "h",
1041
+ "hb",
1042
+ "hB"
1043
+ ],
1044
+ "GD": [
1045
+ "h",
1046
+ "hb",
1047
+ "H",
1048
+ "hB"
1049
+ ],
1050
+ "GE": [
1051
+ "H",
1052
+ "hB",
1053
+ "h"
1054
+ ],
1055
+ "GF": [
1056
+ "H",
1057
+ "hB"
1058
+ ],
1059
+ "GG": [
1060
+ "H",
1061
+ "h",
1062
+ "hb",
1063
+ "hB"
1064
+ ],
1065
+ "GH": [
1066
+ "h",
1067
+ "H"
1068
+ ],
1069
+ "GI": [
1070
+ "H",
1071
+ "h",
1072
+ "hb",
1073
+ "hB"
1074
+ ],
1075
+ "GL": [
1076
+ "H",
1077
+ "h"
1078
+ ],
1079
+ "GM": [
1080
+ "h",
1081
+ "hb",
1082
+ "H",
1083
+ "hB"
1084
+ ],
1085
+ "GN": [
1086
+ "H",
1087
+ "hB"
1088
+ ],
1089
+ "GP": [
1090
+ "H",
1091
+ "hB"
1092
+ ],
1093
+ "GQ": [
1094
+ "H",
1095
+ "hB",
1096
+ "h",
1097
+ "hb"
1098
+ ],
1099
+ "GR": [
1100
+ "h",
1101
+ "H",
1102
+ "hb",
1103
+ "hB"
1104
+ ],
1105
+ "GT": [
1106
+ "H",
1107
+ "h",
1108
+ "hB",
1109
+ "hb"
1110
+ ],
1111
+ "GU": [
1112
+ "h",
1113
+ "hb",
1114
+ "H",
1115
+ "hB"
1116
+ ],
1117
+ "GW": [
1118
+ "H",
1119
+ "hB"
1120
+ ],
1121
+ "GY": [
1122
+ "h",
1123
+ "hb",
1124
+ "H",
1125
+ "hB"
1126
+ ],
1127
+ "HK": [
1128
+ "h",
1129
+ "hB",
1130
+ "hb",
1131
+ "H"
1132
+ ],
1133
+ "HN": [
1134
+ "H",
1135
+ "h",
1136
+ "hB",
1137
+ "hb"
1138
+ ],
1139
+ "HR": [
1140
+ "H",
1141
+ "hB"
1142
+ ],
1143
+ "HU": [
1144
+ "H",
1145
+ "h"
1146
+ ],
1147
+ "IC": [
1148
+ "H",
1149
+ "h",
1150
+ "hB",
1151
+ "hb"
1152
+ ],
1153
+ "ID": [
1154
+ "H"
1155
+ ],
1156
+ "IE": [
1157
+ "H",
1158
+ "h",
1159
+ "hb",
1160
+ "hB"
1161
+ ],
1162
+ "IL": [
1163
+ "H",
1164
+ "hB"
1165
+ ],
1166
+ "IM": [
1167
+ "H",
1168
+ "h",
1169
+ "hb",
1170
+ "hB"
1171
+ ],
1172
+ "IN": [
1173
+ "h",
1174
+ "H"
1175
+ ],
1176
+ "IO": [
1177
+ "H",
1178
+ "h",
1179
+ "hb",
1180
+ "hB"
1181
+ ],
1182
+ "IQ": [
1183
+ "h",
1184
+ "hB",
1185
+ "hb",
1186
+ "H"
1187
+ ],
1188
+ "IR": [
1189
+ "hB",
1190
+ "H"
1191
+ ],
1192
+ "IS": [
1193
+ "H"
1194
+ ],
1195
+ "IT": [
1196
+ "H",
1197
+ "hB"
1198
+ ],
1199
+ "JE": [
1200
+ "H",
1201
+ "h",
1202
+ "hb",
1203
+ "hB"
1204
+ ],
1205
+ "JM": [
1206
+ "h",
1207
+ "hb",
1208
+ "H",
1209
+ "hB"
1210
+ ],
1211
+ "JO": [
1212
+ "h",
1213
+ "hB",
1214
+ "hb",
1215
+ "H"
1216
+ ],
1217
+ "JP": [
1218
+ "H",
1219
+ "K",
1220
+ "h"
1221
+ ],
1222
+ "KE": [
1223
+ "hB",
1224
+ "hb",
1225
+ "H",
1226
+ "h"
1227
+ ],
1228
+ "KG": [
1229
+ "H",
1230
+ "h",
1231
+ "hB",
1232
+ "hb"
1233
+ ],
1234
+ "KH": [
1235
+ "hB",
1236
+ "h",
1237
+ "H",
1238
+ "hb"
1239
+ ],
1240
+ "KI": [
1241
+ "h",
1242
+ "hb",
1243
+ "H",
1244
+ "hB"
1245
+ ],
1246
+ "KM": [
1247
+ "H",
1248
+ "h",
1249
+ "hB",
1250
+ "hb"
1251
+ ],
1252
+ "KN": [
1253
+ "h",
1254
+ "hb",
1255
+ "H",
1256
+ "hB"
1257
+ ],
1258
+ "KP": [
1259
+ "h",
1260
+ "H",
1261
+ "hB",
1262
+ "hb"
1263
+ ],
1264
+ "KR": [
1265
+ "h",
1266
+ "H",
1267
+ "hB",
1268
+ "hb"
1269
+ ],
1270
+ "KW": [
1271
+ "h",
1272
+ "hB",
1273
+ "hb",
1274
+ "H"
1275
+ ],
1276
+ "KY": [
1277
+ "h",
1278
+ "hb",
1279
+ "H",
1280
+ "hB"
1281
+ ],
1282
+ "KZ": [
1283
+ "H",
1284
+ "hB"
1285
+ ],
1286
+ "LA": [
1287
+ "H",
1288
+ "hb",
1289
+ "hB",
1290
+ "h"
1291
+ ],
1292
+ "LB": [
1293
+ "h",
1294
+ "hB",
1295
+ "hb",
1296
+ "H"
1297
+ ],
1298
+ "LC": [
1299
+ "h",
1300
+ "hb",
1301
+ "H",
1302
+ "hB"
1303
+ ],
1304
+ "LI": [
1305
+ "H",
1306
+ "hB",
1307
+ "h"
1308
+ ],
1309
+ "LK": [
1310
+ "H",
1311
+ "h",
1312
+ "hB",
1313
+ "hb"
1314
+ ],
1315
+ "LR": [
1316
+ "h",
1317
+ "hb",
1318
+ "H",
1319
+ "hB"
1320
+ ],
1321
+ "LS": [
1322
+ "h",
1323
+ "H"
1324
+ ],
1325
+ "LT": [
1326
+ "H",
1327
+ "h",
1328
+ "hb",
1329
+ "hB"
1330
+ ],
1331
+ "LU": [
1332
+ "H",
1333
+ "h",
1334
+ "hB"
1335
+ ],
1336
+ "LV": [
1337
+ "H",
1338
+ "hB",
1339
+ "hb",
1340
+ "h"
1341
+ ],
1342
+ "LY": [
1343
+ "h",
1344
+ "hB",
1345
+ "hb",
1346
+ "H"
1347
+ ],
1348
+ "MA": [
1349
+ "H",
1350
+ "h",
1351
+ "hB",
1352
+ "hb"
1353
+ ],
1354
+ "MC": [
1355
+ "H",
1356
+ "hB"
1357
+ ],
1358
+ "MD": [
1359
+ "H",
1360
+ "hB"
1361
+ ],
1362
+ "ME": [
1363
+ "H",
1364
+ "hB",
1365
+ "h"
1366
+ ],
1367
+ "MF": [
1368
+ "H",
1369
+ "hB"
1370
+ ],
1371
+ "MG": [
1372
+ "H",
1373
+ "h"
1374
+ ],
1375
+ "MH": [
1376
+ "h",
1377
+ "hb",
1378
+ "H",
1379
+ "hB"
1380
+ ],
1381
+ "MK": [
1382
+ "H",
1383
+ "h",
1384
+ "hb",
1385
+ "hB"
1386
+ ],
1387
+ "ML": [
1388
+ "H"
1389
+ ],
1390
+ "MM": [
1391
+ "hB",
1392
+ "hb",
1393
+ "H",
1394
+ "h"
1395
+ ],
1396
+ "MN": [
1397
+ "H",
1398
+ "h",
1399
+ "hb",
1400
+ "hB"
1401
+ ],
1402
+ "MO": [
1403
+ "h",
1404
+ "hB",
1405
+ "hb",
1406
+ "H"
1407
+ ],
1408
+ "MP": [
1409
+ "h",
1410
+ "hb",
1411
+ "H",
1412
+ "hB"
1413
+ ],
1414
+ "MQ": [
1415
+ "H",
1416
+ "hB"
1417
+ ],
1418
+ "MR": [
1419
+ "h",
1420
+ "hB",
1421
+ "hb",
1422
+ "H"
1423
+ ],
1424
+ "MS": [
1425
+ "H",
1426
+ "h",
1427
+ "hb",
1428
+ "hB"
1429
+ ],
1430
+ "MT": [
1431
+ "H",
1432
+ "h"
1433
+ ],
1434
+ "MU": [
1435
+ "H",
1436
+ "h"
1437
+ ],
1438
+ "MV": [
1439
+ "H",
1440
+ "h"
1441
+ ],
1442
+ "MW": [
1443
+ "h",
1444
+ "hb",
1445
+ "H",
1446
+ "hB"
1447
+ ],
1448
+ "MX": [
1449
+ "H",
1450
+ "h",
1451
+ "hB",
1452
+ "hb"
1453
+ ],
1454
+ "MY": [
1455
+ "hb",
1456
+ "hB",
1457
+ "h",
1458
+ "H"
1459
+ ],
1460
+ "MZ": [
1461
+ "H",
1462
+ "hB"
1463
+ ],
1464
+ "NA": [
1465
+ "h",
1466
+ "H",
1467
+ "hB",
1468
+ "hb"
1469
+ ],
1470
+ "NC": [
1471
+ "H",
1472
+ "hB"
1473
+ ],
1474
+ "NE": [
1475
+ "H"
1476
+ ],
1477
+ "NF": [
1478
+ "H",
1479
+ "h",
1480
+ "hb",
1481
+ "hB"
1482
+ ],
1483
+ "NG": [
1484
+ "H",
1485
+ "h",
1486
+ "hb",
1487
+ "hB"
1488
+ ],
1489
+ "NI": [
1490
+ "H",
1491
+ "h",
1492
+ "hB",
1493
+ "hb"
1494
+ ],
1495
+ "NL": [
1496
+ "H",
1497
+ "hB"
1498
+ ],
1499
+ "NO": [
1500
+ "H",
1501
+ "h"
1502
+ ],
1503
+ "NP": [
1504
+ "H",
1505
+ "h",
1506
+ "hB"
1507
+ ],
1508
+ "NR": [
1509
+ "H",
1510
+ "h",
1511
+ "hb",
1512
+ "hB"
1513
+ ],
1514
+ "NU": [
1515
+ "H",
1516
+ "h",
1517
+ "hb",
1518
+ "hB"
1519
+ ],
1520
+ "NZ": [
1521
+ "h",
1522
+ "hb",
1523
+ "H",
1524
+ "hB"
1525
+ ],
1526
+ "OM": [
1527
+ "h",
1528
+ "hB",
1529
+ "hb",
1530
+ "H"
1531
+ ],
1532
+ "PA": [
1533
+ "h",
1534
+ "H",
1535
+ "hB",
1536
+ "hb"
1537
+ ],
1538
+ "PE": [
1539
+ "H",
1540
+ "hB",
1541
+ "h",
1542
+ "hb"
1543
+ ],
1544
+ "PF": [
1545
+ "H",
1546
+ "h",
1547
+ "hB"
1548
+ ],
1549
+ "PG": [
1550
+ "h",
1551
+ "H"
1552
+ ],
1553
+ "PH": [
1554
+ "h",
1555
+ "hB",
1556
+ "hb",
1557
+ "H"
1558
+ ],
1559
+ "PK": [
1560
+ "h",
1561
+ "hB",
1562
+ "H"
1563
+ ],
1564
+ "PL": [
1565
+ "H",
1566
+ "h"
1567
+ ],
1568
+ "PM": [
1569
+ "H",
1570
+ "hB"
1571
+ ],
1572
+ "PN": [
1573
+ "H",
1574
+ "h",
1575
+ "hb",
1576
+ "hB"
1577
+ ],
1578
+ "PR": [
1579
+ "h",
1580
+ "H",
1581
+ "hB",
1582
+ "hb"
1583
+ ],
1584
+ "PS": [
1585
+ "h",
1586
+ "hB",
1587
+ "hb",
1588
+ "H"
1589
+ ],
1590
+ "PT": [
1591
+ "H",
1592
+ "hB"
1593
+ ],
1594
+ "PW": [
1595
+ "h",
1596
+ "H"
1597
+ ],
1598
+ "PY": [
1599
+ "H",
1600
+ "h",
1601
+ "hB",
1602
+ "hb"
1603
+ ],
1604
+ "QA": [
1605
+ "h",
1606
+ "hB",
1607
+ "hb",
1608
+ "H"
1609
+ ],
1610
+ "RE": [
1611
+ "H",
1612
+ "hB"
1613
+ ],
1614
+ "RO": [
1615
+ "H",
1616
+ "hB"
1617
+ ],
1618
+ "RS": [
1619
+ "H",
1620
+ "hB",
1621
+ "h"
1622
+ ],
1623
+ "RU": [
1624
+ "H"
1625
+ ],
1626
+ "RW": [
1627
+ "H",
1628
+ "h"
1629
+ ],
1630
+ "SA": [
1631
+ "h",
1632
+ "hB",
1633
+ "hb",
1634
+ "H"
1635
+ ],
1636
+ "SB": [
1637
+ "h",
1638
+ "hb",
1639
+ "H",
1640
+ "hB"
1641
+ ],
1642
+ "SC": [
1643
+ "H",
1644
+ "h",
1645
+ "hB"
1646
+ ],
1647
+ "SD": [
1648
+ "h",
1649
+ "hB",
1650
+ "hb",
1651
+ "H"
1652
+ ],
1653
+ "SE": [
1654
+ "H"
1655
+ ],
1656
+ "SG": [
1657
+ "h",
1658
+ "hb",
1659
+ "H",
1660
+ "hB"
1661
+ ],
1662
+ "SH": [
1663
+ "H",
1664
+ "h",
1665
+ "hb",
1666
+ "hB"
1667
+ ],
1668
+ "SI": [
1669
+ "H",
1670
+ "hB"
1671
+ ],
1672
+ "SJ": [
1673
+ "H"
1674
+ ],
1675
+ "SK": [
1676
+ "H"
1677
+ ],
1678
+ "SL": [
1679
+ "h",
1680
+ "hb",
1681
+ "H",
1682
+ "hB"
1683
+ ],
1684
+ "SM": [
1685
+ "H",
1686
+ "h",
1687
+ "hB"
1688
+ ],
1689
+ "SN": [
1690
+ "H",
1691
+ "h",
1692
+ "hB"
1693
+ ],
1694
+ "SO": [
1695
+ "h",
1696
+ "H"
1697
+ ],
1698
+ "SR": [
1699
+ "H",
1700
+ "hB"
1701
+ ],
1702
+ "SS": [
1703
+ "h",
1704
+ "hb",
1705
+ "H",
1706
+ "hB"
1707
+ ],
1708
+ "ST": [
1709
+ "H",
1710
+ "hB"
1711
+ ],
1712
+ "SV": [
1713
+ "H",
1714
+ "h",
1715
+ "hB",
1716
+ "hb"
1717
+ ],
1718
+ "SX": [
1719
+ "H",
1720
+ "h",
1721
+ "hb",
1722
+ "hB"
1723
+ ],
1724
+ "SY": [
1725
+ "h",
1726
+ "hB",
1727
+ "hb",
1728
+ "H"
1729
+ ],
1730
+ "SZ": [
1731
+ "h",
1732
+ "hb",
1733
+ "H",
1734
+ "hB"
1735
+ ],
1736
+ "TA": [
1737
+ "H",
1738
+ "h",
1739
+ "hb",
1740
+ "hB"
1741
+ ],
1742
+ "TC": [
1743
+ "h",
1744
+ "hb",
1745
+ "H",
1746
+ "hB"
1747
+ ],
1748
+ "TD": [
1749
+ "h",
1750
+ "H",
1751
+ "hB"
1752
+ ],
1753
+ "TF": [
1754
+ "H",
1755
+ "h",
1756
+ "hB"
1757
+ ],
1758
+ "TG": [
1759
+ "H",
1760
+ "hB"
1761
+ ],
1762
+ "TH": [
1763
+ "H",
1764
+ "h"
1765
+ ],
1766
+ "TJ": [
1767
+ "H",
1768
+ "h"
1769
+ ],
1770
+ "TL": [
1771
+ "H",
1772
+ "hB",
1773
+ "hb",
1774
+ "h"
1775
+ ],
1776
+ "TM": [
1777
+ "H",
1778
+ "h"
1779
+ ],
1780
+ "TN": [
1781
+ "h",
1782
+ "hB",
1783
+ "hb",
1784
+ "H"
1785
+ ],
1786
+ "TO": [
1787
+ "h",
1788
+ "H"
1789
+ ],
1790
+ "TR": [
1791
+ "H",
1792
+ "hB"
1793
+ ],
1794
+ "TT": [
1795
+ "h",
1796
+ "hb",
1797
+ "H",
1798
+ "hB"
1799
+ ],
1800
+ "TW": [
1801
+ "hB",
1802
+ "hb",
1803
+ "h",
1804
+ "H"
1805
+ ],
1806
+ "TZ": [
1807
+ "hB",
1808
+ "hb",
1809
+ "H",
1810
+ "h"
1811
+ ],
1812
+ "UA": [
1813
+ "H",
1814
+ "hB",
1815
+ "h"
1816
+ ],
1817
+ "UG": [
1818
+ "hB",
1819
+ "hb",
1820
+ "H",
1821
+ "h"
1822
+ ],
1823
+ "UM": [
1824
+ "h",
1825
+ "hb",
1826
+ "H",
1827
+ "hB"
1828
+ ],
1829
+ "US": [
1830
+ "h",
1831
+ "hb",
1832
+ "H",
1833
+ "hB"
1834
+ ],
1835
+ "UY": [
1836
+ "H",
1837
+ "h",
1838
+ "hB",
1839
+ "hb"
1840
+ ],
1841
+ "UZ": [
1842
+ "H",
1843
+ "hB",
1844
+ "h"
1845
+ ],
1846
+ "VA": [
1847
+ "H",
1848
+ "h",
1849
+ "hB"
1850
+ ],
1851
+ "VC": [
1852
+ "h",
1853
+ "hb",
1854
+ "H",
1855
+ "hB"
1856
+ ],
1857
+ "VE": [
1858
+ "h",
1859
+ "H",
1860
+ "hB",
1861
+ "hb"
1862
+ ],
1863
+ "VG": [
1864
+ "h",
1865
+ "hb",
1866
+ "H",
1867
+ "hB"
1868
+ ],
1869
+ "VI": [
1870
+ "h",
1871
+ "hb",
1872
+ "H",
1873
+ "hB"
1874
+ ],
1875
+ "VN": [
1876
+ "H",
1877
+ "h"
1878
+ ],
1879
+ "VU": [
1880
+ "h",
1881
+ "H"
1882
+ ],
1883
+ "WF": [
1884
+ "H",
1885
+ "hB"
1886
+ ],
1887
+ "WS": [
1888
+ "h",
1889
+ "H"
1890
+ ],
1891
+ "XK": [
1892
+ "H",
1893
+ "hB",
1894
+ "h"
1895
+ ],
1896
+ "YE": [
1897
+ "h",
1898
+ "hB",
1899
+ "hb",
1900
+ "H"
1901
+ ],
1902
+ "YT": [
1903
+ "H",
1904
+ "hB"
1905
+ ],
1906
+ "ZA": [
1907
+ "H",
1908
+ "h",
1909
+ "hb",
1910
+ "hB"
1911
+ ],
1912
+ "ZM": [
1913
+ "h",
1914
+ "hb",
1915
+ "H",
1916
+ "hB"
1917
+ ],
1918
+ "ZW": [
1919
+ "H",
1920
+ "h"
1921
+ ],
1922
+ "af-ZA": [
1923
+ "H",
1924
+ "h",
1925
+ "hB",
1926
+ "hb"
1927
+ ],
1928
+ "ar-001": [
1929
+ "h",
1930
+ "hB",
1931
+ "hb",
1932
+ "H"
1933
+ ],
1934
+ "ca-ES": [
1935
+ "H",
1936
+ "h",
1937
+ "hB"
1938
+ ],
1939
+ "en-001": [
1940
+ "h",
1941
+ "hb",
1942
+ "H",
1943
+ "hB"
1944
+ ],
1945
+ "es-BO": [
1946
+ "H",
1947
+ "h",
1948
+ "hB",
1949
+ "hb"
1950
+ ],
1951
+ "es-BR": [
1952
+ "H",
1953
+ "h",
1954
+ "hB",
1955
+ "hb"
1956
+ ],
1957
+ "es-EC": [
1958
+ "H",
1959
+ "h",
1960
+ "hB",
1961
+ "hb"
1962
+ ],
1963
+ "es-ES": [
1964
+ "H",
1965
+ "h",
1966
+ "hB",
1967
+ "hb"
1968
+ ],
1969
+ "es-GQ": [
1970
+ "H",
1971
+ "h",
1972
+ "hB",
1973
+ "hb"
1974
+ ],
1975
+ "es-PE": [
1976
+ "H",
1977
+ "h",
1978
+ "hB",
1979
+ "hb"
1980
+ ],
1981
+ "fr-CA": [
1982
+ "H",
1983
+ "h",
1984
+ "hB"
1985
+ ],
1986
+ "gl-ES": [
1987
+ "H",
1988
+ "h",
1989
+ "hB"
1990
+ ],
1991
+ "gu-IN": [
1992
+ "hB",
1993
+ "hb",
1994
+ "h",
1995
+ "H"
1996
+ ],
1997
+ "hi-IN": [
1998
+ "hB",
1999
+ "h",
2000
+ "H"
2001
+ ],
2002
+ "it-CH": [
2003
+ "H",
2004
+ "h",
2005
+ "hB"
2006
+ ],
2007
+ "it-IT": [
2008
+ "H",
2009
+ "h",
2010
+ "hB"
2011
+ ],
2012
+ "kn-IN": [
2013
+ "hB",
2014
+ "h",
2015
+ "H"
2016
+ ],
2017
+ "ml-IN": [
2018
+ "hB",
2019
+ "h",
2020
+ "H"
2021
+ ],
2022
+ "mr-IN": [
2023
+ "hB",
2024
+ "hb",
2025
+ "h",
2026
+ "H"
2027
+ ],
2028
+ "pa-IN": [
2029
+ "hB",
2030
+ "hb",
2031
+ "h",
2032
+ "H"
2033
+ ],
2034
+ "ta-IN": [
2035
+ "hB",
2036
+ "h",
2037
+ "hb",
2038
+ "H"
2039
+ ],
2040
+ "te-IN": [
2041
+ "hB",
2042
+ "h",
2043
+ "H"
2044
+ ],
2045
+ "zu-ZA": [
2046
+ "H",
2047
+ "hB",
2048
+ "hb",
2049
+ "h"
2050
+ ]
2051
+ };
2052
+
2053
+ /**
2054
+ * Returns the best matching date time pattern if a date time skeleton
2055
+ * pattern is provided with a locale. Follows the Unicode specification:
2056
+ * https://www.unicode.org/reports/tr35/tr35-dates.html#table-mapping-requested-time-skeletons-to-patterns
2057
+ * @param skeleton date time skeleton pattern that possibly includes j, J or C
2058
+ * @param locale
2059
+ */
2060
+ function getBestPattern(skeleton, locale) {
2061
+ var skeletonCopy = '';
2062
+ for (var patternPos = 0; patternPos < skeleton.length; patternPos++) {
2063
+ var patternChar = skeleton.charAt(patternPos);
2064
+ if (patternChar === 'j') {
2065
+ var extraLength = 0;
2066
+ while (patternPos + 1 < skeleton.length &&
2067
+ skeleton.charAt(patternPos + 1) === patternChar) {
2068
+ extraLength++;
2069
+ patternPos++;
2070
+ }
2071
+ var hourLen = 1 + (extraLength & 1);
2072
+ var dayPeriodLen = extraLength < 2 ? 1 : 3 + (extraLength >> 1);
2073
+ var dayPeriodChar = 'a';
2074
+ var hourChar = getDefaultHourSymbolFromLocale(locale);
2075
+ if (hourChar == 'H' || hourChar == 'k') {
2076
+ dayPeriodLen = 0;
2077
+ }
2078
+ while (dayPeriodLen-- > 0) {
2079
+ skeletonCopy += dayPeriodChar;
2080
+ }
2081
+ while (hourLen-- > 0) {
2082
+ skeletonCopy = hourChar + skeletonCopy;
2083
+ }
2084
+ }
2085
+ else if (patternChar === 'J') {
2086
+ skeletonCopy += 'H';
2087
+ }
2088
+ else {
2089
+ skeletonCopy += patternChar;
2090
+ }
2091
+ }
2092
+ return skeletonCopy;
2093
+ }
2094
+ /**
2095
+ * Maps the [hour cycle type](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale/hourCycle)
2096
+ * of the given `locale` to the corresponding time pattern.
2097
+ * @param locale
2098
+ */
2099
+ function getDefaultHourSymbolFromLocale(locale) {
2100
+ var hourCycle = locale.hourCycle;
2101
+ if (hourCycle === undefined &&
2102
+ // @ts-ignore hourCycle(s) is not identified yet
2103
+ locale.hourCycles &&
2104
+ // @ts-ignore
2105
+ locale.hourCycles.length) {
2106
+ // @ts-ignore
2107
+ hourCycle = locale.hourCycles[0];
2108
+ }
2109
+ if (hourCycle) {
2110
+ switch (hourCycle) {
2111
+ case 'h24':
2112
+ return 'k';
2113
+ case 'h23':
2114
+ return 'H';
2115
+ case 'h12':
2116
+ return 'h';
2117
+ case 'h11':
2118
+ return 'K';
2119
+ default:
2120
+ throw new Error('Invalid hourCycle');
2121
+ }
2122
+ }
2123
+ // TODO: Once hourCycle is fully supported remove the following with data generation
2124
+ var languageTag = locale.language;
2125
+ var regionTag;
2126
+ if (languageTag !== 'root') {
2127
+ regionTag = locale.maximize().region;
2128
+ }
2129
+ var hourCycles = timeData[regionTag || ''] ||
2130
+ timeData[languageTag || ''] ||
2131
+ timeData["".concat(languageTag, "-001")] ||
2132
+ timeData['001'];
2133
+ return hourCycles[0];
2134
+ }
2135
+
2136
+ var _a;
2137
+ var SPACE_SEPARATOR_START_REGEX = new RegExp("^".concat(SPACE_SEPARATOR_REGEX.source, "*"));
2138
+ var SPACE_SEPARATOR_END_REGEX = new RegExp("".concat(SPACE_SEPARATOR_REGEX.source, "*$"));
2139
+ function createLocation(start, end) {
2140
+ return { start: start, end: end };
2141
+ }
2142
+ // #region Ponyfills
2143
+ // Consolidate these variables up top for easier toggling during debugging
2144
+ var hasNativeStartsWith = !!String.prototype.startsWith && '_a'.startsWith('a', 1);
2145
+ var hasNativeFromCodePoint = !!String.fromCodePoint;
2146
+ var hasNativeFromEntries = !!Object.fromEntries;
2147
+ var hasNativeCodePointAt = !!String.prototype.codePointAt;
2148
+ var hasTrimStart = !!String.prototype.trimStart;
2149
+ var hasTrimEnd = !!String.prototype.trimEnd;
2150
+ var hasNativeIsSafeInteger = !!Number.isSafeInteger;
2151
+ var isSafeInteger = hasNativeIsSafeInteger
2152
+ ? Number.isSafeInteger
2153
+ : function (n) {
2154
+ return (typeof n === 'number' &&
2155
+ isFinite(n) &&
2156
+ Math.floor(n) === n &&
2157
+ Math.abs(n) <= 0x1fffffffffffff);
2158
+ };
2159
+ // IE11 does not support y and u.
2160
+ var REGEX_SUPPORTS_U_AND_Y = true;
2161
+ try {
2162
+ var re = RE('([^\\p{White_Space}\\p{Pattern_Syntax}]*)', 'yu');
2163
+ /**
2164
+ * legacy Edge or Xbox One browser
2165
+ * Unicode flag support: supported
2166
+ * Pattern_Syntax support: not supported
2167
+ * See https://github.com/formatjs/formatjs/issues/2822
2168
+ */
2169
+ REGEX_SUPPORTS_U_AND_Y = ((_a = re.exec('a')) === null || _a === void 0 ? void 0 : _a[0]) === 'a';
2170
+ }
2171
+ catch (_) {
2172
+ REGEX_SUPPORTS_U_AND_Y = false;
2173
+ }
2174
+ var startsWith = hasNativeStartsWith
2175
+ ? // Native
2176
+ function startsWith(s, search, position) {
2177
+ return s.startsWith(search, position);
2178
+ }
2179
+ : // For IE11
2180
+ function startsWith(s, search, position) {
2181
+ return s.slice(position, position + search.length) === search;
2182
+ };
2183
+ var fromCodePoint = hasNativeFromCodePoint
2184
+ ? String.fromCodePoint
2185
+ : // IE11
2186
+ function fromCodePoint() {
2187
+ var codePoints = [];
2188
+ for (var _i = 0; _i < arguments.length; _i++) {
2189
+ codePoints[_i] = arguments[_i];
2190
+ }
2191
+ var elements = '';
2192
+ var length = codePoints.length;
2193
+ var i = 0;
2194
+ var code;
2195
+ while (length > i) {
2196
+ code = codePoints[i++];
2197
+ if (code > 0x10ffff)
2198
+ throw RangeError(code + ' is not a valid code point');
2199
+ elements +=
2200
+ code < 0x10000
2201
+ ? String.fromCharCode(code)
2202
+ : String.fromCharCode(((code -= 0x10000) >> 10) + 0xd800, (code % 0x400) + 0xdc00);
2203
+ }
2204
+ return elements;
2205
+ };
2206
+ var fromEntries =
2207
+ // native
2208
+ hasNativeFromEntries
2209
+ ? Object.fromEntries
2210
+ : // Ponyfill
2211
+ function fromEntries(entries) {
2212
+ var obj = {};
2213
+ for (var _i = 0, entries_1 = entries; _i < entries_1.length; _i++) {
2214
+ var _a = entries_1[_i], k = _a[0], v = _a[1];
2215
+ obj[k] = v;
2216
+ }
2217
+ return obj;
2218
+ };
2219
+ var codePointAt = hasNativeCodePointAt
2220
+ ? // Native
2221
+ function codePointAt(s, index) {
2222
+ return s.codePointAt(index);
2223
+ }
2224
+ : // IE 11
2225
+ function codePointAt(s, index) {
2226
+ var size = s.length;
2227
+ if (index < 0 || index >= size) {
2228
+ return undefined;
2229
+ }
2230
+ var first = s.charCodeAt(index);
2231
+ var second;
2232
+ return first < 0xd800 ||
2233
+ first > 0xdbff ||
2234
+ index + 1 === size ||
2235
+ (second = s.charCodeAt(index + 1)) < 0xdc00 ||
2236
+ second > 0xdfff
2237
+ ? first
2238
+ : ((first - 0xd800) << 10) + (second - 0xdc00) + 0x10000;
2239
+ };
2240
+ var trimStart = hasTrimStart
2241
+ ? // Native
2242
+ function trimStart(s) {
2243
+ return s.trimStart();
2244
+ }
2245
+ : // Ponyfill
2246
+ function trimStart(s) {
2247
+ return s.replace(SPACE_SEPARATOR_START_REGEX, '');
2248
+ };
2249
+ var trimEnd = hasTrimEnd
2250
+ ? // Native
2251
+ function trimEnd(s) {
2252
+ return s.trimEnd();
2253
+ }
2254
+ : // Ponyfill
2255
+ function trimEnd(s) {
2256
+ return s.replace(SPACE_SEPARATOR_END_REGEX, '');
2257
+ };
2258
+ // Prevent minifier to translate new RegExp to literal form that might cause syntax error on IE11.
2259
+ function RE(s, flag) {
2260
+ return new RegExp(s, flag);
2261
+ }
2262
+ // #endregion
2263
+ var matchIdentifierAtIndex;
2264
+ if (REGEX_SUPPORTS_U_AND_Y) {
2265
+ // Native
2266
+ var IDENTIFIER_PREFIX_RE_1 = RE('([^\\p{White_Space}\\p{Pattern_Syntax}]*)', 'yu');
2267
+ matchIdentifierAtIndex = function matchIdentifierAtIndex(s, index) {
2268
+ var _a;
2269
+ IDENTIFIER_PREFIX_RE_1.lastIndex = index;
2270
+ var match = IDENTIFIER_PREFIX_RE_1.exec(s);
2271
+ return (_a = match[1]) !== null && _a !== void 0 ? _a : '';
2272
+ };
2273
+ }
2274
+ else {
2275
+ // IE11
2276
+ matchIdentifierAtIndex = function matchIdentifierAtIndex(s, index) {
2277
+ var match = [];
2278
+ while (true) {
2279
+ var c = codePointAt(s, index);
2280
+ if (c === undefined || _isWhiteSpace(c) || _isPatternSyntax(c)) {
2281
+ break;
2282
+ }
2283
+ match.push(c);
2284
+ index += c >= 0x10000 ? 2 : 1;
2285
+ }
2286
+ return fromCodePoint.apply(void 0, match);
2287
+ };
2288
+ }
2289
+ var Parser = /** @class */ (function () {
2290
+ function Parser(message, options) {
2291
+ if (options === void 0) { options = {}; }
2292
+ this.message = message;
2293
+ this.position = { offset: 0, line: 1, column: 1 };
2294
+ this.ignoreTag = !!options.ignoreTag;
2295
+ this.locale = options.locale;
2296
+ this.requiresOtherClause = !!options.requiresOtherClause;
2297
+ this.shouldParseSkeletons = !!options.shouldParseSkeletons;
2298
+ }
2299
+ Parser.prototype.parse = function () {
2300
+ if (this.offset() !== 0) {
2301
+ throw Error('parser can only be used once');
2302
+ }
2303
+ return this.parseMessage(0, '', false);
2304
+ };
2305
+ Parser.prototype.parseMessage = function (nestingLevel, parentArgType, expectingCloseTag) {
2306
+ var elements = [];
2307
+ while (!this.isEOF()) {
2308
+ var char = this.char();
2309
+ if (char === 123 /* `{` */) {
2310
+ var result = this.parseArgument(nestingLevel, expectingCloseTag);
2311
+ if (result.err) {
2312
+ return result;
2313
+ }
2314
+ elements.push(result.val);
2315
+ }
2316
+ else if (char === 125 /* `}` */ && nestingLevel > 0) {
2317
+ break;
2318
+ }
2319
+ else if (char === 35 /* `#` */ &&
2320
+ (parentArgType === 'plural' || parentArgType === 'selectordinal')) {
2321
+ var position = this.clonePosition();
2322
+ this.bump();
2323
+ elements.push({
2324
+ type: TYPE.pound,
2325
+ location: createLocation(position, this.clonePosition()),
2326
+ });
2327
+ }
2328
+ else if (char === 60 /* `<` */ &&
2329
+ !this.ignoreTag &&
2330
+ this.peek() === 47 // char code for '/'
2331
+ ) {
2332
+ if (expectingCloseTag) {
2333
+ break;
2334
+ }
2335
+ else {
2336
+ return this.error(ErrorKind.UNMATCHED_CLOSING_TAG, createLocation(this.clonePosition(), this.clonePosition()));
2337
+ }
2338
+ }
2339
+ else if (char === 60 /* `<` */ &&
2340
+ !this.ignoreTag &&
2341
+ _isAlpha(this.peek() || 0)) {
2342
+ var result = this.parseTag(nestingLevel, parentArgType);
2343
+ if (result.err) {
2344
+ return result;
2345
+ }
2346
+ elements.push(result.val);
2347
+ }
2348
+ else {
2349
+ var result = this.parseLiteral(nestingLevel, parentArgType);
2350
+ if (result.err) {
2351
+ return result;
2352
+ }
2353
+ elements.push(result.val);
2354
+ }
2355
+ }
2356
+ return { val: elements, err: null };
2357
+ };
2358
+ /**
2359
+ * A tag name must start with an ASCII lower/upper case letter. The grammar is based on the
2360
+ * [custom element name][] except that a dash is NOT always mandatory and uppercase letters
2361
+ * are accepted:
2362
+ *
2363
+ * ```
2364
+ * tag ::= "<" tagName (whitespace)* "/>" | "<" tagName (whitespace)* ">" message "</" tagName (whitespace)* ">"
2365
+ * tagName ::= [a-z] (PENChar)*
2366
+ * PENChar ::=
2367
+ * "-" | "." | [0-9] | "_" | [a-z] | [A-Z] | #xB7 | [#xC0-#xD6] | [#xD8-#xF6] | [#xF8-#x37D] |
2368
+ * [#x37F-#x1FFF] | [#x200C-#x200D] | [#x203F-#x2040] | [#x2070-#x218F] | [#x2C00-#x2FEF] |
2369
+ * [#x3001-#xD7FF] | [#xF900-#xFDCF] | [#xFDF0-#xFFFD] | [#x10000-#xEFFFF]
2370
+ * ```
2371
+ *
2372
+ * [custom element name]: https://html.spec.whatwg.org/multipage/custom-elements.html#valid-custom-element-name
2373
+ * NOTE: We're a bit more lax here since HTML technically does not allow uppercase HTML element but we do
2374
+ * since other tag-based engines like React allow it
2375
+ */
2376
+ Parser.prototype.parseTag = function (nestingLevel, parentArgType) {
2377
+ var startPosition = this.clonePosition();
2378
+ this.bump(); // `<`
2379
+ var tagName = this.parseTagName();
2380
+ this.bumpSpace();
2381
+ if (this.bumpIf('/>')) {
2382
+ // Self closing tag
2383
+ return {
2384
+ val: {
2385
+ type: TYPE.literal,
2386
+ value: "<".concat(tagName, "/>"),
2387
+ location: createLocation(startPosition, this.clonePosition()),
2388
+ },
2389
+ err: null,
2390
+ };
2391
+ }
2392
+ else if (this.bumpIf('>')) {
2393
+ var childrenResult = this.parseMessage(nestingLevel + 1, parentArgType, true);
2394
+ if (childrenResult.err) {
2395
+ return childrenResult;
2396
+ }
2397
+ var children = childrenResult.val;
2398
+ // Expecting a close tag
2399
+ var endTagStartPosition = this.clonePosition();
2400
+ if (this.bumpIf('</')) {
2401
+ if (this.isEOF() || !_isAlpha(this.char())) {
2402
+ return this.error(ErrorKind.INVALID_TAG, createLocation(endTagStartPosition, this.clonePosition()));
2403
+ }
2404
+ var closingTagNameStartPosition = this.clonePosition();
2405
+ var closingTagName = this.parseTagName();
2406
+ if (tagName !== closingTagName) {
2407
+ return this.error(ErrorKind.UNMATCHED_CLOSING_TAG, createLocation(closingTagNameStartPosition, this.clonePosition()));
2408
+ }
2409
+ this.bumpSpace();
2410
+ if (!this.bumpIf('>')) {
2411
+ return this.error(ErrorKind.INVALID_TAG, createLocation(endTagStartPosition, this.clonePosition()));
2412
+ }
2413
+ return {
2414
+ val: {
2415
+ type: TYPE.tag,
2416
+ value: tagName,
2417
+ children: children,
2418
+ location: createLocation(startPosition, this.clonePosition()),
2419
+ },
2420
+ err: null,
2421
+ };
2422
+ }
2423
+ else {
2424
+ return this.error(ErrorKind.UNCLOSED_TAG, createLocation(startPosition, this.clonePosition()));
2425
+ }
2426
+ }
2427
+ else {
2428
+ return this.error(ErrorKind.INVALID_TAG, createLocation(startPosition, this.clonePosition()));
2429
+ }
2430
+ };
2431
+ /**
2432
+ * This method assumes that the caller has peeked ahead for the first tag character.
2433
+ */
2434
+ Parser.prototype.parseTagName = function () {
2435
+ var startOffset = this.offset();
2436
+ this.bump(); // the first tag name character
2437
+ while (!this.isEOF() && _isPotentialElementNameChar(this.char())) {
2438
+ this.bump();
2439
+ }
2440
+ return this.message.slice(startOffset, this.offset());
2441
+ };
2442
+ Parser.prototype.parseLiteral = function (nestingLevel, parentArgType) {
2443
+ var start = this.clonePosition();
2444
+ var value = '';
2445
+ while (true) {
2446
+ var parseQuoteResult = this.tryParseQuote(parentArgType);
2447
+ if (parseQuoteResult) {
2448
+ value += parseQuoteResult;
2449
+ continue;
2450
+ }
2451
+ var parseUnquotedResult = this.tryParseUnquoted(nestingLevel, parentArgType);
2452
+ if (parseUnquotedResult) {
2453
+ value += parseUnquotedResult;
2454
+ continue;
2455
+ }
2456
+ var parseLeftAngleResult = this.tryParseLeftAngleBracket();
2457
+ if (parseLeftAngleResult) {
2458
+ value += parseLeftAngleResult;
2459
+ continue;
2460
+ }
2461
+ break;
2462
+ }
2463
+ var location = createLocation(start, this.clonePosition());
2464
+ return {
2465
+ val: { type: TYPE.literal, value: value, location: location },
2466
+ err: null,
2467
+ };
2468
+ };
2469
+ Parser.prototype.tryParseLeftAngleBracket = function () {
2470
+ if (!this.isEOF() &&
2471
+ this.char() === 60 /* `<` */ &&
2472
+ (this.ignoreTag ||
2473
+ // If at the opening tag or closing tag position, bail.
2474
+ !_isAlphaOrSlash(this.peek() || 0))) {
2475
+ this.bump(); // `<`
2476
+ return '<';
2477
+ }
2478
+ return null;
2479
+ };
2480
+ /**
2481
+ * Starting with ICU 4.8, an ASCII apostrophe only starts quoted text if it immediately precedes
2482
+ * a character that requires quoting (that is, "only where needed"), and works the same in
2483
+ * nested messages as on the top level of the pattern. The new behavior is otherwise compatible.
2484
+ */
2485
+ Parser.prototype.tryParseQuote = function (parentArgType) {
2486
+ if (this.isEOF() || this.char() !== 39 /* `'` */) {
2487
+ return null;
2488
+ }
2489
+ // Parse escaped char following the apostrophe, or early return if there is no escaped char.
2490
+ // Check if is valid escaped character
2491
+ switch (this.peek()) {
2492
+ case 39 /* `'` */:
2493
+ // double quote, should return as a single quote.
2494
+ this.bump();
2495
+ this.bump();
2496
+ return "'";
2497
+ // '{', '<', '>', '}'
2498
+ case 123:
2499
+ case 60:
2500
+ case 62:
2501
+ case 125:
2502
+ break;
2503
+ case 35: // '#'
2504
+ if (parentArgType === 'plural' || parentArgType === 'selectordinal') {
2505
+ break;
2506
+ }
2507
+ return null;
2508
+ default:
2509
+ return null;
2510
+ }
2511
+ this.bump(); // apostrophe
2512
+ var codePoints = [this.char()]; // escaped char
2513
+ this.bump();
2514
+ // read chars until the optional closing apostrophe is found
2515
+ while (!this.isEOF()) {
2516
+ var ch = this.char();
2517
+ if (ch === 39 /* `'` */) {
2518
+ if (this.peek() === 39 /* `'` */) {
2519
+ codePoints.push(39);
2520
+ // Bump one more time because we need to skip 2 characters.
2521
+ this.bump();
2522
+ }
2523
+ else {
2524
+ // Optional closing apostrophe.
2525
+ this.bump();
2526
+ break;
2527
+ }
2528
+ }
2529
+ else {
2530
+ codePoints.push(ch);
2531
+ }
2532
+ this.bump();
2533
+ }
2534
+ return fromCodePoint.apply(void 0, codePoints);
2535
+ };
2536
+ Parser.prototype.tryParseUnquoted = function (nestingLevel, parentArgType) {
2537
+ if (this.isEOF()) {
2538
+ return null;
2539
+ }
2540
+ var ch = this.char();
2541
+ if (ch === 60 /* `<` */ ||
2542
+ ch === 123 /* `{` */ ||
2543
+ (ch === 35 /* `#` */ &&
2544
+ (parentArgType === 'plural' || parentArgType === 'selectordinal')) ||
2545
+ (ch === 125 /* `}` */ && nestingLevel > 0)) {
2546
+ return null;
2547
+ }
2548
+ else {
2549
+ this.bump();
2550
+ return fromCodePoint(ch);
2551
+ }
2552
+ };
2553
+ Parser.prototype.parseArgument = function (nestingLevel, expectingCloseTag) {
2554
+ var openingBracePosition = this.clonePosition();
2555
+ this.bump(); // `{`
2556
+ this.bumpSpace();
2557
+ if (this.isEOF()) {
2558
+ return this.error(ErrorKind.EXPECT_ARGUMENT_CLOSING_BRACE, createLocation(openingBracePosition, this.clonePosition()));
2559
+ }
2560
+ if (this.char() === 125 /* `}` */) {
2561
+ this.bump();
2562
+ return this.error(ErrorKind.EMPTY_ARGUMENT, createLocation(openingBracePosition, this.clonePosition()));
2563
+ }
2564
+ // argument name
2565
+ var value = this.parseIdentifierIfPossible().value;
2566
+ if (!value) {
2567
+ return this.error(ErrorKind.MALFORMED_ARGUMENT, createLocation(openingBracePosition, this.clonePosition()));
2568
+ }
2569
+ this.bumpSpace();
2570
+ if (this.isEOF()) {
2571
+ return this.error(ErrorKind.EXPECT_ARGUMENT_CLOSING_BRACE, createLocation(openingBracePosition, this.clonePosition()));
2572
+ }
2573
+ switch (this.char()) {
2574
+ // Simple argument: `{name}`
2575
+ case 125 /* `}` */: {
2576
+ this.bump(); // `}`
2577
+ return {
2578
+ val: {
2579
+ type: TYPE.argument,
2580
+ // value does not include the opening and closing braces.
2581
+ value: value,
2582
+ location: createLocation(openingBracePosition, this.clonePosition()),
2583
+ },
2584
+ err: null,
2585
+ };
2586
+ }
2587
+ // Argument with options: `{name, format, ...}`
2588
+ case 44 /* `,` */: {
2589
+ this.bump(); // `,`
2590
+ this.bumpSpace();
2591
+ if (this.isEOF()) {
2592
+ return this.error(ErrorKind.EXPECT_ARGUMENT_CLOSING_BRACE, createLocation(openingBracePosition, this.clonePosition()));
2593
+ }
2594
+ return this.parseArgumentOptions(nestingLevel, expectingCloseTag, value, openingBracePosition);
2595
+ }
2596
+ default:
2597
+ return this.error(ErrorKind.MALFORMED_ARGUMENT, createLocation(openingBracePosition, this.clonePosition()));
2598
+ }
2599
+ };
2600
+ /**
2601
+ * Advance the parser until the end of the identifier, if it is currently on
2602
+ * an identifier character. Return an empty string otherwise.
2603
+ */
2604
+ Parser.prototype.parseIdentifierIfPossible = function () {
2605
+ var startingPosition = this.clonePosition();
2606
+ var startOffset = this.offset();
2607
+ var value = matchIdentifierAtIndex(this.message, startOffset);
2608
+ var endOffset = startOffset + value.length;
2609
+ this.bumpTo(endOffset);
2610
+ var endPosition = this.clonePosition();
2611
+ var location = createLocation(startingPosition, endPosition);
2612
+ return { value: value, location: location };
2613
+ };
2614
+ Parser.prototype.parseArgumentOptions = function (nestingLevel, expectingCloseTag, value, openingBracePosition) {
2615
+ var _a;
2616
+ // Parse this range:
2617
+ // {name, type, style}
2618
+ // ^---^
2619
+ var typeStartPosition = this.clonePosition();
2620
+ var argType = this.parseIdentifierIfPossible().value;
2621
+ var typeEndPosition = this.clonePosition();
2622
+ switch (argType) {
2623
+ case '':
2624
+ // Expecting a style string number, date, time, plural, selectordinal, or select.
2625
+ return this.error(ErrorKind.EXPECT_ARGUMENT_TYPE, createLocation(typeStartPosition, typeEndPosition));
2626
+ case 'number':
2627
+ case 'date':
2628
+ case 'time': {
2629
+ // Parse this range:
2630
+ // {name, number, style}
2631
+ // ^-------^
2632
+ this.bumpSpace();
2633
+ var styleAndLocation = null;
2634
+ if (this.bumpIf(',')) {
2635
+ this.bumpSpace();
2636
+ var styleStartPosition = this.clonePosition();
2637
+ var result = this.parseSimpleArgStyleIfPossible();
2638
+ if (result.err) {
2639
+ return result;
2640
+ }
2641
+ var style = trimEnd(result.val);
2642
+ if (style.length === 0) {
2643
+ return this.error(ErrorKind.EXPECT_ARGUMENT_STYLE, createLocation(this.clonePosition(), this.clonePosition()));
2644
+ }
2645
+ var styleLocation = createLocation(styleStartPosition, this.clonePosition());
2646
+ styleAndLocation = { style: style, styleLocation: styleLocation };
2647
+ }
2648
+ var argCloseResult = this.tryParseArgumentClose(openingBracePosition);
2649
+ if (argCloseResult.err) {
2650
+ return argCloseResult;
2651
+ }
2652
+ var location_1 = createLocation(openingBracePosition, this.clonePosition());
2653
+ // Extract style or skeleton
2654
+ if (styleAndLocation && startsWith(styleAndLocation === null || styleAndLocation === void 0 ? void 0 : styleAndLocation.style, '::', 0)) {
2655
+ // Skeleton starts with `::`.
2656
+ var skeleton = trimStart(styleAndLocation.style.slice(2));
2657
+ if (argType === 'number') {
2658
+ var result = this.parseNumberSkeletonFromString(skeleton, styleAndLocation.styleLocation);
2659
+ if (result.err) {
2660
+ return result;
2661
+ }
2662
+ return {
2663
+ val: { type: TYPE.number, value: value, location: location_1, style: result.val },
2664
+ err: null,
2665
+ };
2666
+ }
2667
+ else {
2668
+ if (skeleton.length === 0) {
2669
+ return this.error(ErrorKind.EXPECT_DATE_TIME_SKELETON, location_1);
2670
+ }
2671
+ var dateTimePattern = skeleton;
2672
+ // Get "best match" pattern only if locale is passed, if not, let it
2673
+ // pass as-is where `parseDateTimeSkeleton()` will throw an error
2674
+ // for unsupported patterns.
2675
+ if (this.locale) {
2676
+ dateTimePattern = getBestPattern(skeleton, this.locale);
2677
+ }
2678
+ var style = {
2679
+ type: SKELETON_TYPE.dateTime,
2680
+ pattern: dateTimePattern,
2681
+ location: styleAndLocation.styleLocation,
2682
+ parsedOptions: this.shouldParseSkeletons
2683
+ ? parseDateTimeSkeleton(dateTimePattern)
2684
+ : {},
2685
+ };
2686
+ var type = argType === 'date' ? TYPE.date : TYPE.time;
2687
+ return {
2688
+ val: { type: type, value: value, location: location_1, style: style },
2689
+ err: null,
2690
+ };
2691
+ }
2692
+ }
2693
+ // Regular style or no style.
2694
+ return {
2695
+ val: {
2696
+ type: argType === 'number'
2697
+ ? TYPE.number
2698
+ : argType === 'date'
2699
+ ? TYPE.date
2700
+ : TYPE.time,
2701
+ value: value,
2702
+ location: location_1,
2703
+ style: (_a = styleAndLocation === null || styleAndLocation === void 0 ? void 0 : styleAndLocation.style) !== null && _a !== void 0 ? _a : null,
2704
+ },
2705
+ err: null,
2706
+ };
2707
+ }
2708
+ case 'plural':
2709
+ case 'selectordinal':
2710
+ case 'select': {
2711
+ // Parse this range:
2712
+ // {name, plural, options}
2713
+ // ^---------^
2714
+ var typeEndPosition_1 = this.clonePosition();
2715
+ this.bumpSpace();
2716
+ if (!this.bumpIf(',')) {
2717
+ return this.error(ErrorKind.EXPECT_SELECT_ARGUMENT_OPTIONS, createLocation(typeEndPosition_1, __assign({}, typeEndPosition_1)));
2718
+ }
2719
+ this.bumpSpace();
2720
+ // Parse offset:
2721
+ // {name, plural, offset:1, options}
2722
+ // ^-----^
2723
+ //
2724
+ // or the first option:
2725
+ //
2726
+ // {name, plural, one {...} other {...}}
2727
+ // ^--^
2728
+ var identifierAndLocation = this.parseIdentifierIfPossible();
2729
+ var pluralOffset = 0;
2730
+ if (argType !== 'select' && identifierAndLocation.value === 'offset') {
2731
+ if (!this.bumpIf(':')) {
2732
+ return this.error(ErrorKind.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, createLocation(this.clonePosition(), this.clonePosition()));
2733
+ }
2734
+ this.bumpSpace();
2735
+ var result = this.tryParseDecimalInteger(ErrorKind.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, ErrorKind.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);
2736
+ if (result.err) {
2737
+ return result;
2738
+ }
2739
+ // Parse another identifier for option parsing
2740
+ this.bumpSpace();
2741
+ identifierAndLocation = this.parseIdentifierIfPossible();
2742
+ pluralOffset = result.val;
2743
+ }
2744
+ var optionsResult = this.tryParsePluralOrSelectOptions(nestingLevel, argType, expectingCloseTag, identifierAndLocation);
2745
+ if (optionsResult.err) {
2746
+ return optionsResult;
2747
+ }
2748
+ var argCloseResult = this.tryParseArgumentClose(openingBracePosition);
2749
+ if (argCloseResult.err) {
2750
+ return argCloseResult;
2751
+ }
2752
+ var location_2 = createLocation(openingBracePosition, this.clonePosition());
2753
+ if (argType === 'select') {
2754
+ return {
2755
+ val: {
2756
+ type: TYPE.select,
2757
+ value: value,
2758
+ options: fromEntries(optionsResult.val),
2759
+ location: location_2,
2760
+ },
2761
+ err: null,
2762
+ };
2763
+ }
2764
+ else {
2765
+ return {
2766
+ val: {
2767
+ type: TYPE.plural,
2768
+ value: value,
2769
+ options: fromEntries(optionsResult.val),
2770
+ offset: pluralOffset,
2771
+ pluralType: argType === 'plural' ? 'cardinal' : 'ordinal',
2772
+ location: location_2,
2773
+ },
2774
+ err: null,
2775
+ };
2776
+ }
2777
+ }
2778
+ default:
2779
+ return this.error(ErrorKind.INVALID_ARGUMENT_TYPE, createLocation(typeStartPosition, typeEndPosition));
2780
+ }
2781
+ };
2782
+ Parser.prototype.tryParseArgumentClose = function (openingBracePosition) {
2783
+ // Parse: {value, number, ::currency/GBP }
2784
+ //
2785
+ if (this.isEOF() || this.char() !== 125 /* `}` */) {
2786
+ return this.error(ErrorKind.EXPECT_ARGUMENT_CLOSING_BRACE, createLocation(openingBracePosition, this.clonePosition()));
2787
+ }
2788
+ this.bump(); // `}`
2789
+ return { val: true, err: null };
2790
+ };
2791
+ /**
2792
+ * See: https://github.com/unicode-org/icu/blob/af7ed1f6d2298013dc303628438ec4abe1f16479/icu4c/source/common/messagepattern.cpp#L659
2793
+ */
2794
+ Parser.prototype.parseSimpleArgStyleIfPossible = function () {
2795
+ var nestedBraces = 0;
2796
+ var startPosition = this.clonePosition();
2797
+ while (!this.isEOF()) {
2798
+ var ch = this.char();
2799
+ switch (ch) {
2800
+ case 39 /* `'` */: {
2801
+ // Treat apostrophe as quoting but include it in the style part.
2802
+ // Find the end of the quoted literal text.
2803
+ this.bump();
2804
+ var apostrophePosition = this.clonePosition();
2805
+ if (!this.bumpUntil("'")) {
2806
+ return this.error(ErrorKind.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE, createLocation(apostrophePosition, this.clonePosition()));
2807
+ }
2808
+ this.bump();
2809
+ break;
2810
+ }
2811
+ case 123 /* `{` */: {
2812
+ nestedBraces += 1;
2813
+ this.bump();
2814
+ break;
2815
+ }
2816
+ case 125 /* `}` */: {
2817
+ if (nestedBraces > 0) {
2818
+ nestedBraces -= 1;
2819
+ }
2820
+ else {
2821
+ return {
2822
+ val: this.message.slice(startPosition.offset, this.offset()),
2823
+ err: null,
2824
+ };
2825
+ }
2826
+ break;
2827
+ }
2828
+ default:
2829
+ this.bump();
2830
+ break;
2831
+ }
2832
+ }
2833
+ return {
2834
+ val: this.message.slice(startPosition.offset, this.offset()),
2835
+ err: null,
2836
+ };
2837
+ };
2838
+ Parser.prototype.parseNumberSkeletonFromString = function (skeleton, location) {
2839
+ var tokens = [];
2840
+ try {
2841
+ tokens = parseNumberSkeletonFromString(skeleton);
2842
+ }
2843
+ catch (e) {
2844
+ return this.error(ErrorKind.INVALID_NUMBER_SKELETON, location);
2845
+ }
2846
+ return {
2847
+ val: {
2848
+ type: SKELETON_TYPE.number,
2849
+ tokens: tokens,
2850
+ location: location,
2851
+ parsedOptions: this.shouldParseSkeletons
2852
+ ? parseNumberSkeleton(tokens)
2853
+ : {},
2854
+ },
2855
+ err: null,
2856
+ };
2857
+ };
2858
+ /**
2859
+ * @param nesting_level The current nesting level of messages.
2860
+ * This can be positive when parsing message fragment in select or plural argument options.
2861
+ * @param parent_arg_type The parent argument's type.
2862
+ * @param parsed_first_identifier If provided, this is the first identifier-like selector of
2863
+ * the argument. It is a by-product of a previous parsing attempt.
2864
+ * @param expecting_close_tag If true, this message is directly or indirectly nested inside
2865
+ * between a pair of opening and closing tags. The nested message will not parse beyond
2866
+ * the closing tag boundary.
2867
+ */
2868
+ Parser.prototype.tryParsePluralOrSelectOptions = function (nestingLevel, parentArgType, expectCloseTag, parsedFirstIdentifier) {
2869
+ var _a;
2870
+ var hasOtherClause = false;
2871
+ var options = [];
2872
+ var parsedSelectors = new Set();
2873
+ var selector = parsedFirstIdentifier.value, selectorLocation = parsedFirstIdentifier.location;
2874
+ // Parse:
2875
+ // one {one apple}
2876
+ // ^--^
2877
+ while (true) {
2878
+ if (selector.length === 0) {
2879
+ var startPosition = this.clonePosition();
2880
+ if (parentArgType !== 'select' && this.bumpIf('=')) {
2881
+ // Try parse `={number}` selector
2882
+ var result = this.tryParseDecimalInteger(ErrorKind.EXPECT_PLURAL_ARGUMENT_SELECTOR, ErrorKind.INVALID_PLURAL_ARGUMENT_SELECTOR);
2883
+ if (result.err) {
2884
+ return result;
2885
+ }
2886
+ selectorLocation = createLocation(startPosition, this.clonePosition());
2887
+ selector = this.message.slice(startPosition.offset, this.offset());
2888
+ }
2889
+ else {
2890
+ break;
2891
+ }
2892
+ }
2893
+ // Duplicate selector clauses
2894
+ if (parsedSelectors.has(selector)) {
2895
+ return this.error(parentArgType === 'select'
2896
+ ? ErrorKind.DUPLICATE_SELECT_ARGUMENT_SELECTOR
2897
+ : ErrorKind.DUPLICATE_PLURAL_ARGUMENT_SELECTOR, selectorLocation);
2898
+ }
2899
+ if (selector === 'other') {
2900
+ hasOtherClause = true;
2901
+ }
2902
+ // Parse:
2903
+ // one {one apple}
2904
+ // ^----------^
2905
+ this.bumpSpace();
2906
+ var openingBracePosition = this.clonePosition();
2907
+ if (!this.bumpIf('{')) {
2908
+ return this.error(parentArgType === 'select'
2909
+ ? ErrorKind.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT
2910
+ : ErrorKind.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT, createLocation(this.clonePosition(), this.clonePosition()));
2911
+ }
2912
+ var fragmentResult = this.parseMessage(nestingLevel + 1, parentArgType, expectCloseTag);
2913
+ if (fragmentResult.err) {
2914
+ return fragmentResult;
2915
+ }
2916
+ var argCloseResult = this.tryParseArgumentClose(openingBracePosition);
2917
+ if (argCloseResult.err) {
2918
+ return argCloseResult;
2919
+ }
2920
+ options.push([
2921
+ selector,
2922
+ {
2923
+ value: fragmentResult.val,
2924
+ location: createLocation(openingBracePosition, this.clonePosition()),
2925
+ },
2926
+ ]);
2927
+ // Keep track of the existing selectors
2928
+ parsedSelectors.add(selector);
2929
+ // Prep next selector clause.
2930
+ this.bumpSpace();
2931
+ (_a = this.parseIdentifierIfPossible(), selector = _a.value, selectorLocation = _a.location);
2932
+ }
2933
+ if (options.length === 0) {
2934
+ return this.error(parentArgType === 'select'
2935
+ ? ErrorKind.EXPECT_SELECT_ARGUMENT_SELECTOR
2936
+ : ErrorKind.EXPECT_PLURAL_ARGUMENT_SELECTOR, createLocation(this.clonePosition(), this.clonePosition()));
2937
+ }
2938
+ if (this.requiresOtherClause && !hasOtherClause) {
2939
+ return this.error(ErrorKind.MISSING_OTHER_CLAUSE, createLocation(this.clonePosition(), this.clonePosition()));
2940
+ }
2941
+ return { val: options, err: null };
2942
+ };
2943
+ Parser.prototype.tryParseDecimalInteger = function (expectNumberError, invalidNumberError) {
2944
+ var sign = 1;
2945
+ var startingPosition = this.clonePosition();
2946
+ if (this.bumpIf('+')) ;
2947
+ else if (this.bumpIf('-')) {
2948
+ sign = -1;
2949
+ }
2950
+ var hasDigits = false;
2951
+ var decimal = 0;
2952
+ while (!this.isEOF()) {
2953
+ var ch = this.char();
2954
+ if (ch >= 48 /* `0` */ && ch <= 57 /* `9` */) {
2955
+ hasDigits = true;
2956
+ decimal = decimal * 10 + (ch - 48);
2957
+ this.bump();
2958
+ }
2959
+ else {
2960
+ break;
2961
+ }
2962
+ }
2963
+ var location = createLocation(startingPosition, this.clonePosition());
2964
+ if (!hasDigits) {
2965
+ return this.error(expectNumberError, location);
2966
+ }
2967
+ decimal *= sign;
2968
+ if (!isSafeInteger(decimal)) {
2969
+ return this.error(invalidNumberError, location);
2970
+ }
2971
+ return { val: decimal, err: null };
2972
+ };
2973
+ Parser.prototype.offset = function () {
2974
+ return this.position.offset;
2975
+ };
2976
+ Parser.prototype.isEOF = function () {
2977
+ return this.offset() === this.message.length;
2978
+ };
2979
+ Parser.prototype.clonePosition = function () {
2980
+ // This is much faster than `Object.assign` or spread.
2981
+ return {
2982
+ offset: this.position.offset,
2983
+ line: this.position.line,
2984
+ column: this.position.column,
2985
+ };
2986
+ };
2987
+ /**
2988
+ * Return the code point at the current position of the parser.
2989
+ * Throws if the index is out of bound.
2990
+ */
2991
+ Parser.prototype.char = function () {
2992
+ var offset = this.position.offset;
2993
+ if (offset >= this.message.length) {
2994
+ throw Error('out of bound');
2995
+ }
2996
+ var code = codePointAt(this.message, offset);
2997
+ if (code === undefined) {
2998
+ throw Error("Offset ".concat(offset, " is at invalid UTF-16 code unit boundary"));
2999
+ }
3000
+ return code;
3001
+ };
3002
+ Parser.prototype.error = function (kind, location) {
3003
+ return {
3004
+ val: null,
3005
+ err: {
3006
+ kind: kind,
3007
+ message: this.message,
3008
+ location: location,
3009
+ },
3010
+ };
3011
+ };
3012
+ /** Bump the parser to the next UTF-16 code unit. */
3013
+ Parser.prototype.bump = function () {
3014
+ if (this.isEOF()) {
3015
+ return;
3016
+ }
3017
+ var code = this.char();
3018
+ if (code === 10 /* '\n' */) {
3019
+ this.position.line += 1;
3020
+ this.position.column = 1;
3021
+ this.position.offset += 1;
3022
+ }
3023
+ else {
3024
+ this.position.column += 1;
3025
+ // 0 ~ 0x10000 -> unicode BMP, otherwise skip the surrogate pair.
3026
+ this.position.offset += code < 0x10000 ? 1 : 2;
3027
+ }
3028
+ };
3029
+ /**
3030
+ * If the substring starting at the current position of the parser has
3031
+ * the given prefix, then bump the parser to the character immediately
3032
+ * following the prefix and return true. Otherwise, don't bump the parser
3033
+ * and return false.
3034
+ */
3035
+ Parser.prototype.bumpIf = function (prefix) {
3036
+ if (startsWith(this.message, prefix, this.offset())) {
3037
+ for (var i = 0; i < prefix.length; i++) {
3038
+ this.bump();
3039
+ }
3040
+ return true;
3041
+ }
3042
+ return false;
3043
+ };
3044
+ /**
3045
+ * Bump the parser until the pattern character is found and return `true`.
3046
+ * Otherwise bump to the end of the file and return `false`.
3047
+ */
3048
+ Parser.prototype.bumpUntil = function (pattern) {
3049
+ var currentOffset = this.offset();
3050
+ var index = this.message.indexOf(pattern, currentOffset);
3051
+ if (index >= 0) {
3052
+ this.bumpTo(index);
3053
+ return true;
3054
+ }
3055
+ else {
3056
+ this.bumpTo(this.message.length);
3057
+ return false;
3058
+ }
3059
+ };
3060
+ /**
3061
+ * Bump the parser to the target offset.
3062
+ * If target offset is beyond the end of the input, bump the parser to the end of the input.
3063
+ */
3064
+ Parser.prototype.bumpTo = function (targetOffset) {
3065
+ if (this.offset() > targetOffset) {
3066
+ throw Error("targetOffset ".concat(targetOffset, " must be greater than or equal to the current offset ").concat(this.offset()));
3067
+ }
3068
+ targetOffset = Math.min(targetOffset, this.message.length);
3069
+ while (true) {
3070
+ var offset = this.offset();
3071
+ if (offset === targetOffset) {
3072
+ break;
3073
+ }
3074
+ if (offset > targetOffset) {
3075
+ throw Error("targetOffset ".concat(targetOffset, " is at invalid UTF-16 code unit boundary"));
3076
+ }
3077
+ this.bump();
3078
+ if (this.isEOF()) {
3079
+ break;
3080
+ }
3081
+ }
3082
+ };
3083
+ /** advance the parser through all whitespace to the next non-whitespace code unit. */
3084
+ Parser.prototype.bumpSpace = function () {
3085
+ while (!this.isEOF() && _isWhiteSpace(this.char())) {
3086
+ this.bump();
3087
+ }
3088
+ };
3089
+ /**
3090
+ * Peek at the *next* Unicode codepoint in the input without advancing the parser.
3091
+ * If the input has been exhausted, then this returns null.
3092
+ */
3093
+ Parser.prototype.peek = function () {
3094
+ if (this.isEOF()) {
3095
+ return null;
3096
+ }
3097
+ var code = this.char();
3098
+ var offset = this.offset();
3099
+ var nextCode = this.message.charCodeAt(offset + (code >= 0x10000 ? 2 : 1));
3100
+ return nextCode !== null && nextCode !== void 0 ? nextCode : null;
3101
+ };
3102
+ return Parser;
3103
+ }());
3104
+ /**
3105
+ * This check if codepoint is alphabet (lower & uppercase)
3106
+ * @param codepoint
3107
+ * @returns
3108
+ */
3109
+ function _isAlpha(codepoint) {
3110
+ return ((codepoint >= 97 && codepoint <= 122) ||
3111
+ (codepoint >= 65 && codepoint <= 90));
3112
+ }
3113
+ function _isAlphaOrSlash(codepoint) {
3114
+ return _isAlpha(codepoint) || codepoint === 47; /* '/' */
3115
+ }
3116
+ /** See `parseTag` function docs. */
3117
+ function _isPotentialElementNameChar(c) {
3118
+ return (c === 45 /* '-' */ ||
3119
+ c === 46 /* '.' */ ||
3120
+ (c >= 48 && c <= 57) /* 0..9 */ ||
3121
+ c === 95 /* '_' */ ||
3122
+ (c >= 97 && c <= 122) /** a..z */ ||
3123
+ (c >= 65 && c <= 90) /* A..Z */ ||
3124
+ c == 0xb7 ||
3125
+ (c >= 0xc0 && c <= 0xd6) ||
3126
+ (c >= 0xd8 && c <= 0xf6) ||
3127
+ (c >= 0xf8 && c <= 0x37d) ||
3128
+ (c >= 0x37f && c <= 0x1fff) ||
3129
+ (c >= 0x200c && c <= 0x200d) ||
3130
+ (c >= 0x203f && c <= 0x2040) ||
3131
+ (c >= 0x2070 && c <= 0x218f) ||
3132
+ (c >= 0x2c00 && c <= 0x2fef) ||
3133
+ (c >= 0x3001 && c <= 0xd7ff) ||
3134
+ (c >= 0xf900 && c <= 0xfdcf) ||
3135
+ (c >= 0xfdf0 && c <= 0xfffd) ||
3136
+ (c >= 0x10000 && c <= 0xeffff));
3137
+ }
3138
+ /**
3139
+ * Code point equivalent of regex `\p{White_Space}`.
3140
+ * From: https://www.unicode.org/Public/UCD/latest/ucd/PropList.txt
3141
+ */
3142
+ function _isWhiteSpace(c) {
3143
+ return ((c >= 0x0009 && c <= 0x000d) ||
3144
+ c === 0x0020 ||
3145
+ c === 0x0085 ||
3146
+ (c >= 0x200e && c <= 0x200f) ||
3147
+ c === 0x2028 ||
3148
+ c === 0x2029);
3149
+ }
3150
+ /**
3151
+ * Code point equivalent of regex `\p{Pattern_Syntax}`.
3152
+ * See https://www.unicode.org/Public/UCD/latest/ucd/PropList.txt
3153
+ */
3154
+ function _isPatternSyntax(c) {
3155
+ return ((c >= 0x0021 && c <= 0x0023) ||
3156
+ c === 0x0024 ||
3157
+ (c >= 0x0025 && c <= 0x0027) ||
3158
+ c === 0x0028 ||
3159
+ c === 0x0029 ||
3160
+ c === 0x002a ||
3161
+ c === 0x002b ||
3162
+ c === 0x002c ||
3163
+ c === 0x002d ||
3164
+ (c >= 0x002e && c <= 0x002f) ||
3165
+ (c >= 0x003a && c <= 0x003b) ||
3166
+ (c >= 0x003c && c <= 0x003e) ||
3167
+ (c >= 0x003f && c <= 0x0040) ||
3168
+ c === 0x005b ||
3169
+ c === 0x005c ||
3170
+ c === 0x005d ||
3171
+ c === 0x005e ||
3172
+ c === 0x0060 ||
3173
+ c === 0x007b ||
3174
+ c === 0x007c ||
3175
+ c === 0x007d ||
3176
+ c === 0x007e ||
3177
+ c === 0x00a1 ||
3178
+ (c >= 0x00a2 && c <= 0x00a5) ||
3179
+ c === 0x00a6 ||
3180
+ c === 0x00a7 ||
3181
+ c === 0x00a9 ||
3182
+ c === 0x00ab ||
3183
+ c === 0x00ac ||
3184
+ c === 0x00ae ||
3185
+ c === 0x00b0 ||
3186
+ c === 0x00b1 ||
3187
+ c === 0x00b6 ||
3188
+ c === 0x00bb ||
3189
+ c === 0x00bf ||
3190
+ c === 0x00d7 ||
3191
+ c === 0x00f7 ||
3192
+ (c >= 0x2010 && c <= 0x2015) ||
3193
+ (c >= 0x2016 && c <= 0x2017) ||
3194
+ c === 0x2018 ||
3195
+ c === 0x2019 ||
3196
+ c === 0x201a ||
3197
+ (c >= 0x201b && c <= 0x201c) ||
3198
+ c === 0x201d ||
3199
+ c === 0x201e ||
3200
+ c === 0x201f ||
3201
+ (c >= 0x2020 && c <= 0x2027) ||
3202
+ (c >= 0x2030 && c <= 0x2038) ||
3203
+ c === 0x2039 ||
3204
+ c === 0x203a ||
3205
+ (c >= 0x203b && c <= 0x203e) ||
3206
+ (c >= 0x2041 && c <= 0x2043) ||
3207
+ c === 0x2044 ||
3208
+ c === 0x2045 ||
3209
+ c === 0x2046 ||
3210
+ (c >= 0x2047 && c <= 0x2051) ||
3211
+ c === 0x2052 ||
3212
+ c === 0x2053 ||
3213
+ (c >= 0x2055 && c <= 0x205e) ||
3214
+ (c >= 0x2190 && c <= 0x2194) ||
3215
+ (c >= 0x2195 && c <= 0x2199) ||
3216
+ (c >= 0x219a && c <= 0x219b) ||
3217
+ (c >= 0x219c && c <= 0x219f) ||
3218
+ c === 0x21a0 ||
3219
+ (c >= 0x21a1 && c <= 0x21a2) ||
3220
+ c === 0x21a3 ||
3221
+ (c >= 0x21a4 && c <= 0x21a5) ||
3222
+ c === 0x21a6 ||
3223
+ (c >= 0x21a7 && c <= 0x21ad) ||
3224
+ c === 0x21ae ||
3225
+ (c >= 0x21af && c <= 0x21cd) ||
3226
+ (c >= 0x21ce && c <= 0x21cf) ||
3227
+ (c >= 0x21d0 && c <= 0x21d1) ||
3228
+ c === 0x21d2 ||
3229
+ c === 0x21d3 ||
3230
+ c === 0x21d4 ||
3231
+ (c >= 0x21d5 && c <= 0x21f3) ||
3232
+ (c >= 0x21f4 && c <= 0x22ff) ||
3233
+ (c >= 0x2300 && c <= 0x2307) ||
3234
+ c === 0x2308 ||
3235
+ c === 0x2309 ||
3236
+ c === 0x230a ||
3237
+ c === 0x230b ||
3238
+ (c >= 0x230c && c <= 0x231f) ||
3239
+ (c >= 0x2320 && c <= 0x2321) ||
3240
+ (c >= 0x2322 && c <= 0x2328) ||
3241
+ c === 0x2329 ||
3242
+ c === 0x232a ||
3243
+ (c >= 0x232b && c <= 0x237b) ||
3244
+ c === 0x237c ||
3245
+ (c >= 0x237d && c <= 0x239a) ||
3246
+ (c >= 0x239b && c <= 0x23b3) ||
3247
+ (c >= 0x23b4 && c <= 0x23db) ||
3248
+ (c >= 0x23dc && c <= 0x23e1) ||
3249
+ (c >= 0x23e2 && c <= 0x2426) ||
3250
+ (c >= 0x2427 && c <= 0x243f) ||
3251
+ (c >= 0x2440 && c <= 0x244a) ||
3252
+ (c >= 0x244b && c <= 0x245f) ||
3253
+ (c >= 0x2500 && c <= 0x25b6) ||
3254
+ c === 0x25b7 ||
3255
+ (c >= 0x25b8 && c <= 0x25c0) ||
3256
+ c === 0x25c1 ||
3257
+ (c >= 0x25c2 && c <= 0x25f7) ||
3258
+ (c >= 0x25f8 && c <= 0x25ff) ||
3259
+ (c >= 0x2600 && c <= 0x266e) ||
3260
+ c === 0x266f ||
3261
+ (c >= 0x2670 && c <= 0x2767) ||
3262
+ c === 0x2768 ||
3263
+ c === 0x2769 ||
3264
+ c === 0x276a ||
3265
+ c === 0x276b ||
3266
+ c === 0x276c ||
3267
+ c === 0x276d ||
3268
+ c === 0x276e ||
3269
+ c === 0x276f ||
3270
+ c === 0x2770 ||
3271
+ c === 0x2771 ||
3272
+ c === 0x2772 ||
3273
+ c === 0x2773 ||
3274
+ c === 0x2774 ||
3275
+ c === 0x2775 ||
3276
+ (c >= 0x2794 && c <= 0x27bf) ||
3277
+ (c >= 0x27c0 && c <= 0x27c4) ||
3278
+ c === 0x27c5 ||
3279
+ c === 0x27c6 ||
3280
+ (c >= 0x27c7 && c <= 0x27e5) ||
3281
+ c === 0x27e6 ||
3282
+ c === 0x27e7 ||
3283
+ c === 0x27e8 ||
3284
+ c === 0x27e9 ||
3285
+ c === 0x27ea ||
3286
+ c === 0x27eb ||
3287
+ c === 0x27ec ||
3288
+ c === 0x27ed ||
3289
+ c === 0x27ee ||
3290
+ c === 0x27ef ||
3291
+ (c >= 0x27f0 && c <= 0x27ff) ||
3292
+ (c >= 0x2800 && c <= 0x28ff) ||
3293
+ (c >= 0x2900 && c <= 0x2982) ||
3294
+ c === 0x2983 ||
3295
+ c === 0x2984 ||
3296
+ c === 0x2985 ||
3297
+ c === 0x2986 ||
3298
+ c === 0x2987 ||
3299
+ c === 0x2988 ||
3300
+ c === 0x2989 ||
3301
+ c === 0x298a ||
3302
+ c === 0x298b ||
3303
+ c === 0x298c ||
3304
+ c === 0x298d ||
3305
+ c === 0x298e ||
3306
+ c === 0x298f ||
3307
+ c === 0x2990 ||
3308
+ c === 0x2991 ||
3309
+ c === 0x2992 ||
3310
+ c === 0x2993 ||
3311
+ c === 0x2994 ||
3312
+ c === 0x2995 ||
3313
+ c === 0x2996 ||
3314
+ c === 0x2997 ||
3315
+ c === 0x2998 ||
3316
+ (c >= 0x2999 && c <= 0x29d7) ||
3317
+ c === 0x29d8 ||
3318
+ c === 0x29d9 ||
3319
+ c === 0x29da ||
3320
+ c === 0x29db ||
3321
+ (c >= 0x29dc && c <= 0x29fb) ||
3322
+ c === 0x29fc ||
3323
+ c === 0x29fd ||
3324
+ (c >= 0x29fe && c <= 0x2aff) ||
3325
+ (c >= 0x2b00 && c <= 0x2b2f) ||
3326
+ (c >= 0x2b30 && c <= 0x2b44) ||
3327
+ (c >= 0x2b45 && c <= 0x2b46) ||
3328
+ (c >= 0x2b47 && c <= 0x2b4c) ||
3329
+ (c >= 0x2b4d && c <= 0x2b73) ||
3330
+ (c >= 0x2b74 && c <= 0x2b75) ||
3331
+ (c >= 0x2b76 && c <= 0x2b95) ||
3332
+ c === 0x2b96 ||
3333
+ (c >= 0x2b97 && c <= 0x2bff) ||
3334
+ (c >= 0x2e00 && c <= 0x2e01) ||
3335
+ c === 0x2e02 ||
3336
+ c === 0x2e03 ||
3337
+ c === 0x2e04 ||
3338
+ c === 0x2e05 ||
3339
+ (c >= 0x2e06 && c <= 0x2e08) ||
3340
+ c === 0x2e09 ||
3341
+ c === 0x2e0a ||
3342
+ c === 0x2e0b ||
3343
+ c === 0x2e0c ||
3344
+ c === 0x2e0d ||
3345
+ (c >= 0x2e0e && c <= 0x2e16) ||
3346
+ c === 0x2e17 ||
3347
+ (c >= 0x2e18 && c <= 0x2e19) ||
3348
+ c === 0x2e1a ||
3349
+ c === 0x2e1b ||
3350
+ c === 0x2e1c ||
3351
+ c === 0x2e1d ||
3352
+ (c >= 0x2e1e && c <= 0x2e1f) ||
3353
+ c === 0x2e20 ||
3354
+ c === 0x2e21 ||
3355
+ c === 0x2e22 ||
3356
+ c === 0x2e23 ||
3357
+ c === 0x2e24 ||
3358
+ c === 0x2e25 ||
3359
+ c === 0x2e26 ||
3360
+ c === 0x2e27 ||
3361
+ c === 0x2e28 ||
3362
+ c === 0x2e29 ||
3363
+ (c >= 0x2e2a && c <= 0x2e2e) ||
3364
+ c === 0x2e2f ||
3365
+ (c >= 0x2e30 && c <= 0x2e39) ||
3366
+ (c >= 0x2e3a && c <= 0x2e3b) ||
3367
+ (c >= 0x2e3c && c <= 0x2e3f) ||
3368
+ c === 0x2e40 ||
3369
+ c === 0x2e41 ||
3370
+ c === 0x2e42 ||
3371
+ (c >= 0x2e43 && c <= 0x2e4f) ||
3372
+ (c >= 0x2e50 && c <= 0x2e51) ||
3373
+ c === 0x2e52 ||
3374
+ (c >= 0x2e53 && c <= 0x2e7f) ||
3375
+ (c >= 0x3001 && c <= 0x3003) ||
3376
+ c === 0x3008 ||
3377
+ c === 0x3009 ||
3378
+ c === 0x300a ||
3379
+ c === 0x300b ||
3380
+ c === 0x300c ||
3381
+ c === 0x300d ||
3382
+ c === 0x300e ||
3383
+ c === 0x300f ||
3384
+ c === 0x3010 ||
3385
+ c === 0x3011 ||
3386
+ (c >= 0x3012 && c <= 0x3013) ||
3387
+ c === 0x3014 ||
3388
+ c === 0x3015 ||
3389
+ c === 0x3016 ||
3390
+ c === 0x3017 ||
3391
+ c === 0x3018 ||
3392
+ c === 0x3019 ||
3393
+ c === 0x301a ||
3394
+ c === 0x301b ||
3395
+ c === 0x301c ||
3396
+ c === 0x301d ||
3397
+ (c >= 0x301e && c <= 0x301f) ||
3398
+ c === 0x3020 ||
3399
+ c === 0x3030 ||
3400
+ c === 0xfd3e ||
3401
+ c === 0xfd3f ||
3402
+ (c >= 0xfe45 && c <= 0xfe46));
3403
+ }
3404
+
3405
+ function pruneLocation(els) {
3406
+ els.forEach(function (el) {
3407
+ delete el.location;
3408
+ if (isSelectElement(el) || isPluralElement(el)) {
3409
+ for (var k in el.options) {
3410
+ delete el.options[k].location;
3411
+ pruneLocation(el.options[k].value);
3412
+ }
3413
+ }
3414
+ else if (isNumberElement(el) && isNumberSkeleton(el.style)) {
3415
+ delete el.style.location;
3416
+ }
3417
+ else if ((isDateElement(el) || isTimeElement(el)) &&
3418
+ isDateTimeSkeleton(el.style)) {
3419
+ delete el.style.location;
3420
+ }
3421
+ else if (isTagElement(el)) {
3422
+ pruneLocation(el.children);
3423
+ }
3424
+ });
3425
+ }
3426
+ function parse(message, opts) {
3427
+ if (opts === void 0) { opts = {}; }
3428
+ opts = __assign({ shouldParseSkeletons: true, requiresOtherClause: true }, opts);
3429
+ var result = new Parser(message, opts).parse();
3430
+ if (result.err) {
3431
+ var error = SyntaxError(ErrorKind[result.err.kind]);
3432
+ // @ts-expect-error Assign to error object
3433
+ error.location = result.err.location;
3434
+ // @ts-expect-error Assign to error object
3435
+ error.originalMessage = result.err.message;
3436
+ throw error;
3437
+ }
3438
+ if (!(opts === null || opts === void 0 ? void 0 : opts.captureLocation)) {
3439
+ pruneLocation(result.val);
3440
+ }
3441
+ return result.val;
3442
+ }
3443
+
3444
+ //
3445
+ // Main
3446
+ //
3447
+ function memoize(fn, options) {
3448
+ var cache = options && options.cache ? options.cache : cacheDefault;
3449
+ var serializer = options && options.serializer ? options.serializer : serializerDefault;
3450
+ var strategy = options && options.strategy ? options.strategy : strategyDefault;
3451
+ return strategy(fn, {
3452
+ cache: cache,
3453
+ serializer: serializer,
3454
+ });
3455
+ }
3456
+ //
3457
+ // Strategy
3458
+ //
3459
+ function isPrimitive(value) {
3460
+ return (value == null || typeof value === 'number' || typeof value === 'boolean'); // || typeof value === "string" 'unsafe' primitive for our needs
3461
+ }
3462
+ function monadic(fn, cache, serializer, arg) {
3463
+ var cacheKey = isPrimitive(arg) ? arg : serializer(arg);
3464
+ var computedValue = cache.get(cacheKey);
3465
+ if (typeof computedValue === 'undefined') {
3466
+ computedValue = fn.call(this, arg);
3467
+ cache.set(cacheKey, computedValue);
3468
+ }
3469
+ return computedValue;
3470
+ }
3471
+ function variadic(fn, cache, serializer) {
3472
+ var args = Array.prototype.slice.call(arguments, 3);
3473
+ var cacheKey = serializer(args);
3474
+ var computedValue = cache.get(cacheKey);
3475
+ if (typeof computedValue === 'undefined') {
3476
+ computedValue = fn.apply(this, args);
3477
+ cache.set(cacheKey, computedValue);
3478
+ }
3479
+ return computedValue;
3480
+ }
3481
+ function assemble(fn, context, strategy, cache, serialize) {
3482
+ return strategy.bind(context, fn, cache, serialize);
3483
+ }
3484
+ function strategyDefault(fn, options) {
3485
+ var strategy = fn.length === 1 ? monadic : variadic;
3486
+ return assemble(fn, this, strategy, options.cache.create(), options.serializer);
3487
+ }
3488
+ function strategyVariadic(fn, options) {
3489
+ return assemble(fn, this, variadic, options.cache.create(), options.serializer);
3490
+ }
3491
+ function strategyMonadic(fn, options) {
3492
+ return assemble(fn, this, monadic, options.cache.create(), options.serializer);
3493
+ }
3494
+ //
3495
+ // Serializer
3496
+ //
3497
+ var serializerDefault = function () {
3498
+ return JSON.stringify(arguments);
3499
+ };
3500
+ //
3501
+ // Cache
3502
+ //
3503
+ function ObjectWithoutPrototypeCache() {
3504
+ this.cache = Object.create(null);
3505
+ }
3506
+ ObjectWithoutPrototypeCache.prototype.get = function (key) {
3507
+ return this.cache[key];
3508
+ };
3509
+ ObjectWithoutPrototypeCache.prototype.set = function (key, value) {
3510
+ this.cache[key] = value;
3511
+ };
3512
+ var cacheDefault = {
3513
+ create: function create() {
3514
+ // @ts-ignore
3515
+ return new ObjectWithoutPrototypeCache();
3516
+ },
3517
+ };
3518
+ var strategies = {
3519
+ variadic: strategyVariadic,
3520
+ monadic: strategyMonadic,
3521
+ };
3522
+
3523
+ var ErrorCode;
3524
+ (function (ErrorCode) {
3525
+ // When we have a placeholder but no value to format
3526
+ ErrorCode["MISSING_VALUE"] = "MISSING_VALUE";
3527
+ // When value supplied is invalid
3528
+ ErrorCode["INVALID_VALUE"] = "INVALID_VALUE";
3529
+ // When we need specific Intl API but it's not available
3530
+ ErrorCode["MISSING_INTL_API"] = "MISSING_INTL_API";
3531
+ })(ErrorCode || (ErrorCode = {}));
3532
+ var FormatError = /** @class */ (function (_super) {
3533
+ __extends(FormatError, _super);
3534
+ function FormatError(msg, code, originalMessage) {
3535
+ var _this = _super.call(this, msg) || this;
3536
+ _this.code = code;
3537
+ _this.originalMessage = originalMessage;
3538
+ return _this;
3539
+ }
3540
+ FormatError.prototype.toString = function () {
3541
+ return "[formatjs Error: ".concat(this.code, "] ").concat(this.message);
3542
+ };
3543
+ return FormatError;
3544
+ }(Error));
3545
+ var InvalidValueError = /** @class */ (function (_super) {
3546
+ __extends(InvalidValueError, _super);
3547
+ function InvalidValueError(variableId, value, options, originalMessage) {
3548
+ return _super.call(this, "Invalid values for \"".concat(variableId, "\": \"").concat(value, "\". Options are \"").concat(Object.keys(options).join('", "'), "\""), ErrorCode.INVALID_VALUE, originalMessage) || this;
3549
+ }
3550
+ return InvalidValueError;
3551
+ }(FormatError));
3552
+ var InvalidValueTypeError = /** @class */ (function (_super) {
3553
+ __extends(InvalidValueTypeError, _super);
3554
+ function InvalidValueTypeError(value, type, originalMessage) {
3555
+ return _super.call(this, "Value for \"".concat(value, "\" must be of type ").concat(type), ErrorCode.INVALID_VALUE, originalMessage) || this;
3556
+ }
3557
+ return InvalidValueTypeError;
3558
+ }(FormatError));
3559
+ var MissingValueError = /** @class */ (function (_super) {
3560
+ __extends(MissingValueError, _super);
3561
+ function MissingValueError(variableId, originalMessage) {
3562
+ return _super.call(this, "The intl string context variable \"".concat(variableId, "\" was not provided to the string \"").concat(originalMessage, "\""), ErrorCode.MISSING_VALUE, originalMessage) || this;
3563
+ }
3564
+ return MissingValueError;
3565
+ }(FormatError));
3566
+
3567
+ var PART_TYPE;
3568
+ (function (PART_TYPE) {
3569
+ PART_TYPE[PART_TYPE["literal"] = 0] = "literal";
3570
+ PART_TYPE[PART_TYPE["object"] = 1] = "object";
3571
+ })(PART_TYPE || (PART_TYPE = {}));
3572
+ function mergeLiteral(parts) {
3573
+ if (parts.length < 2) {
3574
+ return parts;
3575
+ }
3576
+ return parts.reduce(function (all, part) {
3577
+ var lastPart = all[all.length - 1];
3578
+ if (!lastPart ||
3579
+ lastPart.type !== PART_TYPE.literal ||
3580
+ part.type !== PART_TYPE.literal) {
3581
+ all.push(part);
3582
+ }
3583
+ else {
3584
+ lastPart.value += part.value;
3585
+ }
3586
+ return all;
3587
+ }, []);
3588
+ }
3589
+ function isFormatXMLElementFn(el) {
3590
+ return typeof el === 'function';
3591
+ }
3592
+ // TODO(skeleton): add skeleton support
3593
+ function formatToParts(els, locales, formatters, formats, values, currentPluralValue,
3594
+ // For debugging
3595
+ originalMessage) {
3596
+ // Hot path for straight simple msg translations
3597
+ if (els.length === 1 && isLiteralElement(els[0])) {
3598
+ return [
3599
+ {
3600
+ type: PART_TYPE.literal,
3601
+ value: els[0].value,
3602
+ },
3603
+ ];
3604
+ }
3605
+ var result = [];
3606
+ for (var _i = 0, els_1 = els; _i < els_1.length; _i++) {
3607
+ var el = els_1[_i];
3608
+ // Exit early for string parts.
3609
+ if (isLiteralElement(el)) {
3610
+ result.push({
3611
+ type: PART_TYPE.literal,
3612
+ value: el.value,
3613
+ });
3614
+ continue;
3615
+ }
3616
+ // TODO: should this part be literal type?
3617
+ // Replace `#` in plural rules with the actual numeric value.
3618
+ if (isPoundElement(el)) {
3619
+ if (typeof currentPluralValue === 'number') {
3620
+ result.push({
3621
+ type: PART_TYPE.literal,
3622
+ value: formatters.getNumberFormat(locales).format(currentPluralValue),
3623
+ });
3624
+ }
3625
+ continue;
3626
+ }
3627
+ var varName = el.value;
3628
+ // Enforce that all required values are provided by the caller.
3629
+ if (!(values && varName in values)) {
3630
+ throw new MissingValueError(varName, originalMessage);
3631
+ }
3632
+ var value = values[varName];
3633
+ if (isArgumentElement(el)) {
3634
+ if (!value || typeof value === 'string' || typeof value === 'number') {
3635
+ value =
3636
+ typeof value === 'string' || typeof value === 'number'
3637
+ ? String(value)
3638
+ : '';
3639
+ }
3640
+ result.push({
3641
+ type: typeof value === 'string' ? PART_TYPE.literal : PART_TYPE.object,
3642
+ value: value,
3643
+ });
3644
+ continue;
3645
+ }
3646
+ // Recursively format plural and select parts' option — which can be a
3647
+ // nested pattern structure. The choosing of the option to use is
3648
+ // abstracted-by and delegated-to the part helper object.
3649
+ if (isDateElement(el)) {
3650
+ var style = typeof el.style === 'string'
3651
+ ? formats.date[el.style]
3652
+ : isDateTimeSkeleton(el.style)
3653
+ ? el.style.parsedOptions
3654
+ : undefined;
3655
+ result.push({
3656
+ type: PART_TYPE.literal,
3657
+ value: formatters
3658
+ .getDateTimeFormat(locales, style)
3659
+ .format(value),
3660
+ });
3661
+ continue;
3662
+ }
3663
+ if (isTimeElement(el)) {
3664
+ var style = typeof el.style === 'string'
3665
+ ? formats.time[el.style]
3666
+ : isDateTimeSkeleton(el.style)
3667
+ ? el.style.parsedOptions
3668
+ : formats.time.medium;
3669
+ result.push({
3670
+ type: PART_TYPE.literal,
3671
+ value: formatters
3672
+ .getDateTimeFormat(locales, style)
3673
+ .format(value),
3674
+ });
3675
+ continue;
3676
+ }
3677
+ if (isNumberElement(el)) {
3678
+ var style = typeof el.style === 'string'
3679
+ ? formats.number[el.style]
3680
+ : isNumberSkeleton(el.style)
3681
+ ? el.style.parsedOptions
3682
+ : undefined;
3683
+ if (style && style.scale) {
3684
+ value =
3685
+ value *
3686
+ (style.scale || 1);
3687
+ }
3688
+ result.push({
3689
+ type: PART_TYPE.literal,
3690
+ value: formatters
3691
+ .getNumberFormat(locales, style)
3692
+ .format(value),
3693
+ });
3694
+ continue;
3695
+ }
3696
+ if (isTagElement(el)) {
3697
+ var children = el.children, value_1 = el.value;
3698
+ var formatFn = values[value_1];
3699
+ if (!isFormatXMLElementFn(formatFn)) {
3700
+ throw new InvalidValueTypeError(value_1, 'function', originalMessage);
3701
+ }
3702
+ var parts = formatToParts(children, locales, formatters, formats, values, currentPluralValue);
3703
+ var chunks = formatFn(parts.map(function (p) { return p.value; }));
3704
+ if (!Array.isArray(chunks)) {
3705
+ chunks = [chunks];
3706
+ }
3707
+ result.push.apply(result, chunks.map(function (c) {
3708
+ return {
3709
+ type: typeof c === 'string' ? PART_TYPE.literal : PART_TYPE.object,
3710
+ value: c,
3711
+ };
3712
+ }));
3713
+ }
3714
+ if (isSelectElement(el)) {
3715
+ var opt = el.options[value] || el.options.other;
3716
+ if (!opt) {
3717
+ throw new InvalidValueError(el.value, value, Object.keys(el.options), originalMessage);
3718
+ }
3719
+ result.push.apply(result, formatToParts(opt.value, locales, formatters, formats, values));
3720
+ continue;
3721
+ }
3722
+ if (isPluralElement(el)) {
3723
+ var opt = el.options["=".concat(value)];
3724
+ if (!opt) {
3725
+ if (!Intl.PluralRules) {
3726
+ throw new FormatError("Intl.PluralRules is not available in this environment.\nTry polyfilling it using \"@formatjs/intl-pluralrules\"\n", ErrorCode.MISSING_INTL_API, originalMessage);
3727
+ }
3728
+ var rule = formatters
3729
+ .getPluralRules(locales, { type: el.pluralType })
3730
+ .select(value - (el.offset || 0));
3731
+ opt = el.options[rule] || el.options.other;
3732
+ }
3733
+ if (!opt) {
3734
+ throw new InvalidValueError(el.value, value, Object.keys(el.options), originalMessage);
3735
+ }
3736
+ result.push.apply(result, formatToParts(opt.value, locales, formatters, formats, values, value - (el.offset || 0)));
3737
+ continue;
3738
+ }
3739
+ }
3740
+ return mergeLiteral(result);
3741
+ }
3742
+
3743
+ /*
3744
+ Copyright (c) 2014, Yahoo! Inc. All rights reserved.
3745
+ Copyrights licensed under the New BSD License.
3746
+ See the accompanying LICENSE file for terms.
3747
+ */
3748
+ // -- MessageFormat --------------------------------------------------------
3749
+ function mergeConfig(c1, c2) {
3750
+ if (!c2) {
3751
+ return c1;
3752
+ }
3753
+ return __assign(__assign(__assign({}, (c1 || {})), (c2 || {})), Object.keys(c1).reduce(function (all, k) {
3754
+ all[k] = __assign(__assign({}, c1[k]), (c2[k] || {}));
3755
+ return all;
3756
+ }, {}));
3757
+ }
3758
+ function mergeConfigs(defaultConfig, configs) {
3759
+ if (!configs) {
3760
+ return defaultConfig;
3761
+ }
3762
+ return Object.keys(defaultConfig).reduce(function (all, k) {
3763
+ all[k] = mergeConfig(defaultConfig[k], configs[k]);
3764
+ return all;
3765
+ }, __assign({}, defaultConfig));
3766
+ }
3767
+ function createFastMemoizeCache(store) {
3768
+ return {
3769
+ create: function () {
3770
+ return {
3771
+ get: function (key) {
3772
+ return store[key];
3773
+ },
3774
+ set: function (key, value) {
3775
+ store[key] = value;
3776
+ },
3777
+ };
3778
+ },
3779
+ };
3780
+ }
3781
+ function createDefaultFormatters(cache) {
3782
+ if (cache === void 0) { cache = {
3783
+ number: {},
3784
+ dateTime: {},
3785
+ pluralRules: {},
3786
+ }; }
3787
+ return {
3788
+ getNumberFormat: memoize(function () {
3789
+ var _a;
3790
+ var args = [];
3791
+ for (var _i = 0; _i < arguments.length; _i++) {
3792
+ args[_i] = arguments[_i];
3793
+ }
3794
+ return new ((_a = Intl.NumberFormat).bind.apply(_a, __spreadArray([void 0], args, false)))();
3795
+ }, {
3796
+ cache: createFastMemoizeCache(cache.number),
3797
+ strategy: strategies.variadic,
3798
+ }),
3799
+ getDateTimeFormat: memoize(function () {
3800
+ var _a;
3801
+ var args = [];
3802
+ for (var _i = 0; _i < arguments.length; _i++) {
3803
+ args[_i] = arguments[_i];
3804
+ }
3805
+ return new ((_a = Intl.DateTimeFormat).bind.apply(_a, __spreadArray([void 0], args, false)))();
3806
+ }, {
3807
+ cache: createFastMemoizeCache(cache.dateTime),
3808
+ strategy: strategies.variadic,
3809
+ }),
3810
+ getPluralRules: memoize(function () {
3811
+ var _a;
3812
+ var args = [];
3813
+ for (var _i = 0; _i < arguments.length; _i++) {
3814
+ args[_i] = arguments[_i];
3815
+ }
3816
+ return new ((_a = Intl.PluralRules).bind.apply(_a, __spreadArray([void 0], args, false)))();
3817
+ }, {
3818
+ cache: createFastMemoizeCache(cache.pluralRules),
3819
+ strategy: strategies.variadic,
3820
+ }),
3821
+ };
3822
+ }
3823
+ var IntlMessageFormat = /** @class */ (function () {
3824
+ function IntlMessageFormat(message, locales, overrideFormats, opts) {
3825
+ if (locales === void 0) { locales = IntlMessageFormat.defaultLocale; }
3826
+ var _this = this;
3827
+ this.formatterCache = {
3828
+ number: {},
3829
+ dateTime: {},
3830
+ pluralRules: {},
3831
+ };
3832
+ this.format = function (values) {
3833
+ var parts = _this.formatToParts(values);
3834
+ // Hot path for straight simple msg translations
3835
+ if (parts.length === 1) {
3836
+ return parts[0].value;
3837
+ }
3838
+ var result = parts.reduce(function (all, part) {
3839
+ if (!all.length ||
3840
+ part.type !== PART_TYPE.literal ||
3841
+ typeof all[all.length - 1] !== 'string') {
3842
+ all.push(part.value);
3843
+ }
3844
+ else {
3845
+ all[all.length - 1] += part.value;
3846
+ }
3847
+ return all;
3848
+ }, []);
3849
+ if (result.length <= 1) {
3850
+ return result[0] || '';
3851
+ }
3852
+ return result;
3853
+ };
3854
+ this.formatToParts = function (values) {
3855
+ return formatToParts(_this.ast, _this.locales, _this.formatters, _this.formats, values, undefined, _this.message);
3856
+ };
3857
+ this.resolvedOptions = function () {
3858
+ var _a;
3859
+ return ({
3860
+ locale: ((_a = _this.resolvedLocale) === null || _a === void 0 ? void 0 : _a.toString()) ||
3861
+ Intl.NumberFormat.supportedLocalesOf(_this.locales)[0],
3862
+ });
3863
+ };
3864
+ this.getAst = function () { return _this.ast; };
3865
+ // Defined first because it's used to build the format pattern.
3866
+ this.locales = locales;
3867
+ this.resolvedLocale = IntlMessageFormat.resolveLocale(locales);
3868
+ if (typeof message === 'string') {
3869
+ this.message = message;
3870
+ if (!IntlMessageFormat.__parse) {
3871
+ throw new TypeError('IntlMessageFormat.__parse must be set to process `message` of type `string`');
3872
+ }
3873
+ var _a = opts || {}, parseOpts = __rest(_a, ["formatters"]);
3874
+ // Parse string messages into an AST.
3875
+ this.ast = IntlMessageFormat.__parse(message, __assign(__assign({}, parseOpts), { locale: this.resolvedLocale }));
3876
+ }
3877
+ else {
3878
+ this.ast = message;
3879
+ }
3880
+ if (!Array.isArray(this.ast)) {
3881
+ throw new TypeError('A message must be provided as a String or AST.');
3882
+ }
3883
+ // Creates a new object with the specified `formats` merged with the default
3884
+ // formats.
3885
+ this.formats = mergeConfigs(IntlMessageFormat.formats, overrideFormats);
3886
+ this.formatters =
3887
+ (opts && opts.formatters) || createDefaultFormatters(this.formatterCache);
3888
+ }
3889
+ Object.defineProperty(IntlMessageFormat, "defaultLocale", {
3890
+ get: function () {
3891
+ if (!IntlMessageFormat.memoizedDefaultLocale) {
3892
+ IntlMessageFormat.memoizedDefaultLocale =
3893
+ new Intl.NumberFormat().resolvedOptions().locale;
3894
+ }
3895
+ return IntlMessageFormat.memoizedDefaultLocale;
3896
+ },
3897
+ enumerable: false,
3898
+ configurable: true
3899
+ });
3900
+ IntlMessageFormat.memoizedDefaultLocale = null;
3901
+ IntlMessageFormat.resolveLocale = function (locales) {
3902
+ if (typeof Intl.Locale === 'undefined') {
3903
+ return;
3904
+ }
3905
+ var supportedLocales = Intl.NumberFormat.supportedLocalesOf(locales);
3906
+ if (supportedLocales.length > 0) {
3907
+ return new Intl.Locale(supportedLocales[0]);
3908
+ }
3909
+ return new Intl.Locale(typeof locales === 'string' ? locales : locales[0]);
3910
+ };
3911
+ IntlMessageFormat.__parse = parse;
3912
+ // Default format options used as the prototype of the `formats` provided to the
3913
+ // constructor. These are used when constructing the internal Intl.NumberFormat
3914
+ // and Intl.DateTimeFormat instances.
3915
+ IntlMessageFormat.formats = {
3916
+ number: {
3917
+ integer: {
3918
+ maximumFractionDigits: 0,
3919
+ },
3920
+ currency: {
3921
+ style: 'currency',
3922
+ },
3923
+ percent: {
3924
+ style: 'percent',
3925
+ },
3926
+ },
3927
+ date: {
3928
+ short: {
3929
+ month: 'numeric',
3930
+ day: 'numeric',
3931
+ year: '2-digit',
3932
+ },
3933
+ medium: {
3934
+ month: 'short',
3935
+ day: 'numeric',
3936
+ year: 'numeric',
3937
+ },
3938
+ long: {
3939
+ month: 'long',
3940
+ day: 'numeric',
3941
+ year: 'numeric',
3942
+ },
3943
+ full: {
3944
+ weekday: 'long',
3945
+ month: 'long',
3946
+ day: 'numeric',
3947
+ year: 'numeric',
3948
+ },
3949
+ },
3950
+ time: {
3951
+ short: {
3952
+ hour: 'numeric',
3953
+ minute: 'numeric',
3954
+ },
3955
+ medium: {
3956
+ hour: 'numeric',
3957
+ minute: 'numeric',
3958
+ second: 'numeric',
3959
+ },
3960
+ long: {
3961
+ hour: 'numeric',
3962
+ minute: 'numeric',
3963
+ second: 'numeric',
3964
+ timeZoneName: 'short',
3965
+ },
3966
+ full: {
3967
+ hour: 'numeric',
3968
+ minute: 'numeric',
3969
+ second: 'numeric',
3970
+ timeZoneName: 'short',
3971
+ },
3972
+ },
3973
+ };
3974
+ return IntlMessageFormat;
3975
+ }());
3976
+
3977
+ const resourceCache = {};
3978
+ const determineFetchUrl = (locale = 'en') => getAssetPath(`i18n/genesys-webcomponents.i18n.${locale}.json`);
3979
+ const fetchResources = async (componentName, locale) => {
3980
+ if (!resourceCache[locale]) {
3981
+ const url = determineFetchUrl(locale);
3982
+ const response = await fetch(url);
3983
+ const resources = await response.json();
3984
+ resourceCache[locale] = resources;
3985
+ }
3986
+ return resourceCache[locale][componentName];
3987
+ };
3988
+
3989
+ const locales = [
3990
+ "ar",
3991
+ "cs",
3992
+ "da",
3993
+ "de",
3994
+ "en",
3995
+ "es-es",
3996
+ "es",
3997
+ "fi",
3998
+ "fr-ca",
3999
+ "fr",
4000
+ "he",
4001
+ "it",
4002
+ "ja",
4003
+ "ko",
4004
+ "nl",
4005
+ "no",
4006
+ "pl",
4007
+ "pt-br",
4008
+ "pt-pt",
4009
+ "ru",
4010
+ "sv",
4011
+ "th",
4012
+ "tr",
4013
+ "uk",
4014
+ "zh-cn",
4015
+ "zh-tw"
4016
+ ];
4017
+
4018
+ const ar = 6;
4019
+ const cs = 1;
4020
+ const da = 1;
4021
+ const de = 1;
4022
+ const en = 0;
4023
+ const es = 1;
4024
+ const fi = 1;
4025
+ const fr = 1;
4026
+ const he = 0;
4027
+ const it = 1;
4028
+ const ja = 0;
4029
+ const ko = 0;
4030
+ const nl = 1;
4031
+ const no = 1;
4032
+ const pl = 1;
4033
+ const ru = 1;
4034
+ const sv = 1;
4035
+ const th = 0;
4036
+ const tr = 1;
4037
+ const uk = 1;
4038
+ const startOfWeekDataUntyped = {
4039
+ ar: ar,
4040
+ cs: cs,
4041
+ da: da,
4042
+ de: de,
4043
+ en: en,
4044
+ "es-es": 1,
4045
+ es: es,
4046
+ fi: fi,
4047
+ "fr-ca": 0,
4048
+ fr: fr,
4049
+ he: he,
4050
+ it: it,
4051
+ ja: ja,
4052
+ ko: ko,
4053
+ nl: nl,
4054
+ no: no,
4055
+ pl: pl,
4056
+ "pt-br": 0,
4057
+ "pt-pt": 0,
4058
+ ru: ru,
4059
+ sv: sv,
4060
+ th: th,
4061
+ tr: tr,
4062
+ uk: uk,
4063
+ "zh-cn": 1,
4064
+ "zh-tw": 0
4065
+ };
4066
+
4067
+ const DEFAULT_LOCALE = 'en';
4068
+ async function buildI18nForComponent(component, defaultResources, parentComponent) {
4069
+ let resources = defaultResources;
4070
+ let locale = 'en';
4071
+ if (component !== undefined) {
4072
+ locale = getDesiredLocale(component);
4073
+ resources = await getComponentI18nResources(component, defaultResources, locale, parentComponent);
4074
+ }
4075
+ const intlFormats = Object.entries(resources).reduce((map, [key, val]) => {
4076
+ map.set(key, new IntlMessageFormat(val, locale));
4077
+ return map;
4078
+ }, new Map());
4079
+ const defaultFormats = Object.entries(defaultResources).reduce((map, [key, val]) => {
4080
+ map.set(key, new IntlMessageFormat(val, DEFAULT_LOCALE));
4081
+ return map;
4082
+ }, new Map());
4083
+ return (resourceKey, context) => {
4084
+ var _a, _b;
4085
+ let i18nString = (_a = intlFormats.get(resourceKey)) === null || _a === void 0 ? void 0 : _a.format(context);
4086
+ if (!i18nString) {
4087
+ i18nString = (_b = defaultFormats.get(resourceKey)) === null || _b === void 0 ? void 0 : _b.format(context);
4088
+ console.warn(`No localized string available for "${resourceKey}-${i18nString}" for "${locale}" locale. Falling back to English translation.`);
4089
+ }
4090
+ return i18nString;
4091
+ };
4092
+ }
4093
+ async function getComponentI18nResources(component, defaultResources, locale, parentComponent) {
4094
+ const componentName = parentComponent ||
4095
+ component.tagName.toLocaleLowerCase().replace(/-beta$/, '');
4096
+ let resources;
4097
+ if (component['i18n-resources']) {
4098
+ resources = component['i18n-resources'];
4099
+ }
4100
+ else if (locale !== DEFAULT_LOCALE) {
4101
+ try {
4102
+ resources = await fetchResources(componentName, locale);
4103
+ }
4104
+ catch (_) {
4105
+ resources = null;
4106
+ }
4107
+ }
4108
+ if (!resources) {
4109
+ resources = defaultResources;
4110
+ }
4111
+ return resources;
4112
+ }
4113
+ function getDesiredLocale(element) {
4114
+ const locale = findLocaleInDom(element);
4115
+ const lang = locale.split(/[_-]/)[0];
4116
+ if (locales.indexOf(locale) >= 0) {
4117
+ return locale;
4118
+ }
4119
+ else if (locales.indexOf(lang) >= 0) {
4120
+ return lang;
4121
+ }
4122
+ else {
4123
+ return DEFAULT_LOCALE;
4124
+ }
4125
+ }
4126
+ function findLocaleInDom(element) {
4127
+ const closestElement = getClosestElement('[lang]', element);
4128
+ if (closestElement && closestElement.lang) {
4129
+ return closestElement.lang.toLowerCase();
4130
+ }
4131
+ else {
4132
+ return DEFAULT_LOCALE;
4133
+ }
4134
+ }
4135
+ function getStartOfWeek(locale = DEFAULT_LOCALE) {
4136
+ const startOfWeekData = startOfWeekDataUntyped;
4137
+ return (startOfWeekData[locale]
4138
+ ? startOfWeekData[locale]
4139
+ : startOfWeekData[DEFAULT_LOCALE]);
4140
+ }
4141
+
4142
+ export { getStartOfWeek as a, buildI18nForComponent as b, getDesiredLocale as g, locales as l };