@halo-dev/richtext-editor 0.0.0-alpha.23 → 0.0.0-alpha.24
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.
|
@@ -20926,11 +20926,11 @@ const _hoisted_2$1$1 = {
|
|
|
20926
20926
|
ref: "inner",
|
|
20927
20927
|
class: "v-popper__inner"
|
|
20928
20928
|
};
|
|
20929
|
-
const _hoisted_3$
|
|
20930
|
-
const _hoisted_4$
|
|
20931
|
-
const _hoisted_5 = [
|
|
20932
|
-
_hoisted_3$
|
|
20933
|
-
_hoisted_4$
|
|
20929
|
+
const _hoisted_3$15 = /* @__PURE__ */ createElementVNode("div", { class: "v-popper__arrow-outer" }, null, -1);
|
|
20930
|
+
const _hoisted_4$4 = /* @__PURE__ */ createElementVNode("div", { class: "v-popper__arrow-inner" }, null, -1);
|
|
20931
|
+
const _hoisted_5$1 = [
|
|
20932
|
+
_hoisted_3$15,
|
|
20933
|
+
_hoisted_4$4
|
|
20934
20934
|
];
|
|
20935
20935
|
function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
20936
20936
|
const _component_ResizeObserver = resolveComponent("ResizeObserver");
|
|
@@ -20989,7 +20989,7 @@ function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
20989
20989
|
left: _ctx.toPx(_ctx.result.arrow.x),
|
|
20990
20990
|
top: _ctx.toPx(_ctx.result.arrow.y)
|
|
20991
20991
|
} : void 0)
|
|
20992
|
-
}, _hoisted_5, 4)
|
|
20992
|
+
}, _hoisted_5$1, 4)
|
|
20993
20993
|
], 4)
|
|
20994
20994
|
], 46, _hoisted_1$1$1);
|
|
20995
20995
|
}
|
|
@@ -21199,7 +21199,7 @@ const _sfc_main$h = defineComponent({
|
|
|
21199
21199
|
}
|
|
21200
21200
|
});
|
|
21201
21201
|
const _hoisted_1$1b = ["innerHTML"];
|
|
21202
|
-
const _hoisted_2$
|
|
21202
|
+
const _hoisted_2$17 = ["textContent"];
|
|
21203
21203
|
function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
21204
21204
|
const _component_PopperContent = resolveComponent("PopperContent");
|
|
21205
21205
|
const _component_Popper = resolveComponent("Popper");
|
|
@@ -21245,7 +21245,7 @@ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
21245
21245
|
}, null, 8, _hoisted_1$1b)) : (openBlock(), createElementBlock("div", {
|
|
21246
21246
|
key: 1,
|
|
21247
21247
|
textContent: toDisplayString$1(_ctx.finalContent)
|
|
21248
|
-
}, null, 8, _hoisted_2$
|
|
21248
|
+
}, null, 8, _hoisted_2$17))
|
|
21249
21249
|
]),
|
|
21250
21250
|
_: 2
|
|
21251
21251
|
}, 1032, ["class", "popper-id", "theme", "shown", "mounted", "skip-transition", "auto-hide", "handle-resize", "classes", "result", "onHide", "onResize"])
|
|
@@ -21381,7 +21381,7 @@ const VTooltip = PrivateVTooltip;
|
|
|
21381
21381
|
const Dropdown = _sfc_main$3$1;
|
|
21382
21382
|
const Menu = _sfc_main$2$1;
|
|
21383
21383
|
const _hoisted_1$1a = { class: "editor-header flex items-center py-1 space-x-0.5 justify-center border-b drop-shadow-sm bg-white" };
|
|
21384
|
-
const _hoisted_2$
|
|
21384
|
+
const _hoisted_2$16 = { class: "relative rounded-md bg-white overflow-hidden drop-shadow w-48 p-1 max-h-72 overflow-y-auto" };
|
|
21385
21385
|
const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
21386
21386
|
__name: "EditorHeader",
|
|
21387
21387
|
props: {
|
|
@@ -21422,7 +21422,7 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
21422
21422
|
class: "inline-flex"
|
|
21423
21423
|
}, {
|
|
21424
21424
|
popper: withCtx(() => [
|
|
21425
|
-
createElementVNode("div", _hoisted_2$
|
|
21425
|
+
createElementVNode("div", _hoisted_2$16, [
|
|
21426
21426
|
(openBlock(true), createElementBlock(Fragment$1, null, renderList(item.children, (child, childIndex) => {
|
|
21427
21427
|
return openBlock(), createBlock(resolveDynamicComponent(child.component), mergeProps(child.props, { key: childIndex }), null, 16);
|
|
21428
21428
|
}), 128))
|
|
@@ -24913,6 +24913,10 @@ const en = {
|
|
|
24913
24913
|
"large_size": (ctx) => {
|
|
24914
24914
|
const { normalize: _normalize } = ctx;
|
|
24915
24915
|
return _normalize(["Large size"]);
|
|
24916
|
+
},
|
|
24917
|
+
"edit_link": (ctx) => {
|
|
24918
|
+
const { normalize: _normalize } = ctx;
|
|
24919
|
+
return _normalize(["Edit link"]);
|
|
24916
24920
|
}
|
|
24917
24921
|
},
|
|
24918
24922
|
"video": {
|
|
@@ -25265,6 +25269,10 @@ const zhCN = {
|
|
|
25265
25269
|
"large_size": (ctx) => {
|
|
25266
25270
|
const { normalize: _normalize } = ctx;
|
|
25267
25271
|
return _normalize(["大尺寸"]);
|
|
25272
|
+
},
|
|
25273
|
+
"edit_link": (ctx) => {
|
|
25274
|
+
const { normalize: _normalize } = ctx;
|
|
25275
|
+
return _normalize(["修改链接"]);
|
|
25268
25276
|
}
|
|
25269
25277
|
},
|
|
25270
25278
|
"video": {
|
|
@@ -25458,8 +25466,8 @@ const _hoisted_1$18 = {
|
|
|
25458
25466
|
key: 0,
|
|
25459
25467
|
class: "halo-rich-text-editor"
|
|
25460
25468
|
};
|
|
25461
|
-
const _hoisted_2$
|
|
25462
|
-
const _hoisted_3$
|
|
25469
|
+
const _hoisted_2$15 = { class: "h-full flex flex-row w-full" };
|
|
25470
|
+
const _hoisted_3$14 = { class: "h-full" };
|
|
25463
25471
|
const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
25464
25472
|
__name: "Editor",
|
|
25465
25473
|
props: {
|
|
@@ -25493,13 +25501,13 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
25493
25501
|
return __props.editor ? (openBlock(), createElementBlock("div", _hoisted_1$18, [
|
|
25494
25502
|
createVNode(_sfc_main$f, { editor: __props.editor }, null, 8, ["editor"]),
|
|
25495
25503
|
createVNode(_sfc_main$g, { editor: __props.editor }, null, 8, ["editor"]),
|
|
25496
|
-
createElementVNode("div", _hoisted_2$
|
|
25504
|
+
createElementVNode("div", _hoisted_2$15, [
|
|
25497
25505
|
createVNode(unref(EditorContent), {
|
|
25498
25506
|
editor: __props.editor,
|
|
25499
25507
|
style: normalizeStyle(__props.contentStyles),
|
|
25500
25508
|
class: "editor-content markdown-body"
|
|
25501
25509
|
}, null, 8, ["editor", "style"]),
|
|
25502
|
-
createElementVNode("div", _hoisted_3$
|
|
25510
|
+
createElementVNode("div", _hoisted_3$14, [
|
|
25503
25511
|
renderSlot(_ctx.$slots, "extra")
|
|
25504
25512
|
])
|
|
25505
25513
|
])
|
|
@@ -26115,15 +26123,15 @@ const _hoisted_1$16 = {
|
|
|
26115
26123
|
width: "1.2em",
|
|
26116
26124
|
height: "1.2em"
|
|
26117
26125
|
};
|
|
26118
|
-
const _hoisted_2$
|
|
26126
|
+
const _hoisted_2$14 = /* @__PURE__ */ createElementVNode("path", {
|
|
26119
26127
|
fill: "currentColor",
|
|
26120
26128
|
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"
|
|
26121
26129
|
}, null, -1);
|
|
26122
|
-
const _hoisted_3$
|
|
26123
|
-
_hoisted_2$
|
|
26130
|
+
const _hoisted_3$13 = [
|
|
26131
|
+
_hoisted_2$14
|
|
26124
26132
|
];
|
|
26125
26133
|
function render$Y(_ctx, _cache) {
|
|
26126
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$16, _hoisted_3$
|
|
26134
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$16, _hoisted_3$13);
|
|
26127
26135
|
}
|
|
26128
26136
|
const MdiUndoVariant = { name: "mdi-undo-variant", render: render$Y };
|
|
26129
26137
|
const _hoisted_1$15 = {
|
|
@@ -26131,15 +26139,15 @@ const _hoisted_1$15 = {
|
|
|
26131
26139
|
width: "1.2em",
|
|
26132
26140
|
height: "1.2em"
|
|
26133
26141
|
};
|
|
26134
|
-
const _hoisted_2$
|
|
26142
|
+
const _hoisted_2$13 = /* @__PURE__ */ createElementVNode("path", {
|
|
26135
26143
|
fill: "currentColor",
|
|
26136
26144
|
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"
|
|
26137
26145
|
}, null, -1);
|
|
26138
|
-
const _hoisted_3$
|
|
26139
|
-
_hoisted_2$
|
|
26146
|
+
const _hoisted_3$12 = [
|
|
26147
|
+
_hoisted_2$13
|
|
26140
26148
|
];
|
|
26141
26149
|
function render$X(_ctx, _cache) {
|
|
26142
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$15, _hoisted_3$
|
|
26150
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$15, _hoisted_3$12);
|
|
26143
26151
|
}
|
|
26144
26152
|
const MdiRedoVariant = { name: "mdi-redo-variant", render: render$X };
|
|
26145
26153
|
const History = History$1.extend({
|
|
@@ -26320,15 +26328,15 @@ const _hoisted_1$14 = {
|
|
|
26320
26328
|
width: "1.2em",
|
|
26321
26329
|
height: "1.2em"
|
|
26322
26330
|
};
|
|
26323
|
-
const _hoisted_2$
|
|
26331
|
+
const _hoisted_2$12 = /* @__PURE__ */ createElementVNode("path", {
|
|
26324
26332
|
fill: "currentColor",
|
|
26325
26333
|
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"
|
|
26326
26334
|
}, null, -1);
|
|
26327
|
-
const _hoisted_3$
|
|
26328
|
-
_hoisted_2$
|
|
26335
|
+
const _hoisted_3$11 = [
|
|
26336
|
+
_hoisted_2$12
|
|
26329
26337
|
];
|
|
26330
26338
|
function render$W(_ctx, _cache) {
|
|
26331
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$14, _hoisted_3$
|
|
26339
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$14, _hoisted_3$11);
|
|
26332
26340
|
}
|
|
26333
26341
|
const MdiFormatParagraph = { name: "mdi-format-paragraph", render: render$W };
|
|
26334
26342
|
const _hoisted_1$13 = {
|
|
@@ -26336,15 +26344,15 @@ const _hoisted_1$13 = {
|
|
|
26336
26344
|
width: "1.2em",
|
|
26337
26345
|
height: "1.2em"
|
|
26338
26346
|
};
|
|
26339
|
-
const _hoisted_2$
|
|
26347
|
+
const _hoisted_2$11 = /* @__PURE__ */ createElementVNode("path", {
|
|
26340
26348
|
fill: "currentColor",
|
|
26341
26349
|
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"
|
|
26342
26350
|
}, null, -1);
|
|
26343
|
-
const _hoisted_3
|
|
26344
|
-
_hoisted_2$
|
|
26351
|
+
const _hoisted_3$10 = [
|
|
26352
|
+
_hoisted_2$11
|
|
26345
26353
|
];
|
|
26346
26354
|
function render$V(_ctx, _cache) {
|
|
26347
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$13, _hoisted_3
|
|
26355
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$13, _hoisted_3$10);
|
|
26348
26356
|
}
|
|
26349
26357
|
const MdiFormatHeaderPound = { name: "mdi-format-header-pound", render: render$V };
|
|
26350
26358
|
const _hoisted_1$12 = {
|
|
@@ -26352,15 +26360,15 @@ const _hoisted_1$12 = {
|
|
|
26352
26360
|
width: "1.2em",
|
|
26353
26361
|
height: "1.2em"
|
|
26354
26362
|
};
|
|
26355
|
-
const _hoisted_2
|
|
26363
|
+
const _hoisted_2$10 = /* @__PURE__ */ createElementVNode("path", {
|
|
26356
26364
|
fill: "currentColor",
|
|
26357
26365
|
d: "M3 4h2v6h4V4h2v14H9v-6H5v6H3V4m11 14v-2h2V6.31l-2.5 1.44V5.44L16 4h2v12h2v2h-6Z"
|
|
26358
26366
|
}, null, -1);
|
|
26359
|
-
const _hoisted_3
|
|
26360
|
-
_hoisted_2
|
|
26367
|
+
const _hoisted_3$$ = [
|
|
26368
|
+
_hoisted_2$10
|
|
26361
26369
|
];
|
|
26362
26370
|
function render$U(_ctx, _cache) {
|
|
26363
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$12, _hoisted_3
|
|
26371
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$12, _hoisted_3$$);
|
|
26364
26372
|
}
|
|
26365
26373
|
const MdiFormatHeader1 = { name: "mdi-format-header-1", render: render$U };
|
|
26366
26374
|
const _hoisted_1$11 = {
|
|
@@ -26368,15 +26376,15 @@ const _hoisted_1$11 = {
|
|
|
26368
26376
|
width: "1.2em",
|
|
26369
26377
|
height: "1.2em"
|
|
26370
26378
|
};
|
|
26371
|
-
const _hoisted_2
|
|
26379
|
+
const _hoisted_2$$ = /* @__PURE__ */ createElementVNode("path", {
|
|
26372
26380
|
fill: "currentColor",
|
|
26373
26381
|
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"
|
|
26374
26382
|
}, null, -1);
|
|
26375
|
-
const _hoisted_3$
|
|
26376
|
-
_hoisted_2
|
|
26383
|
+
const _hoisted_3$_ = [
|
|
26384
|
+
_hoisted_2$$
|
|
26377
26385
|
];
|
|
26378
26386
|
function render$T(_ctx, _cache) {
|
|
26379
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$11, _hoisted_3$
|
|
26387
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$11, _hoisted_3$_);
|
|
26380
26388
|
}
|
|
26381
26389
|
const MdiFormatHeader2 = { name: "mdi-format-header-2", render: render$T };
|
|
26382
26390
|
const _hoisted_1$10 = {
|
|
@@ -26384,15 +26392,15 @@ const _hoisted_1$10 = {
|
|
|
26384
26392
|
width: "1.2em",
|
|
26385
26393
|
height: "1.2em"
|
|
26386
26394
|
};
|
|
26387
|
-
const _hoisted_2$
|
|
26395
|
+
const _hoisted_2$_ = /* @__PURE__ */ createElementVNode("path", {
|
|
26388
26396
|
fill: "currentColor",
|
|
26389
26397
|
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"
|
|
26390
26398
|
}, null, -1);
|
|
26391
|
-
const _hoisted_3$
|
|
26392
|
-
_hoisted_2$
|
|
26399
|
+
const _hoisted_3$Z = [
|
|
26400
|
+
_hoisted_2$_
|
|
26393
26401
|
];
|
|
26394
26402
|
function render$S(_ctx, _cache) {
|
|
26395
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$10, _hoisted_3$
|
|
26403
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$10, _hoisted_3$Z);
|
|
26396
26404
|
}
|
|
26397
26405
|
const MdiFormatHeader3 = { name: "mdi-format-header-3", render: render$S };
|
|
26398
26406
|
const _hoisted_1$$ = {
|
|
@@ -26400,15 +26408,15 @@ const _hoisted_1$$ = {
|
|
|
26400
26408
|
width: "1.2em",
|
|
26401
26409
|
height: "1.2em"
|
|
26402
26410
|
};
|
|
26403
|
-
const _hoisted_2$
|
|
26411
|
+
const _hoisted_2$Z = /* @__PURE__ */ createElementVNode("path", {
|
|
26404
26412
|
fill: "currentColor",
|
|
26405
26413
|
d: "M3 4h2v6h4V4h2v14H9v-6H5v6H3V4m15 14v-5h-5v-2l5-7h2v7h1v2h-1v5h-2m0-7V7.42L15.45 11H18Z"
|
|
26406
26414
|
}, null, -1);
|
|
26407
|
-
const _hoisted_3$
|
|
26408
|
-
_hoisted_2$
|
|
26415
|
+
const _hoisted_3$Y = [
|
|
26416
|
+
_hoisted_2$Z
|
|
26409
26417
|
];
|
|
26410
26418
|
function render$R(_ctx, _cache) {
|
|
26411
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$$, _hoisted_3$
|
|
26419
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$$, _hoisted_3$Y);
|
|
26412
26420
|
}
|
|
26413
26421
|
const MdiFormatHeader4 = { name: "mdi-format-header-4", render: render$R };
|
|
26414
26422
|
const _hoisted_1$_ = {
|
|
@@ -26416,15 +26424,15 @@ const _hoisted_1$_ = {
|
|
|
26416
26424
|
width: "1.2em",
|
|
26417
26425
|
height: "1.2em"
|
|
26418
26426
|
};
|
|
26419
|
-
const _hoisted_2$
|
|
26427
|
+
const _hoisted_2$Y = /* @__PURE__ */ createElementVNode("path", {
|
|
26420
26428
|
fill: "currentColor",
|
|
26421
26429
|
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"
|
|
26422
26430
|
}, null, -1);
|
|
26423
|
-
const _hoisted_3$
|
|
26424
|
-
_hoisted_2$
|
|
26431
|
+
const _hoisted_3$X = [
|
|
26432
|
+
_hoisted_2$Y
|
|
26425
26433
|
];
|
|
26426
26434
|
function render$Q(_ctx, _cache) {
|
|
26427
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$_, _hoisted_3$
|
|
26435
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$_, _hoisted_3$X);
|
|
26428
26436
|
}
|
|
26429
26437
|
const MdiFormatHeader5 = { name: "mdi-format-header-5", render: render$Q };
|
|
26430
26438
|
const _hoisted_1$Z = {
|
|
@@ -26432,15 +26440,15 @@ const _hoisted_1$Z = {
|
|
|
26432
26440
|
width: "1.2em",
|
|
26433
26441
|
height: "1.2em"
|
|
26434
26442
|
};
|
|
26435
|
-
const _hoisted_2$
|
|
26443
|
+
const _hoisted_2$X = /* @__PURE__ */ createElementVNode("path", {
|
|
26436
26444
|
fill: "currentColor",
|
|
26437
26445
|
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"
|
|
26438
26446
|
}, null, -1);
|
|
26439
|
-
const _hoisted_3$
|
|
26440
|
-
_hoisted_2$
|
|
26447
|
+
const _hoisted_3$W = [
|
|
26448
|
+
_hoisted_2$X
|
|
26441
26449
|
];
|
|
26442
26450
|
function render$P(_ctx, _cache) {
|
|
26443
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$Z, _hoisted_3$
|
|
26451
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$Z, _hoisted_3$W);
|
|
26444
26452
|
}
|
|
26445
26453
|
const MdiFormatHeader6 = { name: "mdi-format-header-6", render: render$P };
|
|
26446
26454
|
const Blockquote$2 = Heading.extend({
|
|
@@ -26689,15 +26697,15 @@ const _hoisted_1$Y = {
|
|
|
26689
26697
|
width: "1.2em",
|
|
26690
26698
|
height: "1.2em"
|
|
26691
26699
|
};
|
|
26692
|
-
const _hoisted_2$
|
|
26700
|
+
const _hoisted_2$W = /* @__PURE__ */ createElementVNode("path", {
|
|
26693
26701
|
fill: "currentColor",
|
|
26694
26702
|
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"
|
|
26695
26703
|
}, null, -1);
|
|
26696
|
-
const _hoisted_3$
|
|
26697
|
-
_hoisted_2$
|
|
26704
|
+
const _hoisted_3$V = [
|
|
26705
|
+
_hoisted_2$W
|
|
26698
26706
|
];
|
|
26699
26707
|
function render$O(_ctx, _cache) {
|
|
26700
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$Y, _hoisted_3$
|
|
26708
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$Y, _hoisted_3$V);
|
|
26701
26709
|
}
|
|
26702
26710
|
const MdiFormatBold = { name: "mdi-format-bold", render: render$O };
|
|
26703
26711
|
const _hoisted_1$X = ["title"];
|
|
@@ -26839,15 +26847,15 @@ const _hoisted_1$W = {
|
|
|
26839
26847
|
width: "1.2em",
|
|
26840
26848
|
height: "1.2em"
|
|
26841
26849
|
};
|
|
26842
|
-
const _hoisted_2$
|
|
26850
|
+
const _hoisted_2$V = /* @__PURE__ */ createElementVNode("path", {
|
|
26843
26851
|
fill: "currentColor",
|
|
26844
26852
|
d: "M10 4v3h2.21l-3.42 8H6v3h8v-3h-2.21l3.42-8H18V4h-8Z"
|
|
26845
26853
|
}, null, -1);
|
|
26846
|
-
const _hoisted_3$
|
|
26847
|
-
_hoisted_2$
|
|
26854
|
+
const _hoisted_3$U = [
|
|
26855
|
+
_hoisted_2$V
|
|
26848
26856
|
];
|
|
26849
26857
|
function render$N(_ctx, _cache) {
|
|
26850
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$W, _hoisted_3$
|
|
26858
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$W, _hoisted_3$U);
|
|
26851
26859
|
}
|
|
26852
26860
|
const MdiFormatItalic = { name: "mdi-format-italic", render: render$N };
|
|
26853
26861
|
const Italic = Italic$1.extend({
|
|
@@ -26954,15 +26962,15 @@ const _hoisted_1$V = {
|
|
|
26954
26962
|
width: "1.2em",
|
|
26955
26963
|
height: "1.2em"
|
|
26956
26964
|
};
|
|
26957
|
-
const _hoisted_2$
|
|
26965
|
+
const _hoisted_2$U = /* @__PURE__ */ createElementVNode("path", {
|
|
26958
26966
|
fill: "currentColor",
|
|
26959
26967
|
d: "M3 14h18v-2H3m2-8v3h5v3h4V7h5V4m-9 15h4v-3h-4v3Z"
|
|
26960
26968
|
}, null, -1);
|
|
26961
|
-
const _hoisted_3$
|
|
26962
|
-
_hoisted_2$
|
|
26969
|
+
const _hoisted_3$T = [
|
|
26970
|
+
_hoisted_2$U
|
|
26963
26971
|
];
|
|
26964
26972
|
function render$M(_ctx, _cache) {
|
|
26965
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$V, _hoisted_3$
|
|
26973
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$V, _hoisted_3$T);
|
|
26966
26974
|
}
|
|
26967
26975
|
const MdiFormatStrikethrough = { name: "mdi-format-strikethrough", render: render$M };
|
|
26968
26976
|
const Strike = Strike$1.extend({
|
|
@@ -27046,15 +27054,15 @@ const _hoisted_1$U = {
|
|
|
27046
27054
|
width: "1.2em",
|
|
27047
27055
|
height: "1.2em"
|
|
27048
27056
|
};
|
|
27049
|
-
const _hoisted_2$
|
|
27057
|
+
const _hoisted_2$T = /* @__PURE__ */ createElementVNode("path", {
|
|
27050
27058
|
fill: "currentColor",
|
|
27051
27059
|
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"
|
|
27052
27060
|
}, null, -1);
|
|
27053
|
-
const _hoisted_3$
|
|
27054
|
-
_hoisted_2$
|
|
27061
|
+
const _hoisted_3$S = [
|
|
27062
|
+
_hoisted_2$T
|
|
27055
27063
|
];
|
|
27056
27064
|
function render$L(_ctx, _cache) {
|
|
27057
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$U, _hoisted_3$
|
|
27065
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$U, _hoisted_3$S);
|
|
27058
27066
|
}
|
|
27059
27067
|
const MdiFormatUnderline = { name: "mdi-format-underline", render: render$L };
|
|
27060
27068
|
const Underline = Underline$1.extend({
|
|
@@ -27171,15 +27179,15 @@ const _hoisted_1$T = {
|
|
|
27171
27179
|
width: "1.2em",
|
|
27172
27180
|
height: "1.2em"
|
|
27173
27181
|
};
|
|
27174
|
-
const _hoisted_2$
|
|
27182
|
+
const _hoisted_2$S = /* @__PURE__ */ createElementVNode("path", {
|
|
27175
27183
|
fill: "currentColor",
|
|
27176
27184
|
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"
|
|
27177
27185
|
}, null, -1);
|
|
27178
|
-
const _hoisted_3$
|
|
27179
|
-
_hoisted_2$
|
|
27186
|
+
const _hoisted_3$R = [
|
|
27187
|
+
_hoisted_2$S
|
|
27180
27188
|
];
|
|
27181
27189
|
function render$K(_ctx, _cache) {
|
|
27182
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$T, _hoisted_3$
|
|
27190
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$T, _hoisted_3$R);
|
|
27183
27191
|
}
|
|
27184
27192
|
const MdiFormatColorHighlight = { name: "mdi-format-color-highlight", render: render$K };
|
|
27185
27193
|
const Highlight = Highlight$1.extend({
|
|
@@ -27267,15 +27275,15 @@ const _hoisted_1$S = {
|
|
|
27267
27275
|
width: "1.2em",
|
|
27268
27276
|
height: "1.2em"
|
|
27269
27277
|
};
|
|
27270
|
-
const _hoisted_2$
|
|
27278
|
+
const _hoisted_2$R = /* @__PURE__ */ createElementVNode("path", {
|
|
27271
27279
|
fill: "currentColor",
|
|
27272
27280
|
d: "m10 7l-2 4h3v6H5v-6l2-4h3m8 0l-2 4h3v6h-6v-6l2-4h3Z"
|
|
27273
27281
|
}, null, -1);
|
|
27274
|
-
const _hoisted_3$
|
|
27275
|
-
_hoisted_2$
|
|
27282
|
+
const _hoisted_3$Q = [
|
|
27283
|
+
_hoisted_2$R
|
|
27276
27284
|
];
|
|
27277
27285
|
function render$J(_ctx, _cache) {
|
|
27278
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$S, _hoisted_3$
|
|
27286
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$S, _hoisted_3$Q);
|
|
27279
27287
|
}
|
|
27280
27288
|
const MdiFormatQuoteOpen = { name: "mdi-format-quote-open", render: render$J };
|
|
27281
27289
|
const Blockquote = Blockquote$1.extend({
|
|
@@ -27376,15 +27384,15 @@ const _hoisted_1$R = {
|
|
|
27376
27384
|
width: "1.2em",
|
|
27377
27385
|
height: "1.2em"
|
|
27378
27386
|
};
|
|
27379
|
-
const _hoisted_2$
|
|
27387
|
+
const _hoisted_2$Q = /* @__PURE__ */ createElementVNode("path", {
|
|
27380
27388
|
fill: "currentColor",
|
|
27381
27389
|
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"
|
|
27382
27390
|
}, null, -1);
|
|
27383
|
-
const _hoisted_3$
|
|
27384
|
-
_hoisted_2$
|
|
27391
|
+
const _hoisted_3$P = [
|
|
27392
|
+
_hoisted_2$Q
|
|
27385
27393
|
];
|
|
27386
27394
|
function render$I(_ctx, _cache) {
|
|
27387
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$R, _hoisted_3$
|
|
27395
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$R, _hoisted_3$P);
|
|
27388
27396
|
}
|
|
27389
27397
|
const MdiCodeTags = { name: "mdi-code-tags", render: render$I };
|
|
27390
27398
|
const Code = Code$1.extend({
|
|
@@ -27471,15 +27479,15 @@ const _hoisted_1$Q = {
|
|
|
27471
27479
|
width: "1.2em",
|
|
27472
27480
|
height: "1.2em"
|
|
27473
27481
|
};
|
|
27474
|
-
const _hoisted_2$
|
|
27482
|
+
const _hoisted_2$P = /* @__PURE__ */ createElementVNode("path", {
|
|
27475
27483
|
fill: "currentColor",
|
|
27476
27484
|
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"
|
|
27477
27485
|
}, null, -1);
|
|
27478
|
-
const _hoisted_3$
|
|
27479
|
-
_hoisted_2$
|
|
27486
|
+
const _hoisted_3$O = [
|
|
27487
|
+
_hoisted_2$P
|
|
27480
27488
|
];
|
|
27481
27489
|
function render$H(_ctx, _cache) {
|
|
27482
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$Q, _hoisted_3$
|
|
27490
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$Q, _hoisted_3$O);
|
|
27483
27491
|
}
|
|
27484
27492
|
const MdiFormatSuperscript = { name: "mdi-format-superscript", render: render$H };
|
|
27485
27493
|
const Superscript = Superscript$1.extend({
|
|
@@ -27566,15 +27574,15 @@ const _hoisted_1$P = {
|
|
|
27566
27574
|
width: "1.2em",
|
|
27567
27575
|
height: "1.2em"
|
|
27568
27576
|
};
|
|
27569
|
-
const _hoisted_2$
|
|
27577
|
+
const _hoisted_2$O = /* @__PURE__ */ createElementVNode("path", {
|
|
27570
27578
|
fill: "currentColor",
|
|
27571
27579
|
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"
|
|
27572
27580
|
}, null, -1);
|
|
27573
|
-
const _hoisted_3$
|
|
27574
|
-
_hoisted_2$
|
|
27581
|
+
const _hoisted_3$N = [
|
|
27582
|
+
_hoisted_2$O
|
|
27575
27583
|
];
|
|
27576
27584
|
function render$G(_ctx, _cache) {
|
|
27577
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$P, _hoisted_3$
|
|
27585
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$P, _hoisted_3$N);
|
|
27578
27586
|
}
|
|
27579
27587
|
const MdiFormatSubscript = { name: "mdi-format-subscript", render: render$G };
|
|
27580
27588
|
const Subscript = Subscript$1.extend({
|
|
@@ -27767,15 +27775,15 @@ const _hoisted_1$O = {
|
|
|
27767
27775
|
width: "1.2em",
|
|
27768
27776
|
height: "1.2em"
|
|
27769
27777
|
};
|
|
27770
|
-
const _hoisted_2$
|
|
27778
|
+
const _hoisted_2$N = /* @__PURE__ */ createElementVNode("path", {
|
|
27771
27779
|
fill: "currentColor",
|
|
27772
27780
|
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"
|
|
27773
27781
|
}, null, -1);
|
|
27774
|
-
const _hoisted_3$
|
|
27775
|
-
_hoisted_2$
|
|
27782
|
+
const _hoisted_3$M = [
|
|
27783
|
+
_hoisted_2$N
|
|
27776
27784
|
];
|
|
27777
27785
|
function render$F(_ctx, _cache) {
|
|
27778
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$O, _hoisted_3$
|
|
27786
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$O, _hoisted_3$M);
|
|
27779
27787
|
}
|
|
27780
27788
|
const MdiFormatListBulleted = { name: "mdi-format-list-bulleted", render: render$F };
|
|
27781
27789
|
const BulletList = BulletList$1.extend({
|
|
@@ -27956,15 +27964,15 @@ const _hoisted_1$N = {
|
|
|
27956
27964
|
width: "1.2em",
|
|
27957
27965
|
height: "1.2em"
|
|
27958
27966
|
};
|
|
27959
|
-
const _hoisted_2$
|
|
27967
|
+
const _hoisted_2$M = /* @__PURE__ */ createElementVNode("path", {
|
|
27960
27968
|
fill: "currentColor",
|
|
27961
27969
|
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"
|
|
27962
27970
|
}, null, -1);
|
|
27963
|
-
const _hoisted_3$
|
|
27964
|
-
_hoisted_2$
|
|
27971
|
+
const _hoisted_3$L = [
|
|
27972
|
+
_hoisted_2$M
|
|
27965
27973
|
];
|
|
27966
27974
|
function render$E(_ctx, _cache) {
|
|
27967
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$N, _hoisted_3$
|
|
27975
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$N, _hoisted_3$L);
|
|
27968
27976
|
}
|
|
27969
27977
|
const MdiFormatListNumbered = { name: "mdi-format-list-numbered", render: render$E };
|
|
27970
27978
|
const OrderedList = OrderedList$1.extend({
|
|
@@ -28183,15 +28191,15 @@ const _hoisted_1$M = {
|
|
|
28183
28191
|
width: "1.2em",
|
|
28184
28192
|
height: "1.2em"
|
|
28185
28193
|
};
|
|
28186
|
-
const _hoisted_2$
|
|
28194
|
+
const _hoisted_2$L = /* @__PURE__ */ createElementVNode("path", {
|
|
28187
28195
|
fill: "currentColor",
|
|
28188
28196
|
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"
|
|
28189
28197
|
}, null, -1);
|
|
28190
|
-
const _hoisted_3$
|
|
28191
|
-
_hoisted_2$
|
|
28198
|
+
const _hoisted_3$K = [
|
|
28199
|
+
_hoisted_2$L
|
|
28192
28200
|
];
|
|
28193
28201
|
function render$D(_ctx, _cache) {
|
|
28194
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$M, _hoisted_3$
|
|
28202
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$M, _hoisted_3$K);
|
|
28195
28203
|
}
|
|
28196
28204
|
const MdiFormatListCheckbox = { name: "mdi-format-list-checkbox", render: render$D };
|
|
28197
28205
|
const TaskList = TaskList$1.extend({
|
|
@@ -30790,15 +30798,15 @@ const _hoisted_1$L = {
|
|
|
30790
30798
|
width: "1.2em",
|
|
30791
30799
|
height: "1.2em"
|
|
30792
30800
|
};
|
|
30793
|
-
const _hoisted_2$
|
|
30801
|
+
const _hoisted_2$K = /* @__PURE__ */ createElementVNode("path", {
|
|
30794
30802
|
fill: "currentColor",
|
|
30795
30803
|
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"
|
|
30796
30804
|
}, null, -1);
|
|
30797
|
-
const _hoisted_3$
|
|
30798
|
-
_hoisted_2$
|
|
30805
|
+
const _hoisted_3$J = [
|
|
30806
|
+
_hoisted_2$K
|
|
30799
30807
|
];
|
|
30800
30808
|
function render$C(_ctx, _cache) {
|
|
30801
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$L, _hoisted_3$
|
|
30809
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$L, _hoisted_3$J);
|
|
30802
30810
|
}
|
|
30803
30811
|
const MdiTable = { name: "mdi-table", render: render$C };
|
|
30804
30812
|
const _hoisted_1$K = {
|
|
@@ -30806,15 +30814,15 @@ const _hoisted_1$K = {
|
|
|
30806
30814
|
width: "1.2em",
|
|
30807
30815
|
height: "1.2em"
|
|
30808
30816
|
};
|
|
30809
|
-
const _hoisted_2$
|
|
30817
|
+
const _hoisted_2$J = /* @__PURE__ */ createElementVNode("path", {
|
|
30810
30818
|
fill: "currentColor",
|
|
30811
30819
|
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"
|
|
30812
30820
|
}, null, -1);
|
|
30813
|
-
const _hoisted_3$
|
|
30814
|
-
_hoisted_2$
|
|
30821
|
+
const _hoisted_3$I = [
|
|
30822
|
+
_hoisted_2$J
|
|
30815
30823
|
];
|
|
30816
30824
|
function render$B(_ctx, _cache) {
|
|
30817
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$K, _hoisted_3$
|
|
30825
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$K, _hoisted_3$I);
|
|
30818
30826
|
}
|
|
30819
30827
|
const MdiTablePlus = { name: "mdi-table-plus", render: render$B };
|
|
30820
30828
|
const _hoisted_1$J = {
|
|
@@ -30822,15 +30830,15 @@ const _hoisted_1$J = {
|
|
|
30822
30830
|
width: "1.2em",
|
|
30823
30831
|
height: "1.2em"
|
|
30824
30832
|
};
|
|
30825
|
-
const _hoisted_2$
|
|
30833
|
+
const _hoisted_2$I = /* @__PURE__ */ createElementVNode("path", {
|
|
30826
30834
|
fill: "currentColor",
|
|
30827
30835
|
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"
|
|
30828
30836
|
}, null, -1);
|
|
30829
|
-
const _hoisted_3$
|
|
30830
|
-
_hoisted_2$
|
|
30837
|
+
const _hoisted_3$H = [
|
|
30838
|
+
_hoisted_2$I
|
|
30831
30839
|
];
|
|
30832
30840
|
function render$A(_ctx, _cache) {
|
|
30833
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$J, _hoisted_3$
|
|
30841
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$J, _hoisted_3$H);
|
|
30834
30842
|
}
|
|
30835
30843
|
const MdiTableColumnPlusBefore = { name: "mdi-table-column-plus-before", render: render$A };
|
|
30836
30844
|
const _hoisted_1$I = {
|
|
@@ -30838,15 +30846,15 @@ const _hoisted_1$I = {
|
|
|
30838
30846
|
width: "1.2em",
|
|
30839
30847
|
height: "1.2em"
|
|
30840
30848
|
};
|
|
30841
|
-
const _hoisted_2$
|
|
30849
|
+
const _hoisted_2$H = /* @__PURE__ */ createElementVNode("path", {
|
|
30842
30850
|
fill: "currentColor",
|
|
30843
30851
|
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"
|
|
30844
30852
|
}, null, -1);
|
|
30845
|
-
const _hoisted_3$
|
|
30846
|
-
_hoisted_2$
|
|
30853
|
+
const _hoisted_3$G = [
|
|
30854
|
+
_hoisted_2$H
|
|
30847
30855
|
];
|
|
30848
30856
|
function render$z(_ctx, _cache) {
|
|
30849
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$I, _hoisted_3$
|
|
30857
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$I, _hoisted_3$G);
|
|
30850
30858
|
}
|
|
30851
30859
|
const MdiTableColumnPlusAfter = { name: "mdi-table-column-plus-after", render: render$z };
|
|
30852
30860
|
const _hoisted_1$H = {
|
|
@@ -30854,15 +30862,15 @@ const _hoisted_1$H = {
|
|
|
30854
30862
|
width: "1.2em",
|
|
30855
30863
|
height: "1.2em"
|
|
30856
30864
|
};
|
|
30857
|
-
const _hoisted_2$
|
|
30865
|
+
const _hoisted_2$G = /* @__PURE__ */ createElementVNode("path", {
|
|
30858
30866
|
fill: "currentColor",
|
|
30859
30867
|
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"
|
|
30860
30868
|
}, null, -1);
|
|
30861
|
-
const _hoisted_3$
|
|
30862
|
-
_hoisted_2$
|
|
30869
|
+
const _hoisted_3$F = [
|
|
30870
|
+
_hoisted_2$G
|
|
30863
30871
|
];
|
|
30864
30872
|
function render$y(_ctx, _cache) {
|
|
30865
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$H, _hoisted_3$
|
|
30873
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$H, _hoisted_3$F);
|
|
30866
30874
|
}
|
|
30867
30875
|
const MdiTableRowPlusAfter = { name: "mdi-table-row-plus-after", render: render$y };
|
|
30868
30876
|
const _hoisted_1$G = {
|
|
@@ -30870,15 +30878,15 @@ const _hoisted_1$G = {
|
|
|
30870
30878
|
width: "1.2em",
|
|
30871
30879
|
height: "1.2em"
|
|
30872
30880
|
};
|
|
30873
|
-
const _hoisted_2$
|
|
30881
|
+
const _hoisted_2$F = /* @__PURE__ */ createElementVNode("path", {
|
|
30874
30882
|
fill: "currentColor",
|
|
30875
30883
|
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"
|
|
30876
30884
|
}, null, -1);
|
|
30877
|
-
const _hoisted_3$
|
|
30878
|
-
_hoisted_2$
|
|
30885
|
+
const _hoisted_3$E = [
|
|
30886
|
+
_hoisted_2$F
|
|
30879
30887
|
];
|
|
30880
30888
|
function render$x(_ctx, _cache) {
|
|
30881
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$G, _hoisted_3$
|
|
30889
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$G, _hoisted_3$E);
|
|
30882
30890
|
}
|
|
30883
30891
|
const MdiTableRowPlusBefore = { name: "mdi-table-row-plus-before", render: render$x };
|
|
30884
30892
|
const _hoisted_1$F = {
|
|
@@ -30886,15 +30894,15 @@ const _hoisted_1$F = {
|
|
|
30886
30894
|
width: "1.2em",
|
|
30887
30895
|
height: "1.2em"
|
|
30888
30896
|
};
|
|
30889
|
-
const _hoisted_2$
|
|
30897
|
+
const _hoisted_2$E = /* @__PURE__ */ createElementVNode("path", {
|
|
30890
30898
|
fill: "currentColor",
|
|
30891
30899
|
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"
|
|
30892
30900
|
}, null, -1);
|
|
30893
|
-
const _hoisted_3$
|
|
30894
|
-
_hoisted_2$
|
|
30901
|
+
const _hoisted_3$D = [
|
|
30902
|
+
_hoisted_2$E
|
|
30895
30903
|
];
|
|
30896
30904
|
function render$w(_ctx, _cache) {
|
|
30897
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$F, _hoisted_3$
|
|
30905
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$F, _hoisted_3$D);
|
|
30898
30906
|
}
|
|
30899
30907
|
const MdiTableColumnRemove = { name: "mdi-table-column-remove", render: render$w };
|
|
30900
30908
|
const _hoisted_1$E = {
|
|
@@ -30902,15 +30910,15 @@ const _hoisted_1$E = {
|
|
|
30902
30910
|
width: "1.2em",
|
|
30903
30911
|
height: "1.2em"
|
|
30904
30912
|
};
|
|
30905
|
-
const _hoisted_2$
|
|
30913
|
+
const _hoisted_2$D = /* @__PURE__ */ createElementVNode("path", {
|
|
30906
30914
|
fill: "currentColor",
|
|
30907
30915
|
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"
|
|
30908
30916
|
}, null, -1);
|
|
30909
|
-
const _hoisted_3$
|
|
30910
|
-
_hoisted_2$
|
|
30917
|
+
const _hoisted_3$C = [
|
|
30918
|
+
_hoisted_2$D
|
|
30911
30919
|
];
|
|
30912
30920
|
function render$v(_ctx, _cache) {
|
|
30913
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$E, _hoisted_3$
|
|
30921
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$E, _hoisted_3$C);
|
|
30914
30922
|
}
|
|
30915
30923
|
const MdiTableRowRemove = { name: "mdi-table-row-remove", render: render$v };
|
|
30916
30924
|
const _hoisted_1$D = {
|
|
@@ -30918,15 +30926,15 @@ const _hoisted_1$D = {
|
|
|
30918
30926
|
width: "1.2em",
|
|
30919
30927
|
height: "1.2em"
|
|
30920
30928
|
};
|
|
30921
|
-
const _hoisted_2$
|
|
30929
|
+
const _hoisted_2$C = /* @__PURE__ */ createElementVNode("path", {
|
|
30922
30930
|
fill: "currentColor",
|
|
30923
30931
|
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"
|
|
30924
30932
|
}, null, -1);
|
|
30925
|
-
const _hoisted_3$
|
|
30926
|
-
_hoisted_2$
|
|
30933
|
+
const _hoisted_3$B = [
|
|
30934
|
+
_hoisted_2$C
|
|
30927
30935
|
];
|
|
30928
30936
|
function render$u(_ctx, _cache) {
|
|
30929
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$D, _hoisted_3$
|
|
30937
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$D, _hoisted_3$B);
|
|
30930
30938
|
}
|
|
30931
30939
|
const MdiTableRemove = { name: "mdi-table-remove", render: render$u };
|
|
30932
30940
|
const _hoisted_1$C = {
|
|
@@ -30934,15 +30942,15 @@ const _hoisted_1$C = {
|
|
|
30934
30942
|
width: "1.2em",
|
|
30935
30943
|
height: "1.2em"
|
|
30936
30944
|
};
|
|
30937
|
-
const _hoisted_2$
|
|
30945
|
+
const _hoisted_2$B = /* @__PURE__ */ createElementVNode("path", {
|
|
30938
30946
|
fill: "currentColor",
|
|
30939
30947
|
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"
|
|
30940
30948
|
}, null, -1);
|
|
30941
|
-
const _hoisted_3$
|
|
30942
|
-
_hoisted_2$
|
|
30949
|
+
const _hoisted_3$A = [
|
|
30950
|
+
_hoisted_2$B
|
|
30943
30951
|
];
|
|
30944
30952
|
function render$t(_ctx, _cache) {
|
|
30945
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$C, _hoisted_3$
|
|
30953
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$C, _hoisted_3$A);
|
|
30946
30954
|
}
|
|
30947
30955
|
const MdiTableHeadersEye = { name: "mdi-table-headers-eye", render: render$t };
|
|
30948
30956
|
const _hoisted_1$B = {
|
|
@@ -30950,15 +30958,15 @@ const _hoisted_1$B = {
|
|
|
30950
30958
|
width: "1.2em",
|
|
30951
30959
|
height: "1.2em"
|
|
30952
30960
|
};
|
|
30953
|
-
const _hoisted_2$
|
|
30961
|
+
const _hoisted_2$A = /* @__PURE__ */ createElementVNode("path", {
|
|
30954
30962
|
fill: "currentColor",
|
|
30955
30963
|
d: "M5 10H3V4h8v2H5v4m14 8h-6v2h8v-6h-2v4M5 18v-4H3v6h8v-2H5M21 4h-8v2h6v4h2V4M8 13v2l3-3l-3-3v2H3v2h5m8-2V9l-3 3l3 3v-2h5v-2h-5Z"
|
|
30956
30964
|
}, null, -1);
|
|
30957
|
-
const _hoisted_3$
|
|
30958
|
-
_hoisted_2$
|
|
30965
|
+
const _hoisted_3$z = [
|
|
30966
|
+
_hoisted_2$A
|
|
30959
30967
|
];
|
|
30960
30968
|
function render$s(_ctx, _cache) {
|
|
30961
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$B, _hoisted_3$
|
|
30969
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$B, _hoisted_3$z);
|
|
30962
30970
|
}
|
|
30963
30971
|
const MdiTableMergeCells = { name: "mdi-table-merge-cells", render: render$s };
|
|
30964
30972
|
const _hoisted_1$A = {
|
|
@@ -30966,15 +30974,15 @@ const _hoisted_1$A = {
|
|
|
30966
30974
|
width: "1.2em",
|
|
30967
30975
|
height: "1.2em"
|
|
30968
30976
|
};
|
|
30969
|
-
const _hoisted_2$
|
|
30977
|
+
const _hoisted_2$z = /* @__PURE__ */ createElementVNode("path", {
|
|
30970
30978
|
fill: "currentColor",
|
|
30971
30979
|
d: "M19 14h2v6H3v-6h2v4h14v-4M3 4v6h2V6h14v4h2V4H3m8 7v2H8v2l-3-3l3-3v2h3m5 0V9l3 3l-3 3v-2h-3v-2h3Z"
|
|
30972
30980
|
}, null, -1);
|
|
30973
|
-
const _hoisted_3$
|
|
30974
|
-
_hoisted_2$
|
|
30981
|
+
const _hoisted_3$y = [
|
|
30982
|
+
_hoisted_2$z
|
|
30975
30983
|
];
|
|
30976
30984
|
function render$r(_ctx, _cache) {
|
|
30977
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$A, _hoisted_3$
|
|
30985
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$A, _hoisted_3$y);
|
|
30978
30986
|
}
|
|
30979
30987
|
const MdiTableSplitCell = { name: "mdi-table-split-cell", render: render$r };
|
|
30980
30988
|
const Table = Table$1.extend({
|
|
@@ -31211,15 +31219,15 @@ const _hoisted_1$z = {
|
|
|
31211
31219
|
width: "1.2em",
|
|
31212
31220
|
height: "1.2em"
|
|
31213
31221
|
};
|
|
31214
|
-
const _hoisted_2$
|
|
31222
|
+
const _hoisted_2$y = /* @__PURE__ */ createElementVNode("path", {
|
|
31215
31223
|
fill: "currentColor",
|
|
31216
31224
|
d: "M3 3h18v2H3V3m0 4h12v2H3V7m0 4h18v2H3v-2m0 4h12v2H3v-2m0 4h18v2H3v-2Z"
|
|
31217
31225
|
}, null, -1);
|
|
31218
|
-
const _hoisted_3$
|
|
31219
|
-
_hoisted_2$
|
|
31226
|
+
const _hoisted_3$x = [
|
|
31227
|
+
_hoisted_2$y
|
|
31220
31228
|
];
|
|
31221
31229
|
function render$q(_ctx, _cache) {
|
|
31222
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$z, _hoisted_3$
|
|
31230
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$z, _hoisted_3$x);
|
|
31223
31231
|
}
|
|
31224
31232
|
const MdiFormatAlignLeft = { name: "mdi-format-align-left", render: render$q };
|
|
31225
31233
|
const _hoisted_1$y = {
|
|
@@ -31227,15 +31235,15 @@ const _hoisted_1$y = {
|
|
|
31227
31235
|
width: "1.2em",
|
|
31228
31236
|
height: "1.2em"
|
|
31229
31237
|
};
|
|
31230
|
-
const _hoisted_2$
|
|
31238
|
+
const _hoisted_2$x = /* @__PURE__ */ createElementVNode("path", {
|
|
31231
31239
|
fill: "currentColor",
|
|
31232
31240
|
d: "M3 3h18v2H3V3m4 4h10v2H7V7m-4 4h18v2H3v-2m4 4h10v2H7v-2m-4 4h18v2H3v-2Z"
|
|
31233
31241
|
}, null, -1);
|
|
31234
|
-
const _hoisted_3$
|
|
31235
|
-
_hoisted_2$
|
|
31242
|
+
const _hoisted_3$w = [
|
|
31243
|
+
_hoisted_2$x
|
|
31236
31244
|
];
|
|
31237
31245
|
function render$p(_ctx, _cache) {
|
|
31238
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$y, _hoisted_3$
|
|
31246
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$y, _hoisted_3$w);
|
|
31239
31247
|
}
|
|
31240
31248
|
const MdiFormatAlignCenter = { name: "mdi-format-align-center", render: render$p };
|
|
31241
31249
|
const _hoisted_1$x = {
|
|
@@ -31243,15 +31251,15 @@ const _hoisted_1$x = {
|
|
|
31243
31251
|
width: "1.2em",
|
|
31244
31252
|
height: "1.2em"
|
|
31245
31253
|
};
|
|
31246
|
-
const _hoisted_2$
|
|
31254
|
+
const _hoisted_2$w = /* @__PURE__ */ createElementVNode("path", {
|
|
31247
31255
|
fill: "currentColor",
|
|
31248
31256
|
d: "M3 3h18v2H3V3m6 4h12v2H9V7m-6 4h18v2H3v-2m6 4h12v2H9v-2m-6 4h18v2H3v-2Z"
|
|
31249
31257
|
}, null, -1);
|
|
31250
|
-
const _hoisted_3$
|
|
31251
|
-
_hoisted_2$
|
|
31258
|
+
const _hoisted_3$v = [
|
|
31259
|
+
_hoisted_2$w
|
|
31252
31260
|
];
|
|
31253
31261
|
function render$o(_ctx, _cache) {
|
|
31254
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$x, _hoisted_3$
|
|
31262
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$x, _hoisted_3$v);
|
|
31255
31263
|
}
|
|
31256
31264
|
const MdiFormatAlignRight = { name: "mdi-format-align-right", render: render$o };
|
|
31257
31265
|
const _hoisted_1$w = {
|
|
@@ -31259,15 +31267,15 @@ const _hoisted_1$w = {
|
|
|
31259
31267
|
width: "1.2em",
|
|
31260
31268
|
height: "1.2em"
|
|
31261
31269
|
};
|
|
31262
|
-
const _hoisted_2$
|
|
31270
|
+
const _hoisted_2$v = /* @__PURE__ */ createElementVNode("path", {
|
|
31263
31271
|
fill: "currentColor",
|
|
31264
31272
|
d: "M3 3h18v2H3V3m0 4h18v2H3V7m0 4h18v2H3v-2m0 4h18v2H3v-2m0 4h18v2H3v-2Z"
|
|
31265
31273
|
}, null, -1);
|
|
31266
|
-
const _hoisted_3$
|
|
31267
|
-
_hoisted_2$
|
|
31274
|
+
const _hoisted_3$u = [
|
|
31275
|
+
_hoisted_2$v
|
|
31268
31276
|
];
|
|
31269
31277
|
function render$n(_ctx, _cache) {
|
|
31270
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$w, _hoisted_3$
|
|
31278
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$w, _hoisted_3$u);
|
|
31271
31279
|
}
|
|
31272
31280
|
const MdiFormatAlignJustify = { name: "mdi-format-align-justify", render: render$n };
|
|
31273
31281
|
const TextAlign = TextAlign$1.extend({
|
|
@@ -32751,21 +32759,21 @@ const _hoisted_1$v = {
|
|
|
32751
32759
|
width: "1.2em",
|
|
32752
32760
|
height: "1.2em"
|
|
32753
32761
|
};
|
|
32754
|
-
const _hoisted_2$
|
|
32762
|
+
const _hoisted_2$u = /* @__PURE__ */ createElementVNode("path", {
|
|
32755
32763
|
fill: "currentColor",
|
|
32756
32764
|
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"
|
|
32757
32765
|
}, null, -1);
|
|
32758
|
-
const _hoisted_3$
|
|
32759
|
-
_hoisted_2$
|
|
32766
|
+
const _hoisted_3$t = [
|
|
32767
|
+
_hoisted_2$u
|
|
32760
32768
|
];
|
|
32761
32769
|
function render$m(_ctx, _cache) {
|
|
32762
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$v, _hoisted_3$
|
|
32770
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$v, _hoisted_3$t);
|
|
32763
32771
|
}
|
|
32764
32772
|
const MdiLinkVariant = { name: "mdi-link-variant", render: render$m };
|
|
32765
32773
|
const _hoisted_1$u = { class: "relative rounded-md bg-white overflow-hidden drop-shadow w-96 p-1 max-h-72 overflow-y-auto" };
|
|
32766
|
-
const _hoisted_2$
|
|
32767
|
-
const _hoisted_3$
|
|
32768
|
-
const _hoisted_4$
|
|
32774
|
+
const _hoisted_2$t = ["placeholder"];
|
|
32775
|
+
const _hoisted_3$s = { class: "inline-flex items-center mt-2" };
|
|
32776
|
+
const _hoisted_4$3 = { class: "ml-2 text-sm text-gray-500" };
|
|
32769
32777
|
const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
32770
32778
|
__name: "LinkBubbleButton",
|
|
32771
32779
|
props: {
|
|
@@ -32814,7 +32822,7 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
32814
32822
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => isRef(href) ? href.value = $event : null),
|
|
32815
32823
|
placeholder: unref(i18n).global.t("editor.extensions.link.placeholder"),
|
|
32816
32824
|
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"
|
|
32817
|
-
}, null, 8, _hoisted_2$
|
|
32825
|
+
}, null, 8, _hoisted_2$t), [
|
|
32818
32826
|
[
|
|
32819
32827
|
vModelText,
|
|
32820
32828
|
unref(href),
|
|
@@ -32822,7 +32830,7 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
32822
32830
|
{ lazy: true }
|
|
32823
32831
|
]
|
|
32824
32832
|
]),
|
|
32825
|
-
createElementVNode("label", _hoisted_3$
|
|
32833
|
+
createElementVNode("label", _hoisted_3$s, [
|
|
32826
32834
|
withDirectives(createElementVNode("input", {
|
|
32827
32835
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => isRef(target) ? target.value = $event : null),
|
|
32828
32836
|
type: "checkbox",
|
|
@@ -32830,7 +32838,7 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
32830
32838
|
}, null, 512), [
|
|
32831
32839
|
[vModelCheckbox, unref(target)]
|
|
32832
32840
|
]),
|
|
32833
|
-
createElementVNode("span", _hoisted_4$
|
|
32841
|
+
createElementVNode("span", _hoisted_4$3, toDisplayString$1(unref(i18n).global.t("editor.extensions.link.open_in_new_window")), 1)
|
|
32834
32842
|
])
|
|
32835
32843
|
])
|
|
32836
32844
|
]),
|
|
@@ -32856,15 +32864,15 @@ const _hoisted_1$t = {
|
|
|
32856
32864
|
width: "1.2em",
|
|
32857
32865
|
height: "1.2em"
|
|
32858
32866
|
};
|
|
32859
|
-
const _hoisted_2$
|
|
32867
|
+
const _hoisted_2$s = /* @__PURE__ */ createElementVNode("path", {
|
|
32860
32868
|
fill: "currentColor",
|
|
32861
32869
|
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"
|
|
32862
32870
|
}, null, -1);
|
|
32863
|
-
const _hoisted_3$
|
|
32864
|
-
_hoisted_2$
|
|
32871
|
+
const _hoisted_3$r = [
|
|
32872
|
+
_hoisted_2$s
|
|
32865
32873
|
];
|
|
32866
32874
|
function render$l(_ctx, _cache) {
|
|
32867
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$t, _hoisted_3$
|
|
32875
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$t, _hoisted_3$r);
|
|
32868
32876
|
}
|
|
32869
32877
|
const MdiLinkVariantOff = { name: "mdi-link-variant-off", render: render$l };
|
|
32870
32878
|
const _hoisted_1$s = {
|
|
@@ -32872,15 +32880,15 @@ const _hoisted_1$s = {
|
|
|
32872
32880
|
width: "1.2em",
|
|
32873
32881
|
height: "1.2em"
|
|
32874
32882
|
};
|
|
32875
|
-
const _hoisted_2$
|
|
32883
|
+
const _hoisted_2$r = /* @__PURE__ */ createElementVNode("path", {
|
|
32876
32884
|
fill: "currentColor",
|
|
32877
32885
|
d: "m21 12l-7-7v4C7 10 4 15 3 20c2.5-3.5 6-5.1 11-5.1V19l7-7Z"
|
|
32878
32886
|
}, null, -1);
|
|
32879
|
-
const _hoisted_3$
|
|
32880
|
-
_hoisted_2$
|
|
32887
|
+
const _hoisted_3$q = [
|
|
32888
|
+
_hoisted_2$r
|
|
32881
32889
|
];
|
|
32882
32890
|
function render$k(_ctx, _cache) {
|
|
32883
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$s, _hoisted_3$
|
|
32891
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$s, _hoisted_3$q);
|
|
32884
32892
|
}
|
|
32885
32893
|
const MdiShare = { name: "mdi-share", render: render$k };
|
|
32886
32894
|
const Link = Link$1.extend({
|
|
@@ -33658,9 +33666,9 @@ function Suggestion({ pluginKey = SuggestionPluginKey, editor, char = "@", allow
|
|
|
33658
33666
|
return plugin2;
|
|
33659
33667
|
}
|
|
33660
33668
|
const _hoisted_1$r = { class: "command-items" };
|
|
33661
|
-
const _hoisted_2$
|
|
33662
|
-
const _hoisted_3$
|
|
33663
|
-
const _hoisted_4$
|
|
33669
|
+
const _hoisted_2$q = ["id", "onClick"];
|
|
33670
|
+
const _hoisted_3$p = { class: "command-title group-hover:text-gray-900 group-hover:font-medium" };
|
|
33671
|
+
const _hoisted_4$2 = {
|
|
33664
33672
|
key: 1,
|
|
33665
33673
|
class: "command-empty"
|
|
33666
33674
|
};
|
|
@@ -33740,9 +33748,9 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
33740
33748
|
onClick: ($event) => handleSelectItem(index2)
|
|
33741
33749
|
}, [
|
|
33742
33750
|
(openBlock(), createBlock(resolveDynamicComponent(item.icon), { class: "command-icon group-hover:!bg-white" })),
|
|
33743
|
-
createElementVNode("span", _hoisted_3$
|
|
33744
|
-
], 10, _hoisted_2$
|
|
33745
|
-
}), 128)) : (openBlock(), createElementBlock("div", _hoisted_4$
|
|
33751
|
+
createElementVNode("span", _hoisted_3$p, toDisplayString$1(unref(i18n).global.t(item.title)), 1)
|
|
33752
|
+
], 10, _hoisted_2$q);
|
|
33753
|
+
}), 128)) : (openBlock(), createElementBlock("div", _hoisted_4$2, [
|
|
33746
33754
|
createElementVNode("span", null, toDisplayString$1(unref(i18n).global.t("editor.extensions.commands_menu.no_results")), 1)
|
|
33747
33755
|
]))
|
|
33748
33756
|
]);
|
|
@@ -49792,15 +49800,15 @@ const _hoisted_1$q = {
|
|
|
49792
49800
|
width: "1.2em",
|
|
49793
49801
|
height: "1.2em"
|
|
49794
49802
|
};
|
|
49795
|
-
const _hoisted_2$
|
|
49803
|
+
const _hoisted_2$p = /* @__PURE__ */ createElementVNode("path", {
|
|
49796
49804
|
fill: "currentColor",
|
|
49797
49805
|
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"
|
|
49798
49806
|
}, null, -1);
|
|
49799
|
-
const _hoisted_3$
|
|
49800
|
-
_hoisted_2$
|
|
49807
|
+
const _hoisted_3$o = [
|
|
49808
|
+
_hoisted_2$p
|
|
49801
49809
|
];
|
|
49802
49810
|
function render$j(_ctx, _cache) {
|
|
49803
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$q, _hoisted_3$
|
|
49811
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$q, _hoisted_3$o);
|
|
49804
49812
|
}
|
|
49805
49813
|
const MdiDeleteForeverOutline = { name: "mdi-delete-forever-outline", render: render$j };
|
|
49806
49814
|
const _hoisted_1$p = {
|
|
@@ -49808,15 +49816,15 @@ const _hoisted_1$p = {
|
|
|
49808
49816
|
width: "1.2em",
|
|
49809
49817
|
height: "1.2em"
|
|
49810
49818
|
};
|
|
49811
|
-
const _hoisted_2$
|
|
49819
|
+
const _hoisted_2$o = /* @__PURE__ */ createElementVNode("path", {
|
|
49812
49820
|
fill: "currentColor",
|
|
49813
49821
|
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"
|
|
49814
49822
|
}, null, -1);
|
|
49815
|
-
const _hoisted_3$
|
|
49816
|
-
_hoisted_2$
|
|
49823
|
+
const _hoisted_3$n = [
|
|
49824
|
+
_hoisted_2$o
|
|
49817
49825
|
];
|
|
49818
49826
|
function render$i(_ctx, _cache) {
|
|
49819
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$p, _hoisted_3$
|
|
49827
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$p, _hoisted_3$n);
|
|
49820
49828
|
}
|
|
49821
49829
|
const MdiArrowULeftBottom = { name: "mdi-arrow-u-left-bottom", render: render$i };
|
|
49822
49830
|
const BlockActionSeparator_vue_vue_type_style_index_0_lang = "";
|
|
@@ -49855,7 +49863,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
49855
49863
|
});
|
|
49856
49864
|
const BlockActionButton_vue_vue_type_style_index_0_lang = "";
|
|
49857
49865
|
const _hoisted_1$n = { class: "editor-block__content" };
|
|
49858
|
-
const _hoisted_2$
|
|
49866
|
+
const _hoisted_2$n = { class: "editor-block__actions" };
|
|
49859
49867
|
const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
49860
49868
|
__name: "BlockCard",
|
|
49861
49869
|
props: {
|
|
@@ -49900,7 +49908,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
49900
49908
|
theme: "editor-block-dropdown"
|
|
49901
49909
|
}, {
|
|
49902
49910
|
popper: withCtx(() => [
|
|
49903
|
-
createElementVNode("div", _hoisted_2$
|
|
49911
|
+
createElementVNode("div", _hoisted_2$n, [
|
|
49904
49912
|
renderSlot(_ctx.$slots, "actions"),
|
|
49905
49913
|
createVNode(_sfc_main$7, {
|
|
49906
49914
|
tooltip: unref(i18n).global.t("editor.common.button.new_line"),
|
|
@@ -49936,8 +49944,8 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
49936
49944
|
});
|
|
49937
49945
|
const BlockCard_vue_vue_type_style_index_0_lang = "";
|
|
49938
49946
|
const _hoisted_1$m = { class: "py-1.5" };
|
|
49939
|
-
const _hoisted_2$
|
|
49940
|
-
const _hoisted_3$
|
|
49947
|
+
const _hoisted_2$m = /* @__PURE__ */ createElementVNode("option", { value: null }, "auto", -1);
|
|
49948
|
+
const _hoisted_3$m = ["value"];
|
|
49941
49949
|
const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
49942
49950
|
__name: "CodeBlockViewRenderer",
|
|
49943
49951
|
props: {
|
|
@@ -49980,12 +49988,12 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
49980
49988
|
contenteditable: "false",
|
|
49981
49989
|
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"
|
|
49982
49990
|
}, [
|
|
49983
|
-
_hoisted_2$
|
|
49991
|
+
_hoisted_2$m,
|
|
49984
49992
|
(openBlock(true), createElementBlock(Fragment$1, null, renderList(unref(languages), (language, index2) => {
|
|
49985
49993
|
return openBlock(), createElementBlock("option", {
|
|
49986
49994
|
key: index2,
|
|
49987
49995
|
value: language
|
|
49988
|
-
}, toDisplayString$1(language), 9, _hoisted_3$
|
|
49996
|
+
}, toDisplayString$1(language), 9, _hoisted_3$m);
|
|
49989
49997
|
}), 128))
|
|
49990
49998
|
], 512), [
|
|
49991
49999
|
[vModelSelect, unref(selectedLanguage)]
|
|
@@ -50011,15 +50019,15 @@ const _hoisted_1$l = {
|
|
|
50011
50019
|
width: "1.2em",
|
|
50012
50020
|
height: "1.2em"
|
|
50013
50021
|
};
|
|
50014
|
-
const _hoisted_2$
|
|
50022
|
+
const _hoisted_2$l = /* @__PURE__ */ createElementVNode("path", {
|
|
50015
50023
|
fill: "currentColor",
|
|
50016
50024
|
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"
|
|
50017
50025
|
}, null, -1);
|
|
50018
|
-
const _hoisted_3$
|
|
50019
|
-
_hoisted_2$
|
|
50026
|
+
const _hoisted_3$l = [
|
|
50027
|
+
_hoisted_2$l
|
|
50020
50028
|
];
|
|
50021
50029
|
function render$h(_ctx, _cache) {
|
|
50022
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$l, _hoisted_3$
|
|
50030
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$l, _hoisted_3$l);
|
|
50023
50031
|
}
|
|
50024
50032
|
const MdiCodeBracesBox = { name: "mdi-code-braces-box", render: render$h };
|
|
50025
50033
|
const ExtensionCodeBlock = CodeBlockLowlight.extend({
|
|
@@ -50108,15 +50116,15 @@ const _hoisted_1$k = {
|
|
|
50108
50116
|
width: "1.2em",
|
|
50109
50117
|
height: "1.2em"
|
|
50110
50118
|
};
|
|
50111
|
-
const _hoisted_2$
|
|
50119
|
+
const _hoisted_2$k = /* @__PURE__ */ createElementVNode("path", {
|
|
50112
50120
|
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",
|
|
50113
50121
|
fill: "currentColor"
|
|
50114
50122
|
}, null, -1);
|
|
50115
|
-
const _hoisted_3$
|
|
50116
|
-
_hoisted_2$
|
|
50123
|
+
const _hoisted_3$k = [
|
|
50124
|
+
_hoisted_2$k
|
|
50117
50125
|
];
|
|
50118
50126
|
function render$g(_ctx, _cache) {
|
|
50119
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$k, _hoisted_3$
|
|
50127
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$k, _hoisted_3$k);
|
|
50120
50128
|
}
|
|
50121
50129
|
const MdiCellphoneIphone = { name: "mdi-cellphone-iphone", render: render$g };
|
|
50122
50130
|
const _hoisted_1$j = {
|
|
@@ -50124,15 +50132,15 @@ const _hoisted_1$j = {
|
|
|
50124
50132
|
width: "1.2em",
|
|
50125
50133
|
height: "1.2em"
|
|
50126
50134
|
};
|
|
50127
|
-
const _hoisted_2$
|
|
50135
|
+
const _hoisted_2$j = /* @__PURE__ */ createElementVNode("path", {
|
|
50128
50136
|
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",
|
|
50129
50137
|
fill: "currentColor"
|
|
50130
50138
|
}, null, -1);
|
|
50131
|
-
const _hoisted_3$
|
|
50132
|
-
_hoisted_2$
|
|
50139
|
+
const _hoisted_3$j = [
|
|
50140
|
+
_hoisted_2$j
|
|
50133
50141
|
];
|
|
50134
50142
|
function render$f(_ctx, _cache) {
|
|
50135
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$j, _hoisted_3$
|
|
50143
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$j, _hoisted_3$j);
|
|
50136
50144
|
}
|
|
50137
50145
|
const MdiTabletIpad = { name: "mdi-tablet-ipad", render: render$f };
|
|
50138
50146
|
const _hoisted_1$i = {
|
|
@@ -50140,15 +50148,15 @@ const _hoisted_1$i = {
|
|
|
50140
50148
|
width: "1.2em",
|
|
50141
50149
|
height: "1.2em"
|
|
50142
50150
|
};
|
|
50143
|
-
const _hoisted_2$
|
|
50151
|
+
const _hoisted_2$i = /* @__PURE__ */ createElementVNode("path", {
|
|
50144
50152
|
fill: "currentColor",
|
|
50145
50153
|
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"
|
|
50146
50154
|
}, null, -1);
|
|
50147
|
-
const _hoisted_3$
|
|
50148
|
-
_hoisted_2$
|
|
50155
|
+
const _hoisted_3$i = [
|
|
50156
|
+
_hoisted_2$i
|
|
50149
50157
|
];
|
|
50150
50158
|
function render$e(_ctx, _cache) {
|
|
50151
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$i, _hoisted_3$
|
|
50159
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$i, _hoisted_3$i);
|
|
50152
50160
|
}
|
|
50153
50161
|
const MdiDesktopMac = { name: "mdi-desktop-mac", render: render$e };
|
|
50154
50162
|
const _hoisted_1$h = {
|
|
@@ -50156,15 +50164,15 @@ const _hoisted_1$h = {
|
|
|
50156
50164
|
width: "1.2em",
|
|
50157
50165
|
height: "1.2em"
|
|
50158
50166
|
};
|
|
50159
|
-
const _hoisted_2$
|
|
50167
|
+
const _hoisted_2$h = /* @__PURE__ */ createElementVNode("path", {
|
|
50160
50168
|
fill: "currentColor",
|
|
50161
50169
|
d: "M3 21V3h18v18H3M5 5v14h14V5H5Z"
|
|
50162
50170
|
}, null, -1);
|
|
50163
|
-
const _hoisted_3$
|
|
50164
|
-
_hoisted_2$
|
|
50171
|
+
const _hoisted_3$h = [
|
|
50172
|
+
_hoisted_2$h
|
|
50165
50173
|
];
|
|
50166
50174
|
function render$d(_ctx, _cache) {
|
|
50167
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$h, _hoisted_3$
|
|
50175
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$h, _hoisted_3$h);
|
|
50168
50176
|
}
|
|
50169
50177
|
const MdiBorderAllVariant = { name: "mdi-border-all-variant", render: render$d };
|
|
50170
50178
|
const _hoisted_1$g = {
|
|
@@ -50172,20 +50180,20 @@ const _hoisted_1$g = {
|
|
|
50172
50180
|
width: "1.2em",
|
|
50173
50181
|
height: "1.2em"
|
|
50174
50182
|
};
|
|
50175
|
-
const _hoisted_2$
|
|
50183
|
+
const _hoisted_2$g = /* @__PURE__ */ createElementVNode("path", {
|
|
50176
50184
|
fill: "currentColor",
|
|
50177
50185
|
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"
|
|
50178
50186
|
}, null, -1);
|
|
50179
|
-
const _hoisted_3$
|
|
50180
|
-
_hoisted_2$
|
|
50187
|
+
const _hoisted_3$g = [
|
|
50188
|
+
_hoisted_2$g
|
|
50181
50189
|
];
|
|
50182
50190
|
function render$c(_ctx, _cache) {
|
|
50183
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$g, _hoisted_3$
|
|
50191
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$g, _hoisted_3$g);
|
|
50184
50192
|
}
|
|
50185
50193
|
const MdiBorderNoneVariant = { name: "mdi-border-none-variant", render: render$c };
|
|
50186
50194
|
const _hoisted_1$f = { class: "py-1.5" };
|
|
50187
|
-
const _hoisted_2$
|
|
50188
|
-
const _hoisted_3$
|
|
50195
|
+
const _hoisted_2$f = ["placeholder"];
|
|
50196
|
+
const _hoisted_3$f = ["src", "width", "height", "frameborder"];
|
|
50189
50197
|
const _sfc_main$3 = /* @__PURE__ */ defineComponent({
|
|
50190
50198
|
__name: "IframeView",
|
|
50191
50199
|
props: {
|
|
@@ -50270,7 +50278,7 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
|
|
|
50270
50278
|
placeholder: unref(i18n).global.t("editor.common.placeholder.link_input"),
|
|
50271
50279
|
tabindex: "-1",
|
|
50272
50280
|
onFocus: handleSetFocus
|
|
50273
|
-
}, null, 40, _hoisted_2$
|
|
50281
|
+
}, null, 40, _hoisted_2$f), [
|
|
50274
50282
|
[
|
|
50275
50283
|
vModelText,
|
|
50276
50284
|
unref(src),
|
|
@@ -50292,7 +50300,7 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
|
|
|
50292
50300
|
framespacing: "0",
|
|
50293
50301
|
allowfullscreen: "true",
|
|
50294
50302
|
onMouseenter: handleSetFocus
|
|
50295
|
-
}, null, 42, _hoisted_3$
|
|
50303
|
+
}, null, 42, _hoisted_3$f)) : createCommentVNode("", true)
|
|
50296
50304
|
], 4)
|
|
50297
50305
|
]),
|
|
50298
50306
|
actions: withCtx(() => [
|
|
@@ -50384,15 +50392,15 @@ const _hoisted_1$e = {
|
|
|
50384
50392
|
width: "1.2em",
|
|
50385
50393
|
height: "1.2em"
|
|
50386
50394
|
};
|
|
50387
|
-
const _hoisted_2$
|
|
50395
|
+
const _hoisted_2$e = /* @__PURE__ */ createElementVNode("path", {
|
|
50388
50396
|
fill: "currentColor",
|
|
50389
50397
|
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"
|
|
50390
50398
|
}, null, -1);
|
|
50391
|
-
const _hoisted_3$
|
|
50392
|
-
_hoisted_2$
|
|
50399
|
+
const _hoisted_3$e = [
|
|
50400
|
+
_hoisted_2$e
|
|
50393
50401
|
];
|
|
50394
50402
|
function render$b(_ctx, _cache) {
|
|
50395
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$e, _hoisted_3$
|
|
50403
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$e, _hoisted_3$e);
|
|
50396
50404
|
}
|
|
50397
50405
|
const MdiWeb = { name: "mdi-web", render: render$b };
|
|
50398
50406
|
const Iframe = Node2.create({
|
|
@@ -50571,15 +50579,15 @@ const _hoisted_1$d = {
|
|
|
50571
50579
|
width: "1.2em",
|
|
50572
50580
|
height: "1.2em"
|
|
50573
50581
|
};
|
|
50574
|
-
const _hoisted_2$
|
|
50582
|
+
const _hoisted_2$d = /* @__PURE__ */ createElementVNode("path", {
|
|
50575
50583
|
fill: "currentColor",
|
|
50576
50584
|
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"
|
|
50577
50585
|
}, null, -1);
|
|
50578
|
-
const _hoisted_3$
|
|
50579
|
-
_hoisted_2$
|
|
50586
|
+
const _hoisted_3$d = [
|
|
50587
|
+
_hoisted_2$d
|
|
50580
50588
|
];
|
|
50581
50589
|
function render$a(_ctx, _cache) {
|
|
50582
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$d, _hoisted_3$
|
|
50590
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$d, _hoisted_3$d);
|
|
50583
50591
|
}
|
|
50584
50592
|
const MdiImageSizeSelectActual = { name: "mdi-image-size-select-actual", render: render$a };
|
|
50585
50593
|
const _hoisted_1$c = {
|
|
@@ -50587,15 +50595,15 @@ const _hoisted_1$c = {
|
|
|
50587
50595
|
width: "1.2em",
|
|
50588
50596
|
height: "1.2em"
|
|
50589
50597
|
};
|
|
50590
|
-
const _hoisted_2$
|
|
50598
|
+
const _hoisted_2$c = /* @__PURE__ */ createElementVNode("path", {
|
|
50591
50599
|
fill: "currentColor",
|
|
50592
50600
|
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"
|
|
50593
50601
|
}, null, -1);
|
|
50594
|
-
const _hoisted_3$
|
|
50595
|
-
_hoisted_2$
|
|
50602
|
+
const _hoisted_3$c = [
|
|
50603
|
+
_hoisted_2$c
|
|
50596
50604
|
];
|
|
50597
50605
|
function render$9(_ctx, _cache) {
|
|
50598
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$c, _hoisted_3$
|
|
50606
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$c, _hoisted_3$c);
|
|
50599
50607
|
}
|
|
50600
50608
|
const MdiImageSizeSelectSmall = { name: "mdi-image-size-select-small", render: render$9 };
|
|
50601
50609
|
const _hoisted_1$b = {
|
|
@@ -50603,15 +50611,15 @@ const _hoisted_1$b = {
|
|
|
50603
50611
|
width: "1.2em",
|
|
50604
50612
|
height: "1.2em"
|
|
50605
50613
|
};
|
|
50606
|
-
const _hoisted_2$
|
|
50614
|
+
const _hoisted_2$b = /* @__PURE__ */ createElementVNode("path", {
|
|
50607
50615
|
fill: "currentColor",
|
|
50608
50616
|
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"
|
|
50609
50617
|
}, null, -1);
|
|
50610
|
-
const _hoisted_3$
|
|
50611
|
-
_hoisted_2$
|
|
50618
|
+
const _hoisted_3$b = [
|
|
50619
|
+
_hoisted_2$b
|
|
50612
50620
|
];
|
|
50613
50621
|
function render$8(_ctx, _cache) {
|
|
50614
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$b, _hoisted_3$
|
|
50622
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$b, _hoisted_3$b);
|
|
50615
50623
|
}
|
|
50616
50624
|
const MdiImageSizeSelectLarge = { name: "mdi-image-size-select-large", render: render$8 };
|
|
50617
50625
|
const _hoisted_1$a = {
|
|
@@ -50619,15 +50627,15 @@ const _hoisted_1$a = {
|
|
|
50619
50627
|
width: "1.2em",
|
|
50620
50628
|
height: "1.2em"
|
|
50621
50629
|
};
|
|
50622
|
-
const _hoisted_2$
|
|
50630
|
+
const _hoisted_2$a = /* @__PURE__ */ createElementVNode("path", {
|
|
50623
50631
|
fill: "currentColor",
|
|
50624
50632
|
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"
|
|
50625
50633
|
}, null, -1);
|
|
50626
|
-
const _hoisted_3$
|
|
50627
|
-
_hoisted_2$
|
|
50634
|
+
const _hoisted_3$a = [
|
|
50635
|
+
_hoisted_2$a
|
|
50628
50636
|
];
|
|
50629
50637
|
function render$7(_ctx, _cache) {
|
|
50630
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$a, _hoisted_3$
|
|
50638
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$a, _hoisted_3$a);
|
|
50631
50639
|
}
|
|
50632
50640
|
const MdiCogPlay = { name: "mdi-cog-play", render: render$7 };
|
|
50633
50641
|
const _hoisted_1$9 = {
|
|
@@ -50635,15 +50643,15 @@ const _hoisted_1$9 = {
|
|
|
50635
50643
|
width: "1.2em",
|
|
50636
50644
|
height: "1.2em"
|
|
50637
50645
|
};
|
|
50638
|
-
const _hoisted_2$
|
|
50646
|
+
const _hoisted_2$9 = /* @__PURE__ */ createElementVNode("path", {
|
|
50639
50647
|
fill: "currentColor",
|
|
50640
50648
|
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"
|
|
50641
50649
|
}, null, -1);
|
|
50642
|
-
const _hoisted_3$
|
|
50643
|
-
_hoisted_2$
|
|
50650
|
+
const _hoisted_3$9 = [
|
|
50651
|
+
_hoisted_2$9
|
|
50644
50652
|
];
|
|
50645
50653
|
function render$6(_ctx, _cache) {
|
|
50646
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$9, _hoisted_3$
|
|
50654
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$9, _hoisted_3$9);
|
|
50647
50655
|
}
|
|
50648
50656
|
const MdiCogPlayOutline = { name: "mdi-cog-play-outline", render: render$6 };
|
|
50649
50657
|
const _hoisted_1$8 = {
|
|
@@ -50651,15 +50659,15 @@ const _hoisted_1$8 = {
|
|
|
50651
50659
|
width: "1.2em",
|
|
50652
50660
|
height: "1.2em"
|
|
50653
50661
|
};
|
|
50654
|
-
const _hoisted_2$
|
|
50662
|
+
const _hoisted_2$8 = /* @__PURE__ */ createElementVNode("path", {
|
|
50655
50663
|
fill: "currentColor",
|
|
50656
50664
|
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"
|
|
50657
50665
|
}, null, -1);
|
|
50658
|
-
const _hoisted_3$
|
|
50659
|
-
_hoisted_2$
|
|
50666
|
+
const _hoisted_3$8 = [
|
|
50667
|
+
_hoisted_2$8
|
|
50660
50668
|
];
|
|
50661
50669
|
function render$5(_ctx, _cache) {
|
|
50662
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$8, _hoisted_3$
|
|
50670
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$8, _hoisted_3$8);
|
|
50663
50671
|
}
|
|
50664
50672
|
const MdiPlayCircle = { name: "mdi-play-circle", render: render$5 };
|
|
50665
50673
|
const _hoisted_1$7 = {
|
|
@@ -50667,15 +50675,15 @@ const _hoisted_1$7 = {
|
|
|
50667
50675
|
width: "1.2em",
|
|
50668
50676
|
height: "1.2em"
|
|
50669
50677
|
};
|
|
50670
|
-
const _hoisted_2$
|
|
50678
|
+
const _hoisted_2$7 = /* @__PURE__ */ createElementVNode("path", {
|
|
50671
50679
|
fill: "currentColor",
|
|
50672
50680
|
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"
|
|
50673
50681
|
}, null, -1);
|
|
50674
|
-
const _hoisted_3$
|
|
50675
|
-
_hoisted_2$
|
|
50682
|
+
const _hoisted_3$7 = [
|
|
50683
|
+
_hoisted_2$7
|
|
50676
50684
|
];
|
|
50677
50685
|
function render$4(_ctx, _cache) {
|
|
50678
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$7, _hoisted_3$
|
|
50686
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$7, _hoisted_3$7);
|
|
50679
50687
|
}
|
|
50680
50688
|
const MdiPlayCircleOutline = { name: "mdi-play-circle-outline", render: render$4 };
|
|
50681
50689
|
const _hoisted_1$6 = {
|
|
@@ -50683,15 +50691,15 @@ const _hoisted_1$6 = {
|
|
|
50683
50691
|
width: "1.2em",
|
|
50684
50692
|
height: "1.2em"
|
|
50685
50693
|
};
|
|
50686
|
-
const _hoisted_2$
|
|
50694
|
+
const _hoisted_2$6 = /* @__PURE__ */ createElementVNode("path", {
|
|
50687
50695
|
fill: "currentColor",
|
|
50688
50696
|
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"
|
|
50689
50697
|
}, null, -1);
|
|
50690
|
-
const _hoisted_3$
|
|
50691
|
-
_hoisted_2$
|
|
50698
|
+
const _hoisted_3$6 = [
|
|
50699
|
+
_hoisted_2$6
|
|
50692
50700
|
];
|
|
50693
50701
|
function render$3(_ctx, _cache) {
|
|
50694
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$6, _hoisted_3$
|
|
50702
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$6, _hoisted_3$6);
|
|
50695
50703
|
}
|
|
50696
50704
|
const MdiMotionPlayOutline = { name: "mdi-motion-play-outline", render: render$3 };
|
|
50697
50705
|
const _hoisted_1$5 = {
|
|
@@ -50699,20 +50707,20 @@ const _hoisted_1$5 = {
|
|
|
50699
50707
|
width: "1.2em",
|
|
50700
50708
|
height: "1.2em"
|
|
50701
50709
|
};
|
|
50702
|
-
const _hoisted_2$
|
|
50710
|
+
const _hoisted_2$5 = /* @__PURE__ */ createElementVNode("path", {
|
|
50703
50711
|
fill: "currentColor",
|
|
50704
50712
|
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"
|
|
50705
50713
|
}, null, -1);
|
|
50706
|
-
const _hoisted_3$
|
|
50707
|
-
_hoisted_2$
|
|
50714
|
+
const _hoisted_3$5 = [
|
|
50715
|
+
_hoisted_2$5
|
|
50708
50716
|
];
|
|
50709
50717
|
function render$2(_ctx, _cache) {
|
|
50710
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$5, _hoisted_3$
|
|
50718
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$5, _hoisted_3$5);
|
|
50711
50719
|
}
|
|
50712
50720
|
const MdiMotionPlay = { name: "mdi-motion-play", render: render$2 };
|
|
50713
50721
|
const _hoisted_1$4 = { class: "py-1.5" };
|
|
50714
|
-
const _hoisted_2$
|
|
50715
|
-
const _hoisted_3$
|
|
50722
|
+
const _hoisted_2$4 = ["placeholder"];
|
|
50723
|
+
const _hoisted_3$4 = ["controls", "autoplay", "loop", "src"];
|
|
50716
50724
|
const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
50717
50725
|
__name: "VideoView",
|
|
50718
50726
|
props: {
|
|
@@ -50812,7 +50820,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
50812
50820
|
placeholder: unref(i18n).global.t("editor.common.placeholder.link_input"),
|
|
50813
50821
|
tabindex: "-1",
|
|
50814
50822
|
onFocus: handleSetFocus
|
|
50815
|
-
}, null, 40, _hoisted_2$
|
|
50823
|
+
}, null, 40, _hoisted_2$4), [
|
|
50816
50824
|
[
|
|
50817
50825
|
vModelText,
|
|
50818
50826
|
unref(src),
|
|
@@ -50833,7 +50841,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
50833
50841
|
height: __props.node.attrs.height
|
|
50834
50842
|
}),
|
|
50835
50843
|
onMouseenter: handleSetFocus
|
|
50836
|
-
}, null, 44, _hoisted_3$
|
|
50844
|
+
}, null, 44, _hoisted_3$4)) : createCommentVNode("", true)
|
|
50837
50845
|
], 4)
|
|
50838
50846
|
]),
|
|
50839
50847
|
actions: withCtx(() => [
|
|
@@ -50935,15 +50943,15 @@ const _hoisted_1$3 = {
|
|
|
50935
50943
|
width: "1.2em",
|
|
50936
50944
|
height: "1.2em"
|
|
50937
50945
|
};
|
|
50938
|
-
const _hoisted_2$
|
|
50946
|
+
const _hoisted_2$3 = /* @__PURE__ */ createElementVNode("path", {
|
|
50939
50947
|
fill: "currentColor",
|
|
50940
50948
|
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"
|
|
50941
50949
|
}, null, -1);
|
|
50942
|
-
const _hoisted_3$
|
|
50943
|
-
_hoisted_2$
|
|
50950
|
+
const _hoisted_3$3 = [
|
|
50951
|
+
_hoisted_2$3
|
|
50944
50952
|
];
|
|
50945
50953
|
function render$1(_ctx, _cache) {
|
|
50946
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$3, _hoisted_3$
|
|
50954
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$3, _hoisted_3$3);
|
|
50947
50955
|
}
|
|
50948
50956
|
const MdiVideo = { name: "mdi-video", render: render$1 };
|
|
50949
50957
|
const Video = Node2.create({
|
|
@@ -51077,9 +51085,9 @@ const Video = Node2.create({
|
|
|
51077
51085
|
}
|
|
51078
51086
|
});
|
|
51079
51087
|
const _hoisted_1$2 = { class: "inline-block overflow-hidden transition-all text-center relative h-full w-full" };
|
|
51080
|
-
const _hoisted_2$
|
|
51081
|
-
const _hoisted_3$
|
|
51082
|
-
const _hoisted_4 = ["autoplay", "loop", "src"];
|
|
51088
|
+
const _hoisted_2$2 = { class: "py-1.5" };
|
|
51089
|
+
const _hoisted_3$2 = ["placeholder"];
|
|
51090
|
+
const _hoisted_4$1 = ["autoplay", "loop", "src"];
|
|
51083
51091
|
const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
51084
51092
|
__name: "AudioView",
|
|
51085
51093
|
props: {
|
|
@@ -51138,14 +51146,14 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
51138
51146
|
}, {
|
|
51139
51147
|
content: withCtx(() => [
|
|
51140
51148
|
createElementVNode("div", _hoisted_1$2, [
|
|
51141
|
-
createElementVNode("div", _hoisted_2$
|
|
51149
|
+
createElementVNode("div", _hoisted_2$2, [
|
|
51142
51150
|
withDirectives(createElementVNode("input", {
|
|
51143
51151
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => isRef(src) ? src.value = $event : null),
|
|
51144
51152
|
class: "block px-2 w-full 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",
|
|
51145
51153
|
placeholder: unref(i18n).global.t("editor.common.placeholder.link_input"),
|
|
51146
51154
|
tabindex: "-1",
|
|
51147
51155
|
onFocus: handleSetFocus
|
|
51148
|
-
}, null, 40, _hoisted_3$
|
|
51156
|
+
}, null, 40, _hoisted_3$2), [
|
|
51149
51157
|
[
|
|
51150
51158
|
vModelText,
|
|
51151
51159
|
unref(src),
|
|
@@ -51161,7 +51169,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
51161
51169
|
loop: unref(loop),
|
|
51162
51170
|
src: __props.node.attrs.src,
|
|
51163
51171
|
onMouseenter: handleSetFocus
|
|
51164
|
-
}, null, 40, _hoisted_4)) : createCommentVNode("", true)
|
|
51172
|
+
}, null, 40, _hoisted_4$1)) : createCommentVNode("", true)
|
|
51165
51173
|
])
|
|
51166
51174
|
]),
|
|
51167
51175
|
actions: withCtx(() => [
|
|
@@ -51209,15 +51217,15 @@ const _hoisted_1$1 = {
|
|
|
51209
51217
|
width: "1.2em",
|
|
51210
51218
|
height: "1.2em"
|
|
51211
51219
|
};
|
|
51212
|
-
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
|
|
51220
|
+
const _hoisted_2$1 = /* @__PURE__ */ createElementVNode("path", {
|
|
51213
51221
|
fill: "currentColor",
|
|
51214
51222
|
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"
|
|
51215
51223
|
}, null, -1);
|
|
51216
|
-
const _hoisted_3 = [
|
|
51217
|
-
_hoisted_2
|
|
51224
|
+
const _hoisted_3$1 = [
|
|
51225
|
+
_hoisted_2$1
|
|
51218
51226
|
];
|
|
51219
51227
|
function render(_ctx, _cache) {
|
|
51220
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$1, _hoisted_3);
|
|
51228
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$1, _hoisted_3$1);
|
|
51221
51229
|
}
|
|
51222
51230
|
const MdiMusicCircleOutline = { name: "mdi-music-circle-outline", render };
|
|
51223
51231
|
const Audio = Node2.create({
|
|
@@ -51527,7 +51535,14 @@ const _TransitionPresets = {
|
|
|
51527
51535
|
__spreadValues({
|
|
51528
51536
|
linear: identity
|
|
51529
51537
|
}, _TransitionPresets);
|
|
51530
|
-
const _hoisted_1 =
|
|
51538
|
+
const _hoisted_1 = {
|
|
51539
|
+
key: 0,
|
|
51540
|
+
class: "py-1.5"
|
|
51541
|
+
};
|
|
51542
|
+
const _hoisted_2 = ["placeholder"];
|
|
51543
|
+
const _hoisted_3 = ["src", "title", "alt"];
|
|
51544
|
+
const _hoisted_4 = { class: "relative rounded-md bg-white overflow-hidden drop-shadow w-96 p-1 max-h-72 overflow-y-auto" };
|
|
51545
|
+
const _hoisted_5 = ["placeholder"];
|
|
51531
51546
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
51532
51547
|
__name: "ImageView",
|
|
51533
51548
|
props: {
|
|
@@ -51542,8 +51557,14 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
51542
51557
|
},
|
|
51543
51558
|
setup(__props) {
|
|
51544
51559
|
const props = __props;
|
|
51545
|
-
const src = computed(
|
|
51546
|
-
|
|
51560
|
+
const src = computed({
|
|
51561
|
+
get: () => {
|
|
51562
|
+
var _a2;
|
|
51563
|
+
return (_a2 = props.node) == null ? void 0 : _a2.attrs.src;
|
|
51564
|
+
},
|
|
51565
|
+
set: (src2) => {
|
|
51566
|
+
props.updateAttributes({ src: src2 });
|
|
51567
|
+
}
|
|
51547
51568
|
});
|
|
51548
51569
|
const alt = computed({
|
|
51549
51570
|
get: () => {
|
|
@@ -51592,6 +51613,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
51592
51613
|
props.editor.chain().focus().setNodeSelection(props.getPos()).run();
|
|
51593
51614
|
resizeObserver = reuseResizeObserver();
|
|
51594
51615
|
}
|
|
51616
|
+
function handleSetFocus() {
|
|
51617
|
+
props.editor.commands.setNodeSelection(props.getPos());
|
|
51618
|
+
}
|
|
51595
51619
|
function handleOpenLink() {
|
|
51596
51620
|
window.open(src.value, "_blank");
|
|
51597
51621
|
}
|
|
@@ -51605,7 +51629,23 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
51605
51629
|
"get-pos": __props.getPos
|
|
51606
51630
|
}, {
|
|
51607
51631
|
content: withCtx(() => [
|
|
51608
|
-
|
|
51632
|
+
!unref(src) ? (openBlock(), createElementBlock("div", _hoisted_1, [
|
|
51633
|
+
withDirectives(createElementVNode("input", {
|
|
51634
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => isRef(src) ? src.value = $event : null),
|
|
51635
|
+
class: "block px-2 w-full 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",
|
|
51636
|
+
placeholder: unref(i18n).global.t("editor.common.placeholder.link_input"),
|
|
51637
|
+
tabindex: "-1",
|
|
51638
|
+
onFocus: handleSetFocus
|
|
51639
|
+
}, null, 40, _hoisted_2), [
|
|
51640
|
+
[
|
|
51641
|
+
vModelText,
|
|
51642
|
+
unref(src),
|
|
51643
|
+
void 0,
|
|
51644
|
+
{ lazy: true }
|
|
51645
|
+
]
|
|
51646
|
+
])
|
|
51647
|
+
])) : (openBlock(), createElementBlock("div", {
|
|
51648
|
+
key: 1,
|
|
51609
51649
|
ref_key: "resizeRef",
|
|
51610
51650
|
ref: resizeRef,
|
|
51611
51651
|
class: normalizeClass(["resize inline-block overflow-hidden text-center relative", {
|
|
@@ -51621,19 +51661,19 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
51621
51661
|
title: __props.node.attrs.title,
|
|
51622
51662
|
alt: unref(alt),
|
|
51623
51663
|
class: "w-full h-full"
|
|
51624
|
-
}, null, 8,
|
|
51625
|
-
], 6)
|
|
51664
|
+
}, null, 8, _hoisted_3)
|
|
51665
|
+
], 6))
|
|
51626
51666
|
]),
|
|
51627
51667
|
actions: withCtx(() => [
|
|
51628
51668
|
createVNode(_sfc_main$4, {
|
|
51629
51669
|
modelValue: unref(width),
|
|
51630
|
-
"onUpdate:modelValue": _cache[
|
|
51670
|
+
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => isRef(width) ? width.value = $event : null),
|
|
51631
51671
|
modelModifiers: { lazy: true, trim: true },
|
|
51632
51672
|
tooltip: unref(i18n).global.t("editor.common.tooltip.custom_width_input")
|
|
51633
51673
|
}, null, 8, ["modelValue", "tooltip"]),
|
|
51634
51674
|
createVNode(_sfc_main$4, {
|
|
51635
51675
|
modelValue: unref(height),
|
|
51636
|
-
"onUpdate:modelValue": _cache[
|
|
51676
|
+
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => isRef(height) ? height.value = $event : null),
|
|
51637
51677
|
modelModifiers: { lazy: true, trim: true },
|
|
51638
51678
|
tooltip: unref(i18n).global.t("editor.common.tooltip.custom_height_input")
|
|
51639
51679
|
}, null, 8, ["modelValue", "tooltip"]),
|
|
@@ -51641,7 +51681,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
51641
51681
|
createVNode(_sfc_main$7, {
|
|
51642
51682
|
tooltip: unref(i18n).global.t("editor.extensions.image.small_size"),
|
|
51643
51683
|
selected: __props.node.attrs.width === "25%",
|
|
51644
|
-
onClick: _cache[
|
|
51684
|
+
onClick: _cache[3] || (_cache[3] = ($event) => handleSetSize("25%", "auto"))
|
|
51645
51685
|
}, {
|
|
51646
51686
|
icon: withCtx(() => [
|
|
51647
51687
|
createVNode(unref(MdiImageSizeSelectSmall))
|
|
@@ -51651,7 +51691,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
51651
51691
|
createVNode(_sfc_main$7, {
|
|
51652
51692
|
tooltip: unref(i18n).global.t("editor.extensions.image.medium_size"),
|
|
51653
51693
|
selected: __props.node.attrs.width === "50%",
|
|
51654
|
-
onClick: _cache[
|
|
51694
|
+
onClick: _cache[4] || (_cache[4] = ($event) => handleSetSize("50%", "auto"))
|
|
51655
51695
|
}, {
|
|
51656
51696
|
icon: withCtx(() => [
|
|
51657
51697
|
createVNode(unref(MdiImageSizeSelectLarge))
|
|
@@ -51661,7 +51701,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
51661
51701
|
createVNode(_sfc_main$7, {
|
|
51662
51702
|
tooltip: unref(i18n).global.t("editor.extensions.image.large_size"),
|
|
51663
51703
|
selected: __props.node.attrs.width === "100%",
|
|
51664
|
-
onClick: _cache[
|
|
51704
|
+
onClick: _cache[5] || (_cache[5] = ($event) => handleSetSize("100%", "100%"))
|
|
51665
51705
|
}, {
|
|
51666
51706
|
icon: withCtx(() => [
|
|
51667
51707
|
createVNode(unref(MdiImageSizeSelectActual))
|
|
@@ -51669,12 +51709,45 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
51669
51709
|
_: 1
|
|
51670
51710
|
}, 8, ["tooltip", "selected"]),
|
|
51671
51711
|
createVNode(BlockActionSeparator),
|
|
51712
|
+
createVNode(unref(Dropdown), {
|
|
51713
|
+
class: "inline-flex",
|
|
51714
|
+
triggers: ["click"],
|
|
51715
|
+
distance: 10
|
|
51716
|
+
}, {
|
|
51717
|
+
popper: withCtx(() => [
|
|
51718
|
+
createElementVNode("div", _hoisted_4, [
|
|
51719
|
+
withDirectives(createElementVNode("input", {
|
|
51720
|
+
"onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => isRef(src) ? src.value = $event : null),
|
|
51721
|
+
placeholder: unref(i18n).global.t("editor.common.placeholder.link_input"),
|
|
51722
|
+
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"
|
|
51723
|
+
}, null, 8, _hoisted_5), [
|
|
51724
|
+
[
|
|
51725
|
+
vModelText,
|
|
51726
|
+
unref(src),
|
|
51727
|
+
void 0,
|
|
51728
|
+
{ lazy: true }
|
|
51729
|
+
]
|
|
51730
|
+
])
|
|
51731
|
+
])
|
|
51732
|
+
]),
|
|
51733
|
+
default: withCtx(() => [
|
|
51734
|
+
createVNode(_sfc_main$7, {
|
|
51735
|
+
tooltip: unref(i18n).global.t("editor.extensions.image.edit_link")
|
|
51736
|
+
}, {
|
|
51737
|
+
icon: withCtx(() => [
|
|
51738
|
+
createVNode(unref(MdiLinkVariant))
|
|
51739
|
+
]),
|
|
51740
|
+
_: 1
|
|
51741
|
+
}, 8, ["tooltip"])
|
|
51742
|
+
]),
|
|
51743
|
+
_: 1
|
|
51744
|
+
}),
|
|
51672
51745
|
createVNode(_sfc_main$7, {
|
|
51673
51746
|
tooltip: unref(i18n).global.t("editor.common.tooltip.open_link"),
|
|
51674
51747
|
onClick: handleOpenLink
|
|
51675
51748
|
}, {
|
|
51676
51749
|
icon: withCtx(() => [
|
|
51677
|
-
createVNode(unref(
|
|
51750
|
+
createVNode(unref(MdiShare))
|
|
51678
51751
|
]),
|
|
51679
51752
|
_: 1
|
|
51680
51753
|
}, 8, ["tooltip"])
|