@shijiu/jsview 2.3.151-test.0 → 3.0.0-test.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (78) hide show
  1. package/dom/bin/jsview-dom-browser-engine-core.min.js +1 -1
  2. package/dom/bin/jsview-dom-browser-engine-modules.min.js +1 -1
  3. package/dom/bin/{jsview-dom-browser-forge.1493.9a36.wasm → jsview-dom-browser-forge.1760.0e35.wasm} +0 -0
  4. package/dom/bin/jsview-dom-browser-forge.min.js +1 -1
  5. package/dom/bin/jsview-dom-browser-forge.worker.min.js +1 -1
  6. package/dom/bin/jsview-dom-browser.min.js +1 -1
  7. package/dom/bin/jsview-dom-native.min.js +1 -1
  8. package/dom/bin/jsview-engine-js-native.min.js +1 -1
  9. package/dom/target_core_revision.mjs +2 -2
  10. package/loader/jsv-core-api/jsview-core-api-glue.js +10 -1
  11. package/loader/jsv-core-api/wasm/core-api.js +87 -2
  12. package/loader/jsv-core-api/wasm/wasm-extension.js +5 -0
  13. package/loader/jsview-loader.js +7 -0
  14. package/loader/jsview-main.mjs +2 -1
  15. package/loader/jsview.config.default.js +4 -0
  16. package/package.json +7 -5
  17. package/patches/@vitejs+plugin-vue+4.0.0.patch +51 -0
  18. package/patches/@vitejs+plugin-vue+6.0.6.patch +54 -0
  19. package/patches/@vue+compiler-dom+3.2.45.patch +22 -0
  20. package/patches/@vue+compiler-dom+3.6.0-beta.10.patch +22 -0
  21. package/patches/@vue+compiler-sfc+3.2.45.patch +1986 -0
  22. package/patches/@vue+compiler-sfc+3.6.0-beta.10.patch +69 -0
  23. package/patches/@vue+runtime-core+3.2.45.patch +353 -0
  24. package/patches/@vue+runtime-core+3.6.0-beta.10.patch +198 -0
  25. package/patches/@vue+runtime-dom+3.2.45.patch +81 -0
  26. package/patches/@vue+runtime-dom+3.6.0-beta.10.patch +47 -0
  27. package/patches/postcss-js+5.1.0.patch +20 -0
  28. package/patches/vite+4.0.0.patch +117 -0
  29. package/patches/vite+8.0.9.patch +77 -0
  30. package/patches/vue-router+4.1.6.patch +17 -0
  31. package/patches/vue-router+5.0.6.patch +0 -0
  32. package/{patches/node_modules/@vue/compiler-sfc/dist/jsview-css-to-js.js → thirdparty/@vue/compiler-sfc/jsview-css-to-js.cjs} +15 -10
  33. package/{patches/node_modules/@vue/compiler-sfc/dist/jsview-style-checker.js → thirdparty/@vue/compiler-sfc/jsview-style-checker.cjs} +6 -1
  34. package/{patches/node_modules/@vue/compiler-sfc/dist/jsview-style-formator.cjs.js → thirdparty/@vue/compiler-sfc/jsview-style-formator.cjs} +3 -0
  35. package/thirdparty/@vue/runtime-core/jsview-render-break.mjs +201 -0
  36. package/thirdparty/vite/jsview-vite-extension.mjs +336 -0
  37. package/tools/jsview-build-zip.mjs +7 -2
  38. package/tools/jsview-common.mjs +17 -4
  39. package/tools/{jsview-logger.js → jsview-logger.cjs} +1 -1
  40. package/tools/jsview-post-build.mjs +55 -0
  41. package/tools/jsview-post-install.mjs +98 -110
  42. package/tools/jsview-run-tool.mjs +3 -6
  43. package/tools/jsview-vue-devtools.mjs +1 -1
  44. package/loader/jsview-react-main.js +0 -37
  45. package/loader/jsview-react-script-loader.js +0 -134
  46. package/patches/node_modules/@vitejs/plugin-react/dist/index.cjs +0 -520
  47. package/patches/node_modules/@vitejs/plugin-react/package.json +0 -55
  48. package/patches/node_modules/@vitejs/plugin-vue/dist/index.mjs +0 -2756
  49. package/patches/node_modules/@vitejs/plugin-vue/package.json +0 -51
  50. package/patches/node_modules/@vue/compiler-dom/dist/compiler-dom.cjs.js +0 -3152
  51. package/patches/node_modules/@vue/compiler-dom/package.json +0 -43
  52. package/patches/node_modules/@vue/compiler-sfc/dist/compiler-sfc.cjs.js +0 -17730
  53. package/patches/node_modules/@vue/compiler-sfc/package.json +0 -59
  54. package/patches/node_modules/@vue/runtime-core/dist/runtime-core.esm-bundler.js +0 -8154
  55. package/patches/node_modules/@vue/runtime-core/package.json +0 -38
  56. package/patches/node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts +0 -1531
  57. package/patches/node_modules/@vue/runtime-dom/dist/runtime-dom.esm-bundler.js +0 -1740
  58. package/patches/node_modules/@vue/runtime-dom/package.json +0 -42
  59. package/patches/node_modules/postcss-js/objectifier.js +0 -94
  60. package/patches/node_modules/postcss-js/package.json +0 -42
  61. package/patches/node_modules/react-dev-utils/WebpackDevServerUtils.js +0 -450
  62. package/patches/node_modules/react-dev-utils/package.json +0 -88
  63. package/patches/node_modules/react-dom/cjs/react-dom.development.js +0 -29868
  64. package/patches/node_modules/react-dom/cjs/react-dom.production.min.js +0 -323
  65. package/patches/node_modules/react-dom/package.json +0 -62
  66. package/patches/node_modules/react-scripts/config/paths.js +0 -179
  67. package/patches/node_modules/react-scripts/config/webpack.config.js +0 -858
  68. package/patches/node_modules/react-scripts/package.json +0 -108
  69. package/patches/node_modules/vite/dist/node/chunks/dep-ed9cb113.js +0 -63182
  70. package/patches/node_modules/vite/dist/node/constants.js +0 -125
  71. package/patches/node_modules/vite/dist/node/jsview-vite-extension.js +0 -245
  72. package/patches/node_modules/vite/package.json +0 -153
  73. package/patches/node_modules/vue-router/dist/vue-router.mjs +0 -3613
  74. package/patches/node_modules/vue-router/package.json +0 -114
  75. package/patches/node_modules/webpack-dev-server/client/utils/reloadApp.js +0 -76
  76. package/patches/node_modules/webpack-dev-server/client/utils/sendMessage.js +0 -21
  77. package/patches/node_modules/webpack-dev-server/package.json +0 -141
  78. /package/patches/{node_modules/@originjs/vite-plugin-federation/1.3.4/@originjs+vite-plugin-federation+1.3.4.patch → @originjs+vite-plugin-federation+1.3.4.patch} +0 -0
@@ -1,1531 +0,0 @@
1
- import { BaseTransitionProps } from '@vue/runtime-core';
2
- import { ComponentInjectOptions } from '@vue/runtime-core';
3
- import { ComponentInternalInstance } from '@vue/runtime-core';
4
- import { ComponentOptionsMixin } from '@vue/runtime-core';
5
- import { ComponentOptionsWithArrayProps } from '@vue/runtime-core';
6
- import { ComponentOptionsWithObjectProps } from '@vue/runtime-core';
7
- import { ComponentOptionsWithoutProps } from '@vue/runtime-core';
8
- import { ComponentPropsOptions } from '@vue/runtime-core';
9
- import { ComponentPublicInstance } from '@vue/runtime-core';
10
- import { ComputedOptions } from '@vue/runtime-core';
11
- import { ConcreteComponent } from '@vue/runtime-core';
12
- import { CreateAppFunction } from '@vue/runtime-core';
13
- import { EmitsOptions } from '@vue/runtime-core';
14
- import { ExtractPropTypes } from '@vue/runtime-core';
15
- import { FunctionalComponent } from '@vue/runtime-core';
16
- import { MethodOptions } from '@vue/runtime-core';
17
- import { ObjectDirective } from '@vue/runtime-core';
18
- import { RenderFunction } from '@vue/runtime-core';
19
- import { RootHydrateFunction } from '@vue/runtime-core';
20
- import { RootRenderFunction } from '@vue/runtime-core';
21
- import { SetupContext } from '@vue/runtime-core';
22
-
23
- declare const ANIMATION = "animation";
24
-
25
- declare type AnimationTypes = typeof TRANSITION | typeof ANIMATION;
26
-
27
- declare type AssignerFn = (value: any) => void;
28
-
29
- declare const BaseClass: {
30
- new (): HTMLElement;
31
- prototype: HTMLElement;
32
- };
33
-
34
- export declare const createApp: CreateAppFunction<Element>;
35
-
36
- export declare const createSSRApp: CreateAppFunction<Element>;
37
-
38
- export declare function defineCustomElement<Props, RawBindings = object>(setup: (props: Readonly<Props>, ctx: SetupContext) => RawBindings | RenderFunction): VueElementConstructor<Props>;
39
-
40
- export declare function defineCustomElement<Props = {}, RawBindings = {}, D = {}, C extends ComputedOptions = {}, M extends MethodOptions = {}, Mixin extends ComponentOptionsMixin = ComponentOptionsMixin, Extends extends ComponentOptionsMixin = ComponentOptionsMixin, E extends EmitsOptions = EmitsOptions, EE extends string = string, I extends ComponentInjectOptions = {}, II extends string = string>(options: ComponentOptionsWithoutProps<Props, RawBindings, D, C, M, Mixin, Extends, E, EE, I, II> & {
41
- styles?: string[];
42
- }): VueElementConstructor<Props>;
43
-
44
- export declare function defineCustomElement<PropNames extends string, RawBindings, D, C extends ComputedOptions = {}, M extends MethodOptions = {}, Mixin extends ComponentOptionsMixin = ComponentOptionsMixin, Extends extends ComponentOptionsMixin = ComponentOptionsMixin, E extends EmitsOptions = Record<string, any>, EE extends string = string, I extends ComponentInjectOptions = {}, II extends string = string>(options: ComponentOptionsWithArrayProps<PropNames, RawBindings, D, C, M, Mixin, Extends, E, EE, I, II> & {
45
- styles?: string[];
46
- }): VueElementConstructor<{
47
- [K in PropNames]: any;
48
- }>;
49
-
50
- export declare function defineCustomElement<PropsOptions extends Readonly<ComponentPropsOptions>, RawBindings, D, C extends ComputedOptions = {}, M extends MethodOptions = {}, Mixin extends ComponentOptionsMixin = ComponentOptionsMixin, Extends extends ComponentOptionsMixin = ComponentOptionsMixin, E extends EmitsOptions = Record<string, any>, EE extends string = string, I extends ComponentInjectOptions = {}, II extends string = string>(options: ComponentOptionsWithObjectProps<PropsOptions, RawBindings, D, C, M, Mixin, Extends, E, EE, I, II> & {
51
- styles?: string[];
52
- }): VueElementConstructor<ExtractPropTypes<PropsOptions>>;
53
-
54
- export declare function defineCustomElement(options: {
55
- new (...args: any[]): ComponentPublicInstance;
56
- }): VueElementConstructor;
57
-
58
- export declare const defineSSRCustomElement: typeof defineCustomElement;
59
-
60
- export declare const hydrate: RootHydrateFunction;
61
-
62
- /* Excluded from this release type: initDirectivesForSSR */
63
-
64
- declare type InnerComponentDef = ConcreteComponent & {
65
- styles?: string[];
66
- };
67
-
68
- declare type ModelDirective<T> = ObjectDirective<T & {
69
- _assign: AssignerFn;
70
- }>;
71
-
72
- export declare const render: RootRenderFunction<Element | ShadowRoot>;
73
-
74
- declare const TRANSITION = "transition";
75
-
76
- export declare const Transition: FunctionalComponent<TransitionProps>;
77
-
78
- export declare const TransitionGroup: new () => {
79
- $props: TransitionGroupProps;
80
- };
81
-
82
- export declare type TransitionGroupProps = Omit<TransitionProps, 'mode'> & {
83
- tag?: string;
84
- moveClass?: string;
85
- };
86
-
87
- export declare interface TransitionProps extends BaseTransitionProps<Element> {
88
- name?: string;
89
- type?: AnimationTypes;
90
- css?: boolean;
91
- duration?: number | {
92
- enter: number;
93
- leave: number;
94
- };
95
- enterFromClass?: string;
96
- enterActiveClass?: string;
97
- enterToClass?: string;
98
- appearFromClass?: string;
99
- appearActiveClass?: string;
100
- appearToClass?: string;
101
- leaveFromClass?: string;
102
- leaveActiveClass?: string;
103
- leaveToClass?: string;
104
- }
105
-
106
- export declare function useCssModule(name?: string): Record<string, string>;
107
-
108
- /**
109
- * Runtime helper for SFC's CSS variable injection feature.
110
- * @private
111
- */
112
- export declare function useCssVars(getter: (ctx: any) => Record<string, string>): void;
113
-
114
- export declare const vModelCheckbox: ModelDirective<HTMLInputElement>;
115
-
116
- export declare const vModelDynamic: ObjectDirective<HTMLInputElement | HTMLSelectElement | HTMLTextAreaElement>;
117
-
118
- export declare const vModelRadio: ModelDirective<HTMLInputElement>;
119
-
120
- export declare const vModelSelect: ModelDirective<HTMLSelectElement>;
121
-
122
- export declare const vModelText: ModelDirective<HTMLInputElement | HTMLTextAreaElement>;
123
-
124
- export declare const vShow: ObjectDirective<VShowElement>;
125
-
126
- declare interface VShowElement extends HTMLElement {
127
- _vod: string;
128
- }
129
-
130
- export declare class VueElement extends BaseClass {
131
- private _def;
132
- private _props;
133
- /* Excluded from this release type: _instance */
134
- private _connected;
135
- private _resolved;
136
- private _numberProps;
137
- private _styles?;
138
- constructor(_def: InnerComponentDef, _props?: Record<string, any>, hydrate?: RootHydrateFunction);
139
- connectedCallback(): void;
140
- disconnectedCallback(): void;
141
- /**
142
- * resolve inner component definition (handle possible async component)
143
- */
144
- private _resolveDef;
145
- private _resolveProps;
146
- protected _setAttr(key: string): void;
147
- /* Excluded from this release type: _getProp */
148
- /* Excluded from this release type: _setProp */
149
- private _update;
150
- private _createVNode;
151
- private _applyStyles;
152
- }
153
-
154
- export declare type VueElementConstructor<P = {}> = {
155
- new (initialProps?: Record<string, any>): VueElement & P;
156
- };
157
-
158
- /**
159
- * @private
160
- */
161
- export declare const withKeys: (fn: Function, modifiers: string[]) => (event: KeyboardEvent) => any;
162
-
163
- /**
164
- * @private
165
- */
166
- export declare const withModifiers: (fn: Function, modifiers: string[]) => (event: Event, ...args: unknown[]) => any;
167
-
168
-
169
- export * from "@vue/runtime-core";
170
-
171
- export { }
172
-
173
- // Note: this file is auto concatenated to the end of the bundled d.ts during
174
- // build.
175
-
176
- // This code is based on react definition in DefinitelyTyped published under the MIT license.
177
- // Repository: https://github.com/DefinitelyTyped/DefinitelyTyped
178
- // Path in the repository: types/react/index.d.ts
179
- //
180
- // Copyrights of original definition are:
181
- // AssureSign <http://www.assuresign.com>
182
- // Microsoft <https://microsoft.com>
183
- // John Reilly <https://github.com/johnnyreilly>
184
- // Benoit Benezech <https://github.com/bbenezech>
185
- // Patricio Zavolinsky <https://github.com/pzavolinsky>
186
- // Digiguru <https://github.com/digiguru>
187
- // Eric Anderson <https://github.com/ericanderson>
188
- // Dovydas Navickas <https://github.com/DovydasNavickas>
189
- // Josh Rutherford <https://github.com/theruther4d>
190
- // Guilherme Hübner <https://github.com/guilhermehubner>
191
- // Ferdy Budhidharma <https://github.com/ferdaber>
192
- // Johann Rakotoharisoa <https://github.com/jrakotoharisoa>
193
- // Olivier Pascal <https://github.com/pascaloliv>
194
- // Martin Hochel <https://github.com/hotell>
195
- // Frank Li <https://github.com/franklixuefei>
196
- // Jessica Franco <https://github.com/Jessidhia>
197
- // Saransh Kataria <https://github.com/saranshkataria>
198
- // Kanitkorn Sujautra <https://github.com/lukyth>
199
- // Sebastian Silbermann <https://github.com/eps1lon>
200
-
201
- import { VNode } from '@vue/runtime-core'
202
- import * as CSS from 'csstype'
203
-
204
- export interface CSSProperties
205
- extends CSS.Properties<string | number>,
206
- CSS.PropertiesHyphen<string | number> {
207
- /**
208
- * The index signature was removed to enable closed typing for style
209
- * using CSSType. You're able to use type assertion or module augmentation
210
- * to add properties or an index signature of your own.
211
- *
212
- * For examples and more information, visit:
213
- * https://github.com/frenic/csstype#what-should-i-do-when-i-get-type-errors
214
- */
215
- [v: `--${string}`]: string | number | undefined
216
-
217
- // JsView Added >>>
218
- // 解决npm run build时,ts判断style自定义属性值错误的问题。
219
- [Jsv: string]: string | number | undefined
220
- // JsView Added <<<
221
- }
222
-
223
- type Booleanish = boolean | 'true' | 'false'
224
- type Numberish = number | string
225
-
226
- // All the WAI-ARIA 1.1 attributes from https://www.w3.org/TR/wai-aria-1.1/
227
- interface AriaAttributes {
228
- /** Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application. */
229
- 'aria-activedescendant'?: string
230
- /** Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute. */
231
- 'aria-atomic'?: Booleanish
232
- /**
233
- * Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be
234
- * presented if they are made.
235
- */
236
- 'aria-autocomplete'?: 'none' | 'inline' | 'list' | 'both'
237
- /** Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user. */
238
- 'aria-busy'?: Booleanish
239
- /**
240
- * Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.
241
- * @see aria-pressed @see aria-selected.
242
- */
243
- 'aria-checked'?: Booleanish | 'mixed'
244
- /**
245
- * Defines the total number of columns in a table, grid, or treegrid.
246
- * @see aria-colindex.
247
- */
248
- 'aria-colcount'?: Numberish
249
- /**
250
- * Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid.
251
- * @see aria-colcount @see aria-colspan.
252
- */
253
- 'aria-colindex'?: Numberish
254
- /**
255
- * Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.
256
- * @see aria-colindex @see aria-rowspan.
257
- */
258
- 'aria-colspan'?: Numberish
259
- /**
260
- * Identifies the element (or elements) whose contents or presence are controlled by the current element.
261
- * @see aria-owns.
262
- */
263
- 'aria-controls'?: string
264
- /** Indicates the element that represents the current item within a container or set of related elements. */
265
- 'aria-current'?: Booleanish | 'page' | 'step' | 'location' | 'date' | 'time'
266
- /**
267
- * Identifies the element (or elements) that describes the object.
268
- * @see aria-labelledby
269
- */
270
- 'aria-describedby'?: string
271
- /**
272
- * Identifies the element that provides a detailed, extended description for the object.
273
- * @see aria-describedby.
274
- */
275
- 'aria-details'?: string
276
- /**
277
- * Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.
278
- * @see aria-hidden @see aria-readonly.
279
- */
280
- 'aria-disabled'?: Booleanish
281
- /**
282
- * Indicates what functions can be performed when a dragged object is released on the drop target.
283
- * @deprecated in ARIA 1.1
284
- */
285
- 'aria-dropeffect'?: 'none' | 'copy' | 'execute' | 'link' | 'move' | 'popup'
286
- /**
287
- * Identifies the element that provides an error message for the object.
288
- * @see aria-invalid @see aria-describedby.
289
- */
290
- 'aria-errormessage'?: string
291
- /** Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed. */
292
- 'aria-expanded'?: Booleanish
293
- /**
294
- * Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion,
295
- * allows assistive technology to override the general default of reading in document source order.
296
- */
297
- 'aria-flowto'?: string
298
- /**
299
- * Indicates an element's "grabbed" state in a drag-and-drop operation.
300
- * @deprecated in ARIA 1.1
301
- */
302
- 'aria-grabbed'?: Booleanish
303
- /** Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element. */
304
- 'aria-haspopup'?: Booleanish | 'menu' | 'listbox' | 'tree' | 'grid' | 'dialog'
305
- /**
306
- * Indicates whether the element is exposed to an accessibility API.
307
- * @see aria-disabled.
308
- */
309
- 'aria-hidden'?: Booleanish
310
- /**
311
- * Indicates the entered value does not conform to the format expected by the application.
312
- * @see aria-errormessage.
313
- */
314
- 'aria-invalid'?: Booleanish | 'grammar' | 'spelling'
315
- /** Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element. */
316
- 'aria-keyshortcuts'?: string
317
- /**
318
- * Defines a string value that labels the current element.
319
- * @see aria-labelledby.
320
- */
321
- 'aria-label'?: string
322
- /**
323
- * Identifies the element (or elements) that labels the current element.
324
- * @see aria-describedby.
325
- */
326
- 'aria-labelledby'?: string
327
- /** Defines the hierarchical level of an element within a structure. */
328
- 'aria-level'?: Numberish
329
- /** Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region. */
330
- 'aria-live'?: 'off' | 'assertive' | 'polite'
331
- /** Indicates whether an element is modal when displayed. */
332
- 'aria-modal'?: Booleanish
333
- /** Indicates whether a text box accepts multiple lines of input or only a single line. */
334
- 'aria-multiline'?: Booleanish
335
- /** Indicates that the user may select more than one item from the current selectable descendants. */
336
- 'aria-multiselectable'?: Booleanish
337
- /** Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous. */
338
- 'aria-orientation'?: 'horizontal' | 'vertical'
339
- /**
340
- * Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship
341
- * between DOM elements where the DOM hierarchy cannot be used to represent the relationship.
342
- * @see aria-controls.
343
- */
344
- 'aria-owns'?: string
345
- /**
346
- * Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value.
347
- * A hint could be a sample value or a brief description of the expected format.
348
- */
349
- 'aria-placeholder'?: string
350
- /**
351
- * Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM.
352
- * @see aria-setsize.
353
- */
354
- 'aria-posinset'?: Numberish
355
- /**
356
- * Indicates the current "pressed" state of toggle buttons.
357
- * @see aria-checked @see aria-selected.
358
- */
359
- 'aria-pressed'?: Booleanish | 'mixed'
360
- /**
361
- * Indicates that the element is not editable, but is otherwise operable.
362
- * @see aria-disabled.
363
- */
364
- 'aria-readonly'?: Booleanish
365
- /**
366
- * Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.
367
- * @see aria-atomic.
368
- */
369
- 'aria-relevant'?: 'additions' | 'additions text' | 'all' | 'removals' | 'text'
370
- /** Indicates that user input is required on the element before a form may be submitted. */
371
- 'aria-required'?: Booleanish
372
- /** Defines a human-readable, author-localized description for the role of an element. */
373
- 'aria-roledescription'?: string
374
- /**
375
- * Defines the total number of rows in a table, grid, or treegrid.
376
- * @see aria-rowindex.
377
- */
378
- 'aria-rowcount'?: Numberish
379
- /**
380
- * Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid.
381
- * @see aria-rowcount @see aria-rowspan.
382
- */
383
- 'aria-rowindex'?: Numberish
384
- /**
385
- * Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.
386
- * @see aria-rowindex @see aria-colspan.
387
- */
388
- 'aria-rowspan'?: Numberish
389
- /**
390
- * Indicates the current "selected" state of various widgets.
391
- * @see aria-checked @see aria-pressed.
392
- */
393
- 'aria-selected'?: Booleanish
394
- /**
395
- * Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM.
396
- * @see aria-posinset.
397
- */
398
- 'aria-setsize'?: Numberish
399
- /** Indicates if items in a table or grid are sorted in ascending or descending order. */
400
- 'aria-sort'?: 'none' | 'ascending' | 'descending' | 'other'
401
- /** Defines the maximum allowed value for a range widget. */
402
- 'aria-valuemax'?: Numberish
403
- /** Defines the minimum allowed value for a range widget. */
404
- 'aria-valuemin'?: Numberish
405
- /**
406
- * Defines the current value for a range widget.
407
- * @see aria-valuetext.
408
- */
409
- 'aria-valuenow'?: Numberish
410
- /** Defines the human readable text alternative of aria-valuenow for a range widget. */
411
- 'aria-valuetext'?: string
412
- }
413
-
414
- // Vue's style normalization supports nested arrays
415
- export type StyleValue = string | CSSProperties | Array<StyleValue>
416
-
417
- export interface HTMLAttributes extends AriaAttributes, EventHandlers<Events> {
418
- innerHTML?: string
419
-
420
- class?: any
421
- style?: StyleValue
422
-
423
- // Standard HTML Attributes
424
- accesskey?: string
425
- contenteditable?: Booleanish | 'inherit'
426
- contextmenu?: string
427
- dir?: string
428
- draggable?: Booleanish
429
- hidden?: Booleanish
430
- id?: string
431
- lang?: string
432
- placeholder?: string
433
- spellcheck?: Booleanish
434
- tabindex?: Numberish
435
- title?: string
436
- translate?: 'yes' | 'no'
437
-
438
- // Unknown
439
- radiogroup?: string // <command>, <menuitem>
440
-
441
- // WAI-ARIA
442
- role?: string
443
-
444
- // RDFa Attributes
445
- about?: string
446
- datatype?: string
447
- inlist?: any
448
- prefix?: string
449
- property?: string
450
- resource?: string
451
- typeof?: string
452
- vocab?: string
453
-
454
- // Non-standard Attributes
455
- autocapitalize?: string
456
- autocorrect?: string
457
- autosave?: string
458
- color?: string
459
- itemprop?: string
460
- itemscope?: Booleanish
461
- itemtype?: string
462
- itemid?: string
463
- itemref?: string
464
- results?: Numberish
465
- security?: string
466
- unselectable?: 'on' | 'off'
467
-
468
- // Living Standard
469
- /**
470
- * Hints at the type of data that might be entered by the user while editing the element or its contents
471
- * @see https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute
472
- */
473
- inputmode?:
474
- | 'none'
475
- | 'text'
476
- | 'tel'
477
- | 'url'
478
- | 'email'
479
- | 'numeric'
480
- | 'decimal'
481
- | 'search'
482
- /**
483
- * Specify that a standard HTML element should behave like a defined custom built-in element
484
- * @see https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is
485
- */
486
- is?: string
487
- }
488
-
489
- export interface AnchorHTMLAttributes extends HTMLAttributes {
490
- download?: any
491
- href?: string
492
- hreflang?: string
493
- media?: string
494
- ping?: string
495
- rel?: string
496
- target?: string
497
- type?: string
498
- referrerpolicy?: string
499
- }
500
-
501
- export interface AreaHTMLAttributes extends HTMLAttributes {
502
- alt?: string
503
- coords?: string
504
- download?: any
505
- href?: string
506
- hreflang?: string
507
- media?: string
508
- rel?: string
509
- shape?: string
510
- target?: string
511
- }
512
-
513
- export interface AudioHTMLAttributes extends MediaHTMLAttributes {}
514
-
515
- export interface BaseHTMLAttributes extends HTMLAttributes {
516
- href?: string
517
- target?: string
518
- }
519
-
520
- export interface BlockquoteHTMLAttributes extends HTMLAttributes {
521
- cite?: string
522
- }
523
-
524
- export interface ButtonHTMLAttributes extends HTMLAttributes {
525
- autofocus?: Booleanish
526
- disabled?: Booleanish
527
- form?: string
528
- formaction?: string
529
- formenctype?: string
530
- formmethod?: string
531
- formnovalidate?: Booleanish
532
- formtarget?: string
533
- name?: string
534
- type?: 'submit' | 'reset' | 'button'
535
- value?: string | string[] | number
536
- }
537
-
538
- export interface CanvasHTMLAttributes extends HTMLAttributes {
539
- height?: Numberish
540
- width?: Numberish
541
- }
542
-
543
- export interface ColHTMLAttributes extends HTMLAttributes {
544
- span?: Numberish
545
- width?: Numberish
546
- }
547
-
548
- export interface ColgroupHTMLAttributes extends HTMLAttributes {
549
- span?: Numberish
550
- }
551
-
552
- export interface DataHTMLAttributes extends HTMLAttributes {
553
- value?: string | string[] | number
554
- }
555
-
556
- export interface DetailsHTMLAttributes extends HTMLAttributes {
557
- open?: Booleanish
558
- }
559
-
560
- export interface DelHTMLAttributes extends HTMLAttributes {
561
- cite?: string
562
- datetime?: string
563
- }
564
-
565
- export interface DialogHTMLAttributes extends HTMLAttributes {
566
- open?: Booleanish
567
- }
568
-
569
- export interface EmbedHTMLAttributes extends HTMLAttributes {
570
- height?: Numberish
571
- src?: string
572
- type?: string
573
- width?: Numberish
574
- }
575
-
576
- export interface FieldsetHTMLAttributes extends HTMLAttributes {
577
- disabled?: Booleanish
578
- form?: string
579
- name?: string
580
- }
581
-
582
- export interface FormHTMLAttributes extends HTMLAttributes {
583
- acceptcharset?: string
584
- action?: string
585
- autocomplete?: string
586
- enctype?: string
587
- method?: string
588
- name?: string
589
- novalidate?: Booleanish
590
- target?: string
591
- }
592
-
593
- export interface HtmlHTMLAttributes extends HTMLAttributes {
594
- manifest?: string
595
- }
596
-
597
- export interface IframeHTMLAttributes extends HTMLAttributes {
598
- allow?: string
599
- allowfullscreen?: Booleanish
600
- allowtransparency?: Booleanish
601
- frameborder?: Numberish
602
- height?: Numberish
603
- marginheight?: Numberish
604
- marginwidth?: Numberish
605
- name?: string
606
- referrerpolicy?: string
607
- sandbox?: string
608
- scrolling?: string
609
- seamless?: Booleanish
610
- src?: string
611
- srcdoc?: string
612
- width?: Numberish
613
- }
614
-
615
- export interface ImgHTMLAttributes extends HTMLAttributes {
616
- alt?: string
617
- crossorigin?: 'anonymous' | 'use-credentials' | ''
618
- decoding?: 'async' | 'auto' | 'sync'
619
- height?: Numberish
620
- sizes?: string
621
- src?: string
622
- srcset?: string
623
- usemap?: string
624
- width?: Numberish
625
- }
626
-
627
- export interface InsHTMLAttributes extends HTMLAttributes {
628
- cite?: string
629
- datetime?: string
630
- }
631
-
632
- export interface InputHTMLAttributes extends HTMLAttributes {
633
- accept?: string
634
- alt?: string
635
- autocomplete?: string
636
- autofocus?: Booleanish
637
- capture?: boolean | 'user' | 'environment' // https://www.w3.org/tr/html-media-capture/#the-capture-attribute
638
- checked?: Booleanish | any[] | Set<any> // for IDE v-model multi-checkbox support
639
- crossorigin?: string
640
- disabled?: Booleanish
641
- form?: string
642
- formaction?: string
643
- formenctype?: string
644
- formmethod?: string
645
- formnovalidate?: Booleanish
646
- formtarget?: string
647
- height?: Numberish
648
- indeterminate?: boolean
649
- list?: string
650
- max?: Numberish
651
- maxlength?: Numberish
652
- min?: Numberish
653
- minlength?: Numberish
654
- multiple?: Booleanish
655
- name?: string
656
- pattern?: string
657
- placeholder?: string
658
- readonly?: Booleanish
659
- required?: Booleanish
660
- size?: Numberish
661
- src?: string
662
- step?: Numberish
663
- type?: string
664
- value?: any // we support :value to be bound to anything w/ v-model
665
- width?: Numberish
666
- }
667
-
668
- export interface KeygenHTMLAttributes extends HTMLAttributes {
669
- autofocus?: Booleanish
670
- challenge?: string
671
- disabled?: Booleanish
672
- form?: string
673
- keytype?: string
674
- keyparams?: string
675
- name?: string
676
- }
677
-
678
- export interface LabelHTMLAttributes extends HTMLAttributes {
679
- for?: string
680
- form?: string
681
- }
682
-
683
- export interface LiHTMLAttributes extends HTMLAttributes {
684
- value?: string | string[] | number
685
- }
686
-
687
- export interface LinkHTMLAttributes extends HTMLAttributes {
688
- as?: string
689
- crossorigin?: string
690
- href?: string
691
- hreflang?: string
692
- integrity?: string
693
- media?: string
694
- rel?: string
695
- sizes?: string
696
- type?: string
697
- }
698
-
699
- export interface MapHTMLAttributes extends HTMLAttributes {
700
- name?: string
701
- }
702
-
703
- export interface MenuHTMLAttributes extends HTMLAttributes {
704
- type?: string
705
- }
706
-
707
- export interface MediaHTMLAttributes extends HTMLAttributes {
708
- autoplay?: Booleanish
709
- controls?: Booleanish
710
- controlslist?: string
711
- crossorigin?: string
712
- loop?: Booleanish
713
- mediagroup?: string
714
- muted?: Booleanish
715
- playsinline?: Booleanish
716
- preload?: string
717
- src?: string
718
- }
719
-
720
- export interface MetaHTMLAttributes extends HTMLAttributes {
721
- charset?: string
722
- content?: string
723
- httpequiv?: string
724
- name?: string
725
- }
726
-
727
- export interface MeterHTMLAttributes extends HTMLAttributes {
728
- form?: string
729
- high?: Numberish
730
- low?: Numberish
731
- max?: Numberish
732
- min?: Numberish
733
- optimum?: Numberish
734
- value?: string | string[] | number
735
- }
736
-
737
- export interface QuoteHTMLAttributes extends HTMLAttributes {
738
- cite?: string
739
- }
740
-
741
- export interface ObjectHTMLAttributes extends HTMLAttributes {
742
- classid?: string
743
- data?: string
744
- form?: string
745
- height?: Numberish
746
- name?: string
747
- type?: string
748
- usemap?: string
749
- width?: Numberish
750
- wmode?: string
751
- }
752
-
753
- export interface OlHTMLAttributes extends HTMLAttributes {
754
- reversed?: Booleanish
755
- start?: Numberish
756
- type?: '1' | 'a' | 'A' | 'i' | 'I'
757
- }
758
-
759
- export interface OptgroupHTMLAttributes extends HTMLAttributes {
760
- disabled?: Booleanish
761
- label?: string
762
- }
763
-
764
- export interface OptionHTMLAttributes extends HTMLAttributes {
765
- disabled?: Booleanish
766
- label?: string
767
- selected?: Booleanish
768
- value?: any // we support :value to be bound to anything w/ v-model
769
- }
770
-
771
- export interface OutputHTMLAttributes extends HTMLAttributes {
772
- for?: string
773
- form?: string
774
- name?: string
775
- }
776
-
777
- export interface ParamHTMLAttributes extends HTMLAttributes {
778
- name?: string
779
- value?: string | string[] | number
780
- }
781
-
782
- export interface ProgressHTMLAttributes extends HTMLAttributes {
783
- max?: Numberish
784
- value?: string | string[] | number
785
- }
786
-
787
- export interface ScriptHTMLAttributes extends HTMLAttributes {
788
- async?: Booleanish
789
- charset?: string
790
- crossorigin?: string
791
- defer?: Booleanish
792
- integrity?: string
793
- nomodule?: Booleanish
794
- nonce?: string
795
- src?: string
796
- type?: string
797
- }
798
-
799
- export interface SelectHTMLAttributes extends HTMLAttributes {
800
- autocomplete?: string
801
- autofocus?: Booleanish
802
- disabled?: Booleanish
803
- form?: string
804
- multiple?: Booleanish
805
- name?: string
806
- required?: Booleanish
807
- size?: Numberish
808
- value?: any // we support :value to be bound to anything w/ v-model
809
- }
810
-
811
- export interface SourceHTMLAttributes extends HTMLAttributes {
812
- media?: string
813
- sizes?: string
814
- src?: string
815
- srcset?: string
816
- type?: string
817
- }
818
-
819
- export interface StyleHTMLAttributes extends HTMLAttributes {
820
- media?: string
821
- nonce?: string
822
- scoped?: Booleanish
823
- type?: string
824
- }
825
-
826
- export interface TableHTMLAttributes extends HTMLAttributes {
827
- cellpadding?: Numberish
828
- cellspacing?: Numberish
829
- summary?: string
830
- }
831
-
832
- export interface TextareaHTMLAttributes extends HTMLAttributes {
833
- autocomplete?: string
834
- autofocus?: Booleanish
835
- cols?: Numberish
836
- dirname?: string
837
- disabled?: Booleanish
838
- form?: string
839
- maxlength?: Numberish
840
- minlength?: Numberish
841
- name?: string
842
- placeholder?: string
843
- readonly?: boolean
844
- required?: Booleanish
845
- rows?: Numberish
846
- value?: string | string[] | number
847
- wrap?: string
848
- }
849
-
850
- export interface TdHTMLAttributes extends HTMLAttributes {
851
- align?: 'left' | 'center' | 'right' | 'justify' | 'char'
852
- colspan?: Numberish
853
- headers?: string
854
- rowspan?: Numberish
855
- scope?: string
856
- valign?: 'top' | 'middle' | 'bottom' | 'baseline'
857
- }
858
-
859
- export interface ThHTMLAttributes extends HTMLAttributes {
860
- align?: 'left' | 'center' | 'right' | 'justify' | 'char'
861
- colspan?: Numberish
862
- headers?: string
863
- rowspan?: Numberish
864
- scope?: string
865
- }
866
-
867
- export interface TimeHTMLAttributes extends HTMLAttributes {
868
- datetime?: string
869
- }
870
-
871
- export interface TrackHTMLAttributes extends HTMLAttributes {
872
- default?: Booleanish
873
- kind?: string
874
- label?: string
875
- src?: string
876
- srclang?: string
877
- }
878
-
879
- export interface VideoHTMLAttributes extends MediaHTMLAttributes {
880
- height?: Numberish
881
- playsinline?: Booleanish
882
- poster?: string
883
- width?: Numberish
884
- disablePictureInPicture?: Booleanish
885
- }
886
-
887
- export interface WebViewHTMLAttributes extends HTMLAttributes {
888
- allowfullscreen?: Booleanish
889
- allowpopups?: Booleanish
890
- autoFocus?: Booleanish
891
- autosize?: Booleanish
892
- blinkfeatures?: string
893
- disableblinkfeatures?: string
894
- disableguestresize?: Booleanish
895
- disablewebsecurity?: Booleanish
896
- guestinstance?: string
897
- httpreferrer?: string
898
- nodeintegration?: Booleanish
899
- partition?: string
900
- plugins?: Booleanish
901
- preload?: string
902
- src?: string
903
- useragent?: string
904
- webpreferences?: string
905
- }
906
-
907
- export interface SVGAttributes extends AriaAttributes, EventHandlers<Events> {
908
- innerHTML?: string
909
-
910
- /**
911
- * SVG Styling Attributes
912
- * @see https://www.w3.org/TR/SVG/styling.html#ElementSpecificStyling
913
- */
914
- class?: any
915
- style?: string | CSSProperties
916
-
917
- color?: string
918
- height?: Numberish
919
- id?: string
920
- lang?: string
921
- max?: Numberish
922
- media?: string
923
- method?: string
924
- min?: Numberish
925
- name?: string
926
- target?: string
927
- type?: string
928
- width?: Numberish
929
-
930
- // Other HTML properties supported by SVG elements in browsers
931
- role?: string
932
- tabindex?: Numberish
933
-
934
- // SVG Specific attributes
935
- 'accent-height'?: Numberish
936
- accumulate?: 'none' | 'sum'
937
- additive?: 'replace' | 'sum'
938
- 'alignment-baseline'?:
939
- | 'auto'
940
- | 'baseline'
941
- | 'before-edge'
942
- | 'text-before-edge'
943
- | 'middle'
944
- | 'central'
945
- | 'after-edge'
946
- | 'text-after-edge'
947
- | 'ideographic'
948
- | 'alphabetic'
949
- | 'hanging'
950
- | 'mathematical'
951
- | 'inherit'
952
- allowReorder?: 'no' | 'yes'
953
- alphabetic?: Numberish
954
- amplitude?: Numberish
955
- 'arabic-form'?: 'initial' | 'medial' | 'terminal' | 'isolated'
956
- ascent?: Numberish
957
- attributeName?: string
958
- attributeType?: string
959
- autoReverse?: Numberish
960
- azimuth?: Numberish
961
- baseFrequency?: Numberish
962
- 'baseline-shift'?: Numberish
963
- baseProfile?: Numberish
964
- bbox?: Numberish
965
- begin?: Numberish
966
- bias?: Numberish
967
- by?: Numberish
968
- calcMode?: Numberish
969
- 'cap-height'?: Numberish
970
- clip?: Numberish
971
- 'clip-path'?: string
972
- clipPathUnits?: Numberish
973
- 'clip-rule'?: Numberish
974
- 'color-interpolation'?: Numberish
975
- 'color-interpolation-filters'?: 'auto' | 'sRGB' | 'linearRGB' | 'inherit'
976
- 'color-profile'?: Numberish
977
- 'color-rendering'?: Numberish
978
- contentScriptType?: Numberish
979
- contentStyleType?: Numberish
980
- cursor?: Numberish
981
- cx?: Numberish
982
- cy?: Numberish
983
- d?: string
984
- decelerate?: Numberish
985
- descent?: Numberish
986
- diffuseConstant?: Numberish
987
- direction?: Numberish
988
- display?: Numberish
989
- divisor?: Numberish
990
- 'dominant-baseline'?: Numberish
991
- dur?: Numberish
992
- dx?: Numberish
993
- dy?: Numberish
994
- edgeMode?: Numberish
995
- elevation?: Numberish
996
- 'enable-background'?: Numberish
997
- end?: Numberish
998
- exponent?: Numberish
999
- externalResourcesRequired?: Numberish
1000
- fill?: string
1001
- 'fill-opacity'?: Numberish
1002
- 'fill-rule'?: 'nonzero' | 'evenodd' | 'inherit'
1003
- filter?: string
1004
- filterRes?: Numberish
1005
- filterUnits?: Numberish
1006
- 'flood-color'?: Numberish
1007
- 'flood-opacity'?: Numberish
1008
- focusable?: Numberish
1009
- 'font-family'?: string
1010
- 'font-size'?: Numberish
1011
- 'font-size-adjust'?: Numberish
1012
- 'font-stretch'?: Numberish
1013
- 'font-style'?: Numberish
1014
- 'font-variant'?: Numberish
1015
- 'font-weight'?: Numberish
1016
- format?: Numberish
1017
- from?: Numberish
1018
- fx?: Numberish
1019
- fy?: Numberish
1020
- g1?: Numberish
1021
- g2?: Numberish
1022
- 'glyph-name'?: Numberish
1023
- 'glyph-orientation-horizontal'?: Numberish
1024
- 'glyph-orientation-vertical'?: Numberish
1025
- glyphRef?: Numberish
1026
- gradientTransform?: string
1027
- gradientUnits?: string
1028
- hanging?: Numberish
1029
- 'horiz-adv-x'?: Numberish
1030
- 'horiz-origin-x'?: Numberish
1031
- href?: string
1032
- ideographic?: Numberish
1033
- 'image-rendering'?: Numberish
1034
- in2?: Numberish
1035
- in?: string
1036
- intercept?: Numberish
1037
- k1?: Numberish
1038
- k2?: Numberish
1039
- k3?: Numberish
1040
- k4?: Numberish
1041
- k?: Numberish
1042
- kernelMatrix?: Numberish
1043
- kernelUnitLength?: Numberish
1044
- kerning?: Numberish
1045
- keyPoints?: Numberish
1046
- keySplines?: Numberish
1047
- keyTimes?: Numberish
1048
- lengthAdjust?: Numberish
1049
- 'letter-spacing'?: Numberish
1050
- 'lighting-color'?: Numberish
1051
- limitingConeAngle?: Numberish
1052
- local?: Numberish
1053
- 'marker-end'?: string
1054
- markerHeight?: Numberish
1055
- 'marker-mid'?: string
1056
- 'marker-start'?: string
1057
- markerUnits?: Numberish
1058
- markerWidth?: Numberish
1059
- mask?: string
1060
- maskContentUnits?: Numberish
1061
- maskUnits?: Numberish
1062
- mathematical?: Numberish
1063
- mode?: Numberish
1064
- numOctaves?: Numberish
1065
- offset?: Numberish
1066
- opacity?: Numberish
1067
- operator?: Numberish
1068
- order?: Numberish
1069
- orient?: Numberish
1070
- orientation?: Numberish
1071
- origin?: Numberish
1072
- overflow?: Numberish
1073
- 'overline-position'?: Numberish
1074
- 'overline-thickness'?: Numberish
1075
- 'paint-order'?: Numberish
1076
- 'panose-1'?: Numberish
1077
- pathLength?: Numberish
1078
- patternContentUnits?: string
1079
- patternTransform?: Numberish
1080
- patternUnits?: string
1081
- 'pointer-events'?: Numberish
1082
- points?: string
1083
- pointsAtX?: Numberish
1084
- pointsAtY?: Numberish
1085
- pointsAtZ?: Numberish
1086
- preserveAlpha?: Numberish
1087
- preserveAspectRatio?: string
1088
- primitiveUnits?: Numberish
1089
- r?: Numberish
1090
- radius?: Numberish
1091
- refX?: Numberish
1092
- refY?: Numberish
1093
- renderingIntent?: Numberish
1094
- repeatCount?: Numberish
1095
- repeatDur?: Numberish
1096
- requiredExtensions?: Numberish
1097
- requiredFeatures?: Numberish
1098
- restart?: Numberish
1099
- result?: string
1100
- rotate?: Numberish
1101
- rx?: Numberish
1102
- ry?: Numberish
1103
- scale?: Numberish
1104
- seed?: Numberish
1105
- 'shape-rendering'?: Numberish
1106
- slope?: Numberish
1107
- spacing?: Numberish
1108
- specularConstant?: Numberish
1109
- specularExponent?: Numberish
1110
- speed?: Numberish
1111
- spreadMethod?: string
1112
- startOffset?: Numberish
1113
- stdDeviation?: Numberish
1114
- stemh?: Numberish
1115
- stemv?: Numberish
1116
- stitchTiles?: Numberish
1117
- 'stop-color'?: string
1118
- 'stop-opacity'?: Numberish
1119
- 'strikethrough-position'?: Numberish
1120
- 'strikethrough-thickness'?: Numberish
1121
- string?: Numberish
1122
- stroke?: string
1123
- 'stroke-dasharray'?: Numberish
1124
- 'stroke-dashoffset'?: Numberish
1125
- 'stroke-linecap'?: 'butt' | 'round' | 'square' | 'inherit'
1126
- 'stroke-linejoin'?: 'miter' | 'round' | 'bevel' | 'inherit'
1127
- 'stroke-miterlimit'?: Numberish
1128
- 'stroke-opacity'?: Numberish
1129
- 'stroke-width'?: Numberish
1130
- surfaceScale?: Numberish
1131
- systemLanguage?: Numberish
1132
- tableValues?: Numberish
1133
- targetX?: Numberish
1134
- targetY?: Numberish
1135
- 'text-anchor'?: string
1136
- 'text-decoration'?: Numberish
1137
- textLength?: Numberish
1138
- 'text-rendering'?: Numberish
1139
- to?: Numberish
1140
- transform?: string
1141
- u1?: Numberish
1142
- u2?: Numberish
1143
- 'underline-position'?: Numberish
1144
- 'underline-thickness'?: Numberish
1145
- unicode?: Numberish
1146
- 'unicode-bidi'?: Numberish
1147
- 'unicode-range'?: Numberish
1148
- 'unitsPer-em'?: Numberish
1149
- 'v-alphabetic'?: Numberish
1150
- values?: string
1151
- 'vector-effect'?: Numberish
1152
- version?: string
1153
- 'vert-adv-y'?: Numberish
1154
- 'vert-origin-x'?: Numberish
1155
- 'vert-origin-y'?: Numberish
1156
- 'v-hanging'?: Numberish
1157
- 'v-ideographic'?: Numberish
1158
- viewBox?: string
1159
- viewTarget?: Numberish
1160
- visibility?: Numberish
1161
- 'v-mathematical'?: Numberish
1162
- widths?: Numberish
1163
- 'word-spacing'?: Numberish
1164
- 'writing-mode'?: Numberish
1165
- x1?: Numberish
1166
- x2?: Numberish
1167
- x?: Numberish
1168
- xChannelSelector?: string
1169
- 'x-height'?: Numberish
1170
- xlinkActuate?: string
1171
- xlinkArcrole?: string
1172
- xlinkHref?: string
1173
- xlinkRole?: string
1174
- xlinkShow?: string
1175
- xlinkTitle?: string
1176
- xlinkType?: string
1177
- xmlns?: string
1178
- y1?: Numberish
1179
- y2?: Numberish
1180
- y?: Numberish
1181
- yChannelSelector?: string
1182
- z?: Numberish
1183
- zoomAndPan?: string
1184
- }
1185
-
1186
- interface IntrinsicElementAttributes {
1187
- a: AnchorHTMLAttributes
1188
- abbr: HTMLAttributes
1189
- address: HTMLAttributes
1190
- area: AreaHTMLAttributes
1191
- article: HTMLAttributes
1192
- aside: HTMLAttributes
1193
- audio: AudioHTMLAttributes
1194
- b: HTMLAttributes
1195
- base: BaseHTMLAttributes
1196
- bdi: HTMLAttributes
1197
- bdo: HTMLAttributes
1198
- blockquote: BlockquoteHTMLAttributes
1199
- body: HTMLAttributes
1200
- br: HTMLAttributes
1201
- button: ButtonHTMLAttributes
1202
- canvas: CanvasHTMLAttributes
1203
- caption: HTMLAttributes
1204
- cite: HTMLAttributes
1205
- code: HTMLAttributes
1206
- col: ColHTMLAttributes
1207
- colgroup: ColgroupHTMLAttributes
1208
- data: DataHTMLAttributes
1209
- datalist: HTMLAttributes
1210
- dd: HTMLAttributes
1211
- del: DelHTMLAttributes
1212
- details: DetailsHTMLAttributes
1213
- dfn: HTMLAttributes
1214
- dialog: DialogHTMLAttributes
1215
- div: HTMLAttributes
1216
- dl: HTMLAttributes
1217
- dt: HTMLAttributes
1218
- em: HTMLAttributes
1219
- embed: EmbedHTMLAttributes
1220
- fieldset: FieldsetHTMLAttributes
1221
- figcaption: HTMLAttributes
1222
- figure: HTMLAttributes
1223
- footer: HTMLAttributes
1224
- form: FormHTMLAttributes
1225
- h1: HTMLAttributes
1226
- h2: HTMLAttributes
1227
- h3: HTMLAttributes
1228
- h4: HTMLAttributes
1229
- h5: HTMLAttributes
1230
- h6: HTMLAttributes
1231
- head: HTMLAttributes
1232
- header: HTMLAttributes
1233
- hgroup: HTMLAttributes
1234
- hr: HTMLAttributes
1235
- html: HtmlHTMLAttributes
1236
- i: HTMLAttributes
1237
- iframe: IframeHTMLAttributes
1238
- img: ImgHTMLAttributes
1239
- input: InputHTMLAttributes
1240
- ins: InsHTMLAttributes
1241
- kbd: HTMLAttributes
1242
- keygen: KeygenHTMLAttributes
1243
- label: LabelHTMLAttributes
1244
- legend: HTMLAttributes
1245
- li: LiHTMLAttributes
1246
- link: LinkHTMLAttributes
1247
- main: HTMLAttributes
1248
- map: MapHTMLAttributes
1249
- mark: HTMLAttributes
1250
- menu: MenuHTMLAttributes
1251
- meta: MetaHTMLAttributes
1252
- meter: MeterHTMLAttributes
1253
- nav: HTMLAttributes
1254
- noindex: HTMLAttributes
1255
- noscript: HTMLAttributes
1256
- object: ObjectHTMLAttributes
1257
- ol: OlHTMLAttributes
1258
- optgroup: OptgroupHTMLAttributes
1259
- option: OptionHTMLAttributes
1260
- output: OutputHTMLAttributes
1261
- p: HTMLAttributes
1262
- param: ParamHTMLAttributes
1263
- picture: HTMLAttributes
1264
- pre: HTMLAttributes
1265
- progress: ProgressHTMLAttributes
1266
- q: QuoteHTMLAttributes
1267
- rp: HTMLAttributes
1268
- rt: HTMLAttributes
1269
- ruby: HTMLAttributes
1270
- s: HTMLAttributes
1271
- samp: HTMLAttributes
1272
- script: ScriptHTMLAttributes
1273
- section: HTMLAttributes
1274
- select: SelectHTMLAttributes
1275
- small: HTMLAttributes
1276
- source: SourceHTMLAttributes
1277
- span: HTMLAttributes
1278
- strong: HTMLAttributes
1279
- style: StyleHTMLAttributes
1280
- sub: HTMLAttributes
1281
- summary: HTMLAttributes
1282
- sup: HTMLAttributes
1283
- table: TableHTMLAttributes
1284
- template: HTMLAttributes
1285
- tbody: HTMLAttributes
1286
- td: TdHTMLAttributes
1287
- textarea: TextareaHTMLAttributes
1288
- tfoot: HTMLAttributes
1289
- th: ThHTMLAttributes
1290
- thead: HTMLAttributes
1291
- time: TimeHTMLAttributes
1292
- title: HTMLAttributes
1293
- tr: HTMLAttributes
1294
- track: TrackHTMLAttributes
1295
- u: HTMLAttributes
1296
- ul: HTMLAttributes
1297
- var: HTMLAttributes
1298
- video: VideoHTMLAttributes
1299
- wbr: HTMLAttributes
1300
- webview: WebViewHTMLAttributes
1301
-
1302
- // SVG
1303
- svg: SVGAttributes
1304
-
1305
- animate: SVGAttributes
1306
- animateMotion: SVGAttributes
1307
- animateTransform: SVGAttributes
1308
- circle: SVGAttributes
1309
- clipPath: SVGAttributes
1310
- defs: SVGAttributes
1311
- desc: SVGAttributes
1312
- ellipse: SVGAttributes
1313
- feBlend: SVGAttributes
1314
- feColorMatrix: SVGAttributes
1315
- feComponentTransfer: SVGAttributes
1316
- feComposite: SVGAttributes
1317
- feConvolveMatrix: SVGAttributes
1318
- feDiffuseLighting: SVGAttributes
1319
- feDisplacementMap: SVGAttributes
1320
- feDistantLight: SVGAttributes
1321
- feDropShadow: SVGAttributes
1322
- feFlood: SVGAttributes
1323
- feFuncA: SVGAttributes
1324
- feFuncB: SVGAttributes
1325
- feFuncG: SVGAttributes
1326
- feFuncR: SVGAttributes
1327
- feGaussianBlur: SVGAttributes
1328
- feImage: SVGAttributes
1329
- feMerge: SVGAttributes
1330
- feMergeNode: SVGAttributes
1331
- feMorphology: SVGAttributes
1332
- feOffset: SVGAttributes
1333
- fePointLight: SVGAttributes
1334
- feSpecularLighting: SVGAttributes
1335
- feSpotLight: SVGAttributes
1336
- feTile: SVGAttributes
1337
- feTurbulence: SVGAttributes
1338
- filter: SVGAttributes
1339
- foreignObject: SVGAttributes
1340
- g: SVGAttributes
1341
- image: SVGAttributes
1342
- line: SVGAttributes
1343
- linearGradient: SVGAttributes
1344
- marker: SVGAttributes
1345
- mask: SVGAttributes
1346
- metadata: SVGAttributes
1347
- mpath: SVGAttributes
1348
- path: SVGAttributes
1349
- pattern: SVGAttributes
1350
- polygon: SVGAttributes
1351
- polyline: SVGAttributes
1352
- radialGradient: SVGAttributes
1353
- rect: SVGAttributes
1354
- stop: SVGAttributes
1355
- switch: SVGAttributes
1356
- symbol: SVGAttributes
1357
- text: SVGAttributes
1358
- textPath: SVGAttributes
1359
- tspan: SVGAttributes
1360
- use: SVGAttributes
1361
- view: SVGAttributes
1362
- }
1363
-
1364
- export interface Events {
1365
- // clipboard events
1366
- onCopy: ClipboardEvent
1367
- onCut: ClipboardEvent
1368
- onPaste: ClipboardEvent
1369
-
1370
- // composition events
1371
- onCompositionend: CompositionEvent
1372
- onCompositionstart: CompositionEvent
1373
- onCompositionupdate: CompositionEvent
1374
-
1375
- // drag drop events
1376
- onDrag: DragEvent
1377
- onDragend: DragEvent
1378
- onDragenter: DragEvent
1379
- onDragexit: DragEvent
1380
- onDragleave: DragEvent
1381
- onDragover: DragEvent
1382
- onDragstart: DragEvent
1383
- onDrop: DragEvent
1384
-
1385
- // focus events
1386
- onFocus: FocusEvent
1387
- onFocusin: FocusEvent
1388
- onFocusout: FocusEvent
1389
- onBlur: FocusEvent
1390
-
1391
- // form events
1392
- onChange: Event
1393
- onBeforeinput: Event
1394
- onInput: Event
1395
- onReset: Event
1396
- onSubmit: Event
1397
- onInvalid: Event
1398
-
1399
- // image events
1400
- onLoad: Event
1401
- onError: Event
1402
-
1403
- // keyboard events
1404
- onKeydown: KeyboardEvent
1405
- onKeypress: KeyboardEvent
1406
- onKeyup: KeyboardEvent
1407
-
1408
- // mouse events
1409
- onAuxclick: MouseEvent
1410
- onClick: MouseEvent
1411
- onContextmenu: MouseEvent
1412
- onDblclick: MouseEvent
1413
- onMousedown: MouseEvent
1414
- onMouseenter: MouseEvent
1415
- onMouseleave: MouseEvent
1416
- onMousemove: MouseEvent
1417
- onMouseout: MouseEvent
1418
- onMouseover: MouseEvent
1419
- onMouseup: MouseEvent
1420
-
1421
- // media events
1422
- onAbort: Event
1423
- onCanplay: Event
1424
- onCanplaythrough: Event
1425
- onDurationchange: Event
1426
- onEmptied: Event
1427
- onEncrypted: Event
1428
- onEnded: Event
1429
- onLoadeddata: Event
1430
- onLoadedmetadata: Event
1431
- onLoadstart: Event
1432
- onPause: Event
1433
- onPlay: Event
1434
- onPlaying: Event
1435
- onProgress: Event
1436
- onRatechange: Event
1437
- onSeeked: Event
1438
- onSeeking: Event
1439
- onStalled: Event
1440
- onSuspend: Event
1441
- onTimeupdate: Event
1442
- onVolumechange: Event
1443
- onWaiting: Event
1444
-
1445
- // selection events
1446
- onSelect: Event
1447
-
1448
- // UI events
1449
- onScroll: UIEvent
1450
-
1451
- // touch events
1452
- onTouchcancel: TouchEvent
1453
- onTouchend: TouchEvent
1454
- onTouchmove: TouchEvent
1455
- onTouchstart: TouchEvent
1456
-
1457
- // pointer events
1458
- onPointerdown: PointerEvent
1459
- onPointermove: PointerEvent
1460
- onPointerup: PointerEvent
1461
- onPointercancel: PointerEvent
1462
- onPointerenter: PointerEvent
1463
- onPointerleave: PointerEvent
1464
- onPointerover: PointerEvent
1465
- onPointerout: PointerEvent
1466
-
1467
- // wheel events
1468
- onWheel: WheelEvent
1469
-
1470
- // animation events
1471
- onAnimationstart: AnimationEvent
1472
- onAnimationend: AnimationEvent
1473
- onAnimationiteration: AnimationEvent
1474
-
1475
- // transition events
1476
- onTransitionend: TransitionEvent
1477
- onTransitionstart: TransitionEvent
1478
- }
1479
-
1480
- type EventHandlers<E> = {
1481
- [K in keyof E]?: E[K] extends (...args: any) => any ? E[K] : (payload: E[K]) => void
1482
- }
1483
-
1484
- // use namespace import to avoid collision with generated types which use
1485
- // named imports.
1486
- import * as RuntimeCore from '@vue/runtime-core'
1487
-
1488
- type ReservedProps = {
1489
- key?: string | number | symbol
1490
- ref?: RuntimeCore.VNodeRef
1491
- ref_for?: boolean
1492
- ref_key?: string
1493
- }
1494
-
1495
- type ElementAttrs<T> = T & ReservedProps
1496
-
1497
- type NativeElements = {
1498
- [K in keyof IntrinsicElementAttributes]: ElementAttrs<
1499
- IntrinsicElementAttributes[K]
1500
- >
1501
- }
1502
-
1503
- declare global {
1504
- namespace JSX {
1505
- interface Element extends VNode {}
1506
- interface ElementClass {
1507
- $props: {}
1508
- }
1509
- interface ElementAttributesProperty {
1510
- $props: {}
1511
- }
1512
- interface IntrinsicElements extends NativeElements {
1513
- // allow arbitrary elements
1514
- // @ts-ignore suppress ts:2374 = Duplicate string index signature.
1515
- [name: string]: any
1516
- }
1517
- interface IntrinsicAttributes extends ReservedProps {}
1518
- }
1519
- }
1520
-
1521
- // suppress ts:2669
1522
- export {}
1523
-
1524
- // Note: this file is auto concatenated to the end of the bundled d.ts during
1525
- // build.
1526
-
1527
- declare module '@vue/reactivity' {
1528
- export interface RefUnwrapBailTypes {
1529
- runtimeDOMBailTypes: Node | Window
1530
- }
1531
- }