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