officialblock 2.4.0 → 2.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,4 @@
1
+ import { _ as f } from "./index-CelCN0Ev.mjs";
2
+ export {
3
+ f as default
4
+ };
@@ -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-MiUsIx72.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-D2ZhiI73.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 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-MiUsIx72.js");exports.default=e._;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-D2ZhiI73.js");exports.default=e._;
@@ -482,7 +482,7 @@ const _b = { class: "button-text" }, bb = { class: "link-text" }, wb = /* @__PUR
482
482
  },
483
483
  emits: ["update:show"],
484
484
  setup(t, { emit: e }) {
485
- const n = qe(() => import("vuedraggable")), s = qe(() => import("./index-C-0R8wn6.mjs")), i = U(!1), a = q(() => ({
485
+ const n = qe(() => import("vuedraggable")), s = qe(() => import("./index-DJG5an4T.mjs")), i = U(!1), a = q(() => ({
486
486
  animation: 200,
487
487
  group: "item",
488
488
  disabled: !1,
@@ -2304,7 +2304,7 @@ const _b = { class: "button-text" }, bb = { class: "link-text" }, wb = /* @__PUR
2304
2304
  ]))), 128))
2305
2305
  ]));
2306
2306
  }
2307
- }), sh = /* @__PURE__ */ he(D8, [["__scopeId", "data-v-e409b011"]]), L8 = /* @__PURE__ */ pe({
2307
+ }), sh = /* @__PURE__ */ he(D8, [["__scopeId", "data-v-d2365405"]]), L8 = /* @__PURE__ */ pe({
2308
2308
  name: "BtnList",
2309
2309
  __name: "index",
2310
2310
  props: {
@@ -3098,7 +3098,7 @@ const _b = { class: "button-text" }, bb = { class: "link-text" }, wb = /* @__PUR
3098
3098
  },
3099
3099
  emits: ["update:show"],
3100
3100
  setup(t, { emit: e }) {
3101
- const n = qe(() => import("vuedraggable")), s = qe(() => import("./index-C-0R8wn6.mjs")), i = U(!1), a = q(() => ({
3101
+ const n = qe(() => import("vuedraggable")), s = qe(() => import("./index-DJG5an4T.mjs")), i = U(!1), a = q(() => ({
3102
3102
  animation: 200,
3103
3103
  group: "gallerys",
3104
3104
  // 链接专用分组
@@ -4686,7 +4686,7 @@ const ax = { class: "gallery-container gallery-timeline container-content" }, lx
4686
4686
  },
4687
4687
  emits: ["update:show"],
4688
4688
  setup(t, { emit: e }) {
4689
- const n = qe(() => import("vuedraggable")), s = qe(() => import("./index-C-0R8wn6.mjs")), i = U(!1), a = q(() => ({
4689
+ const n = qe(() => import("vuedraggable")), s = qe(() => import("./index-DJG5an4T.mjs")), i = U(!1), a = q(() => ({
4690
4690
  animation: 200,
4691
4691
  group: "gallerys",
4692
4692
  // 链接专用分组
@@ -5576,7 +5576,7 @@ const ax = { class: "gallery-container gallery-timeline container-content" }, lx
5576
5576
  },
5577
5577
  emits: ["update:show"],
5578
5578
  setup(t, { emit: e }) {
5579
- const n = qe(() => import("vuedraggable")), s = qe(() => import("./index-C-0R8wn6.mjs")), i = U(!1), a = q(() => ({
5579
+ const n = qe(() => import("vuedraggable")), s = qe(() => import("./index-DJG5an4T.mjs")), i = U(!1), a = q(() => ({
5580
5580
  animation: 200,
5581
5581
  group: "btns",
5582
5582
  // 链接专用分组
@@ -6344,7 +6344,7 @@ const ax = { class: "gallery-container gallery-timeline container-content" }, lx
6344
6344
  }
6345
6345
  },
6346
6346
  setup(t) {
6347
- const e = qe(() => import("vuedraggable")), n = qe(() => import("./index-C-0R8wn6.mjs")), s = U(!1), i = q(() => ({
6347
+ const e = qe(() => import("vuedraggable")), n = qe(() => import("./index-DJG5an4T.mjs")), s = U(!1), i = q(() => ({
6348
6348
  animation: 200,
6349
6349
  group: "buttons",
6350
6350
  // 按钮专用分组
@@ -7586,8 +7586,12 @@ const ax = { class: "gallery-container gallery-timeline container-content" }, lx
7586
7586
  },
7587
7587
  navigation: {
7588
7588
  nextEl: ".swiper-button-next",
7589
- prevEl: ".swiper-button-prev"
7589
+ prevEl: ".swiper-button-prev",
7590
+ disabledClass: "swiper-button-disabled"
7590
7591
  },
7592
+ watchSlidesProgress: !0,
7593
+ // 只有一张幻灯片时隐藏导航按钮
7594
+ watchOverflow: !0,
7591
7595
  pagination: {
7592
7596
  el: ".swiper-pagination",
7593
7597
  clickable: !0
@@ -7708,9 +7712,11 @@ const ax = { class: "gallery-container gallery-timeline container-content" }, lx
7708
7712
  ])
7709
7713
  ]))), 128))
7710
7714
  ]),
7711
- M[1] || (M[1] = o("div", { class: "swiper-pagination" }, null, -1)),
7712
- M[2] || (M[2] = o("div", { class: "swiper-button-next" }, null, -1)),
7713
- M[3] || (M[3] = o("div", { class: "swiper-button-prev" }, null, -1))
7715
+ M[1] || (M[1] = o("div", { class: "swiper-nav-container" }, [
7716
+ o("div", { class: "swiper-button-prev" }),
7717
+ o("div", { class: "swiper-pagination" }),
7718
+ o("div", { class: "swiper-button-next" })
7719
+ ], -1))
7714
7720
  ], 512),
7715
7721
  f(H, {
7716
7722
  visible: E.value,
@@ -7719,7 +7725,7 @@ const ax = { class: "gallery-container gallery-timeline container-content" }, lx
7719
7725
  width: "1200px",
7720
7726
  onCancel: I
7721
7727
  }, {
7722
- title: $(() => [...M[4] || (M[4] = [
7728
+ title: $(() => [...M[2] || (M[2] = [
7723
7729
  W(" 观看完整视频 ", -1)
7724
7730
  ])]),
7725
7731
  default: $(() => [
@@ -7736,7 +7742,7 @@ const ax = { class: "gallery-container gallery-timeline container-content" }, lx
7736
7742
  src: D.value,
7737
7743
  type: "video/mp4"
7738
7744
  }, null, 8, K5),
7739
- M[5] || (M[5] = W(" 您的浏览器不支持 video 标签。 ", -1))
7745
+ M[3] || (M[3] = W(" 您的浏览器不支持 video 标签。 ", -1))
7740
7746
  ], 512)) : j("", !0)
7741
7747
  ])
7742
7748
  ]),
@@ -7745,7 +7751,7 @@ const ax = { class: "gallery-container gallery-timeline container-content" }, lx
7745
7751
  ], 64);
7746
7752
  };
7747
7753
  }
7748
- }), Z5 = /* @__PURE__ */ he(Q5, [["__scopeId", "data-v-c0118825"]]), J5 = /* @__PURE__ */ pe({
7754
+ }), Z5 = /* @__PURE__ */ he(Q5, [["__scopeId", "data-v-3e4b99eb"]]), J5 = /* @__PURE__ */ pe({
7749
7755
  name: "HeroSlide",
7750
7756
  __name: "index",
7751
7757
  props: {
@@ -8317,7 +8323,7 @@ const ax = { class: "gallery-container gallery-timeline container-content" }, lx
8317
8323
  },
8318
8324
  emits: ["update:show"],
8319
8325
  setup(t, { emit: e }) {
8320
- const n = qe(() => import("./index-C-0R8wn6.mjs")), s = e, i = () => {
8326
+ const n = qe(() => import("./index-DJG5an4T.mjs")), s = e, i = () => {
8321
8327
  s("update:show", !1);
8322
8328
  };
8323
8329
  return (a, l) => {
@@ -9734,7 +9740,7 @@ const ax = { class: "gallery-container gallery-timeline container-content" }, lx
9734
9740
  },
9735
9741
  emits: ["update:show"],
9736
9742
  setup(t, { emit: e }) {
9737
- const n = qe(() => import("./index-C-0R8wn6.mjs")), s = e, i = () => {
9743
+ const n = qe(() => import("./index-DJG5an4T.mjs")), s = e, i = () => {
9738
9744
  s("update:show", !1);
9739
9745
  };
9740
9746
  return (a, l) => {
@@ -9916,7 +9922,7 @@ const ax = { class: "gallery-container gallery-timeline container-content" }, lx
9916
9922
  },
9917
9923
  emits: ["update:show"],
9918
9924
  setup(t, { emit: e }) {
9919
- const n = qe(() => import("vuedraggable")), s = qe(() => import("./index-C-0R8wn6.mjs")), i = U(!1), a = q(() => ({
9925
+ const n = qe(() => import("vuedraggable")), s = qe(() => import("./index-DJG5an4T.mjs")), i = U(!1), a = q(() => ({
9920
9926
  animation: 200,
9921
9927
  group: "links",
9922
9928
  // 链接专用分组
@@ -10256,7 +10262,7 @@ const ax = { class: "gallery-container gallery-timeline container-content" }, lx
10256
10262
  },
10257
10263
  emits: ["update:show"],
10258
10264
  setup(t, { emit: e }) {
10259
- const n = qe(() => import("./index-C-0R8wn6.mjs")), s = e, i = () => {
10265
+ const n = qe(() => import("./index-DJG5an4T.mjs")), s = e, i = () => {
10260
10266
  s("update:show", !1);
10261
10267
  };
10262
10268
  return (a, l) => {
@@ -10737,7 +10743,7 @@ const ax = { class: "gallery-container gallery-timeline container-content" }, lx
10737
10743
  },
10738
10744
  emits: ["update:show"],
10739
10745
  setup(t, { emit: e }) {
10740
- const n = qe(() => import("vuedraggable")), s = qe(() => import("./index-C-0R8wn6.mjs")), i = U(!1), a = q(() => ({
10746
+ const n = qe(() => import("vuedraggable")), s = qe(() => import("./index-DJG5an4T.mjs")), i = U(!1), a = q(() => ({
10741
10747
  animation: 200,
10742
10748
  group: "gallerys",
10743
10749
  // 链接专用分组
@@ -12339,7 +12345,7 @@ const Cn = W0(), xS = W0(), CS = { class: "list-sort" }, TS = ["onClick"], kS =
12339
12345
  },
12340
12346
  emits: ["update:show"],
12341
12347
  setup(t, { emit: e }) {
12342
- const n = qe(() => import("vuedraggable")), s = qe(() => import("./index-C-0R8wn6.mjs")), i = U(!1), a = q(() => ({
12348
+ const n = qe(() => import("vuedraggable")), s = qe(() => import("./index-DJG5an4T.mjs")), i = U(!1), a = q(() => ({
12343
12349
  animation: 200,
12344
12350
  group: "gallerys",
12345
12351
  // 链接专用分组
@@ -13520,7 +13526,7 @@ const Cn = W0(), xS = W0(), CS = { class: "list-sort" }, TS = ["onClick"], kS =
13520
13526
  emits: ["update:show"],
13521
13527
  setup(t, { emit: e }) {
13522
13528
  const n = qe(
13523
- () => import("./index-C-0R8wn6.mjs")
13529
+ () => import("./index-DJG5an4T.mjs")
13524
13530
  ), s = e, i = () => {
13525
13531
  s("update:show", !1);
13526
13532
  };
@@ -14941,7 +14947,7 @@ const Cn = W0(), xS = W0(), CS = { class: "list-sort" }, TS = ["onClick"], kS =
14941
14947
  setup(t, { emit: e }) {
14942
14948
  var T;
14943
14949
  const n = qe(() => import("vuedraggable")), s = qe(
14944
- () => import("./index-C-0R8wn6.mjs")
14950
+ () => import("./index-DJG5an4T.mjs")
14945
14951
  ), i = q(() => ({
14946
14952
  animation: 200,
14947
14953
  group: "links",
@@ -17050,7 +17056,7 @@ const Cn = W0(), xS = W0(), CS = { class: "list-sort" }, TS = ["onClick"], kS =
17050
17056
  emits: ["update:show"],
17051
17057
  setup(t, { emit: e }) {
17052
17058
  const n = qe(
17053
- () => import("./index-C-0R8wn6.mjs")
17059
+ () => import("./index-DJG5an4T.mjs")
17054
17060
  ), s = qe(() => import("vuedraggable")), i = t, a = U(!1), l = U(/* @__PURE__ */ new Set()), r = U(/* @__PURE__ */ new Set());
17055
17061
  Ue(
17056
17062
  () => {
@@ -18350,7 +18356,7 @@ const Cn = W0(), xS = W0(), CS = { class: "list-sort" }, TS = ["onClick"], kS =
18350
18356
  });
18351
18357
  const p = q(() => {
18352
18358
  const I = m.value;
18353
- return I >= 1280 ? 6 : I >= 992 ? 5 : I >= 768 ? 4 : 3;
18359
+ return I >= 768 ? 6 : I >= 575 ? 4 : 3;
18354
18360
  }), C = q(() => m.value >= 768 ? 2 : 3), w = q(() => {
18355
18361
  var H;
18356
18362
  return (((H = n.modelValue) == null ? void 0 : H.data) || []).reduce((Y, oe, ie) => {
@@ -18533,7 +18539,7 @@ const Cn = W0(), xS = W0(), CS = { class: "list-sort" }, TS = ["onClick"], kS =
18533
18539
  ], 64);
18534
18540
  };
18535
18541
  }
18536
- }), Fh = /* @__PURE__ */ he(ML, [["__scopeId", "data-v-1cb8195a"]]), UL = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({ __proto__: null, default: Fh }, Symbol.toStringTag, { value: "Module" })), BL = { class: "setting-content" }, RL = { class: "setting-header flex items-center" }, NL = { class: "setting-header flex items-center" }, FL = { class: "setting-body" }, HL = { class: "setting-item" }, jL = { class: "btn-group" }, qL = {
18542
+ }), Fh = /* @__PURE__ */ he(ML, [["__scopeId", "data-v-5a9764d8"]]), UL = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({ __proto__: null, default: Fh }, Symbol.toStringTag, { value: "Module" })), BL = { class: "setting-content" }, RL = { class: "setting-header flex items-center" }, NL = { class: "setting-header flex items-center" }, FL = { class: "setting-body" }, HL = { class: "setting-item" }, jL = { class: "btn-group" }, qL = {
18537
18543
  key: 0,
18538
18544
  class: "drag-handle"
18539
18545
  }, zL = ["src"], WL = { class: "item-uplaod flex items-center" }, GL = { class: "setting-item" }, XL = { class: "btn-group" }, YL = {
@@ -20659,7 +20665,7 @@ const Cn = W0(), xS = W0(), CS = { class: "list-sort" }, TS = ["onClick"], kS =
20659
20665
  },
20660
20666
  emits: ["update:show"],
20661
20667
  setup(t, { emit: e }) {
20662
- const n = qe(() => import("vuedraggable")), s = qe(() => import("./index-C-0R8wn6.mjs")), i = U(!1), a = q(() => ({
20668
+ const n = qe(() => import("vuedraggable")), s = qe(() => import("./index-DJG5an4T.mjs")), i = U(!1), a = q(() => ({
20663
20669
  animation: 200,
20664
20670
  group: "data",
20665
20671
  // 专用分组
@@ -20948,7 +20954,7 @@ const Cn = W0(), xS = W0(), CS = { class: "list-sort" }, TS = ["onClick"], kS =
20948
20954
  },
20949
20955
  emits: ["update:show"],
20950
20956
  setup(t, { emit: e }) {
20951
- const n = qe(() => import("vuedraggable")), s = qe(() => import("./index-C-0R8wn6.mjs")), i = U(!1), a = q(() => ({
20957
+ const n = qe(() => import("vuedraggable")), s = qe(() => import("./index-DJG5an4T.mjs")), i = U(!1), a = q(() => ({
20952
20958
  animation: 200,
20953
20959
  group: "data",
20954
20960
  // 专用分组
@@ -24383,7 +24389,7 @@ const QM = /* @__PURE__ */ Aa(KM), ZM = { class: "setting-content" }, JM = { cla
24383
24389
  emits: ["update:show"],
24384
24390
  setup(t, { emit: e }) {
24385
24391
  const n = qe(
24386
- () => import("./index-C-0R8wn6.mjs")
24392
+ () => import("./index-DJG5an4T.mjs")
24387
24393
  ), s = e, i = () => {
24388
24394
  s("update:show", !1);
24389
24395
  };
@@ -24599,7 +24605,7 @@ const QM = /* @__PURE__ */ Aa(KM), ZM = { class: "setting-content" }, JM = { cla
24599
24605
  emits: ["update:show"],
24600
24606
  setup(t, { emit: e }) {
24601
24607
  const n = qe(
24602
- () => import("./index-C-0R8wn6.mjs")
24608
+ () => import("./index-DJG5an4T.mjs")
24603
24609
  ), s = e, i = () => {
24604
24610
  s("update:show", !1);
24605
24611
  };
@@ -24815,7 +24821,7 @@ const QM = /* @__PURE__ */ Aa(KM), ZM = { class: "setting-content" }, JM = { cla
24815
24821
  emits: ["update:show"],
24816
24822
  setup(t, { emit: e }) {
24817
24823
  qe(
24818
- () => import("./index-C-0R8wn6.mjs")
24824
+ () => import("./index-DJG5an4T.mjs")
24819
24825
  );
24820
24826
  const n = e, s = () => {
24821
24827
  n("update:show", !1);
@@ -28411,7 +28417,7 @@ const IH = { key: 0 }, OH = {
28411
28417
  },
28412
28418
  emits: ["handleDelete", "handleCopy", "handlePaste", "handleClick"],
28413
28419
  setup(t, { emit: e }) {
28414
- const n = /* @__PURE__ */ Object.assign({ "/src/components/AccordionText/index.vue": () => Promise.resolve().then(() => uie), "/src/components/AlummiCommunityList/index.vue": () => Promise.resolve().then(() => sN), "/src/components/ArticleItem/index.vue": () => Promise.resolve().then(() => bk), "/src/components/ArticleList/index.vue": () => Promise.resolve().then(() => Nw), "/src/components/ArticleListPureText/index.vue": () => Promise.resolve().then(() => YR), "/src/components/BackgroundWrapper/index.vue": () => Promise.resolve().then(() => Rte), "/src/components/BannerImage/index.vue": () => Promise.resolve().then(() => n8), "/src/components/BannerImageWithLink/index.vue": () => Promise.resolve().then(() => OE), "/src/components/BannerPage/index.vue": () => Promise.resolve().then(() => p8), "/src/components/BannerQuote/index.vue": () => Promise.resolve().then(() => sk), "/src/components/BasicCollapse/index.vue": () => Promise.resolve().then(() => KO), "/src/components/BlessingMessage/index.vue": () => Promise.resolve().then(() => zN), "/src/components/BlessingSlider/index.vue": () => Promise.resolve().then(() => oF), "/src/components/BtnList/index.vue": () => Promise.resolve().then(() => A8), "/src/components/CardCarousel/index.vue": () => Promise.resolve().then(() => _T), "/src/components/CardCarouselArticles/index.vue": () => Promise.resolve().then(() => jB), "/src/components/CardCarouselMultiRow/index.vue": () => Promise.resolve().then(() => FT), "/src/components/CardCarouselMultiRowArticles/index.vue": () => Promise.resolve().then(() => nR), "/src/components/CardCarouselMultiRowPublications/index.vue": () => Promise.resolve().then(() => YH), "/src/components/CardListCircle/index.vue": () => Promise.resolve().then(() => Nq), "/src/components/CardListProgramme/index.vue": () => Promise.resolve().then(() => fz), "/src/components/CardListSchool/index.vue": () => Promise.resolve().then(() => Wz), "/src/components/CardShowcase/index.vue": () => Promise.resolve().then(() => BF), "/src/components/CardShowcaseProfile/index.vue": () => Promise.resolve().then(() => eV), "/src/components/CarouselLogo/index.vue": () => Promise.resolve().then(() => UL), "/src/components/CollapseCustom/index.vue": () => Promise.resolve().then(() => bne), "/src/components/ContactUsInfo/index.vue": () => Promise.resolve().then(() => w$), "/src/components/ContactUsList/index.vue": () => Promise.resolve().then(() => KV), "/src/components/CountDown/index.vue": () => Promise.resolve().then(() => yV), "/src/components/CustomIframe/index.vue": () => Promise.resolve().then(() => PV), "/src/components/CustomSpace/index.vue": () => Promise.resolve().then(() => vC), "/src/components/CustomText/index.vue": () => Promise.resolve().then(() => cR), "/src/components/DetailLink/index.vue": () => Promise.resolve().then(() => tW), "/src/components/Disc/index.vue": () => Promise.resolve().then(() => OO), "/src/components/DonorLinks/index.vue": () => Promise.resolve().then(() => N6), "/src/components/ExploreLinks/index.vue": () => Promise.resolve().then(() => XF), "/src/components/GalleryBlock/index.vue": () => Promise.resolve().then(() => TB), "/src/components/GalleryCaptionRound/index.vue": () => Promise.resolve().then(() => V3), "/src/components/GalleryDefault/index.vue": () => Promise.resolve().then(() => t3), "/src/components/GalleryList/index.vue": () => Promise.resolve().then(() => b5), "/src/components/GalleryTimeline/index.vue": () => Promise.resolve().then(() => wx), "/src/components/GalleryTimelineCol/index.vue": () => Promise.resolve().then(() => i4), "/src/components/GridLinks/index.vue": () => Promise.resolve().then(() => Hse), "/src/components/HeroSlide/index.vue": () => Promise.resolve().then(() => e6), "/src/components/InformationLink/index.vue": () => Promise.resolve().then(() => _ee), "/src/components/LinkLIst/index.vue": () => Promise.resolve().then(() => m6), "/src/components/MapStatic/index.vue": () => Promise.resolve().then(() => dL), "/src/components/MediaImageFull/index.vue": () => Promise.resolve().then(() => TR), "/src/components/MediaImageStatic/index.vue": () => Promise.resolve().then(() => MR), "/src/components/MediaLogo/index.vue": () => Promise.resolve().then(() => WM), "/src/components/MediaVideo/index.vue": () => Promise.resolve().then(() => ree), "/src/components/NewsList/index.vue": () => Promise.resolve().then(() => w9), "/src/components/Process/index.vue": () => Promise.resolve().then(() => uC), "/src/components/Publications/index.vue": () => Promise.resolve().then(() => _D), "/src/components/QuoteText/index.vue": () => import("./index-BtAEY96c.mjs"), "/src/components/RegisterForm/index.vue": () => Promise.resolve().then(() => sB), "/src/components/Resources/index.vue": () => Promise.resolve().then(() => NI), "/src/components/ResourcesTwo/index.vue": () => Promise.resolve().then(() => iO), "/src/components/RibbonBlock/index.vue": () => Promise.resolve().then(() => Dk), "/src/components/SchoolLayout/index.vue": () => Promise.resolve().then(() => BH), "/src/components/ScrollKeyInfo/index.vue": () => Promise.resolve().then(() => $P), "/src/components/TabDefault/index.vue": () => Promise.resolve().then(() => Mj), "/src/components/TabLogo/index.vue": () => Promise.resolve().then(() => wte), "/src/components/TabPage/index.vue": () => Promise.resolve().then(() => Qee), "/src/components/TabTimeLine/index.vue": () => Promise.resolve().then(() => fq), "/src/components/TableCollapse/index.vue": () => Promise.resolve().then(() => SM), "/src/components/TableTwo/index.vue": () => Promise.resolve().then(() => _E), "/src/components/TheHistoryCarousel/index.vue": () => Promise.resolve().then(() => w7), "/src/components/TimelineStory/index.vue": () => Promise.resolve().then(() => wS), "/src/components/VrTour/index.vue": () => Promise.resolve().then(() => Cse) }), s = {};
28420
+ const n = /* @__PURE__ */ Object.assign({ "/src/components/AccordionText/index.vue": () => Promise.resolve().then(() => uie), "/src/components/AlummiCommunityList/index.vue": () => Promise.resolve().then(() => sN), "/src/components/ArticleItem/index.vue": () => Promise.resolve().then(() => bk), "/src/components/ArticleList/index.vue": () => Promise.resolve().then(() => Nw), "/src/components/ArticleListPureText/index.vue": () => Promise.resolve().then(() => YR), "/src/components/BackgroundWrapper/index.vue": () => Promise.resolve().then(() => Rte), "/src/components/BannerImage/index.vue": () => Promise.resolve().then(() => n8), "/src/components/BannerImageWithLink/index.vue": () => Promise.resolve().then(() => OE), "/src/components/BannerPage/index.vue": () => Promise.resolve().then(() => p8), "/src/components/BannerQuote/index.vue": () => Promise.resolve().then(() => sk), "/src/components/BasicCollapse/index.vue": () => Promise.resolve().then(() => KO), "/src/components/BlessingMessage/index.vue": () => Promise.resolve().then(() => zN), "/src/components/BlessingSlider/index.vue": () => Promise.resolve().then(() => oF), "/src/components/BtnList/index.vue": () => Promise.resolve().then(() => A8), "/src/components/CardCarousel/index.vue": () => Promise.resolve().then(() => _T), "/src/components/CardCarouselArticles/index.vue": () => Promise.resolve().then(() => jB), "/src/components/CardCarouselMultiRow/index.vue": () => Promise.resolve().then(() => FT), "/src/components/CardCarouselMultiRowArticles/index.vue": () => Promise.resolve().then(() => nR), "/src/components/CardCarouselMultiRowPublications/index.vue": () => Promise.resolve().then(() => YH), "/src/components/CardListCircle/index.vue": () => Promise.resolve().then(() => Nq), "/src/components/CardListProgramme/index.vue": () => Promise.resolve().then(() => fz), "/src/components/CardListSchool/index.vue": () => Promise.resolve().then(() => Wz), "/src/components/CardShowcase/index.vue": () => Promise.resolve().then(() => BF), "/src/components/CardShowcaseProfile/index.vue": () => Promise.resolve().then(() => eV), "/src/components/CarouselLogo/index.vue": () => Promise.resolve().then(() => UL), "/src/components/CollapseCustom/index.vue": () => Promise.resolve().then(() => bne), "/src/components/ContactUsInfo/index.vue": () => Promise.resolve().then(() => w$), "/src/components/ContactUsList/index.vue": () => Promise.resolve().then(() => KV), "/src/components/CountDown/index.vue": () => Promise.resolve().then(() => yV), "/src/components/CustomIframe/index.vue": () => Promise.resolve().then(() => PV), "/src/components/CustomSpace/index.vue": () => Promise.resolve().then(() => vC), "/src/components/CustomText/index.vue": () => Promise.resolve().then(() => cR), "/src/components/DetailLink/index.vue": () => Promise.resolve().then(() => tW), "/src/components/Disc/index.vue": () => Promise.resolve().then(() => OO), "/src/components/DonorLinks/index.vue": () => Promise.resolve().then(() => N6), "/src/components/ExploreLinks/index.vue": () => Promise.resolve().then(() => XF), "/src/components/GalleryBlock/index.vue": () => Promise.resolve().then(() => TB), "/src/components/GalleryCaptionRound/index.vue": () => Promise.resolve().then(() => V3), "/src/components/GalleryDefault/index.vue": () => Promise.resolve().then(() => t3), "/src/components/GalleryList/index.vue": () => Promise.resolve().then(() => b5), "/src/components/GalleryTimeline/index.vue": () => Promise.resolve().then(() => wx), "/src/components/GalleryTimelineCol/index.vue": () => Promise.resolve().then(() => i4), "/src/components/GridLinks/index.vue": () => Promise.resolve().then(() => Hse), "/src/components/HeroSlide/index.vue": () => Promise.resolve().then(() => e6), "/src/components/InformationLink/index.vue": () => Promise.resolve().then(() => _ee), "/src/components/LinkLIst/index.vue": () => Promise.resolve().then(() => m6), "/src/components/MapStatic/index.vue": () => Promise.resolve().then(() => dL), "/src/components/MediaImageFull/index.vue": () => Promise.resolve().then(() => TR), "/src/components/MediaImageStatic/index.vue": () => Promise.resolve().then(() => MR), "/src/components/MediaLogo/index.vue": () => Promise.resolve().then(() => WM), "/src/components/MediaVideo/index.vue": () => Promise.resolve().then(() => ree), "/src/components/NewsList/index.vue": () => Promise.resolve().then(() => w9), "/src/components/Process/index.vue": () => Promise.resolve().then(() => uC), "/src/components/Publications/index.vue": () => Promise.resolve().then(() => _D), "/src/components/QuoteText/index.vue": () => import("./index-BA0cP57j.mjs"), "/src/components/RegisterForm/index.vue": () => Promise.resolve().then(() => sB), "/src/components/Resources/index.vue": () => Promise.resolve().then(() => NI), "/src/components/ResourcesTwo/index.vue": () => Promise.resolve().then(() => iO), "/src/components/RibbonBlock/index.vue": () => Promise.resolve().then(() => Dk), "/src/components/SchoolLayout/index.vue": () => Promise.resolve().then(() => BH), "/src/components/ScrollKeyInfo/index.vue": () => Promise.resolve().then(() => $P), "/src/components/TabDefault/index.vue": () => Promise.resolve().then(() => Mj), "/src/components/TabLogo/index.vue": () => Promise.resolve().then(() => wte), "/src/components/TabPage/index.vue": () => Promise.resolve().then(() => Qee), "/src/components/TabTimeLine/index.vue": () => Promise.resolve().then(() => fq), "/src/components/TableCollapse/index.vue": () => Promise.resolve().then(() => SM), "/src/components/TableTwo/index.vue": () => Promise.resolve().then(() => _E), "/src/components/TheHistoryCarousel/index.vue": () => Promise.resolve().then(() => w7), "/src/components/TimelineStory/index.vue": () => Promise.resolve().then(() => wS), "/src/components/VrTour/index.vue": () => Promise.resolve().then(() => Cse) }), s = {};
28415
28421
  for (const v in n)
28416
28422
  try {
28417
28423
  const h = v.split("/"), d = h[h.length - 2];
@@ -30112,7 +30118,7 @@ const IH = { key: 0 }, OH = {
30112
30118
  },
30113
30119
  emits: ["update:show"],
30114
30120
  setup(t, { emit: e }) {
30115
- const n = qe(() => import("vuedraggable")), s = qe(() => import("./index-C-0R8wn6.mjs")), i = U(!1), a = q(() => ({
30121
+ const n = qe(() => import("vuedraggable")), s = qe(() => import("./index-DJG5an4T.mjs")), i = U(!1), a = q(() => ({
30116
30122
  animation: 200,
30117
30123
  group: "programmes",
30118
30124
  // 链接专用分组
@@ -31132,7 +31138,7 @@ const IH = { key: 0 }, OH = {
31132
31138
  emits: ["update:show"],
31133
31139
  setup(t, { emit: e }) {
31134
31140
  qe(
31135
- () => import("./index-C-0R8wn6.mjs")
31141
+ () => import("./index-DJG5an4T.mjs")
31136
31142
  );
31137
31143
  const n = e, s = () => {
31138
31144
  n("update:show", !1);
@@ -31342,7 +31348,7 @@ const IH = { key: 0 }, OH = {
31342
31348
  emits: ["update:show"],
31343
31349
  setup(t, { emit: e }) {
31344
31350
  qe(
31345
- () => import("./index-C-0R8wn6.mjs")
31351
+ () => import("./index-DJG5an4T.mjs")
31346
31352
  );
31347
31353
  const n = e, s = () => {
31348
31354
  n("update:show", !1);
@@ -67406,7 +67412,7 @@ const ZJ = /* @__PURE__ */ he(XJ, [["render", QJ], ["__scopeId", "data-v-c5a2a3e
67406
67412
  emits: ["update:show"],
67407
67413
  setup(t, { emit: e }) {
67408
67414
  qe(
67409
- () => import("./index-C-0R8wn6.mjs")
67415
+ () => import("./index-DJG5an4T.mjs")
67410
67416
  );
67411
67417
  const n = e, s = () => {
67412
67418
  n("update:show", !1);
@@ -71075,7 +71081,7 @@ const ine = /* @__PURE__ */ Aa(sne), ane = { class: "setting-content" }, lne = {
71075
71081
  },
71076
71082
  emits: ["update:show"],
71077
71083
  setup(t, { emit: e }) {
71078
- const n = qe(() => import("vuedraggable")), s = qe(() => import("./index-C-0R8wn6.mjs")), i = U(!1), a = q(() => ({
71084
+ const n = qe(() => import("vuedraggable")), s = qe(() => import("./index-DJG5an4T.mjs")), i = U(!1), a = q(() => ({
71079
71085
  animation: 200,
71080
71086
  group: "gallerys",
71081
71087
  disabled: !1,