@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
@@ -2,21 +2,12 @@ import type { Placement } from '@floating-ui/dom';
2
2
  import { VividElement } from '../../shared/foundation/vivid-element/vivid-element';
3
3
  declare const Toggletip_base: {
4
4
  new (...args: any[]): {
5
- anchor?: (string | HTMLElement) | undefined;
6
- anchorChanged(): void;
7
- _slottedAnchor?: HTMLElement[] | undefined;
8
- _slottedAnchorChanged(): void;
9
- _anchorEl?: HTMLElement | undefined;
10
- "__#9@#updateAnchorEl": () => void;
11
- "__#9@#observer"?: MutationObserver | undefined;
12
- "__#9@#observeMissingAnchor": (anchorId: string) => void;
13
- "__#9@#cleanupObserverIfNeeded": () => void;
5
+ readonly locale: import("../../shared/localization/Locale").Locale;
14
6
  connectedCallback(): void;
15
- disconnectedCallback(): void;
16
- specialHandling: boolean;
17
7
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
18
8
  readonly $fastController: import("@microsoft/fast-element").Controller;
19
9
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
10
+ disconnectedCallback(): void;
20
11
  attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
21
12
  accessKey: string;
22
13
  readonly accessKeyLabel: string;
@@ -338,6 +329,434 @@ declare const Toggletip_base: {
338
329
  ariaDescription: string | null;
339
330
  ariaRowIndexText: string | null;
340
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;
374
+ "__#1@#handleReplacedProp"(replacedProp: {
375
+ newPropertyName: string;
376
+ deprecatedPropertyName: string;
377
+ fromDeprecated: (v: any) => any;
378
+ toDeprecated?: ((v: any) => any) | undefined;
379
+ }): void;
380
+ };
381
+ } & {
382
+ new (...args: any[]): {
383
+ anchor?: (string | HTMLElement) | undefined;
384
+ anchorChanged(): void;
385
+ _slottedAnchor?: HTMLElement[] | undefined;
386
+ _slottedAnchorChanged(): void;
387
+ _anchorEl?: HTMLElement | undefined;
388
+ "__#9@#updateAnchorEl": () => void;
389
+ "__#9@#observer"?: MutationObserver | undefined;
390
+ "__#9@#observeMissingAnchor": (anchorId: string) => void;
391
+ "__#9@#cleanupObserverIfNeeded": () => void;
392
+ connectedCallback(): void;
393
+ disconnectedCallback(): void;
394
+ _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
395
+ readonly $fastController: import("@microsoft/fast-element").Controller;
396
+ $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
397
+ attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
398
+ accessKey: string;
399
+ readonly accessKeyLabel: string;
400
+ autocapitalize: string;
401
+ dir: string;
402
+ draggable: boolean;
403
+ hidden: boolean;
404
+ inert: boolean;
405
+ innerText: string;
406
+ lang: string;
407
+ readonly offsetHeight: number;
408
+ readonly offsetLeft: number;
409
+ readonly offsetParent: Element | null;
410
+ readonly offsetTop: number;
411
+ readonly offsetWidth: number;
412
+ outerText: string;
413
+ spellcheck: boolean;
414
+ title: string;
415
+ translate: boolean;
416
+ attachInternals(): ElementInternals;
417
+ click(): void;
418
+ addEventListener<K_17 extends keyof HTMLElementEventMap>(type: K_17, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_17]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
419
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
420
+ removeEventListener<K_18 extends keyof HTMLElementEventMap>(type: K_18, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_18]) => any, options?: boolean | EventListenerOptions | undefined): void;
421
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
422
+ dropzone: import("dropzone");
423
+ readonly attributes: NamedNodeMap;
424
+ readonly classList: DOMTokenList;
425
+ className: string;
426
+ readonly clientHeight: number;
427
+ readonly clientLeft: number;
428
+ readonly clientTop: number;
429
+ readonly clientWidth: number;
430
+ id: string;
431
+ readonly localName: string;
432
+ readonly namespaceURI: string | null;
433
+ onfullscreenchange: ((this: Element, ev: Event) => any) | null;
434
+ onfullscreenerror: ((this: Element, ev: Event) => any) | null;
435
+ outerHTML: string;
436
+ readonly ownerDocument: Document;
437
+ readonly part: DOMTokenList;
438
+ readonly prefix: string | null;
439
+ readonly scrollHeight: number;
440
+ scrollLeft: number;
441
+ scrollTop: number;
442
+ readonly scrollWidth: number;
443
+ readonly shadowRoot: ShadowRoot | null;
444
+ slot: string;
445
+ readonly tagName: string;
446
+ attachShadow(init: ShadowRootInit): ShadowRoot;
447
+ checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
448
+ closest<K_19 extends keyof HTMLElementTagNameMap>(selector: K_19): HTMLElementTagNameMap[K_19] | null;
449
+ closest<K_20 extends keyof SVGElementTagNameMap>(selector: K_20): SVGElementTagNameMap[K_20] | null;
450
+ closest<K_21 extends keyof MathMLElementTagNameMap>(selector: K_21): MathMLElementTagNameMap[K_21] | null;
451
+ closest<E_3 extends Element = Element>(selectors: string): E_3 | null;
452
+ getAttribute(qualifiedName: string): string | null;
453
+ getAttributeNS(namespace: string | null, localName: string): string | null;
454
+ getAttributeNames(): string[];
455
+ getAttributeNode(qualifiedName: string): Attr | null;
456
+ getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
457
+ getBoundingClientRect(): DOMRect;
458
+ getClientRects(): DOMRectList;
459
+ getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
460
+ getElementsByTagName<K_22 extends keyof HTMLElementTagNameMap>(qualifiedName: K_22): HTMLCollectionOf<HTMLElementTagNameMap[K_22]>;
461
+ getElementsByTagName<K_23 extends keyof SVGElementTagNameMap>(qualifiedName: K_23): HTMLCollectionOf<SVGElementTagNameMap[K_23]>;
462
+ getElementsByTagName<K_24 extends keyof MathMLElementTagNameMap>(qualifiedName: K_24): HTMLCollectionOf<MathMLElementTagNameMap[K_24]>;
463
+ getElementsByTagName<K_25 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_25): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_25]>;
464
+ getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
465
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
466
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
467
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
468
+ getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
469
+ hasAttribute(qualifiedName: string): boolean;
470
+ hasAttributeNS(namespace: string | null, localName: string): boolean;
471
+ hasAttributes(): boolean;
472
+ hasPointerCapture(pointerId: number): boolean;
473
+ insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
474
+ insertAdjacentHTML(position: InsertPosition, text: string): void;
475
+ insertAdjacentText(where: InsertPosition, data: string): void;
476
+ matches(selectors: string): boolean;
477
+ releasePointerCapture(pointerId: number): void;
478
+ removeAttribute(qualifiedName: string): void;
479
+ removeAttributeNS(namespace: string | null, localName: string): void;
480
+ removeAttributeNode(attr: Attr): Attr;
481
+ requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
482
+ requestPointerLock(): void;
483
+ scroll(options?: ScrollToOptions | undefined): void;
484
+ scroll(x: number, y: number): void;
485
+ scrollBy(options?: ScrollToOptions | undefined): void;
486
+ scrollBy(x: number, y: number): void;
487
+ scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
488
+ scrollTo(options?: ScrollToOptions | undefined): void;
489
+ scrollTo(x: number, y: number): void;
490
+ setAttribute(qualifiedName: string, value: string): void;
491
+ setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
492
+ setAttributeNode(attr: Attr): Attr | null;
493
+ setAttributeNodeNS(attr: Attr): Attr | null;
494
+ setPointerCapture(pointerId: number): void;
495
+ toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
496
+ webkitMatchesSelector(selectors: string): boolean;
497
+ readonly baseURI: string;
498
+ readonly childNodes: NodeListOf<ChildNode>;
499
+ readonly firstChild: ChildNode | null;
500
+ readonly isConnected: boolean;
501
+ readonly lastChild: ChildNode | null;
502
+ readonly nextSibling: ChildNode | null;
503
+ readonly nodeName: string;
504
+ readonly nodeType: number;
505
+ nodeValue: string | null;
506
+ readonly parentElement: HTMLElement | null;
507
+ readonly parentNode: ParentNode | null;
508
+ readonly previousSibling: ChildNode | null;
509
+ textContent: string | null;
510
+ appendChild<T extends Node>(node: T): T;
511
+ cloneNode(deep?: boolean | undefined): Node;
512
+ compareDocumentPosition(other: Node): number;
513
+ contains(other: Node | null): boolean;
514
+ getRootNode(options?: GetRootNodeOptions | undefined): Node;
515
+ hasChildNodes(): boolean;
516
+ insertBefore<T_4 extends Node>(node: T_4, child: Node | null): T_4;
517
+ isDefaultNamespace(namespace: string | null): boolean;
518
+ isEqualNode(otherNode: Node | null): boolean;
519
+ isSameNode(otherNode: Node | null): boolean;
520
+ lookupNamespaceURI(prefix: string | null): string | null;
521
+ lookupPrefix(namespace: string | null): string | null;
522
+ normalize(): void;
523
+ removeChild<T_2 extends Node>(child: T_2): T_2;
524
+ replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
525
+ readonly ELEMENT_NODE: 1;
526
+ readonly ATTRIBUTE_NODE: 2;
527
+ readonly TEXT_NODE: 3;
528
+ readonly CDATA_SECTION_NODE: 4;
529
+ readonly ENTITY_REFERENCE_NODE: 5;
530
+ readonly ENTITY_NODE: 6;
531
+ readonly PROCESSING_INSTRUCTION_NODE: 7;
532
+ readonly COMMENT_NODE: 8;
533
+ readonly DOCUMENT_NODE: 9;
534
+ readonly DOCUMENT_TYPE_NODE: 10;
535
+ readonly DOCUMENT_FRAGMENT_NODE: 11;
536
+ readonly NOTATION_NODE: 12;
537
+ readonly DOCUMENT_POSITION_DISCONNECTED: 1;
538
+ readonly DOCUMENT_POSITION_PRECEDING: 2;
539
+ readonly DOCUMENT_POSITION_FOLLOWING: 4;
540
+ readonly DOCUMENT_POSITION_CONTAINS: 8;
541
+ readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
542
+ readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
543
+ dispatchEvent(event: Event): boolean;
544
+ ariaAtomic: string | null;
545
+ ariaAutoComplete: string | null;
546
+ ariaBusy: string | null;
547
+ ariaChecked: string | null;
548
+ ariaColCount: string | null;
549
+ ariaColIndex: string | null;
550
+ ariaColSpan: string | null;
551
+ ariaCurrent: string | null;
552
+ ariaDisabled: string | null;
553
+ ariaExpanded: string | null;
554
+ ariaHasPopup: string | null;
555
+ ariaHidden: string | null;
556
+ ariaInvalid: string | null;
557
+ ariaKeyShortcuts: string | null;
558
+ ariaLabel: string | null;
559
+ ariaLevel: string | null;
560
+ ariaLive: string | null;
561
+ ariaModal: string | null;
562
+ ariaMultiLine: string | null;
563
+ ariaMultiSelectable: string | null;
564
+ ariaOrientation: string | null;
565
+ ariaPlaceholder: string | null;
566
+ ariaPosInSet: string | null;
567
+ ariaPressed: string | null;
568
+ ariaReadOnly: string | null;
569
+ ariaRequired: string | null;
570
+ ariaRoleDescription: string | null;
571
+ ariaRowCount: string | null;
572
+ ariaRowIndex: string | null;
573
+ ariaRowSpan: string | null;
574
+ ariaSelected: string | null;
575
+ ariaSetSize: string | null;
576
+ ariaSort: string | null;
577
+ ariaValueMax: string | null;
578
+ ariaValueMin: string | null;
579
+ ariaValueNow: string | null;
580
+ ariaValueText: string | null;
581
+ role: string | null;
582
+ animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
583
+ getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
584
+ after(...nodes: (string | Node)[]): void;
585
+ before(...nodes: (string | Node)[]): void;
586
+ remove(): void;
587
+ replaceWith(...nodes: (string | Node)[]): void;
588
+ innerHTML: string;
589
+ readonly nextElementSibling: Element | null;
590
+ readonly previousElementSibling: Element | null;
591
+ readonly childElementCount: number;
592
+ readonly children: HTMLCollection;
593
+ readonly firstElementChild: Element | null;
594
+ readonly lastElementChild: Element | null;
595
+ append(...nodes: (string | Node)[]): void;
596
+ prepend(...nodes: (string | Node)[]): void;
597
+ querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
598
+ querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
599
+ querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
600
+ querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
601
+ querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
602
+ querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
603
+ querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
604
+ querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
605
+ querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
606
+ querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
607
+ replaceChildren(...nodes: (string | Node)[]): void;
608
+ readonly assignedSlot: HTMLSlotElement | null;
609
+ readonly style: CSSStyleDeclaration;
610
+ contentEditable: string;
611
+ enterKeyHint: string;
612
+ inputMode: string;
613
+ readonly isContentEditable: boolean;
614
+ onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
615
+ onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
616
+ onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
617
+ onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
618
+ onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
619
+ onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
620
+ onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
621
+ onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
622
+ oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
623
+ oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
624
+ oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
625
+ onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
626
+ onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
627
+ onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
628
+ oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
629
+ oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
630
+ oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
631
+ oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
632
+ ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
633
+ ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
634
+ ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
635
+ ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
636
+ ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
637
+ ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
638
+ ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
639
+ ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
640
+ ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
641
+ onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
642
+ onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
643
+ onerror: OnErrorEventHandler;
644
+ onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
645
+ onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
646
+ ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
647
+ oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
648
+ oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
649
+ onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
650
+ onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
651
+ onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
652
+ onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
653
+ onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
654
+ onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
655
+ onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
656
+ onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
657
+ onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
658
+ onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
659
+ onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
660
+ onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
661
+ onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
662
+ onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
663
+ onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
664
+ onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
665
+ onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
666
+ onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
667
+ onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
668
+ onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
669
+ onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
670
+ onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
671
+ onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
672
+ onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
673
+ onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
674
+ onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
675
+ onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
676
+ onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
677
+ onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
678
+ onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
679
+ onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
680
+ onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
681
+ onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
682
+ onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
683
+ onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
684
+ onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
685
+ onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
686
+ onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
687
+ onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
688
+ onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
689
+ onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
690
+ onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
691
+ ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
692
+ ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
693
+ ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
694
+ ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
695
+ ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
696
+ ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
697
+ ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
698
+ ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
699
+ ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
700
+ ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
701
+ onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
702
+ onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
703
+ onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
704
+ onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
705
+ onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
706
+ onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
707
+ onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
708
+ autofocus: boolean;
709
+ readonly dataset: DOMStringMap;
710
+ nonce?: string | undefined;
711
+ tabIndex: number;
712
+ blur(): void;
713
+ focus(options?: FocusOptions | undefined): void;
714
+ ariaColIndexText: string | null;
715
+ ariaDescription: string | null;
716
+ ariaRowIndexText: string | null;
717
+ ariaRelevant: string | null;
718
+ roleChanged(prev: string | null, next: string | null): void;
719
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
720
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
721
+ ariaBusyChanged(prev: string | null, next: string | null): void;
722
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
723
+ ariaColCountChanged(prev: string | null, next: string | null): void;
724
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
725
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
726
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
727
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
728
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
729
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
730
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
731
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
732
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
733
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
734
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
735
+ ariaLabelChanged(prev: string | null, next: string | null): void;
736
+ ariaLevelChanged(prev: string | null, next: string | null): void;
737
+ ariaLiveChanged(prev: string | null, next: string | null): void;
738
+ ariaModalChanged(prev: string | null, next: string | null): void;
739
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
740
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
741
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
742
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
743
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
744
+ ariaPressedChanged(prev: string | null, next: string | null): void;
745
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
746
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
747
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
748
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
749
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
750
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
751
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
752
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
753
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
754
+ ariaSortChanged(prev: string | null, next: string | null): void;
755
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
756
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
757
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
758
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
759
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
341
760
  "__#1@#handleReplacedProp"(replacedProp: {
342
761
  newPropertyName: string;
343
762
  deprecatedPropertyName: string;
@@ -13,7 +13,6 @@ declare const Tooltip_base: {
13
13
  "__#9@#cleanupObserverIfNeeded": () => void;
14
14
  connectedCallback(): void;
15
15
  disconnectedCallback(): void;
16
- specialHandling: boolean;
17
16
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
18
17
  readonly $fastController: import("@microsoft/fast-element").Controller;
19
18
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -338,6 +337,48 @@ declare const Tooltip_base: {
338
337
  ariaDescription: string | null;
339
338
  ariaRowIndexText: string | null;
340
339
  ariaRelevant: string | null;
340
+ roleChanged(prev: string | null, next: string | null): void;
341
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
342
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
343
+ ariaBusyChanged(prev: string | null, next: string | null): void;
344
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
345
+ ariaColCountChanged(prev: string | null, next: string | null): void;
346
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
347
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
348
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
349
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
350
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
351
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
352
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
353
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
354
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
355
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
356
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
357
+ ariaLabelChanged(prev: string | null, next: string | null): void;
358
+ ariaLevelChanged(prev: string | null, next: string | null): void;
359
+ ariaLiveChanged(prev: string | null, next: string | null): void;
360
+ ariaModalChanged(prev: string | null, next: string | null): void;
361
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
362
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
363
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
364
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
365
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
366
+ ariaPressedChanged(prev: string | null, next: string | null): void;
367
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
368
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
369
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
370
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
371
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
372
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
373
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
374
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
375
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
376
+ ariaSortChanged(prev: string | null, next: string | null): void;
377
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
378
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
379
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
380
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
381
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
341
382
  "__#1@#handleReplacedProp"(replacedProp: {
342
383
  newPropertyName: string;
343
384
  deprecatedPropertyName: string;
@@ -4,7 +4,6 @@ declare const TreeItem_base: {
4
4
  new (...args: any[]): {
5
5
  _vividAriaBehaviour: "host";
6
6
  connectedCallback(): void;
7
- specialHandling: boolean;
8
7
  readonly $fastController: import("@microsoft/fast-element").Controller;
9
8
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
10
9
  disconnectedCallback(): void;
@@ -329,6 +328,48 @@ declare const TreeItem_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;
@@ -341,7 +382,6 @@ declare const TreeItem_base: {
341
382
  icon?: string | undefined;
342
383
  iconSlottedContent?: HTMLElement[] | undefined;
343
384
  connectedCallback(): void;
344
- specialHandling: boolean;
345
385
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
346
386
  readonly $fastController: import("@microsoft/fast-element").Controller;
347
387
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -667,6 +707,48 @@ declare const TreeItem_base: {
667
707
  ariaDescription: string | null;
668
708
  ariaRowIndexText: string | null;
669
709
  ariaRelevant: string | null;
710
+ roleChanged(prev: string | null, next: string | null): void;
711
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
712
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
713
+ ariaBusyChanged(prev: string | null, next: string | null): void;
714
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
715
+ ariaColCountChanged(prev: string | null, next: string | null): void;
716
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
717
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
718
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
719
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
720
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
721
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
722
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
723
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
724
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
725
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
726
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
727
+ ariaLabelChanged(prev: string | null, next: string | null): void;
728
+ ariaLevelChanged(prev: string | null, next: string | null): void;
729
+ ariaLiveChanged(prev: string | null, next: string | null): void;
730
+ ariaModalChanged(prev: string | null, next: string | null): void;
731
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
732
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
733
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
734
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
735
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
736
+ ariaPressedChanged(prev: string | null, next: string | null): void;
737
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
738
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
739
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
740
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
741
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
742
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
743
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
744
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
745
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
746
+ ariaSortChanged(prev: string | null, next: string | null): void;
747
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
748
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
749
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
750
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
751
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
670
752
  "__#1@#handleReplacedProp"(replacedProp: {
671
753
  newPropertyName: string;
672
754
  deprecatedPropertyName: string;