officialblock 2.7.7 → 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-DnrpbY4O.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-DD_5voZG.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-DD_5voZG.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-DD_5voZG.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-DD_5voZG.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-DD_5voZG.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-DD_5voZG.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-DD_5voZG.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-DD_5voZG.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-DD_5voZG.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-DD_5voZG.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
  // 链接专用分组
@@ -14038,7 +14038,7 @@ const Cn = Gg(), J9 = Gg(), e7 = { class: "list-sort" }, t7 = ["onClick"], n7 =
14038
14038
  },
14039
14039
  emits: ["update:show"],
14040
14040
  setup(t, { emit: e }) {
14041
- const n = Xe(() => import("vuedraggable")), s = Xe(() => import("./index-DD_5voZG.mjs")), i = M(!1), a = W(() => ({
14041
+ const n = Xe(() => import("vuedraggable")), s = Xe(() => import("./index-B7RkBZ_k.mjs")), i = M(!1), a = W(() => ({
14042
14042
  animation: 200,
14043
14043
  group: "gallerys",
14044
14044
  // 链接专用分组
@@ -15268,7 +15268,7 @@ const Cn = Gg(), J9 = Gg(), e7 = { class: "list-sort" }, t7 = ["onClick"], n7 =
15268
15268
  emits: ["update:show"],
15269
15269
  setup(t, { emit: e }) {
15270
15270
  const n = Xe(
15271
- () => import("./index-DD_5voZG.mjs")
15271
+ () => import("./index-B7RkBZ_k.mjs")
15272
15272
  ), s = e, i = () => {
15273
15273
  s("update:show", !1);
15274
15274
  };
@@ -16696,14 +16696,14 @@ const Cn = Gg(), J9 = Gg(), e7 = { class: "list-sort" }, t7 = ["onClick"], n7 =
16696
16696
  setup(t, { emit: e }) {
16697
16697
  var k;
16698
16698
  const n = Xe(() => import("vuedraggable")), s = Xe(
16699
- () => import("./index-DD_5voZG.mjs")
16699
+ () => import("./index-B7RkBZ_k.mjs")
16700
16700
  ), i = W(() => ({
16701
16701
  animation: 200,
16702
- group: "links",
16702
+ group: "linkList",
16703
16703
  // 链接专用分组
16704
16704
  disabled: !1,
16705
16705
  ghostClass: "ghost",
16706
- handle: ".drag-handle",
16706
+ handle: ".drag-handle, .icon_drag",
16707
16707
  // 只有拖拽手柄才能触发拖拽
16708
16708
  filter: ".rich-text-editor, .arco-input, .arco-select, .arco-checkbox",
16709
16709
  // 排除这些元素的拖拽
@@ -16715,7 +16715,7 @@ const Cn = Gg(), J9 = Gg(), e7 = { class: "list-sort" }, t7 = ["onClick"], n7 =
16715
16715
  // 链接项专用分组
16716
16716
  disabled: !1,
16717
16717
  ghostClass: "ghost",
16718
- handle: ".drag-handle, .drag_link_top_box",
16718
+ handle: ".drag-handle, .drag_link_top_box, .icon_drag",
16719
16719
  // 只有拖拽手柄才能触发拖拽
16720
16720
  filter: ".rich-text-editor, .arco-input, .arco-select, .arco-checkbox",
16721
16721
  // 排除这些元素的拖拽
@@ -16742,7 +16742,7 @@ const Cn = Gg(), J9 = Gg(), e7 = { class: "list-sort" }, t7 = ["onClick"], n7 =
16742
16742
  image: "",
16743
16743
  label: "",
16744
16744
  content: "",
16745
- links: []
16745
+ linkList: []
16746
16746
  }), Oe(() => {
16747
16747
  if (typeof document < "u") {
16748
16748
  const T = document.querySelector(".arco-drawer-body");
@@ -16755,7 +16755,7 @@ const Cn = Gg(), J9 = Gg(), e7 = { class: "list-sort" }, t7 = ["onClick"], n7 =
16755
16755
  g.value.has(C.id) ? g.value.delete(C.id) : g.value.add(C.id);
16756
16756
  }, w = (C) => g.value.has(C.id), _ = (C) => {
16757
16757
  const T = u.data.list.find((A) => A.id === C);
16758
- T && T.links.push({
16758
+ T && T.linkList.push({
16759
16759
  id: Z(),
16760
16760
  text: "新链接",
16761
16761
  linkType: "Internal Link",
@@ -16764,14 +16764,14 @@ const Cn = Gg(), J9 = Gg(), e7 = { class: "list-sort" }, t7 = ["onClick"], n7 =
16764
16764
  }, x = (C, T) => {
16765
16765
  console.log("Deleting link:", C, "item:", T);
16766
16766
  const A = u.data.list.find((I) => I.id === C);
16767
- if (A && A.links) {
16768
- console.log("Found link item with links:", A.links.length);
16769
- 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(
16770
16770
  (O) => O.id !== T
16771
16771
  );
16772
- 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");
16773
16773
  } else
16774
- console.log("Link item not found or no links array");
16774
+ console.log("Link item not found or no linkList array");
16775
16775
  };
16776
16776
  return (C, T) => {
16777
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");
@@ -16900,10 +16900,10 @@ const Cn = Gg(), J9 = Gg(), e7 = { class: "list-sort" }, t7 = ["onClick"], n7 =
16900
16900
  class: "item-title",
16901
16901
  style: { "margin-top": "20px" }
16902
16902
  }, "链接", -1)),
16903
- Y.links.length ? j("", !0) : (y(), E("div", O$, "暂无数据")),
16903
+ Y.linkList.length ? j("", !0) : (y(), E("div", O$, "暂无数据")),
16904
16904
  f(pe(n), je({
16905
- modelValue: Y.links,
16906
- "onUpdate:modelValue": (ee) => Y.links = ee,
16905
+ modelValue: Y.linkList,
16906
+ "onUpdate:modelValue": (ee) => Y.linkList = ee,
16907
16907
  "component-data": {
16908
16908
  tag: "div",
16909
16909
  type: "transition-group",
@@ -17025,7 +17025,7 @@ const Cn = Gg(), J9 = Gg(), e7 = { class: "list-sort" }, t7 = ["onClick"], n7 =
17025
17025
  }, 8, ["visible"]);
17026
17026
  };
17027
17027
  }
17028
- }), 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$ = {
17029
17029
  key: 0,
17030
17030
  class: "bottom_content"
17031
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 = {
@@ -17082,7 +17082,7 @@ const Cn = Gg(), J9 = Gg(), e7 = { class: "list-sort" }, t7 = ["onClick"], n7 =
17082
17082
  label: "label",
17083
17083
  content: "耀华致力为孩子创造一个沉浸式双语学习的有利环境,透过教师与家长携手合作,培育新一代有自信、爱心及好奇心的幼龄学习者。早期教育强调儿童全人发展、塑造品格与个人及社会价值观,让孩子终身受益。",
17084
17084
  id: Z(),
17085
- links: [
17085
+ linkList: [
17086
17086
  {
17087
17087
  id: Z(),
17088
17088
  text: "了解更多",
@@ -17098,7 +17098,7 @@ const Cn = Gg(), J9 = Gg(), e7 = { class: "list-sort" }, t7 = ["onClick"], n7 =
17098
17098
  label: "label",
17099
17099
  content: "耀华致力为孩子创造一个沉浸式双语学习的有利环境,透过教师与家长携手合作,培育新一代有自信、爱心及好奇心的幼龄学习者。早期教育强调儿童全人发展、塑造品格与个人及社会价值观,让孩子终身受益。",
17100
17100
  id: Z(),
17101
- links: [
17101
+ linkList: [
17102
17102
  {
17103
17103
  id: Z(),
17104
17104
  text: "了解更多",
@@ -17114,7 +17114,7 @@ const Cn = Gg(), J9 = Gg(), e7 = { class: "list-sort" }, t7 = ["onClick"], n7 =
17114
17114
  image: "https://osswebsite-test.cedim.cn/media-library/ywies-tx/pdf/TX%20Brochure%20Cover.png",
17115
17115
  label: "label",
17116
17116
  content: "耀华致力为孩子创造一个沉浸式双语学习的有利环境,透过教师与家长携手合作,培育新一代有自信、爱心及好奇心的幼龄学习者。早期教育强调儿童全人发展、塑造品格与个人及社会价值观,让孩子终身受益。",
17117
- links: [
17117
+ linkList: [
17118
17118
  {
17119
17119
  text: "了解更多",
17120
17120
  linkType: "Internal Link",
@@ -17356,7 +17356,7 @@ const Cn = Gg(), J9 = Gg(), e7 = { class: "list-sort" }, t7 = ["onClick"], n7 =
17356
17356
  ], 64);
17357
17357
  };
17358
17358
  }
17359
- }), 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({
17360
17360
  __name: "setting",
17361
17361
  props: {
17362
17362
  show: {
@@ -18815,7 +18815,7 @@ const Cn = Gg(), J9 = Gg(), e7 = { class: "list-sort" }, t7 = ["onClick"], n7 =
18815
18815
  emits: ["update:show"],
18816
18816
  setup(t, { emit: e }) {
18817
18817
  const n = Xe(
18818
- () => import("./index-DD_5voZG.mjs")
18818
+ () => import("./index-B7RkBZ_k.mjs")
18819
18819
  ), s = Xe(() => import("vuedraggable")), i = t, a = M(!1), l = M(/* @__PURE__ */ new Set()), r = M(/* @__PURE__ */ new Set());
18820
18820
  Ne(
18821
18821
  () => {
@@ -21965,7 +21965,7 @@ const Cn = Gg(), J9 = Gg(), e7 = { class: "list-sort" }, t7 = ["onClick"], n7 =
21965
21965
  },
21966
21966
  emits: ["update:show"],
21967
21967
  setup(t, { emit: e }) {
21968
- const n = Xe(() => import("vuedraggable")), s = Xe(() => import("./index-DD_5voZG.mjs")), i = M(!1), a = W(() => ({
21968
+ const n = Xe(() => import("vuedraggable")), s = Xe(() => import("./index-B7RkBZ_k.mjs")), i = M(!1), a = W(() => ({
21969
21969
  animation: 200,
21970
21970
  group: "data",
21971
21971
  // 专用分组
@@ -22257,7 +22257,7 @@ const Cn = Gg(), J9 = Gg(), e7 = { class: "list-sort" }, t7 = ["onClick"], n7 =
22257
22257
  },
22258
22258
  emits: ["update:show"],
22259
22259
  setup(t, { emit: e }) {
22260
- const n = Xe(() => import("vuedraggable")), s = Xe(() => import("./index-DD_5voZG.mjs")), i = M(!1), a = W(() => ({
22260
+ const n = Xe(() => import("vuedraggable")), s = Xe(() => import("./index-B7RkBZ_k.mjs")), i = M(!1), a = W(() => ({
22261
22261
  animation: 200,
22262
22262
  group: "data",
22263
22263
  // 专用分组
@@ -25670,7 +25670,7 @@ const jU = /* @__PURE__ */ Oa(HU), qU = { class: "setting-content" }, zU = { cla
25670
25670
  emits: ["update:show"],
25671
25671
  setup(t, { emit: e }) {
25672
25672
  const n = Xe(
25673
- () => import("./index-DD_5voZG.mjs")
25673
+ () => import("./index-B7RkBZ_k.mjs")
25674
25674
  ), s = e, i = () => {
25675
25675
  s("update:show", !1);
25676
25676
  };
@@ -25887,7 +25887,7 @@ const jU = /* @__PURE__ */ Oa(HU), qU = { class: "setting-content" }, zU = { cla
25887
25887
  emits: ["update:show"],
25888
25888
  setup(t, { emit: e }) {
25889
25889
  const n = Xe(
25890
- () => import("./index-DD_5voZG.mjs")
25890
+ () => import("./index-B7RkBZ_k.mjs")
25891
25891
  ), s = e, i = () => {
25892
25892
  s("update:show", !1);
25893
25893
  };
@@ -29918,7 +29918,7 @@ const Vj = { key: 0 }, Ej = {
29918
29918
  },
29919
29919
  emits: ["handleDelete", "handleCopy", "handlePaste", "handleClick"],
29920
29920
  setup(t, { emit: e }) {
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-CXNlMJ6A.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 = {};
29922
29922
  for (const g in n)
29923
29923
  try {
29924
29924
  const h = g.split("/"), d = h[h.length - 2];
@@ -31829,7 +31829,7 @@ const Vj = { key: 0 }, Ej = {
31829
31829
  },
31830
31830
  emits: ["update:show"],
31831
31831
  setup(t, { emit: e }) {
31832
- const n = Xe(() => import("vuedraggable")), s = Xe(() => import("./index-DD_5voZG.mjs")), i = M(!1), a = W(() => ({
31832
+ const n = Xe(() => import("vuedraggable")), s = Xe(() => import("./index-B7RkBZ_k.mjs")), i = M(!1), a = W(() => ({
31833
31833
  animation: 200,
31834
31834
  group: "programmes",
31835
31835
  // 链接专用分组
@@ -73190,7 +73190,7 @@ const cse = /* @__PURE__ */ Oa(use), hse = { class: "setting-content" }, mse = {
73190
73190
  },
73191
73191
  emits: ["update:show"],
73192
73192
  setup(t, { emit: e }) {
73193
- const n = Xe(() => import("vuedraggable")), s = Xe(() => import("./index-DD_5voZG.mjs")), i = M(!1), a = W(() => ({
73193
+ const n = Xe(() => import("vuedraggable")), s = Xe(() => import("./index-B7RkBZ_k.mjs")), i = M(!1), a = W(() => ({
73194
73194
  animation: 200,
73195
73195
  group: "gallerys",
73196
73196
  disabled: !1,
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const i=require("./index-DnrpbY4O.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-BCV-wyPe.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,