@aplus-frontend/ui 0.6.0-beta.5 → 0.6.0-beta.7
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-field/date/helper.mjs +12 -12
- package/es/src/ap-grid/index.vue.mjs +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 +98 -90
- 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-field/date/helper.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/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 +1 -1
- 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 +6 -4
- 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 +6 -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 +6 -4
- 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 +9 -6
- 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/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 {
|