@six-group/ui-library 0.0.0-insider.012ddb2

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 (1673) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +9 -0
  3. package/dist/cjs/error-messages-6e8049a4.js +119 -0
  4. package/dist/cjs/error-messages-6e8049a4.js.map +1 -0
  5. package/dist/cjs/event-listeners-9fb878f1.js +61 -0
  6. package/dist/cjs/event-listeners-9fb878f1.js.map +1 -0
  7. package/dist/cjs/execution-control-d728da70.js +48 -0
  8. package/dist/cjs/execution-control-d728da70.js.map +1 -0
  9. package/dist/cjs/focus-visible-e2c9255a.js +47 -0
  10. package/dist/cjs/focus-visible-e2c9255a.js.map +1 -0
  11. package/dist/cjs/form-9ebaae7c.js +20 -0
  12. package/dist/cjs/form-9ebaae7c.js.map +1 -0
  13. package/dist/cjs/form-control-8d64e974.js +36 -0
  14. package/dist/cjs/form-control-8d64e974.js.map +1 -0
  15. package/dist/cjs/index-d7748d51.js +2230 -0
  16. package/dist/cjs/index-d7748d51.js.map +1 -0
  17. package/dist/cjs/index.cjs.js +66 -0
  18. package/dist/cjs/index.cjs.js.map +1 -0
  19. package/dist/cjs/loader.cjs.js +15 -0
  20. package/dist/cjs/loader.cjs.js.map +1 -0
  21. package/dist/cjs/modal-3ce015be.js +52 -0
  22. package/dist/cjs/modal-3ce015be.js.map +1 -0
  23. package/dist/cjs/popover-1e7c09f1.js +1907 -0
  24. package/dist/cjs/popover-1e7c09f1.js.map +1 -0
  25. package/dist/cjs/popup-e854acda.js +103 -0
  26. package/dist/cjs/popup-e854acda.js.map +1 -0
  27. package/dist/cjs/scroll-68033901.js +68 -0
  28. package/dist/cjs/scroll-68033901.js.map +1 -0
  29. package/dist/cjs/six-alert.cjs.entry.js +164 -0
  30. package/dist/cjs/six-alert.cjs.entry.js.map +1 -0
  31. package/dist/cjs/six-avatar.cjs.entry.js +34 -0
  32. package/dist/cjs/six-avatar.cjs.entry.js.map +1 -0
  33. package/dist/cjs/six-badge.cjs.entry.js +36 -0
  34. package/dist/cjs/six-badge.cjs.entry.js.map +1 -0
  35. package/dist/cjs/six-button.cjs.entry.js +108 -0
  36. package/dist/cjs/six-button.cjs.entry.js.map +1 -0
  37. package/dist/cjs/six-card.cjs.entry.js +21 -0
  38. package/dist/cjs/six-card.cjs.entry.js.map +1 -0
  39. package/dist/cjs/six-checkbox_2.cjs.entry.js +190 -0
  40. package/dist/cjs/six-checkbox_2.cjs.entry.js.map +1 -0
  41. package/dist/cjs/six-datepicker.cjs.entry.js +1052 -0
  42. package/dist/cjs/six-datepicker.cjs.entry.js.map +1 -0
  43. package/dist/cjs/six-details.cjs.entry.js +148 -0
  44. package/dist/cjs/six-details.cjs.entry.js.map +1 -0
  45. package/dist/cjs/six-dialog.cjs.entry.js +154 -0
  46. package/dist/cjs/six-dialog.cjs.entry.js.map +1 -0
  47. package/dist/cjs/six-drawer.cjs.entry.js +169 -0
  48. package/dist/cjs/six-drawer.cjs.entry.js.map +1 -0
  49. package/dist/cjs/six-dropdown_2.cjs.entry.js +743 -0
  50. package/dist/cjs/six-dropdown_2.cjs.entry.js.map +1 -0
  51. package/dist/cjs/six-error-page.cjs.entry.js +106 -0
  52. package/dist/cjs/six-error-page.cjs.entry.js.map +1 -0
  53. package/dist/cjs/six-error.cjs.entry.js +21 -0
  54. package/dist/cjs/six-error.cjs.entry.js.map +1 -0
  55. package/dist/cjs/six-file-list-item.cjs.entry.js +47 -0
  56. package/dist/cjs/six-file-list-item.cjs.entry.js.map +1 -0
  57. package/dist/cjs/six-file-list.cjs.entry.js +21 -0
  58. package/dist/cjs/six-file-list.cjs.entry.js.map +1 -0
  59. package/dist/cjs/six-file-upload.cjs.entry.js +120 -0
  60. package/dist/cjs/six-file-upload.cjs.entry.js.map +1 -0
  61. package/dist/cjs/six-footer.cjs.entry.js +21 -0
  62. package/dist/cjs/six-footer.cjs.entry.js.map +1 -0
  63. package/dist/cjs/six-group-label.cjs.entry.js +57 -0
  64. package/dist/cjs/six-group-label.cjs.entry.js.map +1 -0
  65. package/dist/cjs/six-header.cjs.entry.js +197 -0
  66. package/dist/cjs/six-header.cjs.entry.js.map +1 -0
  67. package/dist/cjs/six-icon-button.cjs.entry.js +47 -0
  68. package/dist/cjs/six-icon-button.cjs.entry.js.map +1 -0
  69. package/dist/cjs/six-icon.cjs.entry.js +35 -0
  70. package/dist/cjs/six-icon.cjs.entry.js.map +1 -0
  71. package/dist/cjs/six-input.cjs.entry.js +211 -0
  72. package/dist/cjs/six-input.cjs.entry.js.map +1 -0
  73. package/dist/cjs/six-item-picker.cjs.entry.js +434 -0
  74. package/dist/cjs/six-item-picker.cjs.entry.js.map +1 -0
  75. package/dist/cjs/six-language-switcher.cjs.entry.js +65 -0
  76. package/dist/cjs/six-language-switcher.cjs.entry.js.map +1 -0
  77. package/dist/cjs/six-layout-grid.cjs.entry.js +35 -0
  78. package/dist/cjs/six-layout-grid.cjs.entry.js.map +1 -0
  79. package/dist/cjs/six-main-container.cjs.entry.js +23 -0
  80. package/dist/cjs/six-main-container.cjs.entry.js.map +1 -0
  81. package/dist/cjs/six-menu-divider.cjs.entry.js +21 -0
  82. package/dist/cjs/six-menu-divider.cjs.entry.js.map +1 -0
  83. package/dist/cjs/six-menu-label.cjs.entry.js +21 -0
  84. package/dist/cjs/six-menu-label.cjs.entry.js.map +1 -0
  85. package/dist/cjs/six-picto.cjs.entry.js +28 -0
  86. package/dist/cjs/six-picto.cjs.entry.js.map +1 -0
  87. package/dist/cjs/six-progress-bar.cjs.entry.js +28 -0
  88. package/dist/cjs/six-progress-bar.cjs.entry.js.map +1 -0
  89. package/dist/cjs/six-progress-ring.cjs.entry.js +43 -0
  90. package/dist/cjs/six-progress-ring.cjs.entry.js.map +1 -0
  91. package/dist/cjs/six-radio.cjs.entry.js +121 -0
  92. package/dist/cjs/six-radio.cjs.entry.js.map +1 -0
  93. package/dist/cjs/six-range.cjs.entry.js +202 -0
  94. package/dist/cjs/six-range.cjs.entry.js.map +1 -0
  95. package/dist/cjs/six-root.cjs.entry.js +25 -0
  96. package/dist/cjs/six-root.cjs.entry.js.map +1 -0
  97. package/dist/cjs/six-search-field.cjs.entry.js +58 -0
  98. package/dist/cjs/six-search-field.cjs.entry.js.map +1 -0
  99. package/dist/cjs/six-select.cjs.entry.js +533 -0
  100. package/dist/cjs/six-select.cjs.entry.js.map +1 -0
  101. package/dist/cjs/six-sidebar-item-group.cjs.entry.js +69 -0
  102. package/dist/cjs/six-sidebar-item-group.cjs.entry.js.map +1 -0
  103. package/dist/cjs/six-sidebar-item.cjs.entry.js +30 -0
  104. package/dist/cjs/six-sidebar-item.cjs.entry.js.map +1 -0
  105. package/dist/cjs/six-sidebar.cjs.entry.js +201 -0
  106. package/dist/cjs/six-sidebar.cjs.entry.js.map +1 -0
  107. package/dist/cjs/six-spinner.cjs.entry.js +28 -0
  108. package/dist/cjs/six-spinner.cjs.entry.js.map +1 -0
  109. package/dist/cjs/six-stage-indicator.cjs.entry.js +22 -0
  110. package/dist/cjs/six-stage-indicator.cjs.entry.js.map +1 -0
  111. package/dist/cjs/six-switch.cjs.entry.js +123 -0
  112. package/dist/cjs/six-switch.cjs.entry.js.map +1 -0
  113. package/dist/cjs/six-tab-group.cjs.entry.js +250 -0
  114. package/dist/cjs/six-tab-group.cjs.entry.js.map +1 -0
  115. package/dist/cjs/six-tab-panel.cjs.entry.js +28 -0
  116. package/dist/cjs/six-tab-panel.cjs.entry.js.map +1 -0
  117. package/dist/cjs/six-tab.cjs.entry.js +69 -0
  118. package/dist/cjs/six-tab.cjs.entry.js.map +1 -0
  119. package/dist/cjs/six-tag.cjs.entry.js +68 -0
  120. package/dist/cjs/six-tag.cjs.entry.js.map +1 -0
  121. package/dist/cjs/six-textarea.cjs.entry.js +196 -0
  122. package/dist/cjs/six-textarea.cjs.entry.js.map +1 -0
  123. package/dist/cjs/six-tile.cjs.entry.js +94 -0
  124. package/dist/cjs/six-tile.cjs.entry.js.map +1 -0
  125. package/dist/cjs/six-timepicker.cjs.entry.js +394 -0
  126. package/dist/cjs/six-timepicker.cjs.entry.js.map +1 -0
  127. package/dist/cjs/six-tooltip.cjs.entry.js +170 -0
  128. package/dist/cjs/six-tooltip.cjs.entry.js.map +1 -0
  129. package/dist/cjs/slot-1b1232a1.js +51 -0
  130. package/dist/cjs/slot-1b1232a1.js.map +1 -0
  131. package/dist/cjs/types-d3da200b.js +19 -0
  132. package/dist/cjs/types-d3da200b.js.map +1 -0
  133. package/dist/cjs/ui-library.cjs.js +25 -0
  134. package/dist/cjs/ui-library.cjs.js.map +1 -0
  135. package/dist/collection/assets/TRADEMARKS.md +7 -0
  136. package/dist/collection/assets/commons.js +5 -0
  137. package/dist/collection/assets/data.json +642 -0
  138. package/dist/collection/collection-manifest.json +63 -0
  139. package/dist/collection/components/six-alert/six-alert.css +113 -0
  140. package/dist/collection/components/six-alert/six-alert.js +415 -0
  141. package/dist/collection/components/six-alert/six-alert.js.map +1 -0
  142. package/dist/collection/components/six-alert/test/six-alert.spec.js +25 -0
  143. package/dist/collection/components/six-alert/test/six-alert.spec.js.map +1 -0
  144. package/dist/collection/components/six-avatar/six-avatar.css +74 -0
  145. package/dist/collection/components/six-avatar/six-avatar.js +128 -0
  146. package/dist/collection/components/six-avatar/six-avatar.js.map +1 -0
  147. package/dist/collection/components/six-avatar/test/six-avatar.spec.js +26 -0
  148. package/dist/collection/components/six-avatar/test/six-avatar.spec.js.map +1 -0
  149. package/dist/collection/components/six-badge/six-badge.css +101 -0
  150. package/dist/collection/components/six-badge/six-badge.js +104 -0
  151. package/dist/collection/components/six-badge/six-badge.js.map +1 -0
  152. package/dist/collection/components/six-badge/test/six-badge.spec.js +20 -0
  153. package/dist/collection/components/six-badge/test/six-badge.spec.js.map +1 -0
  154. package/dist/collection/components/six-button/six-button.css +348 -0
  155. package/dist/collection/components/six-button/six-button.js +474 -0
  156. package/dist/collection/components/six-button/six-button.js.map +1 -0
  157. package/dist/collection/components/six-button/test/six-button.spec.js +69 -0
  158. package/dist/collection/components/six-button/test/six-button.spec.js.map +1 -0
  159. package/dist/collection/components/six-card/six-card.css +14 -0
  160. package/dist/collection/components/six-card/six-card.js +25 -0
  161. package/dist/collection/components/six-card/six-card.js.map +1 -0
  162. package/dist/collection/components/six-card/test/six-card.spec.js +18 -0
  163. package/dist/collection/components/six-card/test/six-card.spec.js.map +1 -0
  164. package/dist/collection/components/six-checkbox/six-checkbox.css +174 -0
  165. package/dist/collection/components/six-checkbox/six-checkbox.js +450 -0
  166. package/dist/collection/components/six-checkbox/six-checkbox.js.map +1 -0
  167. package/dist/collection/components/six-checkbox/test/six-checkbox.spec.js +83 -0
  168. package/dist/collection/components/six-checkbox/test/six-checkbox.spec.js.map +1 -0
  169. package/dist/collection/components/six-datepicker/components/day-selection.js +12 -0
  170. package/dist/collection/components/six-datepicker/components/day-selection.js.map +1 -0
  171. package/dist/collection/components/six-datepicker/components/month-selection.js +13 -0
  172. package/dist/collection/components/six-datepicker/components/month-selection.js.map +1 -0
  173. package/dist/collection/components/six-datepicker/components/year-selection.js +13 -0
  174. package/dist/collection/components/six-datepicker/components/year-selection.js.map +1 -0
  175. package/dist/collection/components/six-datepicker/six-date-formats.js +25 -0
  176. package/dist/collection/components/six-datepicker/six-date-formats.js.map +1 -0
  177. package/dist/collection/components/six-datepicker/six-datepicker.css +156 -0
  178. package/dist/collection/components/six-datepicker/six-datepicker.js +1108 -0
  179. package/dist/collection/components/six-datepicker/six-datepicker.js.map +1 -0
  180. package/dist/collection/components/six-datepicker/test/six-datepicker.spec.js +26 -0
  181. package/dist/collection/components/six-datepicker/test/six-datepicker.spec.js.map +1 -0
  182. package/dist/collection/components/six-datepicker/test/six-datepicker.test-helpers.js +17 -0
  183. package/dist/collection/components/six-datepicker/test/six-datepicker.test-helpers.js.map +1 -0
  184. package/dist/collection/components/six-details/six-details.css +116 -0
  185. package/dist/collection/components/six-details/six-details.js +441 -0
  186. package/dist/collection/components/six-details/six-details.js.map +1 -0
  187. package/dist/collection/components/six-details/test/six-details.spec.js +36 -0
  188. package/dist/collection/components/six-details/test/six-details.spec.js.map +1 -0
  189. package/dist/collection/components/six-dialog/six-dialog.css +123 -0
  190. package/dist/collection/components/six-dialog/six-dialog.js +403 -0
  191. package/dist/collection/components/six-dialog/six-dialog.js.map +1 -0
  192. package/dist/collection/components/six-dialog/test/six-dialog.spec.js +34 -0
  193. package/dist/collection/components/six-dialog/test/six-dialog.spec.js.map +1 -0
  194. package/dist/collection/components/six-drawer/six-drawer.css +166 -0
  195. package/dist/collection/components/six-drawer/six-drawer.js +453 -0
  196. package/dist/collection/components/six-drawer/six-drawer.js.map +1 -0
  197. package/dist/collection/components/six-drawer/test/six-drawer.spec.js +34 -0
  198. package/dist/collection/components/six-drawer/test/six-drawer.spec.js.map +1 -0
  199. package/dist/collection/components/six-dropdown/six-dropdown.css +83 -0
  200. package/dist/collection/components/six-dropdown/six-dropdown.js +1035 -0
  201. package/dist/collection/components/six-dropdown/six-dropdown.js.map +1 -0
  202. package/dist/collection/components/six-dropdown/test/six-dropdown.spec.js +147 -0
  203. package/dist/collection/components/six-dropdown/test/six-dropdown.spec.js.map +1 -0
  204. package/dist/collection/components/six-error/six-error.css +5 -0
  205. package/dist/collection/components/six-error/six-error.js +25 -0
  206. package/dist/collection/components/six-error/six-error.js.map +1 -0
  207. package/dist/collection/components/six-error-page/six-error-page.css +17 -0
  208. package/dist/collection/components/six-error-page/six-error-page.js +201 -0
  209. package/dist/collection/components/six-error-page/six-error-page.js.map +1 -0
  210. package/dist/collection/components/six-error-page/test/six-error-page.spec.js +240 -0
  211. package/dist/collection/components/six-error-page/test/six-error-page.spec.js.map +1 -0
  212. package/dist/collection/components/six-file-list/six-file-list.css +6 -0
  213. package/dist/collection/components/six-file-list/six-file-list.js +24 -0
  214. package/dist/collection/components/six-file-list/six-file-list.js.map +1 -0
  215. package/dist/collection/components/six-file-list/test/six-file-list.spec.js +67 -0
  216. package/dist/collection/components/six-file-list/test/six-file-list.spec.js.map +1 -0
  217. package/dist/collection/components/six-file-list-item/six-file-list-item.css +36 -0
  218. package/dist/collection/components/six-file-list-item/six-file-list-item.js +206 -0
  219. package/dist/collection/components/six-file-list-item/six-file-list-item.js.map +1 -0
  220. package/dist/collection/components/six-file-list-item/test/six-file-list-item.spec.js +169 -0
  221. package/dist/collection/components/six-file-list-item/test/six-file-list-item.spec.js.map +1 -0
  222. package/dist/collection/components/six-file-upload/six-file-upload.css +60 -0
  223. package/dist/collection/components/six-file-upload/six-file-upload.js +309 -0
  224. package/dist/collection/components/six-file-upload/six-file-upload.js.map +1 -0
  225. package/dist/collection/components/six-file-upload/test/six-file-upload.spec.js +103 -0
  226. package/dist/collection/components/six-file-upload/test/six-file-upload.spec.js.map +1 -0
  227. package/dist/collection/components/six-footer/six-footer.css +20 -0
  228. package/dist/collection/components/six-footer/six-footer.js +25 -0
  229. package/dist/collection/components/six-footer/six-footer.js.map +1 -0
  230. package/dist/collection/components/six-footer/test/six-footer.spec.js +21 -0
  231. package/dist/collection/components/six-footer/test/six-footer.spec.js.map +1 -0
  232. package/dist/collection/components/six-group-label/six-group-label.css +91 -0
  233. package/dist/collection/components/six-group-label/six-group-label.js +175 -0
  234. package/dist/collection/components/six-group-label/six-group-label.js.map +1 -0
  235. package/dist/collection/components/six-group-label/test/six-group-label.spec.js +45 -0
  236. package/dist/collection/components/six-group-label/test/six-group-label.spec.js.map +1 -0
  237. package/dist/collection/components/six-header/assets/six-logo.svg +1 -0
  238. package/dist/collection/components/six-header/six-header.css +83 -0
  239. package/dist/collection/components/six-header/six-header.js +476 -0
  240. package/dist/collection/components/six-header/six-header.js.map +1 -0
  241. package/dist/collection/components/six-header/test/six-header.spec.js +177 -0
  242. package/dist/collection/components/six-header/test/six-header.spec.js.map +1 -0
  243. package/dist/collection/components/six-icon/six-icon.css +66 -0
  244. package/dist/collection/components/six-icon/six-icon.js +81 -0
  245. package/dist/collection/components/six-icon/six-icon.js.map +1 -0
  246. package/dist/collection/components/six-icon/test/six-icon.spec.js +20 -0
  247. package/dist/collection/components/six-icon/test/six-icon.spec.js.map +1 -0
  248. package/dist/collection/components/six-icon-button/six-icon-button.css +71 -0
  249. package/dist/collection/components/six-icon-button/six-icon-button.js +146 -0
  250. package/dist/collection/components/six-icon-button/six-icon-button.js.map +1 -0
  251. package/dist/collection/components/six-icon-button/test/six-icon-button.spec.js +23 -0
  252. package/dist/collection/components/six-icon-button/test/six-icon-button.spec.js.map +1 -0
  253. package/dist/collection/components/six-input/six-input.css +310 -0
  254. package/dist/collection/components/six-input/six-input.js +1018 -0
  255. package/dist/collection/components/six-input/six-input.js.map +1 -0
  256. package/dist/collection/components/six-input/test/six-input.spec.js +39 -0
  257. package/dist/collection/components/six-input/test/six-input.spec.js.map +1 -0
  258. package/dist/collection/components/six-item-picker/six-item-picker.css +48 -0
  259. package/dist/collection/components/six-item-picker/six-item-picker.js +762 -0
  260. package/dist/collection/components/six-item-picker/six-item-picker.js.map +1 -0
  261. package/dist/collection/components/six-item-picker/test/six-item-picker.spec.js +90 -0
  262. package/dist/collection/components/six-item-picker/test/six-item-picker.spec.js.map +1 -0
  263. package/dist/collection/components/six-item-picker/types.js +16 -0
  264. package/dist/collection/components/six-item-picker/types.js.map +1 -0
  265. package/dist/collection/components/six-language-switcher/six-language-switcher.css +15 -0
  266. package/dist/collection/components/six-language-switcher/six-language-switcher.js +141 -0
  267. package/dist/collection/components/six-language-switcher/six-language-switcher.js.map +1 -0
  268. package/dist/collection/components/six-language-switcher/test/six-language-switcher.spec.js +196 -0
  269. package/dist/collection/components/six-language-switcher/test/six-language-switcher.spec.js.map +1 -0
  270. package/dist/collection/components/six-layout-grid/six-layout-grid.css +5 -0
  271. package/dist/collection/components/six-layout-grid/six-layout-grid.js +65 -0
  272. package/dist/collection/components/six-layout-grid/six-layout-grid.js.map +1 -0
  273. package/dist/collection/components/six-layout-grid/test/six-layout-grid.spec.js +18 -0
  274. package/dist/collection/components/six-layout-grid/test/six-layout-grid.spec.js.map +1 -0
  275. package/dist/collection/components/six-main-container/six-main-container.css +20 -0
  276. package/dist/collection/components/six-main-container/six-main-container.js +55 -0
  277. package/dist/collection/components/six-main-container/six-main-container.js.map +1 -0
  278. package/dist/collection/components/six-main-container/test/six-main-container.spec.js +22 -0
  279. package/dist/collection/components/six-main-container/test/six-main-container.spec.js.map +1 -0
  280. package/dist/collection/components/six-menu/six-menu.css +27 -0
  281. package/dist/collection/components/six-menu/six-menu.js +430 -0
  282. package/dist/collection/components/six-menu/six-menu.js.map +1 -0
  283. package/dist/collection/components/six-menu/test/six-menu.spec.js +93 -0
  284. package/dist/collection/components/six-menu/test/six-menu.spec.js.map +1 -0
  285. package/dist/collection/components/six-menu-divider/six-menu-divider.css +17 -0
  286. package/dist/collection/components/six-menu-divider/six-menu-divider.js +27 -0
  287. package/dist/collection/components/six-menu-divider/six-menu-divider.js.map +1 -0
  288. package/dist/collection/components/six-menu-divider/test/six-menu-divider.spec.js +18 -0
  289. package/dist/collection/components/six-menu-divider/test/six-menu-divider.spec.js.map +1 -0
  290. package/dist/collection/components/six-menu-item/six-menu-item.css +82 -0
  291. package/dist/collection/components/six-menu-item/six-menu-item.js +233 -0
  292. package/dist/collection/components/six-menu-item/six-menu-item.js.map +1 -0
  293. package/dist/collection/components/six-menu-item/test/six-menu-item.spec.js +33 -0
  294. package/dist/collection/components/six-menu-item/test/six-menu-item.spec.js.map +1 -0
  295. package/dist/collection/components/six-menu-label/six-menu-label.css +22 -0
  296. package/dist/collection/components/six-menu-label/six-menu-label.js +29 -0
  297. package/dist/collection/components/six-menu-label/six-menu-label.js.map +1 -0
  298. package/dist/collection/components/six-menu-label/test/six-menu-label.spec.js +20 -0
  299. package/dist/collection/components/six-menu-label/test/six-menu-label.spec.js.map +1 -0
  300. package/dist/collection/components/six-picto/six-picto.css +1232 -0
  301. package/dist/collection/components/six-picto/six-picto.js +56 -0
  302. package/dist/collection/components/six-picto/six-picto.js.map +1 -0
  303. package/dist/collection/components/six-picto/test/six-picto.spec.js +33 -0
  304. package/dist/collection/components/six-picto/test/six-picto.spec.js.map +1 -0
  305. package/dist/collection/components/six-progress-bar/six-progress-bar.css +60 -0
  306. package/dist/collection/components/six-progress-bar/six-progress-bar.js +80 -0
  307. package/dist/collection/components/six-progress-bar/six-progress-bar.js.map +1 -0
  308. package/dist/collection/components/six-progress-bar/test/six-progress-bar.spec.js +24 -0
  309. package/dist/collection/components/six-progress-bar/test/six-progress-bar.spec.js.map +1 -0
  310. package/dist/collection/components/six-progress-ring/six-progress-ring.css +52 -0
  311. package/dist/collection/components/six-progress-ring/six-progress-ring.js +115 -0
  312. package/dist/collection/components/six-progress-ring/six-progress-ring.js.map +1 -0
  313. package/dist/collection/components/six-progress-ring/test/six-progress-ring.spec.js +26 -0
  314. package/dist/collection/components/six-progress-ring/test/six-progress-ring.spec.js.map +1 -0
  315. package/dist/collection/components/six-radio/six-radio.css +84 -0
  316. package/dist/collection/components/six-radio/six-radio.js +347 -0
  317. package/dist/collection/components/six-radio/six-radio.js.map +1 -0
  318. package/dist/collection/components/six-radio/test/six-radio.spec.js +63 -0
  319. package/dist/collection/components/six-radio/test/six-radio.spec.js.map +1 -0
  320. package/dist/collection/components/six-range/six-range.css +234 -0
  321. package/dist/collection/components/six-range/six-range.js +600 -0
  322. package/dist/collection/components/six-range/six-range.js.map +1 -0
  323. package/dist/collection/components/six-range/test/six-range.spec.js +34 -0
  324. package/dist/collection/components/six-range/test/six-range.spec.js.map +1 -0
  325. package/dist/collection/components/six-root/six-root.css +48 -0
  326. package/dist/collection/components/six-root/six-root.js +99 -0
  327. package/dist/collection/components/six-root/six-root.js.map +1 -0
  328. package/dist/collection/components/six-root/test/six-root.spec.js +36 -0
  329. package/dist/collection/components/six-root/test/six-root.spec.js.map +1 -0
  330. package/dist/collection/components/six-search-field/six-search-field.css +18 -0
  331. package/dist/collection/components/six-search-field/six-search-field.js +183 -0
  332. package/dist/collection/components/six-search-field/six-search-field.js.map +1 -0
  333. package/dist/collection/components/six-search-field/test/six-search-field.spec.js +22 -0
  334. package/dist/collection/components/six-search-field/test/six-search-field.spec.js.map +1 -0
  335. package/dist/collection/components/six-select/six-select.css +335 -0
  336. package/dist/collection/components/six-select/six-select.js +1163 -0
  337. package/dist/collection/components/six-select/six-select.js.map +1 -0
  338. package/dist/collection/components/six-select/test/six-select.spec.js +102 -0
  339. package/dist/collection/components/six-select/test/six-select.spec.js.map +1 -0
  340. package/dist/collection/components/six-select/test/util.spec.js +81 -0
  341. package/dist/collection/components/six-select/test/util.spec.js.map +1 -0
  342. package/dist/collection/components/six-select/util.js +52 -0
  343. package/dist/collection/components/six-select/util.js.map +1 -0
  344. package/dist/collection/components/six-sidebar/six-sidebar.css +47 -0
  345. package/dist/collection/components/six-sidebar/six-sidebar.js +499 -0
  346. package/dist/collection/components/six-sidebar/six-sidebar.js.map +1 -0
  347. package/dist/collection/components/six-sidebar/test/six-sidebar.spec.js +22 -0
  348. package/dist/collection/components/six-sidebar/test/six-sidebar.spec.js.map +1 -0
  349. package/dist/collection/components/six-sidebar-item/six-sidebar-item.css +27 -0
  350. package/dist/collection/components/six-sidebar-item/six-sidebar-item.js +111 -0
  351. package/dist/collection/components/six-sidebar-item/six-sidebar-item.js.map +1 -0
  352. package/dist/collection/components/six-sidebar-item/test/six-sidebar-item.spec.js +50 -0
  353. package/dist/collection/components/six-sidebar-item/test/six-sidebar-item.spec.js.map +1 -0
  354. package/dist/collection/components/six-sidebar-item-group/six-sidebar-item-group.css +43 -0
  355. package/dist/collection/components/six-sidebar-item-group/six-sidebar-item-group.js +191 -0
  356. package/dist/collection/components/six-sidebar-item-group/six-sidebar-item-group.js.map +1 -0
  357. package/dist/collection/components/six-sidebar-item-group/test/six-sidebar-item-group.spec.js +53 -0
  358. package/dist/collection/components/six-sidebar-item-group/test/six-sidebar-item-group.spec.js.map +1 -0
  359. package/dist/collection/components/six-spinner/six-spinner.css +79 -0
  360. package/dist/collection/components/six-spinner/six-spinner.js +59 -0
  361. package/dist/collection/components/six-spinner/six-spinner.js.map +1 -0
  362. package/dist/collection/components/six-spinner/test/six-spinner.spec.js +37 -0
  363. package/dist/collection/components/six-spinner/test/six-spinner.spec.js.map +1 -0
  364. package/dist/collection/components/six-stage-indicator/six-stage-indicator.css +49 -0
  365. package/dist/collection/components/six-stage-indicator/six-stage-indicator.js +50 -0
  366. package/dist/collection/components/six-stage-indicator/six-stage-indicator.js.map +1 -0
  367. package/dist/collection/components/six-stage-indicator/test/six-stage-indicator.spec.js +117 -0
  368. package/dist/collection/components/six-stage-indicator/test/six-stage-indicator.spec.js.map +1 -0
  369. package/dist/collection/components/six-switch/six-switch.css +170 -0
  370. package/dist/collection/components/six-switch/six-switch.js +412 -0
  371. package/dist/collection/components/six-switch/six-switch.js.map +1 -0
  372. package/dist/collection/components/six-switch/test/six-switch.spec.js +73 -0
  373. package/dist/collection/components/six-switch/test/six-switch.spec.js.map +1 -0
  374. package/dist/collection/components/six-tab/six-tab.css +103 -0
  375. package/dist/collection/components/six-tab/six-tab.js +225 -0
  376. package/dist/collection/components/six-tab/six-tab.js.map +1 -0
  377. package/dist/collection/components/six-tab-group/six-tab-group.css +124 -0
  378. package/dist/collection/components/six-tab-group/six-tab-group.js +349 -0
  379. package/dist/collection/components/six-tab-group/six-tab-group.js.map +1 -0
  380. package/dist/collection/components/six-tab-panel/six-tab-panel.css +17 -0
  381. package/dist/collection/components/six-tab-panel/six-tab-panel.js +78 -0
  382. package/dist/collection/components/six-tab-panel/six-tab-panel.js.map +1 -0
  383. package/dist/collection/components/six-tab-panel/test/six-tab-panel.spec.js +20 -0
  384. package/dist/collection/components/six-tab-panel/test/six-tab-panel.spec.js.map +1 -0
  385. package/dist/collection/components/six-tag/six-tag.css +109 -0
  386. package/dist/collection/components/six-tag/six-tag.js +179 -0
  387. package/dist/collection/components/six-tag/six-tag.js.map +1 -0
  388. package/dist/collection/components/six-tag/test/six-tag.spec.js +54 -0
  389. package/dist/collection/components/six-tag/test/six-tag.spec.js.map +1 -0
  390. package/dist/collection/components/six-textarea/six-textarea.css +199 -0
  391. package/dist/collection/components/six-textarea/six-textarea.js +834 -0
  392. package/dist/collection/components/six-textarea/six-textarea.js.map +1 -0
  393. package/dist/collection/components/six-textarea/test/six-textarea.spec.js +119 -0
  394. package/dist/collection/components/six-textarea/test/six-textarea.spec.js.map +1 -0
  395. package/dist/collection/components/six-tile/six-tile.css +105 -0
  396. package/dist/collection/components/six-tile/six-tile.js +315 -0
  397. package/dist/collection/components/six-tile/six-tile.js.map +1 -0
  398. package/dist/collection/components/six-tile/test/six-tile.spec.js +69 -0
  399. package/dist/collection/components/six-tile/test/six-tile.spec.js.map +1 -0
  400. package/dist/collection/components/six-timepicker/six-timepicker.css +94 -0
  401. package/dist/collection/components/six-timepicker/six-timepicker.js +854 -0
  402. package/dist/collection/components/six-timepicker/six-timepicker.js.map +1 -0
  403. package/dist/collection/components/six-timepicker/test/six-timepicker.spec.js +496 -0
  404. package/dist/collection/components/six-timepicker/test/six-timepicker.spec.js.map +1 -0
  405. package/dist/collection/components/six-tooltip/six-tooltip.css +146 -0
  406. package/dist/collection/components/six-tooltip/six-tooltip.js +435 -0
  407. package/dist/collection/components/six-tooltip/six-tooltip.js.map +1 -0
  408. package/dist/collection/components/six-tooltip/test/six-tooltip.spec.js +28 -0
  409. package/dist/collection/components/six-tooltip/test/six-tooltip.spec.js.map +1 -0
  410. package/dist/collection/files/file-list.json +308 -0
  411. package/dist/collection/files/noto-sans-all-100-italic.woff +0 -0
  412. package/dist/collection/files/noto-sans-all-100-normal.woff +0 -0
  413. package/dist/collection/files/noto-sans-all-200-italic.woff +0 -0
  414. package/dist/collection/files/noto-sans-all-200-normal.woff +0 -0
  415. package/dist/collection/files/noto-sans-all-300-italic.woff +0 -0
  416. package/dist/collection/files/noto-sans-all-300-normal.woff +0 -0
  417. package/dist/collection/files/noto-sans-all-400-italic.woff +0 -0
  418. package/dist/collection/files/noto-sans-all-400-normal.woff +0 -0
  419. package/dist/collection/files/noto-sans-all-500-italic.woff +0 -0
  420. package/dist/collection/files/noto-sans-all-500-normal.woff +0 -0
  421. package/dist/collection/files/noto-sans-all-600-italic.woff +0 -0
  422. package/dist/collection/files/noto-sans-all-600-normal.woff +0 -0
  423. package/dist/collection/files/noto-sans-all-700-italic.woff +0 -0
  424. package/dist/collection/files/noto-sans-all-700-normal.woff +0 -0
  425. package/dist/collection/files/noto-sans-all-800-italic.woff +0 -0
  426. package/dist/collection/files/noto-sans-all-800-normal.woff +0 -0
  427. package/dist/collection/files/noto-sans-all-900-italic.woff +0 -0
  428. package/dist/collection/files/noto-sans-all-900-normal.woff +0 -0
  429. package/dist/collection/files/noto-sans-cyrillic-100-italic.woff +0 -0
  430. package/dist/collection/files/noto-sans-cyrillic-100-italic.woff2 +0 -0
  431. package/dist/collection/files/noto-sans-cyrillic-100-normal.woff +0 -0
  432. package/dist/collection/files/noto-sans-cyrillic-100-normal.woff2 +0 -0
  433. package/dist/collection/files/noto-sans-cyrillic-200-italic.woff +0 -0
  434. package/dist/collection/files/noto-sans-cyrillic-200-italic.woff2 +0 -0
  435. package/dist/collection/files/noto-sans-cyrillic-200-normal.woff +0 -0
  436. package/dist/collection/files/noto-sans-cyrillic-200-normal.woff2 +0 -0
  437. package/dist/collection/files/noto-sans-cyrillic-300-italic.woff +0 -0
  438. package/dist/collection/files/noto-sans-cyrillic-300-italic.woff2 +0 -0
  439. package/dist/collection/files/noto-sans-cyrillic-300-normal.woff +0 -0
  440. package/dist/collection/files/noto-sans-cyrillic-300-normal.woff2 +0 -0
  441. package/dist/collection/files/noto-sans-cyrillic-400-italic.woff +0 -0
  442. package/dist/collection/files/noto-sans-cyrillic-400-italic.woff2 +0 -0
  443. package/dist/collection/files/noto-sans-cyrillic-400-normal.woff +0 -0
  444. package/dist/collection/files/noto-sans-cyrillic-400-normal.woff2 +0 -0
  445. package/dist/collection/files/noto-sans-cyrillic-500-italic.woff +0 -0
  446. package/dist/collection/files/noto-sans-cyrillic-500-italic.woff2 +0 -0
  447. package/dist/collection/files/noto-sans-cyrillic-500-normal.woff +0 -0
  448. package/dist/collection/files/noto-sans-cyrillic-500-normal.woff2 +0 -0
  449. package/dist/collection/files/noto-sans-cyrillic-600-italic.woff +0 -0
  450. package/dist/collection/files/noto-sans-cyrillic-600-italic.woff2 +0 -0
  451. package/dist/collection/files/noto-sans-cyrillic-600-normal.woff +0 -0
  452. package/dist/collection/files/noto-sans-cyrillic-600-normal.woff2 +0 -0
  453. package/dist/collection/files/noto-sans-cyrillic-700-italic.woff +0 -0
  454. package/dist/collection/files/noto-sans-cyrillic-700-italic.woff2 +0 -0
  455. package/dist/collection/files/noto-sans-cyrillic-700-normal.woff +0 -0
  456. package/dist/collection/files/noto-sans-cyrillic-700-normal.woff2 +0 -0
  457. package/dist/collection/files/noto-sans-cyrillic-800-italic.woff +0 -0
  458. package/dist/collection/files/noto-sans-cyrillic-800-italic.woff2 +0 -0
  459. package/dist/collection/files/noto-sans-cyrillic-800-normal.woff +0 -0
  460. package/dist/collection/files/noto-sans-cyrillic-800-normal.woff2 +0 -0
  461. package/dist/collection/files/noto-sans-cyrillic-900-italic.woff +0 -0
  462. package/dist/collection/files/noto-sans-cyrillic-900-italic.woff2 +0 -0
  463. package/dist/collection/files/noto-sans-cyrillic-900-normal.woff +0 -0
  464. package/dist/collection/files/noto-sans-cyrillic-900-normal.woff2 +0 -0
  465. package/dist/collection/files/noto-sans-cyrillic-ext-100-italic.woff +0 -0
  466. package/dist/collection/files/noto-sans-cyrillic-ext-100-italic.woff2 +0 -0
  467. package/dist/collection/files/noto-sans-cyrillic-ext-100-normal.woff +0 -0
  468. package/dist/collection/files/noto-sans-cyrillic-ext-100-normal.woff2 +0 -0
  469. package/dist/collection/files/noto-sans-cyrillic-ext-200-italic.woff +0 -0
  470. package/dist/collection/files/noto-sans-cyrillic-ext-200-italic.woff2 +0 -0
  471. package/dist/collection/files/noto-sans-cyrillic-ext-200-normal.woff +0 -0
  472. package/dist/collection/files/noto-sans-cyrillic-ext-200-normal.woff2 +0 -0
  473. package/dist/collection/files/noto-sans-cyrillic-ext-300-italic.woff +0 -0
  474. package/dist/collection/files/noto-sans-cyrillic-ext-300-italic.woff2 +0 -0
  475. package/dist/collection/files/noto-sans-cyrillic-ext-300-normal.woff +0 -0
  476. package/dist/collection/files/noto-sans-cyrillic-ext-300-normal.woff2 +0 -0
  477. package/dist/collection/files/noto-sans-cyrillic-ext-400-italic.woff +0 -0
  478. package/dist/collection/files/noto-sans-cyrillic-ext-400-italic.woff2 +0 -0
  479. package/dist/collection/files/noto-sans-cyrillic-ext-400-normal.woff +0 -0
  480. package/dist/collection/files/noto-sans-cyrillic-ext-400-normal.woff2 +0 -0
  481. package/dist/collection/files/noto-sans-cyrillic-ext-500-italic.woff +0 -0
  482. package/dist/collection/files/noto-sans-cyrillic-ext-500-italic.woff2 +0 -0
  483. package/dist/collection/files/noto-sans-cyrillic-ext-500-normal.woff +0 -0
  484. package/dist/collection/files/noto-sans-cyrillic-ext-500-normal.woff2 +0 -0
  485. package/dist/collection/files/noto-sans-cyrillic-ext-600-italic.woff +0 -0
  486. package/dist/collection/files/noto-sans-cyrillic-ext-600-italic.woff2 +0 -0
  487. package/dist/collection/files/noto-sans-cyrillic-ext-600-normal.woff +0 -0
  488. package/dist/collection/files/noto-sans-cyrillic-ext-600-normal.woff2 +0 -0
  489. package/dist/collection/files/noto-sans-cyrillic-ext-700-italic.woff +0 -0
  490. package/dist/collection/files/noto-sans-cyrillic-ext-700-italic.woff2 +0 -0
  491. package/dist/collection/files/noto-sans-cyrillic-ext-700-normal.woff +0 -0
  492. package/dist/collection/files/noto-sans-cyrillic-ext-700-normal.woff2 +0 -0
  493. package/dist/collection/files/noto-sans-cyrillic-ext-800-italic.woff +0 -0
  494. package/dist/collection/files/noto-sans-cyrillic-ext-800-italic.woff2 +0 -0
  495. package/dist/collection/files/noto-sans-cyrillic-ext-800-normal.woff +0 -0
  496. package/dist/collection/files/noto-sans-cyrillic-ext-800-normal.woff2 +0 -0
  497. package/dist/collection/files/noto-sans-cyrillic-ext-900-italic.woff +0 -0
  498. package/dist/collection/files/noto-sans-cyrillic-ext-900-italic.woff2 +0 -0
  499. package/dist/collection/files/noto-sans-cyrillic-ext-900-normal.woff +0 -0
  500. package/dist/collection/files/noto-sans-cyrillic-ext-900-normal.woff2 +0 -0
  501. package/dist/collection/files/noto-sans-devanagari-100-italic.woff +0 -0
  502. package/dist/collection/files/noto-sans-devanagari-100-italic.woff2 +0 -0
  503. package/dist/collection/files/noto-sans-devanagari-100-normal.woff +0 -0
  504. package/dist/collection/files/noto-sans-devanagari-100-normal.woff2 +0 -0
  505. package/dist/collection/files/noto-sans-devanagari-200-italic.woff +0 -0
  506. package/dist/collection/files/noto-sans-devanagari-200-italic.woff2 +0 -0
  507. package/dist/collection/files/noto-sans-devanagari-200-normal.woff +0 -0
  508. package/dist/collection/files/noto-sans-devanagari-200-normal.woff2 +0 -0
  509. package/dist/collection/files/noto-sans-devanagari-300-italic.woff +0 -0
  510. package/dist/collection/files/noto-sans-devanagari-300-italic.woff2 +0 -0
  511. package/dist/collection/files/noto-sans-devanagari-300-normal.woff +0 -0
  512. package/dist/collection/files/noto-sans-devanagari-300-normal.woff2 +0 -0
  513. package/dist/collection/files/noto-sans-devanagari-400-italic.woff +0 -0
  514. package/dist/collection/files/noto-sans-devanagari-400-italic.woff2 +0 -0
  515. package/dist/collection/files/noto-sans-devanagari-400-normal.woff +0 -0
  516. package/dist/collection/files/noto-sans-devanagari-400-normal.woff2 +0 -0
  517. package/dist/collection/files/noto-sans-devanagari-500-italic.woff +0 -0
  518. package/dist/collection/files/noto-sans-devanagari-500-italic.woff2 +0 -0
  519. package/dist/collection/files/noto-sans-devanagari-500-normal.woff +0 -0
  520. package/dist/collection/files/noto-sans-devanagari-500-normal.woff2 +0 -0
  521. package/dist/collection/files/noto-sans-devanagari-600-italic.woff +0 -0
  522. package/dist/collection/files/noto-sans-devanagari-600-italic.woff2 +0 -0
  523. package/dist/collection/files/noto-sans-devanagari-600-normal.woff +0 -0
  524. package/dist/collection/files/noto-sans-devanagari-600-normal.woff2 +0 -0
  525. package/dist/collection/files/noto-sans-devanagari-700-italic.woff +0 -0
  526. package/dist/collection/files/noto-sans-devanagari-700-italic.woff2 +0 -0
  527. package/dist/collection/files/noto-sans-devanagari-700-normal.woff +0 -0
  528. package/dist/collection/files/noto-sans-devanagari-700-normal.woff2 +0 -0
  529. package/dist/collection/files/noto-sans-devanagari-800-italic.woff +0 -0
  530. package/dist/collection/files/noto-sans-devanagari-800-italic.woff2 +0 -0
  531. package/dist/collection/files/noto-sans-devanagari-800-normal.woff +0 -0
  532. package/dist/collection/files/noto-sans-devanagari-800-normal.woff2 +0 -0
  533. package/dist/collection/files/noto-sans-devanagari-900-italic.woff +0 -0
  534. package/dist/collection/files/noto-sans-devanagari-900-italic.woff2 +0 -0
  535. package/dist/collection/files/noto-sans-devanagari-900-normal.woff +0 -0
  536. package/dist/collection/files/noto-sans-devanagari-900-normal.woff2 +0 -0
  537. package/dist/collection/files/noto-sans-greek-100-italic.woff +0 -0
  538. package/dist/collection/files/noto-sans-greek-100-italic.woff2 +0 -0
  539. package/dist/collection/files/noto-sans-greek-100-normal.woff +0 -0
  540. package/dist/collection/files/noto-sans-greek-100-normal.woff2 +0 -0
  541. package/dist/collection/files/noto-sans-greek-200-italic.woff +0 -0
  542. package/dist/collection/files/noto-sans-greek-200-italic.woff2 +0 -0
  543. package/dist/collection/files/noto-sans-greek-200-normal.woff +0 -0
  544. package/dist/collection/files/noto-sans-greek-200-normal.woff2 +0 -0
  545. package/dist/collection/files/noto-sans-greek-300-italic.woff +0 -0
  546. package/dist/collection/files/noto-sans-greek-300-italic.woff2 +0 -0
  547. package/dist/collection/files/noto-sans-greek-300-normal.woff +0 -0
  548. package/dist/collection/files/noto-sans-greek-300-normal.woff2 +0 -0
  549. package/dist/collection/files/noto-sans-greek-400-italic.woff +0 -0
  550. package/dist/collection/files/noto-sans-greek-400-italic.woff2 +0 -0
  551. package/dist/collection/files/noto-sans-greek-400-normal.woff +0 -0
  552. package/dist/collection/files/noto-sans-greek-400-normal.woff2 +0 -0
  553. package/dist/collection/files/noto-sans-greek-500-italic.woff +0 -0
  554. package/dist/collection/files/noto-sans-greek-500-italic.woff2 +0 -0
  555. package/dist/collection/files/noto-sans-greek-500-normal.woff +0 -0
  556. package/dist/collection/files/noto-sans-greek-500-normal.woff2 +0 -0
  557. package/dist/collection/files/noto-sans-greek-600-italic.woff +0 -0
  558. package/dist/collection/files/noto-sans-greek-600-italic.woff2 +0 -0
  559. package/dist/collection/files/noto-sans-greek-600-normal.woff +0 -0
  560. package/dist/collection/files/noto-sans-greek-600-normal.woff2 +0 -0
  561. package/dist/collection/files/noto-sans-greek-700-italic.woff +0 -0
  562. package/dist/collection/files/noto-sans-greek-700-italic.woff2 +0 -0
  563. package/dist/collection/files/noto-sans-greek-700-normal.woff +0 -0
  564. package/dist/collection/files/noto-sans-greek-700-normal.woff2 +0 -0
  565. package/dist/collection/files/noto-sans-greek-800-italic.woff +0 -0
  566. package/dist/collection/files/noto-sans-greek-800-italic.woff2 +0 -0
  567. package/dist/collection/files/noto-sans-greek-800-normal.woff +0 -0
  568. package/dist/collection/files/noto-sans-greek-800-normal.woff2 +0 -0
  569. package/dist/collection/files/noto-sans-greek-900-italic.woff +0 -0
  570. package/dist/collection/files/noto-sans-greek-900-italic.woff2 +0 -0
  571. package/dist/collection/files/noto-sans-greek-900-normal.woff +0 -0
  572. package/dist/collection/files/noto-sans-greek-900-normal.woff2 +0 -0
  573. package/dist/collection/files/noto-sans-greek-ext-100-italic.woff +0 -0
  574. package/dist/collection/files/noto-sans-greek-ext-100-italic.woff2 +0 -0
  575. package/dist/collection/files/noto-sans-greek-ext-100-normal.woff +0 -0
  576. package/dist/collection/files/noto-sans-greek-ext-100-normal.woff2 +0 -0
  577. package/dist/collection/files/noto-sans-greek-ext-200-italic.woff +0 -0
  578. package/dist/collection/files/noto-sans-greek-ext-200-italic.woff2 +0 -0
  579. package/dist/collection/files/noto-sans-greek-ext-200-normal.woff +0 -0
  580. package/dist/collection/files/noto-sans-greek-ext-200-normal.woff2 +0 -0
  581. package/dist/collection/files/noto-sans-greek-ext-300-italic.woff +0 -0
  582. package/dist/collection/files/noto-sans-greek-ext-300-italic.woff2 +0 -0
  583. package/dist/collection/files/noto-sans-greek-ext-300-normal.woff +0 -0
  584. package/dist/collection/files/noto-sans-greek-ext-300-normal.woff2 +0 -0
  585. package/dist/collection/files/noto-sans-greek-ext-400-italic.woff +0 -0
  586. package/dist/collection/files/noto-sans-greek-ext-400-italic.woff2 +0 -0
  587. package/dist/collection/files/noto-sans-greek-ext-400-normal.woff +0 -0
  588. package/dist/collection/files/noto-sans-greek-ext-400-normal.woff2 +0 -0
  589. package/dist/collection/files/noto-sans-greek-ext-500-italic.woff +0 -0
  590. package/dist/collection/files/noto-sans-greek-ext-500-italic.woff2 +0 -0
  591. package/dist/collection/files/noto-sans-greek-ext-500-normal.woff +0 -0
  592. package/dist/collection/files/noto-sans-greek-ext-500-normal.woff2 +0 -0
  593. package/dist/collection/files/noto-sans-greek-ext-600-italic.woff +0 -0
  594. package/dist/collection/files/noto-sans-greek-ext-600-italic.woff2 +0 -0
  595. package/dist/collection/files/noto-sans-greek-ext-600-normal.woff +0 -0
  596. package/dist/collection/files/noto-sans-greek-ext-600-normal.woff2 +0 -0
  597. package/dist/collection/files/noto-sans-greek-ext-700-italic.woff +0 -0
  598. package/dist/collection/files/noto-sans-greek-ext-700-italic.woff2 +0 -0
  599. package/dist/collection/files/noto-sans-greek-ext-700-normal.woff +0 -0
  600. package/dist/collection/files/noto-sans-greek-ext-700-normal.woff2 +0 -0
  601. package/dist/collection/files/noto-sans-greek-ext-800-italic.woff +0 -0
  602. package/dist/collection/files/noto-sans-greek-ext-800-italic.woff2 +0 -0
  603. package/dist/collection/files/noto-sans-greek-ext-800-normal.woff +0 -0
  604. package/dist/collection/files/noto-sans-greek-ext-800-normal.woff2 +0 -0
  605. package/dist/collection/files/noto-sans-greek-ext-900-italic.woff +0 -0
  606. package/dist/collection/files/noto-sans-greek-ext-900-italic.woff2 +0 -0
  607. package/dist/collection/files/noto-sans-greek-ext-900-normal.woff +0 -0
  608. package/dist/collection/files/noto-sans-greek-ext-900-normal.woff2 +0 -0
  609. package/dist/collection/files/noto-sans-latin-100-italic.woff +0 -0
  610. package/dist/collection/files/noto-sans-latin-100-italic.woff2 +0 -0
  611. package/dist/collection/files/noto-sans-latin-100-normal.woff +0 -0
  612. package/dist/collection/files/noto-sans-latin-100-normal.woff2 +0 -0
  613. package/dist/collection/files/noto-sans-latin-200-italic.woff +0 -0
  614. package/dist/collection/files/noto-sans-latin-200-italic.woff2 +0 -0
  615. package/dist/collection/files/noto-sans-latin-200-normal.woff +0 -0
  616. package/dist/collection/files/noto-sans-latin-200-normal.woff2 +0 -0
  617. package/dist/collection/files/noto-sans-latin-300-italic.woff +0 -0
  618. package/dist/collection/files/noto-sans-latin-300-italic.woff2 +0 -0
  619. package/dist/collection/files/noto-sans-latin-300-normal.woff +0 -0
  620. package/dist/collection/files/noto-sans-latin-300-normal.woff2 +0 -0
  621. package/dist/collection/files/noto-sans-latin-400-italic.woff +0 -0
  622. package/dist/collection/files/noto-sans-latin-400-italic.woff2 +0 -0
  623. package/dist/collection/files/noto-sans-latin-400-normal.woff +0 -0
  624. package/dist/collection/files/noto-sans-latin-400-normal.woff2 +0 -0
  625. package/dist/collection/files/noto-sans-latin-500-italic.woff +0 -0
  626. package/dist/collection/files/noto-sans-latin-500-italic.woff2 +0 -0
  627. package/dist/collection/files/noto-sans-latin-500-normal.woff +0 -0
  628. package/dist/collection/files/noto-sans-latin-500-normal.woff2 +0 -0
  629. package/dist/collection/files/noto-sans-latin-600-italic.woff +0 -0
  630. package/dist/collection/files/noto-sans-latin-600-italic.woff2 +0 -0
  631. package/dist/collection/files/noto-sans-latin-600-normal.woff +0 -0
  632. package/dist/collection/files/noto-sans-latin-600-normal.woff2 +0 -0
  633. package/dist/collection/files/noto-sans-latin-700-italic.woff +0 -0
  634. package/dist/collection/files/noto-sans-latin-700-italic.woff2 +0 -0
  635. package/dist/collection/files/noto-sans-latin-700-normal.woff +0 -0
  636. package/dist/collection/files/noto-sans-latin-700-normal.woff2 +0 -0
  637. package/dist/collection/files/noto-sans-latin-800-italic.woff +0 -0
  638. package/dist/collection/files/noto-sans-latin-800-italic.woff2 +0 -0
  639. package/dist/collection/files/noto-sans-latin-800-normal.woff +0 -0
  640. package/dist/collection/files/noto-sans-latin-800-normal.woff2 +0 -0
  641. package/dist/collection/files/noto-sans-latin-900-italic.woff +0 -0
  642. package/dist/collection/files/noto-sans-latin-900-italic.woff2 +0 -0
  643. package/dist/collection/files/noto-sans-latin-900-normal.woff +0 -0
  644. package/dist/collection/files/noto-sans-latin-900-normal.woff2 +0 -0
  645. package/dist/collection/files/noto-sans-latin-ext-100-italic.woff +0 -0
  646. package/dist/collection/files/noto-sans-latin-ext-100-italic.woff2 +0 -0
  647. package/dist/collection/files/noto-sans-latin-ext-100-normal.woff +0 -0
  648. package/dist/collection/files/noto-sans-latin-ext-100-normal.woff2 +0 -0
  649. package/dist/collection/files/noto-sans-latin-ext-200-italic.woff +0 -0
  650. package/dist/collection/files/noto-sans-latin-ext-200-italic.woff2 +0 -0
  651. package/dist/collection/files/noto-sans-latin-ext-200-normal.woff +0 -0
  652. package/dist/collection/files/noto-sans-latin-ext-200-normal.woff2 +0 -0
  653. package/dist/collection/files/noto-sans-latin-ext-300-italic.woff +0 -0
  654. package/dist/collection/files/noto-sans-latin-ext-300-italic.woff2 +0 -0
  655. package/dist/collection/files/noto-sans-latin-ext-300-normal.woff +0 -0
  656. package/dist/collection/files/noto-sans-latin-ext-300-normal.woff2 +0 -0
  657. package/dist/collection/files/noto-sans-latin-ext-400-italic.woff +0 -0
  658. package/dist/collection/files/noto-sans-latin-ext-400-italic.woff2 +0 -0
  659. package/dist/collection/files/noto-sans-latin-ext-400-normal.woff +0 -0
  660. package/dist/collection/files/noto-sans-latin-ext-400-normal.woff2 +0 -0
  661. package/dist/collection/files/noto-sans-latin-ext-500-italic.woff +0 -0
  662. package/dist/collection/files/noto-sans-latin-ext-500-italic.woff2 +0 -0
  663. package/dist/collection/files/noto-sans-latin-ext-500-normal.woff +0 -0
  664. package/dist/collection/files/noto-sans-latin-ext-500-normal.woff2 +0 -0
  665. package/dist/collection/files/noto-sans-latin-ext-600-italic.woff +0 -0
  666. package/dist/collection/files/noto-sans-latin-ext-600-italic.woff2 +0 -0
  667. package/dist/collection/files/noto-sans-latin-ext-600-normal.woff +0 -0
  668. package/dist/collection/files/noto-sans-latin-ext-600-normal.woff2 +0 -0
  669. package/dist/collection/files/noto-sans-latin-ext-700-italic.woff +0 -0
  670. package/dist/collection/files/noto-sans-latin-ext-700-italic.woff2 +0 -0
  671. package/dist/collection/files/noto-sans-latin-ext-700-normal.woff +0 -0
  672. package/dist/collection/files/noto-sans-latin-ext-700-normal.woff2 +0 -0
  673. package/dist/collection/files/noto-sans-latin-ext-800-italic.woff +0 -0
  674. package/dist/collection/files/noto-sans-latin-ext-800-italic.woff2 +0 -0
  675. package/dist/collection/files/noto-sans-latin-ext-800-normal.woff +0 -0
  676. package/dist/collection/files/noto-sans-latin-ext-800-normal.woff2 +0 -0
  677. package/dist/collection/files/noto-sans-latin-ext-900-italic.woff +0 -0
  678. package/dist/collection/files/noto-sans-latin-ext-900-italic.woff2 +0 -0
  679. package/dist/collection/files/noto-sans-latin-ext-900-normal.woff +0 -0
  680. package/dist/collection/files/noto-sans-latin-ext-900-normal.woff2 +0 -0
  681. package/dist/collection/files/noto-sans-vietnamese-100-italic.woff +0 -0
  682. package/dist/collection/files/noto-sans-vietnamese-100-italic.woff2 +0 -0
  683. package/dist/collection/files/noto-sans-vietnamese-100-normal.woff +0 -0
  684. package/dist/collection/files/noto-sans-vietnamese-100-normal.woff2 +0 -0
  685. package/dist/collection/files/noto-sans-vietnamese-200-italic.woff +0 -0
  686. package/dist/collection/files/noto-sans-vietnamese-200-italic.woff2 +0 -0
  687. package/dist/collection/files/noto-sans-vietnamese-200-normal.woff +0 -0
  688. package/dist/collection/files/noto-sans-vietnamese-200-normal.woff2 +0 -0
  689. package/dist/collection/files/noto-sans-vietnamese-300-italic.woff +0 -0
  690. package/dist/collection/files/noto-sans-vietnamese-300-italic.woff2 +0 -0
  691. package/dist/collection/files/noto-sans-vietnamese-300-normal.woff +0 -0
  692. package/dist/collection/files/noto-sans-vietnamese-300-normal.woff2 +0 -0
  693. package/dist/collection/files/noto-sans-vietnamese-400-italic.woff +0 -0
  694. package/dist/collection/files/noto-sans-vietnamese-400-italic.woff2 +0 -0
  695. package/dist/collection/files/noto-sans-vietnamese-400-normal.woff +0 -0
  696. package/dist/collection/files/noto-sans-vietnamese-400-normal.woff2 +0 -0
  697. package/dist/collection/files/noto-sans-vietnamese-500-italic.woff +0 -0
  698. package/dist/collection/files/noto-sans-vietnamese-500-italic.woff2 +0 -0
  699. package/dist/collection/files/noto-sans-vietnamese-500-normal.woff +0 -0
  700. package/dist/collection/files/noto-sans-vietnamese-500-normal.woff2 +0 -0
  701. package/dist/collection/files/noto-sans-vietnamese-600-italic.woff +0 -0
  702. package/dist/collection/files/noto-sans-vietnamese-600-italic.woff2 +0 -0
  703. package/dist/collection/files/noto-sans-vietnamese-600-normal.woff +0 -0
  704. package/dist/collection/files/noto-sans-vietnamese-600-normal.woff2 +0 -0
  705. package/dist/collection/files/noto-sans-vietnamese-700-italic.woff +0 -0
  706. package/dist/collection/files/noto-sans-vietnamese-700-italic.woff2 +0 -0
  707. package/dist/collection/files/noto-sans-vietnamese-700-normal.woff +0 -0
  708. package/dist/collection/files/noto-sans-vietnamese-700-normal.woff2 +0 -0
  709. package/dist/collection/files/noto-sans-vietnamese-800-italic.woff +0 -0
  710. package/dist/collection/files/noto-sans-vietnamese-800-italic.woff2 +0 -0
  711. package/dist/collection/files/noto-sans-vietnamese-800-normal.woff +0 -0
  712. package/dist/collection/files/noto-sans-vietnamese-800-normal.woff2 +0 -0
  713. package/dist/collection/files/noto-sans-vietnamese-900-italic.woff +0 -0
  714. package/dist/collection/files/noto-sans-vietnamese-900-italic.woff2 +0 -0
  715. package/dist/collection/files/noto-sans-vietnamese-900-normal.woff +0 -0
  716. package/dist/collection/files/noto-sans-vietnamese-900-normal.woff2 +0 -0
  717. package/dist/collection/functional-components/form-control/form-control.js +24 -0
  718. package/dist/collection/functional-components/form-control/form-control.js.map +1 -0
  719. package/dist/collection/index.js +3 -0
  720. package/dist/collection/index.js.map +1 -0
  721. package/dist/collection/material-icons-outlined.woff +0 -0
  722. package/dist/collection/material-icons-outlined.woff2 +0 -0
  723. package/dist/collection/material-icons-round.woff +0 -0
  724. package/dist/collection/material-icons-round.woff2 +0 -0
  725. package/dist/collection/material-icons-sharp.woff +0 -0
  726. package/dist/collection/material-icons-sharp.woff2 +0 -0
  727. package/dist/collection/material-icons-two-tone.woff +0 -0
  728. package/dist/collection/material-icons-two-tone.woff2 +0 -0
  729. package/dist/collection/material-icons.css +124 -0
  730. package/dist/collection/material-icons.scss +5 -0
  731. package/dist/collection/material-icons.woff +0 -0
  732. package/dist/collection/material-icons.woff2 +0 -0
  733. package/dist/collection/testUtil/delay.js +4 -0
  734. package/dist/collection/testUtil/delay.js.map +1 -0
  735. package/dist/collection/utils/alert.js +54 -0
  736. package/dist/collection/utils/alert.js.map +1 -0
  737. package/dist/collection/utils/animation.js +34 -0
  738. package/dist/collection/utils/animation.js.map +1 -0
  739. package/dist/collection/utils/date-util.js +747 -0
  740. package/dist/collection/utils/date-util.js.map +1 -0
  741. package/dist/collection/utils/date-util.spec.js +995 -0
  742. package/dist/collection/utils/date-util.spec.js.map +1 -0
  743. package/dist/collection/utils/error-messages.js +112 -0
  744. package/dist/collection/utils/error-messages.js.map +1 -0
  745. package/dist/collection/utils/event-listeners.js +56 -0
  746. package/dist/collection/utils/event-listeners.js.map +1 -0
  747. package/dist/collection/utils/execution-control.js +40 -0
  748. package/dist/collection/utils/execution-control.js.map +1 -0
  749. package/dist/collection/utils/focus-visible.js +42 -0
  750. package/dist/collection/utils/focus-visible.js.map +1 -0
  751. package/dist/collection/utils/form.js +15 -0
  752. package/dist/collection/utils/form.js.map +1 -0
  753. package/dist/collection/utils/modal.js +30 -0
  754. package/dist/collection/utils/modal.js.map +1 -0
  755. package/dist/collection/utils/offset.js +14 -0
  756. package/dist/collection/utils/offset.js.map +1 -0
  757. package/dist/collection/utils/popover.js +128 -0
  758. package/dist/collection/utils/popover.js.map +1 -0
  759. package/dist/collection/utils/popup.js +95 -0
  760. package/dist/collection/utils/popup.js.map +1 -0
  761. package/dist/collection/utils/scroll.js +48 -0
  762. package/dist/collection/utils/scroll.js.map +1 -0
  763. package/dist/collection/utils/scroll.spec.js +122 -0
  764. package/dist/collection/utils/scroll.spec.js.map +1 -0
  765. package/dist/collection/utils/slot.js +44 -0
  766. package/dist/collection/utils/slot.js.map +1 -0
  767. package/dist/collection/utils/support.js +16 -0
  768. package/dist/collection/utils/support.js.map +1 -0
  769. package/dist/collection/utils/tabbable.js +23 -0
  770. package/dist/collection/utils/tabbable.js.map +1 -0
  771. package/dist/collection/utils/time.util.js +89 -0
  772. package/dist/collection/utils/time.util.js.map +1 -0
  773. package/dist/collection/utils/time.util.spec.js +368 -0
  774. package/dist/collection/utils/time.util.spec.js.map +1 -0
  775. package/dist/collection/utils/type-check.js +5 -0
  776. package/dist/collection/utils/type-check.js.map +1 -0
  777. package/dist/collection/utils/types.js +2 -0
  778. package/dist/collection/utils/types.js.map +1 -0
  779. package/dist/components/event-listeners.js +59 -0
  780. package/dist/components/event-listeners.js.map +1 -0
  781. package/dist/components/execution-control.js +43 -0
  782. package/dist/components/execution-control.js.map +1 -0
  783. package/dist/components/focus-visible.js +45 -0
  784. package/dist/components/focus-visible.js.map +1 -0
  785. package/dist/components/form-control.js +34 -0
  786. package/dist/components/form-control.js.map +1 -0
  787. package/dist/components/form.js +18 -0
  788. package/dist/components/form.js.map +1 -0
  789. package/dist/components/index.d.ts +45 -0
  790. package/dist/components/index.js +175 -0
  791. package/dist/components/index.js.map +1 -0
  792. package/dist/components/modal.js +49 -0
  793. package/dist/components/modal.js.map +1 -0
  794. package/dist/components/popover.js +1905 -0
  795. package/dist/components/popover.js.map +1 -0
  796. package/dist/components/scroll.js +64 -0
  797. package/dist/components/scroll.js.map +1 -0
  798. package/dist/components/six-alert.d.ts +11 -0
  799. package/dist/components/six-alert.js +202 -0
  800. package/dist/components/six-alert.js.map +1 -0
  801. package/dist/components/six-avatar.d.ts +11 -0
  802. package/dist/components/six-avatar.js +60 -0
  803. package/dist/components/six-avatar.js.map +1 -0
  804. package/dist/components/six-badge.d.ts +11 -0
  805. package/dist/components/six-badge.js +54 -0
  806. package/dist/components/six-badge.js.map +1 -0
  807. package/dist/components/six-button.d.ts +11 -0
  808. package/dist/components/six-button.js +8 -0
  809. package/dist/components/six-button.js.map +1 -0
  810. package/dist/components/six-button2.js +146 -0
  811. package/dist/components/six-button2.js.map +1 -0
  812. package/dist/components/six-card.d.ts +11 -0
  813. package/dist/components/six-card.js +35 -0
  814. package/dist/components/six-card.js.map +1 -0
  815. package/dist/components/six-checkbox.d.ts +11 -0
  816. package/dist/components/six-checkbox.js +8 -0
  817. package/dist/components/six-checkbox.js.map +1 -0
  818. package/dist/components/six-checkbox2.js +165 -0
  819. package/dist/components/six-checkbox2.js.map +1 -0
  820. package/dist/components/six-datepicker.d.ts +11 -0
  821. package/dist/components/six-datepicker.js +1131 -0
  822. package/dist/components/six-datepicker.js.map +1 -0
  823. package/dist/components/six-details.d.ts +11 -0
  824. package/dist/components/six-details.js +8 -0
  825. package/dist/components/six-details.js.map +1 -0
  826. package/dist/components/six-details2.js +179 -0
  827. package/dist/components/six-details2.js.map +1 -0
  828. package/dist/components/six-dialog.d.ts +11 -0
  829. package/dist/components/six-dialog.js +190 -0
  830. package/dist/components/six-dialog.js.map +1 -0
  831. package/dist/components/six-drawer.d.ts +11 -0
  832. package/dist/components/six-drawer.js +207 -0
  833. package/dist/components/six-drawer.js.map +1 -0
  834. package/dist/components/six-dropdown.d.ts +11 -0
  835. package/dist/components/six-dropdown.js +8 -0
  836. package/dist/components/six-dropdown.js.map +1 -0
  837. package/dist/components/six-dropdown2.js +600 -0
  838. package/dist/components/six-dropdown2.js.map +1 -0
  839. package/dist/components/six-error-page.d.ts +11 -0
  840. package/dist/components/six-error-page.js +132 -0
  841. package/dist/components/six-error-page.js.map +1 -0
  842. package/dist/components/six-error.d.ts +11 -0
  843. package/dist/components/six-error.js +8 -0
  844. package/dist/components/six-error.js.map +1 -0
  845. package/dist/components/six-error2.js +32 -0
  846. package/dist/components/six-error2.js.map +1 -0
  847. package/dist/components/six-file-list-item.d.ts +11 -0
  848. package/dist/components/six-file-list-item.js +74 -0
  849. package/dist/components/six-file-list-item.js.map +1 -0
  850. package/dist/components/six-file-list.d.ts +11 -0
  851. package/dist/components/six-file-list.js +35 -0
  852. package/dist/components/six-file-list.js.map +1 -0
  853. package/dist/components/six-file-upload.d.ts +11 -0
  854. package/dist/components/six-file-upload.js +147 -0
  855. package/dist/components/six-file-upload.js.map +1 -0
  856. package/dist/components/six-footer.d.ts +11 -0
  857. package/dist/components/six-footer.js +35 -0
  858. package/dist/components/six-footer.js.map +1 -0
  859. package/dist/components/six-group-label.d.ts +11 -0
  860. package/dist/components/six-group-label.js +88 -0
  861. package/dist/components/six-group-label.js.map +1 -0
  862. package/dist/components/six-header.d.ts +11 -0
  863. package/dist/components/six-header.js +271 -0
  864. package/dist/components/six-header.js.map +1 -0
  865. package/dist/components/six-icon-button.d.ts +11 -0
  866. package/dist/components/six-icon-button.js +8 -0
  867. package/dist/components/six-icon-button.js.map +1 -0
  868. package/dist/components/six-icon-button2.js +70 -0
  869. package/dist/components/six-icon-button2.js.map +1 -0
  870. package/dist/components/six-icon.d.ts +11 -0
  871. package/dist/components/six-icon.js +8 -0
  872. package/dist/components/six-icon.js.map +1 -0
  873. package/dist/components/six-icon2.js +49 -0
  874. package/dist/components/six-icon2.js.map +1 -0
  875. package/dist/components/six-input.d.ts +11 -0
  876. package/dist/components/six-input.js +8 -0
  877. package/dist/components/six-input.js.map +1 -0
  878. package/dist/components/six-input2.js +280 -0
  879. package/dist/components/six-input2.js.map +1 -0
  880. package/dist/components/six-item-picker.d.ts +11 -0
  881. package/dist/components/six-item-picker.js +8 -0
  882. package/dist/components/six-item-picker.js.map +1 -0
  883. package/dist/components/six-item-picker2.js +487 -0
  884. package/dist/components/six-item-picker2.js.map +1 -0
  885. package/dist/components/six-language-switcher.d.ts +11 -0
  886. package/dist/components/six-language-switcher.js +84 -0
  887. package/dist/components/six-language-switcher.js.map +1 -0
  888. package/dist/components/six-layout-grid.d.ts +11 -0
  889. package/dist/components/six-layout-grid.js +53 -0
  890. package/dist/components/six-layout-grid.js.map +1 -0
  891. package/dist/components/six-main-container.d.ts +11 -0
  892. package/dist/components/six-main-container.js +39 -0
  893. package/dist/components/six-main-container.js.map +1 -0
  894. package/dist/components/six-menu-divider.d.ts +11 -0
  895. package/dist/components/six-menu-divider.js +35 -0
  896. package/dist/components/six-menu-divider.js.map +1 -0
  897. package/dist/components/six-menu-item.d.ts +11 -0
  898. package/dist/components/six-menu-item.js +8 -0
  899. package/dist/components/six-menu-item.js.map +1 -0
  900. package/dist/components/six-menu-item2.js +111 -0
  901. package/dist/components/six-menu-item2.js.map +1 -0
  902. package/dist/components/six-menu-label.d.ts +11 -0
  903. package/dist/components/six-menu-label.js +35 -0
  904. package/dist/components/six-menu-label.js.map +1 -0
  905. package/dist/components/six-menu.d.ts +11 -0
  906. package/dist/components/six-menu.js +8 -0
  907. package/dist/components/six-menu.js.map +1 -0
  908. package/dist/components/six-menu2.js +275 -0
  909. package/dist/components/six-menu2.js.map +1 -0
  910. package/dist/components/six-picto.d.ts +11 -0
  911. package/dist/components/six-picto.js +8 -0
  912. package/dist/components/six-picto.js.map +1 -0
  913. package/dist/components/six-picto2.js +41 -0
  914. package/dist/components/six-picto2.js.map +1 -0
  915. package/dist/components/six-progress-bar.d.ts +11 -0
  916. package/dist/components/six-progress-bar.js +45 -0
  917. package/dist/components/six-progress-bar.js.map +1 -0
  918. package/dist/components/six-progress-ring.d.ts +11 -0
  919. package/dist/components/six-progress-ring.js +63 -0
  920. package/dist/components/six-progress-ring.js.map +1 -0
  921. package/dist/components/six-radio.d.ts +11 -0
  922. package/dist/components/six-radio.js +147 -0
  923. package/dist/components/six-radio.js.map +1 -0
  924. package/dist/components/six-range.d.ts +11 -0
  925. package/dist/components/six-range.js +251 -0
  926. package/dist/components/six-range.js.map +1 -0
  927. package/dist/components/six-root.d.ts +11 -0
  928. package/dist/components/six-root.js +55 -0
  929. package/dist/components/six-root.js.map +1 -0
  930. package/dist/components/six-search-field.d.ts +11 -0
  931. package/dist/components/six-search-field.js +98 -0
  932. package/dist/components/six-search-field.js.map +1 -0
  933. package/dist/components/six-select.d.ts +11 -0
  934. package/dist/components/six-select.js +761 -0
  935. package/dist/components/six-select.js.map +1 -0
  936. package/dist/components/six-sidebar-item-group.d.ts +11 -0
  937. package/dist/components/six-sidebar-item-group.js +104 -0
  938. package/dist/components/six-sidebar-item-group.js.map +1 -0
  939. package/dist/components/six-sidebar-item.d.ts +11 -0
  940. package/dist/components/six-sidebar-item.js +49 -0
  941. package/dist/components/six-sidebar-item.js.map +1 -0
  942. package/dist/components/six-sidebar.d.ts +11 -0
  943. package/dist/components/six-sidebar.js +228 -0
  944. package/dist/components/six-sidebar.js.map +1 -0
  945. package/dist/components/six-spinner.d.ts +11 -0
  946. package/dist/components/six-spinner.js +8 -0
  947. package/dist/components/six-spinner.js.map +1 -0
  948. package/dist/components/six-spinner2.js +41 -0
  949. package/dist/components/six-spinner2.js.map +1 -0
  950. package/dist/components/six-stage-indicator.d.ts +11 -0
  951. package/dist/components/six-stage-indicator.js +8 -0
  952. package/dist/components/six-stage-indicator.js.map +1 -0
  953. package/dist/components/six-stage-indicator2.js +41 -0
  954. package/dist/components/six-stage-indicator2.js.map +1 -0
  955. package/dist/components/six-switch.d.ts +11 -0
  956. package/dist/components/six-switch.js +161 -0
  957. package/dist/components/six-switch.js.map +1 -0
  958. package/dist/components/six-tab-group.d.ts +11 -0
  959. package/dist/components/six-tab-group.js +283 -0
  960. package/dist/components/six-tab-group.js.map +1 -0
  961. package/dist/components/six-tab-panel.d.ts +11 -0
  962. package/dist/components/six-tab-panel.js +45 -0
  963. package/dist/components/six-tab-panel.js.map +1 -0
  964. package/dist/components/six-tab.d.ts +11 -0
  965. package/dist/components/six-tab.js +102 -0
  966. package/dist/components/six-tab.js.map +1 -0
  967. package/dist/components/six-tag.d.ts +11 -0
  968. package/dist/components/six-tag.js +105 -0
  969. package/dist/components/six-tag.js.map +1 -0
  970. package/dist/components/six-textarea.d.ts +11 -0
  971. package/dist/components/six-textarea.js +254 -0
  972. package/dist/components/six-textarea.js.map +1 -0
  973. package/dist/components/six-tile.d.ts +11 -0
  974. package/dist/components/six-tile.js +139 -0
  975. package/dist/components/six-tile.js.map +1 -0
  976. package/dist/components/six-timepicker.d.ts +11 -0
  977. package/dist/components/six-timepicker.js +8 -0
  978. package/dist/components/six-timepicker.js.map +1 -0
  979. package/dist/components/six-timepicker2.js +552 -0
  980. package/dist/components/six-timepicker2.js.map +1 -0
  981. package/dist/components/six-tooltip.d.ts +11 -0
  982. package/dist/components/six-tooltip.js +8 -0
  983. package/dist/components/six-tooltip.js.map +1 -0
  984. package/dist/components/six-tooltip2.js +193 -0
  985. package/dist/components/six-tooltip2.js.map +1 -0
  986. package/dist/components/slot.js +47 -0
  987. package/dist/components/slot.js.map +1 -0
  988. package/dist/components.d.ts +401 -0
  989. package/dist/components.json +16233 -0
  990. package/dist/esm/error-messages-1eaaad23.js +115 -0
  991. package/dist/esm/error-messages-1eaaad23.js.map +1 -0
  992. package/dist/esm/event-listeners-706d4309.js +59 -0
  993. package/dist/esm/event-listeners-706d4309.js.map +1 -0
  994. package/dist/esm/execution-control-2ebaf4ef.js +43 -0
  995. package/dist/esm/execution-control-2ebaf4ef.js.map +1 -0
  996. package/dist/esm/focus-visible-d9dbfeef.js +45 -0
  997. package/dist/esm/focus-visible-d9dbfeef.js.map +1 -0
  998. package/dist/esm/form-4b145b7a.js +18 -0
  999. package/dist/esm/form-4b145b7a.js.map +1 -0
  1000. package/dist/esm/form-control-d403a9cf.js +34 -0
  1001. package/dist/esm/form-control-d403a9cf.js.map +1 -0
  1002. package/dist/esm/index-79d4ef67.js +2201 -0
  1003. package/dist/esm/index-79d4ef67.js.map +1 -0
  1004. package/dist/esm/index.js +59 -0
  1005. package/dist/esm/index.js.map +1 -0
  1006. package/dist/esm/loader.js +11 -0
  1007. package/dist/esm/loader.js.map +1 -0
  1008. package/dist/esm/modal-96526245.js +49 -0
  1009. package/dist/esm/modal-96526245.js.map +1 -0
  1010. package/dist/esm/polyfills/core-js.js +11 -0
  1011. package/dist/esm/polyfills/dom.js +79 -0
  1012. package/dist/esm/polyfills/es5-html-element.js +1 -0
  1013. package/dist/esm/polyfills/index.js +34 -0
  1014. package/dist/esm/polyfills/system.js +6 -0
  1015. package/dist/esm/popover-25996e62.js +1905 -0
  1016. package/dist/esm/popover-25996e62.js.map +1 -0
  1017. package/dist/esm/popup-7209e9d5.js +98 -0
  1018. package/dist/esm/popup-7209e9d5.js.map +1 -0
  1019. package/dist/esm/scroll-3e16851e.js +64 -0
  1020. package/dist/esm/scroll-3e16851e.js.map +1 -0
  1021. package/dist/esm/six-alert.entry.js +160 -0
  1022. package/dist/esm/six-alert.entry.js.map +1 -0
  1023. package/dist/esm/six-avatar.entry.js +30 -0
  1024. package/dist/esm/six-avatar.entry.js.map +1 -0
  1025. package/dist/esm/six-badge.entry.js +32 -0
  1026. package/dist/esm/six-badge.entry.js.map +1 -0
  1027. package/dist/esm/six-button.entry.js +104 -0
  1028. package/dist/esm/six-button.entry.js.map +1 -0
  1029. package/dist/esm/six-card.entry.js +17 -0
  1030. package/dist/esm/six-card.entry.js.map +1 -0
  1031. package/dist/esm/six-checkbox_2.entry.js +185 -0
  1032. package/dist/esm/six-checkbox_2.entry.js.map +1 -0
  1033. package/dist/esm/six-datepicker.entry.js +1048 -0
  1034. package/dist/esm/six-datepicker.entry.js.map +1 -0
  1035. package/dist/esm/six-details.entry.js +144 -0
  1036. package/dist/esm/six-details.entry.js.map +1 -0
  1037. package/dist/esm/six-dialog.entry.js +150 -0
  1038. package/dist/esm/six-dialog.entry.js.map +1 -0
  1039. package/dist/esm/six-drawer.entry.js +165 -0
  1040. package/dist/esm/six-drawer.entry.js.map +1 -0
  1041. package/dist/esm/six-dropdown_2.entry.js +738 -0
  1042. package/dist/esm/six-dropdown_2.entry.js.map +1 -0
  1043. package/dist/esm/six-error-page.entry.js +102 -0
  1044. package/dist/esm/six-error-page.entry.js.map +1 -0
  1045. package/dist/esm/six-error.entry.js +17 -0
  1046. package/dist/esm/six-error.entry.js.map +1 -0
  1047. package/dist/esm/six-file-list-item.entry.js +43 -0
  1048. package/dist/esm/six-file-list-item.entry.js.map +1 -0
  1049. package/dist/esm/six-file-list.entry.js +17 -0
  1050. package/dist/esm/six-file-list.entry.js.map +1 -0
  1051. package/dist/esm/six-file-upload.entry.js +116 -0
  1052. package/dist/esm/six-file-upload.entry.js.map +1 -0
  1053. package/dist/esm/six-footer.entry.js +17 -0
  1054. package/dist/esm/six-footer.entry.js.map +1 -0
  1055. package/dist/esm/six-group-label.entry.js +53 -0
  1056. package/dist/esm/six-group-label.entry.js.map +1 -0
  1057. package/dist/esm/six-header.entry.js +193 -0
  1058. package/dist/esm/six-header.entry.js.map +1 -0
  1059. package/dist/esm/six-icon-button.entry.js +43 -0
  1060. package/dist/esm/six-icon-button.entry.js.map +1 -0
  1061. package/dist/esm/six-icon.entry.js +31 -0
  1062. package/dist/esm/six-icon.entry.js.map +1 -0
  1063. package/dist/esm/six-input.entry.js +207 -0
  1064. package/dist/esm/six-input.entry.js.map +1 -0
  1065. package/dist/esm/six-item-picker.entry.js +430 -0
  1066. package/dist/esm/six-item-picker.entry.js.map +1 -0
  1067. package/dist/esm/six-language-switcher.entry.js +61 -0
  1068. package/dist/esm/six-language-switcher.entry.js.map +1 -0
  1069. package/dist/esm/six-layout-grid.entry.js +31 -0
  1070. package/dist/esm/six-layout-grid.entry.js.map +1 -0
  1071. package/dist/esm/six-main-container.entry.js +19 -0
  1072. package/dist/esm/six-main-container.entry.js.map +1 -0
  1073. package/dist/esm/six-menu-divider.entry.js +17 -0
  1074. package/dist/esm/six-menu-divider.entry.js.map +1 -0
  1075. package/dist/esm/six-menu-label.entry.js +17 -0
  1076. package/dist/esm/six-menu-label.entry.js.map +1 -0
  1077. package/dist/esm/six-picto.entry.js +24 -0
  1078. package/dist/esm/six-picto.entry.js.map +1 -0
  1079. package/dist/esm/six-progress-bar.entry.js +24 -0
  1080. package/dist/esm/six-progress-bar.entry.js.map +1 -0
  1081. package/dist/esm/six-progress-ring.entry.js +39 -0
  1082. package/dist/esm/six-progress-ring.entry.js.map +1 -0
  1083. package/dist/esm/six-radio.entry.js +117 -0
  1084. package/dist/esm/six-radio.entry.js.map +1 -0
  1085. package/dist/esm/six-range.entry.js +198 -0
  1086. package/dist/esm/six-range.entry.js.map +1 -0
  1087. package/dist/esm/six-root.entry.js +21 -0
  1088. package/dist/esm/six-root.entry.js.map +1 -0
  1089. package/dist/esm/six-search-field.entry.js +54 -0
  1090. package/dist/esm/six-search-field.entry.js.map +1 -0
  1091. package/dist/esm/six-select.entry.js +529 -0
  1092. package/dist/esm/six-select.entry.js.map +1 -0
  1093. package/dist/esm/six-sidebar-item-group.entry.js +65 -0
  1094. package/dist/esm/six-sidebar-item-group.entry.js.map +1 -0
  1095. package/dist/esm/six-sidebar-item.entry.js +26 -0
  1096. package/dist/esm/six-sidebar-item.entry.js.map +1 -0
  1097. package/dist/esm/six-sidebar.entry.js +197 -0
  1098. package/dist/esm/six-sidebar.entry.js.map +1 -0
  1099. package/dist/esm/six-spinner.entry.js +24 -0
  1100. package/dist/esm/six-spinner.entry.js.map +1 -0
  1101. package/dist/esm/six-stage-indicator.entry.js +18 -0
  1102. package/dist/esm/six-stage-indicator.entry.js.map +1 -0
  1103. package/dist/esm/six-switch.entry.js +119 -0
  1104. package/dist/esm/six-switch.entry.js.map +1 -0
  1105. package/dist/esm/six-tab-group.entry.js +246 -0
  1106. package/dist/esm/six-tab-group.entry.js.map +1 -0
  1107. package/dist/esm/six-tab-panel.entry.js +24 -0
  1108. package/dist/esm/six-tab-panel.entry.js.map +1 -0
  1109. package/dist/esm/six-tab.entry.js +65 -0
  1110. package/dist/esm/six-tab.entry.js.map +1 -0
  1111. package/dist/esm/six-tag.entry.js +64 -0
  1112. package/dist/esm/six-tag.entry.js.map +1 -0
  1113. package/dist/esm/six-textarea.entry.js +192 -0
  1114. package/dist/esm/six-textarea.entry.js.map +1 -0
  1115. package/dist/esm/six-tile.entry.js +90 -0
  1116. package/dist/esm/six-tile.entry.js.map +1 -0
  1117. package/dist/esm/six-timepicker.entry.js +390 -0
  1118. package/dist/esm/six-timepicker.entry.js.map +1 -0
  1119. package/dist/esm/six-tooltip.entry.js +166 -0
  1120. package/dist/esm/six-tooltip.entry.js.map +1 -0
  1121. package/dist/esm/slot-56531341.js +47 -0
  1122. package/dist/esm/slot-56531341.js.map +1 -0
  1123. package/dist/esm/types-a07bb999.js +19 -0
  1124. package/dist/esm/types-a07bb999.js.map +1 -0
  1125. package/dist/esm/ui-library.js +20 -0
  1126. package/dist/esm/ui-library.js.map +1 -0
  1127. package/dist/index.cjs.js +1 -0
  1128. package/dist/index.js +1 -0
  1129. package/dist/types/components/six-alert/six-alert.d.ts +65 -0
  1130. package/dist/types/components/six-avatar/six-avatar.d.ts +26 -0
  1131. package/dist/types/components/six-badge/six-badge.d.ts +19 -0
  1132. package/dist/types/components/six-button/six-button.d.ts +68 -0
  1133. package/dist/types/components/six-card/six-card.d.ts +9 -0
  1134. package/dist/types/components/six-checkbox/six-checkbox.d.ts +77 -0
  1135. package/dist/types/components/six-datepicker/components/day-selection.d.ts +9 -0
  1136. package/dist/types/components/six-datepicker/components/month-selection.d.ts +8 -0
  1137. package/dist/types/components/six-datepicker/components/year-selection.d.ts +7 -0
  1138. package/dist/types/components/six-datepicker/six-date-formats.d.ts +22 -0
  1139. package/dist/types/components/six-datepicker/six-datepicker.d.ts +205 -0
  1140. package/dist/types/components/six-datepicker/test/six-datepicker.test-helpers.d.ts +1 -0
  1141. package/dist/types/components/six-details/six-details.d.ts +61 -0
  1142. package/dist/types/components/six-dialog/six-dialog.d.ts +75 -0
  1143. package/dist/types/components/six-drawer/six-drawer.d.ts +81 -0
  1144. package/dist/types/components/six-dropdown/six-dropdown.d.ts +155 -0
  1145. package/dist/types/components/six-error/six-error.d.ts +9 -0
  1146. package/dist/types/components/six-error-page/six-error-page.d.ts +27 -0
  1147. package/dist/types/components/six-file-list/six-file-list.d.ts +8 -0
  1148. package/dist/types/components/six-file-list-item/six-file-list-item.d.ts +35 -0
  1149. package/dist/types/components/six-file-upload/six-file-upload.d.ts +49 -0
  1150. package/dist/types/components/six-footer/six-footer.d.ts +9 -0
  1151. package/dist/types/components/six-group-label/six-group-label.d.ts +37 -0
  1152. package/dist/types/components/six-header/six-header.d.ts +83 -0
  1153. package/dist/types/components/six-icon/six-icon.d.ts +13 -0
  1154. package/dist/types/components/six-icon-button/six-icon-button.d.ts +28 -0
  1155. package/dist/types/components/six-input/six-input.d.ts +139 -0
  1156. package/dist/types/components/six-item-picker/six-item-picker.d.ts +110 -0
  1157. package/dist/types/components/six-item-picker/types.d.ts +11 -0
  1158. package/dist/types/components/six-language-switcher/six-language-switcher.d.ts +25 -0
  1159. package/dist/types/components/six-layout-grid/six-layout-grid.d.ts +14 -0
  1160. package/dist/types/components/six-main-container/six-main-container.d.ts +16 -0
  1161. package/dist/types/components/six-menu/six-menu.d.ts +84 -0
  1162. package/dist/types/components/six-menu-divider/six-menu-divider.d.ts +11 -0
  1163. package/dist/types/components/six-menu-item/six-menu-item.d.ts +45 -0
  1164. package/dist/types/components/six-menu-label/six-menu-label.d.ts +13 -0
  1165. package/dist/types/components/six-picto/six-picto.d.ts +14 -0
  1166. package/dist/types/components/six-progress-bar/six-progress-bar.d.ts +19 -0
  1167. package/dist/types/components/six-progress-ring/six-progress-ring.d.ts +24 -0
  1168. package/dist/types/components/six-radio/six-radio.d.ts +55 -0
  1169. package/dist/types/components/six-range/six-range.d.ts +93 -0
  1170. package/dist/types/components/six-root/six-root.d.ts +21 -0
  1171. package/dist/types/components/six-search-field/six-search-field.d.ts +31 -0
  1172. package/dist/types/components/six-select/six-select.d.ts +165 -0
  1173. package/dist/types/components/six-select/util.d.ts +7 -0
  1174. package/dist/types/components/six-sidebar/six-sidebar.d.ts +55 -0
  1175. package/dist/types/components/six-sidebar-item/six-sidebar-item.d.ts +20 -0
  1176. package/dist/types/components/six-sidebar-item-group/six-sidebar-item-group.d.ts +33 -0
  1177. package/dist/types/components/six-spinner/six-spinner.d.ts +16 -0
  1178. package/dist/types/components/six-stage-indicator/six-stage-indicator.d.ts +6 -0
  1179. package/dist/types/components/six-switch/six-switch.d.ts +66 -0
  1180. package/dist/types/components/six-tab/six-tab.d.ts +35 -0
  1181. package/dist/types/components/six-tab-group/six-tab-group.d.ts +58 -0
  1182. package/dist/types/components/six-tab-panel/six-tab-panel.d.ts +19 -0
  1183. package/dist/types/components/six-tag/six-tag.d.ts +36 -0
  1184. package/dist/types/components/six-textarea/six-textarea.d.ts +109 -0
  1185. package/dist/types/components/six-tile/six-tile.d.ts +39 -0
  1186. package/dist/types/components/six-timepicker/six-timepicker.d.ts +170 -0
  1187. package/dist/types/components/six-tooltip/six-tooltip.d.ts +70 -0
  1188. package/dist/types/components.d.ts +5509 -0
  1189. package/dist/types/functional-components/form-control/form-control.d.ts +37 -0
  1190. package/dist/types/index.d.ts +3 -0
  1191. package/dist/types/stencil-public-runtime.d.ts +1681 -0
  1192. package/dist/types/testUtil/delay.d.ts +1 -0
  1193. package/dist/types/types.d.ts +3 -0
  1194. package/dist/types/utils/alert.d.ts +10 -0
  1195. package/dist/types/utils/animation.d.ts +12 -0
  1196. package/dist/types/utils/date-util.d.ts +210 -0
  1197. package/dist/types/utils/error-messages.d.ts +44 -0
  1198. package/dist/types/utils/event-listeners.d.ts +16 -0
  1199. package/dist/types/utils/execution-control.d.ts +24 -0
  1200. package/dist/types/utils/focus-visible.d.ts +6 -0
  1201. package/dist/types/utils/form.d.ts +1 -0
  1202. package/dist/types/utils/modal.d.ts +13 -0
  1203. package/dist/types/utils/offset.d.ts +4 -0
  1204. package/dist/types/utils/popover.d.ts +27 -0
  1205. package/dist/types/utils/popup.d.ts +9 -0
  1206. package/dist/types/utils/scroll.d.ts +3 -0
  1207. package/dist/types/utils/slot.d.ts +3 -0
  1208. package/dist/types/utils/support.d.ts +1 -0
  1209. package/dist/types/utils/tabbable.d.ts +2 -0
  1210. package/dist/types/utils/time.util.d.ts +19 -0
  1211. package/dist/types/utils/type-check.d.ts +3 -0
  1212. package/dist/types/utils/types.d.ts +4 -0
  1213. package/dist/ui-library/assets/TRADEMARKS.md +7 -0
  1214. package/dist/ui-library/assets/commons.js +5 -0
  1215. package/dist/ui-library/assets/data.json +642 -0
  1216. package/dist/ui-library/assets/six-logo.svg +1 -0
  1217. package/dist/ui-library/files/file-list.json +308 -0
  1218. package/dist/ui-library/files/noto-sans-all-100-italic.woff +0 -0
  1219. package/dist/ui-library/files/noto-sans-all-100-normal.woff +0 -0
  1220. package/dist/ui-library/files/noto-sans-all-200-italic.woff +0 -0
  1221. package/dist/ui-library/files/noto-sans-all-200-normal.woff +0 -0
  1222. package/dist/ui-library/files/noto-sans-all-300-italic.woff +0 -0
  1223. package/dist/ui-library/files/noto-sans-all-300-normal.woff +0 -0
  1224. package/dist/ui-library/files/noto-sans-all-400-italic.woff +0 -0
  1225. package/dist/ui-library/files/noto-sans-all-400-normal.woff +0 -0
  1226. package/dist/ui-library/files/noto-sans-all-500-italic.woff +0 -0
  1227. package/dist/ui-library/files/noto-sans-all-500-normal.woff +0 -0
  1228. package/dist/ui-library/files/noto-sans-all-600-italic.woff +0 -0
  1229. package/dist/ui-library/files/noto-sans-all-600-normal.woff +0 -0
  1230. package/dist/ui-library/files/noto-sans-all-700-italic.woff +0 -0
  1231. package/dist/ui-library/files/noto-sans-all-700-normal.woff +0 -0
  1232. package/dist/ui-library/files/noto-sans-all-800-italic.woff +0 -0
  1233. package/dist/ui-library/files/noto-sans-all-800-normal.woff +0 -0
  1234. package/dist/ui-library/files/noto-sans-all-900-italic.woff +0 -0
  1235. package/dist/ui-library/files/noto-sans-all-900-normal.woff +0 -0
  1236. package/dist/ui-library/files/noto-sans-cyrillic-100-italic.woff +0 -0
  1237. package/dist/ui-library/files/noto-sans-cyrillic-100-italic.woff2 +0 -0
  1238. package/dist/ui-library/files/noto-sans-cyrillic-100-normal.woff +0 -0
  1239. package/dist/ui-library/files/noto-sans-cyrillic-100-normal.woff2 +0 -0
  1240. package/dist/ui-library/files/noto-sans-cyrillic-200-italic.woff +0 -0
  1241. package/dist/ui-library/files/noto-sans-cyrillic-200-italic.woff2 +0 -0
  1242. package/dist/ui-library/files/noto-sans-cyrillic-200-normal.woff +0 -0
  1243. package/dist/ui-library/files/noto-sans-cyrillic-200-normal.woff2 +0 -0
  1244. package/dist/ui-library/files/noto-sans-cyrillic-300-italic.woff +0 -0
  1245. package/dist/ui-library/files/noto-sans-cyrillic-300-italic.woff2 +0 -0
  1246. package/dist/ui-library/files/noto-sans-cyrillic-300-normal.woff +0 -0
  1247. package/dist/ui-library/files/noto-sans-cyrillic-300-normal.woff2 +0 -0
  1248. package/dist/ui-library/files/noto-sans-cyrillic-400-italic.woff +0 -0
  1249. package/dist/ui-library/files/noto-sans-cyrillic-400-italic.woff2 +0 -0
  1250. package/dist/ui-library/files/noto-sans-cyrillic-400-normal.woff +0 -0
  1251. package/dist/ui-library/files/noto-sans-cyrillic-400-normal.woff2 +0 -0
  1252. package/dist/ui-library/files/noto-sans-cyrillic-500-italic.woff +0 -0
  1253. package/dist/ui-library/files/noto-sans-cyrillic-500-italic.woff2 +0 -0
  1254. package/dist/ui-library/files/noto-sans-cyrillic-500-normal.woff +0 -0
  1255. package/dist/ui-library/files/noto-sans-cyrillic-500-normal.woff2 +0 -0
  1256. package/dist/ui-library/files/noto-sans-cyrillic-600-italic.woff +0 -0
  1257. package/dist/ui-library/files/noto-sans-cyrillic-600-italic.woff2 +0 -0
  1258. package/dist/ui-library/files/noto-sans-cyrillic-600-normal.woff +0 -0
  1259. package/dist/ui-library/files/noto-sans-cyrillic-600-normal.woff2 +0 -0
  1260. package/dist/ui-library/files/noto-sans-cyrillic-700-italic.woff +0 -0
  1261. package/dist/ui-library/files/noto-sans-cyrillic-700-italic.woff2 +0 -0
  1262. package/dist/ui-library/files/noto-sans-cyrillic-700-normal.woff +0 -0
  1263. package/dist/ui-library/files/noto-sans-cyrillic-700-normal.woff2 +0 -0
  1264. package/dist/ui-library/files/noto-sans-cyrillic-800-italic.woff +0 -0
  1265. package/dist/ui-library/files/noto-sans-cyrillic-800-italic.woff2 +0 -0
  1266. package/dist/ui-library/files/noto-sans-cyrillic-800-normal.woff +0 -0
  1267. package/dist/ui-library/files/noto-sans-cyrillic-800-normal.woff2 +0 -0
  1268. package/dist/ui-library/files/noto-sans-cyrillic-900-italic.woff +0 -0
  1269. package/dist/ui-library/files/noto-sans-cyrillic-900-italic.woff2 +0 -0
  1270. package/dist/ui-library/files/noto-sans-cyrillic-900-normal.woff +0 -0
  1271. package/dist/ui-library/files/noto-sans-cyrillic-900-normal.woff2 +0 -0
  1272. package/dist/ui-library/files/noto-sans-cyrillic-ext-100-italic.woff +0 -0
  1273. package/dist/ui-library/files/noto-sans-cyrillic-ext-100-italic.woff2 +0 -0
  1274. package/dist/ui-library/files/noto-sans-cyrillic-ext-100-normal.woff +0 -0
  1275. package/dist/ui-library/files/noto-sans-cyrillic-ext-100-normal.woff2 +0 -0
  1276. package/dist/ui-library/files/noto-sans-cyrillic-ext-200-italic.woff +0 -0
  1277. package/dist/ui-library/files/noto-sans-cyrillic-ext-200-italic.woff2 +0 -0
  1278. package/dist/ui-library/files/noto-sans-cyrillic-ext-200-normal.woff +0 -0
  1279. package/dist/ui-library/files/noto-sans-cyrillic-ext-200-normal.woff2 +0 -0
  1280. package/dist/ui-library/files/noto-sans-cyrillic-ext-300-italic.woff +0 -0
  1281. package/dist/ui-library/files/noto-sans-cyrillic-ext-300-italic.woff2 +0 -0
  1282. package/dist/ui-library/files/noto-sans-cyrillic-ext-300-normal.woff +0 -0
  1283. package/dist/ui-library/files/noto-sans-cyrillic-ext-300-normal.woff2 +0 -0
  1284. package/dist/ui-library/files/noto-sans-cyrillic-ext-400-italic.woff +0 -0
  1285. package/dist/ui-library/files/noto-sans-cyrillic-ext-400-italic.woff2 +0 -0
  1286. package/dist/ui-library/files/noto-sans-cyrillic-ext-400-normal.woff +0 -0
  1287. package/dist/ui-library/files/noto-sans-cyrillic-ext-400-normal.woff2 +0 -0
  1288. package/dist/ui-library/files/noto-sans-cyrillic-ext-500-italic.woff +0 -0
  1289. package/dist/ui-library/files/noto-sans-cyrillic-ext-500-italic.woff2 +0 -0
  1290. package/dist/ui-library/files/noto-sans-cyrillic-ext-500-normal.woff +0 -0
  1291. package/dist/ui-library/files/noto-sans-cyrillic-ext-500-normal.woff2 +0 -0
  1292. package/dist/ui-library/files/noto-sans-cyrillic-ext-600-italic.woff +0 -0
  1293. package/dist/ui-library/files/noto-sans-cyrillic-ext-600-italic.woff2 +0 -0
  1294. package/dist/ui-library/files/noto-sans-cyrillic-ext-600-normal.woff +0 -0
  1295. package/dist/ui-library/files/noto-sans-cyrillic-ext-600-normal.woff2 +0 -0
  1296. package/dist/ui-library/files/noto-sans-cyrillic-ext-700-italic.woff +0 -0
  1297. package/dist/ui-library/files/noto-sans-cyrillic-ext-700-italic.woff2 +0 -0
  1298. package/dist/ui-library/files/noto-sans-cyrillic-ext-700-normal.woff +0 -0
  1299. package/dist/ui-library/files/noto-sans-cyrillic-ext-700-normal.woff2 +0 -0
  1300. package/dist/ui-library/files/noto-sans-cyrillic-ext-800-italic.woff +0 -0
  1301. package/dist/ui-library/files/noto-sans-cyrillic-ext-800-italic.woff2 +0 -0
  1302. package/dist/ui-library/files/noto-sans-cyrillic-ext-800-normal.woff +0 -0
  1303. package/dist/ui-library/files/noto-sans-cyrillic-ext-800-normal.woff2 +0 -0
  1304. package/dist/ui-library/files/noto-sans-cyrillic-ext-900-italic.woff +0 -0
  1305. package/dist/ui-library/files/noto-sans-cyrillic-ext-900-italic.woff2 +0 -0
  1306. package/dist/ui-library/files/noto-sans-cyrillic-ext-900-normal.woff +0 -0
  1307. package/dist/ui-library/files/noto-sans-cyrillic-ext-900-normal.woff2 +0 -0
  1308. package/dist/ui-library/files/noto-sans-devanagari-100-italic.woff +0 -0
  1309. package/dist/ui-library/files/noto-sans-devanagari-100-italic.woff2 +0 -0
  1310. package/dist/ui-library/files/noto-sans-devanagari-100-normal.woff +0 -0
  1311. package/dist/ui-library/files/noto-sans-devanagari-100-normal.woff2 +0 -0
  1312. package/dist/ui-library/files/noto-sans-devanagari-200-italic.woff +0 -0
  1313. package/dist/ui-library/files/noto-sans-devanagari-200-italic.woff2 +0 -0
  1314. package/dist/ui-library/files/noto-sans-devanagari-200-normal.woff +0 -0
  1315. package/dist/ui-library/files/noto-sans-devanagari-200-normal.woff2 +0 -0
  1316. package/dist/ui-library/files/noto-sans-devanagari-300-italic.woff +0 -0
  1317. package/dist/ui-library/files/noto-sans-devanagari-300-italic.woff2 +0 -0
  1318. package/dist/ui-library/files/noto-sans-devanagari-300-normal.woff +0 -0
  1319. package/dist/ui-library/files/noto-sans-devanagari-300-normal.woff2 +0 -0
  1320. package/dist/ui-library/files/noto-sans-devanagari-400-italic.woff +0 -0
  1321. package/dist/ui-library/files/noto-sans-devanagari-400-italic.woff2 +0 -0
  1322. package/dist/ui-library/files/noto-sans-devanagari-400-normal.woff +0 -0
  1323. package/dist/ui-library/files/noto-sans-devanagari-400-normal.woff2 +0 -0
  1324. package/dist/ui-library/files/noto-sans-devanagari-500-italic.woff +0 -0
  1325. package/dist/ui-library/files/noto-sans-devanagari-500-italic.woff2 +0 -0
  1326. package/dist/ui-library/files/noto-sans-devanagari-500-normal.woff +0 -0
  1327. package/dist/ui-library/files/noto-sans-devanagari-500-normal.woff2 +0 -0
  1328. package/dist/ui-library/files/noto-sans-devanagari-600-italic.woff +0 -0
  1329. package/dist/ui-library/files/noto-sans-devanagari-600-italic.woff2 +0 -0
  1330. package/dist/ui-library/files/noto-sans-devanagari-600-normal.woff +0 -0
  1331. package/dist/ui-library/files/noto-sans-devanagari-600-normal.woff2 +0 -0
  1332. package/dist/ui-library/files/noto-sans-devanagari-700-italic.woff +0 -0
  1333. package/dist/ui-library/files/noto-sans-devanagari-700-italic.woff2 +0 -0
  1334. package/dist/ui-library/files/noto-sans-devanagari-700-normal.woff +0 -0
  1335. package/dist/ui-library/files/noto-sans-devanagari-700-normal.woff2 +0 -0
  1336. package/dist/ui-library/files/noto-sans-devanagari-800-italic.woff +0 -0
  1337. package/dist/ui-library/files/noto-sans-devanagari-800-italic.woff2 +0 -0
  1338. package/dist/ui-library/files/noto-sans-devanagari-800-normal.woff +0 -0
  1339. package/dist/ui-library/files/noto-sans-devanagari-800-normal.woff2 +0 -0
  1340. package/dist/ui-library/files/noto-sans-devanagari-900-italic.woff +0 -0
  1341. package/dist/ui-library/files/noto-sans-devanagari-900-italic.woff2 +0 -0
  1342. package/dist/ui-library/files/noto-sans-devanagari-900-normal.woff +0 -0
  1343. package/dist/ui-library/files/noto-sans-devanagari-900-normal.woff2 +0 -0
  1344. package/dist/ui-library/files/noto-sans-greek-100-italic.woff +0 -0
  1345. package/dist/ui-library/files/noto-sans-greek-100-italic.woff2 +0 -0
  1346. package/dist/ui-library/files/noto-sans-greek-100-normal.woff +0 -0
  1347. package/dist/ui-library/files/noto-sans-greek-100-normal.woff2 +0 -0
  1348. package/dist/ui-library/files/noto-sans-greek-200-italic.woff +0 -0
  1349. package/dist/ui-library/files/noto-sans-greek-200-italic.woff2 +0 -0
  1350. package/dist/ui-library/files/noto-sans-greek-200-normal.woff +0 -0
  1351. package/dist/ui-library/files/noto-sans-greek-200-normal.woff2 +0 -0
  1352. package/dist/ui-library/files/noto-sans-greek-300-italic.woff +0 -0
  1353. package/dist/ui-library/files/noto-sans-greek-300-italic.woff2 +0 -0
  1354. package/dist/ui-library/files/noto-sans-greek-300-normal.woff +0 -0
  1355. package/dist/ui-library/files/noto-sans-greek-300-normal.woff2 +0 -0
  1356. package/dist/ui-library/files/noto-sans-greek-400-italic.woff +0 -0
  1357. package/dist/ui-library/files/noto-sans-greek-400-italic.woff2 +0 -0
  1358. package/dist/ui-library/files/noto-sans-greek-400-normal.woff +0 -0
  1359. package/dist/ui-library/files/noto-sans-greek-400-normal.woff2 +0 -0
  1360. package/dist/ui-library/files/noto-sans-greek-500-italic.woff +0 -0
  1361. package/dist/ui-library/files/noto-sans-greek-500-italic.woff2 +0 -0
  1362. package/dist/ui-library/files/noto-sans-greek-500-normal.woff +0 -0
  1363. package/dist/ui-library/files/noto-sans-greek-500-normal.woff2 +0 -0
  1364. package/dist/ui-library/files/noto-sans-greek-600-italic.woff +0 -0
  1365. package/dist/ui-library/files/noto-sans-greek-600-italic.woff2 +0 -0
  1366. package/dist/ui-library/files/noto-sans-greek-600-normal.woff +0 -0
  1367. package/dist/ui-library/files/noto-sans-greek-600-normal.woff2 +0 -0
  1368. package/dist/ui-library/files/noto-sans-greek-700-italic.woff +0 -0
  1369. package/dist/ui-library/files/noto-sans-greek-700-italic.woff2 +0 -0
  1370. package/dist/ui-library/files/noto-sans-greek-700-normal.woff +0 -0
  1371. package/dist/ui-library/files/noto-sans-greek-700-normal.woff2 +0 -0
  1372. package/dist/ui-library/files/noto-sans-greek-800-italic.woff +0 -0
  1373. package/dist/ui-library/files/noto-sans-greek-800-italic.woff2 +0 -0
  1374. package/dist/ui-library/files/noto-sans-greek-800-normal.woff +0 -0
  1375. package/dist/ui-library/files/noto-sans-greek-800-normal.woff2 +0 -0
  1376. package/dist/ui-library/files/noto-sans-greek-900-italic.woff +0 -0
  1377. package/dist/ui-library/files/noto-sans-greek-900-italic.woff2 +0 -0
  1378. package/dist/ui-library/files/noto-sans-greek-900-normal.woff +0 -0
  1379. package/dist/ui-library/files/noto-sans-greek-900-normal.woff2 +0 -0
  1380. package/dist/ui-library/files/noto-sans-greek-ext-100-italic.woff +0 -0
  1381. package/dist/ui-library/files/noto-sans-greek-ext-100-italic.woff2 +0 -0
  1382. package/dist/ui-library/files/noto-sans-greek-ext-100-normal.woff +0 -0
  1383. package/dist/ui-library/files/noto-sans-greek-ext-100-normal.woff2 +0 -0
  1384. package/dist/ui-library/files/noto-sans-greek-ext-200-italic.woff +0 -0
  1385. package/dist/ui-library/files/noto-sans-greek-ext-200-italic.woff2 +0 -0
  1386. package/dist/ui-library/files/noto-sans-greek-ext-200-normal.woff +0 -0
  1387. package/dist/ui-library/files/noto-sans-greek-ext-200-normal.woff2 +0 -0
  1388. package/dist/ui-library/files/noto-sans-greek-ext-300-italic.woff +0 -0
  1389. package/dist/ui-library/files/noto-sans-greek-ext-300-italic.woff2 +0 -0
  1390. package/dist/ui-library/files/noto-sans-greek-ext-300-normal.woff +0 -0
  1391. package/dist/ui-library/files/noto-sans-greek-ext-300-normal.woff2 +0 -0
  1392. package/dist/ui-library/files/noto-sans-greek-ext-400-italic.woff +0 -0
  1393. package/dist/ui-library/files/noto-sans-greek-ext-400-italic.woff2 +0 -0
  1394. package/dist/ui-library/files/noto-sans-greek-ext-400-normal.woff +0 -0
  1395. package/dist/ui-library/files/noto-sans-greek-ext-400-normal.woff2 +0 -0
  1396. package/dist/ui-library/files/noto-sans-greek-ext-500-italic.woff +0 -0
  1397. package/dist/ui-library/files/noto-sans-greek-ext-500-italic.woff2 +0 -0
  1398. package/dist/ui-library/files/noto-sans-greek-ext-500-normal.woff +0 -0
  1399. package/dist/ui-library/files/noto-sans-greek-ext-500-normal.woff2 +0 -0
  1400. package/dist/ui-library/files/noto-sans-greek-ext-600-italic.woff +0 -0
  1401. package/dist/ui-library/files/noto-sans-greek-ext-600-italic.woff2 +0 -0
  1402. package/dist/ui-library/files/noto-sans-greek-ext-600-normal.woff +0 -0
  1403. package/dist/ui-library/files/noto-sans-greek-ext-600-normal.woff2 +0 -0
  1404. package/dist/ui-library/files/noto-sans-greek-ext-700-italic.woff +0 -0
  1405. package/dist/ui-library/files/noto-sans-greek-ext-700-italic.woff2 +0 -0
  1406. package/dist/ui-library/files/noto-sans-greek-ext-700-normal.woff +0 -0
  1407. package/dist/ui-library/files/noto-sans-greek-ext-700-normal.woff2 +0 -0
  1408. package/dist/ui-library/files/noto-sans-greek-ext-800-italic.woff +0 -0
  1409. package/dist/ui-library/files/noto-sans-greek-ext-800-italic.woff2 +0 -0
  1410. package/dist/ui-library/files/noto-sans-greek-ext-800-normal.woff +0 -0
  1411. package/dist/ui-library/files/noto-sans-greek-ext-800-normal.woff2 +0 -0
  1412. package/dist/ui-library/files/noto-sans-greek-ext-900-italic.woff +0 -0
  1413. package/dist/ui-library/files/noto-sans-greek-ext-900-italic.woff2 +0 -0
  1414. package/dist/ui-library/files/noto-sans-greek-ext-900-normal.woff +0 -0
  1415. package/dist/ui-library/files/noto-sans-greek-ext-900-normal.woff2 +0 -0
  1416. package/dist/ui-library/files/noto-sans-latin-100-italic.woff +0 -0
  1417. package/dist/ui-library/files/noto-sans-latin-100-italic.woff2 +0 -0
  1418. package/dist/ui-library/files/noto-sans-latin-100-normal.woff +0 -0
  1419. package/dist/ui-library/files/noto-sans-latin-100-normal.woff2 +0 -0
  1420. package/dist/ui-library/files/noto-sans-latin-200-italic.woff +0 -0
  1421. package/dist/ui-library/files/noto-sans-latin-200-italic.woff2 +0 -0
  1422. package/dist/ui-library/files/noto-sans-latin-200-normal.woff +0 -0
  1423. package/dist/ui-library/files/noto-sans-latin-200-normal.woff2 +0 -0
  1424. package/dist/ui-library/files/noto-sans-latin-300-italic.woff +0 -0
  1425. package/dist/ui-library/files/noto-sans-latin-300-italic.woff2 +0 -0
  1426. package/dist/ui-library/files/noto-sans-latin-300-normal.woff +0 -0
  1427. package/dist/ui-library/files/noto-sans-latin-300-normal.woff2 +0 -0
  1428. package/dist/ui-library/files/noto-sans-latin-400-italic.woff +0 -0
  1429. package/dist/ui-library/files/noto-sans-latin-400-italic.woff2 +0 -0
  1430. package/dist/ui-library/files/noto-sans-latin-400-normal.woff +0 -0
  1431. package/dist/ui-library/files/noto-sans-latin-400-normal.woff2 +0 -0
  1432. package/dist/ui-library/files/noto-sans-latin-500-italic.woff +0 -0
  1433. package/dist/ui-library/files/noto-sans-latin-500-italic.woff2 +0 -0
  1434. package/dist/ui-library/files/noto-sans-latin-500-normal.woff +0 -0
  1435. package/dist/ui-library/files/noto-sans-latin-500-normal.woff2 +0 -0
  1436. package/dist/ui-library/files/noto-sans-latin-600-italic.woff +0 -0
  1437. package/dist/ui-library/files/noto-sans-latin-600-italic.woff2 +0 -0
  1438. package/dist/ui-library/files/noto-sans-latin-600-normal.woff +0 -0
  1439. package/dist/ui-library/files/noto-sans-latin-600-normal.woff2 +0 -0
  1440. package/dist/ui-library/files/noto-sans-latin-700-italic.woff +0 -0
  1441. package/dist/ui-library/files/noto-sans-latin-700-italic.woff2 +0 -0
  1442. package/dist/ui-library/files/noto-sans-latin-700-normal.woff +0 -0
  1443. package/dist/ui-library/files/noto-sans-latin-700-normal.woff2 +0 -0
  1444. package/dist/ui-library/files/noto-sans-latin-800-italic.woff +0 -0
  1445. package/dist/ui-library/files/noto-sans-latin-800-italic.woff2 +0 -0
  1446. package/dist/ui-library/files/noto-sans-latin-800-normal.woff +0 -0
  1447. package/dist/ui-library/files/noto-sans-latin-800-normal.woff2 +0 -0
  1448. package/dist/ui-library/files/noto-sans-latin-900-italic.woff +0 -0
  1449. package/dist/ui-library/files/noto-sans-latin-900-italic.woff2 +0 -0
  1450. package/dist/ui-library/files/noto-sans-latin-900-normal.woff +0 -0
  1451. package/dist/ui-library/files/noto-sans-latin-900-normal.woff2 +0 -0
  1452. package/dist/ui-library/files/noto-sans-latin-ext-100-italic.woff +0 -0
  1453. package/dist/ui-library/files/noto-sans-latin-ext-100-italic.woff2 +0 -0
  1454. package/dist/ui-library/files/noto-sans-latin-ext-100-normal.woff +0 -0
  1455. package/dist/ui-library/files/noto-sans-latin-ext-100-normal.woff2 +0 -0
  1456. package/dist/ui-library/files/noto-sans-latin-ext-200-italic.woff +0 -0
  1457. package/dist/ui-library/files/noto-sans-latin-ext-200-italic.woff2 +0 -0
  1458. package/dist/ui-library/files/noto-sans-latin-ext-200-normal.woff +0 -0
  1459. package/dist/ui-library/files/noto-sans-latin-ext-200-normal.woff2 +0 -0
  1460. package/dist/ui-library/files/noto-sans-latin-ext-300-italic.woff +0 -0
  1461. package/dist/ui-library/files/noto-sans-latin-ext-300-italic.woff2 +0 -0
  1462. package/dist/ui-library/files/noto-sans-latin-ext-300-normal.woff +0 -0
  1463. package/dist/ui-library/files/noto-sans-latin-ext-300-normal.woff2 +0 -0
  1464. package/dist/ui-library/files/noto-sans-latin-ext-400-italic.woff +0 -0
  1465. package/dist/ui-library/files/noto-sans-latin-ext-400-italic.woff2 +0 -0
  1466. package/dist/ui-library/files/noto-sans-latin-ext-400-normal.woff +0 -0
  1467. package/dist/ui-library/files/noto-sans-latin-ext-400-normal.woff2 +0 -0
  1468. package/dist/ui-library/files/noto-sans-latin-ext-500-italic.woff +0 -0
  1469. package/dist/ui-library/files/noto-sans-latin-ext-500-italic.woff2 +0 -0
  1470. package/dist/ui-library/files/noto-sans-latin-ext-500-normal.woff +0 -0
  1471. package/dist/ui-library/files/noto-sans-latin-ext-500-normal.woff2 +0 -0
  1472. package/dist/ui-library/files/noto-sans-latin-ext-600-italic.woff +0 -0
  1473. package/dist/ui-library/files/noto-sans-latin-ext-600-italic.woff2 +0 -0
  1474. package/dist/ui-library/files/noto-sans-latin-ext-600-normal.woff +0 -0
  1475. package/dist/ui-library/files/noto-sans-latin-ext-600-normal.woff2 +0 -0
  1476. package/dist/ui-library/files/noto-sans-latin-ext-700-italic.woff +0 -0
  1477. package/dist/ui-library/files/noto-sans-latin-ext-700-italic.woff2 +0 -0
  1478. package/dist/ui-library/files/noto-sans-latin-ext-700-normal.woff +0 -0
  1479. package/dist/ui-library/files/noto-sans-latin-ext-700-normal.woff2 +0 -0
  1480. package/dist/ui-library/files/noto-sans-latin-ext-800-italic.woff +0 -0
  1481. package/dist/ui-library/files/noto-sans-latin-ext-800-italic.woff2 +0 -0
  1482. package/dist/ui-library/files/noto-sans-latin-ext-800-normal.woff +0 -0
  1483. package/dist/ui-library/files/noto-sans-latin-ext-800-normal.woff2 +0 -0
  1484. package/dist/ui-library/files/noto-sans-latin-ext-900-italic.woff +0 -0
  1485. package/dist/ui-library/files/noto-sans-latin-ext-900-italic.woff2 +0 -0
  1486. package/dist/ui-library/files/noto-sans-latin-ext-900-normal.woff +0 -0
  1487. package/dist/ui-library/files/noto-sans-latin-ext-900-normal.woff2 +0 -0
  1488. package/dist/ui-library/files/noto-sans-vietnamese-100-italic.woff +0 -0
  1489. package/dist/ui-library/files/noto-sans-vietnamese-100-italic.woff2 +0 -0
  1490. package/dist/ui-library/files/noto-sans-vietnamese-100-normal.woff +0 -0
  1491. package/dist/ui-library/files/noto-sans-vietnamese-100-normal.woff2 +0 -0
  1492. package/dist/ui-library/files/noto-sans-vietnamese-200-italic.woff +0 -0
  1493. package/dist/ui-library/files/noto-sans-vietnamese-200-italic.woff2 +0 -0
  1494. package/dist/ui-library/files/noto-sans-vietnamese-200-normal.woff +0 -0
  1495. package/dist/ui-library/files/noto-sans-vietnamese-200-normal.woff2 +0 -0
  1496. package/dist/ui-library/files/noto-sans-vietnamese-300-italic.woff +0 -0
  1497. package/dist/ui-library/files/noto-sans-vietnamese-300-italic.woff2 +0 -0
  1498. package/dist/ui-library/files/noto-sans-vietnamese-300-normal.woff +0 -0
  1499. package/dist/ui-library/files/noto-sans-vietnamese-300-normal.woff2 +0 -0
  1500. package/dist/ui-library/files/noto-sans-vietnamese-400-italic.woff +0 -0
  1501. package/dist/ui-library/files/noto-sans-vietnamese-400-italic.woff2 +0 -0
  1502. package/dist/ui-library/files/noto-sans-vietnamese-400-normal.woff +0 -0
  1503. package/dist/ui-library/files/noto-sans-vietnamese-400-normal.woff2 +0 -0
  1504. package/dist/ui-library/files/noto-sans-vietnamese-500-italic.woff +0 -0
  1505. package/dist/ui-library/files/noto-sans-vietnamese-500-italic.woff2 +0 -0
  1506. package/dist/ui-library/files/noto-sans-vietnamese-500-normal.woff +0 -0
  1507. package/dist/ui-library/files/noto-sans-vietnamese-500-normal.woff2 +0 -0
  1508. package/dist/ui-library/files/noto-sans-vietnamese-600-italic.woff +0 -0
  1509. package/dist/ui-library/files/noto-sans-vietnamese-600-italic.woff2 +0 -0
  1510. package/dist/ui-library/files/noto-sans-vietnamese-600-normal.woff +0 -0
  1511. package/dist/ui-library/files/noto-sans-vietnamese-600-normal.woff2 +0 -0
  1512. package/dist/ui-library/files/noto-sans-vietnamese-700-italic.woff +0 -0
  1513. package/dist/ui-library/files/noto-sans-vietnamese-700-italic.woff2 +0 -0
  1514. package/dist/ui-library/files/noto-sans-vietnamese-700-normal.woff +0 -0
  1515. package/dist/ui-library/files/noto-sans-vietnamese-700-normal.woff2 +0 -0
  1516. package/dist/ui-library/files/noto-sans-vietnamese-800-italic.woff +0 -0
  1517. package/dist/ui-library/files/noto-sans-vietnamese-800-italic.woff2 +0 -0
  1518. package/dist/ui-library/files/noto-sans-vietnamese-800-normal.woff +0 -0
  1519. package/dist/ui-library/files/noto-sans-vietnamese-800-normal.woff2 +0 -0
  1520. package/dist/ui-library/files/noto-sans-vietnamese-900-italic.woff +0 -0
  1521. package/dist/ui-library/files/noto-sans-vietnamese-900-italic.woff2 +0 -0
  1522. package/dist/ui-library/files/noto-sans-vietnamese-900-normal.woff +0 -0
  1523. package/dist/ui-library/files/noto-sans-vietnamese-900-normal.woff2 +0 -0
  1524. package/dist/ui-library/index.esm.js +2 -0
  1525. package/dist/ui-library/index.esm.js.map +1 -0
  1526. package/dist/ui-library/material-icons-outlined.woff +0 -0
  1527. package/dist/ui-library/material-icons-outlined.woff2 +0 -0
  1528. package/dist/ui-library/material-icons-round.woff +0 -0
  1529. package/dist/ui-library/material-icons-round.woff2 +0 -0
  1530. package/dist/ui-library/material-icons-sharp.woff +0 -0
  1531. package/dist/ui-library/material-icons-sharp.woff2 +0 -0
  1532. package/dist/ui-library/material-icons-two-tone.woff +0 -0
  1533. package/dist/ui-library/material-icons-two-tone.woff2 +0 -0
  1534. package/dist/ui-library/material-icons.css +124 -0
  1535. package/dist/ui-library/material-icons.scss +5 -0
  1536. package/dist/ui-library/material-icons.woff +0 -0
  1537. package/dist/ui-library/material-icons.woff2 +0 -0
  1538. package/dist/ui-library/p-0440335d.entry.js +2 -0
  1539. package/dist/ui-library/p-0440335d.entry.js.map +1 -0
  1540. package/dist/ui-library/p-04cc397c.entry.js +2 -0
  1541. package/dist/ui-library/p-04cc397c.entry.js.map +1 -0
  1542. package/dist/ui-library/p-06ba4450.js +2 -0
  1543. package/dist/ui-library/p-06ba4450.js.map +1 -0
  1544. package/dist/ui-library/p-0cebf1d2.js +2 -0
  1545. package/dist/ui-library/p-0cebf1d2.js.map +1 -0
  1546. package/dist/ui-library/p-0edd3091.entry.js +2 -0
  1547. package/dist/ui-library/p-0edd3091.entry.js.map +1 -0
  1548. package/dist/ui-library/p-150b7664.entry.js +2 -0
  1549. package/dist/ui-library/p-150b7664.entry.js.map +1 -0
  1550. package/dist/ui-library/p-1f5840b5.entry.js +2 -0
  1551. package/dist/ui-library/p-1f5840b5.entry.js.map +1 -0
  1552. package/dist/ui-library/p-28cc013e.entry.js +2 -0
  1553. package/dist/ui-library/p-28cc013e.entry.js.map +1 -0
  1554. package/dist/ui-library/p-3424bbc0.entry.js +2 -0
  1555. package/dist/ui-library/p-3424bbc0.entry.js.map +1 -0
  1556. package/dist/ui-library/p-348c68a8.entry.js +2 -0
  1557. package/dist/ui-library/p-348c68a8.entry.js.map +1 -0
  1558. package/dist/ui-library/p-3723ca06.entry.js +2 -0
  1559. package/dist/ui-library/p-3723ca06.entry.js.map +1 -0
  1560. package/dist/ui-library/p-37aeac5e.entry.js +2 -0
  1561. package/dist/ui-library/p-37aeac5e.entry.js.map +1 -0
  1562. package/dist/ui-library/p-3d7fb086.entry.js +2 -0
  1563. package/dist/ui-library/p-3d7fb086.entry.js.map +1 -0
  1564. package/dist/ui-library/p-457f7373.entry.js +2 -0
  1565. package/dist/ui-library/p-457f7373.entry.js.map +1 -0
  1566. package/dist/ui-library/p-4a667f31.entry.js +2 -0
  1567. package/dist/ui-library/p-4a667f31.entry.js.map +1 -0
  1568. package/dist/ui-library/p-50dae789.entry.js +2 -0
  1569. package/dist/ui-library/p-50dae789.entry.js.map +1 -0
  1570. package/dist/ui-library/p-546e33d9.entry.js +2 -0
  1571. package/dist/ui-library/p-546e33d9.entry.js.map +1 -0
  1572. package/dist/ui-library/p-5db3a705.entry.js +2 -0
  1573. package/dist/ui-library/p-5db3a705.entry.js.map +1 -0
  1574. package/dist/ui-library/p-61e66671.js +2 -0
  1575. package/dist/ui-library/p-61e66671.js.map +1 -0
  1576. package/dist/ui-library/p-6296779b.entry.js +2 -0
  1577. package/dist/ui-library/p-6296779b.entry.js.map +1 -0
  1578. package/dist/ui-library/p-64b4755d.entry.js +2 -0
  1579. package/dist/ui-library/p-64b4755d.entry.js.map +1 -0
  1580. package/dist/ui-library/p-6c1b046e.entry.js +2 -0
  1581. package/dist/ui-library/p-6c1b046e.entry.js.map +1 -0
  1582. package/dist/ui-library/p-7115316e.entry.js +2 -0
  1583. package/dist/ui-library/p-7115316e.entry.js.map +1 -0
  1584. package/dist/ui-library/p-73dd493f.entry.js +2 -0
  1585. package/dist/ui-library/p-73dd493f.entry.js.map +1 -0
  1586. package/dist/ui-library/p-7f856f00.js +2 -0
  1587. package/dist/ui-library/p-7f856f00.js.map +1 -0
  1588. package/dist/ui-library/p-8227aaed.js +2 -0
  1589. package/dist/ui-library/p-8227aaed.js.map +1 -0
  1590. package/dist/ui-library/p-842b492e.js +2 -0
  1591. package/dist/ui-library/p-842b492e.js.map +1 -0
  1592. package/dist/ui-library/p-862d474e.js +2 -0
  1593. package/dist/ui-library/p-862d474e.js.map +1 -0
  1594. package/dist/ui-library/p-870b988d.entry.js +2 -0
  1595. package/dist/ui-library/p-870b988d.entry.js.map +1 -0
  1596. package/dist/ui-library/p-884c5cf9.entry.js +2 -0
  1597. package/dist/ui-library/p-884c5cf9.entry.js.map +1 -0
  1598. package/dist/ui-library/p-8888a367.entry.js +2 -0
  1599. package/dist/ui-library/p-8888a367.entry.js.map +1 -0
  1600. package/dist/ui-library/p-8bfb4bfc.js +2 -0
  1601. package/dist/ui-library/p-8bfb4bfc.js.map +1 -0
  1602. package/dist/ui-library/p-8ced18d8.entry.js +2 -0
  1603. package/dist/ui-library/p-8ced18d8.entry.js.map +1 -0
  1604. package/dist/ui-library/p-935c78a7.entry.js +2 -0
  1605. package/dist/ui-library/p-935c78a7.entry.js.map +1 -0
  1606. package/dist/ui-library/p-961bd001.entry.js +2 -0
  1607. package/dist/ui-library/p-961bd001.entry.js.map +1 -0
  1608. package/dist/ui-library/p-998de05d.js +2 -0
  1609. package/dist/ui-library/p-998de05d.js.map +1 -0
  1610. package/dist/ui-library/p-9b08068d.entry.js +2 -0
  1611. package/dist/ui-library/p-9b08068d.entry.js.map +1 -0
  1612. package/dist/ui-library/p-9c79341d.entry.js +2 -0
  1613. package/dist/ui-library/p-9c79341d.entry.js.map +1 -0
  1614. package/dist/ui-library/p-a1502802.js +2 -0
  1615. package/dist/ui-library/p-a1502802.js.map +1 -0
  1616. package/dist/ui-library/p-a9c159f2.entry.js +2 -0
  1617. package/dist/ui-library/p-a9c159f2.entry.js.map +1 -0
  1618. package/dist/ui-library/p-ac57ba5c.entry.js +2 -0
  1619. package/dist/ui-library/p-ac57ba5c.entry.js.map +1 -0
  1620. package/dist/ui-library/p-af15381b.js +3 -0
  1621. package/dist/ui-library/p-af15381b.js.map +1 -0
  1622. package/dist/ui-library/p-b1a5f3cd.entry.js +2 -0
  1623. package/dist/ui-library/p-b1a5f3cd.entry.js.map +1 -0
  1624. package/dist/ui-library/p-b385a241.entry.js +2 -0
  1625. package/dist/ui-library/p-b385a241.entry.js.map +1 -0
  1626. package/dist/ui-library/p-b74c5d6b.entry.js +2 -0
  1627. package/dist/ui-library/p-b74c5d6b.entry.js.map +1 -0
  1628. package/dist/ui-library/p-bf2fb53f.entry.js +2 -0
  1629. package/dist/ui-library/p-bf2fb53f.entry.js.map +1 -0
  1630. package/dist/ui-library/p-c2c7370b.entry.js +2 -0
  1631. package/dist/ui-library/p-c2c7370b.entry.js.map +1 -0
  1632. package/dist/ui-library/p-caea1eb6.entry.js +2 -0
  1633. package/dist/ui-library/p-caea1eb6.entry.js.map +1 -0
  1634. package/dist/ui-library/p-d3f5b9a8.entry.js +2 -0
  1635. package/dist/ui-library/p-d3f5b9a8.entry.js.map +1 -0
  1636. package/dist/ui-library/p-d42b18eb.entry.js +2 -0
  1637. package/dist/ui-library/p-d42b18eb.entry.js.map +1 -0
  1638. package/dist/ui-library/p-d95e292e.entry.js +2 -0
  1639. package/dist/ui-library/p-d95e292e.entry.js.map +1 -0
  1640. package/dist/ui-library/p-da7f3dbd.entry.js +2 -0
  1641. package/dist/ui-library/p-da7f3dbd.entry.js.map +1 -0
  1642. package/dist/ui-library/p-dfb89b6a.entry.js +2 -0
  1643. package/dist/ui-library/p-dfb89b6a.entry.js.map +1 -0
  1644. package/dist/ui-library/p-e080d5b6.js +2 -0
  1645. package/dist/ui-library/p-e080d5b6.js.map +1 -0
  1646. package/dist/ui-library/p-e6032375.entry.js +2 -0
  1647. package/dist/ui-library/p-e6032375.entry.js.map +1 -0
  1648. package/dist/ui-library/p-e60d2324.entry.js +2 -0
  1649. package/dist/ui-library/p-e60d2324.entry.js.map +1 -0
  1650. package/dist/ui-library/p-e8298c6e.entry.js +2 -0
  1651. package/dist/ui-library/p-e8298c6e.entry.js.map +1 -0
  1652. package/dist/ui-library/p-ed279165.entry.js +2 -0
  1653. package/dist/ui-library/p-ed279165.entry.js.map +1 -0
  1654. package/dist/ui-library/p-ed61b75c.entry.js +2 -0
  1655. package/dist/ui-library/p-ed61b75c.entry.js.map +1 -0
  1656. package/dist/ui-library/p-f136a6b2.js +2 -0
  1657. package/dist/ui-library/p-f136a6b2.js.map +1 -0
  1658. package/dist/ui-library/p-f1ab3384.entry.js +2 -0
  1659. package/dist/ui-library/p-f1ab3384.entry.js.map +1 -0
  1660. package/dist/ui-library/p-f4ef481c.entry.js +2 -0
  1661. package/dist/ui-library/p-f4ef481c.entry.js.map +1 -0
  1662. package/dist/ui-library/p-f8cbb8da.entry.js +2 -0
  1663. package/dist/ui-library/p-f8cbb8da.entry.js.map +1 -0
  1664. package/dist/ui-library/ui-library.css +1 -0
  1665. package/dist/ui-library/ui-library.esm.js +2 -0
  1666. package/dist/ui-library/ui-library.esm.js.map +1 -0
  1667. package/loader/cdn.js +3 -0
  1668. package/loader/index.cjs.js +3 -0
  1669. package/loader/index.d.ts +21 -0
  1670. package/loader/index.es2017.js +3 -0
  1671. package/loader/index.js +4 -0
  1672. package/loader/package.json +11 -0
  1673. package/package.json +68 -0
@@ -0,0 +1 @@
1
+ {"file":"six-input.entry.js","mappings":"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","names":[],"sources":["src/components/six-input/six-input.scss?tag=six-input&encapsulation=shadow","src/components/six-input/six-input.tsx"],"sourcesContent":["@import 'src/global/component';\n@import '../../functional-components/form-control/form-control';\n\n:host {\n display: block;\n}\n\n.input {\n display: inline-flex;\n align-items: stretch;\n justify-content: start;\n position: relative;\n width: 100%;\n font-family: var(--six-font-family);\n font-weight: var(--six-input-font-weight);\n letter-spacing: var(--six-input-letter-spacing);\n background-color: var(--six-input-background-color);\n border: solid var(--six-border-width) var(--six-input-border-color);\n vertical-align: middle;\n overflow: hidden;\n transition: var(--six-transition-fast) color, var(--six-transition-fast) border, var(--six-transition-fast) box-shadow;\n cursor: text;\n\n &--line {\n border: none;\n border-bottom: solid var(--six-border-width) var(--six-input-border-color);\n }\n\n &:hover:not(.input--disabled) {\n background-color: var(--six-input-background-color-hover);\n border-color: var(--six-input-border-color-hover);\n\n .input__control {\n color: var(--six-input-color-hover);\n }\n }\n\n &:hover.input--dropdown-search {\n border-color: transparent;\n }\n\n &--dropdown-search {\n border-color: transparent;\n }\n\n &--dropdown-search.input--focused {\n border-color: var(--six-input-border-color);\n }\n\n &.input--focused:not(.input--disabled) {\n background-color: var(--six-input-background-color-focus);\n\n border-bottom-color: var(--six-input-border-color-focus);\n box-shadow: 0 1px 0 0 var(--six-input-border-color-focus);\n\n &:not(.input--line) {\n border-color: var(--six-input-border-color-focus);\n box-shadow: var(--six-input-focus-shadow);\n }\n\n .input__control {\n color: var(--six-input-color-focus);\n }\n }\n\n &.input--disabled {\n background-color: var(--six-input-background-color-disabled);\n border-color: var(--six-input-border-color-disabled);\n cursor: not-allowed;\n\n .input__control {\n color: var(--six-input-color-disabled);\n\n &::placeholder {\n color: var(--six-input-placeholder-color-disabled);\n }\n }\n }\n\n &.input--invalid:not(.input--disabled):not(.input--focused) {\n border-bottom-color: var(--six-input-border-color-danger);\n\n &:not(.input--line) {\n border-color: var(--six-input-border-color-danger);\n }\n }\n}\n\n.input__control {\n flex: 1 1 auto;\n font-family: inherit;\n font-size: inherit;\n font-weight: inherit;\n min-width: 0;\n color: var(--six-input-color);\n border: none;\n background: none;\n box-shadow: none;\n padding: 0;\n margin: 0;\n cursor: inherit;\n -webkit-appearance: none;\n\n &::-webkit-search-decoration,\n &::-webkit-search-cancel-button,\n &::-webkit-search-results-button,\n &::-webkit-search-results-decoration {\n -webkit-appearance: none;\n }\n\n &:-webkit-autofill,\n &:-webkit-autofill:hover,\n &:-webkit-autofill:focus,\n &:-webkit-autofill:active {\n box-shadow: 0 0 0 var(--six-height-large) var(--six-input-background-color-hover) inset !important;\n -webkit-text-fill-color: var(--six-color-primary-500);\n }\n\n &::placeholder {\n color: var(--six-input-placeholder-color);\n user-select: none;\n }\n\n &:focus {\n outline: none;\n }\n\n &::-ms-reveal {\n display: none;\n }\n}\n\n.input__prefix,\n.input__suffix {\n display: inline-flex;\n flex: 0 0 auto;\n align-items: center;\n cursor: default;\n\n ::slotted(six-icon) {\n color: var(--six-input-icon-color);\n }\n}\n\n.input {\n &.input--disabled {\n ::slotted(six-icon) {\n cursor: not-allowed;\n }\n }\n}\n\n////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////\n// Size modifiers\n////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////\n\n.input--small {\n border-radius: var(--six-input-border-radius-small);\n font-size: var(--six-input-font-size-small);\n height: var(--six-height-small);\n\n .input__control {\n height: calc(var(--six-height-small) - var(--six-border-width) * 2);\n margin: 0 var(--six-input-spacing-small);\n }\n\n .input__control__prefix {\n margin: 0 var(--six-input-prefix-spacing-small);\n }\n\n .input__clear,\n .input__password-toggle {\n margin-right: var(--six-input-spacing-small);\n }\n\n .input__prefix ::slotted(*) {\n margin-left: var(--six-input-prefix-spacing-small);\n }\n\n .input__suffix ::slotted(*) {\n margin-right: var(--six-input-prefix-spacing-small);\n }\n}\n\n.input--medium {\n border-radius: var(--six-input-border-radius-medium);\n font-size: var(--six-input-font-size-medium);\n height: var(--six-height-medium);\n\n .input__control {\n height: calc(var(--six-height-medium) - var(--six-border-width) * 2);\n margin: 0 var(--six-input-spacing-medium);\n }\n\n .input__control__prefix {\n margin: 0 var(--six-input-prefix-spacing-medium);\n }\n\n .input__clear,\n .input__password-toggle {\n margin-right: var(--six-input-spacing-medium);\n }\n\n .input__prefix ::slotted(*) {\n margin-left: var(--six-input-prefix-spacing-medium);\n }\n\n .input__suffix ::slotted(*) {\n margin-right: var(--six-input-prefix-spacing-medium);\n }\n}\n\n.input--large {\n border-radius: var(--six-input-border-radius-large);\n font-size: var(--six-input-font-size-large);\n height: var(--six-height-large);\n\n .input__control {\n height: calc(var(--six-height-large) - var(--six-border-width) * 2);\n margin: 0 var(--six-input-spacing-large);\n }\n\n .input__control__prefix {\n margin: 0 var(--six-input-prefix-spacing-large);\n }\n\n .input__clear,\n .input__password-toggle {\n margin-right: var(--six-input-spacing-large);\n }\n\n .input__prefix ::slotted(*) {\n margin-left: var(--six-input-prefix-spacing-large);\n }\n\n .input__suffix ::slotted(*) {\n margin-right: var(--six-input-prefix-spacing-large);\n }\n}\n\n////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////\n// Pill modifier\n////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////\n\n.input--pill {\n &.input--small {\n border-radius: var(--six-height-small);\n }\n\n &.input--medium {\n border-radius: var(--six-height-medium);\n }\n\n &.input--large {\n border-radius: var(--six-height-large);\n }\n}\n\n////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////\n// Clearable + Password Toggle\n////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////\n\n.input__clear,\n.input__password-toggle {\n display: inline-flex;\n align-items: center;\n font-size: inherit;\n color: var(--six-input-icon-color);\n border: none;\n background: none;\n padding: 0;\n transition: var(--six-transition-fast) color;\n cursor: pointer;\n\n &:hover {\n color: var(--six-input-icon-color-hover);\n }\n\n &:focus {\n outline: none;\n }\n}\n\n.input--empty .input__clear {\n visibility: hidden;\n}\n","import { Component, Element, Event, EventEmitter, h, Method, Prop, State, Watch } from '@stencil/core';\nimport FormControl from '../../functional-components/form-control/form-control';\nimport { hasSlot } from '../../utils/slot';\nimport { EmptyPayload } from '../../utils/types';\nimport { EventListeners } from '../../utils/event-listeners';\nimport { submitForm } from '../../utils/form';\n\nconst ICON_SIZES: Record<'small' | 'medium' | 'large', 'xSmall' | 'small' | 'medium'> = {\n large: 'medium',\n medium: 'small',\n small: 'xSmall',\n};\n\nlet id = 0;\n\n/**\n * @since 1.0\n * @status stable\n *\n * Forked from https://github.com/shoelace-style/shoelace version v2.0.0-beta27.\n *\n * @slot label - The input's label. Alternatively, you can use the label prop.\n * @slot prefix - Used to prepend an icon or similar element to the input.\n * @slot suffix - Used to append an icon or similar element to the input.\n * @slot clear-icon - An icon to use in lieu of the default clear icon.\n * @slot show-password-icon - An icon to use in lieu of the default show password icon.\n * @slot hide-password-icon - An icon to use in lieu of the default hide password icon.\n * @slot help-text - Help text that describes how to use the input. Alternatively, you can use the help-text prop.\n * @slot error-text - Error text that is shown when the status is set to invalid. Alternatively, you can use the error-text prop.\n *\n * @part base - The component's base wrapper.\n * @part form-control - The form control that wraps the label, input, error-text and help-text.\n * @part label - The input label.\n * @part input - The input control.\n * @part prefix - The input prefix container.\n * @part clear-button - The clear button.\n * @part password-toggle-button - The password toggle button.\n * @part suffix - The input suffix container.\n * @part help-text - The input help text.\n * @part error-text - The input error text.\n */\n\n@Component({\n tag: 'six-input',\n styleUrl: 'six-input.scss',\n shadow: true,\n})\nexport class SixInput {\n private inputId = `input-${++id}`;\n private labelId = `input-label-${id}`;\n private helpTextId = `input-help-text-${id}`;\n private errorTextId = `input-error-text-${id}`;\n private nativeInput?: HTMLInputElement;\n private eventListeners = new EventListeners();\n\n @Element() host!: HTMLSixInputElement;\n\n @State() hasFocus = false;\n @State() hasHelpTextSlot = false;\n @State() hasLabelSlot = false;\n @State() hasErrorSlot = false;\n @State() isPasswordVisible = false;\n\n /** The input's type. */\n @Prop({ reflect: true }) type: 'email' | 'number' | 'password' | 'search' | 'tel' | 'text' | 'url' = 'text';\n\n /** The input's size. */\n @Prop({ reflect: true }) size: 'small' | 'medium' | 'large' = 'medium';\n\n /** The input's name attribute. */\n @Prop({ reflect: true }) name = '';\n\n /** The input's value attribute. */\n @Prop({ mutable: true, reflect: true }) value = '';\n\n /** Set to true to draw a pill-style input with rounded edges. */\n @Prop({ reflect: true }) pill = false;\n\n /** The input's help text. Alternatively, you can use the help-text slot. */\n @Prop() helpText = '';\n\n /** The input's placeholder text. */\n @Prop() placeholder?: string;\n\n /** Set to true to disable the input. */\n @Prop({ reflect: true }) disabled = false;\n\n /** Set to true to make the input readonly. */\n @Prop({ reflect: true }) readonly = false;\n\n /** The minimum length of input that will be considered valid. */\n @Prop({ reflect: true }) minlength?: number;\n\n /** The maximum length of input that will be considered valid. */\n @Prop({ reflect: true }) maxlength?: number;\n\n /** The input's minimum value. */\n @Prop({ reflect: true }) min?: number;\n\n /** The input's maximum value. */\n @Prop({ reflect: true }) max?: number;\n\n /** The input's step attribute. */\n @Prop({ reflect: true }) step?: number;\n\n /** A pattern to validate input against. */\n @Prop({ reflect: true }) pattern?: string;\n\n /**\n * Internal: Styles the input for the dropdown filter search.\n */\n @Prop() dropdownSearch = false;\n\n /** Set to true to show an asterisk beneath the label. */\n @Prop() required = false;\n\n /** The input's autocaptialize attribute. */\n @Prop() autocapitalize = 'off';\n\n /** The input's autocorrect attribute. */\n @Prop() autocorrect: 'on' | 'off' = 'off';\n\n /** The input's autocomplete attribute. */\n @Prop() autocomplete = 'off';\n\n /** The input's autofocus attribute. */\n @Prop() autofocus = false;\n\n /** Enables spell checking on the input. */\n @Prop() spellcheck = false;\n\n /** The label text. */\n @Prop() label = '';\n\n /** The error message shown, if `invalid` is set to true. */\n @Prop() errorText: string | string[] = '';\n\n /** The number of error texts to be shown (if the error-text slot isn't used). Defaults to 1 */\n @Prop() errorTextCount?: number;\n\n /** If this property is set to true and an error message is provided by `errorText`, the error message is displayed. */\n @Prop({ reflect: true }) invalid = false;\n\n /** Set to true to add a clear button when the input is populated. */\n @Prop() clearable = false;\n\n /** Set to true to add a password toggle button for password inputs. */\n @Prop() togglePassword = false;\n\n /** The input's inputmode attribute. */\n @Prop() inputmode?: 'none' | 'text' | 'decimal' | 'numeric' | 'tel' | 'search' | 'email' | 'url';\n\n /** Set to render as line */\n @Prop() line = false;\n\n @Watch('helpText')\n @Watch('errorText')\n @Watch('label')\n handleLabelChange() {\n this.handleSlotChange();\n }\n\n @Watch('value')\n handleValueChange() {\n this.value = this.getValue();\n if (this.nativeInput != null && this.nativeInput.value !== this.value) {\n this.nativeInput.value = this.value;\n }\n }\n\n /** Emitted when the control's value changes. Access the new value via event.target.value. */\n @Event({ eventName: 'six-input-change' }) sixChange!: EventEmitter<EmptyPayload>;\n\n /** Emitted when the clear button is activated. */\n @Event({ eventName: 'six-input-clear' }) sixClear!: EventEmitter<EmptyPayload>;\n\n /** Emitted when the control receives input. Access the new value via event.target.value. */\n @Event({ eventName: 'six-input-input' }) sixInput!: EventEmitter<EmptyPayload>;\n\n /** Emitted when the control gains focus. */\n @Event({ eventName: 'six-input-focus' }) sixFocus!: EventEmitter<EmptyPayload>;\n\n /** Emitted when the control loses focus. Access the new value via event.target.value. */\n @Event({ eventName: 'six-input-blur' }) sixBlur!: EventEmitter<EmptyPayload>;\n\n connectedCallback() {\n this.host.shadowRoot?.addEventListener('slotchange', this.handleSlotChange);\n this.eventListeners.forward('six-input-input', 'input', this.host);\n this.eventListeners.forward('six-input-change', 'change', this.host);\n this.eventListeners.forward('six-input-focus', 'focus', this.host);\n this.eventListeners.forward('six-input-blur', 'blur', this.host);\n }\n\n componentWillLoad() {\n this.handleSlotChange();\n }\n\n disconnectedCallback() {\n this.host.shadowRoot?.removeEventListener('slotchange', this.handleSlotChange);\n this.eventListeners.removeAll();\n }\n\n /** Sets focus on the input. */\n @Method()\n async setFocus(options?: FocusOptions) {\n this.nativeInput?.focus(options);\n }\n\n /** Removes focus from the input. */\n @Method()\n async removeFocus() {\n this.nativeInput?.blur();\n }\n\n /** Selects all the text in the input. */\n @Method()\n async select() {\n return this.nativeInput?.select();\n }\n\n /** Sets the start and end positions of the text selection (0-based). */\n @Method()\n async setSelectionRange(\n selectionStart: number,\n selectionEnd: number,\n selectionDirection: 'forward' | 'backward' | 'none' = 'none'\n ) {\n return this.nativeInput?.setSelectionRange(selectionStart, selectionEnd, selectionDirection);\n }\n\n /** Replaces a range of text with a new string. */\n @Method()\n async setRangeText(\n replacement: string,\n start: number,\n end: number,\n selectMode: 'select' | 'start' | 'end' | 'preserve' = 'preserve'\n ) {\n if (this.nativeInput == null) {\n return;\n }\n this.nativeInput.setRangeText(replacement, start, end, selectMode);\n if (this.getValue() !== this.nativeInput.value) {\n this.value = this.nativeInput.value;\n this.sixChange.emit();\n this.sixInput.emit();\n }\n }\n\n private handleChange = (event: Event) => {\n event.stopPropagation();\n if (this.nativeInput != null) {\n this.value = this.nativeInput.value;\n this.sixChange.emit();\n }\n };\n\n private handleInput = (event: Event) => {\n event.stopPropagation();\n if (this.nativeInput != null) {\n this.value = this.nativeInput.value;\n this.sixInput.emit();\n }\n };\n\n private handleBlur = () => {\n this.hasFocus = false;\n this.sixBlur.emit();\n };\n\n private handleFocus = () => {\n this.hasFocus = true;\n this.sixFocus.emit();\n };\n\n private handleClearClick = (event: MouseEvent) => {\n this.value = '';\n this.sixClear.emit();\n this.sixInput.emit();\n this.sixChange.emit();\n if (this.nativeInput != null) {\n this.nativeInput.focus();\n }\n event.stopPropagation();\n };\n\n private handleKeyDown = (event: KeyboardEvent) => {\n const hasModifier = event.metaKey || event.ctrlKey || event.shiftKey || event.altKey;\n if (event.key === 'Enter' && !hasModifier) {\n setTimeout(() => {\n if (!event.defaultPrevented && !event.isComposing) {\n submitForm(this.host);\n }\n });\n }\n };\n\n private handlePasswordToggle = () => {\n this.isPasswordVisible = !this.isPasswordVisible;\n };\n\n private handleSlotChange = () => {\n this.hasHelpTextSlot = hasSlot(this.host, 'help-text');\n this.hasLabelSlot = hasSlot(this.host, 'label');\n this.hasErrorSlot = hasSlot(this.host, 'error-text');\n };\n\n private getValue(): string {\n return (this.value ?? '').toString();\n }\n\n render() {\n return (\n <FormControl\n inputId={this.inputId}\n label={this.label}\n labelId={this.labelId}\n hasLabelSlot={this.hasLabelSlot}\n helpTextId={this.helpTextId}\n helpText={this.helpText}\n hasHelpTextSlot={this.hasHelpTextSlot}\n errorTextId={this.errorTextId}\n errorText={this.errorText}\n errorTextCount={this.errorTextCount}\n hasErrorTextSlot={this.hasErrorSlot}\n size={this.size}\n disabled={this.disabled}\n required={this.required}\n displayError={this.invalid}\n >\n <div\n part=\"base\"\n class={{\n input: true,\n\n // Sizes\n 'input--small': this.size === 'small',\n 'input--medium': this.size === 'medium',\n 'input--large': this.size === 'large',\n\n // States\n 'input--line': this.line,\n 'input--pill': this.pill,\n 'input--disabled': this.disabled,\n 'input--dropdown-search': this.dropdownSearch,\n 'input--focused': this.hasFocus,\n 'input--empty': this.getValue().length === 0,\n 'input--invalid': this.invalid,\n }}\n >\n <span part=\"prefix\" class=\"input__prefix\">\n <slot name=\"prefix\" />\n </span>\n\n <input\n part=\"input\"\n ref={(el) => (this.nativeInput = el)}\n id={this.inputId}\n size={1} // needed for firefox to overrule the default of 20\n class={{\n input__control: true,\n input__control__prefix: hasSlot(this.host, 'prefix'),\n }}\n type={this.type === 'password' && this.isPasswordVisible ? 'text' : this.type}\n name={this.name}\n placeholder={this.placeholder}\n disabled={this.disabled}\n readonly={this.readonly}\n minLength={this.minlength}\n maxLength={this.maxlength}\n min={this.min}\n max={this.max}\n step={this.step}\n value={this.getValue()}\n autoCapitalize={this.autocapitalize}\n autoComplete={this.autocomplete}\n autoCorrect={this.autocorrect}\n autoFocus={this.autofocus}\n spellcheck={this.spellcheck}\n pattern={this.pattern}\n required={this.required}\n inputMode={this.inputmode}\n aria-labelledby={this.labelId}\n aria-describedby={this.helpTextId}\n aria-invalid={this.invalid ? 'true' : 'false'}\n onChange={this.handleChange}\n onInput={this.handleInput}\n onFocus={this.handleFocus}\n onBlur={this.handleBlur}\n onKeyDown={this.handleKeyDown}\n data-testid=\"input-control\"\n />\n\n {this.clearable && (\n <button\n part=\"clear-button\"\n class=\"input__clear\"\n type=\"button\"\n onClick={this.handleClearClick}\n tabindex=\"-1\"\n data-testid=\"input-clear-button\"\n >\n <slot name=\"clear-icon\">\n <six-icon size={ICON_SIZES[this.size]}>clear</six-icon>\n </slot>\n </button>\n )}\n\n {this.togglePassword && (\n <button\n part=\"password-toggle-button\"\n class=\"input__password-toggle\"\n type=\"button\"\n onClick={this.handlePasswordToggle}\n tabindex=\"-1\"\n >\n {this.isPasswordVisible ? (\n <slot name=\"show-password-icon\">\n <six-icon size={ICON_SIZES[this.size]}>visibility_off</six-icon>\n </slot>\n ) : (\n <slot name=\"hide-password-icon\">\n <six-icon size={ICON_SIZES[this.size]}>visibility</six-icon>\n </slot>\n )}\n </button>\n )}\n\n <span part=\"suffix\" class=\"input__suffix\">\n <slot name=\"suffix\" />\n </span>\n </div>\n </FormControl>\n );\n }\n}\n"],"version":3}
@@ -0,0 +1,430 @@
1
+ import { r as registerInstance, c as createEvent, h, g as getElement } from './index-79d4ef67.js';
2
+ import { I as ItemPickerType, a as ItemPickerPaddingDirection } from './types-a07bb999.js';
3
+ import { D as DEFAULT_DEBOUNCE_FAST, b as DEFAULT_DEBOUNCE_INSANELY_FAST, a as debounce } from './execution-control-2ebaf4ef.js';
4
+ import { E as EventListeners } from './event-listeners-706d4309.js';
5
+
6
+ const sixItemPickerCss = ".item_picker__container{width:2.5em;display:flex;flex-wrap:wrap;justify-content:center}.item_picker__container:focus-visible{outline:var(--six-focus-ring);outline-offset:0}.item_picker__content{font-size:1.5rem}.item_picker__btn{cursor:pointer;width:2.5em;height:2.5em;display:flex;vertical-align:middle;align-items:center;justify-content:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:var(--six-color-web-rock-500)}.item_picker__btn:hover{background-color:var(--six-color-web-rock-100);border-radius:100%}.item_picker__btn:active{color:var(--six-color-web-rock-400)}.item_picker__btn--disabled{color:var(--six-color-web-rock-300);cursor:not-allowed}.item_picker__btn--disabled:hover{background-color:initial}.item_picker__btn--disabled:active{color:var(--six-color-web-rock-300)}.item_picker__btn:focus-visible{outline:var(--six-focus-ring);outline-offset:0}";
7
+
8
+ const uppercaseLetters = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ';
9
+ const upperAndLowercaseLetters = [...uppercaseLetters].flatMap((c) => [c, c.toLowerCase()]);
10
+ const ALPHABET = {
11
+ alphabet: upperAndLowercaseLetters,
12
+ letterIndexes: Object.fromEntries(upperAndLowercaseLetters.map((c, i) => [c, i])),
13
+ };
14
+ const CAPITAL_ALPHABET = {
15
+ alphabet: [...uppercaseLetters].flatMap((c) => [c]),
16
+ letterIndexes: Object.fromEntries([...uppercaseLetters].map((c, i) => [c, i])),
17
+ };
18
+ const LOWERCASE_ALPHABET = {
19
+ alphabet: [...uppercaseLetters.toLowerCase()].flatMap((c) => [c]),
20
+ letterIndexes: Object.fromEntries([...uppercaseLetters.toLowerCase()].map((c, i) => [c, i])),
21
+ };
22
+ const createItemIndexes = (arr) => {
23
+ return Object.fromEntries([...arr].map((c, i) => [c, i]));
24
+ };
25
+ const TAG = `[SIX-ITEM-PICKER]`;
26
+ const subtract = (a, b) => a - b;
27
+ const add = (a, b) => a + b;
28
+ const DEBOUNCE_ITEM_PICKER_LISTENER = 'debounced-item-picker';
29
+ const SixItemPicker = class {
30
+ constructor(hostRef) {
31
+ registerInstance(this, hostRef);
32
+ this.sixChange = createEvent(this, "six-item-picker-change", 7);
33
+ this.sixChangeDebounced = createEvent(this, "six-item-picker-change-debounced", 7);
34
+ this.eventListeners = new EventListeners();
35
+ this.handleSixItemPickerChangeDebounced = () => {
36
+ this.sixChangeDebounced.emit(this.value);
37
+ };
38
+ this.value = '';
39
+ this.type = ItemPickerType.NUMBER;
40
+ this.min = undefined;
41
+ this.max = undefined;
42
+ this.roundtrip = true;
43
+ this.step = 1;
44
+ this.items = undefined;
45
+ this.padded = false;
46
+ this.paddingLength = 2;
47
+ this.paddingChar = '0';
48
+ this.paddingDirection = ItemPickerPaddingDirection.BEFORE;
49
+ this.timeout = DEFAULT_DEBOUNCE_FAST;
50
+ this.interval = DEFAULT_DEBOUNCE_INSANELY_FAST;
51
+ this.debounce = DEFAULT_DEBOUNCE_FAST;
52
+ this._items = [];
53
+ this._itemIndexes = {};
54
+ }
55
+ handleValueChange() {
56
+ this.setup();
57
+ }
58
+ debounceChanged() {
59
+ this.eventListeners.removeByIdentifier(DEBOUNCE_ITEM_PICKER_LISTENER);
60
+ this.eventListeners.add(this.host, 'six-item-picker-change', debounce(this.handleSixItemPickerChangeDebounced, this.debounce), DEBOUNCE_ITEM_PICKER_LISTENER);
61
+ }
62
+ handleSetChange() {
63
+ this.setup();
64
+ this.min = this._items[0];
65
+ this.max = this.getLastStringItem();
66
+ }
67
+ componentWillLoad() {
68
+ this.setup();
69
+ }
70
+ componentDidLoad() {
71
+ this.eventListeners.add(this.host, 'six-item-picker-change', debounce(this.handleSixItemPickerChangeDebounced, this.debounce), DEBOUNCE_ITEM_PICKER_LISTENER);
72
+ }
73
+ disconnectedCallback() {
74
+ this.eventListeners.removeAll();
75
+ }
76
+ setup() {
77
+ if (this.isNumber()) {
78
+ this.setupNumberItems();
79
+ }
80
+ else {
81
+ this.setUpStringItems();
82
+ }
83
+ }
84
+ setupNumberItems() {
85
+ var _a;
86
+ if (this.isInvalidNumber()) {
87
+ console.warn(`${TAG} Expected number but value is not a number: "${this.value}"`);
88
+ console.info(`${TAG} Will set value to either minimum or if not provided to zero.`);
89
+ this.value = (_a = this.min) !== null && _a !== void 0 ? _a : 0;
90
+ }
91
+ }
92
+ setUpStringItems() {
93
+ this._items = this.getStringItems();
94
+ this._itemIndexes = this.getItemIndexes();
95
+ const itemsMissValue = this._items.find((i) => String(i) === String(this.value)) === undefined;
96
+ if (itemsMissValue) {
97
+ console.warn(`${TAG} Expected item from item set but value was not found in set: "${this.value}"`);
98
+ console.info(`${TAG} Will set value to either minimum or if not provided to "${this._items[0]}".`);
99
+ this.value = this._items[0];
100
+ }
101
+ if (this.min === undefined) {
102
+ if (!this.roundtrip) {
103
+ console.warn(`${TAG} Expected a min value`);
104
+ console.info(`${TAG} Will set min value to ${this._items[0]}`);
105
+ }
106
+ this.min = this._items[0];
107
+ }
108
+ if (this.max === undefined) {
109
+ const maxItem = this.getLastStringItem();
110
+ if (!this.roundtrip) {
111
+ console.warn(`${TAG} Expected a min value if roundtrip is enabled`);
112
+ console.info(`${TAG} Will set min value to ${maxItem}`);
113
+ }
114
+ this.max = maxItem;
115
+ }
116
+ }
117
+ getLastStringItem() {
118
+ return this._items[this._items.length - 1];
119
+ }
120
+ getStringItems() {
121
+ switch (this.type) {
122
+ case ItemPickerType.NUMBER:
123
+ console.warn(`${TAG}: unexpected type ${this.type}`);
124
+ return [];
125
+ case ItemPickerType.LETTER:
126
+ return ALPHABET.alphabet;
127
+ case ItemPickerType.CAPITAL_LETTER:
128
+ return CAPITAL_ALPHABET.alphabet;
129
+ case ItemPickerType.LOWER_LETTER:
130
+ return LOWERCASE_ALPHABET.alphabet;
131
+ case ItemPickerType.CUSTOM:
132
+ if (this.items == null || this.items.length === 0) {
133
+ console.warn(`${TAG}: no items defined for type ${this.type}`);
134
+ return [];
135
+ }
136
+ return this.items;
137
+ }
138
+ }
139
+ getItemIndexes() {
140
+ switch (this.type) {
141
+ case ItemPickerType.NUMBER:
142
+ console.warn(`${TAG}: unexpected type ${this.type}`);
143
+ return {};
144
+ case ItemPickerType.LETTER:
145
+ return ALPHABET.letterIndexes;
146
+ case ItemPickerType.CAPITAL_LETTER:
147
+ return CAPITAL_ALPHABET.letterIndexes;
148
+ case ItemPickerType.LOWER_LETTER:
149
+ return LOWERCASE_ALPHABET.letterIndexes;
150
+ case ItemPickerType.CUSTOM:
151
+ return createItemIndexes(this._items);
152
+ }
153
+ }
154
+ previousItem() {
155
+ if (this.isNumber()) {
156
+ this.previousNumber();
157
+ }
158
+ else {
159
+ this.previousStringItem();
160
+ }
161
+ this.sixChange.emit(this.value);
162
+ }
163
+ previousNumber() {
164
+ this.changeValue({
165
+ isNextItemAllowed: () => !this.isPreviousNumberDisabled(),
166
+ getNextItem: () => Number(this.value) - this.step,
167
+ getRoundtripItem: () => Number(this.max),
168
+ isRoundtripPossible: () => this.max === undefined && this.roundtrip,
169
+ });
170
+ }
171
+ previousStringItem() {
172
+ const value = String(this.value);
173
+ const minLetter = String(this.min);
174
+ this.changeValue({
175
+ isNextItemAllowed: () => minLetter === undefined || this.getStringItemIndex(value) > this.getStringItemIndex(minLetter),
176
+ getNextItem: () => this.getNextItemByOperation(subtract),
177
+ getRoundtripItem: () => String(this.max),
178
+ isRoundtripPossible: () => this.max == null && this.roundtrip,
179
+ });
180
+ }
181
+ nextItem() {
182
+ if (this.isNumber()) {
183
+ this.nextNumber();
184
+ }
185
+ else {
186
+ this.nextStringItem();
187
+ }
188
+ this.sixChange.emit(this.value);
189
+ }
190
+ nextNumber() {
191
+ this.changeValue({
192
+ isNextItemAllowed: () => !this.isNextNumberDisabled(),
193
+ getNextItem: () => Number(this.value) + this.step,
194
+ getRoundtripItem: () => Number(this.min),
195
+ isRoundtripPossible: () => this.min === undefined && this.roundtrip,
196
+ });
197
+ }
198
+ getStringItemIndex(char) {
199
+ return this._itemIndexes[char];
200
+ }
201
+ nextStringItem() {
202
+ const value = String(this.value);
203
+ const maxLetter = String(this.max);
204
+ this.changeValue({
205
+ isNextItemAllowed: () => maxLetter === undefined || this.getStringItemIndex(value) < this.getStringItemIndex(maxLetter),
206
+ getNextItem: () => this.getNextItemByOperation(add),
207
+ getRoundtripItem: () => String(this.min),
208
+ isRoundtripPossible: () => this.min === undefined && this.roundtrip,
209
+ });
210
+ }
211
+ getNextItemByOperation(operation, increment = this.step) {
212
+ const value = String(this.value);
213
+ const nextIndexCandidate = operation(this.getStringItemIndex(value), increment);
214
+ const numberOfItems = this._items.length;
215
+ const nextIndex = ((nextIndexCandidate % numberOfItems) + numberOfItems) % numberOfItems;
216
+ return this._items[nextIndex];
217
+ }
218
+ changeValue(params) {
219
+ if (params.isNextItemAllowed()) {
220
+ this.value = params.getNextItem();
221
+ return;
222
+ }
223
+ if (params.isRoundtripPossible()) {
224
+ console.error(`${TAG} Item picker is expected to perform a roundtrip, but either max or min value is missing so a roundtrip is not possible`);
225
+ return;
226
+ }
227
+ if (this.roundtrip) {
228
+ this.value = params.getRoundtripItem();
229
+ return;
230
+ }
231
+ console.warn(`${TAG} Roundtrip is not allowed, but was still triggered, please report this issue to the developer of six-item-picker`);
232
+ this.sixChange.emit(this.value);
233
+ }
234
+ isNumber() {
235
+ return this.type === ItemPickerType.NUMBER;
236
+ }
237
+ isInvalidNumber() {
238
+ return this.value === '' || isNaN(this.value);
239
+ }
240
+ isNextDisabled() {
241
+ if (this.roundtrip) {
242
+ return false;
243
+ }
244
+ if (this.isNumber()) {
245
+ return this.isNextNumberDisabled();
246
+ }
247
+ else {
248
+ return this._itemIndexes[String(this.value)] + this.step > this._itemIndexes[String(this.max)];
249
+ }
250
+ }
251
+ isNextNumberDisabled() {
252
+ var _a;
253
+ return Number(this.value) + this.step > Number((_a = this.max) !== null && _a !== void 0 ? _a : Infinity);
254
+ }
255
+ isPrevDisabled() {
256
+ if (this.roundtrip) {
257
+ return false;
258
+ }
259
+ if (this.isNumber()) {
260
+ return this.isPreviousNumberDisabled();
261
+ }
262
+ else {
263
+ return this._itemIndexes[String(this.value)] - this.step < this._itemIndexes[String(this.min)];
264
+ }
265
+ }
266
+ isPreviousNumberDisabled() {
267
+ var _a;
268
+ return Number(this.value) - this.step < Number((_a = this.min) !== null && _a !== void 0 ? _a : -Infinity);
269
+ }
270
+ onMouseDownNext() {
271
+ if (this.isNextDisabled()) {
272
+ return;
273
+ }
274
+ this.nextItem();
275
+ this._timeoutNext = setTimeout(() => {
276
+ this._intervalNext = setInterval(() => {
277
+ this.nextItem();
278
+ }, this.interval);
279
+ }, this.timeout);
280
+ }
281
+ onMouseUpNext() {
282
+ clearTimeout(this._timeoutNext);
283
+ clearInterval(this._intervalNext);
284
+ }
285
+ onMouseDownPrev() {
286
+ if (this.isPrevDisabled()) {
287
+ return;
288
+ }
289
+ this.previousItem();
290
+ this._timeoutPrev = setTimeout(() => {
291
+ this._intervalPrev = setInterval(() => {
292
+ this.previousItem();
293
+ }, this.interval);
294
+ }, this.timeout);
295
+ }
296
+ onMouseUpPrev() {
297
+ clearTimeout(this._timeoutPrev);
298
+ clearInterval(this._intervalPrev);
299
+ }
300
+ getFormattedValue() {
301
+ if (this.value === undefined || this.value === null) {
302
+ return this.value;
303
+ }
304
+ if (!this.padded) {
305
+ return this.value;
306
+ }
307
+ if (this.paddingDirection === ItemPickerPaddingDirection.BEFORE) {
308
+ return String(this.value).padStart(this.paddingLength, this.paddingChar);
309
+ }
310
+ else if (this.paddingDirection === ItemPickerPaddingDirection.AFTER) {
311
+ return String(this.value).padEnd(this.paddingLength, this.paddingChar);
312
+ }
313
+ return this.value;
314
+ }
315
+ handleKeyPress(event) {
316
+ if (event.key === 'Enter') {
317
+ event.preventDefault();
318
+ if (event.target === this.upButton) {
319
+ this.nextItem();
320
+ }
321
+ else if (event.target === this.downButton) {
322
+ this.previousItem();
323
+ }
324
+ }
325
+ else if (event.key === 'ArrowUp') {
326
+ event.preventDefault();
327
+ this.nextItem();
328
+ }
329
+ else if (event.key === 'ArrowDown') {
330
+ event.preventDefault();
331
+ this.previousItem();
332
+ }
333
+ else if (event.key === 'PageUp') {
334
+ event.preventDefault();
335
+ this.pageUp();
336
+ }
337
+ else if (event.key === 'PageDown') {
338
+ event.preventDefault();
339
+ this.pageDown();
340
+ }
341
+ else if (event.key === 'Home') {
342
+ event.preventDefault();
343
+ this.goToMin();
344
+ }
345
+ else if (event.key === 'End') {
346
+ event.preventDefault();
347
+ this.goToMax();
348
+ }
349
+ }
350
+ pageUp() {
351
+ if (this.isNumber()) {
352
+ this.changeValue({
353
+ isNextItemAllowed: () => !this.isNextNumberDisabled(),
354
+ getNextItem: () => Number(this.value) + 5 * this.step,
355
+ getRoundtripItem: () => Number(this.min),
356
+ isRoundtripPossible: () => this.min === undefined && this.roundtrip,
357
+ });
358
+ }
359
+ else {
360
+ const value = String(this.value);
361
+ const minLetter = String(this.min);
362
+ this.changeValue({
363
+ isNextItemAllowed: () => minLetter === undefined || this.getStringItemIndex(value) > this.getStringItemIndex(minLetter),
364
+ getNextItem: () => this.getNextItemByOperation(add, 5),
365
+ getRoundtripItem: () => String(this.min),
366
+ isRoundtripPossible: () => this.min === undefined && this.roundtrip,
367
+ });
368
+ }
369
+ }
370
+ pageDown() {
371
+ if (this.isNumber()) {
372
+ this.changeValue({
373
+ isNextItemAllowed: () => !this.isPreviousNumberDisabled(),
374
+ getNextItem: () => Number(this.value) - 5 * this.step,
375
+ getRoundtripItem: () => Number(this.max),
376
+ isRoundtripPossible: () => this.max === undefined && this.roundtrip,
377
+ });
378
+ }
379
+ else {
380
+ const value = String(this.value);
381
+ const maxLetter = String(this.max);
382
+ this.changeValue({
383
+ isNextItemAllowed: () => maxLetter === undefined || this.getStringItemIndex(value) < this.getStringItemIndex(maxLetter),
384
+ getNextItem: () => this.getNextItemByOperation(subtract, 5),
385
+ getRoundtripItem: () => String(this.max),
386
+ isRoundtripPossible: () => this.max == null && this.roundtrip,
387
+ });
388
+ }
389
+ }
390
+ goToMin() {
391
+ var _a;
392
+ if (this.isNumber()) {
393
+ this.value = (_a = this.min) !== null && _a !== void 0 ? _a : 0;
394
+ }
395
+ else {
396
+ this.value = this._items[0];
397
+ }
398
+ this.sixChange.emit(this.value);
399
+ }
400
+ goToMax() {
401
+ var _a;
402
+ if (this.isNumber()) {
403
+ this.value = (_a = this.max) !== null && _a !== void 0 ? _a : Infinity;
404
+ }
405
+ else {
406
+ this.value = this.getLastStringItem();
407
+ }
408
+ this.sixChange.emit(this.value);
409
+ }
410
+ render() {
411
+ return (h("div", { part: "container", class: "item_picker__container", onKeyDown: (event) => this.handleKeyPress(event), tabindex: "0" }, h("div", { ref: (el) => (this.upButton = el), part: "up", class: {
412
+ item_picker__btn: true,
413
+ 'item_picker__btn--disabled': this.isNextDisabled(),
414
+ }, onMouseDown: () => this.onMouseDownNext(), onMouseUp: () => this.onMouseUpNext(), tabindex: "-1" }, h("six-icon", { size: "large" }, "expand_less")), h("div", { part: "content", class: "item_picker__content" }, this.getFormattedValue()), h("div", { ref: (el) => (this.downButton = el), part: "down", class: {
415
+ item_picker__btn: true,
416
+ 'item_picker__btn--disabled': this.isPrevDisabled(),
417
+ }, onMouseDown: () => this.onMouseDownPrev(), onMouseUp: () => this.onMouseUpPrev(), tabindex: "-1" }, h("six-icon", { size: "large" }, "expand_more"))));
418
+ }
419
+ get host() { return getElement(this); }
420
+ static get watchers() { return {
421
+ "value": ["handleValueChange"],
422
+ "debounce": ["debounceChanged"],
423
+ "items": ["handleSetChange"]
424
+ }; }
425
+ };
426
+ SixItemPicker.style = sixItemPickerCss;
427
+
428
+ export { SixItemPicker as six_item_picker };
429
+
430
+ //# sourceMappingURL=six-item-picker.entry.js.map
@@ -0,0 +1 @@
1
+ {"file":"six-item-picker.entry.js","mappings":"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","names":[],"sources":["src/components/six-item-picker/six-item-picker.scss?tag=six-item-picker&encapsulation=shadow","src/components/six-item-picker/six-item-picker.tsx"],"sourcesContent":[".item_picker {\n &__container {\n width: 2.5em;\n display: flex;\n flex-wrap: wrap;\n justify-content: center;\n\n &:focus-visible {\n outline: var(--six-focus-ring);\n outline-offset: 0;\n }\n }\n\n &__content {\n font-size: 1.5rem;\n }\n\n &__btn {\n cursor: pointer;\n width: 2.5em;\n height: 2.5em;\n display: flex;\n vertical-align: middle;\n align-items: center;\n justify-content: center;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n color: var(--six-color-web-rock-500);\n\n &:hover {\n background-color: var(--six-color-web-rock-100);\n border-radius: 100%;\n }\n\n &:active {\n color: var(--six-color-web-rock-400);\n }\n\n &--disabled {\n color: var(--six-color-web-rock-300);\n cursor: not-allowed;\n\n &:hover {\n background-color: initial;\n }\n\n &:active {\n color: var(--six-color-web-rock-300);\n }\n }\n\n &:focus-visible {\n outline: var(--six-focus-ring);\n outline-offset: 0;\n }\n }\n}\n","import { Component, Element, Event, EventEmitter, h, Prop, State, Watch } from '@stencil/core';\nimport { ItemPickerPaddingDirection, ItemPickerType } from './types';\nimport { debounce, DEFAULT_DEBOUNCE_FAST, DEFAULT_DEBOUNCE_INSANELY_FAST } from '../../utils/execution-control';\nimport { EventListeners } from '../../utils/event-listeners';\nimport { TimePeriod } from '../../utils/time.util';\n\ninterface Alphabet {\n alphabet: string[];\n letterIndexes: Record<string, number>;\n}\n\nconst uppercaseLetters = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ';\nconst upperAndLowercaseLetters = [...uppercaseLetters].flatMap((c) => [c, c.toLowerCase()]);\nconst ALPHABET: Alphabet = {\n alphabet: upperAndLowercaseLetters,\n letterIndexes: Object.fromEntries(upperAndLowercaseLetters.map((c, i) => [c, i])),\n};\nconst CAPITAL_ALPHABET: Alphabet = {\n alphabet: [...uppercaseLetters].flatMap((c) => [c]),\n letterIndexes: Object.fromEntries([...uppercaseLetters].map((c, i) => [c, i])),\n};\nconst LOWERCASE_ALPHABET: Alphabet = {\n alphabet: [...uppercaseLetters.toLowerCase()].flatMap((c) => [c]),\n letterIndexes: Object.fromEntries([...uppercaseLetters.toLowerCase()].map((c, i) => [c, i])),\n};\n\nconst createItemIndexes = (arr: string[]): Record<string, number> => {\n return Object.fromEntries([...arr].map((c, i) => [c, i]));\n};\n\nconst TAG = `[SIX-ITEM-PICKER]`;\n\nconst subtract = (a: number, b: number) => a - b;\nconst add = (a: number, b: number) => a + b;\n\nexport type SixItemPickerChangePayload = number | string | boolean | TimePeriod;\n\nconst DEBOUNCE_ITEM_PICKER_LISTENER = 'debounced-item-picker';\n\n/**\n * @since 2.0.0\n * @status experimental\n * @part container - The whole component container\n * @part up - The up button\n * @part content - The content area\n * @part down - The down button\n *\n */\n@Component({\n tag: 'six-item-picker',\n styleUrl: 'six-item-picker.scss',\n shadow: true,\n})\nexport class SixItemPicker {\n private readonly eventListeners = new EventListeners();\n\n @Element() host!: HTMLSixItemPickerElement;\n\n /** The item picker's value attribute. */\n @Prop({ mutable: true, reflect: true }) value: number | string = '';\n\n /** The type of items you want to rotate through. */\n @Prop() type: ItemPickerType = ItemPickerType.NUMBER;\n\n /** The minimum value allowed to pick. */\n @Prop({ reflect: true, mutable: true }) min?: number | string;\n\n /** The maximum value allowed to pick. */\n @Prop({ reflect: true, mutable: true }) max?: number | string;\n\n /** Define whether the picker should to a roundtrip i.e. start at max when reaching min and vice versa. */\n // eslint-disable-next-line @stencil-community/ban-default-true\n @Prop({ reflect: true }) roundtrip = true;\n\n /** Defines how many steps should be taken when navigating */\n @Prop({ reflect: true }) step = 1;\n\n /** Defines a custom list of items you can iterate through */\n @Prop() items?: string[];\n\n /** Defines whether the items should be padded */\n @Prop() padded = false;\n\n /** Defines the length of the padded area */\n @Prop() paddingLength = 2;\n\n /** Defines the character used for padding */\n @Prop() paddingChar = '0';\n\n /** Defines whether the padding should be before or after the value. You can either use 'before' or 'after'. By default,\n * before is selected */\n @Prop() paddingDirection: ItemPickerPaddingDirection = ItemPickerPaddingDirection.BEFORE;\n\n /**\n * Set the amount of time, in milliseconds, to wait to trigger faster switching between items.\n */\n @Prop() timeout = DEFAULT_DEBOUNCE_FAST;\n\n /**\n * Set the amount of time, in milliseconds, to wait between switching to next item when mouse button is held pressed.\n */\n @Prop() interval = DEFAULT_DEBOUNCE_INSANELY_FAST;\n\n /**\n * Emitted when the item picker's value changes\n */\n @Event({ eventName: 'six-item-picker-change' }) sixChange!: EventEmitter<SixItemPickerChangePayload>;\n\n /**\n * Emitted when the item picker's value changes, but debounced\n */\n @Event({ eventName: 'six-item-picker-change-debounced' })\n sixChangeDebounced!: EventEmitter<SixItemPickerChangePayload>;\n\n /**\n * Set the amount of time, in milliseconds, to wait to trigger the `six-item-picker-change-debounced` event.\n * If you want your change debounce event to not trigger when keeping the nav button pressed before, make sure debounce\n * is a bit bigger than timeout, otherwise keeping the button pressed will trigger the event twice: once you click\n * (and keep pressed) and once you release\n */\n @Prop() debounce = DEFAULT_DEBOUNCE_FAST;\n\n @Watch('value')\n handleValueChange() {\n this.setup();\n }\n\n @Watch('debounce')\n protected debounceChanged() {\n this.eventListeners.removeByIdentifier(DEBOUNCE_ITEM_PICKER_LISTENER);\n this.eventListeners.add(\n this.host,\n 'six-item-picker-change',\n debounce(this.handleSixItemPickerChangeDebounced, this.debounce),\n DEBOUNCE_ITEM_PICKER_LISTENER\n );\n }\n\n @Watch('items')\n handleSetChange() {\n this.setup();\n this.min = this._items[0];\n this.max = this.getLastStringItem();\n }\n\n @State() _items: string[] = [];\n @State() _itemIndexes: Record<string, number> = {};\n\n // used for fast increasing when keeping the mouse button held down\n private _timeoutNext!: ReturnType<typeof setTimeout>;\n private _intervalNext!: ReturnType<typeof setInterval>;\n\n private _timeoutPrev!: ReturnType<typeof setTimeout>;\n private _intervalPrev!: ReturnType<typeof setInterval>;\n\n componentWillLoad() {\n this.setup();\n }\n\n componentDidLoad() {\n this.eventListeners.add(\n this.host,\n 'six-item-picker-change',\n debounce(this.handleSixItemPickerChangeDebounced, this.debounce),\n DEBOUNCE_ITEM_PICKER_LISTENER\n );\n }\n\n disconnectedCallback() {\n this.eventListeners.removeAll();\n }\n\n private handleSixItemPickerChangeDebounced = () => {\n this.sixChangeDebounced.emit(this.value);\n };\n\n private setup() {\n if (this.isNumber()) {\n this.setupNumberItems();\n } else {\n this.setUpStringItems();\n }\n }\n\n private setupNumberItems() {\n if (this.isInvalidNumber()) {\n console.warn(`${TAG} Expected number but value is not a number: \"${this.value}\"`);\n console.info(`${TAG} Will set value to either minimum or if not provided to zero.`);\n this.value = this.min ?? 0;\n }\n }\n\n private setUpStringItems() {\n this._items = this.getStringItems();\n this._itemIndexes = this.getItemIndexes();\n const itemsMissValue = this._items.find((i) => String(i) === String(this.value)) === undefined;\n if (itemsMissValue) {\n console.warn(`${TAG} Expected item from item set but value was not found in set: \"${this.value}\"`);\n console.info(`${TAG} Will set value to either minimum or if not provided to \"${this._items[0]}\".`);\n this.value = this._items[0];\n }\n\n if (this.min === undefined) {\n if (!this.roundtrip) {\n console.warn(`${TAG} Expected a min value`);\n console.info(`${TAG} Will set min value to ${this._items[0]}`);\n }\n this.min = this._items[0];\n }\n\n if (this.max === undefined) {\n const maxItem = this.getLastStringItem();\n if (!this.roundtrip) {\n console.warn(`${TAG} Expected a min value if roundtrip is enabled`);\n console.info(`${TAG} Will set min value to ${maxItem}`);\n }\n this.max = maxItem;\n }\n }\n\n private getLastStringItem() {\n return this._items[this._items.length - 1];\n }\n\n private getStringItems(): string[] {\n switch (this.type) {\n case ItemPickerType.NUMBER:\n console.warn(`${TAG}: unexpected type ${this.type}`);\n return [];\n case ItemPickerType.LETTER:\n return ALPHABET.alphabet;\n case ItemPickerType.CAPITAL_LETTER:\n return CAPITAL_ALPHABET.alphabet;\n case ItemPickerType.LOWER_LETTER:\n return LOWERCASE_ALPHABET.alphabet;\n case ItemPickerType.CUSTOM:\n if (this.items == null || this.items.length === 0) {\n console.warn(`${TAG}: no items defined for type ${this.type}`);\n return [];\n }\n return this.items;\n }\n }\n\n private getItemIndexes(): Record<string, number> {\n switch (this.type) {\n case ItemPickerType.NUMBER:\n console.warn(`${TAG}: unexpected type ${this.type}`);\n return {};\n case ItemPickerType.LETTER:\n return ALPHABET.letterIndexes;\n case ItemPickerType.CAPITAL_LETTER:\n return CAPITAL_ALPHABET.letterIndexes;\n case ItemPickerType.LOWER_LETTER:\n return LOWERCASE_ALPHABET.letterIndexes;\n case ItemPickerType.CUSTOM:\n return createItemIndexes(this._items);\n }\n }\n\n private previousItem() {\n if (this.isNumber()) {\n this.previousNumber();\n } else {\n this.previousStringItem();\n }\n\n this.sixChange.emit(this.value);\n }\n\n private previousNumber() {\n this.changeValue({\n isNextItemAllowed: () => !this.isPreviousNumberDisabled(),\n getNextItem: () => Number(this.value) - this.step,\n getRoundtripItem: () => Number(this.max),\n isRoundtripPossible: () => this.max === undefined && this.roundtrip,\n });\n }\n\n private previousStringItem() {\n const value = String(this.value);\n const minLetter = String(this.min);\n\n this.changeValue({\n isNextItemAllowed: () =>\n minLetter === undefined || this.getStringItemIndex(value) > this.getStringItemIndex(minLetter),\n getNextItem: () => this.getNextItemByOperation(subtract),\n getRoundtripItem: () => String(this.max),\n isRoundtripPossible: () => this.max == null && this.roundtrip,\n });\n }\n\n private nextItem() {\n if (this.isNumber()) {\n this.nextNumber();\n } else {\n this.nextStringItem();\n }\n\n this.sixChange.emit(this.value);\n }\n\n private nextNumber() {\n this.changeValue({\n isNextItemAllowed: () => !this.isNextNumberDisabled(),\n getNextItem: () => Number(this.value) + this.step,\n getRoundtripItem: () => Number(this.min),\n isRoundtripPossible: () => this.min === undefined && this.roundtrip,\n });\n }\n\n private getStringItemIndex(char: string): number {\n return this._itemIndexes[char];\n }\n\n private nextStringItem() {\n const value = String(this.value);\n const maxLetter = String(this.max);\n\n this.changeValue({\n isNextItemAllowed: () =>\n maxLetter === undefined || this.getStringItemIndex(value) < this.getStringItemIndex(maxLetter),\n getNextItem: () => this.getNextItemByOperation(add),\n getRoundtripItem: () => String(this.min),\n isRoundtripPossible: () => this.min === undefined && this.roundtrip,\n });\n }\n\n private getNextItemByOperation(operation: (a: number, b: number) => number, increment: number = this.step) {\n const value = String(this.value);\n const nextIndexCandidate = operation(this.getStringItemIndex(value), increment);\n const numberOfItems = this._items.length;\n const nextIndex = ((nextIndexCandidate % numberOfItems) + numberOfItems) % numberOfItems;\n return this._items[nextIndex];\n }\n\n private changeValue(params: {\n getNextItem: () => number | string;\n isNextItemAllowed: () => boolean;\n getRoundtripItem: () => number | string;\n isRoundtripPossible: () => boolean;\n }) {\n if (params.isNextItemAllowed()) {\n this.value = params.getNextItem();\n return;\n }\n\n if (params.isRoundtripPossible()) {\n console.error(\n `${TAG} Item picker is expected to perform a roundtrip, but either max or min value is missing so a roundtrip is not possible`\n );\n return;\n }\n\n if (this.roundtrip) {\n this.value = params.getRoundtripItem();\n return;\n }\n\n console.warn(\n `${TAG} Roundtrip is not allowed, but was still triggered, please report this issue to the developer of six-item-picker`\n );\n\n this.sixChange.emit(this.value);\n }\n\n private isNumber() {\n return this.type === ItemPickerType.NUMBER;\n }\n\n private isInvalidNumber() {\n return this.value === '' || isNaN(this.value as number);\n }\n\n private isNextDisabled() {\n if (this.roundtrip) {\n return false;\n }\n\n if (this.isNumber()) {\n return this.isNextNumberDisabled();\n } else {\n return this._itemIndexes[String(this.value)] + this.step > this._itemIndexes[String(this.max)];\n }\n }\n\n private isNextNumberDisabled() {\n return Number(this.value) + this.step > Number(this.max ?? Infinity);\n }\n\n private isPrevDisabled() {\n if (this.roundtrip) {\n return false;\n }\n\n if (this.isNumber()) {\n return this.isPreviousNumberDisabled();\n } else {\n return this._itemIndexes[String(this.value)] - this.step < this._itemIndexes[String(this.min)];\n }\n }\n\n private isPreviousNumberDisabled() {\n return Number(this.value) - this.step < Number(this.min ?? -Infinity);\n }\n\n private onMouseDownNext() {\n if (this.isNextDisabled()) {\n return;\n }\n\n this.nextItem();\n\n this._timeoutNext = setTimeout(() => {\n this._intervalNext = setInterval(() => {\n this.nextItem();\n }, this.interval);\n }, this.timeout);\n }\n\n private onMouseUpNext() {\n clearTimeout(this._timeoutNext);\n clearInterval(this._intervalNext);\n }\n\n private onMouseDownPrev() {\n if (this.isPrevDisabled()) {\n return;\n }\n\n this.previousItem();\n\n this._timeoutPrev = setTimeout(() => {\n this._intervalPrev = setInterval(() => {\n this.previousItem();\n }, this.interval);\n }, this.timeout);\n }\n\n private onMouseUpPrev() {\n clearTimeout(this._timeoutPrev);\n clearInterval(this._intervalPrev);\n }\n\n private getFormattedValue() {\n if (this.value === undefined || this.value === null) {\n return this.value;\n }\n\n if (!this.padded) {\n return this.value;\n }\n\n if (this.paddingDirection === ItemPickerPaddingDirection.BEFORE) {\n return String(this.value).padStart(this.paddingLength, this.paddingChar);\n } else if (this.paddingDirection === ItemPickerPaddingDirection.AFTER) {\n return String(this.value).padEnd(this.paddingLength, this.paddingChar);\n }\n\n return this.value;\n }\n\n private handleKeyPress(event: KeyboardEvent) {\n if (event.key === 'Enter') {\n event.preventDefault();\n\n if (event.target === this.upButton) {\n this.nextItem();\n } else if (event.target === this.downButton) {\n this.previousItem();\n }\n } else if (event.key === 'ArrowUp') {\n event.preventDefault();\n this.nextItem();\n } else if (event.key === 'ArrowDown') {\n event.preventDefault();\n this.previousItem();\n } else if (event.key === 'PageUp') {\n event.preventDefault();\n this.pageUp();\n } else if (event.key === 'PageDown') {\n event.preventDefault();\n this.pageDown();\n } else if (event.key === 'Home') {\n event.preventDefault();\n this.goToMin();\n } else if (event.key === 'End') {\n event.preventDefault();\n this.goToMax();\n }\n }\n\n private pageUp() {\n if (this.isNumber()) {\n this.changeValue({\n isNextItemAllowed: () => !this.isNextNumberDisabled(),\n getNextItem: () => Number(this.value) + 5 * this.step,\n getRoundtripItem: () => Number(this.min),\n isRoundtripPossible: () => this.min === undefined && this.roundtrip,\n });\n } else {\n const value = String(this.value);\n const minLetter = String(this.min);\n\n this.changeValue({\n isNextItemAllowed: () =>\n minLetter === undefined || this.getStringItemIndex(value) > this.getStringItemIndex(minLetter),\n getNextItem: () => this.getNextItemByOperation(add, 5),\n getRoundtripItem: () => String(this.min),\n isRoundtripPossible: () => this.min === undefined && this.roundtrip,\n });\n }\n }\n\n private pageDown() {\n if (this.isNumber()) {\n this.changeValue({\n isNextItemAllowed: () => !this.isPreviousNumberDisabled(),\n getNextItem: () => Number(this.value) - 5 * this.step,\n getRoundtripItem: () => Number(this.max),\n isRoundtripPossible: () => this.max === undefined && this.roundtrip,\n });\n } else {\n const value = String(this.value);\n const maxLetter = String(this.max);\n\n this.changeValue({\n isNextItemAllowed: () =>\n maxLetter === undefined || this.getStringItemIndex(value) < this.getStringItemIndex(maxLetter),\n getNextItem: () => this.getNextItemByOperation(subtract, 5),\n getRoundtripItem: () => String(this.max),\n isRoundtripPossible: () => this.max == null && this.roundtrip,\n });\n }\n }\n\n private goToMin() {\n if (this.isNumber()) {\n this.value = this.min ?? 0;\n } else {\n this.value = this._items[0];\n }\n\n this.sixChange.emit(this.value);\n }\n\n private goToMax() {\n if (this.isNumber()) {\n this.value = this.max ?? Infinity;\n } else {\n this.value = this.getLastStringItem();\n }\n\n this.sixChange.emit(this.value);\n }\n\n private upButton!: HTMLDivElement;\n private downButton!: HTMLDivElement;\n\n render() {\n return (\n <div\n part=\"container\"\n class=\"item_picker__container\"\n onKeyDown={(event) => this.handleKeyPress(event)}\n tabindex=\"0\"\n >\n <div\n ref={(el) => (this.upButton = el as HTMLDivElement)}\n part=\"up\"\n class={{\n item_picker__btn: true,\n 'item_picker__btn--disabled': this.isNextDisabled(),\n }}\n onMouseDown={() => this.onMouseDownNext()}\n onMouseUp={() => this.onMouseUpNext()}\n tabindex=\"-1\"\n >\n <six-icon size=\"large\">expand_less</six-icon>\n </div>\n <div part=\"content\" class=\"item_picker__content\">\n {this.getFormattedValue()}\n </div>\n <div\n ref={(el) => (this.downButton = el as HTMLDivElement)}\n part=\"down\"\n class={{\n item_picker__btn: true,\n 'item_picker__btn--disabled': this.isPrevDisabled(),\n }}\n onMouseDown={() => this.onMouseDownPrev()}\n onMouseUp={() => this.onMouseUpPrev()}\n tabindex=\"-1\"\n >\n <six-icon size=\"large\">expand_more</six-icon>\n </div>\n </div>\n );\n }\n}\n"],"version":3}
@@ -0,0 +1,61 @@
1
+ import { r as registerInstance, c as createEvent, h } from './index-79d4ef67.js';
2
+
3
+ const sixLanguageSwitcherCss = ".language-switcher__container{display:flex}.language-switcher__separator{padding:0 0.25rem}.language-switcher__label{cursor:pointer}.language-switcher__label:hover{color:var(--six-color-red)}.language-switcher__label--selected{color:var(--six-color-red)}";
4
+
5
+ const DEFAULT_LANGUAGES = ['EN', 'DE', 'ES'];
6
+ const SixLanguageSwitcher = class {
7
+ constructor(hostRef) {
8
+ registerInstance(this, hostRef);
9
+ this.sixChange = createEvent(this, "six-language-switcher-change", 7);
10
+ this.handleLanguageSwitching = (newLanguage, languageValue) => () => {
11
+ if (languageValue !== undefined) {
12
+ this.sixChange.emit(languageValue);
13
+ }
14
+ else {
15
+ this.sixChange.emit(newLanguage);
16
+ }
17
+ this.selected = newLanguage;
18
+ };
19
+ this.selected = undefined;
20
+ this.languages = DEFAULT_LANGUAGES;
21
+ }
22
+ handleChangesLanguages(newValue) {
23
+ if (!Array.isArray(newValue)) {
24
+ throw new Error('languages is expected to be an array');
25
+ }
26
+ this.updateSelectedLanguage();
27
+ }
28
+ componentWillLoad() {
29
+ if (this.selected === undefined) {
30
+ this.updateSelectedLanguage();
31
+ }
32
+ }
33
+ updateSelectedLanguage() {
34
+ const selectedLanguage = this.languages[0];
35
+ if (typeof selectedLanguage === 'string') {
36
+ this.selected = selectedLanguage;
37
+ this.sixChange.emit(this.selected);
38
+ }
39
+ else {
40
+ this.selected = selectedLanguage.key;
41
+ this.sixChange.emit(selectedLanguage.value);
42
+ }
43
+ }
44
+ render() {
45
+ return (h("div", { part: "container", class: "language-switcher__container" }, this.languages.map((lang, index) => {
46
+ const language = typeof lang === 'string' ? lang : lang.key;
47
+ return (h("div", { onClick: this.handleLanguageSwitching(language, typeof lang === 'string' ? lang : lang.value) }, h("span", { part: "label", class: {
48
+ 'language-switcher__label': true,
49
+ 'language-switcher__label--selected': this.selected === language,
50
+ } }, language), index < this.languages.length - 1 && (h("span", { part: "separator", class: "language-switcher__separator" }, "/"))));
51
+ })));
52
+ }
53
+ static get watchers() { return {
54
+ "languages": ["handleChangesLanguages"]
55
+ }; }
56
+ };
57
+ SixLanguageSwitcher.style = sixLanguageSwitcherCss;
58
+
59
+ export { SixLanguageSwitcher as six_language_switcher };
60
+
61
+ //# sourceMappingURL=six-language-switcher.entry.js.map