@vonage/vivid 4.17.0 → 4.19.0-preview.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.
- package/custom-elements.json +4248 -4149
- package/date-time-picker/index.cjs +5 -0
- package/date-time-picker/index.js +3 -0
- package/dial-pad/index.cjs +1 -1
- package/dial-pad/index.js +1 -1
- package/dialog/index.cjs +1 -1
- package/dialog/index.js +1 -1
- package/divider/index.cjs +1 -1
- package/divider/index.js +1 -1
- package/elevation/index.cjs +1 -1
- package/elevation/index.js +1 -1
- package/empty-state/index.cjs +1 -1
- package/empty-state/index.js +1 -1
- package/fab/index.cjs +1 -1
- package/fab/index.js +1 -1
- package/file-picker/index.cjs +1 -1
- package/file-picker/index.js +1 -1
- package/header/index.cjs +1 -1
- package/header/index.js +1 -1
- package/icon/index.cjs +1 -1
- package/icon/index.js +1 -1
- package/index.cjs +136 -133
- package/index.js +45 -44
- package/layout/index.cjs +1 -1
- package/layout/index.js +1 -1
- package/lib/action-group/action-group.d.ts +449 -3
- package/lib/banner/banner.d.ts +449 -3
- package/lib/breadcrumb-item/breadcrumb-item.d.ts +449 -1
- package/lib/checkbox/checkbox.d.ts +449 -4
- package/lib/components.d.ts +1 -0
- package/lib/date-picker/date-picker.d.ts +2182 -4
- package/lib/date-picker/date-picker.template.d.ts +2 -0
- package/lib/date-range-picker/date-range-picker.d.ts +1110 -4
- package/lib/date-range-picker/date-range-picker.template.d.ts +2 -0
- package/lib/date-time-picker/date-time-picker.d.ts +2175 -0
- package/lib/date-time-picker/date-time-picker.template.d.ts +2 -0
- package/lib/date-time-picker/definition.d.ts +1 -0
- package/lib/date-time-picker/locale.d.ts +9 -0
- package/lib/dialog/dialog.d.ts +449 -2
- package/lib/divider/divider.d.ts +448 -1
- package/lib/menu/menu.d.ts +446 -1
- package/lib/nav-disclosure/nav-disclosure.d.ts +449 -2
- package/lib/number-field/number-field.d.ts +450 -3
- package/lib/option/option.d.ts +4 -11
- package/lib/progress/progress.d.ts +449 -2
- package/lib/progress-ring/progress-ring.d.ts +449 -2
- package/lib/rich-text-editor/facades/vivid-prose-mirror.facade.d.ts +1 -0
- package/lib/rich-text-editor/rich-text-editor.d.ts +7 -4
- package/lib/searchable-select/searchable-select.d.ts +3 -0
- package/lib/select/select.d.ts +1 -5
- package/lib/selectable-box/selectable-box.d.ts +449 -2
- package/lib/slider/slider.d.ts +449 -3
- package/lib/split-button/split-button.d.ts +449 -3
- package/lib/switch/switch.d.ts +449 -2
- package/lib/tag-group/tag-group.d.ts +449 -2
- package/lib/text-anchor/text-anchor.d.ts +449 -1
- package/lib/text-area/text-area.d.ts +450 -3
- package/lib/text-field/text-field.d.ts +450 -7
- package/lib/time-picker/locale.d.ts +0 -2
- package/lib/time-picker/time-picker.d.ts +1053 -9
- package/lib/time-picker/time-picker.template.d.ts +2 -1
- package/locales/de-DE.cjs +29 -5
- package/locales/de-DE.js +29 -5
- package/locales/en-GB.cjs +29 -5
- package/locales/en-GB.js +29 -5
- package/locales/en-US.cjs +29 -5
- package/locales/en-US.js +29 -5
- package/locales/ja-JP.cjs +29 -5
- package/locales/ja-JP.js +29 -5
- package/locales/zh-CN.cjs +29 -5
- package/locales/zh-CN.js +29 -5
- package/menu/index.cjs +1 -1
- package/menu/index.js +1 -1
- package/menu-item/index.cjs +1 -1
- package/menu-item/index.js +1 -1
- package/nav/index.cjs +1 -1
- package/nav/index.js +1 -1
- package/nav-disclosure/index.cjs +1 -1
- package/nav-disclosure/index.js +1 -1
- package/nav-item/index.cjs +1 -1
- package/nav-item/index.js +1 -1
- package/note/index.cjs +1 -1
- package/note/index.js +1 -1
- package/number-field/index.cjs +1 -1
- package/number-field/index.js +1 -1
- package/option/index.cjs +1 -1
- package/option/index.js +1 -1
- package/package.json +1 -1
- package/pagination/index.cjs +1 -1
- package/pagination/index.js +1 -1
- package/popup/index.cjs +1 -1
- package/popup/index.js +1 -1
- package/progress/index.cjs +1 -1
- package/progress/index.js +1 -1
- package/progress-ring/index.cjs +1 -1
- package/progress-ring/index.js +1 -1
- package/radio/index.cjs +1 -1
- package/radio/index.js +1 -1
- package/radio-group/index.cjs +1 -1
- package/radio-group/index.js +1 -1
- package/range-slider/index.cjs +1 -1
- package/range-slider/index.js +1 -1
- package/rich-text-editor/index.cjs +1 -1
- package/rich-text-editor/index.js +1 -1
- package/searchable-select/index.cjs +1 -1
- package/searchable-select/index.js +1 -1
- package/select/index.cjs +1 -1
- package/select/index.js +1 -1
- package/selectable-box/index.cjs +1 -1
- package/selectable-box/index.js +1 -1
- package/shared/Reflector.cjs +71 -0
- package/shared/Reflector.js +69 -0
- package/shared/affix.cjs +1 -1
- package/shared/affix.js +1 -1
- package/shared/anchor.cjs +0 -10
- package/shared/anchor.js +0 -10
- package/shared/aria/delegates-aria.d.ts +454 -0
- package/shared/base-progress.js +1 -1
- package/shared/breadcrumb-item.cjs +2 -1
- package/shared/breadcrumb-item.js +2 -1
- package/shared/button.cjs +2 -13
- package/shared/button.js +2 -13
- package/shared/{presentationDate.cjs → calendar-picker.template.cjs} +730 -900
- package/shared/{presentationDate.js → calendar-picker.template.js} +672 -845
- package/shared/datetime/dateTimeStr.d.ts +6 -0
- package/shared/datetime/presentationDate.d.ts +4 -0
- package/shared/{date-picker/calendar → datetime}/presentationDateRange.d.ts +3 -3
- package/shared/datetime/presentationDateTime.d.ts +4 -0
- package/{lib/time-picker/time → shared/datetime}/time.d.ts +1 -0
- package/shared/definition.cjs +1 -1
- package/shared/definition.js +1 -1
- package/shared/definition11.cjs +8 -11
- package/shared/definition11.js +8 -11
- package/shared/definition14.cjs +2 -2
- package/shared/definition14.js +2 -2
- package/shared/definition15.cjs +3 -10
- package/shared/definition15.js +3 -10
- package/shared/definition16.cjs +29 -33
- package/shared/definition16.js +29 -33
- package/shared/definition17.cjs +1 -1
- package/shared/definition17.js +1 -1
- package/shared/definition18.cjs +56 -91
- package/shared/definition18.js +56 -91
- package/shared/definition19.cjs +68 -32
- package/shared/definition19.js +58 -22
- package/shared/definition20.cjs +253 -220
- package/shared/definition20.js +254 -220
- package/shared/definition21.cjs +200 -286
- package/shared/definition21.js +198 -284
- package/shared/definition22.cjs +302 -31
- package/shared/definition22.js +301 -30
- package/shared/definition23.cjs +37 -58
- package/shared/definition23.js +36 -57
- package/shared/definition24.cjs +50 -70
- package/shared/definition24.js +49 -69
- package/shared/definition25.cjs +75 -2475
- package/shared/definition25.js +74 -2475
- package/shared/definition26.cjs +2480 -50
- package/shared/definition26.js +2479 -48
- package/shared/definition27.cjs +53 -271
- package/shared/definition27.js +52 -269
- package/shared/definition28.cjs +271 -48
- package/shared/definition28.js +269 -47
- package/shared/definition29.cjs +37 -764
- package/shared/definition29.js +36 -758
- package/shared/definition3.cjs +2 -9
- package/shared/definition3.js +2 -9
- package/shared/definition30.cjs +739 -57
- package/shared/definition30.js +733 -56
- package/shared/definition31.cjs +93 -22
- package/shared/definition31.js +92 -21
- package/shared/definition32.cjs +28 -10
- package/shared/definition32.js +27 -9
- package/shared/definition33.cjs +10 -52
- package/shared/definition33.js +9 -51
- package/shared/definition34.cjs +30 -411
- package/shared/definition34.js +30 -412
- package/shared/definition35.cjs +422 -52
- package/shared/definition35.js +423 -53
- package/shared/definition36.cjs +54 -216
- package/shared/definition36.js +54 -215
- package/shared/definition37.cjs +201 -71
- package/shared/definition37.js +200 -70
- package/shared/definition38.cjs +53 -48
- package/shared/definition38.js +51 -46
- package/shared/definition39.cjs +57 -263
- package/shared/definition39.js +56 -262
- package/shared/definition4.cjs +2 -2
- package/shared/definition4.js +2 -2
- package/shared/definition40.cjs +220 -148
- package/shared/definition40.js +220 -148
- package/shared/definition41.cjs +143 -567
- package/shared/definition41.js +143 -568
- package/shared/definition42.cjs +596 -12573
- package/shared/definition42.js +596 -12573
- package/shared/definition43.cjs +13489 -1058
- package/shared/definition43.js +13489 -1059
- package/shared/definition44.cjs +968 -696
- package/shared/definition44.js +970 -697
- package/shared/definition45.cjs +850 -105
- package/shared/definition45.js +850 -104
- package/shared/definition46.cjs +110 -90
- package/shared/definition46.js +108 -88
- package/shared/definition47.cjs +88 -464
- package/shared/definition47.js +87 -463
- package/shared/definition48.cjs +457 -111
- package/shared/definition48.js +456 -110
- package/shared/definition49.cjs +103 -109
- package/shared/definition49.js +102 -108
- package/shared/definition5.cjs +3 -3
- package/shared/definition5.js +3 -3
- package/shared/definition50.cjs +136 -14
- package/shared/definition50.js +135 -13
- package/shared/definition51.cjs +16 -115
- package/shared/definition51.js +15 -114
- package/shared/definition52.cjs +79 -486
- package/shared/definition52.js +78 -485
- package/shared/definition53.cjs +503 -24
- package/shared/definition53.js +502 -23
- package/shared/definition54.cjs +23 -137
- package/shared/definition54.js +22 -136
- package/shared/definition55.cjs +96 -241
- package/shared/definition55.js +95 -241
- package/shared/definition56.cjs +261 -61
- package/shared/definition56.js +260 -60
- package/shared/definition57.cjs +419 -788
- package/shared/definition57.js +420 -789
- package/shared/definition58.cjs +27 -144
- package/shared/definition58.js +27 -143
- package/shared/definition59.cjs +83 -54
- package/shared/definition59.js +82 -53
- package/shared/definition6.cjs +1 -1
- package/shared/definition6.js +1 -1
- package/shared/definition60.cjs +80 -165
- package/shared/definition60.js +79 -163
- package/shared/definition61.cjs +143 -230
- package/shared/definition61.js +141 -229
- package/shared/definition62.cjs +233 -69344
- package/shared/definition62.js +232 -69343
- package/shared/definition63.cjs +69381 -28
- package/shared/definition63.js +69379 -26
- package/shared/definition64.cjs +28 -2168
- package/shared/definition64.js +27 -2166
- package/shared/definition65.cjs +2195 -0
- package/shared/definition65.js +2190 -0
- package/shared/definition7.cjs +1 -1
- package/shared/definition7.js +1 -1
- package/shared/definition8.cjs +3 -9
- package/shared/definition8.js +3 -9
- package/shared/definition9.cjs +1 -1
- package/shared/definition9.js +1 -1
- package/shared/delegates-aria.cjs +69 -0
- package/shared/delegates-aria.js +67 -0
- package/shared/form-associated.js +1 -1
- package/shared/form-elements.cjs +1 -1
- package/shared/form-elements.js +1 -1
- package/shared/foundation/anchor/anchor.d.ts +0 -8
- package/shared/foundation/button/button.d.ts +449 -7
- package/shared/foundation/listbox/listbox.d.ts +0 -9
- package/shared/listbox.cjs +4 -30
- package/shared/listbox.js +4 -30
- package/shared/localization/Locale.d.ts +6 -2
- package/shared/option.cjs +38 -50
- package/shared/option.js +39 -51
- package/shared/picker-field/locale.d.ts +4 -0
- package/shared/picker-field/mixins/calendar-picker.d.ts +558 -0
- package/shared/{date-picker/locale.d.ts → picker-field/mixins/calendar-picker.locale.d.ts} +1 -3
- package/shared/picker-field/mixins/calendar-picker.template.d.ts +555 -0
- package/shared/picker-field/mixins/calendar-segments/calendarGrid.d.ts +17 -0
- package/shared/{date-picker/calendar → picker-field/mixins/calendar-segments}/monthPickerGrid.d.ts +3 -3
- package/{lib/time-picker → shared/picker-field/mixins}/inline-time-picker/columns.d.ts +1 -1
- package/{lib/time-picker → shared/picker-field/mixins}/inline-time-picker/inline-time-picker.d.ts +2 -2
- package/{lib/time-picker/time/picker.d.ts → shared/picker-field/mixins/inline-time-picker/picker-option.d.ts} +1 -1
- package/shared/picker-field/mixins/min-max-calendar-picker.d.ts +1110 -0
- package/shared/picker-field/mixins/single-date-picker.d.ts +1626 -0
- package/shared/picker-field/mixins/single-value-picker.d.ts +518 -0
- package/shared/picker-field/mixins/time-selection-picker.d.ts +1053 -0
- package/shared/picker-field/mixins/time-selection-picker.template.d.ts +1050 -0
- package/shared/picker-field/picker-field.d.ts +11 -0
- package/shared/picker-field/picker-field.form-associated.d.ts +11 -0
- package/shared/picker-field/picker-field.template.d.ts +7 -0
- package/shared/picker-field.template.cjs +315 -0
- package/shared/picker-field.template.js +310 -0
- package/shared/single-date-picker.cjs +46 -0
- package/shared/single-date-picker.js +44 -0
- package/shared/single-value-picker.cjs +77 -0
- package/shared/single-value-picker.js +75 -0
- package/shared/slider.template.cjs +3 -3
- package/shared/slider.template.js +3 -3
- package/shared/text-anchor.cjs +2 -1
- package/shared/text-anchor.js +2 -1
- package/shared/text-anchor.template.cjs +3 -5
- package/shared/text-anchor.template.js +3 -5
- package/shared/text-field.cjs +2 -555
- package/shared/text-field.js +2 -554
- package/shared/time-selection-picker.template.cjs +776 -0
- package/shared/time-selection-picker.template.js +767 -0
- package/shared/vivid-element.cjs +1 -1
- package/shared/vivid-element.js +1 -1
- package/side-drawer/index.cjs +1 -1
- package/side-drawer/index.js +1 -1
- package/slider/index.cjs +1 -1
- package/slider/index.js +1 -1
- package/split-button/index.cjs +1 -1
- package/split-button/index.js +1 -1
- package/styles/core/all.css +1 -1
- package/styles/core/theme.css +1 -1
- package/styles/core/typography.css +1 -1
- package/styles/tokens/theme-dark.css +4 -4
- package/styles/tokens/theme-light.css +4 -4
- package/styles/tokens/vivid-2-compat.css +1 -1
- package/switch/index.cjs +1 -1
- package/switch/index.js +1 -1
- package/tab/index.cjs +1 -1
- package/tab/index.js +1 -1
- package/tab-panel/index.cjs +1 -1
- package/tab-panel/index.js +1 -1
- package/tabs/index.cjs +1 -1
- package/tabs/index.js +1 -1
- package/tag/index.cjs +1 -1
- package/tag/index.js +1 -1
- package/tag-group/index.cjs +1 -1
- package/tag-group/index.js +1 -1
- package/text-anchor/index.cjs +1 -1
- package/text-anchor/index.js +1 -1
- package/text-area/index.cjs +1 -1
- package/text-area/index.js +1 -1
- package/text-field/index.cjs +1 -1
- package/text-field/index.js +1 -1
- package/time-picker/index.cjs +1 -1
- package/time-picker/index.js +1 -1
- package/toggletip/index.cjs +1 -1
- package/toggletip/index.js +1 -1
- package/tooltip/index.cjs +1 -1
- package/tooltip/index.js +1 -1
- package/tree-item/index.cjs +1 -1
- package/tree-item/index.js +1 -1
- package/tree-view/index.cjs +1 -1
- package/tree-view/index.js +1 -1
- package/video-player/index.cjs +1 -1
- package/video-player/index.js +1 -1
- package/vivid.api.json +286 -1144
- package/lib/time-picker/time-picker.form-associated.d.ts +0 -11
- package/shared/aria-global.cjs +0 -93
- package/shared/aria-global.js +0 -91
- package/shared/date-picker/calendar/calendarGrid.d.ts +0 -17
- package/shared/date-picker/calendar/presentationDate.d.ts +0 -4
- package/shared/date-picker/date-picker-base.d.ts +0 -21
- package/shared/date-picker/date-picker-base.form-associated.d.ts +0 -11
- package/shared/date-picker/date-picker-base.template.d.ts +0 -3
- package/shared/foundation/patterns/aria-global.d.ts +0 -21
- package/shared/foundation/patterns/index.d.ts +0 -1
- package/shared/text-field2.cjs +0 -5
- package/shared/text-field2.js +0 -3
- package/shared/trapped-focus.cjs +0 -35
- package/shared/trapped-focus.js +0 -33
- /package/shared/{date-picker/calendar → datetime}/dateRange.d.ts +0 -0
- /package/shared/{date-picker/calendar → datetime}/dateStr.d.ts +0 -0
- /package/shared/{date-picker/calendar → datetime}/month.d.ts +0 -0
- /package/{lib/time-picker/time → shared/datetime}/presentationTime.d.ts +0 -0
- /package/shared/{date-picker/calendar → datetime}/year.d.ts +0 -0
- /package/shared/{date-picker/calendar → picker-field/mixins/calendar-segments}/segment.d.ts +0 -0
- /package/{lib/time-picker → shared/picker-field/mixins}/inline-time-picker/definition.d.ts +0 -0
- /package/{lib/time-picker → shared/picker-field/mixins}/inline-time-picker/inline-time-picker.template.d.ts +0 -0
package/lib/menu/menu.d.ts
CHANGED
|
@@ -451,6 +451,452 @@ declare const Menu_base: {
|
|
|
451
451
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
452
452
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
453
453
|
};
|
|
454
|
+
} & {
|
|
455
|
+
new (...rest: any[]): {
|
|
456
|
+
accessKey: string;
|
|
457
|
+
readonly accessKeyLabel: string;
|
|
458
|
+
autocapitalize: string;
|
|
459
|
+
dir: string;
|
|
460
|
+
draggable: boolean;
|
|
461
|
+
hidden: boolean;
|
|
462
|
+
inert: boolean;
|
|
463
|
+
innerText: string;
|
|
464
|
+
lang: string;
|
|
465
|
+
readonly offsetHeight: number;
|
|
466
|
+
readonly offsetLeft: number;
|
|
467
|
+
readonly offsetParent: Element | null;
|
|
468
|
+
readonly offsetTop: number;
|
|
469
|
+
readonly offsetWidth: number;
|
|
470
|
+
outerText: string;
|
|
471
|
+
spellcheck: boolean;
|
|
472
|
+
title: string;
|
|
473
|
+
translate: boolean;
|
|
474
|
+
attachInternals(): ElementInternals;
|
|
475
|
+
click(): void;
|
|
476
|
+
addEventListener<K_17 extends keyof HTMLElementEventMap>(type: K_17, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_17]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
477
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
478
|
+
removeEventListener<K_18 extends keyof HTMLElementEventMap>(type: K_18, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_18]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
479
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
480
|
+
dropzone: import("dropzone");
|
|
481
|
+
readonly attributes: NamedNodeMap;
|
|
482
|
+
readonly classList: DOMTokenList;
|
|
483
|
+
className: string;
|
|
484
|
+
readonly clientHeight: number;
|
|
485
|
+
readonly clientLeft: number;
|
|
486
|
+
readonly clientTop: number;
|
|
487
|
+
readonly clientWidth: number;
|
|
488
|
+
id: string;
|
|
489
|
+
readonly localName: string;
|
|
490
|
+
readonly namespaceURI: string | null;
|
|
491
|
+
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
492
|
+
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
493
|
+
outerHTML: string;
|
|
494
|
+
readonly ownerDocument: Document;
|
|
495
|
+
readonly part: DOMTokenList;
|
|
496
|
+
readonly prefix: string | null;
|
|
497
|
+
readonly scrollHeight: number;
|
|
498
|
+
scrollLeft: number;
|
|
499
|
+
scrollTop: number;
|
|
500
|
+
readonly scrollWidth: number;
|
|
501
|
+
readonly shadowRoot: ShadowRoot | null;
|
|
502
|
+
slot: string;
|
|
503
|
+
readonly tagName: string;
|
|
504
|
+
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
505
|
+
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
506
|
+
closest<K_19 extends keyof HTMLElementTagNameMap>(selector: K_19): HTMLElementTagNameMap[K_19] | null;
|
|
507
|
+
closest<K_20 extends keyof SVGElementTagNameMap>(selector: K_20): SVGElementTagNameMap[K_20] | null;
|
|
508
|
+
closest<K_21 extends keyof MathMLElementTagNameMap>(selector: K_21): MathMLElementTagNameMap[K_21] | null;
|
|
509
|
+
closest<E_3 extends Element = Element>(selectors: string): E_3 | null;
|
|
510
|
+
getAttribute(qualifiedName: string): string | null;
|
|
511
|
+
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
512
|
+
getAttributeNames(): string[];
|
|
513
|
+
getAttributeNode(qualifiedName: string): Attr | null;
|
|
514
|
+
getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
|
|
515
|
+
getBoundingClientRect(): DOMRect;
|
|
516
|
+
getClientRects(): DOMRectList;
|
|
517
|
+
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
518
|
+
getElementsByTagName<K_22 extends keyof HTMLElementTagNameMap>(qualifiedName: K_22): HTMLCollectionOf<HTMLElementTagNameMap[K_22]>;
|
|
519
|
+
getElementsByTagName<K_23 extends keyof SVGElementTagNameMap>(qualifiedName: K_23): HTMLCollectionOf<SVGElementTagNameMap[K_23]>;
|
|
520
|
+
getElementsByTagName<K_24 extends keyof MathMLElementTagNameMap>(qualifiedName: K_24): HTMLCollectionOf<MathMLElementTagNameMap[K_24]>;
|
|
521
|
+
getElementsByTagName<K_25 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_25): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_25]>;
|
|
522
|
+
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
523
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
524
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
525
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
526
|
+
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
527
|
+
hasAttribute(qualifiedName: string): boolean;
|
|
528
|
+
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
529
|
+
hasAttributes(): boolean;
|
|
530
|
+
hasPointerCapture(pointerId: number): boolean;
|
|
531
|
+
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
532
|
+
insertAdjacentHTML(position: InsertPosition, text: string): void;
|
|
533
|
+
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
534
|
+
matches(selectors: string): boolean;
|
|
535
|
+
releasePointerCapture(pointerId: number): void;
|
|
536
|
+
removeAttribute(qualifiedName: string): void;
|
|
537
|
+
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
538
|
+
removeAttributeNode(attr: Attr): Attr;
|
|
539
|
+
requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
|
|
540
|
+
requestPointerLock(): void;
|
|
541
|
+
scroll(options?: ScrollToOptions | undefined): void;
|
|
542
|
+
scroll(x: number, y: number): void;
|
|
543
|
+
scrollBy(options?: ScrollToOptions | undefined): void;
|
|
544
|
+
scrollBy(x: number, y: number): void;
|
|
545
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
|
|
546
|
+
scrollTo(options?: ScrollToOptions | undefined): void;
|
|
547
|
+
scrollTo(x: number, y: number): void;
|
|
548
|
+
setAttribute(qualifiedName: string, value: string): void;
|
|
549
|
+
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
550
|
+
setAttributeNode(attr: Attr): Attr | null;
|
|
551
|
+
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
552
|
+
setPointerCapture(pointerId: number): void;
|
|
553
|
+
toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
|
|
554
|
+
webkitMatchesSelector(selectors: string): boolean;
|
|
555
|
+
readonly baseURI: string;
|
|
556
|
+
readonly childNodes: NodeListOf<ChildNode>;
|
|
557
|
+
readonly firstChild: ChildNode | null;
|
|
558
|
+
readonly isConnected: boolean;
|
|
559
|
+
readonly lastChild: ChildNode | null;
|
|
560
|
+
readonly nextSibling: ChildNode | null;
|
|
561
|
+
readonly nodeName: string;
|
|
562
|
+
readonly nodeType: number;
|
|
563
|
+
nodeValue: string | null;
|
|
564
|
+
readonly parentElement: HTMLElement | null;
|
|
565
|
+
readonly parentNode: ParentNode | null;
|
|
566
|
+
readonly previousSibling: ChildNode | null;
|
|
567
|
+
textContent: string | null;
|
|
568
|
+
appendChild<T extends Node>(node: T): T;
|
|
569
|
+
cloneNode(deep?: boolean | undefined): Node;
|
|
570
|
+
compareDocumentPosition(other: Node): number;
|
|
571
|
+
contains(other: Node | null): boolean;
|
|
572
|
+
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
573
|
+
hasChildNodes(): boolean;
|
|
574
|
+
insertBefore<T_4 extends Node>(node: T_4, child: Node | null): T_4;
|
|
575
|
+
isDefaultNamespace(namespace: string | null): boolean;
|
|
576
|
+
isEqualNode(otherNode: Node | null): boolean;
|
|
577
|
+
isSameNode(otherNode: Node | null): boolean;
|
|
578
|
+
lookupNamespaceURI(prefix: string | null): string | null;
|
|
579
|
+
lookupPrefix(namespace: string | null): string | null;
|
|
580
|
+
normalize(): void;
|
|
581
|
+
removeChild<T_2 extends Node>(child: T_2): T_2;
|
|
582
|
+
replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
|
|
583
|
+
readonly ELEMENT_NODE: 1;
|
|
584
|
+
readonly ATTRIBUTE_NODE: 2;
|
|
585
|
+
readonly TEXT_NODE: 3;
|
|
586
|
+
readonly CDATA_SECTION_NODE: 4;
|
|
587
|
+
readonly ENTITY_REFERENCE_NODE: 5;
|
|
588
|
+
readonly ENTITY_NODE: 6;
|
|
589
|
+
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
590
|
+
readonly COMMENT_NODE: 8;
|
|
591
|
+
readonly DOCUMENT_NODE: 9;
|
|
592
|
+
readonly DOCUMENT_TYPE_NODE: 10;
|
|
593
|
+
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
594
|
+
readonly NOTATION_NODE: 12;
|
|
595
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
596
|
+
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
597
|
+
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
598
|
+
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
599
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
600
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
601
|
+
pmViewDesc?: {
|
|
602
|
+
parent: any | undefined;
|
|
603
|
+
children: any[];
|
|
604
|
+
dom: Node;
|
|
605
|
+
contentDOM: HTMLElement | null;
|
|
606
|
+
dirty: number;
|
|
607
|
+
node: import("prosemirror-model").Node | null;
|
|
608
|
+
matchesWidget(widget: import("prosemirror-view").Decoration): boolean;
|
|
609
|
+
matchesMark(mark: import("prosemirror-model").Mark): boolean;
|
|
610
|
+
matchesNode(node: import("prosemirror-model").Node, outerDeco: readonly import("prosemirror-view").Decoration[], innerDeco: import("prosemirror-view").DecorationSource): boolean;
|
|
611
|
+
matchesHack(nodeName: string): boolean;
|
|
612
|
+
parseRule(): Omit<import("prosemirror-model").TagParseRule, "tag"> | null;
|
|
613
|
+
stopEvent(event: Event): boolean;
|
|
614
|
+
readonly size: number;
|
|
615
|
+
readonly border: number;
|
|
616
|
+
destroy(): void;
|
|
617
|
+
posBeforeChild(child: any): number;
|
|
618
|
+
readonly posBefore: number;
|
|
619
|
+
readonly posAtStart: number;
|
|
620
|
+
readonly posAfter: number;
|
|
621
|
+
readonly posAtEnd: number;
|
|
622
|
+
localPosFromDOM(dom: Node, offset: number, bias: number): number;
|
|
623
|
+
nearestDesc(dom: Node): any | undefined;
|
|
624
|
+
nearestDesc(dom: Node, onlyNodes: true): {
|
|
625
|
+
node: import("prosemirror-model").Node;
|
|
626
|
+
outerDeco: readonly import("prosemirror-view").Decoration[];
|
|
627
|
+
innerDeco: import("prosemirror-view").DecorationSource;
|
|
628
|
+
readonly nodeDOM: Node;
|
|
629
|
+
parseRule(): Omit<import("prosemirror-model").TagParseRule, "tag"> | null;
|
|
630
|
+
matchesNode(node: import("prosemirror-model").Node, outerDeco: readonly import("prosemirror-view").Decoration[], innerDeco: import("prosemirror-view").DecorationSource): boolean;
|
|
631
|
+
readonly size: number;
|
|
632
|
+
readonly border: 0 | 1;
|
|
633
|
+
updateChildren(view: import("prosemirror-view").EditorView, pos: number): void;
|
|
634
|
+
localCompositionInfo(view: import("prosemirror-view").EditorView, pos: number): {
|
|
635
|
+
node: Text;
|
|
636
|
+
pos: number;
|
|
637
|
+
text: string;
|
|
638
|
+
} | null;
|
|
639
|
+
protectLocalComposition(view: import("prosemirror-view").EditorView, { node, pos, text }: {
|
|
640
|
+
node: Text;
|
|
641
|
+
pos: number;
|
|
642
|
+
text: string;
|
|
643
|
+
}): void;
|
|
644
|
+
update(node: import("prosemirror-model").Node, outerDeco: readonly import("prosemirror-view").Decoration[], innerDeco: import("prosemirror-view").DecorationSource, view: import("prosemirror-view").EditorView): boolean;
|
|
645
|
+
updateInner(node: import("prosemirror-model").Node, outerDeco: readonly import("prosemirror-view").Decoration[], innerDeco: import("prosemirror-view").DecorationSource, view: import("prosemirror-view").EditorView): void;
|
|
646
|
+
updateOuterDeco(outerDeco: readonly import("prosemirror-view").Decoration[]): void;
|
|
647
|
+
selectNode(): void;
|
|
648
|
+
deselectNode(): void;
|
|
649
|
+
readonly domAtom: boolean;
|
|
650
|
+
parent: any | undefined;
|
|
651
|
+
children: any[];
|
|
652
|
+
dom: Node;
|
|
653
|
+
contentDOM: HTMLElement | null;
|
|
654
|
+
dirty: number;
|
|
655
|
+
matchesWidget(widget: import("prosemirror-view").Decoration): boolean;
|
|
656
|
+
matchesMark(mark: import("prosemirror-model").Mark): boolean;
|
|
657
|
+
matchesHack(nodeName: string): boolean;
|
|
658
|
+
stopEvent(event: Event): boolean;
|
|
659
|
+
destroy(): void;
|
|
660
|
+
posBeforeChild(child: any): number;
|
|
661
|
+
readonly posBefore: number;
|
|
662
|
+
readonly posAtStart: number;
|
|
663
|
+
readonly posAfter: number;
|
|
664
|
+
readonly posAtEnd: number;
|
|
665
|
+
localPosFromDOM(dom: Node, offset: number, bias: number): number;
|
|
666
|
+
nearestDesc(dom: Node): any | undefined;
|
|
667
|
+
nearestDesc(dom: Node, onlyNodes: true): any | undefined;
|
|
668
|
+
getDesc(dom: Node): any | undefined;
|
|
669
|
+
posFromDOM(dom: Node, offset: number, bias: number): number;
|
|
670
|
+
descAt(pos: number): any | undefined;
|
|
671
|
+
domFromPos(pos: number, side: number): {
|
|
672
|
+
node: Node;
|
|
673
|
+
offset: number;
|
|
674
|
+
atom?: number | undefined;
|
|
675
|
+
};
|
|
676
|
+
parseRange(from: number, to: number, base?: number | undefined): {
|
|
677
|
+
node: Node;
|
|
678
|
+
from: number;
|
|
679
|
+
to: number;
|
|
680
|
+
fromOffset: number;
|
|
681
|
+
toOffset: number;
|
|
682
|
+
};
|
|
683
|
+
emptyChildAt(side: number): boolean;
|
|
684
|
+
domAfterPos(pos: number): Node;
|
|
685
|
+
setSelection(anchor: number, head: number, view: import("prosemirror-view").EditorView, force?: boolean | undefined): void;
|
|
686
|
+
ignoreMutation(mutation: import("prosemirror-view").ViewMutationRecord): boolean;
|
|
687
|
+
readonly contentLost: boolean | null;
|
|
688
|
+
markDirty(from: number, to: number): void;
|
|
689
|
+
markParentsDirty(): void;
|
|
690
|
+
readonly ignoreForCoords: boolean;
|
|
691
|
+
isText(text: string): boolean;
|
|
692
|
+
} | undefined;
|
|
693
|
+
getDesc(dom: Node): any | undefined;
|
|
694
|
+
posFromDOM(dom: Node, offset: number, bias: number): number;
|
|
695
|
+
descAt(pos: number): any | undefined;
|
|
696
|
+
domFromPos(pos: number, side: number): {
|
|
697
|
+
node: Node;
|
|
698
|
+
offset: number;
|
|
699
|
+
atom?: number | undefined;
|
|
700
|
+
};
|
|
701
|
+
parseRange(from: number, to: number, base?: number | undefined): {
|
|
702
|
+
node: Node;
|
|
703
|
+
from: number;
|
|
704
|
+
to: number;
|
|
705
|
+
fromOffset: number;
|
|
706
|
+
toOffset: number;
|
|
707
|
+
};
|
|
708
|
+
emptyChildAt(side: number): boolean;
|
|
709
|
+
domAfterPos(pos: number): Node;
|
|
710
|
+
setSelection(anchor: number, head: number, view: import("prosemirror-view").EditorView, force?: boolean | undefined): void;
|
|
711
|
+
ignoreMutation(mutation: import("prosemirror-view").ViewMutationRecord): boolean;
|
|
712
|
+
readonly contentLost: boolean | null;
|
|
713
|
+
markDirty(from: number, to: number): void;
|
|
714
|
+
markParentsDirty(): void;
|
|
715
|
+
readonly domAtom: boolean;
|
|
716
|
+
readonly ignoreForCoords: boolean;
|
|
717
|
+
isText(text: string): boolean;
|
|
718
|
+
} | undefined;
|
|
719
|
+
dispatchEvent(event: Event): boolean;
|
|
720
|
+
ariaAtomic: string | null;
|
|
721
|
+
ariaAutoComplete: string | null;
|
|
722
|
+
ariaBusy: string | null;
|
|
723
|
+
ariaChecked: string | null;
|
|
724
|
+
ariaColCount: string | null;
|
|
725
|
+
ariaColIndex: string | null;
|
|
726
|
+
ariaColSpan: string | null;
|
|
727
|
+
ariaCurrent: string | null;
|
|
728
|
+
ariaDisabled: string | null;
|
|
729
|
+
ariaExpanded: string | null;
|
|
730
|
+
ariaHasPopup: string | null;
|
|
731
|
+
ariaHidden: string | null;
|
|
732
|
+
ariaInvalid: string | null;
|
|
733
|
+
ariaKeyShortcuts: string | null;
|
|
734
|
+
ariaLabel: string | null;
|
|
735
|
+
ariaLevel: string | null;
|
|
736
|
+
ariaLive: string | null;
|
|
737
|
+
ariaModal: string | null;
|
|
738
|
+
ariaMultiLine: string | null;
|
|
739
|
+
ariaMultiSelectable: string | null;
|
|
740
|
+
ariaOrientation: string | null;
|
|
741
|
+
ariaPlaceholder: string | null;
|
|
742
|
+
ariaPosInSet: string | null;
|
|
743
|
+
ariaPressed: string | null;
|
|
744
|
+
ariaReadOnly: string | null;
|
|
745
|
+
ariaRequired: string | null;
|
|
746
|
+
ariaRoleDescription: string | null;
|
|
747
|
+
ariaRowCount: string | null;
|
|
748
|
+
ariaRowIndex: string | null;
|
|
749
|
+
ariaRowSpan: string | null;
|
|
750
|
+
ariaSelected: string | null;
|
|
751
|
+
ariaSetSize: string | null;
|
|
752
|
+
ariaSort: string | null;
|
|
753
|
+
ariaValueMax: string | null;
|
|
754
|
+
ariaValueMin: string | null;
|
|
755
|
+
ariaValueNow: string | null;
|
|
756
|
+
ariaValueText: string | null;
|
|
757
|
+
role: string | null;
|
|
758
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
|
|
759
|
+
getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
|
|
760
|
+
after(...nodes: (string | Node)[]): void;
|
|
761
|
+
before(...nodes: (string | Node)[]): void;
|
|
762
|
+
remove(): void;
|
|
763
|
+
replaceWith(...nodes: (string | Node)[]): void;
|
|
764
|
+
innerHTML: string;
|
|
765
|
+
readonly nextElementSibling: Element | null;
|
|
766
|
+
readonly previousElementSibling: Element | null;
|
|
767
|
+
readonly childElementCount: number;
|
|
768
|
+
readonly children: HTMLCollection;
|
|
769
|
+
readonly firstElementChild: Element | null;
|
|
770
|
+
readonly lastElementChild: Element | null;
|
|
771
|
+
append(...nodes: (string | Node)[]): void;
|
|
772
|
+
prepend(...nodes: (string | Node)[]): void;
|
|
773
|
+
querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
|
|
774
|
+
querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
|
|
775
|
+
querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
|
|
776
|
+
querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
|
|
777
|
+
querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
|
|
778
|
+
querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
|
|
779
|
+
querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
|
|
780
|
+
querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
|
|
781
|
+
querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
|
|
782
|
+
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
783
|
+
replaceChildren(...nodes: (string | Node)[]): void;
|
|
784
|
+
readonly assignedSlot: HTMLSlotElement | null;
|
|
785
|
+
readonly style: CSSStyleDeclaration;
|
|
786
|
+
contentEditable: string;
|
|
787
|
+
enterKeyHint: string;
|
|
788
|
+
inputMode: string;
|
|
789
|
+
readonly isContentEditable: boolean;
|
|
790
|
+
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
791
|
+
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
792
|
+
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
793
|
+
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
794
|
+
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
795
|
+
onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
796
|
+
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
797
|
+
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
798
|
+
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
799
|
+
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
800
|
+
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
801
|
+
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
802
|
+
onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
803
|
+
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
804
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
805
|
+
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
806
|
+
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
807
|
+
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
808
|
+
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
809
|
+
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
810
|
+
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
811
|
+
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
812
|
+
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
813
|
+
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
814
|
+
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
815
|
+
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
816
|
+
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
817
|
+
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
818
|
+
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
819
|
+
onerror: OnErrorEventHandler;
|
|
820
|
+
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
821
|
+
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
822
|
+
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
823
|
+
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
824
|
+
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
825
|
+
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
826
|
+
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
827
|
+
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
828
|
+
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
829
|
+
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
830
|
+
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
831
|
+
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
832
|
+
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
833
|
+
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
834
|
+
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
835
|
+
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
836
|
+
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
837
|
+
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
838
|
+
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
839
|
+
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
840
|
+
onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
841
|
+
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
842
|
+
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
843
|
+
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
844
|
+
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
845
|
+
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
846
|
+
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
847
|
+
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
848
|
+
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
849
|
+
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
850
|
+
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
851
|
+
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
852
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
|
|
853
|
+
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
854
|
+
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
855
|
+
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
856
|
+
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
857
|
+
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
858
|
+
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
859
|
+
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
860
|
+
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
861
|
+
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
862
|
+
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
863
|
+
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
864
|
+
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
865
|
+
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
866
|
+
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
867
|
+
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
868
|
+
ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
869
|
+
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
870
|
+
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
871
|
+
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
872
|
+
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
873
|
+
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
874
|
+
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
875
|
+
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
876
|
+
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
877
|
+
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
878
|
+
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
879
|
+
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
880
|
+
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
881
|
+
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
882
|
+
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
883
|
+
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
884
|
+
autofocus: boolean;
|
|
885
|
+
readonly dataset: DOMStringMap;
|
|
886
|
+
nonce?: string | undefined;
|
|
887
|
+
tabIndex: number;
|
|
888
|
+
blur(): void;
|
|
889
|
+
focus(options?: FocusOptions | undefined): void;
|
|
890
|
+
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
891
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
892
|
+
connectedCallback(): void;
|
|
893
|
+
disconnectedCallback(): void;
|
|
894
|
+
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
895
|
+
ariaColIndexText: string | null;
|
|
896
|
+
ariaDescription: string | null;
|
|
897
|
+
ariaRowIndexText: string | null;
|
|
898
|
+
ariaRelevant: string | null;
|
|
899
|
+
};
|
|
454
900
|
} & typeof VividElement;
|
|
455
901
|
export declare class Menu extends Menu_base {
|
|
456
902
|
#private;
|
|
@@ -468,7 +914,6 @@ export declare class Menu extends Menu_base {
|
|
|
468
914
|
private isMenuItemElement;
|
|
469
915
|
private isFocusableElement;
|
|
470
916
|
private setFocus;
|
|
471
|
-
ariaLabel: string | null;
|
|
472
917
|
placement?: Placement;
|
|
473
918
|
trigger?: 'auto' | 'legacy' | 'off';
|
|
474
919
|
autoDismiss: boolean;
|