@aplus-frontend/ui 0.6.0-beta.6 → 0.6.0-beta.8
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/src/ap-form/search-form/components/popover-sorter/index.vue2.mjs +57 -51
- package/es/src/ap-grid/constants.d.ts +3 -3
- package/es/src/ap-grid/constants.mjs +9 -9
- package/es/src/ap-grid/index.vue.mjs +45 -47
- package/es/src/ap-grid/interface.d.ts +1 -1
- package/es/src/ap-table/ap-table.vue2.mjs +17 -17
- package/es/src/business/ap-view/ap-view.vue.d.ts +1 -0
- package/es/src/business/ap-view/ap-view.vue2.mjs +135 -124
- package/es/src/business/ap-view/index.d.ts +3 -0
- package/es/src/business/ap-view/interface.d.ts +4 -0
- package/lib/src/ap-form/search-form/components/popover-sorter/index.vue2.js +1 -1
- package/lib/src/ap-grid/constants.d.ts +3 -3
- package/lib/src/ap-grid/constants.js +1 -1
- package/lib/src/ap-grid/index.vue.js +1 -1
- package/lib/src/ap-grid/interface.d.ts +1 -1
- package/lib/src/ap-table/ap-table.vue2.js +1 -1
- package/lib/src/business/ap-view/ap-view.vue.d.ts +1 -0
- package/lib/src/business/ap-view/ap-view.vue2.js +1 -1
- package/lib/src/business/ap-view/index.d.ts +3 -0
- package/lib/src/business/ap-view/interface.d.ts +4 -0
- package/package.json +3 -3
- package/theme/ap-action/item-dropdown.css +3 -2
- package/theme/ap-action/item.css +3 -2
- package/theme/ap-appendix/ap-appendix.css +3 -2
- package/theme/ap-attachment/ap-attachment.css +3 -2
- package/theme/ap-batch-action/ap-batch-action.css +3 -2
- package/theme/ap-button/ap-button.css +3 -2
- package/theme/ap-card/ap-card.css +3 -2
- package/theme/ap-descriptions/ap-descriptions.css +3 -2
- package/theme/ap-download/ap-download.css +3 -2
- package/theme/ap-expand-alert/ap-expand-alert.css +3 -2
- package/theme/ap-field/checkbox.css +3 -2
- package/theme/ap-field/index.css +3 -2
- package/theme/ap-field/number.css +3 -2
- package/theme/ap-field/radio.css +3 -2
- package/theme/ap-field/text-area.css +3 -2
- package/theme/ap-form/ap-form-item-group.css +3 -2
- package/theme/ap-form/ap-form-item.css +3 -2
- package/theme/ap-form/drawer-form.css +3 -2
- package/theme/ap-form/index.css +3 -2
- package/theme/ap-form/item-text-group.css +3 -2
- package/theme/ap-form/item-text.css +3 -2
- package/theme/ap-form/modal-form.css +3 -2
- package/theme/ap-form/search-form-sorter.css +3 -2
- package/theme/ap-form/search-form.css +3 -2
- package/theme/ap-grid/editable.css +3 -2
- package/theme/ap-grid/index.css +17 -4
- package/theme/ap-grid/index.less +11 -0
- package/theme/ap-group-search/ap-extension-select.css +3 -2
- package/theme/ap-group-search/ap-group-search.css +3 -2
- package/theme/ap-group-search/ap-popover-select.css +3 -2
- package/theme/ap-image/ap-image.css +3 -2
- package/theme/ap-input-radio/ap-input-radio.css +3 -2
- package/theme/ap-label/ap-label.css +3 -2
- package/theme/ap-ladder/ap-ladder.css +3 -2
- package/theme/ap-layout/ap-info-layout.css +3 -2
- package/theme/ap-list/index.css +3 -2
- package/theme/ap-product-info/ap-product-info.css +3 -2
- package/theme/ap-select-layout/ap-select-layout.css +3 -2
- package/theme/ap-size-input/ap-size-input.css +3 -2
- package/theme/ap-status/ap-status.css +3 -2
- package/theme/ap-summary/index.css +3 -2
- package/theme/ap-table/ap-table-index.css +3 -2
- package/theme/ap-table/ap-table-paragraph-ellipsis.css +3 -2
- package/theme/ap-table/ap-table.css +10 -8
- package/theme/ap-table/ap-table.less +4 -4
- package/theme/ap-table/setting/index.css +3 -2
- package/theme/ap-table/setting/modal.css +3 -2
- package/theme/ap-table/setting/select-group.css +3 -2
- package/theme/ap-table/setting/sortable-item-meta.css +3 -2
- package/theme/ap-table/setting/sortable-item.css +3 -2
- package/theme/ap-table/setting/sorter.css +3 -2
- package/theme/ap-table-modal/index.css +10 -8
- package/theme/ap-tag/ap-tag-group.css +3 -2
- package/theme/ap-tag/ap-tag.css +3 -2
- package/theme/ap-title/ap-title.css +3 -2
- package/theme/ap-upload/index.css +3 -2
- package/theme/ap-upload/multiple-file.css +3 -2
- package/theme/ap-upload/picture.css +3 -2
- package/theme/ap-upload/single-file.css +3 -2
- package/theme/ap-upload/upload.css +3 -2
- package/theme/ap-upload-single/index.css +3 -2
- package/theme/ap-view/ap-view.css +3 -2
- package/theme/batch-input-group/index.css +3 -2
- package/theme/batch-input-group/popover-input.css +3 -2
- package/theme/check-card/index.css +3 -2
- package/theme/editable-table/index.css +3 -2
- package/theme/full-screen/index.css +3 -2
- package/theme/index.css +24 -10
- package/theme/mask/index.css +3 -2
- package/theme/mixins/mixins.css +3 -2
- package/theme/mixins/mixins.less +3 -6
- package/theme/scroll-bar/index.css +3 -2
- package/theme/scroll-view/index.css +3 -2
- package/theme/splitter/index.css +3 -2
- package/theme/text/group.css +3 -2
- package/theme/text/index.css +3 -2
- package/theme/work-order-modal/index.css +3 -2
package/theme/index.css
CHANGED
|
@@ -106,12 +106,13 @@
|
|
|
106
106
|
}
|
|
107
107
|
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
108
108
|
background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
|
|
109
|
+
background-clip: content-box;
|
|
110
|
+
border: 1px solid transparent;
|
|
109
111
|
border-radius: 4px;
|
|
110
|
-
box-shadow: inset 0 -1px 0 0 #f0f0f0, inset 0 1px 0 0 #f0f0f0, inset -1px 0 0 0 #f0f0f0, inset 1px 0 0 0 #f0f0f0;
|
|
111
112
|
}
|
|
112
113
|
.reset-scrollbar ::-webkit-scrollbar-track,
|
|
113
114
|
.reset-scrollbar ::-webkit-scrollbar-corner {
|
|
114
|
-
background-color: #
|
|
115
|
+
background-color: var(--ap-table-header-bg, #f2f6f9);
|
|
115
116
|
}
|
|
116
117
|
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
117
118
|
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
@@ -1546,12 +1547,13 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1546
1547
|
}
|
|
1547
1548
|
.aplus-ap-table ::-webkit-scrollbar-thumb {
|
|
1548
1549
|
background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
|
|
1550
|
+
background-clip: content-box;
|
|
1551
|
+
border: 1px solid transparent;
|
|
1549
1552
|
border-radius: 4px;
|
|
1550
|
-
box-shadow: inset 0 -1px 0 0 #f0f0f0, inset 0 1px 0 0 #f0f0f0, inset -1px 0 0 0 #f0f0f0, inset 1px 0 0 0 #f0f0f0;
|
|
1551
1553
|
}
|
|
1552
1554
|
.aplus-ap-table ::-webkit-scrollbar-track,
|
|
1553
1555
|
.aplus-ap-table ::-webkit-scrollbar-corner {
|
|
1554
|
-
background-color: #
|
|
1556
|
+
background-color: var(--ap-table-header-bg, #f2f6f9);
|
|
1555
1557
|
}
|
|
1556
1558
|
.aplus-ap-table ::-webkit-scrollbar-thumb:hover,
|
|
1557
1559
|
.aplus-ap-table ::-webkit-scrollbar-thumb:active {
|
|
@@ -1619,16 +1621,16 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1619
1621
|
background-color: #D8DDE5 !important;
|
|
1620
1622
|
}
|
|
1621
1623
|
.aplus-ap-table .ant-table.ant-table-middle .ant-table-row .ant-table-cell:not(.ant-table-selection-column) {
|
|
1622
|
-
padding: 12px;
|
|
1624
|
+
padding: 9px 12px;
|
|
1623
1625
|
}
|
|
1624
1626
|
.aplus-ap-table .ant-table.ant-table-middle .ant-table-thead .ant-table-cell:not(.ant-table-selection-column) {
|
|
1625
|
-
padding: 12px;
|
|
1627
|
+
padding: 9px 12px;
|
|
1626
1628
|
}
|
|
1627
1629
|
.aplus-ap-table .ant-table.ant-table-small .ant-table-row .ant-table-cell:not(.ant-table-selection-column) {
|
|
1628
|
-
padding:
|
|
1630
|
+
padding: 6px 9px;
|
|
1629
1631
|
}
|
|
1630
1632
|
.aplus-ap-table .ant-table.ant-table-small .ant-table-thead .ant-table-cell:not(.ant-table-selection-column) {
|
|
1631
|
-
padding:
|
|
1633
|
+
padding: 6px 9px;
|
|
1632
1634
|
}
|
|
1633
1635
|
.aplus-ap-table .ant-table-placeholder .ant-table-expanded-row-fixed::after {
|
|
1634
1636
|
border-inline-end-width: 0px !important;
|
|
@@ -2731,17 +2733,29 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
2731
2733
|
}
|
|
2732
2734
|
.aplus-ap-grid ::-webkit-scrollbar-thumb {
|
|
2733
2735
|
background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
|
|
2736
|
+
background-clip: content-box;
|
|
2737
|
+
border: 1px solid transparent;
|
|
2734
2738
|
border-radius: 4px;
|
|
2735
|
-
box-shadow: inset 0 -1px 0 0 #f0f0f0, inset 0 1px 0 0 #f0f0f0, inset -1px 0 0 0 #f0f0f0, inset 1px 0 0 0 #f0f0f0;
|
|
2736
2739
|
}
|
|
2737
2740
|
.aplus-ap-grid ::-webkit-scrollbar-track,
|
|
2738
2741
|
.aplus-ap-grid ::-webkit-scrollbar-corner {
|
|
2739
|
-
background-color: #
|
|
2742
|
+
background-color: var(--ap-table-header-bg, #f2f6f9);
|
|
2740
2743
|
}
|
|
2741
2744
|
.aplus-ap-grid ::-webkit-scrollbar-thumb:hover,
|
|
2742
2745
|
.aplus-ap-grid ::-webkit-scrollbar-thumb:active {
|
|
2743
2746
|
background-color: var(--basic-scrollbar-thumb-color-hover, #787878);
|
|
2744
2747
|
}
|
|
2748
|
+
.aplus-ap-grid .vxe-table .vxe-cell {
|
|
2749
|
+
min-height: unset !important;
|
|
2750
|
+
padding: 9px 12px !important;
|
|
2751
|
+
font-size: 12px;
|
|
2752
|
+
line-height: 1.5;
|
|
2753
|
+
}
|
|
2754
|
+
.aplus-ap-grid .vxe-table.size--mini .vxe-cell {
|
|
2755
|
+
min-height: unset !important;
|
|
2756
|
+
padding: 6px 9px !important;
|
|
2757
|
+
line-height: 1.5;
|
|
2758
|
+
}
|
|
2745
2759
|
.aplus-ap-grid-adaptive {
|
|
2746
2760
|
height: 100%;
|
|
2747
2761
|
display: flex;
|
package/theme/mask/index.css
CHANGED
|
@@ -43,12 +43,13 @@
|
|
|
43
43
|
}
|
|
44
44
|
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
45
45
|
background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
|
|
46
|
+
background-clip: content-box;
|
|
47
|
+
border: 1px solid transparent;
|
|
46
48
|
border-radius: 4px;
|
|
47
|
-
box-shadow: inset 0 -1px 0 0 #f0f0f0, inset 0 1px 0 0 #f0f0f0, inset -1px 0 0 0 #f0f0f0, inset 1px 0 0 0 #f0f0f0;
|
|
48
49
|
}
|
|
49
50
|
.reset-scrollbar ::-webkit-scrollbar-track,
|
|
50
51
|
.reset-scrollbar ::-webkit-scrollbar-corner {
|
|
51
|
-
background-color: #
|
|
52
|
+
background-color: var(--ap-table-header-bg, #f2f6f9);
|
|
52
53
|
}
|
|
53
54
|
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
54
55
|
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
package/theme/mixins/mixins.css
CHANGED
|
@@ -14,12 +14,13 @@
|
|
|
14
14
|
}
|
|
15
15
|
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
16
|
background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
|
|
17
|
+
background-clip: content-box;
|
|
18
|
+
border: 1px solid transparent;
|
|
17
19
|
border-radius: 4px;
|
|
18
|
-
box-shadow: inset 0 -1px 0 0 #f0f0f0, inset 0 1px 0 0 #f0f0f0, inset -1px 0 0 0 #f0f0f0, inset 1px 0 0 0 #f0f0f0;
|
|
19
20
|
}
|
|
20
21
|
.reset-scrollbar ::-webkit-scrollbar-track,
|
|
21
22
|
.reset-scrollbar ::-webkit-scrollbar-corner {
|
|
22
|
-
background-color: #
|
|
23
|
+
background-color: var(--ap-table-header-bg, #f2f6f9);
|
|
23
24
|
}
|
|
24
25
|
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
25
26
|
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
package/theme/mixins/mixins.less
CHANGED
|
@@ -28,17 +28,14 @@
|
|
|
28
28
|
|
|
29
29
|
::-webkit-scrollbar-thumb {
|
|
30
30
|
background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
|
|
31
|
+
background-clip: content-box;
|
|
32
|
+
border: 1px solid transparent;
|
|
31
33
|
border-radius: 4px;
|
|
32
|
-
box-shadow:
|
|
33
|
-
inset 0 -1px 0 0 #f0f0f0,
|
|
34
|
-
inset 0 1px 0 0 #f0f0f0,
|
|
35
|
-
inset -1px 0 0 0 #f0f0f0,
|
|
36
|
-
inset 1px 0 0 0 #f0f0f0;
|
|
37
34
|
}
|
|
38
35
|
|
|
39
36
|
::-webkit-scrollbar-track,
|
|
40
37
|
::-webkit-scrollbar-corner {
|
|
41
|
-
background-color: #
|
|
38
|
+
background-color: var(--ap-table-header-bg, #f2f6f9);
|
|
42
39
|
}
|
|
43
40
|
|
|
44
41
|
::-webkit-scrollbar-thumb:hover,
|
|
@@ -14,12 +14,13 @@
|
|
|
14
14
|
}
|
|
15
15
|
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
16
|
background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
|
|
17
|
+
background-clip: content-box;
|
|
18
|
+
border: 1px solid transparent;
|
|
17
19
|
border-radius: 4px;
|
|
18
|
-
box-shadow: inset 0 -1px 0 0 #f0f0f0, inset 0 1px 0 0 #f0f0f0, inset -1px 0 0 0 #f0f0f0, inset 1px 0 0 0 #f0f0f0;
|
|
19
20
|
}
|
|
20
21
|
.reset-scrollbar ::-webkit-scrollbar-track,
|
|
21
22
|
.reset-scrollbar ::-webkit-scrollbar-corner {
|
|
22
|
-
background-color: #
|
|
23
|
+
background-color: var(--ap-table-header-bg, #f2f6f9);
|
|
23
24
|
}
|
|
24
25
|
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
25
26
|
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
@@ -14,12 +14,13 @@
|
|
|
14
14
|
}
|
|
15
15
|
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
16
|
background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
|
|
17
|
+
background-clip: content-box;
|
|
18
|
+
border: 1px solid transparent;
|
|
17
19
|
border-radius: 4px;
|
|
18
|
-
box-shadow: inset 0 -1px 0 0 #f0f0f0, inset 0 1px 0 0 #f0f0f0, inset -1px 0 0 0 #f0f0f0, inset 1px 0 0 0 #f0f0f0;
|
|
19
20
|
}
|
|
20
21
|
.reset-scrollbar ::-webkit-scrollbar-track,
|
|
21
22
|
.reset-scrollbar ::-webkit-scrollbar-corner {
|
|
22
|
-
background-color: #
|
|
23
|
+
background-color: var(--ap-table-header-bg, #f2f6f9);
|
|
23
24
|
}
|
|
24
25
|
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
25
26
|
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
package/theme/splitter/index.css
CHANGED
|
@@ -14,12 +14,13 @@
|
|
|
14
14
|
}
|
|
15
15
|
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
16
|
background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
|
|
17
|
+
background-clip: content-box;
|
|
18
|
+
border: 1px solid transparent;
|
|
17
19
|
border-radius: 4px;
|
|
18
|
-
box-shadow: inset 0 -1px 0 0 #f0f0f0, inset 0 1px 0 0 #f0f0f0, inset -1px 0 0 0 #f0f0f0, inset 1px 0 0 0 #f0f0f0;
|
|
19
20
|
}
|
|
20
21
|
.reset-scrollbar ::-webkit-scrollbar-track,
|
|
21
22
|
.reset-scrollbar ::-webkit-scrollbar-corner {
|
|
22
|
-
background-color: #
|
|
23
|
+
background-color: var(--ap-table-header-bg, #f2f6f9);
|
|
23
24
|
}
|
|
24
25
|
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
25
26
|
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
package/theme/text/group.css
CHANGED
|
@@ -14,12 +14,13 @@
|
|
|
14
14
|
}
|
|
15
15
|
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
16
|
background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
|
|
17
|
+
background-clip: content-box;
|
|
18
|
+
border: 1px solid transparent;
|
|
17
19
|
border-radius: 4px;
|
|
18
|
-
box-shadow: inset 0 -1px 0 0 #f0f0f0, inset 0 1px 0 0 #f0f0f0, inset -1px 0 0 0 #f0f0f0, inset 1px 0 0 0 #f0f0f0;
|
|
19
20
|
}
|
|
20
21
|
.reset-scrollbar ::-webkit-scrollbar-track,
|
|
21
22
|
.reset-scrollbar ::-webkit-scrollbar-corner {
|
|
22
|
-
background-color: #
|
|
23
|
+
background-color: var(--ap-table-header-bg, #f2f6f9);
|
|
23
24
|
}
|
|
24
25
|
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
25
26
|
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
package/theme/text/index.css
CHANGED
|
@@ -14,12 +14,13 @@
|
|
|
14
14
|
}
|
|
15
15
|
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
16
|
background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
|
|
17
|
+
background-clip: content-box;
|
|
18
|
+
border: 1px solid transparent;
|
|
17
19
|
border-radius: 4px;
|
|
18
|
-
box-shadow: inset 0 -1px 0 0 #f0f0f0, inset 0 1px 0 0 #f0f0f0, inset -1px 0 0 0 #f0f0f0, inset 1px 0 0 0 #f0f0f0;
|
|
19
20
|
}
|
|
20
21
|
.reset-scrollbar ::-webkit-scrollbar-track,
|
|
21
22
|
.reset-scrollbar ::-webkit-scrollbar-corner {
|
|
22
|
-
background-color: #
|
|
23
|
+
background-color: var(--ap-table-header-bg, #f2f6f9);
|
|
23
24
|
}
|
|
24
25
|
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
25
26
|
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
@@ -14,12 +14,13 @@
|
|
|
14
14
|
}
|
|
15
15
|
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
16
|
background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
|
|
17
|
+
background-clip: content-box;
|
|
18
|
+
border: 1px solid transparent;
|
|
17
19
|
border-radius: 4px;
|
|
18
|
-
box-shadow: inset 0 -1px 0 0 #f0f0f0, inset 0 1px 0 0 #f0f0f0, inset -1px 0 0 0 #f0f0f0, inset 1px 0 0 0 #f0f0f0;
|
|
19
20
|
}
|
|
20
21
|
.reset-scrollbar ::-webkit-scrollbar-track,
|
|
21
22
|
.reset-scrollbar ::-webkit-scrollbar-corner {
|
|
22
|
-
background-color: #
|
|
23
|
+
background-color: var(--ap-table-header-bg, #f2f6f9);
|
|
23
24
|
}
|
|
24
25
|
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
25
26
|
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|