officialblock 2.2.2 → 2.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),u=require("./index-C0z5oChH.js"),S=["id"],z=["id"],C=["onClick"],P={class:"accordion-button__title"},B=["id","aria-expanded","aria-labelledby"],T={class:"accordion-body"},I=["innerHTML"],L={class:"flex-center mt-10"},O={__name:"index",props:{modelValue:{type:Object,default:()=>({})},isPreview:{type:Boolean,default:!0}},emits:["update:modelValue","handleDelete","handleCopy","handlePaste"],setup(m,{emit:V}){const{proxy:_}=e.getCurrentInstance(),{$_vsWidth:p,$_vsScrollY:F,$vsScreenAddListener:M,$vsScreenDestroyListener:A}=_,l=m,k=V,w=()=>{var o;if(l.modelValue&&l.modelValue.data){l.modelValue.openFirst&&l.modelValue.data.length>0&&n.value.size===0&&n.value.add(l.modelValue.data[0].key);return}const t={id:((o=l.modelValue)==null?void 0:o.id)||u.r(),type:"AccordionText",onlyShowPc:!1,openFirst:!1,width:"",style:{},data:[{key:u.r(),title:"tab1",content:"neirng"}]};k("update:modelValue",t)},d=e.ref(Date.now()),c=e.ref(6),v=e.ref(6),n=e.ref(new Set),b=e.ref([]),x=e.computed(()=>{var t;return(t=l.modelValue)!=null&&t.hasOwnProperty("classes")?l.modelValue.classes:null}),$=e.computed(()=>{var t;return(t=l.modelValue)!=null&&t.hasOwnProperty("style")?l.modelValue.style:null});e.computed(()=>{var t;return(t=l.modelValue)!=null&&t.hasOwnProperty("width")?l.modelValue.width:null});const r=e.computed(()=>{var t;return((t=l.modelValue)==null?void 0:t.data)||[]}),y=e.computed(()=>r.value.slice(0,c.value)),E=t=>{var o;n.value.has(t)?n.value.delete(t):((o=l.modelValue)!=null&&o.allowMultiple||n.value.clear(),n.value.add(t)),setTimeout(()=>{g(document.getElementById(`accordion-${d.value}-${t}`))},350)},i=t=>n.value.has(t),g=t=>{if(p.value>=768)return;const s=u.$(t).y-150;window.scroll({top:s,left:0,behavior:"smooth"})},h=()=>{p.value>=768?(c.value=6,v.value=6):(c.value=4,v.value=4)},N=()=>{};return e.watch(r,(t,o)=>{var s;h(),(s=l.modelValue)!=null&&s.openFirst&&t.length>0&&n.value.size===0&&n.value.add(t[0].key)},{deep:!0,immediate:!0}),e.watch(y,()=>{e.nextTick(N)},{immediate:!1}),e.onMounted(()=>{var t;e.nextTick(h),(t=l.modelValue)!=null&&t.openFirst&&r.value.length>0&&n.value.size===0&&n.value.add(r.value[0].key)}),w(),(t,o)=>{var s,f;return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["accordion-text",x.value]),id:`accordion-parent-${d.value}`,style:e.normalizeStyle($.value)},[e.createElementVNode("div",{class:e.normalizeClass(["accordion-text__container",[(s=m.modelValue)!=null&&s.width?`container-content-${(f=m.modelValue)==null?void 0:f.width}`:"container-content"]])},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(y.value,(a,j)=>(e.openBlock(),e.createElementBlock("div",{key:a.key,class:"accordion-item",ref_for:!0,ref_key:"itemRefs",ref:b,"data-aos":"fade-in"},[e.createElementVNode("div",{class:"accordion-header",id:`accordion-${d.value}-${a.key}`},[e.createElementVNode("button",{class:e.normalizeClass(["accordion-button",{collapsed:!i(a.key)}]),type:"button",onClick:q=>E(a.key)},[e.createElementVNode("div",null,[e.createElementVNode("div",P,e.toDisplayString(a.title),1)]),o[1]||(o[1]=e.createElementVNode("span",{class:"accordion-button__icon"},null,-1))],10,C)],8,z),e.createElementVNode("div",{id:`accordion-${d.value}-collapse-${a.key}`,class:e.normalizeClass(["accordion-collapse collapse",{show:i(a.key)}]),"aria-expanded":i(a.key),"aria-labelledby":`accordion-${d.value}-${a.key}`,style:e.normalizeStyle({height:i(a.key)?"auto":"0",overflow:"hidden"})},[e.createElementVNode("div",T,[e.createElementVNode("div",{class:"accordion__content",innerHTML:a.content},null,8,I)])],14,B)]))),128)),e.withDirectives(e.createElementVNode("div",L,[e.createElementVNode("button",{type:"button",class:"btn btn__load-more",onClick:o[0]||(o[0]=a=>c.value+=v.value)},[...o[2]||(o[2]=[e.createElementVNode("span",{class:"i i-load-more"},null,-1)])])],512),[[e.vShow,c.value<r.value.length]])],2)],14,S)}}},D=u._(O,[["__scopeId","data-v-e60439d5"]]);exports.default=D;
@@ -482,7 +482,7 @@ const v_ = { class: "button-text" }, y_ = { class: "link-text" }, b_ = /* @__PUR
482
482
  },
483
483
  emits: ["update:show"],
484
484
  setup(t, { emit: e }) {
485
- const n = We(() => import("vuedraggable")), s = We(() => import("./index-VvSFWvwg.mjs")), i = M(!1), a = q(() => ({
485
+ const n = We(() => import("vuedraggable")), s = We(() => import("./index-CDRMcpMM.mjs")), i = M(!1), a = q(() => ({
486
486
  animation: 200,
487
487
  group: "item",
488
488
  disabled: !1,
@@ -2916,7 +2916,7 @@ const v_ = { class: "button-text" }, y_ = { class: "link-text" }, b_ = /* @__PUR
2916
2916
  },
2917
2917
  emits: ["update:show"],
2918
2918
  setup(t, { emit: e }) {
2919
- const n = We(() => import("vuedraggable")), s = We(() => import("./index-VvSFWvwg.mjs")), i = M(!1), a = q(() => ({
2919
+ const n = We(() => import("vuedraggable")), s = We(() => import("./index-CDRMcpMM.mjs")), i = M(!1), a = q(() => ({
2920
2920
  animation: 200,
2921
2921
  group: "gallerys",
2922
2922
  // 链接专用分组
@@ -4506,7 +4506,7 @@ const XT = { class: "gallery-timeline" }, KT = { class: "gallery-timeline__list"
4506
4506
  },
4507
4507
  emits: ["update:show"],
4508
4508
  setup(t, { emit: e }) {
4509
- const n = We(() => import("vuedraggable")), s = We(() => import("./index-VvSFWvwg.mjs")), i = M(!1), a = q(() => ({
4509
+ const n = We(() => import("vuedraggable")), s = We(() => import("./index-CDRMcpMM.mjs")), i = M(!1), a = q(() => ({
4510
4510
  animation: 200,
4511
4511
  group: "gallerys",
4512
4512
  // 链接专用分组
@@ -5398,7 +5398,7 @@ const XT = { class: "gallery-timeline" }, KT = { class: "gallery-timeline__list"
5398
5398
  },
5399
5399
  emits: ["update:show"],
5400
5400
  setup(t, { emit: e }) {
5401
- const n = We(() => import("vuedraggable")), s = We(() => import("./index-VvSFWvwg.mjs")), i = M(!1), a = q(() => ({
5401
+ const n = We(() => import("vuedraggable")), s = We(() => import("./index-CDRMcpMM.mjs")), i = M(!1), a = q(() => ({
5402
5402
  animation: 200,
5403
5403
  group: "btns",
5404
5404
  // 链接专用分组
@@ -6166,7 +6166,7 @@ const XT = { class: "gallery-timeline" }, KT = { class: "gallery-timeline__list"
6166
6166
  }
6167
6167
  },
6168
6168
  setup(t) {
6169
- const e = We(() => import("vuedraggable")), n = We(() => import("./index-VvSFWvwg.mjs")), s = M(!1), i = q(() => ({
6169
+ const e = We(() => import("vuedraggable")), n = We(() => import("./index-CDRMcpMM.mjs")), s = M(!1), i = q(() => ({
6170
6170
  animation: 200,
6171
6171
  group: "buttons",
6172
6172
  // 按钮专用分组
@@ -8208,7 +8208,7 @@ const XT = { class: "gallery-timeline" }, KT = { class: "gallery-timeline__list"
8208
8208
  },
8209
8209
  emits: ["update:show"],
8210
8210
  setup(t, { emit: e }) {
8211
- const n = We(() => import("./index-VvSFWvwg.mjs")), s = e, i = () => {
8211
+ const n = We(() => import("./index-CDRMcpMM.mjs")), s = e, i = () => {
8212
8212
  s("update:show", !1);
8213
8213
  };
8214
8214
  return (a, l) => {
@@ -9631,7 +9631,7 @@ const XT = { class: "gallery-timeline" }, KT = { class: "gallery-timeline__list"
9631
9631
  },
9632
9632
  emits: ["update:show"],
9633
9633
  setup(t, { emit: e }) {
9634
- const n = We(() => import("./index-VvSFWvwg.mjs")), s = e, i = () => {
9634
+ const n = We(() => import("./index-CDRMcpMM.mjs")), s = e, i = () => {
9635
9635
  s("update:show", !1);
9636
9636
  };
9637
9637
  return (a, l) => {
@@ -9813,7 +9813,7 @@ const XT = { class: "gallery-timeline" }, KT = { class: "gallery-timeline__list"
9813
9813
  },
9814
9814
  emits: ["update:show"],
9815
9815
  setup(t, { emit: e }) {
9816
- const n = We(() => import("vuedraggable")), s = We(() => import("./index-VvSFWvwg.mjs")), i = M(!1), a = q(() => ({
9816
+ const n = We(() => import("vuedraggable")), s = We(() => import("./index-CDRMcpMM.mjs")), i = M(!1), a = q(() => ({
9817
9817
  animation: 200,
9818
9818
  group: "links",
9819
9819
  // 链接专用分组
@@ -10153,7 +10153,7 @@ const XT = { class: "gallery-timeline" }, KT = { class: "gallery-timeline__list"
10153
10153
  },
10154
10154
  emits: ["update:show"],
10155
10155
  setup(t, { emit: e }) {
10156
- const n = We(() => import("./index-VvSFWvwg.mjs")), s = e, i = () => {
10156
+ const n = We(() => import("./index-CDRMcpMM.mjs")), s = e, i = () => {
10157
10157
  s("update:show", !1);
10158
10158
  };
10159
10159
  return (a, l) => {
@@ -10634,7 +10634,7 @@ const XT = { class: "gallery-timeline" }, KT = { class: "gallery-timeline__list"
10634
10634
  },
10635
10635
  emits: ["update:show"],
10636
10636
  setup(t, { emit: e }) {
10637
- const n = We(() => import("vuedraggable")), s = We(() => import("./index-VvSFWvwg.mjs")), i = M(!1), a = q(() => ({
10637
+ const n = We(() => import("vuedraggable")), s = We(() => import("./index-CDRMcpMM.mjs")), i = M(!1), a = q(() => ({
10638
10638
  animation: 200,
10639
10639
  group: "gallerys",
10640
10640
  // 链接专用分组
@@ -12258,7 +12258,7 @@ const Tn = qv(), h4 = qv(), m4 = { class: "list-sort" }, p4 = ["onClick"], f4 =
12258
12258
  },
12259
12259
  emits: ["update:show"],
12260
12260
  setup(t, { emit: e }) {
12261
- const n = We(() => import("vuedraggable")), s = We(() => import("./index-VvSFWvwg.mjs")), i = M(!1), a = q(() => ({
12261
+ const n = We(() => import("vuedraggable")), s = We(() => import("./index-CDRMcpMM.mjs")), i = M(!1), a = q(() => ({
12262
12262
  animation: 200,
12263
12263
  group: "gallerys",
12264
12264
  // 链接专用分组
@@ -13435,7 +13435,7 @@ const Tn = qv(), h4 = qv(), m4 = { class: "list-sort" }, p4 = ["onClick"], f4 =
13435
13435
  },
13436
13436
  emits: ["update:show"],
13437
13437
  setup(t, { emit: e }) {
13438
- const n = We(() => import("./index-VvSFWvwg.mjs")), s = e, i = M({
13438
+ const n = We(() => import("./index-CDRMcpMM.mjs")), s = e, i = M({
13439
13439
  title: "",
13440
13440
  content: "",
13441
13441
  imgSrc: "https://osswebsite.ycyw.com/media-library/ywies-bj/images/home/ywies-tx.jpg"
@@ -14842,7 +14842,7 @@ const Tn = qv(), h4 = qv(), m4 = { class: "list-sort" }, p4 = ["onClick"], f4 =
14842
14842
  setup(t, { emit: e }) {
14843
14843
  var C;
14844
14844
  const n = We(() => import("vuedraggable")), s = We(
14845
- () => import("./index-VvSFWvwg.mjs")
14845
+ () => import("./index-CDRMcpMM.mjs")
14846
14846
  ), i = q(() => ({
14847
14847
  animation: 200,
14848
14848
  group: "links",
@@ -16916,7 +16916,7 @@ const Tn = qv(), h4 = qv(), m4 = { class: "list-sort" }, p4 = ["onClick"], f4 =
16916
16916
  },
16917
16917
  emits: ["update:show"],
16918
16918
  setup(t, { emit: e }) {
16919
- const n = We(() => import("./index-VvSFWvwg.mjs")), s = We(() => import("vuedraggable")), i = t, a = M(!1), l = M(/* @__PURE__ */ new Set()), r = M(/* @__PURE__ */ new Set());
16919
+ const n = We(() => import("./index-CDRMcpMM.mjs")), s = We(() => import("vuedraggable")), i = t, a = M(!1), l = M(/* @__PURE__ */ new Set()), r = M(/* @__PURE__ */ new Set());
16920
16920
  Be(
16921
16921
  () => {
16922
16922
  var O;
@@ -20163,7 +20163,7 @@ const Tn = qv(), h4 = qv(), m4 = { class: "list-sort" }, p4 = ["onClick"], f4 =
20163
20163
  },
20164
20164
  emits: ["update:show"],
20165
20165
  setup(t, { emit: e }) {
20166
- const n = We(() => import("vuedraggable")), s = We(() => import("./index-VvSFWvwg.mjs")), i = M(!1), a = q(() => ({
20166
+ const n = We(() => import("vuedraggable")), s = We(() => import("./index-CDRMcpMM.mjs")), i = M(!1), a = q(() => ({
20167
20167
  animation: 200,
20168
20168
  group: "data",
20169
20169
  // 专用分组
@@ -20452,7 +20452,7 @@ const Tn = qv(), h4 = qv(), m4 = { class: "list-sort" }, p4 = ["onClick"], f4 =
20452
20452
  },
20453
20453
  emits: ["update:show"],
20454
20454
  setup(t, { emit: e }) {
20455
- const n = We(() => import("vuedraggable")), s = We(() => import("./index-VvSFWvwg.mjs")), i = M(!1), a = q(() => ({
20455
+ const n = We(() => import("vuedraggable")), s = We(() => import("./index-CDRMcpMM.mjs")), i = M(!1), a = q(() => ({
20456
20456
  animation: 200,
20457
20457
  group: "data",
20458
20458
  // 专用分组
@@ -23882,7 +23882,7 @@ const L7 = /* @__PURE__ */ Ia(I7), O7 = { class: "setting-content" }, U7 = { cla
23882
23882
  emits: ["update:show"],
23883
23883
  setup(t, { emit: e }) {
23884
23884
  const n = We(
23885
- () => import("./index-VvSFWvwg.mjs")
23885
+ () => import("./index-CDRMcpMM.mjs")
23886
23886
  ), s = e, i = () => {
23887
23887
  s("update:show", !1);
23888
23888
  };
@@ -24098,7 +24098,7 @@ const L7 = /* @__PURE__ */ Ia(I7), O7 = { class: "setting-content" }, U7 = { cla
24098
24098
  emits: ["update:show"],
24099
24099
  setup(t, { emit: e }) {
24100
24100
  const n = We(
24101
- () => import("./index-VvSFWvwg.mjs")
24101
+ () => import("./index-CDRMcpMM.mjs")
24102
24102
  ), s = e, i = () => {
24103
24103
  s("update:show", !1);
24104
24104
  };
@@ -24314,7 +24314,7 @@ const L7 = /* @__PURE__ */ Ia(I7), O7 = { class: "setting-content" }, U7 = { cla
24314
24314
  emits: ["update:show"],
24315
24315
  setup(t, { emit: e }) {
24316
24316
  We(
24317
- () => import("./index-VvSFWvwg.mjs")
24317
+ () => import("./index-CDRMcpMM.mjs")
24318
24318
  );
24319
24319
  const n = e, s = () => {
24320
24320
  n("update:show", !1);
@@ -27353,9 +27353,9 @@ const bF = {
27353
27353
  type: Boolean,
27354
27354
  default: !0
27355
27355
  },
27356
- website: {
27356
+ host: {
27357
27357
  type: String,
27358
- default: "ywies-tx"
27358
+ default: "cms-web.ycismelody.cn"
27359
27359
  },
27360
27360
  locale: {
27361
27361
  type: String,
@@ -27380,7 +27380,7 @@ const bF = {
27380
27380
  type: "CardCarouselMultiRowPublications",
27381
27381
  onlyShowPc: !1,
27382
27382
  width: ((ae = n.modelValue) == null ? void 0 : ae.width) || "",
27383
- api: ((ee = n.modelValue) == null ? void 0 : ee.api) || "/media-library/publications?per_page=1000&page=1",
27383
+ api: ((ee = n.modelValue) == null ? void 0 : ee.api) || "/publication/listForComponent",
27384
27384
  desktopCol: 4,
27385
27385
  mobileCol: 2
27386
27386
  };
@@ -27423,8 +27423,9 @@ const bF = {
27423
27423
  var G, Y;
27424
27424
  if ((G = n.modelValue) != null && G.api) {
27425
27425
  const ae = `${(Y = n.modelValue) == null ? void 0 : Y.api}`, ee = {
27426
- headers: {
27427
- website: `${n.website}-${n.locale}`
27426
+ params: {
27427
+ host: n.host,
27428
+ langCode: n.locale
27428
27429
  }
27429
27430
  }, { data: fe } = await Tn.get(ae, ee);
27430
27431
  k.value = fe.data;
@@ -27592,7 +27593,7 @@ const bF = {
27592
27593
  ], 64);
27593
27594
  };
27594
27595
  }
27595
- }), om = /* @__PURE__ */ he(AF, [["__scopeId", "data-v-6b459af4"]]), IF = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({ __proto__: null, default: om }, Symbol.toStringTag, { value: "Module" })), LF = [
27596
+ }), om = /* @__PURE__ */ he(AF, [["__scopeId", "data-v-90a4edeb"]]), IF = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({ __proto__: null, default: om }, Symbol.toStringTag, { value: "Module" })), LF = [
27596
27597
  {
27597
27598
  label: "Common",
27598
27599
  key: "common",
@@ -27958,7 +27959,7 @@ const bF = {
27958
27959
  },
27959
27960
  emits: ["handleDelete", "handleCopy", "handlePaste", "handleClick"],
27960
27961
  setup(t, { emit: e }) {
27961
- const n = /* @__PURE__ */ Object.assign({ "/src/components/AlummiCommunityList/index.vue": () => Promise.resolve().then(() => RB), "/src/components/ArticleItem/index.vue": () => Promise.resolve().then(() => u3), "/src/components/ArticleList/index.vue": () => Promise.resolve().then(() => Bw), "/src/components/ArticleListPureText/index.vue": () => Promise.resolve().then(() => DB), "/src/components/BackgroundWrapper/index.vue": () => Promise.resolve().then(() => gee), "/src/components/BannerImage/index.vue": () => Promise.resolve().then(() => Gw), "/src/components/BannerImageWithLink/index.vue": () => Promise.resolve().then(() => k5), "/src/components/BannerPage/index.vue": () => Promise.resolve().then(() => ax), "/src/components/BannerQuote/index.vue": () => Promise.resolve().then(() => GE), "/src/components/BasicCollapse/index.vue": () => Promise.resolve().then(() => IU), "/src/components/BlessingMessage/index.vue": () => Promise.resolve().then(() => ER), "/src/components/BlessingSlider/index.vue": () => Promise.resolve().then(() => zR), "/src/components/BtnList/index.vue": () => Promise.resolve().then(() => Cx), "/src/components/CardCarousel/index.vue": () => Promise.resolve().then(() => uE), "/src/components/CardCarouselArticles/index.vue": () => Promise.resolve().then(() => k9), "/src/components/CardCarouselMultiRow/index.vue": () => Promise.resolve().then(() => AE), "/src/components/CardCarouselMultiRowArticles/index.vue": () => Promise.resolve().then(() => B9), "/src/components/CardCarouselMultiRowPublications/index.vue": () => Promise.resolve().then(() => IF), "/src/components/CardListCircle/index.vue": () => Promise.resolve().then(() => Cj), "/src/components/CardListProgramme/index.vue": () => Promise.resolve().then(() => Zj), "/src/components/CardListSchool/index.vue": () => Promise.resolve().then(() => $q), "/src/components/CardShowcase/index.vue": () => Promise.resolve().then(() => xN), "/src/components/CardShowcaseProfile/index.vue": () => Promise.resolve().then(() => q$), "/src/components/CarouselLogo/index.vue": () => Promise.resolve().then(() => S6), "/src/components/CollapseCustom/index.vue": () => Promise.resolve().then(() => Qee), "/src/components/ContactUsInfo/index.vue": () => Promise.resolve().then(() => hI), "/src/components/ContactUsList/index.vue": () => Promise.resolve().then(() => ND), "/src/components/CountDown/index.vue": () => Promise.resolve().then(() => rD), "/src/components/CustomIframe/index.vue": () => Promise.resolve().then(() => bD), "/src/components/CustomSpace/index.vue": () => Promise.resolve().then(() => aS), "/src/components/CustomText/index.vue": () => Promise.resolve().then(() => G9), "/src/components/DetailLink/index.vue": () => Promise.resolve().then(() => Rq), "/src/components/Disc/index.vue": () => Promise.resolve().then(() => yU), "/src/components/DonorLinks/index.vue": () => Promise.resolve().then(() => DV), "/src/components/ExploreLinks/index.vue": () => Promise.resolve().then(() => AN), "/src/components/GalleryBlock/index.vue": () => Promise.resolve().then(() => l9), "/src/components/GalleryCaptionRound/index.vue": () => Promise.resolve().then(() => gT), "/src/components/GalleryDefault/index.vue": () => Promise.resolve().then(() => zx), "/src/components/GalleryList/index.vue": () => Promise.resolve().then(() => o8), "/src/components/GalleryTimeline/index.vue": () => Promise.resolve().then(() => uC), "/src/components/GalleryTimelineCol/index.vue": () => Promise.resolve().then(() => WC), "/src/components/GridLinks/index.vue": () => Promise.resolve().then(() => bne), "/src/components/HeroSlide/index.vue": () => Promise.resolve().then(() => z8), "/src/components/InformationLink/index.vue": () => Promise.resolve().then(() => QJ), "/src/components/LinkLIst/index.vue": () => Promise.resolve().then(() => iV), "/src/components/MapStatic/index.vue": () => Promise.resolve().then(() => JL), "/src/components/MediaImageFull/index.vue": () => Promise.resolve().then(() => lB), "/src/components/MediaImageStatic/index.vue": () => Promise.resolve().then(() => yB), "/src/components/MediaLogo/index.vue": () => Promise.resolve().then(() => P7), "/src/components/MediaVideo/index.vue": () => Promise.resolve().then(() => NJ), "/src/components/NewsList/index.vue": () => Promise.resolve().then(() => cP), "/src/components/Process/index.vue": () => Promise.resolve().then(() => Jk), "/src/components/Publications/index.vue": () => Promise.resolve().then(() => rL), "/src/components/QuoteText/index.vue": () => import("./index-C28EuLUl.mjs"), "/src/components/RegisterForm/index.vue": () => Promise.resolve().then(() => RM), "/src/components/Resources/index.vue": () => Promise.resolve().then(() => TO), "/src/components/ResourcesTwo/index.vue": () => Promise.resolve().then(() => FO), "/src/components/RibbonBlock/index.vue": () => Promise.resolve().then(() => w3), "/src/components/SchoolLayout/index.vue": () => Promise.resolve().then(() => xF), "/src/components/ScrollKeyInfo/index.vue": () => Promise.resolve().then(() => wA), "/src/components/TabDefault/index.vue": () => Promise.resolve().then(() => _H), "/src/components/TabLogo/index.vue": () => Promise.resolve().then(() => JZ), "/src/components/TabPage/index.vue": () => Promise.resolve().then(() => PZ), "/src/components/TabTimeLine/index.vue": () => Promise.resolve().then(() => ZH), "/src/components/TableCollapse/index.vue": () => Promise.resolve().then(() => d7), "/src/components/TableTwo/index.vue": () => Promise.resolve().then(() => d5), "/src/components/TheHistoryCarousel/index.vue": () => Promise.resolve().then(() => c$), "/src/components/TimelineStory/index.vue": () => Promise.resolve().then(() => c4), "/src/components/VrTour/index.vue": () => Promise.resolve().then(() => ene) }), s = {};
27962
+ const n = /* @__PURE__ */ Object.assign({ "/src/components/AccordionText/index.vue": () => import("./index-BX4y1EhQ.mjs"), "/src/components/AlummiCommunityList/index.vue": () => Promise.resolve().then(() => RB), "/src/components/ArticleItem/index.vue": () => Promise.resolve().then(() => u3), "/src/components/ArticleList/index.vue": () => Promise.resolve().then(() => Bw), "/src/components/ArticleListPureText/index.vue": () => Promise.resolve().then(() => DB), "/src/components/BackgroundWrapper/index.vue": () => Promise.resolve().then(() => gee), "/src/components/BannerImage/index.vue": () => Promise.resolve().then(() => Gw), "/src/components/BannerImageWithLink/index.vue": () => Promise.resolve().then(() => k5), "/src/components/BannerPage/index.vue": () => Promise.resolve().then(() => ax), "/src/components/BannerQuote/index.vue": () => Promise.resolve().then(() => GE), "/src/components/BasicCollapse/index.vue": () => Promise.resolve().then(() => IU), "/src/components/BlessingMessage/index.vue": () => Promise.resolve().then(() => ER), "/src/components/BlessingSlider/index.vue": () => Promise.resolve().then(() => zR), "/src/components/BtnList/index.vue": () => Promise.resolve().then(() => Cx), "/src/components/CardCarousel/index.vue": () => Promise.resolve().then(() => uE), "/src/components/CardCarouselArticles/index.vue": () => Promise.resolve().then(() => k9), "/src/components/CardCarouselMultiRow/index.vue": () => Promise.resolve().then(() => AE), "/src/components/CardCarouselMultiRowArticles/index.vue": () => Promise.resolve().then(() => B9), "/src/components/CardCarouselMultiRowPublications/index.vue": () => Promise.resolve().then(() => IF), "/src/components/CardListCircle/index.vue": () => Promise.resolve().then(() => Cj), "/src/components/CardListProgramme/index.vue": () => Promise.resolve().then(() => Zj), "/src/components/CardListSchool/index.vue": () => Promise.resolve().then(() => $q), "/src/components/CardShowcase/index.vue": () => Promise.resolve().then(() => xN), "/src/components/CardShowcaseProfile/index.vue": () => Promise.resolve().then(() => q$), "/src/components/CarouselLogo/index.vue": () => Promise.resolve().then(() => S6), "/src/components/CollapseCustom/index.vue": () => Promise.resolve().then(() => Qee), "/src/components/ContactUsInfo/index.vue": () => Promise.resolve().then(() => hI), "/src/components/ContactUsList/index.vue": () => Promise.resolve().then(() => ND), "/src/components/CountDown/index.vue": () => Promise.resolve().then(() => rD), "/src/components/CustomIframe/index.vue": () => Promise.resolve().then(() => bD), "/src/components/CustomSpace/index.vue": () => Promise.resolve().then(() => aS), "/src/components/CustomText/index.vue": () => Promise.resolve().then(() => G9), "/src/components/DetailLink/index.vue": () => Promise.resolve().then(() => Rq), "/src/components/Disc/index.vue": () => Promise.resolve().then(() => yU), "/src/components/DonorLinks/index.vue": () => Promise.resolve().then(() => DV), "/src/components/ExploreLinks/index.vue": () => Promise.resolve().then(() => AN), "/src/components/GalleryBlock/index.vue": () => Promise.resolve().then(() => l9), "/src/components/GalleryCaptionRound/index.vue": () => Promise.resolve().then(() => gT), "/src/components/GalleryDefault/index.vue": () => Promise.resolve().then(() => zx), "/src/components/GalleryList/index.vue": () => Promise.resolve().then(() => o8), "/src/components/GalleryTimeline/index.vue": () => Promise.resolve().then(() => uC), "/src/components/GalleryTimelineCol/index.vue": () => Promise.resolve().then(() => WC), "/src/components/GridLinks/index.vue": () => Promise.resolve().then(() => bne), "/src/components/HeroSlide/index.vue": () => Promise.resolve().then(() => z8), "/src/components/InformationLink/index.vue": () => Promise.resolve().then(() => QJ), "/src/components/LinkLIst/index.vue": () => Promise.resolve().then(() => iV), "/src/components/MapStatic/index.vue": () => Promise.resolve().then(() => JL), "/src/components/MediaImageFull/index.vue": () => Promise.resolve().then(() => lB), "/src/components/MediaImageStatic/index.vue": () => Promise.resolve().then(() => yB), "/src/components/MediaLogo/index.vue": () => Promise.resolve().then(() => P7), "/src/components/MediaVideo/index.vue": () => Promise.resolve().then(() => NJ), "/src/components/NewsList/index.vue": () => Promise.resolve().then(() => cP), "/src/components/Process/index.vue": () => Promise.resolve().then(() => Jk), "/src/components/Publications/index.vue": () => Promise.resolve().then(() => rL), "/src/components/QuoteText/index.vue": () => import("./index-D2BwXLF3.mjs"), "/src/components/RegisterForm/index.vue": () => Promise.resolve().then(() => RM), "/src/components/Resources/index.vue": () => Promise.resolve().then(() => TO), "/src/components/ResourcesTwo/index.vue": () => Promise.resolve().then(() => FO), "/src/components/RibbonBlock/index.vue": () => Promise.resolve().then(() => w3), "/src/components/SchoolLayout/index.vue": () => Promise.resolve().then(() => xF), "/src/components/ScrollKeyInfo/index.vue": () => Promise.resolve().then(() => wA), "/src/components/TabDefault/index.vue": () => Promise.resolve().then(() => _H), "/src/components/TabLogo/index.vue": () => Promise.resolve().then(() => JZ), "/src/components/TabPage/index.vue": () => Promise.resolve().then(() => PZ), "/src/components/TabTimeLine/index.vue": () => Promise.resolve().then(() => ZH), "/src/components/TableCollapse/index.vue": () => Promise.resolve().then(() => d7), "/src/components/TableTwo/index.vue": () => Promise.resolve().then(() => d5), "/src/components/TheHistoryCarousel/index.vue": () => Promise.resolve().then(() => c$), "/src/components/TimelineStory/index.vue": () => Promise.resolve().then(() => c4), "/src/components/VrTour/index.vue": () => Promise.resolve().then(() => ene) }), s = {};
27962
27963
  for (const v in n)
27963
27964
  try {
27964
27965
  const h = v.split("/"), d = h[h.length - 2];
@@ -29665,7 +29666,7 @@ const bF = {
29665
29666
  },
29666
29667
  emits: ["update:show"],
29667
29668
  setup(t, { emit: e }) {
29668
- const n = We(() => import("vuedraggable")), s = We(() => import("./index-VvSFWvwg.mjs")), i = M(!1), a = q(() => ({
29669
+ const n = We(() => import("vuedraggable")), s = We(() => import("./index-CDRMcpMM.mjs")), i = M(!1), a = q(() => ({
29669
29670
  animation: 200,
29670
29671
  group: "programmes",
29671
29672
  // 链接专用分组
@@ -30685,7 +30686,7 @@ const bF = {
30685
30686
  emits: ["update:show"],
30686
30687
  setup(t, { emit: e }) {
30687
30688
  We(
30688
- () => import("./index-VvSFWvwg.mjs")
30689
+ () => import("./index-CDRMcpMM.mjs")
30689
30690
  );
30690
30691
  const n = e, s = () => {
30691
30692
  n("update:show", !1);
@@ -30895,7 +30896,7 @@ const bF = {
30895
30896
  emits: ["update:show"],
30896
30897
  setup(t, { emit: e }) {
30897
30898
  We(
30898
- () => import("./index-VvSFWvwg.mjs")
30899
+ () => import("./index-CDRMcpMM.mjs")
30899
30900
  );
30900
30901
  const n = e, s = () => {
30901
30902
  n("update:show", !1);
@@ -67000,7 +67001,7 @@ const UJ = /* @__PURE__ */ he(AJ, [["render", OJ], ["__scopeId", "data-v-c5a2a3e
67000
67001
  emits: ["update:show"],
67001
67002
  setup(t, { emit: e }) {
67002
67003
  We(
67003
- () => import("./index-VvSFWvwg.mjs")
67004
+ () => import("./index-CDRMcpMM.mjs")
67004
67005
  );
67005
67006
  const n = e, s = () => {
67006
67007
  n("update:show", !1);
@@ -71308,128 +71309,130 @@ const Xse = {
71308
71309
  }
71309
71310
  };
71310
71311
  export {
71311
- Qh as $,
71312
+ So as $,
71312
71313
  Bd as A,
71313
71314
  th as B,
71314
71315
  yh as C,
71315
71316
  xh as D,
71316
- Wh as E,
71317
- jd as F,
71317
+ zh as E,
71318
+ Wh as F,
71318
71319
  ih as G,
71319
71320
  _h as H,
71320
- Gh as I,
71321
- Xh as J,
71322
- Kh as K,
71321
+ jd as I,
71322
+ Gh as J,
71323
+ Xh as K,
71323
71324
  wh as L,
71324
71325
  Nh as M,
71325
71326
  Ph as N,
71326
71327
  Xse as O,
71327
71328
  vh as P,
71328
- tm as Q,
71329
+ Kh as Q,
71329
71330
  Vh as R,
71330
71331
  Mh as S,
71331
71332
  Eh as T,
71332
- nm as U,
71333
- sm as V,
71334
- im as W,
71335
- am as X,
71336
- lm as Y,
71337
- om as Z,
71338
- jv as _,
71339
- he as a,
71340
- xse as a$,
71341
- Jh as a0,
71342
- Zh as a1,
71343
- em as a2,
71344
- rm as a3,
71345
- dm as a4,
71346
- cm as a5,
71347
- um as a6,
71348
- hm as a7,
71349
- hp as a8,
71350
- mm as a9,
71351
- $ne as aA,
71352
- Dne as aB,
71353
- Ane as aC,
71354
- Ine as aD,
71355
- Lne as aE,
71356
- ese as aF,
71357
- sse as aG,
71358
- tse as aH,
71359
- ise as aI,
71360
- nse as aJ,
71361
- ase as aK,
71362
- lse as aL,
71363
- ose as aM,
71364
- rse as aN,
71365
- dse as aO,
71366
- use as aP,
71367
- cse as aQ,
71368
- hse as aR,
71369
- mse as aS,
71370
- pse as aT,
71371
- fse as aU,
71372
- gse as aV,
71373
- vse as aW,
71374
- yse as aX,
71375
- bse as aY,
71376
- _se as aZ,
71377
- wse as a_,
71378
- mp as aa,
71379
- pp as ab,
71380
- fp as ac,
71381
- gp as ad,
71382
- vp as ae,
71383
- yp as af,
71384
- x2 as ag,
71385
- One as ah,
71386
- Une as ai,
71387
- Mne as aj,
71388
- Bne as ak,
71389
- Rne as al,
71390
- Nne as am,
71391
- Fne as an,
71392
- Hne as ao,
71393
- jne as ap,
71394
- qne as aq,
71395
- zne as ar,
71396
- Wne as as,
71397
- Gne as at,
71398
- Xne as au,
71399
- Yne as av,
71400
- Kne as aw,
71401
- Qne as ax,
71402
- Jne as ay,
71403
- Zne as az,
71333
+ tm as U,
71334
+ nm as V,
71335
+ sm as W,
71336
+ im as X,
71337
+ am as Y,
71338
+ lm as Z,
71339
+ he as _,
71340
+ jv as a,
71341
+ _se as a$,
71342
+ om as a0,
71343
+ Qh as a1,
71344
+ Jh as a2,
71345
+ Zh as a3,
71346
+ em as a4,
71347
+ rm as a5,
71348
+ dm as a6,
71349
+ cm as a7,
71350
+ um as a8,
71351
+ hm as a9,
71352
+ Jne as aA,
71353
+ Zne as aB,
71354
+ $ne as aC,
71355
+ Dne as aD,
71356
+ Ane as aE,
71357
+ Ine as aF,
71358
+ Lne as aG,
71359
+ ese as aH,
71360
+ sse as aI,
71361
+ tse as aJ,
71362
+ ise as aK,
71363
+ nse as aL,
71364
+ ase as aM,
71365
+ lse as aN,
71366
+ ose as aO,
71367
+ rse as aP,
71368
+ dse as aQ,
71369
+ use as aR,
71370
+ cse as aS,
71371
+ hse as aT,
71372
+ mse as aU,
71373
+ pse as aV,
71374
+ fse as aW,
71375
+ gse as aX,
71376
+ vse as aY,
71377
+ yse as aZ,
71378
+ bse as a_,
71379
+ hp as aa,
71380
+ mm as ab,
71381
+ mp as ac,
71382
+ pp as ad,
71383
+ fp as ae,
71384
+ gp as af,
71385
+ vp as ag,
71386
+ yp as ah,
71387
+ x2 as ai,
71388
+ One as aj,
71389
+ Une as ak,
71390
+ Mne as al,
71391
+ Bne as am,
71392
+ Rne as an,
71393
+ Nne as ao,
71394
+ Fne as ap,
71395
+ Hne as aq,
71396
+ jne as ar,
71397
+ qne as as,
71398
+ zne as at,
71399
+ Wne as au,
71400
+ Gne as av,
71401
+ Xne as aw,
71402
+ Yne as ax,
71403
+ Kne as ay,
71404
+ Qne as az,
71404
71405
  nh as b,
71405
- Tse as b0,
71406
- Cse as b1,
71407
- kse as b2,
71408
- Sse as b3,
71409
- Vse as b4,
71410
- Ese as b5,
71411
- Pse as b6,
71412
- $se as b7,
71413
- Dse as b8,
71414
- Ase as b9,
71415
- Ise as ba,
71416
- Lse as bb,
71417
- Ose as bc,
71418
- Use as bd,
71419
- Mse as be,
71420
- Bse as bf,
71421
- Rse as bg,
71422
- Nse as bh,
71423
- Fse as bi,
71424
- Hse as bj,
71425
- jse as bk,
71426
- qse as bl,
71427
- zse as bm,
71428
- Wse as bn,
71429
- _ne as bo,
71430
- Gse as bp,
71431
- g_ as bq,
71432
- Pne as br,
71406
+ wse as b0,
71407
+ xse as b1,
71408
+ Tse as b2,
71409
+ Cse as b3,
71410
+ kse as b4,
71411
+ Sse as b5,
71412
+ Vse as b6,
71413
+ Ese as b7,
71414
+ Pse as b8,
71415
+ $se as b9,
71416
+ Dse as ba,
71417
+ Ase as bb,
71418
+ Ise as bc,
71419
+ Lse as bd,
71420
+ Ose as be,
71421
+ Use as bf,
71422
+ Mse as bg,
71423
+ Bse as bh,
71424
+ Rse as bi,
71425
+ Nse as bj,
71426
+ Fse as bk,
71427
+ Hse as bl,
71428
+ jse as bm,
71429
+ qse as bn,
71430
+ zse as bo,
71431
+ Wse as bp,
71432
+ _ne as bq,
71433
+ Gse as br,
71434
+ g_ as bs,
71435
+ Pne as bt,
71433
71436
  Rd as c,
71434
71437
  ah as d,
71435
71438
  ph as e,
@@ -71445,13 +71448,13 @@ export {
71445
71448
  Ih as o,
71446
71449
  Lh as p,
71447
71450
  Oh as q,
71448
- Uh as r,
71449
- Bh as s,
71450
- Rh as t,
71451
- Yh as u,
71452
- Fh as v,
71453
- Hh as w,
71454
- jh as x,
71455
- qh as y,
71456
- zh as z
71451
+ K as r,
71452
+ Uh as s,
71453
+ Bh as t,
71454
+ Rh as u,
71455
+ Yh as v,
71456
+ Fh as w,
71457
+ Hh as x,
71458
+ jh as y,
71459
+ qh as z
71457
71460
  };