@aplus-frontend/ui 7.11.3 → 7.11.4

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,8 +1,8 @@
1
- import { defineComponent as T, ref as N, computed as z, unref as o, watchEffect as D, createVNode as b, createElementBlock as g, openBlock as c, normalizeClass as d, createCommentVNode as y, createElementVNode as O, normalizeStyle as F, createBlock as E, resolveDynamicComponent as M } from "vue";
1
+ import { defineComponent as P, ref as S, computed as C, unref as a, watchEffect as U, createElementBlock as g, openBlock as m, normalizeClass as c, createCommentVNode as b, createElementVNode as z, normalizeStyle as T, createBlock as D, resolveDynamicComponent as F, createVNode as B } from "vue";
2
2
  import { UpOutlined as A, DownOutlined as R, LeftOutlined as $, RightOutlined as j } from "@ant-design/icons-vue";
3
3
  import "../config-provider/index.mjs";
4
4
  import { useNamespace as q } from "../config-provider/hooks/use-namespace.mjs";
5
- const G = ["aria-valuenow", "aria-valuemin", "aria-valuemax"], W = /* @__PURE__ */ T({
5
+ const G = ["aria-valuenow", "aria-valuemin", "aria-valuemax"], W = /* @__PURE__ */ P({
6
6
  name: "SplitBar",
7
7
  __name: "SplitBar",
8
8
  props: {
@@ -48,34 +48,34 @@ const G = ["aria-valuenow", "aria-valuemin", "aria-valuemax"], W = /* @__PURE__
48
48
  type: [Boolean, String]
49
49
  }
50
50
  },
51
- setup(k) {
52
- function C(e) {
51
+ setup(L) {
52
+ function y(e) {
53
53
  return typeof e == "number" && !Number.isNaN(e) ? Math.round(e) : 0;
54
54
  }
55
- const n = k, {
55
+ const o = L, {
56
56
  b: t,
57
- cssVar: x
58
- } = q("splitter-bar"), w = N(null), u = N(0), V = z(() => n.vertical ? 0 : o(u)), X = z(() => n.vertical ? o(u) : 0), Y = (e) => {
59
- n.resizable && e.currentTarget && (w.value = [e.pageX, e.pageY], n.onOffsetStart(n.index));
60
- }, P = (e) => {
61
- if (n.resizable && e.touches.length === 1) {
62
- const a = e.touches[0];
63
- w.value = [a.pageX, a.pageY], n.onOffsetStart(n.index);
57
+ cssVar: N
58
+ } = q("splitter-bar"), w = S(null), d = S(0), k = C(() => o.vertical ? 0 : a(d)), x = C(() => o.vertical ? a(d) : 0), V = (e) => {
59
+ o.resizable && e.currentTarget && (w.value = [e.pageX, e.pageY], o.onOffsetStart(o.index));
60
+ }, X = (e) => {
61
+ if (o.resizable && e.touches.length === 1) {
62
+ const n = e.touches[0];
63
+ w.value = [n.pageX, n.pageY], o.onOffsetStart(o.index);
64
64
  }
65
- }, U = (e) => {
65
+ }, Y = (e) => {
66
66
  const {
67
- containerSize: a,
67
+ containerSize: n,
68
68
  ariaMax: s,
69
69
  ariaMin: r,
70
70
  ariaNow: i
71
- } = n, l = a * i / 100, p = l + e, f = Math.max(0, a * r / 100), v = Math.max(a, a * s / 100);
72
- return Math.max(f, Math.min(v, p)) - l;
73
- }, I = (e, a) => {
74
- const s = U(n.vertical ? a : e);
75
- u.value = s;
76
- }, S = () => {
77
- n.onOffsetUpdate(n.index, o(V), o(X)), u.value = 0;
78
- }, B = (e) => {
71
+ } = o, l = n * i / 100, u = l + e, p = Math.max(0, n * r / 100), f = Math.max(n, n * s / 100);
72
+ return Math.max(p, Math.min(f, u)) - l;
73
+ }, O = (e, n) => {
74
+ const s = Y(o.vertical ? n : e);
75
+ d.value = s;
76
+ }, E = () => {
77
+ o.onOffsetUpdate(o.index, a(k), a(x)), d.value = 0;
78
+ }, M = (e) => {
79
79
  switch (e) {
80
80
  case !0:
81
81
  return t("collapse-bar-always-visible");
@@ -85,24 +85,24 @@ const G = ["aria-valuenow", "aria-valuemin", "aria-valuemax"], W = /* @__PURE__
85
85
  return t("collapse-bar-hover-only");
86
86
  }
87
87
  };
88
- D((e) => {
89
- const a = o(w);
90
- if (a) {
91
- const s = (p) => {
88
+ U((e) => {
89
+ const n = a(w);
90
+ if (n) {
91
+ const s = (u) => {
92
92
  const {
93
- pageX: f,
94
- pageY: v
95
- } = p, m = f - a[0], L = v - a[1];
96
- n.lazy ? I(m, L) : n.onOffsetUpdate(n.index, m, L);
93
+ pageX: p,
94
+ pageY: f
95
+ } = u, v = p - n[0], I = f - n[1];
96
+ o.lazy ? O(v, I) : o.onOffsetUpdate(o.index, v, I);
97
97
  }, r = () => {
98
- n.lazy && S(), w.value = null, n.onOffsetEnd();
99
- }, i = (p) => {
100
- if (p.touches.length === 1) {
101
- const f = p.touches[0], v = f.pageX - a[0], m = f.pageY - a[1];
102
- n.lazy ? I(v, m) : n.onOffsetUpdate(n.index, v, m);
98
+ o.lazy && E(), w.value = null, o.onOffsetEnd();
99
+ }, i = (u) => {
100
+ if (u.touches.length === 1) {
101
+ const p = u.touches[0], f = p.pageX - n[0], v = p.pageY - n[1];
102
+ o.lazy ? O(f, v) : o.onOffsetUpdate(o.index, f, v);
103
103
  }
104
104
  }, l = () => {
105
- n.lazy && S(), w.value = null, n.onOffsetEnd();
105
+ o.lazy && E(), w.value = null, o.onOffsetEnd();
106
106
  };
107
107
  window.addEventListener("touchmove", i), window.addEventListener("touchend", l), window.addEventListener("mousemove", s), window.addEventListener("mouseup", r), e(() => {
108
108
  window.removeEventListener("touchmove", i), window.removeEventListener("touchend", l), window.removeEventListener("mousemove", s), window.removeEventListener("mouseup", r);
@@ -111,58 +111,58 @@ const G = ["aria-valuenow", "aria-valuemin", "aria-valuemax"], W = /* @__PURE__
111
111
  }, {
112
112
  flush: "post"
113
113
  });
114
- const h = z(() => {
114
+ const h = C(() => {
115
115
  const {
116
116
  collapsibleIcon: e,
117
- vertical: a
118
- } = n;
117
+ vertical: n
118
+ } = o;
119
119
  let s = null, r = null;
120
120
  const i = e?.start !== void 0, l = e?.end !== void 0;
121
- return a ? (s = i ? e.start : b(A, null, null), r = l ? e.end : b(R, null, null)) : (s = i ? e.start : b($, null, null), r = l ? e.end : b(j, null, null)), {
122
- startIcon: () => s,
123
- endIcon: () => r,
121
+ return n ? (s = i ? () => e.start : A, r = l ? () => e.end : R) : (s = i ? () => e.start : $, r = l ? () => e.end : j), {
122
+ startIcon: s,
123
+ endIcon: r,
124
124
  startCustomize: i,
125
125
  endCustomize: l
126
126
  };
127
127
  });
128
- return (e, a) => (c(), g("div", {
129
- class: d(o(t)()),
128
+ return (e, n) => (m(), g("div", {
129
+ class: c(a(t)()),
130
130
  role: "separator",
131
- "aria-valuenow": C(n.ariaNow),
132
- "aria-valuemin": C(n.ariaMin),
133
- "aria-valuemax": C(n.ariaMax)
134
- }, [n.lazy ? (c(), g("div", {
131
+ "aria-valuenow": y(o.ariaNow),
132
+ "aria-valuemin": y(o.ariaMin),
133
+ "aria-valuemax": y(o.ariaMax)
134
+ }, [o.lazy ? (m(), g("div", {
135
135
  key: 0,
136
- class: d([o(t)("preview"), {
137
- [o(t)("preview-active")]: !!u.value
136
+ class: c([a(t)("preview"), {
137
+ [a(t)("preview-active")]: !!d.value
138
138
  }]),
139
- style: F(o(x)({
140
- "preview-offset": `${u.value}px`
139
+ style: T(a(N)({
140
+ "preview-offset": `${d.value}px`
141
141
  }))
142
- }, null, 6)) : y("", !0), O("div", {
143
- class: d([o(t)("dragger"), {
144
- [o(t)("dragger-disabled")]: !e.resizable,
145
- [o(t)("dragger-active")]: e.active,
146
- [o(t)("dragger-customize")]: e.draggerIcon !== void 0
142
+ }, null, 6)) : b("", !0), z("div", {
143
+ class: c([a(t)("dragger"), {
144
+ [a(t)("dragger-disabled")]: !e.resizable,
145
+ [a(t)("dragger-active")]: e.active,
146
+ [a(t)("dragger-customize")]: e.draggerIcon !== void 0
147
147
  }]),
148
- onMousedown: Y,
149
- onTouchstart: P
150
- }, [e.draggerIcon !== void 0 ? (c(), g("div", {
148
+ onMousedown: V,
149
+ onTouchstart: X
150
+ }, [e.draggerIcon !== void 0 ? (m(), g("div", {
151
151
  key: 0,
152
- class: d(o(t)("dragger-icon"))
153
- }, [(c(), E(M(e.draggerIcon)))], 2)) : y("", !0)], 34), e.startCollapsible ? (c(), g("div", {
152
+ class: c(a(t)("dragger-icon"))
153
+ }, [(m(), D(F(e.draggerIcon)))], 2)) : b("", !0)], 34), e.startCollapsible ? (m(), g("div", {
154
154
  key: 1,
155
- class: d([o(t)("collapse-bar"), o(t)("collapse-bar-start"), h.value.startCustomize ? o(t)("collapse-bar-customize") : "", B(e.showStartCollapsibleIcon)]),
156
- onClick: a[0] || (a[0] = () => e.onCollapse(e.index, "start"))
157
- }, [O("span", {
158
- class: d([o(t)("collapse-icon"), o(t)("collapse-start")])
159
- }, [(c(), E(M(h.value.startIcon)))], 2)], 2)) : y("", !0), e.endCollapsible ? (c(), g("div", {
155
+ class: c([a(t)("collapse-bar"), a(t)("collapse-bar-start"), h.value.startCustomize ? a(t)("collapse-bar-customize") : "", M(e.showStartCollapsibleIcon)]),
156
+ onClick: n[0] || (n[0] = () => e.onCollapse(e.index, "start"))
157
+ }, [z("span", {
158
+ class: c([a(t)("collapse-icon"), a(t)("collapse-start")])
159
+ }, [B(a(h).startIcon)], 2)], 2)) : b("", !0), e.endCollapsible ? (m(), g("div", {
160
160
  key: 2,
161
- class: d([o(t)("collapse-bar"), o(t)("collapse-bar-end"), h.value.endCustomize ? o(t)("collapse-bar-customize") : "", B(e.showEndCollapsibleIcon)]),
162
- onClick: a[1] || (a[1] = () => e.onCollapse(e.index, "end"))
163
- }, [O("span", {
164
- class: d([o(t)("collapse-icon"), o(t)("collapse-end")])
165
- }, [(c(), E(M(h.value.endIcon)))], 2)], 2)) : y("", !0)], 10, G));
161
+ class: c([a(t)("collapse-bar"), a(t)("collapse-bar-end"), h.value.endCustomize ? a(t)("collapse-bar-customize") : "", M(e.showEndCollapsibleIcon)]),
162
+ onClick: n[1] || (n[1] = () => e.onCollapse(e.index, "end"))
163
+ }, [z("span", {
164
+ class: c([a(t)("collapse-icon"), a(t)("collapse-end")])
165
+ }, [B(a(h).endIcon)], 2)], 2)) : b("", !0)], 10, G));
166
166
  }
167
167
  });
168
168
  export {
@@ -1,2 +1,2 @@
1
- declare const _default: "7.11.3";
1
+ declare const _default: "7.11.4";
2
2
  export default _default;
@@ -1,4 +1,4 @@
1
- const e = "7.11.3";
1
+ const e = "7.11.4";
2
2
  export {
3
3
  e as default
4
4
  };
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),w=require("@ant-design/icons-vue");require("../config-provider/index.js");const I=require("../config-provider/hooks/use-namespace.js"),S=["aria-valuenow","aria-valuemin","aria-valuemax"],V=e.defineComponent({name:"SplitBar",__name:"SplitBar",props:{index:{},active:{type:Boolean},resizable:{type:Boolean},startCollapsible:{type:Boolean},endCollapsible:{type:Boolean},onOffsetStart:{type:Function},onOffsetUpdate:{type:Function},onOffsetEnd:{},onCollapse:{type:Function},vertical:{type:Boolean},ariaNow:{},ariaMin:{},ariaMax:{},lazy:{type:Boolean},containerSize:{},draggerIcon:{},collapsibleIcon:{},showStartCollapsibleIcon:{type:[Boolean,String]},showEndCollapsibleIcon:{type:[Boolean,String]}},setup(z){function g(n){return typeof n=="number"&&!Number.isNaN(n)?Math.round(n):0}const o=z,{b:t,cssVar:B}=I.useNamespace("splitter-bar"),m=e.ref(null),c=e.ref(0),E=e.computed(()=>o.vertical?0:e.unref(c)),k=e.computed(()=>o.vertical?e.unref(c):0),M=n=>{o.resizable&&n.currentTarget&&(m.value=[n.pageX,n.pageY],o.onOffsetStart(o.index))},N=n=>{if(o.resizable&&n.touches.length===1){const a=n.touches[0];m.value=[a.pageX,a.pageY],o.onOffsetStart(o.index)}},O=n=>{const{containerSize:a,ariaMax:l,ariaMin:r,ariaNow:i}=o,s=a*i/100,u=s+n,d=Math.max(0,a*r/100),f=Math.max(a,a*l/100);return Math.max(d,Math.min(f,u))-s},C=(n,a)=>{const l=O(o.vertical?a:n);c.value=l},y=()=>{o.onOffsetUpdate(o.index,e.unref(E),e.unref(k)),c.value=0},b=n=>{switch(n){case!0:return t("collapse-bar-always-visible");case!1:return t("collapse-bar-always-hidden");case"auto":return t("collapse-bar-hover-only")}};e.watchEffect(n=>{const a=e.unref(m);if(a){const l=u=>{const{pageX:d,pageY:f}=u,p=d-a[0],h=f-a[1];o.lazy?C(p,h):o.onOffsetUpdate(o.index,p,h)},r=()=>{o.lazy&&y(),m.value=null,o.onOffsetEnd()},i=u=>{if(u.touches.length===1){const d=u.touches[0],f=d.pageX-a[0],p=d.pageY-a[1];o.lazy?C(f,p):o.onOffsetUpdate(o.index,f,p)}},s=()=>{o.lazy&&y(),m.value=null,o.onOffsetEnd()};window.addEventListener("touchmove",i),window.addEventListener("touchend",s),window.addEventListener("mousemove",l),window.addEventListener("mouseup",r),n(()=>{window.removeEventListener("touchmove",i),window.removeEventListener("touchend",s),window.removeEventListener("mousemove",l),window.removeEventListener("mouseup",r)})}},{flush:"post"});const v=e.computed(()=>{const{collapsibleIcon:n,vertical:a}=o;let l=null,r=null;const i=n?.start!==void 0,s=n?.end!==void 0;return a?(l=i?n.start:e.createVNode(w.UpOutlined,null,null),r=s?n.end:e.createVNode(w.DownOutlined,null,null)):(l=i?n.start:e.createVNode(w.LeftOutlined,null,null),r=s?n.end:e.createVNode(w.RightOutlined,null,null)),{startIcon:()=>l,endIcon:()=>r,startCustomize:i,endCustomize:s}});return(n,a)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(e.unref(t)()),role:"separator","aria-valuenow":g(o.ariaNow),"aria-valuemin":g(o.ariaMin),"aria-valuemax":g(o.ariaMax)},[o.lazy?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass([e.unref(t)("preview"),{[e.unref(t)("preview-active")]:!!c.value}]),style:e.normalizeStyle(e.unref(B)({"preview-offset":`${c.value}px`}))},null,6)):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass([e.unref(t)("dragger"),{[e.unref(t)("dragger-disabled")]:!n.resizable,[e.unref(t)("dragger-active")]:n.active,[e.unref(t)("dragger-customize")]:n.draggerIcon!==void 0}]),onMousedown:M,onTouchstart:N},[n.draggerIcon!==void 0?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(e.unref(t)("dragger-icon"))},[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(n.draggerIcon)))],2)):e.createCommentVNode("",!0)],34),n.startCollapsible?(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass([e.unref(t)("collapse-bar"),e.unref(t)("collapse-bar-start"),v.value.startCustomize?e.unref(t)("collapse-bar-customize"):"",b(n.showStartCollapsibleIcon)]),onClick:a[0]||(a[0]=()=>n.onCollapse(n.index,"start"))},[e.createElementVNode("span",{class:e.normalizeClass([e.unref(t)("collapse-icon"),e.unref(t)("collapse-start")])},[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(v.value.startIcon)))],2)],2)):e.createCommentVNode("",!0),n.endCollapsible?(e.openBlock(),e.createElementBlock("div",{key:2,class:e.normalizeClass([e.unref(t)("collapse-bar"),e.unref(t)("collapse-bar-end"),v.value.endCustomize?e.unref(t)("collapse-bar-customize"):"",b(n.showEndCollapsibleIcon)]),onClick:a[1]||(a[1]=()=>n.onCollapse(n.index,"end"))},[e.createElementVNode("span",{class:e.normalizeClass([e.unref(t)("collapse-icon"),e.unref(t)("collapse-end")])},[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(v.value.endIcon)))],2)],2)):e.createCommentVNode("",!0)],10,S))}});exports.default=V;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),w=require("@ant-design/icons-vue");require("../config-provider/index.js");const S=require("../config-provider/hooks/use-namespace.js"),I=["aria-valuenow","aria-valuemin","aria-valuemax"],V=e.defineComponent({name:"SplitBar",__name:"SplitBar",props:{index:{},active:{type:Boolean},resizable:{type:Boolean},startCollapsible:{type:Boolean},endCollapsible:{type:Boolean},onOffsetStart:{type:Function},onOffsetUpdate:{type:Function},onOffsetEnd:{},onCollapse:{type:Function},vertical:{type:Boolean},ariaNow:{},ariaMin:{},ariaMax:{},lazy:{type:Boolean},containerSize:{},draggerIcon:{},collapsibleIcon:{},showStartCollapsibleIcon:{type:[Boolean,String]},showEndCollapsibleIcon:{type:[Boolean,String]}},setup(z){function g(n){return typeof n=="number"&&!Number.isNaN(n)?Math.round(n):0}const o=z,{b:t,cssVar:E}=S.useNamespace("splitter-bar"),m=e.ref(null),c=e.ref(0),B=e.computed(()=>o.vertical?0:e.unref(c)),M=e.computed(()=>o.vertical?e.unref(c):0),O=n=>{o.resizable&&n.currentTarget&&(m.value=[n.pageX,n.pageY],o.onOffsetStart(o.index))},k=n=>{if(o.resizable&&n.touches.length===1){const a=n.touches[0];m.value=[a.pageX,a.pageY],o.onOffsetStart(o.index)}},N=n=>{const{containerSize:a,ariaMax:s,ariaMin:r,ariaNow:i}=o,l=a*i/100,u=l+n,d=Math.max(0,a*r/100),f=Math.max(a,a*s/100);return Math.max(d,Math.min(f,u))-l},C=(n,a)=>{const s=N(o.vertical?a:n);c.value=s},b=()=>{o.onOffsetUpdate(o.index,e.unref(B),e.unref(M)),c.value=0},h=n=>{switch(n){case!0:return t("collapse-bar-always-visible");case!1:return t("collapse-bar-always-hidden");case"auto":return t("collapse-bar-hover-only")}};e.watchEffect(n=>{const a=e.unref(m);if(a){const s=u=>{const{pageX:d,pageY:f}=u,p=d-a[0],y=f-a[1];o.lazy?C(p,y):o.onOffsetUpdate(o.index,p,y)},r=()=>{o.lazy&&b(),m.value=null,o.onOffsetEnd()},i=u=>{if(u.touches.length===1){const d=u.touches[0],f=d.pageX-a[0],p=d.pageY-a[1];o.lazy?C(f,p):o.onOffsetUpdate(o.index,f,p)}},l=()=>{o.lazy&&b(),m.value=null,o.onOffsetEnd()};window.addEventListener("touchmove",i),window.addEventListener("touchend",l),window.addEventListener("mousemove",s),window.addEventListener("mouseup",r),n(()=>{window.removeEventListener("touchmove",i),window.removeEventListener("touchend",l),window.removeEventListener("mousemove",s),window.removeEventListener("mouseup",r)})}},{flush:"post"});const v=e.computed(()=>{const{collapsibleIcon:n,vertical:a}=o;let s=null,r=null;const i=n?.start!==void 0,l=n?.end!==void 0;return a?(s=i?()=>n.start:w.UpOutlined,r=l?()=>n.end:w.DownOutlined):(s=i?()=>n.start:w.LeftOutlined,r=l?()=>n.end:w.RightOutlined),{startIcon:s,endIcon:r,startCustomize:i,endCustomize:l}});return(n,a)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(e.unref(t)()),role:"separator","aria-valuenow":g(o.ariaNow),"aria-valuemin":g(o.ariaMin),"aria-valuemax":g(o.ariaMax)},[o.lazy?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass([e.unref(t)("preview"),{[e.unref(t)("preview-active")]:!!c.value}]),style:e.normalizeStyle(e.unref(E)({"preview-offset":`${c.value}px`}))},null,6)):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass([e.unref(t)("dragger"),{[e.unref(t)("dragger-disabled")]:!n.resizable,[e.unref(t)("dragger-active")]:n.active,[e.unref(t)("dragger-customize")]:n.draggerIcon!==void 0}]),onMousedown:O,onTouchstart:k},[n.draggerIcon!==void 0?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(e.unref(t)("dragger-icon"))},[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(n.draggerIcon)))],2)):e.createCommentVNode("",!0)],34),n.startCollapsible?(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass([e.unref(t)("collapse-bar"),e.unref(t)("collapse-bar-start"),v.value.startCustomize?e.unref(t)("collapse-bar-customize"):"",h(n.showStartCollapsibleIcon)]),onClick:a[0]||(a[0]=()=>n.onCollapse(n.index,"start"))},[e.createElementVNode("span",{class:e.normalizeClass([e.unref(t)("collapse-icon"),e.unref(t)("collapse-start")])},[e.createVNode(e.unref(v).startIcon)],2)],2)):e.createCommentVNode("",!0),n.endCollapsible?(e.openBlock(),e.createElementBlock("div",{key:2,class:e.normalizeClass([e.unref(t)("collapse-bar"),e.unref(t)("collapse-bar-end"),v.value.endCustomize?e.unref(t)("collapse-bar-customize"):"",h(n.showEndCollapsibleIcon)]),onClick:a[1]||(a[1]=()=>n.onCollapse(n.index,"end"))},[e.createElementVNode("span",{class:e.normalizeClass([e.unref(t)("collapse-icon"),e.unref(t)("collapse-end")])},[e.createVNode(e.unref(v).endIcon)],2)],2)):e.createCommentVNode("",!0)],10,I))}});exports.default=V;
@@ -1,2 +1,2 @@
1
- declare const _default: "7.11.3";
1
+ declare const _default: "7.11.4";
2
2
  export default _default;
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="7.11.3";exports.default=e;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="7.11.4";exports.default=e;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aplus-frontend/ui",
3
- "version": "7.11.3",
3
+ "version": "7.11.4",
4
4
  "main": "./lib/index.js",
5
5
  "type": "module",
6
6
  "files": [