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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1673) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +9 -0
  3. package/dist/cjs/error-messages-6e8049a4.js +119 -0
  4. package/dist/cjs/error-messages-6e8049a4.js.map +1 -0
  5. package/dist/cjs/event-listeners-9fb878f1.js +61 -0
  6. package/dist/cjs/event-listeners-9fb878f1.js.map +1 -0
  7. package/dist/cjs/execution-control-d728da70.js +48 -0
  8. package/dist/cjs/execution-control-d728da70.js.map +1 -0
  9. package/dist/cjs/focus-visible-e2c9255a.js +47 -0
  10. package/dist/cjs/focus-visible-e2c9255a.js.map +1 -0
  11. package/dist/cjs/form-9ebaae7c.js +20 -0
  12. package/dist/cjs/form-9ebaae7c.js.map +1 -0
  13. package/dist/cjs/form-control-8d64e974.js +36 -0
  14. package/dist/cjs/form-control-8d64e974.js.map +1 -0
  15. package/dist/cjs/index-d7748d51.js +2230 -0
  16. package/dist/cjs/index-d7748d51.js.map +1 -0
  17. package/dist/cjs/index.cjs.js +66 -0
  18. package/dist/cjs/index.cjs.js.map +1 -0
  19. package/dist/cjs/loader.cjs.js +15 -0
  20. package/dist/cjs/loader.cjs.js.map +1 -0
  21. package/dist/cjs/modal-3ce015be.js +52 -0
  22. package/dist/cjs/modal-3ce015be.js.map +1 -0
  23. package/dist/cjs/popover-1e7c09f1.js +1907 -0
  24. package/dist/cjs/popover-1e7c09f1.js.map +1 -0
  25. package/dist/cjs/popup-e854acda.js +103 -0
  26. package/dist/cjs/popup-e854acda.js.map +1 -0
  27. package/dist/cjs/scroll-68033901.js +68 -0
  28. package/dist/cjs/scroll-68033901.js.map +1 -0
  29. package/dist/cjs/six-alert.cjs.entry.js +164 -0
  30. package/dist/cjs/six-alert.cjs.entry.js.map +1 -0
  31. package/dist/cjs/six-avatar.cjs.entry.js +34 -0
  32. package/dist/cjs/six-avatar.cjs.entry.js.map +1 -0
  33. package/dist/cjs/six-badge.cjs.entry.js +36 -0
  34. package/dist/cjs/six-badge.cjs.entry.js.map +1 -0
  35. package/dist/cjs/six-button.cjs.entry.js +108 -0
  36. package/dist/cjs/six-button.cjs.entry.js.map +1 -0
  37. package/dist/cjs/six-card.cjs.entry.js +21 -0
  38. package/dist/cjs/six-card.cjs.entry.js.map +1 -0
  39. package/dist/cjs/six-checkbox_2.cjs.entry.js +190 -0
  40. package/dist/cjs/six-checkbox_2.cjs.entry.js.map +1 -0
  41. package/dist/cjs/six-datepicker.cjs.entry.js +1052 -0
  42. package/dist/cjs/six-datepicker.cjs.entry.js.map +1 -0
  43. package/dist/cjs/six-details.cjs.entry.js +148 -0
  44. package/dist/cjs/six-details.cjs.entry.js.map +1 -0
  45. package/dist/cjs/six-dialog.cjs.entry.js +154 -0
  46. package/dist/cjs/six-dialog.cjs.entry.js.map +1 -0
  47. package/dist/cjs/six-drawer.cjs.entry.js +169 -0
  48. package/dist/cjs/six-drawer.cjs.entry.js.map +1 -0
  49. package/dist/cjs/six-dropdown_2.cjs.entry.js +743 -0
  50. package/dist/cjs/six-dropdown_2.cjs.entry.js.map +1 -0
  51. package/dist/cjs/six-error-page.cjs.entry.js +106 -0
  52. package/dist/cjs/six-error-page.cjs.entry.js.map +1 -0
  53. package/dist/cjs/six-error.cjs.entry.js +21 -0
  54. package/dist/cjs/six-error.cjs.entry.js.map +1 -0
  55. package/dist/cjs/six-file-list-item.cjs.entry.js +47 -0
  56. package/dist/cjs/six-file-list-item.cjs.entry.js.map +1 -0
  57. package/dist/cjs/six-file-list.cjs.entry.js +21 -0
  58. package/dist/cjs/six-file-list.cjs.entry.js.map +1 -0
  59. package/dist/cjs/six-file-upload.cjs.entry.js +120 -0
  60. package/dist/cjs/six-file-upload.cjs.entry.js.map +1 -0
  61. package/dist/cjs/six-footer.cjs.entry.js +21 -0
  62. package/dist/cjs/six-footer.cjs.entry.js.map +1 -0
  63. package/dist/cjs/six-group-label.cjs.entry.js +57 -0
  64. package/dist/cjs/six-group-label.cjs.entry.js.map +1 -0
  65. package/dist/cjs/six-header.cjs.entry.js +197 -0
  66. package/dist/cjs/six-header.cjs.entry.js.map +1 -0
  67. package/dist/cjs/six-icon-button.cjs.entry.js +47 -0
  68. package/dist/cjs/six-icon-button.cjs.entry.js.map +1 -0
  69. package/dist/cjs/six-icon.cjs.entry.js +35 -0
  70. package/dist/cjs/six-icon.cjs.entry.js.map +1 -0
  71. package/dist/cjs/six-input.cjs.entry.js +211 -0
  72. package/dist/cjs/six-input.cjs.entry.js.map +1 -0
  73. package/dist/cjs/six-item-picker.cjs.entry.js +434 -0
  74. package/dist/cjs/six-item-picker.cjs.entry.js.map +1 -0
  75. package/dist/cjs/six-language-switcher.cjs.entry.js +65 -0
  76. package/dist/cjs/six-language-switcher.cjs.entry.js.map +1 -0
  77. package/dist/cjs/six-layout-grid.cjs.entry.js +35 -0
  78. package/dist/cjs/six-layout-grid.cjs.entry.js.map +1 -0
  79. package/dist/cjs/six-main-container.cjs.entry.js +23 -0
  80. package/dist/cjs/six-main-container.cjs.entry.js.map +1 -0
  81. package/dist/cjs/six-menu-divider.cjs.entry.js +21 -0
  82. package/dist/cjs/six-menu-divider.cjs.entry.js.map +1 -0
  83. package/dist/cjs/six-menu-label.cjs.entry.js +21 -0
  84. package/dist/cjs/six-menu-label.cjs.entry.js.map +1 -0
  85. package/dist/cjs/six-picto.cjs.entry.js +28 -0
  86. package/dist/cjs/six-picto.cjs.entry.js.map +1 -0
  87. package/dist/cjs/six-progress-bar.cjs.entry.js +28 -0
  88. package/dist/cjs/six-progress-bar.cjs.entry.js.map +1 -0
  89. package/dist/cjs/six-progress-ring.cjs.entry.js +43 -0
  90. package/dist/cjs/six-progress-ring.cjs.entry.js.map +1 -0
  91. package/dist/cjs/six-radio.cjs.entry.js +121 -0
  92. package/dist/cjs/six-radio.cjs.entry.js.map +1 -0
  93. package/dist/cjs/six-range.cjs.entry.js +202 -0
  94. package/dist/cjs/six-range.cjs.entry.js.map +1 -0
  95. package/dist/cjs/six-root.cjs.entry.js +25 -0
  96. package/dist/cjs/six-root.cjs.entry.js.map +1 -0
  97. package/dist/cjs/six-search-field.cjs.entry.js +58 -0
  98. package/dist/cjs/six-search-field.cjs.entry.js.map +1 -0
  99. package/dist/cjs/six-select.cjs.entry.js +533 -0
  100. package/dist/cjs/six-select.cjs.entry.js.map +1 -0
  101. package/dist/cjs/six-sidebar-item-group.cjs.entry.js +69 -0
  102. package/dist/cjs/six-sidebar-item-group.cjs.entry.js.map +1 -0
  103. package/dist/cjs/six-sidebar-item.cjs.entry.js +30 -0
  104. package/dist/cjs/six-sidebar-item.cjs.entry.js.map +1 -0
  105. package/dist/cjs/six-sidebar.cjs.entry.js +201 -0
  106. package/dist/cjs/six-sidebar.cjs.entry.js.map +1 -0
  107. package/dist/cjs/six-spinner.cjs.entry.js +28 -0
  108. package/dist/cjs/six-spinner.cjs.entry.js.map +1 -0
  109. package/dist/cjs/six-stage-indicator.cjs.entry.js +22 -0
  110. package/dist/cjs/six-stage-indicator.cjs.entry.js.map +1 -0
  111. package/dist/cjs/six-switch.cjs.entry.js +123 -0
  112. package/dist/cjs/six-switch.cjs.entry.js.map +1 -0
  113. package/dist/cjs/six-tab-group.cjs.entry.js +250 -0
  114. package/dist/cjs/six-tab-group.cjs.entry.js.map +1 -0
  115. package/dist/cjs/six-tab-panel.cjs.entry.js +28 -0
  116. package/dist/cjs/six-tab-panel.cjs.entry.js.map +1 -0
  117. package/dist/cjs/six-tab.cjs.entry.js +69 -0
  118. package/dist/cjs/six-tab.cjs.entry.js.map +1 -0
  119. package/dist/cjs/six-tag.cjs.entry.js +68 -0
  120. package/dist/cjs/six-tag.cjs.entry.js.map +1 -0
  121. package/dist/cjs/six-textarea.cjs.entry.js +196 -0
  122. package/dist/cjs/six-textarea.cjs.entry.js.map +1 -0
  123. package/dist/cjs/six-tile.cjs.entry.js +94 -0
  124. package/dist/cjs/six-tile.cjs.entry.js.map +1 -0
  125. package/dist/cjs/six-timepicker.cjs.entry.js +394 -0
  126. package/dist/cjs/six-timepicker.cjs.entry.js.map +1 -0
  127. package/dist/cjs/six-tooltip.cjs.entry.js +170 -0
  128. package/dist/cjs/six-tooltip.cjs.entry.js.map +1 -0
  129. package/dist/cjs/slot-1b1232a1.js +51 -0
  130. package/dist/cjs/slot-1b1232a1.js.map +1 -0
  131. package/dist/cjs/types-d3da200b.js +19 -0
  132. package/dist/cjs/types-d3da200b.js.map +1 -0
  133. package/dist/cjs/ui-library.cjs.js +25 -0
  134. package/dist/cjs/ui-library.cjs.js.map +1 -0
  135. package/dist/collection/assets/TRADEMARKS.md +7 -0
  136. package/dist/collection/assets/commons.js +5 -0
  137. package/dist/collection/assets/data.json +642 -0
  138. package/dist/collection/collection-manifest.json +63 -0
  139. package/dist/collection/components/six-alert/six-alert.css +113 -0
  140. package/dist/collection/components/six-alert/six-alert.js +415 -0
  141. package/dist/collection/components/six-alert/six-alert.js.map +1 -0
  142. package/dist/collection/components/six-alert/test/six-alert.spec.js +25 -0
  143. package/dist/collection/components/six-alert/test/six-alert.spec.js.map +1 -0
  144. package/dist/collection/components/six-avatar/six-avatar.css +74 -0
  145. package/dist/collection/components/six-avatar/six-avatar.js +128 -0
  146. package/dist/collection/components/six-avatar/six-avatar.js.map +1 -0
  147. package/dist/collection/components/six-avatar/test/six-avatar.spec.js +26 -0
  148. package/dist/collection/components/six-avatar/test/six-avatar.spec.js.map +1 -0
  149. package/dist/collection/components/six-badge/six-badge.css +101 -0
  150. package/dist/collection/components/six-badge/six-badge.js +104 -0
  151. package/dist/collection/components/six-badge/six-badge.js.map +1 -0
  152. package/dist/collection/components/six-badge/test/six-badge.spec.js +20 -0
  153. package/dist/collection/components/six-badge/test/six-badge.spec.js.map +1 -0
  154. package/dist/collection/components/six-button/six-button.css +348 -0
  155. package/dist/collection/components/six-button/six-button.js +474 -0
  156. package/dist/collection/components/six-button/six-button.js.map +1 -0
  157. package/dist/collection/components/six-button/test/six-button.spec.js +69 -0
  158. package/dist/collection/components/six-button/test/six-button.spec.js.map +1 -0
  159. package/dist/collection/components/six-card/six-card.css +14 -0
  160. package/dist/collection/components/six-card/six-card.js +25 -0
  161. package/dist/collection/components/six-card/six-card.js.map +1 -0
  162. package/dist/collection/components/six-card/test/six-card.spec.js +18 -0
  163. package/dist/collection/components/six-card/test/six-card.spec.js.map +1 -0
  164. package/dist/collection/components/six-checkbox/six-checkbox.css +174 -0
  165. package/dist/collection/components/six-checkbox/six-checkbox.js +450 -0
  166. package/dist/collection/components/six-checkbox/six-checkbox.js.map +1 -0
  167. package/dist/collection/components/six-checkbox/test/six-checkbox.spec.js +83 -0
  168. package/dist/collection/components/six-checkbox/test/six-checkbox.spec.js.map +1 -0
  169. package/dist/collection/components/six-datepicker/components/day-selection.js +12 -0
  170. package/dist/collection/components/six-datepicker/components/day-selection.js.map +1 -0
  171. package/dist/collection/components/six-datepicker/components/month-selection.js +13 -0
  172. package/dist/collection/components/six-datepicker/components/month-selection.js.map +1 -0
  173. package/dist/collection/components/six-datepicker/components/year-selection.js +13 -0
  174. package/dist/collection/components/six-datepicker/components/year-selection.js.map +1 -0
  175. package/dist/collection/components/six-datepicker/six-date-formats.js +25 -0
  176. package/dist/collection/components/six-datepicker/six-date-formats.js.map +1 -0
  177. package/dist/collection/components/six-datepicker/six-datepicker.css +156 -0
  178. package/dist/collection/components/six-datepicker/six-datepicker.js +1108 -0
  179. package/dist/collection/components/six-datepicker/six-datepicker.js.map +1 -0
  180. package/dist/collection/components/six-datepicker/test/six-datepicker.spec.js +26 -0
  181. package/dist/collection/components/six-datepicker/test/six-datepicker.spec.js.map +1 -0
  182. package/dist/collection/components/six-datepicker/test/six-datepicker.test-helpers.js +17 -0
  183. package/dist/collection/components/six-datepicker/test/six-datepicker.test-helpers.js.map +1 -0
  184. package/dist/collection/components/six-details/six-details.css +116 -0
  185. package/dist/collection/components/six-details/six-details.js +441 -0
  186. package/dist/collection/components/six-details/six-details.js.map +1 -0
  187. package/dist/collection/components/six-details/test/six-details.spec.js +36 -0
  188. package/dist/collection/components/six-details/test/six-details.spec.js.map +1 -0
  189. package/dist/collection/components/six-dialog/six-dialog.css +123 -0
  190. package/dist/collection/components/six-dialog/six-dialog.js +403 -0
  191. package/dist/collection/components/six-dialog/six-dialog.js.map +1 -0
  192. package/dist/collection/components/six-dialog/test/six-dialog.spec.js +34 -0
  193. package/dist/collection/components/six-dialog/test/six-dialog.spec.js.map +1 -0
  194. package/dist/collection/components/six-drawer/six-drawer.css +166 -0
  195. package/dist/collection/components/six-drawer/six-drawer.js +453 -0
  196. package/dist/collection/components/six-drawer/six-drawer.js.map +1 -0
  197. package/dist/collection/components/six-drawer/test/six-drawer.spec.js +34 -0
  198. package/dist/collection/components/six-drawer/test/six-drawer.spec.js.map +1 -0
  199. package/dist/collection/components/six-dropdown/six-dropdown.css +83 -0
  200. package/dist/collection/components/six-dropdown/six-dropdown.js +1035 -0
  201. package/dist/collection/components/six-dropdown/six-dropdown.js.map +1 -0
  202. package/dist/collection/components/six-dropdown/test/six-dropdown.spec.js +147 -0
  203. package/dist/collection/components/six-dropdown/test/six-dropdown.spec.js.map +1 -0
  204. package/dist/collection/components/six-error/six-error.css +5 -0
  205. package/dist/collection/components/six-error/six-error.js +25 -0
  206. package/dist/collection/components/six-error/six-error.js.map +1 -0
  207. package/dist/collection/components/six-error-page/six-error-page.css +17 -0
  208. package/dist/collection/components/six-error-page/six-error-page.js +201 -0
  209. package/dist/collection/components/six-error-page/six-error-page.js.map +1 -0
  210. package/dist/collection/components/six-error-page/test/six-error-page.spec.js +240 -0
  211. package/dist/collection/components/six-error-page/test/six-error-page.spec.js.map +1 -0
  212. package/dist/collection/components/six-file-list/six-file-list.css +6 -0
  213. package/dist/collection/components/six-file-list/six-file-list.js +24 -0
  214. package/dist/collection/components/six-file-list/six-file-list.js.map +1 -0
  215. package/dist/collection/components/six-file-list/test/six-file-list.spec.js +67 -0
  216. package/dist/collection/components/six-file-list/test/six-file-list.spec.js.map +1 -0
  217. package/dist/collection/components/six-file-list-item/six-file-list-item.css +36 -0
  218. package/dist/collection/components/six-file-list-item/six-file-list-item.js +206 -0
  219. package/dist/collection/components/six-file-list-item/six-file-list-item.js.map +1 -0
  220. package/dist/collection/components/six-file-list-item/test/six-file-list-item.spec.js +169 -0
  221. package/dist/collection/components/six-file-list-item/test/six-file-list-item.spec.js.map +1 -0
  222. package/dist/collection/components/six-file-upload/six-file-upload.css +60 -0
  223. package/dist/collection/components/six-file-upload/six-file-upload.js +309 -0
  224. package/dist/collection/components/six-file-upload/six-file-upload.js.map +1 -0
  225. package/dist/collection/components/six-file-upload/test/six-file-upload.spec.js +103 -0
  226. package/dist/collection/components/six-file-upload/test/six-file-upload.spec.js.map +1 -0
  227. package/dist/collection/components/six-footer/six-footer.css +20 -0
  228. package/dist/collection/components/six-footer/six-footer.js +25 -0
  229. package/dist/collection/components/six-footer/six-footer.js.map +1 -0
  230. package/dist/collection/components/six-footer/test/six-footer.spec.js +21 -0
  231. package/dist/collection/components/six-footer/test/six-footer.spec.js.map +1 -0
  232. package/dist/collection/components/six-group-label/six-group-label.css +91 -0
  233. package/dist/collection/components/six-group-label/six-group-label.js +175 -0
  234. package/dist/collection/components/six-group-label/six-group-label.js.map +1 -0
  235. package/dist/collection/components/six-group-label/test/six-group-label.spec.js +45 -0
  236. package/dist/collection/components/six-group-label/test/six-group-label.spec.js.map +1 -0
  237. package/dist/collection/components/six-header/assets/six-logo.svg +1 -0
  238. package/dist/collection/components/six-header/six-header.css +83 -0
  239. package/dist/collection/components/six-header/six-header.js +476 -0
  240. package/dist/collection/components/six-header/six-header.js.map +1 -0
  241. package/dist/collection/components/six-header/test/six-header.spec.js +177 -0
  242. package/dist/collection/components/six-header/test/six-header.spec.js.map +1 -0
  243. package/dist/collection/components/six-icon/six-icon.css +66 -0
  244. package/dist/collection/components/six-icon/six-icon.js +81 -0
  245. package/dist/collection/components/six-icon/six-icon.js.map +1 -0
  246. package/dist/collection/components/six-icon/test/six-icon.spec.js +20 -0
  247. package/dist/collection/components/six-icon/test/six-icon.spec.js.map +1 -0
  248. package/dist/collection/components/six-icon-button/six-icon-button.css +71 -0
  249. package/dist/collection/components/six-icon-button/six-icon-button.js +146 -0
  250. package/dist/collection/components/six-icon-button/six-icon-button.js.map +1 -0
  251. package/dist/collection/components/six-icon-button/test/six-icon-button.spec.js +23 -0
  252. package/dist/collection/components/six-icon-button/test/six-icon-button.spec.js.map +1 -0
  253. package/dist/collection/components/six-input/six-input.css +310 -0
  254. package/dist/collection/components/six-input/six-input.js +1018 -0
  255. package/dist/collection/components/six-input/six-input.js.map +1 -0
  256. package/dist/collection/components/six-input/test/six-input.spec.js +39 -0
  257. package/dist/collection/components/six-input/test/six-input.spec.js.map +1 -0
  258. package/dist/collection/components/six-item-picker/six-item-picker.css +48 -0
  259. package/dist/collection/components/six-item-picker/six-item-picker.js +762 -0
  260. package/dist/collection/components/six-item-picker/six-item-picker.js.map +1 -0
  261. package/dist/collection/components/six-item-picker/test/six-item-picker.spec.js +90 -0
  262. package/dist/collection/components/six-item-picker/test/six-item-picker.spec.js.map +1 -0
  263. package/dist/collection/components/six-item-picker/types.js +16 -0
  264. package/dist/collection/components/six-item-picker/types.js.map +1 -0
  265. package/dist/collection/components/six-language-switcher/six-language-switcher.css +15 -0
  266. package/dist/collection/components/six-language-switcher/six-language-switcher.js +141 -0
  267. package/dist/collection/components/six-language-switcher/six-language-switcher.js.map +1 -0
  268. package/dist/collection/components/six-language-switcher/test/six-language-switcher.spec.js +196 -0
  269. package/dist/collection/components/six-language-switcher/test/six-language-switcher.spec.js.map +1 -0
  270. package/dist/collection/components/six-layout-grid/six-layout-grid.css +5 -0
  271. package/dist/collection/components/six-layout-grid/six-layout-grid.js +65 -0
  272. package/dist/collection/components/six-layout-grid/six-layout-grid.js.map +1 -0
  273. package/dist/collection/components/six-layout-grid/test/six-layout-grid.spec.js +18 -0
  274. package/dist/collection/components/six-layout-grid/test/six-layout-grid.spec.js.map +1 -0
  275. package/dist/collection/components/six-main-container/six-main-container.css +20 -0
  276. package/dist/collection/components/six-main-container/six-main-container.js +55 -0
  277. package/dist/collection/components/six-main-container/six-main-container.js.map +1 -0
  278. package/dist/collection/components/six-main-container/test/six-main-container.spec.js +22 -0
  279. package/dist/collection/components/six-main-container/test/six-main-container.spec.js.map +1 -0
  280. package/dist/collection/components/six-menu/six-menu.css +27 -0
  281. package/dist/collection/components/six-menu/six-menu.js +430 -0
  282. package/dist/collection/components/six-menu/six-menu.js.map +1 -0
  283. package/dist/collection/components/six-menu/test/six-menu.spec.js +93 -0
  284. package/dist/collection/components/six-menu/test/six-menu.spec.js.map +1 -0
  285. package/dist/collection/components/six-menu-divider/six-menu-divider.css +17 -0
  286. package/dist/collection/components/six-menu-divider/six-menu-divider.js +27 -0
  287. package/dist/collection/components/six-menu-divider/six-menu-divider.js.map +1 -0
  288. package/dist/collection/components/six-menu-divider/test/six-menu-divider.spec.js +18 -0
  289. package/dist/collection/components/six-menu-divider/test/six-menu-divider.spec.js.map +1 -0
  290. package/dist/collection/components/six-menu-item/six-menu-item.css +82 -0
  291. package/dist/collection/components/six-menu-item/six-menu-item.js +233 -0
  292. package/dist/collection/components/six-menu-item/six-menu-item.js.map +1 -0
  293. package/dist/collection/components/six-menu-item/test/six-menu-item.spec.js +33 -0
  294. package/dist/collection/components/six-menu-item/test/six-menu-item.spec.js.map +1 -0
  295. package/dist/collection/components/six-menu-label/six-menu-label.css +22 -0
  296. package/dist/collection/components/six-menu-label/six-menu-label.js +29 -0
  297. package/dist/collection/components/six-menu-label/six-menu-label.js.map +1 -0
  298. package/dist/collection/components/six-menu-label/test/six-menu-label.spec.js +20 -0
  299. package/dist/collection/components/six-menu-label/test/six-menu-label.spec.js.map +1 -0
  300. package/dist/collection/components/six-picto/six-picto.css +1232 -0
  301. package/dist/collection/components/six-picto/six-picto.js +56 -0
  302. package/dist/collection/components/six-picto/six-picto.js.map +1 -0
  303. package/dist/collection/components/six-picto/test/six-picto.spec.js +33 -0
  304. package/dist/collection/components/six-picto/test/six-picto.spec.js.map +1 -0
  305. package/dist/collection/components/six-progress-bar/six-progress-bar.css +60 -0
  306. package/dist/collection/components/six-progress-bar/six-progress-bar.js +80 -0
  307. package/dist/collection/components/six-progress-bar/six-progress-bar.js.map +1 -0
  308. package/dist/collection/components/six-progress-bar/test/six-progress-bar.spec.js +24 -0
  309. package/dist/collection/components/six-progress-bar/test/six-progress-bar.spec.js.map +1 -0
  310. package/dist/collection/components/six-progress-ring/six-progress-ring.css +52 -0
  311. package/dist/collection/components/six-progress-ring/six-progress-ring.js +115 -0
  312. package/dist/collection/components/six-progress-ring/six-progress-ring.js.map +1 -0
  313. package/dist/collection/components/six-progress-ring/test/six-progress-ring.spec.js +26 -0
  314. package/dist/collection/components/six-progress-ring/test/six-progress-ring.spec.js.map +1 -0
  315. package/dist/collection/components/six-radio/six-radio.css +84 -0
  316. package/dist/collection/components/six-radio/six-radio.js +347 -0
  317. package/dist/collection/components/six-radio/six-radio.js.map +1 -0
  318. package/dist/collection/components/six-radio/test/six-radio.spec.js +63 -0
  319. package/dist/collection/components/six-radio/test/six-radio.spec.js.map +1 -0
  320. package/dist/collection/components/six-range/six-range.css +234 -0
  321. package/dist/collection/components/six-range/six-range.js +600 -0
  322. package/dist/collection/components/six-range/six-range.js.map +1 -0
  323. package/dist/collection/components/six-range/test/six-range.spec.js +34 -0
  324. package/dist/collection/components/six-range/test/six-range.spec.js.map +1 -0
  325. package/dist/collection/components/six-root/six-root.css +48 -0
  326. package/dist/collection/components/six-root/six-root.js +99 -0
  327. package/dist/collection/components/six-root/six-root.js.map +1 -0
  328. package/dist/collection/components/six-root/test/six-root.spec.js +36 -0
  329. package/dist/collection/components/six-root/test/six-root.spec.js.map +1 -0
  330. package/dist/collection/components/six-search-field/six-search-field.css +18 -0
  331. package/dist/collection/components/six-search-field/six-search-field.js +183 -0
  332. package/dist/collection/components/six-search-field/six-search-field.js.map +1 -0
  333. package/dist/collection/components/six-search-field/test/six-search-field.spec.js +22 -0
  334. package/dist/collection/components/six-search-field/test/six-search-field.spec.js.map +1 -0
  335. package/dist/collection/components/six-select/six-select.css +335 -0
  336. package/dist/collection/components/six-select/six-select.js +1163 -0
  337. package/dist/collection/components/six-select/six-select.js.map +1 -0
  338. package/dist/collection/components/six-select/test/six-select.spec.js +102 -0
  339. package/dist/collection/components/six-select/test/six-select.spec.js.map +1 -0
  340. package/dist/collection/components/six-select/test/util.spec.js +81 -0
  341. package/dist/collection/components/six-select/test/util.spec.js.map +1 -0
  342. package/dist/collection/components/six-select/util.js +52 -0
  343. package/dist/collection/components/six-select/util.js.map +1 -0
  344. package/dist/collection/components/six-sidebar/six-sidebar.css +47 -0
  345. package/dist/collection/components/six-sidebar/six-sidebar.js +499 -0
  346. package/dist/collection/components/six-sidebar/six-sidebar.js.map +1 -0
  347. package/dist/collection/components/six-sidebar/test/six-sidebar.spec.js +22 -0
  348. package/dist/collection/components/six-sidebar/test/six-sidebar.spec.js.map +1 -0
  349. package/dist/collection/components/six-sidebar-item/six-sidebar-item.css +27 -0
  350. package/dist/collection/components/six-sidebar-item/six-sidebar-item.js +111 -0
  351. package/dist/collection/components/six-sidebar-item/six-sidebar-item.js.map +1 -0
  352. package/dist/collection/components/six-sidebar-item/test/six-sidebar-item.spec.js +50 -0
  353. package/dist/collection/components/six-sidebar-item/test/six-sidebar-item.spec.js.map +1 -0
  354. package/dist/collection/components/six-sidebar-item-group/six-sidebar-item-group.css +43 -0
  355. package/dist/collection/components/six-sidebar-item-group/six-sidebar-item-group.js +191 -0
  356. package/dist/collection/components/six-sidebar-item-group/six-sidebar-item-group.js.map +1 -0
  357. package/dist/collection/components/six-sidebar-item-group/test/six-sidebar-item-group.spec.js +53 -0
  358. package/dist/collection/components/six-sidebar-item-group/test/six-sidebar-item-group.spec.js.map +1 -0
  359. package/dist/collection/components/six-spinner/six-spinner.css +79 -0
  360. package/dist/collection/components/six-spinner/six-spinner.js +59 -0
  361. package/dist/collection/components/six-spinner/six-spinner.js.map +1 -0
  362. package/dist/collection/components/six-spinner/test/six-spinner.spec.js +37 -0
  363. package/dist/collection/components/six-spinner/test/six-spinner.spec.js.map +1 -0
  364. package/dist/collection/components/six-stage-indicator/six-stage-indicator.css +49 -0
  365. package/dist/collection/components/six-stage-indicator/six-stage-indicator.js +50 -0
  366. package/dist/collection/components/six-stage-indicator/six-stage-indicator.js.map +1 -0
  367. package/dist/collection/components/six-stage-indicator/test/six-stage-indicator.spec.js +117 -0
  368. package/dist/collection/components/six-stage-indicator/test/six-stage-indicator.spec.js.map +1 -0
  369. package/dist/collection/components/six-switch/six-switch.css +170 -0
  370. package/dist/collection/components/six-switch/six-switch.js +412 -0
  371. package/dist/collection/components/six-switch/six-switch.js.map +1 -0
  372. package/dist/collection/components/six-switch/test/six-switch.spec.js +73 -0
  373. package/dist/collection/components/six-switch/test/six-switch.spec.js.map +1 -0
  374. package/dist/collection/components/six-tab/six-tab.css +103 -0
  375. package/dist/collection/components/six-tab/six-tab.js +225 -0
  376. package/dist/collection/components/six-tab/six-tab.js.map +1 -0
  377. package/dist/collection/components/six-tab-group/six-tab-group.css +124 -0
  378. package/dist/collection/components/six-tab-group/six-tab-group.js +349 -0
  379. package/dist/collection/components/six-tab-group/six-tab-group.js.map +1 -0
  380. package/dist/collection/components/six-tab-panel/six-tab-panel.css +17 -0
  381. package/dist/collection/components/six-tab-panel/six-tab-panel.js +78 -0
  382. package/dist/collection/components/six-tab-panel/six-tab-panel.js.map +1 -0
  383. package/dist/collection/components/six-tab-panel/test/six-tab-panel.spec.js +20 -0
  384. package/dist/collection/components/six-tab-panel/test/six-tab-panel.spec.js.map +1 -0
  385. package/dist/collection/components/six-tag/six-tag.css +109 -0
  386. package/dist/collection/components/six-tag/six-tag.js +179 -0
  387. package/dist/collection/components/six-tag/six-tag.js.map +1 -0
  388. package/dist/collection/components/six-tag/test/six-tag.spec.js +54 -0
  389. package/dist/collection/components/six-tag/test/six-tag.spec.js.map +1 -0
  390. package/dist/collection/components/six-textarea/six-textarea.css +199 -0
  391. package/dist/collection/components/six-textarea/six-textarea.js +834 -0
  392. package/dist/collection/components/six-textarea/six-textarea.js.map +1 -0
  393. package/dist/collection/components/six-textarea/test/six-textarea.spec.js +119 -0
  394. package/dist/collection/components/six-textarea/test/six-textarea.spec.js.map +1 -0
  395. package/dist/collection/components/six-tile/six-tile.css +105 -0
  396. package/dist/collection/components/six-tile/six-tile.js +315 -0
  397. package/dist/collection/components/six-tile/six-tile.js.map +1 -0
  398. package/dist/collection/components/six-tile/test/six-tile.spec.js +69 -0
  399. package/dist/collection/components/six-tile/test/six-tile.spec.js.map +1 -0
  400. package/dist/collection/components/six-timepicker/six-timepicker.css +94 -0
  401. package/dist/collection/components/six-timepicker/six-timepicker.js +854 -0
  402. package/dist/collection/components/six-timepicker/six-timepicker.js.map +1 -0
  403. package/dist/collection/components/six-timepicker/test/six-timepicker.spec.js +496 -0
  404. package/dist/collection/components/six-timepicker/test/six-timepicker.spec.js.map +1 -0
  405. package/dist/collection/components/six-tooltip/six-tooltip.css +146 -0
  406. package/dist/collection/components/six-tooltip/six-tooltip.js +435 -0
  407. package/dist/collection/components/six-tooltip/six-tooltip.js.map +1 -0
  408. package/dist/collection/components/six-tooltip/test/six-tooltip.spec.js +28 -0
  409. package/dist/collection/components/six-tooltip/test/six-tooltip.spec.js.map +1 -0
  410. package/dist/collection/files/file-list.json +308 -0
  411. package/dist/collection/files/noto-sans-all-100-italic.woff +0 -0
  412. package/dist/collection/files/noto-sans-all-100-normal.woff +0 -0
  413. package/dist/collection/files/noto-sans-all-200-italic.woff +0 -0
  414. package/dist/collection/files/noto-sans-all-200-normal.woff +0 -0
  415. package/dist/collection/files/noto-sans-all-300-italic.woff +0 -0
  416. package/dist/collection/files/noto-sans-all-300-normal.woff +0 -0
  417. package/dist/collection/files/noto-sans-all-400-italic.woff +0 -0
  418. package/dist/collection/files/noto-sans-all-400-normal.woff +0 -0
  419. package/dist/collection/files/noto-sans-all-500-italic.woff +0 -0
  420. package/dist/collection/files/noto-sans-all-500-normal.woff +0 -0
  421. package/dist/collection/files/noto-sans-all-600-italic.woff +0 -0
  422. package/dist/collection/files/noto-sans-all-600-normal.woff +0 -0
  423. package/dist/collection/files/noto-sans-all-700-italic.woff +0 -0
  424. package/dist/collection/files/noto-sans-all-700-normal.woff +0 -0
  425. package/dist/collection/files/noto-sans-all-800-italic.woff +0 -0
  426. package/dist/collection/files/noto-sans-all-800-normal.woff +0 -0
  427. package/dist/collection/files/noto-sans-all-900-italic.woff +0 -0
  428. package/dist/collection/files/noto-sans-all-900-normal.woff +0 -0
  429. package/dist/collection/files/noto-sans-cyrillic-100-italic.woff +0 -0
  430. package/dist/collection/files/noto-sans-cyrillic-100-italic.woff2 +0 -0
  431. package/dist/collection/files/noto-sans-cyrillic-100-normal.woff +0 -0
  432. package/dist/collection/files/noto-sans-cyrillic-100-normal.woff2 +0 -0
  433. package/dist/collection/files/noto-sans-cyrillic-200-italic.woff +0 -0
  434. package/dist/collection/files/noto-sans-cyrillic-200-italic.woff2 +0 -0
  435. package/dist/collection/files/noto-sans-cyrillic-200-normal.woff +0 -0
  436. package/dist/collection/files/noto-sans-cyrillic-200-normal.woff2 +0 -0
  437. package/dist/collection/files/noto-sans-cyrillic-300-italic.woff +0 -0
  438. package/dist/collection/files/noto-sans-cyrillic-300-italic.woff2 +0 -0
  439. package/dist/collection/files/noto-sans-cyrillic-300-normal.woff +0 -0
  440. package/dist/collection/files/noto-sans-cyrillic-300-normal.woff2 +0 -0
  441. package/dist/collection/files/noto-sans-cyrillic-400-italic.woff +0 -0
  442. package/dist/collection/files/noto-sans-cyrillic-400-italic.woff2 +0 -0
  443. package/dist/collection/files/noto-sans-cyrillic-400-normal.woff +0 -0
  444. package/dist/collection/files/noto-sans-cyrillic-400-normal.woff2 +0 -0
  445. package/dist/collection/files/noto-sans-cyrillic-500-italic.woff +0 -0
  446. package/dist/collection/files/noto-sans-cyrillic-500-italic.woff2 +0 -0
  447. package/dist/collection/files/noto-sans-cyrillic-500-normal.woff +0 -0
  448. package/dist/collection/files/noto-sans-cyrillic-500-normal.woff2 +0 -0
  449. package/dist/collection/files/noto-sans-cyrillic-600-italic.woff +0 -0
  450. package/dist/collection/files/noto-sans-cyrillic-600-italic.woff2 +0 -0
  451. package/dist/collection/files/noto-sans-cyrillic-600-normal.woff +0 -0
  452. package/dist/collection/files/noto-sans-cyrillic-600-normal.woff2 +0 -0
  453. package/dist/collection/files/noto-sans-cyrillic-700-italic.woff +0 -0
  454. package/dist/collection/files/noto-sans-cyrillic-700-italic.woff2 +0 -0
  455. package/dist/collection/files/noto-sans-cyrillic-700-normal.woff +0 -0
  456. package/dist/collection/files/noto-sans-cyrillic-700-normal.woff2 +0 -0
  457. package/dist/collection/files/noto-sans-cyrillic-800-italic.woff +0 -0
  458. package/dist/collection/files/noto-sans-cyrillic-800-italic.woff2 +0 -0
  459. package/dist/collection/files/noto-sans-cyrillic-800-normal.woff +0 -0
  460. package/dist/collection/files/noto-sans-cyrillic-800-normal.woff2 +0 -0
  461. package/dist/collection/files/noto-sans-cyrillic-900-italic.woff +0 -0
  462. package/dist/collection/files/noto-sans-cyrillic-900-italic.woff2 +0 -0
  463. package/dist/collection/files/noto-sans-cyrillic-900-normal.woff +0 -0
  464. package/dist/collection/files/noto-sans-cyrillic-900-normal.woff2 +0 -0
  465. package/dist/collection/files/noto-sans-cyrillic-ext-100-italic.woff +0 -0
  466. package/dist/collection/files/noto-sans-cyrillic-ext-100-italic.woff2 +0 -0
  467. package/dist/collection/files/noto-sans-cyrillic-ext-100-normal.woff +0 -0
  468. package/dist/collection/files/noto-sans-cyrillic-ext-100-normal.woff2 +0 -0
  469. package/dist/collection/files/noto-sans-cyrillic-ext-200-italic.woff +0 -0
  470. package/dist/collection/files/noto-sans-cyrillic-ext-200-italic.woff2 +0 -0
  471. package/dist/collection/files/noto-sans-cyrillic-ext-200-normal.woff +0 -0
  472. package/dist/collection/files/noto-sans-cyrillic-ext-200-normal.woff2 +0 -0
  473. package/dist/collection/files/noto-sans-cyrillic-ext-300-italic.woff +0 -0
  474. package/dist/collection/files/noto-sans-cyrillic-ext-300-italic.woff2 +0 -0
  475. package/dist/collection/files/noto-sans-cyrillic-ext-300-normal.woff +0 -0
  476. package/dist/collection/files/noto-sans-cyrillic-ext-300-normal.woff2 +0 -0
  477. package/dist/collection/files/noto-sans-cyrillic-ext-400-italic.woff +0 -0
  478. package/dist/collection/files/noto-sans-cyrillic-ext-400-italic.woff2 +0 -0
  479. package/dist/collection/files/noto-sans-cyrillic-ext-400-normal.woff +0 -0
  480. package/dist/collection/files/noto-sans-cyrillic-ext-400-normal.woff2 +0 -0
  481. package/dist/collection/files/noto-sans-cyrillic-ext-500-italic.woff +0 -0
  482. package/dist/collection/files/noto-sans-cyrillic-ext-500-italic.woff2 +0 -0
  483. package/dist/collection/files/noto-sans-cyrillic-ext-500-normal.woff +0 -0
  484. package/dist/collection/files/noto-sans-cyrillic-ext-500-normal.woff2 +0 -0
  485. package/dist/collection/files/noto-sans-cyrillic-ext-600-italic.woff +0 -0
  486. package/dist/collection/files/noto-sans-cyrillic-ext-600-italic.woff2 +0 -0
  487. package/dist/collection/files/noto-sans-cyrillic-ext-600-normal.woff +0 -0
  488. package/dist/collection/files/noto-sans-cyrillic-ext-600-normal.woff2 +0 -0
  489. package/dist/collection/files/noto-sans-cyrillic-ext-700-italic.woff +0 -0
  490. package/dist/collection/files/noto-sans-cyrillic-ext-700-italic.woff2 +0 -0
  491. package/dist/collection/files/noto-sans-cyrillic-ext-700-normal.woff +0 -0
  492. package/dist/collection/files/noto-sans-cyrillic-ext-700-normal.woff2 +0 -0
  493. package/dist/collection/files/noto-sans-cyrillic-ext-800-italic.woff +0 -0
  494. package/dist/collection/files/noto-sans-cyrillic-ext-800-italic.woff2 +0 -0
  495. package/dist/collection/files/noto-sans-cyrillic-ext-800-normal.woff +0 -0
  496. package/dist/collection/files/noto-sans-cyrillic-ext-800-normal.woff2 +0 -0
  497. package/dist/collection/files/noto-sans-cyrillic-ext-900-italic.woff +0 -0
  498. package/dist/collection/files/noto-sans-cyrillic-ext-900-italic.woff2 +0 -0
  499. package/dist/collection/files/noto-sans-cyrillic-ext-900-normal.woff +0 -0
  500. package/dist/collection/files/noto-sans-cyrillic-ext-900-normal.woff2 +0 -0
  501. package/dist/collection/files/noto-sans-devanagari-100-italic.woff +0 -0
  502. package/dist/collection/files/noto-sans-devanagari-100-italic.woff2 +0 -0
  503. package/dist/collection/files/noto-sans-devanagari-100-normal.woff +0 -0
  504. package/dist/collection/files/noto-sans-devanagari-100-normal.woff2 +0 -0
  505. package/dist/collection/files/noto-sans-devanagari-200-italic.woff +0 -0
  506. package/dist/collection/files/noto-sans-devanagari-200-italic.woff2 +0 -0
  507. package/dist/collection/files/noto-sans-devanagari-200-normal.woff +0 -0
  508. package/dist/collection/files/noto-sans-devanagari-200-normal.woff2 +0 -0
  509. package/dist/collection/files/noto-sans-devanagari-300-italic.woff +0 -0
  510. package/dist/collection/files/noto-sans-devanagari-300-italic.woff2 +0 -0
  511. package/dist/collection/files/noto-sans-devanagari-300-normal.woff +0 -0
  512. package/dist/collection/files/noto-sans-devanagari-300-normal.woff2 +0 -0
  513. package/dist/collection/files/noto-sans-devanagari-400-italic.woff +0 -0
  514. package/dist/collection/files/noto-sans-devanagari-400-italic.woff2 +0 -0
  515. package/dist/collection/files/noto-sans-devanagari-400-normal.woff +0 -0
  516. package/dist/collection/files/noto-sans-devanagari-400-normal.woff2 +0 -0
  517. package/dist/collection/files/noto-sans-devanagari-500-italic.woff +0 -0
  518. package/dist/collection/files/noto-sans-devanagari-500-italic.woff2 +0 -0
  519. package/dist/collection/files/noto-sans-devanagari-500-normal.woff +0 -0
  520. package/dist/collection/files/noto-sans-devanagari-500-normal.woff2 +0 -0
  521. package/dist/collection/files/noto-sans-devanagari-600-italic.woff +0 -0
  522. package/dist/collection/files/noto-sans-devanagari-600-italic.woff2 +0 -0
  523. package/dist/collection/files/noto-sans-devanagari-600-normal.woff +0 -0
  524. package/dist/collection/files/noto-sans-devanagari-600-normal.woff2 +0 -0
  525. package/dist/collection/files/noto-sans-devanagari-700-italic.woff +0 -0
  526. package/dist/collection/files/noto-sans-devanagari-700-italic.woff2 +0 -0
  527. package/dist/collection/files/noto-sans-devanagari-700-normal.woff +0 -0
  528. package/dist/collection/files/noto-sans-devanagari-700-normal.woff2 +0 -0
  529. package/dist/collection/files/noto-sans-devanagari-800-italic.woff +0 -0
  530. package/dist/collection/files/noto-sans-devanagari-800-italic.woff2 +0 -0
  531. package/dist/collection/files/noto-sans-devanagari-800-normal.woff +0 -0
  532. package/dist/collection/files/noto-sans-devanagari-800-normal.woff2 +0 -0
  533. package/dist/collection/files/noto-sans-devanagari-900-italic.woff +0 -0
  534. package/dist/collection/files/noto-sans-devanagari-900-italic.woff2 +0 -0
  535. package/dist/collection/files/noto-sans-devanagari-900-normal.woff +0 -0
  536. package/dist/collection/files/noto-sans-devanagari-900-normal.woff2 +0 -0
  537. package/dist/collection/files/noto-sans-greek-100-italic.woff +0 -0
  538. package/dist/collection/files/noto-sans-greek-100-italic.woff2 +0 -0
  539. package/dist/collection/files/noto-sans-greek-100-normal.woff +0 -0
  540. package/dist/collection/files/noto-sans-greek-100-normal.woff2 +0 -0
  541. package/dist/collection/files/noto-sans-greek-200-italic.woff +0 -0
  542. package/dist/collection/files/noto-sans-greek-200-italic.woff2 +0 -0
  543. package/dist/collection/files/noto-sans-greek-200-normal.woff +0 -0
  544. package/dist/collection/files/noto-sans-greek-200-normal.woff2 +0 -0
  545. package/dist/collection/files/noto-sans-greek-300-italic.woff +0 -0
  546. package/dist/collection/files/noto-sans-greek-300-italic.woff2 +0 -0
  547. package/dist/collection/files/noto-sans-greek-300-normal.woff +0 -0
  548. package/dist/collection/files/noto-sans-greek-300-normal.woff2 +0 -0
  549. package/dist/collection/files/noto-sans-greek-400-italic.woff +0 -0
  550. package/dist/collection/files/noto-sans-greek-400-italic.woff2 +0 -0
  551. package/dist/collection/files/noto-sans-greek-400-normal.woff +0 -0
  552. package/dist/collection/files/noto-sans-greek-400-normal.woff2 +0 -0
  553. package/dist/collection/files/noto-sans-greek-500-italic.woff +0 -0
  554. package/dist/collection/files/noto-sans-greek-500-italic.woff2 +0 -0
  555. package/dist/collection/files/noto-sans-greek-500-normal.woff +0 -0
  556. package/dist/collection/files/noto-sans-greek-500-normal.woff2 +0 -0
  557. package/dist/collection/files/noto-sans-greek-600-italic.woff +0 -0
  558. package/dist/collection/files/noto-sans-greek-600-italic.woff2 +0 -0
  559. package/dist/collection/files/noto-sans-greek-600-normal.woff +0 -0
  560. package/dist/collection/files/noto-sans-greek-600-normal.woff2 +0 -0
  561. package/dist/collection/files/noto-sans-greek-700-italic.woff +0 -0
  562. package/dist/collection/files/noto-sans-greek-700-italic.woff2 +0 -0
  563. package/dist/collection/files/noto-sans-greek-700-normal.woff +0 -0
  564. package/dist/collection/files/noto-sans-greek-700-normal.woff2 +0 -0
  565. package/dist/collection/files/noto-sans-greek-800-italic.woff +0 -0
  566. package/dist/collection/files/noto-sans-greek-800-italic.woff2 +0 -0
  567. package/dist/collection/files/noto-sans-greek-800-normal.woff +0 -0
  568. package/dist/collection/files/noto-sans-greek-800-normal.woff2 +0 -0
  569. package/dist/collection/files/noto-sans-greek-900-italic.woff +0 -0
  570. package/dist/collection/files/noto-sans-greek-900-italic.woff2 +0 -0
  571. package/dist/collection/files/noto-sans-greek-900-normal.woff +0 -0
  572. package/dist/collection/files/noto-sans-greek-900-normal.woff2 +0 -0
  573. package/dist/collection/files/noto-sans-greek-ext-100-italic.woff +0 -0
  574. package/dist/collection/files/noto-sans-greek-ext-100-italic.woff2 +0 -0
  575. package/dist/collection/files/noto-sans-greek-ext-100-normal.woff +0 -0
  576. package/dist/collection/files/noto-sans-greek-ext-100-normal.woff2 +0 -0
  577. package/dist/collection/files/noto-sans-greek-ext-200-italic.woff +0 -0
  578. package/dist/collection/files/noto-sans-greek-ext-200-italic.woff2 +0 -0
  579. package/dist/collection/files/noto-sans-greek-ext-200-normal.woff +0 -0
  580. package/dist/collection/files/noto-sans-greek-ext-200-normal.woff2 +0 -0
  581. package/dist/collection/files/noto-sans-greek-ext-300-italic.woff +0 -0
  582. package/dist/collection/files/noto-sans-greek-ext-300-italic.woff2 +0 -0
  583. package/dist/collection/files/noto-sans-greek-ext-300-normal.woff +0 -0
  584. package/dist/collection/files/noto-sans-greek-ext-300-normal.woff2 +0 -0
  585. package/dist/collection/files/noto-sans-greek-ext-400-italic.woff +0 -0
  586. package/dist/collection/files/noto-sans-greek-ext-400-italic.woff2 +0 -0
  587. package/dist/collection/files/noto-sans-greek-ext-400-normal.woff +0 -0
  588. package/dist/collection/files/noto-sans-greek-ext-400-normal.woff2 +0 -0
  589. package/dist/collection/files/noto-sans-greek-ext-500-italic.woff +0 -0
  590. package/dist/collection/files/noto-sans-greek-ext-500-italic.woff2 +0 -0
  591. package/dist/collection/files/noto-sans-greek-ext-500-normal.woff +0 -0
  592. package/dist/collection/files/noto-sans-greek-ext-500-normal.woff2 +0 -0
  593. package/dist/collection/files/noto-sans-greek-ext-600-italic.woff +0 -0
  594. package/dist/collection/files/noto-sans-greek-ext-600-italic.woff2 +0 -0
  595. package/dist/collection/files/noto-sans-greek-ext-600-normal.woff +0 -0
  596. package/dist/collection/files/noto-sans-greek-ext-600-normal.woff2 +0 -0
  597. package/dist/collection/files/noto-sans-greek-ext-700-italic.woff +0 -0
  598. package/dist/collection/files/noto-sans-greek-ext-700-italic.woff2 +0 -0
  599. package/dist/collection/files/noto-sans-greek-ext-700-normal.woff +0 -0
  600. package/dist/collection/files/noto-sans-greek-ext-700-normal.woff2 +0 -0
  601. package/dist/collection/files/noto-sans-greek-ext-800-italic.woff +0 -0
  602. package/dist/collection/files/noto-sans-greek-ext-800-italic.woff2 +0 -0
  603. package/dist/collection/files/noto-sans-greek-ext-800-normal.woff +0 -0
  604. package/dist/collection/files/noto-sans-greek-ext-800-normal.woff2 +0 -0
  605. package/dist/collection/files/noto-sans-greek-ext-900-italic.woff +0 -0
  606. package/dist/collection/files/noto-sans-greek-ext-900-italic.woff2 +0 -0
  607. package/dist/collection/files/noto-sans-greek-ext-900-normal.woff +0 -0
  608. package/dist/collection/files/noto-sans-greek-ext-900-normal.woff2 +0 -0
  609. package/dist/collection/files/noto-sans-latin-100-italic.woff +0 -0
  610. package/dist/collection/files/noto-sans-latin-100-italic.woff2 +0 -0
  611. package/dist/collection/files/noto-sans-latin-100-normal.woff +0 -0
  612. package/dist/collection/files/noto-sans-latin-100-normal.woff2 +0 -0
  613. package/dist/collection/files/noto-sans-latin-200-italic.woff +0 -0
  614. package/dist/collection/files/noto-sans-latin-200-italic.woff2 +0 -0
  615. package/dist/collection/files/noto-sans-latin-200-normal.woff +0 -0
  616. package/dist/collection/files/noto-sans-latin-200-normal.woff2 +0 -0
  617. package/dist/collection/files/noto-sans-latin-300-italic.woff +0 -0
  618. package/dist/collection/files/noto-sans-latin-300-italic.woff2 +0 -0
  619. package/dist/collection/files/noto-sans-latin-300-normal.woff +0 -0
  620. package/dist/collection/files/noto-sans-latin-300-normal.woff2 +0 -0
  621. package/dist/collection/files/noto-sans-latin-400-italic.woff +0 -0
  622. package/dist/collection/files/noto-sans-latin-400-italic.woff2 +0 -0
  623. package/dist/collection/files/noto-sans-latin-400-normal.woff +0 -0
  624. package/dist/collection/files/noto-sans-latin-400-normal.woff2 +0 -0
  625. package/dist/collection/files/noto-sans-latin-500-italic.woff +0 -0
  626. package/dist/collection/files/noto-sans-latin-500-italic.woff2 +0 -0
  627. package/dist/collection/files/noto-sans-latin-500-normal.woff +0 -0
  628. package/dist/collection/files/noto-sans-latin-500-normal.woff2 +0 -0
  629. package/dist/collection/files/noto-sans-latin-600-italic.woff +0 -0
  630. package/dist/collection/files/noto-sans-latin-600-italic.woff2 +0 -0
  631. package/dist/collection/files/noto-sans-latin-600-normal.woff +0 -0
  632. package/dist/collection/files/noto-sans-latin-600-normal.woff2 +0 -0
  633. package/dist/collection/files/noto-sans-latin-700-italic.woff +0 -0
  634. package/dist/collection/files/noto-sans-latin-700-italic.woff2 +0 -0
  635. package/dist/collection/files/noto-sans-latin-700-normal.woff +0 -0
  636. package/dist/collection/files/noto-sans-latin-700-normal.woff2 +0 -0
  637. package/dist/collection/files/noto-sans-latin-800-italic.woff +0 -0
  638. package/dist/collection/files/noto-sans-latin-800-italic.woff2 +0 -0
  639. package/dist/collection/files/noto-sans-latin-800-normal.woff +0 -0
  640. package/dist/collection/files/noto-sans-latin-800-normal.woff2 +0 -0
  641. package/dist/collection/files/noto-sans-latin-900-italic.woff +0 -0
  642. package/dist/collection/files/noto-sans-latin-900-italic.woff2 +0 -0
  643. package/dist/collection/files/noto-sans-latin-900-normal.woff +0 -0
  644. package/dist/collection/files/noto-sans-latin-900-normal.woff2 +0 -0
  645. package/dist/collection/files/noto-sans-latin-ext-100-italic.woff +0 -0
  646. package/dist/collection/files/noto-sans-latin-ext-100-italic.woff2 +0 -0
  647. package/dist/collection/files/noto-sans-latin-ext-100-normal.woff +0 -0
  648. package/dist/collection/files/noto-sans-latin-ext-100-normal.woff2 +0 -0
  649. package/dist/collection/files/noto-sans-latin-ext-200-italic.woff +0 -0
  650. package/dist/collection/files/noto-sans-latin-ext-200-italic.woff2 +0 -0
  651. package/dist/collection/files/noto-sans-latin-ext-200-normal.woff +0 -0
  652. package/dist/collection/files/noto-sans-latin-ext-200-normal.woff2 +0 -0
  653. package/dist/collection/files/noto-sans-latin-ext-300-italic.woff +0 -0
  654. package/dist/collection/files/noto-sans-latin-ext-300-italic.woff2 +0 -0
  655. package/dist/collection/files/noto-sans-latin-ext-300-normal.woff +0 -0
  656. package/dist/collection/files/noto-sans-latin-ext-300-normal.woff2 +0 -0
  657. package/dist/collection/files/noto-sans-latin-ext-400-italic.woff +0 -0
  658. package/dist/collection/files/noto-sans-latin-ext-400-italic.woff2 +0 -0
  659. package/dist/collection/files/noto-sans-latin-ext-400-normal.woff +0 -0
  660. package/dist/collection/files/noto-sans-latin-ext-400-normal.woff2 +0 -0
  661. package/dist/collection/files/noto-sans-latin-ext-500-italic.woff +0 -0
  662. package/dist/collection/files/noto-sans-latin-ext-500-italic.woff2 +0 -0
  663. package/dist/collection/files/noto-sans-latin-ext-500-normal.woff +0 -0
  664. package/dist/collection/files/noto-sans-latin-ext-500-normal.woff2 +0 -0
  665. package/dist/collection/files/noto-sans-latin-ext-600-italic.woff +0 -0
  666. package/dist/collection/files/noto-sans-latin-ext-600-italic.woff2 +0 -0
  667. package/dist/collection/files/noto-sans-latin-ext-600-normal.woff +0 -0
  668. package/dist/collection/files/noto-sans-latin-ext-600-normal.woff2 +0 -0
  669. package/dist/collection/files/noto-sans-latin-ext-700-italic.woff +0 -0
  670. package/dist/collection/files/noto-sans-latin-ext-700-italic.woff2 +0 -0
  671. package/dist/collection/files/noto-sans-latin-ext-700-normal.woff +0 -0
  672. package/dist/collection/files/noto-sans-latin-ext-700-normal.woff2 +0 -0
  673. package/dist/collection/files/noto-sans-latin-ext-800-italic.woff +0 -0
  674. package/dist/collection/files/noto-sans-latin-ext-800-italic.woff2 +0 -0
  675. package/dist/collection/files/noto-sans-latin-ext-800-normal.woff +0 -0
  676. package/dist/collection/files/noto-sans-latin-ext-800-normal.woff2 +0 -0
  677. package/dist/collection/files/noto-sans-latin-ext-900-italic.woff +0 -0
  678. package/dist/collection/files/noto-sans-latin-ext-900-italic.woff2 +0 -0
  679. package/dist/collection/files/noto-sans-latin-ext-900-normal.woff +0 -0
  680. package/dist/collection/files/noto-sans-latin-ext-900-normal.woff2 +0 -0
  681. package/dist/collection/files/noto-sans-vietnamese-100-italic.woff +0 -0
  682. package/dist/collection/files/noto-sans-vietnamese-100-italic.woff2 +0 -0
  683. package/dist/collection/files/noto-sans-vietnamese-100-normal.woff +0 -0
  684. package/dist/collection/files/noto-sans-vietnamese-100-normal.woff2 +0 -0
  685. package/dist/collection/files/noto-sans-vietnamese-200-italic.woff +0 -0
  686. package/dist/collection/files/noto-sans-vietnamese-200-italic.woff2 +0 -0
  687. package/dist/collection/files/noto-sans-vietnamese-200-normal.woff +0 -0
  688. package/dist/collection/files/noto-sans-vietnamese-200-normal.woff2 +0 -0
  689. package/dist/collection/files/noto-sans-vietnamese-300-italic.woff +0 -0
  690. package/dist/collection/files/noto-sans-vietnamese-300-italic.woff2 +0 -0
  691. package/dist/collection/files/noto-sans-vietnamese-300-normal.woff +0 -0
  692. package/dist/collection/files/noto-sans-vietnamese-300-normal.woff2 +0 -0
  693. package/dist/collection/files/noto-sans-vietnamese-400-italic.woff +0 -0
  694. package/dist/collection/files/noto-sans-vietnamese-400-italic.woff2 +0 -0
  695. package/dist/collection/files/noto-sans-vietnamese-400-normal.woff +0 -0
  696. package/dist/collection/files/noto-sans-vietnamese-400-normal.woff2 +0 -0
  697. package/dist/collection/files/noto-sans-vietnamese-500-italic.woff +0 -0
  698. package/dist/collection/files/noto-sans-vietnamese-500-italic.woff2 +0 -0
  699. package/dist/collection/files/noto-sans-vietnamese-500-normal.woff +0 -0
  700. package/dist/collection/files/noto-sans-vietnamese-500-normal.woff2 +0 -0
  701. package/dist/collection/files/noto-sans-vietnamese-600-italic.woff +0 -0
  702. package/dist/collection/files/noto-sans-vietnamese-600-italic.woff2 +0 -0
  703. package/dist/collection/files/noto-sans-vietnamese-600-normal.woff +0 -0
  704. package/dist/collection/files/noto-sans-vietnamese-600-normal.woff2 +0 -0
  705. package/dist/collection/files/noto-sans-vietnamese-700-italic.woff +0 -0
  706. package/dist/collection/files/noto-sans-vietnamese-700-italic.woff2 +0 -0
  707. package/dist/collection/files/noto-sans-vietnamese-700-normal.woff +0 -0
  708. package/dist/collection/files/noto-sans-vietnamese-700-normal.woff2 +0 -0
  709. package/dist/collection/files/noto-sans-vietnamese-800-italic.woff +0 -0
  710. package/dist/collection/files/noto-sans-vietnamese-800-italic.woff2 +0 -0
  711. package/dist/collection/files/noto-sans-vietnamese-800-normal.woff +0 -0
  712. package/dist/collection/files/noto-sans-vietnamese-800-normal.woff2 +0 -0
  713. package/dist/collection/files/noto-sans-vietnamese-900-italic.woff +0 -0
  714. package/dist/collection/files/noto-sans-vietnamese-900-italic.woff2 +0 -0
  715. package/dist/collection/files/noto-sans-vietnamese-900-normal.woff +0 -0
  716. package/dist/collection/files/noto-sans-vietnamese-900-normal.woff2 +0 -0
  717. package/dist/collection/functional-components/form-control/form-control.js +24 -0
  718. package/dist/collection/functional-components/form-control/form-control.js.map +1 -0
  719. package/dist/collection/index.js +3 -0
  720. package/dist/collection/index.js.map +1 -0
  721. package/dist/collection/material-icons-outlined.woff +0 -0
  722. package/dist/collection/material-icons-outlined.woff2 +0 -0
  723. package/dist/collection/material-icons-round.woff +0 -0
  724. package/dist/collection/material-icons-round.woff2 +0 -0
  725. package/dist/collection/material-icons-sharp.woff +0 -0
  726. package/dist/collection/material-icons-sharp.woff2 +0 -0
  727. package/dist/collection/material-icons-two-tone.woff +0 -0
  728. package/dist/collection/material-icons-two-tone.woff2 +0 -0
  729. package/dist/collection/material-icons.css +124 -0
  730. package/dist/collection/material-icons.scss +5 -0
  731. package/dist/collection/material-icons.woff +0 -0
  732. package/dist/collection/material-icons.woff2 +0 -0
  733. package/dist/collection/testUtil/delay.js +4 -0
  734. package/dist/collection/testUtil/delay.js.map +1 -0
  735. package/dist/collection/utils/alert.js +54 -0
  736. package/dist/collection/utils/alert.js.map +1 -0
  737. package/dist/collection/utils/animation.js +34 -0
  738. package/dist/collection/utils/animation.js.map +1 -0
  739. package/dist/collection/utils/date-util.js +747 -0
  740. package/dist/collection/utils/date-util.js.map +1 -0
  741. package/dist/collection/utils/date-util.spec.js +995 -0
  742. package/dist/collection/utils/date-util.spec.js.map +1 -0
  743. package/dist/collection/utils/error-messages.js +112 -0
  744. package/dist/collection/utils/error-messages.js.map +1 -0
  745. package/dist/collection/utils/event-listeners.js +56 -0
  746. package/dist/collection/utils/event-listeners.js.map +1 -0
  747. package/dist/collection/utils/execution-control.js +40 -0
  748. package/dist/collection/utils/execution-control.js.map +1 -0
  749. package/dist/collection/utils/focus-visible.js +42 -0
  750. package/dist/collection/utils/focus-visible.js.map +1 -0
  751. package/dist/collection/utils/form.js +15 -0
  752. package/dist/collection/utils/form.js.map +1 -0
  753. package/dist/collection/utils/modal.js +30 -0
  754. package/dist/collection/utils/modal.js.map +1 -0
  755. package/dist/collection/utils/offset.js +14 -0
  756. package/dist/collection/utils/offset.js.map +1 -0
  757. package/dist/collection/utils/popover.js +128 -0
  758. package/dist/collection/utils/popover.js.map +1 -0
  759. package/dist/collection/utils/popup.js +95 -0
  760. package/dist/collection/utils/popup.js.map +1 -0
  761. package/dist/collection/utils/scroll.js +48 -0
  762. package/dist/collection/utils/scroll.js.map +1 -0
  763. package/dist/collection/utils/scroll.spec.js +122 -0
  764. package/dist/collection/utils/scroll.spec.js.map +1 -0
  765. package/dist/collection/utils/slot.js +44 -0
  766. package/dist/collection/utils/slot.js.map +1 -0
  767. package/dist/collection/utils/support.js +16 -0
  768. package/dist/collection/utils/support.js.map +1 -0
  769. package/dist/collection/utils/tabbable.js +23 -0
  770. package/dist/collection/utils/tabbable.js.map +1 -0
  771. package/dist/collection/utils/time.util.js +89 -0
  772. package/dist/collection/utils/time.util.js.map +1 -0
  773. package/dist/collection/utils/time.util.spec.js +368 -0
  774. package/dist/collection/utils/time.util.spec.js.map +1 -0
  775. package/dist/collection/utils/type-check.js +5 -0
  776. package/dist/collection/utils/type-check.js.map +1 -0
  777. package/dist/collection/utils/types.js +2 -0
  778. package/dist/collection/utils/types.js.map +1 -0
  779. package/dist/components/event-listeners.js +59 -0
  780. package/dist/components/event-listeners.js.map +1 -0
  781. package/dist/components/execution-control.js +43 -0
  782. package/dist/components/execution-control.js.map +1 -0
  783. package/dist/components/focus-visible.js +45 -0
  784. package/dist/components/focus-visible.js.map +1 -0
  785. package/dist/components/form-control.js +34 -0
  786. package/dist/components/form-control.js.map +1 -0
  787. package/dist/components/form.js +18 -0
  788. package/dist/components/form.js.map +1 -0
  789. package/dist/components/index.d.ts +45 -0
  790. package/dist/components/index.js +175 -0
  791. package/dist/components/index.js.map +1 -0
  792. package/dist/components/modal.js +49 -0
  793. package/dist/components/modal.js.map +1 -0
  794. package/dist/components/popover.js +1905 -0
  795. package/dist/components/popover.js.map +1 -0
  796. package/dist/components/scroll.js +64 -0
  797. package/dist/components/scroll.js.map +1 -0
  798. package/dist/components/six-alert.d.ts +11 -0
  799. package/dist/components/six-alert.js +202 -0
  800. package/dist/components/six-alert.js.map +1 -0
  801. package/dist/components/six-avatar.d.ts +11 -0
  802. package/dist/components/six-avatar.js +60 -0
  803. package/dist/components/six-avatar.js.map +1 -0
  804. package/dist/components/six-badge.d.ts +11 -0
  805. package/dist/components/six-badge.js +54 -0
  806. package/dist/components/six-badge.js.map +1 -0
  807. package/dist/components/six-button.d.ts +11 -0
  808. package/dist/components/six-button.js +8 -0
  809. package/dist/components/six-button.js.map +1 -0
  810. package/dist/components/six-button2.js +146 -0
  811. package/dist/components/six-button2.js.map +1 -0
  812. package/dist/components/six-card.d.ts +11 -0
  813. package/dist/components/six-card.js +35 -0
  814. package/dist/components/six-card.js.map +1 -0
  815. package/dist/components/six-checkbox.d.ts +11 -0
  816. package/dist/components/six-checkbox.js +8 -0
  817. package/dist/components/six-checkbox.js.map +1 -0
  818. package/dist/components/six-checkbox2.js +165 -0
  819. package/dist/components/six-checkbox2.js.map +1 -0
  820. package/dist/components/six-datepicker.d.ts +11 -0
  821. package/dist/components/six-datepicker.js +1131 -0
  822. package/dist/components/six-datepicker.js.map +1 -0
  823. package/dist/components/six-details.d.ts +11 -0
  824. package/dist/components/six-details.js +8 -0
  825. package/dist/components/six-details.js.map +1 -0
  826. package/dist/components/six-details2.js +179 -0
  827. package/dist/components/six-details2.js.map +1 -0
  828. package/dist/components/six-dialog.d.ts +11 -0
  829. package/dist/components/six-dialog.js +190 -0
  830. package/dist/components/six-dialog.js.map +1 -0
  831. package/dist/components/six-drawer.d.ts +11 -0
  832. package/dist/components/six-drawer.js +207 -0
  833. package/dist/components/six-drawer.js.map +1 -0
  834. package/dist/components/six-dropdown.d.ts +11 -0
  835. package/dist/components/six-dropdown.js +8 -0
  836. package/dist/components/six-dropdown.js.map +1 -0
  837. package/dist/components/six-dropdown2.js +600 -0
  838. package/dist/components/six-dropdown2.js.map +1 -0
  839. package/dist/components/six-error-page.d.ts +11 -0
  840. package/dist/components/six-error-page.js +132 -0
  841. package/dist/components/six-error-page.js.map +1 -0
  842. package/dist/components/six-error.d.ts +11 -0
  843. package/dist/components/six-error.js +8 -0
  844. package/dist/components/six-error.js.map +1 -0
  845. package/dist/components/six-error2.js +32 -0
  846. package/dist/components/six-error2.js.map +1 -0
  847. package/dist/components/six-file-list-item.d.ts +11 -0
  848. package/dist/components/six-file-list-item.js +74 -0
  849. package/dist/components/six-file-list-item.js.map +1 -0
  850. package/dist/components/six-file-list.d.ts +11 -0
  851. package/dist/components/six-file-list.js +35 -0
  852. package/dist/components/six-file-list.js.map +1 -0
  853. package/dist/components/six-file-upload.d.ts +11 -0
  854. package/dist/components/six-file-upload.js +147 -0
  855. package/dist/components/six-file-upload.js.map +1 -0
  856. package/dist/components/six-footer.d.ts +11 -0
  857. package/dist/components/six-footer.js +35 -0
  858. package/dist/components/six-footer.js.map +1 -0
  859. package/dist/components/six-group-label.d.ts +11 -0
  860. package/dist/components/six-group-label.js +88 -0
  861. package/dist/components/six-group-label.js.map +1 -0
  862. package/dist/components/six-header.d.ts +11 -0
  863. package/dist/components/six-header.js +271 -0
  864. package/dist/components/six-header.js.map +1 -0
  865. package/dist/components/six-icon-button.d.ts +11 -0
  866. package/dist/components/six-icon-button.js +8 -0
  867. package/dist/components/six-icon-button.js.map +1 -0
  868. package/dist/components/six-icon-button2.js +70 -0
  869. package/dist/components/six-icon-button2.js.map +1 -0
  870. package/dist/components/six-icon.d.ts +11 -0
  871. package/dist/components/six-icon.js +8 -0
  872. package/dist/components/six-icon.js.map +1 -0
  873. package/dist/components/six-icon2.js +49 -0
  874. package/dist/components/six-icon2.js.map +1 -0
  875. package/dist/components/six-input.d.ts +11 -0
  876. package/dist/components/six-input.js +8 -0
  877. package/dist/components/six-input.js.map +1 -0
  878. package/dist/components/six-input2.js +280 -0
  879. package/dist/components/six-input2.js.map +1 -0
  880. package/dist/components/six-item-picker.d.ts +11 -0
  881. package/dist/components/six-item-picker.js +8 -0
  882. package/dist/components/six-item-picker.js.map +1 -0
  883. package/dist/components/six-item-picker2.js +487 -0
  884. package/dist/components/six-item-picker2.js.map +1 -0
  885. package/dist/components/six-language-switcher.d.ts +11 -0
  886. package/dist/components/six-language-switcher.js +84 -0
  887. package/dist/components/six-language-switcher.js.map +1 -0
  888. package/dist/components/six-layout-grid.d.ts +11 -0
  889. package/dist/components/six-layout-grid.js +53 -0
  890. package/dist/components/six-layout-grid.js.map +1 -0
  891. package/dist/components/six-main-container.d.ts +11 -0
  892. package/dist/components/six-main-container.js +39 -0
  893. package/dist/components/six-main-container.js.map +1 -0
  894. package/dist/components/six-menu-divider.d.ts +11 -0
  895. package/dist/components/six-menu-divider.js +35 -0
  896. package/dist/components/six-menu-divider.js.map +1 -0
  897. package/dist/components/six-menu-item.d.ts +11 -0
  898. package/dist/components/six-menu-item.js +8 -0
  899. package/dist/components/six-menu-item.js.map +1 -0
  900. package/dist/components/six-menu-item2.js +111 -0
  901. package/dist/components/six-menu-item2.js.map +1 -0
  902. package/dist/components/six-menu-label.d.ts +11 -0
  903. package/dist/components/six-menu-label.js +35 -0
  904. package/dist/components/six-menu-label.js.map +1 -0
  905. package/dist/components/six-menu.d.ts +11 -0
  906. package/dist/components/six-menu.js +8 -0
  907. package/dist/components/six-menu.js.map +1 -0
  908. package/dist/components/six-menu2.js +275 -0
  909. package/dist/components/six-menu2.js.map +1 -0
  910. package/dist/components/six-picto.d.ts +11 -0
  911. package/dist/components/six-picto.js +8 -0
  912. package/dist/components/six-picto.js.map +1 -0
  913. package/dist/components/six-picto2.js +41 -0
  914. package/dist/components/six-picto2.js.map +1 -0
  915. package/dist/components/six-progress-bar.d.ts +11 -0
  916. package/dist/components/six-progress-bar.js +45 -0
  917. package/dist/components/six-progress-bar.js.map +1 -0
  918. package/dist/components/six-progress-ring.d.ts +11 -0
  919. package/dist/components/six-progress-ring.js +63 -0
  920. package/dist/components/six-progress-ring.js.map +1 -0
  921. package/dist/components/six-radio.d.ts +11 -0
  922. package/dist/components/six-radio.js +147 -0
  923. package/dist/components/six-radio.js.map +1 -0
  924. package/dist/components/six-range.d.ts +11 -0
  925. package/dist/components/six-range.js +251 -0
  926. package/dist/components/six-range.js.map +1 -0
  927. package/dist/components/six-root.d.ts +11 -0
  928. package/dist/components/six-root.js +55 -0
  929. package/dist/components/six-root.js.map +1 -0
  930. package/dist/components/six-search-field.d.ts +11 -0
  931. package/dist/components/six-search-field.js +98 -0
  932. package/dist/components/six-search-field.js.map +1 -0
  933. package/dist/components/six-select.d.ts +11 -0
  934. package/dist/components/six-select.js +761 -0
  935. package/dist/components/six-select.js.map +1 -0
  936. package/dist/components/six-sidebar-item-group.d.ts +11 -0
  937. package/dist/components/six-sidebar-item-group.js +104 -0
  938. package/dist/components/six-sidebar-item-group.js.map +1 -0
  939. package/dist/components/six-sidebar-item.d.ts +11 -0
  940. package/dist/components/six-sidebar-item.js +49 -0
  941. package/dist/components/six-sidebar-item.js.map +1 -0
  942. package/dist/components/six-sidebar.d.ts +11 -0
  943. package/dist/components/six-sidebar.js +228 -0
  944. package/dist/components/six-sidebar.js.map +1 -0
  945. package/dist/components/six-spinner.d.ts +11 -0
  946. package/dist/components/six-spinner.js +8 -0
  947. package/dist/components/six-spinner.js.map +1 -0
  948. package/dist/components/six-spinner2.js +41 -0
  949. package/dist/components/six-spinner2.js.map +1 -0
  950. package/dist/components/six-stage-indicator.d.ts +11 -0
  951. package/dist/components/six-stage-indicator.js +8 -0
  952. package/dist/components/six-stage-indicator.js.map +1 -0
  953. package/dist/components/six-stage-indicator2.js +41 -0
  954. package/dist/components/six-stage-indicator2.js.map +1 -0
  955. package/dist/components/six-switch.d.ts +11 -0
  956. package/dist/components/six-switch.js +161 -0
  957. package/dist/components/six-switch.js.map +1 -0
  958. package/dist/components/six-tab-group.d.ts +11 -0
  959. package/dist/components/six-tab-group.js +283 -0
  960. package/dist/components/six-tab-group.js.map +1 -0
  961. package/dist/components/six-tab-panel.d.ts +11 -0
  962. package/dist/components/six-tab-panel.js +45 -0
  963. package/dist/components/six-tab-panel.js.map +1 -0
  964. package/dist/components/six-tab.d.ts +11 -0
  965. package/dist/components/six-tab.js +102 -0
  966. package/dist/components/six-tab.js.map +1 -0
  967. package/dist/components/six-tag.d.ts +11 -0
  968. package/dist/components/six-tag.js +105 -0
  969. package/dist/components/six-tag.js.map +1 -0
  970. package/dist/components/six-textarea.d.ts +11 -0
  971. package/dist/components/six-textarea.js +254 -0
  972. package/dist/components/six-textarea.js.map +1 -0
  973. package/dist/components/six-tile.d.ts +11 -0
  974. package/dist/components/six-tile.js +139 -0
  975. package/dist/components/six-tile.js.map +1 -0
  976. package/dist/components/six-timepicker.d.ts +11 -0
  977. package/dist/components/six-timepicker.js +8 -0
  978. package/dist/components/six-timepicker.js.map +1 -0
  979. package/dist/components/six-timepicker2.js +552 -0
  980. package/dist/components/six-timepicker2.js.map +1 -0
  981. package/dist/components/six-tooltip.d.ts +11 -0
  982. package/dist/components/six-tooltip.js +8 -0
  983. package/dist/components/six-tooltip.js.map +1 -0
  984. package/dist/components/six-tooltip2.js +193 -0
  985. package/dist/components/six-tooltip2.js.map +1 -0
  986. package/dist/components/slot.js +47 -0
  987. package/dist/components/slot.js.map +1 -0
  988. package/dist/components.d.ts +401 -0
  989. package/dist/components.json +16233 -0
  990. package/dist/esm/error-messages-1eaaad23.js +115 -0
  991. package/dist/esm/error-messages-1eaaad23.js.map +1 -0
  992. package/dist/esm/event-listeners-706d4309.js +59 -0
  993. package/dist/esm/event-listeners-706d4309.js.map +1 -0
  994. package/dist/esm/execution-control-2ebaf4ef.js +43 -0
  995. package/dist/esm/execution-control-2ebaf4ef.js.map +1 -0
  996. package/dist/esm/focus-visible-d9dbfeef.js +45 -0
  997. package/dist/esm/focus-visible-d9dbfeef.js.map +1 -0
  998. package/dist/esm/form-4b145b7a.js +18 -0
  999. package/dist/esm/form-4b145b7a.js.map +1 -0
  1000. package/dist/esm/form-control-d403a9cf.js +34 -0
  1001. package/dist/esm/form-control-d403a9cf.js.map +1 -0
  1002. package/dist/esm/index-79d4ef67.js +2201 -0
  1003. package/dist/esm/index-79d4ef67.js.map +1 -0
  1004. package/dist/esm/index.js +59 -0
  1005. package/dist/esm/index.js.map +1 -0
  1006. package/dist/esm/loader.js +11 -0
  1007. package/dist/esm/loader.js.map +1 -0
  1008. package/dist/esm/modal-96526245.js +49 -0
  1009. package/dist/esm/modal-96526245.js.map +1 -0
  1010. package/dist/esm/polyfills/core-js.js +11 -0
  1011. package/dist/esm/polyfills/dom.js +79 -0
  1012. package/dist/esm/polyfills/es5-html-element.js +1 -0
  1013. package/dist/esm/polyfills/index.js +34 -0
  1014. package/dist/esm/polyfills/system.js +6 -0
  1015. package/dist/esm/popover-25996e62.js +1905 -0
  1016. package/dist/esm/popover-25996e62.js.map +1 -0
  1017. package/dist/esm/popup-7209e9d5.js +98 -0
  1018. package/dist/esm/popup-7209e9d5.js.map +1 -0
  1019. package/dist/esm/scroll-3e16851e.js +64 -0
  1020. package/dist/esm/scroll-3e16851e.js.map +1 -0
  1021. package/dist/esm/six-alert.entry.js +160 -0
  1022. package/dist/esm/six-alert.entry.js.map +1 -0
  1023. package/dist/esm/six-avatar.entry.js +30 -0
  1024. package/dist/esm/six-avatar.entry.js.map +1 -0
  1025. package/dist/esm/six-badge.entry.js +32 -0
  1026. package/dist/esm/six-badge.entry.js.map +1 -0
  1027. package/dist/esm/six-button.entry.js +104 -0
  1028. package/dist/esm/six-button.entry.js.map +1 -0
  1029. package/dist/esm/six-card.entry.js +17 -0
  1030. package/dist/esm/six-card.entry.js.map +1 -0
  1031. package/dist/esm/six-checkbox_2.entry.js +185 -0
  1032. package/dist/esm/six-checkbox_2.entry.js.map +1 -0
  1033. package/dist/esm/six-datepicker.entry.js +1048 -0
  1034. package/dist/esm/six-datepicker.entry.js.map +1 -0
  1035. package/dist/esm/six-details.entry.js +144 -0
  1036. package/dist/esm/six-details.entry.js.map +1 -0
  1037. package/dist/esm/six-dialog.entry.js +150 -0
  1038. package/dist/esm/six-dialog.entry.js.map +1 -0
  1039. package/dist/esm/six-drawer.entry.js +165 -0
  1040. package/dist/esm/six-drawer.entry.js.map +1 -0
  1041. package/dist/esm/six-dropdown_2.entry.js +738 -0
  1042. package/dist/esm/six-dropdown_2.entry.js.map +1 -0
  1043. package/dist/esm/six-error-page.entry.js +102 -0
  1044. package/dist/esm/six-error-page.entry.js.map +1 -0
  1045. package/dist/esm/six-error.entry.js +17 -0
  1046. package/dist/esm/six-error.entry.js.map +1 -0
  1047. package/dist/esm/six-file-list-item.entry.js +43 -0
  1048. package/dist/esm/six-file-list-item.entry.js.map +1 -0
  1049. package/dist/esm/six-file-list.entry.js +17 -0
  1050. package/dist/esm/six-file-list.entry.js.map +1 -0
  1051. package/dist/esm/six-file-upload.entry.js +116 -0
  1052. package/dist/esm/six-file-upload.entry.js.map +1 -0
  1053. package/dist/esm/six-footer.entry.js +17 -0
  1054. package/dist/esm/six-footer.entry.js.map +1 -0
  1055. package/dist/esm/six-group-label.entry.js +53 -0
  1056. package/dist/esm/six-group-label.entry.js.map +1 -0
  1057. package/dist/esm/six-header.entry.js +193 -0
  1058. package/dist/esm/six-header.entry.js.map +1 -0
  1059. package/dist/esm/six-icon-button.entry.js +43 -0
  1060. package/dist/esm/six-icon-button.entry.js.map +1 -0
  1061. package/dist/esm/six-icon.entry.js +31 -0
  1062. package/dist/esm/six-icon.entry.js.map +1 -0
  1063. package/dist/esm/six-input.entry.js +207 -0
  1064. package/dist/esm/six-input.entry.js.map +1 -0
  1065. package/dist/esm/six-item-picker.entry.js +430 -0
  1066. package/dist/esm/six-item-picker.entry.js.map +1 -0
  1067. package/dist/esm/six-language-switcher.entry.js +61 -0
  1068. package/dist/esm/six-language-switcher.entry.js.map +1 -0
  1069. package/dist/esm/six-layout-grid.entry.js +31 -0
  1070. package/dist/esm/six-layout-grid.entry.js.map +1 -0
  1071. package/dist/esm/six-main-container.entry.js +19 -0
  1072. package/dist/esm/six-main-container.entry.js.map +1 -0
  1073. package/dist/esm/six-menu-divider.entry.js +17 -0
  1074. package/dist/esm/six-menu-divider.entry.js.map +1 -0
  1075. package/dist/esm/six-menu-label.entry.js +17 -0
  1076. package/dist/esm/six-menu-label.entry.js.map +1 -0
  1077. package/dist/esm/six-picto.entry.js +24 -0
  1078. package/dist/esm/six-picto.entry.js.map +1 -0
  1079. package/dist/esm/six-progress-bar.entry.js +24 -0
  1080. package/dist/esm/six-progress-bar.entry.js.map +1 -0
  1081. package/dist/esm/six-progress-ring.entry.js +39 -0
  1082. package/dist/esm/six-progress-ring.entry.js.map +1 -0
  1083. package/dist/esm/six-radio.entry.js +117 -0
  1084. package/dist/esm/six-radio.entry.js.map +1 -0
  1085. package/dist/esm/six-range.entry.js +198 -0
  1086. package/dist/esm/six-range.entry.js.map +1 -0
  1087. package/dist/esm/six-root.entry.js +21 -0
  1088. package/dist/esm/six-root.entry.js.map +1 -0
  1089. package/dist/esm/six-search-field.entry.js +54 -0
  1090. package/dist/esm/six-search-field.entry.js.map +1 -0
  1091. package/dist/esm/six-select.entry.js +529 -0
  1092. package/dist/esm/six-select.entry.js.map +1 -0
  1093. package/dist/esm/six-sidebar-item-group.entry.js +65 -0
  1094. package/dist/esm/six-sidebar-item-group.entry.js.map +1 -0
  1095. package/dist/esm/six-sidebar-item.entry.js +26 -0
  1096. package/dist/esm/six-sidebar-item.entry.js.map +1 -0
  1097. package/dist/esm/six-sidebar.entry.js +197 -0
  1098. package/dist/esm/six-sidebar.entry.js.map +1 -0
  1099. package/dist/esm/six-spinner.entry.js +24 -0
  1100. package/dist/esm/six-spinner.entry.js.map +1 -0
  1101. package/dist/esm/six-stage-indicator.entry.js +18 -0
  1102. package/dist/esm/six-stage-indicator.entry.js.map +1 -0
  1103. package/dist/esm/six-switch.entry.js +119 -0
  1104. package/dist/esm/six-switch.entry.js.map +1 -0
  1105. package/dist/esm/six-tab-group.entry.js +246 -0
  1106. package/dist/esm/six-tab-group.entry.js.map +1 -0
  1107. package/dist/esm/six-tab-panel.entry.js +24 -0
  1108. package/dist/esm/six-tab-panel.entry.js.map +1 -0
  1109. package/dist/esm/six-tab.entry.js +65 -0
  1110. package/dist/esm/six-tab.entry.js.map +1 -0
  1111. package/dist/esm/six-tag.entry.js +64 -0
  1112. package/dist/esm/six-tag.entry.js.map +1 -0
  1113. package/dist/esm/six-textarea.entry.js +192 -0
  1114. package/dist/esm/six-textarea.entry.js.map +1 -0
  1115. package/dist/esm/six-tile.entry.js +90 -0
  1116. package/dist/esm/six-tile.entry.js.map +1 -0
  1117. package/dist/esm/six-timepicker.entry.js +390 -0
  1118. package/dist/esm/six-timepicker.entry.js.map +1 -0
  1119. package/dist/esm/six-tooltip.entry.js +166 -0
  1120. package/dist/esm/six-tooltip.entry.js.map +1 -0
  1121. package/dist/esm/slot-56531341.js +47 -0
  1122. package/dist/esm/slot-56531341.js.map +1 -0
  1123. package/dist/esm/types-a07bb999.js +19 -0
  1124. package/dist/esm/types-a07bb999.js.map +1 -0
  1125. package/dist/esm/ui-library.js +20 -0
  1126. package/dist/esm/ui-library.js.map +1 -0
  1127. package/dist/index.cjs.js +1 -0
  1128. package/dist/index.js +1 -0
  1129. package/dist/types/components/six-alert/six-alert.d.ts +65 -0
  1130. package/dist/types/components/six-avatar/six-avatar.d.ts +26 -0
  1131. package/dist/types/components/six-badge/six-badge.d.ts +19 -0
  1132. package/dist/types/components/six-button/six-button.d.ts +68 -0
  1133. package/dist/types/components/six-card/six-card.d.ts +9 -0
  1134. package/dist/types/components/six-checkbox/six-checkbox.d.ts +77 -0
  1135. package/dist/types/components/six-datepicker/components/day-selection.d.ts +9 -0
  1136. package/dist/types/components/six-datepicker/components/month-selection.d.ts +8 -0
  1137. package/dist/types/components/six-datepicker/components/year-selection.d.ts +7 -0
  1138. package/dist/types/components/six-datepicker/six-date-formats.d.ts +22 -0
  1139. package/dist/types/components/six-datepicker/six-datepicker.d.ts +205 -0
  1140. package/dist/types/components/six-datepicker/test/six-datepicker.test-helpers.d.ts +1 -0
  1141. package/dist/types/components/six-details/six-details.d.ts +61 -0
  1142. package/dist/types/components/six-dialog/six-dialog.d.ts +75 -0
  1143. package/dist/types/components/six-drawer/six-drawer.d.ts +81 -0
  1144. package/dist/types/components/six-dropdown/six-dropdown.d.ts +155 -0
  1145. package/dist/types/components/six-error/six-error.d.ts +9 -0
  1146. package/dist/types/components/six-error-page/six-error-page.d.ts +27 -0
  1147. package/dist/types/components/six-file-list/six-file-list.d.ts +8 -0
  1148. package/dist/types/components/six-file-list-item/six-file-list-item.d.ts +35 -0
  1149. package/dist/types/components/six-file-upload/six-file-upload.d.ts +49 -0
  1150. package/dist/types/components/six-footer/six-footer.d.ts +9 -0
  1151. package/dist/types/components/six-group-label/six-group-label.d.ts +37 -0
  1152. package/dist/types/components/six-header/six-header.d.ts +83 -0
  1153. package/dist/types/components/six-icon/six-icon.d.ts +13 -0
  1154. package/dist/types/components/six-icon-button/six-icon-button.d.ts +28 -0
  1155. package/dist/types/components/six-input/six-input.d.ts +139 -0
  1156. package/dist/types/components/six-item-picker/six-item-picker.d.ts +110 -0
  1157. package/dist/types/components/six-item-picker/types.d.ts +11 -0
  1158. package/dist/types/components/six-language-switcher/six-language-switcher.d.ts +25 -0
  1159. package/dist/types/components/six-layout-grid/six-layout-grid.d.ts +14 -0
  1160. package/dist/types/components/six-main-container/six-main-container.d.ts +16 -0
  1161. package/dist/types/components/six-menu/six-menu.d.ts +84 -0
  1162. package/dist/types/components/six-menu-divider/six-menu-divider.d.ts +11 -0
  1163. package/dist/types/components/six-menu-item/six-menu-item.d.ts +45 -0
  1164. package/dist/types/components/six-menu-label/six-menu-label.d.ts +13 -0
  1165. package/dist/types/components/six-picto/six-picto.d.ts +14 -0
  1166. package/dist/types/components/six-progress-bar/six-progress-bar.d.ts +19 -0
  1167. package/dist/types/components/six-progress-ring/six-progress-ring.d.ts +24 -0
  1168. package/dist/types/components/six-radio/six-radio.d.ts +55 -0
  1169. package/dist/types/components/six-range/six-range.d.ts +93 -0
  1170. package/dist/types/components/six-root/six-root.d.ts +21 -0
  1171. package/dist/types/components/six-search-field/six-search-field.d.ts +31 -0
  1172. package/dist/types/components/six-select/six-select.d.ts +165 -0
  1173. package/dist/types/components/six-select/util.d.ts +7 -0
  1174. package/dist/types/components/six-sidebar/six-sidebar.d.ts +55 -0
  1175. package/dist/types/components/six-sidebar-item/six-sidebar-item.d.ts +20 -0
  1176. package/dist/types/components/six-sidebar-item-group/six-sidebar-item-group.d.ts +33 -0
  1177. package/dist/types/components/six-spinner/six-spinner.d.ts +16 -0
  1178. package/dist/types/components/six-stage-indicator/six-stage-indicator.d.ts +6 -0
  1179. package/dist/types/components/six-switch/six-switch.d.ts +66 -0
  1180. package/dist/types/components/six-tab/six-tab.d.ts +35 -0
  1181. package/dist/types/components/six-tab-group/six-tab-group.d.ts +58 -0
  1182. package/dist/types/components/six-tab-panel/six-tab-panel.d.ts +19 -0
  1183. package/dist/types/components/six-tag/six-tag.d.ts +36 -0
  1184. package/dist/types/components/six-textarea/six-textarea.d.ts +109 -0
  1185. package/dist/types/components/six-tile/six-tile.d.ts +39 -0
  1186. package/dist/types/components/six-timepicker/six-timepicker.d.ts +170 -0
  1187. package/dist/types/components/six-tooltip/six-tooltip.d.ts +70 -0
  1188. package/dist/types/components.d.ts +5509 -0
  1189. package/dist/types/functional-components/form-control/form-control.d.ts +37 -0
  1190. package/dist/types/index.d.ts +3 -0
  1191. package/dist/types/stencil-public-runtime.d.ts +1681 -0
  1192. package/dist/types/testUtil/delay.d.ts +1 -0
  1193. package/dist/types/types.d.ts +3 -0
  1194. package/dist/types/utils/alert.d.ts +10 -0
  1195. package/dist/types/utils/animation.d.ts +12 -0
  1196. package/dist/types/utils/date-util.d.ts +210 -0
  1197. package/dist/types/utils/error-messages.d.ts +44 -0
  1198. package/dist/types/utils/event-listeners.d.ts +16 -0
  1199. package/dist/types/utils/execution-control.d.ts +24 -0
  1200. package/dist/types/utils/focus-visible.d.ts +6 -0
  1201. package/dist/types/utils/form.d.ts +1 -0
  1202. package/dist/types/utils/modal.d.ts +13 -0
  1203. package/dist/types/utils/offset.d.ts +4 -0
  1204. package/dist/types/utils/popover.d.ts +27 -0
  1205. package/dist/types/utils/popup.d.ts +9 -0
  1206. package/dist/types/utils/scroll.d.ts +3 -0
  1207. package/dist/types/utils/slot.d.ts +3 -0
  1208. package/dist/types/utils/support.d.ts +1 -0
  1209. package/dist/types/utils/tabbable.d.ts +2 -0
  1210. package/dist/types/utils/time.util.d.ts +19 -0
  1211. package/dist/types/utils/type-check.d.ts +3 -0
  1212. package/dist/types/utils/types.d.ts +4 -0
  1213. package/dist/ui-library/assets/TRADEMARKS.md +7 -0
  1214. package/dist/ui-library/assets/commons.js +5 -0
  1215. package/dist/ui-library/assets/data.json +642 -0
  1216. package/dist/ui-library/assets/six-logo.svg +1 -0
  1217. package/dist/ui-library/files/file-list.json +308 -0
  1218. package/dist/ui-library/files/noto-sans-all-100-italic.woff +0 -0
  1219. package/dist/ui-library/files/noto-sans-all-100-normal.woff +0 -0
  1220. package/dist/ui-library/files/noto-sans-all-200-italic.woff +0 -0
  1221. package/dist/ui-library/files/noto-sans-all-200-normal.woff +0 -0
  1222. package/dist/ui-library/files/noto-sans-all-300-italic.woff +0 -0
  1223. package/dist/ui-library/files/noto-sans-all-300-normal.woff +0 -0
  1224. package/dist/ui-library/files/noto-sans-all-400-italic.woff +0 -0
  1225. package/dist/ui-library/files/noto-sans-all-400-normal.woff +0 -0
  1226. package/dist/ui-library/files/noto-sans-all-500-italic.woff +0 -0
  1227. package/dist/ui-library/files/noto-sans-all-500-normal.woff +0 -0
  1228. package/dist/ui-library/files/noto-sans-all-600-italic.woff +0 -0
  1229. package/dist/ui-library/files/noto-sans-all-600-normal.woff +0 -0
  1230. package/dist/ui-library/files/noto-sans-all-700-italic.woff +0 -0
  1231. package/dist/ui-library/files/noto-sans-all-700-normal.woff +0 -0
  1232. package/dist/ui-library/files/noto-sans-all-800-italic.woff +0 -0
  1233. package/dist/ui-library/files/noto-sans-all-800-normal.woff +0 -0
  1234. package/dist/ui-library/files/noto-sans-all-900-italic.woff +0 -0
  1235. package/dist/ui-library/files/noto-sans-all-900-normal.woff +0 -0
  1236. package/dist/ui-library/files/noto-sans-cyrillic-100-italic.woff +0 -0
  1237. package/dist/ui-library/files/noto-sans-cyrillic-100-italic.woff2 +0 -0
  1238. package/dist/ui-library/files/noto-sans-cyrillic-100-normal.woff +0 -0
  1239. package/dist/ui-library/files/noto-sans-cyrillic-100-normal.woff2 +0 -0
  1240. package/dist/ui-library/files/noto-sans-cyrillic-200-italic.woff +0 -0
  1241. package/dist/ui-library/files/noto-sans-cyrillic-200-italic.woff2 +0 -0
  1242. package/dist/ui-library/files/noto-sans-cyrillic-200-normal.woff +0 -0
  1243. package/dist/ui-library/files/noto-sans-cyrillic-200-normal.woff2 +0 -0
  1244. package/dist/ui-library/files/noto-sans-cyrillic-300-italic.woff +0 -0
  1245. package/dist/ui-library/files/noto-sans-cyrillic-300-italic.woff2 +0 -0
  1246. package/dist/ui-library/files/noto-sans-cyrillic-300-normal.woff +0 -0
  1247. package/dist/ui-library/files/noto-sans-cyrillic-300-normal.woff2 +0 -0
  1248. package/dist/ui-library/files/noto-sans-cyrillic-400-italic.woff +0 -0
  1249. package/dist/ui-library/files/noto-sans-cyrillic-400-italic.woff2 +0 -0
  1250. package/dist/ui-library/files/noto-sans-cyrillic-400-normal.woff +0 -0
  1251. package/dist/ui-library/files/noto-sans-cyrillic-400-normal.woff2 +0 -0
  1252. package/dist/ui-library/files/noto-sans-cyrillic-500-italic.woff +0 -0
  1253. package/dist/ui-library/files/noto-sans-cyrillic-500-italic.woff2 +0 -0
  1254. package/dist/ui-library/files/noto-sans-cyrillic-500-normal.woff +0 -0
  1255. package/dist/ui-library/files/noto-sans-cyrillic-500-normal.woff2 +0 -0
  1256. package/dist/ui-library/files/noto-sans-cyrillic-600-italic.woff +0 -0
  1257. package/dist/ui-library/files/noto-sans-cyrillic-600-italic.woff2 +0 -0
  1258. package/dist/ui-library/files/noto-sans-cyrillic-600-normal.woff +0 -0
  1259. package/dist/ui-library/files/noto-sans-cyrillic-600-normal.woff2 +0 -0
  1260. package/dist/ui-library/files/noto-sans-cyrillic-700-italic.woff +0 -0
  1261. package/dist/ui-library/files/noto-sans-cyrillic-700-italic.woff2 +0 -0
  1262. package/dist/ui-library/files/noto-sans-cyrillic-700-normal.woff +0 -0
  1263. package/dist/ui-library/files/noto-sans-cyrillic-700-normal.woff2 +0 -0
  1264. package/dist/ui-library/files/noto-sans-cyrillic-800-italic.woff +0 -0
  1265. package/dist/ui-library/files/noto-sans-cyrillic-800-italic.woff2 +0 -0
  1266. package/dist/ui-library/files/noto-sans-cyrillic-800-normal.woff +0 -0
  1267. package/dist/ui-library/files/noto-sans-cyrillic-800-normal.woff2 +0 -0
  1268. package/dist/ui-library/files/noto-sans-cyrillic-900-italic.woff +0 -0
  1269. package/dist/ui-library/files/noto-sans-cyrillic-900-italic.woff2 +0 -0
  1270. package/dist/ui-library/files/noto-sans-cyrillic-900-normal.woff +0 -0
  1271. package/dist/ui-library/files/noto-sans-cyrillic-900-normal.woff2 +0 -0
  1272. package/dist/ui-library/files/noto-sans-cyrillic-ext-100-italic.woff +0 -0
  1273. package/dist/ui-library/files/noto-sans-cyrillic-ext-100-italic.woff2 +0 -0
  1274. package/dist/ui-library/files/noto-sans-cyrillic-ext-100-normal.woff +0 -0
  1275. package/dist/ui-library/files/noto-sans-cyrillic-ext-100-normal.woff2 +0 -0
  1276. package/dist/ui-library/files/noto-sans-cyrillic-ext-200-italic.woff +0 -0
  1277. package/dist/ui-library/files/noto-sans-cyrillic-ext-200-italic.woff2 +0 -0
  1278. package/dist/ui-library/files/noto-sans-cyrillic-ext-200-normal.woff +0 -0
  1279. package/dist/ui-library/files/noto-sans-cyrillic-ext-200-normal.woff2 +0 -0
  1280. package/dist/ui-library/files/noto-sans-cyrillic-ext-300-italic.woff +0 -0
  1281. package/dist/ui-library/files/noto-sans-cyrillic-ext-300-italic.woff2 +0 -0
  1282. package/dist/ui-library/files/noto-sans-cyrillic-ext-300-normal.woff +0 -0
  1283. package/dist/ui-library/files/noto-sans-cyrillic-ext-300-normal.woff2 +0 -0
  1284. package/dist/ui-library/files/noto-sans-cyrillic-ext-400-italic.woff +0 -0
  1285. package/dist/ui-library/files/noto-sans-cyrillic-ext-400-italic.woff2 +0 -0
  1286. package/dist/ui-library/files/noto-sans-cyrillic-ext-400-normal.woff +0 -0
  1287. package/dist/ui-library/files/noto-sans-cyrillic-ext-400-normal.woff2 +0 -0
  1288. package/dist/ui-library/files/noto-sans-cyrillic-ext-500-italic.woff +0 -0
  1289. package/dist/ui-library/files/noto-sans-cyrillic-ext-500-italic.woff2 +0 -0
  1290. package/dist/ui-library/files/noto-sans-cyrillic-ext-500-normal.woff +0 -0
  1291. package/dist/ui-library/files/noto-sans-cyrillic-ext-500-normal.woff2 +0 -0
  1292. package/dist/ui-library/files/noto-sans-cyrillic-ext-600-italic.woff +0 -0
  1293. package/dist/ui-library/files/noto-sans-cyrillic-ext-600-italic.woff2 +0 -0
  1294. package/dist/ui-library/files/noto-sans-cyrillic-ext-600-normal.woff +0 -0
  1295. package/dist/ui-library/files/noto-sans-cyrillic-ext-600-normal.woff2 +0 -0
  1296. package/dist/ui-library/files/noto-sans-cyrillic-ext-700-italic.woff +0 -0
  1297. package/dist/ui-library/files/noto-sans-cyrillic-ext-700-italic.woff2 +0 -0
  1298. package/dist/ui-library/files/noto-sans-cyrillic-ext-700-normal.woff +0 -0
  1299. package/dist/ui-library/files/noto-sans-cyrillic-ext-700-normal.woff2 +0 -0
  1300. package/dist/ui-library/files/noto-sans-cyrillic-ext-800-italic.woff +0 -0
  1301. package/dist/ui-library/files/noto-sans-cyrillic-ext-800-italic.woff2 +0 -0
  1302. package/dist/ui-library/files/noto-sans-cyrillic-ext-800-normal.woff +0 -0
  1303. package/dist/ui-library/files/noto-sans-cyrillic-ext-800-normal.woff2 +0 -0
  1304. package/dist/ui-library/files/noto-sans-cyrillic-ext-900-italic.woff +0 -0
  1305. package/dist/ui-library/files/noto-sans-cyrillic-ext-900-italic.woff2 +0 -0
  1306. package/dist/ui-library/files/noto-sans-cyrillic-ext-900-normal.woff +0 -0
  1307. package/dist/ui-library/files/noto-sans-cyrillic-ext-900-normal.woff2 +0 -0
  1308. package/dist/ui-library/files/noto-sans-devanagari-100-italic.woff +0 -0
  1309. package/dist/ui-library/files/noto-sans-devanagari-100-italic.woff2 +0 -0
  1310. package/dist/ui-library/files/noto-sans-devanagari-100-normal.woff +0 -0
  1311. package/dist/ui-library/files/noto-sans-devanagari-100-normal.woff2 +0 -0
  1312. package/dist/ui-library/files/noto-sans-devanagari-200-italic.woff +0 -0
  1313. package/dist/ui-library/files/noto-sans-devanagari-200-italic.woff2 +0 -0
  1314. package/dist/ui-library/files/noto-sans-devanagari-200-normal.woff +0 -0
  1315. package/dist/ui-library/files/noto-sans-devanagari-200-normal.woff2 +0 -0
  1316. package/dist/ui-library/files/noto-sans-devanagari-300-italic.woff +0 -0
  1317. package/dist/ui-library/files/noto-sans-devanagari-300-italic.woff2 +0 -0
  1318. package/dist/ui-library/files/noto-sans-devanagari-300-normal.woff +0 -0
  1319. package/dist/ui-library/files/noto-sans-devanagari-300-normal.woff2 +0 -0
  1320. package/dist/ui-library/files/noto-sans-devanagari-400-italic.woff +0 -0
  1321. package/dist/ui-library/files/noto-sans-devanagari-400-italic.woff2 +0 -0
  1322. package/dist/ui-library/files/noto-sans-devanagari-400-normal.woff +0 -0
  1323. package/dist/ui-library/files/noto-sans-devanagari-400-normal.woff2 +0 -0
  1324. package/dist/ui-library/files/noto-sans-devanagari-500-italic.woff +0 -0
  1325. package/dist/ui-library/files/noto-sans-devanagari-500-italic.woff2 +0 -0
  1326. package/dist/ui-library/files/noto-sans-devanagari-500-normal.woff +0 -0
  1327. package/dist/ui-library/files/noto-sans-devanagari-500-normal.woff2 +0 -0
  1328. package/dist/ui-library/files/noto-sans-devanagari-600-italic.woff +0 -0
  1329. package/dist/ui-library/files/noto-sans-devanagari-600-italic.woff2 +0 -0
  1330. package/dist/ui-library/files/noto-sans-devanagari-600-normal.woff +0 -0
  1331. package/dist/ui-library/files/noto-sans-devanagari-600-normal.woff2 +0 -0
  1332. package/dist/ui-library/files/noto-sans-devanagari-700-italic.woff +0 -0
  1333. package/dist/ui-library/files/noto-sans-devanagari-700-italic.woff2 +0 -0
  1334. package/dist/ui-library/files/noto-sans-devanagari-700-normal.woff +0 -0
  1335. package/dist/ui-library/files/noto-sans-devanagari-700-normal.woff2 +0 -0
  1336. package/dist/ui-library/files/noto-sans-devanagari-800-italic.woff +0 -0
  1337. package/dist/ui-library/files/noto-sans-devanagari-800-italic.woff2 +0 -0
  1338. package/dist/ui-library/files/noto-sans-devanagari-800-normal.woff +0 -0
  1339. package/dist/ui-library/files/noto-sans-devanagari-800-normal.woff2 +0 -0
  1340. package/dist/ui-library/files/noto-sans-devanagari-900-italic.woff +0 -0
  1341. package/dist/ui-library/files/noto-sans-devanagari-900-italic.woff2 +0 -0
  1342. package/dist/ui-library/files/noto-sans-devanagari-900-normal.woff +0 -0
  1343. package/dist/ui-library/files/noto-sans-devanagari-900-normal.woff2 +0 -0
  1344. package/dist/ui-library/files/noto-sans-greek-100-italic.woff +0 -0
  1345. package/dist/ui-library/files/noto-sans-greek-100-italic.woff2 +0 -0
  1346. package/dist/ui-library/files/noto-sans-greek-100-normal.woff +0 -0
  1347. package/dist/ui-library/files/noto-sans-greek-100-normal.woff2 +0 -0
  1348. package/dist/ui-library/files/noto-sans-greek-200-italic.woff +0 -0
  1349. package/dist/ui-library/files/noto-sans-greek-200-italic.woff2 +0 -0
  1350. package/dist/ui-library/files/noto-sans-greek-200-normal.woff +0 -0
  1351. package/dist/ui-library/files/noto-sans-greek-200-normal.woff2 +0 -0
  1352. package/dist/ui-library/files/noto-sans-greek-300-italic.woff +0 -0
  1353. package/dist/ui-library/files/noto-sans-greek-300-italic.woff2 +0 -0
  1354. package/dist/ui-library/files/noto-sans-greek-300-normal.woff +0 -0
  1355. package/dist/ui-library/files/noto-sans-greek-300-normal.woff2 +0 -0
  1356. package/dist/ui-library/files/noto-sans-greek-400-italic.woff +0 -0
  1357. package/dist/ui-library/files/noto-sans-greek-400-italic.woff2 +0 -0
  1358. package/dist/ui-library/files/noto-sans-greek-400-normal.woff +0 -0
  1359. package/dist/ui-library/files/noto-sans-greek-400-normal.woff2 +0 -0
  1360. package/dist/ui-library/files/noto-sans-greek-500-italic.woff +0 -0
  1361. package/dist/ui-library/files/noto-sans-greek-500-italic.woff2 +0 -0
  1362. package/dist/ui-library/files/noto-sans-greek-500-normal.woff +0 -0
  1363. package/dist/ui-library/files/noto-sans-greek-500-normal.woff2 +0 -0
  1364. package/dist/ui-library/files/noto-sans-greek-600-italic.woff +0 -0
  1365. package/dist/ui-library/files/noto-sans-greek-600-italic.woff2 +0 -0
  1366. package/dist/ui-library/files/noto-sans-greek-600-normal.woff +0 -0
  1367. package/dist/ui-library/files/noto-sans-greek-600-normal.woff2 +0 -0
  1368. package/dist/ui-library/files/noto-sans-greek-700-italic.woff +0 -0
  1369. package/dist/ui-library/files/noto-sans-greek-700-italic.woff2 +0 -0
  1370. package/dist/ui-library/files/noto-sans-greek-700-normal.woff +0 -0
  1371. package/dist/ui-library/files/noto-sans-greek-700-normal.woff2 +0 -0
  1372. package/dist/ui-library/files/noto-sans-greek-800-italic.woff +0 -0
  1373. package/dist/ui-library/files/noto-sans-greek-800-italic.woff2 +0 -0
  1374. package/dist/ui-library/files/noto-sans-greek-800-normal.woff +0 -0
  1375. package/dist/ui-library/files/noto-sans-greek-800-normal.woff2 +0 -0
  1376. package/dist/ui-library/files/noto-sans-greek-900-italic.woff +0 -0
  1377. package/dist/ui-library/files/noto-sans-greek-900-italic.woff2 +0 -0
  1378. package/dist/ui-library/files/noto-sans-greek-900-normal.woff +0 -0
  1379. package/dist/ui-library/files/noto-sans-greek-900-normal.woff2 +0 -0
  1380. package/dist/ui-library/files/noto-sans-greek-ext-100-italic.woff +0 -0
  1381. package/dist/ui-library/files/noto-sans-greek-ext-100-italic.woff2 +0 -0
  1382. package/dist/ui-library/files/noto-sans-greek-ext-100-normal.woff +0 -0
  1383. package/dist/ui-library/files/noto-sans-greek-ext-100-normal.woff2 +0 -0
  1384. package/dist/ui-library/files/noto-sans-greek-ext-200-italic.woff +0 -0
  1385. package/dist/ui-library/files/noto-sans-greek-ext-200-italic.woff2 +0 -0
  1386. package/dist/ui-library/files/noto-sans-greek-ext-200-normal.woff +0 -0
  1387. package/dist/ui-library/files/noto-sans-greek-ext-200-normal.woff2 +0 -0
  1388. package/dist/ui-library/files/noto-sans-greek-ext-300-italic.woff +0 -0
  1389. package/dist/ui-library/files/noto-sans-greek-ext-300-italic.woff2 +0 -0
  1390. package/dist/ui-library/files/noto-sans-greek-ext-300-normal.woff +0 -0
  1391. package/dist/ui-library/files/noto-sans-greek-ext-300-normal.woff2 +0 -0
  1392. package/dist/ui-library/files/noto-sans-greek-ext-400-italic.woff +0 -0
  1393. package/dist/ui-library/files/noto-sans-greek-ext-400-italic.woff2 +0 -0
  1394. package/dist/ui-library/files/noto-sans-greek-ext-400-normal.woff +0 -0
  1395. package/dist/ui-library/files/noto-sans-greek-ext-400-normal.woff2 +0 -0
  1396. package/dist/ui-library/files/noto-sans-greek-ext-500-italic.woff +0 -0
  1397. package/dist/ui-library/files/noto-sans-greek-ext-500-italic.woff2 +0 -0
  1398. package/dist/ui-library/files/noto-sans-greek-ext-500-normal.woff +0 -0
  1399. package/dist/ui-library/files/noto-sans-greek-ext-500-normal.woff2 +0 -0
  1400. package/dist/ui-library/files/noto-sans-greek-ext-600-italic.woff +0 -0
  1401. package/dist/ui-library/files/noto-sans-greek-ext-600-italic.woff2 +0 -0
  1402. package/dist/ui-library/files/noto-sans-greek-ext-600-normal.woff +0 -0
  1403. package/dist/ui-library/files/noto-sans-greek-ext-600-normal.woff2 +0 -0
  1404. package/dist/ui-library/files/noto-sans-greek-ext-700-italic.woff +0 -0
  1405. package/dist/ui-library/files/noto-sans-greek-ext-700-italic.woff2 +0 -0
  1406. package/dist/ui-library/files/noto-sans-greek-ext-700-normal.woff +0 -0
  1407. package/dist/ui-library/files/noto-sans-greek-ext-700-normal.woff2 +0 -0
  1408. package/dist/ui-library/files/noto-sans-greek-ext-800-italic.woff +0 -0
  1409. package/dist/ui-library/files/noto-sans-greek-ext-800-italic.woff2 +0 -0
  1410. package/dist/ui-library/files/noto-sans-greek-ext-800-normal.woff +0 -0
  1411. package/dist/ui-library/files/noto-sans-greek-ext-800-normal.woff2 +0 -0
  1412. package/dist/ui-library/files/noto-sans-greek-ext-900-italic.woff +0 -0
  1413. package/dist/ui-library/files/noto-sans-greek-ext-900-italic.woff2 +0 -0
  1414. package/dist/ui-library/files/noto-sans-greek-ext-900-normal.woff +0 -0
  1415. package/dist/ui-library/files/noto-sans-greek-ext-900-normal.woff2 +0 -0
  1416. package/dist/ui-library/files/noto-sans-latin-100-italic.woff +0 -0
  1417. package/dist/ui-library/files/noto-sans-latin-100-italic.woff2 +0 -0
  1418. package/dist/ui-library/files/noto-sans-latin-100-normal.woff +0 -0
  1419. package/dist/ui-library/files/noto-sans-latin-100-normal.woff2 +0 -0
  1420. package/dist/ui-library/files/noto-sans-latin-200-italic.woff +0 -0
  1421. package/dist/ui-library/files/noto-sans-latin-200-italic.woff2 +0 -0
  1422. package/dist/ui-library/files/noto-sans-latin-200-normal.woff +0 -0
  1423. package/dist/ui-library/files/noto-sans-latin-200-normal.woff2 +0 -0
  1424. package/dist/ui-library/files/noto-sans-latin-300-italic.woff +0 -0
  1425. package/dist/ui-library/files/noto-sans-latin-300-italic.woff2 +0 -0
  1426. package/dist/ui-library/files/noto-sans-latin-300-normal.woff +0 -0
  1427. package/dist/ui-library/files/noto-sans-latin-300-normal.woff2 +0 -0
  1428. package/dist/ui-library/files/noto-sans-latin-400-italic.woff +0 -0
  1429. package/dist/ui-library/files/noto-sans-latin-400-italic.woff2 +0 -0
  1430. package/dist/ui-library/files/noto-sans-latin-400-normal.woff +0 -0
  1431. package/dist/ui-library/files/noto-sans-latin-400-normal.woff2 +0 -0
  1432. package/dist/ui-library/files/noto-sans-latin-500-italic.woff +0 -0
  1433. package/dist/ui-library/files/noto-sans-latin-500-italic.woff2 +0 -0
  1434. package/dist/ui-library/files/noto-sans-latin-500-normal.woff +0 -0
  1435. package/dist/ui-library/files/noto-sans-latin-500-normal.woff2 +0 -0
  1436. package/dist/ui-library/files/noto-sans-latin-600-italic.woff +0 -0
  1437. package/dist/ui-library/files/noto-sans-latin-600-italic.woff2 +0 -0
  1438. package/dist/ui-library/files/noto-sans-latin-600-normal.woff +0 -0
  1439. package/dist/ui-library/files/noto-sans-latin-600-normal.woff2 +0 -0
  1440. package/dist/ui-library/files/noto-sans-latin-700-italic.woff +0 -0
  1441. package/dist/ui-library/files/noto-sans-latin-700-italic.woff2 +0 -0
  1442. package/dist/ui-library/files/noto-sans-latin-700-normal.woff +0 -0
  1443. package/dist/ui-library/files/noto-sans-latin-700-normal.woff2 +0 -0
  1444. package/dist/ui-library/files/noto-sans-latin-800-italic.woff +0 -0
  1445. package/dist/ui-library/files/noto-sans-latin-800-italic.woff2 +0 -0
  1446. package/dist/ui-library/files/noto-sans-latin-800-normal.woff +0 -0
  1447. package/dist/ui-library/files/noto-sans-latin-800-normal.woff2 +0 -0
  1448. package/dist/ui-library/files/noto-sans-latin-900-italic.woff +0 -0
  1449. package/dist/ui-library/files/noto-sans-latin-900-italic.woff2 +0 -0
  1450. package/dist/ui-library/files/noto-sans-latin-900-normal.woff +0 -0
  1451. package/dist/ui-library/files/noto-sans-latin-900-normal.woff2 +0 -0
  1452. package/dist/ui-library/files/noto-sans-latin-ext-100-italic.woff +0 -0
  1453. package/dist/ui-library/files/noto-sans-latin-ext-100-italic.woff2 +0 -0
  1454. package/dist/ui-library/files/noto-sans-latin-ext-100-normal.woff +0 -0
  1455. package/dist/ui-library/files/noto-sans-latin-ext-100-normal.woff2 +0 -0
  1456. package/dist/ui-library/files/noto-sans-latin-ext-200-italic.woff +0 -0
  1457. package/dist/ui-library/files/noto-sans-latin-ext-200-italic.woff2 +0 -0
  1458. package/dist/ui-library/files/noto-sans-latin-ext-200-normal.woff +0 -0
  1459. package/dist/ui-library/files/noto-sans-latin-ext-200-normal.woff2 +0 -0
  1460. package/dist/ui-library/files/noto-sans-latin-ext-300-italic.woff +0 -0
  1461. package/dist/ui-library/files/noto-sans-latin-ext-300-italic.woff2 +0 -0
  1462. package/dist/ui-library/files/noto-sans-latin-ext-300-normal.woff +0 -0
  1463. package/dist/ui-library/files/noto-sans-latin-ext-300-normal.woff2 +0 -0
  1464. package/dist/ui-library/files/noto-sans-latin-ext-400-italic.woff +0 -0
  1465. package/dist/ui-library/files/noto-sans-latin-ext-400-italic.woff2 +0 -0
  1466. package/dist/ui-library/files/noto-sans-latin-ext-400-normal.woff +0 -0
  1467. package/dist/ui-library/files/noto-sans-latin-ext-400-normal.woff2 +0 -0
  1468. package/dist/ui-library/files/noto-sans-latin-ext-500-italic.woff +0 -0
  1469. package/dist/ui-library/files/noto-sans-latin-ext-500-italic.woff2 +0 -0
  1470. package/dist/ui-library/files/noto-sans-latin-ext-500-normal.woff +0 -0
  1471. package/dist/ui-library/files/noto-sans-latin-ext-500-normal.woff2 +0 -0
  1472. package/dist/ui-library/files/noto-sans-latin-ext-600-italic.woff +0 -0
  1473. package/dist/ui-library/files/noto-sans-latin-ext-600-italic.woff2 +0 -0
  1474. package/dist/ui-library/files/noto-sans-latin-ext-600-normal.woff +0 -0
  1475. package/dist/ui-library/files/noto-sans-latin-ext-600-normal.woff2 +0 -0
  1476. package/dist/ui-library/files/noto-sans-latin-ext-700-italic.woff +0 -0
  1477. package/dist/ui-library/files/noto-sans-latin-ext-700-italic.woff2 +0 -0
  1478. package/dist/ui-library/files/noto-sans-latin-ext-700-normal.woff +0 -0
  1479. package/dist/ui-library/files/noto-sans-latin-ext-700-normal.woff2 +0 -0
  1480. package/dist/ui-library/files/noto-sans-latin-ext-800-italic.woff +0 -0
  1481. package/dist/ui-library/files/noto-sans-latin-ext-800-italic.woff2 +0 -0
  1482. package/dist/ui-library/files/noto-sans-latin-ext-800-normal.woff +0 -0
  1483. package/dist/ui-library/files/noto-sans-latin-ext-800-normal.woff2 +0 -0
  1484. package/dist/ui-library/files/noto-sans-latin-ext-900-italic.woff +0 -0
  1485. package/dist/ui-library/files/noto-sans-latin-ext-900-italic.woff2 +0 -0
  1486. package/dist/ui-library/files/noto-sans-latin-ext-900-normal.woff +0 -0
  1487. package/dist/ui-library/files/noto-sans-latin-ext-900-normal.woff2 +0 -0
  1488. package/dist/ui-library/files/noto-sans-vietnamese-100-italic.woff +0 -0
  1489. package/dist/ui-library/files/noto-sans-vietnamese-100-italic.woff2 +0 -0
  1490. package/dist/ui-library/files/noto-sans-vietnamese-100-normal.woff +0 -0
  1491. package/dist/ui-library/files/noto-sans-vietnamese-100-normal.woff2 +0 -0
  1492. package/dist/ui-library/files/noto-sans-vietnamese-200-italic.woff +0 -0
  1493. package/dist/ui-library/files/noto-sans-vietnamese-200-italic.woff2 +0 -0
  1494. package/dist/ui-library/files/noto-sans-vietnamese-200-normal.woff +0 -0
  1495. package/dist/ui-library/files/noto-sans-vietnamese-200-normal.woff2 +0 -0
  1496. package/dist/ui-library/files/noto-sans-vietnamese-300-italic.woff +0 -0
  1497. package/dist/ui-library/files/noto-sans-vietnamese-300-italic.woff2 +0 -0
  1498. package/dist/ui-library/files/noto-sans-vietnamese-300-normal.woff +0 -0
  1499. package/dist/ui-library/files/noto-sans-vietnamese-300-normal.woff2 +0 -0
  1500. package/dist/ui-library/files/noto-sans-vietnamese-400-italic.woff +0 -0
  1501. package/dist/ui-library/files/noto-sans-vietnamese-400-italic.woff2 +0 -0
  1502. package/dist/ui-library/files/noto-sans-vietnamese-400-normal.woff +0 -0
  1503. package/dist/ui-library/files/noto-sans-vietnamese-400-normal.woff2 +0 -0
  1504. package/dist/ui-library/files/noto-sans-vietnamese-500-italic.woff +0 -0
  1505. package/dist/ui-library/files/noto-sans-vietnamese-500-italic.woff2 +0 -0
  1506. package/dist/ui-library/files/noto-sans-vietnamese-500-normal.woff +0 -0
  1507. package/dist/ui-library/files/noto-sans-vietnamese-500-normal.woff2 +0 -0
  1508. package/dist/ui-library/files/noto-sans-vietnamese-600-italic.woff +0 -0
  1509. package/dist/ui-library/files/noto-sans-vietnamese-600-italic.woff2 +0 -0
  1510. package/dist/ui-library/files/noto-sans-vietnamese-600-normal.woff +0 -0
  1511. package/dist/ui-library/files/noto-sans-vietnamese-600-normal.woff2 +0 -0
  1512. package/dist/ui-library/files/noto-sans-vietnamese-700-italic.woff +0 -0
  1513. package/dist/ui-library/files/noto-sans-vietnamese-700-italic.woff2 +0 -0
  1514. package/dist/ui-library/files/noto-sans-vietnamese-700-normal.woff +0 -0
  1515. package/dist/ui-library/files/noto-sans-vietnamese-700-normal.woff2 +0 -0
  1516. package/dist/ui-library/files/noto-sans-vietnamese-800-italic.woff +0 -0
  1517. package/dist/ui-library/files/noto-sans-vietnamese-800-italic.woff2 +0 -0
  1518. package/dist/ui-library/files/noto-sans-vietnamese-800-normal.woff +0 -0
  1519. package/dist/ui-library/files/noto-sans-vietnamese-800-normal.woff2 +0 -0
  1520. package/dist/ui-library/files/noto-sans-vietnamese-900-italic.woff +0 -0
  1521. package/dist/ui-library/files/noto-sans-vietnamese-900-italic.woff2 +0 -0
  1522. package/dist/ui-library/files/noto-sans-vietnamese-900-normal.woff +0 -0
  1523. package/dist/ui-library/files/noto-sans-vietnamese-900-normal.woff2 +0 -0
  1524. package/dist/ui-library/index.esm.js +2 -0
  1525. package/dist/ui-library/index.esm.js.map +1 -0
  1526. package/dist/ui-library/material-icons-outlined.woff +0 -0
  1527. package/dist/ui-library/material-icons-outlined.woff2 +0 -0
  1528. package/dist/ui-library/material-icons-round.woff +0 -0
  1529. package/dist/ui-library/material-icons-round.woff2 +0 -0
  1530. package/dist/ui-library/material-icons-sharp.woff +0 -0
  1531. package/dist/ui-library/material-icons-sharp.woff2 +0 -0
  1532. package/dist/ui-library/material-icons-two-tone.woff +0 -0
  1533. package/dist/ui-library/material-icons-two-tone.woff2 +0 -0
  1534. package/dist/ui-library/material-icons.css +124 -0
  1535. package/dist/ui-library/material-icons.scss +5 -0
  1536. package/dist/ui-library/material-icons.woff +0 -0
  1537. package/dist/ui-library/material-icons.woff2 +0 -0
  1538. package/dist/ui-library/p-0440335d.entry.js +2 -0
  1539. package/dist/ui-library/p-0440335d.entry.js.map +1 -0
  1540. package/dist/ui-library/p-04cc397c.entry.js +2 -0
  1541. package/dist/ui-library/p-04cc397c.entry.js.map +1 -0
  1542. package/dist/ui-library/p-06ba4450.js +2 -0
  1543. package/dist/ui-library/p-06ba4450.js.map +1 -0
  1544. package/dist/ui-library/p-0cebf1d2.js +2 -0
  1545. package/dist/ui-library/p-0cebf1d2.js.map +1 -0
  1546. package/dist/ui-library/p-0edd3091.entry.js +2 -0
  1547. package/dist/ui-library/p-0edd3091.entry.js.map +1 -0
  1548. package/dist/ui-library/p-150b7664.entry.js +2 -0
  1549. package/dist/ui-library/p-150b7664.entry.js.map +1 -0
  1550. package/dist/ui-library/p-1f5840b5.entry.js +2 -0
  1551. package/dist/ui-library/p-1f5840b5.entry.js.map +1 -0
  1552. package/dist/ui-library/p-28cc013e.entry.js +2 -0
  1553. package/dist/ui-library/p-28cc013e.entry.js.map +1 -0
  1554. package/dist/ui-library/p-3424bbc0.entry.js +2 -0
  1555. package/dist/ui-library/p-3424bbc0.entry.js.map +1 -0
  1556. package/dist/ui-library/p-348c68a8.entry.js +2 -0
  1557. package/dist/ui-library/p-348c68a8.entry.js.map +1 -0
  1558. package/dist/ui-library/p-3723ca06.entry.js +2 -0
  1559. package/dist/ui-library/p-3723ca06.entry.js.map +1 -0
  1560. package/dist/ui-library/p-37aeac5e.entry.js +2 -0
  1561. package/dist/ui-library/p-37aeac5e.entry.js.map +1 -0
  1562. package/dist/ui-library/p-3d7fb086.entry.js +2 -0
  1563. package/dist/ui-library/p-3d7fb086.entry.js.map +1 -0
  1564. package/dist/ui-library/p-457f7373.entry.js +2 -0
  1565. package/dist/ui-library/p-457f7373.entry.js.map +1 -0
  1566. package/dist/ui-library/p-4a667f31.entry.js +2 -0
  1567. package/dist/ui-library/p-4a667f31.entry.js.map +1 -0
  1568. package/dist/ui-library/p-50dae789.entry.js +2 -0
  1569. package/dist/ui-library/p-50dae789.entry.js.map +1 -0
  1570. package/dist/ui-library/p-546e33d9.entry.js +2 -0
  1571. package/dist/ui-library/p-546e33d9.entry.js.map +1 -0
  1572. package/dist/ui-library/p-5db3a705.entry.js +2 -0
  1573. package/dist/ui-library/p-5db3a705.entry.js.map +1 -0
  1574. package/dist/ui-library/p-61e66671.js +2 -0
  1575. package/dist/ui-library/p-61e66671.js.map +1 -0
  1576. package/dist/ui-library/p-6296779b.entry.js +2 -0
  1577. package/dist/ui-library/p-6296779b.entry.js.map +1 -0
  1578. package/dist/ui-library/p-64b4755d.entry.js +2 -0
  1579. package/dist/ui-library/p-64b4755d.entry.js.map +1 -0
  1580. package/dist/ui-library/p-6c1b046e.entry.js +2 -0
  1581. package/dist/ui-library/p-6c1b046e.entry.js.map +1 -0
  1582. package/dist/ui-library/p-7115316e.entry.js +2 -0
  1583. package/dist/ui-library/p-7115316e.entry.js.map +1 -0
  1584. package/dist/ui-library/p-73dd493f.entry.js +2 -0
  1585. package/dist/ui-library/p-73dd493f.entry.js.map +1 -0
  1586. package/dist/ui-library/p-7f856f00.js +2 -0
  1587. package/dist/ui-library/p-7f856f00.js.map +1 -0
  1588. package/dist/ui-library/p-8227aaed.js +2 -0
  1589. package/dist/ui-library/p-8227aaed.js.map +1 -0
  1590. package/dist/ui-library/p-842b492e.js +2 -0
  1591. package/dist/ui-library/p-842b492e.js.map +1 -0
  1592. package/dist/ui-library/p-862d474e.js +2 -0
  1593. package/dist/ui-library/p-862d474e.js.map +1 -0
  1594. package/dist/ui-library/p-870b988d.entry.js +2 -0
  1595. package/dist/ui-library/p-870b988d.entry.js.map +1 -0
  1596. package/dist/ui-library/p-884c5cf9.entry.js +2 -0
  1597. package/dist/ui-library/p-884c5cf9.entry.js.map +1 -0
  1598. package/dist/ui-library/p-8888a367.entry.js +2 -0
  1599. package/dist/ui-library/p-8888a367.entry.js.map +1 -0
  1600. package/dist/ui-library/p-8bfb4bfc.js +2 -0
  1601. package/dist/ui-library/p-8bfb4bfc.js.map +1 -0
  1602. package/dist/ui-library/p-8ced18d8.entry.js +2 -0
  1603. package/dist/ui-library/p-8ced18d8.entry.js.map +1 -0
  1604. package/dist/ui-library/p-935c78a7.entry.js +2 -0
  1605. package/dist/ui-library/p-935c78a7.entry.js.map +1 -0
  1606. package/dist/ui-library/p-961bd001.entry.js +2 -0
  1607. package/dist/ui-library/p-961bd001.entry.js.map +1 -0
  1608. package/dist/ui-library/p-998de05d.js +2 -0
  1609. package/dist/ui-library/p-998de05d.js.map +1 -0
  1610. package/dist/ui-library/p-9b08068d.entry.js +2 -0
  1611. package/dist/ui-library/p-9b08068d.entry.js.map +1 -0
  1612. package/dist/ui-library/p-9c79341d.entry.js +2 -0
  1613. package/dist/ui-library/p-9c79341d.entry.js.map +1 -0
  1614. package/dist/ui-library/p-a1502802.js +2 -0
  1615. package/dist/ui-library/p-a1502802.js.map +1 -0
  1616. package/dist/ui-library/p-a9c159f2.entry.js +2 -0
  1617. package/dist/ui-library/p-a9c159f2.entry.js.map +1 -0
  1618. package/dist/ui-library/p-ac57ba5c.entry.js +2 -0
  1619. package/dist/ui-library/p-ac57ba5c.entry.js.map +1 -0
  1620. package/dist/ui-library/p-af15381b.js +3 -0
  1621. package/dist/ui-library/p-af15381b.js.map +1 -0
  1622. package/dist/ui-library/p-b1a5f3cd.entry.js +2 -0
  1623. package/dist/ui-library/p-b1a5f3cd.entry.js.map +1 -0
  1624. package/dist/ui-library/p-b385a241.entry.js +2 -0
  1625. package/dist/ui-library/p-b385a241.entry.js.map +1 -0
  1626. package/dist/ui-library/p-b74c5d6b.entry.js +2 -0
  1627. package/dist/ui-library/p-b74c5d6b.entry.js.map +1 -0
  1628. package/dist/ui-library/p-bf2fb53f.entry.js +2 -0
  1629. package/dist/ui-library/p-bf2fb53f.entry.js.map +1 -0
  1630. package/dist/ui-library/p-c2c7370b.entry.js +2 -0
  1631. package/dist/ui-library/p-c2c7370b.entry.js.map +1 -0
  1632. package/dist/ui-library/p-caea1eb6.entry.js +2 -0
  1633. package/dist/ui-library/p-caea1eb6.entry.js.map +1 -0
  1634. package/dist/ui-library/p-d3f5b9a8.entry.js +2 -0
  1635. package/dist/ui-library/p-d3f5b9a8.entry.js.map +1 -0
  1636. package/dist/ui-library/p-d42b18eb.entry.js +2 -0
  1637. package/dist/ui-library/p-d42b18eb.entry.js.map +1 -0
  1638. package/dist/ui-library/p-d95e292e.entry.js +2 -0
  1639. package/dist/ui-library/p-d95e292e.entry.js.map +1 -0
  1640. package/dist/ui-library/p-da7f3dbd.entry.js +2 -0
  1641. package/dist/ui-library/p-da7f3dbd.entry.js.map +1 -0
  1642. package/dist/ui-library/p-dfb89b6a.entry.js +2 -0
  1643. package/dist/ui-library/p-dfb89b6a.entry.js.map +1 -0
  1644. package/dist/ui-library/p-e080d5b6.js +2 -0
  1645. package/dist/ui-library/p-e080d5b6.js.map +1 -0
  1646. package/dist/ui-library/p-e6032375.entry.js +2 -0
  1647. package/dist/ui-library/p-e6032375.entry.js.map +1 -0
  1648. package/dist/ui-library/p-e60d2324.entry.js +2 -0
  1649. package/dist/ui-library/p-e60d2324.entry.js.map +1 -0
  1650. package/dist/ui-library/p-e8298c6e.entry.js +2 -0
  1651. package/dist/ui-library/p-e8298c6e.entry.js.map +1 -0
  1652. package/dist/ui-library/p-ed279165.entry.js +2 -0
  1653. package/dist/ui-library/p-ed279165.entry.js.map +1 -0
  1654. package/dist/ui-library/p-ed61b75c.entry.js +2 -0
  1655. package/dist/ui-library/p-ed61b75c.entry.js.map +1 -0
  1656. package/dist/ui-library/p-f136a6b2.js +2 -0
  1657. package/dist/ui-library/p-f136a6b2.js.map +1 -0
  1658. package/dist/ui-library/p-f1ab3384.entry.js +2 -0
  1659. package/dist/ui-library/p-f1ab3384.entry.js.map +1 -0
  1660. package/dist/ui-library/p-f4ef481c.entry.js +2 -0
  1661. package/dist/ui-library/p-f4ef481c.entry.js.map +1 -0
  1662. package/dist/ui-library/p-f8cbb8da.entry.js +2 -0
  1663. package/dist/ui-library/p-f8cbb8da.entry.js.map +1 -0
  1664. package/dist/ui-library/ui-library.css +1 -0
  1665. package/dist/ui-library/ui-library.esm.js +2 -0
  1666. package/dist/ui-library/ui-library.esm.js.map +1 -0
  1667. package/loader/cdn.js +3 -0
  1668. package/loader/index.cjs.js +3 -0
  1669. package/loader/index.d.ts +21 -0
  1670. package/loader/index.es2017.js +3 -0
  1671. package/loader/index.js +4 -0
  1672. package/loader/package.json +11 -0
  1673. package/package.json +68 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"date-util.spec.js","sourceRoot":"","sources":["../../src/utils/date-util.spec.ts"],"names":[],"mappings":"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","sourcesContent":["import {\n CalendarGridArgs,\n createCalendarGrid,\n day,\n decreaseYear,\n formatDate,\n getFirstDayOfTheWeek,\n increaseYear,\n isAfter,\n isBefore,\n isInRange,\n isoString,\n isSameDay,\n isSameMonth,\n isSameWeek,\n isSameYear,\n isValidDateString,\n month,\n newDateString,\n pad,\n parseDate,\n rangeAround,\n toDate,\n year,\n} from './date-util';\nimport { SixDateFormats } from '../components/six-datepicker/six-date-formats';\nimport { CalendarCell } from '../components/six-datepicker/six-datepicker';\n\ndescribe('date-util helpers', () => {\n describe('rangeAround', () => {\n it('returns range around 2023', () => {\n expect(rangeAround(2023, 25)).toStrictEqual([\n [2011, 2012, 2013, 2014, 2015],\n [2016, 2017, 2018, 2019, 2020],\n [2021, 2022, 2023, 2024, 2025],\n [2026, 2027, 2028, 2029, 2030],\n [2031, 2032, 2033, 2034, 2035],\n ]);\n });\n\n it('returns range around 0', () => {\n expect(rangeAround(0, 6)).toStrictEqual([[-3, -2, -1, 0, 1], [2]]);\n });\n });\n\n describe('pad', () => {\n it('should properly pad a single digit', async () => {\n // given\n const input = 2;\n\n // when\n const padded = pad(input);\n\n // then\n expect(padded).toEqual('02');\n });\n });\n});\n\ndescribe('parseDate', () => {\n describe('isoString', () => {\n it('should correctly handle undefined', async () => {\n // given\n const date = undefined;\n\n // when\n const isoDateString = isoString(date);\n\n // then\n expect(isoDateString).toBe('');\n });\n\n it('should correctly handle beginning of year', async () => {\n // given\n const date = new Date(2022, 0, 1);\n\n // when\n const isoDateString = isoString(date);\n\n // then\n expect(isoDateString).toBe('2022-01-01');\n });\n\n it('should correctly handle end of year', async () => {\n // given\n const date = new Date(2022, 11, 31);\n\n // when\n const isoDateString = isoString(date);\n\n // then\n expect(isoDateString).toBe('2022-12-31');\n });\n });\n\n describe('newDateString', () => {\n it('should correctly handle date separated into parameters', async () => {\n // given\n const year = 2033;\n const month = 3;\n const day = 2;\n\n // when\n const datestring = newDateString(year, month, day);\n\n // then\n expect(datestring).toBe('2033-03-02');\n });\n\n it('should correctly handle date object', async () => {\n // given\n const date = new Date(2022, 1, 1);\n\n // when\n const dateString = newDateString(date);\n\n // then\n expect(dateString).toBe('2022-02-01');\n });\n });\n\n describe('isValidDateString', () => {\n it('should correctly handle valid date with dashes', () => {\n // given\n const datestring = '1900-01-01';\n\n // when\n const isValidDateStringOutput = isValidDateString(datestring, 'yyyy-mm-dd');\n\n // then\n expect(isValidDateStringOutput).toBe(true);\n });\n\n it('should correctly handle date with periods', () => {\n // given\n const datestring = '01.01.1900';\n\n // when\n const isValidDateStringOutput = isValidDateString(datestring, 'dd.mm.yyyy');\n\n // then\n expect(isValidDateStringOutput).toBe(true);\n });\n\n it('should correctly handle reversed date with periods', () => {\n // given\n const datestring = '1900.01.01';\n\n // when\n const isValidDateStringOutput = isValidDateString(datestring, 'yyyy.mm.dd');\n\n // then\n expect(isValidDateStringOutput).toBe(true);\n });\n\n it('should correctly handle very old date with dashes', () => {\n // given\n const datestring = '1899-02-07';\n\n // when\n const isValidDateStringOutput = isValidDateString(datestring, 'yyyy-mm-dd');\n\n // then\n expect(isValidDateStringOutput).toBe(true);\n });\n\n it('should correctly handle date with dashes where month and year switched', () => {\n // given\n const datestring = '1999-15-07';\n\n // when\n const isValidDateStringOutput = isValidDateString(datestring, 'yyyy-mm-dd');\n\n // then\n expect(isValidDateStringOutput).toBe(false);\n });\n\n it('should correctly handle invalid day and month', () => {\n // given\n const datestring = '1999-00-32';\n\n // when\n const isValidDateStringOutput = isValidDateString(datestring, 'yyyy-mm-dd');\n\n // then\n expect(isValidDateStringOutput).toBe(false);\n });\n\n it('should correctly handle zero day', () => {\n // given\n const datestring = '1999-01-00';\n\n // when\n const isValidDateStringOutput = isValidDateString(datestring, 'yyyy-mm-dd');\n\n // then\n expect(isValidDateStringOutput).toBe(false);\n });\n\n it('should correctly handle exceeding day', () => {\n // given\n const datestring = '1999-01-32';\n\n // when\n const isValidDateStringOutput = isValidDateString(datestring, 'yyyy-mm-dd');\n\n // then\n expect(isValidDateStringOutput).toBe(false);\n });\n\n it('should correctly handle empty string', () => {\n // given\n const datestring = '';\n\n // when\n const isValidDateStringOutput = isValidDateString(datestring, 'yyyy-mm-dd');\n\n // then\n expect(isValidDateStringOutput).toBe(false);\n });\n\n it('should correctly handle undefined', () => {\n // given\n const datestring = undefined;\n\n // when\n const isValidDateStringOutput = isValidDateString(datestring, 'yyyy-mm-dd');\n\n // then\n expect(isValidDateStringOutput).toBe(false);\n });\n\n it('should correctly handle undefined', () => {\n // given\n const datestring = '1800-01-01';\n\n // when\n const isValidDatestring = isValidDateString(datestring, 'yyyy-mm-dd');\n\n // then\n expect(isValidDatestring).toBe(true);\n });\n });\n\n describe('isBefore', () => {\n it('should correctly handle different date objects', () => {\n // given\n const date = new Date(2020, 0, 1);\n const beforeDate = new Date(2020, 0, 2);\n\n // when\n const isBeforeOutput = isBefore(date, beforeDate);\n\n // then\n expect(isBeforeOutput).toBe(true);\n });\n\n it('should correctly handle same date objects', () => {\n // given\n const date = new Date(2020, 0, 1);\n const beforeDate = new Date(2020, 0, 1);\n\n // when\n const isBeforeOutput = isBefore(date, beforeDate);\n\n // then\n expect(isBeforeOutput).toBe(false);\n });\n\n it('should correctly handle different date strings', () => {\n // given\n const date = '2000-01-01';\n const beforeDate = '2000-01-02';\n\n // when\n const isBeforeOutput = isBefore(date, beforeDate);\n\n // then\n expect(isBeforeOutput).toBe(true);\n });\n\n it('should correctly handle same date string', () => {\n // given\n const date = '2000-01-01';\n const beforeDate = '2000-01-01';\n\n // when\n const isBeforeOutput = isBefore(date, beforeDate);\n\n // then\n expect(isBeforeOutput).toBe(false);\n });\n });\n\n describe('isAfter', () => {\n it('should correctly handle different date objects', () => {\n // given\n const date = new Date(2020, 0, 2);\n const afterDate = new Date(2020, 0, 1);\n\n // when\n const isAfterOutput = isAfter(date, afterDate);\n\n // then\n expect(isAfterOutput).toBe(true);\n });\n\n it('should correctly handle same objects', () => {\n // given\n const date = new Date(2020, 0, 1);\n const afterDate = new Date(2020, 0, 1);\n\n // when\n const isAfterOutput = isAfter(date, afterDate);\n\n // then\n expect(isAfterOutput).toBe(false);\n });\n\n it('should correctly handle different datestrings', () => {\n // given\n const date = '2000-01-02';\n const afterDate = '2000-01-01';\n\n // when\n const isAfterOutput = isAfter(date, afterDate);\n\n // then\n expect(isAfterOutput).toBe(true);\n });\n\n it('should correctly handle same datestrings', () => {\n // given\n const date = '2000-01-01';\n const afterDate = '2000-01-01';\n\n // when\n const isAfterOutput = isAfter(date, afterDate);\n\n // then\n expect(isAfterOutput).toBe(false);\n });\n });\n\n describe('year', () => {\n it('should correctly handle date object', () => {\n // given\n const yearInput = new Date(2020, 0, 1);\n\n // when\n const yearOutput = year(yearInput);\n\n // then\n expect(yearOutput).toBe(2020);\n });\n\n it('should correctly handle undefined', () => {\n // given\n const yearInput = undefined;\n\n // when\n const yearOutput = () => year(yearInput);\n\n // then\n expect(yearOutput).toThrow(Error);\n });\n\n it('should correctly handle invalid date', () => {\n // given\n const yearInput = new Date('adsf');\n\n // when\n const yearOutput = () => year(yearInput);\n\n // then\n expect(yearOutput).toThrow(Error);\n });\n });\n\n describe('month', () => {\n it('should correctly handle date object', () => {\n // given\n const monthInput = new Date(2020, 0, 1);\n\n // when\n const monthOutput = month(monthInput);\n\n // then\n expect(monthOutput).toBe(0);\n });\n\n it('should correctly handle undefined', () => {\n // given\n const monthInput = undefined;\n\n // when\n const monthOutput = () => month(monthInput);\n\n // then\n expect(monthOutput).toThrow(Error);\n });\n\n it('should correctly handle invalid date', () => {\n // given\n const monthInput = new Date('adsf');\n\n // when\n const monthOutput = () => month(monthInput);\n\n // then\n expect(monthOutput).toThrow(Error);\n });\n });\n\n describe('day', () => {\n it('should correctly handle valid date object', () => {\n // given\n const dayInput = new Date(2020, 0, 1);\n\n // when\n const dayOutput = day(dayInput);\n\n // then\n expect(dayOutput).toBe(1);\n });\n\n it('should correctly handle undefined', () => {\n // given\n const dayInput = undefined;\n\n // when\n const dayOutput = () => day(dayInput);\n\n // then\n expect(dayOutput).toThrow(Error);\n });\n\n it('should correctly handle invalid date object', () => {\n // given\n const dayInput = new Date('adsf');\n\n // when\n const dayOutput = () => day(dayInput);\n\n // then\n expect(dayOutput).toThrow(Error);\n });\n });\n\n describe('increase year', () => {\n it('should properly increase year', async () => {\n // given\n const year = new Date(2020, 0, 1);\n const increment = 1;\n\n // when\n const increasedYear = increaseYear(year, increment);\n\n // then\n expect(increasedYear).toBe(2021);\n });\n });\n\n describe('decrease year', () => {\n it('should properly decrease year', () => {\n // given\n const year = new Date(2020, 0, 1);\n const decrement = 1;\n\n // when\n const decreasedYear = decreaseYear(year, decrement);\n\n // then\n expect(decreasedYear).toBe(2019);\n });\n });\n\n describe('isInRange', () => {\n it('should correctly handle lower than min range', () => {\n // given\n const date = new Date(2020, 0, 4);\n const minDate = new Date(2020, 0, 5);\n const maxDate = new Date(2020, 0, 10);\n\n // when\n const isInRangeOutput = isInRange(date, minDate, maxDate);\n\n // then\n expect(isInRangeOutput).toBe(false);\n });\n\n it('should correctly handle lower than min range when only min date defined', () => {\n // given\n const date = new Date(2020, 0, 4);\n const minDate = new Date(2020, 0, 5);\n const maxDate = undefined;\n\n // when\n const isInRangeOutput = isInRange(date, minDate, maxDate);\n\n // then\n expect(isInRangeOutput).toBe(false);\n });\n\n it('should correctly handle equal to min range', () => {\n // given\n const date = new Date(2020, 0, 5);\n const minDate = new Date(2020, 0, 5);\n const maxDate = new Date(2020, 0, 10);\n\n // when\n const isInRangeOutput = isInRange(date, minDate, maxDate);\n\n // then\n expect(isInRangeOutput).toBe(true);\n });\n\n it('should correctly handle equal to min range when only minDate defined', () => {\n // given\n const date = new Date(2020, 0, 5);\n const minDate = new Date(2020, 0, 5);\n const maxDate = undefined;\n\n // when\n const isInRangeOutput = isInRange(date, minDate, maxDate);\n\n // then\n expect(isInRangeOutput).toBe(true);\n });\n\n it('should correctly handle in range', () => {\n // given\n const date = new Date(2020, 0, 6);\n const minDate = new Date(2020, 0, 5);\n const maxDate = new Date(2020, 0, 10);\n\n // when\n const isInRangeOutput = isInRange(date, minDate, maxDate);\n\n // then\n expect(isInRangeOutput).toBe(true);\n });\n\n it('should correctly handle in range when only minDate defined', () => {\n // given\n const date = new Date(2020, 0, 6);\n const minDate = new Date(2020, 0, 5);\n const maxDate = undefined;\n\n // when\n const isInRangeOutput = isInRange(date, minDate, maxDate);\n\n // then\n expect(isInRangeOutput).toBe(true);\n });\n\n it('should correctly handle in range when only maxDate is defined', () => {\n // given\n const date = new Date(2020, 0, 6);\n const maxDate = new Date(2020, 0, 10);\n const minDate = undefined;\n\n // when\n const isInRangeOutput = isInRange(date, minDate, maxDate);\n\n // then\n expect(isInRangeOutput).toBe(true);\n });\n\n it('should correctly handle just below max range', () => {\n // given\n const date = new Date(2020, 0, 9);\n const minDate = new Date(2020, 0, 5);\n const maxDate = new Date(2020, 0, 10);\n\n // when\n const isInRangeOutput = isInRange(date, minDate, maxDate);\n\n // then\n expect(isInRangeOutput).toBe(true);\n });\n\n it('should correctly handle just below max range when only maxDate is defined', () => {\n // given\n const date = new Date(2020, 0, 9);\n const maxDate = new Date(2020, 0, 10);\n const minDate = undefined;\n\n // when\n const isInRangeOutput = isInRange(date, minDate, maxDate);\n\n // then\n expect(isInRangeOutput).toBe(true);\n });\n\n it('should correctly handle equal to max range', () => {\n // given\n const date = new Date(2020, 0, 10);\n const minDate = new Date(2020, 0, 5);\n const maxDate = new Date(2020, 0, 10);\n\n // when\n const isInRangeOutput = isInRange(date, minDate, maxDate);\n\n // then\n expect(isInRangeOutput).toBe(true);\n });\n\n it('should correctly handle equal to max range when only maxDate defined', () => {\n // given\n const date = new Date(2020, 0, 10);\n const maxDate = new Date(2020, 0, 10);\n const minDate = undefined;\n\n // when\n const isInRangeOutput = isInRange(date, minDate, maxDate);\n\n // then\n expect(isInRangeOutput).toBe(true);\n });\n\n it('should correctly handle higher than max range', () => {\n // given\n const date = new Date(2020, 0, 11);\n const minDate = new Date(2020, 0, 5);\n const maxDate = new Date(2020, 0, 10);\n\n // when\n const isInRangeOutput = isInRange(date, minDate, maxDate);\n\n // then\n expect(isInRangeOutput).toBe(false);\n });\n\n it('should correctly handle higher than max range when only maxDate defined', () => {\n // given\n const date = new Date(2020, 0, 11);\n const maxDate = new Date(2020, 0, 10);\n const minDate = undefined;\n\n // when\n const isInRangeOutput = isInRange(date, minDate, maxDate);\n\n // then\n expect(isInRangeOutput).toBe(false);\n });\n });\n\n describe('getFirstDayOfTheWeek', () => {\n it('should return correct day', () => {\n // given\n const date = new Date(2021, 1, 26);\n\n // when\n const firstDayOfTheWeek = getFirstDayOfTheWeek(date).getDay();\n\n // then\n expect(firstDayOfTheWeek).toBe(1);\n });\n\n it('should return correct date', () => {\n // given\n const date = new Date(2021, 1, 26);\n\n // when\n const firstDayOfTheWeek = getFirstDayOfTheWeek(date).getDate();\n\n // then\n expect(firstDayOfTheWeek).toBe(22);\n });\n });\n\n describe('isSameYear', () => {\n it('should correctly handle same year', () => {\n // given\n const year1 = new Date(2021, 1, 26);\n const year2 = new Date(2021, 2, 2);\n\n // when\n const isSameYearOutput = isSameYear(year1, year2);\n\n // then\n expect(isSameYearOutput).toBe(true);\n });\n\n it('should correctly handle different year', () => {\n // given\n const year1 = new Date(2021, 1, 26);\n const year2 = new Date(2022, 2, 2);\n\n // when\n const isSameYearOutput = isSameYear(year1, year2);\n\n // then\n expect(isSameYearOutput).toBe(false);\n });\n\n it('should handle null values', () => {\n // given\n const year1 = new Date(2021, 1, 26);\n\n // when\n const isSameYearOutput = isSameYear(year1, undefined);\n\n // then\n expect(isSameYearOutput).toBe(false);\n });\n });\n\n describe('isSameMonth', () => {\n it('should correctly handle same month', () => {\n // given\n const month1 = new Date(2021, 1, 26);\n const month2 = new Date(2021, 1, 2);\n\n // when\n const isSameMonthOutput = isSameMonth(month1, month2);\n\n // then\n expect(isSameMonthOutput).toBe(true);\n });\n\n it('should correctly handle different month', () => {\n // given\n const month1 = new Date(2021, 1, 26);\n const month2 = new Date(2021, 2, 2);\n\n // when\n const isSameMonthOutput = isSameMonth(month1, month2);\n\n // then\n expect(isSameMonthOutput).toBe(false);\n });\n\n it('should handle null values', () => {\n // given\n const month1 = new Date(2021, 1, 26);\n\n // when\n const isSameMonthOutput = isSameMonth(month1, undefined);\n\n // then\n expect(isSameMonthOutput).toBe(false);\n });\n });\n\n describe('isSameWeek', () => {\n it('should correctly handle', () => {\n // given\n const week1 = new Date(2021, 1, 26);\n // when\n const isSameWeekOutput = isSameWeek(week1, week1);\n\n // then\n expect(isSameWeekOutput).toBe(true);\n });\n\n it('should correctly handle', () => {\n // given\n const week1 = new Date(2021, 1, 26);\n const week2 = new Date(2021, 1, 21);\n\n // when\n const isSameWeekOutput = isSameWeek(week1, week2);\n\n // then\n expect(isSameWeekOutput).toBe(false);\n });\n\n it('should correctly handle', () => {\n // given\n const week1 = new Date(2021, 1, 26);\n const week2 = new Date(2021, 1, 22);\n\n // when\n const isSameWeekOutput = isSameWeek(week1, week2);\n\n // then\n expect(isSameWeekOutput).toBe(true);\n });\n\n it('should correctly handle', () => {\n // given\n const week1 = new Date(2021, 1, 26);\n const week2 = new Date(2021, 1, 28);\n\n // when\n const isSameWeekOutput = isSameWeek(week1, week2);\n\n // then\n expect(isSameWeekOutput).toBe(true);\n });\n\n it('should correctly handle', () => {\n // given\n const week1 = new Date(2021, 1, 26);\n const week2 = new Date(2021, 2, 1);\n\n // when\n const isSameWeekOutput = isSameWeek(week1, week2);\n\n // then\n expect(isSameWeekOutput).toBe(false);\n });\n });\n\n describe('isSameDay', () => {\n it('should correctly handle same day', () => {\n // given\n const day1 = new Date(2021, 1, 26);\n const day2 = new Date(2021, 1, 26);\n\n // when\n const isSameDayOutput = isSameDay(day1, day2);\n\n // then\n expect(isSameDayOutput).toBe(true);\n });\n\n it('should correctly handle different days', () => {\n // given\n const day1 = new Date(2021, 1, 26);\n const day2 = new Date(2021, 1, 25);\n\n // when\n const isSameDayOutput = isSameDay(day1, day2);\n\n // then\n expect(isSameDayOutput).toBe(false);\n });\n\n it('should correctly handle same day in different years', () => {\n // given\n const day1 = new Date(2021, 1, 25);\n const day2 = new Date(2022, 1, 25);\n\n // when\n const isSameDayOutput = isSameDay(day1, day2);\n\n // then\n expect(isSameDayOutput).toBe(false);\n });\n\n it('should handle null values', () => {\n // given\n const day1 = new Date(2021, 1, 25);\n\n // when\n const isSameDayOutput = isSameDay(day1, undefined);\n\n // then\n expect(isSameDayOutput).toBe(false);\n });\n });\n\n describe('formatDate', () => {\n it('should handle undefined date', async () => {\n // given\n const date = undefined;\n const format = 'dd/mm/yyyy';\n\n // when\n const formattedDate = formatDate(date, format);\n\n // then\n expect(formattedDate).toEqual('');\n });\n\n it('should correctly format dd/mm/yyyy', async () => {\n // given\n const date = new Date(2021, 1, 26);\n const format = 'dd/mm/yyyy';\n\n // when\n const formattedDate = formatDate(date, format);\n\n // then\n expect(formattedDate).toEqual('26/02/2021');\n });\n\n it('should correctly format d/m/yyyy', async () => {\n // given\n const date = new Date(2021, 1, 5);\n const format = 'd/m/yyyy';\n\n // when\n const formattedDate = formatDate(date, format);\n\n // then\n expect(formattedDate).toEqual('5/2/2021');\n });\n\n it('should correctly format yyyy/mm/dd', async () => {\n // given\n const date = new Date(2021, 1, 5);\n const format = 'yyyy/mm/dd';\n\n // when\n const formattedDate = formatDate(date, format);\n\n // then\n expect(formattedDate).toEqual('2021/02/05');\n });\n\n it('should correctly format dd.mm.yyyy', async () => {\n // given\n const date = new Date(2021, 1, 5);\n const format = 'dd.mm.yyyy';\n\n // when\n const formattedDate = formatDate(date, format);\n\n // then\n expect(formattedDate).toEqual('05.02.2021');\n });\n\n it('should correctly format dd-mm-yyyy', async () => {\n // given\n const date = new Date(2021, 1, 5);\n const format = 'dd-mm-yyyy';\n\n // when\n const formattedDate = formatDate(date, format);\n\n // then\n expect(formattedDate).toEqual('05-02-2021');\n });\n });\n\n describe('parseDate', () => {\n it('should properly parse yyyy-mm-dd', async () => {\n // given\n const datestring = '2021-05-22';\n const format = 'yyyy-mm-dd';\n const locale = 'en';\n\n // when\n const parsedDate = parseDate(datestring, format, locale);\n\n // then\n expect(parsedDate).toEqual(new Date(2021, 4, 22));\n });\n\n it('should properly parse dd-mm-yyyy', async () => {\n // given\n const datestring = '22-05-2021';\n const format = 'dd-mm-yyyy';\n const locale = 'en';\n\n // when\n const parsedDate = parseDate(datestring, format, locale);\n\n // then\n expect(parsedDate).toEqual(new Date(2021, 4, 22));\n });\n\n it('should properly parse dd/mm/yyyy', async () => {\n // given\n const datestring = '22/05/2021';\n const format = 'dd/mm/yyyy';\n const locale = 'en';\n\n // when\n const parsedDate = parseDate(datestring, format, locale);\n\n // then\n expect(parsedDate).toEqual(new Date(2021, 4, 22));\n });\n });\n\n describe('toDate', () => {\n const getRandomInt = (upperBound: number, lowerBound = 0) =>\n Math.floor(Math.random() * upperBound) + 1 + lowerBound;\n const addMissingZero = (numb: number): string => String(numb).padStart(2, '0');\n const addMissingZeroRandomly = (numb: number): string => {\n // add a leading zero in 50% of the cases\n if (Math.round(Math.random()) !== 0) {\n return String(numb);\n } else {\n return addMissingZero(numb);\n }\n };\n const getRandomYYYY = () => getRandomInt(1000, 1000);\n const getRandomYY = () => addMissingZero(getRandomInt(30));\n const getRandomMonth = () => addMissingZeroRandomly(getRandomInt(12));\n const getRandomDay = () => addMissingZeroRandomly(getRandomInt(31));\n\n it('should properly parse yyyy-mm-dd', async () => {\n // given\n const year = getRandomYYYY();\n const month = getRandomMonth();\n const day = getRandomDay();\n const dateString = `${year}-${month}-${day}`;\n const format = 'yyyy-mm-dd';\n\n // when\n const date = toDate(dateString, format);\n\n // then\n expect(date).toEqual(new Date(year, Number(month) - 1, Number(day)));\n });\n\n it('should properly parse yy-mm-dd', async () => {\n // given\n const year = getRandomYY();\n const month = getRandomMonth();\n const day = getRandomDay();\n const dateString = `${year}-${month}-${day}`;\n const format = 'yy-mm-dd';\n\n // when\n const date = toDate(dateString, format);\n\n // then\n expect(date).toEqual(new Date(Number(`20${year}`), Number(month) - 1, Number(day)));\n });\n\n it('should properly parse dd.mm.yyyy', async () => {\n // given\n const year = getRandomYYYY();\n const day = getRandomDay();\n const month = getRandomMonth();\n const dateString = `${day}.${month}.${year}`;\n const format = 'dd.mm.yyyy';\n\n // when\n const date = toDate(dateString, format);\n\n // then\n expect(date).toEqual(new Date(year, Number(month) - 1, Number(day)));\n });\n\n it('should properly parse dd.mm.yyyy with no leading zero', async () => {\n // given\n const dateString = '2.5.1990';\n const format = 'dd.mm.yyyy';\n\n // when\n const date = toDate(dateString, format);\n\n // then\n expect(date).toEqual(new Date(1990, 4, 2));\n });\n\n it('should properly parse dd.mm.yy', async () => {\n // given\n const day = getRandomDay();\n const month = getRandomMonth();\n const year = getRandomYY();\n const dateString = `${day}.${month}.${year}`;\n const format = 'dd.mm.yy';\n\n // when\n const date = toDate(dateString, format);\n\n // then\n expect(date).toEqual(new Date(Number(`20${year}`), Number(month) - 1, Number(day)));\n });\n\n it('should properly parse dd-mm-yyyy', async () => {\n // given\n const year = getRandomYYYY();\n const month = getRandomMonth();\n const day = getRandomDay();\n const dateString = `${day}-${month}-${year}`;\n const format = 'dd-mm-yyyy';\n\n // when\n const date = toDate(dateString, format);\n\n // then\n expect(date).toEqual(new Date(year, Number(month) - 1, Number(day)));\n });\n\n it('should properly parse dd-mm-yy', async () => {\n // given\n const month = getRandomMonth();\n const day = getRandomDay();\n const year = getRandomYY();\n const dateString = `${day}-${month}-${year}`;\n const format = 'dd-mm-yy';\n\n // when\n const date = toDate(dateString, format);\n\n // then\n expect(date).toEqual(new Date(Number(`20${year}`), Number(month) - 1, Number(day)));\n });\n\n it('should properly parse dd/mm/yyyy', async () => {\n // given\n const year = getRandomYYYY();\n const month = getRandomMonth();\n const day = getRandomDay();\n const dateString = `${day}/${month}/${year}`;\n const format = 'dd/mm/yyyy';\n\n // when\n const date = toDate(dateString, format);\n\n // then\n expect(date).toEqual(new Date(year, Number(month) - 1, Number(day)));\n });\n\n it('should properly parse dd/mm/yy', async () => {\n // given\n const day = getRandomDay();\n const month = getRandomMonth();\n const year = getRandomYY();\n const dateString = `${day}/${month}/${year}`;\n const format = 'dd/mm/yy';\n\n // when\n const date = toDate(dateString, format);\n\n // then\n expect(date).toEqual(new Date(Number(`20${year}`), Number(month) - 1, Number(day)));\n });\n\n it('should properly parse yyyy/mm/dd', async () => {\n // given\n const year = getRandomYYYY();\n const month = getRandomMonth();\n const day = getRandomDay();\n const dateString = `${year}/${month}/${day}`;\n const format = 'yyyy/mm/dd';\n\n // when\n const date = toDate(dateString, format);\n\n // then\n expect(date).toEqual(new Date(year, Number(month) - 1, Number(day)));\n });\n\n it('should properly parse yy/mm/dd', async () => {\n // given\n const year = getRandomYY();\n const month = getRandomMonth();\n const day = getRandomDay();\n const dateString = `${year}/${month}/${day}`;\n const format = 'yy/mm/dd';\n\n // when\n const date = toDate(dateString, format);\n\n // then\n expect(date).toEqual(new Date(Number(`20${year}`), Number(month) - 1, Number(day)));\n });\n });\n});\n\ndescribe('createCalendarGrid', () => {\n const mapGridToProperty = (grid: CalendarCell[][], property: keyof CalendarCell) =>\n grid.map((row) => row.map((cell) => cell[property]));\n const stringifyGrid = (grid: CalendarCell[][]) => mapGridToProperty(grid, 'label');\n const extractDisabledMapFromGrid = (grid: CalendarCell[][]) => mapGridToProperty(grid, 'isDisabled');\n const extractOutdatedMapFromGrid = (grid: CalendarCell[][]) => mapGridToProperty(grid, 'isOutdated');\n\n it('should correctly show some specific date', async () => {\n // given\n const args: CalendarGridArgs = {\n allowedDates: () => true,\n firstDateOfBox: new Date(2022, 1, 28),\n dateFormat: SixDateFormats.DDMMYY_DOT,\n locale: 'en',\n selectedDate: undefined,\n minDate: undefined,\n maxDate: undefined,\n pointerDate: {\n year: 2022,\n month: 2,\n day: 31,\n },\n };\n\n // when\n const calendarGrid = createCalendarGrid(args);\n\n // then\n expect(stringifyGrid(calendarGrid)).toEqual([\n ['28', '1', '2', '3', '4', '5', '6'],\n ['7', '8', '9', '10', '11', '12', '13'],\n ['14', '15', '16', '17', '18', '19', '20'],\n ['21', '22', '23', '24', '25', '26', '27'],\n ['28', '29', '30', '31', '1', '2', '3'],\n ]);\n\n expect(extractDisabledMapFromGrid(calendarGrid)).toEqual([\n [false, false, false, false, false, false, false],\n [false, false, false, false, false, false, false],\n [false, false, false, false, false, false, false],\n [false, false, false, false, false, false, false],\n [false, false, false, false, false, false, false],\n ]);\n\n expect(extractOutdatedMapFromGrid(calendarGrid)).toEqual([\n [true, false, false, false, false, false, false],\n [false, false, false, false, false, false, false],\n [false, false, false, false, false, false, false],\n [false, false, false, false, false, false, false],\n [false, false, false, false, true, true, true],\n ]);\n });\n\n it('should correctly show some box when today is first day of the month', async () => {\n // given\n const args: CalendarGridArgs = {\n allowedDates: () => true,\n firstDateOfBox: new Date(2022, 1, 28),\n dateFormat: SixDateFormats.DDMMYY_DOT,\n locale: 'en',\n selectedDate: undefined,\n minDate: undefined,\n maxDate: undefined,\n pointerDate: {\n year: 2022,\n month: 2,\n day: 1,\n },\n };\n\n // when\n const calendarGrid = createCalendarGrid(args);\n\n // then\n expect(stringifyGrid(calendarGrid)).toEqual([\n ['28', '1', '2', '3', '4', '5', '6'],\n ['7', '8', '9', '10', '11', '12', '13'],\n ['14', '15', '16', '17', '18', '19', '20'],\n ['21', '22', '23', '24', '25', '26', '27'],\n ['28', '29', '30', '31', '1', '2', '3'],\n ]);\n\n expect(extractDisabledMapFromGrid(calendarGrid)).toEqual([\n [false, false, false, false, false, false, false],\n [false, false, false, false, false, false, false],\n [false, false, false, false, false, false, false],\n [false, false, false, false, false, false, false],\n [false, false, false, false, false, false, false],\n ]);\n\n expect(extractOutdatedMapFromGrid(calendarGrid)).toEqual([\n [true, false, false, false, false, false, false],\n [false, false, false, false, false, false, false],\n [false, false, false, false, false, false, false],\n [false, false, false, false, false, false, false],\n [false, false, false, false, true, true, true],\n ]);\n });\n\n it('should correclty create calendargrid with non allowed dates', async () => {\n // given\n const args: CalendarGridArgs = {\n allowedDates: (date) => date.getDate() % 2 === 0,\n firstDateOfBox: new Date(2022, 1, 28),\n dateFormat: SixDateFormats.DDMMYY_DOT,\n locale: 'en',\n selectedDate: undefined,\n minDate: undefined,\n maxDate: undefined,\n pointerDate: {\n year: 2022,\n month: 2,\n day: 31,\n },\n };\n\n // when\n const calendarGrid = createCalendarGrid(args);\n\n // then\n expect(stringifyGrid(calendarGrid)).toEqual([\n ['28', '1', '2', '3', '4', '5', '6'],\n ['7', '8', '9', '10', '11', '12', '13'],\n ['14', '15', '16', '17', '18', '19', '20'],\n ['21', '22', '23', '24', '25', '26', '27'],\n ['28', '29', '30', '31', '1', '2', '3'],\n ]);\n\n expect(extractDisabledMapFromGrid(calendarGrid)).toEqual([\n [false, true, false, true, false, true, false],\n [true, false, true, false, true, false, true],\n [false, true, false, true, false, true, false],\n [true, false, true, false, true, false, true],\n [false, true, false, true, true, false, true],\n ]);\n\n expect(extractOutdatedMapFromGrid(calendarGrid)).toEqual([\n [true, false, false, false, false, false, false],\n [false, false, false, false, false, false, false],\n [false, false, false, false, false, false, false],\n [false, false, false, false, false, false, false],\n [false, false, false, false, true, true, true],\n ]);\n });\n});\n"]}
@@ -0,0 +1,112 @@
1
+ export const languages = ['de', 'fr', 'it', 'en', 'es'];
2
+ const dateFormat = new Intl.DateTimeFormat('de-CH');
3
+ /**
4
+ * Returns an error message for the given language and error.
5
+ */
6
+ export function getErrorMessage(language, error) {
7
+ try {
8
+ const message = translation[language][error.key];
9
+ switch (error.key) {
10
+ case 'required':
11
+ case 'requiredtrue':
12
+ case 'email':
13
+ return message;
14
+ case 'minlength':
15
+ case 'maxlength':
16
+ return message.replace('{requiredLength}', String(error.requiredLength));
17
+ case 'pattern':
18
+ return message.replace('{pattern}', String(error.requiredPattern));
19
+ case 'min':
20
+ return message.replace('{min}', String(error.min));
21
+ case 'max':
22
+ return message.replace('{max}', String(error.max));
23
+ case 'mindate':
24
+ return message.replace('{mindate}', dateFormat.format(error.mindate));
25
+ case 'maxdate':
26
+ return message.replace('{maxdate}', dateFormat.format(error.maxdate));
27
+ case 'invaliddate':
28
+ return message;
29
+ case 'custom':
30
+ return error.text;
31
+ }
32
+ }
33
+ catch (e) {
34
+ console.warn(`no error message in '${language}' for error:`, error);
35
+ return undefined;
36
+ }
37
+ }
38
+ export function getLanguage() {
39
+ const documentLang = document.documentElement.lang;
40
+ if (languages.includes(documentLang)) {
41
+ return documentLang;
42
+ }
43
+ return 'de';
44
+ }
45
+ const translation = {
46
+ en: {
47
+ required: 'Please fill out this field.',
48
+ minlength: 'Please enter at least {requiredLength} characters.',
49
+ maxlength: 'Please enter no more than {requiredLength} characters.',
50
+ pattern: 'Please enter a value that matches the pattern: {pattern}.',
51
+ email: 'Please enter a valid email address.',
52
+ min: 'Please enter a value greater than or equal to {min}.',
53
+ max: 'Please enter a value less than or equal to {max}.',
54
+ requiredtrue: 'Please check this field.',
55
+ mindate: 'Please enter a date on or after {mindate}.',
56
+ maxdate: 'Please enter a date on or before {maxdate}.',
57
+ invaliddate: 'Please enter a valid date.',
58
+ },
59
+ fr: {
60
+ required: "Veuillez remplir ce champ s'il vous plaît.",
61
+ minlength: 'Veuillez entrer au moins {requiredLength} caractères.',
62
+ maxlength: 'Veuillez entrer au maximum {requiredLength} caractères.',
63
+ pattern: 'Veuillez entrer une valeur qui correspond au format : {pattern}.',
64
+ email: 'Veuillez entrer une adresse email valide.',
65
+ min: 'Veuillez entrer une valeur supérieure ou égale à {min}.',
66
+ max: 'Veuillez entrer une valeur inférieure ou égale à {max}.',
67
+ requiredtrue: "Veuillez cocher cette case s'il vous plaît.",
68
+ mindate: 'Veuillez entrer une date le {mindate} ou après.',
69
+ maxdate: 'Veuillez entrer une date le {maxdate} ou avant.',
70
+ invaliddate: 'Veuillez entrer une date valide.',
71
+ },
72
+ de: {
73
+ required: 'Bitte füllen Sie dieses Feld aus.',
74
+ minlength: 'Bitte geben Sie mindestens {requiredLength} Zeichen ein.',
75
+ maxlength: 'Bitte geben Sie höchstens {requiredLength} Zeichen ein.',
76
+ pattern: 'Bitte geben Sie einen Wert ein, der dem Muster entspricht: {pattern}.',
77
+ email: 'Bitte geben Sie eine gültige E-Mail-Adresse ein.',
78
+ min: 'Bitte geben Sie einen Wert größer oder gleich {min} ein.',
79
+ max: 'Bitte geben Sie einen Wert kleiner oder gleich {max} ein.',
80
+ requiredtrue: 'Bitte aktivieren Sie dieses Feld.',
81
+ mindate: 'Bitte geben Sie ein Datum am oder nach dem {mindate} ein.',
82
+ maxdate: 'Bitte geben Sie ein Datum am oder vor dem {maxdate} ein.',
83
+ invaliddate: 'Bitte geben Sie ein gültiges Datum ein.',
84
+ },
85
+ it: {
86
+ required: 'Si prega di compilare questo campo.',
87
+ minlength: 'Si prega di inserire almeno {requiredLength} caratteri.',
88
+ maxlength: 'Si prega di inserire al massimo {requiredLength} caratteri.',
89
+ pattern: 'Si prega di inserire un valore che corrisponde al formato: {pattern}.',
90
+ email: 'Si prega di inserire un indirizzo email valido.',
91
+ min: 'Si prega di inserire un valore maggiore o uguale a {min}.',
92
+ max: 'Si prega di inserire un valore minore o uguale a {max}.',
93
+ requiredtrue: 'Si prega di spuntare questo campo.',
94
+ mindate: 'Si prega di inserire una data il {mindate} o successiva.',
95
+ maxdate: 'Si prega di inserire una data il {maxdate} o precedente.',
96
+ invaliddate: 'Inserisci una data valida.',
97
+ },
98
+ es: {
99
+ required: 'Por favor, rellene este campo.',
100
+ minlength: 'Por favor, introduzca al menos {requiredLength} caracteres.',
101
+ maxlength: 'Por favor, introduzca no más de {requiredLength} caracteres.',
102
+ pattern: 'Por favor, introduzca un valor que coincida con el patrón: {pattern}.',
103
+ email: 'Por favor, introduzca una dirección de correo electrónico válida.',
104
+ min: 'Por favor, introduzca un valor mayor o igual a {min}.',
105
+ max: 'Por favor, introduzca un valor menor o igual a {max}.',
106
+ requiredtrue: 'Por favor, marque este campo.',
107
+ mindate: 'Por favor, introduzca una fecha igual o posterior a {mindate}.',
108
+ maxdate: 'Por favor, introduzca una fecha igual o anterior a {maxdate}.',
109
+ invaliddate: 'Por favor, introduzca una fecha válida.',
110
+ },
111
+ };
112
+ //# sourceMappingURL=error-messages.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"error-messages.js","sourceRoot":"","sources":["../../src/utils/error-messages.ts"],"names":[],"mappings":"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","sourcesContent":["export const languages = ['de', 'fr', 'it', 'en', 'es'] as const;\nexport type Language = (typeof languages)[number];\n\nconst dateFormat = new Intl.DateTimeFormat('de-CH');\n\nexport type ValidationError =\n | { key: 'required' }\n | { key: 'requiredtrue' }\n | { key: 'email'; requiredPattern: string }\n | { key: 'minlength'; requiredLength: number }\n | { key: 'maxlength'; requiredLength: number }\n | { key: 'pattern'; requiredPattern: string }\n | { key: 'min'; min: number }\n | { key: 'max'; max: number }\n | { key: 'mindate'; mindate: Date; actual: Date }\n | { key: 'maxdate'; maxdate: Date; actual: Date }\n | { key: 'invaliddate'; actual: Date }\n | { key: 'custom'; text: string };\n\n/**\n * Returns an error message for the given language and error.\n */\nexport function getErrorMessage(language: Language, error: ValidationError): string | undefined {\n try {\n const message = translation[language][error.key];\n switch (error.key) {\n case 'required':\n case 'requiredtrue':\n case 'email':\n return message;\n case 'minlength':\n case 'maxlength':\n return message.replace('{requiredLength}', String(error.requiredLength));\n case 'pattern':\n return message.replace('{pattern}', String(error.requiredPattern));\n case 'min':\n return message.replace('{min}', String(error.min));\n case 'max':\n return message.replace('{max}', String(error.max));\n case 'mindate':\n return message.replace('{mindate}', dateFormat.format(error.mindate));\n case 'maxdate':\n return message.replace('{maxdate}', dateFormat.format(error.maxdate));\n case 'invaliddate':\n return message;\n case 'custom':\n return error.text;\n }\n } catch (e) {\n console.warn(`no error message in '${language}' for error:`, error);\n return undefined;\n }\n}\n\nexport function getLanguage(): Language {\n const documentLang = document.documentElement.lang as Language;\n if (languages.includes(documentLang)) {\n return documentLang;\n }\n return 'de';\n}\n\nconst translation: Record<Language, Record<string, string>> = {\n en: {\n required: 'Please fill out this field.',\n minlength: 'Please enter at least {requiredLength} characters.',\n maxlength: 'Please enter no more than {requiredLength} characters.',\n pattern: 'Please enter a value that matches the pattern: {pattern}.',\n email: 'Please enter a valid email address.',\n min: 'Please enter a value greater than or equal to {min}.',\n max: 'Please enter a value less than or equal to {max}.',\n requiredtrue: 'Please check this field.',\n mindate: 'Please enter a date on or after {mindate}.',\n maxdate: 'Please enter a date on or before {maxdate}.',\n invaliddate: 'Please enter a valid date.',\n },\n fr: {\n required: \"Veuillez remplir ce champ s'il vous plaît.\",\n minlength: 'Veuillez entrer au moins {requiredLength} caractères.',\n maxlength: 'Veuillez entrer au maximum {requiredLength} caractères.',\n pattern: 'Veuillez entrer une valeur qui correspond au format : {pattern}.',\n email: 'Veuillez entrer une adresse email valide.',\n min: 'Veuillez entrer une valeur supérieure ou égale à {min}.',\n max: 'Veuillez entrer une valeur inférieure ou égale à {max}.',\n requiredtrue: \"Veuillez cocher cette case s'il vous plaît.\",\n mindate: 'Veuillez entrer une date le {mindate} ou après.',\n maxdate: 'Veuillez entrer une date le {maxdate} ou avant.',\n invaliddate: 'Veuillez entrer une date valide.',\n },\n de: {\n required: 'Bitte füllen Sie dieses Feld aus.',\n minlength: 'Bitte geben Sie mindestens {requiredLength} Zeichen ein.',\n maxlength: 'Bitte geben Sie höchstens {requiredLength} Zeichen ein.',\n pattern: 'Bitte geben Sie einen Wert ein, der dem Muster entspricht: {pattern}.',\n email: 'Bitte geben Sie eine gültige E-Mail-Adresse ein.',\n min: 'Bitte geben Sie einen Wert größer oder gleich {min} ein.',\n max: 'Bitte geben Sie einen Wert kleiner oder gleich {max} ein.',\n requiredtrue: 'Bitte aktivieren Sie dieses Feld.',\n mindate: 'Bitte geben Sie ein Datum am oder nach dem {mindate} ein.',\n maxdate: 'Bitte geben Sie ein Datum am oder vor dem {maxdate} ein.',\n invaliddate: 'Bitte geben Sie ein gültiges Datum ein.',\n },\n it: {\n required: 'Si prega di compilare questo campo.',\n minlength: 'Si prega di inserire almeno {requiredLength} caratteri.',\n maxlength: 'Si prega di inserire al massimo {requiredLength} caratteri.',\n pattern: 'Si prega di inserire un valore che corrisponde al formato: {pattern}.',\n email: 'Si prega di inserire un indirizzo email valido.',\n min: 'Si prega di inserire un valore maggiore o uguale a {min}.',\n max: 'Si prega di inserire un valore minore o uguale a {max}.',\n requiredtrue: 'Si prega di spuntare questo campo.',\n mindate: 'Si prega di inserire una data il {mindate} o successiva.',\n maxdate: 'Si prega di inserire una data il {maxdate} o precedente.',\n invaliddate: 'Inserisci una data valida.',\n },\n\n es: {\n required: 'Por favor, rellene este campo.',\n minlength: 'Por favor, introduzca al menos {requiredLength} caracteres.',\n maxlength: 'Por favor, introduzca no más de {requiredLength} caracteres.',\n pattern: 'Por favor, introduzca un valor que coincida con el patrón: {pattern}.',\n email: 'Por favor, introduzca una dirección de correo electrónico válida.',\n min: 'Por favor, introduzca un valor mayor o igual a {min}.',\n max: 'Por favor, introduzca un valor menor o igual a {max}.',\n requiredtrue: 'Por favor, marque este campo.',\n mindate: 'Por favor, introduzca una fecha igual o posterior a {mindate}.',\n maxdate: 'Por favor, introduzca una fecha igual o anterior a {maxdate}.',\n invaliddate: 'Por favor, introduzca una fecha válida.',\n },\n};\n"]}
@@ -0,0 +1,56 @@
1
+ export class EventListeners {
2
+ constructor() {
3
+ this.eventListeners = [];
4
+ this.add = (el, name, listener, identifier = null) => {
5
+ this.eventListeners.push({ el, name, listener, identifier });
6
+ el.addEventListener(name, listener);
7
+ };
8
+ this.remove = (el, name, listener) => {
9
+ this.eventListeners = this.getFilteredEventListeners((eventListener) => eventListener.listener == listener && eventListener.el === el && eventListener.name === name);
10
+ };
11
+ this.removeByIdentifier = (identifier) => {
12
+ const sameItem = (el) => el.identifier === identifier;
13
+ const foundListener = this.eventListeners.find(sameItem) !== undefined;
14
+ if (!foundListener) {
15
+ return;
16
+ }
17
+ this.eventListeners = this.getFilteredEventListeners(sameItem);
18
+ };
19
+ this.removeAll = () => {
20
+ while (this.eventListeners.length > 0) {
21
+ const eventListener = this.eventListeners.pop();
22
+ if (eventListener != null) {
23
+ eventListener.el.removeEventListener(eventListener.name, eventListener.listener);
24
+ }
25
+ }
26
+ };
27
+ }
28
+ getFilteredEventListeners(sameItem) {
29
+ return this.eventListeners.filter((item) => {
30
+ if (sameItem(item)) {
31
+ item.el.removeEventListener(item.name, item.listener);
32
+ return false;
33
+ }
34
+ else {
35
+ return true;
36
+ }
37
+ });
38
+ }
39
+ forward(from, to, host) {
40
+ switch (to) {
41
+ case 'input':
42
+ this.add(host, from, () => host.dispatchEvent(new InputEvent(to, { bubbles: true, cancelable: true })));
43
+ break;
44
+ case 'change':
45
+ this.add(host, from, () => host.dispatchEvent(new InputEvent(to, { bubbles: true, cancelable: true })));
46
+ break;
47
+ case 'blur':
48
+ this.add(host, from, () => host.dispatchEvent(new FocusEvent(to, { bubbles: true, cancelable: true })));
49
+ break;
50
+ case 'focus':
51
+ this.add(host, from, () => host.dispatchEvent(new FocusEvent(to, { bubbles: true, cancelable: true })));
52
+ break;
53
+ }
54
+ }
55
+ }
56
+ //# sourceMappingURL=event-listeners.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"event-listeners.js","sourceRoot":"","sources":["../../src/utils/event-listeners.ts"],"names":[],"mappings":"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","sourcesContent":["interface EventListener {\n el: GlobalEventHandlers;\n name: string;\n listener: EventListenerOrEventListenerObject;\n identifier?: string | null;\n}\n\nexport class EventListeners {\n eventListeners: EventListener[] = [];\n\n add = <T extends GlobalEventHandlers>(\n el: T,\n name: string,\n listener: EventListenerOrEventListenerObject,\n identifier: string | null | undefined = null\n ) => {\n this.eventListeners.push({ el, name, listener, identifier });\n el.addEventListener(name, listener);\n };\n\n remove = <T extends GlobalEventHandlers>(el: T, name: string, listener: EventListenerOrEventListenerObject) => {\n this.eventListeners = this.getFilteredEventListeners(\n (eventListener: EventListener) =>\n eventListener.listener == listener && eventListener.el === el && eventListener.name === name\n );\n };\n\n removeByIdentifier = (identifier: string) => {\n const sameItem = (el: EventListener) => el.identifier === identifier;\n const foundListener = this.eventListeners.find(sameItem) !== undefined;\n if (!foundListener) {\n return;\n }\n this.eventListeners = this.getFilteredEventListeners(sameItem);\n };\n\n private getFilteredEventListeners(sameItem: (el: EventListener) => boolean) {\n return this.eventListeners.filter((item) => {\n if (sameItem(item)) {\n item.el.removeEventListener(item.name, item.listener);\n return false;\n } else {\n return true;\n }\n });\n }\n\n removeAll = () => {\n while (this.eventListeners.length > 0) {\n const eventListener: EventListener | undefined = this.eventListeners.pop();\n if (eventListener != null) {\n eventListener.el.removeEventListener(eventListener.name, eventListener.listener);\n }\n }\n };\n\n forward(from: string, to: 'input' | 'change' | 'blur' | 'focus', host: HTMLElement) {\n switch (to) {\n case 'input':\n this.add(host, from, () => host.dispatchEvent(new InputEvent(to, { bubbles: true, cancelable: true })));\n break;\n case 'change':\n this.add(host, from, () => host.dispatchEvent(new InputEvent(to, { bubbles: true, cancelable: true })));\n break;\n case 'blur':\n this.add(host, from, () => host.dispatchEvent(new FocusEvent(to, { bubbles: true, cancelable: true })));\n break;\n case 'focus':\n this.add(host, from, () => host.dispatchEvent(new FocusEvent(to, { bubbles: true, cancelable: true })));\n break;\n }\n }\n}\n"]}
@@ -0,0 +1,40 @@
1
+ export const DEFAULT_DEBOUNCE_INSANELY_FAST = 35;
2
+ export const DEFAULT_DEBOUNCE_FAST = 300;
3
+ /**
4
+ * Debounce function to implement a timeframe to wait for no new changes before executing a callback
5
+
6
+ * example usages:
7
+ * debounce(() => saveInput());
8
+ * debounce(() => saveInput(), 750);
9
+ * this.searchInput.addEventListener('six-input-input', debounce((event) => this.searchInputChange(event)));
10
+ *
11
+ * regarding default timeout check https://lawsofux.com/doherty-threshold/
12
+ *
13
+ * @param callback
14
+ * @param timeout
15
+ */
16
+ export const debounce = (callback, timeout = DEFAULT_DEBOUNCE_FAST) => {
17
+ let timer;
18
+ return (args) => {
19
+ clearTimeout(timer);
20
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
21
+ // @ts-ignore
22
+ timer = setTimeout(() => callback(args), timeout);
23
+ };
24
+ };
25
+ /**
26
+ * Debounce an event
27
+ *
28
+ * @param event
29
+ * @param timeout
30
+ */
31
+ export const debounceEvent = (event, timeout) => {
32
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
33
+ const original = event._original || event;
34
+ const emit = debounce(original.emit.bind(original), timeout);
35
+ return {
36
+ _original: event,
37
+ emit: emit,
38
+ };
39
+ };
40
+ //# sourceMappingURL=execution-control.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"execution-control.js","sourceRoot":"","sources":["../../src/utils/execution-control.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,8BAA8B,GAAG,EAAE,CAAC;AACjD,MAAM,CAAC,MAAM,qBAAqB,GAAG,GAAG,CAAC;AAEzC;;;;;;;;;;;;GAYG;AACH,MAAM,CAAC,MAAM,QAAQ,GAAG,CAAI,QAAwB,EAAE,OAAO,GAAG,qBAAqB,EAAE,EAAE;IACvF,IAAI,KAAa,CAAC;IAClB,OAAO,CAAC,IAAO,EAAE,EAAE;QACjB,YAAY,CAAC,KAAK,CAAC,CAAC;QACpB,6DAA6D;QAC7D,aAAa;QACb,KAAK,GAAG,UAAU,CAAC,GAAG,EAAE,CAAC,QAAQ,CAAC,IAAI,CAAC,EAAE,OAAO,CAAC,CAAC;IACpD,CAAC,CAAC;AACJ,CAAC,CAAC;AAEF;;;;;GAKG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG,CAAC,KAAmB,EAAE,OAAe,EAAgB,EAAE;IAClF,8DAA8D;IAC9D,MAAM,QAAQ,GAAI,KAAa,CAAC,SAAS,IAAI,KAAK,CAAC;IACnD,MAAM,IAAI,GAAG,QAAQ,CAAC,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,EAAE,OAAO,CAAgC,CAAC;IAC5F,OAAO;QACL,SAAS,EAAE,KAAK;QAChB,IAAI,EAAE,IAAI;KACK,CAAC;AACpB,CAAC,CAAC","sourcesContent":["import { EventEmitter } from '@stencil/core';\n\nexport const DEFAULT_DEBOUNCE_INSANELY_FAST = 35;\nexport const DEFAULT_DEBOUNCE_FAST = 300;\n\n/**\n * Debounce function to implement a timeframe to wait for no new changes before executing a callback\n\n * example usages:\n * debounce(() => saveInput());\n * debounce(() => saveInput(), 750);\n * this.searchInput.addEventListener('six-input-input', debounce((event) => this.searchInputChange(event)));\n *\n * regarding default timeout check https://lawsofux.com/doherty-threshold/\n *\n * @param callback\n * @param timeout\n */\nexport const debounce = <T>(callback: (x: T) => void, timeout = DEFAULT_DEBOUNCE_FAST) => {\n let timer: number;\n return (args: T) => {\n clearTimeout(timer);\n // eslint-disable-next-line @typescript-eslint/ban-ts-comment\n // @ts-ignore\n timer = setTimeout(() => callback(args), timeout);\n };\n};\n\n/**\n * Debounce an event\n *\n * @param event\n * @param timeout\n */\nexport const debounceEvent = (event: EventEmitter, timeout: number): EventEmitter => {\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n const original = (event as any)._original || event;\n const emit = debounce(original.emit.bind(original), timeout) as (_: unknown) => CustomEvent;\n return {\n _original: event,\n emit: emit,\n } as EventEmitter;\n};\n"]}
@@ -0,0 +1,42 @@
1
+ //
2
+ // Simulates :focus-visible behavior on an element by watching for certain keyboard and mouse heuristics and toggling a
3
+ // `focus-visible` class. Works at the component level so no global polyfill is necessary.
4
+ //
5
+ // This will eventually be removed pending better :focus-visible support: https://caniuse.com/#search=focus-visible
6
+ //
7
+ const listeners = new WeakMap();
8
+ export function observe(el) {
9
+ if (el == null)
10
+ return;
11
+ const keys = ['Tab', 'ArrowUp', 'ArrowDown', 'ArrowLeft', 'ArrowRight', 'Home', 'End', 'PageDown', 'PageUp'];
12
+ const is = (event) => {
13
+ if (keys.includes(event.key)) {
14
+ el.classList.add('focus-visible');
15
+ }
16
+ };
17
+ const isNot = () => el.classList.remove('focus-visible');
18
+ listeners.set(el, { is, isNot });
19
+ el.addEventListener('keydown', is);
20
+ el.addEventListener('keyup', is);
21
+ el.addEventListener('mousedown', isNot);
22
+ el.addEventListener('mousedown', isNot);
23
+ }
24
+ export function unobserve(el) {
25
+ if (el == null)
26
+ return;
27
+ const listener = listeners.get(el);
28
+ if (!listener) {
29
+ return;
30
+ }
31
+ const { is, isNot } = listener;
32
+ el.classList.remove('focus-visible');
33
+ el.removeEventListener('keydown', is);
34
+ el.removeEventListener('keyup', is);
35
+ el.removeEventListener('mousedown', isNot);
36
+ el.removeEventListener('mousedown', isNot);
37
+ }
38
+ export const focusVisible = {
39
+ observe,
40
+ unobserve,
41
+ };
42
+ //# sourceMappingURL=focus-visible.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"focus-visible.js","sourceRoot":"","sources":["../../src/utils/focus-visible.ts"],"names":[],"mappings":"AAAA,EAAE;AACF,uHAAuH;AACvH,0FAA0F;AAC1F,EAAE;AACF,mHAAmH;AACnH,EAAE;AACF,MAAM,SAAS,GAAG,IAAI,OAAO,EAAE,CAAC;AAEhC,MAAM,UAAU,OAAO,CAAC,EAAe;IACrC,IAAI,EAAE,IAAI,IAAI;QAAE,OAAO;IAEvB,MAAM,IAAI,GAAG,CAAC,KAAK,EAAE,SAAS,EAAE,WAAW,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,EAAE,KAAK,EAAE,UAAU,EAAE,QAAQ,CAAC,CAAC;IAC7G,MAAM,EAAE,GAAG,CAAC,KAAoB,EAAE,EAAE;QAClC,IAAI,IAAI,CAAC,QAAQ,CAAC,KAAK,CAAC,GAAG,CAAC,EAAE;YAC5B,EAAE,CAAC,SAAS,CAAC,GAAG,CAAC,eAAe,CAAC,CAAC;SACnC;IACH,CAAC,CAAC;IACF,MAAM,KAAK,GAAG,GAAG,EAAE,CAAC,EAAE,CAAC,SAAS,CAAC,MAAM,CAAC,eAAe,CAAC,CAAC;IACzD,SAAS,CAAC,GAAG,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,KAAK,EAAE,CAAC,CAAC;IAEjC,EAAE,CAAC,gBAAgB,CAAC,SAAS,EAAE,EAAE,CAAC,CAAC;IACnC,EAAE,CAAC,gBAAgB,CAAC,OAAO,EAAE,EAAE,CAAC,CAAC;IACjC,EAAE,CAAC,gBAAgB,CAAC,WAAW,EAAE,KAAK,CAAC,CAAC;IACxC,EAAE,CAAC,gBAAgB,CAAC,WAAW,EAAE,KAAK,CAAC,CAAC;AAC1C,CAAC;AAED,MAAM,UAAU,SAAS,CAAC,EAAe;IACvC,IAAI,EAAE,IAAI,IAAI;QAAE,OAAO;IAEvB,MAAM,QAAQ,GAAG,SAAS,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC;IAEnC,IAAI,CAAC,QAAQ,EAAE;QACb,OAAO;KACR;IAED,MAAM,EAAE,EAAE,EAAE,KAAK,EAAE,GAAG,QAAQ,CAAC;IAE/B,EAAE,CAAC,SAAS,CAAC,MAAM,CAAC,eAAe,CAAC,CAAC;IACrC,EAAE,CAAC,mBAAmB,CAAC,SAAS,EAAE,EAAE,CAAC,CAAC;IACtC,EAAE,CAAC,mBAAmB,CAAC,OAAO,EAAE,EAAE,CAAC,CAAC;IACpC,EAAE,CAAC,mBAAmB,CAAC,WAAW,EAAE,KAAK,CAAC,CAAC;IAC3C,EAAE,CAAC,mBAAmB,CAAC,WAAW,EAAE,KAAK,CAAC,CAAC;AAC7C,CAAC;AAED,MAAM,CAAC,MAAM,YAAY,GAAG;IAC1B,OAAO;IACP,SAAS;CACV,CAAC","sourcesContent":["//\n// Simulates :focus-visible behavior on an element by watching for certain keyboard and mouse heuristics and toggling a\n// `focus-visible` class. Works at the component level so no global polyfill is necessary.\n//\n// This will eventually be removed pending better :focus-visible support: https://caniuse.com/#search=focus-visible\n//\nconst listeners = new WeakMap();\n\nexport function observe(el: HTMLElement) {\n if (el == null) return;\n\n const keys = ['Tab', 'ArrowUp', 'ArrowDown', 'ArrowLeft', 'ArrowRight', 'Home', 'End', 'PageDown', 'PageUp'];\n const is = (event: KeyboardEvent) => {\n if (keys.includes(event.key)) {\n el.classList.add('focus-visible');\n }\n };\n const isNot = () => el.classList.remove('focus-visible');\n listeners.set(el, { is, isNot });\n\n el.addEventListener('keydown', is);\n el.addEventListener('keyup', is);\n el.addEventListener('mousedown', isNot);\n el.addEventListener('mousedown', isNot);\n}\n\nexport function unobserve(el: HTMLElement) {\n if (el == null) return;\n\n const listener = listeners.get(el);\n\n if (!listener) {\n return;\n }\n\n const { is, isNot } = listener;\n\n el.classList.remove('focus-visible');\n el.removeEventListener('keydown', is);\n el.removeEventListener('keyup', is);\n el.removeEventListener('mousedown', isNot);\n el.removeEventListener('mousedown', isNot);\n}\n\nexport const focusVisible = {\n observe,\n unobserve,\n};\n"]}
@@ -0,0 +1,15 @@
1
+ export function submitForm(element) {
2
+ const form = element.closest('form');
3
+ if (form != null) {
4
+ // Calling form.submit() would bypass the submit event and constraint validation.
5
+ // To prevent this, we inject a native submit button into the form, "click" it,
6
+ // then remove it to simulate a standard form submission.
7
+ const fakeButton = document.createElement('button');
8
+ fakeButton.type = 'submit';
9
+ fakeButton.style.display = 'none';
10
+ form.appendChild(fakeButton);
11
+ fakeButton.click();
12
+ fakeButton.remove();
13
+ }
14
+ }
15
+ //# sourceMappingURL=form.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"form.js","sourceRoot":"","sources":["../../src/utils/form.ts"],"names":[],"mappings":"AAAA,MAAM,UAAU,UAAU,CAAC,OAAoB;IAC7C,MAAM,IAAI,GAAG,OAAO,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;IACrC,IAAI,IAAI,IAAI,IAAI,EAAE;QAChB,iFAAiF;QACjF,+EAA+E;QAC/E,yDAAyD;QACzD,MAAM,UAAU,GAAG,QAAQ,CAAC,aAAa,CAAC,QAAQ,CAAC,CAAC;QACpD,UAAU,CAAC,IAAI,GAAG,QAAQ,CAAC;QAC3B,UAAU,CAAC,KAAK,CAAC,OAAO,GAAG,MAAM,CAAC;QAClC,IAAI,CAAC,WAAW,CAAC,UAAU,CAAC,CAAC;QAC7B,UAAU,CAAC,KAAK,EAAE,CAAC;QACnB,UAAU,CAAC,MAAM,EAAE,CAAC;KACrB;AACH,CAAC","sourcesContent":["export function submitForm(element: HTMLElement) {\n const form = element.closest('form');\n if (form != null) {\n // Calling form.submit() would bypass the submit event and constraint validation.\n // To prevent this, we inject a native submit button into the form, \"click\" it,\n // then remove it to simulate a standard form submission.\n const fakeButton = document.createElement('button');\n fakeButton.type = 'submit';\n fakeButton.style.display = 'none';\n form.appendChild(fakeButton);\n fakeButton.click();\n fakeButton.remove();\n }\n}\n"]}
@@ -0,0 +1,30 @@
1
+ let activeModals = [];
2
+ export default class Modal {
3
+ constructor(element, options) {
4
+ this.element = element;
5
+ this.options = options;
6
+ this.handleFocusIn = this.handleFocusIn.bind(this);
7
+ }
8
+ activate() {
9
+ activeModals.push(this.element);
10
+ document.addEventListener('focusin', this.handleFocusIn);
11
+ }
12
+ deactivate() {
13
+ activeModals = activeModals.filter((modal) => modal !== this.element);
14
+ document.removeEventListener('focusin', this.handleFocusIn);
15
+ }
16
+ isActive() {
17
+ // The "active" modal is always the most recent one shown
18
+ return activeModals[activeModals.length - 1] === this.element;
19
+ }
20
+ handleFocusIn(event) {
21
+ var _a, _b;
22
+ const target = event.target;
23
+ const tagName = this.element.tagName.toLowerCase();
24
+ // If focus is lost while the modal is active, run the onFocusOut callback
25
+ if (this.isActive() && target.closest(tagName) !== this.element && typeof ((_a = this.options) === null || _a === void 0 ? void 0 : _a.onFocusOut) === 'function') {
26
+ (_b = this.options) === null || _b === void 0 ? void 0 : _b.onFocusOut(event);
27
+ }
28
+ }
29
+ }
30
+ //# sourceMappingURL=modal.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"modal.js","sourceRoot":"","sources":["../../src/utils/modal.ts"],"names":[],"mappings":"AAIA,IAAI,YAAY,GAAkB,EAAE,CAAC;AAErC,MAAM,CAAC,OAAO,OAAO,KAAK;IAIxB,YAAY,OAAoB,EAAE,OAAsB;QACtD,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;QACvB,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;QACvB,IAAI,CAAC,aAAa,GAAG,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IACrD,CAAC;IAED,QAAQ;QACN,YAAY,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAChC,QAAQ,CAAC,gBAAgB,CAAC,SAAS,EAAE,IAAI,CAAC,aAAa,CAAC,CAAC;IAC3D,CAAC;IAED,UAAU;QACR,YAAY,GAAG,YAAY,CAAC,MAAM,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK,KAAK,IAAI,CAAC,OAAO,CAAC,CAAC;QACtE,QAAQ,CAAC,mBAAmB,CAAC,SAAS,EAAE,IAAI,CAAC,aAAa,CAAC,CAAC;IAC9D,CAAC;IAED,QAAQ;QACN,yDAAyD;QACzD,OAAO,YAAY,CAAC,YAAY,CAAC,MAAM,GAAG,CAAC,CAAC,KAAK,IAAI,CAAC,OAAO,CAAC;IAChE,CAAC;IAED,aAAa,CAAC,KAAY;;QACxB,MAAM,MAAM,GAAG,KAAK,CAAC,MAAqB,CAAC;QAC3C,MAAM,OAAO,GAAG,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC,WAAW,EAAE,CAAC;QAEnD,0EAA0E;QAC1E,IAAI,IAAI,CAAC,QAAQ,EAAE,IAAI,MAAM,CAAC,OAAO,CAAC,OAAO,CAAC,KAAK,IAAI,CAAC,OAAO,IAAI,OAAO,CAAA,MAAA,IAAI,CAAC,OAAO,0CAAE,UAAU,CAAA,KAAK,UAAU,EAAE;YACjH,MAAA,IAAI,CAAC,OAAO,0CAAE,UAAU,CAAC,KAAK,CAAC,CAAC;SACjC;IACH,CAAC;CACF","sourcesContent":["interface ModalOptions {\n onFocusOut?: (event: Event) => void;\n}\n\nlet activeModals: HTMLElement[] = [];\n\nexport default class Modal {\n element: HTMLElement;\n options?: ModalOptions;\n\n constructor(element: HTMLElement, options?: ModalOptions) {\n this.element = element;\n this.options = options;\n this.handleFocusIn = this.handleFocusIn.bind(this);\n }\n\n activate() {\n activeModals.push(this.element);\n document.addEventListener('focusin', this.handleFocusIn);\n }\n\n deactivate() {\n activeModals = activeModals.filter((modal) => modal !== this.element);\n document.removeEventListener('focusin', this.handleFocusIn);\n }\n\n isActive() {\n // The \"active\" modal is always the most recent one shown\n return activeModals[activeModals.length - 1] === this.element;\n }\n\n handleFocusIn(event: Event) {\n const target = event.target as HTMLElement;\n const tagName = this.element.tagName.toLowerCase();\n\n // If focus is lost while the modal is active, run the onFocusOut callback\n if (this.isActive() && target.closest(tagName) !== this.element && typeof this.options?.onFocusOut === 'function') {\n this.options?.onFocusOut(event);\n }\n }\n}\n"]}
@@ -0,0 +1,14 @@
1
+ //
2
+ // Returns an element's offset relative to its parent. Similar to element.offsetTop and element.offsetLeft, except the
3
+ // parent doesn't have to be positioned relative or absolute.
4
+ //
5
+ // NOTE: This was created to work around what appears to be a bug in Chrome where a slotted element's offsetParent
6
+ // seems to ignore elements inside the surrounding shadow DOM: https://bugs.chromium.org/p/chromium/issues/detail?id=920069
7
+ //
8
+ export function getOffset(element, parent) {
9
+ return {
10
+ top: Math.round(element.getBoundingClientRect().top - parent.getBoundingClientRect().top),
11
+ left: Math.round(element.getBoundingClientRect().left - parent.getBoundingClientRect().left),
12
+ };
13
+ }
14
+ //# sourceMappingURL=offset.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"offset.js","sourceRoot":"","sources":["../../src/utils/offset.ts"],"names":[],"mappings":"AAAA,EAAE;AACF,sHAAsH;AACtH,6DAA6D;AAC7D,EAAE;AACF,kHAAkH;AAClH,2HAA2H;AAC3H,EAAE;AACF,MAAM,UAAU,SAAS,CAAC,OAAoB,EAAE,MAAmB;IACjE,OAAO;QACL,GAAG,EAAE,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,qBAAqB,EAAE,CAAC,GAAG,GAAG,MAAM,CAAC,qBAAqB,EAAE,CAAC,GAAG,CAAC;QACzF,IAAI,EAAE,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,qBAAqB,EAAE,CAAC,IAAI,GAAG,MAAM,CAAC,qBAAqB,EAAE,CAAC,IAAI,CAAC;KAC7F,CAAC;AACJ,CAAC","sourcesContent":["//\n// Returns an element's offset relative to its parent. Similar to element.offsetTop and element.offsetLeft, except the\n// parent doesn't have to be positioned relative or absolute.\n//\n// NOTE: This was created to work around what appears to be a bug in Chrome where a slotted element's offsetParent\n// seems to ignore elements inside the surrounding shadow DOM: https://bugs.chromium.org/p/chromium/issues/detail?id=920069\n//\nexport function getOffset(element: HTMLElement, parent: HTMLElement) {\n return {\n top: Math.round(element.getBoundingClientRect().top - parent.getBoundingClientRect().top),\n left: Math.round(element.getBoundingClientRect().left - parent.getBoundingClientRect().left),\n };\n}\n"]}