@six-group/ui-library 4.0.0-beta.1 → 4.0.0-beta.2

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 (973) hide show
  1. package/dist/cjs/event-listeners-fdfe838c.js +61 -0
  2. package/dist/cjs/event-listeners-fdfe838c.js.map +1 -0
  3. package/dist/cjs/{execution-control-46f388e0.js → execution-control-b4707294.js} +6 -3
  4. package/dist/cjs/execution-control-b4707294.js.map +1 -0
  5. package/dist/cjs/{focus-visible-0b352c74.js → focus-visible-ae2470dd.js} +3 -3
  6. package/dist/cjs/focus-visible-ae2470dd.js.map +1 -0
  7. package/dist/cjs/form-2df8c5bb.js +20 -0
  8. package/dist/cjs/form-2df8c5bb.js.map +1 -0
  9. package/dist/cjs/{form-control-2c17c573.js → form-control-d369af14.js} +10 -11
  10. package/dist/cjs/form-control-d369af14.js.map +1 -0
  11. package/dist/cjs/{index-2f6daa5b.js → index-900437fc.js} +186 -53
  12. package/dist/cjs/index-900437fc.js.map +1 -0
  13. package/dist/cjs/index.cjs.js +94 -0
  14. package/dist/cjs/index.cjs.js.map +1 -1
  15. package/dist/cjs/loader.cjs.js +3 -12
  16. package/dist/cjs/loader.cjs.js.map +1 -1
  17. package/dist/cjs/{modal-48d42228.js → modal-d5f074c7.js} +4 -3
  18. package/dist/cjs/modal-d5f074c7.js.map +1 -0
  19. package/dist/cjs/{popover-f743f62b.js → popover-2df7e154.js} +39 -31
  20. package/dist/cjs/popover-2df7e154.js.map +1 -0
  21. package/dist/cjs/popup-f1d9910f.js +103 -0
  22. package/dist/cjs/popup-f1d9910f.js.map +1 -0
  23. package/dist/cjs/{scroll-76e6f5d7.js → scroll-03678de1.js} +1 -1
  24. package/dist/cjs/scroll-03678de1.js.map +1 -0
  25. package/dist/cjs/set-attributes_2.cjs.entry.js +4 -2
  26. package/dist/cjs/set-attributes_2.cjs.entry.js.map +1 -1
  27. package/dist/cjs/six-alert.cjs.entry.js +18 -23
  28. package/dist/cjs/six-alert.cjs.entry.js.map +1 -1
  29. package/dist/cjs/six-avatar.cjs.entry.js +5 -8
  30. package/dist/cjs/six-avatar.cjs.entry.js.map +1 -1
  31. package/dist/cjs/six-badge.cjs.entry.js +2 -2
  32. package/dist/cjs/six-badge.cjs.entry.js.map +1 -1
  33. package/dist/cjs/six-button.cjs.entry.js +36 -34
  34. package/dist/cjs/six-button.cjs.entry.js.map +1 -1
  35. package/dist/cjs/six-card.cjs.entry.js +1 -1
  36. package/dist/cjs/six-card.cjs.entry.js.map +1 -1
  37. package/dist/cjs/six-checkbox.cjs.entry.js +50 -85
  38. package/dist/cjs/six-checkbox.cjs.entry.js.map +1 -1
  39. package/dist/cjs/six-datepicker.cjs.entry.js +154 -280
  40. package/dist/cjs/six-datepicker.cjs.entry.js.map +1 -1
  41. package/dist/cjs/six-details.cjs.entry.js +48 -47
  42. package/dist/cjs/six-details.cjs.entry.js.map +1 -1
  43. package/dist/cjs/six-dialog.cjs.entry.js +37 -41
  44. package/dist/cjs/six-dialog.cjs.entry.js.map +1 -1
  45. package/dist/cjs/six-drawer.cjs.entry.js +34 -38
  46. package/dist/cjs/six-drawer.cjs.entry.js.map +1 -1
  47. package/dist/cjs/six-dropdown_2.cjs.entry.js +215 -196
  48. package/dist/cjs/six-dropdown_2.cjs.entry.js.map +1 -1
  49. package/dist/cjs/six-error-page.cjs.entry.js +20 -22
  50. package/dist/cjs/six-error-page.cjs.entry.js.map +1 -1
  51. package/dist/cjs/six-file-list-item.cjs.entry.js +2 -2
  52. package/dist/cjs/six-file-list-item.cjs.entry.js.map +1 -1
  53. package/dist/cjs/six-file-list.cjs.entry.js +1 -1
  54. package/dist/cjs/six-file-list.cjs.entry.js.map +1 -1
  55. package/dist/cjs/six-file-upload.cjs.entry.js +21 -21
  56. package/dist/cjs/six-file-upload.cjs.entry.js.map +1 -1
  57. package/dist/cjs/six-footer.cjs.entry.js +1 -1
  58. package/dist/cjs/six-footer.cjs.entry.js.map +1 -1
  59. package/dist/cjs/six-group-label.cjs.entry.js +12 -11
  60. package/dist/cjs/six-group-label.cjs.entry.js.map +1 -1
  61. package/dist/cjs/six-header.cjs.entry.js +66 -44
  62. package/dist/cjs/six-header.cjs.entry.js.map +1 -1
  63. package/dist/cjs/six-icon-button.cjs.entry.js +4 -4
  64. package/dist/cjs/six-icon-button.cjs.entry.js.map +1 -1
  65. package/dist/cjs/six-icon.cjs.entry.js +1 -1
  66. package/dist/cjs/six-icon.cjs.entry.js.map +1 -1
  67. package/dist/cjs/six-input.cjs.entry.js +95 -128
  68. package/dist/cjs/six-input.cjs.entry.js.map +1 -1
  69. package/dist/cjs/six-item-picker.cjs.entry.js +62 -81
  70. package/dist/cjs/six-item-picker.cjs.entry.js.map +1 -1
  71. package/dist/cjs/six-language-switcher.cjs.entry.js +2 -2
  72. package/dist/cjs/six-language-switcher.cjs.entry.js.map +1 -1
  73. package/dist/cjs/six-layout-grid.cjs.entry.js +5 -3
  74. package/dist/cjs/six-layout-grid.cjs.entry.js.map +1 -1
  75. package/dist/cjs/six-main-container.cjs.entry.js +1 -1
  76. package/dist/cjs/six-main-container.cjs.entry.js.map +1 -1
  77. package/dist/cjs/six-menu-divider.cjs.entry.js +1 -1
  78. package/dist/cjs/six-menu-divider.cjs.entry.js.map +1 -1
  79. package/dist/cjs/six-menu-item.cjs.entry.js +9 -7
  80. package/dist/cjs/six-menu-item.cjs.entry.js.map +1 -1
  81. package/dist/cjs/six-menu-label.cjs.entry.js +1 -1
  82. package/dist/cjs/six-menu-label.cjs.entry.js.map +1 -1
  83. package/dist/cjs/six-picto.cjs.entry.js +5 -2
  84. package/dist/cjs/six-picto.cjs.entry.js.map +1 -1
  85. package/dist/cjs/six-progress-bar.cjs.entry.js +1 -1
  86. package/dist/cjs/six-progress-bar.cjs.entry.js.map +1 -1
  87. package/dist/cjs/six-progress-ring.cjs.entry.js +4 -4
  88. package/dist/cjs/six-progress-ring.cjs.entry.js.map +1 -1
  89. package/dist/cjs/six-radio.cjs.entry.js +63 -72
  90. package/dist/cjs/six-radio.cjs.entry.js.map +1 -1
  91. package/dist/cjs/six-range.cjs.entry.js +107 -106
  92. package/dist/cjs/six-range.cjs.entry.js.map +1 -1
  93. package/dist/cjs/six-root.cjs.entry.js +2 -2
  94. package/dist/cjs/six-root.cjs.entry.js.map +1 -1
  95. package/dist/cjs/six-search-field.cjs.entry.js +11 -6
  96. package/dist/cjs/six-search-field.cjs.entry.js.map +1 -1
  97. package/dist/cjs/six-select.cjs.entry.js +190 -223
  98. package/dist/cjs/six-select.cjs.entry.js.map +1 -1
  99. package/dist/cjs/six-sidebar-item-group.cjs.entry.js +10 -6
  100. package/dist/cjs/six-sidebar-item-group.cjs.entry.js.map +1 -1
  101. package/dist/cjs/six-sidebar-item.cjs.entry.js +1 -1
  102. package/dist/cjs/six-sidebar-item.cjs.entry.js.map +1 -1
  103. package/dist/cjs/six-sidebar.cjs.entry.js +41 -20
  104. package/dist/cjs/six-sidebar.cjs.entry.js.map +1 -1
  105. package/dist/cjs/six-spinner.cjs.entry.js +1 -1
  106. package/dist/cjs/six-spinner.cjs.entry.js.map +1 -1
  107. package/dist/cjs/six-switch.cjs.entry.js +58 -64
  108. package/dist/cjs/six-switch.cjs.entry.js.map +1 -1
  109. package/dist/cjs/six-tab-group.cjs.entry.js +132 -114
  110. package/dist/cjs/six-tab-group.cjs.entry.js.map +1 -1
  111. package/dist/cjs/six-tab-panel.cjs.entry.js +2 -2
  112. package/dist/cjs/six-tab-panel.cjs.entry.js.map +1 -1
  113. package/dist/cjs/six-tab.cjs.entry.js +5 -3
  114. package/dist/cjs/six-tab.cjs.entry.js.map +1 -1
  115. package/dist/cjs/six-tag.cjs.entry.js +6 -9
  116. package/dist/cjs/six-tag.cjs.entry.js.map +1 -1
  117. package/dist/cjs/six-textarea.cjs.entry.js +82 -108
  118. package/dist/cjs/six-textarea.cjs.entry.js.map +1 -1
  119. package/dist/cjs/six-tile.cjs.entry.js +14 -17
  120. package/dist/cjs/six-tile.cjs.entry.js.map +1 -1
  121. package/dist/cjs/six-timepicker.cjs.entry.js +159 -215
  122. package/dist/cjs/six-timepicker.cjs.entry.js.map +1 -1
  123. package/dist/cjs/six-tooltip.cjs.entry.js +54 -57
  124. package/dist/cjs/six-tooltip.cjs.entry.js.map +1 -1
  125. package/dist/cjs/{slot-ad537f24.js → slot-6e6a400f.js} +11 -10
  126. package/dist/cjs/slot-6e6a400f.js.map +1 -0
  127. package/dist/cjs/{types-64878648.js → types-47199040.js} +1 -1
  128. package/dist/cjs/types-47199040.js.map +1 -0
  129. package/dist/cjs/ui-library.cjs.js +3 -6
  130. package/dist/cjs/ui-library.cjs.js.map +1 -1
  131. package/dist/collection/collection-manifest.json +54 -55
  132. package/dist/collection/components/six-alert/six-alert.js +32 -30
  133. package/dist/collection/components/six-alert/six-alert.js.map +1 -1
  134. package/dist/collection/components/six-alert/test/six-alert.spec.js +25 -0
  135. package/dist/collection/components/six-alert/test/six-alert.spec.js.map +1 -0
  136. package/dist/collection/components/six-avatar/six-avatar.js +5 -8
  137. package/dist/collection/components/six-avatar/six-avatar.js.map +1 -1
  138. package/dist/collection/components/six-avatar/test/six-avatar.spec.js +26 -0
  139. package/dist/collection/components/six-avatar/test/six-avatar.spec.js.map +1 -0
  140. package/dist/collection/components/six-badge/six-badge.js +2 -2
  141. package/dist/collection/components/six-badge/six-badge.js.map +1 -1
  142. package/dist/collection/components/six-badge/test/six-badge.spec.js +20 -0
  143. package/dist/collection/components/six-badge/test/six-badge.spec.js.map +1 -0
  144. package/dist/collection/components/six-button/six-button.js +56 -47
  145. package/dist/collection/components/six-button/six-button.js.map +1 -1
  146. package/dist/collection/components/six-button/test/six-button.spec.js +69 -0
  147. package/dist/collection/components/six-button/test/six-button.spec.js.map +1 -0
  148. package/dist/collection/components/six-card/six-card.js +1 -1
  149. package/dist/collection/components/six-card/six-card.js.map +1 -1
  150. package/dist/collection/components/six-card/test/six-card.spec.js +18 -0
  151. package/dist/collection/components/six-card/test/six-card.spec.js.map +1 -0
  152. package/dist/collection/components/six-checkbox/six-checkbox.js +81 -194
  153. package/dist/collection/components/six-checkbox/six-checkbox.js.map +1 -1
  154. package/dist/collection/components/six-checkbox/test/six-checkbox.spec.js +79 -0
  155. package/dist/collection/components/six-checkbox/test/six-checkbox.spec.js.map +1 -0
  156. package/dist/collection/components/six-datepicker/components/day-selection.js +3 -3
  157. package/dist/collection/components/six-datepicker/components/day-selection.js.map +1 -1
  158. package/dist/collection/components/six-datepicker/components/month-selection.js +6 -5
  159. package/dist/collection/components/six-datepicker/components/month-selection.js.map +1 -1
  160. package/dist/collection/components/six-datepicker/components/year-selection.js +11 -8
  161. package/dist/collection/components/six-datepicker/components/year-selection.js.map +1 -1
  162. package/dist/collection/components/six-datepicker/six-datepicker.js +219 -395
  163. package/dist/collection/components/six-datepicker/six-datepicker.js.map +1 -1
  164. package/dist/collection/components/six-datepicker/test/six-datepicker.spec.js +26 -0
  165. package/dist/collection/components/six-datepicker/test/six-datepicker.spec.js.map +1 -0
  166. package/dist/collection/components/six-details/six-details.js +65 -58
  167. package/dist/collection/components/six-details/six-details.js.map +1 -1
  168. package/dist/collection/components/six-details/test/six-details.spec.js +36 -0
  169. package/dist/collection/components/six-details/test/six-details.spec.js.map +1 -0
  170. package/dist/collection/components/six-dialog/six-dialog.js +55 -51
  171. package/dist/collection/components/six-dialog/six-dialog.js.map +1 -1
  172. package/dist/collection/components/six-dialog/test/six-dialog.spec.js +34 -0
  173. package/dist/collection/components/six-dialog/test/six-dialog.spec.js.map +1 -0
  174. package/dist/collection/components/six-drawer/six-drawer.js +52 -48
  175. package/dist/collection/components/six-drawer/six-drawer.js.map +1 -1
  176. package/dist/collection/components/six-drawer/test/six-drawer.spec.js +34 -0
  177. package/dist/collection/components/six-drawer/test/six-drawer.spec.js.map +1 -0
  178. package/dist/collection/components/six-dropdown/six-dropdown.js +215 -191
  179. package/dist/collection/components/six-dropdown/six-dropdown.js.map +1 -1
  180. package/dist/collection/components/six-dropdown/test/six-dropdown.spec.js +122 -0
  181. package/dist/collection/components/six-dropdown/test/six-dropdown.spec.js.map +1 -0
  182. package/dist/collection/components/six-error-page/six-error-page.js +26 -28
  183. package/dist/collection/components/six-error-page/six-error-page.js.map +1 -1
  184. package/dist/collection/components/six-error-page/test/six-error-page.spec.js +240 -0
  185. package/dist/collection/components/six-error-page/test/six-error-page.spec.js.map +1 -0
  186. package/dist/collection/components/six-file-list/six-file-list.js +1 -1
  187. package/dist/collection/components/six-file-list/test/six-file-list.spec.js +67 -0
  188. package/dist/collection/components/six-file-list/test/six-file-list.spec.js.map +1 -0
  189. package/dist/collection/components/six-file-list-item/six-file-list-item.js +8 -6
  190. package/dist/collection/components/six-file-list-item/six-file-list-item.js.map +1 -1
  191. package/dist/collection/components/six-file-list-item/test/six-file-list-item.spec.js +169 -0
  192. package/dist/collection/components/six-file-list-item/test/six-file-list-item.spec.js.map +1 -0
  193. package/dist/collection/components/six-file-upload/six-file-upload.js +37 -35
  194. package/dist/collection/components/six-file-upload/six-file-upload.js.map +1 -1
  195. package/dist/collection/components/six-file-upload/test/six-file-upload.spec.js +103 -0
  196. package/dist/collection/components/six-file-upload/test/six-file-upload.spec.js.map +1 -0
  197. package/dist/collection/components/six-footer/six-footer.js +1 -1
  198. package/dist/collection/components/six-footer/test/six-footer.spec.js +21 -0
  199. package/dist/collection/components/six-footer/test/six-footer.spec.js.map +1 -0
  200. package/dist/collection/components/six-group-label/six-group-label.js +15 -13
  201. package/dist/collection/components/six-group-label/six-group-label.js.map +1 -1
  202. package/dist/collection/components/six-group-label/test/six-group-label.spec.js +43 -0
  203. package/dist/collection/components/six-group-label/test/six-group-label.spec.js.map +1 -0
  204. package/dist/collection/components/six-header/six-header.js +82 -52
  205. package/dist/collection/components/six-header/six-header.js.map +1 -1
  206. package/dist/collection/components/six-header/test/six-header.spec.js +133 -0
  207. package/dist/collection/components/six-header/test/six-header.spec.js.map +1 -0
  208. package/dist/collection/components/six-icon/six-icon.js +1 -1
  209. package/dist/collection/components/six-icon/test/six-icon.spec.js +20 -0
  210. package/dist/collection/components/six-icon/test/six-icon.spec.js.map +1 -0
  211. package/dist/collection/components/six-icon-button/six-icon-button.js +10 -10
  212. package/dist/collection/components/six-icon-button/six-icon-button.js.map +1 -1
  213. package/dist/collection/components/six-icon-button/test/six-icon-button.spec.js +23 -0
  214. package/dist/collection/components/six-icon-button/test/six-icon-button.spec.js.map +1 -0
  215. package/dist/collection/components/six-input/six-input.css +1 -1
  216. package/dist/collection/components/six-input/six-input.js +189 -362
  217. package/dist/collection/components/six-input/six-input.js.map +1 -1
  218. package/dist/collection/components/six-input/test/six-input.spec.js +37 -0
  219. package/dist/collection/components/six-input/test/six-input.spec.js.map +1 -0
  220. package/dist/collection/components/six-item-picker/six-item-picker.js +79 -94
  221. package/dist/collection/components/six-item-picker/six-item-picker.js.map +1 -1
  222. package/dist/collection/components/six-item-picker/test/six-item-picker.spec.js +90 -0
  223. package/dist/collection/components/six-item-picker/test/six-item-picker.spec.js.map +1 -0
  224. package/dist/collection/components/six-language-switcher/six-language-switcher.js +7 -5
  225. package/dist/collection/components/six-language-switcher/six-language-switcher.js.map +1 -1
  226. package/dist/collection/components/six-language-switcher/test/six-language-switcher.spec.js +196 -0
  227. package/dist/collection/components/six-language-switcher/test/six-language-switcher.spec.js.map +1 -0
  228. package/dist/collection/components/six-layout-grid/six-layout-grid.js +10 -8
  229. package/dist/collection/components/six-layout-grid/six-layout-grid.js.map +1 -1
  230. package/dist/collection/components/six-layout-grid/test/six-layout-grid.spec.js +18 -0
  231. package/dist/collection/components/six-layout-grid/test/six-layout-grid.spec.js.map +1 -0
  232. package/dist/collection/components/six-main-container/six-main-container.js +1 -1
  233. package/dist/collection/components/six-main-container/six-main-container.js.map +1 -1
  234. package/dist/collection/components/six-main-container/test/six-main-container.spec.js +22 -0
  235. package/dist/collection/components/six-main-container/test/six-main-container.spec.js.map +1 -0
  236. package/dist/collection/components/six-menu/six-menu.js +41 -31
  237. package/dist/collection/components/six-menu/six-menu.js.map +1 -1
  238. package/dist/collection/components/six-menu/test/six-menu.spec.js +93 -0
  239. package/dist/collection/components/six-menu/test/six-menu.spec.js.map +1 -0
  240. package/dist/collection/components/six-menu-divider/six-menu-divider.js +1 -1
  241. package/dist/collection/components/six-menu-divider/test/six-menu-divider.spec.js +18 -0
  242. package/dist/collection/components/six-menu-divider/test/six-menu-divider.spec.js.map +1 -0
  243. package/dist/collection/components/six-menu-item/six-menu-item.js +17 -11
  244. package/dist/collection/components/six-menu-item/six-menu-item.js.map +1 -1
  245. package/dist/collection/components/six-menu-item/test/six-menu-item.spec.js +33 -0
  246. package/dist/collection/components/six-menu-item/test/six-menu-item.spec.js.map +1 -0
  247. package/dist/collection/components/six-menu-label/six-menu-label.js +1 -1
  248. package/dist/collection/components/six-menu-label/test/six-menu-label.spec.js +20 -0
  249. package/dist/collection/components/six-menu-label/test/six-menu-label.spec.js.map +1 -0
  250. package/dist/collection/components/six-picto/six-picto.js +5 -2
  251. package/dist/collection/components/six-picto/six-picto.js.map +1 -1
  252. package/dist/collection/components/six-picto/test/six-picto.spec.js +33 -0
  253. package/dist/collection/components/six-picto/test/six-picto.spec.js.map +1 -0
  254. package/dist/collection/components/six-progress-bar/six-progress-bar.js +1 -1
  255. package/dist/collection/components/six-progress-bar/test/six-progress-bar.spec.js +24 -0
  256. package/dist/collection/components/six-progress-bar/test/six-progress-bar.spec.js.map +1 -0
  257. package/dist/collection/components/six-progress-ring/six-progress-ring.js +6 -5
  258. package/dist/collection/components/six-progress-ring/six-progress-ring.js.map +1 -1
  259. package/dist/collection/components/six-progress-ring/test/six-progress-ring.spec.js +26 -0
  260. package/dist/collection/components/six-progress-ring/test/six-progress-ring.spec.js.map +1 -0
  261. package/dist/collection/components/six-radio/six-radio.js +82 -148
  262. package/dist/collection/components/six-radio/six-radio.js.map +1 -1
  263. package/dist/collection/components/six-radio/test/six-radio.spec.js +63 -0
  264. package/dist/collection/components/six-radio/test/six-radio.spec.js.map +1 -0
  265. package/dist/collection/components/six-range/six-range.js +149 -190
  266. package/dist/collection/components/six-range/six-range.js.map +1 -1
  267. package/dist/collection/components/six-range/test/six-range.spec.js +32 -0
  268. package/dist/collection/components/six-range/test/six-range.spec.js.map +1 -0
  269. package/dist/collection/components/six-root/six-root.js +9 -7
  270. package/dist/collection/components/six-root/six-root.js.map +1 -1
  271. package/dist/collection/components/six-root/test/six-root.spec.js +43 -0
  272. package/dist/collection/components/six-root/test/six-root.spec.js.map +1 -0
  273. package/dist/collection/components/six-search-field/six-search-field.js +15 -9
  274. package/dist/collection/components/six-search-field/six-search-field.js.map +1 -1
  275. package/dist/collection/components/six-search-field/test/six-search-field.spec.js +22 -0
  276. package/dist/collection/components/six-search-field/test/six-search-field.spec.js.map +1 -0
  277. package/dist/collection/components/six-select/six-select.css +6 -9
  278. package/dist/collection/components/six-select/six-select.js +235 -349
  279. package/dist/collection/components/six-select/six-select.js.map +1 -1
  280. package/dist/collection/components/six-select/test/six-select.spec.js +82 -0
  281. package/dist/collection/components/six-select/test/six-select.spec.js.map +1 -0
  282. package/dist/collection/components/six-select/test/util.spec.js +81 -0
  283. package/dist/collection/components/six-select/test/util.spec.js.map +1 -0
  284. package/dist/collection/components/six-select/util.js +52 -0
  285. package/dist/collection/components/six-select/util.js.map +1 -0
  286. package/dist/collection/components/six-sidebar/six-sidebar.js +66 -33
  287. package/dist/collection/components/six-sidebar/six-sidebar.js.map +1 -1
  288. package/dist/collection/components/six-sidebar/test/six-sidebar.spec.js +22 -0
  289. package/dist/collection/components/six-sidebar/test/six-sidebar.spec.js.map +1 -0
  290. package/dist/collection/components/six-sidebar-item/six-sidebar-item.js +1 -1
  291. package/dist/collection/components/six-sidebar-item/test/six-sidebar-item.spec.js +50 -0
  292. package/dist/collection/components/six-sidebar-item/test/six-sidebar-item.spec.js.map +1 -0
  293. package/dist/collection/components/six-sidebar-item-group/six-sidebar-item-group.js +14 -10
  294. package/dist/collection/components/six-sidebar-item-group/six-sidebar-item-group.js.map +1 -1
  295. package/dist/collection/components/six-sidebar-item-group/test/six-sidebar-item-group.spec.js +53 -0
  296. package/dist/collection/components/six-sidebar-item-group/test/six-sidebar-item-group.spec.js.map +1 -0
  297. package/dist/collection/components/six-spinner/six-spinner.js +1 -1
  298. package/dist/collection/components/six-spinner/six-spinner.js.map +1 -1
  299. package/dist/collection/components/six-spinner/test/six-spinner.spec.js +37 -0
  300. package/dist/collection/components/six-spinner/test/six-spinner.spec.js.map +1 -0
  301. package/dist/collection/components/six-stage-indicator/six-stage-indicator.js +4 -3
  302. package/dist/collection/components/six-stage-indicator/six-stage-indicator.js.map +1 -1
  303. package/dist/collection/components/six-stage-indicator/test/six-stage-indicator.spec.js +117 -0
  304. package/dist/collection/components/six-stage-indicator/test/six-stage-indicator.spec.js.map +1 -0
  305. package/dist/collection/components/six-switch/six-switch.css +77 -0
  306. package/dist/collection/components/six-switch/six-switch.js +108 -139
  307. package/dist/collection/components/six-switch/six-switch.js.map +1 -1
  308. package/dist/collection/components/six-switch/test/six-switch.spec.js +69 -0
  309. package/dist/collection/components/six-switch/test/six-switch.spec.js.map +1 -0
  310. package/dist/collection/components/six-tab/six-tab.js +13 -7
  311. package/dist/collection/components/six-tab/six-tab.js.map +1 -1
  312. package/dist/collection/components/six-tab/test/six-tab.spec.js +20 -0
  313. package/dist/collection/components/six-tab/test/six-tab.spec.js.map +1 -0
  314. package/dist/collection/components/six-tab-group/six-tab-group.js +140 -119
  315. package/dist/collection/components/six-tab-group/six-tab-group.js.map +1 -1
  316. package/dist/collection/components/six-tab-group/test/six-tab-group.spec.js +45 -0
  317. package/dist/collection/components/six-tab-group/test/six-tab-group.spec.js.map +1 -0
  318. package/dist/collection/components/six-tab-panel/six-tab-panel.js +2 -2
  319. package/dist/collection/components/six-tab-panel/six-tab-panel.js.map +1 -1
  320. package/dist/collection/components/six-tab-panel/test/six-tab-panel.spec.js +20 -0
  321. package/dist/collection/components/six-tab-panel/test/six-tab-panel.spec.js.map +1 -0
  322. package/dist/collection/components/six-tag/six-tag.css +6 -0
  323. package/dist/collection/components/six-tag/six-tag.js +7 -9
  324. package/dist/collection/components/six-tag/six-tag.js.map +1 -1
  325. package/dist/collection/components/six-tag/test/six-tag.spec.js +42 -0
  326. package/dist/collection/components/six-tag/test/six-tag.spec.js.map +1 -0
  327. package/dist/collection/components/six-textarea/six-textarea.js +167 -282
  328. package/dist/collection/components/six-textarea/six-textarea.js.map +1 -1
  329. package/dist/collection/components/six-textarea/test/six-textarea.spec.js +117 -0
  330. package/dist/collection/components/six-textarea/test/six-textarea.spec.js.map +1 -0
  331. package/dist/collection/components/six-tile/six-tile.js +26 -25
  332. package/dist/collection/components/six-tile/six-tile.js.map +1 -1
  333. package/dist/collection/components/six-tile/test/six-tile.spec.js +69 -0
  334. package/dist/collection/components/six-tile/test/six-tile.spec.js.map +1 -0
  335. package/dist/collection/components/six-timepicker/six-timepicker.js +169 -264
  336. package/dist/collection/components/six-timepicker/six-timepicker.js.map +1 -1
  337. package/dist/collection/components/six-timepicker/test/six-timepicker.spec.js +496 -0
  338. package/dist/collection/components/six-timepicker/test/six-timepicker.spec.js.map +1 -0
  339. package/dist/collection/components/six-tooltip/six-tooltip.js +69 -66
  340. package/dist/collection/components/six-tooltip/six-tooltip.js.map +1 -1
  341. package/dist/collection/components/six-tooltip/test/six-tooltip.spec.js +28 -0
  342. package/dist/collection/components/six-tooltip/test/six-tooltip.spec.js.map +1 -0
  343. package/dist/collection/functional-components/form-control/form-control.js +9 -10
  344. package/dist/collection/functional-components/form-control/form-control.js.map +1 -1
  345. package/dist/collection/index.js +1 -1
  346. package/dist/collection/index.js.map +1 -1
  347. package/dist/collection/testUtil/delay.js.map +1 -1
  348. package/dist/collection/utils/date-util.js +25 -16
  349. package/dist/collection/utils/date-util.js.map +1 -1
  350. package/dist/collection/utils/date-util.spec.js +995 -0
  351. package/dist/collection/utils/date-util.spec.js.map +1 -0
  352. package/dist/collection/utils/error-messages.js +91 -0
  353. package/dist/collection/utils/error-messages.js.map +1 -0
  354. package/dist/collection/utils/event-listeners.js +22 -6
  355. package/dist/collection/utils/event-listeners.js.map +1 -1
  356. package/dist/collection/utils/execution-control.js +5 -4
  357. package/dist/collection/utils/execution-control.js.map +1 -1
  358. package/dist/collection/utils/focus-visible.js +2 -2
  359. package/dist/collection/utils/focus-visible.js.map +1 -1
  360. package/dist/collection/utils/form.js +15 -0
  361. package/dist/collection/utils/form.js.map +1 -0
  362. package/dist/collection/utils/modal.js +3 -2
  363. package/dist/collection/utils/modal.js.map +1 -1
  364. package/dist/collection/utils/popover.js +33 -19
  365. package/dist/collection/utils/popover.js.map +1 -1
  366. package/dist/collection/utils/popup.js +95 -0
  367. package/dist/collection/utils/popup.js.map +1 -0
  368. package/dist/collection/utils/scroll.js +1 -1
  369. package/dist/collection/utils/scroll.spec.js +122 -0
  370. package/dist/collection/utils/scroll.spec.js.map +1 -0
  371. package/dist/collection/utils/slot.js +9 -24
  372. package/dist/collection/utils/slot.js.map +1 -1
  373. package/dist/collection/utils/tabbable.js +6 -6
  374. package/dist/collection/utils/tabbable.js.map +1 -1
  375. package/dist/collection/utils/time.util.js +48 -34
  376. package/dist/collection/utils/time.util.js.map +1 -1
  377. package/dist/collection/utils/time.util.spec.js +368 -0
  378. package/dist/collection/utils/time.util.spec.js.map +1 -0
  379. package/dist/collection/utils/type-check.js +0 -1
  380. package/dist/collection/utils/type-check.js.map +1 -1
  381. package/dist/collection/wrappers/set-attributes/set-attributes.js +4 -2
  382. package/dist/collection/wrappers/set-attributes/set-attributes.js.map +1 -1
  383. package/dist/collection/wrappers/set-attributes/test/set-attributes.spec.js +16 -0
  384. package/dist/collection/wrappers/set-attributes/test/set-attributes.spec.js.map +1 -0
  385. package/dist/components/event-listeners.js +22 -6
  386. package/dist/components/event-listeners.js.map +1 -1
  387. package/dist/components/execution-control.js +5 -2
  388. package/dist/components/execution-control.js.map +1 -1
  389. package/dist/components/focus-visible.js +2 -2
  390. package/dist/components/focus-visible.js.map +1 -1
  391. package/dist/components/form-control.js +8 -9
  392. package/dist/components/form-control.js.map +1 -1
  393. package/dist/components/form.js +18 -0
  394. package/dist/components/form.js.map +1 -0
  395. package/dist/components/index.js +92 -3
  396. package/dist/components/index.js.map +1 -1
  397. package/dist/components/modal.js +3 -2
  398. package/dist/components/modal.js.map +1 -1
  399. package/dist/components/popover.js +38 -30
  400. package/dist/components/popover.js.map +1 -1
  401. package/dist/components/scroll.js.map +1 -1
  402. package/dist/components/set-attributes2.js +3 -1
  403. package/dist/components/set-attributes2.js.map +1 -1
  404. package/dist/components/six-alert.js +17 -22
  405. package/dist/components/six-alert.js.map +1 -1
  406. package/dist/components/six-avatar.js +4 -7
  407. package/dist/components/six-avatar.js.map +1 -1
  408. package/dist/components/six-badge.js +1 -1
  409. package/dist/components/six-badge.js.map +1 -1
  410. package/dist/components/six-button.js +34 -32
  411. package/dist/components/six-button.js.map +1 -1
  412. package/dist/components/six-card.js.map +1 -1
  413. package/dist/components/six-checkbox.js +48 -89
  414. package/dist/components/six-checkbox.js.map +1 -1
  415. package/dist/components/six-datepicker.js +153 -282
  416. package/dist/components/six-datepicker.js.map +1 -1
  417. package/dist/components/six-details2.js +46 -45
  418. package/dist/components/six-details2.js.map +1 -1
  419. package/dist/components/six-dialog.js +33 -37
  420. package/dist/components/six-dialog.js.map +1 -1
  421. package/dist/components/six-drawer.js +30 -34
  422. package/dist/components/six-drawer.js.map +1 -1
  423. package/dist/components/six-dropdown2.js +185 -173
  424. package/dist/components/six-dropdown2.js.map +1 -1
  425. package/dist/components/six-error-page.js +19 -21
  426. package/dist/components/six-error-page.js.map +1 -1
  427. package/dist/components/six-file-list-item.js +1 -1
  428. package/dist/components/six-file-list-item.js.map +1 -1
  429. package/dist/components/six-file-list.js.map +1 -1
  430. package/dist/components/six-file-upload.js +20 -20
  431. package/dist/components/six-file-upload.js.map +1 -1
  432. package/dist/components/six-footer.js.map +1 -1
  433. package/dist/components/six-group-label.js +10 -9
  434. package/dist/components/six-group-label.js.map +1 -1
  435. package/dist/components/six-header.js +64 -42
  436. package/dist/components/six-header.js.map +1 -1
  437. package/dist/components/six-icon-button2.js +2 -2
  438. package/dist/components/six-icon-button2.js.map +1 -1
  439. package/dist/components/six-icon2.js.map +1 -1
  440. package/dist/components/six-input2.js +96 -138
  441. package/dist/components/six-input2.js.map +1 -1
  442. package/dist/components/six-item-picker2.js +58 -77
  443. package/dist/components/six-item-picker2.js.map +1 -1
  444. package/dist/components/six-language-switcher.js +1 -1
  445. package/dist/components/six-language-switcher.js.map +1 -1
  446. package/dist/components/six-layout-grid.js +5 -3
  447. package/dist/components/six-layout-grid.js.map +1 -1
  448. package/dist/components/six-main-container.js.map +1 -1
  449. package/dist/components/six-menu-divider.js.map +1 -1
  450. package/dist/components/six-menu-item2.js +7 -5
  451. package/dist/components/six-menu-item2.js.map +1 -1
  452. package/dist/components/six-menu-label.js.map +1 -1
  453. package/dist/components/six-menu2.js +25 -18
  454. package/dist/components/six-menu2.js.map +1 -1
  455. package/dist/components/six-picto2.js +4 -1
  456. package/dist/components/six-picto2.js.map +1 -1
  457. package/dist/components/six-progress-bar.js.map +1 -1
  458. package/dist/components/six-progress-ring.js +3 -3
  459. package/dist/components/six-progress-ring.js.map +1 -1
  460. package/dist/components/six-radio.js +65 -78
  461. package/dist/components/six-radio.js.map +1 -1
  462. package/dist/components/six-range.js +108 -111
  463. package/dist/components/six-range.js.map +1 -1
  464. package/dist/components/six-root.js +1 -1
  465. package/dist/components/six-root.js.map +1 -1
  466. package/dist/components/six-search-field.js +8 -3
  467. package/dist/components/six-search-field.js.map +1 -1
  468. package/dist/components/six-select.js +190 -229
  469. package/dist/components/six-select.js.map +1 -1
  470. package/dist/components/six-sidebar-item-group.js +8 -4
  471. package/dist/components/six-sidebar-item-group.js.map +1 -1
  472. package/dist/components/six-sidebar-item.js.map +1 -1
  473. package/dist/components/six-sidebar.js +39 -18
  474. package/dist/components/six-sidebar.js.map +1 -1
  475. package/dist/components/six-spinner2.js.map +1 -1
  476. package/dist/components/six-stage-indicator2.js.map +1 -1
  477. package/dist/components/six-switch.js +61 -69
  478. package/dist/components/six-switch.js.map +1 -1
  479. package/dist/components/six-tab-group.js +129 -111
  480. package/dist/components/six-tab-group.js.map +1 -1
  481. package/dist/components/six-tab-panel.js +1 -1
  482. package/dist/components/six-tab-panel.js.map +1 -1
  483. package/dist/components/six-tab.js +4 -2
  484. package/dist/components/six-tab.js.map +1 -1
  485. package/dist/components/six-tag2.js +5 -8
  486. package/dist/components/six-tag2.js.map +1 -1
  487. package/dist/components/six-textarea.js +83 -115
  488. package/dist/components/six-textarea.js.map +1 -1
  489. package/dist/components/six-tile.js +14 -17
  490. package/dist/components/six-tile.js.map +1 -1
  491. package/dist/components/six-timepicker.js +1 -1
  492. package/dist/components/six-timepicker2.js +247 -258
  493. package/dist/components/six-timepicker2.js.map +1 -1
  494. package/dist/components/six-tooltip2.js +52 -55
  495. package/dist/components/six-tooltip2.js.map +1 -1
  496. package/dist/components/slot.js +10 -9
  497. package/dist/components/slot.js.map +1 -1
  498. package/dist/components.d.ts +361 -88
  499. package/dist/components.json +4265 -1020
  500. package/dist/esm/event-listeners-f6e5b0ab.js +59 -0
  501. package/dist/esm/event-listeners-f6e5b0ab.js.map +1 -0
  502. package/dist/esm/{execution-control-1a60d709.js → execution-control-e0892a05.js} +6 -3
  503. package/dist/esm/execution-control-e0892a05.js.map +1 -0
  504. package/dist/esm/{focus-visible-97933ea9.js → focus-visible-fc6ac671.js} +3 -3
  505. package/dist/esm/focus-visible-fc6ac671.js.map +1 -0
  506. package/dist/esm/form-81252534.js +18 -0
  507. package/dist/esm/form-81252534.js.map +1 -0
  508. package/dist/esm/{form-control-3b440ea1.js → form-control-32cb533f.js} +10 -11
  509. package/dist/esm/form-control-32cb533f.js.map +1 -0
  510. package/dist/esm/{index-5c0f6628.js → index-8a74f992.js} +186 -53
  511. package/dist/esm/index-8a74f992.js.map +1 -0
  512. package/dist/esm/index.js +91 -0
  513. package/dist/esm/index.js.map +1 -1
  514. package/dist/esm/loader.js +4 -13
  515. package/dist/esm/loader.js.map +1 -1
  516. package/dist/esm/{modal-5ebdc320.js → modal-7d32e141.js} +4 -3
  517. package/dist/esm/modal-7d32e141.js.map +1 -0
  518. package/dist/esm/{popover-bd2c2fca.js → popover-136d1f73.js} +39 -31
  519. package/dist/esm/popover-136d1f73.js.map +1 -0
  520. package/dist/esm/popup-7f89a001.js +98 -0
  521. package/dist/esm/popup-7f89a001.js.map +1 -0
  522. package/dist/esm/{scroll-180b53fd.js → scroll-3fb087a2.js} +1 -1
  523. package/dist/esm/scroll-3fb087a2.js.map +1 -0
  524. package/dist/esm/set-attributes_2.entry.js +4 -2
  525. package/dist/esm/set-attributes_2.entry.js.map +1 -1
  526. package/dist/esm/six-alert.entry.js +18 -23
  527. package/dist/esm/six-alert.entry.js.map +1 -1
  528. package/dist/esm/six-avatar.entry.js +5 -8
  529. package/dist/esm/six-avatar.entry.js.map +1 -1
  530. package/dist/esm/six-badge.entry.js +2 -2
  531. package/dist/esm/six-badge.entry.js.map +1 -1
  532. package/dist/esm/six-button.entry.js +36 -34
  533. package/dist/esm/six-button.entry.js.map +1 -1
  534. package/dist/esm/six-card.entry.js +1 -1
  535. package/dist/esm/six-card.entry.js.map +1 -1
  536. package/dist/esm/six-checkbox.entry.js +50 -85
  537. package/dist/esm/six-checkbox.entry.js.map +1 -1
  538. package/dist/esm/six-datepicker.entry.js +152 -278
  539. package/dist/esm/six-datepicker.entry.js.map +1 -1
  540. package/dist/esm/six-details.entry.js +48 -47
  541. package/dist/esm/six-details.entry.js.map +1 -1
  542. package/dist/esm/six-dialog.entry.js +37 -41
  543. package/dist/esm/six-dialog.entry.js.map +1 -1
  544. package/dist/esm/six-drawer.entry.js +34 -38
  545. package/dist/esm/six-drawer.entry.js.map +1 -1
  546. package/dist/esm/six-dropdown_2.entry.js +215 -196
  547. package/dist/esm/six-dropdown_2.entry.js.map +1 -1
  548. package/dist/esm/six-error-page.entry.js +20 -22
  549. package/dist/esm/six-error-page.entry.js.map +1 -1
  550. package/dist/esm/six-file-list-item.entry.js +2 -2
  551. package/dist/esm/six-file-list-item.entry.js.map +1 -1
  552. package/dist/esm/six-file-list.entry.js +1 -1
  553. package/dist/esm/six-file-list.entry.js.map +1 -1
  554. package/dist/esm/six-file-upload.entry.js +21 -21
  555. package/dist/esm/six-file-upload.entry.js.map +1 -1
  556. package/dist/esm/six-footer.entry.js +1 -1
  557. package/dist/esm/six-footer.entry.js.map +1 -1
  558. package/dist/esm/six-group-label.entry.js +12 -11
  559. package/dist/esm/six-group-label.entry.js.map +1 -1
  560. package/dist/esm/six-header.entry.js +66 -44
  561. package/dist/esm/six-header.entry.js.map +1 -1
  562. package/dist/esm/six-icon-button.entry.js +4 -4
  563. package/dist/esm/six-icon-button.entry.js.map +1 -1
  564. package/dist/esm/six-icon.entry.js +1 -1
  565. package/dist/esm/six-icon.entry.js.map +1 -1
  566. package/dist/esm/six-input.entry.js +95 -128
  567. package/dist/esm/six-input.entry.js.map +1 -1
  568. package/dist/esm/six-item-picker.entry.js +62 -81
  569. package/dist/esm/six-item-picker.entry.js.map +1 -1
  570. package/dist/esm/six-language-switcher.entry.js +2 -2
  571. package/dist/esm/six-language-switcher.entry.js.map +1 -1
  572. package/dist/esm/six-layout-grid.entry.js +5 -3
  573. package/dist/esm/six-layout-grid.entry.js.map +1 -1
  574. package/dist/esm/six-main-container.entry.js +1 -1
  575. package/dist/esm/six-main-container.entry.js.map +1 -1
  576. package/dist/esm/six-menu-divider.entry.js +1 -1
  577. package/dist/esm/six-menu-divider.entry.js.map +1 -1
  578. package/dist/esm/six-menu-item.entry.js +9 -7
  579. package/dist/esm/six-menu-item.entry.js.map +1 -1
  580. package/dist/esm/six-menu-label.entry.js +1 -1
  581. package/dist/esm/six-menu-label.entry.js.map +1 -1
  582. package/dist/esm/six-picto.entry.js +5 -2
  583. package/dist/esm/six-picto.entry.js.map +1 -1
  584. package/dist/esm/six-progress-bar.entry.js +1 -1
  585. package/dist/esm/six-progress-bar.entry.js.map +1 -1
  586. package/dist/esm/six-progress-ring.entry.js +4 -4
  587. package/dist/esm/six-progress-ring.entry.js.map +1 -1
  588. package/dist/esm/six-radio.entry.js +63 -72
  589. package/dist/esm/six-radio.entry.js.map +1 -1
  590. package/dist/esm/six-range.entry.js +107 -106
  591. package/dist/esm/six-range.entry.js.map +1 -1
  592. package/dist/esm/six-root.entry.js +2 -2
  593. package/dist/esm/six-root.entry.js.map +1 -1
  594. package/dist/esm/six-search-field.entry.js +11 -6
  595. package/dist/esm/six-search-field.entry.js.map +1 -1
  596. package/dist/esm/six-select.entry.js +190 -223
  597. package/dist/esm/six-select.entry.js.map +1 -1
  598. package/dist/esm/six-sidebar-item-group.entry.js +10 -6
  599. package/dist/esm/six-sidebar-item-group.entry.js.map +1 -1
  600. package/dist/esm/six-sidebar-item.entry.js +1 -1
  601. package/dist/esm/six-sidebar-item.entry.js.map +1 -1
  602. package/dist/esm/six-sidebar.entry.js +41 -20
  603. package/dist/esm/six-sidebar.entry.js.map +1 -1
  604. package/dist/esm/six-spinner.entry.js +1 -1
  605. package/dist/esm/six-spinner.entry.js.map +1 -1
  606. package/dist/esm/six-switch.entry.js +58 -64
  607. package/dist/esm/six-switch.entry.js.map +1 -1
  608. package/dist/esm/six-tab-group.entry.js +132 -114
  609. package/dist/esm/six-tab-group.entry.js.map +1 -1
  610. package/dist/esm/six-tab-panel.entry.js +2 -2
  611. package/dist/esm/six-tab-panel.entry.js.map +1 -1
  612. package/dist/esm/six-tab.entry.js +5 -3
  613. package/dist/esm/six-tab.entry.js.map +1 -1
  614. package/dist/esm/six-tag.entry.js +6 -9
  615. package/dist/esm/six-tag.entry.js.map +1 -1
  616. package/dist/esm/six-textarea.entry.js +82 -108
  617. package/dist/esm/six-textarea.entry.js.map +1 -1
  618. package/dist/esm/six-tile.entry.js +14 -17
  619. package/dist/esm/six-tile.entry.js.map +1 -1
  620. package/dist/esm/six-timepicker.entry.js +159 -215
  621. package/dist/esm/six-timepicker.entry.js.map +1 -1
  622. package/dist/esm/six-tooltip.entry.js +54 -57
  623. package/dist/esm/six-tooltip.entry.js.map +1 -1
  624. package/dist/esm/{slot-6f3984c7.js → slot-ad36df3a.js} +11 -10
  625. package/dist/esm/slot-ad36df3a.js.map +1 -0
  626. package/dist/esm/{types-4b10b413.js → types-59b455aa.js} +1 -1
  627. package/dist/esm/types-59b455aa.js.map +1 -0
  628. package/dist/esm/ui-library.js +4 -7
  629. package/dist/esm/ui-library.js.map +1 -1
  630. package/dist/types/components/six-alert/six-alert.d.ts +5 -7
  631. package/dist/types/components/six-avatar/six-avatar.d.ts +1 -2
  632. package/dist/types/components/six-badge/six-badge.d.ts +0 -1
  633. package/dist/types/components/six-button/six-button.d.ts +8 -9
  634. package/dist/types/components/six-checkbox/six-checkbox.d.ts +23 -35
  635. package/dist/types/components/six-datepicker/components/day-selection.d.ts +9 -5
  636. package/dist/types/components/six-datepicker/components/month-selection.d.ts +8 -5
  637. package/dist/types/components/six-datepicker/components/year-selection.d.ts +7 -5
  638. package/dist/types/components/six-datepicker/six-datepicker.d.ts +41 -52
  639. package/dist/types/components/six-details/six-details.d.ts +12 -12
  640. package/dist/types/components/six-dialog/six-dialog.d.ts +12 -13
  641. package/dist/types/components/six-drawer/six-drawer.d.ts +12 -13
  642. package/dist/types/components/six-dropdown/six-dropdown.d.ts +28 -32
  643. package/dist/types/components/six-error-page/six-error-page.d.ts +1 -1
  644. package/dist/types/components/six-file-list-item/six-file-list-item.d.ts +3 -3
  645. package/dist/types/components/six-file-upload/six-file-upload.d.ts +11 -11
  646. package/dist/types/components/six-group-label/six-group-label.d.ts +5 -5
  647. package/dist/types/components/six-header/six-header.d.ts +16 -27
  648. package/dist/types/components/six-icon-button/six-icon-button.d.ts +4 -4
  649. package/dist/types/components/six-input/six-input.d.ts +32 -67
  650. package/dist/types/components/six-item-picker/six-item-picker.d.ts +13 -16
  651. package/dist/types/components/six-layout-grid/six-layout-grid.d.ts +1 -1
  652. package/dist/types/components/six-menu/six-menu.d.ts +10 -11
  653. package/dist/types/components/six-menu-item/six-menu-item.d.ts +6 -6
  654. package/dist/types/components/six-progress-ring/six-progress-ring.d.ts +2 -2
  655. package/dist/types/components/six-radio/six-radio.d.ts +14 -25
  656. package/dist/types/components/six-range/six-range.d.ts +27 -38
  657. package/dist/types/components/six-root/six-root.d.ts +3 -3
  658. package/dist/types/components/six-search-field/six-search-field.d.ts +4 -5
  659. package/dist/types/components/six-select/six-select.d.ts +41 -58
  660. package/dist/types/components/six-select/util.d.ts +7 -0
  661. package/dist/types/components/six-sidebar/six-sidebar.d.ts +5 -5
  662. package/dist/types/components/six-sidebar-item-group/six-sidebar-item-group.d.ts +7 -6
  663. package/dist/types/components/six-spinner/six-spinner.d.ts +2 -2
  664. package/dist/types/components/six-switch/six-switch.d.ts +18 -21
  665. package/dist/types/components/six-tab/six-tab.d.ts +3 -3
  666. package/dist/types/components/six-tab-group/six-tab-group.d.ts +20 -21
  667. package/dist/types/components/six-tab-panel/six-tab-panel.d.ts +1 -1
  668. package/dist/types/components/six-tag/six-tag.d.ts +1 -3
  669. package/dist/types/components/six-textarea/six-textarea.d.ts +27 -55
  670. package/dist/types/components/six-tile/six-tile.d.ts +2 -3
  671. package/dist/types/components/six-timepicker/six-timepicker.d.ts +26 -43
  672. package/dist/types/components/six-tooltip/six-tooltip.d.ts +19 -21
  673. package/dist/types/components.d.ts +209 -452
  674. package/dist/types/functional-components/form-control/form-control.d.ts +5 -6
  675. package/dist/types/index.d.ts +1 -0
  676. package/dist/types/stencil-public-runtime.d.ts +15 -2
  677. package/dist/types/testUtil/delay.d.ts +1 -1
  678. package/dist/types/types.d.ts +2 -0
  679. package/dist/types/utils/date-util.d.ts +18 -10
  680. package/dist/types/utils/error-messages.d.ts +42 -0
  681. package/dist/types/utils/event-listeners.d.ts +4 -3
  682. package/dist/types/utils/execution-control.d.ts +1 -3
  683. package/dist/types/utils/form.d.ts +1 -0
  684. package/dist/types/utils/modal.d.ts +2 -2
  685. package/dist/types/utils/popover.d.ts +5 -5
  686. package/dist/types/utils/popup.d.ts +9 -0
  687. package/dist/types/utils/slot.d.ts +2 -7
  688. package/dist/types/utils/tabbable.d.ts +1 -1
  689. package/dist/types/utils/time.util.d.ts +18 -9
  690. package/dist/types/utils/type-check.d.ts +3 -4
  691. package/dist/types/wrappers/set-attributes/set-attributes.d.ts +1 -1
  692. package/dist/ui-library/index.esm.js +1 -1
  693. package/dist/ui-library/index.esm.js.map +1 -1
  694. package/dist/ui-library/p-02981b91.entry.js +2 -0
  695. package/dist/ui-library/p-02981b91.entry.js.map +1 -0
  696. package/dist/ui-library/{p-25a3bf57.js → p-0f510624.js} +1 -1
  697. package/dist/ui-library/p-0f510624.js.map +1 -0
  698. package/dist/ui-library/p-0fdb185d.js +2 -0
  699. package/dist/ui-library/p-0fdb185d.js.map +1 -0
  700. package/dist/ui-library/{p-611e1978.entry.js → p-1256cc0a.entry.js} +2 -2
  701. package/dist/ui-library/p-1256cc0a.entry.js.map +1 -0
  702. package/dist/ui-library/{p-19364560.entry.js → p-13b43e04.entry.js} +2 -2
  703. package/dist/ui-library/p-13b43e04.entry.js.map +1 -0
  704. package/dist/ui-library/p-15559d38.js +2 -0
  705. package/dist/ui-library/p-15559d38.js.map +1 -0
  706. package/dist/ui-library/p-19ed7a4c.entry.js +2 -0
  707. package/dist/ui-library/p-19ed7a4c.entry.js.map +1 -0
  708. package/dist/ui-library/{p-97323ad7.entry.js → p-1d5ee1a0.entry.js} +2 -2
  709. package/dist/ui-library/p-1d5ee1a0.entry.js.map +1 -0
  710. package/dist/ui-library/{p-eb8f05a9.js → p-1f18768a.js} +1 -1
  711. package/dist/ui-library/p-1f18768a.js.map +1 -0
  712. package/dist/ui-library/p-21b3b321.entry.js +2 -0
  713. package/dist/ui-library/p-21b3b321.entry.js.map +1 -0
  714. package/dist/ui-library/p-264d4ea8.entry.js +2 -0
  715. package/dist/ui-library/p-264d4ea8.entry.js.map +1 -0
  716. package/dist/ui-library/{p-c30f9e0b.entry.js → p-29ac3d7d.entry.js} +2 -2
  717. package/dist/ui-library/p-29ac3d7d.entry.js.map +1 -0
  718. package/dist/ui-library/p-314b2096.entry.js +2 -0
  719. package/dist/ui-library/p-314b2096.entry.js.map +1 -0
  720. package/dist/ui-library/p-330a4988.entry.js +2 -0
  721. package/dist/ui-library/p-330a4988.entry.js.map +1 -0
  722. package/dist/ui-library/{p-21859bca.entry.js → p-346f9557.entry.js} +2 -2
  723. package/dist/ui-library/p-346f9557.entry.js.map +1 -0
  724. package/dist/ui-library/p-37557787.entry.js +2 -0
  725. package/dist/ui-library/p-37557787.entry.js.map +1 -0
  726. package/dist/ui-library/{p-baa03951.entry.js → p-3cc5addb.entry.js} +2 -2
  727. package/dist/ui-library/p-3cc5addb.entry.js.map +1 -0
  728. package/dist/ui-library/p-3d9de119.entry.js +2 -0
  729. package/dist/ui-library/p-3d9de119.entry.js.map +1 -0
  730. package/dist/ui-library/p-411ed539.entry.js +2 -0
  731. package/dist/ui-library/p-411ed539.entry.js.map +1 -0
  732. package/dist/ui-library/p-4705a51e.entry.js +2 -0
  733. package/dist/ui-library/p-4705a51e.entry.js.map +1 -0
  734. package/dist/ui-library/p-4abed9df.entry.js +2 -0
  735. package/dist/ui-library/p-4abed9df.entry.js.map +1 -0
  736. package/dist/ui-library/p-5654e4c7.js +2 -0
  737. package/dist/ui-library/p-5654e4c7.js.map +1 -0
  738. package/dist/ui-library/p-59210f0b.js +2 -0
  739. package/dist/ui-library/p-59210f0b.js.map +1 -0
  740. package/dist/ui-library/{p-19b50b5a.entry.js → p-5af44076.entry.js} +2 -2
  741. package/dist/ui-library/p-5af44076.entry.js.map +1 -0
  742. package/dist/ui-library/p-5d6b7353.entry.js +2 -0
  743. package/dist/ui-library/p-5d6b7353.entry.js.map +1 -0
  744. package/dist/ui-library/{p-097cced4.entry.js → p-613283a7.entry.js} +2 -2
  745. package/dist/ui-library/p-613283a7.entry.js.map +1 -0
  746. package/dist/ui-library/p-6153045b.js +3 -0
  747. package/dist/ui-library/p-6153045b.js.map +1 -0
  748. package/dist/ui-library/{p-e19a6c95.entry.js → p-6197fe2f.entry.js} +2 -2
  749. package/dist/ui-library/p-6197fe2f.entry.js.map +1 -0
  750. package/dist/ui-library/p-698bb2c8.js +2 -0
  751. package/dist/ui-library/p-698bb2c8.js.map +1 -0
  752. package/dist/ui-library/{p-d5633a29.entry.js → p-72254eef.entry.js} +2 -2
  753. package/dist/ui-library/p-72254eef.entry.js.map +1 -0
  754. package/dist/ui-library/p-724875b0.entry.js +2 -0
  755. package/dist/ui-library/p-724875b0.entry.js.map +1 -0
  756. package/dist/ui-library/{p-dd3c76f1.entry.js → p-7afafb9d.entry.js} +2 -2
  757. package/dist/ui-library/p-7afafb9d.entry.js.map +1 -0
  758. package/dist/ui-library/p-7d95def3.js +2 -0
  759. package/dist/ui-library/p-7d95def3.js.map +1 -0
  760. package/dist/ui-library/{p-63703ba3.entry.js → p-7e3ad38a.entry.js} +2 -2
  761. package/dist/ui-library/p-7e3ad38a.entry.js.map +1 -0
  762. package/dist/ui-library/p-83864cfe.entry.js +2 -0
  763. package/dist/ui-library/p-83864cfe.entry.js.map +1 -0
  764. package/dist/ui-library/{p-9328e5bc.entry.js → p-878226a0.entry.js} +2 -2
  765. package/dist/ui-library/p-878226a0.entry.js.map +1 -0
  766. package/dist/ui-library/p-8c0971e0.js +2 -0
  767. package/dist/ui-library/p-8c0971e0.js.map +1 -0
  768. package/dist/ui-library/p-91b51800.entry.js +2 -0
  769. package/dist/ui-library/p-91b51800.entry.js.map +1 -0
  770. package/dist/ui-library/p-95fbdd0b.entry.js +2 -0
  771. package/dist/ui-library/p-95fbdd0b.entry.js.map +1 -0
  772. package/dist/ui-library/p-99e24daf.entry.js +2 -0
  773. package/dist/ui-library/p-99e24daf.entry.js.map +1 -0
  774. package/dist/ui-library/{p-4f8394d7.js → p-9ace84c7.js} +2 -2
  775. package/dist/ui-library/p-9ace84c7.js.map +1 -0
  776. package/dist/ui-library/p-9b354f5d.entry.js +2 -0
  777. package/dist/ui-library/p-9b354f5d.entry.js.map +1 -0
  778. package/dist/ui-library/{p-c349d1d4.entry.js → p-9c1be3fb.entry.js} +2 -2
  779. package/dist/ui-library/p-9c1be3fb.entry.js.map +1 -0
  780. package/dist/ui-library/p-9f0b43f9.entry.js +2 -0
  781. package/dist/ui-library/p-9f0b43f9.entry.js.map +1 -0
  782. package/dist/ui-library/{p-af793d04.entry.js → p-a0f290d0.entry.js} +2 -2
  783. package/dist/ui-library/p-a0f290d0.entry.js.map +1 -0
  784. package/dist/ui-library/p-a55c7258.entry.js +2 -0
  785. package/dist/ui-library/p-a55c7258.entry.js.map +1 -0
  786. package/dist/ui-library/{p-6d75f216.entry.js → p-a6a9ee96.entry.js} +2 -2
  787. package/dist/ui-library/p-a6a9ee96.entry.js.map +1 -0
  788. package/dist/ui-library/{p-73597d13.entry.js → p-ac099e6b.entry.js} +2 -2
  789. package/dist/ui-library/p-ac099e6b.entry.js.map +1 -0
  790. package/dist/ui-library/p-ae601a0f.entry.js +2 -0
  791. package/dist/ui-library/p-ae601a0f.entry.js.map +1 -0
  792. package/dist/ui-library/p-b351f889.entry.js +2 -0
  793. package/dist/ui-library/p-b351f889.entry.js.map +1 -0
  794. package/dist/ui-library/{p-6433c0da.entry.js → p-b550a258.entry.js} +2 -2
  795. package/dist/ui-library/p-b550a258.entry.js.map +1 -0
  796. package/dist/ui-library/{p-90dc6af4.entry.js → p-bf87464b.entry.js} +2 -2
  797. package/dist/ui-library/p-bf87464b.entry.js.map +1 -0
  798. package/dist/ui-library/p-c03ebf7d.entry.js +2 -0
  799. package/dist/ui-library/p-c03ebf7d.entry.js.map +1 -0
  800. package/dist/ui-library/{p-a1d4f6cf.entry.js → p-cd67da3d.entry.js} +2 -2
  801. package/dist/ui-library/p-cd67da3d.entry.js.map +1 -0
  802. package/dist/ui-library/p-cdaed936.entry.js +2 -0
  803. package/dist/ui-library/p-cdaed936.entry.js.map +1 -0
  804. package/dist/ui-library/{p-8a970a40.entry.js → p-d367f4f9.entry.js} +2 -2
  805. package/dist/ui-library/p-d367f4f9.entry.js.map +1 -0
  806. package/dist/ui-library/p-d42c2025.js +2 -0
  807. package/dist/ui-library/p-d42c2025.js.map +1 -0
  808. package/dist/ui-library/{p-820c23f0.entry.js → p-dfed33c5.entry.js} +2 -2
  809. package/dist/ui-library/p-dfed33c5.entry.js.map +1 -0
  810. package/dist/ui-library/p-ed381ad9.entry.js +2 -0
  811. package/dist/ui-library/p-ed381ad9.entry.js.map +1 -0
  812. package/dist/ui-library/p-ee8342e1.entry.js +2 -0
  813. package/dist/ui-library/p-ee8342e1.entry.js.map +1 -0
  814. package/dist/ui-library/p-ee950ce2.entry.js +2 -0
  815. package/dist/ui-library/p-ee950ce2.entry.js.map +1 -0
  816. package/dist/ui-library/{p-7e0cc4ae.entry.js → p-ff90ffd1.entry.js} +2 -2
  817. package/dist/ui-library/p-ff90ffd1.entry.js.map +1 -0
  818. package/dist/ui-library/ui-library.esm.js +1 -1
  819. package/dist/ui-library/ui-library.esm.js.map +1 -1
  820. package/loader/index.d.ts +1 -1
  821. package/package.json +19 -20
  822. package/dist/cjs/event-listeners-74715e62.js +0 -45
  823. package/dist/cjs/event-listeners-74715e62.js.map +0 -1
  824. package/dist/cjs/execution-control-46f388e0.js.map +0 -1
  825. package/dist/cjs/focus-visible-0b352c74.js.map +0 -1
  826. package/dist/cjs/form-control-2c17c573.js.map +0 -1
  827. package/dist/cjs/index-2f6daa5b.js.map +0 -1
  828. package/dist/cjs/modal-48d42228.js.map +0 -1
  829. package/dist/cjs/popover-f743f62b.js.map +0 -1
  830. package/dist/cjs/scroll-76e6f5d7.js.map +0 -1
  831. package/dist/cjs/six-form.cjs.entry.js +0 -231
  832. package/dist/cjs/six-form.cjs.entry.js.map +0 -1
  833. package/dist/cjs/six-timepicker.types-c19ebff3.js +0 -56
  834. package/dist/cjs/six-timepicker.types-c19ebff3.js.map +0 -1
  835. package/dist/cjs/slot-ad537f24.js.map +0 -1
  836. package/dist/cjs/types-64878648.js.map +0 -1
  837. package/dist/collection/components/six-form/six-form.css +0 -11
  838. package/dist/collection/components/six-form/six-form.js +0 -419
  839. package/dist/collection/components/six-form/six-form.js.map +0 -1
  840. package/dist/collection/components/six-timepicker/six-time-format.js +0 -15
  841. package/dist/collection/components/six-timepicker/six-time-format.js.map +0 -1
  842. package/dist/collection/components/six-timepicker/six-timepicker.types.js +0 -41
  843. package/dist/collection/components/six-timepicker/six-timepicker.types.js.map +0 -1
  844. package/dist/collection/utils/as-array.js +0 -2
  845. package/dist/collection/utils/as-array.js.map +0 -1
  846. package/dist/collection/utils/matchers.js +0 -3
  847. package/dist/collection/utils/matchers.js.map +0 -1
  848. package/dist/collection/utils/testing.js +0 -39
  849. package/dist/collection/utils/testing.js.map +0 -1
  850. package/dist/components/six-form.d.ts +0 -11
  851. package/dist/components/six-form.js +0 -252
  852. package/dist/components/six-form.js.map +0 -1
  853. package/dist/esm/event-listeners-570a24ea.js +0 -43
  854. package/dist/esm/event-listeners-570a24ea.js.map +0 -1
  855. package/dist/esm/execution-control-1a60d709.js.map +0 -1
  856. package/dist/esm/focus-visible-97933ea9.js.map +0 -1
  857. package/dist/esm/form-control-3b440ea1.js.map +0 -1
  858. package/dist/esm/index-5c0f6628.js.map +0 -1
  859. package/dist/esm/modal-5ebdc320.js.map +0 -1
  860. package/dist/esm/polyfills/css-shim.js +0 -1
  861. package/dist/esm/popover-bd2c2fca.js.map +0 -1
  862. package/dist/esm/scroll-180b53fd.js.map +0 -1
  863. package/dist/esm/six-form.entry.js +0 -227
  864. package/dist/esm/six-form.entry.js.map +0 -1
  865. package/dist/esm/six-timepicker.types-e161a447.js +0 -50
  866. package/dist/esm/six-timepicker.types-e161a447.js.map +0 -1
  867. package/dist/esm/slot-6f3984c7.js.map +0 -1
  868. package/dist/esm/types-4b10b413.js.map +0 -1
  869. package/dist/types/components/six-form/six-form.d.ts +0 -69
  870. package/dist/types/components/six-timepicker/six-time-format.d.ts +0 -13
  871. package/dist/types/components/six-timepicker/six-timepicker.types.d.ts +0 -36
  872. package/dist/types/utils/as-array.d.ts +0 -1
  873. package/dist/types/utils/matchers.d.ts +0 -2
  874. package/dist/types/utils/popper.d.ts +0 -33
  875. package/dist/types/utils/testing.d.ts +0 -2
  876. package/dist/ui-library/p-054e12cc.entry.js +0 -2
  877. package/dist/ui-library/p-054e12cc.entry.js.map +0 -1
  878. package/dist/ui-library/p-0786fa7c.js +0 -2
  879. package/dist/ui-library/p-0786fa7c.js.map +0 -1
  880. package/dist/ui-library/p-097cced4.entry.js.map +0 -1
  881. package/dist/ui-library/p-0d79b0c6.entry.js +0 -2
  882. package/dist/ui-library/p-0d79b0c6.entry.js.map +0 -1
  883. package/dist/ui-library/p-14f20bbb.entry.js +0 -2
  884. package/dist/ui-library/p-14f20bbb.entry.js.map +0 -1
  885. package/dist/ui-library/p-18e5f772.entry.js +0 -2
  886. package/dist/ui-library/p-18e5f772.entry.js.map +0 -1
  887. package/dist/ui-library/p-18ea0c56.js +0 -2
  888. package/dist/ui-library/p-18ea0c56.js.map +0 -1
  889. package/dist/ui-library/p-19364560.entry.js.map +0 -1
  890. package/dist/ui-library/p-19b50b5a.entry.js.map +0 -1
  891. package/dist/ui-library/p-21859bca.entry.js.map +0 -1
  892. package/dist/ui-library/p-25a3bf57.js.map +0 -1
  893. package/dist/ui-library/p-2e48c8d2.entry.js +0 -2
  894. package/dist/ui-library/p-2e48c8d2.entry.js.map +0 -1
  895. package/dist/ui-library/p-308261c4.entry.js +0 -2
  896. package/dist/ui-library/p-308261c4.entry.js.map +0 -1
  897. package/dist/ui-library/p-33f7e22b.entry.js +0 -2
  898. package/dist/ui-library/p-33f7e22b.entry.js.map +0 -1
  899. package/dist/ui-library/p-4ae91795.entry.js +0 -2
  900. package/dist/ui-library/p-4ae91795.entry.js.map +0 -1
  901. package/dist/ui-library/p-4f8394d7.js.map +0 -1
  902. package/dist/ui-library/p-53a13db5.entry.js +0 -2
  903. package/dist/ui-library/p-53a13db5.entry.js.map +0 -1
  904. package/dist/ui-library/p-559c87f0.entry.js +0 -2
  905. package/dist/ui-library/p-559c87f0.entry.js.map +0 -1
  906. package/dist/ui-library/p-611e1978.entry.js.map +0 -1
  907. package/dist/ui-library/p-63703ba3.entry.js.map +0 -1
  908. package/dist/ui-library/p-6403fd87.entry.js +0 -2
  909. package/dist/ui-library/p-6403fd87.entry.js.map +0 -1
  910. package/dist/ui-library/p-6433c0da.entry.js.map +0 -1
  911. package/dist/ui-library/p-6d75f216.entry.js.map +0 -1
  912. package/dist/ui-library/p-73597d13.entry.js.map +0 -1
  913. package/dist/ui-library/p-79eee01b.js +0 -2
  914. package/dist/ui-library/p-79eee01b.js.map +0 -1
  915. package/dist/ui-library/p-7e0cc4ae.entry.js.map +0 -1
  916. package/dist/ui-library/p-820c23f0.entry.js.map +0 -1
  917. package/dist/ui-library/p-835c3ff7.entry.js +0 -2
  918. package/dist/ui-library/p-835c3ff7.entry.js.map +0 -1
  919. package/dist/ui-library/p-8a970a40.entry.js.map +0 -1
  920. package/dist/ui-library/p-90824648.entry.js +0 -2
  921. package/dist/ui-library/p-90824648.entry.js.map +0 -1
  922. package/dist/ui-library/p-90dc6af4.entry.js.map +0 -1
  923. package/dist/ui-library/p-9328e5bc.entry.js.map +0 -1
  924. package/dist/ui-library/p-97323ad7.entry.js.map +0 -1
  925. package/dist/ui-library/p-9a860acc.js +0 -2
  926. package/dist/ui-library/p-9a860acc.js.map +0 -1
  927. package/dist/ui-library/p-9d1d222f.entry.js +0 -2
  928. package/dist/ui-library/p-9d1d222f.entry.js.map +0 -1
  929. package/dist/ui-library/p-a1d4f6cf.entry.js.map +0 -1
  930. package/dist/ui-library/p-ac4f4d45.js +0 -3
  931. package/dist/ui-library/p-ac4f4d45.js.map +0 -1
  932. package/dist/ui-library/p-af793d04.entry.js.map +0 -1
  933. package/dist/ui-library/p-b0e5658f.entry.js +0 -2
  934. package/dist/ui-library/p-b0e5658f.entry.js.map +0 -1
  935. package/dist/ui-library/p-b1e66136.js +0 -2
  936. package/dist/ui-library/p-b1e66136.js.map +0 -1
  937. package/dist/ui-library/p-b4dfb7cf.js +0 -2
  938. package/dist/ui-library/p-b4dfb7cf.js.map +0 -1
  939. package/dist/ui-library/p-b997e43c.entry.js +0 -2
  940. package/dist/ui-library/p-b997e43c.entry.js.map +0 -1
  941. package/dist/ui-library/p-baa03951.entry.js.map +0 -1
  942. package/dist/ui-library/p-c0cb6436.entry.js +0 -2
  943. package/dist/ui-library/p-c0cb6436.entry.js.map +0 -1
  944. package/dist/ui-library/p-c30f9e0b.entry.js.map +0 -1
  945. package/dist/ui-library/p-c349d1d4.entry.js.map +0 -1
  946. package/dist/ui-library/p-c53a63f9.entry.js +0 -2
  947. package/dist/ui-library/p-c53a63f9.entry.js.map +0 -1
  948. package/dist/ui-library/p-c640c2d8.entry.js +0 -2
  949. package/dist/ui-library/p-c640c2d8.entry.js.map +0 -1
  950. package/dist/ui-library/p-c94d0b07.entry.js +0 -2
  951. package/dist/ui-library/p-c94d0b07.entry.js.map +0 -1
  952. package/dist/ui-library/p-d12c6092.js +0 -2
  953. package/dist/ui-library/p-d12c6092.js.map +0 -1
  954. package/dist/ui-library/p-d5633a29.entry.js.map +0 -1
  955. package/dist/ui-library/p-dd3c76f1.entry.js.map +0 -1
  956. package/dist/ui-library/p-df655bc9.entry.js +0 -2
  957. package/dist/ui-library/p-df655bc9.entry.js.map +0 -1
  958. package/dist/ui-library/p-e19a6c95.entry.js.map +0 -1
  959. package/dist/ui-library/p-eb8f05a9.js.map +0 -1
  960. package/dist/ui-library/p-edc96efc.entry.js +0 -2
  961. package/dist/ui-library/p-edc96efc.entry.js.map +0 -1
  962. package/dist/ui-library/p-f18ba86f.entry.js +0 -2
  963. package/dist/ui-library/p-f18ba86f.entry.js.map +0 -1
  964. package/dist/ui-library/p-f4938771.entry.js +0 -2
  965. package/dist/ui-library/p-f4938771.entry.js.map +0 -1
  966. package/dist/ui-library/p-f70e2403.entry.js +0 -2
  967. package/dist/ui-library/p-f70e2403.entry.js.map +0 -1
  968. package/dist/ui-library/p-f9d345e0.entry.js +0 -2
  969. package/dist/ui-library/p-f9d345e0.entry.js.map +0 -1
  970. package/dist/ui-library/p-fed07a1f.entry.js +0 -2
  971. package/dist/ui-library/p-fed07a1f.entry.js.map +0 -1
  972. package/dist/ui-library/p-ff0257bf.entry.js +0 -2
  973. package/dist/ui-library/p-ff0257bf.entry.js.map +0 -1
@@ -12,7 +12,6 @@ import { SixMenuItemData } from "./components/six-menu/six-menu";
12
12
  import { SixDropdownAsyncFilterPayload, SixDropdownAutoFilterPayload, SixDropdownScrollPayload } from "./components/six-dropdown/six-dropdown";
13
13
  import { SixFileListDownloadPayload, SixFileListRemovePayload } from "./components/six-file-list-item/six-file-list-item";
14
14
  import { SixFileUploadFailurePayload, SixFileUploadSuccessPayload } from "./components/six-file-upload/six-file-upload";
15
- import { SixFormChangePayload, SixFormSubmitPayload } from "./components/six-form/six-form";
16
15
  import { SixHeaderAppSwitcherSelectPayload, SixHeaderProfileSelectPayload, SixHeaderSearchFieldToggle } from "./components/six-header/six-header";
17
16
  import { ItemPickerPaddingDirection, ItemPickerType } from "./components/six-item-picker/types";
18
17
  import { SixItemPickerChangePayload } from "./components/six-item-picker/six-item-picker";
@@ -24,7 +23,7 @@ import { SixSearchFieldChangePayload } from "./components/six-search-field/six-s
24
23
  import { SixSelectChangePayload } from "./components/six-select/six-select";
25
24
  import { StageType as StageType1 } from "./components/six-stage-indicator/six-stage-indicator";
26
25
  import { SixTabHidePayload, SixTabShowPayload } from "./components/six-tab-group/six-tab-group";
27
- import { SixTimeFormat } from "./components/six-timepicker/six-time-format";
26
+ import { TimeFormat } from "./utils/time.util";
28
27
  import { SixTimepickerChange } from "./components/six-timepicker/six-timepicker";
29
28
  export { EmptyPayload } from "./utils/types";
30
29
  export { SixDateFormats } from "./components/six-datepicker/six-date-formats";
@@ -33,7 +32,6 @@ export { SixMenuItemData } from "./components/six-menu/six-menu";
33
32
  export { SixDropdownAsyncFilterPayload, SixDropdownAutoFilterPayload, SixDropdownScrollPayload } from "./components/six-dropdown/six-dropdown";
34
33
  export { SixFileListDownloadPayload, SixFileListRemovePayload } from "./components/six-file-list-item/six-file-list-item";
35
34
  export { SixFileUploadFailurePayload, SixFileUploadSuccessPayload } from "./components/six-file-upload/six-file-upload";
36
- export { SixFormChangePayload, SixFormSubmitPayload } from "./components/six-form/six-form";
37
35
  export { SixHeaderAppSwitcherSelectPayload, SixHeaderProfileSelectPayload, SixHeaderSearchFieldToggle } from "./components/six-header/six-header";
38
36
  export { ItemPickerPaddingDirection, ItemPickerType } from "./components/six-item-picker/types";
39
37
  export { SixItemPickerChangePayload } from "./components/six-item-picker/six-item-picker";
@@ -45,7 +43,7 @@ export { SixSearchFieldChangePayload } from "./components/six-search-field/six-s
45
43
  export { SixSelectChangePayload } from "./components/six-select/six-select";
46
44
  export { StageType as StageType1 } from "./components/six-stage-indicator/six-stage-indicator";
47
45
  export { SixTabHidePayload, SixTabShowPayload } from "./components/six-tab-group/six-tab-group";
48
- export { SixTimeFormat } from "./components/six-timepicker/six-time-format";
46
+ export { TimeFormat } from "./utils/time.util";
49
47
  export { SixTimepickerChange } from "./components/six-timepicker/six-timepicker";
50
48
  export namespace Components {
51
49
  interface SetAttributes {
@@ -152,11 +150,11 @@ export namespace Components {
152
150
  /**
153
151
  * Tells the browser to download the linked file as this filename. Only used when `href` is set.
154
152
  */
155
- "download": string;
153
+ "download"?: string;
156
154
  /**
157
155
  * When set, the underlying button will be rendered as an `<a>` with this `href` instead of a `<button>`.
158
156
  */
159
- "href": string;
157
+ "href"?: string;
160
158
  /**
161
159
  * Set to true to draw the button in a loading state.
162
160
  */
@@ -192,7 +190,7 @@ export namespace Components {
192
190
  /**
193
191
  * Tells the browser where to open the link. Only used when `href` is set.
194
192
  */
195
- "target": '_blank' | '_parent' | '_self' | '_top';
193
+ "target"?: '_blank' | '_parent' | '_self' | '_top';
196
194
  /**
197
195
  * The button's type.
198
196
  */
@@ -214,10 +212,6 @@ export namespace Components {
214
212
  * Forked from https://github.com/shoelace-style/shoelace version v2.0.0-beta27.
215
213
  */
216
214
  interface SixCheckbox {
217
- /**
218
- * Checks for validity.
219
- */
220
- "checkValidity": () => Promise<boolean>;
221
215
  /**
222
216
  * Set to true to draw the checkbox in a checked state.
223
217
  */
@@ -227,11 +221,7 @@ export namespace Components {
227
221
  */
228
222
  "disabled": boolean;
229
223
  /**
230
- * Set to display the error text on blur and not when typing
231
- */
232
- "errorOnBlur": boolean;
233
- /**
234
- * The checkbox's error text. Alternatively, you can use the error-text slot.
224
+ * The error message shown, if `invalid` is set to true.
235
225
  */
236
226
  "errorText": string;
237
227
  /**
@@ -239,11 +229,11 @@ export namespace Components {
239
229
  */
240
230
  "indeterminate": boolean;
241
231
  /**
242
- * This will be true when the control is in an invalid state. Validity is determined by the `required` prop.
232
+ * If this property is set to true and an error message is provided by `errorText`, the error message is displayed.
243
233
  */
244
234
  "invalid": boolean;
245
235
  /**
246
- * The checkbox label. Alternatively, you can use the label slot.
236
+ * The label text.
247
237
  */
248
238
  "label": string;
249
239
  /**
@@ -255,27 +245,15 @@ export namespace Components {
255
245
  */
256
246
  "removeFocus": () => Promise<void>;
257
247
  /**
258
- * Checks for validity and shows the browser's validation message if the control is invalid.
259
- */
260
- "reportValidity": () => Promise<boolean>;
261
- /**
262
- * Set to true to make the checkbox a required field.
248
+ * Set to true to show an asterisk beneath the label.
263
249
  */
264
250
  "required": boolean;
265
- /**
266
- * Resets the formcontrol
267
- */
268
- "reset": () => Promise<void>;
269
- /**
270
- * Sets a custom validation message. If `message` is not empty, the field will be considered invalid.
271
- */
272
- "setCustomValidity": (message: string) => Promise<void>;
273
251
  /**
274
252
  * Sets focus on the checkbox.
275
253
  */
276
254
  "setFocus": (options?: FocusOptions) => Promise<void>;
277
255
  /**
278
- * The checkbox's value attribute.
256
+ * The value of the checkbox does not mean if it's checked or not, use the `checked` property for that. The value of a checkbox is analogous to the value of an `<input type="checkbox">`, it's only used when the checkbox participates in a native `<form>`.
279
257
  */
280
258
  "value": string;
281
259
  }
@@ -288,10 +266,6 @@ export namespace Components {
288
266
  * Callback to determine which date in the datepicker should be selectable. the callback function will get a datestring as an argument, e.g. '2021-07-04' Usage e.g.: const datepicker = document.getElementById('allowed-date-picker'); datepicker.allowedDates = datestring => parseInt(datestring.split('-')[2], 10) % 2 === 0;
289
267
  */
290
268
  "allowedDates": (date: Date) => boolean;
291
- /**
292
- * Checks for validity.
293
- */
294
- "checkValidity": () => Promise<boolean>;
295
269
  /**
296
270
  * Set to true to add a clear button when the input is populated.
297
271
  */
@@ -303,7 +277,7 @@ export namespace Components {
303
277
  /**
304
278
  * The dropdown will close when the user interacts outside of this element (e.g. clicking).
305
279
  */
306
- "containingElement": HTMLElement;
280
+ "containingElement"?: HTMLElement;
307
281
  /**
308
282
  * Define the dateFormat. Valid formats are: 'dd.mm.yyyy' 'yyyy-mm-dd' 'dd-mm-yyyy' 'dd/mm/yyyy' 'yyyy/mm/dd' 'dd.mm.yy' 'yy-mm-dd' 'dd-mm-yy' 'dd/mm/yy' 'yy/mm/dd'
309
283
  */
@@ -315,17 +289,13 @@ export namespace Components {
315
289
  /**
316
290
  * The date to defines where the datepicker popup starts. The prop accepts ISO 8601 date strings (YYYY-MM-DD).
317
291
  */
318
- "defaultDate"?: string | null;
292
+ "defaultDate"?: string;
319
293
  /**
320
294
  * If `true` the component is disabled.
321
295
  */
322
296
  "disabled": boolean;
323
297
  /**
324
- * Set to display the error text on blur and not when typing
325
- */
326
- "errorOnBlur": boolean;
327
- /**
328
- * The input's error text. Alternatively, you can use the error-text slot.
298
+ * The error message shown, if `invalid` is set to true.
329
299
  */
330
300
  "errorText": string;
331
301
  /**
@@ -341,7 +311,11 @@ export namespace Components {
341
311
  */
342
312
  "inline": boolean;
343
313
  /**
344
- * The input's label. Alternatively, you can use the label slot.
314
+ * If this property is set to true and an error message is provided by `errorText`, the error message is displayed.
315
+ */
316
+ "invalid": boolean;
317
+ /**
318
+ * The label text.
345
319
  */
346
320
  "label": string;
347
321
  /**
@@ -351,11 +325,11 @@ export namespace Components {
351
325
  /**
352
326
  * The maximum datetime allowed. Value must be a date object
353
327
  */
354
- "max"?: Date | null;
328
+ "max"?: Date;
355
329
  /**
356
330
  * The minimum datetime allowed. Value must be a date object
357
331
  */
358
- "min"?: Date | null;
332
+ "min"?: Date;
359
333
  /**
360
334
  * The input's name attribute.
361
335
  */
@@ -367,35 +341,27 @@ export namespace Components {
367
341
  /**
368
342
  * The placeholder defines what text to be shown on the input element
369
343
  */
370
- "placeholder"?: string | null;
344
+ "placeholder"?: string;
371
345
  /**
372
346
  * The enforced placement of the dropdown panel.
373
347
  */
374
- "placement": 'top' | 'bottom';
348
+ "placement"?: 'top' | 'bottom';
375
349
  /**
376
350
  * If `true` the user can only select a date via the component in the popup, but not directly edit the input field.
377
351
  */
378
352
  "readonly": boolean;
379
353
  /**
380
- * Checks for validity and shows the browser's validation message if the control is invalid.
381
- */
382
- "reportValidity": () => Promise<boolean>;
383
- /**
384
- * Set to true to make the input a required field.
354
+ * Set to true to show an asterisk beneath the label.
385
355
  */
386
356
  "required": boolean;
387
- /**
388
- * Resets the formcontrol
389
- */
390
- "reset": () => Promise<void>;
391
357
  /**
392
358
  * Selects an option
393
359
  */
394
- "select": (datestring: string) => Promise<void>;
360
+ "select": (datestring?: string) => Promise<void>;
395
361
  /**
396
- * Sets a custom validation message. If `message` is not empty, the field will be considered invalid.
362
+ * Sets focus on the datepickers input.
397
363
  */
398
- "setCustomValidity": (message: string) => Promise<void>;
364
+ "setFocus": (options?: FocusOptions) => Promise<void>;
399
365
  /**
400
366
  * Datepicker size.
401
367
  */
@@ -407,7 +373,7 @@ export namespace Components {
407
373
  /**
408
374
  * The value of the form field, which accepts a date object.
409
375
  */
410
- "value"?: Date | null;
376
+ "value"?: Date;
411
377
  }
412
378
  /**
413
379
  * @since 1.0
@@ -419,6 +385,9 @@ export namespace Components {
419
385
  * Set to true to prevent the user from toggling the details.
420
386
  */
421
387
  "disabled": boolean;
388
+ /**
389
+ * Set to false when you want to hide the summary icon and disable the open/close mechanism. Usually not needed, but used internally by 'six-sidebar-item-group'
390
+ */
422
391
  "hasContent": boolean;
423
392
  /**
424
393
  * Hides the detail body
@@ -429,7 +398,7 @@ export namespace Components {
429
398
  */
430
399
  "inline": boolean;
431
400
  /**
432
- * Indicates whether or not the details is open. You can use this in lieu of the show/hide methods.
401
+ * Indicates whether the details is open. You can use this in lieu of the show/hide methods.
433
402
  */
434
403
  "open": boolean;
435
404
  /**
@@ -447,7 +416,7 @@ export namespace Components {
447
416
  /**
448
417
  * The summary icon to show in the details header. If you need to display HTML, use the `summary-icon` slot instead.
449
418
  */
450
- "summaryIcon": string;
419
+ "summaryIcon"?: string;
451
420
  /**
452
421
  * The icon's size.
453
422
  */
@@ -479,7 +448,7 @@ export namespace Components {
479
448
  */
480
449
  "noHeader": boolean;
481
450
  /**
482
- * Indicates whether or not the dialog is open. You can use this in lieu of the show/hide methods.
451
+ * Indicates whether the dialog is open. You can use this in lieu of the show/hide methods.
483
452
  */
484
453
  "open": boolean;
485
454
  /**
@@ -510,7 +479,7 @@ export namespace Components {
510
479
  */
511
480
  "noHeader": boolean;
512
481
  /**
513
- * Indicates whether or not the drawer is open. You can use this in lieu of the show/hide methods.
482
+ * Indicates whether the drawer is open. You can use this in lieu of the show/hide methods.
514
483
  */
515
484
  "open": boolean;
516
485
  /**
@@ -543,7 +512,7 @@ export namespace Components {
543
512
  /**
544
513
  * The dropdown will close when the user interacts outside of this element (e.g. clicking).
545
514
  */
546
- "containingElement": HTMLElement;
515
+ "containingElement"?: HTMLElement;
547
516
  /**
548
517
  * The panel can be opend/closed by pressing the spacebar or the enter key. In some cases you might want to avoid this
549
518
  */
@@ -573,15 +542,15 @@ export namespace Components {
573
542
  */
574
543
  "hoist": boolean;
575
544
  /**
576
- * Indicates whether or not the dropdown is open. You can use this in lieu of the show/hide methods.
545
+ * Indicates whether the dropdown is open. You can use this in lieu of the show/hide methods.
577
546
  */
578
547
  "open": boolean;
579
548
  /**
580
549
  * Set the options to be shown in the dropdown (alternative to setting the elements via html)
581
550
  */
582
- "options": SixMenuItemData[] | null;
551
+ "options": SixMenuItemData[];
583
552
  /**
584
- * The preferred placement of the dropdown panel. Note that the actual placement may vary as needed to keep the panel inside of the viewport.
553
+ * The preferred placement of the dropdown panel. Note that the actual placement may vary as needed to keep the panel inside the viewport.
585
554
  */
586
555
  "placement": | 'top'
587
556
  | 'top-start'
@@ -628,7 +597,7 @@ export namespace Components {
628
597
  /**
629
598
  * Defines error Code and thus displays the proper error page.
630
599
  */
631
- "errorCode": number;
600
+ "errorCode"?: 404 | 403 | 500;
632
601
  /**
633
602
  * Defines language and thus displays the proper error page in the selected language.
634
603
  */
@@ -668,7 +637,7 @@ export namespace Components {
668
637
  /**
669
638
  * The file size. This number will be divided by 1024 to show the filesize in KB
670
639
  */
671
- "size": number;
640
+ "size"?: number;
672
641
  }
673
642
  /**
674
643
  * @since 2.0.0
@@ -678,7 +647,7 @@ export namespace Components {
678
647
  /**
679
648
  * Accepted MIME-Types.
680
649
  */
681
- "accept": string;
650
+ "accept"?: string;
682
651
  /**
683
652
  * Set to true if file control should be small.
684
653
  */
@@ -686,19 +655,19 @@ export namespace Components {
686
655
  /**
687
656
  * Set when button is disabled.
688
657
  */
689
- "disabled": boolean;
658
+ "disabled": false;
690
659
  /**
691
660
  * Label of the drop area.
692
661
  */
693
- "label": string;
662
+ "label"?: string;
694
663
  /**
695
664
  * Allowed max file size in bytes.
696
665
  */
697
- "maxFileSize": number | undefined;
666
+ "maxFileSize"?: number;
698
667
  /**
699
668
  * More than one file allowed.
700
669
  */
701
- "multiple": boolean;
670
+ "multiple": false;
702
671
  }
703
672
  /**
704
673
  * @since 1.0
@@ -706,37 +675,6 @@ export namespace Components {
706
675
  */
707
676
  interface SixFooter {
708
677
  }
709
- /**
710
- * @since 1.0
711
- * @status stable
712
- * Forked from https://github.com/shoelace-style/shoelace version v2.0.0-beta27.
713
- */
714
- interface SixForm {
715
- /**
716
- * Checks for validity.
717
- */
718
- "checkValidity": () => Promise<boolean>;
719
- /**
720
- * Gets all form control elements (native and custom).
721
- */
722
- "getFormControls": () => Promise<HTMLFormElement[]>;
723
- /**
724
- * Serializes all form controls elements and returns a `FormData` object.
725
- */
726
- "getFormData": () => Promise<FormData>;
727
- /**
728
- * Prevent the form from validating inputs before submitting.
729
- */
730
- "novalidate": boolean;
731
- /**
732
- * Resets the form and resets the value of all descendants
733
- */
734
- "reset": () => Promise<void>;
735
- /**
736
- * Submits the form. If all controls are valid, the `six-form-submit` event will be emitted and the promise will resolve with `true`. If any form control is invalid, the promise will resolve with `false` and no event will be emitted.
737
- */
738
- "submit": () => Promise<boolean>;
739
- }
740
678
  /**
741
679
  * @since 1.1
742
680
  * @status stable
@@ -755,7 +693,7 @@ export namespace Components {
755
693
  */
756
694
  "label": string;
757
695
  /**
758
- * The label's required attribute.
696
+ * Set to true to show an asterisk beneath the label.
759
697
  */
760
698
  "required": boolean;
761
699
  /**
@@ -827,15 +765,15 @@ export namespace Components {
827
765
  /**
828
766
  * HTML symbol code or entity.
829
767
  */
830
- "html": string;
768
+ "html"?: string;
831
769
  /**
832
770
  * A description that gets read by screen readers and other assistive devices. For optimal accessibility, you should always include a label that describes what the icon button does.
833
771
  */
834
- "label": string;
772
+ "label"?: string;
835
773
  /**
836
774
  * The name of the icon to draw.
837
775
  */
838
- "name": string;
776
+ "name"?: string;
839
777
  /**
840
778
  * The icon's size.
841
779
  */
@@ -858,15 +796,11 @@ export namespace Components {
858
796
  /**
859
797
  * The input's autocorrect attribute.
860
798
  */
861
- "autocorrect": string;
799
+ "autocorrect": 'on' | 'off';
862
800
  /**
863
801
  * The input's autofocus attribute.
864
802
  */
865
803
  "autofocus": boolean;
866
- /**
867
- * Checks for validity.
868
- */
869
- "checkValidity": () => Promise<boolean>;
870
804
  /**
871
805
  * Set to true to add a clear button when the input is populated.
872
806
  */
@@ -876,21 +810,9 @@ export namespace Components {
876
810
  */
877
811
  "disabled": boolean;
878
812
  /**
879
- * Set to display the error text on blur and not when typing
880
- */
881
- "errorOnBlur": boolean;
882
- /**
883
- * The input's error text. Alternatively, you can use the error-text slot.
813
+ * The error message shown, if `invalid` is set to true.
884
814
  */
885
815
  "errorText": string;
886
- /**
887
- * Returns the native input's validationMessage
888
- */
889
- "getValidationMessage": () => Promise<string>;
890
- /**
891
- * Returns the native input's validity
892
- */
893
- "getValidity": () => Promise<ValidityState>;
894
816
  /**
895
817
  * The input's help text. Alternatively, you can use the help-text slot.
896
818
  */
@@ -898,17 +820,13 @@ export namespace Components {
898
820
  /**
899
821
  * The input's inputmode attribute.
900
822
  */
901
- "inputmode": 'none' | 'text' | 'decimal' | 'numeric' | 'tel' | 'search' | 'email' | 'url';
823
+ "inputmode"?: 'none' | 'text' | 'decimal' | 'numeric' | 'tel' | 'search' | 'email' | 'url';
902
824
  /**
903
- * This will be true when the control is in an invalid state. Validity is determined by props such as `type`, `required`, `minlength`, `maxlength`, and `pattern` using the browser's constraint validation API.
825
+ * If this property is set to true and an error message is provided by `errorText`, the error message is displayed.
904
826
  */
905
827
  "invalid": boolean;
906
828
  /**
907
- * Returns the native input's validity
908
- */
909
- "isValid": () => Promise<boolean>;
910
- /**
911
- * The input's label. Alternatively, you can use the label slot.
829
+ * The label text.
912
830
  */
913
831
  "label": string;
914
832
  /**
@@ -918,19 +836,19 @@ export namespace Components {
918
836
  /**
919
837
  * The input's maximum value.
920
838
  */
921
- "max": number;
839
+ "max"?: number;
922
840
  /**
923
841
  * The maximum length of input that will be considered valid.
924
842
  */
925
- "maxlength": number;
843
+ "maxlength"?: number;
926
844
  /**
927
845
  * The input's minimum value.
928
846
  */
929
- "min": number;
847
+ "min"?: number;
930
848
  /**
931
849
  * The minimum length of input that will be considered valid.
932
850
  */
933
- "minlength": number;
851
+ "minlength"?: number;
934
852
  /**
935
853
  * The input's name attribute.
936
854
  */
@@ -938,7 +856,7 @@ export namespace Components {
938
856
  /**
939
857
  * A pattern to validate input against.
940
858
  */
941
- "pattern": string;
859
+ "pattern"?: string;
942
860
  /**
943
861
  * Set to true to draw a pill-style input with rounded edges.
944
862
  */
@@ -946,7 +864,7 @@ export namespace Components {
946
864
  /**
947
865
  * The input's placeholder text.
948
866
  */
949
- "placeholder": string;
867
+ "placeholder"?: string;
950
868
  /**
951
869
  * Set to true to make the input readonly.
952
870
  */
@@ -956,25 +874,13 @@ export namespace Components {
956
874
  */
957
875
  "removeFocus": () => Promise<void>;
958
876
  /**
959
- * Checks for validity and shows the browser's validation message if the control is invalid.
960
- */
961
- "reportValidity": () => Promise<boolean>;
962
- /**
963
- * Set to true to make the input a required field.
877
+ * Set to true to show an asterisk beneath the label.
964
878
  */
965
879
  "required": boolean;
966
- /**
967
- * Resets the formcontrol
968
- */
969
- "reset": () => Promise<void>;
970
880
  /**
971
881
  * Selects all the text in the input.
972
882
  */
973
- "select": () => Promise<void>;
974
- /**
975
- * Sets a custom validation message. If `message` is not empty, the field will be considered invalid.
976
- */
977
- "setCustomValidity": (message: string) => Promise<void>;
883
+ "select": () => Promise<void | undefined>;
978
884
  /**
979
885
  * Sets focus on the input.
980
886
  */
@@ -986,7 +892,7 @@ export namespace Components {
986
892
  /**
987
893
  * Sets the start and end positions of the text selection (0-based).
988
894
  */
989
- "setSelectionRange": (selectionStart: number, selectionEnd: number, selectionDirection?: 'forward' | 'backward' | 'none') => Promise<void>;
895
+ "setSelectionRange": (selectionStart: number, selectionEnd: number, selectionDirection?: 'forward' | 'backward' | 'none') => Promise<void | undefined>;
990
896
  /**
991
897
  * The input's size.
992
898
  */
@@ -998,7 +904,7 @@ export namespace Components {
998
904
  /**
999
905
  * The input's step attribute.
1000
906
  */
1001
- "step": number;
907
+ "step"?: number;
1002
908
  /**
1003
909
  * Set to true to add a password toggle button for password inputs.
1004
910
  */
@@ -1028,15 +934,15 @@ export namespace Components {
1028
934
  /**
1029
935
  * Defines a custom list of items you can iterate through
1030
936
  */
1031
- "items": string[];
937
+ "items"?: string[];
1032
938
  /**
1033
939
  * The maximum value allowed to pick.
1034
940
  */
1035
- "max": number | string;
941
+ "max"?: number | string;
1036
942
  /**
1037
943
  * The minimum value allowed to pick.
1038
944
  */
1039
- "min": number | string;
945
+ "min"?: number | string;
1040
946
  /**
1041
947
  * Defines whether the items should be padded
1042
948
  */
@@ -1046,7 +952,7 @@ export namespace Components {
1046
952
  */
1047
953
  "paddingChar": string;
1048
954
  /**
1049
- * Defines whether the padding should be before or after the value. You can either use 'before' or 'after'. By default before is selected
955
+ * Defines whether the padding should be before or after the value. You can either use 'before' or 'after'. By default, before is selected
1050
956
  */
1051
957
  "paddingDirection": ItemPickerPaddingDirection;
1052
958
  /**
@@ -1092,7 +998,7 @@ export namespace Components {
1092
998
  /**
1093
999
  * Set the number of grid columns
1094
1000
  */
1095
- "columns": any;
1001
+ "columns"?: number;
1096
1002
  }
1097
1003
  /**
1098
1004
  * @since 1.01
@@ -1119,7 +1025,7 @@ export namespace Components {
1119
1025
  */
1120
1026
  "items": SixMenuItemData1[] | null;
1121
1027
  /**
1122
- * Defines how many items should be shown. If the number of items is larger than this properties a scrollbar will be shown
1028
+ * Defines how many items should be shown. If the number of items is larger than this property a scrollbar will be shown
1123
1029
  */
1124
1030
  "itemsShown"?: number;
1125
1031
  /**
@@ -1234,10 +1140,6 @@ export namespace Components {
1234
1140
  * Forked from https://github.com/shoelace-style/shoelace version v2.0.0-beta27.
1235
1141
  */
1236
1142
  interface SixRadio {
1237
- /**
1238
- * Checks for validity.
1239
- */
1240
- "checkValidity": () => Promise<boolean>;
1241
1143
  /**
1242
1144
  * Set to true to draw the radio in a checked state.
1243
1145
  */
@@ -1247,7 +1149,7 @@ export namespace Components {
1247
1149
  */
1248
1150
  "disabled": boolean;
1249
1151
  /**
1250
- * This will be true when the control is in an invalid state. Validity in range inputs is determined by the message provided by the `setCustomValidity` method.
1152
+ * If this property is set to true and an error message is provided by `errorText`, the error message is displayed.
1251
1153
  */
1252
1154
  "invalid": boolean;
1253
1155
  /**
@@ -1258,18 +1160,6 @@ export namespace Components {
1258
1160
  * Removes focus from the radio.
1259
1161
  */
1260
1162
  "removeFocus": () => Promise<void>;
1261
- /**
1262
- * Checks for validity and shows the browser's validation message if the control is invalid.
1263
- */
1264
- "reportValidity": () => Promise<boolean>;
1265
- /**
1266
- * Resets the formcontrol
1267
- */
1268
- "reset": () => Promise<void>;
1269
- /**
1270
- * Sets a custom validation message. If `message` is not empty, the field will be considered invalid.
1271
- */
1272
- "setCustomValidity": (message: string) => Promise<void>;
1273
1163
  /**
1274
1164
  * Sets focus on the radio.
1275
1165
  */
@@ -1290,11 +1180,7 @@ export namespace Components {
1290
1180
  */
1291
1181
  "disabled": boolean;
1292
1182
  /**
1293
- * Set to display the error text on blur and not when typing
1294
- */
1295
- "errorOnBlur": boolean;
1296
- /**
1297
- * The input's error text. Alternatively, you can use the error-text slot.
1183
+ * The error message shown, if `invalid` is set to true.
1298
1184
  */
1299
1185
  "errorText": string;
1300
1186
  /**
@@ -1302,11 +1188,11 @@ export namespace Components {
1302
1188
  */
1303
1189
  "helpText": string;
1304
1190
  /**
1305
- * This will be true when the control is in an invalid state. Validity in range inputs is determined by the message provided by the `setCustomValidity` method.
1191
+ * If this property is set to true and an error message is provided by `errorText`, the error message is displayed.
1306
1192
  */
1307
1193
  "invalid": boolean;
1308
1194
  /**
1309
- * The range's label. Alternatively, you can use the label slot.
1195
+ * The label text.
1310
1196
  */
1311
1197
  "label": string;
1312
1198
  /**
@@ -1326,17 +1212,9 @@ export namespace Components {
1326
1212
  */
1327
1213
  "removeFocus": () => Promise<void>;
1328
1214
  /**
1329
- * Set to true to make the input a required field.
1215
+ * Set to true to show an asterisk beneath the label.
1330
1216
  */
1331
1217
  "required": boolean;
1332
- /**
1333
- * Resets the formcontrol
1334
- */
1335
- "reset": () => Promise<void>;
1336
- /**
1337
- * Sets a custom validation message. If `message` is not empty, the field will be considered invalid.
1338
- */
1339
- "setCustomValidity": (message: string) => Promise<void>;
1340
1218
  /**
1341
1219
  * Sets focus on the input.
1342
1220
  */
@@ -1400,7 +1278,7 @@ export namespace Components {
1400
1278
  /**
1401
1279
  * The input's placeholder text.
1402
1280
  */
1403
- "placeholder": string;
1281
+ "placeholder"?: string;
1404
1282
  /**
1405
1283
  * The input's value attribute.
1406
1284
  */
@@ -1420,28 +1298,16 @@ export namespace Components {
1420
1298
  * Set to true to turn the six-select into an autocomplete.
1421
1299
  */
1422
1300
  "autocomplete": boolean;
1423
- /**
1424
- * Checks for validity.
1425
- */
1426
- "checkValidity": () => Promise<boolean>;
1427
1301
  /**
1428
1302
  * Set to true to add a clear button when the select is populated.
1429
1303
  */
1430
1304
  "clearable": boolean;
1431
- /**
1432
- * The default value the select will be reverted to when reset is executed
1433
- */
1434
- "defaultValue": string | string[] | undefined;
1435
1305
  /**
1436
1306
  * Set to true to disable the select control.
1437
1307
  */
1438
1308
  "disabled": boolean;
1439
1309
  /**
1440
- * Set to display the error text on blur and not when typing
1441
- */
1442
- "errorOnBlur": boolean;
1443
- /**
1444
- * The select's error text. Alternatively, you can use the error-text slot.
1310
+ * The error message shown, if `invalid` is set to true.
1445
1311
  */
1446
1312
  "errorText": string;
1447
1313
  /**
@@ -1455,7 +1321,7 @@ export namespace Components {
1455
1321
  /**
1456
1322
  * The filter's placeholder text.
1457
1323
  */
1458
- "filterPlaceholder": string;
1324
+ "filterPlaceholder"?: string;
1459
1325
  /**
1460
1326
  * The select's help text. Alternatively, you can use the help-text slot.
1461
1327
  */
@@ -1469,11 +1335,11 @@ export namespace Components {
1469
1335
  */
1470
1336
  "inputDebounce": number;
1471
1337
  /**
1472
- * This will be true when the control is in an invalid state. Validity is determined by the `required` prop.
1338
+ * If this property is set to true and an error message is provided by `errorText`, the error message is displayed.
1473
1339
  */
1474
1340
  "invalid": boolean;
1475
1341
  /**
1476
- * The select's label. Alternatively, you can use the label slot.
1342
+ * The label text.
1477
1343
  */
1478
1344
  "label": string;
1479
1345
  /**
@@ -1505,21 +1371,13 @@ export namespace Components {
1505
1371
  */
1506
1372
  "placeholder": string;
1507
1373
  /**
1508
- * Checks for validity and shows the browser's validation message if the control is invalid.
1509
- */
1510
- "reportValidity": () => Promise<boolean>;
1511
- /**
1512
- * The select's required attribute.
1374
+ * Set to true to show an asterisk beneath the label.
1513
1375
  */
1514
1376
  "required": boolean;
1515
1377
  /**
1516
- * Resets the formcontrol
1378
+ * Sets focus on the select.
1517
1379
  */
1518
- "reset": () => Promise<void>;
1519
- /**
1520
- * Sets a custom validation message. If `message` is not empty, the field will be considered invalid.
1521
- */
1522
- "setCustomValidity": (message: string) => Promise<void>;
1380
+ "setFocus": (options?: FocusOptions) => Promise<void>;
1523
1381
  /**
1524
1382
  * The select's size.
1525
1383
  */
@@ -1543,7 +1401,7 @@ export namespace Components {
1543
1401
  */
1544
1402
  "hide": () => Promise<void>;
1545
1403
  /**
1546
- * Indicates whether or not the sidebar is open. You can use this in lieu of the show/hide methods.
1404
+ * Indicates whether the sidebar is open. You can use this in lieu of the show/hide methods.
1547
1405
  */
1548
1406
  "open": boolean;
1549
1407
  /**
@@ -1606,11 +1464,14 @@ export namespace Components {
1606
1464
  * Title of item group
1607
1465
  */
1608
1466
  "name": string;
1467
+ /**
1468
+ * Indicates whether the sidebar is shown
1469
+ */
1609
1470
  "open": boolean;
1610
1471
  /**
1611
1472
  * Custom summary icon name.
1612
1473
  */
1613
- "summaryIcon": string;
1474
+ "summaryIcon"?: string;
1614
1475
  /**
1615
1476
  * A unique value to store in the sidebar item of the group label. This can be used as a way to identify sidebar items when selected.
1616
1477
  */
@@ -1639,10 +1500,6 @@ export namespace Components {
1639
1500
  * Forked from https://github.com/shoelace-style/shoelace version v2.0.0-beta27.
1640
1501
  */
1641
1502
  interface SixSwitch {
1642
- /**
1643
- * Checks for validity.
1644
- */
1645
- "checkValidity": () => Promise<boolean>;
1646
1503
  /**
1647
1504
  * Set to true to draw the switch in a checked state.
1648
1505
  */
@@ -1652,9 +1509,17 @@ export namespace Components {
1652
1509
  */
1653
1510
  "disabled": boolean;
1654
1511
  /**
1655
- * This will be true when the control is in an invalid state. Validity is determined by the `required` prop.
1512
+ * The error message shown, if `invalid` is set to true.
1513
+ */
1514
+ "errorText": string;
1515
+ /**
1516
+ * If this property is set to true and an error message is provided by `errorText`, the error message is displayed.
1656
1517
  */
1657
1518
  "invalid": boolean;
1519
+ /**
1520
+ * The label text.
1521
+ */
1522
+ "label": string;
1658
1523
  /**
1659
1524
  * The switch's name attribute.
1660
1525
  */
@@ -1664,21 +1529,9 @@ export namespace Components {
1664
1529
  */
1665
1530
  "removeFocus": () => Promise<void>;
1666
1531
  /**
1667
- * Checks for validity and shows the browser's validation message if the control is invalid.
1668
- */
1669
- "reportValidity": () => Promise<boolean>;
1670
- /**
1671
- * Set to true to make the switch a required field.
1532
+ * Set to true to show an asterisk beneath the label.
1672
1533
  */
1673
1534
  "required": boolean;
1674
- /**
1675
- * Resets the formcontrol
1676
- */
1677
- "reset": () => Promise<void>;
1678
- /**
1679
- * Sets a custom validation message. If `message` is not empty, the field will be considered invalid.
1680
- */
1681
- "setCustomValidity": (message: string) => Promise<void>;
1682
1535
  /**
1683
1536
  * Sets focus on the switch.
1684
1537
  */
@@ -1793,25 +1646,17 @@ export namespace Components {
1793
1646
  /**
1794
1647
  * The textarea's autocorrect attribute.
1795
1648
  */
1796
- "autocorrect": string;
1649
+ "autocorrect": 'on' | 'off';
1797
1650
  /**
1798
1651
  * The textarea's autofocus attribute.
1799
1652
  */
1800
1653
  "autofocus": boolean;
1801
- /**
1802
- * Checks for validity.
1803
- */
1804
- "checkValidity": () => Promise<boolean>;
1805
1654
  /**
1806
1655
  * Set to true to disable the textarea.
1807
1656
  */
1808
1657
  "disabled": boolean;
1809
1658
  /**
1810
- * Set to display the error text on blur and not when typing
1811
- */
1812
- "errorOnBlur": boolean;
1813
- /**
1814
- * The textarea's error text. Alternatively, you can use the error-text slot.
1659
+ * The error message shown, if `invalid` is set to true.
1815
1660
  */
1816
1661
  "errorText": string;
1817
1662
  /**
@@ -1821,23 +1666,23 @@ export namespace Components {
1821
1666
  /**
1822
1667
  * The textarea's inputmode attribute.
1823
1668
  */
1824
- "inputmode": 'none' | 'text' | 'decimal' | 'numeric' | 'tel' | 'search' | 'email' | 'url';
1669
+ "inputmode"?: 'none' | 'text' | 'decimal' | 'numeric' | 'tel' | 'search' | 'email' | 'url';
1825
1670
  /**
1826
- * This will be true when the control is in an invalid state. Validity is determined by props such as `required`, `minlength`, and `maxlength` using the browser's constraint validation API.
1671
+ * If this property is set to true and an error message is provided by `errorText`, the error message is displayed.
1827
1672
  */
1828
1673
  "invalid": boolean;
1829
1674
  /**
1830
- * The textarea's label. Alternatively, you can use the label slot.
1675
+ * The label text.
1831
1676
  */
1832
1677
  "label": string;
1833
1678
  /**
1834
1679
  * The maximum length of input that will be considered valid.
1835
1680
  */
1836
- "maxlength": number;
1681
+ "maxlength"?: number;
1837
1682
  /**
1838
1683
  * The minimum length of input that will be considered valid.
1839
1684
  */
1840
- "minlength": number;
1685
+ "minlength"?: number;
1841
1686
  /**
1842
1687
  * The textarea's name attribute.
1843
1688
  */
@@ -1845,7 +1690,7 @@ export namespace Components {
1845
1690
  /**
1846
1691
  * The textarea's placeholder text.
1847
1692
  */
1848
- "placeholder": string;
1693
+ "placeholder"?: string;
1849
1694
  /**
1850
1695
  * Set to true for a readonly textarea.
1851
1696
  */
@@ -1855,17 +1700,9 @@ export namespace Components {
1855
1700
  */
1856
1701
  "removeFocus": () => Promise<void>;
1857
1702
  /**
1858
- * Checks for validity and shows the browser's validation message if the control is invalid.
1859
- */
1860
- "reportValidity": () => Promise<boolean>;
1861
- /**
1862
- * The textarea's required attribute.
1703
+ * Set to true to show an asterisk beneath the label.
1863
1704
  */
1864
1705
  "required": boolean;
1865
- /**
1866
- * Resets the formcontrol
1867
- */
1868
- "reset": () => Promise<void>;
1869
1706
  /**
1870
1707
  * Controls how the textarea can be resized.
1871
1708
  */
@@ -1877,11 +1714,7 @@ export namespace Components {
1877
1714
  /**
1878
1715
  * Selects all the text in the input.
1879
1716
  */
1880
- "select": () => Promise<void>;
1881
- /**
1882
- * Sets a custom validation message. If `message` is not empty, the field will be considered invalid.
1883
- */
1884
- "setCustomValidity": (message: string) => Promise<void>;
1717
+ "select": () => Promise<void | undefined>;
1885
1718
  /**
1886
1719
  * Sets focus on the textarea.
1887
1720
  */
@@ -1893,7 +1726,7 @@ export namespace Components {
1893
1726
  /**
1894
1727
  * Sets the start and end positions of the text selection (0-based).
1895
1728
  */
1896
- "setSelectionRange": (selectionStart: number, selectionEnd: number, selectionDirection?: 'forward' | 'backward' | 'none') => Promise<void>;
1729
+ "setSelectionRange": (selectionStart: number, selectionEnd: number, selectionDirection?: 'forward' | 'backward' | 'none') => Promise<void | undefined>;
1897
1730
  /**
1898
1731
  * The textarea's size.
1899
1732
  */
@@ -1935,7 +1768,7 @@ export namespace Components {
1935
1768
  /**
1936
1769
  * The icon's name.
1937
1770
  */
1938
- "iconName": any;
1771
+ "iconName"?: string;
1939
1772
  /**
1940
1773
  * The tile's label.
1941
1774
  */
@@ -1954,10 +1787,6 @@ export namespace Components {
1954
1787
  * @status experimental
1955
1788
  */
1956
1789
  interface SixTimepicker {
1957
- /**
1958
- * Checks for validity.
1959
- */
1960
- "checkValidity": () => Promise<boolean>;
1961
1790
  /**
1962
1791
  * Set to true to add a clear button when the input is populated.
1963
1792
  */
@@ -1969,15 +1798,11 @@ export namespace Components {
1969
1798
  /**
1970
1799
  * The defaultTime defines the default setting for the timepicker when you open the popup. Default time must match the provided format.
1971
1800
  */
1972
- "defaultTime"?: string | null;
1801
+ "defaultTime"?: string;
1973
1802
  /**
1974
1803
  * If `true` the component is disabled.
1975
1804
  */
1976
1805
  "disabled": boolean;
1977
- /**
1978
- * Set to display the error text on blur and not when typing
1979
- */
1980
- "errorOnBlur": boolean;
1981
1806
  /**
1982
1807
  * The input's error text. Alternatively, you can use the error-text slot.
1983
1808
  */
@@ -1985,7 +1810,7 @@ export namespace Components {
1985
1810
  /**
1986
1811
  * Define the time format. Valid formats are: HH:mm:ss hh:mm:ss:aa HH:mm:ss:ms hh:mm:ss:ms:aa HH:mm hh:mm:aa HH hh:aa mm ss ms where HH is the 24 hour format and hh is the 12 hour format Please notice that when using the 12-hour-clock (hh) you always need a period indicator (aa). So the time can be parsed as either am or pm
1987
1812
  */
1988
- "format": SixTimeFormat;
1813
+ "format": TimeFormat;
1989
1814
  /**
1990
1815
  * Enable this option to prevent the panel from being clipped when the component is placed inside a container with `overflow: auto|scroll`.
1991
1816
  */
@@ -1995,13 +1820,17 @@ export namespace Components {
1995
1820
  */
1996
1821
  "iconPosition": 'left' | 'right';
1997
1822
  /**
1998
- * Indicates whether or not the timepicker should be shown as an inline (always open) component
1823
+ * Indicates whether the timepicker should be shown as an inline (always open) component
1999
1824
  */
2000
1825
  "inline": boolean;
2001
1826
  /**
2002
1827
  * Set the amount of time, in milliseconds, to wait between switching to next timeunit (e.g. next hour) when mouse button is held pressed.
2003
1828
  */
2004
1829
  "interval": number;
1830
+ /**
1831
+ * If this property is set to true and an error message is provided by `errorText`, the error message is displayed.
1832
+ */
1833
+ "invalid": boolean;
2005
1834
  /**
2006
1835
  * The input's label. Alternatively, you can use the label slot.
2007
1836
  */
@@ -2011,41 +1840,33 @@ export namespace Components {
2011
1840
  */
2012
1841
  "name": string;
2013
1842
  /**
2014
- * Indicates whether or not the timepicker dropdown is open on startup. You can use this in lieu of the show/hide methods.
1843
+ * Indicates whether the timepicker dropdown is open on startup. You can use this in lieu of the show/hide methods.
2015
1844
  */
2016
1845
  "open": boolean;
2017
1846
  /**
2018
1847
  * The placeholder defines what text to be shown on the input element
2019
1848
  */
2020
- "placeholder"?: string | null;
1849
+ "placeholder"?: string;
2021
1850
  /**
2022
1851
  * The enforced placement of the dropdown panel.
2023
1852
  */
2024
- "placement": 'top' | 'bottom';
1853
+ "placement"?: 'top' | 'bottom';
2025
1854
  /**
2026
1855
  * If `true` the user can only select a time via the timepicker but not directly edit the input field.
2027
1856
  */
2028
1857
  "readonly": boolean;
2029
1858
  /**
2030
- * Checks for validity and shows the browser's validation message if the control is invalid.
2031
- */
2032
- "reportValidity": () => Promise<boolean>;
2033
- /**
2034
- * Set to true to make the input a required field.
1859
+ * Set to true to show an asterisk beneath the label.
2035
1860
  */
2036
1861
  "required": boolean;
2037
- /**
2038
- * Resets the formcontrol
2039
- */
2040
- "reset": () => Promise<void>;
2041
1862
  /**
2042
1863
  * Define the separator to be shown between the time unit pickers. Please be aware that this property will modify the displayed separator only. The separator for a timestring is always expected to be a colon (eg. '13:52:20')
2043
1864
  */
2044
1865
  "separator": string;
2045
1866
  /**
2046
- * Sets a custom validation message. If `message` is not empty, the field will be considered invalid.
1867
+ * Sets focus on the datepickers input.
2047
1868
  */
2048
- "setCustomValidity": (message: string) => Promise<void>;
1869
+ "setFocus": (options?: FocusOptions) => Promise<void>;
2049
1870
  /**
2050
1871
  * Timepicker size.
2051
1872
  */
@@ -2057,7 +1878,7 @@ export namespace Components {
2057
1878
  /**
2058
1879
  * The value of the timepicker provided as a string. The string mast match the provided format (or default format)
2059
1880
  */
2060
- "value"?: string | null;
1881
+ "value": string;
2061
1882
  }
2062
1883
  /**
2063
1884
  * @since 1.0
@@ -2070,7 +1891,7 @@ export namespace Components {
2070
1891
  */
2071
1892
  "content": string;
2072
1893
  /**
2073
- * Set to true to disable the tooltip so it won't show when triggered.
1894
+ * Set to true to disable the tooltip, so it won't show when triggered.
2074
1895
  */
2075
1896
  "disabled": boolean;
2076
1897
  /**
@@ -2082,11 +1903,11 @@ export namespace Components {
2082
1903
  */
2083
1904
  "hide": () => Promise<void>;
2084
1905
  /**
2085
- * Indicates whether or not the tooltip is open. You can use this in lieu of the show/hide methods.
1906
+ * Indicates whether the tooltip is open. You can use this in lieu of the show/hide methods.
2086
1907
  */
2087
1908
  "open": boolean;
2088
1909
  /**
2089
- * The preferred placement of the tooltip. Note that the actual placement may vary as needed to keep the tooltip inside of the viewport.
1910
+ * The preferred placement of the tooltip. Note that the actual placement may vary as needed to keep the tooltip inside the viewport.
2090
1911
  */
2091
1912
  "placement": | 'top'
2092
1913
  | 'top-start'
@@ -2154,10 +1975,6 @@ export interface SixFileUploadCustomEvent<T> extends CustomEvent<T> {
2154
1975
  detail: T;
2155
1976
  target: HTMLSixFileUploadElement;
2156
1977
  }
2157
- export interface SixFormCustomEvent<T> extends CustomEvent<T> {
2158
- detail: T;
2159
- target: HTMLSixFormElement;
2160
- }
2161
1978
  export interface SixHeaderCustomEvent<T> extends CustomEvent<T> {
2162
1979
  detail: T;
2163
1980
  target: HTMLSixHeaderElement;
@@ -2406,17 +2223,6 @@ declare global {
2406
2223
  prototype: HTMLSixFooterElement;
2407
2224
  new (): HTMLSixFooterElement;
2408
2225
  };
2409
- /**
2410
- * @since 1.0
2411
- * @status stable
2412
- * Forked from https://github.com/shoelace-style/shoelace version v2.0.0-beta27.
2413
- */
2414
- interface HTMLSixFormElement extends Components.SixForm, HTMLStencilElement {
2415
- }
2416
- var HTMLSixFormElement: {
2417
- prototype: HTMLSixFormElement;
2418
- new (): HTMLSixFormElement;
2419
- };
2420
2226
  /**
2421
2227
  * @since 1.1
2422
2228
  * @status stable
@@ -2796,7 +2602,6 @@ declare global {
2796
2602
  "six-file-list-item": HTMLSixFileListItemElement;
2797
2603
  "six-file-upload": HTMLSixFileUploadElement;
2798
2604
  "six-footer": HTMLSixFooterElement;
2799
- "six-form": HTMLSixFormElement;
2800
2605
  "six-group-label": HTMLSixGroupLabelElement;
2801
2606
  "six-header": HTMLSixHeaderElement;
2802
2607
  "six-icon": HTMLSixIconElement;
@@ -3014,11 +2819,7 @@ declare namespace LocalJSX {
3014
2819
  */
3015
2820
  "disabled"?: boolean;
3016
2821
  /**
3017
- * Set to display the error text on blur and not when typing
3018
- */
3019
- "errorOnBlur"?: boolean;
3020
- /**
3021
- * The checkbox's error text. Alternatively, you can use the error-text slot.
2822
+ * The error message shown, if `invalid` is set to true.
3022
2823
  */
3023
2824
  "errorText"?: string;
3024
2825
  /**
@@ -3026,11 +2827,11 @@ declare namespace LocalJSX {
3026
2827
  */
3027
2828
  "indeterminate"?: boolean;
3028
2829
  /**
3029
- * This will be true when the control is in an invalid state. Validity is determined by the `required` prop.
2830
+ * If this property is set to true and an error message is provided by `errorText`, the error message is displayed.
3030
2831
  */
3031
2832
  "invalid"?: boolean;
3032
2833
  /**
3033
- * The checkbox label. Alternatively, you can use the label slot.
2834
+ * The label text.
3034
2835
  */
3035
2836
  "label"?: string;
3036
2837
  /**
@@ -3050,11 +2851,11 @@ declare namespace LocalJSX {
3050
2851
  */
3051
2852
  "onSix-checkbox-focus"?: (event: SixCheckboxCustomEvent<EmptyPayload>) => void;
3052
2853
  /**
3053
- * Set to true to make the checkbox a required field.
2854
+ * Set to true to show an asterisk beneath the label.
3054
2855
  */
3055
2856
  "required"?: boolean;
3056
2857
  /**
3057
- * The checkbox's value attribute.
2858
+ * The value of the checkbox does not mean if it's checked or not, use the `checked` property for that. The value of a checkbox is analogous to the value of an `<input type="checkbox">`, it's only used when the checkbox participates in a native `<form>`.
3058
2859
  */
3059
2860
  "value"?: string;
3060
2861
  }
@@ -3090,17 +2891,13 @@ declare namespace LocalJSX {
3090
2891
  /**
3091
2892
  * The date to defines where the datepicker popup starts. The prop accepts ISO 8601 date strings (YYYY-MM-DD).
3092
2893
  */
3093
- "defaultDate"?: string | null;
2894
+ "defaultDate"?: string;
3094
2895
  /**
3095
2896
  * If `true` the component is disabled.
3096
2897
  */
3097
2898
  "disabled"?: boolean;
3098
2899
  /**
3099
- * Set to display the error text on blur and not when typing
3100
- */
3101
- "errorOnBlur"?: boolean;
3102
- /**
3103
- * The input's error text. Alternatively, you can use the error-text slot.
2900
+ * The error message shown, if `invalid` is set to true.
3104
2901
  */
3105
2902
  "errorText"?: string;
3106
2903
  /**
@@ -3116,7 +2913,11 @@ declare namespace LocalJSX {
3116
2913
  */
3117
2914
  "inline"?: boolean;
3118
2915
  /**
3119
- * The input's label. Alternatively, you can use the label slot.
2916
+ * If this property is set to true and an error message is provided by `errorText`, the error message is displayed.
2917
+ */
2918
+ "invalid"?: boolean;
2919
+ /**
2920
+ * The label text.
3120
2921
  */
3121
2922
  "label"?: string;
3122
2923
  /**
@@ -3126,11 +2927,11 @@ declare namespace LocalJSX {
3126
2927
  /**
3127
2928
  * The maximum datetime allowed. Value must be a date object
3128
2929
  */
3129
- "max"?: Date | null;
2930
+ "max"?: Date;
3130
2931
  /**
3131
2932
  * The minimum datetime allowed. Value must be a date object
3132
2933
  */
3133
- "min"?: Date | null;
2934
+ "min"?: Date;
3134
2935
  /**
3135
2936
  * The input's name attribute.
3136
2937
  */
@@ -3154,7 +2955,7 @@ declare namespace LocalJSX {
3154
2955
  /**
3155
2956
  * The placeholder defines what text to be shown on the input element
3156
2957
  */
3157
- "placeholder"?: string | null;
2958
+ "placeholder"?: string;
3158
2959
  /**
3159
2960
  * The enforced placement of the dropdown panel.
3160
2961
  */
@@ -3164,7 +2965,7 @@ declare namespace LocalJSX {
3164
2965
  */
3165
2966
  "readonly"?: boolean;
3166
2967
  /**
3167
- * Set to true to make the input a required field.
2968
+ * Set to true to show an asterisk beneath the label.
3168
2969
  */
3169
2970
  "required"?: boolean;
3170
2971
  /**
@@ -3178,7 +2979,7 @@ declare namespace LocalJSX {
3178
2979
  /**
3179
2980
  * The value of the form field, which accepts a date object.
3180
2981
  */
3181
- "value"?: Date | null;
2982
+ "value"?: Date;
3182
2983
  }
3183
2984
  /**
3184
2985
  * @since 1.0
@@ -3190,6 +2991,9 @@ declare namespace LocalJSX {
3190
2991
  * Set to true to prevent the user from toggling the details.
3191
2992
  */
3192
2993
  "disabled"?: boolean;
2994
+ /**
2995
+ * Set to false when you want to hide the summary icon and disable the open/close mechanism. Usually not needed, but used internally by 'six-sidebar-item-group'
2996
+ */
3193
2997
  "hasContent"?: boolean;
3194
2998
  /**
3195
2999
  * Set to true when you want to use six-details inline e.g. in a sidebar
@@ -3212,7 +3016,7 @@ declare namespace LocalJSX {
3212
3016
  */
3213
3017
  "onSix-details-show"?: (event: SixDetailsCustomEvent<EmptyPayload>) => void;
3214
3018
  /**
3215
- * Indicates whether or not the details is open. You can use this in lieu of the show/hide methods.
3019
+ * Indicates whether the details is open. You can use this in lieu of the show/hide methods.
3216
3020
  */
3217
3021
  "open"?: boolean;
3218
3022
  /**
@@ -3278,7 +3082,7 @@ declare namespace LocalJSX {
3278
3082
  */
3279
3083
  "onSix-dialog-show"?: (event: SixDialogCustomEvent<EmptyPayload>) => void;
3280
3084
  /**
3281
- * Indicates whether or not the dialog is open. You can use this in lieu of the show/hide methods.
3085
+ * Indicates whether the dialog is open. You can use this in lieu of the show/hide methods.
3282
3086
  */
3283
3087
  "open"?: boolean;
3284
3088
  }
@@ -3325,7 +3129,7 @@ declare namespace LocalJSX {
3325
3129
  */
3326
3130
  "onSix-drawer-show"?: (event: SixDrawerCustomEvent<EmptyPayload>) => void;
3327
3131
  /**
3328
- * Indicates whether or not the drawer is open. You can use this in lieu of the show/hide methods.
3132
+ * Indicates whether the drawer is open. You can use this in lieu of the show/hide methods.
3329
3133
  */
3330
3134
  "open"?: boolean;
3331
3135
  /**
@@ -3408,15 +3212,15 @@ declare namespace LocalJSX {
3408
3212
  */
3409
3213
  "onSix-dropdown-show"?: (event: SixDropdownCustomEvent<EmptyPayload>) => void;
3410
3214
  /**
3411
- * Indicates whether or not the dropdown is open. You can use this in lieu of the show/hide methods.
3215
+ * Indicates whether the dropdown is open. You can use this in lieu of the show/hide methods.
3412
3216
  */
3413
3217
  "open"?: boolean;
3414
3218
  /**
3415
3219
  * Set the options to be shown in the dropdown (alternative to setting the elements via html)
3416
3220
  */
3417
- "options"?: SixMenuItemData[] | null;
3221
+ "options"?: SixMenuItemData[];
3418
3222
  /**
3419
- * The preferred placement of the dropdown panel. Note that the actual placement may vary as needed to keep the panel inside of the viewport.
3223
+ * The preferred placement of the dropdown panel. Note that the actual placement may vary as needed to keep the panel inside the viewport.
3420
3224
  */
3421
3225
  "placement"?: | 'top'
3422
3226
  | 'top-start'
@@ -3455,7 +3259,7 @@ declare namespace LocalJSX {
3455
3259
  /**
3456
3260
  * Defines error Code and thus displays the proper error page.
3457
3261
  */
3458
- "errorCode"?: number;
3262
+ "errorCode"?: 404 | 403 | 500;
3459
3263
  /**
3460
3264
  * Defines language and thus displays the proper error page in the selected language.
3461
3265
  */
@@ -3521,7 +3325,7 @@ declare namespace LocalJSX {
3521
3325
  /**
3522
3326
  * Set when button is disabled.
3523
3327
  */
3524
- "disabled"?: boolean;
3328
+ "disabled"?: false;
3525
3329
  /**
3526
3330
  * Label of the drop area.
3527
3331
  */
@@ -3529,11 +3333,11 @@ declare namespace LocalJSX {
3529
3333
  /**
3530
3334
  * Allowed max file size in bytes.
3531
3335
  */
3532
- "maxFileSize"?: number | undefined;
3336
+ "maxFileSize"?: number;
3533
3337
  /**
3534
3338
  * More than one file allowed.
3535
3339
  */
3536
- "multiple"?: boolean;
3340
+ "multiple"?: false;
3537
3341
  /**
3538
3342
  * Triggers when an uploaded file doesn't match MIME type or max file size.
3539
3343
  */
@@ -3549,29 +3353,6 @@ declare namespace LocalJSX {
3549
3353
  */
3550
3354
  interface SixFooter {
3551
3355
  }
3552
- /**
3553
- * @since 1.0
3554
- * @status stable
3555
- * Forked from https://github.com/shoelace-style/shoelace version v2.0.0-beta27.
3556
- */
3557
- interface SixForm {
3558
- /**
3559
- * Prevent the form from validating inputs before submitting.
3560
- */
3561
- "novalidate"?: boolean;
3562
- /**
3563
- * Emitted when the control's value changes.
3564
- */
3565
- "onSix-form-change"?: (event: SixFormCustomEvent<SixFormChangePayload>) => void;
3566
- /**
3567
- * Emitted when the forms values are reset.
3568
- */
3569
- "onSix-form-reset"?: (event: SixFormCustomEvent<EmptyPayload>) => void;
3570
- /**
3571
- * Emitted when the form is submitted. This event will not be emitted if any form control inside of it is in an invalid state, unless the form has the `novalidate` attribute. Note that there is never a need to prevent this event, since it doen't send a GET or POST request like native forms. To "prevent" submission, use a conditional around the XHR request you use to submit the form's data with.
3572
- */
3573
- "onSix-form-submit"?: (event: SixFormCustomEvent<SixFormSubmitPayload>) => void;
3574
- }
3575
3356
  /**
3576
3357
  * @since 1.1
3577
3358
  * @status stable
@@ -3590,7 +3371,7 @@ declare namespace LocalJSX {
3590
3371
  */
3591
3372
  "label"?: string;
3592
3373
  /**
3593
- * The label's required attribute.
3374
+ * Set to true to show an asterisk beneath the label.
3594
3375
  */
3595
3376
  "required"?: boolean;
3596
3377
  /**
@@ -3709,7 +3490,7 @@ declare namespace LocalJSX {
3709
3490
  /**
3710
3491
  * The input's autocorrect attribute.
3711
3492
  */
3712
- "autocorrect"?: string;
3493
+ "autocorrect"?: 'on' | 'off';
3713
3494
  /**
3714
3495
  * The input's autofocus attribute.
3715
3496
  */
@@ -3723,11 +3504,7 @@ declare namespace LocalJSX {
3723
3504
  */
3724
3505
  "disabled"?: boolean;
3725
3506
  /**
3726
- * Set to display the error text on blur and not when typing
3727
- */
3728
- "errorOnBlur"?: boolean;
3729
- /**
3730
- * The input's error text. Alternatively, you can use the error-text slot.
3507
+ * The error message shown, if `invalid` is set to true.
3731
3508
  */
3732
3509
  "errorText"?: string;
3733
3510
  /**
@@ -3739,11 +3516,11 @@ declare namespace LocalJSX {
3739
3516
  */
3740
3517
  "inputmode"?: 'none' | 'text' | 'decimal' | 'numeric' | 'tel' | 'search' | 'email' | 'url';
3741
3518
  /**
3742
- * This will be true when the control is in an invalid state. Validity is determined by props such as `type`, `required`, `minlength`, `maxlength`, and `pattern` using the browser's constraint validation API.
3519
+ * If this property is set to true and an error message is provided by `errorText`, the error message is displayed.
3743
3520
  */
3744
3521
  "invalid"?: boolean;
3745
3522
  /**
3746
- * The input's label. Alternatively, you can use the label slot.
3523
+ * The label text.
3747
3524
  */
3748
3525
  "label"?: string;
3749
3526
  /**
@@ -3790,10 +3567,6 @@ declare namespace LocalJSX {
3790
3567
  * Emitted when the control receives input. Access the new value via event.target.value.
3791
3568
  */
3792
3569
  "onSix-input-input"?: (event: SixInputCustomEvent<EmptyPayload>) => void;
3793
- /**
3794
- * Emitted whenever the value changes. Access the new value via event.target.value. six-input-value-change will emit whenever the value changes. So be it on input or when dynamically set. six-input-input will only be emitted when the user enters data, but not when a value is dynamically set. six-input-change will only be emitted when the user either presses enter or leaves the input field after entering some data.
3795
- */
3796
- "onSix-input-value-change"?: (event: SixInputCustomEvent<EmptyPayload>) => void;
3797
3570
  /**
3798
3571
  * A pattern to validate input against.
3799
3572
  */
@@ -3811,7 +3584,7 @@ declare namespace LocalJSX {
3811
3584
  */
3812
3585
  "readonly"?: boolean;
3813
3586
  /**
3814
- * Set to true to make the input a required field.
3587
+ * Set to true to show an asterisk beneath the label.
3815
3588
  */
3816
3589
  "required"?: boolean;
3817
3590
  /**
@@ -3881,7 +3654,7 @@ declare namespace LocalJSX {
3881
3654
  */
3882
3655
  "paddingChar"?: string;
3883
3656
  /**
3884
- * Defines whether the padding should be before or after the value. You can either use 'before' or 'after'. By default before is selected
3657
+ * Defines whether the padding should be before or after the value. You can either use 'before' or 'after'. By default, before is selected
3885
3658
  */
3886
3659
  "paddingDirection"?: ItemPickerPaddingDirection;
3887
3660
  /**
@@ -3931,7 +3704,7 @@ declare namespace LocalJSX {
3931
3704
  /**
3932
3705
  * Set the number of grid columns
3933
3706
  */
3934
- "columns"?: any;
3707
+ "columns"?: number;
3935
3708
  }
3936
3709
  /**
3937
3710
  * @since 1.01
@@ -3958,7 +3731,7 @@ declare namespace LocalJSX {
3958
3731
  */
3959
3732
  "items"?: SixMenuItemData1[] | null;
3960
3733
  /**
3961
- * Defines how many items should be shown. If the number of items is larger than this properties a scrollbar will be shown
3734
+ * Defines how many items should be shown. If the number of items is larger than this property a scrollbar will be shown
3962
3735
  */
3963
3736
  "itemsShown"?: number;
3964
3737
  /**
@@ -4070,7 +3843,7 @@ declare namespace LocalJSX {
4070
3843
  */
4071
3844
  "disabled"?: boolean;
4072
3845
  /**
4073
- * This will be true when the control is in an invalid state. Validity in range inputs is determined by the message provided by the `setCustomValidity` method.
3846
+ * If this property is set to true and an error message is provided by `errorText`, the error message is displayed.
4074
3847
  */
4075
3848
  "invalid"?: boolean;
4076
3849
  /**
@@ -4105,11 +3878,7 @@ declare namespace LocalJSX {
4105
3878
  */
4106
3879
  "disabled"?: boolean;
4107
3880
  /**
4108
- * Set to display the error text on blur and not when typing
4109
- */
4110
- "errorOnBlur"?: boolean;
4111
- /**
4112
- * The input's error text. Alternatively, you can use the error-text slot.
3881
+ * The error message shown, if `invalid` is set to true.
4113
3882
  */
4114
3883
  "errorText"?: string;
4115
3884
  /**
@@ -4117,11 +3886,11 @@ declare namespace LocalJSX {
4117
3886
  */
4118
3887
  "helpText"?: string;
4119
3888
  /**
4120
- * This will be true when the control is in an invalid state. Validity in range inputs is determined by the message provided by the `setCustomValidity` method.
3889
+ * If this property is set to true and an error message is provided by `errorText`, the error message is displayed.
4121
3890
  */
4122
3891
  "invalid"?: boolean;
4123
3892
  /**
4124
- * The range's label. Alternatively, you can use the label slot.
3893
+ * The label text.
4125
3894
  */
4126
3895
  "label"?: string;
4127
3896
  /**
@@ -4149,7 +3918,7 @@ declare namespace LocalJSX {
4149
3918
  */
4150
3919
  "onSix-range-focus"?: (event: SixRangeCustomEvent<EmptyPayload>) => void;
4151
3920
  /**
4152
- * Set to true to make the input a required field.
3921
+ * Set to true to show an asterisk beneath the label.
4153
3922
  */
4154
3923
  "required"?: boolean;
4155
3924
  /**
@@ -4243,20 +4012,12 @@ declare namespace LocalJSX {
4243
4012
  * Set to true to add a clear button when the select is populated.
4244
4013
  */
4245
4014
  "clearable"?: boolean;
4246
- /**
4247
- * The default value the select will be reverted to when reset is executed
4248
- */
4249
- "defaultValue"?: string | string[] | undefined;
4250
4015
  /**
4251
4016
  * Set to true to disable the select control.
4252
4017
  */
4253
4018
  "disabled"?: boolean;
4254
4019
  /**
4255
- * Set to display the error text on blur and not when typing
4256
- */
4257
- "errorOnBlur"?: boolean;
4258
- /**
4259
- * The select's error text. Alternatively, you can use the error-text slot.
4020
+ * The error message shown, if `invalid` is set to true.
4260
4021
  */
4261
4022
  "errorText"?: string;
4262
4023
  /**
@@ -4284,11 +4045,11 @@ declare namespace LocalJSX {
4284
4045
  */
4285
4046
  "inputDebounce"?: number;
4286
4047
  /**
4287
- * This will be true when the control is in an invalid state. Validity is determined by the `required` prop.
4048
+ * If this property is set to true and an error message is provided by `errorText`, the error message is displayed.
4288
4049
  */
4289
4050
  "invalid"?: boolean;
4290
4051
  /**
4291
- * The select's label. Alternatively, you can use the label slot.
4052
+ * The label text.
4292
4053
  */
4293
4054
  "label"?: string;
4294
4055
  /**
@@ -4332,7 +4093,7 @@ declare namespace LocalJSX {
4332
4093
  */
4333
4094
  "placeholder"?: string;
4334
4095
  /**
4335
- * The select's required attribute.
4096
+ * Set to true to show an asterisk beneath the label.
4336
4097
  */
4337
4098
  "required"?: boolean;
4338
4099
  /**
@@ -4374,7 +4135,7 @@ declare namespace LocalJSX {
4374
4135
  */
4375
4136
  "onSix-sidebar-show"?: (event: SixSidebarCustomEvent<EmptyPayload>) => void;
4376
4137
  /**
4377
- * Indicates whether or not the sidebar is open. You can use this in lieu of the show/hide methods.
4138
+ * Indicates whether the sidebar is open. You can use this in lieu of the show/hide methods.
4378
4139
  */
4379
4140
  "open"?: boolean;
4380
4141
  /**
@@ -4421,6 +4182,9 @@ declare namespace LocalJSX {
4421
4182
  * Title of item group
4422
4183
  */
4423
4184
  "name"?: string;
4185
+ /**
4186
+ * Indicates whether the sidebar is shown
4187
+ */
4424
4188
  "open"?: boolean;
4425
4189
  /**
4426
4190
  * Custom summary icon name.
@@ -4463,9 +4227,17 @@ declare namespace LocalJSX {
4463
4227
  */
4464
4228
  "disabled"?: boolean;
4465
4229
  /**
4466
- * This will be true when the control is in an invalid state. Validity is determined by the `required` prop.
4230
+ * The error message shown, if `invalid` is set to true.
4231
+ */
4232
+ "errorText"?: string;
4233
+ /**
4234
+ * If this property is set to true and an error message is provided by `errorText`, the error message is displayed.
4467
4235
  */
4468
4236
  "invalid"?: boolean;
4237
+ /**
4238
+ * The label text.
4239
+ */
4240
+ "label"?: string;
4469
4241
  /**
4470
4242
  * The switch's name attribute.
4471
4243
  */
@@ -4483,7 +4255,7 @@ declare namespace LocalJSX {
4483
4255
  */
4484
4256
  "onSix-switch-focus"?: (event: SixSwitchCustomEvent<EmptyPayload>) => void;
4485
4257
  /**
4486
- * Set to true to make the switch a required field.
4258
+ * Set to true to show an asterisk beneath the label.
4487
4259
  */
4488
4260
  "required"?: boolean;
4489
4261
  /**
@@ -4600,7 +4372,7 @@ declare namespace LocalJSX {
4600
4372
  /**
4601
4373
  * The textarea's autocorrect attribute.
4602
4374
  */
4603
- "autocorrect"?: string;
4375
+ "autocorrect"?: 'on' | 'off';
4604
4376
  /**
4605
4377
  * The textarea's autofocus attribute.
4606
4378
  */
@@ -4610,11 +4382,7 @@ declare namespace LocalJSX {
4610
4382
  */
4611
4383
  "disabled"?: boolean;
4612
4384
  /**
4613
- * Set to display the error text on blur and not when typing
4614
- */
4615
- "errorOnBlur"?: boolean;
4616
- /**
4617
- * The textarea's error text. Alternatively, you can use the error-text slot.
4385
+ * The error message shown, if `invalid` is set to true.
4618
4386
  */
4619
4387
  "errorText"?: string;
4620
4388
  /**
@@ -4626,11 +4394,11 @@ declare namespace LocalJSX {
4626
4394
  */
4627
4395
  "inputmode"?: 'none' | 'text' | 'decimal' | 'numeric' | 'tel' | 'search' | 'email' | 'url';
4628
4396
  /**
4629
- * This will be true when the control is in an invalid state. Validity is determined by props such as `required`, `minlength`, and `maxlength` using the browser's constraint validation API.
4397
+ * If this property is set to true and an error message is provided by `errorText`, the error message is displayed.
4630
4398
  */
4631
4399
  "invalid"?: boolean;
4632
4400
  /**
4633
- * The textarea's label. Alternatively, you can use the label slot.
4401
+ * The label text.
4634
4402
  */
4635
4403
  "label"?: string;
4636
4404
  /**
@@ -4661,10 +4429,6 @@ declare namespace LocalJSX {
4661
4429
  * Emitted when the control receives input. Access the new value via event.target.value.
4662
4430
  */
4663
4431
  "onSix-textarea-input"?: (event: SixTextareaCustomEvent<EmptyPayload>) => void;
4664
- /**
4665
- * Emitted whenever the value changes. Access the new value via event.target.value. six-textarea-value-change will emit whenever the value changes. So be it on textarea or when dynamically set. six-textarea-input will only be emitted when the user enters data, but not when a value is dynamically set. six-textarea-change will only be emitted when the user either presses enter or leaves the textarea field after entering some data.
4666
- */
4667
- "onSix-textarea-value-change"?: (event: SixTextareaCustomEvent<EmptyPayload>) => void;
4668
4432
  /**
4669
4433
  * The textarea's placeholder text.
4670
4434
  */
@@ -4674,7 +4438,7 @@ declare namespace LocalJSX {
4674
4438
  */
4675
4439
  "readonly"?: boolean;
4676
4440
  /**
4677
- * The textarea's required attribute.
4441
+ * Set to true to show an asterisk beneath the label.
4678
4442
  */
4679
4443
  "required"?: boolean;
4680
4444
  /**
@@ -4722,7 +4486,7 @@ declare namespace LocalJSX {
4722
4486
  /**
4723
4487
  * The icon's name.
4724
4488
  */
4725
- "iconName"?: any;
4489
+ "iconName"?: string;
4726
4490
  /**
4727
4491
  * The tile's label.
4728
4492
  */
@@ -4756,15 +4520,11 @@ declare namespace LocalJSX {
4756
4520
  /**
4757
4521
  * The defaultTime defines the default setting for the timepicker when you open the popup. Default time must match the provided format.
4758
4522
  */
4759
- "defaultTime"?: string | null;
4523
+ "defaultTime"?: string;
4760
4524
  /**
4761
4525
  * If `true` the component is disabled.
4762
4526
  */
4763
4527
  "disabled"?: boolean;
4764
- /**
4765
- * Set to display the error text on blur and not when typing
4766
- */
4767
- "errorOnBlur"?: boolean;
4768
4528
  /**
4769
4529
  * The input's error text. Alternatively, you can use the error-text slot.
4770
4530
  */
@@ -4772,7 +4532,7 @@ declare namespace LocalJSX {
4772
4532
  /**
4773
4533
  * Define the time format. Valid formats are: HH:mm:ss hh:mm:ss:aa HH:mm:ss:ms hh:mm:ss:ms:aa HH:mm hh:mm:aa HH hh:aa mm ss ms where HH is the 24 hour format and hh is the 12 hour format Please notice that when using the 12-hour-clock (hh) you always need a period indicator (aa). So the time can be parsed as either am or pm
4774
4534
  */
4775
- "format"?: SixTimeFormat;
4535
+ "format"?: TimeFormat;
4776
4536
  /**
4777
4537
  * Enable this option to prevent the panel from being clipped when the component is placed inside a container with `overflow: auto|scroll`.
4778
4538
  */
@@ -4782,13 +4542,17 @@ declare namespace LocalJSX {
4782
4542
  */
4783
4543
  "iconPosition"?: 'left' | 'right';
4784
4544
  /**
4785
- * Indicates whether or not the timepicker should be shown as an inline (always open) component
4545
+ * Indicates whether the timepicker should be shown as an inline (always open) component
4786
4546
  */
4787
4547
  "inline"?: boolean;
4788
4548
  /**
4789
4549
  * Set the amount of time, in milliseconds, to wait between switching to next timeunit (e.g. next hour) when mouse button is held pressed.
4790
4550
  */
4791
4551
  "interval"?: number;
4552
+ /**
4553
+ * If this property is set to true and an error message is provided by `errorText`, the error message is displayed.
4554
+ */
4555
+ "invalid"?: boolean;
4792
4556
  /**
4793
4557
  * The input's label. Alternatively, you can use the label slot.
4794
4558
  */
@@ -4810,13 +4574,13 @@ declare namespace LocalJSX {
4810
4574
  */
4811
4575
  "onSix-timepicker-clear"?: (event: SixTimepickerCustomEvent<EmptyPayload>) => void;
4812
4576
  /**
4813
- * Indicates whether or not the timepicker dropdown is open on startup. You can use this in lieu of the show/hide methods.
4577
+ * Indicates whether the timepicker dropdown is open on startup. You can use this in lieu of the show/hide methods.
4814
4578
  */
4815
4579
  "open"?: boolean;
4816
4580
  /**
4817
4581
  * The placeholder defines what text to be shown on the input element
4818
4582
  */
4819
- "placeholder"?: string | null;
4583
+ "placeholder"?: string;
4820
4584
  /**
4821
4585
  * The enforced placement of the dropdown panel.
4822
4586
  */
@@ -4826,7 +4590,7 @@ declare namespace LocalJSX {
4826
4590
  */
4827
4591
  "readonly"?: boolean;
4828
4592
  /**
4829
- * Set to true to make the input a required field.
4593
+ * Set to true to show an asterisk beneath the label.
4830
4594
  */
4831
4595
  "required"?: boolean;
4832
4596
  /**
@@ -4844,7 +4608,7 @@ declare namespace LocalJSX {
4844
4608
  /**
4845
4609
  * The value of the timepicker provided as a string. The string mast match the provided format (or default format)
4846
4610
  */
4847
- "value"?: string | null;
4611
+ "value"?: string;
4848
4612
  }
4849
4613
  /**
4850
4614
  * @since 1.0
@@ -4857,7 +4621,7 @@ declare namespace LocalJSX {
4857
4621
  */
4858
4622
  "content"?: string;
4859
4623
  /**
4860
- * Set to true to disable the tooltip so it won't show when triggered.
4624
+ * Set to true to disable the tooltip, so it won't show when triggered.
4861
4625
  */
4862
4626
  "disabled"?: boolean;
4863
4627
  /**
@@ -4881,11 +4645,11 @@ declare namespace LocalJSX {
4881
4645
  */
4882
4646
  "onSix-tooltip-show"?: (event: SixTooltipCustomEvent<EmptyPayload>) => void;
4883
4647
  /**
4884
- * Indicates whether or not the tooltip is open. You can use this in lieu of the show/hide methods.
4648
+ * Indicates whether the tooltip is open. You can use this in lieu of the show/hide methods.
4885
4649
  */
4886
4650
  "open"?: boolean;
4887
4651
  /**
4888
- * The preferred placement of the tooltip. Note that the actual placement may vary as needed to keep the tooltip inside of the viewport.
4652
+ * The preferred placement of the tooltip. Note that the actual placement may vary as needed to keep the tooltip inside the viewport.
4889
4653
  */
4890
4654
  "placement"?: | 'top'
4891
4655
  | 'top-start'
@@ -4926,7 +4690,6 @@ declare namespace LocalJSX {
4926
4690
  "six-file-list-item": SixFileListItem;
4927
4691
  "six-file-upload": SixFileUpload;
4928
4692
  "six-footer": SixFooter;
4929
- "six-form": SixForm;
4930
4693
  "six-group-label": SixGroupLabel;
4931
4694
  "six-header": SixHeader;
4932
4695
  "six-icon": SixIcon;
@@ -5054,12 +4817,6 @@ declare module "@stencil/core" {
5054
4817
  * @status stable
5055
4818
  */
5056
4819
  "six-footer": LocalJSX.SixFooter & JSXBase.HTMLAttributes<HTMLSixFooterElement>;
5057
- /**
5058
- * @since 1.0
5059
- * @status stable
5060
- * Forked from https://github.com/shoelace-style/shoelace version v2.0.0-beta27.
5061
- */
5062
- "six-form": LocalJSX.SixForm & JSXBase.HTMLAttributes<HTMLSixFormElement>;
5063
4820
  /**
5064
4821
  * @since 1.1
5065
4822
  * @status stable