@duetds/components 10.0.0-alpha.2 → 10.0.0-alpha.20

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 (1082) hide show
  1. package/hydrate/index.d.ts +38 -7
  2. package/hydrate/index.js +11119 -4035
  3. package/hydrate/index.mjs +45109 -0
  4. package/lib/cjs/_commonjsHelpers-4N64IRaP.js +10 -0
  5. package/lib/cjs/{a11y-utils-8177cf00.js → a11y-utils-qqRC-Gci.js} +1 -1
  6. package/lib/cjs/action-arrow-down-small-CDsSJFvZ.js +21 -0
  7. package/lib/cjs/action-new-window-small-BWlVx6YN.js +21 -0
  8. package/lib/cjs/{app-globals-718a3704.js → app-globals-B6AFACoz.js} +2 -2
  9. package/lib/cjs/duet-action-button.cjs.entry.js +83 -28
  10. package/lib/cjs/duet-alert.cjs.entry.js +87 -42
  11. package/lib/cjs/duet-badge.cjs.entry.js +18 -8
  12. package/lib/cjs/duet-banner.cjs.entry.js +50 -24
  13. package/lib/cjs/duet-breadcrumb.cjs.entry.js +35 -15
  14. package/lib/cjs/duet-breadcrumbs.cjs.entry.js +19 -13
  15. package/lib/cjs/duet-button_2.cjs.entry.js +160 -64
  16. package/lib/cjs/duet-callout.cjs.entry.js +12 -9
  17. package/lib/cjs/duet-caption_4.cjs.entry.js +202 -72
  18. package/lib/cjs/duet-card.cjs.entry.js +86 -33
  19. package/lib/cjs/duet-checkbox.cjs.entry.js +68 -32
  20. package/lib/cjs/duet-checkmark.cjs.entry.js +20 -8
  21. package/lib/cjs/duet-chip.cjs.entry.js +349 -0
  22. package/lib/cjs/duet-choice_2.cjs.entry.js +246 -111
  23. package/lib/cjs/duet-collapsible.cjs.entry.js +79 -26
  24. package/lib/cjs/duet-combobox.cjs.entry.js +84 -47
  25. package/lib/cjs/duet-contact-card.cjs.entry.js +16 -17
  26. package/lib/cjs/duet-cookie-consent.cjs.entry.js +13 -10
  27. package/lib/cjs/duet-date-picker.cjs.entry.js +151 -55
  28. package/lib/cjs/duet-divider_2.cjs.entry.js +28 -12
  29. package/lib/cjs/duet-editable-table_3.cjs.entry.js +1033 -258
  30. package/lib/cjs/duet-empty-state.cjs.entry.js +14 -8
  31. package/lib/cjs/duet-fieldset.cjs.entry.js +47 -18
  32. package/lib/cjs/duet-file-chooser.cjs.entry.js +17 -10
  33. package/lib/cjs/duet-footer.cjs.entry.js +55 -29
  34. package/lib/cjs/duet-grid_2.cjs.entry.js +112 -55
  35. package/lib/cjs/duet-header_2.cjs.entry.js +251 -86
  36. package/lib/cjs/duet-hero.cjs.entry.js +115 -31
  37. package/lib/cjs/duet-icon.cjs.entry.js +63 -19
  38. package/lib/cjs/duet-input_2.cjs.entry.js +194 -76
  39. package/lib/cjs/duet-layout.cjs.entry.js +33 -13
  40. package/lib/cjs/duet-list_2.cjs.entry.js +47 -12
  41. package/lib/cjs/duet-menu-bar-button.cjs.entry.js +23 -15
  42. package/lib/cjs/duet-menu-bar-dropdown-link.cjs.entry.js +19 -14
  43. package/lib/cjs/duet-menu-bar-dropdown.cjs.entry.js +20 -15
  44. package/lib/cjs/duet-menu-bar-item.cjs.entry.js +39 -18
  45. package/lib/cjs/duet-menu-bar-link.cjs.entry.js +17 -9
  46. package/lib/cjs/duet-menu-bar.cjs.entry.js +36 -25
  47. package/lib/cjs/duet-modal.cjs.entry.js +84 -26
  48. package/lib/cjs/duet-multiselect.cjs.entry.js +87 -41
  49. package/lib/cjs/duet-nav.cjs.entry.js +11 -7
  50. package/lib/cjs/duet-notification_2.cjs.entry.js +86 -30
  51. package/lib/cjs/duet-number-input.cjs.entry.js +177 -67
  52. package/lib/cjs/duet-overlay.cjs.entry.js +34 -13
  53. package/lib/cjs/duet-page-heading.cjs.entry.js +16 -11
  54. package/lib/cjs/duet-pagination_2.cjs.entry.js +160 -85
  55. package/lib/cjs/duet-phone-input.cjs.entry.js +2055 -0
  56. package/lib/cjs/duet-popup-menu_2.cjs.entry.js +524 -0
  57. package/lib/cjs/duet-progress.cjs.entry.js +31 -12
  58. package/lib/cjs/duet-promo-card.cjs.entry.js +26 -12
  59. package/lib/cjs/duet-radio_2.cjs.entry.js +105 -52
  60. package/lib/cjs/duet-range-slider.cjs.entry.js +72 -36
  61. package/lib/cjs/duet-scrollable_3.cjs.entry.js +253 -120
  62. package/lib/cjs/duet-section-layout.cjs.entry.js +17 -10
  63. package/lib/cjs/duet-select.cjs.entry.js +88 -42
  64. package/lib/cjs/duet-shaped-image.cjs.entry.js +15 -10
  65. package/lib/cjs/duet-show-more.cjs.entry.js +80 -37
  66. package/lib/cjs/duet-slideout-lang.cjs.entry.js +9 -9
  67. package/lib/cjs/duet-slideout-link.cjs.entry.js +61 -10
  68. package/lib/cjs/duet-slideout-panel-dropdown.cjs.entry.js +22 -13
  69. package/lib/cjs/duet-slideout-panel.cjs.entry.js +46 -29
  70. package/lib/cjs/duet-slideout.cjs.entry.js +108 -59
  71. package/lib/cjs/duet-status-icon.cjs.entry.js +99 -0
  72. package/lib/cjs/duet-step_2.cjs.entry.js +55 -21
  73. package/lib/cjs/duet-submenu-bar-dropdown-link.cjs.entry.js +24 -9
  74. package/lib/cjs/duet-submenu-bar-dropdown.cjs.entry.js +26 -17
  75. package/lib/cjs/duet-submenu-bar-item.cjs.entry.js +39 -18
  76. package/lib/cjs/duet-submenu-bar-link.cjs.entry.js +17 -8
  77. package/lib/cjs/duet-submenu-bar.cjs.entry.js +26 -20
  78. package/lib/cjs/duet-textarea.cjs.entry.js +101 -48
  79. package/lib/cjs/duet-toggle.cjs.entry.js +49 -28
  80. package/lib/cjs/duet-toolbar-dropdown-link.cjs.entry.js +21 -10
  81. package/lib/cjs/duet-toolbar-dropdown.cjs.entry.js +26 -15
  82. package/lib/cjs/duet-toolbar-item.cjs.entry.js +45 -18
  83. package/lib/cjs/duet-toolbar-link.cjs.entry.js +20 -9
  84. package/lib/cjs/duet-toolbar.cjs.entry.js +11 -9
  85. package/lib/cjs/duet-tooltip-button_2.cjs.entry.js +19 -25
  86. package/lib/cjs/duet-tooltip.cjs.entry.js +91 -45
  87. package/lib/cjs/duet-tray.cjs.entry.js +62 -23
  88. package/lib/cjs/duet-upload-aria-status.cjs.entry.js +30 -11
  89. package/lib/cjs/duet-upload-item.cjs.entry.js +12 -22
  90. package/lib/cjs/duet-visually-hidden.cjs.entry.js +3 -6
  91. package/lib/cjs/duet.cjs.js +8 -8
  92. package/lib/cjs/{errorcodes.utils-4e8a9de4.js → errorcodes.utils-CWkNAdwZ.js} +2 -2
  93. package/lib/cjs/floating-ui.dom.browser.min-Cj0r5YDz.js +709 -0
  94. package/lib/cjs/{focus-utils-2a0030aa.js → focus-utils-C1gNgKW5.js} +1 -1
  95. package/lib/cjs/form-search-CzPfHB80.js +21 -0
  96. package/lib/cjs/index-C-4fRZp1.js +3091 -0
  97. package/lib/cjs/{keyboard-utils-681e11ec.js → keyboard-utils-D9UlHbik.js} +4 -0
  98. package/lib/cjs/{label-2abeac23.js → label-BYZNaLK_.js} +1 -1
  99. package/lib/cjs/{language-utils-b5940c7b.js → language-utils-DjPkoVoW.js} +2 -2
  100. package/lib/cjs/loader.cjs.js +3 -5
  101. package/lib/cjs/{slot-utils-382633cf.js → slot-utils-DYGV7vRF.js} +1 -1
  102. package/lib/cjs/{teleport-c6f8391a.js → teleport-ccTmw82_.js} +22 -7
  103. package/lib/cjs/{token-utils-12717808.js → token-utils-CHLLcMzU.js} +2 -2
  104. package/lib/cjs/{tokens-57e06fe4.js → tokens-DYbf8HFV.js} +6 -7
  105. package/lib/cjs/{tokens.module-46ddb47a.js → tokens.module-7opSZfop.js} +19 -3
  106. package/lib/cjs/{watch-options-30a12622.js → watch-options-D4JNsU3B.js} +0 -20
  107. package/lib/collection/collection-manifest.json +3 -1
  108. package/lib/collection/components/duet-action-button/duet-action-button.js +92 -33
  109. package/lib/collection/components/duet-alert/duet-alert.css +75 -36
  110. package/lib/collection/components/duet-alert/duet-alert.js +115 -46
  111. package/lib/collection/components/duet-badge/duet-badge.js +19 -6
  112. package/lib/collection/components/duet-banner/duet-banner.js +54 -25
  113. package/lib/collection/components/duet-breadcrumbs/duet-breadcrumb.js +22 -11
  114. package/lib/collection/components/duet-breadcrumbs/duet-breadcrumbs.js +15 -6
  115. package/lib/collection/components/duet-button/duet-button.css +32 -18
  116. package/lib/collection/components/duet-button/duet-button.js +175 -88
  117. package/lib/collection/components/duet-callout/duet-callout.js +10 -4
  118. package/lib/collection/components/duet-caption/duet-caption.js +18 -6
  119. package/lib/collection/components/duet-card/duet-card.js +80 -36
  120. package/lib/collection/components/duet-checkbox/duet-checkbox.css +9 -4
  121. package/lib/collection/components/duet-checkbox/duet-checkbox.js +86 -50
  122. package/lib/collection/components/duet-chip/duet-chip.css +12 -4
  123. package/lib/collection/components/duet-chip/duet-chip.js +61 -36
  124. package/lib/collection/components/duet-choice/duet-checkmark.js +22 -7
  125. package/lib/collection/components/duet-choice/duet-choice.css +5 -4
  126. package/lib/collection/components/duet-choice/duet-choice.js +227 -111
  127. package/lib/collection/components/duet-choice-group/duet-choice-group.js +77 -34
  128. package/lib/collection/components/duet-collapsible/duet-collapsible.css +17 -1
  129. package/lib/collection/components/duet-collapsible/duet-collapsible.js +99 -24
  130. package/lib/collection/components/duet-combobox/duet-combobox.js +88 -46
  131. package/lib/collection/components/duet-contact-card/duet-contact-card.js +21 -19
  132. package/lib/collection/components/duet-cookie-consent/duet-cookie-consent.js +11 -5
  133. package/lib/collection/components/duet-date-picker/duet-date-picker.css +1 -1
  134. package/lib/collection/components/duet-date-picker/duet-date-picker.js +176 -68
  135. package/lib/collection/components/duet-divider/duet-divider.js +14 -4
  136. package/lib/collection/components/duet-editable-table/duet-editable-table.js +84 -30
  137. package/lib/collection/components/duet-empty-state/duet-empty-state.js +14 -5
  138. package/lib/collection/components/duet-fieldset/duet-fieldset.css +3 -0
  139. package/lib/collection/components/duet-fieldset/duet-fieldset.js +52 -19
  140. package/lib/collection/components/duet-file-chooser/duet-file-chooser.js +17 -7
  141. package/lib/collection/components/duet-footer/duet-footer.js +55 -27
  142. package/lib/collection/components/duet-grid/duet-grid.js +88 -57
  143. package/lib/collection/components/duet-grid-item/duet-grid-item.js +40 -13
  144. package/lib/collection/components/duet-header/duet-header.js +162 -74
  145. package/lib/collection/components/duet-heading/duet-heading.css +1 -0
  146. package/lib/collection/components/duet-heading/duet-heading.js +56 -12
  147. package/lib/collection/components/duet-hero/duet-hero.css +2 -0
  148. package/lib/collection/components/duet-hero/duet-hero.js +135 -51
  149. package/lib/collection/components/duet-icon/duet-icon.js +71 -24
  150. package/lib/collection/components/duet-input/duet-input.css +34 -3
  151. package/lib/collection/components/duet-input/duet-input.js +220 -102
  152. package/lib/collection/components/duet-label/duet-label.js +22 -7
  153. package/lib/collection/components/duet-layout/duet-layout.css +0 -3
  154. package/lib/collection/components/duet-layout/duet-layout.js +35 -12
  155. package/lib/collection/components/duet-link/duet-link.css +72 -8
  156. package/lib/collection/components/duet-link/duet-link.js +112 -69
  157. package/lib/collection/components/duet-list/duet-list.js +38 -9
  158. package/lib/collection/components/duet-list-item/duet-list-item.js +14 -4
  159. package/lib/collection/components/duet-logo/duet-logo.js +35 -8
  160. package/lib/collection/components/duet-menu-bar/duet-menu-bar.css +2 -2
  161. package/lib/collection/components/duet-menu-bar/duet-menu-bar.js +36 -22
  162. package/lib/collection/components/duet-menu-bar-button/duet-menu-bar-button.js +33 -22
  163. package/lib/collection/components/duet-menu-bar-dropdown/duet-menu-bar-dropdown.js +20 -12
  164. package/lib/collection/components/duet-menu-bar-dropdown-link/duet-menu-bar-dropdown-link.css +1 -1
  165. package/lib/collection/components/duet-menu-bar-dropdown-link/duet-menu-bar-dropdown-link.js +18 -10
  166. package/lib/collection/components/duet-menu-bar-item/duet-menu-bar-item.js +39 -16
  167. package/lib/collection/components/duet-menu-bar-link/duet-menu-bar-link.js +19 -8
  168. package/lib/collection/components/duet-modal/duet-modal.css +3 -13
  169. package/lib/collection/components/duet-modal/duet-modal.js +91 -30
  170. package/lib/collection/components/duet-multiselect/duet-multiselect.js +97 -47
  171. package/lib/collection/components/duet-nav/duet-nav.js +10 -3
  172. package/lib/collection/components/duet-notification/duet-notification.js +39 -9
  173. package/lib/collection/components/duet-notification-drawer/duet-notification-drawer.js +54 -24
  174. package/lib/collection/components/duet-number-input/duet-number-input.js +181 -91
  175. package/lib/collection/components/duet-overlay/duet-overlay.js +39 -15
  176. package/lib/collection/components/duet-page-heading/duet-page-heading.css +1 -0
  177. package/lib/collection/components/duet-page-heading/duet-page-heading.js +17 -9
  178. package/lib/collection/components/duet-pagination/duet-pagination.js +130 -76
  179. package/lib/collection/components/duet-paragraph/duet-paragraph.js +27 -8
  180. package/lib/collection/components/duet-phone-input/duet-phone-input.css +61 -0
  181. package/lib/collection/components/duet-phone-input/duet-phone-input.js +875 -0
  182. package/lib/collection/components/duet-popup-menu/duet-popup-menu.js +210 -76
  183. package/lib/collection/components/duet-popup-menu-item/duet-popup-menu-item.js +61 -29
  184. package/lib/collection/components/duet-progress/duet-progress.js +36 -14
  185. package/lib/collection/components/duet-promo-card/duet-promo-card.js +27 -10
  186. package/lib/collection/components/duet-radio/duet-radio.js +67 -49
  187. package/lib/collection/components/duet-radio-group/duet-radio-group.js +68 -29
  188. package/lib/collection/components/duet-range-slider/duet-range-slider.js +85 -46
  189. package/lib/collection/components/duet-range-stepper/duet-range-stepper.js +43 -14
  190. package/lib/collection/components/duet-scrollable/duet-scrollable.css +67 -37
  191. package/lib/collection/components/duet-scrollable/duet-scrollable.js +159 -42
  192. package/lib/collection/components/duet-section-layout/duet-section-layout.css +0 -3
  193. package/lib/collection/components/duet-section-layout/duet-section-layout.js +16 -6
  194. package/lib/collection/components/duet-select/duet-select.js +108 -59
  195. package/lib/collection/components/duet-shaped-image/duet-shaped-image.js +17 -9
  196. package/lib/collection/components/duet-show-more/duet-show-more.js +87 -37
  197. package/lib/collection/components/duet-slideout/duet-slideout.js +108 -54
  198. package/lib/collection/components/duet-slideout-lang/duet-slideout-lang.js +5 -2
  199. package/lib/collection/components/duet-slideout-link/duet-slideout-link.css +17 -2
  200. package/lib/collection/components/duet-slideout-link/duet-slideout-link.js +135 -12
  201. package/lib/collection/components/duet-slideout-panel/duet-slideout-panel.js +43 -23
  202. package/lib/collection/components/duet-slideout-panel-dropdown/duet-slideout-panel-dropdown.js +23 -11
  203. package/lib/collection/components/duet-spacer/duet-spacer.js +14 -4
  204. package/lib/collection/components/duet-spinner/duet-spinner.js +20 -7
  205. package/lib/collection/components/duet-status-icon/duet-status-icon.js +197 -0
  206. package/lib/collection/components/duet-step/duet-step.js +25 -16
  207. package/lib/collection/components/duet-stepper/duet-stepper.js +23 -6
  208. package/lib/collection/components/duet-submenu-bar/duet-submenu-bar.js +25 -16
  209. package/lib/collection/components/duet-submenu-bar-dropdown/duet-submenu-bar-dropdown.js +25 -13
  210. package/lib/collection/components/duet-submenu-bar-dropdown-link/duet-submenu-bar-dropdown-link.js +26 -8
  211. package/lib/collection/components/duet-submenu-bar-item/duet-submenu-bar-item.js +38 -15
  212. package/lib/collection/components/duet-submenu-bar-link/duet-submenu-bar-link.js +17 -5
  213. package/lib/collection/components/duet-tab/duet-tab.js +37 -23
  214. package/lib/collection/components/duet-tab-group/duet-tab-group.css +178 -59
  215. package/lib/collection/components/duet-tab-group/duet-tab-group.js +216 -74
  216. package/lib/collection/components/duet-table/duet-table-styles.js +502 -0
  217. package/lib/collection/components/duet-table/duet-table.js +45 -23
  218. package/lib/collection/components/duet-textarea/duet-textarea.js +125 -69
  219. package/lib/collection/components/duet-toggle/duet-toggle.js +62 -38
  220. package/lib/collection/components/duet-toolbar/duet-toolbar.js +11 -6
  221. package/lib/collection/components/duet-toolbar-dropdown/duet-toolbar-dropdown.js +28 -14
  222. package/lib/collection/components/duet-toolbar-dropdown-link/duet-toolbar-dropdown-link.js +23 -9
  223. package/lib/collection/components/duet-toolbar-item/duet-toolbar-item.js +48 -19
  224. package/lib/collection/components/duet-toolbar-link/duet-toolbar-link.js +23 -9
  225. package/lib/collection/components/duet-tooltip/duet-tooltip-button.js +9 -11
  226. package/lib/collection/components/duet-tooltip/duet-tooltip-popup.js +15 -14
  227. package/lib/collection/components/duet-tooltip/duet-tooltip.js +94 -45
  228. package/lib/collection/components/duet-tray/duet-tray.js +63 -21
  229. package/lib/collection/components/duet-upload/duet-upload.js +419 -213
  230. package/lib/collection/components/duet-upload-aria-status/duet-upload-aria-status.js +35 -13
  231. package/lib/collection/components/duet-upload-item/duet-upload-item.js +17 -18
  232. package/lib/collection/components/duet-visually-hidden/duet-visually-hidden.js +1 -1
  233. package/lib/collection/data/countries.js +1762 -0
  234. package/lib/collection/index.js +1 -0
  235. package/lib/collection/utils/keyboard-utils.js +3 -0
  236. package/lib/collection/utils/teleport.js +22 -7
  237. package/lib/collection/utils/test-utils.js +2 -2
  238. package/lib/duet/duet.esm.js +1 -1
  239. package/lib/duet/p-008beeb0.entry.js +4 -0
  240. package/lib/duet/p-0239abf5.entry.js +4 -0
  241. package/lib/duet/p-04a693c7.entry.js +4 -0
  242. package/lib/duet/p-068cfada.entry.js +4 -0
  243. package/lib/duet/{p-3b281171.entry.js → p-088001ee.entry.js} +1 -1
  244. package/lib/duet/p-08affd1f.entry.js +4 -0
  245. package/lib/duet/p-0e78737d.entry.js +4 -0
  246. package/lib/duet/p-0fb24b59.entry.js +4 -0
  247. package/lib/duet/{p-77b21edc.entry.js → p-1326964d.entry.js} +1 -1
  248. package/lib/duet/p-155586a6.entry.js +4 -0
  249. package/lib/duet/p-1b3b9ed6.entry.js +4 -0
  250. package/lib/duet/p-20a2fb53.entry.js +4 -0
  251. package/lib/duet/{p-4f212753.entry.js → p-214a4675.entry.js} +1 -1
  252. package/lib/duet/p-22773cce.entry.js +4 -0
  253. package/lib/duet/p-23adcf71.entry.js +4 -0
  254. package/lib/duet/p-2661240f.entry.js +4 -0
  255. package/lib/duet/p-27fbdb67.entry.js +4 -0
  256. package/lib/duet/p-294adde1.entry.js +4 -0
  257. package/lib/duet/p-2b3219a7.entry.js +4 -0
  258. package/lib/duet/p-2c420105.entry.js +4 -0
  259. package/lib/duet/p-2df8b608.entry.js +4 -0
  260. package/lib/duet/{p-4bd72541.entry.js → p-2f30e410.entry.js} +1 -1
  261. package/lib/duet/{p-4f527f43.entry.js → p-3381e3e2.entry.js} +1 -1
  262. package/lib/duet/{p-86176559.entry.js → p-3ae06437.entry.js} +1 -1
  263. package/lib/duet/p-412ef68f.entry.js +4 -0
  264. package/lib/duet/p-42621b5c.entry.js +4 -0
  265. package/lib/duet/p-47597304.entry.js +4 -0
  266. package/lib/duet/p-4ec38183.entry.js +4 -0
  267. package/lib/duet/p-4f750925.entry.js +4 -0
  268. package/lib/duet/p-50d0ff41.entry.js +4 -0
  269. package/lib/duet/p-547e30c3.entry.js +4 -0
  270. package/lib/duet/p-56574361.entry.js +4 -0
  271. package/lib/duet/p-580d558b.entry.js +4 -0
  272. package/lib/duet/p-595b2f3b.entry.js +4 -0
  273. package/lib/duet/p-5964d490.entry.js +4 -0
  274. package/lib/duet/p-599cbc2e.entry.js +4 -0
  275. package/lib/duet/p-5iZMFvpJ.js +4 -0
  276. package/lib/duet/{p-8440bd4f.entry.js → p-60eb6013.entry.js} +1 -1
  277. package/lib/duet/p-62c46ebb.entry.js +4 -0
  278. package/lib/duet/p-66693593.entry.js +4 -0
  279. package/lib/duet/p-6fe83dd7.entry.js +4 -0
  280. package/lib/duet/p-7189e720.entry.js +4 -0
  281. package/lib/duet/{p-705c5299.entry.js → p-722eb4b8.entry.js} +1 -1
  282. package/lib/duet/p-72a4ada8.entry.js +4 -0
  283. package/lib/duet/p-75db52e4.entry.js +4 -0
  284. package/lib/duet/p-77d68685.entry.js +4 -0
  285. package/lib/duet/p-8974c058.entry.js +4 -0
  286. package/lib/duet/p-8c02d2af.entry.js +4 -0
  287. package/lib/duet/p-8d5e5316.entry.js +4 -0
  288. package/lib/duet/p-909352a9.entry.js +4 -0
  289. package/lib/duet/p-90c43d96.entry.js +4 -0
  290. package/lib/duet/{p-435a217b.entry.js → p-91e669ab.entry.js} +1 -1
  291. package/lib/duet/p-9302dba5.entry.js +4 -0
  292. package/lib/duet/p-948f9054.entry.js +4 -0
  293. package/lib/duet/{p-f8b6380d.entry.js → p-958a2b42.entry.js} +1 -1
  294. package/lib/duet/p-96e70d5b.entry.js +4 -0
  295. package/lib/duet/p-98f1ee13.entry.js +4 -0
  296. package/lib/duet/p-990e825f.entry.js +4 -0
  297. package/lib/duet/p-9f48a30c.entry.js +4 -0
  298. package/lib/duet/{p-2b6a7397.js → p-BAFwjrjc.js} +1 -1
  299. package/lib/duet/p-BVgBUIYF.js +4 -0
  300. package/lib/duet/{p-81287261.js → p-B_NkY9T0.js} +1 -1
  301. package/lib/duet/p-BmMFVM-y.js +4 -0
  302. package/lib/duet/{p-8c9eb171.js → p-CCVcVc3m.js} +1 -1
  303. package/lib/duet/{p-2eae4a0b.js → p-CDAA0sDY.js} +1 -1
  304. package/lib/duet/p-CO8vqpmW.js +4 -0
  305. package/lib/duet/p-D5_4M8f7.js +4 -0
  306. package/lib/duet/p-DFidj4Vk.js +4 -0
  307. package/lib/duet/p-DX5mWLkB.js +4 -0
  308. package/lib/duet/p-Db8rvjPI.js +4 -0
  309. package/lib/duet/p-Djr45qSY.js +5 -0
  310. package/lib/duet/p-Dvk6bntS.js +4 -0
  311. package/lib/duet/p-DvwKrUS6.js +4 -0
  312. package/lib/duet/{p-10c530d1.js → p-DyjhCDQL.js} +1 -1
  313. package/lib/duet/{p-2437b4cb.js → p-FCSGJbLJ.js} +1 -1
  314. package/lib/duet/{p-97ec270c.entry.js → p-a24fff3c.entry.js} +1 -1
  315. package/lib/duet/p-a47e139c.entry.js +4 -0
  316. package/lib/duet/p-b0dc7df5.entry.js +4 -0
  317. package/lib/duet/p-cb60a521.entry.js +4 -0
  318. package/lib/duet/p-cebee4a6.entry.js +4 -0
  319. package/lib/duet/p-d064dd2d.entry.js +4 -0
  320. package/lib/duet/p-d195712b.entry.js +4 -0
  321. package/lib/duet/p-d2402c02.entry.js +4 -0
  322. package/lib/duet/{p-066b94ca.entry.js → p-d56c1db9.entry.js} +1 -1
  323. package/lib/duet/p-d60c71fc.entry.js +4 -0
  324. package/lib/duet/p-d74bb3b4.entry.js +4 -0
  325. package/lib/duet/p-d7990dff.entry.js +4 -0
  326. package/lib/duet/p-de5e4a26.entry.js +4 -0
  327. package/lib/duet/p-e0fcc26a.entry.js +4 -0
  328. package/lib/duet/p-e232c7ad.entry.js +4 -0
  329. package/lib/duet/p-e8718555.entry.js +4 -0
  330. package/lib/duet/p-ed9b30ed.entry.js +4 -0
  331. package/lib/duet/p-f110c4fb.entry.js +4 -0
  332. package/lib/duet/{p-3ab3a8c6.entry.js → p-f383ccca.entry.js} +1 -1
  333. package/lib/duet/{p-8ceddf7a.entry.js → p-f593a703.entry.js} +1 -1
  334. package/lib/duet/p-f865dcfc.entry.js +4 -0
  335. package/lib/duet/{p-7512d569.entry.js → p-fa355e38.entry.js} +1 -1
  336. package/lib/duet/p-fc83b2e2.entry.js +4 -0
  337. package/lib/duet/p-fde72aa3.entry.js +4 -0
  338. package/lib/duet/p-k-CbGkPp.js +4 -0
  339. package/lib/duet/p-vVCYtBMj.js +4 -0
  340. package/lib/esm/_commonjsHelpers-DvwKrUS6.js +8 -0
  341. package/lib/{dist-custom-elements/p-afb6f7fb.js → esm/a11y-utils-CQOH3qGQ.js} +1 -1
  342. package/lib/esm/action-arrow-down-small-Bk3GShyI.js +19 -0
  343. package/lib/esm/action-new-window-small-EH8_HdAm.js +19 -0
  344. package/lib/esm/{app-globals-00959ca9.js → app-globals-D3VunZ8x.js} +2 -2
  345. package/lib/esm/duet-action-button.entry.js +83 -26
  346. package/lib/esm/duet-alert.entry.js +87 -40
  347. package/lib/esm/duet-badge.entry.js +18 -6
  348. package/lib/esm/duet-banner.entry.js +50 -22
  349. package/lib/esm/duet-breadcrumb.entry.js +36 -14
  350. package/lib/esm/duet-breadcrumbs.entry.js +19 -11
  351. package/lib/esm/duet-button_2.entry.js +160 -62
  352. package/lib/esm/duet-callout.entry.js +12 -7
  353. package/lib/esm/duet-caption_4.entry.js +202 -70
  354. package/lib/esm/duet-card.entry.js +86 -31
  355. package/lib/esm/duet-checkbox.entry.js +68 -30
  356. package/lib/esm/duet-checkmark.entry.js +20 -6
  357. package/lib/{dist-custom-elements/p-2c4fc6d3.js → esm/duet-chip.entry.js} +60 -81
  358. package/lib/esm/duet-choice_2.entry.js +247 -110
  359. package/lib/esm/duet-collapsible.entry.js +79 -24
  360. package/lib/esm/duet-combobox.entry.js +84 -45
  361. package/lib/esm/duet-contact-card.entry.js +16 -15
  362. package/lib/esm/duet-cookie-consent.entry.js +13 -8
  363. package/lib/esm/duet-date-picker.entry.js +151 -53
  364. package/lib/esm/duet-divider_2.entry.js +28 -10
  365. package/lib/esm/duet-editable-table_3.entry.js +1033 -256
  366. package/lib/esm/duet-empty-state.entry.js +14 -6
  367. package/lib/esm/duet-fieldset.entry.js +47 -16
  368. package/lib/esm/duet-file-chooser.entry.js +17 -8
  369. package/lib/esm/duet-footer.entry.js +55 -27
  370. package/lib/esm/duet-grid_2.entry.js +112 -53
  371. package/lib/esm/duet-header_2.entry.js +252 -85
  372. package/lib/esm/duet-hero.entry.js +115 -29
  373. package/lib/esm/duet-icon.entry.js +63 -17
  374. package/lib/esm/duet-input_2.entry.js +195 -75
  375. package/lib/esm/duet-layout.entry.js +33 -11
  376. package/lib/esm/duet-list_2.entry.js +47 -10
  377. package/lib/esm/duet-menu-bar-button.entry.js +23 -13
  378. package/lib/esm/duet-menu-bar-dropdown-link.entry.js +19 -12
  379. package/lib/esm/duet-menu-bar-dropdown.entry.js +20 -13
  380. package/lib/esm/duet-menu-bar-item.entry.js +39 -16
  381. package/lib/esm/duet-menu-bar-link.entry.js +17 -7
  382. package/lib/esm/duet-menu-bar.entry.js +36 -23
  383. package/lib/esm/duet-modal.entry.js +84 -24
  384. package/lib/esm/duet-multiselect.entry.js +87 -39
  385. package/lib/esm/duet-nav.entry.js +11 -5
  386. package/lib/esm/duet-notification_2.entry.js +86 -28
  387. package/lib/esm/duet-number-input.entry.js +178 -66
  388. package/lib/esm/duet-overlay.entry.js +34 -11
  389. package/lib/esm/duet-page-heading.entry.js +16 -9
  390. package/lib/esm/duet-pagination_2.entry.js +160 -83
  391. package/lib/esm/duet-phone-input.entry.js +2053 -0
  392. package/lib/esm/duet-popup-menu_2.entry.js +521 -0
  393. package/lib/esm/duet-progress.entry.js +31 -10
  394. package/lib/esm/duet-promo-card.entry.js +26 -10
  395. package/lib/esm/duet-radio_2.entry.js +105 -50
  396. package/lib/esm/duet-range-slider.entry.js +72 -34
  397. package/lib/esm/duet-scrollable_3.entry.js +253 -118
  398. package/lib/esm/duet-section-layout.entry.js +17 -8
  399. package/lib/esm/duet-select.entry.js +88 -40
  400. package/lib/esm/duet-shaped-image.entry.js +15 -8
  401. package/lib/esm/duet-show-more.entry.js +80 -35
  402. package/lib/esm/duet-slideout-lang.entry.js +9 -7
  403. package/lib/esm/duet-slideout-link.entry.js +61 -8
  404. package/lib/esm/duet-slideout-panel-dropdown.entry.js +22 -11
  405. package/lib/esm/duet-slideout-panel.entry.js +46 -27
  406. package/lib/esm/duet-slideout.entry.js +108 -57
  407. package/lib/esm/duet-status-icon.entry.js +97 -0
  408. package/lib/esm/duet-step_2.entry.js +56 -20
  409. package/lib/esm/duet-submenu-bar-dropdown-link.entry.js +24 -7
  410. package/lib/esm/duet-submenu-bar-dropdown.entry.js +26 -15
  411. package/lib/esm/duet-submenu-bar-item.entry.js +39 -16
  412. package/lib/esm/duet-submenu-bar-link.entry.js +17 -6
  413. package/lib/esm/duet-submenu-bar.entry.js +26 -18
  414. package/lib/esm/duet-textarea.entry.js +101 -46
  415. package/lib/esm/duet-toggle.entry.js +49 -26
  416. package/lib/esm/duet-toolbar-dropdown-link.entry.js +21 -8
  417. package/lib/esm/duet-toolbar-dropdown.entry.js +26 -13
  418. package/lib/esm/duet-toolbar-item.entry.js +45 -16
  419. package/lib/esm/duet-toolbar-link.entry.js +20 -7
  420. package/lib/esm/duet-toolbar.entry.js +11 -7
  421. package/lib/esm/duet-tooltip-button_2.entry.js +19 -23
  422. package/lib/esm/duet-tooltip.entry.js +90 -42
  423. package/lib/esm/duet-tray.entry.js +62 -21
  424. package/lib/esm/duet-upload-aria-status.entry.js +30 -9
  425. package/lib/esm/duet-upload-item.entry.js +12 -20
  426. package/lib/esm/duet-visually-hidden.entry.js +3 -4
  427. package/lib/esm/duet.js +7 -6
  428. package/lib/esm/{errorcodes.utils-d9431251.js → errorcodes.utils--4tOXPNI.js} +3 -3
  429. package/lib/esm/floating-ui.dom.browser.min-B_NkY9T0.js +702 -0
  430. package/lib/{dist-custom-elements/p-e30dc66d.js → esm/focus-utils-CUvuUZuo.js} +1 -1
  431. package/lib/esm/form-search-CevX33LA.js +19 -0
  432. package/lib/esm/{index-1d0b7c66.js → index-Djr45qSY.js} +2053 -1238
  433. package/lib/esm/{keyboard-utils-439bcc8b.js → keyboard-utils-Db8rvjPI.js} +4 -1
  434. package/lib/{dist-custom-elements/p-42619f94.js → esm/label-DoZNNWYj.js} +1 -1
  435. package/lib/esm/{language-utils-14969cef.js → language-utils-BCnFs8Da.js} +2 -2
  436. package/lib/esm/loader.js +4 -4
  437. package/lib/esm/{slot-utils-4e5ed4eb.js → slot-utils-CSLPO69o.js} +2 -2
  438. package/lib/{dist-custom-elements/p-ca3cb21e.js → esm/teleport-DFidj4Vk.js} +22 -7
  439. package/lib/esm/{token-utils-a32eb753.js → token-utils-orOLyKQw.js} +2 -2
  440. package/lib/esm/{tokens-84fb2357.js → tokens-Dvk6bntS.js} +7 -7
  441. package/lib/esm/{tokens.module-a746651a.js → tokens.module-D5_4M8f7.js} +4 -4
  442. package/lib/{dist-custom-elements/p-7d8a2628.js → esm/watch-options-BmMFVM-y.js} +1 -20
  443. package/lib/index.js +1 -1
  444. package/lib/loader/cdn.js +1 -2
  445. package/lib/loader/index.cjs.js +1 -2
  446. package/lib/loader/index.es2017.js +0 -1
  447. package/lib/loader/index.js +1 -2
  448. package/lib/types/common-types.d.ts +1 -1
  449. package/lib/types/components/duet-alert/duet-alert.d.ts +13 -5
  450. package/lib/types/components/duet-button/duet-button.d.ts +1 -1
  451. package/lib/types/components/duet-choice/duet-choice.d.ts +1 -1
  452. package/lib/types/components/duet-collapsible/duet-collapsible.d.ts +5 -0
  453. package/lib/types/components/duet-combobox/duet-combobox.d.ts +1 -0
  454. package/lib/types/components/duet-date-picker/duet-date-picker.d.ts +4 -0
  455. package/lib/types/components/duet-fieldset/duet-fieldset.d.ts +3 -0
  456. package/lib/types/components/duet-grid/duet-grid.d.ts +4 -4
  457. package/lib/types/components/duet-heading/duet-heading.d.ts +6 -0
  458. package/lib/types/components/duet-hero/duet-hero.d.ts +1 -2
  459. package/lib/types/components/duet-input/duet-input.d.ts +8 -3
  460. package/lib/types/components/duet-link/duet-link.d.ts +3 -7
  461. package/lib/types/components/duet-number-input/duet-number-input.d.ts +2 -1
  462. package/lib/types/components/duet-phone-input/duet-phone-input.d.ts +165 -0
  463. package/lib/types/components/duet-popup-menu/duet-popup-menu.d.ts +18 -5
  464. package/lib/types/components/duet-scrollable/duet-scrollable.d.ts +18 -1
  465. package/lib/types/components/duet-select/duet-select.d.ts +2 -0
  466. package/lib/types/components/duet-show-more/duet-show-more.d.ts +1 -0
  467. package/lib/types/components/duet-slideout/duet-slideout.d.ts +4 -3
  468. package/lib/types/components/duet-slideout-link/duet-slideout-link.d.ts +17 -0
  469. package/lib/types/components/duet-status-icon/duet-status-icon.d.ts +27 -0
  470. package/lib/types/components/duet-tab-group/duet-tab-group.d.ts +24 -4
  471. package/lib/types/components/duet-table/duet-table-styles.d.ts +1 -0
  472. package/lib/types/components/duet-tooltip/duet-tooltip.d.ts +1 -1
  473. package/lib/types/components.d.ts +2030 -27
  474. package/lib/types/data/countries.d.ts +22 -0
  475. package/lib/types/index.d.ts +1 -0
  476. package/lib/types/stencil-public-runtime.d.ts +35 -6
  477. package/lib/types/utils/keyboard-utils.d.ts +1 -0
  478. package/lib/types/utils/teleport.d.ts +4 -1
  479. package/package.json +25 -11
  480. package/lib/cjs/action-arrow-down-small-ef77a2d1.js +0 -8
  481. package/lib/cjs/action-new-window-small-fa51dfb9.js +0 -8
  482. package/lib/cjs/duet-chip_3.cjs.entry.js +0 -699
  483. package/lib/cjs/floating-ui.dom.esm-806e7c53.js +0 -1355
  484. package/lib/cjs/form-search-d61b2843.js +0 -8
  485. package/lib/cjs/index-21e67ab3.js +0 -2278
  486. package/lib/collection/components/duet-table/duet-table.css +0 -365
  487. package/lib/dist-custom-elements/duet-action-button.d.ts +0 -11
  488. package/lib/dist-custom-elements/duet-action-button.js +0 -9
  489. package/lib/dist-custom-elements/duet-alert.d.ts +0 -11
  490. package/lib/dist-custom-elements/duet-alert.js +0 -9
  491. package/lib/dist-custom-elements/duet-badge.d.ts +0 -11
  492. package/lib/dist-custom-elements/duet-badge.js +0 -9
  493. package/lib/dist-custom-elements/duet-banner.d.ts +0 -11
  494. package/lib/dist-custom-elements/duet-banner.js +0 -157
  495. package/lib/dist-custom-elements/duet-breadcrumb.d.ts +0 -11
  496. package/lib/dist-custom-elements/duet-breadcrumb.js +0 -101
  497. package/lib/dist-custom-elements/duet-breadcrumbs.d.ts +0 -11
  498. package/lib/dist-custom-elements/duet-breadcrumbs.js +0 -88
  499. package/lib/dist-custom-elements/duet-button.d.ts +0 -11
  500. package/lib/dist-custom-elements/duet-button.js +0 -9
  501. package/lib/dist-custom-elements/duet-callout.d.ts +0 -11
  502. package/lib/dist-custom-elements/duet-callout.js +0 -72
  503. package/lib/dist-custom-elements/duet-caption.d.ts +0 -11
  504. package/lib/dist-custom-elements/duet-caption.js +0 -9
  505. package/lib/dist-custom-elements/duet-card.d.ts +0 -11
  506. package/lib/dist-custom-elements/duet-card.js +0 -171
  507. package/lib/dist-custom-elements/duet-checkbox.d.ts +0 -11
  508. package/lib/dist-custom-elements/duet-checkbox.js +0 -9
  509. package/lib/dist-custom-elements/duet-checkmark.d.ts +0 -11
  510. package/lib/dist-custom-elements/duet-checkmark.js +0 -9
  511. package/lib/dist-custom-elements/duet-chip.d.ts +0 -11
  512. package/lib/dist-custom-elements/duet-chip.js +0 -9
  513. package/lib/dist-custom-elements/duet-choice-group.d.ts +0 -11
  514. package/lib/dist-custom-elements/duet-choice-group.js +0 -228
  515. package/lib/dist-custom-elements/duet-choice.d.ts +0 -11
  516. package/lib/dist-custom-elements/duet-choice.js +0 -454
  517. package/lib/dist-custom-elements/duet-collapsible.d.ts +0 -11
  518. package/lib/dist-custom-elements/duet-collapsible.js +0 -158
  519. package/lib/dist-custom-elements/duet-combobox.d.ts +0 -11
  520. package/lib/dist-custom-elements/duet-combobox.js +0 -702
  521. package/lib/dist-custom-elements/duet-contact-card.d.ts +0 -11
  522. package/lib/dist-custom-elements/duet-contact-card.js +0 -134
  523. package/lib/dist-custom-elements/duet-cookie-consent.d.ts +0 -11
  524. package/lib/dist-custom-elements/duet-cookie-consent.js +0 -106
  525. package/lib/dist-custom-elements/duet-date-picker.d.ts +0 -11
  526. package/lib/dist-custom-elements/duet-date-picker.js +0 -932
  527. package/lib/dist-custom-elements/duet-divider.d.ts +0 -11
  528. package/lib/dist-custom-elements/duet-divider.js +0 -9
  529. package/lib/dist-custom-elements/duet-editable-table.d.ts +0 -11
  530. package/lib/dist-custom-elements/duet-editable-table.js +0 -258
  531. package/lib/dist-custom-elements/duet-empty-state.d.ts +0 -11
  532. package/lib/dist-custom-elements/duet-empty-state.js +0 -9
  533. package/lib/dist-custom-elements/duet-fieldset.d.ts +0 -11
  534. package/lib/dist-custom-elements/duet-fieldset.js +0 -9
  535. package/lib/dist-custom-elements/duet-file-chooser.d.ts +0 -11
  536. package/lib/dist-custom-elements/duet-file-chooser.js +0 -86
  537. package/lib/dist-custom-elements/duet-footer.d.ts +0 -11
  538. package/lib/dist-custom-elements/duet-footer.js +0 -223
  539. package/lib/dist-custom-elements/duet-grid-item.d.ts +0 -11
  540. package/lib/dist-custom-elements/duet-grid-item.js +0 -9
  541. package/lib/dist-custom-elements/duet-grid.d.ts +0 -11
  542. package/lib/dist-custom-elements/duet-grid.js +0 -9
  543. package/lib/dist-custom-elements/duet-header.d.ts +0 -11
  544. package/lib/dist-custom-elements/duet-header.js +0 -698
  545. package/lib/dist-custom-elements/duet-heading.d.ts +0 -11
  546. package/lib/dist-custom-elements/duet-heading.js +0 -9
  547. package/lib/dist-custom-elements/duet-hero.d.ts +0 -11
  548. package/lib/dist-custom-elements/duet-hero.js +0 -299
  549. package/lib/dist-custom-elements/duet-icon.d.ts +0 -11
  550. package/lib/dist-custom-elements/duet-icon.js +0 -9
  551. package/lib/dist-custom-elements/duet-input.d.ts +0 -11
  552. package/lib/dist-custom-elements/duet-input.js +0 -9
  553. package/lib/dist-custom-elements/duet-label.d.ts +0 -11
  554. package/lib/dist-custom-elements/duet-label.js +0 -70
  555. package/lib/dist-custom-elements/duet-layout.d.ts +0 -11
  556. package/lib/dist-custom-elements/duet-layout.js +0 -94
  557. package/lib/dist-custom-elements/duet-link.d.ts +0 -11
  558. package/lib/dist-custom-elements/duet-link.js +0 -9
  559. package/lib/dist-custom-elements/duet-list-item.d.ts +0 -11
  560. package/lib/dist-custom-elements/duet-list-item.js +0 -9
  561. package/lib/dist-custom-elements/duet-list.d.ts +0 -11
  562. package/lib/dist-custom-elements/duet-list.js +0 -9
  563. package/lib/dist-custom-elements/duet-logo.d.ts +0 -11
  564. package/lib/dist-custom-elements/duet-logo.js +0 -9
  565. package/lib/dist-custom-elements/duet-menu-bar-button.d.ts +0 -11
  566. package/lib/dist-custom-elements/duet-menu-bar-button.js +0 -94
  567. package/lib/dist-custom-elements/duet-menu-bar-dropdown-link.d.ts +0 -11
  568. package/lib/dist-custom-elements/duet-menu-bar-dropdown-link.js +0 -87
  569. package/lib/dist-custom-elements/duet-menu-bar-dropdown.d.ts +0 -11
  570. package/lib/dist-custom-elements/duet-menu-bar-dropdown.js +0 -108
  571. package/lib/dist-custom-elements/duet-menu-bar-item.d.ts +0 -11
  572. package/lib/dist-custom-elements/duet-menu-bar-item.js +0 -108
  573. package/lib/dist-custom-elements/duet-menu-bar-link.d.ts +0 -11
  574. package/lib/dist-custom-elements/duet-menu-bar-link.js +0 -70
  575. package/lib/dist-custom-elements/duet-menu-bar.d.ts +0 -11
  576. package/lib/dist-custom-elements/duet-menu-bar.js +0 -206
  577. package/lib/dist-custom-elements/duet-modal.d.ts +0 -11
  578. package/lib/dist-custom-elements/duet-modal.js +0 -382
  579. package/lib/dist-custom-elements/duet-multiselect.d.ts +0 -11
  580. package/lib/dist-custom-elements/duet-multiselect.js +0 -346
  581. package/lib/dist-custom-elements/duet-nav.d.ts +0 -11
  582. package/lib/dist-custom-elements/duet-nav.js +0 -54
  583. package/lib/dist-custom-elements/duet-notification-drawer.d.ts +0 -11
  584. package/lib/dist-custom-elements/duet-notification-drawer.js +0 -168
  585. package/lib/dist-custom-elements/duet-notification.d.ts +0 -11
  586. package/lib/dist-custom-elements/duet-notification.js +0 -95
  587. package/lib/dist-custom-elements/duet-number-input.d.ts +0 -11
  588. package/lib/dist-custom-elements/duet-number-input.js +0 -484
  589. package/lib/dist-custom-elements/duet-overlay.d.ts +0 -11
  590. package/lib/dist-custom-elements/duet-overlay.js +0 -9
  591. package/lib/dist-custom-elements/duet-page-heading.d.ts +0 -11
  592. package/lib/dist-custom-elements/duet-page-heading.js +0 -87
  593. package/lib/dist-custom-elements/duet-pagination.d.ts +0 -11
  594. package/lib/dist-custom-elements/duet-pagination.js +0 -493
  595. package/lib/dist-custom-elements/duet-paragraph.d.ts +0 -11
  596. package/lib/dist-custom-elements/duet-paragraph.js +0 -9
  597. package/lib/dist-custom-elements/duet-popup-menu-item.d.ts +0 -11
  598. package/lib/dist-custom-elements/duet-popup-menu-item.js +0 -9
  599. package/lib/dist-custom-elements/duet-popup-menu.d.ts +0 -11
  600. package/lib/dist-custom-elements/duet-popup-menu.js +0 -9
  601. package/lib/dist-custom-elements/duet-progress.d.ts +0 -11
  602. package/lib/dist-custom-elements/duet-progress.js +0 -9
  603. package/lib/dist-custom-elements/duet-promo-card.d.ts +0 -11
  604. package/lib/dist-custom-elements/duet-promo-card.js +0 -105
  605. package/lib/dist-custom-elements/duet-radio-group.d.ts +0 -11
  606. package/lib/dist-custom-elements/duet-radio-group.js +0 -213
  607. package/lib/dist-custom-elements/duet-radio.d.ts +0 -11
  608. package/lib/dist-custom-elements/duet-radio.js +0 -230
  609. package/lib/dist-custom-elements/duet-range-slider.d.ts +0 -11
  610. package/lib/dist-custom-elements/duet-range-slider.js +0 -181
  611. package/lib/dist-custom-elements/duet-range-stepper.d.ts +0 -11
  612. package/lib/dist-custom-elements/duet-range-stepper.js +0 -234
  613. package/lib/dist-custom-elements/duet-scrollable.d.ts +0 -11
  614. package/lib/dist-custom-elements/duet-scrollable.js +0 -9
  615. package/lib/dist-custom-elements/duet-section-layout.d.ts +0 -11
  616. package/lib/dist-custom-elements/duet-section-layout.js +0 -56
  617. package/lib/dist-custom-elements/duet-select.d.ts +0 -11
  618. package/lib/dist-custom-elements/duet-select.js +0 -9
  619. package/lib/dist-custom-elements/duet-shaped-image.d.ts +0 -11
  620. package/lib/dist-custom-elements/duet-shaped-image.js +0 -64
  621. package/lib/dist-custom-elements/duet-show-more.d.ts +0 -11
  622. package/lib/dist-custom-elements/duet-show-more.js +0 -9
  623. package/lib/dist-custom-elements/duet-slideout-lang.d.ts +0 -11
  624. package/lib/dist-custom-elements/duet-slideout-lang.js +0 -76
  625. package/lib/dist-custom-elements/duet-slideout-link.d.ts +0 -11
  626. package/lib/dist-custom-elements/duet-slideout-link.js +0 -79
  627. package/lib/dist-custom-elements/duet-slideout-panel-dropdown.d.ts +0 -11
  628. package/lib/dist-custom-elements/duet-slideout-panel-dropdown.js +0 -93
  629. package/lib/dist-custom-elements/duet-slideout-panel.d.ts +0 -11
  630. package/lib/dist-custom-elements/duet-slideout-panel.js +0 -224
  631. package/lib/dist-custom-elements/duet-slideout.d.ts +0 -11
  632. package/lib/dist-custom-elements/duet-slideout.js +0 -311
  633. package/lib/dist-custom-elements/duet-spacer.d.ts +0 -11
  634. package/lib/dist-custom-elements/duet-spacer.js +0 -9
  635. package/lib/dist-custom-elements/duet-spinner.d.ts +0 -11
  636. package/lib/dist-custom-elements/duet-spinner.js +0 -9
  637. package/lib/dist-custom-elements/duet-step.d.ts +0 -11
  638. package/lib/dist-custom-elements/duet-step.js +0 -147
  639. package/lib/dist-custom-elements/duet-stepper.d.ts +0 -11
  640. package/lib/dist-custom-elements/duet-stepper.js +0 -151
  641. package/lib/dist-custom-elements/duet-submenu-bar-dropdown-link.d.ts +0 -11
  642. package/lib/dist-custom-elements/duet-submenu-bar-dropdown-link.js +0 -81
  643. package/lib/dist-custom-elements/duet-submenu-bar-dropdown.d.ts +0 -11
  644. package/lib/dist-custom-elements/duet-submenu-bar-dropdown.js +0 -152
  645. package/lib/dist-custom-elements/duet-submenu-bar-item.d.ts +0 -11
  646. package/lib/dist-custom-elements/duet-submenu-bar-item.js +0 -113
  647. package/lib/dist-custom-elements/duet-submenu-bar-link.d.ts +0 -11
  648. package/lib/dist-custom-elements/duet-submenu-bar-link.js +0 -72
  649. package/lib/dist-custom-elements/duet-submenu-bar.d.ts +0 -11
  650. package/lib/dist-custom-elements/duet-submenu-bar.js +0 -192
  651. package/lib/dist-custom-elements/duet-tab-group.d.ts +0 -11
  652. package/lib/dist-custom-elements/duet-tab-group.js +0 -339
  653. package/lib/dist-custom-elements/duet-tab.d.ts +0 -11
  654. package/lib/dist-custom-elements/duet-tab.js +0 -150
  655. package/lib/dist-custom-elements/duet-table.d.ts +0 -11
  656. package/lib/dist-custom-elements/duet-table.js +0 -9
  657. package/lib/dist-custom-elements/duet-textarea.d.ts +0 -11
  658. package/lib/dist-custom-elements/duet-textarea.js +0 -301
  659. package/lib/dist-custom-elements/duet-toggle.d.ts +0 -11
  660. package/lib/dist-custom-elements/duet-toggle.js +0 -146
  661. package/lib/dist-custom-elements/duet-toolbar-dropdown-link.d.ts +0 -11
  662. package/lib/dist-custom-elements/duet-toolbar-dropdown-link.js +0 -80
  663. package/lib/dist-custom-elements/duet-toolbar-dropdown.d.ts +0 -11
  664. package/lib/dist-custom-elements/duet-toolbar-dropdown.js +0 -107
  665. package/lib/dist-custom-elements/duet-toolbar-item.d.ts +0 -11
  666. package/lib/dist-custom-elements/duet-toolbar-item.js +0 -120
  667. package/lib/dist-custom-elements/duet-toolbar-link.d.ts +0 -11
  668. package/lib/dist-custom-elements/duet-toolbar-link.js +0 -74
  669. package/lib/dist-custom-elements/duet-toolbar.d.ts +0 -11
  670. package/lib/dist-custom-elements/duet-toolbar.js +0 -67
  671. package/lib/dist-custom-elements/duet-tooltip-button.d.ts +0 -11
  672. package/lib/dist-custom-elements/duet-tooltip-button.js +0 -9
  673. package/lib/dist-custom-elements/duet-tooltip-popup.d.ts +0 -11
  674. package/lib/dist-custom-elements/duet-tooltip-popup.js +0 -9
  675. package/lib/dist-custom-elements/duet-tooltip.d.ts +0 -11
  676. package/lib/dist-custom-elements/duet-tooltip.js +0 -9
  677. package/lib/dist-custom-elements/duet-tray.d.ts +0 -11
  678. package/lib/dist-custom-elements/duet-tray.js +0 -146
  679. package/lib/dist-custom-elements/duet-upload-aria-status.d.ts +0 -11
  680. package/lib/dist-custom-elements/duet-upload-aria-status.js +0 -9
  681. package/lib/dist-custom-elements/duet-upload-item.d.ts +0 -11
  682. package/lib/dist-custom-elements/duet-upload-item.js +0 -9
  683. package/lib/dist-custom-elements/duet-upload.d.ts +0 -11
  684. package/lib/dist-custom-elements/duet-upload.js +0 -1444
  685. package/lib/dist-custom-elements/duet-visually-hidden.d.ts +0 -11
  686. package/lib/dist-custom-elements/duet-visually-hidden.js +0 -9
  687. package/lib/dist-custom-elements/index.d.ts +0 -33
  688. package/lib/dist-custom-elements/index.js +0 -29
  689. package/lib/dist-custom-elements/p-115c79b6.js +0 -6
  690. package/lib/dist-custom-elements/p-19172e2c.js +0 -80
  691. package/lib/dist-custom-elements/p-1df834b1.js +0 -73
  692. package/lib/dist-custom-elements/p-1e88beeb.js +0 -80
  693. package/lib/dist-custom-elements/p-1f7ae97d.js +0 -205
  694. package/lib/dist-custom-elements/p-254d2993.js +0 -63
  695. package/lib/dist-custom-elements/p-29782b53.js +0 -338
  696. package/lib/dist-custom-elements/p-35375593.js +0 -161
  697. package/lib/dist-custom-elements/p-35ad7f77.js +0 -61
  698. package/lib/dist-custom-elements/p-3b5e8904.js +0 -124
  699. package/lib/dist-custom-elements/p-3c7d413f.js +0 -60
  700. package/lib/dist-custom-elements/p-4c179c1e.js +0 -503
  701. package/lib/dist-custom-elements/p-4c1f4287.js +0 -102
  702. package/lib/dist-custom-elements/p-5086d1a0.js +0 -100
  703. package/lib/dist-custom-elements/p-55bbb3b6.js +0 -607
  704. package/lib/dist-custom-elements/p-56d9b926.js +0 -81
  705. package/lib/dist-custom-elements/p-5fbb6039.js +0 -154
  706. package/lib/dist-custom-elements/p-64139e5c.js +0 -50
  707. package/lib/dist-custom-elements/p-6a285be8.js +0 -39
  708. package/lib/dist-custom-elements/p-723b6358.js +0 -209
  709. package/lib/dist-custom-elements/p-726ae243.js +0 -55
  710. package/lib/dist-custom-elements/p-7f69e1e3.js +0 -287
  711. package/lib/dist-custom-elements/p-81287261.js +0 -1348
  712. package/lib/dist-custom-elements/p-86f479be.js +0 -124
  713. package/lib/dist-custom-elements/p-87b1c772.js +0 -63
  714. package/lib/dist-custom-elements/p-88ed3495.js +0 -138
  715. package/lib/dist-custom-elements/p-993aea39.js +0 -175
  716. package/lib/dist-custom-elements/p-9df4cfa4.js +0 -25
  717. package/lib/dist-custom-elements/p-a0f74881.js +0 -165
  718. package/lib/dist-custom-elements/p-a1e17113.js +0 -318
  719. package/lib/dist-custom-elements/p-a2b5c68e.js +0 -94
  720. package/lib/dist-custom-elements/p-a9e09647.js +0 -303
  721. package/lib/dist-custom-elements/p-ad615991.js +0 -115
  722. package/lib/dist-custom-elements/p-b4289ed0.js +0 -232
  723. package/lib/dist-custom-elements/p-c0a30d29.js +0 -127
  724. package/lib/dist-custom-elements/p-c81244d9.js +0 -194
  725. package/lib/dist-custom-elements/p-ca700701.js +0 -55
  726. package/lib/dist-custom-elements/p-d004da5f.js +0 -6
  727. package/lib/dist-custom-elements/p-d2a5148f.js +0 -61
  728. package/lib/dist-custom-elements/p-d5812145.js +0 -56
  729. package/lib/dist-custom-elements/p-d77db171.js +0 -2130
  730. package/lib/dist-custom-elements/p-e4936fed.js +0 -268
  731. package/lib/dist-custom-elements/p-e5a55204.js +0 -214
  732. package/lib/dist-custom-elements/p-e774334b.js +0 -83
  733. package/lib/dist-custom-elements/p-f11208c3.js +0 -6
  734. package/lib/dist-custom-elements/p-f6000a03.js +0 -753
  735. package/lib/dist-custom-elements/p-f9994ef4.js +0 -206
  736. package/lib/dist-custom-elements/p-fca5b65b.js +0 -110
  737. package/lib/dist-custom-elements/p-ffa44070.js +0 -148
  738. package/lib/duet/duet.js +0 -127
  739. package/lib/duet/p-009c7325.entry.js +0 -4
  740. package/lib/duet/p-020be412.system.entry.js +0 -4
  741. package/lib/duet/p-02200dcc.entry.js +0 -4
  742. package/lib/duet/p-032fbfa1.system.entry.js +0 -4
  743. package/lib/duet/p-03af0f0d.system.entry.js +0 -4
  744. package/lib/duet/p-042576d6.system.entry.js +0 -4
  745. package/lib/duet/p-0458abd0.system.entry.js +0 -4
  746. package/lib/duet/p-053b71e6.system.js +0 -4
  747. package/lib/duet/p-07200cbb.entry.js +0 -4
  748. package/lib/duet/p-084ab781.entry.js +0 -4
  749. package/lib/duet/p-0937f800.system.entry.js +0 -4
  750. package/lib/duet/p-0c4aa4d0.system.entry.js +0 -4
  751. package/lib/duet/p-0c4bbd65.system.js +0 -4
  752. package/lib/duet/p-0dc9089b.system.js +0 -4
  753. package/lib/duet/p-0ecb70e0.system.entry.js +0 -4
  754. package/lib/duet/p-1004af75.js +0 -4
  755. package/lib/duet/p-105f1a75.entry.js +0 -4
  756. package/lib/duet/p-115c79b6.js +0 -4
  757. package/lib/duet/p-1183d305.system.entry.js +0 -4
  758. package/lib/duet/p-14bae734.system.entry.js +0 -4
  759. package/lib/duet/p-150e5f1b.entry.js +0 -4
  760. package/lib/duet/p-17aa3a20.entry.js +0 -4
  761. package/lib/duet/p-1d016525.system.entry.js +0 -4
  762. package/lib/duet/p-1da5945a.system.entry.js +0 -4
  763. package/lib/duet/p-1e17463d.system.js +0 -4
  764. package/lib/duet/p-1fd3ec9e.system.entry.js +0 -4
  765. package/lib/duet/p-20213e01.system.entry.js +0 -4
  766. package/lib/duet/p-2034ac6f.system.entry.js +0 -4
  767. package/lib/duet/p-23376e2a.entry.js +0 -4
  768. package/lib/duet/p-265fdd97.system.entry.js +0 -4
  769. package/lib/duet/p-26d1dc6c.system.entry.js +0 -4
  770. package/lib/duet/p-274473a3.system.entry.js +0 -4
  771. package/lib/duet/p-27a43e79.entry.js +0 -4
  772. package/lib/duet/p-27ed5ca7.system.entry.js +0 -4
  773. package/lib/duet/p-29672737.entry.js +0 -4
  774. package/lib/duet/p-2af3edb3.system.entry.js +0 -4
  775. package/lib/duet/p-2af9e483.entry.js +0 -4
  776. package/lib/duet/p-2c9a6e05.entry.js +0 -4
  777. package/lib/duet/p-2fa7ecef.entry.js +0 -4
  778. package/lib/duet/p-319e77d6.entry.js +0 -4
  779. package/lib/duet/p-328d9919.system.entry.js +0 -4
  780. package/lib/duet/p-34d7dd10.system.js +0 -4
  781. package/lib/duet/p-376a0839.system.entry.js +0 -4
  782. package/lib/duet/p-38685b43.system.entry.js +0 -4
  783. package/lib/duet/p-38908608.system.entry.js +0 -4
  784. package/lib/duet/p-3987eed8.system.entry.js +0 -4
  785. package/lib/duet/p-3b3432e2.system.entry.js +0 -4
  786. package/lib/duet/p-3b3c341e.system.entry.js +0 -4
  787. package/lib/duet/p-3b8dbebe.system.entry.js +0 -4
  788. package/lib/duet/p-3cd483ab.entry.js +0 -4
  789. package/lib/duet/p-3cd80f60.system.entry.js +0 -4
  790. package/lib/duet/p-3d794db6.system.entry.js +0 -4
  791. package/lib/duet/p-3f97122e.system.entry.js +0 -4
  792. package/lib/duet/p-41982d26.system.js +0 -4
  793. package/lib/duet/p-4289f34a.entry.js +0 -4
  794. package/lib/duet/p-472b3fbd.entry.js +0 -4
  795. package/lib/duet/p-48618d75.entry.js +0 -4
  796. package/lib/duet/p-49957220.system.js +0 -4
  797. package/lib/duet/p-4eb70cc2.system.entry.js +0 -4
  798. package/lib/duet/p-502bf069.entry.js +0 -4
  799. package/lib/duet/p-50ca9099.system.entry.js +0 -4
  800. package/lib/duet/p-53366e23.entry.js +0 -4
  801. package/lib/duet/p-58f6b887.system.entry.js +0 -4
  802. package/lib/duet/p-5db9497a.entry.js +0 -4
  803. package/lib/duet/p-5e6b91f6.entry.js +0 -4
  804. package/lib/duet/p-605e69c8.system.js +0 -4
  805. package/lib/duet/p-61a93486.system.entry.js +0 -4
  806. package/lib/duet/p-63016bc3.entry.js +0 -4
  807. package/lib/duet/p-639def3e.system.entry.js +0 -4
  808. package/lib/duet/p-67dd83cc.entry.js +0 -4
  809. package/lib/duet/p-68fd5f9a.entry.js +0 -4
  810. package/lib/duet/p-6c25b6a4.system.entry.js +0 -4
  811. package/lib/duet/p-6f285100.system.entry.js +0 -4
  812. package/lib/duet/p-70651da4.system.entry.js +0 -4
  813. package/lib/duet/p-716865fe.entry.js +0 -4
  814. package/lib/duet/p-7606ec6c.system.entry.js +0 -4
  815. package/lib/duet/p-76d69a18.system.js +0 -4
  816. package/lib/duet/p-772dbed5.entry.js +0 -4
  817. package/lib/duet/p-77e70fca.entry.js +0 -4
  818. package/lib/duet/p-7813d124.system.entry.js +0 -4
  819. package/lib/duet/p-7a25f374.entry.js +0 -4
  820. package/lib/duet/p-7acabaa7.system.js +0 -4
  821. package/lib/duet/p-7af3fb35.entry.js +0 -4
  822. package/lib/duet/p-7b8b93c3.entry.js +0 -4
  823. package/lib/duet/p-7cce22af.system.js +0 -4
  824. package/lib/duet/p-7d8a2628.js +0 -4
  825. package/lib/duet/p-7f5c1da2.entry.js +0 -4
  826. package/lib/duet/p-7fe5e0dc.system.entry.js +0 -4
  827. package/lib/duet/p-806adaa3.entry.js +0 -4
  828. package/lib/duet/p-807bf6da.system.entry.js +0 -4
  829. package/lib/duet/p-824d882f.entry.js +0 -4
  830. package/lib/duet/p-84bfc619.system.entry.js +0 -4
  831. package/lib/duet/p-851e1a0f.entry.js +0 -4
  832. package/lib/duet/p-8520e026.system.entry.js +0 -4
  833. package/lib/duet/p-87e96a18.system.entry.js +0 -4
  834. package/lib/duet/p-88d8265d.entry.js +0 -4
  835. package/lib/duet/p-88fe57e8.system.entry.js +0 -4
  836. package/lib/duet/p-8abb0984.js +0 -5
  837. package/lib/duet/p-8ad8b9a8.entry.js +0 -4
  838. package/lib/duet/p-8b397c1a.entry.js +0 -4
  839. package/lib/duet/p-8d462e3a.system.entry.js +0 -4
  840. package/lib/duet/p-8f31572d.system.entry.js +0 -4
  841. package/lib/duet/p-8f477bd6.system.js +0 -4
  842. package/lib/duet/p-8faaaf5f.system.js +0 -4
  843. package/lib/duet/p-8ff30ce6.system.entry.js +0 -4
  844. package/lib/duet/p-947ceeb6.system.entry.js +0 -4
  845. package/lib/duet/p-95836be2.system.entry.js +0 -4
  846. package/lib/duet/p-965e597c.system.js +0 -4
  847. package/lib/duet/p-98636086.system.js +0 -4
  848. package/lib/duet/p-9dda3449.system.entry.js +0 -4
  849. package/lib/duet/p-9fcce08c.system.entry.js +0 -4
  850. package/lib/duet/p-a19244e5.system.js +0 -5
  851. package/lib/duet/p-a1b7f2a0.js +0 -4
  852. package/lib/duet/p-a23eec0f.entry.js +0 -4
  853. package/lib/duet/p-a2b93336.system.entry.js +0 -4
  854. package/lib/duet/p-a437992b.system.entry.js +0 -4
  855. package/lib/duet/p-a48acf0f.system.entry.js +0 -4
  856. package/lib/duet/p-a51f3a0b.entry.js +0 -4
  857. package/lib/duet/p-ab4c886f.system.entry.js +0 -4
  858. package/lib/duet/p-abec198c.system.entry.js +0 -4
  859. package/lib/duet/p-afad5fd3.system.js +0 -4
  860. package/lib/duet/p-b0b00dad.system.entry.js +0 -4
  861. package/lib/duet/p-b0d79ffe.entry.js +0 -4
  862. package/lib/duet/p-b864159a.system.js +0 -4
  863. package/lib/duet/p-b865116a.entry.js +0 -4
  864. package/lib/duet/p-bbb56267.entry.js +0 -4
  865. package/lib/duet/p-bbeafbd0.entry.js +0 -4
  866. package/lib/duet/p-bc6e219f.system.entry.js +0 -4
  867. package/lib/duet/p-bed279f6.entry.js +0 -4
  868. package/lib/duet/p-bf5c8102.entry.js +0 -4
  869. package/lib/duet/p-c1b1801d.entry.js +0 -4
  870. package/lib/duet/p-c551216e.system.entry.js +0 -4
  871. package/lib/duet/p-c6617f16.entry.js +0 -4
  872. package/lib/duet/p-c6995496.system.entry.js +0 -4
  873. package/lib/duet/p-c7ecec29.entry.js +0 -4
  874. package/lib/duet/p-ca3cb21e.js +0 -4
  875. package/lib/duet/p-ca691c4a.entry.js +0 -4
  876. package/lib/duet/p-cbbf6d6a.system.js +0 -4
  877. package/lib/duet/p-cc5e6288.system.js +0 -4
  878. package/lib/duet/p-cdb6c612.entry.js +0 -4
  879. package/lib/duet/p-cef3ec26.entry.js +0 -4
  880. package/lib/duet/p-d004da5f.js +0 -4
  881. package/lib/duet/p-d04dbf1f.system.entry.js +0 -4
  882. package/lib/duet/p-d3aa7a74.entry.js +0 -4
  883. package/lib/duet/p-d3c304b5.system.js +0 -4
  884. package/lib/duet/p-d41543d3.entry.js +0 -4
  885. package/lib/duet/p-d42b2af0.entry.js +0 -4
  886. package/lib/duet/p-d5dfa70d.system.entry.js +0 -4
  887. package/lib/duet/p-d62b6ca1.system.entry.js +0 -4
  888. package/lib/duet/p-d62da84e.system.entry.js +0 -4
  889. package/lib/duet/p-d7d86092.js +0 -4
  890. package/lib/duet/p-d85741b1.entry.js +0 -4
  891. package/lib/duet/p-db2ccb9d.system.js +0 -4
  892. package/lib/duet/p-dc4b5372.system.entry.js +0 -4
  893. package/lib/duet/p-df19c239.system.entry.js +0 -4
  894. package/lib/duet/p-dfef2cbe.entry.js +0 -4
  895. package/lib/duet/p-e12066c8.system.js +0 -4
  896. package/lib/duet/p-e1c881da.system.js +0 -4
  897. package/lib/duet/p-e216bea4.system.js +0 -4
  898. package/lib/duet/p-e283e9fe.entry.js +0 -4
  899. package/lib/duet/p-e2daf94c.entry.js +0 -4
  900. package/lib/duet/p-e4c8559c.system.js +0 -4
  901. package/lib/duet/p-e5cb7fc9.entry.js +0 -4
  902. package/lib/duet/p-e6b5a1c7.system.js +0 -4
  903. package/lib/duet/p-e7558f6c.entry.js +0 -4
  904. package/lib/duet/p-e797e2f4.system.entry.js +0 -4
  905. package/lib/duet/p-e95e650d.system.entry.js +0 -4
  906. package/lib/duet/p-eb0d15a0.system.entry.js +0 -4
  907. package/lib/duet/p-eca03d5e.js +0 -4
  908. package/lib/duet/p-eca1904d.system.entry.js +0 -4
  909. package/lib/duet/p-ed17957c.system.entry.js +0 -4
  910. package/lib/duet/p-ed6a110f.system.entry.js +0 -4
  911. package/lib/duet/p-ef731dfb.system.js +0 -4
  912. package/lib/duet/p-f0fa9c9a.system.entry.js +0 -4
  913. package/lib/duet/p-f11208c3.js +0 -4
  914. package/lib/duet/p-f2f1e0e9.entry.js +0 -4
  915. package/lib/duet/p-f43e134e.system.entry.js +0 -4
  916. package/lib/duet/p-f6000a03.js +0 -4
  917. package/lib/duet/p-f6b21d17.system.js +0 -4
  918. package/lib/duet/p-f78099b6.entry.js +0 -4
  919. package/lib/duet/p-fd78f61a.js +0 -4
  920. package/lib/duet/p-fdb3098f.system.entry.js +0 -4
  921. package/lib/duet/p-ffd1290e.system.entry.js +0 -4
  922. package/lib/duet/p-ffe6fbbb.entry.js +0 -4
  923. package/lib/esm/a11y-utils-8fc393f6.js +0 -23
  924. package/lib/esm/action-arrow-down-small-82273dc8.js +0 -6
  925. package/lib/esm/action-new-window-small-1945be91.js +0 -6
  926. package/lib/esm/body-scroll-46854769.js +0 -234
  927. package/lib/esm/bodyScrollLock.es6-ecbf187e.js +0 -184
  928. package/lib/esm/create-id-149a1b6d.js +0 -11
  929. package/lib/esm/duet-chip_3.entry.js +0 -693
  930. package/lib/esm/floating-ui.dom.esm-ebc91b33.js +0 -1348
  931. package/lib/esm/focus-utils-adcd9463.js +0 -18
  932. package/lib/esm/form-search-ea8e19ae.js +0 -6
  933. package/lib/esm/input-utils-85681162.js +0 -53
  934. package/lib/esm/is-internet-explorer-2c48f686.js +0 -9
  935. package/lib/esm/js-utils-9b9e0039.js +0 -47
  936. package/lib/esm/label-ce262202.js +0 -20
  937. package/lib/esm/polyfills/core-js.js +0 -11
  938. package/lib/esm/polyfills/dom.js +0 -79
  939. package/lib/esm/polyfills/es5-html-element.js +0 -1
  940. package/lib/esm/polyfills/index.js +0 -34
  941. package/lib/esm/polyfills/system.js +0 -6
  942. package/lib/esm/string-utils-192eb3c8.js +0 -61
  943. package/lib/esm/teleport-546f382d.js +0 -116
  944. package/lib/esm/themeable-component-860041c5.js +0 -13
  945. package/lib/esm/watch-options-e96ecd92.js +0 -57
  946. package/lib/esm-es5/a11y-utils-8fc393f6.js +0 -4
  947. package/lib/esm-es5/action-arrow-down-small-82273dc8.js +0 -4
  948. package/lib/esm-es5/action-new-window-small-1945be91.js +0 -4
  949. package/lib/esm-es5/app-globals-00959ca9.js +0 -4
  950. package/lib/esm-es5/body-scroll-46854769.js +0 -4
  951. package/lib/esm-es5/bodyScrollLock.es6-ecbf187e.js +0 -4
  952. package/lib/esm-es5/common-strings-af765cad.js +0 -4
  953. package/lib/esm-es5/create-id-149a1b6d.js +0 -4
  954. package/lib/esm-es5/duet-action-button.entry.js +0 -4
  955. package/lib/esm-es5/duet-alert.entry.js +0 -4
  956. package/lib/esm-es5/duet-badge.entry.js +0 -4
  957. package/lib/esm-es5/duet-banner.entry.js +0 -4
  958. package/lib/esm-es5/duet-breadcrumb.entry.js +0 -4
  959. package/lib/esm-es5/duet-breadcrumbs.entry.js +0 -4
  960. package/lib/esm-es5/duet-button_2.entry.js +0 -4
  961. package/lib/esm-es5/duet-callout.entry.js +0 -4
  962. package/lib/esm-es5/duet-caption_4.entry.js +0 -4
  963. package/lib/esm-es5/duet-card.entry.js +0 -4
  964. package/lib/esm-es5/duet-checkbox.entry.js +0 -4
  965. package/lib/esm-es5/duet-checkmark.entry.js +0 -4
  966. package/lib/esm-es5/duet-chip_3.entry.js +0 -4
  967. package/lib/esm-es5/duet-choice_2.entry.js +0 -4
  968. package/lib/esm-es5/duet-collapsible.entry.js +0 -4
  969. package/lib/esm-es5/duet-combobox.entry.js +0 -4
  970. package/lib/esm-es5/duet-contact-card.entry.js +0 -4
  971. package/lib/esm-es5/duet-cookie-consent.entry.js +0 -4
  972. package/lib/esm-es5/duet-date-picker.entry.js +0 -4
  973. package/lib/esm-es5/duet-divider_2.entry.js +0 -4
  974. package/lib/esm-es5/duet-editable-table_3.entry.js +0 -4
  975. package/lib/esm-es5/duet-empty-state.entry.js +0 -4
  976. package/lib/esm-es5/duet-fieldset.entry.js +0 -4
  977. package/lib/esm-es5/duet-file-chooser.entry.js +0 -4
  978. package/lib/esm-es5/duet-footer.entry.js +0 -4
  979. package/lib/esm-es5/duet-grid_2.entry.js +0 -4
  980. package/lib/esm-es5/duet-header_2.entry.js +0 -4
  981. package/lib/esm-es5/duet-hero.entry.js +0 -4
  982. package/lib/esm-es5/duet-icon.entry.js +0 -4
  983. package/lib/esm-es5/duet-input_2.entry.js +0 -4
  984. package/lib/esm-es5/duet-layout.entry.js +0 -4
  985. package/lib/esm-es5/duet-list_2.entry.js +0 -4
  986. package/lib/esm-es5/duet-menu-bar-button.entry.js +0 -4
  987. package/lib/esm-es5/duet-menu-bar-dropdown-link.entry.js +0 -4
  988. package/lib/esm-es5/duet-menu-bar-dropdown.entry.js +0 -4
  989. package/lib/esm-es5/duet-menu-bar-item.entry.js +0 -4
  990. package/lib/esm-es5/duet-menu-bar-link.entry.js +0 -4
  991. package/lib/esm-es5/duet-menu-bar.entry.js +0 -4
  992. package/lib/esm-es5/duet-modal.entry.js +0 -4
  993. package/lib/esm-es5/duet-multiselect.entry.js +0 -4
  994. package/lib/esm-es5/duet-nav.entry.js +0 -4
  995. package/lib/esm-es5/duet-notification_2.entry.js +0 -4
  996. package/lib/esm-es5/duet-number-input.entry.js +0 -4
  997. package/lib/esm-es5/duet-overlay.entry.js +0 -4
  998. package/lib/esm-es5/duet-page-heading.entry.js +0 -4
  999. package/lib/esm-es5/duet-pagination_2.entry.js +0 -4
  1000. package/lib/esm-es5/duet-progress.entry.js +0 -4
  1001. package/lib/esm-es5/duet-promo-card.entry.js +0 -4
  1002. package/lib/esm-es5/duet-radio_2.entry.js +0 -4
  1003. package/lib/esm-es5/duet-range-slider.entry.js +0 -4
  1004. package/lib/esm-es5/duet-scrollable_3.entry.js +0 -4
  1005. package/lib/esm-es5/duet-section-layout.entry.js +0 -4
  1006. package/lib/esm-es5/duet-select.entry.js +0 -4
  1007. package/lib/esm-es5/duet-shaped-image.entry.js +0 -4
  1008. package/lib/esm-es5/duet-show-more.entry.js +0 -4
  1009. package/lib/esm-es5/duet-slideout-lang.entry.js +0 -4
  1010. package/lib/esm-es5/duet-slideout-link.entry.js +0 -4
  1011. package/lib/esm-es5/duet-slideout-panel-dropdown.entry.js +0 -4
  1012. package/lib/esm-es5/duet-slideout-panel.entry.js +0 -4
  1013. package/lib/esm-es5/duet-slideout.entry.js +0 -4
  1014. package/lib/esm-es5/duet-step_2.entry.js +0 -4
  1015. package/lib/esm-es5/duet-submenu-bar-dropdown-link.entry.js +0 -4
  1016. package/lib/esm-es5/duet-submenu-bar-dropdown.entry.js +0 -4
  1017. package/lib/esm-es5/duet-submenu-bar-item.entry.js +0 -4
  1018. package/lib/esm-es5/duet-submenu-bar-link.entry.js +0 -4
  1019. package/lib/esm-es5/duet-submenu-bar.entry.js +0 -4
  1020. package/lib/esm-es5/duet-textarea.entry.js +0 -4
  1021. package/lib/esm-es5/duet-toggle.entry.js +0 -4
  1022. package/lib/esm-es5/duet-toolbar-dropdown-link.entry.js +0 -4
  1023. package/lib/esm-es5/duet-toolbar-dropdown.entry.js +0 -4
  1024. package/lib/esm-es5/duet-toolbar-item.entry.js +0 -4
  1025. package/lib/esm-es5/duet-toolbar-link.entry.js +0 -4
  1026. package/lib/esm-es5/duet-toolbar.entry.js +0 -4
  1027. package/lib/esm-es5/duet-tooltip-button_2.entry.js +0 -4
  1028. package/lib/esm-es5/duet-tooltip.entry.js +0 -4
  1029. package/lib/esm-es5/duet-tray.entry.js +0 -4
  1030. package/lib/esm-es5/duet-upload-aria-status.entry.js +0 -4
  1031. package/lib/esm-es5/duet-upload-item.entry.js +0 -4
  1032. package/lib/esm-es5/duet-visually-hidden.entry.js +0 -4
  1033. package/lib/esm-es5/duet.js +0 -4
  1034. package/lib/esm-es5/errorcodes.utils-d9431251.js +0 -4
  1035. package/lib/esm-es5/floating-ui.dom.esm-ebc91b33.js +0 -4
  1036. package/lib/esm-es5/focus-utils-adcd9463.js +0 -4
  1037. package/lib/esm-es5/form-search-ea8e19ae.js +0 -4
  1038. package/lib/esm-es5/index-1d0b7c66.js +0 -5
  1039. package/lib/esm-es5/index.js +0 -3
  1040. package/lib/esm-es5/input-utils-85681162.js +0 -4
  1041. package/lib/esm-es5/is-internet-explorer-2c48f686.js +0 -4
  1042. package/lib/esm-es5/js-utils-9b9e0039.js +0 -4
  1043. package/lib/esm-es5/keyboard-utils-439bcc8b.js +0 -4
  1044. package/lib/esm-es5/label-ce262202.js +0 -4
  1045. package/lib/esm-es5/language-utils-14969cef.js +0 -4
  1046. package/lib/esm-es5/loader.js +0 -4
  1047. package/lib/esm-es5/slot-utils-4e5ed4eb.js +0 -4
  1048. package/lib/esm-es5/string-utils-192eb3c8.js +0 -4
  1049. package/lib/esm-es5/teleport-546f382d.js +0 -4
  1050. package/lib/esm-es5/themeable-component-860041c5.js +0 -4
  1051. package/lib/esm-es5/token-utils-a32eb753.js +0 -4
  1052. package/lib/esm-es5/tokens-84fb2357.js +0 -4
  1053. package/lib/esm-es5/tokens.module-a746651a.js +0 -4
  1054. package/lib/esm-es5/watch-options-e96ecd92.js +0 -4
  1055. package/lib/loader/package.json +0 -11
  1056. /package/lib/cjs/{body-scroll-dba42314.js → body-scroll-FWPe3_T_.js} +0 -0
  1057. /package/lib/cjs/{bodyScrollLock.es6-dd2d7d91.js → bodyScrollLock.es6-B2sCDud5.js} +0 -0
  1058. /package/lib/cjs/{common-strings-2984301e.js → common-strings-BhhnIQp3.js} +0 -0
  1059. /package/lib/cjs/{create-id-1f8c438f.js → create-id-DtslnIOq.js} +0 -0
  1060. /package/lib/cjs/{input-utils-1096a2c5.js → input-utils-DUKdslOM.js} +0 -0
  1061. /package/lib/cjs/{is-internet-explorer-e7f58ebc.js → is-internet-explorer-BTLb_loH.js} +0 -0
  1062. /package/lib/cjs/{js-utils-92e24ba1.js → js-utils-hJ4A2edy.js} +0 -0
  1063. /package/lib/cjs/{string-utils-7b13c16e.js → string-utils-B35hEUBv.js} +0 -0
  1064. /package/lib/cjs/{themeable-component-996b489c.js → themeable-component-C57DSx5w.js} +0 -0
  1065. /package/lib/duet/{p-8354d1f1.js → p-B1B-PPrh.js} +0 -0
  1066. /package/lib/duet/{p-9e371678.js → p-BlUsLmbQ.js} +0 -0
  1067. /package/lib/duet/{p-fc09c464.js → p-C6CAT054.js} +0 -0
  1068. /package/lib/duet/{p-9c3c64b9.js → p-C6E9F6QT.js} +0 -0
  1069. /package/lib/duet/{p-df7874f9.js → p-CLDy7YaM.js} +0 -0
  1070. /package/lib/duet/{p-5e59e970.js → p-Cfr_DJqU.js} +0 -0
  1071. /package/lib/duet/{p-beeb12f1.js → p-D6YBFNe9.js} +0 -0
  1072. /package/lib/duet/{p-43b89e38.js → p-DxESMgwA.js} +0 -0
  1073. /package/lib/duet/{p-aaa7a7bd.js → p-WhCDf9tt.js} +0 -0
  1074. /package/lib/{dist-custom-elements/p-fc09c464.js → esm/body-scroll-C6CAT054.js} +0 -0
  1075. /package/lib/{dist-custom-elements/p-8354d1f1.js → esm/bodyScrollLock.es6-B1B-PPrh.js} +0 -0
  1076. /package/lib/esm/{common-strings-af765cad.js → common-strings-D6YBFNe9.js} +0 -0
  1077. /package/lib/{dist-custom-elements/p-5e59e970.js → esm/create-id-Cfr_DJqU.js} +0 -0
  1078. /package/lib/{dist-custom-elements/p-df7874f9.js → esm/input-utils-CLDy7YaM.js} +0 -0
  1079. /package/lib/{dist-custom-elements/p-43b89e38.js → esm/is-internet-explorer-DxESMgwA.js} +0 -0
  1080. /package/lib/{dist-custom-elements/p-9e371678.js → esm/js-utils-BlUsLmbQ.js} +0 -0
  1081. /package/lib/{dist-custom-elements/p-9c3c64b9.js → esm/string-utils-C6E9F6QT.js} +0 -0
  1082. /package/lib/{dist-custom-elements/p-aaa7a7bd.js → esm/themeable-component-WhCDf9tt.js} +0 -0
@@ -24,6 +24,330 @@ import { makeXhrRequest, } from "./xhr.helpers";
24
24
  */
25
25
  export class DuetUpload {
26
26
  constructor() {
27
+ /**
28
+ * State() variables
29
+ */
30
+ this.tick = Date.now();
31
+ /**
32
+ * If external is set to true, the upload component will not actually upload the files, but only keep states
33
+ * it will be up to you to handle the upload and return progress information to the upload-component
34
+ */
35
+ this.external = false;
36
+ /**
37
+ * If internal upload method is used, and this has been set to a function - it will be called with the XHR options before the reqeust is sent, return an updated XHR options object in order to manipulate the request
38
+ */
39
+ this.middleware = null;
40
+ /**
41
+ * If defer-upload is true, duet-upload will not (as recommended) instantly upload files but await a call to uploadPending()
42
+ */
43
+ this.deferUpload = false;
44
+ /**
45
+ * If set the upload component will not display an upload button, you will have to create one yourself
46
+ * and call the exposed method startUpload to open the upload dialog
47
+ */
48
+ this.hideButton = false;
49
+ /**
50
+ * Default actions added to the internally used duet-editable-table
51
+ */
52
+ this.actions = [
53
+ {
54
+ icon: "action-delete",
55
+ color: "color-danger",
56
+ size: "x-small",
57
+ background: "gray-lightest",
58
+ name: "delete",
59
+ map: ["success", "failure"],
60
+ label: {
61
+ fi: "Poista tiedosto",
62
+ en: "Delete the file",
63
+ sv: "Ta bort filen",
64
+ },
65
+ },
66
+ {
67
+ icon: "navigation-close",
68
+ color: "primary",
69
+ size: "x-small",
70
+ background: "gray-lightest",
71
+ name: "cancel",
72
+ map: ["inprogress", "pending"],
73
+ label: {
74
+ fi: "Keskeytä lähetys",
75
+ en: "Cancel the upload",
76
+ sv: "Stop överföringen",
77
+ },
78
+ },
79
+ ];
80
+ /**
81
+ * If enabled the editable-table will display links on successfully uploaded items,
82
+ * this requires the server can respond with link URIs in the correct format
83
+ * and that the files are accessible to the user
84
+ */
85
+ this.showLinks = false;
86
+ /**
87
+ * Property to change the aria upload progress text read aloud by screenreaders
88
+ * @default {
89
+ * fi: {
90
+ * inProgress: "Lähetetään {filesUploaded}, yhteensä lähetettävänä {filesTotal}.",
91
+ * inProgressWithErrors:
92
+ * "Lähetetään {filesInProgress}, lähetetty {filesUploaded}, yhteensä lähetettävänä {filesTotal}, {filesWithErrors} epäonnistui",
93
+ * done: "Lähetys valmis, {filesTotal} lisätty onnistuneesti",
94
+ * doneWithErrors: "Lähetys valmis, {filesUploaded} lisätty onnistuneesti, {filesWithErrors} epäonnistui",
95
+ * files: "tiedostoa",
96
+ * file: "tiedosto",
97
+ * },
98
+ * sv: {
99
+ * inProgress: "Laddar upp {filesUploaded} av {filesTotal}",
100
+ * inProgressWithErrors:
101
+ * "Laddar upp {filesInProgress}, {filesUploaded} uppladdad av {filesTotal}, {filesWithErrors} misslyckades",
102
+ * done: "Uppladdningen slutförd, {filesTotal} har lagts till",
103
+ * doneWithErrors: "Uppladdningen slutförd, {filesUploaded} har lagts till, {filesWithErrors} misslyckades",
104
+ * files: "filer",
105
+ * file: "fil",
106
+ * },
107
+ * en: {
108
+ * inProgress: "Uploading {filesUploaded} of {filesTotal}",
109
+ * inProgressWithErrors:
110
+ * "Uploading {filesInProgress}, {filesUploaded} uploaded of {filesTotal}, {filesWithErrors} failed",
111
+ * done: "Upload completed, {filesTotal} added successfully",
112
+ * doneWithErrors: "Upload completed, {filesUploaded} added successfully, {filesWithErrors} failed.",
113
+ * files: "files",
114
+ * file: "file",
115
+ * },
116
+ * }
117
+ */
118
+ this.statusLabelDefaults = {
119
+ fi: {
120
+ inProgress: "Lähetetään {filesUploaded}, yhteensä lähetettävänä {filesTotal}.",
121
+ inProgressWithErrors: "Lähetetään {filesInProgress}, lähetetty {filesUploaded}, yhteensä lähetettävänä {filesTotal}, {filesWithErrors} epäonnistui",
122
+ done: "Lähetys valmis, {filesTotal} lisätty onnistuneesti",
123
+ doneWithErrors: "Lähetys valmis, {filesUploaded} lisätty onnistuneesti, {filesWithErrors} epäonnistui",
124
+ files: "tiedostoa",
125
+ file: "tiedosto",
126
+ },
127
+ sv: {
128
+ inProgress: "Laddar upp {filesUploaded} av {filesTotal}",
129
+ inProgressWithErrors: "Laddar upp {filesInProgress}, {filesUploaded} uppladdad av {filesTotal}, {filesWithErrors} misslyckades",
130
+ done: "Uppladdningen slutförd, {filesTotal} har lagts till",
131
+ doneWithErrors: "Uppladdningen slutförd, {filesUploaded} har lagts till, {filesWithErrors} misslyckades",
132
+ files: "filer",
133
+ file: "fil",
134
+ },
135
+ en: {
136
+ inProgress: "Uploading {filesUploaded} of {filesTotal}",
137
+ inProgressWithErrors: "Uploading {filesInProgress}, {filesUploaded} uploaded of {filesTotal}, {filesWithErrors} failed",
138
+ done: "Upload completed, {filesTotal} added successfully",
139
+ doneWithErrors: "Upload completed, {filesUploaded} added successfully, {filesWithErrors} failed.",
140
+ files: "files",
141
+ file: "file",
142
+ },
143
+ };
144
+ /**
145
+ * Strings used for the status aria-label
146
+ */
147
+ this.statusMessageLabel = getLocaleString(this.statusLabelDefaults);
148
+ /**
149
+ * Property to change button label defaults on the component.
150
+ * @default {
151
+ fi: "Lisää liite",
152
+ sv: "Lägg till en bilaga",
153
+ en: "Add an attachment",
154
+ }
155
+ */
156
+ this.buttonLabelDefaults = {
157
+ fi: "Lisää liite",
158
+ sv: "Lägg till en bilaga",
159
+ en: "Add an attachment",
160
+ };
161
+ /**
162
+ * Label of button
163
+ * @default { fi: "Lisää liite", sv: "Lägg till en bilaga", en: "Add an attachment" }
164
+ */
165
+ this.buttonLabel = getLocaleString(this.buttonLabelDefaults);
166
+ /**
167
+ * accessible aria-Label of button
168
+ */
169
+ this.accessibleButtonLabel = undefined;
170
+ /**
171
+ * Theme of the input.
172
+ */
173
+ this.theme = "";
174
+ /**
175
+ * Makes the input component disabled. This prevents users from being able to
176
+ * interact with the upload component, and conveys its inactive state to assistive technologies.
177
+ */
178
+ this.disabled = false;
179
+ /**
180
+ * Controls the margin of the component.
181
+ */
182
+ this.margin = "auto";
183
+ /**
184
+ * Set whether the input is required or not. Please note that this is necessary for
185
+ * accessible inputs when the user is required to fill them. When using this property
186
+ * you need to also set “novalidate” attribute to your form element to prevent
187
+ * browser from displaying its own validation errors.
188
+ */
189
+ this.required = false;
190
+ /**
191
+ * Key used to set vertical alignment of action buttons
192
+ */
193
+ this.alignment = "middle";
194
+ /**
195
+ * Visually hides the groups labels in the editable table list used to display the list of files
196
+ */
197
+ this.hideGroups = false;
198
+ /**
199
+ * Map of string that contain list of uploaded files.
200
+ */
201
+ this.files = new Map();
202
+ /**
203
+ * Property to read if the internally used editable-table contains errors or not
204
+ */
205
+ this.valid = !this.required;
206
+ /**
207
+ * Property to change labelDefaults defaults on the component.
208
+ * normally you would handle these strings on an application level and override label when needed
209
+ * @default { fi: "Lisää liite",sv: "Lägg till en bilaga",en: "Add attachments"}
210
+ */
211
+ this.labelDefaults = {
212
+ fi: "Lisää liite",
213
+ sv: "Lägg till en bilaga",
214
+ en: "Add attachments",
215
+ };
216
+ /**
217
+ * Label for the input.
218
+ * @default { fi: "Lisää liite",sv: "Lägg till en bilaga",en: "Add attachments"}
219
+ */
220
+ this.label = getLocaleString(this.labelDefaults);
221
+ /**
222
+ * Property to change descriptionDefaults defaults on the component.
223
+ * @default {
224
+ * en: "You may attach the following filetypes: {filetypes} - as well as the most common video files. You can upload {maxbytestotal} of files at a time, and add up to {maxfiles} attachments at a time each no larger than {maxbytes}.",
225
+ * sv: "Du kan bifoga följande filtyper: {filetypes} - samt de vanligaste videofilerna. Du kan ladda upp {maxbytestotal} av filer åt gången, och lägga till upp till {maxfiles} bilagor åt gången varje inte större än {maxbytes}.",
226
+ * fi: "Voit liittää seuraavat tiedostotyypit: {filetypes} - sekä yleisimmät videotiedostot. Voit lähettää {maxbytestotal} tiedostoa kerrallaan, ja lisätä enintään {maxfiles} liitettä kerrallaan, jokainen enintään {maxbytes} kokoisena.",
227
+ * }
228
+ */
229
+ this.descriptionDefaults = {
230
+ en: "You may attach the following filetypes: {filetypes} - as well as the most common video files. You can upload {maxbytestotal} of files at a time, and add up to {maxfiles} attachments at a time each no larger than {maxbytes}.",
231
+ sv: "Du kan bifoga följande filtyper: {filetypes} - samt de vanligaste videofilerna. Du kan ladda upp {maxbytestotal} av filer åt gången, och lägga till upp till {maxfiles} bilagor åt gången varje inte större än {maxbytes}.",
232
+ fi: "Voit liittää seuraavat tiedostotyypit: {filetypes} - sekä yleisimmät videotiedostot. Voit lähettää {maxbytestotal} tiedostoa kerrallaan, ja lisätä enintään {maxfiles} liitettä kerrallaan, jokainen enintään {maxbytes} kokoisena.",
233
+ };
234
+ /**
235
+ * Description for the upload component.
236
+ * @default {
237
+ * en: "You may attach the following filetypes: {filetypes} - as well as the most common video files. You can upload {maxbytestotal} of files at a time, and add up to {maxfiles} attachments at a time each no larger than {maxbytes}.",
238
+ * sv: "Du kan bifoga följande filtyper: {filetypes} - samt de vanligaste videofilerna. Du kan ladda upp {maxbytestotal} av filer åt gången, och lägga till upp till {maxfiles} bilagor åt gången varje inte större än {maxbytes}.",
239
+ * fi: "Voit liittää seuraavat tiedostotyypit: {filetypes} - sekä yleisimmät videotiedostot. Voit lähettää {maxbytestotal} tiedostoa kerrallaan, ja lisätä enintään {maxfiles} liitettä kerrallaan, jokainen enintään {maxbytes} kokoisena.",
240
+ * }
241
+ */
242
+ this.description = getLocaleString(this.descriptionDefaults);
243
+ /**
244
+ * Defaults for the filelist's empty state.
245
+ * @default {
246
+ fi: "Ei vielä lisättyjä tiedostoja.",
247
+ sv: "Inga filer har lagts till ännu.",
248
+ en: "No files added yet.",
249
+ }
250
+ */
251
+ this.fileListEmptyDefaults = {
252
+ fi: "Ei vielä lisättyjä tiedostoja.",
253
+ sv: "Inga filer har lagts till ännu.",
254
+ en: "No files added yet.",
255
+ };
256
+ /**
257
+ * Label for the filelist's empty state.
258
+ * @default { fi: "Ei vielä lisättyjä tiedostoja.",sv: "Inga filer har lagts till ännu.",en: "No files added yet."}
259
+ */
260
+ this.fileListEmpty = getLocaleString(this.fileListEmptyDefaults);
261
+ /**
262
+ * Display the input in error state along with an error message.
263
+ */
264
+ this.error = "";
265
+ /**
266
+ * Default errorcodes used by the component, modifiable via javascript
267
+ */
268
+ this.errorCodes = errorCodes;
269
+ /**
270
+ * Use maxBytes to specify the maximum size in Bytes of a file that can be uploaded.
271
+ */
272
+ this.maxBytes = 200000000;
273
+ /**
274
+ * Use maxBytesTotal to specify the maximum size in Bytes of All files combined that can be uploaded.
275
+ */
276
+ this.maxBytesTotal = undefined;
277
+ /**
278
+ * Use maxFiles to specify the maximum amount of files that can be uploaded
279
+ */
280
+ this.maxFiles = 99;
281
+ /**
282
+ * A string of commaseperated file type values that are allowed
283
+ * @example: .pdf,.doc,.docx
284
+ */
285
+ this.allowedExtensions = "all";
286
+ /**
287
+ * A string of commaseperated mime type values that are allowed
288
+ * @example: image/*,application/msword,
289
+ */
290
+ this.allowedMimetypes = "";
291
+ /**
292
+ * Use multiple to allow the user to select multiple files when uploading
293
+ */
294
+ this.multiple = true;
295
+ /**
296
+ * Use limitSelection to enforce the value in allowedExtension & allowedMimetypes when selecting files,
297
+ * by default this is off, setting this to true will limit the users choices to what has been explicitly set
298
+ */
299
+ this.limitSelection = false;
300
+ /**
301
+ * Use hideCancelButton to hide cancel button for pending and in progress uploads
302
+ */
303
+ this.hideCancelButton = false;
304
+ /**
305
+ * If true the input caption will be placed below file list and footer
306
+ */
307
+ this.captionOnBottom = false;
308
+ /**
309
+ * Use show-uploaded-items-header to show single, generic, header for uploaded items
310
+ */
311
+ this.showUploadedItemsHeader = false;
312
+ /**
313
+ * Property to change single uploaded items header label
314
+ * @default {
315
+ * fi: "Ladattu tiedosto.",
316
+ * sv: "Nedladdad fil.",
317
+ * en: "Uploaded file.",
318
+ * }
319
+ */
320
+ this.uploadedItemsHeaderLabel = {
321
+ fi: "Ladattu tiedosto",
322
+ sv: "Lägg till en bilaga",
323
+ en: "Uploaded file",
324
+ };
325
+ /**
326
+ * Heading level for the label in the legend element. This is only used to give screen readers better logical structure.
327
+ * This does not affect visual appearance.
328
+ */
329
+ this.headerHeadingLevel = "h3";
330
+ /**
331
+ * Use hide-header to hide upload component header and caption (if caption is not on bottom)
332
+ */
333
+ this.hideHeader = false;
334
+ /**
335
+ * If link-click-event is set to true then upload component
336
+ * will emit an event on uploaded file link click (check linkClick event).
337
+ */
338
+ this.emitEvent = false;
339
+ /**
340
+ * Map action name to DuetLangObject or boolean. Sets upload item action buttons titles
341
+ * (show as DOM tooltip when hovering).
342
+ */
343
+ this.actionButtonTitles = {
344
+ cancel: false,
345
+ delete: false,
346
+ };
347
+ /**
348
+ * Use rename-duplicates to auto rename files with the same name instead of replacing them.
349
+ */
350
+ this.renameDuplicates = false;
27
351
  /**
28
352
  * Own Properties
29
353
  */
@@ -46,6 +370,45 @@ export class DuetUpload {
46
370
  pending: "pending",
47
371
  failure: "failure",
48
372
  };
373
+ /**
374
+ * Array of group names that you want the editable table to use to display files
375
+ * @required
376
+ * @example [{ id: "success", label: {fi: "Onnistunut", en: "Success", sv: "Alt klart", }}]
377
+ */
378
+ this.groups = [
379
+ {
380
+ id: this.DefaultGroups.success,
381
+ label: {
382
+ fi: "Valmiit tiedostot",
383
+ sv: "Files success",
384
+ en: "Files success",
385
+ },
386
+ },
387
+ {
388
+ id: this.DefaultGroups.failure,
389
+ label: {
390
+ fi: "Tiedostot, joissa on virheitä",
391
+ sv: "Filer med fel",
392
+ en: "Files with errors",
393
+ },
394
+ },
395
+ {
396
+ id: this.DefaultGroups.inprogress,
397
+ label: {
398
+ fi: "Kesken olevat tiedostot",
399
+ sv: "Filer inprogress",
400
+ en: "Files inprogress",
401
+ },
402
+ },
403
+ {
404
+ id: this.DefaultGroups.pending,
405
+ label: {
406
+ en: "Files to upload",
407
+ sv: "Filer att ladda",
408
+ fi: "Ladattavat tiedostot",
409
+ },
410
+ },
411
+ ];
49
412
  this.kick = debounce(() => {
50
413
  this.tick = Date.now();
51
414
  }, 30); // will trigger re-render
@@ -486,169 +849,6 @@ export class DuetUpload {
486
849
  });
487
850
  return (h(Fragment, null, this.showUploadedItemsHeader && (h(UploadItemHeader, { categoryLabel: hasCategory ? this.categoryLabel : undefined, label: this.uploadedItemsHeaderLabel })), ItemRows));
488
851
  };
489
- this.tick = Date.now();
490
- this.accessibleActiveDescendant = undefined;
491
- this.accessibleDescribedBy = undefined;
492
- this.accessibleControls = undefined;
493
- this.accessibleOwns = undefined;
494
- this.external = false;
495
- this.middleware = null;
496
- this.deferUpload = false;
497
- this.hideButton = false;
498
- this.actions = [
499
- {
500
- icon: "action-delete",
501
- color: "color-danger",
502
- size: "x-small",
503
- background: "gray-lightest",
504
- name: "delete",
505
- map: ["success", "failure"],
506
- label: {
507
- fi: "Poista tiedosto",
508
- en: "Delete the file",
509
- sv: "Ta bort filen",
510
- },
511
- },
512
- {
513
- icon: "navigation-close",
514
- color: "primary",
515
- size: "x-small",
516
- background: "gray-lightest",
517
- name: "cancel",
518
- map: ["inprogress", "pending"],
519
- label: {
520
- fi: "Keskeytä lähetys",
521
- en: "Cancel the upload",
522
- sv: "Stop överföringen",
523
- },
524
- },
525
- ];
526
- this.uri = undefined;
527
- this.showLinks = false;
528
- this.caption = undefined;
529
- this.statusLabelDefaults = {
530
- fi: {
531
- inProgress: "Lähetetään {filesUploaded}, yhteensä lähetettävänä {filesTotal}.",
532
- inProgressWithErrors: "Lähetetään {filesInProgress}, lähetetty {filesUploaded}, yhteensä lähetettävänä {filesTotal}, {filesWithErrors} epäonnistui",
533
- done: "Lähetys valmis, {filesTotal} lisätty onnistuneesti",
534
- doneWithErrors: "Lähetys valmis, {filesUploaded} lisätty onnistuneesti, {filesWithErrors} epäonnistui",
535
- files: "tiedostoa",
536
- file: "tiedosto",
537
- },
538
- sv: {
539
- inProgress: "Laddar upp {filesUploaded} av {filesTotal}",
540
- inProgressWithErrors: "Laddar upp {filesInProgress}, {filesUploaded} uppladdad av {filesTotal}, {filesWithErrors} misslyckades",
541
- done: "Uppladdningen slutförd, {filesTotal} har lagts till",
542
- doneWithErrors: "Uppladdningen slutförd, {filesUploaded} har lagts till, {filesWithErrors} misslyckades",
543
- files: "filer",
544
- file: "fil",
545
- },
546
- en: {
547
- inProgress: "Uploading {filesUploaded} of {filesTotal}",
548
- inProgressWithErrors: "Uploading {filesInProgress}, {filesUploaded} uploaded of {filesTotal}, {filesWithErrors} failed",
549
- done: "Upload completed, {filesTotal} added successfully",
550
- doneWithErrors: "Upload completed, {filesUploaded} added successfully, {filesWithErrors} failed.",
551
- files: "files",
552
- file: "file",
553
- },
554
- };
555
- this.statusMessageLabel = getLocaleString(this.statusLabelDefaults);
556
- this.buttonLabelDefaults = {
557
- fi: "Lisää liite",
558
- sv: "Lägg till en bilaga",
559
- en: "Add an attachment",
560
- };
561
- this.buttonLabel = getLocaleString(this.buttonLabelDefaults);
562
- this.accessibleButtonLabel = undefined;
563
- this.theme = "";
564
- this.disabled = false;
565
- this.identifier = undefined;
566
- this.margin = "auto";
567
- this.required = false;
568
- this.alignment = "middle";
569
- this.hideGroups = false;
570
- this.files = new Map();
571
- this.valid = !this.required;
572
- this.labelDefaults = {
573
- fi: "Lisää liite",
574
- sv: "Lägg till en bilaga",
575
- en: "Add attachments",
576
- };
577
- this.label = getLocaleString(this.labelDefaults);
578
- this.descriptionDefaults = {
579
- en: "You may attach the following filetypes: {filetypes} - as well as the most common video files. You can upload {maxbytestotal} of files at a time, and add up to {maxfiles} attachments at a time each no larger than {maxbytes}.",
580
- sv: "Du kan bifoga följande filtyper: {filetypes} - samt de vanligaste videofilerna. Du kan ladda upp {maxbytestotal} av filer åt gången, och lägga till upp till {maxfiles} bilagor åt gången varje inte större än {maxbytes}.",
581
- fi: "Voit liittää seuraavat tiedostotyypit: {filetypes} - sekä yleisimmät videotiedostot. Voit lähettää {maxbytestotal} tiedostoa kerrallaan, ja lisätä enintään {maxfiles} liitettä kerrallaan, jokainen enintään {maxbytes} kokoisena.",
582
- };
583
- this.description = getLocaleString(this.descriptionDefaults);
584
- this.fileListEmptyDefaults = {
585
- fi: "Ei vielä lisättyjä tiedostoja.",
586
- sv: "Inga filer har lagts till ännu.",
587
- en: "No files added yet.",
588
- };
589
- this.fileListEmpty = getLocaleString(this.fileListEmptyDefaults);
590
- this.error = "";
591
- this.errorCodes = errorCodes;
592
- this.name = undefined;
593
- this.maxBytes = 200000000;
594
- this.maxBytesTotal = undefined;
595
- this.maxFiles = 99;
596
- this.allowedExtensions = "all";
597
- this.allowedMimetypes = "";
598
- this.multiple = true;
599
- this.limitSelection = false;
600
- this.hideCancelButton = false;
601
- this.value = undefined;
602
- this.externalUploadButtonId = undefined;
603
- this.captionOnBottom = false;
604
- this.showUploadedItemsHeader = false;
605
- this.uploadedItemsHeaderLabel = {
606
- fi: "Ladattu tiedosto",
607
- sv: "Lägg till en bilaga",
608
- en: "Uploaded file",
609
- };
610
- this.headerHeadingLevel = "h3";
611
- this.hideHeader = false;
612
- this.emitEvent = false;
613
- this.actionButtonTitles = {
614
- cancel: false,
615
- delete: false,
616
- };
617
- this.renameDuplicates = false;
618
- this.groups = [
619
- {
620
- id: this.DefaultGroups.success,
621
- label: {
622
- fi: "Valmiit tiedostot",
623
- sv: "Files success",
624
- en: "Files success",
625
- },
626
- },
627
- {
628
- id: this.DefaultGroups.failure,
629
- label: {
630
- fi: "Tiedostot, joissa on virheitä",
631
- sv: "Filer med fel",
632
- en: "Files with errors",
633
- },
634
- },
635
- {
636
- id: this.DefaultGroups.inprogress,
637
- label: {
638
- fi: "Kesken olevat tiedostot",
639
- sv: "Filer inprogress",
640
- en: "Files inprogress",
641
- },
642
- },
643
- {
644
- id: this.DefaultGroups.pending,
645
- label: {
646
- en: "Files to upload",
647
- sv: "Filer att ladda",
648
- fi: "Ladattavat tiedostot",
649
- },
650
- },
651
- ];
652
852
  }
653
853
  watchValidHandler(newValue, oldValue) {
654
854
  if (newValue !== oldValue) {
@@ -753,10 +953,10 @@ export class DuetUpload {
753
953
  this.externalUploadButton.accessibleLabel = `${this.externalUploadButton.innerText}. ${caption}`;
754
954
  }
755
955
  // @ts-ignore
756
- return (h(Host, { key: 'd9a06a80ee3dbe6c14afeba29034210c0876e030', class: { "duet-m-0": this.margin === "none" } }, h("duet-fieldset", { key: '91dd6b9b6702eda6b91bde8051ba3dc19f61897f', "label-heading-level": this.headerHeadingLevel, "label-hidden": this.hideHeader, label: this.label }, h("slot", { key: 'db5e4b9f271fe451b5d22f7400ec4c0d3a6f138e', name: "header" }), !this.files.size && (h("duet-empty-state", { key: '27ba6010ee533701bf11a149427d2216c8ce29d9', id: this.labelId, part: this.identifier ? `${this.identifier}-empty-state` : "duet-upload-empty-state", icon: "messaging-attachment" }, h("duet-paragraph", { key: 'e89c1d5f4ec256d1e3a78c3c39d2e70abf10e8e6', margin: "none" }, this.fileListEmpty))), !!this.files.size && h("slot", { key: '42eadc522cef6c31bf92926536586c335f70aa29', name: "fileheader" }), !!this.files.size && (h("duet-upload-aria-status", { key: '73e49bd8b917493fe195e9a41485bc92f7b28f87', invalid: this.getFilesAsArray().invalid.length, valid: this.getFilesAsArray().valid.length, inprogress: this.filesInProgress.size, total: this.files.size, statusMessageLabel: this.internalStatusMessageLabel })), !!this.files.size && this.renderUploadedItems(), !!this.files.size && h("slot", { key: 'f4af2ea636e86ad99ea095816a947160842e473a', name: "filefooter" }), h("slot", { key: '4f5808dd9f1d1f59a22358e889b465603fcf66e5', name: "uploadfooter" }), this.captionOnBottom && (h("duet-caption", { key: '098d617ed6b92abb83204dfd0c02f38aee307091', margin: "none", size: "small" }, h("div", { key: 'df692c821b64ef7d2a8e00f1b798e0d6ea28589b', class: "upload-bottom-caption" }, caption))), h("slot", { key: 'f5c2d00cef8aea857176ccfa0cf3ff52eb4b07ec', name: "afterfooter" }), !this.hideButton && (h(Fragment, { key: '6950dea516b4b35f4e5fb7c9d37afd340a151a14' }, h("duet-spacer", { key: '24eac12d73d7ed5ad8fab3be0777d7452bf326d7', size: "large" }), h("duet-button", { key: 'fb63b67dfcd988535867d4fde83bd13c110d9f1c', id: this.buttonId, onClick: this.startUpload, "accessible-controls": identifier, disabled: this.fileMaxReached, "accessible-label": this.accessibleButtonLabel || `${this.buttonLabel}. ${caption}`, "accessible-owns": identifier, size: "small", variation: "secondary", fixed: true, icon: "action-add-circle", part: this.identifier ? `${this.identifier}-button-upload` : "duet-upload-button-upload" }, this.buttonLabel))), (this.fileMaxReached ||
956
+ return (h(Host, { key: '543992b9d9c308f9e01bae345b5fd8c806b94d8f', class: { "duet-m-0": this.margin === "none" } }, h("duet-fieldset", { key: '77e0b4bc007bfb6259a45a0d360611c8a8f58a57', "label-heading-level": this.headerHeadingLevel, "label-hidden": this.hideHeader, label: this.label }, h("slot", { key: 'aaefb5b725097acfba9855cbeda4af32ccb39702', name: "header" }), !this.files.size && (h("duet-empty-state", { key: 'e03c91293b669c938fa1bb156549c8b85dabfd1a', id: this.labelId, part: this.identifier ? `${this.identifier}-empty-state` : "duet-upload-empty-state", icon: "messaging-attachment" }, h("duet-paragraph", { key: '9158cff25bef2cdcf251140604c17b4c9917fe63', margin: "none" }, this.fileListEmpty))), !!this.files.size && h("slot", { key: '0545322e2f3dc59797b5a5a7e2dc7b03d45abbf7', name: "fileheader" }), !!this.files.size && (h("duet-upload-aria-status", { key: '4180909f17d65a4f7d7f6ce772cf7316bec91161', invalid: this.getFilesAsArray().invalid.length, valid: this.getFilesAsArray().valid.length, inprogress: this.filesInProgress.size, total: this.files.size, statusMessageLabel: this.internalStatusMessageLabel })), !!this.files.size && this.renderUploadedItems(), !!this.files.size && h("slot", { key: '5c489100fac57463ed965d0ce8a81be27d4ba3da', name: "filefooter" }), h("slot", { key: '2ff841a688a9a03d2ca0b476336c85e815f3b6e4', name: "uploadfooter" }), this.captionOnBottom && (h("duet-caption", { key: 'ba7ccda08073f82c646ca46e2665d6998bf6fb30', margin: "none", size: "small" }, h("div", { key: 'e3cab668b5d88f68275c62b878db3c46e133dd26', class: "upload-bottom-caption" }, caption))), h("slot", { key: 'ee6f6b6083d15d990f95baf44d10cbcffbf0ebc4', name: "afterfooter" }), !this.hideButton && (h(Fragment, { key: '287c6c09b0beecd2e586fee769feca4bb35a185c' }, h("duet-spacer", { key: '3aae82caef09bbd97ec88ac30ca1732f8c07f940', size: "large" }), h("duet-button", { key: '708bcfc6751bdef503a581f543812eca76ebdf9d', id: this.buttonId, onClick: this.startUpload, "accessible-controls": identifier, disabled: this.fileMaxReached, "accessible-label": this.accessibleButtonLabel || `${this.buttonLabel}. ${caption}`, "accessible-owns": identifier, size: "small", variation: "secondary", fixed: true, icon: "action-add-circle", part: this.identifier ? `${this.identifier}-button-upload` : "duet-upload-button-upload" }, this.buttonLabel))), (this.fileMaxReached ||
757
957
  this.bytesMaxReached ||
758
958
  this.filesToUploadExceedsLimit ||
759
- this.filesToUploadTotalSizeIsAboveMax) && (h(Fragment, { key: '749d1166c084a9b2919b909ee7ab9246d2c0ebe7' }, h("duet-spacer", { key: '907c8f0f2709cf387eef1b2bb815335ded8ad30d', size: "medium" }), h("duet-alert", { key: '792b424865e2a20fe34eeb248cbd00e376bcd646', part: this.identifier ? `${this.identifier}-error-notification` : "duet-upload-error-notification" }, this.fileMaxReached && getI18nError("duet-upload-301", this.errorCodes), this.bytesMaxReached && getI18nError("duet-upload-202", this.errorCodes), this.filesToUploadExceedsLimit && getI18nError("duet-upload-302", this.errorCodes), this.filesToUploadTotalSizeIsAboveMax && getI18nError("duet-upload-203", this.errorCodes)))), h("duet-visually-hidden", { key: '31b3a469d2722362b44ee1e89e468f79e313fc7e', "aria-hidden": "true" }, h("input", { key: 'ee5f9699f2d29c0ac92d0ba78c3e007a0cc327cd', ref: input => {
959
+ this.filesToUploadTotalSizeIsAboveMax) && (h(Fragment, { key: '08acb67d151215eb8d87ea2d2a8b06b8679e7279' }, h("duet-spacer", { key: '627aff6809d68c854b2d73fb058b163959f20e4a', size: "medium" }), h("duet-alert", { key: '67aff7ef34cf925bc40bcc9de417f1415bac12c2', part: this.identifier ? `${this.identifier}-error-notification` : "duet-upload-error-notification" }, this.fileMaxReached && getI18nError("duet-upload-301", this.errorCodes), this.bytesMaxReached && getI18nError("duet-upload-202", this.errorCodes), this.filesToUploadExceedsLimit && getI18nError("duet-upload-302", this.errorCodes), this.filesToUploadTotalSizeIsAboveMax && getI18nError("duet-upload-203", this.errorCodes)))), h("duet-visually-hidden", { key: '2638b759795817f6db83dd714135600e267b7794', "aria-hidden": "true" }, h("input", { key: 'c395a101ca022d9d3f56f9b94bc4a5b6cf19e37b', ref: input => {
760
960
  this.nativeInput = input;
761
961
  }, accept: !this.limitSelection ? undefined : `${this.allowedMimetypes},${this.allowedExtensions}`, onBlur: this.onBlur, onFocus: this.onFocus, onChange: e => this.onChange(e), type: "file", class: {
762
962
  "duet-upload": true,
@@ -952,6 +1152,7 @@ export class DuetUpload {
952
1152
  return {
953
1153
  "accessibleActiveDescendant": {
954
1154
  "type": "string",
1155
+ "attribute": "accessible-active-descendant",
955
1156
  "mutable": false,
956
1157
  "complexType": {
957
1158
  "original": "string",
@@ -966,11 +1167,11 @@ export class DuetUpload {
966
1167
  },
967
1168
  "getter": false,
968
1169
  "setter": false,
969
- "attribute": "accessible-active-descendant",
970
1170
  "reflect": false
971
1171
  },
972
1172
  "accessibleDescribedBy": {
973
1173
  "type": "string",
1174
+ "attribute": "accessible-described-by",
974
1175
  "mutable": false,
975
1176
  "complexType": {
976
1177
  "original": "string",
@@ -985,11 +1186,11 @@ export class DuetUpload {
985
1186
  },
986
1187
  "getter": false,
987
1188
  "setter": false,
988
- "attribute": "accessible-described-by",
989
1189
  "reflect": false
990
1190
  },
991
1191
  "accessibleControls": {
992
1192
  "type": "string",
1193
+ "attribute": "accessible-controls",
993
1194
  "mutable": false,
994
1195
  "complexType": {
995
1196
  "original": "string",
@@ -1004,11 +1205,11 @@ export class DuetUpload {
1004
1205
  },
1005
1206
  "getter": false,
1006
1207
  "setter": false,
1007
- "attribute": "accessible-controls",
1008
1208
  "reflect": false
1009
1209
  },
1010
1210
  "accessibleOwns": {
1011
1211
  "type": "string",
1212
+ "attribute": "accessible-owns",
1012
1213
  "mutable": false,
1013
1214
  "complexType": {
1014
1215
  "original": "string",
@@ -1023,11 +1224,11 @@ export class DuetUpload {
1023
1224
  },
1024
1225
  "getter": false,
1025
1226
  "setter": false,
1026
- "attribute": "accessible-owns",
1027
1227
  "reflect": false
1028
1228
  },
1029
1229
  "external": {
1030
1230
  "type": "boolean",
1231
+ "attribute": "external",
1031
1232
  "mutable": false,
1032
1233
  "complexType": {
1033
1234
  "original": "boolean",
@@ -1042,12 +1243,12 @@ export class DuetUpload {
1042
1243
  },
1043
1244
  "getter": false,
1044
1245
  "setter": false,
1045
- "attribute": "external",
1046
1246
  "reflect": false,
1047
1247
  "defaultValue": "false"
1048
1248
  },
1049
1249
  "middleware": {
1050
1250
  "type": "unknown",
1251
+ "attribute": "middleware",
1051
1252
  "mutable": false,
1052
1253
  "complexType": {
1053
1254
  "original": "XHRInternalMiddleWare",
@@ -1072,6 +1273,7 @@ export class DuetUpload {
1072
1273
  },
1073
1274
  "deferUpload": {
1074
1275
  "type": "boolean",
1276
+ "attribute": "defer-upload",
1075
1277
  "mutable": false,
1076
1278
  "complexType": {
1077
1279
  "original": "boolean",
@@ -1086,12 +1288,12 @@ export class DuetUpload {
1086
1288
  },
1087
1289
  "getter": false,
1088
1290
  "setter": false,
1089
- "attribute": "defer-upload",
1090
1291
  "reflect": false,
1091
1292
  "defaultValue": "false"
1092
1293
  },
1093
1294
  "hideButton": {
1094
1295
  "type": "boolean",
1296
+ "attribute": "hide-upload-button",
1095
1297
  "mutable": false,
1096
1298
  "complexType": {
1097
1299
  "original": "boolean",
@@ -1106,12 +1308,12 @@ export class DuetUpload {
1106
1308
  },
1107
1309
  "getter": false,
1108
1310
  "setter": false,
1109
- "attribute": "hide-upload-button",
1110
1311
  "reflect": false,
1111
1312
  "defaultValue": "false"
1112
1313
  },
1113
1314
  "actions": {
1114
1315
  "type": "unknown",
1316
+ "attribute": "actions",
1115
1317
  "mutable": false,
1116
1318
  "complexType": {
1117
1319
  "original": "DuetEditableTableActions",
@@ -1136,6 +1338,7 @@ export class DuetUpload {
1136
1338
  },
1137
1339
  "uri": {
1138
1340
  "type": "string",
1341
+ "attribute": "uri",
1139
1342
  "mutable": false,
1140
1343
  "complexType": {
1141
1344
  "original": "string",
@@ -1150,11 +1353,11 @@ export class DuetUpload {
1150
1353
  },
1151
1354
  "getter": false,
1152
1355
  "setter": false,
1153
- "attribute": "uri",
1154
1356
  "reflect": false
1155
1357
  },
1156
1358
  "showLinks": {
1157
1359
  "type": "boolean",
1360
+ "attribute": "show-links",
1158
1361
  "mutable": false,
1159
1362
  "complexType": {
1160
1363
  "original": "boolean",
@@ -1169,12 +1372,12 @@ export class DuetUpload {
1169
1372
  },
1170
1373
  "getter": false,
1171
1374
  "setter": false,
1172
- "attribute": "show-links",
1173
1375
  "reflect": false,
1174
1376
  "defaultValue": "false"
1175
1377
  },
1176
1378
  "caption": {
1177
1379
  "type": "string",
1380
+ "attribute": "caption",
1178
1381
  "mutable": false,
1179
1382
  "complexType": {
1180
1383
  "original": "string",
@@ -1189,11 +1392,11 @@ export class DuetUpload {
1189
1392
  },
1190
1393
  "getter": false,
1191
1394
  "setter": false,
1192
- "attribute": "caption",
1193
1395
  "reflect": false
1194
1396
  },
1195
1397
  "statusLabelDefaults": {
1196
1398
  "type": "string",
1399
+ "attribute": "status-label-default",
1197
1400
  "mutable": false,
1198
1401
  "complexType": {
1199
1402
  "original": "DuetLangObject | string",
@@ -1217,12 +1420,12 @@ export class DuetUpload {
1217
1420
  },
1218
1421
  "getter": false,
1219
1422
  "setter": false,
1220
- "attribute": "status-label-default",
1221
1423
  "reflect": false,
1222
1424
  "defaultValue": "{\n fi: {\n inProgress: \"L\u00E4hetet\u00E4\u00E4n {filesUploaded}, yhteens\u00E4 l\u00E4hetett\u00E4v\u00E4n\u00E4 {filesTotal}.\",\n inProgressWithErrors:\n \"L\u00E4hetet\u00E4\u00E4n {filesInProgress}, l\u00E4hetetty {filesUploaded}, yhteens\u00E4 l\u00E4hetett\u00E4v\u00E4n\u00E4 {filesTotal}, {filesWithErrors} ep\u00E4onnistui\",\n done: \"L\u00E4hetys valmis, {filesTotal} lis\u00E4tty onnistuneesti\",\n doneWithErrors: \"L\u00E4hetys valmis, {filesUploaded} lis\u00E4tty onnistuneesti, {filesWithErrors} ep\u00E4onnistui\",\n files: \"tiedostoa\",\n file: \"tiedosto\",\n },\n sv: {\n inProgress: \"Laddar upp {filesUploaded} av {filesTotal}\",\n inProgressWithErrors:\n \"Laddar upp {filesInProgress}, {filesUploaded} uppladdad av {filesTotal}, {filesWithErrors} misslyckades\",\n done: \"Uppladdningen slutf\u00F6rd, {filesTotal} har lagts till\",\n doneWithErrors: \"Uppladdningen slutf\u00F6rd, {filesUploaded} har lagts till, {filesWithErrors} misslyckades\",\n files: \"filer\",\n file: \"fil\",\n },\n en: {\n inProgress: \"Uploading {filesUploaded} of {filesTotal}\",\n inProgressWithErrors:\n \"Uploading {filesInProgress}, {filesUploaded} uploaded of {filesTotal}, {filesWithErrors} failed\",\n done: \"Upload completed, {filesTotal} added successfully\",\n doneWithErrors: \"Upload completed, {filesUploaded} added successfully, {filesWithErrors} failed.\",\n files: \"files\",\n file: \"file\",\n },\n }"
1223
1425
  },
1224
1426
  "statusMessageLabel": {
1225
1427
  "type": "string",
1428
+ "attribute": "status-message-label",
1226
1429
  "mutable": false,
1227
1430
  "complexType": {
1228
1431
  "original": "StatusMessage | string",
@@ -1243,12 +1446,12 @@ export class DuetUpload {
1243
1446
  },
1244
1447
  "getter": false,
1245
1448
  "setter": false,
1246
- "attribute": "status-message-label",
1247
1449
  "reflect": false,
1248
1450
  "defaultValue": "getLocaleString(\n this.statusLabelDefaults\n )"
1249
1451
  },
1250
1452
  "buttonLabelDefaults": {
1251
1453
  "type": "string",
1454
+ "attribute": "button-label-default",
1252
1455
  "mutable": false,
1253
1456
  "complexType": {
1254
1457
  "original": "DuetLangObject | string",
@@ -1272,12 +1475,12 @@ export class DuetUpload {
1272
1475
  },
1273
1476
  "getter": false,
1274
1477
  "setter": false,
1275
- "attribute": "button-label-default",
1276
1478
  "reflect": false,
1277
1479
  "defaultValue": "{\n fi: \"Lis\u00E4\u00E4 liite\",\n sv: \"L\u00E4gg till en bilaga\",\n en: \"Add an attachment\",\n }"
1278
1480
  },
1279
1481
  "buttonLabel": {
1280
1482
  "type": "string",
1483
+ "attribute": "button-label",
1281
1484
  "mutable": false,
1282
1485
  "complexType": {
1283
1486
  "original": "string",
@@ -1295,12 +1498,12 @@ export class DuetUpload {
1295
1498
  },
1296
1499
  "getter": false,
1297
1500
  "setter": false,
1298
- "attribute": "button-label",
1299
1501
  "reflect": false,
1300
1502
  "defaultValue": "getLocaleString(this.buttonLabelDefaults)"
1301
1503
  },
1302
1504
  "accessibleButtonLabel": {
1303
1505
  "type": "string",
1506
+ "attribute": "accessible-button-label",
1304
1507
  "mutable": false,
1305
1508
  "complexType": {
1306
1509
  "original": "string",
@@ -1315,12 +1518,12 @@ export class DuetUpload {
1315
1518
  },
1316
1519
  "getter": false,
1317
1520
  "setter": false,
1318
- "attribute": "accessible-button-label",
1319
1521
  "reflect": false,
1320
1522
  "defaultValue": "undefined"
1321
1523
  },
1322
1524
  "theme": {
1323
1525
  "type": "string",
1526
+ "attribute": "theme",
1324
1527
  "mutable": true,
1325
1528
  "complexType": {
1326
1529
  "original": "DuetTheme",
@@ -1341,12 +1544,12 @@ export class DuetUpload {
1341
1544
  },
1342
1545
  "getter": false,
1343
1546
  "setter": false,
1344
- "attribute": "theme",
1345
1547
  "reflect": false,
1346
1548
  "defaultValue": "\"\""
1347
1549
  },
1348
1550
  "disabled": {
1349
1551
  "type": "boolean",
1552
+ "attribute": "disabled",
1350
1553
  "mutable": false,
1351
1554
  "complexType": {
1352
1555
  "original": "boolean",
@@ -1361,12 +1564,12 @@ export class DuetUpload {
1361
1564
  },
1362
1565
  "getter": false,
1363
1566
  "setter": false,
1364
- "attribute": "disabled",
1365
1567
  "reflect": true,
1366
1568
  "defaultValue": "false"
1367
1569
  },
1368
1570
  "identifier": {
1369
1571
  "type": "string",
1572
+ "attribute": "identifier",
1370
1573
  "mutable": false,
1371
1574
  "complexType": {
1372
1575
  "original": "string",
@@ -1381,11 +1584,11 @@ export class DuetUpload {
1381
1584
  },
1382
1585
  "getter": false,
1383
1586
  "setter": false,
1384
- "attribute": "identifier",
1385
1587
  "reflect": false
1386
1588
  },
1387
1589
  "margin": {
1388
1590
  "type": "string",
1591
+ "attribute": "margin",
1389
1592
  "mutable": false,
1390
1593
  "complexType": {
1391
1594
  "original": "DuetMargin",
@@ -1406,12 +1609,12 @@ export class DuetUpload {
1406
1609
  },
1407
1610
  "getter": false,
1408
1611
  "setter": false,
1409
- "attribute": "margin",
1410
1612
  "reflect": false,
1411
1613
  "defaultValue": "\"auto\""
1412
1614
  },
1413
1615
  "required": {
1414
1616
  "type": "boolean",
1617
+ "attribute": "required",
1415
1618
  "mutable": false,
1416
1619
  "complexType": {
1417
1620
  "original": "boolean",
@@ -1426,12 +1629,12 @@ export class DuetUpload {
1426
1629
  },
1427
1630
  "getter": false,
1428
1631
  "setter": false,
1429
- "attribute": "required",
1430
1632
  "reflect": false,
1431
1633
  "defaultValue": "false"
1432
1634
  },
1433
1635
  "alignment": {
1434
1636
  "type": "string",
1637
+ "attribute": "alignment",
1435
1638
  "mutable": false,
1436
1639
  "complexType": {
1437
1640
  "original": "string",
@@ -1446,12 +1649,12 @@ export class DuetUpload {
1446
1649
  },
1447
1650
  "getter": false,
1448
1651
  "setter": false,
1449
- "attribute": "alignment",
1450
1652
  "reflect": false,
1451
1653
  "defaultValue": "\"middle\""
1452
1654
  },
1453
1655
  "hideGroups": {
1454
1656
  "type": "boolean",
1657
+ "attribute": "hide-table-labels",
1455
1658
  "mutable": false,
1456
1659
  "complexType": {
1457
1660
  "original": "boolean",
@@ -1466,12 +1669,12 @@ export class DuetUpload {
1466
1669
  },
1467
1670
  "getter": false,
1468
1671
  "setter": false,
1469
- "attribute": "hide-table-labels",
1470
1672
  "reflect": false,
1471
1673
  "defaultValue": "false"
1472
1674
  },
1473
1675
  "files": {
1474
1676
  "type": "unknown",
1677
+ "attribute": "files",
1475
1678
  "mutable": true,
1476
1679
  "complexType": {
1477
1680
  "original": "StringMap",
@@ -1496,6 +1699,7 @@ export class DuetUpload {
1496
1699
  },
1497
1700
  "valid": {
1498
1701
  "type": "boolean",
1702
+ "attribute": "valid",
1499
1703
  "mutable": true,
1500
1704
  "complexType": {
1501
1705
  "original": "boolean",
@@ -1510,12 +1714,12 @@ export class DuetUpload {
1510
1714
  },
1511
1715
  "getter": false,
1512
1716
  "setter": false,
1513
- "attribute": "valid",
1514
1717
  "reflect": true,
1515
1718
  "defaultValue": "!this.required"
1516
1719
  },
1517
1720
  "labelDefaults": {
1518
1721
  "type": "string",
1722
+ "attribute": "label-default",
1519
1723
  "mutable": false,
1520
1724
  "complexType": {
1521
1725
  "original": "DuetLangObject | string",
@@ -1539,12 +1743,12 @@ export class DuetUpload {
1539
1743
  },
1540
1744
  "getter": false,
1541
1745
  "setter": false,
1542
- "attribute": "label-default",
1543
1746
  "reflect": false,
1544
1747
  "defaultValue": "{\n fi: \"Lis\u00E4\u00E4 liite\",\n sv: \"L\u00E4gg till en bilaga\",\n en: \"Add attachments\",\n }"
1545
1748
  },
1546
1749
  "label": {
1547
1750
  "type": "string",
1751
+ "attribute": "label",
1548
1752
  "mutable": false,
1549
1753
  "complexType": {
1550
1754
  "original": "string",
@@ -1562,12 +1766,12 @@ export class DuetUpload {
1562
1766
  },
1563
1767
  "getter": false,
1564
1768
  "setter": false,
1565
- "attribute": "label",
1566
1769
  "reflect": false,
1567
1770
  "defaultValue": "getLocaleString(this.labelDefaults)"
1568
1771
  },
1569
1772
  "descriptionDefaults": {
1570
1773
  "type": "string",
1774
+ "attribute": "description-default",
1571
1775
  "mutable": false,
1572
1776
  "complexType": {
1573
1777
  "original": "DuetLangObject | string",
@@ -1591,12 +1795,12 @@ export class DuetUpload {
1591
1795
  },
1592
1796
  "getter": false,
1593
1797
  "setter": false,
1594
- "attribute": "description-default",
1595
1798
  "reflect": false,
1596
1799
  "defaultValue": "{\n en: \"You may attach the following filetypes: {filetypes} - as well as the most common video files. You can upload {maxbytestotal} of files at a time, and add up to {maxfiles} attachments at a time each no larger than {maxbytes}.\",\n sv: \"Du kan bifoga f\u00F6ljande filtyper: {filetypes} - samt de vanligaste videofilerna. Du kan ladda upp {maxbytestotal} av filer \u00E5t g\u00E5ngen, och l\u00E4gga till upp till {maxfiles} bilagor \u00E5t g\u00E5ngen varje inte st\u00F6rre \u00E4n {maxbytes}.\",\n fi: \"Voit liitt\u00E4\u00E4 seuraavat tiedostotyypit: {filetypes} - sek\u00E4 yleisimm\u00E4t videotiedostot. Voit l\u00E4hett\u00E4\u00E4 {maxbytestotal} tiedostoa kerrallaan, ja lis\u00E4t\u00E4 enint\u00E4\u00E4n {maxfiles} liitett\u00E4 kerrallaan, jokainen enint\u00E4\u00E4n {maxbytes} kokoisena.\",\n }"
1597
1800
  },
1598
1801
  "description": {
1599
1802
  "type": "string",
1803
+ "attribute": "description",
1600
1804
  "mutable": false,
1601
1805
  "complexType": {
1602
1806
  "original": "string",
@@ -1614,12 +1818,12 @@ export class DuetUpload {
1614
1818
  },
1615
1819
  "getter": false,
1616
1820
  "setter": false,
1617
- "attribute": "description",
1618
1821
  "reflect": false,
1619
1822
  "defaultValue": "getLocaleString(this.descriptionDefaults)"
1620
1823
  },
1621
1824
  "fileListEmptyDefaults": {
1622
1825
  "type": "string",
1826
+ "attribute": "list-empty-default",
1623
1827
  "mutable": false,
1624
1828
  "complexType": {
1625
1829
  "original": "DuetLangObject | string",
@@ -1643,12 +1847,12 @@ export class DuetUpload {
1643
1847
  },
1644
1848
  "getter": false,
1645
1849
  "setter": false,
1646
- "attribute": "list-empty-default",
1647
1850
  "reflect": false,
1648
1851
  "defaultValue": "{\n fi: \"Ei viel\u00E4 lis\u00E4ttyj\u00E4 tiedostoja.\",\n sv: \"Inga filer har lagts till \u00E4nnu.\",\n en: \"No files added yet.\",\n }"
1649
1852
  },
1650
1853
  "fileListEmpty": {
1651
1854
  "type": "string",
1855
+ "attribute": "file-list-empty",
1652
1856
  "mutable": false,
1653
1857
  "complexType": {
1654
1858
  "original": "string",
@@ -1666,12 +1870,12 @@ export class DuetUpload {
1666
1870
  },
1667
1871
  "getter": false,
1668
1872
  "setter": false,
1669
- "attribute": "file-list-empty",
1670
1873
  "reflect": false,
1671
1874
  "defaultValue": "getLocaleString(this.fileListEmptyDefaults)"
1672
1875
  },
1673
1876
  "error": {
1674
1877
  "type": "string",
1878
+ "attribute": "error",
1675
1879
  "mutable": false,
1676
1880
  "complexType": {
1677
1881
  "original": "string",
@@ -1686,12 +1890,12 @@ export class DuetUpload {
1686
1890
  },
1687
1891
  "getter": false,
1688
1892
  "setter": false,
1689
- "attribute": "error",
1690
1893
  "reflect": false,
1691
1894
  "defaultValue": "\"\""
1692
1895
  },
1693
1896
  "errorCodes": {
1694
1897
  "type": "unknown",
1898
+ "attribute": "error-codes",
1695
1899
  "mutable": false,
1696
1900
  "complexType": {
1697
1901
  "original": "DuetUploadErrorCode[]",
@@ -1716,6 +1920,7 @@ export class DuetUpload {
1716
1920
  },
1717
1921
  "name": {
1718
1922
  "type": "string",
1923
+ "attribute": "name",
1719
1924
  "mutable": false,
1720
1925
  "complexType": {
1721
1926
  "original": "string",
@@ -1730,11 +1935,11 @@ export class DuetUpload {
1730
1935
  },
1731
1936
  "getter": false,
1732
1937
  "setter": false,
1733
- "attribute": "name",
1734
1938
  "reflect": false
1735
1939
  },
1736
1940
  "maxBytes": {
1737
1941
  "type": "number",
1942
+ "attribute": "max-bytes",
1738
1943
  "mutable": false,
1739
1944
  "complexType": {
1740
1945
  "original": "number",
@@ -1749,12 +1954,12 @@ export class DuetUpload {
1749
1954
  },
1750
1955
  "getter": false,
1751
1956
  "setter": false,
1752
- "attribute": "max-bytes",
1753
1957
  "reflect": false,
1754
1958
  "defaultValue": "200000000"
1755
1959
  },
1756
1960
  "maxBytesTotal": {
1757
1961
  "type": "number",
1962
+ "attribute": "max-bytes-total",
1758
1963
  "mutable": false,
1759
1964
  "complexType": {
1760
1965
  "original": "number",
@@ -1769,12 +1974,12 @@ export class DuetUpload {
1769
1974
  },
1770
1975
  "getter": false,
1771
1976
  "setter": false,
1772
- "attribute": "max-bytes-total",
1773
1977
  "reflect": false,
1774
1978
  "defaultValue": "undefined"
1775
1979
  },
1776
1980
  "maxFiles": {
1777
1981
  "type": "number",
1982
+ "attribute": "max-files",
1778
1983
  "mutable": false,
1779
1984
  "complexType": {
1780
1985
  "original": "number",
@@ -1789,12 +1994,12 @@ export class DuetUpload {
1789
1994
  },
1790
1995
  "getter": false,
1791
1996
  "setter": false,
1792
- "attribute": "max-files",
1793
1997
  "reflect": false,
1794
1998
  "defaultValue": "99"
1795
1999
  },
1796
2000
  "allowedExtensions": {
1797
2001
  "type": "string",
2002
+ "attribute": "allowed-extensions",
1798
2003
  "mutable": false,
1799
2004
  "complexType": {
1800
2005
  "original": "string",
@@ -1812,12 +2017,12 @@ export class DuetUpload {
1812
2017
  },
1813
2018
  "getter": false,
1814
2019
  "setter": false,
1815
- "attribute": "allowed-extensions",
1816
2020
  "reflect": false,
1817
2021
  "defaultValue": "\"all\""
1818
2022
  },
1819
2023
  "allowedMimetypes": {
1820
2024
  "type": "string",
2025
+ "attribute": "allowed-mimetypes",
1821
2026
  "mutable": false,
1822
2027
  "complexType": {
1823
2028
  "original": "string",
@@ -1835,12 +2040,12 @@ export class DuetUpload {
1835
2040
  },
1836
2041
  "getter": false,
1837
2042
  "setter": false,
1838
- "attribute": "allowed-mimetypes",
1839
2043
  "reflect": false,
1840
2044
  "defaultValue": "\"\""
1841
2045
  },
1842
2046
  "multiple": {
1843
2047
  "type": "boolean",
2048
+ "attribute": "multiple",
1844
2049
  "mutable": false,
1845
2050
  "complexType": {
1846
2051
  "original": "boolean",
@@ -1855,12 +2060,12 @@ export class DuetUpload {
1855
2060
  },
1856
2061
  "getter": false,
1857
2062
  "setter": false,
1858
- "attribute": "multiple",
1859
2063
  "reflect": false,
1860
2064
  "defaultValue": "true"
1861
2065
  },
1862
2066
  "limitSelection": {
1863
2067
  "type": "boolean",
2068
+ "attribute": "limit-selection",
1864
2069
  "mutable": false,
1865
2070
  "complexType": {
1866
2071
  "original": "boolean",
@@ -1875,12 +2080,12 @@ export class DuetUpload {
1875
2080
  },
1876
2081
  "getter": false,
1877
2082
  "setter": false,
1878
- "attribute": "limit-selection",
1879
2083
  "reflect": false,
1880
2084
  "defaultValue": "false"
1881
2085
  },
1882
2086
  "hideCancelButton": {
1883
2087
  "type": "boolean",
2088
+ "attribute": "hide-cancel-button",
1884
2089
  "mutable": false,
1885
2090
  "complexType": {
1886
2091
  "original": "boolean",
@@ -1895,12 +2100,12 @@ export class DuetUpload {
1895
2100
  },
1896
2101
  "getter": false,
1897
2102
  "setter": false,
1898
- "attribute": "hide-cancel-button",
1899
2103
  "reflect": false,
1900
2104
  "defaultValue": "false"
1901
2105
  },
1902
2106
  "value": {
1903
2107
  "type": "string",
2108
+ "attribute": "value",
1904
2109
  "mutable": true,
1905
2110
  "complexType": {
1906
2111
  "original": "string",
@@ -1915,11 +2120,11 @@ export class DuetUpload {
1915
2120
  },
1916
2121
  "getter": false,
1917
2122
  "setter": false,
1918
- "attribute": "value",
1919
2123
  "reflect": false
1920
2124
  },
1921
2125
  "externalUploadButtonId": {
1922
2126
  "type": "string",
2127
+ "attribute": "external-upload-button-id",
1923
2128
  "mutable": false,
1924
2129
  "complexType": {
1925
2130
  "original": "string",
@@ -1934,11 +2139,11 @@ export class DuetUpload {
1934
2139
  },
1935
2140
  "getter": false,
1936
2141
  "setter": false,
1937
- "attribute": "external-upload-button-id",
1938
2142
  "reflect": false
1939
2143
  },
1940
2144
  "captionOnBottom": {
1941
2145
  "type": "boolean",
2146
+ "attribute": "caption-on-bottom",
1942
2147
  "mutable": false,
1943
2148
  "complexType": {
1944
2149
  "original": "boolean",
@@ -1953,12 +2158,12 @@ export class DuetUpload {
1953
2158
  },
1954
2159
  "getter": false,
1955
2160
  "setter": false,
1956
- "attribute": "caption-on-bottom",
1957
2161
  "reflect": false,
1958
2162
  "defaultValue": "false"
1959
2163
  },
1960
2164
  "showUploadedItemsHeader": {
1961
2165
  "type": "boolean",
2166
+ "attribute": "show-uploaded-items-header",
1962
2167
  "mutable": false,
1963
2168
  "complexType": {
1964
2169
  "original": "boolean",
@@ -1973,12 +2178,12 @@ export class DuetUpload {
1973
2178
  },
1974
2179
  "getter": false,
1975
2180
  "setter": false,
1976
- "attribute": "show-uploaded-items-header",
1977
2181
  "reflect": false,
1978
2182
  "defaultValue": "false"
1979
2183
  },
1980
2184
  "uploadedItemsHeaderLabel": {
1981
2185
  "type": "unknown",
2186
+ "attribute": "uploaded-items-header-label",
1982
2187
  "mutable": false,
1983
2188
  "complexType": {
1984
2189
  "original": "DuetLangObject",
@@ -2006,6 +2211,7 @@ export class DuetUpload {
2006
2211
  },
2007
2212
  "headerHeadingLevel": {
2008
2213
  "type": "string",
2214
+ "attribute": "header-heading-level",
2009
2215
  "mutable": false,
2010
2216
  "complexType": {
2011
2217
  "original": "DuetHeadingLevel",
@@ -2026,12 +2232,12 @@ export class DuetUpload {
2026
2232
  },
2027
2233
  "getter": false,
2028
2234
  "setter": false,
2029
- "attribute": "header-heading-level",
2030
2235
  "reflect": false,
2031
2236
  "defaultValue": "\"h3\""
2032
2237
  },
2033
2238
  "hideHeader": {
2034
2239
  "type": "boolean",
2240
+ "attribute": "hide-header",
2035
2241
  "mutable": false,
2036
2242
  "complexType": {
2037
2243
  "original": "boolean",
@@ -2046,12 +2252,12 @@ export class DuetUpload {
2046
2252
  },
2047
2253
  "getter": false,
2048
2254
  "setter": false,
2049
- "attribute": "hide-header",
2050
2255
  "reflect": false,
2051
2256
  "defaultValue": "false"
2052
2257
  },
2053
2258
  "emitEvent": {
2054
2259
  "type": "boolean",
2260
+ "attribute": "link-click-event",
2055
2261
  "mutable": false,
2056
2262
  "complexType": {
2057
2263
  "original": "boolean",
@@ -2066,12 +2272,12 @@ export class DuetUpload {
2066
2272
  },
2067
2273
  "getter": false,
2068
2274
  "setter": false,
2069
- "attribute": "link-click-event",
2070
2275
  "reflect": false,
2071
2276
  "defaultValue": "false"
2072
2277
  },
2073
2278
  "actionButtonTitles": {
2074
2279
  "type": "string",
2280
+ "attribute": "action-button-titles",
2075
2281
  "mutable": false,
2076
2282
  "complexType": {
2077
2283
  "original": "string | UploadActionButtonTitles",
@@ -2092,12 +2298,12 @@ export class DuetUpload {
2092
2298
  },
2093
2299
  "getter": false,
2094
2300
  "setter": false,
2095
- "attribute": "action-button-titles",
2096
2301
  "reflect": false,
2097
2302
  "defaultValue": "{\n cancel: false,\n delete: false,\n }"
2098
2303
  },
2099
2304
  "renameDuplicates": {
2100
2305
  "type": "boolean",
2306
+ "attribute": "rename-duplicates",
2101
2307
  "mutable": false,
2102
2308
  "complexType": {
2103
2309
  "original": "boolean",
@@ -2112,12 +2318,12 @@ export class DuetUpload {
2112
2318
  },
2113
2319
  "getter": false,
2114
2320
  "setter": false,
2115
- "attribute": "rename-duplicates",
2116
2321
  "reflect": false,
2117
2322
  "defaultValue": "false"
2118
2323
  },
2119
2324
  "groups": {
2120
2325
  "type": "unknown",
2326
+ "attribute": "groups",
2121
2327
  "mutable": false,
2122
2328
  "complexType": {
2123
2329
  "original": "DuetUploadTableGroupName[]",