@syncfusion/ej2-react-pivotview 20.4.54 → 21.1.36
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/CHANGELOG.md +21 -53
- package/diConfig.json +5 -4
- package/dist/ej2-react-pivotview.min.js +2 -2
- package/dist/ej2-react-pivotview.umd.min.js +2 -2
- package/dist/ej2-react-pivotview.umd.min.js.map +1 -1
- package/dist/es6/ej2-react-pivotview.es2015.js +6 -2
- package/dist/es6/ej2-react-pivotview.es2015.js.map +1 -1
- package/package.json +9 -9
- package/src/pivotfieldlist/pivotfieldlist.component.d.ts +2 -0
- package/src/pivotfieldlist/pivotfieldlist.component.js +2 -0
- package/src/pivotview/pivotview.component.d.ts +4 -2
- package/src/pivotview/pivotview.component.js +4 -2
- package/styles/bootstrap-dark.css +363 -239
- package/styles/bootstrap.css +362 -238
- package/styles/bootstrap4.css +370 -304
- package/styles/bootstrap5-dark.css +376 -297
- package/styles/bootstrap5.css +376 -297
- package/styles/fabric-dark.css +354 -249
- package/styles/fabric.css +351 -249
- package/styles/fluent-dark.css +378 -284
- package/styles/fluent.css +378 -284
- package/styles/highcontrast-light.css +355 -243
- package/styles/highcontrast.css +355 -243
- package/styles/material-dark.css +359 -239
- package/styles/material.css +358 -244
- 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 +217 -150
- package/styles/pivotfieldlist/bootstrap.css +215 -148
- package/styles/pivotfieldlist/bootstrap4.css +219 -155
- package/styles/pivotfieldlist/bootstrap5-dark.css +226 -169
- package/styles/pivotfieldlist/bootstrap5.css +226 -169
- package/styles/pivotfieldlist/fabric-dark.css +207 -149
- package/styles/pivotfieldlist/fabric.css +207 -149
- package/styles/pivotfieldlist/fluent-dark.css +236 -185
- package/styles/pivotfieldlist/fluent.css +236 -185
- package/styles/pivotfieldlist/highcontrast-light.css +206 -148
- package/styles/pivotfieldlist/highcontrast.css +206 -148
- package/styles/pivotfieldlist/material-dark.css +215 -152
- package/styles/pivotfieldlist/material.css +214 -151
- 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 +224 -177
- package/styles/pivotfieldlist/tailwind.css +224 -177
- package/styles/pivotview/bootstrap-dark.css +146 -89
- package/styles/pivotview/bootstrap.css +147 -90
- package/styles/pivotview/bootstrap4.css +152 -150
- package/styles/pivotview/bootstrap5-dark.css +150 -128
- package/styles/pivotview/bootstrap5.css +150 -128
- package/styles/pivotview/fabric-dark.css +147 -100
- package/styles/pivotview/fabric.css +144 -100
- package/styles/pivotview/fluent-dark.css +142 -99
- package/styles/pivotview/fluent.css +142 -99
- package/styles/pivotview/highcontrast-light.css +149 -95
- package/styles/pivotview/highcontrast.css +149 -95
- package/styles/pivotview/material-dark.css +144 -87
- package/styles/pivotview/material.css +144 -93
- 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 +147 -100
- package/styles/pivotview/tailwind.css +147 -100
- package/styles/tailwind-dark.css +371 -277
- package/styles/tailwind.css +371 -277
package/styles/material.css
CHANGED
|
@@ -162,20 +162,14 @@
|
|
|
162
162
|
/* stylelint-disable */
|
|
163
163
|
/* stylelint-enable */
|
|
164
164
|
/* stylelint-enable */
|
|
165
|
-
/* stylelint-disable */
|
|
166
165
|
}
|
|
167
166
|
.e-pivotview .e-value-field-settings,
|
|
168
167
|
.e-pivotview .e-member-editor-dialog,
|
|
169
|
-
.e-pivotview .e-group-field-settings
|
|
170
|
-
max-height: 450px !important;
|
|
171
|
-
border-radius: 4px;
|
|
172
|
-
max-width: 400px !important;
|
|
173
|
-
width: auto !important;
|
|
174
|
-
}
|
|
168
|
+
.e-pivotview .e-group-field-settings,
|
|
175
169
|
.e-pivotview .e-pivot-format-dialog {
|
|
170
|
+
max-height: 450px !important;
|
|
176
171
|
border-radius: 4px;
|
|
177
172
|
max-width: 400px !important;
|
|
178
|
-
width: auto !important;
|
|
179
173
|
}
|
|
180
174
|
.e-pivotview .e-value-field-settings .e-field-name-text-container {
|
|
181
175
|
display: -ms-flexbox;
|
|
@@ -210,6 +204,11 @@
|
|
|
210
204
|
.e-pivotview .e-value-field-settings .e-caption-input-text {
|
|
211
205
|
font-size: 13px;
|
|
212
206
|
}
|
|
207
|
+
.e-pivotview .e-group-field-settings {
|
|
208
|
+
/* stylelint-disable */
|
|
209
|
+
width: auto !important;
|
|
210
|
+
/* stylelint-enable */
|
|
211
|
+
}
|
|
213
212
|
.e-pivotview .e-group-field-settings .e-caption-option-text,
|
|
214
213
|
.e-pivotview .e-group-field-settings .e-input-option-text,
|
|
215
214
|
.e-pivotview .e-group-field-settings .e-group-inerval-option-text,
|
|
@@ -238,6 +237,7 @@
|
|
|
238
237
|
.e-pivotview .e-member-editor-dialog {
|
|
239
238
|
min-width: 320px;
|
|
240
239
|
/* stylelint-disable */
|
|
240
|
+
/* stylelint-disable */
|
|
241
241
|
}
|
|
242
242
|
.e-pivotview .e-member-editor-dialog .e-editor-search-container {
|
|
243
243
|
display: -ms-flexbox;
|
|
@@ -245,13 +245,11 @@
|
|
|
245
245
|
padding: 0 20px 10px;
|
|
246
246
|
}
|
|
247
247
|
.e-pivotview .e-member-editor-dialog .e-editor-search-container .e-clear-icon-hide {
|
|
248
|
-
display: inline-block;
|
|
249
248
|
visibility: hidden;
|
|
250
249
|
}
|
|
251
250
|
.e-pivotview .e-member-editor-dialog .e-filter-sort {
|
|
252
251
|
box-shadow: none;
|
|
253
252
|
margin-left: 10px;
|
|
254
|
-
/* stylelint-disable */
|
|
255
253
|
}
|
|
256
254
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
257
255
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-descend-icon {
|
|
@@ -262,9 +260,12 @@
|
|
|
262
260
|
text-align: center;
|
|
263
261
|
width: 100%;
|
|
264
262
|
}
|
|
263
|
+
.e-pivotview .e-member-editor-dialog .e-select-all-container ul li .e-text-content > .e-icon-expandable {
|
|
264
|
+
display: none;
|
|
265
|
+
}
|
|
265
266
|
.e-pivotview .e-member-editor-dialog .e-member-editor-container-outer-div {
|
|
266
267
|
display: inline-block;
|
|
267
|
-
height:
|
|
268
|
+
height: 150px;
|
|
268
269
|
max-width: 400px;
|
|
269
270
|
overflow: auto;
|
|
270
271
|
width: 100%;
|
|
@@ -306,11 +307,10 @@
|
|
|
306
307
|
padding-top: 20px;
|
|
307
308
|
}
|
|
308
309
|
.e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
309
|
-
height:
|
|
310
|
+
height: 150px;
|
|
310
311
|
}
|
|
311
|
-
.e-pivotview .e-member-editor-dialog .e-excelfilter .e-editor-
|
|
312
|
-
|
|
313
|
-
padding: 14px 10px 9px 20px;
|
|
312
|
+
.e-pivotview .e-member-editor-dialog.e-node-limit .e-excelfilter .e-member-editor-container-outer-div {
|
|
313
|
+
height: 145px;
|
|
314
314
|
}
|
|
315
315
|
.e-pivotview .e-member-editor-dialog .e-label-filter,
|
|
316
316
|
.e-pivotview .e-member-editor-dialog .e-value-filter {
|
|
@@ -321,7 +321,9 @@
|
|
|
321
321
|
}
|
|
322
322
|
.e-pivotview .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
323
323
|
.e-pivotview .e-member-editor-dialog .e-value-filter .e-filter-text-div {
|
|
324
|
+
/* stylelint-disable */
|
|
324
325
|
color: rgba(0, 0, 0, 0.6) !important;
|
|
326
|
+
/* stylelint-enable */
|
|
325
327
|
font-size: 13px;
|
|
326
328
|
font-weight: 500;
|
|
327
329
|
}
|
|
@@ -343,18 +345,18 @@
|
|
|
343
345
|
}
|
|
344
346
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container {
|
|
345
347
|
border: none;
|
|
346
|
-
/* stylelint-enable */
|
|
347
348
|
}
|
|
348
349
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
349
350
|
margin: 0 0 0 6px;
|
|
350
351
|
}
|
|
351
352
|
.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;
|
|
353
|
+
height: fit-content;
|
|
355
354
|
}
|
|
356
355
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-text-wrap .e-tab-icon::before {
|
|
357
356
|
font-size: 14px;
|
|
357
|
+
/* stylelint-disable */
|
|
358
|
+
top: 0 !important;
|
|
359
|
+
/* stylelint-enable */
|
|
358
360
|
}
|
|
359
361
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
360
362
|
margin: 0 6px 0 0;
|
|
@@ -364,19 +366,27 @@
|
|
|
364
366
|
}
|
|
365
367
|
.e-pivotview .e-member-editor-dialog .e-clear-filter-button {
|
|
366
368
|
float: left;
|
|
367
|
-
margin: 0;
|
|
369
|
+
margin: 0 !important;
|
|
368
370
|
}
|
|
369
371
|
.e-pivotview .e-member-editor-dialog .e-clear-filter-button.e-disable {
|
|
370
372
|
display: none;
|
|
371
373
|
}
|
|
372
374
|
.e-pivotview .e-member-editor-dialog .e-editor-label-container {
|
|
373
|
-
|
|
375
|
+
-ms-flex-align: center;
|
|
376
|
+
align-items: center;
|
|
377
|
+
background: #f5f5f5;
|
|
378
|
+
display: -ms-flexbox !important;
|
|
379
|
+
display: flex !important;
|
|
380
|
+
/* stylelint-enable */
|
|
381
|
+
height: 40px;
|
|
382
|
+
-ms-flex-pack: center;
|
|
383
|
+
justify-content: center;
|
|
374
384
|
opacity: 56%;
|
|
375
|
-
padding: 12px 10px 16px 20px;
|
|
376
385
|
}
|
|
377
386
|
.e-pivotview .e-member-editor-dialog .e-editor-label-container .e-editor-label {
|
|
378
387
|
color: #000;
|
|
379
388
|
font: 500 13px Roboto;
|
|
389
|
+
margin-bottom: 0;
|
|
380
390
|
opacity: 0.87;
|
|
381
391
|
overflow: hidden;
|
|
382
392
|
text-overflow: ellipsis;
|
|
@@ -441,6 +451,9 @@
|
|
|
441
451
|
.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-outer-container ul {
|
|
442
452
|
margin-right: 0;
|
|
443
453
|
}
|
|
454
|
+
.e-pivotview .e-member-editor-dialog .e-member-editor-outer-container:not(.e-excelfilter) .e-editor-search-container {
|
|
455
|
+
padding-top: 4px !important;
|
|
456
|
+
}
|
|
444
457
|
.e-pivotview .e-value-field-settings .e-dlg-header-content,
|
|
445
458
|
.e-pivotview .e-member-editor-dialog .e-dlg-header-content,
|
|
446
459
|
.e-pivotview .e-pivot-format-dialog .e-dlg-header-content,
|
|
@@ -455,9 +468,8 @@
|
|
|
455
468
|
.e-pivotview .e-group-field-settings .e-footer-content {
|
|
456
469
|
border-top-left-radius: 0;
|
|
457
470
|
border-top-right-radius: 0;
|
|
458
|
-
|
|
459
|
-
padding-bottom:
|
|
460
|
-
padding-top: 8px;
|
|
471
|
+
padding-top: 10px;
|
|
472
|
+
padding-bottom: 10px;
|
|
461
473
|
}
|
|
462
474
|
.e-pivotview .e-value-field-settings .e-dlg-content,
|
|
463
475
|
.e-pivotview .e-member-editor-dialog .e-dlg-content,
|
|
@@ -510,8 +522,10 @@
|
|
|
510
522
|
overflow: auto;
|
|
511
523
|
}
|
|
512
524
|
.e-pivotview .e-pivotchart-type-dialog {
|
|
525
|
+
/* stylelint-disable */
|
|
513
526
|
max-width: 350px !important;
|
|
514
527
|
max-height: 380px !important;
|
|
528
|
+
/* stylelint-enable */
|
|
515
529
|
}
|
|
516
530
|
.e-pivotview .e-pivotchart-type-dialog .e-chart-type-option-container,
|
|
517
531
|
.e-pivotview .e-pivotchart-type-dialog .e-chart-type-option-text {
|
|
@@ -532,8 +546,10 @@
|
|
|
532
546
|
width: 49%;
|
|
533
547
|
}
|
|
534
548
|
.e-pivotview .e-pivot-format-dialog {
|
|
549
|
+
/* stylelint-disable */
|
|
535
550
|
max-height: 550px !important;
|
|
536
551
|
max-width: 350px !important;
|
|
552
|
+
/* stylelint-enable */
|
|
537
553
|
}
|
|
538
554
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer {
|
|
539
555
|
padding: 0 20px;
|
|
@@ -560,21 +576,18 @@
|
|
|
560
576
|
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
561
577
|
background: #f5f5f5;
|
|
562
578
|
}
|
|
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
579
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
570
580
|
font-size: 16px;
|
|
571
581
|
}
|
|
572
582
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu {
|
|
573
|
-
background-color:
|
|
583
|
+
background-color: #fff;
|
|
574
584
|
border: none;
|
|
585
|
+
/* stylelint-disable */
|
|
575
586
|
}
|
|
576
587
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item {
|
|
588
|
+
/* stylelint-disable */
|
|
577
589
|
height: 40px !important;
|
|
590
|
+
/* stylelint-enable */
|
|
578
591
|
overflow: hidden;
|
|
579
592
|
padding-left: 10px;
|
|
580
593
|
}
|
|
@@ -585,16 +598,14 @@
|
|
|
585
598
|
}
|
|
586
599
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
587
600
|
margin-left: 18px !important;
|
|
588
|
-
/* stylelint-enable */
|
|
589
601
|
}
|
|
590
602
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template {
|
|
591
|
-
/* stylelint-disable */
|
|
592
603
|
padding: 0 !important;
|
|
604
|
+
/* stylelint-enable */
|
|
593
605
|
}
|
|
594
606
|
.e-pivotview .e-pivot-toolbar .e-reportlist-label {
|
|
595
607
|
float: left;
|
|
596
608
|
font-weight: 500;
|
|
597
|
-
/* stylelint-enable */
|
|
598
609
|
}
|
|
599
610
|
.e-pivotview .e-pivot-toolbar .e-reportlist-drop {
|
|
600
611
|
float: right;
|
|
@@ -611,7 +622,7 @@
|
|
|
611
622
|
padding-right: 10px;
|
|
612
623
|
}
|
|
613
624
|
.e-pivotview .e-frozenscrollbar {
|
|
614
|
-
background
|
|
625
|
+
background: #f5f5f5;
|
|
615
626
|
}
|
|
616
627
|
|
|
617
628
|
.e-pivotview-disable-icon {
|
|
@@ -719,10 +730,6 @@
|
|
|
719
730
|
height: 52px !important;
|
|
720
731
|
/* stylelint-enable */
|
|
721
732
|
}
|
|
722
|
-
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
723
|
-
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
724
|
-
height: 125px;
|
|
725
|
-
}
|
|
726
733
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
727
734
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-descend-icon,
|
|
728
735
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
@@ -733,6 +740,10 @@
|
|
|
733
740
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-editor-search-container .e-level-drop .e-caret {
|
|
734
741
|
font-size: 14px !important;
|
|
735
742
|
}
|
|
743
|
+
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
744
|
+
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
745
|
+
height: 120px;
|
|
746
|
+
}
|
|
736
747
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text,
|
|
737
748
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
738
749
|
margin: 0 0 0 6px;
|
|
@@ -741,6 +752,10 @@
|
|
|
741
752
|
.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 {
|
|
742
753
|
margin: 0 6px 0 0;
|
|
743
754
|
}
|
|
755
|
+
.e-bigger .e-pivotview .e-member-editor-dialog.e-node-limit.e-excel-filter .e-excelfilter .e-member-editor-container-outer-div,
|
|
756
|
+
.e-bigger.e-pivotview .e-member-editor-dialog.e-node-limit.e-excel-filter .e-excelfilter .e-member-editor-container-outer-div {
|
|
757
|
+
height: 90px !important;
|
|
758
|
+
}
|
|
744
759
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
745
760
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
746
761
|
height: 102px !important;
|
|
@@ -779,7 +794,12 @@
|
|
|
779
794
|
}
|
|
780
795
|
.e-bigger .e-pivotview .e-member-editor-dialog.e-excel-filter,
|
|
781
796
|
.e-bigger.e-pivotview .e-member-editor-dialog.e-excel-filter {
|
|
782
|
-
min-width: 350px;
|
|
797
|
+
min-width: 350px !important;
|
|
798
|
+
min-height: 400px !important;
|
|
799
|
+
}
|
|
800
|
+
.e-bigger .e-pivotview .e-member-editor-dialog.e-excel-filter.e-node-limit,
|
|
801
|
+
.e-bigger.e-pivotview .e-member-editor-dialog.e-excel-filter.e-node-limit {
|
|
802
|
+
min-height: 415px !important;
|
|
783
803
|
}
|
|
784
804
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
785
805
|
.e-bigger .e-pivotview .e-value-field-settings .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
@@ -794,6 +814,10 @@
|
|
|
794
814
|
.e-bigger.e-pivotview .e-value-field-settings {
|
|
795
815
|
max-height: 510px !important;
|
|
796
816
|
}
|
|
817
|
+
.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content,
|
|
818
|
+
.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content {
|
|
819
|
+
padding: 0;
|
|
820
|
+
}
|
|
797
821
|
.e-bigger .e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer,
|
|
798
822
|
.e-bigger.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer {
|
|
799
823
|
padding: 0 20px 10px;
|
|
@@ -875,7 +899,6 @@
|
|
|
875
899
|
/*! PivotView theme */
|
|
876
900
|
.e-pivotview {
|
|
877
901
|
/* stylelint-enable */
|
|
878
|
-
/* stylelint-disable */
|
|
879
902
|
/* stylelint-enable */
|
|
880
903
|
/* stylelint-disable */
|
|
881
904
|
/* stylelint-enable */
|
|
@@ -918,7 +941,7 @@
|
|
|
918
941
|
.e-pivotview .e-grid .e-content,
|
|
919
942
|
.e-pivotview .e-grid .e-gridheader,
|
|
920
943
|
.e-pivotview .e-headercell {
|
|
921
|
-
background
|
|
944
|
+
background: #f5f5f5;
|
|
922
945
|
}
|
|
923
946
|
.e-pivotview .e-grid .e-gridheader {
|
|
924
947
|
border-bottom-width: 1px;
|
|
@@ -931,7 +954,7 @@
|
|
|
931
954
|
}
|
|
932
955
|
.e-pivotview .e-rowsheader,
|
|
933
956
|
.e-pivotview .e-columnsheader {
|
|
934
|
-
background
|
|
957
|
+
background: #fafafa;
|
|
935
958
|
}
|
|
936
959
|
.e-pivotview .e-rowsheader .e-cellvalue {
|
|
937
960
|
margin-left: 8px;
|
|
@@ -943,9 +966,13 @@
|
|
|
943
966
|
.e-pivotview .e-member-editor-dialog,
|
|
944
967
|
.e-pivotview .e-olap-editor-dialog {
|
|
945
968
|
min-height: 350px !important;
|
|
946
|
-
min-width:
|
|
969
|
+
min-width: 320px !important;
|
|
947
970
|
visibility: hidden;
|
|
948
971
|
}
|
|
972
|
+
.e-pivotview .e-member-editor-dialog.e-node-limit,
|
|
973
|
+
.e-pivotview .e-olap-editor-dialog.e-node-limit {
|
|
974
|
+
max-height: 450px !important;
|
|
975
|
+
}
|
|
949
976
|
.e-pivotview .e-member-editor-dialog .e-toolbar .e-toolbar-items {
|
|
950
977
|
margin-left: 20px;
|
|
951
978
|
}
|
|
@@ -956,6 +983,9 @@
|
|
|
956
983
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-table {
|
|
957
984
|
width: 100%;
|
|
958
985
|
}
|
|
986
|
+
.e-pivotview .e-toolbar .e-tbar-btn {
|
|
987
|
+
background-color: transparent;
|
|
988
|
+
}
|
|
959
989
|
.e-pivotview .e-grid .e-rowsheader.e-active,
|
|
960
990
|
.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground,
|
|
961
991
|
.e-pivotview .e-grid .e-columnsheader.e-active,
|
|
@@ -1249,7 +1279,9 @@
|
|
|
1249
1279
|
}
|
|
1250
1280
|
.e-pivotview .e-grouping-bar .e-pivot-button,
|
|
1251
1281
|
.e-pivotview .e-group-rows .e-pivot-button {
|
|
1252
|
-
|
|
1282
|
+
-ms-flex-align: center;
|
|
1283
|
+
align-items: center;
|
|
1284
|
+
background: #e0e0e0;
|
|
1253
1285
|
border: 1px solid #e0e0e0;
|
|
1254
1286
|
border-radius: 25px;
|
|
1255
1287
|
box-shadow: none;
|
|
@@ -1261,8 +1293,7 @@
|
|
|
1261
1293
|
display: flex;
|
|
1262
1294
|
font-weight: normal;
|
|
1263
1295
|
height: 24px;
|
|
1264
|
-
|
|
1265
|
-
padding: 4px 8px;
|
|
1296
|
+
padding: 0 8px;
|
|
1266
1297
|
text-transform: none;
|
|
1267
1298
|
vertical-align: bottom;
|
|
1268
1299
|
z-index: 1;
|
|
@@ -1275,7 +1306,7 @@
|
|
|
1275
1306
|
}
|
|
1276
1307
|
.e-pivotview .e-grouping-bar .e-pivot-button:hover,
|
|
1277
1308
|
.e-pivotview .e-group-rows .e-pivot-button:hover {
|
|
1278
|
-
background
|
|
1309
|
+
background: #bdbdbd;
|
|
1279
1310
|
border-color: #bdbdbd;
|
|
1280
1311
|
}
|
|
1281
1312
|
.e-pivotview .e-grouping-bar .e-pivot-button:hover .e-sort,
|
|
@@ -1342,9 +1373,9 @@
|
|
|
1342
1373
|
.e-pivotview .e-group-rows .e-pivot-button:active .e-edit {
|
|
1343
1374
|
color: rgba(0, 0, 0, 0.87);
|
|
1344
1375
|
}
|
|
1345
|
-
.e-pivotview .e-grouping-bar .e-pivot-button .e-content,
|
|
1346
|
-
.e-pivotview .e-group-rows .e-pivot-button .e-content {
|
|
1347
|
-
background
|
|
1376
|
+
.e-pivotview .e-grouping-bar .e-pivot-button .e-pvt-btn-content,
|
|
1377
|
+
.e-pivotview .e-group-rows .e-pivot-button .e-pvt-btn-content {
|
|
1378
|
+
background: transparent;
|
|
1348
1379
|
cursor: move;
|
|
1349
1380
|
-ms-flex: auto;
|
|
1350
1381
|
flex: auto;
|
|
@@ -1354,14 +1385,10 @@
|
|
|
1354
1385
|
text-align: left;
|
|
1355
1386
|
text-overflow: ellipsis;
|
|
1356
1387
|
}
|
|
1357
|
-
.e-pivotview .e-grouping-bar .e-pivot-button .e-content.e-disable-drag,
|
|
1358
|
-
.e-pivotview .e-group-rows .e-pivot-button .e-content.e-disable-drag {
|
|
1388
|
+
.e-pivotview .e-grouping-bar .e-pivot-button .e-pvt-btn-content.e-disable-drag,
|
|
1389
|
+
.e-pivotview .e-group-rows .e-pivot-button .e-pvt-btn-content.e-disable-drag {
|
|
1359
1390
|
cursor: auto;
|
|
1360
1391
|
}
|
|
1361
|
-
.e-pivotview .e-grouping-bar .e-pivot-button .e-draggable,
|
|
1362
|
-
.e-pivotview .e-group-rows .e-pivot-button .e-draggable {
|
|
1363
|
-
height: initial !important;
|
|
1364
|
-
}
|
|
1365
1392
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-drag,
|
|
1366
1393
|
.e-pivotview .e-group-rows .e-pivot-button .e-drag {
|
|
1367
1394
|
display: none;
|
|
@@ -1382,7 +1409,6 @@
|
|
|
1382
1409
|
cursor: pointer;
|
|
1383
1410
|
display: inline-block;
|
|
1384
1411
|
font-size: 12px;
|
|
1385
|
-
height: 18px;
|
|
1386
1412
|
margin-left: 4px;
|
|
1387
1413
|
width: 18px;
|
|
1388
1414
|
}
|
|
@@ -1452,7 +1478,6 @@
|
|
|
1452
1478
|
pointer-events: none;
|
|
1453
1479
|
}
|
|
1454
1480
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button {
|
|
1455
|
-
padding: 4px 8px;
|
|
1456
1481
|
width: 180px;
|
|
1457
1482
|
}
|
|
1458
1483
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:hover {
|
|
@@ -1503,10 +1528,8 @@
|
|
|
1503
1528
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
1504
1529
|
color: rgba(0, 0, 0, 0.54) !important;
|
|
1505
1530
|
font-size: 12px;
|
|
1506
|
-
height: 18px;
|
|
1507
1531
|
margin-left: 4px !important;
|
|
1508
1532
|
width: 18px;
|
|
1509
|
-
padding-top: 2px;
|
|
1510
1533
|
}
|
|
1511
1534
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort:hover,
|
|
1512
1535
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover,
|
|
@@ -1529,7 +1552,6 @@
|
|
|
1529
1552
|
width: 18px;
|
|
1530
1553
|
}
|
|
1531
1554
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
|
|
1532
|
-
margin-top: 3px;
|
|
1533
1555
|
transform: rotateX(180deg);
|
|
1534
1556
|
}
|
|
1535
1557
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
|
|
@@ -1579,7 +1601,7 @@
|
|
|
1579
1601
|
.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown input.e-input {
|
|
1580
1602
|
padding-bottom: 7px;
|
|
1581
1603
|
}
|
|
1582
|
-
.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) {
|
|
1604
|
+
.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) {
|
|
1583
1605
|
height: auto;
|
|
1584
1606
|
width: auto;
|
|
1585
1607
|
}
|
|
@@ -1592,6 +1614,7 @@
|
|
|
1592
1614
|
display: inline-block;
|
|
1593
1615
|
height: 18px;
|
|
1594
1616
|
margin-top: 5px;
|
|
1617
|
+
margin-bottom: 0;
|
|
1595
1618
|
text-align: center;
|
|
1596
1619
|
width: 18px;
|
|
1597
1620
|
}
|
|
@@ -1600,6 +1623,7 @@
|
|
|
1600
1623
|
font-size: 10px !important;
|
|
1601
1624
|
margin-left: 0px;
|
|
1602
1625
|
margin-top: 8px;
|
|
1626
|
+
margin-bottom: 0;
|
|
1603
1627
|
}
|
|
1604
1628
|
.e-pivotview .e-expand::before {
|
|
1605
1629
|
font-size: 10px;
|
|
@@ -1607,6 +1631,9 @@
|
|
|
1607
1631
|
.e-pivotview .e-pivot-pager {
|
|
1608
1632
|
padding: 4px 12px;
|
|
1609
1633
|
}
|
|
1634
|
+
.e-pivotview .e-pivot-pager.sf-pager .e-pivot-pager-info-container.e-pagercontainer {
|
|
1635
|
+
font-size: unset;
|
|
1636
|
+
}
|
|
1610
1637
|
.e-pivotview .e-pivot-pager.e-pivot-pager-bottom {
|
|
1611
1638
|
border-top: 0;
|
|
1612
1639
|
}
|
|
@@ -1720,6 +1747,12 @@
|
|
|
1720
1747
|
-ms-flex: none;
|
|
1721
1748
|
flex: none;
|
|
1722
1749
|
}
|
|
1750
|
+
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivot-row-pager-settings.e-pivot-pager-axis-container,
|
|
1751
|
+
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivot-column-pager-settings.e-pivot-pager-axis-container,
|
|
1752
|
+
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivot-row-pager-settings.e-pivot-pager-axis-container,
|
|
1753
|
+
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivot-column-pager-settings.e-pivot-pager-axis-container {
|
|
1754
|
+
display: inline-table;
|
|
1755
|
+
}
|
|
1723
1756
|
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivot-row-pager-settings .e-numeric,
|
|
1724
1757
|
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivot-column-pager-settings .e-numeric,
|
|
1725
1758
|
.e-pivotview .e-pivot-pager .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivot-row-pager-settings .e-numeric,
|
|
@@ -1775,6 +1808,8 @@
|
|
|
1775
1808
|
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivotview-text-div-1,
|
|
1776
1809
|
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivotview-text-div,
|
|
1777
1810
|
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivotview-text-div-1 {
|
|
1811
|
+
-ms-flex-align: center;
|
|
1812
|
+
align-items: center;
|
|
1778
1813
|
display: -ms-flexbox;
|
|
1779
1814
|
display: flex;
|
|
1780
1815
|
-ms-flex-direction: row;
|
|
@@ -1818,6 +1853,23 @@
|
|
|
1818
1853
|
text-align: initial;
|
|
1819
1854
|
width: inherit;
|
|
1820
1855
|
}
|
|
1856
|
+
.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,
|
|
1857
|
+
.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,
|
|
1858
|
+
.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,
|
|
1859
|
+
.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,
|
|
1860
|
+
.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,
|
|
1861
|
+
.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,
|
|
1862
|
+
.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,
|
|
1863
|
+
.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 {
|
|
1864
|
+
-ms-flex-align: center;
|
|
1865
|
+
align-items: center;
|
|
1866
|
+
display: -ms-flexbox;
|
|
1867
|
+
display: flex;
|
|
1868
|
+
}
|
|
1869
|
+
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivotview-text-div-1 .e-pagercontainer,
|
|
1870
|
+
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivotview-text-div-1 .e-pagercontainer {
|
|
1871
|
+
margin-bottom: 0;
|
|
1872
|
+
}
|
|
1821
1873
|
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv.e-pivot-pager-single-maindiv .e-pivot-pager-row-maindiv,
|
|
1822
1874
|
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv.e-pivot-pager-single-maindiv .e-pivot-pager-column-maindiv {
|
|
1823
1875
|
width: 100%;
|
|
@@ -1839,7 +1891,7 @@
|
|
|
1839
1891
|
}
|
|
1840
1892
|
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv:not(.e-pivot-pager-single-maindiv) .e-pivot-pager-row-maindiv.e-page-size-disable .e-pivotview-text-div,
|
|
1841
1893
|
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv:not(.e-pivot-pager-single-maindiv) .e-pivot-pager-column-maindiv.e-page-size-disable .e-pivotview-text-div {
|
|
1842
|
-
width:
|
|
1894
|
+
width: 50%;
|
|
1843
1895
|
}
|
|
1844
1896
|
.e-pivotview .e-pivot-pager.e-compact-view.e-rtl .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivotview-text-div .e-pivot-row-pager-settings,
|
|
1845
1897
|
.e-pivotview .e-pivot-pager.e-compact-view.e-rtl .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivotview-text-div .e-pivot-column-pager-settings,
|
|
@@ -1957,8 +2009,8 @@
|
|
|
1957
2009
|
padding-left: 8px;
|
|
1958
2010
|
padding-right: 0;
|
|
1959
2011
|
}
|
|
1960
|
-
.e-pivotview.e-rtl .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content,
|
|
1961
|
-
.e-pivotview.e-rtl .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-content {
|
|
2012
|
+
.e-pivotview.e-rtl .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content,
|
|
2013
|
+
.e-pivotview.e-rtl .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content {
|
|
1962
2014
|
margin-left: 4px;
|
|
1963
2015
|
text-align: right;
|
|
1964
2016
|
}
|
|
@@ -1994,7 +2046,7 @@
|
|
|
1994
2046
|
padding-right: 0;
|
|
1995
2047
|
/* stylelint-enable */
|
|
1996
2048
|
}
|
|
1997
|
-
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content {
|
|
2049
|
+
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content {
|
|
1998
2050
|
margin-left: 4px;
|
|
1999
2051
|
margin-right: 0;
|
|
2000
2052
|
text-align: right;
|
|
@@ -2024,12 +2076,6 @@
|
|
|
2024
2076
|
.e-pivotview.e-device .e-grouping-bar .e-pivot-button {
|
|
2025
2077
|
line-height: 1em !important;
|
|
2026
2078
|
}
|
|
2027
|
-
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-dropdown-icon,
|
|
2028
|
-
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-pv-filtered,
|
|
2029
|
-
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-remove,
|
|
2030
|
-
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-sort {
|
|
2031
|
-
margin-top: 2px !important;
|
|
2032
|
-
}
|
|
2033
2079
|
.e-pivotview.e-device .e-grouping-bar .e-group-all-fields .e-pvt-btn-div .e-pivot-button {
|
|
2034
2080
|
max-width: 155px;
|
|
2035
2081
|
}
|
|
@@ -2049,6 +2095,10 @@
|
|
|
2049
2095
|
.e-pivotview.e-device .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button {
|
|
2050
2096
|
width: 155px;
|
|
2051
2097
|
}
|
|
2098
|
+
.e-pivotview.e-device .e-scrollbar .e-movablescrollbar {
|
|
2099
|
+
min-height: 1px !important;
|
|
2100
|
+
visibility: hidden;
|
|
2101
|
+
}
|
|
2052
2102
|
.e-pivotview .e-component-disable {
|
|
2053
2103
|
display: none !important;
|
|
2054
2104
|
}
|
|
@@ -2105,9 +2155,7 @@
|
|
|
2105
2155
|
.e-bigger .e-pivotview,
|
|
2106
2156
|
.e-bigger.e-pivotview {
|
|
2107
2157
|
/* stylelint-disable */
|
|
2108
|
-
/* stylelint-enable */
|
|
2109
2158
|
/* stylelint-disable */
|
|
2110
|
-
/* stylelint-enable */
|
|
2111
2159
|
}
|
|
2112
2160
|
.e-bigger .e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown,
|
|
2113
2161
|
.e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown {
|
|
@@ -2151,6 +2199,15 @@
|
|
|
2151
2199
|
.e-bigger.e-pivotview .e-grid .e-gridheader .e-headercell .e-rhandler {
|
|
2152
2200
|
height: 100% !important;
|
|
2153
2201
|
}
|
|
2202
|
+
.e-bigger .e-pivotview.e-device .e-grid.e-grid-min-height .e-rowcell,
|
|
2203
|
+
.e-bigger .e-pivotview.e-device .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
2204
|
+
.e-bigger .e-pivotview.e-device .e-grid.e-grid-min-height .e-rowcell:last-child,
|
|
2205
|
+
.e-bigger.e-pivotview.e-device .e-grid.e-grid-min-height .e-rowcell,
|
|
2206
|
+
.e-bigger.e-pivotview.e-device .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
2207
|
+
.e-bigger.e-pivotview.e-device .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
2208
|
+
padding-top: 0px !important;
|
|
2209
|
+
padding-bottom: 0px !important;
|
|
2210
|
+
}
|
|
2154
2211
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2155
2212
|
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
2156
2213
|
.e-bigger .e-pivotview .e-headertext,
|
|
@@ -2195,11 +2252,10 @@
|
|
|
2195
2252
|
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button,
|
|
2196
2253
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button {
|
|
2197
2254
|
height: 30px;
|
|
2198
|
-
|
|
2199
|
-
padding: 6px 12px;
|
|
2255
|
+
padding: 0 12px;
|
|
2200
2256
|
}
|
|
2201
|
-
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-content,
|
|
2202
|
-
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-content {
|
|
2257
|
+
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content,
|
|
2258
|
+
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content {
|
|
2203
2259
|
font-size: 13px;
|
|
2204
2260
|
margin-right: 8px;
|
|
2205
2261
|
}
|
|
@@ -2217,8 +2273,8 @@
|
|
|
2217
2273
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
2218
2274
|
/* stylelint-disable */
|
|
2219
2275
|
font-size: 14px !important;
|
|
2220
|
-
height:
|
|
2221
|
-
|
|
2276
|
+
height: 14px !important;
|
|
2277
|
+
/* stylelint-enable */
|
|
2222
2278
|
width: 20px;
|
|
2223
2279
|
}
|
|
2224
2280
|
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort,
|
|
@@ -2269,10 +2325,10 @@
|
|
|
2269
2325
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button {
|
|
2270
2326
|
height: 30px;
|
|
2271
2327
|
line-height: 1em;
|
|
2272
|
-
padding:
|
|
2328
|
+
padding: 0 12px;
|
|
2273
2329
|
}
|
|
2274
|
-
.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content,
|
|
2275
|
-
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content {
|
|
2330
|
+
.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content,
|
|
2331
|
+
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content {
|
|
2276
2332
|
font-size: 13px;
|
|
2277
2333
|
margin-right: 8px;
|
|
2278
2334
|
}
|
|
@@ -2288,8 +2344,10 @@
|
|
|
2288
2344
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
2289
2345
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
2290
2346
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
2347
|
+
/* stylelint-disable */
|
|
2291
2348
|
font-size: 14px !important;
|
|
2292
|
-
height:
|
|
2349
|
+
height: 14px !important;
|
|
2350
|
+
/* stylelint-enable */
|
|
2293
2351
|
width: 20px;
|
|
2294
2352
|
}
|
|
2295
2353
|
.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort,
|
|
@@ -2300,10 +2358,6 @@
|
|
|
2300
2358
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
|
|
2301
2359
|
margin-top: 1px;
|
|
2302
2360
|
}
|
|
2303
|
-
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container,
|
|
2304
|
-
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container {
|
|
2305
|
-
height: 125px;
|
|
2306
|
-
}
|
|
2307
2361
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2308
2362
|
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
2309
2363
|
.e-bigger .e-pivotview .e-headertext,
|
|
@@ -2322,14 +2376,11 @@
|
|
|
2322
2376
|
}
|
|
2323
2377
|
.e-bigger .e-pivotview .e-rowcell,
|
|
2324
2378
|
.e-bigger.e-pivotview .e-rowcell {
|
|
2325
|
-
/* stylelint-disable */
|
|
2326
2379
|
font-size: 13px !important;
|
|
2327
2380
|
}
|
|
2328
2381
|
.e-bigger .e-pivotview.e-rtl,
|
|
2329
2382
|
.e-bigger.e-pivotview.e-rtl {
|
|
2330
2383
|
/* stylelint-enable */
|
|
2331
|
-
/* stylelint-disable */
|
|
2332
|
-
/* stylelint-enable */
|
|
2333
2384
|
}
|
|
2334
2385
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
|
|
2335
2386
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-rowsheader {
|
|
@@ -3147,6 +3198,9 @@
|
|
|
3147
3198
|
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
3148
3199
|
width: 100% !important;
|
|
3149
3200
|
}
|
|
3201
|
+
.e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
|
|
3202
|
+
margin-left: 0;
|
|
3203
|
+
}
|
|
3150
3204
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
3151
3205
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
3152
3206
|
.e-pivot-formatting-dialog.e-device .e-format-value-span {
|
|
@@ -3316,39 +3370,43 @@
|
|
|
3316
3370
|
margin: 0 12px 0 0;
|
|
3317
3371
|
/* stylelint-enable */
|
|
3318
3372
|
}
|
|
3319
|
-
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-edit, .e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-edited, .e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-remove-report {
|
|
3320
|
-
margin-top: 8px;
|
|
3321
|
-
}
|
|
3322
3373
|
.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow {
|
|
3323
3374
|
cursor: default;
|
|
3324
3375
|
}
|
|
3325
3376
|
.e-pivot-calc-dialog-div .e-treeview ul .e-list-item .e-text-content {
|
|
3326
|
-
|
|
3327
|
-
|
|
3328
|
-
|
|
3377
|
+
-ms-flex-align: center;
|
|
3378
|
+
align-items: center;
|
|
3379
|
+
display: -ms-flexbox;
|
|
3380
|
+
display: flex;
|
|
3381
|
+
height: auto;
|
|
3382
|
+
padding-left: 0;
|
|
3383
|
+
padding-right: 0;
|
|
3384
|
+
vertical-align: middle;
|
|
3329
3385
|
}
|
|
3330
3386
|
.e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-icons {
|
|
3331
3387
|
cursor: pointer;
|
|
3332
3388
|
font-size: 14px;
|
|
3333
|
-
height:
|
|
3389
|
+
height: auto;
|
|
3334
3390
|
opacity: 0.87;
|
|
3335
|
-
padding:
|
|
3391
|
+
padding: 0 4px;
|
|
3336
3392
|
pointer-events: auto;
|
|
3337
|
-
width:
|
|
3393
|
+
width: auto;
|
|
3338
3394
|
}
|
|
3339
3395
|
.e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-icons.e-format {
|
|
3340
3396
|
float: right;
|
|
3341
3397
|
font-size: 20px;
|
|
3398
|
+
height: auto;
|
|
3342
3399
|
margin-right: 12px;
|
|
3343
|
-
padding
|
|
3400
|
+
padding: 0;
|
|
3344
3401
|
}
|
|
3345
3402
|
.e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-iconspace {
|
|
3346
3403
|
cursor: pointer;
|
|
3347
3404
|
display: inline-block;
|
|
3348
3405
|
font-size: 12px;
|
|
3349
3406
|
height: 24px;
|
|
3407
|
+
margin-right: 10px;
|
|
3350
3408
|
opacity: 0.87;
|
|
3351
|
-
padding:
|
|
3409
|
+
padding: 0 4px;
|
|
3352
3410
|
pointer-events: auto;
|
|
3353
3411
|
width: 24px;
|
|
3354
3412
|
}
|
|
@@ -3360,11 +3418,9 @@
|
|
|
3360
3418
|
cursor: move;
|
|
3361
3419
|
display: inline-block;
|
|
3362
3420
|
font-size: 14px;
|
|
3363
|
-
height: 24px;
|
|
3364
3421
|
margin-right: 4px;
|
|
3365
3422
|
pointer-events: auto;
|
|
3366
|
-
width:
|
|
3367
|
-
padding: 8px 8px 8px 12px;
|
|
3423
|
+
width: 20px;
|
|
3368
3424
|
}
|
|
3369
3425
|
.e-pivot-calc-dialog-div .e-dlg-header {
|
|
3370
3426
|
font-size: 18px;
|
|
@@ -3386,10 +3442,7 @@
|
|
|
3386
3442
|
opacity: 0.87;
|
|
3387
3443
|
}
|
|
3388
3444
|
.e-pivot-calc-dialog-div.e-rtl .e-treeview .e-list-item div.e-icons {
|
|
3389
|
-
font-size: 14px;
|
|
3390
3445
|
height: 24px;
|
|
3391
|
-
margin-bottom: 10px;
|
|
3392
|
-
padding: 5px;
|
|
3393
3446
|
width: 24px;
|
|
3394
3447
|
}
|
|
3395
3448
|
.e-pivot-calc-dialog-div.e-rtl .e-treeview .e-list-item div.e-edit.e-icons,
|
|
@@ -3407,6 +3460,8 @@
|
|
|
3407
3460
|
}
|
|
3408
3461
|
.e-pivot-calc-dialog-div.e-rtl .e-treeview ul li .e-text-content {
|
|
3409
3462
|
padding: 0 24px 0 0;
|
|
3463
|
+
display: -ms-flexbox;
|
|
3464
|
+
display: flex;
|
|
3410
3465
|
}
|
|
3411
3466
|
.e-pivot-calc-dialog-div .e-pivot-calc-input.e-empty-field::-webkit-input-placeholder {
|
|
3412
3467
|
color: #f44336 !important;
|
|
@@ -3439,12 +3494,11 @@
|
|
|
3439
3494
|
cursor: copy;
|
|
3440
3495
|
}
|
|
3441
3496
|
.e-pivot-calc-dialog-div .e-list-parent .e-list-text {
|
|
3442
|
-
margin-bottom: 8px;
|
|
3443
3497
|
min-width: 100px;
|
|
3444
3498
|
overflow: hidden;
|
|
3445
3499
|
text-overflow: ellipsis;
|
|
3446
3500
|
white-space: nowrap;
|
|
3447
|
-
width:
|
|
3501
|
+
width: 100%;
|
|
3448
3502
|
}
|
|
3449
3503
|
.e-pivot-calc-dialog-div .e-pivot-treeview-outer {
|
|
3450
3504
|
background-color: #fff;
|
|
@@ -3495,7 +3549,6 @@
|
|
|
3495
3549
|
text-overflow: ellipsis;
|
|
3496
3550
|
}
|
|
3497
3551
|
.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-item .e-text-content {
|
|
3498
|
-
height: 30px;
|
|
3499
3552
|
margin: 0;
|
|
3500
3553
|
padding: 0 0 0 24px;
|
|
3501
3554
|
}
|
|
@@ -3552,7 +3605,7 @@
|
|
|
3552
3605
|
padding-right: 15px;
|
|
3553
3606
|
}
|
|
3554
3607
|
.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-pivot-all-field-title-container {
|
|
3555
|
-
background
|
|
3608
|
+
background: #f5f5f5;
|
|
3556
3609
|
color: rgba(0, 0, 0, 0.54);
|
|
3557
3610
|
display: -ms-flexbox;
|
|
3558
3611
|
display: flex;
|
|
@@ -3608,7 +3661,6 @@
|
|
|
3608
3661
|
max-height: 660px !important;
|
|
3609
3662
|
min-width: 401px !important;
|
|
3610
3663
|
/* stylelint-enable */
|
|
3611
|
-
/* stylelint-disable */
|
|
3612
3664
|
}
|
|
3613
3665
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
3614
3666
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
@@ -3634,6 +3686,16 @@
|
|
|
3634
3686
|
.e-bigger .e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-icons {
|
|
3635
3687
|
font-size: 16px;
|
|
3636
3688
|
}
|
|
3689
|
+
.e-bigger.e-pivot-calc-dialog-div .e-treeview .e-list-item .e-remove-report,
|
|
3690
|
+
.e-bigger.e-pivot-calc-dialog-div .e-treeview .e-list-item .e-edit,
|
|
3691
|
+
.e-bigger.e-pivot-calc-dialog-div .e-treeview .e-list-item .e-edited,
|
|
3692
|
+
.e-bigger .e-pivot-calc-dialog-div .e-treeview .e-list-item .e-remove-report,
|
|
3693
|
+
.e-bigger .e-pivot-calc-dialog-div .e-treeview .e-list-item .e-edit,
|
|
3694
|
+
.e-bigger .e-pivot-calc-dialog-div .e-treeview .e-list-item .e-edited {
|
|
3695
|
+
/* stylelint-disable */
|
|
3696
|
+
margin: 0 12px 0 0 !important;
|
|
3697
|
+
/* stylelint-enable */
|
|
3698
|
+
}
|
|
3637
3699
|
.e-bigger.e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons,
|
|
3638
3700
|
.e-bigger .e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons {
|
|
3639
3701
|
font-size: 16px;
|
|
@@ -3649,8 +3711,10 @@
|
|
|
3649
3711
|
}
|
|
3650
3712
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div,
|
|
3651
3713
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div {
|
|
3714
|
+
/* stylelint-disable */
|
|
3652
3715
|
max-height: 750px !important;
|
|
3653
3716
|
min-width: 580px !important;
|
|
3717
|
+
/* stylelint-enable */
|
|
3654
3718
|
}
|
|
3655
3719
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
|
|
3656
3720
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
@@ -3686,12 +3750,17 @@
|
|
|
3686
3750
|
|
|
3687
3751
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog,
|
|
3688
3752
|
.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
3753
|
+
/* stylelint-disable */
|
|
3689
3754
|
max-width: 400px !important;
|
|
3690
3755
|
min-width: 320px !important;
|
|
3691
3756
|
/* stylelint-enable */
|
|
3692
3757
|
/* stylelint-disable */
|
|
3693
3758
|
/* stylelint-enable */
|
|
3694
3759
|
}
|
|
3760
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-node-limit,
|
|
3761
|
+
.e-pivotfieldlist-container .e-member-editor-dialog.e-node-limit {
|
|
3762
|
+
max-height: 450px !important;
|
|
3763
|
+
}
|
|
3695
3764
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-prompt,
|
|
3696
3765
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-prompt {
|
|
3697
3766
|
padding: 25px 20px;
|
|
@@ -3706,13 +3775,16 @@
|
|
|
3706
3775
|
}
|
|
3707
3776
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-editor-search-container .e-clear-icon-hide,
|
|
3708
3777
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-editor-search-container .e-clear-icon-hide {
|
|
3709
|
-
display: inline-block;
|
|
3710
3778
|
visibility: hidden;
|
|
3711
3779
|
}
|
|
3780
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-select-all-container ul li .e-text-content > .e-icon-expandable,
|
|
3781
|
+
.e-pivotfieldlist-container .e-member-editor-dialog .e-select-all-container ul li .e-text-content > .e-icon-expandable {
|
|
3782
|
+
display: none;
|
|
3783
|
+
}
|
|
3712
3784
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container-outer-div,
|
|
3713
3785
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container-outer-div {
|
|
3714
3786
|
display: inline-block;
|
|
3715
|
-
height:
|
|
3787
|
+
height: 150px;
|
|
3716
3788
|
max-width: 400px;
|
|
3717
3789
|
overflow: auto;
|
|
3718
3790
|
width: 100%;
|
|
@@ -3733,6 +3805,7 @@
|
|
|
3733
3805
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog:not(.e-member-editor-dialog):not(.e-olap-field-list-tree) ul li:not(.e-pivot-parent):not(.e-pivot-child) .e-text-content,
|
|
3734
3806
|
.e-pivotfieldlist-container .e-member-editor-dialog:not(.e-member-editor-dialog):not(.e-olap-field-list-tree) ul li:not(.e-pivot-parent):not(.e-pivot-child) .e-text-content {
|
|
3735
3807
|
padding-left: 0;
|
|
3808
|
+
margin-left: 15px;
|
|
3736
3809
|
}
|
|
3737
3810
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,
|
|
3738
3811
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul {
|
|
@@ -3766,10 +3839,6 @@
|
|
|
3766
3839
|
margin-left: 0;
|
|
3767
3840
|
margin-right: -35px;
|
|
3768
3841
|
}
|
|
3769
|
-
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog,
|
|
3770
|
-
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
3771
|
-
/* stylelint-disable */
|
|
3772
|
-
}
|
|
3773
3842
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul,
|
|
3774
3843
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul {
|
|
3775
3844
|
margin-left: 0;
|
|
@@ -3793,19 +3862,30 @@
|
|
|
3793
3862
|
}
|
|
3794
3863
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-clear-filter-button {
|
|
3795
3864
|
float: left;
|
|
3796
|
-
|
|
3865
|
+
/* stylelint-disable */
|
|
3866
|
+
margin: 0 !important;
|
|
3867
|
+
/* stylelint-enable */
|
|
3797
3868
|
}
|
|
3798
3869
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-clear-filter-button.e-disable {
|
|
3799
3870
|
display: none;
|
|
3800
3871
|
}
|
|
3801
3872
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-editor-label-container {
|
|
3802
|
-
|
|
3873
|
+
-ms-flex-align: center;
|
|
3874
|
+
align-items: center;
|
|
3875
|
+
background: #f5f5f5;
|
|
3876
|
+
/* stylelint-disable */
|
|
3877
|
+
display: -ms-flexbox !important;
|
|
3878
|
+
display: flex !important;
|
|
3879
|
+
/* stylelint-enable */
|
|
3880
|
+
height: 40px;
|
|
3881
|
+
-ms-flex-pack: center;
|
|
3882
|
+
justify-content: center;
|
|
3803
3883
|
opacity: 56%;
|
|
3804
|
-
padding: 14px 10px 16px 20px;
|
|
3805
3884
|
}
|
|
3806
3885
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-editor-label-container .e-editor-label {
|
|
3807
3886
|
color: #000;
|
|
3808
3887
|
font: 500 13px Roboto;
|
|
3888
|
+
margin-bottom: 0;
|
|
3809
3889
|
opacity: 0.87;
|
|
3810
3890
|
overflow: hidden;
|
|
3811
3891
|
text-overflow: ellipsis;
|
|
@@ -3831,27 +3911,32 @@
|
|
|
3831
3911
|
}
|
|
3832
3912
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container {
|
|
3833
3913
|
border: 0;
|
|
3834
|
-
/* stylelint-enable */
|
|
3835
3914
|
}
|
|
3836
3915
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
3837
3916
|
margin: 0 0 0 6px;
|
|
3838
3917
|
}
|
|
3839
3918
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-text-wrap .e-tab-icon {
|
|
3840
|
-
height:
|
|
3841
|
-
min-width: 14px;
|
|
3842
|
-
width: 14px;
|
|
3919
|
+
height: fit-content;
|
|
3843
3920
|
}
|
|
3844
3921
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-text-wrap .e-tab-icon::before {
|
|
3845
3922
|
font-size: 14px;
|
|
3923
|
+
/* stylelint-disable */
|
|
3924
|
+
top: 0 !important;
|
|
3925
|
+
/* stylelint-enable */
|
|
3846
3926
|
}
|
|
3847
3927
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
3848
3928
|
margin: 0 6px 0 0;
|
|
3849
3929
|
}
|
|
3850
3930
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter {
|
|
3851
3931
|
padding-top: 20px;
|
|
3932
|
+
/* stylelint-disable */
|
|
3852
3933
|
}
|
|
3853
3934
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
3854
|
-
height:
|
|
3935
|
+
height: 150px !important;
|
|
3936
|
+
}
|
|
3937
|
+
.e-pivotfieldlist-container .e-member-editor-dialog.e-node-limit .e-excelfilter .e-member-editor-container-outer-div {
|
|
3938
|
+
height: 145px !important;
|
|
3939
|
+
/* stylelint-enable */
|
|
3855
3940
|
}
|
|
3856
3941
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter,
|
|
3857
3942
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter {
|
|
@@ -3860,11 +3945,11 @@
|
|
|
3860
3945
|
padding: 20px;
|
|
3861
3946
|
padding-bottom: 0;
|
|
3862
3947
|
/* stylelint-disable */
|
|
3863
|
-
/* stylelint-enable */
|
|
3864
3948
|
}
|
|
3865
3949
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
3866
3950
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-filter-text-div {
|
|
3867
3951
|
color: rgba(0, 0, 0, 0.54) !important;
|
|
3952
|
+
/* stylelint-enable */
|
|
3868
3953
|
font-size: 13px;
|
|
3869
3954
|
font-weight: 500;
|
|
3870
3955
|
}
|
|
@@ -3884,10 +3969,6 @@
|
|
|
3884
3969
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-disable {
|
|
3885
3970
|
display: none;
|
|
3886
3971
|
}
|
|
3887
|
-
.e-pivotfieldlist-container .e-member-editor-dialog.e-excel-filter .e-editor-label-container {
|
|
3888
|
-
opacity: 56%;
|
|
3889
|
-
padding: 14px 10px 9px 20px;
|
|
3890
|
-
}
|
|
3891
3972
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-toolbar .e-toolbar-items {
|
|
3892
3973
|
margin-left: 0;
|
|
3893
3974
|
margin-right: 20px;
|
|
@@ -3958,7 +4039,7 @@
|
|
|
3958
4039
|
min-width: 300px !important;
|
|
3959
4040
|
}
|
|
3960
4041
|
.e-pivotfieldlist-container .e-value-field-settings .e-dlg-content {
|
|
3961
|
-
overflow: auto;
|
|
4042
|
+
overflow: auto !important;
|
|
3962
4043
|
}
|
|
3963
4044
|
.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content {
|
|
3964
4045
|
padding: 0 20px 10px;
|
|
@@ -3975,6 +4056,7 @@
|
|
|
3975
4056
|
.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-field-name-text-container .e-field-name-title {
|
|
3976
4057
|
-ms-flex: none;
|
|
3977
4058
|
flex: none;
|
|
4059
|
+
white-space: pre;
|
|
3978
4060
|
}
|
|
3979
4061
|
.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-field-name-text-container .e-field-name-content {
|
|
3980
4062
|
-ms-flex: auto;
|
|
@@ -4013,7 +4095,6 @@
|
|
|
4013
4095
|
.e-pivotfieldlist-container .e-member-editor-dialog,
|
|
4014
4096
|
.e-pivotfieldlist-container .e-value-field-settings {
|
|
4015
4097
|
border-radius: 4px;
|
|
4016
|
-
width: auto !important;
|
|
4017
4098
|
}
|
|
4018
4099
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-header-content,
|
|
4019
4100
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-footer-content,
|
|
@@ -4036,6 +4117,7 @@
|
|
|
4036
4117
|
border-top-left-radius: 0;
|
|
4037
4118
|
border-top-right-radius: 0;
|
|
4038
4119
|
padding-top: 10px;
|
|
4120
|
+
padding-bottom: 10px;
|
|
4039
4121
|
}
|
|
4040
4122
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content,
|
|
4041
4123
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content,
|
|
@@ -4074,7 +4156,7 @@
|
|
|
4074
4156
|
|
|
4075
4157
|
.e-field-list-tree.e-drag-item.e-treeview,
|
|
4076
4158
|
.e-pivot-calc.e-drag-item.e-treeview {
|
|
4077
|
-
background
|
|
4159
|
+
background: #fff;
|
|
4078
4160
|
border: 1px solid #e0e0e0;
|
|
4079
4161
|
border-radius: 20px;
|
|
4080
4162
|
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
|
|
@@ -4085,6 +4167,10 @@
|
|
|
4085
4167
|
}
|
|
4086
4168
|
.e-field-list-tree.e-drag-item.e-treeview .e-text-content,
|
|
4087
4169
|
.e-pivot-calc.e-drag-item.e-treeview .e-text-content {
|
|
4170
|
+
-ms-flex-align: center;
|
|
4171
|
+
align-items: center;
|
|
4172
|
+
display: -ms-flexbox;
|
|
4173
|
+
display: flex;
|
|
4088
4174
|
height: 100%;
|
|
4089
4175
|
padding: 0;
|
|
4090
4176
|
text-align: center;
|
|
@@ -4094,7 +4180,7 @@
|
|
|
4094
4180
|
.e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text {
|
|
4095
4181
|
color: rgba(0, 0, 0, 0.87);
|
|
4096
4182
|
font-size: 14px;
|
|
4097
|
-
|
|
4183
|
+
padding: 0;
|
|
4098
4184
|
width: 100%;
|
|
4099
4185
|
}
|
|
4100
4186
|
.e-field-list-tree.e-drag-item.e-treeview .e-text-content > .e-icons,
|
|
@@ -4165,7 +4251,7 @@
|
|
|
4165
4251
|
|
|
4166
4252
|
/* stylelint-disable */
|
|
4167
4253
|
.e-button-drag-clone {
|
|
4168
|
-
background
|
|
4254
|
+
background: #fff !important;
|
|
4169
4255
|
border: 1px solid #e0e0e0;
|
|
4170
4256
|
border-radius: 20px;
|
|
4171
4257
|
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
|
|
@@ -4203,12 +4289,6 @@
|
|
|
4203
4289
|
/* stylelint-disable */
|
|
4204
4290
|
/* stylelint-enable */
|
|
4205
4291
|
}
|
|
4206
|
-
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
4207
|
-
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
4208
|
-
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
4209
|
-
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
4210
|
-
height: 124px;
|
|
4211
|
-
}
|
|
4212
4292
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-editor-search-container .e-sort-ascend-icon,
|
|
4213
4293
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-editor-search-container .e-sort-descend-icon,
|
|
4214
4294
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-editor-search-container .e-sort-ascend-icon,
|
|
@@ -4267,6 +4347,10 @@
|
|
|
4267
4347
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-kpiValue-icon {
|
|
4268
4348
|
margin-left: 10px;
|
|
4269
4349
|
}
|
|
4350
|
+
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container:not(.e-excelfilter) .e-member-editor-container-outer-div,
|
|
4351
|
+
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container:not(.e-excelfilter) .e-member-editor-container-outer-div {
|
|
4352
|
+
height: 120px;
|
|
4353
|
+
}
|
|
4270
4354
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog,
|
|
4271
4355
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
4272
4356
|
/* stylelint-disable */
|
|
@@ -4281,7 +4365,7 @@
|
|
|
4281
4365
|
}
|
|
4282
4366
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog.e-node-limit.e-excel-filter .e-excelfilter .e-member-editor-container-outer-div,
|
|
4283
4367
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-node-limit.e-excel-filter .e-excelfilter .e-member-editor-container-outer-div {
|
|
4284
|
-
height:
|
|
4368
|
+
height: 90px !important;
|
|
4285
4369
|
}
|
|
4286
4370
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
4287
4371
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
@@ -4322,6 +4406,11 @@
|
|
|
4322
4406
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog.e-excel-filter,
|
|
4323
4407
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-excel-filter {
|
|
4324
4408
|
min-width: 350px !important;
|
|
4409
|
+
min-height: 400px !important;
|
|
4410
|
+
}
|
|
4411
|
+
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog.e-excel-filter.e-node-limit,
|
|
4412
|
+
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-excel-filter.e-node-limit {
|
|
4413
|
+
min-height: 415px !important;
|
|
4325
4414
|
}
|
|
4326
4415
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
4327
4416
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
@@ -4398,7 +4487,7 @@
|
|
|
4398
4487
|
visibility: hidden;
|
|
4399
4488
|
}
|
|
4400
4489
|
.e-pivotfieldlist .e-select-table {
|
|
4401
|
-
background
|
|
4490
|
+
background: #fafafa;
|
|
4402
4491
|
border: 0.5px solid rgba(0, 0, 0, 0.12);
|
|
4403
4492
|
box-shadow: -1px 1px 4px 0 rgba(0, 0, 0, 0.12);
|
|
4404
4493
|
color: rgba(0, 0, 0, 0.54);
|
|
@@ -4463,7 +4552,50 @@
|
|
|
4463
4552
|
max-width: 700px;
|
|
4464
4553
|
min-width: 300px;
|
|
4465
4554
|
/* stylelint-enable */
|
|
4466
|
-
|
|
4555
|
+
}
|
|
4556
|
+
.e-pivotfieldlist-container.sf-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list {
|
|
4557
|
+
display: block;
|
|
4558
|
+
overflow-y: auto;
|
|
4559
|
+
}
|
|
4560
|
+
.e-pivotfieldlist-container.sf-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list.e-olap-field-list-tree.e-treeview ul:first-child {
|
|
4561
|
+
padding-right: 0;
|
|
4562
|
+
}
|
|
4563
|
+
.e-pivotfieldlist-container.sf-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list.e-olap-field-list-tree.e-treeview li.e-no-checkbox > .e-text-content > .e-checkbox-wrapper, .e-pivotfieldlist-container.sf-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list.e-olap-field-list-tree.e-treeview li .e-measure-icon {
|
|
4564
|
+
display: none;
|
|
4565
|
+
}
|
|
4566
|
+
.e-pivotfieldlist-container.sf-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list.e-olap-field-list-tree.e-treeview li.e-rtl ul:first-child {
|
|
4567
|
+
padding-left: 0;
|
|
4568
|
+
padding-right: 10px;
|
|
4569
|
+
}
|
|
4570
|
+
.e-pivotfieldlist-container.sf-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list li .e-drag {
|
|
4571
|
+
padding: revert !important;
|
|
4572
|
+
margin: revert !important;
|
|
4573
|
+
width: auto !important;
|
|
4574
|
+
height: auto !important;
|
|
4575
|
+
}
|
|
4576
|
+
.e-pivotfieldlist-container.sf-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list li .e-draggable {
|
|
4577
|
+
display: contents;
|
|
4578
|
+
}
|
|
4579
|
+
.e-pivotfieldlist-container.sf-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list li .e-text-content {
|
|
4580
|
+
display: -ms-flexbox;
|
|
4581
|
+
display: flex;
|
|
4582
|
+
-ms-flex-align: center;
|
|
4583
|
+
align-items: center;
|
|
4584
|
+
}
|
|
4585
|
+
.e-pivotfieldlist-container.sf-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list li .e-list-text {
|
|
4586
|
+
text-overflow: ellipsis;
|
|
4587
|
+
overflow-x: hidden;
|
|
4588
|
+
width: 100%;
|
|
4589
|
+
white-space: nowrap;
|
|
4590
|
+
}
|
|
4591
|
+
.e-pivotfieldlist-container.sf-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list.e-treeview:not(.e-rtl) .e-list-text {
|
|
4592
|
+
padding-right: revert;
|
|
4593
|
+
}
|
|
4594
|
+
.e-pivotfieldlist-container.sf-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list.e-treeview.e-rtl .e-list-text {
|
|
4595
|
+
padding-left: revert;
|
|
4596
|
+
}
|
|
4597
|
+
.e-pivotfieldlist-container.sf-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container li.e-no-checkbox > .e-text-content > .e-checkbox-wrapper, .e-pivotfieldlist-container.sf-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container li .e-measure-icon {
|
|
4598
|
+
display: none;
|
|
4467
4599
|
}
|
|
4468
4600
|
.e-pivotfieldlist-container .e-layout-footer {
|
|
4469
4601
|
display: -ms-flexbox;
|
|
@@ -4495,6 +4627,7 @@
|
|
|
4495
4627
|
}
|
|
4496
4628
|
.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
|
|
4497
4629
|
max-width: 45%;
|
|
4630
|
+
overflow: visible;
|
|
4498
4631
|
}
|
|
4499
4632
|
.e-pivotfieldlist-container .e-checkbox-layout {
|
|
4500
4633
|
float: left;
|
|
@@ -4566,22 +4699,24 @@
|
|
|
4566
4699
|
width: 100%;
|
|
4567
4700
|
}
|
|
4568
4701
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header {
|
|
4569
|
-
background
|
|
4702
|
+
background: #f5f5f5;
|
|
4570
4703
|
color: rgba(0, 0, 0, 0.54);
|
|
4571
4704
|
font-size: 13px;
|
|
4572
4705
|
font-weight: normal;
|
|
4573
|
-
height: 28px;
|
|
4574
4706
|
overflow: hidden;
|
|
4575
|
-
padding:
|
|
4707
|
+
padding: 0 0 0 15px;
|
|
4576
4708
|
text-align: left;
|
|
4577
4709
|
text-overflow: ellipsis;
|
|
4578
4710
|
word-break: break-all;
|
|
4579
4711
|
}
|
|
4580
4712
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container {
|
|
4581
|
-
|
|
4713
|
+
-ms-flex-align: center;
|
|
4714
|
+
align-items: center;
|
|
4715
|
+
background: #f5f5f5;
|
|
4582
4716
|
color: rgba(0, 0, 0, 0.54);
|
|
4583
4717
|
display: -ms-flexbox;
|
|
4584
4718
|
display: flex;
|
|
4719
|
+
height: 28px;
|
|
4585
4720
|
padding-right: 15px;
|
|
4586
4721
|
/* stylelint-disable */
|
|
4587
4722
|
/* stylelint-enable */
|
|
@@ -4596,10 +4731,7 @@
|
|
|
4596
4731
|
color: rgba(0, 0, 0, 0.54);
|
|
4597
4732
|
cursor: pointer;
|
|
4598
4733
|
font-size: 14px;
|
|
4599
|
-
|
|
4600
|
-
height: 20px !important;
|
|
4601
|
-
/* stylelint-enable */
|
|
4602
|
-
padding: 7px 0 0 4px;
|
|
4734
|
+
padding: 0 0 0 4px;
|
|
4603
4735
|
width: 20px;
|
|
4604
4736
|
}
|
|
4605
4737
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-sort-none.e-selected::before,
|
|
@@ -4737,20 +4869,23 @@
|
|
|
4737
4869
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-container,
|
|
4738
4870
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-container,
|
|
4739
4871
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-container {
|
|
4740
|
-
|
|
4872
|
+
-ms-flex-align: center;
|
|
4873
|
+
align-items: center;
|
|
4874
|
+
background: #f5f5f5;
|
|
4741
4875
|
border-bottom: 1px solid #e0e0e0;
|
|
4742
4876
|
color: rgba(0, 0, 0, 0.54);
|
|
4743
4877
|
display: -ms-flexbox;
|
|
4744
4878
|
display: flex;
|
|
4745
4879
|
height: 28px;
|
|
4746
|
-
padding:
|
|
4880
|
+
padding: 0 15px 0;
|
|
4747
4881
|
}
|
|
4748
4882
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-container .e-axis-icon-container,
|
|
4749
4883
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-container .e-axis-icon-container,
|
|
4750
4884
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-container .e-axis-icon-container,
|
|
4751
4885
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-container .e-axis-icon-container {
|
|
4752
|
-
|
|
4753
|
-
|
|
4886
|
+
display: -ms-flexbox;
|
|
4887
|
+
display: flex;
|
|
4888
|
+
height: 14px;
|
|
4754
4889
|
width: 20px;
|
|
4755
4890
|
}
|
|
4756
4891
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-container .e-axis-icon-container .e-axis-rows,
|
|
@@ -4780,7 +4915,6 @@
|
|
|
4780
4915
|
flex: auto;
|
|
4781
4916
|
font-size: 13px;
|
|
4782
4917
|
line-height: 1.5em;
|
|
4783
|
-
margin-top: 2px;
|
|
4784
4918
|
overflow: hidden;
|
|
4785
4919
|
padding: 0 8px;
|
|
4786
4920
|
text-overflow: ellipsis;
|
|
@@ -4833,7 +4967,7 @@
|
|
|
4833
4967
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button,
|
|
4834
4968
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button,
|
|
4835
4969
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button {
|
|
4836
|
-
background
|
|
4970
|
+
background: #fafafa;
|
|
4837
4971
|
border-bottom: 1px solid rgba(0, 0, 0, 0.12);
|
|
4838
4972
|
border-left: 0;
|
|
4839
4973
|
border-radius: 0;
|
|
@@ -4863,10 +4997,10 @@
|
|
|
4863
4997
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:hover {
|
|
4864
4998
|
background-color: #eee;
|
|
4865
4999
|
}
|
|
4866
|
-
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:hover .e-content,
|
|
4867
|
-
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:hover .e-content,
|
|
4868
|
-
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:hover .e-content,
|
|
4869
|
-
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:hover .e-content {
|
|
5000
|
+
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:hover .e-pvt-btn-content,
|
|
5001
|
+
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:hover .e-pvt-btn-content,
|
|
5002
|
+
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:hover .e-pvt-btn-content,
|
|
5003
|
+
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:hover .e-pvt-btn-content {
|
|
4870
5004
|
background-color: transparent;
|
|
4871
5005
|
}
|
|
4872
5006
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:focus, .e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:active,
|
|
@@ -4879,13 +5013,13 @@
|
|
|
4879
5013
|
background-color: #e0e0e0;
|
|
4880
5014
|
color: #000;
|
|
4881
5015
|
}
|
|
4882
|
-
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-content, .e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-content,
|
|
4883
|
-
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-content,
|
|
4884
|
-
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-content,
|
|
4885
|
-
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-content,
|
|
4886
|
-
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-content,
|
|
4887
|
-
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-content,
|
|
4888
|
-
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-content {
|
|
5016
|
+
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-pvt-btn-content, .e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-pvt-btn-content,
|
|
5017
|
+
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-pvt-btn-content,
|
|
5018
|
+
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-pvt-btn-content,
|
|
5019
|
+
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-pvt-btn-content,
|
|
5020
|
+
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-pvt-btn-content,
|
|
5021
|
+
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-pvt-btn-content,
|
|
5022
|
+
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-pvt-btn-content {
|
|
4889
5023
|
background-color: transparent;
|
|
4890
5024
|
}
|
|
4891
5025
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-sort,
|
|
@@ -4929,11 +5063,11 @@
|
|
|
4929
5063
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-edit {
|
|
4930
5064
|
color: #000;
|
|
4931
5065
|
}
|
|
4932
|
-
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content,
|
|
4933
|
-
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content,
|
|
4934
|
-
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content,
|
|
4935
|
-
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content {
|
|
4936
|
-
background
|
|
5066
|
+
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content,
|
|
5067
|
+
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content,
|
|
5068
|
+
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content,
|
|
5069
|
+
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content {
|
|
5070
|
+
background: transparent;
|
|
4937
5071
|
-ms-flex: auto;
|
|
4938
5072
|
flex: auto;
|
|
4939
5073
|
font-size: 13px;
|
|
@@ -5054,10 +5188,10 @@
|
|
|
5054
5188
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-remove {
|
|
5055
5189
|
display: none;
|
|
5056
5190
|
}
|
|
5057
|
-
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-content,
|
|
5058
|
-
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-content,
|
|
5059
|
-
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-content,
|
|
5060
|
-
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-content {
|
|
5191
|
+
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-pvt-btn-content,
|
|
5192
|
+
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-pvt-btn-content,
|
|
5193
|
+
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-pvt-btn-content,
|
|
5194
|
+
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-pvt-btn-content {
|
|
5061
5195
|
text-align: right;
|
|
5062
5196
|
}
|
|
5063
5197
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-sort,
|
|
@@ -5142,7 +5276,7 @@
|
|
|
5142
5276
|
height: 261px;
|
|
5143
5277
|
}
|
|
5144
5278
|
.e-pivotfieldlist-container.e-search-mode.e-popup {
|
|
5145
|
-
min-height:
|
|
5279
|
+
min-height: 520px;
|
|
5146
5280
|
}
|
|
5147
5281
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
5148
5282
|
height: 369px;
|
|
@@ -5244,13 +5378,11 @@
|
|
|
5244
5378
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
5245
5379
|
padding-left: 15px;
|
|
5246
5380
|
padding-right: 0;
|
|
5247
|
-
/* stylelint-disable */
|
|
5248
|
-
/* stylelint-enable */
|
|
5249
5381
|
}
|
|
5250
5382
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
5251
5383
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
5252
5384
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-descend {
|
|
5253
|
-
padding:
|
|
5385
|
+
padding: 0 4px 0 0;
|
|
5254
5386
|
}
|
|
5255
5387
|
.e-pivotfieldlist-container.e-rtl .e-axis-table .e-left-axis-fields,
|
|
5256
5388
|
.e-pivotfieldlist-container.e-rtl .e-axis-table .e-right-axis-fields {
|
|
@@ -5310,12 +5442,6 @@
|
|
|
5310
5442
|
.e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values {
|
|
5311
5443
|
margin-top: 8px;
|
|
5312
5444
|
}
|
|
5313
|
-
.e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-container .e-axis-icon-container,
|
|
5314
|
-
.e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-container .e-axis-icon-container,
|
|
5315
|
-
.e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-container .e-axis-icon-container,
|
|
5316
|
-
.e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-container .e-axis-icon-container {
|
|
5317
|
-
padding-top: 4px;
|
|
5318
|
-
}
|
|
5319
5445
|
.e-pivotfieldlist-container.e-static.e-rtl .e-center-title {
|
|
5320
5446
|
text-align: right;
|
|
5321
5447
|
}
|
|
@@ -5338,9 +5464,6 @@
|
|
|
5338
5464
|
background-color: #f5f5f5;
|
|
5339
5465
|
color: rgba(0, 0, 0, 0.87);
|
|
5340
5466
|
font-size: 14px;
|
|
5341
|
-
height: 48px;
|
|
5342
|
-
padding-bottom: 9px;
|
|
5343
|
-
padding-top: 9px;
|
|
5344
5467
|
}
|
|
5345
5468
|
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-header-content,
|
|
5346
5469
|
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-header-content {
|
|
@@ -5355,17 +5478,15 @@
|
|
|
5355
5478
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
5356
5479
|
display: -ms-flexbox;
|
|
5357
5480
|
display: flex;
|
|
5358
|
-
|
|
5359
|
-
|
|
5360
|
-
margin-top: 0;
|
|
5481
|
+
-ms-flex-align: center;
|
|
5482
|
+
align-items: center;
|
|
5361
5483
|
}
|
|
5362
5484
|
.e-pivotfieldlist-container.e-device .e-field-list-back-icon {
|
|
5363
5485
|
color: rgba(0, 0, 0, 0.54);
|
|
5364
5486
|
font-size: 16px;
|
|
5365
|
-
height:
|
|
5487
|
+
height: auto;
|
|
5366
5488
|
margin-left: 0;
|
|
5367
5489
|
margin-right: 12px;
|
|
5368
|
-
padding-top: 7px;
|
|
5369
5490
|
text-align: center;
|
|
5370
5491
|
width: 24px;
|
|
5371
5492
|
}
|
|
@@ -5377,10 +5498,7 @@
|
|
|
5377
5498
|
position: relative;
|
|
5378
5499
|
}
|
|
5379
5500
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-tab-header {
|
|
5380
|
-
background
|
|
5381
|
-
}
|
|
5382
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
5383
|
-
border: 0;
|
|
5501
|
+
background: #f5f5f5;
|
|
5384
5502
|
}
|
|
5385
5503
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content {
|
|
5386
5504
|
display: initial;
|
|
@@ -5419,6 +5537,8 @@
|
|
|
5419
5537
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button,
|
|
5420
5538
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button,
|
|
5421
5539
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button {
|
|
5540
|
+
-ms-flex-align: center;
|
|
5541
|
+
align-items: center;
|
|
5422
5542
|
border: 1px solid rgba(0, 0, 0, 0.12);
|
|
5423
5543
|
border-left: 0;
|
|
5424
5544
|
border-radius: 0;
|
|
@@ -5432,7 +5552,7 @@
|
|
|
5432
5552
|
font-weight: normal;
|
|
5433
5553
|
height: 36px;
|
|
5434
5554
|
line-height: normal;
|
|
5435
|
-
padding:
|
|
5555
|
+
padding: 0 16px;
|
|
5436
5556
|
text-transform: none;
|
|
5437
5557
|
width: 100%;
|
|
5438
5558
|
/* stylelint-disable */
|
|
@@ -5444,15 +5564,13 @@
|
|
|
5444
5564
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button.e-list-selected {
|
|
5445
5565
|
opacity: 0.5;
|
|
5446
5566
|
}
|
|
5447
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-content,
|
|
5448
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-content,
|
|
5449
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-content,
|
|
5450
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-content {
|
|
5567
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content,
|
|
5568
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content,
|
|
5569
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content,
|
|
5570
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content {
|
|
5451
5571
|
-ms-flex: auto;
|
|
5452
5572
|
flex: auto;
|
|
5453
5573
|
font-size: 14px;
|
|
5454
|
-
height: 100%;
|
|
5455
|
-
margin-top: -2px;
|
|
5456
5574
|
overflow: hidden;
|
|
5457
5575
|
text-align: left;
|
|
5458
5576
|
text-overflow: ellipsis;
|
|
@@ -5492,7 +5610,6 @@
|
|
|
5492
5610
|
cursor: pointer;
|
|
5493
5611
|
display: inline-block;
|
|
5494
5612
|
font-size: 16px;
|
|
5495
|
-
height: 24px;
|
|
5496
5613
|
padding-left: 10px;
|
|
5497
5614
|
width: 24px;
|
|
5498
5615
|
font-size: 14px !important;
|
|
@@ -5569,10 +5686,10 @@
|
|
|
5569
5686
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-remove {
|
|
5570
5687
|
display: inline-block;
|
|
5571
5688
|
}
|
|
5572
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-rtl .e-content,
|
|
5573
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-rtl .e-content,
|
|
5574
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button.e-rtl .e-content,
|
|
5575
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button.e-rtl .e-content {
|
|
5689
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-rtl .e-pvt-btn-content,
|
|
5690
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-rtl .e-pvt-btn-content,
|
|
5691
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button.e-rtl .e-pvt-btn-content,
|
|
5692
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button.e-rtl .e-pvt-btn-content {
|
|
5576
5693
|
text-align: right;
|
|
5577
5694
|
}
|
|
5578
5695
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-rtl .e-sort,
|
|
@@ -5655,18 +5772,21 @@
|
|
|
5655
5772
|
margin-top: 20px;
|
|
5656
5773
|
overflow: auto;
|
|
5657
5774
|
}
|
|
5658
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header
|
|
5775
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header {
|
|
5776
|
+
-ms-flex-align: center;
|
|
5777
|
+
align-items: center;
|
|
5778
|
+
display: -ms-flexbox;
|
|
5779
|
+
display: flex;
|
|
5780
|
+
}
|
|
5781
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header .e-acrdn-header-icon {
|
|
5659
5782
|
display: table;
|
|
5660
5783
|
font-size: 12px;
|
|
5661
|
-
height: 36px;
|
|
5662
|
-
min-height: 36px;
|
|
5663
5784
|
min-width: 28px;
|
|
5664
5785
|
padding: 0;
|
|
5665
5786
|
position: absolute;
|
|
5666
5787
|
right: 16px;
|
|
5667
|
-
top: 0;
|
|
5668
5788
|
}
|
|
5669
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon .e-list-icon {
|
|
5789
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header .e-acrdn-header-icon .e-list-icon {
|
|
5670
5790
|
cursor: pointer;
|
|
5671
5791
|
display: table-cell;
|
|
5672
5792
|
padding-right: 6px;
|
|
@@ -5866,13 +5986,11 @@
|
|
|
5866
5986
|
}
|
|
5867
5987
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-field-header,
|
|
5868
5988
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-header {
|
|
5869
|
-
background
|
|
5989
|
+
background: #f5f5f5;
|
|
5870
5990
|
color: rgba(0, 0, 0, 0.54);
|
|
5871
5991
|
font-size: 14px;
|
|
5872
5992
|
font-weight: normal;
|
|
5873
|
-
height: 30px;
|
|
5874
5993
|
overflow: hidden;
|
|
5875
|
-
padding: 7px 0 0 20px;
|
|
5876
5994
|
}
|
|
5877
5995
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-field-header-container,
|
|
5878
5996
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-header-container {
|
|
@@ -5885,8 +6003,7 @@
|
|
|
5885
6003
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-header-container .e-sort-ascend,
|
|
5886
6004
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-header-container .e-sort-descend {
|
|
5887
6005
|
font-size: 16px;
|
|
5888
|
-
|
|
5889
|
-
padding: 7px 0 0 4px;
|
|
6006
|
+
padding: 0 0 0 4px;
|
|
5890
6007
|
width: 24px;
|
|
5891
6008
|
}
|
|
5892
6009
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-field-list,
|
|
@@ -5956,7 +6073,7 @@
|
|
|
5956
6073
|
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-container,
|
|
5957
6074
|
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-container {
|
|
5958
6075
|
height: 30px;
|
|
5959
|
-
padding: 0 20px
|
|
6076
|
+
padding: 0 20px 0;
|
|
5960
6077
|
}
|
|
5961
6078
|
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-container .e-axis-icon-container,
|
|
5962
6079
|
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-container .e-axis-icon-container,
|
|
@@ -5966,8 +6083,7 @@
|
|
|
5966
6083
|
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-container .e-axis-icon-container,
|
|
5967
6084
|
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-container .e-axis-icon-container,
|
|
5968
6085
|
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-container .e-axis-icon-container {
|
|
5969
|
-
height:
|
|
5970
|
-
padding-top: 7px;
|
|
6086
|
+
height: 16px;
|
|
5971
6087
|
width: 24px;
|
|
5972
6088
|
}
|
|
5973
6089
|
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-container .e-axis-icon-container .e-axis-rows,
|
|
@@ -6014,7 +6130,6 @@
|
|
|
6014
6130
|
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-container .e-axis-header {
|
|
6015
6131
|
font-size: 14px;
|
|
6016
6132
|
line-height: 1.6em;
|
|
6017
|
-
margin-top: 4px;
|
|
6018
6133
|
padding: 0 12px;
|
|
6019
6134
|
}
|
|
6020
6135
|
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
@@ -6025,7 +6140,7 @@
|
|
|
6025
6140
|
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
6026
6141
|
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
6027
6142
|
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content {
|
|
6028
|
-
|
|
6143
|
+
height: 133px;
|
|
6029
6144
|
}
|
|
6030
6145
|
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button,
|
|
6031
6146
|
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button,
|
|
@@ -6035,19 +6150,20 @@
|
|
|
6035
6150
|
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button,
|
|
6036
6151
|
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button,
|
|
6037
6152
|
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button {
|
|
6153
|
+
/* stylelint-disable */
|
|
6038
6154
|
font-size: 14px;
|
|
6039
6155
|
height: 36px !important;
|
|
6040
6156
|
padding: 9px 16px !important;
|
|
6041
6157
|
/* stylelint-enable */
|
|
6042
6158
|
}
|
|
6043
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content,
|
|
6044
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content,
|
|
6045
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content,
|
|
6046
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content,
|
|
6047
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content,
|
|
6048
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content,
|
|
6049
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content,
|
|
6050
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content {
|
|
6159
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content,
|
|
6160
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content,
|
|
6161
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content,
|
|
6162
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content,
|
|
6163
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content,
|
|
6164
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content,
|
|
6165
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content,
|
|
6166
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content {
|
|
6051
6167
|
font-size: 14px;
|
|
6052
6168
|
line-height: 1.1em;
|
|
6053
6169
|
padding: 0 10px;
|
|
@@ -6226,8 +6342,6 @@
|
|
|
6226
6342
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container,
|
|
6227
6343
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
6228
6344
|
padding-left: 20px;
|
|
6229
|
-
/* stylelint-disable */
|
|
6230
|
-
/* stylelint-enable */
|
|
6231
6345
|
}
|
|
6232
6346
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
6233
6347
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -6235,7 +6349,7 @@
|
|
|
6235
6349
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
6236
6350
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
6237
6351
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-descend {
|
|
6238
|
-
padding:
|
|
6352
|
+
padding: 0 4px 0 0;
|
|
6239
6353
|
}
|
|
6240
6354
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-axis-table .e-left-axis-fields,
|
|
6241
6355
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-axis-table .e-right-axis-fields,
|
|
@@ -6326,7 +6440,7 @@
|
|
|
6326
6440
|
}
|
|
6327
6441
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table,
|
|
6328
6442
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table {
|
|
6329
|
-
height:
|
|
6443
|
+
height: 410px;
|
|
6330
6444
|
}
|
|
6331
6445
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content,
|
|
6332
6446
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
|
|
@@ -6334,7 +6448,7 @@
|
|
|
6334
6448
|
}
|
|
6335
6449
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
6336
6450
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
6337
|
-
max-height:
|
|
6451
|
+
max-height: 165px;
|
|
6338
6452
|
}
|
|
6339
6453
|
|
|
6340
6454
|
/* stylelint-enable */
|