@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
@@ -64,7 +64,6 @@ export declare const SingleValuePicker: <T extends AbstractConstructor<PickerFie
64
64
  _slottedHelperTextFeedbackType(): "none" | "helper";
65
65
  _getFeedbackTemplate(ctx: import("../../design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
66
66
  connectedCallback(): void;
67
- specialHandling: boolean;
68
67
  _vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
69
68
  readonly $fastController: import("@microsoft/fast-element").Controller;
70
69
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -390,6 +389,48 @@ export declare const SingleValuePicker: <T extends AbstractConstructor<PickerFie
390
389
  ariaDescription: string | null;
391
390
  ariaRowIndexText: string | null;
392
391
  ariaRelevant: string | null;
392
+ roleChanged(prev: string | null, next: string | null): void;
393
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
394
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
395
+ ariaBusyChanged(prev: string | null, next: string | null): void;
396
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
397
+ ariaColCountChanged(prev: string | null, next: string | null): void;
398
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
399
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
400
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
401
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
402
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
403
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
404
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
405
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
406
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
407
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
408
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
409
+ ariaLabelChanged(prev: string | null, next: string | null): void;
410
+ ariaLevelChanged(prev: string | null, next: string | null): void;
411
+ ariaLiveChanged(prev: string | null, next: string | null): void;
412
+ ariaModalChanged(prev: string | null, next: string | null): void;
413
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
414
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
415
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
416
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
417
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
418
+ ariaPressedChanged(prev: string | null, next: string | null): void;
419
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
420
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
421
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
422
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
423
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
424
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
425
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
426
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
427
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
428
+ ariaSortChanged(prev: string | null, next: string | null): void;
429
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
430
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
431
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
432
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
433
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
393
434
  "__#1@#handleReplacedProp"(replacedProp: {
394
435
  newPropertyName: string;
395
436
  deprecatedPropertyName: string;
@@ -397,7 +438,6 @@ export declare const SingleValuePicker: <T extends AbstractConstructor<PickerFie
397
438
  toDeprecated?: ((v: any) => any) | undefined;
398
439
  }): void;
399
440
  }, any>;
400
- specialHandling: boolean;
401
441
  _vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
402
442
  readonly $fastController: import("@microsoft/fast-element").Controller;
403
443
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -722,6 +762,48 @@ export declare const SingleValuePicker: <T extends AbstractConstructor<PickerFie
722
762
  ariaDescription: string | null;
723
763
  ariaRowIndexText: string | null;
724
764
  ariaRelevant: string | null;
765
+ roleChanged(prev: string | null, next: string | null): void;
766
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
767
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
768
+ ariaBusyChanged(prev: string | null, next: string | null): void;
769
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
770
+ ariaColCountChanged(prev: string | null, next: string | null): void;
771
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
772
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
773
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
774
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
775
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
776
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
777
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
778
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
779
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
780
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
781
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
782
+ ariaLabelChanged(prev: string | null, next: string | null): void;
783
+ ariaLevelChanged(prev: string | null, next: string | null): void;
784
+ ariaLiveChanged(prev: string | null, next: string | null): void;
785
+ ariaModalChanged(prev: string | null, next: string | null): void;
786
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
787
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
788
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
789
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
790
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
791
+ ariaPressedChanged(prev: string | null, next: string | null): void;
792
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
793
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
794
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
795
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
796
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
797
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
798
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
799
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
800
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
801
+ ariaSortChanged(prev: string | null, next: string | null): void;
802
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
803
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
804
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
805
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
806
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
725
807
  "__#1@#handleReplacedProp"(replacedProp: {
726
808
  newPropertyName: string;
727
809
  deprecatedPropertyName: string;
@@ -66,7 +66,6 @@ export declare const TimeSelectionPicker: <T_5 extends AbstractConstructor<{
66
66
  _slottedHelperTextFeedbackType(): "none" | "helper";
67
67
  _getFeedbackTemplate(ctx: import("../../design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
68
68
  connectedCallback(): void;
69
- specialHandling: boolean;
70
69
  _vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
71
70
  readonly $fastController: import("@microsoft/fast-element").Controller;
72
71
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -392,6 +391,48 @@ export declare const TimeSelectionPicker: <T_5 extends AbstractConstructor<{
392
391
  ariaDescription: string | null;
393
392
  ariaRowIndexText: string | null;
394
393
  ariaRelevant: string | null;
394
+ roleChanged(prev: string | null, next: string | null): void;
395
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
396
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
397
+ ariaBusyChanged(prev: string | null, next: string | null): void;
398
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
399
+ ariaColCountChanged(prev: string | null, next: string | null): void;
400
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
401
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
402
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
403
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
404
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
405
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
406
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
407
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
408
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
409
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
410
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
411
+ ariaLabelChanged(prev: string | null, next: string | null): void;
412
+ ariaLevelChanged(prev: string | null, next: string | null): void;
413
+ ariaLiveChanged(prev: string | null, next: string | null): void;
414
+ ariaModalChanged(prev: string | null, next: string | null): void;
415
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
416
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
417
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
418
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
419
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
420
+ ariaPressedChanged(prev: string | null, next: string | null): void;
421
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
422
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
423
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
424
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
425
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
426
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
427
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
428
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
429
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
430
+ ariaSortChanged(prev: string | null, next: string | null): void;
431
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
432
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
433
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
434
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
435
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
395
436
  "__#1@#handleReplacedProp"(replacedProp: {
396
437
  newPropertyName: string;
397
438
  deprecatedPropertyName: string;
@@ -399,7 +440,6 @@ export declare const TimeSelectionPicker: <T_5 extends AbstractConstructor<{
399
440
  toDeprecated?: ((v: any) => any) | undefined;
400
441
  }): void;
401
442
  }, any>;
402
- specialHandling: boolean;
403
443
  _vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
404
444
  readonly $fastController: import("@microsoft/fast-element").Controller;
405
445
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -724,6 +764,48 @@ export declare const TimeSelectionPicker: <T_5 extends AbstractConstructor<{
724
764
  ariaDescription: string | null;
725
765
  ariaRowIndexText: string | null;
726
766
  ariaRelevant: string | null;
767
+ roleChanged(prev: string | null, next: string | null): void;
768
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
769
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
770
+ ariaBusyChanged(prev: string | null, next: string | null): void;
771
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
772
+ ariaColCountChanged(prev: string | null, next: string | null): void;
773
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
774
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
775
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
776
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
777
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
778
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
779
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
780
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
781
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
782
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
783
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
784
+ ariaLabelChanged(prev: string | null, next: string | null): void;
785
+ ariaLevelChanged(prev: string | null, next: string | null): void;
786
+ ariaLiveChanged(prev: string | null, next: string | null): void;
787
+ ariaModalChanged(prev: string | null, next: string | null): void;
788
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
789
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
790
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
791
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
792
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
793
+ ariaPressedChanged(prev: string | null, next: string | null): void;
794
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
795
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
796
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
797
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
798
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
799
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
800
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
801
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
802
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
803
+ ariaSortChanged(prev: string | null, next: string | null): void;
804
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
805
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
806
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
807
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
808
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
727
809
  "__#1@#handleReplacedProp"(replacedProp: {
728
810
  newPropertyName: string;
729
811
  deprecatedPropertyName: string;
@@ -856,7 +938,6 @@ export declare const TimeSelectionPicker: <T_5 extends AbstractConstructor<{
856
938
  _slottedHelperTextFeedbackType(): "none" | "helper";
857
939
  _getFeedbackTemplate(ctx: import("../../design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
858
940
  connectedCallback(): void;
859
- specialHandling: boolean;
860
941
  _vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
861
942
  readonly $fastController: import("@microsoft/fast-element").Controller;
862
943
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -1182,6 +1263,48 @@ export declare const TimeSelectionPicker: <T_5 extends AbstractConstructor<{
1182
1263
  ariaDescription: string | null;
1183
1264
  ariaRowIndexText: string | null;
1184
1265
  ariaRelevant: string | null;
1266
+ roleChanged(prev: string | null, next: string | null): void;
1267
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
1268
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
1269
+ ariaBusyChanged(prev: string | null, next: string | null): void;
1270
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
1271
+ ariaColCountChanged(prev: string | null, next: string | null): void;
1272
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
1273
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
1274
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
1275
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
1276
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
1277
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
1278
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
1279
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
1280
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
1281
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
1282
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
1283
+ ariaLabelChanged(prev: string | null, next: string | null): void;
1284
+ ariaLevelChanged(prev: string | null, next: string | null): void;
1285
+ ariaLiveChanged(prev: string | null, next: string | null): void;
1286
+ ariaModalChanged(prev: string | null, next: string | null): void;
1287
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
1288
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
1289
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
1290
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
1291
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
1292
+ ariaPressedChanged(prev: string | null, next: string | null): void;
1293
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
1294
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
1295
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
1296
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
1297
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
1298
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
1299
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
1300
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
1301
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
1302
+ ariaSortChanged(prev: string | null, next: string | null): void;
1303
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
1304
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
1305
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
1306
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
1307
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
1185
1308
  "__#1@#handleReplacedProp"(replacedProp: {
1186
1309
  newPropertyName: string;
1187
1310
  deprecatedPropertyName: string;
@@ -1189,7 +1312,6 @@ export declare const TimeSelectionPicker: <T_5 extends AbstractConstructor<{
1189
1312
  toDeprecated?: ((v: any) => any) | undefined;
1190
1313
  }): void;
1191
1314
  }, any>;
1192
- specialHandling: boolean;
1193
1315
  _vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
1194
1316
  readonly $fastController: import("@microsoft/fast-element").Controller;
1195
1317
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -1514,6 +1636,48 @@ export declare const TimeSelectionPicker: <T_5 extends AbstractConstructor<{
1514
1636
  ariaDescription: string | null;
1515
1637
  ariaRowIndexText: string | null;
1516
1638
  ariaRelevant: string | null;
1639
+ roleChanged(prev: string | null, next: string | null): void;
1640
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
1641
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
1642
+ ariaBusyChanged(prev: string | null, next: string | null): void;
1643
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
1644
+ ariaColCountChanged(prev: string | null, next: string | null): void;
1645
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
1646
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
1647
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
1648
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
1649
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
1650
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
1651
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
1652
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
1653
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
1654
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
1655
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
1656
+ ariaLabelChanged(prev: string | null, next: string | null): void;
1657
+ ariaLevelChanged(prev: string | null, next: string | null): void;
1658
+ ariaLiveChanged(prev: string | null, next: string | null): void;
1659
+ ariaModalChanged(prev: string | null, next: string | null): void;
1660
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
1661
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
1662
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
1663
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
1664
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
1665
+ ariaPressedChanged(prev: string | null, next: string | null): void;
1666
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
1667
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
1668
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
1669
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
1670
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
1671
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
1672
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
1673
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
1674
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
1675
+ ariaSortChanged(prev: string | null, next: string | null): void;
1676
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
1677
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
1678
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
1679
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
1680
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
1517
1681
  "__#1@#handleReplacedProp"(replacedProp: {
1518
1682
  newPropertyName: string;
1519
1683
  deprecatedPropertyName: string;
@@ -83,7 +83,6 @@ export declare const TimeSelectionPickerTemplate: (context: VividElementDefiniti
83
83
  _slottedHelperTextFeedbackType(): "none" | "helper";
84
84
  _getFeedbackTemplate(ctx: VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
85
85
  connectedCallback(): void;
86
- specialHandling: boolean;
87
86
  _vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
88
87
  readonly $fastController: import("@microsoft/fast-element").Controller;
89
88
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -409,6 +408,48 @@ export declare const TimeSelectionPickerTemplate: (context: VividElementDefiniti
409
408
  ariaDescription: string | null;
410
409
  ariaRowIndexText: string | null;
411
410
  ariaRelevant: string | null;
411
+ roleChanged(prev: string | null, next: string | null): void;
412
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
413
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
414
+ ariaBusyChanged(prev: string | null, next: string | null): void;
415
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
416
+ ariaColCountChanged(prev: string | null, next: string | null): void;
417
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
418
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
419
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
420
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
421
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
422
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
423
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
424
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
425
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
426
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
427
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
428
+ ariaLabelChanged(prev: string | null, next: string | null): void;
429
+ ariaLevelChanged(prev: string | null, next: string | null): void;
430
+ ariaLiveChanged(prev: string | null, next: string | null): void;
431
+ ariaModalChanged(prev: string | null, next: string | null): void;
432
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
433
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
434
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
435
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
436
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
437
+ ariaPressedChanged(prev: string | null, next: string | null): void;
438
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
439
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
440
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
441
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
442
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
443
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
444
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
445
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
446
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
447
+ ariaSortChanged(prev: string | null, next: string | null): void;
448
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
449
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
450
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
451
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
452
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
412
453
  "__#1@#handleReplacedProp"(replacedProp: {
413
454
  newPropertyName: string;
414
455
  deprecatedPropertyName: string;
@@ -416,7 +457,6 @@ export declare const TimeSelectionPickerTemplate: (context: VividElementDefiniti
416
457
  toDeprecated?: ((v: any) => any) | undefined;
417
458
  }): void;
418
459
  }, any>;
419
- specialHandling: boolean;
420
460
  _vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
421
461
  readonly $fastController: import("@microsoft/fast-element").Controller;
422
462
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -741,6 +781,48 @@ export declare const TimeSelectionPickerTemplate: (context: VividElementDefiniti
741
781
  ariaDescription: string | null;
742
782
  ariaRowIndexText: string | null;
743
783
  ariaRelevant: string | null;
784
+ roleChanged(prev: string | null, next: string | null): void;
785
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
786
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
787
+ ariaBusyChanged(prev: string | null, next: string | null): void;
788
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
789
+ ariaColCountChanged(prev: string | null, next: string | null): void;
790
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
791
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
792
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
793
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
794
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
795
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
796
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
797
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
798
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
799
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
800
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
801
+ ariaLabelChanged(prev: string | null, next: string | null): void;
802
+ ariaLevelChanged(prev: string | null, next: string | null): void;
803
+ ariaLiveChanged(prev: string | null, next: string | null): void;
804
+ ariaModalChanged(prev: string | null, next: string | null): void;
805
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
806
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
807
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
808
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
809
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
810
+ ariaPressedChanged(prev: string | null, next: string | null): void;
811
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
812
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
813
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
814
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
815
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
816
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
817
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
818
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
819
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
820
+ ariaSortChanged(prev: string | null, next: string | null): void;
821
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
822
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
823
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
824
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
825
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
744
826
  "__#1@#handleReplacedProp"(replacedProp: {
745
827
  newPropertyName: string;
746
828
  deprecatedPropertyName: string;
@@ -854,7 +936,6 @@ export declare const TimeSelectionPickerTemplate: (context: VividElementDefiniti
854
936
  _slottedHelperTextFeedbackType(): "none" | "helper";
855
937
  _getFeedbackTemplate(ctx: VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
856
938
  connectedCallback(): void;
857
- specialHandling: boolean;
858
939
  _vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
859
940
  readonly $fastController: import("@microsoft/fast-element").Controller;
860
941
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -1180,6 +1261,48 @@ export declare const TimeSelectionPickerTemplate: (context: VividElementDefiniti
1180
1261
  ariaDescription: string | null;
1181
1262
  ariaRowIndexText: string | null;
1182
1263
  ariaRelevant: string | null;
1264
+ roleChanged(prev: string | null, next: string | null): void;
1265
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
1266
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
1267
+ ariaBusyChanged(prev: string | null, next: string | null): void;
1268
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
1269
+ ariaColCountChanged(prev: string | null, next: string | null): void;
1270
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
1271
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
1272
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
1273
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
1274
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
1275
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
1276
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
1277
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
1278
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
1279
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
1280
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
1281
+ ariaLabelChanged(prev: string | null, next: string | null): void;
1282
+ ariaLevelChanged(prev: string | null, next: string | null): void;
1283
+ ariaLiveChanged(prev: string | null, next: string | null): void;
1284
+ ariaModalChanged(prev: string | null, next: string | null): void;
1285
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
1286
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
1287
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
1288
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
1289
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
1290
+ ariaPressedChanged(prev: string | null, next: string | null): void;
1291
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
1292
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
1293
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
1294
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
1295
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
1296
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
1297
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
1298
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
1299
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
1300
+ ariaSortChanged(prev: string | null, next: string | null): void;
1301
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
1302
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
1303
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
1304
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
1305
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
1183
1306
  "__#1@#handleReplacedProp"(replacedProp: {
1184
1307
  newPropertyName: string;
1185
1308
  deprecatedPropertyName: string;
@@ -1187,7 +1310,6 @@ export declare const TimeSelectionPickerTemplate: (context: VividElementDefiniti
1187
1310
  toDeprecated?: ((v: any) => any) | undefined;
1188
1311
  }): void;
1189
1312
  }, any>;
1190
- specialHandling: boolean;
1191
1313
  _vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
1192
1314
  readonly $fastController: import("@microsoft/fast-element").Controller;
1193
1315
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -1512,6 +1634,48 @@ export declare const TimeSelectionPickerTemplate: (context: VividElementDefiniti
1512
1634
  ariaDescription: string | null;
1513
1635
  ariaRowIndexText: string | null;
1514
1636
  ariaRelevant: string | null;
1637
+ roleChanged(prev: string | null, next: string | null): void;
1638
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
1639
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
1640
+ ariaBusyChanged(prev: string | null, next: string | null): void;
1641
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
1642
+ ariaColCountChanged(prev: string | null, next: string | null): void;
1643
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
1644
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
1645
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
1646
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
1647
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
1648
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
1649
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
1650
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
1651
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
1652
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
1653
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
1654
+ ariaLabelChanged(prev: string | null, next: string | null): void;
1655
+ ariaLevelChanged(prev: string | null, next: string | null): void;
1656
+ ariaLiveChanged(prev: string | null, next: string | null): void;
1657
+ ariaModalChanged(prev: string | null, next: string | null): void;
1658
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
1659
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
1660
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
1661
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
1662
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
1663
+ ariaPressedChanged(prev: string | null, next: string | null): void;
1664
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
1665
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
1666
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
1667
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
1668
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
1669
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
1670
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
1671
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
1672
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
1673
+ ariaSortChanged(prev: string | null, next: string | null): void;
1674
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
1675
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
1676
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
1677
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
1678
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
1515
1679
  "__#1@#handleReplacedProp"(replacedProp: {
1516
1680
  newPropertyName: string;
1517
1681
  deprecatedPropertyName: string;