@duetds/components 7.0.13 → 7.1.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 (1051) hide show
  1. package/hydrate/index.d.ts +6 -6
  2. package/hydrate/index.js +554 -223
  3. package/lib/cjs/duet-action-button.cjs.entry.js +12 -8
  4. package/lib/cjs/duet-alert.cjs.entry.js +8 -5
  5. package/lib/cjs/duet-badge.cjs.entry.js +7 -2
  6. package/lib/cjs/duet-banner.cjs.entry.js +7 -3
  7. package/lib/cjs/duet-breadcrumb.cjs.entry.js +8 -4
  8. package/lib/cjs/duet-breadcrumbs.cjs.entry.js +4 -4
  9. package/lib/cjs/duet-button_2.cjs.entry.js +10 -6
  10. package/lib/cjs/duet-callout.cjs.entry.js +6 -2
  11. package/lib/cjs/duet-caption_4.cjs.entry.js +40 -8
  12. package/lib/cjs/duet-card.cjs.entry.js +10 -6
  13. package/lib/cjs/duet-checkbox.cjs.entry.js +7 -3
  14. package/lib/cjs/duet-checkmark.cjs.entry.js +2 -2
  15. package/lib/cjs/duet-chip.cjs.entry.js +20 -16
  16. package/lib/cjs/duet-choice_2.cjs.entry.js +17 -10
  17. package/lib/cjs/duet-collapsible.cjs.entry.js +10 -6
  18. package/lib/cjs/duet-combobox.cjs.entry.js +6 -6
  19. package/lib/cjs/duet-contact-card.cjs.entry.js +8 -4
  20. package/lib/cjs/duet-cookie-consent.cjs.entry.js +6 -2
  21. package/lib/cjs/duet-date-picker.cjs.entry.js +10 -6
  22. package/lib/cjs/duet-divider_2.cjs.entry.js +3 -3
  23. package/lib/cjs/duet-editable-table_3.cjs.entry.js +16 -9
  24. package/lib/cjs/duet-empty-state.cjs.entry.js +7 -2
  25. package/lib/cjs/duet-fieldset.cjs.entry.js +8 -4
  26. package/lib/cjs/duet-footer.cjs.entry.js +9 -5
  27. package/lib/cjs/duet-grid_2.cjs.entry.js +3 -3
  28. package/lib/cjs/duet-header_2.cjs.entry.js +12 -8
  29. package/lib/cjs/duet-hero.cjs.entry.js +10 -6
  30. package/lib/cjs/duet-icon.cjs.entry.js +7 -3
  31. package/lib/cjs/duet-input_2.cjs.entry.js +13 -7
  32. package/lib/cjs/duet-layout.cjs.entry.js +2 -2
  33. package/lib/cjs/duet-list_2.cjs.entry.js +3 -3
  34. package/lib/cjs/duet-menu-bar-button.cjs.entry.js +6 -2
  35. package/lib/cjs/duet-menu-bar-dropdown-link.cjs.entry.js +7 -3
  36. package/lib/cjs/duet-menu-bar-dropdown.cjs.entry.js +7 -3
  37. package/lib/cjs/duet-menu-bar-link.cjs.entry.js +6 -2
  38. package/lib/cjs/duet-menu-bar.cjs.entry.js +4 -2
  39. package/lib/cjs/duet-modal.cjs.entry.js +11 -9
  40. package/lib/cjs/duet-multiselect.cjs.entry.js +10 -6
  41. package/lib/cjs/duet-nav.cjs.entry.js +2 -2
  42. package/lib/cjs/duet-notification_2.cjs.entry.js +11 -4
  43. package/lib/cjs/duet-number-input.cjs.entry.js +10 -6
  44. package/lib/cjs/duet-page-heading.cjs.entry.js +6 -2
  45. package/lib/cjs/duet-pagination_2.cjs.entry.js +11 -8
  46. package/lib/cjs/duet-popup-menu-item.cjs.entry.js +6 -2
  47. package/lib/cjs/duet-popup-menu.cjs.entry.js +5 -5
  48. package/lib/cjs/duet-progress.cjs.entry.js +9 -5
  49. package/lib/cjs/duet-promo-card.cjs.entry.js +7 -3
  50. package/lib/cjs/duet-radio_2.cjs.entry.js +8 -4
  51. package/lib/cjs/duet-range-slider.cjs.entry.js +8 -4
  52. package/lib/cjs/duet-scrollable_3.cjs.entry.js +19 -12
  53. package/lib/cjs/duet-section-layout.cjs.entry.js +2 -2
  54. package/lib/cjs/duet-select.cjs.entry.js +8 -4
  55. package/lib/cjs/duet-shaped-image.cjs.entry.js +2 -2
  56. package/lib/cjs/duet-show-more.cjs.entry.js +10 -6
  57. package/lib/cjs/duet-slideout-lang.cjs.entry.js +8 -4
  58. package/lib/cjs/duet-slideout-link.cjs.entry.js +6 -2
  59. package/lib/cjs/duet-slideout-panel-dropdown.cjs.entry.js +6 -2
  60. package/lib/cjs/duet-slideout-panel.cjs.entry.js +10 -6
  61. package/lib/cjs/duet-slideout.cjs.entry.js +10 -8
  62. package/lib/cjs/duet-step_2.cjs.entry.js +11 -4
  63. package/lib/cjs/duet-submenu-bar-dropdown-link.cjs.entry.js +7 -3
  64. package/lib/cjs/duet-submenu-bar-dropdown.cjs.entry.js +7 -3
  65. package/lib/cjs/duet-submenu-bar-link.cjs.entry.js +7 -3
  66. package/lib/cjs/duet-submenu-bar.cjs.entry.js +7 -3
  67. package/lib/cjs/duet-textarea.cjs.entry.js +8 -4
  68. package/lib/cjs/duet-toggle.cjs.entry.js +7 -3
  69. package/lib/cjs/duet-toolbar-dropdown-link.cjs.entry.js +7 -3
  70. package/lib/cjs/duet-toolbar-dropdown.cjs.entry.js +7 -3
  71. package/lib/cjs/duet-toolbar-link.cjs.entry.js +6 -2
  72. package/lib/cjs/duet-toolbar.cjs.entry.js +2 -2
  73. package/lib/cjs/duet-tooltip-button_2.cjs.entry.js +23 -3
  74. package/lib/cjs/duet-tooltip.cjs.entry.js +10 -12
  75. package/lib/cjs/duet-tray.cjs.entry.js +9 -5
  76. package/lib/cjs/duet-upload-aria-status.cjs.entry.js +9 -1
  77. package/lib/cjs/duet-upload-item.cjs.entry.js +10 -5
  78. package/lib/cjs/duet-visually-hidden.cjs.entry.js +6 -1
  79. package/lib/cjs/duet.cjs.js +4 -11
  80. package/lib/cjs/{errorcodes.utils-c85ef728.js → errorcodes.utils-8e928de5.js} +2 -2
  81. package/lib/cjs/{focus-utils-a94e86a5.js → focus-utils-135b1e70.js} +1 -1
  82. package/lib/cjs/{index-04d05fd9.js → index-8d4b3790.js} +505 -183
  83. package/lib/cjs/{language-utils-6f1ce5d7.js → language-utils-dc19e8b6.js} +1 -1
  84. package/lib/cjs/loader.cjs.js +3 -12
  85. package/lib/cjs/nudge-ee03ce2e.js +18 -0
  86. package/lib/cjs/{teleport-18e2b4b9.js → teleport-af825e04.js} +9 -12
  87. package/lib/collection/collection-manifest.json +98 -98
  88. package/lib/collection/components/duet-action-button/duet-action-button.js +22 -9
  89. package/lib/collection/components/duet-alert/duet-alert.e2e.js +53 -0
  90. package/lib/collection/components/duet-alert/duet-alert.js +26 -12
  91. package/lib/collection/components/duet-badge/duet-badge.e2e.js +28 -0
  92. package/lib/collection/components/duet-badge/duet-badge.js +11 -3
  93. package/lib/collection/components/duet-banner/duet-banner.e2e.js +23 -0
  94. package/lib/collection/components/duet-banner/duet-banner.js +20 -8
  95. package/lib/collection/components/duet-breadcrumbs/duet-breadcrumb.js +8 -2
  96. package/lib/collection/components/duet-breadcrumbs/duet-breadcrumbs.e2e.js +18 -0
  97. package/lib/collection/components/duet-breadcrumbs/duet-breadcrumbs.js +2 -1
  98. package/lib/collection/components/duet-button/duet-button.e2e.js +210 -0
  99. package/lib/collection/components/duet-button/duet-button.js +33 -15
  100. package/lib/collection/components/duet-callout/duet-callout.e2e.js +21 -0
  101. package/lib/collection/components/duet-callout/duet-callout.js +8 -2
  102. package/lib/collection/components/duet-caption/duet-caption.e2e.js +26 -0
  103. package/lib/collection/components/duet-caption/duet-caption.js +11 -3
  104. package/lib/collection/components/duet-card/duet-card.e2e.js +91 -0
  105. package/lib/collection/components/duet-card/duet-card.js +28 -12
  106. package/lib/collection/components/duet-checkbox/duet-checkbox.e2e.js +112 -0
  107. package/lib/collection/components/duet-checkbox/duet-checkbox.js +18 -7
  108. package/lib/collection/components/duet-chip/duet-chip.e2e.js +46 -0
  109. package/lib/collection/components/duet-chip/duet-chip.js +51 -22
  110. package/lib/collection/components/duet-choice/duet-checkmark.js +4 -2
  111. package/lib/collection/components/duet-choice/duet-choice.e2e.js +181 -0
  112. package/lib/collection/components/duet-choice/duet-choice.js +31 -14
  113. package/lib/collection/components/duet-choice-group/duet-choice-group.e2e.js +88 -0
  114. package/lib/collection/components/duet-choice-group/duet-choice-group.js +14 -5
  115. package/lib/collection/components/duet-collapsible/duet-collapsible.e2e.js +125 -0
  116. package/lib/collection/components/duet-collapsible/duet-collapsible.js +20 -8
  117. package/lib/collection/components/duet-combobox/duet-combobox.e2e.js +110 -0
  118. package/lib/collection/components/duet-combobox/duet-combobox.js +14 -7
  119. package/lib/collection/components/duet-contact-card/duet-contact-card.js +10 -3
  120. package/lib/collection/components/duet-cookie-consent/duet-cookie-consent.e2e.js +31 -0
  121. package/lib/collection/components/duet-cookie-consent/duet-cookie-consent.js +8 -2
  122. package/lib/collection/components/duet-date-picker/date-utils.spec.js +330 -0
  123. package/lib/collection/components/duet-date-picker/duet-date-picker.e2e.js +694 -0
  124. package/lib/collection/components/duet-date-picker/duet-date-picker.js +32 -14
  125. package/lib/collection/components/duet-divider/duet-divider.e2e.js +32 -0
  126. package/lib/collection/components/duet-divider/duet-divider.js +6 -3
  127. package/lib/collection/components/duet-editable-table/duet-editable-table.e2e.js +29 -0
  128. package/lib/collection/components/duet-editable-table/duet-editable-table.js +24 -10
  129. package/lib/collection/components/duet-empty-state/duet-empty-state.e2e.js +16 -0
  130. package/lib/collection/components/duet-empty-state/duet-empty-state.js +11 -3
  131. package/lib/collection/components/duet-fieldset/duet-fieldset.e2e.js +13 -0
  132. package/lib/collection/components/duet-fieldset/duet-fieldset.js +10 -3
  133. package/lib/collection/components/duet-footer/duet-footer.e2e.js +186 -0
  134. package/lib/collection/components/duet-footer/duet-footer.js +27 -12
  135. package/lib/collection/components/duet-grid/duet-grid.e2e.js +42 -0
  136. package/lib/collection/components/duet-grid/duet-grid.js +10 -5
  137. package/lib/collection/components/duet-grid-item/duet-grid-item.js +8 -4
  138. package/lib/collection/components/duet-header/duet-header.e2e.js +468 -0
  139. package/lib/collection/components/duet-header/duet-header.js +54 -26
  140. package/lib/collection/components/duet-heading/duet-heading.e2e.js +27 -0
  141. package/lib/collection/components/duet-heading/duet-heading.js +16 -6
  142. package/lib/collection/components/duet-hero/duet-hero.css +30 -0
  143. package/lib/collection/components/duet-hero/duet-hero.e2e.js +172 -0
  144. package/lib/collection/components/duet-hero/duet-hero.js +30 -13
  145. package/lib/collection/components/duet-icon/duet-icon.e2e.js +32 -0
  146. package/lib/collection/components/duet-icon/duet-icon.js +18 -7
  147. package/lib/collection/components/duet-icon/icon-utils.spec.js +84 -0
  148. package/lib/collection/components/duet-input/duet-input.e2e.js +201 -0
  149. package/lib/collection/components/duet-input/duet-input.js +34 -16
  150. package/lib/collection/components/duet-label/duet-label.e2e.js +32 -0
  151. package/lib/collection/components/duet-label/duet-label.js +11 -3
  152. package/lib/collection/components/duet-layout/duet-layout.e2e.js +32 -0
  153. package/lib/collection/components/duet-layout/duet-layout.js +6 -3
  154. package/lib/collection/components/duet-link/duet-link.css +4 -1
  155. package/lib/collection/components/duet-link/duet-link.e2e.js +53 -0
  156. package/lib/collection/components/duet-link/duet-link.js +95 -11
  157. package/lib/collection/components/duet-list/duet-list.e2e.js +105 -0
  158. package/lib/collection/components/duet-list/duet-list.js +14 -7
  159. package/lib/collection/components/duet-list-item/duet-list-item.js +2 -1
  160. package/lib/collection/components/duet-logo/duet-logo.e2e.js +42 -0
  161. package/lib/collection/components/duet-logo/duet-logo.js +14 -7
  162. package/lib/collection/components/duet-menu-bar/duet-menu-bar.js +6 -2
  163. package/lib/collection/components/duet-menu-bar-button/duet-menu-bar-button.js +10 -3
  164. package/lib/collection/components/duet-menu-bar-dropdown/duet-menu-bar-dropdown.js +10 -3
  165. package/lib/collection/components/duet-menu-bar-dropdown-link/duet-menu-bar-dropdown-link.js +6 -1
  166. package/lib/collection/components/duet-menu-bar-link/duet-menu-bar-link.js +6 -1
  167. package/lib/collection/components/duet-modal/duet-modal.e2e.js +125 -0
  168. package/lib/collection/components/duet-modal/duet-modal.js +26 -12
  169. package/lib/collection/components/duet-multiselect/duet-multiselect.e2e.js +96 -0
  170. package/lib/collection/components/duet-multiselect/duet-multiselect.js +24 -10
  171. package/lib/collection/components/duet-nav/duet-nav.js +2 -1
  172. package/lib/collection/components/duet-notification/duet-notification.e2e.js +12 -0
  173. package/lib/collection/components/duet-notification/duet-notification.js +15 -6
  174. package/lib/collection/components/duet-notification-drawer/duet-notification-drawer.e2e.js +177 -0
  175. package/lib/collection/components/duet-notification-drawer/duet-notification-drawer.js +22 -9
  176. package/lib/collection/components/duet-number-input/duet-number-input-negative.e2e.js +32 -0
  177. package/lib/collection/components/duet-number-input/duet-number-input.e2e.js +242 -0
  178. package/lib/collection/components/duet-number-input/duet-number-input.js +34 -15
  179. package/lib/collection/components/duet-page-heading/duet-page-heading.js +8 -2
  180. package/lib/collection/components/duet-pagination/duet-pagination.e2e.js +101 -0
  181. package/lib/collection/components/duet-pagination/duet-pagination.js +14 -6
  182. package/lib/collection/components/duet-paragraph/duet-paragraph.e2e.js +27 -0
  183. package/lib/collection/components/duet-paragraph/duet-paragraph.js +16 -6
  184. package/lib/collection/components/duet-popup-menu/duet-popup-menu.js +14 -7
  185. package/lib/collection/components/duet-popup-menu-item/duet-popup-menu-item.js +20 -8
  186. package/lib/collection/components/duet-progress/duet-progress.e2e.js +12 -0
  187. package/lib/collection/components/duet-progress/duet-progress.js +8 -2
  188. package/lib/collection/components/duet-promo-card/duet-promo-card.e2e.js +23 -0
  189. package/lib/collection/components/duet-promo-card/duet-promo-card.js +14 -5
  190. package/lib/collection/components/duet-radio/duet-radio.e2e.js +135 -0
  191. package/lib/collection/components/duet-radio/duet-radio.js +16 -8
  192. package/lib/collection/components/duet-radio-group/duet-radio-group.e2e.js +57 -0
  193. package/lib/collection/components/duet-radio-group/duet-radio-group.js +12 -4
  194. package/lib/collection/components/duet-range-slider/duet-range-slider.e2e.js +57 -0
  195. package/lib/collection/components/duet-range-slider/duet-range-slider.js +18 -7
  196. package/lib/collection/components/duet-range-stepper/duet-range-stepper.e2e.js +51 -0
  197. package/lib/collection/components/duet-range-stepper/duet-range-stepper.js +10 -4
  198. package/lib/collection/components/duet-range-stepper/duet-range-stepper.spec.js +23 -0
  199. package/lib/collection/components/duet-scrollable/duet-scrollable.e2e.js +12 -0
  200. package/lib/collection/components/duet-scrollable/duet-scrollable.js +12 -9
  201. package/lib/collection/components/duet-section-layout/duet-section-layout.e2e.js +22 -0
  202. package/lib/collection/components/duet-section-layout/duet-section-layout.js +2 -1
  203. package/lib/collection/components/duet-select/duet-select.e2e.js +211 -0
  204. package/lib/collection/components/duet-select/duet-select.js +24 -10
  205. package/lib/collection/components/duet-shaped-image/duet-shaped-image.js +4 -2
  206. package/lib/collection/components/duet-show-more/duet-show-more.js +20 -8
  207. package/lib/collection/components/duet-slideout/duet-slideout.js +14 -6
  208. package/lib/collection/components/duet-slideout-lang/duet-slideout-lang.js +6 -1
  209. package/lib/collection/components/duet-slideout-link/duet-slideout-link.js +6 -1
  210. package/lib/collection/components/duet-slideout-panel/duet-slideout-panel.js +12 -4
  211. package/lib/collection/components/duet-slideout-panel-dropdown/duet-slideout-panel-dropdown.js +10 -3
  212. package/lib/collection/components/duet-spacer/duet-spacer.e2e.js +27 -0
  213. package/lib/collection/components/duet-spacer/duet-spacer.js +6 -3
  214. package/lib/collection/components/duet-spinner/duet-spinner.e2e.js +30 -0
  215. package/lib/collection/components/duet-spinner/duet-spinner.js +6 -3
  216. package/lib/collection/components/duet-step/duet-step.e2e.js +92 -0
  217. package/lib/collection/components/duet-step/duet-step.js +16 -6
  218. package/lib/collection/components/duet-stepper/duet-stepper.e2e.js +85 -0
  219. package/lib/collection/components/duet-stepper/duet-stepper.js +10 -3
  220. package/lib/collection/components/duet-submenu-bar/duet-submenu-bar.js +10 -3
  221. package/lib/collection/components/duet-submenu-bar-dropdown/duet-submenu-bar-dropdown.js +10 -3
  222. package/lib/collection/components/duet-submenu-bar-dropdown-link/duet-submenu-bar-dropdown-link.js +6 -1
  223. package/lib/collection/components/duet-submenu-bar-link/duet-submenu-bar-link.js +6 -1
  224. package/lib/collection/components/duet-tab/duet-tab.e2e.js +16 -0
  225. package/lib/collection/components/duet-tab/duet-tab.js +7 -1
  226. package/lib/collection/components/duet-tab-group/duet-tab-group.e2e.js +108 -0
  227. package/lib/collection/components/duet-tab-group/duet-tab-group.js +26 -12
  228. package/lib/collection/components/duet-table/duet-table.e2e.js +95 -0
  229. package/lib/collection/components/duet-table/duet-table.js +10 -5
  230. package/lib/collection/components/duet-textarea/duet-textarea.e2e.js +199 -0
  231. package/lib/collection/components/duet-textarea/duet-textarea.js +22 -9
  232. package/lib/collection/components/duet-toggle/duet-toggle.e2e.js +73 -0
  233. package/lib/collection/components/duet-toggle/duet-toggle.js +14 -5
  234. package/lib/collection/components/duet-toolbar/duet-toolbar.js +2 -1
  235. package/lib/collection/components/duet-toolbar-dropdown/duet-toolbar-dropdown.js +10 -3
  236. package/lib/collection/components/duet-toolbar-dropdown-link/duet-toolbar-dropdown-link.js +6 -1
  237. package/lib/collection/components/duet-toolbar-link/duet-toolbar-link.js +6 -1
  238. package/lib/collection/components/duet-tooltip/duet-tooltip-button.js +10 -3
  239. package/lib/collection/components/duet-tooltip/duet-tooltip-popup.js +34 -7
  240. package/lib/collection/components/duet-tooltip/duet-tooltip.e2e.js +99 -0
  241. package/lib/collection/components/duet-tooltip/duet-tooltip.js +15 -11
  242. package/lib/collection/components/duet-tray/duet-tray.e2e.js +103 -0
  243. package/lib/collection/components/duet-tray/duet-tray.js +12 -4
  244. package/lib/collection/components/duet-upload/duet-upload.e2e.js +49 -0
  245. package/lib/collection/components/duet-upload/duet-upload.js +73 -35
  246. package/lib/collection/components/duet-upload/upload-validators.spec.js +41 -0
  247. package/lib/collection/components/duet-upload-aria-status/duet-upload-aria-status.js +10 -1
  248. package/lib/collection/components/duet-upload-item/duet-upload-item.js +23 -9
  249. package/lib/collection/components/duet-visually-hidden/duet-visually-hidden.e2e.js +12 -0
  250. package/lib/collection/components/duet-visually-hidden/duet-visually-hidden.js +5 -0
  251. package/lib/collection/utils/create-id.spec.js +12 -0
  252. package/lib/collection/utils/js-utils.spec.js +22 -0
  253. package/lib/collection/utils/language-utils.spec.js +159 -0
  254. package/lib/collection/utils/math.utils.spec.js +140 -0
  255. package/lib/collection/utils/nudge.js +14 -0
  256. package/lib/collection/utils/string-utils.spec.js +39 -0
  257. package/lib/collection/utils/teleport.js +9 -12
  258. package/lib/collection/utils/template-utils.spec.js +39 -0
  259. package/lib/collection/utils/token-utils.spec.js +178 -0
  260. package/lib/dist-custom-elements/duet-action-button.js +1 -1
  261. package/lib/dist-custom-elements/duet-alert.js +1 -1
  262. package/lib/dist-custom-elements/duet-badge.js +1 -1
  263. package/lib/dist-custom-elements/duet-banner.js +11 -7
  264. package/lib/dist-custom-elements/duet-breadcrumb.js +9 -5
  265. package/lib/dist-custom-elements/duet-breadcrumbs.js +4 -4
  266. package/lib/dist-custom-elements/duet-button.js +1 -1
  267. package/lib/dist-custom-elements/duet-callout.js +9 -5
  268. package/lib/dist-custom-elements/duet-caption.js +1 -1
  269. package/lib/dist-custom-elements/duet-card.js +13 -9
  270. package/lib/dist-custom-elements/duet-checkbox.js +1 -1
  271. package/lib/dist-custom-elements/duet-checkmark.js +1 -1
  272. package/lib/dist-custom-elements/duet-chip.js +26 -19
  273. package/lib/dist-custom-elements/duet-choice-group.js +21 -11
  274. package/lib/dist-custom-elements/duet-choice.js +17 -13
  275. package/lib/dist-custom-elements/duet-collapsible.js +12 -8
  276. package/lib/dist-custom-elements/duet-combobox.js +15 -10
  277. package/lib/dist-custom-elements/duet-contact-card.js +15 -11
  278. package/lib/dist-custom-elements/duet-cookie-consent.js +12 -8
  279. package/lib/dist-custom-elements/duet-date-picker.js +28 -19
  280. package/lib/dist-custom-elements/duet-divider.js +1 -1
  281. package/lib/dist-custom-elements/duet-editable-table.js +17 -13
  282. package/lib/dist-custom-elements/duet-empty-state.js +1 -1
  283. package/lib/dist-custom-elements/duet-fieldset.js +1 -1
  284. package/lib/dist-custom-elements/duet-footer.js +16 -9
  285. package/lib/dist-custom-elements/duet-grid-item.js +1 -1
  286. package/lib/dist-custom-elements/duet-grid.js +1 -1
  287. package/lib/dist-custom-elements/duet-header.js +28 -17
  288. package/lib/dist-custom-elements/duet-heading.js +1 -1
  289. package/lib/dist-custom-elements/duet-hero.js +23 -15
  290. package/lib/dist-custom-elements/duet-icon.js +1 -1
  291. package/lib/dist-custom-elements/duet-input.js +1 -1
  292. package/lib/dist-custom-elements/duet-label.js +1 -1
  293. package/lib/dist-custom-elements/duet-layout.js +3 -3
  294. package/lib/dist-custom-elements/duet-link.js +1 -1
  295. package/lib/dist-custom-elements/duet-list-item.js +1 -1
  296. package/lib/dist-custom-elements/duet-list.js +1 -1
  297. package/lib/dist-custom-elements/duet-logo.js +1 -1
  298. package/lib/dist-custom-elements/duet-menu-bar-button.js +8 -4
  299. package/lib/dist-custom-elements/duet-menu-bar-dropdown-link.js +9 -5
  300. package/lib/dist-custom-elements/duet-menu-bar-dropdown.js +9 -5
  301. package/lib/dist-custom-elements/duet-menu-bar-link.js +8 -4
  302. package/lib/dist-custom-elements/duet-menu-bar.js +6 -4
  303. package/lib/dist-custom-elements/duet-modal.js +21 -16
  304. package/lib/dist-custom-elements/duet-multiselect.js +23 -17
  305. package/lib/dist-custom-elements/duet-nav.js +3 -3
  306. package/lib/dist-custom-elements/duet-notification-drawer.js +11 -7
  307. package/lib/dist-custom-elements/duet-notification.js +9 -5
  308. package/lib/dist-custom-elements/duet-number-input.js +20 -16
  309. package/lib/dist-custom-elements/duet-page-heading.js +8 -4
  310. package/lib/dist-custom-elements/duet-pagination.js +25 -20
  311. package/lib/dist-custom-elements/duet-paragraph.js +1 -1
  312. package/lib/dist-custom-elements/duet-popup-menu-item.js +8 -4
  313. package/lib/dist-custom-elements/duet-popup-menu.js +6 -6
  314. package/lib/dist-custom-elements/duet-progress.js +1 -1
  315. package/lib/dist-custom-elements/duet-promo-card.js +10 -6
  316. package/lib/dist-custom-elements/duet-radio-group.js +21 -11
  317. package/lib/dist-custom-elements/duet-radio.js +4 -4
  318. package/lib/dist-custom-elements/duet-range-slider.js +10 -6
  319. package/lib/dist-custom-elements/duet-range-stepper.js +14 -9
  320. package/lib/dist-custom-elements/duet-scrollable.js +1 -1
  321. package/lib/dist-custom-elements/duet-section-layout.js +3 -3
  322. package/lib/dist-custom-elements/duet-select.js +1 -1
  323. package/lib/dist-custom-elements/duet-shaped-image.js +3 -3
  324. package/lib/dist-custom-elements/duet-show-more.js +14 -10
  325. package/lib/dist-custom-elements/duet-slideout-lang.js +9 -5
  326. package/lib/dist-custom-elements/duet-slideout-link.js +8 -4
  327. package/lib/dist-custom-elements/duet-slideout-panel-dropdown.js +8 -4
  328. package/lib/dist-custom-elements/duet-slideout-panel.js +11 -7
  329. package/lib/dist-custom-elements/duet-slideout.js +11 -9
  330. package/lib/dist-custom-elements/duet-spacer.js +1 -1
  331. package/lib/dist-custom-elements/duet-spinner.js +1 -1
  332. package/lib/dist-custom-elements/duet-step.js +12 -8
  333. package/lib/dist-custom-elements/duet-stepper.js +12 -5
  334. package/lib/dist-custom-elements/duet-submenu-bar-dropdown-link.js +9 -5
  335. package/lib/dist-custom-elements/duet-submenu-bar-dropdown.js +9 -5
  336. package/lib/dist-custom-elements/duet-submenu-bar-link.js +9 -5
  337. package/lib/dist-custom-elements/duet-submenu-bar.js +11 -5
  338. package/lib/dist-custom-elements/duet-tab-group.js +20 -18
  339. package/lib/dist-custom-elements/duet-tab.js +8 -3
  340. package/lib/dist-custom-elements/duet-table.js +1 -1
  341. package/lib/dist-custom-elements/duet-textarea.js +20 -14
  342. package/lib/dist-custom-elements/duet-toggle.js +11 -5
  343. package/lib/dist-custom-elements/duet-toolbar-dropdown-link.js +9 -5
  344. package/lib/dist-custom-elements/duet-toolbar-dropdown.js +9 -5
  345. package/lib/dist-custom-elements/duet-toolbar-link.js +8 -4
  346. package/lib/dist-custom-elements/duet-toolbar.js +3 -3
  347. package/lib/dist-custom-elements/duet-tooltip-button.js +1 -1
  348. package/lib/dist-custom-elements/duet-tooltip-popup.js +1 -1
  349. package/lib/dist-custom-elements/duet-tooltip.js +1 -1
  350. package/lib/dist-custom-elements/duet-tray.js +11 -7
  351. package/lib/dist-custom-elements/duet-upload-aria-status.js +1 -1
  352. package/lib/dist-custom-elements/duet-upload-item.js +1 -1
  353. package/lib/dist-custom-elements/duet-upload.js +30 -24
  354. package/lib/dist-custom-elements/duet-visually-hidden.js +1 -1
  355. package/lib/dist-custom-elements/index.d.ts +6 -0
  356. package/lib/dist-custom-elements/index.js +1 -1
  357. package/lib/dist-custom-elements/p-040f8831.js +16 -0
  358. package/lib/dist-custom-elements/{p-7a8c2aed.js → p-092ff822.js} +17 -17
  359. package/lib/dist-custom-elements/{p-5128c90e.js → p-0c7dab94.js} +10 -6
  360. package/lib/dist-custom-elements/{p-fbdc5afe.js → p-227dc421.js} +3 -3
  361. package/lib/dist-custom-elements/{p-7394e25f.js → p-24853ebf.js} +9 -12
  362. package/lib/dist-custom-elements/{p-ae9d10ef.js → p-2764b248.js} +9 -4
  363. package/lib/dist-custom-elements/{p-89f61853.js → p-3c3e91d0.js} +4 -4
  364. package/lib/dist-custom-elements/{p-8a544a4a.js → p-461756c5.js} +8 -6
  365. package/lib/dist-custom-elements/{p-03baceb5.js → p-4883df66.js} +1 -1
  366. package/lib/dist-custom-elements/{p-e9d838dd.js → p-51a58715.js} +7 -3
  367. package/lib/dist-custom-elements/{p-87ab6444.js → p-5f06c4ee.js} +8 -4
  368. package/lib/dist-custom-elements/{p-778299c4.js → p-5fd9c816.js} +10 -6
  369. package/lib/dist-custom-elements/{p-ec4d603d.js → p-62c7d9d4.js} +1 -1
  370. package/lib/dist-custom-elements/{p-811e436b.js → p-6e063bb0.js} +8 -3
  371. package/lib/dist-custom-elements/{p-e4de8f7b.js → p-720c72c5.js} +18 -9
  372. package/lib/dist-custom-elements/{p-580110b9.js → p-7579d4ae.js} +507 -166
  373. package/lib/dist-custom-elements/{p-444a8a81.js → p-7da4aa07.js} +7 -2
  374. package/lib/dist-custom-elements/{p-235639a0.js → p-8160c830.js} +14 -10
  375. package/lib/dist-custom-elements/{p-e8146874.js → p-84946626.js} +35 -9
  376. package/lib/dist-custom-elements/{p-735d77aa.js → p-8800fa36.js} +8 -3
  377. package/lib/dist-custom-elements/{p-31d056ee.js → p-8afda636.js} +21 -16
  378. package/lib/dist-custom-elements/{p-9ec763ef.js → p-8f0848ab.js} +3 -3
  379. package/lib/dist-custom-elements/{p-e7815ffd.js → p-9468d6ea.js} +4 -4
  380. package/lib/dist-custom-elements/{p-891cf00a.js → p-96f45950.js} +2 -2
  381. package/lib/dist-custom-elements/{p-457ad3b4.js → p-a0669ee9.js} +9 -5
  382. package/lib/dist-custom-elements/{p-7ccf98f1.js → p-aa2863af.js} +8 -3
  383. package/lib/dist-custom-elements/{p-216ee242.js → p-bc972b0a.js} +8 -4
  384. package/lib/dist-custom-elements/{p-061830ef.js → p-c5032d3a.js} +1 -1
  385. package/lib/dist-custom-elements/{p-70bf0b69.js → p-cfca65c8.js} +17 -13
  386. package/lib/dist-custom-elements/{p-9510958d.js → p-d27dc964.js} +12 -9
  387. package/lib/dist-custom-elements/{p-6658c850.js → p-db1ac527.js} +12 -4
  388. package/lib/dist-custom-elements/{p-86766141.js → p-dbe427e1.js} +19 -14
  389. package/lib/dist-custom-elements/{p-03e72a70.js → p-e19d1e27.js} +1 -1
  390. package/lib/dist-custom-elements/{p-147839fe.js → p-eb55b736.js} +16 -3
  391. package/lib/dist-custom-elements/{p-dddcc1da.js → p-eea6945b.js} +5 -5
  392. package/lib/dist-custom-elements/{p-6ff6de66.js → p-f06ebf0f.js} +19 -12
  393. package/lib/dist-custom-elements/{p-b4fb8e06.js → p-f2263866.js} +25 -6
  394. package/lib/dist-custom-elements/{p-3b2d38bd.js → p-f6ae66d9.js} +8 -4
  395. package/lib/dist-custom-elements/{p-32b3e436.js → p-fa9cb266.js} +12 -4
  396. package/lib/dist-custom-elements/{p-54138086.js → p-fc5aceac.js} +2 -2
  397. package/lib/duet/duet.esm.js +1 -1
  398. package/lib/duet/duet.js +2 -6
  399. package/lib/duet/p-015c6c0f.entry.js +4 -0
  400. package/lib/duet/p-040f8831.js +4 -0
  401. package/lib/duet/p-053b71e6.system.js +1 -1
  402. package/lib/duet/p-05432941.system.entry.js +4 -0
  403. package/lib/duet/p-07ae2d9c.system.js +5 -0
  404. package/lib/duet/p-07bf4b25.system.entry.js +4 -0
  405. package/lib/duet/{p-b760effb.entry.js → p-09694f22.entry.js} +1 -1
  406. package/lib/duet/p-0c4bbd65.system.js +1 -1
  407. package/lib/duet/p-168f9b1c.entry.js +4 -0
  408. package/lib/duet/p-1a91e22a.system.js +4 -0
  409. package/lib/duet/p-1b56e37f.system.entry.js +4 -0
  410. package/lib/duet/p-1fb54404.system.entry.js +4 -0
  411. package/lib/duet/p-2043a083.entry.js +4 -0
  412. package/lib/duet/{p-8a3fcbdb.system.entry.js → p-2118ce4b.system.entry.js} +1 -1
  413. package/lib/duet/p-21f3a17a.system.js +1 -1
  414. package/lib/duet/p-22a9a885.system.entry.js +4 -0
  415. package/lib/duet/p-22c45d9c.system.entry.js +4 -0
  416. package/lib/duet/p-232940fa.system.js +4 -0
  417. package/lib/duet/p-24853ebf.js +4 -0
  418. package/lib/duet/{p-c201968f.entry.js → p-2622c405.entry.js} +1 -1
  419. package/lib/duet/p-26415995.entry.js +4 -0
  420. package/lib/duet/p-26e1dca0.system.entry.js +4 -0
  421. package/lib/duet/p-28f8fa55.system.entry.js +4 -0
  422. package/lib/duet/p-299e8254.entry.js +4 -0
  423. package/lib/duet/p-2abe65e5.entry.js +4 -0
  424. package/lib/duet/p-31382b41.system.entry.js +4 -0
  425. package/lib/duet/p-31a0d4f6.system.entry.js +4 -0
  426. package/lib/duet/p-3469e15c.entry.js +4 -0
  427. package/lib/duet/{p-0c6705bb.system.entry.js → p-35762693.system.entry.js} +1 -1
  428. package/lib/duet/p-38eb6aa3.system.entry.js +4 -0
  429. package/lib/duet/p-3a0fde44.entry.js +4 -0
  430. package/lib/duet/{p-a678835a.entry.js → p-3e27b126.entry.js} +1 -1
  431. package/lib/duet/p-3f78ed00.entry.js +4 -0
  432. package/lib/duet/p-3f96e6be.system.entry.js +4 -0
  433. package/lib/duet/{p-e7cc2826.system.entry.js → p-3fbc446a.system.entry.js} +1 -1
  434. package/lib/duet/p-403df195.entry.js +4 -0
  435. package/lib/duet/p-406ec3c8.entry.js +4 -0
  436. package/lib/duet/p-442872df.system.entry.js +4 -0
  437. package/lib/duet/p-449c2232.system.entry.js +4 -0
  438. package/lib/duet/p-4655fafc.entry.js +4 -0
  439. package/lib/duet/{p-e91385fb.js → p-4669b0af.js} +1 -1
  440. package/lib/duet/p-4801f8f8.system.entry.js +4 -0
  441. package/lib/duet/{p-03baceb5.js → p-4883df66.js} +1 -1
  442. package/lib/duet/p-4abb665b.system.entry.js +4 -0
  443. package/lib/duet/p-4ce91f2d.system.entry.js +4 -0
  444. package/lib/duet/p-4e958a51.system.entry.js +4 -0
  445. package/lib/duet/p-5167068e.system.entry.js +4 -0
  446. package/lib/duet/p-52e15824.entry.js +4 -0
  447. package/lib/duet/p-53da8993.entry.js +4 -0
  448. package/lib/duet/p-556983df.entry.js +4 -0
  449. package/lib/duet/p-56b259c4.system.entry.js +4 -0
  450. package/lib/duet/p-57b02e39.system.entry.js +4 -0
  451. package/lib/duet/p-5aa42e6e.system.entry.js +4 -0
  452. package/lib/duet/p-5b014c86.system.js +4 -0
  453. package/lib/duet/p-5c08947a.system.entry.js +4 -0
  454. package/lib/duet/p-5e25fed6.system.entry.js +4 -0
  455. package/lib/duet/p-6043a34d.entry.js +4 -0
  456. package/lib/duet/p-618fae79.system.entry.js +4 -0
  457. package/lib/duet/p-61989371.system.entry.js +4 -0
  458. package/lib/duet/p-6278bb45.system.entry.js +4 -0
  459. package/lib/duet/p-62e31f4f.entry.js +4 -0
  460. package/lib/duet/p-64599d16.entry.js +4 -0
  461. package/lib/duet/p-64c58523.system.entry.js +4 -0
  462. package/lib/duet/p-6665a293.entry.js +4 -0
  463. package/lib/duet/p-668716b8.system.js +4 -0
  464. package/lib/duet/p-678e5dee.entry.js +4 -0
  465. package/lib/duet/p-6878509c.system.entry.js +4 -0
  466. package/lib/duet/p-68c41c1e.system.entry.js +4 -0
  467. package/lib/duet/p-68e69fb0.entry.js +4 -0
  468. package/lib/duet/p-69180c8a.entry.js +4 -0
  469. package/lib/duet/p-69ed2463.entry.js +4 -0
  470. package/lib/duet/p-6a11cde0.system.entry.js +4 -0
  471. package/lib/duet/p-6ac42c0b.system.entry.js +4 -0
  472. package/lib/duet/p-6cd9e728.system.entry.js +4 -0
  473. package/lib/duet/p-6ff847d2.entry.js +4 -0
  474. package/lib/duet/p-70046a69.entry.js +4 -0
  475. package/lib/duet/p-7041ce72.system.entry.js +4 -0
  476. package/lib/duet/p-7047ac99.system.entry.js +4 -0
  477. package/lib/duet/p-719b38fe.system.js +4 -0
  478. package/lib/duet/p-73e91b76.entry.js +4 -0
  479. package/lib/duet/p-75daef16.system.js +4 -0
  480. package/lib/duet/p-7671b7b7.system.js +4 -0
  481. package/lib/duet/{p-16abb2d5.system.entry.js → p-76837ecf.system.entry.js} +1 -1
  482. package/lib/duet/{p-33b3aba4.system.js → p-77b6e4ba.system.js} +1 -1
  483. package/lib/duet/p-7862b921.entry.js +4 -0
  484. package/lib/duet/{p-e4e0578f.entry.js → p-79b111a8.entry.js} +1 -1
  485. package/lib/duet/p-79f248ef.entry.js +4 -0
  486. package/lib/duet/{p-4ab24dcd.entry.js → p-7b2e5d7f.entry.js} +1 -1
  487. package/lib/duet/p-7c29d36a.system.js +4 -0
  488. package/lib/duet/p-7cc4dfa7.entry.js +4 -0
  489. package/lib/duet/p-7d836058.entry.js +4 -0
  490. package/lib/duet/p-7ff3e582.entry.js +4 -0
  491. package/lib/duet/p-81107718.entry.js +4 -0
  492. package/lib/duet/p-846ff870.entry.js +4 -0
  493. package/lib/duet/p-8517c898.entry.js +4 -0
  494. package/lib/duet/p-867ac9cc.system.entry.js +4 -0
  495. package/lib/duet/p-8683ae46.system.entry.js +4 -0
  496. package/lib/duet/p-87dd7bf3.system.js +4 -0
  497. package/lib/duet/p-8972381a.system.js +4 -0
  498. package/lib/duet/p-89f3b845.entry.js +4 -0
  499. package/lib/duet/p-8b3ca5ab.system.entry.js +4 -0
  500. package/lib/duet/{p-7174ea1e.entry.js → p-8b5fcd98.entry.js} +1 -1
  501. package/lib/duet/p-8d0d6e06.system.js +4 -0
  502. package/lib/duet/p-8e1da663.system.js +4 -0
  503. package/lib/duet/p-8f477bd6.system.js +1 -1
  504. package/lib/duet/p-90c5eed1.entry.js +4 -0
  505. package/lib/duet/p-91aef612.entry.js +4 -0
  506. package/lib/duet/p-92978891.system.entry.js +4 -0
  507. package/lib/duet/p-930e7709.system.entry.js +4 -0
  508. package/lib/duet/p-9323e964.js +4 -0
  509. package/lib/duet/p-93877e30.system.entry.js +4 -0
  510. package/lib/duet/{p-e91a7222.entry.js → p-93c389a8.entry.js} +1 -1
  511. package/lib/duet/p-94f4e0bf.entry.js +4 -0
  512. package/lib/duet/{p-0acc8f88.system.entry.js → p-9c7d954f.system.entry.js} +1 -1
  513. package/lib/duet/p-9d033a04.system.js +1 -1
  514. package/lib/duet/p-9f04f069.entry.js +4 -0
  515. package/lib/duet/p-a1b259b5.entry.js +4 -0
  516. package/lib/duet/p-a31ec36c.entry.js +4 -0
  517. package/lib/duet/{p-6d711206.entry.js → p-a3a93783.entry.js} +1 -1
  518. package/lib/duet/{p-f5903e7d.entry.js → p-a42e4e99.entry.js} +1 -1
  519. package/lib/duet/{p-7fe6bf2c.system.entry.js → p-a5d3e6fb.system.entry.js} +1 -1
  520. package/lib/duet/p-a65edc8c.entry.js +4 -0
  521. package/lib/duet/p-a7c0ac21.system.entry.js +4 -0
  522. package/lib/duet/p-aa326c4e.entry.js +4 -0
  523. package/lib/duet/p-ab981ff7.entry.js +4 -0
  524. package/lib/duet/p-ac711c85.entry.js +4 -0
  525. package/lib/duet/p-acb44157.system.entry.js +4 -0
  526. package/lib/duet/p-ae8732d6.system.entry.js +4 -0
  527. package/lib/duet/p-aeccbda2.entry.js +4 -0
  528. package/lib/duet/p-b1db3006.js +1 -1
  529. package/lib/duet/p-b223f9f3.entry.js +4 -0
  530. package/lib/duet/p-b440e72b.system.entry.js +4 -0
  531. package/lib/duet/{p-e4734600.entry.js → p-b4d48cd1.entry.js} +1 -1
  532. package/lib/duet/p-b66ecbb2.entry.js +4 -0
  533. package/lib/duet/p-b8c3530f.system.entry.js +4 -0
  534. package/lib/duet/{p-429a181d.system.entry.js → p-b9122050.system.entry.js} +1 -1
  535. package/lib/duet/p-b932a1dc.system.entry.js +4 -0
  536. package/lib/duet/p-b99c00fa.system.js +4 -0
  537. package/lib/duet/p-bd988e8e.entry.js +4 -0
  538. package/lib/duet/p-c05d40ff.system.entry.js +4 -0
  539. package/lib/duet/p-c2884d84.system.entry.js +4 -0
  540. package/lib/duet/p-c30a5f7c.system.js +4 -0
  541. package/lib/duet/p-c4162949.system.entry.js +4 -0
  542. package/lib/duet/p-c67fb8ae.entry.js +4 -0
  543. package/lib/duet/{p-7dc87593.system.entry.js → p-c7719838.system.entry.js} +1 -1
  544. package/lib/duet/p-c7d985bf.system.entry.js +4 -0
  545. package/lib/duet/p-c94181d2.entry.js +4 -0
  546. package/lib/duet/p-c97109b5.system.js +4 -0
  547. package/lib/duet/{p-8db716f2.system.entry.js → p-cb01acfa.system.entry.js} +2 -2
  548. package/lib/duet/p-cbe9191a.entry.js +4 -0
  549. package/lib/duet/p-cbf7f63b.entry.js +4 -0
  550. package/lib/duet/p-cefb4bab.entry.js +4 -0
  551. package/lib/duet/{p-213ba11f.entry.js → p-d0dd55f5.entry.js} +1 -1
  552. package/lib/duet/p-d1edbad6.system.entry.js +4 -0
  553. package/lib/duet/p-d3384a8b.entry.js +4 -0
  554. package/lib/duet/p-d366b0ac.system.entry.js +4 -0
  555. package/lib/duet/p-d3e74991.system.entry.js +4 -0
  556. package/lib/duet/p-d5ac9c19.system.entry.js +4 -0
  557. package/lib/duet/p-d60fc476.entry.js +4 -0
  558. package/lib/duet/p-d97155db.system.entry.js +4 -0
  559. package/lib/duet/p-da858b14.entry.js +4 -0
  560. package/lib/duet/p-daea7760.entry.js +4 -0
  561. package/lib/duet/p-e0321b18.system.entry.js +4 -0
  562. package/lib/duet/{p-7804ff1e.entry.js → p-e1178f0e.entry.js} +1 -1
  563. package/lib/duet/p-e2d5f327.entry.js +4 -0
  564. package/lib/duet/p-e4a8487e.system.entry.js +4 -0
  565. package/lib/duet/p-e5fbc547.system.entry.js +4 -0
  566. package/lib/duet/p-e82882cb.system.entry.js +4 -0
  567. package/lib/duet/p-e8f76d19.system.entry.js +4 -0
  568. package/lib/duet/p-ea2375d5.entry.js +4 -0
  569. package/lib/duet/p-ebf8ad5c.system.entry.js +4 -0
  570. package/lib/duet/p-ec2b5cc2.system.entry.js +4 -0
  571. package/lib/duet/p-ecf1f6cd.system.js +4 -0
  572. package/lib/duet/p-ed5a5071.system.js +4 -0
  573. package/lib/duet/{p-1d463cc4.system.entry.js → p-f158a882.system.entry.js} +1 -1
  574. package/lib/duet/p-f6476f51.entry.js +4 -0
  575. package/lib/duet/p-f67da334.system.entry.js +4 -0
  576. package/lib/duet/p-f69e737e.system.entry.js +4 -0
  577. package/lib/duet/p-f89001e8.entry.js +4 -0
  578. package/lib/duet/{p-25495204.system.entry.js → p-faefd02d.system.entry.js} +2 -2
  579. package/lib/duet/p-fd0d794b.entry.js +4 -0
  580. package/lib/duet/p-fdcc3016.entry.js +4 -0
  581. package/lib/duet/p-ff9db811.js +5 -0
  582. package/lib/esm/duet-action-button.entry.js +12 -8
  583. package/lib/esm/duet-alert.entry.js +8 -5
  584. package/lib/esm/duet-badge.entry.js +7 -2
  585. package/lib/esm/duet-banner.entry.js +7 -3
  586. package/lib/esm/duet-breadcrumb.entry.js +8 -4
  587. package/lib/esm/duet-breadcrumbs.entry.js +4 -4
  588. package/lib/esm/duet-button_2.entry.js +10 -6
  589. package/lib/esm/duet-callout.entry.js +6 -2
  590. package/lib/esm/duet-caption_4.entry.js +40 -8
  591. package/lib/esm/duet-card.entry.js +10 -6
  592. package/lib/esm/duet-checkbox.entry.js +7 -3
  593. package/lib/esm/duet-checkmark.entry.js +2 -2
  594. package/lib/esm/duet-chip.entry.js +20 -16
  595. package/lib/esm/duet-choice_2.entry.js +17 -10
  596. package/lib/esm/duet-collapsible.entry.js +10 -6
  597. package/lib/esm/duet-combobox.entry.js +6 -6
  598. package/lib/esm/duet-contact-card.entry.js +8 -4
  599. package/lib/esm/duet-cookie-consent.entry.js +6 -2
  600. package/lib/esm/duet-date-picker.entry.js +10 -6
  601. package/lib/esm/duet-divider_2.entry.js +3 -3
  602. package/lib/esm/duet-editable-table_3.entry.js +16 -9
  603. package/lib/esm/duet-empty-state.entry.js +7 -2
  604. package/lib/esm/duet-fieldset.entry.js +8 -4
  605. package/lib/esm/duet-footer.entry.js +9 -5
  606. package/lib/esm/duet-grid_2.entry.js +3 -3
  607. package/lib/esm/duet-header_2.entry.js +12 -8
  608. package/lib/esm/duet-hero.entry.js +10 -6
  609. package/lib/esm/duet-icon.entry.js +7 -3
  610. package/lib/esm/duet-input_2.entry.js +13 -7
  611. package/lib/esm/duet-layout.entry.js +2 -2
  612. package/lib/esm/duet-list_2.entry.js +3 -3
  613. package/lib/esm/duet-menu-bar-button.entry.js +6 -2
  614. package/lib/esm/duet-menu-bar-dropdown-link.entry.js +7 -3
  615. package/lib/esm/duet-menu-bar-dropdown.entry.js +7 -3
  616. package/lib/esm/duet-menu-bar-link.entry.js +6 -2
  617. package/lib/esm/duet-menu-bar.entry.js +4 -2
  618. package/lib/esm/duet-modal.entry.js +11 -9
  619. package/lib/esm/duet-multiselect.entry.js +10 -6
  620. package/lib/esm/duet-nav.entry.js +2 -2
  621. package/lib/esm/duet-notification_2.entry.js +11 -4
  622. package/lib/esm/duet-number-input.entry.js +10 -6
  623. package/lib/esm/duet-page-heading.entry.js +6 -2
  624. package/lib/esm/duet-pagination_2.entry.js +11 -8
  625. package/lib/esm/duet-popup-menu-item.entry.js +6 -2
  626. package/lib/esm/duet-popup-menu.entry.js +5 -5
  627. package/lib/esm/duet-progress.entry.js +9 -5
  628. package/lib/esm/duet-promo-card.entry.js +7 -3
  629. package/lib/esm/duet-radio_2.entry.js +8 -4
  630. package/lib/esm/duet-range-slider.entry.js +8 -4
  631. package/lib/esm/duet-scrollable_3.entry.js +19 -12
  632. package/lib/esm/duet-section-layout.entry.js +2 -2
  633. package/lib/esm/duet-select.entry.js +8 -4
  634. package/lib/esm/duet-shaped-image.entry.js +2 -2
  635. package/lib/esm/duet-show-more.entry.js +10 -6
  636. package/lib/esm/duet-slideout-lang.entry.js +8 -4
  637. package/lib/esm/duet-slideout-link.entry.js +6 -2
  638. package/lib/esm/duet-slideout-panel-dropdown.entry.js +6 -2
  639. package/lib/esm/duet-slideout-panel.entry.js +10 -6
  640. package/lib/esm/duet-slideout.entry.js +10 -8
  641. package/lib/esm/duet-step_2.entry.js +11 -4
  642. package/lib/esm/duet-submenu-bar-dropdown-link.entry.js +7 -3
  643. package/lib/esm/duet-submenu-bar-dropdown.entry.js +7 -3
  644. package/lib/esm/duet-submenu-bar-link.entry.js +7 -3
  645. package/lib/esm/duet-submenu-bar.entry.js +7 -3
  646. package/lib/esm/duet-textarea.entry.js +8 -4
  647. package/lib/esm/duet-toggle.entry.js +7 -3
  648. package/lib/esm/duet-toolbar-dropdown-link.entry.js +7 -3
  649. package/lib/esm/duet-toolbar-dropdown.entry.js +7 -3
  650. package/lib/esm/duet-toolbar-link.entry.js +6 -2
  651. package/lib/esm/duet-toolbar.entry.js +2 -2
  652. package/lib/esm/duet-tooltip-button_2.entry.js +23 -3
  653. package/lib/esm/duet-tooltip.entry.js +10 -12
  654. package/lib/esm/duet-tray.entry.js +9 -5
  655. package/lib/esm/duet-upload-aria-status.entry.js +9 -1
  656. package/lib/esm/duet-upload-item.entry.js +10 -5
  657. package/lib/esm/duet-visually-hidden.entry.js +6 -1
  658. package/lib/esm/duet.js +5 -12
  659. package/lib/esm/{errorcodes.utils-47fc5d49.js → errorcodes.utils-424b1197.js} +2 -2
  660. package/lib/esm/{focus-utils-e26ba3b3.js → focus-utils-d927e096.js} +1 -1
  661. package/lib/esm/{index-c1a17a4c.js → index-bb518df4.js} +505 -183
  662. package/lib/esm/{language-utils-9d850f6c.js → language-utils-9ff76444.js} +1 -1
  663. package/lib/esm/loader.js +4 -13
  664. package/lib/esm/nudge-560904c3.js +16 -0
  665. package/lib/esm/{teleport-6b18ccae.js → teleport-15747328.js} +9 -12
  666. package/lib/esm-es5/app-globals-de2a5510.js +1 -1
  667. package/lib/esm-es5/{bodyScrollLock.es6-61b5e9a4.js → bodyScrollLock.es6-8dc7cca7.js} +1 -1
  668. package/lib/esm-es5/{create-id-981107da.js → create-id-2b0cd46d.js} +1 -1
  669. package/lib/esm-es5/duet-action-button.entry.js +2 -2
  670. package/lib/esm-es5/duet-alert.entry.js +2 -2
  671. package/lib/esm-es5/duet-badge.entry.js +1 -1
  672. package/lib/esm-es5/duet-banner.entry.js +1 -1
  673. package/lib/esm-es5/duet-breadcrumb.entry.js +1 -1
  674. package/lib/esm-es5/duet-breadcrumbs.entry.js +2 -2
  675. package/lib/esm-es5/duet-button_2.entry.js +2 -2
  676. package/lib/esm-es5/duet-callout.entry.js +1 -1
  677. package/lib/esm-es5/duet-caption_4.entry.js +2 -2
  678. package/lib/esm-es5/duet-card.entry.js +1 -1
  679. package/lib/esm-es5/duet-checkbox.entry.js +2 -2
  680. package/lib/esm-es5/duet-checkmark.entry.js +1 -1
  681. package/lib/esm-es5/duet-chip.entry.js +2 -2
  682. package/lib/esm-es5/duet-choice_2.entry.js +2 -2
  683. package/lib/esm-es5/duet-collapsible.entry.js +2 -2
  684. package/lib/esm-es5/duet-combobox.entry.js +2 -2
  685. package/lib/esm-es5/duet-contact-card.entry.js +1 -1
  686. package/lib/esm-es5/duet-cookie-consent.entry.js +1 -1
  687. package/lib/esm-es5/duet-date-picker.entry.js +2 -2
  688. package/lib/esm-es5/duet-divider_2.entry.js +1 -1
  689. package/lib/esm-es5/duet-editable-table_3.entry.js +2 -2
  690. package/lib/esm-es5/duet-empty-state.entry.js +1 -1
  691. package/lib/esm-es5/duet-fieldset.entry.js +1 -1
  692. package/lib/esm-es5/duet-footer.entry.js +2 -2
  693. package/lib/esm-es5/duet-grid_2.entry.js +2 -2
  694. package/lib/esm-es5/duet-header_2.entry.js +2 -2
  695. package/lib/esm-es5/duet-hero.entry.js +2 -2
  696. package/lib/esm-es5/duet-icon.entry.js +2 -2
  697. package/lib/esm-es5/duet-input_2.entry.js +2 -2
  698. package/lib/esm-es5/duet-layout.entry.js +1 -1
  699. package/lib/esm-es5/duet-list_2.entry.js +2 -2
  700. package/lib/esm-es5/duet-menu-bar-button.entry.js +2 -2
  701. package/lib/esm-es5/duet-menu-bar-dropdown-link.entry.js +1 -1
  702. package/lib/esm-es5/duet-menu-bar-dropdown.entry.js +2 -2
  703. package/lib/esm-es5/duet-menu-bar-link.entry.js +1 -1
  704. package/lib/esm-es5/duet-menu-bar.entry.js +1 -1
  705. package/lib/esm-es5/duet-modal.entry.js +2 -2
  706. package/lib/esm-es5/duet-multiselect.entry.js +2 -2
  707. package/lib/esm-es5/duet-nav.entry.js +1 -1
  708. package/lib/esm-es5/duet-notification_2.entry.js +2 -2
  709. package/lib/esm-es5/duet-number-input.entry.js +2 -2
  710. package/lib/esm-es5/duet-page-heading.entry.js +1 -1
  711. package/lib/esm-es5/duet-pagination_2.entry.js +2 -2
  712. package/lib/esm-es5/duet-popup-menu-item.entry.js +2 -2
  713. package/lib/esm-es5/duet-popup-menu.entry.js +2 -2
  714. package/lib/esm-es5/duet-progress.entry.js +1 -1
  715. package/lib/esm-es5/duet-promo-card.entry.js +1 -1
  716. package/lib/esm-es5/duet-radio_2.entry.js +2 -2
  717. package/lib/esm-es5/duet-range-slider.entry.js +2 -2
  718. package/lib/esm-es5/duet-scrollable_3.entry.js +2 -2
  719. package/lib/esm-es5/duet-section-layout.entry.js +1 -1
  720. package/lib/esm-es5/duet-select.entry.js +2 -2
  721. package/lib/esm-es5/duet-shaped-image.entry.js +1 -1
  722. package/lib/esm-es5/duet-show-more.entry.js +1 -1
  723. package/lib/esm-es5/duet-slideout-lang.entry.js +1 -1
  724. package/lib/esm-es5/duet-slideout-link.entry.js +1 -1
  725. package/lib/esm-es5/duet-slideout-panel-dropdown.entry.js +2 -2
  726. package/lib/esm-es5/duet-slideout-panel.entry.js +2 -2
  727. package/lib/esm-es5/duet-slideout.entry.js +2 -2
  728. package/lib/esm-es5/duet-step_2.entry.js +2 -2
  729. package/lib/esm-es5/duet-submenu-bar-dropdown-link.entry.js +1 -1
  730. package/lib/esm-es5/duet-submenu-bar-dropdown.entry.js +1 -1
  731. package/lib/esm-es5/duet-submenu-bar-link.entry.js +1 -1
  732. package/lib/esm-es5/duet-submenu-bar.entry.js +2 -2
  733. package/lib/esm-es5/duet-textarea.entry.js +2 -2
  734. package/lib/esm-es5/duet-toggle.entry.js +2 -2
  735. package/lib/esm-es5/duet-toolbar-dropdown-link.entry.js +1 -1
  736. package/lib/esm-es5/duet-toolbar-dropdown.entry.js +2 -2
  737. package/lib/esm-es5/duet-toolbar-link.entry.js +1 -1
  738. package/lib/esm-es5/duet-toolbar.entry.js +1 -1
  739. package/lib/esm-es5/duet-tooltip-button_2.entry.js +2 -2
  740. package/lib/esm-es5/duet-tooltip.entry.js +2 -2
  741. package/lib/esm-es5/duet-tray.entry.js +1 -1
  742. package/lib/esm-es5/duet-upload-aria-status.entry.js +1 -1
  743. package/lib/esm-es5/duet-upload-item.entry.js +2 -2
  744. package/lib/esm-es5/duet-visually-hidden.entry.js +1 -1
  745. package/lib/esm-es5/duet.js +1 -1
  746. package/lib/esm-es5/errorcodes.utils-424b1197.js +4 -0
  747. package/lib/esm-es5/{floating-ui.dom.esm-6025c98f.js → floating-ui.dom.esm-efad5c89.js} +2 -2
  748. package/lib/esm-es5/focus-utils-d927e096.js +4 -0
  749. package/lib/esm-es5/index-bb518df4.js +5 -0
  750. package/lib/esm-es5/input-utils-a0225b92.js +4 -0
  751. package/lib/esm-es5/keyboard-utils-5746e126.js +4 -0
  752. package/lib/esm-es5/{language-utils-9d850f6c.js → language-utils-9ff76444.js} +1 -1
  753. package/lib/esm-es5/loader.js +1 -1
  754. package/lib/esm-es5/nudge-560904c3.js +4 -0
  755. package/lib/esm-es5/string-utils-59ad4cb2.js +4 -0
  756. package/lib/esm-es5/teleport-15747328.js +4 -0
  757. package/lib/esm-es5/token-utils-46c8fe31.js +4 -0
  758. package/lib/esm-es5/watch-options-f189118b.js +4 -0
  759. package/lib/loader/index.d.ts +2 -2
  760. package/lib/types/common-types.d.ts +1 -0
  761. package/lib/types/components/duet-action-button/duet-action-button.d.ts +1 -0
  762. package/lib/types/components/duet-alert/duet-alert.d.ts +2 -1
  763. package/lib/types/components/duet-badge/duet-badge.d.ts +2 -0
  764. package/lib/types/components/duet-banner/duet-banner.d.ts +1 -0
  765. package/lib/types/components/duet-breadcrumbs/duet-breadcrumb.d.ts +1 -0
  766. package/lib/types/components/duet-button/duet-button.d.ts +2 -1
  767. package/lib/types/components/duet-callout/duet-callout.d.ts +1 -0
  768. package/lib/types/components/duet-caption/duet-caption.d.ts +2 -0
  769. package/lib/types/components/duet-card/duet-card.d.ts +1 -0
  770. package/lib/types/components/duet-checkbox/duet-checkbox.d.ts +1 -0
  771. package/lib/types/components/duet-chip/duet-chip.d.ts +6 -1
  772. package/lib/types/components/duet-choice/duet-choice.d.ts +2 -1
  773. package/lib/types/components/duet-choice-group/duet-choice-group.d.ts +1 -0
  774. package/lib/types/components/duet-collapsible/duet-collapsible.d.ts +1 -0
  775. package/lib/types/components/duet-contact-card/duet-contact-card.d.ts +1 -0
  776. package/lib/types/components/duet-cookie-consent/duet-cookie-consent.d.ts +1 -0
  777. package/lib/types/components/duet-date-picker/duet-date-picker.d.ts +1 -0
  778. package/lib/types/components/duet-editable-table/duet-editable-table.d.ts +1 -0
  779. package/lib/types/components/duet-empty-state/duet-empty-state.d.ts +2 -0
  780. package/lib/types/components/duet-fieldset/duet-fieldset.d.ts +1 -0
  781. package/lib/types/components/duet-footer/duet-footer.d.ts +2 -1
  782. package/lib/types/components/duet-header/duet-header.d.ts +3 -2
  783. package/lib/types/components/duet-heading/duet-heading.d.ts +1 -0
  784. package/lib/types/components/duet-hero/duet-hero.d.ts +1 -0
  785. package/lib/types/components/duet-icon/duet-icon.d.ts +1 -0
  786. package/lib/types/components/duet-label/duet-label.d.ts +2 -0
  787. package/lib/types/components/duet-link/duet-link.d.ts +22 -3
  788. package/lib/types/components/duet-menu-bar-button/duet-menu-bar-button.d.ts +1 -0
  789. package/lib/types/components/duet-menu-bar-dropdown/duet-menu-bar-dropdown.d.ts +1 -0
  790. package/lib/types/components/duet-menu-bar-dropdown-link/duet-menu-bar-dropdown-link.d.ts +1 -0
  791. package/lib/types/components/duet-menu-bar-link/duet-menu-bar-link.d.ts +1 -0
  792. package/lib/types/components/duet-modal/duet-modal.d.ts +1 -1
  793. package/lib/types/components/duet-multiselect/duet-multiselect.d.ts +1 -0
  794. package/lib/types/components/duet-notification/duet-notification.d.ts +2 -1
  795. package/lib/types/components/duet-notification-drawer/duet-notification-drawer.d.ts +1 -0
  796. package/lib/types/components/duet-number-input/duet-number-input.d.ts +1 -0
  797. package/lib/types/components/duet-page-heading/duet-page-heading.d.ts +1 -0
  798. package/lib/types/components/duet-paragraph/duet-paragraph.d.ts +1 -0
  799. package/lib/types/components/duet-popup-menu-item/duet-popup-menu-item.d.ts +1 -0
  800. package/lib/types/components/duet-progress/duet-progress.d.ts +1 -0
  801. package/lib/types/components/duet-promo-card/duet-promo-card.d.ts +1 -0
  802. package/lib/types/components/duet-radio-group/duet-radio-group.d.ts +1 -0
  803. package/lib/types/components/duet-range-slider/duet-range-slider.d.ts +1 -0
  804. package/lib/types/components/duet-scrollable/duet-scrollable.d.ts +1 -1
  805. package/lib/types/components/duet-select/duet-select.d.ts +1 -0
  806. package/lib/types/components/duet-show-more/duet-show-more.d.ts +1 -0
  807. package/lib/types/components/duet-slideout-lang/duet-slideout-lang.d.ts +1 -0
  808. package/lib/types/components/duet-slideout-link/duet-slideout-link.d.ts +1 -0
  809. package/lib/types/components/duet-slideout-panel/duet-slideout-panel.d.ts +1 -0
  810. package/lib/types/components/duet-slideout-panel-dropdown/duet-slideout-panel-dropdown.d.ts +1 -0
  811. package/lib/types/components/duet-step/duet-step.d.ts +1 -0
  812. package/lib/types/components/duet-stepper/duet-stepper.d.ts +1 -0
  813. package/lib/types/components/duet-submenu-bar/duet-submenu-bar.d.ts +1 -0
  814. package/lib/types/components/duet-submenu-bar-dropdown/duet-submenu-bar-dropdown.d.ts +1 -0
  815. package/lib/types/components/duet-submenu-bar-dropdown-link/duet-submenu-bar-dropdown-link.d.ts +1 -0
  816. package/lib/types/components/duet-submenu-bar-link/duet-submenu-bar-link.d.ts +1 -0
  817. package/lib/types/components/duet-tab/duet-tab.d.ts +2 -0
  818. package/lib/types/components/duet-textarea/duet-textarea.d.ts +1 -0
  819. package/lib/types/components/duet-toggle/duet-toggle.d.ts +1 -0
  820. package/lib/types/components/duet-toolbar-dropdown/duet-toolbar-dropdown.d.ts +1 -0
  821. package/lib/types/components/duet-toolbar-dropdown-link/duet-toolbar-dropdown-link.d.ts +1 -0
  822. package/lib/types/components/duet-toolbar-link/duet-toolbar-link.d.ts +1 -0
  823. package/lib/types/components/duet-tooltip/duet-tooltip-button.d.ts +1 -0
  824. package/lib/types/components/duet-tooltip/duet-tooltip-popup.d.ts +3 -0
  825. package/lib/types/components/duet-tooltip/duet-tooltip.d.ts +0 -1
  826. package/lib/types/components/duet-tray/duet-tray.d.ts +1 -0
  827. package/lib/types/components/duet-upload/duet-upload.d.ts +2 -1
  828. package/lib/types/components/duet-upload-aria-status/duet-upload-aria-status.d.ts +5 -0
  829. package/lib/types/components/duet-upload-item/duet-upload-item.d.ts +2 -0
  830. package/lib/types/components/duet-visually-hidden/duet-visually-hidden.d.ts +2 -0
  831. package/lib/types/components.d.ts +502 -22
  832. package/lib/types/stencil-public-runtime.d.ts +41 -5
  833. package/lib/types/utils/nudge.d.ts +7 -0
  834. package/lib/types/utils/teleport.d.ts +0 -2
  835. package/package.json +6 -6
  836. package/lib/duet/p-00abf5b6.entry.js +0 -4
  837. package/lib/duet/p-02b7e1ef.system.entry.js +0 -4
  838. package/lib/duet/p-02f1d7cc.system.js +0 -4
  839. package/lib/duet/p-0478d0eb.entry.js +0 -4
  840. package/lib/duet/p-04940a8a.system.entry.js +0 -4
  841. package/lib/duet/p-059c9d4e.entry.js +0 -4
  842. package/lib/duet/p-066f7fdf.entry.js +0 -4
  843. package/lib/duet/p-076228e9.system.entry.js +0 -4
  844. package/lib/duet/p-076aef18.entry.js +0 -4
  845. package/lib/duet/p-0b0a898d.entry.js +0 -4
  846. package/lib/duet/p-0c3d7e64.system.entry.js +0 -4
  847. package/lib/duet/p-0e697654.system.entry.js +0 -4
  848. package/lib/duet/p-0ffc3cf9.entry.js +0 -4
  849. package/lib/duet/p-108d9370.system.entry.js +0 -4
  850. package/lib/duet/p-11e79c8c.system.entry.js +0 -4
  851. package/lib/duet/p-14285f86.system.entry.js +0 -4
  852. package/lib/duet/p-14bd6514.entry.js +0 -4
  853. package/lib/duet/p-1719aa4e.entry.js +0 -4
  854. package/lib/duet/p-18f1d30e.js +0 -5
  855. package/lib/duet/p-1b398a07.entry.js +0 -4
  856. package/lib/duet/p-1c0ad101.system.entry.js +0 -4
  857. package/lib/duet/p-23ba9eba.entry.js +0 -4
  858. package/lib/duet/p-243a9ef5.system.entry.js +0 -4
  859. package/lib/duet/p-24e2be74.entry.js +0 -4
  860. package/lib/duet/p-29280d68.entry.js +0 -4
  861. package/lib/duet/p-2992af15.entry.js +0 -4
  862. package/lib/duet/p-29be2109.entry.js +0 -4
  863. package/lib/duet/p-29f1e1a4.system.entry.js +0 -4
  864. package/lib/duet/p-2bf922c1.system.js +0 -4
  865. package/lib/duet/p-2e9a772c.entry.js +0 -4
  866. package/lib/duet/p-2ea04945.entry.js +0 -4
  867. package/lib/duet/p-2eabea79.entry.js +0 -4
  868. package/lib/duet/p-31b566c1.entry.js +0 -4
  869. package/lib/duet/p-3346552d.entry.js +0 -4
  870. package/lib/duet/p-34928212.entry.js +0 -4
  871. package/lib/duet/p-34ea0849.system.js +0 -4
  872. package/lib/duet/p-3536fd40.system.entry.js +0 -4
  873. package/lib/duet/p-356745e0.system.entry.js +0 -4
  874. package/lib/duet/p-3709d186.entry.js +0 -4
  875. package/lib/duet/p-380c94f6.system.entry.js +0 -4
  876. package/lib/duet/p-388e6ec4.entry.js +0 -4
  877. package/lib/duet/p-3cb9e865.system.js +0 -4
  878. package/lib/duet/p-3ec86ced.entry.js +0 -4
  879. package/lib/duet/p-417357f9.system.entry.js +0 -4
  880. package/lib/duet/p-427dbb96.system.entry.js +0 -4
  881. package/lib/duet/p-43660fa9.system.js +0 -4
  882. package/lib/duet/p-43b0c3d2.system.entry.js +0 -4
  883. package/lib/duet/p-43b42819.entry.js +0 -4
  884. package/lib/duet/p-45bec102.entry.js +0 -4
  885. package/lib/duet/p-46b3ed07.entry.js +0 -4
  886. package/lib/duet/p-4a4faa7d.entry.js +0 -4
  887. package/lib/duet/p-4e886433.system.entry.js +0 -4
  888. package/lib/duet/p-51721695.system.js +0 -4
  889. package/lib/duet/p-521c96ec.entry.js +0 -4
  890. package/lib/duet/p-56952081.entry.js +0 -4
  891. package/lib/duet/p-5738c25c.system.entry.js +0 -4
  892. package/lib/duet/p-5c8e5f29.system.js +0 -4
  893. package/lib/duet/p-5f6bd5db.system.js +0 -4
  894. package/lib/duet/p-60a70493.entry.js +0 -4
  895. package/lib/duet/p-67862509.system.entry.js +0 -4
  896. package/lib/duet/p-67d9de79.system.entry.js +0 -4
  897. package/lib/duet/p-6aa821df.system.js +0 -4
  898. package/lib/duet/p-6c93f614.system.entry.js +0 -4
  899. package/lib/duet/p-6d74aac6.system.entry.js +0 -4
  900. package/lib/duet/p-6f677b2a.system.entry.js +0 -4
  901. package/lib/duet/p-6f6a58e4.system.entry.js +0 -4
  902. package/lib/duet/p-701b89a1.entry.js +0 -4
  903. package/lib/duet/p-70477e77.system.entry.js +0 -4
  904. package/lib/duet/p-7260f799.entry.js +0 -4
  905. package/lib/duet/p-7326a4c0.system.entry.js +0 -4
  906. package/lib/duet/p-7394e25f.js +0 -4
  907. package/lib/duet/p-74216caa.entry.js +0 -4
  908. package/lib/duet/p-79075bec.system.entry.js +0 -4
  909. package/lib/duet/p-7ac0621b.system.entry.js +0 -4
  910. package/lib/duet/p-7b7faa01.system.entry.js +0 -4
  911. package/lib/duet/p-7cf9e266.system.entry.js +0 -4
  912. package/lib/duet/p-81c35152.entry.js +0 -4
  913. package/lib/duet/p-822a791e.entry.js +0 -4
  914. package/lib/duet/p-8364fae3.entry.js +0 -4
  915. package/lib/duet/p-8433b6d1.system.entry.js +0 -4
  916. package/lib/duet/p-850eacf6.entry.js +0 -4
  917. package/lib/duet/p-87ca87df.entry.js +0 -4
  918. package/lib/duet/p-8810df88.js +0 -4
  919. package/lib/duet/p-8b5d616e.system.entry.js +0 -4
  920. package/lib/duet/p-8b641c9c.system.entry.js +0 -4
  921. package/lib/duet/p-8e5253bc.entry.js +0 -4
  922. package/lib/duet/p-97fc4a88.system.entry.js +0 -4
  923. package/lib/duet/p-98488fab.system.entry.js +0 -4
  924. package/lib/duet/p-9949a334.entry.js +0 -4
  925. package/lib/duet/p-9ce8627c.system.entry.js +0 -4
  926. package/lib/duet/p-9d505129.system.entry.js +0 -4
  927. package/lib/duet/p-9e3276c6.system.entry.js +0 -4
  928. package/lib/duet/p-9f9ada02.system.entry.js +0 -4
  929. package/lib/duet/p-a374de00.entry.js +0 -4
  930. package/lib/duet/p-a39844b6.entry.js +0 -4
  931. package/lib/duet/p-a659351d.system.js +0 -4
  932. package/lib/duet/p-a7c2017b.system.js +0 -5
  933. package/lib/duet/p-a87a2760.system.entry.js +0 -4
  934. package/lib/duet/p-a8e6dcb9.entry.js +0 -4
  935. package/lib/duet/p-ac962b74.system.entry.js +0 -4
  936. package/lib/duet/p-afee3739.system.entry.js +0 -4
  937. package/lib/duet/p-b0475c8a.entry.js +0 -4
  938. package/lib/duet/p-b07fe45f.system.entry.js +0 -4
  939. package/lib/duet/p-b465c929.entry.js +0 -4
  940. package/lib/duet/p-b6d51921.system.js +0 -4
  941. package/lib/duet/p-b71c141b.system.entry.js +0 -4
  942. package/lib/duet/p-b7605eb1.entry.js +0 -4
  943. package/lib/duet/p-b760c72b.system.js +0 -4
  944. package/lib/duet/p-b7e61bdc.system.entry.js +0 -4
  945. package/lib/duet/p-b8b12400.system.entry.js +0 -4
  946. package/lib/duet/p-b9eb37ae.system.entry.js +0 -4
  947. package/lib/duet/p-bd594a8b.entry.js +0 -4
  948. package/lib/duet/p-bde9a702.system.entry.js +0 -4
  949. package/lib/duet/p-c1573ac3.system.entry.js +0 -4
  950. package/lib/duet/p-c1fb544b.system.entry.js +0 -4
  951. package/lib/duet/p-c2731be1.system.entry.js +0 -4
  952. package/lib/duet/p-c2b0861c.system.entry.js +0 -4
  953. package/lib/duet/p-c3a883e3.entry.js +0 -4
  954. package/lib/duet/p-c466bad9.system.js +0 -4
  955. package/lib/duet/p-c4fac0b5.system.entry.js +0 -4
  956. package/lib/duet/p-cb451f23.entry.js +0 -4
  957. package/lib/duet/p-cba1009b.entry.js +0 -4
  958. package/lib/duet/p-cd05fea5.system.entry.js +0 -4
  959. package/lib/duet/p-cf824b6b.system.entry.js +0 -4
  960. package/lib/duet/p-d183a3e7.system.entry.js +0 -4
  961. package/lib/duet/p-d1f815a3.system.entry.js +0 -4
  962. package/lib/duet/p-d4d63fbd.system.entry.js +0 -4
  963. package/lib/duet/p-d68c84ab.entry.js +0 -4
  964. package/lib/duet/p-d6d5ef13.entry.js +0 -4
  965. package/lib/duet/p-d7c5ac53.entry.js +0 -4
  966. package/lib/duet/p-d863e150.system.js +0 -4
  967. package/lib/duet/p-db6887df.entry.js +0 -4
  968. package/lib/duet/p-db95e133.entry.js +0 -4
  969. package/lib/duet/p-dfc66b98.entry.js +0 -4
  970. package/lib/duet/p-e27a7520.system.entry.js +0 -4
  971. package/lib/duet/p-e356ca29.entry.js +0 -4
  972. package/lib/duet/p-e3f8becc.entry.js +0 -4
  973. package/lib/duet/p-e50d1003.system.entry.js +0 -4
  974. package/lib/duet/p-e566ff11.system.js +0 -4
  975. package/lib/duet/p-e9b8cee0.system.entry.js +0 -4
  976. package/lib/duet/p-ea1287ce.system.entry.js +0 -4
  977. package/lib/duet/p-eb55ccd2.system.js +0 -4
  978. package/lib/duet/p-f0317574.entry.js +0 -4
  979. package/lib/duet/p-f27b134c.system.entry.js +0 -4
  980. package/lib/duet/p-f74b6629.entry.js +0 -4
  981. package/lib/duet/p-faf2b9d1.entry.js +0 -4
  982. package/lib/duet/p-fbdb1eec.entry.js +0 -4
  983. package/lib/duet/p-fc0f56ae.system.entry.js +0 -4
  984. package/lib/duet/p-fee0f558.entry.js +0 -4
  985. package/lib/esm/polyfills/css-shim.js +0 -1
  986. package/lib/esm-es5/errorcodes.utils-47fc5d49.js +0 -4
  987. package/lib/esm-es5/focus-utils-e26ba3b3.js +0 -4
  988. package/lib/esm-es5/index-c1a17a4c.js +0 -5
  989. package/lib/esm-es5/input-utils-de45e099.js +0 -4
  990. package/lib/esm-es5/keyboard-utils-d237bd5a.js +0 -4
  991. package/lib/esm-es5/string-utils-5954f458.js +0 -4
  992. package/lib/esm-es5/teleport-6b18ccae.js +0 -4
  993. package/lib/esm-es5/token-utils-2d3af0db.js +0 -4
  994. package/lib/esm-es5/watch-options-dd55bce8.js +0 -4
  995. /package/lib/cjs/{bodyScrollLock.es6-6ef1142a.js → bodyScrollLock.es6-83f334d1.js} +0 -0
  996. /package/lib/cjs/{common-strings-de17f887.js → common-strings-17770d7a.js} +0 -0
  997. /package/lib/cjs/{create-id-c3b984b1.js → create-id-167cd350.js} +0 -0
  998. /package/lib/cjs/{floating-ui.dom.esm-d537b048.js → floating-ui.dom.esm-a7d59d53.js} +0 -0
  999. /package/lib/cjs/{input-utils-b5e8f524.js → input-utils-b4615782.js} +0 -0
  1000. /package/lib/cjs/{is-internet-explorer-91361c56.js → is-internet-explorer-76c3b538.js} +0 -0
  1001. /package/lib/cjs/{js-utils-134e0318.js → js-utils-b20cfc79.js} +0 -0
  1002. /package/lib/cjs/{keyboard-utils-bb32119b.js → keyboard-utils-02441bc5.js} +0 -0
  1003. /package/lib/cjs/{slot-query-1624497e.js → slot-query-b7555763.js} +0 -0
  1004. /package/lib/cjs/{string-utils-5cadd058.js → string-utils-51a2f59f.js} +0 -0
  1005. /package/lib/cjs/{themeable-component-fdeaef9f.js → themeable-component-0be6d1f4.js} +0 -0
  1006. /package/lib/cjs/{token-utils-71db4785.js → token-utils-dbfeff2e.js} +0 -0
  1007. /package/lib/cjs/{watch-options-d88afac0.js → watch-options-1773d69f.js} +0 -0
  1008. /package/lib/dist-custom-elements/{p-8adb9463.js → p-00c8a755.js} +0 -0
  1009. /package/lib/dist-custom-elements/{p-bd779757.js → p-141e14d0.js} +0 -0
  1010. /package/lib/dist-custom-elements/{p-5a9d75e1.js → p-1a395a8d.js} +0 -0
  1011. /package/lib/dist-custom-elements/{p-704245ef.js → p-268171f7.js} +0 -0
  1012. /package/lib/dist-custom-elements/{p-0b3f675e.js → p-3d8d557b.js} +0 -0
  1013. /package/lib/dist-custom-elements/{p-c1325e35.js → p-45f71a69.js} +0 -0
  1014. /package/lib/dist-custom-elements/{p-d8549efe.js → p-56ac3289.js} +0 -0
  1015. /package/lib/dist-custom-elements/{p-56118313.js → p-77f2dbee.js} +0 -0
  1016. /package/lib/dist-custom-elements/{p-12721178.js → p-a1371eee.js} +0 -0
  1017. /package/lib/dist-custom-elements/{p-4ebf1618.js → p-d48735b6.js} +0 -0
  1018. /package/lib/dist-custom-elements/{p-76f00bd5.js → p-dade978b.js} +0 -0
  1019. /package/lib/dist-custom-elements/{p-9d915d45.js → p-f8c76b25.js} +0 -0
  1020. /package/lib/duet/{p-8adb9463.js → p-00c8a755.js} +0 -0
  1021. /package/lib/duet/{p-2bb34e3d.js → p-0b31864f.js} +0 -0
  1022. /package/lib/duet/{p-bd779757.js → p-141e14d0.js} +0 -0
  1023. /package/lib/duet/{p-5a9d75e1.js → p-1a395a8d.js} +0 -0
  1024. /package/lib/duet/{p-704245ef.js → p-268171f7.js} +0 -0
  1025. /package/lib/duet/{p-c7ae95bd.system.js → p-36b36a8e.system.js} +0 -0
  1026. /package/lib/duet/{p-0b3f675e.js → p-3d8d557b.js} +0 -0
  1027. /package/lib/duet/{p-c1325e35.js → p-45f71a69.js} +0 -0
  1028. /package/lib/duet/{p-56118313.js → p-77f2dbee.js} +0 -0
  1029. /package/lib/duet/{p-12721178.js → p-a1371eee.js} +0 -0
  1030. /package/lib/duet/{p-f077c646.js → p-cc1909de.js} +0 -0
  1031. /package/lib/duet/{p-4ebf1618.js → p-d48735b6.js} +0 -0
  1032. /package/lib/duet/{p-76f00bd5.js → p-dade978b.js} +0 -0
  1033. /package/lib/duet/{p-9d915d45.js → p-f8c76b25.js} +0 -0
  1034. /package/lib/esm/{bodyScrollLock.es6-61b5e9a4.js → bodyScrollLock.es6-8dc7cca7.js} +0 -0
  1035. /package/lib/esm/{common-strings-97e04e4b.js → common-strings-71f2aabd.js} +0 -0
  1036. /package/lib/esm/{create-id-981107da.js → create-id-2b0cd46d.js} +0 -0
  1037. /package/lib/esm/{floating-ui.dom.esm-6025c98f.js → floating-ui.dom.esm-efad5c89.js} +0 -0
  1038. /package/lib/esm/{input-utils-de45e099.js → input-utils-a0225b92.js} +0 -0
  1039. /package/lib/esm/{is-internet-explorer-62b3bdbd.js → is-internet-explorer-032d4dae.js} +0 -0
  1040. /package/lib/esm/{js-utils-fa98b8cd.js → js-utils-a35dcc8c.js} +0 -0
  1041. /package/lib/esm/{keyboard-utils-d237bd5a.js → keyboard-utils-5746e126.js} +0 -0
  1042. /package/lib/esm/{slot-query-8c7dce21.js → slot-query-7877f18f.js} +0 -0
  1043. /package/lib/esm/{string-utils-5954f458.js → string-utils-59ad4cb2.js} +0 -0
  1044. /package/lib/esm/{themeable-component-cb76be7c.js → themeable-component-fdce4fd7.js} +0 -0
  1045. /package/lib/esm/{token-utils-2d3af0db.js → token-utils-46c8fe31.js} +0 -0
  1046. /package/lib/esm/{watch-options-dd55bce8.js → watch-options-f189118b.js} +0 -0
  1047. /package/lib/esm-es5/{common-strings-97e04e4b.js → common-strings-71f2aabd.js} +0 -0
  1048. /package/lib/esm-es5/{is-internet-explorer-62b3bdbd.js → is-internet-explorer-032d4dae.js} +0 -0
  1049. /package/lib/esm-es5/{js-utils-fa98b8cd.js → js-utils-a35dcc8c.js} +0 -0
  1050. /package/lib/esm-es5/{slot-query-8c7dce21.js → slot-query-7877f18f.js} +0 -0
  1051. /package/lib/esm-es5/{themeable-component-cb76be7c.js → themeable-component-fdce4fd7.js} +0 -0
@@ -1,4 +1,4 @@
1
- var __awaiter=this&&this.__awaiter||function(e,t,i,o){function n(e){return e instanceof i?e:new i((function(t){t(e)}))}return new(i||(i=Promise))((function(i,a){function r(e){try{l(o.next(e))}catch(e){a(e)}}function s(e){try{l(o["throw"](e))}catch(e){a(e)}}function l(e){e.done?i(e.value):n(e.value).then(r,s)}l((o=o.apply(e,t||[])).next())}))};var __generator=this&&this.__generator||function(e,t){var i={label:0,sent:function(){if(a[0]&1)throw a[1];return a[1]},trys:[],ops:[]},o,n,a,r;return r={next:s(0),throw:s(1),return:s(2)},typeof Symbol==="function"&&(r[Symbol.iterator]=function(){return this}),r;function s(e){return function(t){return l([e,t])}}function l(s){if(o)throw new TypeError("Generator is already executing.");while(r&&(r=0,s[0]&&(i=0)),i)try{if(o=1,n&&(a=s[0]&2?n["return"]:s[0]?n["throw"]||((a=n["return"])&&a.call(n),0):n.next)&&!(a=a.call(n,s[1])).done)return a;if(n=0,a)s=[s[0]&2,a.value];switch(s[0]){case 0:case 1:a=s;break;case 4:i.label++;return{value:s[1],done:false};case 5:i.label++;n=s[1];s=[0];continue;case 7:s=i.ops.pop();i.trys.pop();continue;default:if(!(a=i.trys,a=a.length>0&&a[a.length-1])&&(s[0]===6||s[0]===2)){i=0;continue}if(s[0]===3&&(!a||s[1]>a[0]&&s[1]<a[3])){i.label=s[1];break}if(s[0]===6&&i.label<a[1]){i.label=a[1];a=s;break}if(a&&i.label<a[2]){i.label=a[2];i.ops.push(s);break}if(a[2])i.ops.pop();i.trys.pop();continue}s=t.call(e,i)}catch(e){s=[6,e];n=0}finally{o=a=0}if(s[0]&5)throw s[1];return{value:s[0]?s[1]:void 0,done:true}}};
1
+ var __awaiter=this&&this.__awaiter||function(t,e,i,n){function s(t){return t instanceof i?t:new i((function(e){e(t)}))}return new(i||(i=Promise))((function(i,r){function o(t){try{u(n.next(t))}catch(t){r(t)}}function a(t){try{u(n["throw"](t))}catch(t){r(t)}}function u(t){t.done?i(t.value):s(t.value).then(o,a)}u((n=n.apply(t,e||[])).next())}))};var __generator=this&&this.__generator||function(t,e){var i={label:0,sent:function(){if(r[0]&1)throw r[1];return r[1]},trys:[],ops:[]},n,s,r,o;return o={next:a(0),throw:a(1),return:a(2)},typeof Symbol==="function"&&(o[Symbol.iterator]=function(){return this}),o;function a(t){return function(e){return u([t,e])}}function u(a){if(n)throw new TypeError("Generator is already executing.");while(o&&(o=0,a[0]&&(i=0)),i)try{if(n=1,s&&(r=a[0]&2?s["return"]:a[0]?s["throw"]||((r=s["return"])&&r.call(s),0):s.next)&&!(r=r.call(s,a[1])).done)return r;if(s=0,r)a=[a[0]&2,r.value];switch(a[0]){case 0:case 1:r=a;break;case 4:i.label++;return{value:a[1],done:false};case 5:i.label++;s=a[1];a=[0];continue;case 7:a=i.ops.pop();i.trys.pop();continue;default:if(!(r=i.trys,r=r.length>0&&r[r.length-1])&&(a[0]===6||a[0]===2)){i=0;continue}if(a[0]===3&&(!r||a[1]>r[0]&&a[1]<r[3])){i.label=a[1];break}if(a[0]===6&&i.label<r[1]){i.label=r[1];r=a;break}if(r&&i.label<r[2]){i.label=r[2];i.ops.push(a);break}if(r[2])i.ops.pop();i.trys.pop();continue}a=e.call(t,i)}catch(t){a=[6,t];s=0}finally{n=r=0}if(a[0]&5)throw a[1];return{value:a[0]?a[1]:void 0,done:true}}};
2
2
  /*!
3
3
  * Built with Duet Design System
4
- */import{r as registerInstance,h,H as Host,g as getElement}from"./index-c1a17a4c.js";import{m as media_query_medium,a as media_query_large}from"./tokens-e6b6db9b.js";import{c as computePosition,f as flip,s as shift,a as arrow}from"./floating-ui.dom.esm-6025c98f.js";import{i as inheritGlobalTheme}from"./themeable-component-cb76be7c.js";import{c as createID}from"./create-id-981107da.js";import{f as isEscapeKey}from"./keyboard-utils-d237bd5a.js";import{a as getLanguage,g as getLocaleString,c as connectLanguageChangeObserver,d as disconnectLanguageChangeObserver}from"./language-utils-9d850f6c.js";import{T as Teleport}from"./teleport-6b18ccae.js";import"./string-utils-5954f458.js";var duetTooltipCss="*.sc-duet-tooltip,*.sc-duet-tooltip::after,*.sc-duet-tooltip::before{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none}.sc-duet-tooltip-h{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;z-index:200;display:inline-flex;width:auto;margin-top:-16px !important;margin-left:-3px !important;-webkit-tap-highlight-color:transparent}duet-tooltip-button.sc-duet-tooltip{position:relative}duet-tooltip-popup.sc-duet-tooltip{position:absolute}";var DuetTooltip=function(){function e(e){var t=this;registerInstance(this,e);this.mql=[window.matchMedia(media_query_medium.replace(/'/g,"")),window.matchMedia(media_query_large.replace(/'/g,""))];this.tooltipId=createID("DuetTooltip");this.openTooltip=function(){t.active=true;t.focusTarget="tooltip";t.teleport.go()};this.closeTooltip=function(e){if(e===void 0){e=false}t.active=false;if(e){t.focusTarget="trigger"}setTimeout((function(){t.teleport.resume();t.updatePlacement()}),200)};this.toggleOpen=function(){t.active?t.closeTooltip():t.openTooltip()};this.updatePlacement=function(){return __awaiter(t,void 0,void 0,(function(){var e,t,i,o,n;return __generator(this,(function(a){switch(a.label){case 0:i=true;if(this.breakpoint==="large"&&!this.mql[1].matches){i=false}else if(this.breakpoint==="medium"&&!this.mql[0].matches){i=false}o=i?"top-start":"top-end";if(this.direction==="left"){o="top-end"}else if(this.direction==="right"){o="top-start"}return[4,computePosition(this.buttonEl,this.popupElement,{placement:o,middleware:[flip(),shift({padding:5}),arrow({element:this.arrowEl})]})];case 1:n=a.sent();this.tooltipY=n.y;this.tooltipX=n.x;this.placement=n.placement;this.arrowY=(e=n.middlewareData.arrow)===null||e===void 0?void 0:e.y;this.arrowX=(t=n.middlewareData.arrow)===null||t===void 0?void 0:t.x;return[2]}}))}))};this.placement="bottom";this.tooltipY=undefined;this.tooltipX=undefined;this.arrowX=undefined;this.arrowY=undefined;this.theme="";this.language=getLanguage();this.accessibleLabelDefault={fi:"Näytä lisätietoja",en:"Show more information",sv:"Visa mer tilläggsuppgifter"};this.accessibleLabel=getLocaleString(this.accessibleLabelDefault,this.language);this.accessibleInputLabel=undefined;this.accessibleCloseLabelDefault={fi:"Sulje lisätiedot",en:"Close details",sv:"Stäng tilläggsuppgifter"};this.accessibleCloseLabel=getLocaleString(this.accessibleCloseLabelDefault,this.language);this.label="";this.breakpoint="medium";this.direction="auto";this.positionVertical="0";this.positionHorizontal="0";this.active=false}e.prototype.componentWillLoad=function(){inheritGlobalTheme(this)};e.prototype.componentDidLoad=function(){return __awaiter(this,void 0,void 0,(function(){var e,t;return __generator(this,(function(i){switch(i.label){case 0:e=this;return[4,this.popupElement.getArrowElement()];case 1:e.arrowEl=i.sent();t=this;return[4,this.popupElement.getContentElement()];case 2:t.contentEl=i.sent();this.teleport=new Teleport(this.popupElement);{this.updatePlacement()}if(this.active){this.openTooltip()}this.intersectionObserver=new IntersectionObserver(this.updatePlacement,{root:document.body});this.intersectionObserver.observe(this.element);return[2]}}))}))};e.prototype.componentDidUpdate=function(){var e=this;switch(this.focusTarget){case"tooltip":setTimeout((function(){return e.contentEl.focus({preventScroll:true})}));break;case"trigger":setTimeout((function(){return e.buttonEl.setFocus({preventScroll:true})}));break}this.focusTarget=null};e.prototype.connectedCallback=function(){connectLanguageChangeObserver(this,[{prop:"accessibleLabel",defaults:"accessibleLabelDefault"},{prop:"accessibleCloseLabel",defaults:"accessibleCloseLabelDefault"}])};e.prototype.disconnectedCallback=function(){disconnectLanguageChangeObserver(this)};e.prototype.onScroll=function(){var e=this;clearTimeout(this.scrollTimer);this.scrollTimer=setTimeout((function(){if(e.active){e.updatePlacement()}}),100)};e.prototype.handleWindowResize=function(){var e=this;clearTimeout(this.resizeTimer);this.resizeTimer=setTimeout((function(){e.updatePlacement()}),100)};e.prototype.handleDocumentClick=function(e){var t=this;if(!this.active){return}var i=e.composedPath();var o=i.every((function(e){return e!==t.element&&e!==t.contentEl}));if(o){this.closeTooltip()}};e.prototype.handleKeyDown=function(e){if(this.active&&isEscapeKey(e)){this.closeTooltip(true)}};e.prototype.handlePopupClose=function(){if(this.active){this.closeTooltip(true)}};e.prototype.handleActiveChange=function(e){return __awaiter(this,void 0,void 0,(function(){var t=this;return __generator(this,(function(i){if(e){this.updatePlacement()}else{setTimeout((function(){return t.updatePlacement()}),300)}return[2]}))}))};e.prototype.render=function(){var e=this;var t={transform:"translateY(".concat(this.positionVertical,") translateX(").concat(this.positionHorizontal,")"),zIndex:this.active?"201":""};var i={top:"".concat(this.tooltipY,"px"),left:"".concat(this.tooltipX,"px"),display:"block","pointer-events":this.active?"auto":"none"};var o={top:this.arrowY?"".concat(this.arrowY,"px"):undefined,left:this.arrowX?"".concat(this.arrowX,"px"):undefined};return h(Host,{style:t},h("duet-tooltip-button",{ref:function(t){return e.buttonEl=t},active:this.active,tooltipId:this.tooltipId,label:this.label,accessibleLabel:this.accessibleInputLabel?"".concat(this.accessibleInputLabel,", ").concat(this.accessibleLabel):this.accessibleLabel,onClick:this.toggleOpen,theme:this.theme}),h("duet-tooltip-popup",{ref:function(t){return e.popupElement=t},active:this.active,tooltipId:this.tooltipId,arrowStyles:o,style:i,placement:this.placement,accessibleCloseLabel:this.accessibleCloseLabel,theme:this.theme},h("slot",null)))};Object.defineProperty(e.prototype,"element",{get:function(){return getElement(this)},enumerable:false,configurable:true});Object.defineProperty(e,"watchers",{get:function(){return{active:["handleActiveChange"]}},enumerable:false,configurable:true});return e}();DuetTooltip.style=duetTooltipCss;export{DuetTooltip as duet_tooltip};
4
+ */import{r as registerInstance,h,H as Host,g as getElement}from"./index-bb518df4.js";import{m as media_query_medium,a as media_query_large}from"./tokens-e6b6db9b.js";import{c as computePosition,f as flip,s as shift,a as arrow}from"./floating-ui.dom.esm-efad5c89.js";import{i as inheritGlobalTheme}from"./themeable-component-fdce4fd7.js";import{c as createID}from"./create-id-2b0cd46d.js";import{f as isEscapeKey}from"./keyboard-utils-5746e126.js";import{a as getLanguage,g as getLocaleString,c as connectLanguageChangeObserver,d as disconnectLanguageChangeObserver}from"./language-utils-9ff76444.js";import{n as nudge}from"./nudge-560904c3.js";import"./string-utils-59ad4cb2.js";var duetTooltipCss="*.sc-duet-tooltip,*.sc-duet-tooltip::after,*.sc-duet-tooltip::before{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none}.sc-duet-tooltip-h{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;z-index:200;display:inline-flex;width:auto;margin-top:-16px !important;margin-left:-3px !important;-webkit-tap-highlight-color:transparent}duet-tooltip-button.sc-duet-tooltip{position:relative}duet-tooltip-popup.sc-duet-tooltip{position:absolute}";var DuetTooltip=function(){function t(t){var e=this;registerInstance(this,t);this.mql=[window.matchMedia(media_query_medium.replace(/'/g,"")),window.matchMedia(media_query_large.replace(/'/g,""))];this.tooltipId=createID("DuetTooltip");this.openTooltip=function(){e.active=true;e.focusTarget="tooltip"};this.closeTooltip=function(t){if(t===void 0){t=false}e.active=false;if(t){e.focusTarget="trigger"}setTimeout((function(){e.updatePlacement()}),200)};this.toggleOpen=function(){e.active?e.closeTooltip():e.openTooltip()};this.updatePlacement=function(){return __awaiter(e,void 0,void 0,(function(){var t,e,i,n,s;return __generator(this,(function(r){switch(r.label){case 0:i=true;if(this.breakpoint==="large"&&!this.mql[1].matches){i=false}else if(this.breakpoint==="medium"&&!this.mql[0].matches){i=false}n=i?"top-start":"top-end";if(this.direction==="left"){n="top-end"}else if(this.direction==="right"){n="top-start"}return[4,computePosition(this.buttonEl,this.popupElement,{placement:n,middleware:[flip(),shift({padding:5}),arrow({element:this.arrowEl})]})];case 1:s=r.sent();this.tooltipY=s.y;this.tooltipX=s.x;this.placement=s.placement;this.arrowY=(t=s.middlewareData.arrow)===null||t===void 0?void 0:t.y;this.arrowX=(e=s.middlewareData.arrow)===null||e===void 0?void 0:e.x;return[2]}}))}))};this.placement="bottom";this.tooltipY=undefined;this.tooltipX=undefined;this.arrowX=undefined;this.arrowY=undefined;this.theme="";this.language=getLanguage();this.accessibleLabelDefault={fi:"Näytä lisätietoja",en:"Show more information",sv:"Visa mer tilläggsuppgifter"};this.accessibleLabel=getLocaleString(this.accessibleLabelDefault,this.language);this.accessibleInputLabel=undefined;this.accessibleCloseLabelDefault={fi:"Sulje lisätiedot",en:"Close details",sv:"Stäng tilläggsuppgifter"};this.accessibleCloseLabel=getLocaleString(this.accessibleCloseLabelDefault,this.language);this.label="";this.breakpoint="medium";this.direction="auto";this.positionVertical="0";this.positionHorizontal="0";this.active=false}t.prototype.componentWillLoad=function(){inheritGlobalTheme(this)};t.prototype.componentDidLoad=function(){return __awaiter(this,void 0,void 0,(function(){var t,e;return __generator(this,(function(i){switch(i.label){case 0:t=this;return[4,this.popupElement.getArrowElement()];case 1:t.arrowEl=i.sent();e=this;return[4,this.popupElement.getContentElement()];case 2:e.contentEl=i.sent();{this.updatePlacement()}if(this.active){this.openTooltip()}this.intersectionObserver=new IntersectionObserver(this.updatePlacement,{root:document.body});this.intersectionObserver.observe(this.element);nudge(this);return[2]}}))}))};t.prototype.componentDidUpdate=function(){var t=this;switch(this.focusTarget){case"tooltip":setTimeout((function(){return t.contentEl.focus({preventScroll:true})}));break;case"trigger":setTimeout((function(){return t.buttonEl.setFocus({preventScroll:true})}));break}this.focusTarget=null};t.prototype.connectedCallback=function(){connectLanguageChangeObserver(this,[{prop:"accessibleLabel",defaults:"accessibleLabelDefault"},{prop:"accessibleCloseLabel",defaults:"accessibleCloseLabelDefault"}])};t.prototype.disconnectedCallback=function(){disconnectLanguageChangeObserver(this)};t.prototype.onScroll=function(){var t=this;clearTimeout(this.scrollTimer);this.scrollTimer=setTimeout((function(){if(t.active){t.updatePlacement()}}),100)};t.prototype.handleWindowResize=function(){var t=this;clearTimeout(this.resizeTimer);this.resizeTimer=setTimeout((function(){t.updatePlacement()}),100)};t.prototype.handleDocumentClick=function(t){var e=this;if(!this.active){return}var i=t.composedPath();var n=i.every((function(t){return t!==e.element&&t!==e.contentEl}));if(n){this.closeTooltip()}};t.prototype.handleKeyDown=function(t){if(this.active&&isEscapeKey(t)){this.closeTooltip(true)}};t.prototype.handlePopupClose=function(){if(this.active){this.closeTooltip(true)}};t.prototype.handleActiveChange=function(t){return __awaiter(this,void 0,void 0,(function(){var e=this;return __generator(this,(function(i){if(t){setTimeout((function(){return e.updatePlacement()}),10)}else{setTimeout((function(){return e.updatePlacement()}),300)}return[2]}))}))};t.prototype.render=function(){var t=this;var e={transform:"translateY(".concat(this.positionVertical,") translateX(").concat(this.positionHorizontal,")"),zIndex:this.active?"201":""};var i={top:"".concat(this.tooltipY,"px"),left:"".concat(this.tooltipX,"px"),display:"block","pointer-events":this.active?"auto":"none"};var n={top:this.arrowY?"".concat(this.arrowY,"px"):undefined,left:this.arrowX?"".concat(this.arrowX,"px"):undefined};return h(Host,{style:e},h("duet-tooltip-button",{ref:function(e){return t.buttonEl=e},active:this.active,tooltipId:this.tooltipId,label:this.label,accessibleLabel:this.accessibleInputLabel?"".concat(this.accessibleInputLabel,", ").concat(this.accessibleLabel):this.accessibleLabel,onClick:this.toggleOpen,theme:this.theme}),h("duet-tooltip-popup",{ref:function(e){return t.popupElement=e},active:this.active,tooltipId:this.tooltipId,arrowStyles:n,style:i,placement:this.placement,accessibleCloseLabel:this.accessibleCloseLabel,theme:this.theme},h("slot",null)))};Object.defineProperty(t.prototype,"element",{get:function(){return getElement(this)},enumerable:false,configurable:true});Object.defineProperty(t,"watchers",{get:function(){return{active:["handleActiveChange"]}},enumerable:false,configurable:true});return t}();DuetTooltip.style=duetTooltipCss;export{DuetTooltip as duet_tooltip};
@@ -1,4 +1,4 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import{r as registerInstance,h,F as Fragment,g as getElement}from"./index-c1a17a4c.js";import{s as sizeHeader}from"./tokens.module-c7944140.js";import{i as inheritGlobalTheme}from"./themeable-component-cb76be7c.js";import{c as createID}from"./create-id-981107da.js";import{a as getLanguage,g as getLocaleString,c as connectLanguageChangeObserver,d as disconnectLanguageChangeObserver}from"./language-utils-9d850f6c.js";import"./string-utils-5954f458.js";var duetTrayCss='*,*::after,*::before{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none}:host{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;display:block;width:100%}.duet-tray{position:fixed;top:4rem;right:0;left:0;z-index:399;display:flex;flex-direction:column;max-height:calc(100% - 8rem);padding:16px 20px 16px 24px;font-family:"localtapiola-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";font-size:1rem;font-weight:400;line-height:1.5;color:rgb(0, 41, 77);visibility:hidden;background:rgb(243, 249, 252);border-bottom:1px solid rgb(225, 227, 230);box-shadow:0 2px 6px 0 rgba(0, 41, 77, 0.07);opacity:0;transition:opacity 600ms ease, visibility 600ms ease, transform 600ms ease;transform:translateY(-4rem)}@media (min-width: 62em){.duet-tray{padding:16px 36px}}@media (min-width: 106.25em){.duet-tray{padding:16px 52px 16px 60px}}.duet-tray:focus{outline:0}:host(.user-is-tabbing) .duet-tray:focus{box-shadow:0 0 0 4px rgba(0, 119, 179, 0.3), 0 0 0 1px #0077b3}:host(.user-is-tabbing) .duet-tray.duet-theme-turva:focus{box-shadow:0 0 0 4px rgba(23, 28, 58, 0.2), 0 0 0 1px #171c3a}.duet-tray.duet-theme-turva{font-family:"turva-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";color:rgb(23, 28, 58);background:rgb(245, 245, 247);border-color:rgb(228, 228, 230)}.duet-tray.duet-tray-is-active{visibility:visible;opacity:1;transform:translateY(0)}.duet-tray.duet-tray-is-hidden{visibility:hidden;opacity:0;transform:translateY(-4rem)}@media (min-width: 62em){.duet-tray.duet-tray-is-responsive{display:none !important}}.duet-tray.duet-tray-is-expandable{padding-right:66px}@media (min-width: 62em){.duet-tray.duet-tray-is-expandable{padding-right:78px}}@media (min-width: 106.25em){.duet-tray.duet-tray-is-expandable{padding-right:94px}}.duet-tray-expandable{position:relative;z-index:100;width:calc(100% + 46px);max-height:0;overflow-y:auto;visibility:hidden;opacity:0;transition:opacity 600ms ease, visibility 600ms ease, max-height 600ms ease;scrollbar-width:none}.duet-tray-expandable::-webkit-scrollbar{display:none}.duet-tray-expandable.active{max-height:500px;visibility:visible;opacity:1}.duet-tray-expandable-content{width:100%;margin-top:16px;border-top:1px solid rgb(225, 227, 230)}.duet-theme-turva .duet-tray-expandable-content{border-color:rgb(228, 228, 230)}.duet-tray-button{-webkit-user-select:none;user-select:none;padding:20px !important;position:absolute;top:-2px;right:0;z-index:200;color:rgb(0, 41, 77);text-align:center;cursor:pointer;border-radius:4px;transition:transform 300ms ease;-webkit-tap-highlight-color:transparent}@media (min-width: 62em){.duet-tray-button{margin-right:16px}}@media (min-width: 106.25em){.duet-tray-button{margin-right:36px}}.duet-theme-turva .duet-tray-button{color:rgb(23, 28, 58)}.duet-tray-button.duet-tray-is-expanded{transform:rotate(-180deg)}.duet-tray-button:focus{outline:0}:host(.user-is-tabbing) .duet-tray-button:focus{box-shadow:0 0 0 4px rgba(0, 119, 179, 0.3), 0 0 0 1px #0077b3}:host(.user-is-tabbing) .duet-theme-turva .duet-tray-button:focus{box-shadow:0 0 0 4px rgba(23, 28, 58, 0.2), 0 0 0 1px #171c3a}.duet-tray-button:active{box-shadow:none;opacity:0.75}';var topOffset=parseFloat(sizeHeader)*2*16;var DuetTray=function(){function e(e){var t=this;registerInstance(this,e);this.isTicking=false;this.expandableId=createID("DuetTray");this.animationLoop=function(){t.hiddenState=window.pageYOffset<topOffset;t.isTicking=false};this.toggleExpandable=function(e){e.preventDefault();t.expanded=!t.expanded};this.expanded=false;this.hiddenState=false;this.language=getLanguage();this.accessibleCloseLabelDefaults={fi:"Sulje",en:"Close",sv:"Stäng"};this.accessibleCloseLabel=getLocaleString(this.accessibleCloseLabelDefaults,this.language);this.accessibleOpenLabelDefaults={fi:"Avaa",en:"Open",sv:"Öppna"};this.accessibleOpenLabel=getLocaleString(this.accessibleOpenLabelDefaults,this.language);this.theme="";this.active=false;this.autoHide=true;this.responsive=true}e.prototype.componentWillLoad=function(){inheritGlobalTheme(this);this.hasAdditionalContent=!!this.element.querySelector("[slot='additional']")};e.prototype.connectedCallback=function(){connectLanguageChangeObserver(this,[{prop:"accessibleOpenLabel",defaults:"accessibleOpenLabelDefaults"},{prop:"accessibleCloseLabel",defaults:"accessibleCloseLabelDefaults"}])};e.prototype.disconnectedCallback=function(){disconnectLanguageChangeObserver(this)};e.prototype.getFrame=function(){if(!this.isTicking&&this.autoHide&&this.active){requestAnimationFrame(this.animationLoop);this.isTicking=true}};e.prototype.handleBodyClick=function(e){if(this.expanded){this.expanded=this.element.contains(e.target)}};e.prototype.render=function(){var e=this;return h("div",{class:{"duet-tray":true,"duet-tray-is-active":this.active,"duet-tray-is-hidden":this.hiddenState,"duet-tray-is-responsive":this.responsive,"duet-theme-turva":this.theme==="turva","duet-tray-is-expandable":this.hasAdditionalContent}},h("div",{class:"duet-tray-default-content",role:"status"},h("slot",null)),this.hasAdditionalContent&&h(Fragment,null,h("button",{"aria-expanded":this.expanded?"true":"false","aria-controls":this.expandableId,onClick:function(t){return e.toggleExpandable(t)},class:{"duet-tray-button":true,"duet-tray-is-expanded":this.expanded}},h("duet-icon",{name:"action-arrow-down",size:"small",color:"currentColor",margin:"none"}),h("duet-visually-hidden",null,this.expanded?this.accessibleCloseLabel:this.accessibleOpenLabel)),h("div",{id:this.expandableId,class:{"duet-tray-expandable":true,active:this.expanded}},h("div",{class:"duet-tray-expandable-content"},h("slot",{name:"additional"})))))};Object.defineProperty(e.prototype,"element",{get:function(){return getElement(this)},enumerable:false,configurable:true});return e}();DuetTray.style=duetTrayCss;export{DuetTray as duet_tray};
4
+ import{r as registerInstance,h,F as Fragment,g as getElement}from"./index-bb518df4.js";import{s as sizeHeader}from"./tokens.module-c7944140.js";import{i as inheritGlobalTheme}from"./themeable-component-fdce4fd7.js";import{c as createID}from"./create-id-2b0cd46d.js";import{a as getLanguage,g as getLocaleString,c as connectLanguageChangeObserver,d as disconnectLanguageChangeObserver}from"./language-utils-9ff76444.js";import{n as nudge}from"./nudge-560904c3.js";import"./string-utils-59ad4cb2.js";var duetTrayCss='*,*::after,*::before{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none}:host{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;display:block;width:100%}.duet-tray{position:fixed;top:4rem;right:0;left:0;z-index:399;display:flex;flex-direction:column;max-height:calc(100% - 8rem);padding:16px 20px 16px 24px;font-family:"localtapiola-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";font-size:1rem;font-weight:400;line-height:1.5;color:rgb(0, 41, 77);visibility:hidden;background:rgb(243, 249, 252);border-bottom:1px solid rgb(225, 227, 230);box-shadow:0 2px 6px 0 rgba(0, 41, 77, 0.07);opacity:0;transition:opacity 600ms ease, visibility 600ms ease, transform 600ms ease;transform:translateY(-4rem)}@media (min-width: 62em){.duet-tray{padding:16px 36px}}@media (min-width: 106.25em){.duet-tray{padding:16px 52px 16px 60px}}.duet-tray:focus{outline:0}:host(.user-is-tabbing) .duet-tray:focus{box-shadow:0 0 0 4px rgba(0, 119, 179, 0.3), 0 0 0 1px #0077b3}:host(.user-is-tabbing) .duet-tray.duet-theme-turva:focus{box-shadow:0 0 0 4px rgba(23, 28, 58, 0.2), 0 0 0 1px #171c3a}.duet-tray.duet-theme-turva{font-family:"turva-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";color:rgb(23, 28, 58);background:rgb(245, 245, 247);border-color:rgb(228, 228, 230)}.duet-tray.duet-tray-is-active{visibility:visible;opacity:1;transform:translateY(0)}.duet-tray.duet-tray-is-hidden{visibility:hidden;opacity:0;transform:translateY(-4rem)}@media (min-width: 62em){.duet-tray.duet-tray-is-responsive{display:none !important}}.duet-tray.duet-tray-is-expandable{padding-right:66px}@media (min-width: 62em){.duet-tray.duet-tray-is-expandable{padding-right:78px}}@media (min-width: 106.25em){.duet-tray.duet-tray-is-expandable{padding-right:94px}}.duet-tray-expandable{position:relative;z-index:100;width:calc(100% + 46px);max-height:0;overflow-y:auto;visibility:hidden;opacity:0;transition:opacity 600ms ease, visibility 600ms ease, max-height 600ms ease;scrollbar-width:none}.duet-tray-expandable::-webkit-scrollbar{display:none}.duet-tray-expandable.active{max-height:500px;visibility:visible;opacity:1}.duet-tray-expandable-content{width:100%;margin-top:16px;border-top:1px solid rgb(225, 227, 230)}.duet-theme-turva .duet-tray-expandable-content{border-color:rgb(228, 228, 230)}.duet-tray-button{-webkit-user-select:none;user-select:none;padding:20px !important;position:absolute;top:-2px;right:0;z-index:200;color:rgb(0, 41, 77);text-align:center;cursor:pointer;border-radius:4px;transition:transform 300ms ease;-webkit-tap-highlight-color:transparent}@media (min-width: 62em){.duet-tray-button{margin-right:16px}}@media (min-width: 106.25em){.duet-tray-button{margin-right:36px}}.duet-theme-turva .duet-tray-button{color:rgb(23, 28, 58)}.duet-tray-button.duet-tray-is-expanded{transform:rotate(-180deg)}.duet-tray-button:focus{outline:0}:host(.user-is-tabbing) .duet-tray-button:focus{box-shadow:0 0 0 4px rgba(0, 119, 179, 0.3), 0 0 0 1px #0077b3}:host(.user-is-tabbing) .duet-theme-turva .duet-tray-button:focus{box-shadow:0 0 0 4px rgba(23, 28, 58, 0.2), 0 0 0 1px #171c3a}.duet-tray-button:active{box-shadow:none;opacity:0.75}';var topOffset=parseFloat(sizeHeader)*2*16;var DuetTray=function(){function t(t){var e=this;registerInstance(this,t);this.isTicking=false;this.expandableId=createID("DuetTray");this.animationLoop=function(){e.hiddenState=window.pageYOffset<topOffset;e.isTicking=false};this.toggleExpandable=function(t){t.preventDefault();e.expanded=!e.expanded};this.expanded=false;this.hiddenState=false;this.language=getLanguage();this.accessibleCloseLabelDefaults={fi:"Sulje",en:"Close",sv:"Stäng"};this.accessibleCloseLabel=getLocaleString(this.accessibleCloseLabelDefaults,this.language);this.accessibleOpenLabelDefaults={fi:"Avaa",en:"Open",sv:"Öppna"};this.accessibleOpenLabel=getLocaleString(this.accessibleOpenLabelDefaults,this.language);this.theme="";this.active=false;this.autoHide=true;this.responsive=true}t.prototype.componentWillLoad=function(){inheritGlobalTheme(this);this.hasAdditionalContent=!!this.element.querySelector("[slot='additional']")};t.prototype.componentDidLoad=function(){nudge(this)};t.prototype.connectedCallback=function(){connectLanguageChangeObserver(this,[{prop:"accessibleOpenLabel",defaults:"accessibleOpenLabelDefaults"},{prop:"accessibleCloseLabel",defaults:"accessibleCloseLabelDefaults"}])};t.prototype.disconnectedCallback=function(){disconnectLanguageChangeObserver(this)};t.prototype.getFrame=function(){if(!this.isTicking&&this.autoHide&&this.active){requestAnimationFrame(this.animationLoop);this.isTicking=true}};t.prototype.handleBodyClick=function(t){if(this.expanded){this.expanded=this.element.contains(t.target)}};t.prototype.render=function(){var t=this;return h("div",{class:{"duet-tray":true,"duet-tray-is-active":this.active,"duet-tray-is-hidden":this.hiddenState,"duet-tray-is-responsive":this.responsive,"duet-theme-turva":this.theme==="turva","duet-tray-is-expandable":this.hasAdditionalContent}},h("div",{class:"duet-tray-default-content",role:"status"},h("slot",null)),this.hasAdditionalContent&&h(Fragment,null,h("button",{"aria-expanded":this.expanded?"true":"false","aria-controls":this.expandableId,onClick:function(e){return t.toggleExpandable(e)},class:{"duet-tray-button":true,"duet-tray-is-expanded":this.expanded}},h("duet-icon",{name:"action-arrow-down",size:"small",color:"currentColor",margin:"none"}),h("duet-visually-hidden",null,this.expanded?this.accessibleCloseLabel:this.accessibleOpenLabel)),h("div",{id:this.expandableId,class:{"duet-tray-expandable":true,active:this.expanded}},h("div",{class:"duet-tray-expandable-content"},h("slot",{name:"additional"})))))};Object.defineProperty(t.prototype,"element",{get:function(){return getElement(this)},enumerable:false,configurable:true});return t}();DuetTray.style=duetTrayCss;export{DuetTray as duet_tray};
@@ -1,4 +1,4 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import{r as registerInstance,h,H as Host}from"./index-c1a17a4c.js";var DuetUploadAriaStatus=function(){function e(e){var a=this;registerInstance(this,e);this.replacePlaceHolders=function(e){var s=function(e){return e>1?"".concat(e," ").concat(a.statusMessageLabel.files):"".concat(e," ").concat(a.statusMessageLabel.file)};return e.replace("{filesUploaded}",s(a.valid)).replace("{filesInProgress}",s(a.inprogress)).replace("{filesTotal}",s(a.total)).replace("{filesWithErrors}",s(a.invalid))};this.getStatusMessage=function(){var e=a.statusMessageLabel,s=e.done,t=e.inProgress,r=e.doneWithErrors,i=e.inProgressWithErrors;var l=a.invalid>0;var n=a.inprogress>0;var o=a.inprogress>0&&l;var u=a.valid===a.total&&!n&&!l;var c=a.valid+a.invalid===a.total&&!n;if(u){a.statusMessage=a.replacePlaceHolders(s);return}else if(o){a.statusMessage=a.replacePlaceHolders(i);return}else if(n){a.statusMessage=a.replacePlaceHolders(t);return}else if(c){a.statusMessage=a.replacePlaceHolders(r);return}return};this.statusMessage=null;this.statusMessageLabel=null;this.accessibleAriaLive="polite";this.valid=undefined;this.total=undefined;this.invalid=undefined;this.inprogress=undefined}e.prototype.watchHandler=function(e,a){if(e!==a){this.getStatusMessage()}};e.prototype.render=function(){return h(Host,{role:"status","aria-live":"assertive","aria-atomic":"true","aria-relevant":"all"},h("duet-visually-hidden",null,this.statusMessage))};Object.defineProperty(e,"watchers",{get:function(){return{valid:["watchHandler"],invalid:["watchHandler"],inprogress:["watchHandler"],total:["watchHandler"]}},enumerable:false,configurable:true});return e}();export{DuetUploadAriaStatus as duet_upload_aria_status};
4
+ import{r as registerInstance,h,H as Host,g as getElement}from"./index-bb518df4.js";import{n as nudge}from"./nudge-560904c3.js";var DuetUploadAriaStatus=function(){function e(e){var t=this;registerInstance(this,e);this.replacePlaceHolders=function(e){var r=function(e){return e>1?"".concat(e," ").concat(t.statusMessageLabel.files):"".concat(e," ").concat(t.statusMessageLabel.file)};return e.replace("{filesUploaded}",r(t.valid)).replace("{filesInProgress}",r(t.inprogress)).replace("{filesTotal}",r(t.total)).replace("{filesWithErrors}",r(t.invalid))};this.getStatusMessage=function(){var e=t.statusMessageLabel,r=e.done,n=e.inProgress,i=e.doneWithErrors,a=e.inProgressWithErrors;var s=t.invalid>0;var u=t.inprogress>0;var l=t.inprogress>0&&s;var o=t.valid===t.total&&!u&&!s;var f=t.valid+t.invalid===t.total&&!u;if(o){t.statusMessage=t.replacePlaceHolders(r);return}else if(l){t.statusMessage=t.replacePlaceHolders(a);return}else if(u){t.statusMessage=t.replacePlaceHolders(n);return}else if(f){t.statusMessage=t.replacePlaceHolders(i);return}return};this.statusMessage=null;this.statusMessageLabel=null;this.accessibleAriaLive="polite";this.valid=undefined;this.total=undefined;this.invalid=undefined;this.inprogress=undefined}e.prototype.watchHandler=function(e,t){if(e!==t){this.getStatusMessage()}};e.prototype.componentDidLoad=function(){nudge(this)};e.prototype.render=function(){return h(Host,{role:"status","aria-live":"assertive","aria-atomic":"true","aria-relevant":"all"},h("duet-visually-hidden",null,this.statusMessage))};Object.defineProperty(e.prototype,"element",{get:function(){return getElement(this)},enumerable:false,configurable:true});Object.defineProperty(e,"watchers",{get:function(){return{valid:["watchHandler"],invalid:["watchHandler"],inprogress:["watchHandler"],total:["watchHandler"]}},enumerable:false,configurable:true});return e}();export{DuetUploadAriaStatus as duet_upload_aria_status};
@@ -1,4 +1,4 @@
1
- var __awaiter=this&&this.__awaiter||function(e,t,n,a){function i(e){return e instanceof n?e:new n((function(t){t(e)}))}return new(n||(n=Promise))((function(n,r){function o(e){try{l(a.next(e))}catch(e){r(e)}}function s(e){try{l(a["throw"](e))}catch(e){r(e)}}function l(e){e.done?n(e.value):i(e.value).then(o,s)}l((a=a.apply(e,t||[])).next())}))};var __generator=this&&this.__generator||function(e,t){var n={label:0,sent:function(){if(r[0]&1)throw r[1];return r[1]},trys:[],ops:[]},a,i,r,o;return o={next:s(0),throw:s(1),return:s(2)},typeof Symbol==="function"&&(o[Symbol.iterator]=function(){return this}),o;function s(e){return function(t){return l([e,t])}}function l(s){if(a)throw new TypeError("Generator is already executing.");while(o&&(o=0,s[0]&&(n=0)),n)try{if(a=1,i&&(r=s[0]&2?i["return"]:s[0]?i["throw"]||((r=i["return"])&&r.call(i),0):i.next)&&!(r=r.call(i,s[1])).done)return r;if(i=0,r)s=[s[0]&2,r.value];switch(s[0]){case 0:case 1:r=s;break;case 4:n.label++;return{value:s[1],done:false};case 5:n.label++;i=s[1];s=[0];continue;case 7:s=n.ops.pop();n.trys.pop();continue;default:if(!(r=n.trys,r=r.length>0&&r[r.length-1])&&(s[0]===6||s[0]===2)){n=0;continue}if(s[0]===3&&(!r||s[1]>r[0]&&s[1]<r[3])){n.label=s[1];break}if(s[0]===6&&n.label<r[1]){n.label=r[1];r=s;break}if(r&&n.label<r[2]){n.label=r[2];n.ops.push(s);break}if(r[2])n.ops.pop();n.trys.pop();continue}s=t.call(e,n)}catch(e){s=[6,e];i=0}finally{a=r=0}if(s[0]&5)throw s[1];return{value:s[0]?s[1]:void 0,done:true}}};
1
+ var __awaiter=this&&this.__awaiter||function(e,t,n,i){function a(e){return e instanceof n?e:new n((function(t){t(e)}))}return new(n||(n=Promise))((function(n,r){function s(e){try{u(i.next(e))}catch(e){r(e)}}function o(e){try{u(i["throw"](e))}catch(e){r(e)}}function u(e){e.done?n(e.value):a(e.value).then(s,o)}u((i=i.apply(e,t||[])).next())}))};var __generator=this&&this.__generator||function(e,t){var n={label:0,sent:function(){if(r[0]&1)throw r[1];return r[1]},trys:[],ops:[]},i,a,r,s;return s={next:o(0),throw:o(1),return:o(2)},typeof Symbol==="function"&&(s[Symbol.iterator]=function(){return this}),s;function o(e){return function(t){return u([e,t])}}function u(o){if(i)throw new TypeError("Generator is already executing.");while(s&&(s=0,o[0]&&(n=0)),n)try{if(i=1,a&&(r=o[0]&2?a["return"]:o[0]?a["throw"]||((r=a["return"])&&r.call(a),0):a.next)&&!(r=r.call(a,o[1])).done)return r;if(a=0,r)o=[o[0]&2,r.value];switch(o[0]){case 0:case 1:r=o;break;case 4:n.label++;return{value:o[1],done:false};case 5:n.label++;a=o[1];o=[0];continue;case 7:o=n.ops.pop();n.trys.pop();continue;default:if(!(r=n.trys,r=r.length>0&&r[r.length-1])&&(o[0]===6||o[0]===2)){n=0;continue}if(o[0]===3&&(!r||o[1]>r[0]&&o[1]<r[3])){n.label=o[1];break}if(o[0]===6&&n.label<r[1]){n.label=r[1];r=o;break}if(r&&n.label<r[2]){n.label=r[2];n.ops.push(o);break}if(r[2])n.ops.pop();n.trys.pop();continue}o=t.call(e,n)}catch(e){o=[6,e];a=0}finally{i=r=0}if(o[0]&5)throw o[1];return{value:o[0]?o[1]:void 0,done:true}}};
2
2
  /*!
3
3
  * Built with Duet Design System
4
- */import{r as registerInstance,h}from"./index-c1a17a4c.js";import{i as inheritGlobalTheme}from"./themeable-component-cb76be7c.js";import{g as getLocaleString}from"./language-utils-9d850f6c.js";import{a as getI18nError}from"./errorcodes.utils-47fc5d49.js";import"./string-utils-5954f458.js";var formatBytes=function(e,t){if(t===void 0){t=2}if(e===0){return"0 Bytes"}var n=1024;var a=t<0?0:t;var i=["Bytes","KB","MB","GB","TB","PB","EB","ZB","YB"];var r=Math.floor(Math.log(e)/Math.log(n));return parseFloat((e/Math.pow(n,r)).toFixed(a))+" "+i[r]};var DuetUploadItem=function(){function e(e){var t=this;registerInstance(this,e);this.fileUploadingInfo={fi:"Tiedosto latautuu",sv:"Filen laddas upp",en:"File is uploading"};this.onLinkClick=function(e){var n=t.data,a=n.url,i=n.meta;if(!!t.linkClickEvent){e.preventDefault();t.linkClickEvent.emit({component:"duet-upload",data:{name:t.data.item.name,url:a,meta:i}})}};this.theme="";this.data=undefined;this.type=undefined;this.showLinks=undefined;this.actions=undefined;this.label=undefined;this.categoryLabel=undefined;this.errorCodes=undefined;this.showCategory=undefined;this.linkClickEvent=undefined}e.prototype.componentWillLoad=function(){inheritGlobalTheme(this)};e.prototype.focusActionButton=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(e){switch(e.label){case 0:if(!this.actionButton)return[3,2];return[4,this.actionButton.setFocus({preventScroll:true})];case 1:e.sent();this.actionButton.scrollIntoView({behavior:"smooth",block:"center",inline:"nearest"});e.label=2;case 2:return[2]}}))}))};e.prototype.getFileNameLine=function(){var e=this.data,t=e.item,n=e.size,a=e.uploaded,i=e.url,r=e.progress,o=e.error;var s=t.name;var l=h("span",{class:"duet-upload-item-name"},h("duet-icon",{margin:"none",size:"x-small",name:"messaging-attachment"}),h("duet-spacer",{size:"xx-small",direction:"horizontal"}),s);var c=h("span",{class:"duet-upload-item-size",style:{fontSize:"14px",fontWeight:"400"}},"(",formatBytes(n),")");switch(this.type){case"inprogress":return h("span",{class:"duet-upload-item-name",role:"status"},h("duet-paragraph",{class:"duet-upload-item-name",color:"gray-darker",margin:"none",weight:"semi-bold"},h("duet-icon",{margin:"none",size:"x-small",name:"messaging-attachment"}),h("duet-spacer",{size:"xx-small",direction:"horizontal"}),s),h("duet-visually-hidden",null,h("duet-paragraph",null,getLocaleString(this.fileUploadingInfo))),h("duet-progress",{progress:Math.ceil(r),"aria-hidden":true}));case"pending":return h("span",{class:"duet-upload-item-name"},h("duet-icon",{margin:"none",size:"x-small",name:"messaging-attachment"}),h("duet-spacer",{size:"xx-small",direction:"horizontal"}),s);case"failure":return h("span",{class:"duet-upload-item-error",role:"status"},h("duet-paragraph",{class:"duet-upload-item-name",color:"danger",margin:"none",weight:"semi-bold"},h("duet-icon",{margin:"none",size:"x-small",name:"messaging-attachment"}),h("duet-spacer",{size:"xx-small",direction:"horizontal"}),s),h("duet-paragraph",{class:"duet-upload-item-error-label",size:"small",margin:"none",color:"danger"},getI18nError(o.type,this.errorCodes)));default:return a&&i&&this.showLinks?h("duet-paragraph",{color:"secondary",margin:"none",weight:"semi-bold"},h("duet-link",{onClick:this.onLinkClick,url:i,external:true},l),h("duet-spacer",{size:"xx-small",direction:"horizontal"}),c):h("duet-paragraph",{color:"secondary",margin:"none",weight:"semi-bold"},l,h("duet-spacer",{size:"xx-small",direction:"horizontal"}),c)}};e.prototype.render=function(){var e=this;var t=this.data,n=t.uid,a=t.meta,i=t.item;var r=a&&a.badges?h("span",null,a.badges.map((function(e){return h("duet-badge",{color:"primary"},e)}))):undefined;var o="".concat(a&&a.badges?a.badges.join(","):""," ").concat(i.name);return h("div",{class:{"upload-item-row":true}},this.showCategory&&h("div",{class:"item-categories"},h("duet-heading",{class:"heading",color:"color-secondary",level:"h6",weight:"semibold"},getLocaleString(this.categoryLabel)),r),h("div",{class:{"item-name":true,"no-category":!this.showCategory}},!!this.label&&h("duet-heading",{class:"heading",color:"color-secondary",level:"h6",weight:"semibold"},getLocaleString(this.label)),this.getFileNameLine()),h("div",{class:"item-actions"},this.actions.map((function(t){return h("duet-action-button",{actionMeta:Object.assign({},a||{}),actionId:n||null,actionName:t.name,theme:e.theme,iconName:t.icon,iconColor:t.color,iconSize:t.size,background:t.background,"accessible-label":"".concat(o," ").concat(getLocaleString(t.label)," "),accessibleTitle:false,ref:function(t){return e.actionButton=t}})}))))};return e}();export{DuetUploadItem as duet_upload_item};
4
+ */import{r as registerInstance,h,g as getElement}from"./index-bb518df4.js";import{i as inheritGlobalTheme}from"./themeable-component-fdce4fd7.js";import{g as getLocaleString}from"./language-utils-9ff76444.js";import{n as nudge}from"./nudge-560904c3.js";import{a as getI18nError}from"./errorcodes.utils-424b1197.js";import"./string-utils-59ad4cb2.js";var formatBytes=function(e,t){if(t===void 0){t=2}if(e===0){return"0 Bytes"}var n=1024;var i=t<0?0:t;var a=["Bytes","KB","MB","GB","TB","PB","EB","ZB","YB"];var r=Math.floor(Math.log(e)/Math.log(n));return parseFloat((e/Math.pow(n,r)).toFixed(i))+" "+a[r]};var DuetUploadItem=function(){function e(e){var t=this;registerInstance(this,e);this.fileUploadingInfo={fi:"Tiedosto latautuu",sv:"Filen laddas upp",en:"File is uploading"};this.onLinkClick=function(e){var n=t.data,i=n.url,a=n.meta;if(!!t.linkClickEvent){e.preventDefault();t.linkClickEvent.emit({component:"duet-upload",data:{name:t.data.item.name,url:i,meta:a}})}};this.theme="";this.data=undefined;this.type=undefined;this.showLinks=undefined;this.actions=undefined;this.label=undefined;this.categoryLabel=undefined;this.errorCodes=undefined;this.showCategory=undefined;this.linkClickEvent=undefined}e.prototype.componentWillLoad=function(){inheritGlobalTheme(this)};e.prototype.componentDidLoad=function(){nudge(this)};e.prototype.focusActionButton=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(e){switch(e.label){case 0:if(!this.actionButton)return[3,2];return[4,this.actionButton.setFocus({preventScroll:true})];case 1:e.sent();this.actionButton.scrollIntoView({behavior:"smooth",block:"center",inline:"nearest"});e.label=2;case 2:return[2]}}))}))};e.prototype.getFileNameLine=function(){var e=this.data,t=e.item,n=e.size,i=e.uploaded,a=e.url,r=e.progress,s=e.error;var o=t.name;var u=h("span",{class:"duet-upload-item-name"},h("duet-icon",{margin:"none",size:"x-small",name:"messaging-attachment"}),h("duet-spacer",{size:"xx-small",direction:"horizontal"}),o);var l=h("span",{class:"duet-upload-item-size",style:{fontSize:"14px",fontWeight:"400"}},"(",formatBytes(n),")");switch(this.type){case"inprogress":return h("span",{class:"duet-upload-item-name",role:"status"},h("duet-paragraph",{class:"duet-upload-item-name",color:"gray-darker",margin:"none",weight:"semi-bold"},h("duet-icon",{margin:"none",size:"x-small",name:"messaging-attachment"}),h("duet-spacer",{size:"xx-small",direction:"horizontal"}),o),h("duet-visually-hidden",null,h("duet-paragraph",null,getLocaleString(this.fileUploadingInfo))),h("duet-progress",{progress:Math.ceil(r),"aria-hidden":true}));case"pending":return h("span",{class:"duet-upload-item-name"},h("duet-icon",{margin:"none",size:"x-small",name:"messaging-attachment"}),h("duet-spacer",{size:"xx-small",direction:"horizontal"}),o);case"failure":return h("span",{class:"duet-upload-item-error",role:"status"},h("duet-paragraph",{class:"duet-upload-item-name",color:"danger",margin:"none",weight:"semi-bold"},h("duet-icon",{margin:"none",size:"x-small",name:"messaging-attachment"}),h("duet-spacer",{size:"xx-small",direction:"horizontal"}),o),h("duet-paragraph",{class:"duet-upload-item-error-label",size:"small",margin:"none",color:"danger"},getI18nError(s.type,this.errorCodes)));default:return i&&a&&this.showLinks?h("duet-paragraph",{color:"secondary",margin:"none",weight:"semi-bold"},h("duet-link",{onClick:this.onLinkClick,url:a,external:true},u),h("duet-spacer",{size:"xx-small",direction:"horizontal"}),l):h("duet-paragraph",{color:"secondary",margin:"none",weight:"semi-bold"},u,h("duet-spacer",{size:"xx-small",direction:"horizontal"}),l)}};e.prototype.render=function(){var e=this;var t=this.data,n=t.uid,i=t.meta,a=t.item;var r=i&&i.badges?h("span",null,i.badges.map((function(e){return h("duet-badge",{color:"primary"},e)}))):undefined;var s="".concat(i&&i.badges?i.badges.join(","):""," ").concat(a.name);return h("div",{class:{"upload-item-row":true}},this.showCategory&&h("div",{class:"item-categories"},h("duet-heading",{class:"heading",color:"color-secondary",level:"h6",weight:"semibold"},getLocaleString(this.categoryLabel)),r),h("div",{class:{"item-name":true,"no-category":!this.showCategory}},!!this.label&&h("duet-heading",{class:"heading",color:"color-secondary",level:"h6",weight:"semibold"},getLocaleString(this.label)),this.getFileNameLine()),h("div",{class:"item-actions"},this.actions.map((function(t){return h("duet-action-button",{actionMeta:Object.assign({},i||{}),actionId:n||null,actionName:t.name,theme:e.theme,iconName:t.icon,iconColor:t.color,iconSize:t.size,background:t.background,"accessible-label":"".concat(s," ").concat(getLocaleString(t.label)," "),accessibleTitle:false,ref:function(t){return e.actionButton=t}})}))))};Object.defineProperty(e.prototype,"element",{get:function(){return getElement(this)},enumerable:false,configurable:true});return e}();export{DuetUploadItem as duet_upload_item};
@@ -1,4 +1,4 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import{r as registerInstance,h,H as Host}from"./index-c1a17a4c.js";var duetVisuallyHiddenCss=":host{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;position:absolute !important;top:0;width:1px !important;height:1px !important;padding:0 !important;overflow:hidden !important;clip:rect(1px, 1px, 1px, 1px) !important;border:0 !important}";var DuetVisuallyHidden=function(){function t(t){registerInstance(this,t)}t.prototype.render=function(){return h(Host,{class:"duet-visually-hidden"},h("slot",null))};return t}();DuetVisuallyHidden.style=duetVisuallyHiddenCss;export{DuetVisuallyHidden as duet_visually_hidden};
4
+ import{r as registerInstance,h,H as Host,g as getElement}from"./index-bb518df4.js";import{n as nudge}from"./nudge-560904c3.js";var duetVisuallyHiddenCss=":host{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;position:absolute !important;top:0;width:1px !important;height:1px !important;padding:0 !important;overflow:hidden !important;clip:rect(1px, 1px, 1px, 1px) !important;border:0 !important}";var DuetVisuallyHidden=function(){function e(e){registerInstance(this,e)}e.prototype.componentDidLoad=function(){nudge(this)};e.prototype.render=function(){return h(Host,{class:"duet-visually-hidden"},h("slot",null))};Object.defineProperty(e.prototype,"element",{get:function(){return getElement(this)},enumerable:false,configurable:true});return e}();DuetVisuallyHidden.style=duetVisuallyHiddenCss;export{DuetVisuallyHidden as duet_visually_hidden};
@@ -1,4 +1,4 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import{d as doc,N as NAMESPACE,p as promiseResolve,b as bootstrapLazy}from"./index-c1a17a4c.js";export{s as setNonce}from"./index-c1a17a4c.js";import{g as globalScripts}from"./app-globals-de2a5510.js";var patchBrowser=function(){var e=Array.from(doc.querySelectorAll("script")).find((function(e){return new RegExp("/".concat(NAMESPACE,"(\\.esm)?\\.js($|\\?|#)")).test(e.src)||e.getAttribute("data-stencil-namespace")===NAMESPACE}));var s=import.meta.url;var a=(e||{})["data-opts"]||{};if(s!==""){a.resourcesUrl=new URL(".",s).href}return promiseResolve(a)};patchBrowser().then((function(e){globalScripts();return bootstrapLazy(JSON.parse('[["duet-icon",[[1,"duet-icon",{"theme":[1025],"icon":[1],"src":[1],"name":[1],"margin":[1],"responsive":[4],"color":[513],"background":[1],"backgroundOpacity":[2,"background-opacity"],"backgroundRotation":[2,"background-rotation"],"size":[1],"outline":[1],"shape":[1],"svgContent":[32]}]]],["duet-pagination_2",[[1,"duet-pagination",{"theme":[1025],"variation":[1],"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleDetails":[1,"accessible-details"],"accessibleLabelledBy":[1,"accessible-labelled-by"],"accessibleDescription":[1,"accessible-description"],"accessibleLabelsDefaults":[16],"accessibleLabels":[1040],"take":[2],"visibleItems":[2,"visible-items"],"total":[2],"compactBreakpoint":[1,"compact-breakpoint"],"ariaControls":[1,"accessible-controls"],"current":[1026],"numbersStore":[32],"matchesCompactBreakpoint":[32],"totalPages":[32],"internalSectionIndex":[32]}],[1,"duet-range-stepper",{"theme":[1025],"stepIndex":[1026,"step-index"],"stepSize":[2,"step-size"],"total":[2],"ariaLabelsDefaults":[16],"ariaLabels":[1040],"ariaControls":[1,"accessible-controls"]}]]],["duet-choice_2",[[6,"duet-choice-group",{"direction":[1],"margin":[1],"theme":[1025],"error":[1],"name":[1],"label":[1],"labelHidden":[4,"label-hidden"],"caption":[1],"tooltip":[1],"tooltipDirection":[1,"tooltip-direction"],"responsive":[4],"breakpoint":[1],"value":[1537],"disabled":[4]}],[6,"duet-choice",{"theme":[1025],"label":[1],"accessibleLabelInfoButtonDefaults":[1,"accessible-label-info-default"],"accessibleLabelInfoButton":[1025,"accessible-label-info-button"],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleDetails":[1,"accessible-details"],"accessibleLabelledBy":[1,"accessible-labelled-by"],"accessibleDescription":[1,"accessible-description"],"caption":[1],"value":[1537],"type":[513],"name":[1],"checked":[1540],"collapsible":[4],"collapsibleForceExpanded":[4,"collapsible-force-expanded"],"margin":[1],"icon":[1],"expand":[4],"padding":[1],"identifier":[1],"groupDirection":[1,"group-direction"],"groupDisabled":[4,"group-disabled"],"groupResponsive":[4,"group-responsive"],"disabled":[516],"required":[4],"infoLabelDefaults":[1,"accessible-label-info-default"],"infoLabel":[1025,"info-label"],"isHovering":[32],"isInfoOpen":[32],"isBlurred":[32],"setFocus":[64],"toggleInfoMethod":[64]},[[2,"blur","handleHostBlur"],[2,"keydown","handleHostKeyDown"],[2,"keyup","handleHostKeyUp"]]]]],["duet-date-picker",[[2,"duet-date-picker",{"theme":[1025],"expand":[4],"name":[1],"identifier":[1],"label":[1],"caption":[1],"margin":[1],"language":[1537],"placeholderDefaults":[1,"placeholder-default"],"placeholder":[1025],"echoPlaceholder":[1540,"echo-placeholder"],"disabled":[516],"error":[1],"labelHidden":[4,"label-hidden"],"role":[1],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"required":[4],"direction":[1],"tooltip":[1],"tooltipDirection":[1,"tooltip-direction"],"value":[1537],"min":[1],"max":[1],"incrementYears":[2,"increment"],"validity":[1040],"open":[32],"focusedDay":[32],"inputValue":[32],"setFocus":[64],"show":[64],"hide":[64]},[[4,"click","handleDocumentClick"]]]]],["duet-number-input",[[2,"duet-number-input",{"language":[1025],"locale":[1],"unit":[1],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleControls":[1,"accessible-controls"],"accessibleDetails":[1,"accessible-details"],"accessibleLabelledBy":[1,"accessible-labelled-by"],"accessibleDescription":[1,"accessible-description"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleLiveDefaults":[1,"accessible-live-default"],"accessibleLive":[1025,"accessible-live"],"accessibleLiveEnabled":[4,"accessible-live-enabled"],"accessibleAddDefaults":[1,"accessible-add-default"],"accessibleAdd":[1025,"accessible-add"],"accessibleSubtractDefaults":[1,"accessible-subtract-defaults"],"accessibleSubtract":[1025,"accessible-subtract"],"theme":[1025],"margin":[1],"expand":[4],"identifier":[1],"min":[2],"labelDefaults":[1,"label-default"],"label":[1025],"labelHidden":[4,"label-hidden"],"max":[2],"name":[1],"error":[1],"tooltip":[1],"step":[2],"rounding":[4],"role":[1],"disabled":[516],"required":[4],"value":[1025],"focusedValue":[32],"setFocus":[64],"getValueAsNumber":[64]}]]],["duet-multiselect",[[1,"duet-multiselect",{"margin":[1],"error":[1],"accessibleLiveError":[1,"accessible-live-error"],"expand":[4],"value":[1040],"theme":[1025],"labelHidden":[4,"label-hidden"],"identifier":[1],"allControls":[4,"all-controls"],"placeholder":[1],"caption":[1],"items":[1],"disabled":[516],"label":[1],"accessibleDescribedBy":[1,"accessible-described-by"],"tooltip":[1],"tooltipDirection":[1,"tooltip-direction"],"processedItems":[32],"checkboxesVisible":[32],"activeDescendant":[32],"language":[32],"setFocus":[64]},[[8,"click","handleFocus"]]]]],["duet-textarea",[[2,"duet-textarea",{"margin":[1],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleAutocomplete":[1,"accessible-autocomplete"],"accessibleControls":[1,"accessible-controls"],"accessibleDetails":[1,"accessible-details"],"accessibleLabelledBy":[1,"accessible-labelled-by"],"accessibleDescription":[1,"accessible-description"],"accessibleLiveError":[1,"accessible-live-error"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"theme":[1025],"expand":[4],"disabled":[516],"identifier":[1],"required":[4],"label":[1],"labelHidden":[4,"label-hidden"],"name":[1],"placeholder":[1],"caption":[1],"echoPlaceholder":[4,"echo-placeholder"],"maxlength":[2],"minlength":[2],"error":[1],"role":[1],"tooltip":[1],"tooltipDirection":[1,"tooltip-direction"],"value":[1025],"disallowPattern":[1,"disallow-pattern"],"counter":[4],"counterLabel":[1,"counter-label"],"setFocus":[64]}]]],["duet-hero",[[1,"duet-hero",{"theme":[1025],"heading":[1],"preHeading":[1,"pre-heading"],"level":[1],"subHeadingLevel":[1,"sub-heading-level"],"description":[1],"icon":[1],"iconSize":[1,"icon-size"],"iconRight":[4,"icon-right"],"categoryIcon":[1,"category-icon"],"categoryIconColor":[1,"category-icon-color"],"buttonLabel":[1,"button-label"],"language":[1025],"accessibleLabelExternalDefaults":[1,"accessible-label-external-default"],"accessibleLabelExternal":[1025,"accessible-label-external"],"buttonUrl":[1,"button-url"],"buttonId":[1,"button-id"],"buttonData":[16],"textCenter":[4,"text-center"],"leftAlign":[4,"left-align"],"image":[1],"variation":[1],"back":[8],"listItems":[8,"list-items"],"actions":[8],"layout":[1025],"processedListItems":[32],"processedActions":[32],"processedBack":[32]}]]],["duet-radio_2",[[6,"duet-radio-group",{"direction":[1],"margin":[1],"theme":[1025],"error":[1],"tooltip":[1],"tooltipDirection":[1,"tooltip-direction"],"name":[1],"label":[1],"labelHidden":[4,"label-hidden"],"caption":[1],"responsive":[4],"value":[1537],"disabled":[4]}],[6,"duet-radio",{"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleDetails":[1,"accessible-details"],"accessibleLabelledBy":[1,"accessible-labelled-by"],"accessibleDescription":[1,"accessible-description"],"accessibleIndex":[1,"accessible-index"],"margin":[1],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"theme":[1025],"disabled":[516],"required":[4],"blockEvents":[4,"block-events"],"identifier":[1],"label":[1],"name":[1],"role":[1],"groupDisabled":[4,"group-disabled"],"groupDirection":[1,"group-direction"],"groupResponsive":[4,"group-responsive"],"checked":[1540],"value":[1537],"setFocus":[64]}]]],["duet-contact-card",[[1,"duet-contact-card",{"theme":[1025],"margin":[1],"image":[1025],"name":[1025],"description":[1025],"email":[1025],"phone":[1025],"buttonText":[1025,"button-text"],"buttonIcon":[1025,"button-icon"],"buttonUrl":[1025,"button-url"],"language":[32]}]]],["duet-modal",[[1,"duet-modal",{"language":[1537],"accessibleCloseLabelDefaults":[1,"accessible-close-label-default"],"accessibleCloseLabel":[1025,"accessible-close-label"],"size":[1],"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleLabelledBy":[1,"accessible-labelled-by"],"accessibleLabel":[1,"accessible-label"],"accessibleDetails":[1,"accessible-details"],"accessibleDescription":[1,"accessible-description"],"gutterSize":[1,"gutter-size"],"theme":[1025],"heading":[1],"headingLevel":[1,"heading-level"],"headingVisualLevel":[1,"heading-visual-level"],"icon":[1],"color":[1],"active":[1540],"closeOnBlur":[1028,"close-on-blur"],"open":[32],"show":[64],"hide":[64]},[[8,"keyup","handleKeyUp"]]]]],["duet-cookie-consent",[[1,"duet-cookie-consent",{"accessibleLabel":[1,"accessible-label"],"theme":[1025]},[[0,"focusin","handleFocusIn"],[0,"focusout","handleFocusOut"]]]]],["duet-notification_2",[[1,"duet-notification-drawer",{"icon":[1],"label":[1],"language":[1],"accessibleLabelNotificationsDefaults":[1,"accessible-label-notification-default"],"accessibleLabelNotifications":[1,"accessible-label-notifications"],"badge":[4],"theme":[1025],"direction":[1],"isOpen":[32],"hasNotifications":[32],"setFocus":[64],"open":[64],"close":[64]},[[6,"focus","handleClickFocusOutside"],[6,"click","handleClickFocusOutside"]]],[1,"duet-notification",{"language":[1537],"accessibleLabelUnreadDefaults":[16],"accessibleLabelUnread":[1025,"accessible-label-unread"],"url":[1],"date":[1],"highlight":[4],"external":[4],"theme":[1025],"setFocus":[64]}]]],["duet-step_2",[[6,"duet-step",{"theme":[1025],"heading":[1],"headingLevel":[1,"heading-level"],"stepIndex":[2,"step-index"],"state":[1],"roundedTop":[4,"rounded-top"],"roundedBottom":[4,"rounded-bottom"],"setFocus":[64]}],[1,"duet-stepper",{"theme":[1025],"accessibleLive":[1,"accessible-live"],"margin":[1],"backDisabled":[4,"back-disabled"],"selected":[1538]},[[0,"duetStepClick","onDuetStepClick"]]]]],["duet-show-more",[[1,"duet-show-more",{"theme":[1025],"language":[1537],"showMoreLabelDefaults":[16],"showMoreLabel":[1537,"show-more-label"],"showLessLabelDefaults":[16],"showLessLabel":[1537,"show-less-label"],"showMoreAccessibleLabelDefaults":[16],"showMoreAccessibleLabel":[1537,"show-more-accessible-label"],"showLessAccessibleLabelDefaults":[16],"showLessAccessibleLabel":[1537,"show-less-accessible-label"],"margin":[1],"open":[1540],"buttonAriaOpen":[32]}]]],["duet-banner",[[1,"duet-banner",{"theme":[1025],"margin":[1],"backgroundColor":[1,"background-color"],"iconColor":[1,"icon-color"],"iconBackgroundColor":[1,"icon-background-color"],"textColor":[1,"text-color"],"size":[1],"image":[1],"icon":[1],"headingLevel":[1,"heading-level"]}]]],["duet-footer",[[1,"duet-footer",{"theme":[1025],"variation":[1],"margin":[1],"logoHref":[1,"logo-href"],"language":[1537],"items":[8],"accessibleLabel":[1,"accessible-label"],"accessibleLabelExternalDefaults":[1,"accessible-label-external-default"],"accessibleLabelExternal":[1025,"accessible-label-external"],"menu":[8],"processedMainItem":[32],"processedItems":[32],"processedMenu":[32]}]]],["duet-callout",[[1,"duet-callout",{"theme":[1025],"margin":[1]}]]],["duet-card",[[1,"duet-card",{"accessibleLabel":[1,"accessible-label"],"heading":[1],"secondaryHeading":[1,"secondary-heading"],"variation":[1],"collapsible":[4],"open":[1540],"headingLevel":[1,"heading-level"],"headingBackground":[1,"heading-background"],"icon":[1],"image":[1],"background":[1],"padding":[1],"margin":[1],"theme":[1025],"url":[1],"shadowBreakpoint":[1,"shadow-breakpoint"],"setFocus":[64]}]]],["duet-promo-card",[[1,"duet-promo-card",{"theme":[1025],"margin":[1],"backgroundColor":[1,"background-color"],"textColor":[1,"text-color"],"image":[1],"headingLevel":[1,"heading-level"],"url":[1]}]]],["duet-tray",[[1,"duet-tray",{"language":[1025],"accessibleCloseLabelDefaults":[1,"accessible-close-label-default"],"accessibleCloseLabel":[1025,"accessible-close-label"],"accessibleOpenLabelDefaults":[1,"accessible-open-label-default"],"accessibleOpenLabel":[1025,"accessible-open-label"],"theme":[1025],"active":[516],"autoHide":[4,"auto-hide"],"responsive":[4],"expanded":[32],"hiddenState":[32]},[[9,"scroll","getFrame"],[16,"click","handleBodyClick"]]]]],["duet-breadcrumb",[[1,"duet-breadcrumb",{"theme":[1025],"href":[1025],"icon":[1025],"accessibleLabel":[1,"accessible-label"],"language":[32]}]]],["duet-chip",[[1,"duet-chip",{"accessibleLabel":[1,"accessible-label"],"variation":[1],"icon":[1],"theme":[1025],"identifier":[1],"value":[1025],"name":[1],"checked":[1540],"disabled":[4],"focus":[32],"popup":[32],"popupOpen":[32],"setFocus":[64]}]]],["duet-collapsible",[[1,"duet-collapsible",{"theme":[1025],"accessibleLabel":[1,"accessible-label"],"heading":[1],"headingFullWidth":[4,"heading-full-width"],"centerHeading":[4,"center-heading"],"headingWeight":[1,"heading-weight"],"headingSize":[1,"heading-size"],"headingLevel":[1,"heading-level"],"margin":[1],"open":[1540],"setFocus":[64]}]]],["duet-combobox",[[6,"duet-combobox",{"accessibleLabelDefaults":[1,"accessible-label-defaults"],"accessibleLabels":[1040],"theme":[1025],"force":[4],"items":[1032],"formatter":[16],"value":[1537],"minCharacters":[2,"min-characters"],"openListOnClick":[4,"open-list-on-click"],"filterType":[1,"filter-type"],"processedItems":[32],"inputWidth":[32],"inputValue":[32],"selectionMsg":[32],"listOpen":[32],"selectedItems":[32],"activeItem":[32],"formatItem":[64]},[[4,"click","handleDocumentClick"]]]]],["duet-menu-bar",[[1,"duet-menu-bar",{"theme":[1025],"logo":[1028],"logoHref":[1025,"logo-href"],"logoLinkAccessibleLabel":[1025,"logo-link-accessible-label"],"accessibleLabel":[1,"accessible-label"],"logoSize":[32],"leftMoreVisible":[32],"rightMoreVisible":[32]},[[9,"resize","onWindowResize"]]]]],["duet-menu-bar-button",[[1,"duet-menu-bar-button",{"accessibleLabel":[1,"accessible-label"],"accessibleControls":[1,"accessible-controls"],"accessiblePopup":[1,"accessible-popup"],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleDetails":[1,"accessible-details"],"accessibleLabelledBy":[1,"accessible-labelled-by"],"accessibleDescription":[1,"accessible-description"],"accessibleExpanded":[4,"accessible-expanded"],"accessiblePressed":[4,"accessible-pressed"],"theme":[1025],"icon":[1537],"iconSize":[32],"setFocus":[64]}]]],["duet-menu-bar-dropdown",[[1,"duet-menu-bar-dropdown",{"accessibleLabel":[1,"accessible-label"],"theme":[1025],"open":[1540],"icon":[1537],"iconSize":[32],"setFocus":[64]},[[8,"click","handleFocus"]]]]],["duet-menu-bar-dropdown-link",[[1,"duet-menu-bar-dropdown-link",{"theme":[1025],"href":[1025],"icon":[1537],"accessibleLabel":[1,"accessible-label"]}]]],["duet-menu-bar-link",[[1,"duet-menu-bar-link",{"theme":[1025],"active":[1028],"href":[1025],"icon":[1537],"accessibleLabel":[1,"accessible-label"],"iconSize":[32]}]]],["duet-page-heading",[[1,"duet-page-heading",{"theme":[1025],"icon":[1025],"layout":[1025]}]]],["duet-popup-menu-item",[[1,"duet-popup-menu-item",{"accessibleLabel":[1,"accessible-label"],"theme":[1025],"url":[1],"external":[4],"value":[1],"leadingIcon":[1,"leading-icon"],"trailingIcon":[1,"trailing-icon"],"trailingText":[1,"trailing-text"],"active":[1028],"focus":[32],"setFocus":[64],"isFocused":[64]}]]],["duet-range-slider",[[2,"duet-range-slider",{"theme":[1025],"margin":[1],"expand":[4],"identifier":[1],"name":[1],"required":[4],"disabled":[516],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"min":[2],"label":[1],"labelHidden":[4,"label-hidden"],"unit":[1],"max":[2],"step":[2],"locale":[1],"value":[1026],"debounce":[2],"setFocus":[64]}]]],["duet-slideout",[[1,"duet-slideout",{"theme":[1025],"open":[1540],"backgroundColor":[1537,"background-color"],"language":[32],"displaying":[32],"toggle":[64],"setFocus":[64]},[[8,"keyup","handleKeyUp"]]]]],["duet-slideout-lang",[[1,"duet-slideout-lang",{"theme":[1025],"language":[32]}]]],["duet-slideout-link",[[1,"duet-slideout-link",{"accessibleLabel":[1,"accessible-label"],"theme":[1025],"targetLanguage":[1,"target-language"],"active":[1028],"href":[1025],"icon":[1537],"size":[1537],"caret":[1028],"menuItem":[4,"menu-item"]}]]],["duet-slideout-panel",[[1,"duet-slideout-panel",{"theme":[1025],"active":[1540],"open":[1540],"icon":[1537],"labelSize":[1537,"label-size"],"backgroundColor":[1537,"background-color"],"label":[32],"language":[32],"setFocus":[64]}]]],["duet-slideout-panel-dropdown",[[1,"duet-slideout-panel-dropdown",{"theme":[1025],"active":[1540],"open":[1540],"icon":[1537],"setFocus":[64]},[[8,"click","handleFocus"]]]]],["duet-submenu-bar",[[1,"duet-submenu-bar",{"theme":[1025],"open":[1540],"accessibleLabel":[1,"accessible-label"],"mobile":[32],"bodyScroll":[32],"setFocus":[64]}]]],["duet-submenu-bar-dropdown",[[1,"duet-submenu-bar-dropdown",{"theme":[1025],"active":[1028],"open":[1540],"icon":[1537],"isDesktop":[32],"iconSize":[32],"setFocus":[64]},[[8,"click","handleFocus"]]]]],["duet-submenu-bar-dropdown-link",[[1,"duet-submenu-bar-dropdown-link",{"theme":[1025],"active":[1028],"href":[1025],"icon":[1537],"caret":[1028],"highlight":[1028]}]]],["duet-submenu-bar-link",[[1,"duet-submenu-bar-link",{"theme":[1025],"active":[1028],"href":[1025],"icon":[1537],"iconSize":[32]}]]],["duet-toggle",[[2,"duet-toggle",{"theme":[1025],"margin":[1],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleDetails":[1,"accessible-details"],"accessibleLabelledBy":[1,"accessible-labelled-by"],"accessibleDescription":[1,"accessible-description"],"label":[1],"labelPosition":[1,"label-position"],"required":[4],"disabled":[516],"checked":[1540],"value":[1537],"identifier":[1],"name":[1],"role":[1],"setFocus":[64]}]]],["duet-toolbar-dropdown",[[1,"duet-toolbar-dropdown",{"theme":[1025],"accessibleLabel":[1,"accessible-label"],"active":[1540],"open":[1540],"icon":[1537],"setFocus":[64]},[[8,"click","handleFocus"]]]]],["duet-toolbar-dropdown-link",[[1,"duet-toolbar-dropdown-link",{"accessibleLabel":[1,"accessible-label"],"theme":[1025],"targetLanguage":[1,"target-language"],"href":[1025],"icon":[1537],"active":[1028]}]]],["duet-toolbar-link",[[1,"duet-toolbar-link",{"theme":[1025],"active":[1028],"href":[1025],"icon":[1537],"accessibleLabel":[1,"accessible-label"]}]]],["duet-breadcrumbs",[[1,"duet-breadcrumbs",{"theme":[1025],"variation":[1],"children":[32]}]]],["duet-layout",[[1,"duet-layout",{"sticky":[4],"margin":[1],"stickyDistance":[1,"sticky-distance"],"center":[4],"tabs":[4],"middle":[4],"paddingBreakpoint":[1,"padding-breakpoint"]}]]],["duet-nav",[[1,"duet-nav",{"theme":[1025]}]]],["duet-popup-menu",[[1,"duet-popup-menu",{"accessibleLabel":[1,"accessible-label"],"theme":[1025],"controller":[16],"placement":[1],"position":[1],"mainAxisOffset":[2,"main-axis-offset"],"crossAxisOffset":[2,"cross-axis-offset"],"open":[32],"menuY":[32],"menuX":[32],"isOpen":[64],"show":[64],"hide":[64],"toggle":[64]},[[8,"keyup","handleKeyUp"],[8,"keydown","handleKeyDown"],[8,"click","handleClick"]]]]],["duet-section-layout",[[1,"duet-section-layout",{"margin":[1],"middle":[4]}]]],["duet-shaped-image",[[1,"duet-shaped-image",{"theme":[1025],"accessibleLabel":[1,"accessible-label"],"margin":[1],"src":[1],"rotation":[2]}]]],["duet-toolbar",[[1,"duet-toolbar",{"theme":[1025],"accessibleLabel":[1,"accessible-label"]}]]],["duet-upload-item",[[0,"duet-upload-item",{"theme":[1025],"data":[16],"type":[1],"showLinks":[4,"show-links"],"actions":[8],"label":[16],"categoryLabel":[16],"errorCodes":[16],"showCategory":[4,"show-category"],"linkClickEvent":[16],"focusActionButton":[64]}]]],["duet-alert",[[1,"duet-alert",{"theme":[1025],"accessibleLabelDefaults":[1,"accessible-label-default"],"accessibleLabel":[1025,"accessible-label"],"announcements":[4],"icon":[1],"autoDismiss":[2,"auto-dismiss"],"margin":[1],"padding":[1],"variation":[1],"dismissible":[4],"focusable":[4],"isDismissed":[32],"timeoutID":[32],"show":[64],"hide":[64],"setFocus":[64]}]]],["duet-upload-aria-status",[[1,"duet-upload-aria-status",{"statusMessageLabel":[16],"accessibleAriaLive":[1,"accessible-aria-live"],"valid":[2],"total":[2],"invalid":[2],"inprogress":[2],"statusMessage":[32]}]]],["duet-editable-table_3",[[1,"duet-upload",{"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"external":[4],"middleware":[16],"deferUpload":[4,"defer-upload"],"hideButton":[4,"hide-upload-button"],"actions":[16],"uri":[1],"showLinks":[4,"show-links"],"caption":[1],"statusLabelDefaults":[1,"status-label-default"],"statusMessageLabel":[1,"status-message-label"],"buttonLabelDefaults":[1,"button-label-default"],"buttonLabel":[1,"button-label"],"accessibleButtonLabel":[1,"accessible-button-label"],"theme":[1025],"disabled":[516],"identifier":[1],"margin":[1],"required":[4],"alignment":[1],"hideGroups":[4,"hide-table-labels"],"files":[1040],"valid":[1540],"labelDefaults":[1,"label-default"],"label":[1],"descriptionDefaults":[1,"description-default"],"description":[1],"fileListEmptyDefaults":[1,"list-empty-default"],"fileListEmpty":[1,"file-list-empty"],"error":[1],"errorCodes":[16],"name":[1],"maxBytes":[2,"max-bytes"],"maxBytesTotal":[2,"max-bytes-total"],"maxFiles":[2,"max-files"],"allowedExtensions":[1,"allowed-extensions"],"allowedMimetypes":[1,"allowed-mimetypes"],"multiple":[4],"limitSelection":[4,"limit-selection"],"hideCancelButton":[4,"hide-cancel-button"],"value":[1025],"externalUploadButtonId":[1,"external-upload-button-id"],"captionOnBottom":[4,"caption-on-bottom"],"showUploadedItemsHeader":[4,"show-uploaded-items-header"],"uploadedItemsHeaderLabel":[16],"headerHeadingLevel":[1,"header-heading-level"],"hideHeader":[4,"hide-header"],"emitEvent":[4,"link-click-event"],"groups":[16],"tick":[32],"setFocus":[64],"upload":[64],"uploadPending":[64],"refresh":[64],"getFiles":[64],"updateValue":[64],"focusActionButton":[64]}],[6,"duet-editable-table",{"margin":[1],"variation":[1],"sticky":[4],"stickyDistance":[1,"sticky-distance"],"breakpoint":[1],"actions":[1040],"columns":[1040],"rows":[1040],"sortable":[4],"groupId":[1,"group-id"],"theme":[1025],"accessibleRole":[1,"accessible-role"],"hideHeadVisually":[4,"hide-head-visually"],"language":[32]}],[4,"duet-table",{"theme":[1025],"margin":[1],"variation":[1],"sticky":[4],"stickyDistance":[1,"sticky-distance"],"breakpoint":[1],"hideHeadVisually":[4,"hide-head-visually"],"matchesBreakpoint":[32],"language":[32]}]]],["duet-checkbox",[[2,"duet-checkbox",{"accessibleActiveDescendant":[1,"accessible-active-descendant"],"margin":[1],"accessibleControls":[1,"accessible-controls"],"accessibleIndex":[1,"accessible-index"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleDetails":[1,"accessible-details"],"accessibleLabelledBy":[1,"accessible-labelled-by"],"accessibleDescription":[1,"accessible-description"],"accessibleSelected":[1,"accessible-selected"],"required":[4],"theme":[1025],"disabled":[516],"identifier":[1],"label":[1],"labelHidden":[4,"label-hidden"],"name":[1],"role":[1],"checked":[1540],"value":[1537],"setFocus":[64]}]]],["duet-checkmark",[[0,"duet-checkmark",{"theme":[1025],"checked":[1028],"presentationOnly":[4,"presentation-only"],"center":[4],"type":[513]}]]],["duet-fieldset",[[1,"duet-fieldset",{"theme":[1025],"margin":[1],"caption":[1],"label":[1],"compactLabel":[4,"compact-label"],"error":[1],"accessibleLiveError":[1,"accessible-live-error"],"labelHeadingLevel":[1,"label-heading-level"],"labelHidden":[4,"label-hidden"],"hasTooltip":[32]}]]],["duet-visually-hidden",[[1,"duet-visually-hidden"]]],["duet-tooltip-button_2",[[1,"duet-tooltip-popup",{"theme":[1025],"active":[4],"tooltipId":[1,"tooltip-id"],"arrowStyles":[16],"placement":[1],"accessibleCloseLabel":[1,"accessible-close-label"],"getArrowElement":[64],"getContentElement":[64],"setFocusOnContentElement":[64]}],[1,"duet-tooltip-button",{"label":[1],"accessibleLabel":[1,"accessible-label"],"theme":[1025],"active":[4],"tooltipId":[1,"tooltip-id"],"setFocus":[64]}]]],["duet-select",[[2,"duet-select",{"variation":[1],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleDescribedBy":[1,"accessible-described-by"],"margin":[1],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"error":[1],"accessibleLiveError":[1,"accessible-live-error"],"expand":[4],"value":[1537],"theme":[1025],"labelHidden":[4,"label-hidden"],"identifier":[1],"name":[1],"placeholder":[1],"caption":[1],"echoPlaceholder":[4,"echo-placeholder"],"items":[1],"disabled":[516],"required":[4],"label":[1],"role":[1],"tooltip":[1],"tooltipDirection":[1,"tooltip-direction"],"processedItems":[32],"setFocus":[64]}]]],["duet-scrollable_3",[[1,"duet-tab-group",{"theme":[1025],"scrolls":[4],"collapses":[4],"accessibleLabel":[1,"accessible-label"],"variation":[1],"language":[1025],"labelDefaults":[1,"label-default"],"label":[1],"labelHidden":[4,"label-hidden"],"identifier":[1],"margin":[1],"padding":[1],"setTabIndex":[4,"set-tab-index"],"tabChangeConfirm":[4,"tab-change-confirm"],"tabs":[32],"selected":[32],"openTab":[64],"refresh":[64]}],[6,"duet-tab",{"label":[513],"caption":[513],"selected":[516],"accessibleDescriptionDefault":[1,"accessible-description-defaults"],"accessibleDescription":[1025,"accessible-description"]}],[1,"duet-scrollable",{"theme":[1025],"identifier":[1],"collapsed":[1540],"buttons":[4],"center":[4],"selected":[1026],"tablistAtStart":[32],"isTabContentSmallerThanWrapper":[32],"tablistAtEnd":[32],"childrenData":[32]}]]],["duet-empty-state",[[1,"duet-empty-state",{"theme":[1025],"icon":[1],"size":[1]}]]],["duet-progress",[[0,"duet-progress",{"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleDetails":[1,"accessible-details"],"accessibleLabelledBy":[1,"accessible-labelled-by"],"accessibleDescription":[1,"accessible-description"],"accessibleLabel":[1,"accessible-label"],"accessibleLabelUploadDefaults":[1,"accessible-label-upload-defaults"],"accessibleLabelUpload":[1025,"accessible-label-upload"],"progress":[1538],"caption":[1],"height":[1],"theme":[1025]}]]],["duet-grid_2",[[6,"duet-grid",{"responsive":[4],"breakpoint":[1],"direction":[1],"rowReverse":[4,"row-reverse"],"alignment":[1],"distribution":[1],"mobile":[1],"gridTemplate":[1,"grid-template"],"distributeFormElement":[32]}],[2,"duet-grid-item",{"fill":[4],"maxWidth":[1,"max-width"],"minWidth":[1,"min-width"],"theme":[1025],"margin":[1],"responsive":[4],"direction":[1],"breakpoint":[1]}]]],["duet-list_2",[[1,"duet-list",{"theme":[1025],"margin":[1],"padding":[1],"mobile":[1],"breakpoint":[1],"variation":[1],"labelWidth":[1,"label-width"],"responsive":[4]}],[1,"duet-list-item",{"responsive":[4],"breakpoint":[1]}]]],["duet-header_2",[[1,"duet-header",{"theme":[1025],"language":[1025],"accessibleI18nLabelsDefaults":[1,"accessible-labels-default"],"accessibleI18nLabels":[1040],"accessibleLabelExternalDefaults":[1,"accessible-label-external-default"],"accessibleLabelExternal":[1025,"accessible-label-external"],"accessibleLabelDefaults":[1,"accessible-label-default"],"accessibleLabel":[1025,"accessible-label"],"user":[8],"logoHref":[1,"logo-href"],"currentHref":[1025,"current-href"],"skipToId":[1,"skip-to-id"],"items":[8],"region":[1],"session":[8],"search":[8],"back":[8],"contact":[1],"contactItems":[8,"contact-items"],"languageItems":[8,"language-items"],"isContactOpen":[32],"isLanguageOpen":[32],"isSessionOpen":[32],"isSlideOutOpen":[32],"isSegmentOpen":[32],"openMenu":[32],"closedActives":[32],"processedItems":[32],"processedLanguageItems":[32],"processedContactItems":[32],"processedSession":[32],"processedSearch":[32],"processedUser":[32],"processedBack":[32],"renderDesktopNav":[32],"closeMenus":[64],"setFocus":[64]},[[8,"keyup","handleKeyUp"],[8,"keydown","handleKeyDown"],[4,"focus","handleDocumentClick"],[4,"click","handleDocumentClick"]]],[1,"duet-logo",{"theme":[1025],"margin":[1],"inverse":[4],"size":[1],"href":[1537],"accessibleLabelDefaults":[1040],"accessibleLabel":[1537,"accessible-label"],"language":[1537],"setFocus":[64]}]]],["duet-badge",[[1,"duet-badge",{"theme":[1025],"variation":[1],"background":[1],"margin":[1]}]]],["duet-action-button",[[1,"duet-action-button",{"theme":[1025],"iconName":[1,"icon-name"],"iconColor":[1,"icon-color"],"iconSize":[1,"icon-size"],"actionName":[1,"action-name"],"actionId":[1,"action-id"],"actionMeta":[1,"action-meta"],"disabled":[4],"color":[513],"background":[1],"accessibleTitle":[8,"title"],"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleDetails":[1,"accessible-details"],"accessibleLabelledBy":[1,"accessible-labelled-by"],"accessibleDescription":[1,"accessible-description"],"accessibleLabelsDefaults":[16],"accessibleLabel":[1025,"accessible-label"],"accessibleControls":[1,"accessible-controls"],"numbersStore":[32],"setFocus":[64]}]]],["duet-divider_2",[[1,"duet-divider",{"theme":[1025],"margin":[1],"color":[1]}],[1,"duet-spacer",{"size":[1],"direction":[1],"breakpoint":[1]}]]],["duet-tooltip",[[6,"duet-tooltip",{"theme":[1025],"language":[1025],"accessibleLabelDefault":[1,"accessible-label-default"],"accessibleLabel":[1025,"accessible-label"],"accessibleInputLabel":[1,"accessible-input-label"],"accessibleCloseLabelDefault":[1,"accessible-close-label-default"],"accessibleCloseLabel":[1025,"accessible-close-label"],"label":[1],"breakpoint":[1],"direction":[1],"positionVertical":[513,"position-vertical"],"positionHorizontal":[513,"position-horizontal"],"active":[1540],"placement":[32],"tooltipY":[32],"tooltipX":[32],"arrowX":[32],"arrowY":[32]},[[9,"scroll","onScroll"],[9,"resize","handleWindowResize"],[4,"click","handleDocumentClick"],[4,"keydown","handleKeyDown"],[4,"tooltipPopupClosed","handlePopupClose"]]]]],["duet-button_2",[[1,"duet-button",{"accessibleLabel":[1,"accessible-label"],"accessibleControls":[1,"accessible-controls"],"accessiblePopup":[1,"accessible-popup"],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleDetails":[1,"accessible-details"],"accessibleLabelledBy":[1,"accessible-labelled-by"],"accessibleDescription":[1,"accessible-description"],"accessibleExpanded":[4,"accessible-expanded"],"accessiblePressed":[4,"accessible-pressed"],"loading":[4],"variation":[1],"negative":[4],"theme":[1025],"margin":[1],"padding":[1],"centerText":[4,"center-text"],"wrapping":[1],"expand":[4],"fixed":[4],"disabled":[516],"name":[1],"value":[1],"identifier":[1],"submit":[516],"external":[4],"language":[1537],"accessibleLabelExternalDefaults":[1,"accessible-label-external-default"],"accessibleLabelExternal":[1025,"accessible-label-external"],"icon":[1],"color":[1],"iconRight":[4,"icon-right"],"iconSize":[1,"icon-size"],"size":[1],"iconOnly":[4,"icon-only"],"url":[513],"setFocus":[64]}],[1,"duet-spinner",{"accessibleLabel":[1,"accessible-label"],"color":[1],"size":[1],"theme":[1025]}]]],["duet-caption_4",[[17,"duet-link",{"variation":[1],"accessibleLabel":[1,"accessible-label"],"language":[1537],"accessibleLabelExternalDefaults":[1,"accessible-label-external-default"],"accessibleLabelExternal":[1025,"accessible-label-external"],"identifier":[1],"theme":[1025],"url":[513],"external":[4],"tabToLink":[4,"tab-to-link"],"icon":[1],"padding":[1],"setFocus":[64]}],[1,"duet-heading",{"level":[513],"margin":[1],"visualLevel":[1,"visual-level"],"border":[8],"weight":[1],"color":[1],"theme":[1025],"hyphenate":[4]}],[1,"duet-paragraph",{"theme":[1025],"margin":[1],"size":[1],"weight":[1],"variation":[1],"color":[1]}],[1,"duet-caption",{"theme":[1025],"margin":[1],"selected":[4],"size":[1]}]]],["duet-input_2",[[6,"duet-input",{"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleAutocomplete":[1,"accessible-autocomplete"],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"accessibleExpanded":[1,"accessible-expanded"],"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleHasPopup":[1,"accessible-has-popup"],"accessibleDetails":[1,"accessible-details"],"accessibleLabelledBy":[1,"accessible-labelled-by"],"accessibleDescription":[1,"accessible-description"],"accessibleLiveError":[1,"accessible-live-error"],"debounce":[2],"clear":[4],"caption":[1],"echoPlaceholder":[4,"echo-placeholder"],"theme":[1025],"expand":[4],"disabled":[516],"identifier":[1],"margin":[1],"required":[4],"type":[1],"variation":[1],"label":[1025],"error":[1],"labelHidden":[4,"label-hidden"],"numericKeyboard":[4,"numeric-keyboard"],"name":[1],"pattern":[1],"maxlength":[2],"minlength":[2],"placeholder":[1],"component":[1],"role":[1],"icon":[1],"autoComplete":[1,"auto-complete"],"disallowPattern":[1,"disallow-pattern"],"value":[1025],"tooltip":[1],"tooltipDirection":[1,"tooltip-direction"],"language":[32],"isPasswordRevealed":[32],"isFocused":[32],"setFocus":[64],"resetCursor":[64],"clearInput":[64]}],[6,"duet-label",{"theme":[1025],"for":[1],"margin":[1],"size":[1]}]]]]'),e)}));
4
+ import{p as promiseResolve,d as doc,N as NAMESPACE,b as bootstrapLazy}from"./index-bb518df4.js";export{s as setNonce}from"./index-bb518df4.js";import{g as globalScripts}from"./app-globals-de2a5510.js";var patchBrowser=function(){var e=Array.from(doc.querySelectorAll("script")).find((function(e){return new RegExp("/".concat(NAMESPACE,"(\\.esm)?\\.js($|\\?|#)")).test(e.src)||e.getAttribute("data-stencil-namespace")===NAMESPACE}));var a=import.meta.url;var s=(e||{})["data-opts"]||{};if(a!==""){s.resourcesUrl=new URL(".",a).href}return promiseResolve(s)};patchBrowser().then((function(e){globalScripts();return bootstrapLazy(JSON.parse('[["duet-icon",[[1,"duet-icon",{"theme":[1025],"icon":[1],"src":[1],"name":[1],"margin":[1],"responsive":[4],"color":[513],"background":[1],"backgroundOpacity":[2,"background-opacity"],"backgroundRotation":[2,"background-rotation"],"size":[1],"outline":[1],"shape":[1],"svgContent":[32]},null,{"src":["loadIcon"],"icon":["loadIcon"],"name":["loadIcon"]}]]],["duet-pagination_2",[[1,"duet-pagination",{"theme":[1025],"variation":[1],"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleDetails":[1,"accessible-details"],"accessibleLabelledBy":[1,"accessible-labelled-by"],"accessibleDescription":[1,"accessible-description"],"accessibleLabelsDefaults":[16],"accessibleLabels":[1040],"take":[2],"visibleItems":[2,"visible-items"],"total":[2],"compactBreakpoint":[1,"compact-breakpoint"],"ariaControls":[1,"accessible-controls"],"current":[1026],"numbersStore":[32],"matchesCompactBreakpoint":[32],"totalPages":[32],"internalSectionIndex":[32]},null,{"total":["watchPropTotalHandler"],"current":["watchStateHandler"]}],[1,"duet-range-stepper",{"theme":[1025],"stepIndex":[1026,"step-index"],"stepSize":[2,"step-size"],"total":[2],"ariaLabelsDefaults":[16],"ariaLabels":[1040],"ariaControls":[1,"accessible-controls"]},null,{"stepIndex":["watchStepIndexStateHandler"],"stepSize":["watchStepSizeStateHandler"]}]]],["duet-choice_2",[[6,"duet-choice-group",{"direction":[1],"margin":[1],"theme":[1025],"error":[1],"name":[1],"label":[1],"labelHidden":[4,"label-hidden"],"caption":[1],"tooltip":[1],"tooltipDirection":[1,"tooltip-direction"],"responsive":[4],"breakpoint":[1],"value":[1537],"disabled":[4]},null,{"value":["updateChoices"],"disabled":["updateChoices"],"name":["updateChoices"],"direction":["updateChoices"],"responsive":["updateChoices"]}],[6,"duet-choice",{"theme":[1025],"label":[1],"accessibleLabelInfoButtonDefaults":[1,"accessible-label-info-default"],"accessibleLabelInfoButton":[1025,"accessible-label-info-button"],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleDetails":[1,"accessible-details"],"accessibleLabelledBy":[1,"accessible-labelled-by"],"accessibleDescription":[1,"accessible-description"],"caption":[1],"value":[1537],"type":[513],"name":[1],"checked":[1540],"collapsible":[4],"collapsibleForceExpanded":[4,"collapsible-force-expanded"],"margin":[1],"icon":[1],"expand":[4],"padding":[1],"identifier":[1],"groupDirection":[1,"group-direction"],"groupDisabled":[4,"group-disabled"],"groupResponsive":[4,"group-responsive"],"disabled":[516],"required":[4],"infoLabelDefaults":[1,"accessible-label-info-default"],"infoLabel":[1025,"info-label"],"isHovering":[32],"isInfoOpen":[32],"isBlurred":[32],"setFocus":[64],"toggleInfoMethod":[64]},[[2,"blur","handleHostBlur"],[2,"keydown","handleHostKeyDown"],[2,"keyup","handleHostKeyUp"]]]]],["duet-date-picker",[[2,"duet-date-picker",{"theme":[1025],"expand":[4],"name":[1],"identifier":[1],"label":[1],"caption":[1],"margin":[1],"language":[1537],"placeholderDefaults":[1,"placeholder-default"],"placeholder":[1025],"echoPlaceholder":[1540,"echo-placeholder"],"disabled":[516],"error":[1],"labelHidden":[4,"label-hidden"],"role":[1],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"required":[4],"direction":[1],"tooltip":[1],"tooltipDirection":[1,"tooltip-direction"],"value":[1537],"min":[1],"max":[1],"incrementYears":[2,"increment"],"validity":[1040],"open":[32],"focusedDay":[32],"inputValue":[32],"setFocus":[64],"show":[64],"hide":[64]},[[4,"click","handleDocumentClick"]],{"min":["updateValidity"],"max":["updateValidity"],"value":["updateValidity","updateInternalValue"],"required":["updateValidity"]}]]],["duet-number-input",[[2,"duet-number-input",{"language":[1025],"locale":[1],"unit":[1],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleControls":[1,"accessible-controls"],"accessibleDetails":[1,"accessible-details"],"accessibleLabelledBy":[1,"accessible-labelled-by"],"accessibleDescription":[1,"accessible-description"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleLiveDefaults":[1,"accessible-live-default"],"accessibleLive":[1025,"accessible-live"],"accessibleLiveEnabled":[4,"accessible-live-enabled"],"accessibleAddDefaults":[1,"accessible-add-default"],"accessibleAdd":[1025,"accessible-add"],"accessibleSubtractDefaults":[1,"accessible-subtract-defaults"],"accessibleSubtract":[1025,"accessible-subtract"],"theme":[1025],"margin":[1],"expand":[4],"identifier":[1],"min":[2],"labelDefaults":[1,"label-default"],"label":[1025],"labelHidden":[4,"label-hidden"],"max":[2],"name":[1],"error":[1],"tooltip":[1],"step":[2],"rounding":[4],"role":[1],"disabled":[516],"required":[4],"value":[1025],"focusedValue":[32],"setFocus":[64],"getValueAsNumber":[64]}]]],["duet-multiselect",[[1,"duet-multiselect",{"margin":[1],"error":[1],"accessibleLiveError":[1,"accessible-live-error"],"expand":[4],"value":[1040],"theme":[1025],"labelHidden":[4,"label-hidden"],"identifier":[1],"allControls":[4,"all-controls"],"placeholder":[1],"caption":[1],"items":[1],"disabled":[516],"label":[1],"accessibleDescribedBy":[1,"accessible-described-by"],"tooltip":[1],"tooltipDirection":[1,"tooltip-direction"],"processedItems":[32],"checkboxesVisible":[32],"activeDescendant":[32],"language":[32],"setFocus":[64]},[[8,"click","handleFocus"]],{"items":["refresh"]}]]],["duet-textarea",[[2,"duet-textarea",{"margin":[1],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleAutocomplete":[1,"accessible-autocomplete"],"accessibleControls":[1,"accessible-controls"],"accessibleDetails":[1,"accessible-details"],"accessibleLabelledBy":[1,"accessible-labelled-by"],"accessibleDescription":[1,"accessible-description"],"accessibleLiveError":[1,"accessible-live-error"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"theme":[1025],"expand":[4],"disabled":[516],"identifier":[1],"required":[4],"label":[1],"labelHidden":[4,"label-hidden"],"name":[1],"placeholder":[1],"caption":[1],"echoPlaceholder":[4,"echo-placeholder"],"maxlength":[2],"minlength":[2],"error":[1],"role":[1],"tooltip":[1],"tooltipDirection":[1,"tooltip-direction"],"value":[1025],"disallowPattern":[1,"disallow-pattern"],"counter":[4],"counterLabel":[1,"counter-label"],"setFocus":[64]},null,{"disallowPattern":["disallowedPatternChange"]}]]],["duet-hero",[[1,"duet-hero",{"theme":[1025],"heading":[1],"preHeading":[1,"pre-heading"],"level":[1],"subHeadingLevel":[1,"sub-heading-level"],"description":[1],"icon":[1],"iconSize":[1,"icon-size"],"iconRight":[4,"icon-right"],"categoryIcon":[1,"category-icon"],"categoryIconColor":[1,"category-icon-color"],"buttonLabel":[1,"button-label"],"language":[1025],"accessibleLabelExternalDefaults":[1,"accessible-label-external-default"],"accessibleLabelExternal":[1025,"accessible-label-external"],"buttonUrl":[1,"button-url"],"buttonId":[1,"button-id"],"buttonData":[16],"textCenter":[4,"text-center"],"leftAlign":[4,"left-align"],"image":[1],"variation":[1],"back":[8],"listItems":[8,"list-items"],"actions":[8],"layout":[1025],"processedListItems":[32],"processedActions":[32],"processedBack":[32]},null,{"back":["refresh"],"listItems":["refresh"],"actions":["refresh"]}]]],["duet-radio_2",[[6,"duet-radio-group",{"direction":[1],"margin":[1],"theme":[1025],"error":[1],"tooltip":[1],"tooltipDirection":[1,"tooltip-direction"],"name":[1],"label":[1],"labelHidden":[4,"label-hidden"],"caption":[1],"responsive":[4],"value":[1537],"disabled":[4]},null,{"name":["updateRadios"],"value":["updateRadios"],"disabled":["updateRadios"],"direction":["updateRadios"],"responsive":["updateRadios"]}],[6,"duet-radio",{"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleDetails":[1,"accessible-details"],"accessibleLabelledBy":[1,"accessible-labelled-by"],"accessibleDescription":[1,"accessible-description"],"accessibleIndex":[1,"accessible-index"],"margin":[1],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"theme":[1025],"disabled":[516],"required":[4],"blockEvents":[4,"block-events"],"identifier":[1],"label":[1],"name":[1],"role":[1],"groupDisabled":[4,"group-disabled"],"groupDirection":[1,"group-direction"],"groupResponsive":[4,"group-responsive"],"checked":[1540],"value":[1537],"setFocus":[64]}]]],["duet-contact-card",[[1,"duet-contact-card",{"theme":[1025],"margin":[1],"image":[1025],"name":[1025],"description":[1025],"email":[1025],"phone":[1025],"buttonText":[1025,"button-text"],"buttonIcon":[1025,"button-icon"],"buttonUrl":[1025,"button-url"],"language":[32]}]]],["duet-modal",[[1,"duet-modal",{"language":[1537],"accessibleCloseLabelDefaults":[1,"accessible-close-label-default"],"accessibleCloseLabel":[1025,"accessible-close-label"],"size":[1],"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleLabelledBy":[1,"accessible-labelled-by"],"accessibleLabel":[1,"accessible-label"],"accessibleDetails":[1,"accessible-details"],"accessibleDescription":[1,"accessible-description"],"gutterSize":[1,"gutter-size"],"theme":[1025],"heading":[1],"headingLevel":[1,"heading-level"],"headingVisualLevel":[1,"heading-visual-level"],"icon":[1],"color":[1],"active":[1540],"closeOnBlur":[1028,"close-on-blur"],"open":[32],"show":[64],"hide":[64]},[[8,"keyup","handleKeyUp"]],{"open":["openChanged"],"active":["activeChanged"]}]]],["duet-cookie-consent",[[1,"duet-cookie-consent",{"accessibleLabel":[1,"accessible-label"],"theme":[1025]},[[0,"focusin","handleFocusIn"],[0,"focusout","handleFocusOut"]]]]],["duet-notification_2",[[1,"duet-notification-drawer",{"icon":[1],"label":[1],"language":[1],"accessibleLabelNotificationsDefaults":[1,"accessible-label-notification-default"],"accessibleLabelNotifications":[1,"accessible-label-notifications"],"badge":[4],"theme":[1025],"direction":[1],"isOpen":[32],"hasNotifications":[32],"setFocus":[64],"open":[64],"close":[64]},[[6,"focus","handleClickFocusOutside"],[6,"click","handleClickFocusOutside"]]],[1,"duet-notification",{"language":[1537],"accessibleLabelUnreadDefaults":[16],"accessibleLabelUnread":[1025,"accessible-label-unread"],"url":[1],"date":[1],"highlight":[4],"external":[4],"theme":[1025],"setFocus":[64]}]]],["duet-step_2",[[6,"duet-step",{"theme":[1025],"heading":[1],"headingLevel":[1,"heading-level"],"stepIndex":[2,"step-index"],"state":[1],"roundedTop":[4,"rounded-top"],"roundedBottom":[4,"rounded-bottom"],"setFocus":[64]}],[1,"duet-stepper",{"theme":[1025],"accessibleLive":[1,"accessible-live"],"margin":[1],"backDisabled":[4,"back-disabled"],"selected":[1538]},[[0,"duetStepClick","onDuetStepClick"]],{"selected":["currentStepChanged"],"backDisabled":["currentStepInvokedDisable"]}]]],["duet-show-more",[[1,"duet-show-more",{"theme":[1025],"language":[1537],"showMoreLabelDefaults":[16],"showMoreLabel":[1537,"show-more-label"],"showLessLabelDefaults":[16],"showLessLabel":[1537,"show-less-label"],"showMoreAccessibleLabelDefaults":[16],"showMoreAccessibleLabel":[1537,"show-more-accessible-label"],"showLessAccessibleLabelDefaults":[16],"showLessAccessibleLabel":[1537,"show-less-accessible-label"],"margin":[1],"open":[1540],"buttonAriaOpen":[32]}]]],["duet-banner",[[1,"duet-banner",{"theme":[1025],"margin":[1],"backgroundColor":[1,"background-color"],"iconColor":[1,"icon-color"],"iconBackgroundColor":[1,"icon-background-color"],"textColor":[1,"text-color"],"size":[1],"image":[1],"icon":[1],"headingLevel":[1,"heading-level"]}]]],["duet-footer",[[1,"duet-footer",{"theme":[1025],"variation":[1],"margin":[1],"logoHref":[1,"logo-href"],"language":[1537],"items":[8],"accessibleLabel":[1,"accessible-label"],"accessibleLabelExternalDefaults":[1,"accessible-label-external-default"],"accessibleLabelExternal":[1025,"accessible-label-external"],"menu":[8],"processedMainItem":[32],"processedItems":[32],"processedMenu":[32]},null,{"menu":["refresh"],"items":["refresh"]}]]],["duet-callout",[[1,"duet-callout",{"theme":[1025],"margin":[1]}]]],["duet-card",[[1,"duet-card",{"accessibleLabel":[1,"accessible-label"],"heading":[1],"secondaryHeading":[1,"secondary-heading"],"variation":[1],"collapsible":[4],"open":[1540],"headingLevel":[1,"heading-level"],"headingBackground":[1,"heading-background"],"icon":[1],"image":[1],"background":[1],"padding":[1],"margin":[1],"theme":[1025],"url":[1],"shadowBreakpoint":[1,"shadow-breakpoint"],"setFocus":[64]}]]],["duet-promo-card",[[1,"duet-promo-card",{"theme":[1025],"margin":[1],"backgroundColor":[1,"background-color"],"textColor":[1,"text-color"],"image":[1],"headingLevel":[1,"heading-level"],"url":[1]}]]],["duet-tray",[[1,"duet-tray",{"language":[1025],"accessibleCloseLabelDefaults":[1,"accessible-close-label-default"],"accessibleCloseLabel":[1025,"accessible-close-label"],"accessibleOpenLabelDefaults":[1,"accessible-open-label-default"],"accessibleOpenLabel":[1025,"accessible-open-label"],"theme":[1025],"active":[516],"autoHide":[4,"auto-hide"],"responsive":[4],"expanded":[32],"hiddenState":[32]},[[9,"scroll","getFrame"],[16,"click","handleBodyClick"]]]]],["duet-breadcrumb",[[1,"duet-breadcrumb",{"theme":[1025],"href":[1025],"icon":[1025],"accessibleLabel":[1,"accessible-label"],"language":[32]}]]],["duet-chip",[[1,"duet-chip",{"accessibleLabel":[1,"accessible-label"],"variation":[1],"popup":[1],"icon":[1],"theme":[1025],"identifier":[1],"value":[1025],"name":[1],"checked":[1540],"disabled":[4],"focus":[32],"popupElement":[32],"popupOpen":[32],"setFocus":[64]},null,{"checked":["clearOtherRadioButtons"]}]]],["duet-collapsible",[[1,"duet-collapsible",{"theme":[1025],"accessibleLabel":[1,"accessible-label"],"heading":[1],"headingFullWidth":[4,"heading-full-width"],"centerHeading":[4,"center-heading"],"headingWeight":[1,"heading-weight"],"headingSize":[1,"heading-size"],"headingLevel":[1,"heading-level"],"margin":[1],"open":[1540],"setFocus":[64]}]]],["duet-combobox",[[6,"duet-combobox",{"accessibleLabelDefaults":[1,"accessible-label-defaults"],"accessibleLabels":[1040],"theme":[1025],"force":[4],"items":[1032],"formatter":[16],"value":[1537],"minCharacters":[2,"min-characters"],"openListOnClick":[4,"open-list-on-click"],"filterType":[1,"filter-type"],"processedItems":[32],"inputWidth":[32],"inputValue":[32],"selectionMsg":[32],"listOpen":[32],"selectedItems":[32],"activeItem":[32],"formatItem":[64]},[[4,"click","handleDocumentClick"]],{"activeItem":["activeItemHandler"],"items":["processItems"],"value":["processValue"],"listOpen":["processListOpenChange"]}]]],["duet-menu-bar",[[1,"duet-menu-bar",{"theme":[1025],"logo":[1028],"logoHref":[1025,"logo-href"],"logoLinkAccessibleLabel":[1025,"logo-link-accessible-label"],"accessibleLabel":[1,"accessible-label"],"logoSize":[32],"leftMoreVisible":[32],"rightMoreVisible":[32]},[[9,"resize","onWindowResize"]]]]],["duet-menu-bar-button",[[1,"duet-menu-bar-button",{"accessibleLabel":[1,"accessible-label"],"accessibleControls":[1,"accessible-controls"],"accessiblePopup":[1,"accessible-popup"],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleDetails":[1,"accessible-details"],"accessibleLabelledBy":[1,"accessible-labelled-by"],"accessibleDescription":[1,"accessible-description"],"accessibleExpanded":[4,"accessible-expanded"],"accessiblePressed":[4,"accessible-pressed"],"theme":[1025],"icon":[1537],"iconSize":[32],"setFocus":[64]}]]],["duet-menu-bar-dropdown",[[1,"duet-menu-bar-dropdown",{"accessibleLabel":[1,"accessible-label"],"theme":[1025],"open":[1540],"icon":[1537],"iconSize":[32],"setFocus":[64]},[[8,"click","handleFocus"]]]]],["duet-menu-bar-dropdown-link",[[1,"duet-menu-bar-dropdown-link",{"theme":[1025],"href":[1025],"icon":[1537],"accessibleLabel":[1,"accessible-label"]}]]],["duet-menu-bar-link",[[1,"duet-menu-bar-link",{"theme":[1025],"active":[1028],"href":[1025],"icon":[1537],"accessibleLabel":[1,"accessible-label"],"iconSize":[32]}]]],["duet-page-heading",[[1,"duet-page-heading",{"theme":[1025],"icon":[1025],"layout":[1025]}]]],["duet-popup-menu-item",[[1,"duet-popup-menu-item",{"accessibleLabel":[1,"accessible-label"],"theme":[1025],"url":[1],"external":[4],"value":[1],"leadingIcon":[1,"leading-icon"],"trailingIcon":[1,"trailing-icon"],"trailingText":[1,"trailing-text"],"active":[1028],"focus":[32],"setFocus":[64],"isFocused":[64]}]]],["duet-range-slider",[[2,"duet-range-slider",{"theme":[1025],"margin":[1],"expand":[4],"identifier":[1],"name":[1],"required":[4],"disabled":[516],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"min":[2],"label":[1],"labelHidden":[4,"label-hidden"],"unit":[1],"max":[2],"step":[2],"locale":[1],"value":[1026],"debounce":[2],"setFocus":[64]}]]],["duet-slideout",[[1,"duet-slideout",{"theme":[1025],"open":[1540],"backgroundColor":[1537,"background-color"],"language":[32],"displaying":[32],"toggle":[64],"setFocus":[64]},[[8,"keyup","handleKeyUp"]]]]],["duet-slideout-lang",[[1,"duet-slideout-lang",{"theme":[1025],"language":[32]}]]],["duet-slideout-link",[[1,"duet-slideout-link",{"accessibleLabel":[1,"accessible-label"],"theme":[1025],"targetLanguage":[1,"target-language"],"active":[1028],"href":[1025],"icon":[1537],"size":[1537],"caret":[1028],"menuItem":[4,"menu-item"]}]]],["duet-slideout-panel",[[1,"duet-slideout-panel",{"theme":[1025],"active":[1540],"open":[1540],"icon":[1537],"labelSize":[1537,"label-size"],"backgroundColor":[1537,"background-color"],"label":[32],"language":[32],"setFocus":[64]}]]],["duet-slideout-panel-dropdown",[[1,"duet-slideout-panel-dropdown",{"theme":[1025],"active":[1540],"open":[1540],"icon":[1537],"setFocus":[64]},[[8,"click","handleFocus"]]]]],["duet-submenu-bar",[[1,"duet-submenu-bar",{"theme":[1025],"open":[1540],"accessibleLabel":[1,"accessible-label"],"mobile":[32],"bodyScroll":[32],"setFocus":[64]},null,{"open":["watchOpenStateHandler"]}]]],["duet-submenu-bar-dropdown",[[1,"duet-submenu-bar-dropdown",{"theme":[1025],"active":[1028],"open":[1540],"icon":[1537],"isDesktop":[32],"iconSize":[32],"setFocus":[64]},[[8,"click","handleFocus"]]]]],["duet-submenu-bar-dropdown-link",[[1,"duet-submenu-bar-dropdown-link",{"theme":[1025],"active":[1028],"href":[1025],"icon":[1537],"caret":[1028],"highlight":[1028]}]]],["duet-submenu-bar-link",[[1,"duet-submenu-bar-link",{"theme":[1025],"active":[1028],"href":[1025],"icon":[1537],"iconSize":[32]}]]],["duet-toggle",[[2,"duet-toggle",{"theme":[1025],"margin":[1],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleDetails":[1,"accessible-details"],"accessibleLabelledBy":[1,"accessible-labelled-by"],"accessibleDescription":[1,"accessible-description"],"label":[1],"labelPosition":[1,"label-position"],"required":[4],"disabled":[516],"checked":[1540],"value":[1537],"identifier":[1],"name":[1],"role":[1],"setFocus":[64]},null,{"checked":["checkedChanged"]}]]],["duet-toolbar-dropdown",[[1,"duet-toolbar-dropdown",{"theme":[1025],"accessibleLabel":[1,"accessible-label"],"active":[1540],"open":[1540],"icon":[1537],"setFocus":[64]},[[8,"click","handleFocus"]]]]],["duet-toolbar-dropdown-link",[[1,"duet-toolbar-dropdown-link",{"accessibleLabel":[1,"accessible-label"],"theme":[1025],"targetLanguage":[1,"target-language"],"href":[1025],"icon":[1537],"active":[1028]}]]],["duet-toolbar-link",[[1,"duet-toolbar-link",{"theme":[1025],"active":[1028],"href":[1025],"icon":[1537],"accessibleLabel":[1,"accessible-label"]}]]],["duet-breadcrumbs",[[1,"duet-breadcrumbs",{"theme":[1025],"variation":[1],"children":[32]}]]],["duet-layout",[[1,"duet-layout",{"sticky":[4],"margin":[1],"stickyDistance":[1,"sticky-distance"],"center":[4],"tabs":[4],"middle":[4],"paddingBreakpoint":[1,"padding-breakpoint"]}]]],["duet-nav",[[1,"duet-nav",{"theme":[1025]}]]],["duet-popup-menu",[[1,"duet-popup-menu",{"accessibleLabel":[1,"accessible-label"],"theme":[1025],"controller":[16],"placement":[1],"position":[1],"mainAxisOffset":[2,"main-axis-offset"],"crossAxisOffset":[2,"cross-axis-offset"],"open":[32],"menuY":[32],"menuX":[32],"isOpen":[64],"show":[64],"hide":[64],"toggle":[64]},[[8,"keyup","handleKeyUp"],[8,"keydown","handleKeyDown"],[8,"click","handleClick"]]]]],["duet-section-layout",[[1,"duet-section-layout",{"margin":[1],"middle":[4]}]]],["duet-shaped-image",[[1,"duet-shaped-image",{"theme":[1025],"accessibleLabel":[1,"accessible-label"],"margin":[1],"src":[1],"rotation":[2]}]]],["duet-toolbar",[[1,"duet-toolbar",{"theme":[1025],"accessibleLabel":[1,"accessible-label"]}]]],["duet-upload-item",[[0,"duet-upload-item",{"theme":[1025],"data":[16],"type":[1],"showLinks":[4,"show-links"],"actions":[8],"label":[16],"categoryLabel":[16],"errorCodes":[16],"showCategory":[4,"show-category"],"linkClickEvent":[16],"focusActionButton":[64]}]]],["duet-alert",[[1,"duet-alert",{"theme":[1025],"accessibleLabelDefaults":[1,"accessible-label-default"],"accessibleLabel":[1025,"accessible-label"],"announcements":[4],"icon":[1],"autoDismiss":[2,"auto-dismiss"],"margin":[1],"padding":[1],"variation":[1],"dismissible":[4],"focusable":[4],"isDismissed":[32],"timeoutID":[32],"show":[64],"hide":[64],"setFocus":[64]}]]],["duet-upload-aria-status",[[1,"duet-upload-aria-status",{"statusMessageLabel":[16],"accessibleAriaLive":[1,"accessible-aria-live"],"valid":[2],"total":[2],"invalid":[2],"inprogress":[2],"statusMessage":[32]},null,{"valid":["watchHandler"],"invalid":["watchHandler"],"inprogress":["watchHandler"],"total":["watchHandler"]}]]],["duet-editable-table_3",[[1,"duet-upload",{"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"external":[4],"middleware":[16],"deferUpload":[4,"defer-upload"],"hideButton":[4,"hide-upload-button"],"actions":[16],"uri":[1],"showLinks":[4,"show-links"],"caption":[1],"statusLabelDefaults":[1,"status-label-default"],"statusMessageLabel":[1,"status-message-label"],"buttonLabelDefaults":[1,"button-label-default"],"buttonLabel":[1,"button-label"],"accessibleButtonLabel":[1,"accessible-button-label"],"theme":[1025],"disabled":[516],"identifier":[1],"margin":[1],"required":[4],"alignment":[1],"hideGroups":[4,"hide-table-labels"],"files":[1040],"valid":[1540],"labelDefaults":[1,"label-default"],"label":[1],"descriptionDefaults":[1,"description-default"],"description":[1],"fileListEmptyDefaults":[1,"list-empty-default"],"fileListEmpty":[1,"file-list-empty"],"error":[1],"errorCodes":[16],"name":[1],"maxBytes":[2,"max-bytes"],"maxBytesTotal":[2,"max-bytes-total"],"maxFiles":[2,"max-files"],"allowedExtensions":[1,"allowed-extensions"],"allowedMimetypes":[1,"allowed-mimetypes"],"multiple":[4],"limitSelection":[4,"limit-selection"],"hideCancelButton":[4,"hide-cancel-button"],"value":[1025],"externalUploadButtonId":[1,"external-upload-button-id"],"captionOnBottom":[4,"caption-on-bottom"],"showUploadedItemsHeader":[4,"show-uploaded-items-header"],"uploadedItemsHeaderLabel":[16],"headerHeadingLevel":[1,"header-heading-level"],"hideHeader":[4,"hide-header"],"emitEvent":[4,"link-click-event"],"groups":[16],"tick":[32],"setFocus":[64],"upload":[64],"uploadPending":[64],"refresh":[64],"getFiles":[64],"updateValue":[64],"focusActionButton":[64]},null,{"valid":["watchValidHandler"]}],[6,"duet-editable-table",{"margin":[1],"variation":[1],"sticky":[4],"stickyDistance":[1,"sticky-distance"],"breakpoint":[1],"actions":[1040],"columns":[1040],"rows":[1040],"sortable":[4],"groupId":[1,"group-id"],"theme":[1025],"accessibleRole":[1,"accessible-role"],"hideHeadVisually":[4,"hide-head-visually"],"language":[32]}],[4,"duet-table",{"theme":[1025],"margin":[1],"variation":[1],"sticky":[4],"stickyDistance":[1,"sticky-distance"],"breakpoint":[1],"hideHeadVisually":[4,"hide-head-visually"],"matchesBreakpoint":[32],"language":[32]},null,{"language":["watchLanguageStateHandler"]}]]],["duet-checkbox",[[2,"duet-checkbox",{"accessibleActiveDescendant":[1,"accessible-active-descendant"],"margin":[1],"accessibleControls":[1,"accessible-controls"],"accessibleIndex":[1,"accessible-index"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleDetails":[1,"accessible-details"],"accessibleLabelledBy":[1,"accessible-labelled-by"],"accessibleDescription":[1,"accessible-description"],"accessibleSelected":[1,"accessible-selected"],"required":[4],"theme":[1025],"disabled":[516],"identifier":[1],"label":[1],"labelHidden":[4,"label-hidden"],"name":[1],"role":[1],"checked":[1540],"value":[1537],"setFocus":[64]}]]],["duet-checkmark",[[0,"duet-checkmark",{"theme":[1025],"checked":[1028],"presentationOnly":[4,"presentation-only"],"center":[4],"type":[513]}]]],["duet-fieldset",[[1,"duet-fieldset",{"theme":[1025],"margin":[1],"caption":[1],"label":[1],"compactLabel":[4,"compact-label"],"error":[1],"accessibleLiveError":[1,"accessible-live-error"],"labelHeadingLevel":[1,"label-heading-level"],"labelHidden":[4,"label-hidden"],"hasTooltip":[32]}]]],["duet-visually-hidden",[[1,"duet-visually-hidden"]]],["duet-tooltip-button_2",[[1,"duet-tooltip-popup",{"theme":[1025],"active":[4],"tooltipId":[1,"tooltip-id"],"arrowStyles":[16],"placement":[1],"accessibleCloseLabel":[1,"accessible-close-label"],"getArrowElement":[64],"getContentElement":[64],"setFocusOnContentElement":[64]},null,{"active":["handleActiveChange"]}],[1,"duet-tooltip-button",{"label":[1],"accessibleLabel":[1,"accessible-label"],"theme":[1025],"active":[4],"tooltipId":[1,"tooltip-id"],"setFocus":[64]}]]],["duet-select",[[2,"duet-select",{"variation":[1],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleDescribedBy":[1,"accessible-described-by"],"margin":[1],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"error":[1],"accessibleLiveError":[1,"accessible-live-error"],"expand":[4],"value":[1537],"theme":[1025],"labelHidden":[4,"label-hidden"],"identifier":[1],"name":[1],"placeholder":[1],"caption":[1],"echoPlaceholder":[4,"echo-placeholder"],"items":[1],"disabled":[516],"required":[4],"label":[1],"role":[1],"tooltip":[1],"tooltipDirection":[1,"tooltip-direction"],"processedItems":[32],"setFocus":[64]},null,{"value":["valueChanged"],"items":["refresh"]}]]],["duet-scrollable_3",[[1,"duet-tab-group",{"theme":[1025],"scrolls":[4],"collapses":[4],"accessibleLabel":[1,"accessible-label"],"variation":[1],"language":[1025],"labelDefaults":[1,"label-default"],"label":[1],"labelHidden":[4,"label-hidden"],"identifier":[1],"margin":[1],"padding":[1],"setTabIndex":[4,"set-tab-index"],"tabChangeConfirm":[4,"tab-change-confirm"],"tabs":[32],"selected":[32],"openTab":[64],"refresh":[64]}],[6,"duet-tab",{"label":[513],"caption":[513],"selected":[516],"accessibleDescriptionDefault":[1,"accessible-description-defaults"],"accessibleDescription":[1025,"accessible-description"]}],[1,"duet-scrollable",{"theme":[1025],"identifier":[1],"collapsed":[1540],"buttons":[4],"center":[4],"selected":[1026],"tablistAtStart":[32],"isTabContentSmallerThanWrapper":[32],"tablistAtEnd":[32],"childrenData":[32]},null,{"selected":["watchPropHandler"]}]]],["duet-empty-state",[[1,"duet-empty-state",{"theme":[1025],"icon":[1],"size":[1]}]]],["duet-progress",[[0,"duet-progress",{"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleDetails":[1,"accessible-details"],"accessibleLabelledBy":[1,"accessible-labelled-by"],"accessibleDescription":[1,"accessible-description"],"accessibleLabel":[1,"accessible-label"],"accessibleLabelUploadDefaults":[1,"accessible-label-upload-defaults"],"accessibleLabelUpload":[1025,"accessible-label-upload"],"progress":[1538],"caption":[1],"height":[1],"theme":[1025]}]]],["duet-grid_2",[[6,"duet-grid",{"responsive":[4],"breakpoint":[1],"direction":[1],"rowReverse":[4,"row-reverse"],"alignment":[1],"distribution":[1],"mobile":[1],"gridTemplate":[1,"grid-template"],"distributeFormElement":[32]},null,{"responsive":["updateGridItems"],"breakpoint":["updateGridItems"],"direction":["updateGridItems"]}],[2,"duet-grid-item",{"fill":[4],"maxWidth":[1,"max-width"],"minWidth":[1,"min-width"],"theme":[1025],"margin":[1],"responsive":[4],"direction":[1],"breakpoint":[1]}]]],["duet-list_2",[[1,"duet-list",{"theme":[1025],"margin":[1],"padding":[1],"mobile":[1],"breakpoint":[1],"variation":[1],"labelWidth":[1,"label-width"],"responsive":[4]},null,{"theme":["updateListItems"],"padding":["updateListItems"],"mobile":["updateListItems"],"responsive":["updateListItems"],"breakpoint":["updateListItems"],"variation":["updateListItems"],"labelWidth":["updateListItems"]}],[1,"duet-list-item",{"responsive":[4],"breakpoint":[1]}]]],["duet-header_2",[[1,"duet-header",{"theme":[1025],"language":[1025],"accessibleI18nLabelsDefaults":[1,"accessible-labels-default"],"accessibleI18nLabels":[1040],"accessibleLabelExternalDefaults":[1,"accessible-label-external-default"],"accessibleLabelExternal":[1025,"accessible-label-external"],"accessibleLabelDefaults":[1,"accessible-label-default"],"accessibleLabel":[1025,"accessible-label"],"user":[8],"logoHref":[1,"logo-href"],"currentHref":[1025,"current-href"],"skipToId":[1,"skip-to-id"],"items":[8],"region":[1],"session":[8],"search":[8],"back":[8],"contact":[1],"contactItems":[8,"contact-items"],"languageItems":[8,"language-items"],"isContactOpen":[32],"isLanguageOpen":[32],"isSessionOpen":[32],"isSlideOutOpen":[32],"isSegmentOpen":[32],"openMenu":[32],"closedActives":[32],"processedItems":[32],"processedLanguageItems":[32],"processedContactItems":[32],"processedSession":[32],"processedSearch":[32],"processedUser":[32],"processedBack":[32],"renderDesktopNav":[32],"closeMenus":[64],"setFocus":[64]},[[8,"keyup","handleKeyUp"],[8,"keydown","handleKeyDown"],[4,"focus","handleDocumentClick"],[4,"click","handleDocumentClick"]],{"user":["refresh"],"items":["refresh"],"session":["refresh"],"back":["refresh"],"contactItems":["refresh"],"languageItems":["refresh"]}],[1,"duet-logo",{"theme":[1025],"margin":[1],"inverse":[4],"size":[1],"href":[1537],"accessibleLabelDefaults":[1040],"accessibleLabel":[1537,"accessible-label"],"language":[1537],"setFocus":[64]}]]],["duet-badge",[[1,"duet-badge",{"theme":[1025],"variation":[1],"background":[1],"margin":[1]}]]],["duet-action-button",[[1,"duet-action-button",{"theme":[1025],"iconName":[1,"icon-name"],"iconColor":[1,"icon-color"],"iconSize":[1,"icon-size"],"actionName":[1,"action-name"],"actionId":[1,"action-id"],"actionMeta":[1,"action-meta"],"disabled":[4],"color":[513],"background":[1],"accessibleTitle":[8,"title"],"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleDetails":[1,"accessible-details"],"accessibleLabelledBy":[1,"accessible-labelled-by"],"accessibleDescription":[1,"accessible-description"],"accessibleLabelsDefaults":[16],"accessibleLabel":[1025,"accessible-label"],"accessibleControls":[1,"accessible-controls"],"numbersStore":[32],"setFocus":[64]}]]],["duet-divider_2",[[1,"duet-divider",{"theme":[1025],"margin":[1],"color":[1]}],[1,"duet-spacer",{"size":[1],"direction":[1],"breakpoint":[1]}]]],["duet-tooltip",[[6,"duet-tooltip",{"theme":[1025],"language":[1025],"accessibleLabelDefault":[1,"accessible-label-default"],"accessibleLabel":[1025,"accessible-label"],"accessibleInputLabel":[1,"accessible-input-label"],"accessibleCloseLabelDefault":[1,"accessible-close-label-default"],"accessibleCloseLabel":[1025,"accessible-close-label"],"label":[1],"breakpoint":[1],"direction":[1],"positionVertical":[513,"position-vertical"],"positionHorizontal":[513,"position-horizontal"],"active":[1540],"placement":[32],"tooltipY":[32],"tooltipX":[32],"arrowX":[32],"arrowY":[32]},[[9,"scroll","onScroll"],[9,"resize","handleWindowResize"],[4,"click","handleDocumentClick"],[4,"keydown","handleKeyDown"],[4,"tooltipPopupClosed","handlePopupClose"]],{"active":["handleActiveChange"]}]]],["duet-button_2",[[1,"duet-button",{"accessibleLabel":[1,"accessible-label"],"accessibleControls":[1,"accessible-controls"],"accessiblePopup":[1,"accessible-popup"],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleDetails":[1,"accessible-details"],"accessibleLabelledBy":[1,"accessible-labelled-by"],"accessibleDescription":[1,"accessible-description"],"accessibleExpanded":[4,"accessible-expanded"],"accessiblePressed":[4,"accessible-pressed"],"loading":[4],"variation":[1],"negative":[4],"theme":[1025],"margin":[1],"padding":[1],"centerText":[4,"center-text"],"wrapping":[1],"expand":[4],"fixed":[4],"disabled":[516],"name":[1],"value":[1],"identifier":[1],"submit":[516],"external":[4],"language":[1537],"accessibleLabelExternalDefaults":[1,"accessible-label-external-default"],"accessibleLabelExternal":[1025,"accessible-label-external"],"icon":[1],"color":[1],"iconRight":[4,"icon-right"],"iconSize":[1,"icon-size"],"size":[1],"iconOnly":[4,"icon-only"],"url":[513],"setFocus":[64]},null,{"disabled":["syncToProxyButton"],"submit":["syncToProxyButton"],"value":["syncToProxyButton"],"name":["syncToProxyButton"]}],[1,"duet-spinner",{"accessibleLabel":[1,"accessible-label"],"color":[1],"size":[1],"theme":[1025]}]]],["duet-caption_4",[[17,"duet-link",{"variation":[1],"accessibleLabel":[1,"accessible-label"],"language":[1537],"accessibleLabelExternalDefaults":[1,"accessible-label-external-default"],"accessibleLabelExternal":[1025,"accessible-label-external"],"identifier":[1],"theme":[1025],"url":[513],"external":[4],"tabToLink":[4,"tab-to-link"],"icon":[1],"iconColor":[1,"icon-color"],"iconResponsive":[4,"icon-responsive"],"padding":[1],"isSmallScreen":[32],"setFocus":[64]}],[1,"duet-heading",{"level":[513],"margin":[1],"visualLevel":[1,"visual-level"],"border":[8],"weight":[1],"color":[1],"theme":[1025],"hyphenate":[4]}],[1,"duet-paragraph",{"theme":[1025],"margin":[1],"size":[1],"weight":[1],"variation":[1],"color":[1]}],[1,"duet-caption",{"theme":[1025],"margin":[1],"selected":[4],"size":[1]}]]],["duet-input_2",[[6,"duet-input",{"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleAutocomplete":[1,"accessible-autocomplete"],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"accessibleExpanded":[1,"accessible-expanded"],"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleHasPopup":[1,"accessible-has-popup"],"accessibleDetails":[1,"accessible-details"],"accessibleLabelledBy":[1,"accessible-labelled-by"],"accessibleDescription":[1,"accessible-description"],"accessibleLiveError":[1,"accessible-live-error"],"debounce":[2],"clear":[4],"caption":[1],"echoPlaceholder":[4,"echo-placeholder"],"theme":[1025],"expand":[4],"disabled":[516],"identifier":[1],"margin":[1],"required":[4],"type":[1],"variation":[1],"label":[1025],"error":[1],"labelHidden":[4,"label-hidden"],"numericKeyboard":[4,"numeric-keyboard"],"name":[1],"pattern":[1],"maxlength":[2],"minlength":[2],"placeholder":[1],"component":[1],"role":[1],"icon":[1],"autoComplete":[1,"auto-complete"],"disallowPattern":[1,"disallow-pattern"],"value":[1025],"tooltip":[1],"tooltipDirection":[1,"tooltip-direction"],"language":[32],"isPasswordRevealed":[32],"isFocused":[32],"setFocus":[64],"resetCursor":[64],"clearInput":[64]},null,{"disallowPattern":["disallowedPatternChange"],"value":["valueChanged"]}],[6,"duet-label",{"theme":[1025],"for":[1],"margin":[1],"size":[1]}]]]]'),e)}));
@@ -0,0 +1,4 @@
1
+ /*!
2
+ * Built with Duet Design System
3
+ */
4
+ import{g as getLocaleString}from"./language-utils-9ff76444.js";import{p as parsePossibleJSON}from"./string-utils-59ad4cb2.js";var getError=function(r,e){var t={type:undefined,system_message:undefined,message:undefined};e=parsePossibleJSON(e);t=e.filter((function(e){return e.type==r}))[0];if(!t){t=e.filter((function(r){return r.type==="default"}))[0]}return t};var getI18nError=function(r,e){var t=getError(r,e);var n=getLocaleString(t.message);if(n===""||!n){return t.system_message}else{return n}};export{getI18nError as a,getError as g};
@@ -1,4 +1,4 @@
1
- var __assign=this&&this.__assign||function(){__assign=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++){t=arguments[n];for(var i in t)if(Object.prototype.hasOwnProperty.call(t,i))e[i]=t[i]}return e};return __assign.apply(this,arguments)};var __awaiter=this&&this.__awaiter||function(e,t,n,r){function i(e){return e instanceof n?e:new n((function(t){t(e)}))}return new(n||(n=Promise))((function(n,o){function a(e){try{s(r.next(e))}catch(e){o(e)}}function l(e){try{s(r["throw"](e))}catch(e){o(e)}}function s(e){e.done?n(e.value):i(e.value).then(a,l)}s((r=r.apply(e,t||[])).next())}))};var __generator=this&&this.__generator||function(e,t){var n={label:0,sent:function(){if(o[0]&1)throw o[1];return o[1]},trys:[],ops:[]},r,i,o,a;return a={next:l(0),throw:l(1),return:l(2)},typeof Symbol==="function"&&(a[Symbol.iterator]=function(){return this}),a;function l(e){return function(t){return s([e,t])}}function s(l){if(r)throw new TypeError("Generator is already executing.");while(a&&(a=0,l[0]&&(n=0)),n)try{if(r=1,i&&(o=l[0]&2?i["return"]:l[0]?i["throw"]||((o=i["return"])&&o.call(i),0):i.next)&&!(o=o.call(i,l[1])).done)return o;if(i=0,o)l=[l[0]&2,o.value];switch(l[0]){case 0:case 1:o=l;break;case 4:n.label++;return{value:l[1],done:false};case 5:n.label++;i=l[1];l=[0];continue;case 7:l=n.ops.pop();n.trys.pop();continue;default:if(!(o=n.trys,o=o.length>0&&o[o.length-1])&&(l[0]===6||l[0]===2)){n=0;continue}if(l[0]===3&&(!o||l[1]>o[0]&&l[1]<o[3])){n.label=l[1];break}if(l[0]===6&&n.label<o[1]){n.label=o[1];o=l;break}if(o&&n.label<o[2]){n.label=o[2];n.ops.push(l);break}if(o[2])n.ops.pop();n.trys.pop();continue}l=t.call(e,n)}catch(e){l=[6,e];i=0}finally{r=o=0}if(l[0]&5)throw l[1];return{value:l[0]?l[1]:void 0,done:true}}};var __rest=this&&this.__rest||function(e,t){var n={};for(var r in e)if(Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0)n[r]=e[r];if(e!=null&&typeof Object.getOwnPropertySymbols==="function")for(var i=0,r=Object.getOwnPropertySymbols(e);i<r.length;i++){if(t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i]))n[r[i]]=e[r[i]]}return n};var __spreadArray=this&&this.__spreadArray||function(e,t,n){if(n||arguments.length===2)for(var r=0,i=t.length,o;r<i;r++){if(o||!(r in t)){if(!o)o=Array.prototype.slice.call(t,0,r);o[r]=t[r]}}return e.concat(o||Array.prototype.slice.call(t))};
1
+ var __assign=this&&this.__assign||function(){__assign=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++){t=arguments[n];for(var i in t)if(Object.prototype.hasOwnProperty.call(t,i))e[i]=t[i]}return e};return __assign.apply(this,arguments)};var __awaiter=this&&this.__awaiter||function(e,t,n,r){function i(e){return e instanceof n?e:new n((function(t){t(e)}))}return new(n||(n=Promise))((function(n,o){function a(e){try{u(r.next(e))}catch(e){o(e)}}function s(e){try{u(r["throw"](e))}catch(e){o(e)}}function u(e){e.done?n(e.value):i(e.value).then(a,s)}u((r=r.apply(e,t||[])).next())}))};var __generator=this&&this.__generator||function(e,t){var n={label:0,sent:function(){if(o[0]&1)throw o[1];return o[1]},trys:[],ops:[]},r,i,o,a;return a={next:s(0),throw:s(1),return:s(2)},typeof Symbol==="function"&&(a[Symbol.iterator]=function(){return this}),a;function s(e){return function(t){return u([e,t])}}function u(s){if(r)throw new TypeError("Generator is already executing.");while(a&&(a=0,s[0]&&(n=0)),n)try{if(r=1,i&&(o=s[0]&2?i["return"]:s[0]?i["throw"]||((o=i["return"])&&o.call(i),0):i.next)&&!(o=o.call(i,s[1])).done)return o;if(i=0,o)s=[s[0]&2,o.value];switch(s[0]){case 0:case 1:o=s;break;case 4:n.label++;return{value:s[1],done:false};case 5:n.label++;i=s[1];s=[0];continue;case 7:s=n.ops.pop();n.trys.pop();continue;default:if(!(o=n.trys,o=o.length>0&&o[o.length-1])&&(s[0]===6||s[0]===2)){n=0;continue}if(s[0]===3&&(!o||s[1]>o[0]&&s[1]<o[3])){n.label=s[1];break}if(s[0]===6&&n.label<o[1]){n.label=o[1];o=s;break}if(o&&n.label<o[2]){n.label=o[2];n.ops.push(s);break}if(o[2])n.ops.pop();n.trys.pop();continue}s=t.call(e,n)}catch(e){s=[6,e];i=0}finally{r=o=0}if(s[0]&5)throw s[1];return{value:s[0]?s[1]:void 0,done:true}}};var __rest=this&&this.__rest||function(e,t){var n={};for(var r in e)if(Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0)n[r]=e[r];if(e!=null&&typeof Object.getOwnPropertySymbols==="function")for(var i=0,r=Object.getOwnPropertySymbols(e);i<r.length;i++){if(t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i]))n[r[i]]=e[r[i]]}return n};var __spreadArray=this&&this.__spreadArray||function(e,t,n){if(n||arguments.length===2)for(var r=0,i=t.length,o;r<i;r++){if(o||!(r in t)){if(!o)o=Array.prototype.slice.call(t,0,r);o[r]=t[r]}}return e.concat(o||Array.prototype.slice.call(t))};
2
2
  /*!
3
3
  * Built with Duet Design System
4
- */var min$1=Math.min;var max$1=Math.max;var oppositeSideMap={left:"right",right:"left",bottom:"top",top:"bottom"};var oppositeAlignmentMap={start:"end",end:"start"};function clamp(e,t,n){return max$1(e,min$1(t,n))}function evaluate(e,t){return typeof e==="function"?e(t):e}function getSide(e){return e.split("-")[0]}function getAlignment(e){return e.split("-")[1]}function getOppositeAxis(e){return e==="x"?"y":"x"}function getAxisLength(e){return e==="y"?"height":"width"}function getSideAxis(e){return["top","bottom"].includes(getSide(e))?"y":"x"}function getAlignmentAxis(e){return getOppositeAxis(getSideAxis(e))}function getAlignmentSides(e,t,n){if(n===void 0){n=false}var r=getAlignment(e);var i=getAlignmentAxis(e);var o=getAxisLength(i);var a=i==="x"?r===(n?"end":"start")?"right":"left":r==="start"?"bottom":"top";if(t.reference[o]>t.floating[o]){a=getOppositePlacement(a)}return[a,getOppositePlacement(a)]}function getExpandedPlacements(e){var t=getOppositePlacement(e);return[getOppositeAlignmentPlacement(e),t,getOppositeAlignmentPlacement(t)]}function getOppositeAlignmentPlacement(e){return e.replace(/start|end/g,(function(e){return oppositeAlignmentMap[e]}))}function getSideList(e,t,n){var r=["left","right"];var i=["right","left"];var o=["top","bottom"];var a=["bottom","top"];switch(e){case"top":case"bottom":if(n)return t?i:r;return t?r:i;case"left":case"right":return t?o:a;default:return[]}}function getOppositeAxisPlacements(e,t,n,r){var i=getAlignment(e);var o=getSideList(getSide(e),n==="start",r);if(i){o=o.map((function(e){return e+"-"+i}));if(t){o=o.concat(o.map(getOppositeAlignmentPlacement))}}return o}function getOppositePlacement(e){return e.replace(/left|right|bottom|top/g,(function(e){return oppositeSideMap[e]}))}function expandPaddingObject(e){return __assign({top:0,right:0,bottom:0,left:0},e)}function getPaddingObject(e){return typeof e!=="number"?expandPaddingObject(e):{top:e,right:e,bottom:e,left:e}}function rectToClientRect(e){return __assign(__assign({},e),{top:e.y,left:e.x,right:e.x+e.width,bottom:e.y+e.height})}function computeCoordsFromPlacement(e,t,n){var r=e.reference,i=e.floating;var o=getSideAxis(t);var a=getAlignmentAxis(t);var l=getAxisLength(a);var s=getSide(t);var c=o==="y";var f=r.x+r.width/2-i.width/2;var u=r.y+r.height/2-i.height/2;var g=r[l]/2-i[l]/2;var d;switch(s){case"top":d={x:f,y:r.y-i.height};break;case"bottom":d={x:f,y:r.y+r.height};break;case"right":d={x:r.x+r.width,y:u};break;case"left":d={x:r.x-i.width,y:u};break;default:d={x:r.x,y:r.y}}switch(getAlignment(t)){case"start":d[a]-=g*(n&&c?-1:1);break;case"end":d[a]+=g*(n&&c?-1:1);break}return d}var computePosition$1=function(e,t,n){return __awaiter(void 0,void 0,void 0,(function(){var r,i,o,a,l,s,c,f,u,g,d,m,v,p,h,y,x,w,_,b,A,S,O,E,C,R;var P,T;return __generator(this,(function(L){switch(L.label){case 0:r=n.placement,i=r===void 0?"bottom":r,o=n.strategy,a=o===void 0?"absolute":o,l=n.middleware,s=l===void 0?[]:l,c=n.platform;f=s.filter(Boolean);return[4,c.isRTL==null?void 0:c.isRTL(t)];case 1:u=L.sent();return[4,c.getElementRects({reference:e,floating:t,strategy:a})];case 2:g=L.sent();d=computeCoordsFromPlacement(g,i,u),m=d.x,v=d.y;p=i;h={};y=0;x=0;L.label=3;case 3:if(!(x<f.length))return[3,11];w=f[x],_=w.name,b=w.fn;return[4,b({x:m,y:v,initialPlacement:i,placement:p,strategy:a,middlewareData:h,rects:g,platform:c,elements:{reference:e,floating:t}})];case 4:A=L.sent(),S=A.x,O=A.y,E=A.data,C=A.reset;m=S!=null?S:m;v=O!=null?O:v;h=__assign(__assign({},h),(P={},P[_]=__assign(__assign({},h[_]),E),P));if(!(C&&y<=50))return[3,10];y++;if(!(typeof C==="object"))return[3,9];if(C.placement){p=C.placement}if(!C.rects)return[3,8];if(!(C.rects===true))return[3,6];return[4,c.getElementRects({reference:e,floating:t,strategy:a})];case 5:R=L.sent();return[3,7];case 6:R=C.rects;L.label=7;case 7:g=R;L.label=8;case 8:T=computeCoordsFromPlacement(g,p,u),m=T.x,v=T.y;L.label=9;case 9:x=-1;return[3,10];case 10:x++;return[3,3];case 11:return[2,{x:m,y:v,placement:p,strategy:a,middlewareData:h}]}}))}))};function detectOverflow(e,t){return __awaiter(this,void 0,void 0,(function(){var n,r,i,o,a,l,s,c,f,u,g,d,m,v,p,h,y,x,w,_,b,A,S,O,E,C,R,P,T,L,N,D,k,B;var W;return __generator(this,(function(M){switch(M.label){case 0:if(t===void 0){t={}}r=e.x,i=e.y,o=e.platform,a=e.rects,l=e.elements,s=e.strategy;c=evaluate(t,e),f=c.boundary,u=f===void 0?"clippingAncestors":f,g=c.rootBoundary,d=g===void 0?"viewport":g,m=c.elementContext,v=m===void 0?"floating":m,p=c.altBoundary,h=p===void 0?false:p,y=c.padding,x=y===void 0?0:y;w=getPaddingObject(x);_=v==="floating"?"reference":"floating";b=l[h?_:v];S=rectToClientRect;E=(O=o).getClippingRect;W={};return[4,o.isElement==null?void 0:o.isElement(b)];case 1:if(!((n=M.sent())!=null?n:true))return[3,2];C=b;return[3,5];case 2:R=b.contextElement;if(R)return[3,4];return[4,o.getDocumentElement==null?void 0:o.getDocumentElement(l.floating)];case 3:R=M.sent();M.label=4;case 4:C=R;M.label=5;case 5:return[4,E.apply(O,[(W.element=C,W.boundary=u,W.rootBoundary=d,W.strategy=s,W)])];case 6:A=S.apply(void 0,[M.sent()]);P=v==="floating"?__assign(__assign({},a.floating),{x:r,y:i}):a.reference;return[4,o.getOffsetParent==null?void 0:o.getOffsetParent(l.floating)];case 7:T=M.sent();return[4,o.isElement==null?void 0:o.isElement(T)];case 8:if(!M.sent())return[3,10];return[4,o.getScale==null?void 0:o.getScale(T)];case 9:N=M.sent()||{x:1,y:1};return[3,11];case 10:N={x:1,y:1};M.label=11;case 11:L=N;k=rectToClientRect;if(!o.convertOffsetParentRelativeRectToViewportRelativeRect)return[3,13];return[4,o.convertOffsetParentRelativeRectToViewportRelativeRect({rect:P,offsetParent:T,strategy:s})];case 12:B=M.sent();return[3,14];case 13:B=P;M.label=14;case 14:D=k.apply(void 0,[B]);return[2,{top:(A.top-D.top+w.top)/L.y,bottom:(D.bottom-A.bottom+w.bottom)/L.y,left:(A.left-D.left+w.left)/L.x,right:(D.right-A.right+w.right)/L.x}]}}))}))}var arrow=function(e){return{name:"arrow",options:e,fn:function(t){return __awaiter(this,void 0,void 0,(function(){var n,r,i,o,a,l,s,c,f,u,g,d,m,v,p,h,y,x,w,_,b,A,S,O,E,C,R,P,T,L,N,D,k,B;var W,M;return __generator(this,(function(F){switch(F.label){case 0:n=t.x,r=t.y,i=t.placement,o=t.rects,a=t.platform,l=t.elements;s=evaluate(e,t)||{},c=s.element,f=s.padding,u=f===void 0?0:f;if(c==null){return[2,{}]}g=getPaddingObject(u);d={x:n,y:r};m=getAlignmentAxis(i);v=getAxisLength(m);return[4,a.getDimensions(c)];case 1:p=F.sent();h=m==="y";y=h?"top":"left";x=h?"bottom":"right";w=h?"clientHeight":"clientWidth";_=o.reference[v]+o.reference[m]-d[m]-o.floating[v];b=d[m]-o.reference[m];return[4,a.getOffsetParent==null?void 0:a.getOffsetParent(c)];case 2:A=F.sent();S=A?A[w]:0;O=!S;if(O)return[3,4];return[4,a.isElement==null?void 0:a.isElement(A)];case 3:O=!F.sent();F.label=4;case 4:if(O){S=l.floating[w]||o.floating[v]}E=_/2-b/2;C=S/2-p[v]/2-1;R=min$1(g[y],C);P=min$1(g[x],C);T=R;L=S-p[v]-P;N=S/2-p[v]/2+E;D=clamp(T,N,L);k=getAlignment(i)!=null&&N!=D&&o.reference[v]/2-(N<T?R:P)-p[v]/2<0;B=k?N<T?T-N:L-N:0;return[2,(W={},W[m]=d[m]-B,W.data=(M={},M[m]=D,M.centerOffset=N-D+B,M),W)]}}))}))}}};var flip=function(e){if(e===void 0){e={}}return{name:"flip",options:e,fn:function(t){return __awaiter(this,void 0,void 0,(function(){var n,r,i,o,a,l,s,c,f,u,g,d,m,v,p,h,y,x,w,_,b,A,S,O,E,C,R,P,T,L,N,D,k,B,W,M;return __generator(this,(function(F){switch(F.label){case 0:r=t.placement,i=t.middlewareData,o=t.rects,a=t.initialPlacement,l=t.platform,s=t.elements;c=evaluate(e,t),f=c.mainAxis,u=f===void 0?true:f,g=c.crossAxis,d=g===void 0?true:g,m=c.fallbackPlacements,v=c.fallbackStrategy,p=v===void 0?"bestFit":v,h=c.fallbackAxisSideDirection,y=h===void 0?"none":h,x=c.flipAlignment,w=x===void 0?true:x,_=__rest(c,["mainAxis","crossAxis","fallbackPlacements","fallbackStrategy","fallbackAxisSideDirection","flipAlignment"]);b=getSide(r);A=getSide(a)===a;return[4,l.isRTL==null?void 0:l.isRTL(s.floating)];case 1:S=F.sent();O=m||(A||!w?[getOppositePlacement(a)]:getExpandedPlacements(a));if(!m&&y!=="none"){O.push.apply(O,getOppositeAxisPlacements(a,w,y,S))}E=__spreadArray([a],O,true);return[4,detectOverflow(t,_)];case 2:C=F.sent();R=[];P=((n=i.flip)==null?void 0:n.overflows)||[];if(u){R.push(C[b])}if(d){T=getAlignmentSides(r,o,S);R.push(C[T[0]],C[T[1]])}P=__spreadArray(__spreadArray([],P,true),[{placement:r,overflows:R}],false);if(!R.every((function(e){return e<=0}))){D=(((L=i.flip)==null?void 0:L.index)||0)+1;k=E[D];if(k){return[2,{data:{index:D,overflows:P},reset:{placement:k}}]}B=(N=P.filter((function(e){return e.overflows[0]<=0})).sort((function(e,t){return e.overflows[1]-t.overflows[1]}))[0])==null?void 0:N.placement;if(!B){switch(p){case"bestFit":{M=(W=P.map((function(e){return[e.placement,e.overflows.filter((function(e){return e>0})).reduce((function(e,t){return e+t}),0)]})).sort((function(e,t){return e[1]-t[1]}))[0])==null?void 0:W[0];if(M){B=M}break}case"initialPlacement":B=a;break}}if(r!==B){return[2,{reset:{placement:B}}]}}return[2,{}]}}))}))}}};function convertValueToCoords(e,t){return __awaiter(this,void 0,void 0,(function(){var n,r,i,o,a,l,s,c,f,u,g,d,m,v;return __generator(this,(function(p){switch(p.label){case 0:n=e.placement,r=e.platform,i=e.elements;return[4,r.isRTL==null?void 0:r.isRTL(i.floating)];case 1:o=p.sent();a=getSide(n);l=getAlignment(n);s=getSideAxis(n)==="y";c=["left","top"].includes(a)?-1:1;f=o&&s?-1:1;u=evaluate(t,e);g=typeof u==="number"?{mainAxis:u,crossAxis:0,alignmentAxis:null}:__assign({mainAxis:0,crossAxis:0,alignmentAxis:null},u),d=g.mainAxis,m=g.crossAxis,v=g.alignmentAxis;if(l&&typeof v==="number"){m=l==="end"?v*-1:v}return[2,s?{x:m*f,y:d*c}:{x:d*c,y:m*f}]}}))}))}var offset=function(e){if(e===void 0){e=0}return{name:"offset",options:e,fn:function(t){return __awaiter(this,void 0,void 0,(function(){var n,r,i;return __generator(this,(function(o){switch(o.label){case 0:n=t.x,r=t.y;return[4,convertValueToCoords(t,e)];case 1:i=o.sent();return[2,{x:n+i.x,y:r+i.y,data:i}]}}))}))}}};var shift=function(e){if(e===void 0){e={}}return{name:"shift",options:e,fn:function(t){return __awaiter(this,void 0,void 0,(function(){var n,r,i,o,a,l,s,c,f,u,g,d,m,v,p,h,y,x,w,_,b,x,w,A,S,O;var E;return __generator(this,(function(C){switch(C.label){case 0:n=t.x,r=t.y,i=t.placement;o=evaluate(e,t),a=o.mainAxis,l=a===void 0?true:a,s=o.crossAxis,c=s===void 0?false:s,f=o.limiter,u=f===void 0?{fn:function(e){var t=e.x,n=e.y;return{x:t,y:n}}}:f,g=__rest(o,["mainAxis","crossAxis","limiter"]);d={x:n,y:r};return[4,detectOverflow(t,g)];case 1:m=C.sent();v=getSideAxis(getSide(i));p=getOppositeAxis(v);h=d[p];y=d[v];if(l){x=p==="y"?"top":"left";w=p==="y"?"bottom":"right";_=h+m[x];b=h-m[w];h=clamp(_,h,b)}if(c){x=v==="y"?"top":"left";w=v==="y"?"bottom":"right";A=y+m[x];S=y-m[w];y=clamp(A,y,S)}O=u.fn(__assign(__assign({},t),(E={},E[p]=h,E[v]=y,E)));return[2,__assign(__assign({},O),{data:{x:O.x-n,y:O.y-r}})]}}))}))}}};function getWindow(e){var t;return((t=e.ownerDocument)==null?void 0:t.defaultView)||window}function getComputedStyle$1(e){return getWindow(e).getComputedStyle(e)}function isNode(e){return e instanceof getWindow(e).Node}function getNodeName(e){return isNode(e)?(e.nodeName||"").toLowerCase():""}function isHTMLElement(e){return e instanceof getWindow(e).HTMLElement}function isElement(e){return e instanceof getWindow(e).Element}function isShadowRoot(e){if(typeof ShadowRoot==="undefined"){return false}var t=getWindow(e).ShadowRoot;return e instanceof t||e instanceof ShadowRoot}function isOverflowElement(e){var t=getComputedStyle$1(e),n=t.overflow,r=t.overflowX,i=t.overflowY,o=t.display;return/auto|scroll|overlay|hidden|clip/.test(n+i+r)&&!["inline","contents"].includes(o)}function isTableElement(e){return["table","td","th"].includes(getNodeName(e))}function isContainingBlock(e){var t=isSafari();var n=getComputedStyle$1(e);return n.transform!=="none"||n.perspective!=="none"||!t&&(n.backdropFilter?n.backdropFilter!=="none":false)||!t&&(n.filter?n.filter!=="none":false)||["transform","perspective","filter"].some((function(e){return(n.willChange||"").includes(e)}))||["paint","layout","strict","content"].some((function(e){return(n.contain||"").includes(e)}))}function isSafari(){if(typeof CSS==="undefined"||!CSS.supports)return false;return CSS.supports("-webkit-backdrop-filter","none")}function isLastTraversableNode(e){return["html","body","#document"].includes(getNodeName(e))}var min=Math.min;var max=Math.max;var round=Math.round;function getCssDimensions(e){var t=getComputedStyle$1(e);var n=parseFloat(t.width)||0;var r=parseFloat(t.height)||0;var i=isHTMLElement(e);var o=i?e.offsetWidth:n;var a=i?e.offsetHeight:r;var l=round(n)!==o||round(r)!==a;if(l){n=o;r=a}return{width:n,height:r,fallback:l}}function unwrapElement(e){return!isElement(e)?e.contextElement:e}var FALLBACK_SCALE={x:1,y:1};function getScale(e){var t=unwrapElement(e);if(!isHTMLElement(t)){return FALLBACK_SCALE}var n=t.getBoundingClientRect();var r=getCssDimensions(t),i=r.width,o=r.height,a=r.fallback;var l=(a?round(n.width):n.width)/i;var s=(a?round(n.height):n.height)/o;if(!l||!Number.isFinite(l)){l=1}if(!s||!Number.isFinite(s)){s=1}return{x:l,y:s}}var noOffsets={x:0,y:0};function getVisualOffsets(e,t,n){var r,i;if(t===void 0){t=true}if(!isSafari()){return noOffsets}var o=e?getWindow(e):window;if(!n||t&&n!==o){return noOffsets}return{x:((r=o.visualViewport)==null?void 0:r.offsetLeft)||0,y:((i=o.visualViewport)==null?void 0:i.offsetTop)||0}}function getBoundingClientRect(e,t,n,r){if(t===void 0){t=false}if(n===void 0){n=false}var i=e.getBoundingClientRect();var o=unwrapElement(e);var a=FALLBACK_SCALE;if(t){if(r){if(isElement(r)){a=getScale(r)}}else{a=getScale(e)}}var l=getVisualOffsets(o,n,r);var s=(i.left+l.x)/a.x;var c=(i.top+l.y)/a.y;var f=i.width/a.x;var u=i.height/a.y;if(o){var g=getWindow(o);var d=r&&isElement(r)?getWindow(r):r;var m=g.frameElement;while(m&&r&&d!==g){var v=getScale(m);var p=m.getBoundingClientRect();var h=getComputedStyle(m);p.x+=(m.clientLeft+parseFloat(h.paddingLeft))*v.x;p.y+=(m.clientTop+parseFloat(h.paddingTop))*v.y;s*=v.x;c*=v.y;f*=v.x;u*=v.y;s+=p.x;c+=p.y;m=getWindow(m).frameElement}}return rectToClientRect({width:f,height:u,x:s,y:c})}function getDocumentElement(e){return((isNode(e)?e.ownerDocument:e.document)||window.document).documentElement}function getNodeScroll(e){if(isElement(e)){return{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}}return{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}function convertOffsetParentRelativeRectToViewportRelativeRect(e){var t=e.rect,n=e.offsetParent,r=e.strategy;var i=isHTMLElement(n);var o=getDocumentElement(n);if(n===o){return t}var a={scrollLeft:0,scrollTop:0};var l={x:1,y:1};var s={x:0,y:0};if(i||!i&&r!=="fixed"){if(getNodeName(n)!=="body"||isOverflowElement(o)){a=getNodeScroll(n)}if(isHTMLElement(n)){var c=getBoundingClientRect(n);l=getScale(n);s.x=c.x+n.clientLeft;s.y=c.y+n.clientTop}}return{width:t.width*l.x,height:t.height*l.y,x:t.x*l.x-a.scrollLeft*l.x+s.x,y:t.y*l.y-a.scrollTop*l.y+s.y}}function getWindowScrollBarX(e){return getBoundingClientRect(getDocumentElement(e)).left+getNodeScroll(e).scrollLeft}function getDocumentRect(e){var t=getDocumentElement(e);var n=getNodeScroll(e);var r=e.ownerDocument.body;var i=max(t.scrollWidth,t.clientWidth,r.scrollWidth,r.clientWidth);var o=max(t.scrollHeight,t.clientHeight,r.scrollHeight,r.clientHeight);var a=-n.scrollLeft+getWindowScrollBarX(e);var l=-n.scrollTop;if(getComputedStyle$1(r).direction==="rtl"){a+=max(t.clientWidth,r.clientWidth)-i}return{width:i,height:o,x:a,y:l}}function getParentNode(e){if(getNodeName(e)==="html"){return e}var t=e.assignedSlot||e.parentNode||isShadowRoot(e)&&e.host||getDocumentElement(e);return isShadowRoot(t)?t.host:t}function getNearestOverflowAncestor(e){var t=getParentNode(e);if(isLastTraversableNode(t)){return t.ownerDocument.body}if(isHTMLElement(t)&&isOverflowElement(t)){return t}return getNearestOverflowAncestor(t)}function getOverflowAncestors(e,t){var n;if(t===void 0){t=[]}var r=getNearestOverflowAncestor(e);var i=r===((n=e.ownerDocument)==null?void 0:n.body);var o=getWindow(r);if(i){return t.concat(o,o.visualViewport||[],isOverflowElement(r)?r:[])}return t.concat(r,getOverflowAncestors(r))}function getViewportRect(e,t){var n=getWindow(e);var r=getDocumentElement(e);var i=n.visualViewport;var o=r.clientWidth;var a=r.clientHeight;var l=0;var s=0;if(i){o=i.width;a=i.height;var c=isSafari();if(!c||c&&t==="fixed"){l=i.offsetLeft;s=i.offsetTop}}return{width:o,height:a,x:l,y:s}}function getInnerBoundingClientRect(e,t){var n=getBoundingClientRect(e,true,t==="fixed");var r=n.top+e.clientTop;var i=n.left+e.clientLeft;var o=isHTMLElement(e)?getScale(e):{x:1,y:1};var a=e.clientWidth*o.x;var l=e.clientHeight*o.y;var s=i*o.x;var c=r*o.y;return{width:a,height:l,x:s,y:c}}function getClientRectFromClippingAncestor(e,t,n){var r;if(t==="viewport"){r=getViewportRect(e,n)}else if(t==="document"){r=getDocumentRect(getDocumentElement(e))}else if(isElement(t)){r=getInnerBoundingClientRect(t,n)}else{var i=getVisualOffsets(e);r=__assign(__assign({},t),{x:t.x-i.x,y:t.y-i.y})}return rectToClientRect(r)}function hasFixedPositionAncestor(e,t){var n=getParentNode(e);if(n===t||!isElement(n)||isLastTraversableNode(n)){return false}return getComputedStyle$1(n).position==="fixed"||hasFixedPositionAncestor(n,t)}function getClippingElementAncestors(e,t){var n=t.get(e);if(n){return n}var r=getOverflowAncestors(e).filter((function(e){return isElement(e)&&getNodeName(e)!=="body"}));var i=null;var o=getComputedStyle$1(e).position==="fixed";var a=o?getParentNode(e):e;while(isElement(a)&&!isLastTraversableNode(a)){var l=getComputedStyle$1(a);var s=isContainingBlock(a);if(!s&&l.position==="fixed"){i=null}var c=o?!s&&!i:!s&&l.position==="static"&&!!i&&["absolute","fixed"].includes(i.position)||isOverflowElement(a)&&!s&&hasFixedPositionAncestor(e,a);if(c){r=r.filter((function(e){return e!==a}))}else{i=l}a=getParentNode(a)}t.set(e,r);return r}function getClippingRect(e){var t=e.element,n=e.boundary,r=e.rootBoundary,i=e.strategy;var o=n==="clippingAncestors"?getClippingElementAncestors(t,this._c):[].concat(n);var a=__spreadArray(__spreadArray([],o,true),[r],false);var l=a[0];var s=a.reduce((function(e,n){var r=getClientRectFromClippingAncestor(t,n,i);e.top=max(r.top,e.top);e.right=min(r.right,e.right);e.bottom=min(r.bottom,e.bottom);e.left=max(r.left,e.left);return e}),getClientRectFromClippingAncestor(t,l,i));return{width:s.right-s.left,height:s.bottom-s.top,x:s.left,y:s.top}}function getDimensions(e){return getCssDimensions(e)}function getTrueOffsetParent(e,t){if(!isHTMLElement(e)||getComputedStyle$1(e).position==="fixed"){return null}if(t){return t(e)}return e.offsetParent}function getContainingBlock(e){var t=getParentNode(e);while(isHTMLElement(t)&&!isLastTraversableNode(t)){if(isContainingBlock(t)){return t}else{t=getParentNode(t)}}return null}function getOffsetParent(e,t){var n=getWindow(e);if(!isHTMLElement(e)){return n}var r=getTrueOffsetParent(e,t);while(r&&isTableElement(r)&&getComputedStyle$1(r).position==="static"){r=getTrueOffsetParent(r,t)}if(r&&(getNodeName(r)==="html"||getNodeName(r)==="body"&&getComputedStyle$1(r).position==="static"&&!isContainingBlock(r))){return n}return r||getContainingBlock(e)||n}function getRectRelativeToOffsetParent(e,t,n){var r=isHTMLElement(t);var i=getDocumentElement(t);var o=n==="fixed";var a=getBoundingClientRect(e,true,o,t);var l={scrollLeft:0,scrollTop:0};var s={x:0,y:0};if(r||!r&&!o){if(getNodeName(t)!=="body"||isOverflowElement(i)){l=getNodeScroll(t)}if(isHTMLElement(t)){var c=getBoundingClientRect(t,true,o,t);s.x=c.x+t.clientLeft;s.y=c.y+t.clientTop}else if(i){s.x=getWindowScrollBarX(i)}}return{x:a.left+l.scrollLeft-s.x,y:a.top+l.scrollTop-s.y,width:a.width,height:a.height}}var platform={getClippingRect:getClippingRect,convertOffsetParentRelativeRectToViewportRelativeRect:convertOffsetParentRelativeRectToViewportRelativeRect,isElement:isElement,getDimensions:getDimensions,getOffsetParent:getOffsetParent,getDocumentElement:getDocumentElement,getScale:getScale,getElementRects:function(e){return __awaiter(this,void 0,void 0,(function(){var t,n,r,i,o,a,l,s;var c;return __generator(this,(function(f){switch(f.label){case 0:t=e.reference,n=e.floating,r=e.strategy;i=this.getOffsetParent||getOffsetParent;o=this.getDimensions;c={};a=getRectRelativeToOffsetParent;l=[t];return[4,i(n)];case 1:c.reference=a.apply(void 0,l.concat([f.sent(),r]));s=[{x:0,y:0}];return[4,o(n)];case 2:return[2,(c.floating=__assign.apply(void 0,s.concat([f.sent()])),c)]}}))}))},getClientRects:function(e){return Array.from(e.getClientRects())},isRTL:function(e){return getComputedStyle$1(e).direction==="rtl"}};var computePosition=function(e,t,n){var r=new Map;var i=__assign({platform:platform},n);var o=__assign(__assign({},i.platform),{_c:r});return computePosition$1(e,t,__assign(__assign({},i),{platform:o}))};export{arrow as a,computePosition as c,flip as f,offset as o,shift as s};
4
+ */var min$1=Math.min;var max$1=Math.max;var oppositeSideMap={left:"right",right:"left",bottom:"top",top:"bottom"};var oppositeAlignmentMap={start:"end",end:"start"};function clamp(e,t,n){return max$1(e,min$1(t,n))}function evaluate(e,t){return typeof e==="function"?e(t):e}function getSide(e){return e.split("-")[0]}function getAlignment(e){return e.split("-")[1]}function getOppositeAxis(e){return e==="x"?"y":"x"}function getAxisLength(e){return e==="y"?"height":"width"}function getSideAxis(e){return["top","bottom"].includes(getSide(e))?"y":"x"}function getAlignmentAxis(e){return getOppositeAxis(getSideAxis(e))}function getAlignmentSides(e,t,n){if(n===void 0){n=false}var r=getAlignment(e);var i=getAlignmentAxis(e);var o=getAxisLength(i);var a=i==="x"?r===(n?"end":"start")?"right":"left":r==="start"?"bottom":"top";if(t.reference[o]>t.floating[o]){a=getOppositePlacement(a)}return[a,getOppositePlacement(a)]}function getExpandedPlacements(e){var t=getOppositePlacement(e);return[getOppositeAlignmentPlacement(e),t,getOppositeAlignmentPlacement(t)]}function getOppositeAlignmentPlacement(e){return e.replace(/start|end/g,(function(e){return oppositeAlignmentMap[e]}))}function getSideList(e,t,n){var r=["left","right"];var i=["right","left"];var o=["top","bottom"];var a=["bottom","top"];switch(e){case"top":case"bottom":if(n)return t?i:r;return t?r:i;case"left":case"right":return t?o:a;default:return[]}}function getOppositeAxisPlacements(e,t,n,r){var i=getAlignment(e);var o=getSideList(getSide(e),n==="start",r);if(i){o=o.map((function(e){return e+"-"+i}));if(t){o=o.concat(o.map(getOppositeAlignmentPlacement))}}return o}function getOppositePlacement(e){return e.replace(/left|right|bottom|top/g,(function(e){return oppositeSideMap[e]}))}function expandPaddingObject(e){return __assign({top:0,right:0,bottom:0,left:0},e)}function getPaddingObject(e){return typeof e!=="number"?expandPaddingObject(e):{top:e,right:e,bottom:e,left:e}}function rectToClientRect(e){return __assign(__assign({},e),{top:e.y,left:e.x,right:e.x+e.width,bottom:e.y+e.height})}function computeCoordsFromPlacement(e,t,n){var r=e.reference,i=e.floating;var o=getSideAxis(t);var a=getAlignmentAxis(t);var s=getAxisLength(a);var u=getSide(t);var c=o==="y";var l=r.x+r.width/2-i.width/2;var f=r.y+r.height/2-i.height/2;var g=r[s]/2-i[s]/2;var v;switch(u){case"top":v={x:l,y:r.y-i.height};break;case"bottom":v={x:l,y:r.y+r.height};break;case"right":v={x:r.x+r.width,y:f};break;case"left":v={x:r.x-i.width,y:f};break;default:v={x:r.x,y:r.y}}switch(getAlignment(t)){case"start":v[a]-=g*(n&&c?-1:1);break;case"end":v[a]+=g*(n&&c?-1:1);break}return v}var computePosition$1=function(e,t,n){return __awaiter(void 0,void 0,void 0,(function(){var r,i,o,a,s,u,c,l,f,g,v,d,m,p,h,_,w,y,x,A,b,S,C,O,E,P;var R,N;return __generator(this,(function(T){switch(T.label){case 0:r=n.placement,i=r===void 0?"bottom":r,o=n.strategy,a=o===void 0?"absolute":o,s=n.middleware,u=s===void 0?[]:s,c=n.platform;l=u.filter(Boolean);return[4,c.isRTL==null?void 0:c.isRTL(t)];case 1:f=T.sent();return[4,c.getElementRects({reference:e,floating:t,strategy:a})];case 2:g=T.sent();v=computeCoordsFromPlacement(g,i,f),d=v.x,m=v.y;p=i;h={};_=0;w=0;T.label=3;case 3:if(!(w<l.length))return[3,11];y=l[w],x=y.name,A=y.fn;return[4,A({x:d,y:m,initialPlacement:i,placement:p,strategy:a,middlewareData:h,rects:g,platform:c,elements:{reference:e,floating:t}})];case 4:b=T.sent(),S=b.x,C=b.y,O=b.data,E=b.reset;d=S!=null?S:d;m=C!=null?C:m;h=__assign(__assign({},h),(R={},R[x]=__assign(__assign({},h[x]),O),R));if(!(E&&_<=50))return[3,10];_++;if(!(typeof E==="object"))return[3,9];if(E.placement){p=E.placement}if(!E.rects)return[3,8];if(!(E.rects===true))return[3,6];return[4,c.getElementRects({reference:e,floating:t,strategy:a})];case 5:P=T.sent();return[3,7];case 6:P=E.rects;T.label=7;case 7:g=P;T.label=8;case 8:N=computeCoordsFromPlacement(g,p,f),d=N.x,m=N.y;T.label=9;case 9:w=-1;return[3,10];case 10:w++;return[3,3];case 11:return[2,{x:d,y:m,placement:p,strategy:a,middlewareData:h}]}}))}))};function detectOverflow(e,t){return __awaiter(this,void 0,void 0,(function(){var n,r,i,o,a,s,u,c,l,f,g,v,d,m,p,h,_,w,y,x,A,b,S,C,O,E,P,R,N,T,L,k,M,B;var D;return __generator(this,(function($){switch($.label){case 0:if(t===void 0){t={}}r=e.x,i=e.y,o=e.platform,a=e.rects,s=e.elements,u=e.strategy;c=evaluate(t,e),l=c.boundary,f=l===void 0?"clippingAncestors":l,g=c.rootBoundary,v=g===void 0?"viewport":g,d=c.elementContext,m=d===void 0?"floating":d,p=c.altBoundary,h=p===void 0?false:p,_=c.padding,w=_===void 0?0:_;y=getPaddingObject(w);x=m==="floating"?"reference":"floating";A=s[h?x:m];S=rectToClientRect;O=(C=o).getClippingRect;D={};return[4,o.isElement==null?void 0:o.isElement(A)];case 1:if(!((n=$.sent())!=null?n:true))return[3,2];E=A;return[3,5];case 2:P=A.contextElement;if(P)return[3,4];return[4,o.getDocumentElement==null?void 0:o.getDocumentElement(s.floating)];case 3:P=$.sent();$.label=4;case 4:E=P;$.label=5;case 5:return[4,O.apply(C,[(D.element=E,D.boundary=f,D.rootBoundary=v,D.strategy=u,D)])];case 6:b=S.apply(void 0,[$.sent()]);R=m==="floating"?__assign(__assign({},a.floating),{x:r,y:i}):a.reference;return[4,o.getOffsetParent==null?void 0:o.getOffsetParent(s.floating)];case 7:N=$.sent();return[4,o.isElement==null?void 0:o.isElement(N)];case 8:if(!$.sent())return[3,10];return[4,o.getScale==null?void 0:o.getScale(N)];case 9:L=$.sent()||{x:1,y:1};return[3,11];case 10:L={x:1,y:1};$.label=11;case 11:T=L;M=rectToClientRect;if(!o.convertOffsetParentRelativeRectToViewportRelativeRect)return[3,13];return[4,o.convertOffsetParentRelativeRectToViewportRelativeRect({rect:R,offsetParent:N,strategy:u})];case 12:B=$.sent();return[3,14];case 13:B=R;$.label=14;case 14:k=M.apply(void 0,[B]);return[2,{top:(b.top-k.top+y.top)/T.y,bottom:(k.bottom-b.bottom+y.bottom)/T.y,left:(b.left-k.left+y.left)/T.x,right:(k.right-b.right+y.right)/T.x}]}}))}))}var arrow=function(e){return{name:"arrow",options:e,fn:function(t){return __awaiter(this,void 0,void 0,(function(){var n,r,i,o,a,s,u,c,l,f,g,v,d,m,p,h,_,w,y,x,A,b,S,C,O,E,P,R,N,T,L,k,M,B;var D,$;return __generator(this,(function(F){switch(F.label){case 0:n=t.x,r=t.y,i=t.placement,o=t.rects,a=t.platform,s=t.elements;u=evaluate(e,t)||{},c=u.element,l=u.padding,f=l===void 0?0:l;if(c==null){return[2,{}]}g=getPaddingObject(f);v={x:n,y:r};d=getAlignmentAxis(i);m=getAxisLength(d);return[4,a.getDimensions(c)];case 1:p=F.sent();h=d==="y";_=h?"top":"left";w=h?"bottom":"right";y=h?"clientHeight":"clientWidth";x=o.reference[m]+o.reference[d]-v[d]-o.floating[m];A=v[d]-o.reference[d];return[4,a.getOffsetParent==null?void 0:a.getOffsetParent(c)];case 2:b=F.sent();S=b?b[y]:0;C=!S;if(C)return[3,4];return[4,a.isElement==null?void 0:a.isElement(b)];case 3:C=!F.sent();F.label=4;case 4:if(C){S=s.floating[y]||o.floating[m]}O=x/2-A/2;E=S/2-p[m]/2-1;P=min$1(g[_],E);R=min$1(g[w],E);N=P;T=S-p[m]-R;L=S/2-p[m]/2+O;k=clamp(N,L,T);M=getAlignment(i)!=null&&L!=k&&o.reference[m]/2-(L<N?P:R)-p[m]/2<0;B=M?L<N?N-L:T-L:0;return[2,(D={},D[d]=v[d]-B,D.data=($={},$[d]=k,$.centerOffset=L-k+B,$),D)]}}))}))}}};var flip=function(e){if(e===void 0){e={}}return{name:"flip",options:e,fn:function(t){return __awaiter(this,void 0,void 0,(function(){var n,r,i,o,a,s,u,c,l,f,g,v,d,m,p,h,_,w,y,x,A,b,S,C,O,E,P,R,N,T,L,k,M,B,D,$;return __generator(this,(function(F){switch(F.label){case 0:r=t.placement,i=t.middlewareData,o=t.rects,a=t.initialPlacement,s=t.platform,u=t.elements;c=evaluate(e,t),l=c.mainAxis,f=l===void 0?true:l,g=c.crossAxis,v=g===void 0?true:g,d=c.fallbackPlacements,m=c.fallbackStrategy,p=m===void 0?"bestFit":m,h=c.fallbackAxisSideDirection,_=h===void 0?"none":h,w=c.flipAlignment,y=w===void 0?true:w,x=__rest(c,["mainAxis","crossAxis","fallbackPlacements","fallbackStrategy","fallbackAxisSideDirection","flipAlignment"]);A=getSide(r);b=getSide(a)===a;return[4,s.isRTL==null?void 0:s.isRTL(u.floating)];case 1:S=F.sent();C=d||(b||!y?[getOppositePlacement(a)]:getExpandedPlacements(a));if(!d&&_!=="none"){C.push.apply(C,getOppositeAxisPlacements(a,y,_,S))}O=__spreadArray([a],C,true);return[4,detectOverflow(t,x)];case 2:E=F.sent();P=[];R=((n=i.flip)==null?void 0:n.overflows)||[];if(f){P.push(E[A])}if(v){N=getAlignmentSides(r,o,S);P.push(E[N[0]],E[N[1]])}R=__spreadArray(__spreadArray([],R,true),[{placement:r,overflows:P}],false);if(!P.every((function(e){return e<=0}))){k=(((T=i.flip)==null?void 0:T.index)||0)+1;M=O[k];if(M){return[2,{data:{index:k,overflows:R},reset:{placement:M}}]}B=(L=R.filter((function(e){return e.overflows[0]<=0})).sort((function(e,t){return e.overflows[1]-t.overflows[1]}))[0])==null?void 0:L.placement;if(!B){switch(p){case"bestFit":{$=(D=R.map((function(e){return[e.placement,e.overflows.filter((function(e){return e>0})).reduce((function(e,t){return e+t}),0)]})).sort((function(e,t){return e[1]-t[1]}))[0])==null?void 0:D[0];if($){B=$}break}case"initialPlacement":B=a;break}}if(r!==B){return[2,{reset:{placement:B}}]}}return[2,{}]}}))}))}}};function convertValueToCoords(e,t){return __awaiter(this,void 0,void 0,(function(){var n,r,i,o,a,s,u,c,l,f,g,v,d,m;return __generator(this,(function(p){switch(p.label){case 0:n=e.placement,r=e.platform,i=e.elements;return[4,r.isRTL==null?void 0:r.isRTL(i.floating)];case 1:o=p.sent();a=getSide(n);s=getAlignment(n);u=getSideAxis(n)==="y";c=["left","top"].includes(a)?-1:1;l=o&&u?-1:1;f=evaluate(t,e);g=typeof f==="number"?{mainAxis:f,crossAxis:0,alignmentAxis:null}:__assign({mainAxis:0,crossAxis:0,alignmentAxis:null},f),v=g.mainAxis,d=g.crossAxis,m=g.alignmentAxis;if(s&&typeof m==="number"){d=s==="end"?m*-1:m}return[2,u?{x:d*l,y:v*c}:{x:v*c,y:d*l}]}}))}))}var offset=function(e){if(e===void 0){e=0}return{name:"offset",options:e,fn:function(t){return __awaiter(this,void 0,void 0,(function(){var n,r,i;return __generator(this,(function(o){switch(o.label){case 0:n=t.x,r=t.y;return[4,convertValueToCoords(t,e)];case 1:i=o.sent();return[2,{x:n+i.x,y:r+i.y,data:i}]}}))}))}}};var shift=function(e){if(e===void 0){e={}}return{name:"shift",options:e,fn:function(t){return __awaiter(this,void 0,void 0,(function(){var n,r,i,o,a,s,u,c,l,f,g,v,d,m,p,h,_,w,y,x,A,w,y,b,S,C;var O;return __generator(this,(function(E){switch(E.label){case 0:n=t.x,r=t.y,i=t.placement;o=evaluate(e,t),a=o.mainAxis,s=a===void 0?true:a,u=o.crossAxis,c=u===void 0?false:u,l=o.limiter,f=l===void 0?{fn:function(e){var t=e.x,n=e.y;return{x:t,y:n}}}:l,g=__rest(o,["mainAxis","crossAxis","limiter"]);v={x:n,y:r};return[4,detectOverflow(t,g)];case 1:d=E.sent();m=getSideAxis(getSide(i));p=getOppositeAxis(m);h=v[p];_=v[m];if(s){w=p==="y"?"top":"left";y=p==="y"?"bottom":"right";x=h+d[w];A=h-d[y];h=clamp(x,h,A)}if(c){w=m==="y"?"top":"left";y=m==="y"?"bottom":"right";b=_+d[w];S=_-d[y];_=clamp(b,_,S)}C=f.fn(__assign(__assign({},t),(O={},O[p]=h,O[m]=_,O)));return[2,__assign(__assign({},C),{data:{x:C.x-n,y:C.y-r}})]}}))}))}}};function getWindow(e){var t;return((t=e.ownerDocument)==null?void 0:t.defaultView)||window}function getComputedStyle$1(e){return getWindow(e).getComputedStyle(e)}function isNode(e){return e instanceof getWindow(e).Node}function getNodeName(e){return isNode(e)?(e.nodeName||"").toLowerCase():""}function isHTMLElement(e){return e instanceof getWindow(e).HTMLElement}function isElement(e){return e instanceof getWindow(e).Element}function isShadowRoot(e){if(typeof ShadowRoot==="undefined"){return false}var t=getWindow(e).ShadowRoot;return e instanceof t||e instanceof ShadowRoot}function isOverflowElement(e){var t=getComputedStyle$1(e),n=t.overflow,r=t.overflowX,i=t.overflowY,o=t.display;return/auto|scroll|overlay|hidden|clip/.test(n+i+r)&&!["inline","contents"].includes(o)}function isTableElement(e){return["table","td","th"].includes(getNodeName(e))}function isContainingBlock(e){var t=isSafari();var n=getComputedStyle$1(e);return n.transform!=="none"||n.perspective!=="none"||!t&&(n.backdropFilter?n.backdropFilter!=="none":false)||!t&&(n.filter?n.filter!=="none":false)||["transform","perspective","filter"].some((function(e){return(n.willChange||"").includes(e)}))||["paint","layout","strict","content"].some((function(e){return(n.contain||"").includes(e)}))}function isSafari(){if(typeof CSS==="undefined"||!CSS.supports)return false;return CSS.supports("-webkit-backdrop-filter","none")}function isLastTraversableNode(e){return["html","body","#document"].includes(getNodeName(e))}var min=Math.min;var max=Math.max;var round=Math.round;function getCssDimensions(e){var t=getComputedStyle$1(e);var n=parseFloat(t.width)||0;var r=parseFloat(t.height)||0;var i=isHTMLElement(e);var o=i?e.offsetWidth:n;var a=i?e.offsetHeight:r;var s=round(n)!==o||round(r)!==a;if(s){n=o;r=a}return{width:n,height:r,fallback:s}}function unwrapElement(e){return!isElement(e)?e.contextElement:e}var FALLBACK_SCALE={x:1,y:1};function getScale(e){var t=unwrapElement(e);if(!isHTMLElement(t)){return FALLBACK_SCALE}var n=t.getBoundingClientRect();var r=getCssDimensions(t),i=r.width,o=r.height,a=r.fallback;var s=(a?round(n.width):n.width)/i;var u=(a?round(n.height):n.height)/o;if(!s||!Number.isFinite(s)){s=1}if(!u||!Number.isFinite(u)){u=1}return{x:s,y:u}}var noOffsets={x:0,y:0};function getVisualOffsets(e,t,n){var r,i;if(t===void 0){t=true}if(!isSafari()){return noOffsets}var o=e?getWindow(e):window;if(!n||t&&n!==o){return noOffsets}return{x:((r=o.visualViewport)==null?void 0:r.offsetLeft)||0,y:((i=o.visualViewport)==null?void 0:i.offsetTop)||0}}function getBoundingClientRect(e,t,n,r){if(t===void 0){t=false}if(n===void 0){n=false}var i=e.getBoundingClientRect();var o=unwrapElement(e);var a=FALLBACK_SCALE;if(t){if(r){if(isElement(r)){a=getScale(r)}}else{a=getScale(e)}}var s=getVisualOffsets(o,n,r);var u=(i.left+s.x)/a.x;var c=(i.top+s.y)/a.y;var l=i.width/a.x;var f=i.height/a.y;if(o){var g=getWindow(o);var v=r&&isElement(r)?getWindow(r):r;var d=g.frameElement;while(d&&r&&v!==g){var m=getScale(d);var p=d.getBoundingClientRect();var h=getComputedStyle(d);p.x+=(d.clientLeft+parseFloat(h.paddingLeft))*m.x;p.y+=(d.clientTop+parseFloat(h.paddingTop))*m.y;u*=m.x;c*=m.y;l*=m.x;f*=m.y;u+=p.x;c+=p.y;d=getWindow(d).frameElement}}return rectToClientRect({width:l,height:f,x:u,y:c})}function getDocumentElement(e){return((isNode(e)?e.ownerDocument:e.document)||window.document).documentElement}function getNodeScroll(e){if(isElement(e)){return{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}}return{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}function convertOffsetParentRelativeRectToViewportRelativeRect(e){var t=e.rect,n=e.offsetParent,r=e.strategy;var i=isHTMLElement(n);var o=getDocumentElement(n);if(n===o){return t}var a={scrollLeft:0,scrollTop:0};var s={x:1,y:1};var u={x:0,y:0};if(i||!i&&r!=="fixed"){if(getNodeName(n)!=="body"||isOverflowElement(o)){a=getNodeScroll(n)}if(isHTMLElement(n)){var c=getBoundingClientRect(n);s=getScale(n);u.x=c.x+n.clientLeft;u.y=c.y+n.clientTop}}return{width:t.width*s.x,height:t.height*s.y,x:t.x*s.x-a.scrollLeft*s.x+u.x,y:t.y*s.y-a.scrollTop*s.y+u.y}}function getWindowScrollBarX(e){return getBoundingClientRect(getDocumentElement(e)).left+getNodeScroll(e).scrollLeft}function getDocumentRect(e){var t=getDocumentElement(e);var n=getNodeScroll(e);var r=e.ownerDocument.body;var i=max(t.scrollWidth,t.clientWidth,r.scrollWidth,r.clientWidth);var o=max(t.scrollHeight,t.clientHeight,r.scrollHeight,r.clientHeight);var a=-n.scrollLeft+getWindowScrollBarX(e);var s=-n.scrollTop;if(getComputedStyle$1(r).direction==="rtl"){a+=max(t.clientWidth,r.clientWidth)-i}return{width:i,height:o,x:a,y:s}}function getParentNode(e){if(getNodeName(e)==="html"){return e}var t=e.assignedSlot||e.parentNode||isShadowRoot(e)&&e.host||getDocumentElement(e);return isShadowRoot(t)?t.host:t}function getNearestOverflowAncestor(e){var t=getParentNode(e);if(isLastTraversableNode(t)){return t.ownerDocument.body}if(isHTMLElement(t)&&isOverflowElement(t)){return t}return getNearestOverflowAncestor(t)}function getOverflowAncestors(e,t){var n;if(t===void 0){t=[]}var r=getNearestOverflowAncestor(e);var i=r===((n=e.ownerDocument)==null?void 0:n.body);var o=getWindow(r);if(i){return t.concat(o,o.visualViewport||[],isOverflowElement(r)?r:[])}return t.concat(r,getOverflowAncestors(r))}function getViewportRect(e,t){var n=getWindow(e);var r=getDocumentElement(e);var i=n.visualViewport;var o=r.clientWidth;var a=r.clientHeight;var s=0;var u=0;if(i){o=i.width;a=i.height;var c=isSafari();if(!c||c&&t==="fixed"){s=i.offsetLeft;u=i.offsetTop}}return{width:o,height:a,x:s,y:u}}function getInnerBoundingClientRect(e,t){var n=getBoundingClientRect(e,true,t==="fixed");var r=n.top+e.clientTop;var i=n.left+e.clientLeft;var o=isHTMLElement(e)?getScale(e):{x:1,y:1};var a=e.clientWidth*o.x;var s=e.clientHeight*o.y;var u=i*o.x;var c=r*o.y;return{width:a,height:s,x:u,y:c}}function getClientRectFromClippingAncestor(e,t,n){var r;if(t==="viewport"){r=getViewportRect(e,n)}else if(t==="document"){r=getDocumentRect(getDocumentElement(e))}else if(isElement(t)){r=getInnerBoundingClientRect(t,n)}else{var i=getVisualOffsets(e);r=__assign(__assign({},t),{x:t.x-i.x,y:t.y-i.y})}return rectToClientRect(r)}function hasFixedPositionAncestor(e,t){var n=getParentNode(e);if(n===t||!isElement(n)||isLastTraversableNode(n)){return false}return getComputedStyle$1(n).position==="fixed"||hasFixedPositionAncestor(n,t)}function getClippingElementAncestors(e,t){var n=t.get(e);if(n){return n}var r=getOverflowAncestors(e).filter((function(e){return isElement(e)&&getNodeName(e)!=="body"}));var i=null;var o=getComputedStyle$1(e).position==="fixed";var a=o?getParentNode(e):e;while(isElement(a)&&!isLastTraversableNode(a)){var s=getComputedStyle$1(a);var u=isContainingBlock(a);if(!u&&s.position==="fixed"){i=null}var c=o?!u&&!i:!u&&s.position==="static"&&!!i&&["absolute","fixed"].includes(i.position)||isOverflowElement(a)&&!u&&hasFixedPositionAncestor(e,a);if(c){r=r.filter((function(e){return e!==a}))}else{i=s}a=getParentNode(a)}t.set(e,r);return r}function getClippingRect(e){var t=e.element,n=e.boundary,r=e.rootBoundary,i=e.strategy;var o=n==="clippingAncestors"?getClippingElementAncestors(t,this._c):[].concat(n);var a=__spreadArray(__spreadArray([],o,true),[r],false);var s=a[0];var u=a.reduce((function(e,n){var r=getClientRectFromClippingAncestor(t,n,i);e.top=max(r.top,e.top);e.right=min(r.right,e.right);e.bottom=min(r.bottom,e.bottom);e.left=max(r.left,e.left);return e}),getClientRectFromClippingAncestor(t,s,i));return{width:u.right-u.left,height:u.bottom-u.top,x:u.left,y:u.top}}function getDimensions(e){return getCssDimensions(e)}function getTrueOffsetParent(e,t){if(!isHTMLElement(e)||getComputedStyle$1(e).position==="fixed"){return null}if(t){return t(e)}return e.offsetParent}function getContainingBlock(e){var t=getParentNode(e);while(isHTMLElement(t)&&!isLastTraversableNode(t)){if(isContainingBlock(t)){return t}else{t=getParentNode(t)}}return null}function getOffsetParent(e,t){var n=getWindow(e);if(!isHTMLElement(e)){return n}var r=getTrueOffsetParent(e,t);while(r&&isTableElement(r)&&getComputedStyle$1(r).position==="static"){r=getTrueOffsetParent(r,t)}if(r&&(getNodeName(r)==="html"||getNodeName(r)==="body"&&getComputedStyle$1(r).position==="static"&&!isContainingBlock(r))){return n}return r||getContainingBlock(e)||n}function getRectRelativeToOffsetParent(e,t,n){var r=isHTMLElement(t);var i=getDocumentElement(t);var o=n==="fixed";var a=getBoundingClientRect(e,true,o,t);var s={scrollLeft:0,scrollTop:0};var u={x:0,y:0};if(r||!r&&!o){if(getNodeName(t)!=="body"||isOverflowElement(i)){s=getNodeScroll(t)}if(isHTMLElement(t)){var c=getBoundingClientRect(t,true,o,t);u.x=c.x+t.clientLeft;u.y=c.y+t.clientTop}else if(i){u.x=getWindowScrollBarX(i)}}return{x:a.left+s.scrollLeft-u.x,y:a.top+s.scrollTop-u.y,width:a.width,height:a.height}}var platform={getClippingRect:getClippingRect,convertOffsetParentRelativeRectToViewportRelativeRect:convertOffsetParentRelativeRectToViewportRelativeRect,isElement:isElement,getDimensions:getDimensions,getOffsetParent:getOffsetParent,getDocumentElement:getDocumentElement,getScale:getScale,getElementRects:function(e){return __awaiter(this,void 0,void 0,(function(){var t,n,r,i,o,a,s,u;var c;return __generator(this,(function(l){switch(l.label){case 0:t=e.reference,n=e.floating,r=e.strategy;i=this.getOffsetParent||getOffsetParent;o=this.getDimensions;c={};a=getRectRelativeToOffsetParent;s=[t];return[4,i(n)];case 1:c.reference=a.apply(void 0,s.concat([l.sent(),r]));u=[{x:0,y:0}];return[4,o(n)];case 2:return[2,(c.floating=__assign.apply(void 0,u.concat([l.sent()])),c)]}}))}))},getClientRects:function(e){return Array.from(e.getClientRects())},isRTL:function(e){return getComputedStyle$1(e).direction==="rtl"}};var computePosition=function(e,t,n){var r=new Map;var i=__assign({platform:platform},n);var o=__assign(__assign({},i.platform),{_c:r});return computePosition$1(e,t,__assign(__assign({},i),{platform:o}))};export{arrow as a,computePosition as c,flip as f,offset as o,shift as s};
@@ -0,0 +1,4 @@
1
+ /*!
2
+ * Built with Duet Design System
3
+ */
4
+ import{h}from"./index-bb518df4.js";var focusElement=function(u){if("setFocus"in u){u.setFocus()}else{u.focus()}};var FocusGuard=function(u){var e=u.moveFocusTo;return h("div",{class:"duet-focus-guard","aria-hidden":"true",tabIndex:0,onFocus:function(){return focusElement(e)}})};export{FocusGuard as F,focusElement as f};