@six-group/ui-library 0.0.0-insider.a9979af → 0.0.0-insider.ab5d77b

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 (452) hide show
  1. package/dist/cjs/icon-4irykc7V.js +17 -0
  2. package/dist/cjs/icon-4irykc7V.js.map +1 -0
  3. package/dist/cjs/index-C8rK7OAe.js +12 -8
  4. package/dist/cjs/index.cjs.js +3 -0
  5. package/dist/cjs/index.cjs.js.map +1 -1
  6. package/dist/cjs/loader.cjs.js +1 -1
  7. package/dist/cjs/six-breadcrumbs-item.cjs.entry.js +25 -0
  8. package/dist/cjs/six-breadcrumbs-item.cjs.entry.js.map +1 -0
  9. package/dist/cjs/six-breadcrumbs-item.entry.cjs.js.map +1 -0
  10. package/dist/cjs/six-breadcrumbs.cjs.entry.js +73 -0
  11. package/dist/cjs/six-breadcrumbs.cjs.entry.js.map +1 -0
  12. package/dist/cjs/six-breadcrumbs.entry.cjs.js.map +1 -0
  13. package/dist/cjs/six-button.six-spinner.entry.cjs.js.map +1 -0
  14. package/dist/cjs/{six-button.cjs.entry.js → six-button_2.cjs.entry.js} +55 -4
  15. package/dist/cjs/six-button_2.cjs.entry.js.map +1 -0
  16. package/dist/cjs/six-card.cjs.entry.js +1 -1
  17. package/dist/cjs/six-checkbox_2.cjs.entry.js +4 -4
  18. package/dist/cjs/six-date.cjs.entry.js +38 -33
  19. package/dist/cjs/six-date.cjs.entry.js.map +1 -1
  20. package/dist/cjs/six-date.entry.cjs.js.map +1 -1
  21. package/dist/cjs/six-datepicker.cjs.entry.js +3 -3
  22. package/dist/cjs/six-datepicker.cjs.entry.js.map +1 -1
  23. package/dist/cjs/six-datepicker.entry.cjs.js.map +1 -1
  24. package/dist/cjs/six-details.cjs.entry.js +3 -3
  25. package/dist/cjs/six-dropdown.six-menu.entry.cjs.js.map +1 -1
  26. package/dist/cjs/six-dropdown_2.cjs.entry.js +3 -3
  27. package/dist/cjs/six-dropdown_2.cjs.entry.js.map +1 -1
  28. package/dist/cjs/six-error-page.cjs.entry.js +1 -1
  29. package/dist/cjs/six-error.cjs.entry.js +1 -1
  30. package/dist/cjs/six-file-list.cjs.entry.js +1 -1
  31. package/dist/cjs/six-footer.cjs.entry.js +1 -1
  32. package/dist/cjs/six-group-label.cjs.entry.js +1 -1
  33. package/dist/cjs/six-header-dropdown-item.cjs.entry.js +2 -2
  34. package/dist/cjs/six-header-item.cjs.entry.js +1 -1
  35. package/dist/cjs/six-header-menu-button.cjs.entry.js +1 -1
  36. package/dist/cjs/six-header.cjs.entry.js +2 -2
  37. package/dist/cjs/six-icon-button.cjs.entry.js +3 -3
  38. package/dist/cjs/six-icon.cjs.entry.js +15 -6
  39. package/dist/cjs/six-icon.cjs.entry.js.map +1 -1
  40. package/dist/cjs/six-icon.entry.cjs.js.map +1 -1
  41. package/dist/cjs/six-layout-grid.cjs.entry.js +1 -1
  42. package/dist/cjs/six-main-container.cjs.entry.js +1 -1
  43. package/dist/cjs/six-menu-divider.cjs.entry.js +1 -1
  44. package/dist/cjs/six-menu-label.cjs.entry.js +1 -1
  45. package/dist/cjs/six-picto.cjs.entry.js +1 -1
  46. package/dist/cjs/six-progress-bar.cjs.entry.js +3 -3
  47. package/dist/cjs/six-progress-ring.cjs.entry.js +1 -1
  48. package/dist/cjs/six-radio.cjs.entry.js +2 -2
  49. package/dist/cjs/six-range.cjs.entry.js +2 -2
  50. package/dist/cjs/six-rating.cjs.entry.js +2 -2
  51. package/dist/cjs/six-root.cjs.entry.js +1 -1
  52. package/dist/cjs/six-sidebar-item.cjs.entry.js +2 -2
  53. package/dist/cjs/six-sidebar.cjs.entry.js +2 -2
  54. package/dist/cjs/six-switch.cjs.entry.js +2 -2
  55. package/dist/cjs/six-tab-panel.cjs.entry.js +1 -1
  56. package/dist/cjs/six-tab.cjs.entry.js +3 -3
  57. package/dist/cjs/six-tab.cjs.entry.js.map +1 -1
  58. package/dist/cjs/six-tab.entry.cjs.js.map +1 -1
  59. package/dist/cjs/six-tag.cjs.entry.js +2 -2
  60. package/dist/cjs/six-textarea.cjs.entry.js +2 -2
  61. package/dist/cjs/six-tile.cjs.entry.js +5 -5
  62. package/dist/cjs/six-timepicker.cjs.entry.js +1 -1
  63. package/dist/cjs/six-timepicker.cjs.entry.js.map +1 -1
  64. package/dist/cjs/six-timepicker.entry.cjs.js.map +1 -1
  65. package/dist/cjs/six-tooltip.cjs.entry.js +2 -2
  66. package/dist/cjs/ui-library.cjs.js +1 -1
  67. package/dist/collection/collection-manifest.json +2 -0
  68. package/dist/collection/components/six-breadcrumbs/six-breadcrumbs.css +27 -0
  69. package/dist/collection/components/six-breadcrumbs/six-breadcrumbs.js +109 -0
  70. package/dist/collection/components/six-breadcrumbs/six-breadcrumbs.js.map +1 -0
  71. package/dist/collection/components/six-breadcrumbs-item/six-breadcrumbs-item.css +61 -0
  72. package/dist/collection/components/six-breadcrumbs-item/six-breadcrumbs-item.js +123 -0
  73. package/dist/collection/components/six-breadcrumbs-item/six-breadcrumbs-item.js.map +1 -0
  74. package/dist/collection/components/six-button/six-button.js +2 -2
  75. package/dist/collection/components/six-card/six-card.js +1 -1
  76. package/dist/collection/components/six-checkbox/six-checkbox.js +2 -2
  77. package/dist/collection/components/six-date/iso-date.js +32 -0
  78. package/dist/collection/components/six-date/iso-date.js.map +1 -1
  79. package/dist/collection/components/six-date/six-date.js +7 -34
  80. package/dist/collection/components/six-date/six-date.js.map +1 -1
  81. package/dist/collection/components/six-datepicker/six-datepicker.js +4 -4
  82. package/dist/collection/components/six-datepicker/six-datepicker.js.map +1 -1
  83. package/dist/collection/components/six-details/six-details.js +3 -3
  84. package/dist/collection/components/six-error/six-error.js +1 -1
  85. package/dist/collection/components/six-error-page/six-error-page.js +1 -1
  86. package/dist/collection/components/six-file-list/six-file-list.js +1 -1
  87. package/dist/collection/components/six-footer/six-footer.js +1 -1
  88. package/dist/collection/components/six-group-label/six-group-label.js +1 -1
  89. package/dist/collection/components/six-header/six-header.js +2 -2
  90. package/dist/collection/components/six-header-dropdown-item/six-header-dropdown-item.js +2 -2
  91. package/dist/collection/components/six-header-item/six-header-item.js +1 -1
  92. package/dist/collection/components/six-header-menu-button/six-header-menu-button.js +1 -1
  93. package/dist/collection/components/six-icon/six-icon.css +46 -29
  94. package/dist/collection/components/six-icon/six-icon.js +39 -5
  95. package/dist/collection/components/six-icon/six-icon.js.map +1 -1
  96. package/dist/collection/components/six-icon-button/six-icon-button.js +3 -3
  97. package/dist/collection/components/six-layout-grid/six-layout-grid.js +1 -1
  98. package/dist/collection/components/six-main-container/six-main-container.js +1 -1
  99. package/dist/collection/components/six-menu/six-menu.js +3 -3
  100. package/dist/collection/components/six-menu/six-menu.js.map +1 -1
  101. package/dist/collection/components/six-menu-divider/six-menu-divider.js +1 -1
  102. package/dist/collection/components/six-menu-item/six-menu-item.js +2 -2
  103. package/dist/collection/components/six-menu-label/six-menu-label.js +1 -1
  104. package/dist/collection/components/six-picto/six-picto.js +1 -1
  105. package/dist/collection/components/six-progress-bar/six-progress-bar.js +3 -3
  106. package/dist/collection/components/six-progress-ring/six-progress-ring.js +1 -1
  107. package/dist/collection/components/six-radio/six-radio.js +2 -2
  108. package/dist/collection/components/six-range/six-range.js +2 -2
  109. package/dist/collection/components/six-rating/six-rating.js +2 -2
  110. package/dist/collection/components/six-root/six-root.js +1 -1
  111. package/dist/collection/components/six-sidebar/six-sidebar.js +2 -2
  112. package/dist/collection/components/six-sidebar-item/six-sidebar-item.js +2 -2
  113. package/dist/collection/components/six-switch/six-switch.js +2 -2
  114. package/dist/collection/components/six-tab/six-tab.js +22 -3
  115. package/dist/collection/components/six-tab/six-tab.js.map +1 -1
  116. package/dist/collection/components/six-tab-panel/six-tab-panel.js +1 -1
  117. package/dist/collection/components/six-tag/six-tag.js +2 -2
  118. package/dist/collection/components/six-textarea/six-textarea.js +2 -2
  119. package/dist/collection/components/six-tile/six-tile.js +5 -5
  120. package/dist/collection/components/six-timepicker/six-timepicker.js +1 -1
  121. package/dist/collection/components/six-timepicker/six-timepicker.js.map +1 -1
  122. package/dist/collection/components/six-tooltip/six-tooltip.js +2 -2
  123. package/dist/collection/files/material-symbols-outlined-latin-fill-normal.woff2 +0 -0
  124. package/dist/collection/files/material-symbols-outlined-latin-full-normal.woff2 +0 -0
  125. package/dist/collection/files/material-symbols-outlined-latin-grad-normal.woff2 +0 -0
  126. package/dist/collection/files/material-symbols-outlined-latin-opsz-normal.woff2 +0 -0
  127. package/dist/collection/files/material-symbols-outlined-latin-standard-normal.woff2 +0 -0
  128. package/dist/collection/files/material-symbols-outlined-latin-wght-normal.woff2 +0 -0
  129. package/dist/collection/files/material-symbols-rounded-latin-fill-normal.woff2 +0 -0
  130. package/dist/collection/files/material-symbols-rounded-latin-full-normal.woff2 +0 -0
  131. package/dist/collection/files/material-symbols-rounded-latin-grad-normal.woff2 +0 -0
  132. package/dist/collection/files/material-symbols-rounded-latin-opsz-normal.woff2 +0 -0
  133. package/dist/collection/files/material-symbols-rounded-latin-standard-normal.woff2 +0 -0
  134. package/dist/collection/files/material-symbols-rounded-latin-wght-normal.woff2 +0 -0
  135. package/dist/collection/files/material-symbols-sharp-latin-fill-normal.woff2 +0 -0
  136. package/dist/collection/files/material-symbols-sharp-latin-full-normal.woff2 +0 -0
  137. package/dist/collection/files/material-symbols-sharp-latin-grad-normal.woff2 +0 -0
  138. package/dist/collection/files/material-symbols-sharp-latin-opsz-normal.woff2 +0 -0
  139. package/dist/collection/files/material-symbols-sharp-latin-standard-normal.woff2 +0 -0
  140. package/dist/collection/files/material-symbols-sharp-latin-wght-normal.woff2 +0 -0
  141. package/dist/collection/index.js +1 -0
  142. package/dist/collection/index.js.map +1 -1
  143. package/dist/collection/utils/icon.js +10 -0
  144. package/dist/collection/utils/icon.js.map +1 -0
  145. package/dist/components/index.js +5 -0
  146. package/dist/components/index.js.map +1 -1
  147. package/dist/components/{p-BUN8hFmL.js → p-BDCdPEjW.js} +4 -4
  148. package/dist/components/p-BDCdPEjW.js.map +1 -0
  149. package/dist/components/{p-BR2t7cws.js → p-BFxDUwBI.js} +3 -3
  150. package/dist/components/{p-BR2t7cws.js.map → p-BFxDUwBI.js.map} +1 -1
  151. package/dist/components/{p-Cfyrva2T.js → p-BKl-wAjt.js} +5 -5
  152. package/dist/components/{p-Cfyrva2T.js.map → p-BKl-wAjt.js.map} +1 -1
  153. package/dist/components/{p-CWKq6Dyt.js → p-BLocui1Z.js} +3 -3
  154. package/dist/components/{p-CWKq6Dyt.js.map → p-BLocui1Z.js.map} +1 -1
  155. package/dist/components/{p-DsGIkEDB.js → p-C-TgkYhI.js} +4 -4
  156. package/dist/components/{p-DsGIkEDB.js.map → p-C-TgkYhI.js.map} +1 -1
  157. package/dist/components/{p-9aUb96SZ.js → p-C6ozoFuw.js} +8 -8
  158. package/dist/components/{p-9aUb96SZ.js.map → p-C6ozoFuw.js.map} +1 -1
  159. package/dist/components/p-C84iXIFp.js +71 -0
  160. package/dist/components/p-C84iXIFp.js.map +1 -0
  161. package/dist/components/{p-DYlDF9Rw.js → p-CH82uB3t.js} +3 -3
  162. package/dist/components/{p-DYlDF9Rw.js.map → p-CH82uB3t.js.map} +1 -1
  163. package/dist/components/{p-Cosz73fX.js → p-CSfxA66i.js} +6 -6
  164. package/dist/components/{p-Cosz73fX.js.map → p-CSfxA66i.js.map} +1 -1
  165. package/dist/components/{p-CSL17OWk.js → p-CXsF3egB.js} +9 -9
  166. package/dist/components/{p-CSL17OWk.js.map → p-CXsF3egB.js.map} +1 -1
  167. package/dist/components/{p-CAJFkiLw.js → p-C_slMKPO.js} +7 -7
  168. package/dist/components/{p-CAJFkiLw.js.map → p-C_slMKPO.js.map} +1 -1
  169. package/dist/components/{p-DyYwMIDQ.js → p-DQrAnsWb.js} +3 -3
  170. package/dist/components/{p-DyYwMIDQ.js.map → p-DQrAnsWb.js.map} +1 -1
  171. package/dist/components/{p-Cs1jspzx.js → p-DrZr0hMT.js} +6 -6
  172. package/dist/components/{p-Cs1jspzx.js.map → p-DrZr0hMT.js.map} +1 -1
  173. package/dist/components/{p-C28WDWgL.js → p-SZP6K3B0.js} +7 -7
  174. package/dist/components/{p-C28WDWgL.js.map → p-SZP6K3B0.js.map} +1 -1
  175. package/dist/components/{p-ClylOmYH.js → p-jflTvJ8E.js} +4 -4
  176. package/dist/components/{p-ClylOmYH.js.map → p-jflTvJ8E.js.map} +1 -1
  177. package/dist/components/six-alert.js +2 -2
  178. package/dist/components/six-avatar.js +1 -1
  179. package/dist/components/six-breadcrumbs-item.d.ts +11 -0
  180. package/dist/components/six-breadcrumbs-item.js +58 -0
  181. package/dist/components/six-breadcrumbs-item.js.map +1 -0
  182. package/dist/components/six-breadcrumbs.d.ts +11 -0
  183. package/dist/components/six-breadcrumbs.js +97 -0
  184. package/dist/components/six-breadcrumbs.js.map +1 -0
  185. package/dist/components/six-button.js +1 -1
  186. package/dist/components/six-card.js +1 -1
  187. package/dist/components/six-checkbox.js +1 -1
  188. package/dist/components/six-date.js +42 -37
  189. package/dist/components/six-date.js.map +1 -1
  190. package/dist/components/six-datepicker.js +8 -8
  191. package/dist/components/six-datepicker.js.map +1 -1
  192. package/dist/components/six-details.js +1 -1
  193. package/dist/components/six-dialog.js +2 -2
  194. package/dist/components/six-drawer.js +2 -2
  195. package/dist/components/six-dropdown.js +1 -1
  196. package/dist/components/six-error-page.js +2 -2
  197. package/dist/components/six-error.js +1 -1
  198. package/dist/components/six-file-list-item.js +1 -1
  199. package/dist/components/six-file-list.js +1 -1
  200. package/dist/components/six-file-upload.js +2 -2
  201. package/dist/components/six-footer.js +1 -1
  202. package/dist/components/six-group-label.js +2 -2
  203. package/dist/components/six-header-dropdown-item.js +9 -9
  204. package/dist/components/six-header-item.js +1 -1
  205. package/dist/components/six-header-menu-button.js +2 -2
  206. package/dist/components/six-header.js +2 -2
  207. package/dist/components/six-icon-button.js +1 -1
  208. package/dist/components/six-icon.js +1 -1
  209. package/dist/components/six-input.js +1 -1
  210. package/dist/components/six-item-picker.js +1 -1
  211. package/dist/components/six-layout-grid.js +1 -1
  212. package/dist/components/six-main-container.js +1 -1
  213. package/dist/components/six-menu-divider.js +1 -1
  214. package/dist/components/six-menu-item.js +1 -1
  215. package/dist/components/six-menu-label.js +1 -1
  216. package/dist/components/six-menu.js +1 -1
  217. package/dist/components/six-picto.js +1 -1
  218. package/dist/components/six-progress-bar.js +3 -3
  219. package/dist/components/six-progress-ring.js +1 -1
  220. package/dist/components/six-radio.js +2 -2
  221. package/dist/components/six-range.js +3 -3
  222. package/dist/components/six-rating.js +4 -4
  223. package/dist/components/six-root.js +3 -3
  224. package/dist/components/six-search-field.js +3 -3
  225. package/dist/components/six-select.js +9 -9
  226. package/dist/components/six-sidebar-item-group.js +2 -2
  227. package/dist/components/six-sidebar-item.js +3 -3
  228. package/dist/components/six-sidebar.js +2 -2
  229. package/dist/components/six-stage-indicator.js +1 -1
  230. package/dist/components/six-switch.js +3 -3
  231. package/dist/components/six-tab-group.js +2 -2
  232. package/dist/components/six-tab-panel.js +1 -1
  233. package/dist/components/six-tab.js +6 -5
  234. package/dist/components/six-tab.js.map +1 -1
  235. package/dist/components/six-tag.js +5 -5
  236. package/dist/components/six-textarea.js +3 -3
  237. package/dist/components/six-tile.js +8 -8
  238. package/dist/components/six-timepicker.js +1 -1
  239. package/dist/components/six-tooltip.js +1 -1
  240. package/dist/components.json +409 -4
  241. package/dist/esm/icon-DqHJRLQQ.js +14 -0
  242. package/dist/esm/icon-DqHJRLQQ.js.map +1 -0
  243. package/dist/esm/index-JoG9I7EO.js +12 -8
  244. package/dist/esm/index.js +1 -0
  245. package/dist/esm/index.js.map +1 -1
  246. package/dist/esm/loader.js +1 -1
  247. package/dist/esm/six-breadcrumbs-item.entry.js +23 -0
  248. package/dist/esm/six-breadcrumbs-item.entry.js.map +1 -0
  249. package/dist/esm/six-breadcrumbs.entry.js +71 -0
  250. package/dist/esm/six-breadcrumbs.entry.js.map +1 -0
  251. package/dist/esm/six-button.six-spinner.entry.js.map +1 -0
  252. package/dist/esm/{six-button.entry.js → six-button_2.entry.js} +55 -5
  253. package/dist/esm/six-button_2.entry.js.map +1 -0
  254. package/dist/esm/six-card.entry.js +1 -1
  255. package/dist/esm/six-checkbox_2.entry.js +4 -4
  256. package/dist/esm/six-date.entry.js +38 -33
  257. package/dist/esm/six-date.entry.js.map +1 -1
  258. package/dist/esm/six-datepicker.entry.js +3 -3
  259. package/dist/esm/six-datepicker.entry.js.map +1 -1
  260. package/dist/esm/six-details.entry.js +3 -3
  261. package/dist/esm/six-dropdown.six-menu.entry.js.map +1 -1
  262. package/dist/esm/six-dropdown_2.entry.js +3 -3
  263. package/dist/esm/six-dropdown_2.entry.js.map +1 -1
  264. package/dist/esm/six-error-page.entry.js +1 -1
  265. package/dist/esm/six-error.entry.js +1 -1
  266. package/dist/esm/six-file-list.entry.js +1 -1
  267. package/dist/esm/six-footer.entry.js +1 -1
  268. package/dist/esm/six-group-label.entry.js +1 -1
  269. package/dist/esm/six-header-dropdown-item.entry.js +2 -2
  270. package/dist/esm/six-header-item.entry.js +1 -1
  271. package/dist/esm/six-header-menu-button.entry.js +1 -1
  272. package/dist/esm/six-header.entry.js +2 -2
  273. package/dist/esm/six-icon-button.entry.js +3 -3
  274. package/dist/esm/six-icon.entry.js +15 -6
  275. package/dist/esm/six-icon.entry.js.map +1 -1
  276. package/dist/esm/six-layout-grid.entry.js +1 -1
  277. package/dist/esm/six-main-container.entry.js +1 -1
  278. package/dist/esm/six-menu-divider.entry.js +1 -1
  279. package/dist/esm/six-menu-label.entry.js +1 -1
  280. package/dist/esm/six-picto.entry.js +1 -1
  281. package/dist/esm/six-progress-bar.entry.js +3 -3
  282. package/dist/esm/six-progress-ring.entry.js +1 -1
  283. package/dist/esm/six-radio.entry.js +2 -2
  284. package/dist/esm/six-range.entry.js +2 -2
  285. package/dist/esm/six-rating.entry.js +2 -2
  286. package/dist/esm/six-root.entry.js +1 -1
  287. package/dist/esm/six-sidebar-item.entry.js +2 -2
  288. package/dist/esm/six-sidebar.entry.js +2 -2
  289. package/dist/esm/six-switch.entry.js +2 -2
  290. package/dist/esm/six-tab-panel.entry.js +1 -1
  291. package/dist/esm/six-tab.entry.js +3 -3
  292. package/dist/esm/six-tab.entry.js.map +1 -1
  293. package/dist/esm/six-tag.entry.js +2 -2
  294. package/dist/esm/six-textarea.entry.js +2 -2
  295. package/dist/esm/six-tile.entry.js +5 -5
  296. package/dist/esm/six-timepicker.entry.js +1 -1
  297. package/dist/esm/six-timepicker.entry.js.map +1 -1
  298. package/dist/esm/six-tooltip.entry.js +2 -2
  299. package/dist/esm/ui-library.js +1 -1
  300. package/dist/types/components/six-breadcrumbs/six-breadcrumbs.d.ts +20 -0
  301. package/dist/types/components/six-breadcrumbs-item/six-breadcrumbs-item.d.ts +27 -0
  302. package/dist/types/components/six-date/iso-date.d.ts +2 -0
  303. package/dist/types/components/six-datepicker/six-datepicker.d.ts +1 -1
  304. package/dist/types/components/six-icon/six-icon.d.ts +16 -0
  305. package/dist/types/components/six-tab/six-tab.d.ts +2 -0
  306. package/dist/types/components.d.ts +134 -4
  307. package/dist/types/index.d.ts +1 -0
  308. package/dist/types/types.d.ts +1 -0
  309. package/dist/types/utils/icon.d.ts +5 -0
  310. package/dist/ui-library/files/material-symbols-outlined-latin-fill-normal.woff2 +0 -0
  311. package/dist/ui-library/files/material-symbols-outlined-latin-full-normal.woff2 +0 -0
  312. package/dist/ui-library/files/material-symbols-outlined-latin-grad-normal.woff2 +0 -0
  313. package/dist/ui-library/files/material-symbols-outlined-latin-opsz-normal.woff2 +0 -0
  314. package/dist/ui-library/files/material-symbols-outlined-latin-standard-normal.woff2 +0 -0
  315. package/dist/ui-library/files/material-symbols-outlined-latin-wght-normal.woff2 +0 -0
  316. package/dist/ui-library/files/material-symbols-rounded-latin-fill-normal.woff2 +0 -0
  317. package/dist/ui-library/files/material-symbols-rounded-latin-full-normal.woff2 +0 -0
  318. package/dist/ui-library/files/material-symbols-rounded-latin-grad-normal.woff2 +0 -0
  319. package/dist/ui-library/files/material-symbols-rounded-latin-opsz-normal.woff2 +0 -0
  320. package/dist/ui-library/files/material-symbols-rounded-latin-standard-normal.woff2 +0 -0
  321. package/dist/ui-library/files/material-symbols-rounded-latin-wght-normal.woff2 +0 -0
  322. package/dist/ui-library/files/material-symbols-sharp-latin-fill-normal.woff2 +0 -0
  323. package/dist/ui-library/files/material-symbols-sharp-latin-full-normal.woff2 +0 -0
  324. package/dist/ui-library/files/material-symbols-sharp-latin-grad-normal.woff2 +0 -0
  325. package/dist/ui-library/files/material-symbols-sharp-latin-opsz-normal.woff2 +0 -0
  326. package/dist/ui-library/files/material-symbols-sharp-latin-standard-normal.woff2 +0 -0
  327. package/dist/ui-library/files/material-symbols-sharp-latin-wght-normal.woff2 +0 -0
  328. package/dist/ui-library/index.esm.js +1 -1
  329. package/dist/ui-library/index.esm.js.map +1 -1
  330. package/dist/ui-library/{p-336610a9.entry.js → p-014f44f4.entry.js} +2 -2
  331. package/dist/ui-library/p-014f44f4.entry.js.map +1 -0
  332. package/dist/ui-library/p-05ca516d.entry.js +2 -0
  333. package/dist/ui-library/{p-a43843d6.entry.js → p-06c6b189.entry.js} +2 -2
  334. package/dist/ui-library/{p-850aff56.entry.js → p-12a2cc6b.entry.js} +2 -2
  335. package/dist/ui-library/p-22f924a1.entry.js +2 -0
  336. package/dist/ui-library/{p-f6a1c20b.entry.js → p-26219330.entry.js} +2 -2
  337. package/dist/ui-library/{p-fe7d3665.entry.js → p-29994dc3.entry.js} +2 -2
  338. package/dist/ui-library/{p-d9e770ab.entry.js → p-29aac7ea.entry.js} +2 -2
  339. package/dist/ui-library/p-38c51fd1.entry.js +2 -0
  340. package/dist/ui-library/p-38c51fd1.entry.js.map +1 -0
  341. package/dist/ui-library/{p-c8fbf085.entry.js → p-3c1285ad.entry.js} +2 -2
  342. package/dist/ui-library/{p-5b52d097.entry.js → p-3d9e03b5.entry.js} +2 -2
  343. package/dist/ui-library/{p-1cfa2df4.entry.js → p-4d9785bd.entry.js} +2 -2
  344. package/dist/ui-library/p-4decf969.entry.js +2 -0
  345. package/dist/ui-library/p-4decf969.entry.js.map +1 -0
  346. package/dist/ui-library/{p-c47f11e4.entry.js → p-59568c0f.entry.js} +2 -2
  347. package/dist/ui-library/{p-c47f11e4.entry.js.map → p-59568c0f.entry.js.map} +1 -1
  348. package/dist/ui-library/{p-174dd242.entry.js → p-664ddbab.entry.js} +2 -2
  349. package/dist/ui-library/{p-21cbccb1.entry.js → p-66b94978.entry.js} +2 -2
  350. package/dist/ui-library/{p-371ef302.entry.js → p-66d616e8.entry.js} +2 -2
  351. package/dist/ui-library/{p-811ce2a0.entry.js → p-6cd4fbd8.entry.js} +2 -2
  352. package/dist/ui-library/{p-8884a48b.entry.js → p-70388108.entry.js} +2 -2
  353. package/dist/ui-library/p-72d3f332.entry.js +2 -0
  354. package/dist/ui-library/p-72d3f332.entry.js.map +1 -0
  355. package/dist/ui-library/{p-18e755bc.entry.js → p-7f7413db.entry.js} +2 -2
  356. package/dist/ui-library/p-7f7413db.entry.js.map +1 -0
  357. package/dist/ui-library/{p-3d49deae.entry.js → p-8c2edb7f.entry.js} +2 -2
  358. package/dist/ui-library/{p-65e53a1b.entry.js → p-984a1f6d.entry.js} +2 -2
  359. package/dist/ui-library/{p-14f79bfc.entry.js → p-9deca0d0.entry.js} +2 -2
  360. package/dist/ui-library/p-DqHJRLQQ.js +2 -0
  361. package/dist/ui-library/p-DqHJRLQQ.js.map +1 -0
  362. package/dist/ui-library/{p-b6244904.entry.js → p-a6d7d618.entry.js} +2 -2
  363. package/dist/ui-library/p-a7f9c92d.entry.js +2 -0
  364. package/dist/ui-library/{p-09de2bda.entry.js.map → p-a7f9c92d.entry.js.map} +1 -1
  365. package/dist/ui-library/{p-03ca4af8.entry.js → p-a9a5485a.entry.js} +2 -2
  366. package/dist/ui-library/p-a9a5485a.entry.js.map +1 -0
  367. package/dist/ui-library/{p-a4b523ed.entry.js → p-aaea0f73.entry.js} +2 -2
  368. package/dist/ui-library/{p-ee980a0f.entry.js → p-bea434d1.entry.js} +2 -2
  369. package/dist/ui-library/{p-83b35622.entry.js → p-ccc7e227.entry.js} +2 -2
  370. package/dist/ui-library/{p-cea7f777.entry.js → p-d81265f4.entry.js} +2 -2
  371. package/dist/ui-library/{p-9ec79195.entry.js → p-da5f40ed.entry.js} +2 -2
  372. package/dist/ui-library/p-dc694314.entry.js +2 -0
  373. package/dist/ui-library/p-dc694314.entry.js.map +1 -0
  374. package/dist/ui-library/{p-f54d3616.entry.js → p-df2b8f01.entry.js} +2 -2
  375. package/dist/ui-library/p-e100aff2.entry.js +2 -0
  376. package/dist/ui-library/{p-12e7a9e1.entry.js → p-e56c5237.entry.js} +2 -2
  377. package/dist/ui-library/{p-12e7a9e1.entry.js.map → p-e56c5237.entry.js.map} +1 -1
  378. package/dist/ui-library/{p-6c8182fa.entry.js → p-e8e5445e.entry.js} +2 -2
  379. package/dist/ui-library/{p-d7c7398d.entry.js → p-fc2d893f.entry.js} +2 -2
  380. package/dist/ui-library/p-fcd3305f.entry.js +2 -0
  381. package/dist/ui-library/{p-e85be7d2.entry.js.map → p-fcd3305f.entry.js.map} +1 -1
  382. package/dist/ui-library/{p-39668d61.entry.js → p-fd97bc8a.entry.js} +2 -2
  383. package/dist/ui-library/{p-dc2109d2.entry.js → p-fe2ef0a4.entry.js} +2 -2
  384. package/dist/ui-library/six-breadcrumbs-item.entry.esm.js.map +1 -0
  385. package/dist/ui-library/six-breadcrumbs.entry.esm.js.map +1 -0
  386. package/dist/ui-library/six-button.six-spinner.entry.esm.js.map +1 -0
  387. package/dist/ui-library/six-date.entry.esm.js.map +1 -1
  388. package/dist/ui-library/six-datepicker.entry.esm.js.map +1 -1
  389. package/dist/ui-library/six-dropdown.six-menu.entry.esm.js.map +1 -1
  390. package/dist/ui-library/six-icon.entry.esm.js.map +1 -1
  391. package/dist/ui-library/six-tab.entry.esm.js.map +1 -1
  392. package/dist/ui-library/six-timepicker.entry.esm.js.map +1 -1
  393. package/dist/ui-library/ui-library.css +1 -1
  394. package/dist/ui-library/ui-library.esm.js +1 -1
  395. package/package.json +6 -3
  396. package/dist/cjs/six-button.cjs.entry.js.map +0 -1
  397. package/dist/cjs/six-button.entry.cjs.js.map +0 -1
  398. package/dist/cjs/six-spinner.cjs.entry.js +0 -58
  399. package/dist/cjs/six-spinner.cjs.entry.js.map +0 -1
  400. package/dist/cjs/six-spinner.entry.cjs.js.map +0 -1
  401. package/dist/components/p-BSHZAiyG.js +0 -52
  402. package/dist/components/p-BSHZAiyG.js.map +0 -1
  403. package/dist/components/p-BUN8hFmL.js.map +0 -1
  404. package/dist/esm/six-button.entry.js.map +0 -1
  405. package/dist/esm/six-spinner.entry.js +0 -56
  406. package/dist/esm/six-spinner.entry.js.map +0 -1
  407. package/dist/ui-library/p-03ca4af8.entry.js.map +0 -1
  408. package/dist/ui-library/p-09de2bda.entry.js +0 -2
  409. package/dist/ui-library/p-18e755bc.entry.js.map +0 -1
  410. package/dist/ui-library/p-2a82de6c.entry.js +0 -2
  411. package/dist/ui-library/p-2a82de6c.entry.js.map +0 -1
  412. package/dist/ui-library/p-2fb16281.entry.js +0 -2
  413. package/dist/ui-library/p-2fb16281.entry.js.map +0 -1
  414. package/dist/ui-library/p-31c5f8fa.entry.js +0 -2
  415. package/dist/ui-library/p-336610a9.entry.js.map +0 -1
  416. package/dist/ui-library/p-3dc98466.entry.js +0 -2
  417. package/dist/ui-library/p-3dc98466.entry.js.map +0 -1
  418. package/dist/ui-library/p-c90a59fc.entry.js +0 -2
  419. package/dist/ui-library/p-e85be7d2.entry.js +0 -2
  420. package/dist/ui-library/p-ea3bf68d.entry.js +0 -2
  421. package/dist/ui-library/six-button.entry.esm.js.map +0 -1
  422. package/dist/ui-library/six-spinner.entry.esm.js.map +0 -1
  423. /package/dist/ui-library/{p-31c5f8fa.entry.js.map → p-05ca516d.entry.js.map} +0 -0
  424. /package/dist/ui-library/{p-a43843d6.entry.js.map → p-06c6b189.entry.js.map} +0 -0
  425. /package/dist/ui-library/{p-850aff56.entry.js.map → p-12a2cc6b.entry.js.map} +0 -0
  426. /package/dist/ui-library/{p-c90a59fc.entry.js.map → p-22f924a1.entry.js.map} +0 -0
  427. /package/dist/ui-library/{p-f6a1c20b.entry.js.map → p-26219330.entry.js.map} +0 -0
  428. /package/dist/ui-library/{p-fe7d3665.entry.js.map → p-29994dc3.entry.js.map} +0 -0
  429. /package/dist/ui-library/{p-d9e770ab.entry.js.map → p-29aac7ea.entry.js.map} +0 -0
  430. /package/dist/ui-library/{p-c8fbf085.entry.js.map → p-3c1285ad.entry.js.map} +0 -0
  431. /package/dist/ui-library/{p-5b52d097.entry.js.map → p-3d9e03b5.entry.js.map} +0 -0
  432. /package/dist/ui-library/{p-1cfa2df4.entry.js.map → p-4d9785bd.entry.js.map} +0 -0
  433. /package/dist/ui-library/{p-174dd242.entry.js.map → p-664ddbab.entry.js.map} +0 -0
  434. /package/dist/ui-library/{p-21cbccb1.entry.js.map → p-66b94978.entry.js.map} +0 -0
  435. /package/dist/ui-library/{p-371ef302.entry.js.map → p-66d616e8.entry.js.map} +0 -0
  436. /package/dist/ui-library/{p-811ce2a0.entry.js.map → p-6cd4fbd8.entry.js.map} +0 -0
  437. /package/dist/ui-library/{p-8884a48b.entry.js.map → p-70388108.entry.js.map} +0 -0
  438. /package/dist/ui-library/{p-3d49deae.entry.js.map → p-8c2edb7f.entry.js.map} +0 -0
  439. /package/dist/ui-library/{p-65e53a1b.entry.js.map → p-984a1f6d.entry.js.map} +0 -0
  440. /package/dist/ui-library/{p-14f79bfc.entry.js.map → p-9deca0d0.entry.js.map} +0 -0
  441. /package/dist/ui-library/{p-b6244904.entry.js.map → p-a6d7d618.entry.js.map} +0 -0
  442. /package/dist/ui-library/{p-a4b523ed.entry.js.map → p-aaea0f73.entry.js.map} +0 -0
  443. /package/dist/ui-library/{p-ee980a0f.entry.js.map → p-bea434d1.entry.js.map} +0 -0
  444. /package/dist/ui-library/{p-83b35622.entry.js.map → p-ccc7e227.entry.js.map} +0 -0
  445. /package/dist/ui-library/{p-cea7f777.entry.js.map → p-d81265f4.entry.js.map} +0 -0
  446. /package/dist/ui-library/{p-9ec79195.entry.js.map → p-da5f40ed.entry.js.map} +0 -0
  447. /package/dist/ui-library/{p-f54d3616.entry.js.map → p-df2b8f01.entry.js.map} +0 -0
  448. /package/dist/ui-library/{p-ea3bf68d.entry.js.map → p-e100aff2.entry.js.map} +0 -0
  449. /package/dist/ui-library/{p-6c8182fa.entry.js.map → p-e8e5445e.entry.js.map} +0 -0
  450. /package/dist/ui-library/{p-d7c7398d.entry.js.map → p-fc2d893f.entry.js.map} +0 -0
  451. /package/dist/ui-library/{p-39668d61.entry.js.map → p-fd97bc8a.entry.js.map} +0 -0
  452. /package/dist/ui-library/{p-dc2109d2.entry.js.map → p-fe2ef0a4.entry.js.map} +0 -0
@@ -17,7 +17,7 @@ var patchBrowser = () => {
17
17
 
18
18
  patchBrowser().then(async (options) => {
19
19
  await globalScripts();
20
- return bootstrapLazy(JSON.parse("[[\"six-select\",[[1,\"six-select\",{\"multiple\":[4],\"selectAllButton\":[4,\"select-all-button\"],\"selectAllText\":[1,\"select-all-text\"],\"disabled\":[4],\"name\":[1],\"placeholder\":[1],\"filterPlaceholder\":[1,\"filter-placeholder\"],\"filterDebounce\":[2,\"filter-debounce\"],\"size\":[1],\"hoist\":[4],\"value\":[1025],\"pill\":[4],\"helpText\":[1,\"help-text\"],\"required\":[4],\"clearable\":[4],\"label\":[1],\"errorText\":[1,\"error-text\"],\"errorTextCount\":[2,\"error-text-count\"],\"invalid\":[516],\"line\":[4],\"filter\":[4],\"asyncFilter\":[4,\"async-filter\"],\"autocomplete\":[4],\"inputDebounce\":[2,\"input-debounce\"],\"options\":[16],\"virtualScroll\":[4,\"virtual-scroll\"],\"hasFocus\":[32],\"hasHelpTextSlot\":[32],\"hasLabelSlot\":[32],\"hasErrorTextSlot\":[32],\"isOpen\":[32],\"displayedValues\":[32],\"selectionContainerItems\":[32],\"setFocus\":[64]},null,{\"disabled\":[\"handleDisabledChange\"],\"helpText\":[\"handleLabelChange\"],\"errorText\":[\"handleLabelChange\"],\"label\":[\"handleLabelChange\"],\"multiple\":[\"handleMultipleChange\"],\"value\":[\"handleValueChange\"]}]]],[\"six-header-dropdown-item\",[[1,\"six-header-dropdown-item\",{\"filter\":[4],\"filterPlaceholder\":[1,\"filter-placeholder\"],\"active\":[32]}]]],[\"six-datepicker\",[[1,\"six-datepicker\",{\"type\":[1],\"locale\":[1],\"open\":[1540],\"inline\":[516],\"readonly\":[4],\"disabled\":[4],\"allowedDates\":[16,\"allowed-dates\"],\"min\":[16],\"max\":[16],\"closeOnSelect\":[4,\"close-on-select\"],\"placement\":[1],\"size\":[1],\"required\":[4],\"defaultDate\":[1,\"default-date\"],\"placeholder\":[1],\"value\":[1040],\"label\":[1],\"errorText\":[1,\"error-text\"],\"errorTextCount\":[2,\"error-text-count\"],\"invalid\":[516],\"containingElement\":[16,\"containing-element\"],\"dateFormat\":[1,\"date-format\"],\"debounce\":[2],\"name\":[513],\"clearable\":[4],\"iconPosition\":[1,\"icon-position\"],\"hoist\":[4],\"pointerDate\":[32],\"selectionMode\":[32],\"isDropDownContentUp\":[32],\"setFocus\":[64],\"select\":[64]},[[9,\"resize\",\"resizeHandler\"],[9,\"scroll\",\"scrollHandler\"]],{\"debounce\":[\"debounceChanged\"],\"value\":[\"valueChanged\"]}]]],[\"six-date\",[[1,\"six-date\",{\"language\":[1],\"readonly\":[4],\"disabled\":[4],\"allowedDates\":[16,\"allowed-dates\"],\"min\":[1],\"max\":[1],\"size\":[1],\"required\":[4],\"placeholder\":[1],\"value\":[1025],\"dateFormat\":[1,\"date-format\"],\"label\":[1],\"helpText\":[1,\"help-text\"],\"errorText\":[1,\"error-text\"],\"errorTextCount\":[2,\"error-text-count\"],\"invalid\":[516],\"name\":[513],\"clearable\":[4],\"pointerDate\":[32],\"selectionMode\":[32],\"setFocus\":[64]},null,{\"value\":[\"valueChanged\"]}]]],[\"six-file-upload\",[[6,\"six-file-upload\",{\"compact\":[4],\"label\":[1],\"disabled\":[4],\"accept\":[1],\"multiple\":[4],\"maxFileSize\":[2,\"max-file-size\"],\"uploading\":[516],\"errorText\":[1,\"error-text\"],\"invalid\":[516],\"isOver\":[32],\"hasError\":[32]},[[1,\"dragenter\",\"dragenterHandler\"],[1,\"dragover\",\"dragoverHandler\"],[1,\"dragleave\",\"dragleaveHandler\"],[1,\"drop\",\"dropHandler\"]]]]],[\"six-search-field\",[[1,\"six-search-field\",{\"placeholder\":[1],\"debounce\":[514],\"disabled\":[516],\"value\":[513],\"clearable\":[4]},null,{\"value\":[\"handleValueChange\"]}]]],[\"six-tag\",[[1,\"six-tag\",{\"type\":[513],\"size\":[513],\"pill\":[516],\"clearable\":[516]}]]],[\"six-tile\",[[1,\"six-tile\",{\"label\":[1],\"iconName\":[1,\"icon-name\"],\"closeable\":[4],\"elevated\":[4],\"disableTooltip\":[4,\"disable-tooltip\"],\"disabled\":[516],\"size\":[513],\"visible\":[32],\"hasIconSlot\":[32],\"hasLabelSlot\":[32],\"hide\":[64],\"show\":[64]}]]],[\"six-alert\",[[1,\"six-alert\",{\"open\":[1540],\"closable\":[516],\"type\":[513],\"duration\":[2],\"isVisible\":[32],\"show\":[64],\"hide\":[64],\"toast\":[64]},null,{\"open\":[\"handleOpenChange\"],\"duration\":[\"handleDurationChange\"]}]]],[\"six-dialog\",[[1,\"six-dialog\",{\"open\":[1540],\"label\":[1],\"noHeader\":[4,\"no-header\"],\"hasFooter\":[32],\"isVisible\":[32],\"show\":[64],\"hide\":[64]},null,{\"open\":[\"handleOpenChange\"]}]]],[\"six-drawer\",[[1,\"six-drawer\",{\"open\":[1540],\"label\":[1],\"placement\":[1],\"contained\":[4],\"noHeader\":[4,\"no-header\"],\"hasFooter\":[32],\"isVisible\":[32],\"show\":[64],\"hide\":[64]},null,{\"open\":[\"handleOpenChange\"]}]]],[\"six-header-menu-button\",[[1,\"six-header-menu-button\",{\"caret\":[4],\"disabled\":[516],\"loading\":[516],\"submit\":[516],\"reset\":[516]}]]],[\"six-rating\",[[1,\"six-rating\",{\"name\":[1],\"value\":[1026],\"disabled\":[4],\"required\":[4],\"label\":[1],\"errorText\":[1,\"error-text\"],\"errorTextCount\":[2,\"error-text-count\"],\"invalid\":[516],\"max\":[2],\"size\":[513],\"readonly\":[4],\"helpText\":[1,\"help-text\"],\"hasFocus\":[32],\"hasLabelSlot\":[32],\"hasErrorSlot\":[32],\"hoveredValue\":[32]},null,{\"value\":[\"handleValueChange\"]}]]],[\"six-root\",[[1,\"six-root\",{\"padded\":[4],\"stage\":[1],\"version\":[1]}]]],[\"six-sidebar-item-group\",[[1,\"six-sidebar-item-group\",{\"name\":[1],\"icon\":[1],\"value\":[513],\"open\":[1540],\"summaryIcon\":[1,\"summary-icon\"],\"href\":[513],\"hasItems\":[32],\"summaryIconHasContent\":[32]}]]],[\"six-tab\",[[1,\"six-tab\",{\"panel\":[513],\"active\":[516],\"closable\":[4],\"disabled\":[516],\"setFocus\":[64],\"removeFocus\":[64]}]]],[\"six-tab-group\",[[1,\"six-tab-group\",{\"placement\":[1],\"noScrollControls\":[4,\"no-scroll-controls\"],\"hasLeftControl\":[32],\"hasRightControl\":[32],\"show\":[64]},null,{\"noScrollControls\":[\"handleNoScrollControlsChange\"]}]]],[\"six-avatar\",[[1,\"six-avatar\",{\"image\":[1],\"alt\":[1],\"initials\":[1],\"shape\":[1],\"hasError\":[32]}]]],[\"six-error-page\",[[1,\"six-error-page\",{\"errorCode\":[2,\"error-code\"],\"language\":[1],\"customTitle\":[1,\"custom-title\"],\"customDescription\":[16,\"custom-description\"],\"customIcon\":[1,\"custom-icon\"]}]]],[\"six-file-list-item\",[[1,\"six-file-list-item\",{\"identifier\":[513],\"name\":[513],\"date\":[513],\"size\":[514],\"nodownload\":[516],\"nodelete\":[516]}]]],[\"six-group-label\",[[1,\"six-group-label\",{\"size\":[513],\"label\":[1],\"helpText\":[1,\"help-text\"],\"disabled\":[516],\"required\":[4],\"hasHelpTextSlot\":[32],\"hasLabelSlot\":[32]},null,{\"helpText\":[\"handleLabelChange\"],\"label\":[\"handleLabelChange\"]}]]],[\"six-range\",[[1,\"six-range\",{\"name\":[1],\"value\":[1026],\"required\":[4],\"helpText\":[1,\"help-text\"],\"disabled\":[4],\"label\":[1],\"errorText\":[1,\"error-text\"],\"errorTextCount\":[2,\"error-text-count\"],\"invalid\":[516],\"min\":[2],\"max\":[2],\"step\":[2],\"tooltip\":[1],\"tooltipFormatter\":[16,\"tooltip-formatter\"],\"hasFocus\":[32],\"hasHelpTextSlot\":[32],\"hasErrorTextSlot\":[32],\"hasLabelSlot\":[32],\"hasTooltip\":[32],\"setFocus\":[64],\"removeFocus\":[64]},null,{\"label\":[\"handleLabelChange\"],\"errorText\":[\"handleLabelChange\"],\"helpText\":[\"handleLabelChange\"],\"value\":[\"handleValueChange\"],\"min\":[\"handleValueChange\"],\"max\":[\"handleValueChange\"]}]]],[\"six-sidebar-item\",[[1,\"six-sidebar-item\",{\"value\":[513],\"selected\":[516],\"disabled\":[516],\"icon\":[1],\"href\":[513]}]]],[\"six-switch\",[[1,\"six-switch\",{\"name\":[1],\"value\":[1],\"disabled\":[4],\"required\":[4],\"checked\":[1540],\"label\":[1],\"errorText\":[1,\"error-text\"],\"errorTextCount\":[2,\"error-text-count\"],\"invalid\":[516],\"hasFocus\":[32],\"hasErrorTextSlot\":[32],\"setFocus\":[64],\"removeFocus\":[64]},null,{\"checked\":[\"handleCheckedChange\"],\"errorText\":[\"handleLabelChange\"],\"label\":[\"handleLabelChange\"]}]]],[\"six-textarea\",[[1,\"six-textarea\",{\"size\":[513],\"name\":[513],\"value\":[1537],\"helpText\":[1,\"help-text\"],\"placeholder\":[1],\"rows\":[2],\"resize\":[1],\"disabled\":[516],\"readonly\":[516],\"minlength\":[514],\"maxlength\":[514],\"required\":[4],\"label\":[1],\"errorText\":[1,\"error-text\"],\"errorTextCount\":[2,\"error-text-count\"],\"invalid\":[516],\"autocapitalize\":[1],\"autocorrect\":[1],\"autocomplete\":[1],\"autofocus\":[4],\"spellcheck\":[4],\"inputmode\":[1],\"hasFocus\":[32],\"hasHelpTextSlot\":[32],\"hasLabelSlot\":[32],\"hasErrorTextSlot\":[32],\"setFocus\":[64],\"removeFocus\":[64],\"select\":[64],\"setSelectionRange\":[64],\"setRangeText\":[64]},null,{\"helpText\":[\"handleLabelChange\"],\"errorText\":[\"handleLabelChange\"],\"label\":[\"handleLabelChange\"],\"rows\":[\"handleRowsChange\"],\"value\":[\"handleValueChange\"]}]]],[\"six-badge\",[[1,\"six-badge\",{\"type\":[1],\"pill\":[4],\"pulse\":[4]}]]],[\"six-card\",[[1,\"six-card\"]]],[\"six-file-list\",[[1,\"six-file-list\"]]],[\"six-footer\",[[1,\"six-footer\"]]],[\"six-header\",[[1,\"six-header\",{\"shiftContent\":[4,\"shift-content\"],\"openSearch\":[4,\"open-search\"]},null,{\"openSearch\":[\"handleOpenSearchChange\"]}]]],[\"six-header-item\",[[1,\"six-header-item\",{\"active\":[516]}]]],[\"six-language-switcher\",[[1,\"six-language-switcher\",{\"selected\":[1537],\"languages\":[16]},null,{\"languages\":[\"handleChangesLanguages\"]}]]],[\"six-layout-grid\",[[1,\"six-layout-grid\",{\"columns\":[1026]},null,{\"columns\":[\"handleColumnsChange\"]}]]],[\"six-logo\",[[1,\"six-logo\",{\"brand\":[513]}]]],[\"six-main-container\",[[1,\"six-main-container\",{\"padded\":[4]}]]],[\"six-menu-divider\",[[1,\"six-menu-divider\"]]],[\"six-menu-label\",[[1,\"six-menu-label\"]]],[\"six-progress-bar\",[[1,\"six-progress-bar\",{\"percentage\":[2],\"indeterminate\":[4]}]]],[\"six-progress-ring\",[[1,\"six-progress-ring\",{\"size\":[2],\"strokeWidth\":[2,\"stroke-width\"],\"percentage\":[2]},null,{\"percentage\":[\"handlePercentageChange\"]}]]],[\"six-radio\",[[1,\"six-radio\",{\"name\":[1],\"value\":[513],\"disabled\":[4],\"checked\":[1540],\"invalid\":[516],\"hasFocus\":[32],\"setFocus\":[64],\"removeFocus\":[64]},null,{\"checked\":[\"handleCheckedChange\"],\"name\":[\"handleNameChange\"]}]]],[\"six-sidebar\",[[1,\"six-sidebar\",{\"position\":[1],\"open\":[1540],\"width\":[1],\"toggled\":[4],\"isVisible\":[32],\"toggle\":[64],\"show\":[64],\"hide\":[64],\"selectItemByIndex\":[64],\"selectItemByName\":[64]},null,{\"open\":[\"handleOpenChange\"]}]]],[\"six-tab-panel\",[[1,\"six-tab-panel\",{\"name\":[1],\"active\":[516]}]]],[\"six-item-picker\",[[1,\"six-item-picker\",{\"value\":[1544],\"type\":[1],\"min\":[1544],\"max\":[1544],\"roundtrip\":[516],\"step\":[514],\"items\":[16],\"padded\":[4],\"paddingLength\":[2,\"padding-length\"],\"paddingChar\":[1,\"padding-char\"],\"paddingDirection\":[1,\"padding-direction\"],\"timeout\":[2],\"interval\":[2],\"debounce\":[2],\"_items\":[32],\"_itemIndexes\":[32]},null,{\"value\":[\"handleValueChange\"],\"debounce\":[\"debounceChanged\"],\"items\":[\"handleSetChange\"]}]]],[\"six-timepicker\",[[1,\"six-timepicker\",{\"format\":[1],\"separator\":[1],\"value\":[1025],\"open\":[1540],\"inline\":[516],\"readonly\":[4],\"disabled\":[4],\"placement\":[1],\"size\":[1],\"required\":[4],\"placeholder\":[1],\"errorText\":[1,\"error-text\"],\"errorTextCount\":[2,\"error-text-count\"],\"label\":[1],\"invalid\":[516],\"name\":[513],\"clearable\":[4],\"iconPosition\":[1,\"icon-position\"],\"hoist\":[4],\"timeout\":[2],\"interval\":[2],\"defaultTime\":[1,\"default-time\"],\"debounce\":[2],\"isPopupContentUp\":[32],\"isDropDownContentUp\":[32],\"popupValue\":[32],\"setFocus\":[64]},[[9,\"resize\",\"resizeHandler\"],[9,\"scroll\",\"scrollHandler\"]],{\"value\":[\"valueChanged\"]}]]],[\"six-details\",[[1,\"six-details\",{\"open\":[1540],\"summary\":[1],\"summaryIcon\":[1,\"summary-icon\"],\"summaryIconSize\":[513,\"summary-icon-size\"],\"disabled\":[4],\"inline\":[4],\"selectableEmpty\":[4,\"selectable-empty\"],\"hasContent\":[4,\"has-content\"],\"animateSummaryIcon\":[32],\"show\":[64],\"hide\":[64]},null,{\"open\":[\"handleOpenChange\"]}]]],[\"six-stage-indicator\",[[1,\"six-stage-indicator\",{\"stage\":[1]}]]],[\"six-picto\",[[1,\"six-picto\",{\"size\":[1]}]]],[\"six-button\",[[1,\"six-button\",{\"type\":[513],\"size\":[513],\"caret\":[4],\"disabled\":[516],\"loading\":[516],\"pill\":[516],\"circle\":[516],\"submit\":[516],\"reset\":[516],\"name\":[1],\"value\":[1],\"href\":[1],\"target\":[1],\"download\":[1],\"hasFocus\":[32],\"hasLabel\":[32],\"hasPrefix\":[32],\"hasSuffix\":[32],\"setFocus\":[64],\"removeFocus\":[64]}]]],[\"six-tooltip\",[[1,\"six-tooltip\",{\"content\":[1],\"placement\":[1],\"disabled\":[4],\"distance\":[2],\"open\":[1540],\"skidding\":[2],\"trigger\":[1],\"show\":[64],\"hide\":[64]},null,{\"open\":[\"handleOpenChange\"]}]]],[\"six-spinner\",[[1,\"six-spinner\",{\"logo\":[1],\"six\":[4]}]]],[\"six-error\",[[1,\"six-error\"]]],[\"six-icon\",[[1,\"six-icon\",{\"size\":[513],\"filled\":[4]}]]],[\"six-input\",[[1,\"six-input\",{\"type\":[513],\"size\":[513],\"name\":[513],\"value\":[1537],\"pill\":[516],\"helpText\":[1,\"help-text\"],\"placeholder\":[1],\"disabled\":[516],\"readonly\":[516],\"minlength\":[514],\"maxlength\":[514],\"min\":[514],\"max\":[514],\"step\":[514],\"pattern\":[513],\"dropdownSearch\":[4,\"dropdown-search\"],\"required\":[4],\"autocapitalize\":[1],\"autocorrect\":[1],\"autocomplete\":[1],\"autofocus\":[4],\"spellcheck\":[4],\"label\":[1],\"errorText\":[1,\"error-text\"],\"errorTextCount\":[2,\"error-text-count\"],\"invalid\":[516],\"clearable\":[4],\"togglePassword\":[4,\"toggle-password\"],\"inputmode\":[1],\"line\":[4],\"hasFocus\":[32],\"hasHelpTextSlot\":[32],\"hasLabelSlot\":[32],\"hasErrorSlot\":[32],\"isPasswordVisible\":[32],\"setFocus\":[64],\"removeFocus\":[64],\"select\":[64],\"setSelectionRange\":[64],\"getSelectionRange\":[64],\"setRangeText\":[64]},null,{\"helpText\":[\"handleLabelChange\"],\"errorText\":[\"handleLabelChange\"],\"label\":[\"handleLabelChange\"],\"value\":[\"handleValueChange\"]}]]],[\"six-checkbox_2\",[[1,\"six-menu-item\",{\"checkType\":[1,\"check-type\"],\"checked\":[516],\"value\":[513],\"disabled\":[516],\"hasFocus\":[32],\"active\":[32],\"setFocus\":[64],\"removeFocus\":[64],\"getTextLabel\":[64]}],[1,\"six-checkbox\",{\"name\":[1],\"value\":[1],\"disabled\":[4],\"required\":[4],\"label\":[1],\"errorText\":[1,\"error-text\"],\"errorTextCount\":[2,\"error-text-count\"],\"invalid\":[516],\"checked\":[1540],\"indeterminate\":[1540],\"hasFocus\":[32],\"hasLabelSlot\":[32],\"hasErrorSlot\":[32],\"setFocus\":[64],\"removeFocus\":[64]},null,{\"checked\":[\"handleCheckedChange\"],\"indeterminate\":[\"handleCheckedChange\"],\"errorText\":[\"handleLabelChange\"],\"label\":[\"handleLabelChange\"]}]]],[\"six-dropdown_2\",[[1,\"six-dropdown\",{\"open\":[1540],\"placement\":[1],\"closeOnSelect\":[4,\"close-on-select\"],\"distance\":[2],\"skidding\":[2],\"hoist\":[4],\"containingElement\":[16,\"containing-element\"],\"filter\":[4],\"asyncFilter\":[4,\"async-filter\"],\"filterPlaceholder\":[1,\"filter-placeholder\"],\"autofocusFilter\":[4,\"autofocus-filter\"],\"filterDebounce\":[1026,\"filter-debounce\"],\"disableHideOnEnterAndSpace\":[4,\"disable-hide-on-enter-and-space\"],\"options\":[1040],\"virtualScroll\":[4,\"virtual-scroll\"],\"matchTriggerWidth\":[4,\"match-trigger-width\"],\"renderedOptions\":[32],\"show\":[64],\"hide\":[64]},null,{\"open\":[\"handleOpenChange\"],\"distance\":[\"handlePopoverOptionsChange\"],\"hoist\":[\"handlePopoverOptionsChange\"],\"placement\":[\"handlePopoverOptionsChange\"],\"skidding\":[\"handlePopoverOptionsChange\"],\"options\":[\"handleOptionsChange\"],\"virtualScroll\":[\"handleOptionsChange\"]}],[1,\"six-menu\",{\"removeBoxShadow\":[4,\"remove-box-shadow\"],\"items\":[16],\"itemsShown\":[2,\"items-shown\"],\"virtualScroll\":[4,\"virtual-scroll\"],\"itemSize\":[2,\"item-size\"],\"scrollingDebounce\":[2,\"scrolling-debounce\"],\"disableKeyboardHandling\":[4,\"disable-keyboard-handling\"],\"scrollingIndex\":[32],\"sixMenuItemHeight\":[32],\"typeToSelect\":[64]}]]],[\"six-icon-button\",[[1,\"six-icon-button\",{\"name\":[513],\"size\":[513],\"label\":[513],\"disabled\":[516],\"html\":[513],\"href\":[1],\"target\":[1],\"download\":[1]}]]]]"), options);
20
+ return bootstrapLazy(JSON.parse("[[\"six-select\",[[1,\"six-select\",{\"multiple\":[4],\"selectAllButton\":[4,\"select-all-button\"],\"selectAllText\":[1,\"select-all-text\"],\"disabled\":[4],\"name\":[1],\"placeholder\":[1],\"filterPlaceholder\":[1,\"filter-placeholder\"],\"filterDebounce\":[2,\"filter-debounce\"],\"size\":[1],\"hoist\":[4],\"value\":[1025],\"pill\":[4],\"helpText\":[1,\"help-text\"],\"required\":[4],\"clearable\":[4],\"label\":[1],\"errorText\":[1,\"error-text\"],\"errorTextCount\":[2,\"error-text-count\"],\"invalid\":[516],\"line\":[4],\"filter\":[4],\"asyncFilter\":[4,\"async-filter\"],\"autocomplete\":[4],\"inputDebounce\":[2,\"input-debounce\"],\"options\":[16],\"virtualScroll\":[4,\"virtual-scroll\"],\"hasFocus\":[32],\"hasHelpTextSlot\":[32],\"hasLabelSlot\":[32],\"hasErrorTextSlot\":[32],\"isOpen\":[32],\"displayedValues\":[32],\"selectionContainerItems\":[32],\"setFocus\":[64]},null,{\"disabled\":[\"handleDisabledChange\"],\"helpText\":[\"handleLabelChange\"],\"errorText\":[\"handleLabelChange\"],\"label\":[\"handleLabelChange\"],\"multiple\":[\"handleMultipleChange\"],\"value\":[\"handleValueChange\"]}]]],[\"six-header-dropdown-item\",[[1,\"six-header-dropdown-item\",{\"filter\":[4],\"filterPlaceholder\":[1,\"filter-placeholder\"],\"active\":[32]}]]],[\"six-datepicker\",[[1,\"six-datepicker\",{\"type\":[1],\"locale\":[1],\"open\":[1540],\"inline\":[516],\"readonly\":[4],\"disabled\":[4],\"allowedDates\":[16,\"allowed-dates\"],\"min\":[16],\"max\":[16],\"closeOnSelect\":[4,\"close-on-select\"],\"placement\":[1],\"size\":[1],\"required\":[4],\"defaultDate\":[1,\"default-date\"],\"placeholder\":[1],\"value\":[1040],\"label\":[1],\"errorText\":[1,\"error-text\"],\"errorTextCount\":[2,\"error-text-count\"],\"invalid\":[516],\"containingElement\":[16,\"containing-element\"],\"dateFormat\":[1,\"date-format\"],\"debounce\":[2],\"name\":[513],\"clearable\":[4],\"iconPosition\":[1,\"icon-position\"],\"hoist\":[4],\"pointerDate\":[32],\"selectionMode\":[32],\"isDropDownContentUp\":[32],\"setFocus\":[64],\"select\":[64]},[[9,\"resize\",\"resizeHandler\"],[9,\"scroll\",\"scrollHandler\"]],{\"debounce\":[\"debounceChanged\"],\"value\":[\"valueChanged\"]}]]],[\"six-date\",[[1,\"six-date\",{\"language\":[1],\"readonly\":[4],\"disabled\":[4],\"allowedDates\":[16,\"allowed-dates\"],\"min\":[1],\"max\":[1],\"size\":[1],\"required\":[4],\"placeholder\":[1],\"value\":[1025],\"dateFormat\":[1,\"date-format\"],\"label\":[1],\"helpText\":[1,\"help-text\"],\"errorText\":[1,\"error-text\"],\"errorTextCount\":[2,\"error-text-count\"],\"invalid\":[516],\"name\":[513],\"clearable\":[4],\"pointerDate\":[32],\"selectionMode\":[32],\"setFocus\":[64]},null,{\"value\":[\"valueChanged\"]}]]],[\"six-file-upload\",[[6,\"six-file-upload\",{\"compact\":[4],\"label\":[1],\"disabled\":[4],\"accept\":[1],\"multiple\":[4],\"maxFileSize\":[2,\"max-file-size\"],\"uploading\":[516],\"errorText\":[1,\"error-text\"],\"invalid\":[516],\"isOver\":[32],\"hasError\":[32]},[[1,\"dragenter\",\"dragenterHandler\"],[1,\"dragover\",\"dragoverHandler\"],[1,\"dragleave\",\"dragleaveHandler\"],[1,\"drop\",\"dropHandler\"]]]]],[\"six-search-field\",[[1,\"six-search-field\",{\"placeholder\":[1],\"debounce\":[514],\"disabled\":[516],\"value\":[513],\"clearable\":[4]},null,{\"value\":[\"handleValueChange\"]}]]],[\"six-tag\",[[1,\"six-tag\",{\"type\":[513],\"size\":[513],\"pill\":[516],\"clearable\":[516]}]]],[\"six-tile\",[[1,\"six-tile\",{\"label\":[1],\"iconName\":[1,\"icon-name\"],\"closeable\":[4],\"elevated\":[4],\"disableTooltip\":[4,\"disable-tooltip\"],\"disabled\":[516],\"size\":[513],\"visible\":[32],\"hasIconSlot\":[32],\"hasLabelSlot\":[32],\"hide\":[64],\"show\":[64]}]]],[\"six-alert\",[[1,\"six-alert\",{\"open\":[1540],\"closable\":[516],\"type\":[513],\"duration\":[2],\"isVisible\":[32],\"show\":[64],\"hide\":[64],\"toast\":[64]},null,{\"open\":[\"handleOpenChange\"],\"duration\":[\"handleDurationChange\"]}]]],[\"six-breadcrumbs-item\",[[1,\"six-breadcrumbs-item\",{\"href\":[1],\"target\":[1],\"size\":[513],\"readonly\":[516,\"read-only\"]}]]],[\"six-dialog\",[[1,\"six-dialog\",{\"open\":[1540],\"label\":[1],\"noHeader\":[4,\"no-header\"],\"hasFooter\":[32],\"isVisible\":[32],\"show\":[64],\"hide\":[64]},null,{\"open\":[\"handleOpenChange\"]}]]],[\"six-drawer\",[[1,\"six-drawer\",{\"open\":[1540],\"label\":[1],\"placement\":[1],\"contained\":[4],\"noHeader\":[4,\"no-header\"],\"hasFooter\":[32],\"isVisible\":[32],\"show\":[64],\"hide\":[64]},null,{\"open\":[\"handleOpenChange\"]}]]],[\"six-header-menu-button\",[[1,\"six-header-menu-button\",{\"caret\":[4],\"disabled\":[516],\"loading\":[516],\"submit\":[516],\"reset\":[516]}]]],[\"six-rating\",[[1,\"six-rating\",{\"name\":[1],\"value\":[1026],\"disabled\":[4],\"required\":[4],\"label\":[1],\"errorText\":[1,\"error-text\"],\"errorTextCount\":[2,\"error-text-count\"],\"invalid\":[516],\"max\":[2],\"size\":[513],\"readonly\":[4],\"helpText\":[1,\"help-text\"],\"hasFocus\":[32],\"hasLabelSlot\":[32],\"hasErrorSlot\":[32],\"hoveredValue\":[32]},null,{\"value\":[\"handleValueChange\"]}]]],[\"six-root\",[[1,\"six-root\",{\"padded\":[4],\"stage\":[1],\"version\":[1]}]]],[\"six-sidebar-item-group\",[[1,\"six-sidebar-item-group\",{\"name\":[1],\"icon\":[1],\"value\":[513],\"open\":[1540],\"summaryIcon\":[1,\"summary-icon\"],\"href\":[513],\"hasItems\":[32],\"summaryIconHasContent\":[32]}]]],[\"six-tab\",[[1,\"six-tab\",{\"panel\":[513],\"active\":[516],\"closable\":[4],\"hoverContent\":[1,\"hover-content\"],\"disabled\":[516],\"setFocus\":[64],\"removeFocus\":[64]}]]],[\"six-tab-group\",[[1,\"six-tab-group\",{\"placement\":[1],\"noScrollControls\":[4,\"no-scroll-controls\"],\"hasLeftControl\":[32],\"hasRightControl\":[32],\"show\":[64]},null,{\"noScrollControls\":[\"handleNoScrollControlsChange\"]}]]],[\"six-avatar\",[[1,\"six-avatar\",{\"image\":[1],\"alt\":[1],\"initials\":[1],\"shape\":[1],\"hasError\":[32]}]]],[\"six-breadcrumbs\",[[1,\"six-breadcrumbs\",{\"separatorIcon\":[513,\"separator-icon\"]}]]],[\"six-error-page\",[[1,\"six-error-page\",{\"errorCode\":[2,\"error-code\"],\"language\":[1],\"customTitle\":[1,\"custom-title\"],\"customDescription\":[16,\"custom-description\"],\"customIcon\":[1,\"custom-icon\"]}]]],[\"six-file-list-item\",[[1,\"six-file-list-item\",{\"identifier\":[513],\"name\":[513],\"date\":[513],\"size\":[514],\"nodownload\":[516],\"nodelete\":[516]}]]],[\"six-group-label\",[[1,\"six-group-label\",{\"size\":[513],\"label\":[1],\"helpText\":[1,\"help-text\"],\"disabled\":[516],\"required\":[4],\"hasHelpTextSlot\":[32],\"hasLabelSlot\":[32]},null,{\"helpText\":[\"handleLabelChange\"],\"label\":[\"handleLabelChange\"]}]]],[\"six-range\",[[1,\"six-range\",{\"name\":[1],\"value\":[1026],\"required\":[4],\"helpText\":[1,\"help-text\"],\"disabled\":[4],\"label\":[1],\"errorText\":[1,\"error-text\"],\"errorTextCount\":[2,\"error-text-count\"],\"invalid\":[516],\"min\":[2],\"max\":[2],\"step\":[2],\"tooltip\":[1],\"tooltipFormatter\":[16,\"tooltip-formatter\"],\"hasFocus\":[32],\"hasHelpTextSlot\":[32],\"hasErrorTextSlot\":[32],\"hasLabelSlot\":[32],\"hasTooltip\":[32],\"setFocus\":[64],\"removeFocus\":[64]},null,{\"label\":[\"handleLabelChange\"],\"errorText\":[\"handleLabelChange\"],\"helpText\":[\"handleLabelChange\"],\"value\":[\"handleValueChange\"],\"min\":[\"handleValueChange\"],\"max\":[\"handleValueChange\"]}]]],[\"six-sidebar-item\",[[1,\"six-sidebar-item\",{\"value\":[513],\"selected\":[516],\"disabled\":[516],\"icon\":[1],\"href\":[513]}]]],[\"six-switch\",[[1,\"six-switch\",{\"name\":[1],\"value\":[1],\"disabled\":[4],\"required\":[4],\"checked\":[1540],\"label\":[1],\"errorText\":[1,\"error-text\"],\"errorTextCount\":[2,\"error-text-count\"],\"invalid\":[516],\"hasFocus\":[32],\"hasErrorTextSlot\":[32],\"setFocus\":[64],\"removeFocus\":[64]},null,{\"checked\":[\"handleCheckedChange\"],\"errorText\":[\"handleLabelChange\"],\"label\":[\"handleLabelChange\"]}]]],[\"six-textarea\",[[1,\"six-textarea\",{\"size\":[513],\"name\":[513],\"value\":[1537],\"helpText\":[1,\"help-text\"],\"placeholder\":[1],\"rows\":[2],\"resize\":[1],\"disabled\":[516],\"readonly\":[516],\"minlength\":[514],\"maxlength\":[514],\"required\":[4],\"label\":[1],\"errorText\":[1,\"error-text\"],\"errorTextCount\":[2,\"error-text-count\"],\"invalid\":[516],\"autocapitalize\":[1],\"autocorrect\":[1],\"autocomplete\":[1],\"autofocus\":[4],\"spellcheck\":[4],\"inputmode\":[1],\"hasFocus\":[32],\"hasHelpTextSlot\":[32],\"hasLabelSlot\":[32],\"hasErrorTextSlot\":[32],\"setFocus\":[64],\"removeFocus\":[64],\"select\":[64],\"setSelectionRange\":[64],\"setRangeText\":[64]},null,{\"helpText\":[\"handleLabelChange\"],\"errorText\":[\"handleLabelChange\"],\"label\":[\"handleLabelChange\"],\"rows\":[\"handleRowsChange\"],\"value\":[\"handleValueChange\"]}]]],[\"six-badge\",[[1,\"six-badge\",{\"type\":[1],\"pill\":[4],\"pulse\":[4]}]]],[\"six-card\",[[1,\"six-card\"]]],[\"six-file-list\",[[1,\"six-file-list\"]]],[\"six-footer\",[[1,\"six-footer\"]]],[\"six-header\",[[1,\"six-header\",{\"shiftContent\":[4,\"shift-content\"],\"openSearch\":[4,\"open-search\"]},null,{\"openSearch\":[\"handleOpenSearchChange\"]}]]],[\"six-header-item\",[[1,\"six-header-item\",{\"active\":[516]}]]],[\"six-language-switcher\",[[1,\"six-language-switcher\",{\"selected\":[1537],\"languages\":[16]},null,{\"languages\":[\"handleChangesLanguages\"]}]]],[\"six-layout-grid\",[[1,\"six-layout-grid\",{\"columns\":[1026]},null,{\"columns\":[\"handleColumnsChange\"]}]]],[\"six-logo\",[[1,\"six-logo\",{\"brand\":[513]}]]],[\"six-main-container\",[[1,\"six-main-container\",{\"padded\":[4]}]]],[\"six-menu-divider\",[[1,\"six-menu-divider\"]]],[\"six-menu-label\",[[1,\"six-menu-label\"]]],[\"six-progress-bar\",[[1,\"six-progress-bar\",{\"percentage\":[2],\"indeterminate\":[4]}]]],[\"six-progress-ring\",[[1,\"six-progress-ring\",{\"size\":[2],\"strokeWidth\":[2,\"stroke-width\"],\"percentage\":[2]},null,{\"percentage\":[\"handlePercentageChange\"]}]]],[\"six-radio\",[[1,\"six-radio\",{\"name\":[1],\"value\":[513],\"disabled\":[4],\"checked\":[1540],\"invalid\":[516],\"hasFocus\":[32],\"setFocus\":[64],\"removeFocus\":[64]},null,{\"checked\":[\"handleCheckedChange\"],\"name\":[\"handleNameChange\"]}]]],[\"six-sidebar\",[[1,\"six-sidebar\",{\"position\":[1],\"open\":[1540],\"width\":[1],\"toggled\":[4],\"isVisible\":[32],\"toggle\":[64],\"show\":[64],\"hide\":[64],\"selectItemByIndex\":[64],\"selectItemByName\":[64]},null,{\"open\":[\"handleOpenChange\"]}]]],[\"six-tab-panel\",[[1,\"six-tab-panel\",{\"name\":[1],\"active\":[516]}]]],[\"six-timepicker\",[[1,\"six-timepicker\",{\"format\":[1],\"separator\":[1],\"value\":[1025],\"open\":[1540],\"inline\":[516],\"readonly\":[4],\"disabled\":[4],\"placement\":[1],\"size\":[1],\"required\":[4],\"placeholder\":[1],\"errorText\":[1,\"error-text\"],\"errorTextCount\":[2,\"error-text-count\"],\"label\":[1],\"invalid\":[516],\"name\":[513],\"clearable\":[4],\"iconPosition\":[1,\"icon-position\"],\"hoist\":[4],\"timeout\":[2],\"interval\":[2],\"defaultTime\":[1,\"default-time\"],\"debounce\":[2],\"isPopupContentUp\":[32],\"isDropDownContentUp\":[32],\"popupValue\":[32],\"setFocus\":[64]},[[9,\"resize\",\"resizeHandler\"],[9,\"scroll\",\"scrollHandler\"]],{\"value\":[\"valueChanged\"]}]]],[\"six-details\",[[1,\"six-details\",{\"open\":[1540],\"summary\":[1],\"summaryIcon\":[1,\"summary-icon\"],\"summaryIconSize\":[513,\"summary-icon-size\"],\"disabled\":[4],\"inline\":[4],\"selectableEmpty\":[4,\"selectable-empty\"],\"hasContent\":[4,\"has-content\"],\"animateSummaryIcon\":[32],\"show\":[64],\"hide\":[64]},null,{\"open\":[\"handleOpenChange\"]}]]],[\"six-stage-indicator\",[[1,\"six-stage-indicator\",{\"stage\":[1]}]]],[\"six-picto\",[[1,\"six-picto\",{\"size\":[1]}]]],[\"six-item-picker\",[[1,\"six-item-picker\",{\"value\":[1544],\"type\":[1],\"min\":[1544],\"max\":[1544],\"roundtrip\":[516],\"step\":[514],\"items\":[16],\"padded\":[4],\"paddingLength\":[2,\"padding-length\"],\"paddingChar\":[1,\"padding-char\"],\"paddingDirection\":[1,\"padding-direction\"],\"timeout\":[2],\"interval\":[2],\"debounce\":[2],\"_items\":[32],\"_itemIndexes\":[32]},null,{\"value\":[\"handleValueChange\"],\"debounce\":[\"debounceChanged\"],\"items\":[\"handleSetChange\"]}]]],[\"six-tooltip\",[[1,\"six-tooltip\",{\"content\":[1],\"placement\":[1],\"disabled\":[4],\"distance\":[2],\"open\":[1540],\"skidding\":[2],\"trigger\":[1],\"show\":[64],\"hide\":[64]},null,{\"open\":[\"handleOpenChange\"]}]]],[\"six-icon\",[[1,\"six-icon\",{\"size\":[513],\"filled\":[4],\"library\":[513]}]]],[\"six-input\",[[1,\"six-input\",{\"type\":[513],\"size\":[513],\"name\":[513],\"value\":[1537],\"pill\":[516],\"helpText\":[1,\"help-text\"],\"placeholder\":[1],\"disabled\":[516],\"readonly\":[516],\"minlength\":[514],\"maxlength\":[514],\"min\":[514],\"max\":[514],\"step\":[514],\"pattern\":[513],\"dropdownSearch\":[4,\"dropdown-search\"],\"required\":[4],\"autocapitalize\":[1],\"autocorrect\":[1],\"autocomplete\":[1],\"autofocus\":[4],\"spellcheck\":[4],\"label\":[1],\"errorText\":[1,\"error-text\"],\"errorTextCount\":[2,\"error-text-count\"],\"invalid\":[516],\"clearable\":[4],\"togglePassword\":[4,\"toggle-password\"],\"inputmode\":[1],\"line\":[4],\"hasFocus\":[32],\"hasHelpTextSlot\":[32],\"hasLabelSlot\":[32],\"hasErrorSlot\":[32],\"isPasswordVisible\":[32],\"setFocus\":[64],\"removeFocus\":[64],\"select\":[64],\"setSelectionRange\":[64],\"getSelectionRange\":[64],\"setRangeText\":[64]},null,{\"helpText\":[\"handleLabelChange\"],\"errorText\":[\"handleLabelChange\"],\"label\":[\"handleLabelChange\"],\"value\":[\"handleValueChange\"]}]]],[\"six-dropdown_2\",[[1,\"six-dropdown\",{\"open\":[1540],\"placement\":[1],\"closeOnSelect\":[4,\"close-on-select\"],\"distance\":[2],\"skidding\":[2],\"hoist\":[4],\"containingElement\":[16,\"containing-element\"],\"filter\":[4],\"asyncFilter\":[4,\"async-filter\"],\"filterPlaceholder\":[1,\"filter-placeholder\"],\"autofocusFilter\":[4,\"autofocus-filter\"],\"filterDebounce\":[1026,\"filter-debounce\"],\"disableHideOnEnterAndSpace\":[4,\"disable-hide-on-enter-and-space\"],\"options\":[1040],\"virtualScroll\":[4,\"virtual-scroll\"],\"matchTriggerWidth\":[4,\"match-trigger-width\"],\"renderedOptions\":[32],\"show\":[64],\"hide\":[64]},null,{\"open\":[\"handleOpenChange\"],\"distance\":[\"handlePopoverOptionsChange\"],\"hoist\":[\"handlePopoverOptionsChange\"],\"placement\":[\"handlePopoverOptionsChange\"],\"skidding\":[\"handlePopoverOptionsChange\"],\"options\":[\"handleOptionsChange\"],\"virtualScroll\":[\"handleOptionsChange\"]}],[1,\"six-menu\",{\"removeBoxShadow\":[4,\"remove-box-shadow\"],\"items\":[16],\"itemsShown\":[2,\"items-shown\"],\"virtualScroll\":[4,\"virtual-scroll\"],\"itemSize\":[2,\"item-size\"],\"scrollingDebounce\":[2,\"scrolling-debounce\"],\"disableKeyboardHandling\":[4,\"disable-keyboard-handling\"],\"scrollingIndex\":[32],\"sixMenuItemHeight\":[32],\"typeToSelect\":[64]}]]],[\"six-button_2\",[[1,\"six-button\",{\"type\":[513],\"size\":[513],\"caret\":[4],\"disabled\":[516],\"loading\":[516],\"pill\":[516],\"circle\":[516],\"submit\":[516],\"reset\":[516],\"name\":[1],\"value\":[1],\"href\":[1],\"target\":[1],\"download\":[1],\"hasFocus\":[32],\"hasLabel\":[32],\"hasPrefix\":[32],\"hasSuffix\":[32],\"setFocus\":[64],\"removeFocus\":[64]}],[1,\"six-spinner\",{\"logo\":[1],\"six\":[4]}]]],[\"six-checkbox_2\",[[1,\"six-menu-item\",{\"checkType\":[1,\"check-type\"],\"checked\":[516],\"value\":[513],\"disabled\":[516],\"hasFocus\":[32],\"active\":[32],\"setFocus\":[64],\"removeFocus\":[64],\"getTextLabel\":[64]}],[1,\"six-checkbox\",{\"name\":[1],\"value\":[1],\"disabled\":[4],\"required\":[4],\"label\":[1],\"errorText\":[1,\"error-text\"],\"errorTextCount\":[2,\"error-text-count\"],\"invalid\":[516],\"checked\":[1540],\"indeterminate\":[1540],\"hasFocus\":[32],\"hasLabelSlot\":[32],\"hasErrorSlot\":[32],\"setFocus\":[64],\"removeFocus\":[64]},null,{\"checked\":[\"handleCheckedChange\"],\"indeterminate\":[\"handleCheckedChange\"],\"errorText\":[\"handleLabelChange\"],\"label\":[\"handleLabelChange\"]}]]],[\"six-icon-button\",[[1,\"six-icon-button\",{\"name\":[513],\"size\":[513],\"label\":[513],\"disabled\":[516],\"html\":[513],\"href\":[1],\"target\":[1],\"download\":[1]}]]],[\"six-error\",[[1,\"six-error\"]]]]"), options);
21
21
  });
22
22
  //# sourceMappingURL=ui-library.js.map
23
23
 
@@ -0,0 +1,20 @@
1
+ /**
2
+ * Breadcrumbs provide a group of links so users can easily navigate a website's hierarchy.
3
+ *
4
+ * @since 5.0
5
+ * @status beta
6
+ *
7
+ * @slot - One or more breadcrumb items to display.
8
+ * @slot separator - The separator to use between breadcrumb items. Works best with six-icon.
9
+ *
10
+ * @part base - The component's base wrapper.
11
+ */
12
+ export declare class SixBreadcrumbs {
13
+ host: HTMLSixBreadcrumbsElement;
14
+ /** Defines an icon as a separator without having to place a slot **/
15
+ separatorIcon: string;
16
+ private updateBreadcrumbItems;
17
+ private createSeparatorElement;
18
+ private getCustomSeparator;
19
+ render(): any;
20
+ }
@@ -0,0 +1,27 @@
1
+ /**
2
+ * Breadcrumb items are used inside breadcrumbs to represent different links.
3
+ *
4
+ * @since 5.0
5
+ * @status beta
6
+ *
7
+ * @slot - The breadcrumb item’s label.
8
+ * @slot prefix - An optional prefix, usually an icon or icon button.
9
+ * @slot suffix - An optional suffix, usually an icon or icon button.
10
+ * @slot separator - The separator to use for the breadcrumb item. This will only change the separator for this item. If you want to change it for all items in the group, set the separator on six-breadcrumbs instead.
11
+ *
12
+ * @part base - The component's base wrapper.
13
+ * @part button - The button that renders the item
14
+ * @part separator - The separator
15
+ */
16
+ export declare class SixBreadcrumbsItem {
17
+ host: HTMLSixBreadcrumbsItemElement;
18
+ /** When set, the underlying button will be rendered as an `<a>` with this `href` instead of a `<button>`. */
19
+ href?: string;
20
+ /** Tells the browser where to open the link. Only used when `href` is set. */
21
+ target?: '_blank' | '_parent' | '_self' | '_top';
22
+ /** The breadcrumbs item size. */
23
+ size: 'small' | 'medium' | 'large';
24
+ /** Set to true to readonly the breadcrumb item. */
25
+ readonly: boolean;
26
+ render(): any;
27
+ }
@@ -49,6 +49,8 @@ export declare function isValidIsoDate(isoDate: string): isoDate is IsoDate;
49
49
  export declare function getMonth(isoDate: IsoDate): number;
50
50
  export declare function getYear(isoDate: IsoDate): number;
51
51
  export declare function toPointerDate(isoDate: IsoDate): PointerDate;
52
+ export declare function nextPointerDate(selectionMode: 'day' | 'month' | 'year', pointerDate: PointerDate): PointerDate;
53
+ export declare function previousPointerDate(selectionMode: 'day' | 'month' | 'year', pointerDate: PointerDate): PointerDate;
52
54
  export declare function todayAsPointerDate(): PointerDate;
53
55
  export declare function cleanupValue(value: unknown): {
54
56
  value: IsoDate | '';
@@ -19,7 +19,7 @@ declare enum SelectionMode {
19
19
  }
20
20
  /**
21
21
  * @since 1.0
22
- * @status stable
22
+ * @status deprecated. Use six-date instead.
23
23
  *
24
24
  * @slot - Used to define a footer for the date picker.
25
25
  * @slot error-text - Error text that is shown for validation errors. Alternatively, you can use the error-text prop.
@@ -1,3 +1,4 @@
1
+ import { IconLibrary } from '../../utils/icon';
1
2
  /**
2
3
  * @since 1.0
3
4
  * @status stable
@@ -9,5 +10,20 @@ export declare class SixIcon {
9
10
  size: 'inherit' | 'xSmall' | 'small' | 'medium' | 'large' | 'xLarge' | 'xxLarge' | 'xxxLarge';
10
11
  /** If set to true the default material outlined icons are not used. */
11
12
  filled: boolean;
13
+ /**
14
+ * Icon library to use when no `library` prop is provided.
15
+ * By default, all `<six-icon>` instances fall back to the globally configured
16
+ * default library (via `setDefaultIconLibrary()` / `getDefaultIconLibrary()`),
17
+ * which is `"material-icons"` unless changed at runtime.
18
+ *
19
+ * This allows teams to switch the default across an entire project without
20
+ * having to set the `library` prop on every `<six-icon>` instance.
21
+ *
22
+ * Icon library for this instance. Overrides the global default.
23
+ * - "material-icons" → Material Icons
24
+ * - "material-symbols" → Material Symbols
25
+ */
26
+ library?: IconLibrary;
27
+ private isSymbols;
12
28
  render(): any;
13
29
  }
@@ -21,6 +21,8 @@ export declare class SixTab {
21
21
  active: boolean;
22
22
  /** When true, the tab will be rendered with a close icon. */
23
23
  closable: boolean;
24
+ /** The content to display when the user hovers over the tab's title. Useful if the tab's title has html content in it*/
25
+ hoverContent?: string;
24
26
  /** Set to true to draw the tab in a disabled state. */
25
27
  disabled: boolean;
26
28
  /** Emitted when the tab is closable and the close button is activated. */
@@ -16,6 +16,7 @@ import { SixMenuItemData } from "./components/six-menu/six-menu";
16
16
  import { SixDropdownAsyncFilterPayload, SixDropdownAutoFilterPayload, SixDropdownScrollPayload } from "./components/six-dropdown/six-dropdown";
17
17
  import { SixFileListDownloadPayload, SixFileListRemovePayload } from "./components/six-file-list-item/six-file-list-item";
18
18
  import { SixFileUploadFailurePayload, SixFileUploadSuccessPayload } from "./components/six-file-upload/six-file-upload";
19
+ import { IconLibrary } from "./utils/icon";
19
20
  import { SelectionRange, SelectionRangeDirection } from "./components/six-input/six-input";
20
21
  import { ItemPickerPaddingDirection, ItemPickerType } from "./components/six-item-picker/types";
21
22
  import { SixItemPickerChangePayload } from "./components/six-item-picker/six-item-picker";
@@ -39,6 +40,7 @@ export { SixMenuItemData } from "./components/six-menu/six-menu";
39
40
  export { SixDropdownAsyncFilterPayload, SixDropdownAutoFilterPayload, SixDropdownScrollPayload } from "./components/six-dropdown/six-dropdown";
40
41
  export { SixFileListDownloadPayload, SixFileListRemovePayload } from "./components/six-file-list-item/six-file-list-item";
41
42
  export { SixFileUploadFailurePayload, SixFileUploadSuccessPayload } from "./components/six-file-upload/six-file-upload";
43
+ export { IconLibrary } from "./utils/icon";
42
44
  export { SelectionRange, SelectionRangeDirection } from "./components/six-input/six-input";
43
45
  export { ItemPickerPaddingDirection, ItemPickerType } from "./components/six-item-picker/types";
44
46
  export { SixItemPickerChangePayload } from "./components/six-item-picker/six-item-picker";
@@ -141,6 +143,43 @@ export namespace Components {
141
143
  */
142
144
  "type": 'primary' | 'secondary' | 'success' | 'warning' | 'danger' | 'info' | 'action';
143
145
  }
146
+ /**
147
+ * Breadcrumbs provide a group of links so users can easily navigate a website's hierarchy.
148
+ * @since 5.0
149
+ * @status beta
150
+ */
151
+ interface SixBreadcrumbs {
152
+ /**
153
+ * Defines an icon as a separator without having to place a slot *
154
+ * @default ''
155
+ */
156
+ "separatorIcon": string;
157
+ }
158
+ /**
159
+ * Breadcrumb items are used inside breadcrumbs to represent different links.
160
+ * @since 5.0
161
+ * @status beta
162
+ */
163
+ interface SixBreadcrumbsItem {
164
+ /**
165
+ * When set, the underlying button will be rendered as an `<a>` with this `href` instead of a `<button>`.
166
+ */
167
+ "href"?: string;
168
+ /**
169
+ * Set to true to readonly the breadcrumb item.
170
+ * @default false
171
+ */
172
+ "readonly": boolean;
173
+ /**
174
+ * The breadcrumbs item size.
175
+ * @default 'medium'
176
+ */
177
+ "size": 'small' | 'medium' | 'large';
178
+ /**
179
+ * Tells the browser where to open the link. Only used when `href` is set.
180
+ */
181
+ "target"?: '_blank' | '_parent' | '_self' | '_top';
182
+ }
144
183
  /**
145
184
  * @since 1.0
146
185
  * @status stable
@@ -399,7 +438,7 @@ export namespace Components {
399
438
  }
400
439
  /**
401
440
  * @since 1.0
402
- * @status stable
441
+ * @status deprecated. Use six-date instead.
403
442
  */
404
443
  interface SixDatepicker {
405
444
  /**
@@ -1013,6 +1052,10 @@ export namespace Components {
1013
1052
  * @default false
1014
1053
  */
1015
1054
  "filled": boolean;
1055
+ /**
1056
+ * Icon library to use when no `library` prop is provided. By default, all `<six-icon>` instances fall back to the globally configured default library (via `setDefaultIconLibrary()` / `getDefaultIconLibrary()`), which is `"material-icons"` unless changed at runtime. This allows teams to switch the default across an entire project without having to set the `library` prop on every `<six-icon>` instance. Icon library for this instance. Overrides the global default. - "material-icons" → Material Icons - "material-symbols" → Material Symbols
1057
+ */
1058
+ "library"?: IconLibrary;
1016
1059
  /**
1017
1060
  * The icon's size.
1018
1061
  * @default 'inherit'
@@ -2088,6 +2131,10 @@ export namespace Components {
2088
2131
  * @default false
2089
2132
  */
2090
2133
  "disabled": boolean;
2134
+ /**
2135
+ * The content to display when the user hovers over the tab's title. Useful if the tab's title has html content in it
2136
+ */
2137
+ "hoverContent"?: string;
2091
2138
  /**
2092
2139
  * The name of the tab panel the tab will control. The panel must be located in the same tab group.
2093
2140
  * @default ''
@@ -2694,6 +2741,28 @@ declare global {
2694
2741
  prototype: HTMLSixBadgeElement;
2695
2742
  new (): HTMLSixBadgeElement;
2696
2743
  };
2744
+ /**
2745
+ * Breadcrumbs provide a group of links so users can easily navigate a website's hierarchy.
2746
+ * @since 5.0
2747
+ * @status beta
2748
+ */
2749
+ interface HTMLSixBreadcrumbsElement extends Components.SixBreadcrumbs, HTMLStencilElement {
2750
+ }
2751
+ var HTMLSixBreadcrumbsElement: {
2752
+ prototype: HTMLSixBreadcrumbsElement;
2753
+ new (): HTMLSixBreadcrumbsElement;
2754
+ };
2755
+ /**
2756
+ * Breadcrumb items are used inside breadcrumbs to represent different links.
2757
+ * @since 5.0
2758
+ * @status beta
2759
+ */
2760
+ interface HTMLSixBreadcrumbsItemElement extends Components.SixBreadcrumbsItem, HTMLStencilElement {
2761
+ }
2762
+ var HTMLSixBreadcrumbsItemElement: {
2763
+ prototype: HTMLSixBreadcrumbsItemElement;
2764
+ new (): HTMLSixBreadcrumbsItemElement;
2765
+ };
2697
2766
  interface HTMLSixButtonElementEventMap {
2698
2767
  "six-button-blur": EmptyPayload;
2699
2768
  "six-button-focus": EmptyPayload;
@@ -2781,7 +2850,7 @@ declare global {
2781
2850
  }
2782
2851
  /**
2783
2852
  * @since 1.0
2784
- * @status stable
2853
+ * @status deprecated. Use six-date instead.
2785
2854
  */
2786
2855
  interface HTMLSixDatepickerElement extends Components.SixDatepicker, HTMLStencilElement {
2787
2856
  addEventListener<K extends keyof HTMLSixDatepickerElementEventMap>(type: K, listener: (this: HTMLSixDatepickerElement, ev: SixDatepickerCustomEvent<HTMLSixDatepickerElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
@@ -3622,6 +3691,8 @@ declare global {
3622
3691
  "six-alert": HTMLSixAlertElement;
3623
3692
  "six-avatar": HTMLSixAvatarElement;
3624
3693
  "six-badge": HTMLSixBadgeElement;
3694
+ "six-breadcrumbs": HTMLSixBreadcrumbsElement;
3695
+ "six-breadcrumbs-item": HTMLSixBreadcrumbsItemElement;
3625
3696
  "six-button": HTMLSixButtonElement;
3626
3697
  "six-card": HTMLSixCardElement;
3627
3698
  "six-checkbox": HTMLSixCheckboxElement;
@@ -3772,6 +3843,43 @@ declare namespace LocalJSX {
3772
3843
  */
3773
3844
  "type"?: 'primary' | 'secondary' | 'success' | 'warning' | 'danger' | 'info' | 'action';
3774
3845
  }
3846
+ /**
3847
+ * Breadcrumbs provide a group of links so users can easily navigate a website's hierarchy.
3848
+ * @since 5.0
3849
+ * @status beta
3850
+ */
3851
+ interface SixBreadcrumbs {
3852
+ /**
3853
+ * Defines an icon as a separator without having to place a slot *
3854
+ * @default ''
3855
+ */
3856
+ "separatorIcon"?: string;
3857
+ }
3858
+ /**
3859
+ * Breadcrumb items are used inside breadcrumbs to represent different links.
3860
+ * @since 5.0
3861
+ * @status beta
3862
+ */
3863
+ interface SixBreadcrumbsItem {
3864
+ /**
3865
+ * When set, the underlying button will be rendered as an `<a>` with this `href` instead of a `<button>`.
3866
+ */
3867
+ "href"?: string;
3868
+ /**
3869
+ * Set to true to readonly the breadcrumb item.
3870
+ * @default false
3871
+ */
3872
+ "readonly"?: boolean;
3873
+ /**
3874
+ * The breadcrumbs item size.
3875
+ * @default 'medium'
3876
+ */
3877
+ "size"?: 'small' | 'medium' | 'large';
3878
+ /**
3879
+ * Tells the browser where to open the link. Only used when `href` is set.
3880
+ */
3881
+ "target"?: '_blank' | '_parent' | '_self' | '_top';
3882
+ }
3775
3883
  /**
3776
3884
  * @since 1.0
3777
3885
  * @status stable
@@ -4038,7 +4146,7 @@ declare namespace LocalJSX {
4038
4146
  }
4039
4147
  /**
4040
4148
  * @since 1.0
4041
- * @status stable
4149
+ * @status deprecated. Use six-date instead.
4042
4150
  */
4043
4151
  interface SixDatepicker {
4044
4152
  /**
@@ -4732,6 +4840,10 @@ declare namespace LocalJSX {
4732
4840
  * @default false
4733
4841
  */
4734
4842
  "filled"?: boolean;
4843
+ /**
4844
+ * Icon library to use when no `library` prop is provided. By default, all `<six-icon>` instances fall back to the globally configured default library (via `setDefaultIconLibrary()` / `getDefaultIconLibrary()`), which is `"material-icons"` unless changed at runtime. This allows teams to switch the default across an entire project without having to set the `library` prop on every `<six-icon>` instance. Icon library for this instance. Overrides the global default. - "material-icons" → Material Icons - "material-symbols" → Material Symbols
4845
+ */
4846
+ "library"?: IconLibrary;
4735
4847
  /**
4736
4848
  * The icon's size.
4737
4849
  * @default 'inherit'
@@ -5839,6 +5951,10 @@ declare namespace LocalJSX {
5839
5951
  * @default false
5840
5952
  */
5841
5953
  "disabled"?: boolean;
5954
+ /**
5955
+ * The content to display when the user hovers over the tab's title. Useful if the tab's title has html content in it
5956
+ */
5957
+ "hoverContent"?: string;
5842
5958
  /**
5843
5959
  * Emitted when the tab is closable and the close button is activated.
5844
5960
  */
@@ -6300,6 +6416,8 @@ declare namespace LocalJSX {
6300
6416
  "six-alert": SixAlert;
6301
6417
  "six-avatar": SixAvatar;
6302
6418
  "six-badge": SixBadge;
6419
+ "six-breadcrumbs": SixBreadcrumbs;
6420
+ "six-breadcrumbs-item": SixBreadcrumbsItem;
6303
6421
  "six-button": SixButton;
6304
6422
  "six-card": SixCard;
6305
6423
  "six-checkbox": SixCheckbox;
@@ -6379,6 +6497,18 @@ declare module "@stencil/core" {
6379
6497
  * Forked from https://github.com/shoelace-style/shoelace version v2.0.0-beta27.
6380
6498
  */
6381
6499
  "six-badge": LocalJSX.SixBadge & JSXBase.HTMLAttributes<HTMLSixBadgeElement>;
6500
+ /**
6501
+ * Breadcrumbs provide a group of links so users can easily navigate a website's hierarchy.
6502
+ * @since 5.0
6503
+ * @status beta
6504
+ */
6505
+ "six-breadcrumbs": LocalJSX.SixBreadcrumbs & JSXBase.HTMLAttributes<HTMLSixBreadcrumbsElement>;
6506
+ /**
6507
+ * Breadcrumb items are used inside breadcrumbs to represent different links.
6508
+ * @since 5.0
6509
+ * @status beta
6510
+ */
6511
+ "six-breadcrumbs-item": LocalJSX.SixBreadcrumbsItem & JSXBase.HTMLAttributes<HTMLSixBreadcrumbsItemElement>;
6382
6512
  /**
6383
6513
  * @since 1.0
6384
6514
  * @status stable
@@ -6404,7 +6534,7 @@ declare module "@stencil/core" {
6404
6534
  "six-date": LocalJSX.SixDate & JSXBase.HTMLAttributes<HTMLSixDateElement>;
6405
6535
  /**
6406
6536
  * @since 1.0
6407
- * @status stable
6537
+ * @status deprecated. Use six-date instead.
6408
6538
  */
6409
6539
  "six-datepicker": LocalJSX.SixDatepicker & JSXBase.HTMLAttributes<HTMLSixDatepickerElement>;
6410
6540
  /**
@@ -1,3 +1,4 @@
1
1
  export { Components, JSX } from './components';
2
2
  export * from './utils/error-messages';
3
3
  export * from './utils/alert';
4
+ export * from './utils/icon';
@@ -1,3 +1,4 @@
1
1
  export * from './components';
2
2
  export * from './utils/error-messages';
3
3
  export * from './utils/alert';
4
+ export * from './utils/icon';
@@ -0,0 +1,5 @@
1
+ export type IconLibrary = 'material-icons' | 'material-symbols';
2
+ /** Sets the global default for all <six-icon> instances that don't specify `library`. */
3
+ export declare function setDefaultIconLibrary(lib: IconLibrary): void;
4
+ /** Returns the global default (fallback is 'material-icons'). */
5
+ export declare function getDefaultIconLibrary(): IconLibrary;
@@ -1,2 +1,2 @@
1
- export{g as getErrorMessage,a as getLanguage,l as languages}from"./p-1oJarDAY.js";function e(e,t,s,o){const a=t!==null&&t!==void 0?t:"info";const i=o!==null&&o!==void 0?o:r(a);const u=Object.assign(document.createElement("six-alert"),{type:a,duration:s!==null&&s!==void 0?s:c(a),innerHTML:`<six-icon slot="icon">${i}</six-icon>${n(e)}`,closable:true});document.body.append(u);u.toast()}function n(e){const n=document.createElement("div");n.textContent=e;return n.innerHTML}function r(e){switch(e){case"primary":return"info";case"info":return"info";case"success":return"check_circle";case"warning":return"warning";case"danger":return"report"}}function c(e){switch(e){case"primary":return 1e4;case"info":return 1e4;case"success":return 1e4;case"warning":return 2e4;case"danger":return 2e4}}export{e as showAlert};
1
+ export{g as getErrorMessage,a as getLanguage,l as languages}from"./p-1oJarDAY.js";export{g as getDefaultIconLibrary,s as setDefaultIconLibrary}from"./p-DqHJRLQQ.js";function e(e,s,c,a){const o=s!==null&&s!==void 0?s:"info";const i=a!==null&&a!==void 0?a:r(o);const u=Object.assign(document.createElement("six-alert"),{type:o,duration:c!==null&&c!==void 0?c:t(o),innerHTML:`<six-icon slot="icon">${i}</six-icon>${n(e)}`,closable:true});document.body.append(u);u.toast()}function n(e){const n=document.createElement("div");n.textContent=e;return n.innerHTML}function r(e){switch(e){case"primary":return"info";case"info":return"info";case"success":return"check_circle";case"warning":return"warning";case"danger":return"report"}}function t(e){switch(e){case"primary":return 1e4;case"info":return 1e4;case"success":return 1e4;case"warning":return 2e4;case"danger":return 2e4}}export{e as showAlert};
2
2
  //# sourceMappingURL=index.esm.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.esm.js","sources":["src/utils/alert.ts"],"sourcesContent":["import { AlertType } from '../components/six-alert/six-alert';\n\n/**\n * Displays an alert on the toast stack with a specified message and optional configuration.\n *\n * @param message - The message to be displayed in the alert.\n * @param alertType - The type of the alert. Valid values are 'primary', 'info', 'success', 'warning', 'danger'. Default is 'info'.\n * @param duration - The duration in milliseconds for which the alert is displayed. If not provided, a default duration is set based on the alert type.\n * @param iconName - The name of the icon to be displayed in the alert. If not provided, a default icon is set based on the alert type.\n */\nexport function showAlert(message: string, alertType?: AlertType, duration?: number, iconName?: string): void {\n const type = alertType ?? 'info';\n const icon = iconName ?? getIcon(type);\n const alert = Object.assign(document.createElement('six-alert'), {\n type,\n duration: duration ?? getDuration(type),\n innerHTML: `<six-icon slot=\"icon\">${icon}</six-icon>${escapeHtml(message)}`,\n closable: true,\n });\n document.body.append(alert);\n alert.toast();\n}\n\nfunction escapeHtml(html: string): string {\n const div = document.createElement('div');\n div.textContent = html;\n return div.innerHTML;\n}\n\nfunction getIcon(messageType: AlertType): string {\n switch (messageType) {\n case 'primary':\n return 'info';\n case 'info':\n return 'info';\n case 'success':\n return 'check_circle';\n case 'warning':\n return 'warning';\n case 'danger':\n return 'report';\n }\n}\n\nfunction getDuration(messageType: AlertType): number {\n switch (messageType) {\n case 'primary':\n return 10000;\n case 'info':\n return 10000;\n case 'success':\n return 10000;\n case 'warning':\n return 20000;\n case 'danger':\n return 20000;\n }\n}\n"],"names":[],"mappings":";;AAEA;;;;;;;AAOG;AACG,SAAU,SAAS,CAAC,OAAe,EAAE,SAAqB,EAAE,QAAiB,EAAE,QAAiB,EAAA;IACpG,MAAM,IAAI,GAAG,SAAS,KAAA,IAAA,IAAT,SAAS,KAAT,MAAA,GAAA,SAAS,GAAI,MAAM;AAChC,IAAA,MAAM,IAAI,GAAG,QAAQ,KAAA,IAAA,IAAR,QAAQ,KAAA,MAAA,GAAR,QAAQ,GAAI,OAAO,CAAC,IAAI,CAAC;AACtC,IAAA,MAAM,KAAK,GAAG,MAAM,CAAC,MAAM,CAAC,QAAQ,CAAC,aAAa,CAAC,WAAW,CAAC,EAAE;QAC/D,IAAI;QACJ,QAAQ,EAAE,QAAQ,KAAA,IAAA,IAAR,QAAQ,KAAA,MAAA,GAAR,QAAQ,GAAI,WAAW,CAAC,IAAI,CAAC;QACvC,SAAS,EAAE,yBAAyB,IAAI,CAAA,WAAA,EAAc,UAAU,CAAC,OAAO,CAAC,CAAE,CAAA;AAC3E,QAAA,QAAQ,EAAE,IAAI;AACf,KAAA,CAAC;AACF,IAAA,QAAQ,CAAC,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC;IAC3B,KAAK,CAAC,KAAK,EAAE;AACf;AAEA,SAAS,UAAU,CAAC,IAAY,EAAA;IAC9B,MAAM,GAAG,GAAG,QAAQ,CAAC,aAAa,CAAC,KAAK,CAAC;AACzC,IAAA,GAAG,CAAC,WAAW,GAAG,IAAI;IACtB,OAAO,GAAG,CAAC,SAAS;AACtB;AAEA,SAAS,OAAO,CAAC,WAAsB,EAAA;IACrC,QAAQ,WAAW;AACjB,QAAA,KAAK,SAAS;AACZ,YAAA,OAAO,MAAM;AACf,QAAA,KAAK,MAAM;AACT,YAAA,OAAO,MAAM;AACf,QAAA,KAAK,SAAS;AACZ,YAAA,OAAO,cAAc;AACvB,QAAA,KAAK,SAAS;AACZ,YAAA,OAAO,SAAS;AAClB,QAAA,KAAK,QAAQ;AACX,YAAA,OAAO,QAAQ;;AAErB;AAEA,SAAS,WAAW,CAAC,WAAsB,EAAA;IACzC,QAAQ,WAAW;AACjB,QAAA,KAAK,SAAS;AACZ,YAAA,OAAO,KAAK;AACd,QAAA,KAAK,MAAM;AACT,YAAA,OAAO,KAAK;AACd,QAAA,KAAK,SAAS;AACZ,YAAA,OAAO,KAAK;AACd,QAAA,KAAK,SAAS;AACZ,YAAA,OAAO,KAAK;AACd,QAAA,KAAK,QAAQ;AACX,YAAA,OAAO,KAAK;;AAElB;;;;"}
1
+ {"version":3,"file":"index.esm.js","sources":["src/utils/alert.ts"],"sourcesContent":["import { AlertType } from '../components/six-alert/six-alert';\n\n/**\n * Displays an alert on the toast stack with a specified message and optional configuration.\n *\n * @param message - The message to be displayed in the alert.\n * @param alertType - The type of the alert. Valid values are 'primary', 'info', 'success', 'warning', 'danger'. Default is 'info'.\n * @param duration - The duration in milliseconds for which the alert is displayed. If not provided, a default duration is set based on the alert type.\n * @param iconName - The name of the icon to be displayed in the alert. If not provided, a default icon is set based on the alert type.\n */\nexport function showAlert(message: string, alertType?: AlertType, duration?: number, iconName?: string): void {\n const type = alertType ?? 'info';\n const icon = iconName ?? getIcon(type);\n const alert = Object.assign(document.createElement('six-alert'), {\n type,\n duration: duration ?? getDuration(type),\n innerHTML: `<six-icon slot=\"icon\">${icon}</six-icon>${escapeHtml(message)}`,\n closable: true,\n });\n document.body.append(alert);\n alert.toast();\n}\n\nfunction escapeHtml(html: string): string {\n const div = document.createElement('div');\n div.textContent = html;\n return div.innerHTML;\n}\n\nfunction getIcon(messageType: AlertType): string {\n switch (messageType) {\n case 'primary':\n return 'info';\n case 'info':\n return 'info';\n case 'success':\n return 'check_circle';\n case 'warning':\n return 'warning';\n case 'danger':\n return 'report';\n }\n}\n\nfunction getDuration(messageType: AlertType): number {\n switch (messageType) {\n case 'primary':\n return 10000;\n case 'info':\n return 10000;\n case 'success':\n return 10000;\n case 'warning':\n return 20000;\n case 'danger':\n return 20000;\n }\n}\n"],"names":[],"mappings":";;;AAEA;;;;;;;AAOG;AACG,SAAU,SAAS,CAAC,OAAe,EAAE,SAAqB,EAAE,QAAiB,EAAE,QAAiB,EAAA;IACpG,MAAM,IAAI,GAAG,SAAS,KAAA,IAAA,IAAT,SAAS,KAAT,MAAA,GAAA,SAAS,GAAI,MAAM;AAChC,IAAA,MAAM,IAAI,GAAG,QAAQ,KAAA,IAAA,IAAR,QAAQ,KAAA,MAAA,GAAR,QAAQ,GAAI,OAAO,CAAC,IAAI,CAAC;AACtC,IAAA,MAAM,KAAK,GAAG,MAAM,CAAC,MAAM,CAAC,QAAQ,CAAC,aAAa,CAAC,WAAW,CAAC,EAAE;QAC/D,IAAI;QACJ,QAAQ,EAAE,QAAQ,KAAA,IAAA,IAAR,QAAQ,KAAA,MAAA,GAAR,QAAQ,GAAI,WAAW,CAAC,IAAI,CAAC;QACvC,SAAS,EAAE,yBAAyB,IAAI,CAAA,WAAA,EAAc,UAAU,CAAC,OAAO,CAAC,CAAE,CAAA;AAC3E,QAAA,QAAQ,EAAE,IAAI;AACf,KAAA,CAAC;AACF,IAAA,QAAQ,CAAC,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC;IAC3B,KAAK,CAAC,KAAK,EAAE;AACf;AAEA,SAAS,UAAU,CAAC,IAAY,EAAA;IAC9B,MAAM,GAAG,GAAG,QAAQ,CAAC,aAAa,CAAC,KAAK,CAAC;AACzC,IAAA,GAAG,CAAC,WAAW,GAAG,IAAI;IACtB,OAAO,GAAG,CAAC,SAAS;AACtB;AAEA,SAAS,OAAO,CAAC,WAAsB,EAAA;IACrC,QAAQ,WAAW;AACjB,QAAA,KAAK,SAAS;AACZ,YAAA,OAAO,MAAM;AACf,QAAA,KAAK,MAAM;AACT,YAAA,OAAO,MAAM;AACf,QAAA,KAAK,SAAS;AACZ,YAAA,OAAO,cAAc;AACvB,QAAA,KAAK,SAAS;AACZ,YAAA,OAAO,SAAS;AAClB,QAAA,KAAK,QAAQ;AACX,YAAA,OAAO,QAAQ;;AAErB;AAEA,SAAS,WAAW,CAAC,WAAsB,EAAA;IACzC,QAAQ,WAAW;AACjB,QAAA,KAAK,SAAS;AACZ,YAAA,OAAO,KAAK;AACd,QAAA,KAAK,MAAM;AACT,YAAA,OAAO,KAAK;AACd,QAAA,KAAK,SAAS;AACZ,YAAA,OAAO,KAAK;AACd,QAAA,KAAK,SAAS;AACZ,YAAA,OAAO,KAAK;AACd,QAAA,KAAK,QAAQ;AACX,YAAA,OAAO,KAAK;;AAElB;;;;"}