@duetds/components 4.33.2 → 4.34.3

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 (295) hide show
  1. package/hydrate/index.js +427 -90
  2. package/lib/cjs/{dom-c850c8d7.js → dom-52a4f07a.js} +1 -1
  3. package/lib/cjs/duet-alert.cjs.entry.js +1 -1
  4. package/lib/cjs/duet-badge.cjs.entry.js +1 -1
  5. package/lib/cjs/duet-button_2.cjs.entry.js +4 -3
  6. package/lib/cjs/duet-caption_4.cjs.entry.js +3 -3
  7. package/lib/cjs/duet-card.cjs.entry.js +2 -2
  8. package/lib/cjs/duet-checkbox.cjs.entry.js +1 -1
  9. package/lib/cjs/duet-choice_2.cjs.entry.js +2 -2
  10. package/lib/cjs/duet-collapsible.cjs.entry.js +2 -2
  11. package/lib/cjs/duet-cookie-consent.cjs.entry.js +1 -1
  12. package/lib/cjs/duet-date-picker.cjs.entry.js +2 -2
  13. package/lib/cjs/duet-divider_2.cjs.entry.js +1 -1
  14. package/lib/cjs/duet-editable-table-button.cjs.entry.js +14 -7
  15. package/lib/cjs/duet-editable-table_4.cjs.entry.js +95 -11
  16. package/lib/cjs/duet-empty-state.cjs.entry.js +1 -1
  17. package/lib/cjs/duet-fieldset.cjs.entry.js +1 -1
  18. package/lib/cjs/duet-footer.cjs.entry.js +2 -2
  19. package/lib/cjs/duet-grid_2.cjs.entry.js +9 -3
  20. package/lib/cjs/duet-header_2.cjs.entry.js +220 -47
  21. package/lib/cjs/duet-hero.cjs.entry.js +1 -1
  22. package/lib/cjs/duet-icon.cjs.entry.js +7 -5
  23. package/lib/cjs/duet-input_2.cjs.entry.js +3 -4
  24. package/lib/cjs/duet-layout.cjs.entry.js +1 -1
  25. package/lib/cjs/duet-list_2.cjs.entry.js +2 -2
  26. package/lib/cjs/duet-modal.cjs.entry.js +2 -2
  27. package/lib/cjs/duet-notification_2.cjs.entry.js +2 -2
  28. package/lib/cjs/duet-number-input.cjs.entry.js +1 -1
  29. package/lib/cjs/duet-progress.cjs.entry.js +1 -1
  30. package/lib/cjs/duet-radio_2.cjs.entry.js +1 -1
  31. package/lib/cjs/duet-range-slider.cjs.entry.js +1 -1
  32. package/lib/cjs/duet-select.cjs.entry.js +1 -1
  33. package/lib/cjs/duet-step_2.cjs.entry.js +1 -1
  34. package/lib/cjs/duet-tab_2.cjs.entry.js +1 -1
  35. package/lib/cjs/duet-textarea.cjs.entry.js +1 -1
  36. package/lib/cjs/duet-toggle.cjs.entry.js +1 -1
  37. package/lib/cjs/duet-tooltip.cjs.entry.js +1 -1
  38. package/lib/cjs/duet-tray.cjs.entry.js +1 -1
  39. package/lib/cjs/duet-upload-aria-status.cjs.entry.js +1 -1
  40. package/lib/cjs/duet-visually-hidden.cjs.entry.js +1 -1
  41. package/lib/cjs/duet.cjs.js +4 -4
  42. package/lib/cjs/{focus-utils-27c696bb.js → focus-utils-3d73245e.js} +1 -1
  43. package/lib/cjs/form-search-d61b2843.js +8 -0
  44. package/lib/cjs/{index-18b0f43a.js → index-b8c8ebe4.js} +2 -2
  45. package/lib/cjs/loader.cjs.js +3 -3
  46. package/lib/cjs/{shadow-css-e3edeed1.js → shadow-css-e1b62a99.js} +1 -1
  47. package/lib/cjs/token-utils-05bd23b4.js +77 -0
  48. package/lib/collection/collection-manifest.json +2 -2
  49. package/lib/collection/components/duet-button/duet-button.css +21 -4
  50. package/lib/collection/components/duet-button/duet-button.js +5 -1
  51. package/lib/collection/components/duet-collapsible/duet-collapsible.js +4 -1
  52. package/lib/collection/components/duet-editable-table/duet-editable-table-button.js +13 -6
  53. package/lib/collection/components/duet-editable-table/duet-editable-table-item.js +25 -3
  54. package/lib/collection/components/duet-editable-table/duet-editable-table-tabledata.js +3 -3
  55. package/lib/collection/components/duet-editable-table/duet-editable-table.js +58 -2
  56. package/lib/collection/components/duet-footer/duet-footer.css +2 -0
  57. package/lib/collection/components/duet-grid/duet-grid.js +8 -2
  58. package/lib/collection/components/duet-header/duet-header-dropdown.js +27 -0
  59. package/lib/collection/components/duet-header/duet-header-hamburger.js +9 -0
  60. package/lib/collection/components/duet-header/duet-header-icon.js +9 -0
  61. package/lib/collection/components/duet-header/duet-header.css +272 -39
  62. package/lib/collection/components/duet-header/duet-header.js +316 -122
  63. package/lib/collection/components/duet-icon/duet-icon.js +5 -3
  64. package/lib/collection/components/duet-link/duet-link.js +4 -1
  65. package/lib/collection/components/duet-list-item/duet-list-item.css +1 -1
  66. package/lib/collection/components/duet-notification-drawer/duet-notification-drawer.css +4 -3
  67. package/lib/collection/components/duet-table/duet-table.css +42 -17
  68. package/lib/collection/components/duet-table/duet-table.js +2 -2
  69. package/lib/collection/components/duet-upload/duet-upload.js +51 -4
  70. package/lib/collection/utils/template-utils.js +33 -0
  71. package/lib/collection/utils/token-utils.js +67 -14
  72. package/lib/custom-elements-bundle/index.js +411 -93
  73. package/lib/duet/duet.esm.js +1 -1
  74. package/lib/duet/duet.js +1 -1
  75. package/lib/duet/{p-637df820.entry.js → p-01927eb0.entry.js} +1 -1
  76. package/lib/duet/{p-ba6214be.entry.js → p-032607e4.entry.js} +1 -1
  77. package/lib/duet/{p-68635a1c.entry.js → p-04597b37.entry.js} +1 -1
  78. package/lib/duet/{p-5b9621e2.entry.js → p-061d59b3.entry.js} +1 -1
  79. package/lib/duet/{p-33538e90.system.entry.js → p-08a34bd4.system.entry.js} +1 -1
  80. package/lib/duet/{p-be349a3d.system.entry.js → p-0b64cf3d.system.entry.js} +1 -1
  81. package/lib/duet/{p-50b796eb.entry.js → p-117e0339.entry.js} +1 -1
  82. package/lib/duet/{p-9125ed25.entry.js → p-11f389cd.entry.js} +1 -1
  83. package/lib/duet/{p-2d8e0faa.system.entry.js → p-129bc252.system.entry.js} +1 -1
  84. package/lib/duet/{p-b1ad7a52.system.entry.js → p-13058dc6.system.entry.js} +1 -1
  85. package/lib/duet/p-16de4b21.entry.js +4 -0
  86. package/lib/duet/{p-35a3794e.js → p-183726f7.js} +0 -0
  87. package/lib/duet/{p-d0fb19f7.system.entry.js → p-1e3ec7dc.system.entry.js} +1 -1
  88. package/lib/duet/{p-dd9b8fcb.system.entry.js → p-25aa7ac3.system.entry.js} +1 -1
  89. package/lib/duet/{p-0435b54a.system.entry.js → p-279aa668.system.entry.js} +1 -1
  90. package/lib/duet/p-2ce50cc6.system.entry.js +4 -0
  91. package/lib/duet/{p-5727cd82.system.entry.js → p-3211cb0d.system.entry.js} +1 -1
  92. package/lib/duet/{p-7f8cce41.system.entry.js → p-349c6990.system.entry.js} +1 -1
  93. package/lib/duet/{p-3a7e519e.entry.js → p-3839858e.entry.js} +1 -1
  94. package/lib/duet/{p-cd21755b.entry.js → p-3c173e89.entry.js} +1 -1
  95. package/lib/duet/p-3dc1e5c7.entry.js +4 -0
  96. package/lib/duet/{p-350cea4e.system.entry.js → p-414a29ba.system.entry.js} +2 -2
  97. package/lib/duet/p-4bb35e6f.entry.js +4 -0
  98. package/lib/duet/{p-042ec8b1.entry.js → p-4eca4ef3.entry.js} +1 -1
  99. package/lib/duet/p-50b4fb2c.js +4 -0
  100. package/lib/duet/{p-60ef3d05.entry.js → p-5152f1e4.entry.js} +1 -1
  101. package/lib/duet/{p-987edcd0.js → p-52621211.js} +0 -0
  102. package/lib/duet/p-53fb919f.entry.js +4 -0
  103. package/lib/duet/{p-15fae689.entry.js → p-59d4e6b8.entry.js} +1 -1
  104. package/lib/duet/p-5a6e464a.system.entry.js +4 -0
  105. package/lib/duet/{p-4e17a6cb.system.entry.js → p-5d2ec61d.system.entry.js} +1 -1
  106. package/lib/duet/{p-3cad13af.system.entry.js → p-5e6e0547.system.entry.js} +1 -1
  107. package/lib/duet/{p-04b3e682.entry.js → p-61a0e3f7.entry.js} +1 -1
  108. package/lib/duet/{p-c506017d.entry.js → p-62b3e73e.entry.js} +1 -1
  109. package/lib/duet/{p-8c2f14d8.system.entry.js → p-64f8c8e0.system.entry.js} +1 -1
  110. package/lib/duet/{p-cff461b6.entry.js → p-6aaf4be0.entry.js} +1 -1
  111. package/lib/duet/{p-c18a599e.system.js → p-6e4fd6ba.system.js} +0 -0
  112. package/lib/duet/{p-f37ffb6f.system.entry.js → p-6f288b44.system.entry.js} +1 -1
  113. package/lib/duet/{p-7ab0bad8.entry.js → p-6f35218d.entry.js} +1 -1
  114. package/lib/duet/{p-408e8cdb.system.js → p-715eb86e.system.js} +1 -1
  115. package/lib/duet/{p-0ac2e60d.system.entry.js → p-7232506d.system.entry.js} +1 -1
  116. package/lib/duet/{p-9a09ac2b.system.entry.js → p-7241b006.system.entry.js} +1 -1
  117. package/lib/duet/{p-c74cecf2.system.entry.js → p-75c48ba1.system.entry.js} +1 -1
  118. package/lib/duet/{p-9584411c.entry.js → p-77434f16.entry.js} +1 -1
  119. package/lib/duet/{p-66fdebc5.js → p-79cc24ee.js} +1 -1
  120. package/lib/duet/{p-61fc3872.system.js → p-7b4d646d.system.js} +1 -1
  121. package/lib/duet/{p-d4e706ac.system.entry.js → p-7cdfbafd.system.entry.js} +1 -1
  122. package/lib/duet/{p-f8744611.entry.js → p-7dadfd66.entry.js} +1 -1
  123. package/lib/duet/{p-de43620d.system.entry.js → p-8402709a.system.entry.js} +1 -1
  124. package/lib/duet/{p-659d6cb7.entry.js → p-8e70de92.entry.js} +1 -1
  125. package/lib/duet/p-8f477bd6.system.js +4 -0
  126. package/lib/duet/p-8fda2b95.entry.js +4 -0
  127. package/lib/duet/{p-1cf8dbc7.system.js → p-942856d9.system.js} +1 -1
  128. package/lib/duet/p-9d8421d4.entry.js +4 -0
  129. package/lib/duet/{p-c3c95a34.system.entry.js → p-a01664b5.system.entry.js} +1 -1
  130. package/lib/duet/p-a16a58c1.system.js +4 -0
  131. package/lib/duet/{p-7ceaf4ef.system.entry.js → p-a2373348.system.entry.js} +2 -2
  132. package/lib/duet/{p-1ecddc1d.entry.js → p-a35f849e.entry.js} +1 -1
  133. package/lib/duet/{p-582f3a2c.entry.js → p-a43ed343.entry.js} +1 -1
  134. package/lib/duet/{p-3bcf2054.system.entry.js → p-a76ae6e9.system.entry.js} +1 -1
  135. package/lib/duet/p-accaacf9.entry.js +4 -0
  136. package/lib/duet/{p-1c7d7cdd.system.entry.js → p-aefca63e.system.entry.js} +1 -1
  137. package/lib/duet/{p-720a36f2.entry.js → p-b2e9e246.entry.js} +1 -1
  138. package/lib/duet/p-bf246e5d.system.entry.js +4 -0
  139. package/lib/duet/{p-65451003.entry.js → p-c414a7d0.entry.js} +1 -1
  140. package/lib/duet/{p-2b4bd1b2.system.entry.js → p-c75bf5dd.system.entry.js} +1 -1
  141. package/lib/duet/{p-3364cfd2.entry.js → p-c90c17c7.entry.js} +1 -1
  142. package/lib/duet/p-c95b0a0e.system.entry.js +4 -0
  143. package/lib/duet/{p-b5dc29b8.system.entry.js → p-cb7921b9.system.entry.js} +1 -1
  144. package/lib/duet/{p-c0f3f60f.system.entry.js → p-cd795dee.system.entry.js} +1 -1
  145. package/lib/duet/p-d004da5f.js +4 -0
  146. package/lib/duet/p-d30c3f2c.system.entry.js +4 -0
  147. package/lib/duet/{p-d1dfa30e.entry.js → p-d855249b.entry.js} +1 -1
  148. package/lib/duet/{p-8c730326.entry.js → p-d8ac3d77.entry.js} +1 -1
  149. package/lib/duet/p-d992e2b5.entry.js +4 -0
  150. package/lib/duet/{p-6402041d.system.entry.js → p-daeb205a.system.entry.js} +1 -1
  151. package/lib/duet/{p-c9a11360.entry.js → p-db33afbe.entry.js} +1 -1
  152. package/lib/duet/{p-5f79eff8.system.entry.js → p-dd1bc83c.system.entry.js} +1 -1
  153. package/lib/duet/{p-a2b2fa13.system.entry.js → p-de658899.system.entry.js} +1 -1
  154. package/lib/duet/{p-d5e2bb48.system.entry.js → p-e1a40bab.system.entry.js} +1 -1
  155. package/lib/duet/{p-0d22396e.system.js → p-e5c1751e.system.js} +0 -0
  156. package/lib/duet/{p-4a14da52.entry.js → p-e9b95f7c.entry.js} +1 -1
  157. package/lib/duet/{p-1dcbd837.system.entry.js → p-ed57e786.system.entry.js} +1 -1
  158. package/lib/duet/{p-75e5d4d1.system.entry.js → p-f137fdb6.system.entry.js} +1 -1
  159. package/lib/duet/{p-fd00b025.entry.js → p-f96efcb6.entry.js} +1 -1
  160. package/lib/duet/{p-39e9d638.entry.js → p-fae44e29.entry.js} +1 -1
  161. package/lib/duet/{p-ebc4e334.js → p-fceb0df8.js} +1 -1
  162. package/lib/duet/p-fdc358b8.entry.js +4 -0
  163. package/lib/duet/{p-933c2774.system.entry.js → p-fefe12f8.system.entry.js} +1 -1
  164. package/lib/esm/{dom-58cd15f6.js → dom-5d060ace.js} +1 -1
  165. package/lib/esm/duet-alert.entry.js +1 -1
  166. package/lib/esm/duet-badge.entry.js +1 -1
  167. package/lib/esm/duet-button_2.entry.js +4 -3
  168. package/lib/esm/duet-caption_4.entry.js +3 -3
  169. package/lib/esm/duet-card.entry.js +2 -2
  170. package/lib/esm/duet-checkbox.entry.js +1 -1
  171. package/lib/esm/duet-choice_2.entry.js +2 -2
  172. package/lib/esm/duet-collapsible.entry.js +2 -2
  173. package/lib/esm/duet-cookie-consent.entry.js +1 -1
  174. package/lib/esm/duet-date-picker.entry.js +2 -2
  175. package/lib/esm/duet-divider_2.entry.js +1 -1
  176. package/lib/esm/duet-editable-table-button.entry.js +14 -7
  177. package/lib/esm/duet-editable-table_4.entry.js +95 -11
  178. package/lib/esm/duet-empty-state.entry.js +1 -1
  179. package/lib/esm/duet-fieldset.entry.js +1 -1
  180. package/lib/esm/duet-footer.entry.js +2 -2
  181. package/lib/esm/duet-grid_2.entry.js +9 -3
  182. package/lib/esm/duet-header_2.entry.js +220 -47
  183. package/lib/esm/duet-hero.entry.js +1 -1
  184. package/lib/esm/duet-icon.entry.js +7 -5
  185. package/lib/esm/duet-input_2.entry.js +2 -3
  186. package/lib/esm/duet-layout.entry.js +1 -1
  187. package/lib/esm/duet-list_2.entry.js +2 -2
  188. package/lib/esm/duet-modal.entry.js +2 -2
  189. package/lib/esm/duet-notification_2.entry.js +2 -2
  190. package/lib/esm/duet-number-input.entry.js +1 -1
  191. package/lib/esm/duet-progress.entry.js +1 -1
  192. package/lib/esm/duet-radio_2.entry.js +1 -1
  193. package/lib/esm/duet-range-slider.entry.js +1 -1
  194. package/lib/esm/duet-select.entry.js +1 -1
  195. package/lib/esm/duet-step_2.entry.js +1 -1
  196. package/lib/esm/duet-tab_2.entry.js +1 -1
  197. package/lib/esm/duet-textarea.entry.js +1 -1
  198. package/lib/esm/duet-toggle.entry.js +1 -1
  199. package/lib/esm/duet-tooltip.entry.js +1 -1
  200. package/lib/esm/duet-tray.entry.js +1 -1
  201. package/lib/esm/duet-upload-aria-status.entry.js +1 -1
  202. package/lib/esm/duet-visually-hidden.entry.js +1 -1
  203. package/lib/esm/duet.js +4 -4
  204. package/lib/esm/{focus-utils-c1fa24c4.js → focus-utils-6989cada.js} +1 -1
  205. package/lib/esm/form-search-ea8e19ae.js +6 -0
  206. package/lib/esm/{index-05e43a37.js → index-ddb14345.js} +2 -2
  207. package/lib/esm/loader.js +3 -3
  208. package/lib/esm/{shadow-css-7c726abb.js → shadow-css-13d024f4.js} +1 -1
  209. package/lib/esm/token-utils-75f78ca4.js +75 -0
  210. package/lib/esm-es5/{dom-58cd15f6.js → dom-5d060ace.js} +0 -0
  211. package/lib/esm-es5/duet-alert.entry.js +1 -1
  212. package/lib/esm-es5/duet-badge.entry.js +1 -1
  213. package/lib/esm-es5/duet-button_2.entry.js +1 -1
  214. package/lib/esm-es5/duet-caption_4.entry.js +1 -1
  215. package/lib/esm-es5/duet-card.entry.js +1 -1
  216. package/lib/esm-es5/duet-checkbox.entry.js +1 -1
  217. package/lib/esm-es5/duet-choice_2.entry.js +1 -1
  218. package/lib/esm-es5/duet-collapsible.entry.js +2 -2
  219. package/lib/esm-es5/duet-cookie-consent.entry.js +1 -1
  220. package/lib/esm-es5/duet-date-picker.entry.js +1 -1
  221. package/lib/esm-es5/duet-divider_2.entry.js +1 -1
  222. package/lib/esm-es5/duet-editable-table-button.entry.js +1 -1
  223. package/lib/esm-es5/duet-editable-table_4.entry.js +2 -2
  224. package/lib/esm-es5/duet-empty-state.entry.js +1 -1
  225. package/lib/esm-es5/duet-fieldset.entry.js +1 -1
  226. package/lib/esm-es5/duet-footer.entry.js +1 -1
  227. package/lib/esm-es5/duet-grid_2.entry.js +1 -1
  228. package/lib/esm-es5/duet-header_2.entry.js +2 -2
  229. package/lib/esm-es5/duet-hero.entry.js +1 -1
  230. package/lib/esm-es5/duet-icon.entry.js +1 -1
  231. package/lib/esm-es5/duet-input_2.entry.js +1 -1
  232. package/lib/esm-es5/duet-layout.entry.js +1 -1
  233. package/lib/esm-es5/duet-list_2.entry.js +1 -1
  234. package/lib/esm-es5/duet-modal.entry.js +1 -1
  235. package/lib/esm-es5/duet-notification_2.entry.js +1 -1
  236. package/lib/esm-es5/duet-number-input.entry.js +1 -1
  237. package/lib/esm-es5/duet-progress.entry.js +1 -1
  238. package/lib/esm-es5/duet-radio_2.entry.js +1 -1
  239. package/lib/esm-es5/duet-range-slider.entry.js +1 -1
  240. package/lib/esm-es5/duet-select.entry.js +1 -1
  241. package/lib/esm-es5/duet-step_2.entry.js +1 -1
  242. package/lib/esm-es5/duet-tab_2.entry.js +1 -1
  243. package/lib/esm-es5/duet-textarea.entry.js +1 -1
  244. package/lib/esm-es5/duet-toggle.entry.js +1 -1
  245. package/lib/esm-es5/duet-tooltip.entry.js +1 -1
  246. package/lib/esm-es5/duet-tray.entry.js +1 -1
  247. package/lib/esm-es5/duet-upload-aria-status.entry.js +1 -1
  248. package/lib/esm-es5/duet-visually-hidden.entry.js +1 -1
  249. package/lib/esm-es5/duet.js +1 -1
  250. package/lib/esm-es5/focus-utils-6989cada.js +4 -0
  251. package/lib/esm-es5/form-search-ea8e19ae.js +4 -0
  252. package/lib/esm-es5/{index-05e43a37.js → index-ddb14345.js} +1 -1
  253. package/lib/esm-es5/loader.js +1 -1
  254. package/lib/esm-es5/{shadow-css-7c726abb.js → shadow-css-13d024f4.js} +0 -0
  255. package/lib/esm-es5/token-utils-75f78ca4.js +4 -0
  256. package/lib/html.html-data.json +36 -11
  257. package/lib/types/common-types.d.ts +0 -1
  258. package/lib/types/components/duet-button/duet-button.d.ts +2 -1
  259. package/lib/types/components/duet-collapsible/duet-collapsible.d.ts +3 -0
  260. package/lib/types/components/duet-editable-table/duet-editable-table-button.d.ts +1 -0
  261. package/lib/types/components/duet-editable-table/duet-editable-table-item.d.ts +5 -1
  262. package/lib/types/components/duet-editable-table/duet-editable-table-tabledata.d.ts +1 -0
  263. package/lib/types/components/duet-editable-table/duet-editable-table.d.ts +10 -0
  264. package/lib/types/components/duet-header/duet-header-dropdown.d.ts +16 -0
  265. package/lib/types/components/duet-header/duet-header-hamburger.d.ts +2 -0
  266. package/lib/types/components/duet-header/duet-header-icon.d.ts +8 -0
  267. package/lib/types/components/duet-header/duet-header.d.ts +41 -4
  268. package/lib/types/components/duet-link/duet-link.d.ts +3 -0
  269. package/lib/types/components/duet-table/duet-table.d.ts +1 -1
  270. package/lib/types/components/duet-upload/duet-upload.d.ts +10 -0
  271. package/lib/types/components.d.ts +52 -10
  272. package/lib/types/stencil-public-runtime.d.ts +6 -4
  273. package/lib/types/utils/template-utils.d.ts +13 -0
  274. package/lib/types/utils/token-utils.d.ts +8 -2
  275. package/package.json +13 -13
  276. package/lib/cjs/token-utils-63a9c8dc.js +0 -30
  277. package/lib/duet/p-1082d9f2.system.entry.js +0 -4
  278. package/lib/duet/p-12fc4849.system.entry.js +0 -4
  279. package/lib/duet/p-1ad58142.entry.js +0 -4
  280. package/lib/duet/p-3c1971d8.js +0 -4
  281. package/lib/duet/p-60e721aa.system.entry.js +0 -4
  282. package/lib/duet/p-64c0aa2a.entry.js +0 -4
  283. package/lib/duet/p-6708db8a.entry.js +0 -4
  284. package/lib/duet/p-6e363557.system.js +0 -4
  285. package/lib/duet/p-72629304.entry.js +0 -4
  286. package/lib/duet/p-75a104e3.entry.js +0 -4
  287. package/lib/duet/p-7fed7f57.entry.js +0 -4
  288. package/lib/duet/p-9930e52e.entry.js +0 -4
  289. package/lib/duet/p-a09ddd8f.entry.js +0 -4
  290. package/lib/duet/p-cd597d62.system.entry.js +0 -4
  291. package/lib/duet/p-dd79932a.entry.js +0 -4
  292. package/lib/duet/p-e038da47.system.entry.js +0 -4
  293. package/lib/esm/token-utils-590d9413.js +0 -28
  294. package/lib/esm-es5/focus-utils-c1fa24c4.js +0 -4
  295. package/lib/esm-es5/token-utils-590d9413.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-05e43a37.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],"back":[8],"contact":[1],"contactItems":[8,"contact-items"],"languageItems":[8,"language-items"],"isContactOpen":[32],"isLanguageOpen":[32],"isSlideOutOpen":[32],"processedItems":[32],"processedLanguageItems":[32],"processedContactItems":[32],"processedSession":[32],"processedUser":[32],"processedBack":[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],"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],"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"],"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-ddb14345.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],"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};
@@ -0,0 +1,4 @@
1
+ /*!
2
+ * Built with Duet Design System
3
+ */
4
+ import{t as tokens}from"./tokens.module-49cbf963.js";var allowedThemes=["turva"];function isDashCase(e){var o=e.includes("-");var r=e.includes(" ")||e.includes("_");var i=e.charAt(0)==="-";return o&&!r&&!i}function capitalize(e){if(e===void 0){e=""}return""+e.charAt(0).toUpperCase()+e.slice(1)}function lowerCaseFirst(e){if(e===void 0){e=""}return""+e.charAt(0).toLowerCase()+e.slice(1)}function camelize(e){if(e===void 0){e=""}var o=e.split("-");o.forEach((function(e,r){o[r]=capitalize(e)}));return o.join("")}function getTheme(e){if(e===void 0){e=""}if(allowedThemes.includes(e.toLowerCase())){return e.toLowerCase()}return""}function hasColor(e){if(e===void 0){e=""}return e.indexOf("Color")===0||e.indexOf("color")===0}function addColor(e){if(e===void 0){e=""}if(e&&!isDashCase(e)&&!hasColor(e)){return"color"+capitalize(e)}return e}function addTheme(e,o){var r=getTheme(o).length;if(r&&e.indexOf(o)===-1){return""+e+capitalize(o)}return e}function getColorByName(e,o){if(o===void 0){o=""}if(!e){return undefined}var r=convertToColorName(e);var i=convertToColorName(e,o);var t=tokens[i];if(!t){t=tokens[r]}return t}function convertToColorName(e,o){if(e===void 0){e=""}if(o===void 0){o=""}var r=e;var i=isDashCase(e);if(i){r=camelize(r)}r=addColor(r);r=addTheme(r,o);r=lowerCaseFirst(r);return r}export{getColorByName as g};
@@ -334,6 +334,12 @@
334
334
  {
335
335
  "name": "destructive"
336
336
  },
337
+ {
338
+ "name": "destructive-primary"
339
+ },
340
+ {
341
+ "name": "destructive-secondary"
342
+ },
337
343
  {
338
344
  "name": "negative"
339
345
  },
@@ -901,7 +907,7 @@
901
907
  "name": "duet-collapsible",
902
908
  "description": {
903
909
  "kind": "markdown",
904
- "value": "---\ntitle: Collapsible\nname: duet-collapsible\nstatus: ready\nplatforms: Web only\ninternationalization: Supported\naccessibility: Keyboard, Screen Reader\nreleased: 3.4.13\nssr: Supported\nintro: Collapsible is a disclosure component used to reveal additional content.\n It should contain a heading, followed by any additional content that is\n revealed on click.\ntags:\n - docs-components\nexamples:\n - name: collapsible\n code: This first example creates the actual URL and DOCS, hence it needs to be\n here.\n - name: Basic collapsible usage\n file: fixtures/duet-collapsible_basic_collapsible_usage.html\n - name: Multiple collapsible elements\n file: fixtures/duet-collapsible_multiple_collapsible_elements.html\n - name: Collapsible that is initially open\n file: fixtures/duet-collapsible_collapsible_that_is_initially_open.html\n - name: Collapsible using normal font-weight for heading\n file: fixtures/duet-collapsible_collapsible_using_normal_font-weight_for_heading.html\n - name: Collapsible using sizes\n file: fixtures/duet-collapsible_collapsible_using_sizes.html\n\n---\n\n<!-- usage -->"
910
+ "value": "---\ntitle: Collapsible\nname: duet-collapsible\nstatus: ready\nplatforms: Web only\ninternationalization: Supported\naccessibility: Keyboard, Screen Reader\nreleased: 3.4.13\nssr: Supported\nintro: Collapsible is a disclosure component used to reveal additional content.\n It should contain a heading, followed by any additional content that is\n revealed on click.\ntags:\n - docs-components\nexamples:\n - name: collapsible\n code: This first example creates the actual URL and DOCS, hence it needs to be\n here.\n - name: Basic collapsible usage\n file: fixtures/duet-collapsible_basic_collapsible_usage.html\n - name: Multiple collapsible elements\n file: fixtures/duet-collapsible_multiple_collapsible_elements.html\n - name: Collapsible that is initially open\n file: fixtures/duet-collapsible_collapsible_that_is_initially_open.html\n - name: Collapsible using normal font-weight for heading\n file: fixtures/duet-collapsible_collapsible_using_normal_font-weight_for_heading.html\n - name: Collapsible using sizes\n file: fixtures/duet-collapsible_collapsible_using_sizes.html\n - name: Part usage in collapsible\n file: fixtures/duet-collapsible_part.html\n\n---\n\n<!-- usage -->"
905
911
  },
906
912
  "attributes": [
907
913
  {
@@ -1263,6 +1269,10 @@
1263
1269
  "name": "actions",
1264
1270
  "description": "Array of actions that are mapped via the map variable to the various groups defined in group."
1265
1271
  },
1272
+ {
1273
+ "name": "alignment",
1274
+ "description": "Key used to set vertical alignment of action buttons"
1275
+ },
1266
1276
  {
1267
1277
  "name": "groups",
1268
1278
  "description": "Array of group names that you want the editable table to display (can be used to hide or show groups depending on conditions)."
@@ -1325,6 +1335,10 @@
1325
1335
  "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 -->"
1326
1336
  },
1327
1337
  "attributes": [
1338
+ {
1339
+ "name": "alignment",
1340
+ "description": "Key used to set vertical alignment of action buttons"
1341
+ },
1328
1342
  {
1329
1343
  "name": "key-name",
1330
1344
  "description": "Key used to identify item, when running actions"
@@ -1703,7 +1717,7 @@
1703
1717
  "name": "duet-header",
1704
1718
  "description": {
1705
1719
  "kind": "markdown",
1706
- "value": "---\ntitle: Header\nname: duet-header\nstatus: ready\nreleased: 3.0.0\ninternationalization: Supported\naccessibility: Keyboard, Screen Reader\nssr: Supported\ncategory: Navigation\nintro: Header is used to display the logo, primary navigation and utility menus.\n It’s always visible at the top of the interface and can be configured to show\n just the logo and a back link.\ndescription: Header contains your application’s primary navigation items that\n perform an action when clicked. Each action in the header should navigate to a\n href or trigger another action like a <a href=\"/components/modal/\">Modal\n overlay</a>.\nplatforms: Web only\ntags:\n - docs-components\nexamples:\n - name: header\n code: This first example creates the actual href and DOCS, hence it needs to be\n here.\n - name: Basic header with different options\n file: fixtures/duet-header_basic_header_with_different_options.html\n - name: Header in English without region and contact menu\n file: fixtures/duet-header_header_in_english_without_region_and_contact_menu.html\n - name: In Swedish with just the main navigation and logout link\n file: fixtures/duet-header_in_swedish_with_just_the_main_navigation_and_logout_link.html\n - name: Header showing only the logo and a back button\n file: fixtures/duet-header_header_showing_only_the_logo_and_a_back_button.html\n - name: Logged out version that only shows the logo and a login link\n file: fixtures/duet-header_logged_out_version_that_only_shows_the_logo_and_a_login_link.html\n - name: Passing arrays and objects to Header as JSON via attributes for SSR support\n file: fixtures/duet-header_passing_arrays_and_objects_to_header_as_json_via_attributes_for_ssr_support.html\n - name: Using the logo-utility slot\n file: fixtures/duet-header_using_the_logo-utility_slot.html\n\n---\n\n<!-- usage -->"
1720
+ "value": "---\ntitle: Header\nname: duet-header\nstatus: ready\nreleased: 3.0.0\ninternationalization: Supported\naccessibility: Keyboard, Screen Reader\nssr: Supported\ncategory: Navigation\nintro: Header is used to display the logo, primary navigation and utility menus.\n It’s always visible at the top of the interface and can be configured to show\n just the logo and a back link.\ndescription: Header contains your application’s primary navigation items that\n perform an action when clicked. Each action in the header should navigate to a\n href or trigger another action like a <a href=\"/components/modal/\">Modal\n overlay</a>.\nplatforms: Web only\ntags:\n - docs-components\nexamples:\n - name: header\n code: This first example creates the actual href and DOCS, hence it needs to be\n here.\n - name: Basic header with different options\n file: fixtures/duet-header_basic_header_with_different_options.html\n - name: Header in English without region and contact menu\n file: fixtures/duet-header_header_in_english_without_region_and_contact_menu.html\n - name: In Swedish with just the main navigation and logout link\n file: fixtures/duet-header_in_swedish_with_just_the_main_navigation_and_logout_link.html\n - name: Header showing only the logo and a back button\n file: fixtures/duet-header_header_showing_only_the_logo_and_a_back_button.html\n - name: Logged out version that only shows the logo and a login link\n file: fixtures/duet-header_logged_out_version_that_only_shows_the_logo_and_a_login_link.html\n - name: Passing arrays and objects to Header as JSON via attributes for SSR support\n file: fixtures/duet-header_passing_arrays_and_objects_to_header_as_json_via_attributes_for_ssr_support.html\n - name: Using the logo-utility slot\n file: fixtures/duet-header_using_the_logo-utility_slot.html\n - name: Multilevel header with different options\n file: fixtures/duet-header_multilevel_header_with_different_options.html\n - name: Multilevel header with different options and utility\n file: fixtures/duet-header_multilevel_header_with_different_options_and_utility.html\n\n---\n\n<!-- usage -->"
1707
1721
  },
1708
1722
  "attributes": [
1709
1723
  {
@@ -1732,7 +1746,7 @@
1732
1746
  },
1733
1747
  {
1734
1748
  "name": "contact",
1735
- "description": "Label of the contact menu. If empty, contact menu will be hidden."
1749
+ "description": "Label of the contact menu. If empty, contact menu will be hidden.\nNote: not available in multilevel headers."
1736
1750
  },
1737
1751
  {
1738
1752
  "name": "contact-items",
@@ -1740,11 +1754,11 @@
1740
1754
  },
1741
1755
  {
1742
1756
  "name": "current-href",
1743
- "description": "The href of the current page item that is shown as “active”."
1757
+ "description": "The href of the current page item that is shown as “active”.\nNote: not available in multilevel headers."
1744
1758
  },
1745
1759
  {
1746
1760
  "name": "items",
1747
- "description": "An array of items for the main navigation. Items have to include mandatory\n\"label\" and \"href\" fields to work. Additionally, you can pass an \"id\" that is\nadded as an HTML identifier for the element."
1761
+ "description": "An array of items for the main navigation. Items have to include mandatory\n\"label\" and \"href\" fields to work. Additionally, you can pass an \"id\" that is\nadded as an HTML identifier for the element, \"active\" boolean that makes item active,\n\"badge\" boolean to add notification badge next to the item and\n\"items\" array consisting of sub items that are allowed up to three levels."
1748
1762
  },
1749
1763
  {
1750
1764
  "name": "language",
@@ -1771,11 +1785,15 @@
1771
1785
  },
1772
1786
  {
1773
1787
  "name": "region",
1774
- "description": "Region that is shown next to the logo. If empty, region will be hidden."
1788
+ "description": "Region that is shown next to the logo. If empty, region will be hidden.\nNote: not available in desktop multilevel header."
1789
+ },
1790
+ {
1791
+ "name": "search",
1792
+ "description": "An object that includes mandatory \"label\" and \"href\" fields for the\nsearch link. Additionally, you can pass an \"id\" that is added\nas an HTML identifier for the element. If nothing is passed, this link won’t\nbe shown."
1775
1793
  },
1776
1794
  {
1777
1795
  "name": "session",
1778
- "description": "An object that includes mandatory \"label\", \"href\" and \"type\" fields for the\nsession login/logout link. Additionally, you can pass an \"id\" that is added\nas an HTML identifier for the element. If nothing is passed, this link won’t\nbe shown."
1796
+ "description": "An object that includes mandatory \"label\", \"href\" and \"type\" fields for the\nsession login/logout link. Additionally, you can pass an \"id\" that is added\nas an HTML identifier for the element.\nIf nothing is passed, this link won’t be shown."
1779
1797
  },
1780
1798
  {
1781
1799
  "name": "skip-to-id",
@@ -1795,7 +1813,7 @@
1795
1813
  },
1796
1814
  {
1797
1815
  "name": "user",
1798
- "description": "An object that includes mandatory \"label\" and \"href\" fields for the user\nprofile link. Additionally, you can pass an \"id\" that is added as an HTML\nidentifier for the element. If nothing is passed, user won’t be shown."
1816
+ "description": "An object that includes mandatory \"label\" and \"href\" fields for the user\nprofile link. Additionally, you can pass an \"id\" that is added as an HTML\nidentifier for the element. If nothing is passed, user won’t be shown.\nNote: not available in multilevel headers."
1799
1817
  }
1800
1818
  ],
1801
1819
  "references": [
@@ -2513,7 +2531,7 @@
2513
2531
  "name": "duet-link",
2514
2532
  "description": {
2515
2533
  "kind": "markdown",
2516
- "value": "---\ntitle: Link\nname: duet-link\nstatus: ready\nreleased: 1.0.21\nplatforms: Web only\ninternationalization: Supported\naccessibility: Keyboard, Screen Reader\nssr: Supported\ncategory: Navigation\nintro: Links are used in content paragraphs to create pathways from one page to\n another. If you need a link with semi bold font-weight and/or icon, please use\n <a href=\"/components/button/\">Button component</a> instead.\nexamples:\n - name: link\n code: This first example creates the actual URL and DOCS, hence it needs to be\n here.\n - name: Default link\n file: fixtures/duet-link_default_link.html\n - name: Link that opens into new window\n file: fixtures/duet-link_link_that_opens_into_new_window.html\ntags:\n - docs-components\n\n---\n\n<!-- usage -->"
2534
+ "value": "---\ntitle: Link\nname: duet-link\nstatus: ready\nreleased: 1.0.21\nplatforms: Web only\ninternationalization: Supported\naccessibility: Keyboard, Screen Reader\nssr: Supported\ncategory: Navigation\nintro: Links are used in content paragraphs to create pathways from one page to\n another. If you need a link with semi bold font-weight and/or icon, please use\n <a href=\"/components/button/\">Button component</a> instead.\nexamples:\n - name: link\n code: This first example creates the actual URL and DOCS, hence it needs to be\n here.\n - name: Default link\n file: fixtures/duet-link_default_link.html\n - name: Link that opens into new window\n file: fixtures/duet-link_link_that_opens_into_new_window.html\n - name: Part usage in link\n file: fixtures/duet-link_part.html\ntags:\n - docs-components\n\n---\n\n<!-- usage -->"
2517
2535
  },
2518
2536
  "attributes": [
2519
2537
  {
@@ -3209,7 +3227,7 @@
3209
3227
  "name": "duet-paragraph",
3210
3228
  "description": {
3211
3229
  "kind": "markdown",
3212
- "value": "---\ntitle: Paragraph\nname: duet-paragraph\nstatus: ready\nreleased: 1.3.0\ninternationalization: Supported\nssr: Supported\naccessibility: Keyboard, Screen Reader\ncategory: Text\nintro: Paragraphs are blocks of text separated from adjacent blocks by blank lines.\nplatforms: Web only\ntags:\n - docs-components\nexamples:\n - name: paragraph\n code: This first example creates the actual URL and DOCS, hence it needs to be\n here.\n - name: Default paragraph\n file: fixtures/duet-paragraph_default_paragraph.html\n - name: Intro paragraph\n file: fixtures/duet-paragraph_intro_paragraph.html\n - name: Small paragraph\n file: fixtures/duet-paragraph_small_paragraph.html\n - name: Paragraph using color token\n file: fixtures/duet-paragraph_paragraph_using_color_token.html \n - name: Paragraph using weight attribute\n file: fixtures/duet-paragraph_weights.html\n\n---\n\n<!-- usage -->"
3230
+ "value": "---\ntitle: Paragraph\nname: duet-paragraph\nstatus: ready\nreleased: 1.3.0\ninternationalization: Supported\nssr: Supported\naccessibility: Keyboard, Screen Reader\ncategory: Text\nintro: Paragraphs are blocks of text separated from adjacent blocks by blank lines.\nplatforms: Web only\ntags:\n - docs-components\nexamples:\n - name: paragraph\n code: This first example creates the actual URL and DOCS, hence it needs to be\n here.\n - name: Default paragraph\n file: fixtures/duet-paragraph_default_paragraph.html\n - name: Intro paragraph\n file: fixtures/duet-paragraph_intro_paragraph.html\n - name: Small paragraph\n file: fixtures/duet-paragraph_small_paragraph.html\n - name: Paragraph using color token\n file: fixtures/duet-paragraph_paragraph_using_color_token.html \n - name: Paragraph using weight attribute\n file: fixtures/duet-paragraph_weights.html\n - name: Part usage in paragraph\n file: fixtures/duet-paragraph_part.html\n\n---\n\n<!-- usage -->"
3213
3231
  },
3214
3232
  "attributes": [
3215
3233
  {
@@ -4231,6 +4249,9 @@
4231
4249
  "name": "variation",
4232
4250
  "description": "Style variation of the table.",
4233
4251
  "values": [
4252
+ {
4253
+ "name": "fixed"
4254
+ },
4234
4255
  {
4235
4256
  "name": "plain"
4236
4257
  },
@@ -4659,7 +4680,7 @@
4659
4680
  "name": "duet-upload",
4660
4681
  "description": {
4661
4682
  "kind": "markdown",
4662
- "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 -->"
4683
+ "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 -->"
4663
4684
  },
4664
4685
  "attributes": [
4665
4686
  {
@@ -4686,6 +4707,10 @@
4686
4707
  "name": "actions",
4687
4708
  "description": "Default actions added to the internally used duet-editable-table"
4688
4709
  },
4710
+ {
4711
+ "name": "alignment",
4712
+ "description": "Key used to set vertical alignment of action buttons"
4713
+ },
4689
4714
  {
4690
4715
  "name": "allowed-extensions",
4691
4716
  "description": "A string of commaseperated file type values that are allowed"
@@ -12,5 +12,4 @@ export type DuetLanguageWithUs = "fi" | "en" | "sv" | "us"
12
12
  export type DuetStatus = "default" | "success" | "danger" | "warning"
13
13
  export type DuetAnalyticsEvent<T extends string> = { analyticsId: string; component: T }
14
14
  export type DuetGridBreakpoint = "small" | "medium" | "x-large"
15
-
16
15
  export type DuetLocale = "fi-FI" | "sv-SE" | "en-GB" | "en-US"
@@ -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
  /**
@@ -7,6 +7,9 @@ export declare type DuetCollapsibleToggleEvent = {
7
7
  component: "duet-collapsible";
8
8
  originalEvent: KeyboardEvent | MouseEvent;
9
9
  };
10
+ /**
11
+ * @part duet-collapsible-heading-content - piercing selector for styling the heading content
12
+ */
10
13
  export declare class DuetCollapsible implements ThemeableComponent {
11
14
  /**
12
15
  * Own Properties
@@ -64,6 +64,7 @@ export declare class DuetEditableTableButton implements ThemeableComponent {
64
64
  private emitActionEvent;
65
65
  private onMouseEnter;
66
66
  private onMouseLeave;
67
+ private getColours;
67
68
  /**
68
69
  * render() function
69
70
  * Always the last one in the class.
@@ -23,7 +23,7 @@ export declare type DuetEditableTableActions = {
23
23
  }[];
24
24
  export declare type DuetEditableTableItemData = {
25
25
  uid: string;
26
- item: string | HTMLElement;
26
+ item: string | HTMLElement | Record<string, string>;
27
27
  group: string;
28
28
  };
29
29
  export declare class DuetEditableTableItem implements ThemeableComponent {
@@ -42,6 +42,10 @@ export declare class DuetEditableTableItem implements ThemeableComponent {
42
42
  * @internal
43
43
  */
44
44
  groupId: string;
45
+ /**
46
+ * Key used to set vertical alignment of action buttons
47
+ */
48
+ alignment: string;
45
49
  /**
46
50
  * Key used to identify item, when running actions
47
51
  */
@@ -2,6 +2,7 @@ import { FunctionalComponent } from "../../stencil-public-runtime";
2
2
  interface TableDataProps {
3
3
  data: any;
4
4
  groupId: string;
5
+ alignment: string;
5
6
  }
6
7
  export declare const TableData: FunctionalComponent<TableDataProps>;
7
8
  export {};
@@ -11,6 +11,7 @@ export declare type DuetEditableTableItems = Map<any, DuetEditableTableItemData>
11
11
  export declare class DuetEditableTable implements ThemeableComponent {
12
12
  private internalGroupArray;
13
13
  private internalActionsArray;
14
+ private template;
14
15
  /**
15
16
  * Reference to host HTML element.
16
17
  */
@@ -24,6 +25,10 @@ export declare class DuetEditableTable implements ThemeableComponent {
24
25
  * Map of items that contain list of things.
25
26
  */
26
27
  items: DuetEditableTableItems;
28
+ /**
29
+ * Key used to set vertical alignment of action buttons
30
+ */
31
+ alignment: string;
27
32
  /**
28
33
  * Array of internationalized defaults for the default groups labels.
29
34
  */
@@ -79,6 +84,11 @@ export declare class DuetEditableTable implements ThemeableComponent {
79
84
  * Private methods.
80
85
  */
81
86
  private kick;
87
+ /**
88
+ * If a user defines a template section within editable table, try to read an use it.
89
+ */
90
+ private getTemplate;
91
+ private getItemData;
82
92
  filterMap: (needle: any) => [any, DuetEditableTableItemData][];
83
93
  render(): any;
84
94
  }
@@ -0,0 +1,16 @@
1
+ import { FunctionalComponent } from "../../stencil-public-runtime";
2
+ interface Props {
3
+ id: string;
4
+ className?: string;
5
+ label: string;
6
+ icon?: string;
7
+ accessibleText?: string;
8
+ active: boolean;
9
+ isOpen: boolean;
10
+ badge: boolean;
11
+ toggleRef: (el: HTMLButtonElement) => void;
12
+ itemsRef: (el: HTMLDivElement) => void;
13
+ onToggle: (e: Event) => void;
14
+ }
15
+ export declare const DuetHeaderDropdown: FunctionalComponent<Props>;
16
+ export {};
@@ -0,0 +1,2 @@
1
+ import { FunctionalComponent } from "../../stencil-public-runtime";
2
+ export declare const DuetHeaderHamburger: FunctionalComponent;
@@ -0,0 +1,8 @@
1
+ import { FunctionalComponent } from "../../stencil-public-runtime";
2
+ import { DuetIconSize } from "../duet-icon/duet-icon";
3
+ interface Props {
4
+ icon: string;
5
+ iconSize?: DuetIconSize;
6
+ }
7
+ export declare const DuetHeaderIcon: FunctionalComponent<Props>;
8
+ export {};
@@ -13,6 +13,10 @@ export declare type DuetHeaderContactItem = DuetHeaderItem & {
13
13
  };
14
14
  export declare type DuetHeaderMainItem = DuetHeaderItem & {
15
15
  badge?: boolean;
16
+ active?: boolean;
17
+ external: boolean;
18
+ icon?: string;
19
+ items?: DuetHeaderMainItem[];
16
20
  };
17
21
  export declare type DuetHeaderLanguageItem = DuetHeaderItem & {
18
22
  country: DuetLanguage;
@@ -20,6 +24,7 @@ export declare type DuetHeaderLanguageItem = DuetHeaderItem & {
20
24
  export declare type DuetHeaderSession = DuetHeaderItem & {
21
25
  type: "login" | "logout";
22
26
  };
27
+ export declare type DuetHeaderSearch = DuetHeaderItem;
23
28
  export declare type DuetHeaderChangeEvent = {
24
29
  originalEvent: Event;
25
30
  data: DuetHeaderItem | DuetHeaderLanguageItem | DuetHeaderSession;
@@ -32,20 +37,26 @@ export interface I18nText {
32
37
  activeLanguage: string;
33
38
  }
34
39
  /**
35
- * @slot utility - A slot for utilities, such as a notification drawer
36
- * @slot logo-utility - A slot to place elements alongside the logo. This takes precedence over the **region** prop.
40
+ * @slot utility - A slot for utilities, such as a notification drawer or shopping basket.
41
+ * @slot logo-utility - A slot to place elements alongside the logo. This takes precedence over the **region** prop. Note: not available in desktop multilevel header.
37
42
  */
38
43
  export declare class DuetHeader implements ThemeableComponent {
39
44
  /**
40
45
  * Own Properties
41
46
  */
47
+ private subMenuItemRefs;
48
+ private subMenuButtonRefs;
42
49
  private contactItemsEl;
43
50
  private contactItemsButtonEl;
44
51
  private hasLanguageChanged;
45
52
  private languageItemsEl;
46
53
  private languageItemsButtonEl;
54
+ private segmentItemsEl;
55
+ private segmentItemsButtonEl;
47
56
  private navigationEl;
48
57
  private logoEl;
58
+ private mql;
59
+ private boundMqlFunctions;
49
60
  /**
50
61
  * Reference to host HTML element.
51
62
  */
@@ -57,12 +68,17 @@ export declare class DuetHeader implements ThemeableComponent {
57
68
  isContactOpen: boolean;
58
69
  isLanguageOpen: boolean;
59
70
  isSlideOutOpen: boolean;
71
+ isSegmentOpen: boolean;
72
+ openMenu: string;
73
+ closedActives: string[];
60
74
  processedItems: DuetHeaderMainItem[];
61
75
  processedLanguageItems: DuetHeaderLanguageItem[];
62
76
  processedContactItems: DuetHeaderContactItem[];
63
77
  processedSession: DuetHeaderSession;
78
+ processedSearch: DuetHeaderSearch;
64
79
  processedUser: DuetHeaderItem;
65
80
  processedBack: DuetHeaderItem;
81
+ renderDesktopNav: boolean;
66
82
  /**
67
83
  * Theme of the header.
68
84
  */
@@ -146,6 +162,7 @@ export declare class DuetHeader implements ThemeableComponent {
146
162
  * An object that includes mandatory "label" and "href" fields for the user
147
163
  * profile link. Additionally, you can pass an "id" that is added as an HTML
148
164
  * identifier for the element. If nothing is passed, user won’t be shown.
165
+ * Note: not available in multilevel headers.
149
166
  */
150
167
  user: any;
151
168
  /**
@@ -154,6 +171,7 @@ export declare class DuetHeader implements ThemeableComponent {
154
171
  logoHref: string;
155
172
  /**
156
173
  * The href of the current page item that is shown as “active”.
174
+ * Note: not available in multilevel headers.
157
175
  */
158
176
  currentHref: string;
159
177
  /**
@@ -164,20 +182,30 @@ export declare class DuetHeader implements ThemeableComponent {
164
182
  /**
165
183
  * An array of items for the main navigation. Items have to include mandatory
166
184
  * "label" and "href" fields to work. Additionally, you can pass an "id" that is
167
- * added as an HTML identifier for the element.
185
+ * added as an HTML identifier for the element, "active" boolean that makes item active,
186
+ * "badge" boolean to add notification badge next to the item and
187
+ * "items" array consisting of sub items that are allowed up to three levels.
168
188
  */
169
189
  items: any;
170
190
  /**
171
191
  * Region that is shown next to the logo. If empty, region will be hidden.
192
+ * Note: not available in desktop multilevel header.
172
193
  */
173
194
  region: string;
174
195
  /**
175
196
  * An object that includes mandatory "label", "href" and "type" fields for the
176
197
  * session login/logout link. Additionally, you can pass an "id" that is added
198
+ * as an HTML identifier for the element.
199
+ * If nothing is passed, this link won’t be shown.
200
+ */
201
+ session: any;
202
+ /**
203
+ * An object that includes mandatory "label" and "href" fields for the
204
+ * search link. Additionally, you can pass an "id" that is added
177
205
  * as an HTML identifier for the element. If nothing is passed, this link won’t
178
206
  * be shown.
179
207
  */
180
- session: any;
208
+ search: any;
181
209
  /**
182
210
  * An object that includes mandatory "label" and "href" fields for the back link.
183
211
  * Additionally, you can pass an "id" that is added as an HTML identifier for the
@@ -187,6 +215,7 @@ export declare class DuetHeader implements ThemeableComponent {
187
215
  back: any;
188
216
  /**
189
217
  * Label of the contact menu. If empty, contact menu will be hidden.
218
+ * Note: not available in multilevel headers.
190
219
  */
191
220
  contact: string;
192
221
  /**
@@ -214,6 +243,12 @@ export declare class DuetHeader implements ThemeableComponent {
214
243
  * inside your listener. Additionally, the passed data is available via **event.detail.data**.
215
244
  */
216
245
  duetSessionClick: EventEmitter<DuetHeaderChangeEvent>;
246
+ /**
247
+ * Event for when a user has clicked the search link. You can prevent the
248
+ * default browser functionality by calling **event.detail.originalEvent.preventDefault()**
249
+ * inside your listener. Additionally, the passed data is available via **event.detail.data**.
250
+ */
251
+ duetSearchClick: EventEmitter<DuetHeaderChangeEvent>;
217
252
  /**
218
253
  * Event raised when a user has clicked the user link. You can prevent the
219
254
  * default browser functionality by calling **event.detail.originalEvent.preventDefault()**
@@ -265,6 +300,7 @@ export declare class DuetHeader implements ThemeableComponent {
265
300
  * Component lifecycle events.
266
301
  */
267
302
  componentWillLoad(): void;
303
+ connectedCallback(): void;
268
304
  disconnectedCallback(): void;
269
305
  /**
270
306
  * Component event handling.
@@ -275,6 +311,7 @@ export declare class DuetHeader implements ThemeableComponent {
275
311
  private handleLanguageClick;
276
312
  private handleClick;
277
313
  private handleSessionClick;
314
+ private handleSearchClick;
278
315
  private handleUserClick;
279
316
  private handleBackClick;
280
317
  private handleContactClick;
@@ -1,6 +1,9 @@
1
1
  import { DuetLanguage, DuetTheme } from "../../common-types";
2
2
  import { DuetLangObject } from "../../utils/language-utils";
3
3
  import { ThemeableComponent } from "../../utils/themeable-component";
4
+ /**
5
+ * @part duet-link - piercing selector for styling the link
6
+ */
4
7
  export declare class DuetLink implements ThemeableComponent {
5
8
  private nativeLink;
6
9
  /**
@@ -1,7 +1,7 @@
1
1
  import { DuetMargin, DuetTheme } from "../../common-types";
2
2
  import { ThemeableComponent } from "../../utils/themeable-component";
3
3
  export declare type DuetTableBreakpoint = keyof typeof breakpointToToken;
4
- export declare type DuetTableVariant = "striped" | "plain";
4
+ export declare type DuetTableVariant = "striped" | "plain" | "fixed";
5
5
  export declare type DuetTableStickyDistance = "with-links" | "without-links" | "none";
6
6
  declare const breakpointToToken: {
7
7
  none: string;