@vonage/vivid 4.30.1 → 5.0.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 (141) hide show
  1. package/custom-elements.json +129 -172
  2. package/lib/accordion-item/accordion-item.d.ts +42 -1
  3. package/lib/action-group/action-group.d.ts +42 -1
  4. package/lib/alert/alert.d.ts +84 -2
  5. package/lib/audio-player/audio-player.d.ts +42 -1
  6. package/lib/avatar/avatar.d.ts +42 -1
  7. package/lib/badge/badge.d.ts +42 -1
  8. package/lib/banner/banner.d.ts +126 -3
  9. package/lib/breadcrumb/breadcrumb.d.ts +42 -1
  10. package/lib/breadcrumb-item/breadcrumb-item.d.ts +42 -1
  11. package/lib/button/button.d.ts +126 -3
  12. package/lib/calendar-event/calendar-event.d.ts +42 -1
  13. package/lib/card/card.d.ts +42 -1
  14. package/lib/checkbox/checkbox.d.ts +252 -7
  15. package/lib/combobox/combobox.d.ts +252 -6
  16. package/lib/data-grid/data-grid-cell.d.ts +419 -2
  17. package/lib/data-grid/data-grid-row.d.ts +380 -1
  18. package/lib/date-picker/date-picker.d.ts +336 -8
  19. package/lib/date-range-picker/date-range-picker.d.ts +168 -4
  20. package/lib/date-time-picker/date-time-picker.d.ts +336 -8
  21. package/lib/dial-pad/dial-pad.d.ts +42 -1
  22. package/lib/dialog/dialog.d.ts +84 -2
  23. package/lib/divider/divider.d.ts +42 -1
  24. package/lib/fab/fab.d.ts +42 -1
  25. package/lib/file-picker/file-picker.d.ts +252 -6
  26. package/lib/file-picker/locale.d.ts +1 -0
  27. package/lib/header/header.d.ts +42 -1
  28. package/lib/menu/menu.d.ts +84 -2
  29. package/lib/menu-item/menu-item.d.ts +84 -2
  30. package/lib/nav/nav.d.ts +42 -1
  31. package/lib/nav-disclosure/nav-disclosure.d.ts +84 -2
  32. package/lib/nav-item/nav-item.d.ts +84 -2
  33. package/lib/note/note.d.ts +42 -1
  34. package/lib/number-field/number-field.d.ts +336 -8
  35. package/lib/option/option.d.ts +84 -2
  36. package/lib/pagination/pagination.d.ts +42 -1
  37. package/lib/progress/progress.d.ts +42 -1
  38. package/lib/progress-ring/progress-ring.d.ts +42 -1
  39. package/lib/radio/radio.d.ts +126 -4
  40. package/lib/radio-group/radio-group.d.ts +42 -1
  41. package/lib/range-slider/range-slider.d.ts +126 -3
  42. package/lib/rich-text-editor/menubar/menubar.d.ts +42 -1
  43. package/lib/rich-text-editor/rich-text-editor.d.ts +42 -1
  44. package/lib/searchable-select/option-tag.d.ts +42 -1
  45. package/lib/searchable-select/searchable-select.d.ts +336 -8
  46. package/lib/select/select.d.ts +294 -7
  47. package/lib/selectable-box/selectable-box.d.ts +42 -2
  48. package/lib/slider/slider.d.ts +126 -3
  49. package/lib/split-button/split-button.d.ts +126 -3
  50. package/lib/switch/switch.d.ts +84 -2
  51. package/lib/tab/tab.d.ts +126 -3
  52. package/lib/tab-panel/tab-panel.d.ts +42 -1
  53. package/lib/tag/tag.d.ts +126 -3
  54. package/lib/tag-group/tag-group.d.ts +42 -1
  55. package/lib/text-area/text-area.d.ts +294 -7
  56. package/lib/text-field/text-field.d.ts +336 -8
  57. package/lib/time-picker/time-picker.d.ts +168 -4
  58. package/lib/toggletip/locale.d.ts +3 -0
  59. package/lib/toggletip/toggletip.d.ts +430 -11
  60. package/lib/tooltip/tooltip.d.ts +42 -1
  61. package/lib/tree-item/tree-item.d.ts +84 -2
  62. package/lib/tree-view/tree-view.d.ts +42 -1
  63. package/lib/video-player/video-player.d.ts +42 -1
  64. package/locales/de-DE.cjs +8 -1
  65. package/locales/de-DE.js +8 -1
  66. package/locales/en-GB.cjs +8 -1
  67. package/locales/en-GB.js +8 -1
  68. package/locales/en-US.cjs +8 -1
  69. package/locales/en-US.js +8 -1
  70. package/locales/ja-JP.cjs +8 -1
  71. package/locales/ja-JP.js +8 -1
  72. package/locales/zh-CN.cjs +8 -1
  73. package/locales/zh-CN.js +8 -1
  74. package/package.json +1 -1
  75. package/shared/anchored.js +1 -1
  76. package/shared/aria/aria-mixin.d.ts +43 -2
  77. package/shared/aria/attribute-removal.d.ts +3 -0
  78. package/shared/aria/delegate-aria-behavior.d.ts +0 -3
  79. package/shared/aria/delegates-aria.d.ts +42 -1
  80. package/shared/aria/host-semantics.d.ts +42 -1
  81. package/shared/definition13.cjs +1 -1
  82. package/shared/definition13.js +1 -1
  83. package/shared/definition15.cjs +6 -2
  84. package/shared/definition15.js +6 -2
  85. package/shared/definition17.cjs +61 -78
  86. package/shared/definition17.js +61 -78
  87. package/shared/definition26.cjs +37 -2
  88. package/shared/definition26.js +37 -2
  89. package/shared/definition30.cjs +8 -4
  90. package/shared/definition30.js +8 -4
  91. package/shared/definition31.cjs +7 -7
  92. package/shared/definition31.js +7 -7
  93. package/shared/definition42.cjs +0 -4
  94. package/shared/definition42.js +0 -4
  95. package/shared/definition47.cjs +0 -8
  96. package/shared/definition47.js +1 -9
  97. package/shared/definition5.cjs +1 -1
  98. package/shared/definition5.js +1 -1
  99. package/shared/definition54.cjs +1 -1
  100. package/shared/definition54.js +1 -1
  101. package/shared/definition60.cjs +7 -6
  102. package/shared/definition60.js +7 -6
  103. package/shared/definition62.cjs +1 -1
  104. package/shared/definition62.js +1 -1
  105. package/shared/definition63.cjs +1 -2
  106. package/shared/definition63.js +1 -2
  107. package/shared/delegates-aria.cjs +4 -25
  108. package/shared/delegates-aria.js +4 -25
  109. package/shared/divider.cjs +8 -3
  110. package/shared/divider.js +8 -3
  111. package/shared/feedback/feedback-message.d.ts +42 -1
  112. package/shared/feedback/mixins.d.ts +84 -2
  113. package/shared/foundation/button/button.d.ts +84 -2
  114. package/shared/foundation/form-associated/form-associated.d.ts +84 -2
  115. package/shared/foundation/vivid-element/vivid-element.d.ts +43 -2
  116. package/shared/listbox.cjs +1 -1
  117. package/shared/listbox.js +1 -1
  118. package/shared/localization/Locale.d.ts +2 -0
  119. package/shared/option.cjs +15 -2
  120. package/shared/option.js +16 -3
  121. package/shared/patterns/affix.d.ts +84 -2
  122. package/shared/patterns/anchored.d.ts +84 -2
  123. package/shared/patterns/char-count/char-count.d.ts +42 -1
  124. package/shared/patterns/form-elements/form-element.d.ts +84 -2
  125. package/shared/patterns/form-elements/with-error-text.d.ts +126 -3
  126. package/shared/patterns/form-elements/with-success-text.d.ts +42 -1
  127. package/shared/patterns/linkable.d.ts +42 -1
  128. package/shared/patterns/localized.d.ts +42 -1
  129. package/shared/patterns/trapped-focus.d.ts +42 -1
  130. package/shared/picker-field/mixins/calendar-picker.d.ts +84 -2
  131. package/shared/picker-field/mixins/calendar-picker.template.d.ts +84 -2
  132. package/shared/picker-field/mixins/inline-time-picker/inline-time-picker.d.ts +42 -1
  133. package/shared/picker-field/mixins/min-max-calendar-picker.d.ts +168 -4
  134. package/shared/picker-field/mixins/single-date-picker.d.ts +252 -6
  135. package/shared/picker-field/mixins/single-value-picker.d.ts +84 -2
  136. package/shared/picker-field/mixins/time-selection-picker.d.ts +168 -4
  137. package/shared/picker-field/mixins/time-selection-picker.template.d.ts +168 -4
  138. package/shared/picker-field/picker-field.d.ts +252 -6
  139. package/shared/vivid-element.cjs +56 -5
  140. package/shared/vivid-element.js +56 -5
  141. package/vivid.api.json +2 -93
package/shared/option.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { A as AffixIconWithTrailing } from './affix.js';
2
- import { V as VividElement, o as observable, a as attr, v as volatile } from './vivid-element.js';
2
+ import { V as VividElement, a as attr, o as observable, v as volatile } from './vivid-element.js';
3
3
  import { H as HostSemantics } from './host-semantics.js';
4
4
  import { i as isHTMLElement } from './dom.js';
5
5
 
@@ -14,7 +14,7 @@ var __decorateClass = (decorators, target, key, kind) => {
14
14
  return result;
15
15
  };
16
16
  function isListboxOption(el) {
17
- return isHTMLElement(el) && (el.getAttribute("role") === "option" || el instanceof HTMLOptionElement);
17
+ return isHTMLElement(el) && (el.getAttribute("role") === "option" || el instanceof HTMLOptionElement || el instanceof ListboxOption);
18
18
  }
19
19
  class ListboxOption extends HostSemantics(
20
20
  AffixIconWithTrailing(VividElement)
@@ -136,7 +136,20 @@ class ListboxOption extends HostSemantics(
136
136
  }
137
137
  }
138
138
  __decorateClass([
139
- observable
139
+ attr({
140
+ converter: {
141
+ fromView: (value) => {
142
+ if (value === true || value === "true") {
143
+ return true;
144
+ }
145
+ if (value === false || value === "false") {
146
+ return false;
147
+ }
148
+ return void 0;
149
+ },
150
+ toView: (value) => value
151
+ }
152
+ })
140
153
  ], ListboxOption.prototype, "checked", 2);
141
154
  __decorateClass([
142
155
  attr({ attribute: "selected", mode: "boolean" })
@@ -7,7 +7,6 @@ export declare const AffixIcon: <T extends Constructor<VividElement>>(Base: T) =
7
7
  icon?: string | undefined;
8
8
  iconSlottedContent?: HTMLElement[] | undefined;
9
9
  connectedCallback(): void;
10
- specialHandling: boolean;
11
10
  _vividAriaBehaviour: import("../aria/aria-mixin").VividAriaBehaviour;
12
11
  readonly $fastController: import("@microsoft/fast-element").Controller;
13
12
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -333,6 +332,48 @@ export declare const AffixIcon: <T extends Constructor<VividElement>>(Base: T) =
333
332
  ariaDescription: string | null;
334
333
  ariaRowIndexText: string | null;
335
334
  ariaRelevant: string | null;
335
+ roleChanged(prev: string | null, next: string | null): void;
336
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
337
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
338
+ ariaBusyChanged(prev: string | null, next: string | null): void;
339
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
340
+ ariaColCountChanged(prev: string | null, next: string | null): void;
341
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
342
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
343
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
344
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
345
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
346
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
347
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
348
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
349
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
350
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
351
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
352
+ ariaLabelChanged(prev: string | null, next: string | null): void;
353
+ ariaLevelChanged(prev: string | null, next: string | null): void;
354
+ ariaLiveChanged(prev: string | null, next: string | null): void;
355
+ ariaModalChanged(prev: string | null, next: string | null): void;
356
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
357
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
358
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
359
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
360
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
361
+ ariaPressedChanged(prev: string | null, next: string | null): void;
362
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
363
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
364
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
365
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
366
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
367
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
368
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
369
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
370
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
371
+ ariaSortChanged(prev: string | null, next: string | null): void;
372
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
373
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
374
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
375
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
376
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
336
377
  "__#1@#handleReplacedProp"(replacedProp: {
337
378
  newPropertyName: string;
338
379
  deprecatedPropertyName: string;
@@ -348,7 +389,6 @@ export declare const AffixIconWithTrailing: <T extends Constructor<VividElement>
348
389
  icon?: string | undefined;
349
390
  iconSlottedContent?: HTMLElement[] | undefined;
350
391
  connectedCallback(): void;
351
- specialHandling: boolean;
352
392
  _vividAriaBehaviour: import("../aria/aria-mixin").VividAriaBehaviour;
353
393
  readonly $fastController: import("@microsoft/fast-element").Controller;
354
394
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -674,6 +714,48 @@ export declare const AffixIconWithTrailing: <T extends Constructor<VividElement>
674
714
  ariaDescription: string | null;
675
715
  ariaRowIndexText: string | null;
676
716
  ariaRelevant: string | null;
717
+ roleChanged(prev: string | null, next: string | null): void;
718
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
719
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
720
+ ariaBusyChanged(prev: string | null, next: string | null): void;
721
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
722
+ ariaColCountChanged(prev: string | null, next: string | null): void;
723
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
724
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
725
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
726
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
727
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
728
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
729
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
730
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
731
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
732
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
733
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
734
+ ariaLabelChanged(prev: string | null, next: string | null): void;
735
+ ariaLevelChanged(prev: string | null, next: string | null): void;
736
+ ariaLiveChanged(prev: string | null, next: string | null): void;
737
+ ariaModalChanged(prev: string | null, next: string | null): void;
738
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
739
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
740
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
741
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
742
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
743
+ ariaPressedChanged(prev: string | null, next: string | null): void;
744
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
745
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
746
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
747
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
748
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
749
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
750
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
751
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
752
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
753
+ ariaSortChanged(prev: string | null, next: string | null): void;
754
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
755
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
756
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
757
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
758
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
677
759
  "__#1@#handleReplacedProp"(replacedProp: {
678
760
  newPropertyName: string;
679
761
  deprecatedPropertyName: string;
@@ -14,7 +14,6 @@ export declare const Anchored: <T extends Constructor<VividElement>>(Base: T) =>
14
14
  "__#9@#cleanupObserverIfNeeded": () => void;
15
15
  connectedCallback(): void;
16
16
  disconnectedCallback(): void;
17
- specialHandling: boolean;
18
17
  _vividAriaBehaviour: import("../aria/aria-mixin").VividAriaBehaviour;
19
18
  readonly $fastController: import("@microsoft/fast-element").Controller;
20
19
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -339,6 +338,48 @@ export declare const Anchored: <T extends Constructor<VividElement>>(Base: T) =>
339
338
  ariaDescription: string | null;
340
339
  ariaRowIndexText: string | null;
341
340
  ariaRelevant: string | null;
341
+ roleChanged(prev: string | null, next: string | null): void;
342
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
343
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
344
+ ariaBusyChanged(prev: string | null, next: string | null): void;
345
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
346
+ ariaColCountChanged(prev: string | null, next: string | null): void;
347
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
348
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
349
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
350
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
351
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
352
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
353
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
354
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
355
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
356
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
357
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
358
+ ariaLabelChanged(prev: string | null, next: string | null): void;
359
+ ariaLevelChanged(prev: string | null, next: string | null): void;
360
+ ariaLiveChanged(prev: string | null, next: string | null): void;
361
+ ariaModalChanged(prev: string | null, next: string | null): void;
362
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
363
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
364
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
365
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
366
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
367
+ ariaPressedChanged(prev: string | null, next: string | null): void;
368
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
369
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
370
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
371
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
372
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
373
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
374
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
375
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
376
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
377
+ ariaSortChanged(prev: string | null, next: string | null): void;
378
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
379
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
380
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
381
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
382
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
342
383
  "__#1@#handleReplacedProp"(replacedProp: {
343
384
  newPropertyName: string;
344
385
  deprecatedPropertyName: string;
@@ -360,7 +401,6 @@ export declare const anchorSlotTemplateFactory: () => import("@microsoft/fast-el
360
401
  "__#9@#cleanupObserverIfNeeded": () => void;
361
402
  connectedCallback(): void;
362
403
  disconnectedCallback(): void;
363
- specialHandling: boolean;
364
404
  _vividAriaBehaviour: import("../aria/aria-mixin").VividAriaBehaviour;
365
405
  readonly $fastController: import("@microsoft/fast-element").Controller;
366
406
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -685,6 +725,48 @@ export declare const anchorSlotTemplateFactory: () => import("@microsoft/fast-el
685
725
  ariaDescription: string | null;
686
726
  ariaRowIndexText: string | null;
687
727
  ariaRelevant: string | null;
728
+ roleChanged(prev: string | null, next: string | null): void;
729
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
730
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
731
+ ariaBusyChanged(prev: string | null, next: string | null): void;
732
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
733
+ ariaColCountChanged(prev: string | null, next: string | null): void;
734
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
735
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
736
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
737
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
738
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
739
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
740
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
741
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
742
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
743
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
744
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
745
+ ariaLabelChanged(prev: string | null, next: string | null): void;
746
+ ariaLevelChanged(prev: string | null, next: string | null): void;
747
+ ariaLiveChanged(prev: string | null, next: string | null): void;
748
+ ariaModalChanged(prev: string | null, next: string | null): void;
749
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
750
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
751
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
752
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
753
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
754
+ ariaPressedChanged(prev: string | null, next: string | null): void;
755
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
756
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
757
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
758
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
759
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
760
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
761
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
762
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
763
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
764
+ ariaSortChanged(prev: string | null, next: string | null): void;
765
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
766
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
767
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
768
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
769
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
688
770
  "__#1@#handleReplacedProp"(replacedProp: {
689
771
  newPropertyName: string;
690
772
  deprecatedPropertyName: string;
@@ -14,7 +14,6 @@ export declare const WithCharCount: <T extends Constructor<VividElement>>(Base:
14
14
  _getCharCountTemplate: (context: VividElementDefinitionContext) => import("@microsoft/fast-element").ViewTemplate<any, any>;
15
15
  readonly locale: import("../../localization/Locale").Locale;
16
16
  connectedCallback(): void;
17
- specialHandling: boolean;
18
17
  _vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
19
18
  readonly $fastController: import("@microsoft/fast-element").Controller;
20
19
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -340,6 +339,48 @@ export declare const WithCharCount: <T extends Constructor<VividElement>>(Base:
340
339
  ariaDescription: string | null;
341
340
  ariaRowIndexText: string | null;
342
341
  ariaRelevant: string | null;
342
+ roleChanged(prev: string | null, next: string | null): void;
343
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
344
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
345
+ ariaBusyChanged(prev: string | null, next: string | null): void;
346
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
347
+ ariaColCountChanged(prev: string | null, next: string | null): void;
348
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
349
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
350
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
351
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
352
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
353
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
354
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
355
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
356
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
357
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
358
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
359
+ ariaLabelChanged(prev: string | null, next: string | null): void;
360
+ ariaLevelChanged(prev: string | null, next: string | null): void;
361
+ ariaLiveChanged(prev: string | null, next: string | null): void;
362
+ ariaModalChanged(prev: string | null, next: string | null): void;
363
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
364
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
365
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
366
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
367
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
368
+ ariaPressedChanged(prev: string | null, next: string | null): void;
369
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
370
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
371
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
372
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
373
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
374
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
375
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
376
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
377
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
378
+ ariaSortChanged(prev: string | null, next: string | null): void;
379
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
380
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
381
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
382
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
383
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
343
384
  "__#1@#handleReplacedProp"(replacedProp: {
344
385
  newPropertyName: string;
345
386
  deprecatedPropertyName: string;
@@ -35,7 +35,6 @@ export declare const FormElement: <T_4 extends Constructor<{
35
35
  setFormValue(value: string | File | FormData | null, state?: string | File | FormData | null | undefined): void;
36
36
  _keypressHandler(e: KeyboardEvent): void;
37
37
  stopPropagation(e: Event): void;
38
- specialHandling: boolean;
39
38
  _vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
40
39
  readonly $fastController: import("@microsoft/fast-element").Controller;
41
40
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -360,6 +359,48 @@ export declare const FormElement: <T_4 extends Constructor<{
360
359
  ariaDescription: string | null;
361
360
  ariaRowIndexText: string | null;
362
361
  ariaRelevant: string | null;
362
+ roleChanged(prev: string | null, next: string | null): void;
363
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
364
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
365
+ ariaBusyChanged(prev: string | null, next: string | null): void;
366
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
367
+ ariaColCountChanged(prev: string | null, next: string | null): void;
368
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
369
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
370
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
371
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
372
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
373
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
374
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
375
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
376
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
377
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
378
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
379
+ ariaLabelChanged(prev: string | null, next: string | null): void;
380
+ ariaLevelChanged(prev: string | null, next: string | null): void;
381
+ ariaLiveChanged(prev: string | null, next: string | null): void;
382
+ ariaModalChanged(prev: string | null, next: string | null): void;
383
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
384
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
385
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
386
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
387
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
388
+ ariaPressedChanged(prev: string | null, next: string | null): void;
389
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
390
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
391
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
392
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
393
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
394
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
395
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
396
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
397
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
398
+ ariaSortChanged(prev: string | null, next: string | null): void;
399
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
400
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
401
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
402
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
403
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
363
404
  "__#1@#handleReplacedProp"(replacedProp: {
364
405
  newPropertyName: string;
365
406
  deprecatedPropertyName: string;
@@ -408,7 +449,6 @@ export declare const FormElement: <T_4 extends Constructor<{
408
449
  setFormValue(value: string | File | FormData | null, state?: string | File | FormData | null | undefined): void;
409
450
  _keypressHandler(e: KeyboardEvent): void;
410
451
  stopPropagation(e: Event): void;
411
- specialHandling: boolean;
412
452
  _vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
413
453
  readonly $fastController: import("@microsoft/fast-element").Controller;
414
454
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -733,6 +773,48 @@ export declare const FormElement: <T_4 extends Constructor<{
733
773
  ariaDescription: string | null;
734
774
  ariaRowIndexText: string | null;
735
775
  ariaRelevant: string | null;
776
+ roleChanged(prev: string | null, next: string | null): void;
777
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
778
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
779
+ ariaBusyChanged(prev: string | null, next: string | null): void;
780
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
781
+ ariaColCountChanged(prev: string | null, next: string | null): void;
782
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
783
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
784
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
785
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
786
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
787
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
788
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
789
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
790
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
791
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
792
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
793
+ ariaLabelChanged(prev: string | null, next: string | null): void;
794
+ ariaLevelChanged(prev: string | null, next: string | null): void;
795
+ ariaLiveChanged(prev: string | null, next: string | null): void;
796
+ ariaModalChanged(prev: string | null, next: string | null): void;
797
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
798
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
799
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
800
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
801
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
802
+ ariaPressedChanged(prev: string | null, next: string | null): void;
803
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
804
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
805
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
806
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
807
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
808
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
809
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
810
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
811
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
812
+ ariaSortChanged(prev: string | null, next: string | null): void;
813
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
814
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
815
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
816
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
817
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
736
818
  "__#1@#handleReplacedProp"(replacedProp: {
737
819
  newPropertyName: string;
738
820
  deprecatedPropertyName: string;
@@ -40,7 +40,6 @@ export declare const WithErrorText: <T_5 extends Constructor<{
40
40
  setFormValue(value: string | File | FormData | null, state?: string | File | FormData | null | undefined): void;
41
41
  _keypressHandler(e: KeyboardEvent): void;
42
42
  stopPropagation(e: Event): void;
43
- specialHandling: boolean;
44
43
  _vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
45
44
  readonly $fastController: import("@microsoft/fast-element").Controller;
46
45
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -365,6 +364,48 @@ export declare const WithErrorText: <T_5 extends Constructor<{
365
364
  ariaDescription: string | null;
366
365
  ariaRowIndexText: string | null;
367
366
  ariaRelevant: string | null;
367
+ roleChanged(prev: string | null, next: string | null): void;
368
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
369
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
370
+ ariaBusyChanged(prev: string | null, next: string | null): void;
371
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
372
+ ariaColCountChanged(prev: string | null, next: string | null): void;
373
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
374
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
375
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
376
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
377
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
378
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
379
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
380
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
381
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
382
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
383
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
384
+ ariaLabelChanged(prev: string | null, next: string | null): void;
385
+ ariaLevelChanged(prev: string | null, next: string | null): void;
386
+ ariaLiveChanged(prev: string | null, next: string | null): void;
387
+ ariaModalChanged(prev: string | null, next: string | null): void;
388
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
389
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
390
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
391
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
392
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
393
+ ariaPressedChanged(prev: string | null, next: string | null): void;
394
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
395
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
396
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
397
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
398
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
399
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
400
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
401
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
402
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
403
+ ariaSortChanged(prev: string | null, next: string | null): void;
404
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
405
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
406
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
407
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
408
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
368
409
  "__#1@#handleReplacedProp"(replacedProp: {
369
410
  newPropertyName: string;
370
411
  deprecatedPropertyName: string;
@@ -407,7 +448,6 @@ export declare const WithErrorText: <T_5 extends Constructor<{
407
448
  setFormValue(value: string | File | FormData | null, state?: string | File | FormData | null | undefined): void;
408
449
  _keypressHandler(e: KeyboardEvent): void;
409
450
  stopPropagation(e: Event): void;
410
- specialHandling: boolean;
411
451
  _vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
412
452
  readonly $fastController: import("@microsoft/fast-element").Controller;
413
453
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -732,6 +772,48 @@ export declare const WithErrorText: <T_5 extends Constructor<{
732
772
  ariaDescription: string | null;
733
773
  ariaRowIndexText: string | null;
734
774
  ariaRelevant: string | null;
775
+ roleChanged(prev: string | null, next: string | null): void;
776
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
777
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
778
+ ariaBusyChanged(prev: string | null, next: string | null): void;
779
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
780
+ ariaColCountChanged(prev: string | null, next: string | null): void;
781
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
782
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
783
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
784
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
785
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
786
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
787
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
788
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
789
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
790
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
791
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
792
+ ariaLabelChanged(prev: string | null, next: string | null): void;
793
+ ariaLevelChanged(prev: string | null, next: string | null): void;
794
+ ariaLiveChanged(prev: string | null, next: string | null): void;
795
+ ariaModalChanged(prev: string | null, next: string | null): void;
796
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
797
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
798
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
799
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
800
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
801
+ ariaPressedChanged(prev: string | null, next: string | null): void;
802
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
803
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
804
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
805
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
806
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
807
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
808
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
809
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
810
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
811
+ ariaSortChanged(prev: string | null, next: string | null): void;
812
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
813
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
814
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
815
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
816
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
735
817
  "__#1@#handleReplacedProp"(replacedProp: {
736
818
  newPropertyName: string;
737
819
  deprecatedPropertyName: string;
@@ -786,7 +868,6 @@ export declare const WithErrorText: <T_5 extends Constructor<{
786
868
  setFormValue(value: string | File | FormData | null, state?: string | File | FormData | null | undefined): void;
787
869
  _keypressHandler(e: KeyboardEvent): void;
788
870
  stopPropagation(e: Event): void;
789
- specialHandling: boolean;
790
871
  _vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
791
872
  readonly $fastController: import("@microsoft/fast-element").Controller;
792
873
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -1111,6 +1192,48 @@ export declare const WithErrorText: <T_5 extends Constructor<{
1111
1192
  ariaDescription: string | null;
1112
1193
  ariaRowIndexText: string | null;
1113
1194
  ariaRelevant: string | null;
1195
+ roleChanged(prev: string | null, next: string | null): void;
1196
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
1197
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
1198
+ ariaBusyChanged(prev: string | null, next: string | null): void;
1199
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
1200
+ ariaColCountChanged(prev: string | null, next: string | null): void;
1201
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
1202
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
1203
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
1204
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
1205
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
1206
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
1207
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
1208
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
1209
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
1210
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
1211
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
1212
+ ariaLabelChanged(prev: string | null, next: string | null): void;
1213
+ ariaLevelChanged(prev: string | null, next: string | null): void;
1214
+ ariaLiveChanged(prev: string | null, next: string | null): void;
1215
+ ariaModalChanged(prev: string | null, next: string | null): void;
1216
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
1217
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
1218
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
1219
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
1220
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
1221
+ ariaPressedChanged(prev: string | null, next: string | null): void;
1222
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
1223
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
1224
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
1225
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
1226
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
1227
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
1228
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
1229
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
1230
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
1231
+ ariaSortChanged(prev: string | null, next: string | null): void;
1232
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
1233
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
1234
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
1235
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
1236
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
1114
1237
  "__#1@#handleReplacedProp"(replacedProp: {
1115
1238
  newPropertyName: string;
1116
1239
  deprecatedPropertyName: string;