@six-group/ui-library 0.0.0-insider.24fcc9e

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 (1561) hide show
  1. package/LICENSE +201 -0
  2. package/dist/cjs/event-listeners-74715e62.js +45 -0
  3. package/dist/cjs/event-listeners-74715e62.js.map +1 -0
  4. package/dist/cjs/execution-control-46f388e0.js +45 -0
  5. package/dist/cjs/execution-control-46f388e0.js.map +1 -0
  6. package/dist/cjs/focus-visible-0b352c74.js +47 -0
  7. package/dist/cjs/focus-visible-0b352c74.js.map +1 -0
  8. package/dist/cjs/form-control-2c17c573.js +34 -0
  9. package/dist/cjs/form-control-2c17c573.js.map +1 -0
  10. package/dist/cjs/index-2f6daa5b.js +2123 -0
  11. package/dist/cjs/index-2f6daa5b.js.map +1 -0
  12. package/dist/cjs/index.cjs.js +4 -0
  13. package/dist/cjs/index.cjs.js.map +1 -0
  14. package/dist/cjs/loader.cjs.js +24 -0
  15. package/dist/cjs/loader.cjs.js.map +1 -0
  16. package/dist/cjs/modal-48d42228.js +51 -0
  17. package/dist/cjs/modal-48d42228.js.map +1 -0
  18. package/dist/cjs/popover-f743f62b.js +1899 -0
  19. package/dist/cjs/popover-f743f62b.js.map +1 -0
  20. package/dist/cjs/scroll-76e6f5d7.js +69 -0
  21. package/dist/cjs/scroll-76e6f5d7.js.map +1 -0
  22. package/dist/cjs/set-attributes_2.cjs.entry.js +71 -0
  23. package/dist/cjs/set-attributes_2.cjs.entry.js.map +1 -0
  24. package/dist/cjs/six-alert.cjs.entry.js +137 -0
  25. package/dist/cjs/six-alert.cjs.entry.js.map +1 -0
  26. package/dist/cjs/six-avatar.cjs.entry.js +37 -0
  27. package/dist/cjs/six-avatar.cjs.entry.js.map +1 -0
  28. package/dist/cjs/six-badge.cjs.entry.js +36 -0
  29. package/dist/cjs/six-badge.cjs.entry.js.map +1 -0
  30. package/dist/cjs/six-button.cjs.entry.js +106 -0
  31. package/dist/cjs/six-button.cjs.entry.js.map +1 -0
  32. package/dist/cjs/six-card.cjs.entry.js +21 -0
  33. package/dist/cjs/six-card.cjs.entry.js.map +1 -0
  34. package/dist/cjs/six-checkbox.cjs.entry.js +159 -0
  35. package/dist/cjs/six-checkbox.cjs.entry.js.map +1 -0
  36. package/dist/cjs/six-datepicker.cjs.entry.js +1157 -0
  37. package/dist/cjs/six-datepicker.cjs.entry.js.map +1 -0
  38. package/dist/cjs/six-details.cjs.entry.js +147 -0
  39. package/dist/cjs/six-details.cjs.entry.js.map +1 -0
  40. package/dist/cjs/six-dialog.cjs.entry.js +156 -0
  41. package/dist/cjs/six-dialog.cjs.entry.js.map +1 -0
  42. package/dist/cjs/six-drawer.cjs.entry.js +173 -0
  43. package/dist/cjs/six-drawer.cjs.entry.js.map +1 -0
  44. package/dist/cjs/six-dropdown_2.cjs.entry.js +652 -0
  45. package/dist/cjs/six-dropdown_2.cjs.entry.js.map +1 -0
  46. package/dist/cjs/six-error-page.cjs.entry.js +108 -0
  47. package/dist/cjs/six-error-page.cjs.entry.js.map +1 -0
  48. package/dist/cjs/six-file-list-item.cjs.entry.js +47 -0
  49. package/dist/cjs/six-file-list-item.cjs.entry.js.map +1 -0
  50. package/dist/cjs/six-file-list.cjs.entry.js +21 -0
  51. package/dist/cjs/six-file-list.cjs.entry.js.map +1 -0
  52. package/dist/cjs/six-file-upload.cjs.entry.js +120 -0
  53. package/dist/cjs/six-file-upload.cjs.entry.js.map +1 -0
  54. package/dist/cjs/six-footer.cjs.entry.js +21 -0
  55. package/dist/cjs/six-footer.cjs.entry.js.map +1 -0
  56. package/dist/cjs/six-form.cjs.entry.js +231 -0
  57. package/dist/cjs/six-form.cjs.entry.js.map +1 -0
  58. package/dist/cjs/six-group-label.cjs.entry.js +56 -0
  59. package/dist/cjs/six-group-label.cjs.entry.js.map +1 -0
  60. package/dist/cjs/six-header.cjs.entry.js +160 -0
  61. package/dist/cjs/six-header.cjs.entry.js.map +1 -0
  62. package/dist/cjs/six-icon-button.cjs.entry.js +47 -0
  63. package/dist/cjs/six-icon-button.cjs.entry.js.map +1 -0
  64. package/dist/cjs/six-icon.cjs.entry.js +35 -0
  65. package/dist/cjs/six-icon.cjs.entry.js.map +1 -0
  66. package/dist/cjs/six-input.cjs.entry.js +239 -0
  67. package/dist/cjs/six-input.cjs.entry.js.map +1 -0
  68. package/dist/cjs/six-item-picker.cjs.entry.js +357 -0
  69. package/dist/cjs/six-item-picker.cjs.entry.js.map +1 -0
  70. package/dist/cjs/six-language-switcher.cjs.entry.js +65 -0
  71. package/dist/cjs/six-language-switcher.cjs.entry.js.map +1 -0
  72. package/dist/cjs/six-layout-grid.cjs.entry.js +33 -0
  73. package/dist/cjs/six-layout-grid.cjs.entry.js.map +1 -0
  74. package/dist/cjs/six-main-container.cjs.entry.js +23 -0
  75. package/dist/cjs/six-main-container.cjs.entry.js.map +1 -0
  76. package/dist/cjs/six-menu-divider.cjs.entry.js +21 -0
  77. package/dist/cjs/six-menu-divider.cjs.entry.js.map +1 -0
  78. package/dist/cjs/six-menu-item.cjs.entry.js +61 -0
  79. package/dist/cjs/six-menu-item.cjs.entry.js.map +1 -0
  80. package/dist/cjs/six-menu-label.cjs.entry.js +21 -0
  81. package/dist/cjs/six-menu-label.cjs.entry.js.map +1 -0
  82. package/dist/cjs/six-picto.cjs.entry.js +25 -0
  83. package/dist/cjs/six-picto.cjs.entry.js.map +1 -0
  84. package/dist/cjs/six-progress-bar.cjs.entry.js +28 -0
  85. package/dist/cjs/six-progress-bar.cjs.entry.js.map +1 -0
  86. package/dist/cjs/six-progress-ring.cjs.entry.js +43 -0
  87. package/dist/cjs/six-progress-ring.cjs.entry.js.map +1 -0
  88. package/dist/cjs/six-radio.cjs.entry.js +130 -0
  89. package/dist/cjs/six-radio.cjs.entry.js.map +1 -0
  90. package/dist/cjs/six-range.cjs.entry.js +198 -0
  91. package/dist/cjs/six-range.cjs.entry.js.map +1 -0
  92. package/dist/cjs/six-root.cjs.entry.js +44 -0
  93. package/dist/cjs/six-root.cjs.entry.js.map +1 -0
  94. package/dist/cjs/six-search-field.cjs.entry.js +53 -0
  95. package/dist/cjs/six-search-field.cjs.entry.js.map +1 -0
  96. package/dist/cjs/six-select.cjs.entry.js +432 -0
  97. package/dist/cjs/six-select.cjs.entry.js.map +1 -0
  98. package/dist/cjs/six-sidebar-item-group.cjs.entry.js +54 -0
  99. package/dist/cjs/six-sidebar-item-group.cjs.entry.js.map +1 -0
  100. package/dist/cjs/six-sidebar-item.cjs.entry.js +28 -0
  101. package/dist/cjs/six-sidebar-item.cjs.entry.js.map +1 -0
  102. package/dist/cjs/six-sidebar.cjs.entry.js +180 -0
  103. package/dist/cjs/six-sidebar.cjs.entry.js.map +1 -0
  104. package/dist/cjs/six-spinner.cjs.entry.js +28 -0
  105. package/dist/cjs/six-spinner.cjs.entry.js.map +1 -0
  106. package/dist/cjs/six-switch.cjs.entry.js +111 -0
  107. package/dist/cjs/six-switch.cjs.entry.js.map +1 -0
  108. package/dist/cjs/six-tab-group.cjs.entry.js +237 -0
  109. package/dist/cjs/six-tab-group.cjs.entry.js.map +1 -0
  110. package/dist/cjs/six-tab-panel.cjs.entry.js +28 -0
  111. package/dist/cjs/six-tab-panel.cjs.entry.js.map +1 -0
  112. package/dist/cjs/six-tab.cjs.entry.js +51 -0
  113. package/dist/cjs/six-tab.cjs.entry.js.map +1 -0
  114. package/dist/cjs/six-tag.cjs.entry.js +49 -0
  115. package/dist/cjs/six-tag.cjs.entry.js.map +1 -0
  116. package/dist/cjs/six-textarea.cjs.entry.js +219 -0
  117. package/dist/cjs/six-textarea.cjs.entry.js.map +1 -0
  118. package/dist/cjs/six-tile.cjs.entry.js +97 -0
  119. package/dist/cjs/six-tile.cjs.entry.js.map +1 -0
  120. package/dist/cjs/six-timepicker.cjs.entry.js +455 -0
  121. package/dist/cjs/six-timepicker.cjs.entry.js.map +1 -0
  122. package/dist/cjs/six-timepicker.types-c19ebff3.js +56 -0
  123. package/dist/cjs/six-timepicker.types-c19ebff3.js.map +1 -0
  124. package/dist/cjs/six-tooltip.cjs.entry.js +173 -0
  125. package/dist/cjs/six-tooltip.cjs.entry.js.map +1 -0
  126. package/dist/cjs/slot-ad537f24.js +52 -0
  127. package/dist/cjs/slot-ad537f24.js.map +1 -0
  128. package/dist/cjs/types-64878648.js +17 -0
  129. package/dist/cjs/types-64878648.js.map +1 -0
  130. package/dist/cjs/ui-library.cjs.js +28 -0
  131. package/dist/cjs/ui-library.cjs.js.map +1 -0
  132. package/dist/collection/assets/TRADEMARKS.md +7 -0
  133. package/dist/collection/assets/commons.js +5 -0
  134. package/dist/collection/assets/data.json +642 -0
  135. package/dist/collection/collection-manifest.json +64 -0
  136. package/dist/collection/components/six-alert/six-alert.css +109 -0
  137. package/dist/collection/components/six-alert/six-alert.js +368 -0
  138. package/dist/collection/components/six-alert/six-alert.js.map +1 -0
  139. package/dist/collection/components/six-avatar/six-avatar.css +74 -0
  140. package/dist/collection/components/six-avatar/six-avatar.js +131 -0
  141. package/dist/collection/components/six-avatar/six-avatar.js.map +1 -0
  142. package/dist/collection/components/six-badge/six-badge.css +101 -0
  143. package/dist/collection/components/six-badge/six-badge.js +104 -0
  144. package/dist/collection/components/six-badge/six-badge.js.map +1 -0
  145. package/dist/collection/components/six-button/six-button.css +372 -0
  146. package/dist/collection/components/six-button/six-button.js +464 -0
  147. package/dist/collection/components/six-button/six-button.js.map +1 -0
  148. package/dist/collection/components/six-card/six-card.css +15 -0
  149. package/dist/collection/components/six-card/six-card.js +25 -0
  150. package/dist/collection/components/six-card/six-card.js.map +1 -0
  151. package/dist/collection/components/six-checkbox/six-checkbox.css +166 -0
  152. package/dist/collection/components/six-checkbox/six-checkbox.js +541 -0
  153. package/dist/collection/components/six-checkbox/six-checkbox.js.map +1 -0
  154. package/dist/collection/components/six-datepicker/components/day-selection.js +12 -0
  155. package/dist/collection/components/six-datepicker/components/day-selection.js.map +1 -0
  156. package/dist/collection/components/six-datepicker/components/month-selection.js +12 -0
  157. package/dist/collection/components/six-datepicker/components/month-selection.js.map +1 -0
  158. package/dist/collection/components/six-datepicker/components/year-selection.js +10 -0
  159. package/dist/collection/components/six-datepicker/components/year-selection.js.map +1 -0
  160. package/dist/collection/components/six-datepicker/six-date-formats.js +24 -0
  161. package/dist/collection/components/six-datepicker/six-date-formats.js.map +1 -0
  162. package/dist/collection/components/six-datepicker/six-datepicker.css +156 -0
  163. package/dist/collection/components/six-datepicker/six-datepicker.js +1271 -0
  164. package/dist/collection/components/six-datepicker/six-datepicker.js.map +1 -0
  165. package/dist/collection/components/six-datepicker/test/six-datepicker.test-helpers.js +17 -0
  166. package/dist/collection/components/six-datepicker/test/six-datepicker.test-helpers.js.map +1 -0
  167. package/dist/collection/components/six-details/six-details.css +118 -0
  168. package/dist/collection/components/six-details/six-details.js +434 -0
  169. package/dist/collection/components/six-details/six-details.js.map +1 -0
  170. package/dist/collection/components/six-dialog/six-dialog.css +123 -0
  171. package/dist/collection/components/six-dialog/six-dialog.js +397 -0
  172. package/dist/collection/components/six-dialog/six-dialog.js.map +1 -0
  173. package/dist/collection/components/six-drawer/six-drawer.css +166 -0
  174. package/dist/collection/components/six-drawer/six-drawer.js +449 -0
  175. package/dist/collection/components/six-drawer/six-drawer.js.map +1 -0
  176. package/dist/collection/components/six-dropdown/six-dropdown.css +67 -0
  177. package/dist/collection/components/six-dropdown/six-dropdown.js +919 -0
  178. package/dist/collection/components/six-dropdown/six-dropdown.js.map +1 -0
  179. package/dist/collection/components/six-error-page/six-error-page.css +17 -0
  180. package/dist/collection/components/six-error-page/six-error-page.js +203 -0
  181. package/dist/collection/components/six-error-page/six-error-page.js.map +1 -0
  182. package/dist/collection/components/six-file-list/six-file-list.css +6 -0
  183. package/dist/collection/components/six-file-list/six-file-list.js +24 -0
  184. package/dist/collection/components/six-file-list/six-file-list.js.map +1 -0
  185. package/dist/collection/components/six-file-list-item/six-file-list-item.css +36 -0
  186. package/dist/collection/components/six-file-list-item/six-file-list-item.js +204 -0
  187. package/dist/collection/components/six-file-list-item/six-file-list-item.js.map +1 -0
  188. package/dist/collection/components/six-file-upload/six-file-upload.css +63 -0
  189. package/dist/collection/components/six-file-upload/six-file-upload.js +307 -0
  190. package/dist/collection/components/six-file-upload/six-file-upload.js.map +1 -0
  191. package/dist/collection/components/six-footer/six-footer.css +20 -0
  192. package/dist/collection/components/six-footer/six-footer.js +25 -0
  193. package/dist/collection/components/six-footer/six-footer.js.map +1 -0
  194. package/dist/collection/components/six-form/six-form.css +11 -0
  195. package/dist/collection/components/six-form/six-form.js +419 -0
  196. package/dist/collection/components/six-form/six-form.js.map +1 -0
  197. package/dist/collection/components/six-group-label/six-group-label.css +88 -0
  198. package/dist/collection/components/six-group-label/six-group-label.js +173 -0
  199. package/dist/collection/components/six-group-label/six-group-label.js.map +1 -0
  200. package/dist/collection/components/six-header/assets/six-logo.svg +1 -0
  201. package/dist/collection/components/six-header/six-header.css +79 -0
  202. package/dist/collection/components/six-header/six-header.js +412 -0
  203. package/dist/collection/components/six-header/six-header.js.map +1 -0
  204. package/dist/collection/components/six-icon/six-icon.css +63 -0
  205. package/dist/collection/components/six-icon/six-icon.js +81 -0
  206. package/dist/collection/components/six-icon/six-icon.js.map +1 -0
  207. package/dist/collection/components/six-icon-button/six-icon-button.css +71 -0
  208. package/dist/collection/components/six-icon-button/six-icon-button.js +146 -0
  209. package/dist/collection/components/six-icon-button/six-icon-button.js.map +1 -0
  210. package/dist/collection/components/six-input/six-input.css +298 -0
  211. package/dist/collection/components/six-input/six-input.js +1140 -0
  212. package/dist/collection/components/six-input/six-input.js.map +1 -0
  213. package/dist/collection/components/six-item-picker/six-item-picker.css +40 -0
  214. package/dist/collection/components/six-item-picker/six-item-picker.js +681 -0
  215. package/dist/collection/components/six-item-picker/six-item-picker.js.map +1 -0
  216. package/dist/collection/components/six-item-picker/types.js +14 -0
  217. package/dist/collection/components/six-item-picker/types.js.map +1 -0
  218. package/dist/collection/components/six-language-switcher/six-language-switcher.css +15 -0
  219. package/dist/collection/components/six-language-switcher/six-language-switcher.js +139 -0
  220. package/dist/collection/components/six-language-switcher/six-language-switcher.js.map +1 -0
  221. package/dist/collection/components/six-layout-grid/six-layout-grid.css +5 -0
  222. package/dist/collection/components/six-layout-grid/six-layout-grid.js +63 -0
  223. package/dist/collection/components/six-layout-grid/six-layout-grid.js.map +1 -0
  224. package/dist/collection/components/six-main-container/six-main-container.css +20 -0
  225. package/dist/collection/components/six-main-container/six-main-container.js +55 -0
  226. package/dist/collection/components/six-main-container/six-main-container.js.map +1 -0
  227. package/dist/collection/components/six-menu/six-menu.css +26 -0
  228. package/dist/collection/components/six-menu/six-menu.js +398 -0
  229. package/dist/collection/components/six-menu/six-menu.js.map +1 -0
  230. package/dist/collection/components/six-menu-divider/six-menu-divider.css +16 -0
  231. package/dist/collection/components/six-menu-divider/six-menu-divider.js +27 -0
  232. package/dist/collection/components/six-menu-divider/six-menu-divider.js.map +1 -0
  233. package/dist/collection/components/six-menu-item/six-menu-item.css +71 -0
  234. package/dist/collection/components/six-menu-item/six-menu-item.js +198 -0
  235. package/dist/collection/components/six-menu-item/six-menu-item.js.map +1 -0
  236. package/dist/collection/components/six-menu-label/six-menu-label.css +22 -0
  237. package/dist/collection/components/six-menu-label/six-menu-label.js +29 -0
  238. package/dist/collection/components/six-menu-label/six-menu-label.js.map +1 -0
  239. package/dist/collection/components/six-picto/six-picto.css +1232 -0
  240. package/dist/collection/components/six-picto/six-picto.js +53 -0
  241. package/dist/collection/components/six-picto/six-picto.js.map +1 -0
  242. package/dist/collection/components/six-progress-bar/six-progress-bar.css +60 -0
  243. package/dist/collection/components/six-progress-bar/six-progress-bar.js +80 -0
  244. package/dist/collection/components/six-progress-bar/six-progress-bar.js.map +1 -0
  245. package/dist/collection/components/six-progress-ring/six-progress-ring.css +52 -0
  246. package/dist/collection/components/six-progress-ring/six-progress-ring.js +114 -0
  247. package/dist/collection/components/six-progress-ring/six-progress-ring.js.map +1 -0
  248. package/dist/collection/components/six-radio/six-radio.css +84 -0
  249. package/dist/collection/components/six-radio/six-radio.js +412 -0
  250. package/dist/collection/components/six-radio/six-radio.js.map +1 -0
  251. package/dist/collection/components/six-range/six-range.css +231 -0
  252. package/dist/collection/components/six-range/six-range.js +619 -0
  253. package/dist/collection/components/six-range/six-range.js.map +1 -0
  254. package/dist/collection/components/six-root/six-root.css +48 -0
  255. package/dist/collection/components/six-root/six-root.js +165 -0
  256. package/dist/collection/components/six-root/six-root.js.map +1 -0
  257. package/dist/collection/components/six-search-field/six-search-field.css +18 -0
  258. package/dist/collection/components/six-search-field/six-search-field.js +177 -0
  259. package/dist/collection/components/six-search-field/six-search-field.js.map +1 -0
  260. package/dist/collection/components/six-select/six-select.css +347 -0
  261. package/dist/collection/components/six-select/six-select.js +1081 -0
  262. package/dist/collection/components/six-select/six-select.js.map +1 -0
  263. package/dist/collection/components/six-sidebar/six-sidebar.css +47 -0
  264. package/dist/collection/components/six-sidebar/six-sidebar.js +464 -0
  265. package/dist/collection/components/six-sidebar/six-sidebar.js.map +1 -0
  266. package/dist/collection/components/six-sidebar-item/six-sidebar-item.css +22 -0
  267. package/dist/collection/components/six-sidebar-item/six-sidebar-item.js +92 -0
  268. package/dist/collection/components/six-sidebar-item/six-sidebar-item.js.map +1 -0
  269. package/dist/collection/components/six-sidebar-item-group/six-sidebar-item-group.css +32 -0
  270. package/dist/collection/components/six-sidebar-item-group/six-sidebar-item-group.js +159 -0
  271. package/dist/collection/components/six-sidebar-item-group/six-sidebar-item-group.js.map +1 -0
  272. package/dist/collection/components/six-spinner/six-spinner.css +79 -0
  273. package/dist/collection/components/six-spinner/six-spinner.js +58 -0
  274. package/dist/collection/components/six-spinner/six-spinner.js.map +1 -0
  275. package/dist/collection/components/six-stage-indicator/six-stage-indicator.css +49 -0
  276. package/dist/collection/components/six-stage-indicator/six-stage-indicator.js +49 -0
  277. package/dist/collection/components/six-stage-indicator/six-stage-indicator.js.map +1 -0
  278. package/dist/collection/components/six-switch/six-switch.css +90 -0
  279. package/dist/collection/components/six-switch/six-switch.js +401 -0
  280. package/dist/collection/components/six-switch/six-switch.js.map +1 -0
  281. package/dist/collection/components/six-tab/six-tab.css +54 -0
  282. package/dist/collection/components/six-tab/six-tab.js +202 -0
  283. package/dist/collection/components/six-tab/six-tab.js.map +1 -0
  284. package/dist/collection/components/six-tab-group/six-tab-group.css +155 -0
  285. package/dist/collection/components/six-tab-group/six-tab-group.js +368 -0
  286. package/dist/collection/components/six-tab-group/six-tab-group.js.map +1 -0
  287. package/dist/collection/components/six-tab-panel/six-tab-panel.css +17 -0
  288. package/dist/collection/components/six-tab-panel/six-tab-panel.js +78 -0
  289. package/dist/collection/components/six-tab-panel/six-tab-panel.js.map +1 -0
  290. package/dist/collection/components/six-tag/six-tag.css +103 -0
  291. package/dist/collection/components/six-tag/six-tag.js +159 -0
  292. package/dist/collection/components/six-tag/six-tag.js.map +1 -0
  293. package/dist/collection/components/six-textarea/six-textarea.css +196 -0
  294. package/dist/collection/components/six-textarea/six-textarea.js +920 -0
  295. package/dist/collection/components/six-textarea/six-textarea.js.map +1 -0
  296. package/dist/collection/components/six-tile/six-tile.css +105 -0
  297. package/dist/collection/components/six-tile/six-tile.js +314 -0
  298. package/dist/collection/components/six-tile/six-tile.js.map +1 -0
  299. package/dist/collection/components/six-timepicker/six-time-format.js +15 -0
  300. package/dist/collection/components/six-timepicker/six-time-format.js.map +1 -0
  301. package/dist/collection/components/six-timepicker/six-timepicker.css +94 -0
  302. package/dist/collection/components/six-timepicker/six-timepicker.js +936 -0
  303. package/dist/collection/components/six-timepicker/six-timepicker.js.map +1 -0
  304. package/dist/collection/components/six-timepicker/six-timepicker.types.js +41 -0
  305. package/dist/collection/components/six-timepicker/six-timepicker.types.js.map +1 -0
  306. package/dist/collection/components/six-tooltip/six-tooltip.css +146 -0
  307. package/dist/collection/components/six-tooltip/six-tooltip.js +432 -0
  308. package/dist/collection/components/six-tooltip/six-tooltip.js.map +1 -0
  309. package/dist/collection/files/file-list.json +308 -0
  310. package/dist/collection/files/noto-sans-all-100-italic.woff +0 -0
  311. package/dist/collection/files/noto-sans-all-100-normal.woff +0 -0
  312. package/dist/collection/files/noto-sans-all-200-italic.woff +0 -0
  313. package/dist/collection/files/noto-sans-all-200-normal.woff +0 -0
  314. package/dist/collection/files/noto-sans-all-300-italic.woff +0 -0
  315. package/dist/collection/files/noto-sans-all-300-normal.woff +0 -0
  316. package/dist/collection/files/noto-sans-all-400-italic.woff +0 -0
  317. package/dist/collection/files/noto-sans-all-400-normal.woff +0 -0
  318. package/dist/collection/files/noto-sans-all-500-italic.woff +0 -0
  319. package/dist/collection/files/noto-sans-all-500-normal.woff +0 -0
  320. package/dist/collection/files/noto-sans-all-600-italic.woff +0 -0
  321. package/dist/collection/files/noto-sans-all-600-normal.woff +0 -0
  322. package/dist/collection/files/noto-sans-all-700-italic.woff +0 -0
  323. package/dist/collection/files/noto-sans-all-700-normal.woff +0 -0
  324. package/dist/collection/files/noto-sans-all-800-italic.woff +0 -0
  325. package/dist/collection/files/noto-sans-all-800-normal.woff +0 -0
  326. package/dist/collection/files/noto-sans-all-900-italic.woff +0 -0
  327. package/dist/collection/files/noto-sans-all-900-normal.woff +0 -0
  328. package/dist/collection/files/noto-sans-cyrillic-100-italic.woff +0 -0
  329. package/dist/collection/files/noto-sans-cyrillic-100-italic.woff2 +0 -0
  330. package/dist/collection/files/noto-sans-cyrillic-100-normal.woff +0 -0
  331. package/dist/collection/files/noto-sans-cyrillic-100-normal.woff2 +0 -0
  332. package/dist/collection/files/noto-sans-cyrillic-200-italic.woff +0 -0
  333. package/dist/collection/files/noto-sans-cyrillic-200-italic.woff2 +0 -0
  334. package/dist/collection/files/noto-sans-cyrillic-200-normal.woff +0 -0
  335. package/dist/collection/files/noto-sans-cyrillic-200-normal.woff2 +0 -0
  336. package/dist/collection/files/noto-sans-cyrillic-300-italic.woff +0 -0
  337. package/dist/collection/files/noto-sans-cyrillic-300-italic.woff2 +0 -0
  338. package/dist/collection/files/noto-sans-cyrillic-300-normal.woff +0 -0
  339. package/dist/collection/files/noto-sans-cyrillic-300-normal.woff2 +0 -0
  340. package/dist/collection/files/noto-sans-cyrillic-400-italic.woff +0 -0
  341. package/dist/collection/files/noto-sans-cyrillic-400-italic.woff2 +0 -0
  342. package/dist/collection/files/noto-sans-cyrillic-400-normal.woff +0 -0
  343. package/dist/collection/files/noto-sans-cyrillic-400-normal.woff2 +0 -0
  344. package/dist/collection/files/noto-sans-cyrillic-500-italic.woff +0 -0
  345. package/dist/collection/files/noto-sans-cyrillic-500-italic.woff2 +0 -0
  346. package/dist/collection/files/noto-sans-cyrillic-500-normal.woff +0 -0
  347. package/dist/collection/files/noto-sans-cyrillic-500-normal.woff2 +0 -0
  348. package/dist/collection/files/noto-sans-cyrillic-600-italic.woff +0 -0
  349. package/dist/collection/files/noto-sans-cyrillic-600-italic.woff2 +0 -0
  350. package/dist/collection/files/noto-sans-cyrillic-600-normal.woff +0 -0
  351. package/dist/collection/files/noto-sans-cyrillic-600-normal.woff2 +0 -0
  352. package/dist/collection/files/noto-sans-cyrillic-700-italic.woff +0 -0
  353. package/dist/collection/files/noto-sans-cyrillic-700-italic.woff2 +0 -0
  354. package/dist/collection/files/noto-sans-cyrillic-700-normal.woff +0 -0
  355. package/dist/collection/files/noto-sans-cyrillic-700-normal.woff2 +0 -0
  356. package/dist/collection/files/noto-sans-cyrillic-800-italic.woff +0 -0
  357. package/dist/collection/files/noto-sans-cyrillic-800-italic.woff2 +0 -0
  358. package/dist/collection/files/noto-sans-cyrillic-800-normal.woff +0 -0
  359. package/dist/collection/files/noto-sans-cyrillic-800-normal.woff2 +0 -0
  360. package/dist/collection/files/noto-sans-cyrillic-900-italic.woff +0 -0
  361. package/dist/collection/files/noto-sans-cyrillic-900-italic.woff2 +0 -0
  362. package/dist/collection/files/noto-sans-cyrillic-900-normal.woff +0 -0
  363. package/dist/collection/files/noto-sans-cyrillic-900-normal.woff2 +0 -0
  364. package/dist/collection/files/noto-sans-cyrillic-ext-100-italic.woff +0 -0
  365. package/dist/collection/files/noto-sans-cyrillic-ext-100-italic.woff2 +0 -0
  366. package/dist/collection/files/noto-sans-cyrillic-ext-100-normal.woff +0 -0
  367. package/dist/collection/files/noto-sans-cyrillic-ext-100-normal.woff2 +0 -0
  368. package/dist/collection/files/noto-sans-cyrillic-ext-200-italic.woff +0 -0
  369. package/dist/collection/files/noto-sans-cyrillic-ext-200-italic.woff2 +0 -0
  370. package/dist/collection/files/noto-sans-cyrillic-ext-200-normal.woff +0 -0
  371. package/dist/collection/files/noto-sans-cyrillic-ext-200-normal.woff2 +0 -0
  372. package/dist/collection/files/noto-sans-cyrillic-ext-300-italic.woff +0 -0
  373. package/dist/collection/files/noto-sans-cyrillic-ext-300-italic.woff2 +0 -0
  374. package/dist/collection/files/noto-sans-cyrillic-ext-300-normal.woff +0 -0
  375. package/dist/collection/files/noto-sans-cyrillic-ext-300-normal.woff2 +0 -0
  376. package/dist/collection/files/noto-sans-cyrillic-ext-400-italic.woff +0 -0
  377. package/dist/collection/files/noto-sans-cyrillic-ext-400-italic.woff2 +0 -0
  378. package/dist/collection/files/noto-sans-cyrillic-ext-400-normal.woff +0 -0
  379. package/dist/collection/files/noto-sans-cyrillic-ext-400-normal.woff2 +0 -0
  380. package/dist/collection/files/noto-sans-cyrillic-ext-500-italic.woff +0 -0
  381. package/dist/collection/files/noto-sans-cyrillic-ext-500-italic.woff2 +0 -0
  382. package/dist/collection/files/noto-sans-cyrillic-ext-500-normal.woff +0 -0
  383. package/dist/collection/files/noto-sans-cyrillic-ext-500-normal.woff2 +0 -0
  384. package/dist/collection/files/noto-sans-cyrillic-ext-600-italic.woff +0 -0
  385. package/dist/collection/files/noto-sans-cyrillic-ext-600-italic.woff2 +0 -0
  386. package/dist/collection/files/noto-sans-cyrillic-ext-600-normal.woff +0 -0
  387. package/dist/collection/files/noto-sans-cyrillic-ext-600-normal.woff2 +0 -0
  388. package/dist/collection/files/noto-sans-cyrillic-ext-700-italic.woff +0 -0
  389. package/dist/collection/files/noto-sans-cyrillic-ext-700-italic.woff2 +0 -0
  390. package/dist/collection/files/noto-sans-cyrillic-ext-700-normal.woff +0 -0
  391. package/dist/collection/files/noto-sans-cyrillic-ext-700-normal.woff2 +0 -0
  392. package/dist/collection/files/noto-sans-cyrillic-ext-800-italic.woff +0 -0
  393. package/dist/collection/files/noto-sans-cyrillic-ext-800-italic.woff2 +0 -0
  394. package/dist/collection/files/noto-sans-cyrillic-ext-800-normal.woff +0 -0
  395. package/dist/collection/files/noto-sans-cyrillic-ext-800-normal.woff2 +0 -0
  396. package/dist/collection/files/noto-sans-cyrillic-ext-900-italic.woff +0 -0
  397. package/dist/collection/files/noto-sans-cyrillic-ext-900-italic.woff2 +0 -0
  398. package/dist/collection/files/noto-sans-cyrillic-ext-900-normal.woff +0 -0
  399. package/dist/collection/files/noto-sans-cyrillic-ext-900-normal.woff2 +0 -0
  400. package/dist/collection/files/noto-sans-devanagari-100-italic.woff +0 -0
  401. package/dist/collection/files/noto-sans-devanagari-100-italic.woff2 +0 -0
  402. package/dist/collection/files/noto-sans-devanagari-100-normal.woff +0 -0
  403. package/dist/collection/files/noto-sans-devanagari-100-normal.woff2 +0 -0
  404. package/dist/collection/files/noto-sans-devanagari-200-italic.woff +0 -0
  405. package/dist/collection/files/noto-sans-devanagari-200-italic.woff2 +0 -0
  406. package/dist/collection/files/noto-sans-devanagari-200-normal.woff +0 -0
  407. package/dist/collection/files/noto-sans-devanagari-200-normal.woff2 +0 -0
  408. package/dist/collection/files/noto-sans-devanagari-300-italic.woff +0 -0
  409. package/dist/collection/files/noto-sans-devanagari-300-italic.woff2 +0 -0
  410. package/dist/collection/files/noto-sans-devanagari-300-normal.woff +0 -0
  411. package/dist/collection/files/noto-sans-devanagari-300-normal.woff2 +0 -0
  412. package/dist/collection/files/noto-sans-devanagari-400-italic.woff +0 -0
  413. package/dist/collection/files/noto-sans-devanagari-400-italic.woff2 +0 -0
  414. package/dist/collection/files/noto-sans-devanagari-400-normal.woff +0 -0
  415. package/dist/collection/files/noto-sans-devanagari-400-normal.woff2 +0 -0
  416. package/dist/collection/files/noto-sans-devanagari-500-italic.woff +0 -0
  417. package/dist/collection/files/noto-sans-devanagari-500-italic.woff2 +0 -0
  418. package/dist/collection/files/noto-sans-devanagari-500-normal.woff +0 -0
  419. package/dist/collection/files/noto-sans-devanagari-500-normal.woff2 +0 -0
  420. package/dist/collection/files/noto-sans-devanagari-600-italic.woff +0 -0
  421. package/dist/collection/files/noto-sans-devanagari-600-italic.woff2 +0 -0
  422. package/dist/collection/files/noto-sans-devanagari-600-normal.woff +0 -0
  423. package/dist/collection/files/noto-sans-devanagari-600-normal.woff2 +0 -0
  424. package/dist/collection/files/noto-sans-devanagari-700-italic.woff +0 -0
  425. package/dist/collection/files/noto-sans-devanagari-700-italic.woff2 +0 -0
  426. package/dist/collection/files/noto-sans-devanagari-700-normal.woff +0 -0
  427. package/dist/collection/files/noto-sans-devanagari-700-normal.woff2 +0 -0
  428. package/dist/collection/files/noto-sans-devanagari-800-italic.woff +0 -0
  429. package/dist/collection/files/noto-sans-devanagari-800-italic.woff2 +0 -0
  430. package/dist/collection/files/noto-sans-devanagari-800-normal.woff +0 -0
  431. package/dist/collection/files/noto-sans-devanagari-800-normal.woff2 +0 -0
  432. package/dist/collection/files/noto-sans-devanagari-900-italic.woff +0 -0
  433. package/dist/collection/files/noto-sans-devanagari-900-italic.woff2 +0 -0
  434. package/dist/collection/files/noto-sans-devanagari-900-normal.woff +0 -0
  435. package/dist/collection/files/noto-sans-devanagari-900-normal.woff2 +0 -0
  436. package/dist/collection/files/noto-sans-greek-100-italic.woff +0 -0
  437. package/dist/collection/files/noto-sans-greek-100-italic.woff2 +0 -0
  438. package/dist/collection/files/noto-sans-greek-100-normal.woff +0 -0
  439. package/dist/collection/files/noto-sans-greek-100-normal.woff2 +0 -0
  440. package/dist/collection/files/noto-sans-greek-200-italic.woff +0 -0
  441. package/dist/collection/files/noto-sans-greek-200-italic.woff2 +0 -0
  442. package/dist/collection/files/noto-sans-greek-200-normal.woff +0 -0
  443. package/dist/collection/files/noto-sans-greek-200-normal.woff2 +0 -0
  444. package/dist/collection/files/noto-sans-greek-300-italic.woff +0 -0
  445. package/dist/collection/files/noto-sans-greek-300-italic.woff2 +0 -0
  446. package/dist/collection/files/noto-sans-greek-300-normal.woff +0 -0
  447. package/dist/collection/files/noto-sans-greek-300-normal.woff2 +0 -0
  448. package/dist/collection/files/noto-sans-greek-400-italic.woff +0 -0
  449. package/dist/collection/files/noto-sans-greek-400-italic.woff2 +0 -0
  450. package/dist/collection/files/noto-sans-greek-400-normal.woff +0 -0
  451. package/dist/collection/files/noto-sans-greek-400-normal.woff2 +0 -0
  452. package/dist/collection/files/noto-sans-greek-500-italic.woff +0 -0
  453. package/dist/collection/files/noto-sans-greek-500-italic.woff2 +0 -0
  454. package/dist/collection/files/noto-sans-greek-500-normal.woff +0 -0
  455. package/dist/collection/files/noto-sans-greek-500-normal.woff2 +0 -0
  456. package/dist/collection/files/noto-sans-greek-600-italic.woff +0 -0
  457. package/dist/collection/files/noto-sans-greek-600-italic.woff2 +0 -0
  458. package/dist/collection/files/noto-sans-greek-600-normal.woff +0 -0
  459. package/dist/collection/files/noto-sans-greek-600-normal.woff2 +0 -0
  460. package/dist/collection/files/noto-sans-greek-700-italic.woff +0 -0
  461. package/dist/collection/files/noto-sans-greek-700-italic.woff2 +0 -0
  462. package/dist/collection/files/noto-sans-greek-700-normal.woff +0 -0
  463. package/dist/collection/files/noto-sans-greek-700-normal.woff2 +0 -0
  464. package/dist/collection/files/noto-sans-greek-800-italic.woff +0 -0
  465. package/dist/collection/files/noto-sans-greek-800-italic.woff2 +0 -0
  466. package/dist/collection/files/noto-sans-greek-800-normal.woff +0 -0
  467. package/dist/collection/files/noto-sans-greek-800-normal.woff2 +0 -0
  468. package/dist/collection/files/noto-sans-greek-900-italic.woff +0 -0
  469. package/dist/collection/files/noto-sans-greek-900-italic.woff2 +0 -0
  470. package/dist/collection/files/noto-sans-greek-900-normal.woff +0 -0
  471. package/dist/collection/files/noto-sans-greek-900-normal.woff2 +0 -0
  472. package/dist/collection/files/noto-sans-greek-ext-100-italic.woff +0 -0
  473. package/dist/collection/files/noto-sans-greek-ext-100-italic.woff2 +0 -0
  474. package/dist/collection/files/noto-sans-greek-ext-100-normal.woff +0 -0
  475. package/dist/collection/files/noto-sans-greek-ext-100-normal.woff2 +0 -0
  476. package/dist/collection/files/noto-sans-greek-ext-200-italic.woff +0 -0
  477. package/dist/collection/files/noto-sans-greek-ext-200-italic.woff2 +0 -0
  478. package/dist/collection/files/noto-sans-greek-ext-200-normal.woff +0 -0
  479. package/dist/collection/files/noto-sans-greek-ext-200-normal.woff2 +0 -0
  480. package/dist/collection/files/noto-sans-greek-ext-300-italic.woff +0 -0
  481. package/dist/collection/files/noto-sans-greek-ext-300-italic.woff2 +0 -0
  482. package/dist/collection/files/noto-sans-greek-ext-300-normal.woff +0 -0
  483. package/dist/collection/files/noto-sans-greek-ext-300-normal.woff2 +0 -0
  484. package/dist/collection/files/noto-sans-greek-ext-400-italic.woff +0 -0
  485. package/dist/collection/files/noto-sans-greek-ext-400-italic.woff2 +0 -0
  486. package/dist/collection/files/noto-sans-greek-ext-400-normal.woff +0 -0
  487. package/dist/collection/files/noto-sans-greek-ext-400-normal.woff2 +0 -0
  488. package/dist/collection/files/noto-sans-greek-ext-500-italic.woff +0 -0
  489. package/dist/collection/files/noto-sans-greek-ext-500-italic.woff2 +0 -0
  490. package/dist/collection/files/noto-sans-greek-ext-500-normal.woff +0 -0
  491. package/dist/collection/files/noto-sans-greek-ext-500-normal.woff2 +0 -0
  492. package/dist/collection/files/noto-sans-greek-ext-600-italic.woff +0 -0
  493. package/dist/collection/files/noto-sans-greek-ext-600-italic.woff2 +0 -0
  494. package/dist/collection/files/noto-sans-greek-ext-600-normal.woff +0 -0
  495. package/dist/collection/files/noto-sans-greek-ext-600-normal.woff2 +0 -0
  496. package/dist/collection/files/noto-sans-greek-ext-700-italic.woff +0 -0
  497. package/dist/collection/files/noto-sans-greek-ext-700-italic.woff2 +0 -0
  498. package/dist/collection/files/noto-sans-greek-ext-700-normal.woff +0 -0
  499. package/dist/collection/files/noto-sans-greek-ext-700-normal.woff2 +0 -0
  500. package/dist/collection/files/noto-sans-greek-ext-800-italic.woff +0 -0
  501. package/dist/collection/files/noto-sans-greek-ext-800-italic.woff2 +0 -0
  502. package/dist/collection/files/noto-sans-greek-ext-800-normal.woff +0 -0
  503. package/dist/collection/files/noto-sans-greek-ext-800-normal.woff2 +0 -0
  504. package/dist/collection/files/noto-sans-greek-ext-900-italic.woff +0 -0
  505. package/dist/collection/files/noto-sans-greek-ext-900-italic.woff2 +0 -0
  506. package/dist/collection/files/noto-sans-greek-ext-900-normal.woff +0 -0
  507. package/dist/collection/files/noto-sans-greek-ext-900-normal.woff2 +0 -0
  508. package/dist/collection/files/noto-sans-latin-100-italic.woff +0 -0
  509. package/dist/collection/files/noto-sans-latin-100-italic.woff2 +0 -0
  510. package/dist/collection/files/noto-sans-latin-100-normal.woff +0 -0
  511. package/dist/collection/files/noto-sans-latin-100-normal.woff2 +0 -0
  512. package/dist/collection/files/noto-sans-latin-200-italic.woff +0 -0
  513. package/dist/collection/files/noto-sans-latin-200-italic.woff2 +0 -0
  514. package/dist/collection/files/noto-sans-latin-200-normal.woff +0 -0
  515. package/dist/collection/files/noto-sans-latin-200-normal.woff2 +0 -0
  516. package/dist/collection/files/noto-sans-latin-300-italic.woff +0 -0
  517. package/dist/collection/files/noto-sans-latin-300-italic.woff2 +0 -0
  518. package/dist/collection/files/noto-sans-latin-300-normal.woff +0 -0
  519. package/dist/collection/files/noto-sans-latin-300-normal.woff2 +0 -0
  520. package/dist/collection/files/noto-sans-latin-400-italic.woff +0 -0
  521. package/dist/collection/files/noto-sans-latin-400-italic.woff2 +0 -0
  522. package/dist/collection/files/noto-sans-latin-400-normal.woff +0 -0
  523. package/dist/collection/files/noto-sans-latin-400-normal.woff2 +0 -0
  524. package/dist/collection/files/noto-sans-latin-500-italic.woff +0 -0
  525. package/dist/collection/files/noto-sans-latin-500-italic.woff2 +0 -0
  526. package/dist/collection/files/noto-sans-latin-500-normal.woff +0 -0
  527. package/dist/collection/files/noto-sans-latin-500-normal.woff2 +0 -0
  528. package/dist/collection/files/noto-sans-latin-600-italic.woff +0 -0
  529. package/dist/collection/files/noto-sans-latin-600-italic.woff2 +0 -0
  530. package/dist/collection/files/noto-sans-latin-600-normal.woff +0 -0
  531. package/dist/collection/files/noto-sans-latin-600-normal.woff2 +0 -0
  532. package/dist/collection/files/noto-sans-latin-700-italic.woff +0 -0
  533. package/dist/collection/files/noto-sans-latin-700-italic.woff2 +0 -0
  534. package/dist/collection/files/noto-sans-latin-700-normal.woff +0 -0
  535. package/dist/collection/files/noto-sans-latin-700-normal.woff2 +0 -0
  536. package/dist/collection/files/noto-sans-latin-800-italic.woff +0 -0
  537. package/dist/collection/files/noto-sans-latin-800-italic.woff2 +0 -0
  538. package/dist/collection/files/noto-sans-latin-800-normal.woff +0 -0
  539. package/dist/collection/files/noto-sans-latin-800-normal.woff2 +0 -0
  540. package/dist/collection/files/noto-sans-latin-900-italic.woff +0 -0
  541. package/dist/collection/files/noto-sans-latin-900-italic.woff2 +0 -0
  542. package/dist/collection/files/noto-sans-latin-900-normal.woff +0 -0
  543. package/dist/collection/files/noto-sans-latin-900-normal.woff2 +0 -0
  544. package/dist/collection/files/noto-sans-latin-ext-100-italic.woff +0 -0
  545. package/dist/collection/files/noto-sans-latin-ext-100-italic.woff2 +0 -0
  546. package/dist/collection/files/noto-sans-latin-ext-100-normal.woff +0 -0
  547. package/dist/collection/files/noto-sans-latin-ext-100-normal.woff2 +0 -0
  548. package/dist/collection/files/noto-sans-latin-ext-200-italic.woff +0 -0
  549. package/dist/collection/files/noto-sans-latin-ext-200-italic.woff2 +0 -0
  550. package/dist/collection/files/noto-sans-latin-ext-200-normal.woff +0 -0
  551. package/dist/collection/files/noto-sans-latin-ext-200-normal.woff2 +0 -0
  552. package/dist/collection/files/noto-sans-latin-ext-300-italic.woff +0 -0
  553. package/dist/collection/files/noto-sans-latin-ext-300-italic.woff2 +0 -0
  554. package/dist/collection/files/noto-sans-latin-ext-300-normal.woff +0 -0
  555. package/dist/collection/files/noto-sans-latin-ext-300-normal.woff2 +0 -0
  556. package/dist/collection/files/noto-sans-latin-ext-400-italic.woff +0 -0
  557. package/dist/collection/files/noto-sans-latin-ext-400-italic.woff2 +0 -0
  558. package/dist/collection/files/noto-sans-latin-ext-400-normal.woff +0 -0
  559. package/dist/collection/files/noto-sans-latin-ext-400-normal.woff2 +0 -0
  560. package/dist/collection/files/noto-sans-latin-ext-500-italic.woff +0 -0
  561. package/dist/collection/files/noto-sans-latin-ext-500-italic.woff2 +0 -0
  562. package/dist/collection/files/noto-sans-latin-ext-500-normal.woff +0 -0
  563. package/dist/collection/files/noto-sans-latin-ext-500-normal.woff2 +0 -0
  564. package/dist/collection/files/noto-sans-latin-ext-600-italic.woff +0 -0
  565. package/dist/collection/files/noto-sans-latin-ext-600-italic.woff2 +0 -0
  566. package/dist/collection/files/noto-sans-latin-ext-600-normal.woff +0 -0
  567. package/dist/collection/files/noto-sans-latin-ext-600-normal.woff2 +0 -0
  568. package/dist/collection/files/noto-sans-latin-ext-700-italic.woff +0 -0
  569. package/dist/collection/files/noto-sans-latin-ext-700-italic.woff2 +0 -0
  570. package/dist/collection/files/noto-sans-latin-ext-700-normal.woff +0 -0
  571. package/dist/collection/files/noto-sans-latin-ext-700-normal.woff2 +0 -0
  572. package/dist/collection/files/noto-sans-latin-ext-800-italic.woff +0 -0
  573. package/dist/collection/files/noto-sans-latin-ext-800-italic.woff2 +0 -0
  574. package/dist/collection/files/noto-sans-latin-ext-800-normal.woff +0 -0
  575. package/dist/collection/files/noto-sans-latin-ext-800-normal.woff2 +0 -0
  576. package/dist/collection/files/noto-sans-latin-ext-900-italic.woff +0 -0
  577. package/dist/collection/files/noto-sans-latin-ext-900-italic.woff2 +0 -0
  578. package/dist/collection/files/noto-sans-latin-ext-900-normal.woff +0 -0
  579. package/dist/collection/files/noto-sans-latin-ext-900-normal.woff2 +0 -0
  580. package/dist/collection/files/noto-sans-vietnamese-100-italic.woff +0 -0
  581. package/dist/collection/files/noto-sans-vietnamese-100-italic.woff2 +0 -0
  582. package/dist/collection/files/noto-sans-vietnamese-100-normal.woff +0 -0
  583. package/dist/collection/files/noto-sans-vietnamese-100-normal.woff2 +0 -0
  584. package/dist/collection/files/noto-sans-vietnamese-200-italic.woff +0 -0
  585. package/dist/collection/files/noto-sans-vietnamese-200-italic.woff2 +0 -0
  586. package/dist/collection/files/noto-sans-vietnamese-200-normal.woff +0 -0
  587. package/dist/collection/files/noto-sans-vietnamese-200-normal.woff2 +0 -0
  588. package/dist/collection/files/noto-sans-vietnamese-300-italic.woff +0 -0
  589. package/dist/collection/files/noto-sans-vietnamese-300-italic.woff2 +0 -0
  590. package/dist/collection/files/noto-sans-vietnamese-300-normal.woff +0 -0
  591. package/dist/collection/files/noto-sans-vietnamese-300-normal.woff2 +0 -0
  592. package/dist/collection/files/noto-sans-vietnamese-400-italic.woff +0 -0
  593. package/dist/collection/files/noto-sans-vietnamese-400-italic.woff2 +0 -0
  594. package/dist/collection/files/noto-sans-vietnamese-400-normal.woff +0 -0
  595. package/dist/collection/files/noto-sans-vietnamese-400-normal.woff2 +0 -0
  596. package/dist/collection/files/noto-sans-vietnamese-500-italic.woff +0 -0
  597. package/dist/collection/files/noto-sans-vietnamese-500-italic.woff2 +0 -0
  598. package/dist/collection/files/noto-sans-vietnamese-500-normal.woff +0 -0
  599. package/dist/collection/files/noto-sans-vietnamese-500-normal.woff2 +0 -0
  600. package/dist/collection/files/noto-sans-vietnamese-600-italic.woff +0 -0
  601. package/dist/collection/files/noto-sans-vietnamese-600-italic.woff2 +0 -0
  602. package/dist/collection/files/noto-sans-vietnamese-600-normal.woff +0 -0
  603. package/dist/collection/files/noto-sans-vietnamese-600-normal.woff2 +0 -0
  604. package/dist/collection/files/noto-sans-vietnamese-700-italic.woff +0 -0
  605. package/dist/collection/files/noto-sans-vietnamese-700-italic.woff2 +0 -0
  606. package/dist/collection/files/noto-sans-vietnamese-700-normal.woff +0 -0
  607. package/dist/collection/files/noto-sans-vietnamese-700-normal.woff2 +0 -0
  608. package/dist/collection/files/noto-sans-vietnamese-800-italic.woff +0 -0
  609. package/dist/collection/files/noto-sans-vietnamese-800-italic.woff2 +0 -0
  610. package/dist/collection/files/noto-sans-vietnamese-800-normal.woff +0 -0
  611. package/dist/collection/files/noto-sans-vietnamese-800-normal.woff2 +0 -0
  612. package/dist/collection/files/noto-sans-vietnamese-900-italic.woff +0 -0
  613. package/dist/collection/files/noto-sans-vietnamese-900-italic.woff2 +0 -0
  614. package/dist/collection/files/noto-sans-vietnamese-900-normal.woff +0 -0
  615. package/dist/collection/files/noto-sans-vietnamese-900-normal.woff2 +0 -0
  616. package/dist/collection/functional-components/form-control/form-control.js +23 -0
  617. package/dist/collection/functional-components/form-control/form-control.js.map +1 -0
  618. package/dist/collection/index.js +2 -0
  619. package/dist/collection/index.js.map +1 -0
  620. package/dist/collection/material-icons-outlined.woff +0 -0
  621. package/dist/collection/material-icons-outlined.woff2 +0 -0
  622. package/dist/collection/material-icons-round.woff +0 -0
  623. package/dist/collection/material-icons-round.woff2 +0 -0
  624. package/dist/collection/material-icons-sharp.woff +0 -0
  625. package/dist/collection/material-icons-sharp.woff2 +0 -0
  626. package/dist/collection/material-icons-two-tone.woff +0 -0
  627. package/dist/collection/material-icons-two-tone.woff2 +0 -0
  628. package/dist/collection/material-icons.css +124 -0
  629. package/dist/collection/material-icons.scss +5 -0
  630. package/dist/collection/material-icons.woff +0 -0
  631. package/dist/collection/material-icons.woff2 +0 -0
  632. package/dist/collection/testUtil/delay.js +4 -0
  633. package/dist/collection/testUtil/delay.js.map +1 -0
  634. package/dist/collection/utils/as-array.js +2 -0
  635. package/dist/collection/utils/as-array.js.map +1 -0
  636. package/dist/collection/utils/date-util.js +713 -0
  637. package/dist/collection/utils/date-util.js.map +1 -0
  638. package/dist/collection/utils/event-listeners.js +40 -0
  639. package/dist/collection/utils/event-listeners.js.map +1 -0
  640. package/dist/collection/utils/execution-control.js +39 -0
  641. package/dist/collection/utils/execution-control.js.map +1 -0
  642. package/dist/collection/utils/focus-visible.js +42 -0
  643. package/dist/collection/utils/focus-visible.js.map +1 -0
  644. package/dist/collection/utils/matchers.js +3 -0
  645. package/dist/collection/utils/matchers.js.map +1 -0
  646. package/dist/collection/utils/modal.js +29 -0
  647. package/dist/collection/utils/modal.js.map +1 -0
  648. package/dist/collection/utils/offset.js +14 -0
  649. package/dist/collection/utils/offset.js.map +1 -0
  650. package/dist/collection/utils/popover.js +114 -0
  651. package/dist/collection/utils/popover.js.map +1 -0
  652. package/dist/collection/utils/scroll.js +48 -0
  653. package/dist/collection/utils/scroll.js.map +1 -0
  654. package/dist/collection/utils/slot.js +60 -0
  655. package/dist/collection/utils/slot.js.map +1 -0
  656. package/dist/collection/utils/support.js +16 -0
  657. package/dist/collection/utils/support.js.map +1 -0
  658. package/dist/collection/utils/tabbable.js +23 -0
  659. package/dist/collection/utils/tabbable.js.map +1 -0
  660. package/dist/collection/utils/testing.js +39 -0
  661. package/dist/collection/utils/testing.js.map +1 -0
  662. package/dist/collection/utils/time.util.js +75 -0
  663. package/dist/collection/utils/time.util.js.map +1 -0
  664. package/dist/collection/utils/type-check.js +6 -0
  665. package/dist/collection/utils/type-check.js.map +1 -0
  666. package/dist/collection/utils/types.js +2 -0
  667. package/dist/collection/utils/types.js.map +1 -0
  668. package/dist/collection/wrappers/set-attributes/set-attributes.js +72 -0
  669. package/dist/collection/wrappers/set-attributes/set-attributes.js.map +1 -0
  670. package/dist/components/event-listeners.js +43 -0
  671. package/dist/components/event-listeners.js.map +1 -0
  672. package/dist/components/execution-control.js +40 -0
  673. package/dist/components/execution-control.js.map +1 -0
  674. package/dist/components/focus-visible.js +45 -0
  675. package/dist/components/focus-visible.js.map +1 -0
  676. package/dist/components/form-control.js +32 -0
  677. package/dist/components/form-control.js.map +1 -0
  678. package/dist/components/index.d.ts +39 -0
  679. package/dist/components/index.js +122 -0
  680. package/dist/components/index.js.map +1 -0
  681. package/dist/components/modal.js +48 -0
  682. package/dist/components/modal.js.map +1 -0
  683. package/dist/components/popover.js +1897 -0
  684. package/dist/components/popover.js.map +1 -0
  685. package/dist/components/scroll.js +64 -0
  686. package/dist/components/scroll.js.map +1 -0
  687. package/dist/components/set-attributes.d.ts +11 -0
  688. package/dist/components/set-attributes.js +8 -0
  689. package/dist/components/set-attributes.js.map +1 -0
  690. package/dist/components/set-attributes2.js +69 -0
  691. package/dist/components/set-attributes2.js.map +1 -0
  692. package/dist/components/six-alert.d.ts +11 -0
  693. package/dist/components/six-alert.js +172 -0
  694. package/dist/components/six-alert.js.map +1 -0
  695. package/dist/components/six-avatar.d.ts +11 -0
  696. package/dist/components/six-avatar.js +63 -0
  697. package/dist/components/six-avatar.js.map +1 -0
  698. package/dist/components/six-badge.d.ts +11 -0
  699. package/dist/components/six-badge.js +54 -0
  700. package/dist/components/six-badge.js.map +1 -0
  701. package/dist/components/six-button.d.ts +11 -0
  702. package/dist/components/six-button.js +147 -0
  703. package/dist/components/six-button.js.map +1 -0
  704. package/dist/components/six-card.d.ts +11 -0
  705. package/dist/components/six-card.js +35 -0
  706. package/dist/components/six-card.js.map +1 -0
  707. package/dist/components/six-checkbox.d.ts +11 -0
  708. package/dist/components/six-checkbox.js +193 -0
  709. package/dist/components/six-checkbox.js.map +1 -0
  710. package/dist/components/six-datepicker.d.ts +11 -0
  711. package/dist/components/six-datepicker.js +1229 -0
  712. package/dist/components/six-datepicker.js.map +1 -0
  713. package/dist/components/six-details.d.ts +11 -0
  714. package/dist/components/six-details.js +8 -0
  715. package/dist/components/six-details.js.map +1 -0
  716. package/dist/components/six-details2.js +176 -0
  717. package/dist/components/six-details2.js.map +1 -0
  718. package/dist/components/six-dialog.d.ts +11 -0
  719. package/dist/components/six-dialog.js +190 -0
  720. package/dist/components/six-dialog.js.map +1 -0
  721. package/dist/components/six-drawer.d.ts +11 -0
  722. package/dist/components/six-drawer.js +209 -0
  723. package/dist/components/six-drawer.js.map +1 -0
  724. package/dist/components/six-dropdown.d.ts +11 -0
  725. package/dist/components/six-dropdown.js +8 -0
  726. package/dist/components/six-dropdown.js.map +1 -0
  727. package/dist/components/six-dropdown2.js +499 -0
  728. package/dist/components/six-dropdown2.js.map +1 -0
  729. package/dist/components/six-error-page.d.ts +11 -0
  730. package/dist/components/six-error-page.js +134 -0
  731. package/dist/components/six-error-page.js.map +1 -0
  732. package/dist/components/six-file-list-item.d.ts +11 -0
  733. package/dist/components/six-file-list-item.js +74 -0
  734. package/dist/components/six-file-list-item.js.map +1 -0
  735. package/dist/components/six-file-list.d.ts +11 -0
  736. package/dist/components/six-file-list.js +35 -0
  737. package/dist/components/six-file-list.js.map +1 -0
  738. package/dist/components/six-file-upload.d.ts +11 -0
  739. package/dist/components/six-file-upload.js +147 -0
  740. package/dist/components/six-file-upload.js.map +1 -0
  741. package/dist/components/six-footer.d.ts +11 -0
  742. package/dist/components/six-footer.js +35 -0
  743. package/dist/components/six-footer.js.map +1 -0
  744. package/dist/components/six-form.d.ts +11 -0
  745. package/dist/components/six-form.js +252 -0
  746. package/dist/components/six-form.js.map +1 -0
  747. package/dist/components/six-group-label.d.ts +11 -0
  748. package/dist/components/six-group-label.js +78 -0
  749. package/dist/components/six-group-label.js.map +1 -0
  750. package/dist/components/six-header.d.ts +11 -0
  751. package/dist/components/six-header.js +219 -0
  752. package/dist/components/six-header.js.map +1 -0
  753. package/dist/components/six-icon-button.d.ts +11 -0
  754. package/dist/components/six-icon-button.js +8 -0
  755. package/dist/components/six-icon-button.js.map +1 -0
  756. package/dist/components/six-icon-button2.js +70 -0
  757. package/dist/components/six-icon-button2.js.map +1 -0
  758. package/dist/components/six-icon.d.ts +11 -0
  759. package/dist/components/six-icon.js +8 -0
  760. package/dist/components/six-icon.js.map +1 -0
  761. package/dist/components/six-icon2.js +49 -0
  762. package/dist/components/six-icon2.js.map +1 -0
  763. package/dist/components/six-input.d.ts +11 -0
  764. package/dist/components/six-input.js +8 -0
  765. package/dist/components/six-input.js.map +1 -0
  766. package/dist/components/six-input2.js +303 -0
  767. package/dist/components/six-input2.js.map +1 -0
  768. package/dist/components/six-item-picker.d.ts +11 -0
  769. package/dist/components/six-item-picker.js +8 -0
  770. package/dist/components/six-item-picker.js.map +1 -0
  771. package/dist/components/six-item-picker2.js +404 -0
  772. package/dist/components/six-item-picker2.js.map +1 -0
  773. package/dist/components/six-language-switcher.d.ts +11 -0
  774. package/dist/components/six-language-switcher.js +82 -0
  775. package/dist/components/six-language-switcher.js.map +1 -0
  776. package/dist/components/six-layout-grid.d.ts +11 -0
  777. package/dist/components/six-layout-grid.js +49 -0
  778. package/dist/components/six-layout-grid.js.map +1 -0
  779. package/dist/components/six-main-container.d.ts +11 -0
  780. package/dist/components/six-main-container.js +39 -0
  781. package/dist/components/six-main-container.js.map +1 -0
  782. package/dist/components/six-menu-divider.d.ts +11 -0
  783. package/dist/components/six-menu-divider.js +35 -0
  784. package/dist/components/six-menu-divider.js.map +1 -0
  785. package/dist/components/six-menu-item.d.ts +11 -0
  786. package/dist/components/six-menu-item.js +8 -0
  787. package/dist/components/six-menu-item.js.map +1 -0
  788. package/dist/components/six-menu-item2.js +86 -0
  789. package/dist/components/six-menu-item2.js.map +1 -0
  790. package/dist/components/six-menu-label.d.ts +11 -0
  791. package/dist/components/six-menu-label.js +35 -0
  792. package/dist/components/six-menu-label.js.map +1 -0
  793. package/dist/components/six-menu.d.ts +11 -0
  794. package/dist/components/six-menu.js +8 -0
  795. package/dist/components/six-menu.js.map +1 -0
  796. package/dist/components/six-menu2.js +252 -0
  797. package/dist/components/six-menu2.js.map +1 -0
  798. package/dist/components/six-picto.d.ts +11 -0
  799. package/dist/components/six-picto.js +8 -0
  800. package/dist/components/six-picto.js.map +1 -0
  801. package/dist/components/six-picto2.js +38 -0
  802. package/dist/components/six-picto2.js.map +1 -0
  803. package/dist/components/six-progress-bar.d.ts +11 -0
  804. package/dist/components/six-progress-bar.js +45 -0
  805. package/dist/components/six-progress-bar.js.map +1 -0
  806. package/dist/components/six-progress-ring.d.ts +11 -0
  807. package/dist/components/six-progress-ring.js +61 -0
  808. package/dist/components/six-progress-ring.js.map +1 -0
  809. package/dist/components/six-radio.d.ts +11 -0
  810. package/dist/components/six-radio.js +157 -0
  811. package/dist/components/six-radio.js.map +1 -0
  812. package/dist/components/six-range.d.ts +11 -0
  813. package/dist/components/six-range.js +236 -0
  814. package/dist/components/six-range.js.map +1 -0
  815. package/dist/components/six-root.d.ts +11 -0
  816. package/dist/components/six-root.js +82 -0
  817. package/dist/components/six-root.js.map +1 -0
  818. package/dist/components/six-search-field.d.ts +11 -0
  819. package/dist/components/six-search-field.js +85 -0
  820. package/dist/components/six-search-field.js.map +1 -0
  821. package/dist/components/six-select.d.ts +11 -0
  822. package/dist/components/six-select.js +526 -0
  823. package/dist/components/six-select.js.map +1 -0
  824. package/dist/components/six-sidebar-item-group.d.ts +11 -0
  825. package/dist/components/six-sidebar-item-group.js +88 -0
  826. package/dist/components/six-sidebar-item-group.js.map +1 -0
  827. package/dist/components/six-sidebar-item.d.ts +11 -0
  828. package/dist/components/six-sidebar-item.js +46 -0
  829. package/dist/components/six-sidebar-item.js.map +1 -0
  830. package/dist/components/six-sidebar.d.ts +11 -0
  831. package/dist/components/six-sidebar.js +205 -0
  832. package/dist/components/six-sidebar.js.map +1 -0
  833. package/dist/components/six-spinner.d.ts +11 -0
  834. package/dist/components/six-spinner.js +8 -0
  835. package/dist/components/six-spinner.js.map +1 -0
  836. package/dist/components/six-spinner2.js +41 -0
  837. package/dist/components/six-spinner2.js.map +1 -0
  838. package/dist/components/six-stage-indicator.d.ts +11 -0
  839. package/dist/components/six-stage-indicator.js +8 -0
  840. package/dist/components/six-stage-indicator.js.map +1 -0
  841. package/dist/components/six-stage-indicator2.js +41 -0
  842. package/dist/components/six-stage-indicator2.js.map +1 -0
  843. package/dist/components/six-switch.d.ts +11 -0
  844. package/dist/components/six-switch.js +139 -0
  845. package/dist/components/six-switch.js.map +1 -0
  846. package/dist/components/six-tab-group.d.ts +11 -0
  847. package/dist/components/six-tab-group.js +268 -0
  848. package/dist/components/six-tab-group.js.map +1 -0
  849. package/dist/components/six-tab-panel.d.ts +11 -0
  850. package/dist/components/six-tab-panel.js +45 -0
  851. package/dist/components/six-tab-panel.js.map +1 -0
  852. package/dist/components/six-tab.d.ts +11 -0
  853. package/dist/components/six-tab.js +84 -0
  854. package/dist/components/six-tab.js.map +1 -0
  855. package/dist/components/six-tag.d.ts +11 -0
  856. package/dist/components/six-tag.js +8 -0
  857. package/dist/components/six-tag.js.map +1 -0
  858. package/dist/components/six-tag2.js +77 -0
  859. package/dist/components/six-tag2.js.map +1 -0
  860. package/dist/components/six-textarea.d.ts +11 -0
  861. package/dist/components/six-textarea.js +269 -0
  862. package/dist/components/six-textarea.js.map +1 -0
  863. package/dist/components/six-tile.d.ts +11 -0
  864. package/dist/components/six-tile.js +142 -0
  865. package/dist/components/six-tile.js.map +1 -0
  866. package/dist/components/six-timepicker.d.ts +11 -0
  867. package/dist/components/six-timepicker.js +8 -0
  868. package/dist/components/six-timepicker.js.map +1 -0
  869. package/dist/components/six-timepicker2.js +559 -0
  870. package/dist/components/six-timepicker2.js.map +1 -0
  871. package/dist/components/six-tooltip.d.ts +11 -0
  872. package/dist/components/six-tooltip.js +8 -0
  873. package/dist/components/six-tooltip.js.map +1 -0
  874. package/dist/components/six-tooltip2.js +194 -0
  875. package/dist/components/six-tooltip2.js.map +1 -0
  876. package/dist/components/slot.js +47 -0
  877. package/dist/components/slot.js.map +1 -0
  878. package/dist/components.d.ts +148 -0
  879. package/dist/components.json +12197 -0
  880. package/dist/esm/event-listeners-570a24ea.js +43 -0
  881. package/dist/esm/event-listeners-570a24ea.js.map +1 -0
  882. package/dist/esm/execution-control-1a60d709.js +40 -0
  883. package/dist/esm/execution-control-1a60d709.js.map +1 -0
  884. package/dist/esm/focus-visible-97933ea9.js +45 -0
  885. package/dist/esm/focus-visible-97933ea9.js.map +1 -0
  886. package/dist/esm/form-control-3b440ea1.js +32 -0
  887. package/dist/esm/form-control-3b440ea1.js.map +1 -0
  888. package/dist/esm/index-5c0f6628.js +2094 -0
  889. package/dist/esm/index-5c0f6628.js.map +1 -0
  890. package/dist/esm/index.js +3 -0
  891. package/dist/esm/index.js.map +1 -0
  892. package/dist/esm/loader.js +20 -0
  893. package/dist/esm/loader.js.map +1 -0
  894. package/dist/esm/modal-5ebdc320.js +48 -0
  895. package/dist/esm/modal-5ebdc320.js.map +1 -0
  896. package/dist/esm/polyfills/core-js.js +11 -0
  897. package/dist/esm/polyfills/css-shim.js +1 -0
  898. package/dist/esm/polyfills/dom.js +79 -0
  899. package/dist/esm/polyfills/es5-html-element.js +1 -0
  900. package/dist/esm/polyfills/index.js +34 -0
  901. package/dist/esm/polyfills/system.js +6 -0
  902. package/dist/esm/popover-bd2c2fca.js +1897 -0
  903. package/dist/esm/popover-bd2c2fca.js.map +1 -0
  904. package/dist/esm/scroll-180b53fd.js +64 -0
  905. package/dist/esm/scroll-180b53fd.js.map +1 -0
  906. package/dist/esm/set-attributes_2.entry.js +66 -0
  907. package/dist/esm/set-attributes_2.entry.js.map +1 -0
  908. package/dist/esm/six-alert.entry.js +133 -0
  909. package/dist/esm/six-alert.entry.js.map +1 -0
  910. package/dist/esm/six-avatar.entry.js +33 -0
  911. package/dist/esm/six-avatar.entry.js.map +1 -0
  912. package/dist/esm/six-badge.entry.js +32 -0
  913. package/dist/esm/six-badge.entry.js.map +1 -0
  914. package/dist/esm/six-button.entry.js +102 -0
  915. package/dist/esm/six-button.entry.js.map +1 -0
  916. package/dist/esm/six-card.entry.js +17 -0
  917. package/dist/esm/six-card.entry.js.map +1 -0
  918. package/dist/esm/six-checkbox.entry.js +155 -0
  919. package/dist/esm/six-checkbox.entry.js.map +1 -0
  920. package/dist/esm/six-datepicker.entry.js +1153 -0
  921. package/dist/esm/six-datepicker.entry.js.map +1 -0
  922. package/dist/esm/six-details.entry.js +143 -0
  923. package/dist/esm/six-details.entry.js.map +1 -0
  924. package/dist/esm/six-dialog.entry.js +152 -0
  925. package/dist/esm/six-dialog.entry.js.map +1 -0
  926. package/dist/esm/six-drawer.entry.js +169 -0
  927. package/dist/esm/six-drawer.entry.js.map +1 -0
  928. package/dist/esm/six-dropdown_2.entry.js +647 -0
  929. package/dist/esm/six-dropdown_2.entry.js.map +1 -0
  930. package/dist/esm/six-error-page.entry.js +104 -0
  931. package/dist/esm/six-error-page.entry.js.map +1 -0
  932. package/dist/esm/six-file-list-item.entry.js +43 -0
  933. package/dist/esm/six-file-list-item.entry.js.map +1 -0
  934. package/dist/esm/six-file-list.entry.js +17 -0
  935. package/dist/esm/six-file-list.entry.js.map +1 -0
  936. package/dist/esm/six-file-upload.entry.js +116 -0
  937. package/dist/esm/six-file-upload.entry.js.map +1 -0
  938. package/dist/esm/six-footer.entry.js +17 -0
  939. package/dist/esm/six-footer.entry.js.map +1 -0
  940. package/dist/esm/six-form.entry.js +227 -0
  941. package/dist/esm/six-form.entry.js.map +1 -0
  942. package/dist/esm/six-group-label.entry.js +52 -0
  943. package/dist/esm/six-group-label.entry.js.map +1 -0
  944. package/dist/esm/six-header.entry.js +156 -0
  945. package/dist/esm/six-header.entry.js.map +1 -0
  946. package/dist/esm/six-icon-button.entry.js +43 -0
  947. package/dist/esm/six-icon-button.entry.js.map +1 -0
  948. package/dist/esm/six-icon.entry.js +31 -0
  949. package/dist/esm/six-icon.entry.js.map +1 -0
  950. package/dist/esm/six-input.entry.js +235 -0
  951. package/dist/esm/six-input.entry.js.map +1 -0
  952. package/dist/esm/six-item-picker.entry.js +353 -0
  953. package/dist/esm/six-item-picker.entry.js.map +1 -0
  954. package/dist/esm/six-language-switcher.entry.js +61 -0
  955. package/dist/esm/six-language-switcher.entry.js.map +1 -0
  956. package/dist/esm/six-layout-grid.entry.js +29 -0
  957. package/dist/esm/six-layout-grid.entry.js.map +1 -0
  958. package/dist/esm/six-main-container.entry.js +19 -0
  959. package/dist/esm/six-main-container.entry.js.map +1 -0
  960. package/dist/esm/six-menu-divider.entry.js +17 -0
  961. package/dist/esm/six-menu-divider.entry.js.map +1 -0
  962. package/dist/esm/six-menu-item.entry.js +57 -0
  963. package/dist/esm/six-menu-item.entry.js.map +1 -0
  964. package/dist/esm/six-menu-label.entry.js +17 -0
  965. package/dist/esm/six-menu-label.entry.js.map +1 -0
  966. package/dist/esm/six-picto.entry.js +21 -0
  967. package/dist/esm/six-picto.entry.js.map +1 -0
  968. package/dist/esm/six-progress-bar.entry.js +24 -0
  969. package/dist/esm/six-progress-bar.entry.js.map +1 -0
  970. package/dist/esm/six-progress-ring.entry.js +39 -0
  971. package/dist/esm/six-progress-ring.entry.js.map +1 -0
  972. package/dist/esm/six-radio.entry.js +126 -0
  973. package/dist/esm/six-radio.entry.js.map +1 -0
  974. package/dist/esm/six-range.entry.js +194 -0
  975. package/dist/esm/six-range.entry.js.map +1 -0
  976. package/dist/esm/six-root.entry.js +40 -0
  977. package/dist/esm/six-root.entry.js.map +1 -0
  978. package/dist/esm/six-search-field.entry.js +49 -0
  979. package/dist/esm/six-search-field.entry.js.map +1 -0
  980. package/dist/esm/six-select.entry.js +428 -0
  981. package/dist/esm/six-select.entry.js.map +1 -0
  982. package/dist/esm/six-sidebar-item-group.entry.js +50 -0
  983. package/dist/esm/six-sidebar-item-group.entry.js.map +1 -0
  984. package/dist/esm/six-sidebar-item.entry.js +24 -0
  985. package/dist/esm/six-sidebar-item.entry.js.map +1 -0
  986. package/dist/esm/six-sidebar.entry.js +176 -0
  987. package/dist/esm/six-sidebar.entry.js.map +1 -0
  988. package/dist/esm/six-spinner.entry.js +24 -0
  989. package/dist/esm/six-spinner.entry.js.map +1 -0
  990. package/dist/esm/six-switch.entry.js +107 -0
  991. package/dist/esm/six-switch.entry.js.map +1 -0
  992. package/dist/esm/six-tab-group.entry.js +233 -0
  993. package/dist/esm/six-tab-group.entry.js.map +1 -0
  994. package/dist/esm/six-tab-panel.entry.js +24 -0
  995. package/dist/esm/six-tab-panel.entry.js.map +1 -0
  996. package/dist/esm/six-tab.entry.js +47 -0
  997. package/dist/esm/six-tab.entry.js.map +1 -0
  998. package/dist/esm/six-tag.entry.js +45 -0
  999. package/dist/esm/six-tag.entry.js.map +1 -0
  1000. package/dist/esm/six-textarea.entry.js +215 -0
  1001. package/dist/esm/six-textarea.entry.js.map +1 -0
  1002. package/dist/esm/six-tile.entry.js +93 -0
  1003. package/dist/esm/six-tile.entry.js.map +1 -0
  1004. package/dist/esm/six-timepicker.entry.js +451 -0
  1005. package/dist/esm/six-timepicker.entry.js.map +1 -0
  1006. package/dist/esm/six-timepicker.types-e161a447.js +50 -0
  1007. package/dist/esm/six-timepicker.types-e161a447.js.map +1 -0
  1008. package/dist/esm/six-tooltip.entry.js +169 -0
  1009. package/dist/esm/six-tooltip.entry.js.map +1 -0
  1010. package/dist/esm/slot-6f3984c7.js +47 -0
  1011. package/dist/esm/slot-6f3984c7.js.map +1 -0
  1012. package/dist/esm/types-4b10b413.js +17 -0
  1013. package/dist/esm/types-4b10b413.js.map +1 -0
  1014. package/dist/esm/ui-library.js +23 -0
  1015. package/dist/esm/ui-library.js.map +1 -0
  1016. package/dist/index.cjs.js +1 -0
  1017. package/dist/index.js +1 -0
  1018. package/dist/types/components/six-alert/six-alert.d.ts +60 -0
  1019. package/dist/types/components/six-avatar/six-avatar.d.ts +27 -0
  1020. package/dist/types/components/six-badge/six-badge.d.ts +20 -0
  1021. package/dist/types/components/six-button/six-button.d.ts +69 -0
  1022. package/dist/types/components/six-card/six-card.d.ts +9 -0
  1023. package/dist/types/components/six-checkbox/six-checkbox.d.ts +86 -0
  1024. package/dist/types/components/six-datepicker/components/day-selection.d.ts +5 -0
  1025. package/dist/types/components/six-datepicker/components/month-selection.d.ts +5 -0
  1026. package/dist/types/components/six-datepicker/components/year-selection.d.ts +5 -0
  1027. package/dist/types/components/six-datepicker/six-date-formats.d.ts +22 -0
  1028. package/dist/types/components/six-datepicker/six-datepicker.d.ts +214 -0
  1029. package/dist/types/components/six-datepicker/test/six-datepicker.test-helpers.d.ts +1 -0
  1030. package/dist/types/components/six-details/six-details.d.ts +61 -0
  1031. package/dist/types/components/six-dialog/six-dialog.d.ts +75 -0
  1032. package/dist/types/components/six-drawer/six-drawer.d.ts +82 -0
  1033. package/dist/types/components/six-dropdown/six-dropdown.d.ts +140 -0
  1034. package/dist/types/components/six-error-page/six-error-page.d.ts +27 -0
  1035. package/dist/types/components/six-file-list/six-file-list.d.ts +8 -0
  1036. package/dist/types/components/six-file-list-item/six-file-list-item.d.ts +35 -0
  1037. package/dist/types/components/six-file-upload/six-file-upload.d.ts +49 -0
  1038. package/dist/types/components/six-footer/six-footer.d.ts +9 -0
  1039. package/dist/types/components/six-form/six-form.d.ts +69 -0
  1040. package/dist/types/components/six-group-label/six-group-label.d.ts +37 -0
  1041. package/dist/types/components/six-header/six-header.d.ts +90 -0
  1042. package/dist/types/components/six-icon/six-icon.d.ts +13 -0
  1043. package/dist/types/components/six-icon-button/six-icon-button.d.ts +28 -0
  1044. package/dist/types/components/six-input/six-input.d.ts +165 -0
  1045. package/dist/types/components/six-item-picker/six-item-picker.d.ts +106 -0
  1046. package/dist/types/components/six-item-picker/types.d.ts +11 -0
  1047. package/dist/types/components/six-language-switcher/six-language-switcher.d.ts +25 -0
  1048. package/dist/types/components/six-layout-grid/six-layout-grid.d.ts +14 -0
  1049. package/dist/types/components/six-main-container/six-main-container.d.ts +16 -0
  1050. package/dist/types/components/six-menu/six-menu.d.ts +81 -0
  1051. package/dist/types/components/six-menu-divider/six-menu-divider.d.ts +11 -0
  1052. package/dist/types/components/six-menu-item/six-menu-item.d.ts +39 -0
  1053. package/dist/types/components/six-menu-label/six-menu-label.d.ts +13 -0
  1054. package/dist/types/components/six-picto/six-picto.d.ts +14 -0
  1055. package/dist/types/components/six-progress-bar/six-progress-bar.d.ts +19 -0
  1056. package/dist/types/components/six-progress-ring/six-progress-ring.d.ts +24 -0
  1057. package/dist/types/components/six-radio/six-radio.d.ts +66 -0
  1058. package/dist/types/components/six-range/six-range.d.ts +101 -0
  1059. package/dist/types/components/six-root/six-root.d.ts +34 -0
  1060. package/dist/types/components/six-search-field/six-search-field.d.ts +32 -0
  1061. package/dist/types/components/six-select/six-select.d.ts +164 -0
  1062. package/dist/types/components/six-sidebar/six-sidebar.d.ts +55 -0
  1063. package/dist/types/components/six-sidebar-item/six-sidebar-item.d.ts +15 -0
  1064. package/dist/types/components/six-sidebar-item-group/six-sidebar-item-group.d.ts +26 -0
  1065. package/dist/types/components/six-spinner/six-spinner.d.ts +15 -0
  1066. package/dist/types/components/six-stage-indicator/six-stage-indicator.d.ts +6 -0
  1067. package/dist/types/components/six-switch/six-switch.d.ts +62 -0
  1068. package/dist/types/components/six-tab/six-tab.d.ts +35 -0
  1069. package/dist/types/components/six-tab-group/six-tab-group.d.ts +62 -0
  1070. package/dist/types/components/six-tab-panel/six-tab-panel.d.ts +19 -0
  1071. package/dist/types/components/six-tag/six-tag.d.ts +30 -0
  1072. package/dist/types/components/six-textarea/six-textarea.d.ts +134 -0
  1073. package/dist/types/components/six-tile/six-tile.d.ts +40 -0
  1074. package/dist/types/components/six-timepicker/six-time-format.d.ts +13 -0
  1075. package/dist/types/components/six-timepicker/six-timepicker.d.ts +184 -0
  1076. package/dist/types/components/six-timepicker/six-timepicker.types.d.ts +36 -0
  1077. package/dist/types/components/six-tooltip/six-tooltip.d.ts +72 -0
  1078. package/dist/types/components.d.ts +5251 -0
  1079. package/dist/types/functional-components/form-control/form-control.d.ts +34 -0
  1080. package/dist/types/index.d.ts +1 -0
  1081. package/dist/types/stencil-public-runtime.d.ts +1637 -0
  1082. package/dist/types/testUtil/delay.d.ts +1 -0
  1083. package/dist/types/utils/as-array.d.ts +1 -0
  1084. package/dist/types/utils/date-util.d.ts +194 -0
  1085. package/dist/types/utils/event-listeners.d.ts +15 -0
  1086. package/dist/types/utils/execution-control.d.ts +26 -0
  1087. package/dist/types/utils/focus-visible.d.ts +6 -0
  1088. package/dist/types/utils/matchers.d.ts +2 -0
  1089. package/dist/types/utils/modal.d.ts +13 -0
  1090. package/dist/types/utils/offset.d.ts +4 -0
  1091. package/dist/types/utils/popover.d.ts +27 -0
  1092. package/dist/types/utils/popper.d.ts +33 -0
  1093. package/dist/types/utils/scroll.d.ts +3 -0
  1094. package/dist/types/utils/slot.d.ts +9 -0
  1095. package/dist/types/utils/support.d.ts +1 -0
  1096. package/dist/types/utils/tabbable.d.ts +2 -0
  1097. package/dist/types/utils/testing.d.ts +2 -0
  1098. package/dist/types/utils/time.util.d.ts +10 -0
  1099. package/dist/types/utils/type-check.d.ts +4 -0
  1100. package/dist/types/utils/types.d.ts +4 -0
  1101. package/dist/types/wrappers/set-attributes/set-attributes.d.ts +9 -0
  1102. package/dist/ui-library/assets/TRADEMARKS.md +7 -0
  1103. package/dist/ui-library/assets/commons.js +5 -0
  1104. package/dist/ui-library/assets/data.json +642 -0
  1105. package/dist/ui-library/assets/six-logo.svg +1 -0
  1106. package/dist/ui-library/files/file-list.json +308 -0
  1107. package/dist/ui-library/files/noto-sans-all-100-italic.woff +0 -0
  1108. package/dist/ui-library/files/noto-sans-all-100-normal.woff +0 -0
  1109. package/dist/ui-library/files/noto-sans-all-200-italic.woff +0 -0
  1110. package/dist/ui-library/files/noto-sans-all-200-normal.woff +0 -0
  1111. package/dist/ui-library/files/noto-sans-all-300-italic.woff +0 -0
  1112. package/dist/ui-library/files/noto-sans-all-300-normal.woff +0 -0
  1113. package/dist/ui-library/files/noto-sans-all-400-italic.woff +0 -0
  1114. package/dist/ui-library/files/noto-sans-all-400-normal.woff +0 -0
  1115. package/dist/ui-library/files/noto-sans-all-500-italic.woff +0 -0
  1116. package/dist/ui-library/files/noto-sans-all-500-normal.woff +0 -0
  1117. package/dist/ui-library/files/noto-sans-all-600-italic.woff +0 -0
  1118. package/dist/ui-library/files/noto-sans-all-600-normal.woff +0 -0
  1119. package/dist/ui-library/files/noto-sans-all-700-italic.woff +0 -0
  1120. package/dist/ui-library/files/noto-sans-all-700-normal.woff +0 -0
  1121. package/dist/ui-library/files/noto-sans-all-800-italic.woff +0 -0
  1122. package/dist/ui-library/files/noto-sans-all-800-normal.woff +0 -0
  1123. package/dist/ui-library/files/noto-sans-all-900-italic.woff +0 -0
  1124. package/dist/ui-library/files/noto-sans-all-900-normal.woff +0 -0
  1125. package/dist/ui-library/files/noto-sans-cyrillic-100-italic.woff +0 -0
  1126. package/dist/ui-library/files/noto-sans-cyrillic-100-italic.woff2 +0 -0
  1127. package/dist/ui-library/files/noto-sans-cyrillic-100-normal.woff +0 -0
  1128. package/dist/ui-library/files/noto-sans-cyrillic-100-normal.woff2 +0 -0
  1129. package/dist/ui-library/files/noto-sans-cyrillic-200-italic.woff +0 -0
  1130. package/dist/ui-library/files/noto-sans-cyrillic-200-italic.woff2 +0 -0
  1131. package/dist/ui-library/files/noto-sans-cyrillic-200-normal.woff +0 -0
  1132. package/dist/ui-library/files/noto-sans-cyrillic-200-normal.woff2 +0 -0
  1133. package/dist/ui-library/files/noto-sans-cyrillic-300-italic.woff +0 -0
  1134. package/dist/ui-library/files/noto-sans-cyrillic-300-italic.woff2 +0 -0
  1135. package/dist/ui-library/files/noto-sans-cyrillic-300-normal.woff +0 -0
  1136. package/dist/ui-library/files/noto-sans-cyrillic-300-normal.woff2 +0 -0
  1137. package/dist/ui-library/files/noto-sans-cyrillic-400-italic.woff +0 -0
  1138. package/dist/ui-library/files/noto-sans-cyrillic-400-italic.woff2 +0 -0
  1139. package/dist/ui-library/files/noto-sans-cyrillic-400-normal.woff +0 -0
  1140. package/dist/ui-library/files/noto-sans-cyrillic-400-normal.woff2 +0 -0
  1141. package/dist/ui-library/files/noto-sans-cyrillic-500-italic.woff +0 -0
  1142. package/dist/ui-library/files/noto-sans-cyrillic-500-italic.woff2 +0 -0
  1143. package/dist/ui-library/files/noto-sans-cyrillic-500-normal.woff +0 -0
  1144. package/dist/ui-library/files/noto-sans-cyrillic-500-normal.woff2 +0 -0
  1145. package/dist/ui-library/files/noto-sans-cyrillic-600-italic.woff +0 -0
  1146. package/dist/ui-library/files/noto-sans-cyrillic-600-italic.woff2 +0 -0
  1147. package/dist/ui-library/files/noto-sans-cyrillic-600-normal.woff +0 -0
  1148. package/dist/ui-library/files/noto-sans-cyrillic-600-normal.woff2 +0 -0
  1149. package/dist/ui-library/files/noto-sans-cyrillic-700-italic.woff +0 -0
  1150. package/dist/ui-library/files/noto-sans-cyrillic-700-italic.woff2 +0 -0
  1151. package/dist/ui-library/files/noto-sans-cyrillic-700-normal.woff +0 -0
  1152. package/dist/ui-library/files/noto-sans-cyrillic-700-normal.woff2 +0 -0
  1153. package/dist/ui-library/files/noto-sans-cyrillic-800-italic.woff +0 -0
  1154. package/dist/ui-library/files/noto-sans-cyrillic-800-italic.woff2 +0 -0
  1155. package/dist/ui-library/files/noto-sans-cyrillic-800-normal.woff +0 -0
  1156. package/dist/ui-library/files/noto-sans-cyrillic-800-normal.woff2 +0 -0
  1157. package/dist/ui-library/files/noto-sans-cyrillic-900-italic.woff +0 -0
  1158. package/dist/ui-library/files/noto-sans-cyrillic-900-italic.woff2 +0 -0
  1159. package/dist/ui-library/files/noto-sans-cyrillic-900-normal.woff +0 -0
  1160. package/dist/ui-library/files/noto-sans-cyrillic-900-normal.woff2 +0 -0
  1161. package/dist/ui-library/files/noto-sans-cyrillic-ext-100-italic.woff +0 -0
  1162. package/dist/ui-library/files/noto-sans-cyrillic-ext-100-italic.woff2 +0 -0
  1163. package/dist/ui-library/files/noto-sans-cyrillic-ext-100-normal.woff +0 -0
  1164. package/dist/ui-library/files/noto-sans-cyrillic-ext-100-normal.woff2 +0 -0
  1165. package/dist/ui-library/files/noto-sans-cyrillic-ext-200-italic.woff +0 -0
  1166. package/dist/ui-library/files/noto-sans-cyrillic-ext-200-italic.woff2 +0 -0
  1167. package/dist/ui-library/files/noto-sans-cyrillic-ext-200-normal.woff +0 -0
  1168. package/dist/ui-library/files/noto-sans-cyrillic-ext-200-normal.woff2 +0 -0
  1169. package/dist/ui-library/files/noto-sans-cyrillic-ext-300-italic.woff +0 -0
  1170. package/dist/ui-library/files/noto-sans-cyrillic-ext-300-italic.woff2 +0 -0
  1171. package/dist/ui-library/files/noto-sans-cyrillic-ext-300-normal.woff +0 -0
  1172. package/dist/ui-library/files/noto-sans-cyrillic-ext-300-normal.woff2 +0 -0
  1173. package/dist/ui-library/files/noto-sans-cyrillic-ext-400-italic.woff +0 -0
  1174. package/dist/ui-library/files/noto-sans-cyrillic-ext-400-italic.woff2 +0 -0
  1175. package/dist/ui-library/files/noto-sans-cyrillic-ext-400-normal.woff +0 -0
  1176. package/dist/ui-library/files/noto-sans-cyrillic-ext-400-normal.woff2 +0 -0
  1177. package/dist/ui-library/files/noto-sans-cyrillic-ext-500-italic.woff +0 -0
  1178. package/dist/ui-library/files/noto-sans-cyrillic-ext-500-italic.woff2 +0 -0
  1179. package/dist/ui-library/files/noto-sans-cyrillic-ext-500-normal.woff +0 -0
  1180. package/dist/ui-library/files/noto-sans-cyrillic-ext-500-normal.woff2 +0 -0
  1181. package/dist/ui-library/files/noto-sans-cyrillic-ext-600-italic.woff +0 -0
  1182. package/dist/ui-library/files/noto-sans-cyrillic-ext-600-italic.woff2 +0 -0
  1183. package/dist/ui-library/files/noto-sans-cyrillic-ext-600-normal.woff +0 -0
  1184. package/dist/ui-library/files/noto-sans-cyrillic-ext-600-normal.woff2 +0 -0
  1185. package/dist/ui-library/files/noto-sans-cyrillic-ext-700-italic.woff +0 -0
  1186. package/dist/ui-library/files/noto-sans-cyrillic-ext-700-italic.woff2 +0 -0
  1187. package/dist/ui-library/files/noto-sans-cyrillic-ext-700-normal.woff +0 -0
  1188. package/dist/ui-library/files/noto-sans-cyrillic-ext-700-normal.woff2 +0 -0
  1189. package/dist/ui-library/files/noto-sans-cyrillic-ext-800-italic.woff +0 -0
  1190. package/dist/ui-library/files/noto-sans-cyrillic-ext-800-italic.woff2 +0 -0
  1191. package/dist/ui-library/files/noto-sans-cyrillic-ext-800-normal.woff +0 -0
  1192. package/dist/ui-library/files/noto-sans-cyrillic-ext-800-normal.woff2 +0 -0
  1193. package/dist/ui-library/files/noto-sans-cyrillic-ext-900-italic.woff +0 -0
  1194. package/dist/ui-library/files/noto-sans-cyrillic-ext-900-italic.woff2 +0 -0
  1195. package/dist/ui-library/files/noto-sans-cyrillic-ext-900-normal.woff +0 -0
  1196. package/dist/ui-library/files/noto-sans-cyrillic-ext-900-normal.woff2 +0 -0
  1197. package/dist/ui-library/files/noto-sans-devanagari-100-italic.woff +0 -0
  1198. package/dist/ui-library/files/noto-sans-devanagari-100-italic.woff2 +0 -0
  1199. package/dist/ui-library/files/noto-sans-devanagari-100-normal.woff +0 -0
  1200. package/dist/ui-library/files/noto-sans-devanagari-100-normal.woff2 +0 -0
  1201. package/dist/ui-library/files/noto-sans-devanagari-200-italic.woff +0 -0
  1202. package/dist/ui-library/files/noto-sans-devanagari-200-italic.woff2 +0 -0
  1203. package/dist/ui-library/files/noto-sans-devanagari-200-normal.woff +0 -0
  1204. package/dist/ui-library/files/noto-sans-devanagari-200-normal.woff2 +0 -0
  1205. package/dist/ui-library/files/noto-sans-devanagari-300-italic.woff +0 -0
  1206. package/dist/ui-library/files/noto-sans-devanagari-300-italic.woff2 +0 -0
  1207. package/dist/ui-library/files/noto-sans-devanagari-300-normal.woff +0 -0
  1208. package/dist/ui-library/files/noto-sans-devanagari-300-normal.woff2 +0 -0
  1209. package/dist/ui-library/files/noto-sans-devanagari-400-italic.woff +0 -0
  1210. package/dist/ui-library/files/noto-sans-devanagari-400-italic.woff2 +0 -0
  1211. package/dist/ui-library/files/noto-sans-devanagari-400-normal.woff +0 -0
  1212. package/dist/ui-library/files/noto-sans-devanagari-400-normal.woff2 +0 -0
  1213. package/dist/ui-library/files/noto-sans-devanagari-500-italic.woff +0 -0
  1214. package/dist/ui-library/files/noto-sans-devanagari-500-italic.woff2 +0 -0
  1215. package/dist/ui-library/files/noto-sans-devanagari-500-normal.woff +0 -0
  1216. package/dist/ui-library/files/noto-sans-devanagari-500-normal.woff2 +0 -0
  1217. package/dist/ui-library/files/noto-sans-devanagari-600-italic.woff +0 -0
  1218. package/dist/ui-library/files/noto-sans-devanagari-600-italic.woff2 +0 -0
  1219. package/dist/ui-library/files/noto-sans-devanagari-600-normal.woff +0 -0
  1220. package/dist/ui-library/files/noto-sans-devanagari-600-normal.woff2 +0 -0
  1221. package/dist/ui-library/files/noto-sans-devanagari-700-italic.woff +0 -0
  1222. package/dist/ui-library/files/noto-sans-devanagari-700-italic.woff2 +0 -0
  1223. package/dist/ui-library/files/noto-sans-devanagari-700-normal.woff +0 -0
  1224. package/dist/ui-library/files/noto-sans-devanagari-700-normal.woff2 +0 -0
  1225. package/dist/ui-library/files/noto-sans-devanagari-800-italic.woff +0 -0
  1226. package/dist/ui-library/files/noto-sans-devanagari-800-italic.woff2 +0 -0
  1227. package/dist/ui-library/files/noto-sans-devanagari-800-normal.woff +0 -0
  1228. package/dist/ui-library/files/noto-sans-devanagari-800-normal.woff2 +0 -0
  1229. package/dist/ui-library/files/noto-sans-devanagari-900-italic.woff +0 -0
  1230. package/dist/ui-library/files/noto-sans-devanagari-900-italic.woff2 +0 -0
  1231. package/dist/ui-library/files/noto-sans-devanagari-900-normal.woff +0 -0
  1232. package/dist/ui-library/files/noto-sans-devanagari-900-normal.woff2 +0 -0
  1233. package/dist/ui-library/files/noto-sans-greek-100-italic.woff +0 -0
  1234. package/dist/ui-library/files/noto-sans-greek-100-italic.woff2 +0 -0
  1235. package/dist/ui-library/files/noto-sans-greek-100-normal.woff +0 -0
  1236. package/dist/ui-library/files/noto-sans-greek-100-normal.woff2 +0 -0
  1237. package/dist/ui-library/files/noto-sans-greek-200-italic.woff +0 -0
  1238. package/dist/ui-library/files/noto-sans-greek-200-italic.woff2 +0 -0
  1239. package/dist/ui-library/files/noto-sans-greek-200-normal.woff +0 -0
  1240. package/dist/ui-library/files/noto-sans-greek-200-normal.woff2 +0 -0
  1241. package/dist/ui-library/files/noto-sans-greek-300-italic.woff +0 -0
  1242. package/dist/ui-library/files/noto-sans-greek-300-italic.woff2 +0 -0
  1243. package/dist/ui-library/files/noto-sans-greek-300-normal.woff +0 -0
  1244. package/dist/ui-library/files/noto-sans-greek-300-normal.woff2 +0 -0
  1245. package/dist/ui-library/files/noto-sans-greek-400-italic.woff +0 -0
  1246. package/dist/ui-library/files/noto-sans-greek-400-italic.woff2 +0 -0
  1247. package/dist/ui-library/files/noto-sans-greek-400-normal.woff +0 -0
  1248. package/dist/ui-library/files/noto-sans-greek-400-normal.woff2 +0 -0
  1249. package/dist/ui-library/files/noto-sans-greek-500-italic.woff +0 -0
  1250. package/dist/ui-library/files/noto-sans-greek-500-italic.woff2 +0 -0
  1251. package/dist/ui-library/files/noto-sans-greek-500-normal.woff +0 -0
  1252. package/dist/ui-library/files/noto-sans-greek-500-normal.woff2 +0 -0
  1253. package/dist/ui-library/files/noto-sans-greek-600-italic.woff +0 -0
  1254. package/dist/ui-library/files/noto-sans-greek-600-italic.woff2 +0 -0
  1255. package/dist/ui-library/files/noto-sans-greek-600-normal.woff +0 -0
  1256. package/dist/ui-library/files/noto-sans-greek-600-normal.woff2 +0 -0
  1257. package/dist/ui-library/files/noto-sans-greek-700-italic.woff +0 -0
  1258. package/dist/ui-library/files/noto-sans-greek-700-italic.woff2 +0 -0
  1259. package/dist/ui-library/files/noto-sans-greek-700-normal.woff +0 -0
  1260. package/dist/ui-library/files/noto-sans-greek-700-normal.woff2 +0 -0
  1261. package/dist/ui-library/files/noto-sans-greek-800-italic.woff +0 -0
  1262. package/dist/ui-library/files/noto-sans-greek-800-italic.woff2 +0 -0
  1263. package/dist/ui-library/files/noto-sans-greek-800-normal.woff +0 -0
  1264. package/dist/ui-library/files/noto-sans-greek-800-normal.woff2 +0 -0
  1265. package/dist/ui-library/files/noto-sans-greek-900-italic.woff +0 -0
  1266. package/dist/ui-library/files/noto-sans-greek-900-italic.woff2 +0 -0
  1267. package/dist/ui-library/files/noto-sans-greek-900-normal.woff +0 -0
  1268. package/dist/ui-library/files/noto-sans-greek-900-normal.woff2 +0 -0
  1269. package/dist/ui-library/files/noto-sans-greek-ext-100-italic.woff +0 -0
  1270. package/dist/ui-library/files/noto-sans-greek-ext-100-italic.woff2 +0 -0
  1271. package/dist/ui-library/files/noto-sans-greek-ext-100-normal.woff +0 -0
  1272. package/dist/ui-library/files/noto-sans-greek-ext-100-normal.woff2 +0 -0
  1273. package/dist/ui-library/files/noto-sans-greek-ext-200-italic.woff +0 -0
  1274. package/dist/ui-library/files/noto-sans-greek-ext-200-italic.woff2 +0 -0
  1275. package/dist/ui-library/files/noto-sans-greek-ext-200-normal.woff +0 -0
  1276. package/dist/ui-library/files/noto-sans-greek-ext-200-normal.woff2 +0 -0
  1277. package/dist/ui-library/files/noto-sans-greek-ext-300-italic.woff +0 -0
  1278. package/dist/ui-library/files/noto-sans-greek-ext-300-italic.woff2 +0 -0
  1279. package/dist/ui-library/files/noto-sans-greek-ext-300-normal.woff +0 -0
  1280. package/dist/ui-library/files/noto-sans-greek-ext-300-normal.woff2 +0 -0
  1281. package/dist/ui-library/files/noto-sans-greek-ext-400-italic.woff +0 -0
  1282. package/dist/ui-library/files/noto-sans-greek-ext-400-italic.woff2 +0 -0
  1283. package/dist/ui-library/files/noto-sans-greek-ext-400-normal.woff +0 -0
  1284. package/dist/ui-library/files/noto-sans-greek-ext-400-normal.woff2 +0 -0
  1285. package/dist/ui-library/files/noto-sans-greek-ext-500-italic.woff +0 -0
  1286. package/dist/ui-library/files/noto-sans-greek-ext-500-italic.woff2 +0 -0
  1287. package/dist/ui-library/files/noto-sans-greek-ext-500-normal.woff +0 -0
  1288. package/dist/ui-library/files/noto-sans-greek-ext-500-normal.woff2 +0 -0
  1289. package/dist/ui-library/files/noto-sans-greek-ext-600-italic.woff +0 -0
  1290. package/dist/ui-library/files/noto-sans-greek-ext-600-italic.woff2 +0 -0
  1291. package/dist/ui-library/files/noto-sans-greek-ext-600-normal.woff +0 -0
  1292. package/dist/ui-library/files/noto-sans-greek-ext-600-normal.woff2 +0 -0
  1293. package/dist/ui-library/files/noto-sans-greek-ext-700-italic.woff +0 -0
  1294. package/dist/ui-library/files/noto-sans-greek-ext-700-italic.woff2 +0 -0
  1295. package/dist/ui-library/files/noto-sans-greek-ext-700-normal.woff +0 -0
  1296. package/dist/ui-library/files/noto-sans-greek-ext-700-normal.woff2 +0 -0
  1297. package/dist/ui-library/files/noto-sans-greek-ext-800-italic.woff +0 -0
  1298. package/dist/ui-library/files/noto-sans-greek-ext-800-italic.woff2 +0 -0
  1299. package/dist/ui-library/files/noto-sans-greek-ext-800-normal.woff +0 -0
  1300. package/dist/ui-library/files/noto-sans-greek-ext-800-normal.woff2 +0 -0
  1301. package/dist/ui-library/files/noto-sans-greek-ext-900-italic.woff +0 -0
  1302. package/dist/ui-library/files/noto-sans-greek-ext-900-italic.woff2 +0 -0
  1303. package/dist/ui-library/files/noto-sans-greek-ext-900-normal.woff +0 -0
  1304. package/dist/ui-library/files/noto-sans-greek-ext-900-normal.woff2 +0 -0
  1305. package/dist/ui-library/files/noto-sans-latin-100-italic.woff +0 -0
  1306. package/dist/ui-library/files/noto-sans-latin-100-italic.woff2 +0 -0
  1307. package/dist/ui-library/files/noto-sans-latin-100-normal.woff +0 -0
  1308. package/dist/ui-library/files/noto-sans-latin-100-normal.woff2 +0 -0
  1309. package/dist/ui-library/files/noto-sans-latin-200-italic.woff +0 -0
  1310. package/dist/ui-library/files/noto-sans-latin-200-italic.woff2 +0 -0
  1311. package/dist/ui-library/files/noto-sans-latin-200-normal.woff +0 -0
  1312. package/dist/ui-library/files/noto-sans-latin-200-normal.woff2 +0 -0
  1313. package/dist/ui-library/files/noto-sans-latin-300-italic.woff +0 -0
  1314. package/dist/ui-library/files/noto-sans-latin-300-italic.woff2 +0 -0
  1315. package/dist/ui-library/files/noto-sans-latin-300-normal.woff +0 -0
  1316. package/dist/ui-library/files/noto-sans-latin-300-normal.woff2 +0 -0
  1317. package/dist/ui-library/files/noto-sans-latin-400-italic.woff +0 -0
  1318. package/dist/ui-library/files/noto-sans-latin-400-italic.woff2 +0 -0
  1319. package/dist/ui-library/files/noto-sans-latin-400-normal.woff +0 -0
  1320. package/dist/ui-library/files/noto-sans-latin-400-normal.woff2 +0 -0
  1321. package/dist/ui-library/files/noto-sans-latin-500-italic.woff +0 -0
  1322. package/dist/ui-library/files/noto-sans-latin-500-italic.woff2 +0 -0
  1323. package/dist/ui-library/files/noto-sans-latin-500-normal.woff +0 -0
  1324. package/dist/ui-library/files/noto-sans-latin-500-normal.woff2 +0 -0
  1325. package/dist/ui-library/files/noto-sans-latin-600-italic.woff +0 -0
  1326. package/dist/ui-library/files/noto-sans-latin-600-italic.woff2 +0 -0
  1327. package/dist/ui-library/files/noto-sans-latin-600-normal.woff +0 -0
  1328. package/dist/ui-library/files/noto-sans-latin-600-normal.woff2 +0 -0
  1329. package/dist/ui-library/files/noto-sans-latin-700-italic.woff +0 -0
  1330. package/dist/ui-library/files/noto-sans-latin-700-italic.woff2 +0 -0
  1331. package/dist/ui-library/files/noto-sans-latin-700-normal.woff +0 -0
  1332. package/dist/ui-library/files/noto-sans-latin-700-normal.woff2 +0 -0
  1333. package/dist/ui-library/files/noto-sans-latin-800-italic.woff +0 -0
  1334. package/dist/ui-library/files/noto-sans-latin-800-italic.woff2 +0 -0
  1335. package/dist/ui-library/files/noto-sans-latin-800-normal.woff +0 -0
  1336. package/dist/ui-library/files/noto-sans-latin-800-normal.woff2 +0 -0
  1337. package/dist/ui-library/files/noto-sans-latin-900-italic.woff +0 -0
  1338. package/dist/ui-library/files/noto-sans-latin-900-italic.woff2 +0 -0
  1339. package/dist/ui-library/files/noto-sans-latin-900-normal.woff +0 -0
  1340. package/dist/ui-library/files/noto-sans-latin-900-normal.woff2 +0 -0
  1341. package/dist/ui-library/files/noto-sans-latin-ext-100-italic.woff +0 -0
  1342. package/dist/ui-library/files/noto-sans-latin-ext-100-italic.woff2 +0 -0
  1343. package/dist/ui-library/files/noto-sans-latin-ext-100-normal.woff +0 -0
  1344. package/dist/ui-library/files/noto-sans-latin-ext-100-normal.woff2 +0 -0
  1345. package/dist/ui-library/files/noto-sans-latin-ext-200-italic.woff +0 -0
  1346. package/dist/ui-library/files/noto-sans-latin-ext-200-italic.woff2 +0 -0
  1347. package/dist/ui-library/files/noto-sans-latin-ext-200-normal.woff +0 -0
  1348. package/dist/ui-library/files/noto-sans-latin-ext-200-normal.woff2 +0 -0
  1349. package/dist/ui-library/files/noto-sans-latin-ext-300-italic.woff +0 -0
  1350. package/dist/ui-library/files/noto-sans-latin-ext-300-italic.woff2 +0 -0
  1351. package/dist/ui-library/files/noto-sans-latin-ext-300-normal.woff +0 -0
  1352. package/dist/ui-library/files/noto-sans-latin-ext-300-normal.woff2 +0 -0
  1353. package/dist/ui-library/files/noto-sans-latin-ext-400-italic.woff +0 -0
  1354. package/dist/ui-library/files/noto-sans-latin-ext-400-italic.woff2 +0 -0
  1355. package/dist/ui-library/files/noto-sans-latin-ext-400-normal.woff +0 -0
  1356. package/dist/ui-library/files/noto-sans-latin-ext-400-normal.woff2 +0 -0
  1357. package/dist/ui-library/files/noto-sans-latin-ext-500-italic.woff +0 -0
  1358. package/dist/ui-library/files/noto-sans-latin-ext-500-italic.woff2 +0 -0
  1359. package/dist/ui-library/files/noto-sans-latin-ext-500-normal.woff +0 -0
  1360. package/dist/ui-library/files/noto-sans-latin-ext-500-normal.woff2 +0 -0
  1361. package/dist/ui-library/files/noto-sans-latin-ext-600-italic.woff +0 -0
  1362. package/dist/ui-library/files/noto-sans-latin-ext-600-italic.woff2 +0 -0
  1363. package/dist/ui-library/files/noto-sans-latin-ext-600-normal.woff +0 -0
  1364. package/dist/ui-library/files/noto-sans-latin-ext-600-normal.woff2 +0 -0
  1365. package/dist/ui-library/files/noto-sans-latin-ext-700-italic.woff +0 -0
  1366. package/dist/ui-library/files/noto-sans-latin-ext-700-italic.woff2 +0 -0
  1367. package/dist/ui-library/files/noto-sans-latin-ext-700-normal.woff +0 -0
  1368. package/dist/ui-library/files/noto-sans-latin-ext-700-normal.woff2 +0 -0
  1369. package/dist/ui-library/files/noto-sans-latin-ext-800-italic.woff +0 -0
  1370. package/dist/ui-library/files/noto-sans-latin-ext-800-italic.woff2 +0 -0
  1371. package/dist/ui-library/files/noto-sans-latin-ext-800-normal.woff +0 -0
  1372. package/dist/ui-library/files/noto-sans-latin-ext-800-normal.woff2 +0 -0
  1373. package/dist/ui-library/files/noto-sans-latin-ext-900-italic.woff +0 -0
  1374. package/dist/ui-library/files/noto-sans-latin-ext-900-italic.woff2 +0 -0
  1375. package/dist/ui-library/files/noto-sans-latin-ext-900-normal.woff +0 -0
  1376. package/dist/ui-library/files/noto-sans-latin-ext-900-normal.woff2 +0 -0
  1377. package/dist/ui-library/files/noto-sans-vietnamese-100-italic.woff +0 -0
  1378. package/dist/ui-library/files/noto-sans-vietnamese-100-italic.woff2 +0 -0
  1379. package/dist/ui-library/files/noto-sans-vietnamese-100-normal.woff +0 -0
  1380. package/dist/ui-library/files/noto-sans-vietnamese-100-normal.woff2 +0 -0
  1381. package/dist/ui-library/files/noto-sans-vietnamese-200-italic.woff +0 -0
  1382. package/dist/ui-library/files/noto-sans-vietnamese-200-italic.woff2 +0 -0
  1383. package/dist/ui-library/files/noto-sans-vietnamese-200-normal.woff +0 -0
  1384. package/dist/ui-library/files/noto-sans-vietnamese-200-normal.woff2 +0 -0
  1385. package/dist/ui-library/files/noto-sans-vietnamese-300-italic.woff +0 -0
  1386. package/dist/ui-library/files/noto-sans-vietnamese-300-italic.woff2 +0 -0
  1387. package/dist/ui-library/files/noto-sans-vietnamese-300-normal.woff +0 -0
  1388. package/dist/ui-library/files/noto-sans-vietnamese-300-normal.woff2 +0 -0
  1389. package/dist/ui-library/files/noto-sans-vietnamese-400-italic.woff +0 -0
  1390. package/dist/ui-library/files/noto-sans-vietnamese-400-italic.woff2 +0 -0
  1391. package/dist/ui-library/files/noto-sans-vietnamese-400-normal.woff +0 -0
  1392. package/dist/ui-library/files/noto-sans-vietnamese-400-normal.woff2 +0 -0
  1393. package/dist/ui-library/files/noto-sans-vietnamese-500-italic.woff +0 -0
  1394. package/dist/ui-library/files/noto-sans-vietnamese-500-italic.woff2 +0 -0
  1395. package/dist/ui-library/files/noto-sans-vietnamese-500-normal.woff +0 -0
  1396. package/dist/ui-library/files/noto-sans-vietnamese-500-normal.woff2 +0 -0
  1397. package/dist/ui-library/files/noto-sans-vietnamese-600-italic.woff +0 -0
  1398. package/dist/ui-library/files/noto-sans-vietnamese-600-italic.woff2 +0 -0
  1399. package/dist/ui-library/files/noto-sans-vietnamese-600-normal.woff +0 -0
  1400. package/dist/ui-library/files/noto-sans-vietnamese-600-normal.woff2 +0 -0
  1401. package/dist/ui-library/files/noto-sans-vietnamese-700-italic.woff +0 -0
  1402. package/dist/ui-library/files/noto-sans-vietnamese-700-italic.woff2 +0 -0
  1403. package/dist/ui-library/files/noto-sans-vietnamese-700-normal.woff +0 -0
  1404. package/dist/ui-library/files/noto-sans-vietnamese-700-normal.woff2 +0 -0
  1405. package/dist/ui-library/files/noto-sans-vietnamese-800-italic.woff +0 -0
  1406. package/dist/ui-library/files/noto-sans-vietnamese-800-italic.woff2 +0 -0
  1407. package/dist/ui-library/files/noto-sans-vietnamese-800-normal.woff +0 -0
  1408. package/dist/ui-library/files/noto-sans-vietnamese-800-normal.woff2 +0 -0
  1409. package/dist/ui-library/files/noto-sans-vietnamese-900-italic.woff +0 -0
  1410. package/dist/ui-library/files/noto-sans-vietnamese-900-italic.woff2 +0 -0
  1411. package/dist/ui-library/files/noto-sans-vietnamese-900-normal.woff +0 -0
  1412. package/dist/ui-library/files/noto-sans-vietnamese-900-normal.woff2 +0 -0
  1413. package/dist/ui-library/index.esm.js +2 -0
  1414. package/dist/ui-library/index.esm.js.map +1 -0
  1415. package/dist/ui-library/material-icons-outlined.woff +0 -0
  1416. package/dist/ui-library/material-icons-outlined.woff2 +0 -0
  1417. package/dist/ui-library/material-icons-round.woff +0 -0
  1418. package/dist/ui-library/material-icons-round.woff2 +0 -0
  1419. package/dist/ui-library/material-icons-sharp.woff +0 -0
  1420. package/dist/ui-library/material-icons-sharp.woff2 +0 -0
  1421. package/dist/ui-library/material-icons-two-tone.woff +0 -0
  1422. package/dist/ui-library/material-icons-two-tone.woff2 +0 -0
  1423. package/dist/ui-library/material-icons.css +124 -0
  1424. package/dist/ui-library/material-icons.scss +5 -0
  1425. package/dist/ui-library/material-icons.woff +0 -0
  1426. package/dist/ui-library/material-icons.woff2 +0 -0
  1427. package/dist/ui-library/p-054e12cc.entry.js +2 -0
  1428. package/dist/ui-library/p-054e12cc.entry.js.map +1 -0
  1429. package/dist/ui-library/p-0786fa7c.js +2 -0
  1430. package/dist/ui-library/p-0786fa7c.js.map +1 -0
  1431. package/dist/ui-library/p-097cced4.entry.js +2 -0
  1432. package/dist/ui-library/p-097cced4.entry.js.map +1 -0
  1433. package/dist/ui-library/p-0d79b0c6.entry.js +2 -0
  1434. package/dist/ui-library/p-0d79b0c6.entry.js.map +1 -0
  1435. package/dist/ui-library/p-14f20bbb.entry.js +2 -0
  1436. package/dist/ui-library/p-14f20bbb.entry.js.map +1 -0
  1437. package/dist/ui-library/p-18e5f772.entry.js +2 -0
  1438. package/dist/ui-library/p-18e5f772.entry.js.map +1 -0
  1439. package/dist/ui-library/p-18ea0c56.js +2 -0
  1440. package/dist/ui-library/p-18ea0c56.js.map +1 -0
  1441. package/dist/ui-library/p-19364560.entry.js +2 -0
  1442. package/dist/ui-library/p-19364560.entry.js.map +1 -0
  1443. package/dist/ui-library/p-19b50b5a.entry.js +2 -0
  1444. package/dist/ui-library/p-19b50b5a.entry.js.map +1 -0
  1445. package/dist/ui-library/p-21859bca.entry.js +2 -0
  1446. package/dist/ui-library/p-21859bca.entry.js.map +1 -0
  1447. package/dist/ui-library/p-25a3bf57.js +2 -0
  1448. package/dist/ui-library/p-25a3bf57.js.map +1 -0
  1449. package/dist/ui-library/p-2e48c8d2.entry.js +2 -0
  1450. package/dist/ui-library/p-2e48c8d2.entry.js.map +1 -0
  1451. package/dist/ui-library/p-308261c4.entry.js +2 -0
  1452. package/dist/ui-library/p-308261c4.entry.js.map +1 -0
  1453. package/dist/ui-library/p-33f7e22b.entry.js +2 -0
  1454. package/dist/ui-library/p-33f7e22b.entry.js.map +1 -0
  1455. package/dist/ui-library/p-4ae91795.entry.js +2 -0
  1456. package/dist/ui-library/p-4ae91795.entry.js.map +1 -0
  1457. package/dist/ui-library/p-4f8394d7.js +2 -0
  1458. package/dist/ui-library/p-4f8394d7.js.map +1 -0
  1459. package/dist/ui-library/p-53a13db5.entry.js +2 -0
  1460. package/dist/ui-library/p-53a13db5.entry.js.map +1 -0
  1461. package/dist/ui-library/p-559c87f0.entry.js +2 -0
  1462. package/dist/ui-library/p-559c87f0.entry.js.map +1 -0
  1463. package/dist/ui-library/p-611e1978.entry.js +2 -0
  1464. package/dist/ui-library/p-611e1978.entry.js.map +1 -0
  1465. package/dist/ui-library/p-63703ba3.entry.js +2 -0
  1466. package/dist/ui-library/p-63703ba3.entry.js.map +1 -0
  1467. package/dist/ui-library/p-6403fd87.entry.js +2 -0
  1468. package/dist/ui-library/p-6403fd87.entry.js.map +1 -0
  1469. package/dist/ui-library/p-6433c0da.entry.js +2 -0
  1470. package/dist/ui-library/p-6433c0da.entry.js.map +1 -0
  1471. package/dist/ui-library/p-6d75f216.entry.js +2 -0
  1472. package/dist/ui-library/p-6d75f216.entry.js.map +1 -0
  1473. package/dist/ui-library/p-73597d13.entry.js +2 -0
  1474. package/dist/ui-library/p-73597d13.entry.js.map +1 -0
  1475. package/dist/ui-library/p-79eee01b.js +2 -0
  1476. package/dist/ui-library/p-79eee01b.js.map +1 -0
  1477. package/dist/ui-library/p-7e0cc4ae.entry.js +2 -0
  1478. package/dist/ui-library/p-7e0cc4ae.entry.js.map +1 -0
  1479. package/dist/ui-library/p-820c23f0.entry.js +2 -0
  1480. package/dist/ui-library/p-820c23f0.entry.js.map +1 -0
  1481. package/dist/ui-library/p-835c3ff7.entry.js +2 -0
  1482. package/dist/ui-library/p-835c3ff7.entry.js.map +1 -0
  1483. package/dist/ui-library/p-8a970a40.entry.js +2 -0
  1484. package/dist/ui-library/p-8a970a40.entry.js.map +1 -0
  1485. package/dist/ui-library/p-90824648.entry.js +2 -0
  1486. package/dist/ui-library/p-90824648.entry.js.map +1 -0
  1487. package/dist/ui-library/p-90dc6af4.entry.js +2 -0
  1488. package/dist/ui-library/p-90dc6af4.entry.js.map +1 -0
  1489. package/dist/ui-library/p-9328e5bc.entry.js +2 -0
  1490. package/dist/ui-library/p-9328e5bc.entry.js.map +1 -0
  1491. package/dist/ui-library/p-97323ad7.entry.js +2 -0
  1492. package/dist/ui-library/p-97323ad7.entry.js.map +1 -0
  1493. package/dist/ui-library/p-9a860acc.js +2 -0
  1494. package/dist/ui-library/p-9a860acc.js.map +1 -0
  1495. package/dist/ui-library/p-9d1d222f.entry.js +2 -0
  1496. package/dist/ui-library/p-9d1d222f.entry.js.map +1 -0
  1497. package/dist/ui-library/p-a1d4f6cf.entry.js +2 -0
  1498. package/dist/ui-library/p-a1d4f6cf.entry.js.map +1 -0
  1499. package/dist/ui-library/p-ac4f4d45.js +3 -0
  1500. package/dist/ui-library/p-ac4f4d45.js.map +1 -0
  1501. package/dist/ui-library/p-af793d04.entry.js +2 -0
  1502. package/dist/ui-library/p-af793d04.entry.js.map +1 -0
  1503. package/dist/ui-library/p-b0e5658f.entry.js +2 -0
  1504. package/dist/ui-library/p-b0e5658f.entry.js.map +1 -0
  1505. package/dist/ui-library/p-b1e66136.js +2 -0
  1506. package/dist/ui-library/p-b1e66136.js.map +1 -0
  1507. package/dist/ui-library/p-b4dfb7cf.js +2 -0
  1508. package/dist/ui-library/p-b4dfb7cf.js.map +1 -0
  1509. package/dist/ui-library/p-b997e43c.entry.js +2 -0
  1510. package/dist/ui-library/p-b997e43c.entry.js.map +1 -0
  1511. package/dist/ui-library/p-baa03951.entry.js +2 -0
  1512. package/dist/ui-library/p-baa03951.entry.js.map +1 -0
  1513. package/dist/ui-library/p-c0cb6436.entry.js +2 -0
  1514. package/dist/ui-library/p-c0cb6436.entry.js.map +1 -0
  1515. package/dist/ui-library/p-c30f9e0b.entry.js +2 -0
  1516. package/dist/ui-library/p-c30f9e0b.entry.js.map +1 -0
  1517. package/dist/ui-library/p-c349d1d4.entry.js +2 -0
  1518. package/dist/ui-library/p-c349d1d4.entry.js.map +1 -0
  1519. package/dist/ui-library/p-c53a63f9.entry.js +2 -0
  1520. package/dist/ui-library/p-c53a63f9.entry.js.map +1 -0
  1521. package/dist/ui-library/p-c640c2d8.entry.js +2 -0
  1522. package/dist/ui-library/p-c640c2d8.entry.js.map +1 -0
  1523. package/dist/ui-library/p-c94d0b07.entry.js +2 -0
  1524. package/dist/ui-library/p-c94d0b07.entry.js.map +1 -0
  1525. package/dist/ui-library/p-d12c6092.js +2 -0
  1526. package/dist/ui-library/p-d12c6092.js.map +1 -0
  1527. package/dist/ui-library/p-d5633a29.entry.js +2 -0
  1528. package/dist/ui-library/p-d5633a29.entry.js.map +1 -0
  1529. package/dist/ui-library/p-dd3c76f1.entry.js +2 -0
  1530. package/dist/ui-library/p-dd3c76f1.entry.js.map +1 -0
  1531. package/dist/ui-library/p-df655bc9.entry.js +2 -0
  1532. package/dist/ui-library/p-df655bc9.entry.js.map +1 -0
  1533. package/dist/ui-library/p-e19a6c95.entry.js +2 -0
  1534. package/dist/ui-library/p-e19a6c95.entry.js.map +1 -0
  1535. package/dist/ui-library/p-eb8f05a9.js +2 -0
  1536. package/dist/ui-library/p-eb8f05a9.js.map +1 -0
  1537. package/dist/ui-library/p-edc96efc.entry.js +2 -0
  1538. package/dist/ui-library/p-edc96efc.entry.js.map +1 -0
  1539. package/dist/ui-library/p-f18ba86f.entry.js +2 -0
  1540. package/dist/ui-library/p-f18ba86f.entry.js.map +1 -0
  1541. package/dist/ui-library/p-f4938771.entry.js +2 -0
  1542. package/dist/ui-library/p-f4938771.entry.js.map +1 -0
  1543. package/dist/ui-library/p-f70e2403.entry.js +2 -0
  1544. package/dist/ui-library/p-f70e2403.entry.js.map +1 -0
  1545. package/dist/ui-library/p-f9d345e0.entry.js +2 -0
  1546. package/dist/ui-library/p-f9d345e0.entry.js.map +1 -0
  1547. package/dist/ui-library/p-fed07a1f.entry.js +2 -0
  1548. package/dist/ui-library/p-fed07a1f.entry.js.map +1 -0
  1549. package/dist/ui-library/p-ff0257bf.entry.js +2 -0
  1550. package/dist/ui-library/p-ff0257bf.entry.js.map +1 -0
  1551. package/dist/ui-library/ui-library.css +10 -0
  1552. package/dist/ui-library/ui-library.esm.js +2 -0
  1553. package/dist/ui-library/ui-library.esm.js.map +1 -0
  1554. package/loader/cdn.js +3 -0
  1555. package/loader/index.cjs.js +3 -0
  1556. package/loader/index.d.ts +21 -0
  1557. package/loader/index.es2017.js +3 -0
  1558. package/loader/index.js +4 -0
  1559. package/loader/package.json +11 -0
  1560. package/package.json +70 -0
  1561. package/readme.md +156 -0
@@ -0,0 +1 @@
1
+ {"file":"six-tile.entry.js","mappings":"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","names":[],"sources":["./src/components/six-tile/six-tile.scss?tag=six-tile&encapsulation=shadow","./src/components/six-tile/six-tile.tsx"],"sourcesContent":["@import 'src/global/component';\n\n:host {\n display: inline-block;\n}\n\n.tile {\n &--small {\n --tile-size: 80px;\n --tile-padding-size: var(--six-spacing-medium);\n }\n\n &--medium {\n --tile-size: 120px;\n --tile-padding-size: var(--six-spacing-large);\n }\n\n &--large {\n --tile-size: 160px;\n --tile-padding-size: var(--six-spacing-x-large);\n }\n\n min-height: var(--tile-size);\n width: var(--tile-size);\n\n background-color: var(--six-color-clay-50);\n\n display: inline-grid;\n grid-template-columns: 100%;\n grid-template-areas:\n 'header'\n 'middle'\n 'footer';\n\n &:not(.tile--visible) {\n visibility: hidden;\n }\n\n &--elevated {\n border: 0;\n box-shadow: var(--six-elevation-8dp);\n }\n}\n\n.tile__header {\n grid-area: header;\n height: 5%;\n justify-self: right;\n display: flex;\n justify-content: right;\n opacity: 0;\n transition: var(--six-transition-fast) opacity;\n\n .tile:hover > & {\n opacity: 1;\n }\n\n &--hidden {\n visibility: hidden;\n }\n\n six-icon-button {\n margin-top: -6px;\n margin-right: -6px;\n margin-bottom: -16px;\n }\n}\n\n.tile__body {\n grid-area: middle;\n display: grid;\n place-items: center;\n cursor: pointer;\n\n six-icon::part(base) {\n padding: 0;\n }\n\n &--small {\n @extend .tile__body;\n --tile-padding-size: var(--six-spacing-medium);\n }\n\n &--medium {\n @extend .tile__body;\n --tile-padding-size: var(--six-spacing-large);\n }\n\n &--large {\n @extend .tile__body;\n --tile-padding-size: var(--six-spacing-x-large);\n }\n\n padding-left: var(--tile-padding-size);\n padding-right: var(--tile-padding-size);\n}\n\n.tile__footer {\n grid-area: footer;\n display: flex;\n justify-content: center;\n cursor: pointer;\n font-weight: var(--six-font-weight-normal);\n color: var(--six-color-web-rock-900);\n\n &--small {\n @extend .tile__footer;\n font-size: var(--six-font-size-xxx-small);\n }\n\n &--medium {\n @extend .tile__footer;\n font-size: var(--six-font-size-xx-small);\n }\n\n &--large {\n @extend .tile__footer;\n font-size: var(--six-font-size-small);\n }\n\n .label__footer {\n overflow: hidden;\n text-overflow: ellipsis;\n width: calc(var(--tile-size) - 2em);\n text-align: center;\n }\n}\n","import { Component, Element, Event, EventEmitter, h, Method, Prop, State } from '@stencil/core';\nimport { EmptyPayload } from '../../utils/types';\nimport { hasSlot } from '../../utils/slot';\n\n/**\n * @since 1.0\n * @status stable\n */\n\n@Component({\n tag: 'six-tile',\n styleUrl: 'six-tile.scss',\n shadow: true,\n})\nexport class SixTile {\n @Element() host: HTMLSixTileElement;\n\n /** The tile's label. */\n @Prop() label = '';\n\n /** The icon's name. */\n @Prop() iconName;\n\n /** Flag, whether the tile is closeable. */\n @Prop() closeable = true;\n\n /** Flag, whether the tile should cast a shadow. */\n @Prop() elevated = false;\n\n /** Enables tile tooltip for tiles */\n @Prop() disableTooltip: boolean = true;\n\n /** Set to true to disable the tile. */\n @Prop({ reflect: true }) disabled = false;\n\n /** The tile's size. */\n @Prop({ reflect: true }) size: 'small' | 'medium' | 'large' = 'medium';\n\n @State() visible = true;\n\n /** Emitted when the tile was closed. */\n @Event({ eventName: 'six-tile-closed' }) sixTileClose: EventEmitter<EmptyPayload>;\n\n /** Emitted when the tile is selected. */\n @Event({ eventName: 'six-tile-selected' }) sixTileSelected: EventEmitter<EmptyPayload>;\n\n /** Hides the tile */\n @Method()\n async hide() {\n this.visible = false;\n }\n\n /** Shows the tile */\n @Method()\n async show() {\n this.visible = true;\n }\n\n @State() hasIconSlot = false;\n\n @State() hasLabelSlot = false;\n\n connectedCallback() {\n this.handleSlotChange = this.handleSlotChange.bind(this);\n }\n\n componentWillLoad() {\n this.handleSlotChange();\n }\n\n handleSlotChange() {\n this.hasIconSlot = hasSlot(this.host, 'icon');\n this.hasLabelSlot = hasSlot(this.host, 'label');\n\n if (this.hasIconSlot) {\n let slot: HTMLElement = this.host.querySelector(`[slot=\"icon\"]`);\n slot.addEventListener('click', this.handleClickEvent);\n }\n\n if (this.hasLabelSlot) {\n let slot: HTMLElement = this.host.querySelector(`[slot=\"label\"]`);\n slot.addEventListener('click', this.handleClickEvent);\n }\n }\n\n render() {\n return (\n <six-tooltip disabled={this.disableTooltip || this.label === ''} content={this.label}>\n <div\n part=\"base\"\n class={{\n tile: true,\n 'tile--visible': this.visible,\n 'tile--small': this.size === 'small',\n 'tile--medium': this.size === 'medium',\n 'tile--large': this.size === 'large',\n 'tile--elevated': this.elevated,\n }}\n >\n <div part=\"header\" class=\"tile__header\">\n <six-icon-button\n class={{\n 'tile__header--hidden': !this.closeable,\n }}\n name=\"close\"\n size={closeIconSize(this.size)}\n onClick={this.handleCloseClickEvent}\n />\n </div>\n\n <div part=\"body\" class=\"tile__body\">\n {this.iconName && (\n <six-icon onClick={this.handleClickEvent} size={iconSize(this.size)}>\n {this.iconName}\n </six-icon>\n )}\n {this.hasIconSlot && <slot name=\"icon\"></slot>}\n </div>\n\n <div\n part=\"footer\"\n class={{\n 'tile__footer--small': this.size === 'small',\n 'tile__footer--medium': this.size === 'medium',\n 'tile__footer--large': this.size === 'large',\n }}\n >\n {this.label && (\n <div\n class={{\n '.label__footer': true,\n }}\n onClick={this.handleClickEvent}\n >\n {this.label}\n </div>\n )}\n {this.hasLabelSlot && <slot name=\"label\"></slot>}\n </div>\n </div>\n </six-tooltip>\n );\n }\n\n private handleCloseClickEvent = () => {\n this.visible = false;\n this.sixTileClose.emit();\n };\n\n private handleClickEvent = () => {\n this.sixTileSelected.emit();\n };\n}\n\nconst closeIconSize = (size: string) => {\n return {\n small: 'xxSmall',\n medium: 'medium',\n large: 'medium',\n }[size] as 'xSmall' | 'medium';\n};\n\nconst iconSize = (size: string) => {\n return {\n small: 'xLarge',\n medium: 'xxLarge',\n large: 'xxxLarge',\n }[size] as 'xLarge' | 'xxLarge' | 'xxxLarge';\n};\n"],"version":3}
@@ -0,0 +1,451 @@
1
+ import { r as registerInstance, c as createEvent, h, g as getElement } from './index-5c0f6628.js';
2
+ import { I as ItemPickerType } from './types-4b10b413.js';
3
+ import { d as SixTimePeriod, T as TIME_FORMAT_CHAR, e as TIME_FORMAT_CHAR_TO_SIX_TIME_PROPERTY_MAP, i as isNil, S as SixTimePropertyName } from './six-timepicker.types-e161a447.js';
4
+ import { D as DEFAULT_DEBOUNCE_FAST, b as DEFAULT_DEBOUNCE_INSANELY_FAST, a as debounce } from './execution-control-1a60d709.js';
5
+ import { E as EventListeners } from './event-listeners-570a24ea.js';
6
+ import { h as hasSlot } from './slot-6f3984c7.js';
7
+
8
+ var SixTimeFormat;
9
+ (function (SixTimeFormat) {
10
+ SixTimeFormat["HHmmss"] = "HH:mm:ss";
11
+ SixTimeFormat["hhmmssaa"] = "hh:mm:ss:aa";
12
+ SixTimeFormat["HHmmssms"] = "HH:mm:ss:ms";
13
+ SixTimeFormat["hhmmssmsaa"] = "hh:mm:ss:ms:aa";
14
+ SixTimeFormat["HHmm"] = "HH:mm";
15
+ SixTimeFormat["hhmmaa"] = "hh:mm:aa";
16
+ SixTimeFormat["HH"] = "HH";
17
+ SixTimeFormat["hhaa"] = "hh:aa";
18
+ SixTimeFormat["mm"] = "mm";
19
+ SixTimeFormat["ss"] = "ss";
20
+ SixTimeFormat["ms"] = "ms";
21
+ })(SixTimeFormat || (SixTimeFormat = {}));
22
+
23
+ /*
24
+ * Returns the current time in the format of your choice
25
+ */
26
+ const getCurrentTimeIn24Hours = () => {
27
+ const now = new Date();
28
+ return {
29
+ hours: now.getHours(),
30
+ minutes: now.getMinutes(),
31
+ seconds: now.getSeconds(),
32
+ milliseconds: now.getMilliseconds(),
33
+ has24Hours: true,
34
+ };
35
+ };
36
+ const HOURS_IN_12_HOUR_CLOCK_FORMAT = 12;
37
+ const getHoursIn12HourFormat = (hours) => hours > HOURS_IN_12_HOUR_CLOCK_FORMAT ? hours - HOURS_IN_12_HOUR_CLOCK_FORMAT : hours;
38
+ const getCurrentTimeIn12Hours = () => {
39
+ const now = new Date();
40
+ const hours = now.getHours();
41
+ return {
42
+ hours: getHoursIn12HourFormat(hours),
43
+ minutes: now.getMinutes(),
44
+ seconds: now.getSeconds(),
45
+ milliseconds: now.getMilliseconds(),
46
+ has24Hours: false,
47
+ period: hours >= HOURS_IN_12_HOUR_CLOCK_FORMAT ? SixTimePeriod.PM : SixTimePeriod.AM,
48
+ };
49
+ };
50
+ const getCurrentTime = (has24Hours = true) => {
51
+ return has24Hours ? getCurrentTimeIn24Hours() : getCurrentTimeIn12Hours();
52
+ };
53
+ const TIME_FORMAT_SEPARATOR = ':';
54
+ const isValidTimeString = (timeStr, format) => {
55
+ const timeStringParts = timeStr.split(TIME_FORMAT_SEPARATOR);
56
+ const timeFormatParts = format.split(TIME_FORMAT_SEPARATOR);
57
+ return timeStringParts.length === timeFormatParts.length;
58
+ };
59
+ const parseTimeString = (timeStr, format) => {
60
+ const timeStringParts = timeStr.split(TIME_FORMAT_SEPARATOR);
61
+ const timeFormatParts = format.split(TIME_FORMAT_SEPARATOR);
62
+ if (!isValidTimeString(timeStr, format)) {
63
+ console.error(`Timestring did not match expected format.\nExpected format: ${format}\nReceived timestring: ${timeStr}`);
64
+ }
65
+ const sixTime = {};
66
+ timeStringParts.forEach((timeStringPart, i) => {
67
+ const formatStringPart = timeFormatParts[i];
68
+ const sixTimePropertyName = TIME_FORMAT_CHAR_TO_SIX_TIME_PROPERTY_MAP[formatStringPart];
69
+ if (sixTimePropertyName !== undefined) {
70
+ if (formatStringPart === TIME_FORMAT_CHAR.PERIOD) {
71
+ sixTime.period = timeStringPart.toUpperCase() === SixTimePeriod.PM ? SixTimePeriod.PM : SixTimePeriod.AM;
72
+ }
73
+ else {
74
+ sixTime[sixTimePropertyName] = Number(timeStringPart);
75
+ }
76
+ }
77
+ if (formatStringPart === TIME_FORMAT_CHAR.HOUR_24) {
78
+ sixTime.has24Hours = true;
79
+ }
80
+ else if (formatStringPart === TIME_FORMAT_CHAR.HOUR_12) {
81
+ sixTime.has24Hours = false;
82
+ }
83
+ });
84
+ return sixTime;
85
+ };
86
+ const createTimeString = (time, format) => {
87
+ return format
88
+ .split(TIME_FORMAT_SEPARATOR)
89
+ .map((timeFormatPart) => {
90
+ const sixTimePropertyName = TIME_FORMAT_CHAR_TO_SIX_TIME_PROPERTY_MAP[timeFormatPart];
91
+ const paddingLength = timeFormatPart === TIME_FORMAT_CHAR.MILLISECOND ? 3 : 2;
92
+ return String(time[sixTimePropertyName]).padStart(paddingLength, '0');
93
+ })
94
+ .join(TIME_FORMAT_SEPARATOR);
95
+ };
96
+
97
+ const sixTimepickerCss = ":host{position:relative;box-sizing:border-box}:host *,:host *:before,:host *:after{box-sizing:inherit}:host{display:block;font-family:var(--six-font-family)}.timepicker_clear{display:inline-flex;align-items:center;font-size:inherit;color:var(--six-input-icon-color);border:none;background:none;padding:0;transition:var(--six-transition-fast) color;cursor:pointer}.timepicker_clear:hover{color:var(--six-input-icon-color-hover)}.timepicker_clear:focus{outline:none}.timepicker_clear--right{right:0;position:absolute}.timepicker_clear--left{right:35px;position:absolute}.timepicker__container{position:relative}.timepicker__popup{display:flex;justify-content:center;min-width:min-content;min-height:145px;background-color:white;padding:0.5em 0.5em 1.5em;box-shadow:0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);user-select:none;position:absolute;z-index:var(--six-z-index-dropdown);right:0;left:0}.timepicker__popup--is-up{bottom:100%}.timepicker__popup--is-inline{position:initial;box-shadow:none;border:1px solid var(--six-color-web-rock-400)}.timepicker__separator{display:flex;align-items:center}.timepicker__item--wide{padding-left:0.5rem;padding-right:0.5rem}.input--empty .timepicker_clear{visibility:hidden}.input--hide{display:none}.prefix{cursor:pointer}.prefix--right{right:0;display:inline-flex;position:absolute;font-size:inherit;color:var(--six-input-icon-color);border:none;background:none;margin-right:var(--six-input-spacing-medium);transition:var(--six-transition-fast) color}";
98
+
99
+ const TAG = `[SIX-TIMEPICKER]`;
100
+ const DEBOUNCE_TIMEPICKER_LISTENER = 'debounced-timepicker';
101
+ const MIN_POPUP_HEIGHT = 145;
102
+ const SixTimepicker = class {
103
+ constructor(hostRef) {
104
+ registerInstance(this, hostRef);
105
+ this.sixChange = createEvent(this, "six-timepicker-change", 7);
106
+ this.sixChangeDebounced = createEvent(this, "six-timepicker-change-debounced", 7);
107
+ this.sixClear = createEvent(this, "six-timepicker-clear", 7);
108
+ this.eventListeners = new EventListeners();
109
+ this.defaultValue = null;
110
+ this.handleInputChange = (event) => {
111
+ event.stopPropagation();
112
+ const inputValue = this.inputElement.value;
113
+ if (!isValidTimeString(inputValue, this.format)) {
114
+ this.sixChange.emit({
115
+ value: {},
116
+ valueAsString: '',
117
+ });
118
+ return;
119
+ }
120
+ this.internalValue = parseTimeString(inputValue, this.format);
121
+ this.sixChange.emit({
122
+ value: this.internalValue,
123
+ valueAsString: createTimeString(this.internalValue, this.format),
124
+ });
125
+ };
126
+ this.handleSixTimepickerChangeDebounced = ({ detail }) => {
127
+ this.sixChangeDebounced.emit(detail);
128
+ };
129
+ this.handleChange = (event, property) => {
130
+ // stop propagation, since the timepicker should not expose the events of the underlying item-picker
131
+ event.stopPropagation();
132
+ // update the internal state
133
+ this.internalValue[property] = event.detail;
134
+ const timeString = createTimeString(this.internalValue, this.format);
135
+ // fire timepicker's own event
136
+ this.sixChange.emit({
137
+ changedProperty: property,
138
+ value: this.internalValue,
139
+ valueAsString: timeString,
140
+ });
141
+ // update the input value
142
+ this.value = timeString;
143
+ };
144
+ this.handleDocumentMouseDown = (event) => {
145
+ // Close when clicking outside of the containing element
146
+ const path = event.composedPath();
147
+ if (!path.includes(this.host)) {
148
+ this.closePopup();
149
+ return;
150
+ }
151
+ };
152
+ this.handleClearClick = (event) => {
153
+ event.stopPropagation();
154
+ this.value = undefined;
155
+ this.sixClear.emit();
156
+ };
157
+ this.format = SixTimeFormat.HHmmss;
158
+ this.separator = TIME_FORMAT_SEPARATOR;
159
+ this.value = undefined;
160
+ this.open = false;
161
+ this.inline = false;
162
+ this.readonly = false;
163
+ this.disabled = false;
164
+ this.placement = undefined;
165
+ this.size = 'medium';
166
+ this.required = undefined;
167
+ this.placeholder = undefined;
168
+ this.errorOnBlur = false;
169
+ this.errorText = '';
170
+ this.label = '';
171
+ this.name = '';
172
+ this.clearable = false;
173
+ this.iconPosition = 'left';
174
+ this.hoist = false;
175
+ this.timeout = DEFAULT_DEBOUNCE_FAST;
176
+ this.interval = DEFAULT_DEBOUNCE_INSANELY_FAST;
177
+ this.defaultTime = undefined;
178
+ this.debounce = DEFAULT_DEBOUNCE_FAST;
179
+ this.isPopupContentUp = false;
180
+ this.isDropDownContentUp = false;
181
+ this.internalValue = undefined;
182
+ }
183
+ async resizeHandler() {
184
+ this.calcIsPopupContentUp();
185
+ this.moveOpenHoistedPopup();
186
+ }
187
+ async scrollHandler() {
188
+ this.calcIsPopupContentUp();
189
+ this.moveOpenHoistedPopup();
190
+ }
191
+ debounceChanged() {
192
+ this.eventListeners.removeByIdentifier(DEBOUNCE_TIMEPICKER_LISTENER);
193
+ this.eventListeners.add(this.host, 'six-timepicker-change', debounce(this.handleSixTimepickerChangeDebounced, this.debounce), DEBOUNCE_TIMEPICKER_LISTENER);
194
+ }
195
+ /**
196
+ * Update the native input element when the value changes
197
+ */
198
+ valueChanged(newValue) {
199
+ if (this.value !== newValue) {
200
+ this.value = newValue;
201
+ }
202
+ this.setupInternalTime();
203
+ this.sixChange.emit({
204
+ value: this.internalValue,
205
+ valueAsString: createTimeString(this.internalValue, this.format),
206
+ });
207
+ }
208
+ /** Checks for validity and shows the browser's validation message if the control is invalid. */
209
+ async reportValidity() {
210
+ return this.inputElement.reportValidity();
211
+ }
212
+ /** Checks for validity. */
213
+ async checkValidity() {
214
+ return this.inputElement.checkValidity();
215
+ }
216
+ /** Sets a custom validation message. If `message` is not empty, the field will be considered invalid. */
217
+ async setCustomValidity(message) {
218
+ await this.inputElement.setCustomValidity(message);
219
+ }
220
+ /** Resets the formcontrol */
221
+ async reset() {
222
+ this.internalValue = this.defaultValue;
223
+ this.inputElement.value = createTimeString(this.internalValue, this.format);
224
+ await this.inputElement.reset();
225
+ }
226
+ componentWillLoad() {
227
+ this.setupInternalTime();
228
+ if (this.inline) {
229
+ this.open = true;
230
+ }
231
+ if (this.open) {
232
+ this.eventListeners.add(document, 'mousedown', this.handleDocumentMouseDown);
233
+ }
234
+ }
235
+ componentDidLoad() {
236
+ this.eventListeners.add(this.host, 'six-timepicker-change', debounce(this.handleSixTimepickerChangeDebounced, this.debounce), DEBOUNCE_TIMEPICKER_LISTENER);
237
+ this.eventListeners.add(this.inputElement, 'six-input-input', debounce(this.handleInputChange, this.debounce));
238
+ }
239
+ disconnectedCallback() {
240
+ this.eventListeners.removeAll();
241
+ }
242
+ calcIsPopupContentUp() {
243
+ if (!this.inputElement || !this.wrapper) {
244
+ return;
245
+ }
246
+ const inputBoundingRect = this.inputElement.getBoundingClientRect();
247
+ const wrapperBoundingRect = this.wrapper.getBoundingClientRect();
248
+ const minPopupHeight = Math.max(wrapperBoundingRect.height, MIN_POPUP_HEIGHT);
249
+ const moreSpaceInTop = inputBoundingRect.y > window.innerHeight / 2;
250
+ this.isPopupContentUp = moreSpaceInTop && window.innerHeight < inputBoundingRect.bottom + minPopupHeight;
251
+ }
252
+ /*
253
+ * The position of the hoisted timepicker needs to be correctly calculated since the position changes to fixed.
254
+ * Thus if the user scrolls or adjusts the screen size we need to recalculate the timepicker position.
255
+ */
256
+ moveOpenHoistedPopup() {
257
+ if (!this.hoist || !this.open) {
258
+ return;
259
+ }
260
+ const popupBoundingClientRect = this.popup.getBoundingClientRect();
261
+ const popupHeight = popupBoundingClientRect.height;
262
+ const inputBoundingClientRect = this.inputElement.getBoundingClientRect();
263
+ const inputTop = inputBoundingClientRect.top;
264
+ const inputHeight = inputBoundingClientRect.height;
265
+ this.calcIsPopupContentUp();
266
+ if (this.isPopupContentUp) {
267
+ this.popup.style.top = `${inputTop - popupHeight}px`;
268
+ }
269
+ else {
270
+ this.popup.style.top = `${inputTop + inputHeight}px`;
271
+ }
272
+ }
273
+ getSixTimeUnitPicker(params) {
274
+ return (h("six-item-picker", { class: params.class, timeout: this.timeout, interval: this.interval, padded: true, min: params.min, max: params.max, value: this.internalValue[params.propertyName], items: params.items, type: params.type || ItemPickerType.NUMBER, "padding-length": params.paddingLength, "onSix-item-picker-change": (event) => this.handleChange(event, params.propertyName) }));
275
+ }
276
+ setupInternalTime() {
277
+ if (this.is12HourClock() && !this.format.includes(TIME_FORMAT_CHAR.PERIOD)) {
278
+ console.error(`${TAG} You provided a 12-hour-clock format but are missing the period (am or pm) in the time-format-string!`);
279
+ }
280
+ if (this.value === null || this.value === undefined) {
281
+ this.internalValue = isNil(this.defaultTime)
282
+ ? getCurrentTime(this.is24HourClock())
283
+ : parseTimeString(this.defaultTime, this.format);
284
+ }
285
+ else {
286
+ this.internalValue = parseTimeString(this.value, this.format);
287
+ }
288
+ this.defaultValue = this.internalValue;
289
+ }
290
+ getHour24Picker() {
291
+ if (!this.is24HourClock()) {
292
+ return;
293
+ }
294
+ return this.getSixTimeUnitPicker({ min: 0, max: 23, propertyName: SixTimePropertyName.HOURS });
295
+ }
296
+ is24HourClock() {
297
+ return this.format.includes(TIME_FORMAT_CHAR.HOUR_24);
298
+ }
299
+ getHour12Picker() {
300
+ if (!this.is12HourClock()) {
301
+ return;
302
+ }
303
+ return this.getSixTimeUnitPicker({ min: 0, max: 11, propertyName: SixTimePropertyName.HOURS });
304
+ }
305
+ is12HourClock() {
306
+ return this.format.includes(TIME_FORMAT_CHAR.HOUR_12);
307
+ }
308
+ getAmPmPicker() {
309
+ if (!this.is12HourClock()) {
310
+ return;
311
+ }
312
+ const items = ['AM', 'PM'];
313
+ return this.getSixTimeUnitPicker({
314
+ items,
315
+ type: ItemPickerType.CUSTOM,
316
+ propertyName: SixTimePropertyName.PERIOD,
317
+ });
318
+ }
319
+ getMinutePicker() {
320
+ if (!this.format.includes(TIME_FORMAT_CHAR.MINUTE)) {
321
+ return;
322
+ }
323
+ return this.getSixTimeUnitPicker({ min: 0, max: 59, propertyName: SixTimePropertyName.MINUTES });
324
+ }
325
+ getSecondsPicker() {
326
+ if (!this.format.includes(TIME_FORMAT_CHAR.SECOND)) {
327
+ return;
328
+ }
329
+ return this.getSixTimeUnitPicker({ min: 0, max: 59, propertyName: SixTimePropertyName.SECONDS });
330
+ }
331
+ getMillisecondsPicker() {
332
+ if (!this.format.includes(TIME_FORMAT_CHAR.MILLISECOND)) {
333
+ return;
334
+ }
335
+ return this.getSixTimeUnitPicker({
336
+ min: 0,
337
+ max: 999,
338
+ class: 'timepicker__item--wide',
339
+ paddingLength: 3,
340
+ propertyName: SixTimePropertyName.MILLISECONDS,
341
+ });
342
+ }
343
+ getSeparator() {
344
+ return (h("div", { class: "timepicker__separator" }, h("span", null, this.separator)));
345
+ }
346
+ getContent() {
347
+ const elementsInOrder = [
348
+ this.getHour24Picker(),
349
+ this.getHour12Picker(),
350
+ this.getMinutePicker(),
351
+ this.getSecondsPicker(),
352
+ this.getMillisecondsPicker(),
353
+ ];
354
+ const visibleElements = elementsInOrder.filter((el) => el !== undefined);
355
+ return visibleElements.map((el, idx) => {
356
+ if (idx === visibleElements.length - 1) {
357
+ return [el];
358
+ }
359
+ return [el, this.getSeparator()];
360
+ });
361
+ }
362
+ openPopup() {
363
+ if (!this.open && !this.disabled) {
364
+ this.open = true;
365
+ this.eventListeners.add(document, 'mousedown', this.handleDocumentMouseDown);
366
+ }
367
+ }
368
+ closePopup() {
369
+ if (this.inline) {
370
+ return;
371
+ }
372
+ this.open = false;
373
+ this.eventListeners.remove(document, 'mousedown', this.handleDocumentMouseDown);
374
+ }
375
+ renderClearable() {
376
+ return (this.clearable && (h("button", { slot: "suffix", class: {
377
+ timepicker_clear: true,
378
+ 'timepicker_clear--right': this.iconPosition === 'left',
379
+ 'timepicker_clear--left': this.iconPosition === 'right',
380
+ }, type: "button", onClick: this.handleClearClick, tabindex: "-1" }, h("six-icon", { size: "small" }, "clear"))));
381
+ }
382
+ renderCustomIcon() {
383
+ const icon = hasSlot(this.host, 'custom-icon') ? (h("slot", { name: "custom-icon" })) : (h("six-icon", { size: this.size === 'large' ? 'medium' : this.size }, "watch_later"));
384
+ return (h("span", { slot: "prefix", part: "icon", class: {
385
+ prefix: true,
386
+ 'prefix--right': this.iconPosition === 'right',
387
+ } }, icon));
388
+ }
389
+ calcIsDropDownContentUp() {
390
+ if (!this.inputElement || !this.wrapper) {
391
+ return;
392
+ }
393
+ const inputBoundingRect = this.inputElement.getBoundingClientRect();
394
+ const wrapperBoundingRect = this.wrapper.getBoundingClientRect();
395
+ const minPopupHeight = Math.max(wrapperBoundingRect.height, MIN_POPUP_HEIGHT);
396
+ const moreSpaceInTop = inputBoundingRect.y > window.innerHeight / 2;
397
+ this.isDropDownContentUp = moreSpaceInTop && window.innerHeight < inputBoundingRect.bottom + minPopupHeight;
398
+ }
399
+ /*
400
+ * If the popup is hoisted we popup is hoisted its position will change to fix to not be clipped of by a containing container.
401
+ * To render the popup correctly we render it normally, and then assign this screenposition to the fixed popup
402
+ */
403
+ adjustPopupForHoisting() {
404
+ if (!this.hoist) {
405
+ return;
406
+ }
407
+ // execute after dropdown has been rendered to make sure the popup reference is correctly set
408
+ setTimeout(() => {
409
+ if (!this.popup) {
410
+ return;
411
+ }
412
+ // take a snapshot of normally rendered popup
413
+ const popupBoundingClientRect = this.popup.getBoundingClientRect();
414
+ // apply screen position to fixed popup
415
+ this.popup.style.position = 'fixed';
416
+ ['top', 'left', 'width', 'height'].forEach((property) => {
417
+ this.popup.style[property] = `${popupBoundingClientRect[property]}px`;
418
+ });
419
+ const inputBoundingClientRect = this.inputElement.getBoundingClientRect();
420
+ const inputTop = inputBoundingClientRect.top;
421
+ const popupTop = popupBoundingClientRect.top;
422
+ this.calcIsDropDownContentUp();
423
+ // check screen position to check whether the popup should be moved above or below the trigger element
424
+ if (this.isDropDownContentUp && inputTop < popupTop) {
425
+ // move popup above input field if timepicker is at bottom of screen
426
+ this.popup.style.top = `${popupTop - popupBoundingClientRect.height - inputBoundingClientRect.height}px`;
427
+ }
428
+ }, 0);
429
+ }
430
+ render() {
431
+ this.adjustPopupForHoisting();
432
+ return (h("div", { part: "container", ref: (el) => (this.wrapper = el), class: "timepicker__container" }, h("six-input", { ref: (el) => (this.inputElement = el), part: "input", onClick: () => this.openPopup(), value: this.value, placeholder: this.placeholder, readonly: this.readonly, disabled: this.disabled, size: this.size, name: this.name, label: this.label, required: this.required, "error-text": this.errorText, "error-on-blur": this.errorOnBlur, class: {
433
+ 'input--empty': !this.value,
434
+ 'input--hide': this.inline,
435
+ } }, this.renderCustomIcon(), this.renderClearable(), hasSlot(this.host, 'error-text') ? (h("span", { slot: "error-text" }, h("slot", { name: "error-text" }))) : null, hasSlot(this.host, 'label') ? (h("span", { slot: "label" }, h("slot", { name: "label" }))) : null), this.open && (h("div", { ref: (el) => (this.popup = el), part: "popup", class: {
436
+ timepicker__popup: true,
437
+ 'timepicker__popup--is-up': this.placement ? this.placement === 'top' : this.isPopupContentUp,
438
+ 'timepicker__popup--is-inline': this.inline,
439
+ } }, ...this.getContent(), this.getAmPmPicker()))));
440
+ }
441
+ get host() { return getElement(this); }
442
+ static get watchers() { return {
443
+ "debounce": ["debounceChanged"],
444
+ "value": ["valueChanged"]
445
+ }; }
446
+ };
447
+ SixTimepicker.style = sixTimepickerCss;
448
+
449
+ export { SixTimepicker as six_timepicker };
450
+
451
+ //# sourceMappingURL=six-timepicker.entry.js.map
@@ -0,0 +1 @@
1
+ {"file":"six-timepicker.entry.js","mappings":"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","names":[],"sources":["./src/components/six-timepicker/six-time-format.tsx","./src/utils/time.util.ts","./src/components/six-timepicker/six-timepicker.scss?tag=six-timepicker&encapsulation=shadow","./src/components/six-timepicker/six-timepicker.tsx"],"sourcesContent":["export enum SixTimeFormat {\n HHmmss = 'HH:mm:ss', // 24 hour format\n hhmmssaa = 'hh:mm:ss:aa',\n HHmmssms = 'HH:mm:ss:ms',\n hhmmssmsaa = 'hh:mm:ss:ms:aa',\n HHmm = 'HH:mm',\n hhmmaa = 'hh:mm:aa',\n HH = 'HH',\n hhaa = 'hh:aa',\n mm = 'mm',\n ss = 'ss',\n ms = 'ms',\n}\n","/*\n * Returns the current time in the format of your choice\n */\nimport {\n SixTime,\n SixTimePeriod,\n TIME_FORMAT_CHAR,\n TIME_FORMAT_CHAR_TO_SIX_TIME_PROPERTY_MAP,\n} from '../components/six-timepicker/six-timepicker.types';\nimport { SixTimeFormat } from '../components/six-timepicker/six-time-format';\n\nexport const getCurrentTimeIn24Hours = (): SixTime => {\n const now = new Date();\n return {\n hours: now.getHours(),\n minutes: now.getMinutes(),\n seconds: now.getSeconds(),\n milliseconds: now.getMilliseconds(),\n has24Hours: true,\n };\n};\n\nconst HOURS_IN_12_HOUR_CLOCK_FORMAT = 12;\n\nexport const getHoursIn12HourFormat = (hours: number) =>\n hours > HOURS_IN_12_HOUR_CLOCK_FORMAT ? hours - HOURS_IN_12_HOUR_CLOCK_FORMAT : hours;\n\nexport const getCurrentTimeIn12Hours = (): SixTime => {\n const now = new Date();\n const hours = now.getHours();\n return {\n hours: getHoursIn12HourFormat(hours),\n minutes: now.getMinutes(),\n seconds: now.getSeconds(),\n milliseconds: now.getMilliseconds(),\n has24Hours: false,\n period: hours >= HOURS_IN_12_HOUR_CLOCK_FORMAT ? SixTimePeriod.PM : SixTimePeriod.AM,\n };\n};\n\nexport const getCurrentTime = (has24Hours: boolean = true): SixTime => {\n return has24Hours ? getCurrentTimeIn24Hours() : getCurrentTimeIn12Hours();\n};\n\nexport const TIME_FORMAT_SEPARATOR = ':';\nexport const isValidTimeString = (timeStr: string, format: SixTimeFormat) => {\n const timeStringParts = timeStr.split(TIME_FORMAT_SEPARATOR);\n const timeFormatParts = format.split(TIME_FORMAT_SEPARATOR);\n return timeStringParts.length === timeFormatParts.length;\n};\n\nexport const parseTimeString = (timeStr: string, format: SixTimeFormat): SixTime => {\n const timeStringParts = timeStr.split(TIME_FORMAT_SEPARATOR);\n const timeFormatParts = format.split(TIME_FORMAT_SEPARATOR);\n\n if (!isValidTimeString(timeStr, format)) {\n console.error(\n `Timestring did not match expected format.\\nExpected format: ${format}\\nReceived timestring: ${timeStr}`\n );\n }\n\n const sixTime: SixTime = {};\n\n timeStringParts.forEach((timeStringPart, i) => {\n const formatStringPart = timeFormatParts[i];\n const sixTimePropertyName = TIME_FORMAT_CHAR_TO_SIX_TIME_PROPERTY_MAP[formatStringPart];\n\n if (sixTimePropertyName !== undefined) {\n if (formatStringPart === TIME_FORMAT_CHAR.PERIOD) {\n sixTime.period = timeStringPart.toUpperCase() === SixTimePeriod.PM ? SixTimePeriod.PM : SixTimePeriod.AM;\n } else {\n sixTime[sixTimePropertyName] = Number(timeStringPart);\n }\n }\n\n if (formatStringPart === TIME_FORMAT_CHAR.HOUR_24) {\n sixTime.has24Hours = true;\n } else if (formatStringPart === TIME_FORMAT_CHAR.HOUR_12) {\n sixTime.has24Hours = false;\n }\n });\n\n return sixTime;\n};\n\nexport const createTimeString = (time: SixTime, format: SixTimeFormat) => {\n return format\n .split(TIME_FORMAT_SEPARATOR)\n .map((timeFormatPart) => {\n const sixTimePropertyName = TIME_FORMAT_CHAR_TO_SIX_TIME_PROPERTY_MAP[timeFormatPart];\n const paddingLength = timeFormatPart === TIME_FORMAT_CHAR.MILLISECOND ? 3 : 2;\n return String(time[sixTimePropertyName]).padStart(paddingLength, '0');\n })\n .join(TIME_FORMAT_SEPARATOR);\n};\n","@import 'src/global/component';\n\n:host {\n display: block;\n font-family: var(--six-font-family);\n}\n\n.timepicker {\n &_clear {\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 &--right {\n right: 0;\n position: absolute;\n }\n\n &--left {\n right: 35px;\n position: absolute;\n }\n }\n\n &__container {\n position: relative;\n }\n\n &__popup {\n display: flex;\n justify-content: center;\n min-width: min-content;\n min-height: 145px;\n background-color: white;\n padding: 0.5em 0.5em 1.5em;\n box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%);\n user-select: none;\n position: absolute;\n z-index: var(--six-z-index-dropdown);\n right: 0;\n left: 0;\n\n &--is-up {\n bottom: 100%;\n }\n\n &--is-inline {\n position: initial;\n box-shadow: none;\n border: 1px solid var(--six-color-web-rock-400);\n }\n }\n\n &__separator {\n display: flex;\n align-items: center;\n }\n\n &__item {\n &--wide {\n padding-left: 0.5rem;\n padding-right: 0.5rem;\n }\n }\n}\n\n.input--empty .timepicker_clear {\n visibility: hidden;\n}\n\n.input--hide {\n display: none;\n}\n\n// Icon position\n.prefix {\n cursor: pointer;\n\n &--right {\n right: 0;\n display: inline-flex;\n position: absolute;\n font-size: inherit;\n color: var(--six-input-icon-color);\n border: none;\n background: none;\n margin-right: var(--six-input-spacing-medium);\n transition: var(--six-transition-fast) color;\n }\n}\n","import { Component, Element, Event, EventEmitter, h, Listen, Method, Prop, State, Watch } from '@stencil/core';\nimport { ItemPickerType } from '../six-item-picker/types';\nimport { SixTimeFormat } from './six-time-format';\nimport { SixTime, SixTimePropertyName, TIME_FORMAT_CHAR } from './six-timepicker.types';\nimport {\n createTimeString,\n getCurrentTime,\n isValidTimeString,\n parseTimeString,\n TIME_FORMAT_SEPARATOR,\n} from '../../utils/time.util';\nimport { debounce, DEFAULT_DEBOUNCE_FAST, DEFAULT_DEBOUNCE_INSANELY_FAST } from '../../utils/execution-control';\nimport { SixItemPickerChangePayload } from '../six-item-picker/six-item-picker';\nimport { EventListeners } from '../../utils/event-listeners';\nimport { hasSlot } from '../../utils/slot';\nimport { EmptyPayload } from '../../utils/types';\nimport { isNil } from '../../utils/type-check';\n\ninterface SixTimepickerBasePayload {\n value: SixTime;\n valueAsString: string;\n}\n\nexport interface SixTimepickerChange extends SixTimepickerBasePayload {\n changedProperty?: string;\n}\n\nexport interface SixTimepickerInput extends SixTimepickerBasePayload {}\n\nexport interface SixTimepickerBlur extends SixTimepickerBasePayload {}\n\ninterface SixTimeUnitPickerParams {\n min?: number;\n max?: number;\n items?: string[];\n type?: ItemPickerType;\n class?: string;\n paddingLength?: number;\n propertyName: string;\n}\n\nconst TAG = `[SIX-TIMEPICKER]`;\nconst DEBOUNCE_TIMEPICKER_LISTENER = 'debounced-timepicker';\nconst MIN_POPUP_HEIGHT = 145;\n\n/**\n * @since 2.0.0\n * @status experimental\n *\n * @part input - The input field\n * @part container - The container of whole component\n * @part popup - The popup of the timepicker component\n *\n */\n@Component({\n tag: 'six-timepicker',\n styleUrl: 'six-timepicker.scss',\n shadow: true,\n})\nexport class SixTimepicker {\n private readonly eventListeners = new EventListeners();\n\n private popup: HTMLElement;\n\n private wrapper: HTMLElement;\n\n private inputElement: HTMLSixInputElement;\n\n @Element() host: HTMLSixTimepickerElement;\n\n /**\n * Define the time format. Valid formats are:\n *\n * HH:mm:ss\n * hh:mm:ss:aa\n * HH:mm:ss:ms\n * hh:mm:ss:ms:aa\n * HH:mm\n * hh:mm:aa\n * HH\n * hh:aa\n * mm\n * ss\n * ms\n *\n * where HH is the 24 hour format\n * and hh is the 12 hour format\n *\n * Please notice that when using the 12-hour-clock (hh)\n * you always need a period indicator (aa). So the time can be parsed as either am or pm\n * */\n @Prop() format: SixTimeFormat = SixTimeFormat.HHmmss;\n\n /**\n * Define the separator to be shown between the time unit pickers.\n * Please be aware that this property will modify the displayed separator only.\n * The separator for a timestring is always expected to be a colon (eg. '13:52:20')\n * */\n @Prop() separator = TIME_FORMAT_SEPARATOR;\n\n /**\n * The value of the timepicker provided as a string. The string mast match the provided format (or default format)\n */\n @Prop({ mutable: true }) value?: string | null;\n\n /** Indicates whether or not the timepicker dropdown is open on startup. You can use this in lieu of the show/hide methods. */\n @Prop({ mutable: true, reflect: true }) open = false;\n\n /** Indicates whether or not the timepicker should be shown as an inline (always open) component */\n @Prop({ reflect: true }) inline = false;\n\n /**\n * If `true` the user can only select a time via the timepicker but not directly edit the input field.\n */\n @Prop() readonly = false;\n\n /**\n * If `true` the component is disabled.\n */\n @Prop() disabled = false;\n\n /**\n * The enforced placement of the dropdown panel.\n */\n @Prop() placement: 'top' | 'bottom';\n\n /** Timepicker size. */\n @Prop() size: 'small' | 'medium' | 'large' = 'medium';\n\n /** Set to true to make the input a required field. */\n @Prop({ reflect: true }) required: boolean;\n\n /**\n * The placeholder defines what text to be shown on the input element\n */\n @Prop() placeholder?: string | null;\n\n /** Set to display the error text on blur and not when typing */\n @Prop() errorOnBlur = false;\n\n /** The input's error text. Alternatively, you can use the error-text slot. */\n @Prop() errorText = '';\n\n /** The input's label. Alternatively, you can use the label slot. */\n @Prop() label = '';\n\n /** The input's name attribute. */\n @Prop({ reflect: true }) name = '';\n\n /** Set to true to add a clear button when the input is populated. */\n @Prop() clearable = false;\n\n /** Set the position of the icon */\n @Prop() iconPosition: 'left' | 'right' = 'left';\n\n /**\n * Enable this option to prevent the panel from being clipped when the component is placed inside a container with\n * `overflow: auto|scroll`.\n */\n @Prop() hoist = false;\n\n /**\n * Set the amount of time, in milliseconds, to wait to trigger faster switching between timeunits (e.g. hours).\n */\n @Prop() timeout = DEFAULT_DEBOUNCE_FAST;\n\n /**\n * Set the amount of time, in milliseconds, to wait between switching to next timeunit (e.g. next hour) when mouse button is held pressed.\n */\n @Prop() interval = DEFAULT_DEBOUNCE_INSANELY_FAST;\n\n /**\n * The defaultTime defines the default setting for the timepicker when you open the popup. Default time must match the provided format.\n */\n @Prop() defaultTime?: string | null;\n\n /**\n * Set the amount of time, in milliseconds, to wait to trigger the `six-timepicker-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 /**\n * Emitted when the timepicker's value changes\n */\n @Event({ eventName: 'six-timepicker-change' }) sixChange: EventEmitter<SixTimepickerChange>;\n\n /**\n * Emitted when the timepicker's value changes, but debounced\n */\n @Event({ eventName: 'six-timepicker-change-debounced' })\n sixChangeDebounced: EventEmitter<SixTimepickerChange>;\n\n /**\n * Emitted when the clear button is activated.\n */\n @Event({ eventName: 'six-timepicker-clear' }) sixClear: EventEmitter<EmptyPayload>;\n\n @State() isPopupContentUp = false;\n\n @State() isDropDownContentUp = false;\n\n @Listen('resize', { target: 'window' })\n async resizeHandler() {\n this.calcIsPopupContentUp();\n this.moveOpenHoistedPopup();\n }\n\n @Listen('scroll', { target: 'window' })\n async scrollHandler() {\n this.calcIsPopupContentUp();\n this.moveOpenHoistedPopup();\n }\n\n @Watch('debounce')\n protected debounceChanged() {\n this.eventListeners.removeByIdentifier(DEBOUNCE_TIMEPICKER_LISTENER);\n this.eventListeners.add(\n this.host,\n 'six-timepicker-change',\n debounce(this.handleSixTimepickerChangeDebounced, this.debounce),\n DEBOUNCE_TIMEPICKER_LISTENER\n );\n }\n\n /**\n * Update the native input element when the value changes\n */\n @Watch('value')\n protected valueChanged(newValue: string) {\n if (this.value !== newValue) {\n this.value = newValue;\n }\n this.setupInternalTime();\n this.sixChange.emit({\n value: this.internalValue,\n valueAsString: createTimeString(this.internalValue, this.format),\n });\n }\n\n /** Checks for validity and shows the browser's validation message if the control is invalid. */\n @Method()\n async reportValidity() {\n return this.inputElement.reportValidity();\n }\n\n /** Checks for validity. */\n @Method()\n async checkValidity() {\n return this.inputElement.checkValidity();\n }\n\n /** Sets a custom validation message. If `message` is not empty, the field will be considered invalid. */\n @Method()\n async setCustomValidity(message: string) {\n await this.inputElement.setCustomValidity(message);\n }\n\n /** Resets the formcontrol */\n @Method()\n async reset() {\n this.internalValue = this.defaultValue;\n this.inputElement.value = createTimeString(this.internalValue, this.format);\n await this.inputElement.reset();\n }\n\n /*\n * Internally the six-timepicker uses a standardized representation of time, so we don't have a mess,\n * when switching between formats\n */\n @State()\n private internalValue: SixTime;\n\n private defaultValue: SixTime = null;\n\n componentWillLoad() {\n this.setupInternalTime();\n\n if (this.inline) {\n this.open = true;\n }\n\n if (this.open) {\n this.eventListeners.add(document, 'mousedown', this.handleDocumentMouseDown);\n }\n }\n\n componentDidLoad() {\n this.eventListeners.add(\n this.host,\n 'six-timepicker-change',\n debounce(this.handleSixTimepickerChangeDebounced, this.debounce),\n DEBOUNCE_TIMEPICKER_LISTENER\n );\n this.eventListeners.add(this.inputElement, 'six-input-input', debounce(this.handleInputChange, this.debounce));\n }\n\n disconnectedCallback() {\n this.eventListeners.removeAll();\n }\n\n private handleInputChange = (event: Event) => {\n event.stopPropagation();\n const inputValue = this.inputElement.value;\n\n if (!isValidTimeString(inputValue, this.format)) {\n this.sixChange.emit({\n value: {},\n valueAsString: '',\n });\n return;\n }\n\n this.internalValue = parseTimeString(inputValue, this.format);\n this.sixChange.emit({\n value: this.internalValue,\n valueAsString: createTimeString(this.internalValue, this.format),\n });\n };\n\n private calcIsPopupContentUp() {\n if (!this.inputElement || !this.wrapper) {\n return;\n }\n\n const inputBoundingRect = this.inputElement.getBoundingClientRect();\n const wrapperBoundingRect = this.wrapper.getBoundingClientRect();\n const minPopupHeight = Math.max(wrapperBoundingRect.height, MIN_POPUP_HEIGHT);\n\n const moreSpaceInTop = inputBoundingRect.y > window.innerHeight / 2;\n this.isPopupContentUp = moreSpaceInTop && window.innerHeight < inputBoundingRect.bottom + minPopupHeight;\n }\n\n /*\n * The position of the hoisted timepicker needs to be correctly calculated since the position changes to fixed.\n * Thus if the user scrolls or adjusts the screen size we need to recalculate the timepicker position.\n */\n private moveOpenHoistedPopup() {\n if (!this.hoist || !this.open) {\n return;\n }\n\n const popupBoundingClientRect = this.popup.getBoundingClientRect();\n const popupHeight = popupBoundingClientRect.height;\n const inputBoundingClientRect = this.inputElement.getBoundingClientRect();\n const inputTop = inputBoundingClientRect.top;\n const inputHeight = inputBoundingClientRect.height;\n\n this.calcIsPopupContentUp();\n\n if (this.isPopupContentUp) {\n this.popup.style.top = `${inputTop - popupHeight}px`;\n } else {\n this.popup.style.top = `${inputTop + inputHeight}px`;\n }\n }\n\n private handleSixTimepickerChangeDebounced = ({ detail }) => {\n this.sixChangeDebounced.emit(detail);\n };\n\n private handleChange = (event: CustomEvent<SixItemPickerChangePayload>, property: string) => {\n // stop propagation, since the timepicker should not expose the events of the underlying item-picker\n event.stopPropagation();\n\n // update the internal state\n this.internalValue[property] = event.detail;\n\n const timeString = createTimeString(this.internalValue, this.format);\n\n // fire timepicker's own event\n this.sixChange.emit({\n changedProperty: property,\n value: this.internalValue,\n valueAsString: timeString,\n });\n\n // update the input value\n this.value = timeString;\n };\n\n private getSixTimeUnitPicker(params: SixTimeUnitPickerParams) {\n return (\n <six-item-picker\n class={params.class}\n timeout={this.timeout}\n interval={this.interval}\n padded\n min={params.min}\n max={params.max}\n value={this.internalValue[params.propertyName]}\n items={params.items}\n type={params.type || ItemPickerType.NUMBER}\n padding-length={params.paddingLength}\n onSix-item-picker-change={(event) => this.handleChange(event, params.propertyName)}\n ></six-item-picker>\n );\n }\n\n private setupInternalTime() {\n if (this.is12HourClock() && !this.format.includes(TIME_FORMAT_CHAR.PERIOD)) {\n console.error(\n `${TAG} You provided a 12-hour-clock format but are missing the period (am or pm) in the time-format-string!`\n );\n }\n\n if (this.value === null || this.value === undefined) {\n this.internalValue = isNil(this.defaultTime)\n ? getCurrentTime(this.is24HourClock())\n : parseTimeString(this.defaultTime, this.format);\n } else {\n this.internalValue = parseTimeString(this.value, this.format);\n }\n\n this.defaultValue = this.internalValue;\n }\n\n private getHour24Picker() {\n if (!this.is24HourClock()) {\n return;\n }\n\n return this.getSixTimeUnitPicker({ min: 0, max: 23, propertyName: SixTimePropertyName.HOURS });\n }\n\n private is24HourClock() {\n return this.format.includes(TIME_FORMAT_CHAR.HOUR_24);\n }\n\n private getHour12Picker() {\n if (!this.is12HourClock()) {\n return;\n }\n\n return this.getSixTimeUnitPicker({ min: 0, max: 11, propertyName: SixTimePropertyName.HOURS });\n }\n\n private is12HourClock() {\n return this.format.includes(TIME_FORMAT_CHAR.HOUR_12);\n }\n\n private getAmPmPicker() {\n if (!this.is12HourClock()) {\n return;\n }\n\n const items = ['AM', 'PM'];\n return this.getSixTimeUnitPicker({\n items,\n type: ItemPickerType.CUSTOM,\n propertyName: SixTimePropertyName.PERIOD,\n });\n }\n\n private getMinutePicker() {\n if (!this.format.includes(TIME_FORMAT_CHAR.MINUTE)) {\n return;\n }\n\n return this.getSixTimeUnitPicker({ min: 0, max: 59, propertyName: SixTimePropertyName.MINUTES });\n }\n\n private getSecondsPicker() {\n if (!this.format.includes(TIME_FORMAT_CHAR.SECOND)) {\n return;\n }\n\n return this.getSixTimeUnitPicker({ min: 0, max: 59, propertyName: SixTimePropertyName.SECONDS });\n }\n\n private getMillisecondsPicker() {\n if (!this.format.includes(TIME_FORMAT_CHAR.MILLISECOND)) {\n return;\n }\n\n return this.getSixTimeUnitPicker({\n min: 0,\n max: 999,\n class: 'timepicker__item--wide',\n paddingLength: 3,\n propertyName: SixTimePropertyName.MILLISECONDS,\n });\n }\n\n private getSeparator() {\n return (\n <div class=\"timepicker__separator\">\n <span>{this.separator}</span>\n </div>\n );\n }\n\n private getContent() {\n const elementsInOrder = [\n this.getHour24Picker(),\n this.getHour12Picker(),\n this.getMinutePicker(),\n this.getSecondsPicker(),\n this.getMillisecondsPicker(),\n ];\n\n const visibleElements = elementsInOrder.filter((el) => el !== undefined);\n\n return visibleElements.map((el, idx) => {\n if (idx === visibleElements.length - 1) {\n return [el];\n }\n\n return [el, this.getSeparator()];\n });\n }\n\n private openPopup() {\n if (!this.open && !this.disabled) {\n this.open = true;\n this.eventListeners.add(document, 'mousedown', this.handleDocumentMouseDown);\n }\n }\n\n private closePopup() {\n if (this.inline) {\n return;\n }\n\n this.open = false;\n this.eventListeners.remove(document, 'mousedown', this.handleDocumentMouseDown);\n }\n\n private handleDocumentMouseDown = (event: MouseEvent) => {\n // Close when clicking outside of the containing element\n const path = event.composedPath() as EventTarget[];\n if (!path.includes(this.host)) {\n this.closePopup();\n return;\n }\n };\n\n private handleClearClick = (event: MouseEvent) => {\n event.stopPropagation();\n this.value = undefined;\n this.sixClear.emit();\n };\n\n private renderClearable() {\n return (\n this.clearable && (\n <button\n slot=\"suffix\"\n class={{\n timepicker_clear: true,\n 'timepicker_clear--right': this.iconPosition === 'left',\n 'timepicker_clear--left': this.iconPosition === 'right',\n }}\n type=\"button\"\n onClick={this.handleClearClick}\n tabindex=\"-1\"\n >\n <six-icon size=\"small\">clear</six-icon>\n </button>\n )\n );\n }\n\n private renderCustomIcon() {\n const icon = hasSlot(this.host, 'custom-icon') ? (\n <slot name=\"custom-icon\"></slot>\n ) : (\n <six-icon size={this.size === 'large' ? 'medium' : this.size}>watch_later</six-icon>\n );\n\n return (\n <span\n slot=\"prefix\"\n part=\"icon\"\n class={{\n prefix: true,\n 'prefix--right': this.iconPosition === 'right',\n }}\n >\n {icon}\n </span>\n );\n }\n\n private calcIsDropDownContentUp() {\n if (!this.inputElement || !this.wrapper) {\n return;\n }\n\n const inputBoundingRect = this.inputElement.getBoundingClientRect();\n const wrapperBoundingRect = this.wrapper.getBoundingClientRect();\n const minPopupHeight = Math.max(wrapperBoundingRect.height, MIN_POPUP_HEIGHT);\n\n const moreSpaceInTop = inputBoundingRect.y > window.innerHeight / 2;\n this.isDropDownContentUp = moreSpaceInTop && window.innerHeight < inputBoundingRect.bottom + minPopupHeight;\n }\n\n /*\n * If the popup is hoisted we popup is hoisted its position will change to fix to not be clipped of by a containing container.\n * To render the popup correctly we render it normally, and then assign this screenposition to the fixed popup\n */\n private adjustPopupForHoisting() {\n if (!this.hoist) {\n return;\n }\n\n // execute after dropdown has been rendered to make sure the popup reference is correctly set\n setTimeout(() => {\n if (!this.popup) {\n return;\n }\n\n // take a snapshot of normally rendered popup\n const popupBoundingClientRect = this.popup.getBoundingClientRect();\n\n // apply screen position to fixed popup\n this.popup.style.position = 'fixed';\n ['top', 'left', 'width', 'height'].forEach((property) => {\n this.popup.style[property] = `${popupBoundingClientRect[property]}px`;\n });\n\n const inputBoundingClientRect = this.inputElement.getBoundingClientRect();\n const inputTop = inputBoundingClientRect.top;\n const popupTop = popupBoundingClientRect.top;\n\n this.calcIsDropDownContentUp();\n // check screen position to check whether the popup should be moved above or below the trigger element\n if (this.isDropDownContentUp && inputTop < popupTop) {\n // move popup above input field if timepicker is at bottom of screen\n this.popup.style.top = `${popupTop - popupBoundingClientRect.height - inputBoundingClientRect.height}px`;\n }\n }, 0);\n }\n\n render() {\n this.adjustPopupForHoisting();\n\n return (\n <div part=\"container\" ref={(el) => (this.wrapper = el)} class=\"timepicker__container\">\n <six-input\n ref={(el) => (this.inputElement = el)}\n part=\"input\"\n onClick={() => this.openPopup()}\n value={this.value}\n placeholder={this.placeholder}\n readonly={this.readonly}\n disabled={this.disabled}\n size={this.size}\n name={this.name}\n label={this.label}\n required={this.required}\n error-text={this.errorText}\n error-on-blur={this.errorOnBlur}\n class={{\n 'input--empty': !this.value,\n 'input--hide': this.inline,\n }}\n >\n {this.renderCustomIcon()}\n {this.renderClearable()}\n {hasSlot(this.host, 'error-text') ? (\n <span slot=\"error-text\">\n <slot name=\"error-text\" />\n </span>\n ) : null}\n {hasSlot(this.host, 'label') ? (\n <span slot=\"label\">\n <slot name=\"label\" />\n </span>\n ) : null}\n </six-input>\n {this.open && (\n <div\n ref={(el) => (this.popup = el)}\n part=\"popup\"\n class={{\n timepicker__popup: true,\n 'timepicker__popup--is-up': this.placement ? this.placement === 'top' : this.isPopupContentUp,\n 'timepicker__popup--is-inline': this.inline,\n }}\n >\n {...this.getContent()}\n {this.getAmPmPicker()}\n </div>\n )}\n </div>\n );\n }\n}\n"],"version":3}
@@ -0,0 +1,50 @@
1
+ const isString = (value) => typeof value === 'string';
2
+ // only use '==' instead of '===' to also catch undefined and void
3
+ const isNil = (value) => value == null;
4
+ const isDate = (value) => value instanceof Date;
5
+ const isNumber = (value) => value === 'number';
6
+
7
+ /*
8
+ * Defines the different time periods for the 12-hour-clock
9
+ */
10
+ var SixTimePeriod;
11
+ (function (SixTimePeriod) {
12
+ SixTimePeriod["AM"] = "AM";
13
+ SixTimePeriod["PM"] = "PM";
14
+ })(SixTimePeriod || (SixTimePeriod = {}));
15
+ var SixTimePropertyName;
16
+ (function (SixTimePropertyName) {
17
+ SixTimePropertyName["HOURS"] = "hours";
18
+ SixTimePropertyName["MINUTES"] = "minutes";
19
+ SixTimePropertyName["SECONDS"] = "seconds";
20
+ SixTimePropertyName["MILLISECONDS"] = "milliseconds";
21
+ SixTimePropertyName["HAS_24_HOURS"] = "has24Hours";
22
+ SixTimePropertyName["PERIOD"] = "period";
23
+ })(SixTimePropertyName || (SixTimePropertyName = {}));
24
+ /*
25
+ * Defines the different time units allowed to use in a timestring
26
+ */
27
+ var TIME_FORMAT_CHAR;
28
+ (function (TIME_FORMAT_CHAR) {
29
+ TIME_FORMAT_CHAR["HOUR_24"] = "HH";
30
+ TIME_FORMAT_CHAR["HOUR_12"] = "hh";
31
+ TIME_FORMAT_CHAR["MINUTE"] = "mm";
32
+ TIME_FORMAT_CHAR["SECOND"] = "ss";
33
+ TIME_FORMAT_CHAR["MILLISECOND"] = "ms";
34
+ TIME_FORMAT_CHAR["PERIOD"] = "aa";
35
+ })(TIME_FORMAT_CHAR || (TIME_FORMAT_CHAR = {}));
36
+ /*
37
+ * Defines a mapping from the time format unit characters to the sixTime property name
38
+ */
39
+ const TIME_FORMAT_CHAR_TO_SIX_TIME_PROPERTY_MAP = {
40
+ [TIME_FORMAT_CHAR.HOUR_24]: 'hours',
41
+ [TIME_FORMAT_CHAR.HOUR_12]: 'hours',
42
+ [TIME_FORMAT_CHAR.MINUTE]: 'minutes',
43
+ [TIME_FORMAT_CHAR.SECOND]: 'seconds',
44
+ [TIME_FORMAT_CHAR.MILLISECOND]: 'milliseconds',
45
+ [TIME_FORMAT_CHAR.PERIOD]: 'period',
46
+ };
47
+
48
+ export { SixTimePropertyName as S, TIME_FORMAT_CHAR as T, isNumber as a, isDate as b, isString as c, SixTimePeriod as d, TIME_FORMAT_CHAR_TO_SIX_TIME_PROPERTY_MAP as e, isNil as i };
49
+
50
+ //# sourceMappingURL=six-timepicker.types-e161a447.js.map
@@ -0,0 +1 @@
1
+ {"file":"six-timepicker.types-e161a447.js","mappings":"MAAa,QAAQ,GAAG,CAAC,KAAU,KAAsB,OAAO,KAAK,KAAK,SAAS;AAEnF;MACa,KAAK,GAAG,CAAC,KAAK,KAAK,KAAK,IAAI,KAAK;MAEjC,MAAM,GAAG,CAAC,KAAK,KAAoB,KAAK,YAAY,KAAK;MAEzD,QAAQ,GAAG,CAAC,KAAK,KAAsB,KAAK,KAAK;;ACP9D;;;IAGY;AAAZ,WAAY,aAAa;EACvB,0BAAS,CAAA;EACT,0BAAS,CAAA;AACX,CAAC,EAHW,aAAa,KAAb,aAAa,QAGxB;IAEW;AAAZ,WAAY,mBAAmB;EAC7B,sCAAe,CAAA;EACf,0CAAmB,CAAA;EACnB,0CAAmB,CAAA;EACnB,oDAA6B,CAAA;EAC7B,kDAA2B,CAAA;EAC3B,wCAAiB,CAAA;AACnB,CAAC,EAPW,mBAAmB,KAAnB,mBAAmB,QAO9B;AAcD;;;IAGY;AAAZ,WAAY,gBAAgB;EAC1B,kCAAc,CAAA;EACd,kCAAc,CAAA;EACd,iCAAa,CAAA;EACb,iCAAa,CAAA;EACb,sCAAkB,CAAA;EAClB,iCAAa,CAAA;AACf,CAAC,EAPW,gBAAgB,KAAhB,gBAAgB,QAO3B;AAED;;;MAGa,yCAAyC,GAAG;EACvD,CAAC,gBAAgB,CAAC,OAAO,GAAG,OAAO;EACnC,CAAC,gBAAgB,CAAC,OAAO,GAAG,OAAO;EACnC,CAAC,gBAAgB,CAAC,MAAM,GAAG,SAAS;EACpC,CAAC,gBAAgB,CAAC,MAAM,GAAG,SAAS;EACpC,CAAC,gBAAgB,CAAC,WAAW,GAAG,cAAc;EAC9C,CAAC,gBAAgB,CAAC,MAAM,GAAG,QAAQ;;;;;","names":[],"sources":["./src/utils/type-check.ts","./src/components/six-timepicker/six-timepicker.types.tsx"],"sourcesContent":["export const isString = (value: any): value is string => typeof value === 'string';\n\n// only use '==' instead of '===' to also catch undefined and void\nexport const isNil = (value) => value == null;\n\nexport const isDate = (value): value is Date => value instanceof Date;\n\nexport const isNumber = (value): value is number => value === 'number';\n","/*\n * Defines the different time periods for the 12-hour-clock\n */\nexport enum SixTimePeriod {\n AM = 'AM',\n PM = 'PM',\n}\n\nexport enum SixTimePropertyName {\n HOURS = 'hours',\n MINUTES = 'minutes',\n SECONDS = 'seconds',\n MILLISECONDS = 'milliseconds',\n HAS_24_HOURS = 'has24Hours',\n PERIOD = 'period',\n}\n\n/*\n * Defines a format independent interface for time used internally in the six-timepicker\n */\nexport interface SixTime {\n [SixTimePropertyName.HOURS]?: number;\n [SixTimePropertyName.MINUTES]?: number;\n [SixTimePropertyName.SECONDS]?: number;\n [SixTimePropertyName.MILLISECONDS]?: number;\n [SixTimePropertyName.HAS_24_HOURS]?: boolean; // true => 24h, false => 12h\n [SixTimePropertyName.PERIOD]?: SixTimePeriod; // only needed for 12-hour clock\n}\n\n/*\n * Defines the different time units allowed to use in a timestring\n */\nexport enum TIME_FORMAT_CHAR {\n HOUR_24 = 'HH',\n HOUR_12 = 'hh',\n MINUTE = 'mm',\n SECOND = 'ss',\n MILLISECOND = 'ms',\n PERIOD = 'aa',\n}\n\n/*\n * Defines a mapping from the time format unit characters to the sixTime property name\n */\nexport const TIME_FORMAT_CHAR_TO_SIX_TIME_PROPERTY_MAP = {\n [TIME_FORMAT_CHAR.HOUR_24]: 'hours',\n [TIME_FORMAT_CHAR.HOUR_12]: 'hours',\n [TIME_FORMAT_CHAR.MINUTE]: 'minutes',\n [TIME_FORMAT_CHAR.SECOND]: 'seconds',\n [TIME_FORMAT_CHAR.MILLISECOND]: 'milliseconds',\n [TIME_FORMAT_CHAR.PERIOD]: 'period',\n};\n"],"version":3}