@halo-dev/richtext-editor 0.0.0-alpha.29 → 0.0.0-alpha.30
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/extensions/code-block/code-block.d.ts +14 -1
- package/dist/extensions/image/ImageView.vue.d.ts +15 -13
- package/dist/extensions/indent/index.d.ts +22 -0
- package/dist/extensions/index.d.ts +2 -1
- package/dist/rich-text-editor.es.js +870 -542
- package/dist/rich-text-editor.es.js.map +1 -1
- package/dist/rich-text-editor.iife.js +870 -542
- package/dist/rich-text-editor.iife.js.map +1 -1
- package/dist/style.css +17 -0
- package/package.json +1 -1
|
@@ -16989,7 +16989,7 @@ function getChildren(popper2) {
|
|
|
16989
16989
|
})
|
|
16990
16990
|
};
|
|
16991
16991
|
}
|
|
16992
|
-
function render$
|
|
16992
|
+
function render$1e(instance) {
|
|
16993
16993
|
var popper2 = div();
|
|
16994
16994
|
var box = div();
|
|
16995
16995
|
box.className = BOX_CLASS;
|
|
@@ -17044,7 +17044,7 @@ function render$1d(instance) {
|
|
|
17044
17044
|
onUpdate
|
|
17045
17045
|
};
|
|
17046
17046
|
}
|
|
17047
|
-
render$
|
|
17047
|
+
render$1e.$$tippy = true;
|
|
17048
17048
|
var idCounter = 1;
|
|
17049
17049
|
var mouseMoveListeners = [];
|
|
17050
17050
|
var mountedInstances = [];
|
|
@@ -17824,7 +17824,7 @@ Object.assign({}, applyStyles$1, {
|
|
|
17824
17824
|
}
|
|
17825
17825
|
});
|
|
17826
17826
|
tippy.setDefaultProps({
|
|
17827
|
-
render: render$
|
|
17827
|
+
render: render$1e
|
|
17828
17828
|
});
|
|
17829
17829
|
class BubbleMenuView {
|
|
17830
17830
|
constructor({ editor, element, view, tippyOptions = {}, updateDelay = 250, shouldShow }) {
|
|
@@ -20895,10 +20895,10 @@ const _hoisted_1$2$1 = {
|
|
|
20895
20895
|
tabindex: "-1"
|
|
20896
20896
|
};
|
|
20897
20897
|
popScopeId();
|
|
20898
|
-
const render$
|
|
20898
|
+
const render$1d = /* @__PURE__ */ _withId((_ctx, _cache, $props, $setup, $data, $options) => {
|
|
20899
20899
|
return openBlock(), createBlock("div", _hoisted_1$2$1);
|
|
20900
20900
|
});
|
|
20901
|
-
script$6.render = render$
|
|
20901
|
+
script$6.render = render$1d;
|
|
20902
20902
|
script$6.__scopeId = "data-v-b329ee4c";
|
|
20903
20903
|
script$6.__file = "src/components/ResizeObserver.vue";
|
|
20904
20904
|
var PrivateThemeClass = (prop = "theme") => ({
|
|
@@ -20945,10 +20945,10 @@ const _hoisted_2$1$1 = {
|
|
|
20945
20945
|
ref: "inner",
|
|
20946
20946
|
class: "v-popper__inner"
|
|
20947
20947
|
};
|
|
20948
|
-
const _hoisted_3$
|
|
20948
|
+
const _hoisted_3$1r = /* @__PURE__ */ createElementVNode("div", { class: "v-popper__arrow-outer" }, null, -1);
|
|
20949
20949
|
const _hoisted_4$e = /* @__PURE__ */ createElementVNode("div", { class: "v-popper__arrow-inner" }, null, -1);
|
|
20950
20950
|
const _hoisted_5$9 = [
|
|
20951
|
-
_hoisted_3$
|
|
20951
|
+
_hoisted_3$1r,
|
|
20952
20952
|
_hoisted_4$e
|
|
20953
20953
|
];
|
|
20954
20954
|
function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
@@ -21217,8 +21217,8 @@ const _sfc_main$n = defineComponent({
|
|
|
21217
21217
|
}
|
|
21218
21218
|
}
|
|
21219
21219
|
});
|
|
21220
|
-
const _hoisted_1$
|
|
21221
|
-
const _hoisted_2$
|
|
21220
|
+
const _hoisted_1$1w = ["innerHTML"];
|
|
21221
|
+
const _hoisted_2$1s = ["textContent"];
|
|
21222
21222
|
function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
21223
21223
|
const _component_PopperContent = resolveComponent("PopperContent");
|
|
21224
21224
|
const _component_Popper = resolveComponent("Popper");
|
|
@@ -21261,10 +21261,10 @@ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
21261
21261
|
_ctx.html ? (openBlock(), createElementBlock("div", {
|
|
21262
21262
|
key: 0,
|
|
21263
21263
|
innerHTML: _ctx.finalContent
|
|
21264
|
-
}, null, 8, _hoisted_1$
|
|
21264
|
+
}, null, 8, _hoisted_1$1w)) : (openBlock(), createElementBlock("div", {
|
|
21265
21265
|
key: 1,
|
|
21266
21266
|
textContent: toDisplayString$1(_ctx.finalContent)
|
|
21267
|
-
}, null, 8, _hoisted_2$
|
|
21267
|
+
}, null, 8, _hoisted_2$1s))
|
|
21268
21268
|
]),
|
|
21269
21269
|
_: 2
|
|
21270
21270
|
}, 1032, ["class", "popper-id", "theme", "shown", "mounted", "skip-transition", "auto-hide", "handle-resize", "classes", "result", "onHide", "onResize"])
|
|
@@ -21399,28 +21399,28 @@ var PrivateVTooltip = {
|
|
|
21399
21399
|
const VTooltip = PrivateVTooltip;
|
|
21400
21400
|
const Dropdown = _sfc_main$3$1;
|
|
21401
21401
|
const Menu = _sfc_main$2$1;
|
|
21402
|
-
const _hoisted_1$
|
|
21402
|
+
const _hoisted_1$1v = {
|
|
21403
21403
|
viewBox: "0 0 24 24",
|
|
21404
21404
|
width: "1.2em",
|
|
21405
21405
|
height: "1.2em"
|
|
21406
21406
|
};
|
|
21407
|
-
const _hoisted_2$
|
|
21407
|
+
const _hoisted_2$1r = /* @__PURE__ */ createElementVNode("path", {
|
|
21408
21408
|
fill: "currentColor",
|
|
21409
21409
|
d: "M17 13h-4v4h-2v-4H7v-2h4V7h2v4h4m-5-9A10 10 0 0 0 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2Z"
|
|
21410
21410
|
}, null, -1);
|
|
21411
|
-
const _hoisted_3$
|
|
21412
|
-
_hoisted_2$
|
|
21411
|
+
const _hoisted_3$1q = [
|
|
21412
|
+
_hoisted_2$1r
|
|
21413
21413
|
];
|
|
21414
|
-
function render$
|
|
21415
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
21414
|
+
function render$1c(_ctx, _cache) {
|
|
21415
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$1v, _hoisted_3$1q);
|
|
21416
21416
|
}
|
|
21417
|
-
const MdiPlusCircle = { name: "mdi-plus-circle", render: render$
|
|
21418
|
-
const _hoisted_1$
|
|
21419
|
-
const _hoisted_2$
|
|
21420
|
-
const _hoisted_3$
|
|
21417
|
+
const MdiPlusCircle = { name: "mdi-plus-circle", render: render$1c };
|
|
21418
|
+
const _hoisted_1$1u = { class: "editor-header flex items-center py-1 space-x-0.5 justify-start px-1 overflow-auto sm:!justify-center border-b drop-shadow-sm bg-white" };
|
|
21419
|
+
const _hoisted_2$1q = { class: "inline-flex items-center justify-center" };
|
|
21420
|
+
const _hoisted_3$1p = { class: "p-1 rounded-sm hover:bg-gray-100" };
|
|
21421
21421
|
const _hoisted_4$d = { class: "relative rounded-md bg-white overflow-hidden drop-shadow w-56 p-1 max-h-96 overflow-y-auto space-y-1.5" };
|
|
21422
21422
|
const _hoisted_5$8 = /* @__PURE__ */ createElementVNode("div", { class: "h-5 bg-gray-100 w-[1px] !mx-1" }, null, -1);
|
|
21423
|
-
const _hoisted_6$
|
|
21423
|
+
const _hoisted_6$6 = { class: "relative rounded-md bg-white overflow-hidden drop-shadow w-48 p-1 max-h-72 overflow-y-auto" };
|
|
21424
21424
|
const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
21425
21425
|
__name: "EditorHeader",
|
|
21426
21426
|
props: {
|
|
@@ -21466,8 +21466,8 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
21466
21466
|
}, []).sort((a, b) => a.priority - b.priority);
|
|
21467
21467
|
}
|
|
21468
21468
|
return (_ctx, _cache) => {
|
|
21469
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
21470
|
-
createElementVNode("div", _hoisted_2$
|
|
21469
|
+
return openBlock(), createElementBlock("div", _hoisted_1$1u, [
|
|
21470
|
+
createElementVNode("div", _hoisted_2$1q, [
|
|
21471
21471
|
createVNode(unref(Menu), null, {
|
|
21472
21472
|
popper: withCtx(() => [
|
|
21473
21473
|
createElementVNode("div", _hoisted_4$d, [
|
|
@@ -21477,7 +21477,7 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
21477
21477
|
])
|
|
21478
21478
|
]),
|
|
21479
21479
|
default: withCtx(() => [
|
|
21480
|
-
createElementVNode("button", _hoisted_3$
|
|
21480
|
+
createElementVNode("button", _hoisted_3$1p, [
|
|
21481
21481
|
createVNode(unref(MdiPlusCircle), { class: "text-[#4CCBA0]" })
|
|
21482
21482
|
])
|
|
21483
21483
|
]),
|
|
@@ -21496,7 +21496,7 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
21496
21496
|
class: "inline-flex"
|
|
21497
21497
|
}, {
|
|
21498
21498
|
popper: withCtx(() => [
|
|
21499
|
-
createElementVNode("div", _hoisted_6$
|
|
21499
|
+
createElementVNode("div", _hoisted_6$6, [
|
|
21500
21500
|
(openBlock(true), createElementBlock(Fragment$1, null, renderList(item.children, (child, childIndex) => {
|
|
21501
21501
|
return openBlock(), createBlock(resolveDynamicComponent(child.component), mergeProps(child.props, { key: childIndex }), null, 16);
|
|
21502
21502
|
}), 128))
|
|
@@ -21514,7 +21514,7 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
21514
21514
|
}
|
|
21515
21515
|
});
|
|
21516
21516
|
const svgArrow = "";
|
|
21517
|
-
const _hoisted_1$
|
|
21517
|
+
const _hoisted_1$1t = { class: "bg-white flex items-center rounded p-1 border drop-shadow space-x-0.5" };
|
|
21518
21518
|
const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
21519
21519
|
__name: "EditorBubbleMenu",
|
|
21520
21520
|
props: {
|
|
@@ -21568,7 +21568,7 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
21568
21568
|
"should-show": getShouldShow
|
|
21569
21569
|
}, {
|
|
21570
21570
|
default: withCtx(() => [
|
|
21571
|
-
createElementVNode("div", _hoisted_1$
|
|
21571
|
+
createElementVNode("div", _hoisted_1$1t, [
|
|
21572
21572
|
(openBlock(true), createElementBlock(Fragment$1, null, renderList(getBubbleItemsFromExtensions(), (item, index2) => {
|
|
21573
21573
|
return openBlock(), createBlock(resolveDynamicComponent(item.component), mergeProps({ key: index2 }, item.props), null, 16);
|
|
21574
21574
|
}), 128))
|
|
@@ -25015,6 +25015,10 @@ const en = {
|
|
|
25015
25015
|
"edit_link": (ctx) => {
|
|
25016
25016
|
const { normalize: _normalize } = ctx;
|
|
25017
25017
|
return _normalize(["Edit link"]);
|
|
25018
|
+
},
|
|
25019
|
+
"edit_alt": (ctx) => {
|
|
25020
|
+
const { normalize: _normalize } = ctx;
|
|
25021
|
+
return _normalize(["Edit alt"]);
|
|
25018
25022
|
}
|
|
25019
25023
|
},
|
|
25020
25024
|
"video": {
|
|
@@ -25199,6 +25203,10 @@ const en = {
|
|
|
25199
25203
|
"link_input": (ctx) => {
|
|
25200
25204
|
const { normalize: _normalize } = ctx;
|
|
25201
25205
|
return _normalize(["Enter the link and press enter to confirm."]);
|
|
25206
|
+
},
|
|
25207
|
+
"alt_input": (ctx) => {
|
|
25208
|
+
const { normalize: _normalize } = ctx;
|
|
25209
|
+
return _normalize(["Enter the image alt and press enter to confirm."]);
|
|
25202
25210
|
}
|
|
25203
25211
|
},
|
|
25204
25212
|
"button": {
|
|
@@ -25415,6 +25423,10 @@ const zhCN = {
|
|
|
25415
25423
|
"edit_link": (ctx) => {
|
|
25416
25424
|
const { normalize: _normalize } = ctx;
|
|
25417
25425
|
return _normalize(["修改链接"]);
|
|
25426
|
+
},
|
|
25427
|
+
"edit_alt": (ctx) => {
|
|
25428
|
+
const { normalize: _normalize } = ctx;
|
|
25429
|
+
return _normalize(["修改图片 alt 属性"]);
|
|
25418
25430
|
}
|
|
25419
25431
|
},
|
|
25420
25432
|
"video": {
|
|
@@ -25599,6 +25611,10 @@ const zhCN = {
|
|
|
25599
25611
|
"link_input": (ctx) => {
|
|
25600
25612
|
const { normalize: _normalize } = ctx;
|
|
25601
25613
|
return _normalize(["输入链接,按回车确定"]);
|
|
25614
|
+
},
|
|
25615
|
+
"alt_input": (ctx) => {
|
|
25616
|
+
const { normalize: _normalize } = ctx;
|
|
25617
|
+
return _normalize(["输入图片 alt 属性值,按回车确认"]);
|
|
25602
25618
|
}
|
|
25603
25619
|
},
|
|
25604
25620
|
"button": {
|
|
@@ -25644,12 +25660,15 @@ const i18n = createI18n({
|
|
|
25644
25660
|
fallbackLocale: "zh-CN",
|
|
25645
25661
|
messages
|
|
25646
25662
|
});
|
|
25647
|
-
const _hoisted_1$
|
|
25663
|
+
const _hoisted_1$1s = {
|
|
25648
25664
|
key: 0,
|
|
25649
25665
|
class: "halo-rich-text-editor"
|
|
25650
25666
|
};
|
|
25651
|
-
const _hoisted_2$
|
|
25652
|
-
const _hoisted_3$
|
|
25667
|
+
const _hoisted_2$1p = { class: "h-full flex flex-row w-full" };
|
|
25668
|
+
const _hoisted_3$1o = {
|
|
25669
|
+
key: 0,
|
|
25670
|
+
class: "h-full hidden sm:!block w-72"
|
|
25671
|
+
};
|
|
25653
25672
|
const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
25654
25673
|
__name: "Editor",
|
|
25655
25674
|
props: {
|
|
@@ -25680,18 +25699,18 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
|
25680
25699
|
}
|
|
25681
25700
|
);
|
|
25682
25701
|
return (_ctx, _cache) => {
|
|
25683
|
-
return __props.editor ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
25702
|
+
return __props.editor ? (openBlock(), createElementBlock("div", _hoisted_1$1s, [
|
|
25684
25703
|
createVNode(_sfc_main$l, { editor: __props.editor }, null, 8, ["editor"]),
|
|
25685
25704
|
createVNode(_sfc_main$m, { editor: __props.editor }, null, 8, ["editor"]),
|
|
25686
|
-
createElementVNode("div", _hoisted_2$
|
|
25705
|
+
createElementVNode("div", _hoisted_2$1p, [
|
|
25687
25706
|
createVNode(unref(EditorContent), {
|
|
25688
25707
|
editor: __props.editor,
|
|
25689
25708
|
style: normalizeStyle(__props.contentStyles),
|
|
25690
|
-
class: "editor-content markdown-body"
|
|
25691
|
-
}, null, 8, ["editor", "style"]),
|
|
25692
|
-
|
|
25709
|
+
class: normalizeClass(["editor-content markdown-body", { "sm:!w-[calc(100%-18rem)]": _ctx.$slots.extra }])
|
|
25710
|
+
}, null, 8, ["editor", "style", "class"]),
|
|
25711
|
+
_ctx.$slots.extra ? (openBlock(), createElementBlock("div", _hoisted_3$1o, [
|
|
25693
25712
|
renderSlot(_ctx.$slots, "extra")
|
|
25694
|
-
])
|
|
25713
|
+
])) : createCommentVNode("", true)
|
|
25695
25714
|
])
|
|
25696
25715
|
])) : createCommentVNode("", true);
|
|
25697
25716
|
};
|
|
@@ -26271,7 +26290,7 @@ const History$1 = Extension.create({
|
|
|
26271
26290
|
};
|
|
26272
26291
|
}
|
|
26273
26292
|
});
|
|
26274
|
-
const _hoisted_1$
|
|
26293
|
+
const _hoisted_1$1r = ["disabled"];
|
|
26275
26294
|
const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
26276
26295
|
__name: "ToolbarItem",
|
|
26277
26296
|
props: {
|
|
@@ -26294,44 +26313,44 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
|
26294
26313
|
(...args) => __props.action && __props.action(...args))
|
|
26295
26314
|
}, [
|
|
26296
26315
|
(openBlock(), createBlock(resolveDynamicComponent(__props.icon)))
|
|
26297
|
-
], 10, _hoisted_1$
|
|
26316
|
+
], 10, _hoisted_1$1r)), [
|
|
26298
26317
|
[unref(VTooltip), __props.title]
|
|
26299
26318
|
]);
|
|
26300
26319
|
};
|
|
26301
26320
|
}
|
|
26302
26321
|
});
|
|
26303
|
-
const _hoisted_1$
|
|
26322
|
+
const _hoisted_1$1q = {
|
|
26304
26323
|
viewBox: "0 0 24 24",
|
|
26305
26324
|
width: "1.2em",
|
|
26306
26325
|
height: "1.2em"
|
|
26307
26326
|
};
|
|
26308
|
-
const _hoisted_2$
|
|
26327
|
+
const _hoisted_2$1o = /* @__PURE__ */ createElementVNode("path", {
|
|
26309
26328
|
fill: "currentColor",
|
|
26310
26329
|
d: "M13.5 7a6.5 6.5 0 0 1 6.5 6.5a6.5 6.5 0 0 1-6.5 6.5H10v-2h3.5c2.5 0 4.5-2 4.5-4.5S16 9 13.5 9H7.83l3.08 3.09L9.5 13.5L4 8l5.5-5.5l1.42 1.41L7.83 7h5.67M6 18h2v2H6v-2Z"
|
|
26311
26330
|
}, null, -1);
|
|
26312
|
-
const _hoisted_3$
|
|
26313
|
-
_hoisted_2$
|
|
26331
|
+
const _hoisted_3$1n = [
|
|
26332
|
+
_hoisted_2$1o
|
|
26314
26333
|
];
|
|
26315
|
-
function render$
|
|
26316
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
26334
|
+
function render$1b(_ctx, _cache) {
|
|
26335
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$1q, _hoisted_3$1n);
|
|
26317
26336
|
}
|
|
26318
|
-
const MdiUndoVariant = { name: "mdi-undo-variant", render: render$
|
|
26319
|
-
const _hoisted_1$
|
|
26337
|
+
const MdiUndoVariant = { name: "mdi-undo-variant", render: render$1b };
|
|
26338
|
+
const _hoisted_1$1p = {
|
|
26320
26339
|
viewBox: "0 0 24 24",
|
|
26321
26340
|
width: "1.2em",
|
|
26322
26341
|
height: "1.2em"
|
|
26323
26342
|
};
|
|
26324
|
-
const _hoisted_2$
|
|
26343
|
+
const _hoisted_2$1n = /* @__PURE__ */ createElementVNode("path", {
|
|
26325
26344
|
fill: "currentColor",
|
|
26326
26345
|
d: "M10.5 7A6.5 6.5 0 0 0 4 13.5a6.5 6.5 0 0 0 6.5 6.5H14v-2h-3.5C8 18 6 16 6 13.5S8 9 10.5 9h5.67l-3.08 3.09l1.41 1.41L20 8l-5.5-5.5l-1.42 1.41L16.17 7H10.5M18 18h-2v2h2v-2Z"
|
|
26327
26346
|
}, null, -1);
|
|
26328
|
-
const _hoisted_3$
|
|
26329
|
-
_hoisted_2$
|
|
26347
|
+
const _hoisted_3$1m = [
|
|
26348
|
+
_hoisted_2$1n
|
|
26330
26349
|
];
|
|
26331
|
-
function render$
|
|
26332
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
26350
|
+
function render$1a(_ctx, _cache) {
|
|
26351
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$1p, _hoisted_3$1m);
|
|
26333
26352
|
}
|
|
26334
|
-
const MdiRedoVariant = { name: "mdi-redo-variant", render: render$
|
|
26353
|
+
const MdiRedoVariant = { name: "mdi-redo-variant", render: render$1a };
|
|
26335
26354
|
const History = History$1.extend({
|
|
26336
26355
|
addOptions() {
|
|
26337
26356
|
var _a;
|
|
@@ -26505,6 +26524,22 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
|
|
|
26505
26524
|
};
|
|
26506
26525
|
}
|
|
26507
26526
|
});
|
|
26527
|
+
const _hoisted_1$1o = {
|
|
26528
|
+
viewBox: "0 0 24 24",
|
|
26529
|
+
width: "1.2em",
|
|
26530
|
+
height: "1.2em"
|
|
26531
|
+
};
|
|
26532
|
+
const _hoisted_2$1m = /* @__PURE__ */ createElementVNode("path", {
|
|
26533
|
+
fill: "currentColor",
|
|
26534
|
+
d: "M13 4a4 4 0 0 1 4 4a4 4 0 0 1-4 4h-2v6H9V4h4m0 6a2 2 0 0 0 2-2a2 2 0 0 0-2-2h-2v4h2Z"
|
|
26535
|
+
}, null, -1);
|
|
26536
|
+
const _hoisted_3$1l = [
|
|
26537
|
+
_hoisted_2$1m
|
|
26538
|
+
];
|
|
26539
|
+
function render$19(_ctx, _cache) {
|
|
26540
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$1o, _hoisted_3$1l);
|
|
26541
|
+
}
|
|
26542
|
+
const MdiFormatParagraph = { name: "mdi-format-paragraph", render: render$19 };
|
|
26508
26543
|
const _hoisted_1$1n = {
|
|
26509
26544
|
viewBox: "0 0 24 24",
|
|
26510
26545
|
width: "1.2em",
|
|
@@ -26512,7 +26547,7 @@ const _hoisted_1$1n = {
|
|
|
26512
26547
|
};
|
|
26513
26548
|
const _hoisted_2$1l = /* @__PURE__ */ createElementVNode("path", {
|
|
26514
26549
|
fill: "currentColor",
|
|
26515
|
-
d: "
|
|
26550
|
+
d: "M3 4h2v6h4V4h2v14H9v-6H5v6H3V4m10 4h2.31l.32-3h2l-.32 3h2l.32-3h2l-.32 3H23v2h-1.9l-.2 2H23v2h-2.31l-.32 3h-2l.32-3h-2l-.32 3h-2l.32-3H13v-2h1.9l.2-2H13V8m4.1 2l-.2 2h2l.2-2h-2Z"
|
|
26516
26551
|
}, null, -1);
|
|
26517
26552
|
const _hoisted_3$1k = [
|
|
26518
26553
|
_hoisted_2$1l
|
|
@@ -26520,7 +26555,7 @@ const _hoisted_3$1k = [
|
|
|
26520
26555
|
function render$18(_ctx, _cache) {
|
|
26521
26556
|
return openBlock(), createElementBlock("svg", _hoisted_1$1n, _hoisted_3$1k);
|
|
26522
26557
|
}
|
|
26523
|
-
const
|
|
26558
|
+
const MdiFormatHeaderPound = { name: "mdi-format-header-pound", render: render$18 };
|
|
26524
26559
|
const _hoisted_1$1m = {
|
|
26525
26560
|
viewBox: "0 0 24 24",
|
|
26526
26561
|
width: "1.2em",
|
|
@@ -26528,7 +26563,7 @@ const _hoisted_1$1m = {
|
|
|
26528
26563
|
};
|
|
26529
26564
|
const _hoisted_2$1k = /* @__PURE__ */ createElementVNode("path", {
|
|
26530
26565
|
fill: "currentColor",
|
|
26531
|
-
d: "M3 4h2v6h4V4h2v14H9v-
|
|
26566
|
+
d: "M3 4h2v6h4V4h2v14H9v-6H5v6H3V4m11 14v-2h2V6.31l-2.5 1.44V5.44L16 4h2v12h2v2h-6Z"
|
|
26532
26567
|
}, null, -1);
|
|
26533
26568
|
const _hoisted_3$1j = [
|
|
26534
26569
|
_hoisted_2$1k
|
|
@@ -26536,7 +26571,7 @@ const _hoisted_3$1j = [
|
|
|
26536
26571
|
function render$17(_ctx, _cache) {
|
|
26537
26572
|
return openBlock(), createElementBlock("svg", _hoisted_1$1m, _hoisted_3$1j);
|
|
26538
26573
|
}
|
|
26539
|
-
const
|
|
26574
|
+
const MdiFormatHeader1 = { name: "mdi-format-header-1", render: render$17 };
|
|
26540
26575
|
const _hoisted_1$1l = {
|
|
26541
26576
|
viewBox: "0 0 24 24",
|
|
26542
26577
|
width: "1.2em",
|
|
@@ -26544,7 +26579,7 @@ const _hoisted_1$1l = {
|
|
|
26544
26579
|
};
|
|
26545
26580
|
const _hoisted_2$1j = /* @__PURE__ */ createElementVNode("path", {
|
|
26546
26581
|
fill: "currentColor",
|
|
26547
|
-
d: "M3 4h2v6h4V4h2v14H9v-
|
|
26582
|
+
d: "M3 4h2v6h4V4h2v14H9v-6H5v6H3V4m18 14h-6a2 2 0 0 1-2-2c0-.53.2-1 .54-1.36l4.87-5.23c.37-.36.59-.86.59-1.41a2 2 0 0 0-2-2a2 2 0 0 0-2 2h-2a4 4 0 0 1 4-4a4 4 0 0 1 4 4c0 1.1-.45 2.1-1.17 2.83L15 16h6v2Z"
|
|
26548
26583
|
}, null, -1);
|
|
26549
26584
|
const _hoisted_3$1i = [
|
|
26550
26585
|
_hoisted_2$1j
|
|
@@ -26552,7 +26587,7 @@ const _hoisted_3$1i = [
|
|
|
26552
26587
|
function render$16(_ctx, _cache) {
|
|
26553
26588
|
return openBlock(), createElementBlock("svg", _hoisted_1$1l, _hoisted_3$1i);
|
|
26554
26589
|
}
|
|
26555
|
-
const
|
|
26590
|
+
const MdiFormatHeader2 = { name: "mdi-format-header-2", render: render$16 };
|
|
26556
26591
|
const _hoisted_1$1k = {
|
|
26557
26592
|
viewBox: "0 0 24 24",
|
|
26558
26593
|
width: "1.2em",
|
|
@@ -26560,7 +26595,7 @@ const _hoisted_1$1k = {
|
|
|
26560
26595
|
};
|
|
26561
26596
|
const _hoisted_2$1i = /* @__PURE__ */ createElementVNode("path", {
|
|
26562
26597
|
fill: "currentColor",
|
|
26563
|
-
d: "M3 4h2v6h4V4h2v14H9v-
|
|
26598
|
+
d: "M3 4h2v6h4V4h2v14H9v-6H5v6H3V4m12 0h4a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2v-1h2v1h4v-4h-4v-2h4V6h-4v1h-2V6a2 2 0 0 1 2-2Z"
|
|
26564
26599
|
}, null, -1);
|
|
26565
26600
|
const _hoisted_3$1h = [
|
|
26566
26601
|
_hoisted_2$1i
|
|
@@ -26568,7 +26603,7 @@ const _hoisted_3$1h = [
|
|
|
26568
26603
|
function render$15(_ctx, _cache) {
|
|
26569
26604
|
return openBlock(), createElementBlock("svg", _hoisted_1$1k, _hoisted_3$1h);
|
|
26570
26605
|
}
|
|
26571
|
-
const
|
|
26606
|
+
const MdiFormatHeader3 = { name: "mdi-format-header-3", render: render$15 };
|
|
26572
26607
|
const _hoisted_1$1j = {
|
|
26573
26608
|
viewBox: "0 0 24 24",
|
|
26574
26609
|
width: "1.2em",
|
|
@@ -26576,7 +26611,7 @@ const _hoisted_1$1j = {
|
|
|
26576
26611
|
};
|
|
26577
26612
|
const _hoisted_2$1h = /* @__PURE__ */ createElementVNode("path", {
|
|
26578
26613
|
fill: "currentColor",
|
|
26579
|
-
d: "M3 4h2v6h4V4h2v14H9v-
|
|
26614
|
+
d: "M3 4h2v6h4V4h2v14H9v-6H5v6H3V4m15 14v-5h-5v-2l5-7h2v7h1v2h-1v5h-2m0-7V7.42L15.45 11H18Z"
|
|
26580
26615
|
}, null, -1);
|
|
26581
26616
|
const _hoisted_3$1g = [
|
|
26582
26617
|
_hoisted_2$1h
|
|
@@ -26584,7 +26619,7 @@ const _hoisted_3$1g = [
|
|
|
26584
26619
|
function render$14(_ctx, _cache) {
|
|
26585
26620
|
return openBlock(), createElementBlock("svg", _hoisted_1$1j, _hoisted_3$1g);
|
|
26586
26621
|
}
|
|
26587
|
-
const
|
|
26622
|
+
const MdiFormatHeader4 = { name: "mdi-format-header-4", render: render$14 };
|
|
26588
26623
|
const _hoisted_1$1i = {
|
|
26589
26624
|
viewBox: "0 0 24 24",
|
|
26590
26625
|
width: "1.2em",
|
|
@@ -26592,7 +26627,7 @@ const _hoisted_1$1i = {
|
|
|
26592
26627
|
};
|
|
26593
26628
|
const _hoisted_2$1g = /* @__PURE__ */ createElementVNode("path", {
|
|
26594
26629
|
fill: "currentColor",
|
|
26595
|
-
d: "M3 4h2v6h4V4h2v14H9v-
|
|
26630
|
+
d: "M3 4h2v6h4V4h2v14H9v-6H5v6H3V4m12 0h5v2h-5v4h2a4 4 0 0 1 4 4a4 4 0 0 1-4 4h-2a2 2 0 0 1-2-2v-1h2v1h2a2 2 0 0 0 2-2a2 2 0 0 0-2-2h-2a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2Z"
|
|
26596
26631
|
}, null, -1);
|
|
26597
26632
|
const _hoisted_3$1f = [
|
|
26598
26633
|
_hoisted_2$1g
|
|
@@ -26600,7 +26635,7 @@ const _hoisted_3$1f = [
|
|
|
26600
26635
|
function render$13(_ctx, _cache) {
|
|
26601
26636
|
return openBlock(), createElementBlock("svg", _hoisted_1$1i, _hoisted_3$1f);
|
|
26602
26637
|
}
|
|
26603
|
-
const
|
|
26638
|
+
const MdiFormatHeader5 = { name: "mdi-format-header-5", render: render$13 };
|
|
26604
26639
|
const _hoisted_1$1h = {
|
|
26605
26640
|
viewBox: "0 0 24 24",
|
|
26606
26641
|
width: "1.2em",
|
|
@@ -26608,7 +26643,7 @@ const _hoisted_1$1h = {
|
|
|
26608
26643
|
};
|
|
26609
26644
|
const _hoisted_2$1f = /* @__PURE__ */ createElementVNode("path", {
|
|
26610
26645
|
fill: "currentColor",
|
|
26611
|
-
d: "M3 4h2v6h4V4h2v14H9v-6H5v6H3V4m12
|
|
26646
|
+
d: "M3 4h2v6h4V4h2v14H9v-6H5v6H3V4m12 0h4a2 2 0 0 1 2 2v1h-2V6h-4v4h4a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2m0 8v4h4v-4h-4Z"
|
|
26612
26647
|
}, null, -1);
|
|
26613
26648
|
const _hoisted_3$1e = [
|
|
26614
26649
|
_hoisted_2$1f
|
|
@@ -26616,23 +26651,7 @@ const _hoisted_3$1e = [
|
|
|
26616
26651
|
function render$12(_ctx, _cache) {
|
|
26617
26652
|
return openBlock(), createElementBlock("svg", _hoisted_1$1h, _hoisted_3$1e);
|
|
26618
26653
|
}
|
|
26619
|
-
const
|
|
26620
|
-
const _hoisted_1$1g = {
|
|
26621
|
-
viewBox: "0 0 24 24",
|
|
26622
|
-
width: "1.2em",
|
|
26623
|
-
height: "1.2em"
|
|
26624
|
-
};
|
|
26625
|
-
const _hoisted_2$1e = /* @__PURE__ */ createElementVNode("path", {
|
|
26626
|
-
fill: "currentColor",
|
|
26627
|
-
d: "M3 4h2v6h4V4h2v14H9v-6H5v6H3V4m12 0h4a2 2 0 0 1 2 2v1h-2V6h-4v4h4a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2m0 8v4h4v-4h-4Z"
|
|
26628
|
-
}, null, -1);
|
|
26629
|
-
const _hoisted_3$1d = [
|
|
26630
|
-
_hoisted_2$1e
|
|
26631
|
-
];
|
|
26632
|
-
function render$11(_ctx, _cache) {
|
|
26633
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$1g, _hoisted_3$1d);
|
|
26634
|
-
}
|
|
26635
|
-
const MdiFormatHeader6 = { name: "mdi-format-header-6", render: render$11 };
|
|
26654
|
+
const MdiFormatHeader6 = { name: "mdi-format-header-6", render: render$12 };
|
|
26636
26655
|
const Blockquote$2 = Heading.extend({
|
|
26637
26656
|
addOptions() {
|
|
26638
26657
|
var _a;
|
|
@@ -26874,23 +26893,23 @@ const Bold$1 = Mark2.create({
|
|
|
26874
26893
|
];
|
|
26875
26894
|
}
|
|
26876
26895
|
});
|
|
26877
|
-
const _hoisted_1$
|
|
26896
|
+
const _hoisted_1$1g = {
|
|
26878
26897
|
viewBox: "0 0 24 24",
|
|
26879
26898
|
width: "1.2em",
|
|
26880
26899
|
height: "1.2em"
|
|
26881
26900
|
};
|
|
26882
|
-
const _hoisted_2$
|
|
26901
|
+
const _hoisted_2$1e = /* @__PURE__ */ createElementVNode("path", {
|
|
26883
26902
|
fill: "currentColor",
|
|
26884
26903
|
d: "M13.5 15.5H10v-3h3.5A1.5 1.5 0 0 1 15 14a1.5 1.5 0 0 1-1.5 1.5m-3.5-9h3A1.5 1.5 0 0 1 14.5 8A1.5 1.5 0 0 1 13 9.5h-3m5.6 1.29c.97-.68 1.65-1.79 1.65-2.79c0-2.26-1.75-4-4-4H7v14h7.04c2.1 0 3.71-1.7 3.71-3.79c0-1.52-.86-2.82-2.15-3.42Z"
|
|
26885
26904
|
}, null, -1);
|
|
26886
|
-
const _hoisted_3$
|
|
26887
|
-
_hoisted_2$
|
|
26905
|
+
const _hoisted_3$1d = [
|
|
26906
|
+
_hoisted_2$1e
|
|
26888
26907
|
];
|
|
26889
|
-
function render$
|
|
26890
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
26908
|
+
function render$11(_ctx, _cache) {
|
|
26909
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$1g, _hoisted_3$1d);
|
|
26891
26910
|
}
|
|
26892
|
-
const MdiFormatBold = { name: "mdi-format-bold", render: render$
|
|
26893
|
-
const _hoisted_1$
|
|
26911
|
+
const MdiFormatBold = { name: "mdi-format-bold", render: render$11 };
|
|
26912
|
+
const _hoisted_1$1f = ["title"];
|
|
26894
26913
|
const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
26895
26914
|
__name: "BubbleItem",
|
|
26896
26915
|
props: {
|
|
@@ -26912,7 +26931,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
26912
26931
|
})
|
|
26913
26932
|
}, [
|
|
26914
26933
|
(openBlock(), createBlock(resolveDynamicComponent(__props.icon)))
|
|
26915
|
-
], 10, _hoisted_1$
|
|
26934
|
+
], 10, _hoisted_1$1f)), [
|
|
26916
26935
|
[unref(VTooltip), __props.title]
|
|
26917
26936
|
]) : createCommentVNode("", true);
|
|
26918
26937
|
};
|
|
@@ -27024,22 +27043,22 @@ const Italic$1 = Mark2.create({
|
|
|
27024
27043
|
];
|
|
27025
27044
|
}
|
|
27026
27045
|
});
|
|
27027
|
-
const _hoisted_1$
|
|
27046
|
+
const _hoisted_1$1e = {
|
|
27028
27047
|
viewBox: "0 0 24 24",
|
|
27029
27048
|
width: "1.2em",
|
|
27030
27049
|
height: "1.2em"
|
|
27031
27050
|
};
|
|
27032
|
-
const _hoisted_2$
|
|
27051
|
+
const _hoisted_2$1d = /* @__PURE__ */ createElementVNode("path", {
|
|
27033
27052
|
fill: "currentColor",
|
|
27034
27053
|
d: "M10 4v3h2.21l-3.42 8H6v3h8v-3h-2.21l3.42-8H18V4h-8Z"
|
|
27035
27054
|
}, null, -1);
|
|
27036
|
-
const _hoisted_3$
|
|
27037
|
-
_hoisted_2$
|
|
27055
|
+
const _hoisted_3$1c = [
|
|
27056
|
+
_hoisted_2$1d
|
|
27038
27057
|
];
|
|
27039
|
-
function render
|
|
27040
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
27058
|
+
function render$10(_ctx, _cache) {
|
|
27059
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$1e, _hoisted_3$1c);
|
|
27041
27060
|
}
|
|
27042
|
-
const MdiFormatItalic = { name: "mdi-format-italic", render: render
|
|
27061
|
+
const MdiFormatItalic = { name: "mdi-format-italic", render: render$10 };
|
|
27043
27062
|
const Italic = Italic$1.extend({
|
|
27044
27063
|
addOptions() {
|
|
27045
27064
|
var _a;
|
|
@@ -27139,22 +27158,22 @@ const Strike$1 = Mark2.create({
|
|
|
27139
27158
|
];
|
|
27140
27159
|
}
|
|
27141
27160
|
});
|
|
27142
|
-
const _hoisted_1$
|
|
27161
|
+
const _hoisted_1$1d = {
|
|
27143
27162
|
viewBox: "0 0 24 24",
|
|
27144
27163
|
width: "1.2em",
|
|
27145
27164
|
height: "1.2em"
|
|
27146
27165
|
};
|
|
27147
|
-
const _hoisted_2$
|
|
27166
|
+
const _hoisted_2$1c = /* @__PURE__ */ createElementVNode("path", {
|
|
27148
27167
|
fill: "currentColor",
|
|
27149
27168
|
d: "M3 14h18v-2H3m2-8v3h5v3h4V7h5V4m-9 15h4v-3h-4v3Z"
|
|
27150
27169
|
}, null, -1);
|
|
27151
|
-
const _hoisted_3$
|
|
27152
|
-
_hoisted_2$
|
|
27170
|
+
const _hoisted_3$1b = [
|
|
27171
|
+
_hoisted_2$1c
|
|
27153
27172
|
];
|
|
27154
|
-
function render
|
|
27155
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
27173
|
+
function render$$(_ctx, _cache) {
|
|
27174
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$1d, _hoisted_3$1b);
|
|
27156
27175
|
}
|
|
27157
|
-
const MdiFormatStrikethrough = { name: "mdi-format-strikethrough", render: render
|
|
27176
|
+
const MdiFormatStrikethrough = { name: "mdi-format-strikethrough", render: render$$ };
|
|
27158
27177
|
const Strike = Strike$1.extend({
|
|
27159
27178
|
addOptions() {
|
|
27160
27179
|
var _a;
|
|
@@ -27231,22 +27250,22 @@ const Underline$1 = Mark2.create({
|
|
|
27231
27250
|
};
|
|
27232
27251
|
}
|
|
27233
27252
|
});
|
|
27234
|
-
const _hoisted_1$
|
|
27253
|
+
const _hoisted_1$1c = {
|
|
27235
27254
|
viewBox: "0 0 24 24",
|
|
27236
27255
|
width: "1.2em",
|
|
27237
27256
|
height: "1.2em"
|
|
27238
27257
|
};
|
|
27239
|
-
const _hoisted_2$
|
|
27258
|
+
const _hoisted_2$1b = /* @__PURE__ */ createElementVNode("path", {
|
|
27240
27259
|
fill: "currentColor",
|
|
27241
27260
|
d: "M5 21h14v-2H5v2m7-4a6 6 0 0 0 6-6V3h-2.5v8a3.5 3.5 0 0 1-3.5 3.5A3.5 3.5 0 0 1 8.5 11V3H6v8a6 6 0 0 0 6 6Z"
|
|
27242
27261
|
}, null, -1);
|
|
27243
|
-
const _hoisted_3$
|
|
27244
|
-
_hoisted_2$
|
|
27262
|
+
const _hoisted_3$1a = [
|
|
27263
|
+
_hoisted_2$1b
|
|
27245
27264
|
];
|
|
27246
|
-
function render$
|
|
27247
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
27265
|
+
function render$_(_ctx, _cache) {
|
|
27266
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$1c, _hoisted_3$1a);
|
|
27248
27267
|
}
|
|
27249
|
-
const MdiFormatUnderline = { name: "mdi-format-underline", render: render$
|
|
27268
|
+
const MdiFormatUnderline = { name: "mdi-format-underline", render: render$_ };
|
|
27250
27269
|
const Underline = Underline$1.extend({
|
|
27251
27270
|
addOptions() {
|
|
27252
27271
|
var _a;
|
|
@@ -27356,22 +27375,22 @@ const Highlight$1 = Mark2.create({
|
|
|
27356
27375
|
];
|
|
27357
27376
|
}
|
|
27358
27377
|
});
|
|
27359
|
-
const _hoisted_1$
|
|
27378
|
+
const _hoisted_1$1b = {
|
|
27360
27379
|
viewBox: "0 0 24 24",
|
|
27361
27380
|
width: "1.2em",
|
|
27362
27381
|
height: "1.2em"
|
|
27363
27382
|
};
|
|
27364
|
-
const _hoisted_2$
|
|
27383
|
+
const _hoisted_2$1a = /* @__PURE__ */ createElementVNode("path", {
|
|
27365
27384
|
fill: "currentColor",
|
|
27366
27385
|
d: "m4 17l2.75-2.75l-.03-.02c-.58-.59-.58-1.54 0-2.12l4.74-4.74l4.24 4.24l-4.74 4.74c-.57.58-1.5.58-2.09.02l-.63.63H4M15.91 2.91c.59-.58 1.54-.58 2.12 0l2.13 2.12c.58.59.58 1.54 0 2.13l-3.3 3.29l-4.24-4.24l3.29-3.3Z"
|
|
27367
27386
|
}, null, -1);
|
|
27368
|
-
const _hoisted_3$
|
|
27369
|
-
_hoisted_2$
|
|
27387
|
+
const _hoisted_3$19 = [
|
|
27388
|
+
_hoisted_2$1a
|
|
27370
27389
|
];
|
|
27371
|
-
function render$
|
|
27372
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
27390
|
+
function render$Z(_ctx, _cache) {
|
|
27391
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$1b, _hoisted_3$19);
|
|
27373
27392
|
}
|
|
27374
|
-
const MdiFormatColorHighlight = { name: "mdi-format-color-highlight", render: render$
|
|
27393
|
+
const MdiFormatColorHighlight = { name: "mdi-format-color-highlight", render: render$Z };
|
|
27375
27394
|
const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
27376
27395
|
__name: "BlockActionButton",
|
|
27377
27396
|
props: {
|
|
@@ -27435,46 +27454,46 @@ const _export_sfc = (sfc, props) => {
|
|
|
27435
27454
|
return target;
|
|
27436
27455
|
};
|
|
27437
27456
|
const _sfc_main$e = {};
|
|
27438
|
-
const _hoisted_1$
|
|
27457
|
+
const _hoisted_1$1a = { class: "editor-block__actions-separator" };
|
|
27439
27458
|
function _sfc_render(_ctx, _cache) {
|
|
27440
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
27459
|
+
return openBlock(), createElementBlock("div", _hoisted_1$1a);
|
|
27441
27460
|
}
|
|
27442
27461
|
const BlockActionSeparator = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["render", _sfc_render]]);
|
|
27443
|
-
const _hoisted_1$
|
|
27462
|
+
const _hoisted_1$19 = {
|
|
27444
27463
|
viewBox: "0 0 24 24",
|
|
27445
27464
|
color: "red",
|
|
27446
27465
|
width: "1.2em",
|
|
27447
27466
|
height: "1.2em"
|
|
27448
27467
|
};
|
|
27449
|
-
const _hoisted_2$
|
|
27468
|
+
const _hoisted_2$19 = /* @__PURE__ */ createElementVNode("path", {
|
|
27450
27469
|
fill: "currentColor",
|
|
27451
27470
|
d: "M14.12 10.47L12 12.59l-2.13-2.12l-1.41 1.41L10.59 14l-2.12 2.12l1.41 1.41L12 15.41l2.12 2.12l1.41-1.41L13.41 14l2.12-2.12l-1.41-1.41M15.5 4l-1-1h-5l-1 1H5v2h14V4h-3.5M6 19a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V7H6v12M8 9h8v10H8V9Z"
|
|
27452
27471
|
}, null, -1);
|
|
27453
|
-
const _hoisted_3$
|
|
27454
|
-
_hoisted_2$
|
|
27472
|
+
const _hoisted_3$18 = [
|
|
27473
|
+
_hoisted_2$19
|
|
27455
27474
|
];
|
|
27456
|
-
function render$
|
|
27457
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
27475
|
+
function render$Y(_ctx, _cache) {
|
|
27476
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$19, _hoisted_3$18);
|
|
27458
27477
|
}
|
|
27459
|
-
const MdiDeleteForeverOutline = { name: "mdi-delete-forever-outline", render: render$
|
|
27460
|
-
const _hoisted_1$
|
|
27478
|
+
const MdiDeleteForeverOutline = { name: "mdi-delete-forever-outline", render: render$Y };
|
|
27479
|
+
const _hoisted_1$18 = {
|
|
27461
27480
|
viewBox: "0 0 24 24",
|
|
27462
27481
|
width: "1.2em",
|
|
27463
27482
|
height: "1.2em"
|
|
27464
27483
|
};
|
|
27465
|
-
const _hoisted_2$
|
|
27484
|
+
const _hoisted_2$18 = /* @__PURE__ */ createElementVNode("path", {
|
|
27466
27485
|
fill: "currentColor",
|
|
27467
27486
|
d: "M20 10.5a6.5 6.5 0 0 1-6.5 6.5H7.83l3.09 3.09L9.5 21.5L4 16l5.5-5.5l1.41 1.41L7.83 15h5.67c2.5 0 4.5-2 4.5-4.5S16 6 13.5 6H6V4h7.5a6.5 6.5 0 0 1 6.5 6.5Z"
|
|
27468
27487
|
}, null, -1);
|
|
27469
|
-
const _hoisted_3$
|
|
27470
|
-
_hoisted_2$
|
|
27488
|
+
const _hoisted_3$17 = [
|
|
27489
|
+
_hoisted_2$18
|
|
27471
27490
|
];
|
|
27472
|
-
function render$
|
|
27473
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
27491
|
+
function render$X(_ctx, _cache) {
|
|
27492
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$18, _hoisted_3$17);
|
|
27474
27493
|
}
|
|
27475
|
-
const MdiArrowULeftBottom = { name: "mdi-arrow-u-left-bottom", render: render$
|
|
27476
|
-
const _hoisted_1$
|
|
27477
|
-
const _hoisted_2$
|
|
27494
|
+
const MdiArrowULeftBottom = { name: "mdi-arrow-u-left-bottom", render: render$X };
|
|
27495
|
+
const _hoisted_1$17 = { class: "editor-block__content" };
|
|
27496
|
+
const _hoisted_2$17 = { class: "editor-block__actions" };
|
|
27478
27497
|
const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
27479
27498
|
__name: "BlockCard",
|
|
27480
27499
|
props: {
|
|
@@ -27501,13 +27520,13 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
|
27501
27520
|
return openBlock(), createElementBlock("section", {
|
|
27502
27521
|
class: normalizeClass(["editor-block group", { "editor-block--selected": __props.selected }])
|
|
27503
27522
|
}, [
|
|
27504
|
-
createElementVNode("div", _hoisted_1$
|
|
27523
|
+
createElementVNode("div", _hoisted_1$17, [
|
|
27505
27524
|
renderSlot(_ctx.$slots, "content")
|
|
27506
27525
|
]),
|
|
27507
27526
|
createElementVNode("div", {
|
|
27508
27527
|
class: normalizeClass(["invisible group-hover:visible pb-2 absolute -top-12 right-0", { "!visible": __props.selected }])
|
|
27509
27528
|
}, [
|
|
27510
|
-
createElementVNode("div", _hoisted_2$
|
|
27529
|
+
createElementVNode("div", _hoisted_2$17, [
|
|
27511
27530
|
renderSlot(_ctx.$slots, "actions"),
|
|
27512
27531
|
createVNode(_sfc_main$g, {
|
|
27513
27532
|
tooltip: unref(i18n).global.t("editor.common.button.new_line"),
|
|
@@ -27535,9 +27554,9 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
|
27535
27554
|
}
|
|
27536
27555
|
});
|
|
27537
27556
|
const BlockCard_vue_vue_type_style_index_0_lang = "";
|
|
27538
|
-
const _hoisted_1$
|
|
27539
|
-
const _hoisted_2$
|
|
27540
|
-
const _hoisted_3$
|
|
27557
|
+
const _hoisted_1$16 = { class: "flex flex-col gap-0.5" };
|
|
27558
|
+
const _hoisted_2$16 = { class: "text-sm text-gray-600 group-hover:font-medium group-hover:text-gray-900" };
|
|
27559
|
+
const _hoisted_3$16 = {
|
|
27541
27560
|
key: 0,
|
|
27542
27561
|
class: "text-xs text-gray-500"
|
|
27543
27562
|
};
|
|
@@ -27562,46 +27581,46 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
27562
27581
|
onClick: action
|
|
27563
27582
|
}, [
|
|
27564
27583
|
(openBlock(), createBlock(resolveDynamicComponent(__props.icon), { class: "bg-gray-100 p-1.5 rounded w-7 h-7 group-hover:bg-white" })),
|
|
27565
|
-
createElementVNode("div", _hoisted_1$
|
|
27566
|
-
createElementVNode("span", _hoisted_2$
|
|
27567
|
-
__props.description ? (openBlock(), createElementBlock("span", _hoisted_3$
|
|
27584
|
+
createElementVNode("div", _hoisted_1$16, [
|
|
27585
|
+
createElementVNode("span", _hoisted_2$16, toDisplayString$1(__props.title), 1),
|
|
27586
|
+
__props.description ? (openBlock(), createElementBlock("span", _hoisted_3$16, toDisplayString$1(__props.description), 1)) : createCommentVNode("", true)
|
|
27568
27587
|
])
|
|
27569
27588
|
]);
|
|
27570
27589
|
};
|
|
27571
27590
|
}
|
|
27572
27591
|
});
|
|
27573
|
-
const _hoisted_1$
|
|
27592
|
+
const _hoisted_1$15 = {
|
|
27574
27593
|
viewBox: "0 0 24 24",
|
|
27575
27594
|
width: "1.2em",
|
|
27576
27595
|
height: "1.2em"
|
|
27577
27596
|
};
|
|
27578
|
-
const _hoisted_2$
|
|
27597
|
+
const _hoisted_2$15 = /* @__PURE__ */ createElementVNode("path", {
|
|
27579
27598
|
fill: "currentColor",
|
|
27580
27599
|
d: "M8.59 16.58L13.17 12L8.59 7.41L10 6l6 6l-6 6l-1.41-1.42Z"
|
|
27581
27600
|
}, null, -1);
|
|
27582
|
-
const _hoisted_3$
|
|
27583
|
-
_hoisted_2$
|
|
27601
|
+
const _hoisted_3$15 = [
|
|
27602
|
+
_hoisted_2$15
|
|
27584
27603
|
];
|
|
27585
|
-
function render$
|
|
27586
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
27604
|
+
function render$W(_ctx, _cache) {
|
|
27605
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$15, _hoisted_3$15);
|
|
27587
27606
|
}
|
|
27588
|
-
const MdiChevronRight = { name: "mdi-chevron-right", render: render$
|
|
27589
|
-
const _hoisted_1$
|
|
27607
|
+
const MdiChevronRight = { name: "mdi-chevron-right", render: render$W };
|
|
27608
|
+
const _hoisted_1$14 = {
|
|
27590
27609
|
viewBox: "0 0 24 24",
|
|
27591
27610
|
width: "1.2em",
|
|
27592
27611
|
height: "1.2em"
|
|
27593
27612
|
};
|
|
27594
|
-
const _hoisted_2$
|
|
27613
|
+
const _hoisted_2$14 = /* @__PURE__ */ createElementVNode("path", {
|
|
27595
27614
|
fill: "currentColor",
|
|
27596
27615
|
d: "M17.5 12a1.5 1.5 0 0 1-1.5-1.5A1.5 1.5 0 0 1 17.5 9a1.5 1.5 0 0 1 1.5 1.5a1.5 1.5 0 0 1-1.5 1.5m-3-4A1.5 1.5 0 0 1 13 6.5A1.5 1.5 0 0 1 14.5 5A1.5 1.5 0 0 1 16 6.5A1.5 1.5 0 0 1 14.5 8m-5 0A1.5 1.5 0 0 1 8 6.5A1.5 1.5 0 0 1 9.5 5A1.5 1.5 0 0 1 11 6.5A1.5 1.5 0 0 1 9.5 8m-3 4A1.5 1.5 0 0 1 5 10.5A1.5 1.5 0 0 1 6.5 9A1.5 1.5 0 0 1 8 10.5A1.5 1.5 0 0 1 6.5 12M12 3a9 9 0 0 0-9 9a9 9 0 0 0 9 9a1.5 1.5 0 0 0 1.5-1.5c0-.39-.15-.74-.39-1c-.23-.27-.38-.62-.38-1a1.5 1.5 0 0 1 1.5-1.5H16a5 5 0 0 0 5-5c0-4.42-4.03-8-9-8Z"
|
|
27597
27616
|
}, null, -1);
|
|
27598
|
-
const _hoisted_3$
|
|
27599
|
-
_hoisted_2$
|
|
27617
|
+
const _hoisted_3$14 = [
|
|
27618
|
+
_hoisted_2$14
|
|
27600
27619
|
];
|
|
27601
|
-
function render$
|
|
27602
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
27620
|
+
function render$V(_ctx, _cache) {
|
|
27621
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$14, _hoisted_3$14);
|
|
27603
27622
|
}
|
|
27604
|
-
const MdiPalette = { name: "mdi-palette", render: render$
|
|
27623
|
+
const MdiPalette = { name: "mdi-palette", render: render$V };
|
|
27605
27624
|
const prefix = "";
|
|
27606
27625
|
function styleInject(css2, ref2) {
|
|
27607
27626
|
if (ref2 === void 0)
|
|
@@ -27681,7 +27700,7 @@ function getCheckboard(c1, c2, size2) {
|
|
|
27681
27700
|
_checkboardCache[key] = checkboard;
|
|
27682
27701
|
return checkboard;
|
|
27683
27702
|
}
|
|
27684
|
-
function render$
|
|
27703
|
+
function render$U(_ctx, _cache, $props, $setup, $data, $options) {
|
|
27685
27704
|
return openBlock(), createElementBlock(
|
|
27686
27705
|
"div",
|
|
27687
27706
|
{
|
|
@@ -27695,7 +27714,7 @@ function render$T(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
27695
27714
|
}
|
|
27696
27715
|
var css_248z$5 = ".vc-checkerboard{background-size:contain;bottom:0;left:0;position:absolute;right:0;top:0}";
|
|
27697
27716
|
styleInject(css_248z$5);
|
|
27698
|
-
script$5.render = render$
|
|
27717
|
+
script$5.render = render$U;
|
|
27699
27718
|
script$5.__file = "src/components/checkboard/checkboard.vue";
|
|
27700
27719
|
script$5.install = install;
|
|
27701
27720
|
var script$4 = {
|
|
@@ -27759,9 +27778,9 @@ var script$4 = {
|
|
|
27759
27778
|
}
|
|
27760
27779
|
}
|
|
27761
27780
|
};
|
|
27762
|
-
const _hoisted_1$
|
|
27763
|
-
const _hoisted_2$
|
|
27764
|
-
const _hoisted_3$
|
|
27781
|
+
const _hoisted_1$13 = { class: "vc-alpha" };
|
|
27782
|
+
const _hoisted_2$13 = { class: "vc-alpha-checkboard-wrap" };
|
|
27783
|
+
const _hoisted_3$13 = /* @__PURE__ */ createElementVNode(
|
|
27765
27784
|
"div",
|
|
27766
27785
|
{ class: "vc-alpha-picker" },
|
|
27767
27786
|
null,
|
|
@@ -27769,12 +27788,12 @@ const _hoisted_3$12 = /* @__PURE__ */ createElementVNode(
|
|
|
27769
27788
|
/* HOISTED */
|
|
27770
27789
|
);
|
|
27771
27790
|
const _hoisted_4$c = [
|
|
27772
|
-
_hoisted_3$
|
|
27791
|
+
_hoisted_3$13
|
|
27773
27792
|
];
|
|
27774
|
-
function render$
|
|
27793
|
+
function render$T(_ctx, _cache, $props, $setup, $data, $options) {
|
|
27775
27794
|
const _component_Checkboard = resolveComponent("Checkboard");
|
|
27776
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
27777
|
-
createElementVNode("div", _hoisted_2$
|
|
27795
|
+
return openBlock(), createElementBlock("div", _hoisted_1$13, [
|
|
27796
|
+
createElementVNode("div", _hoisted_2$13, [
|
|
27778
27797
|
createVNode(_component_Checkboard)
|
|
27779
27798
|
]),
|
|
27780
27799
|
createElementVNode(
|
|
@@ -27815,7 +27834,7 @@ function render$S(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
27815
27834
|
}
|
|
27816
27835
|
var css_248z$4 = ".vc-alpha,.vc-alpha-checkboard-wrap{bottom:0;left:0;position:absolute;right:0;top:0}.vc-alpha-checkboard-wrap{overflow:hidden}.vc-alpha-gradient{bottom:0;left:0;position:absolute;right:0;top:0}.vc-alpha-container{cursor:pointer;height:100%;margin:0 3px;position:relative;z-index:2}.vc-alpha-pointer{position:absolute;z-index:2}.vc-alpha-picker{background:#fff;border-radius:1px;box-shadow:0 0 2px rgba(0,0,0,.6);cursor:pointer;height:8px;margin-top:1px;transform:translateX(-2px);width:4px}";
|
|
27817
27836
|
styleInject(css_248z$4);
|
|
27818
|
-
script$4.render = render$
|
|
27837
|
+
script$4.render = render$T;
|
|
27819
27838
|
script$4.__file = "src/components/alpha/alpha.vue";
|
|
27820
27839
|
script$4.install = install;
|
|
27821
27840
|
function bound01(n, max2) {
|
|
@@ -28877,12 +28896,12 @@ var script$3 = {
|
|
|
28877
28896
|
// }
|
|
28878
28897
|
}
|
|
28879
28898
|
};
|
|
28880
|
-
const _hoisted_1$
|
|
28881
|
-
const _hoisted_2$
|
|
28882
|
-
const _hoisted_3$
|
|
28899
|
+
const _hoisted_1$12 = { class: "vc-editable-input" };
|
|
28900
|
+
const _hoisted_2$12 = ["aria-labelledby"];
|
|
28901
|
+
const _hoisted_3$12 = ["id", "for"];
|
|
28883
28902
|
const _hoisted_4$b = { class: "vc-input__desc" };
|
|
28884
|
-
function render$
|
|
28885
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
28903
|
+
function render$S(_ctx, _cache, $props, $setup, $data, $options) {
|
|
28904
|
+
return openBlock(), createElementBlock("div", _hoisted_1$12, [
|
|
28886
28905
|
withDirectives(createElementVNode("input", {
|
|
28887
28906
|
ref: "input",
|
|
28888
28907
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => $options.val = $event),
|
|
@@ -28890,14 +28909,14 @@ function render$R(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
28890
28909
|
class: "vc-input__input",
|
|
28891
28910
|
onKeydown: _cache[1] || (_cache[1] = (...args) => $options.handleKeyDown && $options.handleKeyDown(...args)),
|
|
28892
28911
|
onInput: _cache[2] || (_cache[2] = (...args) => $options.update && $options.update(...args))
|
|
28893
|
-
}, null, 40, _hoisted_2$
|
|
28912
|
+
}, null, 40, _hoisted_2$12), [
|
|
28894
28913
|
[vModelText, $options.val]
|
|
28895
28914
|
]),
|
|
28896
28915
|
createElementVNode("span", {
|
|
28897
28916
|
id: $options.labelId,
|
|
28898
28917
|
for: $props.label,
|
|
28899
28918
|
class: "vc-input__label"
|
|
28900
|
-
}, toDisplayString$1($options.labelSpanText), 9, _hoisted_3$
|
|
28919
|
+
}, toDisplayString$1($options.labelSpanText), 9, _hoisted_3$12),
|
|
28901
28920
|
createElementVNode(
|
|
28902
28921
|
"span",
|
|
28903
28922
|
_hoisted_4$b,
|
|
@@ -28909,10 +28928,10 @@ function render$R(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
28909
28928
|
}
|
|
28910
28929
|
var css_248z$3 = ".vc-editable-input{position:relative}.vc-input__input{border:0;outline:none;padding:0}.vc-input__label{text-transform:capitalize}";
|
|
28911
28930
|
styleInject(css_248z$3);
|
|
28912
|
-
script$3.render = render$
|
|
28931
|
+
script$3.render = render$S;
|
|
28913
28932
|
script$3.__file = "src/components/editable-input/editable-input.vue";
|
|
28914
28933
|
script$3.install = install;
|
|
28915
|
-
function clamp(value, min2, max2) {
|
|
28934
|
+
function clamp$1(value, min2, max2) {
|
|
28916
28935
|
return min2 < max2 ? value < min2 ? min2 : value > max2 ? max2 : value : value < max2 ? max2 : value > min2 ? min2 : value;
|
|
28917
28936
|
}
|
|
28918
28937
|
var script$2 = {
|
|
@@ -28947,10 +28966,10 @@ var script$2 = {
|
|
|
28947
28966
|
const yOffset = container.getBoundingClientRect().top + window.pageYOffset;
|
|
28948
28967
|
const pageX = e.pageX || (e.touches ? e.touches[0].pageX : 0);
|
|
28949
28968
|
const pageY = e.pageY || (e.touches ? e.touches[0].pageY : 0);
|
|
28950
|
-
const left2 = clamp(pageX - xOffset, 0, containerWidth);
|
|
28951
|
-
const top2 = clamp(pageY - yOffset, 0, containerHeight);
|
|
28969
|
+
const left2 = clamp$1(pageX - xOffset, 0, containerWidth);
|
|
28970
|
+
const top2 = clamp$1(pageY - yOffset, 0, containerHeight);
|
|
28952
28971
|
const saturation = left2 / containerWidth;
|
|
28953
|
-
const bright = clamp(-(top2 / containerHeight) + 1, 0, 1);
|
|
28972
|
+
const bright = clamp$1(-(top2 / containerHeight) + 1, 0, 1);
|
|
28954
28973
|
this.onChange({
|
|
28955
28974
|
h: this.colors.hsv.h,
|
|
28956
28975
|
s: saturation,
|
|
@@ -28977,21 +28996,21 @@ var script$2 = {
|
|
|
28977
28996
|
}
|
|
28978
28997
|
}
|
|
28979
28998
|
};
|
|
28980
|
-
const _hoisted_1$
|
|
28999
|
+
const _hoisted_1$11 = /* @__PURE__ */ createElementVNode(
|
|
28981
29000
|
"div",
|
|
28982
29001
|
{ class: "vc-saturation--white" },
|
|
28983
29002
|
null,
|
|
28984
29003
|
-1
|
|
28985
29004
|
/* HOISTED */
|
|
28986
29005
|
);
|
|
28987
|
-
const _hoisted_2$
|
|
29006
|
+
const _hoisted_2$11 = /* @__PURE__ */ createElementVNode(
|
|
28988
29007
|
"div",
|
|
28989
29008
|
{ class: "vc-saturation--black" },
|
|
28990
29009
|
null,
|
|
28991
29010
|
-1
|
|
28992
29011
|
/* HOISTED */
|
|
28993
29012
|
);
|
|
28994
|
-
const _hoisted_3$
|
|
29013
|
+
const _hoisted_3$11 = /* @__PURE__ */ createElementVNode(
|
|
28995
29014
|
"div",
|
|
28996
29015
|
{ class: "vc-saturation-circle" },
|
|
28997
29016
|
null,
|
|
@@ -28999,9 +29018,9 @@ const _hoisted_3$10 = /* @__PURE__ */ createElementVNode(
|
|
|
28999
29018
|
/* HOISTED */
|
|
29000
29019
|
);
|
|
29001
29020
|
const _hoisted_4$a = [
|
|
29002
|
-
_hoisted_3$
|
|
29021
|
+
_hoisted_3$11
|
|
29003
29022
|
];
|
|
29004
|
-
function render$
|
|
29023
|
+
function render$R(_ctx, _cache, $props, $setup, $data, $options) {
|
|
29005
29024
|
return openBlock(), createElementBlock(
|
|
29006
29025
|
"div",
|
|
29007
29026
|
{
|
|
@@ -29013,8 +29032,8 @@ function render$Q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
29013
29032
|
onTouchstart: _cache[2] || (_cache[2] = (...args) => $options.handleChange && $options.handleChange(...args))
|
|
29014
29033
|
},
|
|
29015
29034
|
[
|
|
29016
|
-
_hoisted_1$
|
|
29017
|
-
_hoisted_2$
|
|
29035
|
+
_hoisted_1$11,
|
|
29036
|
+
_hoisted_2$11,
|
|
29018
29037
|
createElementVNode(
|
|
29019
29038
|
"div",
|
|
29020
29039
|
{
|
|
@@ -29032,7 +29051,7 @@ function render$Q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
29032
29051
|
}
|
|
29033
29052
|
var css_248z$2 = ".vc-saturation,.vc-saturation--black,.vc-saturation--white{bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0}.vc-saturation--white{background:linear-gradient(90deg,#fff,hsla(0,0%,100%,0))}.vc-saturation--black{background:linear-gradient(0deg,#000,transparent)}.vc-saturation-pointer{cursor:pointer;position:absolute}.vc-saturation-circle{border-radius:50%;box-shadow:0 0 0 1.5px #fff,inset 0 0 1px 1px rgba(0,0,0,.3),0 0 1px 2px rgba(0,0,0,.4);cursor:head;height:4px;transform:translate(-2px,-2px);width:4px}";
|
|
29034
29053
|
styleInject(css_248z$2);
|
|
29035
|
-
script$2.render = render$
|
|
29054
|
+
script$2.render = render$R;
|
|
29036
29055
|
script$2.__file = "src/components/saturation/saturation.vue";
|
|
29037
29056
|
script$2.install = install;
|
|
29038
29057
|
var script$1 = {
|
|
@@ -29162,18 +29181,18 @@ var script$1 = {
|
|
|
29162
29181
|
}
|
|
29163
29182
|
}
|
|
29164
29183
|
};
|
|
29165
|
-
const _hoisted_1
|
|
29166
|
-
const _hoisted_2
|
|
29184
|
+
const _hoisted_1$10 = ["aria-valuenow"];
|
|
29185
|
+
const _hoisted_2$10 = /* @__PURE__ */ createElementVNode(
|
|
29167
29186
|
"div",
|
|
29168
29187
|
{ class: "vc-hue-picker" },
|
|
29169
29188
|
null,
|
|
29170
29189
|
-1
|
|
29171
29190
|
/* HOISTED */
|
|
29172
29191
|
);
|
|
29173
|
-
const _hoisted_3
|
|
29174
|
-
_hoisted_2
|
|
29192
|
+
const _hoisted_3$10 = [
|
|
29193
|
+
_hoisted_2$10
|
|
29175
29194
|
];
|
|
29176
|
-
function render$
|
|
29195
|
+
function render$Q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
29177
29196
|
return openBlock(), createElementBlock(
|
|
29178
29197
|
"div",
|
|
29179
29198
|
{
|
|
@@ -29198,11 +29217,11 @@ function render$P(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
29198
29217
|
style: normalizeStyle({ top: $options.pointerTop, left: $options.pointerLeft }),
|
|
29199
29218
|
role: "presentation"
|
|
29200
29219
|
},
|
|
29201
|
-
_hoisted_3
|
|
29220
|
+
_hoisted_3$10,
|
|
29202
29221
|
4
|
|
29203
29222
|
/* STYLE */
|
|
29204
29223
|
)
|
|
29205
|
-
], 40, _hoisted_1
|
|
29224
|
+
], 40, _hoisted_1$10)
|
|
29206
29225
|
],
|
|
29207
29226
|
2
|
|
29208
29227
|
/* CLASS */
|
|
@@ -29210,7 +29229,7 @@ function render$P(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
29210
29229
|
}
|
|
29211
29230
|
var css_248z$1 = ".vc-hue{border-radius:2px;bottom:0;left:0;position:absolute;right:0;top:0}.vc-hue--horizontal{background:linear-gradient(90deg,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red)}.vc-hue--vertical{background:linear-gradient(0deg,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red)}.vc-hue-container{cursor:pointer;height:100%;margin:0 2px;position:relative}.vc-hue-pointer{position:absolute;z-index:2}.vc-hue-picker{background:#fff;border-radius:1px;box-shadow:0 0 2px rgba(0,0,0,.6);cursor:pointer;height:8px;margin-top:1px;transform:translateX(-2px);width:4px}";
|
|
29212
29231
|
styleInject(css_248z$1);
|
|
29213
|
-
script$1.render = render$
|
|
29232
|
+
script$1.render = render$Q;
|
|
29214
29233
|
script$1.__file = "src/components/hue/hue.vue";
|
|
29215
29234
|
script$1.install = install;
|
|
29216
29235
|
const presetColors = [
|
|
@@ -29298,16 +29317,16 @@ var script = {
|
|
|
29298
29317
|
}
|
|
29299
29318
|
}
|
|
29300
29319
|
};
|
|
29301
|
-
const _hoisted_1
|
|
29302
|
-
const _hoisted_2
|
|
29303
|
-
const _hoisted_3
|
|
29320
|
+
const _hoisted_1$$ = { class: "vc-sketch-saturation-wrap" };
|
|
29321
|
+
const _hoisted_2$$ = { class: "vc-sketch-controls" };
|
|
29322
|
+
const _hoisted_3$$ = { class: "vc-sketch-sliders" };
|
|
29304
29323
|
const _hoisted_4$9 = { class: "vc-sketch-hue-wrap" };
|
|
29305
29324
|
const _hoisted_5$7 = {
|
|
29306
29325
|
key: 0,
|
|
29307
29326
|
class: "vc-sketch-alpha-wrap"
|
|
29308
29327
|
};
|
|
29309
|
-
const _hoisted_6$
|
|
29310
|
-
const _hoisted_7 = ["aria-label"];
|
|
29328
|
+
const _hoisted_6$5 = { class: "vc-sketch-color-wrap" };
|
|
29329
|
+
const _hoisted_7$1 = ["aria-label"];
|
|
29311
29330
|
const _hoisted_8 = {
|
|
29312
29331
|
key: 0,
|
|
29313
29332
|
class: "vc-sketch-field"
|
|
@@ -29327,7 +29346,7 @@ const _hoisted_14 = {
|
|
|
29327
29346
|
};
|
|
29328
29347
|
const _hoisted_15 = ["aria-label", "onClick"];
|
|
29329
29348
|
const _hoisted_16 = ["aria-label", "onClick"];
|
|
29330
|
-
function render$
|
|
29349
|
+
function render$P(_ctx, _cache, $props, $setup, $data, $options) {
|
|
29331
29350
|
const _component_Saturation = resolveComponent("Saturation");
|
|
29332
29351
|
const _component_Hue = resolveComponent("Hue");
|
|
29333
29352
|
const _component_Alpha = resolveComponent("Alpha");
|
|
@@ -29341,14 +29360,14 @@ function render$O(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
29341
29360
|
class: normalizeClass(["vc-sketch", [$props.disableAlpha ? "vc-sketch__disable-alpha" : ""]])
|
|
29342
29361
|
},
|
|
29343
29362
|
[
|
|
29344
|
-
createElementVNode("div", _hoisted_1
|
|
29363
|
+
createElementVNode("div", _hoisted_1$$, [
|
|
29345
29364
|
createVNode(_component_Saturation, {
|
|
29346
29365
|
value: _ctx.colors,
|
|
29347
29366
|
onChange: $options.childChange
|
|
29348
29367
|
}, null, 8, ["value", "onChange"])
|
|
29349
29368
|
]),
|
|
29350
|
-
createElementVNode("div", _hoisted_2
|
|
29351
|
-
createElementVNode("div", _hoisted_3
|
|
29369
|
+
createElementVNode("div", _hoisted_2$$, [
|
|
29370
|
+
createElementVNode("div", _hoisted_3$$, [
|
|
29352
29371
|
createElementVNode("div", _hoisted_4$9, [
|
|
29353
29372
|
createVNode(_component_Hue, {
|
|
29354
29373
|
value: _ctx.colors,
|
|
@@ -29362,12 +29381,12 @@ function render$O(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
29362
29381
|
}, null, 8, ["value", "onChange"])
|
|
29363
29382
|
])) : createCommentVNode("v-if", true)
|
|
29364
29383
|
]),
|
|
29365
|
-
createElementVNode("div", _hoisted_6$
|
|
29384
|
+
createElementVNode("div", _hoisted_6$5, [
|
|
29366
29385
|
createElementVNode("div", {
|
|
29367
29386
|
"aria-label": `Current color is ${$options.activeColor}`,
|
|
29368
29387
|
class: "vc-sketch-active-color",
|
|
29369
29388
|
style: normalizeStyle({ background: $options.activeColor })
|
|
29370
|
-
}, null, 12, _hoisted_7),
|
|
29389
|
+
}, null, 12, _hoisted_7$1),
|
|
29371
29390
|
createVNode(_component_Checkboard)
|
|
29372
29391
|
])
|
|
29373
29392
|
]),
|
|
@@ -29450,7 +29469,7 @@ function render$O(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
29450
29469
|
}
|
|
29451
29470
|
var css_248z = ".vc-sketch{background:#fff;border-radius:4px;box-shadow:0 0 0 1px rgba(0,0,0,.15),0 8px 16px rgba(0,0,0,.15);box-sizing:initial;padding:10px 10px 0;position:relative;width:200px}.vc-sketch-saturation-wrap{overflow:hidden;padding-bottom:75%;position:relative;width:100%}.vc-sketch-controls{display:flex}.vc-sketch-sliders{flex:1;padding:4px 0}.vc-sketch-sliders .vc-alpha-gradient,.vc-sketch-sliders .vc-hue{border-radius:2px}.vc-sketch-alpha-wrap,.vc-sketch-hue-wrap{height:10px;position:relative}.vc-sketch-alpha-wrap{margin-top:4px;overflow:hidden}.vc-sketch-color-wrap{border-radius:3px;height:24px;margin-left:4px;margin-top:4px;position:relative;width:24px}.vc-sketch-active-color{border-radius:2px;bottom:0;box-shadow:inset 0 0 0 1px rgba(0,0,0,.15),inset 0 0 4px rgba(0,0,0,.25);left:0;position:absolute;right:0;top:0;z-index:2}.vc-sketch-color-wrap .vc-checkerboard{background-size:auto}.vc-sketch-field{display:flex;padding-top:4px}.vc-sketch-field .vc-input__input{border:none;box-shadow:inset 0 0 0 1px #ccc;font-size:10px;padding:4px 0 3px 10%;width:90%}.vc-sketch-field .vc-input__label{color:#222;display:block;font-size:11px;padding-bottom:4px;padding-top:3px;text-align:center;text-transform:capitalize}.vc-sketch-field--single{flex:1;padding-left:6px}.vc-sketch-field--double{flex:2}.vc-sketch-presets{border-top:1px solid #eee;margin-left:-10px;margin-right:-10px;padding-left:10px;padding-top:10px}.vc-sketch-presets-color{cursor:pointer;display:inline-block;height:16px;margin:0 10px 10px 0;overflow:hidden;position:relative;vertical-align:top;width:16px}.vc-sketch-presets-color,.vc-sketch-presets-color .vc-checkerboard{border-radius:3px;box-shadow:inset 0 0 0 1px rgba(0,0,0,.15)}.vc-sketch__disable-alpha .vc-sketch-color-wrap{height:10px}";
|
|
29452
29471
|
styleInject(css_248z);
|
|
29453
|
-
script.render = render$
|
|
29472
|
+
script.render = render$P;
|
|
29454
29473
|
script.__file = "src/components/sketch/sketch.vue";
|
|
29455
29474
|
script.install = install;
|
|
29456
29475
|
function getDefaultExportFromCjs(x2) {
|
|
@@ -29891,12 +29910,12 @@ var picocolors_browserExports = picocolors_browser.exports;
|
|
|
29891
29910
|
let colors = colors$1;
|
|
29892
29911
|
var colors_1 = (colors.__esModule ? colors : { default: colors }).default;
|
|
29893
29912
|
const tailwindcssColors = /* @__PURE__ */ getDefaultExportFromCjs(colors_1);
|
|
29894
|
-
const _hoisted_1$
|
|
29895
|
-
const _hoisted_2$
|
|
29896
|
-
const _hoisted_3$
|
|
29913
|
+
const _hoisted_1$_ = { class: "grid grid-cols-9 gap-1.5 p-2 pt-1" };
|
|
29914
|
+
const _hoisted_2$_ = ["title", "onClick"];
|
|
29915
|
+
const _hoisted_3$_ = { class: "p-1" };
|
|
29897
29916
|
const _hoisted_4$8 = { class: "flex items-center rounded cursor-pointer hover:bg-gray-100 p-1 justify-between" };
|
|
29898
29917
|
const _hoisted_5$6 = { class: "inline-flex items-center gap-2" };
|
|
29899
|
-
const _hoisted_6$
|
|
29918
|
+
const _hoisted_6$4 = { class: "text-xs text-gray-600" };
|
|
29900
29919
|
const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
29901
29920
|
__name: "ColorPickerDropdown",
|
|
29902
29921
|
props: {
|
|
@@ -29945,7 +29964,7 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
29945
29964
|
return openBlock(), createBlock(unref(Dropdown), { class: "inline-flex" }, {
|
|
29946
29965
|
popper: withCtx(() => [
|
|
29947
29966
|
renderSlot(_ctx.$slots, "prefix"),
|
|
29948
|
-
createElementVNode("div", _hoisted_1$
|
|
29967
|
+
createElementVNode("div", _hoisted_1$_, [
|
|
29949
29968
|
(openBlock(true), createElementBlock(Fragment$1, null, renderList(getColors(), (item) => {
|
|
29950
29969
|
return openBlock(), createElementBlock("div", {
|
|
29951
29970
|
key: item.color,
|
|
@@ -29953,7 +29972,7 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
29953
29972
|
class: "h-5 w-5 rounded-sm cursor-pointer hover:ring-1 ring-offset-1 ring-gray-300",
|
|
29954
29973
|
title: item.name,
|
|
29955
29974
|
onClick: ($event) => handleSetColor(item.color)
|
|
29956
|
-
}, null, 12, _hoisted_2$
|
|
29975
|
+
}, null, 12, _hoisted_2$_);
|
|
29957
29976
|
}), 128))
|
|
29958
29977
|
]),
|
|
29959
29978
|
createVNode(unref(Dropdown), { placement: "right" }, {
|
|
@@ -29964,11 +29983,11 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
29964
29983
|
})
|
|
29965
29984
|
]),
|
|
29966
29985
|
default: withCtx(() => [
|
|
29967
|
-
createElementVNode("div", _hoisted_3$
|
|
29986
|
+
createElementVNode("div", _hoisted_3$_, [
|
|
29968
29987
|
createElementVNode("div", _hoisted_4$8, [
|
|
29969
29988
|
createElementVNode("div", _hoisted_5$6, [
|
|
29970
29989
|
createVNode(unref(MdiPalette)),
|
|
29971
|
-
createElementVNode("span", _hoisted_6$
|
|
29990
|
+
createElementVNode("span", _hoisted_6$4, toDisplayString$1(unref(i18n).global.t("editor.components.color_picker.more_color")), 1)
|
|
29972
29991
|
]),
|
|
29973
29992
|
createElementVNode("div", null, [
|
|
29974
29993
|
createVNode(unref(MdiChevronRight))
|
|
@@ -29987,31 +30006,31 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
29987
30006
|
};
|
|
29988
30007
|
}
|
|
29989
30008
|
});
|
|
29990
|
-
const _hoisted_1$
|
|
30009
|
+
const _hoisted_1$Z = {
|
|
29991
30010
|
viewBox: "0 0 24 24",
|
|
29992
30011
|
width: "1.2em",
|
|
29993
30012
|
height: "1.2em"
|
|
29994
30013
|
};
|
|
29995
|
-
const _hoisted_2$
|
|
30014
|
+
const _hoisted_2$Z = /* @__PURE__ */ createElementVNode("path", {
|
|
29996
30015
|
fill: "currentColor",
|
|
29997
30016
|
d: "M16.5 8C14 8 12 10 12 12.5s2 4.5 4.5 4.5s4.5-2 4.5-4.5S19 8 16.5 8m0 7.5c-1.7 0-3-1.3-3-3c0-.6.2-1.1.4-1.5l4.1 4.1c-.4.2-.9.4-1.5.4m2.6-1.5L15 9.9c.4-.3.9-.4 1.5-.4c1.7 0 3 1.3 3 3c0 .6-.2 1.1-.4 1.5m-7-6.3l-1.5-1.5l3.3-3.3c.6-.6 1.5-.6 2.1 0L18.2 5c.4.4.5.8.4 1.3c-.6-.2-1.3-.3-2-.3c-1.8 0-3.3.7-4.5 1.7m-1.6 7.2L9 16.3c-.6.6-1.5.6-2.1 0l-.7.7H2l2.8-2.8c-.6-.6-.6-1.5 0-2.1l4.7-4.7L11.1 9c-.7 1-1.1 2.2-1.1 3.5c0 .8.2 1.6.5 2.4Z"
|
|
29998
30017
|
}, null, -1);
|
|
29999
|
-
const _hoisted_3$
|
|
30000
|
-
_hoisted_2$
|
|
30018
|
+
const _hoisted_3$Z = [
|
|
30019
|
+
_hoisted_2$Z
|
|
30001
30020
|
];
|
|
30002
|
-
function render$
|
|
30003
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
30021
|
+
function render$O(_ctx, _cache) {
|
|
30022
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$Z, _hoisted_3$Z);
|
|
30004
30023
|
}
|
|
30005
|
-
const MdiFormatColorMarkerCancel = { name: "mdi-format-color-marker-cancel", render: render$
|
|
30006
|
-
const _hoisted_1$
|
|
30007
|
-
const _hoisted_2$
|
|
30008
|
-
const _hoisted_3$
|
|
30024
|
+
const MdiFormatColorMarkerCancel = { name: "mdi-format-color-marker-cancel", render: render$O };
|
|
30025
|
+
const _hoisted_1$Y = { class: "p-1" };
|
|
30026
|
+
const _hoisted_2$Y = { class: "inline-flex items-center gap-2" };
|
|
30027
|
+
const _hoisted_3$Y = { class: "text-xs text-gray-600" };
|
|
30009
30028
|
const _hoisted_4$7 = { class: "p-1" };
|
|
30010
30029
|
const _hoisted_5$5 = /* @__PURE__ */ createElementVNode("div", {
|
|
30011
30030
|
class: "h-5 w-5 rounded-sm cursor-pointer hover:ring-1 ring-offset-1 ring-gray-300",
|
|
30012
30031
|
style: { "background-color": "#fff8c5" }
|
|
30013
30032
|
}, null, -1);
|
|
30014
|
-
const _hoisted_6$
|
|
30033
|
+
const _hoisted_6$3 = { class: "text-xs text-gray-600" };
|
|
30015
30034
|
const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
30016
30035
|
__name: "HighlightBubbleItem",
|
|
30017
30036
|
props: {
|
|
@@ -30038,14 +30057,14 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
30038
30057
|
return (_ctx, _cache) => {
|
|
30039
30058
|
return openBlock(), createBlock(_sfc_main$b, { "onUpdate:modelValue": handleSetColor }, {
|
|
30040
30059
|
prefix: withCtx(() => [
|
|
30041
|
-
createElementVNode("div", _hoisted_1$
|
|
30060
|
+
createElementVNode("div", _hoisted_1$Y, [
|
|
30042
30061
|
createElementVNode("div", {
|
|
30043
30062
|
class: "flex items-center gap-2 rounded cursor-pointer hover:bg-gray-100 p-1",
|
|
30044
30063
|
onClick: handleUnsetColor
|
|
30045
30064
|
}, [
|
|
30046
|
-
createElementVNode("div", _hoisted_2$
|
|
30065
|
+
createElementVNode("div", _hoisted_2$Y, [
|
|
30047
30066
|
createVNode(unref(MdiFormatColorMarkerCancel)),
|
|
30048
|
-
createElementVNode("span", _hoisted_3$
|
|
30067
|
+
createElementVNode("span", _hoisted_3$Y, toDisplayString$1(unref(i18n).global.t("editor.extensions.highlight.unset")), 1)
|
|
30049
30068
|
])
|
|
30050
30069
|
])
|
|
30051
30070
|
]),
|
|
@@ -30055,7 +30074,7 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
30055
30074
|
onClick: _cache[1] || (_cache[1] = ($event) => handleSetColor())
|
|
30056
30075
|
}, [
|
|
30057
30076
|
_hoisted_5$5,
|
|
30058
|
-
createElementVNode("span", _hoisted_6$
|
|
30077
|
+
createElementVNode("span", _hoisted_6$3, toDisplayString$1(unref(i18n).global.t("editor.common.button.restore_default")), 1)
|
|
30059
30078
|
])
|
|
30060
30079
|
])
|
|
30061
30080
|
]),
|
|
@@ -30069,15 +30088,15 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
30069
30088
|
};
|
|
30070
30089
|
}
|
|
30071
30090
|
});
|
|
30072
|
-
const _hoisted_1$
|
|
30073
|
-
const _hoisted_2$
|
|
30074
|
-
const _hoisted_3$
|
|
30091
|
+
const _hoisted_1$X = { class: "p-1" };
|
|
30092
|
+
const _hoisted_2$X = { class: "inline-flex items-center gap-2" };
|
|
30093
|
+
const _hoisted_3$X = { class: "text-xs text-gray-600" };
|
|
30075
30094
|
const _hoisted_4$6 = { class: "p-1" };
|
|
30076
30095
|
const _hoisted_5$4 = /* @__PURE__ */ createElementVNode("div", {
|
|
30077
30096
|
class: "h-5 w-5 rounded-sm cursor-pointer hover:ring-1 ring-offset-1 ring-gray-300",
|
|
30078
30097
|
style: { "background-color": "#fff8c5" }
|
|
30079
30098
|
}, null, -1);
|
|
30080
|
-
const _hoisted_6$
|
|
30099
|
+
const _hoisted_6$2 = { class: "text-xs text-gray-600" };
|
|
30081
30100
|
const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
30082
30101
|
__name: "HighlightToolbarItem",
|
|
30083
30102
|
props: {
|
|
@@ -30101,14 +30120,14 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
30101
30120
|
return (_ctx, _cache) => {
|
|
30102
30121
|
return openBlock(), createBlock(_sfc_main$b, { "onUpdate:modelValue": handleSetColor }, {
|
|
30103
30122
|
prefix: withCtx(() => [
|
|
30104
|
-
createElementVNode("div", _hoisted_1$
|
|
30123
|
+
createElementVNode("div", _hoisted_1$X, [
|
|
30105
30124
|
createElementVNode("div", {
|
|
30106
30125
|
class: "flex items-center gap-2 rounded cursor-pointer hover:bg-gray-100 p-1",
|
|
30107
30126
|
onClick: handleUnsetColor
|
|
30108
30127
|
}, [
|
|
30109
|
-
createElementVNode("div", _hoisted_2$
|
|
30128
|
+
createElementVNode("div", _hoisted_2$X, [
|
|
30110
30129
|
createVNode(unref(MdiFormatColorMarkerCancel)),
|
|
30111
|
-
createElementVNode("span", _hoisted_3$
|
|
30130
|
+
createElementVNode("span", _hoisted_3$X, toDisplayString$1(unref(i18n).global.t("editor.extensions.highlight.unset")), 1)
|
|
30112
30131
|
])
|
|
30113
30132
|
])
|
|
30114
30133
|
]),
|
|
@@ -30118,7 +30137,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
30118
30137
|
onClick: _cache[1] || (_cache[1] = ($event) => handleSetColor())
|
|
30119
30138
|
}, [
|
|
30120
30139
|
_hoisted_5$4,
|
|
30121
|
-
createElementVNode("span", _hoisted_6$
|
|
30140
|
+
createElementVNode("span", _hoisted_6$2, toDisplayString$1(unref(i18n).global.t("editor.common.button.restore_default")), 1)
|
|
30122
30141
|
])
|
|
30123
30142
|
])
|
|
30124
30143
|
]),
|
|
@@ -30210,22 +30229,22 @@ const Blockquote$1 = Node2.create({
|
|
|
30210
30229
|
];
|
|
30211
30230
|
}
|
|
30212
30231
|
});
|
|
30213
|
-
const _hoisted_1$
|
|
30232
|
+
const _hoisted_1$W = {
|
|
30214
30233
|
viewBox: "0 0 24 24",
|
|
30215
30234
|
width: "1.2em",
|
|
30216
30235
|
height: "1.2em"
|
|
30217
30236
|
};
|
|
30218
|
-
const _hoisted_2$
|
|
30237
|
+
const _hoisted_2$W = /* @__PURE__ */ createElementVNode("path", {
|
|
30219
30238
|
fill: "currentColor",
|
|
30220
30239
|
d: "m10 7l-2 4h3v6H5v-6l2-4h3m8 0l-2 4h3v6h-6v-6l2-4h3Z"
|
|
30221
30240
|
}, null, -1);
|
|
30222
|
-
const _hoisted_3$
|
|
30223
|
-
_hoisted_2$
|
|
30241
|
+
const _hoisted_3$W = [
|
|
30242
|
+
_hoisted_2$W
|
|
30224
30243
|
];
|
|
30225
|
-
function render$
|
|
30226
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
30244
|
+
function render$N(_ctx, _cache) {
|
|
30245
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$W, _hoisted_3$W);
|
|
30227
30246
|
}
|
|
30228
|
-
const MdiFormatQuoteOpen = { name: "mdi-format-quote-open", render: render$
|
|
30247
|
+
const MdiFormatQuoteOpen = { name: "mdi-format-quote-open", render: render$N };
|
|
30229
30248
|
const Blockquote = Blockquote$1.extend({
|
|
30230
30249
|
addOptions() {
|
|
30231
30250
|
var _a;
|
|
@@ -30319,22 +30338,22 @@ const Code$1 = Mark2.create({
|
|
|
30319
30338
|
];
|
|
30320
30339
|
}
|
|
30321
30340
|
});
|
|
30322
|
-
const _hoisted_1$
|
|
30341
|
+
const _hoisted_1$V = {
|
|
30323
30342
|
viewBox: "0 0 24 24",
|
|
30324
30343
|
width: "1.2em",
|
|
30325
30344
|
height: "1.2em"
|
|
30326
30345
|
};
|
|
30327
|
-
const _hoisted_2$
|
|
30346
|
+
const _hoisted_2$V = /* @__PURE__ */ createElementVNode("path", {
|
|
30328
30347
|
fill: "currentColor",
|
|
30329
30348
|
d: "m14.6 16.6l4.6-4.6l-4.6-4.6L16 6l6 6l-6 6l-1.4-1.4m-5.2 0L4.8 12l4.6-4.6L8 6l-6 6l6 6l1.4-1.4Z"
|
|
30330
30349
|
}, null, -1);
|
|
30331
|
-
const _hoisted_3$
|
|
30332
|
-
_hoisted_2$
|
|
30350
|
+
const _hoisted_3$V = [
|
|
30351
|
+
_hoisted_2$V
|
|
30333
30352
|
];
|
|
30334
|
-
function render$
|
|
30335
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
30353
|
+
function render$M(_ctx, _cache) {
|
|
30354
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$V, _hoisted_3$V);
|
|
30336
30355
|
}
|
|
30337
|
-
const MdiCodeTags = { name: "mdi-code-tags", render: render$
|
|
30356
|
+
const MdiCodeTags = { name: "mdi-code-tags", render: render$M };
|
|
30338
30357
|
const Code = Code$1.extend({
|
|
30339
30358
|
addOptions() {
|
|
30340
30359
|
var _a;
|
|
@@ -30414,22 +30433,22 @@ const Superscript$1 = Mark2.create({
|
|
|
30414
30433
|
};
|
|
30415
30434
|
}
|
|
30416
30435
|
});
|
|
30417
|
-
const _hoisted_1$
|
|
30436
|
+
const _hoisted_1$U = {
|
|
30418
30437
|
viewBox: "0 0 24 24",
|
|
30419
30438
|
width: "1.2em",
|
|
30420
30439
|
height: "1.2em"
|
|
30421
30440
|
};
|
|
30422
|
-
const _hoisted_2$
|
|
30441
|
+
const _hoisted_2$U = /* @__PURE__ */ createElementVNode("path", {
|
|
30423
30442
|
fill: "currentColor",
|
|
30424
30443
|
d: "M16 7.41L11.41 12L16 16.59L14.59 18L10 13.41L5.41 18L4 16.59L8.59 12L4 7.41L5.41 6L10 10.59L14.59 6L16 7.41M21.85 9h-4.88V8l.89-.82c.76-.64 1.32-1.18 1.7-1.63c.37-.44.56-.85.57-1.23a.884.884 0 0 0-.27-.7c-.18-.19-.47-.28-.86-.29c-.31.01-.58.07-.84.17l-.66.39l-.45-1.17c.27-.22.59-.39.98-.53S18.85 2 19.32 2c.78 0 1.38.2 1.78.61c.4.39.62.93.62 1.57c-.01.56-.19 1.08-.54 1.55c-.34.48-.76.93-1.27 1.36l-.64.52v.02h2.58V9Z"
|
|
30425
30444
|
}, null, -1);
|
|
30426
|
-
const _hoisted_3$
|
|
30427
|
-
_hoisted_2$
|
|
30445
|
+
const _hoisted_3$U = [
|
|
30446
|
+
_hoisted_2$U
|
|
30428
30447
|
];
|
|
30429
|
-
function render$
|
|
30430
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
30448
|
+
function render$L(_ctx, _cache) {
|
|
30449
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$U, _hoisted_3$U);
|
|
30431
30450
|
}
|
|
30432
|
-
const MdiFormatSuperscript = { name: "mdi-format-superscript", render: render$
|
|
30451
|
+
const MdiFormatSuperscript = { name: "mdi-format-superscript", render: render$L };
|
|
30433
30452
|
const Superscript = Superscript$1.extend({
|
|
30434
30453
|
addOptions() {
|
|
30435
30454
|
var _a;
|
|
@@ -30509,22 +30528,22 @@ const Subscript$1 = Mark2.create({
|
|
|
30509
30528
|
};
|
|
30510
30529
|
}
|
|
30511
30530
|
});
|
|
30512
|
-
const _hoisted_1$
|
|
30531
|
+
const _hoisted_1$T = {
|
|
30513
30532
|
viewBox: "0 0 24 24",
|
|
30514
30533
|
width: "1.2em",
|
|
30515
30534
|
height: "1.2em"
|
|
30516
30535
|
};
|
|
30517
|
-
const _hoisted_2$
|
|
30536
|
+
const _hoisted_2$T = /* @__PURE__ */ createElementVNode("path", {
|
|
30518
30537
|
fill: "currentColor",
|
|
30519
30538
|
d: "M16 7.41L11.41 12L16 16.59L14.59 18L10 13.41L5.41 18L4 16.59L8.59 12L4 7.41L5.41 6L10 10.59L14.59 6L16 7.41m5.85 13.62h-4.88v-1l.89-.8c.76-.65 1.32-1.19 1.7-1.63c.37-.44.56-.85.57-1.24a.898.898 0 0 0-.27-.7c-.18-.16-.47-.28-.86-.28c-.31 0-.58.06-.84.18l-.66.38l-.45-1.17c.27-.21.59-.39.98-.53s.82-.24 1.29-.24c.78.04 1.38.25 1.78.66c.4.41.62.93.62 1.57c-.01.56-.19 1.08-.54 1.55c-.34.47-.76.92-1.27 1.36l-.64.52v.02h2.58v1.35Z"
|
|
30520
30539
|
}, null, -1);
|
|
30521
|
-
const _hoisted_3$
|
|
30522
|
-
_hoisted_2$
|
|
30540
|
+
const _hoisted_3$T = [
|
|
30541
|
+
_hoisted_2$T
|
|
30523
30542
|
];
|
|
30524
|
-
function render$
|
|
30525
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
30543
|
+
function render$K(_ctx, _cache) {
|
|
30544
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$T, _hoisted_3$T);
|
|
30526
30545
|
}
|
|
30527
|
-
const MdiFormatSubscript = { name: "mdi-format-subscript", render: render$
|
|
30546
|
+
const MdiFormatSubscript = { name: "mdi-format-subscript", render: render$K };
|
|
30528
30547
|
const Subscript = Subscript$1.extend({
|
|
30529
30548
|
addOptions() {
|
|
30530
30549
|
var _a;
|
|
@@ -30710,22 +30729,22 @@ const ListItem$1 = Node2.create({
|
|
|
30710
30729
|
};
|
|
30711
30730
|
}
|
|
30712
30731
|
});
|
|
30713
|
-
const _hoisted_1$
|
|
30732
|
+
const _hoisted_1$S = {
|
|
30714
30733
|
viewBox: "0 0 24 24",
|
|
30715
30734
|
width: "1.2em",
|
|
30716
30735
|
height: "1.2em"
|
|
30717
30736
|
};
|
|
30718
|
-
const _hoisted_2$
|
|
30737
|
+
const _hoisted_2$S = /* @__PURE__ */ createElementVNode("path", {
|
|
30719
30738
|
fill: "currentColor",
|
|
30720
30739
|
d: "M7 5h14v2H7V5m0 8v-2h14v2H7M4 4.5A1.5 1.5 0 0 1 5.5 6A1.5 1.5 0 0 1 4 7.5A1.5 1.5 0 0 1 2.5 6A1.5 1.5 0 0 1 4 4.5m0 6A1.5 1.5 0 0 1 5.5 12A1.5 1.5 0 0 1 4 13.5A1.5 1.5 0 0 1 2.5 12A1.5 1.5 0 0 1 4 10.5M7 19v-2h14v2H7m-3-2.5A1.5 1.5 0 0 1 5.5 18A1.5 1.5 0 0 1 4 19.5A1.5 1.5 0 0 1 2.5 18A1.5 1.5 0 0 1 4 16.5Z"
|
|
30721
30740
|
}, null, -1);
|
|
30722
|
-
const _hoisted_3$
|
|
30723
|
-
_hoisted_2$
|
|
30741
|
+
const _hoisted_3$S = [
|
|
30742
|
+
_hoisted_2$S
|
|
30724
30743
|
];
|
|
30725
|
-
function render$
|
|
30726
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
30744
|
+
function render$J(_ctx, _cache) {
|
|
30745
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$S, _hoisted_3$S);
|
|
30727
30746
|
}
|
|
30728
|
-
const MdiFormatListBulleted = { name: "mdi-format-list-bulleted", render: render$
|
|
30747
|
+
const MdiFormatListBulleted = { name: "mdi-format-list-bulleted", render: render$J };
|
|
30729
30748
|
const BulletList = BulletList$1.extend({
|
|
30730
30749
|
addOptions() {
|
|
30731
30750
|
var _a;
|
|
@@ -30899,22 +30918,22 @@ const OrderedList$1 = Node2.create({
|
|
|
30899
30918
|
];
|
|
30900
30919
|
}
|
|
30901
30920
|
});
|
|
30902
|
-
const _hoisted_1$
|
|
30921
|
+
const _hoisted_1$R = {
|
|
30903
30922
|
viewBox: "0 0 24 24",
|
|
30904
30923
|
width: "1.2em",
|
|
30905
30924
|
height: "1.2em"
|
|
30906
30925
|
};
|
|
30907
|
-
const _hoisted_2$
|
|
30926
|
+
const _hoisted_2$R = /* @__PURE__ */ createElementVNode("path", {
|
|
30908
30927
|
fill: "currentColor",
|
|
30909
30928
|
d: "M7 13v-2h14v2H7m0 6v-2h14v2H7M7 7V5h14v2H7M3 8V5H2V4h2v4H3m-1 9v-1h3v4H2v-1h2v-.5H3v-1h1V17H2m2.25-7a.75.75 0 0 1 .75.75c0 .2-.08.39-.21.52L3.12 13H5v1H2v-.92L4 11H2v-1h2.25Z"
|
|
30910
30929
|
}, null, -1);
|
|
30911
|
-
const _hoisted_3$
|
|
30912
|
-
_hoisted_2$
|
|
30930
|
+
const _hoisted_3$R = [
|
|
30931
|
+
_hoisted_2$R
|
|
30913
30932
|
];
|
|
30914
|
-
function render$
|
|
30915
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
30933
|
+
function render$I(_ctx, _cache) {
|
|
30934
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$R, _hoisted_3$R);
|
|
30916
30935
|
}
|
|
30917
|
-
const MdiFormatListNumbered = { name: "mdi-format-list-numbered", render: render$
|
|
30936
|
+
const MdiFormatListNumbered = { name: "mdi-format-list-numbered", render: render$I };
|
|
30918
30937
|
const OrderedList = OrderedList$1.extend({
|
|
30919
30938
|
addOptions() {
|
|
30920
30939
|
var _a;
|
|
@@ -31126,22 +31145,22 @@ const TaskItem = Node2.create({
|
|
|
31126
31145
|
];
|
|
31127
31146
|
}
|
|
31128
31147
|
});
|
|
31129
|
-
const _hoisted_1$
|
|
31148
|
+
const _hoisted_1$Q = {
|
|
31130
31149
|
viewBox: "0 0 24 24",
|
|
31131
31150
|
width: "1.2em",
|
|
31132
31151
|
height: "1.2em"
|
|
31133
31152
|
};
|
|
31134
|
-
const _hoisted_2$
|
|
31153
|
+
const _hoisted_2$Q = /* @__PURE__ */ createElementVNode("path", {
|
|
31135
31154
|
fill: "currentColor",
|
|
31136
31155
|
d: "M21 19v-2H8v2h13m0-6v-2H8v2h13M8 7h13V5H8v2M4 5v2h2V5H4M3 5a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V5m1 6v2h2v-2H4m-1 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-2m1 6v2h2v-2H4m-1 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-2Z"
|
|
31137
31156
|
}, null, -1);
|
|
31138
|
-
const _hoisted_3$
|
|
31139
|
-
_hoisted_2$
|
|
31157
|
+
const _hoisted_3$Q = [
|
|
31158
|
+
_hoisted_2$Q
|
|
31140
31159
|
];
|
|
31141
|
-
function render$
|
|
31142
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
31160
|
+
function render$H(_ctx, _cache) {
|
|
31161
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$Q, _hoisted_3$Q);
|
|
31143
31162
|
}
|
|
31144
|
-
const MdiFormatListCheckbox = { name: "mdi-format-list-checkbox", render: render$
|
|
31163
|
+
const MdiFormatListCheckbox = { name: "mdi-format-list-checkbox", render: render$H };
|
|
31145
31164
|
const TaskList = TaskList$1.extend({
|
|
31146
31165
|
addOptions() {
|
|
31147
31166
|
var _a;
|
|
@@ -33733,6 +33752,22 @@ const TableCell = Node2.create({
|
|
|
33733
33752
|
return ["td", mergeAttributes(this.options.HTMLAttributes, HTMLAttributes), 0];
|
|
33734
33753
|
}
|
|
33735
33754
|
});
|
|
33755
|
+
const _hoisted_1$P = {
|
|
33756
|
+
viewBox: "0 0 24 24",
|
|
33757
|
+
width: "1.2em",
|
|
33758
|
+
height: "1.2em"
|
|
33759
|
+
};
|
|
33760
|
+
const _hoisted_2$P = /* @__PURE__ */ createElementVNode("path", {
|
|
33761
|
+
fill: "currentColor",
|
|
33762
|
+
d: "M5 4h14a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2m0 4v4h6V8H5m8 0v4h6V8h-6m-8 6v4h6v-4H5m8 0v4h6v-4h-6Z"
|
|
33763
|
+
}, null, -1);
|
|
33764
|
+
const _hoisted_3$P = [
|
|
33765
|
+
_hoisted_2$P
|
|
33766
|
+
];
|
|
33767
|
+
function render$G(_ctx, _cache) {
|
|
33768
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$P, _hoisted_3$P);
|
|
33769
|
+
}
|
|
33770
|
+
const MdiTable = { name: "mdi-table", render: render$G };
|
|
33736
33771
|
const _hoisted_1$O = {
|
|
33737
33772
|
viewBox: "0 0 24 24",
|
|
33738
33773
|
width: "1.2em",
|
|
@@ -33740,7 +33775,7 @@ const _hoisted_1$O = {
|
|
|
33740
33775
|
};
|
|
33741
33776
|
const _hoisted_2$O = /* @__PURE__ */ createElementVNode("path", {
|
|
33742
33777
|
fill: "currentColor",
|
|
33743
|
-
d: "
|
|
33778
|
+
d: "M18 14h2v3h3v2h-3v3h-2v-3h-3v-2h3v-3M4 3h14a2 2 0 0 1 2 2v7.08a6.01 6.01 0 0 0-4.32.92H12v4h1.08c-.11.68-.11 1.35 0 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2m0 4v4h6V7H4m8 0v4h6V7h-6m-8 6v4h6v-4H4Z"
|
|
33744
33779
|
}, null, -1);
|
|
33745
33780
|
const _hoisted_3$O = [
|
|
33746
33781
|
_hoisted_2$O
|
|
@@ -33748,7 +33783,7 @@ const _hoisted_3$O = [
|
|
|
33748
33783
|
function render$F(_ctx, _cache) {
|
|
33749
33784
|
return openBlock(), createElementBlock("svg", _hoisted_1$O, _hoisted_3$O);
|
|
33750
33785
|
}
|
|
33751
|
-
const
|
|
33786
|
+
const MdiTablePlus = { name: "mdi-table-plus", render: render$F };
|
|
33752
33787
|
const _hoisted_1$N = {
|
|
33753
33788
|
viewBox: "0 0 24 24",
|
|
33754
33789
|
width: "1.2em",
|
|
@@ -33756,7 +33791,7 @@ const _hoisted_1$N = {
|
|
|
33756
33791
|
};
|
|
33757
33792
|
const _hoisted_2$N = /* @__PURE__ */ createElementVNode("path", {
|
|
33758
33793
|
fill: "currentColor",
|
|
33759
|
-
d: "
|
|
33794
|
+
d: "M13 2a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h9V2h-9m7 8v4h-7v-4h7m0 6v4h-7v-4h7m0-12v4h-7V4h7M9 11H6V8H4v3H1v2h3v3h2v-3h3v-2Z"
|
|
33760
33795
|
}, null, -1);
|
|
33761
33796
|
const _hoisted_3$N = [
|
|
33762
33797
|
_hoisted_2$N
|
|
@@ -33764,7 +33799,7 @@ const _hoisted_3$N = [
|
|
|
33764
33799
|
function render$E(_ctx, _cache) {
|
|
33765
33800
|
return openBlock(), createElementBlock("svg", _hoisted_1$N, _hoisted_3$N);
|
|
33766
33801
|
}
|
|
33767
|
-
const
|
|
33802
|
+
const MdiTableColumnPlusBefore = { name: "mdi-table-column-plus-before", render: render$E };
|
|
33768
33803
|
const _hoisted_1$M = {
|
|
33769
33804
|
viewBox: "0 0 24 24",
|
|
33770
33805
|
width: "1.2em",
|
|
@@ -33772,7 +33807,7 @@ const _hoisted_1$M = {
|
|
|
33772
33807
|
};
|
|
33773
33808
|
const _hoisted_2$M = /* @__PURE__ */ createElementVNode("path", {
|
|
33774
33809
|
fill: "currentColor",
|
|
33775
|
-
d: "
|
|
33810
|
+
d: "M11 2a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H2V2h9m-7 8v4h7v-4H4m0 6v4h7v-4H4M4 4v4h7V4H4m11 7h3V8h2v3h3v2h-3v3h-2v-3h-3v-2Z"
|
|
33776
33811
|
}, null, -1);
|
|
33777
33812
|
const _hoisted_3$M = [
|
|
33778
33813
|
_hoisted_2$M
|
|
@@ -33780,7 +33815,7 @@ const _hoisted_3$M = [
|
|
|
33780
33815
|
function render$D(_ctx, _cache) {
|
|
33781
33816
|
return openBlock(), createElementBlock("svg", _hoisted_1$M, _hoisted_3$M);
|
|
33782
33817
|
}
|
|
33783
|
-
const
|
|
33818
|
+
const MdiTableColumnPlusAfter = { name: "mdi-table-column-plus-after", render: render$D };
|
|
33784
33819
|
const _hoisted_1$L = {
|
|
33785
33820
|
viewBox: "0 0 24 24",
|
|
33786
33821
|
width: "1.2em",
|
|
@@ -33788,7 +33823,7 @@ const _hoisted_1$L = {
|
|
|
33788
33823
|
};
|
|
33789
33824
|
const _hoisted_2$L = /* @__PURE__ */ createElementVNode("path", {
|
|
33790
33825
|
fill: "currentColor",
|
|
33791
|
-
d: "
|
|
33826
|
+
d: "M22 10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V3h2v2h4V3h2v2h4V3h2v2h4V3h2v7M4 10h4V7H4v3m6 0h4V7h-4v3m10 0V7h-4v3h4m-9 4h2v3h3v2h-3v3h-2v-3H8v-2h3v-3Z"
|
|
33792
33827
|
}, null, -1);
|
|
33793
33828
|
const _hoisted_3$L = [
|
|
33794
33829
|
_hoisted_2$L
|
|
@@ -33796,7 +33831,7 @@ const _hoisted_3$L = [
|
|
|
33796
33831
|
function render$C(_ctx, _cache) {
|
|
33797
33832
|
return openBlock(), createElementBlock("svg", _hoisted_1$L, _hoisted_3$L);
|
|
33798
33833
|
}
|
|
33799
|
-
const
|
|
33834
|
+
const MdiTableRowPlusAfter = { name: "mdi-table-row-plus-after", render: render$C };
|
|
33800
33835
|
const _hoisted_1$K = {
|
|
33801
33836
|
viewBox: "0 0 24 24",
|
|
33802
33837
|
width: "1.2em",
|
|
@@ -33804,7 +33839,7 @@ const _hoisted_1$K = {
|
|
|
33804
33839
|
};
|
|
33805
33840
|
const _hoisted_2$K = /* @__PURE__ */ createElementVNode("path", {
|
|
33806
33841
|
fill: "currentColor",
|
|
33807
|
-
d: "M22
|
|
33842
|
+
d: "M22 14a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v7h2v-2h4v2h2v-2h4v2h2v-2h4v2h2v-7M4 14h4v3H4v-3m6 0h4v3h-4v-3m10 0v3h-4v-3h4m-9-4h2V7h3V5h-3V2h-2v3H8v2h3v3Z"
|
|
33808
33843
|
}, null, -1);
|
|
33809
33844
|
const _hoisted_3$K = [
|
|
33810
33845
|
_hoisted_2$K
|
|
@@ -33812,7 +33847,7 @@ const _hoisted_3$K = [
|
|
|
33812
33847
|
function render$B(_ctx, _cache) {
|
|
33813
33848
|
return openBlock(), createElementBlock("svg", _hoisted_1$K, _hoisted_3$K);
|
|
33814
33849
|
}
|
|
33815
|
-
const
|
|
33850
|
+
const MdiTableRowPlusBefore = { name: "mdi-table-row-plus-before", render: render$B };
|
|
33816
33851
|
const _hoisted_1$J = {
|
|
33817
33852
|
viewBox: "0 0 24 24",
|
|
33818
33853
|
width: "1.2em",
|
|
@@ -33820,7 +33855,7 @@ const _hoisted_1$J = {
|
|
|
33820
33855
|
};
|
|
33821
33856
|
const _hoisted_2$J = /* @__PURE__ */ createElementVNode("path", {
|
|
33822
33857
|
fill: "currentColor",
|
|
33823
|
-
d: "
|
|
33858
|
+
d: "M4 2h7a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2m0 8v4h7v-4H4m0 6v4h7v-4H4M4 4v4h7V4H4m13.59 8L15 9.41L16.41 8L19 10.59L21.59 8L23 9.41L20.41 12L23 14.59L21.59 16L19 13.41L16.41 16L15 14.59L17.59 12Z"
|
|
33824
33859
|
}, null, -1);
|
|
33825
33860
|
const _hoisted_3$J = [
|
|
33826
33861
|
_hoisted_2$J
|
|
@@ -33828,7 +33863,7 @@ const _hoisted_3$J = [
|
|
|
33828
33863
|
function render$A(_ctx, _cache) {
|
|
33829
33864
|
return openBlock(), createElementBlock("svg", _hoisted_1$J, _hoisted_3$J);
|
|
33830
33865
|
}
|
|
33831
|
-
const
|
|
33866
|
+
const MdiTableColumnRemove = { name: "mdi-table-column-remove", render: render$A };
|
|
33832
33867
|
const _hoisted_1$I = {
|
|
33833
33868
|
viewBox: "0 0 24 24",
|
|
33834
33869
|
width: "1.2em",
|
|
@@ -33836,7 +33871,7 @@ const _hoisted_1$I = {
|
|
|
33836
33871
|
};
|
|
33837
33872
|
const _hoisted_2$I = /* @__PURE__ */ createElementVNode("path", {
|
|
33838
33873
|
fill: "currentColor",
|
|
33839
|
-
d: "
|
|
33874
|
+
d: "M9.41 13L12 15.59L14.59 13L16 14.41L13.41 17L16 19.59L14.59 21L12 18.41L9.41 21L8 19.59L10.59 17L8 14.41L9.41 13M22 9a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v3M4 9h4V6H4v3m6 0h4V6h-4v3m6 0h4V6h-4v3Z"
|
|
33840
33875
|
}, null, -1);
|
|
33841
33876
|
const _hoisted_3$I = [
|
|
33842
33877
|
_hoisted_2$I
|
|
@@ -33844,7 +33879,7 @@ const _hoisted_3$I = [
|
|
|
33844
33879
|
function render$z(_ctx, _cache) {
|
|
33845
33880
|
return openBlock(), createElementBlock("svg", _hoisted_1$I, _hoisted_3$I);
|
|
33846
33881
|
}
|
|
33847
|
-
const
|
|
33882
|
+
const MdiTableRowRemove = { name: "mdi-table-row-remove", render: render$z };
|
|
33848
33883
|
const _hoisted_1$H = {
|
|
33849
33884
|
viewBox: "0 0 24 24",
|
|
33850
33885
|
width: "1.2em",
|
|
@@ -33852,7 +33887,7 @@ const _hoisted_1$H = {
|
|
|
33852
33887
|
};
|
|
33853
33888
|
const _hoisted_2$H = /* @__PURE__ */ createElementVNode("path", {
|
|
33854
33889
|
fill: "currentColor",
|
|
33855
|
-
d: "
|
|
33890
|
+
d: "m15.46 15.88l1.42-1.42L19 16.59l2.12-2.13l1.42 1.42L20.41 18l2.13 2.12l-1.42 1.42L19 19.41l-2.12 2.13l-1.42-1.42L17.59 18l-2.13-2.12M4 3h14a2 2 0 0 1 2 2v7.08a6.01 6.01 0 0 0-4.32.92H12v4h1.08c-.11.68-.11 1.35 0 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2m0 4v4h6V7H4m8 0v4h6V7h-6m-8 6v4h6v-4H4Z"
|
|
33856
33891
|
}, null, -1);
|
|
33857
33892
|
const _hoisted_3$H = [
|
|
33858
33893
|
_hoisted_2$H
|
|
@@ -33860,7 +33895,7 @@ const _hoisted_3$H = [
|
|
|
33860
33895
|
function render$y(_ctx, _cache) {
|
|
33861
33896
|
return openBlock(), createElementBlock("svg", _hoisted_1$H, _hoisted_3$H);
|
|
33862
33897
|
}
|
|
33863
|
-
const
|
|
33898
|
+
const MdiTableRemove = { name: "mdi-table-remove", render: render$y };
|
|
33864
33899
|
const _hoisted_1$G = {
|
|
33865
33900
|
viewBox: "0 0 24 24",
|
|
33866
33901
|
width: "1.2em",
|
|
@@ -33868,7 +33903,7 @@ const _hoisted_1$G = {
|
|
|
33868
33903
|
};
|
|
33869
33904
|
const _hoisted_2$G = /* @__PURE__ */ createElementVNode("path", {
|
|
33870
33905
|
fill: "currentColor",
|
|
33871
|
-
d: "
|
|
33906
|
+
d: "M1 6v13a2 2 0 0 0 2 2h6V11h12V6a2 2 0 0 0-2-2H3a2 2 0 0 0-2 2m2 0h4v3H3m4 10H3v-3h4m0-2H3v-3h4m2-2V6h4v3m6 0h-4V6h4m-2 10a1 1 0 1 1-1 1a1 1 0 0 1 1-1m0-3a6.45 6.45 0 0 1 6 4a6.5 6.5 0 0 1-12 0a6.45 6.45 0 0 1 6-4m0 1.5a2.5 2.5 0 1 0 2.5 2.5a2.5 2.5 0 0 0-2.5-2.5"
|
|
33872
33907
|
}, null, -1);
|
|
33873
33908
|
const _hoisted_3$G = [
|
|
33874
33909
|
_hoisted_2$G
|
|
@@ -33876,7 +33911,7 @@ const _hoisted_3$G = [
|
|
|
33876
33911
|
function render$x(_ctx, _cache) {
|
|
33877
33912
|
return openBlock(), createElementBlock("svg", _hoisted_1$G, _hoisted_3$G);
|
|
33878
33913
|
}
|
|
33879
|
-
const
|
|
33914
|
+
const MdiTableHeadersEye = { name: "mdi-table-headers-eye", render: render$x };
|
|
33880
33915
|
const _hoisted_1$F = {
|
|
33881
33916
|
viewBox: "0 0 24 24",
|
|
33882
33917
|
width: "1.2em",
|
|
@@ -33884,7 +33919,7 @@ const _hoisted_1$F = {
|
|
|
33884
33919
|
};
|
|
33885
33920
|
const _hoisted_2$F = /* @__PURE__ */ createElementVNode("path", {
|
|
33886
33921
|
fill: "currentColor",
|
|
33887
|
-
d: "
|
|
33922
|
+
d: "M5 10H3V4h8v2H5v4m14 8h-6v2h8v-6h-2v4M5 18v-4H3v6h8v-2H5M21 4h-8v2h6v4h2V4M8 13v2l3-3l-3-3v2H3v2h5m8-2V9l-3 3l3 3v-2h5v-2h-5Z"
|
|
33888
33923
|
}, null, -1);
|
|
33889
33924
|
const _hoisted_3$F = [
|
|
33890
33925
|
_hoisted_2$F
|
|
@@ -33892,7 +33927,7 @@ const _hoisted_3$F = [
|
|
|
33892
33927
|
function render$w(_ctx, _cache) {
|
|
33893
33928
|
return openBlock(), createElementBlock("svg", _hoisted_1$F, _hoisted_3$F);
|
|
33894
33929
|
}
|
|
33895
|
-
const
|
|
33930
|
+
const MdiTableMergeCells = { name: "mdi-table-merge-cells", render: render$w };
|
|
33896
33931
|
const _hoisted_1$E = {
|
|
33897
33932
|
viewBox: "0 0 24 24",
|
|
33898
33933
|
width: "1.2em",
|
|
@@ -33900,7 +33935,7 @@ const _hoisted_1$E = {
|
|
|
33900
33935
|
};
|
|
33901
33936
|
const _hoisted_2$E = /* @__PURE__ */ createElementVNode("path", {
|
|
33902
33937
|
fill: "currentColor",
|
|
33903
|
-
d: "
|
|
33938
|
+
d: "M19 14h2v6H3v-6h2v4h14v-4M3 4v6h2V6h14v4h2V4H3m8 7v2H8v2l-3-3l3-3v2h3m5 0V9l3 3l-3 3v-2h-3v-2h3Z"
|
|
33904
33939
|
}, null, -1);
|
|
33905
33940
|
const _hoisted_3$E = [
|
|
33906
33941
|
_hoisted_2$E
|
|
@@ -33908,23 +33943,7 @@ const _hoisted_3$E = [
|
|
|
33908
33943
|
function render$v(_ctx, _cache) {
|
|
33909
33944
|
return openBlock(), createElementBlock("svg", _hoisted_1$E, _hoisted_3$E);
|
|
33910
33945
|
}
|
|
33911
|
-
const
|
|
33912
|
-
const _hoisted_1$D = {
|
|
33913
|
-
viewBox: "0 0 24 24",
|
|
33914
|
-
width: "1.2em",
|
|
33915
|
-
height: "1.2em"
|
|
33916
|
-
};
|
|
33917
|
-
const _hoisted_2$D = /* @__PURE__ */ createElementVNode("path", {
|
|
33918
|
-
fill: "currentColor",
|
|
33919
|
-
d: "M19 14h2v6H3v-6h2v4h14v-4M3 4v6h2V6h14v4h2V4H3m8 7v2H8v2l-3-3l3-3v2h3m5 0V9l3 3l-3 3v-2h-3v-2h3Z"
|
|
33920
|
-
}, null, -1);
|
|
33921
|
-
const _hoisted_3$D = [
|
|
33922
|
-
_hoisted_2$D
|
|
33923
|
-
];
|
|
33924
|
-
function render$u(_ctx, _cache) {
|
|
33925
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$D, _hoisted_3$D);
|
|
33926
|
-
}
|
|
33927
|
-
const MdiTableSplitCell = { name: "mdi-table-split-cell", render: render$u };
|
|
33946
|
+
const MdiTableSplitCell = { name: "mdi-table-split-cell", render: render$v };
|
|
33928
33947
|
const Table = Table$1.extend({
|
|
33929
33948
|
addExtensions() {
|
|
33930
33949
|
return [TableHeader, TableRow, TableCell];
|
|
@@ -34154,6 +34173,22 @@ const TextAlign$1 = Extension.create({
|
|
|
34154
34173
|
};
|
|
34155
34174
|
}
|
|
34156
34175
|
});
|
|
34176
|
+
const _hoisted_1$D = {
|
|
34177
|
+
viewBox: "0 0 24 24",
|
|
34178
|
+
width: "1.2em",
|
|
34179
|
+
height: "1.2em"
|
|
34180
|
+
};
|
|
34181
|
+
const _hoisted_2$D = /* @__PURE__ */ createElementVNode("path", {
|
|
34182
|
+
fill: "currentColor",
|
|
34183
|
+
d: "M3 3h18v2H3V3m0 4h12v2H3V7m0 4h18v2H3v-2m0 4h12v2H3v-2m0 4h18v2H3v-2Z"
|
|
34184
|
+
}, null, -1);
|
|
34185
|
+
const _hoisted_3$D = [
|
|
34186
|
+
_hoisted_2$D
|
|
34187
|
+
];
|
|
34188
|
+
function render$u(_ctx, _cache) {
|
|
34189
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$D, _hoisted_3$D);
|
|
34190
|
+
}
|
|
34191
|
+
const MdiFormatAlignLeft = { name: "mdi-format-align-left", render: render$u };
|
|
34157
34192
|
const _hoisted_1$C = {
|
|
34158
34193
|
viewBox: "0 0 24 24",
|
|
34159
34194
|
width: "1.2em",
|
|
@@ -34161,7 +34196,7 @@ const _hoisted_1$C = {
|
|
|
34161
34196
|
};
|
|
34162
34197
|
const _hoisted_2$C = /* @__PURE__ */ createElementVNode("path", {
|
|
34163
34198
|
fill: "currentColor",
|
|
34164
|
-
d: "M3
|
|
34199
|
+
d: "M3 3h18v2H3V3m4 4h10v2H7V7m-4 4h18v2H3v-2m4 4h10v2H7v-2m-4 4h18v2H3v-2Z"
|
|
34165
34200
|
}, null, -1);
|
|
34166
34201
|
const _hoisted_3$C = [
|
|
34167
34202
|
_hoisted_2$C
|
|
@@ -34169,7 +34204,7 @@ const _hoisted_3$C = [
|
|
|
34169
34204
|
function render$t(_ctx, _cache) {
|
|
34170
34205
|
return openBlock(), createElementBlock("svg", _hoisted_1$C, _hoisted_3$C);
|
|
34171
34206
|
}
|
|
34172
|
-
const
|
|
34207
|
+
const MdiFormatAlignCenter = { name: "mdi-format-align-center", render: render$t };
|
|
34173
34208
|
const _hoisted_1$B = {
|
|
34174
34209
|
viewBox: "0 0 24 24",
|
|
34175
34210
|
width: "1.2em",
|
|
@@ -34177,7 +34212,7 @@ const _hoisted_1$B = {
|
|
|
34177
34212
|
};
|
|
34178
34213
|
const _hoisted_2$B = /* @__PURE__ */ createElementVNode("path", {
|
|
34179
34214
|
fill: "currentColor",
|
|
34180
|
-
d: "M3
|
|
34215
|
+
d: "M3 3h18v2H3V3m6 4h12v2H9V7m-6 4h18v2H3v-2m6 4h12v2H9v-2m-6 4h18v2H3v-2Z"
|
|
34181
34216
|
}, null, -1);
|
|
34182
34217
|
const _hoisted_3$B = [
|
|
34183
34218
|
_hoisted_2$B
|
|
@@ -34185,7 +34220,7 @@ const _hoisted_3$B = [
|
|
|
34185
34220
|
function render$s(_ctx, _cache) {
|
|
34186
34221
|
return openBlock(), createElementBlock("svg", _hoisted_1$B, _hoisted_3$B);
|
|
34187
34222
|
}
|
|
34188
|
-
const
|
|
34223
|
+
const MdiFormatAlignRight = { name: "mdi-format-align-right", render: render$s };
|
|
34189
34224
|
const _hoisted_1$A = {
|
|
34190
34225
|
viewBox: "0 0 24 24",
|
|
34191
34226
|
width: "1.2em",
|
|
@@ -34193,7 +34228,7 @@ const _hoisted_1$A = {
|
|
|
34193
34228
|
};
|
|
34194
34229
|
const _hoisted_2$A = /* @__PURE__ */ createElementVNode("path", {
|
|
34195
34230
|
fill: "currentColor",
|
|
34196
|
-
d: "M3
|
|
34231
|
+
d: "M3 3h18v2H3V3m0 4h18v2H3V7m0 4h18v2H3v-2m0 4h18v2H3v-2m0 4h18v2H3v-2Z"
|
|
34197
34232
|
}, null, -1);
|
|
34198
34233
|
const _hoisted_3$A = [
|
|
34199
34234
|
_hoisted_2$A
|
|
@@ -34201,23 +34236,7 @@ const _hoisted_3$A = [
|
|
|
34201
34236
|
function render$r(_ctx, _cache) {
|
|
34202
34237
|
return openBlock(), createElementBlock("svg", _hoisted_1$A, _hoisted_3$A);
|
|
34203
34238
|
}
|
|
34204
|
-
const
|
|
34205
|
-
const _hoisted_1$z = {
|
|
34206
|
-
viewBox: "0 0 24 24",
|
|
34207
|
-
width: "1.2em",
|
|
34208
|
-
height: "1.2em"
|
|
34209
|
-
};
|
|
34210
|
-
const _hoisted_2$z = /* @__PURE__ */ createElementVNode("path", {
|
|
34211
|
-
fill: "currentColor",
|
|
34212
|
-
d: "M3 3h18v2H3V3m0 4h18v2H3V7m0 4h18v2H3v-2m0 4h18v2H3v-2m0 4h18v2H3v-2Z"
|
|
34213
|
-
}, null, -1);
|
|
34214
|
-
const _hoisted_3$z = [
|
|
34215
|
-
_hoisted_2$z
|
|
34216
|
-
];
|
|
34217
|
-
function render$q(_ctx, _cache) {
|
|
34218
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$z, _hoisted_3$z);
|
|
34219
|
-
}
|
|
34220
|
-
const MdiFormatAlignJustify = { name: "mdi-format-align-justify", render: render$q };
|
|
34239
|
+
const MdiFormatAlignJustify = { name: "mdi-format-align-justify", render: render$r };
|
|
34221
34240
|
const TextAlign = TextAlign$1.extend({
|
|
34222
34241
|
addOptions() {
|
|
34223
34242
|
var _a;
|
|
@@ -35694,25 +35713,25 @@ const Link$1 = Mark2.create({
|
|
|
35694
35713
|
return plugins;
|
|
35695
35714
|
}
|
|
35696
35715
|
});
|
|
35697
|
-
const _hoisted_1$
|
|
35716
|
+
const _hoisted_1$z = {
|
|
35698
35717
|
viewBox: "0 0 24 24",
|
|
35699
35718
|
width: "1.2em",
|
|
35700
35719
|
height: "1.2em"
|
|
35701
35720
|
};
|
|
35702
|
-
const _hoisted_2$
|
|
35721
|
+
const _hoisted_2$z = /* @__PURE__ */ createElementVNode("path", {
|
|
35703
35722
|
fill: "currentColor",
|
|
35704
35723
|
d: "M10.59 13.41c.41.39.41 1.03 0 1.42c-.39.39-1.03.39-1.42 0a5.003 5.003 0 0 1 0-7.07l3.54-3.54a5.003 5.003 0 0 1 7.07 0a5.003 5.003 0 0 1 0 7.07l-1.49 1.49c.01-.82-.12-1.64-.4-2.42l.47-.48a2.982 2.982 0 0 0 0-4.24a2.982 2.982 0 0 0-4.24 0l-3.53 3.53a2.982 2.982 0 0 0 0 4.24m2.82-4.24c.39-.39 1.03-.39 1.42 0a5.003 5.003 0 0 1 0 7.07l-3.54 3.54a5.003 5.003 0 0 1-7.07 0a5.003 5.003 0 0 1 0-7.07l1.49-1.49c-.01.82.12 1.64.4 2.43l-.47.47a2.982 2.982 0 0 0 0 4.24a2.982 2.982 0 0 0 4.24 0l3.53-3.53a2.982 2.982 0 0 0 0-4.24a.973.973 0 0 1 0-1.42Z"
|
|
35705
35724
|
}, null, -1);
|
|
35706
|
-
const _hoisted_3$
|
|
35707
|
-
_hoisted_2$
|
|
35725
|
+
const _hoisted_3$z = [
|
|
35726
|
+
_hoisted_2$z
|
|
35708
35727
|
];
|
|
35709
|
-
function render$
|
|
35710
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
35728
|
+
function render$q(_ctx, _cache) {
|
|
35729
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$z, _hoisted_3$z);
|
|
35711
35730
|
}
|
|
35712
|
-
const MdiLinkVariant = { name: "mdi-link-variant", render: render$
|
|
35713
|
-
const _hoisted_1$
|
|
35714
|
-
const _hoisted_2$
|
|
35715
|
-
const _hoisted_3$
|
|
35731
|
+
const MdiLinkVariant = { name: "mdi-link-variant", render: render$q };
|
|
35732
|
+
const _hoisted_1$y = { class: "relative rounded-md bg-white overflow-hidden drop-shadow w-96 p-1 max-h-72 overflow-y-auto" };
|
|
35733
|
+
const _hoisted_2$y = ["placeholder"];
|
|
35734
|
+
const _hoisted_3$y = { class: "inline-flex items-center mt-2" };
|
|
35716
35735
|
const _hoisted_4$5 = { class: "ml-2 text-sm text-gray-500" };
|
|
35717
35736
|
const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
35718
35737
|
__name: "LinkBubbleButton",
|
|
@@ -35757,12 +35776,12 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
35757
35776
|
distance: 10
|
|
35758
35777
|
}, {
|
|
35759
35778
|
popper: withCtx(() => [
|
|
35760
|
-
createElementVNode("div", _hoisted_1$
|
|
35779
|
+
createElementVNode("div", _hoisted_1$y, [
|
|
35761
35780
|
withDirectives(createElementVNode("input", {
|
|
35762
35781
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => isRef(href) ? href.value = $event : null),
|
|
35763
35782
|
placeholder: unref(i18n).global.t("editor.extensions.link.placeholder"),
|
|
35764
35783
|
class: "bg-gray-50 rounded-md hover:bg-gray-100 block px-2 w-full py-1.5 text-sm text-gray-900 border border-gray-300 focus:ring-blue-500 focus:border-blue-500"
|
|
35765
|
-
}, null, 8, _hoisted_2$
|
|
35784
|
+
}, null, 8, _hoisted_2$y), [
|
|
35766
35785
|
[
|
|
35767
35786
|
vModelText,
|
|
35768
35787
|
unref(href),
|
|
@@ -35770,7 +35789,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
35770
35789
|
{ lazy: true }
|
|
35771
35790
|
]
|
|
35772
35791
|
]),
|
|
35773
|
-
createElementVNode("label", _hoisted_3$
|
|
35792
|
+
createElementVNode("label", _hoisted_3$y, [
|
|
35774
35793
|
withDirectives(createElementVNode("input", {
|
|
35775
35794
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => isRef(target) ? target.value = $event : null),
|
|
35776
35795
|
type: "checkbox",
|
|
@@ -35799,38 +35818,38 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
35799
35818
|
};
|
|
35800
35819
|
}
|
|
35801
35820
|
});
|
|
35802
|
-
const _hoisted_1$
|
|
35821
|
+
const _hoisted_1$x = {
|
|
35803
35822
|
viewBox: "0 0 24 24",
|
|
35804
35823
|
width: "1.2em",
|
|
35805
35824
|
height: "1.2em"
|
|
35806
35825
|
};
|
|
35807
|
-
const _hoisted_2$
|
|
35826
|
+
const _hoisted_2$x = /* @__PURE__ */ createElementVNode("path", {
|
|
35808
35827
|
fill: "currentColor",
|
|
35809
35828
|
d: "M2 5.27L3.28 4L20 20.72L18.73 22l-4.83-4.83l-2.61 2.61a5.003 5.003 0 0 1-7.07 0a5.003 5.003 0 0 1 0-7.07l1.49-1.49c-.01.82.12 1.64.4 2.43l-.47.47a2.982 2.982 0 0 0 0 4.24a2.982 2.982 0 0 0 4.24 0l2.62-2.6l-1.62-1.61c-.01.24-.11.49-.29.68c-.39.39-1.03.39-1.42 0A4.973 4.973 0 0 1 7.72 11L2 5.27m10.71-1.05a5.003 5.003 0 0 1 7.07 0a5.003 5.003 0 0 1 0 7.07l-1.49 1.49c.01-.82-.12-1.64-.4-2.42l.47-.48a2.982 2.982 0 0 0 0-4.24a2.982 2.982 0 0 0-4.24 0l-3.33 3.33l-1.41-1.42l3.33-3.33m.7 4.95c.39-.39 1.03-.39 1.42 0a4.999 4.999 0 0 1 1.23 5.06l-1.78-1.77c-.05-.68-.34-1.35-.87-1.87a.973.973 0 0 1 0-1.42Z"
|
|
35810
35829
|
}, null, -1);
|
|
35811
|
-
const _hoisted_3$
|
|
35812
|
-
_hoisted_2$
|
|
35830
|
+
const _hoisted_3$x = [
|
|
35831
|
+
_hoisted_2$x
|
|
35813
35832
|
];
|
|
35814
|
-
function render$
|
|
35815
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
35833
|
+
function render$p(_ctx, _cache) {
|
|
35834
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$x, _hoisted_3$x);
|
|
35816
35835
|
}
|
|
35817
|
-
const MdiLinkVariantOff = { name: "mdi-link-variant-off", render: render$
|
|
35818
|
-
const _hoisted_1$
|
|
35836
|
+
const MdiLinkVariantOff = { name: "mdi-link-variant-off", render: render$p };
|
|
35837
|
+
const _hoisted_1$w = {
|
|
35819
35838
|
viewBox: "0 0 24 24",
|
|
35820
35839
|
width: "1.2em",
|
|
35821
35840
|
height: "1.2em"
|
|
35822
35841
|
};
|
|
35823
|
-
const _hoisted_2$
|
|
35842
|
+
const _hoisted_2$w = /* @__PURE__ */ createElementVNode("path", {
|
|
35824
35843
|
fill: "currentColor",
|
|
35825
35844
|
d: "m21 12l-7-7v4C7 10 4 15 3 20c2.5-3.5 6-5.1 11-5.1V19l7-7Z"
|
|
35826
35845
|
}, null, -1);
|
|
35827
|
-
const _hoisted_3$
|
|
35828
|
-
_hoisted_2$
|
|
35846
|
+
const _hoisted_3$w = [
|
|
35847
|
+
_hoisted_2$w
|
|
35829
35848
|
];
|
|
35830
|
-
function render$
|
|
35831
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
35849
|
+
function render$o(_ctx, _cache) {
|
|
35850
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$w, _hoisted_3$w);
|
|
35832
35851
|
}
|
|
35833
|
-
const MdiShare = { name: "mdi-share", render: render$
|
|
35852
|
+
const MdiShare = { name: "mdi-share", render: render$o };
|
|
35834
35853
|
const Link = Link$1.extend({
|
|
35835
35854
|
addOptions() {
|
|
35836
35855
|
var _a;
|
|
@@ -35959,25 +35978,25 @@ const Color$1 = Extension.create({
|
|
|
35959
35978
|
};
|
|
35960
35979
|
}
|
|
35961
35980
|
});
|
|
35962
|
-
const _hoisted_1$
|
|
35981
|
+
const _hoisted_1$v = {
|
|
35963
35982
|
viewBox: "0 0 24 24",
|
|
35964
35983
|
width: "1.2em",
|
|
35965
35984
|
height: "1.2em"
|
|
35966
35985
|
};
|
|
35967
|
-
const _hoisted_2$
|
|
35986
|
+
const _hoisted_2$v = /* @__PURE__ */ createElementVNode("path", {
|
|
35968
35987
|
d: "M9.624 11.998L12 5.665l2.375 6.333m-3.375-9l-5.5 14h2.25l1.125-3h6.25l1.125 3h2.25l-5.5-14h-2z",
|
|
35969
35988
|
fill: "currentColor"
|
|
35970
35989
|
}, null, -1);
|
|
35971
|
-
const _hoisted_3$
|
|
35972
|
-
_hoisted_2$
|
|
35990
|
+
const _hoisted_3$v = [
|
|
35991
|
+
_hoisted_2$v
|
|
35973
35992
|
];
|
|
35974
|
-
function render$
|
|
35975
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
35993
|
+
function render$n(_ctx, _cache) {
|
|
35994
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$v, _hoisted_3$v);
|
|
35976
35995
|
}
|
|
35977
|
-
const MdiFormatColor = { name: "mdi-format-color", render: render$
|
|
35978
|
-
const _hoisted_1$
|
|
35979
|
-
const _hoisted_2$
|
|
35980
|
-
const _hoisted_3$
|
|
35996
|
+
const MdiFormatColor = { name: "mdi-format-color", render: render$n };
|
|
35997
|
+
const _hoisted_1$u = { class: "p-1" };
|
|
35998
|
+
const _hoisted_2$u = /* @__PURE__ */ createElementVNode("div", { class: "h-5 w-5 rounded-sm cursor-pointer hover:ring-1 ring-offset-1 ring-gray-300 bg-black" }, null, -1);
|
|
35999
|
+
const _hoisted_3$u = { class: "text-xs text-gray-600" };
|
|
35981
36000
|
const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
35982
36001
|
__name: "ColorToolbarItem",
|
|
35983
36002
|
props: {
|
|
@@ -36004,13 +36023,13 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
36004
36023
|
return (_ctx, _cache) => {
|
|
36005
36024
|
return openBlock(), createBlock(_sfc_main$b, { "onUpdate:modelValue": handleSetColor }, {
|
|
36006
36025
|
prefix: withCtx(() => [
|
|
36007
|
-
createElementVNode("div", _hoisted_1$
|
|
36026
|
+
createElementVNode("div", _hoisted_1$u, [
|
|
36008
36027
|
createElementVNode("div", {
|
|
36009
36028
|
class: "flex items-center gap-2 rounded cursor-pointer hover:bg-gray-100 p-1",
|
|
36010
36029
|
onClick: handleUnsetColor
|
|
36011
36030
|
}, [
|
|
36012
|
-
_hoisted_2$
|
|
36013
|
-
createElementVNode("span", _hoisted_3$
|
|
36031
|
+
_hoisted_2$u,
|
|
36032
|
+
createElementVNode("span", _hoisted_3$u, toDisplayString$1(unref(i18n).global.t("editor.common.button.restore_default")), 1)
|
|
36014
36033
|
])
|
|
36015
36034
|
])
|
|
36016
36035
|
]),
|
|
@@ -36022,9 +36041,9 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
36022
36041
|
};
|
|
36023
36042
|
}
|
|
36024
36043
|
});
|
|
36025
|
-
const _hoisted_1$
|
|
36026
|
-
const _hoisted_2$
|
|
36027
|
-
const _hoisted_3$
|
|
36044
|
+
const _hoisted_1$t = { class: "p-1" };
|
|
36045
|
+
const _hoisted_2$t = /* @__PURE__ */ createElementVNode("div", { class: "h-5 w-5 rounded-sm cursor-pointer hover:ring-1 ring-offset-1 ring-gray-300 bg-black" }, null, -1);
|
|
36046
|
+
const _hoisted_3$t = { class: "text-xs text-gray-600" };
|
|
36028
36047
|
const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
36029
36048
|
__name: "ColorBubbleItem",
|
|
36030
36049
|
props: {
|
|
@@ -36051,13 +36070,13 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
36051
36070
|
return (_ctx, _cache) => {
|
|
36052
36071
|
return openBlock(), createBlock(_sfc_main$b, { "onUpdate:modelValue": handleSetColor }, {
|
|
36053
36072
|
prefix: withCtx(() => [
|
|
36054
|
-
createElementVNode("div", _hoisted_1$
|
|
36073
|
+
createElementVNode("div", _hoisted_1$t, [
|
|
36055
36074
|
createElementVNode("div", {
|
|
36056
36075
|
class: "flex items-center gap-2 rounded cursor-pointer hover:bg-gray-100 p-1",
|
|
36057
36076
|
onClick: handleUnsetColor
|
|
36058
36077
|
}, [
|
|
36059
|
-
_hoisted_2$
|
|
36060
|
-
createElementVNode("span", _hoisted_3$
|
|
36078
|
+
_hoisted_2$t,
|
|
36079
|
+
createElementVNode("span", _hoisted_3$t, toDisplayString$1(unref(i18n).global.t("editor.common.button.restore_default")), 1)
|
|
36061
36080
|
])
|
|
36062
36081
|
])
|
|
36063
36082
|
]),
|
|
@@ -36104,22 +36123,22 @@ const Color = Color$1.extend({
|
|
|
36104
36123
|
return [TextStyle];
|
|
36105
36124
|
}
|
|
36106
36125
|
});
|
|
36107
|
-
const _hoisted_1$
|
|
36126
|
+
const _hoisted_1$s = {
|
|
36108
36127
|
viewBox: "0 0 24 24",
|
|
36109
36128
|
width: "1.2em",
|
|
36110
36129
|
height: "1.2em"
|
|
36111
36130
|
};
|
|
36112
|
-
const _hoisted_2$
|
|
36131
|
+
const _hoisted_2$s = /* @__PURE__ */ createElementVNode("path", {
|
|
36113
36132
|
fill: "currentColor",
|
|
36114
36133
|
d: "M2 4v3h5v12h3V7h5V4H2m19 5h-9v3h3v7h3v-7h3V9Z"
|
|
36115
36134
|
}, null, -1);
|
|
36116
|
-
const _hoisted_3$
|
|
36117
|
-
_hoisted_2$
|
|
36135
|
+
const _hoisted_3$s = [
|
|
36136
|
+
_hoisted_2$s
|
|
36118
36137
|
];
|
|
36119
|
-
function render$
|
|
36120
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
36138
|
+
function render$m(_ctx, _cache) {
|
|
36139
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$s, _hoisted_3$s);
|
|
36121
36140
|
}
|
|
36122
|
-
const MdiFormatSize = { name: "mdi-format-size", render: render$
|
|
36141
|
+
const MdiFormatSize = { name: "mdi-format-size", render: render$m };
|
|
36123
36142
|
const FontSize = Extension.create({
|
|
36124
36143
|
name: "fontSize",
|
|
36125
36144
|
addOptions() {
|
|
@@ -36926,9 +36945,9 @@ function Suggestion({ pluginKey = SuggestionPluginKey, editor, char = "@", allow
|
|
|
36926
36945
|
});
|
|
36927
36946
|
return plugin2;
|
|
36928
36947
|
}
|
|
36929
|
-
const _hoisted_1$
|
|
36930
|
-
const _hoisted_2$
|
|
36931
|
-
const _hoisted_3$
|
|
36948
|
+
const _hoisted_1$r = { class: "command-items" };
|
|
36949
|
+
const _hoisted_2$r = ["id", "onClick"];
|
|
36950
|
+
const _hoisted_3$r = { class: "command-title group-hover:text-gray-900 group-hover:font-medium" };
|
|
36932
36951
|
const _hoisted_4$4 = {
|
|
36933
36952
|
key: 1,
|
|
36934
36953
|
class: "command-empty"
|
|
@@ -37000,7 +37019,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
37000
37019
|
onKeyDown
|
|
37001
37020
|
});
|
|
37002
37021
|
return (_ctx, _cache) => {
|
|
37003
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
37022
|
+
return openBlock(), createElementBlock("div", _hoisted_1$r, [
|
|
37004
37023
|
__props.items.length ? (openBlock(true), createElementBlock(Fragment$1, { key: 0 }, renderList(__props.items, (item, index2) => {
|
|
37005
37024
|
return openBlock(), createElementBlock("div", {
|
|
37006
37025
|
id: `command-item-${index2}`,
|
|
@@ -37009,8 +37028,8 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
37009
37028
|
onClick: ($event) => handleSelectItem(index2)
|
|
37010
37029
|
}, [
|
|
37011
37030
|
(openBlock(), createBlock(resolveDynamicComponent(item.icon), { class: "command-icon group-hover:!bg-white" })),
|
|
37012
|
-
createElementVNode("span", _hoisted_3$
|
|
37013
|
-
], 10, _hoisted_2$
|
|
37031
|
+
createElementVNode("span", _hoisted_3$r, toDisplayString$1(unref(i18n).global.t(item.title)), 1)
|
|
37032
|
+
], 10, _hoisted_2$r);
|
|
37014
37033
|
}), 128)) : (openBlock(), createElementBlock("div", _hoisted_4$4, [
|
|
37015
37034
|
createElementVNode("span", null, toDisplayString$1(unref(i18n).global.t("editor.extensions.commands_menu.no_results")), 1)
|
|
37016
37035
|
]))
|
|
@@ -53336,9 +53355,9 @@ function xml(hljs) {
|
|
|
53336
53355
|
};
|
|
53337
53356
|
}
|
|
53338
53357
|
lowlight.registerLanguage("html", xml);
|
|
53339
|
-
const _hoisted_1$
|
|
53340
|
-
const _hoisted_2$
|
|
53341
|
-
const _hoisted_3$
|
|
53358
|
+
const _hoisted_1$q = { class: "py-1.5" };
|
|
53359
|
+
const _hoisted_2$q = /* @__PURE__ */ createElementVNode("option", { value: null }, "auto", -1);
|
|
53360
|
+
const _hoisted_3$q = ["value"];
|
|
53342
53361
|
const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
53343
53362
|
__name: "CodeBlockViewRenderer",
|
|
53344
53363
|
props: {
|
|
@@ -53375,18 +53394,18 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
53375
53394
|
selected: __props.selected
|
|
53376
53395
|
}, {
|
|
53377
53396
|
content: withCtx(() => [
|
|
53378
|
-
createElementVNode("div", _hoisted_1$
|
|
53397
|
+
createElementVNode("div", _hoisted_1$q, [
|
|
53379
53398
|
withDirectives(createElementVNode("select", {
|
|
53380
53399
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => isRef(selectedLanguage) ? selectedLanguage.value = $event : null),
|
|
53381
53400
|
contenteditable: "false",
|
|
53382
53401
|
class: "block px-2 py-1.5 text-sm text-gray-900 border border-gray-300 rounded-md bg-gray-50 focus:ring-blue-500 focus:border-blue-500"
|
|
53383
53402
|
}, [
|
|
53384
|
-
_hoisted_2$
|
|
53403
|
+
_hoisted_2$q,
|
|
53385
53404
|
(openBlock(true), createElementBlock(Fragment$1, null, renderList(unref(languages), (language, index2) => {
|
|
53386
53405
|
return openBlock(), createElementBlock("option", {
|
|
53387
53406
|
key: index2,
|
|
53388
53407
|
value: language
|
|
53389
|
-
}, toDisplayString$1(language), 9, _hoisted_3$
|
|
53408
|
+
}, toDisplayString$1(language), 9, _hoisted_3$q);
|
|
53390
53409
|
}), 128))
|
|
53391
53410
|
], 512), [
|
|
53392
53411
|
[vModelSelect, unref(selectedLanguage)]
|
|
@@ -53407,23 +53426,102 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
53407
53426
|
};
|
|
53408
53427
|
}
|
|
53409
53428
|
});
|
|
53410
|
-
const _hoisted_1$
|
|
53429
|
+
const _hoisted_1$p = {
|
|
53411
53430
|
viewBox: "0 0 24 24",
|
|
53412
53431
|
width: "1.2em",
|
|
53413
53432
|
height: "1.2em"
|
|
53414
53433
|
};
|
|
53415
|
-
const _hoisted_2$
|
|
53434
|
+
const _hoisted_2$p = /* @__PURE__ */ createElementVNode("path", {
|
|
53416
53435
|
fill: "currentColor",
|
|
53417
53436
|
d: "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m-8 5H9v2c0 1.1-.9 2-2 2c1.1 0 2 .9 2 2v2h2v2H9c-1.1 0-2-.9-2-2v-1c0-1.1-.9-2-2-2v-2c1.1 0 2-.9 2-2V8c0-1.1.9-2 2-2h2v2m8 5c-1.1 0-2 .9-2 2v1c0 1.1-.9 2-2 2h-2v-2h2v-2c0-1.1.9-2 2-2c-1.1 0-2-.9-2-2V8h-2V6h2c1.1 0 2 .9 2 2v1c0 1.1.9 2 2 2v2Z"
|
|
53418
53437
|
}, null, -1);
|
|
53419
|
-
const _hoisted_3$
|
|
53420
|
-
_hoisted_2$
|
|
53438
|
+
const _hoisted_3$p = [
|
|
53439
|
+
_hoisted_2$p
|
|
53421
53440
|
];
|
|
53422
|
-
function render$
|
|
53423
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
53441
|
+
function render$l(_ctx, _cache) {
|
|
53442
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$p, _hoisted_3$p);
|
|
53424
53443
|
}
|
|
53425
|
-
const MdiCodeBracesBox = { name: "mdi-code-braces-box", render: render$
|
|
53444
|
+
const MdiCodeBracesBox = { name: "mdi-code-braces-box", render: render$l };
|
|
53445
|
+
const updateIndent = (tr2, type) => {
|
|
53446
|
+
const { doc: doc2, selection } = tr2;
|
|
53447
|
+
if (!doc2 || !selection)
|
|
53448
|
+
return tr2;
|
|
53449
|
+
if (!(selection instanceof TextSelection)) {
|
|
53450
|
+
return tr2;
|
|
53451
|
+
}
|
|
53452
|
+
const { from: from2, to } = selection;
|
|
53453
|
+
doc2.nodesBetween(from2, to, (node, pos) => {
|
|
53454
|
+
if (from2 - to == 0 && type === "indent") {
|
|
53455
|
+
tr2.insertText(" ", from2, to);
|
|
53456
|
+
return false;
|
|
53457
|
+
}
|
|
53458
|
+
const precedeContent = doc2.textBetween(pos + 1, from2, "\n");
|
|
53459
|
+
const precedeLineBreakPos = precedeContent.lastIndexOf("\n");
|
|
53460
|
+
const startBetWeenIndex = precedeLineBreakPos === -1 ? pos + 1 : pos + precedeLineBreakPos + 1;
|
|
53461
|
+
const text = doc2.textBetween(startBetWeenIndex, to, "\n");
|
|
53462
|
+
if (type === "indent") {
|
|
53463
|
+
let replacedStr = text.replace(/\n/g, "\n ");
|
|
53464
|
+
if (startBetWeenIndex === pos + 1) {
|
|
53465
|
+
replacedStr = " " + replacedStr;
|
|
53466
|
+
}
|
|
53467
|
+
tr2.insertText(replacedStr, startBetWeenIndex, to);
|
|
53468
|
+
} else {
|
|
53469
|
+
let replacedStr = text.replace(/\n\t/g, "\n");
|
|
53470
|
+
if (startBetWeenIndex === pos + 1) {
|
|
53471
|
+
const firstNewLineIndex = replacedStr.indexOf(" ");
|
|
53472
|
+
if (firstNewLineIndex == 0) {
|
|
53473
|
+
replacedStr = replacedStr.replace(" ", "");
|
|
53474
|
+
}
|
|
53475
|
+
}
|
|
53476
|
+
tr2.insertText(replacedStr, startBetWeenIndex, to);
|
|
53477
|
+
}
|
|
53478
|
+
return false;
|
|
53479
|
+
});
|
|
53480
|
+
return tr2;
|
|
53481
|
+
};
|
|
53426
53482
|
const ExtensionCodeBlock = CodeBlockLowlight.extend({
|
|
53483
|
+
addCommands() {
|
|
53484
|
+
var _a;
|
|
53485
|
+
return {
|
|
53486
|
+
...(_a = this.parent) == null ? void 0 : _a.call(this),
|
|
53487
|
+
codeIndent: () => ({ tr: tr2, state, dispatch }) => {
|
|
53488
|
+
const { selection } = state;
|
|
53489
|
+
tr2 = tr2.setSelection(selection);
|
|
53490
|
+
tr2 = updateIndent(tr2, "indent");
|
|
53491
|
+
if (tr2.docChanged && dispatch) {
|
|
53492
|
+
dispatch(tr2);
|
|
53493
|
+
return true;
|
|
53494
|
+
}
|
|
53495
|
+
return false;
|
|
53496
|
+
},
|
|
53497
|
+
codeOutdent: () => ({ tr: tr2, state, dispatch }) => {
|
|
53498
|
+
const { selection } = state;
|
|
53499
|
+
tr2 = tr2.setSelection(selection);
|
|
53500
|
+
tr2 = updateIndent(tr2, "outdent");
|
|
53501
|
+
if (tr2.docChanged && dispatch) {
|
|
53502
|
+
dispatch(tr2);
|
|
53503
|
+
return true;
|
|
53504
|
+
}
|
|
53505
|
+
return false;
|
|
53506
|
+
}
|
|
53507
|
+
};
|
|
53508
|
+
},
|
|
53509
|
+
addKeyboardShortcuts() {
|
|
53510
|
+
return {
|
|
53511
|
+
Tab: () => {
|
|
53512
|
+
if (this.editor.isActive("codeBlock")) {
|
|
53513
|
+
return this.editor.chain().focus().codeIndent().run();
|
|
53514
|
+
}
|
|
53515
|
+
return;
|
|
53516
|
+
},
|
|
53517
|
+
"Shift-Tab": () => {
|
|
53518
|
+
if (this.editor.isActive("codeBlock")) {
|
|
53519
|
+
return this.editor.chain().focus().codeOutdent().run();
|
|
53520
|
+
}
|
|
53521
|
+
return;
|
|
53522
|
+
}
|
|
53523
|
+
};
|
|
53524
|
+
},
|
|
53427
53525
|
addNodeView() {
|
|
53428
53526
|
return VueNodeViewRenderer(_sfc_main$4);
|
|
53429
53527
|
},
|
|
@@ -53487,13 +53585,29 @@ const ExtensionCodeBlock = CodeBlockLowlight.extend({
|
|
|
53487
53585
|
};
|
|
53488
53586
|
}
|
|
53489
53587
|
});
|
|
53588
|
+
const _hoisted_1$o = {
|
|
53589
|
+
viewBox: "0 0 24 24",
|
|
53590
|
+
width: "1.2em",
|
|
53591
|
+
height: "1.2em"
|
|
53592
|
+
};
|
|
53593
|
+
const _hoisted_2$o = /* @__PURE__ */ createElementVNode("path", {
|
|
53594
|
+
d: "M16 18H7V4h9m-4.5 18a1.5 1.5 0 0 1-1.5-1.5a1.5 1.5 0 0 1 1.5-1.5a1.5 1.5 0 0 1 1.5 1.5a1.5 1.5 0 0 1-1.5 1.5m4-21h-8A2.5 2.5 0 0 0 5 3.5v17A2.5 2.5 0 0 0 7.5 23h8a2.5 2.5 0 0 0 2.5-2.5v-17A2.5 2.5 0 0 0 15.5 1z",
|
|
53595
|
+
fill: "currentColor"
|
|
53596
|
+
}, null, -1);
|
|
53597
|
+
const _hoisted_3$o = [
|
|
53598
|
+
_hoisted_2$o
|
|
53599
|
+
];
|
|
53600
|
+
function render$k(_ctx, _cache) {
|
|
53601
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$o, _hoisted_3$o);
|
|
53602
|
+
}
|
|
53603
|
+
const MdiCellphoneIphone = { name: "mdi-cellphone-iphone", render: render$k };
|
|
53490
53604
|
const _hoisted_1$n = {
|
|
53491
53605
|
viewBox: "0 0 24 24",
|
|
53492
53606
|
width: "1.2em",
|
|
53493
53607
|
height: "1.2em"
|
|
53494
53608
|
};
|
|
53495
53609
|
const _hoisted_2$n = /* @__PURE__ */ createElementVNode("path", {
|
|
53496
|
-
d: "
|
|
53610
|
+
d: "M19 19H4V3h15m-7.5 20a1.5 1.5 0 0 1-1.5-1.5a1.5 1.5 0 0 1 1.5-1.5a1.5 1.5 0 0 1 1.5 1.5a1.5 1.5 0 0 1-1.5 1.5m7-23h-14A2.5 2.5 0 0 0 2 2.5v19A2.5 2.5 0 0 0 4.5 24h14a2.5 2.5 0 0 0 2.5-2.5v-19A2.5 2.5 0 0 0 18.5 0z",
|
|
53497
53611
|
fill: "currentColor"
|
|
53498
53612
|
}, null, -1);
|
|
53499
53613
|
const _hoisted_3$n = [
|
|
@@ -53502,15 +53616,15 @@ const _hoisted_3$n = [
|
|
|
53502
53616
|
function render$j(_ctx, _cache) {
|
|
53503
53617
|
return openBlock(), createElementBlock("svg", _hoisted_1$n, _hoisted_3$n);
|
|
53504
53618
|
}
|
|
53505
|
-
const
|
|
53619
|
+
const MdiTabletIpad = { name: "mdi-tablet-ipad", render: render$j };
|
|
53506
53620
|
const _hoisted_1$m = {
|
|
53507
53621
|
viewBox: "0 0 24 24",
|
|
53508
53622
|
width: "1.2em",
|
|
53509
53623
|
height: "1.2em"
|
|
53510
53624
|
};
|
|
53511
53625
|
const _hoisted_2$m = /* @__PURE__ */ createElementVNode("path", {
|
|
53512
|
-
|
|
53513
|
-
|
|
53626
|
+
fill: "currentColor",
|
|
53627
|
+
d: "M21 14H3V4h18m0-2H3c-1.11 0-2 .89-2 2v12a2 2 0 0 0 2 2h7l-2 3v1h8v-1l-2-3h7a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2Z"
|
|
53514
53628
|
}, null, -1);
|
|
53515
53629
|
const _hoisted_3$m = [
|
|
53516
53630
|
_hoisted_2$m
|
|
@@ -53518,7 +53632,7 @@ const _hoisted_3$m = [
|
|
|
53518
53632
|
function render$i(_ctx, _cache) {
|
|
53519
53633
|
return openBlock(), createElementBlock("svg", _hoisted_1$m, _hoisted_3$m);
|
|
53520
53634
|
}
|
|
53521
|
-
const
|
|
53635
|
+
const MdiDesktopMac = { name: "mdi-desktop-mac", render: render$i };
|
|
53522
53636
|
const _hoisted_1$l = {
|
|
53523
53637
|
viewBox: "0 0 24 24",
|
|
53524
53638
|
width: "1.2em",
|
|
@@ -53526,7 +53640,7 @@ const _hoisted_1$l = {
|
|
|
53526
53640
|
};
|
|
53527
53641
|
const _hoisted_2$l = /* @__PURE__ */ createElementVNode("path", {
|
|
53528
53642
|
fill: "currentColor",
|
|
53529
|
-
d: "
|
|
53643
|
+
d: "M3 21V3h18v18H3M5 5v14h14V5H5Z"
|
|
53530
53644
|
}, null, -1);
|
|
53531
53645
|
const _hoisted_3$l = [
|
|
53532
53646
|
_hoisted_2$l
|
|
@@ -53534,7 +53648,7 @@ const _hoisted_3$l = [
|
|
|
53534
53648
|
function render$h(_ctx, _cache) {
|
|
53535
53649
|
return openBlock(), createElementBlock("svg", _hoisted_1$l, _hoisted_3$l);
|
|
53536
53650
|
}
|
|
53537
|
-
const
|
|
53651
|
+
const MdiBorderAllVariant = { name: "mdi-border-all-variant", render: render$h };
|
|
53538
53652
|
const _hoisted_1$k = {
|
|
53539
53653
|
viewBox: "0 0 24 24",
|
|
53540
53654
|
width: "1.2em",
|
|
@@ -53542,7 +53656,7 @@ const _hoisted_1$k = {
|
|
|
53542
53656
|
};
|
|
53543
53657
|
const _hoisted_2$k = /* @__PURE__ */ createElementVNode("path", {
|
|
53544
53658
|
fill: "currentColor",
|
|
53545
|
-
d: "
|
|
53659
|
+
d: "M15 5h2V3h-2m0 18h2v-2h-2M11 5h2V3h-2m8 2h2V3h-2m0 6h2V7h-2m0 14h2v-2h-2m0-6h2v-2h-2m0 6h2v-2h-2M3 5h2V3H3m0 6h2V7H3m0 6h2v-2H3m0 6h2v-2H3m0 6h2v-2H3m8 2h2v-2h-2m-4 2h2v-2H7M7 5h2V3H7v2Z"
|
|
53546
53660
|
}, null, -1);
|
|
53547
53661
|
const _hoisted_3$k = [
|
|
53548
53662
|
_hoisted_2$k
|
|
@@ -53550,7 +53664,7 @@ const _hoisted_3$k = [
|
|
|
53550
53664
|
function render$g(_ctx, _cache) {
|
|
53551
53665
|
return openBlock(), createElementBlock("svg", _hoisted_1$k, _hoisted_3$k);
|
|
53552
53666
|
}
|
|
53553
|
-
const
|
|
53667
|
+
const MdiBorderNoneVariant = { name: "mdi-border-none-variant", render: render$g };
|
|
53554
53668
|
const _hoisted_1$j = {
|
|
53555
53669
|
viewBox: "0 0 24 24",
|
|
53556
53670
|
width: "1.2em",
|
|
@@ -53558,7 +53672,7 @@ const _hoisted_1$j = {
|
|
|
53558
53672
|
};
|
|
53559
53673
|
const _hoisted_2$j = /* @__PURE__ */ createElementVNode("path", {
|
|
53560
53674
|
fill: "currentColor",
|
|
53561
|
-
d: "
|
|
53675
|
+
d: "M16.5 11.74c0-.59-.07-1.16-.14-1.74h3.38c.08.33.15.67.19 1c.72.07 1.41.23 2.07.5C21.71 6.21 17.35 2 12 2C6.47 2 2 6.5 2 12s4.5 10 10 10c.87 0 1.71-.12 2.5-.33a6.599 6.599 0 0 1-1.46-3.47c-.31.61-.65 1.2-1.04 1.76c-.83-1.2-1.5-2.53-1.91-3.96h3.09c.17-.72.46-1.39.85-2H9.66c-.1-.66-.16-1.32-.16-2s.06-1.35.16-2h4.68c.09.65.16 1.32.16 2c0 .5-.04 1-.1 1.5a6.36 6.36 0 0 1 2.1-1.76M4.26 14C4.1 13.36 4 12.69 4 12s.1-1.36.26-2h3.38c-.08.66-.14 1.32-.14 2s.06 1.34.14 2H4.26m.82 2H8c.35 1.25.8 2.45 1.4 3.56A8.008 8.008 0 0 1 5.08 16M8 8H5.08A7.923 7.923 0 0 1 9.4 4.44C8.8 5.55 8.35 6.75 8 8m2.09 0c.41-1.43 1.08-2.77 1.91-3.97c.83 1.2 1.5 2.54 1.91 3.97h-3.82m8.83 0h-2.95a15.65 15.65 0 0 0-1.38-3.56c1.84.63 3.37 1.9 4.33 3.56M23 17.5c0 .82-.25 1.58-.67 2.21l-1.09-1.09c.17-.34.26-.72.26-1.12A2.5 2.5 0 0 0 19 15v1.5l-2.25-2.25L19 12v1.5c2.21 0 4 1.79 4 4m-4 1l2.25 2.25L19 23v-1.5c-2.21 0-4-1.79-4-4c0-.82.25-1.58.67-2.21l1.09 1.09c-.17.34-.26.72-.26 1.12A2.5 2.5 0 0 0 19 20v-1.5Z"
|
|
53562
53676
|
}, null, -1);
|
|
53563
53677
|
const _hoisted_3$j = [
|
|
53564
53678
|
_hoisted_2$j
|
|
@@ -53566,29 +53680,13 @@ const _hoisted_3$j = [
|
|
|
53566
53680
|
function render$f(_ctx, _cache) {
|
|
53567
53681
|
return openBlock(), createElementBlock("svg", _hoisted_1$j, _hoisted_3$j);
|
|
53568
53682
|
}
|
|
53569
|
-
const
|
|
53683
|
+
const MdiWebSync = { name: "mdi-web-sync", render: render$f };
|
|
53570
53684
|
const _hoisted_1$i = {
|
|
53571
|
-
viewBox: "0 0 24 24",
|
|
53572
|
-
width: "1.2em",
|
|
53573
|
-
height: "1.2em"
|
|
53574
|
-
};
|
|
53575
|
-
const _hoisted_2$i = /* @__PURE__ */ createElementVNode("path", {
|
|
53576
|
-
fill: "currentColor",
|
|
53577
|
-
d: "M16.5 11.74c0-.59-.07-1.16-.14-1.74h3.38c.08.33.15.67.19 1c.72.07 1.41.23 2.07.5C21.71 6.21 17.35 2 12 2C6.47 2 2 6.5 2 12s4.5 10 10 10c.87 0 1.71-.12 2.5-.33a6.599 6.599 0 0 1-1.46-3.47c-.31.61-.65 1.2-1.04 1.76c-.83-1.2-1.5-2.53-1.91-3.96h3.09c.17-.72.46-1.39.85-2H9.66c-.1-.66-.16-1.32-.16-2s.06-1.35.16-2h4.68c.09.65.16 1.32.16 2c0 .5-.04 1-.1 1.5a6.36 6.36 0 0 1 2.1-1.76M4.26 14C4.1 13.36 4 12.69 4 12s.1-1.36.26-2h3.38c-.08.66-.14 1.32-.14 2s.06 1.34.14 2H4.26m.82 2H8c.35 1.25.8 2.45 1.4 3.56A8.008 8.008 0 0 1 5.08 16M8 8H5.08A7.923 7.923 0 0 1 9.4 4.44C8.8 5.55 8.35 6.75 8 8m2.09 0c.41-1.43 1.08-2.77 1.91-3.97c.83 1.2 1.5 2.54 1.91 3.97h-3.82m8.83 0h-2.95a15.65 15.65 0 0 0-1.38-3.56c1.84.63 3.37 1.9 4.33 3.56M23 17.5c0 .82-.25 1.58-.67 2.21l-1.09-1.09c.17-.34.26-.72.26-1.12A2.5 2.5 0 0 0 19 15v1.5l-2.25-2.25L19 12v1.5c2.21 0 4 1.79 4 4m-4 1l2.25 2.25L19 23v-1.5c-2.21 0-4-1.79-4-4c0-.82.25-1.58.67-2.21l1.09 1.09c-.17.34-.26.72-.26 1.12A2.5 2.5 0 0 0 19 20v-1.5Z"
|
|
53578
|
-
}, null, -1);
|
|
53579
|
-
const _hoisted_3$i = [
|
|
53580
|
-
_hoisted_2$i
|
|
53581
|
-
];
|
|
53582
|
-
function render$e(_ctx, _cache) {
|
|
53583
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$i, _hoisted_3$i);
|
|
53584
|
-
}
|
|
53585
|
-
const MdiWebSync = { name: "mdi-web-sync", render: render$e };
|
|
53586
|
-
const _hoisted_1$h = {
|
|
53587
53685
|
key: 0,
|
|
53588
53686
|
class: "p-1.5"
|
|
53589
53687
|
};
|
|
53590
|
-
const _hoisted_2$
|
|
53591
|
-
const _hoisted_3$
|
|
53688
|
+
const _hoisted_2$i = ["placeholder"];
|
|
53689
|
+
const _hoisted_3$i = ["src", "width", "height", "frameborder"];
|
|
53592
53690
|
const _hoisted_4$3 = { class: "relative rounded-md bg-white overflow-hidden drop-shadow w-96 p-1 max-h-72 overflow-y-auto" };
|
|
53593
53691
|
const _hoisted_5$3 = ["placeholder"];
|
|
53594
53692
|
const _sfc_main$3 = /* @__PURE__ */ defineComponent({
|
|
@@ -53678,7 +53776,7 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
|
|
|
53678
53776
|
width: __props.node.attrs.width
|
|
53679
53777
|
})
|
|
53680
53778
|
}, [
|
|
53681
|
-
!unref(src) ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
53779
|
+
!unref(src) ? (openBlock(), createElementBlock("div", _hoisted_1$i, [
|
|
53682
53780
|
withDirectives(createElementVNode("input", {
|
|
53683
53781
|
ref_key: "inputRef",
|
|
53684
53782
|
ref: inputRef,
|
|
@@ -53687,7 +53785,7 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
|
|
|
53687
53785
|
placeholder: unref(i18n).global.t("editor.common.placeholder.link_input"),
|
|
53688
53786
|
tabindex: "-1",
|
|
53689
53787
|
onFocus: handleSetFocus
|
|
53690
|
-
}, null, 40, _hoisted_2$
|
|
53788
|
+
}, null, 40, _hoisted_2$i), [
|
|
53691
53789
|
[
|
|
53692
53790
|
vModelText,
|
|
53693
53791
|
unref(src),
|
|
@@ -53710,7 +53808,7 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
|
|
|
53710
53808
|
framespacing: "0",
|
|
53711
53809
|
allowfullscreen: "true",
|
|
53712
53810
|
onMouseenter: handleSetFocus
|
|
53713
|
-
}, null, 42, _hoisted_3$
|
|
53811
|
+
}, null, 42, _hoisted_3$i))
|
|
53714
53812
|
], 4)
|
|
53715
53813
|
]),
|
|
53716
53814
|
actions: withCtx(() => [
|
|
@@ -53876,22 +53974,22 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
|
|
|
53876
53974
|
};
|
|
53877
53975
|
}
|
|
53878
53976
|
});
|
|
53879
|
-
const _hoisted_1$
|
|
53977
|
+
const _hoisted_1$h = {
|
|
53880
53978
|
viewBox: "0 0 24 24",
|
|
53881
53979
|
width: "1.2em",
|
|
53882
53980
|
height: "1.2em"
|
|
53883
53981
|
};
|
|
53884
|
-
const _hoisted_2$
|
|
53982
|
+
const _hoisted_2$h = /* @__PURE__ */ createElementVNode("path", {
|
|
53885
53983
|
fill: "currentColor",
|
|
53886
53984
|
d: "M16.36 14c.08-.66.14-1.32.14-2c0-.68-.06-1.34-.14-2h3.38c.16.64.26 1.31.26 2s-.1 1.36-.26 2m-5.15 5.56c.6-1.11 1.06-2.31 1.38-3.56h2.95a8.03 8.03 0 0 1-4.33 3.56M14.34 14H9.66c-.1-.66-.16-1.32-.16-2c0-.68.06-1.35.16-2h4.68c.09.65.16 1.32.16 2c0 .68-.07 1.34-.16 2M12 19.96c-.83-1.2-1.5-2.53-1.91-3.96h3.82c-.41 1.43-1.08 2.76-1.91 3.96M8 8H5.08A7.923 7.923 0 0 1 9.4 4.44C8.8 5.55 8.35 6.75 8 8m-2.92 8H8c.35 1.25.8 2.45 1.4 3.56A8.008 8.008 0 0 1 5.08 16m-.82-2C4.1 13.36 4 12.69 4 12s.1-1.36.26-2h3.38c-.08.66-.14 1.32-.14 2c0 .68.06 1.34.14 2M12 4.03c.83 1.2 1.5 2.54 1.91 3.97h-3.82c.41-1.43 1.08-2.77 1.91-3.97M18.92 8h-2.95a15.65 15.65 0 0 0-1.38-3.56c1.84.63 3.37 1.9 4.33 3.56M12 2C6.47 2 2 6.5 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2Z"
|
|
53887
53985
|
}, null, -1);
|
|
53888
|
-
const _hoisted_3$
|
|
53889
|
-
_hoisted_2$
|
|
53986
|
+
const _hoisted_3$h = [
|
|
53987
|
+
_hoisted_2$h
|
|
53890
53988
|
];
|
|
53891
|
-
function render$
|
|
53892
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
53989
|
+
function render$e(_ctx, _cache) {
|
|
53990
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$h, _hoisted_3$h);
|
|
53893
53991
|
}
|
|
53894
|
-
const MdiWeb = { name: "mdi-web", render: render$
|
|
53992
|
+
const MdiWeb = { name: "mdi-web", render: render$e };
|
|
53895
53993
|
const Iframe = Node2.create({
|
|
53896
53994
|
name: "iframe",
|
|
53897
53995
|
inline() {
|
|
@@ -54076,6 +54174,22 @@ const Iframe = Node2.create({
|
|
|
54076
54174
|
};
|
|
54077
54175
|
}
|
|
54078
54176
|
});
|
|
54177
|
+
const _hoisted_1$g = {
|
|
54178
|
+
viewBox: "0 0 24 24",
|
|
54179
|
+
width: "1.2em",
|
|
54180
|
+
height: "1.2em"
|
|
54181
|
+
};
|
|
54182
|
+
const _hoisted_2$g = /* @__PURE__ */ createElementVNode("path", {
|
|
54183
|
+
fill: "currentColor",
|
|
54184
|
+
d: "M21 3H3C2 3 1 4 1 5v14a2 2 0 0 0 2 2h18c1 0 2-1 2-2V5c0-1-1-2-2-2M5 17l3.5-4.5l2.5 3l3.5-4.5l4.5 6H5Z"
|
|
54185
|
+
}, null, -1);
|
|
54186
|
+
const _hoisted_3$g = [
|
|
54187
|
+
_hoisted_2$g
|
|
54188
|
+
];
|
|
54189
|
+
function render$d(_ctx, _cache) {
|
|
54190
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$g, _hoisted_3$g);
|
|
54191
|
+
}
|
|
54192
|
+
const MdiImageSizeSelectActual = { name: "mdi-image-size-select-actual", render: render$d };
|
|
54079
54193
|
const _hoisted_1$f = {
|
|
54080
54194
|
viewBox: "0 0 24 24",
|
|
54081
54195
|
width: "1.2em",
|
|
@@ -54083,7 +54197,7 @@ const _hoisted_1$f = {
|
|
|
54083
54197
|
};
|
|
54084
54198
|
const _hoisted_2$f = /* @__PURE__ */ createElementVNode("path", {
|
|
54085
54199
|
fill: "currentColor",
|
|
54086
|
-
d: "
|
|
54200
|
+
d: "M23 15h-2v2h2v-2m0-4h-2v2h2v-2m0 8h-2v2c1 0 2-1 2-2M15 3h-2v2h2V3m8 4h-2v2h2V7m-2-4v2h2c0-1-1-2-2-2M3 21h8v-6H1v4a2 2 0 0 0 2 2M3 7H1v2h2V7m12 12h-2v2h2v-2m4-16h-2v2h2V3m0 16h-2v2h2v-2M3 3C2 3 1 4 1 5h2V3m0 8H1v2h2v-2m8-8H9v2h2V3M7 3H5v2h2V3Z"
|
|
54087
54201
|
}, null, -1);
|
|
54088
54202
|
const _hoisted_3$f = [
|
|
54089
54203
|
_hoisted_2$f
|
|
@@ -54091,7 +54205,7 @@ const _hoisted_3$f = [
|
|
|
54091
54205
|
function render$c(_ctx, _cache) {
|
|
54092
54206
|
return openBlock(), createElementBlock("svg", _hoisted_1$f, _hoisted_3$f);
|
|
54093
54207
|
}
|
|
54094
|
-
const
|
|
54208
|
+
const MdiImageSizeSelectSmall = { name: "mdi-image-size-select-small", render: render$c };
|
|
54095
54209
|
const _hoisted_1$e = {
|
|
54096
54210
|
viewBox: "0 0 24 24",
|
|
54097
54211
|
width: "1.2em",
|
|
@@ -54099,7 +54213,7 @@ const _hoisted_1$e = {
|
|
|
54099
54213
|
};
|
|
54100
54214
|
const _hoisted_2$e = /* @__PURE__ */ createElementVNode("path", {
|
|
54101
54215
|
fill: "currentColor",
|
|
54102
|
-
d: "
|
|
54216
|
+
d: "M21 15h2v2h-2v-2m0-4h2v2h-2v-2m2 8h-2v2c1 0 2-1 2-2M13 3h2v2h-2V3m8 4h2v2h-2V7m0-4v2h2c0-1-1-2-2-2M1 7h2v2H1V7m16-4h2v2h-2V3m0 16h2v2h-2v-2M3 3C2 3 1 4 1 5h2V3m6 0h2v2H9V3M5 3h2v2H5V3m-4 8v8a2 2 0 0 0 2 2h12V11H1m2 8l2.5-3.21l1.79 2.15l2.5-3.22L13 19H3Z"
|
|
54103
54217
|
}, null, -1);
|
|
54104
54218
|
const _hoisted_3$e = [
|
|
54105
54219
|
_hoisted_2$e
|
|
@@ -54107,7 +54221,7 @@ const _hoisted_3$e = [
|
|
|
54107
54221
|
function render$b(_ctx, _cache) {
|
|
54108
54222
|
return openBlock(), createElementBlock("svg", _hoisted_1$e, _hoisted_3$e);
|
|
54109
54223
|
}
|
|
54110
|
-
const
|
|
54224
|
+
const MdiImageSizeSelectLarge = { name: "mdi-image-size-select-large", render: render$b };
|
|
54111
54225
|
const _hoisted_1$d = {
|
|
54112
54226
|
viewBox: "0 0 24 24",
|
|
54113
54227
|
width: "1.2em",
|
|
@@ -54115,7 +54229,7 @@ const _hoisted_1$d = {
|
|
|
54115
54229
|
};
|
|
54116
54230
|
const _hoisted_2$d = /* @__PURE__ */ createElementVNode("path", {
|
|
54117
54231
|
fill: "currentColor",
|
|
54118
|
-
d: "
|
|
54232
|
+
d: "M13.53 22H10c-.25 0-.46-.18-.5-.42l-.37-2.65c-.63-.25-1.17-.59-1.69-.99l-2.49 1.01c-.22.08-.49 0-.61-.22l-2-3.46a.493.493 0 0 1 .12-.64l2.11-1.66c-.04-.32-.07-.64-.07-.97s.03-.66.07-1L2.46 9.37a.493.493 0 0 1-.12-.64l2-3.46c.12-.22.39-.31.61-.22l2.49 1c.52-.39 1.06-.73 1.69-.98l.37-2.65c.04-.24.25-.42.5-.42h4c.25 0 .46.18.5.42l.37 2.65c.63.25 1.17.59 1.69.98l2.49-1c.22-.09.49 0 .61.22l2 3.46c.12.22.07.49-.12.64L19.43 11c.04.34.07.67.07 1v.19c-.5-.12-1-.19-1.5-.19c-.92 0-1.78.21-2.56.58c.03-.19.06-.38.06-.58c0-1.93-1.57-3.5-3.5-3.5S8.5 10.07 8.5 12s1.57 3.5 3.5 3.5c.2 0 .39-.03.58-.06a5.97 5.97 0 0 0 .95 6.56M16 15v6l5-3l-5-3Z"
|
|
54119
54233
|
}, null, -1);
|
|
54120
54234
|
const _hoisted_3$d = [
|
|
54121
54235
|
_hoisted_2$d
|
|
@@ -54123,7 +54237,7 @@ const _hoisted_3$d = [
|
|
|
54123
54237
|
function render$a(_ctx, _cache) {
|
|
54124
54238
|
return openBlock(), createElementBlock("svg", _hoisted_1$d, _hoisted_3$d);
|
|
54125
54239
|
}
|
|
54126
|
-
const
|
|
54240
|
+
const MdiCogPlay = { name: "mdi-cog-play", render: render$a };
|
|
54127
54241
|
const _hoisted_1$c = {
|
|
54128
54242
|
viewBox: "0 0 24 24",
|
|
54129
54243
|
width: "1.2em",
|
|
@@ -54131,7 +54245,7 @@ const _hoisted_1$c = {
|
|
|
54131
54245
|
};
|
|
54132
54246
|
const _hoisted_2$c = /* @__PURE__ */ createElementVNode("path", {
|
|
54133
54247
|
fill: "currentColor",
|
|
54134
|
-
d: "M13.
|
|
54248
|
+
d: "M13.54 22H10c-.25 0-.46-.18-.5-.42l-.37-2.65c-.63-.25-1.17-.59-1.69-.99l-2.49 1.01c-.22.08-.49 0-.61-.22l-2-3.46a.493.493 0 0 1 .12-.64l2.11-1.66L4.5 12l.07-1l-2.11-1.63a.493.493 0 0 1-.12-.64l2-3.46c.12-.22.39-.31.61-.22l2.49 1c.52-.39 1.06-.73 1.69-.98l.37-2.65c.04-.24.25-.42.5-.42h4c.25 0 .46.18.5.42l.37 2.65c.63.25 1.17.59 1.69.98l2.49-1c.22-.09.49 0 .61.22l2 3.46c.13.22.07.49-.12.64L19.43 11l.07 1v.19c-.5-.12-1-.19-1.5-.19c-.17 0-.34 0-.5.03c0-.62-.1-1.24-.3-1.83l2.11-1.55l-.75-1.3l-2.41 1.04a5.42 5.42 0 0 0-3.03-1.77L12.75 4h-1.5l-.37 2.61c-1.2.25-2.26.89-3.03 1.78L5.44 7.35l-.75 1.3L6.8 10.2a5.55 5.55 0 0 0 0 3.6l-2.12 1.56l.75 1.3l2.43-1.04c.77.88 1.82 1.52 3.01 1.76l.37 2.62h1.11c.26.75.65 1.42 1.19 2m2.42-9.64c.04-.12.04-.24.04-.36c0-2.21-1.79-4-4-4s-4 1.79-4 4s1.79 4 4 4c.12 0 .24 0 .36-.04a6.045 6.045 0 0 1 3.6-3.6M12 14c-1.1 0-2-.89-2-2s.9-2 2-2s2 .9 2 2s-.89 2-2 2m4 1v6l5-3l-5-3Z"
|
|
54135
54249
|
}, null, -1);
|
|
54136
54250
|
const _hoisted_3$c = [
|
|
54137
54251
|
_hoisted_2$c
|
|
@@ -54139,7 +54253,7 @@ const _hoisted_3$c = [
|
|
|
54139
54253
|
function render$9(_ctx, _cache) {
|
|
54140
54254
|
return openBlock(), createElementBlock("svg", _hoisted_1$c, _hoisted_3$c);
|
|
54141
54255
|
}
|
|
54142
|
-
const
|
|
54256
|
+
const MdiCogPlayOutline = { name: "mdi-cog-play-outline", render: render$9 };
|
|
54143
54257
|
const _hoisted_1$b = {
|
|
54144
54258
|
viewBox: "0 0 24 24",
|
|
54145
54259
|
width: "1.2em",
|
|
@@ -54147,7 +54261,7 @@ const _hoisted_1$b = {
|
|
|
54147
54261
|
};
|
|
54148
54262
|
const _hoisted_2$b = /* @__PURE__ */ createElementVNode("path", {
|
|
54149
54263
|
fill: "currentColor",
|
|
54150
|
-
d: "
|
|
54264
|
+
d: "M10 16.5v-9l6 4.5M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2Z"
|
|
54151
54265
|
}, null, -1);
|
|
54152
54266
|
const _hoisted_3$b = [
|
|
54153
54267
|
_hoisted_2$b
|
|
@@ -54155,7 +54269,7 @@ const _hoisted_3$b = [
|
|
|
54155
54269
|
function render$8(_ctx, _cache) {
|
|
54156
54270
|
return openBlock(), createElementBlock("svg", _hoisted_1$b, _hoisted_3$b);
|
|
54157
54271
|
}
|
|
54158
|
-
const
|
|
54272
|
+
const MdiPlayCircle = { name: "mdi-play-circle", render: render$8 };
|
|
54159
54273
|
const _hoisted_1$a = {
|
|
54160
54274
|
viewBox: "0 0 24 24",
|
|
54161
54275
|
width: "1.2em",
|
|
@@ -54163,7 +54277,7 @@ const _hoisted_1$a = {
|
|
|
54163
54277
|
};
|
|
54164
54278
|
const _hoisted_2$a = /* @__PURE__ */ createElementVNode("path", {
|
|
54165
54279
|
fill: "currentColor",
|
|
54166
|
-
d: "
|
|
54280
|
+
d: "M12 20c-4.41 0-8-3.59-8-8s3.59-8 8-8s8 3.59 8 8s-3.59 8-8 8m0-18A10 10 0 0 0 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2m-2 14.5l6-4.5l-6-4.5v9Z"
|
|
54167
54281
|
}, null, -1);
|
|
54168
54282
|
const _hoisted_3$a = [
|
|
54169
54283
|
_hoisted_2$a
|
|
@@ -54171,7 +54285,7 @@ const _hoisted_3$a = [
|
|
|
54171
54285
|
function render$7(_ctx, _cache) {
|
|
54172
54286
|
return openBlock(), createElementBlock("svg", _hoisted_1$a, _hoisted_3$a);
|
|
54173
54287
|
}
|
|
54174
|
-
const
|
|
54288
|
+
const MdiPlayCircleOutline = { name: "mdi-play-circle-outline", render: render$7 };
|
|
54175
54289
|
const _hoisted_1$9 = {
|
|
54176
54290
|
viewBox: "0 0 24 24",
|
|
54177
54291
|
width: "1.2em",
|
|
@@ -54179,7 +54293,7 @@ const _hoisted_1$9 = {
|
|
|
54179
54293
|
};
|
|
54180
54294
|
const _hoisted_2$9 = /* @__PURE__ */ createElementVNode("path", {
|
|
54181
54295
|
fill: "currentColor",
|
|
54182
|
-
d: "
|
|
54296
|
+
d: "m10 16.5l6-4.5l-6-4.5M22 12c0-5.54-4.46-10-10-10c-1.17 0-2.3.19-3.38.56l.7 1.94c.85-.34 1.74-.53 2.68-.53c4.41 0 8.03 3.62 8.03 8.03c0 4.41-3.62 8.03-8.03 8.03c-4.41 0-8.03-3.62-8.03-8.03c0-.94.19-1.88.53-2.72l-1.94-.66C2.19 9.7 2 10.83 2 12c0 5.54 4.46 10 10 10s10-4.46 10-10M5.47 3.97c.85 0 1.53.71 1.53 1.5C7 6.32 6.32 7 5.47 7c-.79 0-1.5-.68-1.5-1.53c0-.79.71-1.5 1.5-1.5Z"
|
|
54183
54297
|
}, null, -1);
|
|
54184
54298
|
const _hoisted_3$9 = [
|
|
54185
54299
|
_hoisted_2$9
|
|
@@ -54187,7 +54301,7 @@ const _hoisted_3$9 = [
|
|
|
54187
54301
|
function render$6(_ctx, _cache) {
|
|
54188
54302
|
return openBlock(), createElementBlock("svg", _hoisted_1$9, _hoisted_3$9);
|
|
54189
54303
|
}
|
|
54190
|
-
const
|
|
54304
|
+
const MdiMotionPlayOutline = { name: "mdi-motion-play-outline", render: render$6 };
|
|
54191
54305
|
const _hoisted_1$8 = {
|
|
54192
54306
|
viewBox: "0 0 24 24",
|
|
54193
54307
|
width: "1.2em",
|
|
@@ -54195,7 +54309,7 @@ const _hoisted_1$8 = {
|
|
|
54195
54309
|
};
|
|
54196
54310
|
const _hoisted_2$8 = /* @__PURE__ */ createElementVNode("path", {
|
|
54197
54311
|
fill: "currentColor",
|
|
54198
|
-
d: "
|
|
54312
|
+
d: "M22 12c0-5.54-4.46-10-10-10c-1.17 0-2.3.19-3.38.56l.7 1.94c.85-.34 1.74-.53 2.68-.53c4.41 0 8.03 3.62 8.03 8.03c0 4.41-3.62 8.03-8.03 8.03c-4.41 0-8.03-3.62-8.03-8.03c0-.94.19-1.88.53-2.72l-1.94-.66C2.19 9.7 2 10.83 2 12c0 5.54 4.46 10 10 10s10-4.46 10-10M5.47 3.97c.85 0 1.53.71 1.53 1.5C7 6.32 6.32 7 5.47 7c-.79 0-1.5-.68-1.5-1.53c0-.79.71-1.5 1.5-1.5M18 12c0-3.33-2.67-6-6-6s-6 2.67-6 6s2.67 6 6 6s6-2.67 6-6m-3 0l-5 3V9"
|
|
54199
54313
|
}, null, -1);
|
|
54200
54314
|
const _hoisted_3$8 = [
|
|
54201
54315
|
_hoisted_2$8
|
|
@@ -54203,29 +54317,13 @@ const _hoisted_3$8 = [
|
|
|
54203
54317
|
function render$5(_ctx, _cache) {
|
|
54204
54318
|
return openBlock(), createElementBlock("svg", _hoisted_1$8, _hoisted_3$8);
|
|
54205
54319
|
}
|
|
54206
|
-
const
|
|
54320
|
+
const MdiMotionPlay = { name: "mdi-motion-play", render: render$5 };
|
|
54207
54321
|
const _hoisted_1$7 = {
|
|
54208
|
-
viewBox: "0 0 24 24",
|
|
54209
|
-
width: "1.2em",
|
|
54210
|
-
height: "1.2em"
|
|
54211
|
-
};
|
|
54212
|
-
const _hoisted_2$7 = /* @__PURE__ */ createElementVNode("path", {
|
|
54213
|
-
fill: "currentColor",
|
|
54214
|
-
d: "M22 12c0-5.54-4.46-10-10-10c-1.17 0-2.3.19-3.38.56l.7 1.94c.85-.34 1.74-.53 2.68-.53c4.41 0 8.03 3.62 8.03 8.03c0 4.41-3.62 8.03-8.03 8.03c-4.41 0-8.03-3.62-8.03-8.03c0-.94.19-1.88.53-2.72l-1.94-.66C2.19 9.7 2 10.83 2 12c0 5.54 4.46 10 10 10s10-4.46 10-10M5.47 3.97c.85 0 1.53.71 1.53 1.5C7 6.32 6.32 7 5.47 7c-.79 0-1.5-.68-1.5-1.53c0-.79.71-1.5 1.5-1.5M18 12c0-3.33-2.67-6-6-6s-6 2.67-6 6s2.67 6 6 6s6-2.67 6-6m-3 0l-5 3V9"
|
|
54215
|
-
}, null, -1);
|
|
54216
|
-
const _hoisted_3$7 = [
|
|
54217
|
-
_hoisted_2$7
|
|
54218
|
-
];
|
|
54219
|
-
function render$4(_ctx, _cache) {
|
|
54220
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$7, _hoisted_3$7);
|
|
54221
|
-
}
|
|
54222
|
-
const MdiMotionPlay = { name: "mdi-motion-play", render: render$4 };
|
|
54223
|
-
const _hoisted_1$6 = {
|
|
54224
54322
|
key: 0,
|
|
54225
54323
|
class: "p-1.5"
|
|
54226
54324
|
};
|
|
54227
|
-
const _hoisted_2$
|
|
54228
|
-
const _hoisted_3$
|
|
54325
|
+
const _hoisted_2$7 = ["placeholder"];
|
|
54326
|
+
const _hoisted_3$7 = ["controls", "autoplay", "loop", "src"];
|
|
54229
54327
|
const _hoisted_4$2 = { class: "relative rounded-md bg-white overflow-hidden drop-shadow w-96 p-1 max-h-72 overflow-y-auto" };
|
|
54230
54328
|
const _hoisted_5$2 = ["placeholder"];
|
|
54231
54329
|
const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
@@ -54326,7 +54424,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
54326
54424
|
width: __props.node.attrs.width
|
|
54327
54425
|
})
|
|
54328
54426
|
}, [
|
|
54329
|
-
!unref(src) ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
54427
|
+
!unref(src) ? (openBlock(), createElementBlock("div", _hoisted_1$7, [
|
|
54330
54428
|
withDirectives(createElementVNode("input", {
|
|
54331
54429
|
ref_key: "inputRef",
|
|
54332
54430
|
ref: inputRef,
|
|
@@ -54335,7 +54433,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
54335
54433
|
placeholder: unref(i18n).global.t("editor.common.placeholder.link_input"),
|
|
54336
54434
|
tabindex: "-1",
|
|
54337
54435
|
onFocus: handleSetFocus
|
|
54338
|
-
}, null, 40, _hoisted_2$
|
|
54436
|
+
}, null, 40, _hoisted_2$7), [
|
|
54339
54437
|
[
|
|
54340
54438
|
vModelText,
|
|
54341
54439
|
unref(src),
|
|
@@ -54355,7 +54453,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
54355
54453
|
height: __props.node.attrs.height
|
|
54356
54454
|
}),
|
|
54357
54455
|
onMouseenter: handleSetFocus
|
|
54358
|
-
}, null, 44, _hoisted_3$
|
|
54456
|
+
}, null, 44, _hoisted_3$7))
|
|
54359
54457
|
], 4)
|
|
54360
54458
|
]),
|
|
54361
54459
|
actions: withCtx(() => [
|
|
@@ -54522,22 +54620,22 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
54522
54620
|
};
|
|
54523
54621
|
}
|
|
54524
54622
|
});
|
|
54525
|
-
const _hoisted_1$
|
|
54623
|
+
const _hoisted_1$6 = {
|
|
54526
54624
|
viewBox: "0 0 24 24",
|
|
54527
54625
|
width: "1.2em",
|
|
54528
54626
|
height: "1.2em"
|
|
54529
54627
|
};
|
|
54530
|
-
const _hoisted_2$
|
|
54628
|
+
const _hoisted_2$6 = /* @__PURE__ */ createElementVNode("path", {
|
|
54531
54629
|
fill: "currentColor",
|
|
54532
54630
|
d: "M17 10.5V7a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-3.5l4 4v-11l-4 4Z"
|
|
54533
54631
|
}, null, -1);
|
|
54534
|
-
const _hoisted_3$
|
|
54535
|
-
_hoisted_2$
|
|
54632
|
+
const _hoisted_3$6 = [
|
|
54633
|
+
_hoisted_2$6
|
|
54536
54634
|
];
|
|
54537
|
-
function render$
|
|
54538
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
54635
|
+
function render$4(_ctx, _cache) {
|
|
54636
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$6, _hoisted_3$6);
|
|
54539
54637
|
}
|
|
54540
|
-
const MdiVideo = { name: "mdi-video", render: render$
|
|
54638
|
+
const MdiVideo = { name: "mdi-video", render: render$4 };
|
|
54541
54639
|
const Video = Node2.create({
|
|
54542
54640
|
name: "video",
|
|
54543
54641
|
inline() {
|
|
@@ -54684,15 +54782,15 @@ const Video = Node2.create({
|
|
|
54684
54782
|
};
|
|
54685
54783
|
}
|
|
54686
54784
|
});
|
|
54687
|
-
const _hoisted_1$
|
|
54688
|
-
const _hoisted_2$
|
|
54785
|
+
const _hoisted_1$5 = { class: "inline-block overflow-hidden transition-all text-center relative h-full w-full" };
|
|
54786
|
+
const _hoisted_2$5 = {
|
|
54689
54787
|
key: 0,
|
|
54690
54788
|
class: "p-1.5"
|
|
54691
54789
|
};
|
|
54692
|
-
const _hoisted_3$
|
|
54790
|
+
const _hoisted_3$5 = ["placeholder"];
|
|
54693
54791
|
const _hoisted_4$1 = ["autoplay", "loop", "src"];
|
|
54694
54792
|
const _hoisted_5$1 = { class: "relative rounded-md bg-white overflow-hidden drop-shadow w-96 p-1 max-h-72 overflow-y-auto" };
|
|
54695
|
-
const _hoisted_6 = ["placeholder"];
|
|
54793
|
+
const _hoisted_6$1 = ["placeholder"];
|
|
54696
54794
|
const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
54697
54795
|
__name: "AudioView",
|
|
54698
54796
|
props: {
|
|
@@ -54756,8 +54854,8 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
54756
54854
|
selected: __props.selected
|
|
54757
54855
|
}, {
|
|
54758
54856
|
content: withCtx(() => [
|
|
54759
|
-
createElementVNode("div", _hoisted_1$
|
|
54760
|
-
!unref(src) ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
54857
|
+
createElementVNode("div", _hoisted_1$5, [
|
|
54858
|
+
!unref(src) ? (openBlock(), createElementBlock("div", _hoisted_2$5, [
|
|
54761
54859
|
withDirectives(createElementVNode("input", {
|
|
54762
54860
|
ref_key: "inputRef",
|
|
54763
54861
|
ref: inputRef,
|
|
@@ -54766,7 +54864,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
54766
54864
|
placeholder: unref(i18n).global.t("editor.common.placeholder.link_input"),
|
|
54767
54865
|
tabindex: "-1",
|
|
54768
54866
|
onFocus: handleSetFocus
|
|
54769
|
-
}, null, 40, _hoisted_3$
|
|
54867
|
+
}, null, 40, _hoisted_3$5), [
|
|
54770
54868
|
[
|
|
54771
54869
|
vModelText,
|
|
54772
54870
|
unref(src),
|
|
@@ -54817,7 +54915,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
54817
54915
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => isRef(src) ? src.value = $event : null),
|
|
54818
54916
|
placeholder: unref(i18n).global.t("editor.common.placeholder.link_input"),
|
|
54819
54917
|
class: "bg-gray-50 rounded-md hover:bg-gray-100 block px-2 w-full py-1.5 text-sm text-gray-900 border border-gray-300 focus:ring-blue-500 focus:border-blue-500"
|
|
54820
|
-
}, null, 8, _hoisted_6), [
|
|
54918
|
+
}, null, 8, _hoisted_6$1), [
|
|
54821
54919
|
[
|
|
54822
54920
|
vModelText,
|
|
54823
54921
|
unref(src),
|
|
@@ -54857,22 +54955,22 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
54857
54955
|
};
|
|
54858
54956
|
}
|
|
54859
54957
|
});
|
|
54860
|
-
const _hoisted_1$
|
|
54958
|
+
const _hoisted_1$4 = {
|
|
54861
54959
|
viewBox: "0 0 24 24",
|
|
54862
54960
|
width: "1.2em",
|
|
54863
54961
|
height: "1.2em"
|
|
54864
54962
|
};
|
|
54865
|
-
const _hoisted_2$
|
|
54963
|
+
const _hoisted_2$4 = /* @__PURE__ */ createElementVNode("path", {
|
|
54866
54964
|
fill: "currentColor",
|
|
54867
54965
|
d: "M16 9h-3v5.5a2.5 2.5 0 0 1-2.5 2.5A2.5 2.5 0 0 1 8 14.5a2.5 2.5 0 0 1 2.5-2.5c.57 0 1.08.19 1.5.5V7h4v2m-4-7a10 10 0 0 1 10 10a10 10 0 0 1-10 10A10 10 0 0 1 2 12A10 10 0 0 1 12 2m0 2a8 8 0 0 0-8 8a8 8 0 0 0 8 8a8 8 0 0 0 8-8a8 8 0 0 0-8-8Z"
|
|
54868
54966
|
}, null, -1);
|
|
54869
|
-
const _hoisted_3$
|
|
54870
|
-
_hoisted_2$
|
|
54967
|
+
const _hoisted_3$4 = [
|
|
54968
|
+
_hoisted_2$4
|
|
54871
54969
|
];
|
|
54872
|
-
function render$
|
|
54873
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
54970
|
+
function render$3(_ctx, _cache) {
|
|
54971
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$4, _hoisted_3$4);
|
|
54874
54972
|
}
|
|
54875
|
-
const MdiMusicCircleOutline = { name: "mdi-music-circle-outline", render: render$
|
|
54973
|
+
const MdiMusicCircleOutline = { name: "mdi-music-circle-outline", render: render$3 };
|
|
54876
54974
|
const Audio = Node2.create({
|
|
54877
54975
|
name: "audio",
|
|
54878
54976
|
inline() {
|
|
@@ -55060,22 +55158,6 @@ const Image$1 = Node2.create({
|
|
|
55060
55158
|
];
|
|
55061
55159
|
}
|
|
55062
55160
|
});
|
|
55063
|
-
const _hoisted_1$2 = {
|
|
55064
|
-
viewBox: "0 0 24 24",
|
|
55065
|
-
width: "1.2em",
|
|
55066
|
-
height: "1.2em"
|
|
55067
|
-
};
|
|
55068
|
-
const _hoisted_2$2 = /* @__PURE__ */ createElementVNode("path", {
|
|
55069
|
-
fill: "currentColor",
|
|
55070
|
-
d: "M12 3a9 9 0 0 0-9 9H0l4 4l4-4H5a7 7 0 0 1 7-7a7 7 0 0 1 7 7a7 7 0 0 1-7 7c-1.5 0-2.91-.5-4.06-1.3L6.5 19.14A9.115 9.115 0 0 0 12 21a9 9 0 0 0 9-9a9 9 0 0 0-9-9m2 9a2 2 0 0 0-2-2a2 2 0 0 0-2 2a2 2 0 0 0 2 2a2 2 0 0 0 2-2Z"
|
|
55071
|
-
}, null, -1);
|
|
55072
|
-
const _hoisted_3$2 = [
|
|
55073
|
-
_hoisted_2$2
|
|
55074
|
-
];
|
|
55075
|
-
function render$1(_ctx, _cache) {
|
|
55076
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$2, _hoisted_3$2);
|
|
55077
|
-
}
|
|
55078
|
-
const MdiBackupRestore = { name: "mdi-backup-restore", render: render$1 };
|
|
55079
55161
|
function tryOnScopeDispose(fn2) {
|
|
55080
55162
|
if (getCurrentScope()) {
|
|
55081
55163
|
onScopeDispose(fn2);
|
|
@@ -55159,6 +55241,38 @@ function useResizeObserver(target, callback, options = {}) {
|
|
|
55159
55241
|
stop
|
|
55160
55242
|
};
|
|
55161
55243
|
}
|
|
55244
|
+
const _hoisted_1$3 = {
|
|
55245
|
+
viewBox: "0 0 24 24",
|
|
55246
|
+
width: "1.2em",
|
|
55247
|
+
height: "1.2em"
|
|
55248
|
+
};
|
|
55249
|
+
const _hoisted_2$3 = /* @__PURE__ */ createElementVNode("path", {
|
|
55250
|
+
fill: "currentColor",
|
|
55251
|
+
d: "M12 3a9 9 0 0 0-9 9H0l4 4l4-4H5a7 7 0 0 1 7-7a7 7 0 0 1 7 7a7 7 0 0 1-7 7c-1.5 0-2.91-.5-4.06-1.3L6.5 19.14A9.115 9.115 0 0 0 12 21a9 9 0 0 0 9-9a9 9 0 0 0-9-9m2 9a2 2 0 0 0-2-2a2 2 0 0 0-2 2a2 2 0 0 0 2 2a2 2 0 0 0 2-2Z"
|
|
55252
|
+
}, null, -1);
|
|
55253
|
+
const _hoisted_3$3 = [
|
|
55254
|
+
_hoisted_2$3
|
|
55255
|
+
];
|
|
55256
|
+
function render$2(_ctx, _cache) {
|
|
55257
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$3, _hoisted_3$3);
|
|
55258
|
+
}
|
|
55259
|
+
const MdiBackupRestore = { name: "mdi-backup-restore", render: render$2 };
|
|
55260
|
+
const _hoisted_1$2 = {
|
|
55261
|
+
viewBox: "0 0 24 24",
|
|
55262
|
+
width: "1.2em",
|
|
55263
|
+
height: "1.2em"
|
|
55264
|
+
};
|
|
55265
|
+
const _hoisted_2$2 = /* @__PURE__ */ createElementVNode("path", {
|
|
55266
|
+
fill: "currentColor",
|
|
55267
|
+
d: "M10 21H5c-1.11 0-2-.89-2-2V5c0-1.11.89-2 2-2h14c1.11 0 2 .89 2 2v5.33c-.3-.12-.63-.19-.96-.19c-.37 0-.72.08-1.04.23V5H5v14h5.11l-.11.11V21M7 9h10V7H7v2m0 8h5.11L14 15.12V15H7v2m0-4h9.12l.88-.88V11H7v2m14.7.58l-1.28-1.28a.55.55 0 0 0-.77 0l-1 1l2.05 2.05l1-1a.55.55 0 0 0 0-.77M12 22h2.06l6.05-6.07l-2.05-2.05L12 19.94V22Z"
|
|
55268
|
+
}, null, -1);
|
|
55269
|
+
const _hoisted_3$2 = [
|
|
55270
|
+
_hoisted_2$2
|
|
55271
|
+
];
|
|
55272
|
+
function render$1(_ctx, _cache) {
|
|
55273
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$2, _hoisted_3$2);
|
|
55274
|
+
}
|
|
55275
|
+
const MdiTextBoxEditOutline = { name: "mdi-text-box-edit-outline", render: render$1 };
|
|
55162
55276
|
const _hoisted_1$1 = {
|
|
55163
55277
|
key: 0,
|
|
55164
55278
|
class: "p-1.5 w-full"
|
|
@@ -55167,6 +55281,8 @@ const _hoisted_2$1 = ["placeholder"];
|
|
|
55167
55281
|
const _hoisted_3$1 = ["src", "title", "alt"];
|
|
55168
55282
|
const _hoisted_4 = { class: "relative rounded-md bg-white overflow-hidden drop-shadow w-96 p-1 max-h-72 overflow-y-auto" };
|
|
55169
55283
|
const _hoisted_5 = ["placeholder"];
|
|
55284
|
+
const _hoisted_6 = { class: "relative rounded-md bg-white overflow-hidden drop-shadow w-96 p-1 max-h-72 overflow-y-auto" };
|
|
55285
|
+
const _hoisted_7 = ["placeholder"];
|
|
55170
55286
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
55171
55287
|
__name: "ImageView",
|
|
55172
55288
|
props: {
|
|
@@ -55181,6 +55297,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
55181
55297
|
},
|
|
55182
55298
|
setup(__props) {
|
|
55183
55299
|
const props = __props;
|
|
55300
|
+
const imgScale = ref(0);
|
|
55184
55301
|
const src = computed({
|
|
55185
55302
|
get: () => {
|
|
55186
55303
|
var _a;
|
|
@@ -55228,13 +55345,17 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
55228
55345
|
mounted = true;
|
|
55229
55346
|
return;
|
|
55230
55347
|
}
|
|
55348
|
+
const entry = entries[0];
|
|
55349
|
+
const { width: w, height: h2 } = entry.contentRect;
|
|
55231
55350
|
if (init2) {
|
|
55351
|
+
imgScale.value = parseFloat((h2 / w).toFixed(2));
|
|
55232
55352
|
init2 = false;
|
|
55233
55353
|
return;
|
|
55234
55354
|
}
|
|
55235
|
-
|
|
55236
|
-
|
|
55237
|
-
|
|
55355
|
+
props.updateAttributes({
|
|
55356
|
+
width: w + "px",
|
|
55357
|
+
height: w * imgScale.value + "px"
|
|
55358
|
+
});
|
|
55238
55359
|
},
|
|
55239
55360
|
{ box: "border-box" }
|
|
55240
55361
|
);
|
|
@@ -55297,7 +55418,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
55297
55418
|
key: 1,
|
|
55298
55419
|
ref_key: "resizeRef",
|
|
55299
55420
|
ref: resizeRef,
|
|
55300
|
-
class: normalizeClass(["resize inline-block overflow-hidden text-center relative rounded-md", {
|
|
55421
|
+
class: normalizeClass(["resize-x inline-block overflow-hidden text-center relative rounded-md", {
|
|
55301
55422
|
"ring-2 rounded": __props.selected
|
|
55302
55423
|
}]),
|
|
55303
55424
|
style: normalizeStyle({
|
|
@@ -55445,7 +55566,40 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
55445
55566
|
createVNode(unref(MdiShare))
|
|
55446
55567
|
]),
|
|
55447
55568
|
_: 1
|
|
55448
|
-
}, 8, ["tooltip"])
|
|
55569
|
+
}, 8, ["tooltip"]),
|
|
55570
|
+
createVNode(unref(Dropdown), {
|
|
55571
|
+
class: "inline-flex",
|
|
55572
|
+
triggers: ["click"],
|
|
55573
|
+
distance: 10
|
|
55574
|
+
}, {
|
|
55575
|
+
popper: withCtx(() => [
|
|
55576
|
+
createElementVNode("div", _hoisted_6, [
|
|
55577
|
+
withDirectives(createElementVNode("input", {
|
|
55578
|
+
"onUpdate:modelValue": _cache[12] || (_cache[12] = ($event) => isRef(alt) ? alt.value = $event : null),
|
|
55579
|
+
placeholder: unref(i18n).global.t("editor.common.placeholder.alt_input"),
|
|
55580
|
+
class: "bg-gray-50 rounded-md hover:bg-gray-100 block px-2 w-full py-1.5 text-sm text-gray-900 border border-gray-300 focus:ring-blue-500 focus:border-blue-500"
|
|
55581
|
+
}, null, 8, _hoisted_7), [
|
|
55582
|
+
[
|
|
55583
|
+
vModelText,
|
|
55584
|
+
unref(alt),
|
|
55585
|
+
void 0,
|
|
55586
|
+
{ lazy: true }
|
|
55587
|
+
]
|
|
55588
|
+
])
|
|
55589
|
+
])
|
|
55590
|
+
]),
|
|
55591
|
+
default: withCtx(() => [
|
|
55592
|
+
createVNode(_sfc_main$g, {
|
|
55593
|
+
tooltip: unref(i18n).global.t("editor.extensions.image.edit_alt")
|
|
55594
|
+
}, {
|
|
55595
|
+
icon: withCtx(() => [
|
|
55596
|
+
createVNode(unref(MdiTextBoxEditOutline))
|
|
55597
|
+
]),
|
|
55598
|
+
_: 1
|
|
55599
|
+
}, 8, ["tooltip"])
|
|
55600
|
+
]),
|
|
55601
|
+
_: 1
|
|
55602
|
+
})
|
|
55449
55603
|
]),
|
|
55450
55604
|
_: 1
|
|
55451
55605
|
}, 8, ["selected", "editor", "delete-node", "get-pos"])
|
|
@@ -55548,6 +55702,178 @@ const Image = Image$1.extend({
|
|
|
55548
55702
|
};
|
|
55549
55703
|
}
|
|
55550
55704
|
});
|
|
55705
|
+
const Indent = Extension.create({
|
|
55706
|
+
name: "indent",
|
|
55707
|
+
addOptions() {
|
|
55708
|
+
return {
|
|
55709
|
+
names: ["heading", "paragraph"],
|
|
55710
|
+
indentRange: 24,
|
|
55711
|
+
minIndentLevel: 0,
|
|
55712
|
+
maxIndentLevel: 24 * 10,
|
|
55713
|
+
defaultIndentLevel: 0,
|
|
55714
|
+
HTMLAttributes: {}
|
|
55715
|
+
};
|
|
55716
|
+
},
|
|
55717
|
+
addGlobalAttributes() {
|
|
55718
|
+
return [
|
|
55719
|
+
{
|
|
55720
|
+
types: this.options.names,
|
|
55721
|
+
attributes: {
|
|
55722
|
+
indent: {
|
|
55723
|
+
default: this.options.defaultIndentLevel,
|
|
55724
|
+
renderHTML: (attributes) => ({
|
|
55725
|
+
style: attributes.indent != 0 ? `margin-left: ${attributes.indent}px!important;` : ""
|
|
55726
|
+
}),
|
|
55727
|
+
parseHTML: (element) => parseInt(element.style.marginLeft, 10) || this.options.defaultIndentLevel
|
|
55728
|
+
}
|
|
55729
|
+
}
|
|
55730
|
+
}
|
|
55731
|
+
];
|
|
55732
|
+
},
|
|
55733
|
+
addCommands() {
|
|
55734
|
+
return {
|
|
55735
|
+
indent: () => ({ tr: tr2, state, dispatch, editor }) => {
|
|
55736
|
+
const { selection } = state;
|
|
55737
|
+
tr2 = tr2.setSelection(selection);
|
|
55738
|
+
tr2 = updateIndentLevel(
|
|
55739
|
+
tr2,
|
|
55740
|
+
this.options,
|
|
55741
|
+
editor.extensionManager.extensions,
|
|
55742
|
+
"indent"
|
|
55743
|
+
);
|
|
55744
|
+
if (tr2.docChanged && dispatch) {
|
|
55745
|
+
dispatch(tr2);
|
|
55746
|
+
return true;
|
|
55747
|
+
}
|
|
55748
|
+
return false;
|
|
55749
|
+
},
|
|
55750
|
+
outdent: () => ({ tr: tr2, state, dispatch, editor }) => {
|
|
55751
|
+
const { selection } = state;
|
|
55752
|
+
tr2 = tr2.setSelection(selection);
|
|
55753
|
+
tr2 = updateIndentLevel(
|
|
55754
|
+
tr2,
|
|
55755
|
+
this.options,
|
|
55756
|
+
editor.extensionManager.extensions,
|
|
55757
|
+
"outdent"
|
|
55758
|
+
);
|
|
55759
|
+
if (tr2.docChanged && dispatch) {
|
|
55760
|
+
dispatch(tr2);
|
|
55761
|
+
return true;
|
|
55762
|
+
}
|
|
55763
|
+
return false;
|
|
55764
|
+
}
|
|
55765
|
+
};
|
|
55766
|
+
},
|
|
55767
|
+
addKeyboardShortcuts() {
|
|
55768
|
+
return {
|
|
55769
|
+
Tab: getIndent(),
|
|
55770
|
+
"Shift-Tab": getOutdent(false),
|
|
55771
|
+
Backspace: getOutdent(true),
|
|
55772
|
+
"Mod-]": getIndent(),
|
|
55773
|
+
"Mod-[": getOutdent(false)
|
|
55774
|
+
};
|
|
55775
|
+
},
|
|
55776
|
+
onUpdate() {
|
|
55777
|
+
const { editor } = this;
|
|
55778
|
+
if (editor.isActive("listItem")) {
|
|
55779
|
+
const node = editor.state.selection.$head.node();
|
|
55780
|
+
if (node.attrs.indent) {
|
|
55781
|
+
editor.commands.updateAttributes(node.type.name, { indent: 0 });
|
|
55782
|
+
}
|
|
55783
|
+
}
|
|
55784
|
+
}
|
|
55785
|
+
});
|
|
55786
|
+
const clamp = (val, min2, max2) => {
|
|
55787
|
+
if (val < min2) {
|
|
55788
|
+
return min2;
|
|
55789
|
+
}
|
|
55790
|
+
if (val > max2) {
|
|
55791
|
+
return max2;
|
|
55792
|
+
}
|
|
55793
|
+
return val;
|
|
55794
|
+
};
|
|
55795
|
+
function setNodeIndentMarkup(tr2, pos, delta, min2, max2) {
|
|
55796
|
+
if (!tr2.doc)
|
|
55797
|
+
return tr2;
|
|
55798
|
+
const node = tr2.doc.nodeAt(pos);
|
|
55799
|
+
if (!node)
|
|
55800
|
+
return tr2;
|
|
55801
|
+
const indent = clamp((node.attrs.indent || 0) + delta, min2, max2);
|
|
55802
|
+
if (indent === node.attrs.indent)
|
|
55803
|
+
return tr2;
|
|
55804
|
+
const nodeAttrs = {
|
|
55805
|
+
...node.attrs,
|
|
55806
|
+
indent
|
|
55807
|
+
};
|
|
55808
|
+
return tr2.setNodeMarkup(pos, node.type, nodeAttrs, node.marks);
|
|
55809
|
+
}
|
|
55810
|
+
const updateIndentLevel = (tr2, options, extensions2, type) => {
|
|
55811
|
+
const { doc: doc2, selection } = tr2;
|
|
55812
|
+
if (!doc2 || !selection)
|
|
55813
|
+
return tr2;
|
|
55814
|
+
if (!(selection instanceof TextSelection)) {
|
|
55815
|
+
return tr2;
|
|
55816
|
+
}
|
|
55817
|
+
const { from: from2, to } = selection;
|
|
55818
|
+
doc2.nodesBetween(from2, to, (node, pos) => {
|
|
55819
|
+
if (options.names.includes(node.type.name)) {
|
|
55820
|
+
if (isTextIndent(tr2, pos) && type === "indent") {
|
|
55821
|
+
tr2.insertText(" ", from2, to);
|
|
55822
|
+
} else {
|
|
55823
|
+
tr2 = setNodeIndentMarkup(
|
|
55824
|
+
tr2,
|
|
55825
|
+
pos,
|
|
55826
|
+
options.indentRange * (type === "indent" ? 1 : -1),
|
|
55827
|
+
options.minIndentLevel,
|
|
55828
|
+
options.maxIndentLevel
|
|
55829
|
+
);
|
|
55830
|
+
}
|
|
55831
|
+
return false;
|
|
55832
|
+
}
|
|
55833
|
+
return !isList(node.type.name, extensions2);
|
|
55834
|
+
});
|
|
55835
|
+
return tr2;
|
|
55836
|
+
};
|
|
55837
|
+
const isTextIndent = (tr2, currNodePos) => {
|
|
55838
|
+
const { selection } = tr2;
|
|
55839
|
+
const { from: from2, to } = selection;
|
|
55840
|
+
if (from2 == 0) {
|
|
55841
|
+
return false;
|
|
55842
|
+
}
|
|
55843
|
+
if (from2 - to == 0 && currNodePos != from2 - 1) {
|
|
55844
|
+
return true;
|
|
55845
|
+
}
|
|
55846
|
+
return false;
|
|
55847
|
+
};
|
|
55848
|
+
const isListActive = (editor) => {
|
|
55849
|
+
return editor.isActive("bulletList") || editor.isActive("orderedList") || editor.isActive("taskList");
|
|
55850
|
+
};
|
|
55851
|
+
const isFilterActive = (editor) => {
|
|
55852
|
+
return editor.isActive("table");
|
|
55853
|
+
};
|
|
55854
|
+
const getIndent = () => ({ editor }) => {
|
|
55855
|
+
if (isFilterActive(editor)) {
|
|
55856
|
+
return false;
|
|
55857
|
+
}
|
|
55858
|
+
if (isListActive(editor)) {
|
|
55859
|
+
const name = editor.can().sinkListItem("listItem") ? "listItem" : "taskItem";
|
|
55860
|
+
return editor.chain().focus().sinkListItem(name).run();
|
|
55861
|
+
}
|
|
55862
|
+
return editor.chain().focus().indent().run();
|
|
55863
|
+
};
|
|
55864
|
+
const getOutdent = (outdentOnlyAtHead) => ({ editor }) => {
|
|
55865
|
+
if (outdentOnlyAtHead && editor.state.selection.$head.parentOffset > 0) {
|
|
55866
|
+
return false;
|
|
55867
|
+
}
|
|
55868
|
+
if (isFilterActive(editor)) {
|
|
55869
|
+
return false;
|
|
55870
|
+
}
|
|
55871
|
+
if (isListActive(editor)) {
|
|
55872
|
+
const name = editor.can().liftListItem("listItem") ? "listItem" : "taskItem";
|
|
55873
|
+
return editor.chain().focus().liftListItem(name).run();
|
|
55874
|
+
}
|
|
55875
|
+
return editor.chain().focus().outdent().run();
|
|
55876
|
+
};
|
|
55551
55877
|
const allExtensions = [
|
|
55552
55878
|
Blockquote,
|
|
55553
55879
|
Bold,
|
|
@@ -55593,7 +55919,8 @@ const allExtensions = [
|
|
|
55593
55919
|
}),
|
|
55594
55920
|
Iframe,
|
|
55595
55921
|
Video,
|
|
55596
|
-
Audio
|
|
55922
|
+
Audio,
|
|
55923
|
+
Indent
|
|
55597
55924
|
];
|
|
55598
55925
|
const plugin = {
|
|
55599
55926
|
install(app) {
|
|
@@ -55630,6 +55957,7 @@ export {
|
|
|
55630
55957
|
HorizontalRule as ExtensionHorizontalRule,
|
|
55631
55958
|
Iframe as ExtensionIframe,
|
|
55632
55959
|
Image as ExtensionImage,
|
|
55960
|
+
Indent as ExtensionIndent,
|
|
55633
55961
|
Italic as ExtensionItalic,
|
|
55634
55962
|
Link as ExtensionLink,
|
|
55635
55963
|
OrderedList as ExtensionOrderedList,
|