@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
@@ -12,7 +12,6 @@ declare const Divider_base: {
12
12
  new (...args: any[]): {
13
13
  _vividAriaBehaviour: "host";
14
14
  connectedCallback(): void;
15
- specialHandling: boolean;
16
15
  readonly $fastController: import("@microsoft/fast-element").Controller;
17
16
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
18
17
  disconnectedCallback(): void;
@@ -337,6 +336,48 @@ declare const Divider_base: {
337
336
  ariaDescription: string | null;
338
337
  ariaRowIndexText: string | null;
339
338
  ariaRelevant: string | null;
339
+ roleChanged(prev: string | null, next: string | null): void;
340
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
341
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
342
+ ariaBusyChanged(prev: string | null, next: string | null): void;
343
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
344
+ ariaColCountChanged(prev: string | null, next: string | null): void;
345
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
346
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
347
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
348
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
349
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
350
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
351
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
352
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
353
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
354
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
355
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
356
+ ariaLabelChanged(prev: string | null, next: string | null): void;
357
+ ariaLevelChanged(prev: string | null, next: string | null): void;
358
+ ariaLiveChanged(prev: string | null, next: string | null): void;
359
+ ariaModalChanged(prev: string | null, next: string | null): void;
360
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
361
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
362
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
363
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
364
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
365
+ ariaPressedChanged(prev: string | null, next: string | null): void;
366
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
367
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
368
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
369
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
370
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
371
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
372
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
373
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
374
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
375
+ ariaSortChanged(prev: string | null, next: string | null): void;
376
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
377
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
378
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
379
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
380
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
340
381
  "__#1@#handleReplacedProp"(replacedProp: {
341
382
  newPropertyName: string;
342
383
  deprecatedPropertyName: string;
package/lib/fab/fab.d.ts CHANGED
@@ -9,7 +9,6 @@ declare const Fab_base: {
9
9
  icon?: string | undefined;
10
10
  iconSlottedContent?: HTMLElement[] | undefined;
11
11
  connectedCallback(): void;
12
- specialHandling: boolean;
13
12
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
14
13
  readonly $fastController: import("@microsoft/fast-element").Controller;
15
14
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -335,6 +334,48 @@ declare const Fab_base: {
335
334
  ariaDescription: string | null;
336
335
  ariaRowIndexText: string | null;
337
336
  ariaRelevant: string | null;
337
+ roleChanged(prev: string | null, next: string | null): void;
338
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
339
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
340
+ ariaBusyChanged(prev: string | null, next: string | null): void;
341
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
342
+ ariaColCountChanged(prev: string | null, next: string | null): void;
343
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
344
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
345
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
346
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
347
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
348
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
349
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
350
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
351
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
352
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
353
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
354
+ ariaLabelChanged(prev: string | null, next: string | null): void;
355
+ ariaLevelChanged(prev: string | null, next: string | null): void;
356
+ ariaLiveChanged(prev: string | null, next: string | null): void;
357
+ ariaModalChanged(prev: string | null, next: string | null): void;
358
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
359
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
360
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
361
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
362
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
363
+ ariaPressedChanged(prev: string | null, next: string | null): void;
364
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
365
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
366
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
367
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
368
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
369
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
370
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
371
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
372
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
373
+ ariaSortChanged(prev: string | null, next: string | null): void;
374
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
375
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
376
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
377
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
378
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
338
379
  "__#1@#handleReplacedProp"(replacedProp: {
339
380
  newPropertyName: string;
340
381
  deprecatedPropertyName: string;
@@ -16,7 +16,6 @@ declare const FilePicker_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 FilePicker_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 FilePicker_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 FilePicker_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;
@@ -771,7 +853,6 @@ declare const FilePicker_base: {
771
853
  setFormValue(value: string | File | FormData | null, state?: string | File | FormData | null | undefined): void;
772
854
  _keypressHandler(e: KeyboardEvent): void;
773
855
  stopPropagation(e: Event): void;
774
- specialHandling: boolean;
775
856
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
776
857
  readonly $fastController: import("@microsoft/fast-element").Controller;
777
858
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -1096,6 +1177,48 @@ declare const FilePicker_base: {
1096
1177
  ariaDescription: string | null;
1097
1178
  ariaRowIndexText: string | null;
1098
1179
  ariaRelevant: string | null;
1180
+ roleChanged(prev: string | null, next: string | null): void;
1181
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
1182
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
1183
+ ariaBusyChanged(prev: string | null, next: string | null): void;
1184
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
1185
+ ariaColCountChanged(prev: string | null, next: string | null): void;
1186
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
1187
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
1188
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
1189
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
1190
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
1191
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
1192
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
1193
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
1194
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
1195
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
1196
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
1197
+ ariaLabelChanged(prev: string | null, next: string | null): void;
1198
+ ariaLevelChanged(prev: string | null, next: string | null): void;
1199
+ ariaLiveChanged(prev: string | null, next: string | null): void;
1200
+ ariaModalChanged(prev: string | null, next: string | null): void;
1201
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
1202
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
1203
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
1204
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
1205
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
1206
+ ariaPressedChanged(prev: string | null, next: string | null): void;
1207
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
1208
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
1209
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
1210
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
1211
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
1212
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
1213
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
1214
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
1215
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
1216
+ ariaSortChanged(prev: string | null, next: string | null): void;
1217
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
1218
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
1219
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
1220
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
1221
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
1099
1222
  "__#1@#handleReplacedProp"(replacedProp: {
1100
1223
  newPropertyName: string;
1101
1224
  deprecatedPropertyName: string;
@@ -1107,7 +1230,6 @@ declare const FilePicker_base: {
1107
1230
  new (...args: any[]): {
1108
1231
  _vividAriaBehaviour: "delegate";
1109
1232
  connectedCallback(): void;
1110
- specialHandling: boolean;
1111
1233
  readonly $fastController: import("@microsoft/fast-element").Controller;
1112
1234
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
1113
1235
  disconnectedCallback(): void;
@@ -1432,6 +1554,48 @@ declare const FilePicker_base: {
1432
1554
  ariaDescription: string | null;
1433
1555
  ariaRowIndexText: string | null;
1434
1556
  ariaRelevant: string | null;
1557
+ roleChanged(prev: string | null, next: string | null): void;
1558
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
1559
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
1560
+ ariaBusyChanged(prev: string | null, next: string | null): void;
1561
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
1562
+ ariaColCountChanged(prev: string | null, next: string | null): void;
1563
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
1564
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
1565
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
1566
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
1567
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
1568
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
1569
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
1570
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
1571
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
1572
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
1573
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
1574
+ ariaLabelChanged(prev: string | null, next: string | null): void;
1575
+ ariaLevelChanged(prev: string | null, next: string | null): void;
1576
+ ariaLiveChanged(prev: string | null, next: string | null): void;
1577
+ ariaModalChanged(prev: string | null, next: string | null): void;
1578
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
1579
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
1580
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
1581
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
1582
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
1583
+ ariaPressedChanged(prev: string | null, next: string | null): void;
1584
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
1585
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
1586
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
1587
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
1588
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
1589
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
1590
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
1591
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
1592
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
1593
+ ariaSortChanged(prev: string | null, next: string | null): void;
1594
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
1595
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
1596
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
1597
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
1598
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
1435
1599
  "__#1@#handleReplacedProp"(replacedProp: {
1436
1600
  newPropertyName: string;
1437
1601
  deprecatedPropertyName: string;
@@ -1443,7 +1607,6 @@ declare const FilePicker_base: {
1443
1607
  new (...args: any[]): {
1444
1608
  readonly locale: Locale;
1445
1609
  connectedCallback(): void;
1446
- specialHandling: boolean;
1447
1610
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
1448
1611
  readonly $fastController: import("@microsoft/fast-element").Controller;
1449
1612
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -1769,6 +1932,48 @@ declare const FilePicker_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;
@@ -1813,7 +2018,6 @@ declare const FilePicker_base: {
1813
2018
  setFormValue(value: string | File | FormData | null, state?: string | File | FormData | null | undefined): void;
1814
2019
  _keypressHandler(e: KeyboardEvent): void;
1815
2020
  stopPropagation(e: Event): void;
1816
- specialHandling: boolean;
1817
2021
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
1818
2022
  readonly $fastController: import("@microsoft/fast-element").Controller;
1819
2023
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -2138,6 +2342,48 @@ declare const FilePicker_base: {
2138
2342
  ariaDescription: string | null;
2139
2343
  ariaRowIndexText: string | null;
2140
2344
  ariaRelevant: string | null;
2345
+ roleChanged(prev: string | null, next: string | null): void;
2346
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
2347
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
2348
+ ariaBusyChanged(prev: string | null, next: string | null): void;
2349
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
2350
+ ariaColCountChanged(prev: string | null, next: string | null): void;
2351
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
2352
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
2353
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
2354
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
2355
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
2356
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
2357
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
2358
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
2359
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
2360
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
2361
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
2362
+ ariaLabelChanged(prev: string | null, next: string | null): void;
2363
+ ariaLevelChanged(prev: string | null, next: string | null): void;
2364
+ ariaLiveChanged(prev: string | null, next: string | null): void;
2365
+ ariaModalChanged(prev: string | null, next: string | null): void;
2366
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
2367
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
2368
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
2369
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
2370
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
2371
+ ariaPressedChanged(prev: string | null, next: string | null): void;
2372
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
2373
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
2374
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
2375
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
2376
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
2377
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
2378
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
2379
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
2380
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
2381
+ ariaSortChanged(prev: string | null, next: string | null): void;
2382
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
2383
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
2384
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
2385
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
2386
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
2141
2387
  "__#1@#handleReplacedProp"(replacedProp: {
2142
2388
  newPropertyName: string;
2143
2389
  deprecatedPropertyName: string;
@@ -4,4 +4,5 @@ export interface FilePickerLocale {
4
4
  fileTooBigError: string;
5
5
  invalidFilesError: string;
6
6
  removeFileLabel: string;
7
+ uploadFilesLabel: string;
7
8
  }
@@ -3,7 +3,6 @@ declare const Header_base: {
3
3
  new (...args: any[]): {
4
4
  _vividAriaBehaviour: "delegate";
5
5
  connectedCallback(): void;
6
- specialHandling: boolean;
7
6
  readonly $fastController: import("@microsoft/fast-element").Controller;
8
7
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
9
8
  disconnectedCallback(): void;
@@ -328,6 +327,48 @@ declare const Header_base: {
328
327
  ariaDescription: string | null;
329
328
  ariaRowIndexText: string | null;
330
329
  ariaRelevant: string | null;
330
+ roleChanged(prev: string | null, next: string | null): void;
331
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
332
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
333
+ ariaBusyChanged(prev: string | null, next: string | null): void;
334
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
335
+ ariaColCountChanged(prev: string | null, next: string | null): void;
336
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
337
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
338
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
339
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
340
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
341
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
342
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
343
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
344
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
345
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
346
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
347
+ ariaLabelChanged(prev: string | null, next: string | null): void;
348
+ ariaLevelChanged(prev: string | null, next: string | null): void;
349
+ ariaLiveChanged(prev: string | null, next: string | null): void;
350
+ ariaModalChanged(prev: string | null, next: string | null): void;
351
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
352
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
353
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
354
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
355
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
356
+ ariaPressedChanged(prev: string | null, next: string | null): void;
357
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
358
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
359
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
360
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
361
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
362
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
363
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
364
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
365
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
366
+ ariaSortChanged(prev: string | null, next: string | null): void;
367
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
368
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
369
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
370
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
371
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
331
372
  "__#1@#handleReplacedProp"(replacedProp: {
332
373
  newPropertyName: string;
333
374
  deprecatedPropertyName: string;
@@ -13,7 +13,6 @@ declare const Menu_base: {
13
13
  "__#9@#cleanupObserverIfNeeded": () => void;
14
14
  connectedCallback(): void;
15
15
  disconnectedCallback(): void;
16
- specialHandling: boolean;
17
16
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
18
17
  readonly $fastController: import("@microsoft/fast-element").Controller;
19
18
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -338,6 +337,48 @@ declare const Menu_base: {
338
337
  ariaDescription: string | null;
339
338
  ariaRowIndexText: string | null;
340
339
  ariaRelevant: string | null;
340
+ roleChanged(prev: string | null, next: string | null): void;
341
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
342
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
343
+ ariaBusyChanged(prev: string | null, next: string | null): void;
344
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
345
+ ariaColCountChanged(prev: string | null, next: string | null): void;
346
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
347
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
348
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
349
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
350
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
351
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
352
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
353
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
354
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
355
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
356
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
357
+ ariaLabelChanged(prev: string | null, next: string | null): void;
358
+ ariaLevelChanged(prev: string | null, next: string | null): void;
359
+ ariaLiveChanged(prev: string | null, next: string | null): void;
360
+ ariaModalChanged(prev: string | null, next: string | null): void;
361
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
362
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
363
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
364
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
365
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
366
+ ariaPressedChanged(prev: string | null, next: string | null): void;
367
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
368
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
369
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
370
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
371
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
372
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
373
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
374
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
375
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
376
+ ariaSortChanged(prev: string | null, next: string | null): void;
377
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
378
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
379
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
380
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
381
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
341
382
  "__#1@#handleReplacedProp"(replacedProp: {
342
383
  newPropertyName: string;
343
384
  deprecatedPropertyName: string;
@@ -349,7 +390,6 @@ declare const Menu_base: {
349
390
  new (...args: any[]): {
350
391
  _vividAriaBehaviour: "delegate";
351
392
  connectedCallback(): void;
352
- specialHandling: boolean;
353
393
  readonly $fastController: import("@microsoft/fast-element").Controller;
354
394
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
355
395
  disconnectedCallback(): void;
@@ -674,6 +714,48 @@ declare const Menu_base: {
674
714
  ariaDescription: string | null;
675
715
  ariaRowIndexText: string | null;
676
716
  ariaRelevant: string | null;
717
+ roleChanged(prev: string | null, next: string | null): void;
718
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
719
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
720
+ ariaBusyChanged(prev: string | null, next: string | null): void;
721
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
722
+ ariaColCountChanged(prev: string | null, next: string | null): void;
723
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
724
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
725
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
726
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
727
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
728
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
729
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
730
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
731
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
732
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
733
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
734
+ ariaLabelChanged(prev: string | null, next: string | null): void;
735
+ ariaLevelChanged(prev: string | null, next: string | null): void;
736
+ ariaLiveChanged(prev: string | null, next: string | null): void;
737
+ ariaModalChanged(prev: string | null, next: string | null): void;
738
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
739
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
740
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
741
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
742
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
743
+ ariaPressedChanged(prev: string | null, next: string | null): void;
744
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
745
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
746
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
747
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
748
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
749
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
750
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
751
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
752
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
753
+ ariaSortChanged(prev: string | null, next: string | null): void;
754
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
755
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
756
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
757
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
758
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
677
759
  "__#1@#handleReplacedProp"(replacedProp: {
678
760
  newPropertyName: string;
679
761
  deprecatedPropertyName: string;