@aplus-frontend/ui 0.0.26 → 0.0.27
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-table/style/ap-table.css +11 -8
- package/es/src/editable-table/style/index.css +13 -4
- package/es/src/theme/ap-table/ap-table.css +11 -8
- package/es/src/theme/editable-table/index.css +13 -4
- package/lib/src/ap-table/style/ap-table.css +11 -8
- package/lib/src/editable-table/style/index.css +13 -4
- package/lib/src/theme/ap-table/ap-table.css +11 -8
- package/lib/src/theme/editable-table/index.css +13 -4
- package/package.json +1 -1
|
@@ -73,17 +73,20 @@
|
|
|
73
73
|
.aplus-ap-table-table-admin tr > td.ant-table-cell {
|
|
74
74
|
border-top-color: #E9E9E9;
|
|
75
75
|
}
|
|
76
|
-
.aplus-ap-table .ant-table-middle .ant-table-cell {
|
|
77
|
-
padding: 12px 16px
|
|
76
|
+
.aplus-ap-table .ant-table.ant-table-middle .ant-table-row .ant-table-cell {
|
|
77
|
+
padding: 12px 16px;
|
|
78
78
|
}
|
|
79
|
-
.aplus-ap-table .ant-table-
|
|
80
|
-
padding:
|
|
79
|
+
.aplus-ap-table .ant-table.ant-table-middle .ant-table-thead .ant-table-cell {
|
|
80
|
+
padding: 12px 16px;
|
|
81
81
|
}
|
|
82
|
-
.aplus-ap-table .ant-table-
|
|
83
|
-
padding:
|
|
82
|
+
.aplus-ap-table .ant-table.ant-table-small .ant-table-row .ant-table-cell {
|
|
83
|
+
padding: 9px 16px;
|
|
84
84
|
}
|
|
85
|
-
.aplus-ap-table .ant-table-small .ant-table-
|
|
86
|
-
padding:
|
|
85
|
+
.aplus-ap-table .ant-table.ant-table-small .ant-table-thead .ant-table-cell {
|
|
86
|
+
padding: 9px 16px;
|
|
87
|
+
}
|
|
88
|
+
.aplus-ap-table .ant-table-placeholder .ant-table-expanded-row-fixed::after {
|
|
89
|
+
border-inline-end-width: 0px !important;
|
|
87
90
|
}
|
|
88
91
|
.aplus-ap-table .ant-table-column-sorters {
|
|
89
92
|
justify-content: unset;
|
|
@@ -37,11 +37,20 @@
|
|
|
37
37
|
.aplus-editable-table-admin tr > td.ant-table-cell {
|
|
38
38
|
border-top-color: #E9E9E9;
|
|
39
39
|
}
|
|
40
|
-
.aplus-editable-table .ant-table-middle .ant-table-cell {
|
|
41
|
-
padding: 12px 16px
|
|
40
|
+
.aplus-editable-table .ant-table.ant-table-middle .ant-table-row .ant-table-cell {
|
|
41
|
+
padding: 12px 16px;
|
|
42
42
|
}
|
|
43
|
-
.aplus-editable-table .ant-table-
|
|
44
|
-
padding:
|
|
43
|
+
.aplus-editable-table .ant-table.ant-table-middle .ant-table-thead .ant-table-cell {
|
|
44
|
+
padding: 12px 16px;
|
|
45
|
+
}
|
|
46
|
+
.aplus-editable-table .ant-table.ant-table-small .ant-table-row .ant-table-cell {
|
|
47
|
+
padding: 9px 16px;
|
|
48
|
+
}
|
|
49
|
+
.aplus-editable-table .ant-table.ant-table-small .ant-table-thead .ant-table-cell {
|
|
50
|
+
padding: 9px 16px;
|
|
51
|
+
}
|
|
52
|
+
.aplus-editable-table .ant-table-placeholder .ant-table-expanded-row-fixed::after {
|
|
53
|
+
border-inline-end-width: 0px !important;
|
|
45
54
|
}
|
|
46
55
|
.aplus-editable-table .ant-table-cell .ant-typography {
|
|
47
56
|
margin-bottom: 0;
|
|
@@ -73,17 +73,20 @@
|
|
|
73
73
|
.aplus-ap-table-table-admin tr > td.ant-table-cell {
|
|
74
74
|
border-top-color: #E9E9E9;
|
|
75
75
|
}
|
|
76
|
-
.aplus-ap-table .ant-table-middle .ant-table-cell {
|
|
77
|
-
padding: 12px 16px
|
|
76
|
+
.aplus-ap-table .ant-table.ant-table-middle .ant-table-row .ant-table-cell {
|
|
77
|
+
padding: 12px 16px;
|
|
78
78
|
}
|
|
79
|
-
.aplus-ap-table .ant-table-
|
|
80
|
-
padding:
|
|
79
|
+
.aplus-ap-table .ant-table.ant-table-middle .ant-table-thead .ant-table-cell {
|
|
80
|
+
padding: 12px 16px;
|
|
81
81
|
}
|
|
82
|
-
.aplus-ap-table .ant-table-
|
|
83
|
-
padding:
|
|
82
|
+
.aplus-ap-table .ant-table.ant-table-small .ant-table-row .ant-table-cell {
|
|
83
|
+
padding: 9px 16px;
|
|
84
84
|
}
|
|
85
|
-
.aplus-ap-table .ant-table-small .ant-table-
|
|
86
|
-
padding:
|
|
85
|
+
.aplus-ap-table .ant-table.ant-table-small .ant-table-thead .ant-table-cell {
|
|
86
|
+
padding: 9px 16px;
|
|
87
|
+
}
|
|
88
|
+
.aplus-ap-table .ant-table-placeholder .ant-table-expanded-row-fixed::after {
|
|
89
|
+
border-inline-end-width: 0px !important;
|
|
87
90
|
}
|
|
88
91
|
.aplus-ap-table .ant-table-column-sorters {
|
|
89
92
|
justify-content: unset;
|
|
@@ -37,11 +37,20 @@
|
|
|
37
37
|
.aplus-editable-table-admin tr > td.ant-table-cell {
|
|
38
38
|
border-top-color: #E9E9E9;
|
|
39
39
|
}
|
|
40
|
-
.aplus-editable-table .ant-table-middle .ant-table-cell {
|
|
41
|
-
padding: 12px 16px
|
|
40
|
+
.aplus-editable-table .ant-table.ant-table-middle .ant-table-row .ant-table-cell {
|
|
41
|
+
padding: 12px 16px;
|
|
42
42
|
}
|
|
43
|
-
.aplus-editable-table .ant-table-
|
|
44
|
-
padding:
|
|
43
|
+
.aplus-editable-table .ant-table.ant-table-middle .ant-table-thead .ant-table-cell {
|
|
44
|
+
padding: 12px 16px;
|
|
45
|
+
}
|
|
46
|
+
.aplus-editable-table .ant-table.ant-table-small .ant-table-row .ant-table-cell {
|
|
47
|
+
padding: 9px 16px;
|
|
48
|
+
}
|
|
49
|
+
.aplus-editable-table .ant-table.ant-table-small .ant-table-thead .ant-table-cell {
|
|
50
|
+
padding: 9px 16px;
|
|
51
|
+
}
|
|
52
|
+
.aplus-editable-table .ant-table-placeholder .ant-table-expanded-row-fixed::after {
|
|
53
|
+
border-inline-end-width: 0px !important;
|
|
45
54
|
}
|
|
46
55
|
.aplus-editable-table .ant-table-cell .ant-typography {
|
|
47
56
|
margin-bottom: 0;
|
|
@@ -73,17 +73,20 @@
|
|
|
73
73
|
.aplus-ap-table-table-admin tr > td.ant-table-cell {
|
|
74
74
|
border-top-color: #E9E9E9;
|
|
75
75
|
}
|
|
76
|
-
.aplus-ap-table .ant-table-middle .ant-table-cell {
|
|
77
|
-
padding: 12px 16px
|
|
76
|
+
.aplus-ap-table .ant-table.ant-table-middle .ant-table-row .ant-table-cell {
|
|
77
|
+
padding: 12px 16px;
|
|
78
78
|
}
|
|
79
|
-
.aplus-ap-table .ant-table-
|
|
80
|
-
padding:
|
|
79
|
+
.aplus-ap-table .ant-table.ant-table-middle .ant-table-thead .ant-table-cell {
|
|
80
|
+
padding: 12px 16px;
|
|
81
81
|
}
|
|
82
|
-
.aplus-ap-table .ant-table-
|
|
83
|
-
padding:
|
|
82
|
+
.aplus-ap-table .ant-table.ant-table-small .ant-table-row .ant-table-cell {
|
|
83
|
+
padding: 9px 16px;
|
|
84
84
|
}
|
|
85
|
-
.aplus-ap-table .ant-table-small .ant-table-
|
|
86
|
-
padding:
|
|
85
|
+
.aplus-ap-table .ant-table.ant-table-small .ant-table-thead .ant-table-cell {
|
|
86
|
+
padding: 9px 16px;
|
|
87
|
+
}
|
|
88
|
+
.aplus-ap-table .ant-table-placeholder .ant-table-expanded-row-fixed::after {
|
|
89
|
+
border-inline-end-width: 0px !important;
|
|
87
90
|
}
|
|
88
91
|
.aplus-ap-table .ant-table-column-sorters {
|
|
89
92
|
justify-content: unset;
|
|
@@ -37,11 +37,20 @@
|
|
|
37
37
|
.aplus-editable-table-admin tr > td.ant-table-cell {
|
|
38
38
|
border-top-color: #E9E9E9;
|
|
39
39
|
}
|
|
40
|
-
.aplus-editable-table .ant-table-middle .ant-table-cell {
|
|
41
|
-
padding: 12px 16px
|
|
40
|
+
.aplus-editable-table .ant-table.ant-table-middle .ant-table-row .ant-table-cell {
|
|
41
|
+
padding: 12px 16px;
|
|
42
42
|
}
|
|
43
|
-
.aplus-editable-table .ant-table-
|
|
44
|
-
padding:
|
|
43
|
+
.aplus-editable-table .ant-table.ant-table-middle .ant-table-thead .ant-table-cell {
|
|
44
|
+
padding: 12px 16px;
|
|
45
|
+
}
|
|
46
|
+
.aplus-editable-table .ant-table.ant-table-small .ant-table-row .ant-table-cell {
|
|
47
|
+
padding: 9px 16px;
|
|
48
|
+
}
|
|
49
|
+
.aplus-editable-table .ant-table.ant-table-small .ant-table-thead .ant-table-cell {
|
|
50
|
+
padding: 9px 16px;
|
|
51
|
+
}
|
|
52
|
+
.aplus-editable-table .ant-table-placeholder .ant-table-expanded-row-fixed::after {
|
|
53
|
+
border-inline-end-width: 0px !important;
|
|
45
54
|
}
|
|
46
55
|
.aplus-editable-table .ant-table-cell .ant-typography {
|
|
47
56
|
margin-bottom: 0;
|
|
@@ -73,17 +73,20 @@
|
|
|
73
73
|
.aplus-ap-table-table-admin tr > td.ant-table-cell {
|
|
74
74
|
border-top-color: #E9E9E9;
|
|
75
75
|
}
|
|
76
|
-
.aplus-ap-table .ant-table-middle .ant-table-cell {
|
|
77
|
-
padding: 12px 16px
|
|
76
|
+
.aplus-ap-table .ant-table.ant-table-middle .ant-table-row .ant-table-cell {
|
|
77
|
+
padding: 12px 16px;
|
|
78
78
|
}
|
|
79
|
-
.aplus-ap-table .ant-table-
|
|
80
|
-
padding:
|
|
79
|
+
.aplus-ap-table .ant-table.ant-table-middle .ant-table-thead .ant-table-cell {
|
|
80
|
+
padding: 12px 16px;
|
|
81
81
|
}
|
|
82
|
-
.aplus-ap-table .ant-table-
|
|
83
|
-
padding:
|
|
82
|
+
.aplus-ap-table .ant-table.ant-table-small .ant-table-row .ant-table-cell {
|
|
83
|
+
padding: 9px 16px;
|
|
84
84
|
}
|
|
85
|
-
.aplus-ap-table .ant-table-small .ant-table-
|
|
86
|
-
padding:
|
|
85
|
+
.aplus-ap-table .ant-table.ant-table-small .ant-table-thead .ant-table-cell {
|
|
86
|
+
padding: 9px 16px;
|
|
87
|
+
}
|
|
88
|
+
.aplus-ap-table .ant-table-placeholder .ant-table-expanded-row-fixed::after {
|
|
89
|
+
border-inline-end-width: 0px !important;
|
|
87
90
|
}
|
|
88
91
|
.aplus-ap-table .ant-table-column-sorters {
|
|
89
92
|
justify-content: unset;
|
|
@@ -37,11 +37,20 @@
|
|
|
37
37
|
.aplus-editable-table-admin tr > td.ant-table-cell {
|
|
38
38
|
border-top-color: #E9E9E9;
|
|
39
39
|
}
|
|
40
|
-
.aplus-editable-table .ant-table-middle .ant-table-cell {
|
|
41
|
-
padding: 12px 16px
|
|
40
|
+
.aplus-editable-table .ant-table.ant-table-middle .ant-table-row .ant-table-cell {
|
|
41
|
+
padding: 12px 16px;
|
|
42
42
|
}
|
|
43
|
-
.aplus-editable-table .ant-table-
|
|
44
|
-
padding:
|
|
43
|
+
.aplus-editable-table .ant-table.ant-table-middle .ant-table-thead .ant-table-cell {
|
|
44
|
+
padding: 12px 16px;
|
|
45
|
+
}
|
|
46
|
+
.aplus-editable-table .ant-table.ant-table-small .ant-table-row .ant-table-cell {
|
|
47
|
+
padding: 9px 16px;
|
|
48
|
+
}
|
|
49
|
+
.aplus-editable-table .ant-table.ant-table-small .ant-table-thead .ant-table-cell {
|
|
50
|
+
padding: 9px 16px;
|
|
51
|
+
}
|
|
52
|
+
.aplus-editable-table .ant-table-placeholder .ant-table-expanded-row-fixed::after {
|
|
53
|
+
border-inline-end-width: 0px !important;
|
|
45
54
|
}
|
|
46
55
|
.aplus-editable-table .ant-table-cell .ant-typography {
|
|
47
56
|
margin-bottom: 0;
|