@duetds/components 4.34.1 → 4.35.0

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 (267) hide show
  1. package/hydrate/index.js +373 -25
  2. package/lib/cjs/duet-alert.cjs.entry.js +1 -1
  3. package/lib/cjs/duet-badge.cjs.entry.js +2 -2
  4. package/lib/cjs/duet-breadcrumb.cjs.entry.js +48 -0
  5. package/lib/cjs/duet-breadcrumbs.cjs.entry.js +68 -0
  6. package/lib/cjs/duet-button_2.cjs.entry.js +4 -3
  7. package/lib/cjs/duet-caption_4.cjs.entry.js +2 -2
  8. package/lib/cjs/duet-card.cjs.entry.js +1 -1
  9. package/lib/cjs/duet-checkbox.cjs.entry.js +1 -1
  10. package/lib/cjs/duet-choice_2.cjs.entry.js +2 -2
  11. package/lib/cjs/duet-collapsible.cjs.entry.js +1 -1
  12. package/lib/cjs/duet-cookie-consent.cjs.entry.js +1 -1
  13. package/lib/cjs/duet-date-picker.cjs.entry.js +2 -2
  14. package/lib/cjs/duet-divider_2.cjs.entry.js +1 -1
  15. package/lib/cjs/duet-editable-table-button.cjs.entry.js +1 -1
  16. package/lib/cjs/duet-editable-table_4.cjs.entry.js +10 -1
  17. package/lib/cjs/duet-empty-state.cjs.entry.js +1 -1
  18. package/lib/cjs/duet-fieldset.cjs.entry.js +1 -1
  19. package/lib/cjs/duet-footer.cjs.entry.js +2 -2
  20. package/lib/cjs/duet-grid_2.cjs.entry.js +1 -1
  21. package/lib/cjs/duet-header_2.cjs.entry.js +2 -2
  22. package/lib/cjs/duet-hero.cjs.entry.js +1 -1
  23. package/lib/cjs/duet-icon.cjs.entry.js +1 -1
  24. package/lib/cjs/duet-input_2.cjs.entry.js +1 -1
  25. package/lib/cjs/duet-layout.cjs.entry.js +1 -1
  26. package/lib/cjs/duet-list_2.cjs.entry.js +1 -1
  27. package/lib/cjs/duet-modal.cjs.entry.js +15 -3
  28. package/lib/cjs/duet-notification_2.cjs.entry.js +1 -1
  29. package/lib/cjs/duet-number-input.cjs.entry.js +1 -1
  30. package/lib/cjs/duet-progress.cjs.entry.js +1 -1
  31. package/lib/cjs/duet-radio_2.cjs.entry.js +1 -1
  32. package/lib/cjs/duet-range-slider.cjs.entry.js +1 -1
  33. package/lib/cjs/duet-scrollable_3.cjs.entry.js +406 -0
  34. package/lib/cjs/duet-select.cjs.entry.js +1 -1
  35. package/lib/cjs/duet-step_2.cjs.entry.js +1 -1
  36. package/lib/cjs/duet-textarea.cjs.entry.js +1 -1
  37. package/lib/cjs/duet-toggle.cjs.entry.js +1 -1
  38. package/lib/cjs/duet-tooltip.cjs.entry.js +1 -1
  39. package/lib/cjs/duet-tray.cjs.entry.js +1 -1
  40. package/lib/cjs/duet-upload-aria-status.cjs.entry.js +1 -1
  41. package/lib/cjs/duet-visually-hidden.cjs.entry.js +1 -1
  42. package/lib/cjs/duet.cjs.js +2 -2
  43. package/lib/cjs/{focus-utils-30f5dc06.js → focus-utils-adf0830f.js} +1 -1
  44. package/lib/cjs/{index-1c10bbfb.js → index-ebc216a6.js} +1 -1
  45. package/lib/cjs/loader.cjs.js +2 -2
  46. package/lib/collection/collection-manifest.json +10 -6
  47. package/lib/collection/components/duet-badge/duet-badge.js +1 -1
  48. package/lib/collection/components/duet-breadcrumbs/duet-breadcrumb.css +57 -0
  49. package/lib/collection/components/duet-breadcrumbs/duet-breadcrumb.js +131 -0
  50. package/lib/collection/components/duet-breadcrumbs/duet-breadcrumbs.css +63 -0
  51. package/lib/collection/components/duet-breadcrumbs/duet-breadcrumbs.js +104 -0
  52. package/lib/collection/components/duet-button/duet-button.css +22 -4
  53. package/lib/collection/components/duet-button/duet-button.js +6 -2
  54. package/lib/collection/components/duet-footer/duet-footer.css +2 -1
  55. package/lib/collection/components/duet-header/duet-header.css +3 -9
  56. package/lib/collection/components/duet-link/duet-link.js +1 -1
  57. package/lib/collection/components/duet-modal/duet-modal.js +33 -3
  58. package/lib/collection/components/duet-scrollable/duet-scrollable.css +83 -0
  59. package/lib/collection/components/duet-scrollable/duet-scrollable.js +218 -0
  60. package/lib/collection/components/duet-tab/duet-tab.js +63 -1
  61. package/lib/collection/components/duet-tab-group/duet-tab-group.css +2 -3
  62. package/lib/collection/components/duet-tab-group/duet-tab-group.js +79 -16
  63. package/lib/collection/components/duet-upload/duet-upload.js +25 -0
  64. package/lib/custom-elements-bundle/index.d.ts +18 -0
  65. package/lib/custom-elements-bundle/index.js +348 -29
  66. package/lib/duet/duet.esm.js +1 -1
  67. package/lib/duet/duet.js +1 -1
  68. package/lib/duet/{p-571015b8.system.entry.js → p-00d1f654.system.entry.js} +1 -1
  69. package/lib/duet/{p-6dc026cf.system.entry.js → p-04e69095.system.entry.js} +1 -1
  70. package/lib/duet/{p-3e9fe1c7.system.entry.js → p-085226d4.system.entry.js} +1 -1
  71. package/lib/duet/{p-fe3806e2.system.entry.js → p-087794ce.system.entry.js} +1 -1
  72. package/lib/duet/{p-c85583d4.system.entry.js → p-0af5a8c0.system.entry.js} +1 -1
  73. package/lib/duet/{p-8fcaeb1b.entry.js → p-0c2f5442.entry.js} +1 -1
  74. package/lib/duet/{p-1a4204b7.entry.js → p-0e638e4d.entry.js} +1 -1
  75. package/lib/duet/{p-fd009368.entry.js → p-0ed5a97c.entry.js} +1 -1
  76. package/lib/duet/{p-9dad09a8.entry.js → p-0fa24ad5.entry.js} +1 -1
  77. package/lib/duet/p-10632ef8.entry.js +4 -0
  78. package/lib/duet/{p-6b1b2655.entry.js → p-14e42cd6.entry.js} +1 -1
  79. package/lib/duet/{p-f1dbb4ec.entry.js → p-17572919.entry.js} +1 -1
  80. package/lib/duet/{p-5d2ddf99.entry.js → p-1a30dc8e.entry.js} +1 -1
  81. package/lib/duet/{p-b1401fd8.system.entry.js → p-1bed3ddf.system.entry.js} +1 -1
  82. package/lib/duet/{p-8e478364.system.entry.js → p-1f736745.system.entry.js} +1 -1
  83. package/lib/duet/{p-39cd816e.entry.js → p-21faf286.entry.js} +1 -1
  84. package/lib/duet/{p-99cd16d8.system.entry.js → p-24481f5b.system.entry.js} +1 -1
  85. package/lib/duet/p-29dc9ba4.system.js +4 -0
  86. package/lib/duet/p-2a674d85.entry.js +4 -0
  87. package/lib/duet/p-2b3d4a87.entry.js +4 -0
  88. package/lib/duet/{p-ffcfbd7a.system.entry.js → p-3076d759.system.entry.js} +1 -1
  89. package/lib/duet/{p-e10f1828.entry.js → p-36a2d533.entry.js} +1 -1
  90. package/lib/duet/{p-8adcc2f9.system.entry.js → p-3b9a85ec.system.entry.js} +1 -1
  91. package/lib/duet/{p-ca68c8f0.entry.js → p-3cb4e5c0.entry.js} +1 -1
  92. package/lib/duet/p-3ccaf840.system.entry.js +4 -0
  93. package/lib/duet/{p-a4c0ce83.system.entry.js → p-407b0a9e.system.entry.js} +1 -1
  94. package/lib/duet/{p-580c57ea.entry.js → p-48cc1039.entry.js} +1 -1
  95. package/lib/duet/{p-af7685aa.system.entry.js → p-49f82fb6.system.entry.js} +1 -1
  96. package/lib/duet/{p-f55ea1cc.system.entry.js → p-50aa0600.system.entry.js} +1 -1
  97. package/lib/duet/{p-c04ca724.system.entry.js → p-59da6977.system.entry.js} +1 -1
  98. package/lib/duet/{p-fe1a2f0d.system.entry.js → p-5e1b47ae.system.entry.js} +1 -1
  99. package/lib/duet/p-5fe48b92.js +4 -0
  100. package/lib/duet/p-62ecba0c.entry.js +4 -0
  101. package/lib/duet/{p-97dc72c2.system.entry.js → p-6450fb96.system.entry.js} +1 -1
  102. package/lib/duet/{p-4b400f7d.system.entry.js → p-674df722.system.entry.js} +1 -1
  103. package/lib/duet/{p-80d40375.entry.js → p-684eca44.entry.js} +1 -1
  104. package/lib/duet/{p-cecdebf3.entry.js → p-6c7d2e78.entry.js} +1 -1
  105. package/lib/duet/{p-c0472744.system.entry.js → p-73ee8a98.system.entry.js} +1 -1
  106. package/lib/duet/{p-4b480fdc.entry.js → p-743a76fb.entry.js} +1 -1
  107. package/lib/duet/p-7471bf49.system.entry.js +4 -0
  108. package/lib/duet/{p-1d8d319c.system.entry.js → p-74f7726a.system.entry.js} +1 -1
  109. package/lib/duet/{p-1164a119.system.entry.js → p-777ea91c.system.entry.js} +1 -1
  110. package/lib/duet/{p-df37c5cd.entry.js → p-7983ec01.entry.js} +1 -1
  111. package/lib/duet/{p-dc27e127.system.entry.js → p-7c42729a.system.entry.js} +1 -1
  112. package/lib/duet/p-7e87870b.js +4 -0
  113. package/lib/duet/{p-2c89e016.system.entry.js → p-81d33c0d.system.entry.js} +1 -1
  114. package/lib/duet/{p-ca2b3f6a.system.entry.js → p-868cf1d0.system.entry.js} +1 -1
  115. package/lib/duet/{p-420c000b.entry.js → p-86cdd6ae.entry.js} +1 -1
  116. package/lib/duet/{p-95edfcb8.system.entry.js → p-8825b949.system.entry.js} +1 -1
  117. package/lib/duet/{p-a0129887.system.entry.js → p-8b046f32.system.entry.js} +1 -1
  118. package/lib/duet/{p-5cf1d847.entry.js → p-8d49cfce.entry.js} +1 -1
  119. package/lib/duet/{p-2b1707bd.system.entry.js → p-8d4c1df6.system.entry.js} +1 -1
  120. package/lib/duet/{p-e5120c30.entry.js → p-8dd65109.entry.js} +1 -1
  121. package/lib/duet/{p-5db0676e.system.entry.js → p-9628f617.system.entry.js} +1 -1
  122. package/lib/duet/p-98f7ed54.system.entry.js +4 -0
  123. package/lib/duet/{p-aa5ba0fd.entry.js → p-99ab3ae7.entry.js} +1 -1
  124. package/lib/duet/{p-15945ba7.system.entry.js → p-99dd842a.system.entry.js} +1 -1
  125. package/lib/duet/{p-8ad673ef.entry.js → p-9bdd6e13.entry.js} +1 -1
  126. package/lib/duet/{p-08498e46.entry.js → p-a69cec5c.entry.js} +1 -1
  127. package/lib/duet/{p-545dcb04.entry.js → p-ac3066a5.entry.js} +1 -1
  128. package/lib/duet/p-b252dd83.system.entry.js +4 -0
  129. package/lib/duet/{p-477c6c71.entry.js → p-b6914af6.entry.js} +1 -1
  130. package/lib/duet/{p-f7700f25.entry.js → p-b7e51d7d.entry.js} +1 -1
  131. package/lib/duet/{p-a9dc4dd9.system.entry.js → p-bae4038e.system.entry.js} +1 -1
  132. package/lib/duet/{p-30f15c84.system.entry.js → p-c14a82ed.system.entry.js} +1 -1
  133. package/lib/duet/{p-d1d6dc7a.entry.js → p-c16492e3.entry.js} +1 -1
  134. package/lib/duet/p-c4ccaaa2.system.js +4 -0
  135. package/lib/duet/{p-b71cbe4b.entry.js → p-cb35d64f.entry.js} +1 -1
  136. package/lib/duet/{p-87703af9.entry.js → p-cd2f9010.entry.js} +1 -1
  137. package/lib/duet/{p-6bb9a991.entry.js → p-d2d9c6ac.entry.js} +1 -1
  138. package/lib/duet/{p-b061516e.system.entry.js → p-d8189d01.system.entry.js} +1 -1
  139. package/lib/duet/{p-309f9094.entry.js → p-dd26cd81.entry.js} +1 -1
  140. package/lib/duet/{p-603a61dc.system.entry.js → p-de7025f9.system.entry.js} +1 -1
  141. package/lib/duet/p-e095b87c.entry.js +4 -0
  142. package/lib/duet/{p-13f72df0.entry.js → p-e510911a.entry.js} +1 -1
  143. package/lib/duet/{p-1842a4db.system.entry.js → p-e585efe8.system.entry.js} +1 -1
  144. package/lib/duet/p-e841a4f2.system.entry.js +4 -0
  145. package/lib/duet/{p-0bb75f62.system.entry.js → p-ed346e6c.system.entry.js} +1 -1
  146. package/lib/duet/{p-3d47d6d4.entry.js → p-edcc923f.entry.js} +1 -1
  147. package/lib/duet/{p-f1c7f166.system.entry.js → p-f485fdc9.system.entry.js} +1 -1
  148. package/lib/duet/{p-71261eb7.entry.js → p-f4d70bbf.entry.js} +1 -1
  149. package/lib/duet/p-fa082925.entry.js +4 -0
  150. package/lib/duet/{p-41938e76.system.js → p-fb116ef7.system.js} +1 -1
  151. package/lib/duet/{p-9db71699.entry.js → p-fb142d09.entry.js} +1 -1
  152. package/lib/duet/{p-93a51797.entry.js → p-fbef000c.entry.js} +1 -1
  153. package/lib/esm/duet-alert.entry.js +1 -1
  154. package/lib/esm/duet-badge.entry.js +2 -2
  155. package/lib/esm/duet-breadcrumb.entry.js +44 -0
  156. package/lib/esm/duet-breadcrumbs.entry.js +64 -0
  157. package/lib/esm/duet-button_2.entry.js +4 -3
  158. package/lib/esm/duet-caption_4.entry.js +2 -2
  159. package/lib/esm/duet-card.entry.js +1 -1
  160. package/lib/esm/duet-checkbox.entry.js +1 -1
  161. package/lib/esm/duet-choice_2.entry.js +2 -2
  162. package/lib/esm/duet-collapsible.entry.js +1 -1
  163. package/lib/esm/duet-cookie-consent.entry.js +1 -1
  164. package/lib/esm/duet-date-picker.entry.js +2 -2
  165. package/lib/esm/duet-divider_2.entry.js +1 -1
  166. package/lib/esm/duet-editable-table-button.entry.js +1 -1
  167. package/lib/esm/duet-editable-table_4.entry.js +10 -1
  168. package/lib/esm/duet-empty-state.entry.js +1 -1
  169. package/lib/esm/duet-fieldset.entry.js +1 -1
  170. package/lib/esm/duet-footer.entry.js +2 -2
  171. package/lib/esm/duet-grid_2.entry.js +1 -1
  172. package/lib/esm/duet-header_2.entry.js +2 -2
  173. package/lib/esm/duet-hero.entry.js +1 -1
  174. package/lib/esm/duet-icon.entry.js +1 -1
  175. package/lib/esm/duet-input_2.entry.js +1 -1
  176. package/lib/esm/duet-layout.entry.js +1 -1
  177. package/lib/esm/duet-list_2.entry.js +1 -1
  178. package/lib/esm/duet-modal.entry.js +15 -3
  179. package/lib/esm/duet-notification_2.entry.js +1 -1
  180. package/lib/esm/duet-number-input.entry.js +1 -1
  181. package/lib/esm/duet-progress.entry.js +1 -1
  182. package/lib/esm/duet-radio_2.entry.js +1 -1
  183. package/lib/esm/duet-range-slider.entry.js +1 -1
  184. package/lib/esm/duet-scrollable_3.entry.js +400 -0
  185. package/lib/esm/duet-select.entry.js +1 -1
  186. package/lib/esm/duet-step_2.entry.js +1 -1
  187. package/lib/esm/duet-textarea.entry.js +1 -1
  188. package/lib/esm/duet-toggle.entry.js +1 -1
  189. package/lib/esm/duet-tooltip.entry.js +1 -1
  190. package/lib/esm/duet-tray.entry.js +1 -1
  191. package/lib/esm/duet-upload-aria-status.entry.js +1 -1
  192. package/lib/esm/duet-visually-hidden.entry.js +1 -1
  193. package/lib/esm/duet.js +2 -2
  194. package/lib/esm/{focus-utils-bf7d1e80.js → focus-utils-6ed104b0.js} +1 -1
  195. package/lib/esm/{index-f813a624.js → index-b7694cc6.js} +1 -1
  196. package/lib/esm/loader.js +2 -2
  197. package/lib/esm-es5/duet-alert.entry.js +1 -1
  198. package/lib/esm-es5/duet-badge.entry.js +1 -1
  199. package/lib/esm-es5/duet-breadcrumb.entry.js +4 -0
  200. package/lib/esm-es5/duet-breadcrumbs.entry.js +4 -0
  201. package/lib/esm-es5/duet-button_2.entry.js +1 -1
  202. package/lib/esm-es5/duet-caption_4.entry.js +1 -1
  203. package/lib/esm-es5/duet-card.entry.js +1 -1
  204. package/lib/esm-es5/duet-checkbox.entry.js +1 -1
  205. package/lib/esm-es5/duet-choice_2.entry.js +1 -1
  206. package/lib/esm-es5/duet-collapsible.entry.js +1 -1
  207. package/lib/esm-es5/duet-cookie-consent.entry.js +1 -1
  208. package/lib/esm-es5/duet-date-picker.entry.js +1 -1
  209. package/lib/esm-es5/duet-divider_2.entry.js +1 -1
  210. package/lib/esm-es5/duet-editable-table-button.entry.js +1 -1
  211. package/lib/esm-es5/duet-editable-table_4.entry.js +1 -1
  212. package/lib/esm-es5/duet-empty-state.entry.js +1 -1
  213. package/lib/esm-es5/duet-fieldset.entry.js +1 -1
  214. package/lib/esm-es5/duet-footer.entry.js +1 -1
  215. package/lib/esm-es5/duet-grid_2.entry.js +1 -1
  216. package/lib/esm-es5/duet-header_2.entry.js +1 -1
  217. package/lib/esm-es5/duet-hero.entry.js +1 -1
  218. package/lib/esm-es5/duet-icon.entry.js +1 -1
  219. package/lib/esm-es5/duet-input_2.entry.js +1 -1
  220. package/lib/esm-es5/duet-layout.entry.js +1 -1
  221. package/lib/esm-es5/duet-list_2.entry.js +1 -1
  222. package/lib/esm-es5/duet-modal.entry.js +1 -1
  223. package/lib/esm-es5/duet-notification_2.entry.js +1 -1
  224. package/lib/esm-es5/duet-number-input.entry.js +1 -1
  225. package/lib/esm-es5/duet-progress.entry.js +1 -1
  226. package/lib/esm-es5/duet-radio_2.entry.js +1 -1
  227. package/lib/esm-es5/duet-range-slider.entry.js +1 -1
  228. package/lib/esm-es5/duet-scrollable_3.entry.js +4 -0
  229. package/lib/esm-es5/duet-select.entry.js +1 -1
  230. package/lib/esm-es5/duet-step_2.entry.js +1 -1
  231. package/lib/esm-es5/duet-textarea.entry.js +1 -1
  232. package/lib/esm-es5/duet-toggle.entry.js +1 -1
  233. package/lib/esm-es5/duet-tooltip.entry.js +1 -1
  234. package/lib/esm-es5/duet-tray.entry.js +1 -1
  235. package/lib/esm-es5/duet-upload-aria-status.entry.js +1 -1
  236. package/lib/esm-es5/duet-visually-hidden.entry.js +1 -1
  237. package/lib/esm-es5/duet.js +1 -1
  238. package/lib/esm-es5/{focus-utils-bf7d1e80.js → focus-utils-6ed104b0.js} +1 -1
  239. package/lib/esm-es5/index-b7694cc6.js +4 -0
  240. package/lib/esm-es5/loader.js +1 -1
  241. package/lib/html.html-data.json +128 -5
  242. package/lib/types/components/duet-badge/duet-badge.d.ts +1 -1
  243. package/lib/types/components/duet-breadcrumbs/duet-breadcrumb.d.ts +31 -0
  244. package/lib/types/components/duet-breadcrumbs/duet-breadcrumbs.d.ts +23 -0
  245. package/lib/types/components/duet-button/duet-button.d.ts +2 -1
  246. package/lib/types/components/duet-modal/duet-modal.d.ts +5 -1
  247. package/lib/types/components/duet-scrollable/duet-scrollable.d.ts +47 -0
  248. package/lib/types/components/duet-tab/duet-tab.d.ts +11 -0
  249. package/lib/types/components/duet-tab-group/duet-tab-group.d.ts +11 -0
  250. package/lib/types/components/duet-upload/duet-upload.d.ts +6 -0
  251. package/lib/types/components.d.ts +146 -1
  252. package/package.json +6 -5
  253. package/lib/cjs/duet-tab_2.cjs.entry.js +0 -213
  254. package/lib/duet/p-0d546cd6.system.entry.js +0 -4
  255. package/lib/duet/p-3ff50cee.entry.js +0 -4
  256. package/lib/duet/p-478d2995.entry.js +0 -4
  257. package/lib/duet/p-71a94fb9.system.entry.js +0 -4
  258. package/lib/duet/p-76b98e4d.system.js +0 -4
  259. package/lib/duet/p-80f90fef.js +0 -4
  260. package/lib/duet/p-9c3b48fc.entry.js +0 -4
  261. package/lib/duet/p-c33d1202.js +0 -4
  262. package/lib/duet/p-d9a93e45.entry.js +0 -4
  263. package/lib/duet/p-e54705b2.system.js +0 -4
  264. package/lib/duet/p-f3cd9499.system.entry.js +0 -4
  265. package/lib/esm/duet-tab_2.entry.js +0 -208
  266. package/lib/esm-es5/duet-tab_2.entry.js +0 -4
  267. package/lib/esm-es5/index-f813a624.js +0 -4
@@ -1,4 +1,4 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import{p as promiseResolve,b as bootstrapLazy}from"./index-f813a624.js";import{g as globalScripts}from"./app-globals-6641e444.js";var patchEsm=function(){return promiseResolve()};var defineCustomElements=function(e,a){if(typeof window==="undefined")return Promise.resolve();return patchEsm().then((function(){globalScripts();return bootstrapLazy(JSON.parse('[["duet-choice_2",[[6,"duet-choice-group",{"direction":[1],"margin":[1],"theme":[1025],"error":[1],"name":[1],"label":[1],"labelHidden":[4,"label-hidden"],"caption":[1],"tooltip":[1],"tooltipDirection":[1,"tooltip-direction"],"responsive":[4],"value":[1537],"disabled":[4]}],[6,"duet-choice",{"theme":[1025],"label":[1],"accessibleLabelInfoButtonDefaults":[1,"accessible-label-info-default"],"accessibleLabelInfoButton":[1,"accessible-label-info-button"],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"caption":[1],"value":[1537],"type":[513],"name":[1],"checked":[1540],"collapsible":[4],"margin":[1],"icon":[1],"expand":[4],"padding":[1],"identifier":[1],"groupDirection":[1,"group-direction"],"groupDisabled":[4,"group-disabled"],"groupResponsive":[4,"group-responsive"],"disabled":[516],"required":[4],"infoLabelDefaults":[1,"accessible-label-info-default"],"infoLabel":[1,"info-label"],"isHovering":[32],"isInfoOpen":[32],"isBlurred":[32],"setFocus":[64]},[[2,"blur","handleHostBlur"],[2,"keydown","handleHostKeyDown"],[2,"keyup","handleHostKeyUp"]]]]],["duet-hero",[[1,"duet-hero",{"theme":[1025],"heading":[1],"preHeading":[1,"pre-heading"],"level":[1],"description":[1],"icon":[1],"iconSize":[1,"icon-size"],"iconRight":[4,"icon-right"],"categoryIcon":[1,"category-icon"],"categoryIconColor":[1,"category-icon-color"],"buttonLabel":[1,"button-label"],"language":[1025],"accessibleLabelExternalDefaults":[1,"accessible-label-external-default"],"accessibleLabelExternal":[1,"accessible-label-external"],"buttonUrl":[1,"button-url"],"buttonId":[1,"button-id"],"buttonData":[16],"textCenter":[4,"text-center"],"leftAlign":[4,"left-align"],"image":[1],"variation":[1],"back":[8],"listItems":[8,"list-items"],"actions":[8],"processedListItems":[32],"processedActions":[32],"processedBack":[32]}]]],["duet-tab_2",[[6,"duet-tab-group",{"theme":[1025],"variation":[1],"language":[1025],"labelDefaults":[1,"label-default"],"label":[1],"labelHidden":[4,"label-hidden"],"margin":[1],"padding":[1],"tabs":[32],"selected":[32],"openTab":[64],"refresh":[64]}],[6,"duet-tab",{"label":[513],"selected":[516]}]]],["duet-date-picker",[[2,"duet-date-picker",{"theme":[1025],"expand":[4],"name":[1],"identifier":[1],"label":[1],"caption":[1],"margin":[1],"language":[1],"placeholderDefaults":[1,"placeholder-default"],"placeholder":[1],"echoPlaceholder":[1540,"echo-placeholder"],"disabled":[516],"error":[1],"labelHidden":[4,"label-hidden"],"role":[1],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"required":[4],"direction":[1],"tooltip":[1],"tooltipDirection":[1,"tooltip-direction"],"value":[1537],"min":[1],"max":[1],"validity":[1040],"open":[32],"focusedDay":[32],"inputValue":[32],"setFocus":[64],"show":[64],"hide":[64]},[[4,"click","handleDocumentClick"]]]]],["duet-number-input",[[2,"duet-number-input",{"language":[1025],"locale":[1],"unit":[1],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleLiveDefaults":[1,"accessible-live-default"],"accessibleLive":[1,"accessible-live"],"accessibleLiveEnabled":[4,"accessible-live-enabled"],"accessibleAddDefaults":[1,"accessible-add-default"],"accessibleAdd":[1,"accessible-add"],"accessibleSubtractDefaults":[1,"accessible-subtract-defaults"],"accessibleSubtract":[1,"accessible-subtract"],"theme":[1025],"margin":[1],"expand":[4],"identifier":[1],"min":[2],"labelDefaults":[1,"label-default"],"label":[1],"labelHidden":[4,"label-hidden"],"max":[2],"name":[1],"error":[1],"tooltip":[1],"step":[2],"rounding":[4],"role":[1],"disabled":[516],"required":[4],"value":[1025],"focusedValue":[32],"setFocus":[64]}]]],["duet-radio_2",[[6,"duet-radio-group",{"direction":[1],"margin":[1],"theme":[1025],"error":[1],"tooltip":[1],"tooltipDirection":[1,"tooltip-direction"],"name":[1],"label":[1],"labelHidden":[4,"label-hidden"],"caption":[1],"responsive":[4],"value":[1537],"disabled":[4]}],[2,"duet-radio",{"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleIndex":[1,"accessible-index"],"margin":[1],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"theme":[1025],"disabled":[516],"required":[4],"blockEvents":[4,"block-events"],"identifier":[1],"label":[1],"name":[1],"role":[1],"groupDisabled":[4,"group-disabled"],"groupDirection":[1,"group-direction"],"groupResponsive":[4,"group-responsive"],"checked":[1540],"value":[1537],"setFocus":[64]}]]],["duet-card",[[1,"duet-card",{"accessibleLabel":[1,"accessible-label"],"heading":[1],"secondaryHeading":[1,"secondary-heading"],"variation":[1],"collapsible":[4],"open":[1540],"headingLevel":[1,"heading-level"],"icon":[1],"image":[1],"background":[1],"padding":[1],"margin":[1],"theme":[1025],"url":[1],"setFocus":[64]}]]],["duet-range-slider",[[2,"duet-range-slider",{"theme":[1025],"margin":[1],"expand":[4],"identifier":[1],"name":[1],"required":[4],"disabled":[516],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"min":[2],"label":[1],"labelHidden":[4,"label-hidden"],"unit":[1],"max":[2],"step":[2],"locale":[1],"value":[1026],"debounce":[2],"setFocus":[64]}]]],["duet-toggle",[[2,"duet-toggle",{"theme":[1025],"margin":[1],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"label":[1],"required":[4],"disabled":[516],"checked":[1540],"value":[1537],"identifier":[1],"name":[1],"role":[1],"setFocus":[64]}]]],["duet-checkbox",[[2,"duet-checkbox",{"accessibleActiveDescendant":[1,"accessible-active-descendant"],"margin":[1],"accessibleControls":[1,"accessible-controls"],"accessibleIndex":[1,"accessible-index"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"required":[4],"theme":[1025],"disabled":[516],"identifier":[1],"label":[1],"labelHidden":[4,"label-hidden"],"name":[1],"role":[1],"checked":[1540],"value":[1537],"setFocus":[64]}]]],["duet-layout",[[1,"duet-layout",{"sticky":[4],"margin":[1],"stickyDistance":[1,"sticky-distance"],"center":[4],"tabs":[4],"middle":[4]}]]],["duet-divider_2",[[1,"duet-divider",{"theme":[1025],"margin":[1]}],[1,"duet-spacer",{"size":[1],"direction":[1],"breakpoint":[1]}]]],["duet-visually-hidden",[[1,"duet-visually-hidden"]]],["duet-icon",[[1,"duet-icon",{"theme":[1025],"icon":[1],"src":[1],"name":[1],"margin":[1],"responsive":[4],"color":[513],"background":[1],"size":[1],"outline":[1],"svgContent":[32]}]]],["duet-textarea",[[2,"duet-textarea",{"margin":[1],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleAutocomplete":[1,"accessible-autocomplete"],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"theme":[1025],"expand":[4],"disabled":[516],"identifier":[1],"required":[4],"label":[1],"labelHidden":[4,"label-hidden"],"name":[1],"placeholder":[1],"caption":[1],"echoPlaceholder":[4,"echo-placeholder"],"maxlength":[2],"minlength":[2],"error":[1],"role":[1],"tooltip":[1],"tooltipDirection":[1,"tooltip-direction"],"value":[1025],"disallowPattern":[1,"disallow-pattern"],"counter":[4],"counterLabel":[1,"counter-label"],"setFocus":[64]}]]],["duet-modal",[[1,"duet-modal",{"language":[1025],"accessibleCloseLabelDefaults":[1,"accessible-close-label-default"],"accessibleCloseLabel":[1,"accessible-close-label"],"size":[1],"gutterSize":[1,"gutter-size"],"theme":[1025],"heading":[1],"headingLevel":[1,"heading-level"],"icon":[1],"color":[1],"active":[1540],"open":[32],"show":[64],"hide":[64]},[[8,"keyup","handleKeyUp"]]]]],["duet-cookie-consent",[[1,"duet-cookie-consent",{"accessibleLabel":[1,"accessible-label"],"theme":[1025]}]]],["duet-step_2",[[6,"duet-step",{"theme":[1025],"heading":[1],"headingLevel":[1,"heading-level"],"stepIndex":[2,"step-index"],"state":[1],"roundedTop":[4,"rounded-top"],"roundedBottom":[4,"rounded-bottom"],"setFocus":[64]}],[1,"duet-stepper",{"theme":[1025],"accessibleLive":[1,"accessible-live"],"margin":[1],"backDisabled":[4,"back-disabled"],"selected":[514]},[[0,"duetStepClick","onDuetStepClick"]]]]],["duet-footer",[[1,"duet-footer",{"theme":[1025],"variation":[1],"margin":[1],"logoHref":[1,"logo-href"],"language":[1025],"items":[8],"accessibleLabelExternalDefaults":[1,"accessible-label-external-default"],"accessibleLabelExternal":[1,"accessible-label-external"],"menu":[8],"processedItems":[32],"processedMenu":[32]}]]],["duet-tray",[[1,"duet-tray",{"language":[1025],"accessibleCloseLabelDefaults":[1,"accessible-close-label-default"],"accessibleCloseLabel":[1,"accessible-close-label"],"accessibleOpenLabelDefaults":[1,"accessible-open-label-default"],"accessibleOpenLabel":[1,"accessible-open-label"],"theme":[1025],"active":[516],"autoHide":[4,"auto-hide"],"responsive":[4],"expanded":[32],"hiddenState":[32]},[[9,"scroll","getFrame"],[16,"click","handleBodyClick"]]]]],["duet-collapsible",[[1,"duet-collapsible",{"theme":[1025],"heading":[1],"headingWeight":[1,"heading-weight"],"headingSize":[1,"heading-size"],"headingLevel":[1,"heading-level"],"margin":[1],"open":[1540],"setFocus":[64]}]]],["duet-caption_4",[[17,"duet-link",{"accessibleLabel":[1,"accessible-label"],"language":[1025],"accessibleLabelExternalDefaults":[1,"accessible-label-external-default"],"accessibleLabelExternal":[1,"accessible-label-external"],"identifier":[1],"theme":[1025],"url":[513],"external":[4],"setFocus":[64]}],[1,"duet-heading",{"level":[513],"margin":[1],"visualLevel":[1,"visual-level"],"border":[8],"weight":[1],"color":[1],"theme":[1025],"hyphenate":[4]}],[1,"duet-paragraph",{"theme":[1025],"margin":[1],"size":[1],"weight":[1],"variation":[1],"color":[1]}],[1,"duet-caption",{"theme":[1025],"margin":[1],"selected":[4],"size":[1]}]]],["duet-select",[[2,"duet-select",{"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleDescribedBy":[1,"accessible-described-by"],"margin":[1],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"error":[1],"expand":[4],"value":[1537],"theme":[1025],"labelHidden":[4,"label-hidden"],"identifier":[1],"name":[1],"placeholder":[1],"caption":[1],"echoPlaceholder":[4,"echo-placeholder"],"items":[1],"disabled":[516],"required":[4],"label":[1],"role":[1],"tooltip":[1],"tooltipDirection":[1,"tooltip-direction"],"processedItems":[32],"setFocus":[64]}]]],["duet-button_2",[[1,"duet-button",{"accessibleLabel":[1,"accessible-label"],"accessibleControls":[1,"accessible-controls"],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleExpanded":[4,"accessible-expanded"],"accessiblePressed":[4,"accessible-pressed"],"loading":[4],"variation":[1],"negative":[4],"theme":[1025],"margin":[1],"padding":[1],"wrapping":[1],"expand":[4],"fixed":[4],"disabled":[516],"name":[1],"value":[1],"identifier":[1],"submit":[516],"external":[4],"language":[1],"accessibleLabelExternalDefaults":[1,"accessible-label-external-default"],"accessibleLabelExternal":[1,"accessible-label-external"],"icon":[1],"color":[1],"iconRight":[4,"icon-right"],"iconSize":[1,"icon-size"],"size":[1],"iconOnly":[4,"icon-only"],"url":[513],"setFocus":[64]}],[1,"duet-spinner",{"accessibleLabel":[1,"accessible-label"],"color":[1],"size":[1],"theme":[1025]}]]],["duet-alert",[[1,"duet-alert",{"theme":[1025],"accessibleLabelDefaults":[1,"accessible-label-default"],"accessibleLabel":[1,"accessible-label"],"announcements":[4],"icon":[1],"autoDismiss":[2,"auto-dismiss"],"margin":[1],"padding":[1],"variation":[1],"dismissible":[4],"isDismissed":[32],"timeoutID":[32]}]]],["duet-empty-state",[[1,"duet-empty-state",{"theme":[1025],"icon":[1],"size":[1]}]]],["duet-notification_2",[[1,"duet-notification-drawer",{"icon":[1],"label":[1],"language":[1],"accessibleLabelNotificationsDefaults":[1,"accessible-label-notification-default"],"accessibleLabelNotifications":[1,"accessible-label-notifications"],"badge":[4],"theme":[1025],"direction":[1],"isOpen":[32],"hasNotifications":[32],"setFocus":[64],"open":[64],"close":[64]},[[6,"focus","handleClickFocusOutside"],[6,"click","handleClickFocusOutside"]]],[1,"duet-notification",{"language":[1],"accessibleLabelUnreadDefaults":[16],"accessibleLabelUnread":[1,"accessible-label-unread"],"url":[1],"date":[1],"highlight":[4],"external":[4],"theme":[1025],"setFocus":[64]}]]],["duet-progress",[[0,"duet-progress",{"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleLabel":[1,"accessible-label"],"accessibleLabelUploadDefaults":[1,"accessible-label-upload-defaults"],"accessibleLabelUpload":[1,"accessible-label-upload"],"progress":[1538],"caption":[1],"height":[1],"theme":[1025]}]]],["duet-upload-aria-status",[[1,"duet-upload-aria-status",{"statusMessageLabel":[16],"accessibleAriaLive":[1,"accessible-aria-live"],"valid":[2],"total":[2],"invalid":[2],"inprogress":[2],"statusMessage":[32]}]]],["duet-badge",[[1,"duet-badge",{"theme":[1025],"variation":[1],"margin":[1]}]]],["duet-header_2",[[1,"duet-header",{"theme":[1025],"language":[1025],"accessibleI18nLabelsDefaults":[1,"accessible-labels-default"],"accessibleI18nLabels":[16],"accessibleLabelExternalDefaults":[1,"accessible-label-external-default"],"accessibleLabelExternal":[1,"accessible-label-external"],"accessibleLabelDefaults":[1,"accessible-label-default"],"accessibleLabel":[1,"accessible-label"],"user":[8],"logoHref":[1,"logo-href"],"currentHref":[1025,"current-href"],"skipToId":[1,"skip-to-id"],"items":[8],"region":[1],"session":[8],"search":[8],"back":[8],"contact":[1],"contactItems":[8,"contact-items"],"languageItems":[8,"language-items"],"isContactOpen":[32],"isLanguageOpen":[32],"isSlideOutOpen":[32],"isSegmentOpen":[32],"openMenu":[32],"closedActives":[32],"processedItems":[32],"processedLanguageItems":[32],"processedContactItems":[32],"processedSession":[32],"processedSearch":[32],"processedUser":[32],"processedBack":[32],"renderDesktopNav":[32],"closeMenus":[64],"setFocus":[64]},[[8,"keyup","handleKeyUp"],[8,"keydown","handleKeyDown"],[4,"focus","handleDocumentClick"],[4,"click","handleDocumentClick"]]],[1,"duet-logo",{"theme":[1025],"margin":[1],"inverse":[4],"size":[1],"href":[1537],"language":[1537],"setFocus":[64]}]]],["duet-grid_2",[[2,"duet-grid",{"responsive":[4],"breakpoint":[1],"direction":[1],"alignment":[1],"distribution":[1],"mobile":[1],"distributeFormElement":[32]}],[2,"duet-grid-item",{"fill":[4],"maxWidth":[1,"max-width"],"minWidth":[1,"min-width"],"theme":[1025],"margin":[1],"responsive":[4],"breakpoint":[1]}]]],["duet-list_2",[[1,"duet-list",{"theme":[1025],"margin":[1],"padding":[1],"mobile":[1],"breakpoint":[1],"variation":[1],"labelWidth":[1,"label-width"]}],[1,"duet-list-item"]]],["duet-editable-table-button",[[2,"duet-editable-table-button",{"theme":[1025],"actions":[16],"uid":[1],"group":[1],"keyName":[1,"key-name"],"isHovering":[32]}]]],["duet-fieldset",[[1,"duet-fieldset",{"theme":[1025],"margin":[1],"caption":[1],"label":[1],"error":[1],"labelHidden":[4,"label-hidden"],"hasTooltip":[32]}]]],["duet-editable-table_4",[[1,"duet-upload",{"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"external":[4],"hideButton":[4,"hide-upload-button"],"actions":[1],"uri":[1],"showLinks":[4,"show-links"],"caption":[1],"statusLabelDefaults":[1,"status-label-default"],"statusMessageLabel":[1,"status-message-label"],"buttonLabelDefaults":[1,"button-label-default"],"buttonLabel":[1,"button-label"],"accessibleButtonLabel":[1,"accessible-button-label"],"theme":[1025],"disabled":[516],"identifier":[1],"margin":[1],"required":[4],"groups":[1],"alignment":[1],"hideGroups":[4,"hide-table-labels"],"files":[1040],"valid":[1540],"labelDefaults":[1,"label-default"],"label":[1],"descriptionDefaults":[1,"description-default"],"description":[1],"fileListEmptyDefaults":[1,"list-empty-default"],"fileListEmpty":[1,"file-list-empty"],"error":[1],"name":[1],"maxBytes":[2,"max-bytes"],"maxBytesTotal":[2,"max-bytes-total"],"maxFiles":[2,"max-files"],"allowedExtensions":[1,"allowed-extensions"],"allowedMimetypes":[1,"allowed-mimetypes"],"multiple":[4],"limitSelection":[4,"limit-selection"],"value":[1025],"tick":[32],"setFocus":[64],"upload":[64],"getFiles":[64],"updateValue":[64]}],[1,"duet-editable-table",{"items":[1040],"alignment":[1],"groupsLabelDefaults":[16],"actionLabelDefaults":[16],"groups":[1],"actions":[1],"hideGroups":[4,"hide-table-labels"],"accessibleRole":[1,"accessible-role"],"theme":[1025],"tick":[32],"updateTable":[64]}],[1,"duet-editable-table-item",{"theme":[1025],"actions":[16],"groupId":[1,"group-id"],"alignment":[1],"keyName":[1,"key-name"],"data":[1040],"isHovering":[32]}],[4,"duet-table",{"theme":[1025],"margin":[1],"variation":[1],"sticky":[4],"stickyDistance":[1,"sticky-distance"],"breakpoint":[1],"matchesBreakpoint":[32]}]]],["duet-tooltip",[[1,"duet-tooltip",{"theme":[1025],"language":[1025],"accessibleLabelDefault":[1,"accessible-label-default"],"accessibleLabel":[1,"accessible-label"],"accessibleInputLabel":[1,"accessible-input-label"],"accessibleCloseLabelDefault":[1,"accessible-close-label-default"],"accessibleCloseLabel":[1,"accessible-close-label"],"label":[1],"breakpoint":[1],"direction":[1],"positionVertical":[513,"position-vertical"],"positionHorizontal":[513,"position-horizontal"],"active":[1540],"openDown":[32]},[[9,"scroll","onScroll"],[4,"click","handleDocumentClick"]]]]],["duet-input_2",[[6,"duet-input",{"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleAutocomplete":[1,"accessible-autocomplete"],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"debounce":[2],"caption":[1],"echoPlaceholder":[4,"echo-placeholder"],"theme":[1025],"expand":[4],"disabled":[516],"identifier":[1],"margin":[1],"required":[4],"type":[1],"label":[1],"error":[1],"labelHidden":[4,"label-hidden"],"numericKeyboard":[4,"numeric-keyboard"],"name":[1],"pattern":[1],"maxlength":[2],"minlength":[2],"placeholder":[1],"component":[1],"role":[1],"icon":[1],"autoComplete":[1,"auto-complete"],"disallowPattern":[1,"disallow-pattern"],"value":[1025],"tooltip":[1],"tooltipDirection":[1,"tooltip-direction"],"setFocus":[64]}],[6,"duet-label",{"theme":[1025],"for":[1],"margin":[1],"size":[1]}]]]]'),a)}))};export{defineCustomElements};
4
+ import{p as promiseResolve,b as bootstrapLazy}from"./index-b7694cc6.js";import{g as globalScripts}from"./app-globals-6641e444.js";var patchEsm=function(){return promiseResolve()};var defineCustomElements=function(e,a){if(typeof window==="undefined")return Promise.resolve();return patchEsm().then((function(){globalScripts();return bootstrapLazy(JSON.parse('[["duet-choice_2",[[6,"duet-choice-group",{"direction":[1],"margin":[1],"theme":[1025],"error":[1],"name":[1],"label":[1],"labelHidden":[4,"label-hidden"],"caption":[1],"tooltip":[1],"tooltipDirection":[1,"tooltip-direction"],"responsive":[4],"value":[1537],"disabled":[4]}],[6,"duet-choice",{"theme":[1025],"label":[1],"accessibleLabelInfoButtonDefaults":[1,"accessible-label-info-default"],"accessibleLabelInfoButton":[1,"accessible-label-info-button"],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"caption":[1],"value":[1537],"type":[513],"name":[1],"checked":[1540],"collapsible":[4],"margin":[1],"icon":[1],"expand":[4],"padding":[1],"identifier":[1],"groupDirection":[1,"group-direction"],"groupDisabled":[4,"group-disabled"],"groupResponsive":[4,"group-responsive"],"disabled":[516],"required":[4],"infoLabelDefaults":[1,"accessible-label-info-default"],"infoLabel":[1,"info-label"],"isHovering":[32],"isInfoOpen":[32],"isBlurred":[32],"setFocus":[64]},[[2,"blur","handleHostBlur"],[2,"keydown","handleHostKeyDown"],[2,"keyup","handleHostKeyUp"]]]]],["duet-hero",[[1,"duet-hero",{"theme":[1025],"heading":[1],"preHeading":[1,"pre-heading"],"level":[1],"description":[1],"icon":[1],"iconSize":[1,"icon-size"],"iconRight":[4,"icon-right"],"categoryIcon":[1,"category-icon"],"categoryIconColor":[1,"category-icon-color"],"buttonLabel":[1,"button-label"],"language":[1025],"accessibleLabelExternalDefaults":[1,"accessible-label-external-default"],"accessibleLabelExternal":[1,"accessible-label-external"],"buttonUrl":[1,"button-url"],"buttonId":[1,"button-id"],"buttonData":[16],"textCenter":[4,"text-center"],"leftAlign":[4,"left-align"],"image":[1],"variation":[1],"back":[8],"listItems":[8,"list-items"],"actions":[8],"processedListItems":[32],"processedActions":[32],"processedBack":[32]}]]],["duet-date-picker",[[2,"duet-date-picker",{"theme":[1025],"expand":[4],"name":[1],"identifier":[1],"label":[1],"caption":[1],"margin":[1],"language":[1],"placeholderDefaults":[1,"placeholder-default"],"placeholder":[1],"echoPlaceholder":[1540,"echo-placeholder"],"disabled":[516],"error":[1],"labelHidden":[4,"label-hidden"],"role":[1],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"required":[4],"direction":[1],"tooltip":[1],"tooltipDirection":[1,"tooltip-direction"],"value":[1537],"min":[1],"max":[1],"validity":[1040],"open":[32],"focusedDay":[32],"inputValue":[32],"setFocus":[64],"show":[64],"hide":[64]},[[4,"click","handleDocumentClick"]]]]],["duet-number-input",[[2,"duet-number-input",{"language":[1025],"locale":[1],"unit":[1],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleLiveDefaults":[1,"accessible-live-default"],"accessibleLive":[1,"accessible-live"],"accessibleLiveEnabled":[4,"accessible-live-enabled"],"accessibleAddDefaults":[1,"accessible-add-default"],"accessibleAdd":[1,"accessible-add"],"accessibleSubtractDefaults":[1,"accessible-subtract-defaults"],"accessibleSubtract":[1,"accessible-subtract"],"theme":[1025],"margin":[1],"expand":[4],"identifier":[1],"min":[2],"labelDefaults":[1,"label-default"],"label":[1],"labelHidden":[4,"label-hidden"],"max":[2],"name":[1],"error":[1],"tooltip":[1],"step":[2],"rounding":[4],"role":[1],"disabled":[516],"required":[4],"value":[1025],"focusedValue":[32],"setFocus":[64]}]]],["duet-radio_2",[[6,"duet-radio-group",{"direction":[1],"margin":[1],"theme":[1025],"error":[1],"tooltip":[1],"tooltipDirection":[1,"tooltip-direction"],"name":[1],"label":[1],"labelHidden":[4,"label-hidden"],"caption":[1],"responsive":[4],"value":[1537],"disabled":[4]}],[2,"duet-radio",{"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleIndex":[1,"accessible-index"],"margin":[1],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"theme":[1025],"disabled":[516],"required":[4],"blockEvents":[4,"block-events"],"identifier":[1],"label":[1],"name":[1],"role":[1],"groupDisabled":[4,"group-disabled"],"groupDirection":[1,"group-direction"],"groupResponsive":[4,"group-responsive"],"checked":[1540],"value":[1537],"setFocus":[64]}]]],["duet-card",[[1,"duet-card",{"accessibleLabel":[1,"accessible-label"],"heading":[1],"secondaryHeading":[1,"secondary-heading"],"variation":[1],"collapsible":[4],"open":[1540],"headingLevel":[1,"heading-level"],"icon":[1],"image":[1],"background":[1],"padding":[1],"margin":[1],"theme":[1025],"url":[1],"setFocus":[64]}]]],["duet-range-slider",[[2,"duet-range-slider",{"theme":[1025],"margin":[1],"expand":[4],"identifier":[1],"name":[1],"required":[4],"disabled":[516],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"min":[2],"label":[1],"labelHidden":[4,"label-hidden"],"unit":[1],"max":[2],"step":[2],"locale":[1],"value":[1026],"debounce":[2],"setFocus":[64]}]]],["duet-toggle",[[2,"duet-toggle",{"theme":[1025],"margin":[1],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"label":[1],"required":[4],"disabled":[516],"checked":[1540],"value":[1537],"identifier":[1],"name":[1],"role":[1],"setFocus":[64]}]]],["duet-checkbox",[[2,"duet-checkbox",{"accessibleActiveDescendant":[1,"accessible-active-descendant"],"margin":[1],"accessibleControls":[1,"accessible-controls"],"accessibleIndex":[1,"accessible-index"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"required":[4],"theme":[1025],"disabled":[516],"identifier":[1],"label":[1],"labelHidden":[4,"label-hidden"],"name":[1],"role":[1],"checked":[1540],"value":[1537],"setFocus":[64]}]]],["duet-layout",[[1,"duet-layout",{"sticky":[4],"margin":[1],"stickyDistance":[1,"sticky-distance"],"center":[4],"tabs":[4],"middle":[4]}]]],["duet-divider_2",[[1,"duet-divider",{"theme":[1025],"margin":[1]}],[1,"duet-spacer",{"size":[1],"direction":[1],"breakpoint":[1]}]]],["duet-visually-hidden",[[1,"duet-visually-hidden"]]],["duet-icon",[[1,"duet-icon",{"theme":[1025],"icon":[1],"src":[1],"name":[1],"margin":[1],"responsive":[4],"color":[513],"background":[1],"size":[1],"outline":[1],"svgContent":[32]}]]],["duet-caption_4",[[17,"duet-link",{"accessibleLabel":[1,"accessible-label"],"language":[1025],"accessibleLabelExternalDefaults":[1,"accessible-label-external-default"],"accessibleLabelExternal":[1,"accessible-label-external"],"identifier":[1],"theme":[1025],"url":[513],"external":[4],"setFocus":[64]}],[1,"duet-heading",{"level":[513],"margin":[1],"visualLevel":[1,"visual-level"],"border":[8],"weight":[1],"color":[1],"theme":[1025],"hyphenate":[4]}],[1,"duet-paragraph",{"theme":[1025],"margin":[1],"size":[1],"weight":[1],"variation":[1],"color":[1]}],[1,"duet-caption",{"theme":[1025],"margin":[1],"selected":[4],"size":[1]}]]],["duet-textarea",[[2,"duet-textarea",{"margin":[1],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleAutocomplete":[1,"accessible-autocomplete"],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"theme":[1025],"expand":[4],"disabled":[516],"identifier":[1],"required":[4],"label":[1],"labelHidden":[4,"label-hidden"],"name":[1],"placeholder":[1],"caption":[1],"echoPlaceholder":[4,"echo-placeholder"],"maxlength":[2],"minlength":[2],"error":[1],"role":[1],"tooltip":[1],"tooltipDirection":[1,"tooltip-direction"],"value":[1025],"disallowPattern":[1,"disallow-pattern"],"counter":[4],"counterLabel":[1,"counter-label"],"setFocus":[64]}]]],["duet-modal",[[1,"duet-modal",{"language":[1025],"accessibleCloseLabelDefaults":[1,"accessible-close-label-default"],"accessibleCloseLabel":[1,"accessible-close-label"],"size":[1],"gutterSize":[1,"gutter-size"],"theme":[1025],"heading":[1],"headingLevel":[1,"heading-level"],"icon":[1],"color":[1],"active":[1540],"closeOnBlur":[1028,"close-on-blur"],"open":[32],"show":[64],"hide":[64]},[[8,"keyup","handleKeyUp"]]]]],["duet-cookie-consent",[[1,"duet-cookie-consent",{"accessibleLabel":[1,"accessible-label"],"theme":[1025]}]]],["duet-notification_2",[[1,"duet-notification-drawer",{"icon":[1],"label":[1],"language":[1],"accessibleLabelNotificationsDefaults":[1,"accessible-label-notification-default"],"accessibleLabelNotifications":[1,"accessible-label-notifications"],"badge":[4],"theme":[1025],"direction":[1],"isOpen":[32],"hasNotifications":[32],"setFocus":[64],"open":[64],"close":[64]},[[6,"focus","handleClickFocusOutside"],[6,"click","handleClickFocusOutside"]]],[1,"duet-notification",{"language":[1],"accessibleLabelUnreadDefaults":[16],"accessibleLabelUnread":[1,"accessible-label-unread"],"url":[1],"date":[1],"highlight":[4],"external":[4],"theme":[1025],"setFocus":[64]}]]],["duet-step_2",[[6,"duet-step",{"theme":[1025],"heading":[1],"headingLevel":[1,"heading-level"],"stepIndex":[2,"step-index"],"state":[1],"roundedTop":[4,"rounded-top"],"roundedBottom":[4,"rounded-bottom"],"setFocus":[64]}],[1,"duet-stepper",{"theme":[1025],"accessibleLive":[1,"accessible-live"],"margin":[1],"backDisabled":[4,"back-disabled"],"selected":[514]},[[0,"duetStepClick","onDuetStepClick"]]]]],["duet-footer",[[1,"duet-footer",{"theme":[1025],"variation":[1],"margin":[1],"logoHref":[1,"logo-href"],"language":[1025],"items":[8],"accessibleLabelExternalDefaults":[1,"accessible-label-external-default"],"accessibleLabelExternal":[1,"accessible-label-external"],"menu":[8],"processedItems":[32],"processedMenu":[32]}]]],["duet-tray",[[1,"duet-tray",{"language":[1025],"accessibleCloseLabelDefaults":[1,"accessible-close-label-default"],"accessibleCloseLabel":[1,"accessible-close-label"],"accessibleOpenLabelDefaults":[1,"accessible-open-label-default"],"accessibleOpenLabel":[1,"accessible-open-label"],"theme":[1025],"active":[516],"autoHide":[4,"auto-hide"],"responsive":[4],"expanded":[32],"hiddenState":[32]},[[9,"scroll","getFrame"],[16,"click","handleBodyClick"]]]]],["duet-breadcrumb",[[1,"duet-breadcrumb",{"theme":[1025],"href":[1025],"icon":[1025],"accessibleLabel":[1,"accessible-label"]}]]],["duet-breadcrumbs",[[1,"duet-breadcrumbs",{"theme":[1025],"children":[32]}]]],["duet-collapsible",[[1,"duet-collapsible",{"theme":[1025],"heading":[1],"headingWeight":[1,"heading-weight"],"headingSize":[1,"heading-size"],"headingLevel":[1,"heading-level"],"margin":[1],"open":[1540],"setFocus":[64]}]]],["duet-select",[[2,"duet-select",{"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleDescribedBy":[1,"accessible-described-by"],"margin":[1],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"error":[1],"expand":[4],"value":[1537],"theme":[1025],"labelHidden":[4,"label-hidden"],"identifier":[1],"name":[1],"placeholder":[1],"caption":[1],"echoPlaceholder":[4,"echo-placeholder"],"items":[1],"disabled":[516],"required":[4],"label":[1],"role":[1],"tooltip":[1],"tooltipDirection":[1,"tooltip-direction"],"processedItems":[32],"setFocus":[64]}]]],["duet-scrollable_3",[[1,"duet-tab-group",{"theme":[1025],"scrolls":[4],"collapses":[4],"variation":[1],"language":[1025],"labelDefaults":[1,"label-default"],"label":[1],"labelHidden":[4,"label-hidden"],"margin":[1],"padding":[1],"tabs":[32],"selected":[32],"openTab":[64],"refresh":[64]}],[6,"duet-tab",{"label":[513],"selected":[516],"accessibleDescriptionDefault":[1,"accessible-description-defaults"],"accessibleDescription":[1,"accessible-description"]}],[1,"duet-scrollable",{"theme":[1025],"selected":[1026],"tablistAtStart":[32],"isTabContentSmallerThanWrapper":[32],"tablistAtEnd":[32],"childrenData":[32]}]]],["duet-button_2",[[1,"duet-button",{"accessibleLabel":[1,"accessible-label"],"accessibleControls":[1,"accessible-controls"],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleExpanded":[4,"accessible-expanded"],"accessiblePressed":[4,"accessible-pressed"],"loading":[4],"variation":[1],"negative":[4],"theme":[1025],"margin":[1],"padding":[1],"wrapping":[1],"expand":[4],"fixed":[4],"disabled":[516],"name":[1],"value":[1],"identifier":[1],"submit":[516],"external":[4],"language":[1],"accessibleLabelExternalDefaults":[1,"accessible-label-external-default"],"accessibleLabelExternal":[1,"accessible-label-external"],"icon":[1],"color":[1],"iconRight":[4,"icon-right"],"iconSize":[1,"icon-size"],"size":[1],"iconOnly":[4,"icon-only"],"url":[513],"setFocus":[64]}],[1,"duet-spinner",{"accessibleLabel":[1,"accessible-label"],"color":[1],"size":[1],"theme":[1025]}]]],["duet-alert",[[1,"duet-alert",{"theme":[1025],"accessibleLabelDefaults":[1,"accessible-label-default"],"accessibleLabel":[1,"accessible-label"],"announcements":[4],"icon":[1],"autoDismiss":[2,"auto-dismiss"],"margin":[1],"padding":[1],"variation":[1],"dismissible":[4],"isDismissed":[32],"timeoutID":[32]}]]],["duet-empty-state",[[1,"duet-empty-state",{"theme":[1025],"icon":[1],"size":[1]}]]],["duet-progress",[[0,"duet-progress",{"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleLabel":[1,"accessible-label"],"accessibleLabelUploadDefaults":[1,"accessible-label-upload-defaults"],"accessibleLabelUpload":[1,"accessible-label-upload"],"progress":[1538],"caption":[1],"height":[1],"theme":[1025]}]]],["duet-upload-aria-status",[[1,"duet-upload-aria-status",{"statusMessageLabel":[16],"accessibleAriaLive":[1,"accessible-aria-live"],"valid":[2],"total":[2],"invalid":[2],"inprogress":[2],"statusMessage":[32]}]]],["duet-badge",[[1,"duet-badge",{"theme":[1025],"variation":[1],"margin":[1]}]]],["duet-header_2",[[1,"duet-header",{"theme":[1025],"language":[1025],"accessibleI18nLabelsDefaults":[1,"accessible-labels-default"],"accessibleI18nLabels":[16],"accessibleLabelExternalDefaults":[1,"accessible-label-external-default"],"accessibleLabelExternal":[1,"accessible-label-external"],"accessibleLabelDefaults":[1,"accessible-label-default"],"accessibleLabel":[1,"accessible-label"],"user":[8],"logoHref":[1,"logo-href"],"currentHref":[1025,"current-href"],"skipToId":[1,"skip-to-id"],"items":[8],"region":[1],"session":[8],"search":[8],"back":[8],"contact":[1],"contactItems":[8,"contact-items"],"languageItems":[8,"language-items"],"isContactOpen":[32],"isLanguageOpen":[32],"isSlideOutOpen":[32],"isSegmentOpen":[32],"openMenu":[32],"closedActives":[32],"processedItems":[32],"processedLanguageItems":[32],"processedContactItems":[32],"processedSession":[32],"processedSearch":[32],"processedUser":[32],"processedBack":[32],"renderDesktopNav":[32],"closeMenus":[64],"setFocus":[64]},[[8,"keyup","handleKeyUp"],[8,"keydown","handleKeyDown"],[4,"focus","handleDocumentClick"],[4,"click","handleDocumentClick"]]],[1,"duet-logo",{"theme":[1025],"margin":[1],"inverse":[4],"size":[1],"href":[1537],"language":[1537],"setFocus":[64]}]]],["duet-grid_2",[[2,"duet-grid",{"responsive":[4],"breakpoint":[1],"direction":[1],"alignment":[1],"distribution":[1],"mobile":[1],"distributeFormElement":[32]}],[2,"duet-grid-item",{"fill":[4],"maxWidth":[1,"max-width"],"minWidth":[1,"min-width"],"theme":[1025],"margin":[1],"responsive":[4],"breakpoint":[1]}]]],["duet-list_2",[[1,"duet-list",{"theme":[1025],"margin":[1],"padding":[1],"mobile":[1],"breakpoint":[1],"variation":[1],"labelWidth":[1,"label-width"]}],[1,"duet-list-item"]]],["duet-editable-table-button",[[2,"duet-editable-table-button",{"theme":[1025],"actions":[16],"uid":[1],"group":[1],"keyName":[1,"key-name"],"isHovering":[32]}]]],["duet-fieldset",[[1,"duet-fieldset",{"theme":[1025],"margin":[1],"caption":[1],"label":[1],"error":[1],"labelHidden":[4,"label-hidden"],"hasTooltip":[32]}]]],["duet-editable-table_4",[[1,"duet-upload",{"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"external":[4],"hideButton":[4,"hide-upload-button"],"actions":[1],"uri":[1],"showLinks":[4,"show-links"],"caption":[1],"statusLabelDefaults":[1,"status-label-default"],"statusMessageLabel":[1,"status-message-label"],"buttonLabelDefaults":[1,"button-label-default"],"buttonLabel":[1,"button-label"],"accessibleButtonLabel":[1,"accessible-button-label"],"theme":[1025],"disabled":[516],"identifier":[1],"margin":[1],"required":[4],"groups":[1],"alignment":[1],"hideGroups":[4,"hide-table-labels"],"files":[1040],"valid":[1540],"labelDefaults":[1,"label-default"],"label":[1],"descriptionDefaults":[1,"description-default"],"description":[1],"fileListEmptyDefaults":[1,"list-empty-default"],"fileListEmpty":[1,"file-list-empty"],"error":[1],"name":[1],"maxBytes":[2,"max-bytes"],"maxBytesTotal":[2,"max-bytes-total"],"maxFiles":[2,"max-files"],"allowedExtensions":[1,"allowed-extensions"],"allowedMimetypes":[1,"allowed-mimetypes"],"multiple":[4],"limitSelection":[4,"limit-selection"],"value":[1025],"tick":[32],"setFocus":[64],"upload":[64],"refresh":[64],"getFiles":[64],"updateValue":[64]}],[1,"duet-editable-table",{"items":[1040],"alignment":[1],"groupsLabelDefaults":[16],"actionLabelDefaults":[16],"groups":[1],"actions":[1],"hideGroups":[4,"hide-table-labels"],"accessibleRole":[1,"accessible-role"],"theme":[1025],"tick":[32],"updateTable":[64]}],[1,"duet-editable-table-item",{"theme":[1025],"actions":[16],"groupId":[1,"group-id"],"alignment":[1],"keyName":[1,"key-name"],"data":[1040],"isHovering":[32]}],[4,"duet-table",{"theme":[1025],"margin":[1],"variation":[1],"sticky":[4],"stickyDistance":[1,"sticky-distance"],"breakpoint":[1],"matchesBreakpoint":[32]}]]],["duet-tooltip",[[1,"duet-tooltip",{"theme":[1025],"language":[1025],"accessibleLabelDefault":[1,"accessible-label-default"],"accessibleLabel":[1,"accessible-label"],"accessibleInputLabel":[1,"accessible-input-label"],"accessibleCloseLabelDefault":[1,"accessible-close-label-default"],"accessibleCloseLabel":[1,"accessible-close-label"],"label":[1],"breakpoint":[1],"direction":[1],"positionVertical":[513,"position-vertical"],"positionHorizontal":[513,"position-horizontal"],"active":[1540],"openDown":[32]},[[9,"scroll","onScroll"],[4,"click","handleDocumentClick"]]]]],["duet-input_2",[[6,"duet-input",{"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleAutocomplete":[1,"accessible-autocomplete"],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"debounce":[2],"caption":[1],"echoPlaceholder":[4,"echo-placeholder"],"theme":[1025],"expand":[4],"disabled":[516],"identifier":[1],"margin":[1],"required":[4],"type":[1],"label":[1],"error":[1],"labelHidden":[4,"label-hidden"],"numericKeyboard":[4,"numeric-keyboard"],"name":[1],"pattern":[1],"maxlength":[2],"minlength":[2],"placeholder":[1],"component":[1],"role":[1],"icon":[1],"autoComplete":[1,"auto-complete"],"disallowPattern":[1,"disallow-pattern"],"value":[1025],"tooltip":[1],"tooltipDirection":[1,"tooltip-direction"],"setFocus":[64]}],[6,"duet-label",{"theme":[1025],"for":[1],"margin":[1],"size":[1]}]]]]'),a)}))};export{defineCustomElements};
@@ -151,6 +151,72 @@
151
151
  }
152
152
  ]
153
153
  },
154
+ {
155
+ "name": "duet-breadcrumb",
156
+ "description": {
157
+ "kind": "markdown",
158
+ "value": "---\ntitle: Breadcrumbs\nname: duet-breadcrumbs\nstatus: prototype\nreleased: 4.44.0\ncategory: Messaging\nexample_height: 320px\naccessibility: Keyboard, Screen Reader\ninternationalization: Supported\nintro: Breadcrumbs are used to visualize the path to the currently open resource.\n It is designed to be used below header element.\nplatforms: Web only\nssr: Supported\nexamples:\n - name: breadcrumbs\n code: This first example creates the actual URL and DOCS, hence it needs to be\n here.\n - name: Breadcrumbs\n file: fixtures/duet-breadcrumbs.html\ntags:\n - docs-components\n\n---\n\n<!-- usage -->"
159
+ },
160
+ "attributes": [
161
+ {
162
+ "name": "accessible-label",
163
+ "description": "Adds accessible label for the link that is only shown for screen readers.\nTypically, this label text replaces the visible text on the link for users\nwho use assistive technology."
164
+ },
165
+ {
166
+ "name": "href",
167
+ "description": "Href"
168
+ },
169
+ {
170
+ "name": "icon",
171
+ "description": "Icon"
172
+ },
173
+ {
174
+ "name": "theme",
175
+ "description": "Theme",
176
+ "values": [
177
+ {
178
+ "name": "default"
179
+ },
180
+ {
181
+ "name": "turva"
182
+ }
183
+ ]
184
+ }
185
+ ],
186
+ "references": [
187
+ {
188
+ "name": "Source code",
189
+ "url": "./https:/lt-devtool.visualstudio.com/_git/Duet%20Design%20System?path=/packages/components/src/components/duet-breadcrumbs/duet-breadcrumb.tsx"
190
+ }
191
+ ]
192
+ },
193
+ {
194
+ "name": "duet-breadcrumbs",
195
+ "description": {
196
+ "kind": "markdown",
197
+ "value": "---\ntitle: Breadcrumbs\nname: duet-breadcrumbs\nstatus: prototype\nreleased: 4.44.0\ncategory: Messaging\nexample_height: 320px\naccessibility: Keyboard, Screen Reader\ninternationalization: Supported\nintro: Breadcrumbs are used to visualize the path to the currently open resource.\n It is designed to be used below header element.\nplatforms: Web only\nssr: Supported\nexamples:\n - name: breadcrumbs\n code: This first example creates the actual URL and DOCS, hence it needs to be\n here.\n - name: Breadcrumbs\n file: fixtures/duet-breadcrumbs.html\ntags:\n - docs-components\n\n---\n\n<!-- usage -->"
198
+ },
199
+ "attributes": [
200
+ {
201
+ "name": "theme",
202
+ "description": "Theme",
203
+ "values": [
204
+ {
205
+ "name": "default"
206
+ },
207
+ {
208
+ "name": "turva"
209
+ }
210
+ ]
211
+ }
212
+ ],
213
+ "references": [
214
+ {
215
+ "name": "Source code",
216
+ "url": "./https:/lt-devtool.visualstudio.com/_git/Duet%20Design%20System?path=/packages/components/src/components/duet-breadcrumbs/duet-breadcrumbs.tsx"
217
+ }
218
+ ]
219
+ },
154
220
  {
155
221
  "name": "duet-button",
156
222
  "description": {
@@ -334,6 +400,12 @@
334
400
  {
335
401
  "name": "destructive"
336
402
  },
403
+ {
404
+ "name": "destructive-primary"
405
+ },
406
+ {
407
+ "name": "destructive-secondary"
408
+ },
337
409
  {
338
410
  "name": "negative"
339
411
  },
@@ -1252,7 +1324,7 @@
1252
1324
  "name": "duet-editable-table",
1253
1325
  "description": {
1254
1326
  "kind": "markdown",
1255
- "value": "---\ntitle: Editable Table\nname: duet-editable-table\nstatus: ready\nplatforms: Web only\ninternationalization: Supported\naccessibility: Keyboard, Screen Reader\nreleased: 3.4.0\nssr: Supported\nintro: Editable Table is a functional component for enhancing tabular\n data with editable possibilities. It is based upon duet-table but is intended to take a \n Javascript Map of Records and map them into grouped sections \ndescription: It’s important to understand that this component only give you the tools to \n represent a map in a visual way, and connect various \"actions\" to each line item. \n What the line item is and which actions you choose to run are your decisions, \n any action given results an event that contains information about what action was \n clicked/pressed and which line item it originated from.\n The rest of any logic will have to be provided by you.\nexample_height: 400px\nexamples:\n - name: Editable table\n code: This first example creates the actual URL and DOCS, hence it needs to be\n here.\n - name: Editable table with custom groups and mappings\n file: fixtures/duet-editable-table_table_with_custom_groups_and_mappings.html\n - name: Editable table with hidden groups\n file: fixtures/duet-editable-table_table_with_hidden_groups.html\ntags:\n - docs-components\n\n---\n\n<!-- usage -->"
1327
+ "value": "---\ntitle: Editable Table\nname: duet-editable-table\nstatus: ready\nplatforms: Web only\ninternationalization: Supported\naccessibility: Keyboard, Screen Reader\nreleased: 3.4.0\nssr: Supported\nintro: Editable Table is a functional component for enhancing tabular\n data with editable possibilities. It is based upon duet-table but is intended to take a \n Javascript Map of Records and map them into grouped sections \ndescription: It’s important to understand that this component only give you the tools to \n represent a map in a visual way, and connect various \"actions\" to each line item. \n What the line item is and which actions you choose to run are your decisions, \n any action given results an event that contains information about what action was \n clicked/pressed and which line item it originated from.\n The rest of any logic will have to be provided by you.\nexample_height: 400px\nexamples:\n - name: Editable table\n code: This first example creates the actual URL and DOCS, hence it needs to be\n here.\n - name: Editable table with custom groups and mappings\n file: fixtures/duet-editable-table_table_with_custom_groups_and_mappings.html\n - name: Editable table with hidden groups\n file: fixtures/duet-editable-table_table_with_hidden_groups.html \n - name: Editable table using template and columns\n file: fixtures/duet-editable-table_table_with_template.html\ntags:\n - docs-components\n\n---\n\n<!-- usage -->"
1256
1328
  },
1257
1329
  "attributes": [
1258
1330
  {
@@ -1299,7 +1371,7 @@
1299
1371
  "name": "duet-editable-table-button",
1300
1372
  "description": {
1301
1373
  "kind": "markdown",
1302
- "value": "---\ntitle: Editable Table\nname: duet-editable-table\nstatus: ready\nplatforms: Web only\ninternationalization: Supported\naccessibility: Keyboard, Screen Reader\nreleased: 3.4.0\nssr: Supported\nintro: Editable Table is a functional component for enhancing tabular\n data with editable possibilities. It is based upon duet-table but is intended to take a \n Javascript Map of Records and map them into grouped sections \ndescription: It’s important to understand that this component only give you the tools to \n represent a map in a visual way, and connect various \"actions\" to each line item. \n What the line item is and which actions you choose to run are your decisions, \n any action given results an event that contains information about what action was \n clicked/pressed and which line item it originated from.\n The rest of any logic will have to be provided by you.\nexample_height: 400px\nexamples:\n - name: Editable table\n code: This first example creates the actual URL and DOCS, hence it needs to be\n here.\n - name: Editable table with custom groups and mappings\n file: fixtures/duet-editable-table_table_with_custom_groups_and_mappings.html\n - name: Editable table with hidden groups\n file: fixtures/duet-editable-table_table_with_hidden_groups.html\ntags:\n - docs-components\n\n---\n\n<!-- usage -->"
1374
+ "value": "---\ntitle: Editable Table\nname: duet-editable-table\nstatus: ready\nplatforms: Web only\ninternationalization: Supported\naccessibility: Keyboard, Screen Reader\nreleased: 3.4.0\nssr: Supported\nintro: Editable Table is a functional component for enhancing tabular\n data with editable possibilities. It is based upon duet-table but is intended to take a \n Javascript Map of Records and map them into grouped sections \ndescription: It’s important to understand that this component only give you the tools to \n represent a map in a visual way, and connect various \"actions\" to each line item. \n What the line item is and which actions you choose to run are your decisions, \n any action given results an event that contains information about what action was \n clicked/pressed and which line item it originated from.\n The rest of any logic will have to be provided by you.\nexample_height: 400px\nexamples:\n - name: Editable table\n code: This first example creates the actual URL and DOCS, hence it needs to be\n here.\n - name: Editable table with custom groups and mappings\n file: fixtures/duet-editable-table_table_with_custom_groups_and_mappings.html\n - name: Editable table with hidden groups\n file: fixtures/duet-editable-table_table_with_hidden_groups.html \n - name: Editable table using template and columns\n file: fixtures/duet-editable-table_table_with_template.html\ntags:\n - docs-components\n\n---\n\n<!-- usage -->"
1303
1375
  },
1304
1376
  "attributes": [
1305
1377
  {
@@ -1326,7 +1398,7 @@
1326
1398
  "name": "duet-editable-table-item",
1327
1399
  "description": {
1328
1400
  "kind": "markdown",
1329
- "value": "---\ntitle: Editable Table\nname: duet-editable-table\nstatus: ready\nplatforms: Web only\ninternationalization: Supported\naccessibility: Keyboard, Screen Reader\nreleased: 3.4.0\nssr: Supported\nintro: Editable Table is a functional component for enhancing tabular\n data with editable possibilities. It is based upon duet-table but is intended to take a \n Javascript Map of Records and map them into grouped sections \ndescription: It’s important to understand that this component only give you the tools to \n represent a map in a visual way, and connect various \"actions\" to each line item. \n What the line item is and which actions you choose to run are your decisions, \n any action given results an event that contains information about what action was \n clicked/pressed and which line item it originated from.\n The rest of any logic will have to be provided by you.\nexample_height: 400px\nexamples:\n - name: Editable table\n code: This first example creates the actual URL and DOCS, hence it needs to be\n here.\n - name: Editable table with custom groups and mappings\n file: fixtures/duet-editable-table_table_with_custom_groups_and_mappings.html\n - name: Editable table with hidden groups\n file: fixtures/duet-editable-table_table_with_hidden_groups.html\ntags:\n - docs-components\n\n---\n\n<!-- usage -->"
1401
+ "value": "---\ntitle: Editable Table\nname: duet-editable-table\nstatus: ready\nplatforms: Web only\ninternationalization: Supported\naccessibility: Keyboard, Screen Reader\nreleased: 3.4.0\nssr: Supported\nintro: Editable Table is a functional component for enhancing tabular\n data with editable possibilities. It is based upon duet-table but is intended to take a \n Javascript Map of Records and map them into grouped sections \ndescription: It’s important to understand that this component only give you the tools to \n represent a map in a visual way, and connect various \"actions\" to each line item. \n What the line item is and which actions you choose to run are your decisions, \n any action given results an event that contains information about what action was \n clicked/pressed and which line item it originated from.\n The rest of any logic will have to be provided by you.\nexample_height: 400px\nexamples:\n - name: Editable table\n code: This first example creates the actual URL and DOCS, hence it needs to be\n here.\n - name: Editable table with custom groups and mappings\n file: fixtures/duet-editable-table_table_with_custom_groups_and_mappings.html\n - name: Editable table with hidden groups\n file: fixtures/duet-editable-table_table_with_hidden_groups.html \n - name: Editable table using template and columns\n file: fixtures/duet-editable-table_table_with_template.html\ntags:\n - docs-components\n\n---\n\n<!-- usage -->"
1330
1402
  },
1331
1403
  "attributes": [
1332
1404
  {
@@ -2796,6 +2868,10 @@
2796
2868
  "name": "active",
2797
2869
  "description": "Use this property when you need to have the modal dialog initially active."
2798
2870
  },
2871
+ {
2872
+ "name": "close-on-blur",
2873
+ "description": "Use this property when you want the modal to close when clicked outside of modal."
2874
+ },
2799
2875
  {
2800
2876
  "name": "color",
2801
2877
  "description": "Custom color to be used for the icon, as a design token entered in camelCase\nor kebab-case. Example: \"primary\"."
@@ -3673,6 +3749,37 @@
3673
3749
  }
3674
3750
  ]
3675
3751
  },
3752
+ {
3753
+ "name": "duet-scrollable",
3754
+ "description": {
3755
+ "kind": "markdown",
3756
+ "value": "---\ntitle: Scrollable\nname: duet-scrollable\nstatus: ready\nreleased: 2.6.8\naccessibility: Keyboard, Screen Reader\ninternationalization: Supported\nssr: Supported\ncategory: Navigation\nintro: Scrollable is used as a container for a series of elements that you want to scroll horizontally.\ndescription: The Scrollable component can take anything as long as they are a 1 dimensional series of buttons\nplatforms: Web only\nexamples:\n - name: Scrollable\n code: This first example creates the actual URL and DOCS, hence it needs to be here.\n - name: Scrollable as tab group\n file: fixtures/duet-scrollable_scrollable_group.html \n - name: Scrollable as tab group with aria-live\n file: fixtures/duet-scrollable_scrollable_group_alive.html\n - name: Scrollable list of images\n file: fixtures/duet-scrollable_scrollable_images.html \n - name: Scrollable list of images - dynamic arrow buttons\n file: fixtures/duet-scrollable_scrollable_dynamic_buttons.html\ntags:\n - docs-components\n\n---\n\n<!-- usage -->"
3757
+ },
3758
+ "attributes": [
3759
+ {
3760
+ "name": "selected",
3761
+ "description": "Selected element"
3762
+ },
3763
+ {
3764
+ "name": "theme",
3765
+ "description": "Theme of duet-tab-scrollable. When used this will override the color setting and\nuse \"primary\" or \"primary-turva\" as the color depending on which theme\nis chosen.",
3766
+ "values": [
3767
+ {
3768
+ "name": "default"
3769
+ },
3770
+ {
3771
+ "name": "turva"
3772
+ }
3773
+ ]
3774
+ }
3775
+ ],
3776
+ "references": [
3777
+ {
3778
+ "name": "Source code",
3779
+ "url": "./https:/lt-devtool.visualstudio.com/_git/Duet%20Design%20System?path=/packages/components/src/components/duet-scrollable/duet-scrollable.tsx"
3780
+ }
3781
+ ]
3782
+ },
3676
3783
  {
3677
3784
  "name": "duet-select",
3678
3785
  "description": {
@@ -4053,6 +4160,14 @@
4053
4160
  "value": "---\ntitle: Tab\nname: duet-tab\nstatus: ready\nreleased: 2.6.8\naccessibility: Keyboard, Screen Reader\ninternationalization: Supported\nssr: Supported\ncategory: Navigation\nintro: Tab is a component used inside the Tab Group to generate panels that can\n be navigated using tabs. For concrete usage examples, please see <a\n href=\"/components/tab-group/\">Tab Group component</a>.\nplatforms: Web only\nexamples:\n - name: tab\n code: This first example creates the actual URL and DOCS, hence it needs to be\n here.\ntags:\n - docs-components\n\n---\n\n<!-- usage -->"
4054
4161
  },
4055
4162
  "attributes": [
4163
+ {
4164
+ "name": "accessible-description",
4165
+ "description": "String for AccessibleLabel"
4166
+ },
4167
+ {
4168
+ "name": "accessible-description-defaults",
4169
+ "description": "Defaults for AccessibleLabel"
4170
+ },
4056
4171
  {
4057
4172
  "name": "label",
4058
4173
  "description": "Label for the tab."
@@ -4073,9 +4188,13 @@
4073
4188
  "name": "duet-tab-group",
4074
4189
  "description": {
4075
4190
  "kind": "markdown",
4076
- "value": "---\ntitle: Tab Group\nname: duet-tab-group\nstatus: ready\nreleased: 2.6.8\naccessibility: Keyboard, Screen Reader\ninternationalization: Supported\nssr: Supported\ncategory: Navigation\nintro: Tab Group is used as a graphical interface element that allows multiple\n panels to be contained within a single window, using tabs as a navigational\n element.\ndescription: When there are 4 or more navigation items in the Tab Group it’s\n automatically converted to a select menu on small viewports.\nplatforms: Web only\nexamples:\n - name: tab group\n code: This first example creates the actual URL and DOCS, hence it needs to be here.\n - name: Simple tab group\n file: fixtures/duet-tab-group_simple_tab_group.html\n - name: Tabs that switch between cards\n file: fixtures/duet-tab-group_tabs_that_switch_between_cards.html\n - name: Nested tab groups\n file: fixtures/duet-tab-group_nested_tab_groups.html\n - name: Tabs with a visible label on mobile\n file: fixtures/duet-tab-group_visible_label_on_mobile.html\n - name: Plain tab variation\n file: fixtures/duet-tab-group_plain_tab_variation.html\n - name: Plain tab variation with centered tabs\n file: fixtures/duet-tab-group_plain_tab_variation_with_centered_tabs.html\n - name: Plain tab variation with background color for tab content\n file: fixtures/duet-tab-group_plain_tab_variation_with_background_color_for_tab_content.html\ntags:\n - docs-components\n\n---\n\n<!-- usage -->"
4191
+ "value": "---\ntitle: Tab Group\nname: duet-tab-group\nstatus: ready\nreleased: 2.6.8\naccessibility: Keyboard, Screen Reader\ninternationalization: Supported\nssr: Supported\ncategory: Navigation\nintro: Tab Group is used as a graphical interface element that allows multiple\n panels to be contained within a single window, using tabs as a navigational\n element.\ndescription: When there are 4 or more navigation items in the Tab Group it’s\n automatically converted to a select menu on small viewports.\nplatforms: Web only\nexamples:\n - name: tab group\n code: This first example creates the actual URL and DOCS, hence it needs to be here.\n - name: Simple tab group\n file: fixtures/duet-tab-group_simple_tab_group.html\n - name: Tabs that switch between cards\n file: fixtures/duet-tab-group_tabs_that_switch_between_cards.html\n - name: Nested tab groups\n file: fixtures/duet-tab-group_nested_tab_groups.html\n - name: Tabs with a visible label on mobile\n file: fixtures/duet-tab-group_visible_label_on_mobile.html \n - name: Tabs with scrolling \n file: fixtures/duet-tab-group_scrolling_tabs.html\n - name: Plain tab variation\n file: fixtures/duet-tab-group_plain_tab_variation.html\n - name: Plain tab variation with centered tabs\n file: fixtures/duet-tab-group_plain_tab_variation_with_centered_tabs.html\n - name: Plain tab variation with background color for tab content\n file: fixtures/duet-tab-group_plain_tab_variation_with_background_color_for_tab_content.html\ntags:\n - docs-components\n\n---\n\n<!-- usage -->"
4077
4192
  },
4078
4193
  "attributes": [
4194
+ {
4195
+ "name": "collapses",
4196
+ "description": "Whether the tab-group collapses to a select dropwdown in minor breakpoints"
4197
+ },
4079
4198
  {
4080
4199
  "name": "label",
4081
4200
  "description": "Label for the select element which gets shown on mobile."
@@ -4127,6 +4246,10 @@
4127
4246
  }
4128
4247
  ]
4129
4248
  },
4249
+ {
4250
+ "name": "scrolls",
4251
+ "description": "Controls whether the tab-group should scroll (by inflection this will disable collapsing to select box on small screens),\nif this is a number instead of true it will be used as \"amount of items to scroll\""
4252
+ },
4130
4253
  {
4131
4254
  "name": "theme",
4132
4255
  "description": "Theme of the component.",
@@ -4674,7 +4797,7 @@
4674
4797
  "name": "duet-upload",
4675
4798
  "description": {
4676
4799
  "kind": "markdown",
4677
- "value": "---\ntitle: Upload\nname: duet-upload\nstatus: ready\nreleased: 4.30.0\nplatforms: Web only\ninternationalization: Supported\nssr: Supported\ncategory: Forms\naccessibility: Keyboard, Screen Reader\nintro: The upload component is used to allow users to upload one / several files to an upload server.\ndescription: This component can either be used in a nearly autonomous way by using its default \"internal\" operation mode, or it can keep state for you upload code via its \"external\" operation mode, the internal mode requires a server that can receive uploads via POST requests and DELETE requests on the same URL. Internal mode assumes that you want to upload files immediately when a user has selected one or more files and that your server is able to receive a Delete request to remove any files uploads again.\nexamples:\n - name: upload\n code: This first example creates the actual URL and DOCS, hence it needs to be\n here.\n - name: Upload component using external upload\n file: fixtures/duet-upload-external.html \n - name: Upload component using external upload and custom categories\n file: fixtures/duet-upload-external_custom_categories.html\n - name: Upload component using external upload hidden categories\n file: fixtures/duet-upload-external_hidden_labels.html \n - name: Upload component using external upload prefilled\n file: fixtures/duet-upload-external_prefilled_items.html \n - name: Upload component using external upload prefilled with mock links\n file: fixtures/duet-upload-external_prefilled_items_with_links.html\ntags:\n - docs-components\n\n---\n\n<!-- usage -->"
4800
+ "value": "---\ntitle: Upload\nname: duet-upload\nstatus: ready\nreleased: 4.30.0\nplatforms: Web only\ninternationalization: Supported\nssr: Supported\ncategory: Forms\naccessibility: Keyboard, Screen Reader\nintro: The upload component is used to allow users to upload one / several files to an upload server.\ndescription: This component can either be used in a nearly autonomous way by using its default \"internal\" operation mode, or it can keep state for you upload code via its \"external\" operation mode, the internal mode requires a server that can receive uploads via POST requests and DELETE requests on the same URL. Internal mode assumes that you want to upload files immediately when a user has selected one or more files and that your server is able to receive a Delete request to remove any files uploads again.\nexamples:\n - name: upload\n code: This first example creates the actual URL and DOCS, hence it needs to be\n here.\n - name: Upload component using external upload\n file: fixtures/duet-upload-external.html\n - name: Upload component using external upload and custom categories\n file: fixtures/duet-upload-external_custom_categories.html\n - name: Upload component using external upload hidden categories\n file: fixtures/duet-upload-external_hidden_labels.html\n - name: Upload component using external upload prefilled\n file: fixtures/duet-upload-external_prefilled_items.html\n - name: Upload component using external upload prefilled with mock links\n file: fixtures/duet-upload-external_prefilled_items_with_links.html\n - name: Demonstration of how to use methods\n file: fixtures/duet-upload-external_methods.html\ntags:\n - docs-components\n---\n\n<!-- usage -->"
4678
4801
  },
4679
4802
  "attributes": [
4680
4803
  {
@@ -19,7 +19,7 @@ export declare class DuetBadge implements ThemeableComponent {
19
19
  componentWillLoad(): void;
20
20
  /**
21
21
  * render() function
22
- * Always the last one in the class.
22
+ * Always the last one of the class.
23
23
  */
24
24
  render(): any;
25
25
  }
@@ -0,0 +1,31 @@
1
+ import { DuetIconName, DuetTheme } from "../../common-types";
2
+ import { ThemeableComponent } from "../../utils/themeable-component";
3
+ export declare class DuetBreadcrumb implements ThemeableComponent {
4
+ /**
5
+ * Theme
6
+ */
7
+ theme: DuetTheme;
8
+ /**
9
+ * Href
10
+ */
11
+ href: string;
12
+ /**
13
+ * Icon
14
+ */
15
+ icon: DuetIconName;
16
+ /**
17
+ * Adds accessible label for the link that is only shown for screen readers.
18
+ * Typically, this label text replaces the visible text on the link for users
19
+ * who use assistive technology.
20
+ */
21
+ accessibleLabel: string;
22
+ /**
23
+ * Component lifecycle events.
24
+ */
25
+ componentWillLoad(): void;
26
+ /**
27
+ * render() function
28
+ * Always the last one in the class.
29
+ */
30
+ render(): any;
31
+ }
@@ -0,0 +1,23 @@
1
+ import { DuetTheme } from "../../common-types";
2
+ import { ThemeableComponent } from "../../utils/themeable-component";
3
+ export declare class DuetBreadcrumbs implements ThemeableComponent {
4
+ private observers;
5
+ private breadcrumbsAriaLabel;
6
+ children: Element[];
7
+ element: HTMLDivElement;
8
+ /**
9
+ * Theme
10
+ */
11
+ theme: DuetTheme;
12
+ /**
13
+ * Component lifecycle events.
14
+ */
15
+ componentWillLoad(): void;
16
+ connectedCallback(): void;
17
+ disconnectedCallback(): void;
18
+ /**
19
+ * render() function
20
+ * Always the last one in the class.
21
+ */
22
+ render(): any;
23
+ }
@@ -3,7 +3,7 @@ import { DuetColor, DuetIconName, DuetMargin, DuetPadding, DuetTheme } from "../
3
3
  import { FormComponent } from "../../utils/form-components";
4
4
  import { DuetLangObject } from "../../utils/language-utils";
5
5
  import { ThemeableComponent } from "../../utils/themeable-component";
6
- export declare type DuetButtonVariation = "default" | "primary" | "secondary" | "negative" | "destructive" | "plain";
6
+ export declare type DuetButtonVariation = "default" | "primary" | "secondary" | "negative" | "destructive" | "destructive-primary" | "destructive-secondary" | "plain";
7
7
  export declare type DuetButtonNegative = true | false | undefined;
8
8
  export declare type DuetButtonWrapping = "auto" | "none";
9
9
  export declare type DuetButtonIconSize = "small" | "medium-small" | "medium" | "large";
@@ -58,6 +58,7 @@ export declare class DuetButton implements ThemeableComponent, FormComponent {
58
58
  /**
59
59
  * Style variation of the button.
60
60
  * @negative - value is deprecated and should be used in combination with negative prop in the future
61
+ * @destructive - value is deprecated and should be replace with destructive-secondary
61
62
  */
62
63
  variation: DuetButtonVariation;
63
64
  /**
@@ -88,6 +88,10 @@ export declare class DuetModal implements ThemeableComponent {
88
88
  */
89
89
  active: boolean;
90
90
  activeChanged(): void;
91
+ /**
92
+ * Use this property when you want the modal to close when clicked outside of modal.
93
+ */
94
+ closeOnBlur: boolean;
91
95
  /**
92
96
  * Emitted when the modal is opened.
93
97
  */
@@ -97,7 +101,7 @@ export declare class DuetModal implements ThemeableComponent {
97
101
  */
98
102
  duetClose: EventEmitter;
99
103
  /**
100
- * Emitted when the close button or esc is hit, but before the modal is closed. To prevent the modal from actually closing, use ev.detail.originalEvent.preventDefault().
104
+ * Emitted before the modal is closed. To prevent the modal from actually closing, use ev.detail.originalEvent.preventDefault().
101
105
  */
102
106
  duetBeforeClose: EventEmitter<DuetModalCloseEvent>;
103
107
  /**
@@ -0,0 +1,47 @@
1
+ import { DuetTheme } from "../../common-types";
2
+ import { ThemeableComponent } from "../../utils/themeable-component";
3
+ export declare class DuetScrollable implements ThemeableComponent {
4
+ /**
5
+ * Private variables and constants index
6
+ */
7
+ private currentIndex;
8
+ private tabListElement;
9
+ private tabListClass;
10
+ tablistAtStart: boolean;
11
+ isTabContentSmallerThanWrapper: boolean;
12
+ tablistAtEnd: boolean;
13
+ childrenData: any;
14
+ host: HTMLElement;
15
+ private resizeObserver;
16
+ /**
17
+ * Theme of duet-tab-scrollable. When used this will override the color setting and
18
+ * use "primary" or "primary-turva" as the color depending on which theme
19
+ * is chosen.
20
+ */
21
+ theme: DuetTheme;
22
+ /**
23
+ * Selected element
24
+ */
25
+ selected: number;
26
+ watchPropHandler(newValue: number): void;
27
+ /**
28
+ * Component lifecycle events.
29
+ */
30
+ componentWillLoad(): void;
31
+ componentDidLoad(): void;
32
+ disconnectedCallback(): void;
33
+ /**
34
+ * Private methods.
35
+ */
36
+ private getLastVisibleElement;
37
+ private getFirstVisibleElement;
38
+ private updateScrollButtons;
39
+ private scrollToTab;
40
+ private scrollLeft;
41
+ private scrollRight;
42
+ /**
43
+ * render() function
44
+ * Always the last one in the class.
45
+ */
46
+ render(): any;
47
+ }
@@ -1,4 +1,5 @@
1
1
  import { ComponentInterface } from "../../stencil-public-runtime";
2
+ import { DuetLangObject } from "../../utils/language-utils";
2
3
  export declare class DuetTab implements ComponentInterface {
3
4
  /**
4
5
  * Label for the tab.
@@ -8,6 +9,16 @@ export declare class DuetTab implements ComponentInterface {
8
9
  * Selected state of the tab.
9
10
  */
10
11
  selected: boolean;
12
+ /**
13
+ * Defaults for AccessibleLabel
14
+ * @default null
15
+ */
16
+ accessibleDescriptionDefault: DuetLangObject | string;
17
+ /**
18
+ * String for AccessibleLabel
19
+ * @default null
20
+ */
21
+ accessibleDescription: string;
11
22
  /**
12
23
  * render() function
13
24
  * Always the last one in the class.
@@ -27,6 +27,15 @@ export declare class DuetTabGroup implements ThemeableComponent {
27
27
  * Theme of the component.
28
28
  */
29
29
  theme: DuetTheme;
30
+ /**
31
+ * Controls whether the tab-group should scroll (by inflection this will disable collapsing to select box on small screens),
32
+ * if this is a number instead of true it will be used as "amount of items to scroll"
33
+ */
34
+ scrolls: boolean;
35
+ /**
36
+ * Whether the tab-group collapses to a select dropwdown in minor breakpoints
37
+ */
38
+ collapses: boolean;
30
39
  /**
31
40
  * Style variation of the tab group.
32
41
  */
@@ -93,8 +102,10 @@ export declare class DuetTabGroup implements ThemeableComponent {
93
102
  /**
94
103
  * Local methods.
95
104
  */
105
+ private getTabs;
96
106
  private getButtonId;
97
107
  private getTabId;
108
+ private getAccessibleDescription;
98
109
  private updateTabs;
99
110
  private renderTab;
100
111
  /**
@@ -389,6 +389,12 @@ export declare class DuetUpload implements ThemeableComponent, FormComponent {
389
389
  * Method for invoking the upload sequence
390
390
  */
391
391
  upload(metaData?: any | undefined): Promise<void>;
392
+ /**
393
+ * Method for forcing a render of the upload list, element.files can be changed externally
394
+ * But it will only rerender on a new Map or a top Level change - this can be used to update
395
+ * the tabular data if the automatic re-render is no sufficient
396
+ */
397
+ refresh(): Promise<void>;
392
398
  /**
393
399
  * Get list of files, divided in errors and valid sections
394
400
  */