officialblock 2.2.5 → 2.2.7

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 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-BLsbfAU6.js");exports.default=e._;
@@ -0,0 +1,4 @@
1
+ import { _ as f } from "./index-C-4UlO21.mjs";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +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-BLsbfAU6.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.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const a=require("./index-DVmEKzC4.js");exports.AlummiCommunityList=a.U;exports.AlummiCommunityListPlugin=a.a$;exports.AnimationUtils=a.bq;exports.ArticleItem=a.k;exports.ArticleItemPlugin=a.aB;exports.ArticleList=a.A;exports.ArticleListPlugin=a.aj;exports.ArticleListPureText=a.a4;exports.ArticleListPureTextPlugin=a.b9;exports.BackgroundWrapper=a.af;exports.BackgroundWrapperPlugin=a.bk;exports.BannerImage=a.B;exports.BannerImagePlugin=a.ak;exports.BannerImageWithLink=a.s;exports.BannerImageWithLinkPlugin=a.aL;exports.BannerPage=a.b;exports.BannerPagePlugin=a.al;exports.BannerQuote=a.j;exports.BannerQuotePlugin=a.aA;exports.BasicCollapse=a.E;exports.BasicCollapsePlugin=a.aV;exports.BlessingMessage=a.V;exports.BlessingMessagePlugin=a.b0;exports.BlessingSlider=a.W;exports.BlessingSliderPlugin=a.b1;exports.BtnList=a.c;exports.BtnListPlugin=a.am;exports.CardCarousel=a.h;exports.CardCarouselArticles=a.v;exports.CardCarouselArticlesPlugin=a.aQ;exports.CardCarouselMultiRow=a.i;exports.CardCarouselMultiRowArticles=a.Q;exports.CardCarouselMultiRowArticlesPlugin=a.a_;exports.CardCarouselMultiRowPlugin=a.az;exports.CardCarouselMultiRowPublications=a.a0;exports.CardCarouselMultiRowPublicationsPlugin=a.b5;exports.CardCarouselPlugin=a.ay;exports.CardListCircle=a.a8;exports.CardListCirclePlugin=a.bd;exports.CardListProgramme=a.a7;exports.CardListProgrammePlugin=a.bc;exports.CardListSchool=a.a9;exports.CardListSchoolPlugin=a.be;exports.CardShowcase=a.X;exports.CardShowcasePlugin=a.b2;exports.CardShowcaseProfile=a.m;exports.CardShowcaseProfilePlugin=a.aG;exports.CarouselLogo=a.w;exports.CarouselLogoPlugin=a.aR;exports.CollapseCustom=a.ag;exports.CollapseCustomPlugin=a.bl;exports.ContactUsInfo=a.t;exports.ContactUsInfoPlugin=a.aN;exports.ContactUsList=a.p;exports.ContactUsListPlugin=a.aI;exports.CountDown=a.n;exports.CountDownPlugin=a.aH;exports.CustomIframe=a.o;exports.CustomIframePlugin=a.aJ;exports.CustomSpace=a.C;exports.CustomSpacePlugin=a.as;exports.CustomText=a.a1;exports.CustomTextPlugin=a.b6;exports.DetailLink=a.ab;exports.DetailLinkPlugin=a.bg;exports.Disc=a.z;exports.DiscPlugin=a.aU;exports.DonorLinks=a.D;exports.DonorLinksPlugin=a.ax;exports.ExploreLinks=a.Y;exports.ExploreLinksPlugin=a.b3;exports.GalleryBlock=a.K;exports.GalleryBlockPlugin=a.aZ;exports.GalleryCaptionRound=a.d;exports.GalleryCaptionRoundPlugin=a.ao;exports.GalleryDefault=a.G;exports.GalleryDefaultPlugin=a.an;exports.GalleryList=a.g;exports.GalleryListPlugin=a.at;exports.GalleryTimeline=a.e;exports.GalleryTimelineCol=a.f;exports.GalleryTimelineColPlugin=a.aq;exports.GalleryTimelinePlugin=a.ap;exports.GridLinks=a.ai;exports.HeroSlide=a.H;exports.HeroSlidePlugin=a.au;exports.InformationLink=a.ac;exports.InformationLinkPlugin=a.bh;exports.LinkList=a.L;exports.LinkListPlugin=a.av;exports.MapStatic=a.M;exports.MapStaticPlugin=a.aP;exports.MediaImageFull=a.a2;exports.MediaImageFullPlugin=a.b7;exports.MediaImageStatic=a.a3;exports.MediaImageStaticPlugin=a.b8;exports.MediaLogo=a.I;exports.MediaLogoPlugin=a.aX;exports.MediaVideo=a.aa;exports.MediaVideoPlugin=a.bf;exports.NewsList=a.N;exports.NewsListPlugin=a.aE;exports.Process=a.P;exports.ProcessPlugin=a.ar;exports.Publications=a.u;exports.PublicationsPlugin=a.aO;exports.QuoteText=a.a;exports.QuoteTextPlugin=a.aw;exports.RegisterForm=a.J;exports.RegisterFormPlugin=a.aY;exports.Resources=a.x;exports.ResourcesPlugin=a.aS;exports.ResourcesTwo=a.y;exports.ResourcesTwoPlugin=a.aT;exports.ResponsiveUtils=a.bp;exports.RibbonBlock=a.R;exports.RibbonBlockPlugin=a.aC;exports.SchoolLayout=a.Z;exports.SchoolLayoutPlugin=a.b4;exports.ScrollKeyInfo=a.S;exports.ScrollKeyInfoPlugin=a.aM;exports.StorageUtils=a.br;exports.TabDefault=a.a5;exports.TabDefaultPlugin=a.ba;exports.TabLogo=a.ae;exports.TabLogoPlugin=a.bj;exports.TabPage=a.ad;exports.TabPagePlugin=a.bi;exports.TabTimeLine=a.a6;exports.TabTimeLinePlugin=a.bb;exports.TableCollapse=a.F;exports.TableCollapsePlugin=a.aW;exports.TableTwo=a.q;exports.TableTwoPlugin=a.aK;exports.TheHistoryCarousel=a.l;exports.TheHistoryCarouselPlugin=a.aF;exports.ThemeUtils=a.bo;exports.TimelineStory=a.T;exports.TimelineStoryPlugin=a.aD;exports.VrTour=a.ah;exports.VrTourPlugin=a.bm;exports.VueScreenPlugin=a.bs;exports.default=a.O;exports.useTheme=a.bn;exports.useVueScreen=a.bt;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const i=require("./index-BLsbfAU6.js");exports.AccordionText=i.ah;exports.AccordionTextPlugin=i.bm;exports.AlummiCommunityList=i.Q;exports.AlummiCommunityListPlugin=i.a_;exports.AnimationUtils=i.bq;exports.ArticleItem=i.k;exports.ArticleItemPlugin=i.aA;exports.ArticleList=i.A;exports.ArticleListPlugin=i.ai;exports.ArticleListPureText=i.a2;exports.ArticleListPureTextPlugin=i.b8;exports.BackgroundWrapper=i.ad;exports.BackgroundWrapperPlugin=i.bj;exports.BannerImage=i.B;exports.BannerImagePlugin=i.aj;exports.BannerImageWithLink=i.r;exports.BannerImageWithLinkPlugin=i.aK;exports.BannerPage=i.b;exports.BannerPagePlugin=i.ak;exports.BannerQuote=i.j;exports.BannerQuotePlugin=i.az;exports.BasicCollapse=i.z;exports.BasicCollapsePlugin=i.aU;exports.BlessingMessage=i.U;exports.BlessingMessagePlugin=i.a$;exports.BlessingSlider=i.V;exports.BlessingSliderPlugin=i.b0;exports.BtnList=i.c;exports.BtnListPlugin=i.al;exports.CardCarousel=i.h;exports.CardCarouselArticles=i.u;exports.CardCarouselArticlesPlugin=i.aP;exports.CardCarouselMultiRow=i.i;exports.CardCarouselMultiRowArticles=i.K;exports.CardCarouselMultiRowArticlesPlugin=i.aZ;exports.CardCarouselMultiRowPlugin=i.ay;exports.CardCarouselMultiRowPublications=i.Z;exports.CardCarouselMultiRowPublicationsPlugin=i.b4;exports.CardCarouselPlugin=i.ax;exports.CardListCircle=i.a6;exports.CardListCirclePlugin=i.bc;exports.CardListProgramme=i.a5;exports.CardListProgrammePlugin=i.bb;exports.CardListSchool=i.a7;exports.CardListSchoolPlugin=i.bd;exports.CardShowcase=i.W;exports.CardShowcasePlugin=i.b1;exports.CardShowcaseProfile=i.m;exports.CardShowcaseProfilePlugin=i.aF;exports.CarouselLogo=i.v;exports.CarouselLogoPlugin=i.aQ;exports.CollapseCustom=i.ae;exports.CollapseCustomPlugin=i.bk;exports.ContactUsInfo=i.s;exports.ContactUsInfoPlugin=i.aM;exports.ContactUsList=i.p;exports.ContactUsListPlugin=i.aH;exports.CountDown=i.n;exports.CountDownPlugin=i.aG;exports.CustomIframe=i.o;exports.CustomIframePlugin=i.aI;exports.CustomSpace=i.C;exports.CustomSpacePlugin=i.ar;exports.CustomText=i.$;exports.CustomTextPlugin=i.b5;exports.DetailLink=i.a9;exports.DetailLinkPlugin=i.bf;exports.Disc=i.y;exports.DiscPlugin=i.aT;exports.DonorLinks=i.D;exports.DonorLinksPlugin=i.aw;exports.ExploreLinks=i.X;exports.ExploreLinksPlugin=i.b2;exports.GalleryBlock=i.J;exports.GalleryBlockPlugin=i.aY;exports.GalleryCaptionRound=i.d;exports.GalleryCaptionRoundPlugin=i.an;exports.GalleryDefault=i.G;exports.GalleryDefaultPlugin=i.am;exports.GalleryList=i.g;exports.GalleryListPlugin=i.as;exports.GalleryTimeline=i.e;exports.GalleryTimelineCol=i.f;exports.GalleryTimelineColPlugin=i.ap;exports.GalleryTimelinePlugin=i.ao;exports.GridLinks=i.ag;exports.HeroSlide=i.H;exports.HeroSlidePlugin=i.at;exports.InformationLink=i.aa;exports.InformationLinkPlugin=i.bg;exports.LinkList=i.L;exports.LinkListPlugin=i.au;exports.MapStatic=i.M;exports.MapStaticPlugin=i.aO;exports.MediaImageFull=i.a0;exports.MediaImageFullPlugin=i.b6;exports.MediaImageStatic=i.a1;exports.MediaImageStaticPlugin=i.b7;exports.MediaLogo=i.F;exports.MediaLogoPlugin=i.aW;exports.MediaVideo=i.a8;exports.MediaVideoPlugin=i.be;exports.NewsList=i.N;exports.NewsListPlugin=i.aD;exports.Process=i.P;exports.ProcessPlugin=i.aq;exports.Publications=i.t;exports.PublicationsPlugin=i.aN;exports.QuoteText=i._;exports.QuoteTextPlugin=i.av;exports.RegisterForm=i.I;exports.RegisterFormPlugin=i.aX;exports.Resources=i.w;exports.ResourcesPlugin=i.aR;exports.ResourcesTwo=i.x;exports.ResourcesTwoPlugin=i.aS;exports.ResponsiveUtils=i.bp;exports.RibbonBlock=i.R;exports.RibbonBlockPlugin=i.aB;exports.SchoolLayout=i.Y;exports.SchoolLayoutPlugin=i.b3;exports.ScrollKeyInfo=i.S;exports.ScrollKeyInfoPlugin=i.aL;exports.StorageUtils=i.br;exports.TabDefault=i.a3;exports.TabDefaultPlugin=i.b9;exports.TabLogo=i.ac;exports.TabLogoPlugin=i.bi;exports.TabPage=i.ab;exports.TabPagePlugin=i.bh;exports.TabTimeLine=i.a4;exports.TabTimeLinePlugin=i.ba;exports.TableCollapse=i.E;exports.TableCollapsePlugin=i.aV;exports.TableTwo=i.q;exports.TableTwoPlugin=i.aJ;exports.TheHistoryCarousel=i.l;exports.TheHistoryCarouselPlugin=i.aE;exports.ThemeUtils=i.bo;exports.TimelineStory=i.T;exports.TimelineStoryPlugin=i.aC;exports.VrTour=i.af;exports.VrTourPlugin=i.bl;exports.VueScreenPlugin=i.bs;exports.default=i.O;exports.useTheme=i.bn;exports.useVueScreen=i.bt;
@@ -1,148 +1,150 @@
1
- import { U as i, a$ as l, bq as e, k as n, aB as o, A as u, aj as r, a4 as t, b9 as g, af as P, bk as C, B as c, ak as b, s as m, aL as L, b as d, al as T, j as S, aA as y, E as B, aV as p, V as k, b0 as w, W as I, b1 as M, c as f, am as R, h, v as A, aQ as G, i as D, Q as x, a_ as U, az as V, a0 as F, b5 as H, ay as Q, a8 as W, bd as E, a7 as K, bc as N, a9 as j, be as q, X as v, b2 as z, m as J, aG as O, w as X, aR as Y, ag as Z, bl as _, t as $, aN as aa, p as sa, aI as ia, n as la, aH as ea, o as na, aJ as oa, C as ua, as as ra, a1 as ta, b6 as ga, ab as Pa, bg as Ca, z as ca, aU as ba, D as ma, ax as La, Y as da, b3 as Ta, K as Sa, aZ as ya, d as Ba, ao as pa, G as ka, an as wa, g as Ia, at as Ma, e as fa, f as Ra, aq as ha, ap as Aa, ai as Ga, H as Da, au as xa, ac as Ua, bh as Va, L as Fa, av as Ha, M as Qa, aP as Wa, a2 as Ea, b7 as Ka, a3 as Na, b8 as ja, I as qa, aX as va, aa as za, bf as Ja, N as Oa, aE as Xa, P as Ya, ar as Za, u as _a, aO as $a, a as as, aw as ss, J as is, aY as ls, x as es, aS as ns, y as os, aT as us, bp as rs, R as ts, aC as gs, Z as Ps, b4 as Cs, S as cs, aM as bs, br as ms, a5 as Ls, ba as ds, ae as Ts, bj as Ss, ad as ys, bi as Bs, a6 as ps, bb as ks, F as ws, aW as Is, q as Ms, aK as fs, l as Rs, aF as hs, bo as As, T as Gs, aD as Ds, ah as xs, bm as Us, bs as Vs, O as Fs, bn as Hs, bt as Qs } from "./index-Vq9TgNgB.mjs";
1
+ import { ah as i, bm as l, Q as e, a_ as n, bq as o, k as u, aA as r, A as t, ai as g, a2 as P, b8 as C, ad as c, bj as b, B as m, aj as L, r as d, aK as T, b as S, ak as y, j as B, az as p, z as k, aU as w, U as I, a$ as M, V as f, b0 as R, c as h, al as A, h as G, u as D, aP as x, i as U, K as V, aZ as F, ay as H, Z as Q, b4 as W, ax as E, a6 as K, bc as N, a5 as j, bb as q, a7 as v, bd as z, W as J, b1 as O, m as X, aF as Y, v as Z, aQ as _, ae as $, bk as aa, s as sa, aM as ia, p as la, aH as ea, n as na, aG as oa, o as ua, aI as ra, C as ta, ar as ga, $ as Pa, b5 as Ca, a9 as ca, bf as ba, y as ma, aT as La, D as da, aw as Ta, X as Sa, b2 as ya, J as Ba, aY as pa, d as ka, an as wa, G as Ia, am as Ma, g as fa, as as Ra, e as ha, f as Aa, ap as Ga, ao as Da, ag as xa, H as Ua, at as Va, aa as Fa, bg as Ha, L as Qa, au as Wa, M as Ea, aO as Ka, a0 as Na, b6 as ja, a1 as qa, b7 as va, F as za, aW as Ja, a8 as Oa, be as Xa, N as Ya, aD as Za, P as _a, aq as $a, t as as, aN as ss, _ as is, av as ls, I as es, aX as ns, w as os, aR as us, x as rs, aS as ts, bp as gs, R as Ps, aB as Cs, Y as cs, b3 as bs, S as ms, aL as Ls, br as ds, a3 as Ts, b9 as Ss, ac as ys, bi as Bs, ab as ps, bh as ks, a4 as ws, ba as Is, E as Ms, aV as fs, q as Rs, aJ as hs, l as As, aE as Gs, bo as Ds, T as xs, aC as Us, af as Vs, bl as Fs, bs as Hs, O as Qs, bn as Ws, bt as Es } from "./index-C-4UlO21.mjs";
2
2
  export {
3
- i as AlummiCommunityList,
4
- l as AlummiCommunityListPlugin,
5
- e as AnimationUtils,
6
- n as ArticleItem,
7
- o as ArticleItemPlugin,
8
- u as ArticleList,
9
- r as ArticleListPlugin,
10
- t as ArticleListPureText,
11
- g as ArticleListPureTextPlugin,
12
- P as BackgroundWrapper,
13
- C as BackgroundWrapperPlugin,
14
- c as BannerImage,
15
- b as BannerImagePlugin,
16
- m as BannerImageWithLink,
17
- L as BannerImageWithLinkPlugin,
18
- d as BannerPage,
19
- T as BannerPagePlugin,
20
- S as BannerQuote,
21
- y as BannerQuotePlugin,
22
- B as BasicCollapse,
23
- p as BasicCollapsePlugin,
24
- k as BlessingMessage,
25
- w as BlessingMessagePlugin,
26
- I as BlessingSlider,
27
- M as BlessingSliderPlugin,
28
- f as BtnList,
29
- R as BtnListPlugin,
30
- h as CardCarousel,
31
- A as CardCarouselArticles,
32
- G as CardCarouselArticlesPlugin,
33
- D as CardCarouselMultiRow,
34
- x as CardCarouselMultiRowArticles,
35
- U as CardCarouselMultiRowArticlesPlugin,
36
- V as CardCarouselMultiRowPlugin,
37
- F as CardCarouselMultiRowPublications,
38
- H as CardCarouselMultiRowPublicationsPlugin,
39
- Q as CardCarouselPlugin,
40
- W as CardListCircle,
41
- E as CardListCirclePlugin,
42
- K as CardListProgramme,
43
- N as CardListProgrammePlugin,
44
- j as CardListSchool,
45
- q as CardListSchoolPlugin,
46
- v as CardShowcase,
47
- z as CardShowcasePlugin,
48
- J as CardShowcaseProfile,
49
- O as CardShowcaseProfilePlugin,
50
- X as CarouselLogo,
51
- Y as CarouselLogoPlugin,
52
- Z as CollapseCustom,
53
- _ as CollapseCustomPlugin,
54
- $ as ContactUsInfo,
55
- aa as ContactUsInfoPlugin,
56
- sa as ContactUsList,
57
- ia as ContactUsListPlugin,
58
- la as CountDown,
59
- ea as CountDownPlugin,
60
- na as CustomIframe,
61
- oa as CustomIframePlugin,
62
- ua as CustomSpace,
63
- ra as CustomSpacePlugin,
64
- ta as CustomText,
65
- ga as CustomTextPlugin,
66
- Pa as DetailLink,
67
- Ca as DetailLinkPlugin,
68
- ca as Disc,
69
- ba as DiscPlugin,
70
- ma as DonorLinks,
71
- La as DonorLinksPlugin,
72
- da as ExploreLinks,
73
- Ta as ExploreLinksPlugin,
74
- Sa as GalleryBlock,
75
- ya as GalleryBlockPlugin,
76
- Ba as GalleryCaptionRound,
77
- pa as GalleryCaptionRoundPlugin,
78
- ka as GalleryDefault,
79
- wa as GalleryDefaultPlugin,
80
- Ia as GalleryList,
81
- Ma as GalleryListPlugin,
82
- fa as GalleryTimeline,
83
- Ra as GalleryTimelineCol,
84
- ha as GalleryTimelineColPlugin,
85
- Aa as GalleryTimelinePlugin,
86
- Ga as GridLinks,
87
- Da as HeroSlide,
88
- xa as HeroSlidePlugin,
89
- Ua as InformationLink,
90
- Va as InformationLinkPlugin,
91
- Fa as LinkList,
92
- Ha as LinkListPlugin,
93
- Qa as MapStatic,
94
- Wa as MapStaticPlugin,
95
- Ea as MediaImageFull,
96
- Ka as MediaImageFullPlugin,
97
- Na as MediaImageStatic,
98
- ja as MediaImageStaticPlugin,
99
- qa as MediaLogo,
100
- va as MediaLogoPlugin,
101
- za as MediaVideo,
102
- Ja as MediaVideoPlugin,
103
- Oa as NewsList,
104
- Xa as NewsListPlugin,
105
- Ya as Process,
106
- Za as ProcessPlugin,
107
- _a as Publications,
108
- $a as PublicationsPlugin,
109
- as as QuoteText,
110
- ss as QuoteTextPlugin,
111
- is as RegisterForm,
112
- ls as RegisterFormPlugin,
113
- es as Resources,
114
- ns as ResourcesPlugin,
115
- os as ResourcesTwo,
116
- us as ResourcesTwoPlugin,
117
- rs as ResponsiveUtils,
118
- ts as RibbonBlock,
119
- gs as RibbonBlockPlugin,
120
- Ps as SchoolLayout,
121
- Cs as SchoolLayoutPlugin,
122
- cs as ScrollKeyInfo,
123
- bs as ScrollKeyInfoPlugin,
124
- ms as StorageUtils,
125
- Ls as TabDefault,
126
- ds as TabDefaultPlugin,
127
- Ts as TabLogo,
128
- Ss as TabLogoPlugin,
129
- ys as TabPage,
130
- Bs as TabPagePlugin,
131
- ps as TabTimeLine,
132
- ks as TabTimeLinePlugin,
133
- ws as TableCollapse,
134
- Is as TableCollapsePlugin,
135
- Ms as TableTwo,
136
- fs as TableTwoPlugin,
137
- Rs as TheHistoryCarousel,
138
- hs as TheHistoryCarouselPlugin,
139
- As as ThemeUtils,
140
- Gs as TimelineStory,
141
- Ds as TimelineStoryPlugin,
142
- xs as VrTour,
143
- Us as VrTourPlugin,
144
- Vs as VueScreenPlugin,
145
- Fs as default,
146
- Hs as useTheme,
147
- Qs as useVueScreen
3
+ i as AccordionText,
4
+ l as AccordionTextPlugin,
5
+ e as AlummiCommunityList,
6
+ n as AlummiCommunityListPlugin,
7
+ o as AnimationUtils,
8
+ u as ArticleItem,
9
+ r as ArticleItemPlugin,
10
+ t as ArticleList,
11
+ g as ArticleListPlugin,
12
+ P as ArticleListPureText,
13
+ C as ArticleListPureTextPlugin,
14
+ c as BackgroundWrapper,
15
+ b as BackgroundWrapperPlugin,
16
+ m as BannerImage,
17
+ L as BannerImagePlugin,
18
+ d as BannerImageWithLink,
19
+ T as BannerImageWithLinkPlugin,
20
+ S as BannerPage,
21
+ y as BannerPagePlugin,
22
+ B as BannerQuote,
23
+ p as BannerQuotePlugin,
24
+ k as BasicCollapse,
25
+ w as BasicCollapsePlugin,
26
+ I as BlessingMessage,
27
+ M as BlessingMessagePlugin,
28
+ f as BlessingSlider,
29
+ R as BlessingSliderPlugin,
30
+ h as BtnList,
31
+ A as BtnListPlugin,
32
+ G as CardCarousel,
33
+ D as CardCarouselArticles,
34
+ x as CardCarouselArticlesPlugin,
35
+ U as CardCarouselMultiRow,
36
+ V as CardCarouselMultiRowArticles,
37
+ F as CardCarouselMultiRowArticlesPlugin,
38
+ H as CardCarouselMultiRowPlugin,
39
+ Q as CardCarouselMultiRowPublications,
40
+ W as CardCarouselMultiRowPublicationsPlugin,
41
+ E as CardCarouselPlugin,
42
+ K as CardListCircle,
43
+ N as CardListCirclePlugin,
44
+ j as CardListProgramme,
45
+ q as CardListProgrammePlugin,
46
+ v as CardListSchool,
47
+ z as CardListSchoolPlugin,
48
+ J as CardShowcase,
49
+ O as CardShowcasePlugin,
50
+ X as CardShowcaseProfile,
51
+ Y as CardShowcaseProfilePlugin,
52
+ Z as CarouselLogo,
53
+ _ as CarouselLogoPlugin,
54
+ $ as CollapseCustom,
55
+ aa as CollapseCustomPlugin,
56
+ sa as ContactUsInfo,
57
+ ia as ContactUsInfoPlugin,
58
+ la as ContactUsList,
59
+ ea as ContactUsListPlugin,
60
+ na as CountDown,
61
+ oa as CountDownPlugin,
62
+ ua as CustomIframe,
63
+ ra as CustomIframePlugin,
64
+ ta as CustomSpace,
65
+ ga as CustomSpacePlugin,
66
+ Pa as CustomText,
67
+ Ca as CustomTextPlugin,
68
+ ca as DetailLink,
69
+ ba as DetailLinkPlugin,
70
+ ma as Disc,
71
+ La as DiscPlugin,
72
+ da as DonorLinks,
73
+ Ta as DonorLinksPlugin,
74
+ Sa as ExploreLinks,
75
+ ya as ExploreLinksPlugin,
76
+ Ba as GalleryBlock,
77
+ pa as GalleryBlockPlugin,
78
+ ka as GalleryCaptionRound,
79
+ wa as GalleryCaptionRoundPlugin,
80
+ Ia as GalleryDefault,
81
+ Ma as GalleryDefaultPlugin,
82
+ fa as GalleryList,
83
+ Ra as GalleryListPlugin,
84
+ ha as GalleryTimeline,
85
+ Aa as GalleryTimelineCol,
86
+ Ga as GalleryTimelineColPlugin,
87
+ Da as GalleryTimelinePlugin,
88
+ xa as GridLinks,
89
+ Ua as HeroSlide,
90
+ Va as HeroSlidePlugin,
91
+ Fa as InformationLink,
92
+ Ha as InformationLinkPlugin,
93
+ Qa as LinkList,
94
+ Wa as LinkListPlugin,
95
+ Ea as MapStatic,
96
+ Ka as MapStaticPlugin,
97
+ Na as MediaImageFull,
98
+ ja as MediaImageFullPlugin,
99
+ qa as MediaImageStatic,
100
+ va as MediaImageStaticPlugin,
101
+ za as MediaLogo,
102
+ Ja as MediaLogoPlugin,
103
+ Oa as MediaVideo,
104
+ Xa as MediaVideoPlugin,
105
+ Ya as NewsList,
106
+ Za as NewsListPlugin,
107
+ _a as Process,
108
+ $a as ProcessPlugin,
109
+ as as Publications,
110
+ ss as PublicationsPlugin,
111
+ is as QuoteText,
112
+ ls as QuoteTextPlugin,
113
+ es as RegisterForm,
114
+ ns as RegisterFormPlugin,
115
+ os as Resources,
116
+ us as ResourcesPlugin,
117
+ rs as ResourcesTwo,
118
+ ts as ResourcesTwoPlugin,
119
+ gs as ResponsiveUtils,
120
+ Ps as RibbonBlock,
121
+ Cs as RibbonBlockPlugin,
122
+ cs as SchoolLayout,
123
+ bs as SchoolLayoutPlugin,
124
+ ms as ScrollKeyInfo,
125
+ Ls as ScrollKeyInfoPlugin,
126
+ ds as StorageUtils,
127
+ Ts as TabDefault,
128
+ Ss as TabDefaultPlugin,
129
+ ys as TabLogo,
130
+ Bs as TabLogoPlugin,
131
+ ps as TabPage,
132
+ ks as TabPagePlugin,
133
+ ws as TabTimeLine,
134
+ Is as TabTimeLinePlugin,
135
+ Ms as TableCollapse,
136
+ fs as TableCollapsePlugin,
137
+ Rs as TableTwo,
138
+ hs as TableTwoPlugin,
139
+ As as TheHistoryCarousel,
140
+ Gs as TheHistoryCarouselPlugin,
141
+ Ds as ThemeUtils,
142
+ xs as TimelineStory,
143
+ Us as TimelineStoryPlugin,
144
+ Vs as VrTour,
145
+ Fs as VrTourPlugin,
146
+ Hs as VueScreenPlugin,
147
+ Qs as default,
148
+ Ws as useTheme,
149
+ Es as useVueScreen
148
150
  };