@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
@@ -20,7 +20,6 @@ declare const Combobox_base: {
20
20
  _slottedHelperTextFeedbackType(): "none" | "helper";
21
21
  _getFeedbackTemplate(ctx: import("../../shared/design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
22
22
  connectedCallback(): void;
23
- specialHandling: boolean;
24
23
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
25
24
  readonly $fastController: import("@microsoft/fast-element").Controller;
26
25
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -346,6 +345,48 @@ declare const Combobox_base: {
346
345
  ariaDescription: string | null;
347
346
  ariaRowIndexText: string | null;
348
347
  ariaRelevant: string | null;
348
+ roleChanged(prev: string | null, next: string | null): void;
349
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
350
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
351
+ ariaBusyChanged(prev: string | null, next: string | null): void;
352
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
353
+ ariaColCountChanged(prev: string | null, next: string | null): void;
354
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
355
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
356
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
357
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
358
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
359
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
360
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
361
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
362
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
363
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
364
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
365
+ ariaLabelChanged(prev: string | null, next: string | null): void;
366
+ ariaLevelChanged(prev: string | null, next: string | null): void;
367
+ ariaLiveChanged(prev: string | null, next: string | null): void;
368
+ ariaModalChanged(prev: string | null, next: string | null): void;
369
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
370
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
371
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
372
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
373
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
374
+ ariaPressedChanged(prev: string | null, next: string | null): void;
375
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
376
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
377
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
378
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
379
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
380
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
381
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
382
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
383
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
384
+ ariaSortChanged(prev: string | null, next: string | null): void;
385
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
386
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
387
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
388
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
389
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
349
390
  "__#1@#handleReplacedProp"(replacedProp: {
350
391
  newPropertyName: string;
351
392
  deprecatedPropertyName: string;
@@ -401,7 +442,6 @@ declare const Combobox_base: {
401
442
  setFormValue(value: string | File | FormData | null, state?: string | File | FormData | null | undefined): void;
402
443
  _keypressHandler(e: KeyboardEvent): void;
403
444
  stopPropagation(e: Event): void;
404
- specialHandling: boolean;
405
445
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
406
446
  readonly $fastController: import("@microsoft/fast-element").Controller;
407
447
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -726,6 +766,48 @@ declare const Combobox_base: {
726
766
  ariaDescription: string | null;
727
767
  ariaRowIndexText: string | null;
728
768
  ariaRelevant: string | null;
769
+ roleChanged(prev: string | null, next: string | null): void;
770
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
771
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
772
+ ariaBusyChanged(prev: string | null, next: string | null): void;
773
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
774
+ ariaColCountChanged(prev: string | null, next: string | null): void;
775
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
776
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
777
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
778
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
779
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
780
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
781
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
782
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
783
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
784
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
785
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
786
+ ariaLabelChanged(prev: string | null, next: string | null): void;
787
+ ariaLevelChanged(prev: string | null, next: string | null): void;
788
+ ariaLiveChanged(prev: string | null, next: string | null): void;
789
+ ariaModalChanged(prev: string | null, next: string | null): void;
790
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
791
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
792
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
793
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
794
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
795
+ ariaPressedChanged(prev: string | null, next: string | null): void;
796
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
797
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
798
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
799
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
800
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
801
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
802
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
803
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
804
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
805
+ ariaSortChanged(prev: string | null, next: string | null): void;
806
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
807
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
808
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
809
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
810
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
729
811
  "__#1@#handleReplacedProp"(replacedProp: {
730
812
  newPropertyName: string;
731
813
  deprecatedPropertyName: string;
@@ -737,7 +819,6 @@ declare const Combobox_base: {
737
819
  new (...args: any[]): {
738
820
  successText?: string | undefined;
739
821
  connectedCallback(): void;
740
- specialHandling: boolean;
741
822
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
742
823
  readonly $fastController: import("@microsoft/fast-element").Controller;
743
824
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -1063,6 +1144,48 @@ declare const Combobox_base: {
1063
1144
  ariaDescription: string | null;
1064
1145
  ariaRowIndexText: string | null;
1065
1146
  ariaRelevant: string | null;
1147
+ roleChanged(prev: string | null, next: string | null): void;
1148
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
1149
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
1150
+ ariaBusyChanged(prev: string | null, next: string | null): void;
1151
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
1152
+ ariaColCountChanged(prev: string | null, next: string | null): void;
1153
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
1154
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
1155
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
1156
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
1157
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
1158
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
1159
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
1160
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
1161
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
1162
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
1163
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
1164
+ ariaLabelChanged(prev: string | null, next: string | null): void;
1165
+ ariaLevelChanged(prev: string | null, next: string | null): void;
1166
+ ariaLiveChanged(prev: string | null, next: string | null): void;
1167
+ ariaModalChanged(prev: string | null, next: string | null): void;
1168
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
1169
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
1170
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
1171
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
1172
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
1173
+ ariaPressedChanged(prev: string | null, next: string | null): void;
1174
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
1175
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
1176
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
1177
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
1178
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
1179
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
1180
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
1181
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
1182
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
1183
+ ariaSortChanged(prev: string | null, next: string | null): void;
1184
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
1185
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
1186
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
1187
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
1188
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
1066
1189
  "__#1@#handleReplacedProp"(replacedProp: {
1067
1190
  newPropertyName: string;
1068
1191
  deprecatedPropertyName: string;
@@ -1112,7 +1235,6 @@ declare const Combobox_base: {
1112
1235
  setFormValue(value: string | File | FormData | null, state?: string | File | FormData | null | undefined): void;
1113
1236
  _keypressHandler(e: KeyboardEvent): void;
1114
1237
  stopPropagation(e: Event): void;
1115
- specialHandling: boolean;
1116
1238
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
1117
1239
  readonly $fastController: import("@microsoft/fast-element").Controller;
1118
1240
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -1437,6 +1559,48 @@ declare const Combobox_base: {
1437
1559
  ariaDescription: string | null;
1438
1560
  ariaRowIndexText: string | null;
1439
1561
  ariaRelevant: string | null;
1562
+ roleChanged(prev: string | null, next: string | null): void;
1563
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
1564
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
1565
+ ariaBusyChanged(prev: string | null, next: string | null): void;
1566
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
1567
+ ariaColCountChanged(prev: string | null, next: string | null): void;
1568
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
1569
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
1570
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
1571
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
1572
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
1573
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
1574
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
1575
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
1576
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
1577
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
1578
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
1579
+ ariaLabelChanged(prev: string | null, next: string | null): void;
1580
+ ariaLevelChanged(prev: string | null, next: string | null): void;
1581
+ ariaLiveChanged(prev: string | null, next: string | null): void;
1582
+ ariaModalChanged(prev: string | null, next: string | null): void;
1583
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
1584
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
1585
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
1586
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
1587
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
1588
+ ariaPressedChanged(prev: string | null, next: string | null): void;
1589
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
1590
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
1591
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
1592
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
1593
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
1594
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
1595
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
1596
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
1597
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
1598
+ ariaSortChanged(prev: string | null, next: string | null): void;
1599
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
1600
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
1601
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
1602
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
1603
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
1440
1604
  "__#1@#handleReplacedProp"(replacedProp: {
1441
1605
  newPropertyName: string;
1442
1606
  deprecatedPropertyName: string;
@@ -1449,7 +1613,6 @@ declare const Combobox_base: {
1449
1613
  icon?: string | undefined;
1450
1614
  iconSlottedContent?: HTMLElement[] | undefined;
1451
1615
  connectedCallback(): void;
1452
- specialHandling: boolean;
1453
1616
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
1454
1617
  readonly $fastController: import("@microsoft/fast-element").Controller;
1455
1618
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -1775,6 +1938,48 @@ declare const Combobox_base: {
1775
1938
  ariaDescription: string | null;
1776
1939
  ariaRowIndexText: string | null;
1777
1940
  ariaRelevant: string | null;
1941
+ roleChanged(prev: string | null, next: string | null): void;
1942
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
1943
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
1944
+ ariaBusyChanged(prev: string | null, next: string | null): void;
1945
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
1946
+ ariaColCountChanged(prev: string | null, next: string | null): void;
1947
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
1948
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
1949
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
1950
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
1951
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
1952
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
1953
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
1954
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
1955
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
1956
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
1957
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
1958
+ ariaLabelChanged(prev: string | null, next: string | null): void;
1959
+ ariaLevelChanged(prev: string | null, next: string | null): void;
1960
+ ariaLiveChanged(prev: string | null, next: string | null): void;
1961
+ ariaModalChanged(prev: string | null, next: string | null): void;
1962
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
1963
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
1964
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
1965
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
1966
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
1967
+ ariaPressedChanged(prev: string | null, next: string | null): void;
1968
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
1969
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
1970
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
1971
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
1972
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
1973
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
1974
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
1975
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
1976
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
1977
+ ariaSortChanged(prev: string | null, next: string | null): void;
1978
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
1979
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
1980
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
1981
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
1982
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
1778
1983
  "__#1@#handleReplacedProp"(replacedProp: {
1779
1984
  newPropertyName: string;
1780
1985
  deprecatedPropertyName: string;
@@ -1819,7 +2024,6 @@ declare const Combobox_base: {
1819
2024
  setFormValue(value: string | File | FormData | null, state?: string | File | FormData | null | undefined): void;
1820
2025
  _keypressHandler(e: KeyboardEvent): void;
1821
2026
  stopPropagation(e: Event): void;
1822
- specialHandling: boolean;
1823
2027
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
1824
2028
  readonly $fastController: import("@microsoft/fast-element").Controller;
1825
2029
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -2144,6 +2348,48 @@ declare const Combobox_base: {
2144
2348
  ariaDescription: string | null;
2145
2349
  ariaRowIndexText: string | null;
2146
2350
  ariaRelevant: string | null;
2351
+ roleChanged(prev: string | null, next: string | null): void;
2352
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
2353
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
2354
+ ariaBusyChanged(prev: string | null, next: string | null): void;
2355
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
2356
+ ariaColCountChanged(prev: string | null, next: string | null): void;
2357
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
2358
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
2359
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
2360
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
2361
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
2362
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
2363
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
2364
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
2365
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
2366
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
2367
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
2368
+ ariaLabelChanged(prev: string | null, next: string | null): void;
2369
+ ariaLevelChanged(prev: string | null, next: string | null): void;
2370
+ ariaLiveChanged(prev: string | null, next: string | null): void;
2371
+ ariaModalChanged(prev: string | null, next: string | null): void;
2372
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
2373
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
2374
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
2375
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
2376
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
2377
+ ariaPressedChanged(prev: string | null, next: string | null): void;
2378
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
2379
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
2380
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
2381
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
2382
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
2383
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
2384
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
2385
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
2386
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
2387
+ ariaSortChanged(prev: string | null, next: string | null): void;
2388
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
2389
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
2390
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
2391
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
2392
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
2147
2393
  "__#1@#handleReplacedProp"(replacedProp: {
2148
2394
  newPropertyName: string;
2149
2395
  deprecatedPropertyName: string;