officialblock 2.1.7 → 2.1.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.
@@ -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-By5KQYOh.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-DhaWttC4.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 +1 @@
1
- "use strict";var M=Object.create;var O=Object.defineProperty;var F=Object.getOwnPropertyDescriptor;var j=Object.getOwnPropertyNames;var q=Object.getPrototypeOf,z=Object.prototype.hasOwnProperty;var G=(l,v,c,w)=>{if(v&&typeof v=="object"||typeof v=="function")for(let f of j(v))!z.call(l,f)&&f!==c&&O(l,f,{get:()=>v[f],enumerable:!(w=F(v,f))||w.enumerable});return l};var J=(l,v,c)=>(c=l!=null?M(q(l)):{},G(v||!l||!l.__esModule?O(c,"default",{value:l,enumerable:!0}):c,l));Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),o=require("./index-By5KQYOh.js"),K={class:"seting-box"},Q={class:"setting-header flex items-center"},R={key:0},W={class:"setting-header items-center"},X={class:"draggable_box"},Y={class:"drag_top_box"},Z=["onClick"],ee={key:0},te={class:"draggable_link_box"},le={class:"drag_link_top_box"},ae=["onClick"],ne=e.defineComponent({__name:"setting",props:{show:{type:Boolean,default:!1},data:{type:Object,default:()=>{}}},emits:["update:show"],setup(l,{emit:v}){const c=e.defineAsyncComponent(()=>import("vuedraggable")),w=e.computed(()=>({animation:200,group:"gridLinks",disabled:!1,ghostClass:"ghost",handle:".drag-handle, .icon_drag",filter:".arco-input, .arco-select, .arco-checkbox",preventOnFilter:!1})),f=e.computed(()=>({animation:200,group:"gridLinkItems",disabled:!1,ghostClass:"ghost",handle:".drag-handle, .icon_drag",filter:".arco-input, .arco-select, .arco-checkbox",preventOnFilter:!1})),y=e.ref(!1),x=e.ref(!1),s=l,p=e.ref(new Set),V=e.ref(new Set),b=()=>{var a,t;(t=(a=s.data)==null?void 0:a.data)!=null&&t.list&&Array.isArray(s.data.data.list)&&(p.value.clear(),V.value.clear(),s.data.data.list.forEach(n=>{n.id&&p.value.add(n.id),n.links&&Array.isArray(n.links)&&n.links.length>0&&n.links.forEach(i=>{i.id&&V.value.add(i.id)})}))},_=e.ref(!1);e.watch(()=>s.show,a=>{a&&!_.value?(_.value=!0,e.nextTick(()=>{b()})):a||(_.value=!1)},{immediate:!0});const B=a=>{var t,n;p.value.has(a.id)?(p.value.clear(),(n=(t=s.data)==null?void 0:t.data)!=null&&n.list&&s.data.data.list.forEach(i=>{i.id!==a.id&&p.value.add(i.id)})):p.value.add(a.id)},m=a=>p.value.has(a.id),r=a=>{s.data.data.list=s.data.data.list.filter(t=>t.id!==a)},h=()=>{var n,i;const a=s.data.data,t=o.r();a.list.push({id:t,title:"这里是标题",links:[]}),p.value.clear(),(i=(n=s.data)==null?void 0:n.data)!=null&&i.list&&s.data.data.list.forEach(g=>{g.id!==t&&p.value.add(g.id)}),e.nextTick(()=>{if(typeof document<"u"){const g=document.querySelector(".arco-drawer-body");g&&(g.scrollTop=g.scrollHeight)}})},C=a=>{V.value.has(a.id)?V.value.delete(a.id):V.value.add(a.id)},k=a=>V.value.has(a.id),$=a=>{const t=s.data.data.list.find(n=>n.id===a);if(t){const n=o.r();t.links.push({id:n,name:"这里是名称",link:""}),t.links&&Array.isArray(t.links)&&t.links.forEach(i=>{i.id!==n?V.value.add(i.id):V.value.delete(i.id)})}},N=(a,t)=>{const n=s.data.data.list.find(i=>i.id===a);n&&n.links&&(n.links=n.links.filter(i=>i.id!==t))},S=v,L=()=>{S("update:show",!1)};return(a,t)=>{const n=e.resolveComponent("a-switch"),i=e.resolveComponent("a-option"),g=e.resolveComponent("a-select"),P=e.resolveComponent("icon-drag-dot"),D=e.resolveComponent("icon-drag-arrow"),U=e.resolveComponent("icon-delete"),T=e.resolveComponent("a-input"),I=e.resolveComponent("icon-plus"),A=e.resolveComponent("a-button"),H=e.resolveComponent("a-drawer");return e.openBlock(),e.createBlock(H,{width:500,visible:l.show,footer:!1,onCancel:L,unmountOnClose:""},{title:e.withCtx(()=>{var d;return[e.createTextVNode(e.toDisplayString((d=l.data)==null?void 0:d.type)+"组件编辑 ",1)]}),default:e.withCtx(()=>[e.createElementVNode("div",K,[e.createElementVNode("div",Q,[t[7]||(t[7]=e.createElementVNode("span",{class:"header-title"},"仅显示PC端",-1)),e.createVNode(n,{modelValue:l.data.onlyShowPc,"onUpdate:modelValue":t[0]||(t[0]=d=>l.data.onlyShowPc=d)},null,8,["modelValue"])]),t[19]||(t[19]=e.createElementVNode("p",{class:"item-title"},"组件宽度",-1)),e.createVNode(g,{modelValue:l.data.data.width,"onUpdate:modelValue":t[1]||(t[1]=d=>l.data.data.width=d),placeholder:"请选择","allow-clear":""},{default:e.withCtx(()=>[e.createVNode(i,{value:"default"},{default:e.withCtx(()=>[...t[8]||(t[8]=[e.createTextVNode("默认",-1)])]),_:1}),e.createVNode(i,{value:"small"},{default:e.withCtx(()=>[...t[9]||(t[9]=[e.createTextVNode("小",-1)])]),_:1}),e.createVNode(i,{value:"middle"},{default:e.withCtx(()=>[...t[10]||(t[10]=[e.createTextVNode("中",-1)])]),_:1}),e.createVNode(i,{value:"max"},{default:e.withCtx(()=>[...t[11]||(t[11]=[e.createTextVNode("大",-1)])]),_:1})]),_:1},8,["modelValue"]),t[20]||(t[20]=e.createElementVNode("div",{class:"part_title",style:{"margin-top":"20px"}},"链接列表",-1)),l.data.data.list.length?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",R,"暂无数据")),e.createElementVNode("div",W,[e.createVNode(e.unref(c),e.mergeProps({modelValue:l.data.data.list,"onUpdate:modelValue":t[4]||(t[4]=d=>l.data.data.list=d),"component-data":{tag:"div",type:"transition-group",name:y.value?null:"flip-list"}},w.value,{disabled:!1,onStart:t[5]||(t[5]=d=>y.value=!0),onEnd:t[6]||(t[6]=d=>y.value=!1),"item-key":"id"}),{item:e.withCtx(({element:d})=>[e.createElementVNode("div",X,[e.createElementVNode("div",Y,[e.createElementVNode("div",{class:"drag-handle",onClick:u=>B(d)},[e.createVNode(P,{style:{"margin-right":"10px"}}),e.createTextVNode(e.toDisplayString(d.title),1)],8,Z),e.createElementVNode("div",null,[e.createVNode(D,{class:"icon_drag"}),e.createVNode(U,{class:"btn-delete",onClick:e.withModifiers(u=>r(d.id),["stop"])},null,8,["onClick"])])]),e.createVNode(e.Transition,{name:"collapse"},{default:e.withCtx(()=>[e.withDirectives(e.createElementVNode("div",null,[t[16]||(t[16]=e.createElementVNode("p",{class:"item-title",style:{"margin-top":"20px"}},"标题",-1)),e.createVNode(T,{modelValue:d.title,"onUpdate:modelValue":u=>d.title=u,placeholder:"请输入标题","allow-clear":""},null,8,["modelValue","onUpdate:modelValue"]),t[17]||(t[17]=e.createElementVNode("p",{class:"item-title",style:{"margin-top":"20px"}},"链接",-1)),d.links.length?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",ee,"暂无数据")),e.createVNode(e.unref(c),e.mergeProps({modelValue:d.links,"onUpdate:modelValue":u=>d.links=u,"component-data":{tag:"div",type:"transition-group",name:x.value?null:"flip-list"}},f.value,{disabled:!1,onStart:t[2]||(t[2]=u=>x.value=!0),onEnd:t[3]||(t[3]=u=>x.value=!1),"item-key":"id"}),{item:e.withCtx(({element:u})=>[e.createElementVNode("div",te,[e.createElementVNode("div",le,[e.createElementVNode("div",{class:"drag-handle",onClick:E=>C(u)},[e.createVNode(P,{style:{"margin-right":"10px"}}),t[12]||(t[12]=e.createTextVNode("链接 ",-1))],8,ae),e.createElementVNode("div",null,[e.createVNode(D,{class:"icon_drag"}),e.createVNode(U,{class:"btn-delete",onClick:e.withModifiers(E=>N(d.id,u.id),["stop"])},null,8,["onClick"])])]),e.createVNode(e.Transition,{name:"collapse"},{default:e.withCtx(()=>[e.withDirectives(e.createElementVNode("div",null,[t[13]||(t[13]=e.createElementVNode("p",{class:"link-title",style:{"margin-top":"20px"}}," 名称 ",-1)),e.createVNode(T,{modelValue:u.name,"onUpdate:modelValue":E=>u.name=E,placeholder:"请输入名称","allow-clear":""},null,8,["modelValue","onUpdate:modelValue"]),t[14]||(t[14]=e.createElementVNode("p",{class:"link-title",style:{"margin-top":"20px"}}," 链接地址 ",-1)),e.createVNode(T,{modelValue:u.link,"onUpdate:modelValue":E=>u.link=E,placeholder:"请输入链接地址","allow-clear":""},null,8,["modelValue","onUpdate:modelValue"])],512),[[e.vShow,!k(u)]])]),_:2},1024)])]),_:2},1040,["modelValue","onUpdate:modelValue","component-data"]),e.createVNode(A,{style:{"margin-top":"20px"},size:"mini",type:"primary",onClick:u=>$(d.id)},{icon:e.withCtx(()=>[e.createVNode(I)]),default:e.withCtx(()=>[t[15]||(t[15]=e.createTextVNode(" 链接 ",-1))]),_:1},8,["onClick"])],512),[[e.vShow,!m(d)]])]),_:2},1024)])]),_:1},16,["modelValue","component-data"])]),e.createVNode(A,{type:"primary",onClick:h,style:{"margin-top":"20px"}},{icon:e.withCtx(()=>[e.createVNode(I)]),default:e.withCtx(()=>[t[18]||(t[18]=e.createTextVNode(" 新增 ",-1))]),_:1})])]),_:1},8,["visible"])}}}),oe=o._(ne,[["__scopeId","data-v-cec126b9"]]),de=["innerHTML"],ie={key:0,class:"grid-links__sublist"},se=["onClick"],re={key:1,class:"grid-links__subitem__link"},ce=e.defineComponent({name:"GridLinks",__name:"index",props:{modelValue:{type:Object,default:()=>{}},isPreview:{type:Boolean,default:!0}},emits:["update:modelValue","handleDelete","handleCopy","handlePaste","handleClick"],setup(l,{emit:v}){const c=l,w=v,f=m=>{w("handleClick",m)},y=e.computed(()=>{var m;return c.isPreview?!((m=c.modelValue)!=null&&m.onlyShowPc)||!o.i():!0}),x=()=>{var r;if(c.modelValue&&c.modelValue.data)return;const m={id:((r=c.modelValue)==null?void 0:r.id)||o.r(),type:"GridLinks",onlyShowPc:!1,data:{width:"default",bgColor:"white",list:[{id:o.r(),title:"这里是标题",links:[{id:o.r(),name:"这里是名称",link:""},{id:o.r(),name:"这里是名称",link:"https://www.baidu.com"},{id:o.r(),name:"这里是名称",link:"https://www.baidu.com"}]},{id:o.r(),title:"这里是标题",links:[{id:o.r(),name:"这里是名称",link:"https://www.baidu.com"},{id:o.r(),name:"这里是名称",link:"https://www.baidu.com"},{id:o.r(),name:"这里是名称",link:"https://www.baidu.com"}]},{id:o.r(),title:"这里是标题",links:[{id:o.r(),name:"这里是名称",link:"https://www.baidu.com"},{id:o.r(),name:"这里是名称",link:"https://www.baidu.com"},{id:o.r(),name:"这里是名称",link:"https://www.baidu.com"}]},{id:o.r(),title:"这里是标题",links:[{id:o.r(),name:"这里是名称",link:"https://www.baidu.com"},{id:o.r(),name:"这里是名称",link:"https://www.baidu.com"},{id:o.r(),name:"这里是名称",link:"https://www.baidu.com"}]}]}};w("update:modelValue",m)},s=e.ref(!1),p=e.ref(!1),V=e.computed(()=>{var h,C;const m=(C=(h=c.modelValue)==null?void 0:h.data)==null?void 0:C.width;return!m||m==="default"?"container-content":{small:"container-content-small",middle:"container-content-middle",max:"container-content-max"}[m]||"container-content"}),b=()=>{w("handleDelete",c.modelValue.id)},_=()=>{w("handleCopy",c.modelValue)},B=m=>{w("handlePaste",m)};return x(),(m,r)=>{var h,C;return e.openBlock(),e.createElementBlock(e.Fragment,null,[y.value?(e.openBlock(),e.createElementBlock("div",{key:0,class:"gridLinks_wrap",onMouseenter:r[2]||(r[2]=k=>s.value=!0),onMouseleave:r[3]||(r[3]=k=>s.value=!1)},[e.createElementVNode("div",{class:e.normalizeClass(V.value)},[e.createElementVNode("div",{class:"grid-links__row",style:e.normalizeStyle({"--grid-columns-mobile":m.mobileCol,"--grid-columns-desktop":m.desktopCol})},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList((C=(h=l.modelValue)==null?void 0:h.data)==null?void 0:C.list,(k,$)=>(e.openBlock(),e.createElementBlock("div",{class:"grid-links__item",key:`${k.title}-${$}`},[e.createElementVNode("h6",{class:"grid-links__item__title",innerHTML:k.title},null,8,de),k.links?(e.openBlock(),e.createElementBlock("ul",ie,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(k.links,(N,S)=>(e.openBlock(),e.createElementBlock("li",{key:`${N.name}-${S}`,class:"grid-links__subitem"},[N.link?(e.openBlock(),e.createElementBlock("div",{key:0,onClick:L=>f(N.link),class:"link_text"},[e.createTextVNode(e.toDisplayString(N.name)+" ",1),r[5]||(r[5]=e.createElementVNode("span",{class:"link_text__underline"},null,-1))],8,se)):(e.openBlock(),e.createElementBlock("div",re,e.toDisplayString(N.name),1))]))),128))])):e.createCommentVNode("",!0)]))),128))],4)],2),l.isPreview?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(o.O,{key:0,show:s.value,"onUpdate:show":r[0]||(r[0]=k=>s.value=k),onHandleEdit:r[1]||(r[1]=k=>p.value=!0),onHandleDelete:b,onHandleCopy:_,onHandlePaste:B},null,8,["show"]))],32)):e.createCommentVNode("",!0),l.isPreview?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(oe,{key:1,show:p.value,"onUpdate:show":r[4]||(r[4]=k=>p.value=k),data:l.modelValue},null,8,["show","data"]))],64)}}}),me=o._(ce,[["__scopeId","data-v-ed90ae1e"]]);exports.default=me;
1
+ "use strict";var M=Object.create;var O=Object.defineProperty;var F=Object.getOwnPropertyDescriptor;var j=Object.getOwnPropertyNames;var q=Object.getPrototypeOf,z=Object.prototype.hasOwnProperty;var G=(l,v,c,w)=>{if(v&&typeof v=="object"||typeof v=="function")for(let f of j(v))!z.call(l,f)&&f!==c&&O(l,f,{get:()=>v[f],enumerable:!(w=F(v,f))||w.enumerable});return l};var J=(l,v,c)=>(c=l!=null?M(q(l)):{},G(v||!l||!l.__esModule?O(c,"default",{value:l,enumerable:!0}):c,l));Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),o=require("./index-DhaWttC4.js"),K={class:"seting-box"},Q={class:"setting-header flex items-center"},R={key:0},W={class:"setting-header items-center"},X={class:"draggable_box"},Y={class:"drag_top_box"},Z=["onClick"],ee={key:0},te={class:"draggable_link_box"},le={class:"drag_link_top_box"},ae=["onClick"],ne=e.defineComponent({__name:"setting",props:{show:{type:Boolean,default:!1},data:{type:Object,default:()=>{}}},emits:["update:show"],setup(l,{emit:v}){const c=e.defineAsyncComponent(()=>import("vuedraggable")),w=e.computed(()=>({animation:200,group:"gridLinks",disabled:!1,ghostClass:"ghost",handle:".drag-handle, .icon_drag",filter:".arco-input, .arco-select, .arco-checkbox",preventOnFilter:!1})),f=e.computed(()=>({animation:200,group:"gridLinkItems",disabled:!1,ghostClass:"ghost",handle:".drag-handle, .icon_drag",filter:".arco-input, .arco-select, .arco-checkbox",preventOnFilter:!1})),y=e.ref(!1),x=e.ref(!1),s=l,p=e.ref(new Set),V=e.ref(new Set),b=()=>{var a,t;(t=(a=s.data)==null?void 0:a.data)!=null&&t.list&&Array.isArray(s.data.data.list)&&(p.value.clear(),V.value.clear(),s.data.data.list.forEach(n=>{n.id&&p.value.add(n.id),n.links&&Array.isArray(n.links)&&n.links.length>0&&n.links.forEach(i=>{i.id&&V.value.add(i.id)})}))},_=e.ref(!1);e.watch(()=>s.show,a=>{a&&!_.value?(_.value=!0,e.nextTick(()=>{b()})):a||(_.value=!1)},{immediate:!0});const B=a=>{var t,n;p.value.has(a.id)?(p.value.clear(),(n=(t=s.data)==null?void 0:t.data)!=null&&n.list&&s.data.data.list.forEach(i=>{i.id!==a.id&&p.value.add(i.id)})):p.value.add(a.id)},m=a=>p.value.has(a.id),r=a=>{s.data.data.list=s.data.data.list.filter(t=>t.id!==a)},h=()=>{var n,i;const a=s.data.data,t=o.r();a.list.push({id:t,title:"这里是标题",links:[]}),p.value.clear(),(i=(n=s.data)==null?void 0:n.data)!=null&&i.list&&s.data.data.list.forEach(g=>{g.id!==t&&p.value.add(g.id)}),e.nextTick(()=>{if(typeof document<"u"){const g=document.querySelector(".arco-drawer-body");g&&(g.scrollTop=g.scrollHeight)}})},C=a=>{V.value.has(a.id)?V.value.delete(a.id):V.value.add(a.id)},k=a=>V.value.has(a.id),$=a=>{const t=s.data.data.list.find(n=>n.id===a);if(t){const n=o.r();t.links.push({id:n,name:"这里是名称",link:""}),t.links&&Array.isArray(t.links)&&t.links.forEach(i=>{i.id!==n?V.value.add(i.id):V.value.delete(i.id)})}},N=(a,t)=>{const n=s.data.data.list.find(i=>i.id===a);n&&n.links&&(n.links=n.links.filter(i=>i.id!==t))},S=v,L=()=>{S("update:show",!1)};return(a,t)=>{const n=e.resolveComponent("a-switch"),i=e.resolveComponent("a-option"),g=e.resolveComponent("a-select"),P=e.resolveComponent("icon-drag-dot"),D=e.resolveComponent("icon-drag-arrow"),U=e.resolveComponent("icon-delete"),T=e.resolveComponent("a-input"),I=e.resolveComponent("icon-plus"),A=e.resolveComponent("a-button"),H=e.resolveComponent("a-drawer");return e.openBlock(),e.createBlock(H,{width:500,visible:l.show,footer:!1,onCancel:L,unmountOnClose:""},{title:e.withCtx(()=>{var d;return[e.createTextVNode(e.toDisplayString((d=l.data)==null?void 0:d.type)+"组件编辑 ",1)]}),default:e.withCtx(()=>[e.createElementVNode("div",K,[e.createElementVNode("div",Q,[t[7]||(t[7]=e.createElementVNode("span",{class:"header-title"},"仅显示PC端",-1)),e.createVNode(n,{modelValue:l.data.onlyShowPc,"onUpdate:modelValue":t[0]||(t[0]=d=>l.data.onlyShowPc=d)},null,8,["modelValue"])]),t[19]||(t[19]=e.createElementVNode("p",{class:"item-title"},"组件宽度",-1)),e.createVNode(g,{modelValue:l.data.data.width,"onUpdate:modelValue":t[1]||(t[1]=d=>l.data.data.width=d),placeholder:"请选择","allow-clear":""},{default:e.withCtx(()=>[e.createVNode(i,{value:"default"},{default:e.withCtx(()=>[...t[8]||(t[8]=[e.createTextVNode("默认",-1)])]),_:1}),e.createVNode(i,{value:"small"},{default:e.withCtx(()=>[...t[9]||(t[9]=[e.createTextVNode("小",-1)])]),_:1}),e.createVNode(i,{value:"middle"},{default:e.withCtx(()=>[...t[10]||(t[10]=[e.createTextVNode("中",-1)])]),_:1}),e.createVNode(i,{value:"max"},{default:e.withCtx(()=>[...t[11]||(t[11]=[e.createTextVNode("大",-1)])]),_:1})]),_:1},8,["modelValue"]),t[20]||(t[20]=e.createElementVNode("div",{class:"part_title",style:{"margin-top":"20px"}},"链接列表",-1)),l.data.data.list.length?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",R,"暂无数据")),e.createElementVNode("div",W,[e.createVNode(e.unref(c),e.mergeProps({modelValue:l.data.data.list,"onUpdate:modelValue":t[4]||(t[4]=d=>l.data.data.list=d),"component-data":{tag:"div",type:"transition-group",name:y.value?null:"flip-list"}},w.value,{disabled:!1,onStart:t[5]||(t[5]=d=>y.value=!0),onEnd:t[6]||(t[6]=d=>y.value=!1),"item-key":"id"}),{item:e.withCtx(({element:d})=>[e.createElementVNode("div",X,[e.createElementVNode("div",Y,[e.createElementVNode("div",{class:"drag-handle",onClick:u=>B(d)},[e.createVNode(P,{style:{"margin-right":"10px"}}),e.createTextVNode(e.toDisplayString(d.title),1)],8,Z),e.createElementVNode("div",null,[e.createVNode(D,{class:"icon_drag"}),e.createVNode(U,{class:"btn-delete",onClick:e.withModifiers(u=>r(d.id),["stop"])},null,8,["onClick"])])]),e.createVNode(e.Transition,{name:"collapse"},{default:e.withCtx(()=>[e.withDirectives(e.createElementVNode("div",null,[t[16]||(t[16]=e.createElementVNode("p",{class:"item-title",style:{"margin-top":"20px"}},"标题",-1)),e.createVNode(T,{modelValue:d.title,"onUpdate:modelValue":u=>d.title=u,placeholder:"请输入标题","allow-clear":""},null,8,["modelValue","onUpdate:modelValue"]),t[17]||(t[17]=e.createElementVNode("p",{class:"item-title",style:{"margin-top":"20px"}},"链接",-1)),d.links.length?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",ee,"暂无数据")),e.createVNode(e.unref(c),e.mergeProps({modelValue:d.links,"onUpdate:modelValue":u=>d.links=u,"component-data":{tag:"div",type:"transition-group",name:x.value?null:"flip-list"}},f.value,{disabled:!1,onStart:t[2]||(t[2]=u=>x.value=!0),onEnd:t[3]||(t[3]=u=>x.value=!1),"item-key":"id"}),{item:e.withCtx(({element:u})=>[e.createElementVNode("div",te,[e.createElementVNode("div",le,[e.createElementVNode("div",{class:"drag-handle",onClick:E=>C(u)},[e.createVNode(P,{style:{"margin-right":"10px"}}),t[12]||(t[12]=e.createTextVNode("链接 ",-1))],8,ae),e.createElementVNode("div",null,[e.createVNode(D,{class:"icon_drag"}),e.createVNode(U,{class:"btn-delete",onClick:e.withModifiers(E=>N(d.id,u.id),["stop"])},null,8,["onClick"])])]),e.createVNode(e.Transition,{name:"collapse"},{default:e.withCtx(()=>[e.withDirectives(e.createElementVNode("div",null,[t[13]||(t[13]=e.createElementVNode("p",{class:"link-title",style:{"margin-top":"20px"}}," 名称 ",-1)),e.createVNode(T,{modelValue:u.name,"onUpdate:modelValue":E=>u.name=E,placeholder:"请输入名称","allow-clear":""},null,8,["modelValue","onUpdate:modelValue"]),t[14]||(t[14]=e.createElementVNode("p",{class:"link-title",style:{"margin-top":"20px"}}," 链接地址 ",-1)),e.createVNode(T,{modelValue:u.link,"onUpdate:modelValue":E=>u.link=E,placeholder:"请输入链接地址","allow-clear":""},null,8,["modelValue","onUpdate:modelValue"])],512),[[e.vShow,!k(u)]])]),_:2},1024)])]),_:2},1040,["modelValue","onUpdate:modelValue","component-data"]),e.createVNode(A,{style:{"margin-top":"20px"},size:"mini",type:"primary",onClick:u=>$(d.id)},{icon:e.withCtx(()=>[e.createVNode(I)]),default:e.withCtx(()=>[t[15]||(t[15]=e.createTextVNode(" 链接 ",-1))]),_:1},8,["onClick"])],512),[[e.vShow,!m(d)]])]),_:2},1024)])]),_:1},16,["modelValue","component-data"])]),e.createVNode(A,{type:"primary",onClick:h,style:{"margin-top":"20px"}},{icon:e.withCtx(()=>[e.createVNode(I)]),default:e.withCtx(()=>[t[18]||(t[18]=e.createTextVNode(" 新增 ",-1))]),_:1})])]),_:1},8,["visible"])}}}),oe=o._(ne,[["__scopeId","data-v-cec126b9"]]),de=["innerHTML"],ie={key:0,class:"grid-links__sublist"},se=["onClick"],re={key:1,class:"grid-links__subitem__link"},ce=e.defineComponent({name:"GridLinks",__name:"index",props:{modelValue:{type:Object,default:()=>{}},isPreview:{type:Boolean,default:!0}},emits:["update:modelValue","handleDelete","handleCopy","handlePaste","handleClick"],setup(l,{emit:v}){const c=l,w=v,f=m=>{w("handleClick",m)},y=e.computed(()=>{var m;return c.isPreview?!((m=c.modelValue)!=null&&m.onlyShowPc)||!o.i():!0}),x=()=>{var r;if(c.modelValue&&c.modelValue.data)return;const m={id:((r=c.modelValue)==null?void 0:r.id)||o.r(),type:"GridLinks",onlyShowPc:!1,data:{width:"default",bgColor:"white",list:[{id:o.r(),title:"这里是标题",links:[{id:o.r(),name:"这里是名称",link:""},{id:o.r(),name:"这里是名称",link:"https://www.baidu.com"},{id:o.r(),name:"这里是名称",link:"https://www.baidu.com"}]},{id:o.r(),title:"这里是标题",links:[{id:o.r(),name:"这里是名称",link:"https://www.baidu.com"},{id:o.r(),name:"这里是名称",link:"https://www.baidu.com"},{id:o.r(),name:"这里是名称",link:"https://www.baidu.com"}]},{id:o.r(),title:"这里是标题",links:[{id:o.r(),name:"这里是名称",link:"https://www.baidu.com"},{id:o.r(),name:"这里是名称",link:"https://www.baidu.com"},{id:o.r(),name:"这里是名称",link:"https://www.baidu.com"}]},{id:o.r(),title:"这里是标题",links:[{id:o.r(),name:"这里是名称",link:"https://www.baidu.com"},{id:o.r(),name:"这里是名称",link:"https://www.baidu.com"},{id:o.r(),name:"这里是名称",link:"https://www.baidu.com"}]}]}};w("update:modelValue",m)},s=e.ref(!1),p=e.ref(!1),V=e.computed(()=>{var h,C;const m=(C=(h=c.modelValue)==null?void 0:h.data)==null?void 0:C.width;return!m||m==="default"?"container-content":{small:"container-content-small",middle:"container-content-middle",max:"container-content-max"}[m]||"container-content"}),b=()=>{w("handleDelete",c.modelValue.id)},_=()=>{w("handleCopy",c.modelValue)},B=m=>{w("handlePaste",m)};return x(),(m,r)=>{var h,C;return e.openBlock(),e.createElementBlock(e.Fragment,null,[y.value?(e.openBlock(),e.createElementBlock("div",{key:0,class:"gridLinks_wrap",onMouseenter:r[2]||(r[2]=k=>s.value=!0),onMouseleave:r[3]||(r[3]=k=>s.value=!1)},[e.createElementVNode("div",{class:e.normalizeClass(V.value)},[e.createElementVNode("div",{class:"grid-links__row",style:e.normalizeStyle({"--grid-columns-mobile":m.mobileCol,"--grid-columns-desktop":m.desktopCol})},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList((C=(h=l.modelValue)==null?void 0:h.data)==null?void 0:C.list,(k,$)=>(e.openBlock(),e.createElementBlock("div",{class:"grid-links__item",key:`${k.title}-${$}`},[e.createElementVNode("h6",{class:"grid-links__item__title",innerHTML:k.title},null,8,de),k.links?(e.openBlock(),e.createElementBlock("ul",ie,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(k.links,(N,S)=>(e.openBlock(),e.createElementBlock("li",{key:`${N.name}-${S}`,class:"grid-links__subitem"},[N.link?(e.openBlock(),e.createElementBlock("div",{key:0,onClick:L=>f(N.link),class:"link_text"},[e.createTextVNode(e.toDisplayString(N.name)+" ",1),r[5]||(r[5]=e.createElementVNode("span",{class:"link_text__underline"},null,-1))],8,se)):(e.openBlock(),e.createElementBlock("div",re,e.toDisplayString(N.name),1))]))),128))])):e.createCommentVNode("",!0)]))),128))],4)],2),l.isPreview?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(o.O,{key:0,show:s.value,"onUpdate:show":r[0]||(r[0]=k=>s.value=k),onHandleEdit:r[1]||(r[1]=k=>p.value=!0),onHandleDelete:b,onHandleCopy:_,onHandlePaste:B},null,8,["show"]))],32)):e.createCommentVNode("",!0),l.isPreview?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(oe,{key:1,show:p.value,"onUpdate:show":r[4]||(r[4]=k=>p.value=k),data:l.modelValue},null,8,["show","data"]))],64)}}}),me=o._(ce,[["__scopeId","data-v-ed90ae1e"]]);exports.default=me;
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as ne, defineAsyncComponent as oe, computed as E, ref as S, watch as se, nextTick as W, resolveComponent as y, createBlock as j, openBlock as k, withCtx as p, createElementVNode as a, createVNode as n, createElementBlock as g, createCommentVNode as L, createTextVNode as _, unref as X, mergeProps as Y, toDisplayString as A, withModifiers as Z, Transition as ee, withDirectives as te, vShow as le, Fragment as F, normalizeClass as re, normalizeStyle as ue, renderList as ae } from "vue";
2
- import { r as o, _ as ie, i as me, O as ce } from "./index-DV6KnqfT.mjs";
2
+ import { r as o, _ as ie, i as me, O as ce } from "./index-Cdu-SB6F.mjs";
3
3
  const pe = { class: "seting-box" }, ke = { class: "setting-header flex items-center" }, ve = { key: 0 }, fe = { class: "setting-header items-center" }, we = { class: "draggable_box" }, ge = { class: "drag_top_box" }, he = ["onClick"], ye = { key: 0 }, _e = { class: "draggable_link_box" }, Ce = { class: "drag_link_top_box" }, Ve = ["onClick"], be = /* @__PURE__ */ ne({
4
4
  __name: "setting",
5
5
  props: {
@@ -4,7 +4,7 @@ var r = (a, u, c) => L(a, typeof u != "symbol" ? u + "" : u, c);
4
4
  import { defineComponent as A, shallowRef as R, ref as p, computed as F, inject as y, watch as C, nextTick as b, onBeforeUnmount as q, createElementBlock as J, openBlock as G, createVNode as I, unref as H, normalizeStyle as P } from "vue";
5
5
  import { Toolbar as Q, Editor as W } from "@wangeditor/editor-for-vue";
6
6
  import { Boot as z } from "@wangeditor/editor";
7
- import { _ as X } from "./index-DV6KnqfT.mjs";
7
+ import { _ as X } from "./index-Cdu-SB6F.mjs";
8
8
  const Y = { class: "rich-text-editor" }, Z = /* @__PURE__ */ A({
9
9
  __name: "index",
10
10
  props: {
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const a=require("./index-By5KQYOh.js");exports.AlummiCommunityList=a.a3;exports.AlummiCommunityListPlugin=a.b3;exports.AnimationUtils=a.bp;exports.ArticleItem=a.s;exports.ArticleItemPlugin=a.aF;exports.ArticleList=a.A;exports.ArticleListPlugin=a.an;exports.ArticleListPureText=a.ad;exports.ArticleListPureTextPlugin=a.bc;exports.BannerImage=a.B;exports.BannerImagePlugin=a.ao;exports.BannerImageWithLink=a.E;exports.BannerImageWithLinkPlugin=a.aP;exports.BannerPage=a.f;exports.BannerPagePlugin=a.ap;exports.BannerQuote=a.q;exports.BannerQuotePlugin=a.aE;exports.BasicCollapse=a.X;exports.BasicCollapsePlugin=a.aZ;exports.BlessingMessage=a.a4;exports.BlessingMessagePlugin=a.b4;exports.BlessingSlider=a.a5;exports.BlessingSliderPlugin=a.b5;exports.BtnList=a.h;exports.BtnListPlugin=a.aq;exports.CardCarousel=a.o;exports.CardCarouselArticles=a.J;exports.CardCarouselArticlesPlugin=a.aU;exports.CardCarouselMultiRow=a.p;exports.CardCarouselMultiRowArticles=a.a2;exports.CardCarouselMultiRowArticlesPlugin=a.b2;exports.CardCarouselMultiRowPlugin=a.aD;exports.CardCarouselMultiRowPublications=a.a9;exports.CardCarouselMultiRowPublicationsPlugin=a.b9;exports.CardCarouselPlugin=a.aC;exports.CardListCircle=a.ah;exports.CardListCirclePlugin=a.bg;exports.CardListProgramme=a.ag;exports.CardListProgrammePlugin=a.bf;exports.CardListSchool=a.ai;exports.CardListSchoolPlugin=a.bh;exports.CardShowcase=a.a6;exports.CardShowcasePlugin=a.b6;exports.CardShowcaseProfile=a.v;exports.CardShowcaseProfilePlugin=a.aK;exports.CarouselLogo=a.K;exports.CarouselLogoPlugin=a.aV;exports.ContactUsInfo=a.F;exports.ContactUsInfoPlugin=a.aR;exports.ContactUsList=a.y;exports.ContactUsListPlugin=a.aM;exports.CountDown=a.w;exports.CountDownPlugin=a.aL;exports.CustomIframe=a.x;exports.CustomIframePlugin=a.aN;exports.CustomSpace=a.C;exports.CustomSpacePlugin=a.aw;exports.CustomText=a.aa;exports.CustomTextPlugin=a.aa;exports.DetailLink=a.ak;exports.DetailLinkPlugin=a.bj;exports.Disc=a.W;exports.DiscPlugin=a.aY;exports.DonorLinks=a.D;exports.DonorLinksPlugin=a.aB;exports.ExploreLinks=a.a7;exports.ExploreLinksPlugin=a.b7;exports.GalleryBlock=a.a1;exports.GalleryBlockPlugin=a.b1;exports.GalleryCaptionRound=a.j;exports.GalleryCaptionRoundPlugin=a.as;exports.GalleryDefault=a.G;exports.GalleryDefaultPlugin=a.ar;exports.GalleryList=a.n;exports.GalleryListPlugin=a.ax;exports.GalleryTimeline=a.k;exports.GalleryTimelineCol=a.l;exports.GalleryTimelineColPlugin=a.au;exports.GalleryTimelinePlugin=a.at;exports.HeroSlide=a.H;exports.HeroSlidePlugin=a.ay;exports.InformationLink=a.al;exports.InformationLinkPlugin=a.bk;exports.LinkList=a.L;exports.LinkListPlugin=a.az;exports.MapStatic=a.M;exports.MapStaticPlugin=a.aT;exports.MediaImageFull=a.ab;exports.MediaImageFullPlugin=a.ba;exports.MediaImageStatic=a.ac;exports.MediaImageStaticPlugin=a.bb;exports.MediaLogo=a.Z;exports.MediaLogoPlugin=a.a$;exports.MediaVideo=a.aj;exports.MediaVideoPlugin=a.bi;exports.NewsList=a.N;exports.NewsListPlugin=a.aI;exports.Process=a.m;exports.ProcessPlugin=a.av;exports.Publications=a.I;exports.PublicationsPlugin=a.aS;exports.QuoteText=a.b;exports.QuoteTextPlugin=a.aA;exports.RegisterForm=a.a0;exports.RegisterFormPlugin=a.b0;exports.Resources=a.Q;exports.ResourcesPlugin=a.aW;exports.ResourcesTwo=a.V;exports.ResourcesTwoPlugin=a.aX;exports.ResponsiveUtils=a.bo;exports.RibbonBlock=a.R;exports.RibbonBlockPlugin=a.aG;exports.SchoolLayout=a.a8;exports.SchoolLayoutPlugin=a.b8;exports.ScrollKeyInfo=a.S;exports.ScrollKeyInfoPlugin=a.aQ;exports.StorageUtils=a.bq;exports.TabDefault=a.ae;exports.TabDefaultPlugin=a.bd;exports.TabPage=a.am;exports.TabPagePlugin=a.bl;exports.TabTimeLine=a.af;exports.TabTimeLinePlugin=a.be;exports.TableCollapse=a.Y;exports.TableCollapsePlugin=a.a_;exports.TableTwo=a.z;exports.TableTwoPlugin=a.aO;exports.TheHistoryCarousel=a.t;exports.TheHistoryCarouselPlugin=a.aJ;exports.ThemeUtils=a.bn;exports.TimelineStory=a.T;exports.TimelineStoryPlugin=a.aH;exports.VueScreenPlugin=a.br;exports.default=a.e;exports.useTheme=a.bm;exports.useVueScreen=a.bs;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const a=require("./index-DhaWttC4.js");exports.AlummiCommunityList=a.W;exports.AlummiCommunityListPlugin=a.a$;exports.AnimationUtils=a.bq;exports.ArticleItem=a.m;exports.ArticleItemPlugin=a.aB;exports.ArticleList=a.A;exports.ArticleListPlugin=a.aj;exports.ArticleListPureText=a.a5;exports.ArticleListPureTextPlugin=a.b9;exports.BackgroundWrapper=a.ag;exports.BackgroundWrapperPlugin=a.bk;exports.BannerImage=a.B;exports.BannerImagePlugin=a.ak;exports.BannerImageWithLink=a.u;exports.BannerImageWithLinkPlugin=a.aL;exports.BannerPage=a.c;exports.BannerPagePlugin=a.al;exports.BannerQuote=a.l;exports.BannerQuotePlugin=a.aA;exports.BasicCollapse=a.I;exports.BasicCollapsePlugin=a.aV;exports.BlessingMessage=a.X;exports.BlessingMessagePlugin=a.b0;exports.BlessingSlider=a.Y;exports.BlessingSliderPlugin=a.b1;exports.BtnList=a.d;exports.BtnListPlugin=a.am;exports.CardCarousel=a.j;exports.CardCarouselArticles=a.x;exports.CardCarouselArticlesPlugin=a.aQ;exports.CardCarouselMultiRow=a.k;exports.CardCarouselMultiRowArticles=a.V;exports.CardCarouselMultiRowArticlesPlugin=a.a_;exports.CardCarouselMultiRowPlugin=a.az;exports.CardCarouselMultiRowPublications=a.a1;exports.CardCarouselMultiRowPublicationsPlugin=a.b5;exports.CardCarouselPlugin=a.ay;exports.CardListCircle=a.a9;exports.CardListCirclePlugin=a.bd;exports.CardListProgramme=a.a8;exports.CardListProgrammePlugin=a.bc;exports.CardListSchool=a.aa;exports.CardListSchoolPlugin=a.be;exports.CardShowcase=a.Z;exports.CardShowcasePlugin=a.b2;exports.CardShowcaseProfile=a.o;exports.CardShowcaseProfilePlugin=a.aG;exports.CarouselLogo=a.y;exports.CarouselLogoPlugin=a.aR;exports.CollapseCustom=a.ah;exports.CollapseCustomPlugin=a.bl;exports.ContactUsInfo=a.v;exports.ContactUsInfoPlugin=a.aN;exports.ContactUsList=a.s;exports.ContactUsListPlugin=a.aI;exports.CountDown=a.p;exports.CountDownPlugin=a.aH;exports.CustomIframe=a.q;exports.CustomIframePlugin=a.aJ;exports.CustomSpace=a.C;exports.CustomSpacePlugin=a.as;exports.CustomText=a.a2;exports.CustomTextPlugin=a.b6;exports.DetailLink=a.ac;exports.DetailLinkPlugin=a.bg;exports.Disc=a.F;exports.DiscPlugin=a.aU;exports.DonorLinks=a.D;exports.DonorLinksPlugin=a.ax;exports.ExploreLinks=a.$;exports.ExploreLinksPlugin=a.b3;exports.GalleryBlock=a.U;exports.GalleryBlockPlugin=a.aZ;exports.GalleryCaptionRound=a.e;exports.GalleryCaptionRoundPlugin=a.ao;exports.GalleryDefault=a.G;exports.GalleryDefaultPlugin=a.an;exports.GalleryList=a.h;exports.GalleryListPlugin=a.at;exports.GalleryTimeline=a.f;exports.GalleryTimelineCol=a.g;exports.GalleryTimelineColPlugin=a.aq;exports.GalleryTimelinePlugin=a.ap;exports.HeroSlide=a.H;exports.HeroSlidePlugin=a.au;exports.InformationLink=a.ad;exports.InformationLinkPlugin=a.bh;exports.LinkList=a.L;exports.LinkListPlugin=a.av;exports.MapStatic=a.M;exports.MapStaticPlugin=a.aP;exports.MediaImageFull=a.a3;exports.MediaImageFullPlugin=a.b7;exports.MediaImageStatic=a.a4;exports.MediaImageStaticPlugin=a.b8;exports.MediaLogo=a.K;exports.MediaLogoPlugin=a.aX;exports.MediaVideo=a.ab;exports.MediaVideoPlugin=a.bf;exports.NewsList=a.N;exports.NewsListPlugin=a.aE;exports.Process=a.P;exports.ProcessPlugin=a.ar;exports.Publications=a.w;exports.PublicationsPlugin=a.aO;exports.QuoteText=a.a;exports.QuoteTextPlugin=a.aw;exports.RegisterForm=a.Q;exports.RegisterFormPlugin=a.aY;exports.Resources=a.z;exports.ResourcesPlugin=a.aS;exports.ResourcesTwo=a.E;exports.ResourcesTwoPlugin=a.aT;exports.ResponsiveUtils=a.bp;exports.RibbonBlock=a.R;exports.RibbonBlockPlugin=a.aC;exports.SchoolLayout=a.a0;exports.SchoolLayoutPlugin=a.b4;exports.ScrollKeyInfo=a.S;exports.ScrollKeyInfoPlugin=a.aM;exports.StorageUtils=a.br;exports.TabDefault=a.a6;exports.TabDefaultPlugin=a.ba;exports.TabLogo=a.af;exports.TabLogoPlugin=a.bj;exports.TabPage=a.ae;exports.TabPagePlugin=a.bi;exports.TabTimeLine=a.a7;exports.TabTimeLinePlugin=a.bb;exports.TableCollapse=a.J;exports.TableCollapsePlugin=a.aW;exports.TableTwo=a.t;exports.TableTwoPlugin=a.aK;exports.TheHistoryCarousel=a.n;exports.TheHistoryCarouselPlugin=a.aF;exports.ThemeUtils=a.bo;exports.TimelineStory=a.T;exports.TimelineStoryPlugin=a.aD;exports.VrTour=a.ai;exports.VrTourPlugin=a.bm;exports.VueScreenPlugin=a.bs;exports.default=a.b;exports.useTheme=a.bn;exports.useVueScreen=a.bt;
@@ -1,4 +1,4 @@
1
- import { a3 as i, b3 as l, bp as e, s as n, aF as o, A as u, an as t, ad as r, bc as g, B as P, ao as C, E as c, aP as b, f as m, ap as L, q as d, aE as T, X as S, aZ as y, a4 as B, b4 as w, a5 as I, b5 as M, h as f, aq as k, o as R, J as h, aU as p, p as A, a2 as D, b2 as G, aD as x, a9 as U, b9 as F, aC as H, ah as Q, bg as V, ag as E, bf as K, ai as N, bh as W, a6 as j, b6 as q, v, aK as z, K as J, aV as X, F as Y, aR as Z, y as O, aM as _, w as $, aL as aa, x as sa, aN as ia, C as la, aw as ea, aa as na, aa as oa, ak as ua, bj as ta, W as ra, aY as ga, D as Pa, aB as Ca, a7 as ca, b7 as ba, a1 as ma, b1 as La, j as da, as as Ta, G as Sa, ar as ya, n as Ba, ax as wa, k as Ia, l as Ma, au as fa, at as ka, H as Ra, ay as ha, al as pa, bk as Aa, L as Da, az as Ga, M as xa, aT as Ua, ab as Fa, ba as Ha, ac as Qa, bb as Va, Z as Ea, a$ as Ka, aj as Na, bi as Wa, N as ja, aI as qa, m as va, av as za, I as Ja, aS as Xa, b as Ya, aA as Za, a0 as Oa, b0 as _a, Q as $a, aW as as, V as ss, aX as is, bo as ls, R as es, aG as ns, a8 as os, b8 as us, S as ts, aQ as rs, bq as gs, ae as Ps, bd as Cs, am as cs, bl as bs, af as ms, be as Ls, Y as ds, a_ as Ts, z as Ss, aO as ys, t as Bs, aJ as ws, bn as Is, T as Ms, aH as fs, br as ks, e as Rs, bm as hs, bs as ps } from "./index-DV6KnqfT.mjs";
1
+ import { W as i, a$ as l, bq as e, m as n, aB as o, A as u, aj as r, a5 as t, b9 as g, ag as P, bk as C, B as c, ak as b, u as m, aL as L, c as d, al as T, l as S, aA as y, I as B, aV as p, X as k, b0 as w, Y as I, b1 as M, d as f, am as R, j as h, x as A, aQ as D, k as G, V as x, a_ as U, az as V, a1 as F, b5 as H, ay as Q, a9 as W, bd as E, a8 as K, bc as N, aa as j, be as q, Z as v, b2 as z, o as J, aG as X, y as Y, aR as Z, ah as $, bl as O, v as _, aN as aa, s as sa, aI as ia, p as la, aH as ea, q as na, aJ as oa, C as ua, as as ra, a2 as ta, b6 as ga, ac as Pa, bg as Ca, F as ca, aU as ba, D as ma, ax as La, $ as da, b3 as Ta, U as Sa, aZ as ya, e as Ba, ao as pa, G as ka, an as wa, h as Ia, at as Ma, f as fa, g as Ra, aq as ha, ap as Aa, H as Da, au as Ga, ad as xa, bh as Ua, L as Va, av as Fa, M as Ha, aP as Qa, a3 as Wa, b7 as Ea, a4 as Ka, b8 as Na, K as ja, aX as qa, ab as va, bf as za, N as Ja, aE as Xa, P as Ya, ar as Za, w as $a, aO as Oa, a as _a, aw as as, Q as ss, aY as is, z as ls, aS as es, E as ns, aT as os, bp as us, R as rs, aC as ts, a0 as gs, b4 as Ps, S as Cs, aM as cs, br as bs, a6 as ms, ba as Ls, af as ds, bj as Ts, ae as Ss, bi as ys, a7 as Bs, bb as ps, J as ks, aW as ws, t as Is, aK as Ms, n as fs, aF as Rs, bo as hs, T as As, aD as Ds, ai as Gs, bm as xs, bs as Us, b as Vs, bn as Fs, bt as Hs } from "./index-Cdu-SB6F.mjs";
2
2
  export {
3
3
  i as AlummiCommunityList,
4
4
  l as AlummiCommunityListPlugin,
@@ -6,134 +6,142 @@ export {
6
6
  n as ArticleItem,
7
7
  o as ArticleItemPlugin,
8
8
  u as ArticleList,
9
- t as ArticleListPlugin,
10
- r as ArticleListPureText,
9
+ r as ArticleListPlugin,
10
+ t as ArticleListPureText,
11
11
  g as ArticleListPureTextPlugin,
12
- P as BannerImage,
13
- C as BannerImagePlugin,
14
- c as BannerImageWithLink,
15
- b as BannerImageWithLinkPlugin,
16
- m as BannerPage,
17
- L as BannerPagePlugin,
18
- d as BannerQuote,
19
- T as BannerQuotePlugin,
20
- S as BasicCollapse,
21
- y as BasicCollapsePlugin,
22
- B as BlessingMessage,
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,
23
25
  w as BlessingMessagePlugin,
24
26
  I as BlessingSlider,
25
27
  M as BlessingSliderPlugin,
26
28
  f as BtnList,
27
- k as BtnListPlugin,
28
- R as CardCarousel,
29
- h as CardCarouselArticles,
30
- p as CardCarouselArticlesPlugin,
31
- A as CardCarouselMultiRow,
32
- D as CardCarouselMultiRowArticles,
33
- G as CardCarouselMultiRowArticlesPlugin,
34
- x as CardCarouselMultiRowPlugin,
35
- U as CardCarouselMultiRowPublications,
36
- F as CardCarouselMultiRowPublicationsPlugin,
37
- H as CardCarouselPlugin,
38
- Q as CardListCircle,
39
- V as CardListCirclePlugin,
40
- E as CardListProgramme,
41
- K as CardListProgrammePlugin,
42
- N as CardListSchool,
43
- W as CardListSchoolPlugin,
44
- j as CardShowcase,
45
- q as CardShowcasePlugin,
46
- v as CardShowcaseProfile,
47
- z as CardShowcaseProfilePlugin,
48
- J as CarouselLogo,
49
- X as CarouselLogoPlugin,
50
- Y as ContactUsInfo,
51
- Z as ContactUsInfoPlugin,
52
- O as ContactUsList,
53
- _ as ContactUsListPlugin,
54
- $ as CountDown,
55
- aa as CountDownPlugin,
56
- sa as CustomIframe,
57
- ia as CustomIframePlugin,
58
- la as CustomSpace,
59
- ea as CustomSpacePlugin,
60
- na as CustomText,
61
- oa as CustomTextPlugin,
62
- ua as DetailLink,
63
- ta as DetailLinkPlugin,
64
- ra as Disc,
65
- ga as DiscPlugin,
66
- Pa as DonorLinks,
67
- Ca as DonorLinksPlugin,
68
- ca as ExploreLinks,
69
- ba as ExploreLinksPlugin,
70
- ma as GalleryBlock,
71
- La as GalleryBlockPlugin,
72
- da as GalleryCaptionRound,
73
- Ta as GalleryCaptionRoundPlugin,
74
- Sa as GalleryDefault,
75
- ya as GalleryDefaultPlugin,
76
- Ba as GalleryList,
77
- wa as GalleryListPlugin,
78
- Ia as GalleryTimeline,
79
- Ma as GalleryTimelineCol,
80
- fa as GalleryTimelineColPlugin,
81
- ka as GalleryTimelinePlugin,
82
- Ra as HeroSlide,
83
- ha as HeroSlidePlugin,
84
- pa as InformationLink,
85
- Aa as InformationLinkPlugin,
86
- Da as LinkList,
87
- Ga as LinkListPlugin,
88
- xa as MapStatic,
89
- Ua as MapStaticPlugin,
90
- Fa as MediaImageFull,
91
- Ha as MediaImageFullPlugin,
92
- Qa as MediaImageStatic,
93
- Va as MediaImageStaticPlugin,
94
- Ea as MediaLogo,
95
- Ka as MediaLogoPlugin,
96
- Na as MediaVideo,
97
- Wa as MediaVideoPlugin,
98
- ja as NewsList,
99
- qa as NewsListPlugin,
100
- va as Process,
101
- za as ProcessPlugin,
102
- Ja as Publications,
103
- Xa as PublicationsPlugin,
104
- Ya as QuoteText,
105
- Za as QuoteTextPlugin,
106
- Oa as RegisterForm,
107
- _a as RegisterFormPlugin,
108
- $a as Resources,
109
- as as ResourcesPlugin,
110
- ss as ResourcesTwo,
111
- is as ResourcesTwoPlugin,
112
- ls as ResponsiveUtils,
113
- es as RibbonBlock,
114
- ns as RibbonBlockPlugin,
115
- os as SchoolLayout,
116
- us as SchoolLayoutPlugin,
117
- ts as ScrollKeyInfo,
118
- rs as ScrollKeyInfoPlugin,
119
- gs as StorageUtils,
120
- Ps as TabDefault,
121
- Cs as TabDefaultPlugin,
122
- cs as TabPage,
123
- bs as TabPagePlugin,
124
- ms as TabTimeLine,
125
- Ls as TabTimeLinePlugin,
126
- ds as TableCollapse,
127
- Ts as TableCollapsePlugin,
128
- Ss as TableTwo,
129
- ys as TableTwoPlugin,
130
- Bs as TheHistoryCarousel,
131
- ws as TheHistoryCarouselPlugin,
132
- Is as ThemeUtils,
133
- Ms as TimelineStory,
134
- fs as TimelineStoryPlugin,
135
- ks as VueScreenPlugin,
136
- Rs as default,
137
- hs as useTheme,
138
- ps as useVueScreen
29
+ R as BtnListPlugin,
30
+ h as CardCarousel,
31
+ A as CardCarouselArticles,
32
+ D as CardCarouselArticlesPlugin,
33
+ G 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
+ X as CardShowcaseProfilePlugin,
50
+ Y as CarouselLogo,
51
+ Z as CarouselLogoPlugin,
52
+ $ as CollapseCustom,
53
+ O 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
+ Da as HeroSlide,
87
+ Ga as HeroSlidePlugin,
88
+ xa as InformationLink,
89
+ Ua as InformationLinkPlugin,
90
+ Va as LinkList,
91
+ Fa as LinkListPlugin,
92
+ Ha as MapStatic,
93
+ Qa as MapStaticPlugin,
94
+ Wa as MediaImageFull,
95
+ Ea as MediaImageFullPlugin,
96
+ Ka as MediaImageStatic,
97
+ Na as MediaImageStaticPlugin,
98
+ ja as MediaLogo,
99
+ qa as MediaLogoPlugin,
100
+ va as MediaVideo,
101
+ za as MediaVideoPlugin,
102
+ Ja as NewsList,
103
+ Xa as NewsListPlugin,
104
+ Ya as Process,
105
+ Za as ProcessPlugin,
106
+ $a as Publications,
107
+ Oa as PublicationsPlugin,
108
+ _a as QuoteText,
109
+ as as QuoteTextPlugin,
110
+ ss as RegisterForm,
111
+ is as RegisterFormPlugin,
112
+ ls as Resources,
113
+ es as ResourcesPlugin,
114
+ ns as ResourcesTwo,
115
+ os as ResourcesTwoPlugin,
116
+ us as ResponsiveUtils,
117
+ rs as RibbonBlock,
118
+ ts as RibbonBlockPlugin,
119
+ gs as SchoolLayout,
120
+ Ps as SchoolLayoutPlugin,
121
+ Cs as ScrollKeyInfo,
122
+ cs as ScrollKeyInfoPlugin,
123
+ bs as StorageUtils,
124
+ ms as TabDefault,
125
+ Ls as TabDefaultPlugin,
126
+ ds as TabLogo,
127
+ Ts as TabLogoPlugin,
128
+ Ss as TabPage,
129
+ ys as TabPagePlugin,
130
+ Bs as TabTimeLine,
131
+ ps as TabTimeLinePlugin,
132
+ ks as TableCollapse,
133
+ ws as TableCollapsePlugin,
134
+ Is as TableTwo,
135
+ Ms as TableTwoPlugin,
136
+ fs as TheHistoryCarousel,
137
+ Rs as TheHistoryCarouselPlugin,
138
+ hs as ThemeUtils,
139
+ As as TimelineStory,
140
+ Ds as TimelineStoryPlugin,
141
+ Gs as VrTour,
142
+ xs as VrTourPlugin,
143
+ Us as VueScreenPlugin,
144
+ Vs as default,
145
+ Fs as useTheme,
146
+ Hs as useVueScreen
139
147
  };