officialblock 2.1.0 → 2.1.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,143 @@
1
+ import { defineComponent as B, ref as v, computed as t, onMounted as E, createElementBlock as o, openBlock as a, normalizeStyle as F, normalizeClass as p, createCommentVNode as i, createElementVNode as n, createVNode as T, toDisplayString as r, Fragment as W, renderList as j } from "vue";
2
+ import { T as A } from "./index-QpRJyZ_6.mjs";
3
+ const O = {
4
+ key: 0,
5
+ class: "card-list__filter"
6
+ }, U = {
7
+ key: 0,
8
+ class: "card-list__title"
9
+ }, q = ["id"], G = ["data-aos-delay", "data-aos-anchor"], H = { class: "card-circle" }, I = { class: "circle__head" }, J = { class: "circle__img img-fit" }, K = ["src", "alt"], Q = {
10
+ key: 0,
11
+ class: "circle__title mt-3"
12
+ }, R = {
13
+ key: 1,
14
+ class: "circle__subtitle"
15
+ }, X = {
16
+ key: 2,
17
+ class: "circle__subtitle"
18
+ }, Y = {
19
+ key: 3,
20
+ class: "circle__text mt-3"
21
+ }, Z = {
22
+ key: 1,
23
+ class: "d-flex justify-content-center mt-10"
24
+ }, ee = { class: "btn--udrline" }, oe = /* @__PURE__ */ B({
25
+ __name: "index",
26
+ props: {
27
+ componentProps: {
28
+ type: Object,
29
+ default: () => ({})
30
+ }
31
+ },
32
+ emits: ["showLightboxVideo"],
33
+ setup(L, { emit: te }) {
34
+ const l = L, m = v("all"), u = v(4), h = v(4), b = v(Date.now()), x = t(() => {
35
+ var e;
36
+ return ((e = l.componentProps) == null ? void 0 : e.classes) ?? null;
37
+ }), $ = t(() => {
38
+ var e;
39
+ return ((e = l.componentProps) == null ? void 0 : e.style) ?? null;
40
+ }), M = t(() => {
41
+ var e;
42
+ return ((e = l.componentProps) == null ? void 0 : e.width) ?? null;
43
+ }), C = t(() => {
44
+ var e;
45
+ return ((e = l.componentProps) == null ? void 0 : e.center) ?? !1;
46
+ }), N = t(() => {
47
+ var e;
48
+ return ((e = l.componentProps) == null ? void 0 : e.type) ?? "school";
49
+ }), w = t(() => {
50
+ var e;
51
+ return ((e = l.componentProps) == null ? void 0 : e.title) ?? null;
52
+ }), d = t(() => {
53
+ var e;
54
+ return ((e = l.componentProps) == null ? void 0 : e.filters) ?? [];
55
+ }), g = t(() => {
56
+ var e;
57
+ return ((e = l.componentProps) == null ? void 0 : e.list) ?? [];
58
+ }), _ = t(() => {
59
+ var e;
60
+ return ((e = l.componentProps) == null ? void 0 : e.colDesktop) ?? 3;
61
+ }), f = t(() => {
62
+ var e;
63
+ return ((e = l.componentProps) == null ? void 0 : e.colMobile) ?? 1;
64
+ }), k = t(() => {
65
+ var e;
66
+ return ((e = l.componentProps) == null ? void 0 : e.addShowMore) ?? !1;
67
+ }), y = t(() => m.value === "all" || Array.isArray(d.value) && d.value.length <= 0 ? g.value : g.value.filter((e) => {
68
+ var c;
69
+ return (c = e.filter) == null ? void 0 : c.includes(m.value);
70
+ })), D = t(() => k.value ? y.value.slice(0, u.value) : y.value), S = t(() => k.value ? u.value < y.value.length : !1), P = v(window.innerWidth), V = (e) => {
71
+ m.value = e;
72
+ };
73
+ return E(() => {
74
+ P.value >= 767.98 ? (u.value = _.value, h.value = _.value) : (u.value = f.value * 3, h.value = f.value * 3), window.addEventListener("resize", () => {
75
+ P.value = window.innerWidth;
76
+ });
77
+ }), (e, c) => (a(), o("div", {
78
+ class: p(["card-list", x.value]),
79
+ style: F($.value)
80
+ }, [
81
+ d.value && d.value.length > 0 ? (a(), o("div", O, [
82
+ T(A, {
83
+ tabList: d.value,
84
+ onUpdateFilter: V
85
+ }, null, 8, ["tabList"])
86
+ ])) : i("", !0),
87
+ n("div", {
88
+ class: p(["card-list__wrapper", [M.value, { "text-center": C.value }]])
89
+ }, [
90
+ w.value ? (a(), o("h4", U, r(w.value), 1)) : i("", !0),
91
+ n("div", {
92
+ class: p(["row", [
93
+ `row-cols-${f.value}`,
94
+ `row-cols-md-${_.value}`,
95
+ { "small-gap": _.value > 4 },
96
+ `cars-list-${N.value}`
97
+ ]]),
98
+ id: `card-list-${b.value}`
99
+ }, [
100
+ (a(!0), o(W, null, j(D.value, (s, z) => (a(), o("div", {
101
+ class: "col",
102
+ key: s.key,
103
+ "data-aos": "fade-up",
104
+ "data-aos-delay": z * 100,
105
+ "data-aos-anchor": `#card-list-${b.value}`
106
+ }, [
107
+ n("div", H, [
108
+ n("div", I, [
109
+ n("div", J, [
110
+ n("img", {
111
+ src: s.image,
112
+ alt: s.alt
113
+ }, null, 8, K)
114
+ ])
115
+ ]),
116
+ n("div", {
117
+ class: p(["circle__body", { "is-single-column": e.singleColumn }])
118
+ }, [
119
+ s.title ? (a(), o("h4", Q, r(s.title), 1)) : i("", !0),
120
+ s.subtitle ? (a(), o("div", R, r(s.subtitle), 1)) : i("", !0),
121
+ s.subtitle2 ? (a(), o("div", X, r(s.subtitle2), 1)) : i("", !0),
122
+ s.text ? (a(), o("div", Y, r(s.text), 1)) : i("", !0)
123
+ ], 2)
124
+ ])
125
+ ], 8, G))), 128))
126
+ ], 10, q),
127
+ S.value ? (a(), o("div", Z, [
128
+ n("button", {
129
+ type: "button",
130
+ class: "btn btn__load-more",
131
+ onClick: c[0] || (c[0] = (s) => u.value += h.value)
132
+ }, [
133
+ n("div", ee, r(e.$t("btn.load_more")), 1),
134
+ c[1] || (c[1] = n("span", { class: "i i-load-more" }, null, -1))
135
+ ])
136
+ ])) : i("", !0)
137
+ ], 2)
138
+ ], 6));
139
+ }
140
+ });
141
+ export {
142
+ oe as default
143
+ };
@@ -1 +1 @@
1
- "use strict";var U=Object.defineProperty;var K=(u,r,i)=>r in u?U(u,r,{enumerable:!0,configurable:!0,writable:!0,value:i}):u[r]=i;var c=(u,r,i)=>K(u,typeof r!="symbol"?r+"":r,i);Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("vue"),B=require("@wangeditor/editor-for-vue"),w=require("@wangeditor/editor"),q=require("./index-C0VvLaXk.js"),E={class:"rich-text-editor"},$=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:i}){const a=u,m=i,o=t.shallowRef(),d=t.ref(""),I=t.computed(()=>typeof a.height=="number"?`${a.height}px`:a.height),p=t.inject("handleUpload",()=>{}),f=t.inject("fileUrl",null),C=t.inject("chooseName",null),h=t.ref(""),v=t.ref(null),b=e=>{if(!p){console.warn("Upload: handleUpload function not provided by ancestor");return}if(h.value=e,o.value)try{const n=o.value.selection;n&&(v.value={anchor:{path:[...n.anchor.path],offset:n.anchor.offset},focus:{path:[...n.focus.path],offset:n.focus.offset}})}catch(n){console.warn("保存光标位置失败:",n)}const l=a.name+"_"+e;p(!0,l)};t.watch(()=>a.name,()=>{f.value=null},{deep:!0,immediate:!0}),t.watch(()=>[f==null?void 0:f.value],([e])=>{const l=a.name+"_"+h.value;!e||!C.value||C.value!==l||o.value&&t.nextTick(()=>{var n,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(h.value==="img"){const y=`<img src="${e}" alt="图片" style="max-width: 100%;">`;(n=o.value)==null||n.dangerouslyInsertHtml(y)}else{const y=`<video src="${e}" controls style="max-width: 100%;"></video>`;(g=o.value)==null||g.dangerouslyInsertHtml(y)}v.value=null,h.value=""}})},{immediate:!1});function _(e){return class{constructor(){c(this,"title");c(this,"tag");c(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 k(e){return class{constructor(){c(this,"title");c(this,"tag");c(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","undo","redo","clearStyle","codeBlock"]},H={placeholder:a.placeholder,readOnly:a.disabled,maxLength:a.maxLength,MENU_CONF:{}},M=Math.random().toString(36).substring(2,9),V=`CustomImageMenu_${M}`,S=`CustomVideoMenu_${M}`,j=e=>{o.value=e;try{const l=_(b),n=k(b),g={key:V,factory(){return new l}},s={key:S,factory(){return new n}};w.Boot.registerMenu(g),w.Boot.registerMenu(s)}catch(l){console.warn("菜单注册失败:",l)}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)},N=()=>{o.value=void 0},O=e=>{m("focus",e)},T=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,l)=>(t.openBlock(),t.createElementBlock("div",E,[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:I.value}),modelValue:d.value,"onUpdate:modelValue":l[0]||(l[0]=n=>d.value=n),defaultConfig:H,mode:u.mode,onOnCreated:j,onOnChange:z,onOnDestroyed:N,onOnFocus:O,onOnBlur:T},null,8,["style","modelValue","mode"])]))}}),D=q._($,[["__scopeId","data-v-e8d1a61b"]]);exports.default=D;
1
+ "use strict";var U=Object.defineProperty;var K=(u,r,i)=>r in u?U(u,r,{enumerable:!0,configurable:!0,writable:!0,value:i}):u[r]=i;var c=(u,r,i)=>K(u,typeof r!="symbol"?r+"":r,i);Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("vue"),B=require("@wangeditor/editor-for-vue"),w=require("@wangeditor/editor"),q=require("./index-CvCNRVPY.js"),E={class:"rich-text-editor"},$=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:i}){const a=u,m=i,o=t.shallowRef(),d=t.ref(""),I=t.computed(()=>typeof a.height=="number"?`${a.height}px`:a.height),p=t.inject("handleUpload",()=>{}),f=t.inject("fileUrl",null),C=t.inject("chooseName",null),h=t.ref(""),v=t.ref(null),b=e=>{if(!p){console.warn("Upload: handleUpload function not provided by ancestor");return}if(h.value=e,o.value)try{const n=o.value.selection;n&&(v.value={anchor:{path:[...n.anchor.path],offset:n.anchor.offset},focus:{path:[...n.focus.path],offset:n.focus.offset}})}catch(n){console.warn("保存光标位置失败:",n)}const l=a.name+"_"+e;p(!0,l)};t.watch(()=>a.name,()=>{f.value=null},{deep:!0,immediate:!0}),t.watch(()=>[f==null?void 0:f.value],([e])=>{const l=a.name+"_"+h.value;!e||!C.value||C.value!==l||o.value&&t.nextTick(()=>{var n,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(h.value==="img"){const y=`<img src="${e}" alt="图片" style="max-width: 100%;">`;(n=o.value)==null||n.dangerouslyInsertHtml(y)}else{const y=`<video src="${e}" controls style="max-width: 100%;"></video>`;(g=o.value)==null||g.dangerouslyInsertHtml(y)}v.value=null,h.value=""}})},{immediate:!1});function _(e){return class{constructor(){c(this,"title");c(this,"tag");c(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 k(e){return class{constructor(){c(this,"title");c(this,"tag");c(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","undo","redo","clearStyle","codeBlock"]},H={placeholder:a.placeholder,readOnly:a.disabled,maxLength:a.maxLength,MENU_CONF:{}},M=Math.random().toString(36).substring(2,9),V=`CustomImageMenu_${M}`,S=`CustomVideoMenu_${M}`,j=e=>{o.value=e;try{const l=_(b),n=k(b),g={key:V,factory(){return new l}},s={key:S,factory(){return new n}};w.Boot.registerMenu(g),w.Boot.registerMenu(s)}catch(l){console.warn("菜单注册失败:",l)}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)},N=()=>{o.value=void 0},O=e=>{m("focus",e)},T=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,l)=>(t.openBlock(),t.createElementBlock("div",E,[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:I.value}),modelValue:d.value,"onUpdate:modelValue":l[0]||(l[0]=n=>d.value=n),defaultConfig:H,mode:u.mode,onOnCreated:j,onOnChange:z,onOnDestroyed:N,onOnFocus:O,onOnBlur:T},null,8,["style","modelValue","mode"])]))}}),D=q._($,[["__scopeId","data-v-e8d1a61b"]]);exports.default=D;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-CvCNRVPY.js");exports.default=e.b;
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const a=require("./index-C0VvLaXk.js");exports.AlummiCommunityList=a.a1;exports.AlummiCommunityListPlugin=a.aV;exports.AnimationUtils=a.b8;exports.ArticleItem=a.p;exports.ArticleItemPlugin=a.av;exports.ArticleList=a.A;exports.ArticleListPlugin=a.ad;exports.ArticleListPureText=a.aa;exports.ArticleListPureTextPlugin=a.b2;exports.BannerImage=a.B;exports.BannerImagePlugin=a.ae;exports.BannerImageWithLink=a.z;exports.BannerImageWithLinkPlugin=a.aF;exports.BannerPage=a.f;exports.BannerPagePlugin=a.af;exports.BannerQuote=a.o;exports.BannerQuotePlugin=a.au;exports.BasicCollapse=a.V;exports.BasicCollapsePlugin=a.aP;exports.BlessingMessage=a.a2;exports.BlessingMessagePlugin=a.aW;exports.BlessingSlider=a.a3;exports.BlessingSliderPlugin=a.aX;exports.BtnList=a.g;exports.BtnListPlugin=a.ag;exports.CardCarousel=a.m;exports.CardCarouselArticlesPlugin=a.aK;exports.CardCarouselMultiRow=a.n;exports.CardCarouselMultiRowArticles=a.a0;exports.CardCarouselMultiRowArticlesPlugin=a.aU;exports.CardCarouselMultiRowPlugin=a.at;exports.CardCarouselMultiRowPublications=a.a7;exports.CardCarouselMultiRowPublicationsPlugin=a.a$;exports.CardCarouselPlugin=a.as;exports.CardShowcase=a.a4;exports.CardShowcasePlugin=a.aY;exports.CardShowcaseProfile=a.t;exports.CardShowcaseProfilePlugin=a.aA;exports.CarouselLogo=a.I;exports.CarouselLogoPlugin=a.aL;exports.ContactUsInfo=a.E;exports.ContactUsInfoPlugin=a.aH;exports.ContactUsList=a.x;exports.ContactUsListPlugin=a.aC;exports.CountDown=a.v;exports.CountDownPlugin=a.aB;exports.CustomIframe=a.w;exports.CustomIframePlugin=a.aD;exports.CustomSpace=a.C;exports.CustomSpacePlugin=a.am;exports.CustomText=a.a8;exports.CustomTextPlugin=a.a8;exports.Disc=a.U;exports.DiscPlugin=a.aO;exports.DonorLinks=a.D;exports.DonorLinksPlugin=a.ar;exports.ExploreLinks=a.a5;exports.ExploreLinksPlugin=a.aZ;exports.GalleryBlock=a.Z;exports.GalleryBlockPlugin=a.aT;exports.GalleryCaptionRound=a.h;exports.GalleryCaptionRoundPlugin=a.ai;exports.GalleryDefault=a.G;exports.GalleryDefaultPlugin=a.ah;exports.GalleryList=a.l;exports.GalleryListPlugin=a.an;exports.GalleryTimeline=a.i;exports.GalleryTimelineCol=a.j;exports.GalleryTimelineColPlugin=a.ak;exports.GalleryTimelinePlugin=a.aj;exports.HeroSlide=a.H;exports.HeroSlidePlugin=a.ao;exports.LinkList=a.L;exports.LinkListPlugin=a.ap;exports.MapStatic=a.M;exports.MapStaticPlugin=a.aJ;exports.MediaImageFull=a.a9;exports.MediaImageFullPlugin=a.b0;exports.MediaImageStatic=a.d;exports.MediaImageStaticPlugin=a.b1;exports.MediaLogo=a.X;exports.MediaLogoPlugin=a.aR;exports.NewsList=a.N;exports.NewsListPlugin=a.ay;exports.Process=a.k;exports.ProcessPlugin=a.al;exports.Publications=a.F;exports.PublicationsPlugin=a.aI;exports.QuoteText=a.Q;exports.QuoteTextPlugin=a.aq;exports.RegisterForm=a.Y;exports.RegisterFormPlugin=a.aS;exports.Resources=a.J;exports.ResourcesPlugin=a.aM;exports.ResourcesTwo=a.K;exports.ResourcesTwoPlugin=a.aN;exports.ResponsiveUtils=a.b7;exports.RibbonBlock=a.R;exports.RibbonBlockPlugin=a.aw;exports.SchoolLayout=a.a6;exports.SchoolLayoutPlugin=a.a_;exports.ScrollKeyInfo=a.S;exports.ScrollKeyInfoPlugin=a.aG;exports.StorageUtils=a.b9;exports.TabDefault=a.ab;exports.TabDefaultPlugin=a.b3;exports.TabTimeLine=a.ac;exports.TabTimeLinePlugin=a.b4;exports.TableCollapse=a.W;exports.TableCollapsePlugin=a.aQ;exports.TableTwo=a.y;exports.TableTwoPlugin=a.aE;exports.TheHistoryCarousel=a.s;exports.TheHistoryCarouselPlugin=a.az;exports.ThemeUtils=a.b6;exports.TimelineStory=a.q;exports.TimelineStoryPlugin=a.ax;exports.default=a.e;exports.useTheme=a.b5;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const a=require("./index-CvCNRVPY.js");exports.AlummiCommunityList=a.Y;exports.AlummiCommunityListPlugin=a.aR;exports.AnimationUtils=a.b4;exports.ArticleItem=a.n;exports.ArticleItemPlugin=a.ar;exports.ArticleList=a.A;exports.ArticleListPlugin=a.a9;exports.ArticleListPureText=a.a6;exports.ArticleListPureTextPlugin=a.a_;exports.BannerImage=a.B;exports.BannerImagePlugin=a.aa;exports.BannerImageWithLink=a.w;exports.BannerImageWithLinkPlugin=a.aB;exports.BannerPage=a.d;exports.BannerPagePlugin=a.ab;exports.BannerQuote=a.m;exports.BannerQuotePlugin=a.aq;exports.BasicCollapse=a.J;exports.BasicCollapsePlugin=a.aL;exports.BlessingMessage=a.Z;exports.BlessingMessagePlugin=a.aS;exports.BlessingSlider=a.$;exports.BlessingSliderPlugin=a.aT;exports.BtnList=a.e;exports.BtnListPlugin=a.ac;exports.CardCarousel=a.k;exports.CardCarouselArticlesPlugin=a.aG;exports.CardCarouselMultiRow=a.l;exports.CardCarouselMultiRowArticles=a.X;exports.CardCarouselMultiRowArticlesPlugin=a.aQ;exports.CardCarouselMultiRowPlugin=a.ap;exports.CardCarouselMultiRowPublications=a.a3;exports.CardCarouselMultiRowPublicationsPlugin=a.aX;exports.CardCarouselPlugin=a.ao;exports.CardShowcase=a.a0;exports.CardShowcasePlugin=a.aU;exports.CardShowcaseProfile=a.q;exports.CardShowcaseProfilePlugin=a.aw;exports.CarouselLogo=a.z;exports.CarouselLogoPlugin=a.aH;exports.ContactUsInfo=a.x;exports.ContactUsInfoPlugin=a.aD;exports.ContactUsList=a.u;exports.ContactUsListPlugin=a.ay;exports.CountDown=a.s;exports.CountDownPlugin=a.ax;exports.CustomIframe=a.t;exports.CustomIframePlugin=a.az;exports.CustomSpace=a.C;exports.CustomSpacePlugin=a.ai;exports.CustomText=a.a4;exports.CustomTextPlugin=a.a4;exports.Disc=a.I;exports.DiscPlugin=a.aK;exports.DonorLinks=a.D;exports.DonorLinksPlugin=a.an;exports.ExploreLinks=a.a1;exports.ExploreLinksPlugin=a.aV;exports.GalleryBlock=a.W;exports.GalleryBlockPlugin=a.aP;exports.GalleryCaptionRound=a.f;exports.GalleryCaptionRoundPlugin=a.ae;exports.GalleryDefault=a.G;exports.GalleryDefaultPlugin=a.ad;exports.GalleryList=a.j;exports.GalleryListPlugin=a.aj;exports.GalleryTimeline=a.g;exports.GalleryTimelineCol=a.h;exports.GalleryTimelineColPlugin=a.ag;exports.GalleryTimelinePlugin=a.af;exports.HeroSlide=a.H;exports.HeroSlidePlugin=a.ak;exports.LinkList=a.L;exports.LinkListPlugin=a.al;exports.MapStatic=a.M;exports.MapStaticPlugin=a.aF;exports.MediaImageFull=a.a5;exports.MediaImageFullPlugin=a.aY;exports.MediaImageStatic=a.b;exports.MediaImageStaticPlugin=a.aZ;exports.MediaLogo=a.U;exports.MediaLogoPlugin=a.aN;exports.NewsList=a.N;exports.NewsListPlugin=a.au;exports.Process=a.i;exports.ProcessPlugin=a.ah;exports.Publications=a.y;exports.PublicationsPlugin=a.aE;exports.QuoteText=a.Q;exports.QuoteTextPlugin=a.am;exports.RegisterForm=a.V;exports.RegisterFormPlugin=a.aO;exports.Resources=a.E;exports.ResourcesPlugin=a.aI;exports.ResourcesTwo=a.F;exports.ResourcesTwoPlugin=a.aJ;exports.ResponsiveUtils=a.b3;exports.RibbonBlock=a.R;exports.RibbonBlockPlugin=a.as;exports.SchoolLayout=a.a2;exports.SchoolLayoutPlugin=a.aW;exports.ScrollKeyInfo=a.S;exports.ScrollKeyInfoPlugin=a.aC;exports.StorageUtils=a.b5;exports.TabDefault=a.a7;exports.TabDefaultPlugin=a.a$;exports.TabTimeLine=a.a8;exports.TabTimeLinePlugin=a.b0;exports.TableCollapse=a.K;exports.TableCollapsePlugin=a.aM;exports.TableTwo=a.v;exports.TableTwoPlugin=a.aA;exports.TheHistoryCarousel=a.p;exports.TheHistoryCarouselPlugin=a.av;exports.ThemeUtils=a.b2;exports.TimelineStory=a.o;exports.TimelineStoryPlugin=a.at;exports.default=a.c;exports.useTheme=a.b1;
@@ -1,4 +1,4 @@
1
- import { a1 as l, aV as i, b8 as e, p as n, av as o, A as u, ad as t, aa as r, b2 as g, B as P, ae as C, z as c, aF as m, f as L, af as T, o as d, au as b, V as y, aP as S, a2 as B, aW as w, a3 as R, aX as I, g as M, ag as f, m as p, aK as h, n as k, a0 as A, aU as G, at as D, a7 as x, a$ as U, as as F, a4 as H, aY as Q, t as E, aA as K, I as N, aL as W, E as v, aH as j, x as q, aC as z, v as J, aB as V, w as X, aD as Y, C as Z, am as O, a8 as _, a8 as $, U as aa, aO as sa, D as la, ar as ia, a5 as ea, aZ as na, Z as oa, aT as ua, h as ta, ai as ra, G as ga, ah as Pa, l as Ca, an as ca, i as ma, j as La, ak as Ta, aj as da, H as ba, ao as ya, L as Sa, ap as Ba, M as wa, aJ as Ra, a9 as Ia, b0 as Ma, d as fa, b1 as pa, X as ha, aR as ka, N as Aa, ay as Ga, k as Da, al as xa, F as Ua, aI as Fa, Q as Ha, aq as Qa, Y as Ea, aS as Ka, J as Na, aM as Wa, K as va, aN as ja, b7 as qa, R as za, aw as Ja, a6 as Va, a_ as Xa, S as Ya, aG as Za, b9 as Oa, ab as _a, b3 as $a, ac as as, b4 as ss, W as ls, aQ as is, y as es, aE as ns, s as os, az as us, b6 as ts, q as rs, ax as gs, e as Ps, b5 as Cs } from "./index-C_l0k6dm.mjs";
1
+ import { Y as l, aR as i, b4 as e, n, ar as o, A as u, a9 as t, a6 as r, a_ as g, B as P, aa as C, w as c, aB as m, d as L, ab as T, m as d, aq as b, J as y, aL as S, Z as B, aS as w, $ as R, aT as I, e as M, ac as f, k as p, aG as h, l as k, X as A, aQ as G, ap as D, a3 as x, aX as U, ao as F, a0 as H, aU as Q, q as E, aw as K, z as N, aH as W, x as v, aD as j, u as q, ay as z, s as J, ax as V, t as X, az as Y, C as Z, ai as $, a4 as O, a4 as _, I as aa, aK as sa, D as la, an as ia, a1 as ea, aV as na, W as oa, aP as ua, f as ta, ae as ra, G as ga, ad as Pa, j as Ca, aj as ca, g as ma, h as La, ag as Ta, af as da, H as ba, ak as ya, L as Sa, al as Ba, M as wa, aF as Ra, a5 as Ia, aY as Ma, b as fa, aZ as pa, U as ha, aN as ka, N as Aa, au as Ga, i as Da, ah as xa, y as Ua, aE as Fa, Q as Ha, am as Qa, V as Ea, aO as Ka, E as Na, aI as Wa, F as va, aJ as ja, b3 as qa, R as za, as as Ja, a2 as Va, aW as Xa, S as Ya, aC as Za, b5 as $a, a7 as Oa, a$ as _a, a8 as as, b0 as ss, K as ls, aM as is, v as es, aA as ns, p as os, av as us, b2 as ts, o as rs, at as gs, c as Ps, b1 as Cs } from "./index-QpRJyZ_6.mjs";
2
2
  export {
3
3
  l as AlummiCommunityList,
4
4
  i as AlummiCommunityListPlugin,
@@ -49,9 +49,9 @@ export {
49
49
  X as CustomIframe,
50
50
  Y as CustomIframePlugin,
51
51
  Z as CustomSpace,
52
- O as CustomSpacePlugin,
53
- _ as CustomText,
54
- $ as CustomTextPlugin,
52
+ $ as CustomSpacePlugin,
53
+ O as CustomText,
54
+ _ as CustomTextPlugin,
55
55
  aa as Disc,
56
56
  sa as DiscPlugin,
57
57
  la as DonorLinks,
@@ -103,9 +103,9 @@ export {
103
103
  Xa as SchoolLayoutPlugin,
104
104
  Ya as ScrollKeyInfo,
105
105
  Za as ScrollKeyInfoPlugin,
106
- Oa as StorageUtils,
107
- _a as TabDefault,
108
- $a as TabDefaultPlugin,
106
+ $a as StorageUtils,
107
+ Oa as TabDefault,
108
+ _a as TabDefaultPlugin,
109
109
  as as TabTimeLine,
110
110
  ss as TabTimeLinePlugin,
111
111
  ls as TableCollapse,