@vonage/vivid 5.12.0 → 5.15.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 (422) hide show
  1. package/bundled/base-color-picker.js +2 -2
  2. package/bundled/definition19.cjs +63 -44
  3. package/bundled/definition19.js +322 -246
  4. package/bundled/definition2.cjs +1 -1
  5. package/bundled/definition2.js +1 -1
  6. package/bundled/localized.cjs +1 -1
  7. package/bundled/localized.js +17 -13
  8. package/bundled/slottable-request.cjs +4 -4
  9. package/bundled/slottable-request.js +71 -70
  10. package/bundled/vivid-element.cjs +1 -1
  11. package/bundled/vivid-element.js +1 -1
  12. package/custom-elements.json +2540 -2206
  13. package/data-grid/definition.cjs +37 -13
  14. package/data-grid/definition.js +37 -13
  15. package/data-grid/index.cjs +38 -32
  16. package/data-grid/index.js +201 -178
  17. package/icon/definition.cjs +1 -1
  18. package/icon/definition.js +1 -1
  19. package/index.cjs +1 -0
  20. package/index.js +1 -1
  21. package/lib/accordion/accordion.template.d.ts +2 -2
  22. package/lib/accordion/index.d.ts +1 -0
  23. package/lib/accordion-item/accordion-item.d.ts +98 -67
  24. package/lib/accordion-item/accordion-item.template.d.ts +3 -3
  25. package/lib/accordion-item/index.d.ts +1 -0
  26. package/lib/action-group/action-group.d.ts +95 -64
  27. package/lib/action-group/action-group.template.d.ts +2 -2
  28. package/lib/action-group/index.d.ts +1 -0
  29. package/lib/alert/alert.d.ts +192 -130
  30. package/lib/alert/alert.template.d.ts +3 -3
  31. package/lib/alert/index.d.ts +1 -0
  32. package/lib/audio-player/audio-player.d.ts +97 -67
  33. package/lib/audio-player/audio-player.template.d.ts +2 -2
  34. package/lib/audio-player/index.d.ts +1 -0
  35. package/lib/avatar/avatar.d.ts +105 -117
  36. package/lib/avatar/avatar.template.d.ts +1 -1
  37. package/lib/avatar/index.d.ts +1 -0
  38. package/lib/badge/badge.d.ts +98 -67
  39. package/lib/badge/badge.template.d.ts +3 -3
  40. package/lib/badge/index.d.ts +1 -0
  41. package/lib/banner/banner.d.ts +286 -193
  42. package/lib/banner/banner.template.d.ts +3 -3
  43. package/lib/banner/index.d.ts +1 -0
  44. package/lib/breadcrumb/breadcrumb.d.ts +93 -62
  45. package/lib/breadcrumb/breadcrumb.template.d.ts +2 -2
  46. package/lib/breadcrumb/index.d.ts +1 -0
  47. package/lib/breadcrumb-item/breadcrumb-item.d.ts +103 -115
  48. package/lib/breadcrumb-item/breadcrumb-item.template.d.ts +3 -3
  49. package/lib/breadcrumb-item/index.d.ts +1 -0
  50. package/lib/button/button.d.ts +297 -247
  51. package/lib/button/button.template.d.ts +3 -3
  52. package/lib/button/index.d.ts +1 -0
  53. package/lib/calendar/calendar.d.ts +2 -2
  54. package/lib/calendar/calendar.template.d.ts +2 -2
  55. package/lib/calendar/helpers/calendar.event-context.d.ts +1 -1
  56. package/lib/calendar/helpers/calendar.keyboard-interactions.d.ts +1 -1
  57. package/lib/calendar/index.d.ts +1 -0
  58. package/lib/calendar-event/calendar-event.d.ts +95 -64
  59. package/lib/calendar-event/calendar-event.template.d.ts +2 -2
  60. package/lib/calendar-event/index.d.ts +1 -0
  61. package/lib/card/card.d.ts +105 -117
  62. package/lib/card/card.template.d.ts +2 -2
  63. package/lib/card/index.d.ts +1 -0
  64. package/lib/checkbox/checkbox.d.ts +628 -437
  65. package/lib/checkbox/checkbox.template.d.ts +3 -3
  66. package/lib/checkbox/index.d.ts +1 -0
  67. package/lib/color-picker/color-picker.d.ts +726 -506
  68. package/lib/color-picker/color-picker.template.d.ts +2 -2
  69. package/lib/color-picker/definition.d.ts +1 -1
  70. package/lib/color-picker/index.d.ts +1 -0
  71. package/lib/combobox/combobox.d.ts +741 -520
  72. package/lib/combobox/combobox.template.d.ts +3 -3
  73. package/lib/combobox/index.d.ts +1 -0
  74. package/lib/contextual-help/contextual-help.d.ts +1 -1
  75. package/lib/contextual-help/contextual-help.template.d.ts +3 -3
  76. package/lib/contextual-help/index.d.ts +1 -0
  77. package/lib/country/country-code-to-flag-icon.d.ts +1 -1
  78. package/lib/country/country.template.d.ts +3 -3
  79. package/lib/country/index.d.ts +1 -0
  80. package/lib/data-grid/data-grid-cell.d.ts +190 -128
  81. package/lib/data-grid/data-grid-cell.template.d.ts +3 -3
  82. package/lib/data-grid/data-grid-row.d.ts +95 -64
  83. package/lib/data-grid/data-grid-row.template.d.ts +3 -3
  84. package/lib/data-grid/data-grid.d.ts +1 -1
  85. package/lib/data-grid/data-grid.template.d.ts +3 -3
  86. package/lib/data-grid/index.d.ts +1 -0
  87. package/lib/data-grid/locale.d.ts +1 -1
  88. package/lib/date-picker/date-picker.d.ts +1045 -792
  89. package/lib/date-picker/date-picker.template.d.ts +2 -2
  90. package/lib/date-picker/index.d.ts +1 -0
  91. package/lib/date-range-picker/date-range-picker.d.ts +538 -411
  92. package/lib/date-range-picker/date-range-picker.template.d.ts +2 -2
  93. package/lib/date-range-picker/index.d.ts +1 -0
  94. package/lib/date-time-picker/date-time-picker.d.ts +1026 -772
  95. package/lib/date-time-picker/date-time-picker.template.d.ts +2 -2
  96. package/lib/date-time-picker/index.d.ts +1 -0
  97. package/lib/dial-pad/dial-pad.d.ts +95 -64
  98. package/lib/dial-pad/dial-pad.template.d.ts +2 -2
  99. package/lib/dial-pad/index.d.ts +1 -0
  100. package/lib/dialog/dialog.d.ts +189 -127
  101. package/lib/dialog/dialog.template.d.ts +3 -3
  102. package/lib/dialog/index.d.ts +1 -0
  103. package/lib/divider/divider.d.ts +94 -63
  104. package/lib/divider/divider.template.d.ts +2 -2
  105. package/lib/divider/index.d.ts +1 -0
  106. package/lib/elevation/elevation.template.d.ts +2 -2
  107. package/lib/elevation/index.d.ts +1 -0
  108. package/lib/empty-state/empty-state.d.ts +2 -2
  109. package/lib/empty-state/empty-state.template.d.ts +3 -3
  110. package/lib/empty-state/index.d.ts +1 -0
  111. package/lib/fab/fab.d.ts +98 -67
  112. package/lib/fab/fab.template.d.ts +3 -3
  113. package/lib/fab/index.d.ts +1 -0
  114. package/lib/file-picker/__mocks__/data-transfer.d.ts +21 -0
  115. package/lib/file-picker/file-picker.d.ts +736 -515
  116. package/lib/file-picker/file-picker.template.d.ts +3 -3
  117. package/lib/file-picker/index.d.ts +1 -0
  118. package/lib/header/header.d.ts +93 -62
  119. package/lib/header/header.template.d.ts +3 -3
  120. package/lib/header/index.d.ts +1 -0
  121. package/lib/icon/icon.d.ts +2 -2
  122. package/lib/icon/icon.template.d.ts +3 -3
  123. package/lib/icon/index.d.ts +1 -0
  124. package/lib/layout/index.d.ts +1 -0
  125. package/lib/layout/layout.d.ts +2 -2
  126. package/lib/layout/layout.template.d.ts +2 -2
  127. package/lib/menu/index.d.ts +1 -0
  128. package/lib/menu/menu.d.ts +195 -133
  129. package/lib/menu/menu.template.d.ts +3 -3
  130. package/lib/menu-item/index.d.ts +1 -0
  131. package/lib/menu-item/menu-item.d.ts +191 -129
  132. package/lib/menu-item/menu-item.template.d.ts +2 -2
  133. package/lib/nav/index.d.ts +1 -0
  134. package/lib/nav/nav.d.ts +93 -62
  135. package/lib/nav/nav.template.d.ts +2 -2
  136. package/lib/nav-disclosure/index.d.ts +1 -0
  137. package/lib/nav-disclosure/nav-disclosure.d.ts +191 -129
  138. package/lib/nav-disclosure/nav-disclosure.template.d.ts +3 -3
  139. package/lib/nav-item/index.d.ts +1 -0
  140. package/lib/nav-item/nav-item.d.ts +200 -181
  141. package/lib/nav-item/nav-item.template.d.ts +3 -3
  142. package/lib/note/index.d.ts +1 -0
  143. package/lib/note/note.d.ts +97 -66
  144. package/lib/note/note.template.d.ts +3 -3
  145. package/lib/number-field/index.d.ts +1 -0
  146. package/lib/number-field/number-field.d.ts +929 -646
  147. package/lib/number-field/number-field.template.d.ts +3 -3
  148. package/lib/option/index.d.ts +1 -0
  149. package/lib/option/option.d.ts +191 -129
  150. package/lib/option/option.template.d.ts +3 -3
  151. package/lib/pagination/index.d.ts +1 -0
  152. package/lib/pagination/pagination.d.ts +98 -67
  153. package/lib/pagination/pagination.template.d.ts +3 -3
  154. package/lib/popover/definition.d.ts +1 -1
  155. package/lib/popover/index.d.ts +1 -0
  156. package/lib/popover/popover.d.ts +190 -128
  157. package/lib/popover/popover.template.d.ts +2 -2
  158. package/lib/popup/index.d.ts +1 -0
  159. package/lib/popup/popup.d.ts +1 -1
  160. package/lib/popup/popup.template.d.ts +3 -3
  161. package/lib/progress/index.d.ts +1 -0
  162. package/lib/progress/progress.d.ts +94 -63
  163. package/lib/progress/progress.template.d.ts +2 -2
  164. package/lib/progress-ring/index.d.ts +1 -0
  165. package/lib/progress-ring/progress-ring.d.ts +94 -63
  166. package/lib/progress-ring/progress-ring.template.d.ts +2 -2
  167. package/lib/radio/index.d.ts +1 -0
  168. package/lib/radio/radio.d.ts +340 -242
  169. package/lib/radio/radio.template.d.ts +2 -2
  170. package/lib/radio-group/index.d.ts +1 -0
  171. package/lib/radio-group/radio-group.d.ts +99 -68
  172. package/lib/radio-group/radio-group.template.d.ts +3 -3
  173. package/lib/range-slider/index.d.ts +1 -0
  174. package/lib/range-slider/range-slider.d.ts +313 -218
  175. package/lib/range-slider/range-slider.template.d.ts +3 -3
  176. package/lib/rich-text-editor/definition.d.ts +1 -1
  177. package/lib/rich-text-editor/index.d.ts +1 -0
  178. package/lib/rich-text-editor/popover.d.ts +1 -1
  179. package/lib/rich-text-editor/rich-text-editor.d.ts +99 -68
  180. package/lib/rich-text-editor/rich-text-editor.template.d.ts +2 -2
  181. package/lib/rich-text-editor/rte/__tests__/async-generator.d.ts +5 -0
  182. package/lib/rich-text-editor/rte/__tests__/doc-factories.d.ts +106 -0
  183. package/lib/rich-text-editor/rte/__tests__/font-sizes.d.ts +2 -0
  184. package/lib/rich-text-editor/rte/__tests__/promise.d.ts +5 -0
  185. package/lib/rich-text-editor/rte/__tests__/test-utils.d.ts +68 -0
  186. package/lib/rich-text-editor/rte/config.d.ts +4 -4
  187. package/lib/rich-text-editor/rte/exports.d.ts +1 -0
  188. package/lib/rich-text-editor/rte/feature.d.ts +10 -12
  189. package/lib/rich-text-editor/rte/features/alignment.d.ts +19 -0
  190. package/lib/rich-text-editor/rte/features/atom.d.ts +9 -0
  191. package/lib/rich-text-editor/rte/features/base.d.ts +33 -0
  192. package/lib/rich-text-editor/rte/features/bold.d.ts +17 -0
  193. package/lib/rich-text-editor/rte/features/drop-handler.d.ts +21 -0
  194. package/lib/rich-text-editor/rte/features/file-handler.d.ts +25 -0
  195. package/lib/rich-text-editor/rte/features/font-size-picker.d.ts +46 -0
  196. package/lib/rich-text-editor/rte/features/hard-break.d.ts +10 -0
  197. package/lib/rich-text-editor/rte/features/inline-image.d.ts +43 -0
  198. package/lib/rich-text-editor/rte/features/input-rule.d.ts +10 -0
  199. package/lib/rich-text-editor/rte/features/internal/basic-text-blocks.d.ts +6 -6
  200. package/lib/rich-text-editor/rte/features/internal/core.d.ts +37 -0
  201. package/lib/rich-text-editor/rte/features/internal/cursor-fix.d.ts +16 -0
  202. package/lib/rich-text-editor/rte/features/internal/foreign-html.d.ts +1 -1
  203. package/lib/rich-text-editor/rte/features/internal/history.d.ts +2 -2
  204. package/lib/rich-text-editor/rte/features/internal/input-rules.d.ts +4 -4
  205. package/lib/rich-text-editor/rte/features/italic.d.ts +17 -0
  206. package/lib/rich-text-editor/rte/features/keyboard-shortcuts.d.ts +16 -0
  207. package/lib/rich-text-editor/rte/features/link.d.ts +33 -0
  208. package/lib/rich-text-editor/rte/features/list.d.ts +24 -0
  209. package/lib/rich-text-editor/rte/features/monospace.d.ts +22 -0
  210. package/lib/rich-text-editor/rte/features/placeholder.d.ts +23 -0
  211. package/lib/rich-text-editor/rte/features/strikethrough.d.ts +17 -0
  212. package/lib/rich-text-editor/rte/features/suggest.d.ts +14 -0
  213. package/lib/rich-text-editor/rte/features/text-block-picker.d.ts +18 -0
  214. package/lib/rich-text-editor/rte/features/text-color-picker.d.ts +31 -0
  215. package/lib/rich-text-editor/rte/features/toolbar-button.d.ts +13 -0
  216. package/lib/rich-text-editor/rte/features/toolbar.d.ts +37 -0
  217. package/lib/rich-text-editor/rte/features/underline.d.ts +17 -0
  218. package/lib/rich-text-editor/rte/html-parser.d.ts +3 -3
  219. package/lib/rich-text-editor/rte/html-serializer.d.ts +3 -3
  220. package/lib/rich-text-editor/rte/instance.d.ts +10 -8
  221. package/lib/rich-text-editor/rte/public-interface.d.ts +13 -0
  222. package/lib/rich-text-editor/rte/utils/default-textblock.d.ts +2 -2
  223. package/lib/rich-text-editor/rte/utils/feature-state.d.ts +1 -1
  224. package/lib/rich-text-editor/rte/utils/text-before-cursor.d.ts +1 -1
  225. package/lib/rich-text-editor/rte/utils/ui.d.ts +8 -8
  226. package/lib/rich-text-editor/rte/view.d.ts +3 -6
  227. package/lib/rich-text-view/definition.d.ts +1 -1
  228. package/lib/rich-text-view/index.d.ts +2 -0
  229. package/lib/rich-text-view/rich-text-view.d.ts +1 -1
  230. package/lib/rich-text-view/rich-text-view.template.d.ts +2 -2
  231. package/lib/searchable-select/index.d.ts +1 -0
  232. package/lib/searchable-select/option-tag.d.ts +96 -65
  233. package/lib/searchable-select/option-tag.template.d.ts +3 -3
  234. package/lib/searchable-select/searchable-select.d.ts +929 -646
  235. package/lib/searchable-select/searchable-select.template.d.ts +3 -3
  236. package/lib/select/index.d.ts +1 -0
  237. package/lib/select/locale.d.ts +3 -0
  238. package/lib/select/select.d.ts +1240 -579
  239. package/lib/select/select.template.d.ts +3 -3
  240. package/lib/selectable-box/index.d.ts +1 -0
  241. package/lib/selectable-box/selectable-box.d.ts +94 -63
  242. package/lib/selectable-box/selectable-box.template.d.ts +2 -2
  243. package/lib/side-drawer/index.d.ts +1 -0
  244. package/lib/side-drawer/side-drawer.template.d.ts +2 -2
  245. package/lib/simple-color-picker/definition.d.ts +1 -1
  246. package/lib/simple-color-picker/index.d.ts +1 -0
  247. package/lib/simple-color-picker/simple-color-picker.d.ts +216 -153
  248. package/lib/simple-color-picker/simple-color-picker.template.d.ts +2 -2
  249. package/lib/slider/index.d.ts +1 -0
  250. package/lib/slider/slider.d.ts +299 -205
  251. package/lib/slider/slider.template.d.ts +4 -4
  252. package/lib/split-button/index.d.ts +1 -0
  253. package/lib/split-button/split-button.d.ts +288 -195
  254. package/lib/split-button/split-button.template.d.ts +3 -3
  255. package/lib/status/index.d.ts +1 -0
  256. package/lib/status/status.d.ts +98 -67
  257. package/lib/status/status.template.d.ts +3 -3
  258. package/lib/switch/index.d.ts +1 -0
  259. package/lib/switch/switch.d.ts +207 -142
  260. package/lib/switch/switch.template.d.ts +2 -2
  261. package/lib/tab/index.d.ts +1 -0
  262. package/lib/tab/tab.d.ts +288 -195
  263. package/lib/tab/tab.template.d.ts +3 -3
  264. package/lib/tab-panel/index.d.ts +1 -0
  265. package/lib/tab-panel/tab-panel.d.ts +93 -62
  266. package/lib/tab-panel/tab-panel.template.d.ts +2 -2
  267. package/lib/table/index.d.ts +1 -0
  268. package/lib/table/table-body.template.d.ts +3 -3
  269. package/lib/table/table-cell.d.ts +93 -62
  270. package/lib/table/table-cell.template.d.ts +3 -3
  271. package/lib/table/table-head.template.d.ts +3 -3
  272. package/lib/table/table-header-cell.d.ts +93 -62
  273. package/lib/table/table-header-cell.template.d.ts +3 -3
  274. package/lib/table/table-row.d.ts +93 -62
  275. package/lib/table/table-row.template.d.ts +3 -3
  276. package/lib/table/table.template.d.ts +3 -3
  277. package/lib/tabs/index.d.ts +1 -0
  278. package/lib/tabs/tabs.d.ts +2 -2
  279. package/lib/tabs/tabs.template.d.ts +2 -2
  280. package/lib/tag/index.d.ts +1 -0
  281. package/lib/tag/tag.d.ts +288 -195
  282. package/lib/tag/tag.template.d.ts +3 -3
  283. package/lib/tag-group/index.d.ts +1 -0
  284. package/lib/tag-group/tag-group.d.ts +93 -62
  285. package/lib/tag-group/tag-group.template.d.ts +2 -2
  286. package/lib/tag-name-map.d.ts +1 -1
  287. package/lib/text-area/index.d.ts +1 -0
  288. package/lib/text-area/text-area.d.ts +832 -581
  289. package/lib/text-area/text-area.template.d.ts +3 -3
  290. package/lib/text-field/index.d.ts +1 -0
  291. package/lib/text-field/text-field.d.ts +931 -649
  292. package/lib/text-field/text-field.template.d.ts +3 -3
  293. package/lib/time-picker/index.d.ts +1 -0
  294. package/lib/time-picker/time-picker.d.ts +486 -359
  295. package/lib/time-picker/time-picker.template.d.ts +3 -3
  296. package/lib/toggletip/index.d.ts +1 -0
  297. package/lib/toggletip/toggletip.d.ts +197 -135
  298. package/lib/toggletip/toggletip.template.d.ts +3 -3
  299. package/lib/tooltip/index.d.ts +1 -0
  300. package/lib/tooltip/tooltip.d.ts +101 -70
  301. package/lib/tooltip/tooltip.template.d.ts +3 -3
  302. package/lib/tree-item/index.d.ts +1 -0
  303. package/lib/tree-item/tree-item.d.ts +190 -128
  304. package/lib/tree-item/tree-item.template.d.ts +3 -3
  305. package/lib/tree-view/index.d.ts +1 -0
  306. package/lib/tree-view/tree-view.d.ts +93 -62
  307. package/lib/tree-view/tree-view.template.d.ts +2 -2
  308. package/lib/video-player/index.d.ts +1 -0
  309. package/lib/video-player/video-player.d.ts +96 -65
  310. package/lib/video-player/video-player.template.d.ts +1 -1
  311. package/lib/video-player/vivid-video-svg.d.ts +1 -1
  312. package/lib/visually-hidden/definition.d.ts +1 -1
  313. package/lib/visually-hidden/index.d.ts +1 -0
  314. package/lib/visually-hidden/visually-hidden.template.d.ts +1 -1
  315. package/locales/de-DE.cjs +3 -0
  316. package/locales/de-DE.d.ts +1 -1
  317. package/locales/de-DE.js +3 -0
  318. package/locales/en-GB.cjs +3 -0
  319. package/locales/en-GB.d.ts +1 -1
  320. package/locales/en-GB.js +3 -0
  321. package/locales/en-US.cjs +3 -0
  322. package/locales/en-US.d.ts +1 -1
  323. package/locales/en-US.js +3 -0
  324. package/locales/ja-JP.cjs +3 -0
  325. package/locales/ja-JP.d.ts +1 -1
  326. package/locales/ja-JP.js +3 -0
  327. package/locales/zh-CN.cjs +3 -0
  328. package/locales/zh-CN.d.ts +1 -1
  329. package/locales/zh-CN.js +3 -0
  330. package/package.json +6 -6
  331. package/rich-text-editor/definition.cjs +51 -24
  332. package/rich-text-editor/definition.js +52 -26
  333. package/rich-text-editor/index.cjs +7 -7
  334. package/rich-text-editor/index.js +1255 -1237
  335. package/rich-text-view/index.js +1 -1
  336. package/select/definition.cjs +104 -5
  337. package/select/definition.js +104 -5
  338. package/shared/aria/aria-change-subscription.d.ts +1 -1
  339. package/shared/aria/aria-mixin.d.ts +94 -63
  340. package/shared/aria/attribute-removal.d.ts +1 -1
  341. package/shared/aria/delegate-aria-behavior.d.ts +2 -2
  342. package/shared/aria/delegates-aria.d.ts +96 -65
  343. package/shared/aria/host-semantics-behavior.d.ts +2 -2
  344. package/shared/aria/host-semantics.d.ts +97 -66
  345. package/shared/color-picker/base-color-picker.d.ts +114 -82
  346. package/shared/datetime/dateRange.d.ts +1 -1
  347. package/shared/datetime/dateTimeStr.d.ts +4 -4
  348. package/shared/datetime/month.d.ts +1 -1
  349. package/shared/datetime/presentationDate.d.ts +2 -2
  350. package/shared/datetime/presentationDateRange.d.ts +2 -2
  351. package/shared/datetime/presentationDateTime.d.ts +2 -2
  352. package/shared/datetime/presentationTime.d.ts +1 -1
  353. package/shared/datetime/year.d.ts +1 -1
  354. package/shared/deprecation/replaced-props.d.ts +95 -60
  355. package/shared/design-system/createRegisterFunction.d.ts +1 -1
  356. package/shared/design-system/defineVividComponent.d.ts +1 -1
  357. package/shared/feedback/feedback-message.d.ts +96 -65
  358. package/shared/feedback/mixins.d.ts +200 -138
  359. package/shared/foundation/button/button.d.ts +202 -139
  360. package/shared/foundation/button/button.template.d.ts +2 -2
  361. package/shared/foundation/form-associated/form-associated.d.ts +213 -147
  362. package/shared/foundation/listbox/listbox.d.ts +1 -1
  363. package/shared/foundation/test-utilities/fixture.d.ts +18 -0
  364. package/shared/foundation/vivid-element/vivid-element.d.ts +194 -131
  365. package/shared/localization/Locale.d.ts +31 -29
  366. package/shared/localization/index.d.ts +1 -1
  367. package/shared/patterns/affix.d.ts +195 -133
  368. package/shared/patterns/anchored.d.ts +202 -140
  369. package/shared/patterns/char-count/char-count.d.ts +99 -68
  370. package/shared/patterns/chevron.d.ts +2 -2
  371. package/shared/patterns/form-elements/form-element.d.ts +114 -488
  372. package/shared/patterns/form-elements/with-contextual-help.d.ts +117 -903
  373. package/shared/patterns/form-elements/with-error-text.d.ts +120 -906
  374. package/shared/patterns/form-elements/with-success-text.d.ts +97 -66
  375. package/shared/patterns/linkable.d.ts +106 -117
  376. package/shared/patterns/localized.d.ts +197 -135
  377. package/shared/patterns/trapped-focus.d.ts +95 -64
  378. package/shared/picker-field/mixins/calendar-picker.d.ts +251 -188
  379. package/shared/picker-field/mixins/calendar-picker.template.d.ts +271 -208
  380. package/shared/picker-field/mixins/calendar-segments/calendarGrid.d.ts +3 -3
  381. package/shared/picker-field/mixins/calendar-segments/monthPickerGrid.d.ts +2 -2
  382. package/shared/picker-field/mixins/calendar-segments/segment.d.ts +2 -2
  383. package/shared/picker-field/mixins/inline-time-picker/columns.d.ts +2 -2
  384. package/shared/picker-field/mixins/inline-time-picker/index.d.ts +1 -0
  385. package/shared/picker-field/mixins/inline-time-picker/inline-time-picker.d.ts +95 -64
  386. package/shared/picker-field/mixins/inline-time-picker/inline-time-picker.template.d.ts +3 -3
  387. package/shared/picker-field/mixins/inline-time-picker/picker-option.d.ts +1 -1
  388. package/shared/picker-field/mixins/min-max-calendar-picker.d.ts +277 -1102
  389. package/shared/picker-field/mixins/single-date-picker.d.ts +274 -1953
  390. package/shared/picker-field/mixins/single-value-picker.d.ts +236 -173
  391. package/shared/picker-field/mixins/time-selection-picker.d.ts +257 -1046
  392. package/shared/picker-field/mixins/time-selection-picker.template.d.ts +486 -360
  393. package/shared/picker-field/picker-field.d.ts +735 -514
  394. package/shared/picker-field/picker-field.template.d.ts +2 -2
  395. package/shared/templating/attribute-binding-behaviour.d.ts +1 -1
  396. package/shared/templating/render-in-light-dom.d.ts +2 -2
  397. package/shared/utils/closest-of-type.d.ts +2 -0
  398. package/shared/utils/direct-children-of-type.d.ts +2 -0
  399. package/shared/utils/dom-traversal-types.d.ts +3 -0
  400. package/shared/utils/first-of-type.d.ts +2 -0
  401. package/shared/utils/last-of-type.d.ts +2 -0
  402. package/shared/utils/nested-children-of-type.d.ts +2 -0
  403. package/shared/utils/next-of-type.d.ts +2 -0
  404. package/shared/utils/numberConverter.d.ts +1 -1
  405. package/shared/utils/prev-of-type.d.ts +2 -0
  406. package/shared/utils/promise.d.ts +2 -2
  407. package/shared/utils/siblings-of-type.d.ts +2 -0
  408. package/styles/core/all.css +2 -2
  409. package/styles/core/theme.css +2 -2
  410. package/styles/core/typography.css +1 -1
  411. package/styles/tokens/theme-dark.css +4 -4
  412. package/styles/tokens/theme-light.css +4 -4
  413. package/styles/tokens/vivid-2-compat.css +1 -1
  414. package/unbundled/base-color-picker.cjs +2 -2
  415. package/unbundled/base-color-picker.js +2 -2
  416. package/unbundled/localized.cjs +1 -0
  417. package/unbundled/localized.js +1 -0
  418. package/unbundled/slottable-request.cjs +8 -5
  419. package/unbundled/slottable-request.js +8 -6
  420. package/unbundled/vivid-element.cjs +1 -1
  421. package/unbundled/vivid-element.js +1 -1
  422. package/vivid.api.json +759 -38
@@ -1,999 +1,112 @@
1
- import { type ValueConverter } from '@microsoft/fast-element';
2
- import type { AbstractConstructor } from '../../utils/mixins';
1
+ import { ValueConverter } from '@microsoft/fast-element';
2
+ import { DateStr } from '../../datetime/dateStr';
3
+ import { AbstractConstructor } from '../../utils/mixins';
4
+ import { CalendarPickerElement } from './calendar-picker';
3
5
  export declare const ValidDateFilter: ValueConverter;
4
- export declare const MinMaxCalendarPicker: <T_5 extends AbstractConstructor<{
5
- _selectedMonth: import("../../datetime/month").Month;
6
- _adjustSelectedMonthToEnsureVisibilityOf(date: string): boolean;
7
- _currentDate: string;
8
- _currentMonth: import("../../datetime/month").Month;
9
- readonly _resolvedMinDate: string;
10
- readonly _resolvedMaxDate: string;
11
- _isDateInValidRange(date: string): boolean;
12
- "__#23@#isMonthAfterValidRange"(month: import("../../datetime/month").Month): boolean | "";
13
- "__#23@#isMonthBeforeValidRange"(month: import("../../datetime/month").Month): boolean | "";
14
- _isMonthInValidRange(month: import("../../datetime/month").Month): boolean;
15
- _closePopup(restoreFocusToTextField?: boolean): void;
16
- _onPickerButtonClick(): void;
17
- _onTitleActionClick(): void;
18
- readonly _isPrevYearDisabled: boolean | "";
19
- _onPrevYearClick(): void;
20
- readonly _isNextYearDisabled: boolean | "";
21
- _onNextYearClick(): void;
22
- readonly _isPrevMonthDisabled: boolean | "";
23
- _onPrevMonthClick(): void;
24
- readonly _isNextMonthDisabled: boolean | "";
25
- _onNextMonthClick(): void;
26
- _numCalendars: number;
27
- readonly _segments: import("./calendar-segments/segment").Segment[];
28
- _hideDatesOutsideMonth: boolean;
29
- _lastFocussedDate: string | null;
30
- _isDateSelected(_: string): boolean;
31
- _isDateAriaSelected(date: string): boolean;
32
- _isDateInSelectedRange(_: string): boolean;
33
- _isDateRangeStart(_: string): boolean;
34
- _isDateRangeEnd(_: string): boolean;
35
- _getSelectedDates(): string[];
36
- _onDateMouseEnter(_: string): void;
37
- _onDateMouseLeave(_: string): void;
38
- _onDateClick(date: string): void;
39
- _onDateKeydown(date: string, event: KeyboardEvent): boolean;
40
- _onDateFocus(date: string): void;
41
- readonly _tabbableDate: string | null;
42
- _monthPickerYear: number | null;
43
- readonly _inMonthPicker: boolean;
44
- _lastFocussedMonth: import("../../datetime/month").Month | null;
45
- _onMonthClick(month: import("../../datetime/month").Month): void;
46
- _onMonthKeydown(month: import("../../datetime/month").Month, event: KeyboardEvent): boolean;
47
- _onMonthFocus(month: import("../../datetime/month").Month): void;
48
- readonly _tabbableMonth: import("../../datetime/month").Month | null;
49
- readOnly: boolean;
50
- readOnlyChanged(): void;
51
- _textFieldEl: import("../../..").VwcTextFieldElement;
52
- _dialogEl: HTMLElement;
53
- _pickerButtonEl: import("../../..").VwcButtonElement;
54
- connectedCallback(): void;
55
- disconnectedCallback(): void;
56
- "__#22@#onFocusIn": () => void;
57
- "__#22@#onFocusOut": () => void;
58
- proxy: HTMLInputElement;
59
- validate(): void;
60
- _getCustomValidationError(): string | null;
61
- "__#22@#localeChangeHandler": {
62
- handleChange: () => void;
63
- };
64
- "__#22@#localeChangeObserver": import("@microsoft/fast-element").ExpressionNotifier<any, any, any>;
65
- "__#22@#startObservingLocaleChanges"(): void;
66
- "__#22@#stopObservingLocaleChanges"(): void;
67
- _popupOpen: boolean;
68
- "__#22@#dismissOnClickOutside": (event: MouseEvent) => void;
69
- "__#22@#openPopupIfPossible"(): void;
70
- _onBaseKeyDown(event: KeyboardEvent): boolean;
71
- _focusableElsWithinDialog(): NodeListOf<HTMLElement>;
72
- readonly _dialogLabel: string;
73
- _presentationValue: string;
74
- _presentationValueChanged(): void;
75
- _updatePresentationValue(): void;
76
- readonly _textFieldPlaceholder: string;
77
- _textFieldSize?: string | undefined;
78
- _onTextFieldInput(event: Event): void;
79
- _onTextFieldChange(): void;
80
- readonly _pickerButtonLabel: string;
81
- readonly _pickerButtonIcon: string;
82
- _onOkClick(): void;
83
- _onClearClick(): void;
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);
123
- _vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
124
- readonly $fastController: import("@microsoft/fast-element").ElementController<HTMLElement>;
125
- $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
126
- attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
127
- accessKey: string;
128
- readonly accessKeyLabel: string;
129
- autocapitalize: string;
130
- dir: string;
131
- draggable: boolean;
132
- hidden: boolean;
133
- inert: boolean;
134
- innerText: string;
135
- lang: string;
136
- readonly offsetHeight: number;
137
- readonly offsetLeft: number;
138
- readonly offsetParent: Element | null;
139
- readonly offsetTop: number;
140
- readonly offsetWidth: number;
141
- outerText: string;
142
- spellcheck: boolean;
143
- title: string;
144
- translate: boolean;
145
- attachInternals(): ElementInternals;
146
- click(): void;
147
- addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
148
- addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | 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;
150
- removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
151
- readonly attributes: NamedNodeMap;
152
- readonly classList: DOMTokenList;
153
- className: string;
154
- readonly clientHeight: number;
155
- readonly clientLeft: number;
156
- readonly clientTop: number;
157
- readonly clientWidth: number;
158
- id: string;
159
- readonly localName: string;
160
- readonly namespaceURI: string | null;
161
- onfullscreenchange: ((this: Element, ev: Event) => any) | null;
162
- onfullscreenerror: ((this: Element, ev: Event) => any) | null;
163
- outerHTML: string;
164
- readonly ownerDocument: Document;
165
- readonly part: DOMTokenList;
166
- readonly prefix: string | null;
167
- readonly scrollHeight: number;
168
- scrollLeft: number;
169
- scrollTop: number;
170
- readonly scrollWidth: number;
171
- readonly shadowRoot: ShadowRoot | null;
172
- slot: string;
173
- readonly tagName: string;
174
- attachShadow(init: ShadowRootInit): ShadowRoot;
175
- checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
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;
180
- getAttribute(qualifiedName: string): string | null;
181
- getAttributeNS(namespace: string | null, localName: string): string | null;
182
- getAttributeNames(): string[];
183
- getAttributeNode(qualifiedName: string): Attr | null;
184
- getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
185
- getBoundingClientRect(): DOMRect;
186
- getClientRects(): DOMRectList;
187
- getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
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]>;
192
- getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
193
- getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
194
- getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
195
- getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
196
- getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
197
- hasAttribute(qualifiedName: string): boolean;
198
- hasAttributeNS(namespace: string | null, localName: string): boolean;
199
- hasAttributes(): boolean;
200
- hasPointerCapture(pointerId: number): boolean;
201
- insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
202
- insertAdjacentHTML(position: InsertPosition, text: string): void;
203
- insertAdjacentText(where: InsertPosition, data: string): void;
204
- matches(selectors: string): boolean;
205
- releasePointerCapture(pointerId: number): void;
206
- removeAttribute(qualifiedName: string): void;
207
- removeAttributeNS(namespace: string | null, localName: string): void;
208
- removeAttributeNode(attr: Attr): Attr;
209
- requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
210
- requestPointerLock(): void;
211
- scroll(options?: ScrollToOptions | undefined): void;
212
- scroll(x: number, y: number): void;
213
- scrollBy(options?: ScrollToOptions | undefined): void;
214
- scrollBy(x: number, y: number): void;
215
- scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
216
- scrollTo(options?: ScrollToOptions | undefined): void;
217
- scrollTo(x: number, y: number): void;
218
- setAttribute(qualifiedName: string, value: string): void;
219
- setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
220
- setAttributeNode(attr: Attr): Attr | null;
221
- setAttributeNodeNS(attr: Attr): Attr | null;
222
- setPointerCapture(pointerId: number): void;
223
- toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
224
- webkitMatchesSelector(selectors: string): boolean;
225
- readonly baseURI: string;
226
- readonly childNodes: NodeListOf<ChildNode>;
227
- readonly firstChild: ChildNode | null;
228
- readonly isConnected: boolean;
229
- readonly lastChild: ChildNode | null;
230
- readonly nextSibling: ChildNode | null;
231
- readonly nodeName: string;
232
- readonly nodeType: number;
233
- nodeValue: string | null;
234
- readonly parentElement: HTMLElement | null;
235
- readonly parentNode: ParentNode | null;
236
- readonly previousSibling: ChildNode | null;
237
- textContent: string | null;
238
- appendChild<T extends Node>(node: T): T;
239
- cloneNode(deep?: boolean | undefined): Node;
240
- compareDocumentPosition(other: Node): number;
241
- contains(other: Node | null): boolean;
242
- getRootNode(options?: GetRootNodeOptions | undefined): Node;
243
- hasChildNodes(): boolean;
244
- insertBefore<T_1 extends Node>(node: T_1, child: Node | null): T_1;
245
- isDefaultNamespace(namespace: string | null): boolean;
246
- isEqualNode(otherNode: Node | null): boolean;
247
- isSameNode(otherNode: Node | null): boolean;
248
- lookupNamespaceURI(prefix: string | null): string | null;
249
- lookupPrefix(namespace: string | null): string | null;
250
- normalize(): void;
251
- removeChild<T_2 extends Node>(child: T_2): T_2;
252
- replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
253
- readonly ELEMENT_NODE: 1;
254
- readonly ATTRIBUTE_NODE: 2;
255
- readonly TEXT_NODE: 3;
256
- readonly CDATA_SECTION_NODE: 4;
257
- readonly ENTITY_REFERENCE_NODE: 5;
258
- readonly ENTITY_NODE: 6;
259
- readonly PROCESSING_INSTRUCTION_NODE: 7;
260
- readonly COMMENT_NODE: 8;
261
- readonly DOCUMENT_NODE: 9;
262
- readonly DOCUMENT_TYPE_NODE: 10;
263
- readonly DOCUMENT_FRAGMENT_NODE: 11;
264
- readonly NOTATION_NODE: 12;
265
- readonly DOCUMENT_POSITION_DISCONNECTED: 1;
266
- readonly DOCUMENT_POSITION_PRECEDING: 2;
267
- readonly DOCUMENT_POSITION_FOLLOWING: 4;
268
- readonly DOCUMENT_POSITION_CONTAINS: 8;
269
- readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
270
- readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
271
- dispatchEvent(event: Event): boolean;
272
- ariaAtomic: string | null;
273
- ariaAutoComplete: string | null;
274
- ariaBusy: string | null;
275
- ariaChecked: string | null;
276
- ariaColCount: string | null;
277
- ariaColIndex: string | null;
278
- ariaColSpan: string | null;
279
- ariaCurrent: string | null;
280
- ariaDisabled: string | null;
281
- ariaExpanded: string | null;
282
- ariaHasPopup: string | null;
283
- ariaHidden: string | null;
284
- ariaInvalid: string | null;
285
- ariaKeyShortcuts: string | null;
286
- ariaLabel: string | null;
287
- ariaLevel: string | null;
288
- ariaLive: string | null;
289
- ariaModal: string | null;
290
- ariaMultiLine: string | null;
291
- ariaMultiSelectable: string | null;
292
- ariaOrientation: string | null;
293
- ariaPlaceholder: string | null;
294
- ariaPosInSet: string | null;
295
- ariaPressed: string | null;
296
- ariaReadOnly: string | null;
297
- ariaRequired: string | null;
298
- ariaRoleDescription: string | null;
299
- ariaRowCount: string | null;
300
- ariaRowIndex: string | null;
301
- ariaRowSpan: string | null;
302
- ariaSelected: string | null;
303
- ariaSetSize: string | null;
304
- ariaSort: string | null;
305
- ariaValueMax: string | null;
306
- ariaValueMin: string | null;
307
- ariaValueNow: string | null;
308
- ariaValueText: string | null;
309
- role: string | null;
310
- animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
311
- getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
312
- after(...nodes: (string | Node)[]): void;
313
- before(...nodes: (string | Node)[]): void;
314
- remove(): void;
315
- replaceWith(...nodes: (string | Node)[]): void;
316
- innerHTML: string;
317
- readonly nextElementSibling: Element | null;
318
- readonly previousElementSibling: Element | null;
319
- readonly childElementCount: number;
320
- readonly children: HTMLCollection;
321
- readonly firstElementChild: Element | null;
322
- readonly lastElementChild: Element | null;
323
- append(...nodes: (string | Node)[]): void;
324
- prepend(...nodes: (string | Node)[]): void;
325
- querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
326
- querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
327
- querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
328
- querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
329
- querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
330
- querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
331
- querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
332
- querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
333
- querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
334
- querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
335
- replaceChildren(...nodes: (string | Node)[]): void;
336
- readonly assignedSlot: HTMLSlotElement | null;
337
- readonly style: CSSStyleDeclaration;
338
- contentEditable: string;
339
- enterKeyHint: string;
340
- inputMode: string;
341
- readonly isContentEditable: boolean;
342
- onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
343
- onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
344
- onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
345
- onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
346
- onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
347
- onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
348
- onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
349
- onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
350
- oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
351
- oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
352
- oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
353
- onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
354
- onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
355
- onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
356
- oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
357
- oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
358
- oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
359
- oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
360
- ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
361
- ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
362
- ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
363
- ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
364
- ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
365
- ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
366
- ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
367
- ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
368
- ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
369
- onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
370
- onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
371
- onerror: OnErrorEventHandler;
372
- onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
373
- onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
374
- ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
375
- oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
376
- oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
377
- onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
378
- onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
379
- onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
380
- onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
381
- onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
382
- onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
383
- onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
384
- onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
385
- onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
386
- onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
387
- onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
388
- onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
389
- onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
390
- onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
391
- onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
392
- onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
393
- onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
394
- onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
395
- onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
396
- onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
397
- onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
398
- onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
399
- onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
400
- onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
401
- onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
402
- onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
403
- onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
404
- onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
405
- onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
406
- onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
407
- onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
408
- onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
409
- onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
410
- onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
411
- onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
412
- onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
413
- onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
414
- onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
415
- onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
416
- onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
417
- onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
418
- onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
419
- ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
420
- ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
421
- ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
422
- ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
423
- ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
424
- ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
425
- ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
426
- ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
427
- ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
428
- ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
429
- onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
430
- onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
431
- onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
432
- onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
433
- onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
434
- onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
435
- onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
436
- autofocus: boolean;
437
- readonly dataset: DOMStringMap;
438
- nonce?: string | undefined;
439
- tabIndex: number;
440
- blur(): void;
441
- focus(options?: FocusOptions | undefined): void;
442
- ariaColIndexText: string | null;
443
- ariaDescription: string | null;
444
- ariaRowIndexText: string | null;
445
- ariaRelevant: string | null;
446
- roleChanged(prev: string | null, next: string | null): void;
447
- ariaAtomicChanged(prev: string | null, next: string | null): void;
448
- ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
449
- ariaBusyChanged(prev: string | null, next: string | null): void;
450
- ariaCheckedChanged(prev: string | null, next: string | null): void;
451
- ariaColCountChanged(prev: string | null, next: string | null): void;
452
- ariaColIndexChanged(prev: string | null, next: string | null): void;
453
- ariaColIndexTextChanged(prev: string | null, next: string | null): void;
454
- ariaColSpanChanged(prev: string | null, next: string | null): void;
455
- ariaCurrentChanged(prev: string | null, next: string | null): void;
456
- ariaDescriptionChanged(prev: string | null, next: string | null): void;
457
- ariaDisabledChanged(prev: string | null, next: string | null): void;
458
- ariaExpandedChanged(prev: string | null, next: string | null): void;
459
- ariaHasPopupChanged(prev: string | null, next: string | null): void;
460
- ariaHiddenChanged(prev: string | null, next: string | null): void;
461
- ariaInvalidChanged(prev: string | null, next: string | null): void;
462
- ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
463
- ariaLabelChanged(prev: string | null, next: string | null): void;
464
- ariaLevelChanged(prev: string | null, next: string | null): void;
465
- ariaLiveChanged(prev: string | null, next: string | null): void;
466
- ariaModalChanged(prev: string | null, next: string | null): void;
467
- ariaMultiLineChanged(prev: string | null, next: string | null): void;
468
- ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
469
- ariaOrientationChanged(prev: string | null, next: string | null): void;
470
- ariaPlaceholderChanged(prev: string | null, next: string | null): void;
471
- ariaPosInSetChanged(prev: string | null, next: string | null): void;
472
- ariaPressedChanged(prev: string | null, next: string | null): void;
473
- ariaReadOnlyChanged(prev: string | null, next: string | null): void;
474
- ariaRequiredChanged(prev: string | null, next: string | null): void;
475
- ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
476
- ariaRowCountChanged(prev: string | null, next: string | null): void;
477
- ariaRowIndexChanged(prev: string | null, next: string | null): void;
478
- ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
479
- ariaRowSpanChanged(prev: string | null, next: string | null): void;
480
- ariaSelectedChanged(prev: string | null, next: string | null): void;
481
- ariaSetSizeChanged(prev: string | null, next: string | null): void;
482
- ariaSortChanged(prev: string | null, next: string | null): void;
483
- ariaValueMaxChanged(prev: string | null, next: string | null): void;
484
- ariaValueMinChanged(prev: string | null, next: string | null): void;
485
- ariaValueNowChanged(prev: string | null, next: string | null): void;
486
- ariaValueTextChanged(prev: string | null, next: string | null): void;
487
- ariaRelevantChanged(prev: string | null, next: string | null): void;
488
- "__#1@#handleReplacedProp"(replacedProp: {
489
- newPropertyName: string;
490
- deprecatedPropertyName: string;
491
- fromDeprecated: (v: any) => any;
492
- toDeprecated?: ((v: any) => any) | undefined;
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: import("../../design-system/defineVividComponent").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: import("../../design-system/defineVividComponent").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>;
886
- errorText?: string | undefined;
887
- errorTextChanged(_: string, newErrorText: string | undefined): void;
888
- "__#4@#blockValidateCalls": boolean;
889
- "__#4@#originalValidateFn": () => void;
890
- "__#4@#forceCustomError"(errorMessage: string): void;
891
- "__#4@#clearCustomErrorAndRevalidate"(): void;
892
- _trappedFocus(event: KeyboardEvent, getFocusableEls: () => NodeListOf<HTMLElement>): boolean;
893
- readonly locale: import("../../localization/Locale").Locale;
894
- } & import("../picker-field").PickerField>>(SuperClass: T_5) => (abstract new (...args: any[]) => {
6
+ export declare const MinMaxCalendarPicker: <T extends AbstractConstructor<CalendarPickerElement>>(SuperClass: T) => (abstract new (...args: any[]) => {
895
7
  min: string;
896
8
  minChanged(_: string, newMin: string): void;
897
- readonly _resolvedMinDate: string;
9
+ get _resolvedMinDate(): DateStr | "";
898
10
  max: string;
899
11
  maxChanged(_: string, newMax: string): void;
900
- readonly _resolvedMaxDate: string;
901
- _selectedMonth: import("../../datetime/month").Month;
902
- _adjustSelectedMonthToEnsureVisibilityOf(date: string): boolean;
12
+ get _resolvedMaxDate(): DateStr | "";
13
+ _selectedMonth: import('../../datetime/month').Month;
14
+ _adjustSelectedMonthToEnsureVisibilityOf(date: DateStr): boolean;
903
15
  _currentDate: string;
904
- _currentMonth: import("../../datetime/month").Month;
905
- _isDateInValidRange(date: string): boolean;
906
- "__#23@#isMonthAfterValidRange"(month: import("../../datetime/month").Month): boolean | "";
907
- "__#23@#isMonthBeforeValidRange"(month: import("../../datetime/month").Month): boolean | "";
908
- _isMonthInValidRange(month: import("../../datetime/month").Month): boolean;
16
+ _currentMonth: import('../../datetime/month').Month;
17
+ _isDateInValidRange(date: DateStr): boolean;
18
+ "__#private@#isMonthAfterValidRange"(month: import('../../datetime/month').Month): boolean | "";
19
+ "__#private@#isMonthBeforeValidRange"(month: import('../../datetime/month').Month): boolean | "";
20
+ _isMonthInValidRange(month: import('../../datetime/month').Month): boolean;
909
21
  _closePopup: ((restoreFocusToTextField?: boolean) => void) & ((restoreFocusToTextField?: boolean) => void);
910
22
  _onPickerButtonClick: (() => void) & (() => void);
911
23
  _onTitleActionClick(): void;
912
- readonly _isPrevYearDisabled: boolean | "";
24
+ get _isPrevYearDisabled(): boolean | "";
913
25
  _onPrevYearClick(): void;
914
- readonly _isNextYearDisabled: boolean | "";
26
+ get _isNextYearDisabled(): boolean | "";
915
27
  _onNextYearClick(): void;
916
- readonly _isPrevMonthDisabled: boolean | "";
28
+ get _isPrevMonthDisabled(): boolean | "";
917
29
  _onPrevMonthClick(): void;
918
- readonly _isNextMonthDisabled: boolean | "";
30
+ get _isNextMonthDisabled(): boolean | "";
919
31
  _onNextMonthClick(): void;
920
32
  _numCalendars: number;
921
- readonly _segments: import("./calendar-segments/segment").Segment[];
33
+ get _segments(): import('./calendar-segments/segment').Segment[];
922
34
  _hideDatesOutsideMonth: boolean;
923
- _lastFocussedDate: string | null;
924
- _isDateSelected(_: string): boolean;
925
- _isDateAriaSelected(date: string): boolean;
926
- _isDateInSelectedRange(_: string): boolean;
927
- _isDateRangeStart(_: string): boolean;
928
- _isDateRangeEnd(_: string): boolean;
929
- _getSelectedDates(): string[];
930
- _onDateMouseEnter(_: string): void;
931
- _onDateMouseLeave(_: string): void;
932
- _onDateClick(date: string): void;
933
- _onDateKeydown(date: string, event: KeyboardEvent): boolean;
934
- _onDateFocus(date: string): void;
935
- readonly _tabbableDate: string | null;
35
+ _lastFocussedDate: DateStr | null;
36
+ _isDateSelected(_: DateStr): boolean;
37
+ _isDateAriaSelected(date: DateStr): boolean;
38
+ _isDateInSelectedRange(_: DateStr): boolean;
39
+ _isDateRangeStart(_: DateStr): boolean;
40
+ _isDateRangeEnd(_: DateStr): boolean;
41
+ _getSelectedDates(): DateStr[];
42
+ _onDateMouseEnter(_: DateStr): void;
43
+ _onDateMouseLeave(_: DateStr): void;
44
+ _onDateClick(date: DateStr): void;
45
+ _onDateKeydown(date: DateStr, event: KeyboardEvent): boolean;
46
+ _onDateFocus(date: DateStr): void;
47
+ get _tabbableDate(): DateStr | null;
936
48
  _monthPickerYear: number | null;
937
- readonly _inMonthPicker: boolean;
938
- _lastFocussedMonth: import("../../datetime/month").Month | null;
939
- _onMonthClick(month: import("../../datetime/month").Month): void;
940
- _onMonthKeydown(month: import("../../datetime/month").Month, event: KeyboardEvent): boolean;
941
- _onMonthFocus(month: import("../../datetime/month").Month): void;
942
- readonly _tabbableMonth: import("../../datetime/month").Month | null;
49
+ get _inMonthPicker(): boolean;
50
+ _lastFocussedMonth: import('../../datetime/month').Month | null;
51
+ _onMonthClick(month: import('../../datetime/month').Month): void;
52
+ _onMonthKeydown(month: import('../../datetime/month').Month, event: KeyboardEvent): boolean;
53
+ _onMonthFocus(month: import('../../datetime/month').Month): void;
54
+ get _tabbableMonth(): import('../../datetime/month').Month | null;
943
55
  readOnly: boolean;
944
56
  readOnlyChanged(): void;
945
- _textFieldEl: import("../../..").VwcTextFieldElement;
57
+ _textFieldEl: import('../../..').VwcTextFieldElement;
946
58
  _dialogEl: HTMLElement;
947
- _pickerButtonEl: import("../../..").VwcButtonElement;
59
+ _pickerButtonEl: import('../../..').VwcButtonElement;
948
60
  connectedCallback(): void;
949
61
  disconnectedCallback(): void;
950
- "__#22@#onFocusIn": () => void;
951
- "__#22@#onFocusOut": () => void;
62
+ "__#private@#onFocusIn": () => void;
63
+ "__#private@#onFocusOut": () => void;
952
64
  proxy: HTMLInputElement;
953
65
  validate(): void;
954
66
  _getCustomValidationError(): string | null;
955
- "__#22@#localeChangeHandler": {
67
+ "__#private@#localeChangeHandler": {
956
68
  handleChange: () => void;
957
69
  };
958
- "__#22@#localeChangeObserver": import("@microsoft/fast-element").ExpressionNotifier<any, any, any>;
959
- "__#22@#startObservingLocaleChanges"(): void;
960
- "__#22@#stopObservingLocaleChanges"(): void;
70
+ "__#private@#localeChangeObserver": import('@microsoft/fast-element').ExpressionNotifier;
71
+ "__#private@#startObservingLocaleChanges"(): void;
72
+ "__#private@#stopObservingLocaleChanges"(): void;
961
73
  _popupOpen: boolean;
962
- "__#22@#dismissOnClickOutside": (event: MouseEvent) => void;
963
- "__#22@#openPopupIfPossible"(): void;
74
+ "__#private@#dismissOnClickOutside": (event: MouseEvent) => void;
75
+ "__#private@#openPopupIfPossible"(): void;
964
76
  _onBaseKeyDown(event: KeyboardEvent): boolean;
965
77
  _focusableElsWithinDialog(): NodeListOf<HTMLElement>;
966
- readonly _dialogLabel: string;
78
+ get _dialogLabel(): string;
967
79
  _presentationValue: string;
968
80
  _presentationValueChanged(): void;
969
81
  _updatePresentationValue(): void;
970
- readonly _textFieldPlaceholder: string;
971
- _textFieldSize?: string | undefined;
82
+ get _textFieldPlaceholder(): string;
83
+ _textFieldSize?: string;
972
84
  _onTextFieldInput(event: Event): void;
973
85
  _onTextFieldChange(): void;
974
- readonly _pickerButtonLabel: string;
975
- readonly _pickerButtonIcon: string;
86
+ get _pickerButtonLabel(): string;
87
+ get _pickerButtonIcon(): string;
976
88
  _onOkClick(): void;
977
89
  _onClearClick(): void;
978
- _contextualHelpSlottedContent?: HTMLElement[] | undefined;
979
- readonly _hasContextualHelp: boolean;
90
+ _contextualHelpSlottedContent?: HTMLElement[];
91
+ get _hasContextualHelp(): boolean;
980
92
  _isFromContextualHelp(e: Event): boolean;
981
- label?: string | undefined;
93
+ label?: string;
982
94
  errorValidationMessage: string;
983
95
  forceErrorDisplay: boolean;
984
96
  hasBeenTouched: boolean;
985
- "__#3@#handleInvalidEvent": (() => void) & (() => void);
97
+ "__#private@#handleInvalidEvent": () => void;
986
98
  formResetCallback: (() => void) & (() => void) & (() => void) & (() => void);
987
- readonly validity: ValidityState;
988
- readonly form: HTMLFormElement | null;
989
- readonly validationMessage: string;
990
- readonly willValidate: boolean;
991
- readonly labels: readonly Node[];
99
+ get validity(): ValidityState;
100
+ get form(): HTMLFormElement | null;
101
+ get validationMessage(): string;
102
+ get willValidate(): boolean;
103
+ get labels(): ReadonlyArray<Node>;
992
104
  dirtyValue: boolean;
993
- proxySlot?: HTMLSlotElement | undefined;
105
+ proxySlot?: HTMLSlotElement;
994
106
  value: string;
995
107
  valueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
996
- currentValue: string;
108
+ get currentValue(): string;
109
+ set currentValue(value: string);
997
110
  initialValue: string;
998
111
  initialValueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
999
112
  disabled: boolean;
@@ -1002,25 +115,26 @@ export declare const MinMaxCalendarPicker: <T_5 extends AbstractConstructor<{
1002
115
  nameChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
1003
116
  required: boolean;
1004
117
  requiredChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
1005
- readonly elementInternals: ElementInternals | null;
118
+ get elementInternals(): ElementInternals | null;
1006
119
  proxyEventsToBlock: string[];
1007
120
  checkValidity: (() => boolean) & (() => boolean);
1008
121
  reportValidity: (() => boolean) & (() => boolean);
1009
- setValidity: ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void) & ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void);
122
+ setValidity: ((flags: ValidityStateFlags, message?: string, anchor?: HTMLElement) => void) & ((flags: ValidityStateFlags, message?: string, anchor?: HTMLElement) => void);
1010
123
  formDisabledCallback: ((disabled: boolean) => void) & ((disabled: boolean) => void);
1011
124
  proxyInitialized: boolean;
1012
125
  attachProxy: (() => void) & (() => void);
1013
126
  detachProxy: (() => void) & (() => void);
1014
- 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);
127
+ setFormValue: ((value: File | string | FormData | null, state?: File | string | FormData | null) => void) & ((value: File | string | FormData | null, state?: File | string | FormData | null) => void);
1015
128
  _keypressHandler: ((e: KeyboardEvent) => void) & ((e: KeyboardEvent) => void);
1016
129
  stopPropagation: ((e: Event) => void) & ((e: Event) => void);
1017
- _vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
1018
- readonly $fastController: import("@microsoft/fast-element").ElementController<HTMLElement>;
1019
- $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
130
+ _vividAriaBehaviour: import('../../aria/aria-mixin').VividAriaBehaviour;
131
+ readonly $fastController: import('@microsoft/fast-element').ElementController;
132
+ $emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
1020
133
  attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
1021
134
  accessKey: string;
1022
135
  readonly accessKeyLabel: string;
1023
136
  autocapitalize: string;
137
+ autocorrect: boolean;
1024
138
  dir: string;
1025
139
  draggable: boolean;
1026
140
  hidden: boolean;
@@ -1033,30 +147,39 @@ export declare const MinMaxCalendarPicker: <T_5 extends AbstractConstructor<{
1033
147
  readonly offsetTop: number;
1034
148
  readonly offsetWidth: number;
1035
149
  outerText: string;
150
+ popover: string | null;
1036
151
  spellcheck: boolean;
1037
152
  title: string;
1038
153
  translate: boolean;
154
+ writingSuggestions: string;
1039
155
  attachInternals(): ElementInternals;
1040
156
  click(): void;
1041
- addEventListener<K_26 extends keyof HTMLElementEventMap>(type: K_26, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_26]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
1042
- addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
1043
- removeEventListener<K_27 extends keyof HTMLElementEventMap>(type: K_27, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_27]) => any, options?: boolean | EventListenerOptions | undefined): void;
1044
- removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
157
+ hidePopover(): void;
158
+ showPopover(): void;
159
+ togglePopover(options?: boolean): boolean;
160
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
161
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
162
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
163
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
1045
164
  readonly attributes: NamedNodeMap;
1046
- readonly classList: DOMTokenList;
165
+ get classList(): DOMTokenList;
166
+ set classList(value: string);
1047
167
  className: string;
1048
168
  readonly clientHeight: number;
1049
169
  readonly clientLeft: number;
1050
170
  readonly clientTop: number;
1051
171
  readonly clientWidth: number;
172
+ readonly currentCSSZoom: number;
1052
173
  id: string;
174
+ innerHTML: string;
1053
175
  readonly localName: string;
1054
176
  readonly namespaceURI: string | null;
1055
177
  onfullscreenchange: ((this: Element, ev: Event) => any) | null;
1056
178
  onfullscreenerror: ((this: Element, ev: Event) => any) | null;
1057
179
  outerHTML: string;
1058
180
  readonly ownerDocument: Document;
1059
- readonly part: DOMTokenList;
181
+ get part(): DOMTokenList;
182
+ set part(value: string);
1060
183
  readonly prefix: string | null;
1061
184
  readonly scrollHeight: number;
1062
185
  scrollLeft: number;
@@ -1066,11 +189,12 @@ export declare const MinMaxCalendarPicker: <T_5 extends AbstractConstructor<{
1066
189
  slot: string;
1067
190
  readonly tagName: string;
1068
191
  attachShadow(init: ShadowRootInit): ShadowRoot;
1069
- checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
1070
- closest<K_28 extends keyof HTMLElementTagNameMap>(selector: K_28): HTMLElementTagNameMap[K_28] | null;
1071
- closest<K_29 extends keyof SVGElementTagNameMap>(selector: K_29): SVGElementTagNameMap[K_29] | null;
1072
- closest<K_30 extends keyof MathMLElementTagNameMap>(selector: K_30): MathMLElementTagNameMap[K_30] | null;
1073
- closest<E_4 extends Element = Element>(selectors: string): E_4 | null;
192
+ checkVisibility(options?: CheckVisibilityOptions): boolean;
193
+ closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
194
+ closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
195
+ closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
196
+ closest<E extends Element = Element>(selectors: string): E | null;
197
+ computedStyleMap(): StylePropertyMapReadOnly;
1074
198
  getAttribute(qualifiedName: string): string | null;
1075
199
  getAttributeNS(namespace: string | null, localName: string): string | null;
1076
200
  getAttributeNames(): string[];
@@ -1079,43 +203,47 @@ export declare const MinMaxCalendarPicker: <T_5 extends AbstractConstructor<{
1079
203
  getBoundingClientRect(): DOMRect;
1080
204
  getClientRects(): DOMRectList;
1081
205
  getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
1082
- getElementsByTagName<K_31 extends keyof HTMLElementTagNameMap>(qualifiedName: K_31): HTMLCollectionOf<HTMLElementTagNameMap[K_31]>;
1083
- getElementsByTagName<K_32 extends keyof SVGElementTagNameMap>(qualifiedName: K_32): HTMLCollectionOf<SVGElementTagNameMap[K_32]>;
1084
- getElementsByTagName<K_33 extends keyof MathMLElementTagNameMap>(qualifiedName: K_33): HTMLCollectionOf<MathMLElementTagNameMap[K_33]>;
1085
- getElementsByTagName<K_34 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_34): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_34]>;
206
+ getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
207
+ getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
208
+ getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
209
+ getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
1086
210
  getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
1087
211
  getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
1088
212
  getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
1089
213
  getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
1090
214
  getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
215
+ getHTML(options?: GetHTMLOptions): string;
1091
216
  hasAttribute(qualifiedName: string): boolean;
1092
217
  hasAttributeNS(namespace: string | null, localName: string): boolean;
1093
218
  hasAttributes(): boolean;
1094
219
  hasPointerCapture(pointerId: number): boolean;
1095
220
  insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
1096
- insertAdjacentHTML(position: InsertPosition, text: string): void;
221
+ insertAdjacentHTML(position: InsertPosition, string: string): void;
1097
222
  insertAdjacentText(where: InsertPosition, data: string): void;
1098
223
  matches(selectors: string): boolean;
1099
224
  releasePointerCapture(pointerId: number): void;
1100
225
  removeAttribute(qualifiedName: string): void;
1101
226
  removeAttributeNS(namespace: string | null, localName: string): void;
1102
227
  removeAttributeNode(attr: Attr): Attr;
1103
- requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
1104
- requestPointerLock(): void;
1105
- scroll(options?: ScrollToOptions | undefined): void;
228
+ requestFullscreen(options?: FullscreenOptions): Promise<void>;
229
+ requestPointerLock(options?: PointerLockOptions): Promise<void>;
230
+ scroll(options?: ScrollToOptions): void;
1106
231
  scroll(x: number, y: number): void;
1107
- scrollBy(options?: ScrollToOptions | undefined): void;
232
+ scrollBy(options?: ScrollToOptions): void;
1108
233
  scrollBy(x: number, y: number): void;
1109
- scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
1110
- scrollTo(options?: ScrollToOptions | undefined): void;
234
+ scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
235
+ scrollTo(options?: ScrollToOptions): void;
1111
236
  scrollTo(x: number, y: number): void;
1112
237
  setAttribute(qualifiedName: string, value: string): void;
1113
238
  setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
1114
239
  setAttributeNode(attr: Attr): Attr | null;
1115
240
  setAttributeNodeNS(attr: Attr): Attr | null;
241
+ setHTMLUnsafe(html: string): void;
1116
242
  setPointerCapture(pointerId: number): void;
1117
- toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
243
+ toggleAttribute(qualifiedName: string, force?: boolean): boolean;
1118
244
  webkitMatchesSelector(selectors: string): boolean;
245
+ get textContent(): string;
246
+ set textContent(value: string | null);
1119
247
  readonly baseURI: string;
1120
248
  readonly childNodes: NodeListOf<ChildNode>;
1121
249
  readonly firstChild: ChildNode | null;
@@ -1128,22 +256,21 @@ export declare const MinMaxCalendarPicker: <T_5 extends AbstractConstructor<{
1128
256
  readonly parentElement: HTMLElement | null;
1129
257
  readonly parentNode: ParentNode | null;
1130
258
  readonly previousSibling: ChildNode | null;
1131
- textContent: string | null;
1132
- appendChild<T extends Node>(node: T): T;
1133
- cloneNode(deep?: boolean | undefined): Node;
259
+ appendChild<T_1 extends Node>(node: T_1): T_1;
260
+ cloneNode(subtree?: boolean): Node;
1134
261
  compareDocumentPosition(other: Node): number;
1135
262
  contains(other: Node | null): boolean;
1136
- getRootNode(options?: GetRootNodeOptions | undefined): Node;
263
+ getRootNode(options?: GetRootNodeOptions): Node;
1137
264
  hasChildNodes(): boolean;
1138
- insertBefore<T_6 extends Node>(node: T_6, child: Node | null): T_6;
265
+ insertBefore<T_1 extends Node>(node: T_1, child: Node | null): T_1;
1139
266
  isDefaultNamespace(namespace: string | null): boolean;
1140
267
  isEqualNode(otherNode: Node | null): boolean;
1141
268
  isSameNode(otherNode: Node | null): boolean;
1142
269
  lookupNamespaceURI(prefix: string | null): string | null;
1143
270
  lookupPrefix(namespace: string | null): string | null;
1144
271
  normalize(): void;
1145
- removeChild<T_2 extends Node>(child: T_2): T_2;
1146
- replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
272
+ removeChild<T_1 extends Node>(child: T_1): T_1;
273
+ replaceChild<T_1 extends Node>(node: Node, child: T_1): T_1;
1147
274
  readonly ELEMENT_NODE: 1;
1148
275
  readonly ATTRIBUTE_NODE: 2;
1149
276
  readonly TEXT_NODE: 3;
@@ -1163,35 +290,49 @@ export declare const MinMaxCalendarPicker: <T_5 extends AbstractConstructor<{
1163
290
  readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
1164
291
  readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
1165
292
  dispatchEvent(event: Event): boolean;
293
+ ariaActiveDescendantElement: Element | null;
1166
294
  ariaAtomic: string | null;
1167
295
  ariaAutoComplete: string | null;
296
+ ariaBrailleLabel: string | null;
297
+ ariaBrailleRoleDescription: string | null;
1168
298
  ariaBusy: string | null;
1169
299
  ariaChecked: string | null;
1170
300
  ariaColCount: string | null;
1171
301
  ariaColIndex: string | null;
302
+ ariaColIndexText: string | null;
1172
303
  ariaColSpan: string | null;
304
+ ariaControlsElements: ReadonlyArray<Element> | null;
1173
305
  ariaCurrent: string | null;
306
+ ariaDescribedByElements: ReadonlyArray<Element> | null;
307
+ ariaDescription: string | null;
308
+ ariaDetailsElements: ReadonlyArray<Element> | null;
1174
309
  ariaDisabled: string | null;
310
+ ariaErrorMessageElements: ReadonlyArray<Element> | null;
1175
311
  ariaExpanded: string | null;
312
+ ariaFlowToElements: ReadonlyArray<Element> | null;
1176
313
  ariaHasPopup: string | null;
1177
314
  ariaHidden: string | null;
1178
315
  ariaInvalid: string | null;
1179
316
  ariaKeyShortcuts: string | null;
1180
317
  ariaLabel: string | null;
318
+ ariaLabelledByElements: ReadonlyArray<Element> | null;
1181
319
  ariaLevel: string | null;
1182
320
  ariaLive: string | null;
1183
321
  ariaModal: string | null;
1184
322
  ariaMultiLine: string | null;
1185
323
  ariaMultiSelectable: string | null;
1186
324
  ariaOrientation: string | null;
325
+ ariaOwnsElements: ReadonlyArray<Element> | null;
1187
326
  ariaPlaceholder: string | null;
1188
327
  ariaPosInSet: string | null;
1189
328
  ariaPressed: string | null;
1190
329
  ariaReadOnly: string | null;
330
+ ariaRelevant: string | null;
1191
331
  ariaRequired: string | null;
1192
332
  ariaRoleDescription: string | null;
1193
333
  ariaRowCount: string | null;
1194
334
  ariaRowIndex: string | null;
335
+ ariaRowIndexText: string | null;
1195
336
  ariaRowSpan: string | null;
1196
337
  ariaSelected: string | null;
1197
338
  ariaSetSize: string | null;
@@ -1201,34 +342,35 @@ export declare const MinMaxCalendarPicker: <T_5 extends AbstractConstructor<{
1201
342
  ariaValueNow: string | null;
1202
343
  ariaValueText: string | null;
1203
344
  role: string | null;
1204
- animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
1205
- getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
1206
- after(...nodes: (string | Node)[]): void;
1207
- before(...nodes: (string | Node)[]): void;
345
+ animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
346
+ getAnimations(options?: GetAnimationsOptions): Animation[];
347
+ after(...nodes: (Node | string)[]): void;
348
+ before(...nodes: (Node | string)[]): void;
1208
349
  remove(): void;
1209
- replaceWith(...nodes: (string | Node)[]): void;
1210
- innerHTML: string;
350
+ replaceWith(...nodes: (Node | string)[]): void;
1211
351
  readonly nextElementSibling: Element | null;
1212
352
  readonly previousElementSibling: Element | null;
1213
353
  readonly childElementCount: number;
1214
354
  readonly children: HTMLCollection;
1215
355
  readonly firstElementChild: Element | null;
1216
356
  readonly lastElementChild: Element | null;
1217
- append(...nodes: (string | Node)[]): void;
1218
- prepend(...nodes: (string | Node)[]): void;
1219
- querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
1220
- querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
1221
- querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
1222
- querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
1223
- querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
1224
- querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
1225
- querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
1226
- querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
1227
- querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
1228
- querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
1229
- replaceChildren(...nodes: (string | Node)[]): void;
357
+ append(...nodes: (Node | string)[]): void;
358
+ prepend(...nodes: (Node | string)[]): void;
359
+ querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
360
+ querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
361
+ querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
362
+ querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
363
+ querySelector<E extends Element = Element>(selectors: string): E | null;
364
+ querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
365
+ querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
366
+ querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
367
+ querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
368
+ querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
369
+ replaceChildren(...nodes: (Node | string)[]): void;
1230
370
  readonly assignedSlot: HTMLSlotElement | null;
1231
- readonly style: CSSStyleDeclaration;
371
+ readonly attributeStyleMap: StylePropertyMap;
372
+ get style(): CSSStyleDeclaration;
373
+ set style(cssText: string);
1232
374
  contentEditable: string;
1233
375
  enterKeyHint: string;
1234
376
  inputMode: string;
@@ -1238,16 +380,20 @@ export declare const MinMaxCalendarPicker: <T_5 extends AbstractConstructor<{
1238
380
  onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
1239
381
  onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
1240
382
  onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
1241
- onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
383
+ onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1242
384
  onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
385
+ onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
386
+ onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
1243
387
  onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
1244
388
  oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1245
389
  oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1246
390
  oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1247
391
  onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1248
- onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
392
+ onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1249
393
  onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1250
- oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
394
+ oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
395
+ oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
396
+ oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1251
397
  oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
1252
398
  oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1253
399
  oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
@@ -1294,12 +440,14 @@ export declare const MinMaxCalendarPicker: <T_5 extends AbstractConstructor<{
1294
440
  onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1295
441
  onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1296
442
  onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
443
+ onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1297
444
  onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1298
- onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
445
+ onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
1299
446
  onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1300
447
  onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1301
448
  onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
1302
449
  onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
450
+ onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1303
451
  onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
1304
452
  onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1305
453
  onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
@@ -1311,7 +459,7 @@ export declare const MinMaxCalendarPicker: <T_5 extends AbstractConstructor<{
1311
459
  onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
1312
460
  onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1313
461
  ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1314
- ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
462
+ ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
1315
463
  ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
1316
464
  ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
1317
465
  ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
@@ -1329,14 +477,10 @@ export declare const MinMaxCalendarPicker: <T_5 extends AbstractConstructor<{
1329
477
  onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
1330
478
  autofocus: boolean;
1331
479
  readonly dataset: DOMStringMap;
1332
- nonce?: string | undefined;
480
+ nonce?: string;
1333
481
  tabIndex: number;
1334
482
  blur(): void;
1335
- focus(options?: FocusOptions | undefined): void;
1336
- ariaColIndexText: string | null;
1337
- ariaDescription: string | null;
1338
- ariaRowIndexText: string | null;
1339
- ariaRelevant: string | null;
483
+ focus(options?: FocusOptions): void;
1340
484
  roleChanged(prev: string | null, next: string | null): void;
1341
485
  ariaAtomicChanged(prev: string | null, next: string | null): void;
1342
486
  ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
@@ -1379,39 +523,40 @@ export declare const MinMaxCalendarPicker: <T_5 extends AbstractConstructor<{
1379
523
  ariaValueNowChanged(prev: string | null, next: string | null): void;
1380
524
  ariaValueTextChanged(prev: string | null, next: string | null): void;
1381
525
  ariaRelevantChanged(prev: string | null, next: string | null): void;
1382
- "__#1@#handleReplacedProp"(replacedProp: {
526
+ "__#private@#handleReplacedProp"(replacedProp: {
1383
527
  newPropertyName: string;
1384
528
  deprecatedPropertyName: string;
1385
529
  fromDeprecated: (v: any) => any;
1386
530
  toDeprecated?: ((v: any) => any) | undefined;
1387
531
  }): void;
1388
- helperText?: string | undefined;
1389
- _helperTextSlottedContent?: HTMLElement[] | undefined;
1390
- readonly _feedbackDescribedBy: string;
532
+ helperText?: string;
533
+ _helperTextSlottedContent?: HTMLElement[];
534
+ get _feedbackDescribedBy(): string;
1391
535
  _internalFeedback(): {
1392
- type: import("../../feedback/feedback-message").FeedbackType;
536
+ type: import('../../feedback/feedback-message').FeedbackType;
1393
537
  message: string;
1394
538
  };
1395
539
  _slottedHelperTextFeedbackType(): "none" | "helper";
1396
- _getFeedbackTemplate(ctx: import("../../design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<{
1397
- helperText?: string | undefined;
1398
- _helperTextSlottedContent?: HTMLElement[] | undefined;
1399
- readonly _feedbackDescribedBy: string;
540
+ _getFeedbackTemplate(ctx: import('../../design-system/defineVividComponent').VividElementDefinitionContext): import('@microsoft/fast-element').ViewTemplate<{
541
+ helperText?: string;
542
+ _helperTextSlottedContent?: HTMLElement[];
543
+ get _feedbackDescribedBy(): string;
1400
544
  _internalFeedback(): {
1401
- type: import("../../feedback/feedback-message").FeedbackType;
545
+ type: import('../../feedback/feedback-message').FeedbackType;
1402
546
  message: string;
1403
547
  };
1404
548
  _slottedHelperTextFeedbackType(): "none" | "helper";
1405
- _getFeedbackTemplate(ctx: import("../../design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
549
+ _getFeedbackTemplate(ctx: import('../../design-system/defineVividComponent').VividElementDefinitionContext): import('@microsoft/fast-element').ViewTemplate<any, any>;
1406
550
  connectedCallback(): void;
1407
- _vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
1408
- readonly $fastController: import("@microsoft/fast-element").ElementController<HTMLElement>;
1409
- $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
551
+ _vividAriaBehaviour: import('../../aria/aria-mixin').VividAriaBehaviour;
552
+ readonly $fastController: import('@microsoft/fast-element').ElementController;
553
+ $emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
1410
554
  disconnectedCallback(): void;
1411
555
  attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
1412
556
  accessKey: string;
1413
557
  readonly accessKeyLabel: string;
1414
558
  autocapitalize: string;
559
+ autocorrect: boolean;
1415
560
  dir: string;
1416
561
  draggable: boolean;
1417
562
  hidden: boolean;
@@ -1424,30 +569,39 @@ export declare const MinMaxCalendarPicker: <T_5 extends AbstractConstructor<{
1424
569
  readonly offsetTop: number;
1425
570
  readonly offsetWidth: number;
1426
571
  outerText: string;
572
+ popover: string | null;
1427
573
  spellcheck: boolean;
1428
574
  title: string;
1429
575
  translate: boolean;
576
+ writingSuggestions: string;
1430
577
  attachInternals(): ElementInternals;
1431
578
  click(): void;
1432
- addEventListener<K_17 extends keyof HTMLElementEventMap>(type: K_17, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_17]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
1433
- addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
1434
- removeEventListener<K_18 extends keyof HTMLElementEventMap>(type: K_18, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_18]) => any, options?: boolean | EventListenerOptions | undefined): void;
1435
- removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
579
+ hidePopover(): void;
580
+ showPopover(): void;
581
+ togglePopover(options?: boolean): boolean;
582
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
583
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
584
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
585
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
1436
586
  readonly attributes: NamedNodeMap;
1437
- readonly classList: DOMTokenList;
587
+ get classList(): DOMTokenList;
588
+ set classList(value: string);
1438
589
  className: string;
1439
590
  readonly clientHeight: number;
1440
591
  readonly clientLeft: number;
1441
592
  readonly clientTop: number;
1442
593
  readonly clientWidth: number;
594
+ readonly currentCSSZoom: number;
1443
595
  id: string;
596
+ innerHTML: string;
1444
597
  readonly localName: string;
1445
598
  readonly namespaceURI: string | null;
1446
599
  onfullscreenchange: ((this: Element, ev: Event) => any) | null;
1447
600
  onfullscreenerror: ((this: Element, ev: Event) => any) | null;
1448
601
  outerHTML: string;
1449
602
  readonly ownerDocument: Document;
1450
- readonly part: DOMTokenList;
603
+ get part(): DOMTokenList;
604
+ set part(value: string);
1451
605
  readonly prefix: string | null;
1452
606
  readonly scrollHeight: number;
1453
607
  scrollLeft: number;
@@ -1457,11 +611,12 @@ export declare const MinMaxCalendarPicker: <T_5 extends AbstractConstructor<{
1457
611
  slot: string;
1458
612
  readonly tagName: string;
1459
613
  attachShadow(init: ShadowRootInit): ShadowRoot;
1460
- checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
1461
- closest<K_19 extends keyof HTMLElementTagNameMap>(selector: K_19): HTMLElementTagNameMap[K_19] | null;
1462
- closest<K_20 extends keyof SVGElementTagNameMap>(selector: K_20): SVGElementTagNameMap[K_20] | null;
1463
- closest<K_21 extends keyof MathMLElementTagNameMap>(selector: K_21): MathMLElementTagNameMap[K_21] | null;
1464
- closest<E_3 extends Element = Element>(selectors: string): E_3 | null;
614
+ checkVisibility(options?: CheckVisibilityOptions): boolean;
615
+ closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
616
+ closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
617
+ closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
618
+ closest<E extends Element = Element>(selectors: string): E | null;
619
+ computedStyleMap(): StylePropertyMapReadOnly;
1465
620
  getAttribute(qualifiedName: string): string | null;
1466
621
  getAttributeNS(namespace: string | null, localName: string): string | null;
1467
622
  getAttributeNames(): string[];
@@ -1470,43 +625,47 @@ export declare const MinMaxCalendarPicker: <T_5 extends AbstractConstructor<{
1470
625
  getBoundingClientRect(): DOMRect;
1471
626
  getClientRects(): DOMRectList;
1472
627
  getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
1473
- getElementsByTagName<K_22 extends keyof HTMLElementTagNameMap>(qualifiedName: K_22): HTMLCollectionOf<HTMLElementTagNameMap[K_22]>;
1474
- getElementsByTagName<K_23 extends keyof SVGElementTagNameMap>(qualifiedName: K_23): HTMLCollectionOf<SVGElementTagNameMap[K_23]>;
1475
- getElementsByTagName<K_24 extends keyof MathMLElementTagNameMap>(qualifiedName: K_24): HTMLCollectionOf<MathMLElementTagNameMap[K_24]>;
1476
- getElementsByTagName<K_25 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_25): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_25]>;
628
+ getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
629
+ getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
630
+ getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
631
+ getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
1477
632
  getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
1478
633
  getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
1479
634
  getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
1480
635
  getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
1481
636
  getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
637
+ getHTML(options?: GetHTMLOptions): string;
1482
638
  hasAttribute(qualifiedName: string): boolean;
1483
639
  hasAttributeNS(namespace: string | null, localName: string): boolean;
1484
640
  hasAttributes(): boolean;
1485
641
  hasPointerCapture(pointerId: number): boolean;
1486
642
  insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
1487
- insertAdjacentHTML(position: InsertPosition, text: string): void;
643
+ insertAdjacentHTML(position: InsertPosition, string: string): void;
1488
644
  insertAdjacentText(where: InsertPosition, data: string): void;
1489
645
  matches(selectors: string): boolean;
1490
646
  releasePointerCapture(pointerId: number): void;
1491
647
  removeAttribute(qualifiedName: string): void;
1492
648
  removeAttributeNS(namespace: string | null, localName: string): void;
1493
649
  removeAttributeNode(attr: Attr): Attr;
1494
- requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
1495
- requestPointerLock(): void;
1496
- scroll(options?: ScrollToOptions | undefined): void;
650
+ requestFullscreen(options?: FullscreenOptions): Promise<void>;
651
+ requestPointerLock(options?: PointerLockOptions): Promise<void>;
652
+ scroll(options?: ScrollToOptions): void;
1497
653
  scroll(x: number, y: number): void;
1498
- scrollBy(options?: ScrollToOptions | undefined): void;
654
+ scrollBy(options?: ScrollToOptions): void;
1499
655
  scrollBy(x: number, y: number): void;
1500
- scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
1501
- scrollTo(options?: ScrollToOptions | undefined): void;
656
+ scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
657
+ scrollTo(options?: ScrollToOptions): void;
1502
658
  scrollTo(x: number, y: number): void;
1503
659
  setAttribute(qualifiedName: string, value: string): void;
1504
660
  setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
1505
661
  setAttributeNode(attr: Attr): Attr | null;
1506
662
  setAttributeNodeNS(attr: Attr): Attr | null;
663
+ setHTMLUnsafe(html: string): void;
1507
664
  setPointerCapture(pointerId: number): void;
1508
- toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
665
+ toggleAttribute(qualifiedName: string, force?: boolean): boolean;
1509
666
  webkitMatchesSelector(selectors: string): boolean;
667
+ get textContent(): string;
668
+ set textContent(value: string | null);
1510
669
  readonly baseURI: string;
1511
670
  readonly childNodes: NodeListOf<ChildNode>;
1512
671
  readonly firstChild: ChildNode | null;
@@ -1519,22 +678,21 @@ export declare const MinMaxCalendarPicker: <T_5 extends AbstractConstructor<{
1519
678
  readonly parentElement: HTMLElement | null;
1520
679
  readonly parentNode: ParentNode | null;
1521
680
  readonly previousSibling: ChildNode | null;
1522
- textContent: string | null;
1523
- appendChild<T extends Node>(node: T): T;
1524
- cloneNode(deep?: boolean | undefined): Node;
681
+ appendChild<T_1 extends Node>(node: T_1): T_1;
682
+ cloneNode(subtree?: boolean): Node;
1525
683
  compareDocumentPosition(other: Node): number;
1526
684
  contains(other: Node | null): boolean;
1527
- getRootNode(options?: GetRootNodeOptions | undefined): Node;
685
+ getRootNode(options?: GetRootNodeOptions): Node;
1528
686
  hasChildNodes(): boolean;
1529
- insertBefore<T_4 extends Node>(node: T_4, child: Node | null): T_4;
687
+ insertBefore<T_1 extends Node>(node: T_1, child: Node | null): T_1;
1530
688
  isDefaultNamespace(namespace: string | null): boolean;
1531
689
  isEqualNode(otherNode: Node | null): boolean;
1532
690
  isSameNode(otherNode: Node | null): boolean;
1533
691
  lookupNamespaceURI(prefix: string | null): string | null;
1534
692
  lookupPrefix(namespace: string | null): string | null;
1535
693
  normalize(): void;
1536
- removeChild<T_2 extends Node>(child: T_2): T_2;
1537
- replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
694
+ removeChild<T_1 extends Node>(child: T_1): T_1;
695
+ replaceChild<T_1 extends Node>(node: Node, child: T_1): T_1;
1538
696
  readonly ELEMENT_NODE: 1;
1539
697
  readonly ATTRIBUTE_NODE: 2;
1540
698
  readonly TEXT_NODE: 3;
@@ -1554,35 +712,49 @@ export declare const MinMaxCalendarPicker: <T_5 extends AbstractConstructor<{
1554
712
  readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
1555
713
  readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
1556
714
  dispatchEvent(event: Event): boolean;
715
+ ariaActiveDescendantElement: Element | null;
1557
716
  ariaAtomic: string | null;
1558
717
  ariaAutoComplete: string | null;
718
+ ariaBrailleLabel: string | null;
719
+ ariaBrailleRoleDescription: string | null;
1559
720
  ariaBusy: string | null;
1560
721
  ariaChecked: string | null;
1561
722
  ariaColCount: string | null;
1562
723
  ariaColIndex: string | null;
724
+ ariaColIndexText: string | null;
1563
725
  ariaColSpan: string | null;
726
+ ariaControlsElements: ReadonlyArray<Element> | null;
1564
727
  ariaCurrent: string | null;
728
+ ariaDescribedByElements: ReadonlyArray<Element> | null;
729
+ ariaDescription: string | null;
730
+ ariaDetailsElements: ReadonlyArray<Element> | null;
1565
731
  ariaDisabled: string | null;
732
+ ariaErrorMessageElements: ReadonlyArray<Element> | null;
1566
733
  ariaExpanded: string | null;
734
+ ariaFlowToElements: ReadonlyArray<Element> | null;
1567
735
  ariaHasPopup: string | null;
1568
736
  ariaHidden: string | null;
1569
737
  ariaInvalid: string | null;
1570
738
  ariaKeyShortcuts: string | null;
1571
739
  ariaLabel: string | null;
740
+ ariaLabelledByElements: ReadonlyArray<Element> | null;
1572
741
  ariaLevel: string | null;
1573
742
  ariaLive: string | null;
1574
743
  ariaModal: string | null;
1575
744
  ariaMultiLine: string | null;
1576
745
  ariaMultiSelectable: string | null;
1577
746
  ariaOrientation: string | null;
747
+ ariaOwnsElements: ReadonlyArray<Element> | null;
1578
748
  ariaPlaceholder: string | null;
1579
749
  ariaPosInSet: string | null;
1580
750
  ariaPressed: string | null;
1581
751
  ariaReadOnly: string | null;
752
+ ariaRelevant: string | null;
1582
753
  ariaRequired: string | null;
1583
754
  ariaRoleDescription: string | null;
1584
755
  ariaRowCount: string | null;
1585
756
  ariaRowIndex: string | null;
757
+ ariaRowIndexText: string | null;
1586
758
  ariaRowSpan: string | null;
1587
759
  ariaSelected: string | null;
1588
760
  ariaSetSize: string | null;
@@ -1592,34 +764,35 @@ export declare const MinMaxCalendarPicker: <T_5 extends AbstractConstructor<{
1592
764
  ariaValueNow: string | null;
1593
765
  ariaValueText: string | null;
1594
766
  role: string | null;
1595
- animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
1596
- getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
1597
- after(...nodes: (string | Node)[]): void;
1598
- before(...nodes: (string | Node)[]): void;
767
+ animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
768
+ getAnimations(options?: GetAnimationsOptions): Animation[];
769
+ after(...nodes: (Node | string)[]): void;
770
+ before(...nodes: (Node | string)[]): void;
1599
771
  remove(): void;
1600
- replaceWith(...nodes: (string | Node)[]): void;
1601
- innerHTML: string;
772
+ replaceWith(...nodes: (Node | string)[]): void;
1602
773
  readonly nextElementSibling: Element | null;
1603
774
  readonly previousElementSibling: Element | null;
1604
775
  readonly childElementCount: number;
1605
776
  readonly children: HTMLCollection;
1606
777
  readonly firstElementChild: Element | null;
1607
778
  readonly lastElementChild: Element | null;
1608
- append(...nodes: (string | Node)[]): void;
1609
- prepend(...nodes: (string | Node)[]): void;
1610
- querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
1611
- querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
1612
- querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
1613
- querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
1614
- querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
1615
- querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
1616
- querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
1617
- querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
1618
- querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
1619
- querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
1620
- replaceChildren(...nodes: (string | Node)[]): void;
779
+ append(...nodes: (Node | string)[]): void;
780
+ prepend(...nodes: (Node | string)[]): void;
781
+ querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
782
+ querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
783
+ querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
784
+ querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
785
+ querySelector<E extends Element = Element>(selectors: string): E | null;
786
+ querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
787
+ querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
788
+ querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
789
+ querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
790
+ querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
791
+ replaceChildren(...nodes: (Node | string)[]): void;
1621
792
  readonly assignedSlot: HTMLSlotElement | null;
1622
- readonly style: CSSStyleDeclaration;
793
+ readonly attributeStyleMap: StylePropertyMap;
794
+ get style(): CSSStyleDeclaration;
795
+ set style(cssText: string);
1623
796
  contentEditable: string;
1624
797
  enterKeyHint: string;
1625
798
  inputMode: string;
@@ -1629,16 +802,20 @@ export declare const MinMaxCalendarPicker: <T_5 extends AbstractConstructor<{
1629
802
  onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
1630
803
  onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
1631
804
  onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
1632
- onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
805
+ onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1633
806
  onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
807
+ onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
808
+ onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
1634
809
  onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
1635
810
  oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1636
811
  oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1637
812
  oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1638
813
  onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1639
- onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
814
+ onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1640
815
  onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1641
- oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
816
+ oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
817
+ oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
818
+ oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1642
819
  oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
1643
820
  oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1644
821
  oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
@@ -1685,12 +862,14 @@ export declare const MinMaxCalendarPicker: <T_5 extends AbstractConstructor<{
1685
862
  onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1686
863
  onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1687
864
  onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
865
+ onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1688
866
  onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1689
- onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
867
+ onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
1690
868
  onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1691
869
  onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1692
870
  onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
1693
871
  onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
872
+ onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1694
873
  onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
1695
874
  onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1696
875
  onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
@@ -1702,7 +881,7 @@ export declare const MinMaxCalendarPicker: <T_5 extends AbstractConstructor<{
1702
881
  onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
1703
882
  onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1704
883
  ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1705
- ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
884
+ ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
1706
885
  ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
1707
886
  ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
1708
887
  ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
@@ -1720,14 +899,10 @@ export declare const MinMaxCalendarPicker: <T_5 extends AbstractConstructor<{
1720
899
  onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
1721
900
  autofocus: boolean;
1722
901
  readonly dataset: DOMStringMap;
1723
- nonce?: string | undefined;
902
+ nonce?: string;
1724
903
  tabIndex: number;
1725
904
  blur(): void;
1726
- focus(options?: FocusOptions | undefined): void;
1727
- ariaColIndexText: string | null;
1728
- ariaDescription: string | null;
1729
- ariaRowIndexText: string | null;
1730
- ariaRelevant: string | null;
905
+ focus(options?: FocusOptions): void;
1731
906
  roleChanged(prev: string | null, next: string | null): void;
1732
907
  ariaAtomicChanged(prev: string | null, next: string | null): void;
1733
908
  ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
@@ -1770,19 +945,19 @@ export declare const MinMaxCalendarPicker: <T_5 extends AbstractConstructor<{
1770
945
  ariaValueNowChanged(prev: string | null, next: string | null): void;
1771
946
  ariaValueTextChanged(prev: string | null, next: string | null): void;
1772
947
  ariaRelevantChanged(prev: string | null, next: string | null): void;
1773
- "__#1@#handleReplacedProp"(replacedProp: {
948
+ "__#private@#handleReplacedProp"(replacedProp: {
1774
949
  newPropertyName: string;
1775
950
  deprecatedPropertyName: string;
1776
951
  fromDeprecated: (v: any) => any;
1777
952
  toDeprecated?: ((v: any) => any) | undefined;
1778
953
  }): void;
1779
954
  }, any>;
1780
- errorText?: string | undefined;
955
+ errorText?: string;
1781
956
  errorTextChanged(_: string, newErrorText: string | undefined): void;
1782
- "__#4@#blockValidateCalls": boolean;
1783
- "__#4@#originalValidateFn": () => void;
1784
- "__#4@#forceCustomError"(errorMessage: string): void;
1785
- "__#4@#clearCustomErrorAndRevalidate"(): void;
957
+ "__#private@#blockValidateCalls": boolean;
958
+ "__#private@#originalValidateFn": () => void;
959
+ "__#private@#forceCustomError"(errorMessage: string): void;
960
+ "__#private@#clearCustomErrorAndRevalidate"(): void;
1786
961
  _trappedFocus(event: KeyboardEvent, getFocusableEls: () => NodeListOf<HTMLElement>): boolean;
1787
- readonly locale: import("../../localization/Locale").Locale;
1788
- }) & T_5;
962
+ get locale(): import('../../localization/Locale').Locale;
963
+ }) & T;