@syncfusion/ej2-react-pivotview 21.1.35 → 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 +18 -13
- package/diConfig.json +1 -0
- 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 +2 -0
- package/dist/es6/ej2-react-pivotview.es2015.js.map +1 -1
- package/package.json +8 -8
- package/src/pivotfieldlist/pivotfieldlist.component.d.ts +1 -0
- package/src/pivotfieldlist/pivotfieldlist.component.js +1 -0
- package/src/pivotview/pivotview.component.d.ts +1 -0
- package/src/pivotview/pivotview.component.js +1 -0
- package/styles/bootstrap-dark.css +290 -242
- package/styles/bootstrap.css +289 -242
- package/styles/bootstrap4.css +299 -300
- package/styles/bootstrap5-dark.css +290 -288
- package/styles/bootstrap5.css +290 -288
- package/styles/fabric-dark.css +280 -246
- package/styles/fabric.css +277 -248
- package/styles/fluent-dark.css +292 -279
- package/styles/fluent.css +292 -279
- package/styles/highcontrast-light.css +279 -242
- package/styles/highcontrast.css +279 -242
- package/styles/material-dark.css +287 -243
- package/styles/material.css +286 -242
- 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 +164 -153
- package/styles/pivotfieldlist/bootstrap.css +162 -151
- package/styles/pivotfieldlist/bootstrap4.css +167 -159
- package/styles/pivotfieldlist/bootstrap5-dark.css +166 -166
- package/styles/pivotfieldlist/bootstrap5.css +166 -166
- package/styles/pivotfieldlist/fabric-dark.css +155 -153
- package/styles/pivotfieldlist/fabric.css +155 -153
- package/styles/pivotfieldlist/fluent-dark.css +174 -184
- package/styles/pivotfieldlist/fluent.css +174 -184
- package/styles/pivotfieldlist/highcontrast-light.css +153 -151
- package/styles/pivotfieldlist/highcontrast.css +153 -151
- package/styles/pivotfieldlist/material-dark.css +163 -156
- package/styles/pivotfieldlist/material.css +162 -155
- 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 +166 -176
- package/styles/pivotfieldlist/tailwind.css +166 -176
- package/styles/pivotview/bootstrap-dark.css +126 -89
- package/styles/pivotview/bootstrap.css +127 -91
- package/styles/pivotview/bootstrap4.css +132 -141
- package/styles/pivotview/bootstrap5-dark.css +124 -122
- package/styles/pivotview/bootstrap5.css +124 -122
- package/styles/pivotview/fabric-dark.css +125 -93
- package/styles/pivotview/fabric.css +122 -95
- package/styles/pivotview/fluent-dark.css +118 -95
- package/styles/pivotview/fluent.css +118 -95
- package/styles/pivotview/highcontrast-light.css +126 -91
- package/styles/pivotview/highcontrast.css +126 -91
- package/styles/pivotview/material-dark.css +124 -87
- package/styles/pivotview/material.css +124 -87
- 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 +124 -93
- package/styles/pivotview/tailwind.css +124 -93
- package/styles/tailwind-dark.css +290 -269
- package/styles/tailwind.css +290 -269
|
@@ -161,20 +161,14 @@
|
|
|
161
161
|
/* stylelint-disable */
|
|
162
162
|
/* stylelint-enable */
|
|
163
163
|
/* stylelint-enable */
|
|
164
|
-
/* stylelint-disable */
|
|
165
164
|
}
|
|
166
165
|
.e-pivotview .e-value-field-settings,
|
|
167
166
|
.e-pivotview .e-member-editor-dialog,
|
|
168
|
-
.e-pivotview .e-group-field-settings
|
|
169
|
-
max-height: 450px !important;
|
|
170
|
-
border-radius: 4px;
|
|
171
|
-
max-width: 400px !important;
|
|
172
|
-
width: auto !important;
|
|
173
|
-
}
|
|
167
|
+
.e-pivotview .e-group-field-settings,
|
|
174
168
|
.e-pivotview .e-pivot-format-dialog {
|
|
169
|
+
max-height: 450px !important;
|
|
175
170
|
border-radius: 4px;
|
|
176
171
|
max-width: 400px !important;
|
|
177
|
-
width: auto !important;
|
|
178
172
|
}
|
|
179
173
|
.e-pivotview .e-value-field-settings .e-field-name-text-container {
|
|
180
174
|
display: -ms-flexbox;
|
|
@@ -209,6 +203,11 @@
|
|
|
209
203
|
.e-pivotview .e-value-field-settings .e-caption-input-text {
|
|
210
204
|
font-size: 13px;
|
|
211
205
|
}
|
|
206
|
+
.e-pivotview .e-group-field-settings {
|
|
207
|
+
/* stylelint-disable */
|
|
208
|
+
width: auto !important;
|
|
209
|
+
/* stylelint-enable */
|
|
210
|
+
}
|
|
212
211
|
.e-pivotview .e-group-field-settings .e-caption-option-text,
|
|
213
212
|
.e-pivotview .e-group-field-settings .e-input-option-text,
|
|
214
213
|
.e-pivotview .e-group-field-settings .e-group-inerval-option-text,
|
|
@@ -237,6 +236,7 @@
|
|
|
237
236
|
.e-pivotview .e-member-editor-dialog {
|
|
238
237
|
min-width: 320px;
|
|
239
238
|
/* stylelint-disable */
|
|
239
|
+
/* stylelint-disable */
|
|
240
240
|
}
|
|
241
241
|
.e-pivotview .e-member-editor-dialog .e-editor-search-container {
|
|
242
242
|
display: -ms-flexbox;
|
|
@@ -244,13 +244,11 @@
|
|
|
244
244
|
padding: 0 20px 10px;
|
|
245
245
|
}
|
|
246
246
|
.e-pivotview .e-member-editor-dialog .e-editor-search-container .e-clear-icon-hide {
|
|
247
|
-
display: inline-block;
|
|
248
247
|
visibility: hidden;
|
|
249
248
|
}
|
|
250
249
|
.e-pivotview .e-member-editor-dialog .e-filter-sort {
|
|
251
250
|
box-shadow: none;
|
|
252
251
|
margin-left: 10px;
|
|
253
|
-
/* stylelint-disable */
|
|
254
252
|
}
|
|
255
253
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
256
254
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-descend-icon {
|
|
@@ -261,9 +259,12 @@
|
|
|
261
259
|
text-align: center;
|
|
262
260
|
width: 100%;
|
|
263
261
|
}
|
|
262
|
+
.e-pivotview .e-member-editor-dialog .e-select-all-container ul li .e-text-content > .e-icon-expandable {
|
|
263
|
+
display: none;
|
|
264
|
+
}
|
|
264
265
|
.e-pivotview .e-member-editor-dialog .e-member-editor-container-outer-div {
|
|
265
266
|
display: inline-block;
|
|
266
|
-
height:
|
|
267
|
+
height: 150px;
|
|
267
268
|
max-width: 400px;
|
|
268
269
|
overflow: auto;
|
|
269
270
|
width: 100%;
|
|
@@ -305,11 +306,10 @@
|
|
|
305
306
|
padding-top: 20px;
|
|
306
307
|
}
|
|
307
308
|
.e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
308
|
-
height:
|
|
309
|
+
height: 150px;
|
|
309
310
|
}
|
|
310
|
-
.e-pivotview .e-member-editor-dialog .e-excelfilter .e-editor-
|
|
311
|
-
|
|
312
|
-
padding: 14px 10px 9px 20px;
|
|
311
|
+
.e-pivotview .e-member-editor-dialog.e-node-limit .e-excelfilter .e-member-editor-container-outer-div {
|
|
312
|
+
height: 145px;
|
|
313
313
|
}
|
|
314
314
|
.e-pivotview .e-member-editor-dialog .e-label-filter,
|
|
315
315
|
.e-pivotview .e-member-editor-dialog .e-value-filter {
|
|
@@ -320,7 +320,9 @@
|
|
|
320
320
|
}
|
|
321
321
|
.e-pivotview .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
322
322
|
.e-pivotview .e-member-editor-dialog .e-value-filter .e-filter-text-div {
|
|
323
|
+
/* stylelint-disable */
|
|
323
324
|
color: #fff !important;
|
|
325
|
+
/* stylelint-enable */
|
|
324
326
|
font-size: 13px;
|
|
325
327
|
font-weight: 500;
|
|
326
328
|
}
|
|
@@ -342,18 +344,18 @@
|
|
|
342
344
|
}
|
|
343
345
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container {
|
|
344
346
|
border: none;
|
|
345
|
-
/* stylelint-enable */
|
|
346
347
|
}
|
|
347
348
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
348
349
|
margin: 0 0 0 6px;
|
|
349
350
|
}
|
|
350
351
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-text-wrap .e-tab-icon {
|
|
351
|
-
height:
|
|
352
|
-
min-width: 14px;
|
|
353
|
-
width: 14px;
|
|
352
|
+
height: fit-content;
|
|
354
353
|
}
|
|
355
354
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-text-wrap .e-tab-icon::before {
|
|
356
355
|
font-size: 14px;
|
|
356
|
+
/* stylelint-disable */
|
|
357
|
+
top: 0 !important;
|
|
358
|
+
/* stylelint-enable */
|
|
357
359
|
}
|
|
358
360
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
359
361
|
margin: 0 6px 0 0;
|
|
@@ -363,19 +365,27 @@
|
|
|
363
365
|
}
|
|
364
366
|
.e-pivotview .e-member-editor-dialog .e-clear-filter-button {
|
|
365
367
|
float: left;
|
|
366
|
-
margin: 0;
|
|
368
|
+
margin: 0 !important;
|
|
367
369
|
}
|
|
368
370
|
.e-pivotview .e-member-editor-dialog .e-clear-filter-button.e-disable {
|
|
369
371
|
display: none;
|
|
370
372
|
}
|
|
371
373
|
.e-pivotview .e-member-editor-dialog .e-editor-label-container {
|
|
372
|
-
|
|
374
|
+
-ms-flex-align: center;
|
|
375
|
+
align-items: center;
|
|
376
|
+
background: #f5f5f5;
|
|
377
|
+
display: -ms-flexbox !important;
|
|
378
|
+
display: flex !important;
|
|
379
|
+
/* stylelint-enable */
|
|
380
|
+
height: 40px;
|
|
381
|
+
-ms-flex-pack: center;
|
|
382
|
+
justify-content: center;
|
|
373
383
|
opacity: 100%;
|
|
374
|
-
padding: 14px 10px 16px 20px;
|
|
375
384
|
}
|
|
376
385
|
.e-pivotview .e-member-editor-dialog .e-editor-label-container .e-editor-label {
|
|
377
386
|
color: #fff;
|
|
378
387
|
font: 500 13px Roboto;
|
|
388
|
+
margin-bottom: 0;
|
|
379
389
|
opacity: 0.87;
|
|
380
390
|
overflow: hidden;
|
|
381
391
|
text-overflow: ellipsis;
|
|
@@ -440,6 +450,9 @@
|
|
|
440
450
|
.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-outer-container ul {
|
|
441
451
|
margin-right: 0;
|
|
442
452
|
}
|
|
453
|
+
.e-pivotview .e-member-editor-dialog .e-member-editor-outer-container:not(.e-excelfilter) .e-editor-search-container {
|
|
454
|
+
padding-top: 4px !important;
|
|
455
|
+
}
|
|
443
456
|
.e-pivotview .e-value-field-settings .e-dlg-header-content,
|
|
444
457
|
.e-pivotview .e-member-editor-dialog .e-dlg-header-content,
|
|
445
458
|
.e-pivotview .e-pivot-format-dialog .e-dlg-header-content,
|
|
@@ -454,9 +467,8 @@
|
|
|
454
467
|
.e-pivotview .e-group-field-settings .e-footer-content {
|
|
455
468
|
border-top-left-radius: 0;
|
|
456
469
|
border-top-right-radius: 0;
|
|
457
|
-
|
|
458
|
-
padding-bottom:
|
|
459
|
-
padding-top: 8px;
|
|
470
|
+
padding-top: 10px;
|
|
471
|
+
padding-bottom: 10px;
|
|
460
472
|
}
|
|
461
473
|
.e-pivotview .e-value-field-settings .e-dlg-content,
|
|
462
474
|
.e-pivotview .e-member-editor-dialog .e-dlg-content,
|
|
@@ -509,8 +521,10 @@
|
|
|
509
521
|
overflow: auto;
|
|
510
522
|
}
|
|
511
523
|
.e-pivotview .e-pivotchart-type-dialog {
|
|
524
|
+
/* stylelint-disable */
|
|
512
525
|
max-width: 350px !important;
|
|
513
526
|
max-height: 380px !important;
|
|
527
|
+
/* stylelint-enable */
|
|
514
528
|
}
|
|
515
529
|
.e-pivotview .e-pivotchart-type-dialog .e-chart-type-option-container,
|
|
516
530
|
.e-pivotview .e-pivotchart-type-dialog .e-chart-type-option-text {
|
|
@@ -531,8 +545,10 @@
|
|
|
531
545
|
width: 49%;
|
|
532
546
|
}
|
|
533
547
|
.e-pivotview .e-pivot-format-dialog {
|
|
548
|
+
/* stylelint-disable */
|
|
534
549
|
max-height: 550px !important;
|
|
535
550
|
max-width: 350px !important;
|
|
551
|
+
/* stylelint-enable */
|
|
536
552
|
}
|
|
537
553
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer {
|
|
538
554
|
padding: 0 20px;
|
|
@@ -563,11 +579,14 @@
|
|
|
563
579
|
font-size: 16px;
|
|
564
580
|
}
|
|
565
581
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu {
|
|
566
|
-
background-color:
|
|
582
|
+
background-color: #fff;
|
|
567
583
|
border: none;
|
|
584
|
+
/* stylelint-disable */
|
|
568
585
|
}
|
|
569
586
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item {
|
|
587
|
+
/* stylelint-disable */
|
|
570
588
|
height: 40px !important;
|
|
589
|
+
/* stylelint-enable */
|
|
571
590
|
overflow: hidden;
|
|
572
591
|
padding-left: 10px;
|
|
573
592
|
}
|
|
@@ -578,16 +597,14 @@
|
|
|
578
597
|
}
|
|
579
598
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
580
599
|
margin-left: 18px !important;
|
|
581
|
-
/* stylelint-enable */
|
|
582
600
|
}
|
|
583
601
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template {
|
|
584
|
-
/* stylelint-disable */
|
|
585
602
|
padding: 0 !important;
|
|
603
|
+
/* stylelint-enable */
|
|
586
604
|
}
|
|
587
605
|
.e-pivotview .e-pivot-toolbar .e-reportlist-label {
|
|
588
606
|
float: left;
|
|
589
607
|
font-weight: 500;
|
|
590
|
-
/* stylelint-enable */
|
|
591
608
|
}
|
|
592
609
|
.e-pivotview .e-pivot-toolbar .e-reportlist-drop {
|
|
593
610
|
float: right;
|
|
@@ -604,7 +621,7 @@
|
|
|
604
621
|
padding-right: 10px;
|
|
605
622
|
}
|
|
606
623
|
.e-pivotview .e-frozenscrollbar {
|
|
607
|
-
background
|
|
624
|
+
background: #212121;
|
|
608
625
|
}
|
|
609
626
|
|
|
610
627
|
.e-pivotview-disable-icon {
|
|
@@ -712,10 +729,6 @@
|
|
|
712
729
|
height: 52px !important;
|
|
713
730
|
/* stylelint-enable */
|
|
714
731
|
}
|
|
715
|
-
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
716
|
-
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
717
|
-
height: 125px;
|
|
718
|
-
}
|
|
719
732
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
720
733
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-descend-icon,
|
|
721
734
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
@@ -726,6 +739,10 @@
|
|
|
726
739
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-editor-search-container .e-level-drop .e-caret {
|
|
727
740
|
font-size: 14px !important;
|
|
728
741
|
}
|
|
742
|
+
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
743
|
+
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
744
|
+
height: 124px;
|
|
745
|
+
}
|
|
729
746
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text,
|
|
730
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 {
|
|
731
748
|
margin: 0 0 0 6px;
|
|
@@ -734,6 +751,10 @@
|
|
|
734
751
|
.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 {
|
|
735
752
|
margin: 0 6px 0 0;
|
|
736
753
|
}
|
|
754
|
+
.e-bigger .e-pivotview .e-member-editor-dialog.e-node-limit.e-excel-filter .e-excelfilter .e-member-editor-container-outer-div,
|
|
755
|
+
.e-bigger.e-pivotview .e-member-editor-dialog.e-node-limit.e-excel-filter .e-excelfilter .e-member-editor-container-outer-div {
|
|
756
|
+
height: 85px !important;
|
|
757
|
+
}
|
|
737
758
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
738
759
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
739
760
|
height: 102px !important;
|
|
@@ -772,7 +793,12 @@
|
|
|
772
793
|
}
|
|
773
794
|
.e-bigger .e-pivotview .e-member-editor-dialog.e-excel-filter,
|
|
774
795
|
.e-bigger.e-pivotview .e-member-editor-dialog.e-excel-filter {
|
|
775
|
-
min-width: 350px;
|
|
796
|
+
min-width: 350px !important;
|
|
797
|
+
min-height: 405px !important;
|
|
798
|
+
}
|
|
799
|
+
.e-bigger .e-pivotview .e-member-editor-dialog.e-excel-filter.e-node-limit,
|
|
800
|
+
.e-bigger.e-pivotview .e-member-editor-dialog.e-excel-filter.e-node-limit {
|
|
801
|
+
min-height: 415px !important;
|
|
776
802
|
}
|
|
777
803
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
778
804
|
.e-bigger .e-pivotview .e-value-field-settings .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
@@ -872,7 +898,6 @@
|
|
|
872
898
|
/*! PivotView theme */
|
|
873
899
|
.e-pivotview {
|
|
874
900
|
/* stylelint-enable */
|
|
875
|
-
/* stylelint-disable */
|
|
876
901
|
/* stylelint-enable */
|
|
877
902
|
/* stylelint-disable */
|
|
878
903
|
/* stylelint-enable */
|
|
@@ -915,7 +940,7 @@
|
|
|
915
940
|
.e-pivotview .e-grid .e-content,
|
|
916
941
|
.e-pivotview .e-grid .e-gridheader,
|
|
917
942
|
.e-pivotview .e-headercell {
|
|
918
|
-
background
|
|
943
|
+
background: #212121;
|
|
919
944
|
}
|
|
920
945
|
.e-pivotview .e-grid .e-gridheader {
|
|
921
946
|
border-bottom-width: 1px;
|
|
@@ -928,7 +953,7 @@
|
|
|
928
953
|
}
|
|
929
954
|
.e-pivotview .e-rowsheader,
|
|
930
955
|
.e-pivotview .e-columnsheader {
|
|
931
|
-
background
|
|
956
|
+
background: #212121;
|
|
932
957
|
}
|
|
933
958
|
.e-pivotview .e-rowsheader .e-cellvalue {
|
|
934
959
|
margin-left: 8px;
|
|
@@ -940,9 +965,13 @@
|
|
|
940
965
|
.e-pivotview .e-member-editor-dialog,
|
|
941
966
|
.e-pivotview .e-olap-editor-dialog {
|
|
942
967
|
min-height: 350px !important;
|
|
943
|
-
min-width:
|
|
968
|
+
min-width: 320px !important;
|
|
944
969
|
visibility: hidden;
|
|
945
970
|
}
|
|
971
|
+
.e-pivotview .e-member-editor-dialog.e-node-limit,
|
|
972
|
+
.e-pivotview .e-olap-editor-dialog.e-node-limit {
|
|
973
|
+
max-height: 450px !important;
|
|
974
|
+
}
|
|
946
975
|
.e-pivotview .e-member-editor-dialog .e-toolbar .e-toolbar-items {
|
|
947
976
|
margin-left: 20px;
|
|
948
977
|
}
|
|
@@ -1249,7 +1278,9 @@
|
|
|
1249
1278
|
}
|
|
1250
1279
|
.e-pivotview .e-grouping-bar .e-pivot-button,
|
|
1251
1280
|
.e-pivotview .e-group-rows .e-pivot-button {
|
|
1252
|
-
|
|
1281
|
+
-ms-flex-align: center;
|
|
1282
|
+
align-items: center;
|
|
1283
|
+
background: #424242;
|
|
1253
1284
|
border: 1px solid none;
|
|
1254
1285
|
border-radius: 25px;
|
|
1255
1286
|
box-shadow: none;
|
|
@@ -1261,8 +1292,7 @@
|
|
|
1261
1292
|
display: flex;
|
|
1262
1293
|
font-weight: normal;
|
|
1263
1294
|
height: 24px;
|
|
1264
|
-
|
|
1265
|
-
padding: 4px 8px;
|
|
1295
|
+
padding: 0 8px;
|
|
1266
1296
|
text-transform: none;
|
|
1267
1297
|
vertical-align: bottom;
|
|
1268
1298
|
z-index: 1;
|
|
@@ -1275,7 +1305,7 @@
|
|
|
1275
1305
|
}
|
|
1276
1306
|
.e-pivotview .e-grouping-bar .e-pivot-button:hover,
|
|
1277
1307
|
.e-pivotview .e-group-rows .e-pivot-button:hover {
|
|
1278
|
-
background
|
|
1308
|
+
background: rgba(255, 255, 255, 0.18);
|
|
1279
1309
|
border-color: rgba(255, 255, 255, 0.18);
|
|
1280
1310
|
}
|
|
1281
1311
|
.e-pivotview .e-grouping-bar .e-pivot-button:hover .e-sort,
|
|
@@ -1342,9 +1372,9 @@
|
|
|
1342
1372
|
.e-pivotview .e-group-rows .e-pivot-button:active .e-edit {
|
|
1343
1373
|
color: #fff;
|
|
1344
1374
|
}
|
|
1345
|
-
.e-pivotview .e-grouping-bar .e-pivot-button .e-content,
|
|
1346
|
-
.e-pivotview .e-group-rows .e-pivot-button .e-content {
|
|
1347
|
-
background
|
|
1375
|
+
.e-pivotview .e-grouping-bar .e-pivot-button .e-pvt-btn-content,
|
|
1376
|
+
.e-pivotview .e-group-rows .e-pivot-button .e-pvt-btn-content {
|
|
1377
|
+
background: transparent;
|
|
1348
1378
|
cursor: move;
|
|
1349
1379
|
-ms-flex: auto;
|
|
1350
1380
|
flex: auto;
|
|
@@ -1354,14 +1384,10 @@
|
|
|
1354
1384
|
text-align: left;
|
|
1355
1385
|
text-overflow: ellipsis;
|
|
1356
1386
|
}
|
|
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 {
|
|
1387
|
+
.e-pivotview .e-grouping-bar .e-pivot-button .e-pvt-btn-content.e-disable-drag,
|
|
1388
|
+
.e-pivotview .e-group-rows .e-pivot-button .e-pvt-btn-content.e-disable-drag {
|
|
1359
1389
|
cursor: auto;
|
|
1360
1390
|
}
|
|
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
1391
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-drag,
|
|
1366
1392
|
.e-pivotview .e-group-rows .e-pivot-button .e-drag {
|
|
1367
1393
|
display: none;
|
|
@@ -1382,10 +1408,8 @@
|
|
|
1382
1408
|
cursor: pointer;
|
|
1383
1409
|
display: inline-block;
|
|
1384
1410
|
font-size: 12px;
|
|
1385
|
-
height: 18px;
|
|
1386
1411
|
margin-left: 4px;
|
|
1387
1412
|
width: 18px;
|
|
1388
|
-
padding-top: 1px;
|
|
1389
1413
|
}
|
|
1390
1414
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-sort:hover,
|
|
1391
1415
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-dropdown-icon:hover,
|
|
@@ -1423,7 +1447,6 @@
|
|
|
1423
1447
|
}
|
|
1424
1448
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-sort.e-descend,
|
|
1425
1449
|
.e-pivotview .e-group-rows .e-pivot-button .e-sort.e-descend {
|
|
1426
|
-
margin-top: 2px;
|
|
1427
1450
|
transform: rotateX(180deg);
|
|
1428
1451
|
}
|
|
1429
1452
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-dropdown-icon,
|
|
@@ -1454,7 +1477,6 @@
|
|
|
1454
1477
|
pointer-events: none;
|
|
1455
1478
|
}
|
|
1456
1479
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button {
|
|
1457
|
-
padding: 4px 8px;
|
|
1458
1480
|
width: 180px;
|
|
1459
1481
|
}
|
|
1460
1482
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:hover {
|
|
@@ -1505,7 +1527,6 @@
|
|
|
1505
1527
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
1506
1528
|
color: rgba(255, 255, 255, 0.7) !important;
|
|
1507
1529
|
font-size: 12px;
|
|
1508
|
-
height: 18px;
|
|
1509
1530
|
margin-left: 4px !important;
|
|
1510
1531
|
width: 18px;
|
|
1511
1532
|
}
|
|
@@ -1579,7 +1600,7 @@
|
|
|
1579
1600
|
.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown input.e-input {
|
|
1580
1601
|
padding-bottom: 7px;
|
|
1581
1602
|
}
|
|
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) {
|
|
1603
|
+
.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
1604
|
height: auto;
|
|
1584
1605
|
width: auto;
|
|
1585
1606
|
}
|
|
@@ -1592,6 +1613,7 @@
|
|
|
1592
1613
|
display: inline-block;
|
|
1593
1614
|
height: 18px;
|
|
1594
1615
|
margin-top: 5px;
|
|
1616
|
+
margin-bottom: 0;
|
|
1595
1617
|
text-align: center;
|
|
1596
1618
|
width: 18px;
|
|
1597
1619
|
}
|
|
@@ -1600,6 +1622,7 @@
|
|
|
1600
1622
|
font-size: 10px !important;
|
|
1601
1623
|
margin-left: 0px;
|
|
1602
1624
|
margin-top: 8px;
|
|
1625
|
+
margin-bottom: 0;
|
|
1603
1626
|
}
|
|
1604
1627
|
.e-pivotview .e-expand::before {
|
|
1605
1628
|
font-size: 10px;
|
|
@@ -1784,6 +1807,8 @@
|
|
|
1784
1807
|
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivotview-text-div-1,
|
|
1785
1808
|
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivotview-text-div,
|
|
1786
1809
|
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivotview-text-div-1 {
|
|
1810
|
+
-ms-flex-align: center;
|
|
1811
|
+
align-items: center;
|
|
1787
1812
|
display: -ms-flexbox;
|
|
1788
1813
|
display: flex;
|
|
1789
1814
|
-ms-flex-direction: row;
|
|
@@ -1827,6 +1852,23 @@
|
|
|
1827
1852
|
text-align: initial;
|
|
1828
1853
|
width: inherit;
|
|
1829
1854
|
}
|
|
1855
|
+
.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,
|
|
1856
|
+
.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,
|
|
1857
|
+
.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,
|
|
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-column-pager-settings,
|
|
1859
|
+
.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,
|
|
1860
|
+
.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,
|
|
1861
|
+
.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,
|
|
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-column-pager-settings {
|
|
1863
|
+
-ms-flex-align: center;
|
|
1864
|
+
align-items: center;
|
|
1865
|
+
display: -ms-flexbox;
|
|
1866
|
+
display: flex;
|
|
1867
|
+
}
|
|
1868
|
+
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivotview-text-div-1 .e-pagercontainer,
|
|
1869
|
+
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivotview-text-div-1 .e-pagercontainer {
|
|
1870
|
+
margin-bottom: 0;
|
|
1871
|
+
}
|
|
1830
1872
|
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv.e-pivot-pager-single-maindiv .e-pivot-pager-row-maindiv,
|
|
1831
1873
|
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv.e-pivot-pager-single-maindiv .e-pivot-pager-column-maindiv {
|
|
1832
1874
|
width: 100%;
|
|
@@ -1848,7 +1890,7 @@
|
|
|
1848
1890
|
}
|
|
1849
1891
|
.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,
|
|
1850
1892
|
.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 {
|
|
1851
|
-
width:
|
|
1893
|
+
width: 50%;
|
|
1852
1894
|
}
|
|
1853
1895
|
.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,
|
|
1854
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-column-pager-settings,
|
|
@@ -1966,8 +2008,8 @@
|
|
|
1966
2008
|
padding-left: 8px;
|
|
1967
2009
|
padding-right: 0;
|
|
1968
2010
|
}
|
|
1969
|
-
.e-pivotview.e-rtl .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content,
|
|
1970
|
-
.e-pivotview.e-rtl .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-content {
|
|
2011
|
+
.e-pivotview.e-rtl .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content,
|
|
2012
|
+
.e-pivotview.e-rtl .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content {
|
|
1971
2013
|
margin-left: 4px;
|
|
1972
2014
|
text-align: right;
|
|
1973
2015
|
}
|
|
@@ -2003,7 +2045,7 @@
|
|
|
2003
2045
|
padding-right: 0;
|
|
2004
2046
|
/* stylelint-enable */
|
|
2005
2047
|
}
|
|
2006
|
-
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content {
|
|
2048
|
+
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content {
|
|
2007
2049
|
margin-left: 4px;
|
|
2008
2050
|
margin-right: 0;
|
|
2009
2051
|
text-align: right;
|
|
@@ -2033,12 +2075,6 @@
|
|
|
2033
2075
|
.e-pivotview.e-device .e-grouping-bar .e-pivot-button {
|
|
2034
2076
|
line-height: 1em !important;
|
|
2035
2077
|
}
|
|
2036
|
-
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-dropdown-icon,
|
|
2037
|
-
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-pv-filtered,
|
|
2038
|
-
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-remove,
|
|
2039
|
-
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-sort {
|
|
2040
|
-
margin-top: 2px !important;
|
|
2041
|
-
}
|
|
2042
2078
|
.e-pivotview.e-device .e-grouping-bar .e-group-all-fields .e-pvt-btn-div .e-pivot-button {
|
|
2043
2079
|
max-width: 155px;
|
|
2044
2080
|
}
|
|
@@ -2118,9 +2154,7 @@
|
|
|
2118
2154
|
.e-bigger .e-pivotview,
|
|
2119
2155
|
.e-bigger.e-pivotview {
|
|
2120
2156
|
/* stylelint-disable */
|
|
2121
|
-
/* stylelint-enable */
|
|
2122
2157
|
/* stylelint-disable */
|
|
2123
|
-
/* stylelint-enable */
|
|
2124
2158
|
}
|
|
2125
2159
|
.e-bigger .e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown,
|
|
2126
2160
|
.e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown {
|
|
@@ -2164,6 +2198,15 @@
|
|
|
2164
2198
|
.e-bigger.e-pivotview .e-grid .e-gridheader .e-headercell .e-rhandler {
|
|
2165
2199
|
height: 100% !important;
|
|
2166
2200
|
}
|
|
2201
|
+
.e-bigger .e-pivotview.e-device .e-grid.e-grid-min-height .e-rowcell,
|
|
2202
|
+
.e-bigger .e-pivotview.e-device .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
2203
|
+
.e-bigger .e-pivotview.e-device .e-grid.e-grid-min-height .e-rowcell:last-child,
|
|
2204
|
+
.e-bigger.e-pivotview.e-device .e-grid.e-grid-min-height .e-rowcell,
|
|
2205
|
+
.e-bigger.e-pivotview.e-device .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
2206
|
+
.e-bigger.e-pivotview.e-device .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
2207
|
+
padding-top: 0px !important;
|
|
2208
|
+
padding-bottom: 0px !important;
|
|
2209
|
+
}
|
|
2167
2210
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2168
2211
|
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
2169
2212
|
.e-bigger .e-pivotview .e-headertext,
|
|
@@ -2208,11 +2251,10 @@
|
|
|
2208
2251
|
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button,
|
|
2209
2252
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button {
|
|
2210
2253
|
height: 30px;
|
|
2211
|
-
|
|
2212
|
-
padding: 6px 12px;
|
|
2254
|
+
padding: 0 12px;
|
|
2213
2255
|
}
|
|
2214
|
-
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-content,
|
|
2215
|
-
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-content {
|
|
2256
|
+
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content,
|
|
2257
|
+
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content {
|
|
2216
2258
|
font-size: 13px;
|
|
2217
2259
|
margin-right: 8px;
|
|
2218
2260
|
}
|
|
@@ -2230,8 +2272,8 @@
|
|
|
2230
2272
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
2231
2273
|
/* stylelint-disable */
|
|
2232
2274
|
font-size: 14px !important;
|
|
2233
|
-
height:
|
|
2234
|
-
|
|
2275
|
+
height: 14px !important;
|
|
2276
|
+
/* stylelint-enable */
|
|
2235
2277
|
width: 20px;
|
|
2236
2278
|
}
|
|
2237
2279
|
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort,
|
|
@@ -2282,10 +2324,10 @@
|
|
|
2282
2324
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button {
|
|
2283
2325
|
height: 30px;
|
|
2284
2326
|
line-height: 1em;
|
|
2285
|
-
padding:
|
|
2327
|
+
padding: 0 12px;
|
|
2286
2328
|
}
|
|
2287
|
-
.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content,
|
|
2288
|
-
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content {
|
|
2329
|
+
.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content,
|
|
2330
|
+
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content {
|
|
2289
2331
|
font-size: 13px;
|
|
2290
2332
|
margin-right: 8px;
|
|
2291
2333
|
}
|
|
@@ -2301,8 +2343,10 @@
|
|
|
2301
2343
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
2302
2344
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
2303
2345
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
2346
|
+
/* stylelint-disable */
|
|
2304
2347
|
font-size: 14px !important;
|
|
2305
|
-
height:
|
|
2348
|
+
height: 14px !important;
|
|
2349
|
+
/* stylelint-enable */
|
|
2306
2350
|
width: 20px;
|
|
2307
2351
|
}
|
|
2308
2352
|
.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort,
|
|
@@ -2313,10 +2357,6 @@
|
|
|
2313
2357
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
|
|
2314
2358
|
margin-top: 1px;
|
|
2315
2359
|
}
|
|
2316
|
-
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container,
|
|
2317
|
-
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container {
|
|
2318
|
-
height: 125px;
|
|
2319
|
-
}
|
|
2320
2360
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2321
2361
|
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
2322
2362
|
.e-bigger .e-pivotview .e-headertext,
|
|
@@ -2335,14 +2375,11 @@
|
|
|
2335
2375
|
}
|
|
2336
2376
|
.e-bigger .e-pivotview .e-rowcell,
|
|
2337
2377
|
.e-bigger.e-pivotview .e-rowcell {
|
|
2338
|
-
/* stylelint-disable */
|
|
2339
2378
|
font-size: 13px !important;
|
|
2340
2379
|
}
|
|
2341
2380
|
.e-bigger .e-pivotview.e-rtl,
|
|
2342
2381
|
.e-bigger.e-pivotview.e-rtl {
|
|
2343
2382
|
/* stylelint-enable */
|
|
2344
|
-
/* stylelint-disable */
|
|
2345
|
-
/* stylelint-enable */
|
|
2346
2383
|
}
|
|
2347
2384
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
|
|
2348
2385
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-rowsheader {
|