@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
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
.ant-upload-drag {
|
|
7
7
|
background: #F2F6F9;
|
|
8
|
-
border: 1px dashed var(--ap-
|
|
8
|
+
border: 1px dashed var(--ap-border-color-base);
|
|
9
9
|
height:200px;
|
|
10
10
|
|
|
11
11
|
&:not(.ant-upload-disabled):hover {
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
|
|
83
83
|
&__content-ing {
|
|
84
84
|
&-name {
|
|
85
|
-
--name-color: var(--ap-
|
|
85
|
+
--name-color: var(--ap-text-color-2);
|
|
86
86
|
.ant-progress-line{
|
|
87
87
|
margin-inline-end: 0;
|
|
88
88
|
margin-bottom: 0;
|
|
@@ -116,14 +116,14 @@
|
|
|
116
116
|
|
|
117
117
|
&-title {
|
|
118
118
|
margin-top: 10px;
|
|
119
|
-
color: var(--ap-
|
|
119
|
+
color: var(--ap-text-color-2);
|
|
120
120
|
font-size: 16px;
|
|
121
121
|
line-height: 22px;
|
|
122
122
|
}
|
|
123
123
|
|
|
124
124
|
&-sub-title {
|
|
125
125
|
margin-top: 4px;
|
|
126
|
-
color: var(--ap-
|
|
126
|
+
color: var(--ap-text-color-4);
|
|
127
127
|
font-size: 12px;
|
|
128
128
|
line-height: 18px;
|
|
129
129
|
}
|
|
@@ -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;
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
padding: 0;
|
|
49
49
|
}
|
|
50
50
|
.aplus-ap-view > .ant-dropdown-trigger {
|
|
51
|
-
color: var(--ap-
|
|
51
|
+
color: var(--ap-text-color-3);
|
|
52
52
|
}
|
|
53
53
|
.aplus-ap-view-main-content {
|
|
54
54
|
padding: 4px 8px;
|
|
@@ -57,11 +57,11 @@
|
|
|
57
57
|
justify-content: center;
|
|
58
58
|
}
|
|
59
59
|
.aplus-ap-view-main-content-disabled {
|
|
60
|
-
color: var(--ap-
|
|
60
|
+
color: var(--ap-text-color-4);
|
|
61
61
|
cursor: not-allowed;
|
|
62
62
|
}
|
|
63
63
|
.ant-btn-default:has(.aplus-ap-view-main-content-disabled) {
|
|
64
|
-
border-color: var(--ap-
|
|
64
|
+
border-color: var(--ap-border-color-base) !important;
|
|
65
65
|
}
|
|
66
66
|
.aplus-ap-view-icon {
|
|
67
67
|
width: 100%;
|
|
@@ -128,13 +128,13 @@
|
|
|
128
128
|
font-size: 12px;
|
|
129
129
|
display: flex;
|
|
130
130
|
align-items: center;
|
|
131
|
-
color: var(--
|
|
131
|
+
color: var(--ap-color-primary);
|
|
132
132
|
}
|
|
133
133
|
.aplus-ap-view-menu-list-content .menu-list-content-action-delete {
|
|
134
134
|
cursor: pointer;
|
|
135
135
|
display: flex;
|
|
136
136
|
align-items: center;
|
|
137
|
-
color: var(--ap-
|
|
137
|
+
color: var(--ap-text-color-3);
|
|
138
138
|
}
|
|
139
139
|
.aplus-ap-view-menu-list-content .menu-list-content-edit {
|
|
140
140
|
display: flex;
|
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
flex-shrink: 0;
|
|
148
148
|
}
|
|
149
149
|
.aplus-ap-view-menu-list-content:hover {
|
|
150
|
-
background: var(--ap-
|
|
150
|
+
background: var(--ap-color-bg-1);
|
|
151
151
|
}
|
|
152
152
|
.aplus-ap-view-menu-list-content:hover .menu-list-content-action {
|
|
153
153
|
display: block;
|
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
cursor: default;
|
|
159
159
|
}
|
|
160
160
|
.aplus-ap-view-menu-list-content-active .menu-list-content-name {
|
|
161
|
-
color: var(--
|
|
161
|
+
color: var(--ap-color-primary);
|
|
162
162
|
}
|
|
163
163
|
.aplus-ap-view-overlay .ant-dropdown-menu {
|
|
164
164
|
padding: 8px;
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
padding: 0;
|
|
6
6
|
}
|
|
7
7
|
& > .ant-dropdown-trigger {
|
|
8
|
-
color: var(--ap-
|
|
8
|
+
color: var(--ap-text-color-3);
|
|
9
9
|
}
|
|
10
10
|
&-main-content {
|
|
11
11
|
padding: 4px 8px;
|
|
@@ -13,12 +13,12 @@
|
|
|
13
13
|
align-items: center;
|
|
14
14
|
justify-content: center;
|
|
15
15
|
&-disabled {
|
|
16
|
-
color: var(--ap-
|
|
16
|
+
color: var(--ap-text-color-4);
|
|
17
17
|
cursor: not-allowed;
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
20
|
.ant-btn-default:has(&-main-content-disabled) {
|
|
21
|
-
border-color: var(--ap-
|
|
21
|
+
border-color: var(--ap-border-color-base) !important;
|
|
22
22
|
}
|
|
23
23
|
&-icon {
|
|
24
24
|
width: 100%;
|
|
@@ -81,13 +81,13 @@
|
|
|
81
81
|
font-size: 12px;
|
|
82
82
|
display: flex;
|
|
83
83
|
align-items: center;
|
|
84
|
-
color: var(--
|
|
84
|
+
color: var(--ap-color-primary);
|
|
85
85
|
}
|
|
86
86
|
&-delete {
|
|
87
87
|
cursor: pointer;
|
|
88
88
|
display: flex;
|
|
89
89
|
align-items: center;
|
|
90
|
-
color: var(--ap-
|
|
90
|
+
color: var(--ap-text-color-3);
|
|
91
91
|
}
|
|
92
92
|
}
|
|
93
93
|
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
}
|
|
103
103
|
}
|
|
104
104
|
&:hover{
|
|
105
|
-
background: var(--ap-
|
|
105
|
+
background: var(--ap-color-bg-1);
|
|
106
106
|
.menu-list-content-action {
|
|
107
107
|
display: block;
|
|
108
108
|
}
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
}
|
|
116
116
|
&-menu-list-content-active {
|
|
117
117
|
.menu-list-content-name{
|
|
118
|
-
color: var(--
|
|
118
|
+
color: var(--ap-color-primary);
|
|
119
119
|
}
|
|
120
120
|
}
|
|
121
121
|
&-overlay {
|
|
@@ -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;
|
|
@@ -73,11 +73,11 @@
|
|
|
73
73
|
.aplus-batch-input-group-popover-input-trigger-icon {
|
|
74
74
|
cursor: pointer;
|
|
75
75
|
font-size: 16px;
|
|
76
|
-
color: var(--
|
|
76
|
+
color: var(--ap-text-color-1);
|
|
77
77
|
line-height: 0;
|
|
78
78
|
}
|
|
79
79
|
.aplus-batch-input-group-popover-input-trigger-icon:hover {
|
|
80
|
-
color: var(--
|
|
80
|
+
color: var(--ap-color-primary);
|
|
81
81
|
}
|
|
82
82
|
.aplus-batch-input-group-popover-input-trigger-icon--disabled {
|
|
83
83
|
cursor: not-allowed;
|
|
@@ -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,11 +51,11 @@
|
|
|
51
51
|
.aplus-batch-input-group-popover-input-trigger-icon {
|
|
52
52
|
cursor: pointer;
|
|
53
53
|
font-size: 16px;
|
|
54
|
-
color: var(--
|
|
54
|
+
color: var(--ap-text-color-1);
|
|
55
55
|
line-height: 0;
|
|
56
56
|
}
|
|
57
57
|
.aplus-batch-input-group-popover-input-trigger-icon:hover {
|
|
58
|
-
color: var(--
|
|
58
|
+
color: var(--ap-color-primary);
|
|
59
59
|
}
|
|
60
60
|
.aplus-batch-input-group-popover-input-trigger-icon--disabled {
|
|
61
61
|
cursor: not-allowed;
|
|
@@ -10,10 +10,10 @@
|
|
|
10
10
|
&-trigger-icon {
|
|
11
11
|
cursor: pointer;
|
|
12
12
|
font-size: 16px;
|
|
13
|
-
color: var(--
|
|
13
|
+
color: var(--ap-text-color-1);
|
|
14
14
|
line-height: 0;
|
|
15
15
|
&:hover {
|
|
16
|
-
color: var(--
|
|
16
|
+
color: var(--ap-color-primary);
|
|
17
17
|
}
|
|
18
18
|
&--disabled {
|
|
19
19
|
cursor: not-allowed;
|
|
@@ -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,11 +61,11 @@
|
|
|
61
61
|
cursor: not-allowed !important;
|
|
62
62
|
}
|
|
63
63
|
.aplus-check-card--bordered {
|
|
64
|
-
outline: 1px solid var(--
|
|
64
|
+
outline: 1px solid var(--ap-border-color-base);
|
|
65
65
|
}
|
|
66
66
|
.aplus-check-card:hover:not(.aplus-check-card--disabled) {
|
|
67
67
|
cursor: pointer;
|
|
68
|
-
outline: 1px solid var(--
|
|
68
|
+
outline: 1px solid var(--ap-color-primary);
|
|
69
69
|
}
|
|
70
70
|
.aplus-check-card::after {
|
|
71
71
|
content: '';
|
|
@@ -80,14 +80,14 @@
|
|
|
80
80
|
border-radius: 4px;
|
|
81
81
|
}
|
|
82
82
|
.aplus-check-card--checked {
|
|
83
|
-
outline: 2px solid var(--
|
|
83
|
+
outline: 2px solid var(--ap-color-primary);
|
|
84
84
|
}
|
|
85
85
|
.aplus-check-card--checked:hover:not(.aplus-check-card--disabled) {
|
|
86
|
-
outline: 2px solid var(--
|
|
86
|
+
outline: 2px solid var(--ap-color-primary);
|
|
87
87
|
}
|
|
88
88
|
.aplus-check-card--checked::after {
|
|
89
89
|
opacity: 1;
|
|
90
|
-
border: var(--check-card-indicator-size, 14px) solid var(--
|
|
90
|
+
border: var(--check-card-indicator-size, 14px) solid var(--ap-color-primary);
|
|
91
91
|
border-inline-start: var(--check-card-indicator-size, 14px) solid transparent;
|
|
92
92
|
border-block-end: var(--check-card-indicator-size, 14px) solid transparent;
|
|
93
93
|
inset-block-start: -2px;
|
|
@@ -14,11 +14,11 @@
|
|
|
14
14
|
cursor: not-allowed !important;
|
|
15
15
|
}
|
|
16
16
|
&--bordered {
|
|
17
|
-
outline: 1px solid var(--
|
|
17
|
+
outline: 1px solid var(--ap-border-color-base);
|
|
18
18
|
}
|
|
19
19
|
&:hover:not(&--disabled) {
|
|
20
20
|
cursor: pointer;
|
|
21
|
-
outline: 1px solid var(--
|
|
21
|
+
outline: 1px solid var(--ap-color-primary);
|
|
22
22
|
}
|
|
23
23
|
&::after {
|
|
24
24
|
content: '';
|
|
@@ -34,12 +34,12 @@
|
|
|
34
34
|
}
|
|
35
35
|
&--checked {
|
|
36
36
|
&:hover:not(.@{disabledCls}) {
|
|
37
|
-
outline: 2px solid var(--
|
|
37
|
+
outline: 2px solid var(--ap-color-primary);
|
|
38
38
|
}
|
|
39
|
-
outline: 2px solid var(--
|
|
39
|
+
outline: 2px solid var(--ap-color-primary);
|
|
40
40
|
&::after {
|
|
41
41
|
opacity: 1;
|
|
42
|
-
border: var(--check-card-indicator-size, @defaultIndicatorSize) solid var(--
|
|
42
|
+
border: var(--check-card-indicator-size, @defaultIndicatorSize) solid var(--ap-color-primary);
|
|
43
43
|
border-inline-start: var(--check-card-indicator-size, @defaultIndicatorSize) solid transparent;
|
|
44
44
|
border-block-end: var(--check-card-indicator-size, @defaultIndicatorSize) solid transparent;
|
|
45
45
|
inset-block-start: -2px;
|
|
@@ -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;
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
}
|
|
56
56
|
.aplus-ap-form-item--bordered {
|
|
57
57
|
box-sizing: border-box;
|
|
58
|
-
border: 1px solid var(--ap-
|
|
58
|
+
border: 1px solid var(--ap-border-color-base);
|
|
59
59
|
border-radius: 4px;
|
|
60
60
|
padding-inline: 8px;
|
|
61
61
|
}
|
|
@@ -104,17 +104,17 @@
|
|
|
104
104
|
min-height: 30px;
|
|
105
105
|
}
|
|
106
106
|
.aplus-ap-form-item--bordered:hover {
|
|
107
|
-
border-color: var(--ap-
|
|
107
|
+
border-color: var(--ap-hover-color-base);
|
|
108
108
|
}
|
|
109
109
|
.aplus-ap-form-item--bordered:focus {
|
|
110
|
-
border-color: var(--ap-
|
|
110
|
+
border-color: var(--ap-active-color-base);
|
|
111
111
|
box-shadow: 0 0 0 2px var(--ap-form-bordered-shadow-color, rgba(5, 155, 255, 0.1));
|
|
112
112
|
}
|
|
113
113
|
.aplus-ap-form-item--bordered .aplus-batch-input-group-popover-input__popover {
|
|
114
114
|
width: calc(100% + 12px);
|
|
115
115
|
}
|
|
116
116
|
.aplus-ap-form-item--focused {
|
|
117
|
-
border-color: var(--ap-
|
|
117
|
+
border-color: var(--ap-active-color-base);
|
|
118
118
|
box-shadow: 0 0 0 2px var(--ap-form-bordered-shadow-color, rgba(5, 155, 255, 0.1));
|
|
119
119
|
}
|
|
120
120
|
.aplus-ap-form-item .ant-form-show-help .ant-form-item-explain-error {
|
|
@@ -199,7 +199,7 @@
|
|
|
199
199
|
font-family: inherit;
|
|
200
200
|
line-height: 1.5;
|
|
201
201
|
list-style: none;
|
|
202
|
-
color:
|
|
202
|
+
color: var(--ap-text-color-3);
|
|
203
203
|
}
|
|
204
204
|
.aplus-search-form-sorter-header-action-wrapper {
|
|
205
205
|
padding: 8px;
|
|
@@ -215,7 +215,7 @@
|
|
|
215
215
|
font-family: inherit;
|
|
216
216
|
line-height: 1.5;
|
|
217
217
|
list-style: none;
|
|
218
|
-
color:
|
|
218
|
+
color: var(--ap-color-link);
|
|
219
219
|
}
|
|
220
220
|
.aplus-search-form-sorter-sorter-wrapper {
|
|
221
221
|
display: flex;
|
|
@@ -239,11 +239,11 @@
|
|
|
239
239
|
background-color: #fff;
|
|
240
240
|
}
|
|
241
241
|
.aplus-search-form-sorter-sorter-item > div:hover {
|
|
242
|
-
border-color: var(--
|
|
242
|
+
border-color: var(--ap-color-primary);
|
|
243
243
|
cursor: pointer;
|
|
244
244
|
}
|
|
245
245
|
.aplus-search-form-sorter-sorter-item > div:hover .aplus-search-form-sorter-sorter-item-holder {
|
|
246
|
-
color: var(--
|
|
246
|
+
color: var(--ap-color-primary) !important;
|
|
247
247
|
}
|
|
248
248
|
.aplus-search-form-sorter-sorter-item--hidden {
|
|
249
249
|
display: none;
|
|
@@ -300,8 +300,8 @@
|
|
|
300
300
|
font-size: 0px;
|
|
301
301
|
}
|
|
302
302
|
.aplus-ap-form-search-form-trigger-btn-active {
|
|
303
|
-
color: var(--ap-
|
|
304
|
-
border-color: var(--ap-
|
|
303
|
+
color: var(--ap-hover-color-base);
|
|
304
|
+
border-color: var(--ap-hover-color-base);
|
|
305
305
|
z-index: 1;
|
|
306
306
|
}
|
|
307
307
|
.aplus-ap-form-search-form-column-setting-trigger-wrapper {
|
|
@@ -330,7 +330,7 @@
|
|
|
330
330
|
padding-inline: 12px;
|
|
331
331
|
}
|
|
332
332
|
.aplus-ap-form-search-form-action-btn-reset {
|
|
333
|
-
background-color: var(--
|
|
333
|
+
background-color: var(--ap-color-bg);
|
|
334
334
|
}
|
|
335
335
|
.aplus-ap-form-item-text-group-compact .ant-select-focused {
|
|
336
336
|
z-index: 1;
|
|
@@ -419,19 +419,19 @@
|
|
|
419
419
|
cursor: pointer;
|
|
420
420
|
}
|
|
421
421
|
.aplus-action-item--primary {
|
|
422
|
-
color: var(--ap-
|
|
422
|
+
color: var(--ap-color-link);
|
|
423
423
|
}
|
|
424
424
|
.aplus-action-item--primary:not(.aplus-action-item--disabled):hover {
|
|
425
|
-
color: var(--ap-
|
|
425
|
+
color: var(--ap-color-link-hover);
|
|
426
426
|
}
|
|
427
427
|
.aplus-action-item--success {
|
|
428
|
-
color: var(--ap-
|
|
428
|
+
color: var(--ap-color-success);
|
|
429
429
|
}
|
|
430
430
|
.aplus-action-item--error {
|
|
431
|
-
color: var(--ap-
|
|
431
|
+
color: var(--ap-color-error);
|
|
432
432
|
}
|
|
433
433
|
.aplus-action-item--warn {
|
|
434
|
-
color: var(--ap-
|
|
434
|
+
color: var(--ap-color-warn);
|
|
435
435
|
}
|
|
436
436
|
.aplus-action-item--loading {
|
|
437
437
|
opacity: 0.35;
|
|
@@ -442,9 +442,20 @@
|
|
|
442
442
|
margin-right: 4px;
|
|
443
443
|
}
|
|
444
444
|
.aplus-action-item--disabled {
|
|
445
|
-
color: #CCE2FF;
|
|
446
445
|
cursor: not-allowed;
|
|
447
446
|
}
|
|
447
|
+
.aplus-action-item--primary.aplus-action-item--disabled {
|
|
448
|
+
color: var(--ap-color-primary-disabled);
|
|
449
|
+
}
|
|
450
|
+
.aplus-action-item--success.aplus-action-item--disabled {
|
|
451
|
+
color: var(--ap-color-success-disabled);
|
|
452
|
+
}
|
|
453
|
+
.aplus-action-item--error.aplus-action-item--disabled {
|
|
454
|
+
color: var(--ap-color-error-disabled);
|
|
455
|
+
}
|
|
456
|
+
.aplus-action-item--warn.aplus-action-item--disabled {
|
|
457
|
+
color: var(--ap-color-warn-disabled);
|
|
458
|
+
}
|
|
448
459
|
.aplus-action-item-dropdown__item .aplus-action-item {
|
|
449
460
|
width: 100%;
|
|
450
461
|
}
|
|
@@ -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;
|