officialblock 2.0.8 → 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-Bi2ovj6T.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 l=require("./index-Bi2ovj6T.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
+ "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 { 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-B_2L9dK-.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,
@@ -6,105 +6,117 @@ export {
6
6
  n as ArticleItem,
7
7
  o as ArticleItemPlugin,
8
8
  u as ArticleList,
9
- r as ArticleListPlugin,
10
- t as BannerImage,
11
- g as BannerImagePlugin,
12
- P as BannerImageWithLink,
13
- C as BannerImageWithLinkPlugin,
14
- c as BannerPage,
15
- m as BannerPagePlugin,
16
- L as BannerQuote,
17
- d as BannerQuotePlugin,
9
+ t as ArticleListPlugin,
10
+ r as ArticleListPureText,
11
+ g as ArticleListPureTextPlugin,
12
+ P as BannerImage,
13
+ C as BannerImagePlugin,
14
+ c as BannerImageWithLink,
15
+ m as BannerImageWithLinkPlugin,
16
+ L as BannerPage,
17
+ T as BannerPagePlugin,
18
+ d as BannerQuote,
19
+ b as BannerQuotePlugin,
18
20
  y as BasicCollapse,
19
- B as BasicCollapsePlugin,
20
- T as BlessingMessage,
21
+ S as BasicCollapsePlugin,
22
+ B as BlessingMessage,
21
23
  w as BlessingMessagePlugin,
22
- S as BlessingSlider,
23
- R as BlessingSliderPlugin,
24
- p as BtnList,
25
- b as BtnListPlugin,
26
- f as CardCarousel,
24
+ R as BlessingSlider,
25
+ I as BlessingSliderPlugin,
26
+ M as BtnList,
27
+ f as BtnListPlugin,
28
+ p as CardCarousel,
27
29
  h as CardCarouselArticlesPlugin,
28
30
  k as CardCarouselMultiRow,
29
- G as CardCarouselMultiRowArticles,
30
- I as CardCarouselMultiRowArticlesPlugin,
31
- M as CardCarouselMultiRowPlugin,
32
- A as CardCarouselMultiRowPublications,
33
- D as CardCarouselMultiRowPublicationsPlugin,
34
- U as CardCarouselPlugin,
35
- x as CardShowcase,
36
- H as CardShowcasePlugin,
37
- Q as CardShowcaseProfile,
38
- E as CardShowcaseProfilePlugin,
39
- F as CarouselLogo,
40
- K as CarouselLogoPlugin,
41
- N as ContactUsInfo,
42
- v as ContactUsInfoPlugin,
43
- W as ContactUsList,
44
- j as ContactUsListPlugin,
45
- q as CountDown,
46
- z as CountDownPlugin,
47
- J as CustomIframe,
48
- O as CustomIframePlugin,
49
- V as CustomSpace,
50
- X as CustomSpacePlugin,
51
- Y as Disc,
52
- Z as DiscPlugin,
53
- $ as DonorLinks,
54
- _ as DonorLinksPlugin,
55
- aa as ExploreLinks,
56
- sa as ExploreLinksPlugin,
57
- la as GalleryBlock,
58
- ia as GalleryBlockPlugin,
59
- ea as GalleryCaptionRound,
60
- na as GalleryCaptionRoundPlugin,
61
- oa as GalleryDefault,
62
- ua as GalleryDefaultPlugin,
63
- ra as GalleryList,
64
- ta as GalleryListPlugin,
65
- ga as GalleryTimeline,
66
- Pa as GalleryTimelineCol,
67
- Ca as GalleryTimelineColPlugin,
68
- ca as GalleryTimelinePlugin,
69
- ma as HeroSlide,
70
- La as HeroSlidePlugin,
71
- da as LinkList,
72
- ya as LinkListPlugin,
73
- Ba as MapStatic,
74
- Ta as MapStaticPlugin,
75
- wa as MediaLogo,
76
- Sa as MediaLogoPlugin,
77
- Ra as NewsList,
78
- pa as NewsListPlugin,
79
- ba as Process,
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
- Aa as RegisterFormPlugin,
87
- Da as Resources,
88
- Ua as ResourcesPlugin,
89
- xa as ResourcesTwo,
90
- Ha as ResourcesTwoPlugin,
91
- Qa as ResponsiveUtils,
92
- Ea as RibbonBlock,
93
- Fa as RibbonBlockPlugin,
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
31
+ A as CardCarouselMultiRowArticles,
32
+ G as CardCarouselMultiRowArticlesPlugin,
33
+ D as CardCarouselMultiRowPlugin,
34
+ x as CardCarouselMultiRowPublications,
35
+ U as CardCarouselMultiRowPublicationsPlugin,
36
+ F as CardCarouselPlugin,
37
+ H as CardShowcase,
38
+ Q as CardShowcasePlugin,
39
+ E as CardShowcaseProfile,
40
+ K as CardShowcaseProfilePlugin,
41
+ N as CarouselLogo,
42
+ W as CarouselLogoPlugin,
43
+ v as ContactUsInfo,
44
+ j as ContactUsInfoPlugin,
45
+ q as ContactUsList,
46
+ z as ContactUsListPlugin,
47
+ J as CountDown,
48
+ V as CountDownPlugin,
49
+ X as CustomIframe,
50
+ Y as CustomIframePlugin,
51
+ Z as CustomSpace,
52
+ $ as CustomSpacePlugin,
53
+ O as CustomText,
54
+ _ as CustomTextPlugin,
55
+ aa as Disc,
56
+ sa as DiscPlugin,
57
+ la as DonorLinks,
58
+ ia as DonorLinksPlugin,
59
+ ea as ExploreLinks,
60
+ na as ExploreLinksPlugin,
61
+ oa as GalleryBlock,
62
+ ua as GalleryBlockPlugin,
63
+ ta as GalleryCaptionRound,
64
+ ra as GalleryCaptionRoundPlugin,
65
+ ga as GalleryDefault,
66
+ Pa as GalleryDefaultPlugin,
67
+ Ca as GalleryList,
68
+ ca as GalleryListPlugin,
69
+ ma as GalleryTimeline,
70
+ La as GalleryTimelineCol,
71
+ Ta as GalleryTimelineColPlugin,
72
+ da as GalleryTimelinePlugin,
73
+ ba as HeroSlide,
74
+ ya as HeroSlidePlugin,
75
+ Sa as LinkList,
76
+ Ba as LinkListPlugin,
77
+ wa as MapStatic,
78
+ Ra as MapStaticPlugin,
79
+ Ia as MediaImageFull,
80
+ Ma as MediaImageFullPlugin,
81
+ fa as MediaImageStatic,
82
+ pa as MediaImageStaticPlugin,
83
+ ha as MediaLogo,
84
+ ka as MediaLogoPlugin,
85
+ Aa as NewsList,
86
+ Ga as NewsListPlugin,
87
+ Da as Process,
88
+ xa as ProcessPlugin,
89
+ Ua as Publications,
90
+ Fa as PublicationsPlugin,
91
+ Ha as QuoteText,
92
+ Qa as QuoteTextPlugin,
93
+ Ea as RegisterForm,
94
+ Ka as RegisterFormPlugin,
95
+ Na as Resources,
96
+ Wa as ResourcesPlugin,
97
+ va as ResourcesTwo,
98
+ ja as ResourcesTwoPlugin,
99
+ qa as ResponsiveUtils,
100
+ za as RibbonBlock,
101
+ Ja as RibbonBlockPlugin,
102
+ Va as SchoolLayout,
103
+ Xa as SchoolLayoutPlugin,
104
+ Ya as ScrollKeyInfo,
105
+ Za as ScrollKeyInfoPlugin,
106
+ $a as StorageUtils,
107
+ Oa as TabDefault,
108
+ _a as TabDefaultPlugin,
109
+ as as TabTimeLine,
110
+ ss as TabTimeLinePlugin,
111
+ ls as TableCollapse,
112
+ is as TableCollapsePlugin,
113
+ es as TableTwo,
114
+ ns as TableTwoPlugin,
115
+ os as TheHistoryCarousel,
116
+ us as TheHistoryCarouselPlugin,
117
+ ts as ThemeUtils,
118
+ rs as TimelineStory,
119
+ gs as TimelineStoryPlugin,
120
+ Ps as default,
121
+ Cs as useTheme
110
122
  };