@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
@@ -19,7 +19,6 @@ declare const Select_base: {
19
19
  };
20
20
  _slottedHelperTextFeedbackType(): "none" | "helper";
21
21
  connectedCallback(): void;
22
- specialHandling: boolean;
23
22
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
24
23
  readonly $fastController: import("@microsoft/fast-element").Controller;
25
24
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -345,6 +344,48 @@ declare const Select_base: {
345
344
  ariaDescription: string | null;
346
345
  ariaRowIndexText: string | null;
347
346
  ariaRelevant: string | null;
347
+ roleChanged(prev: string | null, next: string | null): void;
348
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
349
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
350
+ ariaBusyChanged(prev: string | null, next: string | null): void;
351
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
352
+ ariaColCountChanged(prev: string | null, next: string | null): void;
353
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
354
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
355
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
356
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
357
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
358
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
359
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
360
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
361
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
362
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
363
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
364
+ ariaLabelChanged(prev: string | null, next: string | null): void;
365
+ ariaLevelChanged(prev: string | null, next: string | null): void;
366
+ ariaLiveChanged(prev: string | null, next: string | null): void;
367
+ ariaModalChanged(prev: string | null, next: string | null): void;
368
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
369
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
370
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
371
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
372
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
373
+ ariaPressedChanged(prev: string | null, next: string | null): void;
374
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
375
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
376
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
377
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
378
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
379
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
380
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
381
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
382
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
383
+ ariaSortChanged(prev: string | null, next: string | null): void;
384
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
385
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
386
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
387
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
388
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
348
389
  "__#1@#handleReplacedProp"(replacedProp: {
349
390
  newPropertyName: string;
350
391
  deprecatedPropertyName: string;
@@ -400,7 +441,6 @@ declare const Select_base: {
400
441
  setFormValue(value: string | File | FormData | null, state?: string | File | FormData | null | undefined): void;
401
442
  _keypressHandler(e: KeyboardEvent): void;
402
443
  stopPropagation(e: Event): void;
403
- specialHandling: boolean;
404
444
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
405
445
  readonly $fastController: import("@microsoft/fast-element").Controller;
406
446
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -725,6 +765,48 @@ declare const Select_base: {
725
765
  ariaDescription: string | null;
726
766
  ariaRowIndexText: string | null;
727
767
  ariaRelevant: string | null;
768
+ roleChanged(prev: string | null, next: string | null): void;
769
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
770
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
771
+ ariaBusyChanged(prev: string | null, next: string | null): void;
772
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
773
+ ariaColCountChanged(prev: string | null, next: string | null): void;
774
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
775
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
776
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
777
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
778
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
779
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
780
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
781
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
782
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
783
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
784
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
785
+ ariaLabelChanged(prev: string | null, next: string | null): void;
786
+ ariaLevelChanged(prev: string | null, next: string | null): void;
787
+ ariaLiveChanged(prev: string | null, next: string | null): void;
788
+ ariaModalChanged(prev: string | null, next: string | null): void;
789
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
790
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
791
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
792
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
793
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
794
+ ariaPressedChanged(prev: string | null, next: string | null): void;
795
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
796
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
797
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
798
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
799
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
800
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
801
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
802
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
803
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
804
+ ariaSortChanged(prev: string | null, next: string | null): void;
805
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
806
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
807
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
808
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
809
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
728
810
  "__#1@#handleReplacedProp"(replacedProp: {
729
811
  newPropertyName: string;
730
812
  deprecatedPropertyName: string;
@@ -736,7 +818,6 @@ declare const Select_base: {
736
818
  new (...args: any[]): {
737
819
  successText?: string | undefined;
738
820
  connectedCallback(): void;
739
- specialHandling: boolean;
740
821
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
741
822
  readonly $fastController: import("@microsoft/fast-element").Controller;
742
823
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -1062,6 +1143,48 @@ declare const Select_base: {
1062
1143
  ariaDescription: string | null;
1063
1144
  ariaRowIndexText: string | null;
1064
1145
  ariaRelevant: string | null;
1146
+ roleChanged(prev: string | null, next: string | null): void;
1147
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
1148
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
1149
+ ariaBusyChanged(prev: string | null, next: string | null): void;
1150
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
1151
+ ariaColCountChanged(prev: string | null, next: string | null): void;
1152
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
1153
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
1154
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
1155
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
1156
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
1157
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
1158
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
1159
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
1160
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
1161
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
1162
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
1163
+ ariaLabelChanged(prev: string | null, next: string | null): void;
1164
+ ariaLevelChanged(prev: string | null, next: string | null): void;
1165
+ ariaLiveChanged(prev: string | null, next: string | null): void;
1166
+ ariaModalChanged(prev: string | null, next: string | null): void;
1167
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
1168
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
1169
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
1170
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
1171
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
1172
+ ariaPressedChanged(prev: string | null, next: string | null): void;
1173
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
1174
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
1175
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
1176
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
1177
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
1178
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
1179
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
1180
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
1181
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
1182
+ ariaSortChanged(prev: string | null, next: string | null): void;
1183
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
1184
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
1185
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
1186
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
1187
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
1065
1188
  "__#1@#handleReplacedProp"(replacedProp: {
1066
1189
  newPropertyName: string;
1067
1190
  deprecatedPropertyName: string;
@@ -1111,7 +1234,6 @@ declare const Select_base: {
1111
1234
  setFormValue(value: string | File | FormData | null, state?: string | File | FormData | null | undefined): void;
1112
1235
  _keypressHandler(e: KeyboardEvent): void;
1113
1236
  stopPropagation(e: Event): void;
1114
- specialHandling: boolean;
1115
1237
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
1116
1238
  readonly $fastController: import("@microsoft/fast-element").Controller;
1117
1239
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -1436,6 +1558,48 @@ declare const Select_base: {
1436
1558
  ariaDescription: string | null;
1437
1559
  ariaRowIndexText: string | null;
1438
1560
  ariaRelevant: string | null;
1561
+ roleChanged(prev: string | null, next: string | null): void;
1562
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
1563
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
1564
+ ariaBusyChanged(prev: string | null, next: string | null): void;
1565
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
1566
+ ariaColCountChanged(prev: string | null, next: string | null): void;
1567
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
1568
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
1569
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
1570
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
1571
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
1572
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
1573
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
1574
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
1575
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
1576
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
1577
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
1578
+ ariaLabelChanged(prev: string | null, next: string | null): void;
1579
+ ariaLevelChanged(prev: string | null, next: string | null): void;
1580
+ ariaLiveChanged(prev: string | null, next: string | null): void;
1581
+ ariaModalChanged(prev: string | null, next: string | null): void;
1582
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
1583
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
1584
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
1585
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
1586
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
1587
+ ariaPressedChanged(prev: string | null, next: string | null): void;
1588
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
1589
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
1590
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
1591
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
1592
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
1593
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
1594
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
1595
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
1596
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
1597
+ ariaSortChanged(prev: string | null, next: string | null): void;
1598
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
1599
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
1600
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
1601
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
1602
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
1439
1603
  "__#1@#handleReplacedProp"(replacedProp: {
1440
1604
  newPropertyName: string;
1441
1605
  deprecatedPropertyName: string;
@@ -1447,7 +1611,6 @@ declare const Select_base: {
1447
1611
  new (...args: any[]): {
1448
1612
  _vividAriaBehaviour: "host";
1449
1613
  connectedCallback(): void;
1450
- specialHandling: boolean;
1451
1614
  readonly $fastController: import("@microsoft/fast-element").Controller;
1452
1615
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
1453
1616
  disconnectedCallback(): void;
@@ -1772,6 +1935,48 @@ declare const Select_base: {
1772
1935
  ariaDescription: string | null;
1773
1936
  ariaRowIndexText: string | null;
1774
1937
  ariaRelevant: string | null;
1938
+ roleChanged(prev: string | null, next: string | null): void;
1939
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
1940
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
1941
+ ariaBusyChanged(prev: string | null, next: string | null): void;
1942
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
1943
+ ariaColCountChanged(prev: string | null, next: string | null): void;
1944
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
1945
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
1946
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
1947
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
1948
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
1949
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
1950
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
1951
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
1952
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
1953
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
1954
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
1955
+ ariaLabelChanged(prev: string | null, next: string | null): void;
1956
+ ariaLevelChanged(prev: string | null, next: string | null): void;
1957
+ ariaLiveChanged(prev: string | null, next: string | null): void;
1958
+ ariaModalChanged(prev: string | null, next: string | null): void;
1959
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
1960
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
1961
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
1962
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
1963
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
1964
+ ariaPressedChanged(prev: string | null, next: string | null): void;
1965
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
1966
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
1967
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
1968
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
1969
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
1970
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
1971
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
1972
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
1973
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
1974
+ ariaSortChanged(prev: string | null, next: string | null): void;
1975
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
1976
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
1977
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
1978
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
1979
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
1775
1980
  "__#1@#handleReplacedProp"(replacedProp: {
1776
1981
  newPropertyName: string;
1777
1982
  deprecatedPropertyName: string;
@@ -1785,7 +1990,6 @@ declare const Select_base: {
1785
1990
  icon?: string | undefined;
1786
1991
  iconSlottedContent?: HTMLElement[] | undefined;
1787
1992
  connectedCallback(): void;
1788
- specialHandling: boolean;
1789
1993
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
1790
1994
  readonly $fastController: import("@microsoft/fast-element").Controller;
1791
1995
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -2111,6 +2315,48 @@ declare const Select_base: {
2111
2315
  ariaDescription: string | null;
2112
2316
  ariaRowIndexText: string | null;
2113
2317
  ariaRelevant: string | null;
2318
+ roleChanged(prev: string | null, next: string | null): void;
2319
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
2320
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
2321
+ ariaBusyChanged(prev: string | null, next: string | null): void;
2322
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
2323
+ ariaColCountChanged(prev: string | null, next: string | null): void;
2324
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
2325
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
2326
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
2327
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
2328
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
2329
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
2330
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
2331
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
2332
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
2333
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
2334
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
2335
+ ariaLabelChanged(prev: string | null, next: string | null): void;
2336
+ ariaLevelChanged(prev: string | null, next: string | null): void;
2337
+ ariaLiveChanged(prev: string | null, next: string | null): void;
2338
+ ariaModalChanged(prev: string | null, next: string | null): void;
2339
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
2340
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
2341
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
2342
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
2343
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
2344
+ ariaPressedChanged(prev: string | null, next: string | null): void;
2345
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
2346
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
2347
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
2348
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
2349
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
2350
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
2351
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
2352
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
2353
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
2354
+ ariaSortChanged(prev: string | null, next: string | null): void;
2355
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
2356
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
2357
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
2358
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
2359
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
2114
2360
  "__#1@#handleReplacedProp"(replacedProp: {
2115
2361
  newPropertyName: string;
2116
2362
  deprecatedPropertyName: string;
@@ -2155,7 +2401,6 @@ declare const Select_base: {
2155
2401
  setFormValue(value: string | File | FormData | null, state?: string | File | FormData | null | undefined): void;
2156
2402
  _keypressHandler(e: KeyboardEvent): void;
2157
2403
  stopPropagation(e: Event): void;
2158
- specialHandling: boolean;
2159
2404
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
2160
2405
  readonly $fastController: import("@microsoft/fast-element").Controller;
2161
2406
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -2480,6 +2725,48 @@ declare const Select_base: {
2480
2725
  ariaDescription: string | null;
2481
2726
  ariaRowIndexText: string | null;
2482
2727
  ariaRelevant: string | null;
2728
+ roleChanged(prev: string | null, next: string | null): void;
2729
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
2730
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
2731
+ ariaBusyChanged(prev: string | null, next: string | null): void;
2732
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
2733
+ ariaColCountChanged(prev: string | null, next: string | null): void;
2734
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
2735
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
2736
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
2737
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
2738
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
2739
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
2740
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
2741
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
2742
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
2743
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
2744
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
2745
+ ariaLabelChanged(prev: string | null, next: string | null): void;
2746
+ ariaLevelChanged(prev: string | null, next: string | null): void;
2747
+ ariaLiveChanged(prev: string | null, next: string | null): void;
2748
+ ariaModalChanged(prev: string | null, next: string | null): void;
2749
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
2750
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
2751
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
2752
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
2753
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
2754
+ ariaPressedChanged(prev: string | null, next: string | null): void;
2755
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
2756
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
2757
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
2758
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
2759
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
2760
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
2761
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
2762
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
2763
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
2764
+ ariaSortChanged(prev: string | null, next: string | null): void;
2765
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
2766
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
2767
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
2768
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
2769
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
2483
2770
  "__#1@#handleReplacedProp"(replacedProp: {
2484
2771
  newPropertyName: string;
2485
2772
  deprecatedPropertyName: string;
@@ -7,7 +7,6 @@ declare const SelectableBox_base: {
7
7
  new (...args: any[]): {
8
8
  _vividAriaBehaviour: "delegate";
9
9
  connectedCallback(): void;
10
- specialHandling: boolean;
11
10
  readonly $fastController: import("@microsoft/fast-element").Controller;
12
11
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
13
12
  disconnectedCallback(): void;
@@ -332,6 +331,48 @@ declare const SelectableBox_base: {
332
331
  ariaDescription: string | null;
333
332
  ariaRowIndexText: string | null;
334
333
  ariaRelevant: string | null;
334
+ roleChanged(prev: string | null, next: string | null): void;
335
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
336
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
337
+ ariaBusyChanged(prev: string | null, next: string | null): void;
338
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
339
+ ariaColCountChanged(prev: string | null, next: string | null): void;
340
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
341
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
342
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
343
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
344
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
345
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
346
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
347
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
348
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
349
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
350
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
351
+ ariaLabelChanged(prev: string | null, next: string | null): void;
352
+ ariaLevelChanged(prev: string | null, next: string | null): void;
353
+ ariaLiveChanged(prev: string | null, next: string | null): void;
354
+ ariaModalChanged(prev: string | null, next: string | null): void;
355
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
356
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
357
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
358
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
359
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
360
+ ariaPressedChanged(prev: string | null, next: string | null): void;
361
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
362
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
363
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
364
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
365
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
366
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
367
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
368
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
369
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
370
+ ariaSortChanged(prev: string | null, next: string | null): void;
371
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
372
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
373
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
374
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
375
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
335
376
  "__#1@#handleReplacedProp"(replacedProp: {
336
377
  newPropertyName: string;
337
378
  deprecatedPropertyName: string;
@@ -342,7 +383,6 @@ declare const SelectableBox_base: {
342
383
  } & typeof VividElement;
343
384
  export declare class SelectableBox extends SelectableBox_base {
344
385
  checked: boolean;
345
- clickable: boolean;
346
386
  clickableBox: boolean;
347
387
  connotation?: SelectableBoxConnotation;
348
388
  controlType?: SelectableBoxControlType;
@@ -10,7 +10,6 @@ declare const Slider_base: {
10
10
  new (...args: any[]): {
11
11
  readonly locale: import("../../shared/localization/Locale").Locale;
12
12
  connectedCallback(): void;
13
- specialHandling: boolean;
14
13
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
15
14
  readonly $fastController: import("@microsoft/fast-element").Controller;
16
15
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -336,6 +335,48 @@ declare const Slider_base: {
336
335
  ariaDescription: string | null;
337
336
  ariaRowIndexText: string | null;
338
337
  ariaRelevant: string | null;
338
+ roleChanged(prev: string | null, next: string | null): void;
339
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
340
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
341
+ ariaBusyChanged(prev: string | null, next: string | null): void;
342
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
343
+ ariaColCountChanged(prev: string | null, next: string | null): void;
344
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
345
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
346
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
347
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
348
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
349
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
350
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
351
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
352
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
353
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
354
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
355
+ ariaLabelChanged(prev: string | null, next: string | null): void;
356
+ ariaLevelChanged(prev: string | null, next: string | null): void;
357
+ ariaLiveChanged(prev: string | null, next: string | null): void;
358
+ ariaModalChanged(prev: string | null, next: string | null): void;
359
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
360
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
361
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
362
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
363
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
364
+ ariaPressedChanged(prev: string | null, next: string | null): void;
365
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
366
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
367
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
368
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
369
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
370
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
371
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
372
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
373
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
374
+ ariaSortChanged(prev: string | null, next: string | null): void;
375
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
376
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
377
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
378
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
379
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
339
380
  "__#1@#handleReplacedProp"(replacedProp: {
340
381
  newPropertyName: string;
341
382
  deprecatedPropertyName: string;
@@ -347,7 +388,6 @@ declare const Slider_base: {
347
388
  new (...args: any[]): {
348
389
  _vividAriaBehaviour: "delegate";
349
390
  connectedCallback(): void;
350
- specialHandling: boolean;
351
391
  readonly $fastController: import("@microsoft/fast-element").Controller;
352
392
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
353
393
  disconnectedCallback(): void;
@@ -672,6 +712,48 @@ declare const Slider_base: {
672
712
  ariaDescription: string | null;
673
713
  ariaRowIndexText: string | null;
674
714
  ariaRelevant: string | null;
715
+ roleChanged(prev: string | null, next: string | null): void;
716
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
717
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
718
+ ariaBusyChanged(prev: string | null, next: string | null): void;
719
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
720
+ ariaColCountChanged(prev: string | null, next: string | null): void;
721
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
722
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
723
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
724
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
725
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
726
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
727
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
728
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
729
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
730
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
731
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
732
+ ariaLabelChanged(prev: string | null, next: string | null): void;
733
+ ariaLevelChanged(prev: string | null, next: string | null): void;
734
+ ariaLiveChanged(prev: string | null, next: string | null): void;
735
+ ariaModalChanged(prev: string | null, next: string | null): void;
736
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
737
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
738
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
739
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
740
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
741
+ ariaPressedChanged(prev: string | null, next: string | null): void;
742
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
743
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
744
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
745
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
746
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
747
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
748
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
749
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
750
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
751
+ ariaSortChanged(prev: string | null, next: string | null): void;
752
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
753
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
754
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
755
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
756
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
675
757
  "__#1@#handleReplacedProp"(replacedProp: {
676
758
  newPropertyName: string;
677
759
  deprecatedPropertyName: string;
@@ -716,7 +798,6 @@ declare const Slider_base: {
716
798
  setFormValue(value: string | File | FormData | null, state?: string | File | FormData | null | undefined): void;
717
799
  _keypressHandler(e: KeyboardEvent): void;
718
800
  stopPropagation(e: Event): void;
719
- specialHandling: boolean;
720
801
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
721
802
  readonly $fastController: import("@microsoft/fast-element").Controller;
722
803
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -1041,6 +1122,48 @@ declare const Slider_base: {
1041
1122
  ariaDescription: string | null;
1042
1123
  ariaRowIndexText: string | null;
1043
1124
  ariaRelevant: string | null;
1125
+ roleChanged(prev: string | null, next: string | null): void;
1126
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
1127
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
1128
+ ariaBusyChanged(prev: string | null, next: string | null): void;
1129
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
1130
+ ariaColCountChanged(prev: string | null, next: string | null): void;
1131
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
1132
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
1133
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
1134
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
1135
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
1136
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
1137
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
1138
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
1139
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
1140
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
1141
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
1142
+ ariaLabelChanged(prev: string | null, next: string | null): void;
1143
+ ariaLevelChanged(prev: string | null, next: string | null): void;
1144
+ ariaLiveChanged(prev: string | null, next: string | null): void;
1145
+ ariaModalChanged(prev: string | null, next: string | null): void;
1146
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
1147
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
1148
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
1149
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
1150
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
1151
+ ariaPressedChanged(prev: string | null, next: string | null): void;
1152
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
1153
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
1154
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
1155
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
1156
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
1157
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
1158
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
1159
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
1160
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
1161
+ ariaSortChanged(prev: string | null, next: string | null): void;
1162
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
1163
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
1164
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
1165
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
1166
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
1044
1167
  "__#1@#handleReplacedProp"(replacedProp: {
1045
1168
  newPropertyName: string;
1046
1169
  deprecatedPropertyName: string;