@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
@@ -8,7 +8,6 @@ declare const MenuItem_base: {
8
8
  new (...args: any[]): {
9
9
  _vividAriaBehaviour: "host";
10
10
  connectedCallback(): void;
11
- specialHandling: boolean;
12
11
  readonly $fastController: import("@microsoft/fast-element").Controller;
13
12
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
14
13
  disconnectedCallback(): void;
@@ -333,6 +332,48 @@ declare const MenuItem_base: {
333
332
  ariaDescription: string | null;
334
333
  ariaRowIndexText: string | null;
335
334
  ariaRelevant: string | null;
335
+ roleChanged(prev: string | null, next: string | null): void;
336
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
337
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
338
+ ariaBusyChanged(prev: string | null, next: string | null): void;
339
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
340
+ ariaColCountChanged(prev: string | null, next: string | null): void;
341
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
342
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
343
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
344
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
345
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
346
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
347
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
348
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
349
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
350
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
351
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
352
+ ariaLabelChanged(prev: string | null, next: string | null): void;
353
+ ariaLevelChanged(prev: string | null, next: string | null): void;
354
+ ariaLiveChanged(prev: string | null, next: string | null): void;
355
+ ariaModalChanged(prev: string | null, next: string | null): void;
356
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
357
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
358
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
359
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
360
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
361
+ ariaPressedChanged(prev: string | null, next: string | null): void;
362
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
363
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
364
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
365
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
366
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
367
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
368
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
369
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
370
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
371
+ ariaSortChanged(prev: string | null, next: string | null): void;
372
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
373
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
374
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
375
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
376
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
336
377
  "__#1@#handleReplacedProp"(replacedProp: {
337
378
  newPropertyName: string;
338
379
  deprecatedPropertyName: string;
@@ -345,7 +386,6 @@ declare const MenuItem_base: {
345
386
  icon?: string | undefined;
346
387
  iconSlottedContent?: HTMLElement[] | undefined;
347
388
  connectedCallback(): void;
348
- specialHandling: boolean;
349
389
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
350
390
  readonly $fastController: import("@microsoft/fast-element").Controller;
351
391
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -671,6 +711,48 @@ declare const MenuItem_base: {
671
711
  ariaDescription: string | null;
672
712
  ariaRowIndexText: string | null;
673
713
  ariaRelevant: string | null;
714
+ roleChanged(prev: string | null, next: string | null): void;
715
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
716
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
717
+ ariaBusyChanged(prev: string | null, next: string | null): void;
718
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
719
+ ariaColCountChanged(prev: string | null, next: string | null): void;
720
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
721
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
722
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
723
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
724
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
725
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
726
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
727
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
728
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
729
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
730
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
731
+ ariaLabelChanged(prev: string | null, next: string | null): void;
732
+ ariaLevelChanged(prev: string | null, next: string | null): void;
733
+ ariaLiveChanged(prev: string | null, next: string | null): void;
734
+ ariaModalChanged(prev: string | null, next: string | null): void;
735
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
736
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
737
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
738
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
739
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
740
+ ariaPressedChanged(prev: string | null, next: string | null): void;
741
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
742
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
743
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
744
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
745
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
746
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
747
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
748
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
749
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
750
+ ariaSortChanged(prev: string | null, next: string | null): void;
751
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
752
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
753
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
754
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
755
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
674
756
  "__#1@#handleReplacedProp"(replacedProp: {
675
757
  newPropertyName: string;
676
758
  deprecatedPropertyName: string;
package/lib/nav/nav.d.ts CHANGED
@@ -3,7 +3,6 @@ declare const Nav_base: {
3
3
  new (...args: any[]): {
4
4
  _vividAriaBehaviour: "delegate";
5
5
  connectedCallback(): void;
6
- specialHandling: boolean;
7
6
  readonly $fastController: import("@microsoft/fast-element").Controller;
8
7
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
9
8
  disconnectedCallback(): void;
@@ -328,6 +327,48 @@ declare const Nav_base: {
328
327
  ariaDescription: string | null;
329
328
  ariaRowIndexText: string | null;
330
329
  ariaRelevant: string | null;
330
+ roleChanged(prev: string | null, next: string | null): void;
331
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
332
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
333
+ ariaBusyChanged(prev: string | null, next: string | null): void;
334
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
335
+ ariaColCountChanged(prev: string | null, next: string | null): void;
336
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
337
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
338
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
339
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
340
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
341
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
342
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
343
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
344
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
345
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
346
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
347
+ ariaLabelChanged(prev: string | null, next: string | null): void;
348
+ ariaLevelChanged(prev: string | null, next: string | null): void;
349
+ ariaLiveChanged(prev: string | null, next: string | null): void;
350
+ ariaModalChanged(prev: string | null, next: string | null): void;
351
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
352
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
353
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
354
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
355
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
356
+ ariaPressedChanged(prev: string | null, next: string | null): void;
357
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
358
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
359
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
360
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
361
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
362
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
363
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
364
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
365
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
366
+ ariaSortChanged(prev: string | null, next: string | null): void;
367
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
368
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
369
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
370
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
371
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
331
372
  "__#1@#handleReplacedProp"(replacedProp: {
332
373
  newPropertyName: string;
333
374
  deprecatedPropertyName: string;
@@ -8,7 +8,6 @@ declare const NavDisclosure_base: {
8
8
  icon?: string | undefined;
9
9
  iconSlottedContent?: HTMLElement[] | undefined;
10
10
  connectedCallback(): void;
11
- specialHandling: boolean;
12
11
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
13
12
  readonly $fastController: import("@microsoft/fast-element").Controller;
14
13
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -334,6 +333,48 @@ declare const NavDisclosure_base: {
334
333
  ariaDescription: string | null;
335
334
  ariaRowIndexText: string | null;
336
335
  ariaRelevant: string | null;
336
+ roleChanged(prev: string | null, next: string | null): void;
337
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
338
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
339
+ ariaBusyChanged(prev: string | null, next: string | null): void;
340
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
341
+ ariaColCountChanged(prev: string | null, next: string | null): void;
342
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
343
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
344
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
345
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
346
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
347
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
348
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
349
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
350
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
351
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
352
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
353
+ ariaLabelChanged(prev: string | null, next: string | null): void;
354
+ ariaLevelChanged(prev: string | null, next: string | null): void;
355
+ ariaLiveChanged(prev: string | null, next: string | null): void;
356
+ ariaModalChanged(prev: string | null, next: string | null): void;
357
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
358
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
359
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
360
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
361
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
362
+ ariaPressedChanged(prev: string | null, next: string | null): void;
363
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
364
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
365
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
366
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
367
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
368
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
369
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
370
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
371
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
372
+ ariaSortChanged(prev: string | null, next: string | null): void;
373
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
374
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
375
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
376
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
377
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
337
378
  "__#1@#handleReplacedProp"(replacedProp: {
338
379
  newPropertyName: string;
339
380
  deprecatedPropertyName: string;
@@ -345,7 +386,6 @@ declare const NavDisclosure_base: {
345
386
  new (...args: any[]): {
346
387
  _vividAriaBehaviour: "delegate";
347
388
  connectedCallback(): void;
348
- specialHandling: boolean;
349
389
  readonly $fastController: import("@microsoft/fast-element").Controller;
350
390
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
351
391
  disconnectedCallback(): void;
@@ -670,6 +710,48 @@ declare const NavDisclosure_base: {
670
710
  ariaDescription: string | null;
671
711
  ariaRowIndexText: string | null;
672
712
  ariaRelevant: string | null;
713
+ roleChanged(prev: string | null, next: string | null): void;
714
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
715
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
716
+ ariaBusyChanged(prev: string | null, next: string | null): void;
717
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
718
+ ariaColCountChanged(prev: string | null, next: string | null): void;
719
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
720
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
721
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
722
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
723
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
724
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
725
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
726
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
727
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
728
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
729
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
730
+ ariaLabelChanged(prev: string | null, next: string | null): void;
731
+ ariaLevelChanged(prev: string | null, next: string | null): void;
732
+ ariaLiveChanged(prev: string | null, next: string | null): void;
733
+ ariaModalChanged(prev: string | null, next: string | null): void;
734
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
735
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
736
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
737
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
738
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
739
+ ariaPressedChanged(prev: string | null, next: string | null): void;
740
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
741
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
742
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
743
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
744
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
745
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
746
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
747
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
748
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
749
+ ariaSortChanged(prev: string | null, next: string | null): void;
750
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
751
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
752
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
753
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
754
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
673
755
  "__#1@#handleReplacedProp"(replacedProp: {
674
756
  newPropertyName: string;
675
757
  deprecatedPropertyName: string;
@@ -8,7 +8,6 @@ declare const NavItem_base: {
8
8
  icon?: string | undefined;
9
9
  iconSlottedContent?: HTMLElement[] | undefined;
10
10
  connectedCallback(): void;
11
- specialHandling: boolean;
12
11
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
13
12
  readonly $fastController: import("@microsoft/fast-element").Controller;
14
13
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -334,6 +333,48 @@ declare const NavItem_base: {
334
333
  ariaDescription: string | null;
335
334
  ariaRowIndexText: string | null;
336
335
  ariaRelevant: string | null;
336
+ roleChanged(prev: string | null, next: string | null): void;
337
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
338
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
339
+ ariaBusyChanged(prev: string | null, next: string | null): void;
340
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
341
+ ariaColCountChanged(prev: string | null, next: string | null): void;
342
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
343
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
344
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
345
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
346
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
347
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
348
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
349
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
350
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
351
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
352
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
353
+ ariaLabelChanged(prev: string | null, next: string | null): void;
354
+ ariaLevelChanged(prev: string | null, next: string | null): void;
355
+ ariaLiveChanged(prev: string | null, next: string | null): void;
356
+ ariaModalChanged(prev: string | null, next: string | null): void;
357
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
358
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
359
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
360
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
361
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
362
+ ariaPressedChanged(prev: string | null, next: string | null): void;
363
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
364
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
365
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
366
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
367
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
368
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
369
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
370
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
371
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
372
+ ariaSortChanged(prev: string | null, next: string | null): void;
373
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
374
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
375
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
376
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
377
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
337
378
  "__#1@#handleReplacedProp"(replacedProp: {
338
379
  newPropertyName: string;
339
380
  deprecatedPropertyName: string;
@@ -398,7 +439,6 @@ declare const NavItem_base: {
398
439
  }> | undefined) => import("@microsoft/fast-element").ViewTemplate<T_4, any>;
399
440
  _vividAriaBehaviour: "delegate";
400
441
  connectedCallback(): void;
401
- specialHandling: boolean;
402
442
  readonly $fastController: import("@microsoft/fast-element").Controller;
403
443
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
404
444
  disconnectedCallback(): void;
@@ -723,6 +763,48 @@ declare const NavItem_base: {
723
763
  ariaDescription: string | null;
724
764
  ariaRowIndexText: string | null;
725
765
  ariaRelevant: string | null;
766
+ roleChanged(prev: string | null, next: string | null): void;
767
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
768
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
769
+ ariaBusyChanged(prev: string | null, next: string | null): void;
770
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
771
+ ariaColCountChanged(prev: string | null, next: string | null): void;
772
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
773
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
774
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
775
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
776
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
777
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
778
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
779
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
780
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
781
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
782
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
783
+ ariaLabelChanged(prev: string | null, next: string | null): void;
784
+ ariaLevelChanged(prev: string | null, next: string | null): void;
785
+ ariaLiveChanged(prev: string | null, next: string | null): void;
786
+ ariaModalChanged(prev: string | null, next: string | null): void;
787
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
788
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
789
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
790
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
791
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
792
+ ariaPressedChanged(prev: string | null, next: string | null): void;
793
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
794
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
795
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
796
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
797
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
798
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
799
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
800
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
801
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
802
+ ariaSortChanged(prev: string | null, next: string | null): void;
803
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
804
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
805
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
806
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
807
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
726
808
  "__#1@#handleReplacedProp"(replacedProp: {
727
809
  newPropertyName: string;
728
810
  deprecatedPropertyName: string;
@@ -6,7 +6,6 @@ declare const Note_base: {
6
6
  icon?: string | undefined;
7
7
  iconSlottedContent?: HTMLElement[] | undefined;
8
8
  connectedCallback(): void;
9
- specialHandling: boolean;
10
9
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
11
10
  readonly $fastController: import("@microsoft/fast-element").Controller;
12
11
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -332,6 +331,48 @@ declare const Note_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;