@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
@@ -6,7 +6,6 @@ declare const Progress_base: {
6
6
  new (...args: any[]): {
7
7
  _vividAriaBehaviour: "delegate";
8
8
  connectedCallback(): void;
9
- specialHandling: boolean;
10
9
  readonly $fastController: import("@microsoft/fast-element").Controller;
11
10
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
12
11
  disconnectedCallback(): void;
@@ -331,6 +330,48 @@ declare const Progress_base: {
331
330
  ariaDescription: string | null;
332
331
  ariaRowIndexText: string | null;
333
332
  ariaRelevant: string | null;
333
+ roleChanged(prev: string | null, next: string | null): void;
334
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
335
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
336
+ ariaBusyChanged(prev: string | null, next: string | null): void;
337
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
338
+ ariaColCountChanged(prev: string | null, next: string | null): void;
339
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
340
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
341
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
342
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
343
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
344
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
345
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
346
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
347
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
348
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
349
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
350
+ ariaLabelChanged(prev: string | null, next: string | null): void;
351
+ ariaLevelChanged(prev: string | null, next: string | null): void;
352
+ ariaLiveChanged(prev: string | null, next: string | null): void;
353
+ ariaModalChanged(prev: string | null, next: string | null): void;
354
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
355
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
356
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
357
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
358
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
359
+ ariaPressedChanged(prev: string | null, next: string | null): void;
360
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
361
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
362
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
363
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
364
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
365
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
366
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
367
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
368
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
369
+ ariaSortChanged(prev: string | null, next: string | null): void;
370
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
371
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
372
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
373
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
374
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
334
375
  "__#1@#handleReplacedProp"(replacedProp: {
335
376
  newPropertyName: string;
336
377
  deprecatedPropertyName: string;
@@ -5,7 +5,6 @@ declare const ProgressRing_base: {
5
5
  new (...args: any[]): {
6
6
  _vividAriaBehaviour: "delegate";
7
7
  connectedCallback(): void;
8
- specialHandling: boolean;
9
8
  readonly $fastController: import("@microsoft/fast-element").Controller;
10
9
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
11
10
  disconnectedCallback(): void;
@@ -330,6 +329,48 @@ declare const ProgressRing_base: {
330
329
  ariaDescription: string | null;
331
330
  ariaRowIndexText: string | null;
332
331
  ariaRelevant: string | null;
332
+ roleChanged(prev: string | null, next: string | null): void;
333
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
334
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
335
+ ariaBusyChanged(prev: string | null, next: string | null): void;
336
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
337
+ ariaColCountChanged(prev: string | null, next: string | null): void;
338
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
339
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
340
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
341
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
342
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
343
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
344
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
345
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
346
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
347
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
348
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
349
+ ariaLabelChanged(prev: string | null, next: string | null): void;
350
+ ariaLevelChanged(prev: string | null, next: string | null): void;
351
+ ariaLiveChanged(prev: string | null, next: string | null): void;
352
+ ariaModalChanged(prev: string | null, next: string | null): void;
353
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
354
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
355
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
356
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
357
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
358
+ ariaPressedChanged(prev: string | null, next: string | null): void;
359
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
360
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
361
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
362
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
363
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
364
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
365
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
366
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
367
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
368
+ ariaSortChanged(prev: string | null, next: string | null): void;
369
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
370
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
371
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
372
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
373
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
333
374
  "__#1@#handleReplacedProp"(replacedProp: {
334
375
  newPropertyName: string;
335
376
  deprecatedPropertyName: string;
@@ -56,7 +56,6 @@ declare const Radio_base: {
56
56
  setFormValue(value: string | File | FormData | null, state?: string | File | FormData | null | undefined): void;
57
57
  _keypressHandler(e: KeyboardEvent): void;
58
58
  stopPropagation(e: Event): void;
59
- specialHandling: boolean;
60
59
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin.js").VividAriaBehaviour;
61
60
  readonly $fastController: import("@microsoft/fast-element").Controller;
62
61
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -381,6 +380,48 @@ declare const Radio_base: {
381
380
  ariaDescription: string | null;
382
381
  ariaRowIndexText: string | null;
383
382
  ariaRelevant: string | null;
383
+ roleChanged(prev: string | null, next: string | null): void;
384
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
385
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
386
+ ariaBusyChanged(prev: string | null, next: string | null): void;
387
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
388
+ ariaColCountChanged(prev: string | null, next: string | null): void;
389
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
390
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
391
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
392
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
393
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
394
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
395
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
396
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
397
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
398
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
399
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
400
+ ariaLabelChanged(prev: string | null, next: string | null): void;
401
+ ariaLevelChanged(prev: string | null, next: string | null): void;
402
+ ariaLiveChanged(prev: string | null, next: string | null): void;
403
+ ariaModalChanged(prev: string | null, next: string | null): void;
404
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
405
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
406
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
407
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
408
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
409
+ ariaPressedChanged(prev: string | null, next: string | null): void;
410
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
411
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
412
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
413
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
414
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
415
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
416
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
417
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
418
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
419
+ ariaSortChanged(prev: string | null, next: string | null): void;
420
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
421
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
422
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
423
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
424
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
384
425
  "__#1@#handleReplacedProp"(replacedProp: {
385
426
  newPropertyName: string;
386
427
  deprecatedPropertyName: string;
@@ -430,7 +471,6 @@ declare const Radio_base: {
430
471
  setFormValue(value: string | File | FormData | null, state?: string | File | FormData | null | undefined): void;
431
472
  _keypressHandler(e: KeyboardEvent): void;
432
473
  stopPropagation(e: Event): void;
433
- specialHandling: boolean;
434
474
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin.js").VividAriaBehaviour;
435
475
  readonly $fastController: import("@microsoft/fast-element").Controller;
436
476
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -755,6 +795,48 @@ declare const Radio_base: {
755
795
  ariaDescription: string | null;
756
796
  ariaRowIndexText: string | null;
757
797
  ariaRelevant: string | null;
798
+ roleChanged(prev: string | null, next: string | null): void;
799
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
800
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
801
+ ariaBusyChanged(prev: string | null, next: string | null): void;
802
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
803
+ ariaColCountChanged(prev: string | null, next: string | null): void;
804
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
805
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
806
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
807
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
808
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
809
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
810
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
811
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
812
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
813
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
814
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
815
+ ariaLabelChanged(prev: string | null, next: string | null): void;
816
+ ariaLevelChanged(prev: string | null, next: string | null): void;
817
+ ariaLiveChanged(prev: string | null, next: string | null): void;
818
+ ariaModalChanged(prev: string | null, next: string | null): void;
819
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
820
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
821
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
822
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
823
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
824
+ ariaPressedChanged(prev: string | null, next: string | null): void;
825
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
826
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
827
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
828
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
829
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
830
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
831
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
832
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
833
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
834
+ ariaSortChanged(prev: string | null, next: string | null): void;
835
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
836
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
837
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
838
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
839
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
758
840
  "__#1@#handleReplacedProp"(replacedProp: {
759
841
  newPropertyName: string;
760
842
  deprecatedPropertyName: string;
@@ -807,7 +889,6 @@ declare const Radio_base: {
807
889
  setFormValue(value: string | File | FormData | null, state?: string | File | FormData | null | undefined): void;
808
890
  _keypressHandler(e: KeyboardEvent): void;
809
891
  stopPropagation(e: Event): void;
810
- specialHandling: boolean;
811
892
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin.js").VividAriaBehaviour;
812
893
  readonly $fastController: import("@microsoft/fast-element").Controller;
813
894
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -1132,6 +1213,48 @@ declare const Radio_base: {
1132
1213
  ariaDescription: string | null;
1133
1214
  ariaRowIndexText: string | null;
1134
1215
  ariaRelevant: string | null;
1216
+ roleChanged(prev: string | null, next: string | null): void;
1217
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
1218
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
1219
+ ariaBusyChanged(prev: string | null, next: string | null): void;
1220
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
1221
+ ariaColCountChanged(prev: string | null, next: string | null): void;
1222
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
1223
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
1224
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
1225
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
1226
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
1227
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
1228
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
1229
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
1230
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
1231
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
1232
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
1233
+ ariaLabelChanged(prev: string | null, next: string | null): void;
1234
+ ariaLevelChanged(prev: string | null, next: string | null): void;
1235
+ ariaLiveChanged(prev: string | null, next: string | null): void;
1236
+ ariaModalChanged(prev: string | null, next: string | null): void;
1237
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
1238
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
1239
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
1240
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
1241
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
1242
+ ariaPressedChanged(prev: string | null, next: string | null): void;
1243
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
1244
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
1245
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
1246
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
1247
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
1248
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
1249
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
1250
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
1251
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
1252
+ ariaSortChanged(prev: string | null, next: string | null): void;
1253
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
1254
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
1255
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
1256
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
1257
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
1135
1258
  "__#1@#handleReplacedProp"(replacedProp: {
1136
1259
  newPropertyName: string;
1137
1260
  deprecatedPropertyName: string;
@@ -1143,7 +1266,6 @@ declare const Radio_base: {
1143
1266
  } & typeof VividElement;
1144
1267
  export declare class Radio extends Radio_base {
1145
1268
  #private;
1146
- ariaLabel: string | null;
1147
1269
  connotation?: RadioConnotation;
1148
1270
  readOnly: boolean;
1149
1271
  constructor();
@@ -12,7 +12,6 @@ declare const RadioGroup_base: {
12
12
  _slottedHelperTextFeedbackType(): "none" | "helper";
13
13
  _getFeedbackTemplate(ctx: import("../../shared/design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
14
14
  connectedCallback(): void;
15
- specialHandling: boolean;
16
15
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
17
16
  readonly $fastController: import("@microsoft/fast-element").Controller;
18
17
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -338,6 +337,48 @@ declare const RadioGroup_base: {
338
337
  ariaDescription: string | null;
339
338
  ariaRowIndexText: string | null;
340
339
  ariaRelevant: string | null;
340
+ roleChanged(prev: string | null, next: string | null): void;
341
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
342
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
343
+ ariaBusyChanged(prev: string | null, next: string | null): void;
344
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
345
+ ariaColCountChanged(prev: string | null, next: string | null): void;
346
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
347
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
348
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
349
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
350
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
351
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
352
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
353
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
354
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
355
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
356
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
357
+ ariaLabelChanged(prev: string | null, next: string | null): void;
358
+ ariaLevelChanged(prev: string | null, next: string | null): void;
359
+ ariaLiveChanged(prev: string | null, next: string | null): void;
360
+ ariaModalChanged(prev: string | null, next: string | null): void;
361
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
362
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
363
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
364
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
365
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
366
+ ariaPressedChanged(prev: string | null, next: string | null): void;
367
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
368
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
369
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
370
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
371
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
372
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
373
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
374
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
375
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
376
+ ariaSortChanged(prev: string | null, next: string | null): void;
377
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
378
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
379
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
380
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
381
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
341
382
  "__#1@#handleReplacedProp"(replacedProp: {
342
383
  newPropertyName: string;
343
384
  deprecatedPropertyName: string;
@@ -7,7 +7,6 @@ declare const RangeSlider_base: {
7
7
  new (...args: any[]): {
8
8
  readonly locale: import("../../shared/localization/Locale").Locale;
9
9
  connectedCallback(): void;
10
- specialHandling: boolean;
11
10
  _vividAriaBehaviour: import("../../shared/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 @@ declare const RangeSlider_base: {
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;
@@ -382,7 +423,6 @@ declare const RangeSlider_base: {
382
423
  setFormValue(value: string | File | FormData | null, state?: string | File | FormData | null | undefined): void;
383
424
  _keypressHandler(e: KeyboardEvent): void;
384
425
  stopPropagation(e: Event): void;
385
- specialHandling: boolean;
386
426
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
387
427
  readonly $fastController: import("@microsoft/fast-element").Controller;
388
428
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -707,6 +747,48 @@ declare const RangeSlider_base: {
707
747
  ariaDescription: string | null;
708
748
  ariaRowIndexText: string | null;
709
749
  ariaRelevant: string | null;
750
+ roleChanged(prev: string | null, next: string | null): void;
751
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
752
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
753
+ ariaBusyChanged(prev: string | null, next: string | null): void;
754
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
755
+ ariaColCountChanged(prev: string | null, next: string | null): void;
756
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
757
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
758
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
759
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
760
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
761
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
762
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
763
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
764
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
765
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
766
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
767
+ ariaLabelChanged(prev: string | null, next: string | null): void;
768
+ ariaLevelChanged(prev: string | null, next: string | null): void;
769
+ ariaLiveChanged(prev: string | null, next: string | null): void;
770
+ ariaModalChanged(prev: string | null, next: string | null): void;
771
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
772
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
773
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
774
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
775
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
776
+ ariaPressedChanged(prev: string | null, next: string | null): void;
777
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
778
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
779
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
780
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
781
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
782
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
783
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
784
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
785
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
786
+ ariaSortChanged(prev: string | null, next: string | null): void;
787
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
788
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
789
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
790
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
791
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
710
792
  "__#1@#handleReplacedProp"(replacedProp: {
711
793
  newPropertyName: string;
712
794
  deprecatedPropertyName: string;
@@ -751,7 +833,6 @@ declare const RangeSlider_base: {
751
833
  setFormValue(value: string | File | FormData | null, state?: string | File | FormData | null | undefined): void;
752
834
  _keypressHandler(e: KeyboardEvent): void;
753
835
  stopPropagation(e: Event): void;
754
- specialHandling: boolean;
755
836
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
756
837
  readonly $fastController: import("@microsoft/fast-element").Controller;
757
838
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -1076,6 +1157,48 @@ declare const RangeSlider_base: {
1076
1157
  ariaDescription: string | null;
1077
1158
  ariaRowIndexText: string | null;
1078
1159
  ariaRelevant: string | null;
1160
+ roleChanged(prev: string | null, next: string | null): void;
1161
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
1162
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
1163
+ ariaBusyChanged(prev: string | null, next: string | null): void;
1164
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
1165
+ ariaColCountChanged(prev: string | null, next: string | null): void;
1166
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
1167
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
1168
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
1169
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
1170
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
1171
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
1172
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
1173
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
1174
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
1175
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
1176
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
1177
+ ariaLabelChanged(prev: string | null, next: string | null): void;
1178
+ ariaLevelChanged(prev: string | null, next: string | null): void;
1179
+ ariaLiveChanged(prev: string | null, next: string | null): void;
1180
+ ariaModalChanged(prev: string | null, next: string | null): void;
1181
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
1182
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
1183
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
1184
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
1185
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
1186
+ ariaPressedChanged(prev: string | null, next: string | null): void;
1187
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
1188
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
1189
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
1190
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
1191
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
1192
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
1193
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
1194
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
1195
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
1196
+ ariaSortChanged(prev: string | null, next: string | null): void;
1197
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
1198
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
1199
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
1200
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
1201
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
1079
1202
  "__#1@#handleReplacedProp"(replacedProp: {
1080
1203
  newPropertyName: string;
1081
1204
  deprecatedPropertyName: string;
@@ -3,7 +3,6 @@ declare const Menubar_base: {
3
3
  new (...args: any[]): {
4
4
  readonly locale: import("../../../shared/localization/Locale").Locale;
5
5
  connectedCallback(): void;
6
- specialHandling: boolean;
7
6
  _vividAriaBehaviour: import("../../../shared/aria/aria-mixin").VividAriaBehaviour;
8
7
  readonly $fastController: import("@microsoft/fast-element").Controller;
9
8
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -329,6 +328,48 @@ declare const Menubar_base: {
329
328
  ariaDescription: string | null;
330
329
  ariaRowIndexText: string | null;
331
330
  ariaRelevant: string | null;
331
+ roleChanged(prev: string | null, next: string | null): void;
332
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
333
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
334
+ ariaBusyChanged(prev: string | null, next: string | null): void;
335
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
336
+ ariaColCountChanged(prev: string | null, next: string | null): void;
337
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
338
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
339
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
340
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
341
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
342
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
343
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
344
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
345
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
346
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
347
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
348
+ ariaLabelChanged(prev: string | null, next: string | null): void;
349
+ ariaLevelChanged(prev: string | null, next: string | null): void;
350
+ ariaLiveChanged(prev: string | null, next: string | null): void;
351
+ ariaModalChanged(prev: string | null, next: string | null): void;
352
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
353
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
354
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
355
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
356
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
357
+ ariaPressedChanged(prev: string | null, next: string | null): void;
358
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
359
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
360
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
361
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
362
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
363
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
364
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
365
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
366
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
367
+ ariaSortChanged(prev: string | null, next: string | null): void;
368
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
369
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
370
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
371
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
372
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
332
373
  "__#1@#handleReplacedProp"(replacedProp: {
333
374
  newPropertyName: string;
334
375
  deprecatedPropertyName: string;
@@ -25,7 +25,6 @@ declare const RichTextEditor_base: {
25
25
  new (...args: any[]): {
26
26
  readonly locale: import("../../shared/localization/Locale").Locale;
27
27
  connectedCallback(): void;
28
- specialHandling: boolean;
29
28
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
30
29
  readonly $fastController: import("@microsoft/fast-element").Controller;
31
30
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -351,6 +350,48 @@ declare const RichTextEditor_base: {
351
350
  ariaDescription: string | null;
352
351
  ariaRowIndexText: string | null;
353
352
  ariaRelevant: string | null;
353
+ roleChanged(prev: string | null, next: string | null): void;
354
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
355
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
356
+ ariaBusyChanged(prev: string | null, next: string | null): void;
357
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
358
+ ariaColCountChanged(prev: string | null, next: string | null): void;
359
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
360
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
361
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
362
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
363
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
364
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
365
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
366
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
367
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
368
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
369
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
370
+ ariaLabelChanged(prev: string | null, next: string | null): void;
371
+ ariaLevelChanged(prev: string | null, next: string | null): void;
372
+ ariaLiveChanged(prev: string | null, next: string | null): void;
373
+ ariaModalChanged(prev: string | null, next: string | null): void;
374
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
375
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
376
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
377
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
378
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
379
+ ariaPressedChanged(prev: string | null, next: string | null): void;
380
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
381
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
382
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
383
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
384
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
385
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
386
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
387
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
388
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
389
+ ariaSortChanged(prev: string | null, next: string | null): void;
390
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
391
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
392
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
393
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
394
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
354
395
  "__#1@#handleReplacedProp"(replacedProp: {
355
396
  newPropertyName: string;
356
397
  deprecatedPropertyName: string;