@syncfusion/ej2-angular-pivotview 21.2.10 → 22.1.34-ngcc
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/@syncfusion/ej2-angular-pivotview.es5.js +439 -0
- package/@syncfusion/ej2-angular-pivotview.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-pivotview.js +409 -0
- package/@syncfusion/ej2-angular-pivotview.js.map +1 -0
- package/CHANGELOG.md +821 -0
- package/dist/ej2-angular-pivotview.umd.js +706 -0
- package/dist/ej2-angular-pivotview.umd.js.map +1 -0
- package/dist/ej2-angular-pivotview.umd.min.js +11 -0
- package/dist/ej2-angular-pivotview.umd.min.js.map +1 -0
- package/ej2-angular-pivotview.d.ts +6 -0
- package/ej2-angular-pivotview.metadata.json +1 -0
- package/license +10 -0
- package/package.json +15 -29
- package/postinstall/tagchange.js +18 -0
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/pivotfieldlist/pivotfieldlist-all.module.d.ts +0 -6
- package/src/pivotfieldlist/pivotfieldlist.component.d.ts +0 -3
- package/src/pivotfieldlist/pivotfieldlist.module.d.ts +0 -6
- package/src/pivotview/pivotview-all.module.d.ts +0 -6
- package/src/pivotview/pivotview.component.d.ts +2 -3
- package/src/pivotview/pivotview.module.d.ts +0 -6
- package/styles/bootstrap-dark.css +274 -226
- package/styles/bootstrap.css +273 -226
- package/styles/bootstrap4.css +284 -285
- package/styles/bootstrap5-dark.css +272 -270
- package/styles/bootstrap5.css +272 -270
- package/styles/fabric-dark.css +264 -230
- package/styles/fabric.css +262 -233
- package/styles/fluent-dark.css +276 -263
- package/styles/fluent.css +276 -263
- package/styles/highcontrast-light.css +264 -227
- package/styles/highcontrast.css +264 -227
- package/styles/material-dark.css +271 -227
- package/styles/material.css +270 -226
- package/styles/material3-dark.css +6666 -0
- package/styles/material3-dark.scss +3 -0
- package/styles/material3.css +6777 -0
- package/styles/material3.scss +3 -0
- package/styles/pivotfieldlist/bootstrap-dark.css +149 -139
- package/styles/pivotfieldlist/bootstrap-dark.scss +1 -4
- package/styles/pivotfieldlist/bootstrap.css +148 -138
- package/styles/pivotfieldlist/bootstrap.scss +1 -4
- package/styles/pivotfieldlist/bootstrap4.css +153 -146
- package/styles/pivotfieldlist/bootstrap4.scss +1 -4
- package/styles/pivotfieldlist/bootstrap5-dark.css +149 -150
- package/styles/pivotfieldlist/bootstrap5-dark.scss +1 -4
- package/styles/pivotfieldlist/bootstrap5.css +149 -150
- package/styles/pivotfieldlist/bootstrap5.scss +1 -4
- package/styles/pivotfieldlist/fabric-dark.css +140 -139
- package/styles/pivotfieldlist/fabric-dark.scss +1 -4
- package/styles/pivotfieldlist/fabric.css +141 -140
- package/styles/pivotfieldlist/fabric.scss +1 -4
- package/styles/pivotfieldlist/fluent-dark.css +159 -170
- package/styles/pivotfieldlist/fluent-dark.scss +1 -4
- package/styles/pivotfieldlist/fluent.css +159 -170
- package/styles/pivotfieldlist/fluent.scss +1 -4
- package/styles/pivotfieldlist/highcontrast-light.css +139 -138
- package/styles/pivotfieldlist/highcontrast-light.scss +1 -4
- package/styles/pivotfieldlist/highcontrast.css +139 -138
- package/styles/pivotfieldlist/highcontrast.scss +1 -4
- package/styles/pivotfieldlist/material-dark.css +148 -142
- package/styles/pivotfieldlist/material-dark.scss +1 -4
- package/styles/pivotfieldlist/material.css +147 -141
- package/styles/pivotfieldlist/material.scss +1 -4
- package/styles/pivotfieldlist/material3-dark.css +3811 -0
- package/styles/pivotfieldlist/material3-dark.scss +2 -0
- package/styles/pivotfieldlist/material3.css +3865 -0
- package/styles/pivotfieldlist/material3.scss +2 -0
- package/styles/pivotfieldlist/tailwind-dark.css +152 -163
- package/styles/pivotfieldlist/tailwind-dark.scss +1 -4
- package/styles/pivotfieldlist/tailwind.css +152 -163
- package/styles/pivotfieldlist/tailwind.scss +1 -4
- package/styles/pivotview/bootstrap-dark.css +125 -87
- package/styles/pivotview/bootstrap-dark.scss +1 -5
- package/styles/pivotview/bootstrap.css +125 -88
- package/styles/pivotview/bootstrap.scss +1 -5
- package/styles/pivotview/bootstrap4.css +131 -139
- package/styles/pivotview/bootstrap4.scss +1 -5
- package/styles/pivotview/bootstrap5-dark.css +123 -120
- package/styles/pivotview/bootstrap5-dark.scss +1 -4
- package/styles/pivotview/bootstrap5.css +123 -120
- package/styles/pivotview/bootstrap5.scss +1 -5
- package/styles/pivotview/fabric-dark.css +124 -91
- package/styles/pivotview/fabric-dark.scss +1 -5
- package/styles/pivotview/fabric.css +121 -93
- package/styles/pivotview/fabric.scss +1 -5
- package/styles/pivotview/fluent-dark.css +117 -93
- package/styles/pivotview/fluent-dark.scss +1 -4
- package/styles/pivotview/fluent.css +117 -93
- package/styles/pivotview/fluent.scss +1 -5
- package/styles/pivotview/highcontrast-light.css +125 -89
- package/styles/pivotview/highcontrast-light.scss +1 -5
- package/styles/pivotview/highcontrast.css +125 -89
- package/styles/pivotview/highcontrast.scss +1 -5
- package/styles/pivotview/material-dark.css +123 -85
- package/styles/pivotview/material-dark.scss +1 -5
- package/styles/pivotview/material.css +123 -85
- package/styles/pivotview/material.scss +1 -5
- package/styles/pivotview/material3-dark.css +2854 -0
- package/styles/pivotview/material3-dark.scss +2 -0
- package/styles/pivotview/material3.css +2912 -0
- package/styles/pivotview/material3.scss +2 -0
- package/styles/pivotview/tailwind-dark.css +123 -91
- package/styles/pivotview/tailwind-dark.scss +1 -4
- package/styles/pivotview/tailwind.css +123 -91
- package/styles/pivotview/tailwind.scss +1 -5
- package/styles/tailwind-dark.css +275 -254
- package/styles/tailwind.css +275 -254
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/index.mjs +0 -8
- package/esm2020/src/pivotfieldlist/pivotfieldlist-all.module.mjs +0 -23
- package/esm2020/src/pivotfieldlist/pivotfieldlist.component.mjs +0 -66
- package/esm2020/src/pivotfieldlist/pivotfieldlist.module.mjs +0 -25
- package/esm2020/src/pivotview/pivotview-all.module.mjs +0 -65
- package/esm2020/src/pivotview/pivotview.component.mjs +0 -163
- package/esm2020/src/pivotview/pivotview.module.mjs +0 -25
- package/esm2020/syncfusion-ej2-angular-pivotview.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-pivotview.mjs +0 -353
- package/fesm2015/syncfusion-ej2-angular-pivotview.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-pivotview.mjs +0 -353
- package/fesm2020/syncfusion-ej2-angular-pivotview.mjs.map +0 -1
- package/styles/pivotfieldlist/_all.scss +0 -2
- package/styles/pivotfieldlist/_bootstrap-dark-definition.scss +0 -238
- package/styles/pivotfieldlist/_bootstrap-definition.scss +0 -194
- package/styles/pivotfieldlist/_bootstrap4-definition.scss +0 -194
- package/styles/pivotfieldlist/_bootstrap5-dark-definition.scss +0 -1
- package/styles/pivotfieldlist/_bootstrap5-definition.scss +0 -198
- package/styles/pivotfieldlist/_fabric-dark-definition.scss +0 -200
- package/styles/pivotfieldlist/_fabric-definition.scss +0 -194
- package/styles/pivotfieldlist/_fluent-dark-definition.scss +0 -1
- package/styles/pivotfieldlist/_fluent-definition.scss +0 -198
- package/styles/pivotfieldlist/_fusionnew-definition.scss +0 -197
- package/styles/pivotfieldlist/_highcontrast-definition.scss +0 -195
- package/styles/pivotfieldlist/_highcontrast-light-definition.scss +0 -195
- package/styles/pivotfieldlist/_layout.scss +0 -1986
- package/styles/pivotfieldlist/_material-dark-definition.scss +0 -195
- package/styles/pivotfieldlist/_material-definition.scss +0 -195
- package/styles/pivotfieldlist/_tailwind-dark-definition.scss +0 -1
- package/styles/pivotfieldlist/_tailwind-definition.scss +0 -198
- package/styles/pivotfieldlist/_theme.scss +0 -1990
- package/styles/pivotfieldlist/icons/_bootstrap-dark.scss +0 -359
- package/styles/pivotfieldlist/icons/_bootstrap.scss +0 -359
- package/styles/pivotfieldlist/icons/_bootstrap4.scss +0 -359
- package/styles/pivotfieldlist/icons/_bootstrap5-dark.scss +0 -1
- package/styles/pivotfieldlist/icons/_bootstrap5.scss +0 -358
- package/styles/pivotfieldlist/icons/_fabric-dark.scss +0 -359
- package/styles/pivotfieldlist/icons/_fabric.scss +0 -359
- package/styles/pivotfieldlist/icons/_fluent-dark.scss +0 -1
- package/styles/pivotfieldlist/icons/_fluent.scss +0 -358
- package/styles/pivotfieldlist/icons/_fusionnew.scss +0 -353
- package/styles/pivotfieldlist/icons/_highcontrast-light.scss +0 -358
- package/styles/pivotfieldlist/icons/_highcontrast.scss +0 -358
- package/styles/pivotfieldlist/icons/_material-dark.scss +0 -359
- package/styles/pivotfieldlist/icons/_material.scss +0 -358
- package/styles/pivotfieldlist/icons/_material3.scss +0 -353
- package/styles/pivotfieldlist/icons/_tailwind-dark.scss +0 -357
- package/styles/pivotfieldlist/icons/_tailwind.scss +0 -357
- package/styles/pivotview/_all.scss +0 -2
- package/styles/pivotview/_bootstrap-dark-definition.scss +0 -164
- package/styles/pivotview/_bootstrap-definition.scss +0 -161
- package/styles/pivotview/_bootstrap4-definition.scss +0 -161
- package/styles/pivotview/_bootstrap5-dark-definition.scss +0 -1
- package/styles/pivotview/_bootstrap5-definition.scss +0 -166
- package/styles/pivotview/_fabric-dark-definition.scss +0 -163
- package/styles/pivotview/_fabric-definition.scss +0 -160
- package/styles/pivotview/_fluent-dark-definition.scss +0 -1
- package/styles/pivotview/_fluent-definition.scss +0 -166
- package/styles/pivotview/_fusionnew-definition.scss +0 -166
- package/styles/pivotview/_highcontrast-definition.scss +0 -159
- package/styles/pivotview/_highcontrast-light-definition.scss +0 -160
- package/styles/pivotview/_layout.scss +0 -1118
- package/styles/pivotview/_material-dark-definition.scss +0 -167
- package/styles/pivotview/_material-definition.scss +0 -163
- package/styles/pivotview/_tailwind-dark-definition.scss +0 -1
- package/styles/pivotview/_tailwind-definition.scss +0 -166
- package/styles/pivotview/_theme.scss +0 -2025
- package/styles/pivotview/icons/_bootstrap-dark.scss +0 -184
- package/styles/pivotview/icons/_bootstrap.scss +0 -184
- package/styles/pivotview/icons/_bootstrap4.scss +0 -184
- package/styles/pivotview/icons/_bootstrap5-dark.scss +0 -1
- package/styles/pivotview/icons/_bootstrap5.scss +0 -183
- package/styles/pivotview/icons/_fabric-dark.scss +0 -184
- package/styles/pivotview/icons/_fabric.scss +0 -184
- package/styles/pivotview/icons/_fluent-dark.scss +0 -1
- package/styles/pivotview/icons/_fluent.scss +0 -183
- package/styles/pivotview/icons/_fusionnew.scss +0 -183
- package/styles/pivotview/icons/_highcontrast-light.scss +0 -183
- package/styles/pivotview/icons/_highcontrast.scss +0 -183
- package/styles/pivotview/icons/_material-dark.scss +0 -184
- package/styles/pivotview/icons/_material.scss +0 -184
- package/styles/pivotview/icons/_material3.scss +0 -183
- package/styles/pivotview/icons/_tailwind-dark.scss +0 -183
- package/styles/pivotview/icons/_tailwind.scss +0 -183
- package/syncfusion-ej2-angular-pivotview.d.ts +0 -5
|
@@ -160,20 +160,14 @@
|
|
|
160
160
|
/* stylelint-disable */
|
|
161
161
|
/* stylelint-enable */
|
|
162
162
|
/* stylelint-enable */
|
|
163
|
-
/* stylelint-disable */
|
|
164
163
|
}
|
|
165
164
|
.e-pivotview .e-value-field-settings,
|
|
166
165
|
.e-pivotview .e-member-editor-dialog,
|
|
167
|
-
.e-pivotview .e-group-field-settings
|
|
168
|
-
max-height: 450px !important;
|
|
169
|
-
border-radius: 2px;
|
|
170
|
-
max-width: 400px !important;
|
|
171
|
-
width: auto !important;
|
|
172
|
-
}
|
|
166
|
+
.e-pivotview .e-group-field-settings,
|
|
173
167
|
.e-pivotview .e-pivot-format-dialog {
|
|
168
|
+
max-height: 450px !important;
|
|
174
169
|
border-radius: 2px;
|
|
175
170
|
max-width: 400px !important;
|
|
176
|
-
width: auto !important;
|
|
177
171
|
}
|
|
178
172
|
.e-pivotview .e-value-field-settings .e-field-name-text-container {
|
|
179
173
|
display: -ms-flexbox;
|
|
@@ -209,6 +203,11 @@
|
|
|
209
203
|
.e-pivotview .e-value-field-settings .e-caption-input-text {
|
|
210
204
|
font-size: 13px;
|
|
211
205
|
}
|
|
206
|
+
.e-pivotview .e-group-field-settings {
|
|
207
|
+
/* stylelint-disable */
|
|
208
|
+
width: auto !important;
|
|
209
|
+
/* stylelint-enable */
|
|
210
|
+
}
|
|
212
211
|
.e-pivotview .e-group-field-settings .e-caption-option-text,
|
|
213
212
|
.e-pivotview .e-group-field-settings .e-input-option-text,
|
|
214
213
|
.e-pivotview .e-group-field-settings .e-group-inerval-option-text,
|
|
@@ -237,21 +236,19 @@
|
|
|
237
236
|
.e-pivotview .e-member-editor-dialog {
|
|
238
237
|
min-width: 320px;
|
|
239
238
|
/* stylelint-disable */
|
|
239
|
+
/* stylelint-disable */
|
|
240
240
|
}
|
|
241
241
|
.e-pivotview .e-member-editor-dialog .e-editor-search-container {
|
|
242
242
|
display: -ms-flexbox;
|
|
243
243
|
display: flex;
|
|
244
244
|
padding: 0 20px 10px;
|
|
245
|
-
padding-top: 1px;
|
|
246
245
|
}
|
|
247
246
|
.e-pivotview .e-member-editor-dialog .e-editor-search-container .e-clear-icon-hide {
|
|
248
|
-
display: inline-block;
|
|
249
247
|
visibility: hidden;
|
|
250
248
|
}
|
|
251
249
|
.e-pivotview .e-member-editor-dialog .e-filter-sort {
|
|
252
250
|
box-shadow: none;
|
|
253
251
|
margin-left: 10px;
|
|
254
|
-
/* stylelint-disable */
|
|
255
252
|
}
|
|
256
253
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
257
254
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-descend-icon {
|
|
@@ -262,9 +259,12 @@
|
|
|
262
259
|
text-align: center;
|
|
263
260
|
width: 100%;
|
|
264
261
|
}
|
|
262
|
+
.e-pivotview .e-member-editor-dialog .e-select-all-container ul li .e-text-content > .e-icon-expandable {
|
|
263
|
+
display: none;
|
|
264
|
+
}
|
|
265
265
|
.e-pivotview .e-member-editor-dialog .e-member-editor-container-outer-div {
|
|
266
266
|
display: inline-block;
|
|
267
|
-
height:
|
|
267
|
+
height: 115px;
|
|
268
268
|
max-width: 400px;
|
|
269
269
|
overflow: auto;
|
|
270
270
|
width: 100%;
|
|
@@ -306,11 +306,10 @@
|
|
|
306
306
|
padding-top: 20px;
|
|
307
307
|
}
|
|
308
308
|
.e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
309
|
-
height:
|
|
309
|
+
height: 103px;
|
|
310
310
|
}
|
|
311
|
-
.e-pivotview .e-member-editor-dialog .e-excelfilter .e-editor-
|
|
312
|
-
|
|
313
|
-
padding: 14px 10px 9px 20px;
|
|
311
|
+
.e-pivotview .e-member-editor-dialog.e-node-limit .e-excelfilter .e-member-editor-container-outer-div {
|
|
312
|
+
height: 100px;
|
|
314
313
|
}
|
|
315
314
|
.e-pivotview .e-member-editor-dialog .e-label-filter,
|
|
316
315
|
.e-pivotview .e-member-editor-dialog .e-value-filter {
|
|
@@ -321,7 +320,9 @@
|
|
|
321
320
|
}
|
|
322
321
|
.e-pivotview .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
323
322
|
.e-pivotview .e-member-editor-dialog .e-value-filter .e-filter-text-div {
|
|
323
|
+
/* stylelint-disable */
|
|
324
324
|
color: #201f1e !important;
|
|
325
|
+
/* stylelint-enable */
|
|
325
326
|
font-size: 13px;
|
|
326
327
|
font-weight: 500;
|
|
327
328
|
}
|
|
@@ -343,19 +344,18 @@
|
|
|
343
344
|
}
|
|
344
345
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container {
|
|
345
346
|
border: none;
|
|
346
|
-
/* stylelint-enable */
|
|
347
347
|
}
|
|
348
348
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
349
349
|
margin: 0 0 0 6px;
|
|
350
350
|
}
|
|
351
351
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-text-wrap .e-tab-icon {
|
|
352
|
-
height:
|
|
353
|
-
min-width: 14px;
|
|
354
|
-
width: 14px;
|
|
355
|
-
height: auto;
|
|
352
|
+
height: fit-content;
|
|
356
353
|
}
|
|
357
354
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-text-wrap .e-tab-icon::before {
|
|
358
355
|
font-size: 14px;
|
|
356
|
+
/* stylelint-disable */
|
|
357
|
+
top: 0 !important;
|
|
358
|
+
/* stylelint-enable */
|
|
359
359
|
}
|
|
360
360
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
361
361
|
margin: 0 6px 0 0;
|
|
@@ -365,7 +365,7 @@
|
|
|
365
365
|
}
|
|
366
366
|
.e-pivotview .e-member-editor-dialog .e-clear-filter-button {
|
|
367
367
|
float: left;
|
|
368
|
-
margin: 0;
|
|
368
|
+
margin: 0 !important;
|
|
369
369
|
margin-left: 0 !important;
|
|
370
370
|
margin-right: 0 !important;
|
|
371
371
|
}
|
|
@@ -373,13 +373,21 @@
|
|
|
373
373
|
display: none;
|
|
374
374
|
}
|
|
375
375
|
.e-pivotview .e-member-editor-dialog .e-editor-label-container {
|
|
376
|
-
|
|
376
|
+
-ms-flex-align: center;
|
|
377
|
+
align-items: center;
|
|
378
|
+
background: #faf9f8;
|
|
379
|
+
display: -ms-flexbox !important;
|
|
380
|
+
display: flex !important;
|
|
381
|
+
/* stylelint-enable */
|
|
382
|
+
height: 40px;
|
|
383
|
+
-ms-flex-pack: center;
|
|
384
|
+
justify-content: center;
|
|
377
385
|
opacity: 56%;
|
|
378
|
-
padding: 12px 10px 16px 20px;
|
|
379
386
|
}
|
|
380
387
|
.e-pivotview .e-member-editor-dialog .e-editor-label-container .e-editor-label {
|
|
381
388
|
color: #323130;
|
|
382
389
|
font: 500 13px Inter;
|
|
390
|
+
margin-bottom: 0;
|
|
383
391
|
opacity: 0.87;
|
|
384
392
|
overflow: hidden;
|
|
385
393
|
text-overflow: ellipsis;
|
|
@@ -444,6 +452,9 @@
|
|
|
444
452
|
.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-outer-container ul {
|
|
445
453
|
margin-right: 0;
|
|
446
454
|
}
|
|
455
|
+
.e-pivotview .e-member-editor-dialog .e-member-editor-outer-container:not(.e-excelfilter) .e-editor-search-container {
|
|
456
|
+
padding-top: 4px !important;
|
|
457
|
+
}
|
|
447
458
|
.e-pivotview .e-value-field-settings .e-dlg-header-content,
|
|
448
459
|
.e-pivotview .e-member-editor-dialog .e-dlg-header-content,
|
|
449
460
|
.e-pivotview .e-pivot-format-dialog .e-dlg-header-content,
|
|
@@ -458,7 +469,6 @@
|
|
|
458
469
|
.e-pivotview .e-group-field-settings .e-footer-content {
|
|
459
470
|
border-top-left-radius: 0;
|
|
460
471
|
border-top-right-radius: 0;
|
|
461
|
-
border-radius: 2px;
|
|
462
472
|
}
|
|
463
473
|
.e-pivotview .e-value-field-settings .e-dlg-content,
|
|
464
474
|
.e-pivotview .e-member-editor-dialog .e-dlg-content,
|
|
@@ -513,8 +523,10 @@
|
|
|
513
523
|
overflow: auto;
|
|
514
524
|
}
|
|
515
525
|
.e-pivotview .e-pivotchart-type-dialog {
|
|
526
|
+
/* stylelint-disable */
|
|
516
527
|
max-width: 350px !important;
|
|
517
528
|
max-height: 380px !important;
|
|
529
|
+
/* stylelint-enable */
|
|
518
530
|
}
|
|
519
531
|
.e-pivotview .e-pivotchart-type-dialog .e-chart-type-option-container,
|
|
520
532
|
.e-pivotview .e-pivotchart-type-dialog .e-chart-type-option-text {
|
|
@@ -535,8 +547,10 @@
|
|
|
535
547
|
width: 49%;
|
|
536
548
|
}
|
|
537
549
|
.e-pivotview .e-pivot-format-dialog {
|
|
550
|
+
/* stylelint-disable */
|
|
538
551
|
max-height: 550px !important;
|
|
539
552
|
max-width: 350px !important;
|
|
553
|
+
/* stylelint-enable */
|
|
540
554
|
}
|
|
541
555
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer {
|
|
542
556
|
padding: 0 20px;
|
|
@@ -571,9 +585,12 @@
|
|
|
571
585
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu {
|
|
572
586
|
background-color: transparent;
|
|
573
587
|
border: none;
|
|
588
|
+
/* stylelint-disable */
|
|
574
589
|
}
|
|
575
590
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item {
|
|
591
|
+
/* stylelint-disable */
|
|
576
592
|
height: 26px !important;
|
|
593
|
+
/* stylelint-enable */
|
|
577
594
|
overflow: hidden;
|
|
578
595
|
padding-left: 10px;
|
|
579
596
|
background-color: #faf9f8;
|
|
@@ -598,16 +615,14 @@
|
|
|
598
615
|
}
|
|
599
616
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
600
617
|
margin-left: 18px !important;
|
|
601
|
-
/* stylelint-enable */
|
|
602
618
|
}
|
|
603
619
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template {
|
|
604
|
-
/* stylelint-disable */
|
|
605
620
|
padding: 0 !important;
|
|
621
|
+
/* stylelint-enable */
|
|
606
622
|
}
|
|
607
623
|
.e-pivotview .e-pivot-toolbar .e-reportlist-label {
|
|
608
624
|
float: left;
|
|
609
625
|
font-weight: 500;
|
|
610
|
-
/* stylelint-enable */
|
|
611
626
|
}
|
|
612
627
|
.e-pivotview .e-pivot-toolbar .e-reportlist-drop {
|
|
613
628
|
float: right;
|
|
@@ -624,7 +639,7 @@
|
|
|
624
639
|
padding-right: 10px;
|
|
625
640
|
}
|
|
626
641
|
.e-pivotview .e-frozenscrollbar {
|
|
627
|
-
background
|
|
642
|
+
background: #faf9f8;
|
|
628
643
|
}
|
|
629
644
|
|
|
630
645
|
.e-pivotview-disable-icon {
|
|
@@ -733,10 +748,6 @@
|
|
|
733
748
|
height: 26px !important;
|
|
734
749
|
/* stylelint-enable */
|
|
735
750
|
}
|
|
736
|
-
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
737
|
-
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
738
|
-
height: 105px;
|
|
739
|
-
}
|
|
740
751
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
741
752
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-descend-icon,
|
|
742
753
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
@@ -747,6 +758,10 @@
|
|
|
747
758
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-editor-search-container .e-level-drop .e-caret {
|
|
748
759
|
font-size: 14px !important;
|
|
749
760
|
}
|
|
761
|
+
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
762
|
+
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
763
|
+
height: 75px;
|
|
764
|
+
}
|
|
750
765
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text,
|
|
751
766
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
752
767
|
margin: 0 0 0 6px;
|
|
@@ -755,9 +770,9 @@
|
|
|
755
770
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-filter-tab-container.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
756
771
|
margin: 0 6px 0 0;
|
|
757
772
|
}
|
|
758
|
-
.e-bigger .e-pivotview .e-member-editor-dialog.e-node-limit .e-excelfilter .e-member-editor-container-outer-div,
|
|
759
|
-
.e-bigger.e-pivotview .e-member-editor-dialog.e-node-limit .e-excelfilter .e-member-editor-container-outer-div {
|
|
760
|
-
height:
|
|
773
|
+
.e-bigger .e-pivotview .e-member-editor-dialog.e-node-limit.e-excel-filter .e-excelfilter .e-member-editor-container-outer-div,
|
|
774
|
+
.e-bigger.e-pivotview .e-member-editor-dialog.e-node-limit.e-excel-filter .e-excelfilter .e-member-editor-container-outer-div {
|
|
775
|
+
height: 65px !important;
|
|
761
776
|
}
|
|
762
777
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
763
778
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
@@ -797,12 +812,12 @@
|
|
|
797
812
|
}
|
|
798
813
|
.e-bigger .e-pivotview .e-member-editor-dialog.e-excel-filter,
|
|
799
814
|
.e-bigger.e-pivotview .e-member-editor-dialog.e-excel-filter {
|
|
800
|
-
min-width: 350px;
|
|
801
|
-
height:
|
|
815
|
+
min-width: 350px !important;
|
|
816
|
+
min-height: 400px !important;
|
|
802
817
|
}
|
|
803
818
|
.e-bigger .e-pivotview .e-member-editor-dialog.e-excel-filter.e-node-limit,
|
|
804
819
|
.e-bigger.e-pivotview .e-member-editor-dialog.e-excel-filter.e-node-limit {
|
|
805
|
-
height:
|
|
820
|
+
min-height: 450px !important;
|
|
806
821
|
}
|
|
807
822
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
808
823
|
.e-bigger .e-pivotview .e-value-field-settings .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
@@ -902,7 +917,6 @@
|
|
|
902
917
|
/*! PivotView theme */
|
|
903
918
|
.e-pivotview {
|
|
904
919
|
/* stylelint-enable */
|
|
905
|
-
/* stylelint-disable */
|
|
906
920
|
/* stylelint-enable */
|
|
907
921
|
/* stylelint-disable */
|
|
908
922
|
/* stylelint-enable */
|
|
@@ -945,7 +959,7 @@
|
|
|
945
959
|
.e-pivotview .e-grid .e-content,
|
|
946
960
|
.e-pivotview .e-grid .e-gridheader,
|
|
947
961
|
.e-pivotview .e-headercell {
|
|
948
|
-
background
|
|
962
|
+
background: #faf9f8;
|
|
949
963
|
}
|
|
950
964
|
.e-pivotview .e-grid .e-gridheader {
|
|
951
965
|
border-bottom-width: 1px;
|
|
@@ -958,7 +972,7 @@
|
|
|
958
972
|
}
|
|
959
973
|
.e-pivotview .e-rowsheader,
|
|
960
974
|
.e-pivotview .e-columnsheader {
|
|
961
|
-
background
|
|
975
|
+
background: #faf9f8;
|
|
962
976
|
}
|
|
963
977
|
.e-pivotview .e-rowsheader .e-cellvalue {
|
|
964
978
|
margin-left: 8px;
|
|
@@ -971,6 +985,11 @@
|
|
|
971
985
|
.e-pivotview .e-olap-editor-dialog {
|
|
972
986
|
min-height: 350px !important;
|
|
973
987
|
min-width: 320px !important;
|
|
988
|
+
visibility: hidden;
|
|
989
|
+
}
|
|
990
|
+
.e-pivotview .e-member-editor-dialog.e-node-limit,
|
|
991
|
+
.e-pivotview .e-olap-editor-dialog.e-node-limit {
|
|
992
|
+
max-height: 450px !important;
|
|
974
993
|
}
|
|
975
994
|
.e-pivotview .e-member-editor-dialog .e-toolbar .e-toolbar-items {
|
|
976
995
|
margin-left: 20px;
|
|
@@ -1284,7 +1303,9 @@
|
|
|
1284
1303
|
}
|
|
1285
1304
|
.e-pivotview .e-grouping-bar .e-pivot-button,
|
|
1286
1305
|
.e-pivotview .e-group-rows .e-pivot-button {
|
|
1287
|
-
|
|
1306
|
+
-ms-flex-align: center;
|
|
1307
|
+
align-items: center;
|
|
1308
|
+
background: #f3f2f1;
|
|
1288
1309
|
border: 1px solid #f3f2f1;
|
|
1289
1310
|
border-radius: 2px;
|
|
1290
1311
|
box-shadow: none;
|
|
@@ -1296,8 +1317,7 @@
|
|
|
1296
1317
|
display: flex;
|
|
1297
1318
|
font-weight: normal;
|
|
1298
1319
|
height: 24px;
|
|
1299
|
-
|
|
1300
|
-
padding: 3px 8px;
|
|
1320
|
+
padding: 0 8px;
|
|
1301
1321
|
text-transform: none;
|
|
1302
1322
|
vertical-align: bottom;
|
|
1303
1323
|
z-index: 1;
|
|
@@ -1310,7 +1330,7 @@
|
|
|
1310
1330
|
}
|
|
1311
1331
|
.e-pivotview .e-grouping-bar .e-pivot-button:hover,
|
|
1312
1332
|
.e-pivotview .e-group-rows .e-pivot-button:hover {
|
|
1313
|
-
background
|
|
1333
|
+
background: #edebe9;
|
|
1314
1334
|
border-color: #edebe9;
|
|
1315
1335
|
}
|
|
1316
1336
|
.e-pivotview .e-grouping-bar .e-pivot-button:hover .e-sort,
|
|
@@ -1377,9 +1397,9 @@
|
|
|
1377
1397
|
.e-pivotview .e-group-rows .e-pivot-button:active .e-edit {
|
|
1378
1398
|
color: #323130;
|
|
1379
1399
|
}
|
|
1380
|
-
.e-pivotview .e-grouping-bar .e-pivot-button .e-content,
|
|
1381
|
-
.e-pivotview .e-group-rows .e-pivot-button .e-content {
|
|
1382
|
-
background
|
|
1400
|
+
.e-pivotview .e-grouping-bar .e-pivot-button .e-pvt-btn-content,
|
|
1401
|
+
.e-pivotview .e-group-rows .e-pivot-button .e-pvt-btn-content {
|
|
1402
|
+
background: transparent;
|
|
1383
1403
|
cursor: move;
|
|
1384
1404
|
-ms-flex: auto;
|
|
1385
1405
|
flex: auto;
|
|
@@ -1390,14 +1410,10 @@
|
|
|
1390
1410
|
text-overflow: ellipsis;
|
|
1391
1411
|
color: #605e5c;
|
|
1392
1412
|
}
|
|
1393
|
-
.e-pivotview .e-grouping-bar .e-pivot-button .e-content.e-disable-drag,
|
|
1394
|
-
.e-pivotview .e-group-rows .e-pivot-button .e-content.e-disable-drag {
|
|
1413
|
+
.e-pivotview .e-grouping-bar .e-pivot-button .e-pvt-btn-content.e-disable-drag,
|
|
1414
|
+
.e-pivotview .e-group-rows .e-pivot-button .e-pvt-btn-content.e-disable-drag {
|
|
1395
1415
|
cursor: auto;
|
|
1396
1416
|
}
|
|
1397
|
-
.e-pivotview .e-grouping-bar .e-pivot-button .e-draggable,
|
|
1398
|
-
.e-pivotview .e-group-rows .e-pivot-button .e-draggable {
|
|
1399
|
-
height: initial !important;
|
|
1400
|
-
}
|
|
1401
1417
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-drag,
|
|
1402
1418
|
.e-pivotview .e-group-rows .e-pivot-button .e-drag {
|
|
1403
1419
|
display: none;
|
|
@@ -1418,10 +1434,8 @@
|
|
|
1418
1434
|
cursor: pointer;
|
|
1419
1435
|
display: inline-block;
|
|
1420
1436
|
font-size: 12px;
|
|
1421
|
-
height: 18px;
|
|
1422
1437
|
margin-left: 4px;
|
|
1423
1438
|
width: 18px;
|
|
1424
|
-
padding-top: 3px;
|
|
1425
1439
|
}
|
|
1426
1440
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-sort:hover,
|
|
1427
1441
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-dropdown-icon:hover,
|
|
@@ -1459,7 +1473,6 @@
|
|
|
1459
1473
|
}
|
|
1460
1474
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-sort.e-descend,
|
|
1461
1475
|
.e-pivotview .e-group-rows .e-pivot-button .e-sort.e-descend {
|
|
1462
|
-
margin-top: 6px;
|
|
1463
1476
|
transform: rotateX(180deg);
|
|
1464
1477
|
}
|
|
1465
1478
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-dropdown-icon,
|
|
@@ -1490,7 +1503,6 @@
|
|
|
1490
1503
|
pointer-events: none;
|
|
1491
1504
|
}
|
|
1492
1505
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button {
|
|
1493
|
-
padding: 3px 8px;
|
|
1494
1506
|
width: 180px;
|
|
1495
1507
|
}
|
|
1496
1508
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:hover {
|
|
@@ -1541,7 +1553,6 @@
|
|
|
1541
1553
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
1542
1554
|
color: #605e5c !important;
|
|
1543
1555
|
font-size: 12px;
|
|
1544
|
-
height: 18px;
|
|
1545
1556
|
margin-left: 4px !important;
|
|
1546
1557
|
width: 18px;
|
|
1547
1558
|
}
|
|
@@ -1615,7 +1626,7 @@
|
|
|
1615
1626
|
.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown input.e-input {
|
|
1616
1627
|
padding-bottom: 7px;
|
|
1617
1628
|
}
|
|
1618
|
-
.e-pivotview .e-icons:not(.e-frame):not(.e-btn-icon):not(.e-sort):not(.e-dropdown-icon):not(.e-pv-filter):not(.e-pv-filtered):not(.e-remove):not(.e-edit):not(.e-drag) {
|
|
1629
|
+
.e-pivotview .e-icons:not(.e-frame):not(.e-btn-icon):not(.e-sort):not(.e-dropdown-icon):not(.e-pv-filter):not(.e-pv-filtered):not(.e-remove):not(.e-edit):not(.e-drag):not(.e-selected-option-icon):not(.e-nav-arrow) {
|
|
1619
1630
|
height: auto;
|
|
1620
1631
|
width: auto;
|
|
1621
1632
|
}
|
|
@@ -1627,11 +1638,10 @@
|
|
|
1627
1638
|
cursor: pointer;
|
|
1628
1639
|
display: inline-block;
|
|
1629
1640
|
height: 18px;
|
|
1630
|
-
margin-top: 5px;
|
|
1631
|
-
text-align: center;
|
|
1632
|
-
width: 18px;
|
|
1633
1641
|
margin-top: 0;
|
|
1634
1642
|
margin-bottom: 2px;
|
|
1643
|
+
text-align: center;
|
|
1644
|
+
width: 18px;
|
|
1635
1645
|
vertical-align: middle;
|
|
1636
1646
|
}
|
|
1637
1647
|
.e-pivotview th .e-expand,
|
|
@@ -1639,6 +1649,7 @@
|
|
|
1639
1649
|
font-size: 10px !important;
|
|
1640
1650
|
margin-left: 0px;
|
|
1641
1651
|
margin-top: 0;
|
|
1652
|
+
margin-bottom: 2px;
|
|
1642
1653
|
}
|
|
1643
1654
|
.e-pivotview .e-expand::before {
|
|
1644
1655
|
font-size: 18px;
|
|
@@ -1821,6 +1832,8 @@
|
|
|
1821
1832
|
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivotview-text-div-1,
|
|
1822
1833
|
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivotview-text-div,
|
|
1823
1834
|
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivotview-text-div-1 {
|
|
1835
|
+
-ms-flex-align: center;
|
|
1836
|
+
align-items: center;
|
|
1824
1837
|
display: -ms-flexbox;
|
|
1825
1838
|
display: flex;
|
|
1826
1839
|
-ms-flex-direction: row;
|
|
@@ -1863,6 +1876,23 @@
|
|
|
1863
1876
|
text-align: initial;
|
|
1864
1877
|
width: inherit;
|
|
1865
1878
|
}
|
|
1879
|
+
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivotview-text-div .e-pivot-row-pager-settings,
|
|
1880
|
+
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivotview-text-div .e-pivot-column-pager-settings,
|
|
1881
|
+
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivotview-text-div-1 .e-pivot-row-pager-settings,
|
|
1882
|
+
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivotview-text-div-1 .e-pivot-column-pager-settings,
|
|
1883
|
+
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivotview-text-div .e-pivot-row-pager-settings,
|
|
1884
|
+
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivotview-text-div .e-pivot-column-pager-settings,
|
|
1885
|
+
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivotview-text-div-1 .e-pivot-row-pager-settings,
|
|
1886
|
+
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivotview-text-div-1 .e-pivot-column-pager-settings {
|
|
1887
|
+
-ms-flex-align: center;
|
|
1888
|
+
align-items: center;
|
|
1889
|
+
display: -ms-flexbox;
|
|
1890
|
+
display: flex;
|
|
1891
|
+
}
|
|
1892
|
+
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivotview-text-div-1 .e-pagercontainer,
|
|
1893
|
+
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivotview-text-div-1 .e-pagercontainer {
|
|
1894
|
+
margin-bottom: 0;
|
|
1895
|
+
}
|
|
1866
1896
|
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv.e-pivot-pager-single-maindiv .e-pivot-pager-row-maindiv,
|
|
1867
1897
|
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv.e-pivot-pager-single-maindiv .e-pivot-pager-column-maindiv {
|
|
1868
1898
|
width: 100%;
|
|
@@ -2002,8 +2032,8 @@
|
|
|
2002
2032
|
padding-left: 8px;
|
|
2003
2033
|
padding-right: 0;
|
|
2004
2034
|
}
|
|
2005
|
-
.e-pivotview.e-rtl .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content,
|
|
2006
|
-
.e-pivotview.e-rtl .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-content {
|
|
2035
|
+
.e-pivotview.e-rtl .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content,
|
|
2036
|
+
.e-pivotview.e-rtl .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content {
|
|
2007
2037
|
margin-left: 4px;
|
|
2008
2038
|
text-align: right;
|
|
2009
2039
|
}
|
|
@@ -2039,7 +2069,7 @@
|
|
|
2039
2069
|
padding-right: 0;
|
|
2040
2070
|
/* stylelint-enable */
|
|
2041
2071
|
}
|
|
2042
|
-
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content {
|
|
2072
|
+
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content {
|
|
2043
2073
|
margin-left: 4px;
|
|
2044
2074
|
margin-right: 0;
|
|
2045
2075
|
text-align: right;
|
|
@@ -2069,12 +2099,6 @@
|
|
|
2069
2099
|
.e-pivotview.e-device .e-grouping-bar .e-pivot-button {
|
|
2070
2100
|
line-height: 1em !important;
|
|
2071
2101
|
}
|
|
2072
|
-
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-dropdown-icon,
|
|
2073
|
-
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-pv-filtered,
|
|
2074
|
-
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-remove,
|
|
2075
|
-
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-sort {
|
|
2076
|
-
margin-top: 2px !important;
|
|
2077
|
-
}
|
|
2078
2102
|
.e-pivotview.e-device .e-grouping-bar .e-group-all-fields .e-pvt-btn-div .e-pivot-button {
|
|
2079
2103
|
max-width: 155px;
|
|
2080
2104
|
}
|
|
@@ -2154,9 +2178,7 @@
|
|
|
2154
2178
|
.e-bigger .e-pivotview,
|
|
2155
2179
|
.e-bigger.e-pivotview {
|
|
2156
2180
|
/* stylelint-disable */
|
|
2157
|
-
/* stylelint-enable */
|
|
2158
2181
|
/* stylelint-disable */
|
|
2159
|
-
/* stylelint-enable */
|
|
2160
2182
|
}
|
|
2161
2183
|
.e-bigger .e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown,
|
|
2162
2184
|
.e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown {
|
|
@@ -2200,6 +2222,15 @@
|
|
|
2200
2222
|
.e-bigger.e-pivotview .e-grid .e-gridheader .e-headercell .e-rhandler {
|
|
2201
2223
|
height: 100% !important;
|
|
2202
2224
|
}
|
|
2225
|
+
.e-bigger .e-pivotview.e-device .e-grid.e-grid-min-height .e-rowcell,
|
|
2226
|
+
.e-bigger .e-pivotview.e-device .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
2227
|
+
.e-bigger .e-pivotview.e-device .e-grid.e-grid-min-height .e-rowcell:last-child,
|
|
2228
|
+
.e-bigger.e-pivotview.e-device .e-grid.e-grid-min-height .e-rowcell,
|
|
2229
|
+
.e-bigger.e-pivotview.e-device .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
2230
|
+
.e-bigger.e-pivotview.e-device .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
2231
|
+
padding-top: 0px !important;
|
|
2232
|
+
padding-bottom: 0px !important;
|
|
2233
|
+
}
|
|
2203
2234
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2204
2235
|
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
2205
2236
|
.e-bigger .e-pivotview .e-headertext,
|
|
@@ -2244,11 +2275,10 @@
|
|
|
2244
2275
|
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button,
|
|
2245
2276
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button {
|
|
2246
2277
|
height: 30px;
|
|
2247
|
-
|
|
2248
|
-
padding: 6px 12px;
|
|
2278
|
+
padding: 0 12px;
|
|
2249
2279
|
}
|
|
2250
|
-
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-content,
|
|
2251
|
-
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-content {
|
|
2280
|
+
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content,
|
|
2281
|
+
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content {
|
|
2252
2282
|
font-size: 14px;
|
|
2253
2283
|
margin-right: 8px;
|
|
2254
2284
|
}
|
|
@@ -2266,10 +2296,9 @@
|
|
|
2266
2296
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
2267
2297
|
/* stylelint-disable */
|
|
2268
2298
|
font-size: 14px !important;
|
|
2269
|
-
height:
|
|
2270
|
-
|
|
2299
|
+
height: 14px !important;
|
|
2300
|
+
/* stylelint-enable */
|
|
2271
2301
|
width: 20px;
|
|
2272
|
-
padding-top: 0;
|
|
2273
2302
|
}
|
|
2274
2303
|
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort,
|
|
2275
2304
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort {
|
|
@@ -2331,10 +2360,10 @@
|
|
|
2331
2360
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button {
|
|
2332
2361
|
height: 30px;
|
|
2333
2362
|
line-height: 1em;
|
|
2334
|
-
padding:
|
|
2363
|
+
padding: 0 12px;
|
|
2335
2364
|
}
|
|
2336
|
-
.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content,
|
|
2337
|
-
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content {
|
|
2365
|
+
.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content,
|
|
2366
|
+
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content {
|
|
2338
2367
|
font-size: 14px;
|
|
2339
2368
|
margin-right: 8px;
|
|
2340
2369
|
}
|
|
@@ -2350,8 +2379,10 @@
|
|
|
2350
2379
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
2351
2380
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
2352
2381
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
2382
|
+
/* stylelint-disable */
|
|
2353
2383
|
font-size: 14px !important;
|
|
2354
|
-
height:
|
|
2384
|
+
height: 14px !important;
|
|
2385
|
+
/* stylelint-enable */
|
|
2355
2386
|
width: 20px;
|
|
2356
2387
|
}
|
|
2357
2388
|
.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort,
|
|
@@ -2362,10 +2393,6 @@
|
|
|
2362
2393
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
|
|
2363
2394
|
margin-top: 1px;
|
|
2364
2395
|
}
|
|
2365
|
-
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container,
|
|
2366
|
-
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container {
|
|
2367
|
-
height: 105px;
|
|
2368
|
-
}
|
|
2369
2396
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2370
2397
|
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
2371
2398
|
.e-bigger .e-pivotview .e-headertext,
|
|
@@ -2384,14 +2411,11 @@
|
|
|
2384
2411
|
}
|
|
2385
2412
|
.e-bigger .e-pivotview .e-rowcell,
|
|
2386
2413
|
.e-bigger.e-pivotview .e-rowcell {
|
|
2387
|
-
/* stylelint-disable */
|
|
2388
2414
|
font-size: 16px !important;
|
|
2389
2415
|
}
|
|
2390
2416
|
.e-bigger .e-pivotview.e-rtl,
|
|
2391
2417
|
.e-bigger.e-pivotview.e-rtl {
|
|
2392
2418
|
/* stylelint-enable */
|
|
2393
|
-
/* stylelint-disable */
|
|
2394
|
-
/* stylelint-enable */
|
|
2395
2419
|
}
|
|
2396
2420
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
|
|
2397
2421
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-rowsheader {
|