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

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