officialblock 1.8.6 → 1.8.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1 @@
1
+ "use strict";var T=Object.defineProperty;var _=(l,n,s)=>n in l?T(l,n,{enumerable:!0,configurable:!0,writable:!0,value:s}):l[n]=s;var r=(l,n,s)=>_(l,typeof n!="symbol"?n+"":n,s);Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("vue"),V=require("@wangeditor/editor-for-vue"),M=require("@wangeditor/editor"),U=require("./index-3difDH1d.js"),E={class:"rich-text-editor"},q=t.defineComponent({__name:"index",props:{name:{default:""},modelValue:{default:""},placeholder:{default:"请输入内容..."},height:{default:"400px"},mode:{default:"default"},disabled:{type:Boolean,default:!1},maxLength:{default:1e4},excludeKeys:{default:()=>[]},includeKeys:{default:()=>[]}},emits:["update:modelValue","change","focus","blur","created","upload-image","upload-video"],setup(l,{expose:n,emit:s}){const a=l,c=s,o=t.shallowRef(),i=t.ref(""),B=t.computed(()=>typeof a.height=="number"?`${a.height}px`:a.height),p=t.inject("handleUpload",()=>{}),m=t.inject("fileUrl",null),g=t.inject("chooseName",null),f=t.ref(""),v=t.ref(null),b=()=>{if(!p){console.warn("Upload: handleUpload function not provided by ancestor");return}if(o.value)try{const e=o.value.selection;e&&(v.value={anchor:{path:[...e.anchor.path],offset:e.anchor.offset},focus:{path:[...e.focus.path],offset:e.focus.offset}})}catch(e){console.warn("保存光标位置失败:",e)}p(!0,a.name+"_"+f.value)};t.watch(()=>[m==null?void 0:m.value,g==null?void 0:g.value],([e,u])=>{!e||!u||u!==a.name+"_"+f.value||o.value&&t.nextTick(()=>{var d,C;if(o.value){try{if(o.value.focus(),v.value)try{o.value.select(v.value)}catch(h){console.warn("恢复光标位置失败,使用默认位置:",h)}}catch(h){console.warn("聚焦编辑器失败:",h)}if(f.value==="img"){const y=`<img src="${e}" alt="图片" style="max-width: 100%;">`;(d=o.value)==null||d.dangerouslyInsertHtml(y)}else{const y=`<video src="${e}" controls style="max-width: 100%;"></video>`;(C=o.value)==null||C.dangerouslyInsertHtml(y)}v.value=null}})},{immediate:!1});class S{constructor(){r(this,"title");r(this,"tag");r(this,"iconSvg");this.title="上传图片",this.tag="button",this.iconSvg='<svg viewBox="0 0 1024 1024"><path d="M959.877 128l0.123 0.123v767.775l-0.123 0.122H64.102l-0.122-0.122V128.123l0.122-0.123h895.775zM960 64H64C28.795 64 0 92.795 0 128v768c0 35.205 28.795 64 64 64h896c35.205 0 64-28.795 64-64V128c0-35.205-28.795-64-64-64zM832 288.01c0 53.023-42.988 96.01-96.01 96.01s-96.01-42.987-96.01-96.01S682.967 192 735.99 192 832 234.988 832 288.01zM896 832H128V704l224.01-384 256 320h64l224.01-192z"></path></svg>'}isActive(){return!1}getValue(){return""}isDisabled(){return!1}exec(){t.nextTick(()=>{console.log("点击了自定义上传图片菜单"),f.value="img",b()})}}class k{constructor(){r(this,"title");r(this,"tag");r(this,"iconSvg");this.title="上传视频",this.tag="button",this.iconSvg='<svg viewBox="0 0 1024 1024"><path d="M981.184 160.096C837.568 139.456 678.848 128 512 128S186.432 139.456 42.816 160.096C15.296 267.808 0 386.848 0 512s15.264 244.16 42.816 351.904C186.464 884.544 345.152 896 512 896s325.568-11.456 469.184-32.096C1008.704 756.192 1024 637.152 1024 512s-15.264-244.16-42.816-351.904zM384 704V320l320 192-320 192z"></path></svg>'}getValue(){return""}isActive(){return!1}isDisabled(){return!1}exec(){t.nextTick(()=>{f.value="video",b()})}}const x={toolbarKeys:["headerSelect","bold","italic","through","underline","color","fontSize","lineHeight","delIndent","indent","divider","insertTable","justifyCenter","justifyJustify","justifyLeft","justifyRight","undo","redo","clearStyle","codeBlock"]},w={placeholder:a.placeholder,readOnly:a.disabled,maxLength:a.maxLength,MENU_CONF:{}},H=e=>{o.value=e;const u={key:"CustomImageMenu",factory(){return new S}},d={key:"CustomVideoMenu",factory(){return new k}};M.Boot.registerMenu(u),M.Boot.registerMenu(d),x.insertKeys={index:0,keys:["CustomImageMenu","CustomVideoMenu"]},c("created",e)};t.onBeforeUnmount(()=>{const e=o.value;e!=null&&e.destroy()}),t.watch(()=>a.modelValue,e=>{e!==i.value&&(i.value=e||"")},{immediate:!0});const j=e=>{c("update:modelValue",i.value),c("change",e)},z=()=>{o.value=void 0},I=e=>{c("focus",e)},O=e=>{c("blur",e)};return n({editor:o,getHtml:()=>i.value,getText:()=>{var e;return((e=o.value)==null?void 0:e.getText())||""},isEmpty:()=>{var e;return((e=o.value)==null?void 0:e.isEmpty())||!0},clear:()=>{var e;return(e=o.value)==null?void 0:e.clear()},focus:()=>{var e;return(e=o.value)==null?void 0:e.focus()},blur:()=>{var e;return(e=o.value)==null?void 0:e.blur()},disable:()=>{var e;return(e=o.value)==null?void 0:e.disable()},enable:()=>{var e;return(e=o.value)==null?void 0:e.enable()}}),(e,u)=>(t.openBlock(),t.createElementBlock("div",E,[t.createVNode(t.unref(V.Toolbar),{class:"editor-toolbar",editor:o.value,defaultConfig:x,mode:l.mode},null,8,["editor","mode"]),t.createVNode(t.unref(V.Editor),{class:"editor-content",style:t.normalizeStyle({height:B.value}),modelValue:i.value,"onUpdate:modelValue":u[0]||(u[0]=d=>i.value=d),defaultConfig:w,mode:l.mode,onOnCreated:H,onOnChange:j,onOnDestroyed:z,onOnFocus:I,onOnBlur:O},null,8,["style","modelValue","mode"])]))}}),D=U._(q,[["__scopeId","data-v-fe5517dc"]]);exports.default=D;
@@ -1,11 +1,11 @@
1
- var T = Object.defineProperty;
2
- var D = (o, l, u) => l in o ? T(o, l, { enumerable: !0, configurable: !0, writable: !0, value: u }) : o[l] = u;
3
- var s = (o, l, u) => D(o, typeof l != "symbol" ? l + "" : l, u);
4
- import { defineComponent as F, shallowRef as K, ref as b, computed as L, inject as f, watch as x, onBeforeUnmount as A, createElementBlock as R, openBlock as $, createVNode as C, unref as M, normalizeStyle as N, nextTick as V } from "vue";
5
- import { Toolbar as J, Editor as q } from "@wangeditor/editor-for-vue";
6
- import { Boot as w } from "@wangeditor/editor";
7
- import { _ as G } from "./index-BZXCZXXX.mjs";
8
- const P = { class: "rich-text-editor" }, Q = /* @__PURE__ */ F({
1
+ var D = Object.defineProperty;
2
+ var K = (o, l, s) => l in o ? D(o, l, { enumerable: !0, configurable: !0, writable: !0, value: s }) : o[l] = s;
3
+ var u = (o, l, s) => K(o, typeof l != "symbol" ? l + "" : l, s);
4
+ import { defineComponent as L, shallowRef as A, ref as p, computed as R, inject as y, watch as B, nextTick as x, onBeforeUnmount as $, createElementBlock as F, openBlock as N, createVNode as S, unref as _, normalizeStyle as J } from "vue";
5
+ import { Toolbar as q, Editor as G } from "@wangeditor/editor-for-vue";
6
+ import { Boot as H } from "@wangeditor/editor";
7
+ import { _ as P } from "./index-D_1oM4pS.mjs";
8
+ const Q = { class: "rich-text-editor" }, W = /* @__PURE__ */ L({
9
9
  __name: "index",
10
10
  props: {
11
11
  name: { default: "" },
@@ -19,28 +19,65 @@ const P = { class: "rich-text-editor" }, Q = /* @__PURE__ */ F({
19
19
  includeKeys: { default: () => [] }
20
20
  },
21
21
  emits: ["update:modelValue", "change", "focus", "blur", "created", "upload-image", "upload-video"],
22
- setup(o, { expose: l, emit: u }) {
23
- const a = o, d = u, t = K(), i = b(""), B = L(() => typeof a.height == "number" ? `${a.height}px` : a.height), g = f("handleUpload", () => {
24
- }), m = f("fileUrl", null), h = f("chooseName", null), c = b(""), v = () => {
25
- if (!g) {
22
+ setup(o, { expose: l, emit: s }) {
23
+ const a = o, d = s, t = A(), r = p(""), w = R(() => typeof a.height == "number" ? `${a.height}px` : a.height), C = y("handleUpload", () => {
24
+ }), h = y("fileUrl", null), v = y("chooseName", null), c = p(""), m = p(null), b = () => {
25
+ if (!C) {
26
26
  console.warn("Upload: handleUpload function not provided by ancestor");
27
27
  return;
28
28
  }
29
- g(!0, a.name + c.value);
29
+ if (t.value)
30
+ try {
31
+ const e = t.value.selection;
32
+ e && (m.value = {
33
+ anchor: {
34
+ path: [...e.anchor.path],
35
+ offset: e.anchor.offset
36
+ },
37
+ focus: {
38
+ path: [...e.focus.path],
39
+ offset: e.focus.offset
40
+ }
41
+ });
42
+ } catch (e) {
43
+ console.warn("保存光标位置失败:", e);
44
+ }
45
+ C(!0, a.name + "_" + c.value);
30
46
  };
31
- x(
32
- () => [m == null ? void 0 : m.value, h == null ? void 0 : h.value],
47
+ B(
48
+ () => [h == null ? void 0 : h.value, v == null ? void 0 : v.value],
33
49
  ([e, n]) => {
34
- var r, p;
35
- !e || !n || n !== a.name + c.value || (c.value === "img" ? (r = t.value) == null || r.dangerouslyInsertHtml('<img src="https://osswebsite.ycyw.com/media-library/ywies-bj/images/home/ywies-tx.jpg" alt="图片" style="max-width: 100%;">') : (p = t.value) == null || p.dangerouslyInsertHtml('<video src="https://osswebsite.ycyw.com/media-library/ywies-bj/images/home/ywies-tx.jpg" controls style="max-width: 100%;"></video>'));
50
+ !e || !n || n !== a.name + "_" + c.value || t.value && x(() => {
51
+ var i, V;
52
+ if (t.value) {
53
+ try {
54
+ if (t.value.focus(), m.value)
55
+ try {
56
+ t.value.select(m.value);
57
+ } catch (f) {
58
+ console.warn("恢复光标位置失败,使用默认位置:", f);
59
+ }
60
+ } catch (f) {
61
+ console.warn("聚焦编辑器失败:", f);
62
+ }
63
+ if (c.value === "img") {
64
+ const g = `<img src="${e}" alt="图片" style="max-width: 100%;">`;
65
+ (i = t.value) == null || i.dangerouslyInsertHtml(g);
66
+ } else {
67
+ const g = `<video src="${e}" controls style="max-width: 100%;"></video>`;
68
+ (V = t.value) == null || V.dangerouslyInsertHtml(g);
69
+ }
70
+ m.value = null;
71
+ }
72
+ });
36
73
  },
37
74
  { immediate: !1 }
38
75
  );
39
- class S {
76
+ class z {
40
77
  constructor() {
41
- s(this, "title");
42
- s(this, "tag");
43
- s(this, "iconSvg");
78
+ u(this, "title");
79
+ u(this, "tag");
80
+ u(this, "iconSvg");
44
81
  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>';
45
82
  }
46
83
  isActive() {
@@ -53,16 +90,16 @@ const P = { class: "rich-text-editor" }, Q = /* @__PURE__ */ F({
53
90
  return !1;
54
91
  }
55
92
  exec() {
56
- V(() => {
57
- console.log("点击了自定义上传图片菜单"), c.value = "img", v();
93
+ x(() => {
94
+ console.log("点击了自定义上传图片菜单"), c.value = "img", b();
58
95
  });
59
96
  }
60
97
  }
61
- class j {
98
+ class I {
62
99
  constructor() {
63
- s(this, "title");
64
- s(this, "tag");
65
- s(this, "iconSvg");
100
+ u(this, "title");
101
+ u(this, "tag");
102
+ u(this, "iconSvg");
66
103
  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>';
67
104
  }
68
105
  getValue() {
@@ -75,12 +112,12 @@ const P = { class: "rich-text-editor" }, Q = /* @__PURE__ */ F({
75
112
  return !1;
76
113
  }
77
114
  exec() {
78
- V(() => {
79
- c.value = "video", v();
115
+ x(() => {
116
+ c.value = "video", b();
80
117
  });
81
118
  }
82
119
  }
83
- const y = {
120
+ const M = {
84
121
  toolbarKeys: [
85
122
  // 菜单 key
86
123
  "headerSelect",
@@ -123,53 +160,53 @@ const P = { class: "rich-text-editor" }, Q = /* @__PURE__ */ F({
123
160
  "codeBlock"
124
161
  //代码块
125
162
  ]
126
- }, H = {
163
+ }, k = {
127
164
  placeholder: a.placeholder,
128
165
  readOnly: a.disabled,
129
166
  maxLength: a.maxLength,
130
167
  MENU_CONF: {}
131
- }, z = (e) => {
168
+ }, O = (e) => {
132
169
  t.value = e;
133
170
  const n = {
134
171
  key: "CustomImageMenu",
135
172
  // 定义 menu key :要保证唯一、不重复(重要)
136
173
  factory() {
137
- return new S();
174
+ return new z();
138
175
  }
139
- }, r = {
176
+ }, i = {
140
177
  key: "CustomVideoMenu",
141
178
  // 定义 menu key :要保证唯一、不重复(重要)
142
179
  factory() {
143
- return new j();
180
+ return new I();
144
181
  }
145
182
  };
146
- w.registerMenu(n), w.registerMenu(r), y.insertKeys = {
183
+ H.registerMenu(n), H.registerMenu(i), M.insertKeys = {
147
184
  index: 0,
148
185
  keys: ["CustomImageMenu", "CustomVideoMenu"]
149
186
  }, d("created", e);
150
187
  };
151
- A(() => {
188
+ $(() => {
152
189
  const e = t.value;
153
190
  e != null && e.destroy();
154
- }), x(
191
+ }), B(
155
192
  () => a.modelValue,
156
193
  (e) => {
157
- e !== i.value && (i.value = e || "");
194
+ e !== r.value && (r.value = e || "");
158
195
  },
159
196
  { immediate: !0 }
160
197
  );
161
- const I = (e) => {
162
- d("update:modelValue", i.value), d("change", e);
163
- }, U = () => {
198
+ const U = (e) => {
199
+ d("update:modelValue", r.value), d("change", e);
200
+ }, j = () => {
164
201
  t.value = void 0;
165
- }, _ = (e) => {
202
+ }, E = (e) => {
166
203
  d("focus", e);
167
- }, k = (e) => {
204
+ }, T = (e) => {
168
205
  d("blur", e);
169
206
  };
170
207
  return l({
171
208
  editor: t,
172
- getHtml: () => i.value,
209
+ getHtml: () => r.value,
173
210
  getText: () => {
174
211
  var e;
175
212
  return ((e = t.value) == null ? void 0 : e.getText()) || "";
@@ -198,29 +235,29 @@ const P = { class: "rich-text-editor" }, Q = /* @__PURE__ */ F({
198
235
  var e;
199
236
  return (e = t.value) == null ? void 0 : e.enable();
200
237
  }
201
- }), (e, n) => ($(), R("div", P, [
202
- C(M(J), {
238
+ }), (e, n) => (N(), F("div", Q, [
239
+ S(_(q), {
203
240
  class: "editor-toolbar",
204
241
  editor: t.value,
205
- defaultConfig: y,
242
+ defaultConfig: M,
206
243
  mode: o.mode
207
244
  }, null, 8, ["editor", "mode"]),
208
- C(M(q), {
245
+ S(_(G), {
209
246
  class: "editor-content",
210
- style: N({ height: B.value }),
211
- modelValue: i.value,
212
- "onUpdate:modelValue": n[0] || (n[0] = (r) => i.value = r),
213
- defaultConfig: H,
247
+ style: J({ height: w.value }),
248
+ modelValue: r.value,
249
+ "onUpdate:modelValue": n[0] || (n[0] = (i) => r.value = i),
250
+ defaultConfig: k,
214
251
  mode: o.mode,
215
- onOnCreated: z,
216
- onOnChange: I,
217
- onOnDestroyed: U,
218
- onOnFocus: _,
219
- onOnBlur: k
252
+ onOnCreated: O,
253
+ onOnChange: U,
254
+ onOnDestroyed: j,
255
+ onOnFocus: E,
256
+ onOnBlur: T
220
257
  }, null, 8, ["style", "modelValue", "mode"])
221
258
  ]));
222
259
  }
223
- }), te = /* @__PURE__ */ G(Q, [["__scopeId", "data-v-b409e38f"]]);
260
+ }), oe = /* @__PURE__ */ P(W, [["__scopeId", "data-v-fe5517dc"]]);
224
261
  export {
225
- te as default
262
+ oe as default
226
263
  };
@@ -416,7 +416,7 @@ const Gs = { class: "button-text" }, qs = { class: "link-text" }, Ks = /* @__PUR
416
416
  },
417
417
  emits: ["update:show"],
418
418
  setup(e, { emit: u }) {
419
- const l = Le(() => import("vuedraggable")), n = Le(() => import("./index-B898HGW2.mjs")), i = U(!1), s = R(() => ({
419
+ const l = Le(() => import("vuedraggable")), n = Le(() => import("./index-D87pn1lV.mjs")), i = U(!1), s = R(() => ({
420
420
  animation: 200,
421
421
  group: "item",
422
422
  disabled: !1,
@@ -2762,7 +2762,7 @@ const Gs = { class: "button-text" }, qs = { class: "link-text" }, Ks = /* @__PUR
2762
2762
  },
2763
2763
  emits: ["update:show"],
2764
2764
  setup(e, { emit: u }) {
2765
- const l = Le(() => import("vuedraggable")), n = Le(() => import("./index-B898HGW2.mjs")), i = U(!1), s = R(() => ({
2765
+ const l = Le(() => import("vuedraggable")), n = Le(() => import("./index-D87pn1lV.mjs")), i = U(!1), s = R(() => ({
2766
2766
  animation: 200,
2767
2767
  group: "gallerys",
2768
2768
  // 链接专用分组
@@ -4334,7 +4334,7 @@ const mu = { class: "gallery-timeline" }, pu = { class: "gallery-timeline__list"
4334
4334
  },
4335
4335
  emits: ["update:show"],
4336
4336
  setup(e, { emit: u }) {
4337
- const l = Le(() => import("vuedraggable")), n = Le(() => import("./index-B898HGW2.mjs")), i = U(!1), s = R(() => ({
4337
+ const l = Le(() => import("vuedraggable")), n = Le(() => import("./index-D87pn1lV.mjs")), i = U(!1), s = R(() => ({
4338
4338
  animation: 200,
4339
4339
  group: "gallerys",
4340
4340
  // 链接专用分组
@@ -5207,7 +5207,7 @@ const mu = { class: "gallery-timeline" }, pu = { class: "gallery-timeline__list"
5207
5207
  },
5208
5208
  emits: ["update:show"],
5209
5209
  setup(e, { emit: u }) {
5210
- const l = Le(() => import("vuedraggable")), n = Le(() => import("./index-B898HGW2.mjs")), i = U(!1), s = R(() => ({
5210
+ const l = Le(() => import("vuedraggable")), n = Le(() => import("./index-D87pn1lV.mjs")), i = U(!1), s = R(() => ({
5211
5211
  animation: 200,
5212
5212
  group: "btns",
5213
5213
  // 链接专用分组
@@ -5964,7 +5964,7 @@ const mu = { class: "gallery-timeline" }, pu = { class: "gallery-timeline__list"
5964
5964
  }
5965
5965
  },
5966
5966
  setup(e) {
5967
- const u = Le(() => import("vuedraggable")), l = Le(() => import("./index-B898HGW2.mjs")), n = U(!1), i = R(() => ({
5967
+ const u = Le(() => import("vuedraggable")), l = Le(() => import("./index-D87pn1lV.mjs")), n = U(!1), i = R(() => ({
5968
5968
  animation: 200,
5969
5969
  group: "buttons",
5970
5970
  // 按钮专用分组
@@ -7908,7 +7908,7 @@ const mu = { class: "gallery-timeline" }, pu = { class: "gallery-timeline__list"
7908
7908
  },
7909
7909
  emits: ["update:show"],
7910
7910
  setup(e, { emit: u }) {
7911
- const l = Le(() => import("./index-B898HGW2.mjs")), n = u, i = () => {
7911
+ const l = Le(() => import("./index-D87pn1lV.mjs")), n = u, i = () => {
7912
7912
  n("update:show", !1);
7913
7913
  };
7914
7914
  return (s, r) => {
@@ -9704,7 +9704,7 @@ const mu = { class: "gallery-timeline" }, pu = { class: "gallery-timeline__list"
9704
9704
  },
9705
9705
  emits: ["update:show"],
9706
9706
  setup(e, { emit: u }) {
9707
- const l = Le(() => import("./index-B898HGW2.mjs")), n = u, i = () => {
9707
+ const l = Le(() => import("./index-D87pn1lV.mjs")), n = u, i = () => {
9708
9708
  n("update:show", !1);
9709
9709
  };
9710
9710
  return (s, r) => {
@@ -9874,7 +9874,7 @@ const mu = { class: "gallery-timeline" }, pu = { class: "gallery-timeline__list"
9874
9874
  },
9875
9875
  emits: ["update:show"],
9876
9876
  setup(e, { emit: u }) {
9877
- const l = Le(() => import("vuedraggable")), n = Le(() => import("./index-B898HGW2.mjs")), i = U(!1), s = R(() => ({
9877
+ const l = Le(() => import("vuedraggable")), n = Le(() => import("./index-D87pn1lV.mjs")), i = U(!1), s = R(() => ({
9878
9878
  animation: 200,
9879
9879
  group: "links",
9880
9880
  // 链接专用分组
@@ -10200,7 +10200,7 @@ const mu = { class: "gallery-timeline" }, pu = { class: "gallery-timeline__list"
10200
10200
  },
10201
10201
  emits: ["update:show"],
10202
10202
  setup(e, { emit: u }) {
10203
- const l = Le(() => import("./index-B898HGW2.mjs")), n = u, i = () => {
10203
+ const l = Le(() => import("./index-D87pn1lV.mjs")), n = u, i = () => {
10204
10204
  n("update:show", !1);
10205
10205
  };
10206
10206
  return (s, r) => {
@@ -10669,7 +10669,7 @@ const mu = { class: "gallery-timeline" }, pu = { class: "gallery-timeline__list"
10669
10669
  },
10670
10670
  emits: ["update:show"],
10671
10671
  setup(e, { emit: u }) {
10672
- const l = Le(() => import("vuedraggable")), n = Le(() => import("./index-B898HGW2.mjs")), i = U(!1), s = R(() => ({
10672
+ const l = Le(() => import("vuedraggable")), n = Le(() => import("./index-D87pn1lV.mjs")), i = U(!1), s = R(() => ({
10673
10673
  animation: 200,
10674
10674
  group: "gallerys",
10675
10675
  // 链接专用分组
@@ -12456,7 +12456,7 @@ const Xt = ss(), Zf = ss(), Jf = { class: "list-sort" }, eg = ["onClick"], tg =
12456
12456
  },
12457
12457
  emits: ["update:show"],
12458
12458
  setup(e, { emit: u }) {
12459
- const l = Le(() => import("vuedraggable")), n = Le(() => import("./index-B898HGW2.mjs")), i = U(!1), s = R(() => ({
12459
+ const l = Le(() => import("vuedraggable")), n = Le(() => import("./index-D87pn1lV.mjs")), i = U(!1), s = R(() => ({
12460
12460
  animation: 200,
12461
12461
  group: "gallerys",
12462
12462
  // 链接专用分组
@@ -13586,7 +13586,7 @@ const Xt = ss(), Zf = ss(), Jf = { class: "list-sort" }, eg = ["onClick"], tg =
13586
13586
  },
13587
13587
  emits: ["update:show"],
13588
13588
  setup(e, { emit: u }) {
13589
- const l = Le(() => import("./index-B898HGW2.mjs")), n = u, i = U({
13589
+ const l = Le(() => import("./index-D87pn1lV.mjs")), n = u, i = U({
13590
13590
  title: "",
13591
13591
  content: "",
13592
13592
  imgSrc: "https://osswebsite.ycyw.com/media-library/ywies-bj/images/home/ywies-tx.jpg"
@@ -16284,7 +16284,7 @@ const Xt = ss(), Zf = ss(), Jf = { class: "list-sort" }, eg = ["onClick"], tg =
16284
16284
  },
16285
16285
  emits: ["update:show"],
16286
16286
  setup(e, { emit: u }) {
16287
- const l = Le(() => import("./index-B898HGW2.mjs")), n = Le(() => import("vuedraggable")), i = e, s = U(!1), r = U(/* @__PURE__ */ new Set()), h = U(/* @__PURE__ */ new Set());
16287
+ const l = Le(() => import("./index-D87pn1lV.mjs")), n = Le(() => import("vuedraggable")), i = e, s = U(!1), r = U(/* @__PURE__ */ new Set()), h = U(/* @__PURE__ */ new Set());
16288
16288
  De(
16289
16289
  () => {
16290
16290
  var $;
@@ -19444,7 +19444,7 @@ const Xt = ss(), Zf = ss(), Jf = { class: "list-sort" }, eg = ["onClick"], tg =
19444
19444
  },
19445
19445
  emits: ["update:show"],
19446
19446
  setup(e, { emit: u }) {
19447
- const l = Le(() => import("vuedraggable")), n = Le(() => import("./index-B898HGW2.mjs")), i = U(!1), s = R(() => ({
19447
+ const l = Le(() => import("vuedraggable")), n = Le(() => import("./index-D87pn1lV.mjs")), i = U(!1), s = R(() => ({
19448
19448
  animation: 200,
19449
19449
  group: "data",
19450
19450
  // 专用分组
@@ -19721,7 +19721,7 @@ const Xt = ss(), Zf = ss(), Jf = { class: "list-sort" }, eg = ["onClick"], tg =
19721
19721
  },
19722
19722
  emits: ["update:show"],
19723
19723
  setup(e, { emit: u }) {
19724
- const l = Le(() => import("vuedraggable")), n = Le(() => import("./index-B898HGW2.mjs")), i = U(!1), s = R(() => ({
19724
+ const l = Le(() => import("vuedraggable")), n = Le(() => import("./index-D87pn1lV.mjs")), i = U(!1), s = R(() => ({
19725
19725
  animation: 200,
19726
19726
  group: "data",
19727
19727
  // 专用分组
@@ -25743,7 +25743,7 @@ const Xt = ss(), Zf = ss(), Jf = { class: "list-sort" }, eg = ["onClick"], tg =
25743
25743
  },
25744
25744
  emits: ["update:show"],
25745
25745
  setup(e, { emit: u }) {
25746
- const l = Le(() => import("vuedraggable")), n = Le(() => import("./index-B898HGW2.mjs")), i = R(() => ({
25746
+ const l = Le(() => import("vuedraggable")), n = Le(() => import("./index-D87pn1lV.mjs")), i = R(() => ({
25747
25747
  animation: 200,
25748
25748
  group: "links",
25749
25749
  // 链接专用分组
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const l=require("./index-BDlwVUIL.js");exports.AlummiCommunityList=l.J;exports.AlummiCommunityListPlugin=l.aF;exports.AnimationUtils=l.aP;exports.ArticleItem=l.j;exports.ArticleItemPlugin=l.af;exports.ArticleList=l.A;exports.ArticleListPlugin=l.Y;exports.BannerImage=l.B;exports.BannerImagePlugin=l.Z;exports.BannerImageWithLink=l.q;exports.BannerImageWithLinkPlugin=l.ap;exports.BannerPage=l.a;exports.BannerPagePlugin=l.$;exports.BannerQuote=l.i;exports.BannerQuotePlugin=l.ae;exports.BasicCollapse=l.x;exports.BasicCollapsePlugin=l.az;exports.BlessingMessage=l.K;exports.BlessingMessagePlugin=l.aG;exports.BlessingSlider=l.S;exports.BlessingSliderPlugin=l.aH;exports.BtnList=l.b;exports.BtnListPlugin=l.a0;exports.CardCarousel=l.g;exports.CardCarouselArticlesPlugin=l.au;exports.CardCarouselMultiRow=l.h;exports.CardCarouselMultiRowArticles=l.I;exports.CardCarouselMultiRowArticlesPlugin=l.aE;exports.CardCarouselMultiRowPlugin=l.ad;exports.CardCarouselMultiRowPublications=l.X;exports.CardCarouselMultiRowPublicationsPlugin=l.aL;exports.CardCarouselPlugin=l.ac;exports.CardShowcase=l.U;exports.CardShowcasePlugin=l.aI;exports.CardShowcaseProfile=l.l;exports.CardShowcaseProfilePlugin=l.ak;exports.CarouselLogo=l.t;exports.CarouselLogoPlugin=l.av;exports.ContactUsInfo=l.r;exports.ContactUsInfoPlugin=l.ar;exports.ContactUsList=l.o;exports.ContactUsListPlugin=l.am;exports.CountDown=l.m;exports.CountDownPlugin=l.al;exports.CustomIframe=l.n;exports.CustomIframePlugin=l.an;exports.CustomSpace=l.C;exports.CustomSpacePlugin=l.a6;exports.Disc=l.w;exports.DiscPlugin=l.ay;exports.DonorLinks=l.D;exports.DonorLinksPlugin=l.ab;exports.ExploreLinks=l.V;exports.ExploreLinksPlugin=l.aJ;exports.GalleryBlock=l.F;exports.GalleryBlockPlugin=l.aD;exports.GalleryCaptionRound=l.c;exports.GalleryCaptionRoundPlugin=l.a2;exports.GalleryDefault=l.G;exports.GalleryDefaultPlugin=l.a1;exports.GalleryList=l.f;exports.GalleryListPlugin=l.a7;exports.GalleryTimeline=l.d;exports.GalleryTimelineCol=l.e;exports.GalleryTimelineColPlugin=l.a4;exports.GalleryTimelinePlugin=l.a3;exports.HeroSlide=l.H;exports.HeroSlidePlugin=l.a8;exports.LinkList=l.L;exports.LinkListPlugin=l.a9;exports.MapStatic=l.M;exports.MapStaticPlugin=l.at;exports.MediaLogo=l.z;exports.MediaLogoPlugin=l.aB;exports.NewsList=l.N;exports.NewsListPlugin=l.ai;exports.Process=l.P;exports.ProcessPlugin=l.a5;exports.Publications=l.s;exports.PublicationsPlugin=l.as;exports.QuoteText=l.Q;exports.QuoteTextPlugin=l.aa;exports.RegisterForm=l.E;exports.RegisterFormPlugin=l.aC;exports.Resources=l.u;exports.ResourcesPlugin=l.aw;exports.ResourcesTwo=l.v;exports.ResourcesTwoPlugin=l.ax;exports.ResponsiveUtils=l.aO;exports.RibbonBlock=l.R;exports.RibbonBlockPlugin=l.ag;exports.SchoolLayout=l.W;exports.SchoolLayoutPlugin=l.aK;exports.ScrollKeyInfoPlugin=l.aq;exports.StorageUtils=l.aQ;exports.TableCollapse=l.y;exports.TableCollapsePlugin=l.aA;exports.TableTwo=l.p;exports.TableTwoPlugin=l.ao;exports.TheHistoryCarousel=l.k;exports.TheHistoryCarouselPlugin=l.aj;exports.ThemeUtils=l.aN;exports.TimelineStory=l.T;exports.TimelineStoryPlugin=l.ah;exports.default=l.O;exports.useTheme=l.aM;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const l=require("./index-3difDH1d.js");exports.AlummiCommunityList=l.J;exports.AlummiCommunityListPlugin=l.aF;exports.AnimationUtils=l.aP;exports.ArticleItem=l.j;exports.ArticleItemPlugin=l.af;exports.ArticleList=l.A;exports.ArticleListPlugin=l.Y;exports.BannerImage=l.B;exports.BannerImagePlugin=l.Z;exports.BannerImageWithLink=l.q;exports.BannerImageWithLinkPlugin=l.ap;exports.BannerPage=l.a;exports.BannerPagePlugin=l.$;exports.BannerQuote=l.i;exports.BannerQuotePlugin=l.ae;exports.BasicCollapse=l.x;exports.BasicCollapsePlugin=l.az;exports.BlessingMessage=l.K;exports.BlessingMessagePlugin=l.aG;exports.BlessingSlider=l.S;exports.BlessingSliderPlugin=l.aH;exports.BtnList=l.b;exports.BtnListPlugin=l.a0;exports.CardCarousel=l.g;exports.CardCarouselArticlesPlugin=l.au;exports.CardCarouselMultiRow=l.h;exports.CardCarouselMultiRowArticles=l.I;exports.CardCarouselMultiRowArticlesPlugin=l.aE;exports.CardCarouselMultiRowPlugin=l.ad;exports.CardCarouselMultiRowPublications=l.X;exports.CardCarouselMultiRowPublicationsPlugin=l.aL;exports.CardCarouselPlugin=l.ac;exports.CardShowcase=l.U;exports.CardShowcasePlugin=l.aI;exports.CardShowcaseProfile=l.l;exports.CardShowcaseProfilePlugin=l.ak;exports.CarouselLogo=l.t;exports.CarouselLogoPlugin=l.av;exports.ContactUsInfo=l.r;exports.ContactUsInfoPlugin=l.ar;exports.ContactUsList=l.o;exports.ContactUsListPlugin=l.am;exports.CountDown=l.m;exports.CountDownPlugin=l.al;exports.CustomIframe=l.n;exports.CustomIframePlugin=l.an;exports.CustomSpace=l.C;exports.CustomSpacePlugin=l.a6;exports.Disc=l.w;exports.DiscPlugin=l.ay;exports.DonorLinks=l.D;exports.DonorLinksPlugin=l.ab;exports.ExploreLinks=l.V;exports.ExploreLinksPlugin=l.aJ;exports.GalleryBlock=l.F;exports.GalleryBlockPlugin=l.aD;exports.GalleryCaptionRound=l.c;exports.GalleryCaptionRoundPlugin=l.a2;exports.GalleryDefault=l.G;exports.GalleryDefaultPlugin=l.a1;exports.GalleryList=l.f;exports.GalleryListPlugin=l.a7;exports.GalleryTimeline=l.d;exports.GalleryTimelineCol=l.e;exports.GalleryTimelineColPlugin=l.a4;exports.GalleryTimelinePlugin=l.a3;exports.HeroSlide=l.H;exports.HeroSlidePlugin=l.a8;exports.LinkList=l.L;exports.LinkListPlugin=l.a9;exports.MapStatic=l.M;exports.MapStaticPlugin=l.at;exports.MediaLogo=l.z;exports.MediaLogoPlugin=l.aB;exports.NewsList=l.N;exports.NewsListPlugin=l.ai;exports.Process=l.P;exports.ProcessPlugin=l.a5;exports.Publications=l.s;exports.PublicationsPlugin=l.as;exports.QuoteText=l.Q;exports.QuoteTextPlugin=l.aa;exports.RegisterForm=l.E;exports.RegisterFormPlugin=l.aC;exports.Resources=l.u;exports.ResourcesPlugin=l.aw;exports.ResourcesTwo=l.v;exports.ResourcesTwoPlugin=l.ax;exports.ResponsiveUtils=l.aO;exports.RibbonBlock=l.R;exports.RibbonBlockPlugin=l.ag;exports.SchoolLayout=l.W;exports.SchoolLayoutPlugin=l.aK;exports.ScrollKeyInfoPlugin=l.aq;exports.StorageUtils=l.aQ;exports.TableCollapse=l.y;exports.TableCollapsePlugin=l.aA;exports.TableTwo=l.p;exports.TableTwoPlugin=l.ao;exports.TheHistoryCarousel=l.k;exports.TheHistoryCarouselPlugin=l.aj;exports.ThemeUtils=l.aN;exports.TimelineStory=l.T;exports.TimelineStoryPlugin=l.ah;exports.default=l.O;exports.useTheme=l.aM;
@@ -1,4 +1,4 @@
1
- import { J as l, aF as i, aP as e, j as n, af as o, A as u, Y as r, B as t, Z as g, q as P, ap as C, a as c, $ as m, i as L, ae as d, x as y, az as B, K as T, aG as w, S, aH as R, b as p, a0 as b, g as h, au as k, h as G, I as M, aE as f, ad as I, X as A, aL as D, ac as U, U as x, aI as H, l as Q, ak as E, t as F, av as N, r as v, ar as K, o as W, am as j, m as q, al as z, n as J, an as O, C as V, a6 as X, w as Y, ay as Z, D as $, ab as _, V as aa, aJ as sa, F as la, aD as ia, c as ea, a2 as na, G as oa, a1 as ua, f as ra, a7 as ta, d as ga, e as Pa, a4 as Ca, a3 as ca, H as ma, a8 as La, L as da, a9 as ya, M as Ba, at as Ta, z as wa, aB as Sa, N as Ra, ai as pa, P as ba, a5 as ha, s as ka, as as Ga, Q as Ma, aa as fa, E as Ia, aC as Aa, u as Da, aw as Ua, v as xa, ax as Ha, aO as Qa, R as Ea, ag as Fa, W as Na, aK as va, aq as Ka, aQ as Wa, y as ja, aA as qa, p as za, ao as Ja, k as Oa, aj as Va, aN as Xa, T as Ya, ah as Za, O as $a, aM as _a } from "./index-BZXCZXXX.mjs";
1
+ import { J as l, aF as i, aP as e, j as n, af as o, A as u, Y as r, B as t, Z as g, q as P, ap as C, a as c, $ as m, i as L, ae as d, x as y, az as B, K as T, aG as w, S, aH as R, b as p, a0 as b, g as h, au as k, h as G, I as M, aE as f, ad as I, X as A, aL as D, ac as U, U as x, aI as H, l as Q, ak as E, t as F, av as N, r as v, ar as K, o as W, am as j, m as q, al as z, n as J, an as O, C as V, a6 as X, w as Y, ay as Z, D as $, ab as _, V as aa, aJ as sa, F as la, aD as ia, c as ea, a2 as na, G as oa, a1 as ua, f as ra, a7 as ta, d as ga, e as Pa, a4 as Ca, a3 as ca, H as ma, a8 as La, L as da, a9 as ya, M as Ba, at as Ta, z as wa, aB as Sa, N as Ra, ai as pa, P as ba, a5 as ha, s as ka, as as Ga, Q as Ma, aa as fa, E as Ia, aC as Aa, u as Da, aw as Ua, v as xa, ax as Ha, aO as Qa, R as Ea, ag as Fa, W as Na, aK as va, aq as Ka, aQ as Wa, y as ja, aA as qa, p as za, ao as Ja, k as Oa, aj as Va, aN as Xa, T as Ya, ah as Za, O as $a, aM as _a } from "./index-D_1oM4pS.mjs";
2
2
  export {
3
3
  l as AlummiCommunityList,
4
4
  i as AlummiCommunityListPlugin,