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