officialblock 1.8.7 → 1.8.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.
@@ -4,7 +4,7 @@ var u = (o, l, s) => K(o, typeof l != "symbol" ? l + "" : l, s);
4
4
  import { defineComponent as L, shallowRef as A, ref as p, computed as R, inject as y, watch as B, nextTick as x, onBeforeUnmount as $, createElementBlock as F, openBlock as N, createVNode as S, unref as _, normalizeStyle as J } from "vue";
5
5
  import { Toolbar as q, Editor as G } from "@wangeditor/editor-for-vue";
6
6
  import { Boot as H } from "@wangeditor/editor";
7
- import { _ as P } from "./index-D_1oM4pS.mjs";
7
+ import { _ as P } from "./index-BnZNOKpK.mjs";
8
8
  const Q = { class: "rich-text-editor" }, W = /* @__PURE__ */ L({
9
9
  __name: "index",
10
10
  props: {
@@ -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-3difDH1d.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-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 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const l=require("./index-3difDH1d.js");exports.AlummiCommunityList=l.J;exports.AlummiCommunityListPlugin=l.aF;exports.AnimationUtils=l.aP;exports.ArticleItem=l.j;exports.ArticleItemPlugin=l.af;exports.ArticleList=l.A;exports.ArticleListPlugin=l.Y;exports.BannerImage=l.B;exports.BannerImagePlugin=l.Z;exports.BannerImageWithLink=l.q;exports.BannerImageWithLinkPlugin=l.ap;exports.BannerPage=l.a;exports.BannerPagePlugin=l.$;exports.BannerQuote=l.i;exports.BannerQuotePlugin=l.ae;exports.BasicCollapse=l.x;exports.BasicCollapsePlugin=l.az;exports.BlessingMessage=l.K;exports.BlessingMessagePlugin=l.aG;exports.BlessingSlider=l.S;exports.BlessingSliderPlugin=l.aH;exports.BtnList=l.b;exports.BtnListPlugin=l.a0;exports.CardCarousel=l.g;exports.CardCarouselArticlesPlugin=l.au;exports.CardCarouselMultiRow=l.h;exports.CardCarouselMultiRowArticles=l.I;exports.CardCarouselMultiRowArticlesPlugin=l.aE;exports.CardCarouselMultiRowPlugin=l.ad;exports.CardCarouselMultiRowPublications=l.X;exports.CardCarouselMultiRowPublicationsPlugin=l.aL;exports.CardCarouselPlugin=l.ac;exports.CardShowcase=l.U;exports.CardShowcasePlugin=l.aI;exports.CardShowcaseProfile=l.l;exports.CardShowcaseProfilePlugin=l.ak;exports.CarouselLogo=l.t;exports.CarouselLogoPlugin=l.av;exports.ContactUsInfo=l.r;exports.ContactUsInfoPlugin=l.ar;exports.ContactUsList=l.o;exports.ContactUsListPlugin=l.am;exports.CountDown=l.m;exports.CountDownPlugin=l.al;exports.CustomIframe=l.n;exports.CustomIframePlugin=l.an;exports.CustomSpace=l.C;exports.CustomSpacePlugin=l.a6;exports.Disc=l.w;exports.DiscPlugin=l.ay;exports.DonorLinks=l.D;exports.DonorLinksPlugin=l.ab;exports.ExploreLinks=l.V;exports.ExploreLinksPlugin=l.aJ;exports.GalleryBlock=l.F;exports.GalleryBlockPlugin=l.aD;exports.GalleryCaptionRound=l.c;exports.GalleryCaptionRoundPlugin=l.a2;exports.GalleryDefault=l.G;exports.GalleryDefaultPlugin=l.a1;exports.GalleryList=l.f;exports.GalleryListPlugin=l.a7;exports.GalleryTimeline=l.d;exports.GalleryTimelineCol=l.e;exports.GalleryTimelineColPlugin=l.a4;exports.GalleryTimelinePlugin=l.a3;exports.HeroSlide=l.H;exports.HeroSlidePlugin=l.a8;exports.LinkList=l.L;exports.LinkListPlugin=l.a9;exports.MapStatic=l.M;exports.MapStaticPlugin=l.at;exports.MediaLogo=l.z;exports.MediaLogoPlugin=l.aB;exports.NewsList=l.N;exports.NewsListPlugin=l.ai;exports.Process=l.P;exports.ProcessPlugin=l.a5;exports.Publications=l.s;exports.PublicationsPlugin=l.as;exports.QuoteText=l.Q;exports.QuoteTextPlugin=l.aa;exports.RegisterForm=l.E;exports.RegisterFormPlugin=l.aC;exports.Resources=l.u;exports.ResourcesPlugin=l.aw;exports.ResourcesTwo=l.v;exports.ResourcesTwoPlugin=l.ax;exports.ResponsiveUtils=l.aO;exports.RibbonBlock=l.R;exports.RibbonBlockPlugin=l.ag;exports.SchoolLayout=l.W;exports.SchoolLayoutPlugin=l.aK;exports.ScrollKeyInfoPlugin=l.aq;exports.StorageUtils=l.aQ;exports.TableCollapse=l.y;exports.TableCollapsePlugin=l.aA;exports.TableTwo=l.p;exports.TableTwoPlugin=l.ao;exports.TheHistoryCarousel=l.k;exports.TheHistoryCarouselPlugin=l.aj;exports.ThemeUtils=l.aN;exports.TimelineStory=l.T;exports.TimelineStoryPlugin=l.ah;exports.default=l.O;exports.useTheme=l.aM;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const l=require("./index-BtMGqZlf.js");exports.AlummiCommunityList=l.J;exports.AlummiCommunityListPlugin=l.aG;exports.AnimationUtils=l.aQ;exports.ArticleItem=l.j;exports.ArticleItemPlugin=l.ag;exports.ArticleList=l.A;exports.ArticleListPlugin=l.Z;exports.BannerImage=l.B;exports.BannerImagePlugin=l.$;exports.BannerImageWithLink=l.q;exports.BannerImageWithLinkPlugin=l.aq;exports.BannerPage=l.a;exports.BannerPagePlugin=l.a0;exports.BannerQuote=l.i;exports.BannerQuotePlugin=l.af;exports.BasicCollapse=l.x;exports.BasicCollapsePlugin=l.aA;exports.BlessingMessage=l.K;exports.BlessingMessagePlugin=l.aH;exports.BlessingSlider=l.U;exports.BlessingSliderPlugin=l.aI;exports.BtnList=l.b;exports.BtnListPlugin=l.a1;exports.CardCarousel=l.g;exports.CardCarouselArticlesPlugin=l.av;exports.CardCarouselMultiRow=l.h;exports.CardCarouselMultiRowArticles=l.I;exports.CardCarouselMultiRowArticlesPlugin=l.aF;exports.CardCarouselMultiRowPlugin=l.ae;exports.CardCarouselMultiRowPublications=l.Y;exports.CardCarouselMultiRowPublicationsPlugin=l.aM;exports.CardCarouselPlugin=l.ad;exports.CardShowcase=l.V;exports.CardShowcasePlugin=l.aJ;exports.CardShowcaseProfile=l.l;exports.CardShowcaseProfilePlugin=l.al;exports.CarouselLogo=l.t;exports.CarouselLogoPlugin=l.aw;exports.ContactUsInfo=l.r;exports.ContactUsInfoPlugin=l.as;exports.ContactUsList=l.o;exports.ContactUsListPlugin=l.an;exports.CountDown=l.m;exports.CountDownPlugin=l.am;exports.CustomIframe=l.n;exports.CustomIframePlugin=l.ao;exports.CustomSpace=l.C;exports.CustomSpacePlugin=l.a7;exports.Disc=l.w;exports.DiscPlugin=l.az;exports.DonorLinks=l.D;exports.DonorLinksPlugin=l.ac;exports.ExploreLinks=l.W;exports.ExploreLinksPlugin=l.aK;exports.GalleryBlock=l.F;exports.GalleryBlockPlugin=l.aE;exports.GalleryCaptionRound=l.c;exports.GalleryCaptionRoundPlugin=l.a3;exports.GalleryDefault=l.G;exports.GalleryDefaultPlugin=l.a2;exports.GalleryList=l.f;exports.GalleryListPlugin=l.a8;exports.GalleryTimeline=l.d;exports.GalleryTimelineCol=l.e;exports.GalleryTimelineColPlugin=l.a5;exports.GalleryTimelinePlugin=l.a4;exports.HeroSlide=l.H;exports.HeroSlidePlugin=l.a9;exports.LinkList=l.L;exports.LinkListPlugin=l.aa;exports.MapStatic=l.M;exports.MapStaticPlugin=l.au;exports.MediaLogo=l.z;exports.MediaLogoPlugin=l.aC;exports.NewsList=l.N;exports.NewsListPlugin=l.aj;exports.Process=l.P;exports.ProcessPlugin=l.a6;exports.Publications=l.s;exports.PublicationsPlugin=l.at;exports.QuoteText=l.Q;exports.QuoteTextPlugin=l.ab;exports.RegisterForm=l.E;exports.RegisterFormPlugin=l.aD;exports.Resources=l.u;exports.ResourcesPlugin=l.ax;exports.ResourcesTwo=l.v;exports.ResourcesTwoPlugin=l.ay;exports.ResponsiveUtils=l.aP;exports.RibbonBlock=l.R;exports.RibbonBlockPlugin=l.ah;exports.SchoolLayout=l.X;exports.SchoolLayoutPlugin=l.aL;exports.ScrollKeyInfo=l.S;exports.ScrollKeyInfoPlugin=l.ar;exports.StorageUtils=l.aR;exports.TableCollapse=l.y;exports.TableCollapsePlugin=l.aB;exports.TableTwo=l.p;exports.TableTwoPlugin=l.ap;exports.TheHistoryCarousel=l.k;exports.TheHistoryCarouselPlugin=l.ak;exports.ThemeUtils=l.aO;exports.TimelineStory=l.T;exports.TimelineStoryPlugin=l.ai;exports.default=l.O;exports.useTheme=l.aN;
@@ -1,4 +1,4 @@
1
- import { J as l, aF as i, aP as e, j as n, af as o, A as u, Y as r, B as t, Z as g, q as P, ap as C, a as c, $ as m, i as L, ae as d, x as y, az as B, K as T, aG as w, S, aH as R, b as p, a0 as b, g as h, au as k, h as G, I as M, aE as f, ad as I, X as A, aL as D, ac as U, U as x, aI as H, l as Q, ak as E, t as F, av as N, r as v, ar as K, o as W, am as j, m as q, al as z, n as J, an as O, C as V, a6 as X, w as Y, ay as Z, D as $, ab as _, V as aa, aJ as sa, F as la, aD as ia, c as ea, a2 as na, G as oa, a1 as ua, f as ra, a7 as ta, d as ga, e as Pa, a4 as Ca, a3 as ca, H as ma, a8 as La, L as da, a9 as ya, M as Ba, at as Ta, z as wa, aB as Sa, N as Ra, ai as pa, P as ba, a5 as ha, s as ka, as as Ga, Q as Ma, aa as fa, E as Ia, aC as Aa, u as Da, aw as Ua, v as xa, ax as Ha, aO as Qa, R as Ea, ag as Fa, W as Na, aK as va, aq as Ka, aQ as Wa, y as ja, aA as qa, p as za, ao as Ja, k as Oa, aj as Va, aN as Xa, T as Ya, ah as Za, O as $a, aM as _a } from "./index-D_1oM4pS.mjs";
1
+ import { J as l, aG as i, aQ as e, j as n, ag as o, A as u, Z as r, B as t, $ as g, q as P, aq as C, a as c, a0 as m, i as L, af as d, x as y, aA as B, K as T, aH as w, U as S, aI as R, b as p, a1 as b, g as f, av as h, h as k, I as G, aF as I, ae as M, Y as A, aM as D, ad as U, V as x, aJ as H, l as Q, al as E, t as F, aw as K, r as N, as as v, o as W, an as j, m as q, am as z, n as J, ao as O, C as V, a7 as X, w as Y, az as Z, D as $, ac as _, W as aa, aK as sa, F as la, aE as ia, c as ea, a3 as na, G as oa, a2 as ua, f as ra, a8 as ta, d as ga, e as Pa, a5 as Ca, a4 as ca, H as ma, a9 as La, L as da, aa as ya, M as Ba, au as Ta, z as wa, aC as Sa, N as Ra, aj as pa, P as ba, a6 as fa, s as ha, at as ka, Q as Ga, ab as Ia, E as Ma, aD as Aa, u as Da, ax as Ua, v as xa, ay as Ha, aP as Qa, R as Ea, ah as Fa, X as Ka, aL as Na, S as va, ar as Wa, aR as ja, y as qa, aB as za, p as Ja, ap as Oa, k as Va, ak as Xa, aO as Ya, T as Za, ai as $a, O as _a, aN as as } from "./index-BnZNOKpK.mjs";
2
2
  export {
3
3
  l as AlummiCommunityList,
4
4
  i as AlummiCommunityListPlugin,
@@ -23,12 +23,12 @@ export {
23
23
  R as BlessingSliderPlugin,
24
24
  p as BtnList,
25
25
  b as BtnListPlugin,
26
- h as CardCarousel,
27
- k as CardCarouselArticlesPlugin,
28
- G as CardCarouselMultiRow,
29
- M as CardCarouselMultiRowArticles,
30
- f as CardCarouselMultiRowArticlesPlugin,
31
- I as CardCarouselMultiRowPlugin,
26
+ f as CardCarousel,
27
+ h as CardCarouselArticlesPlugin,
28
+ k as CardCarouselMultiRow,
29
+ G as CardCarouselMultiRowArticles,
30
+ I as CardCarouselMultiRowArticlesPlugin,
31
+ M as CardCarouselMultiRowPlugin,
32
32
  A as CardCarouselMultiRowPublications,
33
33
  D as CardCarouselMultiRowPublicationsPlugin,
34
34
  U as CardCarouselPlugin,
@@ -37,9 +37,9 @@ export {
37
37
  Q as CardShowcaseProfile,
38
38
  E as CardShowcaseProfilePlugin,
39
39
  F as CarouselLogo,
40
- N as CarouselLogoPlugin,
41
- v as ContactUsInfo,
42
- K as ContactUsInfoPlugin,
40
+ K as CarouselLogoPlugin,
41
+ N as ContactUsInfo,
42
+ v as ContactUsInfoPlugin,
43
43
  W as ContactUsList,
44
44
  j as ContactUsListPlugin,
45
45
  q as CountDown,
@@ -77,12 +77,12 @@ export {
77
77
  Ra as NewsList,
78
78
  pa as NewsListPlugin,
79
79
  ba as Process,
80
- ha as ProcessPlugin,
81
- ka as Publications,
82
- Ga as PublicationsPlugin,
83
- Ma as QuoteText,
84
- fa as QuoteTextPlugin,
85
- Ia as RegisterForm,
80
+ fa as ProcessPlugin,
81
+ ha as Publications,
82
+ ka as PublicationsPlugin,
83
+ Ga as QuoteText,
84
+ Ia as QuoteTextPlugin,
85
+ Ma as RegisterForm,
86
86
  Aa as RegisterFormPlugin,
87
87
  Da as Resources,
88
88
  Ua as ResourcesPlugin,
@@ -91,19 +91,20 @@ export {
91
91
  Qa as ResponsiveUtils,
92
92
  Ea as RibbonBlock,
93
93
  Fa as RibbonBlockPlugin,
94
- Na as SchoolLayout,
95
- va as SchoolLayoutPlugin,
96
- Ka as ScrollKeyInfoPlugin,
97
- Wa as StorageUtils,
98
- ja as TableCollapse,
99
- qa as TableCollapsePlugin,
100
- za as TableTwo,
101
- Ja as TableTwoPlugin,
102
- Oa as TheHistoryCarousel,
103
- Va as TheHistoryCarouselPlugin,
104
- Xa as ThemeUtils,
105
- Ya as TimelineStory,
106
- Za as TimelineStoryPlugin,
107
- $a as default,
108
- _a as useTheme
94
+ Ka as SchoolLayout,
95
+ Na as SchoolLayoutPlugin,
96
+ va as ScrollKeyInfo,
97
+ Wa as ScrollKeyInfoPlugin,
98
+ ja as StorageUtils,
99
+ qa as TableCollapse,
100
+ za as TableCollapsePlugin,
101
+ Ja as TableTwo,
102
+ Oa as TableTwoPlugin,
103
+ Va as TheHistoryCarousel,
104
+ Xa as TheHistoryCarouselPlugin,
105
+ Ya as ThemeUtils,
106
+ Za as TimelineStory,
107
+ $a as TimelineStoryPlugin,
108
+ _a as default,
109
+ as as useTheme
109
110
  };