@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
@@ -84,7 +84,6 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
84
84
  _slottedHelperTextFeedbackType(): "none" | "helper";
85
85
  _getFeedbackTemplate(ctx: import("../../shared/design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
86
86
  connectedCallback(): void;
87
- specialHandling: boolean;
88
87
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
89
88
  readonly $fastController: import("@microsoft/fast-element").Controller;
90
89
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -410,6 +409,48 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
410
409
  ariaDescription: string | null;
411
410
  ariaRowIndexText: string | null;
412
411
  ariaRelevant: string | null;
412
+ roleChanged(prev: string | null, next: string | null): void;
413
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
414
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
415
+ ariaBusyChanged(prev: string | null, next: string | null): void;
416
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
417
+ ariaColCountChanged(prev: string | null, next: string | null): void;
418
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
419
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
420
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
421
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
422
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
423
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
424
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
425
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
426
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
427
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
428
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
429
+ ariaLabelChanged(prev: string | null, next: string | null): void;
430
+ ariaLevelChanged(prev: string | null, next: string | null): void;
431
+ ariaLiveChanged(prev: string | null, next: string | null): void;
432
+ ariaModalChanged(prev: string | null, next: string | null): void;
433
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
434
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
435
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
436
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
437
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
438
+ ariaPressedChanged(prev: string | null, next: string | null): void;
439
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
440
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
441
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
442
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
443
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
444
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
445
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
446
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
447
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
448
+ ariaSortChanged(prev: string | null, next: string | null): void;
449
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
450
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
451
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
452
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
453
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
413
454
  "__#1@#handleReplacedProp"(replacedProp: {
414
455
  newPropertyName: string;
415
456
  deprecatedPropertyName: string;
@@ -417,7 +458,6 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
417
458
  toDeprecated?: ((v: any) => any) | undefined;
418
459
  }): void;
419
460
  }, any>;
420
- specialHandling: boolean;
421
461
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
422
462
  readonly $fastController: import("@microsoft/fast-element").Controller;
423
463
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -742,6 +782,48 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
742
782
  ariaDescription: string | null;
743
783
  ariaRowIndexText: string | null;
744
784
  ariaRelevant: string | null;
785
+ roleChanged(prev: string | null, next: string | null): void;
786
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
787
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
788
+ ariaBusyChanged(prev: string | null, next: string | null): void;
789
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
790
+ ariaColCountChanged(prev: string | null, next: string | null): void;
791
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
792
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
793
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
794
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
795
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
796
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
797
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
798
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
799
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
800
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
801
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
802
+ ariaLabelChanged(prev: string | null, next: string | null): void;
803
+ ariaLevelChanged(prev: string | null, next: string | null): void;
804
+ ariaLiveChanged(prev: string | null, next: string | null): void;
805
+ ariaModalChanged(prev: string | null, next: string | null): void;
806
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
807
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
808
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
809
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
810
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
811
+ ariaPressedChanged(prev: string | null, next: string | null): void;
812
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
813
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
814
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
815
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
816
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
817
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
818
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
819
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
820
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
821
+ ariaSortChanged(prev: string | null, next: string | null): void;
822
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
823
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
824
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
825
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
826
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
745
827
  "__#1@#handleReplacedProp"(replacedProp: {
746
828
  newPropertyName: string;
747
829
  deprecatedPropertyName: string;
@@ -855,7 +937,6 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
855
937
  _slottedHelperTextFeedbackType(): "none" | "helper";
856
938
  _getFeedbackTemplate(ctx: import("../../shared/design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
857
939
  connectedCallback(): void;
858
- specialHandling: boolean;
859
940
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
860
941
  readonly $fastController: import("@microsoft/fast-element").Controller;
861
942
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -1181,6 +1262,48 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
1181
1262
  ariaDescription: string | null;
1182
1263
  ariaRowIndexText: string | null;
1183
1264
  ariaRelevant: string | null;
1265
+ roleChanged(prev: string | null, next: string | null): void;
1266
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
1267
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
1268
+ ariaBusyChanged(prev: string | null, next: string | null): void;
1269
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
1270
+ ariaColCountChanged(prev: string | null, next: string | null): void;
1271
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
1272
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
1273
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
1274
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
1275
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
1276
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
1277
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
1278
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
1279
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
1280
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
1281
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
1282
+ ariaLabelChanged(prev: string | null, next: string | null): void;
1283
+ ariaLevelChanged(prev: string | null, next: string | null): void;
1284
+ ariaLiveChanged(prev: string | null, next: string | null): void;
1285
+ ariaModalChanged(prev: string | null, next: string | null): void;
1286
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
1287
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
1288
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
1289
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
1290
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
1291
+ ariaPressedChanged(prev: string | null, next: string | null): void;
1292
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
1293
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
1294
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
1295
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
1296
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
1297
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
1298
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
1299
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
1300
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
1301
+ ariaSortChanged(prev: string | null, next: string | null): void;
1302
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
1303
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
1304
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
1305
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
1306
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
1184
1307
  "__#1@#handleReplacedProp"(replacedProp: {
1185
1308
  newPropertyName: string;
1186
1309
  deprecatedPropertyName: string;
@@ -1188,7 +1311,6 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
1188
1311
  toDeprecated?: ((v: any) => any) | undefined;
1189
1312
  }): void;
1190
1313
  }, any>;
1191
- specialHandling: boolean;
1192
1314
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
1193
1315
  readonly $fastController: import("@microsoft/fast-element").Controller;
1194
1316
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -1513,6 +1635,48 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
1513
1635
  ariaDescription: string | null;
1514
1636
  ariaRowIndexText: string | null;
1515
1637
  ariaRelevant: string | null;
1638
+ roleChanged(prev: string | null, next: string | null): void;
1639
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
1640
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
1641
+ ariaBusyChanged(prev: string | null, next: string | null): void;
1642
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
1643
+ ariaColCountChanged(prev: string | null, next: string | null): void;
1644
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
1645
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
1646
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
1647
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
1648
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
1649
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
1650
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
1651
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
1652
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
1653
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
1654
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
1655
+ ariaLabelChanged(prev: string | null, next: string | null): void;
1656
+ ariaLevelChanged(prev: string | null, next: string | null): void;
1657
+ ariaLiveChanged(prev: string | null, next: string | null): void;
1658
+ ariaModalChanged(prev: string | null, next: string | null): void;
1659
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
1660
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
1661
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
1662
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
1663
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
1664
+ ariaPressedChanged(prev: string | null, next: string | null): void;
1665
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
1666
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
1667
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
1668
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
1669
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
1670
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
1671
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
1672
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
1673
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
1674
+ ariaSortChanged(prev: string | null, next: string | null): void;
1675
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
1676
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
1677
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
1678
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
1679
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
1516
1680
  "__#1@#handleReplacedProp"(replacedProp: {
1517
1681
  newPropertyName: string;
1518
1682
  deprecatedPropertyName: string;
@@ -4,7 +4,6 @@ declare const Toggletip_base: {
4
4
  new (...args: any[]): {
5
5
  readonly locale: import("../../shared/localization/Locale").Locale;
6
6
  connectedCallback(): void;
7
- specialHandling: boolean;
8
7
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
9
8
  readonly $fastController: import("@microsoft/fast-element").Controller;
10
9
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -330,6 +329,48 @@ declare const Toggletip_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;
@@ -350,7 +391,6 @@ declare const Toggletip_base: {
350
391
  "__#9@#cleanupObserverIfNeeded": () => void;
351
392
  connectedCallback(): void;
352
393
  disconnectedCallback(): void;
353
- specialHandling: boolean;
354
394
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
355
395
  readonly $fastController: import("@microsoft/fast-element").Controller;
356
396
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -675,6 +715,48 @@ declare const Toggletip_base: {
675
715
  ariaDescription: string | null;
676
716
  ariaRowIndexText: string | null;
677
717
  ariaRelevant: string | null;
718
+ roleChanged(prev: string | null, next: string | null): void;
719
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
720
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
721
+ ariaBusyChanged(prev: string | null, next: string | null): void;
722
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
723
+ ariaColCountChanged(prev: string | null, next: string | null): void;
724
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
725
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
726
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
727
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
728
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
729
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
730
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
731
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
732
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
733
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
734
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
735
+ ariaLabelChanged(prev: string | null, next: string | null): void;
736
+ ariaLevelChanged(prev: string | null, next: string | null): void;
737
+ ariaLiveChanged(prev: string | null, next: string | null): void;
738
+ ariaModalChanged(prev: string | null, next: string | null): void;
739
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
740
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
741
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
742
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
743
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
744
+ ariaPressedChanged(prev: string | null, next: string | null): void;
745
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
746
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
747
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
748
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
749
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
750
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
751
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
752
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
753
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
754
+ ariaSortChanged(prev: string | null, next: string | null): void;
755
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
756
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
757
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
758
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
759
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
678
760
  "__#1@#handleReplacedProp"(replacedProp: {
679
761
  newPropertyName: string;
680
762
  deprecatedPropertyName: string;
@@ -13,7 +13,6 @@ declare const Tooltip_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 Tooltip_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;
@@ -4,7 +4,6 @@ declare const TreeItem_base: {
4
4
  new (...args: any[]): {
5
5
  _vividAriaBehaviour: "host";
6
6
  connectedCallback(): void;
7
- specialHandling: boolean;
8
7
  readonly $fastController: import("@microsoft/fast-element").Controller;
9
8
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
10
9
  disconnectedCallback(): void;
@@ -329,6 +328,48 @@ declare const TreeItem_base: {
329
328
  ariaDescription: string | null;
330
329
  ariaRowIndexText: string | null;
331
330
  ariaRelevant: string | null;
331
+ roleChanged(prev: string | null, next: string | null): void;
332
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
333
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
334
+ ariaBusyChanged(prev: string | null, next: string | null): void;
335
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
336
+ ariaColCountChanged(prev: string | null, next: string | null): void;
337
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
338
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
339
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
340
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
341
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
342
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
343
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
344
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
345
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
346
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
347
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
348
+ ariaLabelChanged(prev: string | null, next: string | null): void;
349
+ ariaLevelChanged(prev: string | null, next: string | null): void;
350
+ ariaLiveChanged(prev: string | null, next: string | null): void;
351
+ ariaModalChanged(prev: string | null, next: string | null): void;
352
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
353
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
354
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
355
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
356
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
357
+ ariaPressedChanged(prev: string | null, next: string | null): void;
358
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
359
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
360
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
361
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
362
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
363
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
364
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
365
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
366
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
367
+ ariaSortChanged(prev: string | null, next: string | null): void;
368
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
369
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
370
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
371
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
372
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
332
373
  "__#1@#handleReplacedProp"(replacedProp: {
333
374
  newPropertyName: string;
334
375
  deprecatedPropertyName: string;
@@ -341,7 +382,6 @@ declare const TreeItem_base: {
341
382
  icon?: string | undefined;
342
383
  iconSlottedContent?: HTMLElement[] | undefined;
343
384
  connectedCallback(): void;
344
- specialHandling: boolean;
345
385
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
346
386
  readonly $fastController: import("@microsoft/fast-element").Controller;
347
387
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -667,6 +707,48 @@ declare const TreeItem_base: {
667
707
  ariaDescription: string | null;
668
708
  ariaRowIndexText: string | null;
669
709
  ariaRelevant: string | null;
710
+ roleChanged(prev: string | null, next: string | null): void;
711
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
712
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
713
+ ariaBusyChanged(prev: string | null, next: string | null): void;
714
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
715
+ ariaColCountChanged(prev: string | null, next: string | null): void;
716
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
717
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
718
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
719
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
720
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
721
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
722
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
723
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
724
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
725
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
726
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
727
+ ariaLabelChanged(prev: string | null, next: string | null): void;
728
+ ariaLevelChanged(prev: string | null, next: string | null): void;
729
+ ariaLiveChanged(prev: string | null, next: string | null): void;
730
+ ariaModalChanged(prev: string | null, next: string | null): void;
731
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
732
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
733
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
734
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
735
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
736
+ ariaPressedChanged(prev: string | null, next: string | null): void;
737
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
738
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
739
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
740
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
741
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
742
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
743
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
744
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
745
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
746
+ ariaSortChanged(prev: string | null, next: string | null): void;
747
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
748
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
749
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
750
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
751
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
670
752
  "__#1@#handleReplacedProp"(replacedProp: {
671
753
  newPropertyName: string;
672
754
  deprecatedPropertyName: string;
@@ -5,7 +5,6 @@ declare const TreeView_base: {
5
5
  new (...args: any[]): {
6
6
  _vividAriaBehaviour: "host";
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 TreeView_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;
@@ -7,7 +7,6 @@ declare const VideoPlayer_base: {
7
7
  new (...args: any[]): {
8
8
  readonly locale: import("../../shared/localization/Locale").Locale;
9
9
  connectedCallback(): void;
10
- specialHandling: boolean;
11
10
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
12
11
  readonly $fastController: import("@microsoft/fast-element").Controller;
13
12
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -333,6 +332,48 @@ declare const VideoPlayer_base: {
333
332
  ariaDescription: string | null;
334
333
  ariaRowIndexText: string | null;
335
334
  ariaRelevant: string | null;
335
+ roleChanged(prev: string | null, next: string | null): void;
336
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
337
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
338
+ ariaBusyChanged(prev: string | null, next: string | null): void;
339
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
340
+ ariaColCountChanged(prev: string | null, next: string | null): void;
341
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
342
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
343
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
344
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
345
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
346
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
347
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
348
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
349
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
350
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
351
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
352
+ ariaLabelChanged(prev: string | null, next: string | null): void;
353
+ ariaLevelChanged(prev: string | null, next: string | null): void;
354
+ ariaLiveChanged(prev: string | null, next: string | null): void;
355
+ ariaModalChanged(prev: string | null, next: string | null): void;
356
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
357
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
358
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
359
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
360
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
361
+ ariaPressedChanged(prev: string | null, next: string | null): void;
362
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
363
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
364
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
365
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
366
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
367
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
368
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
369
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
370
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
371
+ ariaSortChanged(prev: string | null, next: string | null): void;
372
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
373
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
374
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
375
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
376
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
336
377
  "__#1@#handleReplacedProp"(replacedProp: {
337
378
  newPropertyName: string;
338
379
  deprecatedPropertyName: string;
package/locales/de-DE.cjs CHANGED
@@ -312,7 +312,8 @@ const deDE = {
312
312
  maxFilesExceededError: "Sie können keine weiteren Dateien auswählen.",
313
313
  fileTooBigError: "Die Datei ist zu groß ({{filesize}}MiB). Maximale Dateigröße: {{maxFilesize}}MiB.",
314
314
  removeFileLabel: "Datei entfernen",
315
- invalidFilesError: "Eine oder mehrere ausgewählte Dateien sind ungültig. Bitte laden Sie nur gültige Dateitypen innerhalb der Größenbeschränkung hoch."
315
+ invalidFilesError: "Eine oder mehrere ausgewählte Dateien sind ungültig. Bitte laden Sie nur gültige Dateitypen innerhalb der Größenbeschränkung hoch.",
316
+ uploadFilesLabel: "Dateien hochladen"
316
317
  },
317
318
  audioPlayer: {
318
319
  playButtonLabel: "Abspielen",