@vonage/vivid 5.4.0 → 5.6.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/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/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/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 +18 -13
- package/bundled/base-color-picker.js +107 -84
- 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 +4 -2
- package/bundled/char-count.cjs +1 -1
- package/bundled/char-count.js +1 -1
- package/bundled/definition10.cjs +7 -7
- package/bundled/definition10.js +29 -19
- package/bundled/definition11.cjs +12 -19
- package/bundled/definition11.js +73 -204
- package/bundled/definition12.cjs +19 -10
- package/bundled/definition12.js +218 -36
- package/bundled/definition13.cjs +10 -1
- package/bundled/definition13.js +38 -14
- package/bundled/definition14.cjs +1 -5
- package/bundled/definition14.js +15 -24
- package/bundled/definition15.cjs +5 -30
- package/bundled/definition15.js +22 -73
- package/bundled/definition16.cjs +30 -19
- package/bundled/definition16.js +74 -97
- package/bundled/definition17.cjs +19 -13
- package/bundled/definition17.js +86 -117
- package/bundled/definition18.cjs +13 -12
- package/bundled/definition18.js +125 -71
- package/bundled/definition19.cjs +16 -16
- package/bundled/definition19.js +132 -94
- package/bundled/definition2.cjs +8 -9
- package/bundled/definition2.js +89 -142
- package/bundled/definition22.cjs +1 -1
- package/bundled/definition22.js +1 -0
- package/bundled/definition3.cjs +1 -1
- package/bundled/definition3.js +2 -1
- package/bundled/definition5.cjs +1 -1
- package/bundled/definition5.js +9 -3
- package/bundled/definition6.cjs +1 -1
- package/bundled/definition6.js +1 -0
- package/bundled/definition7.cjs +1 -1
- package/bundled/definition7.js +7 -4
- package/bundled/definition8.cjs +1 -1
- package/bundled/definition8.js +1 -0
- 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 +22 -4
- package/bundled/localized.cjs +1 -1
- package/bundled/localized.js +149 -66
- package/bundled/mixins.cjs +4 -4
- package/bundled/mixins.js +11 -8
- package/bundled/picker-field.template.cjs +14 -14
- package/bundled/picker-field.template.js +36 -56
- 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 +12 -12
- package/bundled/time-selection-picker.template.js +16 -12
- package/bundled/trapped-focus.cjs +1 -0
- package/bundled/trapped-focus.js +26 -0
- 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 +13 -13
- package/calendar/index.js +174 -144
- package/checkbox/definition.cjs +1 -0
- package/checkbox/definition.js +1 -0
- package/color-picker/definition.cjs +213 -112
- package/color-picker/definition.js +213 -112
- package/color-picker/index.cjs +104 -75
- package/color-picker/index.js +417 -326
- package/combobox/definition.cjs +17 -6
- package/combobox/definition.js +17 -6
- package/combobox/index.cjs +14 -9
- package/combobox/index.js +54 -42
- package/contextual-help/index.cjs +1 -1
- package/contextual-help/index.js +1 -1
- package/custom-elements.json +6976 -484
- package/data-grid/definition.cjs +105 -7
- package/data-grid/definition.js +105 -7
- package/data-grid/index.cjs +52 -38
- package/data-grid/index.js +313 -242
- package/date-picker/index.cjs +1 -1
- package/date-picker/index.js +2 -2
- 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 +7 -3
- package/date-time-picker/index.cjs +1 -1
- package/date-time-picker/index.js +2 -2
- package/dial-pad/definition.cjs +148 -0
- package/dial-pad/definition.js +148 -0
- package/dial-pad/index.cjs +27 -20
- package/dial-pad/index.js +202 -101
- package/dialog/definition.cjs +1 -0
- package/dialog/definition.js +1 -0
- package/dialog/index.cjs +1 -1
- package/dialog/index.js +1 -0
- package/divider/index.cjs +1 -1
- package/divider/index.js +1 -1
- package/fab/definition.cjs +1 -0
- package/fab/definition.js +1 -0
- package/fab/index.cjs +1 -1
- package/fab/index.js +1 -0
- 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 +66 -41
- package/icon/definition.js +67 -42
- package/index.cjs +21 -0
- package/index.js +1 -1
- package/lib/color-picker/color-picker.d.ts +390 -12
- package/lib/color-picker/locale.d.ts +4 -0
- 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/dial-pad/dial-pad.d.ts +1 -0
- package/lib/icon/icon.d.ts +1 -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 +6 -5
- 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 +58 -7
- package/locales/de-DE.js +58 -7
- package/locales/en-GB.cjs +60 -9
- package/locales/en-GB.js +60 -9
- package/locales/en-US.cjs +60 -9
- package/locales/en-US.js +60 -9
- package/locales/ja-JP.cjs +59 -8
- package/locales/ja-JP.js +59 -8
- package/locales/zh-CN.cjs +58 -7
- package/locales/zh-CN.js +58 -7
- package/menu/definition.cjs +1 -0
- package/menu/definition.js +1 -0
- 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/option/index.cjs +1 -1
- package/option/index.js +1 -1
- 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/progress-ring/index.cjs +1 -1
- package/progress-ring/index.js +1 -1
- package/radio/definition.cjs +4 -0
- package/radio/definition.js +4 -0
- 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/definition.cjs +2 -1
- package/range-slider/definition.js +2 -1
- package/range-slider/index.cjs +1 -1
- package/range-slider/index.js +3 -1
- 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 +6 -2
- package/searchable-select/definition.js +6 -2
- package/searchable-select/index.cjs +1 -1
- package/searchable-select/index.js +14 -10
- package/select/definition.cjs +22 -4
- package/select/definition.js +22 -4
- package/selectable-box/index.cjs +1 -1
- package/selectable-box/index.js +1 -1
- package/shared/color-picker/base-color-picker.d.ts +2 -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 +11 -6
- package/simple-color-picker/definition.js +11 -6
- package/simple-color-picker/index.cjs +6 -6
- package/simple-color-picker/index.js +44 -39
- package/slider/definition.cjs +7 -1
- package/slider/definition.js +7 -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 +1 -0
- package/switch/definition.js +1 -0
- package/switch/index.cjs +1 -1
- package/switch/index.js +1 -0
- 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 +34 -14
- package/tag/definition.js +34 -14
- package/tag/index.cjs +25 -12
- package/tag/index.js +64 -47
- package/tag-group/definition.cjs +1 -2
- package/tag-group/definition.js +1 -2
- package/tag-group/index.cjs +1 -1
- package/tag-group/index.js +11 -12
- 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/time-picker/index.cjs +1 -1
- package/time-picker/index.js +1 -1
- package/toggletip/definition.cjs +5 -1
- package/toggletip/definition.js +5 -1
- package/toggletip/index.cjs +1 -1
- package/toggletip/index.js +1 -1
- package/tooltip/definition.cjs +6 -3
- package/tooltip/definition.js +6 -3
- package/tooltip/index.cjs +1 -1
- package/tooltip/index.js +1 -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 +45 -21
- package/unbundled/base-color-picker.js +45 -21
- 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 +1 -0
- package/unbundled/definition.js +1 -0
- package/unbundled/definition2.cjs +4 -1
- package/unbundled/definition2.js +4 -1
- package/unbundled/definition3.cjs +1 -0
- package/unbundled/definition3.js +1 -0
- package/unbundled/definition4.cjs +1 -0
- package/unbundled/definition4.js +1 -0
- 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 +3 -35
- package/unbundled/picker-field.template.js +3 -34
- 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 +5 -1
- package/unbundled/time-selection-picker.template.js +5 -1
- package/unbundled/trapped-focus.cjs +37 -0
- package/unbundled/trapped-focus.js +34 -0
- 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 +50 -40
- package/video-player/index.cjs +28 -28
- package/video-player/index.js +1448 -1442
- package/visually-hidden/index.cjs +1 -1
- package/visually-hidden/index.js +1 -1
- package/vivid.api.json +6463 -6099
- package/bundled/_has.cjs +0 -1
- package/bundled/_has.js +0 -34
- 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
package/bundled/_has.cjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";function e(r){return r!=null&&typeof r=="object"&&r["@@functional/placeholder"]===!0}function o(r){return function n(t){return arguments.length===0||e(t)?n:r.apply(this,arguments)}}function i(r){return function n(t,c){switch(arguments.length){case 0:return n;case 1:return e(t)?n:o(function(u){return r(t,u)});default:return e(t)&&e(c)?n:e(t)?o(function(u){return r(u,c)}):e(c)?o(function(u){return r(t,u)}):r(t,c)}}}function l(r,n){return Object.prototype.hasOwnProperty.call(n,r)}exports._curry1=o;exports._curry2=i;exports._has=l;
|
package/bundled/_has.js
DELETED
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
function e(r) {
|
|
2
|
-
return r != null && typeof r == "object" && r["@@functional/placeholder"] === !0;
|
|
3
|
-
}
|
|
4
|
-
function o(r) {
|
|
5
|
-
return function n(t) {
|
|
6
|
-
return arguments.length === 0 || e(t) ? n : r.apply(this, arguments);
|
|
7
|
-
};
|
|
8
|
-
}
|
|
9
|
-
function i(r) {
|
|
10
|
-
return function n(t, c) {
|
|
11
|
-
switch (arguments.length) {
|
|
12
|
-
case 0:
|
|
13
|
-
return n;
|
|
14
|
-
case 1:
|
|
15
|
-
return e(t) ? n : o(function(u) {
|
|
16
|
-
return r(t, u);
|
|
17
|
-
});
|
|
18
|
-
default:
|
|
19
|
-
return e(t) && e(c) ? n : e(t) ? o(function(u) {
|
|
20
|
-
return r(u, c);
|
|
21
|
-
}) : e(c) ? o(function(u) {
|
|
22
|
-
return r(t, u);
|
|
23
|
-
}) : r(t, c);
|
|
24
|
-
}
|
|
25
|
-
};
|
|
26
|
-
}
|
|
27
|
-
function l(r, n) {
|
|
28
|
-
return Object.prototype.hasOwnProperty.call(n, r);
|
|
29
|
-
}
|
|
30
|
-
export {
|
|
31
|
-
l as _,
|
|
32
|
-
o as a,
|
|
33
|
-
i as b
|
|
34
|
-
};
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { Plugin, PluginKey } from 'prosemirror-state';
|
|
2
|
-
import type { RICH_TEXT_EDITOR_MENUBAR_TEXT_SIZES, RichTextEditorInlineImageProps, RichTextEditorSelection, SelectionStyles } from '../rich-text-editor';
|
|
3
|
-
export declare const placeholderPluginKey: PluginKey<any>;
|
|
4
|
-
export declare const createPlaceholderPlugin: (placeholder?: string) => Plugin<any>;
|
|
5
|
-
export declare class ProseMirrorFacade {
|
|
6
|
-
#private;
|
|
7
|
-
init(element: HTMLElement, vwcPrefix?: string): void;
|
|
8
|
-
updatePlaceholder(placeholderText?: string): void;
|
|
9
|
-
replaceContent(content: string): void;
|
|
10
|
-
selection(position?: RichTextEditorSelection): RichTextEditorSelection;
|
|
11
|
-
addEventListener(eventName: string, callback: EventListenerOrEventListenerObject): void;
|
|
12
|
-
setSelectionTag(tag: string): void;
|
|
13
|
-
setSelectionDecoration(decoration: string): void;
|
|
14
|
-
getSelectionStyles(): SelectionStyles;
|
|
15
|
-
setTextSize(size?: RICH_TEXT_EDITOR_MENUBAR_TEXT_SIZES): void;
|
|
16
|
-
getValue(): string;
|
|
17
|
-
addInlineImage({ file, position, alt, error, }: RichTextEditorInlineImageProps): Promise<void>;
|
|
18
|
-
}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import type { ViewTemplate } from '@microsoft/fast-element';
|
|
2
|
-
import type { VividElementDefinitionContext } from '../../../shared/design-system/defineVividComponent';
|
|
3
|
-
import { ImagePlaceholder } from './image-placeholder.js';
|
|
4
|
-
export declare const ImagePlaceholderTemplate: (context: VividElementDefinitionContext) => ViewTemplate<ImagePlaceholder>;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import type { ViewTemplate } from '@microsoft/fast-element';
|
|
2
|
-
import type { VividElementDefinitionContext } from '../../../shared/design-system/defineVividComponent';
|
|
3
|
-
import type { Menubar } from './menubar.js';
|
|
4
|
-
export declare const TEXT_DECORATION_ITEMS: {
|
|
5
|
-
text: string;
|
|
6
|
-
icon: string;
|
|
7
|
-
value: string;
|
|
8
|
-
}[];
|
|
9
|
-
export declare const TEXT_SIZES: {
|
|
10
|
-
text: string;
|
|
11
|
-
value: string;
|
|
12
|
-
}[];
|
|
13
|
-
export declare const MENU_BAR_ITEMS: {
|
|
14
|
-
[key: string]: {
|
|
15
|
-
registerStateProperty?: (menubar: Menubar) => void;
|
|
16
|
-
render: (context: VividElementDefinitionContext) => ViewTemplate<any, any>;
|
|
17
|
-
};
|
|
18
|
-
};
|
|
@@ -1,386 +0,0 @@
|
|
|
1
|
-
import { VividElement } from '../../../shared/foundation/vivid-element/vivid-element';
|
|
2
|
-
declare const Menubar_base: {
|
|
3
|
-
new (...args: any[]): {
|
|
4
|
-
readonly locale: import("../../../shared/localization/Locale").Locale;
|
|
5
|
-
connectedCallback(): void;
|
|
6
|
-
_vividAriaBehaviour: import("../../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
7
|
-
readonly $fastController: import("@microsoft/fast-element").ElementController<HTMLElement>;
|
|
8
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
9
|
-
disconnectedCallback(): void;
|
|
10
|
-
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
11
|
-
accessKey: string;
|
|
12
|
-
readonly accessKeyLabel: string;
|
|
13
|
-
autocapitalize: string;
|
|
14
|
-
dir: string;
|
|
15
|
-
draggable: boolean;
|
|
16
|
-
hidden: boolean;
|
|
17
|
-
inert: boolean;
|
|
18
|
-
innerText: string;
|
|
19
|
-
lang: string;
|
|
20
|
-
readonly offsetHeight: number;
|
|
21
|
-
readonly offsetLeft: number;
|
|
22
|
-
readonly offsetParent: Element | null;
|
|
23
|
-
readonly offsetTop: number;
|
|
24
|
-
readonly offsetWidth: number;
|
|
25
|
-
outerText: string;
|
|
26
|
-
spellcheck: boolean;
|
|
27
|
-
title: string;
|
|
28
|
-
translate: boolean;
|
|
29
|
-
attachInternals(): ElementInternals;
|
|
30
|
-
click(): void;
|
|
31
|
-
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
32
|
-
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
33
|
-
removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
34
|
-
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
35
|
-
readonly attributes: NamedNodeMap;
|
|
36
|
-
readonly classList: DOMTokenList;
|
|
37
|
-
className: string;
|
|
38
|
-
readonly clientHeight: number;
|
|
39
|
-
readonly clientLeft: number;
|
|
40
|
-
readonly clientTop: number;
|
|
41
|
-
readonly clientWidth: number;
|
|
42
|
-
id: string;
|
|
43
|
-
readonly localName: string;
|
|
44
|
-
readonly namespaceURI: string | null;
|
|
45
|
-
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
46
|
-
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
47
|
-
outerHTML: string;
|
|
48
|
-
readonly ownerDocument: Document;
|
|
49
|
-
readonly part: DOMTokenList;
|
|
50
|
-
readonly prefix: string | null;
|
|
51
|
-
readonly scrollHeight: number;
|
|
52
|
-
scrollLeft: number;
|
|
53
|
-
scrollTop: number;
|
|
54
|
-
readonly scrollWidth: number;
|
|
55
|
-
readonly shadowRoot: ShadowRoot | null;
|
|
56
|
-
slot: string;
|
|
57
|
-
readonly tagName: string;
|
|
58
|
-
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
59
|
-
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
60
|
-
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2] | null;
|
|
61
|
-
closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3] | null;
|
|
62
|
-
closest<K_4 extends keyof MathMLElementTagNameMap>(selector: K_4): MathMLElementTagNameMap[K_4] | null;
|
|
63
|
-
closest<E extends Element = Element>(selectors: string): E | null;
|
|
64
|
-
getAttribute(qualifiedName: string): string | null;
|
|
65
|
-
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
66
|
-
getAttributeNames(): string[];
|
|
67
|
-
getAttributeNode(qualifiedName: string): Attr | null;
|
|
68
|
-
getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
|
|
69
|
-
getBoundingClientRect(): DOMRect;
|
|
70
|
-
getClientRects(): DOMRectList;
|
|
71
|
-
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
72
|
-
getElementsByTagName<K_5 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<HTMLElementTagNameMap[K_5]>;
|
|
73
|
-
getElementsByTagName<K_6 extends keyof SVGElementTagNameMap>(qualifiedName: K_6): HTMLCollectionOf<SVGElementTagNameMap[K_6]>;
|
|
74
|
-
getElementsByTagName<K_7 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7): HTMLCollectionOf<MathMLElementTagNameMap[K_7]>;
|
|
75
|
-
getElementsByTagName<K_8 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8]>;
|
|
76
|
-
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
77
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
78
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
79
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
80
|
-
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
81
|
-
hasAttribute(qualifiedName: string): boolean;
|
|
82
|
-
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
83
|
-
hasAttributes(): boolean;
|
|
84
|
-
hasPointerCapture(pointerId: number): boolean;
|
|
85
|
-
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
86
|
-
insertAdjacentHTML(position: InsertPosition, text: string): void;
|
|
87
|
-
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
88
|
-
matches(selectors: string): boolean;
|
|
89
|
-
releasePointerCapture(pointerId: number): void;
|
|
90
|
-
removeAttribute(qualifiedName: string): void;
|
|
91
|
-
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
92
|
-
removeAttributeNode(attr: Attr): Attr;
|
|
93
|
-
requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
|
|
94
|
-
requestPointerLock(): void;
|
|
95
|
-
scroll(options?: ScrollToOptions | undefined): void;
|
|
96
|
-
scroll(x: number, y: number): void;
|
|
97
|
-
scrollBy(options?: ScrollToOptions | undefined): void;
|
|
98
|
-
scrollBy(x: number, y: number): void;
|
|
99
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
|
|
100
|
-
scrollTo(options?: ScrollToOptions | undefined): void;
|
|
101
|
-
scrollTo(x: number, y: number): void;
|
|
102
|
-
setAttribute(qualifiedName: string, value: string): void;
|
|
103
|
-
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
104
|
-
setAttributeNode(attr: Attr): Attr | null;
|
|
105
|
-
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
106
|
-
setPointerCapture(pointerId: number): void;
|
|
107
|
-
toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
|
|
108
|
-
webkitMatchesSelector(selectors: string): boolean;
|
|
109
|
-
readonly baseURI: string;
|
|
110
|
-
readonly childNodes: NodeListOf<ChildNode>;
|
|
111
|
-
readonly firstChild: ChildNode | null;
|
|
112
|
-
readonly isConnected: boolean;
|
|
113
|
-
readonly lastChild: ChildNode | null;
|
|
114
|
-
readonly nextSibling: ChildNode | null;
|
|
115
|
-
readonly nodeName: string;
|
|
116
|
-
readonly nodeType: number;
|
|
117
|
-
nodeValue: string | null;
|
|
118
|
-
readonly parentElement: HTMLElement | null;
|
|
119
|
-
readonly parentNode: ParentNode | null;
|
|
120
|
-
readonly previousSibling: ChildNode | null;
|
|
121
|
-
textContent: string | null;
|
|
122
|
-
appendChild<T extends Node>(node: T): T;
|
|
123
|
-
cloneNode(deep?: boolean | undefined): Node;
|
|
124
|
-
compareDocumentPosition(other: Node): number;
|
|
125
|
-
contains(other: Node | null): boolean;
|
|
126
|
-
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
127
|
-
hasChildNodes(): boolean;
|
|
128
|
-
insertBefore<T_1 extends Node>(node: T_1, child: Node | null): T_1;
|
|
129
|
-
isDefaultNamespace(namespace: string | null): boolean;
|
|
130
|
-
isEqualNode(otherNode: Node | null): boolean;
|
|
131
|
-
isSameNode(otherNode: Node | null): boolean;
|
|
132
|
-
lookupNamespaceURI(prefix: string | null): string | null;
|
|
133
|
-
lookupPrefix(namespace: string | null): string | null;
|
|
134
|
-
normalize(): void;
|
|
135
|
-
removeChild<T_2 extends Node>(child: T_2): T_2;
|
|
136
|
-
replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
|
|
137
|
-
readonly ELEMENT_NODE: 1;
|
|
138
|
-
readonly ATTRIBUTE_NODE: 2;
|
|
139
|
-
readonly TEXT_NODE: 3;
|
|
140
|
-
readonly CDATA_SECTION_NODE: 4;
|
|
141
|
-
readonly ENTITY_REFERENCE_NODE: 5;
|
|
142
|
-
readonly ENTITY_NODE: 6;
|
|
143
|
-
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
144
|
-
readonly COMMENT_NODE: 8;
|
|
145
|
-
readonly DOCUMENT_NODE: 9;
|
|
146
|
-
readonly DOCUMENT_TYPE_NODE: 10;
|
|
147
|
-
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
148
|
-
readonly NOTATION_NODE: 12;
|
|
149
|
-
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
150
|
-
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
151
|
-
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
152
|
-
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
153
|
-
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
154
|
-
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
155
|
-
dispatchEvent(event: Event): boolean;
|
|
156
|
-
ariaAtomic: string | null;
|
|
157
|
-
ariaAutoComplete: string | null;
|
|
158
|
-
ariaBusy: string | null;
|
|
159
|
-
ariaChecked: string | null;
|
|
160
|
-
ariaColCount: string | null;
|
|
161
|
-
ariaColIndex: string | null;
|
|
162
|
-
ariaColSpan: string | null;
|
|
163
|
-
ariaCurrent: string | null;
|
|
164
|
-
ariaDisabled: string | null;
|
|
165
|
-
ariaExpanded: string | null;
|
|
166
|
-
ariaHasPopup: string | null;
|
|
167
|
-
ariaHidden: string | null;
|
|
168
|
-
ariaInvalid: string | null;
|
|
169
|
-
ariaKeyShortcuts: string | null;
|
|
170
|
-
ariaLabel: string | null;
|
|
171
|
-
ariaLevel: string | null;
|
|
172
|
-
ariaLive: string | null;
|
|
173
|
-
ariaModal: string | null;
|
|
174
|
-
ariaMultiLine: string | null;
|
|
175
|
-
ariaMultiSelectable: string | null;
|
|
176
|
-
ariaOrientation: string | null;
|
|
177
|
-
ariaPlaceholder: string | null;
|
|
178
|
-
ariaPosInSet: string | null;
|
|
179
|
-
ariaPressed: string | null;
|
|
180
|
-
ariaReadOnly: string | null;
|
|
181
|
-
ariaRequired: string | null;
|
|
182
|
-
ariaRoleDescription: string | null;
|
|
183
|
-
ariaRowCount: string | null;
|
|
184
|
-
ariaRowIndex: string | null;
|
|
185
|
-
ariaRowSpan: string | null;
|
|
186
|
-
ariaSelected: string | null;
|
|
187
|
-
ariaSetSize: string | null;
|
|
188
|
-
ariaSort: string | null;
|
|
189
|
-
ariaValueMax: string | null;
|
|
190
|
-
ariaValueMin: string | null;
|
|
191
|
-
ariaValueNow: string | null;
|
|
192
|
-
ariaValueText: string | null;
|
|
193
|
-
role: string | null;
|
|
194
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
|
|
195
|
-
getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
|
|
196
|
-
after(...nodes: (string | Node)[]): void;
|
|
197
|
-
before(...nodes: (string | Node)[]): void;
|
|
198
|
-
remove(): void;
|
|
199
|
-
replaceWith(...nodes: (string | Node)[]): void;
|
|
200
|
-
innerHTML: string;
|
|
201
|
-
readonly nextElementSibling: Element | null;
|
|
202
|
-
readonly previousElementSibling: Element | null;
|
|
203
|
-
readonly childElementCount: number;
|
|
204
|
-
readonly children: HTMLCollection;
|
|
205
|
-
readonly firstElementChild: Element | null;
|
|
206
|
-
readonly lastElementChild: Element | null;
|
|
207
|
-
append(...nodes: (string | Node)[]): void;
|
|
208
|
-
prepend(...nodes: (string | Node)[]): void;
|
|
209
|
-
querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
|
|
210
|
-
querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
|
|
211
|
-
querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
|
|
212
|
-
querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
|
|
213
|
-
querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
|
|
214
|
-
querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
|
|
215
|
-
querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
|
|
216
|
-
querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
|
|
217
|
-
querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
|
|
218
|
-
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
219
|
-
replaceChildren(...nodes: (string | Node)[]): void;
|
|
220
|
-
readonly assignedSlot: HTMLSlotElement | null;
|
|
221
|
-
readonly style: CSSStyleDeclaration;
|
|
222
|
-
contentEditable: string;
|
|
223
|
-
enterKeyHint: string;
|
|
224
|
-
inputMode: string;
|
|
225
|
-
readonly isContentEditable: boolean;
|
|
226
|
-
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
227
|
-
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
228
|
-
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
229
|
-
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
230
|
-
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
231
|
-
onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
232
|
-
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
233
|
-
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
234
|
-
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
235
|
-
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
236
|
-
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
237
|
-
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
238
|
-
onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
239
|
-
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
240
|
-
oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
241
|
-
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
242
|
-
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
243
|
-
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
244
|
-
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
245
|
-
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
246
|
-
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
247
|
-
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
248
|
-
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
249
|
-
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
250
|
-
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
251
|
-
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
252
|
-
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
253
|
-
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
254
|
-
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
255
|
-
onerror: OnErrorEventHandler;
|
|
256
|
-
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
257
|
-
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
258
|
-
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
259
|
-
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
260
|
-
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
261
|
-
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
262
|
-
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
263
|
-
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
264
|
-
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
265
|
-
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
266
|
-
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
267
|
-
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
268
|
-
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
269
|
-
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
270
|
-
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
271
|
-
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
272
|
-
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
273
|
-
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
274
|
-
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
275
|
-
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
276
|
-
onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
277
|
-
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
278
|
-
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
279
|
-
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
280
|
-
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
281
|
-
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
282
|
-
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
283
|
-
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
284
|
-
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
285
|
-
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
286
|
-
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
287
|
-
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
288
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
|
|
289
|
-
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
290
|
-
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
291
|
-
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
292
|
-
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
293
|
-
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
294
|
-
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
295
|
-
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
296
|
-
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
297
|
-
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
298
|
-
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
299
|
-
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
300
|
-
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
301
|
-
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
302
|
-
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
303
|
-
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
304
|
-
ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
305
|
-
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
306
|
-
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
307
|
-
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
308
|
-
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
309
|
-
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
310
|
-
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
311
|
-
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
312
|
-
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
313
|
-
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
314
|
-
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
315
|
-
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
316
|
-
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
317
|
-
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
318
|
-
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
319
|
-
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
320
|
-
autofocus: boolean;
|
|
321
|
-
readonly dataset: DOMStringMap;
|
|
322
|
-
nonce?: string | undefined;
|
|
323
|
-
tabIndex: number;
|
|
324
|
-
blur(): void;
|
|
325
|
-
focus(options?: FocusOptions | undefined): void;
|
|
326
|
-
ariaColIndexText: string | null;
|
|
327
|
-
ariaDescription: string | null;
|
|
328
|
-
ariaRowIndexText: string | null;
|
|
329
|
-
ariaRelevant: string | null;
|
|
330
|
-
roleChanged(prev: string | null, next: string | null): void;
|
|
331
|
-
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
332
|
-
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
333
|
-
ariaBusyChanged(prev: string | null, next: string | null): void;
|
|
334
|
-
ariaCheckedChanged(prev: string | null, next: string | null): void;
|
|
335
|
-
ariaColCountChanged(prev: string | null, next: string | null): void;
|
|
336
|
-
ariaColIndexChanged(prev: string | null, next: string | null): void;
|
|
337
|
-
ariaColIndexTextChanged(prev: string | null, next: string | null): void;
|
|
338
|
-
ariaColSpanChanged(prev: string | null, next: string | null): void;
|
|
339
|
-
ariaCurrentChanged(prev: string | null, next: string | null): void;
|
|
340
|
-
ariaDescriptionChanged(prev: string | null, next: string | null): void;
|
|
341
|
-
ariaDisabledChanged(prev: string | null, next: string | null): void;
|
|
342
|
-
ariaExpandedChanged(prev: string | null, next: string | null): void;
|
|
343
|
-
ariaHasPopupChanged(prev: string | null, next: string | null): void;
|
|
344
|
-
ariaHiddenChanged(prev: string | null, next: string | null): void;
|
|
345
|
-
ariaInvalidChanged(prev: string | null, next: string | null): void;
|
|
346
|
-
ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
|
|
347
|
-
ariaLabelChanged(prev: string | null, next: string | null): void;
|
|
348
|
-
ariaLevelChanged(prev: string | null, next: string | null): void;
|
|
349
|
-
ariaLiveChanged(prev: string | null, next: string | null): void;
|
|
350
|
-
ariaModalChanged(prev: string | null, next: string | null): void;
|
|
351
|
-
ariaMultiLineChanged(prev: string | null, next: string | null): void;
|
|
352
|
-
ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
|
|
353
|
-
ariaOrientationChanged(prev: string | null, next: string | null): void;
|
|
354
|
-
ariaPlaceholderChanged(prev: string | null, next: string | null): void;
|
|
355
|
-
ariaPosInSetChanged(prev: string | null, next: string | null): void;
|
|
356
|
-
ariaPressedChanged(prev: string | null, next: string | null): void;
|
|
357
|
-
ariaReadOnlyChanged(prev: string | null, next: string | null): void;
|
|
358
|
-
ariaRequiredChanged(prev: string | null, next: string | null): void;
|
|
359
|
-
ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
|
|
360
|
-
ariaRowCountChanged(prev: string | null, next: string | null): void;
|
|
361
|
-
ariaRowIndexChanged(prev: string | null, next: string | null): void;
|
|
362
|
-
ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
|
|
363
|
-
ariaRowSpanChanged(prev: string | null, next: string | null): void;
|
|
364
|
-
ariaSelectedChanged(prev: string | null, next: string | null): void;
|
|
365
|
-
ariaSetSizeChanged(prev: string | null, next: string | null): void;
|
|
366
|
-
ariaSortChanged(prev: string | null, next: string | null): void;
|
|
367
|
-
ariaValueMaxChanged(prev: string | null, next: string | null): void;
|
|
368
|
-
ariaValueMinChanged(prev: string | null, next: string | null): void;
|
|
369
|
-
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
370
|
-
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
371
|
-
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
372
|
-
"__#1@#handleReplacedProp"(replacedProp: {
|
|
373
|
-
newPropertyName: string;
|
|
374
|
-
deprecatedPropertyName: string;
|
|
375
|
-
fromDeprecated: (v: any) => any;
|
|
376
|
-
toDeprecated?: ((v: any) => any) | undefined;
|
|
377
|
-
}): void;
|
|
378
|
-
};
|
|
379
|
-
} & typeof VividElement;
|
|
380
|
-
export declare class Menubar extends Menubar_base {
|
|
381
|
-
#private;
|
|
382
|
-
menuItems?: string;
|
|
383
|
-
connectedCallback(): void;
|
|
384
|
-
disconnectedCallback(): void;
|
|
385
|
-
}
|
|
386
|
-
export {};
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import type { ViewTemplate } from '@microsoft/fast-element';
|
|
2
|
-
import type { VividElementDefinitionContext } from '../../../shared/design-system/defineVividComponent';
|
|
3
|
-
import { Menubar } from './menubar.js';
|
|
4
|
-
export declare const MenubarTemplate: (context: VividElementDefinitionContext) => ViewTemplate<Menubar>;
|