@vonage/vivid 4.30.1 → 5.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (141) hide show
  1. package/custom-elements.json +129 -172
  2. package/lib/accordion-item/accordion-item.d.ts +42 -1
  3. package/lib/action-group/action-group.d.ts +42 -1
  4. package/lib/alert/alert.d.ts +84 -2
  5. package/lib/audio-player/audio-player.d.ts +42 -1
  6. package/lib/avatar/avatar.d.ts +42 -1
  7. package/lib/badge/badge.d.ts +42 -1
  8. package/lib/banner/banner.d.ts +126 -3
  9. package/lib/breadcrumb/breadcrumb.d.ts +42 -1
  10. package/lib/breadcrumb-item/breadcrumb-item.d.ts +42 -1
  11. package/lib/button/button.d.ts +126 -3
  12. package/lib/calendar-event/calendar-event.d.ts +42 -1
  13. package/lib/card/card.d.ts +42 -1
  14. package/lib/checkbox/checkbox.d.ts +252 -7
  15. package/lib/combobox/combobox.d.ts +252 -6
  16. package/lib/data-grid/data-grid-cell.d.ts +419 -2
  17. package/lib/data-grid/data-grid-row.d.ts +380 -1
  18. package/lib/date-picker/date-picker.d.ts +336 -8
  19. package/lib/date-range-picker/date-range-picker.d.ts +168 -4
  20. package/lib/date-time-picker/date-time-picker.d.ts +336 -8
  21. package/lib/dial-pad/dial-pad.d.ts +42 -1
  22. package/lib/dialog/dialog.d.ts +84 -2
  23. package/lib/divider/divider.d.ts +42 -1
  24. package/lib/fab/fab.d.ts +42 -1
  25. package/lib/file-picker/file-picker.d.ts +252 -6
  26. package/lib/file-picker/locale.d.ts +1 -0
  27. package/lib/header/header.d.ts +42 -1
  28. package/lib/menu/menu.d.ts +84 -2
  29. package/lib/menu-item/menu-item.d.ts +84 -2
  30. package/lib/nav/nav.d.ts +42 -1
  31. package/lib/nav-disclosure/nav-disclosure.d.ts +84 -2
  32. package/lib/nav-item/nav-item.d.ts +84 -2
  33. package/lib/note/note.d.ts +42 -1
  34. package/lib/number-field/number-field.d.ts +336 -8
  35. package/lib/option/option.d.ts +84 -2
  36. package/lib/pagination/pagination.d.ts +42 -1
  37. package/lib/progress/progress.d.ts +42 -1
  38. package/lib/progress-ring/progress-ring.d.ts +42 -1
  39. package/lib/radio/radio.d.ts +126 -4
  40. package/lib/radio-group/radio-group.d.ts +42 -1
  41. package/lib/range-slider/range-slider.d.ts +126 -3
  42. package/lib/rich-text-editor/menubar/menubar.d.ts +42 -1
  43. package/lib/rich-text-editor/rich-text-editor.d.ts +42 -1
  44. package/lib/searchable-select/option-tag.d.ts +42 -1
  45. package/lib/searchable-select/searchable-select.d.ts +336 -8
  46. package/lib/select/select.d.ts +294 -7
  47. package/lib/selectable-box/selectable-box.d.ts +42 -2
  48. package/lib/slider/slider.d.ts +126 -3
  49. package/lib/split-button/split-button.d.ts +126 -3
  50. package/lib/switch/switch.d.ts +84 -2
  51. package/lib/tab/tab.d.ts +126 -3
  52. package/lib/tab-panel/tab-panel.d.ts +42 -1
  53. package/lib/tag/tag.d.ts +126 -3
  54. package/lib/tag-group/tag-group.d.ts +42 -1
  55. package/lib/text-area/text-area.d.ts +294 -7
  56. package/lib/text-field/text-field.d.ts +336 -8
  57. package/lib/time-picker/time-picker.d.ts +168 -4
  58. package/lib/toggletip/locale.d.ts +3 -0
  59. package/lib/toggletip/toggletip.d.ts +430 -11
  60. package/lib/tooltip/tooltip.d.ts +42 -1
  61. package/lib/tree-item/tree-item.d.ts +84 -2
  62. package/lib/tree-view/tree-view.d.ts +42 -1
  63. package/lib/video-player/video-player.d.ts +42 -1
  64. package/locales/de-DE.cjs +8 -1
  65. package/locales/de-DE.js +8 -1
  66. package/locales/en-GB.cjs +8 -1
  67. package/locales/en-GB.js +8 -1
  68. package/locales/en-US.cjs +8 -1
  69. package/locales/en-US.js +8 -1
  70. package/locales/ja-JP.cjs +8 -1
  71. package/locales/ja-JP.js +8 -1
  72. package/locales/zh-CN.cjs +8 -1
  73. package/locales/zh-CN.js +8 -1
  74. package/package.json +1 -1
  75. package/shared/anchored.js +1 -1
  76. package/shared/aria/aria-mixin.d.ts +43 -2
  77. package/shared/aria/attribute-removal.d.ts +3 -0
  78. package/shared/aria/delegate-aria-behavior.d.ts +0 -3
  79. package/shared/aria/delegates-aria.d.ts +42 -1
  80. package/shared/aria/host-semantics.d.ts +42 -1
  81. package/shared/definition13.cjs +1 -1
  82. package/shared/definition13.js +1 -1
  83. package/shared/definition15.cjs +6 -2
  84. package/shared/definition15.js +6 -2
  85. package/shared/definition17.cjs +61 -78
  86. package/shared/definition17.js +61 -78
  87. package/shared/definition26.cjs +37 -2
  88. package/shared/definition26.js +37 -2
  89. package/shared/definition30.cjs +8 -4
  90. package/shared/definition30.js +8 -4
  91. package/shared/definition31.cjs +7 -7
  92. package/shared/definition31.js +7 -7
  93. package/shared/definition42.cjs +0 -4
  94. package/shared/definition42.js +0 -4
  95. package/shared/definition47.cjs +0 -8
  96. package/shared/definition47.js +1 -9
  97. package/shared/definition5.cjs +1 -1
  98. package/shared/definition5.js +1 -1
  99. package/shared/definition54.cjs +1 -1
  100. package/shared/definition54.js +1 -1
  101. package/shared/definition60.cjs +7 -6
  102. package/shared/definition60.js +7 -6
  103. package/shared/definition62.cjs +1 -1
  104. package/shared/definition62.js +1 -1
  105. package/shared/definition63.cjs +1 -2
  106. package/shared/definition63.js +1 -2
  107. package/shared/delegates-aria.cjs +4 -25
  108. package/shared/delegates-aria.js +4 -25
  109. package/shared/divider.cjs +8 -3
  110. package/shared/divider.js +8 -3
  111. package/shared/feedback/feedback-message.d.ts +42 -1
  112. package/shared/feedback/mixins.d.ts +84 -2
  113. package/shared/foundation/button/button.d.ts +84 -2
  114. package/shared/foundation/form-associated/form-associated.d.ts +84 -2
  115. package/shared/foundation/vivid-element/vivid-element.d.ts +43 -2
  116. package/shared/listbox.cjs +1 -1
  117. package/shared/listbox.js +1 -1
  118. package/shared/localization/Locale.d.ts +2 -0
  119. package/shared/option.cjs +15 -2
  120. package/shared/option.js +16 -3
  121. package/shared/patterns/affix.d.ts +84 -2
  122. package/shared/patterns/anchored.d.ts +84 -2
  123. package/shared/patterns/char-count/char-count.d.ts +42 -1
  124. package/shared/patterns/form-elements/form-element.d.ts +84 -2
  125. package/shared/patterns/form-elements/with-error-text.d.ts +126 -3
  126. package/shared/patterns/form-elements/with-success-text.d.ts +42 -1
  127. package/shared/patterns/linkable.d.ts +42 -1
  128. package/shared/patterns/localized.d.ts +42 -1
  129. package/shared/patterns/trapped-focus.d.ts +42 -1
  130. package/shared/picker-field/mixins/calendar-picker.d.ts +84 -2
  131. package/shared/picker-field/mixins/calendar-picker.template.d.ts +84 -2
  132. package/shared/picker-field/mixins/inline-time-picker/inline-time-picker.d.ts +42 -1
  133. package/shared/picker-field/mixins/min-max-calendar-picker.d.ts +168 -4
  134. package/shared/picker-field/mixins/single-date-picker.d.ts +252 -6
  135. package/shared/picker-field/mixins/single-value-picker.d.ts +84 -2
  136. package/shared/picker-field/mixins/time-selection-picker.d.ts +168 -4
  137. package/shared/picker-field/mixins/time-selection-picker.template.d.ts +168 -4
  138. package/shared/picker-field/picker-field.d.ts +252 -6
  139. package/shared/vivid-element.cjs +56 -5
  140. package/shared/vivid-element.js +56 -5
  141. package/vivid.api.json +2 -93
@@ -4,7 +4,6 @@ export declare const WithSuccessText: <T extends Constructor<VividElement>>(Base
4
4
  new (...args: any[]): {
5
5
  successText?: string | undefined;
6
6
  connectedCallback(): void;
7
- specialHandling: boolean;
8
7
  _vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
9
8
  readonly $fastController: import("@microsoft/fast-element").Controller;
10
9
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -330,6 +329,48 @@ export declare const WithSuccessText: <T extends Constructor<VividElement>>(Base
330
329
  ariaDescription: string | null;
331
330
  ariaRowIndexText: string | null;
332
331
  ariaRelevant: string | null;
332
+ roleChanged(prev: string | null, next: string | null): void;
333
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
334
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
335
+ ariaBusyChanged(prev: string | null, next: string | null): void;
336
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
337
+ ariaColCountChanged(prev: string | null, next: string | null): void;
338
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
339
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
340
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
341
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
342
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
343
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
344
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
345
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
346
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
347
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
348
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
349
+ ariaLabelChanged(prev: string | null, next: string | null): void;
350
+ ariaLevelChanged(prev: string | null, next: string | null): void;
351
+ ariaLiveChanged(prev: string | null, next: string | null): void;
352
+ ariaModalChanged(prev: string | null, next: string | null): void;
353
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
354
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
355
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
356
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
357
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
358
+ ariaPressedChanged(prev: string | null, next: string | null): void;
359
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
360
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
361
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
362
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
363
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
364
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
365
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
366
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
367
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
368
+ ariaSortChanged(prev: string | null, next: string | null): void;
369
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
370
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
371
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
372
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
373
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
333
374
  "__#1@#handleReplacedProp"(replacedProp: {
334
375
  newPropertyName: string;
335
376
  deprecatedPropertyName: string;
@@ -58,7 +58,6 @@ export declare const Linkable: <T extends Constructor<VividElement>>(Base: T) =>
58
58
  }> | undefined) => ViewTemplate<T_1, any>;
59
59
  _vividAriaBehaviour: "delegate";
60
60
  connectedCallback(): void;
61
- specialHandling: boolean;
62
61
  readonly $fastController: import("@microsoft/fast-element").Controller;
63
62
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
64
63
  disconnectedCallback(): void;
@@ -383,6 +382,48 @@ export declare const Linkable: <T extends Constructor<VividElement>>(Base: T) =>
383
382
  ariaDescription: string | null;
384
383
  ariaRowIndexText: string | null;
385
384
  ariaRelevant: string | null;
385
+ roleChanged(prev: string | null, next: string | null): void;
386
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
387
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
388
+ ariaBusyChanged(prev: string | null, next: string | null): void;
389
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
390
+ ariaColCountChanged(prev: string | null, next: string | null): void;
391
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
392
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
393
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
394
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
395
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
396
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
397
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
398
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
399
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
400
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
401
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
402
+ ariaLabelChanged(prev: string | null, next: string | null): void;
403
+ ariaLevelChanged(prev: string | null, next: string | null): void;
404
+ ariaLiveChanged(prev: string | null, next: string | null): void;
405
+ ariaModalChanged(prev: string | null, next: string | null): void;
406
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
407
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
408
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
409
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
410
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
411
+ ariaPressedChanged(prev: string | null, next: string | null): void;
412
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
413
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
414
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
415
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
416
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
417
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
418
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
419
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
420
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
421
+ ariaSortChanged(prev: string | null, next: string | null): void;
422
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
423
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
424
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
425
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
426
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
386
427
  "__#1@#handleReplacedProp"(replacedProp: {
387
428
  newPropertyName: string;
388
429
  deprecatedPropertyName: string;
@@ -5,7 +5,6 @@ export declare const Localized: <T extends Constructor<VividElement>>(Base: T) =
5
5
  new (...args: any[]): {
6
6
  readonly locale: Locale;
7
7
  connectedCallback(): void;
8
- specialHandling: boolean;
9
8
  _vividAriaBehaviour: import("../aria/aria-mixin").VividAriaBehaviour;
10
9
  readonly $fastController: import("@microsoft/fast-element").Controller;
11
10
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -331,6 +330,48 @@ export declare const Localized: <T extends Constructor<VividElement>>(Base: T) =
331
330
  ariaDescription: string | null;
332
331
  ariaRowIndexText: string | null;
333
332
  ariaRelevant: string | null;
333
+ roleChanged(prev: string | null, next: string | null): void;
334
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
335
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
336
+ ariaBusyChanged(prev: string | null, next: string | null): void;
337
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
338
+ ariaColCountChanged(prev: string | null, next: string | null): void;
339
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
340
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
341
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
342
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
343
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
344
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
345
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
346
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
347
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
348
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
349
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
350
+ ariaLabelChanged(prev: string | null, next: string | null): void;
351
+ ariaLevelChanged(prev: string | null, next: string | null): void;
352
+ ariaLiveChanged(prev: string | null, next: string | null): void;
353
+ ariaModalChanged(prev: string | null, next: string | null): void;
354
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
355
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
356
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
357
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
358
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
359
+ ariaPressedChanged(prev: string | null, next: string | null): void;
360
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
361
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
362
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
363
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
364
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
365
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
366
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
367
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
368
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
369
+ ariaSortChanged(prev: string | null, next: string | null): void;
370
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
371
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
372
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
373
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
374
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
334
375
  "__#1@#handleReplacedProp"(replacedProp: {
335
376
  newPropertyName: string;
336
377
  deprecatedPropertyName: string;
@@ -5,7 +5,6 @@ export declare const TrappedFocus: <T extends Constructor<VividElement>>(Base: T
5
5
  new (...args: any[]): {
6
6
  _trappedFocus(event: KeyboardEvent, getFocusableEls: () => NodeListOf<HTMLElement>): boolean;
7
7
  connectedCallback(): void;
8
- specialHandling: boolean;
9
8
  _vividAriaBehaviour: import("../aria/aria-mixin").VividAriaBehaviour;
10
9
  readonly $fastController: import("@microsoft/fast-element").Controller;
11
10
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -331,6 +330,48 @@ export declare const TrappedFocus: <T extends Constructor<VividElement>>(Base: T
331
330
  ariaDescription: string | null;
332
331
  ariaRowIndexText: string | null;
333
332
  ariaRelevant: string | null;
333
+ roleChanged(prev: string | null, next: string | null): void;
334
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
335
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
336
+ ariaBusyChanged(prev: string | null, next: string | null): void;
337
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
338
+ ariaColCountChanged(prev: string | null, next: string | null): void;
339
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
340
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
341
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
342
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
343
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
344
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
345
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
346
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
347
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
348
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
349
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
350
+ ariaLabelChanged(prev: string | null, next: string | null): void;
351
+ ariaLevelChanged(prev: string | null, next: string | null): void;
352
+ ariaLiveChanged(prev: string | null, next: string | null): void;
353
+ ariaModalChanged(prev: string | null, next: string | null): void;
354
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
355
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
356
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
357
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
358
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
359
+ ariaPressedChanged(prev: string | null, next: string | null): void;
360
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
361
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
362
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
363
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
364
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
365
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
366
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
367
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
368
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
369
+ ariaSortChanged(prev: string | null, next: string | null): void;
370
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
371
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
372
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
373
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
374
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
334
375
  "__#1@#handleReplacedProp"(replacedProp: {
335
376
  newPropertyName: string;
336
377
  deprecatedPropertyName: string;
@@ -102,7 +102,6 @@ export declare const CalendarPicker: <T extends AbstractConstructor<PickerField>
102
102
  _slottedHelperTextFeedbackType(): "none" | "helper";
103
103
  _getFeedbackTemplate(ctx: import("../../design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
104
104
  connectedCallback(): void;
105
- specialHandling: boolean;
106
105
  _vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
107
106
  readonly $fastController: import("@microsoft/fast-element").Controller;
108
107
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -428,6 +427,48 @@ export declare const CalendarPicker: <T extends AbstractConstructor<PickerField>
428
427
  ariaDescription: string | null;
429
428
  ariaRowIndexText: string | null;
430
429
  ariaRelevant: string | null;
430
+ roleChanged(prev: string | null, next: string | null): void;
431
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
432
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
433
+ ariaBusyChanged(prev: string | null, next: string | null): void;
434
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
435
+ ariaColCountChanged(prev: string | null, next: string | null): void;
436
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
437
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
438
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
439
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
440
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
441
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
442
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
443
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
444
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
445
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
446
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
447
+ ariaLabelChanged(prev: string | null, next: string | null): void;
448
+ ariaLevelChanged(prev: string | null, next: string | null): void;
449
+ ariaLiveChanged(prev: string | null, next: string | null): void;
450
+ ariaModalChanged(prev: string | null, next: string | null): void;
451
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
452
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
453
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
454
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
455
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
456
+ ariaPressedChanged(prev: string | null, next: string | null): void;
457
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
458
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
459
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
460
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
461
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
462
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
463
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
464
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
465
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
466
+ ariaSortChanged(prev: string | null, next: string | null): void;
467
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
468
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
469
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
470
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
471
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
431
472
  "__#1@#handleReplacedProp"(replacedProp: {
432
473
  newPropertyName: string;
433
474
  deprecatedPropertyName: string;
@@ -435,7 +476,6 @@ export declare const CalendarPicker: <T extends AbstractConstructor<PickerField>
435
476
  toDeprecated?: ((v: any) => any) | undefined;
436
477
  }): void;
437
478
  }, any>;
438
- specialHandling: boolean;
439
479
  _vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
440
480
  readonly $fastController: import("@microsoft/fast-element").Controller;
441
481
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -760,6 +800,48 @@ export declare const CalendarPicker: <T extends AbstractConstructor<PickerField>
760
800
  ariaDescription: string | null;
761
801
  ariaRowIndexText: string | null;
762
802
  ariaRelevant: string | null;
803
+ roleChanged(prev: string | null, next: string | null): void;
804
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
805
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
806
+ ariaBusyChanged(prev: string | null, next: string | null): void;
807
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
808
+ ariaColCountChanged(prev: string | null, next: string | null): void;
809
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
810
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
811
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
812
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
813
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
814
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
815
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
816
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
817
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
818
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
819
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
820
+ ariaLabelChanged(prev: string | null, next: string | null): void;
821
+ ariaLevelChanged(prev: string | null, next: string | null): void;
822
+ ariaLiveChanged(prev: string | null, next: string | null): void;
823
+ ariaModalChanged(prev: string | null, next: string | null): void;
824
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
825
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
826
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
827
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
828
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
829
+ ariaPressedChanged(prev: string | null, next: string | null): void;
830
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
831
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
832
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
833
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
834
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
835
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
836
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
837
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
838
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
839
+ ariaSortChanged(prev: string | null, next: string | null): void;
840
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
841
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
842
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
843
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
844
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
763
845
  "__#1@#handleReplacedProp"(replacedProp: {
764
846
  newPropertyName: string;
765
847
  deprecatedPropertyName: string;
@@ -100,7 +100,6 @@ export declare const CalendarPickerTemplate: (context: VividElementDefinitionCon
100
100
  _slottedHelperTextFeedbackType(): "none" | "helper";
101
101
  _getFeedbackTemplate(ctx: VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
102
102
  connectedCallback(): void;
103
- specialHandling: boolean;
104
103
  _vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
105
104
  readonly $fastController: import("@microsoft/fast-element").Controller;
106
105
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -426,6 +425,48 @@ export declare const CalendarPickerTemplate: (context: VividElementDefinitionCon
426
425
  ariaDescription: string | null;
427
426
  ariaRowIndexText: string | null;
428
427
  ariaRelevant: string | null;
428
+ roleChanged(prev: string | null, next: string | null): void;
429
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
430
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
431
+ ariaBusyChanged(prev: string | null, next: string | null): void;
432
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
433
+ ariaColCountChanged(prev: string | null, next: string | null): void;
434
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
435
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
436
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
437
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
438
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
439
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
440
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
441
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
442
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
443
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
444
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
445
+ ariaLabelChanged(prev: string | null, next: string | null): void;
446
+ ariaLevelChanged(prev: string | null, next: string | null): void;
447
+ ariaLiveChanged(prev: string | null, next: string | null): void;
448
+ ariaModalChanged(prev: string | null, next: string | null): void;
449
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
450
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
451
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
452
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
453
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
454
+ ariaPressedChanged(prev: string | null, next: string | null): void;
455
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
456
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
457
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
458
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
459
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
460
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
461
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
462
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
463
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
464
+ ariaSortChanged(prev: string | null, next: string | null): void;
465
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
466
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
467
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
468
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
469
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
429
470
  "__#1@#handleReplacedProp"(replacedProp: {
430
471
  newPropertyName: string;
431
472
  deprecatedPropertyName: string;
@@ -433,7 +474,6 @@ export declare const CalendarPickerTemplate: (context: VividElementDefinitionCon
433
474
  toDeprecated?: ((v: any) => any) | undefined;
434
475
  }): void;
435
476
  }, any>;
436
- specialHandling: boolean;
437
477
  _vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
438
478
  readonly $fastController: import("@microsoft/fast-element").Controller;
439
479
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -758,6 +798,48 @@ export declare const CalendarPickerTemplate: (context: VividElementDefinitionCon
758
798
  ariaDescription: string | null;
759
799
  ariaRowIndexText: string | null;
760
800
  ariaRelevant: string | null;
801
+ roleChanged(prev: string | null, next: string | null): void;
802
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
803
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
804
+ ariaBusyChanged(prev: string | null, next: string | null): void;
805
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
806
+ ariaColCountChanged(prev: string | null, next: string | null): void;
807
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
808
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
809
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
810
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
811
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
812
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
813
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
814
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
815
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
816
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
817
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
818
+ ariaLabelChanged(prev: string | null, next: string | null): void;
819
+ ariaLevelChanged(prev: string | null, next: string | null): void;
820
+ ariaLiveChanged(prev: string | null, next: string | null): void;
821
+ ariaModalChanged(prev: string | null, next: string | null): void;
822
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
823
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
824
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
825
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
826
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
827
+ ariaPressedChanged(prev: string | null, next: string | null): void;
828
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
829
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
830
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
831
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
832
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
833
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
834
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
835
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
836
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
837
+ ariaSortChanged(prev: string | null, next: string | null): void;
838
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
839
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
840
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
841
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
842
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
761
843
  "__#1@#handleReplacedProp"(replacedProp: {
762
844
  newPropertyName: string;
763
845
  deprecatedPropertyName: string;
@@ -3,7 +3,6 @@ declare const InlineTimePicker_base: {
3
3
  new (...args: any[]): {
4
4
  readonly locale: import("../../../localization/Locale").Locale;
5
5
  connectedCallback(): void;
6
- specialHandling: boolean;
7
6
  _vividAriaBehaviour: import("../../../aria/aria-mixin").VividAriaBehaviour;
8
7
  readonly $fastController: import("@microsoft/fast-element").Controller;
9
8
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -329,6 +328,48 @@ declare const InlineTimePicker_base: {
329
328
  ariaDescription: string | null;
330
329
  ariaRowIndexText: string | null;
331
330
  ariaRelevant: string | null;
331
+ roleChanged(prev: string | null, next: string | null): void;
332
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
333
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
334
+ ariaBusyChanged(prev: string | null, next: string | null): void;
335
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
336
+ ariaColCountChanged(prev: string | null, next: string | null): void;
337
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
338
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
339
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
340
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
341
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
342
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
343
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
344
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
345
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
346
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
347
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
348
+ ariaLabelChanged(prev: string | null, next: string | null): void;
349
+ ariaLevelChanged(prev: string | null, next: string | null): void;
350
+ ariaLiveChanged(prev: string | null, next: string | null): void;
351
+ ariaModalChanged(prev: string | null, next: string | null): void;
352
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
353
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
354
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
355
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
356
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
357
+ ariaPressedChanged(prev: string | null, next: string | null): void;
358
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
359
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
360
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
361
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
362
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
363
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
364
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
365
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
366
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
367
+ ariaSortChanged(prev: string | null, next: string | null): void;
368
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
369
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
370
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
371
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
372
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
332
373
  "__#1@#handleReplacedProp"(replacedProp: {
333
374
  newPropertyName: string;
334
375
  deprecatedPropertyName: string;