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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2021) hide show
  1. package/README.md +5 -3
  2. package/dist/cjs/find-element-by-id-9c3e0b1b.js +26 -0
  3. package/dist/cjs/floating-ui.dom.esm-793074c6.js +1538 -0
  4. package/dist/cjs/genesys-webcomponents.cjs.js +3 -6
  5. package/dist/cjs/get-slot-text-content-c4306c7a.js +8 -0
  6. package/dist/cjs/get-valid-timezone-5a9231d3.js +520 -0
  7. package/dist/cjs/gux-accordion-section.cjs.entry.js +8 -13
  8. package/dist/cjs/gux-accordion.cjs.entry.js +2 -2
  9. package/dist/cjs/gux-action-button.cjs.entry.js +14 -17
  10. package/dist/cjs/gux-action-toast-legacy.cjs.entry.js +3 -3
  11. package/dist/cjs/gux-advanced-dropdown-legacy.cjs.entry.js +218 -0
  12. package/dist/cjs/gux-all-row-select.cjs.entry.js +7 -9
  13. package/dist/cjs/gux-announce-beta.cjs.entry.js +3 -3
  14. package/dist/cjs/gux-badge.cjs.entry.js +69 -0
  15. package/dist/cjs/gux-blank-state.cjs.entry.js +24 -0
  16. package/dist/cjs/gux-breadcrumb-item.cjs.entry.js +3 -3
  17. package/dist/cjs/gux-breadcrumbs.cjs.entry.js +5 -5
  18. package/dist/cjs/gux-button-multi.cjs.entry.js +7 -8
  19. package/dist/cjs/gux-button-slot.cjs.entry.js +46 -0
  20. package/dist/cjs/gux-button.cjs.entry.js +34 -19
  21. package/dist/cjs/gux-calendar-beta.cjs.entry.js +9 -9
  22. package/dist/cjs/gux-calendar.cjs.entry.js +18 -10
  23. package/dist/cjs/gux-card.cjs.entry.js +2 -2
  24. package/dist/cjs/gux-column-manager-item.cjs.entry.js +8 -9
  25. package/dist/cjs/gux-column-manager.cjs.entry.js +126 -0
  26. package/dist/cjs/gux-column-manager.service-7f1cc862.js +93 -0
  27. package/dist/cjs/gux-content-search.cjs.entry.js +15 -12
  28. package/dist/cjs/gux-context-menu.cjs.entry.js +134 -0
  29. package/dist/cjs/gux-copy-to-clipboard.cjs.entry.js +7 -7
  30. package/dist/cjs/gux-create-option.cjs.entry.js +5 -5
  31. package/dist/cjs/gux-date-beta.cjs.entry.js +10 -7
  32. package/dist/cjs/gux-date-time-beta.cjs.entry.js +10 -7
  33. package/dist/cjs/gux-datepicker.cjs.entry.js +10 -10
  34. package/dist/cjs/gux-disclosure-button-legacy.cjs.entry.js +64 -0
  35. package/dist/cjs/gux-dismiss-button.cjs.entry.js +6 -6
  36. package/dist/cjs/gux-dropdown-multi-tag.cjs.entry.js +4 -4
  37. package/dist/cjs/gux-dropdown-multi.cjs.entry.js +408 -0
  38. package/dist/cjs/gux-dropdown-option.cjs.entry.js +2 -2
  39. package/dist/cjs/gux-dropdown_3.cjs.entry.js +22 -23
  40. package/dist/cjs/gux-flyout-menu.cjs.entry.js +182 -0
  41. package/dist/cjs/gux-form-field-checkbox.cjs.entry.js +11 -11
  42. package/dist/cjs/gux-form-field-color.cjs.entry.js +13 -13
  43. package/dist/cjs/gux-form-field-container-48871f4b.js +21 -0
  44. package/dist/cjs/gux-form-field-dropdown.cjs.entry.js +18 -17
  45. package/dist/cjs/gux-form-field-fieldset-container-c0d39bed.js +21 -0
  46. package/dist/cjs/gux-form-field-input-clear-button.cjs.entry.js +5 -5
  47. package/dist/cjs/gux-form-field-number_3.cjs.entry.js +28 -28
  48. package/dist/cjs/gux-form-field-phone.cjs.entry.js +15 -14
  49. package/dist/cjs/gux-form-field-radio.cjs.entry.js +11 -11
  50. package/dist/cjs/gux-form-field-range.cjs.entry.js +13 -13
  51. package/dist/cjs/gux-form-field-search.cjs.entry.js +13 -13
  52. package/dist/cjs/gux-form-field-select.cjs.entry.js +13 -13
  53. package/dist/cjs/gux-form-field-text-like.cjs.entry.js +13 -13
  54. package/dist/cjs/gux-form-field-textarea.cjs.entry.js +13 -13
  55. package/dist/cjs/gux-form-field-time-picker.cjs.entry.js +17 -16
  56. package/dist/cjs/gux-form-field.service-704c78c2.js +151 -0
  57. package/dist/cjs/gux-icon.cjs.entry.js +6 -8
  58. package/dist/cjs/gux-inline-alert.cjs.entry.js +5 -5
  59. package/dist/cjs/gux-list-divider.cjs.entry.js +1 -1
  60. package/dist/cjs/gux-list-item.cjs.entry.js +3 -3
  61. package/dist/cjs/gux-list.cjs.entry.js +3 -3
  62. package/dist/cjs/gux-listbox-multi.cjs.entry.js +14 -13
  63. package/dist/cjs/gux-loading-message.cjs.entry.js +24 -0
  64. package/dist/cjs/gux-menu-option.cjs.entry.js +10 -3
  65. package/dist/cjs/gux-menu.cjs.entry.js +3 -3
  66. package/dist/cjs/gux-modal.cjs.entry.js +4 -4
  67. package/dist/cjs/gux-month-calendar.cjs.entry.js +13 -9
  68. package/dist/cjs/gux-month-list_2.cjs.entry.js +5 -5
  69. package/dist/cjs/gux-month-picker-beta.cjs.entry.js +12 -18
  70. package/dist/cjs/gux-notification-toast-legacy.cjs.entry.js +3 -3
  71. package/dist/cjs/gux-option-icon.cjs.entry.js +3 -3
  72. package/dist/cjs/gux-option-multi.cjs.entry.js +12 -6
  73. package/dist/cjs/gux-page-loading-spinner.cjs.entry.js +2 -2
  74. package/dist/cjs/gux-pagination-buttons-legacy_3.cjs.entry.js +277 -0
  75. package/dist/cjs/gux-pagination-buttons_3.cjs.entry.js +140 -124
  76. package/dist/cjs/gux-pagination-cursor.cjs.entry.js +7 -7
  77. package/dist/cjs/gux-pagination-legacy.cjs.entry.js +76 -0
  78. package/dist/cjs/gux-pagination.cjs.entry.js +51 -26
  79. package/dist/cjs/gux-phone-input-beta.cjs.entry.js +443 -385
  80. package/dist/cjs/gux-popover-list.cjs.entry.js +78 -56
  81. package/dist/cjs/gux-popup.cjs.entry.js +28 -15
  82. package/dist/cjs/gux-radial-loading.cjs.entry.js +25 -6
  83. package/dist/cjs/gux-radial-progress.cjs.entry.js +13 -27
  84. package/dist/cjs/gux-rating.cjs.entry.js +6 -6
  85. package/dist/cjs/gux-region-icon.cjs.entry.js +7 -7
  86. package/dist/cjs/gux-row-select.cjs.entry.js +8 -10
  87. package/dist/cjs/gux-screen-reader-beta.cjs.entry.js +2 -2
  88. package/dist/cjs/gux-segmented-control-beta.cjs.entry.js +44 -0
  89. package/dist/cjs/gux-segmented-control-item.cjs.entry.js +70 -0
  90. package/dist/cjs/gux-simple-toast-legacy.cjs.entry.js +3 -3
  91. package/dist/cjs/gux-skip-navigation-item.cjs.entry.js +1 -1
  92. package/dist/cjs/gux-skip-navigation-list.cjs.entry.js +33 -0
  93. package/dist/cjs/gux-sort-control.cjs.entry.js +10 -10
  94. package/dist/cjs/gux-submenu.cjs.entry.js +56 -51
  95. package/dist/cjs/gux-switch-item.cjs.entry.js +2 -2
  96. package/dist/cjs/gux-switch-legacy.cjs.entry.js +45 -0
  97. package/dist/cjs/gux-tab-advanced-list.cjs.entry.js +8 -8
  98. package/dist/cjs/gux-tab-advanced-panel.cjs.entry.js +2 -2
  99. package/dist/cjs/gux-tab-advanced.cjs.entry.js +8 -8
  100. package/dist/cjs/gux-tab-list.cjs.entry.js +6 -6
  101. package/dist/cjs/gux-tab-panel.cjs.entry.js +3 -3
  102. package/dist/cjs/gux-tab.cjs.entry.js +2 -2
  103. package/dist/cjs/gux-table-select-menu.cjs.entry.js +9 -9
  104. package/dist/cjs/gux-table-toolbar-action.cjs.entry.js +5 -5
  105. package/dist/cjs/gux-table-toolbar-custom-action.cjs.entry.js +10 -4
  106. package/dist/cjs/gux-table-toolbar-menu-button.cjs.entry.js +14 -8
  107. package/dist/cjs/gux-table-toolbar.cjs.entry.js +213 -0
  108. package/dist/cjs/gux-table.cjs.entry.js +286 -0
  109. package/dist/cjs/gux-tabs-advanced.cjs.entry.js +2 -2
  110. package/dist/cjs/gux-tabs.cjs.entry.js +7 -4
  111. package/dist/cjs/gux-tag.cjs.entry.js +80 -0
  112. package/dist/cjs/gux-text-highlight.cjs.entry.js +10 -9
  113. package/dist/cjs/gux-time-beta.cjs.entry.js +10 -7
  114. package/dist/cjs/gux-time-picker.cjs.entry.js +392 -0
  115. package/dist/cjs/gux-time-zone-picker-beta.cjs.entry.js +7837 -0
  116. package/dist/cjs/gux-toast.cjs.entry.js +5 -5
  117. package/dist/cjs/gux-toggle-slider.cjs.entry.js +6 -4
  118. package/dist/cjs/gux-toggle.cjs.entry.js +6 -6
  119. package/dist/cjs/gux-tooltip-title.cjs.entry.js +8 -3
  120. package/dist/cjs/gux-tooltip.cjs.entry.js +47 -13
  121. package/dist/cjs/gux-truncate.cjs.entry.js +3 -3
  122. package/dist/cjs/index-39160f18.js +2709 -0
  123. package/dist/cjs/index-ff762de3.js +4075 -0
  124. package/dist/cjs/loader.cjs.js +3 -12
  125. package/dist/cjs/on-attribute-change-9b2d8c85.js +27 -0
  126. package/dist/cjs/on-click-outside-a7d87c91.js +77 -0
  127. package/dist/cjs/on-mutation-f396cc0e.js +36 -0
  128. package/dist/cjs/on-resize-b4982908.js +36 -0
  129. package/dist/cjs/usage-7bd0f4a2.js +226 -0
  130. package/dist/collection/collection-manifest.json +122 -124
  131. package/dist/collection/components/beta/gux-announce/gux-announce.css +1 -1
  132. package/dist/collection/components/beta/gux-announce/gux-announce.js +8 -6
  133. package/dist/collection/components/beta/gux-announce/tests/gux-announce.e2e.js +18 -0
  134. package/dist/collection/components/beta/gux-announce/tests/gux-announce.spec.js +19 -0
  135. package/dist/collection/components/beta/gux-calendar-beta/components/single/gux-calendar.css +14 -15
  136. package/dist/collection/components/beta/gux-calendar-beta/components/single/gux-calendar.js +9 -9
  137. package/dist/collection/components/beta/gux-calendar-beta/services/calendar.service.js +1 -1
  138. package/dist/collection/components/beta/gux-calendar-beta/tests/gux-calendar.e2e.js +202 -0
  139. package/dist/collection/components/beta/gux-calendar-beta/tests/gux-calendar.spec.js +19 -0
  140. package/dist/collection/components/beta/gux-date/gux-date.js +34 -6
  141. package/dist/collection/components/beta/gux-date/tests/gux-date.e2e.js +30 -0
  142. package/dist/collection/components/beta/gux-date/tests/gux-date.spec.js +30 -0
  143. package/dist/collection/components/beta/gux-date-time/gux-date-time.js +34 -6
  144. package/dist/collection/components/beta/gux-date-time/tests/gux-date-time.e2e.js +30 -0
  145. package/dist/collection/components/beta/gux-date-time/tests/gux-date-time.spec.js +30 -0
  146. package/dist/collection/components/beta/gux-month-picker/gux-month-calendar/gux-month-calendar.css +28 -58
  147. package/dist/collection/components/beta/gux-month-picker/gux-month-calendar/gux-month-calendar.js +25 -15
  148. package/dist/collection/components/beta/gux-month-picker/gux-month-calendar/gux-month-list/gux-month-list-item/gux-month-list-item.css +16 -25
  149. package/dist/collection/components/beta/gux-month-picker/gux-month-calendar/gux-month-list/gux-month-list-item/gux-month-list-item.js +5 -4
  150. package/dist/collection/components/beta/gux-month-picker/gux-month-calendar/gux-month-list/gux-month-list.css +5 -4
  151. package/dist/collection/components/beta/gux-month-picker/gux-month-calendar/gux-month-list/gux-month-list.js +5 -4
  152. package/dist/collection/components/beta/gux-month-picker/gux-month-picker.css +32 -30
  153. package/dist/collection/components/beta/gux-month-picker/gux-month-picker.js +18 -21
  154. package/dist/collection/components/beta/gux-month-picker/tests/gux-month-picker.e2e.js +18 -0
  155. package/dist/collection/components/beta/gux-month-picker/tests/gux-month-picker.spec.js +27 -0
  156. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/gux-region-icon.css +1721 -0
  157. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/gux-region-icon.js +6 -7
  158. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/sprite-utils/sprites.generated.js +1 -0
  159. package/dist/collection/components/beta/gux-phone-input/gux-phone-input.css +13 -7
  160. package/dist/collection/components/beta/gux-phone-input/gux-phone-input.js +344 -152
  161. package/dist/collection/components/beta/gux-phone-input/services/RegionCountryCodeMap.js +0 -249
  162. package/dist/collection/components/beta/gux-phone-input/services/region-map.service.js +4 -4
  163. package/dist/collection/components/beta/gux-phone-input/tests/gux-phone-input.e2e.js +100 -0
  164. package/dist/collection/components/beta/gux-screen-reader/gux-screen-reader.css +1 -1
  165. package/dist/collection/components/beta/gux-screen-reader/gux-screen-reader.js +3 -3
  166. package/dist/collection/components/beta/gux-screen-reader/tests/gux-screen-reader.e2e.js +16 -0
  167. package/dist/collection/components/beta/gux-screen-reader/tests/gux-screen-reader.spec.js +17 -0
  168. package/dist/collection/components/beta/gux-segmented-control/gux-segmented-control-item/gux-segmented-control-item.css +98 -0
  169. package/dist/collection/components/beta/gux-segmented-control/gux-segmented-control-item/gux-segmented-control-item.js +164 -0
  170. package/dist/collection/components/beta/gux-segmented-control/gux-segmented-control.css +3 -0
  171. package/dist/collection/components/beta/gux-segmented-control/gux-segmented-control.js +83 -0
  172. package/dist/collection/components/beta/gux-segmented-control/tests/gux-segmented-control.e2e.js +108 -0
  173. package/dist/collection/components/beta/gux-segmented-control/tests/gux-segmented-control.spec.js +126 -0
  174. package/dist/collection/components/beta/gux-time/gux-time.js +34 -6
  175. package/dist/collection/components/beta/gux-time/tests/gux-time.e2e.js +30 -0
  176. package/dist/collection/components/beta/gux-time/tests/gux-time.spec.js +30 -0
  177. package/dist/collection/components/beta/gux-time-zone-picker/generic-zones.js +438 -0
  178. package/dist/collection/components/beta/gux-time-zone-picker/gux-time-zone-picker.css +19 -0
  179. package/dist/collection/components/beta/gux-time-zone-picker/gux-time-zone-picker.js +247 -0
  180. package/dist/collection/components/beta/gux-time-zone-picker/tests/gux-time-zone-picker.e2e.js +53 -0
  181. package/dist/collection/components/beta/gux-time-zone-picker/tests/gux-time-zone-picker.spec.js +15 -0
  182. package/dist/collection/components/legacy/gux-action-toast-legacy/gux-action-toast.css +120 -0
  183. package/dist/collection/components/legacy/gux-action-toast-legacy/gux-action-toast.js +30 -0
  184. package/dist/collection/components/legacy/gux-action-toast-legacy/tests/gux-action-toast.e2e.js +26 -0
  185. package/dist/collection/components/legacy/gux-action-toast-legacy/tests/gux-action-toast.spec.js +28 -0
  186. package/dist/collection/components/legacy/gux-advanced-dropdown-legacy/dropdown-option/gux-dropdown-option.css +38 -0
  187. package/dist/collection/components/legacy/gux-advanced-dropdown-legacy/dropdown-option/gux-dropdown-option.js +250 -0
  188. package/dist/collection/components/legacy/gux-advanced-dropdown-legacy/dropdown-option/tests/gux-dropdown-option.spec.js +47 -0
  189. package/dist/collection/components/legacy/gux-advanced-dropdown-legacy/gux-advanced-dropdown.css +80 -0
  190. package/dist/collection/components/legacy/gux-advanced-dropdown-legacy/gux-advanced-dropdown.js +398 -0
  191. package/dist/collection/components/legacy/gux-advanced-dropdown-legacy/tests/gux-advanced-dropdown.e2e.js +149 -0
  192. package/dist/collection/components/legacy/gux-advanced-dropdown-legacy/tests/gux-advanced-dropdown.spec.js +17 -0
  193. package/dist/collection/components/legacy/gux-disclosure-button-legacy/gux-disclosure-button.css +43 -0
  194. package/dist/collection/components/legacy/gux-disclosure-button-legacy/gux-disclosure-button.js +154 -0
  195. package/dist/collection/components/legacy/gux-disclosure-button-legacy/tests/gux-disclosure-button.e2e.js +80 -0
  196. package/dist/collection/components/legacy/gux-disclosure-button-legacy/tests/gux-disclosure-button.spec.js +82 -0
  197. package/dist/collection/components/legacy/gux-notification-toast-legacy/gux-notification-toast.css +75 -0
  198. package/dist/collection/components/legacy/gux-notification-toast-legacy/gux-notification-toast.js +84 -0
  199. package/dist/collection/components/legacy/gux-notification-toast-legacy/tests/gux-notification-toast.e2e.js +109 -0
  200. package/dist/collection/components/legacy/gux-notification-toast-legacy/tests/gux-notification-toast.spec.js +99 -0
  201. package/dist/collection/components/legacy/gux-pagination-legacy/gux-pagination-buttons-legacy/gux-pagination-button.service.js +91 -0
  202. package/dist/collection/components/legacy/gux-pagination-legacy/gux-pagination-buttons-legacy/gux-pagination-buttons-legacy.css +95 -0
  203. package/dist/collection/components/legacy/gux-pagination-legacy/gux-pagination-buttons-legacy/gux-pagination-buttons.js +168 -0
  204. package/dist/collection/components/legacy/gux-pagination-legacy/gux-pagination-buttons-legacy/tests/gux-pagination-buttons.service.spec.js +138 -0
  205. package/dist/collection/components/legacy/gux-pagination-legacy/gux-pagination-buttons-legacy/tests/gux-pagination-buttons.spec.js +39 -0
  206. package/dist/collection/components/legacy/gux-pagination-legacy/gux-pagination-item-counts-legacy/gux-pagination-item-counts-legacy.css +11 -0
  207. package/dist/collection/components/legacy/gux-pagination-legacy/gux-pagination-item-counts-legacy/gux-pagination-item-counts.js +101 -0
  208. package/dist/collection/components/legacy/gux-pagination-legacy/gux-pagination-item-counts-legacy/tests/gux-pagination-item-counts.spec.js +30 -0
  209. package/dist/collection/components/legacy/gux-pagination-legacy/gux-pagination-items-per-page-legacy/gux-pagination-items-per-page-legacy.css +26 -0
  210. package/dist/collection/components/legacy/gux-pagination-legacy/gux-pagination-items-per-page-legacy/gux-pagination-items-per-page.js +91 -0
  211. package/dist/collection/components/legacy/gux-pagination-legacy/gux-pagination-items-per-page-legacy/tests/gux-pagination-items-per-page.spec.js +33 -0
  212. package/dist/collection/components/legacy/gux-pagination-legacy/gux-pagination-legacy.css +41 -0
  213. package/dist/collection/components/legacy/gux-pagination-legacy/gux-pagination.js +193 -0
  214. package/dist/collection/components/legacy/gux-pagination-legacy/tests/gux-pagination.e2e.js +53 -0
  215. package/dist/collection/components/legacy/gux-pagination-legacy/tests/gux-pagination.spec.js +65 -0
  216. package/dist/collection/components/legacy/gux-simple-toast-legacy/gux-simple-toast.css +51 -0
  217. package/dist/collection/components/legacy/gux-simple-toast-legacy/gux-simple-toast.js +83 -0
  218. package/dist/collection/components/legacy/gux-simple-toast-legacy/tests/gux-simple-toast.e2e.js +103 -0
  219. package/dist/collection/components/legacy/gux-simple-toast-legacy/tests/gux-simple-toast.spec.js +93 -0
  220. package/dist/collection/components/legacy/gux-switch-legacy/gux-switch-item/gux-switch-item.css +73 -0
  221. package/dist/collection/components/legacy/gux-switch-legacy/gux-switch-item/gux-switch-item.js +96 -0
  222. package/dist/collection/components/legacy/gux-switch-legacy/gux-switch.css +4 -0
  223. package/dist/collection/components/legacy/gux-switch-legacy/gux-switch.js +108 -0
  224. package/dist/collection/components/legacy/gux-switch-legacy/tests/gux-switch.e2e.js +87 -0
  225. package/dist/collection/components/legacy/gux-switch-legacy/tests/gux-switch.spec.js +116 -0
  226. package/dist/collection/components/stable/gux-accordion/gux-accordion-section/gux-accordion-section.css +39 -42
  227. package/dist/collection/components/stable/gux-accordion/gux-accordion-section/gux-accordion-section.js +15 -18
  228. package/dist/collection/components/stable/gux-accordion/gux-accordion.css +1 -1
  229. package/dist/collection/components/stable/gux-accordion/gux-accordion.js +3 -3
  230. package/dist/collection/components/stable/gux-accordion/tests/gux-accordion.e2e.js +46 -0
  231. package/dist/collection/components/stable/gux-accordion/tests/gux-accordion.spec.js +52 -0
  232. package/dist/collection/components/stable/gux-action-button/gux-action-button.css +2 -1
  233. package/dist/collection/components/stable/gux-action-button/gux-action-button.js +16 -31
  234. package/dist/collection/components/stable/gux-action-button/tests/gux-action-button.e2e.js +93 -0
  235. package/dist/collection/components/stable/gux-action-button/tests/gux-action-button.spec.js +96 -0
  236. package/dist/collection/components/stable/gux-alert/gux-inline-alert.css +5 -4
  237. package/dist/collection/components/stable/gux-alert/gux-inline-alert.js +6 -5
  238. package/dist/collection/components/stable/gux-alert/tests/gux-inline-alert.e2e.js +22 -0
  239. package/dist/collection/components/stable/gux-alert/tests/gux-inline-alert.spec.js +23 -0
  240. package/dist/collection/components/stable/gux-badge/gux-badge.css +97 -0
  241. package/dist/collection/components/stable/gux-badge/gux-badge.js +106 -0
  242. package/dist/collection/components/stable/gux-badge/tests/gux-badge.e2e.js +38 -0
  243. package/dist/collection/components/stable/gux-badge/tests/gux-badge.spec.js +39 -0
  244. package/dist/collection/components/stable/gux-blank-state/gux-blank-state.css +98 -0
  245. package/dist/collection/components/stable/gux-blank-state/gux-blank-state.js +29 -0
  246. package/dist/collection/components/stable/gux-blank-state/tests/gux-blank-state.e2e.js +19 -0
  247. package/dist/collection/components/stable/gux-blank-state/tests/gux-blank-state.spec.js +26 -0
  248. package/dist/collection/components/stable/gux-breadcrumbs/breadcrumb-item/gux-breadcrumb-item.css +32 -32
  249. package/dist/collection/components/stable/gux-breadcrumbs/breadcrumb-item/gux-breadcrumb-item.js +2 -2
  250. package/dist/collection/components/stable/gux-breadcrumbs/gux-breadcrumbs.css +3 -3
  251. package/dist/collection/components/stable/gux-breadcrumbs/gux-breadcrumbs.js +6 -5
  252. package/dist/collection/components/stable/gux-breadcrumbs/tests/gux-breadcrumbs.e2e.js +48 -0
  253. package/dist/collection/components/stable/gux-breadcrumbs/tests/gux-breadcrumbs.spec.js +91 -0
  254. package/dist/collection/components/stable/gux-button/gux-button.css +16 -14
  255. package/dist/collection/components/stable/gux-button/gux-button.js +42 -20
  256. package/dist/collection/components/stable/gux-button/tests/gux-button.e2e.js +131 -0
  257. package/dist/collection/components/stable/gux-button/tests/gux-button.spec.js +114 -0
  258. package/dist/collection/components/stable/gux-button-multi/gux-button-multi.css +1 -1
  259. package/dist/collection/components/stable/gux-button-multi/gux-button-multi.js +9 -26
  260. package/dist/collection/components/stable/gux-button-multi/tests/gux-button-multi.e2e.js +69 -0
  261. package/dist/collection/components/stable/gux-button-multi/tests/gux-button-multi.spec.js +16 -0
  262. package/dist/collection/components/stable/gux-button-slot/gux-button-slot.css +177 -0
  263. package/dist/collection/components/stable/gux-button-slot/gux-button-slot.js +95 -0
  264. package/dist/collection/components/stable/gux-button-slot/tests/gux-button-slot.e2e.js +206 -0
  265. package/dist/collection/components/stable/gux-button-slot/tests/gux-button-slot.spec.js +258 -0
  266. package/dist/collection/components/stable/gux-calendar/gux-calendar.css +117 -51
  267. package/dist/collection/components/stable/gux-calendar/gux-calendar.js +34 -18
  268. package/dist/collection/components/stable/gux-calendar/gux-calendar.service.js +1 -1
  269. package/dist/collection/components/stable/gux-calendar/tests/gux-calendar.e2e.js +45 -0
  270. package/dist/collection/components/stable/gux-calendar/tests/gux-calendar.methods.spec.js +233 -0
  271. package/dist/collection/components/stable/gux-calendar/tests/gux-calendar.service.spec.js +160 -0
  272. package/dist/collection/components/stable/gux-calendar/tests/gux-calendar.spec.js +31 -0
  273. package/dist/collection/components/stable/gux-card/gux-card.js +4 -3
  274. package/dist/collection/components/stable/gux-card/tests/gux-card.e2e.js +16 -0
  275. package/dist/collection/components/stable/gux-card/tests/gux-card.spec.js +17 -0
  276. package/dist/collection/components/stable/gux-column-manager/gux-column-manager-item/gux-column-manager-item.css +83 -0
  277. package/dist/collection/components/stable/gux-column-manager/gux-column-manager-item/gux-column-manager-item.js +363 -0
  278. package/dist/collection/components/stable/gux-column-manager/gux-column-manager-item/tests/gux-column-manager-item.service.spec.js +35 -0
  279. package/dist/collection/components/stable/gux-column-manager/gux-column-manager.css +33 -0
  280. package/dist/collection/components/stable/gux-column-manager/gux-column-manager.js +176 -0
  281. package/dist/collection/components/stable/gux-column-manager/gux-column-manager.service.js +80 -0
  282. package/dist/collection/components/stable/gux-content-search/gux-content-search.css +59 -72
  283. package/dist/collection/components/stable/gux-content-search/gux-content-search.js +11 -9
  284. package/dist/collection/components/stable/gux-content-search/tests/gux-content-search.e2e.js +542 -0
  285. package/dist/collection/components/stable/gux-content-search/tests/gux-content-search.spec.js +202 -0
  286. package/dist/collection/components/stable/gux-context-menu/gux-context-menu.css +53 -0
  287. package/dist/collection/components/stable/gux-context-menu/gux-context-menu.js +208 -0
  288. package/dist/collection/components/stable/gux-context-menu/tests/gux-context-menu.e2e.js +78 -0
  289. package/dist/collection/components/stable/gux-context-menu/tests/gux-context-menu.spec.js +44 -0
  290. package/dist/collection/components/stable/gux-copy-to-clipboard/gux-copy-to-clipboard.css +3 -3
  291. package/dist/collection/components/stable/gux-copy-to-clipboard/gux-copy-to-clipboard.js +6 -6
  292. package/dist/collection/components/stable/gux-copy-to-clipboard/tests/gux-copy-to-clipboard.e2e.js +23 -0
  293. package/dist/collection/components/stable/gux-copy-to-clipboard/tests/gux-copy-to-clipboard.spec.js +46 -0
  294. package/dist/collection/components/stable/gux-datepicker/gux-datepicker.css +71 -53
  295. package/dist/collection/components/stable/gux-datepicker/gux-datepicker.js +15 -13
  296. package/dist/collection/components/stable/gux-datepicker/tests/gux-datepicker.e2e.js +112 -0
  297. package/dist/collection/components/stable/gux-datepicker/tests/gux-datepicker.service.spec.js +237 -0
  298. package/dist/collection/components/stable/gux-datepicker/tests/gux-datepicker.spec.js +36 -0
  299. package/dist/collection/components/stable/gux-dismiss-button/gux-dismiss-button.css +18 -28
  300. package/dist/collection/components/stable/gux-dismiss-button/gux-dismiss-button.js +8 -7
  301. package/dist/collection/components/stable/gux-dismiss-button/tests/gux-dismiss-button.e2e.js +20 -0
  302. package/dist/collection/components/stable/gux-dismiss-button/tests/gux-dismiss-button.spec.js +22 -0
  303. package/dist/collection/components/stable/gux-dropdown/gux-dropdown.css +56 -46
  304. package/dist/collection/components/stable/gux-dropdown/gux-dropdown.js +18 -37
  305. package/dist/collection/components/stable/gux-dropdown/tests/gux-dropdown.e2e.js +190 -0
  306. package/dist/collection/components/stable/gux-dropdown/tests/gux-dropdown.spec.js +65 -0
  307. package/dist/collection/components/stable/gux-dropdown-multi/gux-dropdown-multi-tag/gux-dropdown-multi-tag.css +50 -0
  308. package/dist/collection/components/stable/gux-dropdown-multi/gux-dropdown-multi-tag/gux-dropdown-multi-tag.js +122 -0
  309. package/dist/collection/components/stable/gux-dropdown-multi/gux-dropdown-multi.css +162 -0
  310. package/dist/collection/components/stable/gux-dropdown-multi/gux-dropdown-multi.js +690 -0
  311. package/dist/collection/components/stable/gux-dropdown-multi/tests/gux-dropdown-multi.e2e.js +309 -0
  312. package/dist/collection/components/stable/gux-dropdown-multi/tests/gux-dropdown-multi.spec.js +24 -0
  313. package/dist/collection/components/stable/gux-flyout-menu/gux-flyout-menu.css +32 -0
  314. package/dist/collection/components/stable/gux-flyout-menu/gux-flyout-menu.js +237 -0
  315. package/dist/collection/components/stable/gux-flyout-menu/gux-menu/gux-menu-option/gux-menu-option.css +26 -0
  316. package/dist/collection/components/stable/gux-flyout-menu/gux-menu/gux-menu-option/gux-menu-option.js +82 -0
  317. package/dist/collection/components/stable/gux-flyout-menu/gux-menu/gux-menu.css +8 -0
  318. package/dist/collection/components/stable/gux-flyout-menu/gux-menu/gux-menu.js +21 -0
  319. package/dist/collection/components/stable/gux-flyout-menu/gux-menu/gux-submenu/gux-submenu.css +60 -0
  320. package/dist/collection/components/stable/gux-flyout-menu/gux-menu/gux-submenu/gux-submenu.js +256 -0
  321. package/dist/collection/components/stable/gux-flyout-menu/tests/gux-flyout-menu.e2e.js +71 -0
  322. package/dist/collection/components/stable/gux-flyout-menu/tests/gux-flyout-menu.spec.js +52 -0
  323. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-checkbox/gux-form-field-checkbox.css +120 -47
  324. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-checkbox/gux-form-field-checkbox.js +10 -10
  325. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-checkbox/tests/gux-form-field-checkbox.e2e.js +93 -0
  326. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-checkbox/tests/gux-form-field-checkbox.spec.js +64 -0
  327. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-color/gux-form-field-color.css +61 -47
  328. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-color/gux-form-field-color.js +13 -12
  329. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-color/tests/gux-form-field-color.e2e.js +83 -0
  330. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-color/tests/gux-form-field-color.spec.js +65 -0
  331. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-dropdown/gux-form-field-dropdown.css +43 -30
  332. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-dropdown/gux-form-field-dropdown.js +17 -16
  333. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-dropdown/tests/gux-form-field-dropdown.e2e.js +196 -0
  334. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-dropdown/tests/gux-form-field-dropdown.spec.js +188 -0
  335. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-number/gux-form-field-number.css +65 -53
  336. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-number/gux-form-field-number.js +19 -17
  337. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-number/tests/gux-form-field-number.e2e.js +110 -0
  338. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-number/tests/gux-form-field-number.spec.js +85 -0
  339. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-phone/gux-form-field-phone.css +34 -23
  340. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-phone/gux-form-field-phone.js +16 -15
  341. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-radio/gux-form-field-radio.css +106 -39
  342. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-radio/gux-form-field-radio.js +10 -10
  343. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-radio/tests/gux-form-field-radio.e2e.js +101 -0
  344. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-radio/tests/gux-form-field-radio.spec.js +62 -0
  345. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-range/gux-form-field-range.css +91 -57
  346. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-range/gux-form-field-range.js +13 -12
  347. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-search/gux-form-field-search.css +65 -52
  348. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-search/gux-form-field-search.js +15 -13
  349. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-search/tests/gux-form-field-search.e2e.js +83 -0
  350. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-search/tests/gux-form-field-search.spec.js +65 -0
  351. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-select/gux-form-field-select.css +66 -73
  352. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-select/gux-form-field-select.js +13 -12
  353. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-select/tests/gux-form-field-select.e2e.js +95 -0
  354. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-select/tests/gux-form-field-select.spec.js +80 -0
  355. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-text-like/gux-form-field-text-like.css +73 -51
  356. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-text-like/gux-form-field-text-like.js +15 -13
  357. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-text-like/tests/gux-form-field-text-like.e2e.js +171 -0
  358. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-text-like/tests/gux-form-field-text-like.spec.js +125 -0
  359. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-textarea/gux-form-field-textarea.css +64 -55
  360. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-textarea/gux-form-field-textarea.js +15 -13
  361. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-textarea/tests/gux-form-field-textarea.e2e.js +104 -0
  362. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-textarea/tests/gux-form-field-textarea.spec.js +79 -0
  363. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-time-picker/gux-form-field-time-picker.css +41 -28
  364. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-time-picker/gux-form-field-time-picker.js +16 -15
  365. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-time-picker/tests/gux-form-field-time-picker.e2e.js +83 -0
  366. package/dist/collection/components/stable/gux-form-field/components/gux-form-field-time-picker/tests/gux-form-field-time-picker.spec.js +66 -0
  367. package/dist/collection/components/stable/gux-form-field/functional-components/functional-components.js +6 -6
  368. package/dist/collection/components/stable/gux-form-field/functional-components/gux-form-field-container/gux-form-field-container.js +1 -1
  369. package/dist/collection/components/stable/gux-form-field/functional-components/gux-form-field-error/gux-form-field-error.js +1 -1
  370. package/dist/collection/components/stable/gux-form-field/functional-components/gux-form-field-fieldset-container/gux-form-field-fieldset-container.js +1 -1
  371. package/dist/collection/components/stable/gux-form-field/functional-components/gux-form-field-help/gux-form-field-help.js +1 -1
  372. package/dist/collection/components/stable/gux-form-field/functional-components/gux-form-field-label/gux-form-field-label.js +1 -1
  373. package/dist/collection/components/stable/gux-form-field/functional-components/gux-form-field-legend-label/gux-form-field-legend-label.js +1 -1
  374. package/dist/collection/components/stable/gux-form-field/gux-form-field.service.js +4 -4
  375. package/dist/collection/components/stable/gux-form-field/helper-components/gux-form-field-input-clear-button/gux-form-field-input-clear-button.css +12 -14
  376. package/dist/collection/components/stable/gux-form-field/helper-components/gux-form-field-input-clear-button/gux-form-field-input-clear-button.js +5 -5
  377. package/dist/collection/components/stable/gux-form-field/tests/gux-form-field.service.spec.js +19 -0
  378. package/dist/collection/components/stable/gux-icon/gux-icon.js +9 -10
  379. package/dist/collection/components/stable/gux-icon/gux-icon.service.js +2 -2
  380. package/dist/collection/components/stable/gux-icon/icons/custom/carousel.svg +1 -0
  381. package/dist/collection/components/stable/gux-icon/icons/custom/co-browse.svg +1 -0
  382. package/dist/collection/components/stable/gux-icon/icons/custom/face-smile-hearts-regular.svg +1 -0
  383. package/dist/collection/components/stable/gux-icon/icons/custom/file-pen-question.svg +1 -0
  384. package/dist/collection/components/stable/gux-icon/icons/custom/filter-notification.svg +1 -0
  385. package/dist/collection/components/stable/gux-icon/icons/custom/font-regular-highlight.svg +1 -0
  386. package/dist/collection/components/stable/gux-icon/icons/custom/list-alphabetical-regular.svg +1 -0
  387. package/dist/collection/components/stable/gux-icon/icons/custom/list-roman-regular.svg +1 -0
  388. package/dist/collection/components/stable/gux-icon/icons/custom/one-button.svg +1 -0
  389. package/dist/collection/components/stable/gux-icon/icons/custom/person-running.svg +1 -0
  390. package/dist/collection/components/stable/gux-icon/icons/custom/quick-reply.svg +1 -0
  391. package/dist/collection/components/stable/gux-icon/icons/custom/three-button.svg +1 -0
  392. package/dist/collection/components/stable/gux-icon/icons/fa/alarm-clock-regular.svg +1 -0
  393. package/dist/collection/components/stable/gux-icon/icons/fa/alarm-snooze-regular.svg +1 -0
  394. package/dist/collection/components/stable/gux-icon/icons/fa/arrows-to-circle-regular.svg +1 -0
  395. package/dist/collection/components/stable/gux-icon/icons/fa/award-solid.svg +1 -0
  396. package/dist/collection/components/stable/gux-icon/icons/fa/backward-step-regular.svg +1 -0
  397. package/dist/collection/components/stable/gux-icon/icons/fa/bell-on-regular.svg +1 -0
  398. package/dist/collection/components/stable/gux-icon/icons/fa/bell-slash-regular.svg +1 -0
  399. package/dist/collection/components/stable/gux-icon/icons/fa/circle-plus-solid.svg +1 -0
  400. package/dist/collection/components/stable/gux-icon/icons/fa/comment-dots-regular.svg +1 -0
  401. package/dist/collection/components/stable/gux-icon/icons/fa/diagram-nested-regular.svg +1 -0
  402. package/dist/collection/components/stable/gux-icon/icons/fa/eye-regular.svg +1 -0
  403. package/dist/collection/components/stable/gux-icon/icons/fa/eye-slash-regular.svg +1 -0
  404. package/dist/collection/components/stable/gux-icon/icons/fa/face-frown-regular.svg +1 -0
  405. package/dist/collection/components/stable/gux-icon/icons/fa/face-frown-solid.svg +1 -0
  406. package/dist/collection/components/stable/gux-icon/icons/fa/face-laugh-regular.svg +1 -0
  407. package/dist/collection/components/stable/gux-icon/icons/fa/face-laugh-solid.svg +1 -0
  408. package/dist/collection/components/stable/gux-icon/icons/fa/file-exclamation-regular.svg +1 -0
  409. package/dist/collection/components/stable/gux-icon/icons/fa/forward-step-regular.svg +1 -0
  410. package/dist/collection/components/stable/gux-icon/icons/fa/function-regular.svg +1 -0
  411. package/dist/collection/components/stable/gux-icon/icons/fa/google.svg +1 -0
  412. package/dist/collection/components/stable/gux-icon/icons/fa/hand-back-point-right-regular.svg +1 -0
  413. package/dist/collection/components/stable/gux-icon/icons/fa/laptop-slash-regular.svg +1 -0
  414. package/dist/collection/components/stable/gux-icon/icons/fa/list-radio-clean-regular.svg +1 -0
  415. package/dist/collection/components/stable/gux-icon/icons/fa/message-bot-regular.svg +1 -0
  416. package/dist/collection/components/stable/gux-icon/icons/fa/microsoft.svg +1 -0
  417. package/dist/collection/components/stable/gux-icon/icons/fa/pause-regular.svg +1 -0
  418. package/dist/collection/components/stable/gux-icon/icons/fa/pen-slash-regular.svg +1 -0
  419. package/dist/collection/components/stable/gux-icon/icons/fa/play-regular.svg +1 -0
  420. package/dist/collection/components/stable/gux-icon/icons/fa/regular-user-circle-arrow-left.svg +1 -0
  421. package/dist/collection/components/stable/gux-icon/icons/fa/square-dashed-regular.svg +1 -0
  422. package/dist/collection/components/stable/gux-icon/icons/fa/stop-regular.svg +1 -0
  423. package/dist/collection/components/stable/gux-icon/icons/fa/subscript-regular.svg +1 -0
  424. package/dist/collection/components/stable/gux-icon/icons/fa/superscript-regular.svg +1 -0
  425. package/dist/collection/components/stable/gux-icon/icons/fa/user-group-solid.svg +1 -0
  426. package/dist/collection/components/stable/gux-icon/icons/fa/volume-regular.svg +1 -0
  427. package/dist/collection/components/stable/gux-icon/icons/fa/volume-xmark-regular.svg +1 -0
  428. package/dist/collection/components/stable/gux-icon/icons/fa/wand-magic-sparkles-regular.svg +1 -0
  429. package/dist/collection/components/stable/gux-icon/icons/fa/windows.svg +1 -0
  430. package/dist/collection/components/stable/gux-icon/tests/gux-icon.e2e.js +11 -0
  431. package/dist/collection/components/stable/gux-icon/tests/gux-icon.service.spec.js +22 -0
  432. package/dist/collection/components/stable/gux-icon/tests/gux-icon.spec.js +6 -0
  433. package/dist/collection/components/stable/gux-list/gux-list-divider/gux-list-divider.css +1 -1
  434. package/dist/collection/components/stable/gux-list/gux-list-divider/gux-list-divider.js +2 -2
  435. package/dist/collection/components/stable/gux-list/gux-list-divider/tests/gux-list-divider.spec.js +22 -0
  436. package/dist/collection/components/stable/gux-list/gux-list-item/gux-list-item.css +27 -15
  437. package/dist/collection/components/stable/gux-list/gux-list-item/gux-list-item.js +3 -3
  438. package/dist/collection/components/stable/gux-list/gux-list-item/tests/gux-list-item.spec.js +22 -0
  439. package/dist/collection/components/stable/gux-list/gux-list.css +1 -1
  440. package/dist/collection/components/stable/gux-list/gux-list.js +12 -8
  441. package/dist/collection/components/stable/gux-list/tests/gux-list.e2e.js +20 -0
  442. package/dist/collection/components/stable/gux-list/tests/gux-list.spec.js +23 -0
  443. package/dist/collection/components/stable/gux-listbox/gux-listbox.css +17 -12
  444. package/dist/collection/components/stable/gux-listbox/gux-listbox.js +40 -20
  445. package/dist/collection/components/stable/gux-listbox/options/gux-option/gux-option.css +40 -19
  446. package/dist/collection/components/stable/gux-listbox/options/gux-option/gux-option.js +4 -3
  447. package/dist/collection/components/stable/gux-listbox/options/gux-option-icon/gux-option-icon.css +44 -25
  448. package/dist/collection/components/stable/gux-listbox/options/gux-option-icon/gux-option-icon.js +4 -3
  449. package/dist/collection/components/stable/gux-listbox-multi/gux-create-option/gux-create-option.css +28 -21
  450. package/dist/collection/components/stable/gux-listbox-multi/gux-create-option/gux-create-option.js +8 -6
  451. package/dist/collection/components/stable/gux-listbox-multi/gux-listbox-multi.css +17 -13
  452. package/dist/collection/components/stable/gux-listbox-multi/gux-listbox-multi.js +35 -15
  453. package/dist/collection/components/stable/gux-listbox-multi/gux-option-multi/gux-option-multi.css +45 -31
  454. package/dist/collection/components/stable/gux-listbox-multi/gux-option-multi/gux-option-multi.js +13 -6
  455. package/dist/collection/components/stable/gux-loading-message/gux-loading-message.css +102 -0
  456. package/dist/collection/components/stable/gux-loading-message/gux-loading-message.js +28 -0
  457. package/dist/collection/components/stable/gux-loading-message/tests/gux-loading-message.e2e.js +14 -0
  458. package/dist/collection/components/stable/gux-loading-message/tests/gux-loading-message.spec.js +27 -0
  459. package/dist/collection/components/stable/gux-modal/gux-modal.css +73 -27
  460. package/dist/collection/components/stable/gux-modal/gux-modal.js +6 -5
  461. package/dist/collection/components/stable/gux-modal/tests/gux-modal.e2e.js +300 -0
  462. package/dist/collection/components/stable/gux-modal/tests/gux-modal.spec.js +200 -0
  463. package/dist/collection/components/stable/gux-page-loading-spinner/gux-page-loading-spinner.js +2 -2
  464. package/dist/collection/components/stable/gux-page-loading-spinner/tests/gux-page-loading-spinner.e2e.js +33 -0
  465. package/dist/collection/components/stable/gux-page-loading-spinner/tests/gux-page-loading-spinner.spec.js +12 -0
  466. package/dist/collection/components/stable/gux-pagination/gux-pagination-buttons/gux-pagination-button.service.js +105 -62
  467. package/dist/collection/components/stable/gux-pagination/gux-pagination-buttons/gux-pagination-buttons.css +32 -47
  468. package/dist/collection/components/stable/gux-pagination/gux-pagination-buttons/gux-pagination-buttons.js +39 -45
  469. package/dist/collection/components/stable/gux-pagination/gux-pagination-buttons/gux-pagination-ellipsis-button/gux-pagination-ellipsis-button.css +31 -0
  470. package/dist/collection/components/stable/gux-pagination/gux-pagination-buttons/gux-pagination-ellipsis-button/gux-pagination-ellipsis-button.js +164 -0
  471. package/dist/collection/components/stable/gux-pagination/gux-pagination-buttons/tests/gux-pagination-buttons.service.spec.js +129 -0
  472. package/dist/collection/components/stable/gux-pagination/gux-pagination-buttons/tests/gux-pagination-buttons.spec.js +32 -0
  473. package/dist/collection/components/stable/gux-pagination/gux-pagination-item-counts/gux-pagination-item-counts.css +9 -7
  474. package/dist/collection/components/stable/gux-pagination/gux-pagination-item-counts/gux-pagination-item-counts.js +10 -5
  475. package/dist/collection/components/stable/gux-pagination/gux-pagination-item-counts/tests/gux-pagination-item-counts.spec.js +30 -0
  476. package/dist/collection/components/stable/gux-pagination/gux-pagination-items-per-page/gux-pagination-items-per-page.css +13 -6
  477. package/dist/collection/components/stable/gux-pagination/gux-pagination-items-per-page/gux-pagination-items-per-page.js +7 -6
  478. package/dist/collection/components/stable/gux-pagination/gux-pagination-items-per-page/tests/gux-pagination-items-per-page.spec.js +37 -0
  479. package/dist/collection/components/stable/gux-pagination/gux-pagination.css +14 -7
  480. package/dist/collection/components/stable/gux-pagination/gux-pagination.js +81 -52
  481. package/dist/collection/components/stable/gux-pagination/tests/gux-pagination.e2e.js +97 -0
  482. package/dist/collection/components/stable/gux-pagination/tests/gux-pagination.spec.js +116 -0
  483. package/dist/collection/components/stable/gux-pagination-cursor/gux-pagination-cursor.css +14 -28
  484. package/dist/collection/components/stable/gux-pagination-cursor/gux-pagination-cursor.js +11 -9
  485. package/dist/collection/components/stable/gux-pagination-cursor/tests/gux-pagination-cursor.e2e.js +66 -0
  486. package/dist/collection/components/stable/gux-pagination-cursor/tests/gux-pagination-cursor.spec.js +67 -0
  487. package/dist/collection/components/stable/gux-popover/gux-popover.css +21 -46
  488. package/dist/collection/components/stable/gux-popover/gux-popover.js +101 -75
  489. package/dist/collection/components/stable/gux-popover/tests/gux-popover.e2e.js +60 -0
  490. package/dist/collection/components/stable/gux-popover/tests/gux-popover.spec.js +54 -0
  491. package/dist/collection/components/stable/gux-popover-list/gux-popover-list.css +13 -64
  492. package/dist/collection/components/stable/gux-popover-list/gux-popover-list.js +101 -68
  493. package/dist/collection/components/stable/gux-popover-list/tests/gux-popover-list.e2e.js +59 -0
  494. package/dist/collection/components/stable/gux-popover-list/tests/gux-popover-list.spec.js +53 -0
  495. package/dist/collection/components/stable/gux-popup/gux-popup.css +11 -0
  496. package/dist/collection/components/stable/gux-popup/gux-popup.js +45 -14
  497. package/dist/collection/components/stable/gux-popup/tests/gux-popup.e2e.js +29 -0
  498. package/dist/collection/components/stable/gux-popup/tests/gux-popup.spec.js +41 -0
  499. package/dist/collection/components/stable/gux-radial-loading/gux-radial-loading.css +179 -31
  500. package/dist/collection/components/stable/gux-radial-loading/gux-radial-loading.functional.js +11 -0
  501. package/dist/collection/components/stable/gux-radial-loading/gux-radial-loading.js +8 -6
  502. package/dist/collection/components/stable/gux-radial-loading/gux-radial-loading.service.js +4 -0
  503. package/dist/collection/components/stable/gux-radial-loading/tests/gux-radial-loading.e2e.js +33 -0
  504. package/dist/collection/components/stable/gux-radial-loading/tests/gux-radial-loading.spec.js +33 -0
  505. package/dist/collection/components/stable/gux-radial-progress/gux-radial-progress.css +27 -27
  506. package/dist/collection/components/stable/gux-radial-progress/gux-radial-progress.functional.js +4 -7
  507. package/dist/collection/components/stable/gux-radial-progress/gux-radial-progress.js +7 -33
  508. package/dist/collection/components/stable/gux-radial-progress/gux-radial-progress.service.js +5 -6
  509. package/dist/collection/components/stable/gux-radial-progress/tests/gux-radial-progress.e2e.js +58 -0
  510. package/dist/collection/components/stable/gux-radial-progress/tests/gux-radial-progress.service.spec.js +36 -0
  511. package/dist/collection/components/stable/gux-radial-progress/tests/gux-radial-progress.spec.js +61 -0
  512. package/dist/collection/components/stable/gux-rating/gux-rating.css +24 -7
  513. package/dist/collection/components/stable/gux-rating/gux-rating.js +6 -6
  514. package/dist/collection/components/stable/gux-rating/tests/gux-rating.e2e.js +208 -0
  515. package/dist/collection/components/stable/gux-rating/tests/gux-rating.spec.js +40 -0
  516. package/dist/collection/components/stable/gux-skip-navigation-list/gux-skip-navigation-item/gux-skip-navigation-item.css +24 -0
  517. package/dist/collection/components/stable/gux-skip-navigation-list/gux-skip-navigation-item/gux-skip-navigation-item.js +22 -0
  518. package/dist/collection/components/stable/gux-skip-navigation-list/gux-skip-navigation-list.css +28 -0
  519. package/dist/collection/components/stable/gux-skip-navigation-list/gux-skip-navigation-list.js +30 -0
  520. package/dist/collection/components/stable/gux-skip-navigation-list/tests/gux-skip-navigation-list.e2e.js +24 -0
  521. package/dist/collection/components/stable/gux-skip-navigation-list/tests/gux-skip-navigation-list.spec.js +29 -0
  522. package/dist/collection/components/stable/gux-table/gux-all-row-select/gux-all-row-select.css +8 -0
  523. package/dist/collection/components/stable/gux-table/gux-all-row-select/gux-all-row-select.js +110 -0
  524. package/dist/collection/components/stable/gux-table/gux-all-row-select/tests/gux-all-row-select.spec.js +11 -0
  525. package/dist/collection/components/stable/gux-table/gux-row-select/gux-row-select.css +8 -0
  526. package/dist/collection/components/stable/gux-table/gux-row-select/gux-row-select.js +100 -0
  527. package/dist/collection/components/stable/gux-table/gux-row-select/tests/gux-row-select.spec.js +11 -0
  528. package/dist/collection/components/stable/gux-table/gux-sort-control/gux-sort-control.css +39 -0
  529. package/dist/collection/components/stable/gux-table/gux-sort-control/gux-sort-control.js +177 -0
  530. package/dist/collection/components/stable/gux-table/gux-sort-control/tests/gux-sort-control.e2e.js +56 -0
  531. package/dist/collection/components/stable/gux-table/gux-sort-control/tests/gux-sort-control.spec.js +48 -0
  532. package/dist/collection/components/stable/gux-table/gux-table-select-menu/gux-table-select-menu.css +24 -0
  533. package/dist/collection/components/stable/gux-table/gux-table-select-menu/gux-table-select-menu.js +130 -0
  534. package/dist/collection/components/stable/gux-table/gux-table-select-menu/tests/gux-table-select-menu.spec.js +24 -0
  535. package/dist/collection/components/stable/gux-table/gux-table.css +37 -0
  536. package/dist/collection/components/stable/gux-table/gux-table.js +471 -0
  537. package/dist/collection/components/stable/gux-table/tests/gux-table.e2e.js +543 -0
  538. package/dist/collection/components/stable/gux-table/tests/gux-table.spec.js +32 -0
  539. package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar-action/gux-table-toolbar-action.css +3 -0
  540. package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar-action/gux-table-toolbar-action.js +126 -0
  541. package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar-action/tests/gux-table-toolbar-action.e2e.js +53 -0
  542. package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar-action/tests/gux-table-toolbar-action.spec.js +54 -0
  543. package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar-custom-action/gux-table-toolbar-custom-action.css +28 -0
  544. package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar-custom-action/gux-table-toolbar-custom-action.js +103 -0
  545. package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar-custom-action/tests/gux-table-toolbar-custom-action.e2e.js +33 -0
  546. package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar-custom-action/tests/gux-table-toolbar-custom-action.spec.js +34 -0
  547. package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar-menu-button/gux-table-toolbar-menu-button.css +31 -0
  548. package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar-menu-button/gux-table-toolbar-menu-button.js +160 -0
  549. package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar.css +51 -0
  550. package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar.js +209 -0
  551. package/dist/collection/components/stable/gux-table-toolbar/tests/gux-table-toolbar.e2e.js +46 -0
  552. package/dist/collection/components/stable/gux-table-toolbar/tests/gux-table-toolbar.spec.js +63 -0
  553. package/dist/collection/components/stable/gux-tabs/gux-tab/gux-tab.css +37 -32
  554. package/dist/collection/components/stable/gux-tabs/gux-tab/gux-tab.js +8 -5
  555. package/dist/collection/components/stable/gux-tabs/gux-tab/tests/gux-tab.e2e.js +15 -0
  556. package/dist/collection/components/stable/gux-tabs/gux-tab/tests/gux-tab.spec.js +16 -0
  557. package/dist/collection/components/stable/gux-tabs/gux-tab-list/gux-tab-list.css +15 -18
  558. package/dist/collection/components/stable/gux-tabs/gux-tab-list/gux-tab-list.js +8 -7
  559. package/dist/collection/components/stable/gux-tabs/gux-tab-list/tests/gux-tab-list.e2e.js +15 -0
  560. package/dist/collection/components/stable/gux-tabs/gux-tab-list/tests/gux-tab-list.spec.js +16 -0
  561. package/dist/collection/components/stable/gux-tabs/gux-tab-panel/gux-tab-panel.css +15 -6
  562. package/dist/collection/components/stable/gux-tabs/gux-tab-panel/gux-tab-panel.js +6 -4
  563. package/dist/collection/components/stable/gux-tabs/gux-tab-panel/tests/gux-tab-panel.e2e.js +15 -0
  564. package/dist/collection/components/stable/gux-tabs/gux-tab-panel/tests/gux-tab-panel.spec.js +16 -0
  565. package/dist/collection/components/stable/gux-tabs/gux-tabs.css +16 -1
  566. package/dist/collection/components/stable/gux-tabs/gux-tabs.js +31 -7
  567. package/dist/collection/components/stable/gux-tabs/tests/gux-tabs.e2e.js +140 -0
  568. package/dist/collection/components/stable/gux-tabs/tests/gux-tabs.spec.js +57 -0
  569. package/dist/collection/components/stable/gux-tabs-advanced/gux-tab-advanced/gux-tab-advanced.css +3 -2
  570. package/dist/collection/components/stable/gux-tabs-advanced/gux-tab-advanced/gux-tab-advanced.js +13 -10
  571. package/dist/collection/components/stable/gux-tabs-advanced/gux-tab-advanced-list/gux-tab-advanced-list.css +15 -11
  572. package/dist/collection/components/stable/gux-tabs-advanced/gux-tab-advanced-list/gux-tab-advanced-list.js +10 -9
  573. package/dist/collection/components/stable/gux-tabs-advanced/gux-tab-advanced-panel/gux-tab-advanced-panel.css +5 -6
  574. package/dist/collection/components/stable/gux-tabs-advanced/gux-tab-advanced-panel/gux-tab-advanced-panel.js +4 -3
  575. package/dist/collection/components/stable/gux-tabs-advanced/gux-tabs-advanced.css +1 -1
  576. package/dist/collection/components/stable/gux-tabs-advanced/gux-tabs-advanced.js +5 -4
  577. package/dist/collection/components/stable/gux-tabs-advanced/tests/gux-tabs-advanced.e2e.js +217 -0
  578. package/dist/collection/components/stable/gux-tabs-advanced/tests/gux-tabs-advanced.spec.js +73 -0
  579. package/dist/collection/components/stable/gux-tag/gux-tag.css +152 -0
  580. package/dist/collection/components/stable/gux-tag/gux-tag.js +189 -0
  581. package/dist/collection/components/stable/gux-tag/tests/gux-tag.e2e.js +135 -0
  582. package/dist/collection/components/stable/gux-tag/tests/gux-tag.spec.js +130 -0
  583. package/dist/collection/components/stable/gux-text-highlight/gux-text-highlight.css +9 -3
  584. package/dist/collection/components/stable/gux-text-highlight/gux-text-highlight.js +30 -10
  585. package/dist/collection/components/stable/gux-text-highlight/tests/gux-text-highlight.e2e.js +147 -0
  586. package/dist/collection/components/stable/gux-text-highlight/tests/gux-text-hightlight.spec.js +149 -0
  587. package/dist/collection/components/stable/gux-time-picker/gux-time-picker.css +123 -0
  588. package/dist/collection/components/stable/gux-time-picker/gux-time-picker.js +413 -0
  589. package/dist/collection/components/stable/gux-time-picker/gux-time-picker.service.js +142 -0
  590. package/dist/collection/components/stable/gux-time-picker/tests/gux-time-picker.e2e.js +41 -0
  591. package/dist/collection/components/stable/gux-time-picker/tests/gux-time-picker.service.spec.js +698 -0
  592. package/dist/collection/components/stable/gux-time-picker/tests/gux-time-picker.spec.js +14 -0
  593. package/dist/collection/components/stable/gux-toast/gux-toast.css +5 -5
  594. package/dist/collection/components/stable/gux-toast/gux-toast.js +6 -5
  595. package/dist/collection/components/stable/gux-toast/tests/gux-toast.e2e.js +121 -0
  596. package/dist/collection/components/stable/gux-toast/tests/gux-toast.spec.js +111 -0
  597. package/dist/collection/components/stable/gux-toggle/gux-toggle-slider/gux-toggle-slider.css +83 -22
  598. package/dist/collection/components/stable/gux-toggle/gux-toggle-slider/gux-toggle-slider.js +6 -4
  599. package/dist/collection/components/stable/gux-toggle/gux-toggle.css +22 -8
  600. package/dist/collection/components/stable/gux-toggle/gux-toggle.js +8 -7
  601. package/dist/collection/components/stable/gux-toggle/tests/gux-toggle.e2e.js +147 -0
  602. package/dist/collection/components/stable/gux-toggle/tests/gux-toggle.spec.js +126 -0
  603. package/dist/collection/components/stable/gux-tooltip/gux-tooltip.css +103 -7
  604. package/dist/collection/components/stable/gux-tooltip/gux-tooltip.js +95 -16
  605. package/dist/collection/components/stable/gux-tooltip/tests/gux-tooltip.e2e.js +33 -0
  606. package/dist/collection/components/stable/gux-tooltip/tests/gux-tooltip.spec.js +55 -0
  607. package/dist/collection/components/stable/gux-tooltip-title/gux-tooltip-title.js +12 -5
  608. package/dist/collection/components/stable/gux-truncate/gux-truncate.js +8 -6
  609. package/dist/collection/components/stable/gux-truncate/tests/gux-truncate.e2e.js +32 -0
  610. package/dist/collection/components/stable/gux-truncate/tests/gux-truncate.spec.js +27 -0
  611. package/dist/collection/i18n/DateTimeFormatter.js +7 -10
  612. package/dist/collection/i18n/fetchResources.js +1 -1
  613. package/dist/collection/i18n/index.js +5 -5
  614. package/dist/collection/i18n/time-zone/identifiers.js +460 -0
  615. package/dist/collection/test/e2eTestUtils.js +2 -2
  616. package/dist/collection/test/specTestUtils.js +8 -0
  617. package/dist/collection/utils/date/from-iso-time-string.spec.js +13 -0
  618. package/dist/collection/utils/date/get-valid-timezone.js +7 -0
  619. package/dist/collection/utils/date/get-valid-timezone.spec.js +38 -0
  620. package/dist/collection/utils/date/iso-dates.spec.js +170 -0
  621. package/dist/collection/utils/date/year-month-values.spec.js +81 -0
  622. package/dist/collection/utils/decorator/on-click-outside.js +1 -1
  623. package/dist/collection/utils/decorator/on-mutation.js +1 -1
  624. package/dist/collection/utils/decorator/on-resize.js +1 -1
  625. package/dist/collection/utils/dom/event-is-from.spec.js +29 -0
  626. package/dist/collection/utils/dom/find-element-by-id.js +10 -3
  627. package/dist/collection/utils/dom/manipulate-elements-classes.spec.js +104 -0
  628. package/dist/collection/utils/dom/on-input-disabled-state-change.js +1 -1
  629. package/dist/collection/utils/dom/random-html-id.spec.js +14 -0
  630. package/dist/collection/utils/dom/set-input-value.js +1 -1
  631. package/dist/collection/utils/dom/when-event-is-from.spec.js +37 -0
  632. package/dist/collection/utils/string/search.spec.js +40 -0
  633. package/dist/collection/utils/tracking/usage.js +1 -1
  634. package/dist/collection/utils/tracking/usage.spec.js +121 -0
  635. package/dist/component-specs.json +743 -327
  636. package/dist/deploy-info.json +3 -3
  637. package/dist/esm/find-element-by-id-a3c82a2d.js +24 -0
  638. package/dist/esm/floating-ui.dom.esm-813bb04f.js +1529 -0
  639. package/dist/esm/genesys-webcomponents.js +4 -7
  640. package/dist/esm/get-slot-text-content-189d6edf.js +6 -0
  641. package/dist/esm/get-valid-timezone-3781bfa2.js +517 -0
  642. package/dist/esm/gux-accordion-section.entry.js +8 -13
  643. package/dist/esm/gux-accordion.entry.js +2 -2
  644. package/dist/esm/gux-action-button.entry.js +14 -17
  645. package/dist/esm/gux-action-toast-legacy.entry.js +3 -3
  646. package/dist/esm/gux-advanced-dropdown-legacy.entry.js +214 -0
  647. package/dist/esm/gux-all-row-select.entry.js +7 -9
  648. package/dist/esm/gux-announce-beta.entry.js +3 -3
  649. package/dist/esm/gux-badge.entry.js +65 -0
  650. package/dist/esm/gux-blank-state.entry.js +20 -0
  651. package/dist/esm/gux-breadcrumb-item.entry.js +3 -3
  652. package/dist/esm/gux-breadcrumbs.entry.js +5 -5
  653. package/dist/esm/gux-button-multi.entry.js +7 -8
  654. package/dist/esm/gux-button-slot.entry.js +42 -0
  655. package/dist/esm/gux-button.entry.js +34 -19
  656. package/dist/esm/gux-calendar-beta.entry.js +9 -9
  657. package/dist/esm/gux-calendar.entry.js +18 -10
  658. package/dist/esm/gux-card.entry.js +2 -2
  659. package/dist/esm/gux-column-manager-item.entry.js +8 -9
  660. package/dist/esm/gux-column-manager.entry.js +122 -0
  661. package/dist/esm/gux-column-manager.service-4f5bf4c4.js +83 -0
  662. package/dist/esm/gux-content-search.entry.js +15 -12
  663. package/dist/esm/gux-context-menu.entry.js +130 -0
  664. package/dist/esm/gux-copy-to-clipboard.entry.js +7 -7
  665. package/dist/esm/gux-create-option.entry.js +5 -5
  666. package/dist/esm/gux-date-beta.entry.js +9 -6
  667. package/dist/esm/gux-date-time-beta.entry.js +9 -6
  668. package/dist/esm/gux-datepicker.entry.js +10 -10
  669. package/dist/esm/gux-disclosure-button-legacy.entry.js +60 -0
  670. package/dist/esm/gux-dismiss-button.entry.js +6 -6
  671. package/dist/esm/gux-dropdown-multi-tag.entry.js +4 -4
  672. package/dist/esm/gux-dropdown-multi.entry.js +404 -0
  673. package/dist/esm/gux-dropdown-option.entry.js +2 -2
  674. package/dist/esm/gux-dropdown_3.entry.js +22 -23
  675. package/dist/esm/gux-flyout-menu.entry.js +178 -0
  676. package/dist/esm/gux-form-field-checkbox.entry.js +11 -11
  677. package/dist/esm/gux-form-field-color.entry.js +13 -13
  678. package/dist/esm/gux-form-field-container-0628b63c.js +18 -0
  679. package/dist/esm/gux-form-field-dropdown.entry.js +17 -16
  680. package/dist/esm/gux-form-field-fieldset-container-863690e1.js +18 -0
  681. package/dist/esm/gux-form-field-input-clear-button.entry.js +5 -5
  682. package/dist/esm/gux-form-field-number_3.entry.js +28 -28
  683. package/dist/esm/gux-form-field-phone.entry.js +14 -13
  684. package/dist/esm/gux-form-field-radio.entry.js +11 -11
  685. package/dist/esm/gux-form-field-range.entry.js +13 -13
  686. package/dist/esm/gux-form-field-search.entry.js +13 -13
  687. package/dist/esm/gux-form-field-select.entry.js +13 -13
  688. package/dist/esm/gux-form-field-text-like.entry.js +13 -13
  689. package/dist/esm/gux-form-field-textarea.entry.js +13 -13
  690. package/dist/esm/gux-form-field-time-picker.entry.js +16 -15
  691. package/dist/esm/gux-form-field.service-1b918b11.js +140 -0
  692. package/dist/esm/gux-icon.entry.js +6 -8
  693. package/dist/esm/gux-inline-alert.entry.js +5 -5
  694. package/dist/esm/gux-list-divider.entry.js +1 -1
  695. package/dist/esm/gux-list-item.entry.js +3 -3
  696. package/dist/esm/gux-list.entry.js +3 -3
  697. package/dist/esm/gux-listbox-multi.entry.js +14 -13
  698. package/dist/esm/gux-loading-message.entry.js +20 -0
  699. package/dist/esm/gux-menu-option.entry.js +10 -3
  700. package/dist/esm/gux-menu.entry.js +3 -3
  701. package/dist/esm/gux-modal.entry.js +4 -4
  702. package/dist/esm/gux-month-calendar.entry.js +13 -9
  703. package/dist/esm/gux-month-list_2.entry.js +5 -5
  704. package/dist/esm/gux-month-picker-beta.entry.js +12 -18
  705. package/dist/esm/gux-notification-toast-legacy.entry.js +3 -3
  706. package/dist/esm/gux-option-icon.entry.js +3 -3
  707. package/dist/esm/gux-option-multi.entry.js +12 -6
  708. package/dist/esm/gux-page-loading-spinner.entry.js +2 -2
  709. package/dist/esm/gux-pagination-buttons-legacy_3.entry.js +271 -0
  710. package/dist/esm/gux-pagination-buttons_3.entry.js +140 -124
  711. package/dist/esm/gux-pagination-cursor.entry.js +7 -7
  712. package/dist/esm/gux-pagination-legacy.entry.js +72 -0
  713. package/dist/esm/gux-pagination.entry.js +51 -26
  714. package/dist/esm/gux-phone-input-beta.entry.js +443 -385
  715. package/dist/esm/gux-popover-list.entry.js +78 -56
  716. package/dist/esm/gux-popup.entry.js +28 -15
  717. package/dist/esm/gux-radial-loading.entry.js +25 -6
  718. package/dist/esm/gux-radial-progress.entry.js +13 -27
  719. package/dist/esm/gux-rating.entry.js +6 -6
  720. package/dist/esm/gux-region-icon.entry.js +7 -7
  721. package/dist/esm/gux-row-select.entry.js +8 -10
  722. package/dist/esm/gux-screen-reader-beta.entry.js +2 -2
  723. package/dist/esm/gux-segmented-control-beta.entry.js +40 -0
  724. package/dist/esm/gux-segmented-control-item.entry.js +66 -0
  725. package/dist/esm/gux-simple-toast-legacy.entry.js +3 -3
  726. package/dist/esm/gux-skip-navigation-item.entry.js +1 -1
  727. package/dist/esm/gux-skip-navigation-list.entry.js +29 -0
  728. package/dist/esm/gux-sort-control.entry.js +10 -10
  729. package/dist/esm/gux-submenu.entry.js +56 -51
  730. package/dist/esm/gux-switch-item.entry.js +2 -2
  731. package/dist/esm/gux-switch-legacy.entry.js +41 -0
  732. package/dist/esm/gux-tab-advanced-list.entry.js +8 -8
  733. package/dist/esm/gux-tab-advanced-panel.entry.js +2 -2
  734. package/dist/esm/gux-tab-advanced.entry.js +8 -8
  735. package/dist/esm/gux-tab-list.entry.js +6 -6
  736. package/dist/esm/gux-tab-panel.entry.js +3 -3
  737. package/dist/esm/gux-tab.entry.js +2 -2
  738. package/dist/esm/gux-table-select-menu.entry.js +9 -9
  739. package/dist/esm/gux-table-toolbar-action.entry.js +5 -5
  740. package/dist/esm/gux-table-toolbar-custom-action.entry.js +10 -4
  741. package/dist/esm/gux-table-toolbar-menu-button.entry.js +14 -8
  742. package/dist/esm/gux-table-toolbar.entry.js +209 -0
  743. package/dist/esm/gux-table.entry.js +282 -0
  744. package/dist/esm/gux-tabs-advanced.entry.js +2 -2
  745. package/dist/esm/gux-tabs.entry.js +7 -4
  746. package/dist/esm/gux-tag.entry.js +76 -0
  747. package/dist/esm/gux-text-highlight.entry.js +10 -9
  748. package/dist/esm/gux-time-beta.entry.js +9 -6
  749. package/dist/esm/gux-time-picker.entry.js +388 -0
  750. package/dist/esm/gux-time-zone-picker-beta.entry.js +7833 -0
  751. package/dist/esm/gux-toast.entry.js +5 -5
  752. package/dist/esm/gux-toggle-slider.entry.js +6 -4
  753. package/dist/esm/gux-toggle.entry.js +6 -6
  754. package/dist/esm/gux-tooltip-title.entry.js +8 -3
  755. package/dist/esm/gux-tooltip.entry.js +47 -13
  756. package/dist/esm/gux-truncate.entry.js +3 -3
  757. package/dist/esm/index-a0eec33a.js +2676 -0
  758. package/dist/esm/index-e5ccc024.js +4070 -0
  759. package/dist/esm/loader.js +4 -13
  760. package/dist/esm/on-attribute-change-42a46627.js +24 -0
  761. package/dist/esm/on-click-outside-e696f632.js +75 -0
  762. package/dist/esm/on-mutation-c1be3c74.js +34 -0
  763. package/dist/esm/on-resize-c9e31879.js +34 -0
  764. package/dist/esm/usage-d6681f18.js +224 -0
  765. package/dist/genesys-webcomponents/genesys-webcomponents.css +31 -2
  766. package/dist/genesys-webcomponents/genesys-webcomponents.esm.js +1 -1
  767. package/dist/genesys-webcomponents/i18n/genesys-webcomponents.i18n.en.json +1 -1
  768. package/dist/genesys-webcomponents/icons/custom/carousel.svg +1 -0
  769. package/dist/genesys-webcomponents/icons/custom/co-browse.svg +1 -0
  770. package/dist/genesys-webcomponents/icons/custom/face-smile-hearts-regular.svg +1 -0
  771. package/dist/genesys-webcomponents/icons/custom/file-pen-question.svg +1 -0
  772. package/dist/genesys-webcomponents/icons/custom/filter-notification.svg +1 -0
  773. package/dist/genesys-webcomponents/icons/custom/font-regular-highlight.svg +1 -0
  774. package/dist/genesys-webcomponents/icons/custom/list-alphabetical-regular.svg +1 -0
  775. package/dist/genesys-webcomponents/icons/custom/list-roman-regular.svg +1 -0
  776. package/dist/genesys-webcomponents/icons/custom/one-button.svg +1 -0
  777. package/dist/genesys-webcomponents/icons/custom/person-running.svg +1 -0
  778. package/dist/genesys-webcomponents/icons/custom/quick-reply.svg +1 -0
  779. package/dist/genesys-webcomponents/icons/custom/three-button.svg +1 -0
  780. package/dist/genesys-webcomponents/icons/fa/alarm-clock-regular.svg +1 -0
  781. package/dist/genesys-webcomponents/icons/fa/alarm-snooze-regular.svg +1 -0
  782. package/dist/genesys-webcomponents/icons/fa/arrows-to-circle-regular.svg +1 -0
  783. package/dist/genesys-webcomponents/icons/fa/award-solid.svg +1 -0
  784. package/dist/genesys-webcomponents/icons/fa/backward-step-regular.svg +1 -0
  785. package/dist/genesys-webcomponents/icons/fa/bell-on-regular.svg +1 -0
  786. package/dist/genesys-webcomponents/icons/fa/bell-slash-regular.svg +1 -0
  787. package/dist/genesys-webcomponents/icons/fa/circle-plus-solid.svg +1 -0
  788. package/dist/genesys-webcomponents/icons/fa/comment-dots-regular.svg +1 -0
  789. package/dist/genesys-webcomponents/icons/fa/diagram-nested-regular.svg +1 -0
  790. package/dist/genesys-webcomponents/icons/fa/eye-regular.svg +1 -0
  791. package/dist/genesys-webcomponents/icons/fa/eye-slash-regular.svg +1 -0
  792. package/dist/genesys-webcomponents/icons/fa/face-frown-regular.svg +1 -0
  793. package/dist/genesys-webcomponents/icons/fa/face-frown-solid.svg +1 -0
  794. package/dist/genesys-webcomponents/icons/fa/face-laugh-regular.svg +1 -0
  795. package/dist/genesys-webcomponents/icons/fa/face-laugh-solid.svg +1 -0
  796. package/dist/genesys-webcomponents/icons/fa/file-exclamation-regular.svg +1 -0
  797. package/dist/genesys-webcomponents/icons/fa/forward-step-regular.svg +1 -0
  798. package/dist/genesys-webcomponents/icons/fa/function-regular.svg +1 -0
  799. package/dist/genesys-webcomponents/icons/fa/google.svg +1 -0
  800. package/dist/genesys-webcomponents/icons/fa/hand-back-point-right-regular.svg +1 -0
  801. package/dist/genesys-webcomponents/icons/fa/laptop-slash-regular.svg +1 -0
  802. package/dist/genesys-webcomponents/icons/fa/list-radio-clean-regular.svg +1 -0
  803. package/dist/genesys-webcomponents/icons/fa/message-bot-regular.svg +1 -0
  804. package/dist/genesys-webcomponents/icons/fa/microsoft.svg +1 -0
  805. package/dist/genesys-webcomponents/icons/fa/pause-regular.svg +1 -0
  806. package/dist/genesys-webcomponents/icons/fa/pen-slash-regular.svg +1 -0
  807. package/dist/genesys-webcomponents/icons/fa/play-regular.svg +1 -0
  808. package/dist/genesys-webcomponents/icons/fa/regular-user-circle-arrow-left.svg +1 -0
  809. package/dist/genesys-webcomponents/icons/fa/square-dashed-regular.svg +1 -0
  810. package/dist/genesys-webcomponents/icons/fa/stop-regular.svg +1 -0
  811. package/dist/genesys-webcomponents/icons/fa/subscript-regular.svg +1 -0
  812. package/dist/genesys-webcomponents/icons/fa/superscript-regular.svg +1 -0
  813. package/dist/genesys-webcomponents/icons/fa/user-group-solid.svg +1 -0
  814. package/dist/genesys-webcomponents/icons/fa/volume-regular.svg +1 -0
  815. package/dist/genesys-webcomponents/icons/fa/volume-xmark-regular.svg +1 -0
  816. package/dist/genesys-webcomponents/icons/fa/wand-magic-sparkles-regular.svg +1 -0
  817. package/dist/genesys-webcomponents/icons/fa/windows.svg +1 -0
  818. package/dist/genesys-webcomponents/p-05102bf4.entry.js +1 -0
  819. package/dist/genesys-webcomponents/p-07976cff.entry.js +1 -0
  820. package/dist/genesys-webcomponents/p-09453413.entry.js +1 -0
  821. package/dist/genesys-webcomponents/p-0bb16852.entry.js +1 -0
  822. package/dist/genesys-webcomponents/p-15e52200.entry.js +1 -0
  823. package/dist/genesys-webcomponents/p-17b43bc4.entry.js +1 -0
  824. package/dist/genesys-webcomponents/p-18e3fe76.entry.js +1 -0
  825. package/dist/genesys-webcomponents/p-1d721625.entry.js +1 -0
  826. package/dist/genesys-webcomponents/p-1dece006.entry.js +1 -0
  827. package/dist/genesys-webcomponents/p-21e688a3.entry.js +1 -0
  828. package/dist/genesys-webcomponents/p-22f7b058.entry.js +1 -0
  829. package/dist/genesys-webcomponents/p-28c70a30.entry.js +1 -0
  830. package/dist/genesys-webcomponents/p-32454e23.entry.js +1 -0
  831. package/dist/genesys-webcomponents/p-32a36f06.entry.js +1 -0
  832. package/dist/genesys-webcomponents/p-3336925d.entry.js +1 -0
  833. package/dist/genesys-webcomponents/p-3465ba68.entry.js +1 -0
  834. package/dist/genesys-webcomponents/p-35174acd.entry.js +1 -0
  835. package/dist/genesys-webcomponents/p-37a6cf93.entry.js +1 -0
  836. package/dist/genesys-webcomponents/p-37bfd195.js +1 -0
  837. package/dist/genesys-webcomponents/p-38bad8d2.entry.js +1 -0
  838. package/dist/genesys-webcomponents/p-38c781a4.entry.js +1 -0
  839. package/dist/genesys-webcomponents/p-3af115ad.entry.js +1 -0
  840. package/dist/genesys-webcomponents/p-3c4047d1.entry.js +1 -0
  841. package/dist/genesys-webcomponents/p-3cc59add.entry.js +1 -0
  842. package/dist/genesys-webcomponents/p-3cf08509.js +1 -0
  843. package/dist/genesys-webcomponents/p-3d745319.js +1 -0
  844. package/dist/genesys-webcomponents/p-3ea3a764.entry.js +1 -0
  845. package/dist/genesys-webcomponents/p-3fe16f20.entry.js +1 -0
  846. package/dist/genesys-webcomponents/p-402b6233.entry.js +1 -0
  847. package/dist/genesys-webcomponents/p-432bb1ce.entry.js +1 -0
  848. package/dist/genesys-webcomponents/p-4338a137.entry.js +1 -0
  849. package/dist/genesys-webcomponents/p-4a579180.entry.js +1 -0
  850. package/dist/genesys-webcomponents/p-4b7e6ef2.entry.js +1 -0
  851. package/dist/genesys-webcomponents/p-4dee44f2.entry.js +1 -0
  852. package/dist/genesys-webcomponents/p-4e890707.entry.js +1 -0
  853. package/dist/genesys-webcomponents/p-511eb62e.entry.js +1 -0
  854. package/dist/genesys-webcomponents/p-52054142.entry.js +1 -0
  855. package/dist/genesys-webcomponents/p-52e27c60.js +1 -0
  856. package/dist/genesys-webcomponents/p-530c362b.entry.js +1 -0
  857. package/dist/genesys-webcomponents/p-5463e134.entry.js +1 -0
  858. package/dist/genesys-webcomponents/p-550c0768.entry.js +1 -0
  859. package/dist/genesys-webcomponents/p-5b36dd80.entry.js +1 -0
  860. package/dist/genesys-webcomponents/p-5d15381f.entry.js +1 -0
  861. package/dist/genesys-webcomponents/p-5d7d5695.js +1 -0
  862. package/dist/genesys-webcomponents/p-5dad03e8.entry.js +1 -0
  863. package/dist/genesys-webcomponents/p-5f316b49.entry.js +1 -0
  864. package/dist/genesys-webcomponents/p-6236f519.entry.js +1 -0
  865. package/dist/genesys-webcomponents/p-65cf4c58.entry.js +7 -0
  866. package/dist/genesys-webcomponents/p-681b7fcf.entry.js +1 -0
  867. package/dist/genesys-webcomponents/p-69d045af.entry.js +1 -0
  868. package/dist/genesys-webcomponents/p-6b815f9c.entry.js +1 -0
  869. package/dist/genesys-webcomponents/p-6d04e8cd.entry.js +1 -0
  870. package/dist/genesys-webcomponents/p-6dc75dce.entry.js +1 -0
  871. package/dist/genesys-webcomponents/p-6debb4e2.entry.js +1 -0
  872. package/dist/genesys-webcomponents/p-700878bf.entry.js +1 -0
  873. package/dist/genesys-webcomponents/p-707129d2.entry.js +1 -0
  874. package/dist/genesys-webcomponents/p-7a100b8c.js +1 -0
  875. package/dist/genesys-webcomponents/p-7a40b615.entry.js +1 -0
  876. package/dist/genesys-webcomponents/p-7af593fb.entry.js +1 -0
  877. package/dist/genesys-webcomponents/p-7b98f591.entry.js +1 -0
  878. package/dist/genesys-webcomponents/p-7e22896f.entry.js +1 -0
  879. package/dist/genesys-webcomponents/p-7e9074e8.entry.js +1 -0
  880. package/dist/genesys-webcomponents/p-81a7dfc0.entry.js +1 -0
  881. package/dist/genesys-webcomponents/p-834ede94.entry.js +1 -0
  882. package/dist/genesys-webcomponents/p-83b2133c.entry.js +1 -0
  883. package/dist/genesys-webcomponents/p-87c75c0c.entry.js +1 -0
  884. package/dist/genesys-webcomponents/p-8801741a.js +1 -0
  885. package/dist/genesys-webcomponents/p-8c362857.js +1 -0
  886. package/dist/genesys-webcomponents/p-8df4a700.entry.js +1 -0
  887. package/dist/genesys-webcomponents/p-8ff2c1fe.entry.js +1 -0
  888. package/dist/genesys-webcomponents/p-93608d93.entry.js +1 -0
  889. package/dist/genesys-webcomponents/p-9383fa8e.js +1 -0
  890. package/dist/genesys-webcomponents/p-93d5c18d.entry.js +1 -0
  891. package/dist/genesys-webcomponents/p-967772db.entry.js +1 -0
  892. package/dist/genesys-webcomponents/p-970339d2.entry.js +1 -0
  893. package/dist/genesys-webcomponents/p-9894c33e.entry.js +1 -0
  894. package/dist/genesys-webcomponents/p-9e79e6a9.entry.js +1 -0
  895. package/dist/genesys-webcomponents/p-9f83906b.entry.js +1 -0
  896. package/dist/genesys-webcomponents/p-a285abaf.js +1 -0
  897. package/dist/genesys-webcomponents/p-a3bc3236.js +1 -0
  898. package/dist/genesys-webcomponents/p-a5937ee9.js +1 -0
  899. package/dist/genesys-webcomponents/p-a712590a.entry.js +1 -0
  900. package/dist/genesys-webcomponents/p-a7341016.entry.js +1 -0
  901. package/dist/genesys-webcomponents/p-a96bc06c.entry.js +1 -0
  902. package/dist/genesys-webcomponents/p-ac85575f.entry.js +1 -0
  903. package/dist/genesys-webcomponents/p-aeb23536.entry.js +1 -0
  904. package/dist/genesys-webcomponents/p-b1aff517.entry.js +1 -0
  905. package/dist/genesys-webcomponents/p-b48cf7fd.entry.js +1 -0
  906. package/dist/genesys-webcomponents/p-b56fd34a.entry.js +1 -0
  907. package/dist/genesys-webcomponents/p-b6271f28.entry.js +1 -0
  908. package/dist/genesys-webcomponents/p-b67960df.entry.js +1 -0
  909. package/dist/genesys-webcomponents/p-b6d1e2e1.entry.js +1 -0
  910. package/dist/genesys-webcomponents/p-b6fb5b65.entry.js +1 -0
  911. package/dist/genesys-webcomponents/p-b80c59ad.entry.js +1 -0
  912. package/dist/genesys-webcomponents/p-b8755c5a.entry.js +1 -0
  913. package/dist/genesys-webcomponents/p-bb1ee297.entry.js +1 -0
  914. package/dist/genesys-webcomponents/p-c183e212.entry.js +1 -0
  915. package/dist/genesys-webcomponents/p-c4f9d3c7.entry.js +1 -0
  916. package/dist/genesys-webcomponents/p-c9788b0b.entry.js +1 -0
  917. package/dist/genesys-webcomponents/p-cc724d95.entry.js +1 -0
  918. package/dist/genesys-webcomponents/p-d264a043.entry.js +1 -0
  919. package/dist/genesys-webcomponents/p-d2a6a92d.entry.js +1 -0
  920. package/dist/genesys-webcomponents/p-d967c7e7.entry.js +1 -0
  921. package/dist/genesys-webcomponents/p-da6e6f64.entry.js +1 -0
  922. package/dist/genesys-webcomponents/p-dadc097d.entry.js +1 -0
  923. package/dist/genesys-webcomponents/p-dc897b48.entry.js +1 -0
  924. package/dist/genesys-webcomponents/p-dd53013c.js +1 -0
  925. package/dist/genesys-webcomponents/p-df01c156.entry.js +1 -0
  926. package/dist/genesys-webcomponents/p-e121f417.entry.js +1 -0
  927. package/dist/genesys-webcomponents/p-e3fc7d7d.entry.js +1 -0
  928. package/dist/genesys-webcomponents/p-e604265e.entry.js +1 -0
  929. package/dist/genesys-webcomponents/p-e653b8d2.entry.js +1 -0
  930. package/dist/genesys-webcomponents/p-e71c94cc.entry.js +1 -0
  931. package/dist/genesys-webcomponents/p-e8261f28.entry.js +1 -0
  932. package/dist/genesys-webcomponents/p-e99f4472.entry.js +1 -0
  933. package/dist/genesys-webcomponents/p-eb8434c9.entry.js +1 -0
  934. package/dist/genesys-webcomponents/p-ed724d66.js +2 -0
  935. package/dist/genesys-webcomponents/p-ee2ab42a.entry.js +1 -0
  936. package/dist/genesys-webcomponents/p-ee473cc9.entry.js +1 -0
  937. package/dist/genesys-webcomponents/p-ee643cb5.entry.js +1 -0
  938. package/dist/genesys-webcomponents/p-f2c2a915.entry.js +1 -0
  939. package/dist/genesys-webcomponents/p-f327dc53.entry.js +1 -0
  940. package/dist/genesys-webcomponents/p-f5540a5d.entry.js +1 -0
  941. package/dist/genesys-webcomponents/p-fb683f3e.entry.js +1 -0
  942. package/dist/genesys-webcomponents/p-fbb62dfa.entry.js +1 -0
  943. package/dist/genesys-webcomponents/p-fd5e59f5.js +1 -0
  944. package/dist/genesys-webcomponents/scss/style-reset-focusable.scss +62 -0
  945. package/dist/genesys-webcomponents/scss/style-reset-typography.scss +31 -0
  946. package/dist/loader/index.d.ts +1 -1
  947. package/dist/stencil-wrapper.js +6 -6
  948. package/dist/types/components/beta/gux-date/gux-date.d.ts +5 -0
  949. package/dist/types/components/beta/gux-date-time/gux-date-time.d.ts +5 -0
  950. package/dist/types/components/beta/gux-month-picker/gux-month-calendar/gux-month-calendar.d.ts +1 -0
  951. package/dist/types/components/beta/gux-phone-input/components/gux-region-icon/sprite-utils/sprites.generated.d.ts +1 -0
  952. package/dist/types/components/beta/gux-phone-input/gux-phone-input.d.ts +31 -16
  953. package/dist/types/components/beta/gux-phone-input/gux-phone.types.d.ts +11 -0
  954. package/dist/types/components/beta/gux-phone-input/services/RegionCountryCodeMap.d.ts +0 -3
  955. package/dist/types/components/beta/gux-phone-input/services/region-map.service.d.ts +1 -5
  956. package/dist/types/components/beta/gux-segmented-control/gux-segmented-control-item/gux-segmented-control-item.d.ts +20 -0
  957. package/dist/types/components/beta/gux-segmented-control/gux-segmented-control-item/gux-segmented-control-item.types.d.ts +1 -0
  958. package/dist/types/components/beta/gux-segmented-control/gux-segmented-control.d.ts +14 -0
  959. package/dist/types/components/beta/gux-time/gux-time.d.ts +8 -0
  960. package/dist/types/components/beta/gux-time-zone-picker/generic-zones.d.ts +15 -0
  961. package/dist/types/components/beta/gux-time-zone-picker/gux-time-zone-picker.d.ts +35 -0
  962. package/dist/types/components/beta/gux-time-zone-picker/gux-time-zone-picker.types.d.ts +22 -0
  963. package/dist/types/components/legacy/gux-advanced-dropdown-legacy/gux-advanced-dropdown.d.ts +71 -0
  964. package/dist/types/components/legacy/gux-disclosure-button-legacy/gux-disclosure-button.d.ts +37 -0
  965. package/dist/types/components/legacy/gux-pagination-legacy/gux-pagination-buttons-legacy/gux-pagination-button.service.d.ts +9 -0
  966. package/dist/types/components/legacy/gux-pagination-legacy/gux-pagination-buttons-legacy/gux-pagination-buttons.d.ts +26 -0
  967. package/dist/types/components/legacy/gux-pagination-legacy/gux-pagination-item-counts-legacy/gux-pagination-item-counts.d.ts +12 -0
  968. package/dist/types/components/legacy/gux-pagination-legacy/gux-pagination-items-per-page-legacy/gux-pagination-items-per-page.d.ts +13 -0
  969. package/dist/types/components/legacy/gux-pagination-legacy/gux-pagination.d.ts +35 -0
  970. package/dist/types/components/legacy/gux-pagination-legacy/gux-pagination.types.d.ts +6 -0
  971. package/dist/types/components/stable/gux-accordion/gux-accordion-section/gux-accordion-section.d.ts +1 -2
  972. package/dist/types/components/stable/gux-accordion/gux-accordion-section/gux-accordion-section.types.d.ts +1 -1
  973. package/dist/types/components/stable/gux-action-button/gux-action-button.d.ts +3 -4
  974. package/dist/types/components/stable/gux-badge/gux-badge.d.ts +18 -0
  975. package/dist/types/components/stable/gux-badge/gux-badge.types.d.ts +1 -0
  976. package/dist/types/components/stable/gux-blank-state/gux-blank-state.d.ts +12 -0
  977. package/dist/types/components/stable/gux-button/gux-button.d.ts +5 -0
  978. package/dist/types/components/stable/gux-button-multi/gux-button-multi.d.ts +0 -4
  979. package/dist/types/components/stable/gux-button-slot/gux-button-slot.d.ts +13 -0
  980. package/dist/types/components/stable/gux-calendar/gux-calendar.types.d.ts +1 -0
  981. package/dist/types/components/stable/gux-context-menu/gux-context-menu.d.ts +37 -0
  982. package/dist/types/components/stable/gux-dropdown/gux-dropdown.d.ts +0 -4
  983. package/dist/types/components/stable/gux-dropdown-multi/gux-dropdown-multi.d.ts +109 -0
  984. package/dist/types/components/stable/gux-flyout-menu/gux-flyout-menu.d.ts +31 -0
  985. package/dist/types/components/stable/gux-flyout-menu/gux-menu/gux-menu-option/gux-menu-option.d.ts +15 -0
  986. package/dist/types/components/stable/gux-flyout-menu/gux-menu/gux-submenu/gux-submenu.d.ts +34 -0
  987. package/dist/types/components/stable/gux-form-field/components/gux-form-field-time-picker/gux-form-field-time-picker.d.ts +1 -1
  988. package/dist/types/components/stable/gux-form-field/gux-form-field.service.d.ts +1 -1
  989. package/dist/types/components/stable/gux-icon/gux-icon.service.d.ts +1 -1
  990. package/dist/types/components/stable/gux-icon/gux-icon.types.d.ts +1 -1
  991. package/dist/types/components/stable/gux-listbox/gux-listbox.d.ts +2 -1
  992. package/dist/types/components/stable/gux-listbox-multi/gux-listbox-multi.d.ts +2 -1
  993. package/dist/types/components/stable/gux-listbox-multi/gux-option-multi/gux-option-multi.d.ts +1 -0
  994. package/dist/types/components/stable/gux-loading-message/gux-loading-message.d.ts +11 -0
  995. package/dist/types/components/stable/gux-pagination/gux-pagination-buttons/gux-pagination-button.service.d.ts +1 -1
  996. package/dist/types/components/stable/gux-pagination/gux-pagination-buttons/gux-pagination-buttons.d.ts +4 -7
  997. package/dist/types/components/stable/gux-pagination/gux-pagination-item-counts/gux-pagination-item-counts.d.ts +1 -0
  998. package/dist/types/components/stable/gux-pagination/gux-pagination.d.ts +17 -8
  999. package/dist/types/components/stable/gux-pagination/gux-pagination.types.d.ts +1 -5
  1000. package/dist/types/components/stable/gux-pagination-cursor/gux-pagination-cursor.d.ts +1 -1
  1001. package/dist/types/components/stable/gux-popover/gux-popover.d.ts +12 -9
  1002. package/dist/types/components/stable/gux-popover-list/gux-popover-list.d.ts +12 -9
  1003. package/dist/types/components/stable/gux-popup/gux-popup.d.ts +4 -0
  1004. package/dist/types/components/stable/gux-radial-loading/gux-radial-loading.functional.d.ts +8 -0
  1005. package/dist/types/components/stable/gux-radial-loading/gux-radial-loading.service.d.ts +4 -0
  1006. package/dist/types/components/stable/gux-radial-progress/gux-radial-progress.d.ts +0 -6
  1007. package/dist/types/components/stable/gux-radial-progress/gux-radial-progress.functional.d.ts +0 -6
  1008. package/dist/types/components/stable/gux-radial-progress/gux-radial-progress.service.d.ts +4 -3
  1009. package/dist/types/components/stable/gux-table/gux-row-select/gux-row-select.d.ts +13 -0
  1010. package/dist/types/components/stable/gux-table/gux-table.d.ts +89 -0
  1011. package/dist/types/components/stable/gux-table-toolbar/gux-table-toolbar-custom-action/gux-table-toolbar-custom-action.d.ts +15 -0
  1012. package/dist/types/components/stable/gux-table-toolbar/gux-table-toolbar-menu-button/gux-table-toolbar-menu-button.d.ts +20 -0
  1013. package/dist/types/components/stable/gux-tabs/gux-tabs.d.ts +4 -0
  1014. package/dist/types/components/stable/gux-tag/gux-tag.d.ts +27 -0
  1015. package/dist/types/components/stable/gux-tag/gux-tag.types.d.ts +1 -0
  1016. package/dist/types/components/stable/gux-text-highlight/gux-text-highlight.d.ts +4 -0
  1017. package/dist/types/components/stable/gux-time-picker/gux-time-picker.d.ts +42 -0
  1018. package/dist/types/components/stable/gux-tooltip/gux-tooltip-types.d.ts +1 -0
  1019. package/dist/types/components/stable/gux-tooltip/gux-tooltip.d.ts +5 -0
  1020. package/dist/types/components.d.ts +451 -549
  1021. package/dist/types/i18n/DateTimeFormatter.d.ts +3 -3
  1022. package/dist/types/i18n/time-zone/identifiers.d.ts +1 -0
  1023. package/dist/types/i18n/time-zone/types.d.ts +2 -0
  1024. package/dist/types/stencil-public-runtime.d.ts +19 -5
  1025. package/dist/types/stencil-wrapper.d.ts +2 -2
  1026. package/dist/types/test/specTestUtils.d.ts +2 -0
  1027. package/dist/types/utils/date/get-valid-timezone.d.ts +2 -0
  1028. package/dist/types/utils/dom/calculate-input-disabled-state.d.ts +1 -1
  1029. package/dist/types/utils/dom/on-attribute-change.d.ts +2 -2
  1030. package/dist/types/utils/dom/on-input-disabled-state-change.d.ts +1 -1
  1031. package/package.json +8 -16
  1032. package/dist/cjs/DateTimeFormatter-8deff48e.js +0 -54
  1033. package/dist/cjs/find-element-by-id-99f1f933.js +0 -19
  1034. package/dist/cjs/floating-ui.dom.esm-cad0a9cf.js +0 -1467
  1035. package/dist/cjs/get-slot-text-content-8a021eeb.js +0 -27
  1036. package/dist/cjs/gux-advanced-dropdown.cjs.entry.js +0 -218
  1037. package/dist/cjs/gux-badge-beta.cjs.entry.js +0 -70
  1038. package/dist/cjs/gux-blank-state-beta.cjs.entry.js +0 -68
  1039. package/dist/cjs/gux-button-slot-beta.cjs.entry.js +0 -45
  1040. package/dist/cjs/gux-column-manager-beta.cjs.entry.js +0 -124
  1041. package/dist/cjs/gux-column-manager.service-94f84964.js +0 -93
  1042. package/dist/cjs/gux-context-menu-beta.cjs.entry.js +0 -132
  1043. package/dist/cjs/gux-disclosure-button.cjs.entry.js +0 -64
  1044. package/dist/cjs/gux-dropdown-multi-beta.cjs.entry.js +0 -410
  1045. package/dist/cjs/gux-error-message-beta.cjs.entry.js +0 -24
  1046. package/dist/cjs/gux-flyout-menu-beta.cjs.entry.js +0 -148
  1047. package/dist/cjs/gux-form-field-container-64e8bc38.js +0 -21
  1048. package/dist/cjs/gux-form-field.service-dd469568.js +0 -151
  1049. package/dist/cjs/gux-loading-message-beta.cjs.entry.js +0 -68
  1050. package/dist/cjs/gux-pagination-beta.cjs.entry.js +0 -101
  1051. package/dist/cjs/gux-pagination-buttons-beta_2.cjs.entry.js +0 -255
  1052. package/dist/cjs/gux-pagination-items-per-page-beta.cjs.entry.js +0 -46
  1053. package/dist/cjs/gux-popover-list-beta.cjs.entry.js +0 -139
  1054. package/dist/cjs/gux-popover.cjs.entry.js +0 -133
  1055. package/dist/cjs/gux-skip-navigation-list-beta.cjs.entry.js +0 -33
  1056. package/dist/cjs/gux-switch.cjs.entry.js +0 -45
  1057. package/dist/cjs/gux-tab-panel-beta.cjs.entry.js +0 -34
  1058. package/dist/cjs/gux-table-beta.cjs.entry.js +0 -378
  1059. package/dist/cjs/gux-table-select-popover.cjs.entry.js +0 -103
  1060. package/dist/cjs/gux-table-toolbar-beta.cjs.entry.js +0 -213
  1061. package/dist/cjs/gux-tag-beta.cjs.entry.js +0 -84
  1062. package/dist/cjs/gux-time-picker-beta.cjs.entry.js +0 -392
  1063. package/dist/cjs/index-0d0fdb85.js +0 -2605
  1064. package/dist/cjs/index-9bbde1aa.js +0 -4075
  1065. package/dist/cjs/on-attribute-change-37556263.js +0 -40
  1066. package/dist/cjs/on-click-outside-428f8bbf.js +0 -77
  1067. package/dist/cjs/on-mutation-247f99dd.js +0 -36
  1068. package/dist/cjs/on-resize-ee6a4b87.js +0 -36
  1069. package/dist/cjs/popper-9a6aec9e.js +0 -1794
  1070. package/dist/cjs/usage-010f0789.js +0 -234
  1071. package/dist/collection/components/beta/gux-badge/gux-badge.css +0 -83
  1072. package/dist/collection/components/beta/gux-badge/gux-badge.js +0 -130
  1073. package/dist/collection/components/beta/gux-blank-state/gux-blank-state-constants.js +0 -5
  1074. package/dist/collection/components/beta/gux-blank-state/gux-blank-state.css +0 -61
  1075. package/dist/collection/components/beta/gux-blank-state/gux-blank-state.js +0 -75
  1076. package/dist/collection/components/beta/gux-button-slot/gux-button-slot.css +0 -172
  1077. package/dist/collection/components/beta/gux-button-slot/gux-button-slot.js +0 -76
  1078. package/dist/collection/components/beta/gux-column-manager/gux-column-manager-item/gux-column-manager-item.css +0 -80
  1079. package/dist/collection/components/beta/gux-column-manager/gux-column-manager-item/gux-column-manager-item.js +0 -360
  1080. package/dist/collection/components/beta/gux-column-manager/gux-column-manager.css +0 -23
  1081. package/dist/collection/components/beta/gux-column-manager/gux-column-manager.js +0 -175
  1082. package/dist/collection/components/beta/gux-column-manager/gux-column-manager.service.js +0 -80
  1083. package/dist/collection/components/beta/gux-context-menu/gux-context-menu.css +0 -20
  1084. package/dist/collection/components/beta/gux-context-menu/gux-context-menu.js +0 -170
  1085. package/dist/collection/components/beta/gux-dropdown-multi/gux-dropdown-multi-tag/gux-dropdown-multi-tag.css +0 -50
  1086. package/dist/collection/components/beta/gux-dropdown-multi/gux-dropdown-multi-tag/gux-dropdown-multi-tag.js +0 -122
  1087. package/dist/collection/components/beta/gux-dropdown-multi/gux-dropdown-multi.css +0 -161
  1088. package/dist/collection/components/beta/gux-dropdown-multi/gux-dropdown-multi.js +0 -708
  1089. package/dist/collection/components/beta/gux-error-message-beta/gux-error-message-beta.css +0 -24
  1090. package/dist/collection/components/beta/gux-error-message-beta/gux-error-message-beta.js +0 -27
  1091. package/dist/collection/components/beta/gux-flyout-menu/gux-flyout-menu.css +0 -35
  1092. package/dist/collection/components/beta/gux-flyout-menu/gux-flyout-menu.js +0 -206
  1093. package/dist/collection/components/beta/gux-flyout-menu/gux-menu/gux-menu-option/gux-menu-option.css +0 -29
  1094. package/dist/collection/components/beta/gux-flyout-menu/gux-menu/gux-menu-option/gux-menu-option.js +0 -67
  1095. package/dist/collection/components/beta/gux-flyout-menu/gux-menu/gux-menu.css +0 -24
  1096. package/dist/collection/components/beta/gux-flyout-menu/gux-menu/gux-menu.js +0 -20
  1097. package/dist/collection/components/beta/gux-flyout-menu/gux-menu/gux-submenu/gux-submenu.css +0 -53
  1098. package/dist/collection/components/beta/gux-flyout-menu/gux-menu/gux-submenu/gux-submenu.js +0 -252
  1099. package/dist/collection/components/beta/gux-loading-message/gux-loading-message-constants.js +0 -5
  1100. package/dist/collection/components/beta/gux-loading-message/gux-loading-message.css +0 -55
  1101. package/dist/collection/components/beta/gux-loading-message/gux-loading-message.js +0 -75
  1102. package/dist/collection/components/beta/gux-pagination-beta/gux-pagination-beta.css +0 -43
  1103. package/dist/collection/components/beta/gux-pagination-beta/gux-pagination-beta.js +0 -216
  1104. package/dist/collection/components/beta/gux-pagination-beta/gux-pagination-buttons-beta/gux-pagination-button-beta.service.js +0 -134
  1105. package/dist/collection/components/beta/gux-pagination-beta/gux-pagination-buttons-beta/gux-pagination-buttons-beta.css +0 -96
  1106. package/dist/collection/components/beta/gux-pagination-beta/gux-pagination-buttons-beta/gux-pagination-buttons-beta.js +0 -160
  1107. package/dist/collection/components/beta/gux-pagination-beta/gux-pagination-buttons-beta/gux-pagination-ellipsis-button/gux-pagination-ellipsis-button.css +0 -30
  1108. package/dist/collection/components/beta/gux-pagination-beta/gux-pagination-buttons-beta/gux-pagination-ellipsis-button/gux-pagination-ellipsis-button.js +0 -164
  1109. package/dist/collection/components/beta/gux-pagination-beta/gux-pagination-item-counts-beta/gux-pagination-item-counts-beta.css +0 -10
  1110. package/dist/collection/components/beta/gux-pagination-beta/gux-pagination-item-counts-beta/gux-pagination-item-counts-beta.js +0 -106
  1111. package/dist/collection/components/beta/gux-pagination-beta/gux-pagination-items-per-page-beta/gux-pagination-items-per-page-beta.css +0 -29
  1112. package/dist/collection/components/beta/gux-pagination-beta/gux-pagination-items-per-page-beta/gux-pagination-items-per-page-beta.js +0 -90
  1113. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AD.png +0 -0
  1114. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AE.png +0 -0
  1115. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AF.png +0 -0
  1116. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AG.png +0 -0
  1117. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AI.png +0 -0
  1118. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AL.png +0 -0
  1119. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AM.png +0 -0
  1120. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AO.png +0 -0
  1121. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AR.png +0 -0
  1122. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AS.png +0 -0
  1123. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AT.png +0 -0
  1124. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AU.png +0 -0
  1125. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AW.png +0 -0
  1126. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AX.png +0 -0
  1127. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AZ.png +0 -0
  1128. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BA.png +0 -0
  1129. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BB.png +0 -0
  1130. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BD.png +0 -0
  1131. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BE.png +0 -0
  1132. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BF.png +0 -0
  1133. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BG.png +0 -0
  1134. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BH.png +0 -0
  1135. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BI.png +0 -0
  1136. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BJ.png +0 -0
  1137. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BL.png +0 -0
  1138. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BM.png +0 -0
  1139. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BN.png +0 -0
  1140. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BO.png +0 -0
  1141. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BQ.png +0 -0
  1142. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BR.png +0 -0
  1143. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BS.png +0 -0
  1144. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BT.png +0 -0
  1145. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BV.png +0 -0
  1146. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BW.png +0 -0
  1147. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BY.png +0 -0
  1148. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BZ.png +0 -0
  1149. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CA.png +0 -0
  1150. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CC.png +0 -0
  1151. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CD.png +0 -0
  1152. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CF.png +0 -0
  1153. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CG.png +0 -0
  1154. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CH.png +0 -0
  1155. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CI.png +0 -0
  1156. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CK.png +0 -0
  1157. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CL.png +0 -0
  1158. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CM.png +0 -0
  1159. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CN.png +0 -0
  1160. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CO.png +0 -0
  1161. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CR.png +0 -0
  1162. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CU.png +0 -0
  1163. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CV.png +0 -0
  1164. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CW.png +0 -0
  1165. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CX.png +0 -0
  1166. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CY.png +0 -0
  1167. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CZ.png +0 -0
  1168. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/DE.png +0 -0
  1169. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/DJ.png +0 -0
  1170. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/DK.png +0 -0
  1171. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/DM.png +0 -0
  1172. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/DO.png +0 -0
  1173. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/DZ.png +0 -0
  1174. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/EC.png +0 -0
  1175. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/EE.png +0 -0
  1176. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/EG.png +0 -0
  1177. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/EH.png +0 -0
  1178. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/ER.png +0 -0
  1179. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/ES.png +0 -0
  1180. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/ET.png +0 -0
  1181. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/FI.png +0 -0
  1182. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/FJ.png +0 -0
  1183. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/FK.png +0 -0
  1184. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/FM.png +0 -0
  1185. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/FO.png +0 -0
  1186. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/FR.png +0 -0
  1187. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GA.png +0 -0
  1188. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GB.png +0 -0
  1189. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GD.png +0 -0
  1190. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GE.png +0 -0
  1191. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GF.png +0 -0
  1192. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GG.png +0 -0
  1193. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GH.png +0 -0
  1194. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GI.png +0 -0
  1195. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GL.png +0 -0
  1196. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GM.png +0 -0
  1197. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GN.png +0 -0
  1198. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GP.png +0 -0
  1199. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GQ.png +0 -0
  1200. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GR.png +0 -0
  1201. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GS.png +0 -0
  1202. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GT.png +0 -0
  1203. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GU.png +0 -0
  1204. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GW.png +0 -0
  1205. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GY.png +0 -0
  1206. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/HK.png +0 -0
  1207. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/HN.png +0 -0
  1208. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/HR.png +0 -0
  1209. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/HT.png +0 -0
  1210. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/HU.png +0 -0
  1211. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/ID.png +0 -0
  1212. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/IE.png +0 -0
  1213. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/IL.png +0 -0
  1214. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/IM.png +0 -0
  1215. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/IN.png +0 -0
  1216. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/IO.png +0 -0
  1217. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/IQ.png +0 -0
  1218. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/IR.png +0 -0
  1219. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/IS.png +0 -0
  1220. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/IT.png +0 -0
  1221. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/JE.png +0 -0
  1222. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/JM.png +0 -0
  1223. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/JO.png +0 -0
  1224. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/JP.png +0 -0
  1225. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/KE.png +0 -0
  1226. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/KG.png +0 -0
  1227. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/KH.png +0 -0
  1228. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/KI.png +0 -0
  1229. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/KM.png +0 -0
  1230. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/KN.png +0 -0
  1231. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/KP.png +0 -0
  1232. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/KR.png +0 -0
  1233. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/KW.png +0 -0
  1234. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/KY.png +0 -0
  1235. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/KZ.png +0 -0
  1236. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/LA.png +0 -0
  1237. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/LB.png +0 -0
  1238. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/LC.png +0 -0
  1239. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/LI.png +0 -0
  1240. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/LK.png +0 -0
  1241. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/LR.png +0 -0
  1242. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/LS.png +0 -0
  1243. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/LT.png +0 -0
  1244. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/LU.png +0 -0
  1245. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/LV.png +0 -0
  1246. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/LY.png +0 -0
  1247. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MA.png +0 -0
  1248. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MC.png +0 -0
  1249. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MD.png +0 -0
  1250. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/ME.png +0 -0
  1251. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MF.png +0 -0
  1252. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MG.png +0 -0
  1253. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MH.png +0 -0
  1254. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MK.png +0 -0
  1255. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/ML.png +0 -0
  1256. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MM.png +0 -0
  1257. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MN.png +0 -0
  1258. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MO.png +0 -0
  1259. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MP.png +0 -0
  1260. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MQ.png +0 -0
  1261. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MR.png +0 -0
  1262. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MS.png +0 -0
  1263. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MT.png +0 -0
  1264. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MU.png +0 -0
  1265. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MV.png +0 -0
  1266. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MW.png +0 -0
  1267. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MX.png +0 -0
  1268. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MY.png +0 -0
  1269. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MZ.png +0 -0
  1270. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/NA.png +0 -0
  1271. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/NC.png +0 -0
  1272. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/NE.png +0 -0
  1273. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/NF.png +0 -0
  1274. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/NG.png +0 -0
  1275. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/NI.png +0 -0
  1276. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/NL.png +0 -0
  1277. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/NO.png +0 -0
  1278. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/NP.png +0 -0
  1279. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/NR.png +0 -0
  1280. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/NU.png +0 -0
  1281. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/NZ.png +0 -0
  1282. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/OM.png +0 -0
  1283. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PA.png +0 -0
  1284. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PE.png +0 -0
  1285. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PF.png +0 -0
  1286. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PG.png +0 -0
  1287. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PH.png +0 -0
  1288. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PK.png +0 -0
  1289. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PL.png +0 -0
  1290. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PM.png +0 -0
  1291. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PN.png +0 -0
  1292. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PR.png +0 -0
  1293. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PS.png +0 -0
  1294. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PT.png +0 -0
  1295. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PW.png +0 -0
  1296. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PY.png +0 -0
  1297. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/QA.png +0 -0
  1298. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/RE.png +0 -0
  1299. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/RO.png +0 -0
  1300. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/RS.png +0 -0
  1301. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/RU.png +0 -0
  1302. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/RW.png +0 -0
  1303. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SA.png +0 -0
  1304. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SB.png +0 -0
  1305. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SC.png +0 -0
  1306. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SD.png +0 -0
  1307. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SE.png +0 -0
  1308. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SG.png +0 -0
  1309. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SH.png +0 -0
  1310. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SI.png +0 -0
  1311. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SJ.png +0 -0
  1312. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SK.png +0 -0
  1313. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SL.png +0 -0
  1314. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SM.png +0 -0
  1315. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SN.png +0 -0
  1316. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SO.png +0 -0
  1317. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SR.png +0 -0
  1318. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SS.png +0 -0
  1319. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/ST.png +0 -0
  1320. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SV.png +0 -0
  1321. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SX.png +0 -0
  1322. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SY.png +0 -0
  1323. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SZ.png +0 -0
  1324. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TC.png +0 -0
  1325. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TD.png +0 -0
  1326. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TG.png +0 -0
  1327. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TH.png +0 -0
  1328. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TJ.png +0 -0
  1329. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TK.png +0 -0
  1330. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TL.png +0 -0
  1331. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TM.png +0 -0
  1332. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TN.png +0 -0
  1333. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TO.png +0 -0
  1334. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TR.png +0 -0
  1335. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TT.png +0 -0
  1336. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TV.png +0 -0
  1337. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TW.png +0 -0
  1338. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TZ.png +0 -0
  1339. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/UA.png +0 -0
  1340. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/UG.png +0 -0
  1341. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/US.png +0 -0
  1342. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/UY.png +0 -0
  1343. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/UZ.png +0 -0
  1344. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/VA.png +0 -0
  1345. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/VC.png +0 -0
  1346. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/VE.png +0 -0
  1347. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/VG.png +0 -0
  1348. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/VI.png +0 -0
  1349. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/VN.png +0 -0
  1350. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/VU.png +0 -0
  1351. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/WF.png +0 -0
  1352. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/WS.png +0 -0
  1353. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/XK.png +0 -0
  1354. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/YE.png +0 -0
  1355. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/YT.png +0 -0
  1356. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/ZA.png +0 -0
  1357. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/ZM.png +0 -0
  1358. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/ZW.png +0 -0
  1359. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/sprites/region-flags.css +0 -1528
  1360. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/sprites/region-flags.less +0 -3800
  1361. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/sprites/region-flags.png +0 -0
  1362. package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/gux-region-select.service.js +0 -25
  1363. package/dist/collection/components/beta/gux-popover-beta/gux-popover-beta.css +0 -61
  1364. package/dist/collection/components/beta/gux-popover-beta/gux-popover-beta.js +0 -267
  1365. package/dist/collection/components/beta/gux-popover-list-beta/gux-popover-list-beta.css +0 -46
  1366. package/dist/collection/components/beta/gux-popover-list-beta/gux-popover-list-beta.js +0 -257
  1367. package/dist/collection/components/beta/gux-skip-navigation-list/gux-skip-navigation-item/gux-skip-navigation-item.css +0 -22
  1368. package/dist/collection/components/beta/gux-skip-navigation-list/gux-skip-navigation-item/gux-skip-navigation-item.js +0 -22
  1369. package/dist/collection/components/beta/gux-skip-navigation-list/gux-skip-navigation-list.css +0 -26
  1370. package/dist/collection/components/beta/gux-skip-navigation-list/gux-skip-navigation-list.js +0 -30
  1371. package/dist/collection/components/beta/gux-tab-panel-beta/gux-tab-panel-beta.css +0 -8
  1372. package/dist/collection/components/beta/gux-tab-panel-beta/gux-tab-panel-beta.js +0 -107
  1373. package/dist/collection/components/beta/gux-table/gux-all-row-select/gux-all-row-select.css +0 -8
  1374. package/dist/collection/components/beta/gux-table/gux-all-row-select/gux-all-row-select.js +0 -110
  1375. package/dist/collection/components/beta/gux-table/gux-row-select/gux-row-select.css +0 -8
  1376. package/dist/collection/components/beta/gux-table/gux-row-select/gux-row-select.js +0 -101
  1377. package/dist/collection/components/beta/gux-table/gux-sort-control/gux-sort-control.css +0 -50
  1378. package/dist/collection/components/beta/gux-table/gux-sort-control/gux-sort-control.js +0 -176
  1379. package/dist/collection/components/beta/gux-table/gux-table-select-menu/gux-table-select-menu.css +0 -30
  1380. package/dist/collection/components/beta/gux-table/gux-table-select-menu/gux-table-select-menu.js +0 -130
  1381. package/dist/collection/components/beta/gux-table/gux-table-select-menu/gux-table-select-popover/gux-table-header-popover.js +0 -171
  1382. package/dist/collection/components/beta/gux-table/gux-table-select-menu/gux-table-select-popover/gux-table-select-popover.css +0 -12
  1383. package/dist/collection/components/beta/gux-table/gux-table.css +0 -74
  1384. package/dist/collection/components/beta/gux-table/gux-table.js +0 -568
  1385. package/dist/collection/components/beta/gux-table-toolbar/gux-table-toolbar-action/gux-table-toolbar-action.css +0 -3
  1386. package/dist/collection/components/beta/gux-table-toolbar/gux-table-toolbar-action/gux-table-toolbar-action.js +0 -124
  1387. package/dist/collection/components/beta/gux-table-toolbar/gux-table-toolbar-custom-action/gux-table-toolbar-custom-action.css +0 -26
  1388. package/dist/collection/components/beta/gux-table-toolbar/gux-table-toolbar-custom-action/gux-table-toolbar-custom-action.js +0 -96
  1389. package/dist/collection/components/beta/gux-table-toolbar/gux-table-toolbar-menu-button/gux-table-toolbar-menu-button.css +0 -35
  1390. package/dist/collection/components/beta/gux-table-toolbar/gux-table-toolbar-menu-button/gux-table-toolbar-menu-button.js +0 -142
  1391. package/dist/collection/components/beta/gux-table-toolbar/gux-table-toolbar.css +0 -52
  1392. package/dist/collection/components/beta/gux-table-toolbar/gux-table-toolbar.js +0 -209
  1393. package/dist/collection/components/beta/gux-tag/gux-tag.css +0 -461
  1394. package/dist/collection/components/beta/gux-tag/gux-tag.js +0 -193
  1395. package/dist/collection/components/beta/gux-time-picker/gux-time-picker.css +0 -134
  1396. package/dist/collection/components/beta/gux-time-picker/gux-time-picker.js +0 -409
  1397. package/dist/collection/components/beta/gux-time-picker/gux-time-picker.service.js +0 -142
  1398. package/dist/collection/components/legacy/gux-action-toast/gux-action-toast.css +0 -267
  1399. package/dist/collection/components/legacy/gux-action-toast/gux-action-toast.js +0 -30
  1400. package/dist/collection/components/legacy/gux-notification-toast/gux-notification-toast.css +0 -221
  1401. package/dist/collection/components/legacy/gux-notification-toast/gux-notification-toast.js +0 -83
  1402. package/dist/collection/components/legacy/gux-simple-toast/gux-simple-toast.css +0 -51
  1403. package/dist/collection/components/legacy/gux-simple-toast/gux-simple-toast.js +0 -82
  1404. package/dist/collection/components/stable/gux-advanced-dropdown/dropdown-option/gux-dropdown-option.css +0 -39
  1405. package/dist/collection/components/stable/gux-advanced-dropdown/dropdown-option/gux-dropdown-option.js +0 -248
  1406. package/dist/collection/components/stable/gux-advanced-dropdown/gux-advanced-dropdown.css +0 -85
  1407. package/dist/collection/components/stable/gux-advanced-dropdown/gux-advanced-dropdown.js +0 -396
  1408. package/dist/collection/components/stable/gux-disclosure-button/gux-disclosure-button.css +0 -42
  1409. package/dist/collection/components/stable/gux-disclosure-button/gux-disclosure-button.js +0 -153
  1410. package/dist/collection/components/stable/gux-switch/gux-switch-item/gux-switch-item.css +0 -68
  1411. package/dist/collection/components/stable/gux-switch/gux-switch-item/gux-switch-item.js +0 -96
  1412. package/dist/collection/components/stable/gux-switch/gux-switch.css +0 -4
  1413. package/dist/collection/components/stable/gux-switch/gux-switch.js +0 -107
  1414. package/dist/collection/style/fonts/roboto-v20-latin-300.svg +0 -1
  1415. package/dist/collection/style/fonts/roboto-v20-latin-700.svg +0 -309
  1416. package/dist/collection/style/fonts/roboto-v20-latin-italic.svg +0 -323
  1417. package/dist/collection/style/fonts/roboto-v20-latin-regular.svg +0 -308
  1418. package/dist/esm/DateTimeFormatter-bb057477.js +0 -52
  1419. package/dist/esm/find-element-by-id-758a0703.js +0 -17
  1420. package/dist/esm/floating-ui.dom.esm-48871497.js +0 -1459
  1421. package/dist/esm/get-slot-text-content-b2a8af86.js +0 -23
  1422. package/dist/esm/gux-advanced-dropdown.entry.js +0 -214
  1423. package/dist/esm/gux-badge-beta.entry.js +0 -66
  1424. package/dist/esm/gux-blank-state-beta.entry.js +0 -64
  1425. package/dist/esm/gux-button-slot-beta.entry.js +0 -41
  1426. package/dist/esm/gux-column-manager-beta.entry.js +0 -120
  1427. package/dist/esm/gux-column-manager.service-07ddccf5.js +0 -83
  1428. package/dist/esm/gux-context-menu-beta.entry.js +0 -128
  1429. package/dist/esm/gux-disclosure-button.entry.js +0 -60
  1430. package/dist/esm/gux-dropdown-multi-beta.entry.js +0 -406
  1431. package/dist/esm/gux-error-message-beta.entry.js +0 -20
  1432. package/dist/esm/gux-flyout-menu-beta.entry.js +0 -144
  1433. package/dist/esm/gux-form-field-container-0d93fc18.js +0 -18
  1434. package/dist/esm/gux-form-field.service-5f03e905.js +0 -140
  1435. package/dist/esm/gux-loading-message-beta.entry.js +0 -64
  1436. package/dist/esm/gux-pagination-beta.entry.js +0 -97
  1437. package/dist/esm/gux-pagination-buttons-beta_2.entry.js +0 -250
  1438. package/dist/esm/gux-pagination-items-per-page-beta.entry.js +0 -42
  1439. package/dist/esm/gux-popover-list-beta.entry.js +0 -135
  1440. package/dist/esm/gux-popover.entry.js +0 -129
  1441. package/dist/esm/gux-skip-navigation-list-beta.entry.js +0 -29
  1442. package/dist/esm/gux-switch.entry.js +0 -41
  1443. package/dist/esm/gux-tab-panel-beta.entry.js +0 -30
  1444. package/dist/esm/gux-table-beta.entry.js +0 -374
  1445. package/dist/esm/gux-table-select-popover.entry.js +0 -99
  1446. package/dist/esm/gux-table-toolbar-beta.entry.js +0 -209
  1447. package/dist/esm/gux-tag-beta.entry.js +0 -80
  1448. package/dist/esm/gux-time-picker-beta.entry.js +0 -388
  1449. package/dist/esm/index-0b66fe2c.js +0 -2572
  1450. package/dist/esm/index-694d55cf.js +0 -4070
  1451. package/dist/esm/on-attribute-change-5fd8da7c.js +0 -36
  1452. package/dist/esm/on-click-outside-bc432a79.js +0 -75
  1453. package/dist/esm/on-mutation-8c8b2331.js +0 -34
  1454. package/dist/esm/on-resize-7177429a.js +0 -34
  1455. package/dist/esm/polyfills/css-shim.js +0 -1
  1456. package/dist/esm/popper-1604923e.js +0 -1792
  1457. package/dist/esm/usage-bfef43d7.js +0 -232
  1458. package/dist/genesys-webcomponents/assets/region-flags/AD.png +0 -0
  1459. package/dist/genesys-webcomponents/assets/region-flags/AE.png +0 -0
  1460. package/dist/genesys-webcomponents/assets/region-flags/AF.png +0 -0
  1461. package/dist/genesys-webcomponents/assets/region-flags/AG.png +0 -0
  1462. package/dist/genesys-webcomponents/assets/region-flags/AI.png +0 -0
  1463. package/dist/genesys-webcomponents/assets/region-flags/AL.png +0 -0
  1464. package/dist/genesys-webcomponents/assets/region-flags/AM.png +0 -0
  1465. package/dist/genesys-webcomponents/assets/region-flags/AO.png +0 -0
  1466. package/dist/genesys-webcomponents/assets/region-flags/AR.png +0 -0
  1467. package/dist/genesys-webcomponents/assets/region-flags/AS.png +0 -0
  1468. package/dist/genesys-webcomponents/assets/region-flags/AT.png +0 -0
  1469. package/dist/genesys-webcomponents/assets/region-flags/AU.png +0 -0
  1470. package/dist/genesys-webcomponents/assets/region-flags/AW.png +0 -0
  1471. package/dist/genesys-webcomponents/assets/region-flags/AX.png +0 -0
  1472. package/dist/genesys-webcomponents/assets/region-flags/AZ.png +0 -0
  1473. package/dist/genesys-webcomponents/assets/region-flags/BA.png +0 -0
  1474. package/dist/genesys-webcomponents/assets/region-flags/BB.png +0 -0
  1475. package/dist/genesys-webcomponents/assets/region-flags/BD.png +0 -0
  1476. package/dist/genesys-webcomponents/assets/region-flags/BE.png +0 -0
  1477. package/dist/genesys-webcomponents/assets/region-flags/BF.png +0 -0
  1478. package/dist/genesys-webcomponents/assets/region-flags/BG.png +0 -0
  1479. package/dist/genesys-webcomponents/assets/region-flags/BH.png +0 -0
  1480. package/dist/genesys-webcomponents/assets/region-flags/BI.png +0 -0
  1481. package/dist/genesys-webcomponents/assets/region-flags/BJ.png +0 -0
  1482. package/dist/genesys-webcomponents/assets/region-flags/BL.png +0 -0
  1483. package/dist/genesys-webcomponents/assets/region-flags/BM.png +0 -0
  1484. package/dist/genesys-webcomponents/assets/region-flags/BN.png +0 -0
  1485. package/dist/genesys-webcomponents/assets/region-flags/BO.png +0 -0
  1486. package/dist/genesys-webcomponents/assets/region-flags/BQ.png +0 -0
  1487. package/dist/genesys-webcomponents/assets/region-flags/BR.png +0 -0
  1488. package/dist/genesys-webcomponents/assets/region-flags/BS.png +0 -0
  1489. package/dist/genesys-webcomponents/assets/region-flags/BT.png +0 -0
  1490. package/dist/genesys-webcomponents/assets/region-flags/BV.png +0 -0
  1491. package/dist/genesys-webcomponents/assets/region-flags/BW.png +0 -0
  1492. package/dist/genesys-webcomponents/assets/region-flags/BY.png +0 -0
  1493. package/dist/genesys-webcomponents/assets/region-flags/BZ.png +0 -0
  1494. package/dist/genesys-webcomponents/assets/region-flags/CA.png +0 -0
  1495. package/dist/genesys-webcomponents/assets/region-flags/CC.png +0 -0
  1496. package/dist/genesys-webcomponents/assets/region-flags/CD.png +0 -0
  1497. package/dist/genesys-webcomponents/assets/region-flags/CF.png +0 -0
  1498. package/dist/genesys-webcomponents/assets/region-flags/CG.png +0 -0
  1499. package/dist/genesys-webcomponents/assets/region-flags/CH.png +0 -0
  1500. package/dist/genesys-webcomponents/assets/region-flags/CI.png +0 -0
  1501. package/dist/genesys-webcomponents/assets/region-flags/CK.png +0 -0
  1502. package/dist/genesys-webcomponents/assets/region-flags/CL.png +0 -0
  1503. package/dist/genesys-webcomponents/assets/region-flags/CM.png +0 -0
  1504. package/dist/genesys-webcomponents/assets/region-flags/CN.png +0 -0
  1505. package/dist/genesys-webcomponents/assets/region-flags/CO.png +0 -0
  1506. package/dist/genesys-webcomponents/assets/region-flags/CR.png +0 -0
  1507. package/dist/genesys-webcomponents/assets/region-flags/CU.png +0 -0
  1508. package/dist/genesys-webcomponents/assets/region-flags/CV.png +0 -0
  1509. package/dist/genesys-webcomponents/assets/region-flags/CW.png +0 -0
  1510. package/dist/genesys-webcomponents/assets/region-flags/CX.png +0 -0
  1511. package/dist/genesys-webcomponents/assets/region-flags/CY.png +0 -0
  1512. package/dist/genesys-webcomponents/assets/region-flags/CZ.png +0 -0
  1513. package/dist/genesys-webcomponents/assets/region-flags/DE.png +0 -0
  1514. package/dist/genesys-webcomponents/assets/region-flags/DJ.png +0 -0
  1515. package/dist/genesys-webcomponents/assets/region-flags/DK.png +0 -0
  1516. package/dist/genesys-webcomponents/assets/region-flags/DM.png +0 -0
  1517. package/dist/genesys-webcomponents/assets/region-flags/DO.png +0 -0
  1518. package/dist/genesys-webcomponents/assets/region-flags/DZ.png +0 -0
  1519. package/dist/genesys-webcomponents/assets/region-flags/EC.png +0 -0
  1520. package/dist/genesys-webcomponents/assets/region-flags/EE.png +0 -0
  1521. package/dist/genesys-webcomponents/assets/region-flags/EG.png +0 -0
  1522. package/dist/genesys-webcomponents/assets/region-flags/EH.png +0 -0
  1523. package/dist/genesys-webcomponents/assets/region-flags/ER.png +0 -0
  1524. package/dist/genesys-webcomponents/assets/region-flags/ES.png +0 -0
  1525. package/dist/genesys-webcomponents/assets/region-flags/ET.png +0 -0
  1526. package/dist/genesys-webcomponents/assets/region-flags/FI.png +0 -0
  1527. package/dist/genesys-webcomponents/assets/region-flags/FJ.png +0 -0
  1528. package/dist/genesys-webcomponents/assets/region-flags/FK.png +0 -0
  1529. package/dist/genesys-webcomponents/assets/region-flags/FM.png +0 -0
  1530. package/dist/genesys-webcomponents/assets/region-flags/FO.png +0 -0
  1531. package/dist/genesys-webcomponents/assets/region-flags/FR.png +0 -0
  1532. package/dist/genesys-webcomponents/assets/region-flags/GA.png +0 -0
  1533. package/dist/genesys-webcomponents/assets/region-flags/GB.png +0 -0
  1534. package/dist/genesys-webcomponents/assets/region-flags/GD.png +0 -0
  1535. package/dist/genesys-webcomponents/assets/region-flags/GE.png +0 -0
  1536. package/dist/genesys-webcomponents/assets/region-flags/GF.png +0 -0
  1537. package/dist/genesys-webcomponents/assets/region-flags/GG.png +0 -0
  1538. package/dist/genesys-webcomponents/assets/region-flags/GH.png +0 -0
  1539. package/dist/genesys-webcomponents/assets/region-flags/GI.png +0 -0
  1540. package/dist/genesys-webcomponents/assets/region-flags/GL.png +0 -0
  1541. package/dist/genesys-webcomponents/assets/region-flags/GM.png +0 -0
  1542. package/dist/genesys-webcomponents/assets/region-flags/GN.png +0 -0
  1543. package/dist/genesys-webcomponents/assets/region-flags/GP.png +0 -0
  1544. package/dist/genesys-webcomponents/assets/region-flags/GQ.png +0 -0
  1545. package/dist/genesys-webcomponents/assets/region-flags/GR.png +0 -0
  1546. package/dist/genesys-webcomponents/assets/region-flags/GS.png +0 -0
  1547. package/dist/genesys-webcomponents/assets/region-flags/GT.png +0 -0
  1548. package/dist/genesys-webcomponents/assets/region-flags/GU.png +0 -0
  1549. package/dist/genesys-webcomponents/assets/region-flags/GW.png +0 -0
  1550. package/dist/genesys-webcomponents/assets/region-flags/GY.png +0 -0
  1551. package/dist/genesys-webcomponents/assets/region-flags/HK.png +0 -0
  1552. package/dist/genesys-webcomponents/assets/region-flags/HN.png +0 -0
  1553. package/dist/genesys-webcomponents/assets/region-flags/HR.png +0 -0
  1554. package/dist/genesys-webcomponents/assets/region-flags/HT.png +0 -0
  1555. package/dist/genesys-webcomponents/assets/region-flags/HU.png +0 -0
  1556. package/dist/genesys-webcomponents/assets/region-flags/ID.png +0 -0
  1557. package/dist/genesys-webcomponents/assets/region-flags/IE.png +0 -0
  1558. package/dist/genesys-webcomponents/assets/region-flags/IL.png +0 -0
  1559. package/dist/genesys-webcomponents/assets/region-flags/IM.png +0 -0
  1560. package/dist/genesys-webcomponents/assets/region-flags/IN.png +0 -0
  1561. package/dist/genesys-webcomponents/assets/region-flags/IO.png +0 -0
  1562. package/dist/genesys-webcomponents/assets/region-flags/IQ.png +0 -0
  1563. package/dist/genesys-webcomponents/assets/region-flags/IR.png +0 -0
  1564. package/dist/genesys-webcomponents/assets/region-flags/IS.png +0 -0
  1565. package/dist/genesys-webcomponents/assets/region-flags/IT.png +0 -0
  1566. package/dist/genesys-webcomponents/assets/region-flags/JE.png +0 -0
  1567. package/dist/genesys-webcomponents/assets/region-flags/JM.png +0 -0
  1568. package/dist/genesys-webcomponents/assets/region-flags/JO.png +0 -0
  1569. package/dist/genesys-webcomponents/assets/region-flags/JP.png +0 -0
  1570. package/dist/genesys-webcomponents/assets/region-flags/KE.png +0 -0
  1571. package/dist/genesys-webcomponents/assets/region-flags/KG.png +0 -0
  1572. package/dist/genesys-webcomponents/assets/region-flags/KH.png +0 -0
  1573. package/dist/genesys-webcomponents/assets/region-flags/KI.png +0 -0
  1574. package/dist/genesys-webcomponents/assets/region-flags/KM.png +0 -0
  1575. package/dist/genesys-webcomponents/assets/region-flags/KN.png +0 -0
  1576. package/dist/genesys-webcomponents/assets/region-flags/KP.png +0 -0
  1577. package/dist/genesys-webcomponents/assets/region-flags/KR.png +0 -0
  1578. package/dist/genesys-webcomponents/assets/region-flags/KW.png +0 -0
  1579. package/dist/genesys-webcomponents/assets/region-flags/KY.png +0 -0
  1580. package/dist/genesys-webcomponents/assets/region-flags/KZ.png +0 -0
  1581. package/dist/genesys-webcomponents/assets/region-flags/LA.png +0 -0
  1582. package/dist/genesys-webcomponents/assets/region-flags/LB.png +0 -0
  1583. package/dist/genesys-webcomponents/assets/region-flags/LC.png +0 -0
  1584. package/dist/genesys-webcomponents/assets/region-flags/LI.png +0 -0
  1585. package/dist/genesys-webcomponents/assets/region-flags/LK.png +0 -0
  1586. package/dist/genesys-webcomponents/assets/region-flags/LR.png +0 -0
  1587. package/dist/genesys-webcomponents/assets/region-flags/LS.png +0 -0
  1588. package/dist/genesys-webcomponents/assets/region-flags/LT.png +0 -0
  1589. package/dist/genesys-webcomponents/assets/region-flags/LU.png +0 -0
  1590. package/dist/genesys-webcomponents/assets/region-flags/LV.png +0 -0
  1591. package/dist/genesys-webcomponents/assets/region-flags/LY.png +0 -0
  1592. package/dist/genesys-webcomponents/assets/region-flags/MA.png +0 -0
  1593. package/dist/genesys-webcomponents/assets/region-flags/MC.png +0 -0
  1594. package/dist/genesys-webcomponents/assets/region-flags/MD.png +0 -0
  1595. package/dist/genesys-webcomponents/assets/region-flags/ME.png +0 -0
  1596. package/dist/genesys-webcomponents/assets/region-flags/MF.png +0 -0
  1597. package/dist/genesys-webcomponents/assets/region-flags/MG.png +0 -0
  1598. package/dist/genesys-webcomponents/assets/region-flags/MH.png +0 -0
  1599. package/dist/genesys-webcomponents/assets/region-flags/MK.png +0 -0
  1600. package/dist/genesys-webcomponents/assets/region-flags/ML.png +0 -0
  1601. package/dist/genesys-webcomponents/assets/region-flags/MM.png +0 -0
  1602. package/dist/genesys-webcomponents/assets/region-flags/MN.png +0 -0
  1603. package/dist/genesys-webcomponents/assets/region-flags/MO.png +0 -0
  1604. package/dist/genesys-webcomponents/assets/region-flags/MP.png +0 -0
  1605. package/dist/genesys-webcomponents/assets/region-flags/MQ.png +0 -0
  1606. package/dist/genesys-webcomponents/assets/region-flags/MR.png +0 -0
  1607. package/dist/genesys-webcomponents/assets/region-flags/MS.png +0 -0
  1608. package/dist/genesys-webcomponents/assets/region-flags/MT.png +0 -0
  1609. package/dist/genesys-webcomponents/assets/region-flags/MU.png +0 -0
  1610. package/dist/genesys-webcomponents/assets/region-flags/MV.png +0 -0
  1611. package/dist/genesys-webcomponents/assets/region-flags/MW.png +0 -0
  1612. package/dist/genesys-webcomponents/assets/region-flags/MX.png +0 -0
  1613. package/dist/genesys-webcomponents/assets/region-flags/MY.png +0 -0
  1614. package/dist/genesys-webcomponents/assets/region-flags/MZ.png +0 -0
  1615. package/dist/genesys-webcomponents/assets/region-flags/NA.png +0 -0
  1616. package/dist/genesys-webcomponents/assets/region-flags/NC.png +0 -0
  1617. package/dist/genesys-webcomponents/assets/region-flags/NE.png +0 -0
  1618. package/dist/genesys-webcomponents/assets/region-flags/NF.png +0 -0
  1619. package/dist/genesys-webcomponents/assets/region-flags/NG.png +0 -0
  1620. package/dist/genesys-webcomponents/assets/region-flags/NI.png +0 -0
  1621. package/dist/genesys-webcomponents/assets/region-flags/NL.png +0 -0
  1622. package/dist/genesys-webcomponents/assets/region-flags/NO.png +0 -0
  1623. package/dist/genesys-webcomponents/assets/region-flags/NP.png +0 -0
  1624. package/dist/genesys-webcomponents/assets/region-flags/NR.png +0 -0
  1625. package/dist/genesys-webcomponents/assets/region-flags/NU.png +0 -0
  1626. package/dist/genesys-webcomponents/assets/region-flags/NZ.png +0 -0
  1627. package/dist/genesys-webcomponents/assets/region-flags/OM.png +0 -0
  1628. package/dist/genesys-webcomponents/assets/region-flags/PA.png +0 -0
  1629. package/dist/genesys-webcomponents/assets/region-flags/PE.png +0 -0
  1630. package/dist/genesys-webcomponents/assets/region-flags/PF.png +0 -0
  1631. package/dist/genesys-webcomponents/assets/region-flags/PG.png +0 -0
  1632. package/dist/genesys-webcomponents/assets/region-flags/PH.png +0 -0
  1633. package/dist/genesys-webcomponents/assets/region-flags/PK.png +0 -0
  1634. package/dist/genesys-webcomponents/assets/region-flags/PL.png +0 -0
  1635. package/dist/genesys-webcomponents/assets/region-flags/PM.png +0 -0
  1636. package/dist/genesys-webcomponents/assets/region-flags/PN.png +0 -0
  1637. package/dist/genesys-webcomponents/assets/region-flags/PR.png +0 -0
  1638. package/dist/genesys-webcomponents/assets/region-flags/PS.png +0 -0
  1639. package/dist/genesys-webcomponents/assets/region-flags/PT.png +0 -0
  1640. package/dist/genesys-webcomponents/assets/region-flags/PW.png +0 -0
  1641. package/dist/genesys-webcomponents/assets/region-flags/PY.png +0 -0
  1642. package/dist/genesys-webcomponents/assets/region-flags/QA.png +0 -0
  1643. package/dist/genesys-webcomponents/assets/region-flags/RE.png +0 -0
  1644. package/dist/genesys-webcomponents/assets/region-flags/RO.png +0 -0
  1645. package/dist/genesys-webcomponents/assets/region-flags/RS.png +0 -0
  1646. package/dist/genesys-webcomponents/assets/region-flags/RU.png +0 -0
  1647. package/dist/genesys-webcomponents/assets/region-flags/RW.png +0 -0
  1648. package/dist/genesys-webcomponents/assets/region-flags/SA.png +0 -0
  1649. package/dist/genesys-webcomponents/assets/region-flags/SB.png +0 -0
  1650. package/dist/genesys-webcomponents/assets/region-flags/SC.png +0 -0
  1651. package/dist/genesys-webcomponents/assets/region-flags/SD.png +0 -0
  1652. package/dist/genesys-webcomponents/assets/region-flags/SE.png +0 -0
  1653. package/dist/genesys-webcomponents/assets/region-flags/SG.png +0 -0
  1654. package/dist/genesys-webcomponents/assets/region-flags/SH.png +0 -0
  1655. package/dist/genesys-webcomponents/assets/region-flags/SI.png +0 -0
  1656. package/dist/genesys-webcomponents/assets/region-flags/SJ.png +0 -0
  1657. package/dist/genesys-webcomponents/assets/region-flags/SK.png +0 -0
  1658. package/dist/genesys-webcomponents/assets/region-flags/SL.png +0 -0
  1659. package/dist/genesys-webcomponents/assets/region-flags/SM.png +0 -0
  1660. package/dist/genesys-webcomponents/assets/region-flags/SN.png +0 -0
  1661. package/dist/genesys-webcomponents/assets/region-flags/SO.png +0 -0
  1662. package/dist/genesys-webcomponents/assets/region-flags/SR.png +0 -0
  1663. package/dist/genesys-webcomponents/assets/region-flags/SS.png +0 -0
  1664. package/dist/genesys-webcomponents/assets/region-flags/ST.png +0 -0
  1665. package/dist/genesys-webcomponents/assets/region-flags/SV.png +0 -0
  1666. package/dist/genesys-webcomponents/assets/region-flags/SX.png +0 -0
  1667. package/dist/genesys-webcomponents/assets/region-flags/SY.png +0 -0
  1668. package/dist/genesys-webcomponents/assets/region-flags/SZ.png +0 -0
  1669. package/dist/genesys-webcomponents/assets/region-flags/TC.png +0 -0
  1670. package/dist/genesys-webcomponents/assets/region-flags/TD.png +0 -0
  1671. package/dist/genesys-webcomponents/assets/region-flags/TG.png +0 -0
  1672. package/dist/genesys-webcomponents/assets/region-flags/TH.png +0 -0
  1673. package/dist/genesys-webcomponents/assets/region-flags/TJ.png +0 -0
  1674. package/dist/genesys-webcomponents/assets/region-flags/TK.png +0 -0
  1675. package/dist/genesys-webcomponents/assets/region-flags/TL.png +0 -0
  1676. package/dist/genesys-webcomponents/assets/region-flags/TM.png +0 -0
  1677. package/dist/genesys-webcomponents/assets/region-flags/TN.png +0 -0
  1678. package/dist/genesys-webcomponents/assets/region-flags/TO.png +0 -0
  1679. package/dist/genesys-webcomponents/assets/region-flags/TR.png +0 -0
  1680. package/dist/genesys-webcomponents/assets/region-flags/TT.png +0 -0
  1681. package/dist/genesys-webcomponents/assets/region-flags/TV.png +0 -0
  1682. package/dist/genesys-webcomponents/assets/region-flags/TW.png +0 -0
  1683. package/dist/genesys-webcomponents/assets/region-flags/TZ.png +0 -0
  1684. package/dist/genesys-webcomponents/assets/region-flags/UA.png +0 -0
  1685. package/dist/genesys-webcomponents/assets/region-flags/UG.png +0 -0
  1686. package/dist/genesys-webcomponents/assets/region-flags/US.png +0 -0
  1687. package/dist/genesys-webcomponents/assets/region-flags/UY.png +0 -0
  1688. package/dist/genesys-webcomponents/assets/region-flags/UZ.png +0 -0
  1689. package/dist/genesys-webcomponents/assets/region-flags/VA.png +0 -0
  1690. package/dist/genesys-webcomponents/assets/region-flags/VC.png +0 -0
  1691. package/dist/genesys-webcomponents/assets/region-flags/VE.png +0 -0
  1692. package/dist/genesys-webcomponents/assets/region-flags/VG.png +0 -0
  1693. package/dist/genesys-webcomponents/assets/region-flags/VI.png +0 -0
  1694. package/dist/genesys-webcomponents/assets/region-flags/VN.png +0 -0
  1695. package/dist/genesys-webcomponents/assets/region-flags/VU.png +0 -0
  1696. package/dist/genesys-webcomponents/assets/region-flags/WF.png +0 -0
  1697. package/dist/genesys-webcomponents/assets/region-flags/WS.png +0 -0
  1698. package/dist/genesys-webcomponents/assets/region-flags/XK.png +0 -0
  1699. package/dist/genesys-webcomponents/assets/region-flags/YE.png +0 -0
  1700. package/dist/genesys-webcomponents/assets/region-flags/YT.png +0 -0
  1701. package/dist/genesys-webcomponents/assets/region-flags/ZA.png +0 -0
  1702. package/dist/genesys-webcomponents/assets/region-flags/ZM.png +0 -0
  1703. package/dist/genesys-webcomponents/assets/region-flags/ZW.png +0 -0
  1704. package/dist/genesys-webcomponents/assets/sprites/region-flags.less +0 -3800
  1705. package/dist/genesys-webcomponents/assets/sprites/region-flags.png +0 -0
  1706. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-300.eot +0 -0
  1707. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-300.svg +0 -1
  1708. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-300.ttf +0 -0
  1709. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-300.woff +0 -0
  1710. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-300.woff2 +0 -0
  1711. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-700.eot +0 -0
  1712. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-700.svg +0 -309
  1713. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-700.ttf +0 -0
  1714. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-700.woff +0 -0
  1715. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-700.woff2 +0 -0
  1716. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-italic.eot +0 -0
  1717. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-italic.svg +0 -323
  1718. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-italic.ttf +0 -0
  1719. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-italic.woff +0 -0
  1720. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-italic.woff2 +0 -0
  1721. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-regular.eot +0 -0
  1722. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-regular.svg +0 -308
  1723. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-regular.ttf +0 -0
  1724. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-regular.woff +0 -0
  1725. package/dist/genesys-webcomponents/fonts/roboto-v20-latin-regular.woff2 +0 -0
  1726. package/dist/genesys-webcomponents/less/color-palette.less +0 -105
  1727. package/dist/genesys-webcomponents/less/focus.less +0 -48
  1728. package/dist/genesys-webcomponents/less/shadows.less +0 -17
  1729. package/dist/genesys-webcomponents/less/spacing.less +0 -12
  1730. package/dist/genesys-webcomponents/less/typography.less +0 -162
  1731. package/dist/genesys-webcomponents/p-0501a8ad.entry.js +0 -1
  1732. package/dist/genesys-webcomponents/p-061ecf7b.entry.js +0 -1
  1733. package/dist/genesys-webcomponents/p-06a92400.entry.js +0 -1
  1734. package/dist/genesys-webcomponents/p-06e95994.entry.js +0 -1
  1735. package/dist/genesys-webcomponents/p-0af7012f.entry.js +0 -1
  1736. package/dist/genesys-webcomponents/p-0afc1d48.entry.js +0 -1
  1737. package/dist/genesys-webcomponents/p-0cd541ba.entry.js +0 -1
  1738. package/dist/genesys-webcomponents/p-11abc0f2.entry.js +0 -1
  1739. package/dist/genesys-webcomponents/p-12a08666.entry.js +0 -1
  1740. package/dist/genesys-webcomponents/p-12a34636.entry.js +0 -1
  1741. package/dist/genesys-webcomponents/p-13dd4c6b.js +0 -1
  1742. package/dist/genesys-webcomponents/p-17385760.js +0 -1
  1743. package/dist/genesys-webcomponents/p-1aab5a86.entry.js +0 -1
  1744. package/dist/genesys-webcomponents/p-210bc5a8.entry.js +0 -1
  1745. package/dist/genesys-webcomponents/p-2258507a.entry.js +0 -1
  1746. package/dist/genesys-webcomponents/p-22747d02.entry.js +0 -1
  1747. package/dist/genesys-webcomponents/p-22a428f3.entry.js +0 -1
  1748. package/dist/genesys-webcomponents/p-235edbf8.entry.js +0 -1
  1749. package/dist/genesys-webcomponents/p-24f2a8e7.entry.js +0 -1
  1750. package/dist/genesys-webcomponents/p-26b9c41b.entry.js +0 -1
  1751. package/dist/genesys-webcomponents/p-27b1150a.entry.js +0 -1
  1752. package/dist/genesys-webcomponents/p-2f506871.entry.js +0 -1
  1753. package/dist/genesys-webcomponents/p-334e3b2c.entry.js +0 -1
  1754. package/dist/genesys-webcomponents/p-3701eff0.js +0 -1
  1755. package/dist/genesys-webcomponents/p-37ab2f4f.entry.js +0 -1
  1756. package/dist/genesys-webcomponents/p-3a86180c.entry.js +0 -1
  1757. package/dist/genesys-webcomponents/p-3d65f3b8.entry.js +0 -1
  1758. package/dist/genesys-webcomponents/p-3d82a3d3.entry.js +0 -1
  1759. package/dist/genesys-webcomponents/p-3f96ede4.entry.js +0 -1
  1760. package/dist/genesys-webcomponents/p-42e02d0a.entry.js +0 -1
  1761. package/dist/genesys-webcomponents/p-43748f70.entry.js +0 -1
  1762. package/dist/genesys-webcomponents/p-43d22f9f.entry.js +0 -1
  1763. package/dist/genesys-webcomponents/p-462a6cf1.entry.js +0 -1
  1764. package/dist/genesys-webcomponents/p-46e95b90.entry.js +0 -1
  1765. package/dist/genesys-webcomponents/p-4d250c8c.entry.js +0 -1
  1766. package/dist/genesys-webcomponents/p-4db87725.entry.js +0 -1
  1767. package/dist/genesys-webcomponents/p-4ec8d6c9.entry.js +0 -1
  1768. package/dist/genesys-webcomponents/p-4fc061fa.entry.js +0 -1
  1769. package/dist/genesys-webcomponents/p-501aaa00.entry.js +0 -1
  1770. package/dist/genesys-webcomponents/p-53c7ff9e.entry.js +0 -1
  1771. package/dist/genesys-webcomponents/p-54a25ce5.entry.js +0 -1
  1772. package/dist/genesys-webcomponents/p-58abf9d5.entry.js +0 -1
  1773. package/dist/genesys-webcomponents/p-59b5043e.entry.js +0 -1
  1774. package/dist/genesys-webcomponents/p-5a1d0394.entry.js +0 -1
  1775. package/dist/genesys-webcomponents/p-5c647142.entry.js +0 -1
  1776. package/dist/genesys-webcomponents/p-5dd0ef71.entry.js +0 -1
  1777. package/dist/genesys-webcomponents/p-5dd86c3c.entry.js +0 -1
  1778. package/dist/genesys-webcomponents/p-6113321c.entry.js +0 -1
  1779. package/dist/genesys-webcomponents/p-61f7c550.entry.js +0 -1
  1780. package/dist/genesys-webcomponents/p-62913396.js +0 -1
  1781. package/dist/genesys-webcomponents/p-6370cb48.js +0 -1
  1782. package/dist/genesys-webcomponents/p-655e3ad1.entry.js +0 -1
  1783. package/dist/genesys-webcomponents/p-65c5ed8b.entry.js +0 -1
  1784. package/dist/genesys-webcomponents/p-66fa67d7.entry.js +0 -1
  1785. package/dist/genesys-webcomponents/p-690a9a5a.entry.js +0 -1
  1786. package/dist/genesys-webcomponents/p-6e07c9dd.entry.js +0 -1
  1787. package/dist/genesys-webcomponents/p-763ee30d.entry.js +0 -1
  1788. package/dist/genesys-webcomponents/p-76a8e7bc.entry.js +0 -1
  1789. package/dist/genesys-webcomponents/p-7b43f40b.entry.js +0 -1
  1790. package/dist/genesys-webcomponents/p-7d26b2e1.js +0 -2
  1791. package/dist/genesys-webcomponents/p-7d614de7.js +0 -1
  1792. package/dist/genesys-webcomponents/p-7ffacfab.entry.js +0 -1
  1793. package/dist/genesys-webcomponents/p-81c3fa5a.entry.js +0 -1
  1794. package/dist/genesys-webcomponents/p-8564b5cf.entry.js +0 -1
  1795. package/dist/genesys-webcomponents/p-85da3eea.entry.js +0 -1
  1796. package/dist/genesys-webcomponents/p-86b520ad.entry.js +0 -1
  1797. package/dist/genesys-webcomponents/p-8c2fcb56.entry.js +0 -1
  1798. package/dist/genesys-webcomponents/p-8d8eb1cc.entry.js +0 -1
  1799. package/dist/genesys-webcomponents/p-8e9bfb5c.entry.js +0 -1
  1800. package/dist/genesys-webcomponents/p-912825cb.entry.js +0 -1
  1801. package/dist/genesys-webcomponents/p-92db2ccc.entry.js +0 -1
  1802. package/dist/genesys-webcomponents/p-95397548.entry.js +0 -1
  1803. package/dist/genesys-webcomponents/p-958f8403.entry.js +0 -1
  1804. package/dist/genesys-webcomponents/p-9915c303.entry.js +0 -1
  1805. package/dist/genesys-webcomponents/p-9a2c31be.entry.js +0 -1
  1806. package/dist/genesys-webcomponents/p-9d18d475.js +0 -1
  1807. package/dist/genesys-webcomponents/p-9e354ad1.entry.js +0 -1
  1808. package/dist/genesys-webcomponents/p-a5d41844.entry.js +0 -1
  1809. package/dist/genesys-webcomponents/p-a6adfa74.entry.js +0 -1
  1810. package/dist/genesys-webcomponents/p-a733f4ca.js +0 -1
  1811. package/dist/genesys-webcomponents/p-a83dd958.entry.js +0 -1
  1812. package/dist/genesys-webcomponents/p-a95fbd3b.entry.js +0 -1
  1813. package/dist/genesys-webcomponents/p-a9682b86.entry.js +0 -1
  1814. package/dist/genesys-webcomponents/p-ac115d74.entry.js +0 -1
  1815. package/dist/genesys-webcomponents/p-aeb9bd95.entry.js +0 -1
  1816. package/dist/genesys-webcomponents/p-af48a4c4.entry.js +0 -1
  1817. package/dist/genesys-webcomponents/p-af4a6b41.js +0 -1
  1818. package/dist/genesys-webcomponents/p-b1796b4f.entry.js +0 -1
  1819. package/dist/genesys-webcomponents/p-b2ceff59.entry.js +0 -1
  1820. package/dist/genesys-webcomponents/p-b3c9fd06.js +0 -1
  1821. package/dist/genesys-webcomponents/p-b429507e.entry.js +0 -1
  1822. package/dist/genesys-webcomponents/p-b50e70f8.entry.js +0 -1
  1823. package/dist/genesys-webcomponents/p-b770a4aa.entry.js +0 -1
  1824. package/dist/genesys-webcomponents/p-b80935a0.entry.js +0 -1
  1825. package/dist/genesys-webcomponents/p-ba435972.entry.js +0 -1
  1826. package/dist/genesys-webcomponents/p-bb0ab283.entry.js +0 -1
  1827. package/dist/genesys-webcomponents/p-bb854fd8.entry.js +0 -1
  1828. package/dist/genesys-webcomponents/p-bc08fdea.entry.js +0 -1
  1829. package/dist/genesys-webcomponents/p-bca404bf.entry.js +0 -1
  1830. package/dist/genesys-webcomponents/p-bcd6a155.entry.js +0 -1
  1831. package/dist/genesys-webcomponents/p-c084e729.entry.js +0 -1
  1832. package/dist/genesys-webcomponents/p-c440922f.entry.js +0 -1
  1833. package/dist/genesys-webcomponents/p-c6efca99.entry.js +0 -1
  1834. package/dist/genesys-webcomponents/p-c7631270.entry.js +0 -7
  1835. package/dist/genesys-webcomponents/p-c94a287d.entry.js +0 -1
  1836. package/dist/genesys-webcomponents/p-ca8a7753.entry.js +0 -1
  1837. package/dist/genesys-webcomponents/p-cbb3c659.entry.js +0 -1
  1838. package/dist/genesys-webcomponents/p-cbc80950.entry.js +0 -1
  1839. package/dist/genesys-webcomponents/p-cf7f97a3.entry.js +0 -1
  1840. package/dist/genesys-webcomponents/p-d14cb303.entry.js +0 -1
  1841. package/dist/genesys-webcomponents/p-d355783f.entry.js +0 -1
  1842. package/dist/genesys-webcomponents/p-d5b56dfb.entry.js +0 -1
  1843. package/dist/genesys-webcomponents/p-db8cc8a8.entry.js +0 -1
  1844. package/dist/genesys-webcomponents/p-dc7eda15.entry.js +0 -1
  1845. package/dist/genesys-webcomponents/p-de89fcb4.entry.js +0 -1
  1846. package/dist/genesys-webcomponents/p-deee079e.js +0 -1
  1847. package/dist/genesys-webcomponents/p-e32a07e1.entry.js +0 -1
  1848. package/dist/genesys-webcomponents/p-e459974a.js +0 -1
  1849. package/dist/genesys-webcomponents/p-e76b9627.entry.js +0 -1
  1850. package/dist/genesys-webcomponents/p-ea0f2939.entry.js +0 -1
  1851. package/dist/genesys-webcomponents/p-ec218689.js +0 -1
  1852. package/dist/genesys-webcomponents/p-f24b87f9.entry.js +0 -1
  1853. package/dist/genesys-webcomponents/p-f2fea056.entry.js +0 -1
  1854. package/dist/genesys-webcomponents/p-f34ce7dc.js +0 -1
  1855. package/dist/genesys-webcomponents/p-f544ad28.entry.js +0 -1
  1856. package/dist/genesys-webcomponents/p-f58c35ec.entry.js +0 -1
  1857. package/dist/genesys-webcomponents/p-f7a9b28d.entry.js +0 -1
  1858. package/dist/genesys-webcomponents/p-f9768ae7.entry.js +0 -1
  1859. package/dist/genesys-webcomponents/p-ff3ad932.entry.js +0 -1
  1860. package/dist/types/components/beta/gux-badge/gux-badge.d.ts +0 -19
  1861. package/dist/types/components/beta/gux-badge/gux-badge.types.d.ts +0 -2
  1862. package/dist/types/components/beta/gux-blank-state/gux-blank-state-constants.d.ts +0 -5
  1863. package/dist/types/components/beta/gux-blank-state/gux-blank-state.d.ts +0 -20
  1864. package/dist/types/components/beta/gux-blank-state/gux-blank-state.types.d.ts +0 -1
  1865. package/dist/types/components/beta/gux-button-slot/gux-button-slot.d.ts +0 -12
  1866. package/dist/types/components/beta/gux-context-menu/gux-context-menu.d.ts +0 -29
  1867. package/dist/types/components/beta/gux-dropdown-multi/gux-dropdown-multi.d.ts +0 -113
  1868. package/dist/types/components/beta/gux-error-message-beta/gux-error-message-beta.d.ts +0 -10
  1869. package/dist/types/components/beta/gux-flyout-menu/gux-flyout-menu.d.ts +0 -30
  1870. package/dist/types/components/beta/gux-flyout-menu/gux-menu/gux-menu-option/gux-menu-option.d.ts +0 -14
  1871. package/dist/types/components/beta/gux-flyout-menu/gux-menu/gux-submenu/gux-submenu.d.ts +0 -34
  1872. package/dist/types/components/beta/gux-loading-message/gux-loading-message-constants.d.ts +0 -5
  1873. package/dist/types/components/beta/gux-loading-message/gux-loading-message-size.types.d.ts +0 -1
  1874. package/dist/types/components/beta/gux-loading-message/gux-loading-message.d.ts +0 -21
  1875. package/dist/types/components/beta/gux-pagination-beta/gux-pagination-beta.d.ts +0 -44
  1876. package/dist/types/components/beta/gux-pagination-beta/gux-pagination-beta.types.d.ts +0 -2
  1877. package/dist/types/components/beta/gux-pagination-beta/gux-pagination-buttons-beta/gux-pagination-button-beta.service.d.ts +0 -9
  1878. package/dist/types/components/beta/gux-pagination-beta/gux-pagination-buttons-beta/gux-pagination-buttons-beta.d.ts +0 -23
  1879. package/dist/types/components/beta/gux-pagination-beta/gux-pagination-item-counts-beta/gux-pagination-item-counts-beta.d.ts +0 -13
  1880. package/dist/types/components/beta/gux-pagination-beta/gux-pagination-items-per-page-beta/gux-pagination-items-per-page-beta.d.ts +0 -13
  1881. package/dist/types/components/beta/gux-phone-input/components/gux-region-icon/gux-region-select.service.d.ts +0 -1
  1882. package/dist/types/components/beta/gux-popover-beta/gux-popover-beta.d.ts +0 -44
  1883. package/dist/types/components/beta/gux-popover-list-beta/gux-popover-list-beta.d.ts +0 -41
  1884. package/dist/types/components/beta/gux-tab-panel-beta/gux-tab-panel-beta.d.ts +0 -18
  1885. package/dist/types/components/beta/gux-table/gux-row-select/gux-row-select.d.ts +0 -12
  1886. package/dist/types/components/beta/gux-table/gux-table-select-menu/gux-table-select-popover/gux-table-header-popover.d.ts +0 -32
  1887. package/dist/types/components/beta/gux-table/gux-table.d.ts +0 -113
  1888. package/dist/types/components/beta/gux-table-toolbar/gux-table-toolbar-custom-action/gux-table-toolbar-custom-action.d.ts +0 -14
  1889. package/dist/types/components/beta/gux-table-toolbar/gux-table-toolbar-menu-button/gux-table-toolbar-menu-button.d.ts +0 -17
  1890. package/dist/types/components/beta/gux-tag/gux-tag.d.ts +0 -40
  1891. package/dist/types/components/beta/gux-tag/gux-tag.types.d.ts +0 -2
  1892. package/dist/types/components/beta/gux-time-picker/gux-time-picker.d.ts +0 -42
  1893. package/dist/types/components/stable/gux-advanced-dropdown/gux-advanced-dropdown.d.ts +0 -71
  1894. package/dist/types/components/stable/gux-disclosure-button/gux-disclosure-button.d.ts +0 -37
  1895. package/dist/types/components/stable/gux-popover/gux-popover.types.d.ts +0 -1
  1896. package/dist/types/components/stable/gux-popover-list/gux-popover-list.types.d.ts +0 -1
  1897. package/dist/types/components/stable/gux-radial-progress/gux-radial-progress.types.d.ts +0 -1
  1898. /package/dist/cjs/{after-next-render-a09f528a.js → after-next-render-a023ef47.js} +0 -0
  1899. /package/dist/cjs/{capitalize-first-letter-8e2f04e5.js → capitalize-first-letter-251c82ed.js} +0 -0
  1900. /package/dist/cjs/{clamp-1bb96117.js → clamp-a9926a57.js} +0 -0
  1901. /package/dist/cjs/{en-dc1f49b7.js → en-807a354e.js} +0 -0
  1902. /package/dist/cjs/{en-eb56dc17.js → en-85604f0f.js} +0 -0
  1903. /package/dist/cjs/{en-b3076cac.js → en-f88c1935.js} +0 -0
  1904. /package/dist/cjs/{event-is-from-ad1044f2.js → event-is-from-f3f1cfde.js} +0 -0
  1905. /package/dist/cjs/{get-closest-element-ab4b2eee.js → get-closest-element-26894e5a.js} +0 -0
  1906. /package/dist/cjs/{get-slot-097ade01.js → get-slot-395a67ef.js} +0 -0
  1907. /package/dist/cjs/{gux-list.service-763539a2.js → gux-list.service-4beaa394.js} +0 -0
  1908. /package/dist/cjs/{gux-listbox.service-93102b5b.js → gux-listbox.service-b1068596.js} +0 -0
  1909. /package/dist/cjs/{gux-menu.common-ada23b94.js → gux-menu.common-d41b2fac.js} +0 -0
  1910. /package/dist/cjs/{has-slot-2e73d6e7.js → has-slot-429f8b9e.js} +0 -0
  1911. /package/dist/cjs/{iso-dates-f78ffb80.js → iso-dates-d0cd4802.js} +0 -0
  1912. /package/dist/cjs/{log-error-d46c02b7.js → log-error-8a92241e.js} +0 -0
  1913. /package/dist/cjs/{on-input-disabled-state-change-d66fb86b.js → on-input-disabled-state-change-005e5b3e.js} +0 -0
  1914. /package/dist/cjs/{on-mutation-8f8a4460.js → on-mutation-ef917473.js} +0 -0
  1915. /package/dist/cjs/{prevent-browser-validation-styling-d21b1a56.js → prevent-browser-validation-styling-15142963.js} +0 -0
  1916. /package/dist/cjs/{random-html-id-b86b61c0.js → random-html-id-32ef8847.js} +0 -0
  1917. /package/dist/cjs/{simulate-native-event-fe3e62da.js → simulate-native-event-8209a457.js} +0 -0
  1918. /package/dist/cjs/{when-event-is-from-69b5ca13.js → when-event-is-from-20e89254.js} +0 -0
  1919. /package/dist/cjs/{year-month-values-f387f8d8.js → year-month-values-6028ce26.js} +0 -0
  1920. /package/dist/collection/components/beta/{gux-badge/gux-badge.types.js → gux-phone-input/gux-phone.types.js} +0 -0
  1921. /package/dist/collection/components/beta/{gux-blank-state/gux-blank-state.types.js → gux-segmented-control/gux-segmented-control-item/gux-segmented-control-item.types.js} +0 -0
  1922. /package/dist/collection/components/beta/{gux-column-manager/gux-column-manager.types.js → gux-time-zone-picker/gux-time-zone-picker.types.js} +0 -0
  1923. /package/dist/collection/components/{stable/gux-disclosure-button → legacy/gux-disclosure-button-legacy}/gux-disclosure-button.types.js +0 -0
  1924. /package/dist/collection/components/legacy/{gux-notification-toast → gux-notification-toast-legacy}/gux-notification-toast.types.js +0 -0
  1925. /package/dist/collection/components/{beta/gux-loading-message/gux-loading-message-size.types.js → legacy/gux-pagination-legacy/gux-pagination.types.js} +0 -0
  1926. /package/dist/collection/components/legacy/{gux-simple-toast → gux-simple-toast-legacy}/gux-simple-toast.types.js +0 -0
  1927. /package/dist/collection/components/{stable/gux-switch → legacy/gux-switch-legacy}/gux-switch.types.js +0 -0
  1928. /package/dist/collection/components/{beta/gux-pagination-beta/gux-pagination-beta.types.js → stable/gux-badge/gux-badge.types.js} +0 -0
  1929. /package/dist/collection/components/{beta → stable}/gux-column-manager/gux-column-manager-item/gux-column-manager-item.service.js +0 -0
  1930. /package/dist/collection/components/{beta/gux-table-toolbar/gux-table-toolbar-action-accents.types.js → stable/gux-column-manager/gux-column-manager.types.js} +0 -0
  1931. /package/dist/collection/components/{beta → stable}/gux-flyout-menu/gux-menu/gux-menu.common.js +0 -0
  1932. /package/dist/collection/components/{beta → stable}/gux-table/gux-sort-control/tests/gux-sort-control.markup.js +0 -0
  1933. /package/dist/collection/components/{beta/gux-tag/gux-tag.types.js → stable/gux-table/gux-table.types.js} +0 -0
  1934. /package/dist/collection/components/{beta/gux-table-toolbar/gux-table-toolbar.types.js → stable/gux-table-toolbar/gux-table-toolbar-action/gux-table-toolbar-action.types.js} +0 -0
  1935. /package/dist/collection/components/{beta/gux-table-toolbar/gux-table-toolbar-action/gux-table-toolbar-action.types.js → stable/gux-table-toolbar/gux-table-toolbar-action-accents.types.js} +0 -0
  1936. /package/dist/collection/components/{beta → stable}/gux-table-toolbar/gux-table-toolbar.constants.js +0 -0
  1937. /package/dist/collection/components/{beta → stable}/gux-table-toolbar/gux-table-toolbar.service.js +0 -0
  1938. /package/dist/collection/components/{beta/gux-table/gux-table.types.js → stable/gux-table-toolbar/gux-table-toolbar.types.js} +0 -0
  1939. /package/dist/collection/components/{beta/gux-time-picker/gux-time-picker.type.js → stable/gux-tag/gux-tag.types.js} +0 -0
  1940. /package/dist/collection/components/stable/{gux-popover-list/gux-popover-list.types.js → gux-time-picker/gux-time-picker.type.js} +0 -0
  1941. /package/dist/collection/components/stable/{gux-popover/gux-popover.types.js → gux-tooltip/gux-tooltip-types.js} +0 -0
  1942. /package/dist/collection/{components/stable/gux-radial-progress/gux-radial-progress.types.js → i18n/time-zone/types.js} +0 -0
  1943. /package/dist/esm/{after-next-render-ed0f7dcd.js → after-next-render-84ec18ad.js} +0 -0
  1944. /package/dist/esm/{capitalize-first-letter-d2512ec0.js → capitalize-first-letter-45fad3db.js} +0 -0
  1945. /package/dist/esm/{clamp-6bdb0367.js → clamp-51db64df.js} +0 -0
  1946. /package/dist/esm/{en-66f138f8.js → en-1f9d79e6.js} +0 -0
  1947. /package/dist/esm/{en-5d726a81.js → en-98371f99.js} +0 -0
  1948. /package/dist/esm/{en-46223eb1.js → en-bf740e9b.js} +0 -0
  1949. /package/dist/esm/{event-is-from-90b69768.js → event-is-from-e25c5a22.js} +0 -0
  1950. /package/dist/esm/{get-closest-element-1597503c.js → get-closest-element-66f63212.js} +0 -0
  1951. /package/dist/esm/{get-slot-52d073f3.js → get-slot-55aade31.js} +0 -0
  1952. /package/dist/esm/{gux-list.service-a878b7e3.js → gux-list.service-693f4ba7.js} +0 -0
  1953. /package/dist/esm/{gux-listbox.service-a8319b51.js → gux-listbox.service-f2b6e01a.js} +0 -0
  1954. /package/dist/esm/{gux-menu.common-4a871a5c.js → gux-menu.common-e59a1b12.js} +0 -0
  1955. /package/dist/esm/{has-slot-062ae63a.js → has-slot-d06c74d9.js} +0 -0
  1956. /package/dist/esm/{iso-dates-a7c704a4.js → iso-dates-5bcd3209.js} +0 -0
  1957. /package/dist/esm/{log-error-e0bbd04a.js → log-error-0b15023e.js} +0 -0
  1958. /package/dist/esm/{on-input-disabled-state-change-3ea76372.js → on-input-disabled-state-change-e6bc912f.js} +0 -0
  1959. /package/dist/esm/{on-mutation-d500715c.js → on-mutation-a2b7cdad.js} +0 -0
  1960. /package/dist/esm/{prevent-browser-validation-styling-d16c3f4c.js → prevent-browser-validation-styling-8c459589.js} +0 -0
  1961. /package/dist/esm/{random-html-id-8e3f658c.js → random-html-id-3354d85c.js} +0 -0
  1962. /package/dist/esm/{simulate-native-event-ac69961f.js → simulate-native-event-bca7a1c9.js} +0 -0
  1963. /package/dist/esm/{when-event-is-from-18667084.js → when-event-is-from-6154bd60.js} +0 -0
  1964. /package/dist/esm/{year-month-values-1b64c204.js → year-month-values-6ffe871f.js} +0 -0
  1965. /package/dist/genesys-webcomponents/{p-955a1e6a.js → p-08874a83.js} +0 -0
  1966. /package/dist/genesys-webcomponents/{p-8a133b9b.js → p-0962dd7a.js} +0 -0
  1967. /package/dist/genesys-webcomponents/{p-3f5341ea.js → p-16f3da0d.js} +0 -0
  1968. /package/dist/genesys-webcomponents/{p-c10e41a9.js → p-28f55159.js} +0 -0
  1969. /package/dist/genesys-webcomponents/{p-93904222.js → p-31cd1b9a.js} +0 -0
  1970. /package/dist/genesys-webcomponents/{p-08bc2e6b.js → p-324b23f3.js} +0 -0
  1971. /package/dist/genesys-webcomponents/{p-2c3d934a.js → p-363466e3.js} +0 -0
  1972. /package/dist/genesys-webcomponents/{p-d176c2ae.js → p-373c5d93.js} +0 -0
  1973. /package/dist/genesys-webcomponents/{p-cbcbd1bb.js → p-3ea0d493.js} +0 -0
  1974. /package/dist/genesys-webcomponents/{p-e310debb.js → p-408d5857.js} +0 -0
  1975. /package/dist/genesys-webcomponents/{p-4f26144b.js → p-533d7842.js} +0 -0
  1976. /package/dist/genesys-webcomponents/{p-3e6097e5.js → p-693c1709.js} +0 -0
  1977. /package/dist/genesys-webcomponents/{p-837e3eff.js → p-705311af.js} +0 -0
  1978. /package/dist/genesys-webcomponents/{p-55cf6d81.js → p-71e00140.js} +0 -0
  1979. /package/dist/genesys-webcomponents/{p-9dd4b14a.js → p-7b08c759.js} +0 -0
  1980. /package/dist/genesys-webcomponents/{p-76ff3e75.js → p-8b703092.js} +0 -0
  1981. /package/dist/genesys-webcomponents/{p-251befef.js → p-9125cc36.js} +0 -0
  1982. /package/dist/genesys-webcomponents/{p-d0805f56.js → p-9d734bbd.js} +0 -0
  1983. /package/dist/genesys-webcomponents/{p-417354e9.js → p-aa9ff6ba.js} +0 -0
  1984. /package/dist/genesys-webcomponents/{p-89af02eb.js → p-c7328d42.js} +0 -0
  1985. /package/dist/genesys-webcomponents/{p-29e8b184.js → p-dbb0ac25.js} +0 -0
  1986. /package/dist/genesys-webcomponents/{p-091f51f6.js → p-ffaadf62.js} +0 -0
  1987. /package/dist/types/components/legacy/{gux-action-toast → gux-action-toast-legacy}/gux-action-toast.d.ts +0 -0
  1988. /package/dist/types/components/{stable/gux-advanced-dropdown → legacy/gux-advanced-dropdown-legacy}/dropdown-option/gux-dropdown-option.d.ts +0 -0
  1989. /package/dist/types/components/{stable/gux-disclosure-button → legacy/gux-disclosure-button-legacy}/gux-disclosure-button.types.d.ts +0 -0
  1990. /package/dist/types/components/legacy/{gux-notification-toast → gux-notification-toast-legacy}/gux-notification-toast.d.ts +0 -0
  1991. /package/dist/types/components/legacy/{gux-notification-toast → gux-notification-toast-legacy}/gux-notification-toast.types.d.ts +0 -0
  1992. /package/dist/types/components/legacy/{gux-simple-toast → gux-simple-toast-legacy}/gux-simple-toast.d.ts +0 -0
  1993. /package/dist/types/components/legacy/{gux-simple-toast → gux-simple-toast-legacy}/gux-simple-toast.types.d.ts +0 -0
  1994. /package/dist/types/components/{stable/gux-switch → legacy/gux-switch-legacy}/gux-switch-item/gux-switch-item.d.ts +0 -0
  1995. /package/dist/types/components/{stable/gux-switch → legacy/gux-switch-legacy}/gux-switch.d.ts +0 -0
  1996. /package/dist/types/components/{stable/gux-switch → legacy/gux-switch-legacy}/gux-switch.types.d.ts +0 -0
  1997. /package/dist/types/components/{beta → stable}/gux-column-manager/gux-column-manager-item/gux-column-manager-item.d.ts +0 -0
  1998. /package/dist/types/components/{beta → stable}/gux-column-manager/gux-column-manager-item/gux-column-manager-item.service.d.ts +0 -0
  1999. /package/dist/types/components/{beta → stable}/gux-column-manager/gux-column-manager.d.ts +0 -0
  2000. /package/dist/types/components/{beta → stable}/gux-column-manager/gux-column-manager.service.d.ts +0 -0
  2001. /package/dist/types/components/{beta → stable}/gux-column-manager/gux-column-manager.types.d.ts +0 -0
  2002. /package/dist/types/components/{beta → stable}/gux-dropdown-multi/gux-dropdown-multi-tag/gux-dropdown-multi-tag.d.ts +0 -0
  2003. /package/dist/types/components/{beta → stable}/gux-flyout-menu/gux-menu/gux-menu.common.d.ts +0 -0
  2004. /package/dist/types/components/{beta → stable}/gux-flyout-menu/gux-menu/gux-menu.d.ts +0 -0
  2005. /package/dist/types/components/{beta/gux-pagination-beta/gux-pagination-buttons-beta → stable/gux-pagination/gux-pagination-buttons}/gux-pagination-ellipsis-button/gux-pagination-ellipsis-button.d.ts +0 -0
  2006. /package/dist/types/components/{beta → stable}/gux-skip-navigation-list/gux-skip-navigation-item/gux-skip-navigation-item.d.ts +0 -0
  2007. /package/dist/types/components/{beta → stable}/gux-skip-navigation-list/gux-skip-navigation-list.d.ts +0 -0
  2008. /package/dist/types/components/{beta → stable}/gux-table/gux-all-row-select/gux-all-row-select.d.ts +0 -0
  2009. /package/dist/types/components/{beta → stable}/gux-table/gux-sort-control/gux-sort-control.d.ts +0 -0
  2010. /package/dist/types/components/{beta → stable}/gux-table/gux-sort-control/tests/gux-sort-control.markup.d.ts +0 -0
  2011. /package/dist/types/components/{beta → stable}/gux-table/gux-table-select-menu/gux-table-select-menu.d.ts +0 -0
  2012. /package/dist/types/components/{beta → stable}/gux-table/gux-table.types.d.ts +0 -0
  2013. /package/dist/types/components/{beta → stable}/gux-table-toolbar/gux-table-toolbar-action/gux-table-toolbar-action.d.ts +0 -0
  2014. /package/dist/types/components/{beta → stable}/gux-table-toolbar/gux-table-toolbar-action/gux-table-toolbar-action.types.d.ts +0 -0
  2015. /package/dist/types/components/{beta → stable}/gux-table-toolbar/gux-table-toolbar-action-accents.types.d.ts +0 -0
  2016. /package/dist/types/components/{beta → stable}/gux-table-toolbar/gux-table-toolbar.constants.d.ts +0 -0
  2017. /package/dist/types/components/{beta → stable}/gux-table-toolbar/gux-table-toolbar.d.ts +0 -0
  2018. /package/dist/types/components/{beta → stable}/gux-table-toolbar/gux-table-toolbar.service.d.ts +0 -0
  2019. /package/dist/types/components/{beta → stable}/gux-table-toolbar/gux-table-toolbar.types.d.ts +0 -0
  2020. /package/dist/types/components/{beta → stable}/gux-time-picker/gux-time-picker.service.d.ts +0 -0
  2021. /package/dist/types/components/{beta → stable}/gux-time-picker/gux-time-picker.type.d.ts +0 -0
@@ -0,0 +1,2709 @@
1
+ 'use strict';
2
+
3
+ function _interopNamespace(e) {
4
+ if (e && e.__esModule) return e;
5
+ var n = Object.create(null);
6
+ if (e) {
7
+ Object.keys(e).forEach(function (k) {
8
+ if (k !== 'default') {
9
+ var d = Object.getOwnPropertyDescriptor(e, k);
10
+ Object.defineProperty(n, k, d.get ? d : {
11
+ enumerable: true,
12
+ get: function () {
13
+ return e[k];
14
+ }
15
+ });
16
+ }
17
+ });
18
+ }
19
+ n['default'] = e;
20
+ return Object.freeze(n);
21
+ }
22
+
23
+ const NAMESPACE = 'genesys-webcomponents';
24
+
25
+ /**
26
+ * Virtual DOM patching algorithm based on Snabbdom by
27
+ * Simon Friis Vindum (@paldepind)
28
+ * Licensed under the MIT License
29
+ * https://github.com/snabbdom/snabbdom/blob/master/LICENSE
30
+ *
31
+ * Modified for Stencil's renderer and slot projection
32
+ */
33
+ let scopeId;
34
+ let contentRef;
35
+ let hostTagName;
36
+ let useNativeShadowDom = false;
37
+ let checkSlotFallbackVisibility = false;
38
+ let checkSlotRelocate = false;
39
+ let isSvgMode = false;
40
+ let queuePending = false;
41
+ const getAssetPath = (path) => {
42
+ const assetUrl = new URL(path, plt.$resourcesUrl$);
43
+ return assetUrl.origin !== win.location.origin ? assetUrl.href : assetUrl.pathname;
44
+ };
45
+ const createTime = (fnName, tagName = '') => {
46
+ {
47
+ return () => {
48
+ return;
49
+ };
50
+ }
51
+ };
52
+ const uniqueTime = (key, measureText) => {
53
+ {
54
+ return () => {
55
+ return;
56
+ };
57
+ }
58
+ };
59
+ const HYDRATED_CSS = '{visibility:hidden}[hydrated]{visibility:inherit}';
60
+ /**
61
+ * Default style mode id
62
+ */
63
+ /**
64
+ * Reusable empty obj/array
65
+ * Don't add values to these!!
66
+ */
67
+ const EMPTY_OBJ = {};
68
+ /**
69
+ * Namespaces
70
+ */
71
+ const SVG_NS = 'http://www.w3.org/2000/svg';
72
+ const HTML_NS = 'http://www.w3.org/1999/xhtml';
73
+ const isDef = (v) => v != null;
74
+ /**
75
+ * Check whether a value is a 'complex type', defined here as an object or a
76
+ * function.
77
+ *
78
+ * @param o the value to check
79
+ * @returns whether it's a complex type or not
80
+ */
81
+ const isComplexType = (o) => {
82
+ // https://jsperf.com/typeof-fn-object/5
83
+ o = typeof o;
84
+ return o === 'object' || o === 'function';
85
+ };
86
+ /**
87
+ * Helper method for querying a `meta` tag that contains a nonce value
88
+ * out of a DOM's head.
89
+ *
90
+ * @param doc The DOM containing the `head` to query against
91
+ * @returns The content of the meta tag representing the nonce value, or `undefined` if no tag
92
+ * exists or the tag has no content.
93
+ */
94
+ function queryNonceMetaTagContent(doc) {
95
+ var _a, _b, _c;
96
+ return (_c = (_b = (_a = doc.head) === null || _a === void 0 ? void 0 : _a.querySelector('meta[name="csp-nonce"]')) === null || _b === void 0 ? void 0 : _b.getAttribute('content')) !== null && _c !== void 0 ? _c : undefined;
97
+ }
98
+ /**
99
+ * Production h() function based on Preact by
100
+ * Jason Miller (@developit)
101
+ * Licensed under the MIT License
102
+ * https://github.com/developit/preact/blob/master/LICENSE
103
+ *
104
+ * Modified for Stencil's compiler and vdom
105
+ */
106
+ // export function h(nodeName: string | d.FunctionalComponent, vnodeData: d.PropsType, child?: d.ChildType): d.VNode;
107
+ // export function h(nodeName: string | d.FunctionalComponent, vnodeData: d.PropsType, ...children: d.ChildType[]): d.VNode;
108
+ const h = (nodeName, vnodeData, ...children) => {
109
+ let child = null;
110
+ let slotName = null;
111
+ let simple = false;
112
+ let lastSimple = false;
113
+ const vNodeChildren = [];
114
+ const walk = (c) => {
115
+ for (let i = 0; i < c.length; i++) {
116
+ child = c[i];
117
+ if (Array.isArray(child)) {
118
+ walk(child);
119
+ }
120
+ else if (child != null && typeof child !== 'boolean') {
121
+ if ((simple = typeof nodeName !== 'function' && !isComplexType(child))) {
122
+ child = String(child);
123
+ }
124
+ if (simple && lastSimple) {
125
+ // If the previous child was simple (string), we merge both
126
+ vNodeChildren[vNodeChildren.length - 1].$text$ += child;
127
+ }
128
+ else {
129
+ // Append a new vNode, if it's text, we create a text vNode
130
+ vNodeChildren.push(simple ? newVNode(null, child) : child);
131
+ }
132
+ lastSimple = simple;
133
+ }
134
+ }
135
+ };
136
+ walk(children);
137
+ if (vnodeData) {
138
+ if (vnodeData.name) {
139
+ slotName = vnodeData.name;
140
+ }
141
+ // normalize class / className attributes
142
+ {
143
+ const classData = vnodeData.className || vnodeData.class;
144
+ if (classData) {
145
+ vnodeData.class =
146
+ typeof classData !== 'object'
147
+ ? classData
148
+ : Object.keys(classData)
149
+ .filter((k) => classData[k])
150
+ .join(' ');
151
+ }
152
+ }
153
+ }
154
+ if (typeof nodeName === 'function') {
155
+ // nodeName is a functional component
156
+ return nodeName(vnodeData === null ? {} : vnodeData, vNodeChildren, vdomFnUtils);
157
+ }
158
+ const vnode = newVNode(nodeName, null);
159
+ vnode.$attrs$ = vnodeData;
160
+ if (vNodeChildren.length > 0) {
161
+ vnode.$children$ = vNodeChildren;
162
+ }
163
+ {
164
+ vnode.$name$ = slotName;
165
+ }
166
+ return vnode;
167
+ };
168
+ /**
169
+ * A utility function for creating a virtual DOM node from a tag and some
170
+ * possible text content.
171
+ *
172
+ * @param tag the tag for this element
173
+ * @param text possible text content for the node
174
+ * @returns a newly-minted virtual DOM node
175
+ */
176
+ const newVNode = (tag, text) => {
177
+ const vnode = {
178
+ $flags$: 0,
179
+ $tag$: tag,
180
+ $text$: text,
181
+ $elm$: null,
182
+ $children$: null,
183
+ };
184
+ {
185
+ vnode.$attrs$ = null;
186
+ }
187
+ {
188
+ vnode.$name$ = null;
189
+ }
190
+ return vnode;
191
+ };
192
+ const Host = {};
193
+ /**
194
+ * Check whether a given node is a Host node or not
195
+ *
196
+ * @param node the virtual DOM node to check
197
+ * @returns whether it's a Host node or not
198
+ */
199
+ const isHost = (node) => node && node.$tag$ === Host;
200
+ /**
201
+ * Implementation of {@link d.FunctionalUtilities} for Stencil's VDom.
202
+ *
203
+ * Note that these functions convert from {@link d.VNode} to
204
+ * {@link d.ChildNode} to give functional component developers a friendly
205
+ * interface.
206
+ */
207
+ const vdomFnUtils = {
208
+ forEach: (children, cb) => children.map(convertToPublic).forEach(cb),
209
+ map: (children, cb) => children.map(convertToPublic).map(cb).map(convertToPrivate),
210
+ };
211
+ /**
212
+ * Convert a {@link d.VNode} to a {@link d.ChildNode} in order to present a
213
+ * friendlier public interface (hence, 'convertToPublic').
214
+ *
215
+ * @param node the virtual DOM node to convert
216
+ * @returns a converted child node
217
+ */
218
+ const convertToPublic = (node) => ({
219
+ vattrs: node.$attrs$,
220
+ vchildren: node.$children$,
221
+ vkey: node.$key$,
222
+ vname: node.$name$,
223
+ vtag: node.$tag$,
224
+ vtext: node.$text$,
225
+ });
226
+ /**
227
+ * Convert a {@link d.ChildNode} back to an equivalent {@link d.VNode} in
228
+ * order to use the resulting object in the virtual DOM. The initial object was
229
+ * likely created as part of presenting a public API, so converting it back
230
+ * involved making it 'private' again (hence, `convertToPrivate`).
231
+ *
232
+ * @param node the child node to convert
233
+ * @returns a converted virtual DOM node
234
+ */
235
+ const convertToPrivate = (node) => {
236
+ if (typeof node.vtag === 'function') {
237
+ const vnodeData = Object.assign({}, node.vattrs);
238
+ if (node.vkey) {
239
+ vnodeData.key = node.vkey;
240
+ }
241
+ if (node.vname) {
242
+ vnodeData.name = node.vname;
243
+ }
244
+ return h(node.vtag, vnodeData, ...(node.vchildren || []));
245
+ }
246
+ const vnode = newVNode(node.vtag, node.vtext);
247
+ vnode.$attrs$ = node.vattrs;
248
+ vnode.$children$ = node.vchildren;
249
+ vnode.$key$ = node.vkey;
250
+ vnode.$name$ = node.vname;
251
+ return vnode;
252
+ };
253
+ /**
254
+ * Parse a new property value for a given property type.
255
+ *
256
+ * While the prop value can reasonably be expected to be of `any` type as far as TypeScript's type checker is concerned,
257
+ * it is not safe to assume that the string returned by evaluating `typeof propValue` matches:
258
+ * 1. `any`, the type given to `propValue` in the function signature
259
+ * 2. the type stored from `propType`.
260
+ *
261
+ * This function provides the capability to parse/coerce a property's value to potentially any other JavaScript type.
262
+ *
263
+ * Property values represented in TSX preserve their type information. In the example below, the number 0 is passed to
264
+ * a component. This `propValue` will preserve its type information (`typeof propValue === 'number'`). Note that is
265
+ * based on the type of the value being passed in, not the type declared of the class member decorated with `@Prop`.
266
+ * ```tsx
267
+ * <my-cmp prop-val={0}></my-cmp>
268
+ * ```
269
+ *
270
+ * HTML prop values on the other hand, will always a string
271
+ *
272
+ * @param propValue the new value to coerce to some type
273
+ * @param propType the type of the prop, expressed as a binary number
274
+ * @returns the parsed/coerced value
275
+ */
276
+ const parsePropertyValue = (propValue, propType) => {
277
+ // ensure this value is of the correct prop type
278
+ if (propValue != null && !isComplexType(propValue)) {
279
+ if (propType & 4 /* MEMBER_FLAGS.Boolean */) {
280
+ // per the HTML spec, any string value means it is a boolean true value
281
+ // but we'll cheat here and say that the string "false" is the boolean false
282
+ return propValue === 'false' ? false : propValue === '' || !!propValue;
283
+ }
284
+ if (propType & 2 /* MEMBER_FLAGS.Number */) {
285
+ // force it to be a number
286
+ return parseFloat(propValue);
287
+ }
288
+ if (propType & 1 /* MEMBER_FLAGS.String */) {
289
+ // could have been passed as a number or boolean
290
+ // but we still want it as a string
291
+ return String(propValue);
292
+ }
293
+ // redundant return here for better minification
294
+ return propValue;
295
+ }
296
+ // not sure exactly what type we want
297
+ // so no need to change to a different type
298
+ return propValue;
299
+ };
300
+ const getElement = (ref) => (getHostRef(ref).$hostElement$ );
301
+ const createEvent = (ref, name, flags) => {
302
+ const elm = getElement(ref);
303
+ return {
304
+ emit: (detail) => {
305
+ return emitEvent(elm, name, {
306
+ bubbles: !!(flags & 4 /* EVENT_FLAGS.Bubbles */),
307
+ composed: !!(flags & 2 /* EVENT_FLAGS.Composed */),
308
+ cancelable: !!(flags & 1 /* EVENT_FLAGS.Cancellable */),
309
+ detail,
310
+ });
311
+ },
312
+ };
313
+ };
314
+ /**
315
+ * Helper function to create & dispatch a custom Event on a provided target
316
+ * @param elm the target of the Event
317
+ * @param name the name to give the custom Event
318
+ * @param opts options for configuring a custom Event
319
+ * @returns the custom Event
320
+ */
321
+ const emitEvent = (elm, name, opts) => {
322
+ const ev = plt.ce(name, opts);
323
+ elm.dispatchEvent(ev);
324
+ return ev;
325
+ };
326
+ const rootAppliedStyles = /*@__PURE__*/ new WeakMap();
327
+ const registerStyle = (scopeId, cssText, allowCS) => {
328
+ let style = styles.get(scopeId);
329
+ if (supportsConstructableStylesheets && allowCS) {
330
+ style = (style || new CSSStyleSheet());
331
+ if (typeof style === 'string') {
332
+ style = cssText;
333
+ }
334
+ else {
335
+ style.replaceSync(cssText);
336
+ }
337
+ }
338
+ else {
339
+ style = cssText;
340
+ }
341
+ styles.set(scopeId, style);
342
+ };
343
+ const addStyle = (styleContainerNode, cmpMeta, mode) => {
344
+ var _a;
345
+ const scopeId = getScopeId(cmpMeta);
346
+ const style = styles.get(scopeId);
347
+ // if an element is NOT connected then getRootNode() will return the wrong root node
348
+ // so the fallback is to always use the document for the root node in those cases
349
+ styleContainerNode = styleContainerNode.nodeType === 11 /* NODE_TYPE.DocumentFragment */ ? styleContainerNode : doc;
350
+ if (style) {
351
+ if (typeof style === 'string') {
352
+ styleContainerNode = styleContainerNode.head || styleContainerNode;
353
+ let appliedStyles = rootAppliedStyles.get(styleContainerNode);
354
+ let styleElm;
355
+ if (!appliedStyles) {
356
+ rootAppliedStyles.set(styleContainerNode, (appliedStyles = new Set()));
357
+ }
358
+ if (!appliedStyles.has(scopeId)) {
359
+ {
360
+ styleElm = doc.createElement('style');
361
+ styleElm.innerHTML = style;
362
+ // Apply CSP nonce to the style tag if it exists
363
+ const nonce = (_a = plt.$nonce$) !== null && _a !== void 0 ? _a : queryNonceMetaTagContent(doc);
364
+ if (nonce != null) {
365
+ styleElm.setAttribute('nonce', nonce);
366
+ }
367
+ styleContainerNode.insertBefore(styleElm, styleContainerNode.querySelector('link'));
368
+ }
369
+ if (appliedStyles) {
370
+ appliedStyles.add(scopeId);
371
+ }
372
+ }
373
+ }
374
+ else if (!styleContainerNode.adoptedStyleSheets.includes(style)) {
375
+ styleContainerNode.adoptedStyleSheets = [...styleContainerNode.adoptedStyleSheets, style];
376
+ }
377
+ }
378
+ return scopeId;
379
+ };
380
+ const attachStyles = (hostRef) => {
381
+ const cmpMeta = hostRef.$cmpMeta$;
382
+ const elm = hostRef.$hostElement$;
383
+ const flags = cmpMeta.$flags$;
384
+ const endAttachStyles = createTime('attachStyles', cmpMeta.$tagName$);
385
+ const scopeId = addStyle(elm.shadowRoot ? elm.shadowRoot : elm.getRootNode(), cmpMeta);
386
+ if (flags & 10 /* CMP_FLAGS.needsScopedEncapsulation */) {
387
+ // only required when we're NOT using native shadow dom (slot)
388
+ // or this browser doesn't support native shadow dom
389
+ // and this host element was NOT created with SSR
390
+ // let's pick out the inner content for slot projection
391
+ // create a node to represent where the original
392
+ // content was first placed, which is useful later on
393
+ // DOM WRITE!!
394
+ elm['s-sc'] = scopeId;
395
+ elm.classList.add(scopeId + '-h');
396
+ }
397
+ endAttachStyles();
398
+ };
399
+ const getScopeId = (cmp, mode) => 'sc-' + (cmp.$tagName$);
400
+ /**
401
+ * Production setAccessor() function based on Preact by
402
+ * Jason Miller (@developit)
403
+ * Licensed under the MIT License
404
+ * https://github.com/developit/preact/blob/master/LICENSE
405
+ *
406
+ * Modified for Stencil's compiler and vdom
407
+ */
408
+ /**
409
+ * When running a VDom render set properties present on a VDom node onto the
410
+ * corresponding HTML element.
411
+ *
412
+ * Note that this function has special functionality for the `class`,
413
+ * `style`, `key`, and `ref` attributes, as well as event handlers (like
414
+ * `onClick`, etc). All others are just passed through as-is.
415
+ *
416
+ * @param elm the HTMLElement onto which attributes should be set
417
+ * @param memberName the name of the attribute to set
418
+ * @param oldValue the old value for the attribute
419
+ * @param newValue the new value for the attribute
420
+ * @param isSvg whether we're in an svg context or not
421
+ * @param flags bitflags for Vdom variables
422
+ */
423
+ const setAccessor = (elm, memberName, oldValue, newValue, isSvg, flags) => {
424
+ if (oldValue !== newValue) {
425
+ let isProp = isMemberInElement(elm, memberName);
426
+ let ln = memberName.toLowerCase();
427
+ if (memberName === 'class') {
428
+ const classList = elm.classList;
429
+ const oldClasses = parseClassList(oldValue);
430
+ const newClasses = parseClassList(newValue);
431
+ classList.remove(...oldClasses.filter((c) => c && !newClasses.includes(c)));
432
+ classList.add(...newClasses.filter((c) => c && !oldClasses.includes(c)));
433
+ }
434
+ else if (memberName === 'style') {
435
+ // update style attribute, css properties and values
436
+ {
437
+ for (const prop in oldValue) {
438
+ if (!newValue || newValue[prop] == null) {
439
+ if (prop.includes('-')) {
440
+ elm.style.removeProperty(prop);
441
+ }
442
+ else {
443
+ elm.style[prop] = '';
444
+ }
445
+ }
446
+ }
447
+ }
448
+ for (const prop in newValue) {
449
+ if (!oldValue || newValue[prop] !== oldValue[prop]) {
450
+ if (prop.includes('-')) {
451
+ elm.style.setProperty(prop, newValue[prop]);
452
+ }
453
+ else {
454
+ elm.style[prop] = newValue[prop];
455
+ }
456
+ }
457
+ }
458
+ }
459
+ else if (memberName === 'ref') {
460
+ // minifier will clean this up
461
+ if (newValue) {
462
+ newValue(elm);
463
+ }
464
+ }
465
+ else if ((!isProp ) &&
466
+ memberName[0] === 'o' &&
467
+ memberName[1] === 'n') {
468
+ // Event Handlers
469
+ // so if the member name starts with "on" and the 3rd characters is
470
+ // a capital letter, and it's not already a member on the element,
471
+ // then we're assuming it's an event listener
472
+ if (memberName[2] === '-') {
473
+ // on- prefixed events
474
+ // allows to be explicit about the dom event to listen without any magic
475
+ // under the hood:
476
+ // <my-cmp on-click> // listens for "click"
477
+ // <my-cmp on-Click> // listens for "Click"
478
+ // <my-cmp on-ionChange> // listens for "ionChange"
479
+ // <my-cmp on-EVENTS> // listens for "EVENTS"
480
+ memberName = memberName.slice(3);
481
+ }
482
+ else if (isMemberInElement(win, ln)) {
483
+ // standard event
484
+ // the JSX attribute could have been "onMouseOver" and the
485
+ // member name "onmouseover" is on the window's prototype
486
+ // so let's add the listener "mouseover", which is all lowercased
487
+ memberName = ln.slice(2);
488
+ }
489
+ else {
490
+ // custom event
491
+ // the JSX attribute could have been "onMyCustomEvent"
492
+ // so let's trim off the "on" prefix and lowercase the first character
493
+ // and add the listener "myCustomEvent"
494
+ // except for the first character, we keep the event name case
495
+ memberName = ln[2] + memberName.slice(3);
496
+ }
497
+ if (oldValue) {
498
+ plt.rel(elm, memberName, oldValue, false);
499
+ }
500
+ if (newValue) {
501
+ plt.ael(elm, memberName, newValue, false);
502
+ }
503
+ }
504
+ else {
505
+ // Set property if it exists and it's not a SVG
506
+ const isComplex = isComplexType(newValue);
507
+ if ((isProp || (isComplex && newValue !== null)) && !isSvg) {
508
+ try {
509
+ if (!elm.tagName.includes('-')) {
510
+ const n = newValue == null ? '' : newValue;
511
+ // Workaround for Safari, moving the <input> caret when re-assigning the same valued
512
+ if (memberName === 'list') {
513
+ isProp = false;
514
+ }
515
+ else if (oldValue == null || elm[memberName] != n) {
516
+ elm[memberName] = n;
517
+ }
518
+ }
519
+ else {
520
+ elm[memberName] = newValue;
521
+ }
522
+ }
523
+ catch (e) { }
524
+ }
525
+ if (newValue == null || newValue === false) {
526
+ if (newValue !== false || elm.getAttribute(memberName) === '') {
527
+ {
528
+ elm.removeAttribute(memberName);
529
+ }
530
+ }
531
+ }
532
+ else if ((!isProp || flags & 4 /* VNODE_FLAGS.isHost */ || isSvg) && !isComplex) {
533
+ newValue = newValue === true ? '' : newValue;
534
+ {
535
+ elm.setAttribute(memberName, newValue);
536
+ }
537
+ }
538
+ }
539
+ }
540
+ };
541
+ const parseClassListRegex = /\s/;
542
+ const parseClassList = (value) => (!value ? [] : value.split(parseClassListRegex));
543
+ const updateElement = (oldVnode, newVnode, isSvgMode, memberName) => {
544
+ // if the element passed in is a shadow root, which is a document fragment
545
+ // then we want to be adding attrs/props to the shadow root's "host" element
546
+ // if it's not a shadow root, then we add attrs/props to the same element
547
+ const elm = newVnode.$elm$.nodeType === 11 /* NODE_TYPE.DocumentFragment */ && newVnode.$elm$.host
548
+ ? newVnode.$elm$.host
549
+ : newVnode.$elm$;
550
+ const oldVnodeAttrs = (oldVnode && oldVnode.$attrs$) || EMPTY_OBJ;
551
+ const newVnodeAttrs = newVnode.$attrs$ || EMPTY_OBJ;
552
+ {
553
+ // remove attributes no longer present on the vnode by setting them to undefined
554
+ for (memberName in oldVnodeAttrs) {
555
+ if (!(memberName in newVnodeAttrs)) {
556
+ setAccessor(elm, memberName, oldVnodeAttrs[memberName], undefined, isSvgMode, newVnode.$flags$);
557
+ }
558
+ }
559
+ }
560
+ // add new & update changed attributes
561
+ for (memberName in newVnodeAttrs) {
562
+ setAccessor(elm, memberName, oldVnodeAttrs[memberName], newVnodeAttrs[memberName], isSvgMode, newVnode.$flags$);
563
+ }
564
+ };
565
+ /**
566
+ * Create a DOM Node corresponding to one of the children of a given VNode.
567
+ *
568
+ * @param oldParentVNode the parent VNode from the previous render
569
+ * @param newParentVNode the parent VNode from the current render
570
+ * @param childIndex the index of the VNode, in the _new_ parent node's
571
+ * children, for which we will create a new DOM node
572
+ * @param parentElm the parent DOM node which our new node will be a child of
573
+ * @returns the newly created node
574
+ */
575
+ const createElm = (oldParentVNode, newParentVNode, childIndex, parentElm) => {
576
+ // tslint:disable-next-line: prefer-const
577
+ const newVNode = newParentVNode.$children$[childIndex];
578
+ let i = 0;
579
+ let elm;
580
+ let childNode;
581
+ let oldVNode;
582
+ if (!useNativeShadowDom) {
583
+ // remember for later we need to check to relocate nodes
584
+ checkSlotRelocate = true;
585
+ if (newVNode.$tag$ === 'slot') {
586
+ if (scopeId) {
587
+ // scoped css needs to add its scoped id to the parent element
588
+ parentElm.classList.add(scopeId + '-s');
589
+ }
590
+ newVNode.$flags$ |= newVNode.$children$
591
+ ? // slot element has fallback content
592
+ 2 /* VNODE_FLAGS.isSlotFallback */
593
+ : // slot element does not have fallback content
594
+ 1 /* VNODE_FLAGS.isSlotReference */;
595
+ }
596
+ }
597
+ if (newVNode.$text$ !== null) {
598
+ // create text node
599
+ elm = newVNode.$elm$ = doc.createTextNode(newVNode.$text$);
600
+ }
601
+ else if (newVNode.$flags$ & 1 /* VNODE_FLAGS.isSlotReference */) {
602
+ // create a slot reference node
603
+ elm = newVNode.$elm$ =
604
+ doc.createTextNode('');
605
+ }
606
+ else {
607
+ if (!isSvgMode) {
608
+ isSvgMode = newVNode.$tag$ === 'svg';
609
+ }
610
+ // create element
611
+ elm = newVNode.$elm$ = (doc.createElementNS(isSvgMode ? SVG_NS : HTML_NS, newVNode.$flags$ & 2 /* VNODE_FLAGS.isSlotFallback */
612
+ ? 'slot-fb'
613
+ : newVNode.$tag$)
614
+ );
615
+ if (isSvgMode && newVNode.$tag$ === 'foreignObject') {
616
+ isSvgMode = false;
617
+ }
618
+ // add css classes, attrs, props, listeners, etc.
619
+ {
620
+ updateElement(null, newVNode, isSvgMode);
621
+ }
622
+ if (isDef(scopeId) && elm['s-si'] !== scopeId) {
623
+ // if there is a scopeId and this is the initial render
624
+ // then let's add the scopeId as a css class
625
+ elm.classList.add((elm['s-si'] = scopeId));
626
+ }
627
+ if (newVNode.$children$) {
628
+ for (i = 0; i < newVNode.$children$.length; ++i) {
629
+ // create the node
630
+ childNode = createElm(oldParentVNode, newVNode, i, elm);
631
+ // return node could have been null
632
+ if (childNode) {
633
+ // append our new node
634
+ elm.appendChild(childNode);
635
+ }
636
+ }
637
+ }
638
+ {
639
+ if (newVNode.$tag$ === 'svg') {
640
+ // Only reset the SVG context when we're exiting <svg> element
641
+ isSvgMode = false;
642
+ }
643
+ else if (elm.tagName === 'foreignObject') {
644
+ // Reenter SVG context when we're exiting <foreignObject> element
645
+ isSvgMode = true;
646
+ }
647
+ }
648
+ }
649
+ {
650
+ elm['s-hn'] = hostTagName;
651
+ if (newVNode.$flags$ & (2 /* VNODE_FLAGS.isSlotFallback */ | 1 /* VNODE_FLAGS.isSlotReference */)) {
652
+ // remember the content reference comment
653
+ elm['s-sr'] = true;
654
+ // remember the content reference comment
655
+ elm['s-cr'] = contentRef;
656
+ // remember the slot name, or empty string for default slot
657
+ elm['s-sn'] = newVNode.$name$ || '';
658
+ // check if we've got an old vnode for this slot
659
+ oldVNode = oldParentVNode && oldParentVNode.$children$ && oldParentVNode.$children$[childIndex];
660
+ if (oldVNode && oldVNode.$tag$ === newVNode.$tag$ && oldParentVNode.$elm$) {
661
+ // we've got an old slot vnode and the wrapper is being replaced
662
+ // so let's move the old slot content back to it's original location
663
+ putBackInOriginalLocation(oldParentVNode.$elm$, false);
664
+ }
665
+ }
666
+ }
667
+ return elm;
668
+ };
669
+ const putBackInOriginalLocation = (parentElm, recursive) => {
670
+ plt.$flags$ |= 1 /* PLATFORM_FLAGS.isTmpDisconnected */;
671
+ const oldSlotChildNodes = parentElm.childNodes;
672
+ for (let i = oldSlotChildNodes.length - 1; i >= 0; i--) {
673
+ const childNode = oldSlotChildNodes[i];
674
+ if (childNode['s-hn'] !== hostTagName && childNode['s-ol']) {
675
+ // // this child node in the old element is from another component
676
+ // // remove this node from the old slot's parent
677
+ // childNode.remove();
678
+ // and relocate it back to it's original location
679
+ parentReferenceNode(childNode).insertBefore(childNode, referenceNode(childNode));
680
+ // remove the old original location comment entirely
681
+ // later on the patch function will know what to do
682
+ // and move this to the correct spot in need be
683
+ childNode['s-ol'].remove();
684
+ childNode['s-ol'] = undefined;
685
+ checkSlotRelocate = true;
686
+ }
687
+ if (recursive) {
688
+ putBackInOriginalLocation(childNode, recursive);
689
+ }
690
+ }
691
+ plt.$flags$ &= ~1 /* PLATFORM_FLAGS.isTmpDisconnected */;
692
+ };
693
+ /**
694
+ * Create DOM nodes corresponding to a list of {@link d.Vnode} objects and
695
+ * add them to the DOM in the appropriate place.
696
+ *
697
+ * @param parentElm the DOM node which should be used as a parent for the new
698
+ * DOM nodes
699
+ * @param before a child of the `parentElm` which the new children should be
700
+ * inserted before (optional)
701
+ * @param parentVNode the parent virtual DOM node
702
+ * @param vnodes the new child virtual DOM nodes to produce DOM nodes for
703
+ * @param startIdx the index in the child virtual DOM nodes at which to start
704
+ * creating DOM nodes (inclusive)
705
+ * @param endIdx the index in the child virtual DOM nodes at which to stop
706
+ * creating DOM nodes (inclusive)
707
+ */
708
+ const addVnodes = (parentElm, before, parentVNode, vnodes, startIdx, endIdx) => {
709
+ let containerElm = ((parentElm['s-cr'] && parentElm['s-cr'].parentNode) || parentElm);
710
+ let childNode;
711
+ if (containerElm.shadowRoot && containerElm.tagName === hostTagName) {
712
+ containerElm = containerElm.shadowRoot;
713
+ }
714
+ for (; startIdx <= endIdx; ++startIdx) {
715
+ if (vnodes[startIdx]) {
716
+ childNode = createElm(null, parentVNode, startIdx, parentElm);
717
+ if (childNode) {
718
+ vnodes[startIdx].$elm$ = childNode;
719
+ containerElm.insertBefore(childNode, referenceNode(before) );
720
+ }
721
+ }
722
+ }
723
+ };
724
+ /**
725
+ * Remove the DOM elements corresponding to a list of {@link d.VNode} objects.
726
+ * This can be used to, for instance, clean up after a list of children which
727
+ * should no longer be shown.
728
+ *
729
+ * This function also handles some of Stencil's slot relocation logic.
730
+ *
731
+ * @param vnodes a list of virtual DOM nodes to remove
732
+ * @param startIdx the index at which to start removing nodes (inclusive)
733
+ * @param endIdx the index at which to stop removing nodes (inclusive)
734
+ */
735
+ const removeVnodes = (vnodes, startIdx, endIdx) => {
736
+ for (let index = startIdx; index <= endIdx; ++index) {
737
+ const vnode = vnodes[index];
738
+ if (vnode) {
739
+ const elm = vnode.$elm$;
740
+ nullifyVNodeRefs(vnode);
741
+ if (elm) {
742
+ {
743
+ // we're removing this element
744
+ // so it's possible we need to show slot fallback content now
745
+ checkSlotFallbackVisibility = true;
746
+ if (elm['s-ol']) {
747
+ // remove the original location comment
748
+ elm['s-ol'].remove();
749
+ }
750
+ else {
751
+ // it's possible that child nodes of the node
752
+ // that's being removed are slot nodes
753
+ putBackInOriginalLocation(elm, true);
754
+ }
755
+ }
756
+ // remove the vnode's element from the dom
757
+ elm.remove();
758
+ }
759
+ }
760
+ }
761
+ };
762
+ /**
763
+ * Reconcile the children of a new VNode with the children of an old VNode by
764
+ * traversing the two collections of children, identifying nodes that are
765
+ * conserved or changed, calling out to `patch` to make any necessary
766
+ * updates to the DOM, and rearranging DOM nodes as needed.
767
+ *
768
+ * The algorithm for reconciling children works by analyzing two 'windows' onto
769
+ * the two arrays of children (`oldCh` and `newCh`). We keep track of the
770
+ * 'windows' by storing start and end indices and references to the
771
+ * corresponding array entries. Initially the two 'windows' are basically equal
772
+ * to the entire array, but we progressively narrow the windows until there are
773
+ * no children left to update by doing the following:
774
+ *
775
+ * 1. Skip any `null` entries at the beginning or end of the two arrays, so
776
+ * that if we have an initial array like the following we'll end up dealing
777
+ * only with a window bounded by the highlighted elements:
778
+ *
779
+ * [null, null, VNode1 , ... , VNode2, null, null]
780
+ * ^^^^^^ ^^^^^^
781
+ *
782
+ * 2. Check to see if the elements at the head and tail positions are equal
783
+ * across the windows. This will basically detect elements which haven't
784
+ * been added, removed, or changed position, i.e. if you had the following
785
+ * VNode elements (represented as HTML):
786
+ *
787
+ * oldVNode: `<div><p><span>HEY</span></p></div>`
788
+ * newVNode: `<div><p><span>THERE</span></p></div>`
789
+ *
790
+ * Then when comparing the children of the `<div>` tag we check the equality
791
+ * of the VNodes corresponding to the `<p>` tags and, since they are the
792
+ * same tag in the same position, we'd be able to avoid completely
793
+ * re-rendering the subtree under them with a new DOM element and would just
794
+ * call out to `patch` to handle reconciling their children and so on.
795
+ *
796
+ * 3. Check, for both windows, to see if the element at the beginning of the
797
+ * window corresponds to the element at the end of the other window. This is
798
+ * a heuristic which will let us identify _some_ situations in which
799
+ * elements have changed position, for instance it _should_ detect that the
800
+ * children nodes themselves have not changed but merely moved in the
801
+ * following example:
802
+ *
803
+ * oldVNode: `<div><element-one /><element-two /></div>`
804
+ * newVNode: `<div><element-two /><element-one /></div>`
805
+ *
806
+ * If we find cases like this then we also need to move the concrete DOM
807
+ * elements corresponding to the moved children to write the re-order to the
808
+ * DOM.
809
+ *
810
+ * 4. Finally, if VNodes have the `key` attribute set on them we check for any
811
+ * nodes in the old children which have the same key as the first element in
812
+ * our window on the new children. If we find such a node we handle calling
813
+ * out to `patch`, moving relevant DOM nodes, and so on, in accordance with
814
+ * what we find.
815
+ *
816
+ * Finally, once we've narrowed our 'windows' to the point that either of them
817
+ * collapse (i.e. they have length 0) we then handle any remaining VNode
818
+ * insertion or deletion that needs to happen to get a DOM state that correctly
819
+ * reflects the new child VNodes. If, for instance, after our window on the old
820
+ * children has collapsed we still have more nodes on the new children that
821
+ * we haven't dealt with yet then we need to add them, or if the new children
822
+ * collapse but we still have unhandled _old_ children then we need to make
823
+ * sure the corresponding DOM nodes are removed.
824
+ *
825
+ * @param parentElm the node into which the parent VNode is rendered
826
+ * @param oldCh the old children of the parent node
827
+ * @param newVNode the new VNode which will replace the parent
828
+ * @param newCh the new children of the parent node
829
+ */
830
+ const updateChildren = (parentElm, oldCh, newVNode, newCh) => {
831
+ let oldStartIdx = 0;
832
+ let newStartIdx = 0;
833
+ let oldEndIdx = oldCh.length - 1;
834
+ let oldStartVnode = oldCh[0];
835
+ let oldEndVnode = oldCh[oldEndIdx];
836
+ let newEndIdx = newCh.length - 1;
837
+ let newStartVnode = newCh[0];
838
+ let newEndVnode = newCh[newEndIdx];
839
+ let node;
840
+ while (oldStartIdx <= oldEndIdx && newStartIdx <= newEndIdx) {
841
+ if (oldStartVnode == null) {
842
+ // VNode might have been moved left
843
+ oldStartVnode = oldCh[++oldStartIdx];
844
+ }
845
+ else if (oldEndVnode == null) {
846
+ oldEndVnode = oldCh[--oldEndIdx];
847
+ }
848
+ else if (newStartVnode == null) {
849
+ newStartVnode = newCh[++newStartIdx];
850
+ }
851
+ else if (newEndVnode == null) {
852
+ newEndVnode = newCh[--newEndIdx];
853
+ }
854
+ else if (isSameVnode(oldStartVnode, newStartVnode)) {
855
+ // if the start nodes are the same then we should patch the new VNode
856
+ // onto the old one, and increment our `newStartIdx` and `oldStartIdx`
857
+ // indices to reflect that. We don't need to move any DOM Nodes around
858
+ // since things are matched up in order.
859
+ patch(oldStartVnode, newStartVnode);
860
+ oldStartVnode = oldCh[++oldStartIdx];
861
+ newStartVnode = newCh[++newStartIdx];
862
+ }
863
+ else if (isSameVnode(oldEndVnode, newEndVnode)) {
864
+ // likewise, if the end nodes are the same we patch new onto old and
865
+ // decrement our end indices, and also likewise in this case we don't
866
+ // need to move any DOM Nodes.
867
+ patch(oldEndVnode, newEndVnode);
868
+ oldEndVnode = oldCh[--oldEndIdx];
869
+ newEndVnode = newCh[--newEndIdx];
870
+ }
871
+ else if (isSameVnode(oldStartVnode, newEndVnode)) {
872
+ // case: "Vnode moved right"
873
+ //
874
+ // We've found that the last node in our window on the new children is
875
+ // the same VNode as the _first_ node in our window on the old children
876
+ // we're dealing with now. Visually, this is the layout of these two
877
+ // nodes:
878
+ //
879
+ // newCh: [..., newStartVnode , ... , newEndVnode , ...]
880
+ // ^^^^^^^^^^^
881
+ // oldCh: [..., oldStartVnode , ... , oldEndVnode , ...]
882
+ // ^^^^^^^^^^^^^
883
+ //
884
+ // In this situation we need to patch `newEndVnode` onto `oldStartVnode`
885
+ // and move the DOM element for `oldStartVnode`.
886
+ if ((oldStartVnode.$tag$ === 'slot' || newEndVnode.$tag$ === 'slot')) {
887
+ putBackInOriginalLocation(oldStartVnode.$elm$.parentNode, false);
888
+ }
889
+ patch(oldStartVnode, newEndVnode);
890
+ // We need to move the element for `oldStartVnode` into a position which
891
+ // will be appropriate for `newEndVnode`. For this we can use
892
+ // `.insertBefore` and `oldEndVnode.$elm$.nextSibling`. If there is a
893
+ // sibling for `oldEndVnode.$elm$` then we want to move the DOM node for
894
+ // `oldStartVnode` between `oldEndVnode` and it's sibling, like so:
895
+ //
896
+ // <old-start-node />
897
+ // <some-intervening-node />
898
+ // <old-end-node />
899
+ // <!-- -> <-- `oldStartVnode.$elm$` should be inserted here
900
+ // <next-sibling />
901
+ //
902
+ // If instead `oldEndVnode.$elm$` has no sibling then we just want to put
903
+ // the node for `oldStartVnode` at the end of the children of
904
+ // `parentElm`. Luckily, `Node.nextSibling` will return `null` if there
905
+ // aren't any siblings, and passing `null` to `Node.insertBefore` will
906
+ // append it to the children of the parent element.
907
+ parentElm.insertBefore(oldStartVnode.$elm$, oldEndVnode.$elm$.nextSibling);
908
+ oldStartVnode = oldCh[++oldStartIdx];
909
+ newEndVnode = newCh[--newEndIdx];
910
+ }
911
+ else if (isSameVnode(oldEndVnode, newStartVnode)) {
912
+ // case: "Vnode moved left"
913
+ //
914
+ // We've found that the first node in our window on the new children is
915
+ // the same VNode as the _last_ node in our window on the old children.
916
+ // Visually, this is the layout of these two nodes:
917
+ //
918
+ // newCh: [..., newStartVnode , ... , newEndVnode , ...]
919
+ // ^^^^^^^^^^^^^
920
+ // oldCh: [..., oldStartVnode , ... , oldEndVnode , ...]
921
+ // ^^^^^^^^^^^
922
+ //
923
+ // In this situation we need to patch `newStartVnode` onto `oldEndVnode`
924
+ // (which will handle updating any changed attributes, reconciling their
925
+ // children etc) but we also need to move the DOM node to which
926
+ // `oldEndVnode` corresponds.
927
+ if ((oldStartVnode.$tag$ === 'slot' || newEndVnode.$tag$ === 'slot')) {
928
+ putBackInOriginalLocation(oldEndVnode.$elm$.parentNode, false);
929
+ }
930
+ patch(oldEndVnode, newStartVnode);
931
+ // We've already checked above if `oldStartVnode` and `newStartVnode` are
932
+ // the same node, so since we're here we know that they are not. Thus we
933
+ // can move the element for `oldEndVnode` _before_ the element for
934
+ // `oldStartVnode`, leaving `oldStartVnode` to be reconciled in the
935
+ // future.
936
+ parentElm.insertBefore(oldEndVnode.$elm$, oldStartVnode.$elm$);
937
+ oldEndVnode = oldCh[--oldEndIdx];
938
+ newStartVnode = newCh[++newStartIdx];
939
+ }
940
+ else {
941
+ {
942
+ // We either didn't find an element in the old children that matches
943
+ // the key of the first new child OR the build is not using `key`
944
+ // attributes at all. In either case we need to create a new element
945
+ // for the new node.
946
+ node = createElm(oldCh && oldCh[newStartIdx], newVNode, newStartIdx, parentElm);
947
+ newStartVnode = newCh[++newStartIdx];
948
+ }
949
+ if (node) {
950
+ // if we created a new node then handle inserting it to the DOM
951
+ {
952
+ parentReferenceNode(oldStartVnode.$elm$).insertBefore(node, referenceNode(oldStartVnode.$elm$));
953
+ }
954
+ }
955
+ }
956
+ }
957
+ if (oldStartIdx > oldEndIdx) {
958
+ // we have some more new nodes to add which don't match up with old nodes
959
+ addVnodes(parentElm, newCh[newEndIdx + 1] == null ? null : newCh[newEndIdx + 1].$elm$, newVNode, newCh, newStartIdx, newEndIdx);
960
+ }
961
+ else if (newStartIdx > newEndIdx) {
962
+ // there are nodes in the `oldCh` array which no longer correspond to nodes
963
+ // in the new array, so lets remove them (which entails cleaning up the
964
+ // relevant DOM nodes)
965
+ removeVnodes(oldCh, oldStartIdx, oldEndIdx);
966
+ }
967
+ };
968
+ /**
969
+ * Compare two VNodes to determine if they are the same
970
+ *
971
+ * **NB**: This function is an equality _heuristic_ based on the available
972
+ * information set on the two VNodes and can be misleading under certain
973
+ * circumstances. In particular, if the two nodes do not have `key` attrs
974
+ * (available under `$key$` on VNodes) then the function falls back on merely
975
+ * checking that they have the same tag.
976
+ *
977
+ * So, in other words, if `key` attrs are not set on VNodes which may be
978
+ * changing order within a `children` array or something along those lines then
979
+ * we could obtain a false negative and then have to do needless re-rendering
980
+ * (i.e. we'd say two VNodes aren't equal when in fact they should be).
981
+ *
982
+ * @param leftVNode the first VNode to check
983
+ * @param rightVNode the second VNode to check
984
+ * @returns whether they're equal or not
985
+ */
986
+ const isSameVnode = (leftVNode, rightVNode) => {
987
+ // compare if two vnode to see if they're "technically" the same
988
+ // need to have the same element tag, and same key to be the same
989
+ if (leftVNode.$tag$ === rightVNode.$tag$) {
990
+ if (leftVNode.$tag$ === 'slot') {
991
+ return leftVNode.$name$ === rightVNode.$name$;
992
+ }
993
+ return true;
994
+ }
995
+ return false;
996
+ };
997
+ const referenceNode = (node) => {
998
+ // this node was relocated to a new location in the dom
999
+ // because of some other component's slot
1000
+ // but we still have an html comment in place of where
1001
+ // it's original location was according to it's original vdom
1002
+ return (node && node['s-ol']) || node;
1003
+ };
1004
+ const parentReferenceNode = (node) => (node['s-ol'] ? node['s-ol'] : node).parentNode;
1005
+ /**
1006
+ * Handle reconciling an outdated VNode with a new one which corresponds to
1007
+ * it. This function handles flushing updates to the DOM and reconciling the
1008
+ * children of the two nodes (if any).
1009
+ *
1010
+ * @param oldVNode an old VNode whose DOM element and children we want to update
1011
+ * @param newVNode a new VNode representing an updated version of the old one
1012
+ */
1013
+ const patch = (oldVNode, newVNode) => {
1014
+ const elm = (newVNode.$elm$ = oldVNode.$elm$);
1015
+ const oldChildren = oldVNode.$children$;
1016
+ const newChildren = newVNode.$children$;
1017
+ const tag = newVNode.$tag$;
1018
+ const text = newVNode.$text$;
1019
+ let defaultHolder;
1020
+ if (text === null) {
1021
+ {
1022
+ // test if we're rendering an svg element, or still rendering nodes inside of one
1023
+ // only add this to the when the compiler sees we're using an svg somewhere
1024
+ isSvgMode = tag === 'svg' ? true : tag === 'foreignObject' ? false : isSvgMode;
1025
+ }
1026
+ {
1027
+ if (tag === 'slot')
1028
+ ;
1029
+ else {
1030
+ // either this is the first render of an element OR it's an update
1031
+ // AND we already know it's possible it could have changed
1032
+ // this updates the element's css classes, attrs, props, listeners, etc.
1033
+ updateElement(oldVNode, newVNode, isSvgMode);
1034
+ }
1035
+ }
1036
+ if (oldChildren !== null && newChildren !== null) {
1037
+ // looks like there's child vnodes for both the old and new vnodes
1038
+ // so we need to call `updateChildren` to reconcile them
1039
+ updateChildren(elm, oldChildren, newVNode, newChildren);
1040
+ }
1041
+ else if (newChildren !== null) {
1042
+ // no old child vnodes, but there are new child vnodes to add
1043
+ if (oldVNode.$text$ !== null) {
1044
+ // the old vnode was text, so be sure to clear it out
1045
+ elm.textContent = '';
1046
+ }
1047
+ // add the new vnode children
1048
+ addVnodes(elm, null, newVNode, newChildren, 0, newChildren.length - 1);
1049
+ }
1050
+ else if (oldChildren !== null) {
1051
+ // no new child vnodes, but there are old child vnodes to remove
1052
+ removeVnodes(oldChildren, 0, oldChildren.length - 1);
1053
+ }
1054
+ if (isSvgMode && tag === 'svg') {
1055
+ isSvgMode = false;
1056
+ }
1057
+ }
1058
+ else if ((defaultHolder = elm['s-cr'])) {
1059
+ // this element has slotted content
1060
+ defaultHolder.parentNode.textContent = text;
1061
+ }
1062
+ else if (oldVNode.$text$ !== text) {
1063
+ // update the text content for the text only vnode
1064
+ // and also only if the text is different than before
1065
+ elm.data = text;
1066
+ }
1067
+ };
1068
+ const updateFallbackSlotVisibility = (elm) => {
1069
+ // tslint:disable-next-line: prefer-const
1070
+ const childNodes = elm.childNodes;
1071
+ let childNode;
1072
+ let i;
1073
+ let ilen;
1074
+ let j;
1075
+ let slotNameAttr;
1076
+ let nodeType;
1077
+ for (i = 0, ilen = childNodes.length; i < ilen; i++) {
1078
+ childNode = childNodes[i];
1079
+ if (childNode.nodeType === 1 /* NODE_TYPE.ElementNode */) {
1080
+ if (childNode['s-sr']) {
1081
+ // this is a slot fallback node
1082
+ // get the slot name for this slot reference node
1083
+ slotNameAttr = childNode['s-sn'];
1084
+ // by default always show a fallback slot node
1085
+ // then hide it if there are other slots in the light dom
1086
+ childNode.hidden = false;
1087
+ for (j = 0; j < ilen; j++) {
1088
+ nodeType = childNodes[j].nodeType;
1089
+ if (childNodes[j]['s-hn'] !== childNode['s-hn'] || slotNameAttr !== '') {
1090
+ // this sibling node is from a different component OR is a named fallback slot node
1091
+ if (nodeType === 1 /* NODE_TYPE.ElementNode */ && slotNameAttr === childNodes[j].getAttribute('slot')) {
1092
+ childNode.hidden = true;
1093
+ break;
1094
+ }
1095
+ }
1096
+ else {
1097
+ // this is a default fallback slot node
1098
+ // any element or text node (with content)
1099
+ // should hide the default fallback slot node
1100
+ if (nodeType === 1 /* NODE_TYPE.ElementNode */ ||
1101
+ (nodeType === 3 /* NODE_TYPE.TextNode */ && childNodes[j].textContent.trim() !== '')) {
1102
+ childNode.hidden = true;
1103
+ break;
1104
+ }
1105
+ }
1106
+ }
1107
+ }
1108
+ // keep drilling down
1109
+ updateFallbackSlotVisibility(childNode);
1110
+ }
1111
+ }
1112
+ };
1113
+ const relocateNodes = [];
1114
+ const relocateSlotContent = (elm) => {
1115
+ // tslint:disable-next-line: prefer-const
1116
+ let childNode;
1117
+ let node;
1118
+ let hostContentNodes;
1119
+ let slotNameAttr;
1120
+ let relocateNodeData;
1121
+ let j;
1122
+ let i = 0;
1123
+ const childNodes = elm.childNodes;
1124
+ const ilen = childNodes.length;
1125
+ for (; i < ilen; i++) {
1126
+ childNode = childNodes[i];
1127
+ if (childNode['s-sr'] && (node = childNode['s-cr']) && node.parentNode) {
1128
+ // first got the content reference comment node
1129
+ // then we got it's parent, which is where all the host content is in now
1130
+ hostContentNodes = node.parentNode.childNodes;
1131
+ slotNameAttr = childNode['s-sn'];
1132
+ for (j = hostContentNodes.length - 1; j >= 0; j--) {
1133
+ node = hostContentNodes[j];
1134
+ if (!node['s-cn'] && !node['s-nr'] && node['s-hn'] !== childNode['s-hn']) {
1135
+ // let's do some relocating to its new home
1136
+ // but never relocate a content reference node
1137
+ // that is suppose to always represent the original content location
1138
+ if (isNodeLocatedInSlot(node, slotNameAttr)) {
1139
+ // it's possible we've already decided to relocate this node
1140
+ relocateNodeData = relocateNodes.find((r) => r.$nodeToRelocate$ === node);
1141
+ // made some changes to slots
1142
+ // let's make sure we also double check
1143
+ // fallbacks are correctly hidden or shown
1144
+ checkSlotFallbackVisibility = true;
1145
+ node['s-sn'] = node['s-sn'] || slotNameAttr;
1146
+ if (relocateNodeData) {
1147
+ // previously we never found a slot home for this node
1148
+ // but turns out we did, so let's remember it now
1149
+ relocateNodeData.$slotRefNode$ = childNode;
1150
+ }
1151
+ else {
1152
+ // add to our list of nodes to relocate
1153
+ relocateNodes.push({
1154
+ $slotRefNode$: childNode,
1155
+ $nodeToRelocate$: node,
1156
+ });
1157
+ }
1158
+ if (node['s-sr']) {
1159
+ relocateNodes.map((relocateNode) => {
1160
+ if (isNodeLocatedInSlot(relocateNode.$nodeToRelocate$, node['s-sn'])) {
1161
+ relocateNodeData = relocateNodes.find((r) => r.$nodeToRelocate$ === node);
1162
+ if (relocateNodeData && !relocateNode.$slotRefNode$) {
1163
+ relocateNode.$slotRefNode$ = relocateNodeData.$slotRefNode$;
1164
+ }
1165
+ }
1166
+ });
1167
+ }
1168
+ }
1169
+ else if (!relocateNodes.some((r) => r.$nodeToRelocate$ === node)) {
1170
+ // so far this element does not have a slot home, not setting slotRefNode on purpose
1171
+ // if we never find a home for this element then we'll need to hide it
1172
+ relocateNodes.push({
1173
+ $nodeToRelocate$: node,
1174
+ });
1175
+ }
1176
+ }
1177
+ }
1178
+ }
1179
+ if (childNode.nodeType === 1 /* NODE_TYPE.ElementNode */) {
1180
+ relocateSlotContent(childNode);
1181
+ }
1182
+ }
1183
+ };
1184
+ const isNodeLocatedInSlot = (nodeToRelocate, slotNameAttr) => {
1185
+ if (nodeToRelocate.nodeType === 1 /* NODE_TYPE.ElementNode */) {
1186
+ if (nodeToRelocate.getAttribute('slot') === null && slotNameAttr === '') {
1187
+ return true;
1188
+ }
1189
+ if (nodeToRelocate.getAttribute('slot') === slotNameAttr) {
1190
+ return true;
1191
+ }
1192
+ return false;
1193
+ }
1194
+ if (nodeToRelocate['s-sn'] === slotNameAttr) {
1195
+ return true;
1196
+ }
1197
+ return slotNameAttr === '';
1198
+ };
1199
+ /**
1200
+ * 'Nullify' any VDom `ref` callbacks on a VDom node or its children by
1201
+ * calling them with `null`. This signals that the DOM element corresponding to
1202
+ * the VDom node has been removed from the DOM.
1203
+ *
1204
+ * @param vNode a virtual DOM node
1205
+ */
1206
+ const nullifyVNodeRefs = (vNode) => {
1207
+ {
1208
+ vNode.$attrs$ && vNode.$attrs$.ref && vNode.$attrs$.ref(null);
1209
+ vNode.$children$ && vNode.$children$.map(nullifyVNodeRefs);
1210
+ }
1211
+ };
1212
+ /**
1213
+ * The main entry point for Stencil's virtual DOM-based rendering engine
1214
+ *
1215
+ * Given a {@link d.HostRef} container and some virtual DOM nodes, this
1216
+ * function will handle creating a virtual DOM tree with a single root, patching
1217
+ * the current virtual DOM tree onto an old one (if any), dealing with slot
1218
+ * relocation, and reflecting attributes.
1219
+ *
1220
+ * @param hostRef data needed to root and render the virtual DOM tree, such as
1221
+ * the DOM node into which it should be rendered.
1222
+ * @param renderFnResults the virtual DOM nodes to be rendered
1223
+ * @param isInitialLoad whether or not this is the first call after page load
1224
+ */
1225
+ const renderVdom = (hostRef, renderFnResults, isInitialLoad = false) => {
1226
+ const hostElm = hostRef.$hostElement$;
1227
+ const cmpMeta = hostRef.$cmpMeta$;
1228
+ const oldVNode = hostRef.$vnode$ || newVNode(null, null);
1229
+ // if `renderFnResults` is a Host node then we can use it directly. If not,
1230
+ // we need to call `h` again to wrap the children of our component in a
1231
+ // 'dummy' Host node (well, an empty vnode) since `renderVdom` assumes
1232
+ // implicitly that the top-level vdom node is 1) an only child and 2)
1233
+ // contains attrs that need to be set on the host element.
1234
+ const rootVnode = isHost(renderFnResults) ? renderFnResults : h(null, null, renderFnResults);
1235
+ hostTagName = hostElm.tagName;
1236
+ if (cmpMeta.$attrsToReflect$) {
1237
+ rootVnode.$attrs$ = rootVnode.$attrs$ || {};
1238
+ cmpMeta.$attrsToReflect$.map(([propName, attribute]) => (rootVnode.$attrs$[attribute] = hostElm[propName]));
1239
+ }
1240
+ // On the first render and *only* on the first render we want to check for
1241
+ // any attributes set on the host element which are also set on the vdom
1242
+ // node. If we find them, we override the value on the VDom node attrs with
1243
+ // the value from the host element, which allows developers building apps
1244
+ // with Stencil components to override e.g. the `role` attribute on a
1245
+ // component even if it's already set on the `Host`.
1246
+ if (isInitialLoad && rootVnode.$attrs$) {
1247
+ for (const key of Object.keys(rootVnode.$attrs$)) {
1248
+ // We have a special implementation in `setAccessor` for `style` and
1249
+ // `class` which reconciles values coming from the VDom with values
1250
+ // already present on the DOM element, so we don't want to override those
1251
+ // attributes on the VDom tree with values from the host element if they
1252
+ // are present.
1253
+ //
1254
+ // Likewise, `ref` and `key` are special internal values for the Stencil
1255
+ // runtime and we don't want to override those either.
1256
+ if (hostElm.hasAttribute(key) && !['key', 'ref', 'style', 'class'].includes(key)) {
1257
+ rootVnode.$attrs$[key] = hostElm[key];
1258
+ }
1259
+ }
1260
+ }
1261
+ rootVnode.$tag$ = null;
1262
+ rootVnode.$flags$ |= 4 /* VNODE_FLAGS.isHost */;
1263
+ hostRef.$vnode$ = rootVnode;
1264
+ rootVnode.$elm$ = oldVNode.$elm$ = (hostElm.shadowRoot || hostElm );
1265
+ {
1266
+ scopeId = hostElm['s-sc'];
1267
+ }
1268
+ {
1269
+ contentRef = hostElm['s-cr'];
1270
+ useNativeShadowDom = (cmpMeta.$flags$ & 1 /* CMP_FLAGS.shadowDomEncapsulation */) !== 0;
1271
+ // always reset
1272
+ checkSlotFallbackVisibility = false;
1273
+ }
1274
+ // synchronous patch
1275
+ patch(oldVNode, rootVnode);
1276
+ {
1277
+ // while we're moving nodes around existing nodes, temporarily disable
1278
+ // the disconnectCallback from working
1279
+ plt.$flags$ |= 1 /* PLATFORM_FLAGS.isTmpDisconnected */;
1280
+ if (checkSlotRelocate) {
1281
+ relocateSlotContent(rootVnode.$elm$);
1282
+ let relocateData;
1283
+ let nodeToRelocate;
1284
+ let orgLocationNode;
1285
+ let parentNodeRef;
1286
+ let insertBeforeNode;
1287
+ let refNode;
1288
+ let i = 0;
1289
+ for (; i < relocateNodes.length; i++) {
1290
+ relocateData = relocateNodes[i];
1291
+ nodeToRelocate = relocateData.$nodeToRelocate$;
1292
+ if (!nodeToRelocate['s-ol']) {
1293
+ // add a reference node marking this node's original location
1294
+ // keep a reference to this node for later lookups
1295
+ orgLocationNode =
1296
+ doc.createTextNode('');
1297
+ orgLocationNode['s-nr'] = nodeToRelocate;
1298
+ nodeToRelocate.parentNode.insertBefore((nodeToRelocate['s-ol'] = orgLocationNode), nodeToRelocate);
1299
+ }
1300
+ }
1301
+ for (i = 0; i < relocateNodes.length; i++) {
1302
+ relocateData = relocateNodes[i];
1303
+ nodeToRelocate = relocateData.$nodeToRelocate$;
1304
+ if (relocateData.$slotRefNode$) {
1305
+ // by default we're just going to insert it directly
1306
+ // after the slot reference node
1307
+ parentNodeRef = relocateData.$slotRefNode$.parentNode;
1308
+ insertBeforeNode = relocateData.$slotRefNode$.nextSibling;
1309
+ orgLocationNode = nodeToRelocate['s-ol'];
1310
+ while ((orgLocationNode = orgLocationNode.previousSibling)) {
1311
+ refNode = orgLocationNode['s-nr'];
1312
+ if (refNode && refNode['s-sn'] === nodeToRelocate['s-sn'] && parentNodeRef === refNode.parentNode) {
1313
+ refNode = refNode.nextSibling;
1314
+ if (!refNode || !refNode['s-nr']) {
1315
+ insertBeforeNode = refNode;
1316
+ break;
1317
+ }
1318
+ }
1319
+ }
1320
+ if ((!insertBeforeNode && parentNodeRef !== nodeToRelocate.parentNode) ||
1321
+ nodeToRelocate.nextSibling !== insertBeforeNode) {
1322
+ // we've checked that it's worth while to relocate
1323
+ // since that the node to relocate
1324
+ // has a different next sibling or parent relocated
1325
+ if (nodeToRelocate !== insertBeforeNode) {
1326
+ if (!nodeToRelocate['s-hn'] && nodeToRelocate['s-ol']) {
1327
+ // probably a component in the index.html that doesn't have its hostname set
1328
+ nodeToRelocate['s-hn'] = nodeToRelocate['s-ol'].parentNode.nodeName;
1329
+ }
1330
+ // add it back to the dom but in its new home
1331
+ parentNodeRef.insertBefore(nodeToRelocate, insertBeforeNode);
1332
+ }
1333
+ }
1334
+ }
1335
+ else {
1336
+ // this node doesn't have a slot home to go to, so let's hide it
1337
+ if (nodeToRelocate.nodeType === 1 /* NODE_TYPE.ElementNode */) {
1338
+ nodeToRelocate.hidden = true;
1339
+ }
1340
+ }
1341
+ }
1342
+ }
1343
+ if (checkSlotFallbackVisibility) {
1344
+ updateFallbackSlotVisibility(rootVnode.$elm$);
1345
+ }
1346
+ // done moving nodes around
1347
+ // allow the disconnect callback to work again
1348
+ plt.$flags$ &= ~1 /* PLATFORM_FLAGS.isTmpDisconnected */;
1349
+ // always reset
1350
+ relocateNodes.length = 0;
1351
+ }
1352
+ };
1353
+ const attachToAncestor = (hostRef, ancestorComponent) => {
1354
+ if (ancestorComponent && !hostRef.$onRenderResolve$ && ancestorComponent['s-p']) {
1355
+ ancestorComponent['s-p'].push(new Promise((r) => (hostRef.$onRenderResolve$ = r)));
1356
+ }
1357
+ };
1358
+ const scheduleUpdate = (hostRef, isInitialLoad) => {
1359
+ {
1360
+ hostRef.$flags$ |= 16 /* HOST_FLAGS.isQueuedForUpdate */;
1361
+ }
1362
+ if (hostRef.$flags$ & 4 /* HOST_FLAGS.isWaitingForChildren */) {
1363
+ hostRef.$flags$ |= 512 /* HOST_FLAGS.needsRerender */;
1364
+ return;
1365
+ }
1366
+ attachToAncestor(hostRef, hostRef.$ancestorComponent$);
1367
+ // there is no ancestor component or the ancestor component
1368
+ // has already fired off its lifecycle update then
1369
+ // fire off the initial update
1370
+ const dispatch = () => dispatchHooks(hostRef, isInitialLoad);
1371
+ return writeTask(dispatch) ;
1372
+ };
1373
+ /**
1374
+ * Dispatch initial-render and update lifecycle hooks, enqueuing calls to
1375
+ * component lifecycle methods like `componentWillLoad` as well as
1376
+ * {@link updateComponent}, which will kick off the virtual DOM re-render.
1377
+ *
1378
+ * @param hostRef a reference to a host DOM node
1379
+ * @param isInitialLoad whether we're on the initial load or not
1380
+ * @returns an empty Promise which is used to enqueue a series of operations for
1381
+ * the component
1382
+ */
1383
+ const dispatchHooks = (hostRef, isInitialLoad) => {
1384
+ const endSchedule = createTime('scheduleUpdate', hostRef.$cmpMeta$.$tagName$);
1385
+ const instance = hostRef.$lazyInstance$ ;
1386
+ // We're going to use this variable together with `enqueue` to implement a
1387
+ // little promise-based queue. We start out with it `undefined`. When we add
1388
+ // the first function to the queue we'll set this variable to be that
1389
+ // function's return value. When we attempt to add subsequent values to the
1390
+ // queue we'll check that value and, if it was a `Promise`, we'll then chain
1391
+ // the new function off of that `Promise` using `.then()`. This will give our
1392
+ // queue two nice properties:
1393
+ //
1394
+ // 1. If all functions added to the queue are synchronous they'll be called
1395
+ // synchronously right away.
1396
+ // 2. If all functions added to the queue are asynchronous they'll all be
1397
+ // called in order after `dispatchHooks` exits.
1398
+ let maybePromise;
1399
+ if (isInitialLoad) {
1400
+ {
1401
+ hostRef.$flags$ |= 256 /* HOST_FLAGS.isListenReady */;
1402
+ if (hostRef.$queuedListeners$) {
1403
+ hostRef.$queuedListeners$.map(([methodName, event]) => safeCall(instance, methodName, event));
1404
+ hostRef.$queuedListeners$ = undefined;
1405
+ }
1406
+ }
1407
+ {
1408
+ // If `componentWillLoad` returns a `Promise` then we want to wait on
1409
+ // whatever's going on in that `Promise` before we launch into
1410
+ // rendering the component, doing other lifecycle stuff, etc. So
1411
+ // in that case we assign the returned promise to the variable we
1412
+ // declared above to hold a possible 'queueing' Promise
1413
+ maybePromise = safeCall(instance, 'componentWillLoad');
1414
+ }
1415
+ }
1416
+ {
1417
+ maybePromise = enqueue(maybePromise, () => safeCall(instance, 'componentWillRender'));
1418
+ }
1419
+ endSchedule();
1420
+ return enqueue(maybePromise, () => updateComponent(hostRef, instance, isInitialLoad));
1421
+ };
1422
+ /**
1423
+ * This function uses a Promise to implement a simple first-in, first-out queue
1424
+ * of functions to be called.
1425
+ *
1426
+ * The queue is ordered on the basis of the first argument. If it's
1427
+ * `undefined`, then nothing is on the queue yet, so the provided function can
1428
+ * be called synchronously (although note that this function may return a
1429
+ * `Promise`). The idea is that then the return value of that enqueueing
1430
+ * operation is kept around, so that if it was a `Promise` then subsequent
1431
+ * functions can be enqueued by calling this function again with that `Promise`
1432
+ * as the first argument.
1433
+ *
1434
+ * @param maybePromise either a `Promise` which should resolve before the next function is called or an 'empty' sentinel
1435
+ * @param fn a function to enqueue
1436
+ * @returns either a `Promise` or the return value of the provided function
1437
+ */
1438
+ const enqueue = (maybePromise, fn) => isPromisey(maybePromise) ? maybePromise.then(fn) : fn();
1439
+ /**
1440
+ * Check that a value is a `Promise`. To check, we first see if the value is an
1441
+ * instance of the `Promise` global. In a few circumstances, in particular if
1442
+ * the global has been overwritten, this is could be misleading, so we also do
1443
+ * a little 'duck typing' check to see if the `.then` property of the value is
1444
+ * defined and a function.
1445
+ *
1446
+ * @param maybePromise it might be a promise!
1447
+ * @returns whether it is or not
1448
+ */
1449
+ const isPromisey = (maybePromise) => maybePromise instanceof Promise ||
1450
+ (maybePromise && maybePromise.then && typeof maybePromise.then === 'function');
1451
+ /**
1452
+ * Update a component given reference to its host elements and so on.
1453
+ *
1454
+ * @param hostRef an object containing references to the element's host node,
1455
+ * VDom nodes, and other metadata
1456
+ * @param instance a reference to the underlying host element where it will be
1457
+ * rendered
1458
+ * @param isInitialLoad whether or not this function is being called as part of
1459
+ * the first render cycle
1460
+ */
1461
+ const updateComponent = async (hostRef, instance, isInitialLoad) => {
1462
+ var _a;
1463
+ const elm = hostRef.$hostElement$;
1464
+ const endUpdate = createTime('update', hostRef.$cmpMeta$.$tagName$);
1465
+ const rc = elm['s-rc'];
1466
+ if (isInitialLoad) {
1467
+ // DOM WRITE!
1468
+ attachStyles(hostRef);
1469
+ }
1470
+ const endRender = createTime('render', hostRef.$cmpMeta$.$tagName$);
1471
+ {
1472
+ callRender(hostRef, instance, elm, isInitialLoad);
1473
+ }
1474
+ if (rc) {
1475
+ // ok, so turns out there are some child host elements
1476
+ // waiting on this parent element to load
1477
+ // let's fire off all update callbacks waiting
1478
+ rc.map((cb) => cb());
1479
+ elm['s-rc'] = undefined;
1480
+ }
1481
+ endRender();
1482
+ endUpdate();
1483
+ {
1484
+ const childrenPromises = (_a = elm['s-p']) !== null && _a !== void 0 ? _a : [];
1485
+ const postUpdate = () => postUpdateComponent(hostRef);
1486
+ if (childrenPromises.length === 0) {
1487
+ postUpdate();
1488
+ }
1489
+ else {
1490
+ Promise.all(childrenPromises).then(postUpdate);
1491
+ hostRef.$flags$ |= 4 /* HOST_FLAGS.isWaitingForChildren */;
1492
+ childrenPromises.length = 0;
1493
+ }
1494
+ }
1495
+ };
1496
+ /**
1497
+ * Handle making the call to the VDom renderer with the proper context given
1498
+ * various build variables
1499
+ *
1500
+ * @param hostRef an object containing references to the element's host node,
1501
+ * VDom nodes, and other metadata
1502
+ * @param instance a reference to the underlying host element where it will be
1503
+ * rendered
1504
+ * @param elm the Host element for the component
1505
+ * @param isInitialLoad whether or not this function is being called as part of
1506
+ * @returns an empty promise
1507
+ */
1508
+ const callRender = (hostRef, instance, elm, isInitialLoad) => {
1509
+ try {
1510
+ instance = instance.render() ;
1511
+ {
1512
+ hostRef.$flags$ &= ~16 /* HOST_FLAGS.isQueuedForUpdate */;
1513
+ }
1514
+ {
1515
+ hostRef.$flags$ |= 2 /* HOST_FLAGS.hasRendered */;
1516
+ }
1517
+ {
1518
+ {
1519
+ // looks like we've got child nodes to render into this host element
1520
+ // or we need to update the css class/attrs on the host element
1521
+ // DOM WRITE!
1522
+ {
1523
+ renderVdom(hostRef, instance, isInitialLoad);
1524
+ }
1525
+ }
1526
+ }
1527
+ }
1528
+ catch (e) {
1529
+ consoleError(e, hostRef.$hostElement$);
1530
+ }
1531
+ return null;
1532
+ };
1533
+ const postUpdateComponent = (hostRef) => {
1534
+ const tagName = hostRef.$cmpMeta$.$tagName$;
1535
+ const elm = hostRef.$hostElement$;
1536
+ const endPostUpdate = createTime('postUpdate', tagName);
1537
+ const instance = hostRef.$lazyInstance$ ;
1538
+ const ancestorComponent = hostRef.$ancestorComponent$;
1539
+ {
1540
+ safeCall(instance, 'componentDidRender');
1541
+ }
1542
+ if (!(hostRef.$flags$ & 64 /* HOST_FLAGS.hasLoadedComponent */)) {
1543
+ hostRef.$flags$ |= 64 /* HOST_FLAGS.hasLoadedComponent */;
1544
+ {
1545
+ // DOM WRITE!
1546
+ addHydratedFlag(elm);
1547
+ }
1548
+ {
1549
+ safeCall(instance, 'componentDidLoad');
1550
+ }
1551
+ endPostUpdate();
1552
+ {
1553
+ hostRef.$onReadyResolve$(elm);
1554
+ if (!ancestorComponent) {
1555
+ appDidLoad();
1556
+ }
1557
+ }
1558
+ }
1559
+ else {
1560
+ {
1561
+ safeCall(instance, 'componentDidUpdate');
1562
+ }
1563
+ endPostUpdate();
1564
+ }
1565
+ {
1566
+ hostRef.$onInstanceResolve$(elm);
1567
+ }
1568
+ // load events fire from bottom to top
1569
+ // the deepest elements load first then bubbles up
1570
+ {
1571
+ if (hostRef.$onRenderResolve$) {
1572
+ hostRef.$onRenderResolve$();
1573
+ hostRef.$onRenderResolve$ = undefined;
1574
+ }
1575
+ if (hostRef.$flags$ & 512 /* HOST_FLAGS.needsRerender */) {
1576
+ nextTick(() => scheduleUpdate(hostRef, false));
1577
+ }
1578
+ hostRef.$flags$ &= ~(4 /* HOST_FLAGS.isWaitingForChildren */ | 512 /* HOST_FLAGS.needsRerender */);
1579
+ }
1580
+ // ( •_•)
1581
+ // ( •_•)>⌐■-■
1582
+ // (⌐■_■)
1583
+ };
1584
+ const forceUpdate = (ref) => {
1585
+ {
1586
+ const hostRef = getHostRef(ref);
1587
+ const isConnected = hostRef.$hostElement$.isConnected;
1588
+ if (isConnected &&
1589
+ (hostRef.$flags$ & (2 /* HOST_FLAGS.hasRendered */ | 16 /* HOST_FLAGS.isQueuedForUpdate */)) === 2 /* HOST_FLAGS.hasRendered */) {
1590
+ scheduleUpdate(hostRef, false);
1591
+ }
1592
+ // Returns "true" when the forced update was successfully scheduled
1593
+ return isConnected;
1594
+ }
1595
+ };
1596
+ const appDidLoad = (who) => {
1597
+ // on appload
1598
+ // we have finish the first big initial render
1599
+ {
1600
+ addHydratedFlag(doc.documentElement);
1601
+ }
1602
+ nextTick(() => emitEvent(win, 'appload', { detail: { namespace: NAMESPACE } }));
1603
+ };
1604
+ const safeCall = (instance, method, arg) => {
1605
+ if (instance && instance[method]) {
1606
+ try {
1607
+ return instance[method](arg);
1608
+ }
1609
+ catch (e) {
1610
+ consoleError(e);
1611
+ }
1612
+ }
1613
+ return undefined;
1614
+ };
1615
+ const addHydratedFlag = (elm) => elm.setAttribute('hydrated', '')
1616
+ ;
1617
+ const getValue = (ref, propName) => getHostRef(ref).$instanceValues$.get(propName);
1618
+ const setValue = (ref, propName, newVal, cmpMeta) => {
1619
+ // check our new property value against our internal value
1620
+ const hostRef = getHostRef(ref);
1621
+ const elm = hostRef.$hostElement$ ;
1622
+ const oldVal = hostRef.$instanceValues$.get(propName);
1623
+ const flags = hostRef.$flags$;
1624
+ const instance = hostRef.$lazyInstance$ ;
1625
+ newVal = parsePropertyValue(newVal, cmpMeta.$members$[propName][0]);
1626
+ // explicitly check for NaN on both sides, as `NaN === NaN` is always false
1627
+ const areBothNaN = Number.isNaN(oldVal) && Number.isNaN(newVal);
1628
+ const didValueChange = newVal !== oldVal && !areBothNaN;
1629
+ if ((!(flags & 8 /* HOST_FLAGS.isConstructingInstance */) || oldVal === undefined) && didValueChange) {
1630
+ // gadzooks! the property's value has changed!!
1631
+ // set our new value!
1632
+ hostRef.$instanceValues$.set(propName, newVal);
1633
+ if (instance) {
1634
+ // get an array of method names of watch functions to call
1635
+ if (cmpMeta.$watchers$ && flags & 128 /* HOST_FLAGS.isWatchReady */) {
1636
+ const watchMethods = cmpMeta.$watchers$[propName];
1637
+ if (watchMethods) {
1638
+ // this instance is watching for when this property changed
1639
+ watchMethods.map((watchMethodName) => {
1640
+ try {
1641
+ // fire off each of the watch methods that are watching this property
1642
+ instance[watchMethodName](newVal, oldVal, propName);
1643
+ }
1644
+ catch (e) {
1645
+ consoleError(e, elm);
1646
+ }
1647
+ });
1648
+ }
1649
+ }
1650
+ if ((flags & (2 /* HOST_FLAGS.hasRendered */ | 16 /* HOST_FLAGS.isQueuedForUpdate */)) === 2 /* HOST_FLAGS.hasRendered */) {
1651
+ // looks like this value actually changed, so we've got work to do!
1652
+ // but only if we've already rendered, otherwise just chill out
1653
+ // queue that we need to do an update, but don't worry about queuing
1654
+ // up millions cuz this function ensures it only runs once
1655
+ scheduleUpdate(hostRef, false);
1656
+ }
1657
+ }
1658
+ }
1659
+ };
1660
+ /**
1661
+ * Attach a series of runtime constructs to a compiled Stencil component
1662
+ * constructor, including getters and setters for the `@Prop` and `@State`
1663
+ * decorators, callbacks for when attributes change, and so on.
1664
+ *
1665
+ * @param Cstr the constructor for a component that we need to process
1666
+ * @param cmpMeta metadata collected previously about the component
1667
+ * @param flags a number used to store a series of bit flags
1668
+ * @returns a reference to the same constructor passed in (but now mutated)
1669
+ */
1670
+ const proxyComponent = (Cstr, cmpMeta, flags) => {
1671
+ var _a;
1672
+ if (cmpMeta.$members$) {
1673
+ if (Cstr.watchers) {
1674
+ cmpMeta.$watchers$ = Cstr.watchers;
1675
+ }
1676
+ // It's better to have a const than two Object.entries()
1677
+ const members = Object.entries(cmpMeta.$members$);
1678
+ const prototype = Cstr.prototype;
1679
+ members.map(([memberName, [memberFlags]]) => {
1680
+ if ((memberFlags & 31 /* MEMBER_FLAGS.Prop */ ||
1681
+ ((flags & 2 /* PROXY_FLAGS.proxyState */) && memberFlags & 32 /* MEMBER_FLAGS.State */))) {
1682
+ // proxyComponent - prop
1683
+ Object.defineProperty(prototype, memberName, {
1684
+ get() {
1685
+ // proxyComponent, get value
1686
+ return getValue(this, memberName);
1687
+ },
1688
+ set(newValue) {
1689
+ // proxyComponent, set value
1690
+ setValue(this, memberName, newValue, cmpMeta);
1691
+ },
1692
+ configurable: true,
1693
+ enumerable: true,
1694
+ });
1695
+ }
1696
+ else if (flags & 1 /* PROXY_FLAGS.isElementConstructor */ &&
1697
+ memberFlags & 64 /* MEMBER_FLAGS.Method */) {
1698
+ // proxyComponent - method
1699
+ Object.defineProperty(prototype, memberName, {
1700
+ value(...args) {
1701
+ const ref = getHostRef(this);
1702
+ return ref.$onInstancePromise$.then(() => ref.$lazyInstance$[memberName](...args));
1703
+ },
1704
+ });
1705
+ }
1706
+ });
1707
+ if ((flags & 1 /* PROXY_FLAGS.isElementConstructor */)) {
1708
+ const attrNameToPropName = new Map();
1709
+ prototype.attributeChangedCallback = function (attrName, oldValue, newValue) {
1710
+ plt.jmp(() => {
1711
+ const propName = attrNameToPropName.get(attrName);
1712
+ // In a web component lifecycle the attributeChangedCallback runs prior to connectedCallback
1713
+ // in the case where an attribute was set inline.
1714
+ // ```html
1715
+ // <my-component some-attribute="some-value"></my-component>
1716
+ // ```
1717
+ //
1718
+ // There is an edge case where a developer sets the attribute inline on a custom element and then
1719
+ // programmatically changes it before it has been upgraded as shown below:
1720
+ //
1721
+ // ```html
1722
+ // <!-- this component has _not_ been upgraded yet -->
1723
+ // <my-component id="test" some-attribute="some-value"></my-component>
1724
+ // <script>
1725
+ // // grab non-upgraded component
1726
+ // el = document.querySelector("#test");
1727
+ // el.someAttribute = "another-value";
1728
+ // // upgrade component
1729
+ // customElements.define('my-component', MyComponent);
1730
+ // </script>
1731
+ // ```
1732
+ // In this case if we do not un-shadow here and use the value of the shadowing property, attributeChangedCallback
1733
+ // will be called with `newValue = "some-value"` and will set the shadowed property (this.someAttribute = "another-value")
1734
+ // to the value that was set inline i.e. "some-value" from above example. When
1735
+ // the connectedCallback attempts to un-shadow it will use "some-value" as the initial value rather than "another-value"
1736
+ //
1737
+ // The case where the attribute was NOT set inline but was not set programmatically shall be handled/un-shadowed
1738
+ // by connectedCallback as this attributeChangedCallback will not fire.
1739
+ //
1740
+ // https://developers.google.com/web/fundamentals/web-components/best-practices#lazy-properties
1741
+ //
1742
+ // TODO(STENCIL-16) we should think about whether or not we actually want to be reflecting the attributes to
1743
+ // properties here given that this goes against best practices outlined here
1744
+ // https://developers.google.com/web/fundamentals/web-components/best-practices#avoid-reentrancy
1745
+ if (this.hasOwnProperty(propName)) {
1746
+ newValue = this[propName];
1747
+ delete this[propName];
1748
+ }
1749
+ else if (prototype.hasOwnProperty(propName) &&
1750
+ typeof this[propName] === 'number' &&
1751
+ this[propName] == newValue) {
1752
+ // if the propName exists on the prototype of `Cstr`, this update may be a result of Stencil using native
1753
+ // APIs to reflect props as attributes. Calls to `setAttribute(someElement, propName)` will result in
1754
+ // `propName` to be converted to a `DOMString`, which may not be what we want for other primitive props.
1755
+ return;
1756
+ }
1757
+ else if (propName == null) {
1758
+ // At this point we should know this is not a "member", so we can treat it like watching an attribute
1759
+ // on a vanilla web component
1760
+ const hostRef = getHostRef(this);
1761
+ const flags = hostRef === null || hostRef === void 0 ? void 0 : hostRef.$flags$;
1762
+ // We only want to trigger the callback(s) if:
1763
+ // 1. The instance is ready
1764
+ // 2. The watchers are ready
1765
+ // 3. The value has changed
1766
+ if (!(flags & 8 /* HOST_FLAGS.isConstructingInstance */) &&
1767
+ flags & 128 /* HOST_FLAGS.isWatchReady */ &&
1768
+ newValue !== oldValue) {
1769
+ const instance = hostRef.$lazyInstance$ ;
1770
+ const entry = cmpMeta.$watchers$[attrName];
1771
+ entry === null || entry === void 0 ? void 0 : entry.forEach((callbackName) => {
1772
+ if (instance[callbackName] != null) {
1773
+ instance[callbackName].call(instance, newValue, oldValue, attrName);
1774
+ }
1775
+ });
1776
+ }
1777
+ return;
1778
+ }
1779
+ this[propName] = newValue === null && typeof this[propName] === 'boolean' ? false : newValue;
1780
+ });
1781
+ };
1782
+ // Create an array of attributes to observe
1783
+ // This list in comprised of all strings used within a `@Watch()` decorator
1784
+ // on a component as well as any Stencil-specific "members" (`@Prop()`s and `@State()`s).
1785
+ // As such, there is no way to guarantee type-safety here that a user hasn't entered
1786
+ // an invalid attribute.
1787
+ Cstr.observedAttributes = Array.from(new Set([
1788
+ ...Object.keys((_a = cmpMeta.$watchers$) !== null && _a !== void 0 ? _a : {}),
1789
+ ...members
1790
+ .filter(([_, m]) => m[0] & 15 /* MEMBER_FLAGS.HasAttribute */)
1791
+ .map(([propName, m]) => {
1792
+ const attrName = m[1] || propName;
1793
+ attrNameToPropName.set(attrName, propName);
1794
+ if (m[0] & 512 /* MEMBER_FLAGS.ReflectAttr */) {
1795
+ cmpMeta.$attrsToReflect$.push([propName, attrName]);
1796
+ }
1797
+ return attrName;
1798
+ }),
1799
+ ]));
1800
+ }
1801
+ }
1802
+ return Cstr;
1803
+ };
1804
+ const initializeComponent = async (elm, hostRef, cmpMeta, hmrVersionId, Cstr) => {
1805
+ // initializeComponent
1806
+ if ((hostRef.$flags$ & 32 /* HOST_FLAGS.hasInitializedComponent */) === 0) {
1807
+ // Let the runtime know that the component has been initialized
1808
+ hostRef.$flags$ |= 32 /* HOST_FLAGS.hasInitializedComponent */;
1809
+ {
1810
+ // lazy loaded components
1811
+ // request the component's implementation to be
1812
+ // wired up with the host element
1813
+ Cstr = loadModule(cmpMeta);
1814
+ if (Cstr.then) {
1815
+ // Await creates a micro-task avoid if possible
1816
+ const endLoad = uniqueTime();
1817
+ Cstr = await Cstr;
1818
+ endLoad();
1819
+ }
1820
+ if (!Cstr.isProxied) {
1821
+ // we've never proxied this Constructor before
1822
+ // let's add the getters/setters to its prototype before
1823
+ // the first time we create an instance of the implementation
1824
+ {
1825
+ cmpMeta.$watchers$ = Cstr.watchers;
1826
+ }
1827
+ proxyComponent(Cstr, cmpMeta, 2 /* PROXY_FLAGS.proxyState */);
1828
+ Cstr.isProxied = true;
1829
+ }
1830
+ const endNewInstance = createTime('createInstance', cmpMeta.$tagName$);
1831
+ // ok, time to construct the instance
1832
+ // but let's keep track of when we start and stop
1833
+ // so that the getters/setters don't incorrectly step on data
1834
+ {
1835
+ hostRef.$flags$ |= 8 /* HOST_FLAGS.isConstructingInstance */;
1836
+ }
1837
+ // construct the lazy-loaded component implementation
1838
+ // passing the hostRef is very important during
1839
+ // construction in order to directly wire together the
1840
+ // host element and the lazy-loaded instance
1841
+ try {
1842
+ new Cstr(hostRef);
1843
+ }
1844
+ catch (e) {
1845
+ consoleError(e);
1846
+ }
1847
+ {
1848
+ hostRef.$flags$ &= ~8 /* HOST_FLAGS.isConstructingInstance */;
1849
+ }
1850
+ {
1851
+ hostRef.$flags$ |= 128 /* HOST_FLAGS.isWatchReady */;
1852
+ }
1853
+ endNewInstance();
1854
+ fireConnectedCallback(hostRef.$lazyInstance$);
1855
+ }
1856
+ if (Cstr.style) {
1857
+ // this component has styles but we haven't registered them yet
1858
+ let style = Cstr.style;
1859
+ const scopeId = getScopeId(cmpMeta);
1860
+ if (!styles.has(scopeId)) {
1861
+ const endRegisterStyles = createTime('registerStyles', cmpMeta.$tagName$);
1862
+ registerStyle(scopeId, style, !!(cmpMeta.$flags$ & 1 /* CMP_FLAGS.shadowDomEncapsulation */));
1863
+ endRegisterStyles();
1864
+ }
1865
+ }
1866
+ }
1867
+ // we've successfully created a lazy instance
1868
+ const ancestorComponent = hostRef.$ancestorComponent$;
1869
+ const schedule = () => scheduleUpdate(hostRef, true);
1870
+ if (ancestorComponent && ancestorComponent['s-rc']) {
1871
+ // this is the initial load and this component it has an ancestor component
1872
+ // but the ancestor component has NOT fired its will update lifecycle yet
1873
+ // so let's just cool our jets and wait for the ancestor to continue first
1874
+ // this will get fired off when the ancestor component
1875
+ // finally gets around to rendering its lazy self
1876
+ // fire off the initial update
1877
+ ancestorComponent['s-rc'].push(schedule);
1878
+ }
1879
+ else {
1880
+ schedule();
1881
+ }
1882
+ };
1883
+ const fireConnectedCallback = (instance) => {
1884
+ {
1885
+ safeCall(instance, 'connectedCallback');
1886
+ }
1887
+ };
1888
+ const connectedCallback = (elm) => {
1889
+ if ((plt.$flags$ & 1 /* PLATFORM_FLAGS.isTmpDisconnected */) === 0) {
1890
+ const hostRef = getHostRef(elm);
1891
+ const cmpMeta = hostRef.$cmpMeta$;
1892
+ const endConnected = createTime('connectedCallback', cmpMeta.$tagName$);
1893
+ if (!(hostRef.$flags$ & 1 /* HOST_FLAGS.hasConnected */)) {
1894
+ // first time this component has connected
1895
+ hostRef.$flags$ |= 1 /* HOST_FLAGS.hasConnected */;
1896
+ {
1897
+ // initUpdate
1898
+ // if the slot polyfill is required we'll need to put some nodes
1899
+ // in here to act as original content anchors as we move nodes around
1900
+ // host element has been connected to the DOM
1901
+ if ((// TODO(STENCIL-854): Remove code related to legacy shadowDomShim field
1902
+ cmpMeta.$flags$ & (4 /* CMP_FLAGS.hasSlotRelocation */ | 8 /* CMP_FLAGS.needsShadowDomShim */))) {
1903
+ setContentReference(elm);
1904
+ }
1905
+ }
1906
+ {
1907
+ // find the first ancestor component (if there is one) and register
1908
+ // this component as one of the actively loading child components for its ancestor
1909
+ let ancestorComponent = elm;
1910
+ while ((ancestorComponent = ancestorComponent.parentNode || ancestorComponent.host)) {
1911
+ // climb up the ancestors looking for the first
1912
+ // component that hasn't finished its lifecycle update yet
1913
+ if (ancestorComponent['s-p']) {
1914
+ // we found this components first ancestor component
1915
+ // keep a reference to this component's ancestor component
1916
+ attachToAncestor(hostRef, (hostRef.$ancestorComponent$ = ancestorComponent));
1917
+ break;
1918
+ }
1919
+ }
1920
+ }
1921
+ // Lazy properties
1922
+ // https://developers.google.com/web/fundamentals/web-components/best-practices#lazy-properties
1923
+ if (cmpMeta.$members$) {
1924
+ Object.entries(cmpMeta.$members$).map(([memberName, [memberFlags]]) => {
1925
+ if (memberFlags & 31 /* MEMBER_FLAGS.Prop */ && elm.hasOwnProperty(memberName)) {
1926
+ const value = elm[memberName];
1927
+ delete elm[memberName];
1928
+ elm[memberName] = value;
1929
+ }
1930
+ });
1931
+ }
1932
+ {
1933
+ initializeComponent(elm, hostRef, cmpMeta);
1934
+ }
1935
+ }
1936
+ else {
1937
+ // not the first time this has connected
1938
+ // reattach any event listeners to the host
1939
+ // since they would have been removed when disconnected
1940
+ addHostEventListeners(elm, hostRef, cmpMeta.$listeners$);
1941
+ // fire off connectedCallback() on component instance
1942
+ if (hostRef === null || hostRef === void 0 ? void 0 : hostRef.$lazyInstance$) {
1943
+ fireConnectedCallback(hostRef.$lazyInstance$);
1944
+ }
1945
+ else if (hostRef === null || hostRef === void 0 ? void 0 : hostRef.$onReadyPromise$) {
1946
+ hostRef.$onReadyPromise$.then(() => fireConnectedCallback(hostRef.$lazyInstance$));
1947
+ }
1948
+ }
1949
+ endConnected();
1950
+ }
1951
+ };
1952
+ const setContentReference = (elm) => {
1953
+ // only required when we're NOT using native shadow dom (slot)
1954
+ // or this browser doesn't support native shadow dom
1955
+ // and this host element was NOT created with SSR
1956
+ // let's pick out the inner content for slot projection
1957
+ // create a node to represent where the original
1958
+ // content was first placed, which is useful later on
1959
+ const contentRefElm = (elm['s-cr'] = doc.createComment(''));
1960
+ contentRefElm['s-cn'] = true;
1961
+ elm.insertBefore(contentRefElm, elm.firstChild);
1962
+ };
1963
+ const disconnectInstance = (instance) => {
1964
+ {
1965
+ safeCall(instance, 'disconnectedCallback');
1966
+ }
1967
+ };
1968
+ const disconnectedCallback = async (elm) => {
1969
+ if ((plt.$flags$ & 1 /* PLATFORM_FLAGS.isTmpDisconnected */) === 0) {
1970
+ const hostRef = getHostRef(elm);
1971
+ {
1972
+ if (hostRef.$rmListeners$) {
1973
+ hostRef.$rmListeners$.map((rmListener) => rmListener());
1974
+ hostRef.$rmListeners$ = undefined;
1975
+ }
1976
+ }
1977
+ if (hostRef === null || hostRef === void 0 ? void 0 : hostRef.$lazyInstance$) {
1978
+ disconnectInstance(hostRef.$lazyInstance$);
1979
+ }
1980
+ else if (hostRef === null || hostRef === void 0 ? void 0 : hostRef.$onReadyPromise$) {
1981
+ hostRef.$onReadyPromise$.then(() => disconnectInstance(hostRef.$lazyInstance$));
1982
+ }
1983
+ }
1984
+ };
1985
+ const bootstrapLazy = (lazyBundles, options = {}) => {
1986
+ var _a;
1987
+ const endBootstrap = createTime();
1988
+ const cmpTags = [];
1989
+ const exclude = options.exclude || [];
1990
+ const customElements = win.customElements;
1991
+ const head = doc.head;
1992
+ const metaCharset = /*@__PURE__*/ head.querySelector('meta[charset]');
1993
+ const visibilityStyle = /*@__PURE__*/ doc.createElement('style');
1994
+ const deferredConnectedCallbacks = [];
1995
+ let appLoadFallback;
1996
+ let isBootstrapping = true;
1997
+ Object.assign(plt, options);
1998
+ plt.$resourcesUrl$ = new URL(options.resourcesUrl || './', doc.baseURI).href;
1999
+ lazyBundles.map((lazyBundle) => {
2000
+ lazyBundle[1].map((compactMeta) => {
2001
+ var _a;
2002
+ const cmpMeta = {
2003
+ $flags$: compactMeta[0],
2004
+ $tagName$: compactMeta[1],
2005
+ $members$: compactMeta[2],
2006
+ $listeners$: compactMeta[3],
2007
+ };
2008
+ {
2009
+ cmpMeta.$members$ = compactMeta[2];
2010
+ }
2011
+ {
2012
+ cmpMeta.$listeners$ = compactMeta[3];
2013
+ }
2014
+ {
2015
+ cmpMeta.$attrsToReflect$ = [];
2016
+ }
2017
+ {
2018
+ cmpMeta.$watchers$ = (_a = compactMeta[4]) !== null && _a !== void 0 ? _a : {};
2019
+ }
2020
+ const tagName = cmpMeta.$tagName$;
2021
+ const HostElement = class extends HTMLElement {
2022
+ // StencilLazyHost
2023
+ constructor(self) {
2024
+ // @ts-ignore
2025
+ super(self);
2026
+ self = this;
2027
+ registerHost(self, cmpMeta);
2028
+ if (cmpMeta.$flags$ & 1 /* CMP_FLAGS.shadowDomEncapsulation */) {
2029
+ // this component is using shadow dom
2030
+ // and this browser supports shadow dom
2031
+ // add the read-only property "shadowRoot" to the host element
2032
+ // adding the shadow root build conditionals to minimize runtime
2033
+ {
2034
+ {
2035
+ self.attachShadow({
2036
+ mode: 'open',
2037
+ delegatesFocus: !!(cmpMeta.$flags$ & 16 /* CMP_FLAGS.shadowDelegatesFocus */),
2038
+ });
2039
+ }
2040
+ }
2041
+ }
2042
+ }
2043
+ connectedCallback() {
2044
+ if (appLoadFallback) {
2045
+ clearTimeout(appLoadFallback);
2046
+ appLoadFallback = null;
2047
+ }
2048
+ if (isBootstrapping) {
2049
+ // connectedCallback will be processed once all components have been registered
2050
+ deferredConnectedCallbacks.push(this);
2051
+ }
2052
+ else {
2053
+ plt.jmp(() => connectedCallback(this));
2054
+ }
2055
+ }
2056
+ disconnectedCallback() {
2057
+ plt.jmp(() => disconnectedCallback(this));
2058
+ }
2059
+ componentOnReady() {
2060
+ return getHostRef(this).$onReadyPromise$;
2061
+ }
2062
+ };
2063
+ cmpMeta.$lazyBundleId$ = lazyBundle[0];
2064
+ if (!exclude.includes(tagName) && !customElements.get(tagName)) {
2065
+ cmpTags.push(tagName);
2066
+ customElements.define(tagName, proxyComponent(HostElement, cmpMeta, 1 /* PROXY_FLAGS.isElementConstructor */));
2067
+ }
2068
+ });
2069
+ });
2070
+ {
2071
+ visibilityStyle.innerHTML = cmpTags + HYDRATED_CSS;
2072
+ visibilityStyle.setAttribute('data-styles', '');
2073
+ // Apply CSP nonce to the style tag if it exists
2074
+ const nonce = (_a = plt.$nonce$) !== null && _a !== void 0 ? _a : queryNonceMetaTagContent(doc);
2075
+ if (nonce != null) {
2076
+ visibilityStyle.setAttribute('nonce', nonce);
2077
+ }
2078
+ head.insertBefore(visibilityStyle, metaCharset ? metaCharset.nextSibling : head.firstChild);
2079
+ }
2080
+ // Process deferred connectedCallbacks now all components have been registered
2081
+ isBootstrapping = false;
2082
+ if (deferredConnectedCallbacks.length) {
2083
+ deferredConnectedCallbacks.map((host) => host.connectedCallback());
2084
+ }
2085
+ else {
2086
+ {
2087
+ plt.jmp(() => (appLoadFallback = setTimeout(appDidLoad, 30)));
2088
+ }
2089
+ }
2090
+ // Fallback appLoad event
2091
+ endBootstrap();
2092
+ };
2093
+ const addHostEventListeners = (elm, hostRef, listeners, attachParentListeners) => {
2094
+ if (listeners) {
2095
+ listeners.map(([flags, name, method]) => {
2096
+ const target = getHostListenerTarget(elm, flags) ;
2097
+ const handler = hostListenerProxy(hostRef, method);
2098
+ const opts = hostListenerOpts(flags);
2099
+ plt.ael(target, name, handler, opts);
2100
+ (hostRef.$rmListeners$ = hostRef.$rmListeners$ || []).push(() => plt.rel(target, name, handler, opts));
2101
+ });
2102
+ }
2103
+ };
2104
+ const hostListenerProxy = (hostRef, methodName) => (ev) => {
2105
+ try {
2106
+ {
2107
+ if (hostRef.$flags$ & 256 /* HOST_FLAGS.isListenReady */) {
2108
+ // instance is ready, let's call it's member method for this event
2109
+ hostRef.$lazyInstance$[methodName](ev);
2110
+ }
2111
+ else {
2112
+ (hostRef.$queuedListeners$ = hostRef.$queuedListeners$ || []).push([methodName, ev]);
2113
+ }
2114
+ }
2115
+ }
2116
+ catch (e) {
2117
+ consoleError(e);
2118
+ }
2119
+ };
2120
+ const getHostListenerTarget = (elm, flags) => {
2121
+ if (flags & 8 /* LISTENER_FLAGS.TargetWindow */)
2122
+ return win;
2123
+ return elm;
2124
+ };
2125
+ // prettier-ignore
2126
+ const hostListenerOpts = (flags) => (flags & 2 /* LISTENER_FLAGS.Capture */) !== 0;
2127
+ /**
2128
+ * Assigns the given value to the nonce property on the runtime platform object.
2129
+ * During runtime, this value is used to set the nonce attribute on all dynamically created script and style tags.
2130
+ * @param nonce The value to be assigned to the platform nonce property.
2131
+ * @returns void
2132
+ */
2133
+ const setNonce = (nonce) => (plt.$nonce$ = nonce);
2134
+ const hostRefs = /*@__PURE__*/ new WeakMap();
2135
+ const getHostRef = (ref) => hostRefs.get(ref);
2136
+ const registerInstance = (lazyInstance, hostRef) => hostRefs.set((hostRef.$lazyInstance$ = lazyInstance), hostRef);
2137
+ const registerHost = (elm, cmpMeta) => {
2138
+ const hostRef = {
2139
+ $flags$: 0,
2140
+ $hostElement$: elm,
2141
+ $cmpMeta$: cmpMeta,
2142
+ $instanceValues$: new Map(),
2143
+ };
2144
+ {
2145
+ hostRef.$onInstancePromise$ = new Promise((r) => (hostRef.$onInstanceResolve$ = r));
2146
+ }
2147
+ {
2148
+ hostRef.$onReadyPromise$ = new Promise((r) => (hostRef.$onReadyResolve$ = r));
2149
+ elm['s-p'] = [];
2150
+ elm['s-rc'] = [];
2151
+ }
2152
+ addHostEventListeners(elm, hostRef, cmpMeta.$listeners$);
2153
+ return hostRefs.set(elm, hostRef);
2154
+ };
2155
+ const isMemberInElement = (elm, memberName) => memberName in elm;
2156
+ const consoleError = (e, el) => (0, console.error)(e, el);
2157
+ const cmpModules = /*@__PURE__*/ new Map();
2158
+ const loadModule = (cmpMeta, hostRef, hmrVersionId) => {
2159
+ // loadModuleImport
2160
+ const exportName = cmpMeta.$tagName$.replace(/-/g, '_');
2161
+ const bundleId = cmpMeta.$lazyBundleId$;
2162
+ const module = cmpModules.get(bundleId) ;
2163
+ if (module) {
2164
+ return module[exportName];
2165
+ }
2166
+
2167
+ if (!hmrVersionId || !BUILD.hotModuleReplacement) {
2168
+ const processMod = importedModule => {
2169
+ cmpModules.set(bundleId, importedModule);
2170
+ return importedModule[exportName];
2171
+ }
2172
+ switch(bundleId) {
2173
+
2174
+ case 'gux-accordion.cjs':
2175
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2176
+ /* webpackMode: "lazy" */
2177
+ './gux-accordion.cjs.entry.js')); }).then(processMod, consoleError);
2178
+ case 'gux-accordion-section.cjs':
2179
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2180
+ /* webpackMode: "lazy" */
2181
+ './gux-accordion-section.cjs.entry.js')); }).then(processMod, consoleError);
2182
+ case 'gux-action-button.cjs':
2183
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2184
+ /* webpackMode: "lazy" */
2185
+ './gux-action-button.cjs.entry.js')); }).then(processMod, consoleError);
2186
+ case 'gux-action-toast-legacy.cjs':
2187
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2188
+ /* webpackMode: "lazy" */
2189
+ './gux-action-toast-legacy.cjs.entry.js')); }).then(processMod, consoleError);
2190
+ case 'gux-advanced-dropdown-legacy.cjs':
2191
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2192
+ /* webpackMode: "lazy" */
2193
+ './gux-advanced-dropdown-legacy.cjs.entry.js')); }).then(processMod, consoleError);
2194
+ case 'gux-all-row-select.cjs':
2195
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2196
+ /* webpackMode: "lazy" */
2197
+ './gux-all-row-select.cjs.entry.js')); }).then(processMod, consoleError);
2198
+ case 'gux-badge.cjs':
2199
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2200
+ /* webpackMode: "lazy" */
2201
+ './gux-badge.cjs.entry.js')); }).then(processMod, consoleError);
2202
+ case 'gux-blank-state.cjs':
2203
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2204
+ /* webpackMode: "lazy" */
2205
+ './gux-blank-state.cjs.entry.js')); }).then(processMod, consoleError);
2206
+ case 'gux-breadcrumb-item.cjs':
2207
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2208
+ /* webpackMode: "lazy" */
2209
+ './gux-breadcrumb-item.cjs.entry.js')); }).then(processMod, consoleError);
2210
+ case 'gux-breadcrumbs.cjs':
2211
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2212
+ /* webpackMode: "lazy" */
2213
+ './gux-breadcrumbs.cjs.entry.js')); }).then(processMod, consoleError);
2214
+ case 'gux-button.cjs':
2215
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2216
+ /* webpackMode: "lazy" */
2217
+ './gux-button.cjs.entry.js')); }).then(processMod, consoleError);
2218
+ case 'gux-button-multi.cjs':
2219
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2220
+ /* webpackMode: "lazy" */
2221
+ './gux-button-multi.cjs.entry.js')); }).then(processMod, consoleError);
2222
+ case 'gux-calendar-beta.cjs':
2223
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2224
+ /* webpackMode: "lazy" */
2225
+ './gux-calendar-beta.cjs.entry.js')); }).then(processMod, consoleError);
2226
+ case 'gux-card.cjs':
2227
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2228
+ /* webpackMode: "lazy" */
2229
+ './gux-card.cjs.entry.js')); }).then(processMod, consoleError);
2230
+ case 'gux-column-manager.cjs':
2231
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2232
+ /* webpackMode: "lazy" */
2233
+ './gux-column-manager.cjs.entry.js')); }).then(processMod, consoleError);
2234
+ case 'gux-column-manager-item.cjs':
2235
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2236
+ /* webpackMode: "lazy" */
2237
+ './gux-column-manager-item.cjs.entry.js')); }).then(processMod, consoleError);
2238
+ case 'gux-context-menu.cjs':
2239
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2240
+ /* webpackMode: "lazy" */
2241
+ './gux-context-menu.cjs.entry.js')); }).then(processMod, consoleError);
2242
+ case 'gux-copy-to-clipboard.cjs':
2243
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2244
+ /* webpackMode: "lazy" */
2245
+ './gux-copy-to-clipboard.cjs.entry.js')); }).then(processMod, consoleError);
2246
+ case 'gux-create-option.cjs':
2247
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2248
+ /* webpackMode: "lazy" */
2249
+ './gux-create-option.cjs.entry.js')); }).then(processMod, consoleError);
2250
+ case 'gux-date-time-beta.cjs':
2251
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2252
+ /* webpackMode: "lazy" */
2253
+ './gux-date-time-beta.cjs.entry.js')); }).then(processMod, consoleError);
2254
+ case 'gux-datepicker.cjs':
2255
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2256
+ /* webpackMode: "lazy" */
2257
+ './gux-datepicker.cjs.entry.js')); }).then(processMod, consoleError);
2258
+ case 'gux-disclosure-button-legacy.cjs':
2259
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2260
+ /* webpackMode: "lazy" */
2261
+ './gux-disclosure-button-legacy.cjs.entry.js')); }).then(processMod, consoleError);
2262
+ case 'gux-dropdown-multi.cjs':
2263
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2264
+ /* webpackMode: "lazy" */
2265
+ './gux-dropdown-multi.cjs.entry.js')); }).then(processMod, consoleError);
2266
+ case 'gux-dropdown-option.cjs':
2267
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2268
+ /* webpackMode: "lazy" */
2269
+ './gux-dropdown-option.cjs.entry.js')); }).then(processMod, consoleError);
2270
+ case 'gux-flyout-menu.cjs':
2271
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2272
+ /* webpackMode: "lazy" */
2273
+ './gux-flyout-menu.cjs.entry.js')); }).then(processMod, consoleError);
2274
+ case 'gux-form-field-color.cjs':
2275
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2276
+ /* webpackMode: "lazy" */
2277
+ './gux-form-field-color.cjs.entry.js')); }).then(processMod, consoleError);
2278
+ case 'gux-form-field-dropdown.cjs':
2279
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2280
+ /* webpackMode: "lazy" */
2281
+ './gux-form-field-dropdown.cjs.entry.js')); }).then(processMod, consoleError);
2282
+ case 'gux-form-field-phone.cjs':
2283
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2284
+ /* webpackMode: "lazy" */
2285
+ './gux-form-field-phone.cjs.entry.js')); }).then(processMod, consoleError);
2286
+ case 'gux-form-field-radio.cjs':
2287
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2288
+ /* webpackMode: "lazy" */
2289
+ './gux-form-field-radio.cjs.entry.js')); }).then(processMod, consoleError);
2290
+ case 'gux-form-field-range.cjs':
2291
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2292
+ /* webpackMode: "lazy" */
2293
+ './gux-form-field-range.cjs.entry.js')); }).then(processMod, consoleError);
2294
+ case 'gux-form-field-select.cjs':
2295
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2296
+ /* webpackMode: "lazy" */
2297
+ './gux-form-field-select.cjs.entry.js')); }).then(processMod, consoleError);
2298
+ case 'gux-form-field-textarea.cjs':
2299
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2300
+ /* webpackMode: "lazy" */
2301
+ './gux-form-field-textarea.cjs.entry.js')); }).then(processMod, consoleError);
2302
+ case 'gux-form-field-time-picker.cjs':
2303
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2304
+ /* webpackMode: "lazy" */
2305
+ './gux-form-field-time-picker.cjs.entry.js')); }).then(processMod, consoleError);
2306
+ case 'gux-inline-alert.cjs':
2307
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2308
+ /* webpackMode: "lazy" */
2309
+ './gux-inline-alert.cjs.entry.js')); }).then(processMod, consoleError);
2310
+ case 'gux-listbox-multi.cjs':
2311
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2312
+ /* webpackMode: "lazy" */
2313
+ './gux-listbox-multi.cjs.entry.js')); }).then(processMod, consoleError);
2314
+ case 'gux-loading-message.cjs':
2315
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2316
+ /* webpackMode: "lazy" */
2317
+ './gux-loading-message.cjs.entry.js')); }).then(processMod, consoleError);
2318
+ case 'gux-menu.cjs':
2319
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2320
+ /* webpackMode: "lazy" */
2321
+ './gux-menu.cjs.entry.js')); }).then(processMod, consoleError);
2322
+ case 'gux-menu-option.cjs':
2323
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2324
+ /* webpackMode: "lazy" */
2325
+ './gux-menu-option.cjs.entry.js')); }).then(processMod, consoleError);
2326
+ case 'gux-modal.cjs':
2327
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2328
+ /* webpackMode: "lazy" */
2329
+ './gux-modal.cjs.entry.js')); }).then(processMod, consoleError);
2330
+ case 'gux-month-picker-beta.cjs':
2331
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2332
+ /* webpackMode: "lazy" */
2333
+ './gux-month-picker-beta.cjs.entry.js')); }).then(processMod, consoleError);
2334
+ case 'gux-notification-toast-legacy.cjs':
2335
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2336
+ /* webpackMode: "lazy" */
2337
+ './gux-notification-toast-legacy.cjs.entry.js')); }).then(processMod, consoleError);
2338
+ case 'gux-option-icon.cjs':
2339
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2340
+ /* webpackMode: "lazy" */
2341
+ './gux-option-icon.cjs.entry.js')); }).then(processMod, consoleError);
2342
+ case 'gux-option-multi.cjs':
2343
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2344
+ /* webpackMode: "lazy" */
2345
+ './gux-option-multi.cjs.entry.js')); }).then(processMod, consoleError);
2346
+ case 'gux-page-loading-spinner.cjs':
2347
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2348
+ /* webpackMode: "lazy" */
2349
+ './gux-page-loading-spinner.cjs.entry.js')); }).then(processMod, consoleError);
2350
+ case 'gux-pagination.cjs':
2351
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2352
+ /* webpackMode: "lazy" */
2353
+ './gux-pagination.cjs.entry.js')); }).then(processMod, consoleError);
2354
+ case 'gux-pagination-cursor.cjs':
2355
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2356
+ /* webpackMode: "lazy" */
2357
+ './gux-pagination-cursor.cjs.entry.js')); }).then(processMod, consoleError);
2358
+ case 'gux-pagination-legacy.cjs':
2359
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2360
+ /* webpackMode: "lazy" */
2361
+ './gux-pagination-legacy.cjs.entry.js')); }).then(processMod, consoleError);
2362
+ case 'gux-phone-input-beta.cjs':
2363
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2364
+ /* webpackMode: "lazy" */
2365
+ './gux-phone-input-beta.cjs.entry.js')); }).then(processMod, consoleError);
2366
+ case 'gux-radial-progress.cjs':
2367
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2368
+ /* webpackMode: "lazy" */
2369
+ './gux-radial-progress.cjs.entry.js')); }).then(processMod, consoleError);
2370
+ case 'gux-rating.cjs':
2371
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2372
+ /* webpackMode: "lazy" */
2373
+ './gux-rating.cjs.entry.js')); }).then(processMod, consoleError);
2374
+ case 'gux-row-select.cjs':
2375
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2376
+ /* webpackMode: "lazy" */
2377
+ './gux-row-select.cjs.entry.js')); }).then(processMod, consoleError);
2378
+ case 'gux-segmented-control-beta.cjs':
2379
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2380
+ /* webpackMode: "lazy" */
2381
+ './gux-segmented-control-beta.cjs.entry.js')); }).then(processMod, consoleError);
2382
+ case 'gux-segmented-control-item.cjs':
2383
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2384
+ /* webpackMode: "lazy" */
2385
+ './gux-segmented-control-item.cjs.entry.js')); }).then(processMod, consoleError);
2386
+ case 'gux-simple-toast-legacy.cjs':
2387
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2388
+ /* webpackMode: "lazy" */
2389
+ './gux-simple-toast-legacy.cjs.entry.js')); }).then(processMod, consoleError);
2390
+ case 'gux-skip-navigation-item.cjs':
2391
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2392
+ /* webpackMode: "lazy" */
2393
+ './gux-skip-navigation-item.cjs.entry.js')); }).then(processMod, consoleError);
2394
+ case 'gux-skip-navigation-list.cjs':
2395
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2396
+ /* webpackMode: "lazy" */
2397
+ './gux-skip-navigation-list.cjs.entry.js')); }).then(processMod, consoleError);
2398
+ case 'gux-sort-control.cjs':
2399
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2400
+ /* webpackMode: "lazy" */
2401
+ './gux-sort-control.cjs.entry.js')); }).then(processMod, consoleError);
2402
+ case 'gux-submenu.cjs':
2403
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2404
+ /* webpackMode: "lazy" */
2405
+ './gux-submenu.cjs.entry.js')); }).then(processMod, consoleError);
2406
+ case 'gux-switch-item.cjs':
2407
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2408
+ /* webpackMode: "lazy" */
2409
+ './gux-switch-item.cjs.entry.js')); }).then(processMod, consoleError);
2410
+ case 'gux-switch-legacy.cjs':
2411
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2412
+ /* webpackMode: "lazy" */
2413
+ './gux-switch-legacy.cjs.entry.js')); }).then(processMod, consoleError);
2414
+ case 'gux-tab.cjs':
2415
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2416
+ /* webpackMode: "lazy" */
2417
+ './gux-tab.cjs.entry.js')); }).then(processMod, consoleError);
2418
+ case 'gux-tab-advanced.cjs':
2419
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2420
+ /* webpackMode: "lazy" */
2421
+ './gux-tab-advanced.cjs.entry.js')); }).then(processMod, consoleError);
2422
+ case 'gux-tab-advanced-list.cjs':
2423
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2424
+ /* webpackMode: "lazy" */
2425
+ './gux-tab-advanced-list.cjs.entry.js')); }).then(processMod, consoleError);
2426
+ case 'gux-tab-advanced-panel.cjs':
2427
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2428
+ /* webpackMode: "lazy" */
2429
+ './gux-tab-advanced-panel.cjs.entry.js')); }).then(processMod, consoleError);
2430
+ case 'gux-tab-list.cjs':
2431
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2432
+ /* webpackMode: "lazy" */
2433
+ './gux-tab-list.cjs.entry.js')); }).then(processMod, consoleError);
2434
+ case 'gux-tab-panel.cjs':
2435
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2436
+ /* webpackMode: "lazy" */
2437
+ './gux-tab-panel.cjs.entry.js')); }).then(processMod, consoleError);
2438
+ case 'gux-table.cjs':
2439
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2440
+ /* webpackMode: "lazy" */
2441
+ './gux-table.cjs.entry.js')); }).then(processMod, consoleError);
2442
+ case 'gux-table-select-menu.cjs':
2443
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2444
+ /* webpackMode: "lazy" */
2445
+ './gux-table-select-menu.cjs.entry.js')); }).then(processMod, consoleError);
2446
+ case 'gux-table-toolbar.cjs':
2447
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2448
+ /* webpackMode: "lazy" */
2449
+ './gux-table-toolbar.cjs.entry.js')); }).then(processMod, consoleError);
2450
+ case 'gux-table-toolbar-action.cjs':
2451
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2452
+ /* webpackMode: "lazy" */
2453
+ './gux-table-toolbar-action.cjs.entry.js')); }).then(processMod, consoleError);
2454
+ case 'gux-tabs.cjs':
2455
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2456
+ /* webpackMode: "lazy" */
2457
+ './gux-tabs.cjs.entry.js')); }).then(processMod, consoleError);
2458
+ case 'gux-tabs-advanced.cjs':
2459
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2460
+ /* webpackMode: "lazy" */
2461
+ './gux-tabs-advanced.cjs.entry.js')); }).then(processMod, consoleError);
2462
+ case 'gux-tag.cjs':
2463
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2464
+ /* webpackMode: "lazy" */
2465
+ './gux-tag.cjs.entry.js')); }).then(processMod, consoleError);
2466
+ case 'gux-time-beta.cjs':
2467
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2468
+ /* webpackMode: "lazy" */
2469
+ './gux-time-beta.cjs.entry.js')); }).then(processMod, consoleError);
2470
+ case 'gux-time-picker.cjs':
2471
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2472
+ /* webpackMode: "lazy" */
2473
+ './gux-time-picker.cjs.entry.js')); }).then(processMod, consoleError);
2474
+ case 'gux-time-zone-picker-beta.cjs':
2475
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2476
+ /* webpackMode: "lazy" */
2477
+ './gux-time-zone-picker-beta.cjs.entry.js')); }).then(processMod, consoleError);
2478
+ case 'gux-toast.cjs':
2479
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2480
+ /* webpackMode: "lazy" */
2481
+ './gux-toast.cjs.entry.js')); }).then(processMod, consoleError);
2482
+ case 'gux-toggle.cjs':
2483
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2484
+ /* webpackMode: "lazy" */
2485
+ './gux-toggle.cjs.entry.js')); }).then(processMod, consoleError);
2486
+ case 'gux-calendar.cjs':
2487
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2488
+ /* webpackMode: "lazy" */
2489
+ './gux-calendar.cjs.entry.js')); }).then(processMod, consoleError);
2490
+ case 'gux-content-search.cjs':
2491
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2492
+ /* webpackMode: "lazy" */
2493
+ './gux-content-search.cjs.entry.js')); }).then(processMod, consoleError);
2494
+ case 'gux-date-beta.cjs':
2495
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2496
+ /* webpackMode: "lazy" */
2497
+ './gux-date-beta.cjs.entry.js')); }).then(processMod, consoleError);
2498
+ case 'gux-dropdown-multi-tag.cjs':
2499
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2500
+ /* webpackMode: "lazy" */
2501
+ './gux-dropdown-multi-tag.cjs.entry.js')); }).then(processMod, consoleError);
2502
+ case 'gux-form-field-search.cjs':
2503
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2504
+ /* webpackMode: "lazy" */
2505
+ './gux-form-field-search.cjs.entry.js')); }).then(processMod, consoleError);
2506
+ case 'gux-list-divider.cjs':
2507
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2508
+ /* webpackMode: "lazy" */
2509
+ './gux-list-divider.cjs.entry.js')); }).then(processMod, consoleError);
2510
+ case 'gux-list-item.cjs':
2511
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2512
+ /* webpackMode: "lazy" */
2513
+ './gux-list-item.cjs.entry.js')); }).then(processMod, consoleError);
2514
+ case 'gux-month-calendar.cjs':
2515
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2516
+ /* webpackMode: "lazy" */
2517
+ './gux-month-calendar.cjs.entry.js')); }).then(processMod, consoleError);
2518
+ case 'gux-pagination-buttons_3.cjs':
2519
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2520
+ /* webpackMode: "lazy" */
2521
+ './gux-pagination-buttons_3.cjs.entry.js')); }).then(processMod, consoleError);
2522
+ case 'gux-pagination-buttons-legacy_3.cjs':
2523
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2524
+ /* webpackMode: "lazy" */
2525
+ './gux-pagination-buttons-legacy_3.cjs.entry.js')); }).then(processMod, consoleError);
2526
+ case 'gux-region-icon.cjs':
2527
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2528
+ /* webpackMode: "lazy" */
2529
+ './gux-region-icon.cjs.entry.js')); }).then(processMod, consoleError);
2530
+ case 'gux-table-toolbar-custom-action.cjs':
2531
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2532
+ /* webpackMode: "lazy" */
2533
+ './gux-table-toolbar-custom-action.cjs.entry.js')); }).then(processMod, consoleError);
2534
+ case 'gux-table-toolbar-menu-button.cjs':
2535
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2536
+ /* webpackMode: "lazy" */
2537
+ './gux-table-toolbar-menu-button.cjs.entry.js')); }).then(processMod, consoleError);
2538
+ case 'gux-text-highlight.cjs':
2539
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2540
+ /* webpackMode: "lazy" */
2541
+ './gux-text-highlight.cjs.entry.js')); }).then(processMod, consoleError);
2542
+ case 'gux-toggle-slider.cjs':
2543
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2544
+ /* webpackMode: "lazy" */
2545
+ './gux-toggle-slider.cjs.entry.js')); }).then(processMod, consoleError);
2546
+ case 'gux-announce-beta.cjs':
2547
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2548
+ /* webpackMode: "lazy" */
2549
+ './gux-announce-beta.cjs.entry.js')); }).then(processMod, consoleError);
2550
+ case 'gux-form-field-text-like.cjs':
2551
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2552
+ /* webpackMode: "lazy" */
2553
+ './gux-form-field-text-like.cjs.entry.js')); }).then(processMod, consoleError);
2554
+ case 'gux-month-list_2.cjs':
2555
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2556
+ /* webpackMode: "lazy" */
2557
+ './gux-month-list_2.cjs.entry.js')); }).then(processMod, consoleError);
2558
+ case 'gux-form-field-number_3.cjs':
2559
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2560
+ /* webpackMode: "lazy" */
2561
+ './gux-form-field-number_3.cjs.entry.js')); }).then(processMod, consoleError);
2562
+ case 'gux-popover-list.cjs':
2563
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2564
+ /* webpackMode: "lazy" */
2565
+ './gux-popover-list.cjs.entry.js')); }).then(processMod, consoleError);
2566
+ case 'gux-form-field-checkbox.cjs':
2567
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2568
+ /* webpackMode: "lazy" */
2569
+ './gux-form-field-checkbox.cjs.entry.js')); }).then(processMod, consoleError);
2570
+ case 'gux-screen-reader-beta.cjs':
2571
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2572
+ /* webpackMode: "lazy" */
2573
+ './gux-screen-reader-beta.cjs.entry.js')); }).then(processMod, consoleError);
2574
+ case 'gux-dropdown_3.cjs':
2575
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2576
+ /* webpackMode: "lazy" */
2577
+ './gux-dropdown_3.cjs.entry.js')); }).then(processMod, consoleError);
2578
+ case 'gux-list.cjs':
2579
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2580
+ /* webpackMode: "lazy" */
2581
+ './gux-list.cjs.entry.js')); }).then(processMod, consoleError);
2582
+ case 'gux-tooltip-title.cjs':
2583
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2584
+ /* webpackMode: "lazy" */
2585
+ './gux-tooltip-title.cjs.entry.js')); }).then(processMod, consoleError);
2586
+ case 'gux-form-field-input-clear-button.cjs':
2587
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2588
+ /* webpackMode: "lazy" */
2589
+ './gux-form-field-input-clear-button.cjs.entry.js')); }).then(processMod, consoleError);
2590
+ case 'gux-dismiss-button.cjs':
2591
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2592
+ /* webpackMode: "lazy" */
2593
+ './gux-dismiss-button.cjs.entry.js')); }).then(processMod, consoleError);
2594
+ case 'gux-radial-loading.cjs':
2595
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2596
+ /* webpackMode: "lazy" */
2597
+ './gux-radial-loading.cjs.entry.js')); }).then(processMod, consoleError);
2598
+ case 'gux-truncate.cjs':
2599
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2600
+ /* webpackMode: "lazy" */
2601
+ './gux-truncate.cjs.entry.js')); }).then(processMod, consoleError);
2602
+ case 'gux-popup.cjs':
2603
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2604
+ /* webpackMode: "lazy" */
2605
+ './gux-popup.cjs.entry.js')); }).then(processMod, consoleError);
2606
+ case 'gux-button-slot.cjs':
2607
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2608
+ /* webpackMode: "lazy" */
2609
+ './gux-button-slot.cjs.entry.js')); }).then(processMod, consoleError);
2610
+ case 'gux-tooltip.cjs':
2611
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2612
+ /* webpackMode: "lazy" */
2613
+ './gux-tooltip.cjs.entry.js')); }).then(processMod, consoleError);
2614
+ case 'gux-icon.cjs':
2615
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2616
+ /* webpackMode: "lazy" */
2617
+ './gux-icon.cjs.entry.js')); }).then(processMod, consoleError);
2618
+ }
2619
+ }
2620
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
2621
+ /* @vite-ignore */
2622
+ /* webpackInclude: /\.entry\.js$/ */
2623
+ /* webpackExclude: /\.system\.entry\.js$/ */
2624
+ /* webpackMode: "lazy" */
2625
+ `./${bundleId}.entry.js${''}`)); }).then((importedModule) => {
2626
+ {
2627
+ cmpModules.set(bundleId, importedModule);
2628
+ }
2629
+ return importedModule[exportName];
2630
+ }, consoleError);
2631
+ };
2632
+ const styles = /*@__PURE__*/ new Map();
2633
+ const win = typeof window !== 'undefined' ? window : {};
2634
+ const doc = win.document || { head: {} };
2635
+ const plt = {
2636
+ $flags$: 0,
2637
+ $resourcesUrl$: '',
2638
+ jmp: (h) => h(),
2639
+ raf: (h) => requestAnimationFrame(h),
2640
+ ael: (el, eventName, listener, opts) => el.addEventListener(eventName, listener, opts),
2641
+ rel: (el, eventName, listener, opts) => el.removeEventListener(eventName, listener, opts),
2642
+ ce: (eventName, opts) => new CustomEvent(eventName, opts),
2643
+ };
2644
+ const promiseResolve = (v) => Promise.resolve(v);
2645
+ const supportsConstructableStylesheets = /*@__PURE__*/ (() => {
2646
+ try {
2647
+ new CSSStyleSheet();
2648
+ return typeof new CSSStyleSheet().replaceSync === 'function';
2649
+ }
2650
+ catch (e) { }
2651
+ return false;
2652
+ })()
2653
+ ;
2654
+ const queueDomReads = [];
2655
+ const queueDomWrites = [];
2656
+ const queueTask = (queue, write) => (cb) => {
2657
+ queue.push(cb);
2658
+ if (!queuePending) {
2659
+ queuePending = true;
2660
+ if (write && plt.$flags$ & 4 /* PLATFORM_FLAGS.queueSync */) {
2661
+ nextTick(flush);
2662
+ }
2663
+ else {
2664
+ plt.raf(flush);
2665
+ }
2666
+ }
2667
+ };
2668
+ const consume = (queue) => {
2669
+ for (let i = 0; i < queue.length; i++) {
2670
+ try {
2671
+ queue[i](performance.now());
2672
+ }
2673
+ catch (e) {
2674
+ consoleError(e);
2675
+ }
2676
+ }
2677
+ queue.length = 0;
2678
+ };
2679
+ const flush = () => {
2680
+ // always force a bunch of medium callbacks to run, but still have
2681
+ // a throttle on how many can run in a certain time
2682
+ // DOM READS!!!
2683
+ consume(queueDomReads);
2684
+ // DOM WRITES!!!
2685
+ {
2686
+ consume(queueDomWrites);
2687
+ if ((queuePending = queueDomReads.length > 0)) {
2688
+ // still more to do yet, but we've run out of time
2689
+ // let's let this thing cool off and try again in the next tick
2690
+ plt.raf(flush);
2691
+ }
2692
+ }
2693
+ };
2694
+ const nextTick = /*@__PURE__*/ (cb) => promiseResolve().then(cb);
2695
+ const readTask = /*@__PURE__*/ queueTask(queueDomReads, false);
2696
+ const writeTask = /*@__PURE__*/ queueTask(queueDomWrites, true);
2697
+
2698
+ exports.Host = Host;
2699
+ exports.bootstrapLazy = bootstrapLazy;
2700
+ exports.createEvent = createEvent;
2701
+ exports.forceUpdate = forceUpdate;
2702
+ exports.getAssetPath = getAssetPath;
2703
+ exports.getElement = getElement;
2704
+ exports.h = h;
2705
+ exports.promiseResolve = promiseResolve;
2706
+ exports.readTask = readTask;
2707
+ exports.registerInstance = registerInstance;
2708
+ exports.setNonce = setNonce;
2709
+ exports.writeTask = writeTask;