@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
@@ -16,7 +16,6 @@ declare const Alert_base: {
16
16
  icon?: string | undefined;
17
17
  iconSlottedContent?: HTMLElement[] | undefined;
18
18
  connectedCallback(): void;
19
- specialHandling: boolean;
20
19
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
21
20
  readonly $fastController: import("@microsoft/fast-element").Controller;
22
21
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -342,6 +341,48 @@ declare const Alert_base: {
342
341
  ariaDescription: string | null;
343
342
  ariaRowIndexText: string | null;
344
343
  ariaRelevant: string | null;
344
+ roleChanged(prev: string | null, next: string | null): void;
345
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
346
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
347
+ ariaBusyChanged(prev: string | null, next: string | null): void;
348
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
349
+ ariaColCountChanged(prev: string | null, next: string | null): void;
350
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
351
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
352
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
353
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
354
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
355
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
356
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
357
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
358
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
359
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
360
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
361
+ ariaLabelChanged(prev: string | null, next: string | null): void;
362
+ ariaLevelChanged(prev: string | null, next: string | null): void;
363
+ ariaLiveChanged(prev: string | null, next: string | null): void;
364
+ ariaModalChanged(prev: string | null, next: string | null): void;
365
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
366
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
367
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
368
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
369
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
370
+ ariaPressedChanged(prev: string | null, next: string | null): void;
371
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
372
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
373
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
374
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
375
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
376
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
377
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
378
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
379
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
380
+ ariaSortChanged(prev: string | null, next: string | null): void;
381
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
382
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
383
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
384
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
385
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
345
386
  "__#1@#handleReplacedProp"(replacedProp: {
346
387
  newPropertyName: string;
347
388
  deprecatedPropertyName: string;
@@ -353,7 +394,6 @@ declare const Alert_base: {
353
394
  new (...args: any[]): {
354
395
  readonly locale: import("../../shared/localization/Locale").Locale;
355
396
  connectedCallback(): void;
356
- specialHandling: boolean;
357
397
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
358
398
  readonly $fastController: import("@microsoft/fast-element").Controller;
359
399
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -679,6 +719,48 @@ declare const Alert_base: {
679
719
  ariaDescription: string | null;
680
720
  ariaRowIndexText: string | null;
681
721
  ariaRelevant: string | null;
722
+ roleChanged(prev: string | null, next: string | null): void;
723
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
724
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
725
+ ariaBusyChanged(prev: string | null, next: string | null): void;
726
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
727
+ ariaColCountChanged(prev: string | null, next: string | null): void;
728
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
729
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
730
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
731
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
732
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
733
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
734
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
735
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
736
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
737
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
738
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
739
+ ariaLabelChanged(prev: string | null, next: string | null): void;
740
+ ariaLevelChanged(prev: string | null, next: string | null): void;
741
+ ariaLiveChanged(prev: string | null, next: string | null): void;
742
+ ariaModalChanged(prev: string | null, next: string | null): void;
743
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
744
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
745
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
746
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
747
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
748
+ ariaPressedChanged(prev: string | null, next: string | null): void;
749
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
750
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
751
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
752
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
753
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
754
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
755
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
756
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
757
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
758
+ ariaSortChanged(prev: string | null, next: string | null): void;
759
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
760
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
761
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
762
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
763
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
682
764
  "__#1@#handleReplacedProp"(replacedProp: {
683
765
  newPropertyName: string;
684
766
  deprecatedPropertyName: string;
@@ -14,7 +14,6 @@ declare const AudioPlayer_base: {
14
14
  new (...args: any[]): {
15
15
  readonly locale: import("../../shared/localization/Locale").Locale;
16
16
  connectedCallback(): void;
17
- specialHandling: boolean;
18
17
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
19
18
  readonly $fastController: import("@microsoft/fast-element").Controller;
20
19
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -340,6 +339,48 @@ declare const AudioPlayer_base: {
340
339
  ariaDescription: string | null;
341
340
  ariaRowIndexText: string | null;
342
341
  ariaRelevant: string | null;
342
+ roleChanged(prev: string | null, next: string | null): void;
343
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
344
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
345
+ ariaBusyChanged(prev: string | null, next: string | null): void;
346
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
347
+ ariaColCountChanged(prev: string | null, next: string | null): void;
348
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
349
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
350
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
351
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
352
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
353
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
354
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
355
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
356
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
357
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
358
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
359
+ ariaLabelChanged(prev: string | null, next: string | null): void;
360
+ ariaLevelChanged(prev: string | null, next: string | null): void;
361
+ ariaLiveChanged(prev: string | null, next: string | null): void;
362
+ ariaModalChanged(prev: string | null, next: string | null): void;
363
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
364
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
365
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
366
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
367
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
368
+ ariaPressedChanged(prev: string | null, next: string | null): void;
369
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
370
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
371
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
372
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
373
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
374
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
375
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
376
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
377
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
378
+ ariaSortChanged(prev: string | null, next: string | null): void;
379
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
380
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
381
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
382
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
383
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
343
384
  "__#1@#handleReplacedProp"(replacedProp: {
344
385
  newPropertyName: string;
345
386
  deprecatedPropertyName: string;
@@ -62,7 +62,6 @@ declare const Avatar_base: {
62
62
  }> | undefined) => import("@microsoft/fast-element").ViewTemplate<T, any>;
63
63
  _vividAriaBehaviour: "delegate";
64
64
  connectedCallback(): void;
65
- specialHandling: boolean;
66
65
  readonly $fastController: import("@microsoft/fast-element").Controller;
67
66
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
68
67
  disconnectedCallback(): void;
@@ -387,6 +386,48 @@ declare const Avatar_base: {
387
386
  ariaDescription: string | null;
388
387
  ariaRowIndexText: string | null;
389
388
  ariaRelevant: string | null;
389
+ roleChanged(prev: string | null, next: string | null): void;
390
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
391
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
392
+ ariaBusyChanged(prev: string | null, next: string | null): void;
393
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
394
+ ariaColCountChanged(prev: string | null, next: string | null): void;
395
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
396
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
397
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
398
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
399
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
400
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
401
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
402
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
403
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
404
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
405
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
406
+ ariaLabelChanged(prev: string | null, next: string | null): void;
407
+ ariaLevelChanged(prev: string | null, next: string | null): void;
408
+ ariaLiveChanged(prev: string | null, next: string | null): void;
409
+ ariaModalChanged(prev: string | null, next: string | null): void;
410
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
411
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
412
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
413
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
414
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
415
+ ariaPressedChanged(prev: string | null, next: string | null): void;
416
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
417
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
418
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
419
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
420
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
421
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
422
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
423
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
424
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
425
+ ariaSortChanged(prev: string | null, next: string | null): void;
426
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
427
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
428
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
429
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
430
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
390
431
  "__#1@#handleReplacedProp"(replacedProp: {
391
432
  newPropertyName: string;
392
433
  deprecatedPropertyName: string;
@@ -11,7 +11,6 @@ declare const Badge_base: {
11
11
  icon?: string | undefined;
12
12
  iconSlottedContent?: HTMLElement[] | undefined;
13
13
  connectedCallback(): void;
14
- specialHandling: boolean;
15
14
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
16
15
  readonly $fastController: import("@microsoft/fast-element").Controller;
17
16
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -337,6 +336,48 @@ declare const Badge_base: {
337
336
  ariaDescription: string | null;
338
337
  ariaRowIndexText: string | null;
339
338
  ariaRelevant: string | null;
339
+ roleChanged(prev: string | null, next: string | null): void;
340
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
341
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
342
+ ariaBusyChanged(prev: string | null, next: string | null): void;
343
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
344
+ ariaColCountChanged(prev: string | null, next: string | null): void;
345
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
346
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
347
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
348
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
349
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
350
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
351
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
352
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
353
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
354
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
355
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
356
+ ariaLabelChanged(prev: string | null, next: string | null): void;
357
+ ariaLevelChanged(prev: string | null, next: string | null): void;
358
+ ariaLiveChanged(prev: string | null, next: string | null): void;
359
+ ariaModalChanged(prev: string | null, next: string | null): void;
360
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
361
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
362
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
363
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
364
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
365
+ ariaPressedChanged(prev: string | null, next: string | null): void;
366
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
367
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
368
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
369
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
370
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
371
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
372
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
373
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
374
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
375
+ ariaSortChanged(prev: string | null, next: string | null): void;
376
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
377
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
378
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
379
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
380
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
340
381
  "__#1@#handleReplacedProp"(replacedProp: {
341
382
  newPropertyName: string;
342
383
  deprecatedPropertyName: string;
@@ -13,7 +13,6 @@ declare const Banner_base: {
13
13
  icon?: string | undefined;
14
14
  iconSlottedContent?: HTMLElement[] | undefined;
15
15
  connectedCallback(): void;
16
- specialHandling: boolean;
17
16
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
18
17
  readonly $fastController: import("@microsoft/fast-element").Controller;
19
18
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -339,6 +338,48 @@ declare const Banner_base: {
339
338
  ariaDescription: string | null;
340
339
  ariaRowIndexText: string | null;
341
340
  ariaRelevant: string | null;
341
+ roleChanged(prev: string | null, next: string | null): void;
342
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
343
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
344
+ ariaBusyChanged(prev: string | null, next: string | null): void;
345
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
346
+ ariaColCountChanged(prev: string | null, next: string | null): void;
347
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
348
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
349
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
350
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
351
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
352
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
353
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
354
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
355
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
356
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
357
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
358
+ ariaLabelChanged(prev: string | null, next: string | null): void;
359
+ ariaLevelChanged(prev: string | null, next: string | null): void;
360
+ ariaLiveChanged(prev: string | null, next: string | null): void;
361
+ ariaModalChanged(prev: string | null, next: string | null): void;
362
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
363
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
364
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
365
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
366
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
367
+ ariaPressedChanged(prev: string | null, next: string | null): void;
368
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
369
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
370
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
371
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
372
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
373
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
374
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
375
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
376
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
377
+ ariaSortChanged(prev: string | null, next: string | null): void;
378
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
379
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
380
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
381
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
382
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
342
383
  "__#1@#handleReplacedProp"(replacedProp: {
343
384
  newPropertyName: string;
344
385
  deprecatedPropertyName: string;
@@ -350,7 +391,6 @@ declare const Banner_base: {
350
391
  new (...args: any[]): {
351
392
  readonly locale: import("../../shared/localization/Locale").Locale;
352
393
  connectedCallback(): void;
353
- specialHandling: boolean;
354
394
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
355
395
  readonly $fastController: import("@microsoft/fast-element").Controller;
356
396
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -676,6 +716,48 @@ declare const Banner_base: {
676
716
  ariaDescription: string | null;
677
717
  ariaRowIndexText: string | null;
678
718
  ariaRelevant: string | null;
719
+ roleChanged(prev: string | null, next: string | null): void;
720
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
721
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
722
+ ariaBusyChanged(prev: string | null, next: string | null): void;
723
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
724
+ ariaColCountChanged(prev: string | null, next: string | null): void;
725
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
726
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
727
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
728
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
729
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
730
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
731
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
732
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
733
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
734
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
735
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
736
+ ariaLabelChanged(prev: string | null, next: string | null): void;
737
+ ariaLevelChanged(prev: string | null, next: string | null): void;
738
+ ariaLiveChanged(prev: string | null, next: string | null): void;
739
+ ariaModalChanged(prev: string | null, next: string | null): void;
740
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
741
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
742
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
743
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
744
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
745
+ ariaPressedChanged(prev: string | null, next: string | null): void;
746
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
747
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
748
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
749
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
750
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
751
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
752
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
753
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
754
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
755
+ ariaSortChanged(prev: string | null, next: string | null): void;
756
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
757
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
758
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
759
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
760
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
679
761
  "__#1@#handleReplacedProp"(replacedProp: {
680
762
  newPropertyName: string;
681
763
  deprecatedPropertyName: string;
@@ -687,7 +769,6 @@ declare const Banner_base: {
687
769
  new (...args: any[]): {
688
770
  _vividAriaBehaviour: "delegate";
689
771
  connectedCallback(): void;
690
- specialHandling: boolean;
691
772
  readonly $fastController: import("@microsoft/fast-element").Controller;
692
773
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
693
774
  disconnectedCallback(): void;
@@ -1012,6 +1093,48 @@ declare const Banner_base: {
1012
1093
  ariaDescription: string | null;
1013
1094
  ariaRowIndexText: string | null;
1014
1095
  ariaRelevant: string | null;
1096
+ roleChanged(prev: string | null, next: string | null): void;
1097
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
1098
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
1099
+ ariaBusyChanged(prev: string | null, next: string | null): void;
1100
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
1101
+ ariaColCountChanged(prev: string | null, next: string | null): void;
1102
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
1103
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
1104
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
1105
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
1106
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
1107
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
1108
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
1109
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
1110
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
1111
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
1112
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
1113
+ ariaLabelChanged(prev: string | null, next: string | null): void;
1114
+ ariaLevelChanged(prev: string | null, next: string | null): void;
1115
+ ariaLiveChanged(prev: string | null, next: string | null): void;
1116
+ ariaModalChanged(prev: string | null, next: string | null): void;
1117
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
1118
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
1119
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
1120
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
1121
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
1122
+ ariaPressedChanged(prev: string | null, next: string | null): void;
1123
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
1124
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
1125
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
1126
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
1127
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
1128
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
1129
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
1130
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
1131
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
1132
+ ariaSortChanged(prev: string | null, next: string | null): void;
1133
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
1134
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
1135
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
1136
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
1137
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
1015
1138
  "__#1@#handleReplacedProp"(replacedProp: {
1016
1139
  newPropertyName: string;
1017
1140
  deprecatedPropertyName: string;
@@ -3,7 +3,6 @@ declare const Breadcrumb_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 Breadcrumb_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;
@@ -56,7 +56,6 @@ declare const BreadcrumbItem_base: {
56
56
  }> | undefined) => import("@microsoft/fast-element").ViewTemplate<T, any>;
57
57
  _vividAriaBehaviour: "delegate";
58
58
  connectedCallback(): void;
59
- specialHandling: boolean;
60
59
  readonly $fastController: import("@microsoft/fast-element").Controller;
61
60
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
62
61
  disconnectedCallback(): void;
@@ -381,6 +380,48 @@ declare const BreadcrumbItem_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;