@tailor-cms/ce-jodit-html-edit 0.0.4 → 0.0.6
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 +3 -21
- package/dist/index.css +8 -7
- package/dist/index.js +3 -21
- 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
|
};
|
|
@@ -65190,7 +65172,7 @@ const _sfc_main$2 = /* @__PURE__ */ vue.defineComponent({
|
|
|
65190
65172
|
};
|
|
65191
65173
|
}
|
|
65192
65174
|
});
|
|
65193
|
-
const JoditEditor = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-
|
|
65175
|
+
const JoditEditor = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-605e5d80"]]);
|
|
65194
65176
|
const _hoisted_1$1 = { class: "tce-jodit-html text-left" };
|
|
65195
65177
|
const _hoisted_2 = {
|
|
65196
65178
|
key: 1,
|
package/dist/index.css
CHANGED
|
@@ -495,30 +495,31 @@
|
|
|
495
495
|
.diff.changed[data-v-3d2a2eb4], .diff.removed[data-v-3d2a2eb4] {
|
|
496
496
|
border: none;
|
|
497
497
|
box-shadow: 0 0 0 2px rgb(var(--v-theme-secondary-lighten-4)) !important;
|
|
498
|
-
}[data-v-
|
|
498
|
+
}[data-v-605e5d80] .jodit-container:not(.jodit_inline) {
|
|
499
499
|
display: flex;
|
|
500
500
|
border: none;
|
|
501
501
|
min-height: 140px;
|
|
502
502
|
flex-direction: column;
|
|
503
503
|
}
|
|
504
|
-
[data-v-
|
|
504
|
+
[data-v-605e5d80] .jodit-container:not(.jodit_inline) .jodit-workplace {
|
|
505
|
+
background-color: transparent;
|
|
505
506
|
border: none;
|
|
506
507
|
}
|
|
507
|
-
[data-v-
|
|
508
|
+
[data-v-605e5d80] .jodit-placeholder {
|
|
508
509
|
font-style: italic;
|
|
509
510
|
}
|
|
510
|
-
[data-v-
|
|
511
|
+
[data-v-605e5d80] .jodit-source {
|
|
511
512
|
background: transparent;
|
|
512
513
|
}
|
|
513
|
-
[data-v-
|
|
514
|
+
[data-v-605e5d80] .jodit-status-bar {
|
|
514
515
|
margin-top: auto;
|
|
515
516
|
border: none !important;
|
|
516
517
|
background-color: transparent;
|
|
517
518
|
}
|
|
518
|
-
[data-v-
|
|
519
|
+
[data-v-605e5d80] .jodit-status-bar .jodit-status-bar__item {
|
|
519
520
|
line-height: inherit;
|
|
520
521
|
}
|
|
521
|
-
[data-v-
|
|
522
|
+
[data-v-605e5d80] .jodit-status-bar .jodit-toolbar-button {
|
|
522
523
|
line-height: inherit;
|
|
523
524
|
vertical-align: top;
|
|
524
525
|
}.jodit-container[data-v-4be470c3] {
|
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
|
};
|
|
@@ -65188,7 +65170,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
65188
65170
|
};
|
|
65189
65171
|
}
|
|
65190
65172
|
});
|
|
65191
|
-
const JoditEditor = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-
|
|
65173
|
+
const JoditEditor = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-605e5d80"]]);
|
|
65192
65174
|
const _hoisted_1$1 = { class: "tce-jodit-html text-left" };
|
|
65193
65175
|
const _hoisted_2 = {
|
|
65194
65176
|
key: 1,
|
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.6",
|
|
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.6"
|
|
28
28
|
},
|
|
29
29
|
"publishConfig": {
|
|
30
30
|
"access": "public"
|