@syncfusion/ej2-angular-pivotview 20.2.38 → 20.2.39-ngcc
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/@syncfusion/ej2-angular-pivotview.es5.js +425 -0
- package/@syncfusion/ej2-angular-pivotview.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-pivotview.js +395 -0
- package/@syncfusion/ej2-angular-pivotview.js.map +1 -0
- package/CHANGELOG.md +683 -0
- package/dist/ej2-angular-pivotview.umd.js +666 -0
- package/dist/ej2-angular-pivotview.umd.js.map +1 -0
- package/dist/ej2-angular-pivotview.umd.min.js +11 -0
- package/dist/ej2-angular-pivotview.umd.min.js.map +1 -0
- package/ej2-angular-pivotview.d.ts +6 -0
- package/ej2-angular-pivotview.metadata.json +1 -0
- package/package.json +13 -27
- package/postinstall/tagchange.js +18 -0
- package/schematics/collection.json +20 -0
- package/schematics/generators/pivotview-default/index.d.ts +3 -0
- package/schematics/generators/pivotview-default/index.js +8 -0
- package/schematics/generators/pivotview-default/sample-details.d.ts +5 -0
- package/schematics/generators/pivotview-default/sample-details.js +7 -0
- package/schematics/generators/pivotview-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +4 -0
- package/schematics/generators/pivotview-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +4 -0
- package/schematics/generators/pivotview-default/schema.d.ts +3 -0
- package/schematics/generators/pivotview-default/schema.js +2 -0
- package/schematics/generators/pivotview-default/schema.json +125 -0
- package/schematics/generators/pivotview-fieldlist/index.d.ts +3 -0
- package/schematics/generators/pivotview-fieldlist/index.js +8 -0
- package/schematics/generators/pivotview-fieldlist/sample-details.d.ts +5 -0
- package/schematics/generators/pivotview-fieldlist/sample-details.js +7 -0
- package/schematics/generators/pivotview-fieldlist/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +4 -0
- package/schematics/generators/pivotview-fieldlist/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +4 -0
- package/schematics/generators/pivotview-fieldlist/schema.d.ts +3 -0
- package/schematics/generators/pivotview-fieldlist/schema.js +2 -0
- package/schematics/generators/pivotview-fieldlist/schema.json +125 -0
- package/schematics/ng-add/index.d.ts +3 -0
- package/schematics/ng-add/index.js +9 -0
- package/schematics/ng-add/schema.d.ts +13 -0
- package/schematics/ng-add/schema.js +2 -0
- package/schematics/ng-add/schema.json +34 -0
- package/schematics/tsconfig.json +25 -0
- package/schematics/utils/lib-details.d.ts +4 -0
- package/schematics/utils/lib-details.js +6 -0
- package/schematics/utils/lib-details.ts +2 -2
- package/src/pivotfieldlist/pivotfieldlist-all.module.d.ts +0 -6
- package/src/pivotfieldlist/pivotfieldlist.component.d.ts +0 -3
- package/src/pivotfieldlist/pivotfieldlist.module.d.ts +0 -6
- package/src/pivotview/pivotview-all.module.d.ts +0 -6
- package/src/pivotview/pivotview.component.d.ts +0 -3
- package/src/pivotview/pivotview.module.d.ts +0 -6
- package/styles/bootstrap-dark.css +2 -213
- package/styles/bootstrap.css +2 -213
- package/styles/bootstrap4.css +3 -209
- package/styles/bootstrap5-dark.css +2 -215
- package/styles/bootstrap5.css +2 -215
- package/styles/fabric-dark.css +2 -213
- package/styles/fabric.css +2 -213
- package/styles/fluent-dark.css +3 -216
- package/styles/fluent.css +3 -216
- package/styles/highcontrast-light.css +2 -213
- package/styles/highcontrast.css +2 -213
- package/styles/material-dark.css +2 -213
- package/styles/material.css +2 -213
- package/styles/pivotfieldlist/bootstrap-dark.css +2 -131
- package/styles/pivotfieldlist/bootstrap-dark.scss +1 -4
- package/styles/pivotfieldlist/bootstrap.css +2 -131
- package/styles/pivotfieldlist/bootstrap.scss +1 -4
- package/styles/pivotfieldlist/bootstrap4.css +2 -126
- package/styles/pivotfieldlist/bootstrap4.scss +1 -4
- package/styles/pivotfieldlist/bootstrap5-dark.css +2 -135
- package/styles/pivotfieldlist/bootstrap5-dark.scss +1 -4
- package/styles/pivotfieldlist/bootstrap5.css +2 -135
- package/styles/pivotfieldlist/bootstrap5.scss +1 -4
- package/styles/pivotfieldlist/fabric-dark.css +2 -131
- package/styles/pivotfieldlist/fabric-dark.scss +1 -4
- package/styles/pivotfieldlist/fabric.css +2 -131
- package/styles/pivotfieldlist/fabric.scss +1 -4
- package/styles/pivotfieldlist/fluent-dark.css +3 -134
- package/styles/pivotfieldlist/fluent-dark.scss +1 -4
- package/styles/pivotfieldlist/fluent.css +3 -134
- package/styles/pivotfieldlist/fluent.scss +1 -4
- package/styles/pivotfieldlist/highcontrast-light.css +2 -131
- package/styles/pivotfieldlist/highcontrast-light.scss +1 -4
- package/styles/pivotfieldlist/highcontrast.css +2 -131
- package/styles/pivotfieldlist/highcontrast.scss +1 -4
- package/styles/pivotfieldlist/material-dark.css +2 -131
- package/styles/pivotfieldlist/material-dark.scss +1 -4
- package/styles/pivotfieldlist/material.css +2 -131
- package/styles/pivotfieldlist/material.scss +1 -4
- package/styles/pivotfieldlist/tailwind-dark.css +3 -134
- package/styles/pivotfieldlist/tailwind-dark.scss +1 -4
- package/styles/pivotfieldlist/tailwind.css +3 -134
- package/styles/pivotfieldlist/tailwind.scss +1 -4
- package/styles/pivotview/bootstrap-dark.css +0 -82
- package/styles/pivotview/bootstrap-dark.scss +1 -5
- package/styles/pivotview/bootstrap.css +0 -82
- package/styles/pivotview/bootstrap.scss +1 -5
- package/styles/pivotview/bootstrap4.css +1 -83
- package/styles/pivotview/bootstrap4.scss +1 -5
- package/styles/pivotview/bootstrap5-dark.css +0 -80
- package/styles/pivotview/bootstrap5-dark.scss +1 -4
- package/styles/pivotview/bootstrap5.css +0 -80
- package/styles/pivotview/bootstrap5.scss +1 -5
- package/styles/pivotview/fabric-dark.css +0 -82
- package/styles/pivotview/fabric-dark.scss +1 -5
- package/styles/pivotview/fabric.css +0 -82
- package/styles/pivotview/fabric.scss +1 -5
- package/styles/pivotview/fluent-dark.css +0 -82
- package/styles/pivotview/fluent-dark.scss +1 -4
- package/styles/pivotview/fluent.css +0 -82
- package/styles/pivotview/fluent.scss +1 -5
- package/styles/pivotview/highcontrast-light.css +0 -82
- package/styles/pivotview/highcontrast-light.scss +1 -5
- package/styles/pivotview/highcontrast.css +0 -82
- package/styles/pivotview/highcontrast.scss +1 -5
- package/styles/pivotview/material-dark.css +0 -82
- package/styles/pivotview/material-dark.scss +1 -5
- package/styles/pivotview/material.css +0 -82
- package/styles/pivotview/material.scss +1 -5
- package/styles/pivotview/tailwind-dark.css +0 -80
- package/styles/pivotview/tailwind-dark.scss +1 -4
- package/styles/pivotview/tailwind.css +0 -80
- package/styles/pivotview/tailwind.scss +1 -5
- package/styles/tailwind-dark.css +3 -214
- package/styles/tailwind.css +3 -214
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/index.mjs +0 -8
- package/esm2020/src/pivotfieldlist/pivotfieldlist-all.module.mjs +0 -23
- package/esm2020/src/pivotfieldlist/pivotfieldlist.component.mjs +0 -66
- package/esm2020/src/pivotfieldlist/pivotfieldlist.module.mjs +0 -25
- package/esm2020/src/pivotview/pivotview-all.module.mjs +0 -62
- package/esm2020/src/pivotview/pivotview.component.mjs +0 -150
- package/esm2020/src/pivotview/pivotview.module.mjs +0 -25
- package/esm2020/syncfusion-ej2-angular-pivotview.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-pivotview.mjs +0 -337
- package/fesm2015/syncfusion-ej2-angular-pivotview.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-pivotview.mjs +0 -337
- package/fesm2020/syncfusion-ej2-angular-pivotview.mjs.map +0 -1
- package/styles/pivotfieldlist/_all.scss +0 -2
- package/styles/pivotfieldlist/_bootstrap-dark-definition.scss +0 -233
- package/styles/pivotfieldlist/_bootstrap-definition.scss +0 -186
- package/styles/pivotfieldlist/_bootstrap4-definition.scss +0 -186
- package/styles/pivotfieldlist/_bootstrap5-dark-definition.scss +0 -1
- package/styles/pivotfieldlist/_bootstrap5-definition.scss +0 -190
- package/styles/pivotfieldlist/_fabric-dark-definition.scss +0 -192
- package/styles/pivotfieldlist/_fabric-definition.scss +0 -186
- package/styles/pivotfieldlist/_fluent-dark-definition.scss +0 -1
- package/styles/pivotfieldlist/_fluent-definition.scss +0 -191
- package/styles/pivotfieldlist/_fusionnew-definition.scss +0 -189
- package/styles/pivotfieldlist/_highcontrast-definition.scss +0 -187
- package/styles/pivotfieldlist/_highcontrast-light-definition.scss +0 -187
- package/styles/pivotfieldlist/_layout.scss +0 -1852
- package/styles/pivotfieldlist/_material-dark-definition.scss +0 -187
- package/styles/pivotfieldlist/_material-definition.scss +0 -187
- package/styles/pivotfieldlist/_material3-definition.scss +0 -190
- package/styles/pivotfieldlist/_tailwind-dark-definition.scss +0 -1
- package/styles/pivotfieldlist/_tailwind-definition.scss +0 -190
- package/styles/pivotfieldlist/_theme.scss +0 -1862
- package/styles/pivotfieldlist/icons/_bootstrap-dark.scss +0 -358
- package/styles/pivotfieldlist/icons/_bootstrap.scss +0 -359
- package/styles/pivotfieldlist/icons/_bootstrap4.scss +0 -359
- package/styles/pivotfieldlist/icons/_bootstrap5-dark.scss +0 -1
- package/styles/pivotfieldlist/icons/_bootstrap5.scss +0 -357
- package/styles/pivotfieldlist/icons/_fabric-dark.scss +0 -358
- package/styles/pivotfieldlist/icons/_fabric.scss +0 -358
- package/styles/pivotfieldlist/icons/_fluent-dark.scss +0 -1
- package/styles/pivotfieldlist/icons/_fluent.scss +0 -357
- package/styles/pivotfieldlist/icons/_fusionnew.scss +0 -352
- package/styles/pivotfieldlist/icons/_highcontrast-light.scss +0 -357
- package/styles/pivotfieldlist/icons/_highcontrast.scss +0 -357
- package/styles/pivotfieldlist/icons/_material-dark.scss +0 -358
- package/styles/pivotfieldlist/icons/_material.scss +0 -357
- package/styles/pivotfieldlist/icons/_material3.scss +0 -352
- package/styles/pivotfieldlist/icons/_tailwind-dark.scss +0 -356
- package/styles/pivotfieldlist/icons/_tailwind.scss +0 -356
- package/styles/pivotview/_all.scss +0 -2
- package/styles/pivotview/_bootstrap-dark-definition.scss +0 -131
- package/styles/pivotview/_bootstrap-definition.scss +0 -128
- package/styles/pivotview/_bootstrap4-definition.scss +0 -128
- package/styles/pivotview/_bootstrap5-dark-definition.scss +0 -1
- package/styles/pivotview/_bootstrap5-definition.scss +0 -131
- package/styles/pivotview/_fabric-dark-definition.scss +0 -130
- package/styles/pivotview/_fabric-definition.scss +0 -127
- package/styles/pivotview/_fluent-dark-definition.scss +0 -1
- package/styles/pivotview/_fluent-definition.scss +0 -131
- package/styles/pivotview/_fusionnew-definition.scss +0 -131
- package/styles/pivotview/_highcontrast-definition.scss +0 -126
- package/styles/pivotview/_highcontrast-light-definition.scss +0 -127
- package/styles/pivotview/_layout.scss +0 -1073
- package/styles/pivotview/_material-dark-definition.scss +0 -132
- package/styles/pivotview/_material-definition.scss +0 -128
- package/styles/pivotview/_material3-definition.scss +0 -131
- package/styles/pivotview/_tailwind-dark-definition.scss +0 -1
- package/styles/pivotview/_tailwind-definition.scss +0 -130
- package/styles/pivotview/_theme.scss +0 -1583
- package/styles/pivotview/icons/_bootstrap-dark.scss +0 -184
- package/styles/pivotview/icons/_bootstrap.scss +0 -184
- package/styles/pivotview/icons/_bootstrap4.scss +0 -184
- package/styles/pivotview/icons/_bootstrap5-dark.scss +0 -1
- package/styles/pivotview/icons/_bootstrap5.scss +0 -183
- package/styles/pivotview/icons/_fabric-dark.scss +0 -184
- package/styles/pivotview/icons/_fabric.scss +0 -184
- package/styles/pivotview/icons/_fluent-dark.scss +0 -1
- package/styles/pivotview/icons/_fluent.scss +0 -183
- package/styles/pivotview/icons/_fusionnew.scss +0 -183
- package/styles/pivotview/icons/_highcontrast-light.scss +0 -183
- package/styles/pivotview/icons/_highcontrast.scss +0 -183
- package/styles/pivotview/icons/_material-dark.scss +0 -184
- package/styles/pivotview/icons/_material.scss +0 -184
- package/styles/pivotview/icons/_material3.scss +0 -183
- package/styles/pivotview/icons/_tailwind-dark.scss +0 -183
- package/styles/pivotview/icons/_tailwind.scss +0 -183
- package/syncfusion-ej2-angular-pivotview.d.ts +0 -5
|
@@ -24,10 +24,6 @@
|
|
|
24
24
|
content: "\e718";
|
|
25
25
|
}
|
|
26
26
|
|
|
27
|
-
.e-pivot-calc-dialog-div {
|
|
28
|
-
/* stylelint-disable */
|
|
29
|
-
/* stylelint-enable */
|
|
30
|
-
}
|
|
31
27
|
.e-pivot-calc-dialog-div .e-drag::before {
|
|
32
28
|
content: "\e7d6";
|
|
33
29
|
}
|
|
@@ -126,11 +122,6 @@
|
|
|
126
122
|
content: "\e665" !important;
|
|
127
123
|
}
|
|
128
124
|
|
|
129
|
-
.e-pivotfieldlist-wrapper,
|
|
130
|
-
.e-pivotfieldlist-container {
|
|
131
|
-
/* stylelint-disable */
|
|
132
|
-
/* stylelint-enable */
|
|
133
|
-
}
|
|
134
125
|
.e-pivotfieldlist-wrapper .e-field-list-back-icon::before,
|
|
135
126
|
.e-pivotfieldlist-container .e-field-list-back-icon::before {
|
|
136
127
|
content: "\e7c1";
|
|
@@ -326,19 +317,15 @@
|
|
|
326
317
|
}
|
|
327
318
|
|
|
328
319
|
.e-pivot-formatting-dialog {
|
|
329
|
-
/* stylelint-disable */
|
|
330
320
|
max-height: 480px !important;
|
|
331
321
|
width: 625px !important;
|
|
332
|
-
/* stylelint-enable */
|
|
333
322
|
}
|
|
334
323
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
335
324
|
padding-bottom: 4px;
|
|
336
325
|
}
|
|
337
326
|
.e-pivot-formatting-dialog .e-format-delete-icon {
|
|
338
327
|
font-weight: normal;
|
|
339
|
-
/* stylelint-disable */
|
|
340
328
|
color: #000;
|
|
341
|
-
/* stylelint-enable */
|
|
342
329
|
opacity: 0.5;
|
|
343
330
|
}
|
|
344
331
|
.e-pivot-formatting-dialog .e-format-delete-icon:hover {
|
|
@@ -377,10 +364,8 @@
|
|
|
377
364
|
float: left;
|
|
378
365
|
}
|
|
379
366
|
.e-pivot-formatting-dialog .e-split-colorpicker {
|
|
380
|
-
/* stylelint-disable */
|
|
381
367
|
background-color: #6c757d !important;
|
|
382
368
|
color: #fff !important;
|
|
383
|
-
/* stylelint-enable */
|
|
384
369
|
}
|
|
385
370
|
.e-pivot-formatting-dialog .e-format-delete-button {
|
|
386
371
|
background-color: transparent;
|
|
@@ -416,9 +401,7 @@
|
|
|
416
401
|
border: 1px solid #dee2e6;
|
|
417
402
|
border-radius: 4px;
|
|
418
403
|
height: 28px;
|
|
419
|
-
/* stylelint-disable */
|
|
420
404
|
margin: 0 !important;
|
|
421
|
-
/* stylelint-enable */
|
|
422
405
|
padding-left: 6px;
|
|
423
406
|
padding-top: 6px;
|
|
424
407
|
width: 80px;
|
|
@@ -442,9 +425,7 @@
|
|
|
442
425
|
.e-pivot-formatting-dialog .e-split-preview,
|
|
443
426
|
.e-pivot-formatting-dialog .e-tip-transparent {
|
|
444
427
|
border: 1px solid #dee2e6;
|
|
445
|
-
/* stylelint-disable */
|
|
446
428
|
border-radius: 0 !important;
|
|
447
|
-
/* stylelint-enable */
|
|
448
429
|
height: 40%;
|
|
449
430
|
left: -3px;
|
|
450
431
|
position: absolute;
|
|
@@ -452,10 +433,8 @@
|
|
|
452
433
|
width: 150%;
|
|
453
434
|
}
|
|
454
435
|
.e-pivot-formatting-dialog.e-device {
|
|
455
|
-
/* stylelint-disable */
|
|
456
436
|
min-width: 320px !important;
|
|
457
437
|
width: 100% !important;
|
|
458
|
-
/* stylelint-enable */
|
|
459
438
|
}
|
|
460
439
|
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
461
440
|
width: 100% !important;
|
|
@@ -504,11 +483,7 @@
|
|
|
504
483
|
|
|
505
484
|
.e-bigger.e-pivot-formatting-dialog,
|
|
506
485
|
.e-bigger .e-pivot-formatting-dialog {
|
|
507
|
-
/* stylelint-disable */
|
|
508
486
|
width: 670px !important;
|
|
509
|
-
/* stylelint-enable */
|
|
510
|
-
/* stylelint-disable */
|
|
511
|
-
/* stylelint-enable */
|
|
512
487
|
}
|
|
513
488
|
.e-bigger.e-pivot-formatting-dialog .e-format-label,
|
|
514
489
|
.e-bigger.e-pivot-formatting-dialog .e-format-value-label,
|
|
@@ -551,10 +526,8 @@
|
|
|
551
526
|
}
|
|
552
527
|
.e-bigger.e-pivot-formatting-dialog.e-device,
|
|
553
528
|
.e-bigger .e-pivot-formatting-dialog.e-device {
|
|
554
|
-
/* stylelint-disable */
|
|
555
529
|
min-width: 320px !important;
|
|
556
530
|
width: 100% !important;
|
|
557
|
-
/* stylelint-enable */
|
|
558
531
|
}
|
|
559
532
|
.e-bigger.e-pivot-formatting-dialog.e-device .e-format-color-picker,
|
|
560
533
|
.e-bigger .e-pivot-formatting-dialog.e-device .e-format-color-picker {
|
|
@@ -573,14 +546,8 @@
|
|
|
573
546
|
}
|
|
574
547
|
|
|
575
548
|
.e-pivot-calc-dialog-div {
|
|
576
|
-
/* stylelint-disable */
|
|
577
549
|
max-height: 550px !important;
|
|
578
|
-
/* stylelint-enable */
|
|
579
550
|
min-width: 290px;
|
|
580
|
-
/* stylelint-disable */
|
|
581
|
-
/* stylelint-enable */
|
|
582
|
-
/* stylelint-disable */
|
|
583
|
-
/* stylelint-enable */
|
|
584
551
|
}
|
|
585
552
|
.e-pivot-calc-dialog-div .e-dlg-header-content,
|
|
586
553
|
.e-pivot-calc-dialog-div .e-footer-content {
|
|
@@ -625,11 +592,9 @@
|
|
|
625
592
|
}
|
|
626
593
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
627
594
|
color: #495057;
|
|
628
|
-
/* stylelint-disable */
|
|
629
595
|
float: right !important;
|
|
630
596
|
margin: 0;
|
|
631
597
|
margin-right: 12px !important;
|
|
632
|
-
/* stylelint-enable */
|
|
633
598
|
}
|
|
634
599
|
.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow {
|
|
635
600
|
cursor: default;
|
|
@@ -785,7 +750,7 @@
|
|
|
785
750
|
display: inline-block;
|
|
786
751
|
height: 437px;
|
|
787
752
|
overflow: auto;
|
|
788
|
-
width:
|
|
753
|
+
width: 100% !important;
|
|
789
754
|
}
|
|
790
755
|
.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 {
|
|
791
756
|
display: inline-table;
|
|
@@ -913,11 +878,8 @@
|
|
|
913
878
|
|
|
914
879
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
915
880
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
916
|
-
/* stylelint-disable */
|
|
917
881
|
max-height: 600px !important;
|
|
918
882
|
min-width: 401px !important;
|
|
919
|
-
/* stylelint-enable */
|
|
920
|
-
/* stylelint-disable */
|
|
921
883
|
}
|
|
922
884
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
923
885
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
@@ -997,9 +959,6 @@
|
|
|
997
959
|
.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
998
960
|
max-width: 400px !important;
|
|
999
961
|
min-width: 320px !important;
|
|
1000
|
-
/* stylelint-enable */
|
|
1001
|
-
/* stylelint-disable */
|
|
1002
|
-
/* stylelint-enable */
|
|
1003
962
|
}
|
|
1004
963
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-prompt,
|
|
1005
964
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-prompt {
|
|
@@ -1041,10 +1000,8 @@
|
|
|
1041
1000
|
}
|
|
1042
1001
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,
|
|
1043
1002
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul {
|
|
1044
|
-
/* stylelint-disable */
|
|
1045
1003
|
margin-left: -25px;
|
|
1046
1004
|
overflow: auto !important;
|
|
1047
|
-
/* stylelint-enable */
|
|
1048
1005
|
}
|
|
1049
1006
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-list-text,
|
|
1050
1007
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul li .e-list-text {
|
|
@@ -1063,10 +1020,6 @@
|
|
|
1063
1020
|
margin-left: 0;
|
|
1064
1021
|
margin-right: -25px;
|
|
1065
1022
|
}
|
|
1066
|
-
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog,
|
|
1067
|
-
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
1068
|
-
/* stylelint-disable */
|
|
1069
|
-
}
|
|
1070
1023
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul,
|
|
1071
1024
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul {
|
|
1072
1025
|
margin-left: 0;
|
|
@@ -1155,7 +1108,6 @@
|
|
|
1155
1108
|
}
|
|
1156
1109
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container {
|
|
1157
1110
|
border: 0;
|
|
1158
|
-
/* stylelint-enable */
|
|
1159
1111
|
}
|
|
1160
1112
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
1161
1113
|
margin: 0 0 0 6px;
|
|
@@ -1184,8 +1136,6 @@
|
|
|
1184
1136
|
overflow: auto;
|
|
1185
1137
|
padding: 20px;
|
|
1186
1138
|
padding-bottom: 0;
|
|
1187
|
-
/* stylelint-disable */
|
|
1188
|
-
/* stylelint-enable */
|
|
1189
1139
|
}
|
|
1190
1140
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
1191
1141
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-filter-text-div {
|
|
@@ -1224,9 +1174,6 @@
|
|
|
1224
1174
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button {
|
|
1225
1175
|
float: right;
|
|
1226
1176
|
}
|
|
1227
|
-
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
1228
|
-
/* stylelint-disable */
|
|
1229
|
-
}
|
|
1230
1177
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-select-all-container ul {
|
|
1231
1178
|
margin-left: 0;
|
|
1232
1179
|
}
|
|
@@ -1364,7 +1311,6 @@
|
|
|
1364
1311
|
.e-pivotfieldlist-container .e-value-field-settings .e-dlg-content {
|
|
1365
1312
|
overflow: hidden;
|
|
1366
1313
|
padding: 0 !important;
|
|
1367
|
-
/* stylelint-enable */
|
|
1368
1314
|
}
|
|
1369
1315
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
1370
1316
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
@@ -1434,11 +1380,6 @@
|
|
|
1434
1380
|
.e-pivot-calc.e-drag-item.e-treeview.e-rtl .e-text-content {
|
|
1435
1381
|
padding-right: 0;
|
|
1436
1382
|
}
|
|
1437
|
-
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict,
|
|
1438
|
-
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict {
|
|
1439
|
-
/* stylelint-disable */
|
|
1440
|
-
/* stylelint-enable */
|
|
1441
|
-
}
|
|
1442
1383
|
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-text-content,
|
|
1443
1384
|
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-text-content {
|
|
1444
1385
|
padding-left: 24px;
|
|
@@ -1491,7 +1432,6 @@
|
|
|
1491
1432
|
padding: 4px;
|
|
1492
1433
|
}
|
|
1493
1434
|
|
|
1494
|
-
/* stylelint-disable */
|
|
1495
1435
|
.e-button-drag-clone {
|
|
1496
1436
|
background-color: rgba(0, 0, 0, 0.7) !important;
|
|
1497
1437
|
border: 1px solid #dee2e6;
|
|
@@ -1529,12 +1469,6 @@
|
|
|
1529
1469
|
width: auto !important;
|
|
1530
1470
|
}
|
|
1531
1471
|
|
|
1532
|
-
/* stylelint-enable */
|
|
1533
|
-
.e-bigger .e-pivotfieldlist-container,
|
|
1534
|
-
.e-bigger.e-pivotfieldlist-container {
|
|
1535
|
-
/* stylelint-disable */
|
|
1536
|
-
/* stylelint-enable */
|
|
1537
|
-
}
|
|
1538
1472
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
1539
1473
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
1540
1474
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
@@ -1607,10 +1541,6 @@
|
|
|
1607
1541
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-kpiValue-icon {
|
|
1608
1542
|
margin-left: 10px;
|
|
1609
1543
|
}
|
|
1610
|
-
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog,
|
|
1611
|
-
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
1612
|
-
/* stylelint-disable */
|
|
1613
|
-
}
|
|
1614
1544
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text,
|
|
1615
1545
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
1616
1546
|
margin: 0 0 0 6px;
|
|
@@ -1759,7 +1689,6 @@
|
|
|
1759
1689
|
background-color: #999;
|
|
1760
1690
|
}
|
|
1761
1691
|
|
|
1762
|
-
/* stylelint-disable */
|
|
1763
1692
|
*.e-rtl .e-select-table {
|
|
1764
1693
|
padding: 8px 5px;
|
|
1765
1694
|
}
|
|
@@ -1798,8 +1727,6 @@
|
|
|
1798
1727
|
font-size: 14px;
|
|
1799
1728
|
max-width: 700px;
|
|
1800
1729
|
min-width: 300px;
|
|
1801
|
-
/* stylelint-enable */
|
|
1802
|
-
/* stylelint-enable */
|
|
1803
1730
|
}
|
|
1804
1731
|
.e-pivotfieldlist-container .e-layout-footer {
|
|
1805
1732
|
display: -ms-flexbox;
|
|
@@ -1920,8 +1847,6 @@
|
|
|
1920
1847
|
display: -ms-flexbox;
|
|
1921
1848
|
display: flex;
|
|
1922
1849
|
padding-right: 8px;
|
|
1923
|
-
/* stylelint-disable */
|
|
1924
|
-
/* stylelint-enable */
|
|
1925
1850
|
}
|
|
1926
1851
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-field-header {
|
|
1927
1852
|
-ms-flex: auto;
|
|
@@ -1933,9 +1858,7 @@
|
|
|
1933
1858
|
color: #555;
|
|
1934
1859
|
cursor: pointer;
|
|
1935
1860
|
font-size: 14px;
|
|
1936
|
-
/* stylelint-disable */
|
|
1937
1861
|
height: 20px !important;
|
|
1938
|
-
/* stylelint-enable */
|
|
1939
1862
|
padding: 7px 0 0 8px;
|
|
1940
1863
|
width: 20px;
|
|
1941
1864
|
}
|
|
@@ -1968,13 +1891,9 @@
|
|
|
1968
1891
|
}
|
|
1969
1892
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul {
|
|
1970
1893
|
overflow: hidden;
|
|
1971
|
-
/* stylelint-disable */
|
|
1972
|
-
/* stylelint-enable */
|
|
1973
1894
|
}
|
|
1974
1895
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li {
|
|
1975
1896
|
margin-left: -40px;
|
|
1976
|
-
/* stylelint-disable */
|
|
1977
|
-
/* stylelint-enable */
|
|
1978
1897
|
}
|
|
1979
1898
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-fullrow {
|
|
1980
1899
|
cursor: default;
|
|
@@ -2484,8 +2403,6 @@
|
|
|
2484
2403
|
}
|
|
2485
2404
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
2486
2405
|
height: 369px;
|
|
2487
|
-
/* stylelint-disable */
|
|
2488
|
-
/* stylelint-enable */
|
|
2489
2406
|
}
|
|
2490
2407
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
2491
2408
|
height: 394px !important;
|
|
@@ -2509,7 +2426,6 @@
|
|
|
2509
2426
|
display: -ms-flexbox;
|
|
2510
2427
|
display: flex;
|
|
2511
2428
|
padding: 10px 20px;
|
|
2512
|
-
/* stylelint-disable */
|
|
2513
2429
|
}
|
|
2514
2430
|
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-field-list-search-input .e-field-list-search-icon {
|
|
2515
2431
|
float: right;
|
|
@@ -2546,8 +2462,6 @@
|
|
|
2546
2462
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li {
|
|
2547
2463
|
margin-left: 0;
|
|
2548
2464
|
margin-right: -40px;
|
|
2549
|
-
/* stylelint-disable */
|
|
2550
|
-
/* stylelint-enable */
|
|
2551
2465
|
}
|
|
2552
2466
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-list-text {
|
|
2553
2467
|
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
@@ -2579,8 +2493,6 @@
|
|
|
2579
2493
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
2580
2494
|
padding-left: 8px;
|
|
2581
2495
|
padding-right: 0;
|
|
2582
|
-
/* stylelint-disable */
|
|
2583
|
-
/* stylelint-enable */
|
|
2584
2496
|
}
|
|
2585
2497
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
2586
2498
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -2662,10 +2574,8 @@
|
|
|
2662
2574
|
}
|
|
2663
2575
|
.e-pivotfieldlist-container.e-device {
|
|
2664
2576
|
height: 100%;
|
|
2665
|
-
/* stylelint-disable */
|
|
2666
2577
|
max-height: 100% !important;
|
|
2667
2578
|
max-width: 100% !important;
|
|
2668
|
-
/* stylelint-enable */
|
|
2669
2579
|
min-height: 500px;
|
|
2670
2580
|
width: 100%;
|
|
2671
2581
|
}
|
|
@@ -2770,8 +2680,6 @@
|
|
|
2770
2680
|
padding: 9px 16px;
|
|
2771
2681
|
text-transform: none;
|
|
2772
2682
|
width: 100%;
|
|
2773
|
-
/* stylelint-disable */
|
|
2774
|
-
/* stylelint-enable */
|
|
2775
2683
|
}
|
|
2776
2684
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
2777
2685
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
@@ -2962,10 +2870,6 @@
|
|
|
2962
2870
|
vertical-align: middle;
|
|
2963
2871
|
width: 70%;
|
|
2964
2872
|
}
|
|
2965
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div {
|
|
2966
|
-
/* stylelint-disable */
|
|
2967
|
-
/* stylelint-enable */
|
|
2968
|
-
}
|
|
2969
2873
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-formula {
|
|
2970
2874
|
background-color: #fff;
|
|
2971
2875
|
border: 1px solid #ced4da;
|
|
@@ -3013,10 +2917,6 @@
|
|
|
3013
2917
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-icons.e-frame {
|
|
3014
2918
|
margin-right: 12px;
|
|
3015
2919
|
}
|
|
3016
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl {
|
|
3017
|
-
/* stylelint-disable */
|
|
3018
|
-
/* stylelint-enable */
|
|
3019
|
-
}
|
|
3020
2920
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl .e-acrdn-header-icon {
|
|
3021
2921
|
left: 16px;
|
|
3022
2922
|
right: auto;
|
|
@@ -3166,10 +3066,6 @@
|
|
|
3166
3066
|
.e-pivotfieldlist-container.e-device.e-static .e-field-list-values .e-axis-content {
|
|
3167
3067
|
max-height: 600px;
|
|
3168
3068
|
}
|
|
3169
|
-
.e-pivotfieldlist-container.e-device.e-rtl {
|
|
3170
|
-
/* stylelint-disable */
|
|
3171
|
-
/* stylelint-enable */
|
|
3172
|
-
}
|
|
3173
3069
|
.e-pivotfieldlist-container.e-device.e-rtl .e-field-list-back-icon {
|
|
3174
3070
|
margin-left: 12px;
|
|
3175
3071
|
margin-right: 0;
|
|
@@ -3190,11 +3086,6 @@
|
|
|
3190
3086
|
margin-left: 20px;
|
|
3191
3087
|
}
|
|
3192
3088
|
|
|
3193
|
-
/* stylelint-disable */
|
|
3194
|
-
.e-bigger .e-pivotfieldlist-container .e-field-table,
|
|
3195
|
-
.e-bigger.e-pivotfieldlist-container .e-field-table {
|
|
3196
|
-
/* stylelint-enable */
|
|
3197
|
-
}
|
|
3198
3089
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
3199
3090
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-right-axis-fields,
|
|
3200
3091
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
@@ -3359,7 +3250,6 @@
|
|
|
3359
3250
|
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
3360
3251
|
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content {
|
|
3361
3252
|
height: 126px;
|
|
3362
|
-
/* stylelint-disable */
|
|
3363
3253
|
}
|
|
3364
3254
|
.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,
|
|
3365
3255
|
.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,
|
|
@@ -3372,7 +3262,6 @@
|
|
|
3372
3262
|
font-size: 16px;
|
|
3373
3263
|
height: 36px !important;
|
|
3374
3264
|
padding: 9px 12px !important;
|
|
3375
|
-
/* stylelint-enable */
|
|
3376
3265
|
}
|
|
3377
3266
|
.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,
|
|
3378
3267
|
.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,
|
|
@@ -3507,10 +3396,6 @@
|
|
|
3507
3396
|
.e-bigger.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 {
|
|
3508
3397
|
padding-top: 9px;
|
|
3509
3398
|
}
|
|
3510
|
-
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table,
|
|
3511
|
-
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table {
|
|
3512
|
-
/* stylelint-disable */
|
|
3513
|
-
}
|
|
3514
3399
|
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields,
|
|
3515
3400
|
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields {
|
|
3516
3401
|
padding-left: 16px;
|
|
@@ -3523,7 +3408,6 @@
|
|
|
3523
3408
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list {
|
|
3524
3409
|
padding-left: 0;
|
|
3525
3410
|
padding-right: 5px;
|
|
3526
|
-
/* stylelint-enable */
|
|
3527
3411
|
}
|
|
3528
3412
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag,
|
|
3529
3413
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag {
|
|
@@ -3562,8 +3446,6 @@
|
|
|
3562
3446
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container,
|
|
3563
3447
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
3564
3448
|
padding-left: 12px;
|
|
3565
|
-
/* stylelint-disable */
|
|
3566
|
-
/* stylelint-enable */
|
|
3567
3449
|
}
|
|
3568
3450
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
3569
3451
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -3631,10 +3513,6 @@
|
|
|
3631
3513
|
padding-left: 0;
|
|
3632
3514
|
padding-right: 8px;
|
|
3633
3515
|
}
|
|
3634
|
-
.e-bigger .e-pivotfieldlist-container.e-search-mode,
|
|
3635
|
-
.e-bigger.e-pivotfieldlist-container.e-search-mode {
|
|
3636
|
-
/* stylelint-disable */
|
|
3637
|
-
}
|
|
3638
3516
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static,
|
|
3639
3517
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
3640
3518
|
max-height: 750px;
|
|
@@ -3671,6 +3549,4 @@
|
|
|
3671
3549
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
3672
3550
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
3673
3551
|
max-height: 177px;
|
|
3674
|
-
}
|
|
3675
|
-
|
|
3676
|
-
/* stylelint-enable */
|
|
3552
|
+
}
|