@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,15 +1,1450 @@
1
1
  import type { Popup } from '../popup/popup';
2
2
  import type { Appearance, Shape, Size } from '../enums';
3
- import { type ErrorText, type FormElement, FormElementHelperText, FormElementSuccessText } from '../../shared/patterns';
4
3
  import type { ListboxOption } from '../option/option';
5
4
  import type { ExtractFromEnum } from '../../shared/utils/enums';
6
- import { FormAssociatedCombobox } from './combobox.form-associated';
5
+ import { Listbox } from '../../shared/foundation/listbox/listbox';
7
6
  import { ComboboxAutocomplete } from './combobox.options';
8
7
  export type PopupPlacement = 'top' | 'bottom';
9
8
  export type ComboboxAppearance = ExtractFromEnum<Appearance, Appearance.Fieldset | Appearance.Ghost>;
10
9
  export type ComboboxShape = ExtractFromEnum<Shape, Shape.Rounded | Shape.Pill>;
11
10
  export type ComboboxSize = ExtractFromEnum<Size, Size.Condensed | Size.Normal>;
12
11
  declare const Combobox_base: {
12
+ new (...args: any[]): {
13
+ helperText?: string | undefined;
14
+ _helperTextSlottedContent?: HTMLElement[] | undefined;
15
+ readonly _feedbackDescribedBy: string;
16
+ _internalFeedback(): {
17
+ type: import("../shared/feedback/feedback-message").FeedbackType;
18
+ message: string;
19
+ };
20
+ _slottedHelperTextFeedbackType(): "none" | "helper";
21
+ _getFeedbackTemplate(ctx: import("../shared/design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
22
+ specialHandling: boolean;
23
+ _vividAriaBehaviour: import("../shared/aria/aria-mixin").VividAriaBehaviour;
24
+ readonly $fastController: import("@microsoft/fast-element").Controller;
25
+ $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
26
+ connectedCallback(): void;
27
+ disconnectedCallback(): void;
28
+ attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
29
+ accessKey: string;
30
+ readonly accessKeyLabel: string;
31
+ autocapitalize: string;
32
+ dir: string;
33
+ draggable: boolean;
34
+ hidden: boolean;
35
+ inert: boolean;
36
+ innerText: string;
37
+ lang: string;
38
+ readonly offsetHeight: number;
39
+ readonly offsetLeft: number;
40
+ readonly offsetParent: Element | null;
41
+ readonly offsetTop: number;
42
+ readonly offsetWidth: number;
43
+ outerText: string;
44
+ spellcheck: boolean;
45
+ title: string;
46
+ translate: boolean;
47
+ attachInternals(): ElementInternals;
48
+ click(): void;
49
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
50
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
51
+ removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions | undefined): void;
52
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
53
+ dropzone: import("dropzone");
54
+ readonly attributes: NamedNodeMap;
55
+ readonly classList: DOMTokenList;
56
+ className: string;
57
+ readonly clientHeight: number;
58
+ readonly clientLeft: number;
59
+ readonly clientTop: number;
60
+ readonly clientWidth: number;
61
+ id: string;
62
+ readonly localName: string;
63
+ readonly namespaceURI: string | null;
64
+ onfullscreenchange: ((this: Element, ev: Event) => any) | null;
65
+ onfullscreenerror: ((this: Element, ev: Event) => any) | null;
66
+ outerHTML: string;
67
+ readonly ownerDocument: Document;
68
+ readonly part: DOMTokenList;
69
+ readonly prefix: string | null;
70
+ readonly scrollHeight: number;
71
+ scrollLeft: number;
72
+ scrollTop: number;
73
+ readonly scrollWidth: number;
74
+ readonly shadowRoot: ShadowRoot | null;
75
+ slot: string;
76
+ readonly tagName: string;
77
+ attachShadow(init: ShadowRootInit): ShadowRoot;
78
+ checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
79
+ closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2] | null;
80
+ closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3] | null;
81
+ closest<K_4 extends keyof MathMLElementTagNameMap>(selector: K_4): MathMLElementTagNameMap[K_4] | null;
82
+ closest<E extends Element = Element>(selectors: string): E | null;
83
+ getAttribute(qualifiedName: string): string | null;
84
+ getAttributeNS(namespace: string | null, localName: string): string | null;
85
+ getAttributeNames(): string[];
86
+ getAttributeNode(qualifiedName: string): Attr | null;
87
+ getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
88
+ getBoundingClientRect(): DOMRect;
89
+ getClientRects(): DOMRectList;
90
+ getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
91
+ getElementsByTagName<K_5 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<HTMLElementTagNameMap[K_5]>;
92
+ getElementsByTagName<K_6 extends keyof SVGElementTagNameMap>(qualifiedName: K_6): HTMLCollectionOf<SVGElementTagNameMap[K_6]>;
93
+ getElementsByTagName<K_7 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7): HTMLCollectionOf<MathMLElementTagNameMap[K_7]>;
94
+ getElementsByTagName<K_8 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8]>;
95
+ getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
96
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
97
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
98
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
99
+ getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
100
+ hasAttribute(qualifiedName: string): boolean;
101
+ hasAttributeNS(namespace: string | null, localName: string): boolean;
102
+ hasAttributes(): boolean;
103
+ hasPointerCapture(pointerId: number): boolean;
104
+ insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
105
+ insertAdjacentHTML(position: InsertPosition, text: string): void;
106
+ insertAdjacentText(where: InsertPosition, data: string): void;
107
+ matches(selectors: string): boolean;
108
+ releasePointerCapture(pointerId: number): void;
109
+ removeAttribute(qualifiedName: string): void;
110
+ removeAttributeNS(namespace: string | null, localName: string): void;
111
+ removeAttributeNode(attr: Attr): Attr;
112
+ requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
113
+ requestPointerLock(): void;
114
+ scroll(options?: ScrollToOptions | undefined): void;
115
+ scroll(x: number, y: number): void;
116
+ scrollBy(options?: ScrollToOptions | undefined): void;
117
+ scrollBy(x: number, y: number): void;
118
+ scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
119
+ scrollTo(options?: ScrollToOptions | undefined): void;
120
+ scrollTo(x: number, y: number): void;
121
+ setAttribute(qualifiedName: string, value: string): void;
122
+ setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
123
+ setAttributeNode(attr: Attr): Attr | null;
124
+ setAttributeNodeNS(attr: Attr): Attr | null;
125
+ setPointerCapture(pointerId: number): void;
126
+ toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
127
+ webkitMatchesSelector(selectors: string): boolean;
128
+ readonly baseURI: string;
129
+ readonly childNodes: NodeListOf<ChildNode>;
130
+ readonly firstChild: ChildNode | null;
131
+ readonly isConnected: boolean;
132
+ readonly lastChild: ChildNode | null;
133
+ readonly nextSibling: ChildNode | null;
134
+ readonly nodeName: string;
135
+ readonly nodeType: number;
136
+ nodeValue: string | null;
137
+ readonly parentElement: HTMLElement | null;
138
+ readonly parentNode: ParentNode | null;
139
+ readonly previousSibling: ChildNode | null;
140
+ textContent: string | null;
141
+ appendChild<T extends Node>(node: T): T;
142
+ cloneNode(deep?: boolean | undefined): Node;
143
+ compareDocumentPosition(other: Node): number;
144
+ contains(other: Node | null): boolean;
145
+ getRootNode(options?: GetRootNodeOptions | undefined): Node;
146
+ hasChildNodes(): boolean;
147
+ insertBefore<T_1 extends Node>(node: T_1, child: Node | null): T_1;
148
+ isDefaultNamespace(namespace: string | null): boolean;
149
+ isEqualNode(otherNode: Node | null): boolean;
150
+ isSameNode(otherNode: Node | null): boolean;
151
+ lookupNamespaceURI(prefix: string | null): string | null;
152
+ lookupPrefix(namespace: string | null): string | null;
153
+ normalize(): void;
154
+ removeChild<T_2 extends Node>(child: T_2): T_2;
155
+ replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
156
+ readonly ELEMENT_NODE: 1;
157
+ readonly ATTRIBUTE_NODE: 2;
158
+ readonly TEXT_NODE: 3;
159
+ readonly CDATA_SECTION_NODE: 4;
160
+ readonly ENTITY_REFERENCE_NODE: 5;
161
+ readonly ENTITY_NODE: 6;
162
+ readonly PROCESSING_INSTRUCTION_NODE: 7;
163
+ readonly COMMENT_NODE: 8;
164
+ readonly DOCUMENT_NODE: 9;
165
+ readonly DOCUMENT_TYPE_NODE: 10;
166
+ readonly DOCUMENT_FRAGMENT_NODE: 11;
167
+ readonly NOTATION_NODE: 12;
168
+ readonly DOCUMENT_POSITION_DISCONNECTED: 1;
169
+ readonly DOCUMENT_POSITION_PRECEDING: 2;
170
+ readonly DOCUMENT_POSITION_FOLLOWING: 4;
171
+ readonly DOCUMENT_POSITION_CONTAINS: 8;
172
+ readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
173
+ readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
174
+ dispatchEvent(event: Event): boolean;
175
+ ariaAtomic: string | null;
176
+ ariaAutoComplete: string | null;
177
+ ariaBusy: string | null;
178
+ ariaChecked: string | null;
179
+ ariaColCount: string | null;
180
+ ariaColIndex: string | null;
181
+ ariaColSpan: string | null;
182
+ ariaCurrent: string | null;
183
+ ariaDisabled: string | null;
184
+ ariaExpanded: string | null;
185
+ ariaHasPopup: string | null;
186
+ ariaHidden: string | null;
187
+ ariaInvalid: string | null;
188
+ ariaKeyShortcuts: string | null;
189
+ ariaLabel: string | null;
190
+ ariaLevel: string | null;
191
+ ariaLive: string | null;
192
+ ariaModal: string | null;
193
+ ariaMultiLine: string | null;
194
+ ariaMultiSelectable: string | null;
195
+ ariaOrientation: string | null;
196
+ ariaPlaceholder: string | null;
197
+ ariaPosInSet: string | null;
198
+ ariaPressed: string | null;
199
+ ariaReadOnly: string | null;
200
+ ariaRequired: string | null;
201
+ ariaRoleDescription: string | null;
202
+ ariaRowCount: string | null;
203
+ ariaRowIndex: string | null;
204
+ ariaRowSpan: string | null;
205
+ ariaSelected: string | null;
206
+ ariaSetSize: string | null;
207
+ ariaSort: string | null;
208
+ ariaValueMax: string | null;
209
+ ariaValueMin: string | null;
210
+ ariaValueNow: string | null;
211
+ ariaValueText: string | null;
212
+ role: string | null;
213
+ animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
214
+ getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
215
+ after(...nodes: (string | Node)[]): void;
216
+ before(...nodes: (string | Node)[]): void;
217
+ remove(): void;
218
+ replaceWith(...nodes: (string | Node)[]): void;
219
+ innerHTML: string;
220
+ readonly nextElementSibling: Element | null;
221
+ readonly previousElementSibling: Element | null;
222
+ readonly childElementCount: number;
223
+ readonly children: HTMLCollection;
224
+ readonly firstElementChild: Element | null;
225
+ readonly lastElementChild: Element | null;
226
+ append(...nodes: (string | Node)[]): void;
227
+ prepend(...nodes: (string | Node)[]): void;
228
+ querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
229
+ querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
230
+ querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
231
+ querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
232
+ querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
233
+ querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
234
+ querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
235
+ querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
236
+ querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
237
+ querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
238
+ replaceChildren(...nodes: (string | Node)[]): void;
239
+ readonly assignedSlot: HTMLSlotElement | null;
240
+ readonly style: CSSStyleDeclaration;
241
+ contentEditable: string;
242
+ enterKeyHint: string;
243
+ inputMode: string;
244
+ readonly isContentEditable: boolean;
245
+ onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
246
+ onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
247
+ onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
248
+ onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
249
+ onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
250
+ onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
251
+ onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
252
+ onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
253
+ oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
254
+ oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
255
+ oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
256
+ onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
257
+ onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
258
+ onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
259
+ oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
260
+ oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
261
+ oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
262
+ oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
263
+ ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
264
+ ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
265
+ ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
266
+ ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
267
+ ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
268
+ ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
269
+ ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
270
+ ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
271
+ ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
272
+ onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
273
+ onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
274
+ onerror: OnErrorEventHandler;
275
+ onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
276
+ onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
277
+ ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
278
+ oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
279
+ oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
280
+ onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
281
+ onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
282
+ onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
283
+ onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
284
+ onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
285
+ onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
286
+ onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
287
+ onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
288
+ onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
289
+ onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
290
+ onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
291
+ onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
292
+ onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
293
+ onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
294
+ onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
295
+ onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
296
+ onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
297
+ onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
298
+ onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
299
+ onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
300
+ onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
301
+ onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
302
+ onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
303
+ onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
304
+ onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
305
+ onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
306
+ onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
307
+ onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
308
+ onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
309
+ onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
310
+ onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
311
+ onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
312
+ onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
313
+ onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
314
+ onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
315
+ onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
316
+ onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
317
+ onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
318
+ onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
319
+ onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
320
+ onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
321
+ onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
322
+ ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
323
+ ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
324
+ ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
325
+ ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
326
+ ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
327
+ ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
328
+ ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
329
+ ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
330
+ ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
331
+ ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
332
+ onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
333
+ onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
334
+ onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
335
+ onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
336
+ onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
337
+ onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
338
+ onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
339
+ autofocus: boolean;
340
+ readonly dataset: DOMStringMap;
341
+ nonce?: string | undefined;
342
+ tabIndex: number;
343
+ blur(): void;
344
+ focus(options?: FocusOptions | undefined): void;
345
+ ariaColIndexText: string | null;
346
+ ariaDescription: string | null;
347
+ ariaRowIndexText: string | null;
348
+ ariaRelevant: string | null;
349
+ "__#1@#handleReplacedProp"(replacedProp: {
350
+ newPropertyName: string;
351
+ deprecatedPropertyName: string;
352
+ fromDeprecated: (v: any) => any;
353
+ toDeprecated?: ((v: any) => any) | undefined;
354
+ }): void;
355
+ };
356
+ } & {
357
+ new (...args: any[]): {
358
+ errorText?: string | undefined;
359
+ errorTextChanged(_: string, newErrorText: string | undefined): void;
360
+ "__#4@#blockValidateCalls": boolean;
361
+ "__#4@#originalValidateFn": () => void;
362
+ "__#4@#forceCustomError"(errorMessage: string): void;
363
+ "__#4@#clearCustomErrorAndRevalidate"(): void;
364
+ label?: string | undefined;
365
+ errorValidationMessage: string;
366
+ forceErrorDisplay: boolean;
367
+ hasBeenTouched: boolean;
368
+ connectedCallback: (() => void) & (() => void) & (() => void);
369
+ "__#3@#handleInvalidEvent": () => void;
370
+ disconnectedCallback: (() => void) & (() => void) & (() => void);
371
+ formResetCallback: (() => void) & (() => void);
372
+ validate: (() => void) & ((anchor?: HTMLElement | undefined) => void);
373
+ proxy: import("../../shared/foundation/form-associated/form-associated").ProxyElement;
374
+ readonly validity: ValidityState;
375
+ readonly form: HTMLFormElement | null;
376
+ readonly validationMessage: string;
377
+ readonly willValidate: boolean;
378
+ readonly labels: readonly Node[];
379
+ dirtyValue: boolean;
380
+ proxySlot?: HTMLSlotElement | undefined;
381
+ value: string;
382
+ valueChanged(_previous: string, _next: string): void;
383
+ currentValue: string;
384
+ initialValue: string;
385
+ initialValueChanged(_previous: string, _next: string): void;
386
+ disabled: boolean;
387
+ disabledChanged(_previous: boolean, _next: boolean): void;
388
+ name: string;
389
+ nameChanged(_previous: string, _next: string): void;
390
+ required: boolean;
391
+ requiredChanged(_previous: boolean, _next: boolean): void;
392
+ readonly elementInternals: ElementInternals | null;
393
+ proxyEventsToBlock: string[];
394
+ checkValidity(): boolean;
395
+ reportValidity(): boolean;
396
+ setValidity(flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined): void;
397
+ formDisabledCallback(disabled: boolean): void;
398
+ proxyInitialized: boolean;
399
+ attachProxy(): void;
400
+ detachProxy(): void;
401
+ setFormValue(value: string | File | FormData | null, state?: string | File | FormData | null | undefined): void;
402
+ _keypressHandler(e: KeyboardEvent): void;
403
+ stopPropagation(e: Event): void;
404
+ specialHandling: boolean;
405
+ _vividAriaBehaviour: import("../shared/aria/aria-mixin").VividAriaBehaviour;
406
+ readonly $fastController: import("@microsoft/fast-element").Controller;
407
+ $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
408
+ attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
409
+ accessKey: string;
410
+ readonly accessKeyLabel: string;
411
+ autocapitalize: string;
412
+ dir: string;
413
+ draggable: boolean;
414
+ hidden: boolean;
415
+ inert: boolean;
416
+ innerText: string;
417
+ lang: string;
418
+ readonly offsetHeight: number;
419
+ readonly offsetLeft: number;
420
+ readonly offsetParent: Element | null;
421
+ readonly offsetTop: number;
422
+ readonly offsetWidth: number;
423
+ outerText: string;
424
+ spellcheck: boolean;
425
+ title: string;
426
+ translate: boolean;
427
+ attachInternals(): ElementInternals;
428
+ click(): void;
429
+ addEventListener<K_17 extends keyof HTMLElementEventMap>(type: K_17, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_17]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
430
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
431
+ removeEventListener<K_18 extends keyof HTMLElementEventMap>(type: K_18, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_18]) => any, options?: boolean | EventListenerOptions | undefined): void;
432
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
433
+ dropzone: import("dropzone");
434
+ readonly attributes: NamedNodeMap;
435
+ readonly classList: DOMTokenList;
436
+ className: string;
437
+ readonly clientHeight: number;
438
+ readonly clientLeft: number;
439
+ readonly clientTop: number;
440
+ readonly clientWidth: number;
441
+ id: string;
442
+ readonly localName: string;
443
+ readonly namespaceURI: string | null;
444
+ onfullscreenchange: ((this: Element, ev: Event) => any) | null;
445
+ onfullscreenerror: ((this: Element, ev: Event) => any) | null;
446
+ outerHTML: string;
447
+ readonly ownerDocument: Document;
448
+ readonly part: DOMTokenList;
449
+ readonly prefix: string | null;
450
+ readonly scrollHeight: number;
451
+ scrollLeft: number;
452
+ scrollTop: number;
453
+ readonly scrollWidth: number;
454
+ readonly shadowRoot: ShadowRoot | null;
455
+ slot: string;
456
+ readonly tagName: string;
457
+ attachShadow(init: ShadowRootInit): ShadowRoot;
458
+ checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
459
+ closest<K_19 extends keyof HTMLElementTagNameMap>(selector: K_19): HTMLElementTagNameMap[K_19] | null;
460
+ closest<K_20 extends keyof SVGElementTagNameMap>(selector: K_20): SVGElementTagNameMap[K_20] | null;
461
+ closest<K_21 extends keyof MathMLElementTagNameMap>(selector: K_21): MathMLElementTagNameMap[K_21] | null;
462
+ closest<E_3 extends Element = Element>(selectors: string): E_3 | null;
463
+ getAttribute(qualifiedName: string): string | null;
464
+ getAttributeNS(namespace: string | null, localName: string): string | null;
465
+ getAttributeNames(): string[];
466
+ getAttributeNode(qualifiedName: string): Attr | null;
467
+ getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
468
+ getBoundingClientRect(): DOMRect;
469
+ getClientRects(): DOMRectList;
470
+ getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
471
+ getElementsByTagName<K_22 extends keyof HTMLElementTagNameMap>(qualifiedName: K_22): HTMLCollectionOf<HTMLElementTagNameMap[K_22]>;
472
+ getElementsByTagName<K_23 extends keyof SVGElementTagNameMap>(qualifiedName: K_23): HTMLCollectionOf<SVGElementTagNameMap[K_23]>;
473
+ getElementsByTagName<K_24 extends keyof MathMLElementTagNameMap>(qualifiedName: K_24): HTMLCollectionOf<MathMLElementTagNameMap[K_24]>;
474
+ getElementsByTagName<K_25 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_25): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_25]>;
475
+ getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
476
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
477
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
478
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
479
+ getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
480
+ hasAttribute(qualifiedName: string): boolean;
481
+ hasAttributeNS(namespace: string | null, localName: string): boolean;
482
+ hasAttributes(): boolean;
483
+ hasPointerCapture(pointerId: number): boolean;
484
+ insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
485
+ insertAdjacentHTML(position: InsertPosition, text: string): void;
486
+ insertAdjacentText(where: InsertPosition, data: string): void;
487
+ matches(selectors: string): boolean;
488
+ releasePointerCapture(pointerId: number): void;
489
+ removeAttribute(qualifiedName: string): void;
490
+ removeAttributeNS(namespace: string | null, localName: string): void;
491
+ removeAttributeNode(attr: Attr): Attr;
492
+ requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
493
+ requestPointerLock(): void;
494
+ scroll(options?: ScrollToOptions | undefined): void;
495
+ scroll(x: number, y: number): void;
496
+ scrollBy(options?: ScrollToOptions | undefined): void;
497
+ scrollBy(x: number, y: number): void;
498
+ scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
499
+ scrollTo(options?: ScrollToOptions | undefined): void;
500
+ scrollTo(x: number, y: number): void;
501
+ setAttribute(qualifiedName: string, value: string): void;
502
+ setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
503
+ setAttributeNode(attr: Attr): Attr | null;
504
+ setAttributeNodeNS(attr: Attr): Attr | null;
505
+ setPointerCapture(pointerId: number): void;
506
+ toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
507
+ webkitMatchesSelector(selectors: string): boolean;
508
+ readonly baseURI: string;
509
+ readonly childNodes: NodeListOf<ChildNode>;
510
+ readonly firstChild: ChildNode | null;
511
+ readonly isConnected: boolean;
512
+ readonly lastChild: ChildNode | null;
513
+ readonly nextSibling: ChildNode | null;
514
+ readonly nodeName: string;
515
+ readonly nodeType: number;
516
+ nodeValue: string | null;
517
+ readonly parentElement: HTMLElement | null;
518
+ readonly parentNode: ParentNode | null;
519
+ readonly previousSibling: ChildNode | null;
520
+ textContent: string | null;
521
+ appendChild<T extends Node>(node: T): T;
522
+ cloneNode(deep?: boolean | undefined): Node;
523
+ compareDocumentPosition(other: Node): number;
524
+ contains(other: Node | null): boolean;
525
+ getRootNode(options?: GetRootNodeOptions | undefined): Node;
526
+ hasChildNodes(): boolean;
527
+ insertBefore<T_4 extends Node>(node: T_4, child: Node | null): T_4;
528
+ isDefaultNamespace(namespace: string | null): boolean;
529
+ isEqualNode(otherNode: Node | null): boolean;
530
+ isSameNode(otherNode: Node | null): boolean;
531
+ lookupNamespaceURI(prefix: string | null): string | null;
532
+ lookupPrefix(namespace: string | null): string | null;
533
+ normalize(): void;
534
+ removeChild<T_2 extends Node>(child: T_2): T_2;
535
+ replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
536
+ readonly ELEMENT_NODE: 1;
537
+ readonly ATTRIBUTE_NODE: 2;
538
+ readonly TEXT_NODE: 3;
539
+ readonly CDATA_SECTION_NODE: 4;
540
+ readonly ENTITY_REFERENCE_NODE: 5;
541
+ readonly ENTITY_NODE: 6;
542
+ readonly PROCESSING_INSTRUCTION_NODE: 7;
543
+ readonly COMMENT_NODE: 8;
544
+ readonly DOCUMENT_NODE: 9;
545
+ readonly DOCUMENT_TYPE_NODE: 10;
546
+ readonly DOCUMENT_FRAGMENT_NODE: 11;
547
+ readonly NOTATION_NODE: 12;
548
+ readonly DOCUMENT_POSITION_DISCONNECTED: 1;
549
+ readonly DOCUMENT_POSITION_PRECEDING: 2;
550
+ readonly DOCUMENT_POSITION_FOLLOWING: 4;
551
+ readonly DOCUMENT_POSITION_CONTAINS: 8;
552
+ readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
553
+ readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
554
+ dispatchEvent(event: Event): boolean;
555
+ ariaAtomic: string | null;
556
+ ariaAutoComplete: string | null;
557
+ ariaBusy: string | null;
558
+ ariaChecked: string | null;
559
+ ariaColCount: string | null;
560
+ ariaColIndex: string | null;
561
+ ariaColSpan: string | null;
562
+ ariaCurrent: string | null;
563
+ ariaDisabled: string | null;
564
+ ariaExpanded: string | null;
565
+ ariaHasPopup: string | null;
566
+ ariaHidden: string | null;
567
+ ariaInvalid: string | null;
568
+ ariaKeyShortcuts: string | null;
569
+ ariaLabel: string | null;
570
+ ariaLevel: string | null;
571
+ ariaLive: string | null;
572
+ ariaModal: string | null;
573
+ ariaMultiLine: string | null;
574
+ ariaMultiSelectable: string | null;
575
+ ariaOrientation: string | null;
576
+ ariaPlaceholder: string | null;
577
+ ariaPosInSet: string | null;
578
+ ariaPressed: string | null;
579
+ ariaReadOnly: string | null;
580
+ ariaRequired: string | null;
581
+ ariaRoleDescription: string | null;
582
+ ariaRowCount: string | null;
583
+ ariaRowIndex: string | null;
584
+ ariaRowSpan: string | null;
585
+ ariaSelected: string | null;
586
+ ariaSetSize: string | null;
587
+ ariaSort: string | null;
588
+ ariaValueMax: string | null;
589
+ ariaValueMin: string | null;
590
+ ariaValueNow: string | null;
591
+ ariaValueText: string | null;
592
+ role: string | null;
593
+ animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
594
+ getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
595
+ after(...nodes: (string | Node)[]): void;
596
+ before(...nodes: (string | Node)[]): void;
597
+ remove(): void;
598
+ replaceWith(...nodes: (string | Node)[]): void;
599
+ innerHTML: string;
600
+ readonly nextElementSibling: Element | null;
601
+ readonly previousElementSibling: Element | null;
602
+ readonly childElementCount: number;
603
+ readonly children: HTMLCollection;
604
+ readonly firstElementChild: Element | null;
605
+ readonly lastElementChild: Element | null;
606
+ append(...nodes: (string | Node)[]): void;
607
+ prepend(...nodes: (string | Node)[]): void;
608
+ querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
609
+ querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
610
+ querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
611
+ querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
612
+ querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
613
+ querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
614
+ querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
615
+ querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
616
+ querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
617
+ querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
618
+ replaceChildren(...nodes: (string | Node)[]): void;
619
+ readonly assignedSlot: HTMLSlotElement | null;
620
+ readonly style: CSSStyleDeclaration;
621
+ contentEditable: string;
622
+ enterKeyHint: string;
623
+ inputMode: string;
624
+ readonly isContentEditable: boolean;
625
+ onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
626
+ onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
627
+ onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
628
+ onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
629
+ onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
630
+ onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
631
+ onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
632
+ onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
633
+ oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
634
+ oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
635
+ oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
636
+ onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
637
+ onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
638
+ onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
639
+ oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
640
+ oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
641
+ oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
642
+ oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
643
+ ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
644
+ ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
645
+ ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
646
+ ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
647
+ ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
648
+ ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
649
+ ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
650
+ ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
651
+ ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
652
+ onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
653
+ onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
654
+ onerror: OnErrorEventHandler;
655
+ onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
656
+ onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
657
+ ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
658
+ oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
659
+ oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
660
+ onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
661
+ onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
662
+ onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
663
+ onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
664
+ onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
665
+ onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
666
+ onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
667
+ onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
668
+ onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
669
+ onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
670
+ onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
671
+ onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
672
+ onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
673
+ onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
674
+ onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
675
+ onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
676
+ onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
677
+ onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
678
+ onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
679
+ onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
680
+ onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
681
+ onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
682
+ onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
683
+ onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
684
+ onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
685
+ onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
686
+ onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
687
+ onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
688
+ onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
689
+ onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
690
+ onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
691
+ onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
692
+ onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
693
+ onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
694
+ onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
695
+ onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
696
+ onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
697
+ onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
698
+ onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
699
+ onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
700
+ onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
701
+ onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
702
+ ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
703
+ ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
704
+ ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
705
+ ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
706
+ ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
707
+ ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
708
+ ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
709
+ ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
710
+ ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
711
+ ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
712
+ onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
713
+ onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
714
+ onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
715
+ onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
716
+ onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
717
+ onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
718
+ onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
719
+ autofocus: boolean;
720
+ readonly dataset: DOMStringMap;
721
+ nonce?: string | undefined;
722
+ tabIndex: number;
723
+ blur(): void;
724
+ focus(options?: FocusOptions | undefined): void;
725
+ ariaColIndexText: string | null;
726
+ ariaDescription: string | null;
727
+ ariaRowIndexText: string | null;
728
+ ariaRelevant: string | null;
729
+ "__#1@#handleReplacedProp"(replacedProp: {
730
+ newPropertyName: string;
731
+ deprecatedPropertyName: string;
732
+ fromDeprecated: (v: any) => any;
733
+ toDeprecated?: ((v: any) => any) | undefined;
734
+ }): void;
735
+ };
736
+ } & {
737
+ new (...args: any[]): {
738
+ successText?: string | undefined;
739
+ specialHandling: boolean;
740
+ _vividAriaBehaviour: import("../shared/aria/aria-mixin").VividAriaBehaviour;
741
+ readonly $fastController: import("@microsoft/fast-element").Controller;
742
+ $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
743
+ connectedCallback(): void;
744
+ disconnectedCallback(): void;
745
+ attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
746
+ accessKey: string;
747
+ readonly accessKeyLabel: string;
748
+ autocapitalize: string;
749
+ dir: string;
750
+ draggable: boolean;
751
+ hidden: boolean;
752
+ inert: boolean;
753
+ innerText: string;
754
+ lang: string;
755
+ readonly offsetHeight: number;
756
+ readonly offsetLeft: number;
757
+ readonly offsetParent: Element | null;
758
+ readonly offsetTop: number;
759
+ readonly offsetWidth: number;
760
+ outerText: string;
761
+ spellcheck: boolean;
762
+ title: string;
763
+ translate: boolean;
764
+ attachInternals(): ElementInternals;
765
+ click(): void;
766
+ addEventListener<K_26 extends keyof HTMLElementEventMap>(type: K_26, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_26]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
767
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
768
+ removeEventListener<K_27 extends keyof HTMLElementEventMap>(type: K_27, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_27]) => any, options?: boolean | EventListenerOptions | undefined): void;
769
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
770
+ dropzone: import("dropzone");
771
+ readonly attributes: NamedNodeMap;
772
+ readonly classList: DOMTokenList;
773
+ className: string;
774
+ readonly clientHeight: number;
775
+ readonly clientLeft: number;
776
+ readonly clientTop: number;
777
+ readonly clientWidth: number;
778
+ id: string;
779
+ readonly localName: string;
780
+ readonly namespaceURI: string | null;
781
+ onfullscreenchange: ((this: Element, ev: Event) => any) | null;
782
+ onfullscreenerror: ((this: Element, ev: Event) => any) | null;
783
+ outerHTML: string;
784
+ readonly ownerDocument: Document;
785
+ readonly part: DOMTokenList;
786
+ readonly prefix: string | null;
787
+ readonly scrollHeight: number;
788
+ scrollLeft: number;
789
+ scrollTop: number;
790
+ readonly scrollWidth: number;
791
+ readonly shadowRoot: ShadowRoot | null;
792
+ slot: string;
793
+ readonly tagName: string;
794
+ attachShadow(init: ShadowRootInit): ShadowRoot;
795
+ checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
796
+ closest<K_28 extends keyof HTMLElementTagNameMap>(selector: K_28): HTMLElementTagNameMap[K_28] | null;
797
+ closest<K_29 extends keyof SVGElementTagNameMap>(selector: K_29): SVGElementTagNameMap[K_29] | null;
798
+ closest<K_30 extends keyof MathMLElementTagNameMap>(selector: K_30): MathMLElementTagNameMap[K_30] | null;
799
+ closest<E_4 extends Element = Element>(selectors: string): E_4 | null;
800
+ getAttribute(qualifiedName: string): string | null;
801
+ getAttributeNS(namespace: string | null, localName: string): string | null;
802
+ getAttributeNames(): string[];
803
+ getAttributeNode(qualifiedName: string): Attr | null;
804
+ getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
805
+ getBoundingClientRect(): DOMRect;
806
+ getClientRects(): DOMRectList;
807
+ getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
808
+ getElementsByTagName<K_31 extends keyof HTMLElementTagNameMap>(qualifiedName: K_31): HTMLCollectionOf<HTMLElementTagNameMap[K_31]>;
809
+ getElementsByTagName<K_32 extends keyof SVGElementTagNameMap>(qualifiedName: K_32): HTMLCollectionOf<SVGElementTagNameMap[K_32]>;
810
+ getElementsByTagName<K_33 extends keyof MathMLElementTagNameMap>(qualifiedName: K_33): HTMLCollectionOf<MathMLElementTagNameMap[K_33]>;
811
+ getElementsByTagName<K_34 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_34): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_34]>;
812
+ getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
813
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
814
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
815
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
816
+ getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
817
+ hasAttribute(qualifiedName: string): boolean;
818
+ hasAttributeNS(namespace: string | null, localName: string): boolean;
819
+ hasAttributes(): boolean;
820
+ hasPointerCapture(pointerId: number): boolean;
821
+ insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
822
+ insertAdjacentHTML(position: InsertPosition, text: string): void;
823
+ insertAdjacentText(where: InsertPosition, data: string): void;
824
+ matches(selectors: string): boolean;
825
+ releasePointerCapture(pointerId: number): void;
826
+ removeAttribute(qualifiedName: string): void;
827
+ removeAttributeNS(namespace: string | null, localName: string): void;
828
+ removeAttributeNode(attr: Attr): Attr;
829
+ requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
830
+ requestPointerLock(): void;
831
+ scroll(options?: ScrollToOptions | undefined): void;
832
+ scroll(x: number, y: number): void;
833
+ scrollBy(options?: ScrollToOptions | undefined): void;
834
+ scrollBy(x: number, y: number): void;
835
+ scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
836
+ scrollTo(options?: ScrollToOptions | undefined): void;
837
+ scrollTo(x: number, y: number): void;
838
+ setAttribute(qualifiedName: string, value: string): void;
839
+ setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
840
+ setAttributeNode(attr: Attr): Attr | null;
841
+ setAttributeNodeNS(attr: Attr): Attr | null;
842
+ setPointerCapture(pointerId: number): void;
843
+ toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
844
+ webkitMatchesSelector(selectors: string): boolean;
845
+ readonly baseURI: string;
846
+ readonly childNodes: NodeListOf<ChildNode>;
847
+ readonly firstChild: ChildNode | null;
848
+ readonly isConnected: boolean;
849
+ readonly lastChild: ChildNode | null;
850
+ readonly nextSibling: ChildNode | null;
851
+ readonly nodeName: string;
852
+ readonly nodeType: number;
853
+ nodeValue: string | null;
854
+ readonly parentElement: HTMLElement | null;
855
+ readonly parentNode: ParentNode | null;
856
+ readonly previousSibling: ChildNode | null;
857
+ textContent: string | null;
858
+ appendChild<T extends Node>(node: T): T;
859
+ cloneNode(deep?: boolean | undefined): Node;
860
+ compareDocumentPosition(other: Node): number;
861
+ contains(other: Node | null): boolean;
862
+ getRootNode(options?: GetRootNodeOptions | undefined): Node;
863
+ hasChildNodes(): boolean;
864
+ insertBefore<T_5 extends Node>(node: T_5, child: Node | null): T_5;
865
+ isDefaultNamespace(namespace: string | null): boolean;
866
+ isEqualNode(otherNode: Node | null): boolean;
867
+ isSameNode(otherNode: Node | null): boolean;
868
+ lookupNamespaceURI(prefix: string | null): string | null;
869
+ lookupPrefix(namespace: string | null): string | null;
870
+ normalize(): void;
871
+ removeChild<T_2 extends Node>(child: T_2): T_2;
872
+ replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
873
+ readonly ELEMENT_NODE: 1;
874
+ readonly ATTRIBUTE_NODE: 2;
875
+ readonly TEXT_NODE: 3;
876
+ readonly CDATA_SECTION_NODE: 4;
877
+ readonly ENTITY_REFERENCE_NODE: 5;
878
+ readonly ENTITY_NODE: 6;
879
+ readonly PROCESSING_INSTRUCTION_NODE: 7;
880
+ readonly COMMENT_NODE: 8;
881
+ readonly DOCUMENT_NODE: 9;
882
+ readonly DOCUMENT_TYPE_NODE: 10;
883
+ readonly DOCUMENT_FRAGMENT_NODE: 11;
884
+ readonly NOTATION_NODE: 12;
885
+ readonly DOCUMENT_POSITION_DISCONNECTED: 1;
886
+ readonly DOCUMENT_POSITION_PRECEDING: 2;
887
+ readonly DOCUMENT_POSITION_FOLLOWING: 4;
888
+ readonly DOCUMENT_POSITION_CONTAINS: 8;
889
+ readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
890
+ readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
891
+ dispatchEvent(event: Event): boolean;
892
+ ariaAtomic: string | null;
893
+ ariaAutoComplete: string | null;
894
+ ariaBusy: string | null;
895
+ ariaChecked: string | null;
896
+ ariaColCount: string | null;
897
+ ariaColIndex: string | null;
898
+ ariaColSpan: string | null;
899
+ ariaCurrent: string | null;
900
+ ariaDisabled: string | null;
901
+ ariaExpanded: string | null;
902
+ ariaHasPopup: string | null;
903
+ ariaHidden: string | null;
904
+ ariaInvalid: string | null;
905
+ ariaKeyShortcuts: string | null;
906
+ ariaLabel: string | null;
907
+ ariaLevel: string | null;
908
+ ariaLive: string | null;
909
+ ariaModal: string | null;
910
+ ariaMultiLine: string | null;
911
+ ariaMultiSelectable: string | null;
912
+ ariaOrientation: string | null;
913
+ ariaPlaceholder: string | null;
914
+ ariaPosInSet: string | null;
915
+ ariaPressed: string | null;
916
+ ariaReadOnly: string | null;
917
+ ariaRequired: string | null;
918
+ ariaRoleDescription: string | null;
919
+ ariaRowCount: string | null;
920
+ ariaRowIndex: string | null;
921
+ ariaRowSpan: string | null;
922
+ ariaSelected: string | null;
923
+ ariaSetSize: string | null;
924
+ ariaSort: string | null;
925
+ ariaValueMax: string | null;
926
+ ariaValueMin: string | null;
927
+ ariaValueNow: string | null;
928
+ ariaValueText: string | null;
929
+ role: string | null;
930
+ animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
931
+ getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
932
+ after(...nodes: (string | Node)[]): void;
933
+ before(...nodes: (string | Node)[]): void;
934
+ remove(): void;
935
+ replaceWith(...nodes: (string | Node)[]): void;
936
+ innerHTML: string;
937
+ readonly nextElementSibling: Element | null;
938
+ readonly previousElementSibling: Element | null;
939
+ readonly childElementCount: number;
940
+ readonly children: HTMLCollection;
941
+ readonly firstElementChild: Element | null;
942
+ readonly lastElementChild: Element | null;
943
+ append(...nodes: (string | Node)[]): void;
944
+ prepend(...nodes: (string | Node)[]): void;
945
+ querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
946
+ querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
947
+ querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
948
+ querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
949
+ querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
950
+ querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
951
+ querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
952
+ querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
953
+ querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
954
+ querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
955
+ replaceChildren(...nodes: (string | Node)[]): void;
956
+ readonly assignedSlot: HTMLSlotElement | null;
957
+ readonly style: CSSStyleDeclaration;
958
+ contentEditable: string;
959
+ enterKeyHint: string;
960
+ inputMode: string;
961
+ readonly isContentEditable: boolean;
962
+ onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
963
+ onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
964
+ onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
965
+ onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
966
+ onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
967
+ onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
968
+ onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
969
+ onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
970
+ oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
971
+ oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
972
+ oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
973
+ onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
974
+ onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
975
+ onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
976
+ oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
977
+ oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
978
+ oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
979
+ oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
980
+ ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
981
+ ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
982
+ ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
983
+ ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
984
+ ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
985
+ ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
986
+ ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
987
+ ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
988
+ ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
989
+ onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
990
+ onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
991
+ onerror: OnErrorEventHandler;
992
+ onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
993
+ onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
994
+ ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
995
+ oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
996
+ oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
997
+ onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
998
+ onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
999
+ onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
1000
+ onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1001
+ onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1002
+ onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1003
+ onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1004
+ onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1005
+ onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1006
+ onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1007
+ onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1008
+ onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1009
+ onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1010
+ onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1011
+ onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1012
+ onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
1013
+ onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1014
+ onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1015
+ onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1016
+ onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1017
+ onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1018
+ onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1019
+ onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1020
+ onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1021
+ onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1022
+ onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1023
+ onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1024
+ onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
1025
+ onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1026
+ onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1027
+ onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
1028
+ onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1029
+ onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
1030
+ onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1031
+ onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1032
+ onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1033
+ onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1034
+ onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1035
+ onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1036
+ onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1037
+ onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
1038
+ onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1039
+ ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1040
+ ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1041
+ ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
1042
+ ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
1043
+ ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
1044
+ ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
1045
+ ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
1046
+ ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
1047
+ ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
1048
+ ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
1049
+ onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1050
+ onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1051
+ onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1052
+ onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1053
+ onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1054
+ onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1055
+ onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
1056
+ autofocus: boolean;
1057
+ readonly dataset: DOMStringMap;
1058
+ nonce?: string | undefined;
1059
+ tabIndex: number;
1060
+ blur(): void;
1061
+ focus(options?: FocusOptions | undefined): void;
1062
+ ariaColIndexText: string | null;
1063
+ ariaDescription: string | null;
1064
+ ariaRowIndexText: string | null;
1065
+ ariaRelevant: string | null;
1066
+ "__#1@#handleReplacedProp"(replacedProp: {
1067
+ newPropertyName: string;
1068
+ deprecatedPropertyName: string;
1069
+ fromDeprecated: (v: any) => any;
1070
+ toDeprecated?: ((v: any) => any) | undefined;
1071
+ }): void;
1072
+ };
1073
+ } & {
1074
+ new (...args: any[]): {
1075
+ label?: string | undefined;
1076
+ errorValidationMessage: string;
1077
+ forceErrorDisplay: boolean;
1078
+ hasBeenTouched: boolean;
1079
+ connectedCallback(): void;
1080
+ "__#3@#handleInvalidEvent": () => void;
1081
+ disconnectedCallback(): void;
1082
+ formResetCallback(): void;
1083
+ validate(): void;
1084
+ proxy: import("../../shared/foundation/form-associated/form-associated").ProxyElement;
1085
+ readonly validity: ValidityState;
1086
+ readonly form: HTMLFormElement | null;
1087
+ readonly validationMessage: string;
1088
+ readonly willValidate: boolean;
1089
+ readonly labels: readonly Node[];
1090
+ dirtyValue: boolean;
1091
+ proxySlot?: HTMLSlotElement | undefined;
1092
+ value: string;
1093
+ valueChanged(_previous: string, _next: string): void;
1094
+ currentValue: string;
1095
+ initialValue: string;
1096
+ initialValueChanged(_previous: string, _next: string): void;
1097
+ disabled: boolean;
1098
+ disabledChanged(_previous: boolean, _next: boolean): void;
1099
+ name: string;
1100
+ nameChanged(_previous: string, _next: string): void;
1101
+ required: boolean;
1102
+ requiredChanged(_previous: boolean, _next: boolean): void;
1103
+ readonly elementInternals: ElementInternals | null;
1104
+ proxyEventsToBlock: string[];
1105
+ checkValidity(): boolean;
1106
+ reportValidity(): boolean;
1107
+ setValidity(flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined): void;
1108
+ formDisabledCallback(disabled: boolean): void;
1109
+ proxyInitialized: boolean;
1110
+ attachProxy(): void;
1111
+ detachProxy(): void;
1112
+ setFormValue(value: string | File | FormData | null, state?: string | File | FormData | null | undefined): void;
1113
+ _keypressHandler(e: KeyboardEvent): void;
1114
+ stopPropagation(e: Event): void;
1115
+ specialHandling: boolean;
1116
+ _vividAriaBehaviour: import("../shared/aria/aria-mixin").VividAriaBehaviour;
1117
+ readonly $fastController: import("@microsoft/fast-element").Controller;
1118
+ $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
1119
+ attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
1120
+ accessKey: string;
1121
+ readonly accessKeyLabel: string;
1122
+ autocapitalize: string;
1123
+ dir: string;
1124
+ draggable: boolean;
1125
+ hidden: boolean;
1126
+ inert: boolean;
1127
+ innerText: string;
1128
+ lang: string;
1129
+ readonly offsetHeight: number;
1130
+ readonly offsetLeft: number;
1131
+ readonly offsetParent: Element | null;
1132
+ readonly offsetTop: number;
1133
+ readonly offsetWidth: number;
1134
+ outerText: string;
1135
+ spellcheck: boolean;
1136
+ title: string;
1137
+ translate: boolean;
1138
+ attachInternals(): ElementInternals;
1139
+ click(): void;
1140
+ addEventListener<K_35 extends keyof HTMLElementEventMap>(type: K_35, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_35]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
1141
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
1142
+ removeEventListener<K_36 extends keyof HTMLElementEventMap>(type: K_36, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_36]) => any, options?: boolean | EventListenerOptions | undefined): void;
1143
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
1144
+ dropzone: import("dropzone");
1145
+ readonly attributes: NamedNodeMap;
1146
+ readonly classList: DOMTokenList;
1147
+ className: string;
1148
+ readonly clientHeight: number;
1149
+ readonly clientLeft: number;
1150
+ readonly clientTop: number;
1151
+ readonly clientWidth: number;
1152
+ id: string;
1153
+ readonly localName: string;
1154
+ readonly namespaceURI: string | null;
1155
+ onfullscreenchange: ((this: Element, ev: Event) => any) | null;
1156
+ onfullscreenerror: ((this: Element, ev: Event) => any) | null;
1157
+ outerHTML: string;
1158
+ readonly ownerDocument: Document;
1159
+ readonly part: DOMTokenList;
1160
+ readonly prefix: string | null;
1161
+ readonly scrollHeight: number;
1162
+ scrollLeft: number;
1163
+ scrollTop: number;
1164
+ readonly scrollWidth: number;
1165
+ readonly shadowRoot: ShadowRoot | null;
1166
+ slot: string;
1167
+ readonly tagName: string;
1168
+ attachShadow(init: ShadowRootInit): ShadowRoot;
1169
+ checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
1170
+ closest<K_37 extends keyof HTMLElementTagNameMap>(selector: K_37): HTMLElementTagNameMap[K_37] | null;
1171
+ closest<K_38 extends keyof SVGElementTagNameMap>(selector: K_38): SVGElementTagNameMap[K_38] | null;
1172
+ closest<K_39 extends keyof MathMLElementTagNameMap>(selector: K_39): MathMLElementTagNameMap[K_39] | null;
1173
+ closest<E_5 extends Element = Element>(selectors: string): E_5 | null;
1174
+ getAttribute(qualifiedName: string): string | null;
1175
+ getAttributeNS(namespace: string | null, localName: string): string | null;
1176
+ getAttributeNames(): string[];
1177
+ getAttributeNode(qualifiedName: string): Attr | null;
1178
+ getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
1179
+ getBoundingClientRect(): DOMRect;
1180
+ getClientRects(): DOMRectList;
1181
+ getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
1182
+ getElementsByTagName<K_40 extends keyof HTMLElementTagNameMap>(qualifiedName: K_40): HTMLCollectionOf<HTMLElementTagNameMap[K_40]>;
1183
+ getElementsByTagName<K_41 extends keyof SVGElementTagNameMap>(qualifiedName: K_41): HTMLCollectionOf<SVGElementTagNameMap[K_41]>;
1184
+ getElementsByTagName<K_42 extends keyof MathMLElementTagNameMap>(qualifiedName: K_42): HTMLCollectionOf<MathMLElementTagNameMap[K_42]>;
1185
+ getElementsByTagName<K_43 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_43): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_43]>;
1186
+ getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
1187
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
1188
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
1189
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
1190
+ getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
1191
+ hasAttribute(qualifiedName: string): boolean;
1192
+ hasAttributeNS(namespace: string | null, localName: string): boolean;
1193
+ hasAttributes(): boolean;
1194
+ hasPointerCapture(pointerId: number): boolean;
1195
+ insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
1196
+ insertAdjacentHTML(position: InsertPosition, text: string): void;
1197
+ insertAdjacentText(where: InsertPosition, data: string): void;
1198
+ matches(selectors: string): boolean;
1199
+ releasePointerCapture(pointerId: number): void;
1200
+ removeAttribute(qualifiedName: string): void;
1201
+ removeAttributeNS(namespace: string | null, localName: string): void;
1202
+ removeAttributeNode(attr: Attr): Attr;
1203
+ requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
1204
+ requestPointerLock(): void;
1205
+ scroll(options?: ScrollToOptions | undefined): void;
1206
+ scroll(x: number, y: number): void;
1207
+ scrollBy(options?: ScrollToOptions | undefined): void;
1208
+ scrollBy(x: number, y: number): void;
1209
+ scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
1210
+ scrollTo(options?: ScrollToOptions | undefined): void;
1211
+ scrollTo(x: number, y: number): void;
1212
+ setAttribute(qualifiedName: string, value: string): void;
1213
+ setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
1214
+ setAttributeNode(attr: Attr): Attr | null;
1215
+ setAttributeNodeNS(attr: Attr): Attr | null;
1216
+ setPointerCapture(pointerId: number): void;
1217
+ toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
1218
+ webkitMatchesSelector(selectors: string): boolean;
1219
+ readonly baseURI: string;
1220
+ readonly childNodes: NodeListOf<ChildNode>;
1221
+ readonly firstChild: ChildNode | null;
1222
+ readonly isConnected: boolean;
1223
+ readonly lastChild: ChildNode | null;
1224
+ readonly nextSibling: ChildNode | null;
1225
+ readonly nodeName: string;
1226
+ readonly nodeType: number;
1227
+ nodeValue: string | null;
1228
+ readonly parentElement: HTMLElement | null;
1229
+ readonly parentNode: ParentNode | null;
1230
+ readonly previousSibling: ChildNode | null;
1231
+ textContent: string | null;
1232
+ appendChild<T extends Node>(node: T): T;
1233
+ cloneNode(deep?: boolean | undefined): Node;
1234
+ compareDocumentPosition(other: Node): number;
1235
+ contains(other: Node | null): boolean;
1236
+ getRootNode(options?: GetRootNodeOptions | undefined): Node;
1237
+ hasChildNodes(): boolean;
1238
+ insertBefore<T_6 extends Node>(node: T_6, child: Node | null): T_6;
1239
+ isDefaultNamespace(namespace: string | null): boolean;
1240
+ isEqualNode(otherNode: Node | null): boolean;
1241
+ isSameNode(otherNode: Node | null): boolean;
1242
+ lookupNamespaceURI(prefix: string | null): string | null;
1243
+ lookupPrefix(namespace: string | null): string | null;
1244
+ normalize(): void;
1245
+ removeChild<T_2 extends Node>(child: T_2): T_2;
1246
+ replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
1247
+ readonly ELEMENT_NODE: 1;
1248
+ readonly ATTRIBUTE_NODE: 2;
1249
+ readonly TEXT_NODE: 3;
1250
+ readonly CDATA_SECTION_NODE: 4;
1251
+ readonly ENTITY_REFERENCE_NODE: 5;
1252
+ readonly ENTITY_NODE: 6;
1253
+ readonly PROCESSING_INSTRUCTION_NODE: 7;
1254
+ readonly COMMENT_NODE: 8;
1255
+ readonly DOCUMENT_NODE: 9;
1256
+ readonly DOCUMENT_TYPE_NODE: 10;
1257
+ readonly DOCUMENT_FRAGMENT_NODE: 11;
1258
+ readonly NOTATION_NODE: 12;
1259
+ readonly DOCUMENT_POSITION_DISCONNECTED: 1;
1260
+ readonly DOCUMENT_POSITION_PRECEDING: 2;
1261
+ readonly DOCUMENT_POSITION_FOLLOWING: 4;
1262
+ readonly DOCUMENT_POSITION_CONTAINS: 8;
1263
+ readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
1264
+ readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
1265
+ dispatchEvent(event: Event): boolean;
1266
+ ariaAtomic: string | null;
1267
+ ariaAutoComplete: string | null;
1268
+ ariaBusy: string | null;
1269
+ ariaChecked: string | null;
1270
+ ariaColCount: string | null;
1271
+ ariaColIndex: string | null;
1272
+ ariaColSpan: string | null;
1273
+ ariaCurrent: string | null;
1274
+ ariaDisabled: string | null;
1275
+ ariaExpanded: string | null;
1276
+ ariaHasPopup: string | null;
1277
+ ariaHidden: string | null;
1278
+ ariaInvalid: string | null;
1279
+ ariaKeyShortcuts: string | null;
1280
+ ariaLabel: string | null;
1281
+ ariaLevel: string | null;
1282
+ ariaLive: string | null;
1283
+ ariaModal: string | null;
1284
+ ariaMultiLine: string | null;
1285
+ ariaMultiSelectable: string | null;
1286
+ ariaOrientation: string | null;
1287
+ ariaPlaceholder: string | null;
1288
+ ariaPosInSet: string | null;
1289
+ ariaPressed: string | null;
1290
+ ariaReadOnly: string | null;
1291
+ ariaRequired: string | null;
1292
+ ariaRoleDescription: string | null;
1293
+ ariaRowCount: string | null;
1294
+ ariaRowIndex: string | null;
1295
+ ariaRowSpan: string | null;
1296
+ ariaSelected: string | null;
1297
+ ariaSetSize: string | null;
1298
+ ariaSort: string | null;
1299
+ ariaValueMax: string | null;
1300
+ ariaValueMin: string | null;
1301
+ ariaValueNow: string | null;
1302
+ ariaValueText: string | null;
1303
+ role: string | null;
1304
+ animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
1305
+ getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
1306
+ after(...nodes: (string | Node)[]): void;
1307
+ before(...nodes: (string | Node)[]): void;
1308
+ remove(): void;
1309
+ replaceWith(...nodes: (string | Node)[]): void;
1310
+ innerHTML: string;
1311
+ readonly nextElementSibling: Element | null;
1312
+ readonly previousElementSibling: Element | null;
1313
+ readonly childElementCount: number;
1314
+ readonly children: HTMLCollection;
1315
+ readonly firstElementChild: Element | null;
1316
+ readonly lastElementChild: Element | null;
1317
+ append(...nodes: (string | Node)[]): void;
1318
+ prepend(...nodes: (string | Node)[]): void;
1319
+ querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
1320
+ querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
1321
+ querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
1322
+ querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
1323
+ querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
1324
+ querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
1325
+ querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
1326
+ querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
1327
+ querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
1328
+ querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
1329
+ replaceChildren(...nodes: (string | Node)[]): void;
1330
+ readonly assignedSlot: HTMLSlotElement | null;
1331
+ readonly style: CSSStyleDeclaration;
1332
+ contentEditable: string;
1333
+ enterKeyHint: string;
1334
+ inputMode: string;
1335
+ readonly isContentEditable: boolean;
1336
+ onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
1337
+ onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
1338
+ onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
1339
+ onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
1340
+ onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
1341
+ onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1342
+ onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
1343
+ onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
1344
+ oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1345
+ oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1346
+ oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1347
+ onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1348
+ onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1349
+ onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1350
+ oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1351
+ oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
1352
+ oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1353
+ oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
1354
+ ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1355
+ ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1356
+ ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1357
+ ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1358
+ ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1359
+ ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1360
+ ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1361
+ ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1362
+ ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1363
+ onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1364
+ onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1365
+ onerror: OnErrorEventHandler;
1366
+ onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
1367
+ onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
1368
+ ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1369
+ oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1370
+ oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1371
+ onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
1372
+ onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
1373
+ onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
1374
+ onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1375
+ onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1376
+ onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1377
+ onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1378
+ onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1379
+ onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1380
+ onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1381
+ onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1382
+ onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1383
+ onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1384
+ onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1385
+ onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1386
+ onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
1387
+ onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1388
+ onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1389
+ onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1390
+ onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1391
+ onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1392
+ onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1393
+ onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1394
+ onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1395
+ onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1396
+ onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1397
+ onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1398
+ onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
1399
+ onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1400
+ onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1401
+ onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
1402
+ onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1403
+ onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
1404
+ onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1405
+ onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1406
+ onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1407
+ onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1408
+ onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1409
+ onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1410
+ onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1411
+ onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
1412
+ onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1413
+ ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1414
+ ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1415
+ ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
1416
+ ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
1417
+ ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
1418
+ ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
1419
+ ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
1420
+ ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
1421
+ ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
1422
+ ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
1423
+ onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1424
+ onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1425
+ onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1426
+ onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1427
+ onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1428
+ onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1429
+ onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
1430
+ autofocus: boolean;
1431
+ readonly dataset: DOMStringMap;
1432
+ nonce?: string | undefined;
1433
+ tabIndex: number;
1434
+ blur(): void;
1435
+ focus(options?: FocusOptions | undefined): void;
1436
+ ariaColIndexText: string | null;
1437
+ ariaDescription: string | null;
1438
+ ariaRowIndexText: string | null;
1439
+ ariaRelevant: string | null;
1440
+ "__#1@#handleReplacedProp"(replacedProp: {
1441
+ newPropertyName: string;
1442
+ deprecatedPropertyName: string;
1443
+ fromDeprecated: (v: any) => any;
1444
+ toDeprecated?: ((v: any) => any) | undefined;
1445
+ }): void;
1446
+ };
1447
+ } & {
13
1448
  new (...args: any[]): {
14
1449
  icon?: string | undefined;
15
1450
  iconSlottedContent?: HTMLElement[] | undefined;
@@ -17,8 +1452,377 @@ declare const Combobox_base: {
17
1452
  _vividAriaBehaviour: import("../shared/aria/aria-mixin").VividAriaBehaviour;
18
1453
  readonly $fastController: import("@microsoft/fast-element").Controller;
19
1454
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
20
- connectedCallback(): void;
21
- disconnectedCallback(): void;
1455
+ connectedCallback(): void;
1456
+ disconnectedCallback(): void;
1457
+ attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
1458
+ accessKey: string;
1459
+ readonly accessKeyLabel: string;
1460
+ autocapitalize: string;
1461
+ dir: string;
1462
+ draggable: boolean;
1463
+ hidden: boolean;
1464
+ inert: boolean;
1465
+ innerText: string;
1466
+ lang: string;
1467
+ readonly offsetHeight: number;
1468
+ readonly offsetLeft: number;
1469
+ readonly offsetParent: Element | null;
1470
+ readonly offsetTop: number;
1471
+ readonly offsetWidth: number;
1472
+ outerText: string;
1473
+ spellcheck: boolean;
1474
+ title: string;
1475
+ translate: boolean;
1476
+ attachInternals(): ElementInternals;
1477
+ click(): void;
1478
+ addEventListener<K_44 extends keyof HTMLElementEventMap>(type: K_44, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_44]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
1479
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
1480
+ removeEventListener<K_45 extends keyof HTMLElementEventMap>(type: K_45, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_45]) => any, options?: boolean | EventListenerOptions | undefined): void;
1481
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
1482
+ dropzone: import("dropzone");
1483
+ readonly attributes: NamedNodeMap;
1484
+ readonly classList: DOMTokenList;
1485
+ className: string;
1486
+ readonly clientHeight: number;
1487
+ readonly clientLeft: number;
1488
+ readonly clientTop: number;
1489
+ readonly clientWidth: number;
1490
+ id: string;
1491
+ readonly localName: string;
1492
+ readonly namespaceURI: string | null;
1493
+ onfullscreenchange: ((this: Element, ev: Event) => any) | null;
1494
+ onfullscreenerror: ((this: Element, ev: Event) => any) | null;
1495
+ outerHTML: string;
1496
+ readonly ownerDocument: Document;
1497
+ readonly part: DOMTokenList;
1498
+ readonly prefix: string | null;
1499
+ readonly scrollHeight: number;
1500
+ scrollLeft: number;
1501
+ scrollTop: number;
1502
+ readonly scrollWidth: number;
1503
+ readonly shadowRoot: ShadowRoot | null;
1504
+ slot: string;
1505
+ readonly tagName: string;
1506
+ attachShadow(init: ShadowRootInit): ShadowRoot;
1507
+ checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
1508
+ closest<K_46 extends keyof HTMLElementTagNameMap>(selector: K_46): HTMLElementTagNameMap[K_46] | null;
1509
+ closest<K_47 extends keyof SVGElementTagNameMap>(selector: K_47): SVGElementTagNameMap[K_47] | null;
1510
+ closest<K_48 extends keyof MathMLElementTagNameMap>(selector: K_48): MathMLElementTagNameMap[K_48] | null;
1511
+ closest<E_6 extends Element = Element>(selectors: string): E_6 | null;
1512
+ getAttribute(qualifiedName: string): string | null;
1513
+ getAttributeNS(namespace: string | null, localName: string): string | null;
1514
+ getAttributeNames(): string[];
1515
+ getAttributeNode(qualifiedName: string): Attr | null;
1516
+ getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
1517
+ getBoundingClientRect(): DOMRect;
1518
+ getClientRects(): DOMRectList;
1519
+ getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
1520
+ getElementsByTagName<K_49 extends keyof HTMLElementTagNameMap>(qualifiedName: K_49): HTMLCollectionOf<HTMLElementTagNameMap[K_49]>;
1521
+ getElementsByTagName<K_50 extends keyof SVGElementTagNameMap>(qualifiedName: K_50): HTMLCollectionOf<SVGElementTagNameMap[K_50]>;
1522
+ getElementsByTagName<K_51 extends keyof MathMLElementTagNameMap>(qualifiedName: K_51): HTMLCollectionOf<MathMLElementTagNameMap[K_51]>;
1523
+ getElementsByTagName<K_52 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_52): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_52]>;
1524
+ getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
1525
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
1526
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
1527
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
1528
+ getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
1529
+ hasAttribute(qualifiedName: string): boolean;
1530
+ hasAttributeNS(namespace: string | null, localName: string): boolean;
1531
+ hasAttributes(): boolean;
1532
+ hasPointerCapture(pointerId: number): boolean;
1533
+ insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
1534
+ insertAdjacentHTML(position: InsertPosition, text: string): void;
1535
+ insertAdjacentText(where: InsertPosition, data: string): void;
1536
+ matches(selectors: string): boolean;
1537
+ releasePointerCapture(pointerId: number): void;
1538
+ removeAttribute(qualifiedName: string): void;
1539
+ removeAttributeNS(namespace: string | null, localName: string): void;
1540
+ removeAttributeNode(attr: Attr): Attr;
1541
+ requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
1542
+ requestPointerLock(): void;
1543
+ scroll(options?: ScrollToOptions | undefined): void;
1544
+ scroll(x: number, y: number): void;
1545
+ scrollBy(options?: ScrollToOptions | undefined): void;
1546
+ scrollBy(x: number, y: number): void;
1547
+ scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
1548
+ scrollTo(options?: ScrollToOptions | undefined): void;
1549
+ scrollTo(x: number, y: number): void;
1550
+ setAttribute(qualifiedName: string, value: string): void;
1551
+ setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
1552
+ setAttributeNode(attr: Attr): Attr | null;
1553
+ setAttributeNodeNS(attr: Attr): Attr | null;
1554
+ setPointerCapture(pointerId: number): void;
1555
+ toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
1556
+ webkitMatchesSelector(selectors: string): boolean;
1557
+ readonly baseURI: string;
1558
+ readonly childNodes: NodeListOf<ChildNode>;
1559
+ readonly firstChild: ChildNode | null;
1560
+ readonly isConnected: boolean;
1561
+ readonly lastChild: ChildNode | null;
1562
+ readonly nextSibling: ChildNode | null;
1563
+ readonly nodeName: string;
1564
+ readonly nodeType: number;
1565
+ nodeValue: string | null;
1566
+ readonly parentElement: HTMLElement | null;
1567
+ readonly parentNode: ParentNode | null;
1568
+ readonly previousSibling: ChildNode | null;
1569
+ textContent: string | null;
1570
+ appendChild<T extends Node>(node: T): T;
1571
+ cloneNode(deep?: boolean | undefined): Node;
1572
+ compareDocumentPosition(other: Node): number;
1573
+ contains(other: Node | null): boolean;
1574
+ getRootNode(options?: GetRootNodeOptions | undefined): Node;
1575
+ hasChildNodes(): boolean;
1576
+ insertBefore<T_7 extends Node>(node: T_7, child: Node | null): T_7;
1577
+ isDefaultNamespace(namespace: string | null): boolean;
1578
+ isEqualNode(otherNode: Node | null): boolean;
1579
+ isSameNode(otherNode: Node | null): boolean;
1580
+ lookupNamespaceURI(prefix: string | null): string | null;
1581
+ lookupPrefix(namespace: string | null): string | null;
1582
+ normalize(): void;
1583
+ removeChild<T_2 extends Node>(child: T_2): T_2;
1584
+ replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
1585
+ readonly ELEMENT_NODE: 1;
1586
+ readonly ATTRIBUTE_NODE: 2;
1587
+ readonly TEXT_NODE: 3;
1588
+ readonly CDATA_SECTION_NODE: 4;
1589
+ readonly ENTITY_REFERENCE_NODE: 5;
1590
+ readonly ENTITY_NODE: 6;
1591
+ readonly PROCESSING_INSTRUCTION_NODE: 7;
1592
+ readonly COMMENT_NODE: 8;
1593
+ readonly DOCUMENT_NODE: 9;
1594
+ readonly DOCUMENT_TYPE_NODE: 10;
1595
+ readonly DOCUMENT_FRAGMENT_NODE: 11;
1596
+ readonly NOTATION_NODE: 12;
1597
+ readonly DOCUMENT_POSITION_DISCONNECTED: 1;
1598
+ readonly DOCUMENT_POSITION_PRECEDING: 2;
1599
+ readonly DOCUMENT_POSITION_FOLLOWING: 4;
1600
+ readonly DOCUMENT_POSITION_CONTAINS: 8;
1601
+ readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
1602
+ readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
1603
+ dispatchEvent(event: Event): boolean;
1604
+ ariaAtomic: string | null;
1605
+ ariaAutoComplete: string | null;
1606
+ ariaBusy: string | null;
1607
+ ariaChecked: string | null;
1608
+ ariaColCount: string | null;
1609
+ ariaColIndex: string | null;
1610
+ ariaColSpan: string | null;
1611
+ ariaCurrent: string | null;
1612
+ ariaDisabled: string | null;
1613
+ ariaExpanded: string | null;
1614
+ ariaHasPopup: string | null;
1615
+ ariaHidden: string | null;
1616
+ ariaInvalid: string | null;
1617
+ ariaKeyShortcuts: string | null;
1618
+ ariaLabel: string | null;
1619
+ ariaLevel: string | null;
1620
+ ariaLive: string | null;
1621
+ ariaModal: string | null;
1622
+ ariaMultiLine: string | null;
1623
+ ariaMultiSelectable: string | null;
1624
+ ariaOrientation: string | null;
1625
+ ariaPlaceholder: string | null;
1626
+ ariaPosInSet: string | null;
1627
+ ariaPressed: string | null;
1628
+ ariaReadOnly: string | null;
1629
+ ariaRequired: string | null;
1630
+ ariaRoleDescription: string | null;
1631
+ ariaRowCount: string | null;
1632
+ ariaRowIndex: string | null;
1633
+ ariaRowSpan: string | null;
1634
+ ariaSelected: string | null;
1635
+ ariaSetSize: string | null;
1636
+ ariaSort: string | null;
1637
+ ariaValueMax: string | null;
1638
+ ariaValueMin: string | null;
1639
+ ariaValueNow: string | null;
1640
+ ariaValueText: string | null;
1641
+ role: string | null;
1642
+ animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
1643
+ getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
1644
+ after(...nodes: (string | Node)[]): void;
1645
+ before(...nodes: (string | Node)[]): void;
1646
+ remove(): void;
1647
+ replaceWith(...nodes: (string | Node)[]): void;
1648
+ innerHTML: string;
1649
+ readonly nextElementSibling: Element | null;
1650
+ readonly previousElementSibling: Element | null;
1651
+ readonly childElementCount: number;
1652
+ readonly children: HTMLCollection;
1653
+ readonly firstElementChild: Element | null;
1654
+ readonly lastElementChild: Element | null;
1655
+ append(...nodes: (string | Node)[]): void;
1656
+ prepend(...nodes: (string | Node)[]): void;
1657
+ querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
1658
+ querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
1659
+ querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
1660
+ querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
1661
+ querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
1662
+ querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
1663
+ querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
1664
+ querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
1665
+ querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
1666
+ querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
1667
+ replaceChildren(...nodes: (string | Node)[]): void;
1668
+ readonly assignedSlot: HTMLSlotElement | null;
1669
+ readonly style: CSSStyleDeclaration;
1670
+ contentEditable: string;
1671
+ enterKeyHint: string;
1672
+ inputMode: string;
1673
+ readonly isContentEditable: boolean;
1674
+ onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
1675
+ onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
1676
+ onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
1677
+ onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
1678
+ onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
1679
+ onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1680
+ onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
1681
+ onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
1682
+ oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1683
+ oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1684
+ oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1685
+ onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1686
+ onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1687
+ onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1688
+ oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1689
+ oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
1690
+ oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1691
+ oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
1692
+ ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1693
+ ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1694
+ ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1695
+ ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1696
+ ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1697
+ ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1698
+ ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1699
+ ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
1700
+ ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1701
+ onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1702
+ onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1703
+ onerror: OnErrorEventHandler;
1704
+ onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
1705
+ onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
1706
+ ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1707
+ oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1708
+ oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1709
+ onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
1710
+ onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
1711
+ onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
1712
+ onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1713
+ onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1714
+ onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1715
+ onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1716
+ onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1717
+ onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1718
+ onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1719
+ onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1720
+ onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1721
+ onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1722
+ onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1723
+ onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
1724
+ onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
1725
+ onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1726
+ onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1727
+ onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1728
+ onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1729
+ onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1730
+ onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1731
+ onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1732
+ onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1733
+ onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1734
+ onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1735
+ onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1736
+ onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
1737
+ onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1738
+ onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1739
+ onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
1740
+ onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1741
+ onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
1742
+ onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1743
+ onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1744
+ onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1745
+ onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1746
+ onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1747
+ onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1748
+ onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1749
+ onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
1750
+ onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1751
+ ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1752
+ ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1753
+ ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
1754
+ ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
1755
+ ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
1756
+ ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
1757
+ ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
1758
+ ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
1759
+ ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
1760
+ ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
1761
+ onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1762
+ onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1763
+ onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1764
+ onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1765
+ onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1766
+ onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1767
+ onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
1768
+ autofocus: boolean;
1769
+ readonly dataset: DOMStringMap;
1770
+ nonce?: string | undefined;
1771
+ tabIndex: number;
1772
+ blur(): void;
1773
+ focus(options?: FocusOptions | undefined): void;
1774
+ ariaColIndexText: string | null;
1775
+ ariaDescription: string | null;
1776
+ ariaRowIndexText: string | null;
1777
+ ariaRelevant: string | null;
1778
+ "__#1@#handleReplacedProp"(replacedProp: {
1779
+ newPropertyName: string;
1780
+ deprecatedPropertyName: string;
1781
+ fromDeprecated: (v: any) => any;
1782
+ toDeprecated?: ((v: any) => any) | undefined;
1783
+ }): void;
1784
+ };
1785
+ } & {
1786
+ new (...args: any[]): {
1787
+ proxy: import("../../shared/foundation/form-associated/form-associated").ProxyElement;
1788
+ readonly validity: ValidityState;
1789
+ readonly form: HTMLFormElement | null;
1790
+ readonly validationMessage: string;
1791
+ readonly willValidate: boolean;
1792
+ readonly labels: readonly Node[];
1793
+ dirtyValue: boolean;
1794
+ proxySlot?: HTMLSlotElement | undefined;
1795
+ value: string;
1796
+ valueChanged(_previous: string, _next: string): void;
1797
+ currentValue: string;
1798
+ initialValue: string;
1799
+ initialValueChanged(_previous: string, _next: string): void;
1800
+ disabled: boolean;
1801
+ disabledChanged(_previous: boolean, _next: boolean): void;
1802
+ name: string;
1803
+ nameChanged(_previous: string, _next: string): void;
1804
+ required: boolean;
1805
+ requiredChanged(_previous: boolean, _next: boolean): void;
1806
+ readonly elementInternals: ElementInternals | null;
1807
+ proxyEventsToBlock: string[];
1808
+ connectedCallback(): void;
1809
+ disconnectedCallback(): void;
1810
+ checkValidity(): boolean;
1811
+ reportValidity(): boolean;
1812
+ setValidity(flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined): void;
1813
+ formDisabledCallback(disabled: boolean): void;
1814
+ formResetCallback(): void;
1815
+ proxyInitialized: boolean;
1816
+ attachProxy(): void;
1817
+ detachProxy(): void;
1818
+ validate(anchor?: HTMLElement | undefined): void;
1819
+ setFormValue(value: string | File | FormData | null, state?: string | File | FormData | null | undefined): void;
1820
+ _keypressHandler(e: KeyboardEvent): void;
1821
+ stopPropagation(e: Event): void;
1822
+ specialHandling: boolean;
1823
+ _vividAriaBehaviour: import("../shared/aria/aria-mixin").VividAriaBehaviour;
1824
+ readonly $fastController: import("@microsoft/fast-element").Controller;
1825
+ $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
22
1826
  attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
23
1827
  accessKey: string;
24
1828
  readonly accessKeyLabel: string;
@@ -40,9 +1844,9 @@ declare const Combobox_base: {
40
1844
  translate: boolean;
41
1845
  attachInternals(): ElementInternals;
42
1846
  click(): void;
43
- addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
1847
+ addEventListener<K_53 extends keyof HTMLElementEventMap>(type: K_53, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_53]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
44
1848
  addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
45
- removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions | undefined): void;
1849
+ removeEventListener<K_54 extends keyof HTMLElementEventMap>(type: K_54, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_54]) => any, options?: boolean | EventListenerOptions | undefined): void;
46
1850
  removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
47
1851
  dropzone: import("dropzone");
48
1852
  readonly attributes: NamedNodeMap;
@@ -70,10 +1874,10 @@ declare const Combobox_base: {
70
1874
  readonly tagName: string;
71
1875
  attachShadow(init: ShadowRootInit): ShadowRoot;
72
1876
  checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
73
- closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2] | null;
74
- closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3] | null;
75
- closest<K_4 extends keyof MathMLElementTagNameMap>(selector: K_4): MathMLElementTagNameMap[K_4] | null;
76
- closest<E extends Element = Element>(selectors: string): E | null;
1877
+ closest<K_55 extends keyof HTMLElementTagNameMap>(selector: K_55): HTMLElementTagNameMap[K_55] | null;
1878
+ closest<K_56 extends keyof SVGElementTagNameMap>(selector: K_56): SVGElementTagNameMap[K_56] | null;
1879
+ closest<K_57 extends keyof MathMLElementTagNameMap>(selector: K_57): MathMLElementTagNameMap[K_57] | null;
1880
+ closest<E_7 extends Element = Element>(selectors: string): E_7 | null;
77
1881
  getAttribute(qualifiedName: string): string | null;
78
1882
  getAttributeNS(namespace: string | null, localName: string): string | null;
79
1883
  getAttributeNames(): string[];
@@ -82,10 +1886,10 @@ declare const Combobox_base: {
82
1886
  getBoundingClientRect(): DOMRect;
83
1887
  getClientRects(): DOMRectList;
84
1888
  getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
85
- getElementsByTagName<K_5 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<HTMLElementTagNameMap[K_5]>;
86
- getElementsByTagName<K_6 extends keyof SVGElementTagNameMap>(qualifiedName: K_6): HTMLCollectionOf<SVGElementTagNameMap[K_6]>;
87
- getElementsByTagName<K_7 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7): HTMLCollectionOf<MathMLElementTagNameMap[K_7]>;
88
- getElementsByTagName<K_8 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8]>;
1889
+ getElementsByTagName<K_58 extends keyof HTMLElementTagNameMap>(qualifiedName: K_58): HTMLCollectionOf<HTMLElementTagNameMap[K_58]>;
1890
+ getElementsByTagName<K_59 extends keyof SVGElementTagNameMap>(qualifiedName: K_59): HTMLCollectionOf<SVGElementTagNameMap[K_59]>;
1891
+ getElementsByTagName<K_60 extends keyof MathMLElementTagNameMap>(qualifiedName: K_60): HTMLCollectionOf<MathMLElementTagNameMap[K_60]>;
1892
+ getElementsByTagName<K_61 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_61): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_61]>;
89
1893
  getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
90
1894
  getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
91
1895
  getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
@@ -138,7 +1942,7 @@ declare const Combobox_base: {
138
1942
  contains(other: Node | null): boolean;
139
1943
  getRootNode(options?: GetRootNodeOptions | undefined): Node;
140
1944
  hasChildNodes(): boolean;
141
- insertBefore<T_1 extends Node>(node: T_1, child: Node | null): T_1;
1945
+ insertBefore<T_8 extends Node>(node: T_8, child: Node | null): T_8;
142
1946
  isDefaultNamespace(namespace: string | null): boolean;
143
1947
  isEqualNode(otherNode: Node | null): boolean;
144
1948
  isSameNode(otherNode: Node | null): boolean;
@@ -340,8 +2144,15 @@ declare const Combobox_base: {
340
2144
  ariaDescription: string | null;
341
2145
  ariaRowIndexText: string | null;
342
2146
  ariaRelevant: string | null;
2147
+ "__#1@#handleReplacedProp"(replacedProp: {
2148
+ newPropertyName: string;
2149
+ deprecatedPropertyName: string;
2150
+ fromDeprecated: (v: any) => any;
2151
+ toDeprecated?: ((v: any) => any) | undefined;
2152
+ }): void;
343
2153
  };
344
- } & typeof FormAssociatedCombobox;
2154
+ readonly formAssociated: boolean;
2155
+ } & typeof Listbox;
345
2156
  export declare class Combobox extends Combobox_base {
346
2157
  autocomplete: ComboboxAutocomplete | undefined;
347
2158
  filteredOptions: ListboxOption[];
@@ -360,11 +2171,7 @@ export declare class Combobox extends Combobox_base {
360
2171
  get options(): ListboxOption[];
361
2172
  set options(value: ListboxOption[]);
362
2173
  placeholder: string;
363
- get value(): string;
364
- set value(next: string);
365
2174
  connectedCallback(): void;
366
2175
  filterOptions(): void;
367
2176
  }
368
- export interface Combobox extends FormElement, FormElementHelperText, ErrorText, FormElementSuccessText, FormElement {
369
- }
370
2177
  export {};