@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
@@ -102,7 +102,6 @@ declare const DateRangePicker_base: (abstract new (...args: any[]) => {
102
102
  _slottedHelperTextFeedbackType(): "none" | "helper";
103
103
  _getFeedbackTemplate(ctx: import("../../shared/design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
104
104
  connectedCallback(): void;
105
- specialHandling: boolean;
106
105
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
107
106
  readonly $fastController: import("@microsoft/fast-element").Controller;
108
107
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -428,6 +427,48 @@ declare const DateRangePicker_base: (abstract new (...args: any[]) => {
428
427
  ariaDescription: string | null;
429
428
  ariaRowIndexText: string | null;
430
429
  ariaRelevant: string | null;
430
+ roleChanged(prev: string | null, next: string | null): void;
431
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
432
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
433
+ ariaBusyChanged(prev: string | null, next: string | null): void;
434
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
435
+ ariaColCountChanged(prev: string | null, next: string | null): void;
436
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
437
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
438
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
439
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
440
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
441
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
442
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
443
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
444
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
445
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
446
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
447
+ ariaLabelChanged(prev: string | null, next: string | null): void;
448
+ ariaLevelChanged(prev: string | null, next: string | null): void;
449
+ ariaLiveChanged(prev: string | null, next: string | null): void;
450
+ ariaModalChanged(prev: string | null, next: string | null): void;
451
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
452
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
453
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
454
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
455
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
456
+ ariaPressedChanged(prev: string | null, next: string | null): void;
457
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
458
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
459
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
460
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
461
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
462
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
463
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
464
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
465
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
466
+ ariaSortChanged(prev: string | null, next: string | null): void;
467
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
468
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
469
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
470
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
471
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
431
472
  "__#1@#handleReplacedProp"(replacedProp: {
432
473
  newPropertyName: string;
433
474
  deprecatedPropertyName: string;
@@ -435,7 +476,6 @@ declare const DateRangePicker_base: (abstract new (...args: any[]) => {
435
476
  toDeprecated?: ((v: any) => any) | undefined;
436
477
  }): void;
437
478
  }, any>;
438
- specialHandling: boolean;
439
479
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
440
480
  readonly $fastController: import("@microsoft/fast-element").Controller;
441
481
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -760,6 +800,48 @@ declare const DateRangePicker_base: (abstract new (...args: any[]) => {
760
800
  ariaDescription: string | null;
761
801
  ariaRowIndexText: string | null;
762
802
  ariaRelevant: string | null;
803
+ roleChanged(prev: string | null, next: string | null): void;
804
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
805
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
806
+ ariaBusyChanged(prev: string | null, next: string | null): void;
807
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
808
+ ariaColCountChanged(prev: string | null, next: string | null): void;
809
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
810
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
811
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
812
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
813
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
814
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
815
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
816
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
817
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
818
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
819
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
820
+ ariaLabelChanged(prev: string | null, next: string | null): void;
821
+ ariaLevelChanged(prev: string | null, next: string | null): void;
822
+ ariaLiveChanged(prev: string | null, next: string | null): void;
823
+ ariaModalChanged(prev: string | null, next: string | null): void;
824
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
825
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
826
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
827
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
828
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
829
+ ariaPressedChanged(prev: string | null, next: string | null): void;
830
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
831
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
832
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
833
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
834
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
835
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
836
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
837
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
838
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
839
+ ariaSortChanged(prev: string | null, next: string | null): void;
840
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
841
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
842
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
843
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
844
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
763
845
  "__#1@#handleReplacedProp"(replacedProp: {
764
846
  newPropertyName: string;
765
847
  deprecatedPropertyName: string;
@@ -909,7 +991,6 @@ declare const DateRangePicker_base: (abstract new (...args: any[]) => {
909
991
  _slottedHelperTextFeedbackType(): "none" | "helper";
910
992
  _getFeedbackTemplate(ctx: import("../../shared/design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
911
993
  connectedCallback(): void;
912
- specialHandling: boolean;
913
994
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
914
995
  readonly $fastController: import("@microsoft/fast-element").Controller;
915
996
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -1235,6 +1316,48 @@ declare const DateRangePicker_base: (abstract new (...args: any[]) => {
1235
1316
  ariaDescription: string | null;
1236
1317
  ariaRowIndexText: string | null;
1237
1318
  ariaRelevant: string | null;
1319
+ roleChanged(prev: string | null, next: string | null): void;
1320
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
1321
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
1322
+ ariaBusyChanged(prev: string | null, next: string | null): void;
1323
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
1324
+ ariaColCountChanged(prev: string | null, next: string | null): void;
1325
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
1326
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
1327
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
1328
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
1329
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
1330
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
1331
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
1332
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
1333
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
1334
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
1335
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
1336
+ ariaLabelChanged(prev: string | null, next: string | null): void;
1337
+ ariaLevelChanged(prev: string | null, next: string | null): void;
1338
+ ariaLiveChanged(prev: string | null, next: string | null): void;
1339
+ ariaModalChanged(prev: string | null, next: string | null): void;
1340
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
1341
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
1342
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
1343
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
1344
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
1345
+ ariaPressedChanged(prev: string | null, next: string | null): void;
1346
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
1347
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
1348
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
1349
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
1350
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
1351
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
1352
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
1353
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
1354
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
1355
+ ariaSortChanged(prev: string | null, next: string | null): void;
1356
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
1357
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
1358
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
1359
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
1360
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
1238
1361
  "__#1@#handleReplacedProp"(replacedProp: {
1239
1362
  newPropertyName: string;
1240
1363
  deprecatedPropertyName: string;
@@ -1242,7 +1365,6 @@ declare const DateRangePicker_base: (abstract new (...args: any[]) => {
1242
1365
  toDeprecated?: ((v: any) => any) | undefined;
1243
1366
  }): void;
1244
1367
  }, any>;
1245
- specialHandling: boolean;
1246
1368
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
1247
1369
  readonly $fastController: import("@microsoft/fast-element").Controller;
1248
1370
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -1567,6 +1689,48 @@ declare const DateRangePicker_base: (abstract new (...args: any[]) => {
1567
1689
  ariaDescription: string | null;
1568
1690
  ariaRowIndexText: string | null;
1569
1691
  ariaRelevant: string | null;
1692
+ roleChanged(prev: string | null, next: string | null): void;
1693
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
1694
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
1695
+ ariaBusyChanged(prev: string | null, next: string | null): void;
1696
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
1697
+ ariaColCountChanged(prev: string | null, next: string | null): void;
1698
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
1699
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
1700
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
1701
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
1702
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
1703
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
1704
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
1705
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
1706
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
1707
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
1708
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
1709
+ ariaLabelChanged(prev: string | null, next: string | null): void;
1710
+ ariaLevelChanged(prev: string | null, next: string | null): void;
1711
+ ariaLiveChanged(prev: string | null, next: string | null): void;
1712
+ ariaModalChanged(prev: string | null, next: string | null): void;
1713
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
1714
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
1715
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
1716
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
1717
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
1718
+ ariaPressedChanged(prev: string | null, next: string | null): void;
1719
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
1720
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
1721
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
1722
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
1723
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
1724
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
1725
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
1726
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
1727
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
1728
+ ariaSortChanged(prev: string | null, next: string | null): void;
1729
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
1730
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
1731
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
1732
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
1733
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
1570
1734
  "__#1@#handleReplacedProp"(replacedProp: {
1571
1735
  newPropertyName: string;
1572
1736
  deprecatedPropertyName: string;