@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
@@ -3,7 +3,6 @@ declare const InlineTimePicker_base: {
3
3
  new (...args: any[]): {
4
4
  readonly locale: import("../../../localization/Locale").Locale;
5
5
  connectedCallback(): void;
6
- specialHandling: boolean;
7
6
  _vividAriaBehaviour: import("../../../aria/aria-mixin").VividAriaBehaviour;
8
7
  readonly $fastController: import("@microsoft/fast-element").Controller;
9
8
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -329,6 +328,48 @@ declare const InlineTimePicker_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;
@@ -100,7 +100,6 @@ export declare const MinMaxCalendarPicker: <T_5 extends AbstractConstructor<{
100
100
  _slottedHelperTextFeedbackType(): "none" | "helper";
101
101
  _getFeedbackTemplate(ctx: import("../../design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
102
102
  connectedCallback(): void;
103
- specialHandling: boolean;
104
103
  _vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
105
104
  readonly $fastController: import("@microsoft/fast-element").Controller;
106
105
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -426,6 +425,48 @@ export declare const MinMaxCalendarPicker: <T_5 extends AbstractConstructor<{
426
425
  ariaDescription: string | null;
427
426
  ariaRowIndexText: string | null;
428
427
  ariaRelevant: string | null;
428
+ roleChanged(prev: string | null, next: string | null): void;
429
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
430
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
431
+ ariaBusyChanged(prev: string | null, next: string | null): void;
432
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
433
+ ariaColCountChanged(prev: string | null, next: string | null): void;
434
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
435
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
436
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
437
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
438
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
439
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
440
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
441
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
442
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
443
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
444
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
445
+ ariaLabelChanged(prev: string | null, next: string | null): void;
446
+ ariaLevelChanged(prev: string | null, next: string | null): void;
447
+ ariaLiveChanged(prev: string | null, next: string | null): void;
448
+ ariaModalChanged(prev: string | null, next: string | null): void;
449
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
450
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
451
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
452
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
453
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
454
+ ariaPressedChanged(prev: string | null, next: string | null): void;
455
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
456
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
457
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
458
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
459
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
460
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
461
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
462
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
463
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
464
+ ariaSortChanged(prev: string | null, next: string | null): void;
465
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
466
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
467
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
468
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
469
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
429
470
  "__#1@#handleReplacedProp"(replacedProp: {
430
471
  newPropertyName: string;
431
472
  deprecatedPropertyName: string;
@@ -433,7 +474,6 @@ export declare const MinMaxCalendarPicker: <T_5 extends AbstractConstructor<{
433
474
  toDeprecated?: ((v: any) => any) | undefined;
434
475
  }): void;
435
476
  }, any>;
436
- specialHandling: boolean;
437
477
  _vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
438
478
  readonly $fastController: import("@microsoft/fast-element").Controller;
439
479
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -758,6 +798,48 @@ export declare const MinMaxCalendarPicker: <T_5 extends AbstractConstructor<{
758
798
  ariaDescription: string | null;
759
799
  ariaRowIndexText: string | null;
760
800
  ariaRelevant: string | null;
801
+ roleChanged(prev: string | null, next: string | null): void;
802
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
803
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
804
+ ariaBusyChanged(prev: string | null, next: string | null): void;
805
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
806
+ ariaColCountChanged(prev: string | null, next: string | null): void;
807
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
808
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
809
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
810
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
811
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
812
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
813
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
814
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
815
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
816
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
817
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
818
+ ariaLabelChanged(prev: string | null, next: string | null): void;
819
+ ariaLevelChanged(prev: string | null, next: string | null): void;
820
+ ariaLiveChanged(prev: string | null, next: string | null): void;
821
+ ariaModalChanged(prev: string | null, next: string | null): void;
822
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
823
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
824
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
825
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
826
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
827
+ ariaPressedChanged(prev: string | null, next: string | null): void;
828
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
829
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
830
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
831
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
832
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
833
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
834
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
835
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
836
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
837
+ ariaSortChanged(prev: string | null, next: string | null): void;
838
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
839
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
840
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
841
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
842
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
761
843
  "__#1@#handleReplacedProp"(replacedProp: {
762
844
  newPropertyName: string;
763
845
  deprecatedPropertyName: string;
@@ -911,7 +993,6 @@ export declare const MinMaxCalendarPicker: <T_5 extends AbstractConstructor<{
911
993
  _slottedHelperTextFeedbackType(): "none" | "helper";
912
994
  _getFeedbackTemplate(ctx: import("../../design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
913
995
  connectedCallback(): void;
914
- specialHandling: boolean;
915
996
  _vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
916
997
  readonly $fastController: import("@microsoft/fast-element").Controller;
917
998
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -1237,6 +1318,48 @@ export declare const MinMaxCalendarPicker: <T_5 extends AbstractConstructor<{
1237
1318
  ariaDescription: string | null;
1238
1319
  ariaRowIndexText: string | null;
1239
1320
  ariaRelevant: string | null;
1321
+ roleChanged(prev: string | null, next: string | null): void;
1322
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
1323
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
1324
+ ariaBusyChanged(prev: string | null, next: string | null): void;
1325
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
1326
+ ariaColCountChanged(prev: string | null, next: string | null): void;
1327
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
1328
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
1329
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
1330
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
1331
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
1332
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
1333
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
1334
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
1335
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
1336
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
1337
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
1338
+ ariaLabelChanged(prev: string | null, next: string | null): void;
1339
+ ariaLevelChanged(prev: string | null, next: string | null): void;
1340
+ ariaLiveChanged(prev: string | null, next: string | null): void;
1341
+ ariaModalChanged(prev: string | null, next: string | null): void;
1342
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
1343
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
1344
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
1345
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
1346
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
1347
+ ariaPressedChanged(prev: string | null, next: string | null): void;
1348
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
1349
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
1350
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
1351
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
1352
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
1353
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
1354
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
1355
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
1356
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
1357
+ ariaSortChanged(prev: string | null, next: string | null): void;
1358
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
1359
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
1360
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
1361
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
1362
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
1240
1363
  "__#1@#handleReplacedProp"(replacedProp: {
1241
1364
  newPropertyName: string;
1242
1365
  deprecatedPropertyName: string;
@@ -1244,7 +1367,6 @@ export declare const MinMaxCalendarPicker: <T_5 extends AbstractConstructor<{
1244
1367
  toDeprecated?: ((v: any) => any) | undefined;
1245
1368
  }): void;
1246
1369
  }, any>;
1247
- specialHandling: boolean;
1248
1370
  _vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
1249
1371
  readonly $fastController: import("@microsoft/fast-element").Controller;
1250
1372
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -1569,6 +1691,48 @@ export declare const MinMaxCalendarPicker: <T_5 extends AbstractConstructor<{
1569
1691
  ariaDescription: string | null;
1570
1692
  ariaRowIndexText: string | null;
1571
1693
  ariaRelevant: string | null;
1694
+ roleChanged(prev: string | null, next: string | null): void;
1695
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
1696
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
1697
+ ariaBusyChanged(prev: string | null, next: string | null): void;
1698
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
1699
+ ariaColCountChanged(prev: string | null, next: string | null): void;
1700
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
1701
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
1702
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
1703
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
1704
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
1705
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
1706
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
1707
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
1708
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
1709
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
1710
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
1711
+ ariaLabelChanged(prev: string | null, next: string | null): void;
1712
+ ariaLevelChanged(prev: string | null, next: string | null): void;
1713
+ ariaLiveChanged(prev: string | null, next: string | null): void;
1714
+ ariaModalChanged(prev: string | null, next: string | null): void;
1715
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
1716
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
1717
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
1718
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
1719
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
1720
+ ariaPressedChanged(prev: string | null, next: string | null): void;
1721
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
1722
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
1723
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
1724
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
1725
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
1726
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
1727
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
1728
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
1729
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
1730
+ ariaSortChanged(prev: string | null, next: string | null): void;
1731
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
1732
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
1733
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
1734
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
1735
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
1572
1736
  "__#1@#handleReplacedProp"(replacedProp: {
1573
1737
  newPropertyName: string;
1574
1738
  deprecatedPropertyName: string;
@@ -99,7 +99,6 @@ export declare const SingleDatePickerMixin: <T_6 extends AbstractConstructor<{
99
99
  _slottedHelperTextFeedbackType(): "none" | "helper";
100
100
  _getFeedbackTemplate(ctx: import("../../design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
101
101
  connectedCallback(): void;
102
- specialHandling: boolean;
103
102
  _vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
104
103
  readonly $fastController: import("@microsoft/fast-element").Controller;
105
104
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -425,6 +424,48 @@ export declare const SingleDatePickerMixin: <T_6 extends AbstractConstructor<{
425
424
  ariaDescription: string | null;
426
425
  ariaRowIndexText: string | null;
427
426
  ariaRelevant: string | null;
427
+ roleChanged(prev: string | null, next: string | null): void;
428
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
429
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
430
+ ariaBusyChanged(prev: string | null, next: string | null): void;
431
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
432
+ ariaColCountChanged(prev: string | null, next: string | null): void;
433
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
434
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
435
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
436
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
437
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
438
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
439
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
440
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
441
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
442
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
443
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
444
+ ariaLabelChanged(prev: string | null, next: string | null): void;
445
+ ariaLevelChanged(prev: string | null, next: string | null): void;
446
+ ariaLiveChanged(prev: string | null, next: string | null): void;
447
+ ariaModalChanged(prev: string | null, next: string | null): void;
448
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
449
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
450
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
451
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
452
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
453
+ ariaPressedChanged(prev: string | null, next: string | null): void;
454
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
455
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
456
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
457
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
458
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
459
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
460
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
461
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
462
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
463
+ ariaSortChanged(prev: string | null, next: string | null): void;
464
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
465
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
466
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
467
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
468
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
428
469
  "__#1@#handleReplacedProp"(replacedProp: {
429
470
  newPropertyName: string;
430
471
  deprecatedPropertyName: string;
@@ -432,7 +473,6 @@ export declare const SingleDatePickerMixin: <T_6 extends AbstractConstructor<{
432
473
  toDeprecated?: ((v: any) => any) | undefined;
433
474
  }): void;
434
475
  }, any>;
435
- specialHandling: boolean;
436
476
  _vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
437
477
  readonly $fastController: import("@microsoft/fast-element").Controller;
438
478
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -757,6 +797,48 @@ export declare const SingleDatePickerMixin: <T_6 extends AbstractConstructor<{
757
797
  ariaDescription: string | null;
758
798
  ariaRowIndexText: string | null;
759
799
  ariaRelevant: string | null;
800
+ roleChanged(prev: string | null, next: string | null): void;
801
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
802
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
803
+ ariaBusyChanged(prev: string | null, next: string | null): void;
804
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
805
+ ariaColCountChanged(prev: string | null, next: string | null): void;
806
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
807
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
808
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
809
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
810
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
811
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
812
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
813
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
814
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
815
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
816
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
817
+ ariaLabelChanged(prev: string | null, next: string | null): void;
818
+ ariaLevelChanged(prev: string | null, next: string | null): void;
819
+ ariaLiveChanged(prev: string | null, next: string | null): void;
820
+ ariaModalChanged(prev: string | null, next: string | null): void;
821
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
822
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
823
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
824
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
825
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
826
+ ariaPressedChanged(prev: string | null, next: string | null): void;
827
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
828
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
829
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
830
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
831
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
832
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
833
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
834
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
835
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
836
+ ariaSortChanged(prev: string | null, next: string | null): void;
837
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
838
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
839
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
840
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
841
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
760
842
  "__#1@#handleReplacedProp"(replacedProp: {
761
843
  newPropertyName: string;
762
844
  deprecatedPropertyName: string;
@@ -871,7 +953,6 @@ export declare const SingleDatePickerMixin: <T_6 extends AbstractConstructor<{
871
953
  _slottedHelperTextFeedbackType(): "none" | "helper";
872
954
  _getFeedbackTemplate(ctx: import("../../design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
873
955
  connectedCallback(): void;
874
- specialHandling: boolean;
875
956
  _vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
876
957
  readonly $fastController: import("@microsoft/fast-element").Controller;
877
958
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -1197,6 +1278,48 @@ export declare const SingleDatePickerMixin: <T_6 extends AbstractConstructor<{
1197
1278
  ariaDescription: string | null;
1198
1279
  ariaRowIndexText: string | null;
1199
1280
  ariaRelevant: string | null;
1281
+ roleChanged(prev: string | null, next: string | null): void;
1282
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
1283
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
1284
+ ariaBusyChanged(prev: string | null, next: string | null): void;
1285
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
1286
+ ariaColCountChanged(prev: string | null, next: string | null): void;
1287
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
1288
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
1289
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
1290
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
1291
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
1292
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
1293
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
1294
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
1295
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
1296
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
1297
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
1298
+ ariaLabelChanged(prev: string | null, next: string | null): void;
1299
+ ariaLevelChanged(prev: string | null, next: string | null): void;
1300
+ ariaLiveChanged(prev: string | null, next: string | null): void;
1301
+ ariaModalChanged(prev: string | null, next: string | null): void;
1302
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
1303
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
1304
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
1305
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
1306
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
1307
+ ariaPressedChanged(prev: string | null, next: string | null): void;
1308
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
1309
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
1310
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
1311
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
1312
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
1313
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
1314
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
1315
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
1316
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
1317
+ ariaSortChanged(prev: string | null, next: string | null): void;
1318
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
1319
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
1320
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
1321
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
1322
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
1200
1323
  "__#1@#handleReplacedProp"(replacedProp: {
1201
1324
  newPropertyName: string;
1202
1325
  deprecatedPropertyName: string;
@@ -1204,7 +1327,6 @@ export declare const SingleDatePickerMixin: <T_6 extends AbstractConstructor<{
1204
1327
  toDeprecated?: ((v: any) => any) | undefined;
1205
1328
  }): void;
1206
1329
  }, any>;
1207
- specialHandling: boolean;
1208
1330
  _vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
1209
1331
  readonly $fastController: import("@microsoft/fast-element").Controller;
1210
1332
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -1529,6 +1651,48 @@ export declare const SingleDatePickerMixin: <T_6 extends AbstractConstructor<{
1529
1651
  ariaDescription: string | null;
1530
1652
  ariaRowIndexText: string | null;
1531
1653
  ariaRelevant: string | null;
1654
+ roleChanged(prev: string | null, next: string | null): void;
1655
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
1656
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
1657
+ ariaBusyChanged(prev: string | null, next: string | null): void;
1658
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
1659
+ ariaColCountChanged(prev: string | null, next: string | null): void;
1660
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
1661
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
1662
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
1663
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
1664
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
1665
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
1666
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
1667
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
1668
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
1669
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
1670
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
1671
+ ariaLabelChanged(prev: string | null, next: string | null): void;
1672
+ ariaLevelChanged(prev: string | null, next: string | null): void;
1673
+ ariaLiveChanged(prev: string | null, next: string | null): void;
1674
+ ariaModalChanged(prev: string | null, next: string | null): void;
1675
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
1676
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
1677
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
1678
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
1679
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
1680
+ ariaPressedChanged(prev: string | null, next: string | null): void;
1681
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
1682
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
1683
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
1684
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
1685
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
1686
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
1687
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
1688
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
1689
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
1690
+ ariaSortChanged(prev: string | null, next: string | null): void;
1691
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
1692
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
1693
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
1694
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
1695
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
1532
1696
  "__#1@#handleReplacedProp"(replacedProp: {
1533
1697
  newPropertyName: string;
1534
1698
  deprecatedPropertyName: string;
@@ -1680,7 +1844,6 @@ export declare const SingleDatePickerMixin: <T_6 extends AbstractConstructor<{
1680
1844
  _slottedHelperTextFeedbackType(): "none" | "helper";
1681
1845
  _getFeedbackTemplate(ctx: import("../../design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
1682
1846
  connectedCallback(): void;
1683
- specialHandling: boolean;
1684
1847
  _vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
1685
1848
  readonly $fastController: import("@microsoft/fast-element").Controller;
1686
1849
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -2006,6 +2169,48 @@ export declare const SingleDatePickerMixin: <T_6 extends AbstractConstructor<{
2006
2169
  ariaDescription: string | null;
2007
2170
  ariaRowIndexText: string | null;
2008
2171
  ariaRelevant: string | null;
2172
+ roleChanged(prev: string | null, next: string | null): void;
2173
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
2174
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
2175
+ ariaBusyChanged(prev: string | null, next: string | null): void;
2176
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
2177
+ ariaColCountChanged(prev: string | null, next: string | null): void;
2178
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
2179
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
2180
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
2181
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
2182
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
2183
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
2184
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
2185
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
2186
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
2187
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
2188
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
2189
+ ariaLabelChanged(prev: string | null, next: string | null): void;
2190
+ ariaLevelChanged(prev: string | null, next: string | null): void;
2191
+ ariaLiveChanged(prev: string | null, next: string | null): void;
2192
+ ariaModalChanged(prev: string | null, next: string | null): void;
2193
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
2194
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
2195
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
2196
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
2197
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
2198
+ ariaPressedChanged(prev: string | null, next: string | null): void;
2199
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
2200
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
2201
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
2202
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
2203
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
2204
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
2205
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
2206
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
2207
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
2208
+ ariaSortChanged(prev: string | null, next: string | null): void;
2209
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
2210
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
2211
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
2212
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
2213
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
2009
2214
  "__#1@#handleReplacedProp"(replacedProp: {
2010
2215
  newPropertyName: string;
2011
2216
  deprecatedPropertyName: string;
@@ -2013,7 +2218,6 @@ export declare const SingleDatePickerMixin: <T_6 extends AbstractConstructor<{
2013
2218
  toDeprecated?: ((v: any) => any) | undefined;
2014
2219
  }): void;
2015
2220
  }, any>;
2016
- specialHandling: boolean;
2017
2221
  _vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
2018
2222
  readonly $fastController: import("@microsoft/fast-element").Controller;
2019
2223
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -2338,6 +2542,48 @@ export declare const SingleDatePickerMixin: <T_6 extends AbstractConstructor<{
2338
2542
  ariaDescription: string | null;
2339
2543
  ariaRowIndexText: string | null;
2340
2544
  ariaRelevant: string | null;
2545
+ roleChanged(prev: string | null, next: string | null): void;
2546
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
2547
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
2548
+ ariaBusyChanged(prev: string | null, next: string | null): void;
2549
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
2550
+ ariaColCountChanged(prev: string | null, next: string | null): void;
2551
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
2552
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
2553
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
2554
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
2555
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
2556
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
2557
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
2558
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
2559
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
2560
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
2561
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
2562
+ ariaLabelChanged(prev: string | null, next: string | null): void;
2563
+ ariaLevelChanged(prev: string | null, next: string | null): void;
2564
+ ariaLiveChanged(prev: string | null, next: string | null): void;
2565
+ ariaModalChanged(prev: string | null, next: string | null): void;
2566
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
2567
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
2568
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
2569
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
2570
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
2571
+ ariaPressedChanged(prev: string | null, next: string | null): void;
2572
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
2573
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
2574
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
2575
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
2576
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
2577
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
2578
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
2579
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
2580
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
2581
+ ariaSortChanged(prev: string | null, next: string | null): void;
2582
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
2583
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
2584
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
2585
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
2586
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
2341
2587
  "__#1@#handleReplacedProp"(replacedProp: {
2342
2588
  newPropertyName: string;
2343
2589
  deprecatedPropertyName: string;