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

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