@syncfusion/ej2-angular-pivotview 20.4.38-ngcc → 20.4.38
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/README.md +36 -121
- package/esm2020/public_api.mjs +3 -0
- package/esm2020/src/index.mjs +8 -0
- package/esm2020/src/pivotfieldlist/pivotfieldlist-all.module.mjs +23 -0
- package/esm2020/src/pivotfieldlist/pivotfieldlist.component.mjs +66 -0
- package/esm2020/src/pivotfieldlist/pivotfieldlist.module.mjs +25 -0
- package/esm2020/src/pivotview/pivotview-all.module.mjs +65 -0
- package/esm2020/src/pivotview/pivotview.component.mjs +157 -0
- package/esm2020/src/pivotview/pivotview.module.mjs +25 -0
- package/esm2020/syncfusion-ej2-angular-pivotview.mjs +5 -0
- package/fesm2015/syncfusion-ej2-angular-pivotview.mjs +347 -0
- package/fesm2015/syncfusion-ej2-angular-pivotview.mjs.map +1 -0
- package/fesm2020/syncfusion-ej2-angular-pivotview.mjs +347 -0
- package/fesm2020/syncfusion-ej2-angular-pivotview.mjs.map +1 -0
- package/package.json +32 -60
- package/schematics/utils/lib-details.d.ts +2 -2
- package/src/pivotfieldlist/pivotfieldlist-all.module.d.ts +6 -0
- package/src/pivotfieldlist/pivotfieldlist.component.d.ts +3 -0
- package/src/pivotfieldlist/pivotfieldlist.module.d.ts +6 -0
- package/src/pivotview/pivotview-all.module.d.ts +6 -0
- package/src/pivotview/pivotview.component.d.ts +3 -0
- package/src/pivotview/pivotview.module.d.ts +6 -0
- package/styles/bootstrap-dark.css +8 -13
- package/styles/bootstrap.css +9 -14
- package/styles/bootstrap4.css +11 -22
- package/styles/bootstrap5-dark.css +14 -21
- package/styles/bootstrap5.css +14 -21
- package/styles/fabric-dark.css +12 -37
- package/styles/fabric.css +12 -40
- package/styles/fluent-dark.css +24 -42
- package/styles/fluent.css +24 -42
- package/styles/highcontrast-light.css +10 -27
- package/styles/highcontrast.css +10 -27
- package/styles/material-dark.css +8 -17
- package/styles/material.css +8 -23
- package/styles/pivotfieldlist/_all.scss +2 -0
- package/styles/pivotfieldlist/_bootstrap-dark-definition.scss +240 -0
- package/styles/pivotfieldlist/_bootstrap-definition.scss +194 -0
- package/styles/pivotfieldlist/_bootstrap4-definition.scss +194 -0
- package/styles/pivotfieldlist/_bootstrap5-dark-definition.scss +1 -0
- package/styles/pivotfieldlist/_bootstrap5-definition.scss +198 -0
- package/styles/pivotfieldlist/_fabric-dark-definition.scss +200 -0
- package/styles/pivotfieldlist/_fabric-definition.scss +194 -0
- package/styles/pivotfieldlist/_fluent-dark-definition.scss +1 -0
- package/styles/pivotfieldlist/_fluent-definition.scss +198 -0
- package/styles/pivotfieldlist/_fusionnew-definition.scss +197 -0
- package/styles/pivotfieldlist/_highcontrast-definition.scss +195 -0
- package/styles/pivotfieldlist/_highcontrast-light-definition.scss +195 -0
- package/styles/pivotfieldlist/_layout.scss +1899 -0
- package/styles/pivotfieldlist/_material-dark-definition.scss +195 -0
- package/styles/pivotfieldlist/_material-definition.scss +195 -0
- package/styles/pivotfieldlist/_material3-definition.scss +198 -0
- package/styles/pivotfieldlist/_tailwind-dark-definition.scss +1 -0
- package/styles/pivotfieldlist/_tailwind-definition.scss +198 -0
- package/styles/pivotfieldlist/_theme.scss +1938 -0
- package/styles/pivotfieldlist/bootstrap-dark.css +2 -8
- package/styles/pivotfieldlist/bootstrap-dark.scss +4 -1
- package/styles/pivotfieldlist/bootstrap.css +3 -9
- package/styles/pivotfieldlist/bootstrap.scss +4 -1
- package/styles/pivotfieldlist/bootstrap4.css +3 -9
- package/styles/pivotfieldlist/bootstrap4.scss +4 -1
- package/styles/pivotfieldlist/bootstrap5-dark.css +3 -15
- package/styles/pivotfieldlist/bootstrap5-dark.scss +4 -1
- package/styles/pivotfieldlist/bootstrap5.css +3 -15
- package/styles/pivotfieldlist/bootstrap5.scss +4 -1
- package/styles/pivotfieldlist/fabric-dark.css +4 -19
- package/styles/pivotfieldlist/fabric-dark.scss +4 -1
- package/styles/pivotfieldlist/fabric.css +4 -19
- package/styles/pivotfieldlist/fabric.scss +4 -1
- package/styles/pivotfieldlist/fluent-dark.css +7 -19
- package/styles/pivotfieldlist/fluent-dark.scss +4 -1
- package/styles/pivotfieldlist/fluent.css +7 -19
- package/styles/pivotfieldlist/fluent.scss +4 -1
- package/styles/pivotfieldlist/highcontrast-light.css +4 -19
- package/styles/pivotfieldlist/highcontrast-light.scss +4 -1
- package/styles/pivotfieldlist/highcontrast.css +4 -19
- package/styles/pivotfieldlist/highcontrast.scss +4 -1
- package/styles/pivotfieldlist/icons/_bootstrap-dark.scss +359 -0
- package/styles/pivotfieldlist/icons/_bootstrap.scss +359 -0
- package/styles/pivotfieldlist/icons/_bootstrap4.scss +359 -0
- package/styles/pivotfieldlist/icons/_bootstrap5-dark.scss +1 -0
- package/styles/pivotfieldlist/icons/_bootstrap5.scss +358 -0
- package/styles/pivotfieldlist/icons/_fabric-dark.scss +359 -0
- package/styles/pivotfieldlist/icons/_fabric.scss +359 -0
- package/styles/pivotfieldlist/icons/_fluent-dark.scss +1 -0
- package/styles/pivotfieldlist/icons/_fluent.scss +358 -0
- package/styles/pivotfieldlist/icons/_fusionnew.scss +353 -0
- package/styles/pivotfieldlist/icons/_highcontrast-light.scss +358 -0
- package/styles/pivotfieldlist/icons/_highcontrast.scss +358 -0
- package/styles/pivotfieldlist/icons/_material-dark.scss +359 -0
- package/styles/pivotfieldlist/icons/_material.scss +358 -0
- package/styles/pivotfieldlist/icons/_material3.scss +353 -0
- package/styles/pivotfieldlist/icons/_tailwind-dark.scss +357 -0
- package/styles/pivotfieldlist/icons/_tailwind.scss +357 -0
- package/styles/pivotfieldlist/material-dark.css +2 -12
- package/styles/pivotfieldlist/material-dark.scss +4 -1
- package/styles/pivotfieldlist/material.css +2 -12
- package/styles/pivotfieldlist/material.scss +4 -1
- package/styles/pivotfieldlist/tailwind-dark.css +3 -15
- package/styles/pivotfieldlist/tailwind-dark.scss +4 -1
- package/styles/pivotfieldlist/tailwind.css +3 -15
- package/styles/pivotfieldlist/tailwind.scss +4 -1
- package/styles/pivotview/_all.scss +2 -0
- package/styles/pivotview/_bootstrap-dark-definition.scss +160 -0
- package/styles/pivotview/_bootstrap-definition.scss +157 -0
- package/styles/pivotview/_bootstrap4-definition.scss +157 -0
- package/styles/pivotview/_bootstrap5-dark-definition.scss +1 -0
- package/styles/pivotview/_bootstrap5-definition.scss +162 -0
- package/styles/pivotview/_fabric-dark-definition.scss +159 -0
- package/styles/pivotview/_fabric-definition.scss +156 -0
- package/styles/pivotview/_fluent-dark-definition.scss +1 -0
- package/styles/pivotview/_fluent-definition.scss +162 -0
- package/styles/pivotview/_fusionnew-definition.scss +162 -0
- package/styles/pivotview/_highcontrast-definition.scss +155 -0
- package/styles/pivotview/_highcontrast-light-definition.scss +156 -0
- package/styles/pivotview/_layout.scss +1071 -0
- package/styles/pivotview/_material-dark-definition.scss +163 -0
- package/styles/pivotview/_material-definition.scss +159 -0
- package/styles/pivotview/_material3-definition.scss +162 -0
- package/styles/pivotview/_tailwind-dark-definition.scss +1 -0
- package/styles/pivotview/_tailwind-definition.scss +162 -0
- package/styles/pivotview/_theme.scss +2000 -0
- package/styles/pivotview/bootstrap-dark.css +6 -5
- package/styles/pivotview/bootstrap-dark.scss +5 -1
- package/styles/pivotview/bootstrap.css +6 -5
- package/styles/pivotview/bootstrap.scss +5 -1
- package/styles/pivotview/bootstrap4.css +8 -13
- package/styles/pivotview/bootstrap4.scss +5 -1
- package/styles/pivotview/bootstrap5-dark.css +11 -6
- package/styles/pivotview/bootstrap5-dark.scss +4 -1
- package/styles/pivotview/bootstrap5.css +11 -6
- package/styles/pivotview/bootstrap5.scss +5 -1
- package/styles/pivotview/fabric-dark.css +8 -18
- package/styles/pivotview/fabric-dark.scss +5 -1
- package/styles/pivotview/fabric.css +8 -21
- package/styles/pivotview/fabric.scss +5 -1
- package/styles/pivotview/fluent-dark.css +17 -23
- package/styles/pivotview/fluent-dark.scss +4 -1
- package/styles/pivotview/fluent.css +17 -23
- package/styles/pivotview/fluent.scss +5 -1
- package/styles/pivotview/highcontrast-light.css +6 -8
- package/styles/pivotview/highcontrast-light.scss +5 -1
- package/styles/pivotview/highcontrast.css +6 -8
- package/styles/pivotview/highcontrast.scss +5 -1
- package/styles/pivotview/icons/_bootstrap-dark.scss +184 -0
- package/styles/pivotview/icons/_bootstrap.scss +184 -0
- package/styles/pivotview/icons/_bootstrap4.scss +184 -0
- package/styles/pivotview/icons/_bootstrap5-dark.scss +1 -0
- package/styles/pivotview/icons/_bootstrap5.scss +183 -0
- package/styles/pivotview/icons/_fabric-dark.scss +184 -0
- package/styles/pivotview/icons/_fabric.scss +184 -0
- package/styles/pivotview/icons/_fluent-dark.scss +1 -0
- package/styles/pivotview/icons/_fluent.scss +183 -0
- package/styles/pivotview/icons/_fusionnew.scss +183 -0
- package/styles/pivotview/icons/_highcontrast-light.scss +183 -0
- package/styles/pivotview/icons/_highcontrast.scss +183 -0
- package/styles/pivotview/icons/_material-dark.scss +184 -0
- package/styles/pivotview/icons/_material.scss +184 -0
- package/styles/pivotview/icons/_material3.scss +183 -0
- package/styles/pivotview/icons/_tailwind-dark.scss +183 -0
- package/styles/pivotview/icons/_tailwind.scss +183 -0
- package/styles/pivotview/material-dark.css +6 -5
- package/styles/pivotview/material-dark.scss +5 -1
- package/styles/pivotview/material.css +6 -11
- package/styles/pivotview/material.scss +5 -1
- package/styles/pivotview/tailwind-dark.css +14 -10
- package/styles/pivotview/tailwind-dark.scss +4 -1
- package/styles/pivotview/tailwind.css +14 -10
- package/styles/pivotview/tailwind.scss +5 -1
- package/styles/tailwind-dark.css +17 -25
- package/styles/tailwind.css +17 -25
- package/syncfusion-ej2-angular-pivotview.d.ts +5 -0
- package/@syncfusion/ej2-angular-pivotview.es5.js +0 -434
- package/@syncfusion/ej2-angular-pivotview.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-pivotview.js +0 -404
- package/@syncfusion/ej2-angular-pivotview.js.map +0 -1
- package/CHANGELOG.md +0 -804
- package/dist/ej2-angular-pivotview.umd.js +0 -686
- package/dist/ej2-angular-pivotview.umd.js.map +0 -1
- package/dist/ej2-angular-pivotview.umd.min.js +0 -11
- package/dist/ej2-angular-pivotview.umd.min.js.map +0 -1
- package/ej2-angular-pivotview.d.ts +0 -6
- package/ej2-angular-pivotview.metadata.json +0 -1
- package/postinstall/tagchange.js +0 -18
|
@@ -0,0 +1,183 @@
|
|
|
1
|
+
@include export-module('pivotview-icons') {
|
|
2
|
+
.e-pivotview {
|
|
3
|
+
.e-expand::before {
|
|
4
|
+
content: '\e75c';
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.e-collapse::before {
|
|
8
|
+
content: '\e734';
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
&.e-rtl {
|
|
12
|
+
.e-expand::before {
|
|
13
|
+
content: '\e738';
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.e-sort::before {
|
|
18
|
+
content: '\e7df';
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.e-pv-filter::before {
|
|
22
|
+
content: '\e7f7';
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.e-pv-filtered::before {
|
|
26
|
+
content: '\e735';
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.e-remove::before {
|
|
30
|
+
content: '\e7e7';
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.e-selected-option-icon::before {
|
|
34
|
+
content: '\e72b';
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.e-clear-filter-icon::before {
|
|
38
|
+
content: '\e72c';
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.e-dropdown-icon::before {
|
|
42
|
+
content: '\e729';
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.e-export::before {
|
|
46
|
+
content: '\e72e';
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.e-new-report::before {
|
|
50
|
+
content: '\e7dc';
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.e-save-report::before {
|
|
54
|
+
content: '\e7c8';
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.e-saveas-report::before {
|
|
58
|
+
content: '\e7ae';
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.e-rename-report::before {
|
|
62
|
+
content: '\e76d';
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.e-remove-report::before {
|
|
66
|
+
content: '\e820';
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
.e-sub-total::before {
|
|
70
|
+
content: '\e702';
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
.e-grand-total::before {
|
|
74
|
+
content: '\e74d';
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.e-toolbar-fieldlist::before {
|
|
78
|
+
content: '\e751';
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.e-toolbar-grid::before {
|
|
82
|
+
content: '\e7e9';
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
.e-toolbar-chart::before {
|
|
86
|
+
content: '\e826';
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.e-toolbar-formatting::before {
|
|
90
|
+
content: '\e71b';
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
.e-pivot-button .e-edit::before {
|
|
94
|
+
content: '\e730';
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
.e-sort-ascend-icon::before {
|
|
98
|
+
content: '\e7a3';
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
.e-sort-descend-icon::before {
|
|
102
|
+
content: '\e7b6';
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
.e-pivotview-pdf-export::before {
|
|
107
|
+
content: '\e700';
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
.e-pivotview-excel-export::before {
|
|
111
|
+
content: '\e7c1';
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
.e-pivotview-csv-export::before {
|
|
115
|
+
content: '\e7ba';
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
.e-pivotview-png-export::before {
|
|
119
|
+
content: '\e7ee';
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
.e-pivotview-jpeg-export::before {
|
|
123
|
+
content: '\e786';
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
.e-pivotview-svg-export::before {
|
|
127
|
+
content: '\e7cf';
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
.e-mdx::before {
|
|
131
|
+
content: '\e7ac';
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
.e-pivotview-select-icon::before {
|
|
135
|
+
content: '\e774';
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
.e-pivotview-export::before {
|
|
139
|
+
content: '\e72e';
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
.e-pivotview-grid::before {
|
|
143
|
+
content: '\e7e9';
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
.e-pivotview-expand::before {
|
|
147
|
+
content: '\e7c9';
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
.e-pivotview-collapse::before {
|
|
151
|
+
content: '\e80f';
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
.e-pivot-format-menu::before {
|
|
155
|
+
content: '\e76d';
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
.e-pivot-number-format-menu::before {
|
|
159
|
+
content: '\e787';
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
.e-pivot-conditional-format-menu::before {
|
|
163
|
+
content: '\e71b';
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
.e-pivot-format-toolbar::before {
|
|
167
|
+
content: '\e787';
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
.e-pivotview-group::before {
|
|
171
|
+
content: '\e7a5';
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
.e-pivotview-ungroup::before {
|
|
175
|
+
content: '\e779';
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
.e-level-options {
|
|
179
|
+
.e-selected-level-icon::before {
|
|
180
|
+
content: '\e774';
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
}
|
|
@@ -935,7 +935,7 @@
|
|
|
935
935
|
}
|
|
936
936
|
.e-pivotview .e-member-editor-dialog,
|
|
937
937
|
.e-pivotview .e-olap-editor-dialog {
|
|
938
|
-
min-height:
|
|
938
|
+
min-height: 385px !important;
|
|
939
939
|
min-width: 350px !important;
|
|
940
940
|
visibility: hidden;
|
|
941
941
|
}
|
|
@@ -1879,9 +1879,9 @@
|
|
|
1879
1879
|
}
|
|
1880
1880
|
@media (max-width: 400px) {
|
|
1881
1881
|
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-size,
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1882
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1883
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1884
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1885
1885
|
min-width: 10px !important;
|
|
1886
1886
|
}
|
|
1887
1887
|
}
|
|
@@ -1924,6 +1924,7 @@
|
|
|
1924
1924
|
}
|
|
1925
1925
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
1926
1926
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
1927
|
+
padding-left: 1.8em !important;
|
|
1927
1928
|
padding-right: 8px !important;
|
|
1928
1929
|
}
|
|
1929
1930
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -2058,7 +2059,6 @@
|
|
|
2058
2059
|
.e-pivottooltip {
|
|
2059
2060
|
border-radius: 4px;
|
|
2060
2061
|
padding: 3px 4px;
|
|
2061
|
-
text-align: initial;
|
|
2062
2062
|
}
|
|
2063
2063
|
|
|
2064
2064
|
.e-pivottooltip p {
|
|
@@ -2333,6 +2333,7 @@
|
|
|
2333
2333
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2334
2334
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2335
2335
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2336
|
+
padding-left: 1.8em !important;
|
|
2336
2337
|
padding-right: 8px !important;
|
|
2337
2338
|
}
|
|
2338
2339
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|
|
@@ -1 +1,5 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/material-dark-definition.scss';
|
|
2
|
+
@import '../pivotfieldlist/material-dark-definition.scss';
|
|
3
|
+
@import 'material-dark-definition.scss';
|
|
4
|
+
@import 'icons/material-dark.scss';
|
|
5
|
+
@import 'all.scss';
|
|
@@ -560,12 +560,6 @@
|
|
|
560
560
|
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
561
561
|
background: #f5f5f5;
|
|
562
562
|
}
|
|
563
|
-
.e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
564
|
-
background: #f5f5f5;
|
|
565
|
-
}
|
|
566
|
-
.e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
567
|
-
background: rgba(0, 0, 0, 0.12);
|
|
568
|
-
}
|
|
569
563
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
570
564
|
font-size: 16px;
|
|
571
565
|
}
|
|
@@ -942,7 +936,7 @@
|
|
|
942
936
|
}
|
|
943
937
|
.e-pivotview .e-member-editor-dialog,
|
|
944
938
|
.e-pivotview .e-olap-editor-dialog {
|
|
945
|
-
min-height:
|
|
939
|
+
min-height: 385px !important;
|
|
946
940
|
min-width: 350px !important;
|
|
947
941
|
visibility: hidden;
|
|
948
942
|
}
|
|
@@ -1886,9 +1880,9 @@
|
|
|
1886
1880
|
}
|
|
1887
1881
|
@media (max-width: 400px) {
|
|
1888
1882
|
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-size,
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1883
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1884
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1885
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1892
1886
|
min-width: 10px !important;
|
|
1893
1887
|
}
|
|
1894
1888
|
}
|
|
@@ -1931,6 +1925,7 @@
|
|
|
1931
1925
|
}
|
|
1932
1926
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
1933
1927
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
1928
|
+
padding-left: 1.8em !important;
|
|
1934
1929
|
padding-right: 8px !important;
|
|
1935
1930
|
}
|
|
1936
1931
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -2065,7 +2060,6 @@
|
|
|
2065
2060
|
.e-pivottooltip {
|
|
2066
2061
|
border-radius: 4px;
|
|
2067
2062
|
padding: 3px 4px;
|
|
2068
|
-
text-align: initial;
|
|
2069
2063
|
}
|
|
2070
2064
|
|
|
2071
2065
|
.e-pivottooltip p {
|
|
@@ -2340,6 +2334,7 @@
|
|
|
2340
2334
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2341
2335
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2342
2336
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2337
|
+
padding-left: 1.8em !important;
|
|
2343
2338
|
padding-right: 8px !important;
|
|
2344
2339
|
}
|
|
2345
2340
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|
|
@@ -268,7 +268,7 @@
|
|
|
268
268
|
}
|
|
269
269
|
.e-pivotview .e-member-editor-dialog .e-member-editor-container-outer-div {
|
|
270
270
|
display: inline-block;
|
|
271
|
-
height:
|
|
271
|
+
height: 214px;
|
|
272
272
|
max-width: 400px;
|
|
273
273
|
overflow: auto;
|
|
274
274
|
width: 100%;
|
|
@@ -573,6 +573,9 @@
|
|
|
573
573
|
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
574
574
|
background: #232e3e;
|
|
575
575
|
}
|
|
576
|
+
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
577
|
+
font-size: 16px;
|
|
578
|
+
}
|
|
576
579
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu {
|
|
577
580
|
background-color: transparent;
|
|
578
581
|
border: none;
|
|
@@ -584,6 +587,7 @@
|
|
|
584
587
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-menu-icon {
|
|
585
588
|
margin-left: 0;
|
|
586
589
|
margin-right: 0;
|
|
590
|
+
font-size: 16px;
|
|
587
591
|
line-height: 40px;
|
|
588
592
|
}
|
|
589
593
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-caret {
|
|
@@ -729,7 +733,7 @@
|
|
|
729
733
|
}
|
|
730
734
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
731
735
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
732
|
-
height:
|
|
736
|
+
height: 178px;
|
|
733
737
|
}
|
|
734
738
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
735
739
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-descend-icon,
|
|
@@ -956,7 +960,7 @@
|
|
|
956
960
|
}
|
|
957
961
|
.e-pivotview .e-member-editor-dialog,
|
|
958
962
|
.e-pivotview .e-olap-editor-dialog {
|
|
959
|
-
min-height:
|
|
963
|
+
min-height: 385px !important;
|
|
960
964
|
min-width: 350px !important;
|
|
961
965
|
visibility: hidden;
|
|
962
966
|
}
|
|
@@ -1039,7 +1043,7 @@
|
|
|
1039
1043
|
display: none;
|
|
1040
1044
|
}
|
|
1041
1045
|
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv {
|
|
1042
|
-
margin: -
|
|
1046
|
+
margin: -15px 0 !important;
|
|
1043
1047
|
}
|
|
1044
1048
|
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
|
|
1045
1049
|
margin: 0 !important;
|
|
@@ -1559,7 +1563,6 @@
|
|
|
1559
1563
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
|
|
1560
1564
|
margin-top: 3px;
|
|
1561
1565
|
transform: rotateX(180deg);
|
|
1562
|
-
margin-top: 4px !important;
|
|
1563
1566
|
}
|
|
1564
1567
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
|
|
1565
1568
|
margin-top: 1px;
|
|
@@ -1914,9 +1917,9 @@
|
|
|
1914
1917
|
}
|
|
1915
1918
|
@media (max-width: 400px) {
|
|
1916
1919
|
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-size,
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1921
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1922
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1920
1923
|
min-width: 10px !important;
|
|
1921
1924
|
}
|
|
1922
1925
|
}
|
|
@@ -1959,6 +1962,7 @@
|
|
|
1959
1962
|
}
|
|
1960
1963
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
1961
1964
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
1965
|
+
padding-left: 1.8em !important;
|
|
1962
1966
|
padding-right: 8px !important;
|
|
1963
1967
|
}
|
|
1964
1968
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -2093,7 +2097,6 @@
|
|
|
2093
2097
|
.e-pivottooltip {
|
|
2094
2098
|
border-radius: 4px;
|
|
2095
2099
|
padding: 3px 4px;
|
|
2096
|
-
text-align: initial;
|
|
2097
2100
|
}
|
|
2098
2101
|
|
|
2099
2102
|
.e-pivottooltip p {
|
|
@@ -2345,7 +2348,7 @@
|
|
|
2345
2348
|
}
|
|
2346
2349
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container,
|
|
2347
2350
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container {
|
|
2348
|
-
height:
|
|
2351
|
+
height: 178px;
|
|
2349
2352
|
}
|
|
2350
2353
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2351
2354
|
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
@@ -2387,6 +2390,7 @@
|
|
|
2387
2390
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2388
2391
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2389
2392
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2393
|
+
padding-left: 1.8em !important;
|
|
2390
2394
|
padding-right: 8px !important;
|
|
2391
2395
|
}
|
|
2392
2396
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|
|
@@ -270,7 +270,7 @@
|
|
|
270
270
|
}
|
|
271
271
|
.e-pivotview .e-member-editor-dialog .e-member-editor-container-outer-div {
|
|
272
272
|
display: inline-block;
|
|
273
|
-
height:
|
|
273
|
+
height: 214px;
|
|
274
274
|
max-width: 400px;
|
|
275
275
|
overflow: auto;
|
|
276
276
|
width: 100%;
|
|
@@ -575,6 +575,9 @@
|
|
|
575
575
|
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
576
576
|
background: #f9fafb;
|
|
577
577
|
}
|
|
578
|
+
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
579
|
+
font-size: 16px;
|
|
580
|
+
}
|
|
578
581
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu {
|
|
579
582
|
background-color: transparent;
|
|
580
583
|
border: none;
|
|
@@ -586,6 +589,7 @@
|
|
|
586
589
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-menu-icon {
|
|
587
590
|
margin-left: 0;
|
|
588
591
|
margin-right: 0;
|
|
592
|
+
font-size: 16px;
|
|
589
593
|
line-height: 40px;
|
|
590
594
|
}
|
|
591
595
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-caret {
|
|
@@ -731,7 +735,7 @@
|
|
|
731
735
|
}
|
|
732
736
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
733
737
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
734
|
-
height:
|
|
738
|
+
height: 178px;
|
|
735
739
|
}
|
|
736
740
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
737
741
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-descend-icon,
|
|
@@ -958,7 +962,7 @@
|
|
|
958
962
|
}
|
|
959
963
|
.e-pivotview .e-member-editor-dialog,
|
|
960
964
|
.e-pivotview .e-olap-editor-dialog {
|
|
961
|
-
min-height:
|
|
965
|
+
min-height: 385px !important;
|
|
962
966
|
min-width: 350px !important;
|
|
963
967
|
visibility: hidden;
|
|
964
968
|
}
|
|
@@ -1041,7 +1045,7 @@
|
|
|
1041
1045
|
display: none;
|
|
1042
1046
|
}
|
|
1043
1047
|
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv {
|
|
1044
|
-
margin: -
|
|
1048
|
+
margin: -15px 0 !important;
|
|
1045
1049
|
}
|
|
1046
1050
|
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
|
|
1047
1051
|
margin: 0 !important;
|
|
@@ -1561,7 +1565,6 @@
|
|
|
1561
1565
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
|
|
1562
1566
|
margin-top: 3px;
|
|
1563
1567
|
transform: rotateX(180deg);
|
|
1564
|
-
margin-top: 4px !important;
|
|
1565
1568
|
}
|
|
1566
1569
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
|
|
1567
1570
|
margin-top: 1px;
|
|
@@ -1916,9 +1919,9 @@
|
|
|
1916
1919
|
}
|
|
1917
1920
|
@media (max-width: 400px) {
|
|
1918
1921
|
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-size,
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1923
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1924
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1922
1925
|
min-width: 10px !important;
|
|
1923
1926
|
}
|
|
1924
1927
|
}
|
|
@@ -1961,6 +1964,7 @@
|
|
|
1961
1964
|
}
|
|
1962
1965
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
1963
1966
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
1967
|
+
padding-left: 1.8em !important;
|
|
1964
1968
|
padding-right: 8px !important;
|
|
1965
1969
|
}
|
|
1966
1970
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -2095,7 +2099,6 @@
|
|
|
2095
2099
|
.e-pivottooltip {
|
|
2096
2100
|
border-radius: 4px;
|
|
2097
2101
|
padding: 3px 4px;
|
|
2098
|
-
text-align: initial;
|
|
2099
2102
|
}
|
|
2100
2103
|
|
|
2101
2104
|
.e-pivottooltip p {
|
|
@@ -2347,7 +2350,7 @@
|
|
|
2347
2350
|
}
|
|
2348
2351
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container,
|
|
2349
2352
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container {
|
|
2350
|
-
height:
|
|
2353
|
+
height: 178px;
|
|
2351
2354
|
}
|
|
2352
2355
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2353
2356
|
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
@@ -2389,6 +2392,7 @@
|
|
|
2389
2392
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2390
2393
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2391
2394
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2395
|
+
padding-left: 1.8em !important;
|
|
2392
2396
|
padding-right: 8px !important;
|
|
2393
2397
|
}
|
|
2394
2398
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -269,7 +269,7 @@
|
|
|
269
269
|
}
|
|
270
270
|
.e-pivotview .e-member-editor-dialog .e-member-editor-container-outer-div {
|
|
271
271
|
display: inline-block;
|
|
272
|
-
height:
|
|
272
|
+
height: 214px;
|
|
273
273
|
max-width: 400px;
|
|
274
274
|
overflow: auto;
|
|
275
275
|
width: 100%;
|
|
@@ -574,6 +574,9 @@
|
|
|
574
574
|
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
575
575
|
background: #232e3e;
|
|
576
576
|
}
|
|
577
|
+
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
578
|
+
font-size: 16px;
|
|
579
|
+
}
|
|
577
580
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu {
|
|
578
581
|
background-color: transparent;
|
|
579
582
|
border: none;
|
|
@@ -585,6 +588,7 @@
|
|
|
585
588
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-menu-icon {
|
|
586
589
|
margin-left: 0;
|
|
587
590
|
margin-right: 0;
|
|
591
|
+
font-size: 16px;
|
|
588
592
|
line-height: 40px;
|
|
589
593
|
}
|
|
590
594
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-caret {
|
|
@@ -730,7 +734,7 @@
|
|
|
730
734
|
}
|
|
731
735
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
732
736
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
733
|
-
height:
|
|
737
|
+
height: 178px;
|
|
734
738
|
}
|
|
735
739
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
736
740
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-descend-icon,
|
|
@@ -957,7 +961,7 @@
|
|
|
957
961
|
}
|
|
958
962
|
.e-pivotview .e-member-editor-dialog,
|
|
959
963
|
.e-pivotview .e-olap-editor-dialog {
|
|
960
|
-
min-height:
|
|
964
|
+
min-height: 385px !important;
|
|
961
965
|
min-width: 350px !important;
|
|
962
966
|
visibility: hidden;
|
|
963
967
|
}
|
|
@@ -1040,7 +1044,7 @@
|
|
|
1040
1044
|
display: none;
|
|
1041
1045
|
}
|
|
1042
1046
|
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv {
|
|
1043
|
-
margin: -
|
|
1047
|
+
margin: -15px 0 !important;
|
|
1044
1048
|
}
|
|
1045
1049
|
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
|
|
1046
1050
|
margin: 0 !important;
|
|
@@ -1560,7 +1564,6 @@
|
|
|
1560
1564
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
|
|
1561
1565
|
margin-top: 3px;
|
|
1562
1566
|
transform: rotateX(180deg);
|
|
1563
|
-
margin-top: 4px !important;
|
|
1564
1567
|
}
|
|
1565
1568
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
|
|
1566
1569
|
margin-top: 1px;
|
|
@@ -1915,9 +1918,9 @@
|
|
|
1915
1918
|
}
|
|
1916
1919
|
@media (max-width: 400px) {
|
|
1917
1920
|
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-size,
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1922
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1923
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1921
1924
|
min-width: 10px !important;
|
|
1922
1925
|
}
|
|
1923
1926
|
}
|
|
@@ -1960,6 +1963,7 @@
|
|
|
1960
1963
|
}
|
|
1961
1964
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
1962
1965
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
1966
|
+
padding-left: 1.8em !important;
|
|
1963
1967
|
padding-right: 8px !important;
|
|
1964
1968
|
}
|
|
1965
1969
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -2094,7 +2098,6 @@
|
|
|
2094
2098
|
.e-pivottooltip {
|
|
2095
2099
|
border-radius: 4px;
|
|
2096
2100
|
padding: 3px 4px;
|
|
2097
|
-
text-align: initial;
|
|
2098
2101
|
}
|
|
2099
2102
|
|
|
2100
2103
|
.e-pivottooltip p {
|
|
@@ -2346,7 +2349,7 @@
|
|
|
2346
2349
|
}
|
|
2347
2350
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container,
|
|
2348
2351
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container {
|
|
2349
|
-
height:
|
|
2352
|
+
height: 178px;
|
|
2350
2353
|
}
|
|
2351
2354
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2352
2355
|
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
@@ -2388,6 +2391,7 @@
|
|
|
2388
2391
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2389
2392
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2390
2393
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2394
|
+
padding-left: 1.8em !important;
|
|
2391
2395
|
padding-right: 8px !important;
|
|
2392
2396
|
}
|
|
2393
2397
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|
|
@@ -3552,7 +3556,6 @@
|
|
|
3552
3556
|
display: inline-table;
|
|
3553
3557
|
height: 100%;
|
|
3554
3558
|
width: 100%;
|
|
3555
|
-
min-width: 265px;
|
|
3556
3559
|
}
|
|
3557
3560
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-fullrow {
|
|
3558
3561
|
cursor: move;
|
|
@@ -3576,8 +3579,6 @@
|
|
|
3576
3579
|
cursor: pointer;
|
|
3577
3580
|
font-size: 13px;
|
|
3578
3581
|
margin-top: 3px;
|
|
3579
|
-
padding-left: 0px;
|
|
3580
|
-
padding-right: 0px;
|
|
3581
3582
|
margin-top: 10px;
|
|
3582
3583
|
}
|
|
3583
3584
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-icon {
|
|
@@ -3712,12 +3713,6 @@
|
|
|
3712
3713
|
font-size: 16px;
|
|
3713
3714
|
padding-top: 12px;
|
|
3714
3715
|
}
|
|
3715
|
-
.e-bigger.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-edit, .e-bigger.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-edited, .e-bigger.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-remove-report,
|
|
3716
|
-
.e-bigger .e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-edit,
|
|
3717
|
-
.e-bigger .e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-edited,
|
|
3718
|
-
.e-bigger .e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-remove-report {
|
|
3719
|
-
padding-top: 4px;
|
|
3720
|
-
}
|
|
3721
3716
|
.e-bigger.e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons,
|
|
3722
3717
|
.e-bigger .e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons {
|
|
3723
3718
|
font-size: 16px;
|
|
@@ -3894,7 +3889,7 @@
|
|
|
3894
3889
|
display: none;
|
|
3895
3890
|
}
|
|
3896
3891
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-editor-label-container {
|
|
3897
|
-
background-color: #
|
|
3892
|
+
background-color: #d1d5db;
|
|
3898
3893
|
opacity: 56%;
|
|
3899
3894
|
padding: 14px 10px 16px 20px;
|
|
3900
3895
|
}
|
|
@@ -4018,9 +4013,6 @@
|
|
|
4018
4013
|
margin-left: 0;
|
|
4019
4014
|
margin-right: 10px;
|
|
4020
4015
|
}
|
|
4021
|
-
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-outer-container:not(.e-excelfilter) .e-editor-search-container {
|
|
4022
|
-
padding-top: 4px !important;
|
|
4023
|
-
}
|
|
4024
4016
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog ul:first-child {
|
|
4025
4017
|
min-height: 170px;
|
|
4026
4018
|
overflow: auto;
|
|
@@ -4553,14 +4545,14 @@
|
|
|
4553
4545
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog,
|
|
4554
4546
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog,
|
|
4555
4547
|
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog {
|
|
4556
|
-
max-height:
|
|
4548
|
+
max-height: 400px !important;
|
|
4557
4549
|
min-width: 370px !important;
|
|
4558
4550
|
}
|
|
4559
4551
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
4560
4552
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div,
|
|
4561
4553
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
4562
4554
|
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div {
|
|
4563
|
-
min-height:
|
|
4555
|
+
min-height: 113px !important;
|
|
4564
4556
|
}
|
|
4565
4557
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
4566
4558
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|