@tailor-cms/ce-jodit-html-edit 0.0.2 → 0.0.3
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 +4 -6
- package/dist/index.css +10 -10
- package/dist/index.js +4 -6
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -67407,13 +67407,11 @@ const _sfc_main$1 = /* @__PURE__ */ vue.defineComponent({
|
|
|
67407
67407
|
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$1, [
|
|
67408
67408
|
!_ctx.isFocused && !content.value && _ctx.showPlaceholder ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$3), {
|
|
67409
67409
|
key: 0,
|
|
67410
|
+
icon: vue.unref(index_default).ui.icon,
|
|
67410
67411
|
"is-disabled": _ctx.isDisabled,
|
|
67411
67412
|
"is-focused": _ctx.isFocused,
|
|
67412
|
-
name: `${vue.unref(index_default).name} component
|
|
67413
|
-
|
|
67414
|
-
"active-placeholder": "Use toolbar to upload the image",
|
|
67415
|
-
icon: "mdi-image-plus"
|
|
67416
|
-
}, null, 8, ["is-disabled", "is-focused", "name"])) : (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 1 }, [
|
|
67413
|
+
name: `${vue.unref(index_default).name} component`
|
|
67414
|
+
}, null, 8, ["icon", "is-disabled", "is-focused", "name"])) : (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 1 }, [
|
|
67417
67415
|
_ctx.isFocused ? (vue.openBlock(), vue.createBlock(JoditEditor, {
|
|
67418
67416
|
key: 0,
|
|
67419
67417
|
modelValue: content.value,
|
|
@@ -67429,7 +67427,7 @@ const _sfc_main$1 = /* @__PURE__ */ vue.defineComponent({
|
|
|
67429
67427
|
};
|
|
67430
67428
|
}
|
|
67431
67429
|
});
|
|
67432
|
-
const Edit = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-
|
|
67430
|
+
const Edit = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-4be470c3"]]);
|
|
67433
67431
|
const _hoisted_1 = ["id"];
|
|
67434
67432
|
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
67435
67433
|
__name: "TopToolbar",
|
package/dist/index.css
CHANGED
|
@@ -523,28 +523,28 @@
|
|
|
523
523
|
[data-v-55230031] .jodit-status-bar .jodit-toolbar-button {
|
|
524
524
|
line-height: inherit;
|
|
525
525
|
vertical-align: top;
|
|
526
|
-
}.jodit-container[data-v-
|
|
526
|
+
}.jodit-container[data-v-4be470c3] {
|
|
527
527
|
min-width: 11.25rem;
|
|
528
528
|
min-height: 8.75rem;
|
|
529
529
|
}
|
|
530
|
-
[data-v-
|
|
530
|
+
[data-v-4be470c3] .jodit-container {
|
|
531
531
|
border: none;
|
|
532
532
|
}
|
|
533
|
-
[data-v-
|
|
533
|
+
[data-v-4be470c3] .jodit-workplace {
|
|
534
534
|
overflow: visible;
|
|
535
535
|
}
|
|
536
|
-
[data-v-
|
|
536
|
+
[data-v-4be470c3] .jodit-wysiwyg {
|
|
537
537
|
overflow: visible;
|
|
538
538
|
overflow-wrap: break-word;
|
|
539
539
|
}
|
|
540
|
-
[data-v-
|
|
540
|
+
[data-v-4be470c3] .tce-jodit-tooltip {
|
|
541
541
|
position: relative;
|
|
542
542
|
display: inline-block;
|
|
543
543
|
background: rgba(205, 215, 220, 0.7);
|
|
544
544
|
text-decoration: underline dotted #37474f;
|
|
545
545
|
cursor: help;
|
|
546
546
|
}
|
|
547
|
-
[data-v-
|
|
547
|
+
[data-v-4be470c3] .tce-jodit-tooltip::before {
|
|
548
548
|
content: "";
|
|
549
549
|
position: absolute;
|
|
550
550
|
bottom: 100%;
|
|
@@ -552,7 +552,7 @@
|
|
|
552
552
|
border-right: 6px solid transparent;
|
|
553
553
|
border-top: 6px solid #37474f;
|
|
554
554
|
}
|
|
555
|
-
[data-v-
|
|
555
|
+
[data-v-4be470c3] .tce-jodit-tooltip::after {
|
|
556
556
|
content: attr(data-tooltip);
|
|
557
557
|
position: absolute;
|
|
558
558
|
bottom: calc(100% + 6px - 1px);
|
|
@@ -564,17 +564,17 @@
|
|
|
564
564
|
font-size: 0.875rem;
|
|
565
565
|
color: #fff;
|
|
566
566
|
}
|
|
567
|
-
[data-v-
|
|
567
|
+
[data-v-4be470c3] .tce-jodit-tooltip::before,[data-v-4be470c3] .tce-jodit-tooltip::after {
|
|
568
568
|
visibility: hidden;
|
|
569
569
|
opacity: 0;
|
|
570
570
|
transition: opacity 0.1s ease-out, margin 0.1s ease-out;
|
|
571
571
|
}
|
|
572
|
-
[data-v-
|
|
572
|
+
[data-v-4be470c3] .tce-jodit-tooltip:hover::after,[data-v-4be470c3] .tce-jodit-tooltip:hover::before {
|
|
573
573
|
visibility: visible;
|
|
574
574
|
opacity: 1;
|
|
575
575
|
margin-bottom: 0.25rem;
|
|
576
576
|
}
|
|
577
|
-
[data-v-
|
|
577
|
+
[data-v-4be470c3] .jodit-container:not(.jodit-inline) {
|
|
578
578
|
min-height: 8.75rem !important;
|
|
579
579
|
background: transparent !important;
|
|
580
580
|
font-size: 1rem;
|
package/dist/index.js
CHANGED
|
@@ -67405,13 +67405,11 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
67405
67405
|
return openBlock(), createElementBlock("div", _hoisted_1$1, [
|
|
67406
67406
|
!_ctx.isFocused && !content.value && _ctx.showPlaceholder ? (openBlock(), createBlock(unref(_sfc_main$3), {
|
|
67407
67407
|
key: 0,
|
|
67408
|
+
icon: unref(index_default).ui.icon,
|
|
67408
67409
|
"is-disabled": _ctx.isDisabled,
|
|
67409
67410
|
"is-focused": _ctx.isFocused,
|
|
67410
|
-
name: `${unref(index_default).name} component
|
|
67411
|
-
|
|
67412
|
-
"active-placeholder": "Use toolbar to upload the image",
|
|
67413
|
-
icon: "mdi-image-plus"
|
|
67414
|
-
}, null, 8, ["is-disabled", "is-focused", "name"])) : (openBlock(), createElementBlock(Fragment$1, { key: 1 }, [
|
|
67411
|
+
name: `${unref(index_default).name} component`
|
|
67412
|
+
}, null, 8, ["icon", "is-disabled", "is-focused", "name"])) : (openBlock(), createElementBlock(Fragment$1, { key: 1 }, [
|
|
67415
67413
|
_ctx.isFocused ? (openBlock(), createBlock(JoditEditor, {
|
|
67416
67414
|
key: 0,
|
|
67417
67415
|
modelValue: content.value,
|
|
@@ -67427,7 +67425,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
67427
67425
|
};
|
|
67428
67426
|
}
|
|
67429
67427
|
});
|
|
67430
|
-
const Edit = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-
|
|
67428
|
+
const Edit = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-4be470c3"]]);
|
|
67431
67429
|
const _hoisted_1 = ["id"];
|
|
67432
67430
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
67433
67431
|
__name: "TopToolbar",
|
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.3",
|
|
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.3"
|
|
28
28
|
},
|
|
29
29
|
"publishConfig": {
|
|
30
30
|
"access": "public"
|