@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,1271 @@
1
+ import { h } from '@stencil/core';
2
+ import { createCalendarGrid, day, formatDate, getFirstDayOfTheWeek, hours, i18nDate, isValidDate, isValidDateString, minutes, month, now, seconds, toDate, year, } from '../../utils/date-util';
3
+ import { EventListeners } from '../../utils/event-listeners';
4
+ import { isNil } from '../../utils/type-check';
5
+ import { debounce, debounceEvent, DEFAULT_DEBOUNCE_FAST } from '../../utils/execution-control';
6
+ import { hasSlot } from '../../utils/slot';
7
+ import { SixDateFormats } from './six-date-formats';
8
+ import { MonthSelection } from './components/month-selection';
9
+ import { DaySelection } from './components/day-selection';
10
+ import { YearSelection } from './components/year-selection';
11
+ import { SixTimePropertyName } from '../six-timepicker/six-timepicker.types';
12
+ const NUMBER_OF_YEARS_SHOWN = 25;
13
+ const MIN_POPUP_HEIGHT = 400;
14
+ var SelectionMode;
15
+ (function (SelectionMode) {
16
+ SelectionMode["DAY"] = "day";
17
+ SelectionMode["MONTH"] = "month";
18
+ SelectionMode["YEAR"] = "year";
19
+ })(SelectionMode || (SelectionMode = {}));
20
+ const getYearSelectionAroundYear = (year) => {
21
+ const numberOfElementsPerRow = 5;
22
+ return Array.from(new Array(NUMBER_OF_YEARS_SHOWN).keys())
23
+ .map((n) => n + year - Math.floor(NUMBER_OF_YEARS_SHOWN / 2))
24
+ .reduce((curr, item, index) => {
25
+ if (index % numberOfElementsPerRow === 0) {
26
+ curr.push([]);
27
+ }
28
+ curr[curr.length - 1].push(item);
29
+ return curr;
30
+ }, []);
31
+ };
32
+ /**
33
+ * @since 1.0
34
+ * @status stable
35
+ *
36
+ * @slot - Used to define a footer for the date picker.
37
+ */
38
+ export class SixDatepicker {
39
+ constructor() {
40
+ this.eventListeners = new EventListeners();
41
+ this.selectedDate = null;
42
+ this.defaultValue = null;
43
+ this.handleDocumentKeyDown = (event) => {
44
+ // Close when escape is pressed
45
+ if (this.open && event.key === 'Escape') {
46
+ event.stopPropagation();
47
+ this.closePopup();
48
+ void this.inputElement.setFocus();
49
+ }
50
+ // Handle tabbing
51
+ if (event.key === 'Tab') {
52
+ this.closePopup();
53
+ }
54
+ };
55
+ this.handleDocumentMouseDown = (event) => {
56
+ // Close when clicking outside of the containing element
57
+ const path = event.composedPath();
58
+ if (!path.includes(this.container)) {
59
+ this.closePopup();
60
+ return;
61
+ }
62
+ };
63
+ this.onTimepickerChange = (sixTimepickerChange) => {
64
+ const time = sixTimepickerChange.detail.value;
65
+ const newDate = new Date();
66
+ if (this.selectedDate) {
67
+ newDate.setFullYear(this.selectedDate.getFullYear(), this.selectedDate.getMonth(), this.selectedDate.getDate());
68
+ }
69
+ newDate.setHours(time[SixTimePropertyName.HOURS], time[SixTimePropertyName.MINUTES], time[SixTimePropertyName.SECONDS]);
70
+ this.updateValue(newDate);
71
+ this.updatePointerDates();
72
+ };
73
+ this.onClickDateCell = (cell) => {
74
+ if (!cell.isDisabled) {
75
+ void this.select(cell.dateString);
76
+ }
77
+ };
78
+ this.onClickMonthCell = (selectedMonth) => {
79
+ const month = i18nDate[this.locale].monthsShort.findIndex((monthShort) => monthShort === selectedMonth);
80
+ this.pointerDate = Object.assign(Object.assign({}, this.pointerDate), { month });
81
+ this.selectionMode = SelectionMode.DAY;
82
+ };
83
+ this.onClickYearCell = (year) => {
84
+ this.pointerDate = Object.assign(Object.assign({}, this.pointerDate), { year });
85
+ this.selectionMode = SelectionMode.DAY;
86
+ };
87
+ this.handleInputChange = (event) => {
88
+ const inputValue = this.inputElement.value;
89
+ if (!isValidDateString(inputValue, this.dateFormat)) {
90
+ return;
91
+ }
92
+ const inputValueDate = toDate(inputValue, this.dateFormat);
93
+ if (inputValueDate === undefined) {
94
+ return;
95
+ }
96
+ if (this.min && this.min.getTime() > inputValueDate.getTime()) {
97
+ return;
98
+ }
99
+ if (this.max && this.max.getTime() < inputValueDate.getTime()) {
100
+ return;
101
+ }
102
+ this.updateIfChanged(inputValueDate);
103
+ event.stopPropagation();
104
+ const datesOnly = inputValue.replace(/[^\d]/g, '');
105
+ let isDateValid = !inputValue;
106
+ if (inputValue && datesOnly.length >= 6) {
107
+ const date = toDate(inputValue, this.dateFormat);
108
+ const datestring = formatDate(date, this.dateFormat);
109
+ if (isValidDateString(datestring, this.dateFormat)) {
110
+ this.selectedDate = toDate(datestring, this.dateFormat);
111
+ this.updatePointerDates();
112
+ this.updateValue(this.selectedDate);
113
+ isDateValid = true;
114
+ }
115
+ }
116
+ this.displayCustomMessage(isDateValid);
117
+ };
118
+ this.handleOnBlur = (event) => {
119
+ // clear the value if the user deleted the date
120
+ if (this.inputElement.value === '' && isValidDate(this.value)) {
121
+ this.value = undefined;
122
+ }
123
+ event.stopPropagation();
124
+ const inputValue = this.inputElement.value;
125
+ const inputValueDate = toDate(inputValue, this.dateFormat);
126
+ const formattedDate = formatDate(this.value, this.dateFormat);
127
+ if (inputValueDate && inputValue !== formattedDate) {
128
+ // properly format date if necessary
129
+ this.inputElement.value = formattedDate;
130
+ }
131
+ this.sixBlur.emit(this.value);
132
+ };
133
+ this.pointerDate = SixDatepicker.getCurrentDateAsPointer();
134
+ this.selectionMode = SelectionMode.DAY;
135
+ this.isDropDownContentUp = false;
136
+ this.type = 'date';
137
+ this.locale = 'en';
138
+ this.open = false;
139
+ this.inline = false;
140
+ this.readonly = false;
141
+ this.disabled = false;
142
+ this.allowedDates = () => true;
143
+ this.min = null;
144
+ this.max = null;
145
+ this.closeOnSelect = this.type === 'date';
146
+ this.placement = undefined;
147
+ this.size = 'medium';
148
+ this.required = undefined;
149
+ this.defaultDate = undefined;
150
+ this.placeholder = undefined;
151
+ this.value = null;
152
+ this.containingElement = undefined;
153
+ this.dateFormat = SixDateFormats.DDMMYYY_DOT;
154
+ this.debounce = DEFAULT_DEBOUNCE_FAST;
155
+ this.errorOnBlur = false;
156
+ this.errorText = '';
157
+ this.label = '';
158
+ this.name = '';
159
+ this.clearable = false;
160
+ this.iconPosition = 'left';
161
+ this.hoist = false;
162
+ }
163
+ debounceChanged() {
164
+ this.sixSelect = debounceEvent(this.sixSelect, this.debounce);
165
+ }
166
+ /**
167
+ * Update the native input element when the value changes
168
+ */
169
+ valueChanged() {
170
+ // map unreadable values to undefined to make the datepicker fault-tolerant
171
+ if (this.isValidValue()) {
172
+ console.warn('Encountered unreadable date, will map to undefined. Received value', this.value);
173
+ this.value = undefined;
174
+ return;
175
+ }
176
+ this.selectedDate = this.value;
177
+ this.updatePointerDates();
178
+ this.sixSelect.emit(this.value);
179
+ }
180
+ async resizeHandler() {
181
+ this.calcIsDropDownContentUp();
182
+ this.moveOpenHoistedPopup();
183
+ this.adjustPopupPosition();
184
+ }
185
+ async scrollHandler() {
186
+ this.calcIsDropDownContentUp();
187
+ this.moveOpenHoistedPopup();
188
+ }
189
+ get container() {
190
+ return this.containingElement || this.host;
191
+ }
192
+ get firstDateOfBox() {
193
+ const date = new Date(this.pointerDate.year, this.pointerDate.month, 1);
194
+ return getFirstDayOfTheWeek(date);
195
+ }
196
+ /** Checks for validity and shows the browser's validation message if the control is invalid. */
197
+ async reportValidity() {
198
+ return this.inputElement.reportValidity();
199
+ }
200
+ /** Checks for validity. */
201
+ async checkValidity() {
202
+ return this.inputElement.checkValidity();
203
+ }
204
+ /** Sets a custom validation message. If `message` is not empty, the field will be considered invalid. */
205
+ async setCustomValidity(message) {
206
+ await this.inputElement.setCustomValidity(message);
207
+ }
208
+ /** Resets the formcontrol */
209
+ async reset() {
210
+ this.value = this.defaultValue;
211
+ this.inputElement.value = formatDate(this.defaultValue, this.dateFormat);
212
+ await this.inputElement.reset();
213
+ }
214
+ isValidValue() {
215
+ if (this.value === undefined || this.value === null) {
216
+ return false;
217
+ }
218
+ if (!(this.value instanceof Date)) {
219
+ return true;
220
+ }
221
+ return this.value instanceof Date && isNaN(this.value);
222
+ }
223
+ get calendarGrid() {
224
+ return createCalendarGrid({
225
+ firstDateOfBox: this.firstDateOfBox,
226
+ allowedDates: this.allowedDates,
227
+ dateFormat: this.dateFormat,
228
+ locale: this.locale,
229
+ selectedDate: this.selectedDate,
230
+ minDate: this.min,
231
+ maxDate: this.max,
232
+ pointerDate: this.pointerDate,
233
+ });
234
+ }
235
+ calcIsDropDownContentUp() {
236
+ if (!this.inputElement || !this.wrapper) {
237
+ return;
238
+ }
239
+ const inputBoundingRect = this.inputElement.getBoundingClientRect();
240
+ const wrapperBoundingRect = this.wrapper.getBoundingClientRect();
241
+ const minPopupHeight = Math.max(wrapperBoundingRect.height, MIN_POPUP_HEIGHT);
242
+ const moreSpaceInTop = inputBoundingRect.y > window.innerHeight / 2;
243
+ this.isDropDownContentUp = moreSpaceInTop && window.innerHeight < inputBoundingRect.bottom + minPopupHeight;
244
+ }
245
+ getMonthStringForIndex(index) {
246
+ return i18nDate[this.locale].months[index];
247
+ }
248
+ previousUnit() {
249
+ if (this.selectionMode === SelectionMode.DAY) {
250
+ this.previousMonth();
251
+ }
252
+ else if (this.selectionMode === SelectionMode.MONTH) {
253
+ this.previousYear();
254
+ }
255
+ else if (this.selectionMode === SelectionMode.YEAR) {
256
+ this.previousYearGroup();
257
+ }
258
+ }
259
+ previousYear() {
260
+ this.pointerDate = Object.assign(Object.assign({}, this.pointerDate), { year: this.pointerDate.year - 1 });
261
+ }
262
+ previousYearGroup() {
263
+ this.pointerDate = Object.assign(Object.assign({}, this.pointerDate), { year: this.pointerDate.year - NUMBER_OF_YEARS_SHOWN });
264
+ }
265
+ previousMonth() {
266
+ if (this.pointerDate.month === 0) {
267
+ this.pointerDate = { year: this.pointerDate.year - 1, month: 11, day: 1, hours: 0, minutes: 0, seconds: 0 };
268
+ }
269
+ else {
270
+ this.pointerDate = {
271
+ year: this.pointerDate.year,
272
+ month: this.pointerDate.month - 1,
273
+ day: 1,
274
+ hours: 0,
275
+ minutes: 0,
276
+ seconds: 0,
277
+ };
278
+ }
279
+ }
280
+ nextUnit() {
281
+ if (this.selectionMode === SelectionMode.DAY) {
282
+ this.nextMonth();
283
+ }
284
+ else if (this.selectionMode === SelectionMode.MONTH) {
285
+ this.nextYear();
286
+ }
287
+ else if (this.selectionMode === SelectionMode.YEAR) {
288
+ this.nextYearGroup();
289
+ }
290
+ }
291
+ nextMonth() {
292
+ if (this.pointerDate.month === 11) {
293
+ this.pointerDate = { year: this.pointerDate.year + 1, month: 0, day: 1, hours: 0, minutes: 0, seconds: 0 };
294
+ }
295
+ else {
296
+ this.pointerDate = {
297
+ year: this.pointerDate.year,
298
+ month: this.pointerDate.month + 1,
299
+ day: 1,
300
+ hours: 0,
301
+ minutes: 0,
302
+ seconds: 0,
303
+ };
304
+ }
305
+ }
306
+ nextYear() {
307
+ this.pointerDate = Object.assign(Object.assign({}, this.pointerDate), { year: this.pointerDate.year + 1 });
308
+ }
309
+ nextYearGroup() {
310
+ this.pointerDate = Object.assign(Object.assign({}, this.pointerDate), { year: this.pointerDate.year + NUMBER_OF_YEARS_SHOWN });
311
+ }
312
+ openCalendar() {
313
+ if (!this.open && !this.disabled) {
314
+ this.open = true;
315
+ this.setupEventListenersForOpenPopup();
316
+ }
317
+ }
318
+ setupEventListenersForOpenPopup() {
319
+ this.eventListeners.add(document, 'keydown', this.handleDocumentKeyDown);
320
+ this.eventListeners.add(document, 'mousedown', this.handleDocumentMouseDown);
321
+ }
322
+ handleClearClick(event) {
323
+ event.stopPropagation();
324
+ void this.select(undefined);
325
+ this.sixClear.emit();
326
+ }
327
+ closePopup() {
328
+ if (this.inline) {
329
+ return;
330
+ }
331
+ this.open = false;
332
+ this.eventListeners.remove(document, 'keydown', this.handleDocumentKeyDown);
333
+ this.eventListeners.remove(document, 'mousedown', this.handleDocumentMouseDown);
334
+ this.selectionMode = SelectionMode.DAY;
335
+ }
336
+ updatePointerDates() {
337
+ const date = this.getPointerDate();
338
+ if (this.differsFromPointerDate(date)) {
339
+ this.pointerDate = {
340
+ year: year(date),
341
+ month: month(date),
342
+ day: day(date),
343
+ hours: hours(date),
344
+ minutes: minutes(date),
345
+ seconds: seconds(date),
346
+ };
347
+ }
348
+ }
349
+ differsFromPointerDate(date) {
350
+ return (this.pointerDate.day !== day(date) ||
351
+ this.pointerDate.month !== month(date) ||
352
+ this.pointerDate.year !== year(date) ||
353
+ this.pointerDate.hours !== hours(date) ||
354
+ this.pointerDate.minutes !== minutes(date) ||
355
+ this.pointerDate.seconds !== seconds(date));
356
+ }
357
+ getPointerDate() {
358
+ if (this.selectedDate !== undefined && this.selectedDate !== null) {
359
+ return this.selectedDate;
360
+ }
361
+ if (isNil(this.defaultDate)) {
362
+ return now();
363
+ }
364
+ else {
365
+ return this.defaultDate && toDate(this.defaultDate, this.dateFormat);
366
+ }
367
+ }
368
+ updateValue(newDate) {
369
+ this.displayCustomMessage(true);
370
+ this.updateIfChanged(newDate);
371
+ }
372
+ updateIfChanged(newDate) {
373
+ var _a;
374
+ if (((_a = this.value) === null || _a === void 0 ? void 0 : _a.getTime()) === (newDate === null || newDate === void 0 ? void 0 : newDate.getTime())) {
375
+ return;
376
+ }
377
+ this.value = newDate;
378
+ }
379
+ /**
380
+ * Selects an option
381
+ */
382
+ async select(datestring) {
383
+ if (!datestring) {
384
+ this.updateValue(undefined);
385
+ }
386
+ else {
387
+ const newDate = toDate(datestring, this.dateFormat);
388
+ newDate.setHours(this.pointerDate.hours, this.pointerDate.minutes, this.pointerDate.seconds);
389
+ this.updateValue(newDate);
390
+ }
391
+ this.updatePointerDates();
392
+ if (this.closeOnSelect) {
393
+ this.closePopup();
394
+ }
395
+ }
396
+ componentWillLoad() {
397
+ this.validateProps();
398
+ this.defaultValue = this.value;
399
+ this.selectedDate = this.value;
400
+ this.updatePointerDates();
401
+ this.updateValue(this.value);
402
+ if (this.inline) {
403
+ this.open = true;
404
+ }
405
+ if (this.open) {
406
+ this.setupEventListenersForOpenPopup();
407
+ }
408
+ }
409
+ validateProps() {
410
+ if (this.value !== null && this.value !== undefined && !(this.value instanceof Date)) {
411
+ throw new Error('Datepicker no longer supports strings as value. Use a date object instead!');
412
+ }
413
+ if (this.min !== null && this.min !== undefined && !(this.min instanceof Date)) {
414
+ throw new Error('Datepicker no longer supports strings as min. Use a date object instead!');
415
+ }
416
+ if (this.max !== null && this.max !== undefined && !(this.max instanceof Date)) {
417
+ throw new Error('Datepicker no longer supports strings as min. Use a date object instead!');
418
+ }
419
+ }
420
+ componentDidLoad() {
421
+ this.eventListeners.add(this.inputElement, 'six-input-input', debounce(this.handleInputChange, this.debounce));
422
+ this.eventListeners.add(this.inputElement, 'six-input-blur', this.handleOnBlur);
423
+ }
424
+ renderHeader() {
425
+ return (h("header", { class: "datepicker-header", part: "header" }, h("div", { class: "datepicker-header__btn prev", onClick: () => this.previousUnit() }, h("svg", { viewBox: "0 5 13 13", width: "14", height: "23" }, h("path", { d: "M11.67 3.87L9.9 2.1 0 12l9.9 9.9 1.77-1.77L3.54 12z" }))), h("div", { class: "datepicker-header__label" }, this.selectionMode === SelectionMode.DAY && (h("div", { onClick: () => (this.selectionMode = SelectionMode.MONTH) }, h("span", { class: "datepicker-header__label-month" }, this.getMonthStringForIndex(this.pointerDate.month)), h("span", null, h("svg", { viewBox: "-3 -4 24 24", width: "20", height: "20" }, h("polyline", { points: "6 9 12 15 18 9" }))))), this.selectionMode !== SelectionMode.YEAR && (h("div", { onClick: () => (this.selectionMode = SelectionMode.YEAR) }, h("span", { class: "datepicker-header__label-year" }, this.pointerDate.year), h("span", null, h("svg", { viewBox: "-3 -4 24 24", width: "20", height: "20" }, h("polyline", { points: "6 9 12 15 18 9" }))))), this.selectionMode === SelectionMode.YEAR && (h("div", null, this.pointerDate.year - Math.floor(NUMBER_OF_YEARS_SHOWN / 2), " \u2013", ' ', this.pointerDate.year + Math.floor(NUMBER_OF_YEARS_SHOWN / 2)))), h("div", { class: "datepicker-header__btn next", onClick: () => this.nextUnit() }, h("svg", { viewBox: "5 5 13 13", width: "14", height: "23" }, h("path", { d: "M5.88 4.12L13.76 12l-7.88 7.88L8 22l10-10L8 2z" })))));
426
+ }
427
+ renderBody() {
428
+ switch (this.selectionMode) {
429
+ case SelectionMode.DAY:
430
+ return (h(DaySelection, { locale: i18nDate[this.locale], calendarGrid: this.calendarGrid, onClickDateCell: this.onClickDateCell }));
431
+ case SelectionMode.MONTH:
432
+ return (h(MonthSelection, { locale: i18nDate[this.locale], selectedDate: this.selectedDate, onClickMonthCell: this.onClickMonthCell }));
433
+ case SelectionMode.YEAR:
434
+ return (h(YearSelection, { selectedDate: this.selectedDate, yearSelection: getYearSelectionAroundYear(this.pointerDate.year), onClickYearCell: this.onClickYearCell }));
435
+ }
436
+ }
437
+ renderCustomIcon() {
438
+ const icon = hasSlot(this.host, 'custom-icon') ? (h("slot", { name: "custom-icon" })) : (h("six-icon", { size: this.size === 'large' ? 'medium' : this.size }, "today"));
439
+ return (h("span", { slot: "prefix", part: "icon", class: {
440
+ prefix: true,
441
+ 'prefix--right': this.iconPosition === 'right',
442
+ } }, icon));
443
+ }
444
+ renderClearable() {
445
+ return (this.clearable && (h("button", { slot: "suffix", class: {
446
+ 'datepicker-clear': true,
447
+ 'datepicker-clear--right': this.iconPosition === 'left',
448
+ 'datepicker-clear--left': this.iconPosition === 'right',
449
+ }, type: "button", onClick: this.handleClearClick, tabindex: "-1" }, h("six-icon", { size: "small" }, "clear"))));
450
+ }
451
+ render() {
452
+ var _a, _b, _c;
453
+ this.adjustPopupPosition();
454
+ return (h("div", { ref: (el) => (this.wrapper = el), class: "datepicker__container" }, h("six-input", { part: "base", value: formatDate(this.value, this.dateFormat), ref: (el) => (this.inputElement = el), placeholder: this.placeholder, readonly: this.readonly, disabled: this.disabled, name: this.name, label: this.label, required: this.required, "error-text": this.errorText, "error-on-blur": this.errorOnBlur, onClick: () => this.openCalendar(), size: this.size, class: { 'input--empty': !this.value } }, 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", { part: "popup", ref: (el) => (this.popup = el), class: {
455
+ datepicker__popup: true,
456
+ 'datepicker__popup--is-up': this.placement ? this.placement === 'top' : this.isDropDownContentUp,
457
+ 'datepicker__popup--is-inline': this.inline,
458
+ } }, this.renderHeader(), this.renderBody(), this.type === 'date-time' && (h("six-timepicker", { inline: true, "onSix-timepicker-change-debounced": (event) => this.onTimepickerChange(event), value: ((_a = this.selectedDate) === null || _a === void 0 ? void 0 : _a.getHours()) +
459
+ ':' +
460
+ ((_b = this.selectedDate) === null || _b === void 0 ? void 0 : _b.getMinutes()) +
461
+ ':' +
462
+ ((_c = this.selectedDate) === null || _c === void 0 ? void 0 : _c.getSeconds()) })), h("div", { class: "datepicker__footer" }, h("slot", null))))));
463
+ }
464
+ adjustPopupPosition() {
465
+ this.adjustPopupForHoisting();
466
+ this.adjustPopupForSmallScreens();
467
+ }
468
+ /*
469
+ * The position of the hoisted datepicker needs to be correctly calculated since the position changes to fixed.
470
+ * Thus if the user scrolls or adjusts the screen size we need to recalculate the datepicker position.
471
+ */
472
+ moveOpenHoistedPopup() {
473
+ if (!this.hoist || !this.open) {
474
+ return;
475
+ }
476
+ const popupBoundingClientRect = this.popup.getBoundingClientRect();
477
+ const popupHeight = popupBoundingClientRect.height;
478
+ const inputBoundingClientRect = this.inputElement.getBoundingClientRect();
479
+ const inputTop = inputBoundingClientRect.top;
480
+ const inputHeight = inputBoundingClientRect.height;
481
+ this.calcIsDropDownContentUp();
482
+ if (this.isDropDownContentUp) {
483
+ this.popup.style.top = `${inputTop - popupHeight}px`;
484
+ }
485
+ else {
486
+ this.popup.style.top = `${inputTop + inputHeight}px`;
487
+ }
488
+ }
489
+ /*
490
+ * For small screens the datepicker popup could be cut-off even though there might still be space within the viewport.
491
+ * This is because the popup is always aligned with the trigger input field. However in the scenario of small screens
492
+ * we should reposition the popup to use the space available.
493
+ */
494
+ adjustPopupForSmallScreens() {
495
+ // execute after dropdown has been rendered to make sure the popup reference is correctly set
496
+ setTimeout(() => {
497
+ if (!this.popup) {
498
+ return;
499
+ }
500
+ const popupBoundingClientRect = this.popup.getBoundingClientRect();
501
+ const setPopupAsFixPosition = () => {
502
+ // apply screen position to fixed popup
503
+ this.popup.style.position = 'fixed';
504
+ ['top', 'left', 'width', 'height'].forEach((property) => {
505
+ this.popup.style[property] = `${popupBoundingClientRect[property]}px`;
506
+ });
507
+ };
508
+ if (popupBoundingClientRect.y < 0 &&
509
+ window.innerHeight - popupBoundingClientRect.height > 0 &&
510
+ Math.abs(popupBoundingClientRect.y) <= popupBoundingClientRect.height) {
511
+ // handle case where popup is cut-off on top but there is still space available
512
+ setPopupAsFixPosition();
513
+ this.popup.style.top = '0px';
514
+ }
515
+ else if (window.innerHeight < popupBoundingClientRect.y + popupBoundingClientRect.height &&
516
+ window.innerHeight > popupBoundingClientRect.height &&
517
+ Math.abs(popupBoundingClientRect.y - window.innerHeight) <= popupBoundingClientRect.height) {
518
+ // handle case where popup is cut-off at the bottom but there is still space available above
519
+ // apply screen position to fixed popup
520
+ setPopupAsFixPosition();
521
+ this.popup.style.top = `${window.innerHeight - popupBoundingClientRect.height}px`;
522
+ }
523
+ if (window.innerWidth < popupBoundingClientRect.x + popupBoundingClientRect.width &&
524
+ window.innerWidth > popupBoundingClientRect.width &&
525
+ Math.abs(popupBoundingClientRect.x - window.innerWidth) <= popupBoundingClientRect.width) {
526
+ // handle case where popup is cut-off to the right
527
+ setPopupAsFixPosition();
528
+ this.popup.style.left = `${window.innerWidth - popupBoundingClientRect.width}px`;
529
+ }
530
+ }, 0);
531
+ }
532
+ /*
533
+ * If the popup is hoisted we popup is hoisted its position will change to fix to not be clipped of by a containing container.
534
+ * To render the popup correctly we render it normally, and then assign this screenposition to the fixed popup
535
+ */
536
+ adjustPopupForHoisting() {
537
+ if (!this.hoist) {
538
+ return;
539
+ }
540
+ // execute after dropdown has been rendered to make sure the popup reference is correctly set
541
+ setTimeout(() => {
542
+ if (!this.popup) {
543
+ return;
544
+ }
545
+ // take a snapshot of normally rendered popup
546
+ const popupBoundingClientRect = this.popup.getBoundingClientRect();
547
+ // apply screen position to fixed popup
548
+ this.popup.style.position = 'fixed';
549
+ ['top', 'left', 'width', 'height'].forEach((property) => {
550
+ this.popup.style[property] = `${popupBoundingClientRect[property]}px`;
551
+ });
552
+ const inputBoundingClientRect = this.inputElement.getBoundingClientRect();
553
+ const inputTop = inputBoundingClientRect.top;
554
+ const popupTop = popupBoundingClientRect.top;
555
+ this.calcIsDropDownContentUp();
556
+ // check screen position to check whether the popup should be moved above or below the trigger element
557
+ if (this.isDropDownContentUp && inputTop < popupTop) {
558
+ // move popup above input field if datepicker is at bottom of screen
559
+ this.popup.style.top = `${popupTop - popupBoundingClientRect.height - inputBoundingClientRect.height}px`;
560
+ }
561
+ }, 0);
562
+ }
563
+ connectedCallback() {
564
+ this.handleClearClick = this.handleClearClick.bind(this);
565
+ }
566
+ disconnectedCallback() {
567
+ this.eventListeners.removeAll();
568
+ }
569
+ displayCustomMessage(valid) {
570
+ if (!this.inputElement) {
571
+ return;
572
+ }
573
+ if (valid) {
574
+ void this.setCustomValidity('');
575
+ }
576
+ else {
577
+ const message = this.errorText ? this.errorText : 'Invalid date format';
578
+ void this.setCustomValidity(message);
579
+ }
580
+ }
581
+ static getCurrentDateAsPointer() {
582
+ return {
583
+ year: year(now()),
584
+ month: month(now()),
585
+ day: day(now()),
586
+ hours: hours(now()),
587
+ minutes: minutes(now()),
588
+ seconds: seconds(now()),
589
+ };
590
+ }
591
+ static get is() { return "six-datepicker"; }
592
+ static get encapsulation() { return "shadow"; }
593
+ static get originalStyleUrls() {
594
+ return {
595
+ "$": ["six-datepicker.scss"]
596
+ };
597
+ }
598
+ static get styleUrls() {
599
+ return {
600
+ "$": ["six-datepicker.css"]
601
+ };
602
+ }
603
+ static get properties() {
604
+ return {
605
+ "type": {
606
+ "type": "string",
607
+ "mutable": false,
608
+ "complexType": {
609
+ "original": "'date' | 'date-time'",
610
+ "resolved": "\"date\" | \"date-time\"",
611
+ "references": {}
612
+ },
613
+ "required": false,
614
+ "optional": false,
615
+ "docs": {
616
+ "tags": [],
617
+ "text": "Set the type."
618
+ },
619
+ "attribute": "type",
620
+ "reflect": false,
621
+ "defaultValue": "'date'"
622
+ },
623
+ "locale": {
624
+ "type": "string",
625
+ "mutable": false,
626
+ "complexType": {
627
+ "original": "'en' | 'de' | 'fr' | 'it'",
628
+ "resolved": "\"de\" | \"en\" | \"fr\" | \"it\"",
629
+ "references": {}
630
+ },
631
+ "required": false,
632
+ "optional": false,
633
+ "docs": {
634
+ "tags": [],
635
+ "text": "The language used to render the weekdays and months."
636
+ },
637
+ "attribute": "locale",
638
+ "reflect": false,
639
+ "defaultValue": "'en'"
640
+ },
641
+ "open": {
642
+ "type": "boolean",
643
+ "mutable": true,
644
+ "complexType": {
645
+ "original": "boolean",
646
+ "resolved": "boolean",
647
+ "references": {}
648
+ },
649
+ "required": false,
650
+ "optional": false,
651
+ "docs": {
652
+ "tags": [],
653
+ "text": "Indicates whether or not the calendar dropdown is open on startup. You can use this in lieu of the show/hide methods."
654
+ },
655
+ "attribute": "open",
656
+ "reflect": true,
657
+ "defaultValue": "false"
658
+ },
659
+ "inline": {
660
+ "type": "boolean",
661
+ "mutable": false,
662
+ "complexType": {
663
+ "original": "boolean",
664
+ "resolved": "boolean",
665
+ "references": {}
666
+ },
667
+ "required": false,
668
+ "optional": false,
669
+ "docs": {
670
+ "tags": [],
671
+ "text": "Indicates whether or not the calendar should be shown as an inline (always open) component"
672
+ },
673
+ "attribute": "inline",
674
+ "reflect": true,
675
+ "defaultValue": "false"
676
+ },
677
+ "readonly": {
678
+ "type": "boolean",
679
+ "mutable": false,
680
+ "complexType": {
681
+ "original": "boolean",
682
+ "resolved": "boolean",
683
+ "references": {}
684
+ },
685
+ "required": false,
686
+ "optional": false,
687
+ "docs": {
688
+ "tags": [],
689
+ "text": "If `true` the user can only select a date via the component in the popup, but not directly edit the input field."
690
+ },
691
+ "attribute": "readonly",
692
+ "reflect": false,
693
+ "defaultValue": "false"
694
+ },
695
+ "disabled": {
696
+ "type": "boolean",
697
+ "mutable": false,
698
+ "complexType": {
699
+ "original": "boolean",
700
+ "resolved": "boolean",
701
+ "references": {}
702
+ },
703
+ "required": false,
704
+ "optional": false,
705
+ "docs": {
706
+ "tags": [],
707
+ "text": "If `true` the component is disabled."
708
+ },
709
+ "attribute": "disabled",
710
+ "reflect": false,
711
+ "defaultValue": "false"
712
+ },
713
+ "allowedDates": {
714
+ "type": "unknown",
715
+ "mutable": false,
716
+ "complexType": {
717
+ "original": "(date: Date) => boolean",
718
+ "resolved": "(date: Date) => boolean",
719
+ "references": {
720
+ "Date": {
721
+ "location": "global"
722
+ }
723
+ }
724
+ },
725
+ "required": false,
726
+ "optional": false,
727
+ "docs": {
728
+ "tags": [],
729
+ "text": "Callback to determine which date in the datepicker should be selectable.\nthe callback function will get a datestring as an argument, e.g. '2021-07-04'\n\nUsage e.g.:\nconst datepicker = document.getElementById('allowed-date-picker');\ndatepicker.allowedDates = datestring => parseInt(datestring.split('-')[2], 10) % 2 === 0;"
730
+ },
731
+ "defaultValue": "() => true"
732
+ },
733
+ "min": {
734
+ "type": "unknown",
735
+ "mutable": false,
736
+ "complexType": {
737
+ "original": "Date | null",
738
+ "resolved": "Date",
739
+ "references": {
740
+ "Date": {
741
+ "location": "global"
742
+ }
743
+ }
744
+ },
745
+ "required": false,
746
+ "optional": true,
747
+ "docs": {
748
+ "tags": [],
749
+ "text": "The minimum datetime allowed. Value must be a date object"
750
+ },
751
+ "defaultValue": "null"
752
+ },
753
+ "max": {
754
+ "type": "unknown",
755
+ "mutable": false,
756
+ "complexType": {
757
+ "original": "Date | null",
758
+ "resolved": "Date",
759
+ "references": {
760
+ "Date": {
761
+ "location": "global"
762
+ }
763
+ }
764
+ },
765
+ "required": false,
766
+ "optional": true,
767
+ "docs": {
768
+ "tags": [],
769
+ "text": "The maximum datetime allowed. Value must be a date object"
770
+ },
771
+ "defaultValue": "null"
772
+ },
773
+ "closeOnSelect": {
774
+ "type": "boolean",
775
+ "mutable": false,
776
+ "complexType": {
777
+ "original": "boolean",
778
+ "resolved": "boolean",
779
+ "references": {}
780
+ },
781
+ "required": false,
782
+ "optional": false,
783
+ "docs": {
784
+ "tags": [],
785
+ "text": "Closes the datepicker dropdown after selection"
786
+ },
787
+ "attribute": "close-on-select",
788
+ "reflect": false,
789
+ "defaultValue": "this.type === 'date'"
790
+ },
791
+ "placement": {
792
+ "type": "string",
793
+ "mutable": false,
794
+ "complexType": {
795
+ "original": "'top' | 'bottom'",
796
+ "resolved": "\"bottom\" | \"top\"",
797
+ "references": {}
798
+ },
799
+ "required": false,
800
+ "optional": false,
801
+ "docs": {
802
+ "tags": [],
803
+ "text": "The enforced placement of the dropdown panel."
804
+ },
805
+ "attribute": "placement",
806
+ "reflect": false
807
+ },
808
+ "size": {
809
+ "type": "string",
810
+ "mutable": false,
811
+ "complexType": {
812
+ "original": "'small' | 'medium' | 'large'",
813
+ "resolved": "\"large\" | \"medium\" | \"small\"",
814
+ "references": {}
815
+ },
816
+ "required": false,
817
+ "optional": false,
818
+ "docs": {
819
+ "tags": [],
820
+ "text": "Datepicker size."
821
+ },
822
+ "attribute": "size",
823
+ "reflect": false,
824
+ "defaultValue": "'medium'"
825
+ },
826
+ "required": {
827
+ "type": "boolean",
828
+ "mutable": false,
829
+ "complexType": {
830
+ "original": "boolean",
831
+ "resolved": "boolean",
832
+ "references": {}
833
+ },
834
+ "required": false,
835
+ "optional": false,
836
+ "docs": {
837
+ "tags": [],
838
+ "text": "Set to true to make the input a required field."
839
+ },
840
+ "attribute": "required",
841
+ "reflect": true
842
+ },
843
+ "defaultDate": {
844
+ "type": "string",
845
+ "mutable": false,
846
+ "complexType": {
847
+ "original": "string | null",
848
+ "resolved": "string",
849
+ "references": {}
850
+ },
851
+ "required": false,
852
+ "optional": true,
853
+ "docs": {
854
+ "tags": [],
855
+ "text": "The date to defines where the datepicker popup starts. The prop accepts ISO 8601 date strings (YYYY-MM-DD)."
856
+ },
857
+ "attribute": "default-date",
858
+ "reflect": false
859
+ },
860
+ "placeholder": {
861
+ "type": "string",
862
+ "mutable": false,
863
+ "complexType": {
864
+ "original": "string | null",
865
+ "resolved": "string",
866
+ "references": {}
867
+ },
868
+ "required": false,
869
+ "optional": true,
870
+ "docs": {
871
+ "tags": [],
872
+ "text": "The placeholder defines what text to be shown on the input element"
873
+ },
874
+ "attribute": "placeholder",
875
+ "reflect": false
876
+ },
877
+ "value": {
878
+ "type": "unknown",
879
+ "mutable": true,
880
+ "complexType": {
881
+ "original": "Date | null",
882
+ "resolved": "Date",
883
+ "references": {
884
+ "Date": {
885
+ "location": "global"
886
+ }
887
+ }
888
+ },
889
+ "required": false,
890
+ "optional": true,
891
+ "docs": {
892
+ "tags": [],
893
+ "text": "The value of the form field, which accepts a date object."
894
+ },
895
+ "defaultValue": "null"
896
+ },
897
+ "containingElement": {
898
+ "type": "unknown",
899
+ "mutable": false,
900
+ "complexType": {
901
+ "original": "HTMLElement",
902
+ "resolved": "HTMLElement",
903
+ "references": {
904
+ "HTMLElement": {
905
+ "location": "global"
906
+ }
907
+ }
908
+ },
909
+ "required": false,
910
+ "optional": false,
911
+ "docs": {
912
+ "tags": [],
913
+ "text": "The dropdown will close when the user interacts outside of this element (e.g. clicking)."
914
+ }
915
+ },
916
+ "dateFormat": {
917
+ "type": "string",
918
+ "mutable": false,
919
+ "complexType": {
920
+ "original": "SixDateFormats",
921
+ "resolved": "SixDateFormats.DDMMYYYY_DASH | SixDateFormats.DDMMYYYY_DASH_TIME | SixDateFormats.DDMMYYYY_SLASH | SixDateFormats.DDMMYYYY_SLASH_TIME | SixDateFormats.DDMMYYY_DOT | SixDateFormats.DDMMYYY_DOT_TIME | SixDateFormats.DDMMYY_DASH | SixDateFormats.DDMMYY_DASH_TIME | SixDateFormats.DDMMYY_DOT | SixDateFormats.DDMMYY_DOT_TIME | SixDateFormats.DDMMYY_SLASH | SixDateFormats.DDMMYY_SLASH_TIME | SixDateFormats.YYMMDD_DASH | SixDateFormats.YYMMDD_DASH_TIME | SixDateFormats.YYMMDD_SLASH | SixDateFormats.YYMMDD_SLASH_TIME | SixDateFormats.YYYYMMDD_DASH | SixDateFormats.YYYYMMDD_DASH_TIME | SixDateFormats.YYYYMMDD_SLASH | SixDateFormats.YYYYMMDD_SLASH_TIME",
922
+ "references": {
923
+ "SixDateFormats": {
924
+ "location": "import",
925
+ "path": "./six-date-formats"
926
+ }
927
+ }
928
+ },
929
+ "required": false,
930
+ "optional": false,
931
+ "docs": {
932
+ "tags": [],
933
+ "text": "Define the dateFormat. Valid formats are:\n'dd.mm.yyyy'\n'yyyy-mm-dd'\n'dd-mm-yyyy'\n'dd/mm/yyyy'\n'yyyy/mm/dd'\n'dd.mm.yy'\n'yy-mm-dd'\n'dd-mm-yy'\n'dd/mm/yy'\n'yy/mm/dd'"
934
+ },
935
+ "attribute": "date-format",
936
+ "reflect": false,
937
+ "defaultValue": "SixDateFormats.DDMMYYY_DOT"
938
+ },
939
+ "debounce": {
940
+ "type": "number",
941
+ "mutable": false,
942
+ "complexType": {
943
+ "original": "number",
944
+ "resolved": "number",
945
+ "references": {}
946
+ },
947
+ "required": false,
948
+ "optional": false,
949
+ "docs": {
950
+ "tags": [],
951
+ "text": "Set the amount of time, in milliseconds, to wait to trigger the `dateChange` event after each keystroke."
952
+ },
953
+ "attribute": "debounce",
954
+ "reflect": false,
955
+ "defaultValue": "DEFAULT_DEBOUNCE_FAST"
956
+ },
957
+ "errorOnBlur": {
958
+ "type": "boolean",
959
+ "mutable": false,
960
+ "complexType": {
961
+ "original": "boolean",
962
+ "resolved": "boolean",
963
+ "references": {}
964
+ },
965
+ "required": false,
966
+ "optional": false,
967
+ "docs": {
968
+ "tags": [],
969
+ "text": "Set to display the error text on blur and not when typing"
970
+ },
971
+ "attribute": "error-on-blur",
972
+ "reflect": false,
973
+ "defaultValue": "false"
974
+ },
975
+ "errorText": {
976
+ "type": "string",
977
+ "mutable": false,
978
+ "complexType": {
979
+ "original": "string",
980
+ "resolved": "string",
981
+ "references": {}
982
+ },
983
+ "required": false,
984
+ "optional": false,
985
+ "docs": {
986
+ "tags": [],
987
+ "text": "The input's error text. Alternatively, you can use the error-text slot."
988
+ },
989
+ "attribute": "error-text",
990
+ "reflect": false,
991
+ "defaultValue": "''"
992
+ },
993
+ "label": {
994
+ "type": "string",
995
+ "mutable": false,
996
+ "complexType": {
997
+ "original": "string",
998
+ "resolved": "string",
999
+ "references": {}
1000
+ },
1001
+ "required": false,
1002
+ "optional": false,
1003
+ "docs": {
1004
+ "tags": [],
1005
+ "text": "The input's label. Alternatively, you can use the label slot."
1006
+ },
1007
+ "attribute": "label",
1008
+ "reflect": false,
1009
+ "defaultValue": "''"
1010
+ },
1011
+ "name": {
1012
+ "type": "string",
1013
+ "mutable": false,
1014
+ "complexType": {
1015
+ "original": "string",
1016
+ "resolved": "string",
1017
+ "references": {}
1018
+ },
1019
+ "required": false,
1020
+ "optional": false,
1021
+ "docs": {
1022
+ "tags": [],
1023
+ "text": "The input's name attribute."
1024
+ },
1025
+ "attribute": "name",
1026
+ "reflect": true,
1027
+ "defaultValue": "''"
1028
+ },
1029
+ "clearable": {
1030
+ "type": "boolean",
1031
+ "mutable": false,
1032
+ "complexType": {
1033
+ "original": "boolean",
1034
+ "resolved": "boolean",
1035
+ "references": {}
1036
+ },
1037
+ "required": false,
1038
+ "optional": false,
1039
+ "docs": {
1040
+ "tags": [],
1041
+ "text": "Set to true to add a clear button when the input is populated."
1042
+ },
1043
+ "attribute": "clearable",
1044
+ "reflect": false,
1045
+ "defaultValue": "false"
1046
+ },
1047
+ "iconPosition": {
1048
+ "type": "string",
1049
+ "mutable": false,
1050
+ "complexType": {
1051
+ "original": "'left' | 'right'",
1052
+ "resolved": "\"left\" | \"right\"",
1053
+ "references": {}
1054
+ },
1055
+ "required": false,
1056
+ "optional": false,
1057
+ "docs": {
1058
+ "tags": [],
1059
+ "text": "Set the position of the icon"
1060
+ },
1061
+ "attribute": "icon-position",
1062
+ "reflect": false,
1063
+ "defaultValue": "'left'"
1064
+ },
1065
+ "hoist": {
1066
+ "type": "boolean",
1067
+ "mutable": false,
1068
+ "complexType": {
1069
+ "original": "boolean",
1070
+ "resolved": "boolean",
1071
+ "references": {}
1072
+ },
1073
+ "required": false,
1074
+ "optional": false,
1075
+ "docs": {
1076
+ "tags": [],
1077
+ "text": "Enable this option to prevent the panel from being clipped when the component is placed inside a container with\n`overflow: auto|scroll`."
1078
+ },
1079
+ "attribute": "hoist",
1080
+ "reflect": false,
1081
+ "defaultValue": "false"
1082
+ }
1083
+ };
1084
+ }
1085
+ static get states() {
1086
+ return {
1087
+ "pointerDate": {},
1088
+ "selectionMode": {},
1089
+ "isDropDownContentUp": {}
1090
+ };
1091
+ }
1092
+ static get events() {
1093
+ return [{
1094
+ "method": "sixSelect",
1095
+ "name": "six-datepicker-select",
1096
+ "bubbles": true,
1097
+ "cancelable": true,
1098
+ "composed": true,
1099
+ "docs": {
1100
+ "tags": [],
1101
+ "text": "Emitted when a option got selected."
1102
+ },
1103
+ "complexType": {
1104
+ "original": "SixDatepickerSelectPayload",
1105
+ "resolved": "Date",
1106
+ "references": {
1107
+ "SixDatepickerSelectPayload": {
1108
+ "location": "local",
1109
+ "path": "/home/runner/work/six-webcomponents/six-webcomponents/libraries/ui-library/src/components/six-datepicker/six-datepicker.tsx"
1110
+ }
1111
+ }
1112
+ }
1113
+ }, {
1114
+ "method": "sixClear",
1115
+ "name": "six-datepicker-clear",
1116
+ "bubbles": true,
1117
+ "cancelable": true,
1118
+ "composed": true,
1119
+ "docs": {
1120
+ "tags": [],
1121
+ "text": "Emitted when the clear button is activated."
1122
+ },
1123
+ "complexType": {
1124
+ "original": "EmptyPayload",
1125
+ "resolved": "undefined",
1126
+ "references": {
1127
+ "EmptyPayload": {
1128
+ "location": "import",
1129
+ "path": "../../utils/types"
1130
+ }
1131
+ }
1132
+ }
1133
+ }, {
1134
+ "method": "sixBlur",
1135
+ "name": "six-datepicker-blur",
1136
+ "bubbles": true,
1137
+ "cancelable": true,
1138
+ "composed": true,
1139
+ "docs": {
1140
+ "tags": [],
1141
+ "text": "Emitted when a option got selected."
1142
+ },
1143
+ "complexType": {
1144
+ "original": "SixDatepickerSelectPayload",
1145
+ "resolved": "Date",
1146
+ "references": {
1147
+ "SixDatepickerSelectPayload": {
1148
+ "location": "local",
1149
+ "path": "/home/runner/work/six-webcomponents/six-webcomponents/libraries/ui-library/src/components/six-datepicker/six-datepicker.tsx"
1150
+ }
1151
+ }
1152
+ }
1153
+ }];
1154
+ }
1155
+ static get methods() {
1156
+ return {
1157
+ "reportValidity": {
1158
+ "complexType": {
1159
+ "signature": "() => Promise<boolean>",
1160
+ "parameters": [],
1161
+ "references": {
1162
+ "Promise": {
1163
+ "location": "global"
1164
+ }
1165
+ },
1166
+ "return": "Promise<boolean>"
1167
+ },
1168
+ "docs": {
1169
+ "text": "Checks for validity and shows the browser's validation message if the control is invalid.",
1170
+ "tags": []
1171
+ }
1172
+ },
1173
+ "checkValidity": {
1174
+ "complexType": {
1175
+ "signature": "() => Promise<boolean>",
1176
+ "parameters": [],
1177
+ "references": {
1178
+ "Promise": {
1179
+ "location": "global"
1180
+ }
1181
+ },
1182
+ "return": "Promise<boolean>"
1183
+ },
1184
+ "docs": {
1185
+ "text": "Checks for validity.",
1186
+ "tags": []
1187
+ }
1188
+ },
1189
+ "setCustomValidity": {
1190
+ "complexType": {
1191
+ "signature": "(message: string) => Promise<void>",
1192
+ "parameters": [{
1193
+ "tags": [],
1194
+ "text": ""
1195
+ }],
1196
+ "references": {
1197
+ "Promise": {
1198
+ "location": "global"
1199
+ }
1200
+ },
1201
+ "return": "Promise<void>"
1202
+ },
1203
+ "docs": {
1204
+ "text": "Sets a custom validation message. If `message` is not empty, the field will be considered invalid.",
1205
+ "tags": []
1206
+ }
1207
+ },
1208
+ "reset": {
1209
+ "complexType": {
1210
+ "signature": "() => Promise<void>",
1211
+ "parameters": [],
1212
+ "references": {
1213
+ "Promise": {
1214
+ "location": "global"
1215
+ }
1216
+ },
1217
+ "return": "Promise<void>"
1218
+ },
1219
+ "docs": {
1220
+ "text": "Resets the formcontrol",
1221
+ "tags": []
1222
+ }
1223
+ },
1224
+ "select": {
1225
+ "complexType": {
1226
+ "signature": "(datestring: string) => Promise<void>",
1227
+ "parameters": [{
1228
+ "tags": [],
1229
+ "text": ""
1230
+ }],
1231
+ "references": {
1232
+ "Promise": {
1233
+ "location": "global"
1234
+ }
1235
+ },
1236
+ "return": "Promise<void>"
1237
+ },
1238
+ "docs": {
1239
+ "text": "Selects an option",
1240
+ "tags": []
1241
+ }
1242
+ }
1243
+ };
1244
+ }
1245
+ static get elementRef() { return "host"; }
1246
+ static get watchers() {
1247
+ return [{
1248
+ "propName": "debounce",
1249
+ "methodName": "debounceChanged"
1250
+ }, {
1251
+ "propName": "value",
1252
+ "methodName": "valueChanged"
1253
+ }];
1254
+ }
1255
+ static get listeners() {
1256
+ return [{
1257
+ "name": "resize",
1258
+ "method": "resizeHandler",
1259
+ "target": "window",
1260
+ "capture": false,
1261
+ "passive": true
1262
+ }, {
1263
+ "name": "scroll",
1264
+ "method": "scrollHandler",
1265
+ "target": "window",
1266
+ "capture": false,
1267
+ "passive": true
1268
+ }];
1269
+ }
1270
+ }
1271
+ //# sourceMappingURL=six-datepicker.js.map