@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,8 +1,15 @@
1
- import { FormElementHelperText } from '../patterns';
2
- import { FormAssociatedPickerField } from './picker-field.form-associated';
1
+ import { VividElement } from '../foundation/vivid-element/vivid-element';
3
2
  declare const PickerField_base: {
4
3
  new (...args: any[]): {
5
- _trappedFocus(event: KeyboardEvent, getFocusableEls: () => NodeListOf<HTMLElement>): boolean;
4
+ helperText?: string | undefined;
5
+ _helperTextSlottedContent?: HTMLElement[] | undefined;
6
+ readonly _feedbackDescribedBy: string;
7
+ _internalFeedback(): {
8
+ type: import("../feedback/feedback-message").FeedbackType;
9
+ message: string;
10
+ };
11
+ _slottedHelperTextFeedbackType(): "none" | "helper";
12
+ _getFeedbackTemplate(ctx: import("../design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
6
13
  specialHandling: boolean;
7
14
  _vividAriaBehaviour: import("../aria/aria-mixin").VividAriaBehaviour;
8
15
  readonly $fastController: import("@microsoft/fast-element").Controller;
@@ -330,16 +337,65 @@ declare const PickerField_base: {
330
337
  ariaDescription: string | null;
331
338
  ariaRowIndexText: string | null;
332
339
  ariaRelevant: string | null;
340
+ "__#1@#handleReplacedProp"(replacedProp: {
341
+ newPropertyName: string;
342
+ deprecatedPropertyName: string;
343
+ fromDeprecated: (v: any) => any;
344
+ toDeprecated?: ((v: any) => any) | undefined;
345
+ }): void;
333
346
  };
334
347
  } & {
335
348
  new (...args: any[]): {
336
- readonly locale: import("../localization/Locale").Locale;
349
+ errorText?: string | undefined;
350
+ errorTextChanged(_: string, newErrorText: string | undefined): void;
351
+ "__#4@#blockValidateCalls": boolean;
352
+ "__#4@#originalValidateFn": () => void;
353
+ "__#4@#forceCustomError"(errorMessage: string): void;
354
+ "__#4@#clearCustomErrorAndRevalidate"(): void;
355
+ label?: string | undefined;
356
+ errorValidationMessage: string;
357
+ forceErrorDisplay: boolean;
358
+ hasBeenTouched: boolean;
359
+ connectedCallback: (() => void) & (() => void) & (() => void);
360
+ "__#3@#handleInvalidEvent": () => void;
361
+ disconnectedCallback: (() => void) & (() => void) & (() => void);
362
+ formResetCallback: (() => void) & (() => void);
363
+ validate: (() => void) & ((anchor?: HTMLElement | undefined) => void);
364
+ proxy: import("../foundation/form-associated/form-associated").ProxyElement;
365
+ readonly validity: ValidityState;
366
+ readonly form: HTMLFormElement | null;
367
+ readonly validationMessage: string;
368
+ readonly willValidate: boolean;
369
+ readonly labels: readonly Node[];
370
+ dirtyValue: boolean;
371
+ proxySlot?: HTMLSlotElement | undefined;
372
+ value: string;
373
+ valueChanged(_previous: string, _next: string): void;
374
+ currentValue: string;
375
+ initialValue: string;
376
+ initialValueChanged(_previous: string, _next: string): void;
377
+ disabled: boolean;
378
+ disabledChanged(_previous: boolean, _next: boolean): void;
379
+ name: string;
380
+ nameChanged(_previous: string, _next: string): void;
381
+ required: boolean;
382
+ requiredChanged(_previous: boolean, _next: boolean): void;
383
+ readonly elementInternals: ElementInternals | null;
384
+ proxyEventsToBlock: string[];
385
+ checkValidity(): boolean;
386
+ reportValidity(): boolean;
387
+ setValidity(flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined): void;
388
+ formDisabledCallback(disabled: boolean): void;
389
+ proxyInitialized: boolean;
390
+ attachProxy(): void;
391
+ detachProxy(): void;
392
+ setFormValue(value: string | File | FormData | null, state?: string | File | FormData | null | undefined): void;
393
+ _keypressHandler(e: KeyboardEvent): void;
394
+ stopPropagation(e: Event): void;
337
395
  specialHandling: boolean;
338
396
  _vividAriaBehaviour: import("../aria/aria-mixin").VividAriaBehaviour;
339
397
  readonly $fastController: import("@microsoft/fast-element").Controller;
340
398
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
341
- connectedCallback(): void;
342
- disconnectedCallback(): void;
343
399
  attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
344
400
  accessKey: string;
345
401
  readonly accessKeyLabel: string;
@@ -661,15 +717,1435 @@ declare const PickerField_base: {
661
717
  ariaDescription: string | null;
662
718
  ariaRowIndexText: string | null;
663
719
  ariaRelevant: string | null;
720
+ "__#1@#handleReplacedProp"(replacedProp: {
721
+ newPropertyName: string;
722
+ deprecatedPropertyName: string;
723
+ fromDeprecated: (v: any) => any;
724
+ toDeprecated?: ((v: any) => any) | undefined;
725
+ }): void;
664
726
  };
665
- } & typeof FormAssociatedPickerField;
666
- export declare abstract class PickerField extends PickerField_base {
667
- #private;
668
- initialValue: string;
669
- currentValue: string;
670
- readOnly: boolean;
671
- constructor();
672
- }
673
- export interface PickerField extends FormElementHelperText {
727
+ } & {
728
+ new (...args: any[]): {
729
+ label?: string | undefined;
730
+ errorValidationMessage: string;
731
+ forceErrorDisplay: boolean;
732
+ hasBeenTouched: boolean;
733
+ connectedCallback(): void;
734
+ "__#3@#handleInvalidEvent": () => void;
735
+ disconnectedCallback(): void;
736
+ formResetCallback(): void;
737
+ validate(): void;
738
+ proxy: import("../foundation/form-associated/form-associated").ProxyElement;
739
+ readonly validity: ValidityState;
740
+ readonly form: HTMLFormElement | null;
741
+ readonly validationMessage: string;
742
+ readonly willValidate: boolean;
743
+ readonly labels: readonly Node[];
744
+ dirtyValue: boolean;
745
+ proxySlot?: HTMLSlotElement | undefined;
746
+ value: string;
747
+ valueChanged(_previous: string, _next: string): void;
748
+ currentValue: string;
749
+ initialValue: string;
750
+ initialValueChanged(_previous: string, _next: string): void;
751
+ disabled: boolean;
752
+ disabledChanged(_previous: boolean, _next: boolean): void;
753
+ name: string;
754
+ nameChanged(_previous: string, _next: string): void;
755
+ required: boolean;
756
+ requiredChanged(_previous: boolean, _next: boolean): void;
757
+ readonly elementInternals: ElementInternals | null;
758
+ proxyEventsToBlock: string[];
759
+ checkValidity(): boolean;
760
+ reportValidity(): boolean;
761
+ setValidity(flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined): void;
762
+ formDisabledCallback(disabled: boolean): void;
763
+ proxyInitialized: boolean;
764
+ attachProxy(): void;
765
+ detachProxy(): void;
766
+ setFormValue(value: string | File | FormData | null, state?: string | File | FormData | null | undefined): void;
767
+ _keypressHandler(e: KeyboardEvent): void;
768
+ stopPropagation(e: Event): void;
769
+ specialHandling: boolean;
770
+ _vividAriaBehaviour: import("../aria/aria-mixin").VividAriaBehaviour;
771
+ readonly $fastController: import("@microsoft/fast-element").Controller;
772
+ $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
773
+ attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
774
+ accessKey: string;
775
+ readonly accessKeyLabel: string;
776
+ autocapitalize: string;
777
+ dir: string;
778
+ draggable: boolean;
779
+ hidden: boolean;
780
+ inert: boolean;
781
+ innerText: string;
782
+ lang: string;
783
+ readonly offsetHeight: number;
784
+ readonly offsetLeft: number;
785
+ readonly offsetParent: Element | null;
786
+ readonly offsetTop: number;
787
+ readonly offsetWidth: number;
788
+ outerText: string;
789
+ spellcheck: boolean;
790
+ title: string;
791
+ translate: boolean;
792
+ attachInternals(): ElementInternals;
793
+ click(): void;
794
+ addEventListener<K_26 extends keyof HTMLElementEventMap>(type: K_26, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_26]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
795
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
796
+ removeEventListener<K_27 extends keyof HTMLElementEventMap>(type: K_27, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_27]) => any, options?: boolean | EventListenerOptions | undefined): void;
797
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
798
+ dropzone: import("dropzone");
799
+ readonly attributes: NamedNodeMap;
800
+ readonly classList: DOMTokenList;
801
+ className: string;
802
+ readonly clientHeight: number;
803
+ readonly clientLeft: number;
804
+ readonly clientTop: number;
805
+ readonly clientWidth: number;
806
+ id: string;
807
+ readonly localName: string;
808
+ readonly namespaceURI: string | null;
809
+ onfullscreenchange: ((this: Element, ev: Event) => any) | null;
810
+ onfullscreenerror: ((this: Element, ev: Event) => any) | null;
811
+ outerHTML: string;
812
+ readonly ownerDocument: Document;
813
+ readonly part: DOMTokenList;
814
+ readonly prefix: string | null;
815
+ readonly scrollHeight: number;
816
+ scrollLeft: number;
817
+ scrollTop: number;
818
+ readonly scrollWidth: number;
819
+ readonly shadowRoot: ShadowRoot | null;
820
+ slot: string;
821
+ readonly tagName: string;
822
+ attachShadow(init: ShadowRootInit): ShadowRoot;
823
+ checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
824
+ closest<K_28 extends keyof HTMLElementTagNameMap>(selector: K_28): HTMLElementTagNameMap[K_28] | null;
825
+ closest<K_29 extends keyof SVGElementTagNameMap>(selector: K_29): SVGElementTagNameMap[K_29] | null;
826
+ closest<K_30 extends keyof MathMLElementTagNameMap>(selector: K_30): MathMLElementTagNameMap[K_30] | null;
827
+ closest<E_4 extends Element = Element>(selectors: string): E_4 | null;
828
+ getAttribute(qualifiedName: string): string | null;
829
+ getAttributeNS(namespace: string | null, localName: string): string | null;
830
+ getAttributeNames(): string[];
831
+ getAttributeNode(qualifiedName: string): Attr | null;
832
+ getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
833
+ getBoundingClientRect(): DOMRect;
834
+ getClientRects(): DOMRectList;
835
+ getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
836
+ getElementsByTagName<K_31 extends keyof HTMLElementTagNameMap>(qualifiedName: K_31): HTMLCollectionOf<HTMLElementTagNameMap[K_31]>;
837
+ getElementsByTagName<K_32 extends keyof SVGElementTagNameMap>(qualifiedName: K_32): HTMLCollectionOf<SVGElementTagNameMap[K_32]>;
838
+ getElementsByTagName<K_33 extends keyof MathMLElementTagNameMap>(qualifiedName: K_33): HTMLCollectionOf<MathMLElementTagNameMap[K_33]>;
839
+ getElementsByTagName<K_34 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_34): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_34]>;
840
+ getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
841
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
842
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
843
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
844
+ getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
845
+ hasAttribute(qualifiedName: string): boolean;
846
+ hasAttributeNS(namespace: string | null, localName: string): boolean;
847
+ hasAttributes(): boolean;
848
+ hasPointerCapture(pointerId: number): boolean;
849
+ insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
850
+ insertAdjacentHTML(position: InsertPosition, text: string): void;
851
+ insertAdjacentText(where: InsertPosition, data: string): void;
852
+ matches(selectors: string): boolean;
853
+ releasePointerCapture(pointerId: number): void;
854
+ removeAttribute(qualifiedName: string): void;
855
+ removeAttributeNS(namespace: string | null, localName: string): void;
856
+ removeAttributeNode(attr: Attr): Attr;
857
+ requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
858
+ requestPointerLock(): void;
859
+ scroll(options?: ScrollToOptions | undefined): void;
860
+ scroll(x: number, y: number): void;
861
+ scrollBy(options?: ScrollToOptions | undefined): void;
862
+ scrollBy(x: number, y: number): void;
863
+ scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
864
+ scrollTo(options?: ScrollToOptions | undefined): void;
865
+ scrollTo(x: number, y: number): void;
866
+ setAttribute(qualifiedName: string, value: string): void;
867
+ setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
868
+ setAttributeNode(attr: Attr): Attr | null;
869
+ setAttributeNodeNS(attr: Attr): Attr | null;
870
+ setPointerCapture(pointerId: number): void;
871
+ toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
872
+ webkitMatchesSelector(selectors: string): boolean;
873
+ readonly baseURI: string;
874
+ readonly childNodes: NodeListOf<ChildNode>;
875
+ readonly firstChild: ChildNode | null;
876
+ readonly isConnected: boolean;
877
+ readonly lastChild: ChildNode | null;
878
+ readonly nextSibling: ChildNode | null;
879
+ readonly nodeName: string;
880
+ readonly nodeType: number;
881
+ nodeValue: string | null;
882
+ readonly parentElement: HTMLElement | null;
883
+ readonly parentNode: ParentNode | null;
884
+ readonly previousSibling: ChildNode | null;
885
+ textContent: string | null;
886
+ appendChild<T extends Node>(node: T): T;
887
+ cloneNode(deep?: boolean | undefined): Node;
888
+ compareDocumentPosition(other: Node): number;
889
+ contains(other: Node | null): boolean;
890
+ getRootNode(options?: GetRootNodeOptions | undefined): Node;
891
+ hasChildNodes(): boolean;
892
+ insertBefore<T_5 extends Node>(node: T_5, child: Node | null): T_5;
893
+ isDefaultNamespace(namespace: string | null): boolean;
894
+ isEqualNode(otherNode: Node | null): boolean;
895
+ isSameNode(otherNode: Node | null): boolean;
896
+ lookupNamespaceURI(prefix: string | null): string | null;
897
+ lookupPrefix(namespace: string | null): string | null;
898
+ normalize(): void;
899
+ removeChild<T_2 extends Node>(child: T_2): T_2;
900
+ replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
901
+ readonly ELEMENT_NODE: 1;
902
+ readonly ATTRIBUTE_NODE: 2;
903
+ readonly TEXT_NODE: 3;
904
+ readonly CDATA_SECTION_NODE: 4;
905
+ readonly ENTITY_REFERENCE_NODE: 5;
906
+ readonly ENTITY_NODE: 6;
907
+ readonly PROCESSING_INSTRUCTION_NODE: 7;
908
+ readonly COMMENT_NODE: 8;
909
+ readonly DOCUMENT_NODE: 9;
910
+ readonly DOCUMENT_TYPE_NODE: 10;
911
+ readonly DOCUMENT_FRAGMENT_NODE: 11;
912
+ readonly NOTATION_NODE: 12;
913
+ readonly DOCUMENT_POSITION_DISCONNECTED: 1;
914
+ readonly DOCUMENT_POSITION_PRECEDING: 2;
915
+ readonly DOCUMENT_POSITION_FOLLOWING: 4;
916
+ readonly DOCUMENT_POSITION_CONTAINS: 8;
917
+ readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
918
+ readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
919
+ dispatchEvent(event: Event): boolean;
920
+ ariaAtomic: string | null;
921
+ ariaAutoComplete: string | null;
922
+ ariaBusy: string | null;
923
+ ariaChecked: string | null;
924
+ ariaColCount: string | null;
925
+ ariaColIndex: string | null;
926
+ ariaColSpan: string | null;
927
+ ariaCurrent: string | null;
928
+ ariaDisabled: string | null;
929
+ ariaExpanded: string | null;
930
+ ariaHasPopup: string | null;
931
+ ariaHidden: string | null;
932
+ ariaInvalid: string | null;
933
+ ariaKeyShortcuts: string | null;
934
+ ariaLabel: string | null;
935
+ ariaLevel: string | null;
936
+ ariaLive: string | null;
937
+ ariaModal: string | null;
938
+ ariaMultiLine: string | null;
939
+ ariaMultiSelectable: string | null;
940
+ ariaOrientation: string | null;
941
+ ariaPlaceholder: string | null;
942
+ ariaPosInSet: string | null;
943
+ ariaPressed: string | null;
944
+ ariaReadOnly: string | null;
945
+ ariaRequired: string | null;
946
+ ariaRoleDescription: string | null;
947
+ ariaRowCount: string | null;
948
+ ariaRowIndex: string | null;
949
+ ariaRowSpan: string | null;
950
+ ariaSelected: string | null;
951
+ ariaSetSize: string | null;
952
+ ariaSort: string | null;
953
+ ariaValueMax: string | null;
954
+ ariaValueMin: string | null;
955
+ ariaValueNow: string | null;
956
+ ariaValueText: string | null;
957
+ role: string | null;
958
+ animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
959
+ getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
960
+ after(...nodes: (string | Node)[]): void;
961
+ before(...nodes: (string | Node)[]): void;
962
+ remove(): void;
963
+ replaceWith(...nodes: (string | Node)[]): void;
964
+ innerHTML: string;
965
+ readonly nextElementSibling: Element | null;
966
+ readonly previousElementSibling: Element | null;
967
+ readonly childElementCount: number;
968
+ readonly children: HTMLCollection;
969
+ readonly firstElementChild: Element | null;
970
+ readonly lastElementChild: Element | null;
971
+ append(...nodes: (string | Node)[]): void;
972
+ prepend(...nodes: (string | Node)[]): void;
973
+ querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
974
+ querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
975
+ querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
976
+ querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
977
+ querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
978
+ querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
979
+ querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
980
+ querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
981
+ querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
982
+ querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
983
+ replaceChildren(...nodes: (string | Node)[]): void;
984
+ readonly assignedSlot: HTMLSlotElement | null;
985
+ readonly style: CSSStyleDeclaration;
986
+ contentEditable: string;
987
+ enterKeyHint: string;
988
+ inputMode: string;
989
+ readonly isContentEditable: boolean;
990
+ onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
991
+ onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
992
+ onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
993
+ onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
994
+ onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
995
+ onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
996
+ onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
997
+ onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
998
+ oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
999
+ oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1000
+ oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1001
+ onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1002
+ onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1003
+ onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1004
+ oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1005
+ oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
1006
+ oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1007
+ oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
1008
+ ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1009
+ ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1010
+ ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1011
+ ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1012
+ ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1013
+ ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1014
+ ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1015
+ ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1016
+ ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1017
+ onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1018
+ onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1019
+ onerror: OnErrorEventHandler;
1020
+ onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
1021
+ onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
1022
+ ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1023
+ oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1024
+ oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1025
+ onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
1026
+ onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
1027
+ onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
1028
+ onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1029
+ onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1030
+ onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1031
+ onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1032
+ onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1033
+ onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1034
+ onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1035
+ onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1036
+ onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1037
+ onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1038
+ onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1039
+ onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1040
+ onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
1041
+ onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1042
+ onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1043
+ onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1044
+ onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1045
+ onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1046
+ onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1047
+ onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1048
+ onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1049
+ onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1050
+ onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1051
+ onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1052
+ onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
1053
+ onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1054
+ onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1055
+ onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
1056
+ onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1057
+ onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
1058
+ onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1059
+ onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1060
+ onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1061
+ onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1062
+ onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1063
+ onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1064
+ onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1065
+ onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
1066
+ onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1067
+ ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1068
+ ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1069
+ ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
1070
+ ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
1071
+ ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
1072
+ ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
1073
+ ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
1074
+ ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
1075
+ ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
1076
+ ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
1077
+ onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1078
+ onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1079
+ onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1080
+ onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1081
+ onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1082
+ onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1083
+ onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
1084
+ autofocus: boolean;
1085
+ readonly dataset: DOMStringMap;
1086
+ nonce?: string | undefined;
1087
+ tabIndex: number;
1088
+ blur(): void;
1089
+ focus(options?: FocusOptions | undefined): void;
1090
+ ariaColIndexText: string | null;
1091
+ ariaDescription: string | null;
1092
+ ariaRowIndexText: string | null;
1093
+ ariaRelevant: string | null;
1094
+ "__#1@#handleReplacedProp"(replacedProp: {
1095
+ newPropertyName: string;
1096
+ deprecatedPropertyName: string;
1097
+ fromDeprecated: (v: any) => any;
1098
+ toDeprecated?: ((v: any) => any) | undefined;
1099
+ }): void;
1100
+ };
1101
+ } & {
1102
+ new (...args: any[]): {
1103
+ _trappedFocus(event: KeyboardEvent, getFocusableEls: () => NodeListOf<HTMLElement>): boolean;
1104
+ specialHandling: boolean;
1105
+ _vividAriaBehaviour: import("../aria/aria-mixin").VividAriaBehaviour;
1106
+ readonly $fastController: import("@microsoft/fast-element").Controller;
1107
+ $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
1108
+ connectedCallback(): void;
1109
+ disconnectedCallback(): void;
1110
+ attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
1111
+ accessKey: string;
1112
+ readonly accessKeyLabel: string;
1113
+ autocapitalize: string;
1114
+ dir: string;
1115
+ draggable: boolean;
1116
+ hidden: boolean;
1117
+ inert: boolean;
1118
+ innerText: string;
1119
+ lang: string;
1120
+ readonly offsetHeight: number;
1121
+ readonly offsetLeft: number;
1122
+ readonly offsetParent: Element | null;
1123
+ readonly offsetTop: number;
1124
+ readonly offsetWidth: number;
1125
+ outerText: string;
1126
+ spellcheck: boolean;
1127
+ title: string;
1128
+ translate: boolean;
1129
+ attachInternals(): ElementInternals;
1130
+ click(): void;
1131
+ addEventListener<K_35 extends keyof HTMLElementEventMap>(type: K_35, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_35]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
1132
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
1133
+ removeEventListener<K_36 extends keyof HTMLElementEventMap>(type: K_36, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_36]) => any, options?: boolean | EventListenerOptions | undefined): void;
1134
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
1135
+ dropzone: import("dropzone");
1136
+ readonly attributes: NamedNodeMap;
1137
+ readonly classList: DOMTokenList;
1138
+ className: string;
1139
+ readonly clientHeight: number;
1140
+ readonly clientLeft: number;
1141
+ readonly clientTop: number;
1142
+ readonly clientWidth: number;
1143
+ id: string;
1144
+ readonly localName: string;
1145
+ readonly namespaceURI: string | null;
1146
+ onfullscreenchange: ((this: Element, ev: Event) => any) | null;
1147
+ onfullscreenerror: ((this: Element, ev: Event) => any) | null;
1148
+ outerHTML: string;
1149
+ readonly ownerDocument: Document;
1150
+ readonly part: DOMTokenList;
1151
+ readonly prefix: string | null;
1152
+ readonly scrollHeight: number;
1153
+ scrollLeft: number;
1154
+ scrollTop: number;
1155
+ readonly scrollWidth: number;
1156
+ readonly shadowRoot: ShadowRoot | null;
1157
+ slot: string;
1158
+ readonly tagName: string;
1159
+ attachShadow(init: ShadowRootInit): ShadowRoot;
1160
+ checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
1161
+ closest<K_37 extends keyof HTMLElementTagNameMap>(selector: K_37): HTMLElementTagNameMap[K_37] | null;
1162
+ closest<K_38 extends keyof SVGElementTagNameMap>(selector: K_38): SVGElementTagNameMap[K_38] | null;
1163
+ closest<K_39 extends keyof MathMLElementTagNameMap>(selector: K_39): MathMLElementTagNameMap[K_39] | null;
1164
+ closest<E_5 extends Element = Element>(selectors: string): E_5 | null;
1165
+ getAttribute(qualifiedName: string): string | null;
1166
+ getAttributeNS(namespace: string | null, localName: string): string | null;
1167
+ getAttributeNames(): string[];
1168
+ getAttributeNode(qualifiedName: string): Attr | null;
1169
+ getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
1170
+ getBoundingClientRect(): DOMRect;
1171
+ getClientRects(): DOMRectList;
1172
+ getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
1173
+ getElementsByTagName<K_40 extends keyof HTMLElementTagNameMap>(qualifiedName: K_40): HTMLCollectionOf<HTMLElementTagNameMap[K_40]>;
1174
+ getElementsByTagName<K_41 extends keyof SVGElementTagNameMap>(qualifiedName: K_41): HTMLCollectionOf<SVGElementTagNameMap[K_41]>;
1175
+ getElementsByTagName<K_42 extends keyof MathMLElementTagNameMap>(qualifiedName: K_42): HTMLCollectionOf<MathMLElementTagNameMap[K_42]>;
1176
+ getElementsByTagName<K_43 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_43): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_43]>;
1177
+ getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
1178
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
1179
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
1180
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
1181
+ getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
1182
+ hasAttribute(qualifiedName: string): boolean;
1183
+ hasAttributeNS(namespace: string | null, localName: string): boolean;
1184
+ hasAttributes(): boolean;
1185
+ hasPointerCapture(pointerId: number): boolean;
1186
+ insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
1187
+ insertAdjacentHTML(position: InsertPosition, text: string): void;
1188
+ insertAdjacentText(where: InsertPosition, data: string): void;
1189
+ matches(selectors: string): boolean;
1190
+ releasePointerCapture(pointerId: number): void;
1191
+ removeAttribute(qualifiedName: string): void;
1192
+ removeAttributeNS(namespace: string | null, localName: string): void;
1193
+ removeAttributeNode(attr: Attr): Attr;
1194
+ requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
1195
+ requestPointerLock(): void;
1196
+ scroll(options?: ScrollToOptions | undefined): void;
1197
+ scroll(x: number, y: number): void;
1198
+ scrollBy(options?: ScrollToOptions | undefined): void;
1199
+ scrollBy(x: number, y: number): void;
1200
+ scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
1201
+ scrollTo(options?: ScrollToOptions | undefined): void;
1202
+ scrollTo(x: number, y: number): void;
1203
+ setAttribute(qualifiedName: string, value: string): void;
1204
+ setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
1205
+ setAttributeNode(attr: Attr): Attr | null;
1206
+ setAttributeNodeNS(attr: Attr): Attr | null;
1207
+ setPointerCapture(pointerId: number): void;
1208
+ toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
1209
+ webkitMatchesSelector(selectors: string): boolean;
1210
+ readonly baseURI: string;
1211
+ readonly childNodes: NodeListOf<ChildNode>;
1212
+ readonly firstChild: ChildNode | null;
1213
+ readonly isConnected: boolean;
1214
+ readonly lastChild: ChildNode | null;
1215
+ readonly nextSibling: ChildNode | null;
1216
+ readonly nodeName: string;
1217
+ readonly nodeType: number;
1218
+ nodeValue: string | null;
1219
+ readonly parentElement: HTMLElement | null;
1220
+ readonly parentNode: ParentNode | null;
1221
+ readonly previousSibling: ChildNode | null;
1222
+ textContent: string | null;
1223
+ appendChild<T extends Node>(node: T): T;
1224
+ cloneNode(deep?: boolean | undefined): Node;
1225
+ compareDocumentPosition(other: Node): number;
1226
+ contains(other: Node | null): boolean;
1227
+ getRootNode(options?: GetRootNodeOptions | undefined): Node;
1228
+ hasChildNodes(): boolean;
1229
+ insertBefore<T_6 extends Node>(node: T_6, child: Node | null): T_6;
1230
+ isDefaultNamespace(namespace: string | null): boolean;
1231
+ isEqualNode(otherNode: Node | null): boolean;
1232
+ isSameNode(otherNode: Node | null): boolean;
1233
+ lookupNamespaceURI(prefix: string | null): string | null;
1234
+ lookupPrefix(namespace: string | null): string | null;
1235
+ normalize(): void;
1236
+ removeChild<T_2 extends Node>(child: T_2): T_2;
1237
+ replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
1238
+ readonly ELEMENT_NODE: 1;
1239
+ readonly ATTRIBUTE_NODE: 2;
1240
+ readonly TEXT_NODE: 3;
1241
+ readonly CDATA_SECTION_NODE: 4;
1242
+ readonly ENTITY_REFERENCE_NODE: 5;
1243
+ readonly ENTITY_NODE: 6;
1244
+ readonly PROCESSING_INSTRUCTION_NODE: 7;
1245
+ readonly COMMENT_NODE: 8;
1246
+ readonly DOCUMENT_NODE: 9;
1247
+ readonly DOCUMENT_TYPE_NODE: 10;
1248
+ readonly DOCUMENT_FRAGMENT_NODE: 11;
1249
+ readonly NOTATION_NODE: 12;
1250
+ readonly DOCUMENT_POSITION_DISCONNECTED: 1;
1251
+ readonly DOCUMENT_POSITION_PRECEDING: 2;
1252
+ readonly DOCUMENT_POSITION_FOLLOWING: 4;
1253
+ readonly DOCUMENT_POSITION_CONTAINS: 8;
1254
+ readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
1255
+ readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
1256
+ dispatchEvent(event: Event): boolean;
1257
+ ariaAtomic: string | null;
1258
+ ariaAutoComplete: string | null;
1259
+ ariaBusy: string | null;
1260
+ ariaChecked: string | null;
1261
+ ariaColCount: string | null;
1262
+ ariaColIndex: string | null;
1263
+ ariaColSpan: string | null;
1264
+ ariaCurrent: string | null;
1265
+ ariaDisabled: string | null;
1266
+ ariaExpanded: string | null;
1267
+ ariaHasPopup: string | null;
1268
+ ariaHidden: string | null;
1269
+ ariaInvalid: string | null;
1270
+ ariaKeyShortcuts: string | null;
1271
+ ariaLabel: string | null;
1272
+ ariaLevel: string | null;
1273
+ ariaLive: string | null;
1274
+ ariaModal: string | null;
1275
+ ariaMultiLine: string | null;
1276
+ ariaMultiSelectable: string | null;
1277
+ ariaOrientation: string | null;
1278
+ ariaPlaceholder: string | null;
1279
+ ariaPosInSet: string | null;
1280
+ ariaPressed: string | null;
1281
+ ariaReadOnly: string | null;
1282
+ ariaRequired: string | null;
1283
+ ariaRoleDescription: string | null;
1284
+ ariaRowCount: string | null;
1285
+ ariaRowIndex: string | null;
1286
+ ariaRowSpan: string | null;
1287
+ ariaSelected: string | null;
1288
+ ariaSetSize: string | null;
1289
+ ariaSort: string | null;
1290
+ ariaValueMax: string | null;
1291
+ ariaValueMin: string | null;
1292
+ ariaValueNow: string | null;
1293
+ ariaValueText: string | null;
1294
+ role: string | null;
1295
+ animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
1296
+ getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
1297
+ after(...nodes: (string | Node)[]): void;
1298
+ before(...nodes: (string | Node)[]): void;
1299
+ remove(): void;
1300
+ replaceWith(...nodes: (string | Node)[]): void;
1301
+ innerHTML: string;
1302
+ readonly nextElementSibling: Element | null;
1303
+ readonly previousElementSibling: Element | null;
1304
+ readonly childElementCount: number;
1305
+ readonly children: HTMLCollection;
1306
+ readonly firstElementChild: Element | null;
1307
+ readonly lastElementChild: Element | null;
1308
+ append(...nodes: (string | Node)[]): void;
1309
+ prepend(...nodes: (string | Node)[]): void;
1310
+ querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
1311
+ querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
1312
+ querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
1313
+ querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
1314
+ querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
1315
+ querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
1316
+ querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
1317
+ querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
1318
+ querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
1319
+ querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
1320
+ replaceChildren(...nodes: (string | Node)[]): void;
1321
+ readonly assignedSlot: HTMLSlotElement | null;
1322
+ readonly style: CSSStyleDeclaration;
1323
+ contentEditable: string;
1324
+ enterKeyHint: string;
1325
+ inputMode: string;
1326
+ readonly isContentEditable: boolean;
1327
+ onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
1328
+ onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
1329
+ onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
1330
+ onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
1331
+ onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
1332
+ onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1333
+ onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
1334
+ onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
1335
+ oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1336
+ oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1337
+ oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1338
+ onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1339
+ onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1340
+ onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1341
+ oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1342
+ oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
1343
+ oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1344
+ oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
1345
+ ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1346
+ ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1347
+ ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1348
+ ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1349
+ ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1350
+ ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1351
+ ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1352
+ ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1353
+ ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1354
+ onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1355
+ onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1356
+ onerror: OnErrorEventHandler;
1357
+ onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
1358
+ onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
1359
+ ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1360
+ oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1361
+ oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1362
+ onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
1363
+ onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
1364
+ onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
1365
+ onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1366
+ onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1367
+ onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1368
+ onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1369
+ onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1370
+ onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1371
+ onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1372
+ onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1373
+ onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1374
+ onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1375
+ onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1376
+ onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1377
+ onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
1378
+ onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1379
+ onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1380
+ onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1381
+ onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1382
+ onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1383
+ onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1384
+ onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1385
+ onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1386
+ onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1387
+ onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1388
+ onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1389
+ onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
1390
+ onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1391
+ onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1392
+ onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
1393
+ onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1394
+ onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
1395
+ onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1396
+ onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1397
+ onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1398
+ onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1399
+ onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1400
+ onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1401
+ onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1402
+ onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
1403
+ onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1404
+ ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1405
+ ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1406
+ ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
1407
+ ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
1408
+ ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
1409
+ ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
1410
+ ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
1411
+ ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
1412
+ ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
1413
+ ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
1414
+ onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1415
+ onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1416
+ onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1417
+ onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1418
+ onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1419
+ onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1420
+ onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
1421
+ autofocus: boolean;
1422
+ readonly dataset: DOMStringMap;
1423
+ nonce?: string | undefined;
1424
+ tabIndex: number;
1425
+ blur(): void;
1426
+ focus(options?: FocusOptions | undefined): void;
1427
+ ariaColIndexText: string | null;
1428
+ ariaDescription: string | null;
1429
+ ariaRowIndexText: string | null;
1430
+ ariaRelevant: string | null;
1431
+ "__#1@#handleReplacedProp"(replacedProp: {
1432
+ newPropertyName: string;
1433
+ deprecatedPropertyName: string;
1434
+ fromDeprecated: (v: any) => any;
1435
+ toDeprecated?: ((v: any) => any) | undefined;
1436
+ }): void;
1437
+ };
1438
+ } & {
1439
+ new (...args: any[]): {
1440
+ readonly locale: import("../localization/Locale").Locale;
1441
+ specialHandling: boolean;
1442
+ _vividAriaBehaviour: import("../aria/aria-mixin").VividAriaBehaviour;
1443
+ readonly $fastController: import("@microsoft/fast-element").Controller;
1444
+ $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
1445
+ connectedCallback(): void;
1446
+ disconnectedCallback(): void;
1447
+ attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
1448
+ accessKey: string;
1449
+ readonly accessKeyLabel: string;
1450
+ autocapitalize: string;
1451
+ dir: string;
1452
+ draggable: boolean;
1453
+ hidden: boolean;
1454
+ inert: boolean;
1455
+ innerText: string;
1456
+ lang: string;
1457
+ readonly offsetHeight: number;
1458
+ readonly offsetLeft: number;
1459
+ readonly offsetParent: Element | null;
1460
+ readonly offsetTop: number;
1461
+ readonly offsetWidth: number;
1462
+ outerText: string;
1463
+ spellcheck: boolean;
1464
+ title: string;
1465
+ translate: boolean;
1466
+ attachInternals(): ElementInternals;
1467
+ click(): void;
1468
+ addEventListener<K_44 extends keyof HTMLElementEventMap>(type: K_44, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_44]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
1469
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
1470
+ removeEventListener<K_45 extends keyof HTMLElementEventMap>(type: K_45, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_45]) => any, options?: boolean | EventListenerOptions | undefined): void;
1471
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
1472
+ dropzone: import("dropzone");
1473
+ readonly attributes: NamedNodeMap;
1474
+ readonly classList: DOMTokenList;
1475
+ className: string;
1476
+ readonly clientHeight: number;
1477
+ readonly clientLeft: number;
1478
+ readonly clientTop: number;
1479
+ readonly clientWidth: number;
1480
+ id: string;
1481
+ readonly localName: string;
1482
+ readonly namespaceURI: string | null;
1483
+ onfullscreenchange: ((this: Element, ev: Event) => any) | null;
1484
+ onfullscreenerror: ((this: Element, ev: Event) => any) | null;
1485
+ outerHTML: string;
1486
+ readonly ownerDocument: Document;
1487
+ readonly part: DOMTokenList;
1488
+ readonly prefix: string | null;
1489
+ readonly scrollHeight: number;
1490
+ scrollLeft: number;
1491
+ scrollTop: number;
1492
+ readonly scrollWidth: number;
1493
+ readonly shadowRoot: ShadowRoot | null;
1494
+ slot: string;
1495
+ readonly tagName: string;
1496
+ attachShadow(init: ShadowRootInit): ShadowRoot;
1497
+ checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
1498
+ closest<K_46 extends keyof HTMLElementTagNameMap>(selector: K_46): HTMLElementTagNameMap[K_46] | null;
1499
+ closest<K_47 extends keyof SVGElementTagNameMap>(selector: K_47): SVGElementTagNameMap[K_47] | null;
1500
+ closest<K_48 extends keyof MathMLElementTagNameMap>(selector: K_48): MathMLElementTagNameMap[K_48] | null;
1501
+ closest<E_6 extends Element = Element>(selectors: string): E_6 | null;
1502
+ getAttribute(qualifiedName: string): string | null;
1503
+ getAttributeNS(namespace: string | null, localName: string): string | null;
1504
+ getAttributeNames(): string[];
1505
+ getAttributeNode(qualifiedName: string): Attr | null;
1506
+ getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
1507
+ getBoundingClientRect(): DOMRect;
1508
+ getClientRects(): DOMRectList;
1509
+ getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
1510
+ getElementsByTagName<K_49 extends keyof HTMLElementTagNameMap>(qualifiedName: K_49): HTMLCollectionOf<HTMLElementTagNameMap[K_49]>;
1511
+ getElementsByTagName<K_50 extends keyof SVGElementTagNameMap>(qualifiedName: K_50): HTMLCollectionOf<SVGElementTagNameMap[K_50]>;
1512
+ getElementsByTagName<K_51 extends keyof MathMLElementTagNameMap>(qualifiedName: K_51): HTMLCollectionOf<MathMLElementTagNameMap[K_51]>;
1513
+ getElementsByTagName<K_52 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_52): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_52]>;
1514
+ getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
1515
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
1516
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
1517
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
1518
+ getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
1519
+ hasAttribute(qualifiedName: string): boolean;
1520
+ hasAttributeNS(namespace: string | null, localName: string): boolean;
1521
+ hasAttributes(): boolean;
1522
+ hasPointerCapture(pointerId: number): boolean;
1523
+ insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
1524
+ insertAdjacentHTML(position: InsertPosition, text: string): void;
1525
+ insertAdjacentText(where: InsertPosition, data: string): void;
1526
+ matches(selectors: string): boolean;
1527
+ releasePointerCapture(pointerId: number): void;
1528
+ removeAttribute(qualifiedName: string): void;
1529
+ removeAttributeNS(namespace: string | null, localName: string): void;
1530
+ removeAttributeNode(attr: Attr): Attr;
1531
+ requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
1532
+ requestPointerLock(): void;
1533
+ scroll(options?: ScrollToOptions | undefined): void;
1534
+ scroll(x: number, y: number): void;
1535
+ scrollBy(options?: ScrollToOptions | undefined): void;
1536
+ scrollBy(x: number, y: number): void;
1537
+ scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
1538
+ scrollTo(options?: ScrollToOptions | undefined): void;
1539
+ scrollTo(x: number, y: number): void;
1540
+ setAttribute(qualifiedName: string, value: string): void;
1541
+ setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
1542
+ setAttributeNode(attr: Attr): Attr | null;
1543
+ setAttributeNodeNS(attr: Attr): Attr | null;
1544
+ setPointerCapture(pointerId: number): void;
1545
+ toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
1546
+ webkitMatchesSelector(selectors: string): boolean;
1547
+ readonly baseURI: string;
1548
+ readonly childNodes: NodeListOf<ChildNode>;
1549
+ readonly firstChild: ChildNode | null;
1550
+ readonly isConnected: boolean;
1551
+ readonly lastChild: ChildNode | null;
1552
+ readonly nextSibling: ChildNode | null;
1553
+ readonly nodeName: string;
1554
+ readonly nodeType: number;
1555
+ nodeValue: string | null;
1556
+ readonly parentElement: HTMLElement | null;
1557
+ readonly parentNode: ParentNode | null;
1558
+ readonly previousSibling: ChildNode | null;
1559
+ textContent: string | null;
1560
+ appendChild<T extends Node>(node: T): T;
1561
+ cloneNode(deep?: boolean | undefined): Node;
1562
+ compareDocumentPosition(other: Node): number;
1563
+ contains(other: Node | null): boolean;
1564
+ getRootNode(options?: GetRootNodeOptions | undefined): Node;
1565
+ hasChildNodes(): boolean;
1566
+ insertBefore<T_7 extends Node>(node: T_7, child: Node | null): T_7;
1567
+ isDefaultNamespace(namespace: string | null): boolean;
1568
+ isEqualNode(otherNode: Node | null): boolean;
1569
+ isSameNode(otherNode: Node | null): boolean;
1570
+ lookupNamespaceURI(prefix: string | null): string | null;
1571
+ lookupPrefix(namespace: string | null): string | null;
1572
+ normalize(): void;
1573
+ removeChild<T_2 extends Node>(child: T_2): T_2;
1574
+ replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
1575
+ readonly ELEMENT_NODE: 1;
1576
+ readonly ATTRIBUTE_NODE: 2;
1577
+ readonly TEXT_NODE: 3;
1578
+ readonly CDATA_SECTION_NODE: 4;
1579
+ readonly ENTITY_REFERENCE_NODE: 5;
1580
+ readonly ENTITY_NODE: 6;
1581
+ readonly PROCESSING_INSTRUCTION_NODE: 7;
1582
+ readonly COMMENT_NODE: 8;
1583
+ readonly DOCUMENT_NODE: 9;
1584
+ readonly DOCUMENT_TYPE_NODE: 10;
1585
+ readonly DOCUMENT_FRAGMENT_NODE: 11;
1586
+ readonly NOTATION_NODE: 12;
1587
+ readonly DOCUMENT_POSITION_DISCONNECTED: 1;
1588
+ readonly DOCUMENT_POSITION_PRECEDING: 2;
1589
+ readonly DOCUMENT_POSITION_FOLLOWING: 4;
1590
+ readonly DOCUMENT_POSITION_CONTAINS: 8;
1591
+ readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
1592
+ readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
1593
+ dispatchEvent(event: Event): boolean;
1594
+ ariaAtomic: string | null;
1595
+ ariaAutoComplete: string | null;
1596
+ ariaBusy: string | null;
1597
+ ariaChecked: string | null;
1598
+ ariaColCount: string | null;
1599
+ ariaColIndex: string | null;
1600
+ ariaColSpan: string | null;
1601
+ ariaCurrent: string | null;
1602
+ ariaDisabled: string | null;
1603
+ ariaExpanded: string | null;
1604
+ ariaHasPopup: string | null;
1605
+ ariaHidden: string | null;
1606
+ ariaInvalid: string | null;
1607
+ ariaKeyShortcuts: string | null;
1608
+ ariaLabel: string | null;
1609
+ ariaLevel: string | null;
1610
+ ariaLive: string | null;
1611
+ ariaModal: string | null;
1612
+ ariaMultiLine: string | null;
1613
+ ariaMultiSelectable: string | null;
1614
+ ariaOrientation: string | null;
1615
+ ariaPlaceholder: string | null;
1616
+ ariaPosInSet: string | null;
1617
+ ariaPressed: string | null;
1618
+ ariaReadOnly: string | null;
1619
+ ariaRequired: string | null;
1620
+ ariaRoleDescription: string | null;
1621
+ ariaRowCount: string | null;
1622
+ ariaRowIndex: string | null;
1623
+ ariaRowSpan: string | null;
1624
+ ariaSelected: string | null;
1625
+ ariaSetSize: string | null;
1626
+ ariaSort: string | null;
1627
+ ariaValueMax: string | null;
1628
+ ariaValueMin: string | null;
1629
+ ariaValueNow: string | null;
1630
+ ariaValueText: string | null;
1631
+ role: string | null;
1632
+ animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
1633
+ getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
1634
+ after(...nodes: (string | Node)[]): void;
1635
+ before(...nodes: (string | Node)[]): void;
1636
+ remove(): void;
1637
+ replaceWith(...nodes: (string | Node)[]): void;
1638
+ innerHTML: string;
1639
+ readonly nextElementSibling: Element | null;
1640
+ readonly previousElementSibling: Element | null;
1641
+ readonly childElementCount: number;
1642
+ readonly children: HTMLCollection;
1643
+ readonly firstElementChild: Element | null;
1644
+ readonly lastElementChild: Element | null;
1645
+ append(...nodes: (string | Node)[]): void;
1646
+ prepend(...nodes: (string | Node)[]): void;
1647
+ querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
1648
+ querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
1649
+ querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
1650
+ querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
1651
+ querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
1652
+ querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
1653
+ querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
1654
+ querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
1655
+ querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
1656
+ querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
1657
+ replaceChildren(...nodes: (string | Node)[]): void;
1658
+ readonly assignedSlot: HTMLSlotElement | null;
1659
+ readonly style: CSSStyleDeclaration;
1660
+ contentEditable: string;
1661
+ enterKeyHint: string;
1662
+ inputMode: string;
1663
+ readonly isContentEditable: boolean;
1664
+ onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
1665
+ onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
1666
+ onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
1667
+ onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
1668
+ onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
1669
+ onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1670
+ onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
1671
+ onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
1672
+ oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1673
+ oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1674
+ oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1675
+ onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1676
+ onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1677
+ onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1678
+ oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1679
+ oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
1680
+ oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1681
+ oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
1682
+ ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1683
+ ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1684
+ ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1685
+ ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1686
+ ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1687
+ ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1688
+ ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1689
+ ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1690
+ ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1691
+ onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1692
+ onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1693
+ onerror: OnErrorEventHandler;
1694
+ onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
1695
+ onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
1696
+ ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1697
+ oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1698
+ oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1699
+ onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
1700
+ onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
1701
+ onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
1702
+ onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1703
+ onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1704
+ onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1705
+ onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1706
+ onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1707
+ onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1708
+ onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1709
+ onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1710
+ onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1711
+ onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1712
+ onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1713
+ onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1714
+ onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
1715
+ onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1716
+ onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1717
+ onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1718
+ onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1719
+ onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1720
+ onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1721
+ onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1722
+ onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1723
+ onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1724
+ onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1725
+ onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1726
+ onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
1727
+ onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1728
+ onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1729
+ onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
1730
+ onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1731
+ onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
1732
+ onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1733
+ onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1734
+ onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1735
+ onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1736
+ onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1737
+ onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1738
+ onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1739
+ onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
1740
+ onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1741
+ ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1742
+ ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1743
+ ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
1744
+ ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
1745
+ ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
1746
+ ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
1747
+ ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
1748
+ ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
1749
+ ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
1750
+ ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
1751
+ onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1752
+ onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1753
+ onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1754
+ onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1755
+ onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1756
+ onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1757
+ onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
1758
+ autofocus: boolean;
1759
+ readonly dataset: DOMStringMap;
1760
+ nonce?: string | undefined;
1761
+ tabIndex: number;
1762
+ blur(): void;
1763
+ focus(options?: FocusOptions | undefined): void;
1764
+ ariaColIndexText: string | null;
1765
+ ariaDescription: string | null;
1766
+ ariaRowIndexText: string | null;
1767
+ ariaRelevant: string | null;
1768
+ "__#1@#handleReplacedProp"(replacedProp: {
1769
+ newPropertyName: string;
1770
+ deprecatedPropertyName: string;
1771
+ fromDeprecated: (v: any) => any;
1772
+ toDeprecated?: ((v: any) => any) | undefined;
1773
+ }): void;
1774
+ };
1775
+ } & {
1776
+ new (...args: any[]): {
1777
+ proxy: import("../foundation/form-associated/form-associated").ProxyElement;
1778
+ readonly validity: ValidityState;
1779
+ readonly form: HTMLFormElement | null;
1780
+ readonly validationMessage: string;
1781
+ readonly willValidate: boolean;
1782
+ readonly labels: readonly Node[];
1783
+ dirtyValue: boolean;
1784
+ proxySlot?: HTMLSlotElement | undefined;
1785
+ value: string;
1786
+ valueChanged(_previous: string, _next: string): void;
1787
+ currentValue: string;
1788
+ initialValue: string;
1789
+ initialValueChanged(_previous: string, _next: string): void;
1790
+ disabled: boolean;
1791
+ disabledChanged(_previous: boolean, _next: boolean): void;
1792
+ name: string;
1793
+ nameChanged(_previous: string, _next: string): void;
1794
+ required: boolean;
1795
+ requiredChanged(_previous: boolean, _next: boolean): void;
1796
+ readonly elementInternals: ElementInternals | null;
1797
+ proxyEventsToBlock: string[];
1798
+ connectedCallback(): void;
1799
+ disconnectedCallback(): void;
1800
+ checkValidity(): boolean;
1801
+ reportValidity(): boolean;
1802
+ setValidity(flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined): void;
1803
+ formDisabledCallback(disabled: boolean): void;
1804
+ formResetCallback(): void;
1805
+ proxyInitialized: boolean;
1806
+ attachProxy(): void;
1807
+ detachProxy(): void;
1808
+ validate(anchor?: HTMLElement | undefined): void;
1809
+ setFormValue(value: string | File | FormData | null, state?: string | File | FormData | null | undefined): void;
1810
+ _keypressHandler(e: KeyboardEvent): void;
1811
+ stopPropagation(e: Event): void;
1812
+ specialHandling: boolean;
1813
+ _vividAriaBehaviour: import("../aria/aria-mixin").VividAriaBehaviour;
1814
+ readonly $fastController: import("@microsoft/fast-element").Controller;
1815
+ $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
1816
+ attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
1817
+ accessKey: string;
1818
+ readonly accessKeyLabel: string;
1819
+ autocapitalize: string;
1820
+ dir: string;
1821
+ draggable: boolean;
1822
+ hidden: boolean;
1823
+ inert: boolean;
1824
+ innerText: string;
1825
+ lang: string;
1826
+ readonly offsetHeight: number;
1827
+ readonly offsetLeft: number;
1828
+ readonly offsetParent: Element | null;
1829
+ readonly offsetTop: number;
1830
+ readonly offsetWidth: number;
1831
+ outerText: string;
1832
+ spellcheck: boolean;
1833
+ title: string;
1834
+ translate: boolean;
1835
+ attachInternals(): ElementInternals;
1836
+ click(): void;
1837
+ addEventListener<K_53 extends keyof HTMLElementEventMap>(type: K_53, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_53]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
1838
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
1839
+ removeEventListener<K_54 extends keyof HTMLElementEventMap>(type: K_54, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_54]) => any, options?: boolean | EventListenerOptions | undefined): void;
1840
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
1841
+ dropzone: import("dropzone");
1842
+ readonly attributes: NamedNodeMap;
1843
+ readonly classList: DOMTokenList;
1844
+ className: string;
1845
+ readonly clientHeight: number;
1846
+ readonly clientLeft: number;
1847
+ readonly clientTop: number;
1848
+ readonly clientWidth: number;
1849
+ id: string;
1850
+ readonly localName: string;
1851
+ readonly namespaceURI: string | null;
1852
+ onfullscreenchange: ((this: Element, ev: Event) => any) | null;
1853
+ onfullscreenerror: ((this: Element, ev: Event) => any) | null;
1854
+ outerHTML: string;
1855
+ readonly ownerDocument: Document;
1856
+ readonly part: DOMTokenList;
1857
+ readonly prefix: string | null;
1858
+ readonly scrollHeight: number;
1859
+ scrollLeft: number;
1860
+ scrollTop: number;
1861
+ readonly scrollWidth: number;
1862
+ readonly shadowRoot: ShadowRoot | null;
1863
+ slot: string;
1864
+ readonly tagName: string;
1865
+ attachShadow(init: ShadowRootInit): ShadowRoot;
1866
+ checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
1867
+ closest<K_55 extends keyof HTMLElementTagNameMap>(selector: K_55): HTMLElementTagNameMap[K_55] | null;
1868
+ closest<K_56 extends keyof SVGElementTagNameMap>(selector: K_56): SVGElementTagNameMap[K_56] | null;
1869
+ closest<K_57 extends keyof MathMLElementTagNameMap>(selector: K_57): MathMLElementTagNameMap[K_57] | null;
1870
+ closest<E_7 extends Element = Element>(selectors: string): E_7 | null;
1871
+ getAttribute(qualifiedName: string): string | null;
1872
+ getAttributeNS(namespace: string | null, localName: string): string | null;
1873
+ getAttributeNames(): string[];
1874
+ getAttributeNode(qualifiedName: string): Attr | null;
1875
+ getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
1876
+ getBoundingClientRect(): DOMRect;
1877
+ getClientRects(): DOMRectList;
1878
+ getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
1879
+ getElementsByTagName<K_58 extends keyof HTMLElementTagNameMap>(qualifiedName: K_58): HTMLCollectionOf<HTMLElementTagNameMap[K_58]>;
1880
+ getElementsByTagName<K_59 extends keyof SVGElementTagNameMap>(qualifiedName: K_59): HTMLCollectionOf<SVGElementTagNameMap[K_59]>;
1881
+ getElementsByTagName<K_60 extends keyof MathMLElementTagNameMap>(qualifiedName: K_60): HTMLCollectionOf<MathMLElementTagNameMap[K_60]>;
1882
+ getElementsByTagName<K_61 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_61): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_61]>;
1883
+ getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
1884
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
1885
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
1886
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
1887
+ getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
1888
+ hasAttribute(qualifiedName: string): boolean;
1889
+ hasAttributeNS(namespace: string | null, localName: string): boolean;
1890
+ hasAttributes(): boolean;
1891
+ hasPointerCapture(pointerId: number): boolean;
1892
+ insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
1893
+ insertAdjacentHTML(position: InsertPosition, text: string): void;
1894
+ insertAdjacentText(where: InsertPosition, data: string): void;
1895
+ matches(selectors: string): boolean;
1896
+ releasePointerCapture(pointerId: number): void;
1897
+ removeAttribute(qualifiedName: string): void;
1898
+ removeAttributeNS(namespace: string | null, localName: string): void;
1899
+ removeAttributeNode(attr: Attr): Attr;
1900
+ requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
1901
+ requestPointerLock(): void;
1902
+ scroll(options?: ScrollToOptions | undefined): void;
1903
+ scroll(x: number, y: number): void;
1904
+ scrollBy(options?: ScrollToOptions | undefined): void;
1905
+ scrollBy(x: number, y: number): void;
1906
+ scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
1907
+ scrollTo(options?: ScrollToOptions | undefined): void;
1908
+ scrollTo(x: number, y: number): void;
1909
+ setAttribute(qualifiedName: string, value: string): void;
1910
+ setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
1911
+ setAttributeNode(attr: Attr): Attr | null;
1912
+ setAttributeNodeNS(attr: Attr): Attr | null;
1913
+ setPointerCapture(pointerId: number): void;
1914
+ toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
1915
+ webkitMatchesSelector(selectors: string): boolean;
1916
+ readonly baseURI: string;
1917
+ readonly childNodes: NodeListOf<ChildNode>;
1918
+ readonly firstChild: ChildNode | null;
1919
+ readonly isConnected: boolean;
1920
+ readonly lastChild: ChildNode | null;
1921
+ readonly nextSibling: ChildNode | null;
1922
+ readonly nodeName: string;
1923
+ readonly nodeType: number;
1924
+ nodeValue: string | null;
1925
+ readonly parentElement: HTMLElement | null;
1926
+ readonly parentNode: ParentNode | null;
1927
+ readonly previousSibling: ChildNode | null;
1928
+ textContent: string | null;
1929
+ appendChild<T extends Node>(node: T): T;
1930
+ cloneNode(deep?: boolean | undefined): Node;
1931
+ compareDocumentPosition(other: Node): number;
1932
+ contains(other: Node | null): boolean;
1933
+ getRootNode(options?: GetRootNodeOptions | undefined): Node;
1934
+ hasChildNodes(): boolean;
1935
+ insertBefore<T_8 extends Node>(node: T_8, child: Node | null): T_8;
1936
+ isDefaultNamespace(namespace: string | null): boolean;
1937
+ isEqualNode(otherNode: Node | null): boolean;
1938
+ isSameNode(otherNode: Node | null): boolean;
1939
+ lookupNamespaceURI(prefix: string | null): string | null;
1940
+ lookupPrefix(namespace: string | null): string | null;
1941
+ normalize(): void;
1942
+ removeChild<T_2 extends Node>(child: T_2): T_2;
1943
+ replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
1944
+ readonly ELEMENT_NODE: 1;
1945
+ readonly ATTRIBUTE_NODE: 2;
1946
+ readonly TEXT_NODE: 3;
1947
+ readonly CDATA_SECTION_NODE: 4;
1948
+ readonly ENTITY_REFERENCE_NODE: 5;
1949
+ readonly ENTITY_NODE: 6;
1950
+ readonly PROCESSING_INSTRUCTION_NODE: 7;
1951
+ readonly COMMENT_NODE: 8;
1952
+ readonly DOCUMENT_NODE: 9;
1953
+ readonly DOCUMENT_TYPE_NODE: 10;
1954
+ readonly DOCUMENT_FRAGMENT_NODE: 11;
1955
+ readonly NOTATION_NODE: 12;
1956
+ readonly DOCUMENT_POSITION_DISCONNECTED: 1;
1957
+ readonly DOCUMENT_POSITION_PRECEDING: 2;
1958
+ readonly DOCUMENT_POSITION_FOLLOWING: 4;
1959
+ readonly DOCUMENT_POSITION_CONTAINS: 8;
1960
+ readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
1961
+ readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
1962
+ dispatchEvent(event: Event): boolean;
1963
+ ariaAtomic: string | null;
1964
+ ariaAutoComplete: string | null;
1965
+ ariaBusy: string | null;
1966
+ ariaChecked: string | null;
1967
+ ariaColCount: string | null;
1968
+ ariaColIndex: string | null;
1969
+ ariaColSpan: string | null;
1970
+ ariaCurrent: string | null;
1971
+ ariaDisabled: string | null;
1972
+ ariaExpanded: string | null;
1973
+ ariaHasPopup: string | null;
1974
+ ariaHidden: string | null;
1975
+ ariaInvalid: string | null;
1976
+ ariaKeyShortcuts: string | null;
1977
+ ariaLabel: string | null;
1978
+ ariaLevel: string | null;
1979
+ ariaLive: string | null;
1980
+ ariaModal: string | null;
1981
+ ariaMultiLine: string | null;
1982
+ ariaMultiSelectable: string | null;
1983
+ ariaOrientation: string | null;
1984
+ ariaPlaceholder: string | null;
1985
+ ariaPosInSet: string | null;
1986
+ ariaPressed: string | null;
1987
+ ariaReadOnly: string | null;
1988
+ ariaRequired: string | null;
1989
+ ariaRoleDescription: string | null;
1990
+ ariaRowCount: string | null;
1991
+ ariaRowIndex: string | null;
1992
+ ariaRowSpan: string | null;
1993
+ ariaSelected: string | null;
1994
+ ariaSetSize: string | null;
1995
+ ariaSort: string | null;
1996
+ ariaValueMax: string | null;
1997
+ ariaValueMin: string | null;
1998
+ ariaValueNow: string | null;
1999
+ ariaValueText: string | null;
2000
+ role: string | null;
2001
+ animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
2002
+ getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
2003
+ after(...nodes: (string | Node)[]): void;
2004
+ before(...nodes: (string | Node)[]): void;
2005
+ remove(): void;
2006
+ replaceWith(...nodes: (string | Node)[]): void;
2007
+ innerHTML: string;
2008
+ readonly nextElementSibling: Element | null;
2009
+ readonly previousElementSibling: Element | null;
2010
+ readonly childElementCount: number;
2011
+ readonly children: HTMLCollection;
2012
+ readonly firstElementChild: Element | null;
2013
+ readonly lastElementChild: Element | null;
2014
+ append(...nodes: (string | Node)[]): void;
2015
+ prepend(...nodes: (string | Node)[]): void;
2016
+ querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
2017
+ querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
2018
+ querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
2019
+ querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
2020
+ querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
2021
+ querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
2022
+ querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
2023
+ querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
2024
+ querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
2025
+ querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
2026
+ replaceChildren(...nodes: (string | Node)[]): void;
2027
+ readonly assignedSlot: HTMLSlotElement | null;
2028
+ readonly style: CSSStyleDeclaration;
2029
+ contentEditable: string;
2030
+ enterKeyHint: string;
2031
+ inputMode: string;
2032
+ readonly isContentEditable: boolean;
2033
+ onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
2034
+ onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
2035
+ onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
2036
+ onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
2037
+ onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
2038
+ onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
2039
+ onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
2040
+ onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
2041
+ oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2042
+ oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2043
+ oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2044
+ onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2045
+ onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
2046
+ onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2047
+ oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
2048
+ oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
2049
+ oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2050
+ oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
2051
+ ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
2052
+ ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
2053
+ ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
2054
+ ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
2055
+ ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
2056
+ ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
2057
+ ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
2058
+ ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
2059
+ ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2060
+ onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2061
+ onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2062
+ onerror: OnErrorEventHandler;
2063
+ onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
2064
+ onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
2065
+ ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
2066
+ oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2067
+ oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2068
+ onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
2069
+ onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
2070
+ onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
2071
+ onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2072
+ onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2073
+ onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2074
+ onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2075
+ onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
2076
+ onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
2077
+ onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
2078
+ onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
2079
+ onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
2080
+ onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
2081
+ onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
2082
+ onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
2083
+ onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
2084
+ onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2085
+ onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2086
+ onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2087
+ onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
2088
+ onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
2089
+ onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
2090
+ onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
2091
+ onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
2092
+ onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
2093
+ onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
2094
+ onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
2095
+ onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
2096
+ onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2097
+ onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2098
+ onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
2099
+ onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2100
+ onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
2101
+ onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2102
+ onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2103
+ onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2104
+ onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2105
+ onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2106
+ onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2107
+ onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2108
+ onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
2109
+ onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2110
+ ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2111
+ ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2112
+ ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
2113
+ ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
2114
+ ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
2115
+ ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
2116
+ ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
2117
+ ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
2118
+ ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
2119
+ ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
2120
+ onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2121
+ onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2122
+ onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2123
+ onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2124
+ onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2125
+ onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
2126
+ onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
2127
+ autofocus: boolean;
2128
+ readonly dataset: DOMStringMap;
2129
+ nonce?: string | undefined;
2130
+ tabIndex: number;
2131
+ blur(): void;
2132
+ focus(options?: FocusOptions | undefined): void;
2133
+ ariaColIndexText: string | null;
2134
+ ariaDescription: string | null;
2135
+ ariaRowIndexText: string | null;
2136
+ ariaRelevant: string | null;
2137
+ "__#1@#handleReplacedProp"(replacedProp: {
2138
+ newPropertyName: string;
2139
+ deprecatedPropertyName: string;
2140
+ fromDeprecated: (v: any) => any;
2141
+ toDeprecated?: ((v: any) => any) | undefined;
2142
+ }): void;
2143
+ };
2144
+ readonly formAssociated: boolean;
2145
+ } & typeof VividElement;
2146
+ export declare abstract class PickerField extends PickerField_base {
2147
+ #private;
2148
+ readOnly: boolean;
2149
+ constructor();
674
2150
  }
675
2151
  export {};