@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
@@ -82,7 +82,6 @@ declare const DateTimePicker_base: (abstract new (...args: any[]) => {
82
82
  _slottedHelperTextFeedbackType(): "none" | "helper";
83
83
  _getFeedbackTemplate(ctx: import("../../shared/design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
84
84
  connectedCallback(): void;
85
- specialHandling: boolean;
86
85
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
87
86
  readonly $fastController: import("@microsoft/fast-element").Controller;
88
87
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -408,6 +407,48 @@ declare const DateTimePicker_base: (abstract new (...args: any[]) => {
408
407
  ariaDescription: string | null;
409
408
  ariaRowIndexText: string | null;
410
409
  ariaRelevant: string | null;
410
+ roleChanged(prev: string | null, next: string | null): void;
411
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
412
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
413
+ ariaBusyChanged(prev: string | null, next: string | null): void;
414
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
415
+ ariaColCountChanged(prev: string | null, next: string | null): void;
416
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
417
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
418
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
419
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
420
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
421
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
422
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
423
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
424
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
425
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
426
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
427
+ ariaLabelChanged(prev: string | null, next: string | null): void;
428
+ ariaLevelChanged(prev: string | null, next: string | null): void;
429
+ ariaLiveChanged(prev: string | null, next: string | null): void;
430
+ ariaModalChanged(prev: string | null, next: string | null): void;
431
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
432
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
433
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
434
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
435
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
436
+ ariaPressedChanged(prev: string | null, next: string | null): void;
437
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
438
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
439
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
440
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
441
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
442
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
443
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
444
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
445
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
446
+ ariaSortChanged(prev: string | null, next: string | null): void;
447
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
448
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
449
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
450
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
451
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
411
452
  "__#1@#handleReplacedProp"(replacedProp: {
412
453
  newPropertyName: string;
413
454
  deprecatedPropertyName: string;
@@ -415,7 +456,6 @@ declare const DateTimePicker_base: (abstract new (...args: any[]) => {
415
456
  toDeprecated?: ((v: any) => any) | undefined;
416
457
  }): void;
417
458
  }, any>;
418
- specialHandling: boolean;
419
459
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
420
460
  readonly $fastController: import("@microsoft/fast-element").Controller;
421
461
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -740,6 +780,48 @@ declare const DateTimePicker_base: (abstract new (...args: any[]) => {
740
780
  ariaDescription: string | null;
741
781
  ariaRowIndexText: string | null;
742
782
  ariaRelevant: string | null;
783
+ roleChanged(prev: string | null, next: string | null): void;
784
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
785
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
786
+ ariaBusyChanged(prev: string | null, next: string | null): void;
787
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
788
+ ariaColCountChanged(prev: string | null, next: string | null): void;
789
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
790
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
791
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
792
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
793
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
794
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
795
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
796
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
797
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
798
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
799
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
800
+ ariaLabelChanged(prev: string | null, next: string | null): void;
801
+ ariaLevelChanged(prev: string | null, next: string | null): void;
802
+ ariaLiveChanged(prev: string | null, next: string | null): void;
803
+ ariaModalChanged(prev: string | null, next: string | null): void;
804
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
805
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
806
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
807
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
808
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
809
+ ariaPressedChanged(prev: string | null, next: string | null): void;
810
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
811
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
812
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
813
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
814
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
815
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
816
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
817
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
818
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
819
+ ariaSortChanged(prev: string | null, next: string | null): void;
820
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
821
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
822
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
823
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
824
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
743
825
  "__#1@#handleReplacedProp"(replacedProp: {
744
826
  newPropertyName: string;
745
827
  deprecatedPropertyName: string;
@@ -891,7 +973,6 @@ declare const DateTimePicker_base: (abstract new (...args: any[]) => {
891
973
  _slottedHelperTextFeedbackType(): "none" | "helper";
892
974
  _getFeedbackTemplate(ctx: import("../../shared/design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
893
975
  connectedCallback(): void;
894
- specialHandling: boolean;
895
976
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
896
977
  readonly $fastController: import("@microsoft/fast-element").Controller;
897
978
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -1217,6 +1298,48 @@ declare const DateTimePicker_base: (abstract new (...args: any[]) => {
1217
1298
  ariaDescription: string | null;
1218
1299
  ariaRowIndexText: string | null;
1219
1300
  ariaRelevant: string | null;
1301
+ roleChanged(prev: string | null, next: string | null): void;
1302
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
1303
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
1304
+ ariaBusyChanged(prev: string | null, next: string | null): void;
1305
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
1306
+ ariaColCountChanged(prev: string | null, next: string | null): void;
1307
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
1308
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
1309
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
1310
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
1311
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
1312
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
1313
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
1314
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
1315
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
1316
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
1317
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
1318
+ ariaLabelChanged(prev: string | null, next: string | null): void;
1319
+ ariaLevelChanged(prev: string | null, next: string | null): void;
1320
+ ariaLiveChanged(prev: string | null, next: string | null): void;
1321
+ ariaModalChanged(prev: string | null, next: string | null): void;
1322
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
1323
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
1324
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
1325
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
1326
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
1327
+ ariaPressedChanged(prev: string | null, next: string | null): void;
1328
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
1329
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
1330
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
1331
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
1332
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
1333
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
1334
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
1335
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
1336
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
1337
+ ariaSortChanged(prev: string | null, next: string | null): void;
1338
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
1339
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
1340
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
1341
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
1342
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
1220
1343
  "__#1@#handleReplacedProp"(replacedProp: {
1221
1344
  newPropertyName: string;
1222
1345
  deprecatedPropertyName: string;
@@ -1224,7 +1347,6 @@ declare const DateTimePicker_base: (abstract new (...args: any[]) => {
1224
1347
  toDeprecated?: ((v: any) => any) | undefined;
1225
1348
  }): void;
1226
1349
  }, any>;
1227
- specialHandling: boolean;
1228
1350
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
1229
1351
  readonly $fastController: import("@microsoft/fast-element").Controller;
1230
1352
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -1549,6 +1671,48 @@ declare const DateTimePicker_base: (abstract new (...args: any[]) => {
1549
1671
  ariaDescription: string | null;
1550
1672
  ariaRowIndexText: string | null;
1551
1673
  ariaRelevant: string | null;
1674
+ roleChanged(prev: string | null, next: string | null): void;
1675
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
1676
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
1677
+ ariaBusyChanged(prev: string | null, next: string | null): void;
1678
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
1679
+ ariaColCountChanged(prev: string | null, next: string | null): void;
1680
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
1681
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
1682
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
1683
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
1684
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
1685
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
1686
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
1687
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
1688
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
1689
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
1690
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
1691
+ ariaLabelChanged(prev: string | null, next: string | null): void;
1692
+ ariaLevelChanged(prev: string | null, next: string | null): void;
1693
+ ariaLiveChanged(prev: string | null, next: string | null): void;
1694
+ ariaModalChanged(prev: string | null, next: string | null): void;
1695
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
1696
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
1697
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
1698
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
1699
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
1700
+ ariaPressedChanged(prev: string | null, next: string | null): void;
1701
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
1702
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
1703
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
1704
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
1705
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
1706
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
1707
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
1708
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
1709
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
1710
+ ariaSortChanged(prev: string | null, next: string | null): void;
1711
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
1712
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
1713
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
1714
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
1715
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
1552
1716
  "__#1@#handleReplacedProp"(replacedProp: {
1553
1717
  newPropertyName: string;
1554
1718
  deprecatedPropertyName: string;
@@ -1668,7 +1832,6 @@ declare const DateTimePicker_base: (abstract new (...args: any[]) => {
1668
1832
  _slottedHelperTextFeedbackType(): "none" | "helper";
1669
1833
  _getFeedbackTemplate(ctx: import("../../shared/design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
1670
1834
  connectedCallback(): void;
1671
- specialHandling: boolean;
1672
1835
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
1673
1836
  readonly $fastController: import("@microsoft/fast-element").Controller;
1674
1837
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -1994,6 +2157,48 @@ declare const DateTimePicker_base: (abstract new (...args: any[]) => {
1994
2157
  ariaDescription: string | null;
1995
2158
  ariaRowIndexText: string | null;
1996
2159
  ariaRelevant: string | null;
2160
+ roleChanged(prev: string | null, next: string | null): void;
2161
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
2162
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
2163
+ ariaBusyChanged(prev: string | null, next: string | null): void;
2164
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
2165
+ ariaColCountChanged(prev: string | null, next: string | null): void;
2166
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
2167
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
2168
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
2169
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
2170
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
2171
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
2172
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
2173
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
2174
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
2175
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
2176
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
2177
+ ariaLabelChanged(prev: string | null, next: string | null): void;
2178
+ ariaLevelChanged(prev: string | null, next: string | null): void;
2179
+ ariaLiveChanged(prev: string | null, next: string | null): void;
2180
+ ariaModalChanged(prev: string | null, next: string | null): void;
2181
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
2182
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
2183
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
2184
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
2185
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
2186
+ ariaPressedChanged(prev: string | null, next: string | null): void;
2187
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
2188
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
2189
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
2190
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
2191
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
2192
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
2193
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
2194
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
2195
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
2196
+ ariaSortChanged(prev: string | null, next: string | null): void;
2197
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
2198
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
2199
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
2200
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
2201
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
1997
2202
  "__#1@#handleReplacedProp"(replacedProp: {
1998
2203
  newPropertyName: string;
1999
2204
  deprecatedPropertyName: string;
@@ -2001,7 +2206,6 @@ declare const DateTimePicker_base: (abstract new (...args: any[]) => {
2001
2206
  toDeprecated?: ((v: any) => any) | undefined;
2002
2207
  }): void;
2003
2208
  }, any>;
2004
- specialHandling: boolean;
2005
2209
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
2006
2210
  readonly $fastController: import("@microsoft/fast-element").Controller;
2007
2211
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -2326,6 +2530,48 @@ declare const DateTimePicker_base: (abstract new (...args: any[]) => {
2326
2530
  ariaDescription: string | null;
2327
2531
  ariaRowIndexText: string | null;
2328
2532
  ariaRelevant: string | null;
2533
+ roleChanged(prev: string | null, next: string | null): void;
2534
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
2535
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
2536
+ ariaBusyChanged(prev: string | null, next: string | null): void;
2537
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
2538
+ ariaColCountChanged(prev: string | null, next: string | null): void;
2539
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
2540
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
2541
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
2542
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
2543
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
2544
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
2545
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
2546
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
2547
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
2548
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
2549
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
2550
+ ariaLabelChanged(prev: string | null, next: string | null): void;
2551
+ ariaLevelChanged(prev: string | null, next: string | null): void;
2552
+ ariaLiveChanged(prev: string | null, next: string | null): void;
2553
+ ariaModalChanged(prev: string | null, next: string | null): void;
2554
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
2555
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
2556
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
2557
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
2558
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
2559
+ ariaPressedChanged(prev: string | null, next: string | null): void;
2560
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
2561
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
2562
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
2563
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
2564
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
2565
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
2566
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
2567
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
2568
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
2569
+ ariaSortChanged(prev: string | null, next: string | null): void;
2570
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
2571
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
2572
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
2573
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
2574
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
2329
2575
  "__#1@#handleReplacedProp"(replacedProp: {
2330
2576
  newPropertyName: string;
2331
2577
  deprecatedPropertyName: string;
@@ -2474,7 +2720,6 @@ declare const DateTimePicker_base: (abstract new (...args: any[]) => {
2474
2720
  _slottedHelperTextFeedbackType(): "none" | "helper";
2475
2721
  _getFeedbackTemplate(ctx: import("../../shared/design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
2476
2722
  connectedCallback(): void;
2477
- specialHandling: boolean;
2478
2723
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
2479
2724
  readonly $fastController: import("@microsoft/fast-element").Controller;
2480
2725
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -2800,6 +3045,48 @@ declare const DateTimePicker_base: (abstract new (...args: any[]) => {
2800
3045
  ariaDescription: string | null;
2801
3046
  ariaRowIndexText: string | null;
2802
3047
  ariaRelevant: string | null;
3048
+ roleChanged(prev: string | null, next: string | null): void;
3049
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
3050
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
3051
+ ariaBusyChanged(prev: string | null, next: string | null): void;
3052
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
3053
+ ariaColCountChanged(prev: string | null, next: string | null): void;
3054
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
3055
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
3056
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
3057
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
3058
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
3059
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
3060
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
3061
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
3062
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
3063
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
3064
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
3065
+ ariaLabelChanged(prev: string | null, next: string | null): void;
3066
+ ariaLevelChanged(prev: string | null, next: string | null): void;
3067
+ ariaLiveChanged(prev: string | null, next: string | null): void;
3068
+ ariaModalChanged(prev: string | null, next: string | null): void;
3069
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
3070
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
3071
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
3072
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
3073
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
3074
+ ariaPressedChanged(prev: string | null, next: string | null): void;
3075
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
3076
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
3077
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
3078
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
3079
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
3080
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
3081
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
3082
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
3083
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
3084
+ ariaSortChanged(prev: string | null, next: string | null): void;
3085
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
3086
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
3087
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
3088
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
3089
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
2803
3090
  "__#1@#handleReplacedProp"(replacedProp: {
2804
3091
  newPropertyName: string;
2805
3092
  deprecatedPropertyName: string;
@@ -2807,7 +3094,6 @@ declare const DateTimePicker_base: (abstract new (...args: any[]) => {
2807
3094
  toDeprecated?: ((v: any) => any) | undefined;
2808
3095
  }): void;
2809
3096
  }, any>;
2810
- specialHandling: boolean;
2811
3097
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
2812
3098
  readonly $fastController: import("@microsoft/fast-element").Controller;
2813
3099
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -3132,6 +3418,48 @@ declare const DateTimePicker_base: (abstract new (...args: any[]) => {
3132
3418
  ariaDescription: string | null;
3133
3419
  ariaRowIndexText: string | null;
3134
3420
  ariaRelevant: string | null;
3421
+ roleChanged(prev: string | null, next: string | null): void;
3422
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
3423
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
3424
+ ariaBusyChanged(prev: string | null, next: string | null): void;
3425
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
3426
+ ariaColCountChanged(prev: string | null, next: string | null): void;
3427
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
3428
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
3429
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
3430
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
3431
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
3432
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
3433
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
3434
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
3435
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
3436
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
3437
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
3438
+ ariaLabelChanged(prev: string | null, next: string | null): void;
3439
+ ariaLevelChanged(prev: string | null, next: string | null): void;
3440
+ ariaLiveChanged(prev: string | null, next: string | null): void;
3441
+ ariaModalChanged(prev: string | null, next: string | null): void;
3442
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
3443
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
3444
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
3445
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
3446
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
3447
+ ariaPressedChanged(prev: string | null, next: string | null): void;
3448
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
3449
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
3450
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
3451
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
3452
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
3453
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
3454
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
3455
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
3456
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
3457
+ ariaSortChanged(prev: string | null, next: string | null): void;
3458
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
3459
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
3460
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
3461
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
3462
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
3135
3463
  "__#1@#handleReplacedProp"(replacedProp: {
3136
3464
  newPropertyName: string;
3137
3465
  deprecatedPropertyName: string;
@@ -3,7 +3,6 @@ declare const DialPad_base: {
3
3
  new (...args: any[]): {
4
4
  readonly locale: import("../../shared/localization/Locale").Locale;
5
5
  connectedCallback(): void;
6
- specialHandling: boolean;
7
6
  _vividAriaBehaviour: import("../../shared/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 DialPad_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;
@@ -4,7 +4,6 @@ declare const Dialog_base: {
4
4
  new (...args: any[]): {
5
5
  readonly locale: import("../../shared/localization/Locale").Locale;
6
6
  connectedCallback(): void;
7
- specialHandling: boolean;
8
7
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
9
8
  readonly $fastController: import("@microsoft/fast-element").Controller;
10
9
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -330,6 +329,48 @@ declare const Dialog_base: {
330
329
  ariaDescription: string | null;
331
330
  ariaRowIndexText: string | null;
332
331
  ariaRelevant: string | null;
332
+ roleChanged(prev: string | null, next: string | null): void;
333
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
334
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
335
+ ariaBusyChanged(prev: string | null, next: string | null): void;
336
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
337
+ ariaColCountChanged(prev: string | null, next: string | null): void;
338
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
339
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
340
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
341
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
342
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
343
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
344
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
345
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
346
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
347
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
348
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
349
+ ariaLabelChanged(prev: string | null, next: string | null): void;
350
+ ariaLevelChanged(prev: string | null, next: string | null): void;
351
+ ariaLiveChanged(prev: string | null, next: string | null): void;
352
+ ariaModalChanged(prev: string | null, next: string | null): void;
353
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
354
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
355
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
356
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
357
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
358
+ ariaPressedChanged(prev: string | null, next: string | null): void;
359
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
360
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
361
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
362
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
363
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
364
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
365
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
366
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
367
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
368
+ ariaSortChanged(prev: string | null, next: string | null): void;
369
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
370
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
371
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
372
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
373
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
333
374
  "__#1@#handleReplacedProp"(replacedProp: {
334
375
  newPropertyName: string;
335
376
  deprecatedPropertyName: string;
@@ -341,7 +382,6 @@ declare const Dialog_base: {
341
382
  new (...args: any[]): {
342
383
  _vividAriaBehaviour: "delegate";
343
384
  connectedCallback(): void;
344
- specialHandling: boolean;
345
385
  readonly $fastController: import("@microsoft/fast-element").Controller;
346
386
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
347
387
  disconnectedCallback(): void;
@@ -666,6 +706,48 @@ declare const Dialog_base: {
666
706
  ariaDescription: string | null;
667
707
  ariaRowIndexText: string | null;
668
708
  ariaRelevant: string | null;
709
+ roleChanged(prev: string | null, next: string | null): void;
710
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
711
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
712
+ ariaBusyChanged(prev: string | null, next: string | null): void;
713
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
714
+ ariaColCountChanged(prev: string | null, next: string | null): void;
715
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
716
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
717
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
718
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
719
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
720
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
721
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
722
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
723
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
724
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
725
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
726
+ ariaLabelChanged(prev: string | null, next: string | null): void;
727
+ ariaLevelChanged(prev: string | null, next: string | null): void;
728
+ ariaLiveChanged(prev: string | null, next: string | null): void;
729
+ ariaModalChanged(prev: string | null, next: string | null): void;
730
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
731
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
732
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
733
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
734
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
735
+ ariaPressedChanged(prev: string | null, next: string | null): void;
736
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
737
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
738
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
739
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
740
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
741
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
742
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
743
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
744
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
745
+ ariaSortChanged(prev: string | null, next: string | null): void;
746
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
747
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
748
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
749
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
750
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
669
751
  "__#1@#handleReplacedProp"(replacedProp: {
670
752
  newPropertyName: string;
671
753
  deprecatedPropertyName: string;