@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 NumberField_base: {
16
16
  _slottedHelperTextFeedbackType(): "none" | "helper";
17
17
  _getFeedbackTemplate(ctx: import("../../shared/design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
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 NumberField_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;
@@ -397,7 +438,6 @@ declare const NumberField_base: {
397
438
  setFormValue(value: string | File | FormData | null, state?: string | File | FormData | null | undefined): void;
398
439
  _keypressHandler(e: KeyboardEvent): void;
399
440
  stopPropagation(e: Event): void;
400
- specialHandling: boolean;
401
441
  _vividAriaBehaviour: import("../../shared/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 @@ declare const NumberField_base: {
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;
@@ -733,7 +815,6 @@ declare const NumberField_base: {
733
815
  new (...args: any[]): {
734
816
  successText?: string | undefined;
735
817
  connectedCallback(): void;
736
- specialHandling: boolean;
737
818
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
738
819
  readonly $fastController: import("@microsoft/fast-element").Controller;
739
820
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -1059,6 +1140,48 @@ declare const NumberField_base: {
1059
1140
  ariaDescription: string | null;
1060
1141
  ariaRowIndexText: string | null;
1061
1142
  ariaRelevant: string | null;
1143
+ roleChanged(prev: string | null, next: string | null): void;
1144
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
1145
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
1146
+ ariaBusyChanged(prev: string | null, next: string | null): void;
1147
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
1148
+ ariaColCountChanged(prev: string | null, next: string | null): void;
1149
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
1150
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
1151
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
1152
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
1153
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
1154
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
1155
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
1156
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
1157
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
1158
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
1159
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
1160
+ ariaLabelChanged(prev: string | null, next: string | null): void;
1161
+ ariaLevelChanged(prev: string | null, next: string | null): void;
1162
+ ariaLiveChanged(prev: string | null, next: string | null): void;
1163
+ ariaModalChanged(prev: string | null, next: string | null): void;
1164
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
1165
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
1166
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
1167
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
1168
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
1169
+ ariaPressedChanged(prev: string | null, next: string | null): void;
1170
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
1171
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
1172
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
1173
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
1174
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
1175
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
1176
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
1177
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
1178
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
1179
+ ariaSortChanged(prev: string | null, next: string | null): void;
1180
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
1181
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
1182
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
1183
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
1184
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
1062
1185
  "__#1@#handleReplacedProp"(replacedProp: {
1063
1186
  newPropertyName: string;
1064
1187
  deprecatedPropertyName: string;
@@ -1108,7 +1231,6 @@ declare const NumberField_base: {
1108
1231
  setFormValue(value: string | File | FormData | null, state?: string | File | FormData | null | undefined): void;
1109
1232
  _keypressHandler(e: KeyboardEvent): void;
1110
1233
  stopPropagation(e: Event): void;
1111
- specialHandling: boolean;
1112
1234
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
1113
1235
  readonly $fastController: import("@microsoft/fast-element").Controller;
1114
1236
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -1433,6 +1555,48 @@ declare const NumberField_base: {
1433
1555
  ariaDescription: string | null;
1434
1556
  ariaRowIndexText: string | null;
1435
1557
  ariaRelevant: string | null;
1558
+ roleChanged(prev: string | null, next: string | null): void;
1559
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
1560
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
1561
+ ariaBusyChanged(prev: string | null, next: string | null): void;
1562
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
1563
+ ariaColCountChanged(prev: string | null, next: string | null): void;
1564
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
1565
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
1566
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
1567
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
1568
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
1569
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
1570
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
1571
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
1572
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
1573
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
1574
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
1575
+ ariaLabelChanged(prev: string | null, next: string | null): void;
1576
+ ariaLevelChanged(prev: string | null, next: string | null): void;
1577
+ ariaLiveChanged(prev: string | null, next: string | null): void;
1578
+ ariaModalChanged(prev: string | null, next: string | null): void;
1579
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
1580
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
1581
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
1582
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
1583
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
1584
+ ariaPressedChanged(prev: string | null, next: string | null): void;
1585
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
1586
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
1587
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
1588
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
1589
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
1590
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
1591
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
1592
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
1593
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
1594
+ ariaSortChanged(prev: string | null, next: string | null): void;
1595
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
1596
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
1597
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
1598
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
1599
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
1436
1600
  "__#1@#handleReplacedProp"(replacedProp: {
1437
1601
  newPropertyName: string;
1438
1602
  deprecatedPropertyName: string;
@@ -1445,7 +1609,6 @@ declare const NumberField_base: {
1445
1609
  icon?: string | undefined;
1446
1610
  iconSlottedContent?: HTMLElement[] | undefined;
1447
1611
  connectedCallback(): void;
1448
- specialHandling: boolean;
1449
1612
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
1450
1613
  readonly $fastController: import("@microsoft/fast-element").Controller;
1451
1614
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -1771,6 +1934,48 @@ declare const NumberField_base: {
1771
1934
  ariaDescription: string | null;
1772
1935
  ariaRowIndexText: string | null;
1773
1936
  ariaRelevant: string | null;
1937
+ roleChanged(prev: string | null, next: string | null): void;
1938
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
1939
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
1940
+ ariaBusyChanged(prev: string | null, next: string | null): void;
1941
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
1942
+ ariaColCountChanged(prev: string | null, next: string | null): void;
1943
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
1944
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
1945
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
1946
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
1947
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
1948
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
1949
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
1950
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
1951
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
1952
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
1953
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
1954
+ ariaLabelChanged(prev: string | null, next: string | null): void;
1955
+ ariaLevelChanged(prev: string | null, next: string | null): void;
1956
+ ariaLiveChanged(prev: string | null, next: string | null): void;
1957
+ ariaModalChanged(prev: string | null, next: string | null): void;
1958
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
1959
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
1960
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
1961
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
1962
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
1963
+ ariaPressedChanged(prev: string | null, next: string | null): void;
1964
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
1965
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
1966
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
1967
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
1968
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
1969
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
1970
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
1971
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
1972
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
1973
+ ariaSortChanged(prev: string | null, next: string | null): void;
1974
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
1975
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
1976
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
1977
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
1978
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
1774
1979
  "__#1@#handleReplacedProp"(replacedProp: {
1775
1980
  newPropertyName: string;
1776
1981
  deprecatedPropertyName: string;
@@ -1782,7 +1987,6 @@ declare const NumberField_base: {
1782
1987
  new (...args: any[]): {
1783
1988
  readonly locale: import("../../shared/localization/Locale").Locale;
1784
1989
  connectedCallback(): void;
1785
- specialHandling: boolean;
1786
1990
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
1787
1991
  readonly $fastController: import("@microsoft/fast-element").Controller;
1788
1992
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -2108,6 +2312,48 @@ declare const NumberField_base: {
2108
2312
  ariaDescription: string | null;
2109
2313
  ariaRowIndexText: string | null;
2110
2314
  ariaRelevant: string | null;
2315
+ roleChanged(prev: string | null, next: string | null): void;
2316
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
2317
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
2318
+ ariaBusyChanged(prev: string | null, next: string | null): void;
2319
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
2320
+ ariaColCountChanged(prev: string | null, next: string | null): void;
2321
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
2322
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
2323
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
2324
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
2325
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
2326
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
2327
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
2328
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
2329
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
2330
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
2331
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
2332
+ ariaLabelChanged(prev: string | null, next: string | null): void;
2333
+ ariaLevelChanged(prev: string | null, next: string | null): void;
2334
+ ariaLiveChanged(prev: string | null, next: string | null): void;
2335
+ ariaModalChanged(prev: string | null, next: string | null): void;
2336
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
2337
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
2338
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
2339
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
2340
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
2341
+ ariaPressedChanged(prev: string | null, next: string | null): void;
2342
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
2343
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
2344
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
2345
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
2346
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
2347
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
2348
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
2349
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
2350
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
2351
+ ariaSortChanged(prev: string | null, next: string | null): void;
2352
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
2353
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
2354
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
2355
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
2356
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
2111
2357
  "__#1@#handleReplacedProp"(replacedProp: {
2112
2358
  newPropertyName: string;
2113
2359
  deprecatedPropertyName: string;
@@ -2119,7 +2365,6 @@ declare const NumberField_base: {
2119
2365
  new (...args: any[]): {
2120
2366
  _vividAriaBehaviour: "delegate";
2121
2367
  connectedCallback(): void;
2122
- specialHandling: boolean;
2123
2368
  readonly $fastController: import("@microsoft/fast-element").Controller;
2124
2369
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
2125
2370
  disconnectedCallback(): void;
@@ -2444,6 +2689,48 @@ declare const NumberField_base: {
2444
2689
  ariaDescription: string | null;
2445
2690
  ariaRowIndexText: string | null;
2446
2691
  ariaRelevant: string | null;
2692
+ roleChanged(prev: string | null, next: string | null): void;
2693
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
2694
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
2695
+ ariaBusyChanged(prev: string | null, next: string | null): void;
2696
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
2697
+ ariaColCountChanged(prev: string | null, next: string | null): void;
2698
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
2699
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
2700
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
2701
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
2702
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
2703
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
2704
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
2705
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
2706
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
2707
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
2708
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
2709
+ ariaLabelChanged(prev: string | null, next: string | null): void;
2710
+ ariaLevelChanged(prev: string | null, next: string | null): void;
2711
+ ariaLiveChanged(prev: string | null, next: string | null): void;
2712
+ ariaModalChanged(prev: string | null, next: string | null): void;
2713
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
2714
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
2715
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
2716
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
2717
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
2718
+ ariaPressedChanged(prev: string | null, next: string | null): void;
2719
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
2720
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
2721
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
2722
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
2723
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
2724
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
2725
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
2726
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
2727
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
2728
+ ariaSortChanged(prev: string | null, next: string | null): void;
2729
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
2730
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
2731
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
2732
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
2733
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
2447
2734
  "__#1@#handleReplacedProp"(replacedProp: {
2448
2735
  newPropertyName: string;
2449
2736
  deprecatedPropertyName: string;
@@ -2488,7 +2775,6 @@ declare const NumberField_base: {
2488
2775
  setFormValue(value: string | File | FormData | null, state?: string | File | FormData | null | undefined): void;
2489
2776
  _keypressHandler(e: KeyboardEvent): void;
2490
2777
  stopPropagation(e: Event): void;
2491
- specialHandling: boolean;
2492
2778
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
2493
2779
  readonly $fastController: import("@microsoft/fast-element").Controller;
2494
2780
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -2813,6 +3099,48 @@ declare const NumberField_base: {
2813
3099
  ariaDescription: string | null;
2814
3100
  ariaRowIndexText: string | null;
2815
3101
  ariaRelevant: string | null;
3102
+ roleChanged(prev: string | null, next: string | null): void;
3103
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
3104
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
3105
+ ariaBusyChanged(prev: string | null, next: string | null): void;
3106
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
3107
+ ariaColCountChanged(prev: string | null, next: string | null): void;
3108
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
3109
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
3110
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
3111
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
3112
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
3113
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
3114
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
3115
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
3116
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
3117
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
3118
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
3119
+ ariaLabelChanged(prev: string | null, next: string | null): void;
3120
+ ariaLevelChanged(prev: string | null, next: string | null): void;
3121
+ ariaLiveChanged(prev: string | null, next: string | null): void;
3122
+ ariaModalChanged(prev: string | null, next: string | null): void;
3123
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
3124
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
3125
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
3126
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
3127
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
3128
+ ariaPressedChanged(prev: string | null, next: string | null): void;
3129
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
3130
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
3131
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
3132
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
3133
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
3134
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
3135
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
3136
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
3137
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
3138
+ ariaSortChanged(prev: string | null, next: string | null): void;
3139
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
3140
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
3141
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
3142
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
3143
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
2816
3144
  "__#1@#handleReplacedProp"(replacedProp: {
2817
3145
  newPropertyName: string;
2818
3146
  deprecatedPropertyName: string;
@@ -5,7 +5,6 @@ declare const ListboxOption_base: {
5
5
  new (...args: any[]): {
6
6
  _vividAriaBehaviour: "host";
7
7
  connectedCallback(): void;
8
- specialHandling: boolean;
9
8
  readonly $fastController: import("@microsoft/fast-element").Controller;
10
9
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
11
10
  disconnectedCallback(): void;
@@ -330,6 +329,48 @@ declare const ListboxOption_base: {
330
329
  ariaDescription: string | null;
331
330
  ariaRowIndexText: string | null;
332
331
  ariaRelevant: string | null;
332
+ roleChanged(prev: string | null, next: string | null): void;
333
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
334
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
335
+ ariaBusyChanged(prev: string | null, next: string | null): void;
336
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
337
+ ariaColCountChanged(prev: string | null, next: string | null): void;
338
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
339
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
340
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
341
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
342
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
343
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
344
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
345
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
346
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
347
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
348
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
349
+ ariaLabelChanged(prev: string | null, next: string | null): void;
350
+ ariaLevelChanged(prev: string | null, next: string | null): void;
351
+ ariaLiveChanged(prev: string | null, next: string | null): void;
352
+ ariaModalChanged(prev: string | null, next: string | null): void;
353
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
354
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
355
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
356
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
357
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
358
+ ariaPressedChanged(prev: string | null, next: string | null): void;
359
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
360
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
361
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
362
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
363
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
364
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
365
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
366
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
367
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
368
+ ariaSortChanged(prev: string | null, next: string | null): void;
369
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
370
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
371
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
372
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
373
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
333
374
  "__#1@#handleReplacedProp"(replacedProp: {
334
375
  newPropertyName: string;
335
376
  deprecatedPropertyName: string;
@@ -343,7 +384,6 @@ declare const ListboxOption_base: {
343
384
  icon?: string | undefined;
344
385
  iconSlottedContent?: HTMLElement[] | undefined;
345
386
  connectedCallback(): void;
346
- specialHandling: boolean;
347
387
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
348
388
  readonly $fastController: import("@microsoft/fast-element").Controller;
349
389
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -669,6 +709,48 @@ declare const ListboxOption_base: {
669
709
  ariaDescription: string | null;
670
710
  ariaRowIndexText: string | null;
671
711
  ariaRelevant: string | null;
712
+ roleChanged(prev: string | null, next: string | null): void;
713
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
714
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
715
+ ariaBusyChanged(prev: string | null, next: string | null): void;
716
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
717
+ ariaColCountChanged(prev: string | null, next: string | null): void;
718
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
719
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
720
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
721
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
722
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
723
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
724
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
725
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
726
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
727
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
728
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
729
+ ariaLabelChanged(prev: string | null, next: string | null): void;
730
+ ariaLevelChanged(prev: string | null, next: string | null): void;
731
+ ariaLiveChanged(prev: string | null, next: string | null): void;
732
+ ariaModalChanged(prev: string | null, next: string | null): void;
733
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
734
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
735
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
736
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
737
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
738
+ ariaPressedChanged(prev: string | null, next: string | null): void;
739
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
740
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
741
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
742
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
743
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
744
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
745
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
746
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
747
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
748
+ ariaSortChanged(prev: string | null, next: string | null): void;
749
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
750
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
751
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
752
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
753
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
672
754
  "__#1@#handleReplacedProp"(replacedProp: {
673
755
  newPropertyName: string;
674
756
  deprecatedPropertyName: string;
@@ -8,7 +8,6 @@ declare const Pagination_base: {
8
8
  new (...args: any[]): {
9
9
  readonly locale: import("../../shared/localization/Locale").Locale;
10
10
  connectedCallback(): void;
11
- specialHandling: boolean;
12
11
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
13
12
  readonly $fastController: import("@microsoft/fast-element").Controller;
14
13
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -334,6 +333,48 @@ declare const Pagination_base: {
334
333
  ariaDescription: string | null;
335
334
  ariaRowIndexText: string | null;
336
335
  ariaRelevant: string | null;
336
+ roleChanged(prev: string | null, next: string | null): void;
337
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
338
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
339
+ ariaBusyChanged(prev: string | null, next: string | null): void;
340
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
341
+ ariaColCountChanged(prev: string | null, next: string | null): void;
342
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
343
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
344
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
345
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
346
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
347
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
348
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
349
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
350
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
351
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
352
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
353
+ ariaLabelChanged(prev: string | null, next: string | null): void;
354
+ ariaLevelChanged(prev: string | null, next: string | null): void;
355
+ ariaLiveChanged(prev: string | null, next: string | null): void;
356
+ ariaModalChanged(prev: string | null, next: string | null): void;
357
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
358
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
359
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
360
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
361
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
362
+ ariaPressedChanged(prev: string | null, next: string | null): void;
363
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
364
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
365
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
366
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
367
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
368
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
369
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
370
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
371
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
372
+ ariaSortChanged(prev: string | null, next: string | null): void;
373
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
374
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
375
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
376
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
377
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
337
378
  "__#1@#handleReplacedProp"(replacedProp: {
338
379
  newPropertyName: string;
339
380
  deprecatedPropertyName: string;