easy-email-pro-editor 1.56.0 → 1.56.2
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/CHANGELOG.md
CHANGED
|
@@ -15,12 +15,14 @@ export declare class HtmlBlockNode extends BaseElement<HtmlBlockNodeElement> {
|
|
|
15
15
|
suppressContentEditableWarning?: boolean | undefined;
|
|
16
16
|
suppressHydrationWarning?: boolean | undefined;
|
|
17
17
|
accessKey?: string | undefined;
|
|
18
|
+
autoCapitalize?: (string & {}) | "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined;
|
|
18
19
|
autoFocus?: boolean | undefined;
|
|
19
20
|
className?: string | undefined;
|
|
20
21
|
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
21
22
|
contextMenu?: string | undefined;
|
|
22
23
|
dir?: string | undefined;
|
|
23
24
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
25
|
+
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
|
24
26
|
hidden?: boolean | undefined;
|
|
25
27
|
lang?: string | undefined;
|
|
26
28
|
nonce?: string | undefined;
|
|
@@ -41,7 +43,6 @@ export declare class HtmlBlockNode extends BaseElement<HtmlBlockNodeElement> {
|
|
|
41
43
|
rev?: string | undefined;
|
|
42
44
|
typeof?: string | undefined;
|
|
43
45
|
vocab?: string | undefined;
|
|
44
|
-
autoCapitalize?: string | undefined;
|
|
45
46
|
autoCorrect?: string | undefined;
|
|
46
47
|
autoSave?: string | undefined;
|
|
47
48
|
color?: string | undefined;
|
|
@@ -52,12 +53,14 @@ export declare class HtmlBlockNode extends BaseElement<HtmlBlockNodeElement> {
|
|
|
52
53
|
itemRef?: string | undefined;
|
|
53
54
|
results?: number | undefined;
|
|
54
55
|
security?: string | undefined;
|
|
55
|
-
unselectable?: "
|
|
56
|
+
unselectable?: "off" | "on" | undefined;
|
|
56
57
|
inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
57
58
|
is?: string | undefined;
|
|
59
|
+
exportparts?: string | undefined;
|
|
60
|
+
part?: string | undefined;
|
|
58
61
|
"aria-activedescendant"?: string | undefined;
|
|
59
62
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
60
|
-
"aria-autocomplete"?: "
|
|
63
|
+
"aria-autocomplete"?: "none" | "list" | "inline" | "both" | undefined;
|
|
61
64
|
"aria-braillelabel"?: string | undefined;
|
|
62
65
|
"aria-brailleroledescription"?: string | undefined;
|
|
63
66
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
@@ -72,7 +75,7 @@ export declare class HtmlBlockNode extends BaseElement<HtmlBlockNodeElement> {
|
|
|
72
75
|
"aria-description"?: string | undefined;
|
|
73
76
|
"aria-details"?: string | undefined;
|
|
74
77
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
75
|
-
"aria-dropeffect"?: "
|
|
78
|
+
"aria-dropeffect"?: "none" | "link" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
76
79
|
"aria-errormessage"?: string | undefined;
|
|
77
80
|
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
78
81
|
"aria-flowto"?: string | undefined;
|
|
@@ -129,7 +132,7 @@ export declare class HtmlBlockNode extends BaseElement<HtmlBlockNodeElement> {
|
|
|
129
132
|
onBlurCapture?: import("react").FocusEventHandler<HTMLElement> | undefined;
|
|
130
133
|
onChange?: import("react").FormEventHandler<HTMLElement> | undefined;
|
|
131
134
|
onChangeCapture?: import("react").FormEventHandler<HTMLElement> | undefined;
|
|
132
|
-
onBeforeInput?: import("react").
|
|
135
|
+
onBeforeInput?: import("react").InputEventHandler<HTMLElement> | undefined;
|
|
133
136
|
onBeforeInputCapture?: import("react").FormEventHandler<HTMLElement> | undefined;
|
|
134
137
|
onInput?: import("react").FormEventHandler<HTMLElement> | undefined;
|
|
135
138
|
onInputCapture?: import("react").FormEventHandler<HTMLElement> | undefined;
|
|
@@ -179,8 +182,6 @@ export declare class HtmlBlockNode extends BaseElement<HtmlBlockNodeElement> {
|
|
|
179
182
|
onProgressCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
180
183
|
onRateChange?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
181
184
|
onRateChangeCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
182
|
-
onResize?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
183
|
-
onResizeCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
184
185
|
onSeeked?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
185
186
|
onSeekedCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
186
187
|
onSeeking?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
@@ -250,9 +251,7 @@ export declare class HtmlBlockNode extends BaseElement<HtmlBlockNodeElement> {
|
|
|
250
251
|
onPointerCancel?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
251
252
|
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
252
253
|
onPointerEnter?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
253
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
254
254
|
onPointerLeave?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
255
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
256
255
|
onPointerOver?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
257
256
|
onPointerOverCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
258
257
|
onPointerOut?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
@@ -288,12 +287,14 @@ export declare class HtmlBlockNode extends BaseElement<HtmlBlockNodeElement> {
|
|
|
288
287
|
suppressContentEditableWarning?: boolean | undefined;
|
|
289
288
|
suppressHydrationWarning?: boolean | undefined;
|
|
290
289
|
accessKey?: string | undefined;
|
|
290
|
+
autoCapitalize?: (string & {}) | "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined;
|
|
291
291
|
autoFocus?: boolean | undefined;
|
|
292
292
|
className?: string | undefined;
|
|
293
293
|
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
294
294
|
contextMenu?: string | undefined;
|
|
295
295
|
dir?: string | undefined;
|
|
296
296
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
297
|
+
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
|
297
298
|
hidden?: boolean | undefined;
|
|
298
299
|
lang?: string | undefined;
|
|
299
300
|
nonce?: string | undefined;
|
|
@@ -314,7 +315,6 @@ export declare class HtmlBlockNode extends BaseElement<HtmlBlockNodeElement> {
|
|
|
314
315
|
rev?: string | undefined;
|
|
315
316
|
typeof?: string | undefined;
|
|
316
317
|
vocab?: string | undefined;
|
|
317
|
-
autoCapitalize?: string | undefined;
|
|
318
318
|
autoCorrect?: string | undefined;
|
|
319
319
|
autoSave?: string | undefined;
|
|
320
320
|
color?: string | undefined;
|
|
@@ -325,12 +325,14 @@ export declare class HtmlBlockNode extends BaseElement<HtmlBlockNodeElement> {
|
|
|
325
325
|
itemRef?: string | undefined;
|
|
326
326
|
results?: number | undefined;
|
|
327
327
|
security?: string | undefined;
|
|
328
|
-
unselectable?: "
|
|
328
|
+
unselectable?: "off" | "on" | undefined;
|
|
329
329
|
inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
330
330
|
is?: string | undefined;
|
|
331
|
+
exportparts?: string | undefined;
|
|
332
|
+
part?: string | undefined;
|
|
331
333
|
"aria-activedescendant"?: string | undefined;
|
|
332
334
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
333
|
-
"aria-autocomplete"?: "
|
|
335
|
+
"aria-autocomplete"?: "none" | "list" | "inline" | "both" | undefined;
|
|
334
336
|
"aria-braillelabel"?: string | undefined;
|
|
335
337
|
"aria-brailleroledescription"?: string | undefined;
|
|
336
338
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
@@ -345,7 +347,7 @@ export declare class HtmlBlockNode extends BaseElement<HtmlBlockNodeElement> {
|
|
|
345
347
|
"aria-description"?: string | undefined;
|
|
346
348
|
"aria-details"?: string | undefined;
|
|
347
349
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
348
|
-
"aria-dropeffect"?: "
|
|
350
|
+
"aria-dropeffect"?: "none" | "link" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
349
351
|
"aria-errormessage"?: string | undefined;
|
|
350
352
|
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
351
353
|
"aria-flowto"?: string | undefined;
|
|
@@ -402,7 +404,7 @@ export declare class HtmlBlockNode extends BaseElement<HtmlBlockNodeElement> {
|
|
|
402
404
|
onBlurCapture?: import("react").FocusEventHandler<HTMLElement> | undefined;
|
|
403
405
|
onChange?: import("react").FormEventHandler<HTMLElement> | undefined;
|
|
404
406
|
onChangeCapture?: import("react").FormEventHandler<HTMLElement> | undefined;
|
|
405
|
-
onBeforeInput?: import("react").
|
|
407
|
+
onBeforeInput?: import("react").InputEventHandler<HTMLElement> | undefined;
|
|
406
408
|
onBeforeInputCapture?: import("react").FormEventHandler<HTMLElement> | undefined;
|
|
407
409
|
onInput?: import("react").FormEventHandler<HTMLElement> | undefined;
|
|
408
410
|
onInputCapture?: import("react").FormEventHandler<HTMLElement> | undefined;
|
|
@@ -452,8 +454,6 @@ export declare class HtmlBlockNode extends BaseElement<HtmlBlockNodeElement> {
|
|
|
452
454
|
onProgressCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
453
455
|
onRateChange?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
454
456
|
onRateChangeCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
455
|
-
onResize?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
456
|
-
onResizeCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
457
457
|
onSeeked?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
458
458
|
onSeekedCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
459
459
|
onSeeking?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
@@ -523,9 +523,7 @@ export declare class HtmlBlockNode extends BaseElement<HtmlBlockNodeElement> {
|
|
|
523
523
|
onPointerCancel?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
524
524
|
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
525
525
|
onPointerEnter?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
526
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
527
526
|
onPointerLeave?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
528
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
529
527
|
onPointerOver?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
530
528
|
onPointerOverCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
531
529
|
onPointerOut?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
@@ -552,5 +550,5 @@ export declare class HtmlBlockNode extends BaseElement<HtmlBlockNodeElement> {
|
|
|
552
550
|
'data-slate-inline'?: true | undefined;
|
|
553
551
|
'data-slate-void'?: true | undefined;
|
|
554
552
|
ref: any;
|
|
555
|
-
}, "id" | "title" | "children" | "style" | "manifest" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "lang" | "nonce" | "slot" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "
|
|
553
|
+
}, "id" | "title" | "children" | "style" | "manifest" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "lang" | "nonce" | "slot" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "css-class" | "mj-class" | "ref" | "data-slate-block" | "data-slate-node" | "data-slate-inline" | "data-slate-void">, Element>;
|
|
556
554
|
}
|
|
@@ -15,12 +15,14 @@ export declare class HtmlNode extends BaseElement<HtmlNodeElement> {
|
|
|
15
15
|
suppressContentEditableWarning?: boolean | undefined;
|
|
16
16
|
suppressHydrationWarning?: boolean | undefined;
|
|
17
17
|
accessKey?: string | undefined;
|
|
18
|
+
autoCapitalize?: (string & {}) | "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined;
|
|
18
19
|
autoFocus?: boolean | undefined;
|
|
19
20
|
className?: string | undefined;
|
|
20
21
|
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
21
22
|
contextMenu?: string | undefined;
|
|
22
23
|
dir?: string | undefined;
|
|
23
24
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
25
|
+
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
|
24
26
|
hidden?: boolean | undefined;
|
|
25
27
|
lang?: string | undefined;
|
|
26
28
|
nonce?: string | undefined;
|
|
@@ -41,7 +43,6 @@ export declare class HtmlNode extends BaseElement<HtmlNodeElement> {
|
|
|
41
43
|
rev?: string | undefined;
|
|
42
44
|
typeof?: string | undefined;
|
|
43
45
|
vocab?: string | undefined;
|
|
44
|
-
autoCapitalize?: string | undefined;
|
|
45
46
|
autoCorrect?: string | undefined;
|
|
46
47
|
autoSave?: string | undefined;
|
|
47
48
|
color?: string | undefined;
|
|
@@ -52,12 +53,14 @@ export declare class HtmlNode extends BaseElement<HtmlNodeElement> {
|
|
|
52
53
|
itemRef?: string | undefined;
|
|
53
54
|
results?: number | undefined;
|
|
54
55
|
security?: string | undefined;
|
|
55
|
-
unselectable?: "
|
|
56
|
+
unselectable?: "off" | "on" | undefined;
|
|
56
57
|
inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
57
58
|
is?: string | undefined;
|
|
59
|
+
exportparts?: string | undefined;
|
|
60
|
+
part?: string | undefined;
|
|
58
61
|
"aria-activedescendant"?: string | undefined;
|
|
59
62
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
60
|
-
"aria-autocomplete"?: "
|
|
63
|
+
"aria-autocomplete"?: "none" | "list" | "inline" | "both" | undefined;
|
|
61
64
|
"aria-braillelabel"?: string | undefined;
|
|
62
65
|
"aria-brailleroledescription"?: string | undefined;
|
|
63
66
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
@@ -72,7 +75,7 @@ export declare class HtmlNode extends BaseElement<HtmlNodeElement> {
|
|
|
72
75
|
"aria-description"?: string | undefined;
|
|
73
76
|
"aria-details"?: string | undefined;
|
|
74
77
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
75
|
-
"aria-dropeffect"?: "
|
|
78
|
+
"aria-dropeffect"?: "none" | "link" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
76
79
|
"aria-errormessage"?: string | undefined;
|
|
77
80
|
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
78
81
|
"aria-flowto"?: string | undefined;
|
|
@@ -129,7 +132,7 @@ export declare class HtmlNode extends BaseElement<HtmlNodeElement> {
|
|
|
129
132
|
onBlurCapture?: React.FocusEventHandler<HTMLElement> | undefined;
|
|
130
133
|
onChange?: React.FormEventHandler<HTMLElement> | undefined;
|
|
131
134
|
onChangeCapture?: React.FormEventHandler<HTMLElement> | undefined;
|
|
132
|
-
onBeforeInput?: React.
|
|
135
|
+
onBeforeInput?: React.InputEventHandler<HTMLElement> | undefined;
|
|
133
136
|
onBeforeInputCapture?: React.FormEventHandler<HTMLElement> | undefined;
|
|
134
137
|
onInput?: React.FormEventHandler<HTMLElement> | undefined;
|
|
135
138
|
onInputCapture?: React.FormEventHandler<HTMLElement> | undefined;
|
|
@@ -179,8 +182,6 @@ export declare class HtmlNode extends BaseElement<HtmlNodeElement> {
|
|
|
179
182
|
onProgressCapture?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
180
183
|
onRateChange?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
181
184
|
onRateChangeCapture?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
182
|
-
onResize?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
183
|
-
onResizeCapture?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
184
185
|
onSeeked?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
185
186
|
onSeekedCapture?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
186
187
|
onSeeking?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
@@ -250,9 +251,7 @@ export declare class HtmlNode extends BaseElement<HtmlNodeElement> {
|
|
|
250
251
|
onPointerCancel?: React.PointerEventHandler<HTMLElement> | undefined;
|
|
251
252
|
onPointerCancelCapture?: React.PointerEventHandler<HTMLElement> | undefined;
|
|
252
253
|
onPointerEnter?: React.PointerEventHandler<HTMLElement> | undefined;
|
|
253
|
-
onPointerEnterCapture?: React.PointerEventHandler<HTMLElement> | undefined;
|
|
254
254
|
onPointerLeave?: React.PointerEventHandler<HTMLElement> | undefined;
|
|
255
|
-
onPointerLeaveCapture?: React.PointerEventHandler<HTMLElement> | undefined;
|
|
256
255
|
onPointerOver?: React.PointerEventHandler<HTMLElement> | undefined;
|
|
257
256
|
onPointerOverCapture?: React.PointerEventHandler<HTMLElement> | undefined;
|
|
258
257
|
onPointerOut?: React.PointerEventHandler<HTMLElement> | undefined;
|
|
@@ -15,12 +15,14 @@ export declare class HTMLDomNode extends BaseElement<HTMLDomNodeElement> {
|
|
|
15
15
|
suppressContentEditableWarning?: boolean | undefined;
|
|
16
16
|
suppressHydrationWarning?: boolean | undefined;
|
|
17
17
|
accessKey?: string | undefined;
|
|
18
|
+
autoCapitalize?: (string & {}) | "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined;
|
|
18
19
|
autoFocus?: boolean | undefined;
|
|
19
20
|
className?: string | undefined;
|
|
20
21
|
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
21
22
|
contextMenu?: string | undefined;
|
|
22
23
|
dir?: string | undefined;
|
|
23
24
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
25
|
+
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
|
24
26
|
hidden?: boolean | undefined;
|
|
25
27
|
lang?: string | undefined;
|
|
26
28
|
nonce?: string | undefined;
|
|
@@ -41,7 +43,6 @@ export declare class HTMLDomNode extends BaseElement<HTMLDomNodeElement> {
|
|
|
41
43
|
rev?: string | undefined;
|
|
42
44
|
typeof?: string | undefined;
|
|
43
45
|
vocab?: string | undefined;
|
|
44
|
-
autoCapitalize?: string | undefined;
|
|
45
46
|
autoCorrect?: string | undefined;
|
|
46
47
|
autoSave?: string | undefined;
|
|
47
48
|
color?: string | undefined;
|
|
@@ -52,12 +53,14 @@ export declare class HTMLDomNode extends BaseElement<HTMLDomNodeElement> {
|
|
|
52
53
|
itemRef?: string | undefined;
|
|
53
54
|
results?: number | undefined;
|
|
54
55
|
security?: string | undefined;
|
|
55
|
-
unselectable?: "
|
|
56
|
+
unselectable?: "off" | "on" | undefined;
|
|
56
57
|
inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
57
58
|
is?: string | undefined;
|
|
59
|
+
exportparts?: string | undefined;
|
|
60
|
+
part?: string | undefined;
|
|
58
61
|
"aria-activedescendant"?: string | undefined;
|
|
59
62
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
60
|
-
"aria-autocomplete"?: "
|
|
63
|
+
"aria-autocomplete"?: "none" | "list" | "inline" | "both" | undefined;
|
|
61
64
|
"aria-braillelabel"?: string | undefined;
|
|
62
65
|
"aria-brailleroledescription"?: string | undefined;
|
|
63
66
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
@@ -72,7 +75,7 @@ export declare class HTMLDomNode extends BaseElement<HTMLDomNodeElement> {
|
|
|
72
75
|
"aria-description"?: string | undefined;
|
|
73
76
|
"aria-details"?: string | undefined;
|
|
74
77
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
75
|
-
"aria-dropeffect"?: "
|
|
78
|
+
"aria-dropeffect"?: "none" | "link" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
76
79
|
"aria-errormessage"?: string | undefined;
|
|
77
80
|
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
78
81
|
"aria-flowto"?: string | undefined;
|
|
@@ -129,7 +132,7 @@ export declare class HTMLDomNode extends BaseElement<HTMLDomNodeElement> {
|
|
|
129
132
|
onBlurCapture?: React.FocusEventHandler<HTMLElement> | undefined;
|
|
130
133
|
onChange?: React.FormEventHandler<HTMLElement> | undefined;
|
|
131
134
|
onChangeCapture?: React.FormEventHandler<HTMLElement> | undefined;
|
|
132
|
-
onBeforeInput?: React.
|
|
135
|
+
onBeforeInput?: React.InputEventHandler<HTMLElement> | undefined;
|
|
133
136
|
onBeforeInputCapture?: React.FormEventHandler<HTMLElement> | undefined;
|
|
134
137
|
onInput?: React.FormEventHandler<HTMLElement> | undefined;
|
|
135
138
|
onInputCapture?: React.FormEventHandler<HTMLElement> | undefined;
|
|
@@ -179,8 +182,6 @@ export declare class HTMLDomNode extends BaseElement<HTMLDomNodeElement> {
|
|
|
179
182
|
onProgressCapture?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
180
183
|
onRateChange?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
181
184
|
onRateChangeCapture?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
182
|
-
onResize?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
183
|
-
onResizeCapture?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
184
185
|
onSeeked?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
185
186
|
onSeekedCapture?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
186
187
|
onSeeking?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
@@ -250,9 +251,7 @@ export declare class HTMLDomNode extends BaseElement<HTMLDomNodeElement> {
|
|
|
250
251
|
onPointerCancel?: React.PointerEventHandler<HTMLElement> | undefined;
|
|
251
252
|
onPointerCancelCapture?: React.PointerEventHandler<HTMLElement> | undefined;
|
|
252
253
|
onPointerEnter?: React.PointerEventHandler<HTMLElement> | undefined;
|
|
253
|
-
onPointerEnterCapture?: React.PointerEventHandler<HTMLElement> | undefined;
|
|
254
254
|
onPointerLeave?: React.PointerEventHandler<HTMLElement> | undefined;
|
|
255
|
-
onPointerLeaveCapture?: React.PointerEventHandler<HTMLElement> | undefined;
|
|
256
255
|
onPointerOver?: React.PointerEventHandler<HTMLElement> | undefined;
|
|
257
256
|
onPointerOverCapture?: React.PointerEventHandler<HTMLElement> | undefined;
|
|
258
257
|
onPointerOut?: React.PointerEventHandler<HTMLElement> | undefined;
|