officialblock 2.7.6 → 2.7.8

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.
@@ -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-B2uGEZLI.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=$;
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-CkJiOk0m.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=$;
@@ -512,7 +512,7 @@ const bb = ["innerHTML"], wb = ["innerHTML"], xb = /* @__PURE__ */ ye({
512
512
  },
513
513
  emits: ["update:show"],
514
514
  setup(t, { emit: e }) {
515
- const n = Xe(() => import("vuedraggable")), s = Xe(() => import("./index-MXMGdcxf.mjs")), i = M(!1), a = W(() => ({
515
+ const n = Xe(() => import("vuedraggable")), s = Xe(() => import("./index-B7RkBZ_k.mjs")), i = M(!1), a = W(() => ({
516
516
  animation: 200,
517
517
  group: "item",
518
518
  disabled: !1,
@@ -3161,7 +3161,7 @@ const bb = ["innerHTML"], wb = ["innerHTML"], xb = /* @__PURE__ */ ye({
3161
3161
  },
3162
3162
  emits: ["update:show"],
3163
3163
  setup(t, { emit: e }) {
3164
- const n = Xe(() => import("vuedraggable")), s = Xe(() => import("./index-MXMGdcxf.mjs")), i = M(!1), a = W(() => ({
3164
+ const n = Xe(() => import("vuedraggable")), s = Xe(() => import("./index-B7RkBZ_k.mjs")), i = M(!1), a = W(() => ({
3165
3165
  animation: 200,
3166
3166
  group: "gallerys",
3167
3167
  // 链接专用分组
@@ -4752,7 +4752,7 @@ const d3 = { class: "gallery-container gallery-timeline container-content" }, u3
4752
4752
  },
4753
4753
  emits: ["update:show"],
4754
4754
  setup(t, { emit: e }) {
4755
- const n = Xe(() => import("vuedraggable")), s = Xe(() => import("./index-MXMGdcxf.mjs")), i = M(!1), a = W(() => ({
4755
+ const n = Xe(() => import("vuedraggable")), s = Xe(() => import("./index-B7RkBZ_k.mjs")), i = M(!1), a = W(() => ({
4756
4756
  animation: 200,
4757
4757
  group: "gallerys",
4758
4758
  // 链接专用分组
@@ -6946,7 +6946,7 @@ const d3 = { class: "gallery-container gallery-timeline container-content" }, u3
6946
6946
  },
6947
6947
  emits: ["update:show"],
6948
6948
  setup(t, { emit: e }) {
6949
- const n = Xe(() => import("vuedraggable")), s = Xe(() => import("./index-MXMGdcxf.mjs")), i = M(!1), a = W(() => ({
6949
+ const n = Xe(() => import("vuedraggable")), s = Xe(() => import("./index-B7RkBZ_k.mjs")), i = M(!1), a = W(() => ({
6950
6950
  animation: 200,
6951
6951
  group: "btns",
6952
6952
  // 链接专用分组
@@ -7743,7 +7743,7 @@ const d3 = { class: "gallery-container gallery-timeline container-content" }, u3
7743
7743
  }
7744
7744
  },
7745
7745
  setup(t) {
7746
- const e = Xe(() => import("vuedraggable")), n = Xe(() => import("./index-MXMGdcxf.mjs")), s = M(!1), i = W(() => ({
7746
+ const e = Xe(() => import("vuedraggable")), n = Xe(() => import("./index-B7RkBZ_k.mjs")), s = M(!1), i = W(() => ({
7747
7747
  animation: 200,
7748
7748
  group: "buttons",
7749
7749
  // 按钮专用分组
@@ -9774,7 +9774,7 @@ const d3 = { class: "gallery-container gallery-timeline container-content" }, u3
9774
9774
  },
9775
9775
  emits: ["update:show"],
9776
9776
  setup(t, { emit: e }) {
9777
- const n = Xe(() => import("./index-MXMGdcxf.mjs")), s = e, i = () => {
9777
+ const n = Xe(() => import("./index-B7RkBZ_k.mjs")), s = e, i = () => {
9778
9778
  s("update:show", !1);
9779
9779
  };
9780
9780
  return (a, l) => {
@@ -11295,7 +11295,7 @@ const d3 = { class: "gallery-container gallery-timeline container-content" }, u3
11295
11295
  },
11296
11296
  emits: ["update:show"],
11297
11297
  setup(t, { emit: e }) {
11298
- const n = Xe(() => import("./index-MXMGdcxf.mjs")), s = e, i = () => {
11298
+ const n = Xe(() => import("./index-B7RkBZ_k.mjs")), s = e, i = () => {
11299
11299
  s("update:show", !1);
11300
11300
  };
11301
11301
  return (a, l) => {
@@ -11477,7 +11477,7 @@ const d3 = { class: "gallery-container gallery-timeline container-content" }, u3
11477
11477
  },
11478
11478
  emits: ["update:show"],
11479
11479
  setup(t, { emit: e }) {
11480
- const n = Xe(() => import("vuedraggable")), s = Xe(() => import("./index-MXMGdcxf.mjs")), i = M(!1), a = W(() => ({
11480
+ const n = Xe(() => import("vuedraggable")), s = Xe(() => import("./index-B7RkBZ_k.mjs")), i = M(!1), a = W(() => ({
11481
11481
  animation: 200,
11482
11482
  group: "links",
11483
11483
  // 链接专用分组
@@ -11855,7 +11855,7 @@ const d3 = { class: "gallery-container gallery-timeline container-content" }, u3
11855
11855
  },
11856
11856
  emits: ["update:show"],
11857
11857
  setup(t, { emit: e }) {
11858
- const n = Xe(() => import("./index-MXMGdcxf.mjs")), s = e, i = () => {
11858
+ const n = Xe(() => import("./index-B7RkBZ_k.mjs")), s = e, i = () => {
11859
11859
  s("update:show", !1);
11860
11860
  };
11861
11861
  return (a, l) => {
@@ -12363,7 +12363,7 @@ const d3 = { class: "gallery-container gallery-timeline container-content" }, u3
12363
12363
  },
12364
12364
  emits: ["update:show"],
12365
12365
  setup(t, { emit: e }) {
12366
- const n = Xe(() => import("vuedraggable")), s = Xe(() => import("./index-MXMGdcxf.mjs")), i = M(!1), a = W(() => ({
12366
+ const n = Xe(() => import("vuedraggable")), s = Xe(() => import("./index-B7RkBZ_k.mjs")), i = M(!1), a = W(() => ({
12367
12367
  animation: 200,
12368
12368
  group: "gallerys",
12369
12369
  // 链接专用分组
@@ -13973,6 +13973,7 @@ const Cn = Gg(), J9 = Gg(), e7 = { class: "list-sort" }, t7 = ["onClick"], n7 =
13973
13973
  }, [
13974
13974
  f(Wo, {
13975
13975
  componentProps: ze,
13976
+ articleType: "cardArcitle",
13976
13977
  articleCategories: F.value,
13977
13978
  singleColumn: R.value < 768,
13978
13979
  isPreview: t.isPreview,
@@ -14013,7 +14014,7 @@ const Cn = Gg(), J9 = Gg(), e7 = { class: "list-sort" }, t7 = ["onClick"], n7 =
14013
14014
  ], 64);
14014
14015
  };
14015
14016
  }
14016
- }), $h = /* @__PURE__ */ fe(iV, [["__scopeId", "data-v-d4f74a8e"]]), aV = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({ __proto__: null, default: $h }, Symbol.toStringTag, { value: "Module" })), lV = { class: "setting-content" }, oV = { class: "setting-header flex items-center" }, rV = { class: "setting-header flex items-center" }, dV = { class: "setting-header flex items-center" }, uV = { class: "setting-header flex items-center" }, cV = {
14017
+ }), $h = /* @__PURE__ */ fe(iV, [["__scopeId", "data-v-38b22145"]]), aV = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({ __proto__: null, default: $h }, Symbol.toStringTag, { value: "Module" })), lV = { class: "setting-content" }, oV = { class: "setting-header flex items-center" }, rV = { class: "setting-header flex items-center" }, dV = { class: "setting-header flex items-center" }, uV = { class: "setting-header flex items-center" }, cV = {
14017
14018
  key: 1,
14018
14019
  class: "btn-setting"
14019
14020
  }, hV = { class: "btn-group" }, mV = { class: "item-action flex items-center" }, fV = { class: "setting-body" }, pV = { class: "btn-group" }, gV = {
@@ -14037,7 +14038,7 @@ const Cn = Gg(), J9 = Gg(), e7 = { class: "list-sort" }, t7 = ["onClick"], n7 =
14037
14038
  },
14038
14039
  emits: ["update:show"],
14039
14040
  setup(t, { emit: e }) {
14040
- const n = Xe(() => import("vuedraggable")), s = Xe(() => import("./index-MXMGdcxf.mjs")), i = M(!1), a = W(() => ({
14041
+ const n = Xe(() => import("vuedraggable")), s = Xe(() => import("./index-B7RkBZ_k.mjs")), i = M(!1), a = W(() => ({
14041
14042
  animation: 200,
14042
14043
  group: "gallerys",
14043
14044
  // 链接专用分组
@@ -15267,7 +15268,7 @@ const Cn = Gg(), J9 = Gg(), e7 = { class: "list-sort" }, t7 = ["onClick"], n7 =
15267
15268
  emits: ["update:show"],
15268
15269
  setup(t, { emit: e }) {
15269
15270
  const n = Xe(
15270
- () => import("./index-MXMGdcxf.mjs")
15271
+ () => import("./index-B7RkBZ_k.mjs")
15271
15272
  ), s = e, i = () => {
15272
15273
  s("update:show", !1);
15273
15274
  };
@@ -16695,14 +16696,14 @@ const Cn = Gg(), J9 = Gg(), e7 = { class: "list-sort" }, t7 = ["onClick"], n7 =
16695
16696
  setup(t, { emit: e }) {
16696
16697
  var k;
16697
16698
  const n = Xe(() => import("vuedraggable")), s = Xe(
16698
- () => import("./index-MXMGdcxf.mjs")
16699
+ () => import("./index-B7RkBZ_k.mjs")
16699
16700
  ), i = W(() => ({
16700
16701
  animation: 200,
16701
- group: "links",
16702
+ group: "linkList",
16702
16703
  // 链接专用分组
16703
16704
  disabled: !1,
16704
16705
  ghostClass: "ghost",
16705
- handle: ".drag-handle",
16706
+ handle: ".drag-handle, .icon_drag",
16706
16707
  // 只有拖拽手柄才能触发拖拽
16707
16708
  filter: ".rich-text-editor, .arco-input, .arco-select, .arco-checkbox",
16708
16709
  // 排除这些元素的拖拽
@@ -16714,7 +16715,7 @@ const Cn = Gg(), J9 = Gg(), e7 = { class: "list-sort" }, t7 = ["onClick"], n7 =
16714
16715
  // 链接项专用分组
16715
16716
  disabled: !1,
16716
16717
  ghostClass: "ghost",
16717
- handle: ".drag-handle, .drag_link_top_box",
16718
+ handle: ".drag-handle, .drag_link_top_box, .icon_drag",
16718
16719
  // 只有拖拽手柄才能触发拖拽
16719
16720
  filter: ".rich-text-editor, .arco-input, .arco-select, .arco-checkbox",
16720
16721
  // 排除这些元素的拖拽
@@ -16741,7 +16742,7 @@ const Cn = Gg(), J9 = Gg(), e7 = { class: "list-sort" }, t7 = ["onClick"], n7 =
16741
16742
  image: "",
16742
16743
  label: "",
16743
16744
  content: "",
16744
- links: []
16745
+ linkList: []
16745
16746
  }), Oe(() => {
16746
16747
  if (typeof document < "u") {
16747
16748
  const T = document.querySelector(".arco-drawer-body");
@@ -16754,7 +16755,7 @@ const Cn = Gg(), J9 = Gg(), e7 = { class: "list-sort" }, t7 = ["onClick"], n7 =
16754
16755
  g.value.has(C.id) ? g.value.delete(C.id) : g.value.add(C.id);
16755
16756
  }, w = (C) => g.value.has(C.id), _ = (C) => {
16756
16757
  const T = u.data.list.find((A) => A.id === C);
16757
- T && T.links.push({
16758
+ T && T.linkList.push({
16758
16759
  id: Z(),
16759
16760
  text: "新链接",
16760
16761
  linkType: "Internal Link",
@@ -16763,14 +16764,14 @@ const Cn = Gg(), J9 = Gg(), e7 = { class: "list-sort" }, t7 = ["onClick"], n7 =
16763
16764
  }, x = (C, T) => {
16764
16765
  console.log("Deleting link:", C, "item:", T);
16765
16766
  const A = u.data.list.find((I) => I.id === C);
16766
- if (A && A.links) {
16767
- console.log("Found link item with links:", A.links.length);
16768
- const I = A.links.filter(
16767
+ if (A && A.linkList) {
16768
+ console.log("Found link item with linkList:", A.linkList.length);
16769
+ const I = A.linkList.filter(
16769
16770
  (O) => O.id !== T
16770
16771
  );
16771
- console.log("Filtered links count:", I.length), A.links = I, console.log("Updated links successfully");
16772
+ console.log("Filtered linkList count:", I.length), A.linkList = I, console.log("Updated linkList successfully");
16772
16773
  } else
16773
- console.log("Link item not found or no links array");
16774
+ console.log("Link item not found or no linkList array");
16774
16775
  };
16775
16776
  return (C, T) => {
16776
16777
  const A = B("a-switch"), I = B("icon-drag-dot"), O = B("icon-drag-arrow"), z = B("icon-delete"), R = B("a-input"), q = B("a-option"), F = B("a-select"), X = B("icon-plus"), ae = B("a-button"), ce = B("a-drawer");
@@ -16899,10 +16900,10 @@ const Cn = Gg(), J9 = Gg(), e7 = { class: "list-sort" }, t7 = ["onClick"], n7 =
16899
16900
  class: "item-title",
16900
16901
  style: { "margin-top": "20px" }
16901
16902
  }, "链接", -1)),
16902
- Y.links.length ? j("", !0) : (y(), E("div", O$, "暂无数据")),
16903
+ Y.linkList.length ? j("", !0) : (y(), E("div", O$, "暂无数据")),
16903
16904
  f(pe(n), je({
16904
- modelValue: Y.links,
16905
- "onUpdate:modelValue": (ee) => Y.links = ee,
16905
+ modelValue: Y.linkList,
16906
+ "onUpdate:modelValue": (ee) => Y.linkList = ee,
16906
16907
  "component-data": {
16907
16908
  tag: "div",
16908
16909
  type: "transition-group",
@@ -17024,7 +17025,7 @@ const Cn = Gg(), J9 = Gg(), e7 = { class: "list-sort" }, t7 = ["onClick"], n7 =
17024
17025
  }, 8, ["visible"]);
17025
17026
  };
17026
17027
  }
17027
- }), H$ = /* @__PURE__ */ fe(F$, [["__scopeId", "data-v-0956da12"]]), j$ = { class: "scroll-key-info scrollkey_wrap" }, q$ = { class: "scroll-key-info__wrapper" }, z$ = { class: "middle_content_box" }, W$ = { class: "content_wrap" }, G$ = { class: "left_content" }, Y$ = { class: "title" }, X$ = { class: "lable" }, K$ = { class: "right_content" }, Q$ = { class: "top_content" }, Z$ = ["innerHTML"], J$ = {
17028
+ }), H$ = /* @__PURE__ */ fe(F$, [["__scopeId", "data-v-fc264f7d"]]), j$ = { class: "scroll-key-info scrollkey_wrap" }, q$ = { class: "scroll-key-info__wrapper" }, z$ = { class: "middle_content_box" }, W$ = { class: "content_wrap" }, G$ = { class: "left_content" }, Y$ = { class: "title" }, X$ = { class: "lable" }, K$ = { class: "right_content" }, Q$ = { class: "top_content" }, Z$ = ["innerHTML"], J$ = {
17028
17029
  key: 0,
17029
17030
  class: "bottom_content"
17030
17031
  }, eD = ["onClick"], tD = { class: "a_text" }, nD = { class: "scroll-key-info__step-bar d-none d-md-block" }, sD = { class: "step-bar__wrapper container-content" }, iD = { class: "step-bar__list" }, aD = ["onClick"], lD = { class: "step-bar__item__text" }, oD = { class: "mobile_wrap" }, rD = { class: "tab-primary__list" }, dD = ["onClick"], uD = { class: "flex-center" }, cD = { class: "text-blue-dark" }, hD = { class: "label_content_h5" }, mD = {
@@ -17081,7 +17082,7 @@ const Cn = Gg(), J9 = Gg(), e7 = { class: "list-sort" }, t7 = ["onClick"], n7 =
17081
17082
  label: "label",
17082
17083
  content: "耀华致力为孩子创造一个沉浸式双语学习的有利环境,透过教师与家长携手合作,培育新一代有自信、爱心及好奇心的幼龄学习者。早期教育强调儿童全人发展、塑造品格与个人及社会价值观,让孩子终身受益。",
17083
17084
  id: Z(),
17084
- links: [
17085
+ linkList: [
17085
17086
  {
17086
17087
  id: Z(),
17087
17088
  text: "了解更多",
@@ -17097,7 +17098,7 @@ const Cn = Gg(), J9 = Gg(), e7 = { class: "list-sort" }, t7 = ["onClick"], n7 =
17097
17098
  label: "label",
17098
17099
  content: "耀华致力为孩子创造一个沉浸式双语学习的有利环境,透过教师与家长携手合作,培育新一代有自信、爱心及好奇心的幼龄学习者。早期教育强调儿童全人发展、塑造品格与个人及社会价值观,让孩子终身受益。",
17099
17100
  id: Z(),
17100
- links: [
17101
+ linkList: [
17101
17102
  {
17102
17103
  id: Z(),
17103
17104
  text: "了解更多",
@@ -17113,7 +17114,7 @@ const Cn = Gg(), J9 = Gg(), e7 = { class: "list-sort" }, t7 = ["onClick"], n7 =
17113
17114
  image: "https://osswebsite-test.cedim.cn/media-library/ywies-tx/pdf/TX%20Brochure%20Cover.png",
17114
17115
  label: "label",
17115
17116
  content: "耀华致力为孩子创造一个沉浸式双语学习的有利环境,透过教师与家长携手合作,培育新一代有自信、爱心及好奇心的幼龄学习者。早期教育强调儿童全人发展、塑造品格与个人及社会价值观,让孩子终身受益。",
17116
- links: [
17117
+ linkList: [
17117
17118
  {
17118
17119
  text: "了解更多",
17119
17120
  linkType: "Internal Link",
@@ -17355,7 +17356,7 @@ const Cn = Gg(), J9 = Gg(), e7 = { class: "list-sort" }, t7 = ["onClick"], n7 =
17355
17356
  ], 64);
17356
17357
  };
17357
17358
  }
17358
- }), Bh = /* @__PURE__ */ fe(_D, [["__scopeId", "data-v-5990b552"]]), bD = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({ __proto__: null, default: Bh }, Symbol.toStringTag, { value: "Module" })), wD = { class: "seting-box" }, xD = { class: "setting-header items-center" }, CD = ["src"], kD = { class: "item-uplaod flex items-center" }, TD = { key: 0 }, SD = /* @__PURE__ */ ye({
17359
+ }), Bh = /* @__PURE__ */ fe(_D, [["__scopeId", "data-v-a340a4c5"]]), bD = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({ __proto__: null, default: Bh }, Symbol.toStringTag, { value: "Module" })), wD = { class: "seting-box" }, xD = { class: "setting-header items-center" }, CD = ["src"], kD = { class: "item-uplaod flex items-center" }, TD = { key: 0 }, SD = /* @__PURE__ */ ye({
17359
17360
  __name: "setting",
17360
17361
  props: {
17361
17362
  show: {
@@ -18814,7 +18815,7 @@ const Cn = Gg(), J9 = Gg(), e7 = { class: "list-sort" }, t7 = ["onClick"], n7 =
18814
18815
  emits: ["update:show"],
18815
18816
  setup(t, { emit: e }) {
18816
18817
  const n = Xe(
18817
- () => import("./index-MXMGdcxf.mjs")
18818
+ () => import("./index-B7RkBZ_k.mjs")
18818
18819
  ), s = Xe(() => import("vuedraggable")), i = t, a = M(!1), l = M(/* @__PURE__ */ new Set()), r = M(/* @__PURE__ */ new Set());
18819
18820
  Ne(
18820
18821
  () => {
@@ -21964,7 +21965,7 @@ const Cn = Gg(), J9 = Gg(), e7 = { class: "list-sort" }, t7 = ["onClick"], n7 =
21964
21965
  },
21965
21966
  emits: ["update:show"],
21966
21967
  setup(t, { emit: e }) {
21967
- const n = Xe(() => import("vuedraggable")), s = Xe(() => import("./index-MXMGdcxf.mjs")), i = M(!1), a = W(() => ({
21968
+ const n = Xe(() => import("vuedraggable")), s = Xe(() => import("./index-B7RkBZ_k.mjs")), i = M(!1), a = W(() => ({
21968
21969
  animation: 200,
21969
21970
  group: "data",
21970
21971
  // 专用分组
@@ -22256,7 +22257,7 @@ const Cn = Gg(), J9 = Gg(), e7 = { class: "list-sort" }, t7 = ["onClick"], n7 =
22256
22257
  },
22257
22258
  emits: ["update:show"],
22258
22259
  setup(t, { emit: e }) {
22259
- const n = Xe(() => import("vuedraggable")), s = Xe(() => import("./index-MXMGdcxf.mjs")), i = M(!1), a = W(() => ({
22260
+ const n = Xe(() => import("vuedraggable")), s = Xe(() => import("./index-B7RkBZ_k.mjs")), i = M(!1), a = W(() => ({
22260
22261
  animation: 200,
22261
22262
  group: "data",
22262
22263
  // 专用分组
@@ -25669,7 +25670,7 @@ const jU = /* @__PURE__ */ Oa(HU), qU = { class: "setting-content" }, zU = { cla
25669
25670
  emits: ["update:show"],
25670
25671
  setup(t, { emit: e }) {
25671
25672
  const n = Xe(
25672
- () => import("./index-MXMGdcxf.mjs")
25673
+ () => import("./index-B7RkBZ_k.mjs")
25673
25674
  ), s = e, i = () => {
25674
25675
  s("update:show", !1);
25675
25676
  };
@@ -25886,7 +25887,7 @@ const jU = /* @__PURE__ */ Oa(HU), qU = { class: "setting-content" }, zU = { cla
25886
25887
  emits: ["update:show"],
25887
25888
  setup(t, { emit: e }) {
25888
25889
  const n = Xe(
25889
- () => import("./index-MXMGdcxf.mjs")
25890
+ () => import("./index-B7RkBZ_k.mjs")
25890
25891
  ), s = e, i = () => {
25891
25892
  s("update:show", !1);
25892
25893
  };
@@ -26760,6 +26761,7 @@ const jU = /* @__PURE__ */ Oa(HU), qU = { class: "setting-content" }, zU = { cla
26760
26761
  key: k.key
26761
26762
  }, [
26762
26763
  f(Wo, {
26764
+ articleType: "cardArcitle",
26763
26765
  componentProps: k,
26764
26766
  singleColumn: p.value < 768,
26765
26767
  locale: t.locale,
@@ -26788,7 +26790,7 @@ const jU = /* @__PURE__ */ Oa(HU), qU = { class: "setting-content" }, zU = { cla
26788
26790
  ], 64);
26789
26791
  };
26790
26792
  }
26791
- }), nm = /* @__PURE__ */ fe(zN, [["__scopeId", "data-v-188d33bf"]]), WN = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({ __proto__: null, default: nm }, Symbol.toStringTag, { value: "Module" })), GN = { class: "message-card__wrapper" }, YN = { class: "message-card__head" }, XN = { class: "message-card__image" }, KN = ["src", "alt"], QN = ["innerHTML"], ZN = ["innerHTML"], JN = ["innerHTML"], eF = /* @__PURE__ */ ye({
26793
+ }), nm = /* @__PURE__ */ fe(zN, [["__scopeId", "data-v-1e034971"]]), WN = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({ __proto__: null, default: nm }, Symbol.toStringTag, { value: "Module" })), GN = { class: "message-card__wrapper" }, YN = { class: "message-card__head" }, XN = { class: "message-card__image" }, KN = ["src", "alt"], QN = ["innerHTML"], ZN = ["innerHTML"], JN = ["innerHTML"], eF = /* @__PURE__ */ ye({
26792
26794
  name: "BlessingMessageCard",
26793
26795
  __name: "BlessingMessageCard",
26794
26796
  props: {
@@ -29916,7 +29918,7 @@ const Vj = { key: 0 }, Ej = {
29916
29918
  },
29917
29919
  emits: ["handleDelete", "handleCopy", "handlePaste", "handleClick"],
29918
29920
  setup(t, { emit: e }) {
29919
- const n = /* @__PURE__ */ Object.assign({ "/src/components/AccordionText/index.vue": () => Promise.resolve().then(() => xae), "/src/components/AlummiCommunityList/index.vue": () => Promise.resolve().then(() => WN), "/src/components/ArticleItem/index.vue": () => Promise.resolve().then(() => YS), "/src/components/ArticleList/index.vue": () => Promise.resolve().then(() => Hw), "/src/components/ArticleListPureText/index.vue": () => Promise.resolve().then(() => UN), "/src/components/BackgroundWrapper/index.vue": () => Promise.resolve().then(() => Wne), "/src/components/BannerImage/index.vue": () => Promise.resolve().then(() => a8), "/src/components/BannerImageWithLink/index.vue": () => Promise.resolve().then(() => T$), "/src/components/BannerPage/index.vue": () => Promise.resolve().then(() => v8), "/src/components/BannerQuote/index.vue": () => Promise.resolve().then(() => $S), "/src/components/BasicCollapse/index.vue": () => Promise.resolve().then(() => HM), "/src/components/BlessingMessage/index.vue": () => Promise.resolve().then(() => OF), "/src/components/BlessingSlider/index.vue": () => Promise.resolve().then(() => ZF), "/src/components/BtnList/index.vue": () => Promise.resolve().then(() => U8), "/src/components/CardCarousel/index.vue": () => Promise.resolve().then(() => jT), "/src/components/CardCarouselArticles/index.vue": () => Promise.resolve().then(() => DR), "/src/components/CardCarouselMultiRow/index.vue": () => Promise.resolve().then(() => pS), "/src/components/CardCarouselMultiRowArticles/index.vue": () => Promise.resolve().then(() => qR), "/src/components/CardCarouselMultiRowPublications/index.vue": () => Promise.resolve().then(() => jj), "/src/components/CardListCircle/index.vue": () => Promise.resolve().then(() => Rz), "/src/components/CardListProgramme/index.vue": () => Promise.resolve().then(() => pW), "/src/components/CardListSchool/index.vue": () => Promise.resolve().then(() => GW), "/src/components/CardShowcase/index.vue": () => Promise.resolve().then(() => PH), "/src/components/CardShowcaseProfile/index.vue": () => Promise.resolve().then(() => NE), "/src/components/CarouselLogo/index.vue": () => Promise.resolve().then(() => LI), "/src/components/CollapseCustom/index.vue": () => Promise.resolve().then(() => Pse), "/src/components/ContactUsInfo/index.vue": () => Promise.resolve().then(() => cA), "/src/components/ContactUsList/index.vue": () => Promise.resolve().then(() => NP), "/src/components/CountDown/index.vue": () => Promise.resolve().then(() => rP), "/src/components/CustomIframe/index.vue": () => Promise.resolve().then(() => _P), "/src/components/CustomSpace/index.vue": () => Promise.resolve().then(() => U5), "/src/components/CustomText/index.vue": () => Promise.resolve().then(() => JR), "/src/components/DetailLink/index.vue": () => Promise.resolve().then(() => nG), "/src/components/Disc/index.vue": () => Promise.resolve().then(() => VM), "/src/components/DonorLinks/index.vue": () => Promise.resolve().then(() => aT), "/src/components/ExploreLinks/index.vue": () => Promise.resolve().then(() => NH), "/src/components/GalleryBlock/index.vue": () => Promise.resolve().then(() => bR), "/src/components/GalleryCaptionRound/index.vue": () => Promise.resolve().then(() => Dx), "/src/components/GalleryDefault/index.vue": () => Promise.resolve().then(() => ax), "/src/components/GalleryList/index.vue": () => Promise.resolve().then(() => U6), "/src/components/GalleryTimeline/index.vue": () => Promise.resolve().then(() => T3), "/src/components/GalleryTimelineCol/index.vue": () => Promise.resolve().then(() => gC), "/src/components/GridLinks/index.vue": () => Promise.resolve().then(() => Jie), "/src/components/HeroSlide/index.vue": () => Promise.resolve().then(() => vk), "/src/components/InformationLink/index.vue": () => Promise.resolve().then(() => wte), "/src/components/LinkList/index.vue": () => Promise.resolve().then(() => Dk), "/src/components/MapStatic/index.vue": () => Promise.resolve().then(() => iI), "/src/components/MediaImageFull/index.vue": () => Promise.resolve().then(() => hN), "/src/components/MediaImageStatic/index.vue": () => Promise.resolve().then(() => kN), "/src/components/MediaLogo/index.vue": () => Promise.resolve().then(() => BU), "/src/components/MediaVideo/index.vue": () => Promise.resolve().then(() => dte), "/src/components/NewsList/index.vue": () => Promise.resolve().then(() => aV), "/src/components/Process/index.vue": () => Promise.resolve().then(() => $5), "/src/components/Publications/index.vue": () => Promise.resolve().then(() => mL), "/src/components/QuoteText/index.vue": () => import("./index-iWgN_Gxj.mjs"), "/src/components/RegisterForm/index.vue": () => Promise.resolve().then(() => ZB), "/src/components/Resources/index.vue": () => Promise.resolve().then(() => PO), "/src/components/ResourcesTwo/index.vue": () => Promise.resolve().then(() => YO), "/src/components/RibbonBlock/index.vue": () => Promise.resolve().then(() => l9), "/src/components/SchoolLayout/index.vue": () => Promise.resolve().then(() => Dj), "/src/components/ScrollKeyInfo/index.vue": () => Promise.resolve().then(() => bD), "/src/components/TabDefault/index.vue": () => Promise.resolve().then(() => Dq), "/src/components/TabLogo/index.vue": () => Promise.resolve().then(() => Sne), "/src/components/TabPage/index.vue": () => Promise.resolve().then(() => tne), "/src/components/TabTimeLine/index.vue": () => Promise.resolve().then(() => mz), "/src/components/TableCollapse/index.vue": () => Promise.resolve().then(() => yU), "/src/components/TableTwo/index.vue": () => Promise.resolve().then(() => d$), "/src/components/TheHistoryCarousel/index.vue": () => Promise.resolve().then(() => oE), "/src/components/TimelineStory/index.vue": () => Promise.resolve().then(() => Z9), "/src/components/VrTour/index.vue": () => Promise.resolve().then(() => Lie) }), s = {};
29921
+ const n = /* @__PURE__ */ Object.assign({ "/src/components/AccordionText/index.vue": () => Promise.resolve().then(() => xae), "/src/components/AlummiCommunityList/index.vue": () => Promise.resolve().then(() => WN), "/src/components/ArticleItem/index.vue": () => Promise.resolve().then(() => YS), "/src/components/ArticleList/index.vue": () => Promise.resolve().then(() => Hw), "/src/components/ArticleListPureText/index.vue": () => Promise.resolve().then(() => UN), "/src/components/BackgroundWrapper/index.vue": () => Promise.resolve().then(() => Wne), "/src/components/BannerImage/index.vue": () => Promise.resolve().then(() => a8), "/src/components/BannerImageWithLink/index.vue": () => Promise.resolve().then(() => T$), "/src/components/BannerPage/index.vue": () => Promise.resolve().then(() => v8), "/src/components/BannerQuote/index.vue": () => Promise.resolve().then(() => $S), "/src/components/BasicCollapse/index.vue": () => Promise.resolve().then(() => HM), "/src/components/BlessingMessage/index.vue": () => Promise.resolve().then(() => OF), "/src/components/BlessingSlider/index.vue": () => Promise.resolve().then(() => ZF), "/src/components/BtnList/index.vue": () => Promise.resolve().then(() => U8), "/src/components/CardCarousel/index.vue": () => Promise.resolve().then(() => jT), "/src/components/CardCarouselArticles/index.vue": () => Promise.resolve().then(() => DR), "/src/components/CardCarouselMultiRow/index.vue": () => Promise.resolve().then(() => pS), "/src/components/CardCarouselMultiRowArticles/index.vue": () => Promise.resolve().then(() => qR), "/src/components/CardCarouselMultiRowPublications/index.vue": () => Promise.resolve().then(() => jj), "/src/components/CardListCircle/index.vue": () => Promise.resolve().then(() => Rz), "/src/components/CardListProgramme/index.vue": () => Promise.resolve().then(() => pW), "/src/components/CardListSchool/index.vue": () => Promise.resolve().then(() => GW), "/src/components/CardShowcase/index.vue": () => Promise.resolve().then(() => PH), "/src/components/CardShowcaseProfile/index.vue": () => Promise.resolve().then(() => NE), "/src/components/CarouselLogo/index.vue": () => Promise.resolve().then(() => LI), "/src/components/CollapseCustom/index.vue": () => Promise.resolve().then(() => Pse), "/src/components/ContactUsInfo/index.vue": () => Promise.resolve().then(() => cA), "/src/components/ContactUsList/index.vue": () => Promise.resolve().then(() => NP), "/src/components/CountDown/index.vue": () => Promise.resolve().then(() => rP), "/src/components/CustomIframe/index.vue": () => Promise.resolve().then(() => _P), "/src/components/CustomSpace/index.vue": () => Promise.resolve().then(() => U5), "/src/components/CustomText/index.vue": () => Promise.resolve().then(() => JR), "/src/components/DetailLink/index.vue": () => Promise.resolve().then(() => nG), "/src/components/Disc/index.vue": () => Promise.resolve().then(() => VM), "/src/components/DonorLinks/index.vue": () => Promise.resolve().then(() => aT), "/src/components/ExploreLinks/index.vue": () => Promise.resolve().then(() => NH), "/src/components/GalleryBlock/index.vue": () => Promise.resolve().then(() => bR), "/src/components/GalleryCaptionRound/index.vue": () => Promise.resolve().then(() => Dx), "/src/components/GalleryDefault/index.vue": () => Promise.resolve().then(() => ax), "/src/components/GalleryList/index.vue": () => Promise.resolve().then(() => U6), "/src/components/GalleryTimeline/index.vue": () => Promise.resolve().then(() => T3), "/src/components/GalleryTimelineCol/index.vue": () => Promise.resolve().then(() => gC), "/src/components/GridLinks/index.vue": () => Promise.resolve().then(() => Jie), "/src/components/HeroSlide/index.vue": () => Promise.resolve().then(() => vk), "/src/components/InformationLink/index.vue": () => Promise.resolve().then(() => wte), "/src/components/LinkList/index.vue": () => Promise.resolve().then(() => Dk), "/src/components/MapStatic/index.vue": () => Promise.resolve().then(() => iI), "/src/components/MediaImageFull/index.vue": () => Promise.resolve().then(() => hN), "/src/components/MediaImageStatic/index.vue": () => Promise.resolve().then(() => kN), "/src/components/MediaLogo/index.vue": () => Promise.resolve().then(() => BU), "/src/components/MediaVideo/index.vue": () => Promise.resolve().then(() => dte), "/src/components/NewsList/index.vue": () => Promise.resolve().then(() => aV), "/src/components/Process/index.vue": () => Promise.resolve().then(() => $5), "/src/components/Publications/index.vue": () => Promise.resolve().then(() => mL), "/src/components/QuoteText/index.vue": () => import("./index-BEnKxVJ0.mjs"), "/src/components/RegisterForm/index.vue": () => Promise.resolve().then(() => ZB), "/src/components/Resources/index.vue": () => Promise.resolve().then(() => PO), "/src/components/ResourcesTwo/index.vue": () => Promise.resolve().then(() => YO), "/src/components/RibbonBlock/index.vue": () => Promise.resolve().then(() => l9), "/src/components/SchoolLayout/index.vue": () => Promise.resolve().then(() => Dj), "/src/components/ScrollKeyInfo/index.vue": () => Promise.resolve().then(() => bD), "/src/components/TabDefault/index.vue": () => Promise.resolve().then(() => Dq), "/src/components/TabLogo/index.vue": () => Promise.resolve().then(() => Sne), "/src/components/TabPage/index.vue": () => Promise.resolve().then(() => tne), "/src/components/TabTimeLine/index.vue": () => Promise.resolve().then(() => mz), "/src/components/TableCollapse/index.vue": () => Promise.resolve().then(() => yU), "/src/components/TableTwo/index.vue": () => Promise.resolve().then(() => d$), "/src/components/TheHistoryCarousel/index.vue": () => Promise.resolve().then(() => oE), "/src/components/TimelineStory/index.vue": () => Promise.resolve().then(() => Z9), "/src/components/VrTour/index.vue": () => Promise.resolve().then(() => Lie) }), s = {};
29920
29922
  for (const g in n)
29921
29923
  try {
29922
29924
  const h = g.split("/"), d = h[h.length - 2];
@@ -31827,7 +31829,7 @@ const Vj = { key: 0 }, Ej = {
31827
31829
  },
31828
31830
  emits: ["update:show"],
31829
31831
  setup(t, { emit: e }) {
31830
- const n = Xe(() => import("vuedraggable")), s = Xe(() => import("./index-MXMGdcxf.mjs")), i = M(!1), a = W(() => ({
31832
+ const n = Xe(() => import("vuedraggable")), s = Xe(() => import("./index-B7RkBZ_k.mjs")), i = M(!1), a = W(() => ({
31831
31833
  animation: 200,
31832
31834
  group: "programmes",
31833
31835
  // 链接专用分组
@@ -73188,7 +73190,7 @@ const cse = /* @__PURE__ */ Oa(use), hse = { class: "setting-content" }, mse = {
73188
73190
  },
73189
73191
  emits: ["update:show"],
73190
73192
  setup(t, { emit: e }) {
73191
- const n = Xe(() => import("vuedraggable")), s = Xe(() => import("./index-MXMGdcxf.mjs")), i = M(!1), a = W(() => ({
73193
+ const n = Xe(() => import("vuedraggable")), s = Xe(() => import("./index-B7RkBZ_k.mjs")), i = M(!1), a = W(() => ({
73192
73194
  animation: 200,
73193
73195
  group: "gallerys",
73194
73196
  disabled: !1,
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const i=require("./index-B2uGEZLI.js");exports.AccordionText=i.ah;exports.AccordionTextPlugin=i.bm;exports.AlummiCommunityList=i.Q;exports.AlummiCommunityListPlugin=i.a_;exports.AnimationUtils=i.bq;exports.ArticleItem=i.k;exports.ArticleItemPlugin=i.aA;exports.ArticleList=i.A;exports.ArticleListPlugin=i.ai;exports.ArticleListPureText=i.a2;exports.ArticleListPureTextPlugin=i.b8;exports.BackgroundWrapper=i.ad;exports.BackgroundWrapperPlugin=i.bj;exports.BannerImage=i.B;exports.BannerImagePlugin=i.aj;exports.BannerImageWithLink=i.r;exports.BannerImageWithLinkPlugin=i.aK;exports.BannerPage=i.b;exports.BannerPagePlugin=i.ak;exports.BannerQuote=i.j;exports.BannerQuotePlugin=i.az;exports.BasicCollapse=i.z;exports.BasicCollapsePlugin=i.aU;exports.BlessingMessage=i.U;exports.BlessingMessagePlugin=i.a$;exports.BlessingSlider=i.V;exports.BlessingSliderPlugin=i.b0;exports.BtnList=i.c;exports.BtnListPlugin=i.al;exports.CardCarousel=i.h;exports.CardCarouselArticles=i.u;exports.CardCarouselArticlesPlugin=i.aP;exports.CardCarouselMultiRow=i.i;exports.CardCarouselMultiRowArticles=i.K;exports.CardCarouselMultiRowArticlesPlugin=i.aZ;exports.CardCarouselMultiRowPlugin=i.ay;exports.CardCarouselMultiRowPublications=i.Z;exports.CardCarouselMultiRowPublicationsPlugin=i.b4;exports.CardCarouselPlugin=i.ax;exports.CardListCircle=i.a6;exports.CardListCirclePlugin=i.bc;exports.CardListProgramme=i.a5;exports.CardListProgrammePlugin=i.bb;exports.CardListSchool=i.a7;exports.CardListSchoolPlugin=i.bd;exports.CardShowcase=i.W;exports.CardShowcasePlugin=i.b1;exports.CardShowcaseProfile=i.m;exports.CardShowcaseProfilePlugin=i.aF;exports.CarouselLogo=i.v;exports.CarouselLogoPlugin=i.aQ;exports.CollapseCustom=i.ae;exports.CollapseCustomPlugin=i.bk;exports.ContactUsInfo=i.s;exports.ContactUsInfoPlugin=i.aM;exports.ContactUsList=i.p;exports.ContactUsListPlugin=i.aH;exports.CountDown=i.n;exports.CountDownPlugin=i.aG;exports.CustomIframe=i.o;exports.CustomIframePlugin=i.aI;exports.CustomSpace=i.C;exports.CustomSpacePlugin=i.ar;exports.CustomText=i.$;exports.CustomTextPlugin=i.b5;exports.DetailLink=i.a9;exports.DetailLinkPlugin=i.bf;exports.Disc=i.y;exports.DiscPlugin=i.aT;exports.DonorLinks=i.D;exports.DonorLinksPlugin=i.aw;exports.ExploreLinks=i.X;exports.ExploreLinksPlugin=i.b2;exports.GalleryBlock=i.J;exports.GalleryBlockPlugin=i.aY;exports.GalleryCaptionRound=i.d;exports.GalleryCaptionRoundPlugin=i.an;exports.GalleryDefault=i.G;exports.GalleryDefaultPlugin=i.am;exports.GalleryList=i.g;exports.GalleryListPlugin=i.as;exports.GalleryTimeline=i.e;exports.GalleryTimelineCol=i.f;exports.GalleryTimelineColPlugin=i.ap;exports.GalleryTimelinePlugin=i.ao;exports.GridLinks=i.ag;exports.HeroSlide=i.H;exports.HeroSlidePlugin=i.at;exports.InformationLink=i.aa;exports.InformationLinkPlugin=i.bg;exports.LinkList=i.L;exports.LinkListPlugin=i.au;exports.MapStatic=i.M;exports.MapStaticPlugin=i.aO;exports.MediaImageFull=i.a0;exports.MediaImageFullPlugin=i.b6;exports.MediaImageStatic=i.a1;exports.MediaImageStaticPlugin=i.b7;exports.MediaLogo=i.F;exports.MediaLogoPlugin=i.aW;exports.MediaVideo=i.a8;exports.MediaVideoPlugin=i.be;exports.NewsList=i.N;exports.NewsListPlugin=i.aD;exports.Process=i.P;exports.ProcessPlugin=i.aq;exports.Publications=i.t;exports.PublicationsPlugin=i.aN;exports.QuoteText=i._;exports.QuoteTextPlugin=i.av;exports.RegisterForm=i.I;exports.RegisterFormPlugin=i.aX;exports.Resources=i.w;exports.ResourcesPlugin=i.aR;exports.ResourcesTwo=i.x;exports.ResourcesTwoPlugin=i.aS;exports.ResponsiveUtils=i.bp;exports.RibbonBlock=i.R;exports.RibbonBlockPlugin=i.aB;exports.SchoolLayout=i.Y;exports.SchoolLayoutPlugin=i.b3;exports.ScrollKeyInfo=i.S;exports.ScrollKeyInfoPlugin=i.aL;exports.StorageUtils=i.br;exports.TabDefault=i.a3;exports.TabDefaultPlugin=i.b9;exports.TabLogo=i.ac;exports.TabLogoPlugin=i.bi;exports.TabPage=i.ab;exports.TabPagePlugin=i.bh;exports.TabTimeLine=i.a4;exports.TabTimeLinePlugin=i.ba;exports.TableCollapse=i.E;exports.TableCollapsePlugin=i.aV;exports.TableTwo=i.q;exports.TableTwoPlugin=i.aJ;exports.TheHistoryCarousel=i.l;exports.TheHistoryCarouselPlugin=i.aE;exports.ThemeUtils=i.bo;exports.TimelineStory=i.T;exports.TimelineStoryPlugin=i.aC;exports.VrTour=i.af;exports.VrTourPlugin=i.bl;exports.VueScreenPlugin=i.bs;exports.default=i.O;exports.useTheme=i.bn;exports.useVueScreen=i.bt;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const i=require("./index-CkJiOk0m.js");exports.AccordionText=i.ah;exports.AccordionTextPlugin=i.bm;exports.AlummiCommunityList=i.Q;exports.AlummiCommunityListPlugin=i.a_;exports.AnimationUtils=i.bq;exports.ArticleItem=i.k;exports.ArticleItemPlugin=i.aA;exports.ArticleList=i.A;exports.ArticleListPlugin=i.ai;exports.ArticleListPureText=i.a2;exports.ArticleListPureTextPlugin=i.b8;exports.BackgroundWrapper=i.ad;exports.BackgroundWrapperPlugin=i.bj;exports.BannerImage=i.B;exports.BannerImagePlugin=i.aj;exports.BannerImageWithLink=i.r;exports.BannerImageWithLinkPlugin=i.aK;exports.BannerPage=i.b;exports.BannerPagePlugin=i.ak;exports.BannerQuote=i.j;exports.BannerQuotePlugin=i.az;exports.BasicCollapse=i.z;exports.BasicCollapsePlugin=i.aU;exports.BlessingMessage=i.U;exports.BlessingMessagePlugin=i.a$;exports.BlessingSlider=i.V;exports.BlessingSliderPlugin=i.b0;exports.BtnList=i.c;exports.BtnListPlugin=i.al;exports.CardCarousel=i.h;exports.CardCarouselArticles=i.u;exports.CardCarouselArticlesPlugin=i.aP;exports.CardCarouselMultiRow=i.i;exports.CardCarouselMultiRowArticles=i.K;exports.CardCarouselMultiRowArticlesPlugin=i.aZ;exports.CardCarouselMultiRowPlugin=i.ay;exports.CardCarouselMultiRowPublications=i.Z;exports.CardCarouselMultiRowPublicationsPlugin=i.b4;exports.CardCarouselPlugin=i.ax;exports.CardListCircle=i.a6;exports.CardListCirclePlugin=i.bc;exports.CardListProgramme=i.a5;exports.CardListProgrammePlugin=i.bb;exports.CardListSchool=i.a7;exports.CardListSchoolPlugin=i.bd;exports.CardShowcase=i.W;exports.CardShowcasePlugin=i.b1;exports.CardShowcaseProfile=i.m;exports.CardShowcaseProfilePlugin=i.aF;exports.CarouselLogo=i.v;exports.CarouselLogoPlugin=i.aQ;exports.CollapseCustom=i.ae;exports.CollapseCustomPlugin=i.bk;exports.ContactUsInfo=i.s;exports.ContactUsInfoPlugin=i.aM;exports.ContactUsList=i.p;exports.ContactUsListPlugin=i.aH;exports.CountDown=i.n;exports.CountDownPlugin=i.aG;exports.CustomIframe=i.o;exports.CustomIframePlugin=i.aI;exports.CustomSpace=i.C;exports.CustomSpacePlugin=i.ar;exports.CustomText=i.$;exports.CustomTextPlugin=i.b5;exports.DetailLink=i.a9;exports.DetailLinkPlugin=i.bf;exports.Disc=i.y;exports.DiscPlugin=i.aT;exports.DonorLinks=i.D;exports.DonorLinksPlugin=i.aw;exports.ExploreLinks=i.X;exports.ExploreLinksPlugin=i.b2;exports.GalleryBlock=i.J;exports.GalleryBlockPlugin=i.aY;exports.GalleryCaptionRound=i.d;exports.GalleryCaptionRoundPlugin=i.an;exports.GalleryDefault=i.G;exports.GalleryDefaultPlugin=i.am;exports.GalleryList=i.g;exports.GalleryListPlugin=i.as;exports.GalleryTimeline=i.e;exports.GalleryTimelineCol=i.f;exports.GalleryTimelineColPlugin=i.ap;exports.GalleryTimelinePlugin=i.ao;exports.GridLinks=i.ag;exports.HeroSlide=i.H;exports.HeroSlidePlugin=i.at;exports.InformationLink=i.aa;exports.InformationLinkPlugin=i.bg;exports.LinkList=i.L;exports.LinkListPlugin=i.au;exports.MapStatic=i.M;exports.MapStaticPlugin=i.aO;exports.MediaImageFull=i.a0;exports.MediaImageFullPlugin=i.b6;exports.MediaImageStatic=i.a1;exports.MediaImageStaticPlugin=i.b7;exports.MediaLogo=i.F;exports.MediaLogoPlugin=i.aW;exports.MediaVideo=i.a8;exports.MediaVideoPlugin=i.be;exports.NewsList=i.N;exports.NewsListPlugin=i.aD;exports.Process=i.P;exports.ProcessPlugin=i.aq;exports.Publications=i.t;exports.PublicationsPlugin=i.aN;exports.QuoteText=i._;exports.QuoteTextPlugin=i.av;exports.RegisterForm=i.I;exports.RegisterFormPlugin=i.aX;exports.Resources=i.w;exports.ResourcesPlugin=i.aR;exports.ResourcesTwo=i.x;exports.ResourcesTwoPlugin=i.aS;exports.ResponsiveUtils=i.bp;exports.RibbonBlock=i.R;exports.RibbonBlockPlugin=i.aB;exports.SchoolLayout=i.Y;exports.SchoolLayoutPlugin=i.b3;exports.ScrollKeyInfo=i.S;exports.ScrollKeyInfoPlugin=i.aL;exports.StorageUtils=i.br;exports.TabDefault=i.a3;exports.TabDefaultPlugin=i.b9;exports.TabLogo=i.ac;exports.TabLogoPlugin=i.bi;exports.TabPage=i.ab;exports.TabPagePlugin=i.bh;exports.TabTimeLine=i.a4;exports.TabTimeLinePlugin=i.ba;exports.TableCollapse=i.E;exports.TableCollapsePlugin=i.aV;exports.TableTwo=i.q;exports.TableTwoPlugin=i.aJ;exports.TheHistoryCarousel=i.l;exports.TheHistoryCarouselPlugin=i.aE;exports.ThemeUtils=i.bo;exports.TimelineStory=i.T;exports.TimelineStoryPlugin=i.aC;exports.VrTour=i.af;exports.VrTourPlugin=i.bl;exports.VueScreenPlugin=i.bs;exports.default=i.O;exports.useTheme=i.bn;exports.useVueScreen=i.bt;
@@ -1,4 +1,4 @@
1
- import { ah as i, bm as l, Q as e, a_ as n, bq as o, k as u, aA as r, A as t, ai as g, a2 as P, b8 as C, ad as c, bj as b, B as m, aj as L, r as d, aK as T, b as S, ak as y, j as B, az as p, z as k, aU as w, U as I, a$ as M, V as f, b0 as R, c as h, al as A, h as G, u as D, aP as x, i as U, K as V, aZ as F, ay as H, Z as Q, b4 as W, ax as E, a6 as K, bc as N, a5 as j, bb as q, a7 as v, bd as z, W as J, b1 as O, m as X, aF as Y, v as Z, aQ as _, ae as $, bk as aa, s as sa, aM as ia, p as la, aH as ea, n as na, aG as oa, o as ua, aI as ra, C as ta, ar as ga, $ as Pa, b5 as Ca, a9 as ca, bf as ba, y as ma, aT as La, D as da, aw as Ta, X as Sa, b2 as ya, J as Ba, aY as pa, d as ka, an as wa, G as Ia, am as Ma, g as fa, as as Ra, e as ha, f as Aa, ap as Ga, ao as Da, ag as xa, H as Ua, at as Va, aa as Fa, bg as Ha, L as Qa, au as Wa, M as Ea, aO as Ka, a0 as Na, b6 as ja, a1 as qa, b7 as va, F as za, aW as Ja, a8 as Oa, be as Xa, N as Ya, aD as Za, P as _a, aq as $a, t as as, aN as ss, _ as is, av as ls, I as es, aX as ns, w as os, aR as us, x as rs, aS as ts, bp as gs, R as Ps, aB as Cs, Y as cs, b3 as bs, S as ms, aL as Ls, br as ds, a3 as Ts, b9 as Ss, ac as ys, bi as Bs, ab as ps, bh as ks, a4 as ws, ba as Is, E as Ms, aV as fs, q as Rs, aJ as hs, l as As, aE as Gs, bo as Ds, T as xs, aC as Us, af as Vs, bl as Fs, bs as Hs, O as Qs, bn as Ws, bt as Es } from "./index-C07EUJf7.mjs";
1
+ import { ah as i, bm as l, Q as e, a_ as n, bq as o, k as u, aA as r, A as t, ai as g, a2 as P, b8 as C, ad as c, bj as b, B as m, aj as L, r as d, aK as T, b as S, ak as y, j as B, az as p, z as k, aU as w, U as I, a$ as M, V as f, b0 as R, c as h, al as A, h as G, u as D, aP as x, i as U, K as V, aZ as F, ay as H, Z as Q, b4 as W, ax as E, a6 as K, bc as N, a5 as j, bb as q, a7 as v, bd as z, W as J, b1 as O, m as X, aF as Y, v as Z, aQ as _, ae as $, bk as aa, s as sa, aM as ia, p as la, aH as ea, n as na, aG as oa, o as ua, aI as ra, C as ta, ar as ga, $ as Pa, b5 as Ca, a9 as ca, bf as ba, y as ma, aT as La, D as da, aw as Ta, X as Sa, b2 as ya, J as Ba, aY as pa, d as ka, an as wa, G as Ia, am as Ma, g as fa, as as Ra, e as ha, f as Aa, ap as Ga, ao as Da, ag as xa, H as Ua, at as Va, aa as Fa, bg as Ha, L as Qa, au as Wa, M as Ea, aO as Ka, a0 as Na, b6 as ja, a1 as qa, b7 as va, F as za, aW as Ja, a8 as Oa, be as Xa, N as Ya, aD as Za, P as _a, aq as $a, t as as, aN as ss, _ as is, av as ls, I as es, aX as ns, w as os, aR as us, x as rs, aS as ts, bp as gs, R as Ps, aB as Cs, Y as cs, b3 as bs, S as ms, aL as Ls, br as ds, a3 as Ts, b9 as Ss, ac as ys, bi as Bs, ab as ps, bh as ks, a4 as ws, ba as Is, E as Ms, aV as fs, q as Rs, aJ as hs, l as As, aE as Gs, bo as Ds, T as xs, aC as Us, af as Vs, bl as Fs, bs as Hs, O as Qs, bn as Ws, bt as Es } from "./index-Dfaye4e8.mjs";
2
2
  export {
3
3
  i as AccordionText,
4
4
  l as AccordionTextPlugin,