@duetds/components 5.3.2 → 5.3.5

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 (260) hide show
  1. package/hydrate/index.js +89 -45
  2. package/lib/cjs/duet-action-button.cjs.entry.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-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 +1 -1
  8. package/lib/cjs/duet-caption_4.cjs.entry.js +1 -1
  9. package/lib/cjs/duet-card.cjs.entry.js +1 -1
  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 +1 -1
  13. package/lib/cjs/duet-combobox.cjs.entry.js +1 -1
  14. package/lib/cjs/duet-cookie-consent.cjs.entry.js +1 -1
  15. package/lib/cjs/duet-date-picker.cjs.entry.js +2 -2
  16. package/lib/cjs/duet-divider_2.cjs.entry.js +1 -1
  17. package/lib/cjs/duet-editable-table_3.cjs.entry.js +75 -43
  18. package/lib/cjs/duet-empty-state.cjs.entry.js +1 -1
  19. package/lib/cjs/duet-fieldset.cjs.entry.js +1 -1
  20. package/lib/cjs/duet-footer.cjs.entry.js +1 -1
  21. package/lib/cjs/duet-grid_2.cjs.entry.js +1 -1
  22. package/lib/cjs/duet-header_2.cjs.entry.js +2 -2
  23. package/lib/cjs/duet-hero.cjs.entry.js +1 -1
  24. package/lib/cjs/duet-icon.cjs.entry.js +1 -1
  25. package/lib/cjs/duet-input_2.cjs.entry.js +1 -1
  26. package/lib/cjs/duet-layout.cjs.entry.js +1 -1
  27. package/lib/cjs/duet-list_2.cjs.entry.js +1 -1
  28. package/lib/cjs/duet-modal.cjs.entry.js +2 -2
  29. package/lib/cjs/duet-notification_2.cjs.entry.js +1 -1
  30. package/lib/cjs/duet-number-input.cjs.entry.js +1 -1
  31. package/lib/cjs/duet-pagination_2.cjs.entry.js +1 -1
  32. package/lib/cjs/duet-progress.cjs.entry.js +1 -1
  33. package/lib/cjs/duet-radio_2.cjs.entry.js +1 -1
  34. package/lib/cjs/duet-range-slider.cjs.entry.js +1 -1
  35. package/lib/cjs/duet-scrollable_3.cjs.entry.js +1 -1
  36. package/lib/cjs/duet-select.cjs.entry.js +1 -1
  37. package/lib/cjs/duet-step_2.cjs.entry.js +1 -1
  38. package/lib/cjs/duet-textarea.cjs.entry.js +1 -1
  39. package/lib/cjs/duet-toggle.cjs.entry.js +1 -1
  40. package/lib/cjs/duet-tooltip.cjs.entry.js +1 -1
  41. package/lib/cjs/duet-tray.cjs.entry.js +1 -1
  42. package/lib/cjs/duet-upload-aria-status.cjs.entry.js +1 -1
  43. package/lib/cjs/duet-visually-hidden.cjs.entry.js +1 -1
  44. package/lib/cjs/duet.cjs.js +2 -2
  45. package/lib/cjs/{focus-utils-1de1fb9e.js → focus-utils-84c29960.js} +1 -1
  46. package/lib/cjs/{index-e25673c3.js → index-772cc42f.js} +1 -1
  47. package/lib/cjs/loader.cjs.js +2 -2
  48. package/lib/collection/components/duet-action-button/duet-action-button.js +3 -3
  49. package/lib/collection/components/duet-header/duet-header.css +28 -5
  50. package/lib/collection/components/duet-pagination/duet-pagination.js +6 -0
  51. package/lib/collection/components/duet-range-stepper/duet-range-stepper.js +4 -0
  52. package/lib/collection/components/duet-upload/duet-upload.css +3 -3
  53. package/lib/collection/components/duet-upload/duet-upload.js +113 -27
  54. package/lib/collection/components/duet-upload/errorcodes.utils.js +5 -4
  55. package/lib/collection/components/duet-upload/mock.helpers.js +16 -5
  56. package/lib/collection/components/duet-upload/upload-editable-item-error.js +4 -4
  57. package/lib/collection/components/duet-upload/upload-editable-item-inprogres.js +5 -2
  58. package/lib/collection/components/duet-upload/upload-editable-item-pending.js +4 -3
  59. package/lib/collection/components/duet-upload/upload-validators.js +6 -6
  60. package/lib/collection/components/duet-upload/xhr.helpers.js +1 -0
  61. package/lib/custom-elements-bundle/index.js +76 -44
  62. package/lib/duet/duet.esm.js +1 -1
  63. package/lib/duet/duet.js +1 -1
  64. package/lib/duet/{p-a79524ea.system.entry.js → p-01ccafd3.system.entry.js} +2 -2
  65. package/lib/duet/{p-a164b64d.entry.js → p-05ff2672.entry.js} +1 -1
  66. package/lib/duet/{p-b2351491.entry.js → p-083e39cc.entry.js} +1 -1
  67. package/lib/duet/{p-fdfa9d96.system.entry.js → p-0b426a83.system.entry.js} +1 -1
  68. package/lib/duet/{p-dfa83a7b.entry.js → p-0d188b2d.entry.js} +1 -1
  69. package/lib/duet/{p-7065da4f.entry.js → p-0f144788.entry.js} +1 -1
  70. package/lib/duet/{p-9518a50d.entry.js → p-100b6a91.entry.js} +1 -1
  71. package/lib/duet/{p-0a399341.system.entry.js → p-12b8cb2f.system.entry.js} +1 -1
  72. package/lib/duet/{p-8544ac3e.system.entry.js → p-16bc9a7e.system.entry.js} +1 -1
  73. package/lib/duet/{p-9b762624.entry.js → p-1717ed62.entry.js} +1 -1
  74. package/lib/duet/{p-6c4bb84d.system.entry.js → p-1a8dfe6e.system.entry.js} +1 -1
  75. package/lib/duet/{p-07a4933d.system.entry.js → p-20f4d5d2.system.entry.js} +1 -1
  76. package/lib/duet/{p-62f76416.entry.js → p-2553a64a.entry.js} +1 -1
  77. package/lib/duet/{p-14532cbb.system.entry.js → p-2d58c660.system.entry.js} +1 -1
  78. package/lib/duet/{p-d2eec878.entry.js → p-32dd246d.entry.js} +1 -1
  79. package/lib/duet/{p-e8a19b86.system.entry.js → p-35159c88.system.entry.js} +1 -1
  80. package/lib/duet/{p-1147c2f3.system.entry.js → p-35d6061d.system.entry.js} +1 -1
  81. package/lib/duet/{p-943a6f4f.entry.js → p-36924c8f.entry.js} +1 -1
  82. package/lib/duet/{p-dd1cebc6.system.entry.js → p-3d27e5ed.system.entry.js} +1 -1
  83. package/lib/duet/{p-8e84cb24.system.entry.js → p-3f1e781d.system.entry.js} +1 -1
  84. package/lib/duet/{p-de007928.system.entry.js → p-3f50d9bd.system.entry.js} +1 -1
  85. package/lib/duet/{p-efd2027f.system.entry.js → p-411bec39.system.entry.js} +1 -1
  86. package/lib/duet/{p-7f720f3d.system.entry.js → p-4260e8b5.system.entry.js} +1 -1
  87. package/lib/duet/{p-06d6fcbb.entry.js → p-43c1dcf5.entry.js} +1 -1
  88. package/lib/duet/{p-9e9a00fa.entry.js → p-442f1dd5.entry.js} +1 -1
  89. package/lib/duet/{p-e5541622.entry.js → p-4903478e.entry.js} +1 -1
  90. package/lib/duet/{p-324c6a7f.system.entry.js → p-4dcbaccf.system.entry.js} +1 -1
  91. package/lib/duet/{p-f36d233f.entry.js → p-4e8f57dd.entry.js} +1 -1
  92. package/lib/duet/{p-eab71bc1.entry.js → p-4fd4ddda.entry.js} +1 -1
  93. package/lib/duet/{p-cd6016c3.system.entry.js → p-5184e972.system.entry.js} +1 -1
  94. package/lib/duet/{p-96bd5181.entry.js → p-56ae348b.entry.js} +1 -1
  95. package/lib/duet/{p-a00567c5.entry.js → p-61507bc8.entry.js} +1 -1
  96. package/lib/duet/{p-195cbb65.system.js → p-631054f3.system.js} +1 -1
  97. package/lib/duet/{p-b15a7acd.entry.js → p-634fda0f.entry.js} +1 -1
  98. package/lib/duet/{p-5f751350.entry.js → p-64a691e3.entry.js} +1 -1
  99. package/lib/duet/{p-f62c6c1a.entry.js → p-661f842b.entry.js} +1 -1
  100. package/lib/duet/{p-eed733d0.entry.js → p-6dd1cf98.entry.js} +1 -1
  101. package/lib/duet/{p-05503430.system.entry.js → p-7382c47e.system.entry.js} +1 -1
  102. package/lib/duet/{p-7acbb1cf.entry.js → p-7de54632.entry.js} +1 -1
  103. package/lib/duet/{p-94a68b9a.entry.js → p-7dfe1c16.entry.js} +1 -1
  104. package/lib/duet/{p-e60b6064.system.entry.js → p-815f4a10.system.entry.js} +1 -1
  105. package/lib/duet/{p-7f501fed.system.entry.js → p-85c68d48.system.entry.js} +1 -1
  106. package/lib/duet/{p-b7a56046.entry.js → p-86a47942.entry.js} +1 -1
  107. package/lib/duet/{p-195f6e6b.system.entry.js → p-8708f306.system.entry.js} +1 -1
  108. package/lib/duet/{p-3e8e00aa.system.entry.js → p-89f53f18.system.entry.js} +1 -1
  109. package/lib/duet/{p-27e1329c.system.entry.js → p-8a472df4.system.entry.js} +1 -1
  110. package/lib/duet/{p-dfec73ab.system.entry.js → p-8b7adbf6.system.entry.js} +1 -1
  111. package/lib/duet/{p-29f6749b.system.js → p-8c282db8.system.js} +1 -1
  112. package/lib/duet/{p-fe7a158d.system.entry.js → p-8eb6610c.system.entry.js} +1 -1
  113. package/lib/duet/{p-abb3619b.entry.js → p-8f74030a.entry.js} +1 -1
  114. package/lib/duet/p-8fa7559b.system.entry.js +4 -0
  115. package/lib/duet/{p-ed86e7b8.system.entry.js → p-9027d0a4.system.entry.js} +1 -1
  116. package/lib/duet/{p-bc4dbe8f.system.entry.js → p-9071d4e1.system.entry.js} +1 -1
  117. package/lib/duet/{p-bd361dca.entry.js → p-909aaac4.entry.js} +1 -1
  118. package/lib/duet/{p-76502a6e.system.entry.js → p-923b03a6.system.entry.js} +1 -1
  119. package/lib/duet/{p-096d3138.system.entry.js → p-97bb6fdd.system.entry.js} +1 -1
  120. package/lib/duet/{p-c5353e57.system.entry.js → p-9df4bfa0.system.entry.js} +1 -1
  121. package/lib/duet/{p-47a3d44a.entry.js → p-a818e289.entry.js} +1 -1
  122. package/lib/duet/p-acaedb00.system.js +5 -0
  123. package/lib/duet/{p-6d6af360.entry.js → p-b48811b5.entry.js} +1 -1
  124. package/lib/duet/{p-e1dc474f.entry.js → p-b74364d3.entry.js} +1 -1
  125. package/lib/duet/{p-4eca850e.system.entry.js → p-b787e777.system.entry.js} +1 -1
  126. package/lib/duet/{p-58f4df49.entry.js → p-b88b18c3.entry.js} +1 -1
  127. package/lib/duet/{p-3a587bea.system.entry.js → p-b972e7b7.system.entry.js} +1 -1
  128. package/lib/duet/{p-be2cc769.system.entry.js → p-ba0a4b7e.system.entry.js} +1 -1
  129. package/lib/duet/p-bacb27a1.js +5 -0
  130. package/lib/duet/{p-b046cc6d.entry.js → p-c069f560.entry.js} +1 -1
  131. package/lib/duet/{p-781803f9.system.entry.js → p-c0d98307.system.entry.js} +1 -1
  132. package/lib/duet/{p-f1ac8970.entry.js → p-c4b6bf46.entry.js} +1 -1
  133. package/lib/duet/p-c60f00e7.system.entry.js +4 -0
  134. package/lib/duet/{p-40ba3e58.entry.js → p-c9f704c9.entry.js} +1 -1
  135. package/lib/duet/p-cdba4c82.entry.js +4 -0
  136. package/lib/duet/{p-e53b41b1.js → p-ce276fc8.js} +1 -1
  137. package/lib/duet/{p-44430576.entry.js → p-d06f9b6c.entry.js} +1 -1
  138. package/lib/duet/{p-a541f140.entry.js → p-dbb2579c.entry.js} +1 -1
  139. package/lib/duet/{p-3a196674.entry.js → p-dfa92326.entry.js} +1 -1
  140. package/lib/duet/{p-eda03e7a.system.entry.js → p-e00170a2.system.entry.js} +1 -1
  141. package/lib/duet/{p-2980439e.system.entry.js → p-e36b95e0.system.entry.js} +1 -1
  142. package/lib/duet/{p-c33d40b4.entry.js → p-e40b610d.entry.js} +1 -1
  143. package/lib/duet/{p-a2f33ea2.entry.js → p-e6fdaa31.entry.js} +1 -1
  144. package/lib/duet/{p-606f0e3e.system.entry.js → p-e908bfdc.system.entry.js} +1 -1
  145. package/lib/duet/{p-99fc1806.system.entry.js → p-e980faf9.system.entry.js} +1 -1
  146. package/lib/duet/{p-27df7993.entry.js → p-ea806947.entry.js} +1 -1
  147. package/lib/duet/{p-b2d8afd1.system.entry.js → p-f2dab640.system.entry.js} +1 -1
  148. package/lib/duet/{p-f68f4f90.entry.js → p-f301004d.entry.js} +1 -1
  149. package/lib/duet/{p-13b08905.system.entry.js → p-f9045aab.system.entry.js} +2 -2
  150. package/lib/duet/{p-83ccb4d1.system.entry.js → p-fab89c9d.system.entry.js} +1 -1
  151. package/lib/duet/{p-cd55d122.entry.js → p-fdaaa3ad.entry.js} +1 -1
  152. package/lib/duet/{p-60bc3fd1.entry.js → p-ff94713b.entry.js} +1 -1
  153. package/lib/esm/duet-action-button.entry.js +1 -1
  154. package/lib/esm/duet-alert.entry.js +1 -1
  155. package/lib/esm/duet-badge.entry.js +1 -1
  156. package/lib/esm/duet-breadcrumb.entry.js +1 -1
  157. package/lib/esm/duet-breadcrumbs.entry.js +1 -1
  158. package/lib/esm/duet-button_2.entry.js +1 -1
  159. package/lib/esm/duet-caption_4.entry.js +1 -1
  160. package/lib/esm/duet-card.entry.js +1 -1
  161. package/lib/esm/duet-checkbox.entry.js +1 -1
  162. package/lib/esm/duet-choice_2.entry.js +2 -2
  163. package/lib/esm/duet-collapsible.entry.js +1 -1
  164. package/lib/esm/duet-combobox.entry.js +1 -1
  165. package/lib/esm/duet-cookie-consent.entry.js +1 -1
  166. package/lib/esm/duet-date-picker.entry.js +2 -2
  167. package/lib/esm/duet-divider_2.entry.js +1 -1
  168. package/lib/esm/duet-editable-table_3.entry.js +75 -43
  169. package/lib/esm/duet-empty-state.entry.js +1 -1
  170. package/lib/esm/duet-fieldset.entry.js +1 -1
  171. package/lib/esm/duet-footer.entry.js +1 -1
  172. package/lib/esm/duet-grid_2.entry.js +1 -1
  173. package/lib/esm/duet-header_2.entry.js +2 -2
  174. package/lib/esm/duet-hero.entry.js +1 -1
  175. package/lib/esm/duet-icon.entry.js +1 -1
  176. package/lib/esm/duet-input_2.entry.js +1 -1
  177. package/lib/esm/duet-layout.entry.js +1 -1
  178. package/lib/esm/duet-list_2.entry.js +1 -1
  179. package/lib/esm/duet-modal.entry.js +2 -2
  180. package/lib/esm/duet-notification_2.entry.js +1 -1
  181. package/lib/esm/duet-number-input.entry.js +1 -1
  182. package/lib/esm/duet-pagination_2.entry.js +1 -1
  183. package/lib/esm/duet-progress.entry.js +1 -1
  184. package/lib/esm/duet-radio_2.entry.js +1 -1
  185. package/lib/esm/duet-range-slider.entry.js +1 -1
  186. package/lib/esm/duet-scrollable_3.entry.js +1 -1
  187. package/lib/esm/duet-select.entry.js +1 -1
  188. package/lib/esm/duet-step_2.entry.js +1 -1
  189. package/lib/esm/duet-textarea.entry.js +1 -1
  190. package/lib/esm/duet-toggle.entry.js +1 -1
  191. package/lib/esm/duet-tooltip.entry.js +1 -1
  192. package/lib/esm/duet-tray.entry.js +1 -1
  193. package/lib/esm/duet-upload-aria-status.entry.js +1 -1
  194. package/lib/esm/duet-visually-hidden.entry.js +1 -1
  195. package/lib/esm/duet.js +2 -2
  196. package/lib/esm/{focus-utils-634e7bc9.js → focus-utils-07c543df.js} +1 -1
  197. package/lib/esm/{index-59261780.js → index-bcca1cb8.js} +1 -1
  198. package/lib/esm/loader.js +2 -2
  199. package/lib/esm-es5/duet-action-button.entry.js +1 -1
  200. package/lib/esm-es5/duet-alert.entry.js +1 -1
  201. package/lib/esm-es5/duet-badge.entry.js +1 -1
  202. package/lib/esm-es5/duet-breadcrumb.entry.js +1 -1
  203. package/lib/esm-es5/duet-breadcrumbs.entry.js +1 -1
  204. package/lib/esm-es5/duet-button_2.entry.js +1 -1
  205. package/lib/esm-es5/duet-caption_4.entry.js +1 -1
  206. package/lib/esm-es5/duet-card.entry.js +1 -1
  207. package/lib/esm-es5/duet-checkbox.entry.js +1 -1
  208. package/lib/esm-es5/duet-choice_2.entry.js +1 -1
  209. package/lib/esm-es5/duet-collapsible.entry.js +1 -1
  210. package/lib/esm-es5/duet-combobox.entry.js +1 -1
  211. package/lib/esm-es5/duet-cookie-consent.entry.js +1 -1
  212. package/lib/esm-es5/duet-date-picker.entry.js +1 -1
  213. package/lib/esm-es5/duet-divider_2.entry.js +1 -1
  214. package/lib/esm-es5/duet-editable-table_3.entry.js +1 -1
  215. package/lib/esm-es5/duet-empty-state.entry.js +1 -1
  216. package/lib/esm-es5/duet-fieldset.entry.js +1 -1
  217. package/lib/esm-es5/duet-footer.entry.js +1 -1
  218. package/lib/esm-es5/duet-grid_2.entry.js +1 -1
  219. package/lib/esm-es5/duet-header_2.entry.js +2 -2
  220. package/lib/esm-es5/duet-hero.entry.js +1 -1
  221. package/lib/esm-es5/duet-icon.entry.js +1 -1
  222. package/lib/esm-es5/duet-input_2.entry.js +1 -1
  223. package/lib/esm-es5/duet-layout.entry.js +1 -1
  224. package/lib/esm-es5/duet-list_2.entry.js +1 -1
  225. package/lib/esm-es5/duet-modal.entry.js +1 -1
  226. package/lib/esm-es5/duet-notification_2.entry.js +1 -1
  227. package/lib/esm-es5/duet-number-input.entry.js +1 -1
  228. package/lib/esm-es5/duet-pagination_2.entry.js +1 -1
  229. package/lib/esm-es5/duet-progress.entry.js +1 -1
  230. package/lib/esm-es5/duet-radio_2.entry.js +1 -1
  231. package/lib/esm-es5/duet-range-slider.entry.js +1 -1
  232. package/lib/esm-es5/duet-scrollable_3.entry.js +1 -1
  233. package/lib/esm-es5/duet-select.entry.js +1 -1
  234. package/lib/esm-es5/duet-step_2.entry.js +1 -1
  235. package/lib/esm-es5/duet-textarea.entry.js +1 -1
  236. package/lib/esm-es5/duet-toggle.entry.js +1 -1
  237. package/lib/esm-es5/duet-tooltip.entry.js +1 -1
  238. package/lib/esm-es5/duet-tray.entry.js +1 -1
  239. package/lib/esm-es5/duet-upload-aria-status.entry.js +1 -1
  240. package/lib/esm-es5/duet-visually-hidden.entry.js +1 -1
  241. package/lib/esm-es5/duet.js +1 -1
  242. package/lib/esm-es5/{focus-utils-634e7bc9.js → focus-utils-07c543df.js} +1 -1
  243. package/lib/esm-es5/index-bcca1cb8.js +5 -0
  244. package/lib/esm-es5/loader.js +1 -1
  245. package/lib/types/components/duet-action-button/duet-action-button.d.ts +3 -3
  246. package/lib/types/components/duet-pagination/duet-pagination.d.ts +6 -0
  247. package/lib/types/components/duet-range-stepper/duet-range-stepper.d.ts +4 -0
  248. package/lib/types/components/duet-upload/duet-upload.d.ts +22 -1
  249. package/lib/types/components/duet-upload/errorcodes.utils.d.ts +3 -2
  250. package/lib/types/components/duet-upload/mock.helpers.d.ts +0 -1
  251. package/lib/types/components/duet-upload/upload-editable-item-error.d.ts +2 -0
  252. package/lib/types/components/duet-upload/upload-validators.d.ts +2 -1
  253. package/lib/types/components.d.ts +22 -1
  254. package/package.json +5 -5
  255. package/lib/duet/p-18f1a32e.js +0 -5
  256. package/lib/duet/p-2bc92bf3.entry.js +0 -4
  257. package/lib/duet/p-3b90bf38.system.entry.js +0 -4
  258. package/lib/duet/p-8342d3f7.system.entry.js +0 -4
  259. package/lib/duet/p-fc847cc0.system.js +0 -5
  260. package/lib/esm-es5/index-59261780.js +0 -5
@@ -5,7 +5,7 @@
5
5
 
6
6
  Object.defineProperty(exports, '__esModule', { value: true });
7
7
 
8
- const index = require('./index-e25673c3.js');
8
+ const index = require('./index-772cc42f.js');
9
9
  const appGlobals = require('./app-globals-a032b236.js');
10
10
 
11
11
  /*
@@ -19,7 +19,7 @@ const defineCustomElements = (win, options) => {
19
19
  if (typeof window === 'undefined') return Promise.resolve();
20
20
  return patchEsm().then(() => {
21
21
  appGlobals.globalScripts();
22
- return index.bootstrapLazy(JSON.parse("[[\"duet-choice_2.cjs\",[[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\"],\"accessibleDetails\":[1,\"accessible-details\"],\"accessibleLabelledBy\":[1,\"accessible-labelled-by\"],\"accessibleDescription\":[1,\"accessible-description\"],\"caption\":[1],\"value\":[1537],\"type\":[513],\"name\":[1],\"checked\":[1540],\"collapsible\":[4],\"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.cjs\",[[1,\"duet-pagination\",{\"theme\":[1025],\"jumpString\":[1,\"jump-string\"],\"variation\":[1],\"accessibleDescribedBy\":[1,\"accessible-described-by\"],\"accessibleDetails\":[1,\"accessible-details\"],\"accessibleLabelledBy\":[1,\"accessible-labelled-by\"],\"accessibleDescription\":[1,\"accessible-description\"],\"accessibleLabelsDefaults\":[16],\"accessibleLabels\":[16],\"take\":[2],\"visibleItems\":[2,\"visible-items\"],\"total\":[2],\"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.cjs\",[[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.cjs\",[[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],\"incrementYears\":[2,\"increment\"],\"validity\":[1040],\"open\":[32],\"focusedDay\":[32],\"inputValue\":[32],\"setFocus\":[64],\"show\":[64],\"hide\":[64]},[[4,\"click\",\"handleDocumentClick\"]]]]],[\"duet-textarea.cjs\",[[2,\"duet-textarea\",{\"margin\":[1],\"accessibleActiveDescendant\":[1,\"accessible-active-descendant\"],\"accessibleAutocomplete\":[1,\"accessible-autocomplete\"],\"accessibleControls\":[1,\"accessible-controls\"],\"accessibleDetails\":[1,\"accessible-details\"],\"accessibleLabelledBy\":[1,\"accessible-labelled-by\"],\"accessibleDescription\":[1,\"accessible-description\"],\"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.cjs\",[[2,\"duet-number-input\",{\"language\":[1025],\"locale\":[1],\"unit\":[1],\"accessibleActiveDescendant\":[1,\"accessible-active-descendant\"],\"accessibleControls\":[1,\"accessible-controls\"],\"accessibleDetails\":[1,\"accessible-details\"],\"accessibleLabelledBy\":[1,\"accessible-labelled-by\"],\"accessibleDescription\":[1,\"accessible-description\"],\"accessibleOwns\":[1,\"accessible-owns\"],\"accessibleDescribedBy\":[1,\"accessible-described-by\"],\"accessibleLiveDefaults\":[1,\"accessible-live-default\"],\"accessibleLive\":[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.cjs\",[[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\"],\"accessibleDetails\":[1,\"accessible-details\"],\"accessibleLabelledBy\":[1,\"accessible-labelled-by\"],\"accessibleDescription\":[1,\"accessible-description\"],\"accessibleIndex\":[1,\"accessible-index\"],\"margin\":[1],\"accessibleControls\":[1,\"accessible-controls\"],\"accessibleOwns\":[1,\"accessible-owns\"],\"accessibleDescribedBy\":[1,\"accessible-described-by\"],\"theme\":[1025],\"disabled\":[516],\"required\":[4],\"blockEvents\":[4,\"block-events\"],\"identifier\":[1],\"label\":[1],\"name\":[1],\"role\":[1],\"groupDisabled\":[4,\"group-disabled\"],\"groupDirection\":[1,\"group-direction\"],\"groupResponsive\":[4,\"group-responsive\"],\"checked\":[1540],\"value\":[1537],\"setFocus\":[64]}]]],[\"duet-card.cjs\",[[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.cjs\",[[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.cjs\",[[2,\"duet-toggle\",{\"theme\":[1025],\"margin\":[1],\"accessibleActiveDescendant\":[1,\"accessible-active-descendant\"],\"accessibleControls\":[1,\"accessible-controls\"],\"accessibleOwns\":[1,\"accessible-owns\"],\"accessibleDescribedBy\":[1,\"accessible-described-by\"],\"accessibleDetails\":[1,\"accessible-details\"],\"accessibleLabelledBy\":[1,\"accessible-labelled-by\"],\"accessibleDescription\":[1,\"accessible-description\"],\"label\":[1],\"required\":[4],\"disabled\":[516],\"checked\":[1540],\"value\":[1537],\"identifier\":[1],\"name\":[1],\"role\":[1],\"setFocus\":[64]}]]],[\"duet-checkbox.cjs\",[[2,\"duet-checkbox\",{\"accessibleActiveDescendant\":[1,\"accessible-active-descendant\"],\"margin\":[1],\"accessibleControls\":[1,\"accessible-controls\"],\"accessibleIndex\":[1,\"accessible-index\"],\"accessibleOwns\":[1,\"accessible-owns\"],\"accessibleDescribedBy\":[1,\"accessible-described-by\"],\"accessibleDetails\":[1,\"accessible-details\"],\"accessibleLabelledBy\":[1,\"accessible-labelled-by\"],\"accessibleDescription\":[1,\"accessible-description\"],\"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.cjs\",[[1,\"duet-layout\",{\"sticky\":[4],\"margin\":[1],\"stickyDistance\":[1,\"sticky-distance\"],\"center\":[4],\"tabs\":[4],\"middle\":[4]}]]],[\"duet-divider_2.cjs\",[[1,\"duet-divider\",{\"theme\":[1025],\"margin\":[1]}],[1,\"duet-spacer\",{\"size\":[1],\"direction\":[1],\"breakpoint\":[1]}]]],[\"duet-visually-hidden.cjs\",[[1,\"duet-visually-hidden\"]]],[\"duet-button_2.cjs\",[[1,\"duet-button\",{\"accessibleLabel\":[1,\"accessible-label\"],\"accessibleControls\":[1,\"accessible-controls\"],\"accessiblePopup\":[1,\"accessible-popup\"],\"accessibleActiveDescendant\":[1,\"accessible-active-descendant\"],\"accessibleOwns\":[1,\"accessible-owns\"],\"accessibleDescribedBy\":[1,\"accessible-described-by\"],\"accessibleDetails\":[1,\"accessible-details\"],\"accessibleLabelledBy\":[1,\"accessible-labelled-by\"],\"accessibleDescription\":[1,\"accessible-description\"],\"accessibleExpanded\":[4,\"accessible-expanded\"],\"accessiblePressed\":[4,\"accessible-pressed\"],\"loading\":[4],\"variation\":[1],\"negative\":[4],\"theme\":[1025],\"margin\":[1],\"padding\":[1],\"centerText\":[4,\"center-text\"],\"wrapping\":[1],\"expand\":[4],\"fixed\":[4],\"disabled\":[516],\"name\":[1],\"value\":[1],\"identifier\":[1],\"submit\":[516],\"external\":[4],\"language\":[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.cjs\",[[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.cjs\",[[1,\"duet-modal\",{\"language\":[1025],\"accessibleCloseLabelDefaults\":[1,\"accessible-close-label-default\"],\"accessibleCloseLabel\":[1,\"accessible-close-label\"],\"size\":[1],\"accessibleDescribedBy\":[1,\"accessible-described-by\"],\"accessibleLabelledBy\":[1,\"accessible-labelled-by\"],\"accessibleDetails\":[1,\"accessible-details\"],\"accessibleDescription\":[1,\"accessible-description\"],\"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.cjs\",[[1,\"duet-cookie-consent\",{\"accessibleLabel\":[1,\"accessible-label\"],\"theme\":[1025]}]]],[\"duet-notification_2.cjs\",[[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.cjs\",[[6,\"duet-step\",{\"theme\":[1025],\"heading\":[1],\"headingLevel\":[1,\"heading-level\"],\"stepIndex\":[2,\"step-index\"],\"state\":[1],\"roundedTop\":[4,\"rounded-top\"],\"roundedBottom\":[4,\"rounded-bottom\"],\"setFocus\":[64]}],[1,\"duet-stepper\",{\"theme\":[1025],\"accessibleLive\":[1,\"accessible-live\"],\"margin\":[1],\"backDisabled\":[4,\"back-disabled\"],\"selected\":[1538]},[[0,\"duetStepClick\",\"onDuetStepClick\"]]]]],[\"duet-footer.cjs\",[[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],\"processedMainItem\":[32],\"processedItems\":[32],\"processedMenu\":[32]}]]],[\"duet-combobox.cjs\",[[6,\"duet-combobox\",{\"accessibleLabelDefaults\":[1,\"accessible-label-defaults\"],\"accessibleLabels\":[16],\"theme\":[1025],\"force\":[4],\"items\":[1032],\"formatter\":[16],\"value\":[1537],\"processedItems\":[32],\"inputWidth\":[32],\"inputValue\":[32],\"selectionMsg\":[32],\"listOpen\":[32],\"selectedItems\":[32],\"activeItem\":[32],\"formatItem\":[64]},[[4,\"click\",\"handleDocumentClick\"]]]]],[\"duet-tray.cjs\",[[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.cjs\",[[1,\"duet-breadcrumb\",{\"theme\":[1025],\"href\":[1025],\"icon\":[1025],\"accessibleLabel\":[1,\"accessible-label\"]}]]],[\"duet-breadcrumbs.cjs\",[[1,\"duet-breadcrumbs\",{\"theme\":[1025],\"children\":[32]}]]],[\"duet-collapsible.cjs\",[[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.cjs\",[[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.cjs\",[[1,\"duet-tab-group\",{\"theme\":[1025],\"scrolls\":[4],\"collapses\":[4],\"accessibleLabel\":[1,\"accessible-label\"],\"variation\":[1],\"language\":[1025],\"labelDefaults\":[1,\"label-default\"],\"label\":[1],\"labelHidden\":[4,\"label-hidden\"],\"identifier\":[1],\"margin\":[1],\"padding\":[1],\"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.cjs\",[[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.cjs\",[[1,\"duet-empty-state\",{\"theme\":[1025],\"icon\":[1],\"size\":[1]}]]],[\"duet-progress.cjs\",[[0,\"duet-progress\",{\"accessibleDescribedBy\":[1,\"accessible-described-by\"],\"accessibleDetails\":[1,\"accessible-details\"],\"accessibleLabelledBy\":[1,\"accessible-labelled-by\"],\"accessibleDescription\":[1,\"accessible-description\"],\"accessibleLabel\":[1,\"accessible-label\"],\"accessibleLabelUploadDefaults\":[1,\"accessible-label-upload-defaults\"],\"accessibleLabelUpload\":[1,\"accessible-label-upload\"],\"progress\":[1538],\"caption\":[1],\"height\":[1],\"theme\":[1025]}]]],[\"duet-upload-aria-status.cjs\",[[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.cjs\",[[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.cjs\",[[1,\"duet-badge\",{\"theme\":[1025],\"variation\":[1],\"margin\":[1]}]]],[\"duet-icon.cjs\",[[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.cjs\",[[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],\"isSessionOpen\":[32],\"isSlideOutOpen\":[32],\"isSegmentOpen\":[32],\"openMenu\":[32],\"closedActives\":[32],\"processedItems\":[32],\"processedLanguageItems\":[32],\"processedContactItems\":[32],\"processedSession\":[32],\"processedSearch\":[32],\"processedUser\":[32],\"processedBack\":[32],\"renderDesktopNav\":[32],\"closeMenus\":[64],\"setFocus\":[64]},[[8,\"keyup\",\"handleKeyUp\"],[8,\"keydown\",\"handleKeyDown\"],[4,\"focus\",\"handleDocumentClick\"],[4,\"click\",\"handleDocumentClick\"]]],[1,\"duet-logo\",{\"theme\":[1025],\"margin\":[1],\"inverse\":[4],\"size\":[1],\"href\":[1537],\"language\":[1537],\"setFocus\":[64]}]]],[\"duet-list_2.cjs\",[[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.cjs\",[[1,\"duet-fieldset\",{\"theme\":[1025],\"margin\":[1],\"caption\":[1],\"label\":[1],\"error\":[1],\"labelHidden\":[4,\"label-hidden\"],\"hasTooltip\":[32]}]]],[\"duet-action-button.cjs\",[[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],\"accessibleDescribedBy\":[1,\"accessible-described-by\"],\"accessibleDetails\":[1,\"accessible-details\"],\"accessibleLabelledBy\":[1,\"accessible-labelled-by\"],\"accessibleDescription\":[1,\"accessible-description\"],\"accessibleLabelsDefaults\":[16],\"accessibleLabels\":[16],\"accessibleControls\":[1,\"accessible-controls\"],\"numbersStore\":[32]}]]],[\"duet-editable-table_3.cjs\",[[1,\"duet-upload\",{\"accessibleActiveDescendant\":[1,\"accessible-active-descendant\"],\"accessibleDescribedBy\":[1,\"accessible-described-by\"],\"accessibleControls\":[1,\"accessible-controls\"],\"accessibleOwns\":[1,\"accessible-owns\"],\"external\":[4],\"deferUpload\":[4,\"defer-upload\"],\"hideButton\":[4,\"hide-upload-button\"],\"actions\":[16],\"uri\":[1],\"showLinks\":[4,\"show-links\"],\"caption\":[1],\"statusLabelDefaults\":[1,\"status-label-default\"],\"statusMessageLabel\":[1,\"status-message-label\"],\"buttonLabelDefaults\":[1,\"button-label-default\"],\"buttonLabel\":[1,\"button-label\"],\"accessibleButtonLabel\":[1,\"accessible-button-label\"],\"theme\":[1025],\"disabled\":[516],\"identifier\":[1],\"margin\":[1],\"required\":[4],\"alignment\":[1],\"hideGroups\":[4,\"hide-table-labels\"],\"files\":[1040],\"valid\":[1540],\"labelDefaults\":[1,\"label-default\"],\"label\":[1],\"descriptionDefaults\":[1,\"description-default\"],\"description\":[1],\"fileListEmptyDefaults\":[1,\"list-empty-default\"],\"fileListEmpty\":[1,\"file-list-empty\"],\"error\":[1],\"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],\"uploadPending\":[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.cjs\",[[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.cjs\",[[6,\"duet-input\",{\"accessibleActiveDescendant\":[1,\"accessible-active-descendant\"],\"accessibleAutocomplete\":[1,\"accessible-autocomplete\"],\"accessibleControls\":[1,\"accessible-controls\"],\"accessibleOwns\":[1,\"accessible-owns\"],\"accessibleExpanded\":[1,\"accessible-expanded\"],\"accessibleDescribedBy\":[1,\"accessible-described-by\"],\"accessibleHasPopup\":[1,\"accessible-has-popup\"],\"accessibleDetails\":[1,\"accessible-details\"],\"accessibleLabelledBy\":[1,\"accessible-labelled-by\"],\"accessibleDescription\":[1,\"accessible-description\"],\"debounce\":[2],\"clear\":[4],\"caption\":[1],\"echoPlaceholder\":[4,\"echo-placeholder\"],\"theme\":[1025],\"expand\":[4],\"disabled\":[516],\"identifier\":[1],\"margin\":[1],\"required\":[4],\"type\":[1],\"variation\":[1],\"label\":[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],\"resetCursor\":[64],\"clearInput\":[64]}],[6,\"duet-label\",{\"theme\":[1025],\"for\":[1],\"margin\":[1],\"size\":[1]}]]]]"), options);
22
+ return index.bootstrapLazy(JSON.parse("[[\"duet-choice_2.cjs\",[[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\"],\"accessibleDetails\":[1,\"accessible-details\"],\"accessibleLabelledBy\":[1,\"accessible-labelled-by\"],\"accessibleDescription\":[1,\"accessible-description\"],\"caption\":[1],\"value\":[1537],\"type\":[513],\"name\":[1],\"checked\":[1540],\"collapsible\":[4],\"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.cjs\",[[1,\"duet-pagination\",{\"theme\":[1025],\"jumpString\":[1,\"jump-string\"],\"variation\":[1],\"accessibleDescribedBy\":[1,\"accessible-described-by\"],\"accessibleDetails\":[1,\"accessible-details\"],\"accessibleLabelledBy\":[1,\"accessible-labelled-by\"],\"accessibleDescription\":[1,\"accessible-description\"],\"accessibleLabelsDefaults\":[16],\"accessibleLabels\":[16],\"take\":[2],\"visibleItems\":[2,\"visible-items\"],\"total\":[2],\"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.cjs\",[[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.cjs\",[[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],\"incrementYears\":[2,\"increment\"],\"validity\":[1040],\"open\":[32],\"focusedDay\":[32],\"inputValue\":[32],\"setFocus\":[64],\"show\":[64],\"hide\":[64]},[[4,\"click\",\"handleDocumentClick\"]]]]],[\"duet-textarea.cjs\",[[2,\"duet-textarea\",{\"margin\":[1],\"accessibleActiveDescendant\":[1,\"accessible-active-descendant\"],\"accessibleAutocomplete\":[1,\"accessible-autocomplete\"],\"accessibleControls\":[1,\"accessible-controls\"],\"accessibleDetails\":[1,\"accessible-details\"],\"accessibleLabelledBy\":[1,\"accessible-labelled-by\"],\"accessibleDescription\":[1,\"accessible-description\"],\"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.cjs\",[[2,\"duet-number-input\",{\"language\":[1025],\"locale\":[1],\"unit\":[1],\"accessibleActiveDescendant\":[1,\"accessible-active-descendant\"],\"accessibleControls\":[1,\"accessible-controls\"],\"accessibleDetails\":[1,\"accessible-details\"],\"accessibleLabelledBy\":[1,\"accessible-labelled-by\"],\"accessibleDescription\":[1,\"accessible-description\"],\"accessibleOwns\":[1,\"accessible-owns\"],\"accessibleDescribedBy\":[1,\"accessible-described-by\"],\"accessibleLiveDefaults\":[1,\"accessible-live-default\"],\"accessibleLive\":[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.cjs\",[[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\"],\"accessibleDetails\":[1,\"accessible-details\"],\"accessibleLabelledBy\":[1,\"accessible-labelled-by\"],\"accessibleDescription\":[1,\"accessible-description\"],\"accessibleIndex\":[1,\"accessible-index\"],\"margin\":[1],\"accessibleControls\":[1,\"accessible-controls\"],\"accessibleOwns\":[1,\"accessible-owns\"],\"accessibleDescribedBy\":[1,\"accessible-described-by\"],\"theme\":[1025],\"disabled\":[516],\"required\":[4],\"blockEvents\":[4,\"block-events\"],\"identifier\":[1],\"label\":[1],\"name\":[1],\"role\":[1],\"groupDisabled\":[4,\"group-disabled\"],\"groupDirection\":[1,\"group-direction\"],\"groupResponsive\":[4,\"group-responsive\"],\"checked\":[1540],\"value\":[1537],\"setFocus\":[64]}]]],[\"duet-card.cjs\",[[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.cjs\",[[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.cjs\",[[2,\"duet-toggle\",{\"theme\":[1025],\"margin\":[1],\"accessibleActiveDescendant\":[1,\"accessible-active-descendant\"],\"accessibleControls\":[1,\"accessible-controls\"],\"accessibleOwns\":[1,\"accessible-owns\"],\"accessibleDescribedBy\":[1,\"accessible-described-by\"],\"accessibleDetails\":[1,\"accessible-details\"],\"accessibleLabelledBy\":[1,\"accessible-labelled-by\"],\"accessibleDescription\":[1,\"accessible-description\"],\"label\":[1],\"required\":[4],\"disabled\":[516],\"checked\":[1540],\"value\":[1537],\"identifier\":[1],\"name\":[1],\"role\":[1],\"setFocus\":[64]}]]],[\"duet-checkbox.cjs\",[[2,\"duet-checkbox\",{\"accessibleActiveDescendant\":[1,\"accessible-active-descendant\"],\"margin\":[1],\"accessibleControls\":[1,\"accessible-controls\"],\"accessibleIndex\":[1,\"accessible-index\"],\"accessibleOwns\":[1,\"accessible-owns\"],\"accessibleDescribedBy\":[1,\"accessible-described-by\"],\"accessibleDetails\":[1,\"accessible-details\"],\"accessibleLabelledBy\":[1,\"accessible-labelled-by\"],\"accessibleDescription\":[1,\"accessible-description\"],\"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.cjs\",[[1,\"duet-layout\",{\"sticky\":[4],\"margin\":[1],\"stickyDistance\":[1,\"sticky-distance\"],\"center\":[4],\"tabs\":[4],\"middle\":[4]}]]],[\"duet-divider_2.cjs\",[[1,\"duet-divider\",{\"theme\":[1025],\"margin\":[1]}],[1,\"duet-spacer\",{\"size\":[1],\"direction\":[1],\"breakpoint\":[1]}]]],[\"duet-visually-hidden.cjs\",[[1,\"duet-visually-hidden\"]]],[\"duet-button_2.cjs\",[[1,\"duet-button\",{\"accessibleLabel\":[1,\"accessible-label\"],\"accessibleControls\":[1,\"accessible-controls\"],\"accessiblePopup\":[1,\"accessible-popup\"],\"accessibleActiveDescendant\":[1,\"accessible-active-descendant\"],\"accessibleOwns\":[1,\"accessible-owns\"],\"accessibleDescribedBy\":[1,\"accessible-described-by\"],\"accessibleDetails\":[1,\"accessible-details\"],\"accessibleLabelledBy\":[1,\"accessible-labelled-by\"],\"accessibleDescription\":[1,\"accessible-description\"],\"accessibleExpanded\":[4,\"accessible-expanded\"],\"accessiblePressed\":[4,\"accessible-pressed\"],\"loading\":[4],\"variation\":[1],\"negative\":[4],\"theme\":[1025],\"margin\":[1],\"padding\":[1],\"centerText\":[4,\"center-text\"],\"wrapping\":[1],\"expand\":[4],\"fixed\":[4],\"disabled\":[516],\"name\":[1],\"value\":[1],\"identifier\":[1],\"submit\":[516],\"external\":[4],\"language\":[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.cjs\",[[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.cjs\",[[1,\"duet-modal\",{\"language\":[1025],\"accessibleCloseLabelDefaults\":[1,\"accessible-close-label-default\"],\"accessibleCloseLabel\":[1,\"accessible-close-label\"],\"size\":[1],\"accessibleDescribedBy\":[1,\"accessible-described-by\"],\"accessibleLabelledBy\":[1,\"accessible-labelled-by\"],\"accessibleDetails\":[1,\"accessible-details\"],\"accessibleDescription\":[1,\"accessible-description\"],\"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.cjs\",[[1,\"duet-cookie-consent\",{\"accessibleLabel\":[1,\"accessible-label\"],\"theme\":[1025]}]]],[\"duet-notification_2.cjs\",[[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.cjs\",[[6,\"duet-step\",{\"theme\":[1025],\"heading\":[1],\"headingLevel\":[1,\"heading-level\"],\"stepIndex\":[2,\"step-index\"],\"state\":[1],\"roundedTop\":[4,\"rounded-top\"],\"roundedBottom\":[4,\"rounded-bottom\"],\"setFocus\":[64]}],[1,\"duet-stepper\",{\"theme\":[1025],\"accessibleLive\":[1,\"accessible-live\"],\"margin\":[1],\"backDisabled\":[4,\"back-disabled\"],\"selected\":[1538]},[[0,\"duetStepClick\",\"onDuetStepClick\"]]]]],[\"duet-footer.cjs\",[[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],\"processedMainItem\":[32],\"processedItems\":[32],\"processedMenu\":[32]}]]],[\"duet-combobox.cjs\",[[6,\"duet-combobox\",{\"accessibleLabelDefaults\":[1,\"accessible-label-defaults\"],\"accessibleLabels\":[16],\"theme\":[1025],\"force\":[4],\"items\":[1032],\"formatter\":[16],\"value\":[1537],\"processedItems\":[32],\"inputWidth\":[32],\"inputValue\":[32],\"selectionMsg\":[32],\"listOpen\":[32],\"selectedItems\":[32],\"activeItem\":[32],\"formatItem\":[64]},[[4,\"click\",\"handleDocumentClick\"]]]]],[\"duet-tray.cjs\",[[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.cjs\",[[1,\"duet-breadcrumb\",{\"theme\":[1025],\"href\":[1025],\"icon\":[1025],\"accessibleLabel\":[1,\"accessible-label\"]}]]],[\"duet-breadcrumbs.cjs\",[[1,\"duet-breadcrumbs\",{\"theme\":[1025],\"children\":[32]}]]],[\"duet-collapsible.cjs\",[[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.cjs\",[[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.cjs\",[[1,\"duet-tab-group\",{\"theme\":[1025],\"scrolls\":[4],\"collapses\":[4],\"accessibleLabel\":[1,\"accessible-label\"],\"variation\":[1],\"language\":[1025],\"labelDefaults\":[1,\"label-default\"],\"label\":[1],\"labelHidden\":[4,\"label-hidden\"],\"identifier\":[1],\"margin\":[1],\"padding\":[1],\"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.cjs\",[[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.cjs\",[[1,\"duet-empty-state\",{\"theme\":[1025],\"icon\":[1],\"size\":[1]}]]],[\"duet-progress.cjs\",[[0,\"duet-progress\",{\"accessibleDescribedBy\":[1,\"accessible-described-by\"],\"accessibleDetails\":[1,\"accessible-details\"],\"accessibleLabelledBy\":[1,\"accessible-labelled-by\"],\"accessibleDescription\":[1,\"accessible-description\"],\"accessibleLabel\":[1,\"accessible-label\"],\"accessibleLabelUploadDefaults\":[1,\"accessible-label-upload-defaults\"],\"accessibleLabelUpload\":[1,\"accessible-label-upload\"],\"progress\":[1538],\"caption\":[1],\"height\":[1],\"theme\":[1025]}]]],[\"duet-upload-aria-status.cjs\",[[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.cjs\",[[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.cjs\",[[1,\"duet-badge\",{\"theme\":[1025],\"variation\":[1],\"margin\":[1]}]]],[\"duet-icon.cjs\",[[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.cjs\",[[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],\"isSessionOpen\":[32],\"isSlideOutOpen\":[32],\"isSegmentOpen\":[32],\"openMenu\":[32],\"closedActives\":[32],\"processedItems\":[32],\"processedLanguageItems\":[32],\"processedContactItems\":[32],\"processedSession\":[32],\"processedSearch\":[32],\"processedUser\":[32],\"processedBack\":[32],\"renderDesktopNav\":[32],\"closeMenus\":[64],\"setFocus\":[64]},[[8,\"keyup\",\"handleKeyUp\"],[8,\"keydown\",\"handleKeyDown\"],[4,\"focus\",\"handleDocumentClick\"],[4,\"click\",\"handleDocumentClick\"]]],[1,\"duet-logo\",{\"theme\":[1025],\"margin\":[1],\"inverse\":[4],\"size\":[1],\"href\":[1537],\"language\":[1537],\"setFocus\":[64]}]]],[\"duet-list_2.cjs\",[[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.cjs\",[[1,\"duet-fieldset\",{\"theme\":[1025],\"margin\":[1],\"caption\":[1],\"label\":[1],\"error\":[1],\"labelHidden\":[4,\"label-hidden\"],\"hasTooltip\":[32]}]]],[\"duet-action-button.cjs\",[[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],\"accessibleDescribedBy\":[1,\"accessible-described-by\"],\"accessibleDetails\":[1,\"accessible-details\"],\"accessibleLabelledBy\":[1,\"accessible-labelled-by\"],\"accessibleDescription\":[1,\"accessible-description\"],\"accessibleLabelsDefaults\":[16],\"accessibleLabels\":[16],\"accessibleControls\":[1,\"accessible-controls\"],\"numbersStore\":[32]}]]],[\"duet-editable-table_3.cjs\",[[1,\"duet-upload\",{\"accessibleActiveDescendant\":[1,\"accessible-active-descendant\"],\"accessibleDescribedBy\":[1,\"accessible-described-by\"],\"accessibleControls\":[1,\"accessible-controls\"],\"accessibleOwns\":[1,\"accessible-owns\"],\"external\":[4],\"middleware\":[16],\"deferUpload\":[4,\"defer-upload\"],\"hideButton\":[4,\"hide-upload-button\"],\"actions\":[16],\"uri\":[1],\"showLinks\":[4,\"show-links\"],\"caption\":[1],\"statusLabelDefaults\":[1,\"status-label-default\"],\"statusMessageLabel\":[1,\"status-message-label\"],\"buttonLabelDefaults\":[1,\"button-label-default\"],\"buttonLabel\":[1,\"button-label\"],\"accessibleButtonLabel\":[1,\"accessible-button-label\"],\"theme\":[1025],\"disabled\":[516],\"identifier\":[1],\"margin\":[1],\"required\":[4],\"alignment\":[1],\"hideGroups\":[4,\"hide-table-labels\"],\"files\":[1040],\"valid\":[1540],\"labelDefaults\":[1,\"label-default\"],\"label\":[1],\"descriptionDefaults\":[1,\"description-default\"],\"description\":[1],\"fileListEmptyDefaults\":[1,\"list-empty-default\"],\"fileListEmpty\":[1,\"file-list-empty\"],\"error\":[1],\"errorCodes\":[16],\"name\":[1],\"maxBytes\":[2,\"max-bytes\"],\"maxBytesTotal\":[2,\"max-bytes-total\"],\"maxFiles\":[2,\"max-files\"],\"allowedExtensions\":[1,\"allowed-extensions\"],\"allowedMimetypes\":[1,\"allowed-mimetypes\"],\"multiple\":[4],\"limitSelection\":[4,\"limit-selection\"],\"value\":[1025],\"groups\":[16],\"tick\":[32],\"setFocus\":[64],\"upload\":[64],\"uploadPending\":[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.cjs\",[[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.cjs\",[[6,\"duet-input\",{\"accessibleActiveDescendant\":[1,\"accessible-active-descendant\"],\"accessibleAutocomplete\":[1,\"accessible-autocomplete\"],\"accessibleControls\":[1,\"accessible-controls\"],\"accessibleOwns\":[1,\"accessible-owns\"],\"accessibleExpanded\":[1,\"accessible-expanded\"],\"accessibleDescribedBy\":[1,\"accessible-described-by\"],\"accessibleHasPopup\":[1,\"accessible-has-popup\"],\"accessibleDetails\":[1,\"accessible-details\"],\"accessibleLabelledBy\":[1,\"accessible-labelled-by\"],\"accessibleDescription\":[1,\"accessible-description\"],\"debounce\":[2],\"clear\":[4],\"caption\":[1],\"echoPlaceholder\":[4,\"echo-placeholder\"],\"theme\":[1025],\"expand\":[4],\"disabled\":[516],\"identifier\":[1],\"margin\":[1],\"required\":[4],\"type\":[1],\"variation\":[1],\"label\":[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],\"resetCursor\":[64],\"clearInput\":[64]}],[6,\"duet-label\",{\"theme\":[1025],\"for\":[1],\"margin\":[1],\"size\":[1]}]]]]"), options);
23
23
  });
24
24
  };
25
25
 
@@ -9,9 +9,9 @@ import { isKeyboardClick } from "../../utils/keyboard-utils";
9
9
  import { getLocaleString } from "../../utils/language-utils";
10
10
  import { getColorByName, shadeRGBColor } from "../../utils/token-utils";
11
11
  /**
12
- * Slot: default slot inside an invisible element, this can be used to enhance accessibility
13
- * Part: button this part enables style overrides for the button
14
- * Part: icon this part enables style overrides for the icon
12
+ * @slot default - slot inside an invisible element, this can be used to enhance accessibility
13
+ * @part button - this part enables style overrides for the button
14
+ * @part icon - this part enables style overrides for the icon
15
15
  */
16
16
  export class DuetActionButton {
17
17
  constructor() {
@@ -513,7 +513,7 @@ button {
513
513
  color: #004d80;
514
514
  }
515
515
  .duet-theme-turva .duet-header-button:hover {
516
- color: #444445;
516
+ color: #940925;
517
517
  }
518
518
  .duet-header-button:focus {
519
519
  outline: 0;
@@ -807,6 +807,20 @@ button {
807
807
  height: 3px;
808
808
  transform: translateY(0);
809
809
  }
810
+ .duet-theme-turva .duet-header-dropdown .duet-header-dropdown-toggle.active, .duet-theme-turva .duet-header-dropdown .duet-header-dropdown-toggle.active:hover {
811
+ color: #940925;
812
+ }
813
+ }
814
+ @media (min-width: 62em) {
815
+ .duet-theme-turva .duet-header-dropdown .duet-header-dropdown-toggle.duet-header-session {
816
+ color: white;
817
+ background: #c60c30;
818
+ border-radius: 0;
819
+ }
820
+ .duet-theme-turva .duet-header-dropdown .duet-header-dropdown-toggle.duet-header-session:hover, .duet-theme-turva .duet-header-dropdown .duet-header-dropdown-toggle.duet-header-session.active, .duet-theme-turva .duet-header-dropdown .duet-header-dropdown-toggle.duet-header-session.active:hover {
821
+ color: white;
822
+ background: #940925;
823
+ }
810
824
  }
811
825
  .duet-header-dropdown .duet-header-dropdown-content {
812
826
  display: none;
@@ -898,7 +912,7 @@ button {
898
912
  background: #e6f2f8;
899
913
  }
900
914
  .duet-theme-turva .duet-header-dropdown .duet-header-dropdown-content a:not(.duet-header-item):hover {
901
- background: #f9e6ea;
915
+ background: #e4e4e6;
902
916
  }
903
917
  }
904
918
  .duet-header-dropdown .duet-header-dropdown-content a:not(.duet-header-item):focus {
@@ -1139,14 +1153,23 @@ button {
1139
1153
  display: initial;
1140
1154
  }
1141
1155
  }
1156
+ .duet-header-multi-level-desktop .duet-theme-turva .logo-and-segment .duet-header-dropdown {
1157
+ margin-left: 0;
1158
+ }
1159
+ .duet-header-multi-level-desktop .duet-theme-turva .logo-and-segment .duet-header-dropdown-toggle {
1160
+ padding-left: 0.5rem;
1161
+ }
1142
1162
  .duet-header-multi-level-desktop .duet-theme-turva .logo-and-segment .duet-header-dropdown .duet-header-dropdown-content {
1143
- background: #fcf3f4;
1163
+ background: #f5f5f7;
1164
+ }
1165
+ .duet-header-multi-level-desktop .duet-theme-turva .duet-header-multi-level-desktop-utils > :nth-last-child(2).duet-header-dropdown .duet-header-button::before {
1166
+ display: none;
1144
1167
  }
1145
1168
  .duet-header-multi-level-desktop .duet-theme-turva .duet-header-multi-level-desktop-nav .duet-header-dropdown .duet-header-dropdown-toggle.active {
1146
1169
  color: #c60c30;
1147
1170
  }
1148
1171
  .duet-header-multi-level-desktop .duet-theme-turva .duet-header-multi-level-desktop-nav .duet-header-dropdown .duet-header-dropdown-content {
1149
- background: #fcf3f4;
1172
+ background: #f5f5f7;
1150
1173
  border-color: #e4e4e6;
1151
1174
  }
1152
1175
  .duet-header-multi-level-desktop .duet-theme-turva .duet-header-multi-level-desktop-nav .duet-header-dropdown .duet-header-dropdown-content a::after {
@@ -1157,5 +1180,5 @@ button {
1157
1180
  background: none;
1158
1181
  }
1159
1182
  .duet-header-multi-level-desktop .duet-theme-turva .duet-header-multi-level-desktop-utils .duet-header-dropdown .duet-header-dropdown-content {
1160
- background: #fcf3f4;
1183
+ background: #f5f5f7;
1161
1184
  }
@@ -8,6 +8,12 @@ import { debounce } from "../../utils/js-utils";
8
8
  import { isArrowDownKey, isArrowKey, isArrowLeftKey, isArrowRightKey, isArrowUpKey, isNumber, } from "../../utils/keyboard-utils";
9
9
  import { getLocaleString } from "../../utils/language-utils";
10
10
  import { shouldDisplayNavigation } from "./duet-pagination-utils";
11
+ /**
12
+ * @part navigation-arrow - this part enables style overrides for the navigation-arrow
13
+ * @part navigation-jump - this part enables style overrides for the navigation-jump
14
+ * @part navigation-overlay - this part enables style overrides for the navigation-overlay
15
+ * @part navigation-section - this part enables style overrides for the navigation-section
16
+ */
11
17
  export class DuetPagination {
12
18
  constructor() {
13
19
  this.listId = createID("duet-pagination-list");
@@ -6,6 +6,10 @@ import { inheritGlobalTheme } from "../../common/themeable-component";
6
6
  import { createID } from "../../utils/create-id";
7
7
  import { isArrowDownKey, isArrowKey, isArrowLeftKey, isArrowRightKey, isArrowUpKey, isMinusKey, isPlusKey, } from "../../utils/keyboard-utils";
8
8
  import { getLocaleString } from "../../utils/language-utils";
9
+ /**
10
+ * @part navigation-arrow - this part enables style overrides for the navigation-arrow
11
+ * @part range-numbers - this part enables style overrides for the range-numbers
12
+ */
9
13
  export class DuetRangeStepper {
10
14
  constructor() {
11
15
  this.leftBn = createID("duetRangeStepper-left");
@@ -88,15 +88,15 @@
88
88
  .duet-upload-editable-table duet-editable-table duet-table .duet-table-action-row td:last-child {
89
89
  padding-right: 0 !important;
90
90
  }
91
- .duet-upload-editable-table duet-editable-table .duet-editable-table-row-inprogress {
91
+ .duet-upload-editable-table duet-editable-table .duet-editable-table-row-inprogress, .duet-upload-editable-table duet-editable-table .duet-editable-table-row-pending {
92
92
  position: relative;
93
93
  }
94
- .duet-upload-editable-table duet-editable-table .duet-editable-table-row-inprogress duet-progress {
94
+ .duet-upload-editable-table duet-editable-table .duet-editable-table-row-inprogress duet-progress, .duet-upload-editable-table duet-editable-table .duet-editable-table-row-pending duet-progress {
95
95
  position: absolute;
96
96
  bottom: 0;
97
97
  width: 100%;
98
98
  }
99
- .duet-upload-editable-table duet-editable-table .duet-editable-table-row-inprogress duet-action-button::part(button) {
99
+ .duet-upload-editable-table duet-editable-table .duet-editable-table-row-inprogress duet-action-button::part(button), .duet-upload-editable-table duet-editable-table .duet-editable-table-row-pending duet-action-button::part(button) {
100
100
  border: 0;
101
101
  }
102
102
  .duet-upload-editable-table .duet-upload-item-name duet-icon {
@@ -6,13 +6,14 @@ import { inheritGlobalTheme } from "../../common/themeable-component";
6
6
  import { createID } from "../../utils/create-id";
7
7
  import { debounce } from "../../utils/js-utils";
8
8
  import { getLocaleString, sanitizeString } from "../../utils/language-utils";
9
- import { getError, getI18nError } from "./errorcodes.utils";
9
+ import errorCodes from "./errorcodes.json";
10
+ import { getI18nError } from "./errorcodes.utils";
10
11
  import { ErrorItem } from "./upload-editable-item-error";
11
12
  import { ProgressItem } from "./upload-editable-item-inprogres";
12
13
  import { PendingItem } from "./upload-editable-item-pending";
13
14
  import { SuccessItem } from "./upload-editable-item-success";
14
15
  import { validateFile, validateTotalAmountIsAboveMax, validateTotalSizeIsAboveMax } from "./upload-validators";
15
- import { makeXhrRequest } from "./xhr.helpers";
16
+ import { makeXhrRequest, } from "./xhr.helpers";
16
17
  /**
17
18
  * @slot header - named slot - to place content after description / caption
18
19
  * @slot fileheader - named slot - to place content above "filelist" (only displayed when "filelist" contains items)
@@ -32,6 +33,10 @@ export class DuetUpload {
32
33
  * it will be up to you to handle the upload and return progress information to the upload-component
33
34
  */
34
35
  this.external = false;
36
+ /**
37
+ * If internal upload method is used, and this has been set to a function - it will be called with the XHR options before the reqeust is sent, return an updated XHR options object in order to manipulate the request
38
+ */
39
+ this.middleware = null;
35
40
  /**
36
41
  * If defer-upload is true, duet-upload will not (as recommended) instantly upload files but await a call to uploadPending()
37
42
  */
@@ -51,7 +56,7 @@ export class DuetUpload {
51
56
  size: "x-small",
52
57
  background: "gray-lightest",
53
58
  name: "delete",
54
- map: ["success", "failure", "pending"],
59
+ map: ["success", "failure"],
55
60
  label: {
56
61
  fi: "Poista tiedosto",
57
62
  en: "Poista tiedosto",
@@ -64,7 +69,7 @@ export class DuetUpload {
64
69
  size: "x-small",
65
70
  background: "gray-lightest",
66
71
  name: "cancel",
67
- map: ["inprogress"],
72
+ map: ["inprogress", "pending"],
68
73
  label: {
69
74
  fi: "Keskeytä lähetys",
70
75
  en: "Cancel the upload",
@@ -258,6 +263,10 @@ export class DuetUpload {
258
263
  * Display the input in error state along with an error message.
259
264
  */
260
265
  this.error = "";
266
+ /**
267
+ * Default errorcodes used by the component, modifiable via javascript
268
+ */
269
+ this.errorCodes = errorCodes;
261
270
  /**
262
271
  * Use maxBytes to specify the maximum size in Bytes of a file that can be uploaded.
263
272
  */
@@ -327,7 +336,7 @@ export class DuetUpload {
327
336
  label: {
328
337
  en: "Files to upload",
329
338
  sv: "Filer att ladda",
330
- fi: "Tiedostot ladattavat",
339
+ fi: "Ladattavat tiedostot",
331
340
  },
332
341
  },
333
342
  {
@@ -414,7 +423,7 @@ export class DuetUpload {
414
423
  return h(PendingItem, { name: data.item.name });
415
424
  }
416
425
  else if (group === this.DefaultGroups.failure) {
417
- return h(ErrorItem, { data: data });
426
+ return h(ErrorItem, { data: data, errorCodes: this.errorCodes });
418
427
  }
419
428
  else if (data.group) {
420
429
  return data.html;
@@ -529,7 +538,7 @@ export class DuetUpload {
529
538
  this.updateValueInMap(name, "valid", false, true);
530
539
  };
531
540
  this.transferFailed = name => {
532
- this.updateValueInMap(name, "error", getError("duet-upload-001"));
541
+ this.updateValueInMap(name, "error", getI18nError("duet-upload-001", this.errorCodes));
533
542
  };
534
543
  this.transferCanceled = name => {
535
544
  this.files.delete(name);
@@ -540,10 +549,10 @@ export class DuetUpload {
540
549
  const isTotalSizeOverMaxSize = validateTotalSizeIsAboveMax(this.files, this.maxBytesTotal);
541
550
  const isTotalFileAmountAboveMax = validateTotalAmountIsAboveMax(this.files, this.maxFiles);
542
551
  if (isTotalSizeOverMaxSize && name) {
543
- this.updateValueInMap(name, "error", getError("duet-upload-202"), false);
552
+ this.updateValueInMap(name, "error", getI18nError("duet-upload-202", this.errorCodes), false);
544
553
  }
545
554
  if (isTotalFileAmountAboveMax && name) {
546
- this.updateValueInMap(name, "error", getError("duet-upload-301"), false);
555
+ this.updateValueInMap(name, "error", getI18nError("duet-upload-301", this.errorCodes), false);
547
556
  }
548
557
  this.bytesMaxReached = isTotalSizeOverMaxSize;
549
558
  this.fileMaxReached = isTotalFileAmountAboveMax;
@@ -624,7 +633,9 @@ export class DuetUpload {
624
633
  this.files.delete(retrievedKey);
625
634
  if (!this.external) {
626
635
  const { xhr } = cancelledItem;
627
- xhr.abort();
636
+ if (xhr) {
637
+ xhr.abort();
638
+ }
628
639
  }
629
640
  else {
630
641
  this.kick();
@@ -665,6 +676,11 @@ export class DuetUpload {
665
676
  component: "duet-upload",
666
677
  });
667
678
  };
679
+ this.onReady = () => {
680
+ this.duetReady.emit({
681
+ component: "duet-upload",
682
+ });
683
+ };
668
684
  this.onDone = () => {
669
685
  this.duetDone.emit({
670
686
  component: "duet-upload",
@@ -779,6 +795,7 @@ export class DuetUpload {
779
795
  }
780
796
  inheritGlobalTheme(this);
781
797
  this.listenForActionEvents();
798
+ this.onReady();
782
799
  }
783
800
  componentWillRender() {
784
801
  // listen to the events from the component
@@ -840,7 +857,7 @@ export class DuetUpload {
840
857
  render() {
841
858
  const identifier = this.identifier || this.uploadId;
842
859
  let caption = this.description.replace(/{maxfiles}/g, this.maxFiles.toString());
843
- caption = caption.replace(/{maxbytes}/g, `${Math.floor(this.maxBytes / 1024 / 1024)} MB`);
860
+ caption = caption.replace(/{maxbytes}/g, `${Math.floor((this.maxBytesTotal || this.maxFiles * this.maxBytes) / 1024 / 1024)} MB`);
844
861
  caption = caption.replace(/{filetypes}/g, this.allowedExtensions.split(",").join(", "));
845
862
  return (h(Host, { class: { "duet-m-0": this.margin === "none" } },
846
863
  h("duet-fieldset", { label: this.label, caption: caption },
@@ -861,8 +878,8 @@ export class DuetUpload {
861
878
  !this.hideButton && (h("duet-button", { id: this.buttonId, onClick: this.startUpload, "accessible-controls": identifier, disabled: this.fileMaxReached, "accessible-label": this.accessibleButtonLabel, "accessible-owns": identifier, size: "small", variation: "secondary", fixed: true, icon: "action-add-circle", part: this.identifier ? `${this.identifier}-button-upload` : "duet-upload-button-upload" }, this.buttonLabel)),
862
879
  h("duet-spacer", { size: "medium" }),
863
880
  (this.fileMaxReached || this.bytesMaxReached) && (h("duet-alert", { part: this.identifier ? `${this.identifier}-error-notification` : "duet-upload-error-notification" },
864
- this.fileMaxReached && getI18nError("duet-upload-301"),
865
- this.bytesMaxReached && getI18nError("duet-upload-202"))),
881
+ this.fileMaxReached && getI18nError("duet-upload-301", this.errorCodes),
882
+ this.bytesMaxReached && getI18nError("duet-upload-202", this.errorCodes))),
866
883
  h("duet-spacer", { size: "medium" }),
867
884
  h("duet-visually-hidden", null,
868
885
  h("input", { ref: input => {
@@ -889,34 +906,43 @@ export class DuetUpload {
889
906
  xhr.upload.addEventListener("abort", () => {
890
907
  this.transferCanceled(name);
891
908
  });
892
- return makeXhrRequest({
909
+ let options = {
893
910
  payload: { data, name },
894
- options: { type: "POST", uri: this.uri, xhr, argument: null, headers: null },
911
+ options: { type: "POST", uri: this.uri, xhr, argument: null, headers: undefined },
895
912
  onFailure: this.transferDoneWithFailure,
896
913
  onSuccess: this.transferDone,
897
914
  onProgress: this.trackProgress,
898
- });
915
+ };
916
+ if (this.middleware) {
917
+ options = this.middleware(options);
918
+ }
919
+ return makeXhrRequest(options);
899
920
  }
900
921
  makeXHRDeleteRequest(data) {
901
922
  const { uid, item } = data;
902
923
  const xhr = new XMLHttpRequest();
903
- // don't present server issues to user on deletes, just remove them from the visible list
904
- return makeXhrRequest({
924
+ const headers = {
925
+ "x-fileuid": uid,
926
+ "x-filename": item.name,
927
+ };
928
+ let options = {
905
929
  payload: { data: null, name },
906
930
  options: {
907
931
  type: "DELETE",
908
932
  xhr,
909
933
  uri: this.uri,
910
- arguments: `?key=${uid}&name=${item.name}`,
911
- headers: {
912
- "x-fileuid": uid,
913
- "x-filename": item.name,
914
- },
934
+ argument: `?key=${uid}&name=${item.name}`,
935
+ headers,
915
936
  },
916
937
  onFailure: this.transferDoneWithFailure,
917
938
  onSuccess: this.transferDone,
918
939
  onProgress: this.trackProgress,
919
- });
940
+ };
941
+ if (this.middleware) {
942
+ options = this.middleware(options);
943
+ }
944
+ // don't present server issues to user on deletes, just remove them from the visible list
945
+ return makeXhrRequest(options);
920
946
  }
921
947
  /**
922
948
  * Component event handling.
@@ -933,7 +959,7 @@ export class DuetUpload {
933
959
  maxBytes: this.maxBytes,
934
960
  allowedExtensions: this.allowedExtensions,
935
961
  allowedMimetypes: this.allowedMimetypes,
936
- });
962
+ }, this.errorCodes);
937
963
  const uid = this.genHashName();
938
964
  const fileListItem = {
939
965
  uid,
@@ -1082,6 +1108,26 @@ export class DuetUpload {
1082
1108
  "reflect": false,
1083
1109
  "defaultValue": "false"
1084
1110
  },
1111
+ "middleware": {
1112
+ "type": "unknown",
1113
+ "mutable": false,
1114
+ "complexType": {
1115
+ "original": "XHRInternalMiddleWare",
1116
+ "resolved": "(XHRMiddlewareOptions: any) => XHRMiddlewareOptions",
1117
+ "references": {
1118
+ "XHRInternalMiddleWare": {
1119
+ "location": "local"
1120
+ }
1121
+ }
1122
+ },
1123
+ "required": false,
1124
+ "optional": false,
1125
+ "docs": {
1126
+ "tags": [],
1127
+ "text": "If internal upload method is used, and this has been set to a function - it will be called with the XHR options before the reqeust is sent, return an updated XHR options object in order to manipulate the request"
1128
+ },
1129
+ "defaultValue": "null"
1130
+ },
1085
1131
  "deferUpload": {
1086
1132
  "type": "boolean",
1087
1133
  "mutable": false,
@@ -1137,7 +1183,7 @@ export class DuetUpload {
1137
1183
  "tags": [],
1138
1184
  "text": "Default actions added to the internally used duet-editable-table"
1139
1185
  },
1140
- "defaultValue": "[\n {\n icon: \"action-delete\",\n color: \"color-danger\",\n size: \"x-small\",\n background: \"gray-lightest\",\n name: \"delete\",\n map: [\"success\", \"failure\", \"pending\"],\n label: {\n fi: \"Poista tiedosto\",\n en: \"Poista tiedosto\",\n sv: \"Ta bort filen\",\n },\n },\n {\n icon: \"navigation-close\",\n color: \"primary\",\n size: \"x-small\",\n background: \"gray-lightest\",\n name: \"cancel\",\n map: [\"inprogress\"],\n label: {\n fi: \"Keskeyt\u00E4 l\u00E4hetys\",\n en: \"Cancel the upload\",\n sv: \"Stop \u00F6verf\u00F6ringen\",\n },\n },\n ]"
1186
+ "defaultValue": "[\n {\n icon: \"action-delete\",\n color: \"color-danger\",\n size: \"x-small\",\n background: \"gray-lightest\",\n name: \"delete\",\n map: [\"success\", \"failure\"],\n label: {\n fi: \"Poista tiedosto\",\n en: \"Poista tiedosto\",\n sv: \"Ta bort filen\",\n },\n },\n {\n icon: \"navigation-close\",\n color: \"primary\",\n size: \"x-small\",\n background: \"gray-lightest\",\n name: \"cancel\",\n map: [\"inprogress\", \"pending\"],\n label: {\n fi: \"Keskeyt\u00E4 l\u00E4hetys\",\n en: \"Cancel the upload\",\n sv: \"Stop \u00F6verf\u00F6ringen\",\n },\n },\n ]"
1141
1187
  },
1142
1188
  "uri": {
1143
1189
  "type": "string",
@@ -1637,6 +1683,27 @@ export class DuetUpload {
1637
1683
  "reflect": false,
1638
1684
  "defaultValue": "\"\""
1639
1685
  },
1686
+ "errorCodes": {
1687
+ "type": "unknown",
1688
+ "mutable": false,
1689
+ "complexType": {
1690
+ "original": "DuetUploadErrorCode[]",
1691
+ "resolved": "DuetUploadErrorCode[]",
1692
+ "references": {
1693
+ "DuetUploadErrorCode": {
1694
+ "location": "import",
1695
+ "path": "./errorcodes.utils"
1696
+ }
1697
+ }
1698
+ },
1699
+ "required": false,
1700
+ "optional": false,
1701
+ "docs": {
1702
+ "tags": [],
1703
+ "text": "Default errorcodes used by the component, modifiable via javascript"
1704
+ },
1705
+ "defaultValue": "errorCodes"
1706
+ },
1640
1707
  "name": {
1641
1708
  "type": "string",
1642
1709
  "mutable": false,
@@ -1827,7 +1894,7 @@ export class DuetUpload {
1827
1894
  }],
1828
1895
  "text": "Array of group names that you want the editable table to use to display files"
1829
1896
  },
1830
- "defaultValue": "[\n {\n id: this.DefaultGroups.inprogress,\n label: {\n fi: \"Kesken olevat tiedostot\",\n sv: \"Filer inprogress\",\n en: \"Files inprogress\",\n },\n },\n {\n id: this.DefaultGroups.pending,\n label: {\n en: \"Files to upload\",\n sv: \"Filer att ladda\",\n fi: \"Tiedostot ladattavat\",\n },\n },\n {\n id: this.DefaultGroups.success,\n label: {\n fi: \"Valmiit tiedostot\",\n sv: \"Files success\",\n en: \"Files success\",\n },\n },\n {\n id: this.DefaultGroups.failure,\n label: {\n fi: \"Tiedostot, joissa on virheit\u00E4\",\n sv: \"Filer med fel\",\n en: \"Files with errors\",\n },\n },\n ]"
1897
+ "defaultValue": "[\n {\n id: this.DefaultGroups.inprogress,\n label: {\n fi: \"Kesken olevat tiedostot\",\n sv: \"Filer inprogress\",\n en: \"Files inprogress\",\n },\n },\n {\n id: this.DefaultGroups.pending,\n label: {\n en: \"Files to upload\",\n sv: \"Filer att ladda\",\n fi: \"Ladattavat tiedostot\",\n },\n },\n {\n id: this.DefaultGroups.success,\n label: {\n fi: \"Valmiit tiedostot\",\n sv: \"Files success\",\n en: \"Files success\",\n },\n },\n {\n id: this.DefaultGroups.failure,\n label: {\n fi: \"Tiedostot, joissa on virheit\u00E4\",\n sv: \"Filer med fel\",\n en: \"Files with errors\",\n },\n },\n ]"
1831
1898
  }
1832
1899
  }; }
1833
1900
  static get states() { return {
@@ -1890,6 +1957,25 @@ export class DuetUpload {
1890
1957
  }
1891
1958
  }
1892
1959
  }
1960
+ }, {
1961
+ "method": "duetReady",
1962
+ "name": "duetReady",
1963
+ "bubbles": true,
1964
+ "cancelable": true,
1965
+ "composed": true,
1966
+ "docs": {
1967
+ "tags": [],
1968
+ "text": "Emitted when the component is finished initializing"
1969
+ },
1970
+ "complexType": {
1971
+ "original": "DuetUploadEvent",
1972
+ "resolved": "{ originalEvent?: Event; data?: Record<string, any>; metaData?: Record<string, any>; component: \"duet-upload\"; }",
1973
+ "references": {
1974
+ "DuetUploadEvent": {
1975
+ "location": "local"
1976
+ }
1977
+ }
1978
+ }
1893
1979
  }, {
1894
1980
  "method": "duetDone",
1895
1981
  "name": "duetDone",