ranui 0.1.1-alpha.6 → 0.1.1-alpha.8
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 +1 -1
- package/dist/index.js +1229 -1
- package/dist/index.js.map +1 -1
- package/dist/index.umd.cjs +1 -12
- package/dist/index.umd.cjs.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +5 -12
- package/readme.md +12 -2
- package/dist/_commonjs-dynamic-modules.8823314d.js +0 -31
- package/dist/_commonjs-dynamic-modules.8823314d.js.map +0 -1
- package/dist/components/preview/index.d.ts +0 -2
- package/dist/components/video/index.d.ts +0 -393
- package/dist/docx.9c82eaaf.js +0 -2643
- package/dist/docx.9c82eaaf.js.map +0 -1
- package/dist/index.9ff60534.js +0 -15418
- package/dist/index.9ff60534.js.map +0 -1
- package/dist/index.f8060ae2.js +0 -1558
- package/dist/index.f8060ae2.js.map +0 -1
- package/dist/jszip.min.263da606.js +0 -2656
- package/dist/jszip.min.263da606.js.map +0 -1
- package/dist/pdf.60583cbd.js +0 -74503
- package/dist/pdf.60583cbd.js.map +0 -1
- package/dist/utils/docx.d.ts +0 -8
- package/dist/utils/pdf.d.ts +0 -1
- package/dist/utils/pptx/colz.d.ts +0 -70
- package/dist/utils/pptx/index.d.ts +0 -16
- package/dist/utils/pptx/process_pptx.d.ts +0 -23
- package/dist/utils/pptx/t_xml.d.ts +0 -1
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
var commonjsGlobal = typeof globalThis !== "undefined" ? globalThis : typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : {};
|
|
2
|
-
function getAugmentedNamespace(n) {
|
|
3
|
-
var f = n.default;
|
|
4
|
-
if (typeof f == "function") {
|
|
5
|
-
var a = function() {
|
|
6
|
-
return f.apply(this, arguments);
|
|
7
|
-
};
|
|
8
|
-
a.prototype = f.prototype;
|
|
9
|
-
} else
|
|
10
|
-
a = {};
|
|
11
|
-
Object.defineProperty(a, "__esModule", { value: true });
|
|
12
|
-
Object.keys(n).forEach(function(k) {
|
|
13
|
-
var d = Object.getOwnPropertyDescriptor(n, k);
|
|
14
|
-
Object.defineProperty(a, k, d.get ? d : {
|
|
15
|
-
enumerable: true,
|
|
16
|
-
get: function() {
|
|
17
|
-
return n[k];
|
|
18
|
-
}
|
|
19
|
-
});
|
|
20
|
-
});
|
|
21
|
-
return a;
|
|
22
|
-
}
|
|
23
|
-
function commonjsRequire(path) {
|
|
24
|
-
throw new Error('Could not dynamically require "' + path + '". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.');
|
|
25
|
-
}
|
|
26
|
-
export {
|
|
27
|
-
commonjsRequire as a,
|
|
28
|
-
commonjsGlobal as c,
|
|
29
|
-
getAugmentedNamespace as g
|
|
30
|
-
};
|
|
31
|
-
//# sourceMappingURL=_commonjs-dynamic-modules.8823314d.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"_commonjs-dynamic-modules.8823314d.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,393 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
new (options: Record<string, string>): {
|
|
3
|
-
_video: HTMLVideoElement;
|
|
4
|
-
_contain: HTMLDivElement;
|
|
5
|
-
_iconElement?: HTMLElement | undefined;
|
|
6
|
-
_slot: HTMLSlotElement;
|
|
7
|
-
totalTime: number;
|
|
8
|
-
presentTime: number;
|
|
9
|
-
canplay: boolean;
|
|
10
|
-
icon: string | null;
|
|
11
|
-
initialize: (options: Record<string, string>) => HTMLVideoElement;
|
|
12
|
-
sourceOpen: (assetURL: string) => (this: MediaSource) => void;
|
|
13
|
-
videoUrlToBlob: (src: string, source: HTMLSourceElement) => void;
|
|
14
|
-
ranloadedmetadata: () => void;
|
|
15
|
-
ranCanplay: () => void;
|
|
16
|
-
ranPlay: () => void;
|
|
17
|
-
ranPlaying: () => void;
|
|
18
|
-
ranPause: () => void;
|
|
19
|
-
ranEnded: () => void;
|
|
20
|
-
ranWaiting: () => void;
|
|
21
|
-
videoMountEvent: () => void;
|
|
22
|
-
videoUnmountEvent: () => void;
|
|
23
|
-
handlePlay: () => void;
|
|
24
|
-
handlePause: () => void;
|
|
25
|
-
connectedCallback(): void;
|
|
26
|
-
disconnectCallback(): void;
|
|
27
|
-
attributeChangedCallback(name: string, old: string, fresh: string): void;
|
|
28
|
-
disablePictureInPicture: boolean;
|
|
29
|
-
height: number;
|
|
30
|
-
onenterpictureinpicture: ((this: HTMLVideoElement, ev: Event) => any) | null;
|
|
31
|
-
onleavepictureinpicture: ((this: HTMLVideoElement, ev: Event) => any) | null;
|
|
32
|
-
playsInline: boolean;
|
|
33
|
-
poster: string;
|
|
34
|
-
readonly videoHeight: number;
|
|
35
|
-
readonly videoWidth: number;
|
|
36
|
-
width: number;
|
|
37
|
-
cancelVideoFrameCallback(handle: number): void;
|
|
38
|
-
getVideoPlaybackQuality(): VideoPlaybackQuality;
|
|
39
|
-
requestPictureInPicture(): Promise<PictureInPictureWindow>;
|
|
40
|
-
requestVideoFrameCallback(callback: VideoFrameRequestCallback): number;
|
|
41
|
-
addEventListener<K extends keyof HTMLVideoElementEventMap>(type: K, listener: (this: HTMLVideoElement, ev: HTMLVideoElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
42
|
-
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
43
|
-
removeEventListener<K_1 extends keyof HTMLVideoElementEventMap>(type: K_1, listener: (this: HTMLVideoElement, ev: HTMLVideoElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
44
|
-
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
45
|
-
autoplay: boolean;
|
|
46
|
-
readonly buffered: TimeRanges;
|
|
47
|
-
controls: boolean;
|
|
48
|
-
crossOrigin: string | null;
|
|
49
|
-
readonly currentSrc: string;
|
|
50
|
-
currentTime: number;
|
|
51
|
-
defaultMuted: boolean;
|
|
52
|
-
defaultPlaybackRate: number;
|
|
53
|
-
disableRemotePlayback: boolean;
|
|
54
|
-
readonly duration: number;
|
|
55
|
-
readonly ended: boolean;
|
|
56
|
-
readonly error: MediaError | null;
|
|
57
|
-
loop: boolean;
|
|
58
|
-
readonly mediaKeys: MediaKeys | null;
|
|
59
|
-
muted: boolean;
|
|
60
|
-
readonly networkState: number;
|
|
61
|
-
onencrypted: ((this: HTMLMediaElement, ev: MediaEncryptedEvent) => any) | null;
|
|
62
|
-
onwaitingforkey: ((this: HTMLMediaElement, ev: Event) => any) | null;
|
|
63
|
-
readonly paused: boolean;
|
|
64
|
-
playbackRate: number;
|
|
65
|
-
readonly played: TimeRanges;
|
|
66
|
-
preload: "" | "metadata" | "none" | "auto";
|
|
67
|
-
preservesPitch: boolean;
|
|
68
|
-
readonly readyState: number;
|
|
69
|
-
readonly remote: RemotePlayback;
|
|
70
|
-
readonly seekable: TimeRanges;
|
|
71
|
-
readonly seeking: boolean;
|
|
72
|
-
src: string;
|
|
73
|
-
srcObject: MediaProvider | null;
|
|
74
|
-
readonly textTracks: TextTrackList;
|
|
75
|
-
volume: number;
|
|
76
|
-
addTextTrack(kind: TextTrackKind, label?: string | undefined, language?: string | undefined): TextTrack;
|
|
77
|
-
canPlayType(type: string): CanPlayTypeResult;
|
|
78
|
-
fastSeek(time: number): void;
|
|
79
|
-
load(): void;
|
|
80
|
-
pause(): void;
|
|
81
|
-
play(): Promise<void>;
|
|
82
|
-
setMediaKeys(mediaKeys: MediaKeys | null): Promise<void>;
|
|
83
|
-
readonly HAVE_CURRENT_DATA: number;
|
|
84
|
-
readonly HAVE_ENOUGH_DATA: number;
|
|
85
|
-
readonly HAVE_FUTURE_DATA: number;
|
|
86
|
-
readonly HAVE_METADATA: number;
|
|
87
|
-
readonly HAVE_NOTHING: number;
|
|
88
|
-
readonly NETWORK_EMPTY: number;
|
|
89
|
-
readonly NETWORK_IDLE: number;
|
|
90
|
-
readonly NETWORK_LOADING: number;
|
|
91
|
-
readonly NETWORK_NO_SOURCE: number;
|
|
92
|
-
accessKey: string;
|
|
93
|
-
readonly accessKeyLabel: string;
|
|
94
|
-
autocapitalize: string;
|
|
95
|
-
dir: string;
|
|
96
|
-
draggable: boolean;
|
|
97
|
-
hidden: boolean;
|
|
98
|
-
inert: boolean;
|
|
99
|
-
innerText: string;
|
|
100
|
-
lang: string;
|
|
101
|
-
readonly offsetHeight: number;
|
|
102
|
-
readonly offsetLeft: number;
|
|
103
|
-
readonly offsetParent: Element | null;
|
|
104
|
-
readonly offsetTop: number;
|
|
105
|
-
readonly offsetWidth: number;
|
|
106
|
-
outerText: string;
|
|
107
|
-
spellcheck: boolean;
|
|
108
|
-
title: string;
|
|
109
|
-
translate: boolean;
|
|
110
|
-
attachInternals(): ElementInternals;
|
|
111
|
-
click(): void;
|
|
112
|
-
readonly attributes: NamedNodeMap;
|
|
113
|
-
readonly classList: DOMTokenList;
|
|
114
|
-
className: string;
|
|
115
|
-
readonly clientHeight: number;
|
|
116
|
-
readonly clientLeft: number;
|
|
117
|
-
readonly clientTop: number;
|
|
118
|
-
readonly clientWidth: number;
|
|
119
|
-
id: string;
|
|
120
|
-
readonly localName: string;
|
|
121
|
-
readonly namespaceURI: string | null;
|
|
122
|
-
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
123
|
-
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
124
|
-
outerHTML: string;
|
|
125
|
-
readonly ownerDocument: Document;
|
|
126
|
-
readonly part: DOMTokenList;
|
|
127
|
-
readonly prefix: string | null;
|
|
128
|
-
readonly scrollHeight: number;
|
|
129
|
-
scrollLeft: number;
|
|
130
|
-
scrollTop: number;
|
|
131
|
-
readonly scrollWidth: number;
|
|
132
|
-
readonly shadowRoot: ShadowRoot | null;
|
|
133
|
-
slot: string;
|
|
134
|
-
readonly tagName: string;
|
|
135
|
-
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
136
|
-
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2] | null;
|
|
137
|
-
closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3] | null;
|
|
138
|
-
closest<E extends Element = Element>(selectors: string): E | null;
|
|
139
|
-
getAttribute(qualifiedName: string): string | null;
|
|
140
|
-
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
141
|
-
getAttributeNames(): string[];
|
|
142
|
-
getAttributeNode(qualifiedName: string): Attr | null;
|
|
143
|
-
getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
|
|
144
|
-
getBoundingClientRect(): DOMRect;
|
|
145
|
-
getClientRects(): DOMRectList;
|
|
146
|
-
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
147
|
-
getElementsByTagName<K_4 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4): HTMLCollectionOf<HTMLElementTagNameMap[K_4]>;
|
|
148
|
-
getElementsByTagName<K_5 extends keyof SVGElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<SVGElementTagNameMap[K_5]>;
|
|
149
|
-
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
150
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
151
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
152
|
-
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
153
|
-
hasAttribute(qualifiedName: string): boolean;
|
|
154
|
-
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
155
|
-
hasAttributes(): boolean;
|
|
156
|
-
hasPointerCapture(pointerId: number): boolean;
|
|
157
|
-
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
158
|
-
insertAdjacentHTML(position: InsertPosition, text: string): void;
|
|
159
|
-
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
160
|
-
matches(selectors: string): boolean;
|
|
161
|
-
releasePointerCapture(pointerId: number): void;
|
|
162
|
-
removeAttribute(qualifiedName: string): void;
|
|
163
|
-
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
164
|
-
removeAttributeNode(attr: Attr): Attr;
|
|
165
|
-
requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
|
|
166
|
-
requestPointerLock(): void;
|
|
167
|
-
scroll(options?: ScrollToOptions | undefined): void;
|
|
168
|
-
scroll(x: number, y: number): void;
|
|
169
|
-
scrollBy(options?: ScrollToOptions | undefined): void;
|
|
170
|
-
scrollBy(x: number, y: number): void;
|
|
171
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
|
|
172
|
-
scrollTo(options?: ScrollToOptions | undefined): void;
|
|
173
|
-
scrollTo(x: number, y: number): void;
|
|
174
|
-
setAttribute(qualifiedName: string, value: string): void;
|
|
175
|
-
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
176
|
-
setAttributeNode(attr: Attr): Attr | null;
|
|
177
|
-
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
178
|
-
setPointerCapture(pointerId: number): void;
|
|
179
|
-
toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
|
|
180
|
-
webkitMatchesSelector(selectors: string): boolean;
|
|
181
|
-
readonly baseURI: string;
|
|
182
|
-
readonly childNodes: NodeListOf<ChildNode>;
|
|
183
|
-
readonly firstChild: ChildNode | null;
|
|
184
|
-
readonly isConnected: boolean;
|
|
185
|
-
readonly lastChild: ChildNode | null;
|
|
186
|
-
readonly nextSibling: ChildNode | null;
|
|
187
|
-
readonly nodeName: string;
|
|
188
|
-
readonly nodeType: number;
|
|
189
|
-
nodeValue: string | null;
|
|
190
|
-
readonly parentElement: HTMLElement | null;
|
|
191
|
-
readonly parentNode: ParentNode | null;
|
|
192
|
-
readonly previousSibling: ChildNode | null;
|
|
193
|
-
textContent: string | null;
|
|
194
|
-
appendChild<T extends Node>(node: T): T;
|
|
195
|
-
cloneNode(deep?: boolean | undefined): Node;
|
|
196
|
-
compareDocumentPosition(other: Node): number;
|
|
197
|
-
contains(other: Node | null): boolean;
|
|
198
|
-
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
199
|
-
hasChildNodes(): boolean;
|
|
200
|
-
insertBefore<T_1 extends Node>(node: T_1, child: Node | null): T_1;
|
|
201
|
-
isDefaultNamespace(namespace: string | null): boolean;
|
|
202
|
-
isEqualNode(otherNode: Node | null): boolean;
|
|
203
|
-
isSameNode(otherNode: Node | null): boolean;
|
|
204
|
-
lookupNamespaceURI(prefix: string | null): string | null;
|
|
205
|
-
lookupPrefix(namespace: string | null): string | null;
|
|
206
|
-
normalize(): void;
|
|
207
|
-
removeChild<T_2 extends Node>(child: T_2): T_2;
|
|
208
|
-
replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
|
|
209
|
-
readonly ATTRIBUTE_NODE: number;
|
|
210
|
-
readonly CDATA_SECTION_NODE: number;
|
|
211
|
-
readonly COMMENT_NODE: number;
|
|
212
|
-
readonly DOCUMENT_FRAGMENT_NODE: number;
|
|
213
|
-
readonly DOCUMENT_NODE: number;
|
|
214
|
-
readonly DOCUMENT_POSITION_CONTAINED_BY: number;
|
|
215
|
-
readonly DOCUMENT_POSITION_CONTAINS: number;
|
|
216
|
-
readonly DOCUMENT_POSITION_DISCONNECTED: number;
|
|
217
|
-
readonly DOCUMENT_POSITION_FOLLOWING: number;
|
|
218
|
-
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: number;
|
|
219
|
-
readonly DOCUMENT_POSITION_PRECEDING: number;
|
|
220
|
-
readonly DOCUMENT_TYPE_NODE: number;
|
|
221
|
-
readonly ELEMENT_NODE: number;
|
|
222
|
-
readonly ENTITY_NODE: number;
|
|
223
|
-
readonly ENTITY_REFERENCE_NODE: number;
|
|
224
|
-
readonly NOTATION_NODE: number;
|
|
225
|
-
readonly PROCESSING_INSTRUCTION_NODE: number;
|
|
226
|
-
readonly TEXT_NODE: number;
|
|
227
|
-
dispatchEvent(event: Event): boolean;
|
|
228
|
-
ariaAtomic: string | null;
|
|
229
|
-
ariaAutoComplete: string | null;
|
|
230
|
-
ariaBusy: string | null;
|
|
231
|
-
ariaChecked: string | null;
|
|
232
|
-
ariaColCount: string | null;
|
|
233
|
-
ariaColIndex: string | null;
|
|
234
|
-
ariaColSpan: string | null;
|
|
235
|
-
ariaCurrent: string | null;
|
|
236
|
-
ariaDisabled: string | null;
|
|
237
|
-
ariaExpanded: string | null;
|
|
238
|
-
ariaHasPopup: string | null;
|
|
239
|
-
ariaHidden: string | null;
|
|
240
|
-
ariaKeyShortcuts: string | null;
|
|
241
|
-
ariaLabel: string | null;
|
|
242
|
-
ariaLevel: string | null;
|
|
243
|
-
ariaLive: string | null;
|
|
244
|
-
ariaModal: string | null;
|
|
245
|
-
ariaMultiLine: string | null;
|
|
246
|
-
ariaMultiSelectable: string | null;
|
|
247
|
-
ariaOrientation: string | null;
|
|
248
|
-
ariaPlaceholder: string | null;
|
|
249
|
-
ariaPosInSet: string | null;
|
|
250
|
-
ariaPressed: string | null;
|
|
251
|
-
ariaReadOnly: string | null;
|
|
252
|
-
ariaRequired: string | null;
|
|
253
|
-
ariaRoleDescription: string | null;
|
|
254
|
-
ariaRowCount: string | null;
|
|
255
|
-
ariaRowIndex: string | null;
|
|
256
|
-
ariaRowSpan: string | null;
|
|
257
|
-
ariaSelected: string | null;
|
|
258
|
-
ariaSetSize: string | null;
|
|
259
|
-
ariaSort: string | null;
|
|
260
|
-
ariaValueMax: string | null;
|
|
261
|
-
ariaValueMin: string | null;
|
|
262
|
-
ariaValueNow: string | null;
|
|
263
|
-
ariaValueText: string | null;
|
|
264
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
|
|
265
|
-
getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
|
|
266
|
-
after(...nodes: (string | Node)[]): void;
|
|
267
|
-
before(...nodes: (string | Node)[]): void;
|
|
268
|
-
remove(): void;
|
|
269
|
-
replaceWith(...nodes: (string | Node)[]): void;
|
|
270
|
-
innerHTML: string;
|
|
271
|
-
readonly nextElementSibling: Element | null;
|
|
272
|
-
readonly previousElementSibling: Element | null;
|
|
273
|
-
readonly childElementCount: number;
|
|
274
|
-
readonly children: HTMLCollection;
|
|
275
|
-
readonly firstElementChild: Element | null;
|
|
276
|
-
readonly lastElementChild: Element | null;
|
|
277
|
-
append(...nodes: (string | Node)[]): void;
|
|
278
|
-
prepend(...nodes: (string | Node)[]): void;
|
|
279
|
-
querySelector<K_6 extends keyof HTMLElementTagNameMap>(selectors: K_6): HTMLElementTagNameMap[K_6] | null;
|
|
280
|
-
querySelector<K_7 extends keyof SVGElementTagNameMap>(selectors: K_7): SVGElementTagNameMap[K_7] | null;
|
|
281
|
-
querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
|
|
282
|
-
querySelectorAll<K_8 extends keyof HTMLElementTagNameMap>(selectors: K_8): NodeListOf<HTMLElementTagNameMap[K_8]>;
|
|
283
|
-
querySelectorAll<K_9 extends keyof SVGElementTagNameMap>(selectors: K_9): NodeListOf<SVGElementTagNameMap[K_9]>;
|
|
284
|
-
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
285
|
-
replaceChildren(...nodes: (string | Node)[]): void;
|
|
286
|
-
readonly assignedSlot: HTMLSlotElement | null;
|
|
287
|
-
oncopy: ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
288
|
-
oncut: ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
289
|
-
onpaste: ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
290
|
-
readonly style: CSSStyleDeclaration;
|
|
291
|
-
contentEditable: string;
|
|
292
|
-
enterKeyHint: string;
|
|
293
|
-
inputMode: string;
|
|
294
|
-
readonly isContentEditable: boolean;
|
|
295
|
-
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
296
|
-
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
297
|
-
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
298
|
-
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
299
|
-
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
300
|
-
onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
301
|
-
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
302
|
-
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
303
|
-
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
304
|
-
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
305
|
-
onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
306
|
-
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
307
|
-
oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
308
|
-
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
309
|
-
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
310
|
-
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
311
|
-
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
312
|
-
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
313
|
-
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
314
|
-
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
315
|
-
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
316
|
-
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
317
|
-
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
318
|
-
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
319
|
-
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
320
|
-
onerror: OnErrorEventHandler;
|
|
321
|
-
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
322
|
-
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
323
|
-
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
324
|
-
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
325
|
-
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
326
|
-
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
327
|
-
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
328
|
-
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
329
|
-
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
330
|
-
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
331
|
-
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
332
|
-
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
333
|
-
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
334
|
-
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
335
|
-
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
336
|
-
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
337
|
-
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
338
|
-
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
339
|
-
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
340
|
-
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
341
|
-
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
342
|
-
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
343
|
-
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
344
|
-
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
345
|
-
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
346
|
-
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
347
|
-
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
348
|
-
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
349
|
-
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
350
|
-
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
351
|
-
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
352
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
|
|
353
|
-
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
354
|
-
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
355
|
-
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
356
|
-
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
357
|
-
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
358
|
-
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
359
|
-
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
360
|
-
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
361
|
-
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
362
|
-
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
363
|
-
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
364
|
-
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
365
|
-
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
366
|
-
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
367
|
-
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
368
|
-
ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
369
|
-
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
370
|
-
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
371
|
-
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
372
|
-
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
373
|
-
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
374
|
-
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
375
|
-
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
376
|
-
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
377
|
-
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
378
|
-
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
379
|
-
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
380
|
-
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
381
|
-
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
382
|
-
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
383
|
-
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
384
|
-
autofocus: boolean;
|
|
385
|
-
readonly dataset: DOMStringMap;
|
|
386
|
-
nonce?: string | undefined;
|
|
387
|
-
tabIndex: number;
|
|
388
|
-
blur(): void;
|
|
389
|
-
focus(options?: FocusOptions | undefined): void;
|
|
390
|
-
};
|
|
391
|
-
readonly observedAttributes: string[];
|
|
392
|
-
} | undefined;
|
|
393
|
-
export default _default;
|