@aplus-frontend/ui 0.5.32 → 0.5.34
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,23 +1,23 @@
|
|
|
1
|
-
import { useSlots as
|
|
1
|
+
import { useSlots as s, computed as d } from "vue";
|
|
2
2
|
import { genRealChildren as l } from "../../ap-form/item-group/helper.mjs";
|
|
3
3
|
function c(t) {
|
|
4
4
|
if (t && typeof t == "object")
|
|
5
5
|
return t;
|
|
6
|
-
const
|
|
6
|
+
const r = !!t || t === "";
|
|
7
7
|
return {
|
|
8
|
-
start:
|
|
9
|
-
end:
|
|
8
|
+
start: r,
|
|
9
|
+
end: r
|
|
10
10
|
};
|
|
11
11
|
}
|
|
12
12
|
const m = () => {
|
|
13
|
-
const t =
|
|
14
|
-
return d(() => t.default ? l(t.default()).map((
|
|
15
|
-
var o,
|
|
16
|
-
const { props:
|
|
13
|
+
const t = s();
|
|
14
|
+
return d(() => t.default ? l(t.default()).map((n) => {
|
|
15
|
+
var o, u;
|
|
16
|
+
const { props: e } = n;
|
|
17
17
|
return {
|
|
18
|
-
...
|
|
19
|
-
collapsible: c(
|
|
20
|
-
_child: (
|
|
18
|
+
...e,
|
|
19
|
+
collapsible: c(e == null ? void 0 : e.collapsible),
|
|
20
|
+
_child: (u = (o = n.children).default) == null ? void 0 : u.call(o)
|
|
21
21
|
};
|
|
22
22
|
}) : []);
|
|
23
23
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("vue"),l=require("../../ap-form/item-group/helper.js");function c(e){if(e&&typeof e=="object")return e;const
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("vue"),l=require("../../ap-form/item-group/helper.js");function c(e){if(e&&typeof e=="object")return e;const r=!!e||e==="";return{start:r,end:r}}const d=()=>{const e=o.useSlots();return o.computed(()=>e.default?l.genRealChildren(e.default()).map(n=>{var u,s;const{props:t}=n;return{...t,collapsible:c(t==null?void 0:t.collapsible),_child:(s=(u=n.children).default)==null?void 0:s.call(u)}}):[])};exports.useItems=d;
|
package/package.json
CHANGED
package/theme/ap-grid/index.css
CHANGED
|
@@ -269,7 +269,7 @@
|
|
|
269
269
|
padding-bottom: 16px;
|
|
270
270
|
}
|
|
271
271
|
.aplus-ap-grid-sticky:has(.aplus-scroll-bar) .aplus-ap-grid-pagination-wrapper {
|
|
272
|
-
bottom: 0;
|
|
272
|
+
padding-bottom: 0;
|
|
273
273
|
}
|
|
274
274
|
.aplus-ap-grid-sticky:has(.aplus-scroll-bar) .aplus-ap-grid-pagination-wrapper ul.ant-pagination {
|
|
275
275
|
margin-top: 0;
|
package/theme/ap-grid/index.less
CHANGED
package/theme/index.css
CHANGED
|
@@ -2368,7 +2368,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
2368
2368
|
padding-bottom: 16px;
|
|
2369
2369
|
}
|
|
2370
2370
|
.aplus-ap-grid-sticky:has(.aplus-splitter-bar) .aplus-ap-grid-pagination-wrapper {
|
|
2371
|
-
bottom: 0;
|
|
2371
|
+
padding-bottom: 0;
|
|
2372
2372
|
}
|
|
2373
2373
|
.aplus-ap-grid-sticky:has(.aplus-splitter-bar) .aplus-ap-grid-pagination-wrapper ul.ant-pagination {
|
|
2374
2374
|
margin-top: 0;
|