@aplus-frontend/ui 7.0.0-beta.3 → 7.0.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/index.mjs +108 -106
- package/es/src/ag-grid/hooks/use-columns-def.mjs +71 -70
- package/es/src/ag-grid/index.vue.mjs +1 -0
- package/es/src/ag-grid/interface.d.ts +1 -0
- package/es/src/ag-grid/style/custom-header.d.ts +2 -2
- package/es/src/ag-grid/style/custom-header.mjs +1 -1
- package/es/src/ag-grid/style/editable.d.ts +2 -2
- package/es/src/ag-grid/style/index.d.ts +2 -2
- package/es/src/ag-grid/style/index.mjs +0 -1
- package/es/src/ap-action/item-dropdown/index.vue.mjs +19 -18
- package/es/src/ap-action/style/dropdown-item.d.ts +2 -2
- package/es/src/ap-action/style/index.d.ts +2 -2
- package/es/src/ap-button/style/index.d.ts +2 -2
- package/es/src/ap-button/utils/index.mjs +16 -16
- package/es/src/ap-descriptions/style/index.d.ts +2 -2
- package/es/src/ap-download/ap-download.vue.d.ts +4 -4
- package/es/src/ap-download/ap-download.vue.mjs +27 -27
- package/es/src/ap-download/interface.d.ts +4 -0
- package/es/src/ap-download/style/index.d.ts +2 -2
- package/es/src/ap-drawer/style/index.d.ts +2 -2
- package/es/src/ap-field/style/index.d.ts +2 -2
- package/es/src/ap-form/style/drawer-form.d.ts +2 -2
- package/es/src/ap-form/style/item-group.d.ts +2 -2
- package/es/src/ap-form/style/item-text-group.d.ts +2 -2
- package/es/src/ap-form/style/item.d.ts +2 -2
- package/es/src/ap-form/style/item.mjs +5 -4
- package/es/src/ap-form/style/modal-form.d.ts +2 -2
- package/es/src/ap-form/style/modal-form.mjs +11 -11
- package/es/src/ap-form/style/search-form-sorter.d.ts +2 -2
- package/es/src/ap-form/style/search-form-sorter.mjs +16 -12
- package/es/src/ap-form/style/search-form.d.ts +2 -2
- package/es/src/ap-form/style/token.d.ts +4 -0
- package/es/src/ap-grid/style/editable.d.ts +2 -2
- package/es/src/ap-grid/style/index.d.ts +2 -2
- package/es/src/ap-grid/utils/col.mjs +33 -33
- package/es/src/ap-list/style/index.d.ts +2 -2
- package/es/src/ap-modal/interface.d.ts +31 -11
- package/es/src/ap-modal/utils/createModal.mjs +52 -45
- package/es/src/ap-pro-card/style/divider.d.ts +2 -2
- package/es/src/ap-pro-card/style/index.d.ts +2 -2
- package/es/src/ap-pro-card/style/operation.d.ts +2 -2
- package/es/src/ap-pro-card/style/statistic.d.ts +2 -2
- package/es/src/ap-pro-card/style/statistics-card.d.ts +2 -2
- package/es/src/ap-pro-card/style/title.d.ts +2 -2
- package/es/src/ap-table/style/ellipsis.d.ts +2 -2
- package/es/src/ap-table/style/index-comp.d.ts +2 -2
- package/es/src/ap-table/style/index.d.ts +2 -2
- package/es/src/ap-table/style/setting.d.ts +2 -2
- package/es/src/ap-tag/style/group.d.ts +2 -2
- package/es/src/ap-tag/style/index.d.ts +2 -2
- package/es/src/ap-upload/apUpload.vue.mjs +32 -31
- package/es/src/ap-upload/style/index.d.ts +2 -2
- package/es/src/business/ag-grid-modal/interface.d.ts +1 -1
- package/es/src/business/ag-grid-modal/style/index.d.ts +2 -2
- package/es/src/business/ag-grid-modal/style/selected-items.d.ts +2 -2
- package/es/src/business/ag-grid-modal/utils.mjs +23 -23
- package/es/src/business/ag-grid-modal/wrapper/index.vue.d.ts +6 -2
- package/es/src/business/ag-grid-modal/wrapper/index.vue2.mjs +29 -12
- package/es/src/business/ap-appendix/style/index.d.ts +3 -3
- package/es/src/business/ap-appendix/style/index.mjs +1 -1
- package/es/src/business/ap-attachment/ApAttachment.mjs +70 -66
- package/es/src/business/ap-attachment/style/index.d.ts +2 -2
- package/es/src/business/ap-batch-action/style/index.d.ts +3 -3
- package/es/src/business/ap-batch-action/style/index.mjs +1 -1
- package/es/src/business/ap-batch-action-group/ApBatchActionGroup.vue2.mjs +50 -56
- package/es/src/business/ap-batch-action-group/style/index.d.ts +3 -0
- package/es/src/business/ap-batch-action-group/style/index.mjs +14 -0
- package/es/src/business/ap-card/style/index.d.ts +3 -3
- package/es/src/business/ap-card/style/index.mjs +8 -8
- package/es/src/business/ap-copy/style/index.d.ts +2 -2
- package/es/src/business/ap-draggable-grid/style/index.d.ts +2 -2
- package/es/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +3 -2
- package/es/src/business/ap-expand-alert/ApExpandAlert.vue2.mjs +57 -49
- package/es/src/business/ap-expand-alert/index.d.ts +5 -2
- package/es/src/business/ap-expand-alert/interface.d.ts +1 -1
- package/es/src/business/ap-expand-alert/style/index.d.ts +2 -2
- package/es/src/business/ap-image/style/index.d.ts +3 -3
- package/es/src/business/ap-image/style/index.mjs +6 -6
- package/es/src/business/ap-input-radio/style/index.d.ts +2 -2
- package/es/src/business/ap-label/style/index.d.ts +2 -2
- package/es/src/business/ap-ladder/style/index.d.ts +2 -2
- package/es/src/business/ap-ladder/style/index.mjs +2 -5
- package/es/src/business/ap-product-info/style/index.d.ts +2 -2
- package/es/src/business/ap-radio-group/style/index.d.ts +2 -2
- package/es/src/business/ap-select-layout/style/index.d.ts +2 -2
- package/es/src/business/ap-size-input/ApSizeInput.d.ts +20 -4
- package/es/src/business/ap-size-input/ApSizeInput.mjs +37 -40
- package/es/src/business/ap-size-input/constans.d.ts +10 -2
- package/es/src/business/ap-size-input/constans.mjs +9 -1
- package/es/src/business/ap-size-input/form-item.vue.d.ts +13 -0
- package/es/src/business/ap-size-input/form-item.vue.mjs +65 -0
- package/es/src/business/ap-size-input/form-item.vue2.mjs +4 -0
- package/es/src/business/ap-size-input/index.d.ts +33 -8
- package/es/src/business/ap-size-input/index.mjs +3 -2
- package/es/src/business/ap-size-input/interface.d.ts +7 -0
- package/es/src/business/ap-size-input/style/index.d.ts +2 -2
- package/es/src/business/ap-size-input/style/index.mjs +2 -1
- package/es/src/business/ap-status/style/index.d.ts +2 -2
- package/es/src/business/ap-summary/style/index.d.ts +2 -2
- package/es/src/business/ap-table-modal/style/index.d.ts +2 -2
- package/es/src/business/ap-table-modal/table-modal.vue2.mjs +23 -23
- package/es/src/business/ap-title/style/index.d.ts +2 -2
- package/es/src/business/ap-upload-file/ap-upload-single/style/index.d.ts +2 -2
- package/es/src/business/ap-value-select-card/style/index.d.ts +2 -2
- package/es/src/business/ap-view/components/menu-list-content.vue2.mjs +61 -64
- package/es/src/business/ap-view/style/index.d.ts +3 -3
- package/es/src/business/ap-view/style/index.mjs +2 -2
- package/es/src/business/batch-input-group/style/index.d.ts +2 -2
- package/es/src/business/hooks/usePageListAgGrid.mjs +7 -6
- package/es/src/check-card/style/index.d.ts +2 -2
- package/es/src/check-card/style/index.mjs +46 -51
- package/es/src/config-provider/hooks/use-token.d.ts +2 -2
- package/es/src/design-token/interface.d.ts +24 -1
- package/es/src/editable-table/style/index.d.ts +2 -2
- package/es/src/full-screen/style/index.d.ts +2 -2
- package/es/src/index.mjs +95 -93
- package/es/src/mask/style/index.d.ts +2 -2
- package/es/src/scroll-bar/style/index.d.ts +2 -2
- package/es/src/scroll-view/style/index.d.ts +2 -2
- package/es/src/splitter/style/index.d.ts +2 -2
- package/es/src/text/style/group.d.ts +2 -2
- package/es/src/text/style/index.d.ts +2 -2
- package/es/src/utils/cssinjs/index.d.ts +2 -2
- package/es/src/utils/cssinjs/index.mjs +54 -48
- package/es/src/utils/cssinjs/plugin-specificity.mjs +13 -0
- package/es/src/version.d.ts +1 -1
- package/es/src/version.mjs +1 -1
- package/lib/index.js +1 -1
- package/lib/src/ag-grid/hooks/use-columns-def.js +1 -1
- package/lib/src/ag-grid/index.vue.js +1 -1
- package/lib/src/ag-grid/interface.d.ts +1 -0
- package/lib/src/ag-grid/style/custom-header.d.ts +2 -2
- package/lib/src/ag-grid/style/custom-header.js +1 -1
- package/lib/src/ag-grid/style/editable.d.ts +2 -2
- package/lib/src/ag-grid/style/index.d.ts +2 -2
- package/lib/src/ap-action/item-dropdown/index.vue.js +1 -1
- package/lib/src/ap-action/style/dropdown-item.d.ts +2 -2
- package/lib/src/ap-action/style/index.d.ts +2 -2
- package/lib/src/ap-button/style/index.d.ts +2 -2
- package/lib/src/ap-button/utils/index.js +1 -1
- package/lib/src/ap-descriptions/style/index.d.ts +2 -2
- package/lib/src/ap-download/ap-download.vue.d.ts +4 -4
- package/lib/src/ap-download/ap-download.vue.js +1 -1
- package/lib/src/ap-download/interface.d.ts +4 -0
- package/lib/src/ap-download/style/index.d.ts +2 -2
- package/lib/src/ap-drawer/style/index.d.ts +2 -2
- package/lib/src/ap-field/style/index.d.ts +2 -2
- package/lib/src/ap-form/style/drawer-form.d.ts +2 -2
- package/lib/src/ap-form/style/item-group.d.ts +2 -2
- package/lib/src/ap-form/style/item-text-group.d.ts +2 -2
- package/lib/src/ap-form/style/item.d.ts +2 -2
- package/lib/src/ap-form/style/item.js +1 -1
- package/lib/src/ap-form/style/modal-form.d.ts +2 -2
- package/lib/src/ap-form/style/modal-form.js +1 -1
- package/lib/src/ap-form/style/search-form-sorter.d.ts +2 -2
- package/lib/src/ap-form/style/search-form-sorter.js +1 -1
- package/lib/src/ap-form/style/search-form.d.ts +2 -2
- package/lib/src/ap-form/style/token.d.ts +4 -0
- package/lib/src/ap-grid/style/editable.d.ts +2 -2
- package/lib/src/ap-grid/style/index.d.ts +2 -2
- package/lib/src/ap-grid/utils/col.js +1 -1
- package/lib/src/ap-list/style/index.d.ts +2 -2
- package/lib/src/ap-modal/interface.d.ts +31 -11
- package/lib/src/ap-modal/utils/createModal.js +1 -1
- package/lib/src/ap-pro-card/style/divider.d.ts +2 -2
- package/lib/src/ap-pro-card/style/index.d.ts +2 -2
- package/lib/src/ap-pro-card/style/operation.d.ts +2 -2
- package/lib/src/ap-pro-card/style/statistic.d.ts +2 -2
- package/lib/src/ap-pro-card/style/statistics-card.d.ts +2 -2
- package/lib/src/ap-pro-card/style/title.d.ts +2 -2
- package/lib/src/ap-table/style/ellipsis.d.ts +2 -2
- package/lib/src/ap-table/style/index-comp.d.ts +2 -2
- package/lib/src/ap-table/style/index.d.ts +2 -2
- package/lib/src/ap-table/style/setting.d.ts +2 -2
- package/lib/src/ap-tag/style/group.d.ts +2 -2
- package/lib/src/ap-tag/style/index.d.ts +2 -2
- package/lib/src/ap-upload/apUpload.vue.js +1 -1
- package/lib/src/ap-upload/style/index.d.ts +2 -2
- package/lib/src/business/ag-grid-modal/interface.d.ts +1 -1
- package/lib/src/business/ag-grid-modal/style/index.d.ts +2 -2
- package/lib/src/business/ag-grid-modal/style/selected-items.d.ts +2 -2
- package/lib/src/business/ag-grid-modal/utils.js +1 -1
- package/lib/src/business/ag-grid-modal/wrapper/index.vue.d.ts +6 -2
- package/lib/src/business/ag-grid-modal/wrapper/index.vue2.js +1 -1
- package/lib/src/business/ap-appendix/style/index.d.ts +3 -3
- package/lib/src/business/ap-appendix/style/index.js +1 -1
- package/lib/src/business/ap-attachment/ApAttachment.js +1 -1
- package/lib/src/business/ap-attachment/style/index.d.ts +2 -2
- package/lib/src/business/ap-batch-action/style/index.d.ts +3 -3
- package/lib/src/business/ap-batch-action/style/index.js +1 -1
- package/lib/src/business/ap-batch-action-group/ApBatchActionGroup.vue2.js +1 -1
- package/lib/src/business/ap-batch-action-group/style/index.d.ts +3 -0
- package/lib/src/business/ap-batch-action-group/style/index.js +1 -0
- package/lib/src/business/ap-card/style/index.d.ts +3 -3
- package/lib/src/business/ap-card/style/index.js +1 -1
- package/lib/src/business/ap-copy/style/index.d.ts +2 -2
- package/lib/src/business/ap-draggable-grid/style/index.d.ts +2 -2
- package/lib/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +3 -2
- package/lib/src/business/ap-expand-alert/ApExpandAlert.vue2.js +1 -1
- package/lib/src/business/ap-expand-alert/index.d.ts +5 -2
- package/lib/src/business/ap-expand-alert/interface.d.ts +1 -1
- package/lib/src/business/ap-expand-alert/style/index.d.ts +2 -2
- package/lib/src/business/ap-image/style/index.d.ts +3 -3
- package/lib/src/business/ap-image/style/index.js +1 -1
- package/lib/src/business/ap-input-radio/style/index.d.ts +2 -2
- package/lib/src/business/ap-label/style/index.d.ts +2 -2
- package/lib/src/business/ap-ladder/style/index.d.ts +2 -2
- package/lib/src/business/ap-ladder/style/index.js +1 -1
- package/lib/src/business/ap-product-info/style/index.d.ts +2 -2
- package/lib/src/business/ap-radio-group/style/index.d.ts +2 -2
- package/lib/src/business/ap-select-layout/style/index.d.ts +2 -2
- package/lib/src/business/ap-size-input/ApSizeInput.d.ts +20 -4
- package/lib/src/business/ap-size-input/ApSizeInput.js +1 -1
- package/lib/src/business/ap-size-input/constans.d.ts +10 -2
- package/lib/src/business/ap-size-input/constans.js +1 -1
- package/lib/src/business/ap-size-input/form-item.vue.d.ts +13 -0
- package/lib/src/business/ap-size-input/form-item.vue.js +1 -0
- package/lib/src/business/ap-size-input/form-item.vue2.js +1 -0
- package/lib/src/business/ap-size-input/index.d.ts +33 -8
- package/lib/src/business/ap-size-input/index.js +1 -1
- package/lib/src/business/ap-size-input/interface.d.ts +7 -0
- package/lib/src/business/ap-size-input/style/index.d.ts +2 -2
- package/lib/src/business/ap-size-input/style/index.js +1 -1
- package/lib/src/business/ap-status/style/index.d.ts +2 -2
- package/lib/src/business/ap-summary/style/index.d.ts +2 -2
- package/lib/src/business/ap-table-modal/style/index.d.ts +2 -2
- package/lib/src/business/ap-table-modal/table-modal.vue2.js +1 -1
- package/lib/src/business/ap-title/style/index.d.ts +2 -2
- package/lib/src/business/ap-upload-file/ap-upload-single/style/index.d.ts +2 -2
- package/lib/src/business/ap-value-select-card/style/index.d.ts +2 -2
- package/lib/src/business/ap-view/components/menu-list-content.vue2.js +1 -1
- package/lib/src/business/ap-view/style/index.d.ts +3 -3
- package/lib/src/business/ap-view/style/index.js +1 -1
- package/lib/src/business/batch-input-group/style/index.d.ts +2 -2
- package/lib/src/business/hooks/usePageListAgGrid.js +1 -1
- package/lib/src/check-card/style/index.d.ts +2 -2
- package/lib/src/check-card/style/index.js +1 -1
- package/lib/src/config-provider/hooks/use-token.d.ts +2 -2
- package/lib/src/design-token/interface.d.ts +24 -1
- package/lib/src/editable-table/style/index.d.ts +2 -2
- package/lib/src/full-screen/style/index.d.ts +2 -2
- package/lib/src/index.js +1 -1
- package/lib/src/mask/style/index.d.ts +2 -2
- package/lib/src/scroll-bar/style/index.d.ts +2 -2
- package/lib/src/scroll-view/style/index.d.ts +2 -2
- package/lib/src/splitter/style/index.d.ts +2 -2
- package/lib/src/text/style/group.d.ts +2 -2
- package/lib/src/text/style/index.d.ts +2 -2
- package/lib/src/utils/cssinjs/index.d.ts +2 -2
- package/lib/src/utils/cssinjs/index.js +1 -1
- package/lib/src/utils/cssinjs/plugin-specificity.js +1 -0
- package/lib/src/version.d.ts +1 -1
- package/lib/src/version.js +1 -1
- package/package.json +1 -1
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
declare const _default: (prefixCls: string) =>
|
|
1
|
+
import { ComputedRef } from 'vue';
|
|
2
|
+
declare const _default: (prefixCls: string) => ComputedRef<string>;
|
|
3
3
|
export default _default;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
declare const _default: (prefixCls: string) =>
|
|
1
|
+
import { ComputedRef } from 'vue';
|
|
2
|
+
declare const _default: (prefixCls: string) => ComputedRef<string>;
|
|
3
3
|
export default _default;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { ROW_KEY as a } from "./constants.mjs";
|
|
2
2
|
import { isFunction as p } from "lodash-unified";
|
|
3
|
-
function m(
|
|
3
|
+
function m(e, t, r) {
|
|
4
4
|
let n = null;
|
|
5
5
|
return { request: async (s) => {
|
|
6
|
-
const i =
|
|
6
|
+
const i = e;
|
|
7
7
|
if (!i)
|
|
8
8
|
return r?.(0), {
|
|
9
9
|
data: [],
|
|
@@ -12,42 +12,42 @@ function m(t, e, r) {
|
|
|
12
12
|
n && (s = Object.assign(s, n));
|
|
13
13
|
const { records: l, total: u } = await i(Object.assign({}, s));
|
|
14
14
|
return r?.(l.length || 0), {
|
|
15
|
-
data: l.map((c) => h(c,
|
|
15
|
+
data: l.map((c) => h(c, t)),
|
|
16
16
|
total: u
|
|
17
17
|
};
|
|
18
18
|
}, setExtraParams: (s) => {
|
|
19
19
|
n = s || null;
|
|
20
20
|
} };
|
|
21
21
|
}
|
|
22
|
-
function h(
|
|
23
|
-
return p(
|
|
24
|
-
...
|
|
25
|
-
[a]: e
|
|
26
|
-
} :
|
|
22
|
+
function h(e, t) {
|
|
23
|
+
return p(t) ? {
|
|
24
|
+
...e,
|
|
25
|
+
[a]: t(e)
|
|
26
|
+
} : e;
|
|
27
27
|
}
|
|
28
|
-
function g(
|
|
29
|
-
return Reflect.deleteProperty(
|
|
28
|
+
function g(e) {
|
|
29
|
+
return Reflect.deleteProperty(e, a), e;
|
|
30
30
|
}
|
|
31
|
-
function
|
|
32
|
-
const { renderSelectedItem:
|
|
31
|
+
function j(e) {
|
|
32
|
+
const { renderSelectedItem: t, rightTitle: r, rightBottom: n, ...o } = e || {};
|
|
33
33
|
return {
|
|
34
|
-
props: { ...o, layoutType:
|
|
34
|
+
props: { ...o, layoutType: e && "two-column" },
|
|
35
35
|
slots: {
|
|
36
|
-
renderSelectedItem:
|
|
36
|
+
renderSelectedItem: t,
|
|
37
37
|
rightTitle: r,
|
|
38
38
|
rightBottom: n
|
|
39
39
|
}
|
|
40
40
|
};
|
|
41
41
|
}
|
|
42
|
-
class
|
|
42
|
+
class y {
|
|
43
43
|
constructor() {
|
|
44
44
|
this.p = null, this.operateFn = null;
|
|
45
45
|
}
|
|
46
46
|
buildPromise() {
|
|
47
|
-
return this.operateFn && this.operateFn.reject("reuse"), this.p = new Promise((
|
|
47
|
+
return this.operateFn && this.operateFn.reject("Ignored Reject: reuse"), this.p = new Promise((t, r) => {
|
|
48
48
|
this.operateFn = {
|
|
49
49
|
reject: r,
|
|
50
|
-
resolve:
|
|
50
|
+
resolve: t
|
|
51
51
|
};
|
|
52
52
|
}), this.p;
|
|
53
53
|
}
|
|
@@ -55,18 +55,18 @@ class P {
|
|
|
55
55
|
this.p = null, this.operateFn = null;
|
|
56
56
|
}
|
|
57
57
|
/** 兑现回调 */
|
|
58
|
-
resolve(
|
|
59
|
-
this.operateFn && (this.operateFn.resolve(
|
|
58
|
+
resolve(t) {
|
|
59
|
+
this.operateFn && (this.operateFn.resolve(t), this.clear());
|
|
60
60
|
}
|
|
61
61
|
/** 拒绝回调 */
|
|
62
|
-
reject(
|
|
63
|
-
this.operateFn && (this.operateFn.reject(
|
|
62
|
+
reject(t) {
|
|
63
|
+
this.operateFn && (this.operateFn.reject("Ignored Reject: " + t), this.clear());
|
|
64
64
|
}
|
|
65
65
|
}
|
|
66
66
|
export {
|
|
67
|
-
|
|
67
|
+
y as AsyncCallback,
|
|
68
68
|
h as addRowKeyField,
|
|
69
69
|
g as delRowKeyField,
|
|
70
70
|
m as genRequest,
|
|
71
|
-
|
|
71
|
+
j as getModalLayoutConfig
|
|
72
72
|
};
|
|
@@ -7,13 +7,17 @@ declare function __VLS_template(): {
|
|
|
7
7
|
slots: {
|
|
8
8
|
default?(_: {}): any;
|
|
9
9
|
};
|
|
10
|
-
refs: {
|
|
10
|
+
refs: {
|
|
11
|
+
wrapperContainer: HTMLDivElement;
|
|
12
|
+
};
|
|
11
13
|
rootEl: HTMLDivElement;
|
|
12
14
|
};
|
|
13
15
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
14
16
|
declare const __VLS_component: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
15
17
|
rowHeight: number;
|
|
16
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
18
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
19
|
+
wrapperContainer: HTMLDivElement;
|
|
20
|
+
}, HTMLDivElement>;
|
|
17
21
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
18
22
|
export default _default;
|
|
19
23
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,25 +1,42 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import {
|
|
3
|
-
import { useAgGridModalInject as
|
|
4
|
-
const
|
|
1
|
+
import { defineComponent as p, useTemplateRef as f, computed as g, ref as h, watch as d, onMounted as m, createElementBlock as H, openBlock as v, normalizeStyle as _, unref as y, renderSlot as w } from "vue";
|
|
2
|
+
import { SMALL_HEIGHT as l, LARGER_HEIGHT as S } from "../constants.mjs";
|
|
3
|
+
import { useAgGridModalInject as L } from "../hooks/use-ag-grid-instance.mjs";
|
|
4
|
+
const G = /* @__PURE__ */ p({
|
|
5
5
|
__name: "index",
|
|
6
6
|
props: {
|
|
7
|
-
rowHeight: { default:
|
|
7
|
+
rowHeight: { default: 32 }
|
|
8
8
|
},
|
|
9
|
-
setup(
|
|
10
|
-
const
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
9
|
+
setup(c) {
|
|
10
|
+
const s = c, t = f("wrapperContainer"), u = L(), r = g(
|
|
11
|
+
() => u?.dataSourceLength?.value || 0
|
|
12
|
+
), a = h(l), i = () => {
|
|
13
|
+
const e = t.value?.clientHeight, o = t.value?.querySelector(
|
|
14
|
+
".ag-body.ag-layout-normal"
|
|
15
|
+
)?.clientHeight;
|
|
16
|
+
let n = 0;
|
|
17
|
+
!e || !o ? n = 0 : n = e - o, r.value * s.rowHeight > 480 - n && (a.value = S);
|
|
18
|
+
};
|
|
19
|
+
return d(
|
|
20
|
+
() => r.value,
|
|
21
|
+
() => {
|
|
22
|
+
i();
|
|
23
|
+
}
|
|
24
|
+
), m(() => {
|
|
25
|
+
i();
|
|
26
|
+
}), (e, o) => (v(), H("div", {
|
|
27
|
+
ref_key: "wrapperContainer",
|
|
28
|
+
ref: t,
|
|
29
|
+
style: _({
|
|
30
|
+
minHeight: y(l),
|
|
14
31
|
height: a.value,
|
|
15
32
|
display: "flex",
|
|
16
33
|
flexDirection: "column"
|
|
17
34
|
})
|
|
18
35
|
}, [
|
|
19
|
-
|
|
36
|
+
w(e.$slots, "default")
|
|
20
37
|
], 4));
|
|
21
38
|
}
|
|
22
39
|
});
|
|
23
40
|
export {
|
|
24
|
-
|
|
41
|
+
G as default
|
|
25
42
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { GenStyleFunc } from '../../../design-token/interface';
|
|
2
2
|
import { AppendixToken } from './token';
|
|
3
|
-
import {
|
|
4
|
-
export declare const
|
|
5
|
-
declare const _default: (prefixCls: string) =>
|
|
3
|
+
import { ComputedRef } from 'vue';
|
|
4
|
+
export declare const genApAppendixStyle: GenStyleFunc<AppendixToken>;
|
|
5
|
+
declare const _default: (prefixCls: string) => ComputedRef<string>;
|
|
6
6
|
export default _default;
|
|
@@ -1,108 +1,112 @@
|
|
|
1
|
-
import { defineComponent as
|
|
1
|
+
import { defineComponent as W, ref as x, useSlots as _, computed as n, cloneVNode as j, toRaw as h, unref as K, createVNode as t, createTextVNode as R } from "vue";
|
|
2
2
|
import { Tooltip as B, Popover as G } from "@aplus-frontend/antdv";
|
|
3
3
|
import "../../config-provider/index.mjs";
|
|
4
4
|
import { ApAttachmentProps as H } from "./constans.mjs";
|
|
5
|
-
import { getHexWithOpacity as
|
|
6
|
-
import { useOssInit as
|
|
7
|
-
import { debounce as
|
|
8
|
-
import { LoadingOutlined as
|
|
9
|
-
import { warning as
|
|
10
|
-
import
|
|
11
|
-
import { useNamespace as
|
|
12
|
-
import { useGlobalConfig as
|
|
13
|
-
import { useLocale as
|
|
14
|
-
const
|
|
5
|
+
import { getHexWithOpacity as q, getFileInfo as O } from "../../ap-download/utils/getFileInfo.mjs";
|
|
6
|
+
import { useOssInit as D } from "../../ap-download/hooks/index.mjs";
|
|
7
|
+
import { debounce as E, isArray as J } from "lodash-unified";
|
|
8
|
+
import { LoadingOutlined as g } from "@ant-design/icons-vue";
|
|
9
|
+
import { warning as Q } from "../../utils/warning.mjs";
|
|
10
|
+
import X from "./style/index.mjs";
|
|
11
|
+
import { useNamespace as Y } from "../../config-provider/hooks/use-namespace.mjs";
|
|
12
|
+
import { useGlobalConfig as p } from "../../config-provider/hooks/use-global-config.mjs";
|
|
13
|
+
import { useLocale as Z } from "../../config-provider/hooks/use-locale.mjs";
|
|
14
|
+
const de = /* @__PURE__ */ W({
|
|
15
15
|
name: "ApAttachment",
|
|
16
16
|
props: H(),
|
|
17
|
-
setup(e
|
|
17
|
+
setup(e, {
|
|
18
|
+
emit: C
|
|
19
|
+
}) {
|
|
18
20
|
const {
|
|
19
|
-
b:
|
|
20
|
-
e:
|
|
21
|
-
} =
|
|
22
|
-
lang:
|
|
23
|
-
t:
|
|
24
|
-
} =
|
|
21
|
+
b: T,
|
|
22
|
+
e: a
|
|
23
|
+
} = Y("ap-attachment"), L = X("ap-attachment"), k = p("uiMode"), N = p("apUpload"), w = p("downloadCenterTriggerConfig"), {
|
|
24
|
+
lang: P,
|
|
25
|
+
t: m
|
|
26
|
+
} = Z(), i = x(!1), c = x(""), d = _(), I = n(() => P.value === "zh-cn" ? "zh_CN" : "en_US"), s = n(() => e.needName ?? N?.value?.needName), f = n(() => e.attachmentList.length === 1), y = n(() => s.value ? e.attachmentList.length > 0 && s.value && s.value?.nameKey ? e.attachmentList[0][s.value.nameKey] : "" : e.attachmentList.length > 0 ? e.attachmentList[0].fileName : ""), S = n(() => f.value ? y.value : m("ap.apAttachment.downloadall")), A = n(() => e.color ? e.color : k.value === "aplus" ? "#0070FF" : "#1890FF"), F = n(() => ({
|
|
25
27
|
"--download-main-color": A.value,
|
|
26
|
-
"--download-main-color-opacity":
|
|
27
|
-
})),
|
|
28
|
-
const
|
|
29
|
-
return
|
|
28
|
+
"--download-main-color-opacity": q(A.value, 0.6)
|
|
29
|
+
})), V = n(() => e.getOssAccess || N.value?.getOssAccess), z = n(() => {
|
|
30
|
+
const l = d.default ? d.default()[0] : null;
|
|
31
|
+
return l ? j(l, {
|
|
30
32
|
style: {
|
|
31
33
|
"font-size": "16px"
|
|
32
34
|
}
|
|
33
35
|
}) : null;
|
|
34
|
-
}),
|
|
36
|
+
}), v = E(async (l, u) => {
|
|
35
37
|
if (!e.disabled) {
|
|
36
|
-
|
|
38
|
+
i.value = !0, u && (c.value = u);
|
|
37
39
|
try {
|
|
38
|
-
const o =
|
|
39
|
-
if (
|
|
40
|
-
const
|
|
41
|
-
objectName:
|
|
42
|
-
fileName:
|
|
40
|
+
const o = J(h(l)) ? h(l) : [h(l)];
|
|
41
|
+
if (w.value?.trigger) {
|
|
42
|
+
const r = O(s.value, o).map((b) => ({
|
|
43
|
+
objectName: b.path,
|
|
44
|
+
fileName: b.fileName
|
|
43
45
|
}));
|
|
44
|
-
|
|
45
|
-
} else
|
|
46
|
-
await (await
|
|
46
|
+
w.value?.trigger(r), C("downloadCallback", r);
|
|
47
|
+
} else {
|
|
48
|
+
const r = await (await D(V.value, K(I))).downloadFile(O(e.needName, o));
|
|
49
|
+
C("downloadCallback", r);
|
|
50
|
+
}
|
|
47
51
|
} catch (o) {
|
|
48
|
-
|
|
52
|
+
Q(!1, o);
|
|
49
53
|
} finally {
|
|
50
|
-
|
|
54
|
+
i.value = !1, c.value = "";
|
|
51
55
|
}
|
|
52
56
|
}
|
|
53
|
-
}, 500),
|
|
54
|
-
class: [
|
|
55
|
-
style:
|
|
56
|
-
}, [
|
|
57
|
+
}, 500), M = (l) => l && l.length > 0 ? t("ul", {
|
|
58
|
+
class: [a("file-list"), L.value],
|
|
59
|
+
style: F.value
|
|
60
|
+
}, [l.map((u, o) => t("li", {
|
|
57
61
|
key: o,
|
|
58
|
-
class: [
|
|
59
|
-
onClick: () =>
|
|
60
|
-
}, [
|
|
61
|
-
class: [
|
|
62
|
-
}, [t(
|
|
62
|
+
class: [a("file-item")],
|
|
63
|
+
onClick: () => v(u, o + 1)
|
|
64
|
+
}, [i.value && c.value === o + 1 ? t("span", {
|
|
65
|
+
class: [a("spin")]
|
|
66
|
+
}, [t(g, {
|
|
63
67
|
spin: !0
|
|
64
68
|
}, null)]) : null, u.fileName])), t("li", {
|
|
65
|
-
class: [
|
|
66
|
-
onClick: () =>
|
|
67
|
-
}, [
|
|
68
|
-
class: [
|
|
69
|
-
}, [t(
|
|
69
|
+
class: [a("download-all")],
|
|
70
|
+
onClick: () => v(e.attachmentList, "all")
|
|
71
|
+
}, [i.value && c.value === "all" ? t("span", {
|
|
72
|
+
class: [a("spin")]
|
|
73
|
+
}, [t(g, {
|
|
70
74
|
spin: !0
|
|
71
|
-
}, null)]) : null,
|
|
75
|
+
}, null)]) : null, m("ap.apAttachment.downloadall")])]) : null;
|
|
72
76
|
return () => e.attachmentList?.length > 0 && t("div", {
|
|
73
|
-
class: [
|
|
74
|
-
style: [
|
|
77
|
+
class: [T(), L.value],
|
|
78
|
+
style: [F.value]
|
|
75
79
|
}, [t(B, {
|
|
76
|
-
title:
|
|
80
|
+
title: S.value,
|
|
77
81
|
placement: e.textToolTipPlacement,
|
|
78
82
|
color: e.toolTipBgColor
|
|
79
83
|
}, {
|
|
80
84
|
default: () => [t("div", {
|
|
81
|
-
class: [
|
|
82
|
-
onClick: () => f
|
|
83
|
-
}, [
|
|
84
|
-
class: [
|
|
85
|
-
}, [t(
|
|
85
|
+
class: [a("content")],
|
|
86
|
+
onClick: () => v(f.value ? e.attachmentList[0] : e.attachmentList, "global")
|
|
87
|
+
}, [i.value && c.value === "global" ? t("div", {
|
|
88
|
+
class: [a("spin")]
|
|
89
|
+
}, [t(g, {
|
|
86
90
|
spin: !0
|
|
87
|
-
}, null)]) : null,
|
|
88
|
-
class: [
|
|
89
|
-
}, [
|
|
90
|
-
class: [
|
|
91
|
+
}, null)]) : null, d.default ? t("div", {
|
|
92
|
+
class: [a("text-render")]
|
|
93
|
+
}, [z.value, R(" ")]) : null, t("div", {
|
|
94
|
+
class: [a("text-inner")],
|
|
91
95
|
style: {
|
|
92
96
|
"max-width": e.maxWidth ? e.maxWidth + "px" : "auto"
|
|
93
97
|
}
|
|
94
98
|
}, [y.value])])]
|
|
95
99
|
}), t(G, {
|
|
96
|
-
content:
|
|
100
|
+
content: M(e.attachmentList),
|
|
97
101
|
placement: e.fileMorePopoverPlacement,
|
|
98
102
|
color: "#fff"
|
|
99
103
|
}, {
|
|
100
|
-
default: () => [!
|
|
101
|
-
class: [
|
|
102
|
-
}, [
|
|
104
|
+
default: () => [!f.value && t("div", {
|
|
105
|
+
class: [a("more")]
|
|
106
|
+
}, [m("ap.apAttachment.more")])]
|
|
103
107
|
})]);
|
|
104
108
|
}
|
|
105
109
|
});
|
|
106
110
|
export {
|
|
107
|
-
|
|
111
|
+
de as default
|
|
108
112
|
};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
declare const _default: (prefixCls: string) =>
|
|
1
|
+
import { ComputedRef } from 'vue';
|
|
2
|
+
declare const _default: (prefixCls: string) => ComputedRef<string>;
|
|
3
3
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BaseToken, GenStyleFunc } from '../../../design-token/interface';
|
|
2
|
-
import {
|
|
3
|
-
export declare const
|
|
4
|
-
declare const _default: (prefixCls: string) =>
|
|
2
|
+
import { ComputedRef } from 'vue';
|
|
3
|
+
export declare const genApBatchActionStyle: GenStyleFunc<BaseToken>;
|
|
4
|
+
declare const _default: (prefixCls: string) => ComputedRef<string>;
|
|
5
5
|
export default _default;
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { DropdownButton as
|
|
1
|
+
import { defineComponent as O, useSlots as j, computed as t, createBlock as u, createCommentVNode as x, openBlock as p, unref as r, mergeProps as f, createSlots as S, withCtx as n, createElementVNode as E, normalizeStyle as q, resolveDynamicComponent as k, h as L, createVNode as i, renderList as g, renderSlot as A, normalizeProps as b, guardReactiveProps as v, normalizeClass as F } from "vue";
|
|
2
|
+
import { DropdownButton as H, Dropdown as J } from "@aplus-frontend/antdv";
|
|
3
3
|
import "../../ap-button/index.mjs";
|
|
4
4
|
import "./MenuItemGroup.vue.mjs";
|
|
5
5
|
import "../../config-provider/index.mjs";
|
|
6
|
-
import { DownOutlined as
|
|
7
|
-
import { usePermission as
|
|
6
|
+
import { DownOutlined as K } from "@ant-design/icons-vue";
|
|
7
|
+
import { usePermission as M } from "@aplus-frontend/hooks";
|
|
8
8
|
import { useInjectApTable as Q } from "../../ap-table/context.mjs";
|
|
9
|
-
import
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
9
|
+
import U from "./style/index.mjs";
|
|
10
|
+
import { useNamespace as W } from "../../config-provider/hooks/use-namespace.mjs";
|
|
11
|
+
import { useLocale as X } from "../../config-provider/hooks/use-locale.mjs";
|
|
12
12
|
import B from "./MenuItemGroup.vue2.mjs";
|
|
13
13
|
import Y from "../../ap-button/ap-button.vue.mjs";
|
|
14
|
-
const me = /* @__PURE__ */
|
|
14
|
+
const me = /* @__PURE__ */ O({
|
|
15
15
|
__name: "ApBatchActionGroup",
|
|
16
16
|
props: {
|
|
17
17
|
selectedRows: {},
|
|
@@ -19,95 +19,89 @@ const me = /* @__PURE__ */ F({
|
|
|
19
19
|
menuList: {}
|
|
20
20
|
},
|
|
21
21
|
setup(C, { expose: $ }) {
|
|
22
|
-
const { b: h } = U("ap-batch-action-group"), { t:
|
|
23
|
-
() =>
|
|
22
|
+
const { b: h } = W("ap-batch-action-group"), D = U("ap-batch-action-group"), { t: R } = X(), { columns: T, dataSource: N } = Q(), e = C, { hasPermission: z } = M(), y = j(), w = t(
|
|
23
|
+
() => e?.buttonProps?.dropdownType || "default"
|
|
24
24
|
), a = t(
|
|
25
|
-
() =>
|
|
25
|
+
() => e?.buttonProps?.type || "borderLink"
|
|
26
26
|
), P = t(
|
|
27
|
-
() =>
|
|
28
|
-
),
|
|
29
|
-
() =>
|
|
30
|
-
),
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
admin: "#34b77c"
|
|
34
|
-
};
|
|
35
|
-
return a.value === "borderLink" ? c.value ? void 0 : e[N.value] || e.aplus : void 0;
|
|
36
|
-
}), l = t(() => o?.menuList?.filter((e) => {
|
|
37
|
-
let m = e?.ifShow;
|
|
38
|
-
return !e?.ifShow && e?.auth && (m = () => z(e.auth)), m?.() ?? !0;
|
|
27
|
+
() => e?.buttonProps?.content || R("ap.apApBatchActionGroup.batchOperation")
|
|
28
|
+
), V = t(() => e?.selectedRows || []), c = t(
|
|
29
|
+
() => e?.buttonProps?.disabled ?? (Array.isArray(e.selectedRows) ? V.value.length === 0 : !1)
|
|
30
|
+
), G = t(() => a.value === "borderLink" ? c.value ? void 0 : "var(--ap-button-border-link-color)" : void 0), l = t(() => e?.menuList?.filter((o) => {
|
|
31
|
+
let m = o?.ifShow;
|
|
32
|
+
return !o?.ifShow && o?.auth && (m = () => z(o.auth)), m?.() ?? !0;
|
|
39
33
|
}) || []);
|
|
40
34
|
function _() {
|
|
41
|
-
return
|
|
42
|
-
...
|
|
35
|
+
return e?.buttonProps ? {
|
|
36
|
+
...e.buttonProps,
|
|
43
37
|
type: a.value === "borderLink" ? "default" : a.value
|
|
44
38
|
} : {};
|
|
45
39
|
}
|
|
46
40
|
return $({
|
|
47
|
-
columns:
|
|
48
|
-
dataSource:
|
|
49
|
-
}), (
|
|
41
|
+
columns: T,
|
|
42
|
+
dataSource: N
|
|
43
|
+
}), (o, m) => l.value.length && w.value === "dropdown" ? (p(), u(r(H), f({
|
|
50
44
|
key: 0,
|
|
51
|
-
class: [
|
|
45
|
+
class: [r(h)(), r(D)]
|
|
52
46
|
}, {
|
|
53
|
-
...
|
|
47
|
+
...o.$attrs,
|
|
54
48
|
..._(),
|
|
55
49
|
disabled: c.value
|
|
56
|
-
}),
|
|
57
|
-
overlay:
|
|
50
|
+
}), S({
|
|
51
|
+
overlay: n(() => [
|
|
58
52
|
i(B, f({
|
|
59
|
-
...
|
|
53
|
+
...e
|
|
60
54
|
}, { "menu-list": l.value }), null, 16, ["menu-list"])
|
|
61
55
|
]),
|
|
62
|
-
default:
|
|
63
|
-
|
|
64
|
-
style:
|
|
65
|
-
color:
|
|
56
|
+
default: n(() => [
|
|
57
|
+
E("span", {
|
|
58
|
+
style: q({
|
|
59
|
+
color: G.value
|
|
66
60
|
})
|
|
67
61
|
}, [
|
|
68
|
-
(p(), u(
|
|
62
|
+
(p(), u(k(L("span", [P.value]))))
|
|
69
63
|
], 4)
|
|
70
64
|
]),
|
|
71
65
|
_: 2
|
|
72
66
|
}, [
|
|
73
|
-
|
|
67
|
+
g(y, (I, s) => ({
|
|
74
68
|
name: s,
|
|
75
|
-
fn:
|
|
76
|
-
A(
|
|
69
|
+
fn: n((d) => [
|
|
70
|
+
A(o.$slots, s, b(v(d || {})))
|
|
77
71
|
])
|
|
78
72
|
}))
|
|
79
|
-
]), 1040, ["class"])) : l.value.length &&
|
|
73
|
+
]), 1040, ["class"])) : l.value.length && w.value === "default" ? (p(), u(r(J), {
|
|
80
74
|
key: 1,
|
|
81
|
-
class:
|
|
75
|
+
class: F([r(h)()]),
|
|
82
76
|
disabled: c.value
|
|
83
|
-
},
|
|
84
|
-
overlay:
|
|
77
|
+
}, S({
|
|
78
|
+
overlay: n(() => [
|
|
85
79
|
i(B, f({
|
|
86
|
-
...
|
|
80
|
+
...e
|
|
87
81
|
}, { "menu-list": l.value }), null, 16, ["menu-list"])
|
|
88
82
|
]),
|
|
89
|
-
default:
|
|
90
|
-
i(
|
|
91
|
-
...
|
|
83
|
+
default: n(() => [
|
|
84
|
+
i(r(Y), b(v({
|
|
85
|
+
...o.$attrs,
|
|
92
86
|
..._(),
|
|
93
87
|
type: a.value
|
|
94
88
|
})), {
|
|
95
|
-
default:
|
|
96
|
-
(p(), u(
|
|
97
|
-
i(
|
|
89
|
+
default: n(() => [
|
|
90
|
+
(p(), u(k(L("span", [P.value])))),
|
|
91
|
+
i(r(K))
|
|
98
92
|
]),
|
|
99
93
|
_: 1
|
|
100
94
|
}, 16)
|
|
101
95
|
]),
|
|
102
96
|
_: 2
|
|
103
97
|
}, [
|
|
104
|
-
|
|
98
|
+
g(y, (I, s) => ({
|
|
105
99
|
name: s,
|
|
106
|
-
fn:
|
|
107
|
-
A(
|
|
100
|
+
fn: n((d) => [
|
|
101
|
+
A(o.$slots, s, b(v(d || {})))
|
|
108
102
|
])
|
|
109
103
|
}))
|
|
110
|
-
]), 1032, ["class", "disabled"])) :
|
|
104
|
+
]), 1032, ["class", "disabled"])) : x("", !0);
|
|
111
105
|
}
|
|
112
106
|
});
|
|
113
107
|
export {
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { genComponentStyleHook as n } from "../../../utils/cssinjs/index.mjs";
|
|
2
|
+
const r = (o) => {
|
|
3
|
+
const { componentCls: t } = o;
|
|
4
|
+
return {
|
|
5
|
+
[t]: {
|
|
6
|
+
"--ap-button-border-link-color": o.colorPrimary
|
|
7
|
+
}
|
|
8
|
+
};
|
|
9
|
+
}, c = n("ApBatchActionGroup", (o) => [
|
|
10
|
+
r(o)
|
|
11
|
+
]);
|
|
12
|
+
export {
|
|
13
|
+
c as default
|
|
14
|
+
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BaseToken, GenStyleFunc } from '../../../design-token/interface';
|
|
2
|
-
import {
|
|
3
|
-
export declare const
|
|
4
|
-
declare const _default: (prefixCls: string) =>
|
|
2
|
+
import { ComputedRef } from 'vue';
|
|
3
|
+
export declare const genApCardStyle: GenStyleFunc<BaseToken>;
|
|
4
|
+
declare const _default: (prefixCls: string) => ComputedRef<string>;
|
|
5
5
|
export default _default;
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
import { genComponentStyleHook as n } from "../../../utils/cssinjs/index.mjs";
|
|
2
|
-
const e = (
|
|
3
|
-
const { componentCls:
|
|
2
|
+
const e = (t) => {
|
|
3
|
+
const { componentCls: o } = t;
|
|
4
4
|
return {
|
|
5
|
-
[
|
|
5
|
+
[o]: {
|
|
6
6
|
width: "100%",
|
|
7
7
|
background: "#fff",
|
|
8
|
-
[`& + ${
|
|
8
|
+
[`& + ${o}`]: {
|
|
9
9
|
marginTop: "10px"
|
|
10
10
|
},
|
|
11
|
-
[`${
|
|
11
|
+
[`${o}-title`]: {
|
|
12
12
|
marginBottom: "12px"
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
15
|
};
|
|
16
|
-
}, p = n("ApCard", (
|
|
17
|
-
e(
|
|
16
|
+
}, p = n("ApCard", (t) => [
|
|
17
|
+
e(t)
|
|
18
18
|
]);
|
|
19
19
|
export {
|
|
20
20
|
p as default,
|
|
21
|
-
e as
|
|
21
|
+
e as genApCardStyle
|
|
22
22
|
};
|