@vonage/vivid 4.30.1 → 5.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (141) hide show
  1. package/custom-elements.json +129 -172
  2. package/lib/accordion-item/accordion-item.d.ts +42 -1
  3. package/lib/action-group/action-group.d.ts +42 -1
  4. package/lib/alert/alert.d.ts +84 -2
  5. package/lib/audio-player/audio-player.d.ts +42 -1
  6. package/lib/avatar/avatar.d.ts +42 -1
  7. package/lib/badge/badge.d.ts +42 -1
  8. package/lib/banner/banner.d.ts +126 -3
  9. package/lib/breadcrumb/breadcrumb.d.ts +42 -1
  10. package/lib/breadcrumb-item/breadcrumb-item.d.ts +42 -1
  11. package/lib/button/button.d.ts +126 -3
  12. package/lib/calendar-event/calendar-event.d.ts +42 -1
  13. package/lib/card/card.d.ts +42 -1
  14. package/lib/checkbox/checkbox.d.ts +252 -7
  15. package/lib/combobox/combobox.d.ts +252 -6
  16. package/lib/data-grid/data-grid-cell.d.ts +419 -2
  17. package/lib/data-grid/data-grid-row.d.ts +380 -1
  18. package/lib/date-picker/date-picker.d.ts +336 -8
  19. package/lib/date-range-picker/date-range-picker.d.ts +168 -4
  20. package/lib/date-time-picker/date-time-picker.d.ts +336 -8
  21. package/lib/dial-pad/dial-pad.d.ts +42 -1
  22. package/lib/dialog/dialog.d.ts +84 -2
  23. package/lib/divider/divider.d.ts +42 -1
  24. package/lib/fab/fab.d.ts +42 -1
  25. package/lib/file-picker/file-picker.d.ts +252 -6
  26. package/lib/file-picker/locale.d.ts +1 -0
  27. package/lib/header/header.d.ts +42 -1
  28. package/lib/menu/menu.d.ts +84 -2
  29. package/lib/menu-item/menu-item.d.ts +84 -2
  30. package/lib/nav/nav.d.ts +42 -1
  31. package/lib/nav-disclosure/nav-disclosure.d.ts +84 -2
  32. package/lib/nav-item/nav-item.d.ts +84 -2
  33. package/lib/note/note.d.ts +42 -1
  34. package/lib/number-field/number-field.d.ts +336 -8
  35. package/lib/option/option.d.ts +84 -2
  36. package/lib/pagination/pagination.d.ts +42 -1
  37. package/lib/progress/progress.d.ts +42 -1
  38. package/lib/progress-ring/progress-ring.d.ts +42 -1
  39. package/lib/radio/radio.d.ts +126 -4
  40. package/lib/radio-group/radio-group.d.ts +42 -1
  41. package/lib/range-slider/range-slider.d.ts +126 -3
  42. package/lib/rich-text-editor/menubar/menubar.d.ts +42 -1
  43. package/lib/rich-text-editor/rich-text-editor.d.ts +42 -1
  44. package/lib/searchable-select/option-tag.d.ts +42 -1
  45. package/lib/searchable-select/searchable-select.d.ts +336 -8
  46. package/lib/select/select.d.ts +294 -7
  47. package/lib/selectable-box/selectable-box.d.ts +42 -2
  48. package/lib/slider/slider.d.ts +126 -3
  49. package/lib/split-button/split-button.d.ts +126 -3
  50. package/lib/switch/switch.d.ts +84 -2
  51. package/lib/tab/tab.d.ts +126 -3
  52. package/lib/tab-panel/tab-panel.d.ts +42 -1
  53. package/lib/tag/tag.d.ts +126 -3
  54. package/lib/tag-group/tag-group.d.ts +42 -1
  55. package/lib/text-area/text-area.d.ts +294 -7
  56. package/lib/text-field/text-field.d.ts +336 -8
  57. package/lib/time-picker/time-picker.d.ts +168 -4
  58. package/lib/toggletip/locale.d.ts +3 -0
  59. package/lib/toggletip/toggletip.d.ts +430 -11
  60. package/lib/tooltip/tooltip.d.ts +42 -1
  61. package/lib/tree-item/tree-item.d.ts +84 -2
  62. package/lib/tree-view/tree-view.d.ts +42 -1
  63. package/lib/video-player/video-player.d.ts +42 -1
  64. package/locales/de-DE.cjs +8 -1
  65. package/locales/de-DE.js +8 -1
  66. package/locales/en-GB.cjs +8 -1
  67. package/locales/en-GB.js +8 -1
  68. package/locales/en-US.cjs +8 -1
  69. package/locales/en-US.js +8 -1
  70. package/locales/ja-JP.cjs +8 -1
  71. package/locales/ja-JP.js +8 -1
  72. package/locales/zh-CN.cjs +8 -1
  73. package/locales/zh-CN.js +8 -1
  74. package/package.json +1 -1
  75. package/shared/anchored.js +1 -1
  76. package/shared/aria/aria-mixin.d.ts +43 -2
  77. package/shared/aria/attribute-removal.d.ts +3 -0
  78. package/shared/aria/delegate-aria-behavior.d.ts +0 -3
  79. package/shared/aria/delegates-aria.d.ts +42 -1
  80. package/shared/aria/host-semantics.d.ts +42 -1
  81. package/shared/definition13.cjs +1 -1
  82. package/shared/definition13.js +1 -1
  83. package/shared/definition15.cjs +6 -2
  84. package/shared/definition15.js +6 -2
  85. package/shared/definition17.cjs +61 -78
  86. package/shared/definition17.js +61 -78
  87. package/shared/definition26.cjs +37 -2
  88. package/shared/definition26.js +37 -2
  89. package/shared/definition30.cjs +8 -4
  90. package/shared/definition30.js +8 -4
  91. package/shared/definition31.cjs +7 -7
  92. package/shared/definition31.js +7 -7
  93. package/shared/definition42.cjs +0 -4
  94. package/shared/definition42.js +0 -4
  95. package/shared/definition47.cjs +0 -8
  96. package/shared/definition47.js +1 -9
  97. package/shared/definition5.cjs +1 -1
  98. package/shared/definition5.js +1 -1
  99. package/shared/definition54.cjs +1 -1
  100. package/shared/definition54.js +1 -1
  101. package/shared/definition60.cjs +7 -6
  102. package/shared/definition60.js +7 -6
  103. package/shared/definition62.cjs +1 -1
  104. package/shared/definition62.js +1 -1
  105. package/shared/definition63.cjs +1 -2
  106. package/shared/definition63.js +1 -2
  107. package/shared/delegates-aria.cjs +4 -25
  108. package/shared/delegates-aria.js +4 -25
  109. package/shared/divider.cjs +8 -3
  110. package/shared/divider.js +8 -3
  111. package/shared/feedback/feedback-message.d.ts +42 -1
  112. package/shared/feedback/mixins.d.ts +84 -2
  113. package/shared/foundation/button/button.d.ts +84 -2
  114. package/shared/foundation/form-associated/form-associated.d.ts +84 -2
  115. package/shared/foundation/vivid-element/vivid-element.d.ts +43 -2
  116. package/shared/listbox.cjs +1 -1
  117. package/shared/listbox.js +1 -1
  118. package/shared/localization/Locale.d.ts +2 -0
  119. package/shared/option.cjs +15 -2
  120. package/shared/option.js +16 -3
  121. package/shared/patterns/affix.d.ts +84 -2
  122. package/shared/patterns/anchored.d.ts +84 -2
  123. package/shared/patterns/char-count/char-count.d.ts +42 -1
  124. package/shared/patterns/form-elements/form-element.d.ts +84 -2
  125. package/shared/patterns/form-elements/with-error-text.d.ts +126 -3
  126. package/shared/patterns/form-elements/with-success-text.d.ts +42 -1
  127. package/shared/patterns/linkable.d.ts +42 -1
  128. package/shared/patterns/localized.d.ts +42 -1
  129. package/shared/patterns/trapped-focus.d.ts +42 -1
  130. package/shared/picker-field/mixins/calendar-picker.d.ts +84 -2
  131. package/shared/picker-field/mixins/calendar-picker.template.d.ts +84 -2
  132. package/shared/picker-field/mixins/inline-time-picker/inline-time-picker.d.ts +42 -1
  133. package/shared/picker-field/mixins/min-max-calendar-picker.d.ts +168 -4
  134. package/shared/picker-field/mixins/single-date-picker.d.ts +252 -6
  135. package/shared/picker-field/mixins/single-value-picker.d.ts +84 -2
  136. package/shared/picker-field/mixins/time-selection-picker.d.ts +168 -4
  137. package/shared/picker-field/mixins/time-selection-picker.template.d.ts +168 -4
  138. package/shared/picker-field/picker-field.d.ts +252 -6
  139. package/shared/vivid-element.cjs +56 -5
  140. package/shared/vivid-element.js +56 -5
  141. package/vivid.api.json +2 -93
@@ -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;
@@ -0,0 +1,3 @@
1
+ export interface ToggletipLocale {
2
+ anchorLabel: (ariaLabel?: string) => string;
3
+ }