@aplus-frontend/ui 0.6.0-beta.11 → 0.6.0-beta.13
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 +79 -77
- package/es/src/ap-descriptions/help-message/index.vue2.mjs +1 -1
- package/es/src/ap-field/hooks/use-date-timezone.mjs +17 -8
- package/es/src/ap-form/dependency/index.vue.mjs +29 -24
- package/es/src/ap-form/interface.d.ts +3 -3
- package/es/src/ap-form/item/index.vue.mjs +39 -35
- package/es/src/ap-grid/hooks/use-render-columns.mjs +8 -8
- package/es/src/ap-grid/index.vue.mjs +2 -2
- package/es/src/ap-table/ap-table.vue2.mjs +17 -17
- package/es/src/ap-table/components/setting/modal/index.vue2.mjs +41 -44
- package/es/src/ap-table/constants.d.ts +18 -18
- package/es/src/ap-table/utils.d.ts +18 -18
- package/es/src/business/ap-copy/ApCopy.d.ts +52 -0
- package/es/src/business/ap-copy/ApCopy.mjs +79 -0
- package/es/src/business/ap-copy/constans.d.ts +24 -0
- package/es/src/business/ap-copy/constans.mjs +25 -0
- package/es/src/business/ap-copy/index.d.ts +102 -0
- package/es/src/business/ap-copy/index.mjs +7 -0
- package/es/src/business/ap-copy/interface.d.ts +8 -0
- package/es/src/business/ap-copy/interface.mjs +1 -0
- package/es/src/business/ap-copy/style/css.d.ts +0 -0
- package/es/src/business/ap-copy/style/css.js +1 -0
- package/es/src/business/ap-copy/style/index.d.ts +0 -0
- package/es/src/business/ap-copy/style/index.js +1 -0
- package/es/src/business/ap-product-info/ApProductInfo.d.ts +9 -0
- package/es/src/business/ap-product-info/ApProductInfo.mjs +53 -53
- package/es/src/business/ap-product-info/constans.d.ts +4 -0
- package/es/src/business/ap-product-info/constans.mjs +4 -0
- package/es/src/business/ap-product-info/index.d.ts +15 -0
- package/es/src/business/ap-product-info/interface.d.ts +1 -0
- package/es/src/business/ap-radio-group/ap-radio-group.vue.d.ts +2 -0
- package/es/src/business/ap-radio-group/ap-radio-group.vue2.mjs +23 -23
- package/es/src/business/ap-radio-group/index.d.ts +5 -0
- package/es/src/business/hooks/usePageListApGrid.d.ts +0 -2
- package/es/src/business/hooks/usePageListApGrid.mjs +48 -65
- package/es/src/business/index.d.ts +1 -0
- package/es/src/business/index.mjs +20 -18
- package/es/src/components.d.ts +1 -0
- package/es/src/index.mjs +58 -56
- package/es/src/locale/lang/en.mjs +4 -0
- package/es/src/locale/lang/zh-cn.mjs +4 -0
- package/es/src/path-map.mjs +1 -0
- package/es/src/version.d.ts +1 -1
- package/es/src/version.mjs +1 -1
- package/es/test/setup.d.ts +5 -0
- package/lib/index.js +1 -1
- package/lib/src/ap-descriptions/help-message/index.vue2.js +1 -1
- package/lib/src/ap-field/hooks/use-date-timezone.js +1 -1
- package/lib/src/ap-form/dependency/index.vue.js +1 -1
- package/lib/src/ap-form/interface.d.ts +3 -3
- package/lib/src/ap-form/item/index.vue.js +1 -1
- package/lib/src/ap-grid/hooks/use-render-columns.js +1 -1
- package/lib/src/ap-grid/index.vue.js +1 -1
- package/lib/src/ap-table/ap-table.vue2.js +1 -1
- package/lib/src/ap-table/components/setting/modal/index.vue2.js +1 -1
- package/lib/src/ap-table/constants.d.ts +18 -18
- package/lib/src/ap-table/utils.d.ts +18 -18
- package/lib/src/business/ap-copy/ApCopy.d.ts +52 -0
- package/lib/src/business/ap-copy/ApCopy.js +1 -0
- package/lib/src/business/ap-copy/constans.d.ts +24 -0
- package/lib/src/business/ap-copy/constans.js +1 -0
- package/lib/src/business/ap-copy/index.d.ts +102 -0
- package/lib/src/business/ap-copy/index.js +1 -0
- package/lib/src/business/ap-copy/interface.d.ts +8 -0
- package/lib/src/business/ap-copy/interface.js +1 -0
- package/lib/src/business/ap-copy/style/css.cjs +1 -0
- package/lib/src/business/ap-copy/style/css.d.ts +0 -0
- package/lib/src/business/ap-copy/style/index.cjs +1 -0
- package/lib/src/business/ap-copy/style/index.d.ts +0 -0
- package/lib/src/business/ap-product-info/ApProductInfo.d.ts +9 -0
- package/lib/src/business/ap-product-info/ApProductInfo.js +1 -1
- package/lib/src/business/ap-product-info/constans.d.ts +4 -0
- package/lib/src/business/ap-product-info/constans.js +1 -1
- package/lib/src/business/ap-product-info/index.d.ts +15 -0
- package/lib/src/business/ap-product-info/interface.d.ts +1 -0
- package/lib/src/business/ap-radio-group/ap-radio-group.vue.d.ts +2 -0
- package/lib/src/business/ap-radio-group/ap-radio-group.vue2.js +1 -1
- package/lib/src/business/ap-radio-group/index.d.ts +5 -0
- package/lib/src/business/hooks/usePageListApGrid.d.ts +0 -2
- package/lib/src/business/hooks/usePageListApGrid.js +1 -1
- package/lib/src/business/index.d.ts +1 -0
- package/lib/src/business/index.js +1 -1
- package/lib/src/components.d.ts +1 -0
- package/lib/src/index.js +1 -1
- package/lib/src/locale/lang/en.js +1 -1
- package/lib/src/locale/lang/zh-cn.js +1 -1
- package/lib/src/path-map.js +1 -1
- package/lib/src/version.d.ts +1 -1
- package/lib/src/version.js +1 -1
- package/lib/test/setup.d.ts +5 -0
- package/package.json +5 -8
- package/theme/antd-global-overwrite/admin/index.css +11 -9
- package/theme/antd-global-overwrite/admin/modal.css +9 -6
- package/theme/antd-global-overwrite/admin/modal.less +8 -6
- package/theme/antd-global-overwrite/admin/table.css +2 -3
- package/theme/antd-global-overwrite/admin/table.less +2 -3
- package/theme/antd-global-overwrite/aplus/index.css +11 -8
- package/theme/antd-global-overwrite/aplus/modal.css +9 -6
- package/theme/antd-global-overwrite/aplus/modal.less +8 -6
- package/theme/antd-global-overwrite/aplus/table.css +2 -2
- package/theme/antd-global-overwrite/aplus/table.less +2 -2
- package/theme/ap-action/item-dropdown.css +2 -2
- package/theme/ap-action/item.css +19 -8
- package/theme/ap-action/item.less +18 -6
- package/theme/ap-appendix/ap-appendix.css +8 -8
- package/theme/ap-appendix/ap-appendix.less +6 -6
- package/theme/ap-attachment/ap-attachment.css +2 -2
- package/theme/ap-batch-action/ap-batch-action.css +5 -5
- package/theme/ap-batch-action/ap-batch-action.less +3 -3
- package/theme/ap-button/ap-button.css +2 -2
- package/theme/ap-card/ap-card.css +2 -2
- package/theme/ap-copy/ap-copy.css +94 -0
- package/theme/ap-copy/ap-copy.less +59 -0
- package/theme/ap-descriptions/ap-descriptions.css +6 -6
- package/theme/ap-descriptions/ap-descriptions.less +4 -4
- package/theme/ap-download/ap-download.css +2 -2
- package/theme/ap-expand-alert/ap-expand-alert.css +2 -2
- package/theme/ap-field/checkbox.css +2 -2
- package/theme/ap-field/index.css +2 -2
- package/theme/ap-field/number.css +2 -2
- package/theme/ap-field/radio.css +2 -2
- package/theme/ap-field/text-area.css +2 -2
- package/theme/ap-form/ap-form-item-group.css +2 -2
- package/theme/ap-form/ap-form-item.css +6 -6
- package/theme/ap-form/ap-form-item.less +4 -4
- package/theme/ap-form/drawer-form.css +2 -2
- package/theme/ap-form/index.css +13 -13
- package/theme/ap-form/item-text-group.css +2 -2
- package/theme/ap-form/item-text.css +2 -2
- package/theme/ap-form/modal-form.css +2 -2
- package/theme/ap-form/search-form-sorter.css +6 -6
- package/theme/ap-form/search-form-sorter.less +4 -4
- package/theme/ap-form/search-form.css +13 -13
- package/theme/ap-form/search-form.less +3 -3
- package/theme/ap-grid/editable.css +2 -2
- package/theme/ap-grid/index.css +43 -24
- package/theme/ap-grid/index.less +14 -3
- package/theme/ap-group-search/ap-extension-select.css +2 -2
- package/theme/ap-group-search/ap-group-search.css +2 -2
- package/theme/ap-group-search/ap-popover-select.css +2 -2
- package/theme/ap-image/ap-image.css +2 -2
- package/theme/ap-input-radio/ap-input-radio.css +2 -2
- package/theme/ap-label/ap-label.css +2 -2
- package/theme/ap-ladder/ap-ladder.css +2 -2
- package/theme/ap-layout/ap-info-layout.css +2 -2
- package/theme/ap-list/index.css +2 -2
- package/theme/ap-product-info/ap-product-info.css +22 -32
- package/theme/ap-product-info/ap-product-info.less +28 -42
- package/theme/ap-radio-group/ap-radio-group.css +8 -7
- package/theme/ap-radio-group/ap-radio-group.less +7 -5
- package/theme/ap-select-layout/ap-select-layout.css +2 -2
- package/theme/ap-size-input/ap-size-input.css +2 -2
- package/theme/ap-status/ap-status.css +2 -2
- package/theme/ap-summary/index.css +2 -2
- package/theme/ap-table/ap-table-index.css +2 -2
- package/theme/ap-table/ap-table-paragraph-ellipsis.css +3 -3
- package/theme/ap-table/ap-table-paragraph-ellipsis.less +1 -1
- package/theme/ap-table/ap-table.css +59 -37
- package/theme/ap-table/ap-table.less +14 -7
- package/theme/ap-table/setting/index.css +14 -9
- package/theme/ap-table/setting/modal.css +7 -3
- package/theme/ap-table/setting/modal.less +5 -1
- package/theme/ap-table/setting/select-group.css +2 -2
- package/theme/ap-table/setting/sortable-item-meta.css +4 -4
- package/theme/ap-table/setting/sortable-item-meta.less +2 -2
- package/theme/ap-table/setting/sortable-item.css +2 -2
- package/theme/ap-table/setting/sorter.css +7 -6
- package/theme/ap-table/setting/sorter.less +4 -4
- package/theme/ap-table-modal/index.css +59 -37
- package/theme/ap-tag/ap-tag-group.css +2 -2
- package/theme/ap-tag/ap-tag.css +3 -3
- package/theme/ap-tag/ap-tag.less +1 -1
- package/theme/ap-title/ap-title.css +2 -2
- package/theme/ap-upload/index.css +2 -2
- package/theme/ap-upload/multiple-file.css +2 -2
- package/theme/ap-upload/picture.css +2 -2
- package/theme/ap-upload/single-file.css +2 -2
- package/theme/ap-upload/upload.css +2 -2
- package/theme/ap-upload-single/index.css +6 -6
- package/theme/ap-upload-single/index.less +4 -4
- package/theme/ap-view/ap-view.css +9 -9
- package/theme/ap-view/ap-view.less +7 -7
- package/theme/batch-input-group/index.css +4 -4
- package/theme/batch-input-group/popover-input.css +4 -4
- package/theme/batch-input-group/popover-input.less +2 -2
- package/theme/check-card/index.css +7 -7
- package/theme/check-card/index.less +5 -5
- package/theme/editable-table/index.css +30 -19
- package/theme/full-screen/index.css +2 -2
- package/theme/index.css +229 -206
- package/theme/index.less +1 -0
- package/theme/mask/index.css +2 -2
- package/theme/mixins/mixins.css +2 -2
- package/theme/mixins/mixins.less +2 -2
- package/theme/scroll-bar/index.css +2 -2
- package/theme/scroll-view/index.css +2 -2
- package/theme/splitter/index.css +5 -5
- package/theme/splitter/index.less +1 -1
- package/theme/text/group.css +2 -2
- package/theme/text/index.css +6 -6
- package/theme/text/index.less +4 -4
- package/theme/ui-mode.css +44 -90
- package/theme/ui-mode.less +90 -90
- package/theme/work-order-modal/index.css +2 -2
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
height: 10px;
|
|
14
14
|
}
|
|
15
15
|
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
|
-
background-color: var(--
|
|
16
|
+
background-color: var(--ap-scrollbar-thumb-color-base);
|
|
17
17
|
background-clip: content-box;
|
|
18
18
|
border: 1px solid transparent;
|
|
19
19
|
border-radius: 4px;
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
}
|
|
25
25
|
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
26
26
|
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
27
|
-
background-color: var(--
|
|
27
|
+
background-color: var(--ap-scrollbar-thumb-color-hover);
|
|
28
28
|
}
|
|
29
29
|
.clear-fix::before {
|
|
30
30
|
display: table;
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
display: block;
|
|
63
63
|
}
|
|
64
64
|
.aplus-sortable-item-meta:hover .aplus-sortable-item-meta-left__holder {
|
|
65
|
-
color: var(--
|
|
65
|
+
color: var(--ap-color-primary) !important;
|
|
66
66
|
}
|
|
67
67
|
.aplus-sortable-item-meta-left {
|
|
68
68
|
flex: 1;
|
|
@@ -92,5 +92,5 @@
|
|
|
92
92
|
margin-left: 16px;
|
|
93
93
|
}
|
|
94
94
|
.aplus-sortable-item-meta-action-icon:hover {
|
|
95
|
-
color: var(--
|
|
95
|
+
color: var(--ap-color-primary);
|
|
96
96
|
}
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
display: block;
|
|
21
21
|
}
|
|
22
22
|
.@{mlh} {
|
|
23
|
-
color: var(--
|
|
23
|
+
color: var(--ap-color-primary) !important;
|
|
24
24
|
}
|
|
25
25
|
}
|
|
26
26
|
&-left {
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
}
|
|
53
53
|
&-action-icon {
|
|
54
54
|
&:hover {
|
|
55
|
-
color: var(--
|
|
55
|
+
color: var(--ap-color-primary);
|
|
56
56
|
}
|
|
57
57
|
}
|
|
58
58
|
});
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
height: 10px;
|
|
14
14
|
}
|
|
15
15
|
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
|
-
background-color: var(--
|
|
16
|
+
background-color: var(--ap-scrollbar-thumb-color-base);
|
|
17
17
|
background-clip: content-box;
|
|
18
18
|
border: 1px solid transparent;
|
|
19
19
|
border-radius: 4px;
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
}
|
|
25
25
|
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
26
26
|
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
27
|
-
background-color: var(--
|
|
27
|
+
background-color: var(--ap-scrollbar-thumb-color-hover);
|
|
28
28
|
}
|
|
29
29
|
.clear-fix::before {
|
|
30
30
|
display: table;
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
height: 10px;
|
|
14
14
|
}
|
|
15
15
|
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
|
-
background-color: var(--
|
|
16
|
+
background-color: var(--ap-scrollbar-thumb-color-base);
|
|
17
17
|
background-clip: content-box;
|
|
18
18
|
border: 1px solid transparent;
|
|
19
19
|
border-radius: 4px;
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
}
|
|
25
25
|
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
26
26
|
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
27
|
-
background-color: var(--
|
|
27
|
+
background-color: var(--ap-scrollbar-thumb-color-hover);
|
|
28
28
|
}
|
|
29
29
|
.clear-fix::before {
|
|
30
30
|
display: table;
|
|
@@ -52,26 +52,27 @@
|
|
|
52
52
|
.aplus-column-setting-sorter-section-title {
|
|
53
53
|
font-size: 12px;
|
|
54
54
|
line-height: 20px;
|
|
55
|
-
color:
|
|
55
|
+
color: var(--ap-text-color-3);
|
|
56
56
|
padding: 2px 8px;
|
|
57
57
|
margin: 4px;
|
|
58
58
|
}
|
|
59
59
|
.aplus-column-setting-sorter-header {
|
|
60
|
-
padding:
|
|
60
|
+
padding: 12px 20px;
|
|
61
61
|
}
|
|
62
62
|
.aplus-column-setting-sorter-header-title {
|
|
63
63
|
box-sizing: border-box;
|
|
64
64
|
margin: 0;
|
|
65
65
|
padding: 0;
|
|
66
|
+
color: #182948;
|
|
66
67
|
font-size: 12px;
|
|
67
68
|
font-family: inherit;
|
|
68
69
|
line-height: 1.5;
|
|
69
70
|
list-style: none;
|
|
70
71
|
font-weight: bold;
|
|
71
|
-
color:
|
|
72
|
+
color: var(--ap-text-color-2);
|
|
72
73
|
}
|
|
73
74
|
.aplus-column-setting-sorter-content {
|
|
74
75
|
flex: 1;
|
|
75
76
|
overflow-y: auto;
|
|
76
|
-
padding: 8px 12px
|
|
77
|
+
padding: 8px 12px 0px 8px;
|
|
77
78
|
}
|
|
@@ -7,21 +7,21 @@
|
|
|
7
7
|
&-section-title {
|
|
8
8
|
font-size: 12px;
|
|
9
9
|
line-height: 20px;
|
|
10
|
-
color:
|
|
10
|
+
color: var(--ap-text-color-3);
|
|
11
11
|
padding: 2px 8px;
|
|
12
12
|
margin: 4px;
|
|
13
13
|
}
|
|
14
14
|
&-header {
|
|
15
|
-
padding:
|
|
15
|
+
padding: 12px 20px;
|
|
16
16
|
&-title {
|
|
17
17
|
.reset-component();
|
|
18
18
|
font-weight: bold;
|
|
19
|
-
color:
|
|
19
|
+
color: var(--ap-text-color-2);
|
|
20
20
|
}
|
|
21
21
|
}
|
|
22
22
|
&-content {
|
|
23
23
|
flex: 1;
|
|
24
24
|
overflow-y: auto;
|
|
25
|
-
padding: 8px 12px
|
|
25
|
+
padding: 8px 12px 0px 8px;
|
|
26
26
|
}
|
|
27
27
|
});
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
height: 10px;
|
|
14
14
|
}
|
|
15
15
|
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
|
-
background-color: var(--
|
|
16
|
+
background-color: var(--ap-scrollbar-thumb-color-base);
|
|
17
17
|
background-clip: content-box;
|
|
18
18
|
border: 1px solid transparent;
|
|
19
19
|
border-radius: 4px;
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
}
|
|
25
25
|
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
26
26
|
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
27
|
-
background-color: var(--
|
|
27
|
+
background-color: var(--ap-scrollbar-thumb-color-hover);
|
|
28
28
|
}
|
|
29
29
|
.clear-fix::before {
|
|
30
30
|
display: table;
|
|
@@ -61,6 +61,7 @@
|
|
|
61
61
|
flex-direction: row;
|
|
62
62
|
flex-wrap: nowrap;
|
|
63
63
|
height: 100%;
|
|
64
|
+
padding-block-end: 12px;
|
|
64
65
|
}
|
|
65
66
|
.aplus-ap-column-setting-wrapper .aplus-ap-table-table-header__title {
|
|
66
67
|
box-sizing: border-box;
|
|
@@ -95,7 +96,10 @@
|
|
|
95
96
|
flex-wrap: nowrap;
|
|
96
97
|
justify-content: space-between;
|
|
97
98
|
align-items: center;
|
|
98
|
-
padding:
|
|
99
|
+
padding: 8px;
|
|
100
|
+
}
|
|
101
|
+
.aplus-ap-column-setting-left__header-tips {
|
|
102
|
+
color: var(--ap-text-color-3);
|
|
99
103
|
}
|
|
100
104
|
.aplus-ap-column-setting-left__content {
|
|
101
105
|
flex: 1;
|
|
@@ -140,7 +144,7 @@
|
|
|
140
144
|
display: block;
|
|
141
145
|
}
|
|
142
146
|
.aplus-sortable-item-meta:hover .aplus-sortable-item-meta-left__holder {
|
|
143
|
-
color: var(--
|
|
147
|
+
color: var(--ap-color-primary) !important;
|
|
144
148
|
}
|
|
145
149
|
.aplus-sortable-item-meta-left {
|
|
146
150
|
flex: 1;
|
|
@@ -170,7 +174,7 @@
|
|
|
170
174
|
margin-left: 16px;
|
|
171
175
|
}
|
|
172
176
|
.aplus-sortable-item-meta-action-icon:hover {
|
|
173
|
-
color: var(--
|
|
177
|
+
color: var(--ap-color-primary);
|
|
174
178
|
}
|
|
175
179
|
.aplus-sortable-item .is-hidden {
|
|
176
180
|
display: none;
|
|
@@ -183,28 +187,29 @@
|
|
|
183
187
|
.aplus-column-setting-sorter-section-title {
|
|
184
188
|
font-size: 12px;
|
|
185
189
|
line-height: 20px;
|
|
186
|
-
color:
|
|
190
|
+
color: var(--ap-text-color-3);
|
|
187
191
|
padding: 2px 8px;
|
|
188
192
|
margin: 4px;
|
|
189
193
|
}
|
|
190
194
|
.aplus-column-setting-sorter-header {
|
|
191
|
-
padding:
|
|
195
|
+
padding: 12px 20px;
|
|
192
196
|
}
|
|
193
197
|
.aplus-column-setting-sorter-header-title {
|
|
194
198
|
box-sizing: border-box;
|
|
195
199
|
margin: 0;
|
|
196
200
|
padding: 0;
|
|
201
|
+
color: #182948;
|
|
197
202
|
font-size: 12px;
|
|
198
203
|
font-family: inherit;
|
|
199
204
|
line-height: 1.5;
|
|
200
205
|
list-style: none;
|
|
201
206
|
font-weight: bold;
|
|
202
|
-
color:
|
|
207
|
+
color: var(--ap-text-color-2);
|
|
203
208
|
}
|
|
204
209
|
.aplus-column-setting-sorter-content {
|
|
205
210
|
flex: 1;
|
|
206
211
|
overflow-y: auto;
|
|
207
|
-
padding: 8px 12px
|
|
212
|
+
padding: 8px 12px 0px 8px;
|
|
208
213
|
}
|
|
209
214
|
.aplus-ap-table-paragraph-ellipsis {
|
|
210
215
|
display: flex;
|
|
@@ -229,7 +234,7 @@
|
|
|
229
234
|
flex-shrink: 0;
|
|
230
235
|
margin-left: 8px;
|
|
231
236
|
cursor: pointer;
|
|
232
|
-
color: var(--ap-
|
|
237
|
+
color: var(--ap-color-link);
|
|
233
238
|
}
|
|
234
239
|
.aplus-ap-form-item-group .ant-form-item-control .ant-picker {
|
|
235
240
|
display: flex;
|
|
@@ -242,7 +247,7 @@
|
|
|
242
247
|
}
|
|
243
248
|
.aplus-ap-form-item--bordered {
|
|
244
249
|
box-sizing: border-box;
|
|
245
|
-
border: 1px solid var(--ap-
|
|
250
|
+
border: 1px solid var(--ap-border-color-base);
|
|
246
251
|
border-radius: 4px;
|
|
247
252
|
padding-inline: 8px;
|
|
248
253
|
}
|
|
@@ -291,17 +296,17 @@
|
|
|
291
296
|
min-height: 30px;
|
|
292
297
|
}
|
|
293
298
|
.aplus-ap-form-item--bordered:hover {
|
|
294
|
-
border-color: var(--ap-
|
|
299
|
+
border-color: var(--ap-hover-color-base);
|
|
295
300
|
}
|
|
296
301
|
.aplus-ap-form-item--bordered:focus {
|
|
297
|
-
border-color: var(--ap-
|
|
302
|
+
border-color: var(--ap-active-color-base);
|
|
298
303
|
box-shadow: 0 0 0 2px var(--ap-form-bordered-shadow-color, rgba(5, 155, 255, 0.1));
|
|
299
304
|
}
|
|
300
305
|
.aplus-ap-form-item--bordered .aplus-batch-input-group-popover-input__popover {
|
|
301
306
|
width: calc(100% + 12px);
|
|
302
307
|
}
|
|
303
308
|
.aplus-ap-form-item--focused {
|
|
304
|
-
border-color: var(--ap-
|
|
309
|
+
border-color: var(--ap-active-color-base);
|
|
305
310
|
box-shadow: 0 0 0 2px var(--ap-form-bordered-shadow-color, rgba(5, 155, 255, 0.1));
|
|
306
311
|
}
|
|
307
312
|
.aplus-ap-form-item .ant-form-show-help .ant-form-item-explain-error {
|
|
@@ -386,7 +391,7 @@
|
|
|
386
391
|
font-family: inherit;
|
|
387
392
|
line-height: 1.5;
|
|
388
393
|
list-style: none;
|
|
389
|
-
color:
|
|
394
|
+
color: var(--ap-text-color-3);
|
|
390
395
|
}
|
|
391
396
|
.aplus-search-form-sorter-header-action-wrapper {
|
|
392
397
|
padding: 8px;
|
|
@@ -402,7 +407,7 @@
|
|
|
402
407
|
font-family: inherit;
|
|
403
408
|
line-height: 1.5;
|
|
404
409
|
list-style: none;
|
|
405
|
-
color:
|
|
410
|
+
color: var(--ap-color-link);
|
|
406
411
|
}
|
|
407
412
|
.aplus-search-form-sorter-sorter-wrapper {
|
|
408
413
|
display: flex;
|
|
@@ -426,11 +431,11 @@
|
|
|
426
431
|
background-color: #fff;
|
|
427
432
|
}
|
|
428
433
|
.aplus-search-form-sorter-sorter-item > div:hover {
|
|
429
|
-
border-color: var(--
|
|
434
|
+
border-color: var(--ap-color-primary);
|
|
430
435
|
cursor: pointer;
|
|
431
436
|
}
|
|
432
437
|
.aplus-search-form-sorter-sorter-item > div:hover .aplus-search-form-sorter-sorter-item-holder {
|
|
433
|
-
color: var(--
|
|
438
|
+
color: var(--ap-color-primary) !important;
|
|
434
439
|
}
|
|
435
440
|
.aplus-search-form-sorter-sorter-item--hidden {
|
|
436
441
|
display: none;
|
|
@@ -487,8 +492,8 @@
|
|
|
487
492
|
font-size: 0px;
|
|
488
493
|
}
|
|
489
494
|
.aplus-ap-form-search-form-trigger-btn-active {
|
|
490
|
-
color: var(--ap-
|
|
491
|
-
border-color: var(--ap-
|
|
495
|
+
color: var(--ap-hover-color-base);
|
|
496
|
+
border-color: var(--ap-hover-color-base);
|
|
492
497
|
z-index: 1;
|
|
493
498
|
}
|
|
494
499
|
.aplus-ap-form-search-form-column-setting-trigger-wrapper {
|
|
@@ -517,7 +522,7 @@
|
|
|
517
522
|
padding-inline: 12px;
|
|
518
523
|
}
|
|
519
524
|
.aplus-ap-form-search-form-action-btn-reset {
|
|
520
|
-
background-color: var(--
|
|
525
|
+
background-color: var(--ap-color-bg);
|
|
521
526
|
}
|
|
522
527
|
.aplus-ap-form-item-text-group-compact .ant-select-focused {
|
|
523
528
|
z-index: 1;
|
|
@@ -606,19 +611,19 @@
|
|
|
606
611
|
cursor: pointer;
|
|
607
612
|
}
|
|
608
613
|
.aplus-action-item--primary {
|
|
609
|
-
color: var(--ap-
|
|
614
|
+
color: var(--ap-color-link);
|
|
610
615
|
}
|
|
611
616
|
.aplus-action-item--primary:not(.aplus-action-item--disabled):hover {
|
|
612
|
-
color: var(--ap-
|
|
617
|
+
color: var(--ap-color-link-hover);
|
|
613
618
|
}
|
|
614
619
|
.aplus-action-item--success {
|
|
615
|
-
color: var(--ap-
|
|
620
|
+
color: var(--ap-color-success);
|
|
616
621
|
}
|
|
617
622
|
.aplus-action-item--error {
|
|
618
|
-
color: var(--ap-
|
|
623
|
+
color: var(--ap-color-error);
|
|
619
624
|
}
|
|
620
625
|
.aplus-action-item--warn {
|
|
621
|
-
color: var(--ap-
|
|
626
|
+
color: var(--ap-color-warn);
|
|
622
627
|
}
|
|
623
628
|
.aplus-action-item--loading {
|
|
624
629
|
opacity: 0.35;
|
|
@@ -629,9 +634,20 @@
|
|
|
629
634
|
margin-right: 4px;
|
|
630
635
|
}
|
|
631
636
|
.aplus-action-item--disabled {
|
|
632
|
-
color: #CCE2FF;
|
|
633
637
|
cursor: not-allowed;
|
|
634
638
|
}
|
|
639
|
+
.aplus-action-item--primary.aplus-action-item--disabled {
|
|
640
|
+
color: var(--ap-color-primary-disabled);
|
|
641
|
+
}
|
|
642
|
+
.aplus-action-item--success.aplus-action-item--disabled {
|
|
643
|
+
color: var(--ap-color-success-disabled);
|
|
644
|
+
}
|
|
645
|
+
.aplus-action-item--error.aplus-action-item--disabled {
|
|
646
|
+
color: var(--ap-color-error-disabled);
|
|
647
|
+
}
|
|
648
|
+
.aplus-action-item--warn.aplus-action-item--disabled {
|
|
649
|
+
color: var(--ap-color-warn-disabled);
|
|
650
|
+
}
|
|
635
651
|
.aplus-action-item-dropdown__item .aplus-action-item {
|
|
636
652
|
width: 100%;
|
|
637
653
|
}
|
|
@@ -697,7 +713,7 @@
|
|
|
697
713
|
height: 10px;
|
|
698
714
|
}
|
|
699
715
|
.aplus-ap-table ::-webkit-scrollbar-thumb {
|
|
700
|
-
background-color: var(--
|
|
716
|
+
background-color: var(--ap-scrollbar-thumb-color-base);
|
|
701
717
|
background-clip: content-box;
|
|
702
718
|
border: 1px solid transparent;
|
|
703
719
|
border-radius: 4px;
|
|
@@ -708,12 +724,15 @@
|
|
|
708
724
|
}
|
|
709
725
|
.aplus-ap-table ::-webkit-scrollbar-thumb:hover,
|
|
710
726
|
.aplus-ap-table ::-webkit-scrollbar-thumb:active {
|
|
711
|
-
background-color: var(--
|
|
727
|
+
background-color: var(--ap-scrollbar-thumb-color-hover);
|
|
712
728
|
}
|
|
713
729
|
.aplus-ap-table-wrapper {
|
|
714
|
-
padding: 8px
|
|
730
|
+
padding: 8px;
|
|
715
731
|
background-color: #fff;
|
|
716
732
|
}
|
|
733
|
+
.aplus-ap-table-wrapper:has(.ant-pagination) {
|
|
734
|
+
padding-bottom: 0;
|
|
735
|
+
}
|
|
717
736
|
.aplus-ap-table-adaptive {
|
|
718
737
|
height: 100%;
|
|
719
738
|
display: flex;
|
|
@@ -754,15 +773,18 @@
|
|
|
754
773
|
flex-direction: column;
|
|
755
774
|
}
|
|
756
775
|
.aplus-ap-table__table-wrapper-card {
|
|
757
|
-
padding: 8px
|
|
776
|
+
padding: 8px;
|
|
758
777
|
border-radius: 4px;
|
|
759
778
|
background-color: #fff;
|
|
760
779
|
overflow: hidden;
|
|
761
780
|
}
|
|
762
|
-
.aplus-ap-
|
|
763
|
-
|
|
781
|
+
.aplus-ap-table__table-wrapper-card:has(.ant-pagination) {
|
|
782
|
+
padding-bottom: 0;
|
|
783
|
+
}
|
|
784
|
+
.aplus-ap-table-table ul.ant-table-pagination.ant-pagination {
|
|
785
|
+
margin-block: 8px;
|
|
764
786
|
}
|
|
765
|
-
.aplus-ap-table-table .ant-pagination .ant-pagination-total-text {
|
|
787
|
+
.aplus-ap-table-table ul.ant-table-pagination.ant-pagination .ant-pagination-total-text {
|
|
766
788
|
flex: 1;
|
|
767
789
|
}
|
|
768
790
|
.aplus-ap-table-table tr > th.ant-table-cell {
|
|
@@ -808,13 +830,13 @@
|
|
|
808
830
|
margin-bottom: 0;
|
|
809
831
|
}
|
|
810
832
|
.aplus-ap-table-pagination-count-text {
|
|
811
|
-
color: var(--ap-
|
|
833
|
+
color: var(--ap-text-color-2);
|
|
812
834
|
}
|
|
813
835
|
.aplus-ap-table-pagination--total-right {
|
|
814
836
|
padding-left: 12px;
|
|
815
837
|
}
|
|
816
838
|
.aplus-ap-table-pagination-total-wrapper {
|
|
817
|
-
color: var(--ap-
|
|
839
|
+
color: var(--ap-text-color-1);
|
|
818
840
|
}
|
|
819
841
|
.aplus-ap-table-header {
|
|
820
842
|
padding-bottom: 8px;
|
|
@@ -841,7 +863,7 @@
|
|
|
841
863
|
flex: 1;
|
|
842
864
|
}
|
|
843
865
|
.aplus-ap-table-setting-trigger-button {
|
|
844
|
-
color: var(--ap-
|
|
866
|
+
color: var(--ap-text-color-3);
|
|
845
867
|
}
|
|
846
868
|
.aplus-ap-table-setting-trigger-button:hover {
|
|
847
869
|
color: unset;
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
height: 10px;
|
|
14
14
|
}
|
|
15
15
|
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
|
-
background-color: var(--
|
|
16
|
+
background-color: var(--ap-scrollbar-thumb-color-base);
|
|
17
17
|
background-clip: content-box;
|
|
18
18
|
border: 1px solid transparent;
|
|
19
19
|
border-radius: 4px;
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
}
|
|
25
25
|
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
26
26
|
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
27
|
-
background-color: var(--
|
|
27
|
+
background-color: var(--ap-scrollbar-thumb-color-hover);
|
|
28
28
|
}
|
|
29
29
|
.clear-fix::before {
|
|
30
30
|
display: table;
|
package/theme/ap-tag/ap-tag.css
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
height: 10px;
|
|
14
14
|
}
|
|
15
15
|
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
|
-
background-color: var(--
|
|
16
|
+
background-color: var(--ap-scrollbar-thumb-color-base);
|
|
17
17
|
background-clip: content-box;
|
|
18
18
|
border: 1px solid transparent;
|
|
19
19
|
border-radius: 4px;
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
}
|
|
25
25
|
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
26
26
|
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
27
|
-
background-color: var(--
|
|
27
|
+
background-color: var(--ap-scrollbar-thumb-color-hover);
|
|
28
28
|
}
|
|
29
29
|
.clear-fix::before {
|
|
30
30
|
display: table;
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
}
|
|
73
73
|
.aplus-tag-wrapper-purely > * {
|
|
74
74
|
background-color: var(--tag-main-color-background);
|
|
75
|
-
color: var(--ap-
|
|
75
|
+
color: var(--ap-text-color-2);
|
|
76
76
|
}
|
|
77
77
|
.aplus-tag-wrapper-border > * {
|
|
78
78
|
border: 1px solid var(--tag-main-color);
|
package/theme/ap-tag/ap-tag.less
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
height: 10px;
|
|
14
14
|
}
|
|
15
15
|
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
|
-
background-color: var(--
|
|
16
|
+
background-color: var(--ap-scrollbar-thumb-color-base);
|
|
17
17
|
background-clip: content-box;
|
|
18
18
|
border: 1px solid transparent;
|
|
19
19
|
border-radius: 4px;
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
}
|
|
25
25
|
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
26
26
|
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
27
|
-
background-color: var(--
|
|
27
|
+
background-color: var(--ap-scrollbar-thumb-color-hover);
|
|
28
28
|
}
|
|
29
29
|
.clear-fix::before {
|
|
30
30
|
display: table;
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
height: 10px;
|
|
14
14
|
}
|
|
15
15
|
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
|
-
background-color: var(--
|
|
16
|
+
background-color: var(--ap-scrollbar-thumb-color-base);
|
|
17
17
|
background-clip: content-box;
|
|
18
18
|
border: 1px solid transparent;
|
|
19
19
|
border-radius: 4px;
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
}
|
|
25
25
|
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
26
26
|
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
27
|
-
background-color: var(--
|
|
27
|
+
background-color: var(--ap-scrollbar-thumb-color-hover);
|
|
28
28
|
}
|
|
29
29
|
.clear-fix::before {
|
|
30
30
|
display: table;
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
height: 10px;
|
|
14
14
|
}
|
|
15
15
|
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
|
-
background-color: var(--
|
|
16
|
+
background-color: var(--ap-scrollbar-thumb-color-base);
|
|
17
17
|
background-clip: content-box;
|
|
18
18
|
border: 1px solid transparent;
|
|
19
19
|
border-radius: 4px;
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
}
|
|
25
25
|
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
26
26
|
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
27
|
-
background-color: var(--
|
|
27
|
+
background-color: var(--ap-scrollbar-thumb-color-hover);
|
|
28
28
|
}
|
|
29
29
|
.clear-fix::before {
|
|
30
30
|
display: table;
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
height: 10px;
|
|
14
14
|
}
|
|
15
15
|
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
|
-
background-color: var(--
|
|
16
|
+
background-color: var(--ap-scrollbar-thumb-color-base);
|
|
17
17
|
background-clip: content-box;
|
|
18
18
|
border: 1px solid transparent;
|
|
19
19
|
border-radius: 4px;
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
}
|
|
25
25
|
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
26
26
|
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
27
|
-
background-color: var(--
|
|
27
|
+
background-color: var(--ap-scrollbar-thumb-color-hover);
|
|
28
28
|
}
|
|
29
29
|
.clear-fix::before {
|
|
30
30
|
display: table;
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
height: 10px;
|
|
14
14
|
}
|
|
15
15
|
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
|
-
background-color: var(--
|
|
16
|
+
background-color: var(--ap-scrollbar-thumb-color-base);
|
|
17
17
|
background-clip: content-box;
|
|
18
18
|
border: 1px solid transparent;
|
|
19
19
|
border-radius: 4px;
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
}
|
|
25
25
|
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
26
26
|
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
27
|
-
background-color: var(--
|
|
27
|
+
background-color: var(--ap-scrollbar-thumb-color-hover);
|
|
28
28
|
}
|
|
29
29
|
.clear-fix::before {
|
|
30
30
|
display: table;
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
height: 10px;
|
|
14
14
|
}
|
|
15
15
|
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
|
-
background-color: var(--
|
|
16
|
+
background-color: var(--ap-scrollbar-thumb-color-base);
|
|
17
17
|
background-clip: content-box;
|
|
18
18
|
border: 1px solid transparent;
|
|
19
19
|
border-radius: 4px;
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
}
|
|
25
25
|
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
26
26
|
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
27
|
-
background-color: var(--
|
|
27
|
+
background-color: var(--ap-scrollbar-thumb-color-hover);
|
|
28
28
|
}
|
|
29
29
|
.clear-fix::before {
|
|
30
30
|
display: table;
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
height: 10px;
|
|
14
14
|
}
|
|
15
15
|
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
|
-
background-color: var(--
|
|
16
|
+
background-color: var(--ap-scrollbar-thumb-color-base);
|
|
17
17
|
background-clip: content-box;
|
|
18
18
|
border: 1px solid transparent;
|
|
19
19
|
border-radius: 4px;
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
}
|
|
25
25
|
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
26
26
|
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
27
|
-
background-color: var(--
|
|
27
|
+
background-color: var(--ap-scrollbar-thumb-color-hover);
|
|
28
28
|
}
|
|
29
29
|
.clear-fix::before {
|
|
30
30
|
display: table;
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
}
|
|
52
52
|
.aplus-ap-upload-single .ant-upload-drag {
|
|
53
53
|
background: #F2F6F9;
|
|
54
|
-
border: 1px dashed var(--ap-
|
|
54
|
+
border: 1px dashed var(--ap-border-color-base);
|
|
55
55
|
height: 200px;
|
|
56
56
|
}
|
|
57
57
|
.aplus-ap-upload-single .ant-upload-drag:not(.ant-upload-disabled):hover {
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
cursor: pointer;
|
|
113
113
|
}
|
|
114
114
|
.aplus-ap-upload-single__content-ing-name {
|
|
115
|
-
--name-color: var(--ap-
|
|
115
|
+
--name-color: var(--ap-text-color-2);
|
|
116
116
|
}
|
|
117
117
|
.aplus-ap-upload-single__content-ing-name .ant-progress-line {
|
|
118
118
|
margin-inline-end: 0;
|
|
@@ -135,13 +135,13 @@
|
|
|
135
135
|
}
|
|
136
136
|
.aplus-ap-upload-single__content-empty-title {
|
|
137
137
|
margin-top: 10px;
|
|
138
|
-
color: var(--ap-
|
|
138
|
+
color: var(--ap-text-color-2);
|
|
139
139
|
font-size: 16px;
|
|
140
140
|
line-height: 22px;
|
|
141
141
|
}
|
|
142
142
|
.aplus-ap-upload-single__content-empty-sub-title {
|
|
143
143
|
margin-top: 4px;
|
|
144
|
-
color: var(--ap-
|
|
144
|
+
color: var(--ap-text-color-4);
|
|
145
145
|
font-size: 12px;
|
|
146
146
|
line-height: 18px;
|
|
147
147
|
}
|