@vonage/vivid 4.31.0 → 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 (132) hide show
  1. package/custom-elements.json +116 -169
  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/toggletip.d.ts +84 -2
  59. package/lib/tooltip/tooltip.d.ts +42 -1
  60. package/lib/tree-item/tree-item.d.ts +84 -2
  61. package/lib/tree-view/tree-view.d.ts +42 -1
  62. package/lib/video-player/video-player.d.ts +42 -1
  63. package/locales/de-DE.cjs +2 -1
  64. package/locales/de-DE.js +2 -1
  65. package/locales/en-GB.cjs +2 -1
  66. package/locales/en-GB.js +2 -1
  67. package/locales/en-US.cjs +2 -1
  68. package/locales/en-US.js +2 -1
  69. package/locales/ja-JP.cjs +2 -1
  70. package/locales/ja-JP.js +2 -1
  71. package/locales/zh-CN.cjs +2 -1
  72. package/locales/zh-CN.js +2 -1
  73. package/package.json +1 -1
  74. package/shared/aria/aria-mixin.d.ts +43 -2
  75. package/shared/aria/attribute-removal.d.ts +3 -0
  76. package/shared/aria/delegate-aria-behavior.d.ts +0 -3
  77. package/shared/aria/delegates-aria.d.ts +42 -1
  78. package/shared/aria/host-semantics.d.ts +42 -1
  79. package/shared/definition15.cjs +5 -1
  80. package/shared/definition15.js +5 -1
  81. package/shared/definition17.cjs +61 -78
  82. package/shared/definition17.js +61 -78
  83. package/shared/definition26.cjs +37 -2
  84. package/shared/definition26.js +37 -2
  85. package/shared/definition30.cjs +8 -4
  86. package/shared/definition30.js +8 -4
  87. package/shared/definition31.cjs +6 -6
  88. package/shared/definition31.js +6 -6
  89. package/shared/definition42.cjs +0 -4
  90. package/shared/definition42.js +0 -4
  91. package/shared/definition47.cjs +0 -8
  92. package/shared/definition47.js +1 -9
  93. package/shared/definition54.cjs +1 -1
  94. package/shared/definition54.js +1 -1
  95. package/shared/definition62.cjs +1 -1
  96. package/shared/definition62.js +1 -1
  97. package/shared/definition63.cjs +1 -2
  98. package/shared/definition63.js +1 -2
  99. package/shared/delegates-aria.cjs +4 -25
  100. package/shared/delegates-aria.js +4 -25
  101. package/shared/divider.cjs +8 -3
  102. package/shared/divider.js +8 -3
  103. package/shared/feedback/feedback-message.d.ts +42 -1
  104. package/shared/feedback/mixins.d.ts +84 -2
  105. package/shared/foundation/button/button.d.ts +84 -2
  106. package/shared/foundation/form-associated/form-associated.d.ts +84 -2
  107. package/shared/foundation/vivid-element/vivid-element.d.ts +43 -2
  108. package/shared/listbox.cjs +1 -1
  109. package/shared/listbox.js +1 -1
  110. package/shared/option.cjs +15 -2
  111. package/shared/option.js +16 -3
  112. package/shared/patterns/affix.d.ts +84 -2
  113. package/shared/patterns/anchored.d.ts +84 -2
  114. package/shared/patterns/char-count/char-count.d.ts +42 -1
  115. package/shared/patterns/form-elements/form-element.d.ts +84 -2
  116. package/shared/patterns/form-elements/with-error-text.d.ts +126 -3
  117. package/shared/patterns/form-elements/with-success-text.d.ts +42 -1
  118. package/shared/patterns/linkable.d.ts +42 -1
  119. package/shared/patterns/localized.d.ts +42 -1
  120. package/shared/patterns/trapped-focus.d.ts +42 -1
  121. package/shared/picker-field/mixins/calendar-picker.d.ts +84 -2
  122. package/shared/picker-field/mixins/calendar-picker.template.d.ts +84 -2
  123. package/shared/picker-field/mixins/inline-time-picker/inline-time-picker.d.ts +42 -1
  124. package/shared/picker-field/mixins/min-max-calendar-picker.d.ts +168 -4
  125. package/shared/picker-field/mixins/single-date-picker.d.ts +252 -6
  126. package/shared/picker-field/mixins/single-value-picker.d.ts +84 -2
  127. package/shared/picker-field/mixins/time-selection-picker.d.ts +168 -4
  128. package/shared/picker-field/mixins/time-selection-picker.template.d.ts +168 -4
  129. package/shared/picker-field/picker-field.d.ts +252 -6
  130. package/shared/vivid-element.cjs +56 -5
  131. package/shared/vivid-element.js +56 -5
  132. package/vivid.api.json +2 -93
@@ -7,7 +7,6 @@ declare const OptionTag_base: {
7
7
  new (...args: any[]): {
8
8
  readonly locale: import("../../shared/localization/Locale").Locale;
9
9
  connectedCallback(): void;
10
- specialHandling: boolean;
11
10
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
12
11
  readonly $fastController: import("@microsoft/fast-element").Controller;
13
12
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -333,6 +332,48 @@ declare const OptionTag_base: {
333
332
  ariaDescription: string | null;
334
333
  ariaRowIndexText: string | null;
335
334
  ariaRelevant: string | null;
335
+ roleChanged(prev: string | null, next: string | null): void;
336
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
337
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
338
+ ariaBusyChanged(prev: string | null, next: string | null): void;
339
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
340
+ ariaColCountChanged(prev: string | null, next: string | null): void;
341
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
342
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
343
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
344
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
345
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
346
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
347
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
348
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
349
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
350
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
351
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
352
+ ariaLabelChanged(prev: string | null, next: string | null): void;
353
+ ariaLevelChanged(prev: string | null, next: string | null): void;
354
+ ariaLiveChanged(prev: string | null, next: string | null): void;
355
+ ariaModalChanged(prev: string | null, next: string | null): void;
356
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
357
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
358
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
359
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
360
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
361
+ ariaPressedChanged(prev: string | null, next: string | null): void;
362
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
363
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
364
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
365
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
366
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
367
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
368
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
369
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
370
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
371
+ ariaSortChanged(prev: string | null, next: string | null): void;
372
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
373
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
374
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
375
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
376
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
336
377
  "__#1@#handleReplacedProp"(replacedProp: {
337
378
  newPropertyName: string;
338
379
  deprecatedPropertyName: string;
@@ -16,7 +16,6 @@ declare const SearchableSelect_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 SearchableSelect_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 SearchableSelect_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 SearchableSelect_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 SearchableSelect_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 SearchableSelect_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 SearchableSelect_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 SearchableSelect_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;
@@ -1444,7 +1608,6 @@ declare const SearchableSelect_base: {
1444
1608
  new (...args: any[]): {
1445
1609
  _vividAriaBehaviour: "delegate";
1446
1610
  connectedCallback(): void;
1447
- specialHandling: boolean;
1448
1611
  readonly $fastController: import("@microsoft/fast-element").Controller;
1449
1612
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
1450
1613
  disconnectedCallback(): void;
@@ -1769,6 +1932,48 @@ declare const SearchableSelect_base: {
1769
1932
  ariaDescription: string | null;
1770
1933
  ariaRowIndexText: string | null;
1771
1934
  ariaRelevant: string | null;
1935
+ roleChanged(prev: string | null, next: string | null): void;
1936
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
1937
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
1938
+ ariaBusyChanged(prev: string | null, next: string | null): void;
1939
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
1940
+ ariaColCountChanged(prev: string | null, next: string | null): void;
1941
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
1942
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
1943
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
1944
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
1945
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
1946
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
1947
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
1948
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
1949
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
1950
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
1951
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
1952
+ ariaLabelChanged(prev: string | null, next: string | null): void;
1953
+ ariaLevelChanged(prev: string | null, next: string | null): void;
1954
+ ariaLiveChanged(prev: string | null, next: string | null): void;
1955
+ ariaModalChanged(prev: string | null, next: string | null): void;
1956
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
1957
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
1958
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
1959
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
1960
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
1961
+ ariaPressedChanged(prev: string | null, next: string | null): void;
1962
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
1963
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
1964
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
1965
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
1966
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
1967
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
1968
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
1969
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
1970
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
1971
+ ariaSortChanged(prev: string | null, next: string | null): void;
1972
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
1973
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
1974
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
1975
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
1976
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
1772
1977
  "__#1@#handleReplacedProp"(replacedProp: {
1773
1978
  newPropertyName: string;
1774
1979
  deprecatedPropertyName: string;
@@ -1782,7 +1987,6 @@ declare const SearchableSelect_base: {
1782
1987
  icon?: string | undefined;
1783
1988
  iconSlottedContent?: HTMLElement[] | undefined;
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 SearchableSelect_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 SearchableSelect_base: {
2119
2365
  new (...args: any[]): {
2120
2366
  readonly locale: import("../../shared/localization/Locale").Locale;
2121
2367
  connectedCallback(): void;
2122
- specialHandling: boolean;
2123
2368
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
2124
2369
  readonly $fastController: import("@microsoft/fast-element").Controller;
2125
2370
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -2445,6 +2690,48 @@ declare const SearchableSelect_base: {
2445
2690
  ariaDescription: string | null;
2446
2691
  ariaRowIndexText: string | null;
2447
2692
  ariaRelevant: string | null;
2693
+ roleChanged(prev: string | null, next: string | null): void;
2694
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
2695
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
2696
+ ariaBusyChanged(prev: string | null, next: string | null): void;
2697
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
2698
+ ariaColCountChanged(prev: string | null, next: string | null): void;
2699
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
2700
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
2701
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
2702
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
2703
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
2704
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
2705
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
2706
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
2707
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
2708
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
2709
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
2710
+ ariaLabelChanged(prev: string | null, next: string | null): void;
2711
+ ariaLevelChanged(prev: string | null, next: string | null): void;
2712
+ ariaLiveChanged(prev: string | null, next: string | null): void;
2713
+ ariaModalChanged(prev: string | null, next: string | null): void;
2714
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
2715
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
2716
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
2717
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
2718
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
2719
+ ariaPressedChanged(prev: string | null, next: string | null): void;
2720
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
2721
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
2722
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
2723
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
2724
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
2725
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
2726
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
2727
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
2728
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
2729
+ ariaSortChanged(prev: string | null, next: string | null): void;
2730
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
2731
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
2732
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
2733
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
2734
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
2448
2735
  "__#1@#handleReplacedProp"(replacedProp: {
2449
2736
  newPropertyName: string;
2450
2737
  deprecatedPropertyName: string;
@@ -2489,7 +2776,6 @@ declare const SearchableSelect_base: {
2489
2776
  setFormValue(value: string | File | FormData | null, state?: string | File | FormData | null | undefined): void;
2490
2777
  _keypressHandler(e: KeyboardEvent): void;
2491
2778
  stopPropagation(e: Event): void;
2492
- specialHandling: boolean;
2493
2779
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
2494
2780
  readonly $fastController: import("@microsoft/fast-element").Controller;
2495
2781
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -2814,6 +3100,48 @@ declare const SearchableSelect_base: {
2814
3100
  ariaDescription: string | null;
2815
3101
  ariaRowIndexText: string | null;
2816
3102
  ariaRelevant: string | null;
3103
+ roleChanged(prev: string | null, next: string | null): void;
3104
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
3105
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
3106
+ ariaBusyChanged(prev: string | null, next: string | null): void;
3107
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
3108
+ ariaColCountChanged(prev: string | null, next: string | null): void;
3109
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
3110
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
3111
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
3112
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
3113
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
3114
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
3115
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
3116
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
3117
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
3118
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
3119
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
3120
+ ariaLabelChanged(prev: string | null, next: string | null): void;
3121
+ ariaLevelChanged(prev: string | null, next: string | null): void;
3122
+ ariaLiveChanged(prev: string | null, next: string | null): void;
3123
+ ariaModalChanged(prev: string | null, next: string | null): void;
3124
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
3125
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
3126
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
3127
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
3128
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
3129
+ ariaPressedChanged(prev: string | null, next: string | null): void;
3130
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
3131
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
3132
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
3133
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
3134
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
3135
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
3136
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
3137
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
3138
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
3139
+ ariaSortChanged(prev: string | null, next: string | null): void;
3140
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
3141
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
3142
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
3143
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
3144
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
2817
3145
  "__#1@#handleReplacedProp"(replacedProp: {
2818
3146
  newPropertyName: string;
2819
3147
  deprecatedPropertyName: string;