@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,879 +1,27 @@
1
- import { type ExpressionNotifier } from '@microsoft/fast-element';
2
- import type { DateStr } from '../../datetime/dateStr';
3
- import type { AbstractConstructor, MixinType } from '../../utils/mixins';
4
- import type { InlineTimePicker } from './inline-time-picker/inline-time-picker';
5
- export declare const TimeSelectionPicker: <T_5 extends AbstractConstructor<{
6
- _isValidValue(value: string): boolean;
7
- _toPresentationValue(value: string): string;
8
- _parsePresentationValue(presentationValue: string): string;
9
- _isInternalValueUpdate: boolean;
10
- valueChanged(previous: string, next: string): void;
11
- _updatePresentationValue(): void;
12
- _updateValueDueToUserInteraction(newValue: string, isIntermediateUpdate: boolean): void;
13
- _onTextFieldChange(): void;
14
- _onTextFieldInput(event: Event): void;
15
- _isPresentationValueInvalid(): boolean;
16
- _onClearClick(): void;
17
- readOnly: boolean;
18
- readOnlyChanged(): void;
19
- _textFieldEl: import("../../..").VwcTextFieldElement;
20
- _dialogEl: HTMLElement;
21
- _pickerButtonEl: import("../../..").VwcButtonElement;
22
- connectedCallback(): void;
23
- disconnectedCallback(): void;
24
- "__#22@#onFocusIn": () => void;
25
- "__#22@#onFocusOut": () => void;
26
- proxy: HTMLInputElement;
27
- validate(): void;
28
- _getCustomValidationError(): string | null;
29
- "__#22@#localeChangeHandler": {
30
- handleChange: () => void;
31
- };
32
- "__#22@#localeChangeObserver": ExpressionNotifier<any, any, any>;
33
- "__#22@#startObservingLocaleChanges"(): void;
34
- "__#22@#stopObservingLocaleChanges"(): void;
35
- _popupOpen: boolean;
36
- "__#22@#dismissOnClickOutside": (event: MouseEvent) => void;
37
- "__#22@#openPopupIfPossible"(): void;
38
- _closePopup(restoreFocusToTextField?: boolean): void;
39
- _onBaseKeyDown(event: KeyboardEvent): boolean;
40
- _focusableElsWithinDialog(): NodeListOf<HTMLElement>;
41
- readonly _dialogLabel: string;
42
- _presentationValue: string;
43
- _presentationValueChanged(): void;
44
- readonly _textFieldPlaceholder: string;
45
- _textFieldSize?: string | undefined;
46
- readonly _pickerButtonLabel: string;
47
- readonly _pickerButtonIcon: string;
48
- _onPickerButtonClick(): void;
49
- _onOkClick(): void;
50
- _contextualHelpSlottedContent?: HTMLElement[] | undefined;
51
- readonly _hasContextualHelp: boolean;
52
- _isFromContextualHelp(e: Event): boolean;
53
- label?: string | undefined;
54
- errorValidationMessage: string;
55
- forceErrorDisplay: boolean;
56
- hasBeenTouched: boolean;
57
- "__#3@#handleInvalidEvent": (() => void) & (() => void);
58
- formResetCallback: (() => void) & (() => void) & (() => void) & (() => void);
59
- readonly validity: ValidityState;
60
- readonly form: HTMLFormElement | null;
61
- readonly validationMessage: string;
62
- readonly willValidate: boolean;
63
- readonly labels: readonly Node[];
64
- dirtyValue: boolean;
65
- proxySlot?: HTMLSlotElement | undefined;
66
- value: string;
67
- currentValue: string;
68
- initialValue: string;
69
- initialValueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
70
- disabled: boolean;
71
- disabledChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
72
- name: string;
73
- nameChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
74
- required: boolean;
75
- requiredChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
76
- readonly elementInternals: ElementInternals | null;
77
- proxyEventsToBlock: string[];
78
- checkValidity: (() => boolean) & (() => boolean);
79
- reportValidity: (() => boolean) & (() => boolean);
80
- setValidity: ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void) & ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void);
81
- formDisabledCallback: ((disabled: boolean) => void) & ((disabled: boolean) => void);
82
- proxyInitialized: boolean;
83
- attachProxy: (() => void) & (() => void);
84
- detachProxy: (() => void) & (() => void);
85
- 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);
86
- _keypressHandler: ((e: KeyboardEvent) => void) & ((e: KeyboardEvent) => void);
87
- stopPropagation: ((e: Event) => void) & ((e: Event) => void);
88
- _vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
89
- readonly $fastController: import("@microsoft/fast-element").ElementController<HTMLElement>;
90
- $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
91
- attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
92
- accessKey: string;
93
- readonly accessKeyLabel: string;
94
- autocapitalize: string;
95
- dir: string;
96
- draggable: boolean;
97
- hidden: boolean;
98
- inert: boolean;
99
- innerText: string;
100
- lang: string;
101
- readonly offsetHeight: number;
102
- readonly offsetLeft: number;
103
- readonly offsetParent: Element | null;
104
- readonly offsetTop: number;
105
- readonly offsetWidth: number;
106
- outerText: string;
107
- spellcheck: boolean;
108
- title: string;
109
- translate: boolean;
110
- attachInternals(): ElementInternals;
111
- click(): void;
112
- addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
113
- addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
114
- removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions | undefined): void;
115
- removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
116
- readonly attributes: NamedNodeMap;
117
- readonly classList: DOMTokenList;
118
- className: string;
119
- readonly clientHeight: number;
120
- readonly clientLeft: number;
121
- readonly clientTop: number;
122
- readonly clientWidth: number;
123
- id: string;
124
- readonly localName: string;
125
- readonly namespaceURI: string | null;
126
- onfullscreenchange: ((this: Element, ev: Event) => any) | null;
127
- onfullscreenerror: ((this: Element, ev: Event) => any) | null;
128
- outerHTML: string;
129
- readonly ownerDocument: Document;
130
- readonly part: DOMTokenList;
131
- readonly prefix: string | null;
132
- readonly scrollHeight: number;
133
- scrollLeft: number;
134
- scrollTop: number;
135
- readonly scrollWidth: number;
136
- readonly shadowRoot: ShadowRoot | null;
137
- slot: string;
138
- readonly tagName: string;
139
- attachShadow(init: ShadowRootInit): ShadowRoot;
140
- checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
141
- closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2] | null;
142
- closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3] | null;
143
- closest<K_4 extends keyof MathMLElementTagNameMap>(selector: K_4): MathMLElementTagNameMap[K_4] | null;
144
- closest<E extends Element = Element>(selectors: string): E | null;
145
- getAttribute(qualifiedName: string): string | null;
146
- getAttributeNS(namespace: string | null, localName: string): string | null;
147
- getAttributeNames(): string[];
148
- getAttributeNode(qualifiedName: string): Attr | null;
149
- getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
150
- getBoundingClientRect(): DOMRect;
151
- getClientRects(): DOMRectList;
152
- getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
153
- getElementsByTagName<K_5 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<HTMLElementTagNameMap[K_5]>;
154
- getElementsByTagName<K_6 extends keyof SVGElementTagNameMap>(qualifiedName: K_6): HTMLCollectionOf<SVGElementTagNameMap[K_6]>;
155
- getElementsByTagName<K_7 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7): HTMLCollectionOf<MathMLElementTagNameMap[K_7]>;
156
- getElementsByTagName<K_8 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8]>;
157
- getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
158
- getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
159
- getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
160
- getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
161
- getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
162
- hasAttribute(qualifiedName: string): boolean;
163
- hasAttributeNS(namespace: string | null, localName: string): boolean;
164
- hasAttributes(): boolean;
165
- hasPointerCapture(pointerId: number): boolean;
166
- insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
167
- insertAdjacentHTML(position: InsertPosition, text: string): void;
168
- insertAdjacentText(where: InsertPosition, data: string): void;
169
- matches(selectors: string): boolean;
170
- releasePointerCapture(pointerId: number): void;
171
- removeAttribute(qualifiedName: string): void;
172
- removeAttributeNS(namespace: string | null, localName: string): void;
173
- removeAttributeNode(attr: Attr): Attr;
174
- requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
175
- requestPointerLock(): void;
176
- scroll(options?: ScrollToOptions | undefined): void;
177
- scroll(x: number, y: number): void;
178
- scrollBy(options?: ScrollToOptions | undefined): void;
179
- scrollBy(x: number, y: number): void;
180
- scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
181
- scrollTo(options?: ScrollToOptions | undefined): void;
182
- scrollTo(x: number, y: number): void;
183
- setAttribute(qualifiedName: string, value: string): void;
184
- setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
185
- setAttributeNode(attr: Attr): Attr | null;
186
- setAttributeNodeNS(attr: Attr): Attr | null;
187
- setPointerCapture(pointerId: number): void;
188
- toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
189
- webkitMatchesSelector(selectors: string): boolean;
190
- readonly baseURI: string;
191
- readonly childNodes: NodeListOf<ChildNode>;
192
- readonly firstChild: ChildNode | null;
193
- readonly isConnected: boolean;
194
- readonly lastChild: ChildNode | null;
195
- readonly nextSibling: ChildNode | null;
196
- readonly nodeName: string;
197
- readonly nodeType: number;
198
- nodeValue: string | null;
199
- readonly parentElement: HTMLElement | null;
200
- readonly parentNode: ParentNode | null;
201
- readonly previousSibling: ChildNode | null;
202
- textContent: string | null;
203
- appendChild<T extends Node>(node: T): T;
204
- cloneNode(deep?: boolean | undefined): Node;
205
- compareDocumentPosition(other: Node): number;
206
- contains(other: Node | null): boolean;
207
- getRootNode(options?: GetRootNodeOptions | undefined): Node;
208
- hasChildNodes(): boolean;
209
- insertBefore<T_1 extends Node>(node: T_1, child: Node | null): T_1;
210
- isDefaultNamespace(namespace: string | null): boolean;
211
- isEqualNode(otherNode: Node | null): boolean;
212
- isSameNode(otherNode: Node | null): boolean;
213
- lookupNamespaceURI(prefix: string | null): string | null;
214
- lookupPrefix(namespace: string | null): string | null;
215
- normalize(): void;
216
- removeChild<T_2 extends Node>(child: T_2): T_2;
217
- replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
218
- readonly ELEMENT_NODE: 1;
219
- readonly ATTRIBUTE_NODE: 2;
220
- readonly TEXT_NODE: 3;
221
- readonly CDATA_SECTION_NODE: 4;
222
- readonly ENTITY_REFERENCE_NODE: 5;
223
- readonly ENTITY_NODE: 6;
224
- readonly PROCESSING_INSTRUCTION_NODE: 7;
225
- readonly COMMENT_NODE: 8;
226
- readonly DOCUMENT_NODE: 9;
227
- readonly DOCUMENT_TYPE_NODE: 10;
228
- readonly DOCUMENT_FRAGMENT_NODE: 11;
229
- readonly NOTATION_NODE: 12;
230
- readonly DOCUMENT_POSITION_DISCONNECTED: 1;
231
- readonly DOCUMENT_POSITION_PRECEDING: 2;
232
- readonly DOCUMENT_POSITION_FOLLOWING: 4;
233
- readonly DOCUMENT_POSITION_CONTAINS: 8;
234
- readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
235
- readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
236
- dispatchEvent(event: Event): boolean;
237
- ariaAtomic: string | null;
238
- ariaAutoComplete: string | null;
239
- ariaBusy: string | null;
240
- ariaChecked: string | null;
241
- ariaColCount: string | null;
242
- ariaColIndex: string | null;
243
- ariaColSpan: string | null;
244
- ariaCurrent: string | null;
245
- ariaDisabled: string | null;
246
- ariaExpanded: string | null;
247
- ariaHasPopup: string | null;
248
- ariaHidden: string | null;
249
- ariaInvalid: string | null;
250
- ariaKeyShortcuts: string | null;
251
- ariaLabel: string | null;
252
- ariaLevel: string | null;
253
- ariaLive: string | null;
254
- ariaModal: string | null;
255
- ariaMultiLine: string | null;
256
- ariaMultiSelectable: string | null;
257
- ariaOrientation: string | null;
258
- ariaPlaceholder: string | null;
259
- ariaPosInSet: string | null;
260
- ariaPressed: string | null;
261
- ariaReadOnly: string | null;
262
- ariaRequired: string | null;
263
- ariaRoleDescription: string | null;
264
- ariaRowCount: string | null;
265
- ariaRowIndex: string | null;
266
- ariaRowSpan: string | null;
267
- ariaSelected: string | null;
268
- ariaSetSize: string | null;
269
- ariaSort: string | null;
270
- ariaValueMax: string | null;
271
- ariaValueMin: string | null;
272
- ariaValueNow: string | null;
273
- ariaValueText: string | null;
274
- role: string | null;
275
- animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
276
- getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
277
- after(...nodes: (string | Node)[]): void;
278
- before(...nodes: (string | Node)[]): void;
279
- remove(): void;
280
- replaceWith(...nodes: (string | Node)[]): void;
281
- innerHTML: string;
282
- readonly nextElementSibling: Element | null;
283
- readonly previousElementSibling: Element | null;
284
- readonly childElementCount: number;
285
- readonly children: HTMLCollection;
286
- readonly firstElementChild: Element | null;
287
- readonly lastElementChild: Element | null;
288
- append(...nodes: (string | Node)[]): void;
289
- prepend(...nodes: (string | Node)[]): void;
290
- querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
291
- querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
292
- querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
293
- querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
294
- querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
295
- querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
296
- querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
297
- querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
298
- querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
299
- querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
300
- replaceChildren(...nodes: (string | Node)[]): void;
301
- readonly assignedSlot: HTMLSlotElement | null;
302
- readonly style: CSSStyleDeclaration;
303
- contentEditable: string;
304
- enterKeyHint: string;
305
- inputMode: string;
306
- readonly isContentEditable: boolean;
307
- onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
308
- onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
309
- onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
310
- onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
311
- onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
312
- onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
313
- onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
314
- onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
315
- oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
316
- oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
317
- oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
318
- onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
319
- onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
320
- onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
321
- oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
322
- oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
323
- oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
324
- oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
325
- ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
326
- ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
327
- ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
328
- ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
329
- ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
330
- ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
331
- ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
332
- ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
333
- ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
334
- onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
335
- onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
336
- onerror: OnErrorEventHandler;
337
- onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
338
- onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
339
- ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
340
- oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
341
- oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
342
- onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
343
- onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
344
- onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
345
- onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
346
- onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
347
- onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
348
- onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
349
- onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
350
- onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
351
- onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
352
- onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
353
- onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
354
- onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
355
- onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
356
- onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
357
- onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
358
- onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
359
- onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
360
- onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
361
- onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
362
- onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
363
- onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
364
- onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
365
- onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
366
- onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
367
- onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
368
- onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
369
- onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
370
- onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
371
- onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
372
- onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
373
- onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
374
- onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
375
- onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
376
- onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
377
- onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
378
- onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
379
- onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
380
- onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
381
- onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
382
- onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
383
- onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
384
- ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
385
- ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
386
- ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
387
- ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
388
- ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
389
- ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
390
- ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
391
- ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
392
- ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
393
- ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
394
- onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
395
- onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
396
- onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
397
- onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
398
- onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
399
- onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
400
- onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
401
- autofocus: boolean;
402
- readonly dataset: DOMStringMap;
403
- nonce?: string | undefined;
404
- tabIndex: number;
405
- blur(): void;
406
- focus(options?: FocusOptions | undefined): void;
407
- ariaColIndexText: string | null;
408
- ariaDescription: string | null;
409
- ariaRowIndexText: string | null;
410
- ariaRelevant: string | null;
411
- roleChanged(prev: string | null, next: string | null): void;
412
- ariaAtomicChanged(prev: string | null, next: string | null): void;
413
- ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
414
- ariaBusyChanged(prev: string | null, next: string | null): void;
415
- ariaCheckedChanged(prev: string | null, next: string | null): void;
416
- ariaColCountChanged(prev: string | null, next: string | null): void;
417
- ariaColIndexChanged(prev: string | null, next: string | null): void;
418
- ariaColIndexTextChanged(prev: string | null, next: string | null): void;
419
- ariaColSpanChanged(prev: string | null, next: string | null): void;
420
- ariaCurrentChanged(prev: string | null, next: string | null): void;
421
- ariaDescriptionChanged(prev: string | null, next: string | null): void;
422
- ariaDisabledChanged(prev: string | null, next: string | null): void;
423
- ariaExpandedChanged(prev: string | null, next: string | null): void;
424
- ariaHasPopupChanged(prev: string | null, next: string | null): void;
425
- ariaHiddenChanged(prev: string | null, next: string | null): void;
426
- ariaInvalidChanged(prev: string | null, next: string | null): void;
427
- ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
428
- ariaLabelChanged(prev: string | null, next: string | null): void;
429
- ariaLevelChanged(prev: string | null, next: string | null): void;
430
- ariaLiveChanged(prev: string | null, next: string | null): void;
431
- ariaModalChanged(prev: string | null, next: string | null): void;
432
- ariaMultiLineChanged(prev: string | null, next: string | null): void;
433
- ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
434
- ariaOrientationChanged(prev: string | null, next: string | null): void;
435
- ariaPlaceholderChanged(prev: string | null, next: string | null): void;
436
- ariaPosInSetChanged(prev: string | null, next: string | null): void;
437
- ariaPressedChanged(prev: string | null, next: string | null): void;
438
- ariaReadOnlyChanged(prev: string | null, next: string | null): void;
439
- ariaRequiredChanged(prev: string | null, next: string | null): void;
440
- ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
441
- ariaRowCountChanged(prev: string | null, next: string | null): void;
442
- ariaRowIndexChanged(prev: string | null, next: string | null): void;
443
- ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
444
- ariaRowSpanChanged(prev: string | null, next: string | null): void;
445
- ariaSelectedChanged(prev: string | null, next: string | null): void;
446
- ariaSetSizeChanged(prev: string | null, next: string | null): void;
447
- ariaSortChanged(prev: string | null, next: string | null): void;
448
- ariaValueMaxChanged(prev: string | null, next: string | null): void;
449
- ariaValueMinChanged(prev: string | null, next: string | null): void;
450
- ariaValueNowChanged(prev: string | null, next: string | null): void;
451
- ariaValueTextChanged(prev: string | null, next: string | null): void;
452
- ariaRelevantChanged(prev: string | null, next: string | null): void;
453
- "__#1@#handleReplacedProp"(replacedProp: {
454
- newPropertyName: string;
455
- deprecatedPropertyName: string;
456
- fromDeprecated: (v: any) => any;
457
- toDeprecated?: ((v: any) => any) | undefined;
458
- }): void;
459
- helperText?: string | undefined;
460
- _helperTextSlottedContent?: HTMLElement[] | undefined;
461
- readonly _feedbackDescribedBy: string;
462
- _internalFeedback(): {
463
- type: import("../../feedback/feedback-message").FeedbackType;
464
- message: string;
465
- };
466
- _slottedHelperTextFeedbackType(): "none" | "helper";
467
- _getFeedbackTemplate(ctx: import("../../design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<{
468
- helperText?: string | undefined;
469
- _helperTextSlottedContent?: HTMLElement[] | undefined;
470
- readonly _feedbackDescribedBy: string;
471
- _internalFeedback(): {
472
- type: import("../../feedback/feedback-message").FeedbackType;
473
- message: string;
474
- };
475
- _slottedHelperTextFeedbackType(): "none" | "helper";
476
- _getFeedbackTemplate(ctx: import("../../design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
477
- connectedCallback(): void;
478
- _vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
479
- readonly $fastController: import("@microsoft/fast-element").ElementController<HTMLElement>;
480
- $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
481
- disconnectedCallback(): void;
482
- attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
483
- accessKey: string;
484
- readonly accessKeyLabel: string;
485
- autocapitalize: string;
486
- dir: string;
487
- draggable: boolean;
488
- hidden: boolean;
489
- inert: boolean;
490
- innerText: string;
491
- lang: string;
492
- readonly offsetHeight: number;
493
- readonly offsetLeft: number;
494
- readonly offsetParent: Element | null;
495
- readonly offsetTop: number;
496
- readonly offsetWidth: number;
497
- outerText: string;
498
- spellcheck: boolean;
499
- title: string;
500
- translate: boolean;
501
- attachInternals(): ElementInternals;
502
- click(): void;
503
- addEventListener<K_17 extends keyof HTMLElementEventMap>(type: K_17, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_17]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
504
- addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
505
- removeEventListener<K_18 extends keyof HTMLElementEventMap>(type: K_18, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_18]) => any, options?: boolean | EventListenerOptions | undefined): void;
506
- removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
507
- readonly attributes: NamedNodeMap;
508
- readonly classList: DOMTokenList;
509
- className: string;
510
- readonly clientHeight: number;
511
- readonly clientLeft: number;
512
- readonly clientTop: number;
513
- readonly clientWidth: number;
514
- id: string;
515
- readonly localName: string;
516
- readonly namespaceURI: string | null;
517
- onfullscreenchange: ((this: Element, ev: Event) => any) | null;
518
- onfullscreenerror: ((this: Element, ev: Event) => any) | null;
519
- outerHTML: string;
520
- readonly ownerDocument: Document;
521
- readonly part: DOMTokenList;
522
- readonly prefix: string | null;
523
- readonly scrollHeight: number;
524
- scrollLeft: number;
525
- scrollTop: number;
526
- readonly scrollWidth: number;
527
- readonly shadowRoot: ShadowRoot | null;
528
- slot: string;
529
- readonly tagName: string;
530
- attachShadow(init: ShadowRootInit): ShadowRoot;
531
- checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
532
- closest<K_19 extends keyof HTMLElementTagNameMap>(selector: K_19): HTMLElementTagNameMap[K_19] | null;
533
- closest<K_20 extends keyof SVGElementTagNameMap>(selector: K_20): SVGElementTagNameMap[K_20] | null;
534
- closest<K_21 extends keyof MathMLElementTagNameMap>(selector: K_21): MathMLElementTagNameMap[K_21] | null;
535
- closest<E_3 extends Element = Element>(selectors: string): E_3 | null;
536
- getAttribute(qualifiedName: string): string | null;
537
- getAttributeNS(namespace: string | null, localName: string): string | null;
538
- getAttributeNames(): string[];
539
- getAttributeNode(qualifiedName: string): Attr | null;
540
- getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
541
- getBoundingClientRect(): DOMRect;
542
- getClientRects(): DOMRectList;
543
- getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
544
- getElementsByTagName<K_22 extends keyof HTMLElementTagNameMap>(qualifiedName: K_22): HTMLCollectionOf<HTMLElementTagNameMap[K_22]>;
545
- getElementsByTagName<K_23 extends keyof SVGElementTagNameMap>(qualifiedName: K_23): HTMLCollectionOf<SVGElementTagNameMap[K_23]>;
546
- getElementsByTagName<K_24 extends keyof MathMLElementTagNameMap>(qualifiedName: K_24): HTMLCollectionOf<MathMLElementTagNameMap[K_24]>;
547
- getElementsByTagName<K_25 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_25): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_25]>;
548
- getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
549
- getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
550
- getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
551
- getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
552
- getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
553
- hasAttribute(qualifiedName: string): boolean;
554
- hasAttributeNS(namespace: string | null, localName: string): boolean;
555
- hasAttributes(): boolean;
556
- hasPointerCapture(pointerId: number): boolean;
557
- insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
558
- insertAdjacentHTML(position: InsertPosition, text: string): void;
559
- insertAdjacentText(where: InsertPosition, data: string): void;
560
- matches(selectors: string): boolean;
561
- releasePointerCapture(pointerId: number): void;
562
- removeAttribute(qualifiedName: string): void;
563
- removeAttributeNS(namespace: string | null, localName: string): void;
564
- removeAttributeNode(attr: Attr): Attr;
565
- requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
566
- requestPointerLock(): void;
567
- scroll(options?: ScrollToOptions | undefined): void;
568
- scroll(x: number, y: number): void;
569
- scrollBy(options?: ScrollToOptions | undefined): void;
570
- scrollBy(x: number, y: number): void;
571
- scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
572
- scrollTo(options?: ScrollToOptions | undefined): void;
573
- scrollTo(x: number, y: number): void;
574
- setAttribute(qualifiedName: string, value: string): void;
575
- setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
576
- setAttributeNode(attr: Attr): Attr | null;
577
- setAttributeNodeNS(attr: Attr): Attr | null;
578
- setPointerCapture(pointerId: number): void;
579
- toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
580
- webkitMatchesSelector(selectors: string): boolean;
581
- readonly baseURI: string;
582
- readonly childNodes: NodeListOf<ChildNode>;
583
- readonly firstChild: ChildNode | null;
584
- readonly isConnected: boolean;
585
- readonly lastChild: ChildNode | null;
586
- readonly nextSibling: ChildNode | null;
587
- readonly nodeName: string;
588
- readonly nodeType: number;
589
- nodeValue: string | null;
590
- readonly parentElement: HTMLElement | null;
591
- readonly parentNode: ParentNode | null;
592
- readonly previousSibling: ChildNode | null;
593
- textContent: string | null;
594
- appendChild<T extends Node>(node: T): T;
595
- cloneNode(deep?: boolean | undefined): Node;
596
- compareDocumentPosition(other: Node): number;
597
- contains(other: Node | null): boolean;
598
- getRootNode(options?: GetRootNodeOptions | undefined): Node;
599
- hasChildNodes(): boolean;
600
- insertBefore<T_4 extends Node>(node: T_4, child: Node | null): T_4;
601
- isDefaultNamespace(namespace: string | null): boolean;
602
- isEqualNode(otherNode: Node | null): boolean;
603
- isSameNode(otherNode: Node | null): boolean;
604
- lookupNamespaceURI(prefix: string | null): string | null;
605
- lookupPrefix(namespace: string | null): string | null;
606
- normalize(): void;
607
- removeChild<T_2 extends Node>(child: T_2): T_2;
608
- replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
609
- readonly ELEMENT_NODE: 1;
610
- readonly ATTRIBUTE_NODE: 2;
611
- readonly TEXT_NODE: 3;
612
- readonly CDATA_SECTION_NODE: 4;
613
- readonly ENTITY_REFERENCE_NODE: 5;
614
- readonly ENTITY_NODE: 6;
615
- readonly PROCESSING_INSTRUCTION_NODE: 7;
616
- readonly COMMENT_NODE: 8;
617
- readonly DOCUMENT_NODE: 9;
618
- readonly DOCUMENT_TYPE_NODE: 10;
619
- readonly DOCUMENT_FRAGMENT_NODE: 11;
620
- readonly NOTATION_NODE: 12;
621
- readonly DOCUMENT_POSITION_DISCONNECTED: 1;
622
- readonly DOCUMENT_POSITION_PRECEDING: 2;
623
- readonly DOCUMENT_POSITION_FOLLOWING: 4;
624
- readonly DOCUMENT_POSITION_CONTAINS: 8;
625
- readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
626
- readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
627
- dispatchEvent(event: Event): boolean;
628
- ariaAtomic: string | null;
629
- ariaAutoComplete: string | null;
630
- ariaBusy: string | null;
631
- ariaChecked: string | null;
632
- ariaColCount: string | null;
633
- ariaColIndex: string | null;
634
- ariaColSpan: string | null;
635
- ariaCurrent: string | null;
636
- ariaDisabled: string | null;
637
- ariaExpanded: string | null;
638
- ariaHasPopup: string | null;
639
- ariaHidden: string | null;
640
- ariaInvalid: string | null;
641
- ariaKeyShortcuts: string | null;
642
- ariaLabel: string | null;
643
- ariaLevel: string | null;
644
- ariaLive: string | null;
645
- ariaModal: string | null;
646
- ariaMultiLine: string | null;
647
- ariaMultiSelectable: string | null;
648
- ariaOrientation: string | null;
649
- ariaPlaceholder: string | null;
650
- ariaPosInSet: string | null;
651
- ariaPressed: string | null;
652
- ariaReadOnly: string | null;
653
- ariaRequired: string | null;
654
- ariaRoleDescription: string | null;
655
- ariaRowCount: string | null;
656
- ariaRowIndex: string | null;
657
- ariaRowSpan: string | null;
658
- ariaSelected: string | null;
659
- ariaSetSize: string | null;
660
- ariaSort: string | null;
661
- ariaValueMax: string | null;
662
- ariaValueMin: string | null;
663
- ariaValueNow: string | null;
664
- ariaValueText: string | null;
665
- role: string | null;
666
- animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
667
- getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
668
- after(...nodes: (string | Node)[]): void;
669
- before(...nodes: (string | Node)[]): void;
670
- remove(): void;
671
- replaceWith(...nodes: (string | Node)[]): void;
672
- innerHTML: string;
673
- readonly nextElementSibling: Element | null;
674
- readonly previousElementSibling: Element | null;
675
- readonly childElementCount: number;
676
- readonly children: HTMLCollection;
677
- readonly firstElementChild: Element | null;
678
- readonly lastElementChild: Element | null;
679
- append(...nodes: (string | Node)[]): void;
680
- prepend(...nodes: (string | Node)[]): void;
681
- querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
682
- querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
683
- querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
684
- querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
685
- querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
686
- querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
687
- querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
688
- querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
689
- querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
690
- querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
691
- replaceChildren(...nodes: (string | Node)[]): void;
692
- readonly assignedSlot: HTMLSlotElement | null;
693
- readonly style: CSSStyleDeclaration;
694
- contentEditable: string;
695
- enterKeyHint: string;
696
- inputMode: string;
697
- readonly isContentEditable: boolean;
698
- onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
699
- onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
700
- onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
701
- onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
702
- onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
703
- onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
704
- onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
705
- onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
706
- oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
707
- oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
708
- oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
709
- onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
710
- onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
711
- onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
712
- oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
713
- oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
714
- oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
715
- oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
716
- ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
717
- ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
718
- ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
719
- ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
720
- ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
721
- ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
722
- ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
723
- ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
724
- ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
725
- onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
726
- onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
727
- onerror: OnErrorEventHandler;
728
- onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
729
- onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
730
- ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
731
- oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
732
- oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
733
- onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
734
- onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
735
- onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
736
- onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
737
- onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
738
- onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
739
- onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
740
- onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
741
- onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
742
- onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
743
- onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
744
- onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
745
- onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
746
- onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
747
- onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
748
- onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
749
- onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
750
- onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
751
- onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
752
- onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
753
- onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
754
- onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
755
- onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
756
- onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
757
- onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
758
- onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
759
- onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
760
- onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
761
- onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
762
- onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
763
- onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
764
- onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
765
- onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
766
- onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
767
- onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
768
- onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
769
- onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
770
- onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
771
- onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
772
- onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
773
- onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
774
- onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
775
- ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
776
- ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
777
- ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
778
- ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
779
- ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
780
- ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
781
- ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
782
- ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
783
- ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
784
- ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
785
- onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
786
- onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
787
- onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
788
- onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
789
- onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
790
- onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
791
- onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
792
- autofocus: boolean;
793
- readonly dataset: DOMStringMap;
794
- nonce?: string | undefined;
795
- tabIndex: number;
796
- blur(): void;
797
- focus(options?: FocusOptions | undefined): void;
798
- ariaColIndexText: string | null;
799
- ariaDescription: string | null;
800
- ariaRowIndexText: string | null;
801
- ariaRelevant: string | null;
802
- roleChanged(prev: string | null, next: string | null): void;
803
- ariaAtomicChanged(prev: string | null, next: string | null): void;
804
- ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
805
- ariaBusyChanged(prev: string | null, next: string | null): void;
806
- ariaCheckedChanged(prev: string | null, next: string | null): void;
807
- ariaColCountChanged(prev: string | null, next: string | null): void;
808
- ariaColIndexChanged(prev: string | null, next: string | null): void;
809
- ariaColIndexTextChanged(prev: string | null, next: string | null): void;
810
- ariaColSpanChanged(prev: string | null, next: string | null): void;
811
- ariaCurrentChanged(prev: string | null, next: string | null): void;
812
- ariaDescriptionChanged(prev: string | null, next: string | null): void;
813
- ariaDisabledChanged(prev: string | null, next: string | null): void;
814
- ariaExpandedChanged(prev: string | null, next: string | null): void;
815
- ariaHasPopupChanged(prev: string | null, next: string | null): void;
816
- ariaHiddenChanged(prev: string | null, next: string | null): void;
817
- ariaInvalidChanged(prev: string | null, next: string | null): void;
818
- ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
819
- ariaLabelChanged(prev: string | null, next: string | null): void;
820
- ariaLevelChanged(prev: string | null, next: string | null): void;
821
- ariaLiveChanged(prev: string | null, next: string | null): void;
822
- ariaModalChanged(prev: string | null, next: string | null): void;
823
- ariaMultiLineChanged(prev: string | null, next: string | null): void;
824
- ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
825
- ariaOrientationChanged(prev: string | null, next: string | null): void;
826
- ariaPlaceholderChanged(prev: string | null, next: string | null): void;
827
- ariaPosInSetChanged(prev: string | null, next: string | null): void;
828
- ariaPressedChanged(prev: string | null, next: string | null): void;
829
- ariaReadOnlyChanged(prev: string | null, next: string | null): void;
830
- ariaRequiredChanged(prev: string | null, next: string | null): void;
831
- ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
832
- ariaRowCountChanged(prev: string | null, next: string | null): void;
833
- ariaRowIndexChanged(prev: string | null, next: string | null): void;
834
- ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
835
- ariaRowSpanChanged(prev: string | null, next: string | null): void;
836
- ariaSelectedChanged(prev: string | null, next: string | null): void;
837
- ariaSetSizeChanged(prev: string | null, next: string | null): void;
838
- ariaSortChanged(prev: string | null, next: string | null): void;
839
- ariaValueMaxChanged(prev: string | null, next: string | null): void;
840
- ariaValueMinChanged(prev: string | null, next: string | null): void;
841
- ariaValueNowChanged(prev: string | null, next: string | null): void;
842
- ariaValueTextChanged(prev: string | null, next: string | null): void;
843
- ariaRelevantChanged(prev: string | null, next: string | null): void;
844
- "__#1@#handleReplacedProp"(replacedProp: {
845
- newPropertyName: string;
846
- deprecatedPropertyName: string;
847
- fromDeprecated: (v: any) => any;
848
- toDeprecated?: ((v: any) => any) | undefined;
849
- }): void;
850
- }, any>;
851
- errorText?: string | undefined;
852
- errorTextChanged(_: string, newErrorText: string | undefined): void;
853
- "__#4@#blockValidateCalls": boolean;
854
- "__#4@#originalValidateFn": () => void;
855
- "__#4@#forceCustomError"(errorMessage: string): void;
856
- "__#4@#clearCustomErrorAndRevalidate"(): void;
857
- _trappedFocus(event: KeyboardEvent, getFocusableEls: () => NodeListOf<HTMLElement>): boolean;
858
- readonly locale: import("../../localization/Locale").Locale;
859
- } & import("../picker-field").PickerField>>(Base: T_5) => (abstract new (...args: any[]) => {
860
- readonly _timeValue: string;
1
+ import { ExpressionNotifier } from '@microsoft/fast-element';
2
+ import { TimeStr } from '../../datetime/time';
3
+ import { DateStr } from '../../datetime/dateStr';
4
+ import { AbstractConstructor, MixinType } from '../../utils/mixins';
5
+ import { InlineTimePicker } from './inline-time-picker/inline-time-picker';
6
+ import { SingleValuePickerElement } from './single-value-picker';
7
+ export declare const TimeSelectionPicker: <T extends AbstractConstructor<SingleValuePickerElement>>(Base: T) => (abstract new (...args: any[]) => {
8
+ get _timeValue(): string;
861
9
  _withUpdatedTime(timeStr: DateStr): string;
862
- readonly _resolvedMinTime: string | null;
863
- readonly _resolvedMaxTime: string | null;
10
+ get _resolvedMinTime(): TimeStr | null;
11
+ get _resolvedMaxTime(): TimeStr | null;
864
12
  minutesStep: number | null;
865
13
  secondsStep: number | null;
866
- clock?: "12h" | "24h" | undefined;
14
+ clock?: "12h" | "24h";
867
15
  _inlineTimePickerEl: InlineTimePicker;
868
- readonly _displaySeconds: boolean;
869
- readonly _use12hClock: boolean;
870
- readonly _timePlaceholder: string;
871
- "__#25@#clockChangeHandler": {
16
+ get _displaySeconds(): boolean;
17
+ get _use12hClock(): boolean;
18
+ get _timePlaceholder(): string;
19
+ "__#private@#clockChangeHandler": {
872
20
  handleChange: () => void;
873
21
  };
874
- "__#25@#clockChangeObserver": ExpressionNotifier;
875
- "__#25@#startObservingClockChanges"(): void;
876
- "__#25@#stopObservingClockChanges"(): void;
22
+ "__#private@#clockChangeObserver": ExpressionNotifier;
23
+ "__#private@#startObservingClockChanges"(): void;
24
+ "__#private@#stopObservingClockChanges"(): void;
877
25
  connectedCallback(): void;
878
26
  disconnectedCallback(): void;
879
27
  _onPickerButtonClick(): void;
@@ -892,52 +40,53 @@ export declare const TimeSelectionPicker: <T_5 extends AbstractConstructor<{
892
40
  _onClearClick: (() => void) & (() => void);
893
41
  readOnly: boolean;
894
42
  readOnlyChanged(): void;
895
- _textFieldEl: import("../../..").VwcTextFieldElement;
43
+ _textFieldEl: import('../../..').VwcTextFieldElement;
896
44
  _dialogEl: HTMLElement;
897
- _pickerButtonEl: import("../../..").VwcButtonElement;
898
- "__#22@#onFocusIn": () => void;
899
- "__#22@#onFocusOut": () => void;
45
+ _pickerButtonEl: import('../../..').VwcButtonElement;
46
+ "__#private@#onFocusIn": () => void;
47
+ "__#private@#onFocusOut": () => void;
900
48
  proxy: HTMLInputElement;
901
49
  validate(): void;
902
50
  _getCustomValidationError(): string | null;
903
- "__#22@#localeChangeHandler": {
51
+ "__#private@#localeChangeHandler": {
904
52
  handleChange: () => void;
905
53
  };
906
- "__#22@#localeChangeObserver": ExpressionNotifier<any, any, any>;
907
- "__#22@#startObservingLocaleChanges"(): void;
908
- "__#22@#stopObservingLocaleChanges"(): void;
54
+ "__#private@#localeChangeObserver": ExpressionNotifier;
55
+ "__#private@#startObservingLocaleChanges"(): void;
56
+ "__#private@#stopObservingLocaleChanges"(): void;
909
57
  _popupOpen: boolean;
910
- "__#22@#dismissOnClickOutside": (event: MouseEvent) => void;
911
- "__#22@#openPopupIfPossible"(): void;
58
+ "__#private@#dismissOnClickOutside": (event: MouseEvent) => void;
59
+ "__#private@#openPopupIfPossible"(): void;
912
60
  _closePopup(restoreFocusToTextField?: boolean): void;
913
61
  _onBaseKeyDown(event: KeyboardEvent): boolean;
914
62
  _focusableElsWithinDialog(): NodeListOf<HTMLElement>;
915
- readonly _dialogLabel: string;
63
+ get _dialogLabel(): string;
916
64
  _presentationValue: string;
917
65
  _presentationValueChanged(): void;
918
- readonly _textFieldPlaceholder: string;
919
- _textFieldSize?: string | undefined;
920
- readonly _pickerButtonLabel: string;
921
- readonly _pickerButtonIcon: string;
66
+ get _textFieldPlaceholder(): string;
67
+ _textFieldSize?: string;
68
+ get _pickerButtonLabel(): string;
69
+ get _pickerButtonIcon(): string;
922
70
  _onOkClick(): void;
923
- _contextualHelpSlottedContent?: HTMLElement[] | undefined;
924
- readonly _hasContextualHelp: boolean;
71
+ _contextualHelpSlottedContent?: HTMLElement[];
72
+ get _hasContextualHelp(): boolean;
925
73
  _isFromContextualHelp(e: Event): boolean;
926
- label?: string | undefined;
74
+ label?: string;
927
75
  errorValidationMessage: string;
928
76
  forceErrorDisplay: boolean;
929
77
  hasBeenTouched: boolean;
930
- "__#3@#handleInvalidEvent": (() => void) & (() => void);
78
+ "__#private@#handleInvalidEvent": () => void;
931
79
  formResetCallback: (() => void) & (() => void) & (() => void) & (() => void);
932
- readonly validity: ValidityState;
933
- readonly form: HTMLFormElement | null;
934
- readonly validationMessage: string;
935
- readonly willValidate: boolean;
936
- readonly labels: readonly Node[];
80
+ get validity(): ValidityState;
81
+ get form(): HTMLFormElement | null;
82
+ get validationMessage(): string;
83
+ get willValidate(): boolean;
84
+ get labels(): ReadonlyArray<Node>;
937
85
  dirtyValue: boolean;
938
- proxySlot?: HTMLSlotElement | undefined;
86
+ proxySlot?: HTMLSlotElement;
939
87
  value: string;
940
- currentValue: string;
88
+ get currentValue(): string;
89
+ set currentValue(value: string);
941
90
  initialValue: string;
942
91
  initialValueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
943
92
  disabled: boolean;
@@ -946,25 +95,26 @@ export declare const TimeSelectionPicker: <T_5 extends AbstractConstructor<{
946
95
  nameChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
947
96
  required: boolean;
948
97
  requiredChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
949
- readonly elementInternals: ElementInternals | null;
98
+ get elementInternals(): ElementInternals | null;
950
99
  proxyEventsToBlock: string[];
951
100
  checkValidity: (() => boolean) & (() => boolean);
952
101
  reportValidity: (() => boolean) & (() => boolean);
953
- setValidity: ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void) & ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void);
102
+ setValidity: ((flags: ValidityStateFlags, message?: string, anchor?: HTMLElement) => void) & ((flags: ValidityStateFlags, message?: string, anchor?: HTMLElement) => void);
954
103
  formDisabledCallback: ((disabled: boolean) => void) & ((disabled: boolean) => void);
955
104
  proxyInitialized: boolean;
956
105
  attachProxy: (() => void) & (() => void);
957
106
  detachProxy: (() => void) & (() => void);
958
- 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);
107
+ setFormValue: ((value: File | string | FormData | null, state?: File | string | FormData | null) => void) & ((value: File | string | FormData | null, state?: File | string | FormData | null) => void);
959
108
  _keypressHandler: ((e: KeyboardEvent) => void) & ((e: KeyboardEvent) => void);
960
109
  stopPropagation: ((e: Event) => void) & ((e: Event) => void);
961
- _vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
962
- readonly $fastController: import("@microsoft/fast-element").ElementController<HTMLElement>;
963
- $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
110
+ _vividAriaBehaviour: import('../../aria/aria-mixin').VividAriaBehaviour;
111
+ readonly $fastController: import('@microsoft/fast-element').ElementController;
112
+ $emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
964
113
  attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
965
114
  accessKey: string;
966
115
  readonly accessKeyLabel: string;
967
116
  autocapitalize: string;
117
+ autocorrect: boolean;
968
118
  dir: string;
969
119
  draggable: boolean;
970
120
  hidden: boolean;
@@ -977,30 +127,39 @@ export declare const TimeSelectionPicker: <T_5 extends AbstractConstructor<{
977
127
  readonly offsetTop: number;
978
128
  readonly offsetWidth: number;
979
129
  outerText: string;
130
+ popover: string | null;
980
131
  spellcheck: boolean;
981
132
  title: string;
982
133
  translate: boolean;
134
+ writingSuggestions: string;
983
135
  attachInternals(): ElementInternals;
984
136
  click(): void;
985
- addEventListener<K_26 extends keyof HTMLElementEventMap>(type: K_26, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_26]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
986
- addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
987
- removeEventListener<K_27 extends keyof HTMLElementEventMap>(type: K_27, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_27]) => any, options?: boolean | EventListenerOptions | undefined): void;
988
- removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
137
+ hidePopover(): void;
138
+ showPopover(): void;
139
+ togglePopover(options?: boolean): boolean;
140
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
141
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
142
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
143
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
989
144
  readonly attributes: NamedNodeMap;
990
- readonly classList: DOMTokenList;
145
+ get classList(): DOMTokenList;
146
+ set classList(value: string);
991
147
  className: string;
992
148
  readonly clientHeight: number;
993
149
  readonly clientLeft: number;
994
150
  readonly clientTop: number;
995
151
  readonly clientWidth: number;
152
+ readonly currentCSSZoom: number;
996
153
  id: string;
154
+ innerHTML: string;
997
155
  readonly localName: string;
998
156
  readonly namespaceURI: string | null;
999
157
  onfullscreenchange: ((this: Element, ev: Event) => any) | null;
1000
158
  onfullscreenerror: ((this: Element, ev: Event) => any) | null;
1001
159
  outerHTML: string;
1002
160
  readonly ownerDocument: Document;
1003
- readonly part: DOMTokenList;
161
+ get part(): DOMTokenList;
162
+ set part(value: string);
1004
163
  readonly prefix: string | null;
1005
164
  readonly scrollHeight: number;
1006
165
  scrollLeft: number;
@@ -1010,11 +169,12 @@ export declare const TimeSelectionPicker: <T_5 extends AbstractConstructor<{
1010
169
  slot: string;
1011
170
  readonly tagName: string;
1012
171
  attachShadow(init: ShadowRootInit): ShadowRoot;
1013
- checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
1014
- closest<K_28 extends keyof HTMLElementTagNameMap>(selector: K_28): HTMLElementTagNameMap[K_28] | null;
1015
- closest<K_29 extends keyof SVGElementTagNameMap>(selector: K_29): SVGElementTagNameMap[K_29] | null;
1016
- closest<K_30 extends keyof MathMLElementTagNameMap>(selector: K_30): MathMLElementTagNameMap[K_30] | null;
1017
- closest<E_4 extends Element = Element>(selectors: string): E_4 | null;
172
+ checkVisibility(options?: CheckVisibilityOptions): boolean;
173
+ closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
174
+ closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
175
+ closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
176
+ closest<E extends Element = Element>(selectors: string): E | null;
177
+ computedStyleMap(): StylePropertyMapReadOnly;
1018
178
  getAttribute(qualifiedName: string): string | null;
1019
179
  getAttributeNS(namespace: string | null, localName: string): string | null;
1020
180
  getAttributeNames(): string[];
@@ -1023,43 +183,47 @@ export declare const TimeSelectionPicker: <T_5 extends AbstractConstructor<{
1023
183
  getBoundingClientRect(): DOMRect;
1024
184
  getClientRects(): DOMRectList;
1025
185
  getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
1026
- getElementsByTagName<K_31 extends keyof HTMLElementTagNameMap>(qualifiedName: K_31): HTMLCollectionOf<HTMLElementTagNameMap[K_31]>;
1027
- getElementsByTagName<K_32 extends keyof SVGElementTagNameMap>(qualifiedName: K_32): HTMLCollectionOf<SVGElementTagNameMap[K_32]>;
1028
- getElementsByTagName<K_33 extends keyof MathMLElementTagNameMap>(qualifiedName: K_33): HTMLCollectionOf<MathMLElementTagNameMap[K_33]>;
1029
- getElementsByTagName<K_34 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_34): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_34]>;
186
+ getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
187
+ getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
188
+ getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
189
+ getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
1030
190
  getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
1031
191
  getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
1032
192
  getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
1033
193
  getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
1034
194
  getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
195
+ getHTML(options?: GetHTMLOptions): string;
1035
196
  hasAttribute(qualifiedName: string): boolean;
1036
197
  hasAttributeNS(namespace: string | null, localName: string): boolean;
1037
198
  hasAttributes(): boolean;
1038
199
  hasPointerCapture(pointerId: number): boolean;
1039
200
  insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
1040
- insertAdjacentHTML(position: InsertPosition, text: string): void;
201
+ insertAdjacentHTML(position: InsertPosition, string: string): void;
1041
202
  insertAdjacentText(where: InsertPosition, data: string): void;
1042
203
  matches(selectors: string): boolean;
1043
204
  releasePointerCapture(pointerId: number): void;
1044
205
  removeAttribute(qualifiedName: string): void;
1045
206
  removeAttributeNS(namespace: string | null, localName: string): void;
1046
207
  removeAttributeNode(attr: Attr): Attr;
1047
- requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
1048
- requestPointerLock(): void;
1049
- scroll(options?: ScrollToOptions | undefined): void;
208
+ requestFullscreen(options?: FullscreenOptions): Promise<void>;
209
+ requestPointerLock(options?: PointerLockOptions): Promise<void>;
210
+ scroll(options?: ScrollToOptions): void;
1050
211
  scroll(x: number, y: number): void;
1051
- scrollBy(options?: ScrollToOptions | undefined): void;
212
+ scrollBy(options?: ScrollToOptions): void;
1052
213
  scrollBy(x: number, y: number): void;
1053
- scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
1054
- scrollTo(options?: ScrollToOptions | undefined): void;
214
+ scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
215
+ scrollTo(options?: ScrollToOptions): void;
1055
216
  scrollTo(x: number, y: number): void;
1056
217
  setAttribute(qualifiedName: string, value: string): void;
1057
218
  setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
1058
219
  setAttributeNode(attr: Attr): Attr | null;
1059
220
  setAttributeNodeNS(attr: Attr): Attr | null;
221
+ setHTMLUnsafe(html: string): void;
1060
222
  setPointerCapture(pointerId: number): void;
1061
- toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
223
+ toggleAttribute(qualifiedName: string, force?: boolean): boolean;
1062
224
  webkitMatchesSelector(selectors: string): boolean;
225
+ get textContent(): string;
226
+ set textContent(value: string | null);
1063
227
  readonly baseURI: string;
1064
228
  readonly childNodes: NodeListOf<ChildNode>;
1065
229
  readonly firstChild: ChildNode | null;
@@ -1072,22 +236,21 @@ export declare const TimeSelectionPicker: <T_5 extends AbstractConstructor<{
1072
236
  readonly parentElement: HTMLElement | null;
1073
237
  readonly parentNode: ParentNode | null;
1074
238
  readonly previousSibling: ChildNode | null;
1075
- textContent: string | null;
1076
- appendChild<T extends Node>(node: T): T;
1077
- cloneNode(deep?: boolean | undefined): Node;
239
+ appendChild<T_1 extends Node>(node: T_1): T_1;
240
+ cloneNode(subtree?: boolean): Node;
1078
241
  compareDocumentPosition(other: Node): number;
1079
242
  contains(other: Node | null): boolean;
1080
- getRootNode(options?: GetRootNodeOptions | undefined): Node;
243
+ getRootNode(options?: GetRootNodeOptions): Node;
1081
244
  hasChildNodes(): boolean;
1082
- insertBefore<T_6 extends Node>(node: T_6, child: Node | null): T_6;
245
+ insertBefore<T_1 extends Node>(node: T_1, child: Node | null): T_1;
1083
246
  isDefaultNamespace(namespace: string | null): boolean;
1084
247
  isEqualNode(otherNode: Node | null): boolean;
1085
248
  isSameNode(otherNode: Node | null): boolean;
1086
249
  lookupNamespaceURI(prefix: string | null): string | null;
1087
250
  lookupPrefix(namespace: string | null): string | null;
1088
251
  normalize(): void;
1089
- removeChild<T_2 extends Node>(child: T_2): T_2;
1090
- replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
252
+ removeChild<T_1 extends Node>(child: T_1): T_1;
253
+ replaceChild<T_1 extends Node>(node: Node, child: T_1): T_1;
1091
254
  readonly ELEMENT_NODE: 1;
1092
255
  readonly ATTRIBUTE_NODE: 2;
1093
256
  readonly TEXT_NODE: 3;
@@ -1107,35 +270,49 @@ export declare const TimeSelectionPicker: <T_5 extends AbstractConstructor<{
1107
270
  readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
1108
271
  readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
1109
272
  dispatchEvent(event: Event): boolean;
273
+ ariaActiveDescendantElement: Element | null;
1110
274
  ariaAtomic: string | null;
1111
275
  ariaAutoComplete: string | null;
276
+ ariaBrailleLabel: string | null;
277
+ ariaBrailleRoleDescription: string | null;
1112
278
  ariaBusy: string | null;
1113
279
  ariaChecked: string | null;
1114
280
  ariaColCount: string | null;
1115
281
  ariaColIndex: string | null;
282
+ ariaColIndexText: string | null;
1116
283
  ariaColSpan: string | null;
284
+ ariaControlsElements: ReadonlyArray<Element> | null;
1117
285
  ariaCurrent: string | null;
286
+ ariaDescribedByElements: ReadonlyArray<Element> | null;
287
+ ariaDescription: string | null;
288
+ ariaDetailsElements: ReadonlyArray<Element> | null;
1118
289
  ariaDisabled: string | null;
290
+ ariaErrorMessageElements: ReadonlyArray<Element> | null;
1119
291
  ariaExpanded: string | null;
292
+ ariaFlowToElements: ReadonlyArray<Element> | null;
1120
293
  ariaHasPopup: string | null;
1121
294
  ariaHidden: string | null;
1122
295
  ariaInvalid: string | null;
1123
296
  ariaKeyShortcuts: string | null;
1124
297
  ariaLabel: string | null;
298
+ ariaLabelledByElements: ReadonlyArray<Element> | null;
1125
299
  ariaLevel: string | null;
1126
300
  ariaLive: string | null;
1127
301
  ariaModal: string | null;
1128
302
  ariaMultiLine: string | null;
1129
303
  ariaMultiSelectable: string | null;
1130
304
  ariaOrientation: string | null;
305
+ ariaOwnsElements: ReadonlyArray<Element> | null;
1131
306
  ariaPlaceholder: string | null;
1132
307
  ariaPosInSet: string | null;
1133
308
  ariaPressed: string | null;
1134
309
  ariaReadOnly: string | null;
310
+ ariaRelevant: string | null;
1135
311
  ariaRequired: string | null;
1136
312
  ariaRoleDescription: string | null;
1137
313
  ariaRowCount: string | null;
1138
314
  ariaRowIndex: string | null;
315
+ ariaRowIndexText: string | null;
1139
316
  ariaRowSpan: string | null;
1140
317
  ariaSelected: string | null;
1141
318
  ariaSetSize: string | null;
@@ -1145,34 +322,35 @@ export declare const TimeSelectionPicker: <T_5 extends AbstractConstructor<{
1145
322
  ariaValueNow: string | null;
1146
323
  ariaValueText: string | null;
1147
324
  role: string | null;
1148
- animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
1149
- getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
1150
- after(...nodes: (string | Node)[]): void;
1151
- before(...nodes: (string | Node)[]): void;
325
+ animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
326
+ getAnimations(options?: GetAnimationsOptions): Animation[];
327
+ after(...nodes: (Node | string)[]): void;
328
+ before(...nodes: (Node | string)[]): void;
1152
329
  remove(): void;
1153
- replaceWith(...nodes: (string | Node)[]): void;
1154
- innerHTML: string;
330
+ replaceWith(...nodes: (Node | string)[]): void;
1155
331
  readonly nextElementSibling: Element | null;
1156
332
  readonly previousElementSibling: Element | null;
1157
333
  readonly childElementCount: number;
1158
334
  readonly children: HTMLCollection;
1159
335
  readonly firstElementChild: Element | null;
1160
336
  readonly lastElementChild: Element | null;
1161
- append(...nodes: (string | Node)[]): void;
1162
- prepend(...nodes: (string | Node)[]): void;
1163
- querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
1164
- querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
1165
- querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
1166
- querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
1167
- querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
1168
- querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
1169
- querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
1170
- querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
1171
- querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
1172
- querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
1173
- replaceChildren(...nodes: (string | Node)[]): void;
337
+ append(...nodes: (Node | string)[]): void;
338
+ prepend(...nodes: (Node | string)[]): void;
339
+ querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
340
+ querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
341
+ querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
342
+ querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
343
+ querySelector<E extends Element = Element>(selectors: string): E | null;
344
+ querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
345
+ querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
346
+ querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
347
+ querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
348
+ querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
349
+ replaceChildren(...nodes: (Node | string)[]): void;
1174
350
  readonly assignedSlot: HTMLSlotElement | null;
1175
- readonly style: CSSStyleDeclaration;
351
+ readonly attributeStyleMap: StylePropertyMap;
352
+ get style(): CSSStyleDeclaration;
353
+ set style(cssText: string);
1176
354
  contentEditable: string;
1177
355
  enterKeyHint: string;
1178
356
  inputMode: string;
@@ -1182,16 +360,20 @@ export declare const TimeSelectionPicker: <T_5 extends AbstractConstructor<{
1182
360
  onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
1183
361
  onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
1184
362
  onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
1185
- onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
363
+ onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1186
364
  onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
365
+ onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
366
+ onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
1187
367
  onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
1188
368
  oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1189
369
  oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1190
370
  oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1191
371
  onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1192
- onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
372
+ onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1193
373
  onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1194
- oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
374
+ oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
375
+ oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
376
+ oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1195
377
  oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
1196
378
  oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1197
379
  oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
@@ -1238,12 +420,14 @@ export declare const TimeSelectionPicker: <T_5 extends AbstractConstructor<{
1238
420
  onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1239
421
  onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1240
422
  onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
423
+ onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1241
424
  onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1242
- onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
425
+ onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
1243
426
  onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1244
427
  onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1245
428
  onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
1246
429
  onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
430
+ onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1247
431
  onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
1248
432
  onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1249
433
  onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
@@ -1255,7 +439,7 @@ export declare const TimeSelectionPicker: <T_5 extends AbstractConstructor<{
1255
439
  onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
1256
440
  onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1257
441
  ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1258
- ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
442
+ ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
1259
443
  ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
1260
444
  ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
1261
445
  ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
@@ -1273,14 +457,10 @@ export declare const TimeSelectionPicker: <T_5 extends AbstractConstructor<{
1273
457
  onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
1274
458
  autofocus: boolean;
1275
459
  readonly dataset: DOMStringMap;
1276
- nonce?: string | undefined;
460
+ nonce?: string;
1277
461
  tabIndex: number;
1278
462
  blur(): void;
1279
- focus(options?: FocusOptions | undefined): void;
1280
- ariaColIndexText: string | null;
1281
- ariaDescription: string | null;
1282
- ariaRowIndexText: string | null;
1283
- ariaRelevant: string | null;
463
+ focus(options?: FocusOptions): void;
1284
464
  roleChanged(prev: string | null, next: string | null): void;
1285
465
  ariaAtomicChanged(prev: string | null, next: string | null): void;
1286
466
  ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
@@ -1323,39 +503,40 @@ export declare const TimeSelectionPicker: <T_5 extends AbstractConstructor<{
1323
503
  ariaValueNowChanged(prev: string | null, next: string | null): void;
1324
504
  ariaValueTextChanged(prev: string | null, next: string | null): void;
1325
505
  ariaRelevantChanged(prev: string | null, next: string | null): void;
1326
- "__#1@#handleReplacedProp"(replacedProp: {
506
+ "__#private@#handleReplacedProp"(replacedProp: {
1327
507
  newPropertyName: string;
1328
508
  deprecatedPropertyName: string;
1329
509
  fromDeprecated: (v: any) => any;
1330
510
  toDeprecated?: ((v: any) => any) | undefined;
1331
511
  }): void;
1332
- helperText?: string | undefined;
1333
- _helperTextSlottedContent?: HTMLElement[] | undefined;
1334
- readonly _feedbackDescribedBy: string;
512
+ helperText?: string;
513
+ _helperTextSlottedContent?: HTMLElement[];
514
+ get _feedbackDescribedBy(): string;
1335
515
  _internalFeedback(): {
1336
- type: import("../../feedback/feedback-message").FeedbackType;
516
+ type: import('../../feedback/feedback-message').FeedbackType;
1337
517
  message: string;
1338
518
  };
1339
519
  _slottedHelperTextFeedbackType(): "none" | "helper";
1340
- _getFeedbackTemplate(ctx: import("../../design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<{
1341
- helperText?: string | undefined;
1342
- _helperTextSlottedContent?: HTMLElement[] | undefined;
1343
- readonly _feedbackDescribedBy: string;
520
+ _getFeedbackTemplate(ctx: import('../../design-system/defineVividComponent').VividElementDefinitionContext): import('@microsoft/fast-element').ViewTemplate<{
521
+ helperText?: string;
522
+ _helperTextSlottedContent?: HTMLElement[];
523
+ get _feedbackDescribedBy(): string;
1344
524
  _internalFeedback(): {
1345
- type: import("../../feedback/feedback-message").FeedbackType;
525
+ type: import('../../feedback/feedback-message').FeedbackType;
1346
526
  message: string;
1347
527
  };
1348
528
  _slottedHelperTextFeedbackType(): "none" | "helper";
1349
- _getFeedbackTemplate(ctx: import("../../design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
529
+ _getFeedbackTemplate(ctx: import('../../design-system/defineVividComponent').VividElementDefinitionContext): import('@microsoft/fast-element').ViewTemplate<any, any>;
1350
530
  connectedCallback(): void;
1351
- _vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
1352
- readonly $fastController: import("@microsoft/fast-element").ElementController<HTMLElement>;
1353
- $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
531
+ _vividAriaBehaviour: import('../../aria/aria-mixin').VividAriaBehaviour;
532
+ readonly $fastController: import('@microsoft/fast-element').ElementController;
533
+ $emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
1354
534
  disconnectedCallback(): void;
1355
535
  attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
1356
536
  accessKey: string;
1357
537
  readonly accessKeyLabel: string;
1358
538
  autocapitalize: string;
539
+ autocorrect: boolean;
1359
540
  dir: string;
1360
541
  draggable: boolean;
1361
542
  hidden: boolean;
@@ -1368,30 +549,39 @@ export declare const TimeSelectionPicker: <T_5 extends AbstractConstructor<{
1368
549
  readonly offsetTop: number;
1369
550
  readonly offsetWidth: number;
1370
551
  outerText: string;
552
+ popover: string | null;
1371
553
  spellcheck: boolean;
1372
554
  title: string;
1373
555
  translate: boolean;
556
+ writingSuggestions: string;
1374
557
  attachInternals(): ElementInternals;
1375
558
  click(): void;
1376
- addEventListener<K_17 extends keyof HTMLElementEventMap>(type: K_17, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_17]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
1377
- addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
1378
- removeEventListener<K_18 extends keyof HTMLElementEventMap>(type: K_18, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_18]) => any, options?: boolean | EventListenerOptions | undefined): void;
1379
- removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
559
+ hidePopover(): void;
560
+ showPopover(): void;
561
+ togglePopover(options?: boolean): boolean;
562
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
563
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
564
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
565
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
1380
566
  readonly attributes: NamedNodeMap;
1381
- readonly classList: DOMTokenList;
567
+ get classList(): DOMTokenList;
568
+ set classList(value: string);
1382
569
  className: string;
1383
570
  readonly clientHeight: number;
1384
571
  readonly clientLeft: number;
1385
572
  readonly clientTop: number;
1386
573
  readonly clientWidth: number;
574
+ readonly currentCSSZoom: number;
1387
575
  id: string;
576
+ innerHTML: string;
1388
577
  readonly localName: string;
1389
578
  readonly namespaceURI: string | null;
1390
579
  onfullscreenchange: ((this: Element, ev: Event) => any) | null;
1391
580
  onfullscreenerror: ((this: Element, ev: Event) => any) | null;
1392
581
  outerHTML: string;
1393
582
  readonly ownerDocument: Document;
1394
- readonly part: DOMTokenList;
583
+ get part(): DOMTokenList;
584
+ set part(value: string);
1395
585
  readonly prefix: string | null;
1396
586
  readonly scrollHeight: number;
1397
587
  scrollLeft: number;
@@ -1401,11 +591,12 @@ export declare const TimeSelectionPicker: <T_5 extends AbstractConstructor<{
1401
591
  slot: string;
1402
592
  readonly tagName: string;
1403
593
  attachShadow(init: ShadowRootInit): ShadowRoot;
1404
- checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
1405
- closest<K_19 extends keyof HTMLElementTagNameMap>(selector: K_19): HTMLElementTagNameMap[K_19] | null;
1406
- closest<K_20 extends keyof SVGElementTagNameMap>(selector: K_20): SVGElementTagNameMap[K_20] | null;
1407
- closest<K_21 extends keyof MathMLElementTagNameMap>(selector: K_21): MathMLElementTagNameMap[K_21] | null;
1408
- closest<E_3 extends Element = Element>(selectors: string): E_3 | null;
594
+ checkVisibility(options?: CheckVisibilityOptions): boolean;
595
+ closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
596
+ closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
597
+ closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
598
+ closest<E extends Element = Element>(selectors: string): E | null;
599
+ computedStyleMap(): StylePropertyMapReadOnly;
1409
600
  getAttribute(qualifiedName: string): string | null;
1410
601
  getAttributeNS(namespace: string | null, localName: string): string | null;
1411
602
  getAttributeNames(): string[];
@@ -1414,43 +605,47 @@ export declare const TimeSelectionPicker: <T_5 extends AbstractConstructor<{
1414
605
  getBoundingClientRect(): DOMRect;
1415
606
  getClientRects(): DOMRectList;
1416
607
  getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
1417
- getElementsByTagName<K_22 extends keyof HTMLElementTagNameMap>(qualifiedName: K_22): HTMLCollectionOf<HTMLElementTagNameMap[K_22]>;
1418
- getElementsByTagName<K_23 extends keyof SVGElementTagNameMap>(qualifiedName: K_23): HTMLCollectionOf<SVGElementTagNameMap[K_23]>;
1419
- getElementsByTagName<K_24 extends keyof MathMLElementTagNameMap>(qualifiedName: K_24): HTMLCollectionOf<MathMLElementTagNameMap[K_24]>;
1420
- getElementsByTagName<K_25 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_25): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_25]>;
608
+ getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
609
+ getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
610
+ getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
611
+ getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
1421
612
  getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
1422
613
  getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
1423
614
  getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
1424
615
  getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
1425
616
  getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
617
+ getHTML(options?: GetHTMLOptions): string;
1426
618
  hasAttribute(qualifiedName: string): boolean;
1427
619
  hasAttributeNS(namespace: string | null, localName: string): boolean;
1428
620
  hasAttributes(): boolean;
1429
621
  hasPointerCapture(pointerId: number): boolean;
1430
622
  insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
1431
- insertAdjacentHTML(position: InsertPosition, text: string): void;
623
+ insertAdjacentHTML(position: InsertPosition, string: string): void;
1432
624
  insertAdjacentText(where: InsertPosition, data: string): void;
1433
625
  matches(selectors: string): boolean;
1434
626
  releasePointerCapture(pointerId: number): void;
1435
627
  removeAttribute(qualifiedName: string): void;
1436
628
  removeAttributeNS(namespace: string | null, localName: string): void;
1437
629
  removeAttributeNode(attr: Attr): Attr;
1438
- requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
1439
- requestPointerLock(): void;
1440
- scroll(options?: ScrollToOptions | undefined): void;
630
+ requestFullscreen(options?: FullscreenOptions): Promise<void>;
631
+ requestPointerLock(options?: PointerLockOptions): Promise<void>;
632
+ scroll(options?: ScrollToOptions): void;
1441
633
  scroll(x: number, y: number): void;
1442
- scrollBy(options?: ScrollToOptions | undefined): void;
634
+ scrollBy(options?: ScrollToOptions): void;
1443
635
  scrollBy(x: number, y: number): void;
1444
- scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
1445
- scrollTo(options?: ScrollToOptions | undefined): void;
636
+ scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
637
+ scrollTo(options?: ScrollToOptions): void;
1446
638
  scrollTo(x: number, y: number): void;
1447
639
  setAttribute(qualifiedName: string, value: string): void;
1448
640
  setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
1449
641
  setAttributeNode(attr: Attr): Attr | null;
1450
642
  setAttributeNodeNS(attr: Attr): Attr | null;
643
+ setHTMLUnsafe(html: string): void;
1451
644
  setPointerCapture(pointerId: number): void;
1452
- toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
645
+ toggleAttribute(qualifiedName: string, force?: boolean): boolean;
1453
646
  webkitMatchesSelector(selectors: string): boolean;
647
+ get textContent(): string;
648
+ set textContent(value: string | null);
1454
649
  readonly baseURI: string;
1455
650
  readonly childNodes: NodeListOf<ChildNode>;
1456
651
  readonly firstChild: ChildNode | null;
@@ -1463,22 +658,21 @@ export declare const TimeSelectionPicker: <T_5 extends AbstractConstructor<{
1463
658
  readonly parentElement: HTMLElement | null;
1464
659
  readonly parentNode: ParentNode | null;
1465
660
  readonly previousSibling: ChildNode | null;
1466
- textContent: string | null;
1467
- appendChild<T extends Node>(node: T): T;
1468
- cloneNode(deep?: boolean | undefined): Node;
661
+ appendChild<T_1 extends Node>(node: T_1): T_1;
662
+ cloneNode(subtree?: boolean): Node;
1469
663
  compareDocumentPosition(other: Node): number;
1470
664
  contains(other: Node | null): boolean;
1471
- getRootNode(options?: GetRootNodeOptions | undefined): Node;
665
+ getRootNode(options?: GetRootNodeOptions): Node;
1472
666
  hasChildNodes(): boolean;
1473
- insertBefore<T_4 extends Node>(node: T_4, child: Node | null): T_4;
667
+ insertBefore<T_1 extends Node>(node: T_1, child: Node | null): T_1;
1474
668
  isDefaultNamespace(namespace: string | null): boolean;
1475
669
  isEqualNode(otherNode: Node | null): boolean;
1476
670
  isSameNode(otherNode: Node | null): boolean;
1477
671
  lookupNamespaceURI(prefix: string | null): string | null;
1478
672
  lookupPrefix(namespace: string | null): string | null;
1479
673
  normalize(): void;
1480
- removeChild<T_2 extends Node>(child: T_2): T_2;
1481
- replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
674
+ removeChild<T_1 extends Node>(child: T_1): T_1;
675
+ replaceChild<T_1 extends Node>(node: Node, child: T_1): T_1;
1482
676
  readonly ELEMENT_NODE: 1;
1483
677
  readonly ATTRIBUTE_NODE: 2;
1484
678
  readonly TEXT_NODE: 3;
@@ -1498,35 +692,49 @@ export declare const TimeSelectionPicker: <T_5 extends AbstractConstructor<{
1498
692
  readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
1499
693
  readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
1500
694
  dispatchEvent(event: Event): boolean;
695
+ ariaActiveDescendantElement: Element | null;
1501
696
  ariaAtomic: string | null;
1502
697
  ariaAutoComplete: string | null;
698
+ ariaBrailleLabel: string | null;
699
+ ariaBrailleRoleDescription: string | null;
1503
700
  ariaBusy: string | null;
1504
701
  ariaChecked: string | null;
1505
702
  ariaColCount: string | null;
1506
703
  ariaColIndex: string | null;
704
+ ariaColIndexText: string | null;
1507
705
  ariaColSpan: string | null;
706
+ ariaControlsElements: ReadonlyArray<Element> | null;
1508
707
  ariaCurrent: string | null;
708
+ ariaDescribedByElements: ReadonlyArray<Element> | null;
709
+ ariaDescription: string | null;
710
+ ariaDetailsElements: ReadonlyArray<Element> | null;
1509
711
  ariaDisabled: string | null;
712
+ ariaErrorMessageElements: ReadonlyArray<Element> | null;
1510
713
  ariaExpanded: string | null;
714
+ ariaFlowToElements: ReadonlyArray<Element> | null;
1511
715
  ariaHasPopup: string | null;
1512
716
  ariaHidden: string | null;
1513
717
  ariaInvalid: string | null;
1514
718
  ariaKeyShortcuts: string | null;
1515
719
  ariaLabel: string | null;
720
+ ariaLabelledByElements: ReadonlyArray<Element> | null;
1516
721
  ariaLevel: string | null;
1517
722
  ariaLive: string | null;
1518
723
  ariaModal: string | null;
1519
724
  ariaMultiLine: string | null;
1520
725
  ariaMultiSelectable: string | null;
1521
726
  ariaOrientation: string | null;
727
+ ariaOwnsElements: ReadonlyArray<Element> | null;
1522
728
  ariaPlaceholder: string | null;
1523
729
  ariaPosInSet: string | null;
1524
730
  ariaPressed: string | null;
1525
731
  ariaReadOnly: string | null;
732
+ ariaRelevant: string | null;
1526
733
  ariaRequired: string | null;
1527
734
  ariaRoleDescription: string | null;
1528
735
  ariaRowCount: string | null;
1529
736
  ariaRowIndex: string | null;
737
+ ariaRowIndexText: string | null;
1530
738
  ariaRowSpan: string | null;
1531
739
  ariaSelected: string | null;
1532
740
  ariaSetSize: string | null;
@@ -1536,34 +744,35 @@ export declare const TimeSelectionPicker: <T_5 extends AbstractConstructor<{
1536
744
  ariaValueNow: string | null;
1537
745
  ariaValueText: string | null;
1538
746
  role: string | null;
1539
- animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
1540
- getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
1541
- after(...nodes: (string | Node)[]): void;
1542
- before(...nodes: (string | Node)[]): void;
747
+ animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
748
+ getAnimations(options?: GetAnimationsOptions): Animation[];
749
+ after(...nodes: (Node | string)[]): void;
750
+ before(...nodes: (Node | string)[]): void;
1543
751
  remove(): void;
1544
- replaceWith(...nodes: (string | Node)[]): void;
1545
- innerHTML: string;
752
+ replaceWith(...nodes: (Node | string)[]): void;
1546
753
  readonly nextElementSibling: Element | null;
1547
754
  readonly previousElementSibling: Element | null;
1548
755
  readonly childElementCount: number;
1549
756
  readonly children: HTMLCollection;
1550
757
  readonly firstElementChild: Element | null;
1551
758
  readonly lastElementChild: Element | null;
1552
- append(...nodes: (string | Node)[]): void;
1553
- prepend(...nodes: (string | Node)[]): void;
1554
- querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
1555
- querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
1556
- querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
1557
- querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
1558
- querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
1559
- querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
1560
- querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
1561
- querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
1562
- querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
1563
- querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
1564
- replaceChildren(...nodes: (string | Node)[]): void;
759
+ append(...nodes: (Node | string)[]): void;
760
+ prepend(...nodes: (Node | string)[]): void;
761
+ querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
762
+ querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
763
+ querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
764
+ querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
765
+ querySelector<E extends Element = Element>(selectors: string): E | null;
766
+ querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
767
+ querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
768
+ querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
769
+ querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
770
+ querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
771
+ replaceChildren(...nodes: (Node | string)[]): void;
1565
772
  readonly assignedSlot: HTMLSlotElement | null;
1566
- readonly style: CSSStyleDeclaration;
773
+ readonly attributeStyleMap: StylePropertyMap;
774
+ get style(): CSSStyleDeclaration;
775
+ set style(cssText: string);
1567
776
  contentEditable: string;
1568
777
  enterKeyHint: string;
1569
778
  inputMode: string;
@@ -1573,16 +782,20 @@ export declare const TimeSelectionPicker: <T_5 extends AbstractConstructor<{
1573
782
  onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
1574
783
  onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
1575
784
  onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
1576
- onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
785
+ onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1577
786
  onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
787
+ onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
788
+ onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
1578
789
  onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
1579
790
  oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1580
791
  oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1581
792
  oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1582
793
  onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1583
- onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
794
+ onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1584
795
  onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1585
- oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
796
+ oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
797
+ oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
798
+ oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1586
799
  oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
1587
800
  oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1588
801
  oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
@@ -1629,12 +842,14 @@ export declare const TimeSelectionPicker: <T_5 extends AbstractConstructor<{
1629
842
  onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1630
843
  onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1631
844
  onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
845
+ onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1632
846
  onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1633
- onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
847
+ onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
1634
848
  onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1635
849
  onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1636
850
  onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
1637
851
  onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
852
+ onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1638
853
  onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
1639
854
  onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1640
855
  onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
@@ -1646,7 +861,7 @@ export declare const TimeSelectionPicker: <T_5 extends AbstractConstructor<{
1646
861
  onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
1647
862
  onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1648
863
  ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1649
- ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
864
+ ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
1650
865
  ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
1651
866
  ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
1652
867
  ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
@@ -1664,14 +879,10 @@ export declare const TimeSelectionPicker: <T_5 extends AbstractConstructor<{
1664
879
  onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
1665
880
  autofocus: boolean;
1666
881
  readonly dataset: DOMStringMap;
1667
- nonce?: string | undefined;
882
+ nonce?: string;
1668
883
  tabIndex: number;
1669
884
  blur(): void;
1670
- focus(options?: FocusOptions | undefined): void;
1671
- ariaColIndexText: string | null;
1672
- ariaDescription: string | null;
1673
- ariaRowIndexText: string | null;
1674
- ariaRelevant: string | null;
885
+ focus(options?: FocusOptions): void;
1675
886
  roleChanged(prev: string | null, next: string | null): void;
1676
887
  ariaAtomicChanged(prev: string | null, next: string | null): void;
1677
888
  ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
@@ -1714,20 +925,20 @@ export declare const TimeSelectionPicker: <T_5 extends AbstractConstructor<{
1714
925
  ariaValueNowChanged(prev: string | null, next: string | null): void;
1715
926
  ariaValueTextChanged(prev: string | null, next: string | null): void;
1716
927
  ariaRelevantChanged(prev: string | null, next: string | null): void;
1717
- "__#1@#handleReplacedProp"(replacedProp: {
928
+ "__#private@#handleReplacedProp"(replacedProp: {
1718
929
  newPropertyName: string;
1719
930
  deprecatedPropertyName: string;
1720
931
  fromDeprecated: (v: any) => any;
1721
932
  toDeprecated?: ((v: any) => any) | undefined;
1722
933
  }): void;
1723
934
  }, any>;
1724
- errorText?: string | undefined;
935
+ errorText?: string;
1725
936
  errorTextChanged(_: string, newErrorText: string | undefined): void;
1726
- "__#4@#blockValidateCalls": boolean;
1727
- "__#4@#originalValidateFn": () => void;
1728
- "__#4@#forceCustomError"(errorMessage: string): void;
1729
- "__#4@#clearCustomErrorAndRevalidate"(): void;
937
+ "__#private@#blockValidateCalls": boolean;
938
+ "__#private@#originalValidateFn": () => void;
939
+ "__#private@#forceCustomError"(errorMessage: string): void;
940
+ "__#private@#clearCustomErrorAndRevalidate"(): void;
1730
941
  _trappedFocus(event: KeyboardEvent, getFocusableEls: () => NodeListOf<HTMLElement>): boolean;
1731
- readonly locale: import("../../localization/Locale").Locale;
1732
- }) & T_5;
942
+ get locale(): import('../../localization/Locale').Locale;
943
+ }) & T;
1733
944
  export type TimeSelectionPickerElement = MixinType<typeof TimeSelectionPicker>;