@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,1681 @@
1
+ declare type CustomMethodDecorator<T> = (target: Object, propertyKey: string | symbol, descriptor: TypedPropertyDescriptor<T>) => TypedPropertyDescriptor<T> | void;
2
+ export interface ComponentDecorator {
3
+ (opts?: ComponentOptions): ClassDecorator;
4
+ }
5
+ export interface ComponentOptions {
6
+ /**
7
+ * When set to `true` this component will be form-associated. See
8
+ * https://stenciljs.com/docs/next/form-associated documentation on how to
9
+ * build form-associated Stencil components that integrate into forms like
10
+ * native browser elements such as `<input>` and `<textarea>`.
11
+ *
12
+ * The {@link AttachInternals} decorator allows for access to the
13
+ * `ElementInternals` object to modify the associated form.
14
+ */
15
+ formAssociated?: boolean;
16
+ /**
17
+ * Tag name of the web component. Ideally, the tag name must be globally unique,
18
+ * so it's recommended to choose an unique prefix for all your components within the same collection.
19
+ *
20
+ * In addition, tag name must contain a '-'
21
+ */
22
+ tag: string;
23
+ /**
24
+ * If `true`, the component will use scoped stylesheets. Similar to shadow-dom,
25
+ * but without native isolation. Defaults to `false`.
26
+ */
27
+ scoped?: boolean;
28
+ /**
29
+ * If `true`, the component will use native shadow-dom encapsulation, it will fallback to
30
+ * `scoped` if the browser does not support shadow-dom natively. Defaults to `false`.
31
+ * Additionally, `shadow` can also be given options when attaching the shadow root.
32
+ */
33
+ shadow?: boolean | ShadowRootOptions;
34
+ /**
35
+ * Relative URL to some external stylesheet file. It should be a `.css` file unless some
36
+ * external plugin is installed like `@stencil/sass`.
37
+ */
38
+ styleUrl?: string;
39
+ /**
40
+ * Similar as `styleUrl` but allows to specify different stylesheets for different modes.
41
+ */
42
+ styleUrls?: string[] | ModeStyles;
43
+ /**
44
+ * String that contains inlined CSS instead of using an external stylesheet.
45
+ * The performance characteristics of this feature are the same as using an external stylesheet.
46
+ *
47
+ * Notice, you can't use sass, or less, only `css` is allowed using `styles`, use `styleUrl` is you need more advanced features.
48
+ */
49
+ styles?: string | {
50
+ [modeName: string]: any;
51
+ };
52
+ /**
53
+ * Array of relative links to folders of assets required by the component.
54
+ */
55
+ assetsDirs?: string[];
56
+ }
57
+ export interface ShadowRootOptions {
58
+ /**
59
+ * When set to `true`, specifies behavior that mitigates custom element issues
60
+ * around focusability. When a non-focusable part of the shadow DOM is clicked, the first
61
+ * focusable part is given focus, and the shadow host is given any available `:focus` styling.
62
+ */
63
+ delegatesFocus?: boolean;
64
+ }
65
+ export interface ModeStyles {
66
+ [modeName: string]: string | string[];
67
+ }
68
+ export interface PropDecorator {
69
+ (opts?: PropOptions): PropertyDecorator;
70
+ }
71
+ export interface PropOptions {
72
+ /**
73
+ * The name of the associated DOM attribute.
74
+ * Stencil uses different heuristics to determine the default name of the attribute,
75
+ * but using this property, you can override the default behavior.
76
+ */
77
+ attribute?: string | null;
78
+ /**
79
+ * A Prop is _by default_ immutable from inside the component logic.
80
+ * Once a value is set by a user, the component cannot update it internally.
81
+ * However, it's possible to explicitly allow a Prop to be mutated from inside the component,
82
+ * by setting this `mutable` option to `true`.
83
+ */
84
+ mutable?: boolean;
85
+ /**
86
+ * In some cases it may be useful to keep a Prop in sync with an attribute.
87
+ * In this case you can set the `reflect` option to `true`, since it defaults to `false`:
88
+ */
89
+ reflect?: boolean;
90
+ }
91
+ export interface MethodDecorator {
92
+ (opts?: MethodOptions): CustomMethodDecorator<any>;
93
+ }
94
+ export interface MethodOptions {
95
+ }
96
+ export interface ElementDecorator {
97
+ (): PropertyDecorator;
98
+ }
99
+ export interface EventDecorator {
100
+ (opts?: EventOptions): PropertyDecorator;
101
+ }
102
+ export interface EventOptions {
103
+ /**
104
+ * A string custom event name to override the default.
105
+ */
106
+ eventName?: string;
107
+ /**
108
+ * A Boolean indicating whether the event bubbles up through the DOM or not.
109
+ */
110
+ bubbles?: boolean;
111
+ /**
112
+ * A Boolean indicating whether the event is cancelable.
113
+ */
114
+ cancelable?: boolean;
115
+ /**
116
+ * A Boolean value indicating whether or not the event can bubble across the boundary between the shadow DOM and the regular DOM.
117
+ */
118
+ composed?: boolean;
119
+ }
120
+ export interface AttachInternalsDecorator {
121
+ (): PropertyDecorator;
122
+ }
123
+ export interface ListenDecorator {
124
+ (eventName: string, opts?: ListenOptions): CustomMethodDecorator<any>;
125
+ }
126
+ export interface ListenOptions {
127
+ /**
128
+ * Handlers can also be registered for an event other than the host itself.
129
+ * The `target` option can be used to change where the event listener is attached,
130
+ * this is useful for listening to application-wide events.
131
+ */
132
+ target?: ListenTargetOptions;
133
+ /**
134
+ * Event listener attached with `@Listen` does not "capture" by default,
135
+ * When a event listener is set to "capture", means the event will be dispatched
136
+ * during the "capture phase". Please see
137
+ * https://www.quirksmode.org/js/events_order.html for further information.
138
+ */
139
+ capture?: boolean;
140
+ /**
141
+ * By default, Stencil uses several heuristics to determine if
142
+ * it must attach a `passive` event listener or not.
143
+ *
144
+ * Using the `passive` option can be used to change the default behavior.
145
+ * Please see https://developers.google.com/web/updates/2016/06/passive-event-listeners for further information.
146
+ */
147
+ passive?: boolean;
148
+ }
149
+ export type ListenTargetOptions = 'body' | 'document' | 'window';
150
+ export interface StateDecorator {
151
+ (): PropertyDecorator;
152
+ }
153
+ export interface WatchDecorator {
154
+ (propName: string): CustomMethodDecorator<any>;
155
+ }
156
+ export interface UserBuildConditionals {
157
+ isDev: boolean;
158
+ isBrowser: boolean;
159
+ isServer: boolean;
160
+ isTesting: boolean;
161
+ }
162
+ /**
163
+ * The `Build` object provides many build conditionals that can be used to
164
+ * include or exclude code depending on the build.
165
+ */
166
+ export declare const Build: UserBuildConditionals;
167
+ /**
168
+ * The `Env` object provides access to the "env" object declared in the project's `stencil.config.ts`.
169
+ */
170
+ export declare const Env: {
171
+ [prop: string]: string | undefined;
172
+ };
173
+ /**
174
+ * The `@Component()` decorator is used to provide metadata about the component class.
175
+ * https://stenciljs.com/docs/component
176
+ */
177
+ export declare const Component: ComponentDecorator;
178
+ /**
179
+ * The `@Element()` decorator is a reference to the actual host element
180
+ * once it has rendered.
181
+ */
182
+ export declare const Element: ElementDecorator;
183
+ /**
184
+ * Components can emit data and events using the Event Emitter decorator.
185
+ * To dispatch Custom DOM events for other components to handle, use the
186
+ * `@Event()` decorator. The Event decorator also makes it easier for Stencil
187
+ * to automatically build types and documentation for the event data.
188
+ * https://stenciljs.com/docs/events
189
+ */
190
+ export declare const Event: EventDecorator;
191
+ /**
192
+ * If the `formAssociated` option is set in options passed to the
193
+ * `@Component()` decorator then this decorator may be used to get access to the
194
+ * `ElementInternals` instance associated with the component.
195
+ */
196
+ export declare const AttachInternals: AttachInternalsDecorator;
197
+ /**
198
+ * The `Listen()` decorator is for listening DOM events, including the ones
199
+ * dispatched from `@Events()`.
200
+ * https://stenciljs.com/docs/events#listen-decorator
201
+ */
202
+ export declare const Listen: ListenDecorator;
203
+ /**
204
+ * The `@Method()` decorator is used to expose methods on the public API.
205
+ * Class methods decorated with the @Method() decorator can be called directly
206
+ * from the element, meaning they are intended to be callable from the outside.
207
+ * https://stenciljs.com/docs/methods
208
+ */
209
+ export declare const Method: MethodDecorator;
210
+ /**
211
+ * Props are custom attribute/properties exposed publicly on the element
212
+ * that developers can provide values for. Children components do not need to
213
+ * know about or reference parent components, so Props can be used to pass
214
+ * data down from the parent to the child. Components need to explicitly
215
+ * declare the Props they expect to receive using the `@Prop()` decorator.
216
+ * Any value changes to a Prop will cause a re-render.
217
+ * https://stenciljs.com/docs/properties
218
+ */
219
+ export declare const Prop: PropDecorator;
220
+ /**
221
+ * The `@State()` decorator can be used to manage internal data for a component.
222
+ * This means that a user cannot modify this data from outside the component,
223
+ * but the component can modify it however it sees fit. Any value changes to a
224
+ * `@State()` property will cause the components render function to be called again.
225
+ * https://stenciljs.com/docs/state
226
+ */
227
+ export declare const State: StateDecorator;
228
+ /**
229
+ * When a property's value has changed, a method decorated with `@Watch()` will be
230
+ * called and passed the new value of the prop along with the old value. Watch is
231
+ * useful for validating props or handling side effects. Watch decorator does not
232
+ * fire when a component initially loads.
233
+ * https://stenciljs.com/docs/reactive-data#watch-decorator
234
+ */
235
+ export declare const Watch: WatchDecorator;
236
+ export type ResolutionHandler = (elm: HTMLElement) => string | undefined | null;
237
+ export type ErrorHandler = (err: any, element?: HTMLElement) => void;
238
+ /**
239
+ * `setMode()` is used for libraries which provide multiple "modes" for styles.
240
+ */
241
+ export declare const setMode: (handler: ResolutionHandler) => void;
242
+ /**
243
+ * `getMode()` is used for libraries which provide multiple "modes" for styles.
244
+ * @param ref a reference to the node to get styles for
245
+ * @returns the current mode or undefined, if not found
246
+ */
247
+ export declare function getMode<T = string | undefined>(ref: any): T;
248
+ export declare function setPlatformHelpers(helpers: {
249
+ jmp?: (c: any) => any;
250
+ raf?: (c: any) => number;
251
+ ael?: (el: any, eventName: string, listener: any, options: any) => void;
252
+ rel?: (el: any, eventName: string, listener: any, options: any) => void;
253
+ ce?: (eventName: string, opts?: any) => any;
254
+ }): void;
255
+ /**
256
+ * Get the base path to where the assets can be found. Use `setAssetPath(path)`
257
+ * if the path needs to be customized.
258
+ * @param path the path to use in calculating the asset path. this value will be
259
+ * used in conjunction with the base asset path
260
+ * @returns the base path
261
+ */
262
+ export declare function getAssetPath(path: string): string;
263
+ /**
264
+ * Used to manually set the base path where assets can be found. For lazy-loaded
265
+ * builds the asset path is automatically set and assets copied to the correct
266
+ * build directory. However, for custom elements builds, the `setAssetPath(path)` could
267
+ * be used to customize the asset path depending on how the script file is consumed.
268
+ * If the script is used as "module", it's recommended to use "import.meta.url", such
269
+ * as `setAssetPath(import.meta.url)`. Other options include
270
+ * `setAssetPath(document.currentScript.src)`, or using a bundler's replace plugin to
271
+ * dynamically set the path at build time, such as `setAssetPath(process.env.ASSET_PATH)`.
272
+ * But do note that this configuration depends on how your script is bundled, or lack of
273
+ * bundling, and where your assets can be loaded from. Additionally custom bundling
274
+ * will have to ensure the static assets are copied to its build directory.
275
+ * @param path the asset path to set
276
+ * @returns the set path
277
+ */
278
+ export declare function setAssetPath(path: string): string;
279
+ /**
280
+ * Used to specify a nonce value that corresponds with an application's
281
+ * [Content Security Policy (CSP)](https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP).
282
+ * When set, the nonce will be added to all dynamically created script and style tags at runtime.
283
+ * Alternatively, the nonce value can be set on a `meta` tag in the DOM head
284
+ * (<meta name="csp-nonce" content="{ nonce value here }" />) and will result in the same behavior.
285
+ * @param nonce The value to be used for the nonce attribute.
286
+ */
287
+ export declare function setNonce(nonce: string): void;
288
+ /**
289
+ * Retrieve a Stencil element for a given reference
290
+ * @param ref the ref to get the Stencil element for
291
+ * @returns a reference to the element
292
+ */
293
+ export declare function getElement(ref: any): HTMLStencilElement;
294
+ /**
295
+ * Schedules a new render of the given instance or element even if no state changed.
296
+ *
297
+ * Notice `forceUpdate()` is not synchronous and might perform the DOM render in the next frame.
298
+ *
299
+ * @param ref the node/element to force the re-render of
300
+ */
301
+ export declare function forceUpdate(ref: any): void;
302
+ /**
303
+ * getRenderingRef
304
+ * @returns the rendering ref
305
+ */
306
+ export declare function getRenderingRef(): any;
307
+ export interface HTMLStencilElement extends HTMLElement {
308
+ componentOnReady(): Promise<this>;
309
+ }
310
+ /**
311
+ * Schedules a DOM-write task. The provided callback will be executed
312
+ * in the best moment to perform DOM mutation without causing layout thrashing.
313
+ *
314
+ * For further information: https://developers.google.com/web/fundamentals/performance/rendering/avoid-large-complex-layouts-and-layout-thrashing
315
+ *
316
+ * @param task the DOM-write to schedule
317
+ */
318
+ export declare function writeTask(task: RafCallback): void;
319
+ /**
320
+ * Schedules a DOM-read task. The provided callback will be executed
321
+ * in the best moment to perform DOM reads without causing layout thrashing.
322
+ *
323
+ * For further information: https://developers.google.com/web/fundamentals/performance/rendering/avoid-large-complex-layouts-and-layout-thrashing
324
+ *
325
+ * @param task the DOM-read to schedule
326
+ */
327
+ export declare function readTask(task: RafCallback): void;
328
+ /**
329
+ * `setErrorHandler()` can be used to inject a custom global error handler.
330
+ * Unhandled exception raised while rendering, during event handling, or lifecycles will trigger the custom event handler.
331
+ */
332
+ export declare const setErrorHandler: (handler: ErrorHandler) => void;
333
+ /**
334
+ * This file gets copied to all distributions of stencil component collections.
335
+ * - no imports
336
+ */
337
+ export interface ComponentWillLoad {
338
+ /**
339
+ * The component is about to load and it has not
340
+ * rendered yet.
341
+ *
342
+ * This is the best place to make any data updates
343
+ * before the first render.
344
+ *
345
+ * componentWillLoad will only be called once.
346
+ */
347
+ componentWillLoad(): Promise<void> | void;
348
+ }
349
+ export interface ComponentDidLoad {
350
+ /**
351
+ * The component has loaded and has already rendered.
352
+ *
353
+ * Updating data in this method will cause the
354
+ * component to re-render.
355
+ *
356
+ * componentDidLoad will only be called once.
357
+ */
358
+ componentDidLoad(): void;
359
+ }
360
+ export interface ComponentWillUpdate {
361
+ /**
362
+ * The component is about to update and re-render.
363
+ *
364
+ * Called multiple times throughout the life of
365
+ * the component as it updates.
366
+ *
367
+ * componentWillUpdate is not called on the first render.
368
+ */
369
+ componentWillUpdate(): Promise<void> | void;
370
+ }
371
+ export interface ComponentDidUpdate {
372
+ /**
373
+ * The component has just re-rendered.
374
+ *
375
+ * Called multiple times throughout the life of
376
+ * the component as it updates.
377
+ *
378
+ * componentWillUpdate is not called on the
379
+ * first render.
380
+ */
381
+ componentDidUpdate(): void;
382
+ }
383
+ export interface ComponentInterface {
384
+ connectedCallback?(): void;
385
+ disconnectedCallback?(): void;
386
+ componentWillRender?(): Promise<void> | void;
387
+ componentDidRender?(): void;
388
+ /**
389
+ * The component is about to load and it has not
390
+ * rendered yet.
391
+ *
392
+ * This is the best place to make any data updates
393
+ * before the first render.
394
+ *
395
+ * componentWillLoad will only be called once.
396
+ */
397
+ componentWillLoad?(): Promise<void> | void;
398
+ /**
399
+ * The component has loaded and has already rendered.
400
+ *
401
+ * Updating data in this method will cause the
402
+ * component to re-render.
403
+ *
404
+ * componentDidLoad will only be called once.
405
+ */
406
+ componentDidLoad?(): void;
407
+ /**
408
+ * A `@Prop` or `@State` property changed and a rerender is about to be requested.
409
+ *
410
+ * Called multiple times throughout the life of
411
+ * the component as its properties change.
412
+ *
413
+ * componentShouldUpdate is not called on the first render.
414
+ */
415
+ componentShouldUpdate?(newVal: any, oldVal: any, propName: string): boolean | void;
416
+ /**
417
+ * The component is about to update and re-render.
418
+ *
419
+ * Called multiple times throughout the life of
420
+ * the component as it updates.
421
+ *
422
+ * componentWillUpdate is not called on the first render.
423
+ */
424
+ componentWillUpdate?(): Promise<void> | void;
425
+ /**
426
+ * The component has just re-rendered.
427
+ *
428
+ * Called multiple times throughout the life of
429
+ * the component as it updates.
430
+ *
431
+ * componentWillUpdate is not called on the
432
+ * first render.
433
+ */
434
+ componentDidUpdate?(): void;
435
+ render?(): any;
436
+ [memberName: string]: any;
437
+ }
438
+ export interface EventEmitter<T = any> {
439
+ emit: (data?: T) => CustomEvent<T>;
440
+ }
441
+ export interface RafCallback {
442
+ (timeStamp: number): void;
443
+ }
444
+ export interface QueueApi {
445
+ tick: (cb: RafCallback) => void;
446
+ read: (cb: RafCallback) => void;
447
+ write: (cb: RafCallback) => void;
448
+ clear?: () => void;
449
+ flush?: (cb?: () => void) => void;
450
+ }
451
+ /**
452
+ * Host
453
+ */
454
+ export interface HostAttributes {
455
+ class?: string | {
456
+ [className: string]: boolean;
457
+ };
458
+ style?: {
459
+ [key: string]: string | undefined;
460
+ };
461
+ ref?: (el: HTMLElement | null) => void;
462
+ [prop: string]: any;
463
+ }
464
+ /**
465
+ * Utilities for working with functional Stencil components. An object
466
+ * conforming to this interface is passed by the Stencil runtime as the third
467
+ * argument to a functional component, allowing component authors to work with
468
+ * features like children.
469
+ *
470
+ * The children of a functional component will be passed as the second
471
+ * argument, so a functional component which uses these utils to transform its
472
+ * children might look like the following:
473
+ *
474
+ * ```ts
475
+ * export const AddClass: FunctionalComponent = (_, children, utils) => (
476
+ * utils.map(children, child => ({
477
+ * ...child,
478
+ * vattrs: {
479
+ * ...child.vattrs,
480
+ * class: `${child.vattrs.class} add-class`
481
+ * }
482
+ * }))
483
+ * );
484
+ * ```
485
+ *
486
+ * For more see the Stencil documentation, here:
487
+ * https://stenciljs.com/docs/functional-components
488
+ */
489
+ export interface FunctionalUtilities {
490
+ /**
491
+ * Utility for reading the children of a functional component at runtime.
492
+ * Since the Stencil runtime uses a different interface for children it is
493
+ * not recommended to read the children directly, and is preferable to use
494
+ * this utility to, for instance, perform a side effect for each child.
495
+ */
496
+ forEach: (children: VNode[], cb: (vnode: ChildNode, index: number, array: ChildNode[]) => void) => void;
497
+ /**
498
+ * Utility for transforming the children of a functional component. Given an
499
+ * array of children and a callback this will return a list of the results of
500
+ * passing each child to the supplied callback.
501
+ */
502
+ map: (children: VNode[], cb: (vnode: ChildNode, index: number, array: ChildNode[]) => ChildNode) => VNode[];
503
+ }
504
+ export interface FunctionalComponent<T = {}> {
505
+ (props: T, children: VNode[], utils: FunctionalUtilities): VNode | VNode[];
506
+ }
507
+ /**
508
+ * A Child VDOM node
509
+ *
510
+ * This has most of the same properties as {@link VNode} but friendlier names
511
+ * (i.e. `vtag` instead of `$tag$`, `vchildren` instead of `$children$`) in
512
+ * order to provide a friendlier public interface for users of the
513
+ * {@link FunctionalUtilities}).
514
+ */
515
+ export interface ChildNode {
516
+ vtag?: string | number | Function;
517
+ vkey?: string | number;
518
+ vtext?: string;
519
+ vchildren?: VNode[];
520
+ vattrs?: any;
521
+ vname?: string;
522
+ }
523
+ /**
524
+ * Host is a functional component can be used at the root of the render function
525
+ * to set attributes and event listeners to the host element itself.
526
+ *
527
+ * For further information: https://stenciljs.com/docs/host-element
528
+ */
529
+ export declare const Host: FunctionalComponent<HostAttributes>;
530
+ /**
531
+ * Fragment
532
+ */
533
+ export declare const Fragment: FunctionalComponent<{}>;
534
+ /**
535
+ * The "h" namespace is used to import JSX types for elements and attributes.
536
+ * It is imported in order to avoid conflicting global JSX issues.
537
+ */
538
+ export declare namespace h {
539
+ function h(sel: any): VNode;
540
+ function h(sel: Node, data: VNodeData | null): VNode;
541
+ function h(sel: any, data: VNodeData | null): VNode;
542
+ function h(sel: any, text: string): VNode;
543
+ function h(sel: any, children: Array<VNode | undefined | null>): VNode;
544
+ function h(sel: any, data: VNodeData | null, text: string): VNode;
545
+ function h(sel: any, data: VNodeData | null, children: Array<VNode | undefined | null>): VNode;
546
+ function h(sel: any, data: VNodeData | null, children: VNode): VNode;
547
+ namespace JSX {
548
+ interface IntrinsicElements extends LocalJSX.IntrinsicElements, JSXBase.IntrinsicElements {
549
+ [tagName: string]: any;
550
+ }
551
+ }
552
+ }
553
+ export declare function h(sel: any): VNode;
554
+ export declare function h(sel: Node, data: VNodeData | null): VNode;
555
+ export declare function h(sel: any, data: VNodeData | null): VNode;
556
+ export declare function h(sel: any, text: string): VNode;
557
+ export declare function h(sel: any, children: Array<VNode | undefined | null>): VNode;
558
+ export declare function h(sel: any, data: VNodeData | null, text: string): VNode;
559
+ export declare function h(sel: any, data: VNodeData | null, children: Array<VNode | undefined | null>): VNode;
560
+ export declare function h(sel: any, data: VNodeData | null, children: VNode): VNode;
561
+ /**
562
+ * A virtual DOM node
563
+ */
564
+ export interface VNode {
565
+ $flags$: number;
566
+ $tag$: string | number | Function;
567
+ $elm$: any;
568
+ $text$: string;
569
+ $children$: VNode[];
570
+ $attrs$?: any;
571
+ $name$?: string;
572
+ $key$?: string | number;
573
+ }
574
+ export interface VNodeData {
575
+ class?: {
576
+ [className: string]: boolean;
577
+ };
578
+ style?: any;
579
+ [attrName: string]: any;
580
+ }
581
+ declare namespace LocalJSX {
582
+ interface Element {
583
+ }
584
+ interface IntrinsicElements {
585
+ }
586
+ }
587
+ export { LocalJSX as JSX };
588
+ export declare namespace JSXBase {
589
+ interface IntrinsicElements {
590
+ slot: JSXBase.SlotAttributes;
591
+ a: JSXBase.AnchorHTMLAttributes<HTMLAnchorElement>;
592
+ abbr: JSXBase.HTMLAttributes;
593
+ address: JSXBase.HTMLAttributes;
594
+ area: JSXBase.AreaHTMLAttributes<HTMLAreaElement>;
595
+ article: JSXBase.HTMLAttributes;
596
+ aside: JSXBase.HTMLAttributes;
597
+ audio: JSXBase.AudioHTMLAttributes<HTMLAudioElement>;
598
+ b: JSXBase.HTMLAttributes;
599
+ base: JSXBase.BaseHTMLAttributes<HTMLBaseElement>;
600
+ bdi: JSXBase.HTMLAttributes;
601
+ bdo: JSXBase.HTMLAttributes;
602
+ big: JSXBase.HTMLAttributes;
603
+ blockquote: JSXBase.BlockquoteHTMLAttributes<HTMLQuoteElement>;
604
+ body: JSXBase.HTMLAttributes<HTMLBodyElement>;
605
+ br: JSXBase.HTMLAttributes<HTMLBRElement>;
606
+ button: JSXBase.ButtonHTMLAttributes<HTMLButtonElement>;
607
+ canvas: JSXBase.CanvasHTMLAttributes<HTMLCanvasElement>;
608
+ caption: JSXBase.HTMLAttributes<HTMLTableCaptionElement>;
609
+ cite: JSXBase.HTMLAttributes;
610
+ code: JSXBase.HTMLAttributes;
611
+ col: JSXBase.ColHTMLAttributes<HTMLTableColElement>;
612
+ colgroup: JSXBase.ColgroupHTMLAttributes<HTMLTableColElement>;
613
+ data: JSXBase.HTMLAttributes<HTMLDataElement>;
614
+ datalist: JSXBase.HTMLAttributes<HTMLDataListElement>;
615
+ dd: JSXBase.HTMLAttributes;
616
+ del: JSXBase.DelHTMLAttributes<HTMLModElement>;
617
+ details: JSXBase.DetailsHTMLAttributes<HTMLElement>;
618
+ dfn: JSXBase.HTMLAttributes;
619
+ dialog: JSXBase.DialogHTMLAttributes<HTMLDialogElement>;
620
+ div: JSXBase.HTMLAttributes<HTMLDivElement>;
621
+ dl: JSXBase.HTMLAttributes<HTMLDListElement>;
622
+ dt: JSXBase.HTMLAttributes;
623
+ em: JSXBase.HTMLAttributes;
624
+ embed: JSXBase.EmbedHTMLAttributes<HTMLEmbedElement>;
625
+ fieldset: JSXBase.FieldsetHTMLAttributes<HTMLFieldSetElement>;
626
+ figcaption: JSXBase.HTMLAttributes;
627
+ figure: JSXBase.HTMLAttributes;
628
+ footer: JSXBase.HTMLAttributes;
629
+ form: JSXBase.FormHTMLAttributes<HTMLFormElement>;
630
+ h1: JSXBase.HTMLAttributes<HTMLHeadingElement>;
631
+ h2: JSXBase.HTMLAttributes<HTMLHeadingElement>;
632
+ h3: JSXBase.HTMLAttributes<HTMLHeadingElement>;
633
+ h4: JSXBase.HTMLAttributes<HTMLHeadingElement>;
634
+ h5: JSXBase.HTMLAttributes<HTMLHeadingElement>;
635
+ h6: JSXBase.HTMLAttributes<HTMLHeadingElement>;
636
+ head: JSXBase.HTMLAttributes<HTMLHeadElement>;
637
+ header: JSXBase.HTMLAttributes;
638
+ hgroup: JSXBase.HTMLAttributes;
639
+ hr: JSXBase.HTMLAttributes<HTMLHRElement>;
640
+ html: JSXBase.HTMLAttributes<HTMLHtmlElement>;
641
+ i: JSXBase.HTMLAttributes;
642
+ iframe: JSXBase.IframeHTMLAttributes<HTMLIFrameElement>;
643
+ img: JSXBase.ImgHTMLAttributes<HTMLImageElement>;
644
+ input: JSXBase.InputHTMLAttributes<HTMLInputElement>;
645
+ ins: JSXBase.InsHTMLAttributes<HTMLModElement>;
646
+ kbd: JSXBase.HTMLAttributes;
647
+ keygen: JSXBase.KeygenHTMLAttributes<HTMLElement>;
648
+ label: JSXBase.LabelHTMLAttributes<HTMLLabelElement>;
649
+ legend: JSXBase.HTMLAttributes<HTMLLegendElement>;
650
+ li: JSXBase.LiHTMLAttributes<HTMLLIElement>;
651
+ link: JSXBase.LinkHTMLAttributes<HTMLLinkElement>;
652
+ main: JSXBase.HTMLAttributes;
653
+ map: JSXBase.MapHTMLAttributes<HTMLMapElement>;
654
+ mark: JSXBase.HTMLAttributes;
655
+ menu: JSXBase.MenuHTMLAttributes<HTMLMenuElement>;
656
+ menuitem: JSXBase.HTMLAttributes;
657
+ meta: JSXBase.MetaHTMLAttributes<HTMLMetaElement>;
658
+ meter: JSXBase.MeterHTMLAttributes<HTMLMeterElement>;
659
+ nav: JSXBase.HTMLAttributes;
660
+ noscript: JSXBase.HTMLAttributes;
661
+ object: JSXBase.ObjectHTMLAttributes<HTMLObjectElement>;
662
+ ol: JSXBase.OlHTMLAttributes<HTMLOListElement>;
663
+ optgroup: JSXBase.OptgroupHTMLAttributes<HTMLOptGroupElement>;
664
+ option: JSXBase.OptionHTMLAttributes<HTMLOptionElement>;
665
+ output: JSXBase.OutputHTMLAttributes<HTMLOutputElement>;
666
+ p: JSXBase.HTMLAttributes<HTMLParagraphElement>;
667
+ param: JSXBase.ParamHTMLAttributes<HTMLParamElement>;
668
+ picture: JSXBase.HTMLAttributes<HTMLPictureElement>;
669
+ pre: JSXBase.HTMLAttributes<HTMLPreElement>;
670
+ progress: JSXBase.ProgressHTMLAttributes<HTMLProgressElement>;
671
+ q: JSXBase.QuoteHTMLAttributes<HTMLQuoteElement>;
672
+ rp: JSXBase.HTMLAttributes;
673
+ rt: JSXBase.HTMLAttributes;
674
+ ruby: JSXBase.HTMLAttributes;
675
+ s: JSXBase.HTMLAttributes;
676
+ samp: JSXBase.HTMLAttributes;
677
+ script: JSXBase.ScriptHTMLAttributes<HTMLScriptElement>;
678
+ section: JSXBase.HTMLAttributes;
679
+ select: JSXBase.SelectHTMLAttributes<HTMLSelectElement>;
680
+ small: JSXBase.HTMLAttributes;
681
+ source: JSXBase.SourceHTMLAttributes<HTMLSourceElement>;
682
+ span: JSXBase.HTMLAttributes<HTMLSpanElement>;
683
+ strong: JSXBase.HTMLAttributes;
684
+ style: JSXBase.StyleHTMLAttributes<HTMLStyleElement>;
685
+ sub: JSXBase.HTMLAttributes;
686
+ summary: JSXBase.HTMLAttributes;
687
+ sup: JSXBase.HTMLAttributes;
688
+ table: JSXBase.TableHTMLAttributes<HTMLTableElement>;
689
+ tbody: JSXBase.HTMLAttributes<HTMLTableSectionElement>;
690
+ td: JSXBase.TdHTMLAttributes<HTMLTableDataCellElement>;
691
+ textarea: JSXBase.TextareaHTMLAttributes<HTMLTextAreaElement>;
692
+ tfoot: JSXBase.HTMLAttributes<HTMLTableSectionElement>;
693
+ th: JSXBase.ThHTMLAttributes<HTMLTableHeaderCellElement>;
694
+ thead: JSXBase.HTMLAttributes<HTMLTableSectionElement>;
695
+ time: JSXBase.TimeHTMLAttributes<HTMLTimeElement>;
696
+ title: JSXBase.HTMLAttributes<HTMLTitleElement>;
697
+ tr: JSXBase.HTMLAttributes<HTMLTableRowElement>;
698
+ track: JSXBase.TrackHTMLAttributes<HTMLTrackElement>;
699
+ u: JSXBase.HTMLAttributes;
700
+ ul: JSXBase.HTMLAttributes<HTMLUListElement>;
701
+ var: JSXBase.HTMLAttributes;
702
+ video: JSXBase.VideoHTMLAttributes<HTMLVideoElement>;
703
+ wbr: JSXBase.HTMLAttributes;
704
+ animate: JSXBase.SVGAttributes;
705
+ circle: JSXBase.SVGAttributes;
706
+ clipPath: JSXBase.SVGAttributes;
707
+ defs: JSXBase.SVGAttributes;
708
+ desc: JSXBase.SVGAttributes;
709
+ ellipse: JSXBase.SVGAttributes;
710
+ feBlend: JSXBase.SVGAttributes;
711
+ feColorMatrix: JSXBase.SVGAttributes;
712
+ feComponentTransfer: JSXBase.SVGAttributes;
713
+ feComposite: JSXBase.SVGAttributes;
714
+ feConvolveMatrix: JSXBase.SVGAttributes;
715
+ feDiffuseLighting: JSXBase.SVGAttributes;
716
+ feDisplacementMap: JSXBase.SVGAttributes;
717
+ feDistantLight: JSXBase.SVGAttributes;
718
+ feDropShadow: JSXBase.SVGAttributes;
719
+ feFlood: JSXBase.SVGAttributes;
720
+ feFuncA: JSXBase.SVGAttributes;
721
+ feFuncB: JSXBase.SVGAttributes;
722
+ feFuncG: JSXBase.SVGAttributes;
723
+ feFuncR: JSXBase.SVGAttributes;
724
+ feGaussianBlur: JSXBase.SVGAttributes;
725
+ feImage: JSXBase.SVGAttributes;
726
+ feMerge: JSXBase.SVGAttributes;
727
+ feMergeNode: JSXBase.SVGAttributes;
728
+ feMorphology: JSXBase.SVGAttributes;
729
+ feOffset: JSXBase.SVGAttributes;
730
+ fePointLight: JSXBase.SVGAttributes;
731
+ feSpecularLighting: JSXBase.SVGAttributes;
732
+ feSpotLight: JSXBase.SVGAttributes;
733
+ feTile: JSXBase.SVGAttributes;
734
+ feTurbulence: JSXBase.SVGAttributes;
735
+ filter: JSXBase.SVGAttributes;
736
+ foreignObject: JSXBase.SVGAttributes;
737
+ g: JSXBase.SVGAttributes;
738
+ image: JSXBase.SVGAttributes;
739
+ line: JSXBase.SVGAttributes;
740
+ linearGradient: JSXBase.SVGAttributes;
741
+ marker: JSXBase.SVGAttributes;
742
+ mask: JSXBase.SVGAttributes;
743
+ metadata: JSXBase.SVGAttributes;
744
+ path: JSXBase.SVGAttributes;
745
+ pattern: JSXBase.SVGAttributes;
746
+ polygon: JSXBase.SVGAttributes;
747
+ polyline: JSXBase.SVGAttributes;
748
+ radialGradient: JSXBase.SVGAttributes;
749
+ rect: JSXBase.SVGAttributes;
750
+ stop: JSXBase.SVGAttributes;
751
+ svg: JSXBase.SVGAttributes;
752
+ switch: JSXBase.SVGAttributes;
753
+ symbol: JSXBase.SVGAttributes;
754
+ text: JSXBase.SVGAttributes;
755
+ textPath: JSXBase.SVGAttributes;
756
+ tspan: JSXBase.SVGAttributes;
757
+ use: JSXBase.SVGAttributes;
758
+ view: JSXBase.SVGAttributes;
759
+ }
760
+ interface SlotAttributes extends JSXAttributes {
761
+ name?: string;
762
+ slot?: string;
763
+ onSlotchange?: (event: Event) => void;
764
+ }
765
+ interface AnchorHTMLAttributes<T> extends HTMLAttributes<T> {
766
+ download?: any;
767
+ href?: string;
768
+ hrefLang?: string;
769
+ hreflang?: string;
770
+ media?: string;
771
+ rel?: string;
772
+ target?: string;
773
+ referrerPolicy?: ReferrerPolicy;
774
+ }
775
+ interface AudioHTMLAttributes<T> extends MediaHTMLAttributes<T> {
776
+ }
777
+ interface AreaHTMLAttributes<T> extends HTMLAttributes<T> {
778
+ alt?: string;
779
+ coords?: string;
780
+ download?: any;
781
+ href?: string;
782
+ hrefLang?: string;
783
+ hreflang?: string;
784
+ media?: string;
785
+ rel?: string;
786
+ shape?: string;
787
+ target?: string;
788
+ }
789
+ interface BaseHTMLAttributes<T> extends HTMLAttributes<T> {
790
+ href?: string;
791
+ target?: string;
792
+ }
793
+ interface BlockquoteHTMLAttributes<T> extends HTMLAttributes<T> {
794
+ cite?: string;
795
+ }
796
+ interface ButtonHTMLAttributes<T> extends HTMLAttributes<T> {
797
+ autoFocus?: boolean;
798
+ disabled?: boolean;
799
+ form?: string;
800
+ formAction?: string;
801
+ formaction?: string;
802
+ formEncType?: string;
803
+ formenctype?: string;
804
+ formMethod?: string;
805
+ formmethod?: string;
806
+ formNoValidate?: boolean;
807
+ formnovalidate?: boolean;
808
+ formTarget?: string;
809
+ formtarget?: string;
810
+ name?: string;
811
+ type?: string;
812
+ value?: string | string[] | number;
813
+ popoverTargetAction?: string;
814
+ popoverTargetElement?: Element | null;
815
+ popoverTarget?: string;
816
+ }
817
+ interface CanvasHTMLAttributes<T> extends HTMLAttributes<T> {
818
+ height?: number | string;
819
+ width?: number | string;
820
+ }
821
+ interface ColHTMLAttributes<T> extends HTMLAttributes<T> {
822
+ span?: number;
823
+ }
824
+ interface ColgroupHTMLAttributes<T> extends HTMLAttributes<T> {
825
+ span?: number;
826
+ }
827
+ interface DetailsHTMLAttributes<T> extends HTMLAttributes<T> {
828
+ open?: boolean;
829
+ onToggle?: (event: Event) => void;
830
+ }
831
+ interface DelHTMLAttributes<T> extends HTMLAttributes<T> {
832
+ cite?: string;
833
+ dateTime?: string;
834
+ datetime?: string;
835
+ }
836
+ interface DialogHTMLAttributes<T> extends HTMLAttributes<T> {
837
+ onCancel?: (event: Event) => void;
838
+ onClose?: (event: Event) => void;
839
+ open?: boolean;
840
+ returnValue?: string;
841
+ }
842
+ interface EmbedHTMLAttributes<T> extends HTMLAttributes<T> {
843
+ height?: number | string;
844
+ src?: string;
845
+ type?: string;
846
+ width?: number | string;
847
+ }
848
+ interface FieldsetHTMLAttributes<T> extends HTMLAttributes<T> {
849
+ disabled?: boolean;
850
+ form?: string;
851
+ name?: string;
852
+ }
853
+ interface FormHTMLAttributes<T> extends HTMLAttributes<T> {
854
+ acceptCharset?: string;
855
+ acceptcharset?: string;
856
+ action?: string;
857
+ autoComplete?: string;
858
+ autocomplete?: string;
859
+ encType?: string;
860
+ enctype?: string;
861
+ method?: string;
862
+ name?: string;
863
+ noValidate?: boolean;
864
+ novalidate?: boolean | string;
865
+ target?: string;
866
+ }
867
+ interface HtmlHTMLAttributes<T> extends HTMLAttributes<T> {
868
+ manifest?: string;
869
+ }
870
+ interface IframeHTMLAttributes<T> extends HTMLAttributes<T> {
871
+ allow?: string;
872
+ allowFullScreen?: boolean;
873
+ allowfullScreen?: string | boolean;
874
+ allowTransparency?: boolean;
875
+ allowtransparency?: string | boolean;
876
+ frameBorder?: number | string;
877
+ frameborder?: number | string;
878
+ importance?: 'low' | 'auto' | 'high';
879
+ height?: number | string;
880
+ loading?: 'lazy' | 'auto' | 'eager';
881
+ marginHeight?: number;
882
+ marginheight?: string | number;
883
+ marginWidth?: number;
884
+ marginwidth?: string | number;
885
+ name?: string;
886
+ referrerPolicy?: ReferrerPolicy;
887
+ sandbox?: string;
888
+ scrolling?: string;
889
+ seamless?: boolean;
890
+ src?: string;
891
+ srcDoc?: string;
892
+ srcdoc?: string;
893
+ width?: number | string;
894
+ }
895
+ interface ImgHTMLAttributes<T> extends HTMLAttributes<T> {
896
+ alt?: string;
897
+ crossOrigin?: string;
898
+ crossorigin?: string;
899
+ decoding?: 'async' | 'auto' | 'sync';
900
+ importance?: 'low' | 'auto' | 'high';
901
+ height?: number | string;
902
+ loading?: 'lazy' | 'auto' | 'eager';
903
+ sizes?: string;
904
+ src?: string;
905
+ srcSet?: string;
906
+ srcset?: string;
907
+ useMap?: string;
908
+ usemap?: string;
909
+ width?: number | string;
910
+ }
911
+ interface InsHTMLAttributes<T> extends HTMLAttributes<T> {
912
+ cite?: string;
913
+ dateTime?: string;
914
+ datetime?: string;
915
+ }
916
+ interface InputHTMLAttributes<T> extends HTMLAttributes<T> {
917
+ accept?: string;
918
+ allowdirs?: boolean;
919
+ alt?: string;
920
+ autoCapitalize?: string;
921
+ autocapitalize?: string;
922
+ autoComplete?: string;
923
+ autocomplete?: string;
924
+ autoFocus?: boolean;
925
+ autofocus?: boolean | string;
926
+ capture?: string;
927
+ checked?: boolean;
928
+ crossOrigin?: string;
929
+ crossorigin?: string;
930
+ defaultChecked?: boolean;
931
+ defaultValue?: string;
932
+ dirName?: string;
933
+ disabled?: boolean;
934
+ files?: any;
935
+ form?: string;
936
+ formAction?: string;
937
+ formaction?: string;
938
+ formEncType?: string;
939
+ formenctype?: string;
940
+ formMethod?: string;
941
+ formmethod?: string;
942
+ formNoValidate?: boolean;
943
+ formnovalidate?: boolean;
944
+ formTarget?: string;
945
+ formtarget?: string;
946
+ height?: number | string;
947
+ indeterminate?: boolean;
948
+ list?: string;
949
+ max?: number | string;
950
+ maxLength?: number;
951
+ maxlength?: number | string;
952
+ min?: number | string;
953
+ minLength?: number;
954
+ minlength?: number | string;
955
+ multiple?: boolean;
956
+ name?: string;
957
+ onSelect?: (event: Event) => void;
958
+ onselect?: (event: Event) => void;
959
+ pattern?: string;
960
+ placeholder?: string;
961
+ readOnly?: boolean;
962
+ readonly?: boolean | string;
963
+ required?: boolean;
964
+ selectionStart?: number | string;
965
+ selectionEnd?: number | string;
966
+ selectionDirection?: string;
967
+ size?: number;
968
+ src?: string;
969
+ step?: number | string;
970
+ type?: string;
971
+ value?: string | string[] | number;
972
+ valueAsDate?: any;
973
+ valueAsNumber?: any;
974
+ webkitdirectory?: boolean;
975
+ webkitEntries?: any;
976
+ width?: number | string;
977
+ popoverTargetAction?: string;
978
+ popoverTargetElement?: Element | null;
979
+ popoverTarget?: string;
980
+ }
981
+ interface KeygenHTMLAttributes<T> extends HTMLAttributes<T> {
982
+ autoFocus?: boolean;
983
+ autofocus?: boolean | string;
984
+ challenge?: string;
985
+ disabled?: boolean;
986
+ form?: string;
987
+ keyType?: string;
988
+ keytype?: string;
989
+ keyParams?: string;
990
+ keyparams?: string;
991
+ name?: string;
992
+ }
993
+ interface LabelHTMLAttributes<T> extends HTMLAttributes<T> {
994
+ form?: string;
995
+ htmlFor?: string;
996
+ htmlfor?: string;
997
+ }
998
+ interface LiHTMLAttributes<T> extends HTMLAttributes<T> {
999
+ value?: string | string[] | number;
1000
+ }
1001
+ interface LinkHTMLAttributes<T> extends HTMLAttributes<T> {
1002
+ as?: string;
1003
+ href?: string;
1004
+ hrefLang?: string;
1005
+ hreflang?: string;
1006
+ importance?: 'low' | 'auto' | 'high';
1007
+ integrity?: string;
1008
+ media?: string;
1009
+ rel?: string;
1010
+ sizes?: string;
1011
+ type?: string;
1012
+ }
1013
+ interface MapHTMLAttributes<T> extends HTMLAttributes<T> {
1014
+ name?: string;
1015
+ }
1016
+ interface MenuHTMLAttributes<T> extends HTMLAttributes<T> {
1017
+ type?: string;
1018
+ }
1019
+ interface MediaHTMLAttributes<T> extends HTMLAttributes<T> {
1020
+ autoPlay?: boolean;
1021
+ autoplay?: boolean | string;
1022
+ controls?: boolean;
1023
+ crossOrigin?: string;
1024
+ crossorigin?: string;
1025
+ loop?: boolean;
1026
+ mediaGroup?: string;
1027
+ mediagroup?: string;
1028
+ muted?: boolean;
1029
+ preload?: string;
1030
+ src?: string;
1031
+ onAbort?: (event: Event) => void;
1032
+ onCanPlay?: (event: Event) => void;
1033
+ onCanPlayThrough?: (event: Event) => void;
1034
+ onDurationChange?: (event: Event) => void;
1035
+ onEmptied?: (event: Event) => void;
1036
+ onEnded?: (event: Event) => void;
1037
+ onError?: (event: Event) => void;
1038
+ onInterruptBegin?: (event: Event) => void;
1039
+ onInterruptEnd?: (event: Event) => void;
1040
+ onLoadedData?: (event: Event) => void;
1041
+ onLoadedMetaData?: (event: Event) => void;
1042
+ onLoadStart?: (event: Event) => void;
1043
+ onMozAudioAvailable?: (event: Event) => void;
1044
+ onPause?: (event: Event) => void;
1045
+ onPlay?: (event: Event) => void;
1046
+ onPlaying?: (event: Event) => void;
1047
+ onProgress?: (event: Event) => void;
1048
+ onRateChange?: (event: Event) => void;
1049
+ onSeeked?: (event: Event) => void;
1050
+ onSeeking?: (event: Event) => void;
1051
+ onStalled?: (event: Event) => void;
1052
+ onSuspend?: (event: Event) => void;
1053
+ onTimeUpdate?: (event: Event) => void;
1054
+ onVolumeChange?: (event: Event) => void;
1055
+ onWaiting?: (event: Event) => void;
1056
+ }
1057
+ interface MetaHTMLAttributes<T> extends HTMLAttributes<T> {
1058
+ charSet?: string;
1059
+ charset?: string;
1060
+ content?: string;
1061
+ httpEquiv?: string;
1062
+ httpequiv?: string;
1063
+ name?: string;
1064
+ }
1065
+ interface MeterHTMLAttributes<T> extends HTMLAttributes<T> {
1066
+ form?: string;
1067
+ high?: number;
1068
+ low?: number;
1069
+ max?: number | string;
1070
+ min?: number | string;
1071
+ optimum?: number;
1072
+ value?: string | string[] | number;
1073
+ }
1074
+ interface QuoteHTMLAttributes<T> extends HTMLAttributes<T> {
1075
+ cite?: string;
1076
+ }
1077
+ interface ObjectHTMLAttributes<T> extends HTMLAttributes<T> {
1078
+ classID?: string;
1079
+ classid?: string;
1080
+ data?: string;
1081
+ form?: string;
1082
+ height?: number | string;
1083
+ name?: string;
1084
+ type?: string;
1085
+ useMap?: string;
1086
+ usemap?: string;
1087
+ width?: number | string;
1088
+ wmode?: string;
1089
+ }
1090
+ interface OlHTMLAttributes<T> extends HTMLAttributes<T> {
1091
+ reversed?: boolean;
1092
+ start?: number;
1093
+ }
1094
+ interface OptgroupHTMLAttributes<T> extends HTMLAttributes<T> {
1095
+ disabled?: boolean;
1096
+ label?: string;
1097
+ }
1098
+ interface OptionHTMLAttributes<T> extends HTMLAttributes<T> {
1099
+ disabled?: boolean;
1100
+ label?: string;
1101
+ selected?: boolean;
1102
+ value?: string | string[] | number;
1103
+ }
1104
+ interface OutputHTMLAttributes<T> extends HTMLAttributes<T> {
1105
+ form?: string;
1106
+ htmlFor?: string;
1107
+ htmlfor?: string;
1108
+ name?: string;
1109
+ }
1110
+ interface ParamHTMLAttributes<T> extends HTMLAttributes<T> {
1111
+ name?: string;
1112
+ value?: string | string[] | number;
1113
+ }
1114
+ interface ProgressHTMLAttributes<T> extends HTMLAttributes<T> {
1115
+ max?: number | string;
1116
+ value?: string | string[] | number;
1117
+ }
1118
+ interface ScriptHTMLAttributes<T> extends HTMLAttributes<T> {
1119
+ async?: boolean;
1120
+ charSet?: string;
1121
+ charset?: string;
1122
+ crossOrigin?: string;
1123
+ crossorigin?: string;
1124
+ defer?: boolean;
1125
+ importance?: 'low' | 'auto' | 'high';
1126
+ integrity?: string;
1127
+ nonce?: string;
1128
+ src?: string;
1129
+ type?: string;
1130
+ }
1131
+ interface SelectHTMLAttributes<T> extends HTMLAttributes<T> {
1132
+ autoFocus?: boolean;
1133
+ disabled?: boolean;
1134
+ form?: string;
1135
+ multiple?: boolean;
1136
+ name?: string;
1137
+ required?: boolean;
1138
+ size?: number;
1139
+ autoComplete?: string;
1140
+ autocomplete?: string;
1141
+ }
1142
+ interface SourceHTMLAttributes<T> extends HTMLAttributes<T> {
1143
+ height?: number;
1144
+ media?: string;
1145
+ sizes?: string;
1146
+ src?: string;
1147
+ srcSet?: string;
1148
+ type?: string;
1149
+ width?: number;
1150
+ }
1151
+ interface StyleHTMLAttributes<T> extends HTMLAttributes<T> {
1152
+ media?: string;
1153
+ nonce?: string;
1154
+ scoped?: boolean;
1155
+ type?: string;
1156
+ }
1157
+ interface TableHTMLAttributes<T> extends HTMLAttributes<T> {
1158
+ cellPadding?: number | string;
1159
+ cellpadding?: number | string;
1160
+ cellSpacing?: number | string;
1161
+ cellspacing?: number | string;
1162
+ summary?: string;
1163
+ }
1164
+ interface TextareaHTMLAttributes<T> extends HTMLAttributes<T> {
1165
+ autoComplete?: string;
1166
+ autocomplete?: string;
1167
+ autoFocus?: boolean;
1168
+ autofocus?: boolean | string;
1169
+ cols?: number;
1170
+ disabled?: boolean;
1171
+ form?: string;
1172
+ maxLength?: number;
1173
+ maxlength?: number | string;
1174
+ minLength?: number;
1175
+ minlength?: number | string;
1176
+ name?: string;
1177
+ onSelect?: (event: Event) => void;
1178
+ onselect?: (event: Event) => void;
1179
+ placeholder?: string;
1180
+ readOnly?: boolean;
1181
+ readonly?: boolean | string;
1182
+ required?: boolean;
1183
+ rows?: number;
1184
+ value?: string | string[] | number;
1185
+ wrap?: string;
1186
+ }
1187
+ interface TdHTMLAttributes<T> extends HTMLAttributes<T> {
1188
+ colSpan?: number;
1189
+ headers?: string;
1190
+ rowSpan?: number;
1191
+ }
1192
+ interface ThHTMLAttributes<T> extends HTMLAttributes<T> {
1193
+ abbr?: string;
1194
+ colSpan?: number;
1195
+ headers?: string;
1196
+ rowSpan?: number;
1197
+ rowspan?: number | string;
1198
+ scope?: string;
1199
+ }
1200
+ interface TimeHTMLAttributes<T> extends HTMLAttributes<T> {
1201
+ dateTime?: string;
1202
+ }
1203
+ interface TrackHTMLAttributes<T> extends HTMLAttributes<T> {
1204
+ default?: boolean;
1205
+ kind?: string;
1206
+ label?: string;
1207
+ src?: string;
1208
+ srcLang?: string;
1209
+ srclang?: string;
1210
+ }
1211
+ interface VideoHTMLAttributes<T> extends MediaHTMLAttributes<T> {
1212
+ height?: number | string;
1213
+ playsInline?: boolean;
1214
+ playsinline?: boolean | string;
1215
+ poster?: string;
1216
+ width?: number | string;
1217
+ }
1218
+ interface HTMLAttributes<T = HTMLElement> extends DOMAttributes<T> {
1219
+ innerHTML?: string;
1220
+ accessKey?: string;
1221
+ class?: string | {
1222
+ [className: string]: boolean;
1223
+ };
1224
+ contentEditable?: boolean | string;
1225
+ contenteditable?: boolean | string;
1226
+ contextMenu?: string;
1227
+ contextmenu?: string;
1228
+ dir?: string;
1229
+ draggable?: boolean;
1230
+ hidden?: boolean;
1231
+ id?: string;
1232
+ inert?: boolean;
1233
+ lang?: string;
1234
+ spellcheck?: 'true' | 'false' | any;
1235
+ style?: {
1236
+ [key: string]: string | undefined;
1237
+ };
1238
+ tabIndex?: number;
1239
+ tabindex?: number | string;
1240
+ title?: string;
1241
+ popover?: string | null;
1242
+ inputMode?: string;
1243
+ inputmode?: string;
1244
+ enterKeyHint?: string;
1245
+ enterkeyhint?: string;
1246
+ is?: string;
1247
+ radioGroup?: string;
1248
+ radiogroup?: string;
1249
+ role?: string;
1250
+ about?: string;
1251
+ datatype?: string;
1252
+ inlist?: any;
1253
+ prefix?: string;
1254
+ property?: string;
1255
+ resource?: string;
1256
+ typeof?: string;
1257
+ vocab?: string;
1258
+ autoCapitalize?: string;
1259
+ autocapitalize?: string;
1260
+ autoCorrect?: string;
1261
+ autocorrect?: string;
1262
+ autoSave?: string;
1263
+ autosave?: string;
1264
+ color?: string;
1265
+ itemProp?: string;
1266
+ itemprop?: string;
1267
+ itemScope?: boolean;
1268
+ itemscope?: boolean;
1269
+ itemType?: string;
1270
+ itemtype?: string;
1271
+ itemID?: string;
1272
+ itemid?: string;
1273
+ itemRef?: string;
1274
+ itemref?: string;
1275
+ results?: number;
1276
+ security?: string;
1277
+ unselectable?: boolean;
1278
+ }
1279
+ interface SVGAttributes<T = SVGElement> extends DOMAttributes<T> {
1280
+ class?: string | {
1281
+ [className: string]: boolean;
1282
+ };
1283
+ color?: string;
1284
+ height?: number | string;
1285
+ id?: string;
1286
+ lang?: string;
1287
+ max?: number | string;
1288
+ media?: string;
1289
+ method?: string;
1290
+ min?: number | string;
1291
+ name?: string;
1292
+ style?: {
1293
+ [key: string]: string | undefined;
1294
+ };
1295
+ target?: string;
1296
+ type?: string;
1297
+ width?: number | string;
1298
+ role?: string;
1299
+ tabindex?: number;
1300
+ 'accent-height'?: number | string;
1301
+ accumulate?: 'none' | 'sum';
1302
+ additive?: 'replace' | 'sum';
1303
+ 'alignment-baseline'?: 'auto' | 'baseline' | 'before-edge' | 'text-before-edge' | 'middle' | 'central' | 'after-edge' | 'text-after-edge' | 'ideographic' | 'alphabetic' | 'hanging' | 'mathematical' | 'inherit';
1304
+ allowReorder?: 'no' | 'yes';
1305
+ alphabetic?: number | string;
1306
+ amplitude?: number | string;
1307
+ 'arabic-form'?: 'initial' | 'medial' | 'terminal' | 'isolated';
1308
+ ascent?: number | string;
1309
+ attributeName?: string;
1310
+ attributeType?: string;
1311
+ autoReverse?: number | string;
1312
+ azimuth?: number | string;
1313
+ baseFrequency?: number | string;
1314
+ 'baseline-shift'?: number | string;
1315
+ baseProfile?: number | string;
1316
+ bbox?: number | string;
1317
+ begin?: number | string;
1318
+ bias?: number | string;
1319
+ by?: number | string;
1320
+ calcMode?: number | string;
1321
+ 'cap-height'?: number | string;
1322
+ clip?: number | string;
1323
+ 'clip-path'?: string;
1324
+ clipPathUnits?: number | string;
1325
+ 'clip-rule'?: number | string;
1326
+ 'color-interpolation'?: number | string;
1327
+ 'color-interpolation-filters'?: 'auto' | 'sRGB' | 'linearRGB';
1328
+ 'color-profile'?: number | string;
1329
+ 'color-rendering'?: number | string;
1330
+ contentScriptType?: number | string;
1331
+ contentStyleType?: number | string;
1332
+ cursor?: number | string;
1333
+ cx?: number | string;
1334
+ cy?: number | string;
1335
+ d?: string;
1336
+ decelerate?: number | string;
1337
+ descent?: number | string;
1338
+ diffuseConstant?: number | string;
1339
+ direction?: number | string;
1340
+ display?: number | string;
1341
+ divisor?: number | string;
1342
+ 'dominant-baseline'?: number | string;
1343
+ dur?: number | string;
1344
+ dx?: number | string;
1345
+ dy?: number | string;
1346
+ 'edge-mode'?: number | string;
1347
+ elevation?: number | string;
1348
+ 'enable-background'?: number | string;
1349
+ end?: number | string;
1350
+ exponent?: number | string;
1351
+ externalResourcesRequired?: number | string;
1352
+ fill?: string;
1353
+ 'fill-opacity'?: number | string;
1354
+ 'fill-rule'?: 'nonzero' | 'evenodd' | 'inherit';
1355
+ filter?: string;
1356
+ filterRes?: number | string;
1357
+ filterUnits?: number | string;
1358
+ 'flood-color'?: number | string;
1359
+ 'flood-opacity'?: number | string;
1360
+ focusable?: number | string;
1361
+ 'font-family'?: string;
1362
+ 'font-size'?: number | string;
1363
+ 'font-size-adjust'?: number | string;
1364
+ 'font-stretch'?: number | string;
1365
+ 'font-style'?: number | string;
1366
+ 'font-variant'?: number | string;
1367
+ 'font-weight'?: number | string;
1368
+ format?: number | string;
1369
+ from?: number | string;
1370
+ fx?: number | string;
1371
+ fy?: number | string;
1372
+ g1?: number | string;
1373
+ g2?: number | string;
1374
+ 'glyph-name'?: number | string;
1375
+ 'glyph-orientation-horizontal'?: number | string;
1376
+ 'glyph-orientation-vertical'?: number | string;
1377
+ glyphRef?: number | string;
1378
+ gradientTransform?: string;
1379
+ gradientUnits?: string;
1380
+ hanging?: number | string;
1381
+ 'horiz-adv-x'?: number | string;
1382
+ 'horiz-origin-x'?: number | string;
1383
+ href?: string;
1384
+ ideographic?: number | string;
1385
+ 'image-rendering'?: number | string;
1386
+ in2?: number | string;
1387
+ in?: string;
1388
+ intercept?: number | string;
1389
+ k1?: number | string;
1390
+ k2?: number | string;
1391
+ k3?: number | string;
1392
+ k4?: number | string;
1393
+ k?: number | string;
1394
+ kernelMatrix?: number | string;
1395
+ kernelUnitLength?: number | string;
1396
+ kerning?: number | string;
1397
+ keyPoints?: number | string;
1398
+ keySplines?: number | string;
1399
+ keyTimes?: number | string;
1400
+ lengthAdjust?: number | string;
1401
+ 'letter-spacing'?: number | string;
1402
+ 'lighting-color'?: number | string;
1403
+ limitingConeAngle?: number | string;
1404
+ local?: number | string;
1405
+ 'marker-end'?: string;
1406
+ markerHeight?: number | string;
1407
+ 'marker-mid'?: string;
1408
+ 'marker-start'?: string;
1409
+ markerUnits?: number | string;
1410
+ markerWidth?: number | string;
1411
+ mask?: string;
1412
+ maskContentUnits?: number | string;
1413
+ maskUnits?: number | string;
1414
+ mathematical?: number | string;
1415
+ mode?: number | string;
1416
+ numOctaves?: number | string;
1417
+ offset?: number | string;
1418
+ opacity?: number | string;
1419
+ operator?: number | string;
1420
+ order?: number | string;
1421
+ orient?: number | string;
1422
+ orientation?: number | string;
1423
+ origin?: number | string;
1424
+ overflow?: number | string;
1425
+ 'overline-position'?: number | string;
1426
+ 'overline-thickness'?: number | string;
1427
+ 'paint-order'?: number | string;
1428
+ panose1?: number | string;
1429
+ pathLength?: number | string;
1430
+ patternContentUnits?: string;
1431
+ patternTransform?: number | string;
1432
+ patternUnits?: string;
1433
+ 'pointer-events'?: number | string;
1434
+ points?: string;
1435
+ pointsAtX?: number | string;
1436
+ pointsAtY?: number | string;
1437
+ pointsAtZ?: number | string;
1438
+ preserveAlpha?: number | string;
1439
+ preserveAspectRatio?: string;
1440
+ primitiveUnits?: number | string;
1441
+ r?: number | string;
1442
+ radius?: number | string;
1443
+ refX?: number | string;
1444
+ refY?: number | string;
1445
+ 'rendering-intent'?: number | string;
1446
+ repeatCount?: number | string;
1447
+ repeatDur?: number | string;
1448
+ requiredextensions?: number | string;
1449
+ requiredFeatures?: number | string;
1450
+ restart?: number | string;
1451
+ result?: string;
1452
+ rotate?: number | string;
1453
+ rx?: number | string;
1454
+ ry?: number | string;
1455
+ scale?: number | string;
1456
+ seed?: number | string;
1457
+ 'shape-rendering'?: number | string;
1458
+ slope?: number | string;
1459
+ spacing?: number | string;
1460
+ specularConstant?: number | string;
1461
+ specularExponent?: number | string;
1462
+ speed?: number | string;
1463
+ spreadMethod?: string;
1464
+ startOffset?: number | string;
1465
+ stdDeviation?: number | string;
1466
+ stemh?: number | string;
1467
+ stemv?: number | string;
1468
+ stitchTiles?: number | string;
1469
+ 'stop-color'?: string;
1470
+ 'stop-opacity'?: number | string;
1471
+ 'strikethrough-position'?: number | string;
1472
+ 'strikethrough-thickness'?: number | string;
1473
+ string?: number | string;
1474
+ stroke?: string;
1475
+ 'stroke-dasharray'?: string | number;
1476
+ 'stroke-dashoffset'?: string | number;
1477
+ 'stroke-linecap'?: 'butt' | 'round' | 'square' | 'inherit';
1478
+ 'stroke-linejoin'?: 'miter' | 'round' | 'bevel' | 'inherit';
1479
+ 'stroke-miterlimit'?: string;
1480
+ 'stroke-opacity'?: number | string;
1481
+ 'stroke-width'?: number | string;
1482
+ surfaceScale?: number | string;
1483
+ systemLanguage?: number | string;
1484
+ tableValues?: number | string;
1485
+ targetX?: number | string;
1486
+ targetY?: number | string;
1487
+ 'text-anchor'?: string;
1488
+ 'text-decoration'?: number | string;
1489
+ textLength?: number | string;
1490
+ 'text-rendering'?: number | string;
1491
+ to?: number | string;
1492
+ transform?: string;
1493
+ u1?: number | string;
1494
+ u2?: number | string;
1495
+ 'underline-position'?: number | string;
1496
+ 'underline-thickness'?: number | string;
1497
+ unicode?: number | string;
1498
+ 'unicode-bidi'?: number | string;
1499
+ 'unicode-range'?: number | string;
1500
+ 'units-per-em'?: number | string;
1501
+ 'v-alphabetic'?: number | string;
1502
+ values?: string;
1503
+ 'vector-effect'?: number | string;
1504
+ version?: string;
1505
+ 'vert-adv-y'?: number | string;
1506
+ 'vert-origin-x'?: number | string;
1507
+ 'vert-origin-y'?: number | string;
1508
+ 'v-hanging'?: number | string;
1509
+ 'v-ideographic'?: number | string;
1510
+ viewBox?: string;
1511
+ viewTarget?: number | string;
1512
+ visibility?: number | string;
1513
+ 'v-mathematical'?: number | string;
1514
+ widths?: number | string;
1515
+ 'word-spacing'?: number | string;
1516
+ 'writing-mode'?: number | string;
1517
+ x1?: number | string;
1518
+ x2?: number | string;
1519
+ x?: number | string;
1520
+ 'x-channel-selector'?: string;
1521
+ 'x-height'?: number | string;
1522
+ xlinkActuate?: string;
1523
+ xlinkArcrole?: string;
1524
+ xlinkHref?: string;
1525
+ xlinkRole?: string;
1526
+ xlinkShow?: string;
1527
+ xlinkTitle?: string;
1528
+ xlinkType?: string;
1529
+ xmlBase?: string;
1530
+ xmlLang?: string;
1531
+ xmlns?: string;
1532
+ xmlSpace?: string;
1533
+ y1?: number | string;
1534
+ y2?: number | string;
1535
+ y?: number | string;
1536
+ yChannelSelector?: string;
1537
+ z?: number | string;
1538
+ zoomAndPan?: string;
1539
+ }
1540
+ interface DOMAttributes<T> extends JSXAttributes<T> {
1541
+ slot?: string;
1542
+ part?: string;
1543
+ exportparts?: string;
1544
+ onCopy?: (event: ClipboardEvent) => void;
1545
+ onCopyCapture?: (event: ClipboardEvent) => void;
1546
+ onCut?: (event: ClipboardEvent) => void;
1547
+ onCutCapture?: (event: ClipboardEvent) => void;
1548
+ onPaste?: (event: ClipboardEvent) => void;
1549
+ onPasteCapture?: (event: ClipboardEvent) => void;
1550
+ onCompositionend?: (event: CompositionEvent) => void;
1551
+ onCompositionendCapture?: (event: CompositionEvent) => void;
1552
+ onCompositionstart?: (event: CompositionEvent) => void;
1553
+ onCompositionstartCapture?: (event: CompositionEvent) => void;
1554
+ onCompositionupdate?: (event: CompositionEvent) => void;
1555
+ onCompositionupdateCapture?: (event: CompositionEvent) => void;
1556
+ onFocus?: (event: FocusEvent) => void;
1557
+ onFocusCapture?: (event: FocusEvent) => void;
1558
+ onFocusin?: (event: FocusEvent) => void;
1559
+ onFocusinCapture?: (event: FocusEvent) => void;
1560
+ onFocusout?: (event: FocusEvent) => void;
1561
+ onFocusoutCapture?: (event: FocusEvent) => void;
1562
+ onBlur?: (event: FocusEvent) => void;
1563
+ onBlurCapture?: (event: FocusEvent) => void;
1564
+ onChange?: (event: Event) => void;
1565
+ onChangeCapture?: (event: Event) => void;
1566
+ onInput?: (event: InputEvent) => void;
1567
+ onInputCapture?: (event: InputEvent) => void;
1568
+ onReset?: (event: Event) => void;
1569
+ onResetCapture?: (event: Event) => void;
1570
+ onSubmit?: (event: Event) => void;
1571
+ onSubmitCapture?: (event: Event) => void;
1572
+ onInvalid?: (event: Event) => void;
1573
+ onInvalidCapture?: (event: Event) => void;
1574
+ onLoad?: (event: Event) => void;
1575
+ onLoadCapture?: (event: Event) => void;
1576
+ onError?: (event: Event) => void;
1577
+ onErrorCapture?: (event: Event) => void;
1578
+ onKeyDown?: (event: KeyboardEvent) => void;
1579
+ onKeyDownCapture?: (event: KeyboardEvent) => void;
1580
+ onKeyPress?: (event: KeyboardEvent) => void;
1581
+ onKeyPressCapture?: (event: KeyboardEvent) => void;
1582
+ onKeyUp?: (event: KeyboardEvent) => void;
1583
+ onKeyUpCapture?: (event: KeyboardEvent) => void;
1584
+ onAuxClick?: (event: MouseEvent) => void;
1585
+ onClick?: (event: MouseEvent) => void;
1586
+ onClickCapture?: (event: MouseEvent) => void;
1587
+ onContextMenu?: (event: MouseEvent) => void;
1588
+ onContextMenuCapture?: (event: MouseEvent) => void;
1589
+ onDblClick?: (event: MouseEvent) => void;
1590
+ onDblClickCapture?: (event: MouseEvent) => void;
1591
+ onDrag?: (event: DragEvent) => void;
1592
+ onDragCapture?: (event: DragEvent) => void;
1593
+ onDragEnd?: (event: DragEvent) => void;
1594
+ onDragEndCapture?: (event: DragEvent) => void;
1595
+ onDragEnter?: (event: DragEvent) => void;
1596
+ onDragEnterCapture?: (event: DragEvent) => void;
1597
+ onDragExit?: (event: DragEvent) => void;
1598
+ onDragExitCapture?: (event: DragEvent) => void;
1599
+ onDragLeave?: (event: DragEvent) => void;
1600
+ onDragLeaveCapture?: (event: DragEvent) => void;
1601
+ onDragOver?: (event: DragEvent) => void;
1602
+ onDragOverCapture?: (event: DragEvent) => void;
1603
+ onDragStart?: (event: DragEvent) => void;
1604
+ onDragStartCapture?: (event: DragEvent) => void;
1605
+ onDrop?: (event: DragEvent) => void;
1606
+ onDropCapture?: (event: DragEvent) => void;
1607
+ onMouseDown?: (event: MouseEvent) => void;
1608
+ onMouseDownCapture?: (event: MouseEvent) => void;
1609
+ onMouseEnter?: (event: MouseEvent) => void;
1610
+ onMouseLeave?: (event: MouseEvent) => void;
1611
+ onMouseMove?: (event: MouseEvent) => void;
1612
+ onMouseMoveCapture?: (event: MouseEvent) => void;
1613
+ onMouseOut?: (event: MouseEvent) => void;
1614
+ onMouseOutCapture?: (event: MouseEvent) => void;
1615
+ onMouseOver?: (event: MouseEvent) => void;
1616
+ onMouseOverCapture?: (event: MouseEvent) => void;
1617
+ onMouseUp?: (event: MouseEvent) => void;
1618
+ onMouseUpCapture?: (event: MouseEvent) => void;
1619
+ onTouchCancel?: (event: TouchEvent) => void;
1620
+ onTouchCancelCapture?: (event: TouchEvent) => void;
1621
+ onTouchEnd?: (event: TouchEvent) => void;
1622
+ onTouchEndCapture?: (event: TouchEvent) => void;
1623
+ onTouchMove?: (event: TouchEvent) => void;
1624
+ onTouchMoveCapture?: (event: TouchEvent) => void;
1625
+ onTouchStart?: (event: TouchEvent) => void;
1626
+ onTouchStartCapture?: (event: TouchEvent) => void;
1627
+ onPointerDown?: (event: PointerEvent) => void;
1628
+ onPointerDownCapture?: (event: PointerEvent) => void;
1629
+ onPointerMove?: (event: PointerEvent) => void;
1630
+ onPointerMoveCapture?: (event: PointerEvent) => void;
1631
+ onPointerUp?: (event: PointerEvent) => void;
1632
+ onPointerUpCapture?: (event: PointerEvent) => void;
1633
+ onPointerCancel?: (event: PointerEvent) => void;
1634
+ onPointerCancelCapture?: (event: PointerEvent) => void;
1635
+ onPointerEnter?: (event: PointerEvent) => void;
1636
+ onPointerEnterCapture?: (event: PointerEvent) => void;
1637
+ onPointerLeave?: (event: PointerEvent) => void;
1638
+ onPointerLeaveCapture?: (event: PointerEvent) => void;
1639
+ onPointerOver?: (event: PointerEvent) => void;
1640
+ onPointerOverCapture?: (event: PointerEvent) => void;
1641
+ onPointerOut?: (event: PointerEvent) => void;
1642
+ onPointerOutCapture?: (event: PointerEvent) => void;
1643
+ onGotPointerCapture?: (event: PointerEvent) => void;
1644
+ onGotPointerCaptureCapture?: (event: PointerEvent) => void;
1645
+ onLostPointerCapture?: (event: PointerEvent) => void;
1646
+ onLostPointerCaptureCapture?: (event: PointerEvent) => void;
1647
+ onScroll?: (event: UIEvent) => void;
1648
+ onScrollCapture?: (event: UIEvent) => void;
1649
+ onWheel?: (event: WheelEvent) => void;
1650
+ onWheelCapture?: (event: WheelEvent) => void;
1651
+ onAnimationStart?: (event: AnimationEvent) => void;
1652
+ onAnimationStartCapture?: (event: AnimationEvent) => void;
1653
+ onAnimationEnd?: (event: AnimationEvent) => void;
1654
+ onAnimationEndCapture?: (event: AnimationEvent) => void;
1655
+ onAnimationIteration?: (event: AnimationEvent) => void;
1656
+ onAnimationIterationCapture?: (event: AnimationEvent) => void;
1657
+ onTransitionCancel?: (event: TransitionEvent) => void;
1658
+ onTransitionCancelCapture?: (event: TransitionEvent) => void;
1659
+ onTransitionEnd?: (event: TransitionEvent) => void;
1660
+ onTransitionEndCapture?: (event: TransitionEvent) => void;
1661
+ onTransitionRun?: (event: TransitionEvent) => void;
1662
+ onTransitionRunCapture?: (event: TransitionEvent) => void;
1663
+ onTransitionStart?: (event: TransitionEvent) => void;
1664
+ onTransitionStartCapture?: (event: TransitionEvent) => void;
1665
+ }
1666
+ }
1667
+ export interface JSXAttributes<T = Element> {
1668
+ key?: string | number;
1669
+ ref?: (elm?: T) => void;
1670
+ }
1671
+ export interface CustomElementsDefineOptions {
1672
+ exclude?: string[];
1673
+ resourcesUrl?: string;
1674
+ syncQueue?: boolean;
1675
+ transformTagName?: (tagName: string) => string;
1676
+ jmp?: (c: Function) => any;
1677
+ raf?: (c: FrameRequestCallback) => number;
1678
+ ael?: (el: EventTarget, eventName: string, listener: EventListenerOrEventListenerObject, options: boolean | AddEventListenerOptions) => void;
1679
+ rel?: (el: EventTarget, eventName: string, listener: EventListenerOrEventListenerObject, options: boolean | AddEventListenerOptions) => void;
1680
+ ce?: (eventName: string, opts?: any) => CustomEvent;
1681
+ }