@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,8 +1,8 @@
|
|
|
1
1
|
import { isFunction as g, merge as A, cloneDeep as F } from "lodash-unified";
|
|
2
|
-
import { ref as
|
|
3
|
-
import { useKeepAliveFlag as
|
|
2
|
+
import { ref as V } from "vue";
|
|
3
|
+
import { useKeepAliveFlag as w } from "./useKeepAliveFlag.mjs";
|
|
4
4
|
function O(l) {
|
|
5
|
-
const r =
|
|
5
|
+
const r = V(null), {
|
|
6
6
|
isShowRowSelection: u = !0,
|
|
7
7
|
clearSelectionOnRequest: d = !0,
|
|
8
8
|
transformSearchFormValues: o,
|
|
@@ -18,7 +18,7 @@ function O(l) {
|
|
|
18
18
|
r.value?.submitWith(e);
|
|
19
19
|
}, p = () => {
|
|
20
20
|
r.value?.reset();
|
|
21
|
-
}, { isDeactivated: h } =
|
|
21
|
+
}, { isDeactivated: h } = w({
|
|
22
22
|
afterActivated() {
|
|
23
23
|
(g(s) ? s() : s) && c();
|
|
24
24
|
},
|
|
@@ -47,8 +47,9 @@ function O(l) {
|
|
|
47
47
|
fixed: "left",
|
|
48
48
|
columnWidth: 38
|
|
49
49
|
} : void 0,
|
|
50
|
-
|
|
51
|
-
|
|
50
|
+
/** Jackie 推荐方法 */
|
|
51
|
+
onVnodeBeforeMount(e) {
|
|
52
|
+
r.value = e.component?.exposed;
|
|
52
53
|
},
|
|
53
54
|
// 新UI规范,需要都添加分割线
|
|
54
55
|
card: !0
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ComputedRef } from 'vue';
|
|
2
2
|
export type CheckCardToken = {
|
|
3
3
|
/** 禁用背景色 */
|
|
4
4
|
checkCardDisabledBg: string;
|
|
@@ -11,5 +11,5 @@ export type CheckCardToken = {
|
|
|
11
11
|
/** 指示器位置偏移 */
|
|
12
12
|
checkCardIndicatorOffset: number;
|
|
13
13
|
};
|
|
14
|
-
declare const _default: (prefixCls: string) =>
|
|
14
|
+
declare const _default: (prefixCls: string) => ComputedRef<string>;
|
|
15
15
|
export default _default;
|
|
@@ -1,87 +1,82 @@
|
|
|
1
|
-
import { resetComponent as
|
|
2
|
-
import { genComponentStyleHook as
|
|
3
|
-
const
|
|
1
|
+
import { resetComponent as c } from "../../style/index.mjs";
|
|
2
|
+
import { genComponentStyleHook as l } from "../../utils/cssinjs/index.mjs";
|
|
3
|
+
const a = (e) => {
|
|
4
4
|
const {
|
|
5
|
-
componentCls:
|
|
6
|
-
checkCardDisabledOutlineColor:
|
|
7
|
-
checkCardIndicatorSize:
|
|
8
|
-
checkCardOutlineWidth:
|
|
9
|
-
checkCardIndicatorOffset:
|
|
10
|
-
} =
|
|
5
|
+
componentCls: r,
|
|
6
|
+
checkCardDisabledOutlineColor: d,
|
|
7
|
+
checkCardIndicatorSize: i,
|
|
8
|
+
checkCardOutlineWidth: o,
|
|
9
|
+
checkCardIndicatorOffset: t
|
|
10
|
+
} = e;
|
|
11
11
|
return {
|
|
12
|
-
[`${
|
|
13
|
-
...
|
|
14
|
-
borderRadius:
|
|
12
|
+
[`${r}`]: {
|
|
13
|
+
...c(e),
|
|
14
|
+
borderRadius: e.borderRadius,
|
|
15
15
|
position: "relative",
|
|
16
16
|
"&--disabled": {
|
|
17
|
-
backgroundColor:
|
|
17
|
+
backgroundColor: e.checkCardDisabledBg,
|
|
18
18
|
cursor: "not-allowed !important"
|
|
19
19
|
},
|
|
20
20
|
"&--bordered": {
|
|
21
|
-
outline: `1px solid ${
|
|
21
|
+
outline: `1px solid ${e.borderColorBase}`
|
|
22
22
|
},
|
|
23
|
-
[`&:hover:not(${
|
|
23
|
+
[`&:hover:not(${r}--disabled)`]: {
|
|
24
24
|
cursor: "pointer",
|
|
25
|
-
outline: `1px solid ${
|
|
25
|
+
outline: `1px solid ${e.colorPrimary}`
|
|
26
26
|
},
|
|
27
27
|
"&::after": {
|
|
28
28
|
content: '""',
|
|
29
29
|
position: "absolute",
|
|
30
30
|
width: 0,
|
|
31
31
|
height: 0,
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
borderRadius: r.borderRadius
|
|
32
|
+
insetBlockStart: 0,
|
|
33
|
+
insetInlineEnd: 0,
|
|
34
|
+
clipPath: "polygon(100% 0, 100% 100%, 0 0)",
|
|
35
|
+
background: e.colorPrimary,
|
|
36
|
+
borderRadius: `calc(${e.borderRadius} + 2px)`
|
|
38
37
|
},
|
|
39
38
|
"&--checked": {
|
|
40
|
-
outline: `${
|
|
41
|
-
[`&:hover:not(${
|
|
42
|
-
outline: `${
|
|
39
|
+
outline: `${o} solid ${e.colorPrimary}`,
|
|
40
|
+
[`&:hover:not(${r}--disabled)`]: {
|
|
41
|
+
outline: `${o} solid ${e.colorPrimary}`
|
|
43
42
|
},
|
|
44
43
|
"&::after": {
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
insetInlineEnd: i,
|
|
51
|
-
transition: "all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1)"
|
|
44
|
+
width: `calc(${i} * 2)`,
|
|
45
|
+
height: `calc(${i} * 2)`,
|
|
46
|
+
insetBlockStart: t,
|
|
47
|
+
insetInlineEnd: t,
|
|
48
|
+
transition: "width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), inset 0.3s cubic-bezier(0.645, 0.045, 0.355, 1)"
|
|
52
49
|
},
|
|
53
|
-
[`&${
|
|
54
|
-
outlineColor:
|
|
50
|
+
[`&${r}--disabled`]: {
|
|
51
|
+
outlineColor: d,
|
|
55
52
|
"&::after": {
|
|
56
|
-
|
|
57
|
-
borderInlineStart: `${e} solid transparent`,
|
|
58
|
-
borderBlockEnd: `${e} solid transparent`
|
|
53
|
+
backgroundColor: d
|
|
59
54
|
}
|
|
60
55
|
}
|
|
61
56
|
},
|
|
62
57
|
"&--middle": {
|
|
63
|
-
padding:
|
|
58
|
+
padding: e.spaceLG
|
|
64
59
|
},
|
|
65
60
|
"&--small": {
|
|
66
|
-
padding: `${
|
|
61
|
+
padding: `${e.spaceSM} ${e.spaceLG}`
|
|
67
62
|
},
|
|
68
|
-
[`${
|
|
69
|
-
...
|
|
70
|
-
marginBottom:
|
|
63
|
+
[`${r}__title`]: {
|
|
64
|
+
...c(e),
|
|
65
|
+
marginBottom: e.spaceXS,
|
|
71
66
|
color: "#333",
|
|
72
67
|
fontWeight: "bold",
|
|
73
68
|
"&--disabled": {
|
|
74
|
-
color:
|
|
69
|
+
color: e.textColor4
|
|
75
70
|
}
|
|
76
71
|
},
|
|
77
|
-
[`${
|
|
78
|
-
...
|
|
72
|
+
[`${r}__content`]: {
|
|
73
|
+
...c(e),
|
|
79
74
|
color: "#333",
|
|
80
75
|
"&--disabled": {
|
|
81
|
-
color:
|
|
76
|
+
color: e.textColor4
|
|
82
77
|
}
|
|
83
78
|
},
|
|
84
|
-
[`${
|
|
79
|
+
[`${r}__checked-icon`]: {
|
|
85
80
|
position: "absolute",
|
|
86
81
|
top: 0,
|
|
87
82
|
right: 0,
|
|
@@ -89,15 +84,15 @@ const c = (r) => {
|
|
|
89
84
|
lineHeight: 1,
|
|
90
85
|
userSelect: "none",
|
|
91
86
|
"& > img": {
|
|
92
|
-
width: `calc(${
|
|
87
|
+
width: `calc(${i} - ${o})`,
|
|
93
88
|
verticalAlign: "top"
|
|
94
89
|
}
|
|
95
90
|
}
|
|
96
91
|
}
|
|
97
92
|
};
|
|
98
|
-
},
|
|
93
|
+
}, h = l(
|
|
99
94
|
"CheckCard",
|
|
100
|
-
(
|
|
95
|
+
(e) => [a(e)],
|
|
101
96
|
{
|
|
102
97
|
checkCardDisabledBg: "#F9F9FA",
|
|
103
98
|
checkCardDisabledOutlineColor: "#E9EDF3",
|
|
@@ -107,5 +102,5 @@ const c = (r) => {
|
|
|
107
102
|
}
|
|
108
103
|
);
|
|
109
104
|
export {
|
|
110
|
-
|
|
105
|
+
h as default
|
|
111
106
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { InjectionKey, Ref } from 'vue';
|
|
2
|
-
import {
|
|
2
|
+
import { ContextToken } from '../../design-token/interface';
|
|
3
3
|
type DesignTokenContextType = {
|
|
4
|
-
token: Ref<
|
|
4
|
+
token: Ref<ContextToken>;
|
|
5
5
|
rootCls: Ref<string | undefined>;
|
|
6
6
|
};
|
|
7
7
|
export declare const designTokenContextKey: InjectionKey<DesignTokenContextType>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ActionToken } from '../ap-action/style';
|
|
2
|
-
import { Recordable } from '../type';
|
|
2
|
+
import { Recordable, RecursivePartial } from '../type';
|
|
3
3
|
import { CSSInterpolation, CSSObject } from '@emotion/serialize';
|
|
4
4
|
import { CheckCardToken } from '../check-card/style';
|
|
5
5
|
import { ApFormToken } from '../ap-form/style/token';
|
|
@@ -127,6 +127,9 @@ export type BaseToken = {
|
|
|
127
127
|
*/
|
|
128
128
|
lineClamp: number;
|
|
129
129
|
};
|
|
130
|
+
/**
|
|
131
|
+
* 全量token
|
|
132
|
+
*/
|
|
130
133
|
export type FullToken = BaseToken & {
|
|
131
134
|
components: {
|
|
132
135
|
ApAction: ActionToken;
|
|
@@ -144,6 +147,26 @@ export type FullToken = BaseToken & {
|
|
|
144
147
|
ApGrid: ApGridToken;
|
|
145
148
|
};
|
|
146
149
|
};
|
|
150
|
+
/**
|
|
151
|
+
* 上下文token(基础token+部分组件token)
|
|
152
|
+
*/
|
|
153
|
+
export type ContextToken = BaseToken & RecursivePartial<{
|
|
154
|
+
components: {
|
|
155
|
+
ApAction: ActionToken;
|
|
156
|
+
CheckCard: CheckCardToken;
|
|
157
|
+
ApForm: ApFormToken;
|
|
158
|
+
ApList: ApListToken;
|
|
159
|
+
Scrollbar: ScrollbarToken;
|
|
160
|
+
Mask: MaskToken;
|
|
161
|
+
Splitter: SplitterToken;
|
|
162
|
+
ProCard: ProCardToken;
|
|
163
|
+
StatisticsCard: ProCardToken;
|
|
164
|
+
AgGrid: AgGridToken;
|
|
165
|
+
BatchInputGroup: BatchInputGroupToken;
|
|
166
|
+
ApRadioGroup: ApRadioGroupToken;
|
|
167
|
+
ApGrid: ApGridToken;
|
|
168
|
+
};
|
|
169
|
+
}>;
|
|
147
170
|
export type TokenWithComponentCls<Token> = Token & {
|
|
148
171
|
componentCls: string;
|
|
149
172
|
namespace: string;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { GenStyleFunc } from '../../design-token/interface';
|
|
2
|
-
import {
|
|
2
|
+
import { ComputedRef } from 'vue';
|
|
3
3
|
type EditableTableToken = {
|
|
4
4
|
editableTableHeaderBg: string;
|
|
5
5
|
};
|
|
6
6
|
export declare const genEditableTableStyle: GenStyleFunc<EditableTableToken>;
|
|
7
|
-
declare const _default: (prefixCls: string) =>
|
|
7
|
+
declare const _default: (prefixCls: string) => ComputedRef<string>;
|
|
8
8
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { GenStyleFunc } from '../../design-token/interface';
|
|
2
|
-
import {
|
|
2
|
+
import { ComputedRef } from 'vue';
|
|
3
3
|
export declare const genFullScreenStyle: GenStyleFunc;
|
|
4
|
-
declare const _default: (prefixCls: string) =>
|
|
4
|
+
declare const _default: (prefixCls: string) => ComputedRef<string>;
|
|
5
5
|
export default _default;
|
package/es/src/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { APConfigProvider as T } from "./config-provider/index.mjs";
|
|
2
|
-
import { ApForm as
|
|
2
|
+
import { ApForm as S } from "./ap-form/index.mjs";
|
|
3
3
|
import { ApField as G, ApFieldRead as C } from "./ap-field/index.mjs";
|
|
4
4
|
import { adminToken as h, aplusToken as E } from "./design-token/index.mjs";
|
|
5
5
|
import { ApActionItem as L } from "./ap-action/index.mjs";
|
|
@@ -31,12 +31,12 @@ import { DEFAULT_NAMESPACE as W, DEFAULT_UIMODE as q, configProviderContextKey a
|
|
|
31
31
|
import { keysOf as X, provideGlobalConfig as Y, useGlobalConfig as Z } from "./config-provider/hooks/use-global-config.mjs";
|
|
32
32
|
import { buildLocaleContext as ee, buildTranslator as oe, localeContextKey as re, translate as te, useLocale as pe } from "./config-provider/hooks/use-locale.mjs";
|
|
33
33
|
import { defaultNamespace as me, namespaceContextKey as fe, useGetDerivedNamespace as le, useNamespace as de } from "./config-provider/hooks/use-namespace.mjs";
|
|
34
|
-
import { ConfigProvider as
|
|
34
|
+
import { ConfigProvider as ue, globalConfigCached as Ae } from "./config-provider/config-provider.mjs";
|
|
35
35
|
import { ApFormItemText as ie } from "./ap-form/items/text/index.mjs";
|
|
36
36
|
import { default as ce } from "./ap-form/items/text-area/index.vue.mjs";
|
|
37
37
|
import { default as Ie } from "./ap-form/items/number/index.vue.mjs";
|
|
38
38
|
import { default as ge } from "./ap-form/items/date/index.vue.mjs";
|
|
39
|
-
import { default as
|
|
39
|
+
import { default as be } from "./ap-form/items/date-range/index.vue.mjs";
|
|
40
40
|
import { default as Ce } from "./ap-form/items/radio/index.vue.mjs";
|
|
41
41
|
import { default as he } from "./ap-form/items/select/index.vue.mjs";
|
|
42
42
|
import { default as Pe } from "./ap-form/items/switch/index.vue.mjs";
|
|
@@ -57,12 +57,12 @@ import { default as ro } from "./ap-form/provider/index.vue.mjs";
|
|
|
57
57
|
import { ApFieldText as po } from "./ap-field/text/index.mjs";
|
|
58
58
|
import { default as mo } from "./ap-field/checkbox/index.vue.mjs";
|
|
59
59
|
import { default as lo } from "./ap-field/date/index.vue.mjs";
|
|
60
|
-
import { default as
|
|
60
|
+
import { default as uo } from "./ap-field/number/index.vue.mjs";
|
|
61
61
|
import { default as so } from "./ap-field/radio/index.vue.mjs";
|
|
62
62
|
import { default as no } from "./ap-field/switch/index.vue.mjs";
|
|
63
63
|
import { default as Fo } from "./ap-field/text-area/index.vue.mjs";
|
|
64
64
|
import { default as To } from "./ap-field/date-range/index.vue.mjs";
|
|
65
|
-
import { default as
|
|
65
|
+
import { default as So } from "./ap-field/select/index.vue.mjs";
|
|
66
66
|
import { default as Go } from "./ap-field/text/password.vue.mjs";
|
|
67
67
|
import { default as Do } from "./ap-field/slider/index.vue.mjs";
|
|
68
68
|
import { default as Eo } from "./ap-field/segmented/index.vue.mjs";
|
|
@@ -84,12 +84,12 @@ import { default as tr } from "./ap-button/ap-button.vue.mjs";
|
|
|
84
84
|
import { default as ar } from "./ap-button/ap-action-button.vue.mjs";
|
|
85
85
|
import { default as fr } from "./ap-button/ap-confirm-button.vue.mjs";
|
|
86
86
|
import { ApTransformDataHelper as dr } from "./utils/ap-trans-data/index.mjs";
|
|
87
|
-
import { default as
|
|
87
|
+
import { default as ur } from "./business/ap-table-modal/index.mjs";
|
|
88
88
|
import { useTableModal as sr } from "./business/ap-table-modal/hooks/use-table-modal.mjs";
|
|
89
89
|
import { useTableSelectModal as nr } from "./business/ap-table-modal/hooks/use-table-select-modal.mjs";
|
|
90
90
|
import { ApAttachment as Fr } from "./business/ap-attachment/index.mjs";
|
|
91
91
|
import { ApBatchAction as Tr } from "./business/ap-batch-action/index.mjs";
|
|
92
|
-
import { ApBatchActionGroup as
|
|
92
|
+
import { ApBatchActionGroup as Sr } from "./business/ap-batch-action-group/index.mjs";
|
|
93
93
|
import { ApButtonGroup as Gr } from "./business/ap-button-group/index.mjs";
|
|
94
94
|
import { ApCard as Dr } from "./business/ap-card/index.mjs";
|
|
95
95
|
import { ApExpandAlert as Er } from "./business/ap-expand-alert/index.mjs";
|
|
@@ -110,53 +110,54 @@ import { useTableRefresh as tt } from "./business/hooks/useTableRefresh.mjs";
|
|
|
110
110
|
import { usePageListApGrid as at } from "./business/hooks/usePageListApGrid.mjs";
|
|
111
111
|
import { useGridRefresh as ft } from "./business/hooks/useGridRefresh.mjs";
|
|
112
112
|
import { usePageListAgGrid as dt } from "./business/hooks/usePageListAgGrid.mjs";
|
|
113
|
-
import { computedRecords as
|
|
113
|
+
import { computedRecords as ut, flattenColumns as At, formatDataIndex as st, formatNumber as it } from "./business/ap-summary/utils.mjs";
|
|
114
114
|
import { ApSummary as ct } from "./business/ap-summary/index.mjs";
|
|
115
115
|
import { ApNeedNameKeyDefault as It } from "./business/ap-appendix/interface.mjs";
|
|
116
116
|
import { ApAppendix as gt } from "./business/ap-appendix/index.mjs";
|
|
117
|
-
import { default as
|
|
117
|
+
import { default as bt } from "./business/ap-upload-file/ap-upload-single/ap-upload-single.vue.mjs";
|
|
118
118
|
import { default as Ct } from "./business/batch-input-group/index.vue.mjs";
|
|
119
119
|
import { default as ht } from "./business/batch-input-group/form-item.vue.mjs";
|
|
120
120
|
import { ApSizeInput as Pt } from "./business/ap-size-input/index.mjs";
|
|
121
|
-
import {
|
|
122
|
-
import {
|
|
123
|
-
import {
|
|
124
|
-
import {
|
|
125
|
-
import {
|
|
126
|
-
import {
|
|
127
|
-
import {
|
|
128
|
-
import {
|
|
129
|
-
import {
|
|
130
|
-
import {
|
|
131
|
-
import {
|
|
132
|
-
import {
|
|
133
|
-
import {
|
|
134
|
-
import {
|
|
135
|
-
import {
|
|
136
|
-
import {
|
|
137
|
-
import { default as dp } from "./editable-table/
|
|
138
|
-
import { default as
|
|
139
|
-
import {
|
|
140
|
-
import {
|
|
141
|
-
import { default as Fp } from "./scroll-bar/
|
|
142
|
-
import { default as Tp } from "./scroll-
|
|
143
|
-
import { default as
|
|
144
|
-
import { default as Gp } from "./
|
|
145
|
-
import { default as Dp } from "./
|
|
146
|
-
import {
|
|
147
|
-
import {
|
|
148
|
-
import {
|
|
149
|
-
import { default as vp } from "./ap-grid/
|
|
150
|
-
import { default as Mp } from "./ap-grid/editable/
|
|
151
|
-
import { default as Kp } from "./
|
|
152
|
-
import { default as Op } from "./text/
|
|
153
|
-
import { default as Vp } from "./
|
|
154
|
-
import { default as zp } from "./
|
|
155
|
-
import { default as Hp } from "./ag-grid/
|
|
156
|
-
import { default as qp } from "./ag-grid/editable/
|
|
121
|
+
import { default as Rt } from "./business/ap-size-input/form-item.vue.mjs";
|
|
122
|
+
import { ApProductInfo as yt } from "./business/ap-product-info/index.mjs";
|
|
123
|
+
import { ApCopy as wt } from "./business/ap-copy/index.mjs";
|
|
124
|
+
import { ApView as Bt } from "./business/ap-view/index.mjs";
|
|
125
|
+
import { ApRadioGroup as kt } from "./business/ap-radio-group/index.mjs";
|
|
126
|
+
import { ApKeepAliveProps as Ut, forceStopTags as Vt } from "./business/ap-keep-alive/interface.mjs";
|
|
127
|
+
import { ApKeepAlive as zt } from "./business/ap-keep-alive/index.mjs";
|
|
128
|
+
import { LruCacher as Ht } from "./business/ap-keep-alive/cacher/lru-cacher.mjs";
|
|
129
|
+
import { useApKeepAliveInject as qt } from "./business/ap-keep-alive/hook.mjs";
|
|
130
|
+
import { matches as Qt } from "./business/ap-keep-alive/utils.mjs";
|
|
131
|
+
import { ApDraggableGrid as Yt } from "./business/ap-draggable-grid/index.mjs";
|
|
132
|
+
import { ApValueSelectCard as $t } from "./business/ap-value-select-card/index.mjs";
|
|
133
|
+
import { useAgGridModal as op } from "./business/ag-grid-modal/hooks/use-ag-grid-modal.mjs";
|
|
134
|
+
import { useAgGridSelectModal as tp } from "./business/ag-grid-modal/hooks/use-ag-grid-select-modal.mjs";
|
|
135
|
+
import { ApSelectedItems as ap } from "./business/ag-grid-modal/selected-items/index.mjs";
|
|
136
|
+
import { useTablePaging as fp } from "./ap-table/hooks/use-table-paging.mjs";
|
|
137
|
+
import { default as dp } from "./editable-table/index.vue.mjs";
|
|
138
|
+
import { default as up } from "./editable-table/form-item.vue.mjs";
|
|
139
|
+
import { default as sp } from "./ap-descriptions/ap-descriptions.vue.mjs";
|
|
140
|
+
import { ensureRangeValue as np } from "./scroll-bar/utils/index.mjs";
|
|
141
|
+
import { default as Fp } from "./scroll-bar/index.vue.mjs";
|
|
142
|
+
import { default as Tp } from "./scroll-bar/internal.vue.mjs";
|
|
143
|
+
import { default as Sp } from "./scroll-view/index.vue.mjs";
|
|
144
|
+
import { default as Gp } from "./portal/index.vue.mjs";
|
|
145
|
+
import { default as Dp } from "./full-screen/index.vue.mjs";
|
|
146
|
+
import { default as Ep } from "./resize-observer/index.vue.mjs";
|
|
147
|
+
import { ROW_SELECTION_FIELD as Lp } from "./ap-grid/constants.mjs";
|
|
148
|
+
import { toTreeArray as Np } from "./ap-grid/utils/to-tree-array.mjs";
|
|
149
|
+
import { default as vp } from "./ap-grid/index.vue.mjs";
|
|
150
|
+
import { default as Mp } from "./ap-grid/editable/index.vue.mjs";
|
|
151
|
+
import { default as Kp } from "./ap-grid/editable/form-item.vue.mjs";
|
|
152
|
+
import { default as Op } from "./text/index.vue.mjs";
|
|
153
|
+
import { default as Vp } from "./text/group.vue.mjs";
|
|
154
|
+
import { default as zp } from "./mask/index.vue.mjs";
|
|
155
|
+
import { default as Hp } from "./ag-grid/index.vue.mjs";
|
|
156
|
+
import { default as qp } from "./ag-grid/editable/index.vue.mjs";
|
|
157
|
+
import { default as Qp } from "./ag-grid/editable/form-item.vue.mjs";
|
|
157
158
|
export {
|
|
158
159
|
T as APConfigProvider,
|
|
159
|
-
|
|
160
|
+
Hp as AgGrid,
|
|
160
161
|
ar as ApActionButton,
|
|
161
162
|
Oo as ApActionGroup,
|
|
162
163
|
L as ApActionItem,
|
|
@@ -166,16 +167,16 @@ export {
|
|
|
166
167
|
gt as ApAppendix,
|
|
167
168
|
Fr as ApAttachment,
|
|
168
169
|
Tr as ApBatchAction,
|
|
169
|
-
|
|
170
|
+
Sr as ApBatchActionGroup,
|
|
170
171
|
tr as ApButton,
|
|
171
172
|
Gr as ApButtonGroup,
|
|
172
173
|
Dr as ApCard,
|
|
173
174
|
fr as ApConfirmButton,
|
|
174
|
-
|
|
175
|
-
|
|
175
|
+
wt as ApCopy,
|
|
176
|
+
sp as ApDescriptions,
|
|
176
177
|
Qo as ApDownLoadNeedNameKeyDefault,
|
|
177
178
|
Yo as ApDownload,
|
|
178
|
-
|
|
179
|
+
Yt as ApDraggableGrid,
|
|
179
180
|
M as ApDrawer,
|
|
180
181
|
Er as ApExpandAlert,
|
|
181
182
|
Nr as ApExportGroup,
|
|
@@ -184,19 +185,19 @@ export {
|
|
|
184
185
|
mo as ApFieldCheckbox,
|
|
185
186
|
lo as ApFieldDate,
|
|
186
187
|
To as ApFieldDateRange,
|
|
187
|
-
|
|
188
|
+
uo as ApFieldNumber,
|
|
188
189
|
Go as ApFieldPassword,
|
|
189
190
|
so as ApFieldRadio,
|
|
190
191
|
Lo as ApFieldRate,
|
|
191
192
|
C as ApFieldRead,
|
|
192
193
|
Eo as ApFieldSegmented,
|
|
193
|
-
|
|
194
|
+
So as ApFieldSelect,
|
|
194
195
|
Do as ApFieldSlider,
|
|
195
196
|
no as ApFieldSwitch,
|
|
196
197
|
po as ApFieldText,
|
|
197
198
|
Fo as ApFieldTextArea,
|
|
198
199
|
No as ApFieldTreeSelect,
|
|
199
|
-
|
|
200
|
+
S as ApForm,
|
|
200
201
|
Ze as ApFormControlRender,
|
|
201
202
|
We as ApFormDependency,
|
|
202
203
|
Xe as ApFormDrawerForm,
|
|
@@ -204,12 +205,13 @@ export {
|
|
|
204
205
|
ht as ApFormItemBatchInput,
|
|
205
206
|
Re as ApFormItemCheckbox,
|
|
206
207
|
ge as ApFormItemDate,
|
|
207
|
-
|
|
208
|
+
be as ApFormItemDateRange,
|
|
208
209
|
ke as ApFormItemGroup,
|
|
209
210
|
Ie as ApFormItemNumber,
|
|
210
211
|
Ce as ApFormItemRadio,
|
|
211
212
|
eo as ApFormItemRender,
|
|
212
213
|
he as ApFormItemSelect,
|
|
214
|
+
Rt as ApFormItemSizeInput,
|
|
213
215
|
Pe as ApFormItemSwitch,
|
|
214
216
|
ie as ApFormItemText,
|
|
215
217
|
ce as ApFormItemTextArea,
|
|
@@ -220,11 +222,11 @@ export {
|
|
|
220
222
|
ro as ApFormProvider,
|
|
221
223
|
_e as ApFormSearchForm,
|
|
222
224
|
Je as ApFormSet,
|
|
223
|
-
|
|
225
|
+
vp as ApGrid,
|
|
224
226
|
Kr as ApImage,
|
|
225
227
|
Or as ApInputRadio,
|
|
226
|
-
|
|
227
|
-
|
|
228
|
+
zt as ApKeepAlive,
|
|
229
|
+
Ut as ApKeepAliveProps,
|
|
228
230
|
Vr as ApLabel,
|
|
229
231
|
_r as ApLabelGroup,
|
|
230
232
|
Wr as ApLadder,
|
|
@@ -232,77 +234,77 @@ export {
|
|
|
232
234
|
v as ApModal,
|
|
233
235
|
It as ApNeedNameKeyDefault,
|
|
234
236
|
K as ApProCard,
|
|
235
|
-
|
|
236
|
-
|
|
237
|
+
yt as ApProductInfo,
|
|
238
|
+
kt as ApRadioGroup,
|
|
237
239
|
Jr as ApSelectLayout,
|
|
238
|
-
|
|
240
|
+
ap as ApSelectedItems,
|
|
239
241
|
Pt as ApSizeInput,
|
|
240
242
|
k as ApStatisticCard,
|
|
241
243
|
Xr as ApStatus,
|
|
242
244
|
Yr as ApStatusGroup,
|
|
243
245
|
ct as ApSummary,
|
|
244
246
|
U as ApTable,
|
|
245
|
-
|
|
247
|
+
ur as ApTableModal,
|
|
246
248
|
Vo as ApTag,
|
|
247
249
|
zo as ApTagGroup,
|
|
248
|
-
|
|
249
|
-
|
|
250
|
+
Op as ApText,
|
|
251
|
+
Vp as ApTextGroup,
|
|
250
252
|
$r as ApTitle,
|
|
251
253
|
dr as ApTransformDataHelper,
|
|
252
254
|
qo as ApUpload,
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
255
|
+
bt as ApUploadSingle,
|
|
256
|
+
$t as ApValueSelectCard,
|
|
257
|
+
Bt as ApView,
|
|
256
258
|
Ct as BatchInputGroup,
|
|
257
259
|
N as CheckCard,
|
|
258
260
|
$o as CheckCardGroup,
|
|
259
|
-
|
|
261
|
+
ue as ConfigProvider,
|
|
260
262
|
W as DEFAULT_NAMESPACE,
|
|
261
263
|
q as DEFAULT_UIMODE,
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
264
|
+
qp as EditableAgGrid,
|
|
265
|
+
Qp as EditableAgGridFormItem,
|
|
266
|
+
Mp as EditableGrid,
|
|
267
|
+
Kp as EditableGridFormItem,
|
|
268
|
+
dp as EditableTable,
|
|
269
|
+
up as EditableTableFormItem,
|
|
270
|
+
Dp as FullScreen,
|
|
271
|
+
Tp as InternalScrollBar,
|
|
272
|
+
Ht as LruCacher,
|
|
273
|
+
zp as Mask,
|
|
272
274
|
Ho as NeedNameKeyDefault,
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
275
|
+
Gp as Portal,
|
|
276
|
+
Lp as ROW_SELECTION_FIELD,
|
|
277
|
+
Ep as ResizeObserver,
|
|
278
|
+
Fp as ScrollBar,
|
|
279
|
+
Sp as ScrollView,
|
|
278
280
|
_ as Splitter,
|
|
279
281
|
h as adminToken,
|
|
280
282
|
E as aplusToken,
|
|
281
283
|
ee as buildLocaleContext,
|
|
282
284
|
oe as buildTranslator,
|
|
283
|
-
|
|
285
|
+
ut as computedRecords,
|
|
284
286
|
J as configProviderContextKey,
|
|
285
287
|
j as configProviderProps,
|
|
286
288
|
Mr as convertExportField,
|
|
287
289
|
me as defaultNamespace,
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
290
|
+
np as ensureRangeValue,
|
|
291
|
+
At as flattenColumns,
|
|
292
|
+
Vt as forceStopTags,
|
|
291
293
|
st as formatDataIndex,
|
|
292
294
|
it as formatNumber,
|
|
293
|
-
|
|
295
|
+
Ae as globalConfigCached,
|
|
294
296
|
vr as handleExportDownload,
|
|
295
|
-
|
|
297
|
+
Qt as isNameMatches,
|
|
296
298
|
X as keysOf,
|
|
297
299
|
re as localeContextKey,
|
|
298
300
|
jr as locales,
|
|
299
301
|
fe as namespaceContextKey,
|
|
300
302
|
Y as provideGlobalConfig,
|
|
301
|
-
|
|
303
|
+
Np as toTreeArray,
|
|
302
304
|
te as translate,
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
305
|
+
op as useAgGridModal,
|
|
306
|
+
tp as useAgGridSelectModal,
|
|
307
|
+
qt as useApKeepAliveInject,
|
|
306
308
|
le as useGetDerivedNamespace,
|
|
307
309
|
Z as useGlobalConfig,
|
|
308
310
|
ft as useGridRefresh,
|
|
@@ -312,7 +314,7 @@ export {
|
|
|
312
314
|
at as usePageListApGrid,
|
|
313
315
|
ot as usePageListApTable,
|
|
314
316
|
sr as useTableModal,
|
|
315
|
-
|
|
317
|
+
fp as useTablePaging,
|
|
316
318
|
tt as useTableRefresh,
|
|
317
319
|
nr as useTableSelectModal
|
|
318
320
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { GenStyleFunc } from '../../design-token/interface';
|
|
2
|
-
import {
|
|
2
|
+
import { ComputedRef } from 'vue';
|
|
3
3
|
export type MaskToken = {
|
|
4
4
|
/**
|
|
5
5
|
* 遮罩打开/关闭时的动画时长
|
|
@@ -12,5 +12,5 @@ export type MaskToken = {
|
|
|
12
12
|
};
|
|
13
13
|
export declare function genFadeKeyFrames(): string[];
|
|
14
14
|
export declare const genMaskStyle: GenStyleFunc<MaskToken>;
|
|
15
|
-
declare const _default: (prefixCls: string) =>
|
|
15
|
+
declare const _default: (prefixCls: string) => ComputedRef<string>;
|
|
16
16
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { GenStyleFunc } from '../../design-token/interface';
|
|
2
|
-
import {
|
|
2
|
+
import { ComputedRef } from 'vue';
|
|
3
3
|
export type ScrollbarToken = {
|
|
4
4
|
/**
|
|
5
5
|
* 滚动条滑块颜色
|
|
@@ -23,5 +23,5 @@ export type ScrollbarToken = {
|
|
|
23
23
|
scrollBarTrackWidth: number;
|
|
24
24
|
};
|
|
25
25
|
export declare const genScrollbarStyle: GenStyleFunc<ScrollbarToken>;
|
|
26
|
-
declare const _default: (prefixCls: string) =>
|
|
26
|
+
declare const _default: (prefixCls: string) => ComputedRef<string>;
|
|
27
27
|
export default _default;
|