@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
@@ -10,7 +10,6 @@ declare const SplitButton_base: {
10
10
  icon?: string | undefined;
11
11
  iconSlottedContent?: HTMLElement[] | undefined;
12
12
  connectedCallback(): void;
13
- specialHandling: boolean;
14
13
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin.js").VividAriaBehaviour;
15
14
  readonly $fastController: import("@microsoft/fast-element").Controller;
16
15
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -336,6 +335,48 @@ declare const SplitButton_base: {
336
335
  ariaDescription: string | null;
337
336
  ariaRowIndexText: string | null;
338
337
  ariaRelevant: string | null;
338
+ roleChanged(prev: string | null, next: string | null): void;
339
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
340
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
341
+ ariaBusyChanged(prev: string | null, next: string | null): void;
342
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
343
+ ariaColCountChanged(prev: string | null, next: string | null): void;
344
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
345
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
346
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
347
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
348
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
349
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
350
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
351
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
352
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
353
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
354
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
355
+ ariaLabelChanged(prev: string | null, next: string | null): void;
356
+ ariaLevelChanged(prev: string | null, next: string | null): void;
357
+ ariaLiveChanged(prev: string | null, next: string | null): void;
358
+ ariaModalChanged(prev: string | null, next: string | null): void;
359
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
360
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
361
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
362
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
363
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
364
+ ariaPressedChanged(prev: string | null, next: string | null): void;
365
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
366
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
367
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
368
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
369
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
370
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
371
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
372
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
373
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
374
+ ariaSortChanged(prev: string | null, next: string | null): void;
375
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
376
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
377
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
378
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
379
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
339
380
  "__#1@#handleReplacedProp"(replacedProp: {
340
381
  newPropertyName: string;
341
382
  deprecatedPropertyName: string;
@@ -347,7 +388,6 @@ declare const SplitButton_base: {
347
388
  new (...args: any[]): {
348
389
  readonly locale: import("../../shared/localization/Locale.js").Locale;
349
390
  connectedCallback(): void;
350
- specialHandling: boolean;
351
391
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin.js").VividAriaBehaviour;
352
392
  readonly $fastController: import("@microsoft/fast-element").Controller;
353
393
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -673,6 +713,48 @@ declare const SplitButton_base: {
673
713
  ariaDescription: string | null;
674
714
  ariaRowIndexText: string | null;
675
715
  ariaRelevant: string | null;
716
+ roleChanged(prev: string | null, next: string | null): void;
717
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
718
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
719
+ ariaBusyChanged(prev: string | null, next: string | null): void;
720
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
721
+ ariaColCountChanged(prev: string | null, next: string | null): void;
722
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
723
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
724
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
725
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
726
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
727
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
728
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
729
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
730
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
731
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
732
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
733
+ ariaLabelChanged(prev: string | null, next: string | null): void;
734
+ ariaLevelChanged(prev: string | null, next: string | null): void;
735
+ ariaLiveChanged(prev: string | null, next: string | null): void;
736
+ ariaModalChanged(prev: string | null, next: string | null): void;
737
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
738
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
739
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
740
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
741
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
742
+ ariaPressedChanged(prev: string | null, next: string | null): void;
743
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
744
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
745
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
746
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
747
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
748
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
749
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
750
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
751
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
752
+ ariaSortChanged(prev: string | null, next: string | null): void;
753
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
754
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
755
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
756
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
757
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
676
758
  "__#1@#handleReplacedProp"(replacedProp: {
677
759
  newPropertyName: string;
678
760
  deprecatedPropertyName: string;
@@ -684,7 +766,6 @@ declare const SplitButton_base: {
684
766
  new (...args: any[]): {
685
767
  _vividAriaBehaviour: "delegate";
686
768
  connectedCallback(): void;
687
- specialHandling: boolean;
688
769
  readonly $fastController: import("@microsoft/fast-element").Controller;
689
770
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
690
771
  disconnectedCallback(): void;
@@ -1009,6 +1090,48 @@ declare const SplitButton_base: {
1009
1090
  ariaDescription: string | null;
1010
1091
  ariaRowIndexText: string | null;
1011
1092
  ariaRelevant: string | null;
1093
+ roleChanged(prev: string | null, next: string | null): void;
1094
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
1095
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
1096
+ ariaBusyChanged(prev: string | null, next: string | null): void;
1097
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
1098
+ ariaColCountChanged(prev: string | null, next: string | null): void;
1099
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
1100
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
1101
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
1102
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
1103
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
1104
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
1105
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
1106
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
1107
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
1108
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
1109
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
1110
+ ariaLabelChanged(prev: string | null, next: string | null): void;
1111
+ ariaLevelChanged(prev: string | null, next: string | null): void;
1112
+ ariaLiveChanged(prev: string | null, next: string | null): void;
1113
+ ariaModalChanged(prev: string | null, next: string | null): void;
1114
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
1115
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
1116
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
1117
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
1118
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
1119
+ ariaPressedChanged(prev: string | null, next: string | null): void;
1120
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
1121
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
1122
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
1123
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
1124
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
1125
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
1126
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
1127
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
1128
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
1129
+ ariaSortChanged(prev: string | null, next: string | null): void;
1130
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
1131
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
1132
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
1133
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
1134
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
1012
1135
  "__#1@#handleReplacedProp"(replacedProp: {
1013
1136
  newPropertyName: string;
1014
1137
  deprecatedPropertyName: string;
@@ -5,7 +5,6 @@ declare const Switch_base: {
5
5
  new (...args: any[]): {
6
6
  _vividAriaBehaviour: "delegate";
7
7
  connectedCallback(): void;
8
- specialHandling: boolean;
9
8
  readonly $fastController: import("@microsoft/fast-element").Controller;
10
9
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
11
10
  disconnectedCallback(): void;
@@ -330,6 +329,48 @@ declare const Switch_base: {
330
329
  ariaDescription: string | null;
331
330
  ariaRowIndexText: string | null;
332
331
  ariaRelevant: string | null;
332
+ roleChanged(prev: string | null, next: string | null): void;
333
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
334
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
335
+ ariaBusyChanged(prev: string | null, next: string | null): void;
336
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
337
+ ariaColCountChanged(prev: string | null, next: string | null): void;
338
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
339
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
340
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
341
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
342
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
343
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
344
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
345
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
346
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
347
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
348
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
349
+ ariaLabelChanged(prev: string | null, next: string | null): void;
350
+ ariaLevelChanged(prev: string | null, next: string | null): void;
351
+ ariaLiveChanged(prev: string | null, next: string | null): void;
352
+ ariaModalChanged(prev: string | null, next: string | null): void;
353
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
354
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
355
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
356
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
357
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
358
+ ariaPressedChanged(prev: string | null, next: string | null): void;
359
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
360
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
361
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
362
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
363
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
364
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
365
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
366
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
367
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
368
+ ariaSortChanged(prev: string | null, next: string | null): void;
369
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
370
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
371
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
372
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
373
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
333
374
  "__#1@#handleReplacedProp"(replacedProp: {
334
375
  newPropertyName: string;
335
376
  deprecatedPropertyName: string;
@@ -382,7 +423,6 @@ declare const Switch_base: {
382
423
  setFormValue(value: string | File | FormData | null, state?: string | File | FormData | null | undefined): void;
383
424
  _keypressHandler(e: KeyboardEvent): void;
384
425
  stopPropagation(e: Event): void;
385
- specialHandling: boolean;
386
426
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
387
427
  readonly $fastController: import("@microsoft/fast-element").Controller;
388
428
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -707,6 +747,48 @@ declare const Switch_base: {
707
747
  ariaDescription: string | null;
708
748
  ariaRowIndexText: string | null;
709
749
  ariaRelevant: string | null;
750
+ roleChanged(prev: string | null, next: string | null): void;
751
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
752
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
753
+ ariaBusyChanged(prev: string | null, next: string | null): void;
754
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
755
+ ariaColCountChanged(prev: string | null, next: string | null): void;
756
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
757
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
758
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
759
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
760
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
761
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
762
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
763
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
764
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
765
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
766
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
767
+ ariaLabelChanged(prev: string | null, next: string | null): void;
768
+ ariaLevelChanged(prev: string | null, next: string | null): void;
769
+ ariaLiveChanged(prev: string | null, next: string | null): void;
770
+ ariaModalChanged(prev: string | null, next: string | null): void;
771
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
772
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
773
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
774
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
775
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
776
+ ariaPressedChanged(prev: string | null, next: string | null): void;
777
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
778
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
779
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
780
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
781
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
782
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
783
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
784
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
785
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
786
+ ariaSortChanged(prev: string | null, next: string | null): void;
787
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
788
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
789
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
790
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
791
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
710
792
  "__#1@#handleReplacedProp"(replacedProp: {
711
793
  newPropertyName: string;
712
794
  deprecatedPropertyName: string;
package/lib/tab/tab.d.ts CHANGED
@@ -7,7 +7,6 @@ declare const Tab_base: {
7
7
  new (...args: any[]): {
8
8
  _vividAriaBehaviour: "host";
9
9
  connectedCallback(): void;
10
- specialHandling: boolean;
11
10
  readonly $fastController: import("@microsoft/fast-element").Controller;
12
11
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
13
12
  disconnectedCallback(): void;
@@ -332,6 +331,48 @@ declare const Tab_base: {
332
331
  ariaDescription: string | null;
333
332
  ariaRowIndexText: string | null;
334
333
  ariaRelevant: string | null;
334
+ roleChanged(prev: string | null, next: string | null): void;
335
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
336
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
337
+ ariaBusyChanged(prev: string | null, next: string | null): void;
338
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
339
+ ariaColCountChanged(prev: string | null, next: string | null): void;
340
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
341
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
342
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
343
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
344
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
345
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
346
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
347
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
348
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
349
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
350
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
351
+ ariaLabelChanged(prev: string | null, next: string | null): void;
352
+ ariaLevelChanged(prev: string | null, next: string | null): void;
353
+ ariaLiveChanged(prev: string | null, next: string | null): void;
354
+ ariaModalChanged(prev: string | null, next: string | null): void;
355
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
356
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
357
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
358
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
359
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
360
+ ariaPressedChanged(prev: string | null, next: string | null): void;
361
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
362
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
363
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
364
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
365
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
366
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
367
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
368
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
369
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
370
+ ariaSortChanged(prev: string | null, next: string | null): void;
371
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
372
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
373
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
374
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
375
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
335
376
  "__#1@#handleReplacedProp"(replacedProp: {
336
377
  newPropertyName: string;
337
378
  deprecatedPropertyName: string;
@@ -345,7 +386,6 @@ declare const Tab_base: {
345
386
  icon?: string | undefined;
346
387
  iconSlottedContent?: HTMLElement[] | undefined;
347
388
  connectedCallback(): void;
348
- specialHandling: boolean;
349
389
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
350
390
  readonly $fastController: import("@microsoft/fast-element").Controller;
351
391
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -671,6 +711,48 @@ declare const Tab_base: {
671
711
  ariaDescription: string | null;
672
712
  ariaRowIndexText: string | null;
673
713
  ariaRelevant: string | null;
714
+ roleChanged(prev: string | null, next: string | null): void;
715
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
716
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
717
+ ariaBusyChanged(prev: string | null, next: string | null): void;
718
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
719
+ ariaColCountChanged(prev: string | null, next: string | null): void;
720
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
721
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
722
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
723
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
724
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
725
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
726
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
727
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
728
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
729
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
730
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
731
+ ariaLabelChanged(prev: string | null, next: string | null): void;
732
+ ariaLevelChanged(prev: string | null, next: string | null): void;
733
+ ariaLiveChanged(prev: string | null, next: string | null): void;
734
+ ariaModalChanged(prev: string | null, next: string | null): void;
735
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
736
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
737
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
738
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
739
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
740
+ ariaPressedChanged(prev: string | null, next: string | null): void;
741
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
742
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
743
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
744
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
745
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
746
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
747
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
748
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
749
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
750
+ ariaSortChanged(prev: string | null, next: string | null): void;
751
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
752
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
753
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
754
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
755
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
674
756
  "__#1@#handleReplacedProp"(replacedProp: {
675
757
  newPropertyName: string;
676
758
  deprecatedPropertyName: string;
@@ -682,7 +764,6 @@ declare const Tab_base: {
682
764
  new (...args: any[]): {
683
765
  readonly locale: import("../../shared/localization/Locale").Locale;
684
766
  connectedCallback(): void;
685
- specialHandling: boolean;
686
767
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
687
768
  readonly $fastController: import("@microsoft/fast-element").Controller;
688
769
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -1008,6 +1089,48 @@ declare const Tab_base: {
1008
1089
  ariaDescription: string | null;
1009
1090
  ariaRowIndexText: string | null;
1010
1091
  ariaRelevant: string | null;
1092
+ roleChanged(prev: string | null, next: string | null): void;
1093
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
1094
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
1095
+ ariaBusyChanged(prev: string | null, next: string | null): void;
1096
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
1097
+ ariaColCountChanged(prev: string | null, next: string | null): void;
1098
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
1099
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
1100
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
1101
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
1102
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
1103
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
1104
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
1105
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
1106
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
1107
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
1108
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
1109
+ ariaLabelChanged(prev: string | null, next: string | null): void;
1110
+ ariaLevelChanged(prev: string | null, next: string | null): void;
1111
+ ariaLiveChanged(prev: string | null, next: string | null): void;
1112
+ ariaModalChanged(prev: string | null, next: string | null): void;
1113
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
1114
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
1115
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
1116
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
1117
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
1118
+ ariaPressedChanged(prev: string | null, next: string | null): void;
1119
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
1120
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
1121
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
1122
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
1123
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
1124
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
1125
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
1126
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
1127
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
1128
+ ariaSortChanged(prev: string | null, next: string | null): void;
1129
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
1130
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
1131
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
1132
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
1133
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
1011
1134
  "__#1@#handleReplacedProp"(replacedProp: {
1012
1135
  newPropertyName: string;
1013
1136
  deprecatedPropertyName: string;
@@ -3,7 +3,6 @@ declare const TabPanel_base: {
3
3
  new (...args: any[]): {
4
4
  _vividAriaBehaviour: "host";
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 TabPanel_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;