@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,848 +1,31 @@
1
- import type { Constructor, MixinType } from '../../utils/mixins';
2
- export declare const WithContextualHelp: <T_5 extends Constructor<{
3
- label?: string | undefined;
4
- errorValidationMessage: string;
5
- forceErrorDisplay: boolean;
6
- hasBeenTouched: boolean;
7
- connectedCallback(): void;
8
- "__#3@#handleInvalidEvent": () => void;
9
- disconnectedCallback(): void;
10
- formResetCallback(): void;
11
- validate(): void;
12
- proxy: import("../../foundation/form-associated/form-associated").ProxyElement;
13
- readonly validity: ValidityState;
14
- readonly form: HTMLFormElement | null;
15
- readonly validationMessage: string;
16
- readonly willValidate: boolean;
17
- readonly labels: readonly Node[];
18
- dirtyValue: boolean;
19
- proxySlot?: HTMLSlotElement | undefined;
20
- value: string;
21
- valueChanged(_previous: string, _next: string): void;
22
- currentValue: string;
23
- initialValue: string;
24
- initialValueChanged(_previous: string, _next: string): void;
25
- disabled: boolean;
26
- disabledChanged(_previous: boolean, _next: boolean): void;
27
- name: string;
28
- nameChanged(_previous: string, _next: string): void;
29
- required: boolean;
30
- requiredChanged(_previous: boolean, _next: boolean): void;
31
- readonly elementInternals: ElementInternals | null;
32
- proxyEventsToBlock: string[];
33
- checkValidity(): boolean;
34
- reportValidity(): boolean;
35
- setValidity(flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined): void;
36
- formDisabledCallback(disabled: boolean): void;
37
- proxyInitialized: boolean;
38
- attachProxy(): void;
39
- detachProxy(): void;
40
- setFormValue(value: string | File | FormData | null, state?: string | File | FormData | null | undefined): void;
41
- _keypressHandler(e: KeyboardEvent): void;
42
- stopPropagation(e: Event): void;
43
- _vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
44
- readonly $fastController: import("@microsoft/fast-element").ElementController<HTMLElement>;
45
- $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
46
- attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
47
- accessKey: string;
48
- readonly accessKeyLabel: string;
49
- autocapitalize: string;
50
- dir: string;
51
- draggable: boolean;
52
- hidden: boolean;
53
- inert: boolean;
54
- innerText: string;
55
- lang: string;
56
- readonly offsetHeight: number;
57
- readonly offsetLeft: number;
58
- readonly offsetParent: Element | null;
59
- readonly offsetTop: number;
60
- readonly offsetWidth: number;
61
- outerText: string;
62
- spellcheck: boolean;
63
- title: string;
64
- translate: boolean;
65
- attachInternals(): ElementInternals;
66
- click(): void;
67
- addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
68
- addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
69
- removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions | undefined): void;
70
- removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
71
- readonly attributes: NamedNodeMap;
72
- readonly classList: DOMTokenList;
73
- className: string;
74
- readonly clientHeight: number;
75
- readonly clientLeft: number;
76
- readonly clientTop: number;
77
- readonly clientWidth: number;
78
- id: string;
79
- readonly localName: string;
80
- readonly namespaceURI: string | null;
81
- onfullscreenchange: ((this: Element, ev: Event) => any) | null;
82
- onfullscreenerror: ((this: Element, ev: Event) => any) | null;
83
- outerHTML: string;
84
- readonly ownerDocument: Document;
85
- readonly part: DOMTokenList;
86
- readonly prefix: string | null;
87
- readonly scrollHeight: number;
88
- scrollLeft: number;
89
- scrollTop: number;
90
- readonly scrollWidth: number;
91
- readonly shadowRoot: ShadowRoot | null;
92
- slot: string;
93
- readonly tagName: string;
94
- attachShadow(init: ShadowRootInit): ShadowRoot;
95
- checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
96
- closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2] | null;
97
- closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3] | null;
98
- closest<K_4 extends keyof MathMLElementTagNameMap>(selector: K_4): MathMLElementTagNameMap[K_4] | null;
99
- closest<E extends Element = Element>(selectors: string): E | null;
100
- getAttribute(qualifiedName: string): string | null;
101
- getAttributeNS(namespace: string | null, localName: string): string | null;
102
- getAttributeNames(): string[];
103
- getAttributeNode(qualifiedName: string): Attr | null;
104
- getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
105
- getBoundingClientRect(): DOMRect;
106
- getClientRects(): DOMRectList;
107
- getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
108
- getElementsByTagName<K_5 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<HTMLElementTagNameMap[K_5]>;
109
- getElementsByTagName<K_6 extends keyof SVGElementTagNameMap>(qualifiedName: K_6): HTMLCollectionOf<SVGElementTagNameMap[K_6]>;
110
- getElementsByTagName<K_7 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7): HTMLCollectionOf<MathMLElementTagNameMap[K_7]>;
111
- getElementsByTagName<K_8 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8]>;
112
- getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
113
- getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
114
- getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
115
- getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
116
- getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
117
- hasAttribute(qualifiedName: string): boolean;
118
- hasAttributeNS(namespace: string | null, localName: string): boolean;
119
- hasAttributes(): boolean;
120
- hasPointerCapture(pointerId: number): boolean;
121
- insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
122
- insertAdjacentHTML(position: InsertPosition, text: string): void;
123
- insertAdjacentText(where: InsertPosition, data: string): void;
124
- matches(selectors: string): boolean;
125
- releasePointerCapture(pointerId: number): void;
126
- removeAttribute(qualifiedName: string): void;
127
- removeAttributeNS(namespace: string | null, localName: string): void;
128
- removeAttributeNode(attr: Attr): Attr;
129
- requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
130
- requestPointerLock(): void;
131
- scroll(options?: ScrollToOptions | undefined): void;
132
- scroll(x: number, y: number): void;
133
- scrollBy(options?: ScrollToOptions | undefined): void;
134
- scrollBy(x: number, y: number): void;
135
- scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
136
- scrollTo(options?: ScrollToOptions | undefined): void;
137
- scrollTo(x: number, y: number): void;
138
- setAttribute(qualifiedName: string, value: string): void;
139
- setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
140
- setAttributeNode(attr: Attr): Attr | null;
141
- setAttributeNodeNS(attr: Attr): Attr | null;
142
- setPointerCapture(pointerId: number): void;
143
- toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
144
- webkitMatchesSelector(selectors: string): boolean;
145
- readonly baseURI: string;
146
- readonly childNodes: NodeListOf<ChildNode>;
147
- readonly firstChild: ChildNode | null;
148
- readonly isConnected: boolean;
149
- readonly lastChild: ChildNode | null;
150
- readonly nextSibling: ChildNode | null;
151
- readonly nodeName: string;
152
- readonly nodeType: number;
153
- nodeValue: string | null;
154
- readonly parentElement: HTMLElement | null;
155
- readonly parentNode: ParentNode | null;
156
- readonly previousSibling: ChildNode | null;
157
- textContent: string | null;
158
- appendChild<T extends Node>(node: T): T;
159
- cloneNode(deep?: boolean | undefined): Node;
160
- compareDocumentPosition(other: Node): number;
161
- contains(other: Node | null): boolean;
162
- getRootNode(options?: GetRootNodeOptions | undefined): Node;
163
- hasChildNodes(): boolean;
164
- insertBefore<T_1 extends Node>(node: T_1, child: Node | null): T_1;
165
- isDefaultNamespace(namespace: string | null): boolean;
166
- isEqualNode(otherNode: Node | null): boolean;
167
- isSameNode(otherNode: Node | null): boolean;
168
- lookupNamespaceURI(prefix: string | null): string | null;
169
- lookupPrefix(namespace: string | null): string | null;
170
- normalize(): void;
171
- removeChild<T_2 extends Node>(child: T_2): T_2;
172
- replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
173
- readonly ELEMENT_NODE: 1;
174
- readonly ATTRIBUTE_NODE: 2;
175
- readonly TEXT_NODE: 3;
176
- readonly CDATA_SECTION_NODE: 4;
177
- readonly ENTITY_REFERENCE_NODE: 5;
178
- readonly ENTITY_NODE: 6;
179
- readonly PROCESSING_INSTRUCTION_NODE: 7;
180
- readonly COMMENT_NODE: 8;
181
- readonly DOCUMENT_NODE: 9;
182
- readonly DOCUMENT_TYPE_NODE: 10;
183
- readonly DOCUMENT_FRAGMENT_NODE: 11;
184
- readonly NOTATION_NODE: 12;
185
- readonly DOCUMENT_POSITION_DISCONNECTED: 1;
186
- readonly DOCUMENT_POSITION_PRECEDING: 2;
187
- readonly DOCUMENT_POSITION_FOLLOWING: 4;
188
- readonly DOCUMENT_POSITION_CONTAINS: 8;
189
- readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
190
- readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
191
- dispatchEvent(event: Event): boolean;
192
- ariaAtomic: string | null;
193
- ariaAutoComplete: string | null;
194
- ariaBusy: string | null;
195
- ariaChecked: string | null;
196
- ariaColCount: string | null;
197
- ariaColIndex: string | null;
198
- ariaColSpan: string | null;
199
- ariaCurrent: string | null;
200
- ariaDisabled: string | null;
201
- ariaExpanded: string | null;
202
- ariaHasPopup: string | null;
203
- ariaHidden: string | null;
204
- ariaInvalid: string | null;
205
- ariaKeyShortcuts: string | null;
206
- ariaLabel: string | null;
207
- ariaLevel: string | null;
208
- ariaLive: string | null;
209
- ariaModal: string | null;
210
- ariaMultiLine: string | null;
211
- ariaMultiSelectable: string | null;
212
- ariaOrientation: string | null;
213
- ariaPlaceholder: string | null;
214
- ariaPosInSet: string | null;
215
- ariaPressed: string | null;
216
- ariaReadOnly: string | null;
217
- ariaRequired: string | null;
218
- ariaRoleDescription: string | null;
219
- ariaRowCount: string | null;
220
- ariaRowIndex: string | null;
221
- ariaRowSpan: string | null;
222
- ariaSelected: string | null;
223
- ariaSetSize: string | null;
224
- ariaSort: string | null;
225
- ariaValueMax: string | null;
226
- ariaValueMin: string | null;
227
- ariaValueNow: string | null;
228
- ariaValueText: string | null;
229
- role: string | null;
230
- animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
231
- getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
232
- after(...nodes: (string | Node)[]): void;
233
- before(...nodes: (string | Node)[]): void;
234
- remove(): void;
235
- replaceWith(...nodes: (string | Node)[]): void;
236
- innerHTML: string;
237
- readonly nextElementSibling: Element | null;
238
- readonly previousElementSibling: Element | null;
239
- readonly childElementCount: number;
240
- readonly children: HTMLCollection;
241
- readonly firstElementChild: Element | null;
242
- readonly lastElementChild: Element | null;
243
- append(...nodes: (string | Node)[]): void;
244
- prepend(...nodes: (string | Node)[]): void;
245
- querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
246
- querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
247
- querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
248
- querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
249
- querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
250
- querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
251
- querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
252
- querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
253
- querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
254
- querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
255
- replaceChildren(...nodes: (string | Node)[]): void;
256
- readonly assignedSlot: HTMLSlotElement | null;
257
- readonly style: CSSStyleDeclaration;
258
- contentEditable: string;
259
- enterKeyHint: string;
260
- inputMode: string;
261
- readonly isContentEditable: boolean;
262
- onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
263
- onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
264
- onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
265
- onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
266
- onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
267
- onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
268
- onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
269
- onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
270
- oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
271
- oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
272
- oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
273
- onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
274
- onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
275
- onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
276
- oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
277
- oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
278
- oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
279
- oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
280
- ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
281
- ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
282
- ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
283
- ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
284
- ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
285
- ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
286
- ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
287
- ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
288
- ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
289
- onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
290
- onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
291
- onerror: OnErrorEventHandler;
292
- onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
293
- onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
294
- ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
295
- oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
296
- oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
297
- onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
298
- onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
299
- onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
300
- onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
301
- onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
302
- onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
303
- onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
304
- onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
305
- onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
306
- onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
307
- onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
308
- onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
309
- onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
310
- onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
311
- onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
312
- onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
313
- onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
314
- onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
315
- onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
316
- onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
317
- onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
318
- onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
319
- onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
320
- onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
321
- onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
322
- onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
323
- onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
324
- onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
325
- onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
326
- onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
327
- onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
328
- onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
329
- onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
330
- onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
331
- onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
332
- onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
333
- onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
334
- onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
335
- onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
336
- onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
337
- onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
338
- onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
339
- ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
340
- ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
341
- ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
342
- ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
343
- ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
344
- ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
345
- ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
346
- ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
347
- ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
348
- ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
349
- onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
350
- onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
351
- onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
352
- onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
353
- onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
354
- onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
355
- onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
356
- autofocus: boolean;
357
- readonly dataset: DOMStringMap;
358
- nonce?: string | undefined;
359
- tabIndex: number;
360
- blur(): void;
361
- focus(options?: FocusOptions | undefined): void;
362
- ariaColIndexText: string | null;
363
- ariaDescription: string | null;
364
- ariaRowIndexText: string | null;
365
- ariaRelevant: string | null;
366
- roleChanged(prev: string | null, next: string | null): void;
367
- ariaAtomicChanged(prev: string | null, next: string | null): void;
368
- ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
369
- ariaBusyChanged(prev: string | null, next: string | null): void;
370
- ariaCheckedChanged(prev: string | null, next: string | null): void;
371
- ariaColCountChanged(prev: string | null, next: string | null): void;
372
- ariaColIndexChanged(prev: string | null, next: string | null): void;
373
- ariaColIndexTextChanged(prev: string | null, next: string | null): void;
374
- ariaColSpanChanged(prev: string | null, next: string | null): void;
375
- ariaCurrentChanged(prev: string | null, next: string | null): void;
376
- ariaDescriptionChanged(prev: string | null, next: string | null): void;
377
- ariaDisabledChanged(prev: string | null, next: string | null): void;
378
- ariaExpandedChanged(prev: string | null, next: string | null): void;
379
- ariaHasPopupChanged(prev: string | null, next: string | null): void;
380
- ariaHiddenChanged(prev: string | null, next: string | null): void;
381
- ariaInvalidChanged(prev: string | null, next: string | null): void;
382
- ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
383
- ariaLabelChanged(prev: string | null, next: string | null): void;
384
- ariaLevelChanged(prev: string | null, next: string | null): void;
385
- ariaLiveChanged(prev: string | null, next: string | null): void;
386
- ariaModalChanged(prev: string | null, next: string | null): void;
387
- ariaMultiLineChanged(prev: string | null, next: string | null): void;
388
- ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
389
- ariaOrientationChanged(prev: string | null, next: string | null): void;
390
- ariaPlaceholderChanged(prev: string | null, next: string | null): void;
391
- ariaPosInSetChanged(prev: string | null, next: string | null): void;
392
- ariaPressedChanged(prev: string | null, next: string | null): void;
393
- ariaReadOnlyChanged(prev: string | null, next: string | null): void;
394
- ariaRequiredChanged(prev: string | null, next: string | null): void;
395
- ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
396
- ariaRowCountChanged(prev: string | null, next: string | null): void;
397
- ariaRowIndexChanged(prev: string | null, next: string | null): void;
398
- ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
399
- ariaRowSpanChanged(prev: string | null, next: string | null): void;
400
- ariaSelectedChanged(prev: string | null, next: string | null): void;
401
- ariaSetSizeChanged(prev: string | null, next: string | null): void;
402
- ariaSortChanged(prev: string | null, next: string | null): void;
403
- ariaValueMaxChanged(prev: string | null, next: string | null): void;
404
- ariaValueMinChanged(prev: string | null, next: string | null): void;
405
- ariaValueNowChanged(prev: string | null, next: string | null): void;
406
- ariaValueTextChanged(prev: string | null, next: string | null): void;
407
- ariaRelevantChanged(prev: string | null, next: string | null): void;
408
- "__#1@#handleReplacedProp"(replacedProp: {
409
- newPropertyName: string;
410
- deprecatedPropertyName: string;
411
- fromDeprecated: (v: any) => any;
412
- toDeprecated?: ((v: any) => any) | undefined;
413
- }): void;
414
- } & {
415
- proxy: import("../../foundation/form-associated/form-associated").ProxyElement;
416
- readonly validity: ValidityState;
417
- readonly form: HTMLFormElement | null;
418
- readonly validationMessage: string;
419
- readonly willValidate: boolean;
420
- readonly labels: readonly Node[];
421
- dirtyValue: boolean;
422
- proxySlot?: HTMLSlotElement | undefined;
423
- value: string;
424
- valueChanged(_previous: string, _next: string): void;
425
- currentValue: string;
426
- initialValue: string;
427
- initialValueChanged(_previous: string, _next: string): void;
428
- disabled: boolean;
429
- disabledChanged(_previous: boolean, _next: boolean): void;
430
- name: string;
431
- nameChanged(_previous: string, _next: string): void;
432
- required: boolean;
433
- requiredChanged(_previous: boolean, _next: boolean): void;
434
- readonly elementInternals: ElementInternals | null;
435
- proxyEventsToBlock: string[];
436
- connectedCallback(): void;
437
- disconnectedCallback(): void;
438
- checkValidity(): boolean;
439
- reportValidity(): boolean;
440
- setValidity(flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined): void;
441
- formDisabledCallback(disabled: boolean): void;
442
- formResetCallback(): void;
443
- proxyInitialized: boolean;
444
- attachProxy(): void;
445
- detachProxy(): void;
446
- validate(anchor?: HTMLElement | undefined): void;
447
- setFormValue(value: string | File | FormData | null, state?: string | File | FormData | null | undefined): void;
448
- _keypressHandler(e: KeyboardEvent): void;
449
- stopPropagation(e: Event): void;
450
- _vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
451
- readonly $fastController: import("@microsoft/fast-element").ElementController<HTMLElement>;
452
- $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
453
- attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
454
- accessKey: string;
455
- readonly accessKeyLabel: string;
456
- autocapitalize: string;
457
- dir: string;
458
- draggable: boolean;
459
- hidden: boolean;
460
- inert: boolean;
461
- innerText: string;
462
- lang: string;
463
- readonly offsetHeight: number;
464
- readonly offsetLeft: number;
465
- readonly offsetParent: Element | null;
466
- readonly offsetTop: number;
467
- readonly offsetWidth: number;
468
- outerText: string;
469
- spellcheck: boolean;
470
- title: string;
471
- translate: boolean;
472
- attachInternals(): ElementInternals;
473
- click(): void;
474
- addEventListener<K_17 extends keyof HTMLElementEventMap>(type: K_17, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_17]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
475
- addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
476
- removeEventListener<K_18 extends keyof HTMLElementEventMap>(type: K_18, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_18]) => any, options?: boolean | EventListenerOptions | undefined): void;
477
- removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
478
- readonly attributes: NamedNodeMap;
479
- readonly classList: DOMTokenList;
480
- className: string;
481
- readonly clientHeight: number;
482
- readonly clientLeft: number;
483
- readonly clientTop: number;
484
- readonly clientWidth: number;
485
- id: string;
486
- readonly localName: string;
487
- readonly namespaceURI: string | null;
488
- onfullscreenchange: ((this: Element, ev: Event) => any) | null;
489
- onfullscreenerror: ((this: Element, ev: Event) => any) | null;
490
- outerHTML: string;
491
- readonly ownerDocument: Document;
492
- readonly part: DOMTokenList;
493
- readonly prefix: string | null;
494
- readonly scrollHeight: number;
495
- scrollLeft: number;
496
- scrollTop: number;
497
- readonly scrollWidth: number;
498
- readonly shadowRoot: ShadowRoot | null;
499
- slot: string;
500
- readonly tagName: string;
501
- attachShadow(init: ShadowRootInit): ShadowRoot;
502
- checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
503
- closest<K_19 extends keyof HTMLElementTagNameMap>(selector: K_19): HTMLElementTagNameMap[K_19] | null;
504
- closest<K_20 extends keyof SVGElementTagNameMap>(selector: K_20): SVGElementTagNameMap[K_20] | null;
505
- closest<K_21 extends keyof MathMLElementTagNameMap>(selector: K_21): MathMLElementTagNameMap[K_21] | null;
506
- closest<E_3 extends Element = Element>(selectors: string): E_3 | null;
507
- getAttribute(qualifiedName: string): string | null;
508
- getAttributeNS(namespace: string | null, localName: string): string | null;
509
- getAttributeNames(): string[];
510
- getAttributeNode(qualifiedName: string): Attr | null;
511
- getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
512
- getBoundingClientRect(): DOMRect;
513
- getClientRects(): DOMRectList;
514
- getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
515
- getElementsByTagName<K_22 extends keyof HTMLElementTagNameMap>(qualifiedName: K_22): HTMLCollectionOf<HTMLElementTagNameMap[K_22]>;
516
- getElementsByTagName<K_23 extends keyof SVGElementTagNameMap>(qualifiedName: K_23): HTMLCollectionOf<SVGElementTagNameMap[K_23]>;
517
- getElementsByTagName<K_24 extends keyof MathMLElementTagNameMap>(qualifiedName: K_24): HTMLCollectionOf<MathMLElementTagNameMap[K_24]>;
518
- getElementsByTagName<K_25 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_25): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_25]>;
519
- getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
520
- getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
521
- getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
522
- getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
523
- getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
524
- hasAttribute(qualifiedName: string): boolean;
525
- hasAttributeNS(namespace: string | null, localName: string): boolean;
526
- hasAttributes(): boolean;
527
- hasPointerCapture(pointerId: number): boolean;
528
- insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
529
- insertAdjacentHTML(position: InsertPosition, text: string): void;
530
- insertAdjacentText(where: InsertPosition, data: string): void;
531
- matches(selectors: string): boolean;
532
- releasePointerCapture(pointerId: number): void;
533
- removeAttribute(qualifiedName: string): void;
534
- removeAttributeNS(namespace: string | null, localName: string): void;
535
- removeAttributeNode(attr: Attr): Attr;
536
- requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
537
- requestPointerLock(): void;
538
- scroll(options?: ScrollToOptions | undefined): void;
539
- scroll(x: number, y: number): void;
540
- scrollBy(options?: ScrollToOptions | undefined): void;
541
- scrollBy(x: number, y: number): void;
542
- scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
543
- scrollTo(options?: ScrollToOptions | undefined): void;
544
- scrollTo(x: number, y: number): void;
545
- setAttribute(qualifiedName: string, value: string): void;
546
- setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
547
- setAttributeNode(attr: Attr): Attr | null;
548
- setAttributeNodeNS(attr: Attr): Attr | null;
549
- setPointerCapture(pointerId: number): void;
550
- toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
551
- webkitMatchesSelector(selectors: string): boolean;
552
- readonly baseURI: string;
553
- readonly childNodes: NodeListOf<ChildNode>;
554
- readonly firstChild: ChildNode | null;
555
- readonly isConnected: boolean;
556
- readonly lastChild: ChildNode | null;
557
- readonly nextSibling: ChildNode | null;
558
- readonly nodeName: string;
559
- readonly nodeType: number;
560
- nodeValue: string | null;
561
- readonly parentElement: HTMLElement | null;
562
- readonly parentNode: ParentNode | null;
563
- readonly previousSibling: ChildNode | null;
564
- textContent: string | null;
565
- appendChild<T extends Node>(node: T): T;
566
- cloneNode(deep?: boolean | undefined): Node;
567
- compareDocumentPosition(other: Node): number;
568
- contains(other: Node | null): boolean;
569
- getRootNode(options?: GetRootNodeOptions | undefined): Node;
570
- hasChildNodes(): boolean;
571
- insertBefore<T_4 extends Node>(node: T_4, child: Node | null): T_4;
572
- isDefaultNamespace(namespace: string | null): boolean;
573
- isEqualNode(otherNode: Node | null): boolean;
574
- isSameNode(otherNode: Node | null): boolean;
575
- lookupNamespaceURI(prefix: string | null): string | null;
576
- lookupPrefix(namespace: string | null): string | null;
577
- normalize(): void;
578
- removeChild<T_2 extends Node>(child: T_2): T_2;
579
- replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
580
- readonly ELEMENT_NODE: 1;
581
- readonly ATTRIBUTE_NODE: 2;
582
- readonly TEXT_NODE: 3;
583
- readonly CDATA_SECTION_NODE: 4;
584
- readonly ENTITY_REFERENCE_NODE: 5;
585
- readonly ENTITY_NODE: 6;
586
- readonly PROCESSING_INSTRUCTION_NODE: 7;
587
- readonly COMMENT_NODE: 8;
588
- readonly DOCUMENT_NODE: 9;
589
- readonly DOCUMENT_TYPE_NODE: 10;
590
- readonly DOCUMENT_FRAGMENT_NODE: 11;
591
- readonly NOTATION_NODE: 12;
592
- readonly DOCUMENT_POSITION_DISCONNECTED: 1;
593
- readonly DOCUMENT_POSITION_PRECEDING: 2;
594
- readonly DOCUMENT_POSITION_FOLLOWING: 4;
595
- readonly DOCUMENT_POSITION_CONTAINS: 8;
596
- readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
597
- readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
598
- dispatchEvent(event: Event): boolean;
599
- ariaAtomic: string | null;
600
- ariaAutoComplete: string | null;
601
- ariaBusy: string | null;
602
- ariaChecked: string | null;
603
- ariaColCount: string | null;
604
- ariaColIndex: string | null;
605
- ariaColSpan: string | null;
606
- ariaCurrent: string | null;
607
- ariaDisabled: string | null;
608
- ariaExpanded: string | null;
609
- ariaHasPopup: string | null;
610
- ariaHidden: string | null;
611
- ariaInvalid: string | null;
612
- ariaKeyShortcuts: string | null;
613
- ariaLabel: string | null;
614
- ariaLevel: string | null;
615
- ariaLive: string | null;
616
- ariaModal: string | null;
617
- ariaMultiLine: string | null;
618
- ariaMultiSelectable: string | null;
619
- ariaOrientation: string | null;
620
- ariaPlaceholder: string | null;
621
- ariaPosInSet: string | null;
622
- ariaPressed: string | null;
623
- ariaReadOnly: string | null;
624
- ariaRequired: string | null;
625
- ariaRoleDescription: string | null;
626
- ariaRowCount: string | null;
627
- ariaRowIndex: string | null;
628
- ariaRowSpan: string | null;
629
- ariaSelected: string | null;
630
- ariaSetSize: string | null;
631
- ariaSort: string | null;
632
- ariaValueMax: string | null;
633
- ariaValueMin: string | null;
634
- ariaValueNow: string | null;
635
- ariaValueText: string | null;
636
- role: string | null;
637
- animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
638
- getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
639
- after(...nodes: (string | Node)[]): void;
640
- before(...nodes: (string | Node)[]): void;
641
- remove(): void;
642
- replaceWith(...nodes: (string | Node)[]): void;
643
- innerHTML: string;
644
- readonly nextElementSibling: Element | null;
645
- readonly previousElementSibling: Element | null;
646
- readonly childElementCount: number;
647
- readonly children: HTMLCollection;
648
- readonly firstElementChild: Element | null;
649
- readonly lastElementChild: Element | null;
650
- append(...nodes: (string | Node)[]): void;
651
- prepend(...nodes: (string | Node)[]): void;
652
- querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
653
- querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
654
- querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
655
- querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
656
- querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
657
- querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
658
- querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
659
- querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
660
- querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
661
- querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
662
- replaceChildren(...nodes: (string | Node)[]): void;
663
- readonly assignedSlot: HTMLSlotElement | null;
664
- readonly style: CSSStyleDeclaration;
665
- contentEditable: string;
666
- enterKeyHint: string;
667
- inputMode: string;
668
- readonly isContentEditable: boolean;
669
- onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
670
- onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
671
- onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
672
- onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
673
- onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
674
- onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
675
- onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
676
- onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
677
- oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
678
- oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
679
- oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
680
- onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
681
- onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
682
- onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
683
- oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
684
- oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
685
- oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
686
- oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
687
- ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
688
- ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
689
- ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
690
- ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
691
- ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
692
- ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
693
- ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
694
- ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
695
- ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
696
- onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
697
- onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
698
- onerror: OnErrorEventHandler;
699
- onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
700
- onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
701
- ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
702
- oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
703
- oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
704
- onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
705
- onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
706
- onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
707
- onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
708
- onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
709
- onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
710
- onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
711
- onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
712
- onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
713
- onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
714
- onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
715
- onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
716
- onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
717
- onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
718
- onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
719
- onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
720
- onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
721
- onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
722
- onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
723
- onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
724
- onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
725
- onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
726
- onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
727
- onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
728
- onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
729
- onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
730
- onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
731
- onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
732
- onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
733
- onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
734
- onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
735
- onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
736
- onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
737
- onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
738
- onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
739
- onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
740
- onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
741
- onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
742
- onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
743
- onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
744
- onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
745
- onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
746
- ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
747
- ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
748
- ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
749
- ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
750
- ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
751
- ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
752
- ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
753
- ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
754
- ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
755
- ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
756
- onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
757
- onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
758
- onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
759
- onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
760
- onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
761
- onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
762
- onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
763
- autofocus: boolean;
764
- readonly dataset: DOMStringMap;
765
- nonce?: string | undefined;
766
- tabIndex: number;
767
- blur(): void;
768
- focus(options?: FocusOptions | undefined): void;
769
- ariaColIndexText: string | null;
770
- ariaDescription: string | null;
771
- ariaRowIndexText: string | null;
772
- ariaRelevant: string | null;
773
- roleChanged(prev: string | null, next: string | null): void;
774
- ariaAtomicChanged(prev: string | null, next: string | null): void;
775
- ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
776
- ariaBusyChanged(prev: string | null, next: string | null): void;
777
- ariaCheckedChanged(prev: string | null, next: string | null): void;
778
- ariaColCountChanged(prev: string | null, next: string | null): void;
779
- ariaColIndexChanged(prev: string | null, next: string | null): void;
780
- ariaColIndexTextChanged(prev: string | null, next: string | null): void;
781
- ariaColSpanChanged(prev: string | null, next: string | null): void;
782
- ariaCurrentChanged(prev: string | null, next: string | null): void;
783
- ariaDescriptionChanged(prev: string | null, next: string | null): void;
784
- ariaDisabledChanged(prev: string | null, next: string | null): void;
785
- ariaExpandedChanged(prev: string | null, next: string | null): void;
786
- ariaHasPopupChanged(prev: string | null, next: string | null): void;
787
- ariaHiddenChanged(prev: string | null, next: string | null): void;
788
- ariaInvalidChanged(prev: string | null, next: string | null): void;
789
- ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
790
- ariaLabelChanged(prev: string | null, next: string | null): void;
791
- ariaLevelChanged(prev: string | null, next: string | null): void;
792
- ariaLiveChanged(prev: string | null, next: string | null): void;
793
- ariaModalChanged(prev: string | null, next: string | null): void;
794
- ariaMultiLineChanged(prev: string | null, next: string | null): void;
795
- ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
796
- ariaOrientationChanged(prev: string | null, next: string | null): void;
797
- ariaPlaceholderChanged(prev: string | null, next: string | null): void;
798
- ariaPosInSetChanged(prev: string | null, next: string | null): void;
799
- ariaPressedChanged(prev: string | null, next: string | null): void;
800
- ariaReadOnlyChanged(prev: string | null, next: string | null): void;
801
- ariaRequiredChanged(prev: string | null, next: string | null): void;
802
- ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
803
- ariaRowCountChanged(prev: string | null, next: string | null): void;
804
- ariaRowIndexChanged(prev: string | null, next: string | null): void;
805
- ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
806
- ariaRowSpanChanged(prev: string | null, next: string | null): void;
807
- ariaSelectedChanged(prev: string | null, next: string | null): void;
808
- ariaSetSizeChanged(prev: string | null, next: string | null): void;
809
- ariaSortChanged(prev: string | null, next: string | null): void;
810
- ariaValueMaxChanged(prev: string | null, next: string | null): void;
811
- ariaValueMinChanged(prev: string | null, next: string | null): void;
812
- ariaValueNowChanged(prev: string | null, next: string | null): void;
813
- ariaValueTextChanged(prev: string | null, next: string | null): void;
814
- ariaRelevantChanged(prev: string | null, next: string | null): void;
815
- "__#1@#handleReplacedProp"(replacedProp: {
816
- newPropertyName: string;
817
- deprecatedPropertyName: string;
818
- fromDeprecated: (v: any) => any;
819
- toDeprecated?: ((v: any) => any) | undefined;
820
- }): void;
821
- } & import("../../foundation/vivid-element/vivid-element").VividElement>>(Base: T_5) => {
1
+ import { Constructor, MixinType } from '../../utils/mixins';
2
+ import { FormElementElement } from './form-element';
3
+ export declare const WithContextualHelp: <T extends Constructor<FormElementElement>>(Base: T) => {
822
4
  new (...args: any[]): {
823
- _contextualHelpSlottedContent?: HTMLElement[] | undefined;
824
- readonly _hasContextualHelp: boolean;
5
+ _contextualHelpSlottedContent?: HTMLElement[];
6
+ get _hasContextualHelp(): boolean;
825
7
  _isFromContextualHelp(e: Event): boolean;
826
- label?: string | undefined;
8
+ label?: string;
827
9
  errorValidationMessage: string;
828
10
  forceErrorDisplay: boolean;
829
11
  hasBeenTouched: boolean;
830
12
  connectedCallback: (() => void) & (() => void) & (() => void);
831
- "__#3@#handleInvalidEvent": () => void;
13
+ "__#private@#handleInvalidEvent": () => void;
832
14
  disconnectedCallback: (() => void) & (() => void) & (() => void);
833
15
  formResetCallback: (() => void) & (() => void);
834
- validate: (() => void) & ((anchor?: HTMLElement | undefined) => void);
835
- proxy: import("../../foundation/form-associated/form-associated").ProxyElement;
836
- readonly validity: ValidityState;
837
- readonly form: HTMLFormElement | null;
838
- readonly validationMessage: string;
839
- readonly willValidate: boolean;
840
- readonly labels: readonly Node[];
16
+ validate: (() => void) & ((anchor?: HTMLElement) => void);
17
+ proxy: import('../../foundation/form-associated/form-associated').ProxyElement;
18
+ get validity(): ValidityState;
19
+ get form(): HTMLFormElement | null;
20
+ get validationMessage(): string;
21
+ get willValidate(): boolean;
22
+ get labels(): ReadonlyArray<Node>;
841
23
  dirtyValue: boolean;
842
- proxySlot?: HTMLSlotElement | undefined;
24
+ proxySlot?: HTMLSlotElement;
843
25
  value: string;
844
26
  valueChanged(_previous: string, _next: string): void;
845
- currentValue: string;
27
+ get currentValue(): string;
28
+ set currentValue(value: string);
846
29
  initialValue: string;
847
30
  initialValueChanged(_previous: string, _next: string): void;
848
31
  disabled: boolean;
@@ -851,25 +34,26 @@ export declare const WithContextualHelp: <T_5 extends Constructor<{
851
34
  nameChanged(_previous: string, _next: string): void;
852
35
  required: boolean;
853
36
  requiredChanged(_previous: boolean, _next: boolean): void;
854
- readonly elementInternals: ElementInternals | null;
37
+ get elementInternals(): ElementInternals | null;
855
38
  proxyEventsToBlock: string[];
856
39
  checkValidity(): boolean;
857
40
  reportValidity(): boolean;
858
- setValidity(flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined): void;
41
+ setValidity(flags: ValidityStateFlags, message?: string, anchor?: HTMLElement): void;
859
42
  formDisabledCallback(disabled: boolean): void;
860
43
  proxyInitialized: boolean;
861
44
  attachProxy(): void;
862
45
  detachProxy(): void;
863
- setFormValue(value: string | File | FormData | null, state?: string | File | FormData | null | undefined): void;
46
+ setFormValue(value: File | string | FormData | null, state?: File | string | FormData | null): void;
864
47
  _keypressHandler(e: KeyboardEvent): void;
865
48
  stopPropagation(e: Event): void;
866
- _vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
867
- readonly $fastController: import("@microsoft/fast-element").ElementController<HTMLElement>;
868
- $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
49
+ _vividAriaBehaviour: import('../../aria/aria-mixin').VividAriaBehaviour;
50
+ readonly $fastController: import('@microsoft/fast-element').ElementController;
51
+ $emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
869
52
  attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
870
53
  accessKey: string;
871
54
  readonly accessKeyLabel: string;
872
55
  autocapitalize: string;
56
+ autocorrect: boolean;
873
57
  dir: string;
874
58
  draggable: boolean;
875
59
  hidden: boolean;
@@ -882,30 +66,39 @@ export declare const WithContextualHelp: <T_5 extends Constructor<{
882
66
  readonly offsetTop: number;
883
67
  readonly offsetWidth: number;
884
68
  outerText: string;
69
+ popover: string | null;
885
70
  spellcheck: boolean;
886
71
  title: string;
887
72
  translate: boolean;
73
+ writingSuggestions: string;
888
74
  attachInternals(): ElementInternals;
889
75
  click(): void;
890
- addEventListener<K_26 extends keyof HTMLElementEventMap>(type: K_26, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_26]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
891
- addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
892
- removeEventListener<K_27 extends keyof HTMLElementEventMap>(type: K_27, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_27]) => any, options?: boolean | EventListenerOptions | undefined): void;
893
- removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
76
+ hidePopover(): void;
77
+ showPopover(): void;
78
+ togglePopover(options?: boolean): boolean;
79
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
80
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
81
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
82
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
894
83
  readonly attributes: NamedNodeMap;
895
- readonly classList: DOMTokenList;
84
+ get classList(): DOMTokenList;
85
+ set classList(value: string);
896
86
  className: string;
897
87
  readonly clientHeight: number;
898
88
  readonly clientLeft: number;
899
89
  readonly clientTop: number;
900
90
  readonly clientWidth: number;
91
+ readonly currentCSSZoom: number;
901
92
  id: string;
93
+ innerHTML: string;
902
94
  readonly localName: string;
903
95
  readonly namespaceURI: string | null;
904
96
  onfullscreenchange: ((this: Element, ev: Event) => any) | null;
905
97
  onfullscreenerror: ((this: Element, ev: Event) => any) | null;
906
98
  outerHTML: string;
907
99
  readonly ownerDocument: Document;
908
- readonly part: DOMTokenList;
100
+ get part(): DOMTokenList;
101
+ set part(value: string);
909
102
  readonly prefix: string | null;
910
103
  readonly scrollHeight: number;
911
104
  scrollLeft: number;
@@ -915,11 +108,12 @@ export declare const WithContextualHelp: <T_5 extends Constructor<{
915
108
  slot: string;
916
109
  readonly tagName: string;
917
110
  attachShadow(init: ShadowRootInit): ShadowRoot;
918
- checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
919
- closest<K_28 extends keyof HTMLElementTagNameMap>(selector: K_28): HTMLElementTagNameMap[K_28] | null;
920
- closest<K_29 extends keyof SVGElementTagNameMap>(selector: K_29): SVGElementTagNameMap[K_29] | null;
921
- closest<K_30 extends keyof MathMLElementTagNameMap>(selector: K_30): MathMLElementTagNameMap[K_30] | null;
922
- closest<E_4 extends Element = Element>(selectors: string): E_4 | null;
111
+ checkVisibility(options?: CheckVisibilityOptions): boolean;
112
+ closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
113
+ closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
114
+ closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
115
+ closest<E extends Element = Element>(selectors: string): E | null;
116
+ computedStyleMap(): StylePropertyMapReadOnly;
923
117
  getAttribute(qualifiedName: string): string | null;
924
118
  getAttributeNS(namespace: string | null, localName: string): string | null;
925
119
  getAttributeNames(): string[];
@@ -928,43 +122,47 @@ export declare const WithContextualHelp: <T_5 extends Constructor<{
928
122
  getBoundingClientRect(): DOMRect;
929
123
  getClientRects(): DOMRectList;
930
124
  getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
931
- getElementsByTagName<K_31 extends keyof HTMLElementTagNameMap>(qualifiedName: K_31): HTMLCollectionOf<HTMLElementTagNameMap[K_31]>;
932
- getElementsByTagName<K_32 extends keyof SVGElementTagNameMap>(qualifiedName: K_32): HTMLCollectionOf<SVGElementTagNameMap[K_32]>;
933
- getElementsByTagName<K_33 extends keyof MathMLElementTagNameMap>(qualifiedName: K_33): HTMLCollectionOf<MathMLElementTagNameMap[K_33]>;
934
- getElementsByTagName<K_34 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_34): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_34]>;
125
+ getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
126
+ getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
127
+ getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
128
+ getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
935
129
  getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
936
130
  getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
937
131
  getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
938
132
  getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
939
133
  getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
134
+ getHTML(options?: GetHTMLOptions): string;
940
135
  hasAttribute(qualifiedName: string): boolean;
941
136
  hasAttributeNS(namespace: string | null, localName: string): boolean;
942
137
  hasAttributes(): boolean;
943
138
  hasPointerCapture(pointerId: number): boolean;
944
139
  insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
945
- insertAdjacentHTML(position: InsertPosition, text: string): void;
140
+ insertAdjacentHTML(position: InsertPosition, string: string): void;
946
141
  insertAdjacentText(where: InsertPosition, data: string): void;
947
142
  matches(selectors: string): boolean;
948
143
  releasePointerCapture(pointerId: number): void;
949
144
  removeAttribute(qualifiedName: string): void;
950
145
  removeAttributeNS(namespace: string | null, localName: string): void;
951
146
  removeAttributeNode(attr: Attr): Attr;
952
- requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
953
- requestPointerLock(): void;
954
- scroll(options?: ScrollToOptions | undefined): void;
147
+ requestFullscreen(options?: FullscreenOptions): Promise<void>;
148
+ requestPointerLock(options?: PointerLockOptions): Promise<void>;
149
+ scroll(options?: ScrollToOptions): void;
955
150
  scroll(x: number, y: number): void;
956
- scrollBy(options?: ScrollToOptions | undefined): void;
151
+ scrollBy(options?: ScrollToOptions): void;
957
152
  scrollBy(x: number, y: number): void;
958
- scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
959
- scrollTo(options?: ScrollToOptions | undefined): void;
153
+ scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
154
+ scrollTo(options?: ScrollToOptions): void;
960
155
  scrollTo(x: number, y: number): void;
961
156
  setAttribute(qualifiedName: string, value: string): void;
962
157
  setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
963
158
  setAttributeNode(attr: Attr): Attr | null;
964
159
  setAttributeNodeNS(attr: Attr): Attr | null;
160
+ setHTMLUnsafe(html: string): void;
965
161
  setPointerCapture(pointerId: number): void;
966
- toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
162
+ toggleAttribute(qualifiedName: string, force?: boolean): boolean;
967
163
  webkitMatchesSelector(selectors: string): boolean;
164
+ get textContent(): string;
165
+ set textContent(value: string | null);
968
166
  readonly baseURI: string;
969
167
  readonly childNodes: NodeListOf<ChildNode>;
970
168
  readonly firstChild: ChildNode | null;
@@ -977,22 +175,21 @@ export declare const WithContextualHelp: <T_5 extends Constructor<{
977
175
  readonly parentElement: HTMLElement | null;
978
176
  readonly parentNode: ParentNode | null;
979
177
  readonly previousSibling: ChildNode | null;
980
- textContent: string | null;
981
- appendChild<T extends Node>(node: T): T;
982
- cloneNode(deep?: boolean | undefined): Node;
178
+ appendChild<T_1 extends Node>(node: T_1): T_1;
179
+ cloneNode(subtree?: boolean): Node;
983
180
  compareDocumentPosition(other: Node): number;
984
181
  contains(other: Node | null): boolean;
985
- getRootNode(options?: GetRootNodeOptions | undefined): Node;
182
+ getRootNode(options?: GetRootNodeOptions): Node;
986
183
  hasChildNodes(): boolean;
987
- insertBefore<T_6 extends Node>(node: T_6, child: Node | null): T_6;
184
+ insertBefore<T_1 extends Node>(node: T_1, child: Node | null): T_1;
988
185
  isDefaultNamespace(namespace: string | null): boolean;
989
186
  isEqualNode(otherNode: Node | null): boolean;
990
187
  isSameNode(otherNode: Node | null): boolean;
991
188
  lookupNamespaceURI(prefix: string | null): string | null;
992
189
  lookupPrefix(namespace: string | null): string | null;
993
190
  normalize(): void;
994
- removeChild<T_2 extends Node>(child: T_2): T_2;
995
- replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
191
+ removeChild<T_1 extends Node>(child: T_1): T_1;
192
+ replaceChild<T_1 extends Node>(node: Node, child: T_1): T_1;
996
193
  readonly ELEMENT_NODE: 1;
997
194
  readonly ATTRIBUTE_NODE: 2;
998
195
  readonly TEXT_NODE: 3;
@@ -1012,35 +209,49 @@ export declare const WithContextualHelp: <T_5 extends Constructor<{
1012
209
  readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
1013
210
  readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
1014
211
  dispatchEvent(event: Event): boolean;
212
+ ariaActiveDescendantElement: Element | null;
1015
213
  ariaAtomic: string | null;
1016
214
  ariaAutoComplete: string | null;
215
+ ariaBrailleLabel: string | null;
216
+ ariaBrailleRoleDescription: string | null;
1017
217
  ariaBusy: string | null;
1018
218
  ariaChecked: string | null;
1019
219
  ariaColCount: string | null;
1020
220
  ariaColIndex: string | null;
221
+ ariaColIndexText: string | null;
1021
222
  ariaColSpan: string | null;
223
+ ariaControlsElements: ReadonlyArray<Element> | null;
1022
224
  ariaCurrent: string | null;
225
+ ariaDescribedByElements: ReadonlyArray<Element> | null;
226
+ ariaDescription: string | null;
227
+ ariaDetailsElements: ReadonlyArray<Element> | null;
1023
228
  ariaDisabled: string | null;
229
+ ariaErrorMessageElements: ReadonlyArray<Element> | null;
1024
230
  ariaExpanded: string | null;
231
+ ariaFlowToElements: ReadonlyArray<Element> | null;
1025
232
  ariaHasPopup: string | null;
1026
233
  ariaHidden: string | null;
1027
234
  ariaInvalid: string | null;
1028
235
  ariaKeyShortcuts: string | null;
1029
236
  ariaLabel: string | null;
237
+ ariaLabelledByElements: ReadonlyArray<Element> | null;
1030
238
  ariaLevel: string | null;
1031
239
  ariaLive: string | null;
1032
240
  ariaModal: string | null;
1033
241
  ariaMultiLine: string | null;
1034
242
  ariaMultiSelectable: string | null;
1035
243
  ariaOrientation: string | null;
244
+ ariaOwnsElements: ReadonlyArray<Element> | null;
1036
245
  ariaPlaceholder: string | null;
1037
246
  ariaPosInSet: string | null;
1038
247
  ariaPressed: string | null;
1039
248
  ariaReadOnly: string | null;
249
+ ariaRelevant: string | null;
1040
250
  ariaRequired: string | null;
1041
251
  ariaRoleDescription: string | null;
1042
252
  ariaRowCount: string | null;
1043
253
  ariaRowIndex: string | null;
254
+ ariaRowIndexText: string | null;
1044
255
  ariaRowSpan: string | null;
1045
256
  ariaSelected: string | null;
1046
257
  ariaSetSize: string | null;
@@ -1050,34 +261,35 @@ export declare const WithContextualHelp: <T_5 extends Constructor<{
1050
261
  ariaValueNow: string | null;
1051
262
  ariaValueText: string | null;
1052
263
  role: string | null;
1053
- animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
1054
- getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
1055
- after(...nodes: (string | Node)[]): void;
1056
- before(...nodes: (string | Node)[]): void;
264
+ animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
265
+ getAnimations(options?: GetAnimationsOptions): Animation[];
266
+ after(...nodes: (Node | string)[]): void;
267
+ before(...nodes: (Node | string)[]): void;
1057
268
  remove(): void;
1058
- replaceWith(...nodes: (string | Node)[]): void;
1059
- innerHTML: string;
269
+ replaceWith(...nodes: (Node | string)[]): void;
1060
270
  readonly nextElementSibling: Element | null;
1061
271
  readonly previousElementSibling: Element | null;
1062
272
  readonly childElementCount: number;
1063
273
  readonly children: HTMLCollection;
1064
274
  readonly firstElementChild: Element | null;
1065
275
  readonly lastElementChild: Element | null;
1066
- append(...nodes: (string | Node)[]): void;
1067
- prepend(...nodes: (string | Node)[]): void;
1068
- querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
1069
- querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
1070
- querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
1071
- querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
1072
- querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
1073
- querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
1074
- querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
1075
- querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
1076
- querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
1077
- querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
1078
- replaceChildren(...nodes: (string | Node)[]): void;
276
+ append(...nodes: (Node | string)[]): void;
277
+ prepend(...nodes: (Node | string)[]): void;
278
+ querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
279
+ querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
280
+ querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
281
+ querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
282
+ querySelector<E extends Element = Element>(selectors: string): E | null;
283
+ querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
284
+ querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
285
+ querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
286
+ querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
287
+ querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
288
+ replaceChildren(...nodes: (Node | string)[]): void;
1079
289
  readonly assignedSlot: HTMLSlotElement | null;
1080
- readonly style: CSSStyleDeclaration;
290
+ readonly attributeStyleMap: StylePropertyMap;
291
+ get style(): CSSStyleDeclaration;
292
+ set style(cssText: string);
1081
293
  contentEditable: string;
1082
294
  enterKeyHint: string;
1083
295
  inputMode: string;
@@ -1087,16 +299,20 @@ export declare const WithContextualHelp: <T_5 extends Constructor<{
1087
299
  onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
1088
300
  onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
1089
301
  onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
1090
- onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
302
+ onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1091
303
  onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
304
+ onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
305
+ onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
1092
306
  onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
1093
307
  oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1094
308
  oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1095
309
  oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1096
310
  onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1097
- onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
311
+ onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1098
312
  onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1099
- oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
313
+ oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
314
+ oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
315
+ oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1100
316
  oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
1101
317
  oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1102
318
  oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
@@ -1143,12 +359,14 @@ export declare const WithContextualHelp: <T_5 extends Constructor<{
1143
359
  onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1144
360
  onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1145
361
  onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
362
+ onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1146
363
  onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
1147
- onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
364
+ onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
1148
365
  onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1149
366
  onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1150
367
  onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
1151
368
  onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
369
+ onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1152
370
  onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
1153
371
  onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1154
372
  onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
@@ -1160,7 +378,7 @@ export declare const WithContextualHelp: <T_5 extends Constructor<{
1160
378
  onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
1161
379
  onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1162
380
  ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
1163
- ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
381
+ ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
1164
382
  ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
1165
383
  ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
1166
384
  ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
@@ -1178,14 +396,10 @@ export declare const WithContextualHelp: <T_5 extends Constructor<{
1178
396
  onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
1179
397
  autofocus: boolean;
1180
398
  readonly dataset: DOMStringMap;
1181
- nonce?: string | undefined;
399
+ nonce?: string;
1182
400
  tabIndex: number;
1183
401
  blur(): void;
1184
- focus(options?: FocusOptions | undefined): void;
1185
- ariaColIndexText: string | null;
1186
- ariaDescription: string | null;
1187
- ariaRowIndexText: string | null;
1188
- ariaRelevant: string | null;
402
+ focus(options?: FocusOptions): void;
1189
403
  roleChanged(prev: string | null, next: string | null): void;
1190
404
  ariaAtomicChanged(prev: string | null, next: string | null): void;
1191
405
  ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
@@ -1228,12 +442,12 @@ export declare const WithContextualHelp: <T_5 extends Constructor<{
1228
442
  ariaValueNowChanged(prev: string | null, next: string | null): void;
1229
443
  ariaValueTextChanged(prev: string | null, next: string | null): void;
1230
444
  ariaRelevantChanged(prev: string | null, next: string | null): void;
1231
- "__#1@#handleReplacedProp"(replacedProp: {
445
+ "__#private@#handleReplacedProp"(replacedProp: {
1232
446
  newPropertyName: string;
1233
447
  deprecatedPropertyName: string;
1234
448
  fromDeprecated: (v: any) => any;
1235
449
  toDeprecated?: ((v: any) => any) | undefined;
1236
450
  }): void;
1237
451
  };
1238
- } & T_5;
452
+ } & T;
1239
453
  export type ElementWithContextualHelp = MixinType<typeof WithContextualHelp>;