@syncfusion/ej2-angular-pivotview 21.2.10 → 22.1.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +36 -121
- package/esm2020/src/index.mjs +2 -2
- package/esm2020/src/pivotfieldlist/pivotfieldlist.component.mjs +3 -3
- package/esm2020/src/pivotview/pivotview-all.module.mjs +4 -7
- package/esm2020/src/pivotview/pivotview.component.mjs +5 -18
- package/fesm2015/syncfusion-ej2-angular-pivotview.mjs +10 -26
- package/fesm2015/syncfusion-ej2-angular-pivotview.mjs.map +1 -1
- package/fesm2020/syncfusion-ej2-angular-pivotview.mjs +10 -26
- package/fesm2020/syncfusion-ej2-angular-pivotview.mjs.map +1 -1
- package/license +10 -0
- package/package.json +17 -9
- package/schematics/utils/lib-details.ts +2 -2
- package/src/index.d.ts +1 -1
- package/src/pivotfieldlist/pivotfieldlist.component.d.ts +1 -1
- package/src/pivotview/pivotview-all.module.d.ts +0 -1
- package/src/pivotview/pivotview.component.d.ts +2 -9
- package/styles/bootstrap-dark.css +274 -226
- package/styles/bootstrap.css +273 -226
- package/styles/bootstrap4.css +284 -285
- package/styles/bootstrap5-dark.css +272 -270
- package/styles/bootstrap5.css +272 -270
- package/styles/fabric-dark.css +264 -230
- package/styles/fabric.css +262 -233
- package/styles/fluent-dark.css +276 -263
- package/styles/fluent.css +276 -263
- package/styles/highcontrast-light.css +264 -227
- package/styles/highcontrast.css +264 -227
- package/styles/material-dark.css +271 -227
- package/styles/material.css +270 -226
- package/styles/material3-dark.css +6610 -0
- package/styles/material3-dark.scss +4 -0
- package/styles/material3.css +6666 -0
- package/styles/material3.scss +4 -0
- package/styles/pivotfieldlist/_bootstrap-dark-definition.scss +25 -32
- package/styles/pivotfieldlist/_bootstrap-definition.scss +27 -8
- package/styles/pivotfieldlist/_bootstrap4-definition.scss +28 -9
- package/styles/pivotfieldlist/_bootstrap5-definition.scss +29 -10
- package/styles/pivotfieldlist/_fabric-dark-definition.scss +25 -6
- package/styles/pivotfieldlist/_fabric-definition.scss +26 -7
- package/styles/pivotfieldlist/_fluent-definition.scss +29 -10
- package/styles/pivotfieldlist/_fusionnew-definition.scss +25 -6
- package/styles/pivotfieldlist/_highcontrast-definition.scss +24 -5
- package/styles/pivotfieldlist/_highcontrast-light-definition.scss +23 -4
- package/styles/pivotfieldlist/_layout.scss +144 -172
- package/styles/pivotfieldlist/_material-dark-definition.scss +28 -9
- package/styles/pivotfieldlist/_material-definition.scss +28 -9
- package/styles/pivotfieldlist/_material3-dark-definition.scss +1 -0
- package/styles/pivotfieldlist/_material3-definition.scss +224 -0
- package/styles/pivotfieldlist/_tailwind-definition.scss +29 -10
- package/styles/pivotfieldlist/_theme.scss +169 -186
- package/styles/pivotfieldlist/bootstrap-dark.css +149 -139
- package/styles/pivotfieldlist/bootstrap.css +148 -138
- package/styles/pivotfieldlist/bootstrap4.css +153 -146
- package/styles/pivotfieldlist/bootstrap5-dark.css +149 -150
- package/styles/pivotfieldlist/bootstrap5.css +149 -150
- package/styles/pivotfieldlist/fabric-dark.css +140 -139
- package/styles/pivotfieldlist/fabric.css +141 -140
- package/styles/pivotfieldlist/fluent-dark.css +159 -170
- package/styles/pivotfieldlist/fluent.css +159 -170
- package/styles/pivotfieldlist/highcontrast-light.css +139 -138
- package/styles/pivotfieldlist/highcontrast.css +139 -138
- package/styles/pivotfieldlist/icons/_fluent.scss +1 -1
- package/styles/pivotfieldlist/icons/_material3-dark.scss +1 -0
- package/styles/pivotfieldlist/icons/_material3.scss +7 -3
- package/styles/pivotfieldlist/material-dark.css +148 -142
- package/styles/pivotfieldlist/material.css +147 -141
- package/styles/pivotfieldlist/material3-dark.css +3811 -0
- package/styles/pivotfieldlist/material3-dark.scss +5 -0
- package/styles/pivotfieldlist/material3.css +3865 -0
- package/styles/pivotfieldlist/material3.scss +5 -0
- package/styles/pivotfieldlist/tailwind-dark.css +152 -163
- package/styles/pivotfieldlist/tailwind.css +152 -163
- package/styles/pivotview/_bootstrap-dark-definition.scss +18 -8
- package/styles/pivotview/_bootstrap-definition.scss +18 -8
- package/styles/pivotview/_bootstrap4-definition.scss +18 -8
- package/styles/pivotview/_bootstrap5-definition.scss +16 -6
- package/styles/pivotview/_fabric-dark-definition.scss +18 -8
- package/styles/pivotview/_fabric-definition.scss +18 -8
- package/styles/pivotview/_fluent-definition.scss +16 -6
- package/styles/pivotview/_fusionnew-definition.scss +13 -3
- package/styles/pivotview/_highcontrast-definition.scss +17 -7
- package/styles/pivotview/_highcontrast-light-definition.scss +17 -7
- package/styles/pivotview/_layout.scss +103 -69
- package/styles/pivotview/_material-dark-definition.scss +16 -6
- package/styles/pivotview/_material-definition.scss +16 -6
- package/styles/pivotview/_material3-dark-definition.scss +1 -0
- package/styles/pivotview/_material3-definition.scss +179 -0
- package/styles/pivotview/_tailwind-definition.scss +16 -6
- package/styles/pivotview/_theme.scss +126 -173
- package/styles/pivotview/bootstrap-dark.css +125 -87
- package/styles/pivotview/bootstrap.css +125 -88
- package/styles/pivotview/bootstrap4.css +131 -139
- package/styles/pivotview/bootstrap5-dark.css +123 -120
- package/styles/pivotview/bootstrap5.css +123 -120
- package/styles/pivotview/fabric-dark.css +124 -91
- package/styles/pivotview/fabric.css +121 -93
- package/styles/pivotview/fluent-dark.css +117 -93
- package/styles/pivotview/fluent.css +117 -93
- package/styles/pivotview/highcontrast-light.css +125 -89
- package/styles/pivotview/highcontrast.css +125 -89
- package/styles/pivotview/icons/_material3-dark.scss +1 -0
- package/styles/pivotview/icons/_material3.scss +4 -4
- package/styles/pivotview/material-dark.css +123 -85
- package/styles/pivotview/material.css +123 -85
- package/styles/pivotview/material3-dark.css +2854 -0
- package/styles/pivotview/material3-dark.scss +5 -0
- package/styles/pivotview/material3.css +2912 -0
- package/styles/pivotview/material3.scss +6 -0
- package/styles/pivotview/tailwind-dark.css +123 -91
- package/styles/pivotview/tailwind.css +123 -91
- package/styles/tailwind-dark.css +275 -254
- package/styles/tailwind.css +275 -254
- package/schematics/collection.json +0 -20
- package/schematics/generators/pivotview-default/index.d.ts +0 -3
- package/schematics/generators/pivotview-default/index.js +0 -8
- package/schematics/generators/pivotview-default/sample-details.d.ts +0 -5
- package/schematics/generators/pivotview-default/sample-details.js +0 -7
- package/schematics/generators/pivotview-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
- package/schematics/generators/pivotview-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -4
- package/schematics/generators/pivotview-default/schema.d.ts +0 -3
- package/schematics/generators/pivotview-default/schema.js +0 -2
- package/schematics/generators/pivotview-default/schema.json +0 -125
- package/schematics/generators/pivotview-fieldlist/index.d.ts +0 -3
- package/schematics/generators/pivotview-fieldlist/index.js +0 -8
- package/schematics/generators/pivotview-fieldlist/sample-details.d.ts +0 -5
- package/schematics/generators/pivotview-fieldlist/sample-details.js +0 -7
- package/schematics/generators/pivotview-fieldlist/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
- package/schematics/generators/pivotview-fieldlist/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -4
- package/schematics/generators/pivotview-fieldlist/schema.d.ts +0 -3
- package/schematics/generators/pivotview-fieldlist/schema.js +0 -2
- package/schematics/generators/pivotview-fieldlist/schema.json +0 -125
- package/schematics/ng-add/index.d.ts +0 -3
- package/schematics/ng-add/index.js +0 -9
- package/schematics/ng-add/schema.d.ts +0 -13
- package/schematics/ng-add/schema.js +0 -2
- package/schematics/ng-add/schema.json +0 -34
- package/schematics/tsconfig.json +0 -25
- package/schematics/utils/lib-details.d.ts +0 -4
- package/schematics/utils/lib-details.js +0 -6
|
@@ -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;
|
|
@@ -564,11 +580,14 @@
|
|
|
564
580
|
font-size: 16px;
|
|
565
581
|
}
|
|
566
582
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu {
|
|
567
|
-
background-color:
|
|
583
|
+
background-color: #fff;
|
|
568
584
|
border: none;
|
|
585
|
+
/* stylelint-disable */
|
|
569
586
|
}
|
|
570
587
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item {
|
|
588
|
+
/* stylelint-disable */
|
|
571
589
|
height: 40px !important;
|
|
590
|
+
/* stylelint-enable */
|
|
572
591
|
overflow: hidden;
|
|
573
592
|
padding-left: 10px;
|
|
574
593
|
}
|
|
@@ -579,16 +598,14 @@
|
|
|
579
598
|
}
|
|
580
599
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
581
600
|
margin-left: 18px !important;
|
|
582
|
-
/* stylelint-enable */
|
|
583
601
|
}
|
|
584
602
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template {
|
|
585
|
-
/* stylelint-disable */
|
|
586
603
|
padding: 0 !important;
|
|
604
|
+
/* stylelint-enable */
|
|
587
605
|
}
|
|
588
606
|
.e-pivotview .e-pivot-toolbar .e-reportlist-label {
|
|
589
607
|
float: left;
|
|
590
608
|
font-weight: 500;
|
|
591
|
-
/* stylelint-enable */
|
|
592
609
|
}
|
|
593
610
|
.e-pivotview .e-pivot-toolbar .e-reportlist-drop {
|
|
594
611
|
float: right;
|
|
@@ -605,7 +622,7 @@
|
|
|
605
622
|
padding-right: 10px;
|
|
606
623
|
}
|
|
607
624
|
.e-pivotview .e-frozenscrollbar {
|
|
608
|
-
background
|
|
625
|
+
background: #f5f5f5;
|
|
609
626
|
}
|
|
610
627
|
|
|
611
628
|
.e-pivotview-disable-icon {
|
|
@@ -713,10 +730,6 @@
|
|
|
713
730
|
height: 52px !important;
|
|
714
731
|
/* stylelint-enable */
|
|
715
732
|
}
|
|
716
|
-
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
717
|
-
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
718
|
-
height: 125px;
|
|
719
|
-
}
|
|
720
733
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
721
734
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-descend-icon,
|
|
722
735
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
@@ -727,6 +740,10 @@
|
|
|
727
740
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-editor-search-container .e-level-drop .e-caret {
|
|
728
741
|
font-size: 14px !important;
|
|
729
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
|
+
}
|
|
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
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
732
749
|
margin: 0 0 0 6px;
|
|
@@ -735,6 +752,10 @@
|
|
|
735
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 {
|
|
736
753
|
margin: 0 6px 0 0;
|
|
737
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
|
+
}
|
|
738
759
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
739
760
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
740
761
|
height: 102px !important;
|
|
@@ -773,7 +794,12 @@
|
|
|
773
794
|
}
|
|
774
795
|
.e-bigger .e-pivotview .e-member-editor-dialog.e-excel-filter,
|
|
775
796
|
.e-bigger.e-pivotview .e-member-editor-dialog.e-excel-filter {
|
|
776
|
-
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;
|
|
777
803
|
}
|
|
778
804
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
779
805
|
.e-bigger .e-pivotview .e-value-field-settings .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
@@ -873,7 +899,6 @@
|
|
|
873
899
|
/*! PivotView theme */
|
|
874
900
|
.e-pivotview {
|
|
875
901
|
/* stylelint-enable */
|
|
876
|
-
/* stylelint-disable */
|
|
877
902
|
/* stylelint-enable */
|
|
878
903
|
/* stylelint-disable */
|
|
879
904
|
/* stylelint-enable */
|
|
@@ -916,7 +941,7 @@
|
|
|
916
941
|
.e-pivotview .e-grid .e-content,
|
|
917
942
|
.e-pivotview .e-grid .e-gridheader,
|
|
918
943
|
.e-pivotview .e-headercell {
|
|
919
|
-
background
|
|
944
|
+
background: #f5f5f5;
|
|
920
945
|
}
|
|
921
946
|
.e-pivotview .e-grid .e-gridheader {
|
|
922
947
|
border-bottom-width: 1px;
|
|
@@ -929,7 +954,7 @@
|
|
|
929
954
|
}
|
|
930
955
|
.e-pivotview .e-rowsheader,
|
|
931
956
|
.e-pivotview .e-columnsheader {
|
|
932
|
-
background
|
|
957
|
+
background: #fafafa;
|
|
933
958
|
}
|
|
934
959
|
.e-pivotview .e-rowsheader .e-cellvalue {
|
|
935
960
|
margin-left: 8px;
|
|
@@ -942,6 +967,11 @@
|
|
|
942
967
|
.e-pivotview .e-olap-editor-dialog {
|
|
943
968
|
min-height: 350px !important;
|
|
944
969
|
min-width: 320px !important;
|
|
970
|
+
visibility: hidden;
|
|
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;
|
|
945
975
|
}
|
|
946
976
|
.e-pivotview .e-member-editor-dialog .e-toolbar .e-toolbar-items {
|
|
947
977
|
margin-left: 20px;
|
|
@@ -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,10 +1409,8 @@
|
|
|
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
|
-
padding-top: 1px;
|
|
1389
1414
|
}
|
|
1390
1415
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-sort:hover,
|
|
1391
1416
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-dropdown-icon:hover,
|
|
@@ -1423,7 +1448,6 @@
|
|
|
1423
1448
|
}
|
|
1424
1449
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-sort.e-descend,
|
|
1425
1450
|
.e-pivotview .e-group-rows .e-pivot-button .e-sort.e-descend {
|
|
1426
|
-
margin-top: 2px;
|
|
1427
1451
|
transform: rotateX(180deg);
|
|
1428
1452
|
}
|
|
1429
1453
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-dropdown-icon,
|
|
@@ -1454,7 +1478,6 @@
|
|
|
1454
1478
|
pointer-events: none;
|
|
1455
1479
|
}
|
|
1456
1480
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button {
|
|
1457
|
-
padding: 4px 8px;
|
|
1458
1481
|
width: 180px;
|
|
1459
1482
|
}
|
|
1460
1483
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:hover {
|
|
@@ -1505,7 +1528,6 @@
|
|
|
1505
1528
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
1506
1529
|
color: rgba(0, 0, 0, 0.54) !important;
|
|
1507
1530
|
font-size: 12px;
|
|
1508
|
-
height: 18px;
|
|
1509
1531
|
margin-left: 4px !important;
|
|
1510
1532
|
width: 18px;
|
|
1511
1533
|
}
|
|
@@ -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;
|
|
@@ -1784,6 +1808,8 @@
|
|
|
1784
1808
|
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivotview-text-div-1,
|
|
1785
1809
|
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivotview-text-div,
|
|
1786
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;
|
|
1787
1813
|
display: -ms-flexbox;
|
|
1788
1814
|
display: flex;
|
|
1789
1815
|
-ms-flex-direction: row;
|
|
@@ -1827,6 +1853,23 @@
|
|
|
1827
1853
|
text-align: initial;
|
|
1828
1854
|
width: inherit;
|
|
1829
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
|
+
}
|
|
1830
1873
|
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv.e-pivot-pager-single-maindiv .e-pivot-pager-row-maindiv,
|
|
1831
1874
|
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv.e-pivot-pager-single-maindiv .e-pivot-pager-column-maindiv {
|
|
1832
1875
|
width: 100%;
|
|
@@ -1966,8 +2009,8 @@
|
|
|
1966
2009
|
padding-left: 8px;
|
|
1967
2010
|
padding-right: 0;
|
|
1968
2011
|
}
|
|
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 {
|
|
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 {
|
|
1971
2014
|
margin-left: 4px;
|
|
1972
2015
|
text-align: right;
|
|
1973
2016
|
}
|
|
@@ -2003,7 +2046,7 @@
|
|
|
2003
2046
|
padding-right: 0;
|
|
2004
2047
|
/* stylelint-enable */
|
|
2005
2048
|
}
|
|
2006
|
-
.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 {
|
|
2007
2050
|
margin-left: 4px;
|
|
2008
2051
|
margin-right: 0;
|
|
2009
2052
|
text-align: right;
|
|
@@ -2033,12 +2076,6 @@
|
|
|
2033
2076
|
.e-pivotview.e-device .e-grouping-bar .e-pivot-button {
|
|
2034
2077
|
line-height: 1em !important;
|
|
2035
2078
|
}
|
|
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
2079
|
.e-pivotview.e-device .e-grouping-bar .e-group-all-fields .e-pvt-btn-div .e-pivot-button {
|
|
2043
2080
|
max-width: 155px;
|
|
2044
2081
|
}
|
|
@@ -2118,9 +2155,7 @@
|
|
|
2118
2155
|
.e-bigger .e-pivotview,
|
|
2119
2156
|
.e-bigger.e-pivotview {
|
|
2120
2157
|
/* stylelint-disable */
|
|
2121
|
-
/* stylelint-enable */
|
|
2122
2158
|
/* stylelint-disable */
|
|
2123
|
-
/* stylelint-enable */
|
|
2124
2159
|
}
|
|
2125
2160
|
.e-bigger .e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown,
|
|
2126
2161
|
.e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown {
|
|
@@ -2164,6 +2199,15 @@
|
|
|
2164
2199
|
.e-bigger.e-pivotview .e-grid .e-gridheader .e-headercell .e-rhandler {
|
|
2165
2200
|
height: 100% !important;
|
|
2166
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
|
+
}
|
|
2167
2211
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2168
2212
|
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
2169
2213
|
.e-bigger .e-pivotview .e-headertext,
|
|
@@ -2208,11 +2252,10 @@
|
|
|
2208
2252
|
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button,
|
|
2209
2253
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button {
|
|
2210
2254
|
height: 30px;
|
|
2211
|
-
|
|
2212
|
-
padding: 6px 12px;
|
|
2255
|
+
padding: 0 12px;
|
|
2213
2256
|
}
|
|
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 {
|
|
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 {
|
|
2216
2259
|
font-size: 13px;
|
|
2217
2260
|
margin-right: 8px;
|
|
2218
2261
|
}
|
|
@@ -2230,8 +2273,8 @@
|
|
|
2230
2273
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
2231
2274
|
/* stylelint-disable */
|
|
2232
2275
|
font-size: 14px !important;
|
|
2233
|
-
height:
|
|
2234
|
-
|
|
2276
|
+
height: 14px !important;
|
|
2277
|
+
/* stylelint-enable */
|
|
2235
2278
|
width: 20px;
|
|
2236
2279
|
}
|
|
2237
2280
|
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort,
|
|
@@ -2282,10 +2325,10 @@
|
|
|
2282
2325
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button {
|
|
2283
2326
|
height: 30px;
|
|
2284
2327
|
line-height: 1em;
|
|
2285
|
-
padding:
|
|
2328
|
+
padding: 0 12px;
|
|
2286
2329
|
}
|
|
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 {
|
|
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 {
|
|
2289
2332
|
font-size: 13px;
|
|
2290
2333
|
margin-right: 8px;
|
|
2291
2334
|
}
|
|
@@ -2301,8 +2344,10 @@
|
|
|
2301
2344
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
2302
2345
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
2303
2346
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
2347
|
+
/* stylelint-disable */
|
|
2304
2348
|
font-size: 14px !important;
|
|
2305
|
-
height:
|
|
2349
|
+
height: 14px !important;
|
|
2350
|
+
/* stylelint-enable */
|
|
2306
2351
|
width: 20px;
|
|
2307
2352
|
}
|
|
2308
2353
|
.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort,
|
|
@@ -2313,10 +2358,6 @@
|
|
|
2313
2358
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
|
|
2314
2359
|
margin-top: 1px;
|
|
2315
2360
|
}
|
|
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
2361
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2321
2362
|
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
2322
2363
|
.e-bigger .e-pivotview .e-headertext,
|
|
@@ -2335,14 +2376,11 @@
|
|
|
2335
2376
|
}
|
|
2336
2377
|
.e-bigger .e-pivotview .e-rowcell,
|
|
2337
2378
|
.e-bigger.e-pivotview .e-rowcell {
|
|
2338
|
-
/* stylelint-disable */
|
|
2339
2379
|
font-size: 13px !important;
|
|
2340
2380
|
}
|
|
2341
2381
|
.e-bigger .e-pivotview.e-rtl,
|
|
2342
2382
|
.e-bigger.e-pivotview.e-rtl {
|
|
2343
2383
|
/* stylelint-enable */
|
|
2344
|
-
/* stylelint-disable */
|
|
2345
|
-
/* stylelint-enable */
|
|
2346
2384
|
}
|
|
2347
2385
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
|
|
2348
2386
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-rowsheader {
|