officialblock 1.8.8 → 1.8.9

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,n,s)=>n in l?T(l,n,{enumerable:!0,configurable:!0,writable:!0,value:s}):l[n]=s;var r=(l,n,s)=>_(l,typeof n!="symbol"?n+"":n,s);Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("vue"),V=require("@wangeditor/editor-for-vue"),M=require("@wangeditor/editor"),U=require("./index-BtMGqZlf.js"),E={class:"rich-text-editor"},q=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(l,{expose:n,emit:s}){const a=l,c=s,o=t.shallowRef(),i=t.ref(""),B=t.computed(()=>typeof a.height=="number"?`${a.height}px`:a.height),p=t.inject("handleUpload",()=>{}),m=t.inject("fileUrl",null),g=t.inject("chooseName",null),f=t.ref(""),v=t.ref(null),b=()=>{if(!p){console.warn("Upload: handleUpload function not provided by ancestor");return}if(o.value)try{const e=o.value.selection;e&&(v.value={anchor:{path:[...e.anchor.path],offset:e.anchor.offset},focus:{path:[...e.focus.path],offset:e.focus.offset}})}catch(e){console.warn("保存光标位置失败:",e)}p(!0,a.name+"_"+f.value)};t.watch(()=>[m==null?void 0:m.value,g==null?void 0:g.value],([e,u])=>{!e||!u||u!==a.name+"_"+f.value||o.value&&t.nextTick(()=>{var d,C;if(o.value){try{if(o.value.focus(),v.value)try{o.value.select(v.value)}catch(h){console.warn("恢复光标位置失败,使用默认位置:",h)}}catch(h){console.warn("聚焦编辑器失败:",h)}if(f.value==="img"){const y=`<img src="${e}" alt="图片" style="max-width: 100%;">`;(d=o.value)==null||d.dangerouslyInsertHtml(y)}else{const y=`<video src="${e}" controls style="max-width: 100%;"></video>`;(C=o.value)==null||C.dangerouslyInsertHtml(y)}v.value=null}})},{immediate:!1});class S{constructor(){r(this,"title");r(this,"tag");r(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("点击了自定义上传图片菜单"),f.value="img",b()})}}class k{constructor(){r(this,"title");r(this,"tag");r(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(()=>{f.value="video",b()})}}const x={toolbarKeys:["headerSelect","bold","italic","through","underline","color","fontSize","lineHeight","delIndent","indent","divider","insertTable","justifyCenter","justifyJustify","justifyLeft","justifyRight","undo","redo","clearStyle","codeBlock"]},w={placeholder:a.placeholder,readOnly:a.disabled,maxLength:a.maxLength,MENU_CONF:{}},H=e=>{o.value=e;const u={key:"CustomImageMenu",factory(){return new S}},d={key:"CustomVideoMenu",factory(){return new k}};M.Boot.registerMenu(u),M.Boot.registerMenu(d),x.insertKeys={index:0,keys:["CustomImageMenu","CustomVideoMenu"]},c("created",e)};t.onBeforeUnmount(()=>{const e=o.value;e!=null&&e.destroy()}),t.watch(()=>a.modelValue,e=>{e!==i.value&&(i.value=e||"")},{immediate:!0});const j=e=>{c("update:modelValue",i.value),c("change",e)},z=()=>{o.value=void 0},I=e=>{c("focus",e)},O=e=>{c("blur",e)};return n({editor:o,getHtml:()=>i.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,u)=>(t.openBlock(),t.createElementBlock("div",E,[t.createVNode(t.unref(V.Toolbar),{class:"editor-toolbar",editor:o.value,defaultConfig:x,mode:l.mode},null,8,["editor","mode"]),t.createVNode(t.unref(V.Editor),{class:"editor-content",style:t.normalizeStyle({height:B.value}),modelValue:i.value,"onUpdate:modelValue":u[0]||(u[0]=d=>i.value=d),defaultConfig:w,mode:l.mode,onOnCreated:H,onOnChange:j,onOnDestroyed:z,onOnFocus:I,onOnBlur:O},null,8,["style","modelValue","mode"])]))}}),D=U._(q,[["__scopeId","data-v-fe5517dc"]]);exports.default=D;
1
+ "use strict";var T=Object.defineProperty;var _=(l,n,s)=>n in l?T(l,n,{enumerable:!0,configurable:!0,writable:!0,value:s}):l[n]=s;var r=(l,n,s)=>_(l,typeof n!="symbol"?n+"":n,s);Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("vue"),V=require("@wangeditor/editor-for-vue"),M=require("@wangeditor/editor"),U=require("./index-DmOrQiaG.js"),E={class:"rich-text-editor"},q=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(l,{expose:n,emit:s}){const a=l,c=s,o=t.shallowRef(),i=t.ref(""),B=t.computed(()=>typeof a.height=="number"?`${a.height}px`:a.height),p=t.inject("handleUpload",()=>{}),m=t.inject("fileUrl",null),g=t.inject("chooseName",null),f=t.ref(""),v=t.ref(null),b=()=>{if(!p){console.warn("Upload: handleUpload function not provided by ancestor");return}if(o.value)try{const e=o.value.selection;e&&(v.value={anchor:{path:[...e.anchor.path],offset:e.anchor.offset},focus:{path:[...e.focus.path],offset:e.focus.offset}})}catch(e){console.warn("保存光标位置失败:",e)}p(!0,a.name+"_"+f.value)};t.watch(()=>[m==null?void 0:m.value,g==null?void 0:g.value],([e,u])=>{!e||!u||u!==a.name+"_"+f.value||o.value&&t.nextTick(()=>{var d,C;if(o.value){try{if(o.value.focus(),v.value)try{o.value.select(v.value)}catch(h){console.warn("恢复光标位置失败,使用默认位置:",h)}}catch(h){console.warn("聚焦编辑器失败:",h)}if(f.value==="img"){const y=`<img src="${e}" alt="图片" style="max-width: 100%;">`;(d=o.value)==null||d.dangerouslyInsertHtml(y)}else{const y=`<video src="${e}" controls style="max-width: 100%;"></video>`;(C=o.value)==null||C.dangerouslyInsertHtml(y)}v.value=null}})},{immediate:!1});class S{constructor(){r(this,"title");r(this,"tag");r(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("点击了自定义上传图片菜单"),f.value="img",b()})}}class k{constructor(){r(this,"title");r(this,"tag");r(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(()=>{f.value="video",b()})}}const x={toolbarKeys:["headerSelect","bold","italic","through","underline","color","fontSize","lineHeight","delIndent","indent","divider","insertTable","justifyCenter","justifyJustify","justifyLeft","justifyRight","undo","redo","clearStyle","codeBlock"]},w={placeholder:a.placeholder,readOnly:a.disabled,maxLength:a.maxLength,MENU_CONF:{}},H=e=>{o.value=e;const u={key:"CustomImageMenu",factory(){return new S}},d={key:"CustomVideoMenu",factory(){return new k}};M.Boot.registerMenu(u),M.Boot.registerMenu(d),x.insertKeys={index:0,keys:["CustomImageMenu","CustomVideoMenu"]},c("created",e)};t.onBeforeUnmount(()=>{const e=o.value;e!=null&&e.destroy()}),t.watch(()=>a.modelValue,e=>{e!==i.value&&(i.value=e||"")},{immediate:!0});const j=e=>{c("update:modelValue",i.value),c("change",e)},z=()=>{o.value=void 0},I=e=>{c("focus",e)},O=e=>{c("blur",e)};return n({editor:o,getHtml:()=>i.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,u)=>(t.openBlock(),t.createElementBlock("div",E,[t.createVNode(t.unref(V.Toolbar),{class:"editor-toolbar",editor:o.value,defaultConfig:x,mode:l.mode},null,8,["editor","mode"]),t.createVNode(t.unref(V.Editor),{class:"editor-content",style:t.normalizeStyle({height:B.value}),modelValue:i.value,"onUpdate:modelValue":u[0]||(u[0]=d=>i.value=d),defaultConfig:w,mode:l.mode,onOnCreated:H,onOnChange:j,onOnDestroyed:z,onOnFocus:I,onOnBlur:O},null,8,["style","modelValue","mode"])]))}}),D=U._(q,[["__scopeId","data-v-fe5517dc"]]);exports.default=D;
@@ -6,12 +6,7 @@ import Ns from "simplebar-vue";
6
6
  import { gsap as Ga } from "gsap";
7
7
  import { Swiper as qt, SwiperSlide as Kt } from "swiper/vue";
8
8
  import { Navigation as vl, Pagination as ol, Autoplay as Zl, Parallax as Fs, EffectFade as zs } from "swiper/modules";
9
- import "swiper/css";
10
- import "swiper/css/navigation";
11
- import "swiper/css/pagination";
12
9
  import { Splide as Ws, SplideSlide as Ys } from "@splidejs/vue-splide";
13
- import "@splidejs/vue-splide/css";
14
- import "swiper/css/autoplay";
15
10
  import "axios";
16
11
  function A(e = 16) {
17
12
  const u = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
@@ -416,7 +411,7 @@ const Gs = { class: "button-text" }, qs = { class: "link-text" }, Ks = /* @__PUR
416
411
  },
417
412
  emits: ["update:show"],
418
413
  setup(e, { emit: u }) {
419
- const l = Le(() => import("vuedraggable")), n = Le(() => import("./index-CYR-Rdk1.mjs")), i = U(!1), s = R(() => ({
414
+ const l = Le(() => import("vuedraggable")), n = Le(() => import("./index-Dr72cGX2.mjs")), i = U(!1), s = R(() => ({
420
415
  animation: 200,
421
416
  group: "item",
422
417
  disabled: !1,
@@ -2389,7 +2384,7 @@ const Gs = { class: "button-text" }, qs = { class: "link-text" }, Ks = /* @__PUR
2389
2384
  ], 64);
2390
2385
  };
2391
2386
  }
2392
- }), wo = /* @__PURE__ */ ae(mr, [["__scopeId", "data-v-38153845"]]), pr = { class: "setting-content" }, vr = { class: "setting-header flex items-center" }, fr = { class: "setting-header flex items-center" }, gr = { class: "setting-header flex items-center" }, hr = { class: "setting-header flex items-center" }, yr = { class: "setting-body" }, wr = { class: "setting-item" }, br = { class: "btn-group" }, _r = {
2387
+ }), wo = /* @__PURE__ */ ae(mr, [["__scopeId", "data-v-8b3f268b"]]), pr = { class: "setting-content" }, vr = { class: "setting-header flex items-center" }, fr = { class: "setting-header flex items-center" }, gr = { class: "setting-header flex items-center" }, hr = { class: "setting-header flex items-center" }, yr = { class: "setting-body" }, wr = { class: "setting-item" }, br = { class: "btn-group" }, _r = {
2393
2388
  key: 0,
2394
2389
  class: "drag-handle"
2395
2390
  }, xr = ["src"], kr = { class: "item-uplaod flex items-center" }, Vr = /* @__PURE__ */ le({
@@ -2744,7 +2739,7 @@ const Gs = { class: "button-text" }, qs = { class: "link-text" }, Ks = /* @__PUR
2744
2739
  ], 64);
2745
2740
  };
2746
2741
  }
2747
- }), bo = /* @__PURE__ */ ae(Er, [["__scopeId", "data-v-777a9085"]]), Hr = { class: "setting-content" }, Or = { class: "setting-header flex items-center" }, Br = { class: "setting-body" }, Ar = { class: "setting-item" }, jr = { class: "btn-group" }, Rr = {
2742
+ }), bo = /* @__PURE__ */ ae(Er, [["__scopeId", "data-v-1597f5dc"]]), Hr = { class: "setting-content" }, Or = { class: "setting-header flex items-center" }, Br = { class: "setting-body" }, Ar = { class: "setting-item" }, jr = { class: "btn-group" }, Rr = {
2748
2743
  key: 0,
2749
2744
  class: "drag-handle"
2750
2745
  }, Nr = ["src"], Fr = { class: "item-uplaod flex items-center" }, zr = { class: "item-action flex items-center" }, Wr = /* @__PURE__ */ le({
@@ -2762,7 +2757,7 @@ const Gs = { class: "button-text" }, qs = { class: "link-text" }, Ks = /* @__PUR
2762
2757
  },
2763
2758
  emits: ["update:show"],
2764
2759
  setup(e, { emit: u }) {
2765
- const l = Le(() => import("vuedraggable")), n = Le(() => import("./index-CYR-Rdk1.mjs")), i = U(!1), s = R(() => ({
2760
+ const l = Le(() => import("vuedraggable")), n = Le(() => import("./index-Dr72cGX2.mjs")), i = U(!1), s = R(() => ({
2766
2761
  animation: 200,
2767
2762
  group: "gallerys",
2768
2763
  // 链接专用分组
@@ -4334,7 +4329,7 @@ const mu = { class: "gallery-timeline" }, pu = { class: "gallery-timeline__list"
4334
4329
  },
4335
4330
  emits: ["update:show"],
4336
4331
  setup(e, { emit: u }) {
4337
- const l = Le(() => import("vuedraggable")), n = Le(() => import("./index-CYR-Rdk1.mjs")), i = U(!1), s = R(() => ({
4332
+ const l = Le(() => import("vuedraggable")), n = Le(() => import("./index-Dr72cGX2.mjs")), i = U(!1), s = R(() => ({
4338
4333
  animation: 200,
4339
4334
  group: "gallerys",
4340
4335
  // 链接专用分组
@@ -5207,7 +5202,7 @@ const mu = { class: "gallery-timeline" }, pu = { class: "gallery-timeline__list"
5207
5202
  },
5208
5203
  emits: ["update:show"],
5209
5204
  setup(e, { emit: u }) {
5210
- const l = Le(() => import("vuedraggable")), n = Le(() => import("./index-CYR-Rdk1.mjs")), i = U(!1), s = R(() => ({
5205
+ const l = Le(() => import("vuedraggable")), n = Le(() => import("./index-Dr72cGX2.mjs")), i = U(!1), s = R(() => ({
5211
5206
  animation: 200,
5212
5207
  group: "btns",
5213
5208
  // 链接专用分组
@@ -5964,7 +5959,7 @@ const mu = { class: "gallery-timeline" }, pu = { class: "gallery-timeline__list"
5964
5959
  }
5965
5960
  },
5966
5961
  setup(e) {
5967
- const u = Le(() => import("vuedraggable")), l = Le(() => import("./index-CYR-Rdk1.mjs")), n = U(!1), i = R(() => ({
5962
+ const u = Le(() => import("vuedraggable")), l = Le(() => import("./index-Dr72cGX2.mjs")), n = U(!1), i = R(() => ({
5968
5963
  animation: 200,
5969
5964
  group: "buttons",
5970
5965
  // 按钮专用分组
@@ -7224,8 +7219,9 @@ const mu = { class: "gallery-timeline" }, pu = { class: "gallery-timeline__list"
7224
7219
  let i = null, s = 0, r = null, h = null, g = null, V = null, k = null;
7225
7220
  const c = async () => {
7226
7221
  try {
7222
+ console.log("🚀 Swiper组件: 开始初始化 Swiper...");
7227
7223
  const P = await import("swiper"), { Navigation: D, Pagination: K, Autoplay: j } = await import("swiper/modules");
7228
- h = P.Swiper, g = D, V = K, k = j, await import("swiper/css"), await import("swiper/css/navigation"), await import("swiper/css/pagination"), n.value && (i = new h(n.value, {
7224
+ h = P.Swiper, g = D, V = K, k = j, console.log("📦 Swiper组件: Swiper 模块导入成功", { Swiper: h, Navigation: g, Pagination: V, Autoplay: k }), console.log("🎨 Swiper组件: 样式已在组件库入口文件中导入"), n.value ? (console.log("🔧 Swiper组件: 开始创建 Swiper 实例..."), i = new h(n.value, {
7229
7225
  modules: [g, V, k],
7230
7226
  autoHeight: !1,
7231
7227
  // 禁用自适应高度,使用固定高度
@@ -7257,9 +7253,9 @@ const mu = { class: "gallery-timeline" }, pu = { class: "gallery-timeline__list"
7257
7253
  }, 100);
7258
7254
  }
7259
7255
  }
7260
- }));
7256
+ }), console.log("✅ Swiper组件: Swiper 实例创建成功", i)) : console.error("❌ Swiper组件: swiperContainer 元素未找到");
7261
7257
  } catch (P) {
7262
- console.error("Failed to load Swiper:", P);
7258
+ console.error(" Swiper组件: 初始化失败:", P);
7263
7259
  }
7264
7260
  }, a = U(0), v = () => {
7265
7261
  r && (clearTimeout(r), r = null);
@@ -7392,7 +7388,7 @@ const mu = { class: "gallery-timeline" }, pu = { class: "gallery-timeline__list"
7392
7388
  ], 64);
7393
7389
  };
7394
7390
  }
7395
- }), Yp = /* @__PURE__ */ ae(Wp, [["__scopeId", "data-v-f46c25de"]]), Gp = /* @__PURE__ */ le({
7391
+ }), Yp = /* @__PURE__ */ ae(Wp, [["__scopeId", "data-v-5b74de9e"]]), Gp = /* @__PURE__ */ le({
7396
7392
  name: "HeroSlide",
7397
7393
  __name: "index",
7398
7394
  props: {
@@ -7908,7 +7904,7 @@ const mu = { class: "gallery-timeline" }, pu = { class: "gallery-timeline__list"
7908
7904
  },
7909
7905
  emits: ["update:show"],
7910
7906
  setup(e, { emit: u }) {
7911
- const l = Le(() => import("./index-CYR-Rdk1.mjs")), n = u, i = () => {
7907
+ const l = Le(() => import("./index-Dr72cGX2.mjs")), n = u, i = () => {
7912
7908
  n("update:show", !1);
7913
7909
  };
7914
7910
  return (s, r) => {
@@ -9704,7 +9700,7 @@ const mu = { class: "gallery-timeline" }, pu = { class: "gallery-timeline__list"
9704
9700
  },
9705
9701
  emits: ["update:show"],
9706
9702
  setup(e, { emit: u }) {
9707
- const l = Le(() => import("./index-CYR-Rdk1.mjs")), n = u, i = () => {
9703
+ const l = Le(() => import("./index-Dr72cGX2.mjs")), n = u, i = () => {
9708
9704
  n("update:show", !1);
9709
9705
  };
9710
9706
  return (s, r) => {
@@ -9874,7 +9870,7 @@ const mu = { class: "gallery-timeline" }, pu = { class: "gallery-timeline__list"
9874
9870
  },
9875
9871
  emits: ["update:show"],
9876
9872
  setup(e, { emit: u }) {
9877
- const l = Le(() => import("vuedraggable")), n = Le(() => import("./index-CYR-Rdk1.mjs")), i = U(!1), s = R(() => ({
9873
+ const l = Le(() => import("vuedraggable")), n = Le(() => import("./index-Dr72cGX2.mjs")), i = U(!1), s = R(() => ({
9878
9874
  animation: 200,
9879
9875
  group: "links",
9880
9876
  // 链接专用分组
@@ -10200,7 +10196,7 @@ const mu = { class: "gallery-timeline" }, pu = { class: "gallery-timeline__list"
10200
10196
  },
10201
10197
  emits: ["update:show"],
10202
10198
  setup(e, { emit: u }) {
10203
- const l = Le(() => import("./index-CYR-Rdk1.mjs")), n = u, i = () => {
10199
+ const l = Le(() => import("./index-Dr72cGX2.mjs")), n = u, i = () => {
10204
10200
  n("update:show", !1);
10205
10201
  };
10206
10202
  return (s, r) => {
@@ -10669,7 +10665,7 @@ const mu = { class: "gallery-timeline" }, pu = { class: "gallery-timeline__list"
10669
10665
  },
10670
10666
  emits: ["update:show"],
10671
10667
  setup(e, { emit: u }) {
10672
- const l = Le(() => import("vuedraggable")), n = Le(() => import("./index-CYR-Rdk1.mjs")), i = U(!1), s = R(() => ({
10668
+ const l = Le(() => import("vuedraggable")), n = Le(() => import("./index-Dr72cGX2.mjs")), i = U(!1), s = R(() => ({
10673
10669
  animation: 200,
10674
10670
  group: "gallerys",
10675
10671
  // 链接专用分组
@@ -12456,7 +12452,7 @@ const Xt = ss(), Zf = ss(), Jf = { class: "list-sort" }, eg = ["onClick"], tg =
12456
12452
  },
12457
12453
  emits: ["update:show"],
12458
12454
  setup(e, { emit: u }) {
12459
- const l = Le(() => import("vuedraggable")), n = Le(() => import("./index-CYR-Rdk1.mjs")), i = U(!1), s = R(() => ({
12455
+ const l = Le(() => import("vuedraggable")), n = Le(() => import("./index-Dr72cGX2.mjs")), i = U(!1), s = R(() => ({
12460
12456
  animation: 200,
12461
12457
  group: "gallerys",
12462
12458
  // 链接专用分组
@@ -13586,7 +13582,7 @@ const Xt = ss(), Zf = ss(), Jf = { class: "list-sort" }, eg = ["onClick"], tg =
13586
13582
  },
13587
13583
  emits: ["update:show"],
13588
13584
  setup(e, { emit: u }) {
13589
- const l = Le(() => import("./index-CYR-Rdk1.mjs")), n = u, i = U({
13585
+ const l = Le(() => import("./index-Dr72cGX2.mjs")), n = u, i = U({
13590
13586
  title: "",
13591
13587
  content: "",
13592
13588
  imgSrc: "https://osswebsite.ycyw.com/media-library/ywies-bj/images/home/ywies-tx.jpg"
@@ -14917,7 +14913,7 @@ const Xt = ss(), Zf = ss(), Jf = { class: "list-sort" }, eg = ["onClick"], tg =
14917
14913
  },
14918
14914
  emits: ["update:show"],
14919
14915
  setup(e, { emit: u }) {
14920
- const l = Le(() => import("vuedraggable")), n = Le(() => import("./index-CYR-Rdk1.mjs")), i = R(() => ({
14916
+ const l = Le(() => import("vuedraggable")), n = Le(() => import("./index-Dr72cGX2.mjs")), i = R(() => ({
14921
14917
  animation: 200,
14922
14918
  group: "links",
14923
14919
  // 链接专用分组
@@ -16936,7 +16932,7 @@ const Xt = ss(), Zf = ss(), Jf = { class: "list-sort" }, eg = ["onClick"], tg =
16936
16932
  },
16937
16933
  emits: ["update:show"],
16938
16934
  setup(e, { emit: u }) {
16939
- const l = Le(() => import("./index-CYR-Rdk1.mjs")), n = Le(() => import("vuedraggable")), i = e, s = U(!1), r = U(/* @__PURE__ */ new Set()), h = U(/* @__PURE__ */ new Set());
16935
+ const l = Le(() => import("./index-Dr72cGX2.mjs")), n = Le(() => import("vuedraggable")), i = e, s = U(!1), r = U(/* @__PURE__ */ new Set()), h = U(/* @__PURE__ */ new Set());
16940
16936
  De(
16941
16937
  () => {
16942
16938
  var $;
@@ -20096,7 +20092,7 @@ const Xt = ss(), Zf = ss(), Jf = { class: "list-sort" }, eg = ["onClick"], tg =
20096
20092
  },
20097
20093
  emits: ["update:show"],
20098
20094
  setup(e, { emit: u }) {
20099
- const l = Le(() => import("vuedraggable")), n = Le(() => import("./index-CYR-Rdk1.mjs")), i = U(!1), s = R(() => ({
20095
+ const l = Le(() => import("vuedraggable")), n = Le(() => import("./index-Dr72cGX2.mjs")), i = U(!1), s = R(() => ({
20100
20096
  animation: 200,
20101
20097
  group: "data",
20102
20098
  // 专用分组
@@ -20373,7 +20369,7 @@ const Xt = ss(), Zf = ss(), Jf = { class: "list-sort" }, eg = ["onClick"], tg =
20373
20369
  },
20374
20370
  emits: ["update:show"],
20375
20371
  setup(e, { emit: u }) {
20376
- const l = Le(() => import("vuedraggable")), n = Le(() => import("./index-CYR-Rdk1.mjs")), i = U(!1), s = R(() => ({
20372
+ const l = Le(() => import("vuedraggable")), n = Le(() => import("./index-Dr72cGX2.mjs")), i = U(!1), s = R(() => ({
20377
20373
  animation: 200,
20378
20374
  group: "data",
20379
20375
  // 专用分组
@@ -26261,207 +26257,207 @@ const Xt = ss(), Zf = ss(), Jf = { class: "list-sort" }, eg = ["onClick"], tg =
26261
26257
  ], 64);
26262
26258
  };
26263
26259
  }
26264
- }), Hs = /* @__PURE__ */ ae(Z3, [["__scopeId", "data-v-5cb8cc0f"]]), p4 = {
26260
+ }), Hs = /* @__PURE__ */ ae(Z3, [["__scopeId", "data-v-5cb8cc0f"]]), d4 = {
26265
26261
  install: (e) => {
26266
26262
  e.component("RibbonBlock", ns);
26267
26263
  }
26268
- }, v4 = {
26264
+ }, r4 = {
26269
26265
  install: (e) => {
26270
26266
  e.component("TimelineStory", os);
26271
26267
  }
26272
- }, f4 = {
26268
+ }, u4 = {
26273
26269
  install: (e) => {
26274
26270
  e.component("NewsList", is);
26275
26271
  }
26276
- }, g4 = {
26272
+ }, c4 = {
26277
26273
  install: (e) => {
26278
26274
  e.component("TheHistoryCarousel", ds);
26279
26275
  }
26280
- }, h4 = {
26276
+ }, m4 = {
26281
26277
  install: (e) => {
26282
26278
  e.component("CardShowcaseProfile", rs);
26283
26279
  }
26284
- }, y4 = {
26280
+ }, p4 = {
26285
26281
  install: (e) => {
26286
26282
  e.component("ArticleList", Sn);
26287
26283
  }
26288
- }, w4 = {
26284
+ }, v4 = {
26289
26285
  install: (e) => {
26290
26286
  e.component("BannerImage", ho);
26291
26287
  }
26292
- }, b4 = {
26288
+ }, f4 = {
26293
26289
  install: (e) => {
26294
26290
  e.component("BannerPage", yo);
26295
26291
  }
26296
- }, _4 = {
26292
+ }, g4 = {
26297
26293
  install: (e) => {
26298
26294
  e.component("BtnList", Pn);
26299
26295
  }
26300
- }, x4 = {
26296
+ }, h4 = {
26301
26297
  install: (e) => {
26302
26298
  e.component("GalleryDefault", wo);
26303
26299
  }
26304
- }, k4 = {
26300
+ }, y4 = {
26305
26301
  install: (e) => {
26306
26302
  e.component("GalleryCaptionRound", bo);
26307
26303
  }
26308
- }, V4 = {
26304
+ }, w4 = {
26309
26305
  install: (e) => {
26310
26306
  e.component("GalleryTimeline", Wo);
26311
26307
  }
26312
- }, $4 = {
26308
+ }, b4 = {
26313
26309
  install: (e) => {
26314
26310
  e.component("GalleryTimelineCol", Yo);
26315
26311
  }
26316
- }, C4 = {
26312
+ }, _4 = {
26317
26313
  install: (e) => {
26318
26314
  e.component("Process", Go);
26319
26315
  }
26320
- }, S4 = {
26316
+ }, x4 = {
26321
26317
  install: (e) => {
26322
26318
  e.component("CustomSpace", qo);
26323
26319
  }
26324
- }, L4 = {
26320
+ }, k4 = {
26325
26321
  install: (e) => {
26326
26322
  e.component("GalleryList", Ko);
26327
26323
  }
26328
- }, P4 = {
26324
+ }, V4 = {
26329
26325
  install: (e) => {
26330
26326
  e.component("HeroSlide", Xo);
26331
26327
  }
26332
- }, U4 = {
26328
+ }, $4 = {
26333
26329
  install: (e) => {
26334
26330
  e.component("LinkList", Qo);
26335
26331
  }
26336
- }, T4 = {
26332
+ }, C4 = {
26337
26333
  install: (e) => {
26338
26334
  e.component("QuoteText", Zo);
26339
26335
  }
26340
- }, D4 = {
26336
+ }, S4 = {
26341
26337
  install: (e) => {
26342
26338
  e.component("DonorLinks", Jo);
26343
26339
  }
26344
- }, I4 = {
26340
+ }, L4 = {
26345
26341
  install: (e) => {
26346
26342
  e.component("CardCarousel", es);
26347
26343
  }
26348
- }, M4 = {
26344
+ }, P4 = {
26349
26345
  install: (e) => {
26350
26346
  e.component("CardCarouselMultiRow", ts);
26351
26347
  }
26352
- }, E4 = {
26348
+ }, U4 = {
26353
26349
  install: (e) => {
26354
26350
  e.component("BannerQuote", ls);
26355
26351
  }
26356
- }, H4 = {
26352
+ }, T4 = {
26357
26353
  install: (e) => {
26358
26354
  e.component("ArticleItem", as);
26359
26355
  }
26360
- }, O4 = {
26356
+ }, D4 = {
26361
26357
  install: (e) => {
26362
26358
  e.component("CountDown", us);
26363
26359
  }
26364
- }, B4 = {
26360
+ }, I4 = {
26365
26361
  install: (e) => {
26366
26362
  e.component("CustomIframe", cs);
26367
26363
  }
26368
- }, A4 = {
26364
+ }, M4 = {
26369
26365
  install: (e) => {
26370
26366
  e.component("BannerImageWithLink", vs);
26371
26367
  }
26372
- }, j4 = {
26368
+ }, E4 = {
26373
26369
  install: (e) => {
26374
26370
  e.component("ContactUsList", ms);
26375
26371
  }
26376
- }, R4 = {
26372
+ }, H4 = {
26377
26373
  install: (e) => {
26378
26374
  e.component("TableTwo", ps);
26379
26375
  }
26380
- }, N4 = {
26376
+ }, O4 = {
26381
26377
  install: (e) => {
26382
26378
  e.component("ScrollKeyInfo", Ry);
26383
26379
  }
26384
- }, F4 = {
26380
+ }, B4 = {
26385
26381
  install: (e) => {
26386
26382
  e.component("ContactUsInfo", fs);
26387
26383
  }
26388
- }, z4 = {
26384
+ }, A4 = {
26389
26385
  install: (e) => {
26390
26386
  e.component("Publications", gs);
26391
26387
  }
26392
- }, W4 = {
26388
+ }, j4 = {
26393
26389
  install: (e) => {
26394
26390
  e.component("MapStatic", hs);
26395
26391
  }
26396
- }, Y4 = {
26392
+ }, R4 = {
26397
26393
  install: (e) => {
26398
26394
  e.component("CardCarouselArticles", l8);
26399
26395
  }
26400
- }, G4 = {
26396
+ }, N4 = {
26401
26397
  install: (e) => {
26402
26398
  e.component("CarouselLogo", ys);
26403
26399
  }
26404
- }, q4 = {
26400
+ }, F4 = {
26405
26401
  install: (e) => {
26406
26402
  e.component("Resources", ws);
26407
26403
  }
26408
- }, K4 = {
26404
+ }, z4 = {
26409
26405
  install: (e) => {
26410
26406
  e.component("ResourcesTwo", bs);
26411
26407
  }
26412
- }, X4 = {
26408
+ }, W4 = {
26413
26409
  install: (e) => {
26414
26410
  e.component("Disc", _s);
26415
26411
  }
26416
- }, Q4 = {
26412
+ }, Y4 = {
26417
26413
  install: (e) => {
26418
26414
  e.component("BasicCollapse", ks);
26419
26415
  }
26420
- }, Z4 = {
26416
+ }, G4 = {
26421
26417
  install: (e) => {
26422
26418
  e.component("TableCollapse", Vs);
26423
26419
  }
26424
- }, J4 = {
26420
+ }, q4 = {
26425
26421
  install: (e) => {
26426
26422
  e.component("MediaLogo", An);
26427
26423
  }
26428
- }, e5 = {
26424
+ }, K4 = {
26429
26425
  install: (e) => {
26430
26426
  e.component("RegisterForm", $s);
26431
26427
  }
26432
- }, t5 = {
26428
+ }, X4 = {
26433
26429
  install: (e) => {
26434
26430
  e.component("GalleryBlock", Cs);
26435
26431
  }
26436
- }, l5 = {
26432
+ }, Q4 = {
26437
26433
  install: (e) => {
26438
26434
  e.component("CardCarouselMultiRowArticles", Ss);
26439
26435
  }
26440
- }, a5 = {
26436
+ }, Z4 = {
26441
26437
  install: (e) => {
26442
26438
  e.component("AlummiCommunityList", Ls);
26443
26439
  }
26444
- }, n5 = {
26440
+ }, J4 = {
26445
26441
  install: (e) => {
26446
26442
  e.component("BlessingMessage", Us);
26447
26443
  }
26448
- }, o5 = {
26444
+ }, e5 = {
26449
26445
  install: (e) => {
26450
26446
  e.component("BlessingSlider", Ts);
26451
26447
  }
26452
- }, s5 = {
26448
+ }, t5 = {
26453
26449
  install: (e) => {
26454
26450
  e.component("CardShowcase", Ds);
26455
26451
  }
26456
- }, i5 = {
26452
+ }, l5 = {
26457
26453
  install: (e) => {
26458
26454
  e.component("ExploreLinks", Is);
26459
26455
  }
26460
- }, d5 = {
26456
+ }, a5 = {
26461
26457
  install: (e) => {
26462
26458
  e.component("SchoolLayout", Es);
26463
26459
  }
26464
- }, r5 = {
26460
+ }, n5 = {
26465
26461
  install: (e) => {
26466
26462
  e.component("CardCarouselMultiRowPublications", Hs);
26467
26463
  }
@@ -26499,7 +26495,7 @@ const Xt = ss(), Zf = ss(), Jf = { class: "list-sort" }, eg = ["onClick"], tg =
26499
26495
  spacing: "20px"
26500
26496
  }
26501
26497
  }, Pt = U(Cn.default), tl = U(!1);
26502
- function u5() {
26498
+ function o5() {
26503
26499
  const e = (f) => {
26504
26500
  typeof f == "string" ? Pt.value = { ...Cn[f] } : Pt.value = { ...f }, n();
26505
26501
  }, u = (f) => {
@@ -26560,7 +26556,7 @@ function u5() {
26560
26556
  getSpacing: g
26561
26557
  };
26562
26558
  }
26563
- class c5 {
26559
+ class s5 {
26564
26560
  /**
26565
26561
  * 将十六进制颜色转换为RGB
26566
26562
  */
@@ -26646,7 +26642,7 @@ class c5 {
26646
26642
  );
26647
26643
  }
26648
26644
  }
26649
- class m5 {
26645
+ class i5 {
26650
26646
  /**
26651
26647
  * 获取当前屏幕断点(SSR 安全)
26652
26648
  */
@@ -26738,7 +26734,7 @@ nn(J3, "easing", {
26738
26734
  easeOutCubic: (u) => --u * u * u + 1,
26739
26735
  easeInOutCubic: (u) => u < 0.5 ? 4 * u * u * u : (u - 1) * (2 * u - 2) * (2 * u - 2) + 1
26740
26736
  });
26741
- class p5 {
26737
+ class d5 {
26742
26738
  /**
26743
26739
  * 安全的 localStorage 操作(SSR 安全)
26744
26740
  */
@@ -26822,7 +26818,7 @@ if (typeof globalThis < "u" && !globalThis.FormData) {
26822
26818
  }
26823
26819
  globalThis.FormData = e;
26824
26820
  }
26825
- const v5 = {
26821
+ const r5 = {
26826
26822
  install: (e) => {
26827
26823
  e.config.globalProperties.$device = {
26828
26824
  get isMobile() {
@@ -26841,7 +26837,7 @@ const v5 = {
26841
26837
  }
26842
26838
  };
26843
26839
  export {
26844
- w4 as $,
26840
+ v4 as $,
26845
26841
  Sn as A,
26846
26842
  ho as B,
26847
26843
  qo as C,
@@ -26856,7 +26852,7 @@ export {
26856
26852
  Qo as L,
26857
26853
  hs as M,
26858
26854
  is as N,
26859
- v5 as O,
26855
+ r5 as O,
26860
26856
  Go as P,
26861
26857
  Zo as Q,
26862
26858
  ns as R,
@@ -26867,63 +26863,63 @@ export {
26867
26863
  Is as W,
26868
26864
  Es as X,
26869
26865
  Hs as Y,
26870
- y4 as Z,
26866
+ p4 as Z,
26871
26867
  ae as _,
26872
26868
  yo as a,
26873
- b4 as a0,
26874
- _4 as a1,
26875
- x4 as a2,
26876
- k4 as a3,
26877
- V4 as a4,
26878
- $4 as a5,
26879
- C4 as a6,
26880
- S4 as a7,
26881
- L4 as a8,
26882
- P4 as a9,
26883
- Q4 as aA,
26884
- Z4 as aB,
26885
- J4 as aC,
26886
- e5 as aD,
26887
- t5 as aE,
26888
- l5 as aF,
26889
- a5 as aG,
26890
- n5 as aH,
26891
- o5 as aI,
26892
- s5 as aJ,
26893
- i5 as aK,
26894
- d5 as aL,
26895
- r5 as aM,
26896
- u5 as aN,
26897
- c5 as aO,
26898
- m5 as aP,
26869
+ f4 as a0,
26870
+ g4 as a1,
26871
+ h4 as a2,
26872
+ y4 as a3,
26873
+ w4 as a4,
26874
+ b4 as a5,
26875
+ _4 as a6,
26876
+ x4 as a7,
26877
+ k4 as a8,
26878
+ V4 as a9,
26879
+ Y4 as aA,
26880
+ G4 as aB,
26881
+ q4 as aC,
26882
+ K4 as aD,
26883
+ X4 as aE,
26884
+ Q4 as aF,
26885
+ Z4 as aG,
26886
+ J4 as aH,
26887
+ e5 as aI,
26888
+ t5 as aJ,
26889
+ l5 as aK,
26890
+ a5 as aL,
26891
+ n5 as aM,
26892
+ o5 as aN,
26893
+ s5 as aO,
26894
+ i5 as aP,
26899
26895
  J3 as aQ,
26900
- p5 as aR,
26901
- U4 as aa,
26902
- T4 as ab,
26903
- D4 as ac,
26904
- I4 as ad,
26905
- M4 as ae,
26906
- E4 as af,
26907
- H4 as ag,
26908
- p4 as ah,
26909
- v4 as ai,
26910
- f4 as aj,
26911
- g4 as ak,
26912
- h4 as al,
26913
- O4 as am,
26914
- j4 as an,
26915
- B4 as ao,
26916
- R4 as ap,
26917
- A4 as aq,
26918
- N4 as ar,
26919
- F4 as as,
26920
- z4 as at,
26921
- W4 as au,
26922
- Y4 as av,
26923
- G4 as aw,
26924
- q4 as ax,
26925
- K4 as ay,
26926
- X4 as az,
26896
+ d5 as aR,
26897
+ $4 as aa,
26898
+ C4 as ab,
26899
+ S4 as ac,
26900
+ L4 as ad,
26901
+ P4 as ae,
26902
+ U4 as af,
26903
+ T4 as ag,
26904
+ d4 as ah,
26905
+ r4 as ai,
26906
+ u4 as aj,
26907
+ c4 as ak,
26908
+ m4 as al,
26909
+ D4 as am,
26910
+ E4 as an,
26911
+ I4 as ao,
26912
+ H4 as ap,
26913
+ M4 as aq,
26914
+ O4 as ar,
26915
+ B4 as as,
26916
+ A4 as at,
26917
+ j4 as au,
26918
+ R4 as av,
26919
+ N4 as aw,
26920
+ F4 as ax,
26921
+ z4 as ay,
26922
+ W4 as az,
26927
26923
  Pn as b,
26928
26924
  bo as c,
26929
26925
  Wo as d,