@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
@@ -101,7 +101,6 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
101
101
  _slottedHelperTextFeedbackType(): "none" | "helper";
102
102
  _getFeedbackTemplate(ctx: import("../../shared/design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
103
103
  connectedCallback(): void;
104
- specialHandling: boolean;
105
104
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
106
105
  readonly $fastController: import("@microsoft/fast-element").Controller;
107
106
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -427,6 +426,48 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
427
426
  ariaDescription: string | null;
428
427
  ariaRowIndexText: string | null;
429
428
  ariaRelevant: string | null;
429
+ roleChanged(prev: string | null, next: string | null): void;
430
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
431
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
432
+ ariaBusyChanged(prev: string | null, next: string | null): void;
433
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
434
+ ariaColCountChanged(prev: string | null, next: string | null): void;
435
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
436
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
437
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
438
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
439
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
440
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
441
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
442
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
443
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
444
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
445
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
446
+ ariaLabelChanged(prev: string | null, next: string | null): void;
447
+ ariaLevelChanged(prev: string | null, next: string | null): void;
448
+ ariaLiveChanged(prev: string | null, next: string | null): void;
449
+ ariaModalChanged(prev: string | null, next: string | null): void;
450
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
451
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
452
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
453
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
454
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
455
+ ariaPressedChanged(prev: string | null, next: string | null): void;
456
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
457
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
458
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
459
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
460
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
461
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
462
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
463
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
464
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
465
+ ariaSortChanged(prev: string | null, next: string | null): void;
466
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
467
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
468
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
469
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
470
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
430
471
  "__#1@#handleReplacedProp"(replacedProp: {
431
472
  newPropertyName: string;
432
473
  deprecatedPropertyName: string;
@@ -434,7 +475,6 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
434
475
  toDeprecated?: ((v: any) => any) | undefined;
435
476
  }): void;
436
477
  }, any>;
437
- specialHandling: boolean;
438
478
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
439
479
  readonly $fastController: import("@microsoft/fast-element").Controller;
440
480
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -759,6 +799,48 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
759
799
  ariaDescription: string | null;
760
800
  ariaRowIndexText: string | null;
761
801
  ariaRelevant: string | null;
802
+ roleChanged(prev: string | null, next: string | null): void;
803
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
804
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
805
+ ariaBusyChanged(prev: string | null, next: string | null): void;
806
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
807
+ ariaColCountChanged(prev: string | null, next: string | null): void;
808
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
809
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
810
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
811
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
812
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
813
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
814
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
815
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
816
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
817
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
818
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
819
+ ariaLabelChanged(prev: string | null, next: string | null): void;
820
+ ariaLevelChanged(prev: string | null, next: string | null): void;
821
+ ariaLiveChanged(prev: string | null, next: string | null): void;
822
+ ariaModalChanged(prev: string | null, next: string | null): void;
823
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
824
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
825
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
826
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
827
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
828
+ ariaPressedChanged(prev: string | null, next: string | null): void;
829
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
830
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
831
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
832
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
833
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
834
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
835
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
836
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
837
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
838
+ ariaSortChanged(prev: string | null, next: string | null): void;
839
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
840
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
841
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
842
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
843
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
762
844
  "__#1@#handleReplacedProp"(replacedProp: {
763
845
  newPropertyName: string;
764
846
  deprecatedPropertyName: string;
@@ -878,7 +960,6 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
878
960
  _slottedHelperTextFeedbackType(): "none" | "helper";
879
961
  _getFeedbackTemplate(ctx: import("../../shared/design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
880
962
  connectedCallback(): void;
881
- specialHandling: boolean;
882
963
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
883
964
  readonly $fastController: import("@microsoft/fast-element").Controller;
884
965
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -1204,6 +1285,48 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
1204
1285
  ariaDescription: string | null;
1205
1286
  ariaRowIndexText: string | null;
1206
1287
  ariaRelevant: string | null;
1288
+ roleChanged(prev: string | null, next: string | null): void;
1289
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
1290
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
1291
+ ariaBusyChanged(prev: string | null, next: string | null): void;
1292
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
1293
+ ariaColCountChanged(prev: string | null, next: string | null): void;
1294
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
1295
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
1296
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
1297
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
1298
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
1299
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
1300
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
1301
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
1302
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
1303
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
1304
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
1305
+ ariaLabelChanged(prev: string | null, next: string | null): void;
1306
+ ariaLevelChanged(prev: string | null, next: string | null): void;
1307
+ ariaLiveChanged(prev: string | null, next: string | null): void;
1308
+ ariaModalChanged(prev: string | null, next: string | null): void;
1309
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
1310
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
1311
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
1312
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
1313
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
1314
+ ariaPressedChanged(prev: string | null, next: string | null): void;
1315
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
1316
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
1317
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
1318
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
1319
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
1320
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
1321
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
1322
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
1323
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
1324
+ ariaSortChanged(prev: string | null, next: string | null): void;
1325
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
1326
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
1327
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
1328
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
1329
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
1207
1330
  "__#1@#handleReplacedProp"(replacedProp: {
1208
1331
  newPropertyName: string;
1209
1332
  deprecatedPropertyName: string;
@@ -1211,7 +1334,6 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
1211
1334
  toDeprecated?: ((v: any) => any) | undefined;
1212
1335
  }): void;
1213
1336
  }, any>;
1214
- specialHandling: boolean;
1215
1337
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
1216
1338
  readonly $fastController: import("@microsoft/fast-element").Controller;
1217
1339
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -1536,6 +1658,48 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
1536
1658
  ariaDescription: string | null;
1537
1659
  ariaRowIndexText: string | null;
1538
1660
  ariaRelevant: string | null;
1661
+ roleChanged(prev: string | null, next: string | null): void;
1662
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
1663
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
1664
+ ariaBusyChanged(prev: string | null, next: string | null): void;
1665
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
1666
+ ariaColCountChanged(prev: string | null, next: string | null): void;
1667
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
1668
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
1669
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
1670
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
1671
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
1672
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
1673
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
1674
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
1675
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
1676
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
1677
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
1678
+ ariaLabelChanged(prev: string | null, next: string | null): void;
1679
+ ariaLevelChanged(prev: string | null, next: string | null): void;
1680
+ ariaLiveChanged(prev: string | null, next: string | null): void;
1681
+ ariaModalChanged(prev: string | null, next: string | null): void;
1682
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
1683
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
1684
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
1685
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
1686
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
1687
+ ariaPressedChanged(prev: string | null, next: string | null): void;
1688
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
1689
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
1690
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
1691
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
1692
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
1693
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
1694
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
1695
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
1696
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
1697
+ ariaSortChanged(prev: string | null, next: string | null): void;
1698
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
1699
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
1700
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
1701
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
1702
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
1539
1703
  "__#1@#handleReplacedProp"(replacedProp: {
1540
1704
  newPropertyName: string;
1541
1705
  deprecatedPropertyName: string;
@@ -1688,7 +1852,6 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
1688
1852
  _slottedHelperTextFeedbackType(): "none" | "helper";
1689
1853
  _getFeedbackTemplate(ctx: import("../../shared/design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
1690
1854
  connectedCallback(): void;
1691
- specialHandling: boolean;
1692
1855
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
1693
1856
  readonly $fastController: import("@microsoft/fast-element").Controller;
1694
1857
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -2014,6 +2177,48 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
2014
2177
  ariaDescription: string | null;
2015
2178
  ariaRowIndexText: string | null;
2016
2179
  ariaRelevant: string | null;
2180
+ roleChanged(prev: string | null, next: string | null): void;
2181
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
2182
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
2183
+ ariaBusyChanged(prev: string | null, next: string | null): void;
2184
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
2185
+ ariaColCountChanged(prev: string | null, next: string | null): void;
2186
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
2187
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
2188
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
2189
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
2190
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
2191
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
2192
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
2193
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
2194
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
2195
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
2196
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
2197
+ ariaLabelChanged(prev: string | null, next: string | null): void;
2198
+ ariaLevelChanged(prev: string | null, next: string | null): void;
2199
+ ariaLiveChanged(prev: string | null, next: string | null): void;
2200
+ ariaModalChanged(prev: string | null, next: string | null): void;
2201
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
2202
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
2203
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
2204
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
2205
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
2206
+ ariaPressedChanged(prev: string | null, next: string | null): void;
2207
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
2208
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
2209
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
2210
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
2211
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
2212
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
2213
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
2214
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
2215
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
2216
+ ariaSortChanged(prev: string | null, next: string | null): void;
2217
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
2218
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
2219
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
2220
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
2221
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
2017
2222
  "__#1@#handleReplacedProp"(replacedProp: {
2018
2223
  newPropertyName: string;
2019
2224
  deprecatedPropertyName: string;
@@ -2021,7 +2226,6 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
2021
2226
  toDeprecated?: ((v: any) => any) | undefined;
2022
2227
  }): void;
2023
2228
  }, any>;
2024
- specialHandling: boolean;
2025
2229
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
2026
2230
  readonly $fastController: import("@microsoft/fast-element").Controller;
2027
2231
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -2346,6 +2550,48 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
2346
2550
  ariaDescription: string | null;
2347
2551
  ariaRowIndexText: string | null;
2348
2552
  ariaRelevant: string | null;
2553
+ roleChanged(prev: string | null, next: string | null): void;
2554
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
2555
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
2556
+ ariaBusyChanged(prev: string | null, next: string | null): void;
2557
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
2558
+ ariaColCountChanged(prev: string | null, next: string | null): void;
2559
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
2560
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
2561
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
2562
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
2563
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
2564
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
2565
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
2566
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
2567
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
2568
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
2569
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
2570
+ ariaLabelChanged(prev: string | null, next: string | null): void;
2571
+ ariaLevelChanged(prev: string | null, next: string | null): void;
2572
+ ariaLiveChanged(prev: string | null, next: string | null): void;
2573
+ ariaModalChanged(prev: string | null, next: string | null): void;
2574
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
2575
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
2576
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
2577
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
2578
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
2579
+ ariaPressedChanged(prev: string | null, next: string | null): void;
2580
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
2581
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
2582
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
2583
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
2584
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
2585
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
2586
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
2587
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
2588
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
2589
+ ariaSortChanged(prev: string | null, next: string | null): void;
2590
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
2591
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
2592
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
2593
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
2594
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
2349
2595
  "__#1@#handleReplacedProp"(replacedProp: {
2350
2596
  newPropertyName: string;
2351
2597
  deprecatedPropertyName: string;
@@ -2495,7 +2741,6 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
2495
2741
  _slottedHelperTextFeedbackType(): "none" | "helper";
2496
2742
  _getFeedbackTemplate(ctx: import("../../shared/design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
2497
2743
  connectedCallback(): void;
2498
- specialHandling: boolean;
2499
2744
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
2500
2745
  readonly $fastController: import("@microsoft/fast-element").Controller;
2501
2746
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -2821,6 +3066,48 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
2821
3066
  ariaDescription: string | null;
2822
3067
  ariaRowIndexText: string | null;
2823
3068
  ariaRelevant: string | null;
3069
+ roleChanged(prev: string | null, next: string | null): void;
3070
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
3071
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
3072
+ ariaBusyChanged(prev: string | null, next: string | null): void;
3073
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
3074
+ ariaColCountChanged(prev: string | null, next: string | null): void;
3075
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
3076
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
3077
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
3078
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
3079
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
3080
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
3081
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
3082
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
3083
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
3084
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
3085
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
3086
+ ariaLabelChanged(prev: string | null, next: string | null): void;
3087
+ ariaLevelChanged(prev: string | null, next: string | null): void;
3088
+ ariaLiveChanged(prev: string | null, next: string | null): void;
3089
+ ariaModalChanged(prev: string | null, next: string | null): void;
3090
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
3091
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
3092
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
3093
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
3094
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
3095
+ ariaPressedChanged(prev: string | null, next: string | null): void;
3096
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
3097
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
3098
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
3099
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
3100
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
3101
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
3102
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
3103
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
3104
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
3105
+ ariaSortChanged(prev: string | null, next: string | null): void;
3106
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
3107
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
3108
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
3109
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
3110
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
2824
3111
  "__#1@#handleReplacedProp"(replacedProp: {
2825
3112
  newPropertyName: string;
2826
3113
  deprecatedPropertyName: string;
@@ -2828,7 +3115,6 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
2828
3115
  toDeprecated?: ((v: any) => any) | undefined;
2829
3116
  }): void;
2830
3117
  }, any>;
2831
- specialHandling: boolean;
2832
3118
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
2833
3119
  readonly $fastController: import("@microsoft/fast-element").Controller;
2834
3120
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -3153,6 +3439,48 @@ declare const DatePicker_base: (abstract new (...args: any[]) => {
3153
3439
  ariaDescription: string | null;
3154
3440
  ariaRowIndexText: string | null;
3155
3441
  ariaRelevant: string | null;
3442
+ roleChanged(prev: string | null, next: string | null): void;
3443
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
3444
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
3445
+ ariaBusyChanged(prev: string | null, next: string | null): void;
3446
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
3447
+ ariaColCountChanged(prev: string | null, next: string | null): void;
3448
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
3449
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
3450
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
3451
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
3452
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
3453
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
3454
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
3455
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
3456
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
3457
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
3458
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
3459
+ ariaLabelChanged(prev: string | null, next: string | null): void;
3460
+ ariaLevelChanged(prev: string | null, next: string | null): void;
3461
+ ariaLiveChanged(prev: string | null, next: string | null): void;
3462
+ ariaModalChanged(prev: string | null, next: string | null): void;
3463
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
3464
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
3465
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
3466
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
3467
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
3468
+ ariaPressedChanged(prev: string | null, next: string | null): void;
3469
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
3470
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
3471
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
3472
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
3473
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
3474
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
3475
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
3476
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
3477
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
3478
+ ariaSortChanged(prev: string | null, next: string | null): void;
3479
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
3480
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
3481
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
3482
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
3483
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
3156
3484
  "__#1@#handleReplacedProp"(replacedProp: {
3157
3485
  newPropertyName: string;
3158
3486
  deprecatedPropertyName: string;