@vonage/vivid 4.30.1 → 5.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (141) hide show
  1. package/custom-elements.json +129 -172
  2. package/lib/accordion-item/accordion-item.d.ts +42 -1
  3. package/lib/action-group/action-group.d.ts +42 -1
  4. package/lib/alert/alert.d.ts +84 -2
  5. package/lib/audio-player/audio-player.d.ts +42 -1
  6. package/lib/avatar/avatar.d.ts +42 -1
  7. package/lib/badge/badge.d.ts +42 -1
  8. package/lib/banner/banner.d.ts +126 -3
  9. package/lib/breadcrumb/breadcrumb.d.ts +42 -1
  10. package/lib/breadcrumb-item/breadcrumb-item.d.ts +42 -1
  11. package/lib/button/button.d.ts +126 -3
  12. package/lib/calendar-event/calendar-event.d.ts +42 -1
  13. package/lib/card/card.d.ts +42 -1
  14. package/lib/checkbox/checkbox.d.ts +252 -7
  15. package/lib/combobox/combobox.d.ts +252 -6
  16. package/lib/data-grid/data-grid-cell.d.ts +419 -2
  17. package/lib/data-grid/data-grid-row.d.ts +380 -1
  18. package/lib/date-picker/date-picker.d.ts +336 -8
  19. package/lib/date-range-picker/date-range-picker.d.ts +168 -4
  20. package/lib/date-time-picker/date-time-picker.d.ts +336 -8
  21. package/lib/dial-pad/dial-pad.d.ts +42 -1
  22. package/lib/dialog/dialog.d.ts +84 -2
  23. package/lib/divider/divider.d.ts +42 -1
  24. package/lib/fab/fab.d.ts +42 -1
  25. package/lib/file-picker/file-picker.d.ts +252 -6
  26. package/lib/file-picker/locale.d.ts +1 -0
  27. package/lib/header/header.d.ts +42 -1
  28. package/lib/menu/menu.d.ts +84 -2
  29. package/lib/menu-item/menu-item.d.ts +84 -2
  30. package/lib/nav/nav.d.ts +42 -1
  31. package/lib/nav-disclosure/nav-disclosure.d.ts +84 -2
  32. package/lib/nav-item/nav-item.d.ts +84 -2
  33. package/lib/note/note.d.ts +42 -1
  34. package/lib/number-field/number-field.d.ts +336 -8
  35. package/lib/option/option.d.ts +84 -2
  36. package/lib/pagination/pagination.d.ts +42 -1
  37. package/lib/progress/progress.d.ts +42 -1
  38. package/lib/progress-ring/progress-ring.d.ts +42 -1
  39. package/lib/radio/radio.d.ts +126 -4
  40. package/lib/radio-group/radio-group.d.ts +42 -1
  41. package/lib/range-slider/range-slider.d.ts +126 -3
  42. package/lib/rich-text-editor/menubar/menubar.d.ts +42 -1
  43. package/lib/rich-text-editor/rich-text-editor.d.ts +42 -1
  44. package/lib/searchable-select/option-tag.d.ts +42 -1
  45. package/lib/searchable-select/searchable-select.d.ts +336 -8
  46. package/lib/select/select.d.ts +294 -7
  47. package/lib/selectable-box/selectable-box.d.ts +42 -2
  48. package/lib/slider/slider.d.ts +126 -3
  49. package/lib/split-button/split-button.d.ts +126 -3
  50. package/lib/switch/switch.d.ts +84 -2
  51. package/lib/tab/tab.d.ts +126 -3
  52. package/lib/tab-panel/tab-panel.d.ts +42 -1
  53. package/lib/tag/tag.d.ts +126 -3
  54. package/lib/tag-group/tag-group.d.ts +42 -1
  55. package/lib/text-area/text-area.d.ts +294 -7
  56. package/lib/text-field/text-field.d.ts +336 -8
  57. package/lib/time-picker/time-picker.d.ts +168 -4
  58. package/lib/toggletip/locale.d.ts +3 -0
  59. package/lib/toggletip/toggletip.d.ts +430 -11
  60. package/lib/tooltip/tooltip.d.ts +42 -1
  61. package/lib/tree-item/tree-item.d.ts +84 -2
  62. package/lib/tree-view/tree-view.d.ts +42 -1
  63. package/lib/video-player/video-player.d.ts +42 -1
  64. package/locales/de-DE.cjs +8 -1
  65. package/locales/de-DE.js +8 -1
  66. package/locales/en-GB.cjs +8 -1
  67. package/locales/en-GB.js +8 -1
  68. package/locales/en-US.cjs +8 -1
  69. package/locales/en-US.js +8 -1
  70. package/locales/ja-JP.cjs +8 -1
  71. package/locales/ja-JP.js +8 -1
  72. package/locales/zh-CN.cjs +8 -1
  73. package/locales/zh-CN.js +8 -1
  74. package/package.json +1 -1
  75. package/shared/anchored.js +1 -1
  76. package/shared/aria/aria-mixin.d.ts +43 -2
  77. package/shared/aria/attribute-removal.d.ts +3 -0
  78. package/shared/aria/delegate-aria-behavior.d.ts +0 -3
  79. package/shared/aria/delegates-aria.d.ts +42 -1
  80. package/shared/aria/host-semantics.d.ts +42 -1
  81. package/shared/definition13.cjs +1 -1
  82. package/shared/definition13.js +1 -1
  83. package/shared/definition15.cjs +6 -2
  84. package/shared/definition15.js +6 -2
  85. package/shared/definition17.cjs +61 -78
  86. package/shared/definition17.js +61 -78
  87. package/shared/definition26.cjs +37 -2
  88. package/shared/definition26.js +37 -2
  89. package/shared/definition30.cjs +8 -4
  90. package/shared/definition30.js +8 -4
  91. package/shared/definition31.cjs +7 -7
  92. package/shared/definition31.js +7 -7
  93. package/shared/definition42.cjs +0 -4
  94. package/shared/definition42.js +0 -4
  95. package/shared/definition47.cjs +0 -8
  96. package/shared/definition47.js +1 -9
  97. package/shared/definition5.cjs +1 -1
  98. package/shared/definition5.js +1 -1
  99. package/shared/definition54.cjs +1 -1
  100. package/shared/definition54.js +1 -1
  101. package/shared/definition60.cjs +7 -6
  102. package/shared/definition60.js +7 -6
  103. package/shared/definition62.cjs +1 -1
  104. package/shared/definition62.js +1 -1
  105. package/shared/definition63.cjs +1 -2
  106. package/shared/definition63.js +1 -2
  107. package/shared/delegates-aria.cjs +4 -25
  108. package/shared/delegates-aria.js +4 -25
  109. package/shared/divider.cjs +8 -3
  110. package/shared/divider.js +8 -3
  111. package/shared/feedback/feedback-message.d.ts +42 -1
  112. package/shared/feedback/mixins.d.ts +84 -2
  113. package/shared/foundation/button/button.d.ts +84 -2
  114. package/shared/foundation/form-associated/form-associated.d.ts +84 -2
  115. package/shared/foundation/vivid-element/vivid-element.d.ts +43 -2
  116. package/shared/listbox.cjs +1 -1
  117. package/shared/listbox.js +1 -1
  118. package/shared/localization/Locale.d.ts +2 -0
  119. package/shared/option.cjs +15 -2
  120. package/shared/option.js +16 -3
  121. package/shared/patterns/affix.d.ts +84 -2
  122. package/shared/patterns/anchored.d.ts +84 -2
  123. package/shared/patterns/char-count/char-count.d.ts +42 -1
  124. package/shared/patterns/form-elements/form-element.d.ts +84 -2
  125. package/shared/patterns/form-elements/with-error-text.d.ts +126 -3
  126. package/shared/patterns/form-elements/with-success-text.d.ts +42 -1
  127. package/shared/patterns/linkable.d.ts +42 -1
  128. package/shared/patterns/localized.d.ts +42 -1
  129. package/shared/patterns/trapped-focus.d.ts +42 -1
  130. package/shared/picker-field/mixins/calendar-picker.d.ts +84 -2
  131. package/shared/picker-field/mixins/calendar-picker.template.d.ts +84 -2
  132. package/shared/picker-field/mixins/inline-time-picker/inline-time-picker.d.ts +42 -1
  133. package/shared/picker-field/mixins/min-max-calendar-picker.d.ts +168 -4
  134. package/shared/picker-field/mixins/single-date-picker.d.ts +252 -6
  135. package/shared/picker-field/mixins/single-value-picker.d.ts +84 -2
  136. package/shared/picker-field/mixins/time-selection-picker.d.ts +168 -4
  137. package/shared/picker-field/mixins/time-selection-picker.template.d.ts +168 -4
  138. package/shared/picker-field/picker-field.d.ts +252 -6
  139. package/shared/vivid-element.cjs +56 -5
  140. package/shared/vivid-element.js +56 -5
  141. package/vivid.api.json +2 -93
@@ -28,7 +28,6 @@ declare const TextField_base: {
28
28
  };
29
29
  _slottedHelperTextFeedbackType(): "none" | "helper";
30
30
  connectedCallback(): void;
31
- specialHandling: boolean;
32
31
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
33
32
  readonly $fastController: import("@microsoft/fast-element").Controller;
34
33
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -354,6 +353,48 @@ declare const TextField_base: {
354
353
  ariaDescription: string | null;
355
354
  ariaRowIndexText: string | null;
356
355
  ariaRelevant: string | null;
356
+ roleChanged(prev: string | null, next: string | null): void;
357
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
358
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
359
+ ariaBusyChanged(prev: string | null, next: string | null): void;
360
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
361
+ ariaColCountChanged(prev: string | null, next: string | null): void;
362
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
363
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
364
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
365
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
366
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
367
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
368
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
369
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
370
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
371
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
372
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
373
+ ariaLabelChanged(prev: string | null, next: string | null): void;
374
+ ariaLevelChanged(prev: string | null, next: string | null): void;
375
+ ariaLiveChanged(prev: string | null, next: string | null): void;
376
+ ariaModalChanged(prev: string | null, next: string | null): void;
377
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
378
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
379
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
380
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
381
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
382
+ ariaPressedChanged(prev: string | null, next: string | null): void;
383
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
384
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
385
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
386
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
387
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
388
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
389
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
390
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
391
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
392
+ ariaSortChanged(prev: string | null, next: string | null): void;
393
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
394
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
395
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
396
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
397
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
357
398
  "__#1@#handleReplacedProp"(replacedProp: {
358
399
  newPropertyName: string;
359
400
  deprecatedPropertyName: string;
@@ -374,7 +415,6 @@ declare const TextField_base: {
374
415
  _getCharCountTemplate: (context: import("../../shared/design-system/defineVividComponent").VividElementDefinitionContext) => import("@microsoft/fast-element").ViewTemplate<any, any>;
375
416
  readonly locale: import("../../shared/localization/Locale").Locale;
376
417
  connectedCallback(): void;
377
- specialHandling: boolean;
378
418
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
379
419
  readonly $fastController: import("@microsoft/fast-element").Controller;
380
420
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -700,6 +740,48 @@ declare const TextField_base: {
700
740
  ariaDescription: string | null;
701
741
  ariaRowIndexText: string | null;
702
742
  ariaRelevant: string | null;
743
+ roleChanged(prev: string | null, next: string | null): void;
744
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
745
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
746
+ ariaBusyChanged(prev: string | null, next: string | null): void;
747
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
748
+ ariaColCountChanged(prev: string | null, next: string | null): void;
749
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
750
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
751
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
752
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
753
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
754
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
755
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
756
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
757
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
758
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
759
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
760
+ ariaLabelChanged(prev: string | null, next: string | null): void;
761
+ ariaLevelChanged(prev: string | null, next: string | null): void;
762
+ ariaLiveChanged(prev: string | null, next: string | null): void;
763
+ ariaModalChanged(prev: string | null, next: string | null): void;
764
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
765
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
766
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
767
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
768
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
769
+ ariaPressedChanged(prev: string | null, next: string | null): void;
770
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
771
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
772
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
773
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
774
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
775
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
776
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
777
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
778
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
779
+ ariaSortChanged(prev: string | null, next: string | null): void;
780
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
781
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
782
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
783
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
784
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
703
785
  "__#1@#handleReplacedProp"(replacedProp: {
704
786
  newPropertyName: string;
705
787
  deprecatedPropertyName: string;
@@ -755,7 +837,6 @@ declare const TextField_base: {
755
837
  setFormValue(value: string | File | FormData | null, state?: string | File | FormData | null | undefined): void;
756
838
  _keypressHandler(e: KeyboardEvent): void;
757
839
  stopPropagation(e: Event): void;
758
- specialHandling: boolean;
759
840
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
760
841
  readonly $fastController: import("@microsoft/fast-element").Controller;
761
842
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -1080,6 +1161,48 @@ declare const TextField_base: {
1080
1161
  ariaDescription: string | null;
1081
1162
  ariaRowIndexText: string | null;
1082
1163
  ariaRelevant: string | null;
1164
+ roleChanged(prev: string | null, next: string | null): void;
1165
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
1166
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
1167
+ ariaBusyChanged(prev: string | null, next: string | null): void;
1168
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
1169
+ ariaColCountChanged(prev: string | null, next: string | null): void;
1170
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
1171
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
1172
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
1173
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
1174
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
1175
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
1176
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
1177
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
1178
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
1179
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
1180
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
1181
+ ariaLabelChanged(prev: string | null, next: string | null): void;
1182
+ ariaLevelChanged(prev: string | null, next: string | null): void;
1183
+ ariaLiveChanged(prev: string | null, next: string | null): void;
1184
+ ariaModalChanged(prev: string | null, next: string | null): void;
1185
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
1186
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
1187
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
1188
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
1189
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
1190
+ ariaPressedChanged(prev: string | null, next: string | null): void;
1191
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
1192
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
1193
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
1194
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
1195
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
1196
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
1197
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
1198
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
1199
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
1200
+ ariaSortChanged(prev: string | null, next: string | null): void;
1201
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
1202
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
1203
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
1204
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
1205
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
1083
1206
  "__#1@#handleReplacedProp"(replacedProp: {
1084
1207
  newPropertyName: string;
1085
1208
  deprecatedPropertyName: string;
@@ -1091,7 +1214,6 @@ declare const TextField_base: {
1091
1214
  new (...args: any[]): {
1092
1215
  successText?: string | undefined;
1093
1216
  connectedCallback(): void;
1094
- specialHandling: boolean;
1095
1217
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
1096
1218
  readonly $fastController: import("@microsoft/fast-element").Controller;
1097
1219
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -1417,6 +1539,48 @@ declare const TextField_base: {
1417
1539
  ariaDescription: string | null;
1418
1540
  ariaRowIndexText: string | null;
1419
1541
  ariaRelevant: string | null;
1542
+ roleChanged(prev: string | null, next: string | null): void;
1543
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
1544
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
1545
+ ariaBusyChanged(prev: string | null, next: string | null): void;
1546
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
1547
+ ariaColCountChanged(prev: string | null, next: string | null): void;
1548
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
1549
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
1550
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
1551
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
1552
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
1553
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
1554
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
1555
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
1556
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
1557
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
1558
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
1559
+ ariaLabelChanged(prev: string | null, next: string | null): void;
1560
+ ariaLevelChanged(prev: string | null, next: string | null): void;
1561
+ ariaLiveChanged(prev: string | null, next: string | null): void;
1562
+ ariaModalChanged(prev: string | null, next: string | null): void;
1563
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
1564
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
1565
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
1566
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
1567
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
1568
+ ariaPressedChanged(prev: string | null, next: string | null): void;
1569
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
1570
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
1571
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
1572
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
1573
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
1574
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
1575
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
1576
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
1577
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
1578
+ ariaSortChanged(prev: string | null, next: string | null): void;
1579
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
1580
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
1581
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
1582
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
1583
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
1420
1584
  "__#1@#handleReplacedProp"(replacedProp: {
1421
1585
  newPropertyName: string;
1422
1586
  deprecatedPropertyName: string;
@@ -1466,7 +1630,6 @@ declare const TextField_base: {
1466
1630
  setFormValue(value: string | File | FormData | null, state?: string | File | FormData | null | undefined): void;
1467
1631
  _keypressHandler(e: KeyboardEvent): void;
1468
1632
  stopPropagation(e: Event): void;
1469
- specialHandling: boolean;
1470
1633
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
1471
1634
  readonly $fastController: import("@microsoft/fast-element").Controller;
1472
1635
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -1791,6 +1954,48 @@ declare const TextField_base: {
1791
1954
  ariaDescription: string | null;
1792
1955
  ariaRowIndexText: string | null;
1793
1956
  ariaRelevant: string | null;
1957
+ roleChanged(prev: string | null, next: string | null): void;
1958
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
1959
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
1960
+ ariaBusyChanged(prev: string | null, next: string | null): void;
1961
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
1962
+ ariaColCountChanged(prev: string | null, next: string | null): void;
1963
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
1964
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
1965
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
1966
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
1967
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
1968
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
1969
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
1970
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
1971
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
1972
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
1973
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
1974
+ ariaLabelChanged(prev: string | null, next: string | null): void;
1975
+ ariaLevelChanged(prev: string | null, next: string | null): void;
1976
+ ariaLiveChanged(prev: string | null, next: string | null): void;
1977
+ ariaModalChanged(prev: string | null, next: string | null): void;
1978
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
1979
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
1980
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
1981
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
1982
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
1983
+ ariaPressedChanged(prev: string | null, next: string | null): void;
1984
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
1985
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
1986
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
1987
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
1988
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
1989
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
1990
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
1991
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
1992
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
1993
+ ariaSortChanged(prev: string | null, next: string | null): void;
1994
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
1995
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
1996
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
1997
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
1998
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
1794
1999
  "__#1@#handleReplacedProp"(replacedProp: {
1795
2000
  newPropertyName: string;
1796
2001
  deprecatedPropertyName: string;
@@ -1803,7 +2008,6 @@ declare const TextField_base: {
1803
2008
  icon?: string | undefined;
1804
2009
  iconSlottedContent?: HTMLElement[] | undefined;
1805
2010
  connectedCallback(): void;
1806
- specialHandling: boolean;
1807
2011
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
1808
2012
  readonly $fastController: import("@microsoft/fast-element").Controller;
1809
2013
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -2129,6 +2333,48 @@ declare const TextField_base: {
2129
2333
  ariaDescription: string | null;
2130
2334
  ariaRowIndexText: string | null;
2131
2335
  ariaRelevant: string | null;
2336
+ roleChanged(prev: string | null, next: string | null): void;
2337
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
2338
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
2339
+ ariaBusyChanged(prev: string | null, next: string | null): void;
2340
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
2341
+ ariaColCountChanged(prev: string | null, next: string | null): void;
2342
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
2343
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
2344
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
2345
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
2346
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
2347
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
2348
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
2349
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
2350
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
2351
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
2352
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
2353
+ ariaLabelChanged(prev: string | null, next: string | null): void;
2354
+ ariaLevelChanged(prev: string | null, next: string | null): void;
2355
+ ariaLiveChanged(prev: string | null, next: string | null): void;
2356
+ ariaModalChanged(prev: string | null, next: string | null): void;
2357
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
2358
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
2359
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
2360
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
2361
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
2362
+ ariaPressedChanged(prev: string | null, next: string | null): void;
2363
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
2364
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
2365
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
2366
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
2367
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
2368
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
2369
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
2370
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
2371
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
2372
+ ariaSortChanged(prev: string | null, next: string | null): void;
2373
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
2374
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
2375
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
2376
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
2377
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
2132
2378
  "__#1@#handleReplacedProp"(replacedProp: {
2133
2379
  newPropertyName: string;
2134
2380
  deprecatedPropertyName: string;
@@ -2140,7 +2386,6 @@ declare const TextField_base: {
2140
2386
  new (...args: any[]): {
2141
2387
  _vividAriaBehaviour: "delegate";
2142
2388
  connectedCallback(): void;
2143
- specialHandling: boolean;
2144
2389
  readonly $fastController: import("@microsoft/fast-element").Controller;
2145
2390
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
2146
2391
  disconnectedCallback(): void;
@@ -2465,6 +2710,48 @@ declare const TextField_base: {
2465
2710
  ariaDescription: string | null;
2466
2711
  ariaRowIndexText: string | null;
2467
2712
  ariaRelevant: string | null;
2713
+ roleChanged(prev: string | null, next: string | null): void;
2714
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
2715
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
2716
+ ariaBusyChanged(prev: string | null, next: string | null): void;
2717
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
2718
+ ariaColCountChanged(prev: string | null, next: string | null): void;
2719
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
2720
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
2721
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
2722
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
2723
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
2724
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
2725
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
2726
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
2727
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
2728
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
2729
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
2730
+ ariaLabelChanged(prev: string | null, next: string | null): void;
2731
+ ariaLevelChanged(prev: string | null, next: string | null): void;
2732
+ ariaLiveChanged(prev: string | null, next: string | null): void;
2733
+ ariaModalChanged(prev: string | null, next: string | null): void;
2734
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
2735
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
2736
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
2737
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
2738
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
2739
+ ariaPressedChanged(prev: string | null, next: string | null): void;
2740
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
2741
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
2742
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
2743
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
2744
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
2745
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
2746
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
2747
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
2748
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
2749
+ ariaSortChanged(prev: string | null, next: string | null): void;
2750
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
2751
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
2752
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
2753
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
2754
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
2468
2755
  "__#1@#handleReplacedProp"(replacedProp: {
2469
2756
  newPropertyName: string;
2470
2757
  deprecatedPropertyName: string;
@@ -2509,7 +2796,6 @@ declare const TextField_base: {
2509
2796
  setFormValue(value: string | File | FormData | null, state?: string | File | FormData | null | undefined): void;
2510
2797
  _keypressHandler(e: KeyboardEvent): void;
2511
2798
  stopPropagation(e: Event): void;
2512
- specialHandling: boolean;
2513
2799
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
2514
2800
  readonly $fastController: import("@microsoft/fast-element").Controller;
2515
2801
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -2834,6 +3120,48 @@ declare const TextField_base: {
2834
3120
  ariaDescription: string | null;
2835
3121
  ariaRowIndexText: string | null;
2836
3122
  ariaRelevant: string | null;
3123
+ roleChanged(prev: string | null, next: string | null): void;
3124
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
3125
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
3126
+ ariaBusyChanged(prev: string | null, next: string | null): void;
3127
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
3128
+ ariaColCountChanged(prev: string | null, next: string | null): void;
3129
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
3130
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
3131
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
3132
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
3133
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
3134
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
3135
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
3136
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
3137
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
3138
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
3139
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
3140
+ ariaLabelChanged(prev: string | null, next: string | null): void;
3141
+ ariaLevelChanged(prev: string | null, next: string | null): void;
3142
+ ariaLiveChanged(prev: string | null, next: string | null): void;
3143
+ ariaModalChanged(prev: string | null, next: string | null): void;
3144
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
3145
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
3146
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
3147
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
3148
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
3149
+ ariaPressedChanged(prev: string | null, next: string | null): void;
3150
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
3151
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
3152
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
3153
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
3154
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
3155
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
3156
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
3157
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
3158
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
3159
+ ariaSortChanged(prev: string | null, next: string | null): void;
3160
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
3161
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
3162
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
3163
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
3164
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
2837
3165
  "__#1@#handleReplacedProp"(replacedProp: {
2838
3166
  newPropertyName: string;
2839
3167
  deprecatedPropertyName: string;