@medyll/idae-slotui-svelte 0.3.0 → 0.5.0

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 (252) hide show
  1. package/dist/base/alert/Alert.demo.svelte.d.ts +17 -12
  2. package/dist/base/alert/Alert.svelte.d.ts +37 -34
  3. package/dist/base/avatar/Avatar.demo.svelte.d.ts +17 -12
  4. package/dist/base/avatar/Avatar.preview.svelte.d.ts +17 -12
  5. package/dist/base/avatar/Avatar.svelte.d.ts +31 -27
  6. package/dist/base/backdrop/Backdrop.demo.svelte.d.ts +17 -12
  7. package/dist/base/backdrop/Backdrop.svelte.d.ts +19 -19
  8. package/dist/base/badge/Badge.svelte.d.ts +16 -12
  9. package/dist/base/box/Box.demo.svelte.d.ts +17 -12
  10. package/dist/base/box/Box.svelte.d.ts +40 -41
  11. package/dist/base/cartouche/Cartouche.demo.svelte.d.ts +17 -12
  12. package/dist/base/cartouche/Cartouche.preview.svelte.d.ts +23 -19
  13. package/dist/base/cartouche/Cartouche.svelte.d.ts +48 -48
  14. package/dist/base/chipper/Chipper.demo.svelte.d.ts +17 -12
  15. package/dist/base/chipper/Chipper.svelte.d.ts +33 -29
  16. package/dist/base/columner/Column.svelte.d.ts +16 -12
  17. package/dist/base/columner/Columner.demo.svelte.d.ts +17 -12
  18. package/dist/base/columner/Columner.svelte.d.ts +18 -14
  19. package/dist/base/contentSwitcher/ContentSwitcher.demo.svelte.d.ts +17 -12
  20. package/dist/base/contentSwitcher/ContentSwitcher.svelte.d.ts +33 -29
  21. package/dist/base/debug/Debug.svelte.d.ts +18 -14
  22. package/dist/base/demoer/DemoPage.svelte.d.ts +16 -12
  23. package/dist/base/demoer/Demoer.svelte.d.ts +13 -6
  24. package/dist/base/demoer/DemoerCode.svelte.d.ts +22 -18
  25. package/dist/base/demoer/DemoerComponent.svelte.d.ts +13 -6
  26. package/dist/base/divider/Divider.demo.svelte.d.ts +17 -12
  27. package/dist/base/divider/Divider.svelte.d.ts +25 -21
  28. package/dist/base/icon/Icon.demo.svelte.d.ts +17 -12
  29. package/dist/base/icon/Icon.svelte.d.ts +26 -22
  30. package/dist/base/paper/Paper.demo.svelte.d.ts +17 -12
  31. package/dist/base/paper/Paper.svelte.d.ts +28 -24
  32. package/dist/base/titleBar/TitleBar.demo.svelte.d.ts +17 -12
  33. package/dist/base/titleBar/TitleBar.svelte.d.ts +24 -20
  34. package/dist/controls/autocomplete/AutoComplete.demo.svelte.d.ts +17 -12
  35. package/dist/controls/autocomplete/AutoComplete.svelte.d.ts +28 -21
  36. package/dist/controls/button/Button.demo.svelte.d.ts +17 -12
  37. package/dist/controls/button/Button.svelte +1 -1
  38. package/dist/controls/button/Button.svelte.d.ts +41 -37
  39. package/dist/controls/button/ButtonAction.svelte.d.ts +44 -40
  40. package/dist/controls/button/ButtonMenu.svelte.d.ts +13 -6
  41. package/dist/controls/button/IconButton.svelte.d.ts +32 -28
  42. package/dist/controls/checkbox/Checkbox.demo.svelte.d.ts +17 -12
  43. package/dist/controls/checkbox/Checkbox.svelte.d.ts +437 -433
  44. package/dist/controls/confirm/Confirm.demo.svelte.d.ts +17 -12
  45. package/dist/controls/confirm/Confirm.preview.svelte.d.ts +17 -12
  46. package/dist/controls/confirm/Confirm.svelte.d.ts +18 -11
  47. package/dist/controls/inplaceedit/InPlaceEdit.demo.svelte.d.ts +17 -12
  48. package/dist/controls/inplaceedit/InPlaceEdit.svelte.d.ts +23 -19
  49. package/dist/controls/progress/Progress.demo.svelte.d.ts +17 -12
  50. package/dist/controls/progress/Progress.svelte.d.ts +23 -19
  51. package/dist/controls/rating/Rating.demo.svelte.d.ts +17 -12
  52. package/dist/controls/rating/Rating.svelte.d.ts +33 -29
  53. package/dist/controls/select/Select.demo.svelte.d.ts +17 -12
  54. package/dist/controls/select/Select.svelte.d.ts +44 -40
  55. package/dist/controls/slider/Slider.demo.svelte.d.ts +17 -12
  56. package/dist/controls/slider/Slider.svelte.d.ts +42 -38
  57. package/dist/controls/stepper/Stepper.demo.svelte.d.ts +17 -12
  58. package/dist/controls/stepper/Stepper.svelte.d.ts +27 -23
  59. package/dist/controls/switch/Switch.demo.svelte.d.ts +17 -12
  60. package/dist/controls/switch/Switch.svelte.d.ts +20 -13
  61. package/dist/controls/textfield/TextField.demo.svelte.d.ts +17 -12
  62. package/dist/controls/textfield/TextField.svelte.d.ts +39 -35
  63. package/dist/data/dataList/DataList.demo.svelte.d.ts +17 -12
  64. package/dist/data/dataList/DataList.preview.svelte.d.ts +17 -12
  65. package/dist/data/dataList/DataList.svelte.d.ts +40 -37
  66. package/dist/data/dataList/DataListCell.svelte +2 -1
  67. package/dist/data/dataList/DataListCell.svelte.d.ts +21 -15
  68. package/dist/data/dataList/DataListHead.svelte.d.ts +22 -18
  69. package/dist/data/dataList/DataListRow.svelte.d.ts +13 -6
  70. package/dist/data/finder/Finder.demo.svelte.d.ts +17 -12
  71. package/dist/data/finder/Finder.svelte.d.ts +30 -26
  72. package/dist/data/grouper/Grouper.demo.svelte.d.ts +17 -12
  73. package/dist/data/grouper/Grouper.svelte.d.ts +32 -26
  74. package/dist/data/jsoner/Jsoner.svelte.d.ts +16 -12
  75. package/dist/data/list/List.svelte.d.ts +16 -12
  76. package/dist/data/list/ListItem.svelte.d.ts +16 -12
  77. package/dist/data/list/ListTitle.svelte.d.ts +16 -12
  78. package/dist/data/loader/Loader.demo.svelte.d.ts +17 -12
  79. package/dist/data/loader/Loader.preview.svelte.d.ts +17 -12
  80. package/dist/data/loader/Loader.svelte.d.ts +43 -39
  81. package/dist/data/sorter/Sorter.demo.svelte.d.ts +17 -12
  82. package/dist/data/sorter/Sorter.svelte.d.ts +26 -22
  83. package/dist/data/sorter/Sorterer.svelte.d.ts +16 -12
  84. package/dist/index.d.ts +386 -280
  85. package/dist/index.js +386 -280
  86. package/dist/navigation/drawer/Drawer.demo.svelte.d.ts +17 -12
  87. package/dist/navigation/drawer/Drawer.svelte.d.ts +47 -46
  88. package/dist/navigation/tabs/Tabs.demo.svelte.d.ts +17 -12
  89. package/dist/navigation/tabs/Tabs.preview.svelte.d.ts +17 -12
  90. package/dist/navigation/tabs/Tabs.svelte.d.ts +31 -24
  91. package/dist/slotui-css/alert.css +96 -0
  92. package/dist/slotui-css/alert.min.css +1 -0
  93. package/dist/slotui-css/auto-complete.css +12 -0
  94. package/dist/slotui-css/auto-complete.min.css +1 -0
  95. package/dist/slotui-css/avatar.css +13 -0
  96. package/dist/slotui-css/avatar.min.css +1 -0
  97. package/dist/slotui-css/backdrop.css +32 -0
  98. package/dist/slotui-css/backdrop.min.css +1 -0
  99. package/dist/slotui-css/badge.css +16 -0
  100. package/dist/slotui-css/badge.min.css +1 -0
  101. package/dist/slotui-css/boot-menu.css +77 -0
  102. package/dist/slotui-css/boot-menu.min.css +1 -0
  103. package/dist/slotui-css/box.css +29 -0
  104. package/dist/slotui-css/box.min.css +1 -0
  105. package/dist/slotui-css/breadcrumb.css +3 -0
  106. package/dist/slotui-css/breadcrumb.min.css +1 -0
  107. package/dist/slotui-css/button-action.css +7 -0
  108. package/dist/slotui-css/button-action.min.css +1 -0
  109. package/dist/slotui-css/button-menu.css +31 -0
  110. package/dist/slotui-css/button-menu.min.css +1 -0
  111. package/dist/slotui-css/button.css +1195 -0
  112. package/dist/slotui-css/button.min.css +1 -0
  113. package/dist/slotui-css/cartouche.css +90 -0
  114. package/dist/slotui-css/cartouche.min.css +1 -0
  115. package/dist/slotui-css/checkbox.css +123 -0
  116. package/dist/slotui-css/checkbox.min.css +1 -0
  117. package/dist/slotui-css/chipper.css +56 -0
  118. package/dist/slotui-css/chipper.min.css +1 -0
  119. package/dist/slotui-css/chrome-frame.css +34 -0
  120. package/dist/slotui-css/chrome-frame.min.css +1 -0
  121. package/dist/slotui-css/confirm.css +9 -0
  122. package/dist/slotui-css/confirm.min.css +1 -0
  123. package/dist/slotui-css/content-switcher.css +21 -0
  124. package/dist/slotui-css/content-switcher.min.css +1 -0
  125. package/dist/slotui-css/csss.css +10 -0
  126. package/dist/slotui-css/csss.min.css +1 -0
  127. package/dist/slotui-css/datalist.css +136 -0
  128. package/dist/slotui-css/datalist.min.css +1 -0
  129. package/dist/slotui-css/divider.css +16 -0
  130. package/dist/slotui-css/divider.min.css +1 -0
  131. package/dist/slotui-css/drawer.css +84 -0
  132. package/dist/slotui-css/drawer.min.css +1 -0
  133. package/dist/slotui-css/finder.css +73 -0
  134. package/dist/slotui-css/finder.min.css +1 -0
  135. package/dist/slotui-css/frame.css +49 -0
  136. package/dist/slotui-css/frame.min.css +1 -0
  137. package/dist/slotui-css/icon.css +16 -0
  138. package/dist/slotui-css/icon.min.css +1 -0
  139. package/dist/slotui-css/loader.css +46 -0
  140. package/dist/slotui-css/loader.min.css +1 -0
  141. package/dist/slotui-css/marquee.css +56 -0
  142. package/dist/slotui-css/marquee.min.css +1 -0
  143. package/dist/slotui-css/menu-list.css +346 -0
  144. package/dist/slotui-css/menu-list.min.css +1 -0
  145. package/dist/slotui-css/menu.css +95 -0
  146. package/dist/slotui-css/menu.min.css +1 -0
  147. package/dist/slotui-css/panel.css +25 -0
  148. package/dist/slotui-css/panel.min.css +1 -0
  149. package/dist/slotui-css/paper.css +21 -0
  150. package/dist/slotui-css/paper.min.css +1 -0
  151. package/dist/slotui-css/popper.css +85 -0
  152. package/dist/slotui-css/popper.min.css +1 -0
  153. package/dist/slotui-css/progress.css +20 -0
  154. package/dist/slotui-css/progress.min.css +1 -0
  155. package/dist/slotui-css/rating.css +9 -0
  156. package/dist/slotui-css/rating.min.css +1 -0
  157. package/dist/slotui-css/select.css +11 -0
  158. package/dist/slotui-css/select.min.css +1 -0
  159. package/dist/slotui-css/slider.css +72 -0
  160. package/dist/slotui-css/slider.min.css +1 -0
  161. package/dist/slotui-css/slotui-combined.css +0 -0
  162. package/dist/slotui-css/slotui-mixins.css +0 -0
  163. package/dist/slotui-css/slotui-mixins.min.css +0 -0
  164. package/dist/slotui-css/slotui-presets.css +0 -0
  165. package/dist/slotui-css/slotui-presets.min.css +0 -0
  166. package/dist/slotui-css/slotui-sheet.css +295 -0
  167. package/dist/slotui-css/slotui-sheet.min.css +1 -0
  168. package/dist/slotui-css/sorterer.css +11 -0
  169. package/dist/slotui-css/sorterer.min.css +1 -0
  170. package/dist/slotui-css/stepper.css +20 -0
  171. package/dist/slotui-css/stepper.min.css +1 -0
  172. package/dist/slotui-css/stylesheet-container.css +374 -0
  173. package/dist/slotui-css/stylesheet-container.min.css +1 -0
  174. package/dist/slotui-css/stylesheet.css +374 -0
  175. package/dist/slotui-css/stylesheet.min.css +1 -0
  176. package/dist/slotui-css/switch.css +63 -0
  177. package/dist/slotui-css/switch.min.css +1 -0
  178. package/dist/slotui-css/tabs.css +85 -0
  179. package/dist/slotui-css/tabs.min.css +1 -0
  180. package/dist/slotui-css/taskbar.css +25 -0
  181. package/dist/slotui-css/taskbar.min.css +1 -0
  182. package/dist/slotui-css/textfield.css +127 -0
  183. package/dist/slotui-css/textfield.min.css +1 -0
  184. package/dist/slotui-css/title-bar.css +26 -0
  185. package/dist/slotui-css/title-bar.min.css +1 -0
  186. package/dist/slotui-css/toggle-bar.css +41 -0
  187. package/dist/slotui-css/toggle-bar.min.css +1 -0
  188. package/dist/slotui-css/toolbar.css +28 -0
  189. package/dist/slotui-css/toolbar.min.css +1 -0
  190. package/dist/slotui-css/tree.css +51 -0
  191. package/dist/slotui-css/tree.min.css +1 -0
  192. package/dist/slotui-css/window.css +60 -0
  193. package/dist/slotui-css/window.min.css +1 -0
  194. package/dist/styles/slotuisheet/SlotuiSheet.svelte.d.ts +16 -12
  195. package/dist/styles/slotuisheet/SlotyuiSheet.demo.svelte.d.ts +16 -12
  196. package/dist/ui/bootstrapp/BootStrApp.svelte.d.ts +18 -14
  197. package/dist/ui/chromeFrame/ChromeFrame.svelte.d.ts +19 -15
  198. package/dist/ui/chromeFrame/ChromeFrameButtonList.svelte.d.ts +20 -16
  199. package/dist/ui/chromeFrame/ChromeFrameList.svelte.d.ts +25 -21
  200. package/dist/ui/frame/Frame.demo.svelte.d.ts +17 -12
  201. package/dist/ui/frame/Frame.svelte.d.ts +20 -39
  202. package/dist/ui/login/Login.demo.svelte.d.ts +17 -12
  203. package/dist/ui/login/Login.svelte.d.ts +20 -35
  204. package/dist/ui/marquee/Marque.demo.svelte.d.ts +16 -12
  205. package/dist/ui/marquee/Marquee.svelte.d.ts +24 -17
  206. package/dist/ui/menu/Menu.svelte.d.ts +13 -6
  207. package/dist/ui/menu/MenuItem.svelte.d.ts +13 -6
  208. package/dist/ui/menu/MenuTitle.svelte.d.ts +16 -12
  209. package/dist/ui/menuList/MenuList.demo.svelte.d.ts +17 -12
  210. package/dist/ui/menuList/MenuList.svelte.d.ts +20 -53
  211. package/dist/ui/menuList/MenuListItem.svelte.d.ts +13 -6
  212. package/dist/ui/menuList/MenuListTitle.svelte.d.ts +16 -12
  213. package/dist/ui/panel/Panel.demo.svelte.d.ts +17 -12
  214. package/dist/ui/panel/Panel.svelte.d.ts +18 -14
  215. package/dist/ui/panel/PanelGrid.svelte.d.ts +16 -12
  216. package/dist/ui/panel/PanelSlide.svelte.d.ts +33 -34
  217. package/dist/ui/panel/Paneler.svelte.d.ts +24 -21
  218. package/dist/ui/popper/Popper.demo.svelte.d.ts +17 -12
  219. package/dist/ui/popper/Popper.svelte.d.ts +25 -47
  220. package/dist/ui/popper/actions.d.ts +17 -1
  221. package/dist/ui/preview/Preview.svelte.d.ts +16 -12
  222. package/dist/ui/serviceBox/ServiceBox.svelte.d.ts +16 -12
  223. package/dist/ui/startMenu/BootMenu.svelte.d.ts +16 -12
  224. package/dist/ui/taskbar/TaskBarContent.svelte.d.ts +18 -14
  225. package/dist/ui/taskbar/Taskbar.svelte.d.ts +16 -12
  226. package/dist/ui/themeswitcher/ThemeSwitcher.svelte.d.ts +18 -14
  227. package/dist/ui/toast/Toast.demo.svelte.d.ts +17 -12
  228. package/dist/ui/toast/Toast.svelte.d.ts +16 -12
  229. package/dist/ui/toast/Toaster.svelte.d.ts +19 -15
  230. package/dist/ui/toggleBar/ToggleBar.demo.svelte.d.ts +17 -12
  231. package/dist/ui/toggleBar/ToggleBar.svelte.d.ts +16 -12
  232. package/dist/ui/toolBar/ToolBar.demo.svelte.d.ts +17 -12
  233. package/dist/ui/toolBar/ToolBar.svelte.d.ts +16 -12
  234. package/dist/ui/tree/Tree.demo.svelte.d.ts +17 -12
  235. package/dist/ui/tree/Tree.preview.svelte.d.ts +17 -12
  236. package/dist/ui/tree/Tree.svelte.d.ts +13 -6
  237. package/dist/ui/window/Window.demo.svelte.d.ts +17 -12
  238. package/dist/ui/window/Window.svelte.d.ts +62 -61
  239. package/dist/ui/window/actions.svelte.d.ts +9 -1
  240. package/dist/ui/window/actions.svelte.js +1 -1
  241. package/dist/utils/content/Content.svelte.d.ts +17 -13
  242. package/dist/utils/contextRooter/ContextRooter.demo.svelte.d.ts +16 -12
  243. package/dist/utils/contextRooter/ContextRooter.svelte.d.ts +13 -6
  244. package/dist/utils/css/Css.demo.svelte.d.ts +17 -12
  245. package/dist/utils/css/Css.svelte.d.ts +16 -12
  246. package/dist/utils/engine/utils.js +2 -2
  247. package/dist/utils/looper/Looper.demo.svelte.d.ts +17 -12
  248. package/dist/utils/looper/Looper.svelte.d.ts +13 -6
  249. package/dist/utils/slotted/Slotted.svelte.d.ts +20 -16
  250. package/dist/utils/stylesheet/StyleSheet.demo.svelte.d.ts +17 -12
  251. package/dist/utils/stylesheet/StyleSheet.svelte.d.ts +16 -12
  252. package/package.json +34 -35
@@ -1,436 +1,440 @@
1
- import { SvelteComponent } from "svelte";
2
1
  import type { ElementProps } from '../../types/index.js';
3
- declare const __propDef: {
4
- props: {
5
- 'anchor-for'?: string;
6
- element?: HTMLElement;
7
- class?: string;
8
- style?: (string & CSSStyleDeclaration) | undefined;
9
- container?: `inline` | `size` | `normal`;
10
- hideMaxWidth?: string;
11
- hideMaxHeight?: string;
12
- hideMinWidth?: string;
13
- hideMinHeight?: string;
14
- children?: (import("svelte").Snippet<[any]> & HTMLCollection) | undefined;
15
- accept?: string | undefined;
16
- align?: string | undefined;
17
- alt?: string | undefined;
18
- autocomplete?: AutoFill | undefined;
19
- capture?: string | undefined;
20
- checked?: boolean | undefined;
21
- defaultChecked?: boolean | undefined;
22
- defaultValue?: string | undefined;
23
- dirName?: string | undefined;
24
- disabled?: boolean | undefined;
25
- files?: FileList | null | undefined;
26
- readonly form?: HTMLFormElement | null | undefined;
27
- formAction?: string | undefined;
28
- formEnctype?: string | undefined;
29
- formMethod?: string | undefined;
30
- formNoValidate?: boolean | undefined;
31
- formTarget?: string | undefined;
32
- height?: number | undefined;
33
- indeterminate?: boolean | undefined;
34
- readonly labels?: NodeListOf<HTMLLabelElement> | null | undefined;
35
- readonly list?: HTMLDataListElement | null | undefined;
36
- max?: string | undefined;
37
- maxLength?: number | undefined;
38
- min?: string | undefined;
39
- minLength?: number | undefined;
40
- multiple?: boolean | undefined;
41
- name?: string | undefined;
42
- pattern?: string | undefined;
43
- placeholder?: string | undefined;
44
- readOnly?: boolean | undefined;
45
- required?: boolean | undefined;
46
- selectionDirection?: "none" | "forward" | "backward" | null | undefined;
47
- selectionEnd?: number | null | undefined;
48
- selectionStart?: number | null | undefined;
49
- size?: number | undefined;
50
- src?: string | undefined;
51
- step?: string | undefined;
52
- type?: string | undefined;
53
- useMap?: string | undefined;
54
- readonly validationMessage?: string | undefined;
55
- readonly validity?: ValidityState | undefined;
56
- value?: any;
57
- valueAsDate?: Date | null | undefined;
58
- valueAsNumber?: number | undefined;
59
- readonly webkitEntries?: readonly FileSystemEntry[] | undefined;
60
- webkitdirectory?: boolean | undefined;
61
- width?: number | undefined;
62
- readonly willValidate?: boolean | undefined;
63
- checkValidity?: (() => boolean) | undefined;
64
- reportValidity?: (() => boolean) | undefined;
65
- select?: (() => void) | undefined;
66
- setCustomValidity?: ((error: string) => void) | undefined;
67
- setRangeText?: {
68
- (replacement: string): void;
69
- (replacement: string, start: number, end: number, selectionMode?: SelectionMode): void;
70
- } | undefined;
71
- setSelectionRange?: ((start: number | null, end: number | null, direction?: "forward" | "backward" | "none") => void) | undefined;
72
- showPicker?: (() => void) | undefined;
73
- stepDown?: ((n?: number) => void) | undefined;
74
- stepUp?: ((n?: number) => void) | undefined;
75
- addEventListener?: {
76
- <K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLInputElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
77
- (type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
78
- } | undefined;
79
- removeEventListener?: {
80
- <K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLInputElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
81
- (type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
82
- } | undefined;
83
- accessKey?: string | undefined;
84
- readonly accessKeyLabel?: string | undefined;
85
- autocapitalize?: string | undefined;
86
- dir?: string | undefined;
87
- draggable?: boolean | undefined;
88
- hidden?: boolean | undefined;
89
- inert?: boolean | undefined;
90
- innerText?: string | undefined;
91
- lang?: string | undefined;
92
- readonly offsetHeight?: number | undefined;
93
- readonly offsetLeft?: number | undefined;
94
- readonly offsetParent?: Element | null | undefined;
95
- readonly offsetTop?: number | undefined;
96
- readonly offsetWidth?: number | undefined;
97
- outerText?: string | undefined;
98
- popover?: string | null | undefined;
99
- spellcheck?: boolean | undefined;
100
- title?: string | undefined;
101
- translate?: boolean | undefined;
102
- attachInternals?: (() => ElementInternals) | undefined;
103
- click?: (() => void) | undefined;
104
- hidePopover?: (() => void) | undefined;
105
- showPopover?: (() => void) | undefined;
106
- togglePopover?: ((force?: boolean) => boolean) | undefined;
107
- readonly attributes?: NamedNodeMap | undefined;
108
- readonly classList?: DOMTokenList | undefined;
109
- className?: string | undefined;
110
- readonly clientHeight?: number | undefined;
111
- readonly clientLeft?: number | undefined;
112
- readonly clientTop?: number | undefined;
113
- readonly clientWidth?: number | undefined;
114
- id?: string | undefined;
115
- readonly localName?: string | undefined;
116
- readonly namespaceURI?: string | null | undefined;
117
- onfullscreenchange?: ((this: Element, ev: Event) => any) | null | undefined;
118
- onfullscreenerror?: ((this: Element, ev: Event) => any) | null | undefined;
119
- outerHTML?: string | undefined;
120
- readonly ownerDocument?: Document | undefined;
121
- readonly part?: DOMTokenList | undefined;
122
- readonly prefix?: string | null | undefined;
123
- readonly scrollHeight?: number | undefined;
124
- scrollLeft?: number | undefined;
125
- scrollTop?: number | undefined;
126
- readonly scrollWidth?: number | undefined;
127
- readonly shadowRoot?: ShadowRoot | null | undefined;
128
- slot?: string | undefined;
129
- readonly tagName?: string | undefined;
130
- attachShadow?: ((init: ShadowRootInit) => ShadowRoot) | undefined;
131
- checkVisibility?: ((options?: CheckVisibilityOptions) => boolean) | undefined;
132
- closest?: {
133
- <K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
134
- <K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
135
- <K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
136
- <E extends Element = Element>(selectors: string): E | null;
137
- } | undefined;
138
- computedStyleMap?: (() => StylePropertyMapReadOnly) | undefined;
139
- getAttribute?: ((qualifiedName: string) => string | null) | undefined;
140
- getAttributeNS?: ((namespace: string | null, localName: string) => string | null) | undefined;
141
- getAttributeNames?: (() => string[]) | undefined;
142
- getAttributeNode?: ((qualifiedName: string) => Attr | null) | undefined;
143
- getAttributeNodeNS?: ((namespace: string | null, localName: string) => Attr | null) | undefined;
144
- getBoundingClientRect?: (() => DOMRect) | undefined;
145
- getClientRects?: (() => DOMRectList) | undefined;
146
- getElementsByClassName?: ((classNames: string) => HTMLCollectionOf<Element>) | undefined;
147
- getElementsByTagName?: {
148
- <K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
149
- <K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
150
- <K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
151
- <K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
152
- (qualifiedName: string): HTMLCollectionOf<Element>;
153
- } | undefined;
154
- getElementsByTagNameNS?: {
155
- (namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
156
- (namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
157
- (namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
158
- (namespace: string | null, localName: string): HTMLCollectionOf<Element>;
159
- } | undefined;
160
- hasAttribute?: ((qualifiedName: string) => boolean) | undefined;
161
- hasAttributeNS?: ((namespace: string | null, localName: string) => boolean) | undefined;
162
- hasAttributes?: (() => boolean) | undefined;
163
- hasPointerCapture?: ((pointerId: number) => boolean) | undefined;
164
- insertAdjacentElement?: ((where: InsertPosition, element: Element) => Element | null) | undefined;
165
- insertAdjacentHTML?: ((position: InsertPosition, text: string) => void) | undefined;
166
- insertAdjacentText?: ((where: InsertPosition, data: string) => void) | undefined;
167
- matches?: ((selectors: string) => boolean) | undefined;
168
- releasePointerCapture?: ((pointerId: number) => void) | undefined;
169
- removeAttribute?: ((qualifiedName: string) => void) | undefined;
170
- removeAttributeNS?: ((namespace: string | null, localName: string) => void) | undefined;
171
- removeAttributeNode?: ((attr: Attr) => Attr) | undefined;
172
- requestFullscreen?: ((options?: FullscreenOptions) => Promise<void>) | undefined;
173
- requestPointerLock?: (() => void) | undefined;
174
- scroll?: {
175
- (options?: ScrollToOptions): void;
176
- (x: number, y: number): void;
177
- } | undefined;
178
- scrollBy?: {
179
- (options?: ScrollToOptions): void;
180
- (x: number, y: number): void;
181
- } | undefined;
182
- scrollIntoView?: ((arg?: boolean | ScrollIntoViewOptions) => void) | undefined;
183
- scrollTo?: {
184
- (options?: ScrollToOptions): void;
185
- (x: number, y: number): void;
186
- } | undefined;
187
- setAttribute?: ((qualifiedName: string, value: string) => void) | undefined;
188
- setAttributeNS?: ((namespace: string | null, qualifiedName: string, value: string) => void) | undefined;
189
- setAttributeNode?: ((attr: Attr) => Attr | null) | undefined;
190
- setAttributeNodeNS?: ((attr: Attr) => Attr | null) | undefined;
191
- setHTMLUnsafe?: ((html: string) => void) | undefined;
192
- setPointerCapture?: ((pointerId: number) => void) | undefined;
193
- toggleAttribute?: ((qualifiedName: string, force?: boolean) => boolean) | undefined;
194
- webkitMatchesSelector?: ((selectors: string) => boolean) | undefined;
195
- readonly baseURI?: string | undefined;
196
- readonly childNodes?: NodeListOf<ChildNode> | undefined;
197
- readonly firstChild?: ChildNode | null | undefined;
198
- readonly isConnected?: boolean | undefined;
199
- readonly lastChild?: ChildNode | null | undefined;
200
- readonly nextSibling?: ChildNode | null | undefined;
201
- readonly nodeName?: string | undefined;
202
- readonly nodeType?: number | undefined;
203
- nodeValue?: string | null | undefined;
204
- readonly parentElement?: HTMLElement | null | undefined;
205
- readonly parentNode?: ParentNode | null | undefined;
206
- readonly previousSibling?: ChildNode | null | undefined;
207
- textContent?: string | null | undefined;
208
- appendChild?: (<T extends Node>(node: T) => T) | undefined;
209
- cloneNode?: ((deep?: boolean) => Node) | undefined;
210
- compareDocumentPosition?: ((other: Node) => number) | undefined;
211
- contains?: ((other: Node | null) => boolean) | undefined;
212
- getRootNode?: ((options?: GetRootNodeOptions) => Node) | undefined;
213
- hasChildNodes?: (() => boolean) | undefined;
214
- insertBefore?: (<T extends Node>(node: T, child: Node | null) => T) | undefined;
215
- isDefaultNamespace?: ((namespace: string | null) => boolean) | undefined;
216
- isEqualNode?: ((otherNode: Node | null) => boolean) | undefined;
217
- isSameNode?: ((otherNode: Node | null) => boolean) | undefined;
218
- lookupNamespaceURI?: ((prefix: string | null) => string | null) | undefined;
219
- lookupPrefix?: ((namespace: string | null) => string | null) | undefined;
220
- normalize?: (() => void) | undefined;
221
- removeChild?: (<T extends Node>(child: T) => T) | undefined;
222
- replaceChild?: (<T extends Node>(node: Node, child: T) => T) | undefined;
223
- readonly ELEMENT_NODE?: 1 | undefined;
224
- readonly ATTRIBUTE_NODE?: 2 | undefined;
225
- readonly TEXT_NODE?: 3 | undefined;
226
- readonly CDATA_SECTION_NODE?: 4 | undefined;
227
- readonly ENTITY_REFERENCE_NODE?: 5 | undefined;
228
- readonly ENTITY_NODE?: 6 | undefined;
229
- readonly PROCESSING_INSTRUCTION_NODE?: 7 | undefined;
230
- readonly COMMENT_NODE?: 8 | undefined;
231
- readonly DOCUMENT_NODE?: 9 | undefined;
232
- readonly DOCUMENT_TYPE_NODE?: 10 | undefined;
233
- readonly DOCUMENT_FRAGMENT_NODE?: 11 | undefined;
234
- readonly NOTATION_NODE?: 12 | undefined;
235
- readonly DOCUMENT_POSITION_DISCONNECTED?: 1 | undefined;
236
- readonly DOCUMENT_POSITION_PRECEDING?: 2 | undefined;
237
- readonly DOCUMENT_POSITION_FOLLOWING?: 4 | undefined;
238
- readonly DOCUMENT_POSITION_CONTAINS?: 8 | undefined;
239
- readonly DOCUMENT_POSITION_CONTAINED_BY?: 16 | undefined;
240
- readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC?: 32 | undefined;
241
- dispatchEvent?: ((event: Event) => boolean) | undefined;
242
- ariaAtomic?: string | null | undefined;
243
- ariaAutoComplete?: string | null | undefined;
244
- ariaBrailleLabel?: string | null | undefined;
245
- ariaBrailleRoleDescription?: string | null | undefined;
246
- ariaBusy?: string | null | undefined;
247
- ariaChecked?: string | null | undefined;
248
- ariaColCount?: string | null | undefined;
249
- ariaColIndex?: string | null | undefined;
250
- ariaColSpan?: string | null | undefined;
251
- ariaCurrent?: string | null | undefined;
252
- ariaDescription?: string | null | undefined;
253
- ariaDisabled?: string | null | undefined;
254
- ariaExpanded?: string | null | undefined;
255
- ariaHasPopup?: string | null | undefined;
256
- ariaHidden?: string | null | undefined;
257
- ariaInvalid?: string | null | undefined;
258
- ariaKeyShortcuts?: string | null | undefined;
259
- ariaLabel?: string | null | undefined;
260
- ariaLevel?: string | null | undefined;
261
- ariaLive?: string | null | undefined;
262
- ariaModal?: string | null | undefined;
263
- ariaMultiLine?: string | null | undefined;
264
- ariaMultiSelectable?: string | null | undefined;
265
- ariaOrientation?: string | null | undefined;
266
- ariaPlaceholder?: string | null | undefined;
267
- ariaPosInSet?: string | null | undefined;
268
- ariaPressed?: string | null | undefined;
269
- ariaReadOnly?: string | null | undefined;
270
- ariaRequired?: string | null | undefined;
271
- ariaRoleDescription?: string | null | undefined;
272
- ariaRowCount?: string | null | undefined;
273
- ariaRowIndex?: string | null | undefined;
274
- ariaRowSpan?: string | null | undefined;
275
- ariaSelected?: string | null | undefined;
276
- ariaSetSize?: string | null | undefined;
277
- ariaSort?: string | null | undefined;
278
- ariaValueMax?: string | null | undefined;
279
- ariaValueMin?: string | null | undefined;
280
- ariaValueNow?: string | null | undefined;
281
- ariaValueText?: string | null | undefined;
282
- role?: string | null | undefined;
283
- animate?: ((keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions) => Animation) | undefined;
284
- getAnimations?: ((options?: GetAnimationsOptions) => Animation[]) | undefined;
285
- after?: ((...nodes: (Node | string)[]) => void) | undefined;
286
- before?: ((...nodes: (Node | string)[]) => void) | undefined;
287
- remove?: (() => void) | undefined;
288
- replaceWith?: ((...nodes: (Node | string)[]) => void) | undefined;
289
- innerHTML?: string | undefined;
290
- readonly nextElementSibling?: Element | null | undefined;
291
- readonly previousElementSibling?: Element | null | undefined;
292
- readonly childElementCount?: number | undefined;
293
- readonly firstElementChild?: Element | null | undefined;
294
- readonly lastElementChild?: Element | null | undefined;
295
- append?: ((...nodes: (Node | string)[]) => void) | undefined;
296
- prepend?: ((...nodes: (Node | string)[]) => void) | undefined;
297
- querySelector?: {
298
- <K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
299
- <K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
300
- <K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
301
- <K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
302
- <E extends Element = Element>(selectors: string): E | null;
303
- } | undefined;
304
- querySelectorAll?: {
305
- <K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
306
- <K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
307
- <K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
308
- <K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
309
- <E extends Element = Element>(selectors: string): NodeListOf<E>;
310
- } | undefined;
311
- replaceChildren?: ((...nodes: (Node | string)[]) => void) | undefined;
312
- readonly assignedSlot?: HTMLSlotElement | null | undefined;
313
- readonly attributeStyleMap?: StylePropertyMap | undefined;
314
- contentEditable?: string | undefined;
315
- enterKeyHint?: string | undefined;
316
- inputMode?: string | undefined;
317
- readonly isContentEditable?: boolean | undefined;
318
- onabort?: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null | undefined;
319
- onanimationcancel?: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null | undefined;
320
- onanimationend?: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null | undefined;
321
- onanimationiteration?: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null | undefined;
322
- onanimationstart?: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null | undefined;
323
- onauxclick?: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null | undefined;
324
- onbeforeinput?: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null | undefined;
325
- onbeforetoggle?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
326
- onblur?: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null | undefined;
327
- oncancel?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
328
- oncanplay?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
329
- oncanplaythrough?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
330
- onchange?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
331
- onclick?: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null | undefined;
332
- onclose?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
333
- oncontextmenu?: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null | undefined;
334
- oncopy?: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null | undefined;
335
- oncuechange?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
336
- oncut?: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null | undefined;
337
- ondblclick?: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null | undefined;
338
- ondrag?: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null | undefined;
339
- ondragend?: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null | undefined;
340
- ondragenter?: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null | undefined;
341
- ondragleave?: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null | undefined;
342
- ondragover?: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null | undefined;
343
- ondragstart?: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null | undefined;
344
- ondrop?: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null | undefined;
345
- ondurationchange?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
346
- onemptied?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
347
- onended?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
348
- onerror?: OnErrorEventHandler | undefined;
349
- onfocus?: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null | undefined;
350
- onformdata?: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null | undefined;
351
- ongotpointercapture?: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null | undefined;
352
- oninput?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
353
- oninvalid?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
354
- onkeydown?: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null | undefined;
355
- onkeypress?: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null | undefined;
356
- onkeyup?: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null | undefined;
357
- onload?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
358
- onloadeddata?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
359
- onloadedmetadata?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
360
- onloadstart?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
361
- onlostpointercapture?: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null | undefined;
362
- onmousedown?: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null | undefined;
363
- onmouseenter?: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null | undefined;
364
- onmouseleave?: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null | undefined;
365
- onmousemove?: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null | undefined;
366
- onmouseout?: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null | undefined;
367
- onmouseover?: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null | undefined;
368
- onmouseup?: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null | undefined;
369
- onpaste?: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null | undefined;
370
- onpause?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
371
- onplay?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
372
- onplaying?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
373
- onpointercancel?: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null | undefined;
374
- onpointerdown?: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null | undefined;
375
- onpointerenter?: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null | undefined;
376
- onpointerleave?: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null | undefined;
377
- onpointermove?: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null | undefined;
378
- onpointerout?: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null | undefined;
379
- onpointerover?: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null | undefined;
380
- onpointerup?: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null | undefined;
381
- onprogress?: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null | undefined;
382
- onratechange?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
383
- onreset?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
384
- onresize?: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null | undefined;
385
- onscroll?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
386
- onscrollend?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
387
- onsecuritypolicyviolation?: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null | undefined;
388
- onseeked?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
389
- onseeking?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
390
- onselect?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
391
- onselectionchange?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
392
- onselectstart?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
393
- onslotchange?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
394
- onstalled?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
395
- onsubmit?: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null | undefined;
396
- onsuspend?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
397
- ontimeupdate?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
398
- ontoggle?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
399
- ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
400
- ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
401
- ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
402
- ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
403
- ontransitioncancel?: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null | undefined;
404
- ontransitionend?: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null | undefined;
405
- ontransitionrun?: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null | undefined;
406
- ontransitionstart?: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null | undefined;
407
- onvolumechange?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
408
- onwaiting?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
409
- onwebkitanimationend?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
410
- onwebkitanimationiteration?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
411
- onwebkitanimationstart?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
412
- onwebkittransitionend?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
413
- onwheel?: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null | undefined;
414
- autofocus?: boolean | undefined;
415
- readonly dataset?: DOMStringMap | undefined;
416
- nonce?: string;
417
- tabIndex?: number | undefined;
418
- blur?: (() => void) | undefined;
419
- focus?: ((options?: FocusOptions) => void) | undefined;
420
- popoverTargetAction?: string | undefined;
421
- popoverTargetElement?: Element | null | undefined;
422
- inputElement?: HTMLInputElement;
423
- labelElement?: HTMLLabelElement;
424
- dense: ElementProps["dense"];
2
+ interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
3
+ new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
4
+ $$bindings?: Bindings;
5
+ } & Exports;
6
+ (internal: unknown, props: Props & {
7
+ $$events?: Events;
8
+ $$slots?: Slots;
9
+ }): Exports & {
10
+ $set?: any;
11
+ $on?: any;
425
12
  };
426
- events: {
427
- [evt: string]: CustomEvent<any>;
428
- };
429
- slots: {};
430
- };
431
- type CheckboxProps_ = typeof __propDef.props;
432
- export { CheckboxProps_ as CheckboxProps };
433
- export type CheckboxEvents = typeof __propDef.events;
434
- export type CheckboxSlots = typeof __propDef.slots;
435
- export default class Checkbox extends SvelteComponent<CheckboxProps_, CheckboxEvents, CheckboxSlots> {
13
+ z_$$bindings?: Bindings;
436
14
  }
15
+ declare const Checkbox: $$__sveltets_2_IsomorphicComponent<{
16
+ 'anchor-for'?: string | undefined;
17
+ element?: HTMLElement | undefined;
18
+ class?: string | undefined;
19
+ style?: (string & CSSStyleDeclaration) | undefined;
20
+ container?: (`inline` | `size` | `normal`) | undefined;
21
+ hideMaxWidth?: string | undefined;
22
+ hideMaxHeight?: string | undefined;
23
+ hideMinWidth?: string | undefined;
24
+ hideMinHeight?: string | undefined;
25
+ children?: (import("svelte").Snippet<[any]> & HTMLCollection) | undefined;
26
+ accept?: string | undefined;
27
+ align?: string | undefined;
28
+ alt?: string | undefined;
29
+ autocomplete?: AutoFill | undefined;
30
+ capture?: string | undefined;
31
+ checked?: boolean | undefined;
32
+ defaultChecked?: boolean | undefined;
33
+ defaultValue?: string | undefined;
34
+ dirName?: string | undefined;
35
+ disabled?: boolean | undefined;
36
+ files?: FileList | null | undefined;
37
+ readonly form?: HTMLFormElement | null | undefined;
38
+ formAction?: string | undefined;
39
+ formEnctype?: string | undefined;
40
+ formMethod?: string | undefined;
41
+ formNoValidate?: boolean | undefined;
42
+ formTarget?: string | undefined;
43
+ height?: number | undefined;
44
+ indeterminate?: boolean | undefined;
45
+ readonly labels?: NodeListOf<HTMLLabelElement> | null | undefined;
46
+ readonly list?: HTMLDataListElement | null | undefined;
47
+ max?: string | undefined;
48
+ maxLength?: number | undefined;
49
+ min?: string | undefined;
50
+ minLength?: number | undefined;
51
+ multiple?: boolean | undefined;
52
+ name?: string | undefined;
53
+ pattern?: string | undefined;
54
+ placeholder?: string | undefined;
55
+ readOnly?: boolean | undefined;
56
+ required?: boolean | undefined;
57
+ selectionDirection?: "none" | "forward" | "backward" | null | undefined;
58
+ selectionEnd?: number | null | undefined;
59
+ selectionStart?: number | null | undefined;
60
+ size?: number | undefined;
61
+ src?: string | undefined;
62
+ step?: string | undefined;
63
+ type?: string | undefined;
64
+ useMap?: string | undefined;
65
+ readonly validationMessage?: string | undefined;
66
+ readonly validity?: ValidityState | undefined;
67
+ value?: any;
68
+ valueAsDate?: Date | null | undefined;
69
+ valueAsNumber?: number | undefined;
70
+ readonly webkitEntries?: readonly FileSystemEntry[] | undefined;
71
+ webkitdirectory?: boolean | undefined;
72
+ width?: number | undefined;
73
+ readonly willValidate?: boolean | undefined;
74
+ checkValidity?: (() => boolean) | undefined;
75
+ reportValidity?: (() => boolean) | undefined;
76
+ select?: (() => void) | undefined;
77
+ setCustomValidity?: ((error: string) => void) | undefined;
78
+ setRangeText?: {
79
+ (replacement: string): void;
80
+ (replacement: string, start: number, end: number, selectionMode?: SelectionMode): void;
81
+ } | undefined;
82
+ setSelectionRange?: ((start: number | null, end: number | null, direction?: "forward" | "backward" | "none") => void) | undefined;
83
+ showPicker?: (() => void) | undefined;
84
+ stepDown?: ((n?: number) => void) | undefined;
85
+ stepUp?: ((n?: number) => void) | undefined;
86
+ addEventListener?: {
87
+ <K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLInputElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
88
+ (type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
89
+ } | undefined;
90
+ removeEventListener?: {
91
+ <K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLInputElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
92
+ (type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
93
+ } | undefined;
94
+ accessKey?: string | undefined;
95
+ readonly accessKeyLabel?: string | undefined;
96
+ autocapitalize?: string | undefined;
97
+ dir?: string | undefined;
98
+ draggable?: boolean | undefined;
99
+ hidden?: boolean | undefined;
100
+ inert?: boolean | undefined;
101
+ innerText?: string | undefined;
102
+ lang?: string | undefined;
103
+ readonly offsetHeight?: number | undefined;
104
+ readonly offsetLeft?: number | undefined;
105
+ readonly offsetParent?: Element | null | undefined;
106
+ readonly offsetTop?: number | undefined;
107
+ readonly offsetWidth?: number | undefined;
108
+ outerText?: string | undefined;
109
+ popover?: string | null | undefined;
110
+ spellcheck?: boolean | undefined;
111
+ title?: string | undefined;
112
+ translate?: boolean | undefined;
113
+ attachInternals?: (() => ElementInternals) | undefined;
114
+ click?: (() => void) | undefined;
115
+ hidePopover?: (() => void) | undefined;
116
+ showPopover?: (() => void) | undefined;
117
+ togglePopover?: ((force?: boolean) => boolean) | undefined;
118
+ readonly attributes?: NamedNodeMap | undefined;
119
+ readonly classList?: DOMTokenList | undefined;
120
+ className?: string | undefined;
121
+ readonly clientHeight?: number | undefined;
122
+ readonly clientLeft?: number | undefined;
123
+ readonly clientTop?: number | undefined;
124
+ readonly clientWidth?: number | undefined;
125
+ id?: string | undefined;
126
+ readonly localName?: string | undefined;
127
+ readonly namespaceURI?: string | null | undefined;
128
+ onfullscreenchange?: ((this: Element, ev: Event) => any) | null | undefined;
129
+ onfullscreenerror?: ((this: Element, ev: Event) => any) | null | undefined;
130
+ outerHTML?: string | undefined;
131
+ readonly ownerDocument?: Document | undefined;
132
+ readonly part?: DOMTokenList | undefined;
133
+ readonly prefix?: string | null | undefined;
134
+ readonly scrollHeight?: number | undefined;
135
+ scrollLeft?: number | undefined;
136
+ scrollTop?: number | undefined;
137
+ readonly scrollWidth?: number | undefined;
138
+ readonly shadowRoot?: ShadowRoot | null | undefined;
139
+ slot?: string | undefined;
140
+ readonly tagName?: string | undefined;
141
+ attachShadow?: ((init: ShadowRootInit) => ShadowRoot) | undefined;
142
+ checkVisibility?: ((options?: CheckVisibilityOptions) => boolean) | undefined;
143
+ closest?: {
144
+ <K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
145
+ <K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
146
+ <K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
147
+ <E extends Element = Element>(selectors: string): E | null;
148
+ } | undefined;
149
+ computedStyleMap?: (() => StylePropertyMapReadOnly) | undefined;
150
+ getAttribute?: ((qualifiedName: string) => string | null) | undefined;
151
+ getAttributeNS?: ((namespace: string | null, localName: string) => string | null) | undefined;
152
+ getAttributeNames?: (() => string[]) | undefined;
153
+ getAttributeNode?: ((qualifiedName: string) => Attr | null) | undefined;
154
+ getAttributeNodeNS?: ((namespace: string | null, localName: string) => Attr | null) | undefined;
155
+ getBoundingClientRect?: (() => DOMRect) | undefined;
156
+ getClientRects?: (() => DOMRectList) | undefined;
157
+ getElementsByClassName?: ((classNames: string) => HTMLCollectionOf<Element>) | undefined;
158
+ getElementsByTagName?: {
159
+ <K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
160
+ <K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
161
+ <K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
162
+ <K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
163
+ (qualifiedName: string): HTMLCollectionOf<Element>;
164
+ } | undefined;
165
+ getElementsByTagNameNS?: {
166
+ (namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
167
+ (namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
168
+ (namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
169
+ (namespace: string | null, localName: string): HTMLCollectionOf<Element>;
170
+ } | undefined;
171
+ hasAttribute?: ((qualifiedName: string) => boolean) | undefined;
172
+ hasAttributeNS?: ((namespace: string | null, localName: string) => boolean) | undefined;
173
+ hasAttributes?: (() => boolean) | undefined;
174
+ hasPointerCapture?: ((pointerId: number) => boolean) | undefined;
175
+ insertAdjacentElement?: ((where: InsertPosition, element: Element) => Element | null) | undefined;
176
+ insertAdjacentHTML?: ((position: InsertPosition, text: string) => void) | undefined;
177
+ insertAdjacentText?: ((where: InsertPosition, data: string) => void) | undefined;
178
+ matches?: ((selectors: string) => boolean) | undefined;
179
+ releasePointerCapture?: ((pointerId: number) => void) | undefined;
180
+ removeAttribute?: ((qualifiedName: string) => void) | undefined;
181
+ removeAttributeNS?: ((namespace: string | null, localName: string) => void) | undefined;
182
+ removeAttributeNode?: ((attr: Attr) => Attr) | undefined;
183
+ requestFullscreen?: ((options?: FullscreenOptions) => Promise<void>) | undefined;
184
+ requestPointerLock?: (() => void) | undefined;
185
+ scroll?: {
186
+ (options?: ScrollToOptions): void;
187
+ (x: number, y: number): void;
188
+ } | undefined;
189
+ scrollBy?: {
190
+ (options?: ScrollToOptions): void;
191
+ (x: number, y: number): void;
192
+ } | undefined;
193
+ scrollIntoView?: ((arg?: boolean | ScrollIntoViewOptions) => void) | undefined;
194
+ scrollTo?: {
195
+ (options?: ScrollToOptions): void;
196
+ (x: number, y: number): void;
197
+ } | undefined;
198
+ setAttribute?: ((qualifiedName: string, value: string) => void) | undefined;
199
+ setAttributeNS?: ((namespace: string | null, qualifiedName: string, value: string) => void) | undefined;
200
+ setAttributeNode?: ((attr: Attr) => Attr | null) | undefined;
201
+ setAttributeNodeNS?: ((attr: Attr) => Attr | null) | undefined;
202
+ setHTMLUnsafe?: ((html: string) => void) | undefined;
203
+ setPointerCapture?: ((pointerId: number) => void) | undefined;
204
+ toggleAttribute?: ((qualifiedName: string, force?: boolean) => boolean) | undefined;
205
+ webkitMatchesSelector?: ((selectors: string) => boolean) | undefined;
206
+ readonly baseURI?: string | undefined;
207
+ readonly childNodes?: NodeListOf<ChildNode> | undefined;
208
+ readonly firstChild?: ChildNode | null | undefined;
209
+ readonly isConnected?: boolean | undefined;
210
+ readonly lastChild?: ChildNode | null | undefined;
211
+ readonly nextSibling?: ChildNode | null | undefined;
212
+ readonly nodeName?: string | undefined;
213
+ readonly nodeType?: number | undefined;
214
+ nodeValue?: string | null | undefined;
215
+ readonly parentElement?: HTMLElement | null | undefined;
216
+ readonly parentNode?: ParentNode | null | undefined;
217
+ readonly previousSibling?: ChildNode | null | undefined;
218
+ textContent?: string | null | undefined;
219
+ appendChild?: (<T extends Node>(node: T) => T) | undefined;
220
+ cloneNode?: ((deep?: boolean) => Node) | undefined;
221
+ compareDocumentPosition?: ((other: Node) => number) | undefined;
222
+ contains?: ((other: Node | null) => boolean) | undefined;
223
+ getRootNode?: ((options?: GetRootNodeOptions) => Node) | undefined;
224
+ hasChildNodes?: (() => boolean) | undefined;
225
+ insertBefore?: (<T extends Node>(node: T, child: Node | null) => T) | undefined;
226
+ isDefaultNamespace?: ((namespace: string | null) => boolean) | undefined;
227
+ isEqualNode?: ((otherNode: Node | null) => boolean) | undefined;
228
+ isSameNode?: ((otherNode: Node | null) => boolean) | undefined;
229
+ lookupNamespaceURI?: ((prefix: string | null) => string | null) | undefined;
230
+ lookupPrefix?: ((namespace: string | null) => string | null) | undefined;
231
+ normalize?: (() => void) | undefined;
232
+ removeChild?: (<T extends Node>(child: T) => T) | undefined;
233
+ replaceChild?: (<T extends Node>(node: Node, child: T) => T) | undefined;
234
+ readonly ELEMENT_NODE?: 1 | undefined;
235
+ readonly ATTRIBUTE_NODE?: 2 | undefined;
236
+ readonly TEXT_NODE?: 3 | undefined;
237
+ readonly CDATA_SECTION_NODE?: 4 | undefined;
238
+ readonly ENTITY_REFERENCE_NODE?: 5 | undefined;
239
+ readonly ENTITY_NODE?: 6 | undefined;
240
+ readonly PROCESSING_INSTRUCTION_NODE?: 7 | undefined;
241
+ readonly COMMENT_NODE?: 8 | undefined;
242
+ readonly DOCUMENT_NODE?: 9 | undefined;
243
+ readonly DOCUMENT_TYPE_NODE?: 10 | undefined;
244
+ readonly DOCUMENT_FRAGMENT_NODE?: 11 | undefined;
245
+ readonly NOTATION_NODE?: 12 | undefined;
246
+ readonly DOCUMENT_POSITION_DISCONNECTED?: 1 | undefined;
247
+ readonly DOCUMENT_POSITION_PRECEDING?: 2 | undefined;
248
+ readonly DOCUMENT_POSITION_FOLLOWING?: 4 | undefined;
249
+ readonly DOCUMENT_POSITION_CONTAINS?: 8 | undefined;
250
+ readonly DOCUMENT_POSITION_CONTAINED_BY?: 16 | undefined;
251
+ readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC?: 32 | undefined;
252
+ dispatchEvent?: ((event: Event) => boolean) | undefined;
253
+ ariaAtomic?: string | null | undefined;
254
+ ariaAutoComplete?: string | null | undefined;
255
+ ariaBrailleLabel?: string | null | undefined;
256
+ ariaBrailleRoleDescription?: string | null | undefined;
257
+ ariaBusy?: string | null | undefined;
258
+ ariaChecked?: string | null | undefined;
259
+ ariaColCount?: string | null | undefined;
260
+ ariaColIndex?: string | null | undefined;
261
+ ariaColSpan?: string | null | undefined;
262
+ ariaCurrent?: string | null | undefined;
263
+ ariaDescription?: string | null | undefined;
264
+ ariaDisabled?: string | null | undefined;
265
+ ariaExpanded?: string | null | undefined;
266
+ ariaHasPopup?: string | null | undefined;
267
+ ariaHidden?: string | null | undefined;
268
+ ariaInvalid?: string | null | undefined;
269
+ ariaKeyShortcuts?: string | null | undefined;
270
+ ariaLabel?: string | null | undefined;
271
+ ariaLevel?: string | null | undefined;
272
+ ariaLive?: string | null | undefined;
273
+ ariaModal?: string | null | undefined;
274
+ ariaMultiLine?: string | null | undefined;
275
+ ariaMultiSelectable?: string | null | undefined;
276
+ ariaOrientation?: string | null | undefined;
277
+ ariaPlaceholder?: string | null | undefined;
278
+ ariaPosInSet?: string | null | undefined;
279
+ ariaPressed?: string | null | undefined;
280
+ ariaReadOnly?: string | null | undefined;
281
+ ariaRequired?: string | null | undefined;
282
+ ariaRoleDescription?: string | null | undefined;
283
+ ariaRowCount?: string | null | undefined;
284
+ ariaRowIndex?: string | null | undefined;
285
+ ariaRowSpan?: string | null | undefined;
286
+ ariaSelected?: string | null | undefined;
287
+ ariaSetSize?: string | null | undefined;
288
+ ariaSort?: string | null | undefined;
289
+ ariaValueMax?: string | null | undefined;
290
+ ariaValueMin?: string | null | undefined;
291
+ ariaValueNow?: string | null | undefined;
292
+ ariaValueText?: string | null | undefined;
293
+ role?: string | null | undefined;
294
+ animate?: ((keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions) => Animation) | undefined;
295
+ getAnimations?: ((options?: GetAnimationsOptions) => Animation[]) | undefined;
296
+ after?: ((...nodes: (Node | string)[]) => void) | undefined;
297
+ before?: ((...nodes: (Node | string)[]) => void) | undefined;
298
+ remove?: (() => void) | undefined;
299
+ replaceWith?: ((...nodes: (Node | string)[]) => void) | undefined;
300
+ innerHTML?: string | undefined;
301
+ readonly nextElementSibling?: Element | null | undefined;
302
+ readonly previousElementSibling?: Element | null | undefined;
303
+ readonly childElementCount?: number | undefined;
304
+ readonly firstElementChild?: Element | null | undefined;
305
+ readonly lastElementChild?: Element | null | undefined;
306
+ append?: ((...nodes: (Node | string)[]) => void) | undefined;
307
+ prepend?: ((...nodes: (Node | string)[]) => void) | undefined;
308
+ querySelector?: {
309
+ <K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
310
+ <K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
311
+ <K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
312
+ <K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
313
+ <E extends Element = Element>(selectors: string): E | null;
314
+ } | undefined;
315
+ querySelectorAll?: {
316
+ <K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
317
+ <K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
318
+ <K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
319
+ <K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
320
+ <E extends Element = Element>(selectors: string): NodeListOf<E>;
321
+ } | undefined;
322
+ replaceChildren?: ((...nodes: (Node | string)[]) => void) | undefined;
323
+ readonly assignedSlot?: HTMLSlotElement | null | undefined;
324
+ readonly attributeStyleMap?: StylePropertyMap | undefined;
325
+ contentEditable?: string | undefined;
326
+ enterKeyHint?: string | undefined;
327
+ inputMode?: string | undefined;
328
+ readonly isContentEditable?: boolean | undefined;
329
+ onabort?: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null | undefined;
330
+ onanimationcancel?: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null | undefined;
331
+ onanimationend?: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null | undefined;
332
+ onanimationiteration?: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null | undefined;
333
+ onanimationstart?: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null | undefined;
334
+ onauxclick?: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null | undefined;
335
+ onbeforeinput?: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null | undefined;
336
+ onbeforetoggle?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
337
+ onblur?: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null | undefined;
338
+ oncancel?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
339
+ oncanplay?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
340
+ oncanplaythrough?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
341
+ onchange?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
342
+ onclick?: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null | undefined;
343
+ onclose?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
344
+ oncontextmenu?: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null | undefined;
345
+ oncopy?: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null | undefined;
346
+ oncuechange?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
347
+ oncut?: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null | undefined;
348
+ ondblclick?: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null | undefined;
349
+ ondrag?: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null | undefined;
350
+ ondragend?: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null | undefined;
351
+ ondragenter?: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null | undefined;
352
+ ondragleave?: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null | undefined;
353
+ ondragover?: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null | undefined;
354
+ ondragstart?: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null | undefined;
355
+ ondrop?: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null | undefined;
356
+ ondurationchange?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
357
+ onemptied?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
358
+ onended?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
359
+ onerror?: OnErrorEventHandler | undefined;
360
+ onfocus?: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null | undefined;
361
+ onformdata?: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null | undefined;
362
+ ongotpointercapture?: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null | undefined;
363
+ oninput?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
364
+ oninvalid?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
365
+ onkeydown?: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null | undefined;
366
+ onkeypress?: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null | undefined;
367
+ onkeyup?: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null | undefined;
368
+ onload?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
369
+ onloadeddata?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
370
+ onloadedmetadata?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
371
+ onloadstart?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
372
+ onlostpointercapture?: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null | undefined;
373
+ onmousedown?: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null | undefined;
374
+ onmouseenter?: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null | undefined;
375
+ onmouseleave?: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null | undefined;
376
+ onmousemove?: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null | undefined;
377
+ onmouseout?: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null | undefined;
378
+ onmouseover?: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null | undefined;
379
+ onmouseup?: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null | undefined;
380
+ onpaste?: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null | undefined;
381
+ onpause?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
382
+ onplay?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
383
+ onplaying?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
384
+ onpointercancel?: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null | undefined;
385
+ onpointerdown?: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null | undefined;
386
+ onpointerenter?: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null | undefined;
387
+ onpointerleave?: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null | undefined;
388
+ onpointermove?: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null | undefined;
389
+ onpointerout?: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null | undefined;
390
+ onpointerover?: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null | undefined;
391
+ onpointerup?: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null | undefined;
392
+ onprogress?: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null | undefined;
393
+ onratechange?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
394
+ onreset?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
395
+ onresize?: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null | undefined;
396
+ onscroll?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
397
+ onscrollend?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
398
+ onsecuritypolicyviolation?: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null | undefined;
399
+ onseeked?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
400
+ onseeking?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
401
+ onselect?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
402
+ onselectionchange?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
403
+ onselectstart?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
404
+ onslotchange?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
405
+ onstalled?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
406
+ onsubmit?: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null | undefined;
407
+ onsuspend?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
408
+ ontimeupdate?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
409
+ ontoggle?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
410
+ ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
411
+ ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
412
+ ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
413
+ ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
414
+ ontransitioncancel?: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null | undefined;
415
+ ontransitionend?: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null | undefined;
416
+ ontransitionrun?: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null | undefined;
417
+ ontransitionstart?: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null | undefined;
418
+ onvolumechange?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
419
+ onwaiting?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
420
+ onwebkitanimationend?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
421
+ onwebkitanimationiteration?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
422
+ onwebkitanimationstart?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
423
+ onwebkittransitionend?: ((this: GlobalEventHandlers, ev: Event) => any) | null | undefined;
424
+ onwheel?: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null | undefined;
425
+ autofocus?: boolean | undefined;
426
+ readonly dataset?: DOMStringMap | undefined;
427
+ nonce?: string | undefined;
428
+ tabIndex?: number | undefined;
429
+ blur?: (() => void) | undefined;
430
+ focus?: ((options?: FocusOptions) => void) | undefined;
431
+ popoverTargetAction?: string | undefined;
432
+ popoverTargetElement?: Element | null | undefined;
433
+ inputElement?: HTMLInputElement | undefined;
434
+ labelElement?: HTMLLabelElement | undefined;
435
+ dense: ElementProps["dense"];
436
+ }, {
437
+ [evt: string]: CustomEvent<any>;
438
+ }, {}, {}, "value" | "disabled" | "checked" | "indeterminate" | "inputElement">;
439
+ type Checkbox = InstanceType<typeof Checkbox>;
440
+ export default Checkbox;