@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
@@ -1,11 +1,10 @@
1
1
  import { FASTElement } from '@microsoft/fast-element';
2
2
  declare const VividElement_base: {
3
3
  new (...args: any[]): {
4
- specialHandling: boolean;
5
4
  _vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
5
+ connectedCallback(): void;
6
6
  readonly $fastController: import("@microsoft/fast-element").Controller;
7
7
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
8
- connectedCallback(): void;
9
8
  disconnectedCallback(): void;
10
9
  attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
11
10
  accessKey: string;
@@ -328,6 +327,48 @@ declare const VividElement_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
  };
332
373
  } & {
333
374
  new (...args: any[]): {
@@ -124,7 +124,7 @@ const _Listbox = class _Listbox extends vividElement.VividElement {
124
124
  */
125
125
  clickHandler(e) {
126
126
  const captured = e.target.closest(
127
- `option,[role=option]`
127
+ `option,[role=option],[data-vvd-component=option]`
128
128
  );
129
129
  if (captured && !captured.disabled) {
130
130
  this.selectedIndex = this.options.indexOf(captured);
package/shared/listbox.js CHANGED
@@ -122,7 +122,7 @@ const _Listbox = class _Listbox extends VividElement {
122
122
  */
123
123
  clickHandler(e) {
124
124
  const captured = e.target.closest(
125
- `option,[role=option]`
125
+ `option,[role=option],[data-vvd-component=option]`
126
126
  );
127
127
  if (captured && !captured.disabled) {
128
128
  this.selectedIndex = this.options.indexOf(captured);
package/shared/option.cjs CHANGED
@@ -16,7 +16,7 @@ var __decorateClass = (decorators, target, key, kind) => {
16
16
  return result;
17
17
  };
18
18
  function isListboxOption(el) {
19
- return dom.isHTMLElement(el) && (el.getAttribute("role") === "option" || el instanceof HTMLOptionElement);
19
+ return dom.isHTMLElement(el) && (el.getAttribute("role") === "option" || el instanceof HTMLOptionElement || el instanceof ListboxOption);
20
20
  }
21
21
  class ListboxOption extends hostSemantics.HostSemantics(
22
22
  affix.AffixIconWithTrailing(vividElement.VividElement)
@@ -138,7 +138,20 @@ class ListboxOption extends hostSemantics.HostSemantics(
138
138
  }
139
139
  }
140
140
  __decorateClass([
141
- vividElement.observable
141
+ vividElement.attr({
142
+ converter: {
143
+ fromView: (value) => {
144
+ if (value === true || value === "true") {
145
+ return true;
146
+ }
147
+ if (value === false || value === "false") {
148
+ return false;
149
+ }
150
+ return void 0;
151
+ },
152
+ toView: (value) => value
153
+ }
154
+ })
142
155
  ], ListboxOption.prototype, "checked", 2);
143
156
  __decorateClass([
144
157
  vividElement.attr({ attribute: "selected", mode: "boolean" })
package/shared/option.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { A as AffixIconWithTrailing } from './affix.js';
2
- import { V as VividElement, o as observable, a as attr, v as volatile } from './vivid-element.js';
2
+ import { V as VividElement, a as attr, o as observable, v as volatile } from './vivid-element.js';
3
3
  import { H as HostSemantics } from './host-semantics.js';
4
4
  import { i as isHTMLElement } from './dom.js';
5
5
 
@@ -14,7 +14,7 @@ var __decorateClass = (decorators, target, key, kind) => {
14
14
  return result;
15
15
  };
16
16
  function isListboxOption(el) {
17
- return isHTMLElement(el) && (el.getAttribute("role") === "option" || el instanceof HTMLOptionElement);
17
+ return isHTMLElement(el) && (el.getAttribute("role") === "option" || el instanceof HTMLOptionElement || el instanceof ListboxOption);
18
18
  }
19
19
  class ListboxOption extends HostSemantics(
20
20
  AffixIconWithTrailing(VividElement)
@@ -136,7 +136,20 @@ class ListboxOption extends HostSemantics(
136
136
  }
137
137
  }
138
138
  __decorateClass([
139
- observable
139
+ attr({
140
+ converter: {
141
+ fromView: (value) => {
142
+ if (value === true || value === "true") {
143
+ return true;
144
+ }
145
+ if (value === false || value === "false") {
146
+ return false;
147
+ }
148
+ return void 0;
149
+ },
150
+ toView: (value) => value
151
+ }
152
+ })
140
153
  ], ListboxOption.prototype, "checked", 2);
141
154
  __decorateClass([
142
155
  attr({ attribute: "selected", mode: "boolean" })
@@ -7,7 +7,6 @@ export declare const AffixIcon: <T extends Constructor<VividElement>>(Base: T) =
7
7
  icon?: string | undefined;
8
8
  iconSlottedContent?: HTMLElement[] | undefined;
9
9
  connectedCallback(): void;
10
- specialHandling: boolean;
11
10
  _vividAriaBehaviour: import("../aria/aria-mixin").VividAriaBehaviour;
12
11
  readonly $fastController: import("@microsoft/fast-element").Controller;
13
12
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -333,6 +332,48 @@ export declare const AffixIcon: <T extends Constructor<VividElement>>(Base: T) =
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;
@@ -348,7 +389,6 @@ export declare const AffixIconWithTrailing: <T extends Constructor<VividElement>
348
389
  icon?: string | undefined;
349
390
  iconSlottedContent?: HTMLElement[] | undefined;
350
391
  connectedCallback(): void;
351
- specialHandling: boolean;
352
392
  _vividAriaBehaviour: import("../aria/aria-mixin").VividAriaBehaviour;
353
393
  readonly $fastController: import("@microsoft/fast-element").Controller;
354
394
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -674,6 +714,48 @@ export declare const AffixIconWithTrailing: <T extends Constructor<VividElement>
674
714
  ariaDescription: string | null;
675
715
  ariaRowIndexText: string | null;
676
716
  ariaRelevant: string | null;
717
+ roleChanged(prev: string | null, next: string | null): void;
718
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
719
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
720
+ ariaBusyChanged(prev: string | null, next: string | null): void;
721
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
722
+ ariaColCountChanged(prev: string | null, next: string | null): void;
723
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
724
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
725
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
726
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
727
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
728
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
729
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
730
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
731
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
732
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
733
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
734
+ ariaLabelChanged(prev: string | null, next: string | null): void;
735
+ ariaLevelChanged(prev: string | null, next: string | null): void;
736
+ ariaLiveChanged(prev: string | null, next: string | null): void;
737
+ ariaModalChanged(prev: string | null, next: string | null): void;
738
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
739
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
740
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
741
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
742
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
743
+ ariaPressedChanged(prev: string | null, next: string | null): void;
744
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
745
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
746
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
747
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
748
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
749
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
750
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
751
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
752
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
753
+ ariaSortChanged(prev: string | null, next: string | null): void;
754
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
755
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
756
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
757
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
758
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
677
759
  "__#1@#handleReplacedProp"(replacedProp: {
678
760
  newPropertyName: string;
679
761
  deprecatedPropertyName: string;
@@ -14,7 +14,6 @@ export declare const Anchored: <T extends Constructor<VividElement>>(Base: T) =>
14
14
  "__#9@#cleanupObserverIfNeeded": () => void;
15
15
  connectedCallback(): void;
16
16
  disconnectedCallback(): void;
17
- specialHandling: boolean;
18
17
  _vividAriaBehaviour: import("../aria/aria-mixin").VividAriaBehaviour;
19
18
  readonly $fastController: import("@microsoft/fast-element").Controller;
20
19
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -339,6 +338,48 @@ export declare const Anchored: <T extends Constructor<VividElement>>(Base: T) =>
339
338
  ariaDescription: string | null;
340
339
  ariaRowIndexText: string | null;
341
340
  ariaRelevant: string | null;
341
+ roleChanged(prev: string | null, next: string | null): void;
342
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
343
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
344
+ ariaBusyChanged(prev: string | null, next: string | null): void;
345
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
346
+ ariaColCountChanged(prev: string | null, next: string | null): void;
347
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
348
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
349
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
350
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
351
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
352
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
353
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
354
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
355
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
356
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
357
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
358
+ ariaLabelChanged(prev: string | null, next: string | null): void;
359
+ ariaLevelChanged(prev: string | null, next: string | null): void;
360
+ ariaLiveChanged(prev: string | null, next: string | null): void;
361
+ ariaModalChanged(prev: string | null, next: string | null): void;
362
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
363
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
364
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
365
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
366
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
367
+ ariaPressedChanged(prev: string | null, next: string | null): void;
368
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
369
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
370
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
371
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
372
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
373
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
374
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
375
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
376
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
377
+ ariaSortChanged(prev: string | null, next: string | null): void;
378
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
379
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
380
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
381
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
382
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
342
383
  "__#1@#handleReplacedProp"(replacedProp: {
343
384
  newPropertyName: string;
344
385
  deprecatedPropertyName: string;
@@ -360,7 +401,6 @@ export declare const anchorSlotTemplateFactory: () => import("@microsoft/fast-el
360
401
  "__#9@#cleanupObserverIfNeeded": () => void;
361
402
  connectedCallback(): void;
362
403
  disconnectedCallback(): void;
363
- specialHandling: boolean;
364
404
  _vividAriaBehaviour: import("../aria/aria-mixin").VividAriaBehaviour;
365
405
  readonly $fastController: import("@microsoft/fast-element").Controller;
366
406
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -685,6 +725,48 @@ export declare const anchorSlotTemplateFactory: () => import("@microsoft/fast-el
685
725
  ariaDescription: string | null;
686
726
  ariaRowIndexText: string | null;
687
727
  ariaRelevant: string | null;
728
+ roleChanged(prev: string | null, next: string | null): void;
729
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
730
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
731
+ ariaBusyChanged(prev: string | null, next: string | null): void;
732
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
733
+ ariaColCountChanged(prev: string | null, next: string | null): void;
734
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
735
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
736
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
737
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
738
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
739
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
740
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
741
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
742
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
743
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
744
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
745
+ ariaLabelChanged(prev: string | null, next: string | null): void;
746
+ ariaLevelChanged(prev: string | null, next: string | null): void;
747
+ ariaLiveChanged(prev: string | null, next: string | null): void;
748
+ ariaModalChanged(prev: string | null, next: string | null): void;
749
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
750
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
751
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
752
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
753
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
754
+ ariaPressedChanged(prev: string | null, next: string | null): void;
755
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
756
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
757
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
758
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
759
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
760
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
761
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
762
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
763
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
764
+ ariaSortChanged(prev: string | null, next: string | null): void;
765
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
766
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
767
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
768
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
769
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
688
770
  "__#1@#handleReplacedProp"(replacedProp: {
689
771
  newPropertyName: string;
690
772
  deprecatedPropertyName: string;
@@ -14,7 +14,6 @@ export declare const WithCharCount: <T extends Constructor<VividElement>>(Base:
14
14
  _getCharCountTemplate: (context: VividElementDefinitionContext) => import("@microsoft/fast-element").ViewTemplate<any, any>;
15
15
  readonly locale: import("../../localization/Locale").Locale;
16
16
  connectedCallback(): void;
17
- specialHandling: boolean;
18
17
  _vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
19
18
  readonly $fastController: import("@microsoft/fast-element").Controller;
20
19
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -340,6 +339,48 @@ export declare const WithCharCount: <T extends Constructor<VividElement>>(Base:
340
339
  ariaDescription: string | null;
341
340
  ariaRowIndexText: string | null;
342
341
  ariaRelevant: string | null;
342
+ roleChanged(prev: string | null, next: string | null): void;
343
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
344
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
345
+ ariaBusyChanged(prev: string | null, next: string | null): void;
346
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
347
+ ariaColCountChanged(prev: string | null, next: string | null): void;
348
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
349
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
350
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
351
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
352
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
353
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
354
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
355
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
356
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
357
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
358
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
359
+ ariaLabelChanged(prev: string | null, next: string | null): void;
360
+ ariaLevelChanged(prev: string | null, next: string | null): void;
361
+ ariaLiveChanged(prev: string | null, next: string | null): void;
362
+ ariaModalChanged(prev: string | null, next: string | null): void;
363
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
364
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
365
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
366
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
367
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
368
+ ariaPressedChanged(prev: string | null, next: string | null): void;
369
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
370
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
371
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
372
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
373
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
374
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
375
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
376
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
377
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
378
+ ariaSortChanged(prev: string | null, next: string | null): void;
379
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
380
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
381
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
382
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
383
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
343
384
  "__#1@#handleReplacedProp"(replacedProp: {
344
385
  newPropertyName: string;
345
386
  deprecatedPropertyName: string;
@@ -35,7 +35,6 @@ export declare const FormElement: <T_4 extends Constructor<{
35
35
  setFormValue(value: string | File | FormData | null, state?: string | File | FormData | null | undefined): void;
36
36
  _keypressHandler(e: KeyboardEvent): void;
37
37
  stopPropagation(e: Event): void;
38
- specialHandling: boolean;
39
38
  _vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
40
39
  readonly $fastController: import("@microsoft/fast-element").Controller;
41
40
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -360,6 +359,48 @@ export declare const FormElement: <T_4 extends Constructor<{
360
359
  ariaDescription: string | null;
361
360
  ariaRowIndexText: string | null;
362
361
  ariaRelevant: string | null;
362
+ roleChanged(prev: string | null, next: string | null): void;
363
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
364
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
365
+ ariaBusyChanged(prev: string | null, next: string | null): void;
366
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
367
+ ariaColCountChanged(prev: string | null, next: string | null): void;
368
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
369
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
370
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
371
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
372
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
373
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
374
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
375
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
376
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
377
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
378
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
379
+ ariaLabelChanged(prev: string | null, next: string | null): void;
380
+ ariaLevelChanged(prev: string | null, next: string | null): void;
381
+ ariaLiveChanged(prev: string | null, next: string | null): void;
382
+ ariaModalChanged(prev: string | null, next: string | null): void;
383
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
384
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
385
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
386
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
387
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
388
+ ariaPressedChanged(prev: string | null, next: string | null): void;
389
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
390
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
391
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
392
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
393
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
394
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
395
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
396
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
397
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
398
+ ariaSortChanged(prev: string | null, next: string | null): void;
399
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
400
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
401
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
402
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
403
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
363
404
  "__#1@#handleReplacedProp"(replacedProp: {
364
405
  newPropertyName: string;
365
406
  deprecatedPropertyName: string;
@@ -408,7 +449,6 @@ export declare const FormElement: <T_4 extends Constructor<{
408
449
  setFormValue(value: string | File | FormData | null, state?: string | File | FormData | null | undefined): void;
409
450
  _keypressHandler(e: KeyboardEvent): void;
410
451
  stopPropagation(e: Event): void;
411
- specialHandling: boolean;
412
452
  _vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
413
453
  readonly $fastController: import("@microsoft/fast-element").Controller;
414
454
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -733,6 +773,48 @@ export declare const FormElement: <T_4 extends Constructor<{
733
773
  ariaDescription: string | null;
734
774
  ariaRowIndexText: string | null;
735
775
  ariaRelevant: string | null;
776
+ roleChanged(prev: string | null, next: string | null): void;
777
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
778
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
779
+ ariaBusyChanged(prev: string | null, next: string | null): void;
780
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
781
+ ariaColCountChanged(prev: string | null, next: string | null): void;
782
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
783
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
784
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
785
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
786
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
787
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
788
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
789
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
790
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
791
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
792
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
793
+ ariaLabelChanged(prev: string | null, next: string | null): void;
794
+ ariaLevelChanged(prev: string | null, next: string | null): void;
795
+ ariaLiveChanged(prev: string | null, next: string | null): void;
796
+ ariaModalChanged(prev: string | null, next: string | null): void;
797
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
798
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
799
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
800
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
801
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
802
+ ariaPressedChanged(prev: string | null, next: string | null): void;
803
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
804
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
805
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
806
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
807
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
808
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
809
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
810
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
811
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
812
+ ariaSortChanged(prev: string | null, next: string | null): void;
813
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
814
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
815
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
816
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
817
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
736
818
  "__#1@#handleReplacedProp"(replacedProp: {
737
819
  newPropertyName: string;
738
820
  deprecatedPropertyName: string;