@six-group/ui-library 3.0.0-beta.1.7 → 4.0.0-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1002) hide show
  1. package/dist/cjs/{event-listeners-4a8d66d5.js → event-listeners-74715e62.js} +40 -38
  2. package/dist/cjs/event-listeners-74715e62.js.map +1 -0
  3. package/dist/cjs/{execution-control-3bc9c7c4.js → execution-control-46f388e0.js} +37 -35
  4. package/dist/cjs/execution-control-46f388e0.js.map +1 -0
  5. package/dist/cjs/{focus-visible-b08d956f.js → focus-visible-0b352c74.js} +42 -40
  6. package/dist/cjs/focus-visible-0b352c74.js.map +1 -0
  7. package/dist/cjs/{form-control-9e4dffd1.js → form-control-8e2ae807.js} +28 -26
  8. package/dist/cjs/form-control-8e2ae807.js.map +1 -0
  9. package/dist/cjs/{index-341df120.js → index-b3257a77.js} +603 -279
  10. package/dist/cjs/index-b3257a77.js.map +1 -0
  11. package/dist/cjs/index.cjs.js +2 -0
  12. package/dist/cjs/index.cjs.js.map +1 -0
  13. package/dist/cjs/loader.cjs.js +6 -3
  14. package/dist/cjs/loader.cjs.js.map +1 -0
  15. package/dist/cjs/{modal-a9679ddf.js → modal-48d42228.js} +43 -41
  16. package/dist/cjs/modal-48d42228.js.map +1 -0
  17. package/dist/cjs/{popover-e3781f5a.js → popover-f743f62b.js} +100 -99
  18. package/dist/cjs/popover-f743f62b.js.map +1 -0
  19. package/dist/cjs/{scroll-5b8676ba.js → scroll-76e6f5d7.js} +59 -57
  20. package/dist/cjs/scroll-76e6f5d7.js.map +1 -0
  21. package/dist/cjs/set-attributes_2.cjs.entry.js +58 -58
  22. package/dist/cjs/set-attributes_2.cjs.entry.js.map +1 -0
  23. package/dist/cjs/six-alert.cjs.entry.js +127 -132
  24. package/dist/cjs/six-alert.cjs.entry.js.map +1 -0
  25. package/dist/cjs/six-avatar.cjs.entry.js +27 -29
  26. package/dist/cjs/six-avatar.cjs.entry.js.map +1 -0
  27. package/dist/cjs/six-badge.cjs.entry.js +26 -27
  28. package/dist/cjs/six-badge.cjs.entry.js.map +1 -0
  29. package/dist/cjs/six-button.cjs.entry.js +96 -98
  30. package/dist/cjs/six-button.cjs.entry.js.map +1 -0
  31. package/dist/cjs/six-card.cjs.entry.js +11 -9
  32. package/dist/cjs/six-card.cjs.entry.js.map +1 -0
  33. package/dist/cjs/six-checkbox.cjs.entry.js +149 -153
  34. package/dist/cjs/six-checkbox.cjs.entry.js.map +1 -0
  35. package/dist/cjs/six-datepicker.cjs.entry.js +1137 -1190
  36. package/dist/cjs/six-datepicker.cjs.entry.js.map +1 -0
  37. package/dist/cjs/six-details.cjs.entry.js +137 -140
  38. package/dist/cjs/six-details.cjs.entry.js.map +1 -0
  39. package/dist/cjs/six-dialog.cjs.entry.js +146 -153
  40. package/dist/cjs/six-dialog.cjs.entry.js.map +1 -0
  41. package/dist/cjs/six-drawer.cjs.entry.js +163 -175
  42. package/dist/cjs/six-drawer.cjs.entry.js.map +1 -0
  43. package/dist/cjs/six-dropdown_3.cjs.entry.js +682 -729
  44. package/dist/cjs/six-dropdown_3.cjs.entry.js.map +1 -0
  45. package/dist/cjs/six-error-page.cjs.entry.js +98 -95
  46. package/dist/cjs/six-error-page.cjs.entry.js.map +1 -0
  47. package/dist/cjs/six-file-list-item.cjs.entry.js +37 -39
  48. package/dist/cjs/six-file-list-item.cjs.entry.js.map +1 -0
  49. package/dist/cjs/six-file-list.cjs.entry.js +11 -9
  50. package/dist/cjs/six-file-list.cjs.entry.js.map +1 -0
  51. package/dist/cjs/six-file-upload.cjs.entry.js +110 -97
  52. package/dist/cjs/six-file-upload.cjs.entry.js.map +1 -0
  53. package/dist/cjs/six-footer.cjs.entry.js +11 -9
  54. package/dist/cjs/six-footer.cjs.entry.js.map +1 -0
  55. package/dist/cjs/six-form.cjs.entry.js +221 -220
  56. package/dist/cjs/six-form.cjs.entry.js.map +1 -0
  57. package/dist/cjs/six-group-label.cjs.entry.js +46 -47
  58. package/dist/cjs/six-group-label.cjs.entry.js.map +1 -0
  59. package/dist/cjs/six-header.cjs.entry.js +150 -150
  60. package/dist/cjs/six-header.cjs.entry.js.map +1 -0
  61. package/dist/cjs/six-icon-button.cjs.entry.js +37 -34
  62. package/dist/cjs/six-icon-button.cjs.entry.js.map +1 -0
  63. package/dist/cjs/six-icon.cjs.entry.js +25 -25
  64. package/dist/cjs/six-icon.cjs.entry.js.map +1 -0
  65. package/dist/cjs/six-input.cjs.entry.js +229 -231
  66. package/dist/cjs/six-input.cjs.entry.js.map +1 -0
  67. package/dist/cjs/six-item-picker.cjs.entry.js +347 -362
  68. package/dist/cjs/six-item-picker.cjs.entry.js.map +1 -0
  69. package/dist/cjs/six-language-switcher.cjs.entry.js +55 -53
  70. package/dist/cjs/six-language-switcher.cjs.entry.js.map +1 -0
  71. package/dist/cjs/six-layout-grid.cjs.entry.js +23 -20
  72. package/dist/cjs/six-layout-grid.cjs.entry.js.map +1 -0
  73. package/dist/cjs/six-main-container.cjs.entry.js +13 -12
  74. package/dist/cjs/six-main-container.cjs.entry.js.map +1 -0
  75. package/dist/cjs/six-menu-divider.cjs.entry.js +11 -9
  76. package/dist/cjs/six-menu-divider.cjs.entry.js.map +1 -0
  77. package/dist/cjs/six-menu-label.cjs.entry.js +11 -9
  78. package/dist/cjs/six-menu-label.cjs.entry.js.map +1 -0
  79. package/dist/cjs/six-picto.cjs.entry.js +15 -16
  80. package/dist/cjs/six-picto.cjs.entry.js.map +1 -0
  81. package/dist/cjs/six-progress-bar.cjs.entry.js +18 -18
  82. package/dist/cjs/six-progress-bar.cjs.entry.js.map +1 -0
  83. package/dist/cjs/six-progress-ring.cjs.entry.js +33 -32
  84. package/dist/cjs/six-progress-ring.cjs.entry.js.map +1 -0
  85. package/dist/cjs/six-radio.cjs.entry.js +120 -122
  86. package/dist/cjs/six-radio.cjs.entry.js.map +1 -0
  87. package/dist/cjs/six-range.cjs.entry.js +188 -199
  88. package/dist/cjs/six-range.cjs.entry.js.map +1 -0
  89. package/dist/cjs/six-root.cjs.entry.js +34 -35
  90. package/dist/cjs/six-root.cjs.entry.js.map +1 -0
  91. package/dist/cjs/six-search-field.cjs.entry.js +43 -44
  92. package/dist/cjs/six-search-field.cjs.entry.js.map +1 -0
  93. package/dist/cjs/six-select.cjs.entry.js +422 -448
  94. package/dist/cjs/six-select.cjs.entry.js.map +1 -0
  95. package/dist/cjs/six-sidebar-item-group.cjs.entry.js +44 -43
  96. package/dist/cjs/six-sidebar-item-group.cjs.entry.js.map +1 -0
  97. package/dist/cjs/six-sidebar-item.cjs.entry.js +18 -19
  98. package/dist/cjs/six-sidebar-item.cjs.entry.js.map +1 -0
  99. package/dist/cjs/six-sidebar.cjs.entry.js +170 -172
  100. package/dist/cjs/six-sidebar.cjs.entry.js.map +1 -0
  101. package/dist/cjs/six-spinner.cjs.entry.js +18 -17
  102. package/dist/cjs/six-spinner.cjs.entry.js.map +1 -0
  103. package/dist/cjs/six-switch.cjs.entry.js +101 -101
  104. package/dist/cjs/six-switch.cjs.entry.js.map +1 -0
  105. package/dist/cjs/six-tab-group.cjs.entry.js +227 -227
  106. package/dist/cjs/six-tab-group.cjs.entry.js.map +1 -0
  107. package/dist/cjs/six-tab-panel.cjs.entry.js +18 -18
  108. package/dist/cjs/six-tab-panel.cjs.entry.js.map +1 -0
  109. package/dist/cjs/six-tab.cjs.entry.js +41 -43
  110. package/dist/cjs/six-tab.cjs.entry.js.map +1 -0
  111. package/dist/cjs/six-table-cell_4.cjs.entry.js +77 -72
  112. package/dist/cjs/six-table-cell_4.cjs.entry.js.map +1 -0
  113. package/dist/cjs/six-table.cjs.entry.js +145 -146
  114. package/dist/cjs/six-table.cjs.entry.js.map +1 -0
  115. package/dist/cjs/six-tag.cjs.entry.js +39 -41
  116. package/dist/cjs/six-tag.cjs.entry.js.map +1 -0
  117. package/dist/cjs/six-textarea.cjs.entry.js +209 -212
  118. package/dist/cjs/six-textarea.cjs.entry.js.map +1 -0
  119. package/dist/cjs/six-tile.cjs.entry.js +87 -90
  120. package/dist/cjs/six-tile.cjs.entry.js.map +1 -0
  121. package/dist/cjs/six-timepicker.cjs.entry.js +441 -490
  122. package/dist/cjs/six-timepicker.cjs.entry.js.map +1 -0
  123. package/dist/cjs/{six-timepicker.types-c58cc88b.js → six-timepicker.types-c19ebff3.js} +45 -43
  124. package/dist/cjs/six-timepicker.types-c19ebff3.js.map +1 -0
  125. package/dist/cjs/six-tooltip.cjs.entry.js +163 -173
  126. package/dist/cjs/six-tooltip.cjs.entry.js.map +1 -0
  127. package/dist/cjs/{slot-8abe833c.js → slot-ad537f24.js} +44 -42
  128. package/dist/cjs/slot-ad537f24.js.map +1 -0
  129. package/dist/cjs/{types-0c28e484.js → types-64878648.js} +14 -12
  130. package/dist/cjs/types-64878648.js.map +1 -0
  131. package/dist/cjs/ui-library.cjs.js +12 -3
  132. package/dist/cjs/ui-library.cjs.js.map +1 -0
  133. package/dist/collection/collection-manifest.json +2 -2
  134. package/dist/collection/components/six-alert/six-alert.js +368 -366
  135. package/dist/collection/components/six-alert/six-alert.js.map +1 -0
  136. package/dist/collection/components/six-avatar/six-avatar.js +131 -131
  137. package/dist/collection/components/six-avatar/six-avatar.js.map +1 -0
  138. package/dist/collection/components/six-badge/six-badge.js +104 -101
  139. package/dist/collection/components/six-badge/six-badge.js.map +1 -0
  140. package/dist/collection/components/six-button/six-button.js +464 -466
  141. package/dist/collection/components/six-button/six-button.js.map +1 -0
  142. package/dist/collection/components/six-card/six-card.js +25 -21
  143. package/dist/collection/components/six-card/six-card.js.map +1 -0
  144. package/dist/collection/components/six-checkbox/six-checkbox.js +541 -550
  145. package/dist/collection/components/six-checkbox/six-checkbox.js.map +1 -0
  146. package/dist/collection/components/six-datepicker/components/day-selection.js +12 -13
  147. package/dist/collection/components/six-datepicker/components/day-selection.js.map +1 -0
  148. package/dist/collection/components/six-datepicker/components/month-selection.js +12 -12
  149. package/dist/collection/components/six-datepicker/components/month-selection.js.map +1 -0
  150. package/dist/collection/components/six-datepicker/components/year-selection.js +10 -10
  151. package/dist/collection/components/six-datepicker/components/year-selection.js.map +1 -0
  152. package/dist/collection/components/six-datepicker/six-date-formats.js +24 -23
  153. package/dist/collection/components/six-datepicker/six-date-formats.js.map +1 -0
  154. package/dist/collection/components/six-datepicker/six-datepicker.js +1271 -1343
  155. package/dist/collection/components/six-datepicker/six-datepicker.js.map +1 -0
  156. package/dist/collection/components/six-datepicker/test/six-datepicker.test-helpers.js +17 -16
  157. package/dist/collection/components/six-datepicker/test/six-datepicker.test-helpers.js.map +1 -0
  158. package/dist/collection/components/six-details/six-details.js +434 -432
  159. package/dist/collection/components/six-details/six-details.js.map +1 -0
  160. package/dist/collection/components/six-dialog/six-dialog.js +397 -401
  161. package/dist/collection/components/six-dialog/six-dialog.js.map +1 -0
  162. package/dist/collection/components/six-drawer/six-drawer.js +449 -458
  163. package/dist/collection/components/six-drawer/six-drawer.js.map +1 -0
  164. package/dist/collection/components/six-dropdown/six-dropdown.js +919 -939
  165. package/dist/collection/components/six-dropdown/six-dropdown.js.map +1 -0
  166. package/dist/collection/components/six-error-page/six-error-page.js +203 -199
  167. package/dist/collection/components/six-error-page/six-error-page.js.map +1 -0
  168. package/dist/collection/components/six-file-list/six-file-list.js +24 -20
  169. package/dist/collection/components/six-file-list/six-file-list.js.map +1 -0
  170. package/dist/collection/components/six-file-list-item/six-file-list-item.js +204 -203
  171. package/dist/collection/components/six-file-list-item/six-file-list-item.js.map +1 -0
  172. package/dist/collection/components/six-file-upload/six-file-upload.js +307 -272
  173. package/dist/collection/components/six-file-upload/six-file-upload.js.map +1 -0
  174. package/dist/collection/components/six-footer/six-footer.js +25 -21
  175. package/dist/collection/components/six-footer/six-footer.js.map +1 -0
  176. package/dist/collection/components/six-form/six-form.js +419 -408
  177. package/dist/collection/components/six-form/six-form.js.map +1 -0
  178. package/dist/collection/components/six-group-label/six-group-label.js +173 -166
  179. package/dist/collection/components/six-group-label/six-group-label.js.map +1 -0
  180. package/dist/collection/components/six-header/six-header.js +412 -420
  181. package/dist/collection/components/six-header/six-header.js.map +1 -0
  182. package/dist/collection/components/six-icon/six-icon.js +81 -77
  183. package/dist/collection/components/six-icon/six-icon.js.map +1 -0
  184. package/dist/collection/components/six-icon-button/six-icon-button.js +146 -142
  185. package/dist/collection/components/six-icon-button/six-icon-button.js.map +1 -0
  186. package/dist/collection/components/six-input/six-input.js +1140 -1141
  187. package/dist/collection/components/six-input/six-input.js.map +1 -0
  188. package/dist/collection/components/six-item-picker/six-item-picker.js +681 -688
  189. package/dist/collection/components/six-item-picker/six-item-picker.js.map +1 -0
  190. package/dist/collection/components/six-item-picker/types.js +14 -13
  191. package/dist/collection/components/six-item-picker/types.js.map +1 -0
  192. package/dist/collection/components/six-language-switcher/six-language-switcher.js +139 -128
  193. package/dist/collection/components/six-language-switcher/six-language-switcher.js.map +1 -0
  194. package/dist/collection/components/six-layout-grid/six-layout-grid.js +63 -52
  195. package/dist/collection/components/six-layout-grid/six-layout-grid.js.map +1 -0
  196. package/dist/collection/components/six-main-container/six-main-container.js +55 -53
  197. package/dist/collection/components/six-main-container/six-main-container.js.map +1 -0
  198. package/dist/collection/components/six-menu/six-menu.js +398 -406
  199. package/dist/collection/components/six-menu/six-menu.js.map +1 -0
  200. package/dist/collection/components/six-menu-divider/six-menu-divider.js +27 -22
  201. package/dist/collection/components/six-menu-divider/six-menu-divider.js.map +1 -0
  202. package/dist/collection/components/six-menu-item/six-menu-item.js +198 -177
  203. package/dist/collection/components/six-menu-item/six-menu-item.js.map +1 -0
  204. package/dist/collection/components/six-menu-label/six-menu-label.js +29 -25
  205. package/dist/collection/components/six-menu-label/six-menu-label.js.map +1 -0
  206. package/dist/collection/components/six-picto/six-picto.js +53 -50
  207. package/dist/collection/components/six-picto/six-picto.js.map +1 -0
  208. package/dist/collection/components/six-progress-bar/six-progress-bar.js +80 -77
  209. package/dist/collection/components/six-progress-bar/six-progress-bar.js.map +1 -0
  210. package/dist/collection/components/six-progress-ring/six-progress-ring.js +114 -111
  211. package/dist/collection/components/six-progress-ring/six-progress-ring.js.map +1 -0
  212. package/dist/collection/components/six-radio/six-radio.js +412 -410
  213. package/dist/collection/components/six-radio/six-radio.js.map +1 -0
  214. package/dist/collection/components/six-range/six-range.js +619 -620
  215. package/dist/collection/components/six-range/six-range.js.map +1 -0
  216. package/dist/collection/components/six-root/six-root.js +165 -167
  217. package/dist/collection/components/six-root/six-root.js.map +1 -0
  218. package/dist/collection/components/six-search-field/six-search-field.js +177 -171
  219. package/dist/collection/components/six-search-field/six-search-field.js.map +1 -0
  220. package/dist/collection/components/six-select/six-select.css +1 -2
  221. package/dist/collection/components/six-select/six-select.js +1081 -1105
  222. package/dist/collection/components/six-select/six-select.js.map +1 -0
  223. package/dist/collection/components/six-sidebar/six-sidebar.js +464 -455
  224. package/dist/collection/components/six-sidebar/six-sidebar.js.map +1 -0
  225. package/dist/collection/components/six-sidebar-item/six-sidebar-item.js +92 -89
  226. package/dist/collection/components/six-sidebar-item/six-sidebar-item.js.map +1 -0
  227. package/dist/collection/components/six-sidebar-item-group/six-sidebar-item-group.js +159 -158
  228. package/dist/collection/components/six-sidebar-item-group/six-sidebar-item-group.js.map +1 -0
  229. package/dist/collection/components/six-spinner/six-spinner.js +58 -55
  230. package/dist/collection/components/six-spinner/six-spinner.js.map +1 -0
  231. package/dist/collection/components/six-stage-indicator/six-stage-indicator.js +49 -46
  232. package/dist/collection/components/six-stage-indicator/six-stage-indicator.js.map +1 -0
  233. package/dist/collection/components/six-switch/six-switch.js +401 -393
  234. package/dist/collection/components/six-switch/six-switch.js.map +1 -0
  235. package/dist/collection/components/six-tab/six-tab.js +202 -198
  236. package/dist/collection/components/six-tab/six-tab.js.map +1 -0
  237. package/dist/collection/components/six-tab-group/six-tab-group.js +368 -362
  238. package/dist/collection/components/six-tab-group/six-tab-group.js.map +1 -0
  239. package/dist/collection/components/six-tab-panel/six-tab-panel.js +78 -75
  240. package/dist/collection/components/six-tab-panel/six-tab-panel.js.map +1 -0
  241. package/dist/collection/components/six-table/six-table.js +219 -209
  242. package/dist/collection/components/six-table/six-table.js.map +1 -0
  243. package/dist/collection/components/six-table/test/helpers.js +14 -13
  244. package/dist/collection/components/six-table/test/helpers.js.map +1 -0
  245. package/dist/collection/components/six-table/types.js +9 -8
  246. package/dist/collection/components/six-table/types.js.map +1 -0
  247. package/dist/collection/components/six-table/util/filter-by.js +34 -34
  248. package/dist/collection/components/six-table/util/filter-by.js.map +1 -0
  249. package/dist/collection/components/six-table/util/from-data.js +32 -33
  250. package/dist/collection/components/six-table/util/from-data.js.map +1 -0
  251. package/dist/collection/components/six-table/util/is.js +4 -3
  252. package/dist/collection/components/six-table/util/is.js.map +1 -0
  253. package/dist/collection/components/six-table/util/quick-filter-by.js +14 -13
  254. package/dist/collection/components/six-table/util/quick-filter-by.js.map +1 -0
  255. package/dist/collection/components/six-table/util/sort-by.js +25 -25
  256. package/dist/collection/components/six-table/util/sort-by.js.map +1 -0
  257. package/dist/collection/components/six-table-cell/six-table-cell.js +25 -21
  258. package/dist/collection/components/six-table-cell/six-table-cell.js.map +1 -0
  259. package/dist/collection/components/six-table-header/six-table-header.js +25 -21
  260. package/dist/collection/components/six-table-header/six-table-header.js.map +1 -0
  261. package/dist/collection/components/six-table-header-cell/get-next-state.js +7 -7
  262. package/dist/collection/components/six-table-header-cell/get-next-state.js.map +1 -0
  263. package/dist/collection/components/six-table-header-cell/icons.js +12 -12
  264. package/dist/collection/components/six-table-header-cell/icons.js.map +1 -0
  265. package/dist/collection/components/six-table-header-cell/six-table-header-cell.js +179 -174
  266. package/dist/collection/components/six-table-header-cell/six-table-header-cell.js.map +1 -0
  267. package/dist/collection/components/six-table-header-cell/types.js +2 -13
  268. package/dist/collection/components/six-table-header-cell/types.js.map +1 -0
  269. package/dist/collection/components/six-table-header-cell/util/create-model.js +7 -6
  270. package/dist/collection/components/six-table-header-cell/util/create-model.js.map +1 -0
  271. package/dist/collection/components/six-table-header-cell/util/get-next-state.js +7 -7
  272. package/dist/collection/components/six-table-header-cell/util/get-next-state.js.map +1 -0
  273. package/dist/collection/components/six-table-row/six-table-row.js +25 -21
  274. package/dist/collection/components/six-table-row/six-table-row.js.map +1 -0
  275. package/dist/collection/components/six-tag/six-tag.js +159 -157
  276. package/dist/collection/components/six-tag/six-tag.js.map +1 -0
  277. package/dist/collection/components/six-textarea/six-textarea.js +920 -912
  278. package/dist/collection/components/six-textarea/six-textarea.js.map +1 -0
  279. package/dist/collection/components/six-tile/six-tile.js +314 -315
  280. package/dist/collection/components/six-tile/six-tile.js.map +1 -0
  281. package/dist/collection/components/six-timepicker/six-time-format.js +15 -14
  282. package/dist/collection/components/six-timepicker/six-time-format.js.map +1 -0
  283. package/dist/collection/components/six-timepicker/six-timepicker.js +936 -980
  284. package/dist/collection/components/six-timepicker/six-timepicker.js.map +1 -0
  285. package/dist/collection/components/six-timepicker/six-timepicker.types.js +41 -40
  286. package/dist/collection/components/six-timepicker/six-timepicker.types.js.map +1 -0
  287. package/dist/collection/components/six-tooltip/six-tooltip.js +432 -435
  288. package/dist/collection/components/six-tooltip/six-tooltip.js.map +1 -0
  289. package/dist/collection/functional-components/form-control/form-control.js +23 -28
  290. package/dist/collection/functional-components/form-control/form-control.js.map +1 -0
  291. package/dist/collection/index.js +2 -1
  292. package/dist/collection/index.js.map +1 -0
  293. package/dist/collection/testUtil/delay.js +4 -3
  294. package/dist/collection/testUtil/delay.js.map +1 -0
  295. package/dist/collection/utils/as-array.js +2 -1
  296. package/dist/collection/utils/as-array.js.map +1 -0
  297. package/dist/collection/utils/date-util.js +713 -712
  298. package/dist/collection/utils/date-util.js.map +1 -0
  299. package/dist/collection/utils/event-listeners.js +40 -39
  300. package/dist/collection/utils/event-listeners.js.map +1 -0
  301. package/dist/collection/utils/execution-control.js +39 -38
  302. package/dist/collection/utils/execution-control.js.map +1 -0
  303. package/dist/collection/utils/focus-visible.js +42 -41
  304. package/dist/collection/utils/focus-visible.js.map +1 -0
  305. package/dist/collection/utils/matchers.js +3 -2
  306. package/dist/collection/utils/matchers.js.map +1 -0
  307. package/dist/collection/utils/modal.js +29 -28
  308. package/dist/collection/utils/modal.js.map +1 -0
  309. package/dist/collection/utils/offset.js +14 -13
  310. package/dist/collection/utils/offset.js.map +1 -0
  311. package/dist/collection/utils/popover.js +114 -113
  312. package/dist/collection/utils/popover.js.map +1 -0
  313. package/dist/collection/utils/scroll.js +48 -47
  314. package/dist/collection/utils/scroll.js.map +1 -0
  315. package/dist/collection/utils/slot.js +60 -59
  316. package/dist/collection/utils/slot.js.map +1 -0
  317. package/dist/collection/utils/support.js +16 -15
  318. package/dist/collection/utils/support.js.map +1 -0
  319. package/dist/collection/utils/tabbable.js +23 -22
  320. package/dist/collection/utils/tabbable.js.map +1 -0
  321. package/dist/collection/utils/testing.js +39 -38
  322. package/dist/collection/utils/testing.js.map +1 -0
  323. package/dist/collection/utils/time.util.js +75 -74
  324. package/dist/collection/utils/time.util.js.map +1 -0
  325. package/dist/collection/utils/type-check.js +6 -5
  326. package/dist/collection/utils/type-check.js.map +1 -0
  327. package/dist/collection/utils/types.js +2 -1
  328. package/dist/collection/utils/types.js.map +1 -0
  329. package/dist/collection/wrappers/set-attributes/set-attributes.js +72 -68
  330. package/dist/collection/wrappers/set-attributes/set-attributes.js.map +1 -0
  331. package/dist/{esm/event-listeners-1bef934e.js → components/event-listeners.js} +40 -38
  332. package/dist/components/event-listeners.js.map +1 -0
  333. package/dist/{esm/execution-control-235f5126.js → components/execution-control.js} +37 -35
  334. package/dist/components/execution-control.js.map +1 -0
  335. package/dist/{esm/focus-visible-4b7946aa.js → components/focus-visible.js} +42 -40
  336. package/dist/components/focus-visible.js.map +1 -0
  337. package/dist/components/form-control.js +32 -0
  338. package/dist/components/form-control.js.map +1 -0
  339. package/dist/components/index.d.ts +39 -0
  340. package/dist/components/index.js +132 -0
  341. package/dist/components/index.js.map +1 -0
  342. package/dist/{esm/modal-e5709f6b.js → components/modal.js} +43 -41
  343. package/dist/components/modal.js.map +1 -0
  344. package/dist/{esm/popover-5a51f84d.js → components/popover.js} +100 -99
  345. package/dist/components/popover.js.map +1 -0
  346. package/dist/{esm/scroll-99b214c2.js → components/scroll.js} +59 -57
  347. package/dist/components/scroll.js.map +1 -0
  348. package/dist/components/set-attributes.d.ts +11 -0
  349. package/dist/components/set-attributes.js +8 -0
  350. package/dist/components/set-attributes.js.map +1 -0
  351. package/dist/components/set-attributes2.js +69 -0
  352. package/dist/components/set-attributes2.js.map +1 -0
  353. package/dist/components/six-alert.d.ts +11 -0
  354. package/dist/components/six-alert.js +172 -0
  355. package/dist/components/six-alert.js.map +1 -0
  356. package/dist/components/six-avatar.d.ts +11 -0
  357. package/dist/components/six-avatar.js +63 -0
  358. package/dist/components/six-avatar.js.map +1 -0
  359. package/dist/components/six-badge.d.ts +11 -0
  360. package/dist/components/six-badge.js +54 -0
  361. package/dist/components/six-badge.js.map +1 -0
  362. package/dist/components/six-button.d.ts +11 -0
  363. package/dist/components/six-button.js +147 -0
  364. package/dist/components/six-button.js.map +1 -0
  365. package/dist/components/six-card.d.ts +11 -0
  366. package/dist/components/six-card.js +35 -0
  367. package/dist/components/six-card.js.map +1 -0
  368. package/dist/components/six-checkbox.d.ts +11 -0
  369. package/dist/components/six-checkbox.js +193 -0
  370. package/dist/components/six-checkbox.js.map +1 -0
  371. package/dist/components/six-datepicker.d.ts +11 -0
  372. package/dist/components/six-datepicker.js +1229 -0
  373. package/dist/components/six-datepicker.js.map +1 -0
  374. package/dist/components/six-details.d.ts +11 -0
  375. package/dist/components/six-details.js +8 -0
  376. package/dist/components/six-details.js.map +1 -0
  377. package/dist/components/six-details2.js +176 -0
  378. package/dist/components/six-details2.js.map +1 -0
  379. package/dist/components/six-dialog.d.ts +11 -0
  380. package/dist/components/six-dialog.js +190 -0
  381. package/dist/components/six-dialog.js.map +1 -0
  382. package/dist/components/six-drawer.d.ts +11 -0
  383. package/dist/components/six-drawer.js +209 -0
  384. package/dist/components/six-drawer.js.map +1 -0
  385. package/dist/components/six-dropdown.d.ts +11 -0
  386. package/dist/components/six-dropdown.js +8 -0
  387. package/dist/components/six-dropdown.js.map +1 -0
  388. package/dist/components/six-dropdown2.js +499 -0
  389. package/dist/components/six-dropdown2.js.map +1 -0
  390. package/dist/components/six-error-page.d.ts +11 -0
  391. package/dist/components/six-error-page.js +134 -0
  392. package/dist/components/six-error-page.js.map +1 -0
  393. package/dist/components/six-file-list-item.d.ts +11 -0
  394. package/dist/components/six-file-list-item.js +74 -0
  395. package/dist/components/six-file-list-item.js.map +1 -0
  396. package/dist/components/six-file-list.d.ts +11 -0
  397. package/dist/components/six-file-list.js +35 -0
  398. package/dist/components/six-file-list.js.map +1 -0
  399. package/dist/components/six-file-upload.d.ts +11 -0
  400. package/dist/components/six-file-upload.js +147 -0
  401. package/dist/components/six-file-upload.js.map +1 -0
  402. package/dist/components/six-footer.d.ts +11 -0
  403. package/dist/components/six-footer.js +35 -0
  404. package/dist/components/six-footer.js.map +1 -0
  405. package/dist/components/six-form.d.ts +11 -0
  406. package/dist/components/six-form.js +252 -0
  407. package/dist/components/six-form.js.map +1 -0
  408. package/dist/components/six-group-label.d.ts +11 -0
  409. package/dist/components/six-group-label.js +78 -0
  410. package/dist/components/six-group-label.js.map +1 -0
  411. package/dist/components/six-header.d.ts +11 -0
  412. package/dist/components/six-header.js +219 -0
  413. package/dist/components/six-header.js.map +1 -0
  414. package/dist/components/six-icon-button.d.ts +11 -0
  415. package/dist/components/six-icon-button.js +8 -0
  416. package/dist/components/six-icon-button.js.map +1 -0
  417. package/dist/components/six-icon-button2.js +70 -0
  418. package/dist/components/six-icon-button2.js.map +1 -0
  419. package/dist/components/six-icon.d.ts +11 -0
  420. package/dist/components/six-icon.js +8 -0
  421. package/dist/components/six-icon.js.map +1 -0
  422. package/dist/components/six-icon2.js +49 -0
  423. package/dist/components/six-icon2.js.map +1 -0
  424. package/dist/components/six-input.d.ts +11 -0
  425. package/dist/components/six-input.js +8 -0
  426. package/dist/components/six-input.js.map +1 -0
  427. package/dist/components/six-input2.js +303 -0
  428. package/dist/components/six-input2.js.map +1 -0
  429. package/dist/components/six-item-picker.d.ts +11 -0
  430. package/dist/components/six-item-picker.js +8 -0
  431. package/dist/components/six-item-picker.js.map +1 -0
  432. package/dist/components/six-item-picker2.js +404 -0
  433. package/dist/components/six-item-picker2.js.map +1 -0
  434. package/dist/components/six-language-switcher.d.ts +11 -0
  435. package/dist/components/six-language-switcher.js +82 -0
  436. package/dist/components/six-language-switcher.js.map +1 -0
  437. package/dist/components/six-layout-grid.d.ts +11 -0
  438. package/dist/components/six-layout-grid.js +49 -0
  439. package/dist/components/six-layout-grid.js.map +1 -0
  440. package/dist/components/six-main-container.d.ts +11 -0
  441. package/dist/components/six-main-container.js +39 -0
  442. package/dist/components/six-main-container.js.map +1 -0
  443. package/dist/components/six-menu-divider.d.ts +11 -0
  444. package/dist/components/six-menu-divider.js +35 -0
  445. package/dist/components/six-menu-divider.js.map +1 -0
  446. package/dist/components/six-menu-item.d.ts +11 -0
  447. package/dist/components/six-menu-item.js +8 -0
  448. package/dist/components/six-menu-item.js.map +1 -0
  449. package/dist/components/six-menu-item2.js +86 -0
  450. package/dist/components/six-menu-item2.js.map +1 -0
  451. package/dist/components/six-menu-label.d.ts +11 -0
  452. package/dist/components/six-menu-label.js +35 -0
  453. package/dist/components/six-menu-label.js.map +1 -0
  454. package/dist/components/six-menu.d.ts +11 -0
  455. package/dist/components/six-menu.js +8 -0
  456. package/dist/components/six-menu.js.map +1 -0
  457. package/dist/components/six-menu2.js +252 -0
  458. package/dist/components/six-menu2.js.map +1 -0
  459. package/dist/components/six-picto.d.ts +11 -0
  460. package/dist/components/six-picto.js +8 -0
  461. package/dist/components/six-picto.js.map +1 -0
  462. package/dist/{custom-elements/index.js → components/six-picto2.js} +30 -9749
  463. package/dist/components/six-picto2.js.map +1 -0
  464. package/dist/components/six-progress-bar.d.ts +11 -0
  465. package/dist/components/six-progress-bar.js +45 -0
  466. package/dist/components/six-progress-bar.js.map +1 -0
  467. package/dist/components/six-progress-ring.d.ts +11 -0
  468. package/dist/components/six-progress-ring.js +61 -0
  469. package/dist/components/six-progress-ring.js.map +1 -0
  470. package/dist/components/six-radio.d.ts +11 -0
  471. package/dist/components/six-radio.js +157 -0
  472. package/dist/components/six-radio.js.map +1 -0
  473. package/dist/components/six-range.d.ts +11 -0
  474. package/dist/components/six-range.js +236 -0
  475. package/dist/components/six-range.js.map +1 -0
  476. package/dist/components/six-root.d.ts +11 -0
  477. package/dist/components/six-root.js +82 -0
  478. package/dist/components/six-root.js.map +1 -0
  479. package/dist/components/six-search-field.d.ts +11 -0
  480. package/dist/components/six-search-field.js +85 -0
  481. package/dist/components/six-search-field.js.map +1 -0
  482. package/dist/components/six-select.d.ts +11 -0
  483. package/dist/components/six-select.js +526 -0
  484. package/dist/components/six-select.js.map +1 -0
  485. package/dist/components/six-sidebar-item-group.d.ts +11 -0
  486. package/dist/components/six-sidebar-item-group.js +88 -0
  487. package/dist/components/six-sidebar-item-group.js.map +1 -0
  488. package/dist/components/six-sidebar-item.d.ts +11 -0
  489. package/dist/components/six-sidebar-item.js +46 -0
  490. package/dist/components/six-sidebar-item.js.map +1 -0
  491. package/dist/components/six-sidebar.d.ts +11 -0
  492. package/dist/components/six-sidebar.js +205 -0
  493. package/dist/components/six-sidebar.js.map +1 -0
  494. package/dist/components/six-spinner.d.ts +11 -0
  495. package/dist/components/six-spinner.js +8 -0
  496. package/dist/components/six-spinner.js.map +1 -0
  497. package/dist/components/six-spinner2.js +41 -0
  498. package/dist/components/six-spinner2.js.map +1 -0
  499. package/dist/components/six-stage-indicator.d.ts +11 -0
  500. package/dist/components/six-stage-indicator.js +8 -0
  501. package/dist/components/six-stage-indicator.js.map +1 -0
  502. package/dist/components/six-stage-indicator2.js +41 -0
  503. package/dist/components/six-stage-indicator2.js.map +1 -0
  504. package/dist/components/six-switch.d.ts +11 -0
  505. package/dist/components/six-switch.js +139 -0
  506. package/dist/components/six-switch.js.map +1 -0
  507. package/dist/components/six-tab-group.d.ts +11 -0
  508. package/dist/components/six-tab-group.js +268 -0
  509. package/dist/components/six-tab-group.js.map +1 -0
  510. package/dist/components/six-tab-panel.d.ts +11 -0
  511. package/dist/components/six-tab-panel.js +45 -0
  512. package/dist/components/six-tab-panel.js.map +1 -0
  513. package/dist/components/six-tab.d.ts +11 -0
  514. package/dist/components/six-tab.js +84 -0
  515. package/dist/components/six-tab.js.map +1 -0
  516. package/dist/components/six-table-cell.d.ts +11 -0
  517. package/dist/components/six-table-cell.js +8 -0
  518. package/dist/components/six-table-cell.js.map +1 -0
  519. package/dist/components/six-table-cell2.js +32 -0
  520. package/dist/components/six-table-cell2.js.map +1 -0
  521. package/dist/components/six-table-header-cell.d.ts +11 -0
  522. package/dist/components/six-table-header-cell.js +8 -0
  523. package/dist/components/six-table-header-cell.js.map +1 -0
  524. package/dist/components/six-table-header-cell2.js +120 -0
  525. package/dist/components/six-table-header-cell2.js.map +1 -0
  526. package/dist/components/six-table-header.d.ts +11 -0
  527. package/dist/components/six-table-header.js +8 -0
  528. package/dist/components/six-table-header.js.map +1 -0
  529. package/dist/components/six-table-header2.js +32 -0
  530. package/dist/components/six-table-header2.js.map +1 -0
  531. package/dist/components/six-table-row.d.ts +11 -0
  532. package/dist/components/six-table-row.js +8 -0
  533. package/dist/components/six-table-row.js.map +1 -0
  534. package/dist/components/six-table-row2.js +32 -0
  535. package/dist/components/six-table-row2.js.map +1 -0
  536. package/dist/components/six-table.d.ts +11 -0
  537. package/dist/components/six-table.js +252 -0
  538. package/dist/components/six-table.js.map +1 -0
  539. package/dist/components/six-tag.d.ts +11 -0
  540. package/dist/components/six-tag.js +8 -0
  541. package/dist/components/six-tag.js.map +1 -0
  542. package/dist/components/six-tag2.js +77 -0
  543. package/dist/components/six-tag2.js.map +1 -0
  544. package/dist/components/six-textarea.d.ts +11 -0
  545. package/dist/components/six-textarea.js +269 -0
  546. package/dist/components/six-textarea.js.map +1 -0
  547. package/dist/components/six-tile.d.ts +11 -0
  548. package/dist/components/six-tile.js +142 -0
  549. package/dist/components/six-tile.js.map +1 -0
  550. package/dist/components/six-timepicker.d.ts +11 -0
  551. package/dist/components/six-timepicker.js +8 -0
  552. package/dist/components/six-timepicker.js.map +1 -0
  553. package/dist/components/six-timepicker2.js +559 -0
  554. package/dist/components/six-timepicker2.js.map +1 -0
  555. package/dist/components/six-tooltip.d.ts +11 -0
  556. package/dist/components/six-tooltip.js +8 -0
  557. package/dist/components/six-tooltip.js.map +1 -0
  558. package/dist/components/six-tooltip2.js +194 -0
  559. package/dist/components/six-tooltip2.js.map +1 -0
  560. package/dist/{esm/slot-5253e199.js → components/slot.js} +44 -42
  561. package/dist/components/slot.js.map +1 -0
  562. package/dist/components.d.ts +27 -0
  563. package/dist/components.json +61 -28
  564. package/dist/esm/event-listeners-570a24ea.js +43 -0
  565. package/dist/esm/event-listeners-570a24ea.js.map +1 -0
  566. package/dist/esm/execution-control-1a60d709.js +40 -0
  567. package/dist/esm/execution-control-1a60d709.js.map +1 -0
  568. package/dist/esm/focus-visible-97933ea9.js +45 -0
  569. package/dist/esm/focus-visible-97933ea9.js.map +1 -0
  570. package/dist/esm/{form-control-17478ad2.js → form-control-bdd1478a.js} +28 -26
  571. package/dist/esm/form-control-bdd1478a.js.map +1 -0
  572. package/dist/esm/{index-a2605a62.js → index-96b1af5d.js} +603 -279
  573. package/dist/esm/index-96b1af5d.js.map +1 -0
  574. package/dist/esm/index.js +2 -0
  575. package/dist/esm/index.js.map +1 -0
  576. package/dist/esm/loader.js +6 -3
  577. package/dist/esm/loader.js.map +1 -0
  578. package/dist/esm/modal-5ebdc320.js +48 -0
  579. package/dist/esm/modal-5ebdc320.js.map +1 -0
  580. package/dist/esm/polyfills/core-js.js +0 -0
  581. package/dist/esm/polyfills/css-shim.js +1 -1
  582. package/dist/esm/polyfills/dom.js +0 -0
  583. package/dist/esm/polyfills/es5-html-element.js +0 -0
  584. package/dist/esm/polyfills/index.js +0 -0
  585. package/dist/esm/polyfills/system.js +0 -0
  586. package/dist/esm/popover-bd2c2fca.js +1897 -0
  587. package/dist/esm/popover-bd2c2fca.js.map +1 -0
  588. package/dist/esm/scroll-180b53fd.js +64 -0
  589. package/dist/esm/scroll-180b53fd.js.map +1 -0
  590. package/dist/esm/set-attributes_2.entry.js +58 -58
  591. package/dist/esm/set-attributes_2.entry.js.map +1 -0
  592. package/dist/esm/six-alert.entry.js +127 -132
  593. package/dist/esm/six-alert.entry.js.map +1 -0
  594. package/dist/esm/six-avatar.entry.js +27 -29
  595. package/dist/esm/six-avatar.entry.js.map +1 -0
  596. package/dist/esm/six-badge.entry.js +26 -27
  597. package/dist/esm/six-badge.entry.js.map +1 -0
  598. package/dist/esm/six-button.entry.js +96 -98
  599. package/dist/esm/six-button.entry.js.map +1 -0
  600. package/dist/esm/six-card.entry.js +11 -9
  601. package/dist/esm/six-card.entry.js.map +1 -0
  602. package/dist/esm/six-checkbox.entry.js +149 -153
  603. package/dist/esm/six-checkbox.entry.js.map +1 -0
  604. package/dist/esm/six-datepicker.entry.js +1137 -1190
  605. package/dist/esm/six-datepicker.entry.js.map +1 -0
  606. package/dist/esm/six-details.entry.js +137 -140
  607. package/dist/esm/six-details.entry.js.map +1 -0
  608. package/dist/esm/six-dialog.entry.js +146 -153
  609. package/dist/esm/six-dialog.entry.js.map +1 -0
  610. package/dist/esm/six-drawer.entry.js +163 -175
  611. package/dist/esm/six-drawer.entry.js.map +1 -0
  612. package/dist/esm/six-dropdown_3.entry.js +682 -729
  613. package/dist/esm/six-dropdown_3.entry.js.map +1 -0
  614. package/dist/esm/six-error-page.entry.js +98 -95
  615. package/dist/esm/six-error-page.entry.js.map +1 -0
  616. package/dist/esm/six-file-list-item.entry.js +37 -39
  617. package/dist/esm/six-file-list-item.entry.js.map +1 -0
  618. package/dist/esm/six-file-list.entry.js +11 -9
  619. package/dist/esm/six-file-list.entry.js.map +1 -0
  620. package/dist/esm/six-file-upload.entry.js +110 -97
  621. package/dist/esm/six-file-upload.entry.js.map +1 -0
  622. package/dist/esm/six-footer.entry.js +11 -9
  623. package/dist/esm/six-footer.entry.js.map +1 -0
  624. package/dist/esm/six-form.entry.js +221 -220
  625. package/dist/esm/six-form.entry.js.map +1 -0
  626. package/dist/esm/six-group-label.entry.js +46 -47
  627. package/dist/esm/six-group-label.entry.js.map +1 -0
  628. package/dist/esm/six-header.entry.js +150 -150
  629. package/dist/esm/six-header.entry.js.map +1 -0
  630. package/dist/esm/six-icon-button.entry.js +37 -34
  631. package/dist/esm/six-icon-button.entry.js.map +1 -0
  632. package/dist/esm/six-icon.entry.js +25 -25
  633. package/dist/esm/six-icon.entry.js.map +1 -0
  634. package/dist/esm/six-input.entry.js +229 -231
  635. package/dist/esm/six-input.entry.js.map +1 -0
  636. package/dist/esm/six-item-picker.entry.js +347 -362
  637. package/dist/esm/six-item-picker.entry.js.map +1 -0
  638. package/dist/esm/six-language-switcher.entry.js +55 -53
  639. package/dist/esm/six-language-switcher.entry.js.map +1 -0
  640. package/dist/esm/six-layout-grid.entry.js +23 -20
  641. package/dist/esm/six-layout-grid.entry.js.map +1 -0
  642. package/dist/esm/six-main-container.entry.js +13 -12
  643. package/dist/esm/six-main-container.entry.js.map +1 -0
  644. package/dist/esm/six-menu-divider.entry.js +11 -9
  645. package/dist/esm/six-menu-divider.entry.js.map +1 -0
  646. package/dist/esm/six-menu-label.entry.js +11 -9
  647. package/dist/esm/six-menu-label.entry.js.map +1 -0
  648. package/dist/esm/six-picto.entry.js +15 -16
  649. package/dist/esm/six-picto.entry.js.map +1 -0
  650. package/dist/esm/six-progress-bar.entry.js +18 -18
  651. package/dist/esm/six-progress-bar.entry.js.map +1 -0
  652. package/dist/esm/six-progress-ring.entry.js +33 -32
  653. package/dist/esm/six-progress-ring.entry.js.map +1 -0
  654. package/dist/esm/six-radio.entry.js +120 -122
  655. package/dist/esm/six-radio.entry.js.map +1 -0
  656. package/dist/esm/six-range.entry.js +188 -199
  657. package/dist/esm/six-range.entry.js.map +1 -0
  658. package/dist/esm/six-root.entry.js +34 -35
  659. package/dist/esm/six-root.entry.js.map +1 -0
  660. package/dist/esm/six-search-field.entry.js +43 -44
  661. package/dist/esm/six-search-field.entry.js.map +1 -0
  662. package/dist/esm/six-select.entry.js +422 -448
  663. package/dist/esm/six-select.entry.js.map +1 -0
  664. package/dist/esm/six-sidebar-item-group.entry.js +44 -43
  665. package/dist/esm/six-sidebar-item-group.entry.js.map +1 -0
  666. package/dist/esm/six-sidebar-item.entry.js +18 -19
  667. package/dist/esm/six-sidebar-item.entry.js.map +1 -0
  668. package/dist/esm/six-sidebar.entry.js +170 -172
  669. package/dist/esm/six-sidebar.entry.js.map +1 -0
  670. package/dist/esm/six-spinner.entry.js +18 -17
  671. package/dist/esm/six-spinner.entry.js.map +1 -0
  672. package/dist/esm/six-switch.entry.js +101 -101
  673. package/dist/esm/six-switch.entry.js.map +1 -0
  674. package/dist/esm/six-tab-group.entry.js +227 -227
  675. package/dist/esm/six-tab-group.entry.js.map +1 -0
  676. package/dist/esm/six-tab-panel.entry.js +18 -18
  677. package/dist/esm/six-tab-panel.entry.js.map +1 -0
  678. package/dist/esm/six-tab.entry.js +41 -43
  679. package/dist/esm/six-tab.entry.js.map +1 -0
  680. package/dist/esm/six-table-cell_4.entry.js +77 -72
  681. package/dist/esm/six-table-cell_4.entry.js.map +1 -0
  682. package/dist/esm/six-table.entry.js +145 -146
  683. package/dist/esm/six-table.entry.js.map +1 -0
  684. package/dist/esm/six-tag.entry.js +39 -41
  685. package/dist/esm/six-tag.entry.js.map +1 -0
  686. package/dist/esm/six-textarea.entry.js +209 -212
  687. package/dist/esm/six-textarea.entry.js.map +1 -0
  688. package/dist/esm/six-tile.entry.js +87 -90
  689. package/dist/esm/six-tile.entry.js.map +1 -0
  690. package/dist/esm/six-timepicker.entry.js +441 -490
  691. package/dist/esm/six-timepicker.entry.js.map +1 -0
  692. package/dist/esm/{six-timepicker.types-cd6bac03.js → six-timepicker.types-e161a447.js} +45 -43
  693. package/dist/esm/six-timepicker.types-e161a447.js.map +1 -0
  694. package/dist/esm/six-tooltip.entry.js +163 -173
  695. package/dist/esm/six-tooltip.entry.js.map +1 -0
  696. package/dist/esm/slot-6f3984c7.js +47 -0
  697. package/dist/esm/slot-6f3984c7.js.map +1 -0
  698. package/dist/esm/{types-a37c1695.js → types-4b10b413.js} +14 -12
  699. package/dist/esm/types-4b10b413.js.map +1 -0
  700. package/dist/esm/ui-library.js +9 -3
  701. package/dist/esm/ui-library.js.map +1 -0
  702. package/dist/types/components/six-alert/six-alert.d.ts +60 -60
  703. package/dist/types/components/six-avatar/six-avatar.d.ts +27 -27
  704. package/dist/types/components/six-badge/six-badge.d.ts +20 -20
  705. package/dist/types/components/six-button/six-button.d.ts +69 -69
  706. package/dist/types/components/six-card/six-card.d.ts +9 -9
  707. package/dist/types/components/six-checkbox/six-checkbox.d.ts +86 -86
  708. package/dist/types/components/six-datepicker/components/day-selection.d.ts +5 -5
  709. package/dist/types/components/six-datepicker/components/month-selection.d.ts +5 -5
  710. package/dist/types/components/six-datepicker/components/year-selection.d.ts +5 -5
  711. package/dist/types/components/six-datepicker/six-date-formats.d.ts +22 -22
  712. package/dist/types/components/six-datepicker/six-datepicker.d.ts +214 -214
  713. package/dist/types/components/six-datepicker/test/six-datepicker.test-helpers.d.ts +1 -1
  714. package/dist/types/components/six-details/six-details.d.ts +61 -61
  715. package/dist/types/components/six-dialog/six-dialog.d.ts +75 -75
  716. package/dist/types/components/six-drawer/six-drawer.d.ts +82 -82
  717. package/dist/types/components/six-dropdown/six-dropdown.d.ts +140 -140
  718. package/dist/types/components/six-error-page/six-error-page.d.ts +27 -27
  719. package/dist/types/components/six-file-list/six-file-list.d.ts +8 -8
  720. package/dist/types/components/six-file-list-item/six-file-list-item.d.ts +35 -35
  721. package/dist/types/components/six-file-upload/six-file-upload.d.ts +49 -42
  722. package/dist/types/components/six-footer/six-footer.d.ts +9 -9
  723. package/dist/types/components/six-form/six-form.d.ts +69 -69
  724. package/dist/types/components/six-group-label/six-group-label.d.ts +37 -37
  725. package/dist/types/components/six-header/six-header.d.ts +90 -90
  726. package/dist/types/components/six-icon/six-icon.d.ts +13 -13
  727. package/dist/types/components/six-icon-button/six-icon-button.d.ts +28 -28
  728. package/dist/types/components/six-input/six-input.d.ts +165 -165
  729. package/dist/types/components/six-item-picker/six-item-picker.d.ts +106 -106
  730. package/dist/types/components/six-item-picker/types.d.ts +11 -11
  731. package/dist/types/components/six-language-switcher/six-language-switcher.d.ts +25 -25
  732. package/dist/types/components/six-layout-grid/six-layout-grid.d.ts +14 -14
  733. package/dist/types/components/six-main-container/six-main-container.d.ts +16 -16
  734. package/dist/types/components/six-menu/six-menu.d.ts +81 -81
  735. package/dist/types/components/six-menu-divider/six-menu-divider.d.ts +11 -11
  736. package/dist/types/components/six-menu-item/six-menu-item.d.ts +39 -36
  737. package/dist/types/components/six-menu-label/six-menu-label.d.ts +13 -13
  738. package/dist/types/components/six-picto/six-picto.d.ts +14 -14
  739. package/dist/types/components/six-progress-bar/six-progress-bar.d.ts +19 -19
  740. package/dist/types/components/six-progress-ring/six-progress-ring.d.ts +24 -24
  741. package/dist/types/components/six-radio/six-radio.d.ts +66 -66
  742. package/dist/types/components/six-range/six-range.d.ts +101 -101
  743. package/dist/types/components/six-root/six-root.d.ts +34 -34
  744. package/dist/types/components/six-search-field/six-search-field.d.ts +32 -32
  745. package/dist/types/components/six-select/six-select.d.ts +164 -163
  746. package/dist/types/components/six-sidebar/six-sidebar.d.ts +55 -55
  747. package/dist/types/components/six-sidebar-item/six-sidebar-item.d.ts +15 -15
  748. package/dist/types/components/six-sidebar-item-group/six-sidebar-item-group.d.ts +26 -26
  749. package/dist/types/components/six-spinner/six-spinner.d.ts +15 -15
  750. package/dist/types/components/six-stage-indicator/six-stage-indicator.d.ts +6 -6
  751. package/dist/types/components/six-switch/six-switch.d.ts +62 -62
  752. package/dist/types/components/six-tab/six-tab.d.ts +35 -35
  753. package/dist/types/components/six-tab-group/six-tab-group.d.ts +62 -62
  754. package/dist/types/components/six-tab-panel/six-tab-panel.d.ts +19 -19
  755. package/dist/types/components/six-table/six-table.d.ts +30 -30
  756. package/dist/types/components/six-table/test/helpers.d.ts +2 -2
  757. package/dist/types/components/six-table/types.d.ts +33 -33
  758. package/dist/types/components/six-table/util/filter-by.d.ts +2 -2
  759. package/dist/types/components/six-table/util/from-data.d.ts +8 -8
  760. package/dist/types/components/six-table/util/is.d.ts +3 -3
  761. package/dist/types/components/six-table/util/quick-filter-by.d.ts +2 -2
  762. package/dist/types/components/six-table/util/sort-by.d.ts +2 -2
  763. package/dist/types/components/six-table-cell/six-table-cell.d.ts +9 -9
  764. package/dist/types/components/six-table-header/six-table-header.d.ts +9 -9
  765. package/dist/types/components/six-table-header-cell/get-next-state.d.ts +2 -2
  766. package/dist/types/components/six-table-header-cell/icons.d.ts +3 -3
  767. package/dist/types/components/six-table-header-cell/six-table-header-cell.d.ts +32 -32
  768. package/dist/types/components/six-table-header-cell/types.d.ts +2 -11
  769. package/dist/types/components/six-table-header-cell/util/create-model.d.ts +4 -4
  770. package/dist/types/components/six-table-header-cell/util/get-next-state.d.ts +3 -3
  771. package/dist/types/components/six-table-row/six-table-row.d.ts +9 -9
  772. package/dist/types/components/six-tag/six-tag.d.ts +30 -30
  773. package/dist/types/components/six-textarea/six-textarea.d.ts +134 -134
  774. package/dist/types/components/six-tile/six-tile.d.ts +40 -40
  775. package/dist/types/components/six-timepicker/six-time-format.d.ts +13 -13
  776. package/dist/types/components/six-timepicker/six-timepicker.d.ts +184 -184
  777. package/dist/types/components/six-timepicker/six-timepicker.types.d.ts +36 -36
  778. package/dist/types/components/six-tooltip/six-tooltip.d.ts +72 -72
  779. package/dist/types/components.d.ts +1254 -106
  780. package/dist/types/functional-components/form-control/form-control.d.ts +34 -34
  781. package/dist/types/index.d.ts +1 -1
  782. package/dist/types/stencil-public-runtime.d.ts +91 -19
  783. package/dist/types/testUtil/delay.d.ts +1 -1
  784. package/dist/types/utils/as-array.d.ts +1 -1
  785. package/dist/types/utils/date-util.d.ts +194 -194
  786. package/dist/types/utils/event-listeners.d.ts +15 -15
  787. package/dist/types/utils/execution-control.d.ts +26 -26
  788. package/dist/types/utils/focus-visible.d.ts +6 -6
  789. package/dist/types/utils/matchers.d.ts +2 -2
  790. package/dist/types/utils/modal.d.ts +13 -13
  791. package/dist/types/utils/offset.d.ts +4 -4
  792. package/dist/types/utils/popover.d.ts +27 -27
  793. package/dist/types/utils/scroll.d.ts +3 -3
  794. package/dist/types/utils/slot.d.ts +9 -9
  795. package/dist/types/utils/support.d.ts +1 -1
  796. package/dist/types/utils/tabbable.d.ts +2 -2
  797. package/dist/types/utils/testing.d.ts +2 -2
  798. package/dist/types/utils/time.util.d.ts +10 -10
  799. package/dist/types/utils/type-check.d.ts +4 -4
  800. package/dist/types/utils/types.d.ts +4 -4
  801. package/dist/types/wrappers/set-attributes/set-attributes.d.ts +9 -9
  802. package/dist/ui-library/index.esm.js +2 -0
  803. package/dist/ui-library/index.esm.js.map +1 -0
  804. package/dist/ui-library/p-00507165.entry.js +2 -0
  805. package/dist/ui-library/p-00507165.entry.js.map +1 -0
  806. package/dist/ui-library/p-028a2c54.entry.js +2 -0
  807. package/dist/ui-library/p-028a2c54.entry.js.map +1 -0
  808. package/dist/ui-library/p-028a2f77.entry.js +2 -0
  809. package/dist/ui-library/p-028a2f77.entry.js.map +1 -0
  810. package/dist/ui-library/p-0786fa7c.js +2 -0
  811. package/dist/ui-library/p-0786fa7c.js.map +1 -0
  812. package/dist/ui-library/p-0c89817e.entry.js +2 -0
  813. package/dist/ui-library/p-0c89817e.entry.js.map +1 -0
  814. package/dist/ui-library/p-0d1fdc4e.entry.js +2 -0
  815. package/dist/ui-library/p-0d1fdc4e.entry.js.map +1 -0
  816. package/dist/ui-library/p-0d9cbb51.entry.js +2 -0
  817. package/dist/ui-library/p-0d9cbb51.entry.js.map +1 -0
  818. package/dist/ui-library/p-12000282.entry.js +2 -0
  819. package/dist/ui-library/p-12000282.entry.js.map +1 -0
  820. package/dist/ui-library/p-1414a242.entry.js +2 -0
  821. package/dist/ui-library/p-1414a242.entry.js.map +1 -0
  822. package/dist/ui-library/p-14db57aa.entry.js +2 -0
  823. package/dist/ui-library/p-14db57aa.entry.js.map +1 -0
  824. package/dist/ui-library/p-16732ac1.entry.js +2 -0
  825. package/dist/ui-library/p-16732ac1.entry.js.map +1 -0
  826. package/dist/ui-library/p-16b99232.js +3 -0
  827. package/dist/ui-library/p-16b99232.js.map +1 -0
  828. package/dist/ui-library/p-18ea0c56.js +2 -0
  829. package/dist/ui-library/p-18ea0c56.js.map +1 -0
  830. package/dist/ui-library/p-232d43a6.entry.js +2 -0
  831. package/dist/ui-library/p-232d43a6.entry.js.map +1 -0
  832. package/dist/ui-library/p-25a3bf57.js +2 -0
  833. package/dist/ui-library/p-25a3bf57.js.map +1 -0
  834. package/dist/ui-library/p-28e6c2eb.entry.js +2 -0
  835. package/dist/ui-library/p-28e6c2eb.entry.js.map +1 -0
  836. package/dist/ui-library/p-2a02734a.entry.js +2 -0
  837. package/dist/ui-library/p-2a02734a.entry.js.map +1 -0
  838. package/dist/ui-library/p-2a61cc66.entry.js +2 -0
  839. package/dist/ui-library/p-2a61cc66.entry.js.map +1 -0
  840. package/dist/ui-library/p-3c100309.js +2 -0
  841. package/dist/ui-library/p-3c100309.js.map +1 -0
  842. package/dist/ui-library/p-3d5cad2d.entry.js +2 -0
  843. package/dist/ui-library/p-3d5cad2d.entry.js.map +1 -0
  844. package/dist/ui-library/p-3e3edcbc.entry.js +2 -0
  845. package/dist/ui-library/p-3e3edcbc.entry.js.map +1 -0
  846. package/dist/ui-library/p-3efe46cf.entry.js +2 -0
  847. package/dist/ui-library/p-3efe46cf.entry.js.map +1 -0
  848. package/dist/ui-library/p-4b44fa83.entry.js +2 -0
  849. package/dist/ui-library/p-4b44fa83.entry.js.map +1 -0
  850. package/dist/ui-library/p-4bcebd5a.entry.js +2 -0
  851. package/dist/ui-library/p-4bcebd5a.entry.js.map +1 -0
  852. package/dist/ui-library/p-4d4829db.entry.js +2 -0
  853. package/dist/ui-library/p-4d4829db.entry.js.map +1 -0
  854. package/dist/ui-library/p-4f8394d7.js +2 -0
  855. package/dist/ui-library/p-4f8394d7.js.map +1 -0
  856. package/dist/ui-library/p-524e5804.entry.js +2 -0
  857. package/dist/ui-library/p-524e5804.entry.js.map +1 -0
  858. package/dist/ui-library/p-52cb61bd.entry.js +2 -0
  859. package/dist/ui-library/p-52cb61bd.entry.js.map +1 -0
  860. package/dist/ui-library/p-55dc28ad.entry.js +2 -0
  861. package/dist/ui-library/p-55dc28ad.entry.js.map +1 -0
  862. package/dist/ui-library/p-57a84d7f.entry.js +2 -0
  863. package/dist/ui-library/p-57a84d7f.entry.js.map +1 -0
  864. package/dist/ui-library/p-5eb21538.entry.js +2 -0
  865. package/dist/ui-library/p-5eb21538.entry.js.map +1 -0
  866. package/dist/ui-library/p-60c5395c.entry.js +2 -0
  867. package/dist/ui-library/p-60c5395c.entry.js.map +1 -0
  868. package/dist/ui-library/p-694829b8.entry.js +2 -0
  869. package/dist/ui-library/p-694829b8.entry.js.map +1 -0
  870. package/dist/ui-library/p-6cc82df5.entry.js +2 -0
  871. package/dist/ui-library/p-6cc82df5.entry.js.map +1 -0
  872. package/dist/ui-library/p-7115416e.entry.js +2 -0
  873. package/dist/ui-library/p-7115416e.entry.js.map +1 -0
  874. package/dist/ui-library/p-788281d0.entry.js +2 -0
  875. package/dist/ui-library/p-788281d0.entry.js.map +1 -0
  876. package/dist/ui-library/p-7cbc261b.entry.js +2 -0
  877. package/dist/ui-library/p-7cbc261b.entry.js.map +1 -0
  878. package/dist/ui-library/p-80f32909.entry.js +2 -0
  879. package/dist/ui-library/p-80f32909.entry.js.map +1 -0
  880. package/dist/ui-library/p-8187701c.entry.js +2 -0
  881. package/dist/ui-library/p-8187701c.entry.js.map +1 -0
  882. package/dist/ui-library/p-94ab37b2.entry.js +2 -0
  883. package/dist/ui-library/p-94ab37b2.entry.js.map +1 -0
  884. package/dist/ui-library/p-9a860acc.js +2 -0
  885. package/dist/ui-library/p-9a860acc.js.map +1 -0
  886. package/dist/ui-library/p-9eba5c71.entry.js +2 -0
  887. package/dist/ui-library/p-9eba5c71.entry.js.map +1 -0
  888. package/dist/ui-library/p-9f9bef35.entry.js +2 -0
  889. package/dist/ui-library/p-9f9bef35.entry.js.map +1 -0
  890. package/dist/ui-library/p-b1683e9c.entry.js +2 -0
  891. package/dist/ui-library/p-b1683e9c.entry.js.map +1 -0
  892. package/dist/ui-library/p-b1e66136.js +2 -0
  893. package/dist/ui-library/p-b1e66136.js.map +1 -0
  894. package/dist/ui-library/p-b3974ad4.entry.js +2 -0
  895. package/dist/ui-library/p-b3974ad4.entry.js.map +1 -0
  896. package/dist/ui-library/p-b4dfb7cf.js +2 -0
  897. package/dist/ui-library/p-b4dfb7cf.js.map +1 -0
  898. package/dist/ui-library/p-b66c5c48.entry.js +2 -0
  899. package/dist/ui-library/p-b66c5c48.entry.js.map +1 -0
  900. package/dist/ui-library/p-ba6e1f0e.entry.js +2 -0
  901. package/dist/ui-library/p-ba6e1f0e.entry.js.map +1 -0
  902. package/dist/ui-library/p-c799a6bf.entry.js +2 -0
  903. package/dist/ui-library/p-c799a6bf.entry.js.map +1 -0
  904. package/dist/ui-library/p-ccee090e.entry.js +2 -0
  905. package/dist/ui-library/p-ccee090e.entry.js.map +1 -0
  906. package/dist/ui-library/p-cf2bdd34.entry.js +2 -0
  907. package/dist/ui-library/p-cf2bdd34.entry.js.map +1 -0
  908. package/dist/ui-library/p-d12c6092.js +2 -0
  909. package/dist/ui-library/p-d12c6092.js.map +1 -0
  910. package/dist/ui-library/p-dd0ac344.entry.js +2 -0
  911. package/dist/ui-library/p-dd0ac344.entry.js.map +1 -0
  912. package/dist/ui-library/p-def4a925.entry.js +2 -0
  913. package/dist/ui-library/p-def4a925.entry.js.map +1 -0
  914. package/dist/ui-library/p-e0bda772.entry.js +2 -0
  915. package/dist/ui-library/p-e0bda772.entry.js.map +1 -0
  916. package/dist/ui-library/p-e1aed7ed.entry.js +2 -0
  917. package/dist/ui-library/p-e1aed7ed.entry.js.map +1 -0
  918. package/dist/ui-library/p-e4b6264b.entry.js +2 -0
  919. package/dist/ui-library/p-e4b6264b.entry.js.map +1 -0
  920. package/dist/ui-library/p-eb1ec1b7.entry.js +2 -0
  921. package/dist/ui-library/p-eb1ec1b7.entry.js.map +1 -0
  922. package/dist/ui-library/p-eb8f05a9.js +2 -0
  923. package/dist/ui-library/p-eb8f05a9.js.map +1 -0
  924. package/dist/ui-library/p-f65aa796.entry.js +2 -0
  925. package/dist/ui-library/p-f65aa796.entry.js.map +1 -0
  926. package/dist/ui-library/p-f68b5c54.entry.js +2 -0
  927. package/dist/ui-library/p-f68b5c54.entry.js.map +1 -0
  928. package/dist/ui-library/p-f9c50f81.entry.js +2 -0
  929. package/dist/ui-library/p-f9c50f81.entry.js.map +1 -0
  930. package/dist/ui-library/ui-library.esm.js +2 -1
  931. package/dist/ui-library/ui-library.esm.js.map +1 -0
  932. package/loader/index.d.ts +9 -0
  933. package/loader/package.json +1 -0
  934. package/package.json +8 -12
  935. package/readme.md +41 -39
  936. package/dist/cjs/types-65e5c95b.js +0 -15
  937. package/dist/custom-elements/index.d.ts +0 -387
  938. package/dist/esm/types-33d15673.js +0 -15
  939. package/dist/ui-library/p-044c6bf9.js +0 -1
  940. package/dist/ui-library/p-0493c926.entry.js +0 -1
  941. package/dist/ui-library/p-1005d1a8.entry.js +0 -1
  942. package/dist/ui-library/p-12cc24c3.js +0 -1
  943. package/dist/ui-library/p-191f958b.js +0 -1
  944. package/dist/ui-library/p-19543c96.entry.js +0 -1
  945. package/dist/ui-library/p-19ff1079.entry.js +0 -1
  946. package/dist/ui-library/p-1b92cc7a.entry.js +0 -1
  947. package/dist/ui-library/p-1c9f0dc6.js +0 -1
  948. package/dist/ui-library/p-2053c61a.entry.js +0 -1
  949. package/dist/ui-library/p-2ff97cdf.entry.js +0 -1
  950. package/dist/ui-library/p-30ebc1e7.js +0 -1
  951. package/dist/ui-library/p-34e6d8e8.js +0 -1
  952. package/dist/ui-library/p-354704e5.entry.js +0 -1
  953. package/dist/ui-library/p-376b8f30.entry.js +0 -1
  954. package/dist/ui-library/p-3a7daff8.entry.js +0 -1
  955. package/dist/ui-library/p-3f577392.entry.js +0 -1
  956. package/dist/ui-library/p-48ea4419.entry.js +0 -1
  957. package/dist/ui-library/p-4cc01afc.entry.js +0 -1
  958. package/dist/ui-library/p-572e3690.js +0 -1
  959. package/dist/ui-library/p-5ead7b2f.entry.js +0 -1
  960. package/dist/ui-library/p-60491176.entry.js +0 -1
  961. package/dist/ui-library/p-6494e92d.entry.js +0 -1
  962. package/dist/ui-library/p-66601906.entry.js +0 -1
  963. package/dist/ui-library/p-68d31736.js +0 -1
  964. package/dist/ui-library/p-6a4f0542.entry.js +0 -1
  965. package/dist/ui-library/p-6f67f986.entry.js +0 -1
  966. package/dist/ui-library/p-76bfa55f.entry.js +0 -1
  967. package/dist/ui-library/p-7735d99f.js +0 -1
  968. package/dist/ui-library/p-7fe09462.entry.js +0 -1
  969. package/dist/ui-library/p-88e1e390.entry.js +0 -1
  970. package/dist/ui-library/p-89f68e76.entry.js +0 -1
  971. package/dist/ui-library/p-8bd0873f.entry.js +0 -1
  972. package/dist/ui-library/p-8e8e922b.entry.js +0 -1
  973. package/dist/ui-library/p-968c5169.entry.js +0 -1
  974. package/dist/ui-library/p-9f2dc381.entry.js +0 -1
  975. package/dist/ui-library/p-a77a6442.entry.js +0 -1
  976. package/dist/ui-library/p-a8c225f2.entry.js +0 -1
  977. package/dist/ui-library/p-a98198bd.entry.js +0 -1
  978. package/dist/ui-library/p-af3d757c.js +0 -1
  979. package/dist/ui-library/p-b391f704.entry.js +0 -1
  980. package/dist/ui-library/p-b9377445.entry.js +0 -1
  981. package/dist/ui-library/p-b9fb8455.entry.js +0 -1
  982. package/dist/ui-library/p-bf110ea9.entry.js +0 -1
  983. package/dist/ui-library/p-c09dc3a9.js +0 -1
  984. package/dist/ui-library/p-c4b22513.entry.js +0 -1
  985. package/dist/ui-library/p-c536792e.entry.js +0 -1
  986. package/dist/ui-library/p-c733dead.js +0 -1
  987. package/dist/ui-library/p-c948d3db.entry.js +0 -1
  988. package/dist/ui-library/p-ce02c34f.entry.js +0 -1
  989. package/dist/ui-library/p-d724bbc9.entry.js +0 -1
  990. package/dist/ui-library/p-e96dcf96.entry.js +0 -1
  991. package/dist/ui-library/p-ea1fcff2.entry.js +0 -1
  992. package/dist/ui-library/p-ea781e94.entry.js +0 -1
  993. package/dist/ui-library/p-eae232c3.entry.js +0 -1
  994. package/dist/ui-library/p-eb0956d2.entry.js +0 -1
  995. package/dist/ui-library/p-ebaea182.entry.js +0 -1
  996. package/dist/ui-library/p-ec1ecc2a.entry.js +0 -1
  997. package/dist/ui-library/p-ed21cc57.entry.js +0 -1
  998. package/dist/ui-library/p-f00c1783.entry.js +0 -1
  999. package/dist/ui-library/p-f0e91e17.entry.js +0 -1
  1000. package/dist/ui-library/p-f9c0cfb7.entry.js +0 -1
  1001. package/dist/ui-library/p-fcd2356c.entry.js +0 -1
  1002. package/dist/ui-library/p-fdb455d7.entry.js +0 -1
@@ -1,1141 +1,1140 @@
1
- import { Component, Element, Event, Method, Prop, State, Watch, h } from '@stencil/core';
2
- import FormControl from '../../functional-components/form-control/form-control';
3
- import { hasSlot } from '../../utils/slot';
4
- import { EventListeners } from '../../utils/event-listeners';
5
- const ICON_SIZES = {
6
- large: 'medium',
7
- medium: 'small',
8
- small: 'xSmall',
9
- };
10
- let id = 0;
11
- /**
12
- * @since 1.0
13
- * @status stable
14
- *
15
- * Forked from https://github.com/shoelace-style/shoelace version v2.0.0-beta27.
16
- *
17
- * @slot label - The input's label. Alternatively, you can use the label prop.
18
- * @slot prefix - Used to prepend an icon or similar element to the input.
19
- * @slot suffix - Used to append an icon or similar element to the input.
20
- * @slot clear-icon - An icon to use in lieu of the default clear icon.
21
- * @slot show-password-icon - An icon to use in lieu of the default show password icon.
22
- * @slot hide-password-icon - An icon to use in lieu of the default hide password icon.
23
- * @slot help-text - Help text that describes how to use the input. Alternatively, you can use the help-text prop.
24
- * @slot error-text - Error text that is shown for validation errors. Alternatively, you can use the error-text prop.
25
- *
26
- * @part base - The component's base wrapper.
27
- * @part form-control - The form control that wraps the label, input, and help-text.
28
- * @part label - The input label.
29
- * @part input - The input control.
30
- * @part prefix - The input prefix container.
31
- * @part clear-button - The clear button.
32
- * @part password-toggle-button - The password toggle button.
33
- * @part suffix - The input suffix container.
34
- * @part help-text - The input help text.
35
- */
36
- export class SixInput {
37
- constructor() {
38
- this.inputId = `input-${++id}`;
39
- this.labelId = `input-label-${id}`;
40
- this.helpTextId = `input-help-text-${id}`;
41
- this.errorTextId = `input-error-text-${id}`;
42
- this.customErrorText = '';
43
- this.customValidation = false;
44
- this.eventListeners = new EventListeners();
45
- this.hasFocus = false;
46
- this.hasHelpTextSlot = false;
47
- this.hasErrorTextSlot = false;
48
- this.hasLabelSlot = false;
49
- this.isPasswordVisible = false;
50
- /** The input's type. */
51
- this.type = 'text';
52
- /** The input's size. */
53
- this.size = 'medium';
54
- /** The input's name attribute. */
55
- this.name = '';
56
- /** The input's value attribute. */
57
- this.value = '';
58
- /** Set to true to draw a pill-style input with rounded edges. */
59
- this.pill = false;
60
- /** The input's label. Alternatively, you can use the label slot. */
61
- this.label = '';
62
- /** The input's help text. Alternatively, you can use the help-text slot. */
63
- this.helpText = '';
64
- /** The input's error text. Alternatively, you can use the error-text slot. */
65
- this.errorText = '';
66
- /** Set to true to disable the input. */
67
- this.disabled = false;
68
- /** Set to true to make the input readonly. */
69
- this.readonly = false;
70
- /**
71
- * This will be true when the control is in an invalid state. Validity is determined by props such as `type`,
72
- * `required`, `minlength`, `maxlength`, and `pattern` using the browser's constraint validation API.
73
- */
74
- this.invalid = false;
75
- /** Set to true to add a clear button when the input is populated. */
76
- this.clearable = false;
77
- /** Set to true to add a password toggle button for password inputs. */
78
- this.togglePassword = false;
79
- /** Set to render as line */
80
- this.line = false;
81
- /** Set to display the error text on blur and not when typing */
82
- this.errorOnBlur = false;
83
- /** defaultValue which the input will be reverted to when executing reset */
84
- this.defaultValue = '';
85
- }
86
- handleLabelChange() {
87
- this.handleSlotChange();
88
- }
89
- handleValueChange() {
90
- if (!this.input) {
91
- return;
92
- }
93
- this.input.value = this.value;
94
- this.invalid = !this.input.checkValidity();
95
- this.sixValueChange.emit();
96
- }
97
- connectedCallback() {
98
- this.handleChange = this.handleChange.bind(this);
99
- this.handleInput = this.handleInput.bind(this);
100
- this.handleInvalid = this.handleInvalid.bind(this);
101
- this.handleBlur = this.handleBlur.bind(this);
102
- this.handleFocus = this.handleFocus.bind(this);
103
- this.handleClearClick = this.handleClearClick.bind(this);
104
- this.handlePasswordToggle = this.handlePasswordToggle.bind(this);
105
- this.handleSlotChange = this.handleSlotChange.bind(this);
106
- this.host.shadowRoot.addEventListener('slotchange', this.handleSlotChange);
107
- }
108
- componentWillLoad() {
109
- this.defaultValue = this.value;
110
- this.handleSlotChange();
111
- }
112
- componentDidLoad() {
113
- this.eventListeners.add(this.input, 'invalid', (event) => {
114
- if (this.customValidation || (!this.hasErrorTextSlot && !this.errorText && !this.customErrorText)) {
115
- this.customErrorText = this.input.validationMessage;
116
- }
117
- event.preventDefault();
118
- });
119
- }
120
- disconnectedCallback() {
121
- this.host.shadowRoot.removeEventListener('slotchange', this.handleSlotChange);
122
- this.eventListeners.removeAll();
123
- }
124
- /** Sets focus on the input. */
125
- async setFocus(options) {
126
- this.input.focus(options);
127
- }
128
- /** Removes focus from the input. */
129
- async removeFocus() {
130
- this.input.blur();
131
- }
132
- /** Selects all the text in the input. */
133
- async select() {
134
- return this.input.select();
135
- }
136
- /** Sets the start and end positions of the text selection (0-based). */
137
- async setSelectionRange(selectionStart, selectionEnd, selectionDirection = 'none') {
138
- return this.input.setSelectionRange(selectionStart, selectionEnd, selectionDirection);
139
- }
140
- /** Replaces a range of text with a new string. */
141
- async setRangeText(replacement, start, end, selectMode = 'preserve') {
142
- this.input.setRangeText(replacement, start, end, selectMode);
143
- if (this.value !== this.input.value) {
144
- this.value = this.input.value;
145
- this.sixChange.emit();
146
- this.sixInput.emit();
147
- }
148
- }
149
- /** Checks for validity and shows the browser's validation message if the control is invalid. */
150
- async reportValidity() {
151
- return this.input.reportValidity();
152
- }
153
- /** Checks for validity. */
154
- async checkValidity() {
155
- return this.input.validity.valid;
156
- }
157
- /** Sets a custom validation message. If `message` is not empty, the field will be considered invalid. */
158
- async setCustomValidity(message) {
159
- this.customErrorText = '';
160
- this.customValidation = message !== '';
161
- this.input.setCustomValidity(message);
162
- this.invalid = !this.input.checkValidity();
163
- }
164
- /** Returns the native input's validity */
165
- async getValidity() {
166
- return this.input.validity;
167
- }
168
- /** Returns the native input's validity */
169
- async isValid() {
170
- return this.input.validity.valid;
171
- }
172
- /** Returns the native input's validationMessage */
173
- async getValidationMessage() {
174
- return this.input.validationMessage;
175
- }
176
- /** Resets the formcontrol */
177
- async reset() {
178
- this.value = this.defaultValue;
179
- this.customErrorText = '';
180
- this.customValidation = false;
181
- this.input.setCustomValidity('');
182
- this.invalid = false;
183
- }
184
- handleChange() {
185
- this.value = this.input.value;
186
- this.sixChange.emit();
187
- }
188
- handleInput() {
189
- this.value = this.input.value;
190
- this.sixInput.emit();
191
- }
192
- handleInvalid() {
193
- this.invalid = true;
194
- }
195
- handleBlur() {
196
- this.hasFocus = false;
197
- this.sixBlur.emit();
198
- }
199
- handleFocus() {
200
- this.hasFocus = true;
201
- this.sixFocus.emit();
202
- }
203
- handleClearClick(event) {
204
- this.value = '';
205
- this.sixClear.emit();
206
- this.sixInput.emit();
207
- this.sixChange.emit();
208
- this.input.focus();
209
- event.stopPropagation();
210
- }
211
- handlePasswordToggle() {
212
- this.isPasswordVisible = !this.isPasswordVisible;
213
- }
214
- handleSlotChange() {
215
- this.hasHelpTextSlot = hasSlot(this.host, 'help-text');
216
- this.hasErrorTextSlot = hasSlot(this.host, 'error-text');
217
- this.hasLabelSlot = hasSlot(this.host, 'label');
218
- }
219
- displayError() {
220
- return this.invalid && (!this.errorOnBlur || !this.hasFocus);
221
- }
222
- render() {
223
- var _a;
224
- return (h(FormControl, { inputId: this.inputId, label: this.label, labelId: this.labelId, hasLabelSlot: this.hasLabelSlot, helpTextId: this.helpTextId, helpText: this.helpText, hasHelpTextSlot: this.hasHelpTextSlot, errorTextId: this.errorTextId, errorText: this.customErrorText ? this.customErrorText : this.errorText, hasErrorTextSlot: this.hasErrorTextSlot, size: this.size, disabled: this.disabled, required: this.required, displayError: this.displayError() },
225
- h("div", { part: "base", class: {
226
- input: true,
227
- // Sizes
228
- 'input--small': this.size === 'small',
229
- 'input--medium': this.size === 'medium',
230
- 'input--large': this.size === 'large',
231
- // States
232
- 'input--line': this.line,
233
- 'input--pill': this.pill,
234
- 'input--disabled': this.disabled,
235
- 'input--focused': this.hasFocus,
236
- 'input--empty': ((_a = this.value) === null || _a === void 0 ? void 0 : _a.length) === 0,
237
- 'input--invalid': this.invalid,
238
- } },
239
- h("span", { part: "prefix", class: "input__prefix" },
240
- h("slot", { name: "prefix" })),
241
- h("input", { part: "input", ref: (el) => (this.input = el), id: this.inputId, size: 1, class: {
242
- input__control: true,
243
- input__control__prefix: hasSlot(this.host, 'prefix'),
244
- }, type: this.type === 'password' && this.isPasswordVisible ? 'text' : this.type, name: this.name, placeholder: this.placeholder, disabled: this.disabled, readonly: this.readonly, minLength: this.minlength, maxLength: this.maxlength, min: this.min, max: this.max, step: this.step, value: this.value, autoCapitalize: this.autocapitalize, autoComplete: this.autocomplete, autoCorrect: this.autocorrect, autoFocus: this.autofocus, spellcheck: this.spellcheck, pattern: this.pattern, required: this.required, inputMode: this.inputmode, "aria-labelledby": this.labelId, "aria-describedby": this.helpTextId, "aria-invalid": this.invalid ? 'true' : 'false', onChange: this.handleChange, onInput: this.handleInput, onInvalid: this.handleInvalid, onFocus: this.handleFocus, onBlur: this.handleBlur, "data-testid": "input-control" }),
245
- this.clearable && (h("button", { part: "clear-button", class: "input__clear", type: "button", onClick: this.handleClearClick, tabindex: "-1", "data-testid": "input-clear-button" },
246
- h("slot", { name: "clear-icon" },
247
- h("six-icon", { size: ICON_SIZES[this.size] }, "clear")))),
248
- this.togglePassword && (h("button", { part: "password-toggle-button", class: "input__password-toggle", type: "button", onClick: this.handlePasswordToggle, tabindex: "-1" }, this.isPasswordVisible ? (h("slot", { name: "show-password-icon" },
249
- h("six-icon", { size: ICON_SIZES[this.size] }, "visibility_off"))) : (h("slot", { name: "hide-password-icon" },
250
- h("six-icon", { size: ICON_SIZES[this.size] }, "visibility"))))),
251
- h("span", { part: "suffix", class: "input__suffix" },
252
- h("slot", { name: "suffix" })))));
253
- }
254
- static get is() { return "six-input"; }
255
- static get encapsulation() { return "shadow"; }
256
- static get originalStyleUrls() { return {
257
- "$": ["six-input.scss"]
258
- }; }
259
- static get styleUrls() { return {
260
- "$": ["six-input.css"]
261
- }; }
262
- static get properties() { return {
263
- "type": {
264
- "type": "string",
265
- "mutable": false,
266
- "complexType": {
267
- "original": "'email' | 'number' | 'password' | 'search' | 'tel' | 'text' | 'url'",
268
- "resolved": "\"email\" | \"number\" | \"password\" | \"search\" | \"tel\" | \"text\" | \"url\"",
269
- "references": {}
270
- },
271
- "required": false,
272
- "optional": false,
273
- "docs": {
274
- "tags": [],
275
- "text": "The input's type."
276
- },
277
- "attribute": "type",
278
- "reflect": true,
279
- "defaultValue": "'text'"
280
- },
281
- "size": {
282
- "type": "string",
283
- "mutable": false,
284
- "complexType": {
285
- "original": "'small' | 'medium' | 'large'",
286
- "resolved": "\"large\" | \"medium\" | \"small\"",
287
- "references": {}
288
- },
289
- "required": false,
290
- "optional": false,
291
- "docs": {
292
- "tags": [],
293
- "text": "The input's size."
294
- },
295
- "attribute": "size",
296
- "reflect": true,
297
- "defaultValue": "'medium'"
298
- },
299
- "name": {
300
- "type": "string",
301
- "mutable": false,
302
- "complexType": {
303
- "original": "string",
304
- "resolved": "string",
305
- "references": {}
306
- },
307
- "required": false,
308
- "optional": false,
309
- "docs": {
310
- "tags": [],
311
- "text": "The input's name attribute."
312
- },
313
- "attribute": "name",
314
- "reflect": true,
315
- "defaultValue": "''"
316
- },
317
- "value": {
318
- "type": "string",
319
- "mutable": true,
320
- "complexType": {
321
- "original": "string",
322
- "resolved": "string",
323
- "references": {}
324
- },
325
- "required": false,
326
- "optional": false,
327
- "docs": {
328
- "tags": [],
329
- "text": "The input's value attribute."
330
- },
331
- "attribute": "value",
332
- "reflect": true,
333
- "defaultValue": "''"
334
- },
335
- "pill": {
336
- "type": "boolean",
337
- "mutable": false,
338
- "complexType": {
339
- "original": "boolean",
340
- "resolved": "boolean",
341
- "references": {}
342
- },
343
- "required": false,
344
- "optional": false,
345
- "docs": {
346
- "tags": [],
347
- "text": "Set to true to draw a pill-style input with rounded edges."
348
- },
349
- "attribute": "pill",
350
- "reflect": true,
351
- "defaultValue": "false"
352
- },
353
- "label": {
354
- "type": "string",
355
- "mutable": false,
356
- "complexType": {
357
- "original": "string",
358
- "resolved": "string",
359
- "references": {}
360
- },
361
- "required": false,
362
- "optional": false,
363
- "docs": {
364
- "tags": [],
365
- "text": "The input's label. Alternatively, you can use the label slot."
366
- },
367
- "attribute": "label",
368
- "reflect": false,
369
- "defaultValue": "''"
370
- },
371
- "helpText": {
372
- "type": "string",
373
- "mutable": false,
374
- "complexType": {
375
- "original": "string",
376
- "resolved": "string",
377
- "references": {}
378
- },
379
- "required": false,
380
- "optional": false,
381
- "docs": {
382
- "tags": [],
383
- "text": "The input's help text. Alternatively, you can use the help-text slot."
384
- },
385
- "attribute": "help-text",
386
- "reflect": false,
387
- "defaultValue": "''"
388
- },
389
- "errorText": {
390
- "type": "string",
391
- "mutable": false,
392
- "complexType": {
393
- "original": "string",
394
- "resolved": "string",
395
- "references": {}
396
- },
397
- "required": false,
398
- "optional": false,
399
- "docs": {
400
- "tags": [],
401
- "text": "The input's error text. Alternatively, you can use the error-text slot."
402
- },
403
- "attribute": "error-text",
404
- "reflect": false,
405
- "defaultValue": "''"
406
- },
407
- "placeholder": {
408
- "type": "string",
409
- "mutable": false,
410
- "complexType": {
411
- "original": "string",
412
- "resolved": "string",
413
- "references": {}
414
- },
415
- "required": false,
416
- "optional": false,
417
- "docs": {
418
- "tags": [],
419
- "text": "The input's placeholder text."
420
- },
421
- "attribute": "placeholder",
422
- "reflect": false
423
- },
424
- "disabled": {
425
- "type": "boolean",
426
- "mutable": false,
427
- "complexType": {
428
- "original": "boolean",
429
- "resolved": "boolean",
430
- "references": {}
431
- },
432
- "required": false,
433
- "optional": false,
434
- "docs": {
435
- "tags": [],
436
- "text": "Set to true to disable the input."
437
- },
438
- "attribute": "disabled",
439
- "reflect": true,
440
- "defaultValue": "false"
441
- },
442
- "readonly": {
443
- "type": "boolean",
444
- "mutable": false,
445
- "complexType": {
446
- "original": "boolean",
447
- "resolved": "boolean",
448
- "references": {}
449
- },
450
- "required": false,
451
- "optional": false,
452
- "docs": {
453
- "tags": [],
454
- "text": "Set to true to make the input readonly."
455
- },
456
- "attribute": "readonly",
457
- "reflect": true,
458
- "defaultValue": "false"
459
- },
460
- "minlength": {
461
- "type": "number",
462
- "mutable": false,
463
- "complexType": {
464
- "original": "number",
465
- "resolved": "number",
466
- "references": {}
467
- },
468
- "required": false,
469
- "optional": false,
470
- "docs": {
471
- "tags": [],
472
- "text": "The minimum length of input that will be considered valid."
473
- },
474
- "attribute": "minlength",
475
- "reflect": true
476
- },
477
- "maxlength": {
478
- "type": "number",
479
- "mutable": false,
480
- "complexType": {
481
- "original": "number",
482
- "resolved": "number",
483
- "references": {}
484
- },
485
- "required": false,
486
- "optional": false,
487
- "docs": {
488
- "tags": [],
489
- "text": "The maximum length of input that will be considered valid."
490
- },
491
- "attribute": "maxlength",
492
- "reflect": true
493
- },
494
- "min": {
495
- "type": "number",
496
- "mutable": false,
497
- "complexType": {
498
- "original": "number",
499
- "resolved": "number",
500
- "references": {}
501
- },
502
- "required": false,
503
- "optional": false,
504
- "docs": {
505
- "tags": [],
506
- "text": "The input's minimum value."
507
- },
508
- "attribute": "min",
509
- "reflect": true
510
- },
511
- "max": {
512
- "type": "number",
513
- "mutable": false,
514
- "complexType": {
515
- "original": "number",
516
- "resolved": "number",
517
- "references": {}
518
- },
519
- "required": false,
520
- "optional": false,
521
- "docs": {
522
- "tags": [],
523
- "text": "The input's maximum value."
524
- },
525
- "attribute": "max",
526
- "reflect": true
527
- },
528
- "step": {
529
- "type": "number",
530
- "mutable": false,
531
- "complexType": {
532
- "original": "number",
533
- "resolved": "number",
534
- "references": {}
535
- },
536
- "required": false,
537
- "optional": false,
538
- "docs": {
539
- "tags": [],
540
- "text": "The input's step attribute."
541
- },
542
- "attribute": "step",
543
- "reflect": true
544
- },
545
- "pattern": {
546
- "type": "string",
547
- "mutable": false,
548
- "complexType": {
549
- "original": "string",
550
- "resolved": "string",
551
- "references": {}
552
- },
553
- "required": false,
554
- "optional": false,
555
- "docs": {
556
- "tags": [],
557
- "text": "A pattern to validate input against."
558
- },
559
- "attribute": "pattern",
560
- "reflect": true
561
- },
562
- "required": {
563
- "type": "boolean",
564
- "mutable": false,
565
- "complexType": {
566
- "original": "boolean",
567
- "resolved": "boolean",
568
- "references": {}
569
- },
570
- "required": false,
571
- "optional": false,
572
- "docs": {
573
- "tags": [],
574
- "text": "Set to true to make the input a required field."
575
- },
576
- "attribute": "required",
577
- "reflect": true
578
- },
579
- "autocapitalize": {
580
- "type": "string",
581
- "mutable": false,
582
- "complexType": {
583
- "original": "string",
584
- "resolved": "string",
585
- "references": {}
586
- },
587
- "required": false,
588
- "optional": false,
589
- "docs": {
590
- "tags": [],
591
- "text": "The input's autocaptialize attribute."
592
- },
593
- "attribute": "autocapitalize",
594
- "reflect": false
595
- },
596
- "autocorrect": {
597
- "type": "string",
598
- "mutable": false,
599
- "complexType": {
600
- "original": "string",
601
- "resolved": "string",
602
- "references": {}
603
- },
604
- "required": false,
605
- "optional": false,
606
- "docs": {
607
- "tags": [],
608
- "text": "The input's autocorrect attribute."
609
- },
610
- "attribute": "autocorrect",
611
- "reflect": false
612
- },
613
- "autocomplete": {
614
- "type": "string",
615
- "mutable": false,
616
- "complexType": {
617
- "original": "string",
618
- "resolved": "string",
619
- "references": {}
620
- },
621
- "required": false,
622
- "optional": false,
623
- "docs": {
624
- "tags": [],
625
- "text": "The input's autocomplete attribute."
626
- },
627
- "attribute": "autocomplete",
628
- "reflect": false
629
- },
630
- "autofocus": {
631
- "type": "boolean",
632
- "mutable": false,
633
- "complexType": {
634
- "original": "boolean",
635
- "resolved": "boolean",
636
- "references": {}
637
- },
638
- "required": false,
639
- "optional": false,
640
- "docs": {
641
- "tags": [],
642
- "text": "The input's autofocus attribute."
643
- },
644
- "attribute": "autofocus",
645
- "reflect": false
646
- },
647
- "spellcheck": {
648
- "type": "boolean",
649
- "mutable": false,
650
- "complexType": {
651
- "original": "boolean",
652
- "resolved": "boolean",
653
- "references": {}
654
- },
655
- "required": false,
656
- "optional": false,
657
- "docs": {
658
- "tags": [],
659
- "text": "Enables spell checking on the input."
660
- },
661
- "attribute": "spellcheck",
662
- "reflect": false
663
- },
664
- "invalid": {
665
- "type": "boolean",
666
- "mutable": true,
667
- "complexType": {
668
- "original": "boolean",
669
- "resolved": "boolean",
670
- "references": {}
671
- },
672
- "required": false,
673
- "optional": false,
674
- "docs": {
675
- "tags": [],
676
- "text": "This will be true when the control is in an invalid state. Validity is determined by props such as `type`,\n`required`, `minlength`, `maxlength`, and `pattern` using the browser's constraint validation API."
677
- },
678
- "attribute": "invalid",
679
- "reflect": true,
680
- "defaultValue": "false"
681
- },
682
- "clearable": {
683
- "type": "boolean",
684
- "mutable": false,
685
- "complexType": {
686
- "original": "boolean",
687
- "resolved": "boolean",
688
- "references": {}
689
- },
690
- "required": false,
691
- "optional": false,
692
- "docs": {
693
- "tags": [],
694
- "text": "Set to true to add a clear button when the input is populated."
695
- },
696
- "attribute": "clearable",
697
- "reflect": false,
698
- "defaultValue": "false"
699
- },
700
- "togglePassword": {
701
- "type": "boolean",
702
- "mutable": false,
703
- "complexType": {
704
- "original": "boolean",
705
- "resolved": "boolean",
706
- "references": {}
707
- },
708
- "required": false,
709
- "optional": false,
710
- "docs": {
711
- "tags": [],
712
- "text": "Set to true to add a password toggle button for password inputs."
713
- },
714
- "attribute": "toggle-password",
715
- "reflect": false,
716
- "defaultValue": "false"
717
- },
718
- "inputmode": {
719
- "type": "string",
720
- "mutable": false,
721
- "complexType": {
722
- "original": "'none' | 'text' | 'decimal' | 'numeric' | 'tel' | 'search' | 'email' | 'url'",
723
- "resolved": "\"decimal\" | \"email\" | \"none\" | \"numeric\" | \"search\" | \"tel\" | \"text\" | \"url\"",
724
- "references": {}
725
- },
726
- "required": false,
727
- "optional": false,
728
- "docs": {
729
- "tags": [],
730
- "text": "The input's inputmode attribute."
731
- },
732
- "attribute": "inputmode",
733
- "reflect": false
734
- },
735
- "line": {
736
- "type": "boolean",
737
- "mutable": false,
738
- "complexType": {
739
- "original": "boolean",
740
- "resolved": "boolean",
741
- "references": {}
742
- },
743
- "required": false,
744
- "optional": false,
745
- "docs": {
746
- "tags": [],
747
- "text": "Set to render as line"
748
- },
749
- "attribute": "line",
750
- "reflect": false,
751
- "defaultValue": "false"
752
- },
753
- "errorOnBlur": {
754
- "type": "boolean",
755
- "mutable": false,
756
- "complexType": {
757
- "original": "boolean",
758
- "resolved": "boolean",
759
- "references": {}
760
- },
761
- "required": false,
762
- "optional": false,
763
- "docs": {
764
- "tags": [],
765
- "text": "Set to display the error text on blur and not when typing"
766
- },
767
- "attribute": "error-on-blur",
768
- "reflect": false,
769
- "defaultValue": "false"
770
- }
771
- }; }
772
- static get states() { return {
773
- "hasFocus": {},
774
- "hasHelpTextSlot": {},
775
- "hasErrorTextSlot": {},
776
- "hasLabelSlot": {},
777
- "isPasswordVisible": {}
778
- }; }
779
- static get events() { return [{
780
- "method": "sixChange",
781
- "name": "six-input-change",
782
- "bubbles": true,
783
- "cancelable": true,
784
- "composed": true,
785
- "docs": {
786
- "tags": [],
787
- "text": "Emitted when the control's value changes. Access the new value via event.target.value."
788
- },
789
- "complexType": {
790
- "original": "EmptyPayload",
791
- "resolved": "undefined",
792
- "references": {
793
- "EmptyPayload": {
794
- "location": "import",
795
- "path": "../../utils/types"
796
- }
797
- }
798
- }
799
- }, {
800
- "method": "sixClear",
801
- "name": "six-input-clear",
802
- "bubbles": true,
803
- "cancelable": true,
804
- "composed": true,
805
- "docs": {
806
- "tags": [],
807
- "text": "Emitted when the clear button is activated."
808
- },
809
- "complexType": {
810
- "original": "EmptyPayload",
811
- "resolved": "undefined",
812
- "references": {
813
- "EmptyPayload": {
814
- "location": "import",
815
- "path": "../../utils/types"
816
- }
817
- }
818
- }
819
- }, {
820
- "method": "sixInput",
821
- "name": "six-input-input",
822
- "bubbles": true,
823
- "cancelable": true,
824
- "composed": true,
825
- "docs": {
826
- "tags": [],
827
- "text": "Emitted when the control receives input. Access the new value via event.target.value."
828
- },
829
- "complexType": {
830
- "original": "EmptyPayload",
831
- "resolved": "undefined",
832
- "references": {
833
- "EmptyPayload": {
834
- "location": "import",
835
- "path": "../../utils/types"
836
- }
837
- }
838
- }
839
- }, {
840
- "method": "sixFocus",
841
- "name": "six-input-focus",
842
- "bubbles": true,
843
- "cancelable": true,
844
- "composed": true,
845
- "docs": {
846
- "tags": [],
847
- "text": "Emitted when the control gains focus."
848
- },
849
- "complexType": {
850
- "original": "EmptyPayload",
851
- "resolved": "undefined",
852
- "references": {
853
- "EmptyPayload": {
854
- "location": "import",
855
- "path": "../../utils/types"
856
- }
857
- }
858
- }
859
- }, {
860
- "method": "sixBlur",
861
- "name": "six-input-blur",
862
- "bubbles": true,
863
- "cancelable": true,
864
- "composed": true,
865
- "docs": {
866
- "tags": [],
867
- "text": "Emitted when the control loses focus. Access the new value via event.target.value."
868
- },
869
- "complexType": {
870
- "original": "EmptyPayload",
871
- "resolved": "undefined",
872
- "references": {
873
- "EmptyPayload": {
874
- "location": "import",
875
- "path": "../../utils/types"
876
- }
877
- }
878
- }
879
- }, {
880
- "method": "sixValueChange",
881
- "name": "six-input-value-change",
882
- "bubbles": true,
883
- "cancelable": true,
884
- "composed": true,
885
- "docs": {
886
- "tags": [],
887
- "text": "Emitted whenever the value changes. Access the new value via event.target.value.\nsix-input-value-change will emit whenever the value changes.\nSo be it on input or when dynamically set. six-input-input will only be emitted when the user enters data,\nbut not when a value is dynamically set. six-input-change will only be emitted when the user either presses enter\nor leaves the input field after entering some data."
888
- },
889
- "complexType": {
890
- "original": "EmptyPayload",
891
- "resolved": "undefined",
892
- "references": {
893
- "EmptyPayload": {
894
- "location": "import",
895
- "path": "../../utils/types"
896
- }
897
- }
898
- }
899
- }]; }
900
- static get methods() { return {
901
- "setFocus": {
902
- "complexType": {
903
- "signature": "(options?: FocusOptions) => Promise<void>",
904
- "parameters": [{
905
- "tags": [],
906
- "text": ""
907
- }],
908
- "references": {
909
- "Promise": {
910
- "location": "global"
911
- },
912
- "FocusOptions": {
913
- "location": "global"
914
- }
915
- },
916
- "return": "Promise<void>"
917
- },
918
- "docs": {
919
- "text": "Sets focus on the input.",
920
- "tags": []
921
- }
922
- },
923
- "removeFocus": {
924
- "complexType": {
925
- "signature": "() => Promise<void>",
926
- "parameters": [],
927
- "references": {
928
- "Promise": {
929
- "location": "global"
930
- }
931
- },
932
- "return": "Promise<void>"
933
- },
934
- "docs": {
935
- "text": "Removes focus from the input.",
936
- "tags": []
937
- }
938
- },
939
- "select": {
940
- "complexType": {
941
- "signature": "() => Promise<void>",
942
- "parameters": [],
943
- "references": {
944
- "Promise": {
945
- "location": "global"
946
- }
947
- },
948
- "return": "Promise<void>"
949
- },
950
- "docs": {
951
- "text": "Selects all the text in the input.",
952
- "tags": []
953
- }
954
- },
955
- "setSelectionRange": {
956
- "complexType": {
957
- "signature": "(selectionStart: number, selectionEnd: number, selectionDirection?: 'forward' | 'backward' | 'none') => Promise<void>",
958
- "parameters": [{
959
- "tags": [],
960
- "text": ""
961
- }, {
962
- "tags": [],
963
- "text": ""
964
- }, {
965
- "tags": [],
966
- "text": ""
967
- }],
968
- "references": {
969
- "Promise": {
970
- "location": "global"
971
- }
972
- },
973
- "return": "Promise<void>"
974
- },
975
- "docs": {
976
- "text": "Sets the start and end positions of the text selection (0-based).",
977
- "tags": []
978
- }
979
- },
980
- "setRangeText": {
981
- "complexType": {
982
- "signature": "(replacement: string, start: number, end: number, selectMode?: 'select' | 'start' | 'end' | 'preserve') => Promise<void>",
983
- "parameters": [{
984
- "tags": [],
985
- "text": ""
986
- }, {
987
- "tags": [],
988
- "text": ""
989
- }, {
990
- "tags": [],
991
- "text": ""
992
- }, {
993
- "tags": [],
994
- "text": ""
995
- }],
996
- "references": {
997
- "Promise": {
998
- "location": "global"
999
- }
1000
- },
1001
- "return": "Promise<void>"
1002
- },
1003
- "docs": {
1004
- "text": "Replaces a range of text with a new string.",
1005
- "tags": []
1006
- }
1007
- },
1008
- "reportValidity": {
1009
- "complexType": {
1010
- "signature": "() => Promise<boolean>",
1011
- "parameters": [],
1012
- "references": {
1013
- "Promise": {
1014
- "location": "global"
1015
- }
1016
- },
1017
- "return": "Promise<boolean>"
1018
- },
1019
- "docs": {
1020
- "text": "Checks for validity and shows the browser's validation message if the control is invalid.",
1021
- "tags": []
1022
- }
1023
- },
1024
- "checkValidity": {
1025
- "complexType": {
1026
- "signature": "() => Promise<boolean>",
1027
- "parameters": [],
1028
- "references": {
1029
- "Promise": {
1030
- "location": "global"
1031
- }
1032
- },
1033
- "return": "Promise<boolean>"
1034
- },
1035
- "docs": {
1036
- "text": "Checks for validity.",
1037
- "tags": []
1038
- }
1039
- },
1040
- "setCustomValidity": {
1041
- "complexType": {
1042
- "signature": "(message: string) => Promise<void>",
1043
- "parameters": [{
1044
- "tags": [],
1045
- "text": ""
1046
- }],
1047
- "references": {
1048
- "Promise": {
1049
- "location": "global"
1050
- }
1051
- },
1052
- "return": "Promise<void>"
1053
- },
1054
- "docs": {
1055
- "text": "Sets a custom validation message. If `message` is not empty, the field will be considered invalid.",
1056
- "tags": []
1057
- }
1058
- },
1059
- "getValidity": {
1060
- "complexType": {
1061
- "signature": "() => Promise<ValidityState>",
1062
- "parameters": [],
1063
- "references": {
1064
- "Promise": {
1065
- "location": "global"
1066
- },
1067
- "ValidityState": {
1068
- "location": "global"
1069
- }
1070
- },
1071
- "return": "Promise<ValidityState>"
1072
- },
1073
- "docs": {
1074
- "text": "Returns the native input's validity",
1075
- "tags": []
1076
- }
1077
- },
1078
- "isValid": {
1079
- "complexType": {
1080
- "signature": "() => Promise<boolean>",
1081
- "parameters": [],
1082
- "references": {
1083
- "Promise": {
1084
- "location": "global"
1085
- }
1086
- },
1087
- "return": "Promise<boolean>"
1088
- },
1089
- "docs": {
1090
- "text": "Returns the native input's validity",
1091
- "tags": []
1092
- }
1093
- },
1094
- "getValidationMessage": {
1095
- "complexType": {
1096
- "signature": "() => Promise<string>",
1097
- "parameters": [],
1098
- "references": {
1099
- "Promise": {
1100
- "location": "global"
1101
- }
1102
- },
1103
- "return": "Promise<string>"
1104
- },
1105
- "docs": {
1106
- "text": "Returns the native input's validationMessage",
1107
- "tags": []
1108
- }
1109
- },
1110
- "reset": {
1111
- "complexType": {
1112
- "signature": "() => Promise<void>",
1113
- "parameters": [],
1114
- "references": {
1115
- "Promise": {
1116
- "location": "global"
1117
- }
1118
- },
1119
- "return": "Promise<void>"
1120
- },
1121
- "docs": {
1122
- "text": "Resets the formcontrol",
1123
- "tags": []
1124
- }
1125
- }
1126
- }; }
1127
- static get elementRef() { return "host"; }
1128
- static get watchers() { return [{
1129
- "propName": "helpText",
1130
- "methodName": "handleLabelChange"
1131
- }, {
1132
- "propName": "errorText",
1133
- "methodName": "handleLabelChange"
1134
- }, {
1135
- "propName": "label",
1136
- "methodName": "handleLabelChange"
1137
- }, {
1138
- "propName": "value",
1139
- "methodName": "handleValueChange"
1140
- }]; }
1141
- }
1
+ import { h } from '@stencil/core';
2
+ import FormControl from '../../functional-components/form-control/form-control';
3
+ import { hasSlot } from '../../utils/slot';
4
+ import { EventListeners } from '../../utils/event-listeners';
5
+ const ICON_SIZES = {
6
+ large: 'medium',
7
+ medium: 'small',
8
+ small: 'xSmall',
9
+ };
10
+ let id = 0;
11
+ /**
12
+ * @since 1.0
13
+ * @status stable
14
+ *
15
+ * Forked from https://github.com/shoelace-style/shoelace version v2.0.0-beta27.
16
+ *
17
+ * @slot label - The input's label. Alternatively, you can use the label prop.
18
+ * @slot prefix - Used to prepend an icon or similar element to the input.
19
+ * @slot suffix - Used to append an icon or similar element to the input.
20
+ * @slot clear-icon - An icon to use in lieu of the default clear icon.
21
+ * @slot show-password-icon - An icon to use in lieu of the default show password icon.
22
+ * @slot hide-password-icon - An icon to use in lieu of the default hide password icon.
23
+ * @slot help-text - Help text that describes how to use the input. Alternatively, you can use the help-text prop.
24
+ * @slot error-text - Error text that is shown for validation errors. Alternatively, you can use the error-text prop.
25
+ *
26
+ * @part base - The component's base wrapper.
27
+ * @part form-control - The form control that wraps the label, input, and help-text.
28
+ * @part label - The input label.
29
+ * @part input - The input control.
30
+ * @part prefix - The input prefix container.
31
+ * @part clear-button - The clear button.
32
+ * @part password-toggle-button - The password toggle button.
33
+ * @part suffix - The input suffix container.
34
+ * @part help-text - The input help text.
35
+ */
36
+ export class SixInput {
37
+ constructor() {
38
+ this.inputId = `input-${++id}`;
39
+ this.labelId = `input-label-${id}`;
40
+ this.helpTextId = `input-help-text-${id}`;
41
+ this.errorTextId = `input-error-text-${id}`;
42
+ this.customErrorText = '';
43
+ this.customValidation = false;
44
+ this.eventListeners = new EventListeners();
45
+ /** defaultValue which the input will be reverted to when executing reset */
46
+ this.defaultValue = '';
47
+ this.hasFocus = false;
48
+ this.hasHelpTextSlot = false;
49
+ this.hasErrorTextSlot = false;
50
+ this.hasLabelSlot = false;
51
+ this.isPasswordVisible = false;
52
+ this.type = 'text';
53
+ this.size = 'medium';
54
+ this.name = '';
55
+ this.value = '';
56
+ this.pill = false;
57
+ this.label = '';
58
+ this.helpText = '';
59
+ this.errorText = '';
60
+ this.placeholder = undefined;
61
+ this.disabled = false;
62
+ this.readonly = false;
63
+ this.minlength = undefined;
64
+ this.maxlength = undefined;
65
+ this.min = undefined;
66
+ this.max = undefined;
67
+ this.step = undefined;
68
+ this.pattern = undefined;
69
+ this.required = undefined;
70
+ this.autocapitalize = undefined;
71
+ this.autocorrect = undefined;
72
+ this.autocomplete = undefined;
73
+ this.autofocus = undefined;
74
+ this.spellcheck = undefined;
75
+ this.invalid = false;
76
+ this.clearable = false;
77
+ this.togglePassword = false;
78
+ this.inputmode = undefined;
79
+ this.line = false;
80
+ this.errorOnBlur = false;
81
+ }
82
+ handleLabelChange() {
83
+ this.handleSlotChange();
84
+ }
85
+ handleValueChange() {
86
+ if (!this.input) {
87
+ return;
88
+ }
89
+ this.input.value = this.value;
90
+ this.invalid = !this.input.checkValidity();
91
+ this.sixValueChange.emit();
92
+ }
93
+ connectedCallback() {
94
+ this.handleChange = this.handleChange.bind(this);
95
+ this.handleInput = this.handleInput.bind(this);
96
+ this.handleInvalid = this.handleInvalid.bind(this);
97
+ this.handleBlur = this.handleBlur.bind(this);
98
+ this.handleFocus = this.handleFocus.bind(this);
99
+ this.handleClearClick = this.handleClearClick.bind(this);
100
+ this.handlePasswordToggle = this.handlePasswordToggle.bind(this);
101
+ this.handleSlotChange = this.handleSlotChange.bind(this);
102
+ this.host.shadowRoot.addEventListener('slotchange', this.handleSlotChange);
103
+ }
104
+ componentWillLoad() {
105
+ this.defaultValue = this.value;
106
+ this.handleSlotChange();
107
+ }
108
+ componentDidLoad() {
109
+ this.eventListeners.add(this.input, 'invalid', (event) => {
110
+ if (this.customValidation || (!this.hasErrorTextSlot && !this.errorText && !this.customErrorText)) {
111
+ this.customErrorText = this.input.validationMessage;
112
+ }
113
+ event.preventDefault();
114
+ });
115
+ }
116
+ disconnectedCallback() {
117
+ this.host.shadowRoot.removeEventListener('slotchange', this.handleSlotChange);
118
+ this.eventListeners.removeAll();
119
+ }
120
+ /** Sets focus on the input. */
121
+ async setFocus(options) {
122
+ this.input.focus(options);
123
+ }
124
+ /** Removes focus from the input. */
125
+ async removeFocus() {
126
+ this.input.blur();
127
+ }
128
+ /** Selects all the text in the input. */
129
+ async select() {
130
+ return this.input.select();
131
+ }
132
+ /** Sets the start and end positions of the text selection (0-based). */
133
+ async setSelectionRange(selectionStart, selectionEnd, selectionDirection = 'none') {
134
+ return this.input.setSelectionRange(selectionStart, selectionEnd, selectionDirection);
135
+ }
136
+ /** Replaces a range of text with a new string. */
137
+ async setRangeText(replacement, start, end, selectMode = 'preserve') {
138
+ this.input.setRangeText(replacement, start, end, selectMode);
139
+ if (this.value !== this.input.value) {
140
+ this.value = this.input.value;
141
+ this.sixChange.emit();
142
+ this.sixInput.emit();
143
+ }
144
+ }
145
+ /** Checks for validity and shows the browser's validation message if the control is invalid. */
146
+ async reportValidity() {
147
+ return this.input.reportValidity();
148
+ }
149
+ /** Checks for validity. */
150
+ async checkValidity() {
151
+ return this.input.validity.valid;
152
+ }
153
+ /** Sets a custom validation message. If `message` is not empty, the field will be considered invalid. */
154
+ async setCustomValidity(message) {
155
+ this.customErrorText = '';
156
+ this.customValidation = message !== '';
157
+ this.input.setCustomValidity(message);
158
+ this.invalid = !this.input.checkValidity();
159
+ }
160
+ /** Returns the native input's validity */
161
+ async getValidity() {
162
+ return this.input.validity;
163
+ }
164
+ /** Returns the native input's validity */
165
+ async isValid() {
166
+ return this.input.validity.valid;
167
+ }
168
+ /** Returns the native input's validationMessage */
169
+ async getValidationMessage() {
170
+ return this.input.validationMessage;
171
+ }
172
+ /** Resets the formcontrol */
173
+ async reset() {
174
+ this.value = this.defaultValue;
175
+ this.customErrorText = '';
176
+ this.customValidation = false;
177
+ this.input.setCustomValidity('');
178
+ this.invalid = false;
179
+ }
180
+ handleChange() {
181
+ this.value = this.input.value;
182
+ this.sixChange.emit();
183
+ }
184
+ handleInput() {
185
+ this.value = this.input.value;
186
+ this.sixInput.emit();
187
+ }
188
+ handleInvalid() {
189
+ this.invalid = true;
190
+ }
191
+ handleBlur() {
192
+ this.hasFocus = false;
193
+ this.sixBlur.emit();
194
+ }
195
+ handleFocus() {
196
+ this.hasFocus = true;
197
+ this.sixFocus.emit();
198
+ }
199
+ handleClearClick(event) {
200
+ this.value = '';
201
+ this.sixClear.emit();
202
+ this.sixInput.emit();
203
+ this.sixChange.emit();
204
+ this.input.focus();
205
+ event.stopPropagation();
206
+ }
207
+ handlePasswordToggle() {
208
+ this.isPasswordVisible = !this.isPasswordVisible;
209
+ }
210
+ handleSlotChange() {
211
+ this.hasHelpTextSlot = hasSlot(this.host, 'help-text');
212
+ this.hasErrorTextSlot = hasSlot(this.host, 'error-text');
213
+ this.hasLabelSlot = hasSlot(this.host, 'label');
214
+ }
215
+ displayError() {
216
+ return this.invalid && (!this.errorOnBlur || !this.hasFocus);
217
+ }
218
+ render() {
219
+ var _a;
220
+ return (h(FormControl, { inputId: this.inputId, label: this.label, labelId: this.labelId, hasLabelSlot: this.hasLabelSlot, helpTextId: this.helpTextId, helpText: this.helpText, hasHelpTextSlot: this.hasHelpTextSlot, errorTextId: this.errorTextId, errorText: this.customErrorText ? this.customErrorText : this.errorText, hasErrorTextSlot: this.hasErrorTextSlot, size: this.size, disabled: this.disabled, required: this.required, displayError: this.displayError() }, h("div", { part: "base", class: {
221
+ input: true,
222
+ // Sizes
223
+ 'input--small': this.size === 'small',
224
+ 'input--medium': this.size === 'medium',
225
+ 'input--large': this.size === 'large',
226
+ // States
227
+ 'input--line': this.line,
228
+ 'input--pill': this.pill,
229
+ 'input--disabled': this.disabled,
230
+ 'input--focused': this.hasFocus,
231
+ 'input--empty': ((_a = this.value) === null || _a === void 0 ? void 0 : _a.length) === 0,
232
+ 'input--invalid': this.invalid,
233
+ } }, h("span", { part: "prefix", class: "input__prefix" }, h("slot", { name: "prefix" })), h("input", { part: "input", ref: (el) => (this.input = el), id: this.inputId, size: 1, class: {
234
+ input__control: true,
235
+ input__control__prefix: hasSlot(this.host, 'prefix'),
236
+ }, type: this.type === 'password' && this.isPasswordVisible ? 'text' : this.type, name: this.name, placeholder: this.placeholder, disabled: this.disabled, readonly: this.readonly, minLength: this.minlength, maxLength: this.maxlength, min: this.min, max: this.max, step: this.step, value: this.value, autoCapitalize: this.autocapitalize, autoComplete: this.autocomplete, autoCorrect: this.autocorrect, autoFocus: this.autofocus, spellcheck: this.spellcheck, pattern: this.pattern, required: this.required, inputMode: this.inputmode, "aria-labelledby": this.labelId, "aria-describedby": this.helpTextId, "aria-invalid": this.invalid ? 'true' : 'false', onChange: this.handleChange, onInput: this.handleInput, onInvalid: this.handleInvalid, onFocus: this.handleFocus, onBlur: this.handleBlur, "data-testid": "input-control" }), this.clearable && (h("button", { part: "clear-button", class: "input__clear", type: "button", onClick: this.handleClearClick, tabindex: "-1", "data-testid": "input-clear-button" }, h("slot", { name: "clear-icon" }, h("six-icon", { size: ICON_SIZES[this.size] }, "clear")))), this.togglePassword && (h("button", { part: "password-toggle-button", class: "input__password-toggle", type: "button", onClick: this.handlePasswordToggle, tabindex: "-1" }, this.isPasswordVisible ? (h("slot", { name: "show-password-icon" }, h("six-icon", { size: ICON_SIZES[this.size] }, "visibility_off"))) : (h("slot", { name: "hide-password-icon" }, h("six-icon", { size: ICON_SIZES[this.size] }, "visibility"))))), h("span", { part: "suffix", class: "input__suffix" }, h("slot", { name: "suffix" })))));
237
+ }
238
+ static get is() { return "six-input"; }
239
+ static get encapsulation() { return "shadow"; }
240
+ static get originalStyleUrls() {
241
+ return {
242
+ "$": ["six-input.scss"]
243
+ };
244
+ }
245
+ static get styleUrls() {
246
+ return {
247
+ "$": ["six-input.css"]
248
+ };
249
+ }
250
+ static get properties() {
251
+ return {
252
+ "type": {
253
+ "type": "string",
254
+ "mutable": false,
255
+ "complexType": {
256
+ "original": "'email' | 'number' | 'password' | 'search' | 'tel' | 'text' | 'url'",
257
+ "resolved": "\"email\" | \"number\" | \"password\" | \"search\" | \"tel\" | \"text\" | \"url\"",
258
+ "references": {}
259
+ },
260
+ "required": false,
261
+ "optional": false,
262
+ "docs": {
263
+ "tags": [],
264
+ "text": "The input's type."
265
+ },
266
+ "attribute": "type",
267
+ "reflect": true,
268
+ "defaultValue": "'text'"
269
+ },
270
+ "size": {
271
+ "type": "string",
272
+ "mutable": false,
273
+ "complexType": {
274
+ "original": "'small' | 'medium' | 'large'",
275
+ "resolved": "\"large\" | \"medium\" | \"small\"",
276
+ "references": {}
277
+ },
278
+ "required": false,
279
+ "optional": false,
280
+ "docs": {
281
+ "tags": [],
282
+ "text": "The input's size."
283
+ },
284
+ "attribute": "size",
285
+ "reflect": true,
286
+ "defaultValue": "'medium'"
287
+ },
288
+ "name": {
289
+ "type": "string",
290
+ "mutable": false,
291
+ "complexType": {
292
+ "original": "string",
293
+ "resolved": "string",
294
+ "references": {}
295
+ },
296
+ "required": false,
297
+ "optional": false,
298
+ "docs": {
299
+ "tags": [],
300
+ "text": "The input's name attribute."
301
+ },
302
+ "attribute": "name",
303
+ "reflect": true,
304
+ "defaultValue": "''"
305
+ },
306
+ "value": {
307
+ "type": "string",
308
+ "mutable": true,
309
+ "complexType": {
310
+ "original": "string",
311
+ "resolved": "string",
312
+ "references": {}
313
+ },
314
+ "required": false,
315
+ "optional": false,
316
+ "docs": {
317
+ "tags": [],
318
+ "text": "The input's value attribute."
319
+ },
320
+ "attribute": "value",
321
+ "reflect": true,
322
+ "defaultValue": "''"
323
+ },
324
+ "pill": {
325
+ "type": "boolean",
326
+ "mutable": false,
327
+ "complexType": {
328
+ "original": "boolean",
329
+ "resolved": "boolean",
330
+ "references": {}
331
+ },
332
+ "required": false,
333
+ "optional": false,
334
+ "docs": {
335
+ "tags": [],
336
+ "text": "Set to true to draw a pill-style input with rounded edges."
337
+ },
338
+ "attribute": "pill",
339
+ "reflect": true,
340
+ "defaultValue": "false"
341
+ },
342
+ "label": {
343
+ "type": "string",
344
+ "mutable": false,
345
+ "complexType": {
346
+ "original": "string",
347
+ "resolved": "string",
348
+ "references": {}
349
+ },
350
+ "required": false,
351
+ "optional": false,
352
+ "docs": {
353
+ "tags": [],
354
+ "text": "The input's label. Alternatively, you can use the label slot."
355
+ },
356
+ "attribute": "label",
357
+ "reflect": false,
358
+ "defaultValue": "''"
359
+ },
360
+ "helpText": {
361
+ "type": "string",
362
+ "mutable": false,
363
+ "complexType": {
364
+ "original": "string",
365
+ "resolved": "string",
366
+ "references": {}
367
+ },
368
+ "required": false,
369
+ "optional": false,
370
+ "docs": {
371
+ "tags": [],
372
+ "text": "The input's help text. Alternatively, you can use the help-text slot."
373
+ },
374
+ "attribute": "help-text",
375
+ "reflect": false,
376
+ "defaultValue": "''"
377
+ },
378
+ "errorText": {
379
+ "type": "string",
380
+ "mutable": false,
381
+ "complexType": {
382
+ "original": "string",
383
+ "resolved": "string",
384
+ "references": {}
385
+ },
386
+ "required": false,
387
+ "optional": false,
388
+ "docs": {
389
+ "tags": [],
390
+ "text": "The input's error text. Alternatively, you can use the error-text slot."
391
+ },
392
+ "attribute": "error-text",
393
+ "reflect": false,
394
+ "defaultValue": "''"
395
+ },
396
+ "placeholder": {
397
+ "type": "string",
398
+ "mutable": false,
399
+ "complexType": {
400
+ "original": "string",
401
+ "resolved": "string",
402
+ "references": {}
403
+ },
404
+ "required": false,
405
+ "optional": false,
406
+ "docs": {
407
+ "tags": [],
408
+ "text": "The input's placeholder text."
409
+ },
410
+ "attribute": "placeholder",
411
+ "reflect": false
412
+ },
413
+ "disabled": {
414
+ "type": "boolean",
415
+ "mutable": false,
416
+ "complexType": {
417
+ "original": "boolean",
418
+ "resolved": "boolean",
419
+ "references": {}
420
+ },
421
+ "required": false,
422
+ "optional": false,
423
+ "docs": {
424
+ "tags": [],
425
+ "text": "Set to true to disable the input."
426
+ },
427
+ "attribute": "disabled",
428
+ "reflect": true,
429
+ "defaultValue": "false"
430
+ },
431
+ "readonly": {
432
+ "type": "boolean",
433
+ "mutable": false,
434
+ "complexType": {
435
+ "original": "boolean",
436
+ "resolved": "boolean",
437
+ "references": {}
438
+ },
439
+ "required": false,
440
+ "optional": false,
441
+ "docs": {
442
+ "tags": [],
443
+ "text": "Set to true to make the input readonly."
444
+ },
445
+ "attribute": "readonly",
446
+ "reflect": true,
447
+ "defaultValue": "false"
448
+ },
449
+ "minlength": {
450
+ "type": "number",
451
+ "mutable": false,
452
+ "complexType": {
453
+ "original": "number",
454
+ "resolved": "number",
455
+ "references": {}
456
+ },
457
+ "required": false,
458
+ "optional": false,
459
+ "docs": {
460
+ "tags": [],
461
+ "text": "The minimum length of input that will be considered valid."
462
+ },
463
+ "attribute": "minlength",
464
+ "reflect": true
465
+ },
466
+ "maxlength": {
467
+ "type": "number",
468
+ "mutable": false,
469
+ "complexType": {
470
+ "original": "number",
471
+ "resolved": "number",
472
+ "references": {}
473
+ },
474
+ "required": false,
475
+ "optional": false,
476
+ "docs": {
477
+ "tags": [],
478
+ "text": "The maximum length of input that will be considered valid."
479
+ },
480
+ "attribute": "maxlength",
481
+ "reflect": true
482
+ },
483
+ "min": {
484
+ "type": "number",
485
+ "mutable": false,
486
+ "complexType": {
487
+ "original": "number",
488
+ "resolved": "number",
489
+ "references": {}
490
+ },
491
+ "required": false,
492
+ "optional": false,
493
+ "docs": {
494
+ "tags": [],
495
+ "text": "The input's minimum value."
496
+ },
497
+ "attribute": "min",
498
+ "reflect": true
499
+ },
500
+ "max": {
501
+ "type": "number",
502
+ "mutable": false,
503
+ "complexType": {
504
+ "original": "number",
505
+ "resolved": "number",
506
+ "references": {}
507
+ },
508
+ "required": false,
509
+ "optional": false,
510
+ "docs": {
511
+ "tags": [],
512
+ "text": "The input's maximum value."
513
+ },
514
+ "attribute": "max",
515
+ "reflect": true
516
+ },
517
+ "step": {
518
+ "type": "number",
519
+ "mutable": false,
520
+ "complexType": {
521
+ "original": "number",
522
+ "resolved": "number",
523
+ "references": {}
524
+ },
525
+ "required": false,
526
+ "optional": false,
527
+ "docs": {
528
+ "tags": [],
529
+ "text": "The input's step attribute."
530
+ },
531
+ "attribute": "step",
532
+ "reflect": true
533
+ },
534
+ "pattern": {
535
+ "type": "string",
536
+ "mutable": false,
537
+ "complexType": {
538
+ "original": "string",
539
+ "resolved": "string",
540
+ "references": {}
541
+ },
542
+ "required": false,
543
+ "optional": false,
544
+ "docs": {
545
+ "tags": [],
546
+ "text": "A pattern to validate input against."
547
+ },
548
+ "attribute": "pattern",
549
+ "reflect": true
550
+ },
551
+ "required": {
552
+ "type": "boolean",
553
+ "mutable": false,
554
+ "complexType": {
555
+ "original": "boolean",
556
+ "resolved": "boolean",
557
+ "references": {}
558
+ },
559
+ "required": false,
560
+ "optional": false,
561
+ "docs": {
562
+ "tags": [],
563
+ "text": "Set to true to make the input a required field."
564
+ },
565
+ "attribute": "required",
566
+ "reflect": true
567
+ },
568
+ "autocapitalize": {
569
+ "type": "string",
570
+ "mutable": false,
571
+ "complexType": {
572
+ "original": "string",
573
+ "resolved": "string",
574
+ "references": {}
575
+ },
576
+ "required": false,
577
+ "optional": false,
578
+ "docs": {
579
+ "tags": [],
580
+ "text": "The input's autocaptialize attribute."
581
+ },
582
+ "attribute": "autocapitalize",
583
+ "reflect": false
584
+ },
585
+ "autocorrect": {
586
+ "type": "string",
587
+ "mutable": false,
588
+ "complexType": {
589
+ "original": "string",
590
+ "resolved": "string",
591
+ "references": {}
592
+ },
593
+ "required": false,
594
+ "optional": false,
595
+ "docs": {
596
+ "tags": [],
597
+ "text": "The input's autocorrect attribute."
598
+ },
599
+ "attribute": "autocorrect",
600
+ "reflect": false
601
+ },
602
+ "autocomplete": {
603
+ "type": "string",
604
+ "mutable": false,
605
+ "complexType": {
606
+ "original": "string",
607
+ "resolved": "string",
608
+ "references": {}
609
+ },
610
+ "required": false,
611
+ "optional": false,
612
+ "docs": {
613
+ "tags": [],
614
+ "text": "The input's autocomplete attribute."
615
+ },
616
+ "attribute": "autocomplete",
617
+ "reflect": false
618
+ },
619
+ "autofocus": {
620
+ "type": "boolean",
621
+ "mutable": false,
622
+ "complexType": {
623
+ "original": "boolean",
624
+ "resolved": "boolean",
625
+ "references": {}
626
+ },
627
+ "required": false,
628
+ "optional": false,
629
+ "docs": {
630
+ "tags": [],
631
+ "text": "The input's autofocus attribute."
632
+ },
633
+ "attribute": "autofocus",
634
+ "reflect": false
635
+ },
636
+ "spellcheck": {
637
+ "type": "boolean",
638
+ "mutable": false,
639
+ "complexType": {
640
+ "original": "boolean",
641
+ "resolved": "boolean",
642
+ "references": {}
643
+ },
644
+ "required": false,
645
+ "optional": false,
646
+ "docs": {
647
+ "tags": [],
648
+ "text": "Enables spell checking on the input."
649
+ },
650
+ "attribute": "spellcheck",
651
+ "reflect": false
652
+ },
653
+ "invalid": {
654
+ "type": "boolean",
655
+ "mutable": true,
656
+ "complexType": {
657
+ "original": "boolean",
658
+ "resolved": "boolean",
659
+ "references": {}
660
+ },
661
+ "required": false,
662
+ "optional": false,
663
+ "docs": {
664
+ "tags": [],
665
+ "text": "This will be true when the control is in an invalid state. Validity is determined by props such as `type`,\n`required`, `minlength`, `maxlength`, and `pattern` using the browser's constraint validation API."
666
+ },
667
+ "attribute": "invalid",
668
+ "reflect": true,
669
+ "defaultValue": "false"
670
+ },
671
+ "clearable": {
672
+ "type": "boolean",
673
+ "mutable": false,
674
+ "complexType": {
675
+ "original": "boolean",
676
+ "resolved": "boolean",
677
+ "references": {}
678
+ },
679
+ "required": false,
680
+ "optional": false,
681
+ "docs": {
682
+ "tags": [],
683
+ "text": "Set to true to add a clear button when the input is populated."
684
+ },
685
+ "attribute": "clearable",
686
+ "reflect": false,
687
+ "defaultValue": "false"
688
+ },
689
+ "togglePassword": {
690
+ "type": "boolean",
691
+ "mutable": false,
692
+ "complexType": {
693
+ "original": "boolean",
694
+ "resolved": "boolean",
695
+ "references": {}
696
+ },
697
+ "required": false,
698
+ "optional": false,
699
+ "docs": {
700
+ "tags": [],
701
+ "text": "Set to true to add a password toggle button for password inputs."
702
+ },
703
+ "attribute": "toggle-password",
704
+ "reflect": false,
705
+ "defaultValue": "false"
706
+ },
707
+ "inputmode": {
708
+ "type": "string",
709
+ "mutable": false,
710
+ "complexType": {
711
+ "original": "'none' | 'text' | 'decimal' | 'numeric' | 'tel' | 'search' | 'email' | 'url'",
712
+ "resolved": "\"decimal\" | \"email\" | \"none\" | \"numeric\" | \"search\" | \"tel\" | \"text\" | \"url\"",
713
+ "references": {}
714
+ },
715
+ "required": false,
716
+ "optional": false,
717
+ "docs": {
718
+ "tags": [],
719
+ "text": "The input's inputmode attribute."
720
+ },
721
+ "attribute": "inputmode",
722
+ "reflect": false
723
+ },
724
+ "line": {
725
+ "type": "boolean",
726
+ "mutable": false,
727
+ "complexType": {
728
+ "original": "boolean",
729
+ "resolved": "boolean",
730
+ "references": {}
731
+ },
732
+ "required": false,
733
+ "optional": false,
734
+ "docs": {
735
+ "tags": [],
736
+ "text": "Set to render as line"
737
+ },
738
+ "attribute": "line",
739
+ "reflect": false,
740
+ "defaultValue": "false"
741
+ },
742
+ "errorOnBlur": {
743
+ "type": "boolean",
744
+ "mutable": false,
745
+ "complexType": {
746
+ "original": "boolean",
747
+ "resolved": "boolean",
748
+ "references": {}
749
+ },
750
+ "required": false,
751
+ "optional": false,
752
+ "docs": {
753
+ "tags": [],
754
+ "text": "Set to display the error text on blur and not when typing"
755
+ },
756
+ "attribute": "error-on-blur",
757
+ "reflect": false,
758
+ "defaultValue": "false"
759
+ }
760
+ };
761
+ }
762
+ static get states() {
763
+ return {
764
+ "hasFocus": {},
765
+ "hasHelpTextSlot": {},
766
+ "hasErrorTextSlot": {},
767
+ "hasLabelSlot": {},
768
+ "isPasswordVisible": {}
769
+ };
770
+ }
771
+ static get events() {
772
+ return [{
773
+ "method": "sixChange",
774
+ "name": "six-input-change",
775
+ "bubbles": true,
776
+ "cancelable": true,
777
+ "composed": true,
778
+ "docs": {
779
+ "tags": [],
780
+ "text": "Emitted when the control's value changes. Access the new value via event.target.value."
781
+ },
782
+ "complexType": {
783
+ "original": "EmptyPayload",
784
+ "resolved": "undefined",
785
+ "references": {
786
+ "EmptyPayload": {
787
+ "location": "import",
788
+ "path": "../../utils/types"
789
+ }
790
+ }
791
+ }
792
+ }, {
793
+ "method": "sixClear",
794
+ "name": "six-input-clear",
795
+ "bubbles": true,
796
+ "cancelable": true,
797
+ "composed": true,
798
+ "docs": {
799
+ "tags": [],
800
+ "text": "Emitted when the clear button is activated."
801
+ },
802
+ "complexType": {
803
+ "original": "EmptyPayload",
804
+ "resolved": "undefined",
805
+ "references": {
806
+ "EmptyPayload": {
807
+ "location": "import",
808
+ "path": "../../utils/types"
809
+ }
810
+ }
811
+ }
812
+ }, {
813
+ "method": "sixInput",
814
+ "name": "six-input-input",
815
+ "bubbles": true,
816
+ "cancelable": true,
817
+ "composed": true,
818
+ "docs": {
819
+ "tags": [],
820
+ "text": "Emitted when the control receives input. Access the new value via event.target.value."
821
+ },
822
+ "complexType": {
823
+ "original": "EmptyPayload",
824
+ "resolved": "undefined",
825
+ "references": {
826
+ "EmptyPayload": {
827
+ "location": "import",
828
+ "path": "../../utils/types"
829
+ }
830
+ }
831
+ }
832
+ }, {
833
+ "method": "sixFocus",
834
+ "name": "six-input-focus",
835
+ "bubbles": true,
836
+ "cancelable": true,
837
+ "composed": true,
838
+ "docs": {
839
+ "tags": [],
840
+ "text": "Emitted when the control gains focus."
841
+ },
842
+ "complexType": {
843
+ "original": "EmptyPayload",
844
+ "resolved": "undefined",
845
+ "references": {
846
+ "EmptyPayload": {
847
+ "location": "import",
848
+ "path": "../../utils/types"
849
+ }
850
+ }
851
+ }
852
+ }, {
853
+ "method": "sixBlur",
854
+ "name": "six-input-blur",
855
+ "bubbles": true,
856
+ "cancelable": true,
857
+ "composed": true,
858
+ "docs": {
859
+ "tags": [],
860
+ "text": "Emitted when the control loses focus. Access the new value via event.target.value."
861
+ },
862
+ "complexType": {
863
+ "original": "EmptyPayload",
864
+ "resolved": "undefined",
865
+ "references": {
866
+ "EmptyPayload": {
867
+ "location": "import",
868
+ "path": "../../utils/types"
869
+ }
870
+ }
871
+ }
872
+ }, {
873
+ "method": "sixValueChange",
874
+ "name": "six-input-value-change",
875
+ "bubbles": true,
876
+ "cancelable": true,
877
+ "composed": true,
878
+ "docs": {
879
+ "tags": [],
880
+ "text": "Emitted whenever the value changes. Access the new value via event.target.value.\nsix-input-value-change will emit whenever the value changes.\nSo be it on input or when dynamically set. six-input-input will only be emitted when the user enters data,\nbut not when a value is dynamically set. six-input-change will only be emitted when the user either presses enter\nor leaves the input field after entering some data."
881
+ },
882
+ "complexType": {
883
+ "original": "EmptyPayload",
884
+ "resolved": "undefined",
885
+ "references": {
886
+ "EmptyPayload": {
887
+ "location": "import",
888
+ "path": "../../utils/types"
889
+ }
890
+ }
891
+ }
892
+ }];
893
+ }
894
+ static get methods() {
895
+ return {
896
+ "setFocus": {
897
+ "complexType": {
898
+ "signature": "(options?: FocusOptions) => Promise<void>",
899
+ "parameters": [{
900
+ "tags": [],
901
+ "text": ""
902
+ }],
903
+ "references": {
904
+ "Promise": {
905
+ "location": "global"
906
+ },
907
+ "FocusOptions": {
908
+ "location": "global"
909
+ }
910
+ },
911
+ "return": "Promise<void>"
912
+ },
913
+ "docs": {
914
+ "text": "Sets focus on the input.",
915
+ "tags": []
916
+ }
917
+ },
918
+ "removeFocus": {
919
+ "complexType": {
920
+ "signature": "() => Promise<void>",
921
+ "parameters": [],
922
+ "references": {
923
+ "Promise": {
924
+ "location": "global"
925
+ }
926
+ },
927
+ "return": "Promise<void>"
928
+ },
929
+ "docs": {
930
+ "text": "Removes focus from the input.",
931
+ "tags": []
932
+ }
933
+ },
934
+ "select": {
935
+ "complexType": {
936
+ "signature": "() => Promise<void>",
937
+ "parameters": [],
938
+ "references": {
939
+ "Promise": {
940
+ "location": "global"
941
+ }
942
+ },
943
+ "return": "Promise<void>"
944
+ },
945
+ "docs": {
946
+ "text": "Selects all the text in the input.",
947
+ "tags": []
948
+ }
949
+ },
950
+ "setSelectionRange": {
951
+ "complexType": {
952
+ "signature": "(selectionStart: number, selectionEnd: number, selectionDirection?: 'forward' | 'backward' | 'none') => Promise<void>",
953
+ "parameters": [{
954
+ "tags": [],
955
+ "text": ""
956
+ }, {
957
+ "tags": [],
958
+ "text": ""
959
+ }, {
960
+ "tags": [],
961
+ "text": ""
962
+ }],
963
+ "references": {
964
+ "Promise": {
965
+ "location": "global"
966
+ }
967
+ },
968
+ "return": "Promise<void>"
969
+ },
970
+ "docs": {
971
+ "text": "Sets the start and end positions of the text selection (0-based).",
972
+ "tags": []
973
+ }
974
+ },
975
+ "setRangeText": {
976
+ "complexType": {
977
+ "signature": "(replacement: string, start: number, end: number, selectMode?: 'select' | 'start' | 'end' | 'preserve') => Promise<void>",
978
+ "parameters": [{
979
+ "tags": [],
980
+ "text": ""
981
+ }, {
982
+ "tags": [],
983
+ "text": ""
984
+ }, {
985
+ "tags": [],
986
+ "text": ""
987
+ }, {
988
+ "tags": [],
989
+ "text": ""
990
+ }],
991
+ "references": {
992
+ "Promise": {
993
+ "location": "global"
994
+ }
995
+ },
996
+ "return": "Promise<void>"
997
+ },
998
+ "docs": {
999
+ "text": "Replaces a range of text with a new string.",
1000
+ "tags": []
1001
+ }
1002
+ },
1003
+ "reportValidity": {
1004
+ "complexType": {
1005
+ "signature": "() => Promise<boolean>",
1006
+ "parameters": [],
1007
+ "references": {
1008
+ "Promise": {
1009
+ "location": "global"
1010
+ }
1011
+ },
1012
+ "return": "Promise<boolean>"
1013
+ },
1014
+ "docs": {
1015
+ "text": "Checks for validity and shows the browser's validation message if the control is invalid.",
1016
+ "tags": []
1017
+ }
1018
+ },
1019
+ "checkValidity": {
1020
+ "complexType": {
1021
+ "signature": "() => Promise<boolean>",
1022
+ "parameters": [],
1023
+ "references": {
1024
+ "Promise": {
1025
+ "location": "global"
1026
+ }
1027
+ },
1028
+ "return": "Promise<boolean>"
1029
+ },
1030
+ "docs": {
1031
+ "text": "Checks for validity.",
1032
+ "tags": []
1033
+ }
1034
+ },
1035
+ "setCustomValidity": {
1036
+ "complexType": {
1037
+ "signature": "(message: string) => Promise<void>",
1038
+ "parameters": [{
1039
+ "tags": [],
1040
+ "text": ""
1041
+ }],
1042
+ "references": {
1043
+ "Promise": {
1044
+ "location": "global"
1045
+ }
1046
+ },
1047
+ "return": "Promise<void>"
1048
+ },
1049
+ "docs": {
1050
+ "text": "Sets a custom validation message. If `message` is not empty, the field will be considered invalid.",
1051
+ "tags": []
1052
+ }
1053
+ },
1054
+ "getValidity": {
1055
+ "complexType": {
1056
+ "signature": "() => Promise<ValidityState>",
1057
+ "parameters": [],
1058
+ "references": {
1059
+ "Promise": {
1060
+ "location": "global"
1061
+ },
1062
+ "ValidityState": {
1063
+ "location": "global"
1064
+ }
1065
+ },
1066
+ "return": "Promise<ValidityState>"
1067
+ },
1068
+ "docs": {
1069
+ "text": "Returns the native input's validity",
1070
+ "tags": []
1071
+ }
1072
+ },
1073
+ "isValid": {
1074
+ "complexType": {
1075
+ "signature": "() => Promise<boolean>",
1076
+ "parameters": [],
1077
+ "references": {
1078
+ "Promise": {
1079
+ "location": "global"
1080
+ }
1081
+ },
1082
+ "return": "Promise<boolean>"
1083
+ },
1084
+ "docs": {
1085
+ "text": "Returns the native input's validity",
1086
+ "tags": []
1087
+ }
1088
+ },
1089
+ "getValidationMessage": {
1090
+ "complexType": {
1091
+ "signature": "() => Promise<string>",
1092
+ "parameters": [],
1093
+ "references": {
1094
+ "Promise": {
1095
+ "location": "global"
1096
+ }
1097
+ },
1098
+ "return": "Promise<string>"
1099
+ },
1100
+ "docs": {
1101
+ "text": "Returns the native input's validationMessage",
1102
+ "tags": []
1103
+ }
1104
+ },
1105
+ "reset": {
1106
+ "complexType": {
1107
+ "signature": "() => Promise<void>",
1108
+ "parameters": [],
1109
+ "references": {
1110
+ "Promise": {
1111
+ "location": "global"
1112
+ }
1113
+ },
1114
+ "return": "Promise<void>"
1115
+ },
1116
+ "docs": {
1117
+ "text": "Resets the formcontrol",
1118
+ "tags": []
1119
+ }
1120
+ }
1121
+ };
1122
+ }
1123
+ static get elementRef() { return "host"; }
1124
+ static get watchers() {
1125
+ return [{
1126
+ "propName": "helpText",
1127
+ "methodName": "handleLabelChange"
1128
+ }, {
1129
+ "propName": "errorText",
1130
+ "methodName": "handleLabelChange"
1131
+ }, {
1132
+ "propName": "label",
1133
+ "methodName": "handleLabelChange"
1134
+ }, {
1135
+ "propName": "value",
1136
+ "methodName": "handleValueChange"
1137
+ }];
1138
+ }
1139
+ }
1140
+ //# sourceMappingURL=six-input.js.map