elegance-js 2.1.37 → 3.0.1
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/README.md +90 -4
- package/bin/bootstrap.js +18 -0
- package/bin/run.js +2 -0
- package/dist/build/common.d.ts +147 -0
- package/dist/build/common.d.ts.map +1 -0
- package/dist/build/common.js +599 -0
- package/dist/build/dev.d.ts +2 -0
- package/dist/build/dev.d.ts.map +1 -0
- package/dist/build/dev.js +234 -0
- package/dist/build/prod.d.ts +2 -0
- package/dist/build/prod.d.ts.map +1 -0
- package/dist/build/prod.js +212 -0
- package/dist/build/render.d.ts +29 -0
- package/dist/build/render.d.ts.map +1 -0
- package/dist/build/render.js +234 -0
- package/dist/client.d.ts +13 -0
- package/dist/client.d.ts.map +1 -0
- package/dist/client.js +677 -0
- package/dist/config.d.ts +7 -0
- package/dist/config.d.ts.map +1 -0
- package/dist/config.js +80 -0
- package/dist/constants.d.ts +10 -0
- package/dist/constants.d.ts.map +1 -0
- package/dist/constants.js +20 -0
- package/dist/elements.d.ts +2 -0
- package/dist/elements.d.ts.map +1 -0
- package/dist/elements.js +14 -0
- package/dist/error.d.ts +20 -0
- package/dist/error.d.ts.map +1 -0
- package/dist/error.js +123 -0
- package/dist/globals.d.ts +6 -0
- package/dist/globals.d.ts.map +1 -0
- package/dist/globals.js +106 -0
- package/dist/logger.d.ts +32 -0
- package/dist/logger.d.ts.map +1 -0
- package/dist/logger.js +72 -0
- package/dist/page-tools.d.ts +19 -0
- package/dist/page-tools.d.ts.map +1 -0
- package/dist/page-tools.js +141 -0
- package/dist/processing/oxc.d.ts +17 -0
- package/dist/processing/oxc.d.ts.map +1 -0
- package/dist/processing/oxc.js +938 -0
- package/dist/processing/taglist.d.ts +2 -0
- package/dist/processing/taglist.d.ts.map +1 -0
- package/dist/processing/taglist.js +215 -0
- package/dist/processing/tsx.d.ts +2 -0
- package/dist/processing/tsx.d.ts.map +1 -0
- package/dist/processing/tsx.js +131 -0
- package/dist/run.d.ts +3 -0
- package/dist/run.d.ts.map +1 -0
- package/dist/run.js +147 -0
- package/dist/server/dev.d.ts +2 -0
- package/dist/server/dev.d.ts.map +1 -0
- package/dist/server/dev.js +10 -0
- package/dist/server/prod.d.ts +2 -0
- package/dist/server/prod.d.ts.map +1 -0
- package/dist/server/prod.js +42 -0
- package/dist/server/security.d.ts +64 -0
- package/dist/server/security.d.ts.map +1 -0
- package/dist/server/security.js +120 -0
- package/dist/server/server.d.ts +73 -99
- package/dist/server/server.d.ts.map +1 -0
- package/dist/server/server.js +830 -680
- package/dist/types/component.d.ts +85 -0
- package/dist/types/component.d.ts.map +1 -0
- package/dist/types/component.js +0 -0
- package/dist/types/config.d.ts +12 -0
- package/dist/types/config.d.ts.map +1 -0
- package/dist/types/config.js +0 -0
- package/dist/types/elements.d.ts +412 -0
- package/dist/types/elements.d.ts.map +1 -0
- package/dist/types/elements.js +0 -0
- package/dist/types/index.d.ts +9 -0
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/index.js +5 -0
- package/dist/types/jsx.d.ts +976 -0
- package/dist/types/jsx.d.ts.map +1 -0
- package/dist/types/jsx.js +0 -0
- package/dist/types/server-actions.d.ts +60 -0
- package/dist/types/server-actions.d.ts.map +1 -0
- package/dist/types/server-actions.js +0 -0
- package/dist/user-utils.d.ts +23 -0
- package/dist/user-utils.d.ts.map +1 -0
- package/dist/user-utils.js +61 -0
- package/package.json +48 -27
- package/dist/client/effect.d.ts +0 -27
- package/dist/client/effect.js +0 -37
- package/dist/client/eventListener.d.ts +0 -39
- package/dist/client/eventListener.js +0 -52
- package/dist/client/loadHook.d.ts +0 -34
- package/dist/client/loadHook.js +0 -52
- package/dist/client/observer.d.ts +0 -36
- package/dist/client/observer.js +0 -66
- package/dist/client/runtime.d.ts +0 -105
- package/dist/client/runtime.js +0 -624
- package/dist/client/state.d.ts +0 -40
- package/dist/client/state.js +0 -110
- package/dist/compilation/compiler.d.ts +0 -163
- package/dist/compilation/compiler.js +0 -1164
- package/dist/components/ClientComponent.d.ts +0 -22
- package/dist/components/ClientComponent.js +0 -55
- package/dist/components/Link.d.ts +0 -16
- package/dist/components/Link.js +0 -21
- package/dist/components/Portal.d.ts +0 -2
- package/dist/components/Portal.js +0 -2
- package/dist/elements/element.d.ts +0 -87
- package/dist/elements/element.js +0 -33
- package/dist/elements/element_list.d.ts +0 -7
- package/dist/elements/element_list.js +0 -65
- package/dist/elements/raw.d.ts +0 -14
- package/dist/elements/raw.js +0 -78
- package/dist/elements/specific_props.d.ts +0 -750
- package/dist/elements/specific_props.js +0 -1
- package/dist/global.d.ts +0 -229
- package/dist/global.js +0 -1
- package/dist/index.d.ts +0 -16
- package/dist/index.js +0 -12
- package/dist/server/layout.d.ts +0 -34
- package/dist/server/layout.js +0 -6
- package/dist/server/log.d.ts +0 -12
- package/dist/server/log.js +0 -64
- package/dist/server/page.d.ts +0 -32
- package/dist/server/page.js +0 -6
- package/dist/server/runtime.d.ts +0 -6
- package/dist/server/runtime.js +0 -92
- package/scripts/bootstrap.js +0 -95
- package/scripts/bootstrap_files/elegance.txt +0 -40
- package/scripts/bootstrap_files/index.txt +0 -3
- package/scripts/bootstrap_files/layout.txt +0 -46
- package/scripts/bootstrap_files/middleware.txt +0 -18
- package/scripts/bootstrap_files/page.txt +0 -123
- package/scripts/bootstrap_files/route.txt +0 -6
- package/scripts/elegance_dev.ts +0 -42
- package/scripts/elegance_prod.ts +0 -42
- package/scripts/elegance_static.ts +0 -26
- package/scripts/prod.js +0 -13
- package/scripts/run.js +0 -13
- package/scripts/static.js +0 -13
|
@@ -0,0 +1,976 @@
|
|
|
1
|
+
declare global {
|
|
2
|
+
namespace JSX {
|
|
3
|
+
type Element = LiveComponentDescriptor | ElementDescriptor | VirtualNode<any> | null | false;
|
|
4
|
+
interface ElementChildrenAttribute {
|
|
5
|
+
children: {};
|
|
6
|
+
}
|
|
7
|
+
type EventHandler<E extends Event = Event> = (self: ComponentSelf, event: E) => void;
|
|
8
|
+
interface SVGPresentationAttributes {
|
|
9
|
+
fill?: string;
|
|
10
|
+
fillOpacity?: number | string;
|
|
11
|
+
fillRule?: "nonzero" | "evenodd" | "inherit";
|
|
12
|
+
stroke?: string;
|
|
13
|
+
strokeOpacity?: number | string;
|
|
14
|
+
strokeWidth?: number | string;
|
|
15
|
+
strokeLinecap?: "butt" | "round" | "square" | "inherit";
|
|
16
|
+
strokeLinejoin?: "miter" | "round" | "bevel" | "inherit";
|
|
17
|
+
strokeDasharray?: string | number;
|
|
18
|
+
strokeDashoffset?: number | string;
|
|
19
|
+
strokeMiterlimit?: number;
|
|
20
|
+
opacity?: number | string;
|
|
21
|
+
visibility?: "visible" | "hidden" | "collapse" | "inherit";
|
|
22
|
+
display?: string;
|
|
23
|
+
overflow?: string;
|
|
24
|
+
transform?: string;
|
|
25
|
+
clipPath?: string;
|
|
26
|
+
clipRule?: "nonzero" | "evenodd" | "inherit";
|
|
27
|
+
mask?: string;
|
|
28
|
+
filter?: string;
|
|
29
|
+
color?: string;
|
|
30
|
+
shapeRendering?: string;
|
|
31
|
+
textRendering?: string;
|
|
32
|
+
imageRendering?: string;
|
|
33
|
+
colorInterpolation?: string;
|
|
34
|
+
colorRendering?: string;
|
|
35
|
+
fontFamily?: string;
|
|
36
|
+
fontSize?: number | string;
|
|
37
|
+
fontStyle?: string;
|
|
38
|
+
fontWeight?: number | string;
|
|
39
|
+
letterSpacing?: number | string;
|
|
40
|
+
wordSpacing?: number | string;
|
|
41
|
+
textDecoration?: string;
|
|
42
|
+
dominantBaseline?: string;
|
|
43
|
+
alignmentBaseline?: string;
|
|
44
|
+
baselineShift?: string;
|
|
45
|
+
direction?: string;
|
|
46
|
+
writingMode?: string;
|
|
47
|
+
unicodeBidi?: string;
|
|
48
|
+
vectorEffect?: string;
|
|
49
|
+
pointerEvents?: string;
|
|
50
|
+
cursor?: string;
|
|
51
|
+
paintOrder?: string;
|
|
52
|
+
}
|
|
53
|
+
interface SVGAnimationAttributes {
|
|
54
|
+
attributeName?: string;
|
|
55
|
+
attributeType?: string;
|
|
56
|
+
from?: string | number;
|
|
57
|
+
to?: string | number;
|
|
58
|
+
by?: string | number;
|
|
59
|
+
values?: string;
|
|
60
|
+
calcMode?: string;
|
|
61
|
+
keyTimes?: string;
|
|
62
|
+
keySplines?: string;
|
|
63
|
+
begin?: string;
|
|
64
|
+
end?: string;
|
|
65
|
+
dur?: string;
|
|
66
|
+
min?: string;
|
|
67
|
+
max?: string;
|
|
68
|
+
restart?: string;
|
|
69
|
+
repeatCount?: string | number;
|
|
70
|
+
repeatDur?: string;
|
|
71
|
+
fill?: "freeze" | "remove";
|
|
72
|
+
additive?: "sum" | "replace";
|
|
73
|
+
accumulate?: "sum" | "none";
|
|
74
|
+
}
|
|
75
|
+
interface EventHandlers {
|
|
76
|
+
onClick?: EventHandler<MouseEvent>;
|
|
77
|
+
onDblClick?: EventHandler<MouseEvent>;
|
|
78
|
+
onMouseDown?: EventHandler<MouseEvent>;
|
|
79
|
+
onMouseUp?: EventHandler<MouseEvent>;
|
|
80
|
+
onMouseEnter?: EventHandler<MouseEvent>;
|
|
81
|
+
onMouseLeave?: EventHandler<MouseEvent>;
|
|
82
|
+
onMouseMove?: EventHandler<MouseEvent>;
|
|
83
|
+
onMouseOver?: EventHandler<MouseEvent>;
|
|
84
|
+
onMouseOut?: EventHandler<MouseEvent>;
|
|
85
|
+
onContextMenu?: EventHandler<MouseEvent>;
|
|
86
|
+
onKeyDown?: EventHandler<KeyboardEvent>;
|
|
87
|
+
onKeyUp?: EventHandler<KeyboardEvent>;
|
|
88
|
+
onKeyPress?: EventHandler<KeyboardEvent>;
|
|
89
|
+
onChange?: EventHandler<Event>;
|
|
90
|
+
onInput?: EventHandler<InputEvent>;
|
|
91
|
+
onFocus?: EventHandler<FocusEvent>;
|
|
92
|
+
onBlur?: EventHandler<FocusEvent>;
|
|
93
|
+
onFocusIn?: EventHandler<FocusEvent>;
|
|
94
|
+
onFocusOut?: EventHandler<FocusEvent>;
|
|
95
|
+
onSubmit?: EventHandler<SubmitEvent>;
|
|
96
|
+
onReset?: EventHandler<Event>;
|
|
97
|
+
onScroll?: EventHandler<Event>;
|
|
98
|
+
onWheel?: EventHandler<WheelEvent>;
|
|
99
|
+
onSelect?: EventHandler<Event>;
|
|
100
|
+
onLoad?: EventHandler<Event>;
|
|
101
|
+
onError?: EventHandler<Event>;
|
|
102
|
+
onDragStart?: EventHandler<DragEvent>;
|
|
103
|
+
onDrag?: EventHandler<DragEvent>;
|
|
104
|
+
onDragEnd?: EventHandler<DragEvent>;
|
|
105
|
+
onDragOver?: EventHandler<DragEvent>;
|
|
106
|
+
onDragEnter?: EventHandler<DragEvent>;
|
|
107
|
+
onDragLeave?: EventHandler<DragEvent>;
|
|
108
|
+
onDrop?: EventHandler<DragEvent>;
|
|
109
|
+
onPointerDown?: EventHandler<PointerEvent>;
|
|
110
|
+
onPointerUp?: EventHandler<PointerEvent>;
|
|
111
|
+
onPointerMove?: EventHandler<PointerEvent>;
|
|
112
|
+
onPointerEnter?: EventHandler<PointerEvent>;
|
|
113
|
+
onPointerLeave?: EventHandler<PointerEvent>;
|
|
114
|
+
onPointerCancel?: EventHandler<PointerEvent>;
|
|
115
|
+
onPointerOver?: EventHandler<PointerEvent>;
|
|
116
|
+
onPointerOut?: EventHandler<PointerEvent>;
|
|
117
|
+
onTouchStart?: EventHandler<TouchEvent>;
|
|
118
|
+
onTouchEnd?: EventHandler<TouchEvent>;
|
|
119
|
+
onTouchMove?: EventHandler<TouchEvent>;
|
|
120
|
+
onTouchCancel?: EventHandler<TouchEvent>;
|
|
121
|
+
onTransitionEnd?: EventHandler<TransitionEvent>;
|
|
122
|
+
onTransitionStart?: EventHandler<TransitionEvent>;
|
|
123
|
+
onAnimationStart?: EventHandler<AnimationEvent>;
|
|
124
|
+
onAnimationEnd?: EventHandler<AnimationEvent>;
|
|
125
|
+
onAnimationIteration?: EventHandler<AnimationEvent>;
|
|
126
|
+
onCopy?: EventHandler<ClipboardEvent>;
|
|
127
|
+
onCut?: EventHandler<ClipboardEvent>;
|
|
128
|
+
onPaste?: EventHandler<ClipboardEvent>;
|
|
129
|
+
}
|
|
130
|
+
interface CommonAttributes extends EventHandlers {
|
|
131
|
+
id?: string;
|
|
132
|
+
class?: string;
|
|
133
|
+
className?: string;
|
|
134
|
+
style?: string | Partial<CSSStyleDeclaration>;
|
|
135
|
+
tabIndex?: number;
|
|
136
|
+
title?: string;
|
|
137
|
+
lang?: string;
|
|
138
|
+
dir?: "ltr" | "rtl" | "auto";
|
|
139
|
+
hidden?: boolean;
|
|
140
|
+
draggable?: boolean | "true" | "false";
|
|
141
|
+
contentEditable?: boolean | "true" | "false" | "inherit";
|
|
142
|
+
spellCheck?: boolean;
|
|
143
|
+
role?: string;
|
|
144
|
+
slot?: string;
|
|
145
|
+
part?: string;
|
|
146
|
+
exportParts?: string;
|
|
147
|
+
inert?: boolean;
|
|
148
|
+
popover?: "" | "auto" | "manual";
|
|
149
|
+
children?: Element | Element[] | string | number | boolean | null | undefined;
|
|
150
|
+
key?: string | number;
|
|
151
|
+
ref?: ((el: globalThis.Element) => void) | {
|
|
152
|
+
current: globalThis.Element | null;
|
|
153
|
+
};
|
|
154
|
+
[key: `data-${string}`]: string | undefined;
|
|
155
|
+
[key: `aria-${string}`]: string | boolean | number | undefined;
|
|
156
|
+
}
|
|
157
|
+
type IntrinsicElements = {
|
|
158
|
+
html: CommonAttributes & {
|
|
159
|
+
lang?: string;
|
|
160
|
+
manifest?: string;
|
|
161
|
+
};
|
|
162
|
+
head: CommonAttributes;
|
|
163
|
+
title: CommonAttributes;
|
|
164
|
+
base: CommonAttributes & {
|
|
165
|
+
href?: string;
|
|
166
|
+
target?: string;
|
|
167
|
+
};
|
|
168
|
+
link: CommonAttributes & {
|
|
169
|
+
rel?: string;
|
|
170
|
+
href?: string;
|
|
171
|
+
type?: string;
|
|
172
|
+
media?: string;
|
|
173
|
+
crossOrigin?: string;
|
|
174
|
+
integrity?: string;
|
|
175
|
+
referrerPolicy?: string;
|
|
176
|
+
as?: string;
|
|
177
|
+
disabled?: boolean;
|
|
178
|
+
};
|
|
179
|
+
meta: CommonAttributes & {
|
|
180
|
+
name?: string;
|
|
181
|
+
content?: string;
|
|
182
|
+
httpEquiv?: string;
|
|
183
|
+
charset?: string;
|
|
184
|
+
property?: string;
|
|
185
|
+
};
|
|
186
|
+
style: CommonAttributes & {
|
|
187
|
+
media?: string;
|
|
188
|
+
};
|
|
189
|
+
body: CommonAttributes;
|
|
190
|
+
article: CommonAttributes;
|
|
191
|
+
section: CommonAttributes;
|
|
192
|
+
nav: CommonAttributes;
|
|
193
|
+
aside: CommonAttributes;
|
|
194
|
+
h1: CommonAttributes;
|
|
195
|
+
h2: CommonAttributes;
|
|
196
|
+
h3: CommonAttributes;
|
|
197
|
+
h4: CommonAttributes;
|
|
198
|
+
h5: CommonAttributes;
|
|
199
|
+
h6: CommonAttributes;
|
|
200
|
+
header: CommonAttributes;
|
|
201
|
+
footer: CommonAttributes;
|
|
202
|
+
address: CommonAttributes;
|
|
203
|
+
main: CommonAttributes;
|
|
204
|
+
p: CommonAttributes;
|
|
205
|
+
hr: CommonAttributes;
|
|
206
|
+
pre: CommonAttributes;
|
|
207
|
+
blockquote: CommonAttributes & {
|
|
208
|
+
cite?: string;
|
|
209
|
+
};
|
|
210
|
+
ol: CommonAttributes & {
|
|
211
|
+
reversed?: boolean;
|
|
212
|
+
start?: number;
|
|
213
|
+
type?: string;
|
|
214
|
+
};
|
|
215
|
+
ul: CommonAttributes;
|
|
216
|
+
li: CommonAttributes & {
|
|
217
|
+
value?: number;
|
|
218
|
+
};
|
|
219
|
+
dl: CommonAttributes;
|
|
220
|
+
dt: CommonAttributes;
|
|
221
|
+
dd: CommonAttributes;
|
|
222
|
+
figure: CommonAttributes;
|
|
223
|
+
figcaption: CommonAttributes;
|
|
224
|
+
div: CommonAttributes;
|
|
225
|
+
a: CommonAttributes & {
|
|
226
|
+
href?: string;
|
|
227
|
+
target?: string;
|
|
228
|
+
rel?: string;
|
|
229
|
+
download?: string | boolean;
|
|
230
|
+
hrefLang?: string;
|
|
231
|
+
type?: string;
|
|
232
|
+
referrerPolicy?: string;
|
|
233
|
+
};
|
|
234
|
+
em: CommonAttributes;
|
|
235
|
+
strong: CommonAttributes;
|
|
236
|
+
small: CommonAttributes;
|
|
237
|
+
s: CommonAttributes;
|
|
238
|
+
cite: CommonAttributes;
|
|
239
|
+
q: CommonAttributes & {
|
|
240
|
+
cite?: string;
|
|
241
|
+
};
|
|
242
|
+
dfn: CommonAttributes;
|
|
243
|
+
abbr: CommonAttributes;
|
|
244
|
+
ruby: CommonAttributes;
|
|
245
|
+
rt: CommonAttributes;
|
|
246
|
+
rp: CommonAttributes;
|
|
247
|
+
data: CommonAttributes & {
|
|
248
|
+
value?: string;
|
|
249
|
+
};
|
|
250
|
+
time: CommonAttributes & {
|
|
251
|
+
dateTime?: string;
|
|
252
|
+
};
|
|
253
|
+
code: CommonAttributes;
|
|
254
|
+
kbd: CommonAttributes;
|
|
255
|
+
samp: CommonAttributes;
|
|
256
|
+
sub: CommonAttributes;
|
|
257
|
+
sup: CommonAttributes;
|
|
258
|
+
i: CommonAttributes;
|
|
259
|
+
b: CommonAttributes;
|
|
260
|
+
u: CommonAttributes;
|
|
261
|
+
mark: CommonAttributes;
|
|
262
|
+
bdi: CommonAttributes;
|
|
263
|
+
bdo: CommonAttributes & {
|
|
264
|
+
dir?: "ltr" | "rtl";
|
|
265
|
+
};
|
|
266
|
+
span: CommonAttributes;
|
|
267
|
+
br: CommonAttributes;
|
|
268
|
+
wbr: CommonAttributes;
|
|
269
|
+
ins: CommonAttributes & {
|
|
270
|
+
cite?: string;
|
|
271
|
+
dateTime?: string;
|
|
272
|
+
};
|
|
273
|
+
del: CommonAttributes & {
|
|
274
|
+
cite?: string;
|
|
275
|
+
dateTime?: string;
|
|
276
|
+
};
|
|
277
|
+
picture: CommonAttributes;
|
|
278
|
+
source: CommonAttributes & {
|
|
279
|
+
src?: string;
|
|
280
|
+
srcSet?: string;
|
|
281
|
+
sizes?: string;
|
|
282
|
+
media?: string;
|
|
283
|
+
type?: string;
|
|
284
|
+
width?: number;
|
|
285
|
+
height?: number;
|
|
286
|
+
};
|
|
287
|
+
img: CommonAttributes & {
|
|
288
|
+
src?: string;
|
|
289
|
+
alt?: string;
|
|
290
|
+
width?: number | string;
|
|
291
|
+
height?: number | string;
|
|
292
|
+
loading?: "eager" | "lazy";
|
|
293
|
+
decoding?: "auto" | "sync" | "async";
|
|
294
|
+
crossOrigin?: string;
|
|
295
|
+
referrerPolicy?: string;
|
|
296
|
+
srcSet?: string;
|
|
297
|
+
sizes?: string;
|
|
298
|
+
useMap?: string;
|
|
299
|
+
isMap?: boolean;
|
|
300
|
+
};
|
|
301
|
+
iframe: CommonAttributes & {
|
|
302
|
+
src?: string;
|
|
303
|
+
srcdoc?: string;
|
|
304
|
+
name?: string;
|
|
305
|
+
allow?: string;
|
|
306
|
+
allowFullScreen?: boolean;
|
|
307
|
+
width?: number | string;
|
|
308
|
+
height?: number | string;
|
|
309
|
+
loading?: "eager" | "lazy";
|
|
310
|
+
referrerPolicy?: string;
|
|
311
|
+
sandbox?: string;
|
|
312
|
+
};
|
|
313
|
+
embed: CommonAttributes & {
|
|
314
|
+
src?: string;
|
|
315
|
+
type?: string;
|
|
316
|
+
width?: number | string;
|
|
317
|
+
height?: number | string;
|
|
318
|
+
};
|
|
319
|
+
object: CommonAttributes & {
|
|
320
|
+
data?: string;
|
|
321
|
+
type?: string;
|
|
322
|
+
name?: string;
|
|
323
|
+
width?: number | string;
|
|
324
|
+
height?: number | string;
|
|
325
|
+
};
|
|
326
|
+
video: CommonAttributes & {
|
|
327
|
+
src?: string;
|
|
328
|
+
controls?: boolean;
|
|
329
|
+
autoPlay?: boolean;
|
|
330
|
+
loop?: boolean;
|
|
331
|
+
muted?: boolean;
|
|
332
|
+
preload?: string;
|
|
333
|
+
poster?: string;
|
|
334
|
+
width?: number | string;
|
|
335
|
+
height?: number | string;
|
|
336
|
+
playsInline?: boolean;
|
|
337
|
+
};
|
|
338
|
+
audio: CommonAttributes & {
|
|
339
|
+
src?: string;
|
|
340
|
+
controls?: boolean;
|
|
341
|
+
autoPlay?: boolean;
|
|
342
|
+
loop?: boolean;
|
|
343
|
+
muted?: boolean;
|
|
344
|
+
preload?: string;
|
|
345
|
+
};
|
|
346
|
+
track: CommonAttributes & {
|
|
347
|
+
kind?: string;
|
|
348
|
+
src?: string;
|
|
349
|
+
srcLang?: string;
|
|
350
|
+
label?: string;
|
|
351
|
+
default?: boolean;
|
|
352
|
+
};
|
|
353
|
+
map: CommonAttributes & {
|
|
354
|
+
name?: string;
|
|
355
|
+
};
|
|
356
|
+
area: CommonAttributes & {
|
|
357
|
+
alt?: string;
|
|
358
|
+
coords?: string;
|
|
359
|
+
shape?: string;
|
|
360
|
+
href?: string;
|
|
361
|
+
target?: string;
|
|
362
|
+
rel?: string;
|
|
363
|
+
};
|
|
364
|
+
table: CommonAttributes;
|
|
365
|
+
caption: CommonAttributes;
|
|
366
|
+
colgroup: CommonAttributes & {
|
|
367
|
+
span?: number;
|
|
368
|
+
};
|
|
369
|
+
col: CommonAttributes & {
|
|
370
|
+
span?: number;
|
|
371
|
+
};
|
|
372
|
+
tbody: CommonAttributes;
|
|
373
|
+
thead: CommonAttributes;
|
|
374
|
+
tfoot: CommonAttributes;
|
|
375
|
+
tr: CommonAttributes;
|
|
376
|
+
td: CommonAttributes & {
|
|
377
|
+
colSpan?: number;
|
|
378
|
+
rowSpan?: number;
|
|
379
|
+
headers?: string;
|
|
380
|
+
};
|
|
381
|
+
th: CommonAttributes & {
|
|
382
|
+
colSpan?: number;
|
|
383
|
+
rowSpan?: number;
|
|
384
|
+
headers?: string;
|
|
385
|
+
scope?: "col" | "row" | "colgroup" | "rowgroup";
|
|
386
|
+
abbr?: string;
|
|
387
|
+
};
|
|
388
|
+
form: CommonAttributes & {
|
|
389
|
+
action?: string;
|
|
390
|
+
method?: string;
|
|
391
|
+
encType?: string;
|
|
392
|
+
target?: string;
|
|
393
|
+
noValidate?: boolean;
|
|
394
|
+
autoComplete?: string;
|
|
395
|
+
name?: string;
|
|
396
|
+
};
|
|
397
|
+
label: CommonAttributes & {
|
|
398
|
+
for?: string;
|
|
399
|
+
htmlFor?: string;
|
|
400
|
+
};
|
|
401
|
+
input: CommonAttributes & {
|
|
402
|
+
type?: string;
|
|
403
|
+
name?: string;
|
|
404
|
+
value?: string | number;
|
|
405
|
+
defaultValue?: string;
|
|
406
|
+
placeholder?: string;
|
|
407
|
+
disabled?: boolean;
|
|
408
|
+
required?: boolean;
|
|
409
|
+
readOnly?: boolean;
|
|
410
|
+
checked?: boolean;
|
|
411
|
+
defaultChecked?: boolean;
|
|
412
|
+
min?: string | number;
|
|
413
|
+
max?: string | number;
|
|
414
|
+
step?: string | number;
|
|
415
|
+
multiple?: boolean;
|
|
416
|
+
accept?: string;
|
|
417
|
+
autoComplete?: string;
|
|
418
|
+
autoFocus?: boolean;
|
|
419
|
+
form?: string;
|
|
420
|
+
list?: string;
|
|
421
|
+
maxLength?: number;
|
|
422
|
+
minLength?: number;
|
|
423
|
+
pattern?: string;
|
|
424
|
+
size?: number;
|
|
425
|
+
src?: string;
|
|
426
|
+
alt?: string;
|
|
427
|
+
width?: number;
|
|
428
|
+
height?: number;
|
|
429
|
+
capture?: string;
|
|
430
|
+
};
|
|
431
|
+
button: CommonAttributes & {
|
|
432
|
+
type?: "button" | "submit" | "reset";
|
|
433
|
+
disabled?: boolean;
|
|
434
|
+
name?: string;
|
|
435
|
+
value?: string;
|
|
436
|
+
form?: string;
|
|
437
|
+
formAction?: string;
|
|
438
|
+
formMethod?: string;
|
|
439
|
+
formEncType?: string;
|
|
440
|
+
formTarget?: string;
|
|
441
|
+
formNoValidate?: boolean;
|
|
442
|
+
autoFocus?: boolean;
|
|
443
|
+
};
|
|
444
|
+
select: CommonAttributes & {
|
|
445
|
+
name?: string;
|
|
446
|
+
value?: string;
|
|
447
|
+
multiple?: boolean;
|
|
448
|
+
disabled?: boolean;
|
|
449
|
+
required?: boolean;
|
|
450
|
+
size?: number;
|
|
451
|
+
autoComplete?: string;
|
|
452
|
+
autoFocus?: boolean;
|
|
453
|
+
form?: string;
|
|
454
|
+
};
|
|
455
|
+
datalist: CommonAttributes;
|
|
456
|
+
optgroup: CommonAttributes & {
|
|
457
|
+
label?: string;
|
|
458
|
+
disabled?: boolean;
|
|
459
|
+
};
|
|
460
|
+
option: CommonAttributes & {
|
|
461
|
+
value?: string;
|
|
462
|
+
label?: string;
|
|
463
|
+
disabled?: boolean;
|
|
464
|
+
selected?: boolean;
|
|
465
|
+
};
|
|
466
|
+
textarea: CommonAttributes & {
|
|
467
|
+
name?: string;
|
|
468
|
+
value?: string;
|
|
469
|
+
placeholder?: string;
|
|
470
|
+
disabled?: boolean;
|
|
471
|
+
required?: boolean;
|
|
472
|
+
readOnly?: boolean;
|
|
473
|
+
rows?: number;
|
|
474
|
+
cols?: number;
|
|
475
|
+
maxLength?: number;
|
|
476
|
+
minLength?: number;
|
|
477
|
+
wrap?: string;
|
|
478
|
+
autoComplete?: string;
|
|
479
|
+
autoFocus?: boolean;
|
|
480
|
+
form?: string;
|
|
481
|
+
};
|
|
482
|
+
output: CommonAttributes & {
|
|
483
|
+
for?: string;
|
|
484
|
+
htmlFor?: string;
|
|
485
|
+
form?: string;
|
|
486
|
+
name?: string;
|
|
487
|
+
};
|
|
488
|
+
progress: CommonAttributes & {
|
|
489
|
+
value?: number;
|
|
490
|
+
max?: number;
|
|
491
|
+
};
|
|
492
|
+
meter: CommonAttributes & {
|
|
493
|
+
value?: number;
|
|
494
|
+
min?: number;
|
|
495
|
+
max?: number;
|
|
496
|
+
low?: number;
|
|
497
|
+
high?: number;
|
|
498
|
+
optimum?: number;
|
|
499
|
+
};
|
|
500
|
+
fieldset: CommonAttributes & {
|
|
501
|
+
disabled?: boolean;
|
|
502
|
+
form?: string;
|
|
503
|
+
name?: string;
|
|
504
|
+
};
|
|
505
|
+
legend: CommonAttributes;
|
|
506
|
+
details: CommonAttributes & {
|
|
507
|
+
open?: boolean;
|
|
508
|
+
};
|
|
509
|
+
summary: CommonAttributes;
|
|
510
|
+
dialog: CommonAttributes & {
|
|
511
|
+
open?: boolean;
|
|
512
|
+
};
|
|
513
|
+
script: CommonAttributes & {
|
|
514
|
+
src?: string;
|
|
515
|
+
type?: string;
|
|
516
|
+
async?: boolean;
|
|
517
|
+
defer?: boolean;
|
|
518
|
+
crossOrigin?: string;
|
|
519
|
+
integrity?: string;
|
|
520
|
+
noModule?: boolean;
|
|
521
|
+
referrerPolicy?: string;
|
|
522
|
+
};
|
|
523
|
+
noscript: CommonAttributes;
|
|
524
|
+
template: CommonAttributes;
|
|
525
|
+
slot: CommonAttributes & {
|
|
526
|
+
name?: string;
|
|
527
|
+
};
|
|
528
|
+
canvas: CommonAttributes & {
|
|
529
|
+
width?: number | string;
|
|
530
|
+
height?: number | string;
|
|
531
|
+
};
|
|
532
|
+
svg: CommonAttributes & SVGPresentationAttributes & {
|
|
533
|
+
xmlns?: string;
|
|
534
|
+
viewBox?: string;
|
|
535
|
+
width?: number | string;
|
|
536
|
+
height?: number | string;
|
|
537
|
+
preserveAspectRatio?: string;
|
|
538
|
+
};
|
|
539
|
+
g: CommonAttributes & SVGPresentationAttributes;
|
|
540
|
+
defs: CommonAttributes;
|
|
541
|
+
desc: CommonAttributes;
|
|
542
|
+
symbol: CommonAttributes & {
|
|
543
|
+
viewBox?: string;
|
|
544
|
+
x?: number | string;
|
|
545
|
+
y?: number | string;
|
|
546
|
+
width?: number | string;
|
|
547
|
+
height?: number | string;
|
|
548
|
+
};
|
|
549
|
+
use: CommonAttributes & {
|
|
550
|
+
href?: string;
|
|
551
|
+
x?: number | string;
|
|
552
|
+
y?: number | string;
|
|
553
|
+
width?: number | string;
|
|
554
|
+
height?: number | string;
|
|
555
|
+
};
|
|
556
|
+
image: CommonAttributes & SVGPresentationAttributes & {
|
|
557
|
+
href?: string;
|
|
558
|
+
x?: number | string;
|
|
559
|
+
y?: number | string;
|
|
560
|
+
width?: number | string;
|
|
561
|
+
height?: number | string;
|
|
562
|
+
preserveAspectRatio?: string;
|
|
563
|
+
};
|
|
564
|
+
switch: CommonAttributes;
|
|
565
|
+
path: CommonAttributes & SVGPresentationAttributes & {
|
|
566
|
+
d?: string;
|
|
567
|
+
pathLength?: number;
|
|
568
|
+
};
|
|
569
|
+
rect: CommonAttributes & SVGPresentationAttributes & {
|
|
570
|
+
x?: number | string;
|
|
571
|
+
y?: number | string;
|
|
572
|
+
width?: number | string;
|
|
573
|
+
height?: number | string;
|
|
574
|
+
rx?: number | string;
|
|
575
|
+
ry?: number | string;
|
|
576
|
+
};
|
|
577
|
+
circle: CommonAttributes & SVGPresentationAttributes & {
|
|
578
|
+
cx?: number | string;
|
|
579
|
+
cy?: number | string;
|
|
580
|
+
r?: number | string;
|
|
581
|
+
};
|
|
582
|
+
ellipse: CommonAttributes & SVGPresentationAttributes & {
|
|
583
|
+
cx?: number | string;
|
|
584
|
+
cy?: number | string;
|
|
585
|
+
rx?: number | string;
|
|
586
|
+
ry?: number | string;
|
|
587
|
+
};
|
|
588
|
+
line: CommonAttributes & SVGPresentationAttributes & {
|
|
589
|
+
x1?: number | string;
|
|
590
|
+
y1?: number | string;
|
|
591
|
+
x2?: number | string;
|
|
592
|
+
y2?: number | string;
|
|
593
|
+
};
|
|
594
|
+
polyline: CommonAttributes & SVGPresentationAttributes & {
|
|
595
|
+
points?: string;
|
|
596
|
+
};
|
|
597
|
+
polygon: CommonAttributes & SVGPresentationAttributes & {
|
|
598
|
+
points?: string;
|
|
599
|
+
};
|
|
600
|
+
text: CommonAttributes & SVGPresentationAttributes & {
|
|
601
|
+
x?: number | string;
|
|
602
|
+
y?: number | string;
|
|
603
|
+
dx?: number | string;
|
|
604
|
+
dy?: number | string;
|
|
605
|
+
textAnchor?: string;
|
|
606
|
+
dominantBaseline?: string;
|
|
607
|
+
lengthAdjust?: string;
|
|
608
|
+
textLength?: number | string;
|
|
609
|
+
};
|
|
610
|
+
tspan: CommonAttributes & SVGPresentationAttributes & {
|
|
611
|
+
x?: number | string;
|
|
612
|
+
y?: number | string;
|
|
613
|
+
dx?: number | string;
|
|
614
|
+
dy?: number | string;
|
|
615
|
+
};
|
|
616
|
+
textPath: CommonAttributes & SVGPresentationAttributes & {
|
|
617
|
+
href?: string;
|
|
618
|
+
startOffset?: number | string;
|
|
619
|
+
method?: string;
|
|
620
|
+
spacing?: string;
|
|
621
|
+
};
|
|
622
|
+
marker: CommonAttributes & {
|
|
623
|
+
markerWidth?: number | string;
|
|
624
|
+
markerHeight?: number | string;
|
|
625
|
+
refX?: number | string;
|
|
626
|
+
refY?: number | string;
|
|
627
|
+
orient?: string;
|
|
628
|
+
markerUnits?: string;
|
|
629
|
+
viewBox?: string;
|
|
630
|
+
preserveAspectRatio?: string;
|
|
631
|
+
};
|
|
632
|
+
pattern: CommonAttributes & {
|
|
633
|
+
x?: number | string;
|
|
634
|
+
y?: number | string;
|
|
635
|
+
width?: number | string;
|
|
636
|
+
height?: number | string;
|
|
637
|
+
patternUnits?: string;
|
|
638
|
+
patternTransform?: string;
|
|
639
|
+
viewBox?: string;
|
|
640
|
+
href?: string;
|
|
641
|
+
};
|
|
642
|
+
mask: CommonAttributes & {
|
|
643
|
+
x?: number | string;
|
|
644
|
+
y?: number | string;
|
|
645
|
+
width?: number | string;
|
|
646
|
+
height?: number | string;
|
|
647
|
+
maskUnits?: string;
|
|
648
|
+
};
|
|
649
|
+
clipPath: CommonAttributes & {
|
|
650
|
+
clipPathUnits?: string;
|
|
651
|
+
};
|
|
652
|
+
linearGradient: CommonAttributes & {
|
|
653
|
+
x1?: number | string;
|
|
654
|
+
y1?: number | string;
|
|
655
|
+
x2?: number | string;
|
|
656
|
+
y2?: number | string;
|
|
657
|
+
gradientUnits?: string;
|
|
658
|
+
gradientTransform?: string;
|
|
659
|
+
spreadMethod?: string;
|
|
660
|
+
href?: string;
|
|
661
|
+
};
|
|
662
|
+
radialGradient: CommonAttributes & {
|
|
663
|
+
cx?: number | string;
|
|
664
|
+
cy?: number | string;
|
|
665
|
+
r?: number | string;
|
|
666
|
+
fx?: number | string;
|
|
667
|
+
fy?: number | string;
|
|
668
|
+
gradientUnits?: string;
|
|
669
|
+
gradientTransform?: string;
|
|
670
|
+
spreadMethod?: string;
|
|
671
|
+
href?: string;
|
|
672
|
+
};
|
|
673
|
+
stop: CommonAttributes & {
|
|
674
|
+
offset?: number | string;
|
|
675
|
+
stopColor?: string;
|
|
676
|
+
stopOpacity?: number;
|
|
677
|
+
};
|
|
678
|
+
filter: CommonAttributes & {
|
|
679
|
+
x?: number | string;
|
|
680
|
+
y?: number | string;
|
|
681
|
+
width?: number | string;
|
|
682
|
+
height?: number | string;
|
|
683
|
+
filterUnits?: string;
|
|
684
|
+
primitiveUnits?: string;
|
|
685
|
+
};
|
|
686
|
+
feBlend: CommonAttributes & {
|
|
687
|
+
in?: string;
|
|
688
|
+
in2?: string;
|
|
689
|
+
mode?: string;
|
|
690
|
+
result?: string;
|
|
691
|
+
};
|
|
692
|
+
feColorMatrix: CommonAttributes & {
|
|
693
|
+
in?: string;
|
|
694
|
+
type?: string;
|
|
695
|
+
values?: string;
|
|
696
|
+
result?: string;
|
|
697
|
+
};
|
|
698
|
+
feComponentTransfer: CommonAttributes & {
|
|
699
|
+
in?: string;
|
|
700
|
+
result?: string;
|
|
701
|
+
};
|
|
702
|
+
feComposite: CommonAttributes & {
|
|
703
|
+
in?: string;
|
|
704
|
+
in2?: string;
|
|
705
|
+
operator?: string;
|
|
706
|
+
k1?: number;
|
|
707
|
+
k2?: number;
|
|
708
|
+
k3?: number;
|
|
709
|
+
k4?: number;
|
|
710
|
+
result?: string;
|
|
711
|
+
};
|
|
712
|
+
feConvolveMatrix: CommonAttributes & {
|
|
713
|
+
in?: string;
|
|
714
|
+
order?: string;
|
|
715
|
+
kernelMatrix?: string;
|
|
716
|
+
divisor?: number;
|
|
717
|
+
bias?: number;
|
|
718
|
+
targetX?: number;
|
|
719
|
+
targetY?: number;
|
|
720
|
+
edgeMode?: string;
|
|
721
|
+
preserveAlpha?: boolean;
|
|
722
|
+
result?: string;
|
|
723
|
+
};
|
|
724
|
+
feDiffuseLighting: CommonAttributes & {
|
|
725
|
+
in?: string;
|
|
726
|
+
surfaceScale?: number;
|
|
727
|
+
diffuseConstant?: number;
|
|
728
|
+
result?: string;
|
|
729
|
+
};
|
|
730
|
+
feDisplacementMap: CommonAttributes & {
|
|
731
|
+
in?: string;
|
|
732
|
+
in2?: string;
|
|
733
|
+
scale?: number;
|
|
734
|
+
xChannelSelector?: string;
|
|
735
|
+
yChannelSelector?: string;
|
|
736
|
+
result?: string;
|
|
737
|
+
};
|
|
738
|
+
feDistantLight: CommonAttributes & {
|
|
739
|
+
azimuth?: number;
|
|
740
|
+
elevation?: number;
|
|
741
|
+
};
|
|
742
|
+
feDropShadow: CommonAttributes & {
|
|
743
|
+
dx?: number;
|
|
744
|
+
dy?: number;
|
|
745
|
+
stdDeviation?: number | string;
|
|
746
|
+
floodColor?: string;
|
|
747
|
+
floodOpacity?: number;
|
|
748
|
+
result?: string;
|
|
749
|
+
};
|
|
750
|
+
feFlood: CommonAttributes & {
|
|
751
|
+
floodColor?: string;
|
|
752
|
+
floodOpacity?: number;
|
|
753
|
+
result?: string;
|
|
754
|
+
};
|
|
755
|
+
feFuncA: CommonAttributes & {
|
|
756
|
+
type?: string;
|
|
757
|
+
tableValues?: string;
|
|
758
|
+
slope?: number;
|
|
759
|
+
intercept?: number;
|
|
760
|
+
amplitude?: number;
|
|
761
|
+
exponent?: number;
|
|
762
|
+
offset?: number;
|
|
763
|
+
};
|
|
764
|
+
feFuncB: CommonAttributes & {
|
|
765
|
+
type?: string;
|
|
766
|
+
tableValues?: string;
|
|
767
|
+
slope?: number;
|
|
768
|
+
intercept?: number;
|
|
769
|
+
amplitude?: number;
|
|
770
|
+
exponent?: number;
|
|
771
|
+
offset?: number;
|
|
772
|
+
};
|
|
773
|
+
feFuncG: CommonAttributes & {
|
|
774
|
+
type?: string;
|
|
775
|
+
tableValues?: string;
|
|
776
|
+
slope?: number;
|
|
777
|
+
intercept?: number;
|
|
778
|
+
amplitude?: number;
|
|
779
|
+
exponent?: number;
|
|
780
|
+
offset?: number;
|
|
781
|
+
};
|
|
782
|
+
feFuncR: CommonAttributes & {
|
|
783
|
+
type?: string;
|
|
784
|
+
tableValues?: string;
|
|
785
|
+
slope?: number;
|
|
786
|
+
intercept?: number;
|
|
787
|
+
amplitude?: number;
|
|
788
|
+
exponent?: number;
|
|
789
|
+
offset?: number;
|
|
790
|
+
};
|
|
791
|
+
feGaussianBlur: CommonAttributes & {
|
|
792
|
+
in?: string;
|
|
793
|
+
stdDeviation?: number | string;
|
|
794
|
+
edgeMode?: string;
|
|
795
|
+
result?: string;
|
|
796
|
+
};
|
|
797
|
+
feImage: CommonAttributes & {
|
|
798
|
+
href?: string;
|
|
799
|
+
preserveAspectRatio?: string;
|
|
800
|
+
result?: string;
|
|
801
|
+
};
|
|
802
|
+
feMerge: CommonAttributes & {
|
|
803
|
+
result?: string;
|
|
804
|
+
};
|
|
805
|
+
feMergeNode: CommonAttributes & {
|
|
806
|
+
in?: string;
|
|
807
|
+
};
|
|
808
|
+
feMorphology: CommonAttributes & {
|
|
809
|
+
in?: string;
|
|
810
|
+
operator?: string;
|
|
811
|
+
radius?: number | string;
|
|
812
|
+
result?: string;
|
|
813
|
+
};
|
|
814
|
+
feOffset: CommonAttributes & {
|
|
815
|
+
in?: string;
|
|
816
|
+
dx?: number;
|
|
817
|
+
dy?: number;
|
|
818
|
+
result?: string;
|
|
819
|
+
};
|
|
820
|
+
fePointLight: CommonAttributes & {
|
|
821
|
+
x?: number;
|
|
822
|
+
y?: number;
|
|
823
|
+
z?: number;
|
|
824
|
+
};
|
|
825
|
+
feSpecularLighting: CommonAttributes & {
|
|
826
|
+
in?: string;
|
|
827
|
+
surfaceScale?: number;
|
|
828
|
+
specularConstant?: number;
|
|
829
|
+
specularExponent?: number;
|
|
830
|
+
result?: string;
|
|
831
|
+
};
|
|
832
|
+
feSpotLight: CommonAttributes & {
|
|
833
|
+
x?: number;
|
|
834
|
+
y?: number;
|
|
835
|
+
z?: number;
|
|
836
|
+
pointsAtX?: number;
|
|
837
|
+
pointsAtY?: number;
|
|
838
|
+
pointsAtZ?: number;
|
|
839
|
+
specularExponent?: number;
|
|
840
|
+
limitingConeAngle?: number;
|
|
841
|
+
};
|
|
842
|
+
feTile: CommonAttributes & {
|
|
843
|
+
in?: string;
|
|
844
|
+
result?: string;
|
|
845
|
+
};
|
|
846
|
+
feTurbulence: CommonAttributes & {
|
|
847
|
+
baseFrequency?: number | string;
|
|
848
|
+
numOctaves?: number;
|
|
849
|
+
seed?: number;
|
|
850
|
+
stitchTiles?: string;
|
|
851
|
+
type?: string;
|
|
852
|
+
result?: string;
|
|
853
|
+
};
|
|
854
|
+
foreignObject: CommonAttributes & {
|
|
855
|
+
x?: number | string;
|
|
856
|
+
y?: number | string;
|
|
857
|
+
width?: number | string;
|
|
858
|
+
height?: number | string;
|
|
859
|
+
};
|
|
860
|
+
view: CommonAttributes & {
|
|
861
|
+
viewBox?: string;
|
|
862
|
+
preserveAspectRatio?: string;
|
|
863
|
+
};
|
|
864
|
+
animate: CommonAttributes & SVGAnimationAttributes;
|
|
865
|
+
animateMotion: CommonAttributes & SVGAnimationAttributes & {
|
|
866
|
+
path?: string;
|
|
867
|
+
keyPoints?: string;
|
|
868
|
+
rotate?: string | number;
|
|
869
|
+
origin?: string;
|
|
870
|
+
};
|
|
871
|
+
animateTransform: CommonAttributes & SVGAnimationAttributes & {
|
|
872
|
+
attributeName?: string;
|
|
873
|
+
type?: string;
|
|
874
|
+
};
|
|
875
|
+
set: CommonAttributes & {
|
|
876
|
+
attributeName?: string;
|
|
877
|
+
to?: string;
|
|
878
|
+
};
|
|
879
|
+
mpath: CommonAttributes & {
|
|
880
|
+
href?: string;
|
|
881
|
+
};
|
|
882
|
+
math: CommonAttributes & {
|
|
883
|
+
display?: "block" | "inline";
|
|
884
|
+
};
|
|
885
|
+
maction: CommonAttributes & {
|
|
886
|
+
actiontype?: string;
|
|
887
|
+
selection?: number;
|
|
888
|
+
};
|
|
889
|
+
mi: CommonAttributes & {
|
|
890
|
+
mathvariant?: string;
|
|
891
|
+
};
|
|
892
|
+
mmultiscripts: CommonAttributes;
|
|
893
|
+
mn: CommonAttributes;
|
|
894
|
+
mo: CommonAttributes & {
|
|
895
|
+
form?: string;
|
|
896
|
+
fence?: boolean;
|
|
897
|
+
separator?: boolean;
|
|
898
|
+
lspace?: string;
|
|
899
|
+
rspace?: string;
|
|
900
|
+
stretchy?: boolean;
|
|
901
|
+
symmetric?: boolean;
|
|
902
|
+
maxsize?: string;
|
|
903
|
+
minsize?: string;
|
|
904
|
+
largeop?: boolean;
|
|
905
|
+
movablelimits?: boolean;
|
|
906
|
+
};
|
|
907
|
+
mover: CommonAttributes & {
|
|
908
|
+
accent?: boolean;
|
|
909
|
+
};
|
|
910
|
+
mpadded: CommonAttributes & {
|
|
911
|
+
width?: string;
|
|
912
|
+
height?: string;
|
|
913
|
+
depth?: string;
|
|
914
|
+
lspace?: string;
|
|
915
|
+
voffset?: string;
|
|
916
|
+
};
|
|
917
|
+
mphantom: CommonAttributes;
|
|
918
|
+
mroot: CommonAttributes;
|
|
919
|
+
mrow: CommonAttributes;
|
|
920
|
+
ms: CommonAttributes & {
|
|
921
|
+
lquote?: string;
|
|
922
|
+
rquote?: string;
|
|
923
|
+
};
|
|
924
|
+
mspace: CommonAttributes & {
|
|
925
|
+
width?: string;
|
|
926
|
+
height?: string;
|
|
927
|
+
depth?: string;
|
|
928
|
+
};
|
|
929
|
+
msqrt: CommonAttributes;
|
|
930
|
+
mstyle: CommonAttributes;
|
|
931
|
+
msub: CommonAttributes;
|
|
932
|
+
msubsup: CommonAttributes;
|
|
933
|
+
msup: CommonAttributes;
|
|
934
|
+
mtable: CommonAttributes & {
|
|
935
|
+
align?: string;
|
|
936
|
+
columnalign?: string;
|
|
937
|
+
columnspacing?: string;
|
|
938
|
+
rowspacing?: string;
|
|
939
|
+
frame?: string;
|
|
940
|
+
framespacing?: string;
|
|
941
|
+
};
|
|
942
|
+
mtd: CommonAttributes & {
|
|
943
|
+
columnspan?: number;
|
|
944
|
+
rowspan?: number;
|
|
945
|
+
columnalign?: string;
|
|
946
|
+
rowalign?: string;
|
|
947
|
+
};
|
|
948
|
+
mtext: CommonAttributes & {
|
|
949
|
+
mathvariant?: string;
|
|
950
|
+
};
|
|
951
|
+
mtr: CommonAttributes & {
|
|
952
|
+
columnalign?: string;
|
|
953
|
+
rowalign?: string;
|
|
954
|
+
};
|
|
955
|
+
munder: CommonAttributes & {
|
|
956
|
+
accentunder?: boolean;
|
|
957
|
+
};
|
|
958
|
+
munderover: CommonAttributes & {
|
|
959
|
+
accent?: boolean;
|
|
960
|
+
accentunder?: boolean;
|
|
961
|
+
};
|
|
962
|
+
semantics: CommonAttributes;
|
|
963
|
+
annotation: CommonAttributes & {
|
|
964
|
+
encoding?: string;
|
|
965
|
+
};
|
|
966
|
+
"annotation-xml": CommonAttributes & {
|
|
967
|
+
encoding?: string;
|
|
968
|
+
};
|
|
969
|
+
};
|
|
970
|
+
}
|
|
971
|
+
function Fragment(props: {
|
|
972
|
+
children?: JSX.Element | JSX.Element[] | string | number | boolean | null | undefined;
|
|
973
|
+
}): JSX.Element | null;
|
|
974
|
+
}
|
|
975
|
+
export {};
|
|
976
|
+
//# sourceMappingURL=jsx.d.ts.map
|