@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/lib/tag/tag.d.ts CHANGED
@@ -8,7 +8,6 @@ declare const Tag_base: {
8
8
  new (...args: any[]): {
9
9
  readonly locale: import("../../shared/localization/Locale").Locale;
10
10
  connectedCallback(): void;
11
- specialHandling: boolean;
12
11
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
13
12
  readonly $fastController: import("@microsoft/fast-element").Controller;
14
13
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -334,6 +333,48 @@ declare const Tag_base: {
334
333
  ariaDescription: string | null;
335
334
  ariaRowIndexText: string | null;
336
335
  ariaRelevant: string | null;
336
+ roleChanged(prev: string | null, next: string | null): void;
337
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
338
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
339
+ ariaBusyChanged(prev: string | null, next: string | null): void;
340
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
341
+ ariaColCountChanged(prev: string | null, next: string | null): void;
342
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
343
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
344
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
345
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
346
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
347
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
348
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
349
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
350
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
351
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
352
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
353
+ ariaLabelChanged(prev: string | null, next: string | null): void;
354
+ ariaLevelChanged(prev: string | null, next: string | null): void;
355
+ ariaLiveChanged(prev: string | null, next: string | null): void;
356
+ ariaModalChanged(prev: string | null, next: string | null): void;
357
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
358
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
359
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
360
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
361
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
362
+ ariaPressedChanged(prev: string | null, next: string | null): void;
363
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
364
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
365
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
366
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
367
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
368
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
369
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
370
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
371
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
372
+ ariaSortChanged(prev: string | null, next: string | null): void;
373
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
374
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
375
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
376
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
377
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
337
378
  "__#1@#handleReplacedProp"(replacedProp: {
338
379
  newPropertyName: string;
339
380
  deprecatedPropertyName: string;
@@ -345,7 +386,6 @@ declare const Tag_base: {
345
386
  new (...args: any[]): {
346
387
  _vividAriaBehaviour: "delegate";
347
388
  connectedCallback(): void;
348
- specialHandling: boolean;
349
389
  readonly $fastController: import("@microsoft/fast-element").Controller;
350
390
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
351
391
  disconnectedCallback(): void;
@@ -670,6 +710,48 @@ declare const Tag_base: {
670
710
  ariaDescription: string | null;
671
711
  ariaRowIndexText: string | null;
672
712
  ariaRelevant: string | null;
713
+ roleChanged(prev: string | null, next: string | null): void;
714
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
715
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
716
+ ariaBusyChanged(prev: string | null, next: string | null): void;
717
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
718
+ ariaColCountChanged(prev: string | null, next: string | null): void;
719
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
720
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
721
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
722
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
723
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
724
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
725
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
726
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
727
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
728
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
729
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
730
+ ariaLabelChanged(prev: string | null, next: string | null): void;
731
+ ariaLevelChanged(prev: string | null, next: string | null): void;
732
+ ariaLiveChanged(prev: string | null, next: string | null): void;
733
+ ariaModalChanged(prev: string | null, next: string | null): void;
734
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
735
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
736
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
737
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
738
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
739
+ ariaPressedChanged(prev: string | null, next: string | null): void;
740
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
741
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
742
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
743
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
744
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
745
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
746
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
747
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
748
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
749
+ ariaSortChanged(prev: string | null, next: string | null): void;
750
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
751
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
752
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
753
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
754
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
673
755
  "__#1@#handleReplacedProp"(replacedProp: {
674
756
  newPropertyName: string;
675
757
  deprecatedPropertyName: string;
@@ -682,7 +764,6 @@ declare const Tag_base: {
682
764
  icon?: string | undefined;
683
765
  iconSlottedContent?: HTMLElement[] | undefined;
684
766
  connectedCallback(): void;
685
- specialHandling: boolean;
686
767
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
687
768
  readonly $fastController: import("@microsoft/fast-element").Controller;
688
769
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -1008,6 +1089,48 @@ declare const Tag_base: {
1008
1089
  ariaDescription: string | null;
1009
1090
  ariaRowIndexText: string | null;
1010
1091
  ariaRelevant: string | null;
1092
+ roleChanged(prev: string | null, next: string | null): void;
1093
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
1094
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
1095
+ ariaBusyChanged(prev: string | null, next: string | null): void;
1096
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
1097
+ ariaColCountChanged(prev: string | null, next: string | null): void;
1098
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
1099
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
1100
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
1101
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
1102
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
1103
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
1104
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
1105
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
1106
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
1107
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
1108
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
1109
+ ariaLabelChanged(prev: string | null, next: string | null): void;
1110
+ ariaLevelChanged(prev: string | null, next: string | null): void;
1111
+ ariaLiveChanged(prev: string | null, next: string | null): void;
1112
+ ariaModalChanged(prev: string | null, next: string | null): void;
1113
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
1114
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
1115
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
1116
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
1117
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
1118
+ ariaPressedChanged(prev: string | null, next: string | null): void;
1119
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
1120
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
1121
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
1122
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
1123
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
1124
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
1125
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
1126
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
1127
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
1128
+ ariaSortChanged(prev: string | null, next: string | null): void;
1129
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
1130
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
1131
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
1132
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
1133
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
1011
1134
  "__#1@#handleReplacedProp"(replacedProp: {
1012
1135
  newPropertyName: string;
1013
1136
  deprecatedPropertyName: string;
@@ -3,7 +3,6 @@ declare const TagGroup_base: {
3
3
  new (...args: any[]): {
4
4
  _vividAriaBehaviour: "delegate";
5
5
  connectedCallback(): void;
6
- specialHandling: boolean;
7
6
  readonly $fastController: import("@microsoft/fast-element").Controller;
8
7
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
9
8
  disconnectedCallback(): void;
@@ -328,6 +327,48 @@ declare const TagGroup_base: {
328
327
  ariaDescription: string | null;
329
328
  ariaRowIndexText: string | null;
330
329
  ariaRelevant: string | null;
330
+ roleChanged(prev: string | null, next: string | null): void;
331
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
332
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
333
+ ariaBusyChanged(prev: string | null, next: string | null): void;
334
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
335
+ ariaColCountChanged(prev: string | null, next: string | null): void;
336
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
337
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
338
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
339
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
340
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
341
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
342
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
343
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
344
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
345
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
346
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
347
+ ariaLabelChanged(prev: string | null, next: string | null): void;
348
+ ariaLevelChanged(prev: string | null, next: string | null): void;
349
+ ariaLiveChanged(prev: string | null, next: string | null): void;
350
+ ariaModalChanged(prev: string | null, next: string | null): void;
351
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
352
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
353
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
354
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
355
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
356
+ ariaPressedChanged(prev: string | null, next: string | null): void;
357
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
358
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
359
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
360
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
361
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
362
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
363
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
364
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
365
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
366
+ ariaSortChanged(prev: string | null, next: string | null): void;
367
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
368
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
369
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
370
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
371
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
331
372
  "__#1@#handleReplacedProp"(replacedProp: {
332
373
  newPropertyName: string;
333
374
  deprecatedPropertyName: string;
@@ -20,7 +20,6 @@ declare const TextArea_base: {
20
20
  _slottedHelperTextFeedbackType(): "none" | "helper";
21
21
  _getFeedbackTemplate(ctx: import("../../shared/design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
22
22
  connectedCallback(): void;
23
- specialHandling: boolean;
24
23
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
25
24
  readonly $fastController: import("@microsoft/fast-element").Controller;
26
25
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -346,6 +345,48 @@ declare const TextArea_base: {
346
345
  ariaDescription: string | null;
347
346
  ariaRowIndexText: string | null;
348
347
  ariaRelevant: string | null;
348
+ roleChanged(prev: string | null, next: string | null): void;
349
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
350
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
351
+ ariaBusyChanged(prev: string | null, next: string | null): void;
352
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
353
+ ariaColCountChanged(prev: string | null, next: string | null): void;
354
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
355
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
356
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
357
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
358
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
359
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
360
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
361
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
362
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
363
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
364
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
365
+ ariaLabelChanged(prev: string | null, next: string | null): void;
366
+ ariaLevelChanged(prev: string | null, next: string | null): void;
367
+ ariaLiveChanged(prev: string | null, next: string | null): void;
368
+ ariaModalChanged(prev: string | null, next: string | null): void;
369
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
370
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
371
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
372
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
373
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
374
+ ariaPressedChanged(prev: string | null, next: string | null): void;
375
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
376
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
377
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
378
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
379
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
380
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
381
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
382
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
383
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
384
+ ariaSortChanged(prev: string | null, next: string | null): void;
385
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
386
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
387
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
388
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
389
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
349
390
  "__#1@#handleReplacedProp"(replacedProp: {
350
391
  newPropertyName: string;
351
392
  deprecatedPropertyName: string;
@@ -366,7 +407,6 @@ declare const TextArea_base: {
366
407
  _getCharCountTemplate: (context: import("../../shared/design-system/defineVividComponent").VividElementDefinitionContext) => import("@microsoft/fast-element").ViewTemplate<any, any>;
367
408
  readonly locale: import("../../shared/localization/Locale").Locale;
368
409
  connectedCallback(): void;
369
- specialHandling: boolean;
370
410
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
371
411
  readonly $fastController: import("@microsoft/fast-element").Controller;
372
412
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -692,6 +732,48 @@ declare const TextArea_base: {
692
732
  ariaDescription: string | null;
693
733
  ariaRowIndexText: string | null;
694
734
  ariaRelevant: string | null;
735
+ roleChanged(prev: string | null, next: string | null): void;
736
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
737
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
738
+ ariaBusyChanged(prev: string | null, next: string | null): void;
739
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
740
+ ariaColCountChanged(prev: string | null, next: string | null): void;
741
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
742
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
743
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
744
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
745
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
746
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
747
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
748
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
749
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
750
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
751
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
752
+ ariaLabelChanged(prev: string | null, next: string | null): void;
753
+ ariaLevelChanged(prev: string | null, next: string | null): void;
754
+ ariaLiveChanged(prev: string | null, next: string | null): void;
755
+ ariaModalChanged(prev: string | null, next: string | null): void;
756
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
757
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
758
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
759
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
760
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
761
+ ariaPressedChanged(prev: string | null, next: string | null): void;
762
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
763
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
764
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
765
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
766
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
767
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
768
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
769
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
770
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
771
+ ariaSortChanged(prev: string | null, next: string | null): void;
772
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
773
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
774
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
775
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
776
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
695
777
  "__#1@#handleReplacedProp"(replacedProp: {
696
778
  newPropertyName: string;
697
779
  deprecatedPropertyName: string;
@@ -747,7 +829,6 @@ declare const TextArea_base: {
747
829
  setFormValue(value: string | File | FormData | null, state?: string | File | FormData | null | undefined): void;
748
830
  _keypressHandler(e: KeyboardEvent): void;
749
831
  stopPropagation(e: Event): void;
750
- specialHandling: boolean;
751
832
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
752
833
  readonly $fastController: import("@microsoft/fast-element").Controller;
753
834
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -1072,6 +1153,48 @@ declare const TextArea_base: {
1072
1153
  ariaDescription: string | null;
1073
1154
  ariaRowIndexText: string | null;
1074
1155
  ariaRelevant: string | null;
1156
+ roleChanged(prev: string | null, next: string | null): void;
1157
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
1158
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
1159
+ ariaBusyChanged(prev: string | null, next: string | null): void;
1160
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
1161
+ ariaColCountChanged(prev: string | null, next: string | null): void;
1162
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
1163
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
1164
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
1165
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
1166
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
1167
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
1168
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
1169
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
1170
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
1171
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
1172
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
1173
+ ariaLabelChanged(prev: string | null, next: string | null): void;
1174
+ ariaLevelChanged(prev: string | null, next: string | null): void;
1175
+ ariaLiveChanged(prev: string | null, next: string | null): void;
1176
+ ariaModalChanged(prev: string | null, next: string | null): void;
1177
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
1178
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
1179
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
1180
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
1181
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
1182
+ ariaPressedChanged(prev: string | null, next: string | null): void;
1183
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
1184
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
1185
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
1186
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
1187
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
1188
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
1189
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
1190
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
1191
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
1192
+ ariaSortChanged(prev: string | null, next: string | null): void;
1193
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
1194
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
1195
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
1196
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
1197
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
1075
1198
  "__#1@#handleReplacedProp"(replacedProp: {
1076
1199
  newPropertyName: string;
1077
1200
  deprecatedPropertyName: string;
@@ -1083,7 +1206,6 @@ declare const TextArea_base: {
1083
1206
  new (...args: any[]): {
1084
1207
  successText?: string | undefined;
1085
1208
  connectedCallback(): void;
1086
- specialHandling: boolean;
1087
1209
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
1088
1210
  readonly $fastController: import("@microsoft/fast-element").Controller;
1089
1211
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -1409,6 +1531,48 @@ declare const TextArea_base: {
1409
1531
  ariaDescription: string | null;
1410
1532
  ariaRowIndexText: string | null;
1411
1533
  ariaRelevant: string | null;
1534
+ roleChanged(prev: string | null, next: string | null): void;
1535
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
1536
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
1537
+ ariaBusyChanged(prev: string | null, next: string | null): void;
1538
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
1539
+ ariaColCountChanged(prev: string | null, next: string | null): void;
1540
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
1541
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
1542
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
1543
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
1544
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
1545
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
1546
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
1547
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
1548
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
1549
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
1550
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
1551
+ ariaLabelChanged(prev: string | null, next: string | null): void;
1552
+ ariaLevelChanged(prev: string | null, next: string | null): void;
1553
+ ariaLiveChanged(prev: string | null, next: string | null): void;
1554
+ ariaModalChanged(prev: string | null, next: string | null): void;
1555
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
1556
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
1557
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
1558
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
1559
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
1560
+ ariaPressedChanged(prev: string | null, next: string | null): void;
1561
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
1562
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
1563
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
1564
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
1565
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
1566
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
1567
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
1568
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
1569
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
1570
+ ariaSortChanged(prev: string | null, next: string | null): void;
1571
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
1572
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
1573
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
1574
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
1575
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
1412
1576
  "__#1@#handleReplacedProp"(replacedProp: {
1413
1577
  newPropertyName: string;
1414
1578
  deprecatedPropertyName: string;
@@ -1458,7 +1622,6 @@ declare const TextArea_base: {
1458
1622
  setFormValue(value: string | File | FormData | null, state?: string | File | FormData | null | undefined): void;
1459
1623
  _keypressHandler(e: KeyboardEvent): void;
1460
1624
  stopPropagation(e: Event): void;
1461
- specialHandling: boolean;
1462
1625
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
1463
1626
  readonly $fastController: import("@microsoft/fast-element").Controller;
1464
1627
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -1783,6 +1946,48 @@ declare const TextArea_base: {
1783
1946
  ariaDescription: string | null;
1784
1947
  ariaRowIndexText: string | null;
1785
1948
  ariaRelevant: string | null;
1949
+ roleChanged(prev: string | null, next: string | null): void;
1950
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
1951
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
1952
+ ariaBusyChanged(prev: string | null, next: string | null): void;
1953
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
1954
+ ariaColCountChanged(prev: string | null, next: string | null): void;
1955
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
1956
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
1957
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
1958
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
1959
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
1960
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
1961
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
1962
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
1963
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
1964
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
1965
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
1966
+ ariaLabelChanged(prev: string | null, next: string | null): void;
1967
+ ariaLevelChanged(prev: string | null, next: string | null): void;
1968
+ ariaLiveChanged(prev: string | null, next: string | null): void;
1969
+ ariaModalChanged(prev: string | null, next: string | null): void;
1970
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
1971
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
1972
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
1973
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
1974
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
1975
+ ariaPressedChanged(prev: string | null, next: string | null): void;
1976
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
1977
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
1978
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
1979
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
1980
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
1981
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
1982
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
1983
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
1984
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
1985
+ ariaSortChanged(prev: string | null, next: string | null): void;
1986
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
1987
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
1988
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
1989
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
1990
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
1786
1991
  "__#1@#handleReplacedProp"(replacedProp: {
1787
1992
  newPropertyName: string;
1788
1993
  deprecatedPropertyName: string;
@@ -1794,7 +1999,6 @@ declare const TextArea_base: {
1794
1999
  new (...args: any[]): {
1795
2000
  _vividAriaBehaviour: "delegate";
1796
2001
  connectedCallback(): void;
1797
- specialHandling: boolean;
1798
2002
  readonly $fastController: import("@microsoft/fast-element").Controller;
1799
2003
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
1800
2004
  disconnectedCallback(): void;
@@ -2119,6 +2323,48 @@ declare const TextArea_base: {
2119
2323
  ariaDescription: string | null;
2120
2324
  ariaRowIndexText: string | null;
2121
2325
  ariaRelevant: string | null;
2326
+ roleChanged(prev: string | null, next: string | null): void;
2327
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
2328
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
2329
+ ariaBusyChanged(prev: string | null, next: string | null): void;
2330
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
2331
+ ariaColCountChanged(prev: string | null, next: string | null): void;
2332
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
2333
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
2334
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
2335
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
2336
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
2337
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
2338
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
2339
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
2340
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
2341
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
2342
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
2343
+ ariaLabelChanged(prev: string | null, next: string | null): void;
2344
+ ariaLevelChanged(prev: string | null, next: string | null): void;
2345
+ ariaLiveChanged(prev: string | null, next: string | null): void;
2346
+ ariaModalChanged(prev: string | null, next: string | null): void;
2347
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
2348
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
2349
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
2350
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
2351
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
2352
+ ariaPressedChanged(prev: string | null, next: string | null): void;
2353
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
2354
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
2355
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
2356
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
2357
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
2358
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
2359
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
2360
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
2361
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
2362
+ ariaSortChanged(prev: string | null, next: string | null): void;
2363
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
2364
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
2365
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
2366
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
2367
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
2122
2368
  "__#1@#handleReplacedProp"(replacedProp: {
2123
2369
  newPropertyName: string;
2124
2370
  deprecatedPropertyName: string;
@@ -2163,7 +2409,6 @@ declare const TextArea_base: {
2163
2409
  setFormValue(value: string | File | FormData | null, state?: string | File | FormData | null | undefined): void;
2164
2410
  _keypressHandler(e: KeyboardEvent): void;
2165
2411
  stopPropagation(e: Event): void;
2166
- specialHandling: boolean;
2167
2412
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
2168
2413
  readonly $fastController: import("@microsoft/fast-element").Controller;
2169
2414
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -2488,6 +2733,48 @@ declare const TextArea_base: {
2488
2733
  ariaDescription: string | null;
2489
2734
  ariaRowIndexText: string | null;
2490
2735
  ariaRelevant: string | null;
2736
+ roleChanged(prev: string | null, next: string | null): void;
2737
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
2738
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
2739
+ ariaBusyChanged(prev: string | null, next: string | null): void;
2740
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
2741
+ ariaColCountChanged(prev: string | null, next: string | null): void;
2742
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
2743
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
2744
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
2745
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
2746
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
2747
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
2748
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
2749
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
2750
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
2751
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
2752
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
2753
+ ariaLabelChanged(prev: string | null, next: string | null): void;
2754
+ ariaLevelChanged(prev: string | null, next: string | null): void;
2755
+ ariaLiveChanged(prev: string | null, next: string | null): void;
2756
+ ariaModalChanged(prev: string | null, next: string | null): void;
2757
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
2758
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
2759
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
2760
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
2761
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
2762
+ ariaPressedChanged(prev: string | null, next: string | null): void;
2763
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
2764
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
2765
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
2766
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
2767
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
2768
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
2769
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
2770
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
2771
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
2772
+ ariaSortChanged(prev: string | null, next: string | null): void;
2773
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
2774
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
2775
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
2776
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
2777
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
2491
2778
  "__#1@#handleReplacedProp"(replacedProp: {
2492
2779
  newPropertyName: string;
2493
2780
  deprecatedPropertyName: string;