@tailor-cms/ce-jodit-html-edit 0.0.4 → 0.0.5
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/dist/index.cjs +2 -20
- package/dist/index.js +2 -20
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -65044,29 +65044,11 @@ const editorConfig = {
|
|
|
65044
65044
|
"Tahoma, Geneva, sans-serif": "Tahoma",
|
|
65045
65045
|
'"Times New Roman", Times, serif': "Times New Roman",
|
|
65046
65046
|
"Verdana, Geneva, sans-serif": "Verdana"
|
|
65047
|
-
})
|
|
65048
|
-
update(_editor, button) {
|
|
65049
|
-
const value = button.state.value;
|
|
65050
|
-
const list = button.control.list;
|
|
65051
|
-
button.setState({ text: list[value] ?? "Default" });
|
|
65052
|
-
},
|
|
65053
|
-
name: ""
|
|
65054
|
-
},
|
|
65055
|
-
fontsize: {
|
|
65056
|
-
update(_editor, button) {
|
|
65057
|
-
button.setState({ text: button.state.value });
|
|
65058
|
-
},
|
|
65059
|
-
name: ""
|
|
65047
|
+
})
|
|
65060
65048
|
},
|
|
65061
65049
|
paragraph: {
|
|
65062
65050
|
list: { p: "Normal" },
|
|
65063
|
-
|
|
65064
|
-
const value = button.state.value;
|
|
65065
|
-
const list = button.control.list;
|
|
65066
|
-
button.setState({ text: list[value] ?? "Normal" });
|
|
65067
|
-
},
|
|
65068
|
-
tooltip: "Style",
|
|
65069
|
-
name: ""
|
|
65051
|
+
tooltip: "Style"
|
|
65070
65052
|
}
|
|
65071
65053
|
}
|
|
65072
65054
|
};
|
package/dist/index.js
CHANGED
|
@@ -65042,29 +65042,11 @@ const editorConfig = {
|
|
|
65042
65042
|
"Tahoma, Geneva, sans-serif": "Tahoma",
|
|
65043
65043
|
'"Times New Roman", Times, serif': "Times New Roman",
|
|
65044
65044
|
"Verdana, Geneva, sans-serif": "Verdana"
|
|
65045
|
-
})
|
|
65046
|
-
update(_editor, button) {
|
|
65047
|
-
const value = button.state.value;
|
|
65048
|
-
const list = button.control.list;
|
|
65049
|
-
button.setState({ text: list[value] ?? "Default" });
|
|
65050
|
-
},
|
|
65051
|
-
name: ""
|
|
65052
|
-
},
|
|
65053
|
-
fontsize: {
|
|
65054
|
-
update(_editor, button) {
|
|
65055
|
-
button.setState({ text: button.state.value });
|
|
65056
|
-
},
|
|
65057
|
-
name: ""
|
|
65045
|
+
})
|
|
65058
65046
|
},
|
|
65059
65047
|
paragraph: {
|
|
65060
65048
|
list: { p: "Normal" },
|
|
65061
|
-
|
|
65062
|
-
const value = button.state.value;
|
|
65063
|
-
const list = button.control.list;
|
|
65064
|
-
button.setState({ text: list[value] ?? "Normal" });
|
|
65065
|
-
},
|
|
65066
|
-
tooltip: "Style",
|
|
65067
|
-
name: ""
|
|
65049
|
+
tooltip: "Style"
|
|
65068
65050
|
}
|
|
65069
65051
|
}
|
|
65070
65052
|
};
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Tailor CMS Jodit HTML editor authoring component",
|
|
4
4
|
"author": "Studion <info@gostudion.com> (https://github.com/tailor-cms)",
|
|
5
5
|
"type": "module",
|
|
6
|
-
"version": "0.0.
|
|
6
|
+
"version": "0.0.5",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
9
|
"import": "./dist/index.js",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"typescript": "^5.7.3",
|
|
25
25
|
"vite": "^6.1.0",
|
|
26
26
|
"vue-tsc": "^2.2.0",
|
|
27
|
-
"@tailor-cms/ce-jodit-html-manifest": "0.0.
|
|
27
|
+
"@tailor-cms/ce-jodit-html-manifest": "0.0.5"
|
|
28
28
|
},
|
|
29
29
|
"publishConfig": {
|
|
30
30
|
"access": "public"
|