@thanhpv102/easy-email-extensions 4.19.13 → 4.19.15
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/lib/AttributePanel/components/attributes/Height.d.ts +1 -1
- package/lib/AttributePanel/components/attributes/Width.d.ts +1 -1
- package/lib/AttributePanel/components/blocks/AdvancedTable/Operation/tableTool.d.ts +1 -1
- package/lib/AttributePanel/components/blocks/AdvancedTable/Operation/type.d.ts +1 -1
- package/lib/AttributePanel/components/blocks/AdvancedTable/Operation/util.d.ts +1 -1
- package/lib/BlockLayer/components/ContextMenu/index.d.ts +1 -1
- package/lib/BlockLayer/index.d.ts +1 -1
- package/lib/CodemirrorEditor-DYZlp2Fn.mjs +6265 -0
- package/lib/CodemirrorEditor-DYZlp2Fn.mjs.map +1 -0
- package/lib/ShortcutToolbar/components/BlockMaskWrapper/index.d.ts +1 -1
- package/lib/ShortcutToolbar/components/BlocksPanel/presetTemplate/index.d.ts +1 -1
- package/lib/ShortcutToolbar/components/DragIcon/index.d.ts +1 -1
- package/lib/ShortcutToolbar/utils/BlockMarketManager.d.ts +1 -1
- package/lib/components/Form/RichTextField/index.d.ts +1 -1
- package/lib/components/Form/enhancer.d.ts +1 -1
- package/lib/easy-email-extensions.css +2 -1
- package/lib/index.js +10871 -80
- package/lib/index.js.map +1 -1
- package/lib/utils/MjmlToJson.d.ts +1 -1
- package/lib/utils/formBridge.d.ts +2 -2
- package/lib/utils/getBlockTitle.d.ts +1 -1
- package/lib/utils/parseXMLtoBlock.d.ts +1 -1
- package/package.json +7 -7
- package/lib/index-DDCvi9LQ.mjs +0 -6806
- package/lib/index-DDCvi9LQ.mjs.map +0 -1
- package/lib/index-NyKt6b4f.mjs +0 -91922
- package/lib/index-NyKt6b4f.mjs.map +0 -1
|
@@ -2,5 +2,5 @@
|
|
|
2
2
|
* This file provides react-final-form compatible API exports
|
|
3
3
|
* backed by react-hook-form for React 19 compatibility
|
|
4
4
|
*/
|
|
5
|
-
export { Form, Field, FieldArray, useForm, useFormState, useField } from 'easy-email-editor';
|
|
6
|
-
export type { FormApi, FormState, FormProps, FieldProps, FieldRenderProps, FieldArrayProps, FieldArrayRenderProps, UseFieldConfig } from 'easy-email-editor';
|
|
5
|
+
export { Form, Field, FieldArray, useForm, useFormState, useField } from '@thanhpv102/easy-email-editor';
|
|
6
|
+
export type { FormApi, FormState, FormProps, FieldProps, FieldRenderProps, FieldArrayProps, FieldArrayRenderProps, UseFieldConfig } from '@thanhpv102/easy-email-editor';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IBlockData } from 'easy-email-core';
|
|
1
|
+
import { IBlockData } from '@thanhpv102/easy-email-core';
|
|
2
2
|
export declare function getBlockTitle(blockData: IBlockData, isFromContent?: boolean): string;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IBlockData } from 'easy-email-core';
|
|
1
|
+
import { IBlockData } from '@thanhpv102/easy-email-core';
|
|
2
2
|
export declare function parseXMLtoBlock(text: string): IBlockData<any, any>;
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@thanhpv102/easy-email-extensions",
|
|
3
3
|
"license": "MIT",
|
|
4
4
|
"description": "Email editor",
|
|
5
|
-
"version": "4.19.
|
|
5
|
+
"version": "4.19.15",
|
|
6
6
|
"author": "m-Ryan",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
@@ -65,22 +65,22 @@
|
|
|
65
65
|
},
|
|
66
66
|
"dependencies": {
|
|
67
67
|
"@ant-design/icons": "^6.0.0",
|
|
68
|
-
"antd": "^6.3.
|
|
68
|
+
"antd": "^6.3.1",
|
|
69
69
|
"codemirror": "^5.65.21",
|
|
70
70
|
"color": "^4.2.3",
|
|
71
71
|
"is-hotkey": "^0.2.0",
|
|
72
|
-
"lodash": "^4.
|
|
73
|
-
"mjml-browser": "^4.
|
|
72
|
+
"lodash": "^4.18.1",
|
|
73
|
+
"mjml-browser": "^4.18.0",
|
|
74
74
|
"overlayscrollbars": "^2.12.1",
|
|
75
75
|
"overlayscrollbars-react": "^0.5.6",
|
|
76
76
|
"react-codemirror2": "^9.0.1",
|
|
77
77
|
"react-colorful": "^5.6.1",
|
|
78
78
|
"react-use": "^17.6.0",
|
|
79
|
-
"uuid": "^
|
|
79
|
+
"uuid": "^14.0.0"
|
|
80
80
|
},
|
|
81
81
|
"peerDependencies": {
|
|
82
|
-
"@thanhpv102/easy-email-core": "^4.19.
|
|
83
|
-
"@thanhpv102/easy-email-editor": "^4.19.
|
|
82
|
+
"@thanhpv102/easy-email-core": "^4.19.15",
|
|
83
|
+
"@thanhpv102/easy-email-editor": "^4.19.15",
|
|
84
84
|
"react": "^19.0.0",
|
|
85
85
|
"react-dom": "^19.0.0"
|
|
86
86
|
},
|