@duetds/components 4.36.1 → 5.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (305) hide show
  1. package/hydrate/index.js +1128 -977
  2. package/lib/cjs/duet-action-button.cjs.entry.js +163 -0
  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-breadcrumb.cjs.entry.js +1 -1
  6. package/lib/cjs/duet-breadcrumbs.cjs.entry.js +1 -1
  7. package/lib/cjs/duet-button_2.cjs.entry.js +8 -4
  8. package/lib/cjs/duet-caption_4.cjs.entry.js +3 -3
  9. package/lib/cjs/duet-card.cjs.entry.js +3 -3
  10. package/lib/cjs/duet-checkbox.cjs.entry.js +1 -1
  11. package/lib/cjs/duet-choice_2.cjs.entry.js +2 -2
  12. package/lib/cjs/duet-collapsible.cjs.entry.js +2 -2
  13. package/lib/cjs/duet-cookie-consent.cjs.entry.js +1 -1
  14. package/lib/cjs/duet-date-picker.cjs.entry.js +4 -4
  15. package/lib/cjs/duet-divider_2.cjs.entry.js +1 -1
  16. package/lib/cjs/{duet-editable-table_4.cjs.entry.js → duet-editable-table_3.cjs.entry.js} +382 -337
  17. package/lib/cjs/duet-empty-state.cjs.entry.js +1 -1
  18. package/lib/cjs/duet-fieldset.cjs.entry.js +1 -1
  19. package/lib/cjs/duet-footer.cjs.entry.js +1 -1
  20. package/lib/cjs/duet-grid_2.cjs.entry.js +2 -2
  21. package/lib/cjs/duet-header_2.cjs.entry.js +3 -3
  22. package/lib/cjs/duet-hero.cjs.entry.js +1 -1
  23. package/lib/cjs/duet-icon.cjs.entry.js +3 -3
  24. package/lib/cjs/duet-input_2.cjs.entry.js +1 -1
  25. package/lib/cjs/duet-layout.cjs.entry.js +1 -1
  26. package/lib/cjs/duet-list_2.cjs.entry.js +1 -1
  27. package/lib/cjs/duet-modal.cjs.entry.js +2 -2
  28. package/lib/cjs/duet-notification_2.cjs.entry.js +1 -1
  29. package/lib/cjs/duet-number-input.cjs.entry.js +1 -1
  30. package/lib/cjs/duet-pagination_2.cjs.entry.js +24 -14
  31. package/lib/cjs/duet-progress.cjs.entry.js +1 -1
  32. package/lib/cjs/duet-radio_2.cjs.entry.js +1 -1
  33. package/lib/cjs/duet-range-slider.cjs.entry.js +2 -2
  34. package/lib/cjs/duet-scrollable_3.cjs.entry.js +1 -1
  35. package/lib/cjs/duet-select.cjs.entry.js +1 -1
  36. package/lib/cjs/duet-step_2.cjs.entry.js +1 -1
  37. package/lib/cjs/duet-textarea.cjs.entry.js +1 -1
  38. package/lib/cjs/duet-toggle.cjs.entry.js +1 -1
  39. package/lib/cjs/duet-tooltip.cjs.entry.js +1 -1
  40. package/lib/cjs/duet-tray.cjs.entry.js +2 -2
  41. package/lib/cjs/duet-upload-aria-status.cjs.entry.js +1 -1
  42. package/lib/cjs/duet-visually-hidden.cjs.entry.js +1 -1
  43. package/lib/cjs/duet.cjs.js +2 -2
  44. package/lib/cjs/{focus-utils-dfd718e8.js → focus-utils-7a11c463.js} +1 -1
  45. package/lib/cjs/{index-4f342f1c.js → index-da5d5aaf.js} +1 -1
  46. package/lib/cjs/js-utils-be1d29ae.js +39 -0
  47. package/lib/cjs/loader.cjs.js +2 -2
  48. package/lib/cjs/{token-utils-f402e205.js → token-utils-ac8432d1.js} +1 -1
  49. package/lib/cjs/{tokens-8596cece.js → tokens-72efc7fd.js} +0 -0
  50. package/lib/cjs/{tokens.module-6b2df1c2.js → tokens.module-6afcc9c1.js} +0 -0
  51. package/lib/collection/collection-manifest.json +14 -11
  52. package/lib/collection/components/duet-action-button/duet-action-button.css +87 -0
  53. package/lib/collection/components/duet-action-button/duet-action-button.js +489 -0
  54. package/lib/collection/components/duet-button/duet-button.js +23 -1
  55. package/lib/collection/components/duet-date-picker/duet-date-picker.css +2 -57
  56. package/lib/collection/components/duet-date-picker/duet-date-picker.js +2 -6
  57. package/lib/collection/components/duet-editable-table/duet-editable-table-tabledata.js +3 -2
  58. package/lib/collection/components/duet-editable-table/duet-editable-table.css +20 -1
  59. package/lib/collection/components/duet-editable-table/duet-editable-table.js +331 -205
  60. package/lib/collection/components/duet-pagination/duet-pagination.css +3 -62
  61. package/lib/collection/components/duet-pagination/duet-pagination.js +49 -19
  62. package/lib/collection/components/duet-range-stepper/duet-range-stepper.css +4 -55
  63. package/lib/collection/components/duet-range-stepper/duet-range-stepper.js +2 -4
  64. package/lib/collection/components/duet-table/duet-table.css +42 -8
  65. package/lib/collection/components/duet-table/duet-table.js +11 -2
  66. package/lib/collection/components/duet-upload/duet-upload.css +25 -0
  67. package/lib/collection/components/duet-upload/duet-upload.js +270 -166
  68. package/lib/collection/components/duet-upload/upload-validators.js +1 -1
  69. package/lib/collection/utils/fixture-utils.js +3 -1
  70. package/lib/collection/utils/js-utils.js +36 -1
  71. package/lib/custom-elements-bundle/index.d.ts +6 -12
  72. package/lib/custom-elements-bundle/index.js +1142 -1001
  73. package/lib/duet/duet.esm.js +1 -1
  74. package/lib/duet/duet.js +1 -1
  75. package/lib/duet/{p-c18080ad.entry.js → p-00209700.entry.js} +1 -1
  76. package/lib/duet/{p-1a95aeb6.entry.js → p-01144f93.entry.js} +1 -1
  77. package/lib/duet/{p-c6df2ea8.system.entry.js → p-021bf3a2.system.entry.js} +1 -1
  78. package/lib/duet/{p-20cdb787.entry.js → p-04c6e557.entry.js} +1 -1
  79. package/lib/duet/{p-d945a4b0.system.entry.js → p-06fd151e.system.entry.js} +1 -1
  80. package/lib/duet/p-0988f548.entry.js +4 -0
  81. package/lib/duet/{p-05e2c680.system.entry.js → p-0e1130a0.system.entry.js} +1 -1
  82. package/lib/duet/{p-ebc56043.entry.js → p-0fedc1c6.entry.js} +1 -1
  83. package/lib/duet/{p-e8303364.system.entry.js → p-111b70c5.system.entry.js} +1 -1
  84. package/lib/duet/p-12825e2c.entry.js +4 -0
  85. package/lib/duet/p-166c09ce.system.entry.js +4 -0
  86. package/lib/duet/{p-24b9e806.entry.js → p-1be45fc6.entry.js} +1 -1
  87. package/lib/duet/{p-286d2ad2.system.entry.js → p-1da57e19.system.entry.js} +1 -1
  88. package/lib/duet/{p-7a32ceb3.system.entry.js → p-21c9efa8.system.entry.js} +1 -1
  89. package/lib/duet/p-2245c56b.entry.js +4 -0
  90. package/lib/duet/{p-e6a69eb8.js → p-2273fc88.js} +1 -1
  91. package/lib/duet/{p-79b9e7ef.system.entry.js → p-232762b3.system.entry.js} +1 -1
  92. package/lib/duet/{p-d21f19cc.system.js → p-251dc733.system.js} +1 -1
  93. package/lib/duet/{p-ddb6344c.system.js → p-268c0abb.system.js} +0 -0
  94. package/lib/duet/{p-ca0ee655.system.entry.js → p-2b6dac5c.system.entry.js} +1 -1
  95. package/lib/duet/{p-e8e35258.entry.js → p-35cdec32.entry.js} +1 -1
  96. package/lib/duet/{p-2361986e.entry.js → p-37bdfcc6.entry.js} +1 -1
  97. package/lib/duet/{p-740b5609.entry.js → p-3c7d81b0.entry.js} +1 -1
  98. package/lib/duet/{p-3900577d.system.entry.js → p-3f77090f.system.entry.js} +1 -1
  99. package/lib/duet/{p-ad3dad04.system.js → p-3fafe82f.system.js} +1 -1
  100. package/lib/duet/{p-164a7037.system.entry.js → p-4b221aa3.system.entry.js} +1 -1
  101. package/lib/duet/{p-210d739c.system.entry.js → p-4b7b1d2a.system.entry.js} +1 -1
  102. package/lib/duet/{p-3547d108.entry.js → p-4c282c1a.entry.js} +1 -1
  103. package/lib/duet/p-51a7c020.entry.js +4 -0
  104. package/lib/duet/{p-c8ec3b99.entry.js → p-5298f6fb.entry.js} +1 -1
  105. package/lib/duet/{p-cb445018.js → p-5746d88c.js} +1 -1
  106. package/lib/duet/{p-f6da56c8.entry.js → p-589c2f28.entry.js} +1 -1
  107. package/lib/duet/{p-d9716aec.system.entry.js → p-592315ca.system.entry.js} +1 -1
  108. package/lib/duet/{p-615bfc61.system.entry.js → p-59a0ec33.system.entry.js} +1 -1
  109. package/lib/duet/p-5e1f64cb.entry.js +4 -0
  110. package/lib/duet/{p-29255af8.entry.js → p-608645ed.entry.js} +1 -1
  111. package/lib/duet/{p-3d1b0105.entry.js → p-683f1962.entry.js} +1 -1
  112. package/lib/duet/{p-9ce0e625.entry.js → p-6932c6d8.entry.js} +1 -1
  113. package/lib/duet/{p-e35d8543.entry.js → p-6934cb1b.entry.js} +1 -1
  114. package/lib/duet/{p-211b4485.system.entry.js → p-6d209c01.system.entry.js} +1 -1
  115. package/lib/duet/{p-e47daca7.system.entry.js → p-70e5c803.system.entry.js} +1 -1
  116. package/lib/duet/p-74d267d3.system.entry.js +4 -0
  117. package/lib/duet/{p-c7fa7dcc.system.entry.js → p-766daacb.system.entry.js} +1 -1
  118. package/lib/duet/{p-4e2532c7.system.js → p-77acbfe4.system.js} +1 -1
  119. package/lib/duet/p-7953cff9.system.entry.js +4 -0
  120. package/lib/duet/{p-635dacce.system.entry.js → p-7e939e57.system.entry.js} +1 -1
  121. package/lib/duet/{p-fa99eaa4.system.js → p-812b0905.system.js} +0 -0
  122. package/lib/duet/{p-1db7a35b.entry.js → p-814ed07c.entry.js} +1 -1
  123. package/lib/duet/{p-5d9affcd.entry.js → p-82a0e535.entry.js} +1 -1
  124. package/lib/duet/{p-3bb702e3.system.entry.js → p-8338702d.system.entry.js} +2 -2
  125. package/lib/duet/{p-65c418f7.system.entry.js → p-85b4b5c0.system.entry.js} +1 -1
  126. package/lib/duet/{p-5376a9db.entry.js → p-86538787.entry.js} +1 -1
  127. package/lib/duet/{p-562ae946.entry.js → p-8f01f647.entry.js} +1 -1
  128. package/lib/duet/{p-85100e09.entry.js → p-8f6def3f.entry.js} +1 -1
  129. package/lib/duet/{p-03cf3ebf.entry.js → p-90464434.entry.js} +1 -1
  130. package/lib/duet/p-92639d0b.system.js +4 -0
  131. package/lib/duet/{p-12941aef.system.entry.js → p-97f95c02.system.entry.js} +1 -1
  132. package/lib/duet/{p-ffb5fb75.system.entry.js → p-982deb44.system.entry.js} +1 -1
  133. package/lib/duet/{p-fd2211ab.entry.js → p-9dc88c43.entry.js} +1 -1
  134. package/lib/duet/{p-fae71c1f.entry.js → p-a37e57d8.entry.js} +1 -1
  135. package/lib/duet/{p-c52f4de0.system.entry.js → p-a71510b8.system.entry.js} +1 -1
  136. package/lib/duet/p-a8eec12e.system.entry.js +4 -0
  137. package/lib/duet/{p-4fdbc6ff.system.entry.js → p-abcfbb23.system.entry.js} +1 -1
  138. package/lib/duet/{p-3c3536be.entry.js → p-ac2b38e6.entry.js} +1 -1
  139. package/lib/duet/{p-9df321b3.system.entry.js → p-ace2cd17.system.entry.js} +1 -1
  140. package/lib/duet/{p-946f34b4.system.entry.js → p-ad278903.system.entry.js} +1 -1
  141. package/lib/duet/{p-1c4721a1.entry.js → p-aea907ad.entry.js} +1 -1
  142. package/lib/duet/{p-e7dd8a15.system.entry.js → p-b432d318.system.entry.js} +1 -1
  143. package/lib/duet/{p-0366552b.system.entry.js → p-b4e75f80.system.entry.js} +1 -1
  144. package/lib/duet/{p-061835f3.system.entry.js → p-b8c8105c.system.entry.js} +1 -1
  145. package/lib/duet/{p-c2d32103.entry.js → p-ba7480e9.entry.js} +1 -1
  146. package/lib/duet/{p-83452e8f.entry.js → p-bc7dba26.entry.js} +1 -1
  147. package/lib/duet/{p-ff21f3c2.entry.js → p-bf06f635.entry.js} +1 -1
  148. package/lib/duet/{p-c514010b.system.entry.js → p-c6ccf366.system.entry.js} +1 -1
  149. package/lib/duet/{p-46ae601a.entry.js → p-cd1a767f.entry.js} +1 -1
  150. package/lib/duet/{p-89e42127.system.entry.js → p-d6d9b0c6.system.entry.js} +1 -1
  151. package/lib/duet/{p-8143f3de.js → p-d7bc0102.js} +0 -0
  152. package/lib/duet/{p-d24c6bc1.entry.js → p-d9e329c0.entry.js} +1 -1
  153. package/lib/duet/p-dbb4a588.js +4 -0
  154. package/lib/duet/{p-ae14591e.entry.js → p-dc67d989.entry.js} +1 -1
  155. package/lib/duet/{p-7f0e360d.entry.js → p-de9ff67c.entry.js} +1 -1
  156. package/lib/duet/{p-ded33218.system.entry.js → p-deb8ac4d.system.entry.js} +1 -1
  157. package/lib/duet/p-e2e0bc49.system.js +4 -0
  158. package/lib/duet/{p-8c53bc24.system.entry.js → p-e624799f.system.entry.js} +1 -1
  159. package/lib/duet/{p-eb892975.system.entry.js → p-e887d6db.system.entry.js} +1 -1
  160. package/lib/duet/{p-dcaecb5e.js → p-e9c3053b.js} +1 -1
  161. package/lib/duet/{p-493c6d2f.system.entry.js → p-ebed7c5e.system.entry.js} +1 -1
  162. package/lib/duet/{p-ad07f399.js → p-ed75c8b3.js} +0 -0
  163. package/lib/duet/{p-e5ce7aad.system.entry.js → p-f020852e.system.entry.js} +1 -1
  164. package/lib/duet/p-f2abd301.entry.js +4 -0
  165. package/lib/duet/{p-e7b53f4f.system.entry.js → p-f54d1487.system.entry.js} +1 -1
  166. package/lib/duet/{p-b6dd0933.entry.js → p-fc44a819.entry.js} +1 -1
  167. package/lib/duet/{p-22baf1f8.system.entry.js → p-fcdd24f8.system.entry.js} +1 -1
  168. package/lib/duet/{p-5b546064.entry.js → p-fed35d92.entry.js} +1 -1
  169. package/lib/duet/{p-ef275410.entry.js → p-ff308f4c.entry.js} +1 -1
  170. package/lib/esm/duet-action-button.entry.js +159 -0
  171. package/lib/esm/duet-alert.entry.js +1 -1
  172. package/lib/esm/duet-badge.entry.js +1 -1
  173. package/lib/esm/duet-breadcrumb.entry.js +1 -1
  174. package/lib/esm/duet-breadcrumbs.entry.js +1 -1
  175. package/lib/esm/duet-button_2.entry.js +8 -4
  176. package/lib/esm/duet-caption_4.entry.js +3 -3
  177. package/lib/esm/duet-card.entry.js +3 -3
  178. package/lib/esm/duet-checkbox.entry.js +1 -1
  179. package/lib/esm/duet-choice_2.entry.js +2 -2
  180. package/lib/esm/duet-collapsible.entry.js +2 -2
  181. package/lib/esm/duet-cookie-consent.entry.js +1 -1
  182. package/lib/esm/duet-date-picker.entry.js +4 -4
  183. package/lib/esm/duet-divider_2.entry.js +1 -1
  184. package/lib/esm/{duet-editable-table_4.entry.js → duet-editable-table_3.entry.js} +384 -338
  185. package/lib/esm/duet-empty-state.entry.js +1 -1
  186. package/lib/esm/duet-fieldset.entry.js +1 -1
  187. package/lib/esm/duet-footer.entry.js +1 -1
  188. package/lib/esm/duet-grid_2.entry.js +2 -2
  189. package/lib/esm/duet-header_2.entry.js +3 -3
  190. package/lib/esm/duet-hero.entry.js +1 -1
  191. package/lib/esm/duet-icon.entry.js +3 -3
  192. package/lib/esm/duet-input_2.entry.js +1 -1
  193. package/lib/esm/duet-layout.entry.js +1 -1
  194. package/lib/esm/duet-list_2.entry.js +1 -1
  195. package/lib/esm/duet-modal.entry.js +2 -2
  196. package/lib/esm/duet-notification_2.entry.js +1 -1
  197. package/lib/esm/duet-number-input.entry.js +1 -1
  198. package/lib/esm/duet-pagination_2.entry.js +24 -14
  199. package/lib/esm/duet-progress.entry.js +1 -1
  200. package/lib/esm/duet-radio_2.entry.js +1 -1
  201. package/lib/esm/duet-range-slider.entry.js +2 -2
  202. package/lib/esm/duet-scrollable_3.entry.js +1 -1
  203. package/lib/esm/duet-select.entry.js +1 -1
  204. package/lib/esm/duet-step_2.entry.js +1 -1
  205. package/lib/esm/duet-textarea.entry.js +1 -1
  206. package/lib/esm/duet-toggle.entry.js +1 -1
  207. package/lib/esm/duet-tooltip.entry.js +1 -1
  208. package/lib/esm/duet-tray.entry.js +2 -2
  209. package/lib/esm/duet-upload-aria-status.entry.js +1 -1
  210. package/lib/esm/duet-visually-hidden.entry.js +1 -1
  211. package/lib/esm/duet.js +2 -2
  212. package/lib/esm/{focus-utils-d4e80e1e.js → focus-utils-b0b3361f.js} +1 -1
  213. package/lib/esm/{index-4a5e7664.js → index-16f4da7f.js} +1 -1
  214. package/lib/esm/js-utils-52e0944c.js +36 -0
  215. package/lib/esm/loader.js +2 -2
  216. package/lib/esm/{token-utils-e9a69acf.js → token-utils-e9a0cb88.js} +1 -1
  217. package/lib/esm/{tokens-e110dc89.js → tokens-57d98824.js} +0 -0
  218. package/lib/esm/{tokens.module-49cbf963.js → tokens.module-a13e9683.js} +0 -0
  219. package/lib/esm-es5/duet-action-button.entry.js +4 -0
  220. package/lib/esm-es5/duet-alert.entry.js +1 -1
  221. package/lib/esm-es5/duet-badge.entry.js +1 -1
  222. package/lib/esm-es5/duet-breadcrumb.entry.js +1 -1
  223. package/lib/esm-es5/duet-breadcrumbs.entry.js +1 -1
  224. package/lib/esm-es5/duet-button_2.entry.js +1 -1
  225. package/lib/esm-es5/duet-caption_4.entry.js +1 -1
  226. package/lib/esm-es5/duet-card.entry.js +1 -1
  227. package/lib/esm-es5/duet-checkbox.entry.js +1 -1
  228. package/lib/esm-es5/duet-choice_2.entry.js +1 -1
  229. package/lib/esm-es5/duet-collapsible.entry.js +1 -1
  230. package/lib/esm-es5/duet-cookie-consent.entry.js +1 -1
  231. package/lib/esm-es5/duet-date-picker.entry.js +2 -2
  232. package/lib/esm-es5/duet-divider_2.entry.js +1 -1
  233. package/lib/esm-es5/duet-editable-table_3.entry.js +4 -0
  234. package/lib/esm-es5/duet-empty-state.entry.js +1 -1
  235. package/lib/esm-es5/duet-fieldset.entry.js +1 -1
  236. package/lib/esm-es5/duet-footer.entry.js +1 -1
  237. package/lib/esm-es5/duet-grid_2.entry.js +1 -1
  238. package/lib/esm-es5/duet-header_2.entry.js +1 -1
  239. package/lib/esm-es5/duet-hero.entry.js +1 -1
  240. package/lib/esm-es5/duet-icon.entry.js +1 -1
  241. package/lib/esm-es5/duet-input_2.entry.js +1 -1
  242. package/lib/esm-es5/duet-layout.entry.js +1 -1
  243. package/lib/esm-es5/duet-list_2.entry.js +1 -1
  244. package/lib/esm-es5/duet-modal.entry.js +1 -1
  245. package/lib/esm-es5/duet-notification_2.entry.js +1 -1
  246. package/lib/esm-es5/duet-number-input.entry.js +1 -1
  247. package/lib/esm-es5/duet-pagination_2.entry.js +2 -2
  248. package/lib/esm-es5/duet-progress.entry.js +1 -1
  249. package/lib/esm-es5/duet-radio_2.entry.js +1 -1
  250. package/lib/esm-es5/duet-range-slider.entry.js +1 -1
  251. package/lib/esm-es5/duet-scrollable_3.entry.js +1 -1
  252. package/lib/esm-es5/duet-select.entry.js +1 -1
  253. package/lib/esm-es5/duet-step_2.entry.js +1 -1
  254. package/lib/esm-es5/duet-textarea.entry.js +1 -1
  255. package/lib/esm-es5/duet-toggle.entry.js +1 -1
  256. package/lib/esm-es5/duet-tooltip.entry.js +1 -1
  257. package/lib/esm-es5/duet-tray.entry.js +1 -1
  258. package/lib/esm-es5/duet-upload-aria-status.entry.js +1 -1
  259. package/lib/esm-es5/duet-visually-hidden.entry.js +1 -1
  260. package/lib/esm-es5/duet.js +1 -1
  261. package/lib/esm-es5/focus-utils-b0b3361f.js +4 -0
  262. package/lib/esm-es5/{index-4a5e7664.js → index-16f4da7f.js} +1 -1
  263. package/lib/esm-es5/js-utils-52e0944c.js +4 -0
  264. package/lib/esm-es5/loader.js +1 -1
  265. package/lib/esm-es5/{token-utils-e9a69acf.js → token-utils-e9a0cb88.js} +1 -1
  266. package/lib/esm-es5/{tokens-e110dc89.js → tokens-57d98824.js} +0 -0
  267. package/lib/esm-es5/{tokens.module-49cbf963.js → tokens.module-a13e9683.js} +0 -0
  268. package/lib/html.html-data.json +168 -68
  269. package/lib/types/components/duet-action-button/duet-action-button.d.ts +112 -0
  270. package/lib/types/components/duet-button/duet-button.d.ts +4 -0
  271. package/lib/types/components/duet-editable-table/duet-editable-table-tabledata.d.ts +2 -2
  272. package/lib/types/components/duet-editable-table/duet-editable-table.d.ts +106 -48
  273. package/lib/types/components/duet-pagination/duet-pagination.d.ts +7 -2
  274. package/lib/types/components/duet-table/duet-table.d.ts +16 -0
  275. package/lib/types/components/duet-upload/duet-upload.d.ts +68 -58
  276. package/lib/types/components.d.ts +225 -149
  277. package/lib/types/utils/js-utils.d.ts +2 -0
  278. package/package.json +5 -6
  279. package/lib/cjs/duet-editable-table-button.cjs.entry.js +0 -96
  280. package/lib/cjs/js-utils-33a9dbe3.js +0 -16
  281. package/lib/collection/components/duet-editable-table/duet-editable-table-button.css +0 -32
  282. package/lib/collection/components/duet-editable-table/duet-editable-table-button.js +0 -225
  283. package/lib/collection/components/duet-editable-table/duet-editable-table-item.css +0 -36
  284. package/lib/collection/components/duet-editable-table/duet-editable-table-item.js +0 -225
  285. package/lib/duet/p-063fe96d.entry.js +0 -4
  286. package/lib/duet/p-2eeacf1a.entry.js +0 -4
  287. package/lib/duet/p-396f1bdc.entry.js +0 -4
  288. package/lib/duet/p-7b55f33e.entry.js +0 -4
  289. package/lib/duet/p-7e0e2209.system.entry.js +0 -4
  290. package/lib/duet/p-81867417.system.js +0 -4
  291. package/lib/duet/p-a3d7951c.system.entry.js +0 -4
  292. package/lib/duet/p-a619dff3.system.js +0 -4
  293. package/lib/duet/p-b25d3769.js +0 -4
  294. package/lib/duet/p-bf192d9f.entry.js +0 -4
  295. package/lib/duet/p-c76a68aa.system.entry.js +0 -4
  296. package/lib/duet/p-d12b3d21.system.entry.js +0 -4
  297. package/lib/duet/p-ef4962e8.entry.js +0 -4
  298. package/lib/esm/duet-editable-table-button.entry.js +0 -92
  299. package/lib/esm/js-utils-b69f17df.js +0 -14
  300. package/lib/esm-es5/duet-editable-table-button.entry.js +0 -4
  301. package/lib/esm-es5/duet-editable-table_4.entry.js +0 -4
  302. package/lib/esm-es5/focus-utils-d4e80e1e.js +0 -4
  303. package/lib/esm-es5/js-utils-b69f17df.js +0 -4
  304. package/lib/types/components/duet-editable-table/duet-editable-table-button.d.ts +0 -73
  305. package/lib/types/components/duet-editable-table/duet-editable-table-item.d.ts +0 -76
@@ -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-4a5e7664.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-pagination_2",[[1,"duet-pagination",{"theme":[1025],"jumpString":[1,"jump-string"],"ariaLabelsDefaults":[16],"ariaLabels":[16],"take":[1026],"visibleItems":[1026,"visible-items"],"total":[1026],"ariaControls":[1,"accessible-controls"],"current":[1026],"numbersStore":[32],"totalPages":[32],"internalSectionIndex":[32]}],[1,"duet-range-stepper",{"theme":[1025],"stepIndex":[1026,"step-index"],"stepSize":[2,"step-size"],"total":[2],"ariaLabelsDefaults":[16],"ariaLabels":[16],"ariaControls":[1,"accessible-controls"]}]]],["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-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-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],"closeOnBlur":[1028,"close-on-blur"],"open":[32],"show":[64],"hide":[64]},[[8,"keyup","handleKeyUp"]]]]],["duet-cookie-consent",[[1,"duet-cookie-consent",{"accessibleLabel":[1,"accessible-label"],"theme":[1025]}]]],["duet-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-tray",[[1,"duet-tray",{"language":[1025],"accessibleCloseLabelDefaults":[1,"accessible-close-label-default"],"accessibleCloseLabel":[1,"accessible-close-label"],"accessibleOpenLabelDefaults":[1,"accessible-open-label-default"],"accessibleOpenLabel":[1,"accessible-open-label"],"theme":[1025],"active":[516],"autoHide":[4,"auto-hide"],"responsive":[4],"expanded":[32],"hiddenState":[32]},[[9,"scroll","getFrame"],[16,"click","handleBodyClick"]]]]],["duet-breadcrumb",[[1,"duet-breadcrumb",{"theme":[1025],"href":[1025],"icon":[1025],"accessibleLabel":[1,"accessible-label"]}]]],["duet-breadcrumbs",[[1,"duet-breadcrumbs",{"theme":[1025],"children":[32]}]]],["duet-collapsible",[[1,"duet-collapsible",{"theme":[1025],"heading":[1],"headingWeight":[1,"heading-weight"],"headingSize":[1,"heading-size"],"headingLevel":[1,"heading-level"],"margin":[1],"open":[1540],"setFocus":[64]}]]],["duet-select",[[2,"duet-select",{"variation":[1],"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],"centerText":[4,"center-text"],"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-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-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-scrollable_3",[[1,"duet-tab-group",{"theme":[1025],"scrolls":[4],"collapses":[4],"variation":[1],"language":[1025],"labelDefaults":[1,"label-default"],"label":[1],"labelHidden":[4,"label-hidden"],"identifier":[1],"margin":[1],"padding":[1],"tabs":[32],"selected":[32],"openTab":[64],"refresh":[64]}],[6,"duet-tab",{"label":[513],"selected":[516],"accessibleDescriptionDefault":[1,"accessible-description-defaults"],"accessibleDescription":[1,"accessible-description"]}],[1,"duet-scrollable",{"theme":[1025],"identifier":[1],"selected":[1026],"tablistAtStart":[32],"isTabContentSmallerThanWrapper":[32],"tablistAtEnd":[32],"childrenData":[32]}]]],["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-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-badge",[[1,"duet-badge",{"theme":[1025],"variation":[1],"margin":[1]}]]],["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};
4
+ import{p as promiseResolve,b as bootstrapLazy}from"./index-16f4da7f.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-pagination_2",[[1,"duet-pagination",{"theme":[1025],"jumpString":[1,"jump-string"],"variation":[1],"accessibleLabelsDefaults":[16],"accessibleLabels":[16],"take":[1026],"visibleItems":[1026,"visible-items"],"total":[1026],"ariaControls":[1,"accessible-controls"],"current":[1026],"numbersStore":[32],"totalPages":[32],"internalSectionIndex":[32]}],[1,"duet-range-stepper",{"theme":[1025],"stepIndex":[1026,"step-index"],"stepSize":[2,"step-size"],"total":[2],"ariaLabelsDefaults":[16],"ariaLabels":[16],"ariaControls":[1,"accessible-controls"]}]]],["duet-hero",[[1,"duet-hero",{"theme":[1025],"heading":[1],"preHeading":[1,"pre-heading"],"level":[1],"description":[1],"icon":[1],"iconSize":[1,"icon-size"],"iconRight":[4,"icon-right"],"categoryIcon":[1,"category-icon"],"categoryIconColor":[1,"category-icon-color"],"buttonLabel":[1,"button-label"],"language":[1025],"accessibleLabelExternalDefaults":[1,"accessible-label-external-default"],"accessibleLabelExternal":[1,"accessible-label-external"],"buttonUrl":[1,"button-url"],"buttonId":[1,"button-id"],"buttonData":[16],"textCenter":[4,"text-center"],"leftAlign":[4,"left-align"],"image":[1],"variation":[1],"back":[8],"listItems":[8,"list-items"],"actions":[8],"processedListItems":[32],"processedActions":[32],"processedBack":[32]}]]],["duet-date-picker",[[2,"duet-date-picker",{"theme":[1025],"expand":[4],"name":[1],"identifier":[1],"label":[1],"caption":[1],"margin":[1],"language":[1],"placeholderDefaults":[1,"placeholder-default"],"placeholder":[1],"echoPlaceholder":[1540,"echo-placeholder"],"disabled":[516],"error":[1],"labelHidden":[4,"label-hidden"],"role":[1],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"required":[4],"direction":[1],"tooltip":[1],"tooltipDirection":[1,"tooltip-direction"],"value":[1537],"min":[1],"max":[1],"validity":[1040],"open":[32],"focusedDay":[32],"inputValue":[32],"setFocus":[64],"show":[64],"hide":[64]},[[4,"click","handleDocumentClick"]]]]],["duet-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-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-button_2",[[1,"duet-button",{"accessibleLabel":[1,"accessible-label"],"accessibleControls":[1,"accessible-controls"],"accessiblePopup":[1,"accessible-popup"],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleOwns":[1,"accessible-owns"],"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleExpanded":[4,"accessible-expanded"],"accessiblePressed":[4,"accessible-pressed"],"loading":[4],"variation":[1],"negative":[4],"theme":[1025],"margin":[1],"padding":[1],"centerText":[4,"center-text"],"wrapping":[1],"expand":[4],"fixed":[4],"disabled":[516],"name":[1],"value":[1],"identifier":[1],"submit":[516],"external":[4],"language":[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-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-modal",[[1,"duet-modal",{"language":[1025],"accessibleCloseLabelDefaults":[1,"accessible-close-label-default"],"accessibleCloseLabel":[1,"accessible-close-label"],"size":[1],"gutterSize":[1,"gutter-size"],"theme":[1025],"heading":[1],"headingLevel":[1,"heading-level"],"icon":[1],"color":[1],"active":[1540],"closeOnBlur":[1028,"close-on-blur"],"open":[32],"show":[64],"hide":[64]},[[8,"keyup","handleKeyUp"]]]]],["duet-cookie-consent",[[1,"duet-cookie-consent",{"accessibleLabel":[1,"accessible-label"],"theme":[1025]}]]],["duet-notification_2",[[1,"duet-notification-drawer",{"icon":[1],"label":[1],"language":[1],"accessibleLabelNotificationsDefaults":[1,"accessible-label-notification-default"],"accessibleLabelNotifications":[1,"accessible-label-notifications"],"badge":[4],"theme":[1025],"direction":[1],"isOpen":[32],"hasNotifications":[32],"setFocus":[64],"open":[64],"close":[64]},[[6,"focus","handleClickFocusOutside"],[6,"click","handleClickFocusOutside"]]],[1,"duet-notification",{"language":[1],"accessibleLabelUnreadDefaults":[16],"accessibleLabelUnread":[1,"accessible-label-unread"],"url":[1],"date":[1],"highlight":[4],"external":[4],"theme":[1025],"setFocus":[64]}]]],["duet-step_2",[[6,"duet-step",{"theme":[1025],"heading":[1],"headingLevel":[1,"heading-level"],"stepIndex":[2,"step-index"],"state":[1],"roundedTop":[4,"rounded-top"],"roundedBottom":[4,"rounded-bottom"],"setFocus":[64]}],[1,"duet-stepper",{"theme":[1025],"accessibleLive":[1,"accessible-live"],"margin":[1],"backDisabled":[4,"back-disabled"],"selected":[514]},[[0,"duetStepClick","onDuetStepClick"]]]]],["duet-footer",[[1,"duet-footer",{"theme":[1025],"variation":[1],"margin":[1],"logoHref":[1,"logo-href"],"language":[1025],"items":[8],"accessibleLabelExternalDefaults":[1,"accessible-label-external-default"],"accessibleLabelExternal":[1,"accessible-label-external"],"menu":[8],"processedItems":[32],"processedMenu":[32]}]]],["duet-tray",[[1,"duet-tray",{"language":[1025],"accessibleCloseLabelDefaults":[1,"accessible-close-label-default"],"accessibleCloseLabel":[1,"accessible-close-label"],"accessibleOpenLabelDefaults":[1,"accessible-open-label-default"],"accessibleOpenLabel":[1,"accessible-open-label"],"theme":[1025],"active":[516],"autoHide":[4,"auto-hide"],"responsive":[4],"expanded":[32],"hiddenState":[32]},[[9,"scroll","getFrame"],[16,"click","handleBodyClick"]]]]],["duet-breadcrumb",[[1,"duet-breadcrumb",{"theme":[1025],"href":[1025],"icon":[1025],"accessibleLabel":[1,"accessible-label"]}]]],["duet-breadcrumbs",[[1,"duet-breadcrumbs",{"theme":[1025],"children":[32]}]]],["duet-collapsible",[[1,"duet-collapsible",{"theme":[1025],"heading":[1],"headingWeight":[1,"heading-weight"],"headingSize":[1,"heading-size"],"headingLevel":[1,"heading-level"],"margin":[1],"open":[1540],"setFocus":[64]}]]],["duet-select",[[2,"duet-select",{"variation":[1],"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleDescribedBy":[1,"accessible-described-by"],"margin":[1],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"error":[1],"expand":[4],"value":[1537],"theme":[1025],"labelHidden":[4,"label-hidden"],"identifier":[1],"name":[1],"placeholder":[1],"caption":[1],"echoPlaceholder":[4,"echo-placeholder"],"items":[1],"disabled":[516],"required":[4],"label":[1],"role":[1],"tooltip":[1],"tooltipDirection":[1,"tooltip-direction"],"processedItems":[32],"setFocus":[64]}]]],["duet-scrollable_3",[[1,"duet-tab-group",{"theme":[1025],"scrolls":[4],"collapses":[4],"variation":[1],"language":[1025],"labelDefaults":[1,"label-default"],"label":[1],"labelHidden":[4,"label-hidden"],"identifier":[1],"margin":[1],"padding":[1],"tabs":[32],"selected":[32],"openTab":[64],"refresh":[64]}],[6,"duet-tab",{"label":[513],"selected":[516],"accessibleDescriptionDefault":[1,"accessible-description-defaults"],"accessibleDescription":[1,"accessible-description"]}],[1,"duet-scrollable",{"theme":[1025],"identifier":[1],"selected":[1026],"tablistAtStart":[32],"isTabContentSmallerThanWrapper":[32],"tablistAtEnd":[32],"childrenData":[32]}]]],["duet-alert",[[1,"duet-alert",{"theme":[1025],"accessibleLabelDefaults":[1,"accessible-label-default"],"accessibleLabel":[1,"accessible-label"],"announcements":[4],"icon":[1],"autoDismiss":[2,"auto-dismiss"],"margin":[1],"padding":[1],"variation":[1],"dismissible":[4],"isDismissed":[32],"timeoutID":[32]}]]],["duet-empty-state",[[1,"duet-empty-state",{"theme":[1025],"icon":[1],"size":[1]}]]],["duet-progress",[[0,"duet-progress",{"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleLabel":[1,"accessible-label"],"accessibleLabelUploadDefaults":[1,"accessible-label-upload-defaults"],"accessibleLabelUpload":[1,"accessible-label-upload"],"progress":[1538],"caption":[1],"height":[1],"theme":[1025]}]]],["duet-upload-aria-status",[[1,"duet-upload-aria-status",{"statusMessageLabel":[16],"accessibleAriaLive":[1,"accessible-aria-live"],"valid":[2],"total":[2],"invalid":[2],"inprogress":[2],"statusMessage":[32]}]]],["duet-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-badge",[[1,"duet-badge",{"theme":[1025],"variation":[1],"margin":[1]}]]],["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-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-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-fieldset",[[1,"duet-fieldset",{"theme":[1025],"margin":[1],"caption":[1],"label":[1],"error":[1],"labelHidden":[4,"label-hidden"],"hasTooltip":[32]}]]],["duet-action-button",[[1,"duet-action-button",{"theme":[1025],"iconName":[1,"icon-name"],"iconColor":[1,"icon-color"],"iconSize":[1,"icon-size"],"actionName":[1,"action-name"],"actionId":[1,"action-id"],"actionMeta":[1,"action-meta"],"disabled":[4],"color":[513],"background":[1],"ariaDescribedBy":[1,"accessible-described-by"],"ariaDescription":[1,"accessible-description"],"ariaLabelsDefaults":[16],"ariaLabels":[16],"ariaControls":[1,"accessible-controls"],"numbersStore":[32]}]]],["duet-editable-table_3",[[1,"duet-upload",{"accessibleActiveDescendant":[1,"accessible-active-descendant"],"accessibleDescribedBy":[1,"accessible-described-by"],"accessibleControls":[1,"accessible-controls"],"accessibleOwns":[1,"accessible-owns"],"external":[4],"hideButton":[4,"hide-upload-button"],"actions":[16],"uri":[1],"showLinks":[4,"show-links"],"caption":[1],"statusLabelDefaults":[1,"status-label-default"],"statusMessageLabel":[1,"status-message-label"],"buttonLabelDefaults":[1,"button-label-default"],"buttonLabel":[1,"button-label"],"accessibleButtonLabel":[1,"accessible-button-label"],"theme":[1025],"disabled":[516],"identifier":[1],"margin":[1],"required":[4],"alignment":[1],"hideGroups":[4,"hide-table-labels"],"files":[1040],"valid":[1540],"labelDefaults":[1,"label-default"],"label":[1],"descriptionDefaults":[1,"description-default"],"description":[1],"fileListEmptyDefaults":[1,"list-empty-default"],"fileListEmpty":[1,"file-list-empty"],"error":[1],"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],"groups":[16],"tick":[32],"setFocus":[64],"upload":[64],"refresh":[64],"getFiles":[64],"updateValue":[64]}],[6,"duet-editable-table",{"margin":[1],"variation":[1],"sticky":[4],"stickyDistance":[1,"sticky-distance"],"breakpoint":[1],"actions":[1040],"columns":[1040],"rows":[1040],"sortable":[4],"groupId":[1,"group-id"],"theme":[1025],"accessibleRole":[1,"accessible-role"]}],[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};
@@ -1,4 +1,4 @@
1
1
  /*!
2
2
  * Built with Duet Design System
3
3
  */
4
- import{t as tokens}from"./tokens.module-49cbf963.js";var allowedThemes=["turva"];function isDashCase(e){var r=e.includes("-");var i=e.includes(" ")||e.includes("_");var t=e.charAt(0)==="-";return r&&!i&&!t}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 r=e.split("-");r.forEach((function(e,i){r[i]=capitalize(e)}));return r.join("")}function getTheme(e){if(e===void 0){e=""}if(allowedThemes.includes(e.toLowerCase())){return e.toLowerCase()}return""}function capitalizeFirstLetter(e){return e.charAt(0).toUpperCase()+e.slice(1)}function hasType(e,r){if(r===void 0){r=""}return r.indexOf(capitalizeFirstLetter(e))===0||r.indexOf(e)===0}function addPrefix(e,r){if(r===void 0){r=""}if(r&&!isDashCase(r)&&!hasType(e,r)){return""+e+capitalize(r)}return r}function addTheme(e,r){var i=getTheme(r).length;if(i&&e.indexOf(r)===-1){return""+e+capitalize(r)}return e}function getColorByName(e,r){if(r===void 0){r=""}if(!e){return undefined}var i=convertToColorName(e);var t=convertToColorName(e,r);var o=tokens[t];if(!o){o=tokens[i]}return o}function convertToColorName(e,r){if(e===void 0){e=""}if(r===void 0){r=""}var i=e;var t=isDashCase(e);if(t){i=camelize(i)}i=addPrefix("color",i);i=addTheme(i,r);i=lowerCaseFirst(i);return i}export{getColorByName as g};
4
+ import{t as tokens}from"./tokens.module-a13e9683.js";var allowedThemes=["turva"];function isDashCase(e){var r=e.includes("-");var i=e.includes(" ")||e.includes("_");var t=e.charAt(0)==="-";return r&&!i&&!t}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 r=e.split("-");r.forEach((function(e,i){r[i]=capitalize(e)}));return r.join("")}function getTheme(e){if(e===void 0){e=""}if(allowedThemes.includes(e.toLowerCase())){return e.toLowerCase()}return""}function capitalizeFirstLetter(e){return e.charAt(0).toUpperCase()+e.slice(1)}function hasType(e,r){if(r===void 0){r=""}return r.indexOf(capitalizeFirstLetter(e))===0||r.indexOf(e)===0}function addPrefix(e,r){if(r===void 0){r=""}if(r&&!isDashCase(r)&&!hasType(e,r)){return""+e+capitalize(r)}return r}function addTheme(e,r){var i=getTheme(r).length;if(i&&e.indexOf(r)===-1){return""+e+capitalize(r)}return e}function getColorByName(e,r){if(r===void 0){r=""}if(!e){return undefined}var i=convertToColorName(e);var t=convertToColorName(e,r);var o=tokens[t];if(!o){o=tokens[i]}return o}function convertToColorName(e,r){if(e===void 0){e=""}if(r===void 0){r=""}var i=e;var t=isDashCase(e);if(t){i=camelize(i)}i=addPrefix("color",i);i=addTheme(i,r);i=lowerCaseFirst(i);return i}export{getColorByName as g};
@@ -1,6 +1,92 @@
1
1
  {
2
2
  "version": 1.1,
3
3
  "tags": [
4
+ {
5
+ "name": "duet-action-button",
6
+ "description": {
7
+ "kind": "markdown",
8
+ "value": "Slot: default slot inside an invisible element, this can be used to enhance accessibility\nPart: button this part enables style overrides for the button\nPart: icon this part enables style overrides for the icon"
9
+ },
10
+ "attributes": [
11
+ {
12
+ "name": "action-id",
13
+ "description": "Name of id of action that was called being called"
14
+ },
15
+ {
16
+ "name": "action-meta",
17
+ "description": "Name of id of action that was called being called"
18
+ },
19
+ {
20
+ "name": "action-name",
21
+ "description": "Name of action being called"
22
+ },
23
+ {
24
+ "name": "accessible-controls",
25
+ "description": "Used to indicate which dom element with ID this element controls"
26
+ },
27
+ {
28
+ "name": "accessible-described-by",
29
+ "description": "Described By id"
30
+ },
31
+ {
32
+ "name": "accessible-description",
33
+ "description": "Aria description the button"
34
+ },
35
+ {
36
+ "name": "background",
37
+ "description": "Custom color to be used for a background, as a design token entered\nin camelCase or kebab-case. Using this option the icon will always be resized\nto $size-icon-medium on mobile viewports. Example: \"color-primary\"."
38
+ },
39
+ {
40
+ "name": "color",
41
+ "description": "Custom color to be used for the icon, as a design token entered in camelCase\nor kebab-case. Example: \"color-primary\". This property can also be set to\n\"currentColor\" which forces the icon to use the CSS text color of parent\nelement instead. Useful when you want to control the color in stylesheet\ninstead."
42
+ },
43
+ {
44
+ "name": "disabled",
45
+ "description": "Disables the button"
46
+ },
47
+ {
48
+ "name": "icon-color",
49
+ "description": "Color of the icon to display"
50
+ },
51
+ {
52
+ "name": "icon-name",
53
+ "description": "Name of the icon to display"
54
+ },
55
+ {
56
+ "name": "icon-size",
57
+ "description": "Size of the icon",
58
+ "values": [
59
+ {
60
+ "name": "small"
61
+ },
62
+ {
63
+ "name": "x-small"
64
+ },
65
+ {
66
+ "name": "xx-small"
67
+ }
68
+ ]
69
+ },
70
+ {
71
+ "name": "theme",
72
+ "description": "Theme of the pagination.",
73
+ "values": [
74
+ {
75
+ "name": "default"
76
+ },
77
+ {
78
+ "name": "turva"
79
+ }
80
+ ]
81
+ }
82
+ ],
83
+ "references": [
84
+ {
85
+ "name": "Source code",
86
+ "url": "./https:/lt-devtool.visualstudio.com/_git/Duet%20Design%20System?path=/packages/components/src/components/duet-action-button/duet-action-button.tsx"
87
+ }
88
+ ]
89
+ },
4
90
  {
5
91
  "name": "duet-alert",
6
92
  "description": {
@@ -256,6 +342,10 @@
256
342
  "name": "accessible-owns",
257
343
  "description": "Indicates the id of a component owned by the button."
258
344
  },
345
+ {
346
+ "name": "accessible-popup",
347
+ "description": "Use this property to add an aria-haspopup attribute to a button, if you are using it as a menu button."
348
+ },
259
349
  {
260
350
  "name": "accessible-pressed",
261
351
  "description": "Tells screen reader the element is pressed."
@@ -1328,7 +1418,7 @@
1328
1418
  "name": "duet-editable-table",
1329
1419
  "description": {
1330
1420
  "kind": "markdown",
1331
- "value": "---\ntitle: Editable Table\nname: duet-editable-table\nstatus: ready\nplatforms: Web only\ninternationalization: Supported\naccessibility: Keyboard, Screen Reader\nreleased: 3.4.0\nssr: Supported\nintro: Editable Table is a functional component for enhancing tabular\n data with editable possibilities. It is based upon duet-table but is intended to take a \n Javascript Map of Records and map them into grouped sections \ndescription: It’s important to understand that this component only give you the tools to \n represent a map in a visual way, and connect various \"actions\" to each line item. \n What the line item is and which actions you choose to run are your decisions, \n any action given results an event that contains information about what action was \n clicked/pressed and which line item it originated from.\n The rest of any logic will have to be provided by you.\nexample_height: 400px\nexamples:\n - name: Editable table\n code: This first example creates the actual URL and DOCS, hence it needs to be\n here.\n - name: Editable table with custom groups and mappings\n file: fixtures/duet-editable-table_table_with_custom_groups_and_mappings.html\n - name: Editable table with hidden groups\n file: fixtures/duet-editable-table_table_with_hidden_groups.html \n - name: Editable table using template and columns\n file: fixtures/duet-editable-table_table_with_template.html\ntags:\n - docs-components\n\n---\n\n<!-- usage -->"
1421
+ "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_simple_table.html\n - name: Editable table with hidden groups\n file: fixtures/duet-editable-table_simple_table_with_pagination.html \n - name: Editable table using template and columns\n file: fixtures/duet-editable-table_table_with_actions_and_sorting.html \n - name: Editable table with a ... menu context\n file: fixtures/duet-editable-table_table_with_dot_menu.html\ntags:\n - docs-components\n\n---\n\n<!-- usage -->"
1332
1422
  },
1333
1423
  "attributes": [
1334
1424
  {
@@ -1336,51 +1426,77 @@
1336
1426
  "description": "Exposes the aria role for optimizing accessibility."
1337
1427
  },
1338
1428
  {
1339
- "name": "actions",
1340
- "description": "Array of actions that are mapped via the map variable to the various groups defined in group."
1429
+ "name": "breakpoint",
1430
+ "description": "Duet-table: By default the table is responsive - it will be flattened at narrow viewport widths.\nThis prop controls the breakpoint at which the table should be rendered as a _regular_ table.\nSet to \"none\" to disable the responsive functionality.\nSet to \"none-scrollable\" to disable responsive functionality _and_ allow horizontal scrolling -\nthis is useful for comparison tables where it's important to maintain column and row layout.",
1431
+ "values": [
1432
+ {
1433
+ "name": "large"
1434
+ },
1435
+ {
1436
+ "name": "medium"
1437
+ },
1438
+ {
1439
+ "name": "none"
1440
+ },
1441
+ {
1442
+ "name": "none-scrollable"
1443
+ },
1444
+ {
1445
+ "name": "small"
1446
+ },
1447
+ {
1448
+ "name": "x-large"
1449
+ },
1450
+ {
1451
+ "name": "xx-large"
1452
+ },
1453
+ {
1454
+ "name": "xxx-large"
1455
+ }
1456
+ ]
1341
1457
  },
1342
1458
  {
1343
- "name": "alignment",
1344
- "description": "Key used to set vertical alignment of action buttons"
1459
+ "name": "group-id",
1460
+ "description": "Optional id that get passed to the table and used to setup ::parts"
1345
1461
  },
1346
1462
  {
1347
- "name": "groups",
1348
- "description": "Array of group names that you want the editable table to display (can be used to hide or show groups depending on conditions)."
1463
+ "name": "margin",
1464
+ "description": "Duet-table: margin of the component.",
1465
+ "values": [
1466
+ {
1467
+ "name": "auto"
1468
+ },
1469
+ {
1470
+ "name": "none"
1471
+ }
1472
+ ]
1349
1473
  },
1350
1474
  {
1351
- "name": "hide-table-labels",
1352
- "description": "Shows or hides the table labels."
1475
+ "name": "sortable",
1476
+ "description": "Controls whether the table is sortable by headers"
1353
1477
  },
1354
1478
  {
1355
- "name": "theme",
1356
- "description": "Theme of the table.",
1479
+ "name": "sticky",
1480
+ "description": "Duet-table: Controls whether the table has a sticky header.\nSticky headers are not compatible with breakpoint=\"none-scrollable\"."
1481
+ },
1482
+ {
1483
+ "name": "sticky-distance",
1484
+ "description": "Duet-table: Adjust the distance from top of the viewport (in pixels) when the\ntable header becomes sticky.",
1357
1485
  "values": [
1358
1486
  {
1359
- "name": "default"
1487
+ "name": "none"
1360
1488
  },
1361
1489
  {
1362
- "name": "turva"
1490
+ "name": "with-links"
1491
+ },
1492
+ {
1493
+ "name": "without-links"
1363
1494
  }
1364
1495
  ]
1365
- }
1366
- ],
1367
- "references": [
1368
- {
1369
- "name": "Source code",
1370
- "url": "./https:/lt-devtool.visualstudio.com/_git/Duet%20Design%20System?path=/packages/components/src/components/duet-editable-table/duet-editable-table.tsx"
1371
- }
1372
- ]
1373
- },
1374
- {
1375
- "name": "duet-editable-table-button",
1376
- "description": {
1377
- "kind": "markdown",
1378
- "value": "---\ntitle: Editable Table\nname: duet-editable-table\nstatus: ready\nplatforms: Web only\ninternationalization: Supported\naccessibility: Keyboard, Screen Reader\nreleased: 3.4.0\nssr: Supported\nintro: Editable Table is a functional component for enhancing tabular\n data with editable possibilities. It is based upon duet-table but is intended to take a \n Javascript Map of Records and map them into grouped sections \ndescription: It’s important to understand that this component only give you the tools to \n represent a map in a visual way, and connect various \"actions\" to each line item. \n What the line item is and which actions you choose to run are your decisions, \n any action given results an event that contains information about what action was \n clicked/pressed and which line item it originated from.\n The rest of any logic will have to be provided by you.\nexample_height: 400px\nexamples:\n - name: Editable table\n code: This first example creates the actual URL and DOCS, hence it needs to be\n here.\n - name: Editable table with custom groups and mappings\n file: fixtures/duet-editable-table_table_with_custom_groups_and_mappings.html\n - name: Editable table with hidden groups\n file: fixtures/duet-editable-table_table_with_hidden_groups.html \n - name: Editable table using template and columns\n file: fixtures/duet-editable-table_table_with_template.html\ntags:\n - docs-components\n\n---\n\n<!-- usage -->"
1379
- },
1380
- "attributes": [
1496
+ },
1381
1497
  {
1382
1498
  "name": "theme",
1383
- "description": "Theme of the empty state component.",
1499
+ "description": "Theme of the table.",
1384
1500
  "values": [
1385
1501
  {
1386
1502
  "name": "default"
@@ -1389,39 +1505,19 @@
1389
1505
  "name": "turva"
1390
1506
  }
1391
1507
  ]
1392
- }
1393
- ],
1394
- "references": [
1395
- {
1396
- "name": "Source code",
1397
- "url": "./https:/lt-devtool.visualstudio.com/_git/Duet%20Design%20System?path=/packages/components/src/components/duet-editable-table/duet-editable-table-button.tsx"
1398
- }
1399
- ]
1400
- },
1401
- {
1402
- "name": "duet-editable-table-item",
1403
- "description": {
1404
- "kind": "markdown",
1405
- "value": "---\ntitle: Editable Table\nname: duet-editable-table\nstatus: ready\nplatforms: Web only\ninternationalization: Supported\naccessibility: Keyboard, Screen Reader\nreleased: 3.4.0\nssr: Supported\nintro: Editable Table is a functional component for enhancing tabular\n data with editable possibilities. It is based upon duet-table but is intended to take a \n Javascript Map of Records and map them into grouped sections \ndescription: It’s important to understand that this component only give you the tools to \n represent a map in a visual way, and connect various \"actions\" to each line item. \n What the line item is and which actions you choose to run are your decisions, \n any action given results an event that contains information about what action was \n clicked/pressed and which line item it originated from.\n The rest of any logic will have to be provided by you.\nexample_height: 400px\nexamples:\n - name: Editable table\n code: This first example creates the actual URL and DOCS, hence it needs to be\n here.\n - name: Editable table with custom groups and mappings\n file: fixtures/duet-editable-table_table_with_custom_groups_and_mappings.html\n - name: Editable table with hidden groups\n file: fixtures/duet-editable-table_table_with_hidden_groups.html \n - name: Editable table using template and columns\n file: fixtures/duet-editable-table_table_with_template.html\ntags:\n - docs-components\n\n---\n\n<!-- usage -->"
1406
- },
1407
- "attributes": [
1408
- {
1409
- "name": "alignment",
1410
- "description": "Key used to set vertical alignment of action buttons"
1411
1508
  },
1412
1509
  {
1413
- "name": "key-name",
1414
- "description": "Key used to identify item, when running actions"
1415
- },
1416
- {
1417
- "name": "theme",
1418
- "description": "Theme of the empty state component.",
1510
+ "name": "variation",
1511
+ "description": "Duet-table: Style variation of the table.",
1419
1512
  "values": [
1420
1513
  {
1421
- "name": "default"
1514
+ "name": "fixed"
1422
1515
  },
1423
1516
  {
1424
- "name": "turva"
1517
+ "name": "plain"
1518
+ },
1519
+ {
1520
+ "name": "striped"
1425
1521
  }
1426
1522
  ]
1427
1523
  }
@@ -1429,7 +1525,7 @@
1429
1525
  "references": [
1430
1526
  {
1431
1527
  "name": "Source code",
1432
- "url": "./https:/lt-devtool.visualstudio.com/_git/Duet%20Design%20System?path=/packages/components/src/components/duet-editable-table/duet-editable-table-item.tsx"
1528
+ "url": "./https:/lt-devtool.visualstudio.com/_git/Duet%20Design%20System?path=/packages/components/src/components/duet-editable-table/duet-editable-table.tsx"
1433
1529
  }
1434
1530
  ]
1435
1531
  },
@@ -3336,6 +3432,18 @@
3336
3432
  "name": "total",
3337
3433
  "description": "The total size of the paginating data"
3338
3434
  },
3435
+ {
3436
+ "name": "variation",
3437
+ "description": "Variation of the paginator (compact and default supported)",
3438
+ "values": [
3439
+ {
3440
+ "name": "compact"
3441
+ },
3442
+ {
3443
+ "name": "default"
3444
+ }
3445
+ ]
3446
+ },
3339
3447
  {
3340
3448
  "name": "visible-items",
3341
3449
  "description": "Amount of visible page numbers to show"
@@ -3808,7 +3916,7 @@
3808
3916
  "name": "duet-range-stepper",
3809
3917
  "description": {
3810
3918
  "kind": "markdown",
3811
- "value": "---\ntitle: Ranger\nname: duet-range-stepper\nstatus: ready\nplatforms: Web only\ninternationalization: Supported\naccessibility: Keyboard, Screen Reader\nreleased: 3.2.0\nssr: Supported\nintro: range-stepper is a component that can be used to step through a series of value ranges\nexamples:\n - name: step\n code: This first example creates the actual URL and DOCS, hence it needs to be here.\n - name: Default range stepper\n file: fixtures/duet-range-stepper.html\n - name: Range Stepper with pagination\n file: fixtures/duet-range-stepper_with_pagination.html\ntags:\n - docs-components\n\n---\n\n<!-- usage -->"
3919
+ "value": "---\ntitle: Range Stepper\nname: duet-range-stepper\nstatus: ready\nplatforms: Web only\ninternationalization: Supported\naccessibility: Keyboard, Screen Reader\nreleased: 3.2.0\nssr: Supported\nintro: range-stepper is a component that can be used to step through a series of value ranges\nexamples:\n - name: step\n code: This first example creates the actual URL and DOCS, hence it needs to be here.\n - name: Default range stepper\n file: fixtures/duet-range-stepper.html\n - name: Range Stepper with pagination\n file: fixtures/duet-range-stepper_with_pagination.html\ntags:\n - docs-components\n\n---\n\n<!-- usage -->"
3812
3920
  },
3813
3921
  "attributes": [
3814
3922
  {
@@ -4404,7 +4512,7 @@
4404
4512
  "name": "duet-table",
4405
4513
  "description": {
4406
4514
  "kind": "markdown",
4407
- "value": "---\ntitle: Table\nname: duet-table\nstatus: ready\nplatforms: Web only\ninternationalization: Supported\naccessibility: Keyboard, Screen Reader\nreleased: 3.4.0\nssr: Supported\nintro: Table is a lightweight and un-opinionated component for enhancing tabular\n data. It offers features like sticky headers, support for narrow viewport\n widths, and table styles.\ndescription: It’s important to pay close attention to semantics when authoring\n tables with Duet Table component. The markup in the examples below can be used\n as a starting point for most tables. However, be aware that HTML tables have a\n large feature set, which cannot be covered exhaustively here.\nexample_height: 400px\nexamples:\n - name: table\n code: This first example creates the actual URL and DOCS, hence it needs to be\n here.\n - name: Basic table usage\n file: fixtures/duet-table_basic_table_usage.html\n - name: Plain table variation\n file: fixtures/duet-table_plain_table_variation.html\n - name: Table with right-aligned final column\n file: fixtures/duet-table_table_with_right-aligned_final_column.html\n - name: Table with a custom breakpoint\n file: fixtures/duet-table_table_with_a_custom_breakpoint.html\n - name: Table with a footer\n file: fixtures/duet-table_table_with_a_footer.html\n - name: Table with a sticky header\n file: fixtures/duet-table_table_with_a_sticky_header.html\n - name: Table with multiple bodies and sub-headings\n file: fixtures/duet-table_table_with_multiple_bodies_and_sub-headings.html\n - name: Comparison table\n file: fixtures/duet-table_comparison_table.html\n - name: Table with inline actions\n file: fixtures/duet-table_table_with_inline_actions.html\ntags:\n - docs-components\n\n---\n\n<!-- usage -->"
4515
+ "value": "---\ntitle: Table\nname: duet-table\nstatus: ready\nplatforms: Web only\ninternationalization: Supported\naccessibility: Keyboard, Screen Reader\nreleased: 3.4.0\nssr: Supported\nintro: Table is a lightweight and un-opinionated component for enhancing tabular\n data. It offers features like sticky headers, support for narrow viewport\n widths, and table styles.\ndescription: It’s important to pay close attention to semantics when authoring\n tables with Duet Table component. The markup in the examples below can be used\n as a starting point for most tables. However, be aware that HTML tables have a\n large feature set, which cannot be covered exhaustively here.\nexample_height: 400px\nexamples:\n - name: table\n code: This first example creates the actual URL and DOCS, hence it needs to be\n here.\n - name: Basic table usage\n file: fixtures/duet-table_basic_table_usage.html\n - name: Plain table variation\n file: fixtures/duet-table_plain_table_variation.html\n - name: Table with right-aligned final column\n file: fixtures/duet-table_table_with_right-aligned_final_column.html\n - name: Table with a custom breakpoint\n file: fixtures/duet-table_table_with_a_custom_breakpoint.html\n - name: Table with a footer\n file: fixtures/duet-table_table_with_a_footer.html\n - name: Table with a sticky header\n file: fixtures/duet-table_table_with_a_sticky_header.html\n - name: Table with multiple bodies and sub-headings\n file: fixtures/duet-table_table_with_multiple_bodies_and_sub-headings.html\n - name: Comparison table\n file: fixtures/duet-table_comparison_table.html\n - name: Table as grouped collection, hidden headers in desktop view\n file: fixtures/duet-table_table_as_grouped_collection.html\ntags:\n - docs-components\n\n---\n\n<!-- usage -->"
4408
4516
  },
4409
4517
  "attributes": [
4410
4518
  {
@@ -4938,10 +5046,6 @@
4938
5046
  "name": "accessible-owns",
4939
5047
  "description": "Indicates the id of a component owned by the input."
4940
5048
  },
4941
- {
4942
- "name": "actions",
4943
- "description": "Default actions added to the internally used duet-editable-table"
4944
- },
4945
5049
  {
4946
5050
  "name": "alignment",
4947
5051
  "description": "Key used to set vertical alignment of action buttons"
@@ -4994,10 +5098,6 @@
4994
5098
  "name": "list-empty-default",
4995
5099
  "description": "Defaults for the filelist's empty state."
4996
5100
  },
4997
- {
4998
- "name": "groups",
4999
- "description": "Array of group names that you want the editable table to use to display files"
5000
- },
5001
5101
  {
5002
5102
  "name": "hide-upload-button",
5003
5103
  "description": "If set the upload component will not display an upload button, you will have to create one yourself\nand call the exposed method startUpload"
@@ -0,0 +1,112 @@
1
+ import { EventEmitter } from "../../stencil-public-runtime";
2
+ import { DuetColor, DuetTheme } from "../../common-types";
3
+ import { DuetLangObject } from "../../utils/language-utils";
4
+ import { ThemeableComponent } from "../../utils/themeable-component";
5
+ export declare type DuetActionButtonEvent = {
6
+ originalEvent?: Event;
7
+ component: "duet-action-button";
8
+ action: string;
9
+ name?: string;
10
+ id?: string | undefined;
11
+ index?: string | undefined;
12
+ meta?: Record<any, any> | string | undefined;
13
+ };
14
+ export declare type DuetActionButtonIconSize = "xx-small" | "x-small" | "small";
15
+ /**
16
+ * Slot: default slot inside an invisible element, this can be used to enhance accessibility
17
+ * Part: button this part enables style overrides for the button
18
+ * Part: icon this part enables style overrides for the icon
19
+ */
20
+ export declare class DuetActionButton implements ThemeableComponent {
21
+ numbersStore: string;
22
+ /**
23
+ * Reference to host HTML element.
24
+ */
25
+ element: HTMLElement;
26
+ /**
27
+ * Theme of the pagination.
28
+ */
29
+ theme: DuetTheme;
30
+ /**
31
+ * Name of the icon to display
32
+ */
33
+ iconName: string;
34
+ /**
35
+ * Color of the icon to display
36
+ */
37
+ iconColor: string;
38
+ /**
39
+ * Size of the icon
40
+ */
41
+ iconSize: DuetActionButtonIconSize;
42
+ /**
43
+ * Name of action being called
44
+ */
45
+ actionName: string;
46
+ /**
47
+ * Name of id of action that was called being called
48
+ */
49
+ actionId: string;
50
+ /**
51
+ * Name of id of action that was called being called
52
+ */
53
+ actionMeta: Record<any, any> | string;
54
+ /**
55
+ * Disables the button
56
+ */
57
+ disabled: boolean;
58
+ /**
59
+ * Custom color to be used for the icon, as a design token entered in camelCase
60
+ * or kebab-case. Example: "color-primary". This property can also be set to
61
+ * "currentColor" which forces the icon to use the CSS text color of parent
62
+ * element instead. Useful when you want to control the color in stylesheet
63
+ * instead.
64
+ */
65
+ color: DuetColor;
66
+ /**
67
+ * Custom color to be used for a background, as a design token entered
68
+ * in camelCase or kebab-case. Using this option the icon will always be resized
69
+ * to $size-icon-medium on mobile viewports. Example: "color-primary".
70
+ */
71
+ background: DuetColor;
72
+ /**
73
+ * Described By id
74
+ */
75
+ ariaDescribedBy: string;
76
+ /**
77
+ * Aria description the button
78
+ */
79
+ ariaDescription: string;
80
+ /**
81
+ * Default pagination labels
82
+ */
83
+ ariaLabelsDefaults: DuetLangObject;
84
+ /**
85
+ * Default pagination labels
86
+ */
87
+ ariaLabels: Record<string, string>;
88
+ /**
89
+ * Used to indicate which dom element with ID this element controls
90
+ */
91
+ ariaControls: string;
92
+ /**
93
+ * Emitted a page selection has been made
94
+ */
95
+ duetActionEvent: EventEmitter<DuetActionButtonEvent>;
96
+ private listId;
97
+ /**
98
+ * Private methods.
99
+ */
100
+ private emitPageEvent;
101
+ private onKeyboardDown;
102
+ private onMouseHandler;
103
+ /**
104
+ * Component lifecycle events.
105
+ */
106
+ componentWillLoad(): void;
107
+ /**
108
+ * render() function
109
+ * Always the last one in the class.
110
+ */
111
+ render(): any;
112
+ }
@@ -30,6 +30,10 @@ export declare class DuetButton implements ThemeableComponent, FormComponent {
30
30
  * the attribute to point to the unique id of the content that the button manages.
31
31
  */
32
32
  accessibleControls: string;
33
+ /**
34
+ * Use this property to add an aria-haspopup attribute to a button, if you are using it as a menu button.
35
+ */
36
+ accessiblePopup: string;
33
37
  /**
34
38
  * Indicates the id of a related component’s visually focused element.
35
39
  */