@vonage/vivid 4.24.0 → 4.25.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 (392) hide show
  1. package/custom-elements.json +12314 -4711
  2. package/elevation/index.cjs +1 -1
  3. package/elevation/index.js +1 -1
  4. package/index.cjs +112 -150
  5. package/index.js +37 -35
  6. package/lib/accordion-item/accordion-item.d.ts +6 -0
  7. package/lib/action-group/action-group.d.ts +6 -0
  8. package/lib/alert/alert.d.ts +20 -0
  9. package/lib/audio-player/audio-player.d.ts +6 -0
  10. package/lib/badge/badge.d.ts +9 -1
  11. package/lib/banner/banner.d.ts +25 -0
  12. package/lib/breadcrumb/breadcrumb.d.ts +6 -0
  13. package/lib/breadcrumb-item/breadcrumb-item.d.ts +63 -7
  14. package/lib/button/button.d.ts +732 -7
  15. package/lib/button/locale.d.ts +3 -0
  16. package/lib/calendar-event/calendar-event.d.ts +6 -0
  17. package/lib/card/card.d.ts +394 -2
  18. package/lib/card/card.template.d.ts +2 -1
  19. package/lib/checkbox/checkbox.d.ts +1822 -5
  20. package/lib/combobox/combobox.d.ts +1827 -20
  21. package/lib/data-grid/data-grid-cell.d.ts +339 -1
  22. package/lib/data-grid/locale.d.ts +5 -0
  23. package/lib/date-picker/date-picker.d.ts +1676 -207
  24. package/lib/date-range-picker/date-range-picker.d.ts +840 -107
  25. package/lib/date-time-picker/date-time-picker.d.ts +1678 -209
  26. package/lib/dial-pad/dial-pad.d.ts +8 -0
  27. package/lib/dialog/dialog.d.ts +12 -0
  28. package/lib/divider/divider.d.ts +6 -0
  29. package/lib/fab/fab.d.ts +6 -0
  30. package/lib/file-picker/file-picker.d.ts +1508 -30
  31. package/lib/header/header.d.ts +6 -0
  32. package/lib/icon/icon.d.ts +1 -0
  33. package/lib/icon/icon.template.d.ts +2 -1
  34. package/lib/menu/menu.d.ts +16 -7
  35. package/lib/menu/name.d.ts +1 -0
  36. package/lib/menu-item/menu-item.d.ts +14 -2
  37. package/lib/nav/nav.d.ts +6 -0
  38. package/lib/nav-disclosure/nav-disclosure.d.ts +13 -0
  39. package/lib/nav-item/nav-item.d.ts +405 -3
  40. package/lib/note/note.d.ts +6 -0
  41. package/lib/number-field/number-field.d.ts +1857 -36
  42. package/lib/option/option.d.ts +12 -0
  43. package/lib/progress/progress.d.ts +6 -0
  44. package/lib/progress-ring/progress-ring.d.ts +6 -0
  45. package/lib/radio/radio.d.ts +1137 -4
  46. package/lib/radio-group/radio-group.d.ts +20 -2
  47. package/lib/range-slider/range-slider.d.ts +752 -5
  48. package/lib/rich-text-editor/definition.d.ts +2 -2
  49. package/lib/rich-text-editor/facades/vivid-prose-mirror.facade.d.ts +3 -1
  50. package/lib/rich-text-editor/locale.d.ts +1 -0
  51. package/lib/rich-text-editor/menubar/menubar.d.ts +6 -0
  52. package/lib/rich-text-editor/rich-text-editor.d.ts +352 -2
  53. package/lib/searchable-select/option-tag.d.ts +6 -0
  54. package/lib/searchable-select/searchable-select.d.ts +1857 -36
  55. package/lib/select/select.d.ts +1843 -28
  56. package/lib/selectable-box/selectable-box.d.ts +6 -0
  57. package/lib/slider/slider.d.ts +384 -2
  58. package/lib/split-button/split-button.d.ts +18 -0
  59. package/lib/switch/switch.d.ts +386 -3
  60. package/lib/tab/tab.d.ts +18 -1
  61. package/lib/tab-panel/tab-panel.d.ts +6 -0
  62. package/lib/tag/tag.d.ts +12 -0
  63. package/lib/tag-group/tag-group.d.ts +6 -0
  64. package/lib/text-area/text-area.d.ts +2174 -19
  65. package/lib/text-field/text-field.d.ts +2195 -31
  66. package/lib/time-picker/time-picker.d.ts +839 -106
  67. package/lib/toggletip/toggletip.d.ts +10 -4
  68. package/lib/tooltip/tooltip.d.ts +10 -4
  69. package/lib/tree-item/tree-item.d.ts +12 -0
  70. package/lib/tree-view/tree-view.d.ts +6 -0
  71. package/lib/video-player/video-player.d.ts +6 -0
  72. package/lib/visually-hidden/definition.d.ts +4 -0
  73. package/lib/visually-hidden/visually-hidden.d.ts +3 -0
  74. package/lib/visually-hidden/visually-hidden.template.d.ts +3 -0
  75. package/locales/de-DE.cjs +33 -1
  76. package/locales/de-DE.js +33 -1
  77. package/locales/en-GB.cjs +33 -1
  78. package/locales/en-GB.js +33 -1
  79. package/locales/en-US.cjs +33 -1
  80. package/locales/en-US.js +33 -1
  81. package/locales/ja-JP.cjs +33 -1
  82. package/locales/ja-JP.js +33 -1
  83. package/locales/zh-CN.cjs +33 -1
  84. package/locales/zh-CN.js +33 -1
  85. package/menu/index.cjs +1 -1
  86. package/menu/index.js +1 -1
  87. package/nav/index.cjs +1 -1
  88. package/nav/index.js +1 -1
  89. package/nav-disclosure/index.cjs +1 -1
  90. package/nav-disclosure/index.js +1 -1
  91. package/nav-item/index.cjs +1 -1
  92. package/nav-item/index.js +1 -1
  93. package/note/index.cjs +1 -1
  94. package/note/index.js +1 -1
  95. package/number-field/index.cjs +1 -1
  96. package/number-field/index.js +1 -1
  97. package/option/index.cjs +1 -1
  98. package/option/index.js +1 -1
  99. package/package.json +1 -1
  100. package/pagination/index.cjs +1 -1
  101. package/pagination/index.js +1 -1
  102. package/popup/index.cjs +1 -1
  103. package/popup/index.js +1 -1
  104. package/progress/index.cjs +1 -1
  105. package/progress/index.js +1 -1
  106. package/progress-ring/index.cjs +1 -1
  107. package/progress-ring/index.js +1 -1
  108. package/radio/index.cjs +1 -1
  109. package/radio/index.js +1 -1
  110. package/radio-group/index.cjs +1 -1
  111. package/radio-group/index.js +1 -1
  112. package/range-slider/index.cjs +1 -1
  113. package/range-slider/index.js +1 -1
  114. package/rich-text-editor/index.cjs +1 -1
  115. package/rich-text-editor/index.js +1 -1
  116. package/searchable-select/index.cjs +1 -1
  117. package/searchable-select/index.js +1 -1
  118. package/select/index.cjs +1 -1
  119. package/select/index.js +1 -1
  120. package/selectable-box/index.cjs +1 -1
  121. package/selectable-box/index.js +1 -1
  122. package/shared/affix.cjs +13 -7
  123. package/shared/affix.js +13 -8
  124. package/shared/aria/delegates-aria.d.ts +6 -0
  125. package/shared/aria/host-semantics.d.ts +6 -0
  126. package/shared/breadcrumb-item.cjs +2 -5
  127. package/shared/breadcrumb-item.js +2 -5
  128. package/shared/button.cjs +13 -11
  129. package/shared/button.js +13 -11
  130. package/shared/calendar-picker.template.cjs +3 -3
  131. package/shared/calendar-picker.template.js +1 -1
  132. package/shared/char-count.cjs +92 -0
  133. package/shared/char-count.js +90 -0
  134. package/shared/definition.js +1 -1
  135. package/shared/definition10.js +1 -1
  136. package/shared/definition11.cjs +27 -44
  137. package/shared/definition11.js +28 -45
  138. package/shared/definition12.js +1 -1
  139. package/shared/definition13.js +1 -1
  140. package/shared/definition14.cjs +53 -22
  141. package/shared/definition14.js +54 -23
  142. package/shared/definition15.cjs +31 -36
  143. package/shared/definition15.js +30 -36
  144. package/shared/definition16.cjs +43 -63
  145. package/shared/definition16.js +42 -63
  146. package/shared/definition17.cjs +8 -4
  147. package/shared/definition17.js +8 -4
  148. package/shared/definition18.cjs +10 -14
  149. package/shared/definition18.js +9 -14
  150. package/shared/definition19.cjs +85 -100
  151. package/shared/definition19.js +75 -91
  152. package/shared/definition2.js +1 -1
  153. package/shared/definition20.cjs +15 -20
  154. package/shared/definition20.js +14 -20
  155. package/shared/definition21.cjs +22 -3
  156. package/shared/definition21.js +23 -4
  157. package/shared/definition22.cjs +4 -4
  158. package/shared/definition22.js +5 -5
  159. package/shared/definition23.cjs +5 -38
  160. package/shared/definition23.js +5 -37
  161. package/shared/definition24.cjs +2 -7
  162. package/shared/definition24.js +3 -8
  163. package/shared/definition25.js +1 -1
  164. package/shared/definition26.cjs +157 -171
  165. package/shared/definition26.js +156 -171
  166. package/shared/definition27.cjs +1 -1
  167. package/shared/definition27.js +2 -2
  168. package/shared/definition28.cjs +32 -17
  169. package/shared/definition28.js +33 -18
  170. package/shared/definition29.js +1 -1
  171. package/shared/definition3.js +1 -1
  172. package/shared/definition30.cjs +96 -482
  173. package/shared/definition30.js +99 -482
  174. package/shared/definition31.cjs +334 -57
  175. package/shared/definition31.js +333 -56
  176. package/shared/definition32.cjs +104 -19
  177. package/shared/definition32.js +105 -20
  178. package/shared/definition33.cjs +67 -15
  179. package/shared/definition33.js +66 -14
  180. package/shared/definition34.cjs +15 -50
  181. package/shared/definition34.js +14 -49
  182. package/shared/definition35.cjs +28 -397
  183. package/shared/definition35.js +27 -397
  184. package/shared/definition36.cjs +404 -54
  185. package/shared/definition36.js +404 -55
  186. package/shared/definition37.cjs +57 -234
  187. package/shared/definition37.js +57 -233
  188. package/shared/definition38.cjs +221 -66
  189. package/shared/definition38.js +220 -65
  190. package/shared/definition39.cjs +52 -44
  191. package/shared/definition39.js +51 -43
  192. package/shared/definition4.cjs +31 -24
  193. package/shared/definition4.js +33 -26
  194. package/shared/definition40.cjs +56 -266
  195. package/shared/definition40.js +55 -265
  196. package/shared/definition41.cjs +285 -142
  197. package/shared/definition41.js +285 -142
  198. package/shared/definition42.cjs +156 -564
  199. package/shared/definition42.js +156 -565
  200. package/shared/definition43.cjs +554 -14378
  201. package/shared/definition43.js +553 -14377
  202. package/shared/definition44.cjs +14418 -1155
  203. package/shared/definition44.js +14417 -1156
  204. package/shared/definition45.cjs +1049 -677
  205. package/shared/definition45.js +1050 -678
  206. package/shared/definition46.cjs +848 -113
  207. package/shared/definition46.js +847 -112
  208. package/shared/definition47.cjs +125 -90
  209. package/shared/definition47.js +124 -89
  210. package/shared/definition48.cjs +88 -455
  211. package/shared/definition48.js +87 -454
  212. package/shared/definition49.cjs +466 -109
  213. package/shared/definition49.js +466 -109
  214. package/shared/definition5.cjs +8 -7
  215. package/shared/definition5.js +6 -5
  216. package/shared/definition50.cjs +106 -106
  217. package/shared/definition50.js +105 -105
  218. package/shared/definition51.cjs +136 -15
  219. package/shared/definition51.js +135 -14
  220. package/shared/definition52.cjs +16 -115
  221. package/shared/definition52.js +15 -114
  222. package/shared/definition53.cjs +78 -412
  223. package/shared/definition53.js +77 -410
  224. package/shared/definition54.cjs +445 -23
  225. package/shared/definition54.js +443 -22
  226. package/shared/definition55.cjs +22 -136
  227. package/shared/definition55.js +21 -135
  228. package/shared/definition56.cjs +95 -291
  229. package/shared/definition56.js +95 -292
  230. package/shared/definition57.cjs +192 -480
  231. package/shared/definition57.js +190 -479
  232. package/shared/definition58.cjs +411 -24
  233. package/shared/definition58.js +410 -24
  234. package/shared/definition59.cjs +27 -144
  235. package/shared/definition59.js +27 -143
  236. package/shared/definition6.js +1 -1
  237. package/shared/definition60.cjs +83 -54
  238. package/shared/definition60.js +82 -53
  239. package/shared/definition61.cjs +78 -166
  240. package/shared/definition61.js +77 -164
  241. package/shared/definition62.cjs +143 -232
  242. package/shared/definition62.js +141 -231
  243. package/shared/definition63.cjs +234 -69417
  244. package/shared/definition63.js +233 -69416
  245. package/shared/definition64.cjs +69454 -28
  246. package/shared/definition64.js +69453 -27
  247. package/shared/definition65.cjs +28 -2168
  248. package/shared/definition65.js +27 -2166
  249. package/shared/definition66.cjs +27 -0
  250. package/shared/definition66.js +23 -0
  251. package/shared/definition67.cjs +2195 -0
  252. package/shared/definition67.js +2190 -0
  253. package/shared/definition7.cjs +11 -2
  254. package/shared/definition7.js +12 -3
  255. package/shared/definition8.cjs +24 -11
  256. package/shared/definition8.js +26 -13
  257. package/shared/definition9.cjs +1 -2
  258. package/shared/definition9.js +2 -3
  259. package/shared/delegates-aria.js +1 -1
  260. package/shared/deprecation/replaced-props.d.ts +20 -0
  261. package/shared/divider.cjs +41 -0
  262. package/shared/divider.js +38 -0
  263. package/shared/feedback/feedback-message.d.ts +345 -0
  264. package/shared/feedback/locale.d.ts +4 -0
  265. package/{lib/text-anchor/text-anchor.d.ts → shared/feedback/mixins.d.ts} +62 -39
  266. package/shared/form-associated.cjs +124 -100
  267. package/shared/form-associated.js +125 -101
  268. package/shared/form-element.cjs +84 -0
  269. package/shared/form-element.js +82 -0
  270. package/shared/foundation/button/button.d.ts +378 -2
  271. package/shared/foundation/form-associated/form-associated.d.ts +753 -49
  272. package/shared/foundation/listbox/listbox.d.ts +1 -1
  273. package/shared/foundation/vivid-element/vivid-element.d.ts +14 -0
  274. package/shared/host-semantics.js +1 -1
  275. package/shared/key-codes.js +1 -1
  276. package/shared/linkable.cjs +70 -0
  277. package/shared/linkable.js +68 -0
  278. package/shared/localization/Locale.d.ts +14 -0
  279. package/shared/mixins.cjs +306 -0
  280. package/shared/mixins.js +300 -0
  281. package/shared/patterns/affix.d.ts +16 -1
  282. package/shared/patterns/anchored.d.ts +20 -8
  283. package/shared/patterns/char-count/char-count.d.ts +351 -0
  284. package/shared/patterns/char-count/index.d.ts +1 -0
  285. package/shared/patterns/char-count/locale.d.ts +4 -0
  286. package/shared/patterns/form-elements/form-element.d.ts +744 -0
  287. package/shared/patterns/form-elements/index.d.ts +3 -1
  288. package/shared/patterns/form-elements/with-error-text.d.ts +1122 -0
  289. package/shared/patterns/form-elements/with-success-text.d.ts +341 -0
  290. package/shared/patterns/index.d.ts +2 -0
  291. package/shared/patterns/linkable.d.ts +394 -0
  292. package/shared/patterns/localized.d.ts +6 -0
  293. package/shared/patterns/trapped-focus.d.ts +6 -0
  294. package/shared/picker-field/mixins/calendar-picker.d.ts +420 -52
  295. package/shared/picker-field/mixins/calendar-picker.template.d.ts +420 -52
  296. package/shared/picker-field/mixins/inline-time-picker/inline-time-picker.d.ts +6 -0
  297. package/shared/picker-field/mixins/min-max-calendar-picker.d.ts +843 -107
  298. package/shared/picker-field/mixins/single-date-picker.d.ts +1259 -155
  299. package/shared/picker-field/mixins/single-value-picker.d.ts +417 -49
  300. package/shared/picker-field/mixins/time-selection-picker.d.ts +842 -106
  301. package/shared/picker-field/mixins/time-selection-picker.template.d.ts +839 -103
  302. package/shared/picker-field/picker-field.d.ts +1491 -15
  303. package/shared/picker-field.template.cjs +13 -22
  304. package/shared/picker-field.template.js +14 -23
  305. package/shared/repeat.js +1 -1
  306. package/shared/slider.template.cjs +1 -1
  307. package/shared/slider.template.js +1 -1
  308. package/shared/time-selection-picker.template.cjs +10 -15
  309. package/shared/time-selection-picker.template.js +10 -16
  310. package/shared/vivid-element.cjs +53 -4
  311. package/shared/vivid-element.js +53 -3
  312. package/shared/with-error-text.cjs +56 -0
  313. package/shared/with-error-text.js +54 -0
  314. package/shared/with-success-text.cjs +23 -0
  315. package/shared/with-success-text.js +21 -0
  316. package/side-drawer/index.cjs +1 -1
  317. package/side-drawer/index.js +1 -1
  318. package/slider/index.cjs +1 -1
  319. package/slider/index.js +1 -1
  320. package/split-button/index.cjs +1 -1
  321. package/split-button/index.js +1 -1
  322. package/styles/core/all.css +1 -1
  323. package/styles/core/theme.css +1 -1
  324. package/styles/core/typography.css +1 -1
  325. package/styles/tokens/theme-dark.css +4 -4
  326. package/styles/tokens/theme-light.css +4 -4
  327. package/styles/tokens/vivid-2-compat.css +1 -1
  328. package/switch/index.cjs +1 -1
  329. package/switch/index.js +1 -1
  330. package/tab/index.cjs +1 -1
  331. package/tab/index.js +1 -1
  332. package/tab-panel/index.cjs +1 -1
  333. package/tab-panel/index.js +1 -1
  334. package/tabs/index.cjs +1 -1
  335. package/tabs/index.js +1 -1
  336. package/tag/index.cjs +1 -1
  337. package/tag/index.js +1 -1
  338. package/tag-group/index.cjs +1 -1
  339. package/tag-group/index.js +1 -1
  340. package/text-area/index.cjs +1 -1
  341. package/text-area/index.js +1 -1
  342. package/text-field/index.cjs +1 -1
  343. package/text-field/index.js +1 -1
  344. package/time-picker/index.cjs +1 -1
  345. package/time-picker/index.js +1 -1
  346. package/toggletip/index.cjs +1 -1
  347. package/toggletip/index.js +1 -1
  348. package/tooltip/index.cjs +1 -1
  349. package/tooltip/index.js +1 -1
  350. package/tree-item/index.cjs +1 -1
  351. package/tree-item/index.js +1 -1
  352. package/tree-view/index.cjs +1 -1
  353. package/tree-view/index.js +1 -1
  354. package/video-player/index.cjs +1 -1
  355. package/video-player/index.js +1 -1
  356. package/visually-hidden/index.cjs +5 -0
  357. package/visually-hidden/index.js +3 -0
  358. package/vivid.api.json +744 -1490
  359. package/lib/checkbox/checkbox.form-associated.d.ts +0 -11
  360. package/lib/file-picker/file-picker.form-associated.d.ts +0 -11
  361. package/lib/number-field/number-field.form-associated.d.ts +0 -11
  362. package/lib/radio/radio.form-associated.d.ts +0 -13
  363. package/lib/range-slider/range-slider.form-associated.d.ts +0 -11
  364. package/lib/searchable-select/searchable-select.form-associated.d.ts +0 -11
  365. package/lib/select/select.form-associated.d.ts +0 -11
  366. package/lib/slider/slider.form-associated.d.ts +0 -11
  367. package/lib/switch/switch.form-associated.d.ts +0 -11
  368. package/lib/text-anchor/definition.d.ts +0 -2
  369. package/lib/text-anchor/text-anchor.template.d.ts +0 -3
  370. package/lib/text-area/text-area.form-associated.d.ts +0 -11
  371. package/lib/text-field/text-field.form-associated.d.ts +0 -11
  372. package/shared/anchor.cjs +0 -49
  373. package/shared/anchor.js +0 -47
  374. package/shared/apply-mixins.cjs +0 -23
  375. package/shared/apply-mixins.js +0 -21
  376. package/shared/applyMixinsWithObservables.cjs +0 -15
  377. package/shared/applyMixinsWithObservables.js +0 -13
  378. package/shared/direction.cjs +0 -17
  379. package/shared/direction.js +0 -15
  380. package/shared/form-elements.cjs +0 -209
  381. package/shared/form-elements.js +0 -202
  382. package/shared/foundation/anchor/anchor.d.ts +0 -11
  383. package/shared/foundation/utilities/apply-mixins.d.ts +0 -1
  384. package/shared/patterns/form-elements/form-elements.d.ts +0 -58
  385. package/shared/picker-field/picker-field.form-associated.d.ts +0 -11
  386. package/shared/text-anchor.cjs +0 -38
  387. package/shared/text-anchor.js +0 -36
  388. package/shared/text-anchor.template.cjs +0 -35
  389. package/shared/text-anchor.template.js +0 -33
  390. package/shared/utils/applyMixinsWithObservables.d.ts +0 -1
  391. package/text-anchor/index.cjs +0 -17
  392. package/text-anchor/index.js +0 -15
@@ -1,7 +1,7 @@
1
+ /// <reference types="node" />
1
2
  import type { Appearance, Shape, Size } from '../enums';
2
- import { type ErrorText, type FormElement, FormElementCharCount, FormElementHelperText, FormElementSuccessText } from '../../shared/patterns';
3
3
  import type { ExtractFromEnum } from '../../shared/utils/enums';
4
- import { FormAssociatedTextField } from './text-field.form-associated';
4
+ import { VividElement } from '../../shared/foundation/vivid-element/vivid-element';
5
5
  export type TextFieldAppearance = ExtractFromEnum<Appearance, Appearance.Fieldset | Appearance.Ghost>;
6
6
  export type TextFieldShape = ExtractFromEnum<Shape, Shape.Rounded | Shape.Pill>;
7
7
  export type TextFieldSize = ExtractFromEnum<Size, Size.Condensed | Size.Normal>;
@@ -15,8 +15,18 @@ export declare const TextFieldType: {
15
15
  export type TextFieldType = typeof TextFieldType[keyof typeof TextFieldType];
16
16
  declare const TextField_base: {
17
17
  new (...args: any[]): {
18
- icon?: string | undefined;
19
- iconSlottedContent?: HTMLElement[] | undefined;
18
+ _slottedHelperTextIds: string[];
19
+ _helperTextSlottedContentChanged(_: HTMLElement[], newContent: HTMLElement[]): void;
20
+ readonly _feedbackDescribedBy: string;
21
+ _feedbackId: string;
22
+ _getFeedbackTemplate(ctx: import("../shared/design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
23
+ helperText?: string | undefined;
24
+ _helperTextSlottedContent?: HTMLElement[] | undefined;
25
+ _internalFeedback(): {
26
+ type: import("../shared/feedback/feedback-message").FeedbackType;
27
+ message: string;
28
+ };
29
+ _slottedHelperTextFeedbackType(): "none" | "helper";
20
30
  specialHandling: boolean;
21
31
  _vividAriaBehaviour: import("../shared/aria/aria-mixin").VividAriaBehaviour;
22
32
  readonly $fastController: import("@microsoft/fast-element").Controller;
@@ -344,11 +354,27 @@ declare const TextField_base: {
344
354
  ariaDescription: string | null;
345
355
  ariaRowIndexText: string | null;
346
356
  ariaRelevant: string | null;
357
+ "__#1@#handleReplacedProp"(replacedProp: {
358
+ newPropertyName: string;
359
+ deprecatedPropertyName: string;
360
+ fromDeprecated: (v: any) => any;
361
+ toDeprecated?: ((v: any) => any) | undefined;
362
+ }): void;
347
363
  };
348
364
  } & {
349
365
  new (...args: any[]): {
350
- _vividAriaBehaviour: "delegate";
366
+ value: string;
367
+ maxlength: number;
368
+ charCount: boolean;
369
+ charCountRemaining: HTMLSpanElement;
370
+ "__#5@#charCountTimeout": NodeJS.Timeout | null;
371
+ _charCountDescribedBy: string;
372
+ _renderCharCountRemaining: () => void;
373
+ _updateCharCountRemaining: () => void;
374
+ _getCharCountTemplate: (context: import("../shared/design-system/defineVividComponent").VividElementDefinitionContext) => import("@microsoft/fast-element").ViewTemplate<any, any>;
375
+ readonly locale: import("../shared/localization/Locale").Locale;
351
376
  specialHandling: boolean;
377
+ _vividAriaBehaviour: import("../shared/aria/aria-mixin").VividAriaBehaviour;
352
378
  readonly $fastController: import("@microsoft/fast-element").Controller;
353
379
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
354
380
  connectedCallback(): void;
@@ -674,32 +700,2170 @@ declare const TextField_base: {
674
700
  ariaDescription: string | null;
675
701
  ariaRowIndexText: string | null;
676
702
  ariaRelevant: string | null;
703
+ "__#1@#handleReplacedProp"(replacedProp: {
704
+ newPropertyName: string;
705
+ deprecatedPropertyName: string;
706
+ fromDeprecated: (v: any) => any;
707
+ toDeprecated?: ((v: any) => any) | undefined;
708
+ }): void;
677
709
  };
678
- } & typeof FormAssociatedTextField;
679
- export declare class TextField extends TextField_base {
680
- #private;
681
- readOnly: boolean;
682
- autofocus: boolean;
683
- placeholder: string;
684
- type: TextFieldType;
685
- list: string;
686
- maxlength: number;
687
- minlength: number;
688
- pattern: string;
689
- size: number;
690
- spellcheck: boolean;
691
- select(): void;
692
- validate(): void;
693
- appearance?: TextFieldAppearance;
694
- shape?: TextFieldShape;
695
- autoComplete?: string;
696
- scale?: TextFieldSize;
697
- inputMode: string;
698
- leadingActionItemsSlottedContent?: HTMLElement[];
699
- connectedCallback(): void;
700
- disconnectedCallback(): void;
701
- focus(): void;
702
- }
703
- export interface TextField extends ErrorText, FormElement, FormElementCharCount, FormElementHelperText, FormElementSuccessText {
710
+ } & {
711
+ new (...args: any[]): {
712
+ errorText?: string | undefined;
713
+ errorTextChanged(_: string, newErrorText: string | undefined): void;
714
+ "__#4@#blockValidateCalls": boolean;
715
+ "__#4@#originalValidateFn": () => void;
716
+ "__#4@#forceCustomError"(errorMessage: string): void;
717
+ "__#4@#clearCustomErrorAndRevalidate"(): void;
718
+ label?: string | undefined;
719
+ errorValidationMessage: string;
720
+ forceErrorDisplay: boolean;
721
+ hasBeenTouched: boolean;
722
+ connectedCallback: (() => void) & (() => void) & (() => void);
723
+ "__#3@#handleInvalidEvent": () => void;
724
+ disconnectedCallback: (() => void) & (() => void) & (() => void);
725
+ formResetCallback: (() => void) & (() => void);
726
+ validate: (() => void) & ((anchor?: HTMLElement | undefined) => void);
727
+ proxy: import("../../shared/foundation/form-associated/form-associated").ProxyElement;
728
+ readonly validity: ValidityState;
729
+ readonly form: HTMLFormElement | null;
730
+ readonly validationMessage: string;
731
+ readonly willValidate: boolean;
732
+ readonly labels: readonly Node[];
733
+ dirtyValue: boolean;
734
+ proxySlot?: HTMLSlotElement | undefined;
735
+ value: string;
736
+ valueChanged(_previous: string, _next: string): void;
737
+ currentValue: string;
738
+ initialValue: string;
739
+ initialValueChanged(_previous: string, _next: string): void;
740
+ disabled: boolean;
741
+ disabledChanged(_previous: boolean, _next: boolean): void;
742
+ name: string;
743
+ nameChanged(_previous: string, _next: string): void;
744
+ required: boolean;
745
+ requiredChanged(_previous: boolean, _next: boolean): void;
746
+ readonly elementInternals: ElementInternals | null;
747
+ proxyEventsToBlock: string[];
748
+ checkValidity(): boolean;
749
+ reportValidity(): boolean;
750
+ setValidity(flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined): void;
751
+ formDisabledCallback(disabled: boolean): void;
752
+ proxyInitialized: boolean;
753
+ attachProxy(): void;
754
+ detachProxy(): void;
755
+ setFormValue(value: string | File | FormData | null, state?: string | File | FormData | null | undefined): void;
756
+ _keypressHandler(e: KeyboardEvent): void;
757
+ stopPropagation(e: Event): void;
758
+ specialHandling: boolean;
759
+ _vividAriaBehaviour: import("../shared/aria/aria-mixin").VividAriaBehaviour;
760
+ readonly $fastController: import("@microsoft/fast-element").Controller;
761
+ $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
762
+ attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
763
+ accessKey: string;
764
+ readonly accessKeyLabel: string;
765
+ autocapitalize: string;
766
+ dir: string;
767
+ draggable: boolean;
768
+ hidden: boolean;
769
+ inert: boolean;
770
+ innerText: string;
771
+ lang: string;
772
+ readonly offsetHeight: number;
773
+ readonly offsetLeft: number;
774
+ readonly offsetParent: Element | null;
775
+ readonly offsetTop: number;
776
+ readonly offsetWidth: number;
777
+ outerText: string;
778
+ spellcheck: boolean;
779
+ title: string;
780
+ translate: boolean;
781
+ attachInternals(): ElementInternals;
782
+ click(): void;
783
+ addEventListener<K_26 extends keyof HTMLElementEventMap>(type: K_26, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_26]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
784
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
785
+ removeEventListener<K_27 extends keyof HTMLElementEventMap>(type: K_27, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_27]) => any, options?: boolean | EventListenerOptions | undefined): void;
786
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
787
+ dropzone: import("dropzone");
788
+ readonly attributes: NamedNodeMap;
789
+ readonly classList: DOMTokenList;
790
+ className: string;
791
+ readonly clientHeight: number;
792
+ readonly clientLeft: number;
793
+ readonly clientTop: number;
794
+ readonly clientWidth: number;
795
+ id: string;
796
+ readonly localName: string;
797
+ readonly namespaceURI: string | null;
798
+ onfullscreenchange: ((this: Element, ev: Event) => any) | null;
799
+ onfullscreenerror: ((this: Element, ev: Event) => any) | null;
800
+ outerHTML: string;
801
+ readonly ownerDocument: Document;
802
+ readonly part: DOMTokenList;
803
+ readonly prefix: string | null;
804
+ readonly scrollHeight: number;
805
+ scrollLeft: number;
806
+ scrollTop: number;
807
+ readonly scrollWidth: number;
808
+ readonly shadowRoot: ShadowRoot | null;
809
+ slot: string;
810
+ readonly tagName: string;
811
+ attachShadow(init: ShadowRootInit): ShadowRoot;
812
+ checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
813
+ closest<K_28 extends keyof HTMLElementTagNameMap>(selector: K_28): HTMLElementTagNameMap[K_28] | null;
814
+ closest<K_29 extends keyof SVGElementTagNameMap>(selector: K_29): SVGElementTagNameMap[K_29] | null;
815
+ closest<K_30 extends keyof MathMLElementTagNameMap>(selector: K_30): MathMLElementTagNameMap[K_30] | null;
816
+ closest<E_4 extends Element = Element>(selectors: string): E_4 | null;
817
+ getAttribute(qualifiedName: string): string | null;
818
+ getAttributeNS(namespace: string | null, localName: string): string | null;
819
+ getAttributeNames(): string[];
820
+ getAttributeNode(qualifiedName: string): Attr | null;
821
+ getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
822
+ getBoundingClientRect(): DOMRect;
823
+ getClientRects(): DOMRectList;
824
+ getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
825
+ getElementsByTagName<K_31 extends keyof HTMLElementTagNameMap>(qualifiedName: K_31): HTMLCollectionOf<HTMLElementTagNameMap[K_31]>;
826
+ getElementsByTagName<K_32 extends keyof SVGElementTagNameMap>(qualifiedName: K_32): HTMLCollectionOf<SVGElementTagNameMap[K_32]>;
827
+ getElementsByTagName<K_33 extends keyof MathMLElementTagNameMap>(qualifiedName: K_33): HTMLCollectionOf<MathMLElementTagNameMap[K_33]>;
828
+ getElementsByTagName<K_34 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_34): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_34]>;
829
+ getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
830
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
831
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
832
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
833
+ getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
834
+ hasAttribute(qualifiedName: string): boolean;
835
+ hasAttributeNS(namespace: string | null, localName: string): boolean;
836
+ hasAttributes(): boolean;
837
+ hasPointerCapture(pointerId: number): boolean;
838
+ insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
839
+ insertAdjacentHTML(position: InsertPosition, text: string): void;
840
+ insertAdjacentText(where: InsertPosition, data: string): void;
841
+ matches(selectors: string): boolean;
842
+ releasePointerCapture(pointerId: number): void;
843
+ removeAttribute(qualifiedName: string): void;
844
+ removeAttributeNS(namespace: string | null, localName: string): void;
845
+ removeAttributeNode(attr: Attr): Attr;
846
+ requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
847
+ requestPointerLock(): void;
848
+ scroll(options?: ScrollToOptions | undefined): void;
849
+ scroll(x: number, y: number): void;
850
+ scrollBy(options?: ScrollToOptions | undefined): void;
851
+ scrollBy(x: number, y: number): void;
852
+ scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
853
+ scrollTo(options?: ScrollToOptions | undefined): void;
854
+ scrollTo(x: number, y: number): void;
855
+ setAttribute(qualifiedName: string, value: string): void;
856
+ setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
857
+ setAttributeNode(attr: Attr): Attr | null;
858
+ setAttributeNodeNS(attr: Attr): Attr | null;
859
+ setPointerCapture(pointerId: number): void;
860
+ toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
861
+ webkitMatchesSelector(selectors: string): boolean;
862
+ readonly baseURI: string;
863
+ readonly childNodes: NodeListOf<ChildNode>;
864
+ readonly firstChild: ChildNode | null;
865
+ readonly isConnected: boolean;
866
+ readonly lastChild: ChildNode | null;
867
+ readonly nextSibling: ChildNode | null;
868
+ readonly nodeName: string;
869
+ readonly nodeType: number;
870
+ nodeValue: string | null;
871
+ readonly parentElement: HTMLElement | null;
872
+ readonly parentNode: ParentNode | null;
873
+ readonly previousSibling: ChildNode | null;
874
+ textContent: string | null;
875
+ appendChild<T extends Node>(node: T): T;
876
+ cloneNode(deep?: boolean | undefined): Node;
877
+ compareDocumentPosition(other: Node): number;
878
+ contains(other: Node | null): boolean;
879
+ getRootNode(options?: GetRootNodeOptions | undefined): Node;
880
+ hasChildNodes(): boolean;
881
+ insertBefore<T_5 extends Node>(node: T_5, child: Node | null): T_5;
882
+ isDefaultNamespace(namespace: string | null): boolean;
883
+ isEqualNode(otherNode: Node | null): boolean;
884
+ isSameNode(otherNode: Node | null): boolean;
885
+ lookupNamespaceURI(prefix: string | null): string | null;
886
+ lookupPrefix(namespace: string | null): string | null;
887
+ normalize(): void;
888
+ removeChild<T_2 extends Node>(child: T_2): T_2;
889
+ replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
890
+ readonly ELEMENT_NODE: 1;
891
+ readonly ATTRIBUTE_NODE: 2;
892
+ readonly TEXT_NODE: 3;
893
+ readonly CDATA_SECTION_NODE: 4;
894
+ readonly ENTITY_REFERENCE_NODE: 5;
895
+ readonly ENTITY_NODE: 6;
896
+ readonly PROCESSING_INSTRUCTION_NODE: 7;
897
+ readonly COMMENT_NODE: 8;
898
+ readonly DOCUMENT_NODE: 9;
899
+ readonly DOCUMENT_TYPE_NODE: 10;
900
+ readonly DOCUMENT_FRAGMENT_NODE: 11;
901
+ readonly NOTATION_NODE: 12;
902
+ readonly DOCUMENT_POSITION_DISCONNECTED: 1;
903
+ readonly DOCUMENT_POSITION_PRECEDING: 2;
904
+ readonly DOCUMENT_POSITION_FOLLOWING: 4;
905
+ readonly DOCUMENT_POSITION_CONTAINS: 8;
906
+ readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
907
+ readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
908
+ dispatchEvent(event: Event): boolean;
909
+ ariaAtomic: string | null;
910
+ ariaAutoComplete: string | null;
911
+ ariaBusy: string | null;
912
+ ariaChecked: string | null;
913
+ ariaColCount: string | null;
914
+ ariaColIndex: string | null;
915
+ ariaColSpan: string | null;
916
+ ariaCurrent: string | null;
917
+ ariaDisabled: string | null;
918
+ ariaExpanded: string | null;
919
+ ariaHasPopup: string | null;
920
+ ariaHidden: string | null;
921
+ ariaInvalid: string | null;
922
+ ariaKeyShortcuts: string | null;
923
+ ariaLabel: string | null;
924
+ ariaLevel: string | null;
925
+ ariaLive: string | null;
926
+ ariaModal: string | null;
927
+ ariaMultiLine: string | null;
928
+ ariaMultiSelectable: string | null;
929
+ ariaOrientation: string | null;
930
+ ariaPlaceholder: string | null;
931
+ ariaPosInSet: string | null;
932
+ ariaPressed: string | null;
933
+ ariaReadOnly: string | null;
934
+ ariaRequired: string | null;
935
+ ariaRoleDescription: string | null;
936
+ ariaRowCount: string | null;
937
+ ariaRowIndex: string | null;
938
+ ariaRowSpan: string | null;
939
+ ariaSelected: string | null;
940
+ ariaSetSize: string | null;
941
+ ariaSort: string | null;
942
+ ariaValueMax: string | null;
943
+ ariaValueMin: string | null;
944
+ ariaValueNow: string | null;
945
+ ariaValueText: string | null;
946
+ role: string | null;
947
+ animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
948
+ getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
949
+ after(...nodes: (string | Node)[]): void;
950
+ before(...nodes: (string | Node)[]): void;
951
+ remove(): void;
952
+ replaceWith(...nodes: (string | Node)[]): void;
953
+ innerHTML: string;
954
+ readonly nextElementSibling: Element | null;
955
+ readonly previousElementSibling: Element | null;
956
+ readonly childElementCount: number;
957
+ readonly children: HTMLCollection;
958
+ readonly firstElementChild: Element | null;
959
+ readonly lastElementChild: Element | null;
960
+ append(...nodes: (string | Node)[]): void;
961
+ prepend(...nodes: (string | Node)[]): void;
962
+ querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
963
+ querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
964
+ querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
965
+ querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
966
+ querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
967
+ querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
968
+ querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
969
+ querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
970
+ querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
971
+ querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
972
+ replaceChildren(...nodes: (string | Node)[]): void;
973
+ readonly assignedSlot: HTMLSlotElement | null;
974
+ readonly style: CSSStyleDeclaration;
975
+ contentEditable: string;
976
+ enterKeyHint: string;
977
+ inputMode: string;
978
+ readonly isContentEditable: boolean;
979
+ onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
980
+ onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
981
+ onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
982
+ onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
983
+ onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
984
+ onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
985
+ onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
986
+ onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
987
+ oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
988
+ oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
989
+ oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
990
+ onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
991
+ onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
992
+ onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
993
+ oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
994
+ oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
995
+ oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
996
+ oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
997
+ ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
998
+ ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
999
+ ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1000
+ ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1001
+ ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1002
+ ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1003
+ ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1004
+ ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1005
+ ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1006
+ onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1007
+ onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1008
+ onerror: OnErrorEventHandler;
1009
+ onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
1010
+ onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
1011
+ ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1012
+ oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1013
+ oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1014
+ onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
1015
+ onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
1016
+ onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
1017
+ onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1018
+ onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1019
+ onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1020
+ onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1021
+ onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1022
+ onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1023
+ onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1024
+ onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1025
+ onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1026
+ onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1027
+ onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1028
+ onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1029
+ onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
1030
+ onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1031
+ onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1032
+ onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1033
+ onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1034
+ onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1035
+ onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1036
+ onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1037
+ onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1038
+ onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1039
+ onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1040
+ onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1041
+ onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
1042
+ onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1043
+ onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1044
+ onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
1045
+ onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1046
+ onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
1047
+ onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1048
+ onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1049
+ onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1050
+ onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1051
+ onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1052
+ onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1053
+ onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1054
+ onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
1055
+ onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1056
+ ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1057
+ ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1058
+ ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
1059
+ ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
1060
+ ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
1061
+ ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
1062
+ ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
1063
+ ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
1064
+ ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
1065
+ ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
1066
+ onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1067
+ onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1068
+ onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1069
+ onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1070
+ onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1071
+ onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1072
+ onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
1073
+ autofocus: boolean;
1074
+ readonly dataset: DOMStringMap;
1075
+ nonce?: string | undefined;
1076
+ tabIndex: number;
1077
+ blur(): void;
1078
+ focus(options?: FocusOptions | undefined): void;
1079
+ ariaColIndexText: string | null;
1080
+ ariaDescription: string | null;
1081
+ ariaRowIndexText: string | null;
1082
+ ariaRelevant: string | null;
1083
+ "__#1@#handleReplacedProp"(replacedProp: {
1084
+ newPropertyName: string;
1085
+ deprecatedPropertyName: string;
1086
+ fromDeprecated: (v: any) => any;
1087
+ toDeprecated?: ((v: any) => any) | undefined;
1088
+ }): void;
1089
+ };
1090
+ } & {
1091
+ new (...args: any[]): {
1092
+ successText?: string | undefined;
1093
+ specialHandling: boolean;
1094
+ _vividAriaBehaviour: import("../shared/aria/aria-mixin").VividAriaBehaviour;
1095
+ readonly $fastController: import("@microsoft/fast-element").Controller;
1096
+ $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
1097
+ connectedCallback(): void;
1098
+ disconnectedCallback(): void;
1099
+ attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
1100
+ accessKey: string;
1101
+ readonly accessKeyLabel: string;
1102
+ autocapitalize: string;
1103
+ dir: string;
1104
+ draggable: boolean;
1105
+ hidden: boolean;
1106
+ inert: boolean;
1107
+ innerText: string;
1108
+ lang: string;
1109
+ readonly offsetHeight: number;
1110
+ readonly offsetLeft: number;
1111
+ readonly offsetParent: Element | null;
1112
+ readonly offsetTop: number;
1113
+ readonly offsetWidth: number;
1114
+ outerText: string;
1115
+ spellcheck: boolean;
1116
+ title: string;
1117
+ translate: boolean;
1118
+ attachInternals(): ElementInternals;
1119
+ click(): void;
1120
+ addEventListener<K_35 extends keyof HTMLElementEventMap>(type: K_35, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_35]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
1121
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
1122
+ removeEventListener<K_36 extends keyof HTMLElementEventMap>(type: K_36, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_36]) => any, options?: boolean | EventListenerOptions | undefined): void;
1123
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
1124
+ dropzone: import("dropzone");
1125
+ readonly attributes: NamedNodeMap;
1126
+ readonly classList: DOMTokenList;
1127
+ className: string;
1128
+ readonly clientHeight: number;
1129
+ readonly clientLeft: number;
1130
+ readonly clientTop: number;
1131
+ readonly clientWidth: number;
1132
+ id: string;
1133
+ readonly localName: string;
1134
+ readonly namespaceURI: string | null;
1135
+ onfullscreenchange: ((this: Element, ev: Event) => any) | null;
1136
+ onfullscreenerror: ((this: Element, ev: Event) => any) | null;
1137
+ outerHTML: string;
1138
+ readonly ownerDocument: Document;
1139
+ readonly part: DOMTokenList;
1140
+ readonly prefix: string | null;
1141
+ readonly scrollHeight: number;
1142
+ scrollLeft: number;
1143
+ scrollTop: number;
1144
+ readonly scrollWidth: number;
1145
+ readonly shadowRoot: ShadowRoot | null;
1146
+ slot: string;
1147
+ readonly tagName: string;
1148
+ attachShadow(init: ShadowRootInit): ShadowRoot;
1149
+ checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
1150
+ closest<K_37 extends keyof HTMLElementTagNameMap>(selector: K_37): HTMLElementTagNameMap[K_37] | null;
1151
+ closest<K_38 extends keyof SVGElementTagNameMap>(selector: K_38): SVGElementTagNameMap[K_38] | null;
1152
+ closest<K_39 extends keyof MathMLElementTagNameMap>(selector: K_39): MathMLElementTagNameMap[K_39] | null;
1153
+ closest<E_5 extends Element = Element>(selectors: string): E_5 | null;
1154
+ getAttribute(qualifiedName: string): string | null;
1155
+ getAttributeNS(namespace: string | null, localName: string): string | null;
1156
+ getAttributeNames(): string[];
1157
+ getAttributeNode(qualifiedName: string): Attr | null;
1158
+ getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
1159
+ getBoundingClientRect(): DOMRect;
1160
+ getClientRects(): DOMRectList;
1161
+ getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
1162
+ getElementsByTagName<K_40 extends keyof HTMLElementTagNameMap>(qualifiedName: K_40): HTMLCollectionOf<HTMLElementTagNameMap[K_40]>;
1163
+ getElementsByTagName<K_41 extends keyof SVGElementTagNameMap>(qualifiedName: K_41): HTMLCollectionOf<SVGElementTagNameMap[K_41]>;
1164
+ getElementsByTagName<K_42 extends keyof MathMLElementTagNameMap>(qualifiedName: K_42): HTMLCollectionOf<MathMLElementTagNameMap[K_42]>;
1165
+ getElementsByTagName<K_43 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_43): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_43]>;
1166
+ getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
1167
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
1168
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
1169
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
1170
+ getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
1171
+ hasAttribute(qualifiedName: string): boolean;
1172
+ hasAttributeNS(namespace: string | null, localName: string): boolean;
1173
+ hasAttributes(): boolean;
1174
+ hasPointerCapture(pointerId: number): boolean;
1175
+ insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
1176
+ insertAdjacentHTML(position: InsertPosition, text: string): void;
1177
+ insertAdjacentText(where: InsertPosition, data: string): void;
1178
+ matches(selectors: string): boolean;
1179
+ releasePointerCapture(pointerId: number): void;
1180
+ removeAttribute(qualifiedName: string): void;
1181
+ removeAttributeNS(namespace: string | null, localName: string): void;
1182
+ removeAttributeNode(attr: Attr): Attr;
1183
+ requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
1184
+ requestPointerLock(): void;
1185
+ scroll(options?: ScrollToOptions | undefined): void;
1186
+ scroll(x: number, y: number): void;
1187
+ scrollBy(options?: ScrollToOptions | undefined): void;
1188
+ scrollBy(x: number, y: number): void;
1189
+ scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
1190
+ scrollTo(options?: ScrollToOptions | undefined): void;
1191
+ scrollTo(x: number, y: number): void;
1192
+ setAttribute(qualifiedName: string, value: string): void;
1193
+ setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
1194
+ setAttributeNode(attr: Attr): Attr | null;
1195
+ setAttributeNodeNS(attr: Attr): Attr | null;
1196
+ setPointerCapture(pointerId: number): void;
1197
+ toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
1198
+ webkitMatchesSelector(selectors: string): boolean;
1199
+ readonly baseURI: string;
1200
+ readonly childNodes: NodeListOf<ChildNode>;
1201
+ readonly firstChild: ChildNode | null;
1202
+ readonly isConnected: boolean;
1203
+ readonly lastChild: ChildNode | null;
1204
+ readonly nextSibling: ChildNode | null;
1205
+ readonly nodeName: string;
1206
+ readonly nodeType: number;
1207
+ nodeValue: string | null;
1208
+ readonly parentElement: HTMLElement | null;
1209
+ readonly parentNode: ParentNode | null;
1210
+ readonly previousSibling: ChildNode | null;
1211
+ textContent: string | null;
1212
+ appendChild<T extends Node>(node: T): T;
1213
+ cloneNode(deep?: boolean | undefined): Node;
1214
+ compareDocumentPosition(other: Node): number;
1215
+ contains(other: Node | null): boolean;
1216
+ getRootNode(options?: GetRootNodeOptions | undefined): Node;
1217
+ hasChildNodes(): boolean;
1218
+ insertBefore<T_6 extends Node>(node: T_6, child: Node | null): T_6;
1219
+ isDefaultNamespace(namespace: string | null): boolean;
1220
+ isEqualNode(otherNode: Node | null): boolean;
1221
+ isSameNode(otherNode: Node | null): boolean;
1222
+ lookupNamespaceURI(prefix: string | null): string | null;
1223
+ lookupPrefix(namespace: string | null): string | null;
1224
+ normalize(): void;
1225
+ removeChild<T_2 extends Node>(child: T_2): T_2;
1226
+ replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
1227
+ readonly ELEMENT_NODE: 1;
1228
+ readonly ATTRIBUTE_NODE: 2;
1229
+ readonly TEXT_NODE: 3;
1230
+ readonly CDATA_SECTION_NODE: 4;
1231
+ readonly ENTITY_REFERENCE_NODE: 5;
1232
+ readonly ENTITY_NODE: 6;
1233
+ readonly PROCESSING_INSTRUCTION_NODE: 7;
1234
+ readonly COMMENT_NODE: 8;
1235
+ readonly DOCUMENT_NODE: 9;
1236
+ readonly DOCUMENT_TYPE_NODE: 10;
1237
+ readonly DOCUMENT_FRAGMENT_NODE: 11;
1238
+ readonly NOTATION_NODE: 12;
1239
+ readonly DOCUMENT_POSITION_DISCONNECTED: 1;
1240
+ readonly DOCUMENT_POSITION_PRECEDING: 2;
1241
+ readonly DOCUMENT_POSITION_FOLLOWING: 4;
1242
+ readonly DOCUMENT_POSITION_CONTAINS: 8;
1243
+ readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
1244
+ readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
1245
+ dispatchEvent(event: Event): boolean;
1246
+ ariaAtomic: string | null;
1247
+ ariaAutoComplete: string | null;
1248
+ ariaBusy: string | null;
1249
+ ariaChecked: string | null;
1250
+ ariaColCount: string | null;
1251
+ ariaColIndex: string | null;
1252
+ ariaColSpan: string | null;
1253
+ ariaCurrent: string | null;
1254
+ ariaDisabled: string | null;
1255
+ ariaExpanded: string | null;
1256
+ ariaHasPopup: string | null;
1257
+ ariaHidden: string | null;
1258
+ ariaInvalid: string | null;
1259
+ ariaKeyShortcuts: string | null;
1260
+ ariaLabel: string | null;
1261
+ ariaLevel: string | null;
1262
+ ariaLive: string | null;
1263
+ ariaModal: string | null;
1264
+ ariaMultiLine: string | null;
1265
+ ariaMultiSelectable: string | null;
1266
+ ariaOrientation: string | null;
1267
+ ariaPlaceholder: string | null;
1268
+ ariaPosInSet: string | null;
1269
+ ariaPressed: string | null;
1270
+ ariaReadOnly: string | null;
1271
+ ariaRequired: string | null;
1272
+ ariaRoleDescription: string | null;
1273
+ ariaRowCount: string | null;
1274
+ ariaRowIndex: string | null;
1275
+ ariaRowSpan: string | null;
1276
+ ariaSelected: string | null;
1277
+ ariaSetSize: string | null;
1278
+ ariaSort: string | null;
1279
+ ariaValueMax: string | null;
1280
+ ariaValueMin: string | null;
1281
+ ariaValueNow: string | null;
1282
+ ariaValueText: string | null;
1283
+ role: string | null;
1284
+ animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
1285
+ getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
1286
+ after(...nodes: (string | Node)[]): void;
1287
+ before(...nodes: (string | Node)[]): void;
1288
+ remove(): void;
1289
+ replaceWith(...nodes: (string | Node)[]): void;
1290
+ innerHTML: string;
1291
+ readonly nextElementSibling: Element | null;
1292
+ readonly previousElementSibling: Element | null;
1293
+ readonly childElementCount: number;
1294
+ readonly children: HTMLCollection;
1295
+ readonly firstElementChild: Element | null;
1296
+ readonly lastElementChild: Element | null;
1297
+ append(...nodes: (string | Node)[]): void;
1298
+ prepend(...nodes: (string | Node)[]): void;
1299
+ querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
1300
+ querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
1301
+ querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
1302
+ querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
1303
+ querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
1304
+ querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
1305
+ querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
1306
+ querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
1307
+ querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
1308
+ querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
1309
+ replaceChildren(...nodes: (string | Node)[]): void;
1310
+ readonly assignedSlot: HTMLSlotElement | null;
1311
+ readonly style: CSSStyleDeclaration;
1312
+ contentEditable: string;
1313
+ enterKeyHint: string;
1314
+ inputMode: string;
1315
+ readonly isContentEditable: boolean;
1316
+ onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
1317
+ onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
1318
+ onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
1319
+ onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
1320
+ onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
1321
+ onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1322
+ onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
1323
+ onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
1324
+ oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1325
+ oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1326
+ oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1327
+ onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1328
+ onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1329
+ onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1330
+ oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1331
+ oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
1332
+ oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1333
+ oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
1334
+ ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1335
+ ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1336
+ ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1337
+ ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1338
+ ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1339
+ ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1340
+ ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1341
+ ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1342
+ ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1343
+ onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1344
+ onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1345
+ onerror: OnErrorEventHandler;
1346
+ onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
1347
+ onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
1348
+ ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1349
+ oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1350
+ oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1351
+ onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
1352
+ onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
1353
+ onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
1354
+ onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1355
+ onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1356
+ onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1357
+ onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1358
+ onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1359
+ onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1360
+ onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1361
+ onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1362
+ onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1363
+ onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1364
+ onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1365
+ onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1366
+ onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
1367
+ onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1368
+ onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1369
+ onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1370
+ onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1371
+ onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1372
+ onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1373
+ onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1374
+ onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1375
+ onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1376
+ onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1377
+ onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1378
+ onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
1379
+ onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1380
+ onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1381
+ onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
1382
+ onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1383
+ onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
1384
+ onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1385
+ onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1386
+ onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1387
+ onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1388
+ onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1389
+ onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1390
+ onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1391
+ onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
1392
+ onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1393
+ ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1394
+ ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1395
+ ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
1396
+ ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
1397
+ ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
1398
+ ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
1399
+ ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
1400
+ ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
1401
+ ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
1402
+ ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
1403
+ onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1404
+ onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1405
+ onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1406
+ onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1407
+ onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1408
+ onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1409
+ onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
1410
+ autofocus: boolean;
1411
+ readonly dataset: DOMStringMap;
1412
+ nonce?: string | undefined;
1413
+ tabIndex: number;
1414
+ blur(): void;
1415
+ focus(options?: FocusOptions | undefined): void;
1416
+ ariaColIndexText: string | null;
1417
+ ariaDescription: string | null;
1418
+ ariaRowIndexText: string | null;
1419
+ ariaRelevant: string | null;
1420
+ "__#1@#handleReplacedProp"(replacedProp: {
1421
+ newPropertyName: string;
1422
+ deprecatedPropertyName: string;
1423
+ fromDeprecated: (v: any) => any;
1424
+ toDeprecated?: ((v: any) => any) | undefined;
1425
+ }): void;
1426
+ };
1427
+ } & {
1428
+ new (...args: any[]): {
1429
+ label?: string | undefined;
1430
+ errorValidationMessage: string;
1431
+ forceErrorDisplay: boolean;
1432
+ hasBeenTouched: boolean;
1433
+ connectedCallback(): void;
1434
+ "__#3@#handleInvalidEvent": () => void;
1435
+ disconnectedCallback(): void;
1436
+ formResetCallback(): void;
1437
+ validate(): void;
1438
+ proxy: import("../../shared/foundation/form-associated/form-associated").ProxyElement;
1439
+ readonly validity: ValidityState;
1440
+ readonly form: HTMLFormElement | null;
1441
+ readonly validationMessage: string;
1442
+ readonly willValidate: boolean;
1443
+ readonly labels: readonly Node[];
1444
+ dirtyValue: boolean;
1445
+ proxySlot?: HTMLSlotElement | undefined;
1446
+ value: string;
1447
+ valueChanged(_previous: string, _next: string): void;
1448
+ currentValue: string;
1449
+ initialValue: string;
1450
+ initialValueChanged(_previous: string, _next: string): void;
1451
+ disabled: boolean;
1452
+ disabledChanged(_previous: boolean, _next: boolean): void;
1453
+ name: string;
1454
+ nameChanged(_previous: string, _next: string): void;
1455
+ required: boolean;
1456
+ requiredChanged(_previous: boolean, _next: boolean): void;
1457
+ readonly elementInternals: ElementInternals | null;
1458
+ proxyEventsToBlock: string[];
1459
+ checkValidity(): boolean;
1460
+ reportValidity(): boolean;
1461
+ setValidity(flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined): void;
1462
+ formDisabledCallback(disabled: boolean): void;
1463
+ proxyInitialized: boolean;
1464
+ attachProxy(): void;
1465
+ detachProxy(): void;
1466
+ setFormValue(value: string | File | FormData | null, state?: string | File | FormData | null | undefined): void;
1467
+ _keypressHandler(e: KeyboardEvent): void;
1468
+ stopPropagation(e: Event): void;
1469
+ specialHandling: boolean;
1470
+ _vividAriaBehaviour: import("../shared/aria/aria-mixin").VividAriaBehaviour;
1471
+ readonly $fastController: import("@microsoft/fast-element").Controller;
1472
+ $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
1473
+ attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
1474
+ accessKey: string;
1475
+ readonly accessKeyLabel: string;
1476
+ autocapitalize: string;
1477
+ dir: string;
1478
+ draggable: boolean;
1479
+ hidden: boolean;
1480
+ inert: boolean;
1481
+ innerText: string;
1482
+ lang: string;
1483
+ readonly offsetHeight: number;
1484
+ readonly offsetLeft: number;
1485
+ readonly offsetParent: Element | null;
1486
+ readonly offsetTop: number;
1487
+ readonly offsetWidth: number;
1488
+ outerText: string;
1489
+ spellcheck: boolean;
1490
+ title: string;
1491
+ translate: boolean;
1492
+ attachInternals(): ElementInternals;
1493
+ click(): void;
1494
+ addEventListener<K_44 extends keyof HTMLElementEventMap>(type: K_44, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_44]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
1495
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
1496
+ removeEventListener<K_45 extends keyof HTMLElementEventMap>(type: K_45, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_45]) => any, options?: boolean | EventListenerOptions | undefined): void;
1497
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
1498
+ dropzone: import("dropzone");
1499
+ readonly attributes: NamedNodeMap;
1500
+ readonly classList: DOMTokenList;
1501
+ className: string;
1502
+ readonly clientHeight: number;
1503
+ readonly clientLeft: number;
1504
+ readonly clientTop: number;
1505
+ readonly clientWidth: number;
1506
+ id: string;
1507
+ readonly localName: string;
1508
+ readonly namespaceURI: string | null;
1509
+ onfullscreenchange: ((this: Element, ev: Event) => any) | null;
1510
+ onfullscreenerror: ((this: Element, ev: Event) => any) | null;
1511
+ outerHTML: string;
1512
+ readonly ownerDocument: Document;
1513
+ readonly part: DOMTokenList;
1514
+ readonly prefix: string | null;
1515
+ readonly scrollHeight: number;
1516
+ scrollLeft: number;
1517
+ scrollTop: number;
1518
+ readonly scrollWidth: number;
1519
+ readonly shadowRoot: ShadowRoot | null;
1520
+ slot: string;
1521
+ readonly tagName: string;
1522
+ attachShadow(init: ShadowRootInit): ShadowRoot;
1523
+ checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
1524
+ closest<K_46 extends keyof HTMLElementTagNameMap>(selector: K_46): HTMLElementTagNameMap[K_46] | null;
1525
+ closest<K_47 extends keyof SVGElementTagNameMap>(selector: K_47): SVGElementTagNameMap[K_47] | null;
1526
+ closest<K_48 extends keyof MathMLElementTagNameMap>(selector: K_48): MathMLElementTagNameMap[K_48] | null;
1527
+ closest<E_6 extends Element = Element>(selectors: string): E_6 | null;
1528
+ getAttribute(qualifiedName: string): string | null;
1529
+ getAttributeNS(namespace: string | null, localName: string): string | null;
1530
+ getAttributeNames(): string[];
1531
+ getAttributeNode(qualifiedName: string): Attr | null;
1532
+ getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
1533
+ getBoundingClientRect(): DOMRect;
1534
+ getClientRects(): DOMRectList;
1535
+ getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
1536
+ getElementsByTagName<K_49 extends keyof HTMLElementTagNameMap>(qualifiedName: K_49): HTMLCollectionOf<HTMLElementTagNameMap[K_49]>;
1537
+ getElementsByTagName<K_50 extends keyof SVGElementTagNameMap>(qualifiedName: K_50): HTMLCollectionOf<SVGElementTagNameMap[K_50]>;
1538
+ getElementsByTagName<K_51 extends keyof MathMLElementTagNameMap>(qualifiedName: K_51): HTMLCollectionOf<MathMLElementTagNameMap[K_51]>;
1539
+ getElementsByTagName<K_52 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_52): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_52]>;
1540
+ getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
1541
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
1542
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
1543
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
1544
+ getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
1545
+ hasAttribute(qualifiedName: string): boolean;
1546
+ hasAttributeNS(namespace: string | null, localName: string): boolean;
1547
+ hasAttributes(): boolean;
1548
+ hasPointerCapture(pointerId: number): boolean;
1549
+ insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
1550
+ insertAdjacentHTML(position: InsertPosition, text: string): void;
1551
+ insertAdjacentText(where: InsertPosition, data: string): void;
1552
+ matches(selectors: string): boolean;
1553
+ releasePointerCapture(pointerId: number): void;
1554
+ removeAttribute(qualifiedName: string): void;
1555
+ removeAttributeNS(namespace: string | null, localName: string): void;
1556
+ removeAttributeNode(attr: Attr): Attr;
1557
+ requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
1558
+ requestPointerLock(): void;
1559
+ scroll(options?: ScrollToOptions | undefined): void;
1560
+ scroll(x: number, y: number): void;
1561
+ scrollBy(options?: ScrollToOptions | undefined): void;
1562
+ scrollBy(x: number, y: number): void;
1563
+ scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
1564
+ scrollTo(options?: ScrollToOptions | undefined): void;
1565
+ scrollTo(x: number, y: number): void;
1566
+ setAttribute(qualifiedName: string, value: string): void;
1567
+ setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
1568
+ setAttributeNode(attr: Attr): Attr | null;
1569
+ setAttributeNodeNS(attr: Attr): Attr | null;
1570
+ setPointerCapture(pointerId: number): void;
1571
+ toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
1572
+ webkitMatchesSelector(selectors: string): boolean;
1573
+ readonly baseURI: string;
1574
+ readonly childNodes: NodeListOf<ChildNode>;
1575
+ readonly firstChild: ChildNode | null;
1576
+ readonly isConnected: boolean;
1577
+ readonly lastChild: ChildNode | null;
1578
+ readonly nextSibling: ChildNode | null;
1579
+ readonly nodeName: string;
1580
+ readonly nodeType: number;
1581
+ nodeValue: string | null;
1582
+ readonly parentElement: HTMLElement | null;
1583
+ readonly parentNode: ParentNode | null;
1584
+ readonly previousSibling: ChildNode | null;
1585
+ textContent: string | null;
1586
+ appendChild<T extends Node>(node: T): T;
1587
+ cloneNode(deep?: boolean | undefined): Node;
1588
+ compareDocumentPosition(other: Node): number;
1589
+ contains(other: Node | null): boolean;
1590
+ getRootNode(options?: GetRootNodeOptions | undefined): Node;
1591
+ hasChildNodes(): boolean;
1592
+ insertBefore<T_7 extends Node>(node: T_7, child: Node | null): T_7;
1593
+ isDefaultNamespace(namespace: string | null): boolean;
1594
+ isEqualNode(otherNode: Node | null): boolean;
1595
+ isSameNode(otherNode: Node | null): boolean;
1596
+ lookupNamespaceURI(prefix: string | null): string | null;
1597
+ lookupPrefix(namespace: string | null): string | null;
1598
+ normalize(): void;
1599
+ removeChild<T_2 extends Node>(child: T_2): T_2;
1600
+ replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
1601
+ readonly ELEMENT_NODE: 1;
1602
+ readonly ATTRIBUTE_NODE: 2;
1603
+ readonly TEXT_NODE: 3;
1604
+ readonly CDATA_SECTION_NODE: 4;
1605
+ readonly ENTITY_REFERENCE_NODE: 5;
1606
+ readonly ENTITY_NODE: 6;
1607
+ readonly PROCESSING_INSTRUCTION_NODE: 7;
1608
+ readonly COMMENT_NODE: 8;
1609
+ readonly DOCUMENT_NODE: 9;
1610
+ readonly DOCUMENT_TYPE_NODE: 10;
1611
+ readonly DOCUMENT_FRAGMENT_NODE: 11;
1612
+ readonly NOTATION_NODE: 12;
1613
+ readonly DOCUMENT_POSITION_DISCONNECTED: 1;
1614
+ readonly DOCUMENT_POSITION_PRECEDING: 2;
1615
+ readonly DOCUMENT_POSITION_FOLLOWING: 4;
1616
+ readonly DOCUMENT_POSITION_CONTAINS: 8;
1617
+ readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
1618
+ readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
1619
+ dispatchEvent(event: Event): boolean;
1620
+ ariaAtomic: string | null;
1621
+ ariaAutoComplete: string | null;
1622
+ ariaBusy: string | null;
1623
+ ariaChecked: string | null;
1624
+ ariaColCount: string | null;
1625
+ ariaColIndex: string | null;
1626
+ ariaColSpan: string | null;
1627
+ ariaCurrent: string | null;
1628
+ ariaDisabled: string | null;
1629
+ ariaExpanded: string | null;
1630
+ ariaHasPopup: string | null;
1631
+ ariaHidden: string | null;
1632
+ ariaInvalid: string | null;
1633
+ ariaKeyShortcuts: string | null;
1634
+ ariaLabel: string | null;
1635
+ ariaLevel: string | null;
1636
+ ariaLive: string | null;
1637
+ ariaModal: string | null;
1638
+ ariaMultiLine: string | null;
1639
+ ariaMultiSelectable: string | null;
1640
+ ariaOrientation: string | null;
1641
+ ariaPlaceholder: string | null;
1642
+ ariaPosInSet: string | null;
1643
+ ariaPressed: string | null;
1644
+ ariaReadOnly: string | null;
1645
+ ariaRequired: string | null;
1646
+ ariaRoleDescription: string | null;
1647
+ ariaRowCount: string | null;
1648
+ ariaRowIndex: string | null;
1649
+ ariaRowSpan: string | null;
1650
+ ariaSelected: string | null;
1651
+ ariaSetSize: string | null;
1652
+ ariaSort: string | null;
1653
+ ariaValueMax: string | null;
1654
+ ariaValueMin: string | null;
1655
+ ariaValueNow: string | null;
1656
+ ariaValueText: string | null;
1657
+ role: string | null;
1658
+ animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
1659
+ getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
1660
+ after(...nodes: (string | Node)[]): void;
1661
+ before(...nodes: (string | Node)[]): void;
1662
+ remove(): void;
1663
+ replaceWith(...nodes: (string | Node)[]): void;
1664
+ innerHTML: string;
1665
+ readonly nextElementSibling: Element | null;
1666
+ readonly previousElementSibling: Element | null;
1667
+ readonly childElementCount: number;
1668
+ readonly children: HTMLCollection;
1669
+ readonly firstElementChild: Element | null;
1670
+ readonly lastElementChild: Element | null;
1671
+ append(...nodes: (string | Node)[]): void;
1672
+ prepend(...nodes: (string | Node)[]): void;
1673
+ querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
1674
+ querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
1675
+ querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
1676
+ querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
1677
+ querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
1678
+ querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
1679
+ querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
1680
+ querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
1681
+ querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
1682
+ querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
1683
+ replaceChildren(...nodes: (string | Node)[]): void;
1684
+ readonly assignedSlot: HTMLSlotElement | null;
1685
+ readonly style: CSSStyleDeclaration;
1686
+ contentEditable: string;
1687
+ enterKeyHint: string;
1688
+ inputMode: string;
1689
+ readonly isContentEditable: boolean;
1690
+ onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
1691
+ onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
1692
+ onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
1693
+ onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
1694
+ onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
1695
+ onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1696
+ onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
1697
+ onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
1698
+ oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1699
+ oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1700
+ oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1701
+ onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1702
+ onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1703
+ onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1704
+ oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1705
+ oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
1706
+ oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1707
+ oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
1708
+ ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1709
+ ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1710
+ ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1711
+ ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1712
+ ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1713
+ ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1714
+ ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1715
+ ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1716
+ ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1717
+ onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1718
+ onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1719
+ onerror: OnErrorEventHandler;
1720
+ onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
1721
+ onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
1722
+ ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1723
+ oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1724
+ oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1725
+ onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
1726
+ onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
1727
+ onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
1728
+ onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1729
+ onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1730
+ onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1731
+ onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1732
+ onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1733
+ onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1734
+ onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1735
+ onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1736
+ onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1737
+ onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1738
+ onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1739
+ onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1740
+ onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
1741
+ onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1742
+ onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1743
+ onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1744
+ onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1745
+ onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1746
+ onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1747
+ onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1748
+ onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1749
+ onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1750
+ onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1751
+ onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1752
+ onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
1753
+ onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1754
+ onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1755
+ onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
1756
+ onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1757
+ onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
1758
+ onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1759
+ onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1760
+ onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1761
+ onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1762
+ onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1763
+ onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1764
+ onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1765
+ onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
1766
+ onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1767
+ ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1768
+ ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1769
+ ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
1770
+ ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
1771
+ ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
1772
+ ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
1773
+ ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
1774
+ ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
1775
+ ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
1776
+ ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
1777
+ onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1778
+ onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1779
+ onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1780
+ onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1781
+ onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1782
+ onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1783
+ onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
1784
+ autofocus: boolean;
1785
+ readonly dataset: DOMStringMap;
1786
+ nonce?: string | undefined;
1787
+ tabIndex: number;
1788
+ blur(): void;
1789
+ focus(options?: FocusOptions | undefined): void;
1790
+ ariaColIndexText: string | null;
1791
+ ariaDescription: string | null;
1792
+ ariaRowIndexText: string | null;
1793
+ ariaRelevant: string | null;
1794
+ "__#1@#handleReplacedProp"(replacedProp: {
1795
+ newPropertyName: string;
1796
+ deprecatedPropertyName: string;
1797
+ fromDeprecated: (v: any) => any;
1798
+ toDeprecated?: ((v: any) => any) | undefined;
1799
+ }): void;
1800
+ };
1801
+ } & {
1802
+ new (...args: any[]): {
1803
+ icon?: string | undefined;
1804
+ iconSlottedContent?: HTMLElement[] | undefined;
1805
+ specialHandling: boolean;
1806
+ _vividAriaBehaviour: import("../shared/aria/aria-mixin").VividAriaBehaviour;
1807
+ readonly $fastController: import("@microsoft/fast-element").Controller;
1808
+ $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
1809
+ connectedCallback(): void;
1810
+ disconnectedCallback(): void;
1811
+ attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
1812
+ accessKey: string;
1813
+ readonly accessKeyLabel: string;
1814
+ autocapitalize: string;
1815
+ dir: string;
1816
+ draggable: boolean;
1817
+ hidden: boolean;
1818
+ inert: boolean;
1819
+ innerText: string;
1820
+ lang: string;
1821
+ readonly offsetHeight: number;
1822
+ readonly offsetLeft: number;
1823
+ readonly offsetParent: Element | null;
1824
+ readonly offsetTop: number;
1825
+ readonly offsetWidth: number;
1826
+ outerText: string;
1827
+ spellcheck: boolean;
1828
+ title: string;
1829
+ translate: boolean;
1830
+ attachInternals(): ElementInternals;
1831
+ click(): void;
1832
+ addEventListener<K_53 extends keyof HTMLElementEventMap>(type: K_53, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_53]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
1833
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
1834
+ removeEventListener<K_54 extends keyof HTMLElementEventMap>(type: K_54, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_54]) => any, options?: boolean | EventListenerOptions | undefined): void;
1835
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
1836
+ dropzone: import("dropzone");
1837
+ readonly attributes: NamedNodeMap;
1838
+ readonly classList: DOMTokenList;
1839
+ className: string;
1840
+ readonly clientHeight: number;
1841
+ readonly clientLeft: number;
1842
+ readonly clientTop: number;
1843
+ readonly clientWidth: number;
1844
+ id: string;
1845
+ readonly localName: string;
1846
+ readonly namespaceURI: string | null;
1847
+ onfullscreenchange: ((this: Element, ev: Event) => any) | null;
1848
+ onfullscreenerror: ((this: Element, ev: Event) => any) | null;
1849
+ outerHTML: string;
1850
+ readonly ownerDocument: Document;
1851
+ readonly part: DOMTokenList;
1852
+ readonly prefix: string | null;
1853
+ readonly scrollHeight: number;
1854
+ scrollLeft: number;
1855
+ scrollTop: number;
1856
+ readonly scrollWidth: number;
1857
+ readonly shadowRoot: ShadowRoot | null;
1858
+ slot: string;
1859
+ readonly tagName: string;
1860
+ attachShadow(init: ShadowRootInit): ShadowRoot;
1861
+ checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
1862
+ closest<K_55 extends keyof HTMLElementTagNameMap>(selector: K_55): HTMLElementTagNameMap[K_55] | null;
1863
+ closest<K_56 extends keyof SVGElementTagNameMap>(selector: K_56): SVGElementTagNameMap[K_56] | null;
1864
+ closest<K_57 extends keyof MathMLElementTagNameMap>(selector: K_57): MathMLElementTagNameMap[K_57] | null;
1865
+ closest<E_7 extends Element = Element>(selectors: string): E_7 | null;
1866
+ getAttribute(qualifiedName: string): string | null;
1867
+ getAttributeNS(namespace: string | null, localName: string): string | null;
1868
+ getAttributeNames(): string[];
1869
+ getAttributeNode(qualifiedName: string): Attr | null;
1870
+ getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
1871
+ getBoundingClientRect(): DOMRect;
1872
+ getClientRects(): DOMRectList;
1873
+ getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
1874
+ getElementsByTagName<K_58 extends keyof HTMLElementTagNameMap>(qualifiedName: K_58): HTMLCollectionOf<HTMLElementTagNameMap[K_58]>;
1875
+ getElementsByTagName<K_59 extends keyof SVGElementTagNameMap>(qualifiedName: K_59): HTMLCollectionOf<SVGElementTagNameMap[K_59]>;
1876
+ getElementsByTagName<K_60 extends keyof MathMLElementTagNameMap>(qualifiedName: K_60): HTMLCollectionOf<MathMLElementTagNameMap[K_60]>;
1877
+ getElementsByTagName<K_61 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_61): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_61]>;
1878
+ getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
1879
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
1880
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
1881
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
1882
+ getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
1883
+ hasAttribute(qualifiedName: string): boolean;
1884
+ hasAttributeNS(namespace: string | null, localName: string): boolean;
1885
+ hasAttributes(): boolean;
1886
+ hasPointerCapture(pointerId: number): boolean;
1887
+ insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
1888
+ insertAdjacentHTML(position: InsertPosition, text: string): void;
1889
+ insertAdjacentText(where: InsertPosition, data: string): void;
1890
+ matches(selectors: string): boolean;
1891
+ releasePointerCapture(pointerId: number): void;
1892
+ removeAttribute(qualifiedName: string): void;
1893
+ removeAttributeNS(namespace: string | null, localName: string): void;
1894
+ removeAttributeNode(attr: Attr): Attr;
1895
+ requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
1896
+ requestPointerLock(): void;
1897
+ scroll(options?: ScrollToOptions | undefined): void;
1898
+ scroll(x: number, y: number): void;
1899
+ scrollBy(options?: ScrollToOptions | undefined): void;
1900
+ scrollBy(x: number, y: number): void;
1901
+ scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
1902
+ scrollTo(options?: ScrollToOptions | undefined): void;
1903
+ scrollTo(x: number, y: number): void;
1904
+ setAttribute(qualifiedName: string, value: string): void;
1905
+ setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
1906
+ setAttributeNode(attr: Attr): Attr | null;
1907
+ setAttributeNodeNS(attr: Attr): Attr | null;
1908
+ setPointerCapture(pointerId: number): void;
1909
+ toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
1910
+ webkitMatchesSelector(selectors: string): boolean;
1911
+ readonly baseURI: string;
1912
+ readonly childNodes: NodeListOf<ChildNode>;
1913
+ readonly firstChild: ChildNode | null;
1914
+ readonly isConnected: boolean;
1915
+ readonly lastChild: ChildNode | null;
1916
+ readonly nextSibling: ChildNode | null;
1917
+ readonly nodeName: string;
1918
+ readonly nodeType: number;
1919
+ nodeValue: string | null;
1920
+ readonly parentElement: HTMLElement | null;
1921
+ readonly parentNode: ParentNode | null;
1922
+ readonly previousSibling: ChildNode | null;
1923
+ textContent: string | null;
1924
+ appendChild<T extends Node>(node: T): T;
1925
+ cloneNode(deep?: boolean | undefined): Node;
1926
+ compareDocumentPosition(other: Node): number;
1927
+ contains(other: Node | null): boolean;
1928
+ getRootNode(options?: GetRootNodeOptions | undefined): Node;
1929
+ hasChildNodes(): boolean;
1930
+ insertBefore<T_8 extends Node>(node: T_8, child: Node | null): T_8;
1931
+ isDefaultNamespace(namespace: string | null): boolean;
1932
+ isEqualNode(otherNode: Node | null): boolean;
1933
+ isSameNode(otherNode: Node | null): boolean;
1934
+ lookupNamespaceURI(prefix: string | null): string | null;
1935
+ lookupPrefix(namespace: string | null): string | null;
1936
+ normalize(): void;
1937
+ removeChild<T_2 extends Node>(child: T_2): T_2;
1938
+ replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
1939
+ readonly ELEMENT_NODE: 1;
1940
+ readonly ATTRIBUTE_NODE: 2;
1941
+ readonly TEXT_NODE: 3;
1942
+ readonly CDATA_SECTION_NODE: 4;
1943
+ readonly ENTITY_REFERENCE_NODE: 5;
1944
+ readonly ENTITY_NODE: 6;
1945
+ readonly PROCESSING_INSTRUCTION_NODE: 7;
1946
+ readonly COMMENT_NODE: 8;
1947
+ readonly DOCUMENT_NODE: 9;
1948
+ readonly DOCUMENT_TYPE_NODE: 10;
1949
+ readonly DOCUMENT_FRAGMENT_NODE: 11;
1950
+ readonly NOTATION_NODE: 12;
1951
+ readonly DOCUMENT_POSITION_DISCONNECTED: 1;
1952
+ readonly DOCUMENT_POSITION_PRECEDING: 2;
1953
+ readonly DOCUMENT_POSITION_FOLLOWING: 4;
1954
+ readonly DOCUMENT_POSITION_CONTAINS: 8;
1955
+ readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
1956
+ readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
1957
+ dispatchEvent(event: Event): boolean;
1958
+ ariaAtomic: string | null;
1959
+ ariaAutoComplete: string | null;
1960
+ ariaBusy: string | null;
1961
+ ariaChecked: string | null;
1962
+ ariaColCount: string | null;
1963
+ ariaColIndex: string | null;
1964
+ ariaColSpan: string | null;
1965
+ ariaCurrent: string | null;
1966
+ ariaDisabled: string | null;
1967
+ ariaExpanded: string | null;
1968
+ ariaHasPopup: string | null;
1969
+ ariaHidden: string | null;
1970
+ ariaInvalid: string | null;
1971
+ ariaKeyShortcuts: string | null;
1972
+ ariaLabel: string | null;
1973
+ ariaLevel: string | null;
1974
+ ariaLive: string | null;
1975
+ ariaModal: string | null;
1976
+ ariaMultiLine: string | null;
1977
+ ariaMultiSelectable: string | null;
1978
+ ariaOrientation: string | null;
1979
+ ariaPlaceholder: string | null;
1980
+ ariaPosInSet: string | null;
1981
+ ariaPressed: string | null;
1982
+ ariaReadOnly: string | null;
1983
+ ariaRequired: string | null;
1984
+ ariaRoleDescription: string | null;
1985
+ ariaRowCount: string | null;
1986
+ ariaRowIndex: string | null;
1987
+ ariaRowSpan: string | null;
1988
+ ariaSelected: string | null;
1989
+ ariaSetSize: string | null;
1990
+ ariaSort: string | null;
1991
+ ariaValueMax: string | null;
1992
+ ariaValueMin: string | null;
1993
+ ariaValueNow: string | null;
1994
+ ariaValueText: string | null;
1995
+ role: string | null;
1996
+ animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
1997
+ getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
1998
+ after(...nodes: (string | Node)[]): void;
1999
+ before(...nodes: (string | Node)[]): void;
2000
+ remove(): void;
2001
+ replaceWith(...nodes: (string | Node)[]): void;
2002
+ innerHTML: string;
2003
+ readonly nextElementSibling: Element | null;
2004
+ readonly previousElementSibling: Element | null;
2005
+ readonly childElementCount: number;
2006
+ readonly children: HTMLCollection;
2007
+ readonly firstElementChild: Element | null;
2008
+ readonly lastElementChild: Element | null;
2009
+ append(...nodes: (string | Node)[]): void;
2010
+ prepend(...nodes: (string | Node)[]): void;
2011
+ querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
2012
+ querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
2013
+ querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
2014
+ querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
2015
+ querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
2016
+ querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
2017
+ querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
2018
+ querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
2019
+ querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
2020
+ querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
2021
+ replaceChildren(...nodes: (string | Node)[]): void;
2022
+ readonly assignedSlot: HTMLSlotElement | null;
2023
+ readonly style: CSSStyleDeclaration;
2024
+ contentEditable: string;
2025
+ enterKeyHint: string;
2026
+ inputMode: string;
2027
+ readonly isContentEditable: boolean;
2028
+ onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
2029
+ onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
2030
+ onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
2031
+ onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
2032
+ onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
2033
+ onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
2034
+ onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
2035
+ onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
2036
+ oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2037
+ oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2038
+ oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2039
+ onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2040
+ onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
2041
+ onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2042
+ oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
2043
+ oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
2044
+ oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2045
+ oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
2046
+ ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
2047
+ ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
2048
+ ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
2049
+ ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
2050
+ ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
2051
+ ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
2052
+ ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
2053
+ ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
2054
+ ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2055
+ onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2056
+ onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2057
+ onerror: OnErrorEventHandler;
2058
+ onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
2059
+ onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
2060
+ ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
2061
+ oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2062
+ oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2063
+ onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
2064
+ onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
2065
+ onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
2066
+ onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2067
+ onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2068
+ onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2069
+ onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2070
+ onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
2071
+ onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
2072
+ onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
2073
+ onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
2074
+ onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
2075
+ onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
2076
+ onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
2077
+ onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
2078
+ onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
2079
+ onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2080
+ onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2081
+ onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2082
+ onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
2083
+ onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
2084
+ onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
2085
+ onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
2086
+ onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
2087
+ onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
2088
+ onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
2089
+ onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
2090
+ onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
2091
+ onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2092
+ onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2093
+ onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
2094
+ onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2095
+ onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
2096
+ onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2097
+ onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2098
+ onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2099
+ onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2100
+ onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2101
+ onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2102
+ onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2103
+ onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
2104
+ onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2105
+ ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2106
+ ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2107
+ ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
2108
+ ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
2109
+ ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
2110
+ ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
2111
+ ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
2112
+ ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
2113
+ ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
2114
+ ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
2115
+ onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2116
+ onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2117
+ onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2118
+ onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2119
+ onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2120
+ onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2121
+ onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
2122
+ autofocus: boolean;
2123
+ readonly dataset: DOMStringMap;
2124
+ nonce?: string | undefined;
2125
+ tabIndex: number;
2126
+ blur(): void;
2127
+ focus(options?: FocusOptions | undefined): void;
2128
+ ariaColIndexText: string | null;
2129
+ ariaDescription: string | null;
2130
+ ariaRowIndexText: string | null;
2131
+ ariaRelevant: string | null;
2132
+ "__#1@#handleReplacedProp"(replacedProp: {
2133
+ newPropertyName: string;
2134
+ deprecatedPropertyName: string;
2135
+ fromDeprecated: (v: any) => any;
2136
+ toDeprecated?: ((v: any) => any) | undefined;
2137
+ }): void;
2138
+ };
2139
+ } & {
2140
+ new (...args: any[]): {
2141
+ _vividAriaBehaviour: "delegate";
2142
+ specialHandling: boolean;
2143
+ readonly $fastController: import("@microsoft/fast-element").Controller;
2144
+ $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
2145
+ connectedCallback(): void;
2146
+ disconnectedCallback(): void;
2147
+ attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
2148
+ accessKey: string;
2149
+ readonly accessKeyLabel: string;
2150
+ autocapitalize: string;
2151
+ dir: string;
2152
+ draggable: boolean;
2153
+ hidden: boolean;
2154
+ inert: boolean;
2155
+ innerText: string;
2156
+ lang: string;
2157
+ readonly offsetHeight: number;
2158
+ readonly offsetLeft: number;
2159
+ readonly offsetParent: Element | null;
2160
+ readonly offsetTop: number;
2161
+ readonly offsetWidth: number;
2162
+ outerText: string;
2163
+ spellcheck: boolean;
2164
+ title: string;
2165
+ translate: boolean;
2166
+ attachInternals(): ElementInternals;
2167
+ click(): void;
2168
+ addEventListener<K_62 extends keyof HTMLElementEventMap>(type: K_62, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_62]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
2169
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
2170
+ removeEventListener<K_63 extends keyof HTMLElementEventMap>(type: K_63, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_63]) => any, options?: boolean | EventListenerOptions | undefined): void;
2171
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
2172
+ dropzone: import("dropzone");
2173
+ readonly attributes: NamedNodeMap;
2174
+ readonly classList: DOMTokenList;
2175
+ className: string;
2176
+ readonly clientHeight: number;
2177
+ readonly clientLeft: number;
2178
+ readonly clientTop: number;
2179
+ readonly clientWidth: number;
2180
+ id: string;
2181
+ readonly localName: string;
2182
+ readonly namespaceURI: string | null;
2183
+ onfullscreenchange: ((this: Element, ev: Event) => any) | null;
2184
+ onfullscreenerror: ((this: Element, ev: Event) => any) | null;
2185
+ outerHTML: string;
2186
+ readonly ownerDocument: Document;
2187
+ readonly part: DOMTokenList;
2188
+ readonly prefix: string | null;
2189
+ readonly scrollHeight: number;
2190
+ scrollLeft: number;
2191
+ scrollTop: number;
2192
+ readonly scrollWidth: number;
2193
+ readonly shadowRoot: ShadowRoot | null;
2194
+ slot: string;
2195
+ readonly tagName: string;
2196
+ attachShadow(init: ShadowRootInit): ShadowRoot;
2197
+ checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
2198
+ closest<K_64 extends keyof HTMLElementTagNameMap>(selector: K_64): HTMLElementTagNameMap[K_64] | null;
2199
+ closest<K_65 extends keyof SVGElementTagNameMap>(selector: K_65): SVGElementTagNameMap[K_65] | null;
2200
+ closest<K_66 extends keyof MathMLElementTagNameMap>(selector: K_66): MathMLElementTagNameMap[K_66] | null;
2201
+ closest<E_8 extends Element = Element>(selectors: string): E_8 | null;
2202
+ getAttribute(qualifiedName: string): string | null;
2203
+ getAttributeNS(namespace: string | null, localName: string): string | null;
2204
+ getAttributeNames(): string[];
2205
+ getAttributeNode(qualifiedName: string): Attr | null;
2206
+ getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
2207
+ getBoundingClientRect(): DOMRect;
2208
+ getClientRects(): DOMRectList;
2209
+ getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
2210
+ getElementsByTagName<K_67 extends keyof HTMLElementTagNameMap>(qualifiedName: K_67): HTMLCollectionOf<HTMLElementTagNameMap[K_67]>;
2211
+ getElementsByTagName<K_68 extends keyof SVGElementTagNameMap>(qualifiedName: K_68): HTMLCollectionOf<SVGElementTagNameMap[K_68]>;
2212
+ getElementsByTagName<K_69 extends keyof MathMLElementTagNameMap>(qualifiedName: K_69): HTMLCollectionOf<MathMLElementTagNameMap[K_69]>;
2213
+ getElementsByTagName<K_70 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_70): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_70]>;
2214
+ getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
2215
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
2216
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
2217
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
2218
+ getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
2219
+ hasAttribute(qualifiedName: string): boolean;
2220
+ hasAttributeNS(namespace: string | null, localName: string): boolean;
2221
+ hasAttributes(): boolean;
2222
+ hasPointerCapture(pointerId: number): boolean;
2223
+ insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
2224
+ insertAdjacentHTML(position: InsertPosition, text: string): void;
2225
+ insertAdjacentText(where: InsertPosition, data: string): void;
2226
+ matches(selectors: string): boolean;
2227
+ releasePointerCapture(pointerId: number): void;
2228
+ removeAttribute(qualifiedName: string): void;
2229
+ removeAttributeNS(namespace: string | null, localName: string): void;
2230
+ removeAttributeNode(attr: Attr): Attr;
2231
+ requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
2232
+ requestPointerLock(): void;
2233
+ scroll(options?: ScrollToOptions | undefined): void;
2234
+ scroll(x: number, y: number): void;
2235
+ scrollBy(options?: ScrollToOptions | undefined): void;
2236
+ scrollBy(x: number, y: number): void;
2237
+ scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
2238
+ scrollTo(options?: ScrollToOptions | undefined): void;
2239
+ scrollTo(x: number, y: number): void;
2240
+ setAttribute(qualifiedName: string, value: string): void;
2241
+ setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
2242
+ setAttributeNode(attr: Attr): Attr | null;
2243
+ setAttributeNodeNS(attr: Attr): Attr | null;
2244
+ setPointerCapture(pointerId: number): void;
2245
+ toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
2246
+ webkitMatchesSelector(selectors: string): boolean;
2247
+ readonly baseURI: string;
2248
+ readonly childNodes: NodeListOf<ChildNode>;
2249
+ readonly firstChild: ChildNode | null;
2250
+ readonly isConnected: boolean;
2251
+ readonly lastChild: ChildNode | null;
2252
+ readonly nextSibling: ChildNode | null;
2253
+ readonly nodeName: string;
2254
+ readonly nodeType: number;
2255
+ nodeValue: string | null;
2256
+ readonly parentElement: HTMLElement | null;
2257
+ readonly parentNode: ParentNode | null;
2258
+ readonly previousSibling: ChildNode | null;
2259
+ textContent: string | null;
2260
+ appendChild<T extends Node>(node: T): T;
2261
+ cloneNode(deep?: boolean | undefined): Node;
2262
+ compareDocumentPosition(other: Node): number;
2263
+ contains(other: Node | null): boolean;
2264
+ getRootNode(options?: GetRootNodeOptions | undefined): Node;
2265
+ hasChildNodes(): boolean;
2266
+ insertBefore<T_9 extends Node>(node: T_9, child: Node | null): T_9;
2267
+ isDefaultNamespace(namespace: string | null): boolean;
2268
+ isEqualNode(otherNode: Node | null): boolean;
2269
+ isSameNode(otherNode: Node | null): boolean;
2270
+ lookupNamespaceURI(prefix: string | null): string | null;
2271
+ lookupPrefix(namespace: string | null): string | null;
2272
+ normalize(): void;
2273
+ removeChild<T_2 extends Node>(child: T_2): T_2;
2274
+ replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
2275
+ readonly ELEMENT_NODE: 1;
2276
+ readonly ATTRIBUTE_NODE: 2;
2277
+ readonly TEXT_NODE: 3;
2278
+ readonly CDATA_SECTION_NODE: 4;
2279
+ readonly ENTITY_REFERENCE_NODE: 5;
2280
+ readonly ENTITY_NODE: 6;
2281
+ readonly PROCESSING_INSTRUCTION_NODE: 7;
2282
+ readonly COMMENT_NODE: 8;
2283
+ readonly DOCUMENT_NODE: 9;
2284
+ readonly DOCUMENT_TYPE_NODE: 10;
2285
+ readonly DOCUMENT_FRAGMENT_NODE: 11;
2286
+ readonly NOTATION_NODE: 12;
2287
+ readonly DOCUMENT_POSITION_DISCONNECTED: 1;
2288
+ readonly DOCUMENT_POSITION_PRECEDING: 2;
2289
+ readonly DOCUMENT_POSITION_FOLLOWING: 4;
2290
+ readonly DOCUMENT_POSITION_CONTAINS: 8;
2291
+ readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
2292
+ readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
2293
+ dispatchEvent(event: Event): boolean;
2294
+ ariaAtomic: string | null;
2295
+ ariaAutoComplete: string | null;
2296
+ ariaBusy: string | null;
2297
+ ariaChecked: string | null;
2298
+ ariaColCount: string | null;
2299
+ ariaColIndex: string | null;
2300
+ ariaColSpan: string | null;
2301
+ ariaCurrent: string | null;
2302
+ ariaDisabled: string | null;
2303
+ ariaExpanded: string | null;
2304
+ ariaHasPopup: string | null;
2305
+ ariaHidden: string | null;
2306
+ ariaInvalid: string | null;
2307
+ ariaKeyShortcuts: string | null;
2308
+ ariaLabel: string | null;
2309
+ ariaLevel: string | null;
2310
+ ariaLive: string | null;
2311
+ ariaModal: string | null;
2312
+ ariaMultiLine: string | null;
2313
+ ariaMultiSelectable: string | null;
2314
+ ariaOrientation: string | null;
2315
+ ariaPlaceholder: string | null;
2316
+ ariaPosInSet: string | null;
2317
+ ariaPressed: string | null;
2318
+ ariaReadOnly: string | null;
2319
+ ariaRequired: string | null;
2320
+ ariaRoleDescription: string | null;
2321
+ ariaRowCount: string | null;
2322
+ ariaRowIndex: string | null;
2323
+ ariaRowSpan: string | null;
2324
+ ariaSelected: string | null;
2325
+ ariaSetSize: string | null;
2326
+ ariaSort: string | null;
2327
+ ariaValueMax: string | null;
2328
+ ariaValueMin: string | null;
2329
+ ariaValueNow: string | null;
2330
+ ariaValueText: string | null;
2331
+ role: string | null;
2332
+ animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
2333
+ getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
2334
+ after(...nodes: (string | Node)[]): void;
2335
+ before(...nodes: (string | Node)[]): void;
2336
+ remove(): void;
2337
+ replaceWith(...nodes: (string | Node)[]): void;
2338
+ innerHTML: string;
2339
+ readonly nextElementSibling: Element | null;
2340
+ readonly previousElementSibling: Element | null;
2341
+ readonly childElementCount: number;
2342
+ readonly children: HTMLCollection;
2343
+ readonly firstElementChild: Element | null;
2344
+ readonly lastElementChild: Element | null;
2345
+ append(...nodes: (string | Node)[]): void;
2346
+ prepend(...nodes: (string | Node)[]): void;
2347
+ querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
2348
+ querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
2349
+ querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
2350
+ querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
2351
+ querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
2352
+ querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
2353
+ querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
2354
+ querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
2355
+ querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
2356
+ querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
2357
+ replaceChildren(...nodes: (string | Node)[]): void;
2358
+ readonly assignedSlot: HTMLSlotElement | null;
2359
+ readonly style: CSSStyleDeclaration;
2360
+ contentEditable: string;
2361
+ enterKeyHint: string;
2362
+ inputMode: string;
2363
+ readonly isContentEditable: boolean;
2364
+ onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
2365
+ onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
2366
+ onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
2367
+ onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
2368
+ onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
2369
+ onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
2370
+ onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
2371
+ onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
2372
+ oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2373
+ oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2374
+ oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2375
+ onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2376
+ onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
2377
+ onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2378
+ oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
2379
+ oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
2380
+ oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2381
+ oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
2382
+ ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
2383
+ ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
2384
+ ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
2385
+ ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
2386
+ ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
2387
+ ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
2388
+ ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
2389
+ ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
2390
+ ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2391
+ onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2392
+ onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2393
+ onerror: OnErrorEventHandler;
2394
+ onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
2395
+ onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
2396
+ ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
2397
+ oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2398
+ oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2399
+ onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
2400
+ onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
2401
+ onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
2402
+ onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2403
+ onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2404
+ onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2405
+ onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2406
+ onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
2407
+ onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
2408
+ onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
2409
+ onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
2410
+ onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
2411
+ onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
2412
+ onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
2413
+ onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
2414
+ onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
2415
+ onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2416
+ onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2417
+ onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2418
+ onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
2419
+ onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
2420
+ onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
2421
+ onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
2422
+ onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
2423
+ onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
2424
+ onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
2425
+ onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
2426
+ onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
2427
+ onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2428
+ onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2429
+ onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
2430
+ onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2431
+ onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
2432
+ onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2433
+ onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2434
+ onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2435
+ onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2436
+ onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2437
+ onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2438
+ onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2439
+ onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
2440
+ onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2441
+ ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2442
+ ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2443
+ ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
2444
+ ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
2445
+ ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
2446
+ ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
2447
+ ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
2448
+ ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
2449
+ ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
2450
+ ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
2451
+ onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2452
+ onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2453
+ onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2454
+ onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2455
+ onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2456
+ onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2457
+ onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
2458
+ autofocus: boolean;
2459
+ readonly dataset: DOMStringMap;
2460
+ nonce?: string | undefined;
2461
+ tabIndex: number;
2462
+ blur(): void;
2463
+ focus(options?: FocusOptions | undefined): void;
2464
+ ariaColIndexText: string | null;
2465
+ ariaDescription: string | null;
2466
+ ariaRowIndexText: string | null;
2467
+ ariaRelevant: string | null;
2468
+ "__#1@#handleReplacedProp"(replacedProp: {
2469
+ newPropertyName: string;
2470
+ deprecatedPropertyName: string;
2471
+ fromDeprecated: (v: any) => any;
2472
+ toDeprecated?: ((v: any) => any) | undefined;
2473
+ }): void;
2474
+ };
2475
+ } & {
2476
+ new (...args: any[]): {
2477
+ proxy: import("../../shared/foundation/form-associated/form-associated").ProxyElement;
2478
+ readonly validity: ValidityState;
2479
+ readonly form: HTMLFormElement | null;
2480
+ readonly validationMessage: string;
2481
+ readonly willValidate: boolean;
2482
+ readonly labels: readonly Node[];
2483
+ dirtyValue: boolean;
2484
+ proxySlot?: HTMLSlotElement | undefined;
2485
+ value: string;
2486
+ valueChanged(_previous: string, _next: string): void;
2487
+ currentValue: string;
2488
+ initialValue: string;
2489
+ initialValueChanged(_previous: string, _next: string): void;
2490
+ disabled: boolean;
2491
+ disabledChanged(_previous: boolean, _next: boolean): void;
2492
+ name: string;
2493
+ nameChanged(_previous: string, _next: string): void;
2494
+ required: boolean;
2495
+ requiredChanged(_previous: boolean, _next: boolean): void;
2496
+ readonly elementInternals: ElementInternals | null;
2497
+ proxyEventsToBlock: string[];
2498
+ connectedCallback(): void;
2499
+ disconnectedCallback(): void;
2500
+ checkValidity(): boolean;
2501
+ reportValidity(): boolean;
2502
+ setValidity(flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined): void;
2503
+ formDisabledCallback(disabled: boolean): void;
2504
+ formResetCallback(): void;
2505
+ proxyInitialized: boolean;
2506
+ attachProxy(): void;
2507
+ detachProxy(): void;
2508
+ validate(anchor?: HTMLElement | undefined): void;
2509
+ setFormValue(value: string | File | FormData | null, state?: string | File | FormData | null | undefined): void;
2510
+ _keypressHandler(e: KeyboardEvent): void;
2511
+ stopPropagation(e: Event): void;
2512
+ specialHandling: boolean;
2513
+ _vividAriaBehaviour: import("../shared/aria/aria-mixin").VividAriaBehaviour;
2514
+ readonly $fastController: import("@microsoft/fast-element").Controller;
2515
+ $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
2516
+ attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
2517
+ accessKey: string;
2518
+ readonly accessKeyLabel: string;
2519
+ autocapitalize: string;
2520
+ dir: string;
2521
+ draggable: boolean;
2522
+ hidden: boolean;
2523
+ inert: boolean;
2524
+ innerText: string;
2525
+ lang: string;
2526
+ readonly offsetHeight: number;
2527
+ readonly offsetLeft: number;
2528
+ readonly offsetParent: Element | null;
2529
+ readonly offsetTop: number;
2530
+ readonly offsetWidth: number;
2531
+ outerText: string;
2532
+ spellcheck: boolean;
2533
+ title: string;
2534
+ translate: boolean;
2535
+ attachInternals(): ElementInternals;
2536
+ click(): void;
2537
+ addEventListener<K_71 extends keyof HTMLElementEventMap>(type: K_71, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_71]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
2538
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
2539
+ removeEventListener<K_72 extends keyof HTMLElementEventMap>(type: K_72, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_72]) => any, options?: boolean | EventListenerOptions | undefined): void;
2540
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
2541
+ dropzone: import("dropzone");
2542
+ readonly attributes: NamedNodeMap;
2543
+ readonly classList: DOMTokenList;
2544
+ className: string;
2545
+ readonly clientHeight: number;
2546
+ readonly clientLeft: number;
2547
+ readonly clientTop: number;
2548
+ readonly clientWidth: number;
2549
+ id: string;
2550
+ readonly localName: string;
2551
+ readonly namespaceURI: string | null;
2552
+ onfullscreenchange: ((this: Element, ev: Event) => any) | null;
2553
+ onfullscreenerror: ((this: Element, ev: Event) => any) | null;
2554
+ outerHTML: string;
2555
+ readonly ownerDocument: Document;
2556
+ readonly part: DOMTokenList;
2557
+ readonly prefix: string | null;
2558
+ readonly scrollHeight: number;
2559
+ scrollLeft: number;
2560
+ scrollTop: number;
2561
+ readonly scrollWidth: number;
2562
+ readonly shadowRoot: ShadowRoot | null;
2563
+ slot: string;
2564
+ readonly tagName: string;
2565
+ attachShadow(init: ShadowRootInit): ShadowRoot;
2566
+ checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
2567
+ closest<K_73 extends keyof HTMLElementTagNameMap>(selector: K_73): HTMLElementTagNameMap[K_73] | null;
2568
+ closest<K_74 extends keyof SVGElementTagNameMap>(selector: K_74): SVGElementTagNameMap[K_74] | null;
2569
+ closest<K_75 extends keyof MathMLElementTagNameMap>(selector: K_75): MathMLElementTagNameMap[K_75] | null;
2570
+ closest<E_9 extends Element = Element>(selectors: string): E_9 | null;
2571
+ getAttribute(qualifiedName: string): string | null;
2572
+ getAttributeNS(namespace: string | null, localName: string): string | null;
2573
+ getAttributeNames(): string[];
2574
+ getAttributeNode(qualifiedName: string): Attr | null;
2575
+ getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
2576
+ getBoundingClientRect(): DOMRect;
2577
+ getClientRects(): DOMRectList;
2578
+ getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
2579
+ getElementsByTagName<K_76 extends keyof HTMLElementTagNameMap>(qualifiedName: K_76): HTMLCollectionOf<HTMLElementTagNameMap[K_76]>;
2580
+ getElementsByTagName<K_77 extends keyof SVGElementTagNameMap>(qualifiedName: K_77): HTMLCollectionOf<SVGElementTagNameMap[K_77]>;
2581
+ getElementsByTagName<K_78 extends keyof MathMLElementTagNameMap>(qualifiedName: K_78): HTMLCollectionOf<MathMLElementTagNameMap[K_78]>;
2582
+ getElementsByTagName<K_79 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_79): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_79]>;
2583
+ getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
2584
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
2585
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
2586
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
2587
+ getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
2588
+ hasAttribute(qualifiedName: string): boolean;
2589
+ hasAttributeNS(namespace: string | null, localName: string): boolean;
2590
+ hasAttributes(): boolean;
2591
+ hasPointerCapture(pointerId: number): boolean;
2592
+ insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
2593
+ insertAdjacentHTML(position: InsertPosition, text: string): void;
2594
+ insertAdjacentText(where: InsertPosition, data: string): void;
2595
+ matches(selectors: string): boolean;
2596
+ releasePointerCapture(pointerId: number): void;
2597
+ removeAttribute(qualifiedName: string): void;
2598
+ removeAttributeNS(namespace: string | null, localName: string): void;
2599
+ removeAttributeNode(attr: Attr): Attr;
2600
+ requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
2601
+ requestPointerLock(): void;
2602
+ scroll(options?: ScrollToOptions | undefined): void;
2603
+ scroll(x: number, y: number): void;
2604
+ scrollBy(options?: ScrollToOptions | undefined): void;
2605
+ scrollBy(x: number, y: number): void;
2606
+ scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
2607
+ scrollTo(options?: ScrollToOptions | undefined): void;
2608
+ scrollTo(x: number, y: number): void;
2609
+ setAttribute(qualifiedName: string, value: string): void;
2610
+ setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
2611
+ setAttributeNode(attr: Attr): Attr | null;
2612
+ setAttributeNodeNS(attr: Attr): Attr | null;
2613
+ setPointerCapture(pointerId: number): void;
2614
+ toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
2615
+ webkitMatchesSelector(selectors: string): boolean;
2616
+ readonly baseURI: string;
2617
+ readonly childNodes: NodeListOf<ChildNode>;
2618
+ readonly firstChild: ChildNode | null;
2619
+ readonly isConnected: boolean;
2620
+ readonly lastChild: ChildNode | null;
2621
+ readonly nextSibling: ChildNode | null;
2622
+ readonly nodeName: string;
2623
+ readonly nodeType: number;
2624
+ nodeValue: string | null;
2625
+ readonly parentElement: HTMLElement | null;
2626
+ readonly parentNode: ParentNode | null;
2627
+ readonly previousSibling: ChildNode | null;
2628
+ textContent: string | null;
2629
+ appendChild<T extends Node>(node: T): T;
2630
+ cloneNode(deep?: boolean | undefined): Node;
2631
+ compareDocumentPosition(other: Node): number;
2632
+ contains(other: Node | null): boolean;
2633
+ getRootNode(options?: GetRootNodeOptions | undefined): Node;
2634
+ hasChildNodes(): boolean;
2635
+ insertBefore<T_10 extends Node>(node: T_10, child: Node | null): T_10;
2636
+ isDefaultNamespace(namespace: string | null): boolean;
2637
+ isEqualNode(otherNode: Node | null): boolean;
2638
+ isSameNode(otherNode: Node | null): boolean;
2639
+ lookupNamespaceURI(prefix: string | null): string | null;
2640
+ lookupPrefix(namespace: string | null): string | null;
2641
+ normalize(): void;
2642
+ removeChild<T_2 extends Node>(child: T_2): T_2;
2643
+ replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
2644
+ readonly ELEMENT_NODE: 1;
2645
+ readonly ATTRIBUTE_NODE: 2;
2646
+ readonly TEXT_NODE: 3;
2647
+ readonly CDATA_SECTION_NODE: 4;
2648
+ readonly ENTITY_REFERENCE_NODE: 5;
2649
+ readonly ENTITY_NODE: 6;
2650
+ readonly PROCESSING_INSTRUCTION_NODE: 7;
2651
+ readonly COMMENT_NODE: 8;
2652
+ readonly DOCUMENT_NODE: 9;
2653
+ readonly DOCUMENT_TYPE_NODE: 10;
2654
+ readonly DOCUMENT_FRAGMENT_NODE: 11;
2655
+ readonly NOTATION_NODE: 12;
2656
+ readonly DOCUMENT_POSITION_DISCONNECTED: 1;
2657
+ readonly DOCUMENT_POSITION_PRECEDING: 2;
2658
+ readonly DOCUMENT_POSITION_FOLLOWING: 4;
2659
+ readonly DOCUMENT_POSITION_CONTAINS: 8;
2660
+ readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
2661
+ readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
2662
+ dispatchEvent(event: Event): boolean;
2663
+ ariaAtomic: string | null;
2664
+ ariaAutoComplete: string | null;
2665
+ ariaBusy: string | null;
2666
+ ariaChecked: string | null;
2667
+ ariaColCount: string | null;
2668
+ ariaColIndex: string | null;
2669
+ ariaColSpan: string | null;
2670
+ ariaCurrent: string | null;
2671
+ ariaDisabled: string | null;
2672
+ ariaExpanded: string | null;
2673
+ ariaHasPopup: string | null;
2674
+ ariaHidden: string | null;
2675
+ ariaInvalid: string | null;
2676
+ ariaKeyShortcuts: string | null;
2677
+ ariaLabel: string | null;
2678
+ ariaLevel: string | null;
2679
+ ariaLive: string | null;
2680
+ ariaModal: string | null;
2681
+ ariaMultiLine: string | null;
2682
+ ariaMultiSelectable: string | null;
2683
+ ariaOrientation: string | null;
2684
+ ariaPlaceholder: string | null;
2685
+ ariaPosInSet: string | null;
2686
+ ariaPressed: string | null;
2687
+ ariaReadOnly: string | null;
2688
+ ariaRequired: string | null;
2689
+ ariaRoleDescription: string | null;
2690
+ ariaRowCount: string | null;
2691
+ ariaRowIndex: string | null;
2692
+ ariaRowSpan: string | null;
2693
+ ariaSelected: string | null;
2694
+ ariaSetSize: string | null;
2695
+ ariaSort: string | null;
2696
+ ariaValueMax: string | null;
2697
+ ariaValueMin: string | null;
2698
+ ariaValueNow: string | null;
2699
+ ariaValueText: string | null;
2700
+ role: string | null;
2701
+ animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
2702
+ getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
2703
+ after(...nodes: (string | Node)[]): void;
2704
+ before(...nodes: (string | Node)[]): void;
2705
+ remove(): void;
2706
+ replaceWith(...nodes: (string | Node)[]): void;
2707
+ innerHTML: string;
2708
+ readonly nextElementSibling: Element | null;
2709
+ readonly previousElementSibling: Element | null;
2710
+ readonly childElementCount: number;
2711
+ readonly children: HTMLCollection;
2712
+ readonly firstElementChild: Element | null;
2713
+ readonly lastElementChild: Element | null;
2714
+ append(...nodes: (string | Node)[]): void;
2715
+ prepend(...nodes: (string | Node)[]): void;
2716
+ querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
2717
+ querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
2718
+ querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
2719
+ querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
2720
+ querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
2721
+ querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
2722
+ querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
2723
+ querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
2724
+ querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
2725
+ querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
2726
+ replaceChildren(...nodes: (string | Node)[]): void;
2727
+ readonly assignedSlot: HTMLSlotElement | null;
2728
+ readonly style: CSSStyleDeclaration;
2729
+ contentEditable: string;
2730
+ enterKeyHint: string;
2731
+ inputMode: string;
2732
+ readonly isContentEditable: boolean;
2733
+ onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
2734
+ onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
2735
+ onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
2736
+ onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
2737
+ onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
2738
+ onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
2739
+ onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
2740
+ onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
2741
+ oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2742
+ oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2743
+ oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2744
+ onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2745
+ onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
2746
+ onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2747
+ oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
2748
+ oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
2749
+ oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2750
+ oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
2751
+ ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
2752
+ ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
2753
+ ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
2754
+ ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
2755
+ ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
2756
+ ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
2757
+ ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
2758
+ ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
2759
+ ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2760
+ onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2761
+ onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2762
+ onerror: OnErrorEventHandler;
2763
+ onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
2764
+ onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
2765
+ ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
2766
+ oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2767
+ oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2768
+ onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
2769
+ onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
2770
+ onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
2771
+ onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2772
+ onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2773
+ onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2774
+ onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2775
+ onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
2776
+ onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
2777
+ onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
2778
+ onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
2779
+ onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
2780
+ onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
2781
+ onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
2782
+ onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
2783
+ onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
2784
+ onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2785
+ onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2786
+ onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2787
+ onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
2788
+ onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
2789
+ onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
2790
+ onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
2791
+ onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
2792
+ onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
2793
+ onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
2794
+ onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
2795
+ onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
2796
+ onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2797
+ onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2798
+ onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
2799
+ onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2800
+ onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
2801
+ onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2802
+ onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2803
+ onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2804
+ onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2805
+ onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2806
+ onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2807
+ onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2808
+ onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
2809
+ onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2810
+ ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2811
+ ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2812
+ ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
2813
+ ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
2814
+ ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
2815
+ ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
2816
+ ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
2817
+ ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
2818
+ ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
2819
+ ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
2820
+ onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2821
+ onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2822
+ onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2823
+ onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2824
+ onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2825
+ onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2826
+ onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
2827
+ autofocus: boolean;
2828
+ readonly dataset: DOMStringMap;
2829
+ nonce?: string | undefined;
2830
+ tabIndex: number;
2831
+ blur(): void;
2832
+ focus(options?: FocusOptions | undefined): void;
2833
+ ariaColIndexText: string | null;
2834
+ ariaDescription: string | null;
2835
+ ariaRowIndexText: string | null;
2836
+ ariaRelevant: string | null;
2837
+ "__#1@#handleReplacedProp"(replacedProp: {
2838
+ newPropertyName: string;
2839
+ deprecatedPropertyName: string;
2840
+ fromDeprecated: (v: any) => any;
2841
+ toDeprecated?: ((v: any) => any) | undefined;
2842
+ }): void;
2843
+ };
2844
+ readonly formAssociated: boolean;
2845
+ } & typeof VividElement;
2846
+ export declare class TextField extends TextField_base {
2847
+ #private;
2848
+ readOnly: boolean;
2849
+ autofocus: boolean;
2850
+ placeholder: string;
2851
+ type: TextFieldType;
2852
+ list: string;
2853
+ maxlength: number;
2854
+ minlength: number;
2855
+ pattern: string;
2856
+ size: number;
2857
+ spellcheck: boolean;
2858
+ select(): void;
2859
+ validate(): void;
2860
+ appearance?: TextFieldAppearance;
2861
+ shape?: TextFieldShape;
2862
+ autoComplete?: string;
2863
+ scale?: TextFieldSize;
2864
+ inputMode: string;
2865
+ leadingActionItemsSlottedContent?: HTMLElement[];
2866
+ connectedCallback(): void;
2867
+ focus(): void;
704
2868
  }
705
2869
  export {};