officialblock 2.4.9 → 2.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{index-UwkDsGcz.mjs → index-Bo4erfgu.mjs} +1 -1
- package/dist/{index-4AQMBaNH.mjs → index-DK1eFUAo.mjs} +36 -30
- package/dist/{index-D-ZtxsaN.js → index-DXWN5Y2J.js} +1 -1
- package/dist/index-Db1_AAnA.mjs +4 -0
- package/dist/{index-oml5grfH.js → index-DbqOyYep.js} +1 -1
- package/dist/{index-D5DCZSU1.js → index-rvpT8Nri.js} +6 -6
- package/dist/official-block.cjs.js +1 -1
- package/dist/official-block.es.js +1 -1
- package/dist/official-block.umd.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/index-BJFDaHMe.mjs +0 -4
|
@@ -4,7 +4,7 @@ var r = (a, u, i) => D(a, typeof u != "symbol" ? u + "" : u, i);
|
|
|
4
4
|
import { defineComponent as A, shallowRef as R, ref as p, computed as F, inject as y, watch as C, nextTick as b, onBeforeUnmount as q, createElementBlock as J, openBlock as G, createVNode as I, unref as H, normalizeStyle as P } from "vue";
|
|
5
5
|
import { Toolbar as Q, Editor as W } from "@wangeditor/editor-for-vue";
|
|
6
6
|
import { Boot as k } from "@wangeditor/editor";
|
|
7
|
-
import { a as X } from "./index-
|
|
7
|
+
import { a as X } from "./index-DK1eFUAo.mjs";
|
|
8
8
|
const Y = { class: "rich-text-editor" }, Z = /* @__PURE__ */ A({
|
|
9
9
|
__name: "index",
|
|
10
10
|
props: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var ob = Object.defineProperty;
|
|
2
2
|
var rb = (t, e, n) => e in t ? ob(t, e, { enumerable: !0, configurable: !0, writable: !0, value: n }) : t[e] = n;
|
|
3
3
|
var Eu = (t, e, n) => rb(t, typeof e != "symbol" ? e + "" : e, n);
|
|
4
|
-
import { computed as q, ref as U, defineComponent as pe, createElementBlock as S, openBlock as _, normalizeClass as oe, createElementVNode as o,
|
|
4
|
+
import { computed as q, ref as U, defineComponent as pe, createElementBlock as S, openBlock as _, normalizeClass as oe, createElementVNode as o, createCommentVNode as j, toDisplayString as Q, Fragment as ue, renderList as xe, createBlock as se, watch as Be, nextTick as Ue, onMounted as rt, onUnmounted as ea, resolveComponent as N, createVNode as f, withDirectives as De, vShow as Me, inject as Pu, withCtx as $, createTextVNode as W, defineAsyncComponent as qe, unref as be, mergeProps as Ne, withModifiers as _t, normalizeStyle as je, renderSlot as of, resolveDynamicComponent as Aa, normalizeProps as db, onBeforeUnmount as Qn, TransitionGroup as Xr, Transition as Ot, vModelCheckbox as v0, toHandlers as ub, vModelText as _l, vModelRadio as cb, reactive as hb, getCurrentInstance as vs } from "vue";
|
|
5
5
|
import mb from "simplebar-vue";
|
|
6
6
|
import { gsap as ld } from "gsap";
|
|
7
7
|
import { Swiper as Us, SwiperSlide as Bs } from "swiper/vue";
|
|
@@ -98,7 +98,7 @@ function Yr(t = "Publications", e = "section", n = 10, s = 8) {
|
|
|
98
98
|
const u = r(n), c = l(s), v = r(n), h = l(s);
|
|
99
99
|
return `${t}-${u}-${c}-${e}-${v}-${h}`;
|
|
100
100
|
}
|
|
101
|
-
const _b =
|
|
101
|
+
const _b = ["innerHTML"], bb = ["innerHTML"], wb = /* @__PURE__ */ pe({
|
|
102
102
|
__name: "index",
|
|
103
103
|
props: {
|
|
104
104
|
type: {
|
|
@@ -130,14 +130,20 @@ const _b = { class: "button-text" }, bb = { class: "link-text" }, wb = /* @__PUR
|
|
|
130
130
|
class: oe(["button-primary flex-inline flex-center", [t.hasHoverBg && "button-hover-bg"]]),
|
|
131
131
|
onClick: i
|
|
132
132
|
}, [
|
|
133
|
-
o("span",
|
|
133
|
+
o("span", {
|
|
134
|
+
class: "button-text",
|
|
135
|
+
innerHTML: t.data.text
|
|
136
|
+
}, null, 8, _b),
|
|
134
137
|
l[0] || (l[0] = o("span", { class: "button-icon" }, null, -1))
|
|
135
138
|
], 2)) : (_(), S("div", {
|
|
136
139
|
key: 1,
|
|
137
140
|
class: "link-button flex-inline flex-center",
|
|
138
141
|
onClick: i
|
|
139
142
|
}, [
|
|
140
|
-
o("span",
|
|
143
|
+
o("span", {
|
|
144
|
+
class: "link-text",
|
|
145
|
+
innerHTML: t.data.text
|
|
146
|
+
}, null, 8, bb),
|
|
141
147
|
l[1] || (l[1] = o("span", { class: "button-icon link-icon" }, null, -1))
|
|
142
148
|
]));
|
|
143
149
|
}
|
|
@@ -146,7 +152,7 @@ const _b = { class: "button-text" }, bb = { class: "link-text" }, wb = /* @__PUR
|
|
|
146
152
|
for (const [s, i] of e)
|
|
147
153
|
n[s] = i;
|
|
148
154
|
return n;
|
|
149
|
-
}, bi = /* @__PURE__ */ he(wb, [["__scopeId", "data-v-
|
|
155
|
+
}, bi = /* @__PURE__ */ he(wb, [["__scopeId", "data-v-39c4c4e2"]]), xb = { class: "article-item" }, Cb = { class: "article-item-title" }, Tb = ["innerHTML"], kb = {
|
|
150
156
|
key: 0,
|
|
151
157
|
class: "article-item-button"
|
|
152
158
|
}, Sb = {
|
|
@@ -482,7 +488,7 @@ const _b = { class: "button-text" }, bb = { class: "link-text" }, wb = /* @__PUR
|
|
|
482
488
|
},
|
|
483
489
|
emits: ["update:show"],
|
|
484
490
|
setup(t, { emit: e }) {
|
|
485
|
-
const n = qe(() => import("vuedraggable")), s = qe(() => import("./index-
|
|
491
|
+
const n = qe(() => import("vuedraggable")), s = qe(() => import("./index-Bo4erfgu.mjs")), i = U(!1), a = q(() => ({
|
|
486
492
|
animation: 200,
|
|
487
493
|
group: "item",
|
|
488
494
|
disabled: !1,
|
|
@@ -3121,7 +3127,7 @@ const _b = { class: "button-text" }, bb = { class: "link-text" }, wb = /* @__PUR
|
|
|
3121
3127
|
},
|
|
3122
3128
|
emits: ["update:show"],
|
|
3123
3129
|
setup(t, { emit: e }) {
|
|
3124
|
-
const n = qe(() => import("vuedraggable")), s = qe(() => import("./index-
|
|
3130
|
+
const n = qe(() => import("vuedraggable")), s = qe(() => import("./index-Bo4erfgu.mjs")), i = U(!1), a = q(() => ({
|
|
3125
3131
|
animation: 200,
|
|
3126
3132
|
group: "gallerys",
|
|
3127
3133
|
// 链接专用分组
|
|
@@ -4706,7 +4712,7 @@ const ox = { class: "gallery-container gallery-timeline container-content" }, rx
|
|
|
4706
4712
|
},
|
|
4707
4713
|
emits: ["update:show"],
|
|
4708
4714
|
setup(t, { emit: e }) {
|
|
4709
|
-
const n = qe(() => import("vuedraggable")), s = qe(() => import("./index-
|
|
4715
|
+
const n = qe(() => import("vuedraggable")), s = qe(() => import("./index-Bo4erfgu.mjs")), i = U(!1), a = q(() => ({
|
|
4710
4716
|
animation: 200,
|
|
4711
4717
|
group: "gallerys",
|
|
4712
4718
|
// 链接专用分组
|
|
@@ -6059,7 +6065,7 @@ const ox = { class: "gallery-container gallery-timeline container-content" }, rx
|
|
|
6059
6065
|
},
|
|
6060
6066
|
emits: ["update:show"],
|
|
6061
6067
|
setup(t, { emit: e }) {
|
|
6062
|
-
const n = qe(() => import("vuedraggable")), s = qe(() => import("./index-
|
|
6068
|
+
const n = qe(() => import("vuedraggable")), s = qe(() => import("./index-Bo4erfgu.mjs")), i = U(!1), a = q(() => ({
|
|
6063
6069
|
animation: 200,
|
|
6064
6070
|
group: "btns",
|
|
6065
6071
|
// 链接专用分组
|
|
@@ -6827,7 +6833,7 @@ const ox = { class: "gallery-container gallery-timeline container-content" }, rx
|
|
|
6827
6833
|
}
|
|
6828
6834
|
},
|
|
6829
6835
|
setup(t) {
|
|
6830
|
-
const e = qe(() => import("vuedraggable")), n = qe(() => import("./index-
|
|
6836
|
+
const e = qe(() => import("vuedraggable")), n = qe(() => import("./index-Bo4erfgu.mjs")), s = U(!1), i = q(() => ({
|
|
6831
6837
|
animation: 200,
|
|
6832
6838
|
group: "buttons",
|
|
6833
6839
|
// 按钮专用分组
|
|
@@ -8873,7 +8879,7 @@ const ox = { class: "gallery-container gallery-timeline container-content" }, rx
|
|
|
8873
8879
|
},
|
|
8874
8880
|
emits: ["update:show"],
|
|
8875
8881
|
setup(t, { emit: e }) {
|
|
8876
|
-
const n = qe(() => import("./index-
|
|
8882
|
+
const n = qe(() => import("./index-Bo4erfgu.mjs")), s = e, i = () => {
|
|
8877
8883
|
s("update:show", !1);
|
|
8878
8884
|
};
|
|
8879
8885
|
return (a, l) => {
|
|
@@ -10290,7 +10296,7 @@ const ox = { class: "gallery-container gallery-timeline container-content" }, rx
|
|
|
10290
10296
|
},
|
|
10291
10297
|
emits: ["update:show"],
|
|
10292
10298
|
setup(t, { emit: e }) {
|
|
10293
|
-
const n = qe(() => import("./index-
|
|
10299
|
+
const n = qe(() => import("./index-Bo4erfgu.mjs")), s = e, i = () => {
|
|
10294
10300
|
s("update:show", !1);
|
|
10295
10301
|
};
|
|
10296
10302
|
return (a, l) => {
|
|
@@ -10472,7 +10478,7 @@ const ox = { class: "gallery-container gallery-timeline container-content" }, rx
|
|
|
10472
10478
|
},
|
|
10473
10479
|
emits: ["update:show"],
|
|
10474
10480
|
setup(t, { emit: e }) {
|
|
10475
|
-
const n = qe(() => import("vuedraggable")), s = qe(() => import("./index-
|
|
10481
|
+
const n = qe(() => import("vuedraggable")), s = qe(() => import("./index-Bo4erfgu.mjs")), i = U(!1), a = q(() => ({
|
|
10476
10482
|
animation: 200,
|
|
10477
10483
|
group: "links",
|
|
10478
10484
|
// 链接专用分组
|
|
@@ -10812,7 +10818,7 @@ const ox = { class: "gallery-container gallery-timeline container-content" }, rx
|
|
|
10812
10818
|
},
|
|
10813
10819
|
emits: ["update:show"],
|
|
10814
10820
|
setup(t, { emit: e }) {
|
|
10815
|
-
const n = qe(() => import("./index-
|
|
10821
|
+
const n = qe(() => import("./index-Bo4erfgu.mjs")), s = e, i = () => {
|
|
10816
10822
|
s("update:show", !1);
|
|
10817
10823
|
};
|
|
10818
10824
|
return (a, l) => {
|
|
@@ -11293,7 +11299,7 @@ const ox = { class: "gallery-container gallery-timeline container-content" }, rx
|
|
|
11293
11299
|
},
|
|
11294
11300
|
emits: ["update:show"],
|
|
11295
11301
|
setup(t, { emit: e }) {
|
|
11296
|
-
const n = qe(() => import("vuedraggable")), s = qe(() => import("./index-
|
|
11302
|
+
const n = qe(() => import("vuedraggable")), s = qe(() => import("./index-Bo4erfgu.mjs")), i = U(!1), a = q(() => ({
|
|
11297
11303
|
animation: 200,
|
|
11298
11304
|
group: "gallerys",
|
|
11299
11305
|
// 链接专用分组
|
|
@@ -12898,7 +12904,7 @@ const Cn = W0(), R9 = W0(), N9 = { class: "list-sort" }, F9 = ["onClick"], H9 =
|
|
|
12898
12904
|
},
|
|
12899
12905
|
emits: ["update:show"],
|
|
12900
12906
|
setup(t, { emit: e }) {
|
|
12901
|
-
const n = qe(() => import("vuedraggable")), s = qe(() => import("./index-
|
|
12907
|
+
const n = qe(() => import("vuedraggable")), s = qe(() => import("./index-Bo4erfgu.mjs")), i = U(!1), a = q(() => ({
|
|
12902
12908
|
animation: 200,
|
|
12903
12909
|
group: "gallerys",
|
|
12904
12910
|
// 链接专用分组
|
|
@@ -14079,7 +14085,7 @@ const Cn = W0(), R9 = W0(), N9 = { class: "list-sort" }, F9 = ["onClick"], H9 =
|
|
|
14079
14085
|
emits: ["update:show"],
|
|
14080
14086
|
setup(t, { emit: e }) {
|
|
14081
14087
|
const n = qe(
|
|
14082
|
-
() => import("./index-
|
|
14088
|
+
() => import("./index-Bo4erfgu.mjs")
|
|
14083
14089
|
), s = e, i = () => {
|
|
14084
14090
|
s("update:show", !1);
|
|
14085
14091
|
};
|
|
@@ -15500,7 +15506,7 @@ const Cn = W0(), R9 = W0(), N9 = { class: "list-sort" }, F9 = ["onClick"], H9 =
|
|
|
15500
15506
|
setup(t, { emit: e }) {
|
|
15501
15507
|
var C;
|
|
15502
15508
|
const n = qe(() => import("vuedraggable")), s = qe(
|
|
15503
|
-
() => import("./index-
|
|
15509
|
+
() => import("./index-Bo4erfgu.mjs")
|
|
15504
15510
|
), i = q(() => ({
|
|
15505
15511
|
animation: 200,
|
|
15506
15512
|
group: "links",
|
|
@@ -17609,7 +17615,7 @@ const Cn = W0(), R9 = W0(), N9 = { class: "list-sort" }, F9 = ["onClick"], H9 =
|
|
|
17609
17615
|
emits: ["update:show"],
|
|
17610
17616
|
setup(t, { emit: e }) {
|
|
17611
17617
|
const n = qe(
|
|
17612
|
-
() => import("./index-
|
|
17618
|
+
() => import("./index-Bo4erfgu.mjs")
|
|
17613
17619
|
), s = qe(() => import("vuedraggable")), i = t, a = U(!1), l = U(/* @__PURE__ */ new Set()), r = U(/* @__PURE__ */ new Set());
|
|
17614
17620
|
Be(
|
|
17615
17621
|
() => {
|
|
@@ -20771,7 +20777,7 @@ const Cn = W0(), R9 = W0(), N9 = { class: "list-sort" }, F9 = ["onClick"], H9 =
|
|
|
20771
20777
|
},
|
|
20772
20778
|
emits: ["update:show"],
|
|
20773
20779
|
setup(t, { emit: e }) {
|
|
20774
|
-
const n = qe(() => import("vuedraggable")), s = qe(() => import("./index-
|
|
20780
|
+
const n = qe(() => import("vuedraggable")), s = qe(() => import("./index-Bo4erfgu.mjs")), i = U(!1), a = q(() => ({
|
|
20775
20781
|
animation: 200,
|
|
20776
20782
|
group: "data",
|
|
20777
20783
|
// 专用分组
|
|
@@ -21060,7 +21066,7 @@ const Cn = W0(), R9 = W0(), N9 = { class: "list-sort" }, F9 = ["onClick"], H9 =
|
|
|
21060
21066
|
},
|
|
21061
21067
|
emits: ["update:show"],
|
|
21062
21068
|
setup(t, { emit: e }) {
|
|
21063
|
-
const n = qe(() => import("vuedraggable")), s = qe(() => import("./index-
|
|
21069
|
+
const n = qe(() => import("vuedraggable")), s = qe(() => import("./index-Bo4erfgu.mjs")), i = U(!1), a = q(() => ({
|
|
21064
21070
|
animation: 200,
|
|
21065
21071
|
group: "data",
|
|
21066
21072
|
// 专用分组
|
|
@@ -24508,7 +24514,7 @@ const oU = /* @__PURE__ */ La(lU), rU = { class: "setting-content" }, dU = { cla
|
|
|
24508
24514
|
emits: ["update:show"],
|
|
24509
24515
|
setup(t, { emit: e }) {
|
|
24510
24516
|
const n = qe(
|
|
24511
|
-
() => import("./index-
|
|
24517
|
+
() => import("./index-Bo4erfgu.mjs")
|
|
24512
24518
|
), s = e, i = () => {
|
|
24513
24519
|
s("update:show", !1);
|
|
24514
24520
|
};
|
|
@@ -24724,7 +24730,7 @@ const oU = /* @__PURE__ */ La(lU), rU = { class: "setting-content" }, dU = { cla
|
|
|
24724
24730
|
emits: ["update:show"],
|
|
24725
24731
|
setup(t, { emit: e }) {
|
|
24726
24732
|
const n = qe(
|
|
24727
|
-
() => import("./index-
|
|
24733
|
+
() => import("./index-Bo4erfgu.mjs")
|
|
24728
24734
|
), s = e, i = () => {
|
|
24729
24735
|
s("update:show", !1);
|
|
24730
24736
|
};
|
|
@@ -24940,7 +24946,7 @@ const oU = /* @__PURE__ */ La(lU), rU = { class: "setting-content" }, dU = { cla
|
|
|
24940
24946
|
emits: ["update:show"],
|
|
24941
24947
|
setup(t, { emit: e }) {
|
|
24942
24948
|
qe(
|
|
24943
|
-
() => import("./index-
|
|
24949
|
+
() => import("./index-Bo4erfgu.mjs")
|
|
24944
24950
|
);
|
|
24945
24951
|
const n = e, s = () => {
|
|
24946
24952
|
n("update:show", !1);
|
|
@@ -28535,7 +28541,7 @@ const qH = { key: 0 }, zH = {
|
|
|
28535
28541
|
},
|
|
28536
28542
|
emits: ["handleDelete", "handleCopy", "handlePaste", "handleClick"],
|
|
28537
28543
|
setup(t, { emit: e }) {
|
|
28538
|
-
const n = /* @__PURE__ */ Object.assign({ "/src/components/AccordionText/index.vue": () => Promise.resolve().then(() => _ie), "/src/components/AlummiCommunityList/index.vue": () => Promise.resolve().then(() => mN), "/src/components/ArticleItem/index.vue": () => Promise.resolve().then(() => US), "/src/components/ArticleList/index.vue": () => Promise.resolve().then(() => Nw), "/src/components/ArticleListPureText/index.vue": () => Promise.resolve().then(() => aN), "/src/components/BackgroundWrapper/index.vue": () => Promise.resolve().then(() => Xte), "/src/components/BannerImage/index.vue": () => Promise.resolve().then(() => s8), "/src/components/BannerImageWithLink/index.vue": () => Promise.resolve().then(() => ZP), "/src/components/BannerPage/index.vue": () => Promise.resolve().then(() => f8), "/src/components/BannerQuote/index.vue": () => Promise.resolve().then(() => bS), "/src/components/BasicCollapse/index.vue": () => Promise.resolve().then(() => lM), "/src/components/BlessingMessage/index.vue": () => Promise.resolve().then(() => tF), "/src/components/BlessingSlider/index.vue": () => Promise.resolve().then(() => vF), "/src/components/BtnList/index.vue": () => Promise.resolve().then(() => O8), "/src/components/CardCarousel/index.vue": () => Promise.resolve().then(() => Uk), "/src/components/CardCarouselArticles/index.vue": () => Promise.resolve().then(() => JB), "/src/components/CardCarouselMultiRow/index.vue": () => Promise.resolve().then(() => aS), "/src/components/CardCarouselMultiRowArticles/index.vue": () => Promise.resolve().then(() => hR), "/src/components/CardCarouselMultiRowPublications/index.vue": () => Promise.resolve().then(() => aj), "/src/components/CardListCircle/index.vue": () => Promise.resolve().then(() => Yq), "/src/components/CardListProgramme/index.vue": () => Promise.resolve().then(() => Tz), "/src/components/CardListSchool/index.vue": () => Promise.resolve().then(() => tW), "/src/components/CardShowcase/index.vue": () => Promise.resolve().then(() => XF), "/src/components/CardShowcaseProfile/index.vue": () => Promise.resolve().then(() => vE), "/src/components/CarouselLogo/index.vue": () => Promise.resolve().then(() => eI), "/src/components/CollapseCustom/index.vue": () => Promise.resolve().then(() => Pne), "/src/components/ContactUsInfo/index.vue": () => Promise.resolve().then(() => BD), "/src/components/ContactUsList/index.vue": () => Promise.resolve().then(() => mP), "/src/components/CountDown/index.vue": () => Promise.resolve().then(() => OE), "/src/components/CustomIframe/index.vue": () => Promise.resolve().then(() => WE), "/src/components/CustomSpace/index.vue": () => Promise.resolve().then(() => E5), "/src/components/CustomText/index.vue": () => Promise.resolve().then(() => wR), "/src/components/DetailLink/index.vue": () => Promise.resolve().then(() => uW), "/src/components/Disc/index.vue": () => Promise.resolve().then(() => zO), "/src/components/DonorLinks/index.vue": () => Promise.resolve().then(() => ik), "/src/components/ExploreLinks/index.vue": () => Promise.resolve().then(() => iH), "/src/components/GalleryBlock/index.vue": () => Promise.resolve().then(() => IB), "/src/components/GalleryCaptionRound/index.vue": () => Promise.resolve().then(() => P3), "/src/components/GalleryDefault/index.vue": () => Promise.resolve().then(() => s3), "/src/components/GalleryList/index.vue": () => Promise.resolve().then(() => M6), "/src/components/GalleryTimeline/index.vue": () => Promise.resolve().then(() => Cx), "/src/components/GalleryTimelineCol/index.vue": () => Promise.resolve().then(() => r4), "/src/components/GridLinks/index.vue": () => Promise.resolve().then(() => Qse), "/src/components/HeroSlide/index.vue": () => Promise.resolve().then(() => gT), "/src/components/InformationLink/index.vue": () => Promise.resolve().then(() => Eee), "/src/components/LinkList/index.vue": () => Promise.resolve().then(() => $T), "/src/components/MapStatic/index.vue": () => Promise.resolve().then(() => SL), "/src/components/MediaImageFull/index.vue": () => Promise.resolve().then(() => IR), "/src/components/MediaImageStatic/index.vue": () => Promise.resolve().then(() => WR), "/src/components/MediaLogo/index.vue": () => Promise.resolve().then(() => nU), "/src/components/MediaVideo/index.vue": () => Promise.resolve().then(() => vee), "/src/components/NewsList/index.vue": () => Promise.resolve().then(() => B7), "/src/components/Process/index.vue": () => Promise.resolve().then(() => w5), "/src/components/Publications/index.vue": () => Promise.resolve().then(() => MA), "/src/components/QuoteText/index.vue": () => import("./index-
|
|
28544
|
+
const n = /* @__PURE__ */ Object.assign({ "/src/components/AccordionText/index.vue": () => Promise.resolve().then(() => _ie), "/src/components/AlummiCommunityList/index.vue": () => Promise.resolve().then(() => mN), "/src/components/ArticleItem/index.vue": () => Promise.resolve().then(() => US), "/src/components/ArticleList/index.vue": () => Promise.resolve().then(() => Nw), "/src/components/ArticleListPureText/index.vue": () => Promise.resolve().then(() => aN), "/src/components/BackgroundWrapper/index.vue": () => Promise.resolve().then(() => Xte), "/src/components/BannerImage/index.vue": () => Promise.resolve().then(() => s8), "/src/components/BannerImageWithLink/index.vue": () => Promise.resolve().then(() => ZP), "/src/components/BannerPage/index.vue": () => Promise.resolve().then(() => f8), "/src/components/BannerQuote/index.vue": () => Promise.resolve().then(() => bS), "/src/components/BasicCollapse/index.vue": () => Promise.resolve().then(() => lM), "/src/components/BlessingMessage/index.vue": () => Promise.resolve().then(() => tF), "/src/components/BlessingSlider/index.vue": () => Promise.resolve().then(() => vF), "/src/components/BtnList/index.vue": () => Promise.resolve().then(() => O8), "/src/components/CardCarousel/index.vue": () => Promise.resolve().then(() => Uk), "/src/components/CardCarouselArticles/index.vue": () => Promise.resolve().then(() => JB), "/src/components/CardCarouselMultiRow/index.vue": () => Promise.resolve().then(() => aS), "/src/components/CardCarouselMultiRowArticles/index.vue": () => Promise.resolve().then(() => hR), "/src/components/CardCarouselMultiRowPublications/index.vue": () => Promise.resolve().then(() => aj), "/src/components/CardListCircle/index.vue": () => Promise.resolve().then(() => Yq), "/src/components/CardListProgramme/index.vue": () => Promise.resolve().then(() => Tz), "/src/components/CardListSchool/index.vue": () => Promise.resolve().then(() => tW), "/src/components/CardShowcase/index.vue": () => Promise.resolve().then(() => XF), "/src/components/CardShowcaseProfile/index.vue": () => Promise.resolve().then(() => vE), "/src/components/CarouselLogo/index.vue": () => Promise.resolve().then(() => eI), "/src/components/CollapseCustom/index.vue": () => Promise.resolve().then(() => Pne), "/src/components/ContactUsInfo/index.vue": () => Promise.resolve().then(() => BD), "/src/components/ContactUsList/index.vue": () => Promise.resolve().then(() => mP), "/src/components/CountDown/index.vue": () => Promise.resolve().then(() => OE), "/src/components/CustomIframe/index.vue": () => Promise.resolve().then(() => WE), "/src/components/CustomSpace/index.vue": () => Promise.resolve().then(() => E5), "/src/components/CustomText/index.vue": () => Promise.resolve().then(() => wR), "/src/components/DetailLink/index.vue": () => Promise.resolve().then(() => uW), "/src/components/Disc/index.vue": () => Promise.resolve().then(() => zO), "/src/components/DonorLinks/index.vue": () => Promise.resolve().then(() => ik), "/src/components/ExploreLinks/index.vue": () => Promise.resolve().then(() => iH), "/src/components/GalleryBlock/index.vue": () => Promise.resolve().then(() => IB), "/src/components/GalleryCaptionRound/index.vue": () => Promise.resolve().then(() => P3), "/src/components/GalleryDefault/index.vue": () => Promise.resolve().then(() => s3), "/src/components/GalleryList/index.vue": () => Promise.resolve().then(() => M6), "/src/components/GalleryTimeline/index.vue": () => Promise.resolve().then(() => Cx), "/src/components/GalleryTimelineCol/index.vue": () => Promise.resolve().then(() => r4), "/src/components/GridLinks/index.vue": () => Promise.resolve().then(() => Qse), "/src/components/HeroSlide/index.vue": () => Promise.resolve().then(() => gT), "/src/components/InformationLink/index.vue": () => Promise.resolve().then(() => Eee), "/src/components/LinkList/index.vue": () => Promise.resolve().then(() => $T), "/src/components/MapStatic/index.vue": () => Promise.resolve().then(() => SL), "/src/components/MediaImageFull/index.vue": () => Promise.resolve().then(() => IR), "/src/components/MediaImageStatic/index.vue": () => Promise.resolve().then(() => WR), "/src/components/MediaLogo/index.vue": () => Promise.resolve().then(() => nU), "/src/components/MediaVideo/index.vue": () => Promise.resolve().then(() => vee), "/src/components/NewsList/index.vue": () => Promise.resolve().then(() => B7), "/src/components/Process/index.vue": () => Promise.resolve().then(() => w5), "/src/components/Publications/index.vue": () => Promise.resolve().then(() => MA), "/src/components/QuoteText/index.vue": () => import("./index-Db1_AAnA.mjs"), "/src/components/RegisterForm/index.vue": () => Promise.resolve().then(() => mB), "/src/components/Resources/index.vue": () => Promise.resolve().then(() => KI), "/src/components/ResourcesTwo/index.vue": () => Promise.resolve().then(() => pO), "/src/components/RibbonBlock/index.vue": () => Promise.resolve().then(() => XS), "/src/components/SchoolLayout/index.vue": () => Promise.resolve().then(() => XH), "/src/components/ScrollKeyInfo/index.vue": () => Promise.resolve().then(() => G$), "/src/components/TabDefault/index.vue": () => Promise.resolve().then(() => zj), "/src/components/TabLogo/index.vue": () => Promise.resolve().then(() => $te), "/src/components/TabPage/index.vue": () => Promise.resolve().then(() => lte), "/src/components/TabTimeLine/index.vue": () => Promise.resolve().then(() => Tq), "/src/components/TableCollapse/index.vue": () => Promise.resolve().then(() => MM), "/src/components/TableTwo/index.vue": () => Promise.resolve().then(() => MP), "/src/components/TheHistoryCarousel/index.vue": () => Promise.resolve().then(() => BV), "/src/components/TimelineStory/index.vue": () => Promise.resolve().then(() => B9), "/src/components/VrTour/index.vue": () => Promise.resolve().then(() => Ase) }), s = {};
|
|
28539
28545
|
for (const v in n)
|
|
28540
28546
|
try {
|
|
28541
28547
|
const h = v.split("/"), d = h[h.length - 2];
|
|
@@ -30298,7 +30304,7 @@ const qH = { key: 0 }, zH = {
|
|
|
30298
30304
|
},
|
|
30299
30305
|
emits: ["update:show"],
|
|
30300
30306
|
setup(t, { emit: e }) {
|
|
30301
|
-
const n = qe(() => import("vuedraggable")), s = qe(() => import("./index-
|
|
30307
|
+
const n = qe(() => import("vuedraggable")), s = qe(() => import("./index-Bo4erfgu.mjs")), i = U(!1), a = q(() => ({
|
|
30302
30308
|
animation: 200,
|
|
30303
30309
|
group: "programmes",
|
|
30304
30310
|
// 链接专用分组
|
|
@@ -31318,7 +31324,7 @@ const qH = { key: 0 }, zH = {
|
|
|
31318
31324
|
emits: ["update:show"],
|
|
31319
31325
|
setup(t, { emit: e }) {
|
|
31320
31326
|
qe(
|
|
31321
|
-
() => import("./index-
|
|
31327
|
+
() => import("./index-Bo4erfgu.mjs")
|
|
31322
31328
|
);
|
|
31323
31329
|
const n = e, s = () => {
|
|
31324
31330
|
n("update:show", !1);
|
|
@@ -31528,7 +31534,7 @@ const qH = { key: 0 }, zH = {
|
|
|
31528
31534
|
emits: ["update:show"],
|
|
31529
31535
|
setup(t, { emit: e }) {
|
|
31530
31536
|
qe(
|
|
31531
|
-
() => import("./index-
|
|
31537
|
+
() => import("./index-Bo4erfgu.mjs")
|
|
31532
31538
|
);
|
|
31533
31539
|
const n = e, s = () => {
|
|
31534
31540
|
n("update:show", !1);
|
|
@@ -67592,7 +67598,7 @@ const oee = /* @__PURE__ */ he(see, [["render", lee], ["__scopeId", "data-v-c5a2
|
|
|
67592
67598
|
emits: ["update:show"],
|
|
67593
67599
|
setup(t, { emit: e }) {
|
|
67594
67600
|
qe(
|
|
67595
|
-
() => import("./index-
|
|
67601
|
+
() => import("./index-Bo4erfgu.mjs")
|
|
67596
67602
|
);
|
|
67597
67603
|
const n = e, s = () => {
|
|
67598
67604
|
n("update:show", !1);
|
|
@@ -71341,7 +71347,7 @@ const mne = /* @__PURE__ */ La(hne), pne = { class: "setting-content" }, fne = {
|
|
|
71341
71347
|
},
|
|
71342
71348
|
emits: ["update:show"],
|
|
71343
71349
|
setup(t, { emit: e }) {
|
|
71344
|
-
const n = qe(() => import("vuedraggable")), s = qe(() => import("./index-
|
|
71350
|
+
const n = qe(() => import("vuedraggable")), s = qe(() => import("./index-Bo4erfgu.mjs")), i = U(!1), a = q(() => ({
|
|
71345
71351
|
animation: 200,
|
|
71346
71352
|
group: "gallerys",
|
|
71347
71353
|
disabled: !1,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-rvpT8Nri.js");exports.default=e._;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var T=Object.defineProperty;var L=(u,r,c)=>r in u?T(u,r,{enumerable:!0,configurable:!0,writable:!0,value:c}):u[r]=c;var i=(u,r,c)=>L(u,typeof r!="symbol"?r+"":r,c);Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("vue"),B=require("@wangeditor/editor-for-vue"),w=require("@wangeditor/editor"),U=require("./index-
|
|
1
|
+
"use strict";var T=Object.defineProperty;var L=(u,r,c)=>r in u?T(u,r,{enumerable:!0,configurable:!0,writable:!0,value:c}):u[r]=c;var i=(u,r,c)=>L(u,typeof r!="symbol"?r+"":r,c);Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("vue"),B=require("@wangeditor/editor-for-vue"),w=require("@wangeditor/editor"),U=require("./index-rvpT8Nri.js"),q={class:"rich-text-editor"},E=t.defineComponent({__name:"index",props:{name:{default:""},modelValue:{default:""},placeholder:{default:"请输入内容..."},height:{default:"400px"},mode:{default:"default"},disabled:{type:Boolean,default:!1},maxLength:{default:1e4},excludeKeys:{default:()=>[]},includeKeys:{default:()=>[]}},emits:["update:modelValue","change","focus","blur","created","upload-image","upload-video"],setup(u,{expose:r,emit:c}){const a=u,m=c,o=t.shallowRef(),d=t.ref(""),k=t.computed(()=>typeof a.height=="number"?`${a.height}px`:a.height),p=t.inject("handleUpload",()=>{}),h=t.inject("fileUrl",null),b=t.inject("chooseName",null),f=t.ref(""),v=t.ref(null),C=e=>{if(!p){console.warn("Upload: handleUpload function not provided by ancestor");return}if(f.value=e,o.value)try{const l=o.value.selection;l&&(v.value={anchor:{path:[...l.anchor.path],offset:l.anchor.offset},focus:{path:[...l.focus.path],offset:l.focus.offset}})}catch(l){console.warn("保存光标位置失败:",l)}const n=a.name+"_"+e;p(!0,n)};t.watch(()=>a.name,()=>{h.value=null},{deep:!0,immediate:!0}),t.watch(()=>[h==null?void 0:h.value],([e])=>{const n=a.name+"_"+f.value;!e||!b.value||b.value!==n||o.value&&t.nextTick(()=>{var l,g;if(o.value){try{if(o.value.focus(),v.value)try{o.value.select(v.value)}catch(s){console.warn("恢复光标位置失败,使用默认位置:",s)}}catch(s){console.warn("聚焦编辑器失败:",s)}if(f.value==="img"){const y=`<img src="${e}" alt="图片" style="max-width: 100%;">`;(l=o.value)==null||l.dangerouslyInsertHtml(y)}else{const y=`<video src="${e}" controls style="max-width: 100%;"></video>`;(g=o.value)==null||g.dangerouslyInsertHtml(y)}v.value=null,f.value=""}})},{immediate:!1});function I(e){return class{constructor(){i(this,"title");i(this,"tag");i(this,"iconSvg");this.title="上传图片",this.tag="button",this.iconSvg='<svg viewBox="0 0 1024 1024"><path d="M959.877 128l0.123 0.123v767.775l-0.123 0.122H64.102l-0.122-0.122V128.123l0.122-0.123h895.775zM960 64H64C28.795 64 0 92.795 0 128v768c0 35.205 28.795 64 64 64h896c35.205 0 64-28.795 64-64V128c0-35.205-28.795-64-64-64zM832 288.01c0 53.023-42.988 96.01-96.01 96.01s-96.01-42.987-96.01-96.01S682.967 192 735.99 192 832 234.988 832 288.01zM896 832H128V704l224.01-384 256 320h64l224.01-192z"></path></svg>'}isActive(){return!1}getValue(){return""}isDisabled(){return!1}exec(){t.nextTick(()=>{console.log("点击了自定义上传图片菜单"),e("img")})}}}function H(e){return class{constructor(){i(this,"title");i(this,"tag");i(this,"iconSvg");this.title="上传视频",this.tag="button",this.iconSvg='<svg viewBox="0 0 1024 1024"><path d="M981.184 160.096C837.568 139.456 678.848 128 512 128S186.432 139.456 42.816 160.096C15.296 267.808 0 386.848 0 512s15.264 244.16 42.816 351.904C186.464 884.544 345.152 896 512 896s325.568-11.456 469.184-32.096C1008.704 756.192 1024 637.152 1024 512s-15.264-244.16-42.816-351.904zM384 704V320l320 192-320 192z"></path></svg>'}getValue(){return""}isActive(){return!1}isDisabled(){return!1}exec(){t.nextTick(()=>{console.log("点击了自定义上传视频菜单"),e("video")})}}}const x={toolbarKeys:["headerSelect","bold","italic","through","underline","color","fontSize","lineHeight","delIndent","indent","divider","insertTable","justifyCenter","justifyJustify","justifyLeft","justifyRight","bulletedList","numberedList","undo","redo","clearStyle","codeBlock"]},_={placeholder:a.placeholder,readOnly:a.disabled,maxLength:a.maxLength,MENU_CONF:{},hoverbarKeys:{text:{menuKeys:["headerSelect","insertLink","bold","italic","underline","through","clearStyle"]}}},M=Math.random().toString(36).substring(2,9),V=`CustomImageMenu_${M}`,S=`CustomVideoMenu_${M}`,j=e=>{o.value=e;try{const n=I(C),l=H(C),g={key:V,factory(){return new n}},s={key:S,factory(){return new l}};w.Boot.registerMenu(g),w.Boot.registerMenu(s)}catch(n){console.warn("菜单注册失败:",n)}x.insertKeys={index:0,keys:[V,S]},m("created",e)};t.onBeforeUnmount(()=>{const e=o.value;e!=null&&e.destroy()}),t.watch(()=>a.modelValue,e=>{e!==d.value&&(d.value=e||"")},{immediate:!0});const z=e=>{m("update:modelValue",d.value),m("change",e)},K=()=>{o.value=void 0},N=e=>{m("focus",e)},O=e=>{m("blur",e)};return r({editor:o,getHtml:()=>d.value,getText:()=>{var e;return((e=o.value)==null?void 0:e.getText())||""},isEmpty:()=>{var e;return((e=o.value)==null?void 0:e.isEmpty())||!0},clear:()=>{var e;return(e=o.value)==null?void 0:e.clear()},focus:()=>{var e;return(e=o.value)==null?void 0:e.focus()},blur:()=>{var e;return(e=o.value)==null?void 0:e.blur()},disable:()=>{var e;return(e=o.value)==null?void 0:e.disable()},enable:()=>{var e;return(e=o.value)==null?void 0:e.enable()}}),(e,n)=>(t.openBlock(),t.createElementBlock("div",q,[t.createVNode(t.unref(B.Toolbar),{class:"editor-toolbar",editor:o.value,defaultConfig:x,mode:u.mode},null,8,["editor","mode"]),t.createVNode(t.unref(B.Editor),{class:"editor-content",style:t.normalizeStyle({height:k.value}),modelValue:d.value,"onUpdate:modelValue":n[0]||(n[0]=l=>d.value=l),defaultConfig:_,mode:u.mode,onOnCreated:j,onOnChange:z,onOnDestroyed:K,onOnFocus:N,onOnBlur:O},null,8,["style","modelValue","mode"])]))}}),$=U.a(E,[["__scopeId","data-v-55807020"]]);exports.default=$;
|