@vonage/vivid 5.1.0 → 5.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (386) hide show
  1. package/accordion-item/definition.cjs +2 -1
  2. package/accordion-item/definition.js +2 -1
  3. package/alert/index.cjs +1 -1
  4. package/alert/index.js +1 -1
  5. package/audio-player/definition.cjs +41 -6
  6. package/audio-player/definition.js +41 -6
  7. package/audio-player/index.cjs +27 -25
  8. package/audio-player/index.js +88 -62
  9. package/badge/index.cjs +2 -2
  10. package/badge/index.js +4 -4
  11. package/banner/index.cjs +3 -3
  12. package/banner/index.js +6 -6
  13. package/breadcrumb-item/index.cjs +1 -1
  14. package/breadcrumb-item/index.js +1 -1
  15. package/bundled/affix.cjs +7 -7
  16. package/bundled/affix.js +5 -5
  17. package/bundled/anchored.cjs +1 -1
  18. package/bundled/anchored.js +6 -6
  19. package/bundled/attribute-binding-behaviour.cjs +1 -1
  20. package/bundled/attribute-binding-behaviour.js +15 -13
  21. package/bundled/base-color-picker.cjs +13 -0
  22. package/bundled/base-color-picker.js +194 -0
  23. package/bundled/button.cjs +1 -1
  24. package/bundled/button.js +2 -2
  25. package/bundled/calendar-picker.template.cjs +1 -1
  26. package/bundled/calendar-picker.template.js +21 -21
  27. package/bundled/char-count.cjs +1 -1
  28. package/bundled/char-count.js +1 -1
  29. package/bundled/children.cjs +1 -1
  30. package/bundled/children.js +28 -20
  31. package/bundled/definition.cjs +3 -3
  32. package/bundled/definition.js +38 -38
  33. package/bundled/definition10.cjs +72 -18
  34. package/bundled/definition10.js +351 -65
  35. package/bundled/definition11.cjs +19 -10
  36. package/bundled/definition11.js +66 -37
  37. package/bundled/definition12.cjs +10 -1
  38. package/bundled/definition12.js +38 -14
  39. package/bundled/definition13.cjs +1 -73
  40. package/bundled/definition13.js +15 -354
  41. package/bundled/definition15.cjs +1 -1
  42. package/bundled/definition15.js +1 -1
  43. package/bundled/definition16.cjs +2 -2
  44. package/bundled/definition16.js +8 -8
  45. package/bundled/definition17.cjs +7 -7
  46. package/bundled/definition17.js +17 -17
  47. package/bundled/definition19.cjs +17 -14
  48. package/bundled/definition19.js +85 -77
  49. package/bundled/definition2.cjs +9 -5
  50. package/bundled/definition2.js +21 -17
  51. package/bundled/definition22.cjs +9 -9
  52. package/bundled/definition22.js +31 -31
  53. package/bundled/definition3.cjs +1 -1
  54. package/bundled/definition3.js +1 -1
  55. package/bundled/definition6.cjs +6 -6
  56. package/bundled/definition6.js +34 -31
  57. package/bundled/definition7.cjs +1 -1
  58. package/bundled/definition7.js +6 -6
  59. package/bundled/definition8.cjs +2 -2
  60. package/bundled/definition8.js +4 -4
  61. package/bundled/definition9.cjs +1 -1
  62. package/bundled/definition9.js +1 -1
  63. package/bundled/delegates-aria.cjs +1 -1
  64. package/bundled/delegates-aria.js +59 -46
  65. package/bundled/form-associated.cjs +1 -1
  66. package/bundled/form-associated.js +3 -3
  67. package/bundled/host-semantics.cjs +1 -1
  68. package/bundled/host-semantics.js +48 -34
  69. package/bundled/localized.cjs +1 -1
  70. package/bundled/localized.js +43 -31
  71. package/bundled/mixins.cjs +18 -18
  72. package/bundled/mixins.js +99 -93
  73. package/bundled/normalize.cjs +1 -0
  74. package/bundled/normalize.js +7 -0
  75. package/bundled/picker-field.template.cjs +18 -13
  76. package/bundled/picker-field.template.js +45 -37
  77. package/bundled/ref.cjs +1 -1
  78. package/bundled/ref.js +8 -25
  79. package/bundled/repeat.cjs +1 -1
  80. package/bundled/repeat.js +459 -233
  81. package/bundled/slider.template.cjs +1 -1
  82. package/bundled/slider.template.js +2 -2
  83. package/bundled/slotted.cjs +1 -1
  84. package/bundled/slotted.js +62 -45
  85. package/bundled/text-field.cjs +1 -1
  86. package/bundled/text-field.js +1 -1
  87. package/bundled/time-selection-picker.template.cjs +1 -1
  88. package/bundled/time-selection-picker.template.js +5 -5
  89. package/bundled/vivid-element.cjs +1 -1
  90. package/bundled/vivid-element.js +2126 -1172
  91. package/bundled/when.cjs +1 -1
  92. package/bundled/when.js +8 -7
  93. package/bundled/with-contextual-help.cjs +1 -1
  94. package/bundled/with-contextual-help.js +17 -7
  95. package/calendar/definition.cjs +1 -1
  96. package/calendar/definition.js +2 -2
  97. package/calendar/index.cjs +1 -1
  98. package/calendar/index.js +6 -6
  99. package/calendar-event/index.cjs +1 -1
  100. package/calendar-event/index.js +1 -1
  101. package/card/definition.cjs +10 -2
  102. package/card/definition.js +10 -2
  103. package/card/index.cjs +19 -11
  104. package/card/index.js +35 -27
  105. package/color-picker/definition.cjs +1079 -0
  106. package/color-picker/definition.js +1073 -0
  107. package/color-picker/index.cjs +127 -0
  108. package/color-picker/index.js +726 -0
  109. package/combobox/definition.cjs +13 -6
  110. package/combobox/definition.js +14 -7
  111. package/combobox/index.cjs +15 -11
  112. package/combobox/index.js +82 -75
  113. package/contextual-help/index.cjs +1 -1
  114. package/contextual-help/index.js +1 -1
  115. package/custom-elements.json +1621 -325
  116. package/data-grid/definition.cjs +862 -27
  117. package/data-grid/definition.js +863 -28
  118. package/data-grid/index.cjs +25 -25
  119. package/data-grid/index.js +175 -168
  120. package/date-picker/index.cjs +1 -1
  121. package/date-picker/index.js +2 -2
  122. package/date-range-picker/index.cjs +1 -1
  123. package/date-range-picker/index.js +2 -2
  124. package/date-time-picker/index.cjs +1 -1
  125. package/date-time-picker/index.js +2 -2
  126. package/dial-pad/definition.cjs +55 -1
  127. package/dial-pad/definition.js +56 -2
  128. package/dial-pad/index.cjs +21 -18
  129. package/dial-pad/index.js +138 -104
  130. package/dialog/definition.cjs +4 -1
  131. package/dialog/definition.js +4 -1
  132. package/dialog/index.cjs +21 -18
  133. package/dialog/index.js +43 -40
  134. package/empty-state/definition.cjs +7 -2
  135. package/empty-state/definition.js +7 -2
  136. package/empty-state/index.cjs +10 -5
  137. package/empty-state/index.js +18 -13
  138. package/fab/index.cjs +2 -2
  139. package/fab/index.js +4 -4
  140. package/file-picker/definition.cjs +16 -7
  141. package/file-picker/definition.js +17 -8
  142. package/file-picker/index.cjs +12 -9
  143. package/file-picker/index.js +103 -93
  144. package/icon/definition.cjs +10 -6
  145. package/icon/definition.js +10 -6
  146. package/index.cjs +4 -0
  147. package/index.js +1 -0
  148. package/lib/accordion-item/accordion-item.d.ts +2 -2
  149. package/lib/action-group/action-group.d.ts +2 -2
  150. package/lib/alert/alert.d.ts +4 -4
  151. package/lib/audio-player/audio-player.d.ts +6 -2
  152. package/lib/avatar/avatar.d.ts +2 -2
  153. package/lib/badge/badge.d.ts +2 -2
  154. package/lib/banner/banner.d.ts +6 -6
  155. package/lib/breadcrumb/breadcrumb.d.ts +2 -2
  156. package/lib/breadcrumb-item/breadcrumb-item.d.ts +2 -2
  157. package/lib/button/button.d.ts +6 -6
  158. package/lib/button/button.template.d.ts +2 -1
  159. package/lib/calendar/calendar.d.ts +1 -1
  160. package/lib/calendar-event/calendar-event.d.ts +2 -2
  161. package/lib/card/card.d.ts +2 -2
  162. package/lib/checkbox/checkbox.d.ts +12 -12
  163. package/lib/color-picker/color-picker.d.ts +2420 -0
  164. package/lib/color-picker/color-picker.template.d.ts +3 -0
  165. package/lib/color-picker/definition.d.ts +4 -0
  166. package/lib/color-picker/locale.d.ts +9 -0
  167. package/lib/combobox/combobox.d.ts +495 -78
  168. package/lib/components.d.ts +1 -0
  169. package/lib/data-grid/data-grid-cell.d.ts +4 -4
  170. package/lib/data-grid/data-grid-row.d.ts +3 -4
  171. package/lib/data-grid/data-grid.d.ts +1 -2
  172. package/lib/date-picker/date-picker.d.ts +906 -894
  173. package/lib/date-range-picker/date-range-picker.d.ts +596 -590
  174. package/lib/date-time-picker/date-time-picker.d.ts +907 -895
  175. package/lib/dial-pad/dial-pad.d.ts +3 -2
  176. package/lib/dial-pad/dial-pad.template.d.ts +1 -1
  177. package/lib/dial-pad/locale.d.ts +1 -0
  178. package/lib/dialog/dialog.d.ts +4 -4
  179. package/lib/divider/divider.d.ts +2 -2
  180. package/lib/fab/fab.d.ts +2 -2
  181. package/lib/file-picker/file-picker.d.ts +495 -78
  182. package/lib/header/header.d.ts +2 -2
  183. package/lib/menu/menu.d.ts +5 -4
  184. package/lib/menu-item/menu-item.d.ts +4 -4
  185. package/lib/nav/nav.d.ts +2 -2
  186. package/lib/nav-disclosure/nav-disclosure.d.ts +4 -4
  187. package/lib/nav-item/nav-item.d.ts +4 -4
  188. package/lib/note/note.d.ts +2 -2
  189. package/lib/number-field/number-field.d.ts +19 -18
  190. package/lib/option/option.d.ts +4 -4
  191. package/lib/pagination/pagination.d.ts +2 -2
  192. package/lib/progress/progress.d.ts +2 -2
  193. package/lib/progress-ring/progress-ring.d.ts +2 -2
  194. package/lib/radio/radio.d.ts +6 -6
  195. package/lib/radio-group/radio-group.d.ts +2 -2
  196. package/lib/range-slider/range-slider.d.ts +6 -6
  197. package/lib/rich-text-editor/menubar/menubar.d.ts +2 -2
  198. package/lib/rich-text-editor/rich-text-editor.d.ts +2 -2
  199. package/lib/searchable-select/option-tag.d.ts +2 -2
  200. package/lib/searchable-select/searchable-select.d.ts +521 -104
  201. package/lib/select/select.d.ts +484 -67
  202. package/lib/selectable-box/selectable-box.d.ts +2 -2
  203. package/lib/simple-color-picker/locale.d.ts +0 -1
  204. package/lib/simple-color-picker/simple-color-picker.d.ts +47 -821
  205. package/lib/slider/slider.d.ts +6 -6
  206. package/lib/split-button/split-button.d.ts +6 -6
  207. package/lib/switch/switch.d.ts +4 -4
  208. package/lib/tab/tab.d.ts +6 -6
  209. package/lib/tab-panel/tab-panel.d.ts +2 -2
  210. package/lib/tag/tag.d.ts +6 -6
  211. package/lib/tag-group/tag-group.d.ts +2 -2
  212. package/lib/tag-name-map.d.ts +2 -1
  213. package/lib/text-area/text-area.d.ts +17 -16
  214. package/lib/text-field/text-field.d.ts +19 -18
  215. package/lib/time-picker/time-picker.d.ts +579 -573
  216. package/lib/toggletip/toggletip.d.ts +4 -4
  217. package/lib/tooltip/tooltip.d.ts +2 -2
  218. package/lib/tree-item/tree-item.d.ts +4 -4
  219. package/lib/tree-view/tree-view.d.ts +2 -2
  220. package/lib/video-player/video-player.d.ts +2 -2
  221. package/locales/de-DE.cjs +15 -3
  222. package/locales/de-DE.js +15 -3
  223. package/locales/en-GB.cjs +15 -3
  224. package/locales/en-GB.js +15 -3
  225. package/locales/en-US.cjs +15 -3
  226. package/locales/en-US.js +15 -3
  227. package/locales/ja-JP.cjs +15 -3
  228. package/locales/ja-JP.js +15 -3
  229. package/locales/zh-CN.cjs +15 -3
  230. package/locales/zh-CN.js +15 -3
  231. package/menu/definition.cjs +8 -4
  232. package/menu/definition.js +9 -5
  233. package/note/index.cjs +2 -2
  234. package/note/index.js +4 -4
  235. package/number-field/definition.cjs +3 -3
  236. package/number-field/definition.js +4 -4
  237. package/number-field/index.cjs +8 -8
  238. package/number-field/index.js +41 -40
  239. package/option/index.cjs +1 -1
  240. package/option/index.js +1 -1
  241. package/package.json +5 -5
  242. package/pagination/definition.cjs +2 -1
  243. package/pagination/definition.js +2 -1
  244. package/pagination/index.cjs +12 -12
  245. package/pagination/index.js +59 -59
  246. package/progress/index.cjs +1 -1
  247. package/progress/index.js +1 -1
  248. package/radio/definition.cjs +9 -9
  249. package/radio/definition.js +10 -10
  250. package/radio-group/definition.cjs +2 -1
  251. package/radio-group/definition.js +2 -1
  252. package/radio-group/index.cjs +5 -5
  253. package/radio-group/index.js +80 -77
  254. package/range-slider/index.cjs +1 -1
  255. package/range-slider/index.js +1 -1
  256. package/rich-text-editor/definition.cjs +1 -1
  257. package/rich-text-editor/definition.js +2 -2
  258. package/rich-text-editor/index.cjs +2 -2
  259. package/rich-text-editor/index.js +3 -3
  260. package/searchable-select/definition.cjs +30 -21
  261. package/searchable-select/definition.js +31 -22
  262. package/searchable-select/index.cjs +28 -25
  263. package/searchable-select/index.js +149 -140
  264. package/select/definition.cjs +15 -7
  265. package/select/definition.js +16 -8
  266. package/selectable-box/definition.cjs +1 -1
  267. package/selectable-box/definition.js +1 -1
  268. package/selectable-box/index.cjs +3 -3
  269. package/selectable-box/index.js +20 -20
  270. package/shared/aria/aria-change-subscription.d.ts +0 -1
  271. package/shared/aria/aria-mixin.d.ts +2 -2
  272. package/shared/aria/delegate-aria-behavior.d.ts +5 -10
  273. package/shared/aria/delegates-aria.d.ts +3 -3
  274. package/shared/aria/host-semantics-behavior.d.ts +5 -8
  275. package/shared/aria/host-semantics.d.ts +3 -3
  276. package/shared/color-picker/base-color-picker.d.ts +436 -0
  277. package/shared/color-picker/index.d.ts +1 -0
  278. package/shared/color-picker/locale.d.ts +3 -0
  279. package/shared/color-picker/utils.d.ts +1 -0
  280. package/shared/deprecation/replaced-props.d.ts +317 -2
  281. package/shared/design-system/defineVividComponent.d.ts +2 -2
  282. package/shared/feedback/feedback-message.d.ts +2 -2
  283. package/shared/feedback/mixins.d.ts +4 -4
  284. package/shared/foundation/button/button.d.ts +4 -4
  285. package/shared/foundation/form-associated/form-associated.d.ts +4 -4
  286. package/shared/foundation/vivid-element/vivid-element.d.ts +335 -8
  287. package/shared/localization/Locale.d.ts +4 -0
  288. package/shared/patterns/affix.d.ts +4 -4
  289. package/shared/patterns/anchored.d.ts +4 -4
  290. package/shared/patterns/char-count/char-count.d.ts +2 -2
  291. package/shared/patterns/form-elements/form-element.d.ts +4 -4
  292. package/shared/patterns/form-elements/index.d.ts +1 -0
  293. package/shared/patterns/form-elements/with-contextual-help.d.ts +7 -6
  294. package/shared/patterns/form-elements/with-error-text.d.ts +6 -6
  295. package/shared/patterns/form-elements/with-success-text.d.ts +2 -2
  296. package/shared/patterns/linkable.d.ts +2 -2
  297. package/shared/patterns/localized.d.ts +2 -2
  298. package/shared/patterns/trapped-focus.d.ts +2 -2
  299. package/shared/picker-field/mixins/calendar-picker.d.ts +454 -451
  300. package/shared/picker-field/mixins/calendar-picker.template.d.ts +454 -451
  301. package/shared/picker-field/mixins/inline-time-picker/inline-time-picker.d.ts +2 -2
  302. package/shared/picker-field/mixins/min-max-calendar-picker.d.ts +600 -594
  303. package/shared/picker-field/mixins/single-date-picker.d.ts +746 -737
  304. package/shared/picker-field/mixins/single-value-picker.d.ts +451 -448
  305. package/shared/picker-field/mixins/time-selection-picker.d.ts +580 -574
  306. package/shared/picker-field/mixins/time-selection-picker.template.d.ts +579 -573
  307. package/shared/picker-field/picker-field.d.ts +495 -78
  308. package/shared/templating/attribute-binding-behaviour.d.ts +3 -4
  309. package/shared/templating/render-in-light-dom.d.ts +13 -12
  310. package/side-drawer/index.cjs +1 -1
  311. package/side-drawer/index.js +1 -1
  312. package/simple-color-picker/definition.cjs +28 -215
  313. package/simple-color-picker/definition.js +29 -216
  314. package/simple-color-picker/index.cjs +9 -21
  315. package/simple-color-picker/index.js +71 -185
  316. package/styles/core/all.css +1 -1
  317. package/styles/core/theme.css +1 -1
  318. package/styles/core/typography.css +1 -1
  319. package/styles/tokens/theme-dark.css +4 -4
  320. package/styles/tokens/theme-light.css +4 -4
  321. package/styles/tokens/vivid-2-compat.css +1 -1
  322. package/switch/index.cjs +2 -2
  323. package/switch/index.js +4 -4
  324. package/tabs/definition.cjs +1 -1
  325. package/tabs/definition.js +2 -2
  326. package/tabs/index.cjs +2 -2
  327. package/tabs/index.js +16 -16
  328. package/tag/index.cjs +1 -1
  329. package/tag/index.js +1 -1
  330. package/text-area/definition.cjs +1 -1
  331. package/text-area/definition.js +1 -1
  332. package/text-area/index.cjs +3 -3
  333. package/text-area/index.js +9 -9
  334. package/text-field/definition.cjs +3 -3
  335. package/text-field/definition.js +4 -4
  336. package/text-field/index.cjs +1 -1
  337. package/text-field/index.js +1 -1
  338. package/time-picker/index.cjs +1 -1
  339. package/time-picker/index.js +2 -2
  340. package/toggletip/definition.cjs +1 -1
  341. package/toggletip/definition.js +2 -2
  342. package/tree-view/definition.cjs +1 -1
  343. package/tree-view/definition.js +2 -2
  344. package/tree-view/index.cjs +2 -2
  345. package/tree-view/index.js +6 -6
  346. package/unbundled/_commonjsHelpers.cjs +36 -0
  347. package/unbundled/_commonjsHelpers.js +32 -0
  348. package/unbundled/affix.cjs +1 -1
  349. package/unbundled/affix.js +1 -1
  350. package/unbundled/attribute-binding-behaviour.cjs +11 -10
  351. package/unbundled/attribute-binding-behaviour.js +11 -10
  352. package/unbundled/base-color-picker.cjs +278 -0
  353. package/unbundled/base-color-picker.js +275 -0
  354. package/unbundled/button.cjs +1 -1
  355. package/unbundled/button.js +2 -2
  356. package/unbundled/calendar-picker.template.cjs +3 -3
  357. package/unbundled/calendar-picker.template.js +4 -4
  358. package/unbundled/definition2.cjs +1 -1
  359. package/unbundled/definition2.js +2 -2
  360. package/unbundled/definition3.cjs +2 -1
  361. package/unbundled/definition3.js +2 -1
  362. package/unbundled/delegates-aria.cjs +67 -33
  363. package/unbundled/delegates-aria.js +69 -35
  364. package/unbundled/form-associated.cjs +2 -2
  365. package/unbundled/form-associated.js +3 -3
  366. package/unbundled/host-semantics.cjs +47 -22
  367. package/unbundled/host-semantics.js +48 -23
  368. package/unbundled/mixins.cjs +34 -27
  369. package/unbundled/mixins.js +35 -28
  370. package/unbundled/picker-field.template.cjs +13 -5
  371. package/unbundled/picker-field.template.js +14 -6
  372. package/unbundled/text-field.cjs +1 -1
  373. package/unbundled/text-field.js +1 -1
  374. package/unbundled/time-selection-picker.template.cjs +4 -4
  375. package/unbundled/time-selection-picker.template.js +5 -5
  376. package/unbundled/vivid-element.cjs +22 -15
  377. package/unbundled/vivid-element.js +23 -15
  378. package/unbundled/with-contextual-help.cjs +11 -0
  379. package/unbundled/with-contextual-help.js +11 -0
  380. package/video-player/definition.cjs +69007 -1
  381. package/video-player/definition.js +69007 -1
  382. package/video-player/index.cjs +35 -35
  383. package/video-player/index.js +1358 -1384
  384. package/visually-hidden/index.cjs +1 -1
  385. package/visually-hidden/index.js +1 -1
  386. package/vivid.api.json +347 -69
@@ -10,11 +10,326 @@ export declare const replaces: <PropertyT, DeprecatedT = PropertyT>(config: Omit
10
10
  export declare const ReplacedPropHandling: <T extends Constructor<FASTElement>>(Base: T) => {
11
11
  new (...args: any[]): {
12
12
  "__#1@#handleReplacedProp"(replacedProp: ReplacedPropConfiguration<any, any>): void;
13
- readonly $fastController: import("@microsoft/fast-element").Controller;
13
+ readonly $fastController: import("@microsoft/fast-element").ElementController<HTMLElement>;
14
14
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
15
15
  connectedCallback(): void;
16
16
  disconnectedCallback(): void;
17
- attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
17
+ attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
18
+ accessKey: string;
19
+ readonly accessKeyLabel: string;
20
+ autocapitalize: string;
21
+ dir: string;
22
+ draggable: boolean;
23
+ hidden: boolean;
24
+ inert: boolean;
25
+ innerText: string;
26
+ lang: string;
27
+ readonly offsetHeight: number;
28
+ readonly offsetLeft: number;
29
+ readonly offsetParent: Element | null;
30
+ readonly offsetTop: number;
31
+ readonly offsetWidth: number;
32
+ outerText: string;
33
+ spellcheck: boolean;
34
+ title: string;
35
+ translate: boolean;
36
+ attachInternals(): ElementInternals;
37
+ click(): void;
38
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
39
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
40
+ removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions | undefined): void;
41
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
42
+ readonly attributes: NamedNodeMap;
43
+ readonly classList: DOMTokenList;
44
+ className: string;
45
+ readonly clientHeight: number;
46
+ readonly clientLeft: number;
47
+ readonly clientTop: number;
48
+ readonly clientWidth: number;
49
+ id: string;
50
+ readonly localName: string;
51
+ readonly namespaceURI: string | null;
52
+ onfullscreenchange: ((this: Element, ev: Event) => any) | null;
53
+ onfullscreenerror: ((this: Element, ev: Event) => any) | null;
54
+ outerHTML: string;
55
+ readonly ownerDocument: Document;
56
+ readonly part: DOMTokenList;
57
+ readonly prefix: string | null;
58
+ readonly scrollHeight: number;
59
+ scrollLeft: number;
60
+ scrollTop: number;
61
+ readonly scrollWidth: number;
62
+ readonly shadowRoot: ShadowRoot | null;
63
+ slot: string;
64
+ readonly tagName: string;
65
+ attachShadow(init: ShadowRootInit): ShadowRoot;
66
+ checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
67
+ closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2] | null;
68
+ closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3] | null;
69
+ closest<K_4 extends keyof MathMLElementTagNameMap>(selector: K_4): MathMLElementTagNameMap[K_4] | null;
70
+ closest<E extends Element = Element>(selectors: string): E | null;
71
+ getAttribute(qualifiedName: string): string | null;
72
+ getAttributeNS(namespace: string | null, localName: string): string | null;
73
+ getAttributeNames(): string[];
74
+ getAttributeNode(qualifiedName: string): Attr | null;
75
+ getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
76
+ getBoundingClientRect(): DOMRect;
77
+ getClientRects(): DOMRectList;
78
+ getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
79
+ getElementsByTagName<K_5 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<HTMLElementTagNameMap[K_5]>;
80
+ getElementsByTagName<K_6 extends keyof SVGElementTagNameMap>(qualifiedName: K_6): HTMLCollectionOf<SVGElementTagNameMap[K_6]>;
81
+ getElementsByTagName<K_7 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7): HTMLCollectionOf<MathMLElementTagNameMap[K_7]>;
82
+ getElementsByTagName<K_8 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8]>;
83
+ getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
84
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
85
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
86
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
87
+ getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
88
+ hasAttribute(qualifiedName: string): boolean;
89
+ hasAttributeNS(namespace: string | null, localName: string): boolean;
90
+ hasAttributes(): boolean;
91
+ hasPointerCapture(pointerId: number): boolean;
92
+ insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
93
+ insertAdjacentHTML(position: InsertPosition, text: string): void;
94
+ insertAdjacentText(where: InsertPosition, data: string): void;
95
+ matches(selectors: string): boolean;
96
+ releasePointerCapture(pointerId: number): void;
97
+ removeAttribute(qualifiedName: string): void;
98
+ removeAttributeNS(namespace: string | null, localName: string): void;
99
+ removeAttributeNode(attr: Attr): Attr;
100
+ requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
101
+ requestPointerLock(): void;
102
+ scroll(options?: ScrollToOptions | undefined): void;
103
+ scroll(x: number, y: number): void;
104
+ scrollBy(options?: ScrollToOptions | undefined): void;
105
+ scrollBy(x: number, y: number): void;
106
+ scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
107
+ scrollTo(options?: ScrollToOptions | undefined): void;
108
+ scrollTo(x: number, y: number): void;
109
+ setAttribute(qualifiedName: string, value: string): void;
110
+ setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
111
+ setAttributeNode(attr: Attr): Attr | null;
112
+ setAttributeNodeNS(attr: Attr): Attr | null;
113
+ setPointerCapture(pointerId: number): void;
114
+ toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
115
+ webkitMatchesSelector(selectors: string): boolean;
116
+ readonly baseURI: string;
117
+ readonly childNodes: NodeListOf<ChildNode>;
118
+ readonly firstChild: ChildNode | null;
119
+ readonly isConnected: boolean;
120
+ readonly lastChild: ChildNode | null;
121
+ readonly nextSibling: ChildNode | null;
122
+ readonly nodeName: string;
123
+ readonly nodeType: number;
124
+ nodeValue: string | null;
125
+ readonly parentElement: HTMLElement | null;
126
+ readonly parentNode: ParentNode | null;
127
+ readonly previousSibling: ChildNode | null;
128
+ textContent: string | null;
129
+ appendChild<T_1 extends Node>(node: T_1): T_1;
130
+ cloneNode(deep?: boolean | undefined): Node;
131
+ compareDocumentPosition(other: Node): number;
132
+ contains(other: Node | null): boolean;
133
+ getRootNode(options?: GetRootNodeOptions | undefined): Node;
134
+ hasChildNodes(): boolean;
135
+ insertBefore<T_2 extends Node>(node: T_2, child: Node | null): T_2;
136
+ isDefaultNamespace(namespace: string | null): boolean;
137
+ isEqualNode(otherNode: Node | null): boolean;
138
+ isSameNode(otherNode: Node | null): boolean;
139
+ lookupNamespaceURI(prefix: string | null): string | null;
140
+ lookupPrefix(namespace: string | null): string | null;
141
+ normalize(): void;
142
+ removeChild<T_3 extends Node>(child: T_3): T_3;
143
+ replaceChild<T_4 extends Node>(node: Node, child: T_4): T_4;
144
+ readonly ELEMENT_NODE: 1;
145
+ readonly ATTRIBUTE_NODE: 2;
146
+ readonly TEXT_NODE: 3;
147
+ readonly CDATA_SECTION_NODE: 4;
148
+ readonly ENTITY_REFERENCE_NODE: 5;
149
+ readonly ENTITY_NODE: 6;
150
+ readonly PROCESSING_INSTRUCTION_NODE: 7;
151
+ readonly COMMENT_NODE: 8;
152
+ readonly DOCUMENT_NODE: 9;
153
+ readonly DOCUMENT_TYPE_NODE: 10;
154
+ readonly DOCUMENT_FRAGMENT_NODE: 11;
155
+ readonly NOTATION_NODE: 12;
156
+ readonly DOCUMENT_POSITION_DISCONNECTED: 1;
157
+ readonly DOCUMENT_POSITION_PRECEDING: 2;
158
+ readonly DOCUMENT_POSITION_FOLLOWING: 4;
159
+ readonly DOCUMENT_POSITION_CONTAINS: 8;
160
+ readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
161
+ readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
162
+ dispatchEvent(event: Event): boolean;
163
+ ariaAtomic: string | null;
164
+ ariaAutoComplete: string | null;
165
+ ariaBusy: string | null;
166
+ ariaChecked: string | null;
167
+ ariaColCount: string | null;
168
+ ariaColIndex: string | null;
169
+ ariaColSpan: string | null;
170
+ ariaCurrent: string | null;
171
+ ariaDisabled: string | null;
172
+ ariaExpanded: string | null;
173
+ ariaHasPopup: string | null;
174
+ ariaHidden: string | null;
175
+ ariaInvalid: string | null;
176
+ ariaKeyShortcuts: string | null;
177
+ ariaLabel: string | null;
178
+ ariaLevel: string | null;
179
+ ariaLive: string | null;
180
+ ariaModal: string | null;
181
+ ariaMultiLine: string | null;
182
+ ariaMultiSelectable: string | null;
183
+ ariaOrientation: string | null;
184
+ ariaPlaceholder: string | null;
185
+ ariaPosInSet: string | null;
186
+ ariaPressed: string | null;
187
+ ariaReadOnly: string | null;
188
+ ariaRequired: string | null;
189
+ ariaRoleDescription: string | null;
190
+ ariaRowCount: string | null;
191
+ ariaRowIndex: string | null;
192
+ ariaRowSpan: string | null;
193
+ ariaSelected: string | null;
194
+ ariaSetSize: string | null;
195
+ ariaSort: string | null;
196
+ ariaValueMax: string | null;
197
+ ariaValueMin: string | null;
198
+ ariaValueNow: string | null;
199
+ ariaValueText: string | null;
200
+ role: string | null;
201
+ animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
202
+ getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
203
+ after(...nodes: (string | Node)[]): void;
204
+ before(...nodes: (string | Node)[]): void;
205
+ remove(): void;
206
+ replaceWith(...nodes: (string | Node)[]): void;
207
+ innerHTML: string;
208
+ readonly nextElementSibling: Element | null;
209
+ readonly previousElementSibling: Element | null;
210
+ readonly childElementCount: number;
211
+ readonly children: HTMLCollection;
212
+ readonly firstElementChild: Element | null;
213
+ readonly lastElementChild: Element | null;
214
+ append(...nodes: (string | Node)[]): void;
215
+ prepend(...nodes: (string | Node)[]): void;
216
+ querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
217
+ querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
218
+ querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
219
+ querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
220
+ querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
221
+ querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
222
+ querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
223
+ querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
224
+ querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
225
+ querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
226
+ replaceChildren(...nodes: (string | Node)[]): void;
227
+ readonly assignedSlot: HTMLSlotElement | null;
228
+ readonly style: CSSStyleDeclaration;
229
+ contentEditable: string;
230
+ enterKeyHint: string;
231
+ inputMode: string;
232
+ readonly isContentEditable: boolean;
233
+ onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
234
+ onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
235
+ onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
236
+ onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
237
+ onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
238
+ onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
239
+ onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
240
+ onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
241
+ oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
242
+ oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
243
+ oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
244
+ onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
245
+ onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
246
+ onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
247
+ oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
248
+ oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
249
+ oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
250
+ oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
251
+ ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
252
+ ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
253
+ ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
254
+ ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
255
+ ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
256
+ ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
257
+ ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
258
+ ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
259
+ ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
260
+ onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
261
+ onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
262
+ onerror: OnErrorEventHandler;
263
+ onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
264
+ onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
265
+ ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
266
+ oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
267
+ oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
268
+ onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
269
+ onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
270
+ onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
271
+ onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
272
+ onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
273
+ onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
274
+ onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
275
+ onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
276
+ onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
277
+ onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
278
+ onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
279
+ onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
280
+ onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
281
+ onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
282
+ onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
283
+ onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
284
+ onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
285
+ onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
286
+ onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
287
+ onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
288
+ onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
289
+ onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
290
+ onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
291
+ onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
292
+ onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
293
+ onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
294
+ onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
295
+ onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
296
+ onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
297
+ onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
298
+ onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
299
+ onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
300
+ onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
301
+ onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
302
+ onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
303
+ onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
304
+ onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
305
+ onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
306
+ onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
307
+ onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
308
+ onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
309
+ onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
310
+ ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
311
+ ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
312
+ ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
313
+ ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
314
+ ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
315
+ ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
316
+ ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
317
+ ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
318
+ ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
319
+ ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
320
+ onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
321
+ onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
322
+ onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
323
+ onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
324
+ onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
325
+ onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
326
+ onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
327
+ autofocus: boolean;
328
+ readonly dataset: DOMStringMap;
329
+ nonce?: string | undefined;
330
+ tabIndex: number;
331
+ blur(): void;
332
+ focus(options?: FocusOptions | undefined): void;
18
333
  };
19
334
  } & T;
20
335
  export {};
@@ -1,7 +1,7 @@
1
- import type { Constructable, PartialFASTElementDefinition, ViewTemplate } from '@microsoft/fast-element';
1
+ import type { Constructable, InlineTemplateDirective, PartialFASTElementDefinition, ViewTemplate } from '@microsoft/fast-element';
2
2
  export type TemplateOrResolveFn = ViewTemplate | ((context: VividElementDefinitionContext) => ViewTemplate);
3
3
  export type VividElementDefinitionContext = {
4
- tagFor(type: Constructable): string;
4
+ tagFor<T extends boolean = false>(type: Constructable, convertToString?: T): T extends true ? string : InlineTemplateDirective;
5
5
  tagForNonDependency(name: string): string;
6
6
  };
7
7
  export type Options = Pick<PartialFASTElementDefinition, 'styles' | 'attributes' | 'shadowOptions' | 'elementOptions'>;
@@ -5,10 +5,10 @@ declare const FeedbackMessage_base: {
5
5
  readonly locale: import("../localization/Locale").Locale;
6
6
  connectedCallback(): void;
7
7
  _vividAriaBehaviour: import("../aria/aria-mixin").VividAriaBehaviour;
8
- readonly $fastController: import("@microsoft/fast-element").Controller;
8
+ readonly $fastController: import("@microsoft/fast-element").ElementController<HTMLElement>;
9
9
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
10
10
  disconnectedCallback(): void;
11
- attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
11
+ attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
12
12
  accessKey: string;
13
13
  readonly accessKeyLabel: string;
14
14
  autocapitalize: string;
@@ -15,10 +15,10 @@ export declare const WithFeedback: <T extends Constructor<VividElement>>(Base: T
15
15
  _getFeedbackTemplate(ctx: VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
16
16
  connectedCallback(): void;
17
17
  _vividAriaBehaviour: import("../aria/aria-mixin").VividAriaBehaviour;
18
- readonly $fastController: import("@microsoft/fast-element").Controller;
18
+ readonly $fastController: import("@microsoft/fast-element").ElementController<HTMLElement>;
19
19
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
20
20
  disconnectedCallback(): void;
21
- attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
21
+ attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
22
22
  accessKey: string;
23
23
  readonly accessKeyLabel: string;
24
24
  autocapitalize: string;
@@ -405,10 +405,10 @@ export declare const WithLightDOMFeedback: <T extends Constructor<VividElement>>
405
405
  _slottedHelperTextFeedbackType(): "none" | "helper";
406
406
  connectedCallback(): void;
407
407
  _vividAriaBehaviour: import("../aria/aria-mixin").VividAriaBehaviour;
408
- readonly $fastController: import("@microsoft/fast-element").Controller;
408
+ readonly $fastController: import("@microsoft/fast-element").ElementController<HTMLElement>;
409
409
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
410
410
  disconnectedCallback(): void;
411
- attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
411
+ attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
412
412
  accessKey: string;
413
413
  readonly accessKeyLabel: string;
414
414
  autocapitalize: string;
@@ -3,10 +3,10 @@ declare const VividFoundationButton_base: {
3
3
  new (...args: any[]): {
4
4
  _vividAriaBehaviour: "delegate";
5
5
  connectedCallback(): void;
6
- readonly $fastController: import("@microsoft/fast-element").Controller;
6
+ readonly $fastController: import("@microsoft/fast-element").ElementController<HTMLElement>;
7
7
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
8
8
  disconnectedCallback(): void;
9
- attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
9
+ attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
10
10
  accessKey: string;
11
11
  readonly accessKeyLabel: string;
12
12
  autocapitalize: string;
@@ -413,9 +413,9 @@ declare const VividFoundationButton_base: {
413
413
  _keypressHandler(e: KeyboardEvent): void;
414
414
  stopPropagation(e: Event): void;
415
415
  _vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
416
- readonly $fastController: import("@microsoft/fast-element").Controller;
416
+ readonly $fastController: import("@microsoft/fast-element").ElementController<HTMLElement>;
417
417
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
418
- attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
418
+ attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
419
419
  accessKey: string;
420
420
  readonly accessKeyLabel: string;
421
421
  autocapitalize: string;
@@ -40,9 +40,9 @@ export declare const FormAssociated: <T extends Constructor<VividElement>>(Base:
40
40
  _keypressHandler(e: KeyboardEvent): void;
41
41
  stopPropagation(e: Event): void;
42
42
  _vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
43
- readonly $fastController: import("@microsoft/fast-element").Controller;
43
+ readonly $fastController: import("@microsoft/fast-element").ElementController<HTMLElement>;
44
44
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
45
- attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
45
+ attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
46
46
  accessKey: string;
47
47
  readonly accessKeyLabel: string;
48
48
  autocapitalize: string;
@@ -460,9 +460,9 @@ export declare const CheckableFormAssociated: <T extends Constructor<VividElemen
460
460
  _keypressHandler(e: KeyboardEvent): void;
461
461
  stopPropagation(e: Event): void;
462
462
  _vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
463
- readonly $fastController: import("@microsoft/fast-element").Controller;
463
+ readonly $fastController: import("@microsoft/fast-element").ElementController<HTMLElement>;
464
464
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
465
- attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
465
+ attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
466
466
  accessKey: string;
467
467
  readonly accessKeyLabel: string;
468
468
  autocapitalize: string;