@six-group/ui-library 3.0.0-beta.1.11

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