@vonage/vivid 5.5.0 → 5.7.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/LICENSE.md +201 -0
- package/accordion/definition.cjs +5 -0
- package/accordion/definition.js +5 -0
- package/accordion/index.cjs +1 -1
- package/accordion/index.js +14 -3
- package/accordion-item/definition.cjs +1 -1
- package/accordion-item/definition.js +1 -1
- package/alert/definition.cjs +4 -12
- package/alert/definition.js +5 -13
- package/alert/index.cjs +11 -11
- package/alert/index.js +33 -37
- package/audio-player/definition.cjs +4 -0
- package/audio-player/definition.js +4 -0
- package/audio-player/index.cjs +1 -1
- package/audio-player/index.js +8 -2
- package/avatar/definition.cjs +1 -1
- package/avatar/definition.js +1 -1
- package/avatar/index.cjs +1 -1
- package/avatar/index.js +4 -4
- package/banner/definition.cjs +2 -4
- package/banner/definition.js +2 -4
- package/banner/index.cjs +2 -2
- package/banner/index.js +1 -1
- package/breadcrumb/definition.cjs +1 -0
- package/breadcrumb/definition.js +1 -0
- package/breadcrumb/index.cjs +1 -1
- package/breadcrumb/index.js +1 -0
- package/breadcrumb-item/definition.cjs +1 -1
- package/breadcrumb-item/definition.js +1 -1
- package/breadcrumb-item/index.cjs +4 -4
- package/breadcrumb-item/index.js +4 -4
- package/bundled/affix.js +1 -1
- package/bundled/anchored.cjs +1 -1
- package/bundled/anchored.js +6 -6
- package/bundled/attribute-binding-behaviour.cjs +1 -1
- package/bundled/attribute-binding-behaviour.js +3 -1
- package/bundled/base-color-picker.cjs +1 -1
- package/bundled/base-color-picker.js +9 -3
- package/bundled/base-progress.cjs +1 -1
- package/bundled/base-progress.js +3 -0
- package/bundled/button.cjs +1 -1
- package/bundled/button.js +14 -10
- package/bundled/calendar-picker.template.cjs +1 -1
- package/bundled/calendar-picker.template.js +3 -1
- package/bundled/definition.cjs +1 -1
- package/bundled/definition.js +21 -21
- package/bundled/definition10.cjs +7 -7
- package/bundled/definition10.js +27 -17
- package/bundled/definition11.cjs +2 -2
- package/bundled/definition11.js +5 -5
- package/bundled/definition12.cjs +3 -3
- package/bundled/definition12.js +2 -1
- package/bundled/definition13.cjs +1 -1
- package/bundled/definition13.js +1 -1
- package/bundled/definition17.cjs +1 -1
- package/bundled/definition17.js +4 -1
- package/bundled/definition18.cjs +1 -1
- package/bundled/definition18.js +18 -7
- package/bundled/definition19.cjs +6 -6
- package/bundled/definition19.js +103 -68
- package/bundled/definition2.cjs +8 -9
- package/bundled/definition2.js +67 -75
- package/bundled/definition20.cjs +1 -1
- package/bundled/definition20.js +4 -4
- package/bundled/definition22.cjs +1 -1
- package/bundled/definition22.js +2 -1
- package/bundled/definition3.cjs +2 -2
- package/bundled/definition3.js +2 -1
- package/bundled/definition5.cjs +1 -1
- package/bundled/definition5.js +10 -4
- package/bundled/definition6.cjs +2 -2
- package/bundled/definition6.js +2 -1
- package/bundled/definition7.cjs +1 -1
- package/bundled/definition7.js +8 -5
- package/bundled/definition8.cjs +1 -1
- package/bundled/definition8.js +6 -5
- package/bundled/definition9.cjs +6 -6
- package/bundled/definition9.js +545 -488
- package/bundled/delegates-aria.cjs +1 -1
- package/bundled/delegates-aria.js +3 -1
- package/bundled/form-associated.cjs +1 -1
- package/bundled/form-associated.js +11 -3
- package/bundled/host-semantics.js +4 -4
- package/bundled/listbox.cjs +1 -1
- package/bundled/listbox.js +21 -3
- package/bundled/localized.cjs +1 -1
- package/bundled/localized.js +137 -67
- package/bundled/mixins.cjs +4 -4
- package/bundled/mixins.js +10 -7
- package/bundled/picker-field.template.cjs +1 -1
- package/bundled/picker-field.template.js +1 -0
- package/bundled/scrollIntoView.cjs +1 -1
- package/bundled/scrollIntoView.js +4 -1
- package/bundled/text-field.cjs +1 -1
- package/bundled/text-field.js +1 -1
- package/bundled/time-selection-picker.template.cjs +11 -11
- package/bundled/time-selection-picker.template.js +4 -1
- package/bundled/vivid-element.cjs +4 -4
- package/bundled/vivid-element.js +529 -492
- package/calendar/definition.cjs +2 -0
- package/calendar/definition.js +2 -0
- package/calendar/index.cjs +1 -1
- package/calendar/index.js +2 -0
- package/calendar-event/definition.cjs +1 -1
- package/calendar-event/definition.js +1 -1
- package/calendar-event/index.cjs +2 -2
- package/calendar-event/index.js +5 -5
- package/card/definition.cjs +1 -1
- package/card/definition.js +1 -1
- package/card/index.cjs +1 -1
- package/card/index.js +1 -1
- package/checkbox/definition.cjs +2 -1
- package/checkbox/definition.js +2 -1
- package/color-picker/definition.cjs +6 -1
- package/color-picker/definition.js +6 -1
- package/color-picker/index.cjs +1 -1
- package/color-picker/index.js +6 -1
- package/combobox/definition.cjs +17 -6
- package/combobox/definition.js +17 -6
- package/combobox/index.cjs +14 -9
- package/combobox/index.js +48 -36
- package/contextual-help/definition.cjs +1 -1
- package/contextual-help/definition.js +1 -1
- package/custom-elements.json +6985 -542
- package/data-grid/definition.cjs +106 -8
- package/data-grid/definition.js +106 -8
- package/data-grid/index.cjs +52 -38
- package/data-grid/index.js +313 -242
- package/date-range-picker/definition.cjs +2 -0
- package/date-range-picker/definition.js +2 -0
- package/date-range-picker/index.cjs +1 -1
- package/date-range-picker/index.js +5 -1
- package/dial-pad/definition.cjs +10 -1
- package/dial-pad/definition.js +10 -1
- package/dial-pad/index.cjs +2 -2
- package/dial-pad/index.js +37 -13
- package/dialog/definition.cjs +2 -1
- package/dialog/definition.js +2 -1
- package/dialog/index.cjs +1 -1
- package/dialog/index.js +2 -1
- package/fab/definition.cjs +2 -1
- package/fab/definition.js +2 -1
- package/fab/index.cjs +1 -1
- package/fab/index.js +6 -5
- package/file-picker/definition.cjs +7 -2
- package/file-picker/definition.js +7 -2
- package/file-picker/index.cjs +6 -6
- package/file-picker/index.js +82 -73
- package/icon/definition.cjs +12 -21
- package/icon/definition.js +13 -22
- package/index.cjs +21 -0
- package/index.js +1 -1
- package/lib/data-grid/locale.d.ts +5 -0
- package/lib/date-picker/date-picker.d.ts +38 -38
- package/lib/date-range-picker/date-range-picker.d.ts +20 -20
- package/lib/date-time-picker/date-time-picker.d.ts +40 -40
- package/lib/icon/icon.d.ts +0 -1
- package/lib/menu/menu.d.ts +4 -4
- package/lib/rich-text-editor/definition.d.ts +3 -2
- package/lib/rich-text-editor/locale.d.ts +29 -3
- package/lib/rich-text-editor/popover.d.ts +19 -0
- package/lib/rich-text-editor/rich-text-editor.d.ts +16 -45
- package/lib/rich-text-editor/rich-text-editor.template.d.ts +2 -2
- package/lib/rich-text-editor/rte/config.d.ts +18 -0
- package/lib/rich-text-editor/rte/document.d.ts +28 -0
- package/lib/rich-text-editor/rte/exports.d.ts +23 -0
- package/lib/rich-text-editor/rte/feature.d.ts +46 -0
- package/lib/rich-text-editor/rte/features/internal/basic-text-blocks.d.ts +33 -0
- package/lib/rich-text-editor/rte/features/internal/foreign-html.d.ts +11 -0
- package/lib/rich-text-editor/rte/features/internal/history.d.ts +10 -0
- package/lib/rich-text-editor/rte/features/internal/text-style.d.ts +18 -0
- package/lib/rich-text-editor/rte/html-parser.d.ts +24 -0
- package/lib/rich-text-editor/rte/html-serializer.d.ts +30 -0
- package/lib/rich-text-editor/rte/instance.d.ts +57 -0
- package/lib/rich-text-editor/rte/utils/default-textblock.d.ts +2 -0
- package/lib/rich-text-editor/rte/utils/impl.d.ts +1 -0
- package/lib/rich-text-editor/rte/utils/textblock-attrs.d.ts +29 -0
- package/lib/rich-text-editor/rte/utils/textblock-marks.d.ts +10 -0
- package/lib/rich-text-editor/rte/utils/ui.d.ts +109 -0
- package/lib/simple-color-picker/simple-color-picker.d.ts +4 -4
- package/lib/text-area/text-area.d.ts +1 -1
- package/lib/text-field/text-field.d.ts +1 -1
- package/lib/time-picker/time-picker.d.ts +20 -20
- package/lib/toggletip/toggletip.d.ts +4 -4
- package/lib/tooltip/tooltip.d.ts +4 -4
- package/locales/de-DE.cjs +42 -4
- package/locales/de-DE.js +42 -4
- package/locales/en-GB.cjs +43 -5
- package/locales/en-GB.js +43 -5
- package/locales/en-US.cjs +43 -5
- package/locales/en-US.js +43 -5
- package/locales/ja-JP.cjs +43 -5
- package/locales/ja-JP.js +43 -5
- package/locales/zh-CN.cjs +43 -5
- package/locales/zh-CN.js +43 -5
- package/menu/definition.cjs +2 -1
- package/menu/definition.js +2 -1
- package/nav-disclosure/definition.cjs +1 -1
- package/nav-disclosure/definition.js +1 -1
- package/nav-disclosure/index.cjs +1 -1
- package/nav-disclosure/index.js +1 -1
- package/nav-item/definition.cjs +1 -1
- package/nav-item/definition.js +1 -1
- package/nav-item/index.cjs +1 -1
- package/nav-item/index.js +5 -5
- package/number-field/definition.cjs +5 -3
- package/number-field/definition.js +5 -3
- package/number-field/index.cjs +5 -3
- package/number-field/index.js +34 -32
- package/package.json +76 -62
- package/pagination/definition.cjs +2 -0
- package/pagination/definition.js +2 -0
- package/pagination/index.cjs +1 -1
- package/pagination/index.js +2 -0
- package/radio/definition.cjs +5 -1
- package/radio/definition.js +5 -1
- package/range-slider/definition.cjs +3 -2
- package/range-slider/definition.js +3 -2
- package/range-slider/index.cjs +1 -1
- package/range-slider/index.js +4 -2
- package/rich-text-editor/definition.cjs +17942 -1074
- package/rich-text-editor/definition.js +17926 -1079
- package/rich-text-editor/index.cjs +29 -130
- package/rich-text-editor/index.js +5565 -2474
- package/searchable-select/definition.cjs +7 -3
- package/searchable-select/definition.js +7 -3
- package/searchable-select/index.cjs +5 -5
- package/searchable-select/index.js +11 -7
- package/select/definition.cjs +17 -2
- package/select/definition.js +17 -2
- package/selectable-box/definition.cjs +1 -1
- package/selectable-box/definition.js +1 -1
- package/selectable-box/index.cjs +3 -3
- package/selectable-box/index.js +1 -1
- package/shared/patterns/anchored.d.ts +8 -8
- package/shared/patterns/char-count/char-count.d.ts +1 -1
- package/shared/patterns/localized.d.ts +386 -0
- package/shared/picker-field/mixins/calendar-picker.d.ts +10 -10
- package/shared/picker-field/mixins/calendar-picker.template.d.ts +10 -10
- package/shared/picker-field/mixins/min-max-calendar-picker.d.ts +20 -20
- package/shared/picker-field/mixins/single-date-picker.d.ts +28 -28
- package/shared/picker-field/mixins/single-value-picker.d.ts +8 -8
- package/shared/picker-field/mixins/time-selection-picker.d.ts +20 -20
- package/shared/picker-field/mixins/time-selection-picker.template.d.ts +20 -20
- package/shared/utils/promise.d.ts +7 -0
- package/simple-color-picker/definition.cjs +4 -1
- package/simple-color-picker/definition.js +4 -1
- package/simple-color-picker/index.cjs +3 -3
- package/simple-color-picker/index.js +4 -1
- package/slider/definition.cjs +8 -2
- package/slider/definition.js +8 -2
- package/split-button/definition.cjs +1 -1
- package/split-button/definition.js +1 -1
- package/split-button/index.cjs +1 -1
- package/split-button/index.js +1 -1
- package/styles/core/all.css +5 -1
- package/styles/core/theme.css +5 -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/definition.cjs +2 -1
- package/switch/definition.js +2 -1
- package/switch/index.cjs +2 -2
- package/switch/index.js +11 -10
- package/tab/definition.cjs +1 -1
- package/tab/definition.js +1 -1
- package/tabs/definition.cjs +2 -0
- package/tabs/definition.js +2 -0
- package/tabs/index.cjs +1 -1
- package/tabs/index.js +2 -0
- package/tag/definition.cjs +1 -1
- package/tag/definition.js +1 -1
- package/tag/index.cjs +1 -1
- package/tag/index.js +1 -1
- package/text-area/definition.cjs +13 -7
- package/text-area/definition.js +13 -7
- package/text-area/index.cjs +6 -6
- package/text-area/index.js +20 -14
- package/text-field/definition.cjs +16 -6
- package/text-field/definition.js +16 -6
- package/toggletip/definition.cjs +5 -1
- package/toggletip/definition.js +5 -1
- package/tooltip/definition.cjs +4 -1
- package/tooltip/definition.js +4 -1
- package/tree-view/definition.cjs +28 -6
- package/tree-view/definition.js +28 -6
- package/tree-view/index.cjs +1 -1
- package/tree-view/index.js +28 -6
- package/unbundled/_commonjsHelpers.cjs +0 -26
- package/unbundled/_commonjsHelpers.js +1 -26
- package/unbundled/attribute-binding-behaviour.cjs +1 -0
- package/unbundled/attribute-binding-behaviour.js +1 -0
- package/unbundled/base-color-picker.cjs +9 -3
- package/unbundled/base-color-picker.js +9 -3
- package/unbundled/base-progress.cjs +3 -0
- package/unbundled/base-progress.js +3 -0
- package/unbundled/button.cjs +14 -10
- package/unbundled/button.js +14 -10
- package/unbundled/calendar-picker.template.cjs +3 -1
- package/unbundled/calendar-picker.template.js +3 -1
- package/unbundled/definition.cjs +2 -1
- package/unbundled/definition.js +2 -1
- package/unbundled/definition2.cjs +5 -2
- package/unbundled/definition2.js +5 -2
- package/unbundled/definition3.cjs +2 -1
- package/unbundled/definition3.js +2 -1
- package/unbundled/definition4.cjs +2 -1
- package/unbundled/definition4.js +2 -1
- package/unbundled/definition5.cjs +3 -2
- package/unbundled/definition5.js +4 -3
- package/unbundled/delegates-aria.cjs +1 -0
- package/unbundled/delegates-aria.js +1 -0
- package/unbundled/form-associated.cjs +4 -0
- package/unbundled/form-associated.js +4 -0
- package/unbundled/listbox.cjs +16 -1
- package/unbundled/listbox.js +16 -1
- package/unbundled/localized.cjs +36 -0
- package/unbundled/localized.js +37 -2
- package/unbundled/mixins.cjs +2 -0
- package/unbundled/mixins.js +2 -0
- package/unbundled/picker-field.template.cjs +1 -0
- package/unbundled/picker-field.template.js +1 -0
- package/unbundled/scrollIntoView.cjs +1 -0
- package/unbundled/scrollIntoView.js +1 -0
- package/unbundled/text-field.cjs +1 -1
- package/unbundled/text-field.js +1 -1
- package/unbundled/time-selection-picker.template.cjs +4 -1
- package/unbundled/time-selection-picker.template.js +4 -1
- package/unbundled/vivid-element.cjs +1 -1
- package/unbundled/vivid-element.js +1 -1
- package/video-player/definition.cjs +54 -44
- package/video-player/definition.js +51 -41
- package/video-player/index.cjs +28 -28
- package/video-player/index.js +1449 -1443
- package/vivid.api.json +6463 -6099
- package/lib/rich-text-editor/facades/prose-mirror-vivid.schema.d.ts +0 -4
- package/lib/rich-text-editor/facades/vivid-prose-mirror.facade.d.ts +0 -18
- package/lib/rich-text-editor/image-placeholder/definition.d.ts +0 -2
- package/lib/rich-text-editor/image-placeholder/image-placeholder.d.ts +0 -7
- package/lib/rich-text-editor/image-placeholder/image-placeholder.template.d.ts +0 -4
- package/lib/rich-text-editor/menubar/consts.d.ts +0 -18
- package/lib/rich-text-editor/menubar/definition.d.ts +0 -2
- package/lib/rich-text-editor/menubar/menubar.d.ts +0 -386
- package/lib/rich-text-editor/menubar/menubar.template.d.ts +0 -4
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { type ExpressionNotifier } from '@microsoft/fast-element';
|
|
1
2
|
import { VividElement } from '../foundation/vivid-element/vivid-element';
|
|
2
3
|
import type { Constructor } from '../utils/mixins';
|
|
3
4
|
import type { Locale } from '../localization/Locale';
|
|
@@ -379,3 +380,388 @@ export declare const Localized: <T extends Constructor<VividElement>>(Base: T) =
|
|
|
379
380
|
}): void;
|
|
380
381
|
};
|
|
381
382
|
} & T;
|
|
383
|
+
export declare const WithObservableLocale: <T extends Constructor<VividElement>>(Base: T) => {
|
|
384
|
+
new (...args: any[]): {
|
|
385
|
+
localeChanged(): void;
|
|
386
|
+
connectedCallback(): void;
|
|
387
|
+
disconnectedCallback(): void;
|
|
388
|
+
"__#5@#localeChangeHandler": {
|
|
389
|
+
handleChange: () => void;
|
|
390
|
+
};
|
|
391
|
+
"__#5@#localeChangeObserver": ExpressionNotifier;
|
|
392
|
+
"__#5@#startObservingLocaleChanges"(): void;
|
|
393
|
+
"__#5@#stopObservingLocaleChanges"(): void;
|
|
394
|
+
readonly locale: Locale;
|
|
395
|
+
_vividAriaBehaviour: import("../aria/aria-mixin").VividAriaBehaviour;
|
|
396
|
+
readonly $fastController: import("@microsoft/fast-element").ElementController<HTMLElement>;
|
|
397
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
398
|
+
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
399
|
+
accessKey: string;
|
|
400
|
+
readonly accessKeyLabel: string;
|
|
401
|
+
autocapitalize: string;
|
|
402
|
+
dir: string;
|
|
403
|
+
draggable: boolean;
|
|
404
|
+
hidden: boolean;
|
|
405
|
+
inert: boolean;
|
|
406
|
+
innerText: string;
|
|
407
|
+
lang: string;
|
|
408
|
+
readonly offsetHeight: number;
|
|
409
|
+
readonly offsetLeft: number;
|
|
410
|
+
readonly offsetParent: Element | null;
|
|
411
|
+
readonly offsetTop: number;
|
|
412
|
+
readonly offsetWidth: number;
|
|
413
|
+
outerText: string;
|
|
414
|
+
spellcheck: boolean;
|
|
415
|
+
title: string;
|
|
416
|
+
translate: boolean;
|
|
417
|
+
attachInternals(): ElementInternals;
|
|
418
|
+
click(): void;
|
|
419
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
420
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
421
|
+
removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
422
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
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_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2] | null;
|
|
449
|
+
closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3] | null;
|
|
450
|
+
closest<K_4 extends keyof MathMLElementTagNameMap>(selector: K_4): MathMLElementTagNameMap[K_4] | null;
|
|
451
|
+
closest<E extends Element = Element>(selectors: string): E | 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_5 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<HTMLElementTagNameMap[K_5]>;
|
|
461
|
+
getElementsByTagName<K_6 extends keyof SVGElementTagNameMap>(qualifiedName: K_6): HTMLCollectionOf<SVGElementTagNameMap[K_6]>;
|
|
462
|
+
getElementsByTagName<K_7 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7): HTMLCollectionOf<MathMLElementTagNameMap[K_7]>;
|
|
463
|
+
getElementsByTagName<K_8 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8]>;
|
|
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_1 extends Node>(node: T_1): T_1;
|
|
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_2 extends Node>(node: T_2, child: Node | null): T_2;
|
|
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_3 extends Node>(child: T_3): T_3;
|
|
524
|
+
replaceChild<T_4 extends Node>(node: Node, child: T_4): T_4;
|
|
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;
|
|
760
|
+
"__#1@#handleReplacedProp"(replacedProp: {
|
|
761
|
+
newPropertyName: string;
|
|
762
|
+
deprecatedPropertyName: string;
|
|
763
|
+
fromDeprecated: (v: any) => any;
|
|
764
|
+
toDeprecated?: ((v: any) => any) | undefined;
|
|
765
|
+
}): void;
|
|
766
|
+
};
|
|
767
|
+
} & T;
|
|
@@ -11,8 +11,8 @@ export declare const CalendarPicker: <T extends AbstractConstructor<PickerField>
|
|
|
11
11
|
readonly _resolvedMinDate: string;
|
|
12
12
|
readonly _resolvedMaxDate: string;
|
|
13
13
|
_isDateInValidRange(date: DateStr): boolean;
|
|
14
|
-
"__#
|
|
15
|
-
"__#
|
|
14
|
+
"__#23@#isMonthAfterValidRange"(month: Month): boolean | "";
|
|
15
|
+
"__#23@#isMonthBeforeValidRange"(month: Month): boolean | "";
|
|
16
16
|
_isMonthInValidRange(month: Month): boolean;
|
|
17
17
|
_closePopup(restoreFocusToTextField?: boolean): void;
|
|
18
18
|
_onPickerButtonClick(): void;
|
|
@@ -55,20 +55,20 @@ export declare const CalendarPicker: <T extends AbstractConstructor<PickerField>
|
|
|
55
55
|
_pickerButtonEl: import("../../..").VwcButtonElement;
|
|
56
56
|
connectedCallback(): void;
|
|
57
57
|
disconnectedCallback(): void;
|
|
58
|
-
"__#
|
|
59
|
-
"__#
|
|
58
|
+
"__#22@#onFocusIn": () => void;
|
|
59
|
+
"__#22@#onFocusOut": () => void;
|
|
60
60
|
proxy: HTMLInputElement;
|
|
61
61
|
validate(): void;
|
|
62
62
|
_getCustomValidationError(): string | null;
|
|
63
|
-
"__#
|
|
63
|
+
"__#22@#localeChangeHandler": {
|
|
64
64
|
handleChange: () => void;
|
|
65
65
|
};
|
|
66
|
-
"__#
|
|
67
|
-
"__#
|
|
68
|
-
"__#
|
|
66
|
+
"__#22@#localeChangeObserver": import("@microsoft/fast-element").ExpressionNotifier<any, any, any>;
|
|
67
|
+
"__#22@#startObservingLocaleChanges"(): void;
|
|
68
|
+
"__#22@#stopObservingLocaleChanges"(): void;
|
|
69
69
|
_popupOpen: boolean;
|
|
70
|
-
"__#
|
|
71
|
-
"__#
|
|
70
|
+
"__#22@#dismissOnClickOutside": (event: MouseEvent) => void;
|
|
71
|
+
"__#22@#openPopupIfPossible"(): void;
|
|
72
72
|
_onBaseKeyDown(event: KeyboardEvent): boolean;
|
|
73
73
|
_focusableElsWithinDialog(): NodeListOf<HTMLElement>;
|
|
74
74
|
readonly _dialogLabel: string;
|
|
@@ -9,8 +9,8 @@ export declare const CalendarPickerTemplate: (context: VividElementDefinitionCon
|
|
|
9
9
|
readonly _resolvedMinDate: string;
|
|
10
10
|
readonly _resolvedMaxDate: string;
|
|
11
11
|
_isDateInValidRange(date: string): boolean;
|
|
12
|
-
"__#
|
|
13
|
-
"__#
|
|
12
|
+
"__#23@#isMonthAfterValidRange"(month: import("../../datetime/month").Month): boolean | "";
|
|
13
|
+
"__#23@#isMonthBeforeValidRange"(month: import("../../datetime/month").Month): boolean | "";
|
|
14
14
|
_isMonthInValidRange(month: import("../../datetime/month").Month): boolean;
|
|
15
15
|
_closePopup(restoreFocusToTextField?: boolean): void;
|
|
16
16
|
_onPickerButtonClick(): void;
|
|
@@ -53,20 +53,20 @@ export declare const CalendarPickerTemplate: (context: VividElementDefinitionCon
|
|
|
53
53
|
_pickerButtonEl: Button;
|
|
54
54
|
connectedCallback(): void;
|
|
55
55
|
disconnectedCallback(): void;
|
|
56
|
-
"__#
|
|
57
|
-
"__#
|
|
56
|
+
"__#22@#onFocusIn": () => void;
|
|
57
|
+
"__#22@#onFocusOut": () => void;
|
|
58
58
|
proxy: HTMLInputElement;
|
|
59
59
|
validate(): void;
|
|
60
60
|
_getCustomValidationError(): string | null;
|
|
61
|
-
"__#
|
|
61
|
+
"__#22@#localeChangeHandler": {
|
|
62
62
|
handleChange: () => void;
|
|
63
63
|
};
|
|
64
|
-
"__#
|
|
65
|
-
"__#
|
|
66
|
-
"__#
|
|
64
|
+
"__#22@#localeChangeObserver": import("@microsoft/fast-element").ExpressionNotifier<any, any, any>;
|
|
65
|
+
"__#22@#startObservingLocaleChanges"(): void;
|
|
66
|
+
"__#22@#stopObservingLocaleChanges"(): void;
|
|
67
67
|
_popupOpen: boolean;
|
|
68
|
-
"__#
|
|
69
|
-
"__#
|
|
68
|
+
"__#22@#dismissOnClickOutside": (event: MouseEvent) => void;
|
|
69
|
+
"__#22@#openPopupIfPossible"(): void;
|
|
70
70
|
_onBaseKeyDown(event: KeyboardEvent): boolean;
|
|
71
71
|
_focusableElsWithinDialog(): NodeListOf<HTMLElement>;
|
|
72
72
|
readonly _dialogLabel: string;
|
|
@@ -9,8 +9,8 @@ export declare const MinMaxCalendarPicker: <T_5 extends AbstractConstructor<{
|
|
|
9
9
|
readonly _resolvedMinDate: string;
|
|
10
10
|
readonly _resolvedMaxDate: string;
|
|
11
11
|
_isDateInValidRange(date: string): boolean;
|
|
12
|
-
"__#
|
|
13
|
-
"__#
|
|
12
|
+
"__#23@#isMonthAfterValidRange"(month: import("../../datetime/month").Month): boolean | "";
|
|
13
|
+
"__#23@#isMonthBeforeValidRange"(month: import("../../datetime/month").Month): boolean | "";
|
|
14
14
|
_isMonthInValidRange(month: import("../../datetime/month").Month): boolean;
|
|
15
15
|
_closePopup(restoreFocusToTextField?: boolean): void;
|
|
16
16
|
_onPickerButtonClick(): void;
|
|
@@ -53,20 +53,20 @@ export declare const MinMaxCalendarPicker: <T_5 extends AbstractConstructor<{
|
|
|
53
53
|
_pickerButtonEl: import("../../..").VwcButtonElement;
|
|
54
54
|
connectedCallback(): void;
|
|
55
55
|
disconnectedCallback(): void;
|
|
56
|
-
"__#
|
|
57
|
-
"__#
|
|
56
|
+
"__#22@#onFocusIn": () => void;
|
|
57
|
+
"__#22@#onFocusOut": () => void;
|
|
58
58
|
proxy: HTMLInputElement;
|
|
59
59
|
validate(): void;
|
|
60
60
|
_getCustomValidationError(): string | null;
|
|
61
|
-
"__#
|
|
61
|
+
"__#22@#localeChangeHandler": {
|
|
62
62
|
handleChange: () => void;
|
|
63
63
|
};
|
|
64
|
-
"__#
|
|
65
|
-
"__#
|
|
66
|
-
"__#
|
|
64
|
+
"__#22@#localeChangeObserver": import("@microsoft/fast-element").ExpressionNotifier<any, any, any>;
|
|
65
|
+
"__#22@#startObservingLocaleChanges"(): void;
|
|
66
|
+
"__#22@#stopObservingLocaleChanges"(): void;
|
|
67
67
|
_popupOpen: boolean;
|
|
68
|
-
"__#
|
|
69
|
-
"__#
|
|
68
|
+
"__#22@#dismissOnClickOutside": (event: MouseEvent) => void;
|
|
69
|
+
"__#22@#openPopupIfPossible"(): void;
|
|
70
70
|
_onBaseKeyDown(event: KeyboardEvent): boolean;
|
|
71
71
|
_focusableElsWithinDialog(): NodeListOf<HTMLElement>;
|
|
72
72
|
readonly _dialogLabel: string;
|
|
@@ -903,8 +903,8 @@ export declare const MinMaxCalendarPicker: <T_5 extends AbstractConstructor<{
|
|
|
903
903
|
_currentDate: string;
|
|
904
904
|
_currentMonth: import("../../datetime/month").Month;
|
|
905
905
|
_isDateInValidRange(date: string): boolean;
|
|
906
|
-
"__#
|
|
907
|
-
"__#
|
|
906
|
+
"__#23@#isMonthAfterValidRange"(month: import("../../datetime/month").Month): boolean | "";
|
|
907
|
+
"__#23@#isMonthBeforeValidRange"(month: import("../../datetime/month").Month): boolean | "";
|
|
908
908
|
_isMonthInValidRange(month: import("../../datetime/month").Month): boolean;
|
|
909
909
|
_closePopup: ((restoreFocusToTextField?: boolean) => void) & ((restoreFocusToTextField?: boolean) => void);
|
|
910
910
|
_onPickerButtonClick: (() => void) & (() => void);
|
|
@@ -947,20 +947,20 @@ export declare const MinMaxCalendarPicker: <T_5 extends AbstractConstructor<{
|
|
|
947
947
|
_pickerButtonEl: import("../../..").VwcButtonElement;
|
|
948
948
|
connectedCallback(): void;
|
|
949
949
|
disconnectedCallback(): void;
|
|
950
|
-
"__#
|
|
951
|
-
"__#
|
|
950
|
+
"__#22@#onFocusIn": () => void;
|
|
951
|
+
"__#22@#onFocusOut": () => void;
|
|
952
952
|
proxy: HTMLInputElement;
|
|
953
953
|
validate(): void;
|
|
954
954
|
_getCustomValidationError(): string | null;
|
|
955
|
-
"__#
|
|
955
|
+
"__#22@#localeChangeHandler": {
|
|
956
956
|
handleChange: () => void;
|
|
957
957
|
};
|
|
958
|
-
"__#
|
|
959
|
-
"__#
|
|
960
|
-
"__#
|
|
958
|
+
"__#22@#localeChangeObserver": import("@microsoft/fast-element").ExpressionNotifier<any, any, any>;
|
|
959
|
+
"__#22@#startObservingLocaleChanges"(): void;
|
|
960
|
+
"__#22@#stopObservingLocaleChanges"(): void;
|
|
961
961
|
_popupOpen: boolean;
|
|
962
|
-
"__#
|
|
963
|
-
"__#
|
|
962
|
+
"__#22@#dismissOnClickOutside": (event: MouseEvent) => void;
|
|
963
|
+
"__#22@#openPopupIfPossible"(): void;
|
|
964
964
|
_onBaseKeyDown(event: KeyboardEvent): boolean;
|
|
965
965
|
_focusableElsWithinDialog(): NodeListOf<HTMLElement>;
|
|
966
966
|
readonly _dialogLabel: string;
|