@aplus-frontend/ui 6.13.0 → 6.13.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/src/ap-form/search-form/index.vue.d.ts +2 -6
- package/es/src/ap-form/search-form/index.vue.mjs +47 -46
- package/es/src/version.d.ts +1 -1
- package/es/src/version.mjs +1 -1
- package/lib/src/ap-form/search-form/index.vue.d.ts +2 -6
- package/lib/src/ap-form/search-form/index.vue.js +1 -1
- package/lib/src/version.d.ts +1 -1
- package/lib/src/version.js +1 -1
- package/package.json +1 -1
|
@@ -398,9 +398,7 @@ declare function __VLS_template(): {
|
|
|
398
398
|
push: (StringConstructor | NumberConstructor)[];
|
|
399
399
|
pull: (StringConstructor | NumberConstructor)[];
|
|
400
400
|
xs: {
|
|
401
|
-
type: PropType<string | number |
|
|
402
|
-
* extra区域展开占据的span数(占据剩余所有空间)
|
|
403
|
-
*/).ColSize>;
|
|
401
|
+
type: PropType<string | number | ColSize>;
|
|
404
402
|
default: string | number | ColSize;
|
|
405
403
|
};
|
|
406
404
|
sm: {
|
|
@@ -1239,9 +1237,7 @@ declare const __VLS_component: DefineComponent<ApFormSearchFormProps, {
|
|
|
1239
1237
|
push: (StringConstructor | NumberConstructor)[];
|
|
1240
1238
|
pull: (StringConstructor | NumberConstructor)[];
|
|
1241
1239
|
xs: {
|
|
1242
|
-
type: PropType<string | number |
|
|
1243
|
-
* extra区域展开占据的span数(占据剩余所有空间)
|
|
1244
|
-
*/).ColSize>;
|
|
1240
|
+
type: PropType<string | number | ColSize>;
|
|
1245
1241
|
default: string | number | ColSize;
|
|
1246
1242
|
};
|
|
1247
1243
|
sm: {
|
|
@@ -1,26 +1,27 @@
|
|
|
1
|
-
import { isVNode as ne, defineComponent as le, useSlots as re, ref as D, shallowRef as U, computed as S, unref as n, watch as W, createVNode as o, Fragment as _, createBlock as
|
|
2
|
-
import { Col as w, Flex as
|
|
1
|
+
import { isVNode as ne, defineComponent as le, useSlots as re, ref as D, shallowRef as U, computed as S, unref as n, watch as W, createVNode as o, Fragment as _, createBlock as x, openBlock as d, mergeProps as se, withCtx as A, resolveDynamicComponent as B, createElementBlock as ie, renderList as ue } from "vue";
|
|
2
|
+
import { Col as w, Flex as I, Button as M, Row as ce } from "@aplus-frontend/antdv";
|
|
3
3
|
import "../ap-form.vue.mjs";
|
|
4
4
|
import "../item/index.vue2.mjs";
|
|
5
5
|
import { genRealChildren as z } from "../item-group/helper.mjs";
|
|
6
6
|
import "../../config-provider/index.mjs";
|
|
7
|
-
import { isArray as pe, isBoolean as de, omit as
|
|
7
|
+
import { isArray as pe, isBoolean as de, omit as me } from "lodash-unified";
|
|
8
8
|
import { isDef as q } from "../../utils/index.mjs";
|
|
9
|
-
import { execFunc as H, diffFormItem as
|
|
9
|
+
import { execFunc as H, diffFormItem as fe } from "./utils.mjs";
|
|
10
10
|
import "./components/popover-filter.vue.mjs";
|
|
11
11
|
import { useCountPerRow as he } from "./hooks/use-count-per-row.mjs";
|
|
12
12
|
import "./components/popover-sorter/index.vue.mjs";
|
|
13
|
-
import { useSorter as
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
13
|
+
import { useSorter as ge } from "./hooks/use-sorter.mjs";
|
|
14
|
+
import { getTargetNode as xe } from "./hooks/use-collapse-input-count.mjs";
|
|
15
|
+
import { useNamespace as ye } from "../../config-provider/hooks/use-namespace.mjs";
|
|
16
|
+
import { useLocale as ve } from "../../config-provider/hooks/use-locale.mjs";
|
|
16
17
|
import G from "../item/index.vue.mjs";
|
|
17
|
-
import
|
|
18
|
-
import
|
|
19
|
-
import
|
|
20
|
-
function
|
|
21
|
-
return typeof
|
|
18
|
+
import Ce from "./components/popover-filter.vue2.mjs";
|
|
19
|
+
import Se from "./components/popover-sorter/index.vue2.mjs";
|
|
20
|
+
import _e from "../ap-form.vue2.mjs";
|
|
21
|
+
function we(m) {
|
|
22
|
+
return typeof m == "function" || Object.prototype.toString.call(m) === "[object Object]" && !ne(m);
|
|
22
23
|
}
|
|
23
|
-
const s = 24,
|
|
24
|
+
const s = 24, He = /* @__PURE__ */ le({
|
|
24
25
|
name: "ApFormSearchForm",
|
|
25
26
|
__name: "index",
|
|
26
27
|
props: {
|
|
@@ -115,15 +116,15 @@ const s = 24, Me = /* @__PURE__ */ le({
|
|
|
115
116
|
default: 300
|
|
116
117
|
}
|
|
117
118
|
},
|
|
118
|
-
setup(
|
|
119
|
+
setup(m, {
|
|
119
120
|
expose: J
|
|
120
121
|
}) {
|
|
121
122
|
var L;
|
|
122
|
-
const i = re(), t =
|
|
123
|
-
b:
|
|
124
|
-
} =
|
|
123
|
+
const i = re(), t = m, {
|
|
124
|
+
b: f
|
|
125
|
+
} = ye("ap-form-search-form"), {
|
|
125
126
|
t: k
|
|
126
|
-
} =
|
|
127
|
+
} = ve(), K = he(t), y = D(), Q = D();
|
|
127
128
|
function T() {
|
|
128
129
|
var a;
|
|
129
130
|
const e = (a = y.value) == null ? void 0 : a.getFieldsValueTransformed(!0);
|
|
@@ -139,9 +140,9 @@ const s = 24, Me = /* @__PURE__ */ le({
|
|
|
139
140
|
items: R,
|
|
140
141
|
sorted: O,
|
|
141
142
|
handleClickConfirm: b
|
|
142
|
-
} =
|
|
143
|
+
} = ge(h);
|
|
143
144
|
W(() => i.default(), (e) => {
|
|
144
|
-
E = h.value, h.value =
|
|
145
|
+
E = h.value, h.value = fe(E, z(e)), O.value = !1;
|
|
145
146
|
}), W(() => {
|
|
146
147
|
var e;
|
|
147
148
|
return (e = i.extra) == null ? void 0 : e.call(i);
|
|
@@ -149,27 +150,27 @@ const s = 24, Me = /* @__PURE__ */ le({
|
|
|
149
150
|
c.value = e;
|
|
150
151
|
});
|
|
151
152
|
const l = S(() => {
|
|
152
|
-
const e = h.value, a = [], r = [],
|
|
153
|
+
const e = h.value, a = [], r = [], g = [], u = n(P);
|
|
153
154
|
let v = 0, F = 0;
|
|
154
155
|
const te = s * t.maxRows - u * (n(c) && !t.extraInAction ? 2 : 1);
|
|
155
|
-
e.forEach((
|
|
156
|
-
const p =
|
|
156
|
+
e.forEach((N) => {
|
|
157
|
+
const p = xe(N).props;
|
|
157
158
|
if (de(p.hidden) ? !!p.hidden : q(p.hidden))
|
|
158
|
-
a.push(
|
|
159
|
+
a.push(N);
|
|
159
160
|
else {
|
|
160
161
|
let C = p.span || u;
|
|
161
162
|
const V = {
|
|
162
|
-
node:
|
|
163
|
+
node: N,
|
|
163
164
|
span: C,
|
|
164
165
|
key: `ApFormSearchFormItem-${Y(p.name)}-${p._signal}`
|
|
165
166
|
}, $ = s - v % s;
|
|
166
|
-
$ < C && (C += $), v += C, v > te ? r.push(V) : (F = v,
|
|
167
|
+
$ < C && (C += $), v += C, v > te ? r.push(V) : (F = v, g.push(V));
|
|
167
168
|
}
|
|
168
169
|
});
|
|
169
170
|
const j = s - (F + u) % s, oe = F % s < u, ae = j < u ? s : j;
|
|
170
171
|
return {
|
|
171
172
|
hideNode: o(_, null, [a]),
|
|
172
|
-
nodes:
|
|
173
|
+
nodes: g,
|
|
173
174
|
collapseNodes: r,
|
|
174
175
|
extraSpan: ae,
|
|
175
176
|
lastRowOnlyIncludeActionAndExtra: oe
|
|
@@ -181,21 +182,21 @@ const s = 24, Me = /* @__PURE__ */ le({
|
|
|
181
182
|
key: "actionWrapper"
|
|
182
183
|
}, {
|
|
183
184
|
default: () => [o(G, null, {
|
|
184
|
-
default: () => [o(
|
|
185
|
+
default: () => [o(I, {
|
|
185
186
|
wrap: "wrap",
|
|
186
187
|
justify: l.value.lastRowOnlyIncludeActionAndExtra && !(n(c) && t.extraInAction) ? "flex-end" : "space-between"
|
|
187
188
|
}, {
|
|
188
|
-
default: () => [o(
|
|
189
|
+
default: () => [o(I, {
|
|
189
190
|
gap: 8,
|
|
190
191
|
wrap: "wrap"
|
|
191
192
|
}, {
|
|
192
193
|
default: () => [a ? o("div", {
|
|
193
|
-
class:
|
|
194
|
-
}, [l.value.collapseNodes.length ? o(
|
|
194
|
+
class: f("column-setting-trigger-wrapper")
|
|
195
|
+
}, [l.value.collapseNodes.length ? o(Ce, {
|
|
195
196
|
onSubmit: T,
|
|
196
197
|
config: l.value.collapseNodes,
|
|
197
198
|
submitLoading: t.submitLoading
|
|
198
|
-
}, null) : null, t.sortable && R.value.length ? o(
|
|
199
|
+
}, null) : null, t.sortable && R.value.length ? o(Se, {
|
|
199
200
|
ref: "sorterIns",
|
|
200
201
|
items: R.value,
|
|
201
202
|
onClickConfirm: b,
|
|
@@ -207,34 +208,34 @@ const s = 24, Me = /* @__PURE__ */ le({
|
|
|
207
208
|
delay: t.loadingDelay
|
|
208
209
|
} : !1,
|
|
209
210
|
htmlType: "submit",
|
|
210
|
-
class:
|
|
211
|
+
class: f("action-btn")
|
|
211
212
|
}, {
|
|
212
213
|
default: () => [t.searchText || k("ap.apForm.search.search")]
|
|
213
214
|
}), o(M, {
|
|
214
215
|
onClick: X,
|
|
215
216
|
type: "text",
|
|
216
|
-
class: [
|
|
217
|
+
class: [f("action-btn"), f("action-btn-reset")]
|
|
217
218
|
}, {
|
|
218
219
|
default: () => [t.resetText || k("ap.apForm.search.reset")]
|
|
219
220
|
})]
|
|
220
221
|
}), t.extraInAction ? n(c) : null]
|
|
221
222
|
})]
|
|
222
223
|
})]
|
|
223
|
-
}),
|
|
224
|
+
}), g = !t.extraInAction && n(c) ? o(w, {
|
|
224
225
|
span: l.value.extraSpan,
|
|
225
226
|
key: "extraNode"
|
|
226
227
|
}, {
|
|
227
228
|
default: () => [o(G, null, {
|
|
228
|
-
default: () => [o(
|
|
229
|
+
default: () => [o(I, {
|
|
229
230
|
justify: l.value.extraSpan === s || l.value.lastRowOnlyIncludeActionAndExtra ? "start" : "flex-end"
|
|
230
|
-
},
|
|
231
|
+
}, we(e = n(c)) ? e : {
|
|
231
232
|
default: () => [e]
|
|
232
233
|
})]
|
|
233
234
|
})]
|
|
234
235
|
}) : null, u = o(w, {
|
|
235
236
|
span: l.value.extraSpan
|
|
236
237
|
}, null);
|
|
237
|
-
return l.value.lastRowOnlyIncludeActionAndExtra ? o(_, null, [
|
|
238
|
+
return l.value.lastRowOnlyIncludeActionAndExtra ? o(_, null, [g || u, r]) : o(_, null, [r, g]);
|
|
238
239
|
});
|
|
239
240
|
function ee() {
|
|
240
241
|
var a;
|
|
@@ -246,21 +247,21 @@ const s = 24, Me = /* @__PURE__ */ le({
|
|
|
246
247
|
getSorterItems: () => R.value,
|
|
247
248
|
setSorterItems: b,
|
|
248
249
|
resetSorterItems: ee
|
|
249
|
-
}), (e, a) => (d(),
|
|
250
|
+
}), (e, a) => (d(), x(_e, se({
|
|
250
251
|
ref_key: "apForm",
|
|
251
252
|
ref: y,
|
|
252
|
-
class: n(
|
|
253
|
-
}, n(
|
|
254
|
-
default:
|
|
253
|
+
class: n(f)()
|
|
254
|
+
}, n(me)(t, ["collapse", "defaultCollapse", "onUpdate:collapse", "searchText", "resetText", "onSubmit", "onReset", "extraInAction", "forceExpand", "countPerRow"])), {
|
|
255
|
+
default: A(() => [(d(), x(B(l.value.hideNode))), o(n(ce), {
|
|
255
256
|
gutter: 8
|
|
256
257
|
}, {
|
|
257
|
-
default:
|
|
258
|
+
default: A(() => [(d(!0), ie(_, null, ue(l.value.nodes, (r) => (d(), x(n(w), {
|
|
258
259
|
key: r.key,
|
|
259
260
|
span: r.span
|
|
260
261
|
}, {
|
|
261
|
-
default:
|
|
262
|
+
default: A(() => [(d(), x(B(r.node)))]),
|
|
262
263
|
_: 2
|
|
263
|
-
}, 1032, ["span"]))), 128)), (d(),
|
|
264
|
+
}, 1032, ["span"]))), 128)), (d(), x(B(Z.value)))]),
|
|
264
265
|
_: 1
|
|
265
266
|
})]),
|
|
266
267
|
_: 1
|
|
@@ -268,5 +269,5 @@ const s = 24, Me = /* @__PURE__ */ le({
|
|
|
268
269
|
}
|
|
269
270
|
});
|
|
270
271
|
export {
|
|
271
|
-
|
|
272
|
+
He as default
|
|
272
273
|
};
|
package/es/src/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "6.13.
|
|
1
|
+
declare const _default: "6.13.1";
|
|
2
2
|
export default _default;
|
package/es/src/version.mjs
CHANGED
|
@@ -398,9 +398,7 @@ declare function __VLS_template(): {
|
|
|
398
398
|
push: (StringConstructor | NumberConstructor)[];
|
|
399
399
|
pull: (StringConstructor | NumberConstructor)[];
|
|
400
400
|
xs: {
|
|
401
|
-
type: PropType<string | number |
|
|
402
|
-
* extra区域展开占据的span数(占据剩余所有空间)
|
|
403
|
-
*/).ColSize>;
|
|
401
|
+
type: PropType<string | number | ColSize>;
|
|
404
402
|
default: string | number | ColSize;
|
|
405
403
|
};
|
|
406
404
|
sm: {
|
|
@@ -1239,9 +1237,7 @@ declare const __VLS_component: DefineComponent<ApFormSearchFormProps, {
|
|
|
1239
1237
|
push: (StringConstructor | NumberConstructor)[];
|
|
1240
1238
|
pull: (StringConstructor | NumberConstructor)[];
|
|
1241
1239
|
xs: {
|
|
1242
|
-
type: PropType<string | number |
|
|
1243
|
-
* extra区域展开占据的span数(占据剩余所有空间)
|
|
1244
|
-
*/).ColSize>;
|
|
1240
|
+
type: PropType<string | number | ColSize>;
|
|
1245
1241
|
default: string | number | ColSize;
|
|
1246
1242
|
};
|
|
1247
1243
|
sm: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),r=require("@aplus-frontend/antdv");require("../ap-form.vue.js");require("../item/index.vue2.js");const T=require("../item-group/helper.js");require("../../config-provider/index.js");const w=require("lodash-unified"),P=require("../../utils/index.js"),S=require("./utils.js");require("./components/popover-filter.vue.js");const G=require("./hooks/use-count-per-row.js");require("./components/popover-sorter/index.vue.js");const J=require("./hooks/use-sorter.js"),K=require("../../config-provider/hooks/use-namespace.js"),
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),r=require("@aplus-frontend/antdv");require("../ap-form.vue.js");require("../item/index.vue2.js");const T=require("../item-group/helper.js");require("../../config-provider/index.js");const w=require("lodash-unified"),P=require("../../utils/index.js"),S=require("./utils.js");require("./components/popover-filter.vue.js");const G=require("./hooks/use-count-per-row.js");require("./components/popover-sorter/index.vue.js");const J=require("./hooks/use-sorter.js"),K=require("./hooks/use-collapse-input-count.js"),Q=require("../../config-provider/hooks/use-namespace.js"),X=require("../../config-provider/hooks/use-locale.js"),E=require("../item/index.vue.js"),Y=require("./components/popover-filter.vue2.js"),Z=require("./components/popover-sorter/index.vue2.js"),ee=require("../ap-form.vue2.js");function te(p){return typeof p=="function"||Object.prototype.toString.call(p)==="[object Object]"&&!e.isVNode(p)}const s=24,oe=e.defineComponent({name:"ApFormSearchForm",__name:"index",props:{layout:{default:"horizontal"},labelCol:{},wrapperCol:{},colon:{type:Boolean,default:!0},labelAlign:{default:"right"},labelWrap:{type:Boolean},prefixCls:{},requiredMark:{},hideRequiredMark:{type:Boolean,default:!1},rules:{},validateMessages:{},validateOnRuleChange:{type:Boolean,default:!0},scrollToFirstError:{},onSubmit:{},name:{},validateTrigger:{default:"change"},size:{},disabled:{type:Boolean},onFieldsChange:{},onFinish:{},onFinishFailed:{},onValidate:{},initialValues:{},onValuesChange:{},syncToUrl:{type:[Boolean,Function]},syncToUrlPriority:{type:Boolean},collapse:{type:Boolean,default:void 0},defaultCollapse:{type:Boolean,default:!0},"onUpdate:collapse":{},searchText:{},resetText:{},onReset:{},customReset:{type:Boolean,default:!1},extraInAction:{type:Boolean,default:!1},forceExpand:{type:Boolean,default:!1},countPerRow:{default:4},submitLoading:{type:Boolean},maxRows:{default:2},sortable:{type:Boolean,default:!0},resizeTarget:{},loadingDelay:{default:300}},setup(p,{expose:O}){var q;const u=e.useSlots(),o=p,{b:f}=Q.useNamespace("ap-form-search-form"),{t:B}=X.useLocale(),D=G.useCountPerRow(o),g=e.ref(),L=e.ref();function F(){var a;const t=(a=g.value)==null?void 0:a.getFieldsValueTransformed(!0);S.execFunc(o.onSubmit,t)}function j(){var t,a;o.customReset||(a=(t=g.value)==null?void 0:t.resetFields)==null||a.call(t),S.execFunc(o.onReset)}const M=t=>P.isDef(t)?(w.isArray(t)?t:[t]).join(""):Date.now();let R=[];const m=e.shallowRef(T.genRealChildren(u.default())),i=e.shallowRef((q=u.extra)==null?void 0:q.call(u)),b=e.computed(()=>Math.floor(s/e.unref(D))),{items:y,sorted:k,handleClickConfirm:v}=J.useSorter(m);e.watch(()=>u.default(),t=>{R=m.value,m.value=S.diffFormItem(R,T.genRealChildren(t)),k.value=!1}),e.watch(()=>{var t;return(t=u.extra)==null?void 0:t.call(u)},t=>{i.value=t});const n=e.computed(()=>{const t=m.value,a=[],l=[],h=[],c=e.unref(b);let x=0,C=0;const z=s*o.maxRows-c*(e.unref(i)&&!o.extraInAction?2:1);t.forEach(N=>{const d=K.getTargetNode(N).props;if(w.isBoolean(d.hidden)?!!d.hidden:P.isDef(d.hidden))a.push(N);else{let _=d.span||c;const A={node:N,span:_,key:`ApFormSearchFormItem-${M(d.name)}-${d._signal}`},I=s-x%s;I<_&&(_+=I),x+=_,x>z?l.push(A):(C=x,h.push(A))}});const V=s-(C+c)%s,$=C%s<c,H=V<c?s:V;return{hideNode:e.createVNode(e.Fragment,null,[a]),nodes:h,collapseNodes:l,extraSpan:H,lastRowOnlyIncludeActionAndExtra:$}}),U=e.computed(()=>{let t;const a=n.value.collapseNodes.length||o.sortable&&m.value.length,l=e.createVNode(r.Col,{span:e.unref(b),key:"actionWrapper"},{default:()=>[e.createVNode(E.default,null,{default:()=>[e.createVNode(r.Flex,{wrap:"wrap",justify:n.value.lastRowOnlyIncludeActionAndExtra&&!(e.unref(i)&&o.extraInAction)?"flex-end":"space-between"},{default:()=>[e.createVNode(r.Flex,{gap:8,wrap:"wrap"},{default:()=>[a?e.createVNode("div",{class:f("column-setting-trigger-wrapper")},[n.value.collapseNodes.length?e.createVNode(Y.default,{onSubmit:F,config:n.value.collapseNodes,submitLoading:o.submitLoading},null):null,o.sortable&&y.value.length?e.createVNode(Z.default,{ref:"sorterIns",items:y.value,onClickConfirm:v,sorted:k.value},null):null]):null,e.createVNode(r.Button,{type:"primary",onClick:F,loading:o.submitLoading?{delay:o.loadingDelay}:!1,htmlType:"submit",class:f("action-btn")},{default:()=>[o.searchText||B("ap.apForm.search.search")]}),e.createVNode(r.Button,{onClick:j,type:"text",class:[f("action-btn"),f("action-btn-reset")]},{default:()=>[o.resetText||B("ap.apForm.search.reset")]})]}),o.extraInAction?e.unref(i):null]})]})]}),h=!o.extraInAction&&e.unref(i)?e.createVNode(r.Col,{span:n.value.extraSpan,key:"extraNode"},{default:()=>[e.createVNode(E.default,null,{default:()=>[e.createVNode(r.Flex,{justify:n.value.extraSpan===s||n.value.lastRowOnlyIncludeActionAndExtra?"start":"flex-end"},te(t=e.unref(i))?t:{default:()=>[t]})]})]}):null,c=e.createVNode(r.Col,{span:n.value.extraSpan},null);return n.value.lastRowOnlyIncludeActionAndExtra?e.createVNode(e.Fragment,null,[h||c,l]):e.createVNode(e.Fragment,null,[l,h])});function W(){var a;const t=(a=L.value)==null?void 0:a.getCachedList();v(t)}return O({apForm:e.computed(()=>e.unref(g)),getSorterItems:()=>y.value,setSorterItems:v,resetSorterItems:W}),(t,a)=>(e.openBlock(),e.createBlock(ee.default,e.mergeProps({ref_key:"apForm",ref:g,class:e.unref(f)()},e.unref(w.omit)(o,["collapse","defaultCollapse","onUpdate:collapse","searchText","resetText","onSubmit","onReset","extraInAction","forceExpand","countPerRow"])),{default:e.withCtx(()=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(n.value.hideNode))),e.createVNode(e.unref(r.Row),{gutter:8},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(n.value.nodes,l=>(e.openBlock(),e.createBlock(e.unref(r.Col),{key:l.key,span:l.span},{default:e.withCtx(()=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(l.node)))]),_:2},1032,["span"]))),128)),(e.openBlock(),e.createBlock(e.resolveDynamicComponent(U.value)))]),_:1})]),_:1},16,["class"]))}});exports.default=oe;
|
package/lib/src/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "6.13.
|
|
1
|
+
declare const _default: "6.13.1";
|
|
2
2
|
export default _default;
|
package/lib/src/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="6.13.
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="6.13.1";exports.default=e;
|