@vonage/vivid 5.1.0 → 5.3.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 (386) hide show
  1. package/accordion-item/definition.cjs +2 -1
  2. package/accordion-item/definition.js +2 -1
  3. package/alert/index.cjs +1 -1
  4. package/alert/index.js +1 -1
  5. package/audio-player/definition.cjs +41 -6
  6. package/audio-player/definition.js +41 -6
  7. package/audio-player/index.cjs +27 -25
  8. package/audio-player/index.js +88 -62
  9. package/badge/index.cjs +2 -2
  10. package/badge/index.js +4 -4
  11. package/banner/index.cjs +3 -3
  12. package/banner/index.js +6 -6
  13. package/breadcrumb-item/index.cjs +1 -1
  14. package/breadcrumb-item/index.js +1 -1
  15. package/bundled/affix.cjs +7 -7
  16. package/bundled/affix.js +5 -5
  17. package/bundled/anchored.cjs +1 -1
  18. package/bundled/anchored.js +6 -6
  19. package/bundled/attribute-binding-behaviour.cjs +1 -1
  20. package/bundled/attribute-binding-behaviour.js +15 -13
  21. package/bundled/base-color-picker.cjs +13 -0
  22. package/bundled/base-color-picker.js +194 -0
  23. package/bundled/button.cjs +1 -1
  24. package/bundled/button.js +2 -2
  25. package/bundled/calendar-picker.template.cjs +1 -1
  26. package/bundled/calendar-picker.template.js +21 -21
  27. package/bundled/char-count.cjs +1 -1
  28. package/bundled/char-count.js +1 -1
  29. package/bundled/children.cjs +1 -1
  30. package/bundled/children.js +28 -20
  31. package/bundled/definition.cjs +3 -3
  32. package/bundled/definition.js +38 -38
  33. package/bundled/definition10.cjs +72 -18
  34. package/bundled/definition10.js +351 -65
  35. package/bundled/definition11.cjs +19 -10
  36. package/bundled/definition11.js +66 -37
  37. package/bundled/definition12.cjs +10 -1
  38. package/bundled/definition12.js +38 -14
  39. package/bundled/definition13.cjs +1 -73
  40. package/bundled/definition13.js +15 -354
  41. package/bundled/definition15.cjs +1 -1
  42. package/bundled/definition15.js +1 -1
  43. package/bundled/definition16.cjs +2 -2
  44. package/bundled/definition16.js +8 -8
  45. package/bundled/definition17.cjs +7 -7
  46. package/bundled/definition17.js +17 -17
  47. package/bundled/definition19.cjs +17 -14
  48. package/bundled/definition19.js +85 -77
  49. package/bundled/definition2.cjs +9 -5
  50. package/bundled/definition2.js +21 -17
  51. package/bundled/definition22.cjs +9 -9
  52. package/bundled/definition22.js +31 -31
  53. package/bundled/definition3.cjs +1 -1
  54. package/bundled/definition3.js +1 -1
  55. package/bundled/definition6.cjs +6 -6
  56. package/bundled/definition6.js +34 -31
  57. package/bundled/definition7.cjs +1 -1
  58. package/bundled/definition7.js +6 -6
  59. package/bundled/definition8.cjs +2 -2
  60. package/bundled/definition8.js +4 -4
  61. package/bundled/definition9.cjs +1 -1
  62. package/bundled/definition9.js +1 -1
  63. package/bundled/delegates-aria.cjs +1 -1
  64. package/bundled/delegates-aria.js +59 -46
  65. package/bundled/form-associated.cjs +1 -1
  66. package/bundled/form-associated.js +3 -3
  67. package/bundled/host-semantics.cjs +1 -1
  68. package/bundled/host-semantics.js +48 -34
  69. package/bundled/localized.cjs +1 -1
  70. package/bundled/localized.js +43 -31
  71. package/bundled/mixins.cjs +18 -18
  72. package/bundled/mixins.js +99 -93
  73. package/bundled/normalize.cjs +1 -0
  74. package/bundled/normalize.js +7 -0
  75. package/bundled/picker-field.template.cjs +18 -13
  76. package/bundled/picker-field.template.js +45 -37
  77. package/bundled/ref.cjs +1 -1
  78. package/bundled/ref.js +8 -25
  79. package/bundled/repeat.cjs +1 -1
  80. package/bundled/repeat.js +459 -233
  81. package/bundled/slider.template.cjs +1 -1
  82. package/bundled/slider.template.js +2 -2
  83. package/bundled/slotted.cjs +1 -1
  84. package/bundled/slotted.js +62 -45
  85. package/bundled/text-field.cjs +1 -1
  86. package/bundled/text-field.js +1 -1
  87. package/bundled/time-selection-picker.template.cjs +1 -1
  88. package/bundled/time-selection-picker.template.js +5 -5
  89. package/bundled/vivid-element.cjs +1 -1
  90. package/bundled/vivid-element.js +2126 -1172
  91. package/bundled/when.cjs +1 -1
  92. package/bundled/when.js +8 -7
  93. package/bundled/with-contextual-help.cjs +1 -1
  94. package/bundled/with-contextual-help.js +17 -7
  95. package/calendar/definition.cjs +1 -1
  96. package/calendar/definition.js +2 -2
  97. package/calendar/index.cjs +1 -1
  98. package/calendar/index.js +6 -6
  99. package/calendar-event/index.cjs +1 -1
  100. package/calendar-event/index.js +1 -1
  101. package/card/definition.cjs +10 -2
  102. package/card/definition.js +10 -2
  103. package/card/index.cjs +19 -11
  104. package/card/index.js +35 -27
  105. package/color-picker/definition.cjs +1079 -0
  106. package/color-picker/definition.js +1073 -0
  107. package/color-picker/index.cjs +127 -0
  108. package/color-picker/index.js +726 -0
  109. package/combobox/definition.cjs +13 -6
  110. package/combobox/definition.js +14 -7
  111. package/combobox/index.cjs +15 -11
  112. package/combobox/index.js +82 -75
  113. package/contextual-help/index.cjs +1 -1
  114. package/contextual-help/index.js +1 -1
  115. package/custom-elements.json +1621 -325
  116. package/data-grid/definition.cjs +862 -27
  117. package/data-grid/definition.js +863 -28
  118. package/data-grid/index.cjs +25 -25
  119. package/data-grid/index.js +175 -168
  120. package/date-picker/index.cjs +1 -1
  121. package/date-picker/index.js +2 -2
  122. package/date-range-picker/index.cjs +1 -1
  123. package/date-range-picker/index.js +2 -2
  124. package/date-time-picker/index.cjs +1 -1
  125. package/date-time-picker/index.js +2 -2
  126. package/dial-pad/definition.cjs +55 -1
  127. package/dial-pad/definition.js +56 -2
  128. package/dial-pad/index.cjs +21 -18
  129. package/dial-pad/index.js +138 -104
  130. package/dialog/definition.cjs +4 -1
  131. package/dialog/definition.js +4 -1
  132. package/dialog/index.cjs +21 -18
  133. package/dialog/index.js +43 -40
  134. package/empty-state/definition.cjs +7 -2
  135. package/empty-state/definition.js +7 -2
  136. package/empty-state/index.cjs +10 -5
  137. package/empty-state/index.js +18 -13
  138. package/fab/index.cjs +2 -2
  139. package/fab/index.js +4 -4
  140. package/file-picker/definition.cjs +16 -7
  141. package/file-picker/definition.js +17 -8
  142. package/file-picker/index.cjs +12 -9
  143. package/file-picker/index.js +103 -93
  144. package/icon/definition.cjs +10 -6
  145. package/icon/definition.js +10 -6
  146. package/index.cjs +4 -0
  147. package/index.js +1 -0
  148. package/lib/accordion-item/accordion-item.d.ts +2 -2
  149. package/lib/action-group/action-group.d.ts +2 -2
  150. package/lib/alert/alert.d.ts +4 -4
  151. package/lib/audio-player/audio-player.d.ts +6 -2
  152. package/lib/avatar/avatar.d.ts +2 -2
  153. package/lib/badge/badge.d.ts +2 -2
  154. package/lib/banner/banner.d.ts +6 -6
  155. package/lib/breadcrumb/breadcrumb.d.ts +2 -2
  156. package/lib/breadcrumb-item/breadcrumb-item.d.ts +2 -2
  157. package/lib/button/button.d.ts +6 -6
  158. package/lib/button/button.template.d.ts +2 -1
  159. package/lib/calendar/calendar.d.ts +1 -1
  160. package/lib/calendar-event/calendar-event.d.ts +2 -2
  161. package/lib/card/card.d.ts +2 -2
  162. package/lib/checkbox/checkbox.d.ts +12 -12
  163. package/lib/color-picker/color-picker.d.ts +2420 -0
  164. package/lib/color-picker/color-picker.template.d.ts +3 -0
  165. package/lib/color-picker/definition.d.ts +4 -0
  166. package/lib/color-picker/locale.d.ts +9 -0
  167. package/lib/combobox/combobox.d.ts +495 -78
  168. package/lib/components.d.ts +1 -0
  169. package/lib/data-grid/data-grid-cell.d.ts +4 -4
  170. package/lib/data-grid/data-grid-row.d.ts +3 -4
  171. package/lib/data-grid/data-grid.d.ts +1 -2
  172. package/lib/date-picker/date-picker.d.ts +906 -894
  173. package/lib/date-range-picker/date-range-picker.d.ts +596 -590
  174. package/lib/date-time-picker/date-time-picker.d.ts +907 -895
  175. package/lib/dial-pad/dial-pad.d.ts +3 -2
  176. package/lib/dial-pad/dial-pad.template.d.ts +1 -1
  177. package/lib/dial-pad/locale.d.ts +1 -0
  178. package/lib/dialog/dialog.d.ts +4 -4
  179. package/lib/divider/divider.d.ts +2 -2
  180. package/lib/fab/fab.d.ts +2 -2
  181. package/lib/file-picker/file-picker.d.ts +495 -78
  182. package/lib/header/header.d.ts +2 -2
  183. package/lib/menu/menu.d.ts +5 -4
  184. package/lib/menu-item/menu-item.d.ts +4 -4
  185. package/lib/nav/nav.d.ts +2 -2
  186. package/lib/nav-disclosure/nav-disclosure.d.ts +4 -4
  187. package/lib/nav-item/nav-item.d.ts +4 -4
  188. package/lib/note/note.d.ts +2 -2
  189. package/lib/number-field/number-field.d.ts +19 -18
  190. package/lib/option/option.d.ts +4 -4
  191. package/lib/pagination/pagination.d.ts +2 -2
  192. package/lib/progress/progress.d.ts +2 -2
  193. package/lib/progress-ring/progress-ring.d.ts +2 -2
  194. package/lib/radio/radio.d.ts +6 -6
  195. package/lib/radio-group/radio-group.d.ts +2 -2
  196. package/lib/range-slider/range-slider.d.ts +6 -6
  197. package/lib/rich-text-editor/menubar/menubar.d.ts +2 -2
  198. package/lib/rich-text-editor/rich-text-editor.d.ts +2 -2
  199. package/lib/searchable-select/option-tag.d.ts +2 -2
  200. package/lib/searchable-select/searchable-select.d.ts +521 -104
  201. package/lib/select/select.d.ts +484 -67
  202. package/lib/selectable-box/selectable-box.d.ts +2 -2
  203. package/lib/simple-color-picker/locale.d.ts +0 -1
  204. package/lib/simple-color-picker/simple-color-picker.d.ts +47 -821
  205. package/lib/slider/slider.d.ts +6 -6
  206. package/lib/split-button/split-button.d.ts +6 -6
  207. package/lib/switch/switch.d.ts +4 -4
  208. package/lib/tab/tab.d.ts +6 -6
  209. package/lib/tab-panel/tab-panel.d.ts +2 -2
  210. package/lib/tag/tag.d.ts +6 -6
  211. package/lib/tag-group/tag-group.d.ts +2 -2
  212. package/lib/tag-name-map.d.ts +2 -1
  213. package/lib/text-area/text-area.d.ts +17 -16
  214. package/lib/text-field/text-field.d.ts +19 -18
  215. package/lib/time-picker/time-picker.d.ts +579 -573
  216. package/lib/toggletip/toggletip.d.ts +4 -4
  217. package/lib/tooltip/tooltip.d.ts +2 -2
  218. package/lib/tree-item/tree-item.d.ts +4 -4
  219. package/lib/tree-view/tree-view.d.ts +2 -2
  220. package/lib/video-player/video-player.d.ts +2 -2
  221. package/locales/de-DE.cjs +15 -3
  222. package/locales/de-DE.js +15 -3
  223. package/locales/en-GB.cjs +15 -3
  224. package/locales/en-GB.js +15 -3
  225. package/locales/en-US.cjs +15 -3
  226. package/locales/en-US.js +15 -3
  227. package/locales/ja-JP.cjs +15 -3
  228. package/locales/ja-JP.js +15 -3
  229. package/locales/zh-CN.cjs +15 -3
  230. package/locales/zh-CN.js +15 -3
  231. package/menu/definition.cjs +8 -4
  232. package/menu/definition.js +9 -5
  233. package/note/index.cjs +2 -2
  234. package/note/index.js +4 -4
  235. package/number-field/definition.cjs +3 -3
  236. package/number-field/definition.js +4 -4
  237. package/number-field/index.cjs +8 -8
  238. package/number-field/index.js +41 -40
  239. package/option/index.cjs +1 -1
  240. package/option/index.js +1 -1
  241. package/package.json +5 -5
  242. package/pagination/definition.cjs +2 -1
  243. package/pagination/definition.js +2 -1
  244. package/pagination/index.cjs +12 -12
  245. package/pagination/index.js +59 -59
  246. package/progress/index.cjs +1 -1
  247. package/progress/index.js +1 -1
  248. package/radio/definition.cjs +9 -9
  249. package/radio/definition.js +10 -10
  250. package/radio-group/definition.cjs +2 -1
  251. package/radio-group/definition.js +2 -1
  252. package/radio-group/index.cjs +5 -5
  253. package/radio-group/index.js +80 -77
  254. package/range-slider/index.cjs +1 -1
  255. package/range-slider/index.js +1 -1
  256. package/rich-text-editor/definition.cjs +1 -1
  257. package/rich-text-editor/definition.js +2 -2
  258. package/rich-text-editor/index.cjs +2 -2
  259. package/rich-text-editor/index.js +3 -3
  260. package/searchable-select/definition.cjs +30 -21
  261. package/searchable-select/definition.js +31 -22
  262. package/searchable-select/index.cjs +28 -25
  263. package/searchable-select/index.js +149 -140
  264. package/select/definition.cjs +15 -7
  265. package/select/definition.js +16 -8
  266. package/selectable-box/definition.cjs +1 -1
  267. package/selectable-box/definition.js +1 -1
  268. package/selectable-box/index.cjs +3 -3
  269. package/selectable-box/index.js +20 -20
  270. package/shared/aria/aria-change-subscription.d.ts +0 -1
  271. package/shared/aria/aria-mixin.d.ts +2 -2
  272. package/shared/aria/delegate-aria-behavior.d.ts +5 -10
  273. package/shared/aria/delegates-aria.d.ts +3 -3
  274. package/shared/aria/host-semantics-behavior.d.ts +5 -8
  275. package/shared/aria/host-semantics.d.ts +3 -3
  276. package/shared/color-picker/base-color-picker.d.ts +436 -0
  277. package/shared/color-picker/index.d.ts +1 -0
  278. package/shared/color-picker/locale.d.ts +3 -0
  279. package/shared/color-picker/utils.d.ts +1 -0
  280. package/shared/deprecation/replaced-props.d.ts +317 -2
  281. package/shared/design-system/defineVividComponent.d.ts +2 -2
  282. package/shared/feedback/feedback-message.d.ts +2 -2
  283. package/shared/feedback/mixins.d.ts +4 -4
  284. package/shared/foundation/button/button.d.ts +4 -4
  285. package/shared/foundation/form-associated/form-associated.d.ts +4 -4
  286. package/shared/foundation/vivid-element/vivid-element.d.ts +335 -8
  287. package/shared/localization/Locale.d.ts +4 -0
  288. package/shared/patterns/affix.d.ts +4 -4
  289. package/shared/patterns/anchored.d.ts +4 -4
  290. package/shared/patterns/char-count/char-count.d.ts +2 -2
  291. package/shared/patterns/form-elements/form-element.d.ts +4 -4
  292. package/shared/patterns/form-elements/index.d.ts +1 -0
  293. package/shared/patterns/form-elements/with-contextual-help.d.ts +7 -6
  294. package/shared/patterns/form-elements/with-error-text.d.ts +6 -6
  295. package/shared/patterns/form-elements/with-success-text.d.ts +2 -2
  296. package/shared/patterns/linkable.d.ts +2 -2
  297. package/shared/patterns/localized.d.ts +2 -2
  298. package/shared/patterns/trapped-focus.d.ts +2 -2
  299. package/shared/picker-field/mixins/calendar-picker.d.ts +454 -451
  300. package/shared/picker-field/mixins/calendar-picker.template.d.ts +454 -451
  301. package/shared/picker-field/mixins/inline-time-picker/inline-time-picker.d.ts +2 -2
  302. package/shared/picker-field/mixins/min-max-calendar-picker.d.ts +600 -594
  303. package/shared/picker-field/mixins/single-date-picker.d.ts +746 -737
  304. package/shared/picker-field/mixins/single-value-picker.d.ts +451 -448
  305. package/shared/picker-field/mixins/time-selection-picker.d.ts +580 -574
  306. package/shared/picker-field/mixins/time-selection-picker.template.d.ts +579 -573
  307. package/shared/picker-field/picker-field.d.ts +495 -78
  308. package/shared/templating/attribute-binding-behaviour.d.ts +3 -4
  309. package/shared/templating/render-in-light-dom.d.ts +13 -12
  310. package/side-drawer/index.cjs +1 -1
  311. package/side-drawer/index.js +1 -1
  312. package/simple-color-picker/definition.cjs +28 -215
  313. package/simple-color-picker/definition.js +29 -216
  314. package/simple-color-picker/index.cjs +9 -21
  315. package/simple-color-picker/index.js +71 -185
  316. package/styles/core/all.css +1 -1
  317. package/styles/core/theme.css +1 -1
  318. package/styles/core/typography.css +1 -1
  319. package/styles/tokens/theme-dark.css +4 -4
  320. package/styles/tokens/theme-light.css +4 -4
  321. package/styles/tokens/vivid-2-compat.css +1 -1
  322. package/switch/index.cjs +2 -2
  323. package/switch/index.js +4 -4
  324. package/tabs/definition.cjs +1 -1
  325. package/tabs/definition.js +2 -2
  326. package/tabs/index.cjs +2 -2
  327. package/tabs/index.js +16 -16
  328. package/tag/index.cjs +1 -1
  329. package/tag/index.js +1 -1
  330. package/text-area/definition.cjs +1 -1
  331. package/text-area/definition.js +1 -1
  332. package/text-area/index.cjs +3 -3
  333. package/text-area/index.js +9 -9
  334. package/text-field/definition.cjs +3 -3
  335. package/text-field/definition.js +4 -4
  336. package/text-field/index.cjs +1 -1
  337. package/text-field/index.js +1 -1
  338. package/time-picker/index.cjs +1 -1
  339. package/time-picker/index.js +2 -2
  340. package/toggletip/definition.cjs +1 -1
  341. package/toggletip/definition.js +2 -2
  342. package/tree-view/definition.cjs +1 -1
  343. package/tree-view/definition.js +2 -2
  344. package/tree-view/index.cjs +2 -2
  345. package/tree-view/index.js +6 -6
  346. package/unbundled/_commonjsHelpers.cjs +36 -0
  347. package/unbundled/_commonjsHelpers.js +32 -0
  348. package/unbundled/affix.cjs +1 -1
  349. package/unbundled/affix.js +1 -1
  350. package/unbundled/attribute-binding-behaviour.cjs +11 -10
  351. package/unbundled/attribute-binding-behaviour.js +11 -10
  352. package/unbundled/base-color-picker.cjs +278 -0
  353. package/unbundled/base-color-picker.js +275 -0
  354. package/unbundled/button.cjs +1 -1
  355. package/unbundled/button.js +2 -2
  356. package/unbundled/calendar-picker.template.cjs +3 -3
  357. package/unbundled/calendar-picker.template.js +4 -4
  358. package/unbundled/definition2.cjs +1 -1
  359. package/unbundled/definition2.js +2 -2
  360. package/unbundled/definition3.cjs +2 -1
  361. package/unbundled/definition3.js +2 -1
  362. package/unbundled/delegates-aria.cjs +67 -33
  363. package/unbundled/delegates-aria.js +69 -35
  364. package/unbundled/form-associated.cjs +2 -2
  365. package/unbundled/form-associated.js +3 -3
  366. package/unbundled/host-semantics.cjs +47 -22
  367. package/unbundled/host-semantics.js +48 -23
  368. package/unbundled/mixins.cjs +34 -27
  369. package/unbundled/mixins.js +35 -28
  370. package/unbundled/picker-field.template.cjs +13 -5
  371. package/unbundled/picker-field.template.js +14 -6
  372. package/unbundled/text-field.cjs +1 -1
  373. package/unbundled/text-field.js +1 -1
  374. package/unbundled/time-selection-picker.template.cjs +4 -4
  375. package/unbundled/time-selection-picker.template.js +5 -5
  376. package/unbundled/vivid-element.cjs +22 -15
  377. package/unbundled/vivid-element.js +23 -15
  378. package/unbundled/with-contextual-help.cjs +11 -0
  379. package/unbundled/with-contextual-help.js +11 -0
  380. package/video-player/definition.cjs +69007 -1
  381. package/video-player/definition.js +69007 -1
  382. package/video-player/index.cjs +35 -35
  383. package/video-player/index.js +1358 -1384
  384. package/visually-hidden/index.cjs +1 -1
  385. package/visually-hidden/index.js +1 -1
  386. package/vivid.api.json +347 -69
@@ -9,8 +9,8 @@ export declare const CalendarPickerTemplate: (context: VividElementDefinitionCon
9
9
  readonly _resolvedMinDate: string;
10
10
  readonly _resolvedMaxDate: string;
11
11
  _isDateInValidRange(date: string): boolean;
12
- "__#20@#isMonthAfterValidRange"(month: import("../../datetime/month").Month): boolean | "";
13
- "__#20@#isMonthBeforeValidRange"(month: import("../../datetime/month").Month): boolean | "";
12
+ "__#21@#isMonthAfterValidRange"(month: import("../../datetime/month").Month): boolean | "";
13
+ "__#21@#isMonthBeforeValidRange"(month: import("../../datetime/month").Month): boolean | "";
14
14
  _isMonthInValidRange(month: import("../../datetime/month").Month): boolean;
15
15
  _closePopup(restoreFocusToTextField?: boolean): void;
16
16
  _onPickerButtonClick(): void;
@@ -53,20 +53,20 @@ export declare const CalendarPickerTemplate: (context: VividElementDefinitionCon
53
53
  _pickerButtonEl: Button;
54
54
  connectedCallback(): void;
55
55
  disconnectedCallback(): void;
56
- "__#19@#onFocusIn": () => void;
57
- "__#19@#onFocusOut": () => void;
56
+ "__#20@#onFocusIn": () => void;
57
+ "__#20@#onFocusOut": () => void;
58
58
  proxy: HTMLInputElement;
59
59
  validate(): void;
60
60
  _getCustomValidationError(): string | null;
61
- "__#19@#localeChangeHandler": {
61
+ "__#20@#localeChangeHandler": {
62
62
  handleChange: () => void;
63
63
  };
64
- "__#19@#localeChangeObserver": import("@microsoft/fast-element").BindingObserver<any, any, any>;
65
- "__#19@#startObservingLocaleChanges"(): void;
66
- "__#19@#stopObservingLocaleChanges"(): void;
64
+ "__#20@#localeChangeObserver": import("@microsoft/fast-element").ExpressionNotifier<any, any, any>;
65
+ "__#20@#startObservingLocaleChanges"(): void;
66
+ "__#20@#stopObservingLocaleChanges"(): void;
67
67
  _popupOpen: boolean;
68
- "__#19@#dismissOnClickOutside": (event: MouseEvent) => void;
69
- "__#19@#openPopupIfPossible"(): void;
68
+ "__#20@#dismissOnClickOutside": (event: MouseEvent) => void;
69
+ "__#20@#openPopupIfPossible"(): void;
70
70
  _onBaseKeyDown(event: KeyboardEvent): boolean;
71
71
  _focusableElsWithinDialog(): NodeListOf<HTMLElement>;
72
72
  readonly _dialogLabel: string;
@@ -81,402 +81,49 @@ export declare const CalendarPickerTemplate: (context: VividElementDefinitionCon
81
81
  readonly _pickerButtonIcon: string;
82
82
  _onOkClick(): void;
83
83
  _onClearClick(): void;
84
- helperText?: string | undefined;
85
- _helperTextSlottedContent?: HTMLElement[] | undefined;
86
- readonly _feedbackDescribedBy: string;
87
- _internalFeedback(): {
88
- type: import("../../feedback/feedback-message").FeedbackType;
89
- message: string;
90
- };
91
- _slottedHelperTextFeedbackType(): "none" | "helper";
92
- _getFeedbackTemplate(ctx: VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<{
93
- helperText?: string | undefined;
94
- _helperTextSlottedContent?: HTMLElement[] | undefined;
95
- readonly _feedbackDescribedBy: string;
96
- _internalFeedback(): {
97
- type: import("../../feedback/feedback-message").FeedbackType;
98
- message: string;
99
- };
100
- _slottedHelperTextFeedbackType(): "none" | "helper";
101
- _getFeedbackTemplate(ctx: VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
102
- connectedCallback(): void;
103
- _vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
104
- readonly $fastController: import("@microsoft/fast-element").Controller;
105
- $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
106
- disconnectedCallback(): void;
107
- attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
108
- accessKey: string;
109
- readonly accessKeyLabel: string;
110
- autocapitalize: string;
111
- dir: string;
112
- draggable: boolean;
113
- hidden: boolean;
114
- inert: boolean;
115
- innerText: string;
116
- lang: string;
117
- readonly offsetHeight: number;
118
- readonly offsetLeft: number;
119
- readonly offsetParent: Element | null;
120
- readonly offsetTop: number;
121
- readonly offsetWidth: number;
122
- outerText: string;
123
- spellcheck: boolean;
124
- title: string;
125
- translate: boolean;
126
- attachInternals(): ElementInternals;
127
- click(): void;
128
- addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
129
- addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
130
- removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions | undefined): void;
131
- removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
132
- readonly attributes: NamedNodeMap;
133
- readonly classList: DOMTokenList;
134
- className: string;
135
- readonly clientHeight: number;
136
- readonly clientLeft: number;
137
- readonly clientTop: number;
138
- readonly clientWidth: number;
139
- id: string;
140
- readonly localName: string;
141
- readonly namespaceURI: string | null;
142
- onfullscreenchange: ((this: Element, ev: Event) => any) | null;
143
- onfullscreenerror: ((this: Element, ev: Event) => any) | null;
144
- outerHTML: string;
145
- readonly ownerDocument: Document;
146
- readonly part: DOMTokenList;
147
- readonly prefix: string | null;
148
- readonly scrollHeight: number;
149
- scrollLeft: number;
150
- scrollTop: number;
151
- readonly scrollWidth: number;
152
- readonly shadowRoot: ShadowRoot | null;
153
- slot: string;
154
- readonly tagName: string;
155
- attachShadow(init: ShadowRootInit): ShadowRoot;
156
- checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
157
- closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2] | null;
158
- closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3] | null;
159
- closest<K_4 extends keyof MathMLElementTagNameMap>(selector: K_4): MathMLElementTagNameMap[K_4] | null;
160
- closest<E extends Element = Element>(selectors: string): E | null;
161
- getAttribute(qualifiedName: string): string | null;
162
- getAttributeNS(namespace: string | null, localName: string): string | null;
163
- getAttributeNames(): string[];
164
- getAttributeNode(qualifiedName: string): Attr | null;
165
- getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
166
- getBoundingClientRect(): DOMRect;
167
- getClientRects(): DOMRectList;
168
- getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
169
- getElementsByTagName<K_5 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<HTMLElementTagNameMap[K_5]>;
170
- getElementsByTagName<K_6 extends keyof SVGElementTagNameMap>(qualifiedName: K_6): HTMLCollectionOf<SVGElementTagNameMap[K_6]>;
171
- getElementsByTagName<K_7 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7): HTMLCollectionOf<MathMLElementTagNameMap[K_7]>;
172
- getElementsByTagName<K_8 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8]>;
173
- getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
174
- getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
175
- getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
176
- getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
177
- getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
178
- hasAttribute(qualifiedName: string): boolean;
179
- hasAttributeNS(namespace: string | null, localName: string): boolean;
180
- hasAttributes(): boolean;
181
- hasPointerCapture(pointerId: number): boolean;
182
- insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
183
- insertAdjacentHTML(position: InsertPosition, text: string): void;
184
- insertAdjacentText(where: InsertPosition, data: string): void;
185
- matches(selectors: string): boolean;
186
- releasePointerCapture(pointerId: number): void;
187
- removeAttribute(qualifiedName: string): void;
188
- removeAttributeNS(namespace: string | null, localName: string): void;
189
- removeAttributeNode(attr: Attr): Attr;
190
- requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
191
- requestPointerLock(): void;
192
- scroll(options?: ScrollToOptions | undefined): void;
193
- scroll(x: number, y: number): void;
194
- scrollBy(options?: ScrollToOptions | undefined): void;
195
- scrollBy(x: number, y: number): void;
196
- scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
197
- scrollTo(options?: ScrollToOptions | undefined): void;
198
- scrollTo(x: number, y: number): void;
199
- setAttribute(qualifiedName: string, value: string): void;
200
- setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
201
- setAttributeNode(attr: Attr): Attr | null;
202
- setAttributeNodeNS(attr: Attr): Attr | null;
203
- setPointerCapture(pointerId: number): void;
204
- toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
205
- webkitMatchesSelector(selectors: string): boolean;
206
- readonly baseURI: string;
207
- readonly childNodes: NodeListOf<ChildNode>;
208
- readonly firstChild: ChildNode | null;
209
- readonly isConnected: boolean;
210
- readonly lastChild: ChildNode | null;
211
- readonly nextSibling: ChildNode | null;
212
- readonly nodeName: string;
213
- readonly nodeType: number;
214
- nodeValue: string | null;
215
- readonly parentElement: HTMLElement | null;
216
- readonly parentNode: ParentNode | null;
217
- readonly previousSibling: ChildNode | null;
218
- textContent: string | null;
219
- appendChild<T extends Node>(node: T): T;
220
- cloneNode(deep?: boolean | undefined): Node;
221
- compareDocumentPosition(other: Node): number;
222
- contains(other: Node | null): boolean;
223
- getRootNode(options?: GetRootNodeOptions | undefined): Node;
224
- hasChildNodes(): boolean;
225
- insertBefore<T_1 extends Node>(node: T_1, child: Node | null): T_1;
226
- isDefaultNamespace(namespace: string | null): boolean;
227
- isEqualNode(otherNode: Node | null): boolean;
228
- isSameNode(otherNode: Node | null): boolean;
229
- lookupNamespaceURI(prefix: string | null): string | null;
230
- lookupPrefix(namespace: string | null): string | null;
231
- normalize(): void;
232
- removeChild<T_2 extends Node>(child: T_2): T_2;
233
- replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
234
- readonly ELEMENT_NODE: 1;
235
- readonly ATTRIBUTE_NODE: 2;
236
- readonly TEXT_NODE: 3;
237
- readonly CDATA_SECTION_NODE: 4;
238
- readonly ENTITY_REFERENCE_NODE: 5;
239
- readonly ENTITY_NODE: 6;
240
- readonly PROCESSING_INSTRUCTION_NODE: 7;
241
- readonly COMMENT_NODE: 8;
242
- readonly DOCUMENT_NODE: 9;
243
- readonly DOCUMENT_TYPE_NODE: 10;
244
- readonly DOCUMENT_FRAGMENT_NODE: 11;
245
- readonly NOTATION_NODE: 12;
246
- readonly DOCUMENT_POSITION_DISCONNECTED: 1;
247
- readonly DOCUMENT_POSITION_PRECEDING: 2;
248
- readonly DOCUMENT_POSITION_FOLLOWING: 4;
249
- readonly DOCUMENT_POSITION_CONTAINS: 8;
250
- readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
251
- readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
252
- dispatchEvent(event: Event): boolean;
253
- ariaAtomic: string | null;
254
- ariaAutoComplete: string | null;
255
- ariaBusy: string | null;
256
- ariaChecked: string | null;
257
- ariaColCount: string | null;
258
- ariaColIndex: string | null;
259
- ariaColSpan: string | null;
260
- ariaCurrent: string | null;
261
- ariaDisabled: string | null;
262
- ariaExpanded: string | null;
263
- ariaHasPopup: string | null;
264
- ariaHidden: string | null;
265
- ariaInvalid: string | null;
266
- ariaKeyShortcuts: string | null;
267
- ariaLabel: string | null;
268
- ariaLevel: string | null;
269
- ariaLive: string | null;
270
- ariaModal: string | null;
271
- ariaMultiLine: string | null;
272
- ariaMultiSelectable: string | null;
273
- ariaOrientation: string | null;
274
- ariaPlaceholder: string | null;
275
- ariaPosInSet: string | null;
276
- ariaPressed: string | null;
277
- ariaReadOnly: string | null;
278
- ariaRequired: string | null;
279
- ariaRoleDescription: string | null;
280
- ariaRowCount: string | null;
281
- ariaRowIndex: string | null;
282
- ariaRowSpan: string | null;
283
- ariaSelected: string | null;
284
- ariaSetSize: string | null;
285
- ariaSort: string | null;
286
- ariaValueMax: string | null;
287
- ariaValueMin: string | null;
288
- ariaValueNow: string | null;
289
- ariaValueText: string | null;
290
- role: string | null;
291
- animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
292
- getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
293
- after(...nodes: (string | Node)[]): void;
294
- before(...nodes: (string | Node)[]): void;
295
- remove(): void;
296
- replaceWith(...nodes: (string | Node)[]): void;
297
- innerHTML: string;
298
- readonly nextElementSibling: Element | null;
299
- readonly previousElementSibling: Element | null;
300
- readonly childElementCount: number;
301
- readonly children: HTMLCollection;
302
- readonly firstElementChild: Element | null;
303
- readonly lastElementChild: Element | null;
304
- append(...nodes: (string | Node)[]): void;
305
- prepend(...nodes: (string | Node)[]): void;
306
- querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
307
- querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
308
- querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
309
- querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
310
- querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
311
- querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
312
- querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
313
- querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
314
- querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
315
- querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
316
- replaceChildren(...nodes: (string | Node)[]): void;
317
- readonly assignedSlot: HTMLSlotElement | null;
318
- readonly style: CSSStyleDeclaration;
319
- contentEditable: string;
320
- enterKeyHint: string;
321
- inputMode: string;
322
- readonly isContentEditable: boolean;
323
- onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
324
- onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
325
- onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
326
- onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
327
- onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
328
- onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
329
- onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
330
- onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
331
- oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
332
- oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
333
- oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
334
- onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
335
- onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
336
- onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
337
- oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
338
- oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
339
- oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
340
- oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
341
- ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
342
- ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
343
- ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
344
- ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
345
- ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
346
- ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
347
- ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
348
- ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
349
- ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
350
- onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
351
- onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
352
- onerror: OnErrorEventHandler;
353
- onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
354
- onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
355
- ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
356
- oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
357
- oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
358
- onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
359
- onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
360
- onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
361
- onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
362
- onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
363
- onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
364
- onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
365
- onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
366
- onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
367
- onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
368
- onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
369
- onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
370
- onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
371
- onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
372
- onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
373
- onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
374
- onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
375
- onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
376
- onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
377
- onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
378
- onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
379
- onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
380
- onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
381
- onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
382
- onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
383
- onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
384
- onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
385
- onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
386
- onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
387
- onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
388
- onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
389
- onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
390
- onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
391
- onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
392
- onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
393
- onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
394
- onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
395
- onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
396
- onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
397
- onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
398
- onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
399
- onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
400
- ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
401
- ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
402
- ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
403
- ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
404
- ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
405
- ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
406
- ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
407
- ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
408
- ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
409
- ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
410
- onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
411
- onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
412
- onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
413
- onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
414
- onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
415
- onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
416
- onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
417
- autofocus: boolean;
418
- readonly dataset: DOMStringMap;
419
- nonce?: string | undefined;
420
- tabIndex: number;
421
- blur(): void;
422
- focus(options?: FocusOptions | undefined): void;
423
- ariaColIndexText: string | null;
424
- ariaDescription: string | null;
425
- ariaRowIndexText: string | null;
426
- ariaRelevant: string | null;
427
- roleChanged(prev: string | null, next: string | null): void;
428
- ariaAtomicChanged(prev: string | null, next: string | null): void;
429
- ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
430
- ariaBusyChanged(prev: string | null, next: string | null): void;
431
- ariaCheckedChanged(prev: string | null, next: string | null): void;
432
- ariaColCountChanged(prev: string | null, next: string | null): void;
433
- ariaColIndexChanged(prev: string | null, next: string | null): void;
434
- ariaColIndexTextChanged(prev: string | null, next: string | null): void;
435
- ariaColSpanChanged(prev: string | null, next: string | null): void;
436
- ariaCurrentChanged(prev: string | null, next: string | null): void;
437
- ariaDescriptionChanged(prev: string | null, next: string | null): void;
438
- ariaDisabledChanged(prev: string | null, next: string | null): void;
439
- ariaExpandedChanged(prev: string | null, next: string | null): void;
440
- ariaHasPopupChanged(prev: string | null, next: string | null): void;
441
- ariaHiddenChanged(prev: string | null, next: string | null): void;
442
- ariaInvalidChanged(prev: string | null, next: string | null): void;
443
- ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
444
- ariaLabelChanged(prev: string | null, next: string | null): void;
445
- ariaLevelChanged(prev: string | null, next: string | null): void;
446
- ariaLiveChanged(prev: string | null, next: string | null): void;
447
- ariaModalChanged(prev: string | null, next: string | null): void;
448
- ariaMultiLineChanged(prev: string | null, next: string | null): void;
449
- ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
450
- ariaOrientationChanged(prev: string | null, next: string | null): void;
451
- ariaPlaceholderChanged(prev: string | null, next: string | null): void;
452
- ariaPosInSetChanged(prev: string | null, next: string | null): void;
453
- ariaPressedChanged(prev: string | null, next: string | null): void;
454
- ariaReadOnlyChanged(prev: string | null, next: string | null): void;
455
- ariaRequiredChanged(prev: string | null, next: string | null): void;
456
- ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
457
- ariaRowCountChanged(prev: string | null, next: string | null): void;
458
- ariaRowIndexChanged(prev: string | null, next: string | null): void;
459
- ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
460
- ariaRowSpanChanged(prev: string | null, next: string | null): void;
461
- ariaSelectedChanged(prev: string | null, next: string | null): void;
462
- ariaSetSizeChanged(prev: string | null, next: string | null): void;
463
- ariaSortChanged(prev: string | null, next: string | null): void;
464
- ariaValueMaxChanged(prev: string | null, next: string | null): void;
465
- ariaValueMinChanged(prev: string | null, next: string | null): void;
466
- ariaValueNowChanged(prev: string | null, next: string | null): void;
467
- ariaValueTextChanged(prev: string | null, next: string | null): void;
468
- ariaRelevantChanged(prev: string | null, next: string | null): void;
469
- "__#1@#handleReplacedProp"(replacedProp: {
470
- newPropertyName: string;
471
- deprecatedPropertyName: string;
472
- fromDeprecated: (v: any) => any;
473
- toDeprecated?: ((v: any) => any) | undefined;
474
- }): void;
475
- }, any>;
84
+ _contextualHelpSlottedContent?: HTMLElement[] | undefined;
85
+ readonly _hasContextualHelp: boolean;
86
+ _isFromContextualHelp(e: Event): boolean;
87
+ label?: string | undefined;
88
+ errorValidationMessage: string;
89
+ forceErrorDisplay: boolean;
90
+ hasBeenTouched: boolean;
91
+ "__#3@#handleInvalidEvent": (() => void) & (() => void);
92
+ formResetCallback: (() => void) & (() => void) & (() => void) & (() => void);
93
+ readonly validity: ValidityState;
94
+ readonly form: HTMLFormElement | null;
95
+ readonly validationMessage: string;
96
+ readonly willValidate: boolean;
97
+ readonly labels: readonly Node[];
98
+ dirtyValue: boolean;
99
+ proxySlot?: HTMLSlotElement | undefined;
100
+ value: string;
101
+ valueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
102
+ currentValue: string;
103
+ initialValue: string;
104
+ initialValueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
105
+ disabled: boolean;
106
+ disabledChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
107
+ name: string;
108
+ nameChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
109
+ required: boolean;
110
+ requiredChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
111
+ readonly elementInternals: ElementInternals | null;
112
+ proxyEventsToBlock: string[];
113
+ checkValidity: (() => boolean) & (() => boolean);
114
+ reportValidity: (() => boolean) & (() => boolean);
115
+ setValidity: ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void) & ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void);
116
+ formDisabledCallback: ((disabled: boolean) => void) & ((disabled: boolean) => void);
117
+ proxyInitialized: boolean;
118
+ attachProxy: (() => void) & (() => void);
119
+ detachProxy: (() => void) & (() => void);
120
+ setFormValue: ((value: string | File | FormData | null, state?: string | File | FormData | null | undefined) => void) & ((value: string | File | FormData | null, state?: string | File | FormData | null | undefined) => void);
121
+ _keypressHandler: ((e: KeyboardEvent) => void) & ((e: KeyboardEvent) => void);
122
+ stopPropagation: ((e: Event) => void) & ((e: Event) => void);
476
123
  _vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
477
- readonly $fastController: import("@microsoft/fast-element").Controller;
124
+ readonly $fastController: import("@microsoft/fast-element").ElementController<HTMLElement>;
478
125
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
479
- attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
126
+ attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
480
127
  accessKey: string;
481
128
  readonly accessKeyLabel: string;
482
129
  autocapitalize: string;
@@ -497,9 +144,9 @@ export declare const CalendarPickerTemplate: (context: VividElementDefinitionCon
497
144
  translate: boolean;
498
145
  attachInternals(): ElementInternals;
499
146
  click(): void;
500
- addEventListener<K_17 extends keyof HTMLElementEventMap>(type: K_17, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_17]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
147
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
501
148
  addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
502
- removeEventListener<K_18 extends keyof HTMLElementEventMap>(type: K_18, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_18]) => any, options?: boolean | EventListenerOptions | undefined): void;
149
+ removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions | undefined): void;
503
150
  removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
504
151
  readonly attributes: NamedNodeMap;
505
152
  readonly classList: DOMTokenList;
@@ -526,10 +173,10 @@ export declare const CalendarPickerTemplate: (context: VividElementDefinitionCon
526
173
  readonly tagName: string;
527
174
  attachShadow(init: ShadowRootInit): ShadowRoot;
528
175
  checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
529
- closest<K_19 extends keyof HTMLElementTagNameMap>(selector: K_19): HTMLElementTagNameMap[K_19] | null;
530
- closest<K_20 extends keyof SVGElementTagNameMap>(selector: K_20): SVGElementTagNameMap[K_20] | null;
531
- closest<K_21 extends keyof MathMLElementTagNameMap>(selector: K_21): MathMLElementTagNameMap[K_21] | null;
532
- closest<E_3 extends Element = Element>(selectors: string): E_3 | null;
176
+ closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2] | null;
177
+ closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3] | null;
178
+ closest<K_4 extends keyof MathMLElementTagNameMap>(selector: K_4): MathMLElementTagNameMap[K_4] | null;
179
+ closest<E extends Element = Element>(selectors: string): E | null;
533
180
  getAttribute(qualifiedName: string): string | null;
534
181
  getAttributeNS(namespace: string | null, localName: string): string | null;
535
182
  getAttributeNames(): string[];
@@ -538,10 +185,10 @@ export declare const CalendarPickerTemplate: (context: VividElementDefinitionCon
538
185
  getBoundingClientRect(): DOMRect;
539
186
  getClientRects(): DOMRectList;
540
187
  getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
541
- getElementsByTagName<K_22 extends keyof HTMLElementTagNameMap>(qualifiedName: K_22): HTMLCollectionOf<HTMLElementTagNameMap[K_22]>;
542
- getElementsByTagName<K_23 extends keyof SVGElementTagNameMap>(qualifiedName: K_23): HTMLCollectionOf<SVGElementTagNameMap[K_23]>;
543
- getElementsByTagName<K_24 extends keyof MathMLElementTagNameMap>(qualifiedName: K_24): HTMLCollectionOf<MathMLElementTagNameMap[K_24]>;
544
- getElementsByTagName<K_25 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_25): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_25]>;
188
+ getElementsByTagName<K_5 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<HTMLElementTagNameMap[K_5]>;
189
+ getElementsByTagName<K_6 extends keyof SVGElementTagNameMap>(qualifiedName: K_6): HTMLCollectionOf<SVGElementTagNameMap[K_6]>;
190
+ getElementsByTagName<K_7 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7): HTMLCollectionOf<MathMLElementTagNameMap[K_7]>;
191
+ getElementsByTagName<K_8 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8]>;
545
192
  getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
546
193
  getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
547
194
  getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
@@ -594,7 +241,7 @@ export declare const CalendarPickerTemplate: (context: VividElementDefinitionCon
594
241
  contains(other: Node | null): boolean;
595
242
  getRootNode(options?: GetRootNodeOptions | undefined): Node;
596
243
  hasChildNodes(): boolean;
597
- insertBefore<T_4 extends Node>(node: T_4, child: Node | null): T_4;
244
+ insertBefore<T_1 extends Node>(node: T_1, child: Node | null): T_1;
598
245
  isDefaultNamespace(namespace: string | null): boolean;
599
246
  isEqualNode(otherNode: Node | null): boolean;
600
247
  isSameNode(otherNode: Node | null): boolean;
@@ -844,48 +491,404 @@ export declare const CalendarPickerTemplate: (context: VividElementDefinitionCon
844
491
  fromDeprecated: (v: any) => any;
845
492
  toDeprecated?: ((v: any) => any) | undefined;
846
493
  }): void;
494
+ helperText?: string | undefined;
495
+ _helperTextSlottedContent?: HTMLElement[] | undefined;
496
+ readonly _feedbackDescribedBy: string;
497
+ _internalFeedback(): {
498
+ type: import("../../feedback/feedback-message").FeedbackType;
499
+ message: string;
500
+ };
501
+ _slottedHelperTextFeedbackType(): "none" | "helper";
502
+ _getFeedbackTemplate(ctx: VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<{
503
+ helperText?: string | undefined;
504
+ _helperTextSlottedContent?: HTMLElement[] | undefined;
505
+ readonly _feedbackDescribedBy: string;
506
+ _internalFeedback(): {
507
+ type: import("../../feedback/feedback-message").FeedbackType;
508
+ message: string;
509
+ };
510
+ _slottedHelperTextFeedbackType(): "none" | "helper";
511
+ _getFeedbackTemplate(ctx: VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
512
+ connectedCallback(): void;
513
+ _vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
514
+ readonly $fastController: import("@microsoft/fast-element").ElementController<HTMLElement>;
515
+ $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
516
+ disconnectedCallback(): void;
517
+ attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
518
+ accessKey: string;
519
+ readonly accessKeyLabel: string;
520
+ autocapitalize: string;
521
+ dir: string;
522
+ draggable: boolean;
523
+ hidden: boolean;
524
+ inert: boolean;
525
+ innerText: string;
526
+ lang: string;
527
+ readonly offsetHeight: number;
528
+ readonly offsetLeft: number;
529
+ readonly offsetParent: Element | null;
530
+ readonly offsetTop: number;
531
+ readonly offsetWidth: number;
532
+ outerText: string;
533
+ spellcheck: boolean;
534
+ title: string;
535
+ translate: boolean;
536
+ attachInternals(): ElementInternals;
537
+ click(): void;
538
+ addEventListener<K_17 extends keyof HTMLElementEventMap>(type: K_17, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_17]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
539
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
540
+ removeEventListener<K_18 extends keyof HTMLElementEventMap>(type: K_18, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_18]) => any, options?: boolean | EventListenerOptions | undefined): void;
541
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
542
+ readonly attributes: NamedNodeMap;
543
+ readonly classList: DOMTokenList;
544
+ className: string;
545
+ readonly clientHeight: number;
546
+ readonly clientLeft: number;
547
+ readonly clientTop: number;
548
+ readonly clientWidth: number;
549
+ id: string;
550
+ readonly localName: string;
551
+ readonly namespaceURI: string | null;
552
+ onfullscreenchange: ((this: Element, ev: Event) => any) | null;
553
+ onfullscreenerror: ((this: Element, ev: Event) => any) | null;
554
+ outerHTML: string;
555
+ readonly ownerDocument: Document;
556
+ readonly part: DOMTokenList;
557
+ readonly prefix: string | null;
558
+ readonly scrollHeight: number;
559
+ scrollLeft: number;
560
+ scrollTop: number;
561
+ readonly scrollWidth: number;
562
+ readonly shadowRoot: ShadowRoot | null;
563
+ slot: string;
564
+ readonly tagName: string;
565
+ attachShadow(init: ShadowRootInit): ShadowRoot;
566
+ checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
567
+ closest<K_19 extends keyof HTMLElementTagNameMap>(selector: K_19): HTMLElementTagNameMap[K_19] | null;
568
+ closest<K_20 extends keyof SVGElementTagNameMap>(selector: K_20): SVGElementTagNameMap[K_20] | null;
569
+ closest<K_21 extends keyof MathMLElementTagNameMap>(selector: K_21): MathMLElementTagNameMap[K_21] | null;
570
+ closest<E_3 extends Element = Element>(selectors: string): E_3 | null;
571
+ getAttribute(qualifiedName: string): string | null;
572
+ getAttributeNS(namespace: string | null, localName: string): string | null;
573
+ getAttributeNames(): string[];
574
+ getAttributeNode(qualifiedName: string): Attr | null;
575
+ getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
576
+ getBoundingClientRect(): DOMRect;
577
+ getClientRects(): DOMRectList;
578
+ getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
579
+ getElementsByTagName<K_22 extends keyof HTMLElementTagNameMap>(qualifiedName: K_22): HTMLCollectionOf<HTMLElementTagNameMap[K_22]>;
580
+ getElementsByTagName<K_23 extends keyof SVGElementTagNameMap>(qualifiedName: K_23): HTMLCollectionOf<SVGElementTagNameMap[K_23]>;
581
+ getElementsByTagName<K_24 extends keyof MathMLElementTagNameMap>(qualifiedName: K_24): HTMLCollectionOf<MathMLElementTagNameMap[K_24]>;
582
+ getElementsByTagName<K_25 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_25): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_25]>;
583
+ getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
584
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
585
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
586
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
587
+ getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
588
+ hasAttribute(qualifiedName: string): boolean;
589
+ hasAttributeNS(namespace: string | null, localName: string): boolean;
590
+ hasAttributes(): boolean;
591
+ hasPointerCapture(pointerId: number): boolean;
592
+ insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
593
+ insertAdjacentHTML(position: InsertPosition, text: string): void;
594
+ insertAdjacentText(where: InsertPosition, data: string): void;
595
+ matches(selectors: string): boolean;
596
+ releasePointerCapture(pointerId: number): void;
597
+ removeAttribute(qualifiedName: string): void;
598
+ removeAttributeNS(namespace: string | null, localName: string): void;
599
+ removeAttributeNode(attr: Attr): Attr;
600
+ requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
601
+ requestPointerLock(): void;
602
+ scroll(options?: ScrollToOptions | undefined): void;
603
+ scroll(x: number, y: number): void;
604
+ scrollBy(options?: ScrollToOptions | undefined): void;
605
+ scrollBy(x: number, y: number): void;
606
+ scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
607
+ scrollTo(options?: ScrollToOptions | undefined): void;
608
+ scrollTo(x: number, y: number): void;
609
+ setAttribute(qualifiedName: string, value: string): void;
610
+ setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
611
+ setAttributeNode(attr: Attr): Attr | null;
612
+ setAttributeNodeNS(attr: Attr): Attr | null;
613
+ setPointerCapture(pointerId: number): void;
614
+ toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
615
+ webkitMatchesSelector(selectors: string): boolean;
616
+ readonly baseURI: string;
617
+ readonly childNodes: NodeListOf<ChildNode>;
618
+ readonly firstChild: ChildNode | null;
619
+ readonly isConnected: boolean;
620
+ readonly lastChild: ChildNode | null;
621
+ readonly nextSibling: ChildNode | null;
622
+ readonly nodeName: string;
623
+ readonly nodeType: number;
624
+ nodeValue: string | null;
625
+ readonly parentElement: HTMLElement | null;
626
+ readonly parentNode: ParentNode | null;
627
+ readonly previousSibling: ChildNode | null;
628
+ textContent: string | null;
629
+ appendChild<T extends Node>(node: T): T;
630
+ cloneNode(deep?: boolean | undefined): Node;
631
+ compareDocumentPosition(other: Node): number;
632
+ contains(other: Node | null): boolean;
633
+ getRootNode(options?: GetRootNodeOptions | undefined): Node;
634
+ hasChildNodes(): boolean;
635
+ insertBefore<T_4 extends Node>(node: T_4, child: Node | null): T_4;
636
+ isDefaultNamespace(namespace: string | null): boolean;
637
+ isEqualNode(otherNode: Node | null): boolean;
638
+ isSameNode(otherNode: Node | null): boolean;
639
+ lookupNamespaceURI(prefix: string | null): string | null;
640
+ lookupPrefix(namespace: string | null): string | null;
641
+ normalize(): void;
642
+ removeChild<T_2 extends Node>(child: T_2): T_2;
643
+ replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
644
+ readonly ELEMENT_NODE: 1;
645
+ readonly ATTRIBUTE_NODE: 2;
646
+ readonly TEXT_NODE: 3;
647
+ readonly CDATA_SECTION_NODE: 4;
648
+ readonly ENTITY_REFERENCE_NODE: 5;
649
+ readonly ENTITY_NODE: 6;
650
+ readonly PROCESSING_INSTRUCTION_NODE: 7;
651
+ readonly COMMENT_NODE: 8;
652
+ readonly DOCUMENT_NODE: 9;
653
+ readonly DOCUMENT_TYPE_NODE: 10;
654
+ readonly DOCUMENT_FRAGMENT_NODE: 11;
655
+ readonly NOTATION_NODE: 12;
656
+ readonly DOCUMENT_POSITION_DISCONNECTED: 1;
657
+ readonly DOCUMENT_POSITION_PRECEDING: 2;
658
+ readonly DOCUMENT_POSITION_FOLLOWING: 4;
659
+ readonly DOCUMENT_POSITION_CONTAINS: 8;
660
+ readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
661
+ readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
662
+ dispatchEvent(event: Event): boolean;
663
+ ariaAtomic: string | null;
664
+ ariaAutoComplete: string | null;
665
+ ariaBusy: string | null;
666
+ ariaChecked: string | null;
667
+ ariaColCount: string | null;
668
+ ariaColIndex: string | null;
669
+ ariaColSpan: string | null;
670
+ ariaCurrent: string | null;
671
+ ariaDisabled: string | null;
672
+ ariaExpanded: string | null;
673
+ ariaHasPopup: string | null;
674
+ ariaHidden: string | null;
675
+ ariaInvalid: string | null;
676
+ ariaKeyShortcuts: string | null;
677
+ ariaLabel: string | null;
678
+ ariaLevel: string | null;
679
+ ariaLive: string | null;
680
+ ariaModal: string | null;
681
+ ariaMultiLine: string | null;
682
+ ariaMultiSelectable: string | null;
683
+ ariaOrientation: string | null;
684
+ ariaPlaceholder: string | null;
685
+ ariaPosInSet: string | null;
686
+ ariaPressed: string | null;
687
+ ariaReadOnly: string | null;
688
+ ariaRequired: string | null;
689
+ ariaRoleDescription: string | null;
690
+ ariaRowCount: string | null;
691
+ ariaRowIndex: string | null;
692
+ ariaRowSpan: string | null;
693
+ ariaSelected: string | null;
694
+ ariaSetSize: string | null;
695
+ ariaSort: string | null;
696
+ ariaValueMax: string | null;
697
+ ariaValueMin: string | null;
698
+ ariaValueNow: string | null;
699
+ ariaValueText: string | null;
700
+ role: string | null;
701
+ animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
702
+ getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
703
+ after(...nodes: (string | Node)[]): void;
704
+ before(...nodes: (string | Node)[]): void;
705
+ remove(): void;
706
+ replaceWith(...nodes: (string | Node)[]): void;
707
+ innerHTML: string;
708
+ readonly nextElementSibling: Element | null;
709
+ readonly previousElementSibling: Element | null;
710
+ readonly childElementCount: number;
711
+ readonly children: HTMLCollection;
712
+ readonly firstElementChild: Element | null;
713
+ readonly lastElementChild: Element | null;
714
+ append(...nodes: (string | Node)[]): void;
715
+ prepend(...nodes: (string | Node)[]): void;
716
+ querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
717
+ querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
718
+ querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
719
+ querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
720
+ querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
721
+ querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
722
+ querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
723
+ querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
724
+ querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
725
+ querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
726
+ replaceChildren(...nodes: (string | Node)[]): void;
727
+ readonly assignedSlot: HTMLSlotElement | null;
728
+ readonly style: CSSStyleDeclaration;
729
+ contentEditable: string;
730
+ enterKeyHint: string;
731
+ inputMode: string;
732
+ readonly isContentEditable: boolean;
733
+ onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
734
+ onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
735
+ onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
736
+ onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
737
+ onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
738
+ onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
739
+ onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
740
+ onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
741
+ oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
742
+ oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
743
+ oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
744
+ onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
745
+ onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
746
+ onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
747
+ oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
748
+ oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
749
+ oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
750
+ oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
751
+ ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
752
+ ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
753
+ ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
754
+ ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
755
+ ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
756
+ ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
757
+ ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
758
+ ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
759
+ ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
760
+ onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
761
+ onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
762
+ onerror: OnErrorEventHandler;
763
+ onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
764
+ onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
765
+ ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
766
+ oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
767
+ oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
768
+ onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
769
+ onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
770
+ onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
771
+ onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
772
+ onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
773
+ onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
774
+ onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
775
+ onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
776
+ onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
777
+ onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
778
+ onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
779
+ onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
780
+ onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
781
+ onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
782
+ onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
783
+ onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
784
+ onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
785
+ onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
786
+ onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
787
+ onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
788
+ onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
789
+ onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
790
+ onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
791
+ onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
792
+ onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
793
+ onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
794
+ onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
795
+ onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
796
+ onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
797
+ onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
798
+ onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
799
+ onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
800
+ onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
801
+ onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
802
+ onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
803
+ onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
804
+ onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
805
+ onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
806
+ onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
807
+ onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
808
+ onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
809
+ onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
810
+ ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
811
+ ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
812
+ ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
813
+ ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
814
+ ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
815
+ ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
816
+ ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
817
+ ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
818
+ ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
819
+ ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
820
+ onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
821
+ onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
822
+ onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
823
+ onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
824
+ onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
825
+ onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
826
+ onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
827
+ autofocus: boolean;
828
+ readonly dataset: DOMStringMap;
829
+ nonce?: string | undefined;
830
+ tabIndex: number;
831
+ blur(): void;
832
+ focus(options?: FocusOptions | undefined): void;
833
+ ariaColIndexText: string | null;
834
+ ariaDescription: string | null;
835
+ ariaRowIndexText: string | null;
836
+ ariaRelevant: string | null;
837
+ roleChanged(prev: string | null, next: string | null): void;
838
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
839
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
840
+ ariaBusyChanged(prev: string | null, next: string | null): void;
841
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
842
+ ariaColCountChanged(prev: string | null, next: string | null): void;
843
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
844
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
845
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
846
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
847
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
848
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
849
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
850
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
851
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
852
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
853
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
854
+ ariaLabelChanged(prev: string | null, next: string | null): void;
855
+ ariaLevelChanged(prev: string | null, next: string | null): void;
856
+ ariaLiveChanged(prev: string | null, next: string | null): void;
857
+ ariaModalChanged(prev: string | null, next: string | null): void;
858
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
859
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
860
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
861
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
862
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
863
+ ariaPressedChanged(prev: string | null, next: string | null): void;
864
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
865
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
866
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
867
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
868
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
869
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
870
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
871
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
872
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
873
+ ariaSortChanged(prev: string | null, next: string | null): void;
874
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
875
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
876
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
877
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
878
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
879
+ "__#1@#handleReplacedProp"(replacedProp: {
880
+ newPropertyName: string;
881
+ deprecatedPropertyName: string;
882
+ fromDeprecated: (v: any) => any;
883
+ toDeprecated?: ((v: any) => any) | undefined;
884
+ }): void;
885
+ }, any>;
847
886
  errorText?: string | undefined;
848
887
  errorTextChanged(_: string, newErrorText: string | undefined): void;
849
888
  "__#4@#blockValidateCalls": boolean;
850
889
  "__#4@#originalValidateFn": () => void;
851
890
  "__#4@#forceCustomError"(errorMessage: string): void;
852
891
  "__#4@#clearCustomErrorAndRevalidate"(): void;
853
- label?: string | undefined;
854
- errorValidationMessage: string;
855
- forceErrorDisplay: boolean;
856
- hasBeenTouched: boolean;
857
- "__#3@#handleInvalidEvent": (() => void) & (() => void);
858
- formResetCallback: (() => void) & (() => void) & (() => void) & (() => void);
859
- readonly validity: ValidityState;
860
- readonly form: HTMLFormElement | null;
861
- readonly validationMessage: string;
862
- readonly willValidate: boolean;
863
- readonly labels: readonly Node[];
864
- dirtyValue: boolean;
865
- proxySlot?: HTMLSlotElement | undefined;
866
- value: string;
867
- valueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
868
- currentValue: string;
869
- initialValue: string;
870
- initialValueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
871
- disabled: boolean;
872
- disabledChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
873
- name: string;
874
- nameChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
875
- required: boolean;
876
- requiredChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
877
- readonly elementInternals: ElementInternals | null;
878
- proxyEventsToBlock: string[];
879
- checkValidity: (() => boolean) & (() => boolean);
880
- reportValidity: (() => boolean) & (() => boolean);
881
- setValidity: ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void) & ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void);
882
- formDisabledCallback: ((disabled: boolean) => void) & ((disabled: boolean) => void);
883
- proxyInitialized: boolean;
884
- attachProxy: (() => void) & (() => void);
885
- detachProxy: (() => void) & (() => void);
886
- setFormValue: ((value: string | File | FormData | null, state?: string | File | FormData | null | undefined) => void) & ((value: string | File | FormData | null, state?: string | File | FormData | null | undefined) => void);
887
- _keypressHandler: ((e: KeyboardEvent) => void) & ((e: KeyboardEvent) => void);
888
- stopPropagation: ((e: Event) => void) & ((e: Event) => void);
889
892
  _trappedFocus(event: KeyboardEvent, getFocusableEls: () => NodeListOf<HTMLElement>): boolean;
890
893
  readonly locale: import("../../localization/Locale").Locale;
891
894
  } & import("../picker-field").PickerField, any>;