@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
@@ -7,7 +7,6 @@ declare const CalendarEvent_base: {
7
7
  new (...args: any[]): {
8
8
  _vividAriaBehaviour: "delegate";
9
9
  connectedCallback(): void;
10
- specialHandling: boolean;
11
10
  readonly $fastController: import("@microsoft/fast-element").Controller;
12
11
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
13
12
  disconnectedCallback(): void;
@@ -332,6 +331,48 @@ declare const CalendarEvent_base: {
332
331
  ariaDescription: string | null;
333
332
  ariaRowIndexText: string | null;
334
333
  ariaRelevant: string | null;
334
+ roleChanged(prev: string | null, next: string | null): void;
335
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
336
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
337
+ ariaBusyChanged(prev: string | null, next: string | null): void;
338
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
339
+ ariaColCountChanged(prev: string | null, next: string | null): void;
340
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
341
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
342
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
343
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
344
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
345
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
346
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
347
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
348
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
349
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
350
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
351
+ ariaLabelChanged(prev: string | null, next: string | null): void;
352
+ ariaLevelChanged(prev: string | null, next: string | null): void;
353
+ ariaLiveChanged(prev: string | null, next: string | null): void;
354
+ ariaModalChanged(prev: string | null, next: string | null): void;
355
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
356
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
357
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
358
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
359
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
360
+ ariaPressedChanged(prev: string | null, next: string | null): void;
361
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
362
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
363
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
364
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
365
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
366
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
367
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
368
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
369
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
370
+ ariaSortChanged(prev: string | null, next: string | null): void;
371
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
372
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
373
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
374
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
375
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
335
376
  "__#1@#handleReplacedProp"(replacedProp: {
336
377
  newPropertyName: string;
337
378
  deprecatedPropertyName: string;
@@ -59,7 +59,6 @@ declare const Card_base: {
59
59
  }> | undefined) => import("@microsoft/fast-element").ViewTemplate<T, any>;
60
60
  _vividAriaBehaviour: "delegate";
61
61
  connectedCallback(): void;
62
- specialHandling: boolean;
63
62
  readonly $fastController: import("@microsoft/fast-element").Controller;
64
63
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
65
64
  disconnectedCallback(): void;
@@ -384,6 +383,48 @@ declare const Card_base: {
384
383
  ariaDescription: string | null;
385
384
  ariaRowIndexText: string | null;
386
385
  ariaRelevant: string | null;
386
+ roleChanged(prev: string | null, next: string | null): void;
387
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
388
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
389
+ ariaBusyChanged(prev: string | null, next: string | null): void;
390
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
391
+ ariaColCountChanged(prev: string | null, next: string | null): void;
392
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
393
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
394
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
395
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
396
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
397
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
398
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
399
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
400
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
401
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
402
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
403
+ ariaLabelChanged(prev: string | null, next: string | null): void;
404
+ ariaLevelChanged(prev: string | null, next: string | null): void;
405
+ ariaLiveChanged(prev: string | null, next: string | null): void;
406
+ ariaModalChanged(prev: string | null, next: string | null): void;
407
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
408
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
409
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
410
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
411
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
412
+ ariaPressedChanged(prev: string | null, next: string | null): void;
413
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
414
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
415
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
416
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
417
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
418
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
419
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
420
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
421
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
422
+ ariaSortChanged(prev: string | null, next: string | null): void;
423
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
424
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
425
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
426
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
427
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
387
428
  "__#1@#handleReplacedProp"(replacedProp: {
388
429
  newPropertyName: string;
389
430
  deprecatedPropertyName: string;
@@ -7,7 +7,6 @@ declare const Checkbox_base: {
7
7
  new (...args: any[]): {
8
8
  _vividAriaBehaviour: "delegate";
9
9
  connectedCallback(): void;
10
- specialHandling: boolean;
11
10
  readonly $fastController: import("@microsoft/fast-element").Controller;
12
11
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
13
12
  disconnectedCallback(): void;
@@ -332,6 +331,48 @@ declare const Checkbox_base: {
332
331
  ariaDescription: string | null;
333
332
  ariaRowIndexText: string | null;
334
333
  ariaRelevant: string | null;
334
+ roleChanged(prev: string | null, next: string | null): void;
335
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
336
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
337
+ ariaBusyChanged(prev: string | null, next: string | null): void;
338
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
339
+ ariaColCountChanged(prev: string | null, next: string | null): void;
340
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
341
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
342
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
343
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
344
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
345
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
346
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
347
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
348
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
349
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
350
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
351
+ ariaLabelChanged(prev: string | null, next: string | null): void;
352
+ ariaLevelChanged(prev: string | null, next: string | null): void;
353
+ ariaLiveChanged(prev: string | null, next: string | null): void;
354
+ ariaModalChanged(prev: string | null, next: string | null): void;
355
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
356
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
357
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
358
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
359
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
360
+ ariaPressedChanged(prev: string | null, next: string | null): void;
361
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
362
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
363
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
364
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
365
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
366
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
367
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
368
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
369
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
370
+ ariaSortChanged(prev: string | null, next: string | null): void;
371
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
372
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
373
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
374
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
375
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
335
376
  "__#1@#handleReplacedProp"(replacedProp: {
336
377
  newPropertyName: string;
337
378
  deprecatedPropertyName: string;
@@ -351,7 +392,6 @@ declare const Checkbox_base: {
351
392
  _slottedHelperTextFeedbackType(): "none" | "helper";
352
393
  _getFeedbackTemplate(ctx: import("../../shared/design-system/defineVividComponent.js").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
353
394
  connectedCallback(): void;
354
- specialHandling: boolean;
355
395
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin.js").VividAriaBehaviour;
356
396
  readonly $fastController: import("@microsoft/fast-element").Controller;
357
397
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -677,6 +717,48 @@ declare const Checkbox_base: {
677
717
  ariaDescription: string | null;
678
718
  ariaRowIndexText: string | null;
679
719
  ariaRelevant: string | null;
720
+ roleChanged(prev: string | null, next: string | null): void;
721
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
722
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
723
+ ariaBusyChanged(prev: string | null, next: string | null): void;
724
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
725
+ ariaColCountChanged(prev: string | null, next: string | null): void;
726
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
727
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
728
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
729
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
730
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
731
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
732
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
733
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
734
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
735
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
736
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
737
+ ariaLabelChanged(prev: string | null, next: string | null): void;
738
+ ariaLevelChanged(prev: string | null, next: string | null): void;
739
+ ariaLiveChanged(prev: string | null, next: string | null): void;
740
+ ariaModalChanged(prev: string | null, next: string | null): void;
741
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
742
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
743
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
744
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
745
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
746
+ ariaPressedChanged(prev: string | null, next: string | null): void;
747
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
748
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
749
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
750
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
751
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
752
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
753
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
754
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
755
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
756
+ ariaSortChanged(prev: string | null, next: string | null): void;
757
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
758
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
759
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
760
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
761
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
680
762
  "__#1@#handleReplacedProp"(replacedProp: {
681
763
  newPropertyName: string;
682
764
  deprecatedPropertyName: string;
@@ -732,7 +814,6 @@ declare const Checkbox_base: {
732
814
  setFormValue(value: string | File | FormData | null, state?: string | File | FormData | null | undefined): void;
733
815
  _keypressHandler(e: KeyboardEvent): void;
734
816
  stopPropagation(e: Event): void;
735
- specialHandling: boolean;
736
817
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin.js").VividAriaBehaviour;
737
818
  readonly $fastController: import("@microsoft/fast-element").Controller;
738
819
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -1057,6 +1138,48 @@ declare const Checkbox_base: {
1057
1138
  ariaDescription: string | null;
1058
1139
  ariaRowIndexText: string | null;
1059
1140
  ariaRelevant: string | null;
1141
+ roleChanged(prev: string | null, next: string | null): void;
1142
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
1143
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
1144
+ ariaBusyChanged(prev: string | null, next: string | null): void;
1145
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
1146
+ ariaColCountChanged(prev: string | null, next: string | null): void;
1147
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
1148
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
1149
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
1150
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
1151
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
1152
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
1153
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
1154
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
1155
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
1156
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
1157
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
1158
+ ariaLabelChanged(prev: string | null, next: string | null): void;
1159
+ ariaLevelChanged(prev: string | null, next: string | null): void;
1160
+ ariaLiveChanged(prev: string | null, next: string | null): void;
1161
+ ariaModalChanged(prev: string | null, next: string | null): void;
1162
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
1163
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
1164
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
1165
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
1166
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
1167
+ ariaPressedChanged(prev: string | null, next: string | null): void;
1168
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
1169
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
1170
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
1171
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
1172
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
1173
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
1174
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
1175
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
1176
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
1177
+ ariaSortChanged(prev: string | null, next: string | null): void;
1178
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
1179
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
1180
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
1181
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
1182
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
1060
1183
  "__#1@#handleReplacedProp"(replacedProp: {
1061
1184
  newPropertyName: string;
1062
1185
  deprecatedPropertyName: string;
@@ -1068,7 +1191,6 @@ declare const Checkbox_base: {
1068
1191
  new (...args: any[]): {
1069
1192
  successText?: string | undefined;
1070
1193
  connectedCallback(): void;
1071
- specialHandling: boolean;
1072
1194
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin.js").VividAriaBehaviour;
1073
1195
  readonly $fastController: import("@microsoft/fast-element").Controller;
1074
1196
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -1394,6 +1516,48 @@ declare const Checkbox_base: {
1394
1516
  ariaDescription: string | null;
1395
1517
  ariaRowIndexText: string | null;
1396
1518
  ariaRelevant: string | null;
1519
+ roleChanged(prev: string | null, next: string | null): void;
1520
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
1521
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
1522
+ ariaBusyChanged(prev: string | null, next: string | null): void;
1523
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
1524
+ ariaColCountChanged(prev: string | null, next: string | null): void;
1525
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
1526
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
1527
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
1528
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
1529
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
1530
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
1531
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
1532
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
1533
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
1534
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
1535
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
1536
+ ariaLabelChanged(prev: string | null, next: string | null): void;
1537
+ ariaLevelChanged(prev: string | null, next: string | null): void;
1538
+ ariaLiveChanged(prev: string | null, next: string | null): void;
1539
+ ariaModalChanged(prev: string | null, next: string | null): void;
1540
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
1541
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
1542
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
1543
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
1544
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
1545
+ ariaPressedChanged(prev: string | null, next: string | null): void;
1546
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
1547
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
1548
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
1549
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
1550
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
1551
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
1552
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
1553
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
1554
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
1555
+ ariaSortChanged(prev: string | null, next: string | null): void;
1556
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
1557
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
1558
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
1559
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
1560
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
1397
1561
  "__#1@#handleReplacedProp"(replacedProp: {
1398
1562
  newPropertyName: string;
1399
1563
  deprecatedPropertyName: string;
@@ -1443,7 +1607,6 @@ declare const Checkbox_base: {
1443
1607
  setFormValue(value: string | File | FormData | null, state?: string | File | FormData | null | undefined): void;
1444
1608
  _keypressHandler(e: KeyboardEvent): void;
1445
1609
  stopPropagation(e: Event): void;
1446
- specialHandling: boolean;
1447
1610
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin.js").VividAriaBehaviour;
1448
1611
  readonly $fastController: import("@microsoft/fast-element").Controller;
1449
1612
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -1768,6 +1931,48 @@ declare const Checkbox_base: {
1768
1931
  ariaDescription: string | null;
1769
1932
  ariaRowIndexText: string | null;
1770
1933
  ariaRelevant: string | null;
1934
+ roleChanged(prev: string | null, next: string | null): void;
1935
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
1936
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
1937
+ ariaBusyChanged(prev: string | null, next: string | null): void;
1938
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
1939
+ ariaColCountChanged(prev: string | null, next: string | null): void;
1940
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
1941
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
1942
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
1943
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
1944
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
1945
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
1946
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
1947
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
1948
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
1949
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
1950
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
1951
+ ariaLabelChanged(prev: string | null, next: string | null): void;
1952
+ ariaLevelChanged(prev: string | null, next: string | null): void;
1953
+ ariaLiveChanged(prev: string | null, next: string | null): void;
1954
+ ariaModalChanged(prev: string | null, next: string | null): void;
1955
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
1956
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
1957
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
1958
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
1959
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
1960
+ ariaPressedChanged(prev: string | null, next: string | null): void;
1961
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
1962
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
1963
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
1964
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
1965
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
1966
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
1967
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
1968
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
1969
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
1970
+ ariaSortChanged(prev: string | null, next: string | null): void;
1971
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
1972
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
1973
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
1974
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
1975
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
1771
1976
  "__#1@#handleReplacedProp"(replacedProp: {
1772
1977
  newPropertyName: string;
1773
1978
  deprecatedPropertyName: string;
@@ -1820,7 +2025,6 @@ declare const Checkbox_base: {
1820
2025
  setFormValue(value: string | File | FormData | null, state?: string | File | FormData | null | undefined): void;
1821
2026
  _keypressHandler(e: KeyboardEvent): void;
1822
2027
  stopPropagation(e: Event): void;
1823
- specialHandling: boolean;
1824
2028
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin.js").VividAriaBehaviour;
1825
2029
  readonly $fastController: import("@microsoft/fast-element").Controller;
1826
2030
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -2145,6 +2349,48 @@ declare const Checkbox_base: {
2145
2349
  ariaDescription: string | null;
2146
2350
  ariaRowIndexText: string | null;
2147
2351
  ariaRelevant: string | null;
2352
+ roleChanged(prev: string | null, next: string | null): void;
2353
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
2354
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
2355
+ ariaBusyChanged(prev: string | null, next: string | null): void;
2356
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
2357
+ ariaColCountChanged(prev: string | null, next: string | null): void;
2358
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
2359
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
2360
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
2361
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
2362
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
2363
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
2364
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
2365
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
2366
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
2367
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
2368
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
2369
+ ariaLabelChanged(prev: string | null, next: string | null): void;
2370
+ ariaLevelChanged(prev: string | null, next: string | null): void;
2371
+ ariaLiveChanged(prev: string | null, next: string | null): void;
2372
+ ariaModalChanged(prev: string | null, next: string | null): void;
2373
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
2374
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
2375
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
2376
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
2377
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
2378
+ ariaPressedChanged(prev: string | null, next: string | null): void;
2379
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
2380
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
2381
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
2382
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
2383
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
2384
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
2385
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
2386
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
2387
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
2388
+ ariaSortChanged(prev: string | null, next: string | null): void;
2389
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
2390
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
2391
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
2392
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
2393
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
2148
2394
  "__#1@#handleReplacedProp"(replacedProp: {
2149
2395
  newPropertyName: string;
2150
2396
  deprecatedPropertyName: string;
@@ -2160,6 +2406,5 @@ export declare class Checkbox extends Checkbox_base {
2160
2406
  readOnly: boolean;
2161
2407
  indeterminate: boolean;
2162
2408
  constructor();
2163
- ariaCheckedChanged(): void;
2164
2409
  }
2165
2410
  export {};