easy-email-pro-editor 1.45.2 → 1.46.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.
|
@@ -5,6 +5,7 @@ import { BaseElement } from "../BaseElement";
|
|
|
5
5
|
export declare class HtmlBlockNode extends BaseElement<HtmlBlockNodeElement> {
|
|
6
6
|
componentType: string;
|
|
7
7
|
static defaultAttributes: {
|
|
8
|
+
id?: string | undefined;
|
|
8
9
|
title?: string | undefined;
|
|
9
10
|
children?: import("react").ReactNode;
|
|
10
11
|
style?: string | undefined;
|
|
@@ -21,7 +22,6 @@ export declare class HtmlBlockNode extends BaseElement<HtmlBlockNodeElement> {
|
|
|
21
22
|
dir?: string | undefined;
|
|
22
23
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
23
24
|
hidden?: boolean | undefined;
|
|
24
|
-
id?: string | undefined;
|
|
25
25
|
lang?: string | undefined;
|
|
26
26
|
nonce?: string | undefined;
|
|
27
27
|
slot?: string | undefined;
|
|
@@ -279,6 +279,7 @@ export declare class HtmlBlockNode extends BaseElement<HtmlBlockNodeElement> {
|
|
|
279
279
|
renderElement(): import("react").DOMElement<Pick<{
|
|
280
280
|
style: any;
|
|
281
281
|
"data-slate-block": string;
|
|
282
|
+
id?: string | undefined;
|
|
282
283
|
title?: string | undefined;
|
|
283
284
|
children?: import("react").ReactNode;
|
|
284
285
|
manifest?: string | undefined;
|
|
@@ -294,7 +295,6 @@ export declare class HtmlBlockNode extends BaseElement<HtmlBlockNodeElement> {
|
|
|
294
295
|
dir?: string | undefined;
|
|
295
296
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
296
297
|
hidden?: boolean | undefined;
|
|
297
|
-
id?: string | undefined;
|
|
298
298
|
lang?: string | undefined;
|
|
299
299
|
nonce?: string | undefined;
|
|
300
300
|
slot?: string | undefined;
|
|
@@ -552,5 +552,5 @@ export declare class HtmlBlockNode extends BaseElement<HtmlBlockNodeElement> {
|
|
|
552
552
|
'data-slate-inline'?: true | undefined;
|
|
553
553
|
'data-slate-void'?: true | undefined;
|
|
554
554
|
ref: any;
|
|
555
|
-
}, "title" | "children" | "style" | "manifest" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "
|
|
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" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "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" | "onResize" | "onResizeCapture" | "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" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "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
556
|
}
|
|
@@ -5,6 +5,7 @@ import React from "react";
|
|
|
5
5
|
export declare class HtmlNode extends BaseElement<HtmlNodeElement> {
|
|
6
6
|
componentType: string;
|
|
7
7
|
static defaultAttributes: {
|
|
8
|
+
id?: string | undefined;
|
|
8
9
|
title?: string | undefined;
|
|
9
10
|
children?: React.ReactNode;
|
|
10
11
|
style?: CSSProperties | undefined;
|
|
@@ -21,7 +22,6 @@ export declare class HtmlNode extends BaseElement<HtmlNodeElement> {
|
|
|
21
22
|
dir?: string | undefined;
|
|
22
23
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
23
24
|
hidden?: boolean | undefined;
|
|
24
|
-
id?: string | undefined;
|
|
25
25
|
lang?: string | undefined;
|
|
26
26
|
nonce?: string | undefined;
|
|
27
27
|
slot?: string | undefined;
|
|
@@ -5,6 +5,7 @@ export declare class HTMLDomNode extends BaseElement<HTMLDomNodeElement> {
|
|
|
5
5
|
componentType: string;
|
|
6
6
|
allowedAttributes: {};
|
|
7
7
|
defaultAttributes: {
|
|
8
|
+
id?: string | undefined;
|
|
8
9
|
title?: string | undefined;
|
|
9
10
|
children?: React.ReactNode;
|
|
10
11
|
style?: React.CSSProperties | undefined;
|
|
@@ -21,7 +22,6 @@ export declare class HTMLDomNode extends BaseElement<HTMLDomNodeElement> {
|
|
|
21
22
|
dir?: string | undefined;
|
|
22
23
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
23
24
|
hidden?: boolean | undefined;
|
|
24
|
-
id?: string | undefined;
|
|
25
25
|
lang?: string | undefined;
|
|
26
26
|
nonce?: string | undefined;
|
|
27
27
|
slot?: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "easy-email-pro-editor",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.46.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"files": [
|
|
6
6
|
"lib"
|
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
"he": "^1.2.0",
|
|
16
16
|
"is-hotkey": "^0.2.0",
|
|
17
17
|
"lodash": "^4.17.21",
|
|
18
|
+
"nanoid": "^5.1.5",
|
|
18
19
|
"overlayscrollbars": "^1.13.2",
|
|
19
20
|
"overlayscrollbars-react": "^0.3.0",
|
|
20
21
|
"parse5": "^7.1.2",
|