@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: "\e774";
|
|
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: "\e726";
|
|
33
29
|
}
|
|
@@ -126,11 +122,6 @@
|
|
|
126
122
|
content: "\e7d8" !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: "\e773";
|
|
@@ -325,10 +316,8 @@
|
|
|
325
316
|
}
|
|
326
317
|
|
|
327
318
|
.e-pivot-formatting-dialog {
|
|
328
|
-
/* stylelint-disable */
|
|
329
319
|
max-height: 480px !important;
|
|
330
320
|
width: 629px !important;
|
|
331
|
-
/* stylelint-enable */
|
|
332
321
|
}
|
|
333
322
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
334
323
|
padding-bottom: 4px;
|
|
@@ -403,9 +392,7 @@
|
|
|
403
392
|
border: 1px solid #605e5c;
|
|
404
393
|
border-radius: 2px;
|
|
405
394
|
height: 28px;
|
|
406
|
-
/* stylelint-disable */
|
|
407
395
|
margin: 0 !important;
|
|
408
|
-
/* stylelint-enable */
|
|
409
396
|
padding-left: 6px;
|
|
410
397
|
padding-top: 6px;
|
|
411
398
|
width: 80px;
|
|
@@ -426,9 +413,7 @@
|
|
|
426
413
|
.e-pivot-formatting-dialog .e-split-preview,
|
|
427
414
|
.e-pivot-formatting-dialog .e-tip-transparent {
|
|
428
415
|
border: 1px solid #605e5c;
|
|
429
|
-
/* stylelint-disable */
|
|
430
416
|
border-radius: 0 !important;
|
|
431
|
-
/* stylelint-enable */
|
|
432
417
|
height: 40%;
|
|
433
418
|
left: -3px;
|
|
434
419
|
position: absolute;
|
|
@@ -436,10 +421,8 @@
|
|
|
436
421
|
width: 150%;
|
|
437
422
|
}
|
|
438
423
|
.e-pivot-formatting-dialog.e-device {
|
|
439
|
-
/* stylelint-disable */
|
|
440
424
|
min-width: 320px !important;
|
|
441
425
|
width: 100% !important;
|
|
442
|
-
/* stylelint-enable */
|
|
443
426
|
}
|
|
444
427
|
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
445
428
|
width: 100% !important;
|
|
@@ -488,11 +471,7 @@
|
|
|
488
471
|
|
|
489
472
|
.e-bigger.e-pivot-formatting-dialog,
|
|
490
473
|
.e-bigger .e-pivot-formatting-dialog {
|
|
491
|
-
/* stylelint-disable */
|
|
492
474
|
width: 714px !important;
|
|
493
|
-
/* stylelint-enable */
|
|
494
|
-
/* stylelint-disable */
|
|
495
|
-
/* stylelint-enable */
|
|
496
475
|
}
|
|
497
476
|
.e-bigger.e-pivot-formatting-dialog .e-format-label,
|
|
498
477
|
.e-bigger.e-pivot-formatting-dialog .e-format-value-label,
|
|
@@ -531,10 +510,8 @@
|
|
|
531
510
|
}
|
|
532
511
|
.e-bigger.e-pivot-formatting-dialog.e-device,
|
|
533
512
|
.e-bigger .e-pivot-formatting-dialog.e-device {
|
|
534
|
-
/* stylelint-disable */
|
|
535
513
|
min-width: 320px !important;
|
|
536
514
|
width: 100% !important;
|
|
537
|
-
/* stylelint-enable */
|
|
538
515
|
}
|
|
539
516
|
.e-bigger.e-pivot-formatting-dialog.e-device .e-format-color-picker,
|
|
540
517
|
.e-bigger .e-pivot-formatting-dialog.e-device .e-format-color-picker {
|
|
@@ -553,14 +530,8 @@
|
|
|
553
530
|
}
|
|
554
531
|
|
|
555
532
|
.e-pivot-calc-dialog-div {
|
|
556
|
-
/* stylelint-disable */
|
|
557
533
|
max-height: 550px !important;
|
|
558
|
-
/* stylelint-enable */
|
|
559
534
|
min-width: 290px;
|
|
560
|
-
/* stylelint-disable */
|
|
561
|
-
/* stylelint-enable */
|
|
562
|
-
/* stylelint-disable */
|
|
563
|
-
/* stylelint-enable */
|
|
564
535
|
}
|
|
565
536
|
.e-pivot-calc-dialog-div .e-dlg-header-content,
|
|
566
537
|
.e-pivot-calc-dialog-div .e-footer-content {
|
|
@@ -568,9 +539,7 @@
|
|
|
568
539
|
}
|
|
569
540
|
.e-pivot-calc-dialog-div .e-dlg-content {
|
|
570
541
|
padding-bottom: 18px;
|
|
571
|
-
/* stylelint-disable */
|
|
572
542
|
padding-top: 1px !important;
|
|
573
|
-
/* stylelint-enable */
|
|
574
543
|
}
|
|
575
544
|
.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
576
545
|
.e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
@@ -609,11 +578,9 @@
|
|
|
609
578
|
}
|
|
610
579
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
611
580
|
color: #605e5c;
|
|
612
|
-
/* stylelint-disable */
|
|
613
581
|
float: right !important;
|
|
614
582
|
margin: 0;
|
|
615
583
|
margin-right: 12px !important;
|
|
616
|
-
/* stylelint-enable */
|
|
617
584
|
}
|
|
618
585
|
.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow {
|
|
619
586
|
cursor: default;
|
|
@@ -771,9 +738,9 @@
|
|
|
771
738
|
}
|
|
772
739
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-treeview-outer-div {
|
|
773
740
|
display: inline-block;
|
|
774
|
-
height:
|
|
741
|
+
height: 435px;
|
|
775
742
|
overflow: auto;
|
|
776
|
-
width:
|
|
743
|
+
width: 100% !important;
|
|
777
744
|
}
|
|
778
745
|
.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 {
|
|
779
746
|
display: inline-table;
|
|
@@ -905,11 +872,8 @@
|
|
|
905
872
|
|
|
906
873
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
907
874
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
908
|
-
/* stylelint-disable */
|
|
909
875
|
max-height: 600px !important;
|
|
910
876
|
min-width: 401px !important;
|
|
911
|
-
/* stylelint-enable */
|
|
912
|
-
/* stylelint-disable */
|
|
913
877
|
}
|
|
914
878
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
915
879
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
@@ -994,9 +958,6 @@
|
|
|
994
958
|
.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
995
959
|
max-width: 400px !important;
|
|
996
960
|
min-width: 320px !important;
|
|
997
|
-
/* stylelint-enable */
|
|
998
|
-
/* stylelint-disable */
|
|
999
|
-
/* stylelint-enable */
|
|
1000
961
|
}
|
|
1001
962
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-prompt,
|
|
1002
963
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-prompt {
|
|
@@ -1034,10 +995,8 @@
|
|
|
1034
995
|
}
|
|
1035
996
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,
|
|
1036
997
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul {
|
|
1037
|
-
/* stylelint-disable */
|
|
1038
998
|
margin-left: -22px;
|
|
1039
999
|
overflow: auto !important;
|
|
1040
|
-
/* stylelint-enable */
|
|
1041
1000
|
}
|
|
1042
1001
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-list-text,
|
|
1043
1002
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul li .e-list-text {
|
|
@@ -1056,10 +1015,6 @@
|
|
|
1056
1015
|
margin-left: 0;
|
|
1057
1016
|
margin-right: -22px;
|
|
1058
1017
|
}
|
|
1059
|
-
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog,
|
|
1060
|
-
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
1061
|
-
/* stylelint-disable */
|
|
1062
|
-
}
|
|
1063
1018
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul,
|
|
1064
1019
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul {
|
|
1065
1020
|
margin-left: 0;
|
|
@@ -1123,7 +1078,6 @@
|
|
|
1123
1078
|
}
|
|
1124
1079
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container {
|
|
1125
1080
|
border: 0;
|
|
1126
|
-
/* stylelint-enable */
|
|
1127
1081
|
}
|
|
1128
1082
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
1129
1083
|
margin: 0 0 0 6px;
|
|
@@ -1151,8 +1105,6 @@
|
|
|
1151
1105
|
overflow: auto;
|
|
1152
1106
|
padding: 20px;
|
|
1153
1107
|
padding-bottom: 0;
|
|
1154
|
-
/* stylelint-disable */
|
|
1155
|
-
/* stylelint-enable */
|
|
1156
1108
|
}
|
|
1157
1109
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
1158
1110
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-filter-text-div {
|
|
@@ -1191,9 +1143,6 @@
|
|
|
1191
1143
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button {
|
|
1192
1144
|
float: right;
|
|
1193
1145
|
}
|
|
1194
|
-
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
1195
|
-
/* stylelint-disable */
|
|
1196
|
-
}
|
|
1197
1146
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-select-all-container ul {
|
|
1198
1147
|
margin-left: 0;
|
|
1199
1148
|
}
|
|
@@ -1332,7 +1281,6 @@
|
|
|
1332
1281
|
overflow: hidden;
|
|
1333
1282
|
padding: 0 !important;
|
|
1334
1283
|
padding-top: 1px;
|
|
1335
|
-
/* stylelint-enable */
|
|
1336
1284
|
}
|
|
1337
1285
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
1338
1286
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
@@ -1399,11 +1347,6 @@
|
|
|
1399
1347
|
.e-pivot-calc.e-drag-item.e-treeview.e-rtl .e-text-content {
|
|
1400
1348
|
padding-right: 0;
|
|
1401
1349
|
}
|
|
1402
|
-
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict,
|
|
1403
|
-
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict {
|
|
1404
|
-
/* stylelint-disable */
|
|
1405
|
-
/* stylelint-enable */
|
|
1406
|
-
}
|
|
1407
1350
|
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-text-content,
|
|
1408
1351
|
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-text-content {
|
|
1409
1352
|
padding-left: 24px;
|
|
@@ -1453,7 +1396,6 @@
|
|
|
1453
1396
|
padding: 4px;
|
|
1454
1397
|
}
|
|
1455
1398
|
|
|
1456
|
-
/* stylelint-disable */
|
|
1457
1399
|
.e-button-drag-clone {
|
|
1458
1400
|
background-color: #edebe9 !important;
|
|
1459
1401
|
border: 1px solid #edebe9;
|
|
@@ -1493,12 +1435,6 @@
|
|
|
1493
1435
|
width: auto !important;
|
|
1494
1436
|
}
|
|
1495
1437
|
|
|
1496
|
-
/* stylelint-enable */
|
|
1497
|
-
.e-bigger .e-pivotfieldlist-container,
|
|
1498
|
-
.e-bigger.e-pivotfieldlist-container {
|
|
1499
|
-
/* stylelint-disable */
|
|
1500
|
-
/* stylelint-enable */
|
|
1501
|
-
}
|
|
1502
1438
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
1503
1439
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
1504
1440
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
@@ -1563,10 +1499,6 @@
|
|
|
1563
1499
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-kpiValue-icon {
|
|
1564
1500
|
margin-left: 10px;
|
|
1565
1501
|
}
|
|
1566
|
-
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog,
|
|
1567
|
-
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
1568
|
-
/* stylelint-disable */
|
|
1569
|
-
}
|
|
1570
1502
|
.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,
|
|
1571
1503
|
.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 {
|
|
1572
1504
|
margin: 0 0 0 6px;
|
|
@@ -1715,7 +1647,6 @@
|
|
|
1715
1647
|
background-color: #edebe9;
|
|
1716
1648
|
}
|
|
1717
1649
|
|
|
1718
|
-
/* stylelint-disable */
|
|
1719
1650
|
*.e-rtl .e-select-table {
|
|
1720
1651
|
padding: 8px 5px;
|
|
1721
1652
|
}
|
|
@@ -1754,8 +1685,6 @@
|
|
|
1754
1685
|
font-size: 14px;
|
|
1755
1686
|
max-width: 700px;
|
|
1756
1687
|
min-width: 300px;
|
|
1757
|
-
/* stylelint-enable */
|
|
1758
|
-
/* stylelint-enable */
|
|
1759
1688
|
}
|
|
1760
1689
|
.e-pivotfieldlist-container .e-layout-footer {
|
|
1761
1690
|
display: -ms-flexbox;
|
|
@@ -1878,8 +1807,6 @@
|
|
|
1878
1807
|
display: -ms-flexbox;
|
|
1879
1808
|
display: flex;
|
|
1880
1809
|
padding-right: 18px;
|
|
1881
|
-
/* stylelint-disable */
|
|
1882
|
-
/* stylelint-enable */
|
|
1883
1810
|
}
|
|
1884
1811
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-field-header {
|
|
1885
1812
|
-ms-flex: auto;
|
|
@@ -1891,9 +1818,7 @@
|
|
|
1891
1818
|
color: #605e5c;
|
|
1892
1819
|
cursor: pointer;
|
|
1893
1820
|
font-size: 14px;
|
|
1894
|
-
/* stylelint-disable */
|
|
1895
1821
|
height: 20px !important;
|
|
1896
|
-
/* stylelint-enable */
|
|
1897
1822
|
padding: 6px 0 0 4px;
|
|
1898
1823
|
width: 20px;
|
|
1899
1824
|
}
|
|
@@ -1930,13 +1855,9 @@
|
|
|
1930
1855
|
}
|
|
1931
1856
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul {
|
|
1932
1857
|
overflow: hidden;
|
|
1933
|
-
/* stylelint-disable */
|
|
1934
|
-
/* stylelint-enable */
|
|
1935
1858
|
}
|
|
1936
1859
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li {
|
|
1937
1860
|
margin-left: -30px;
|
|
1938
|
-
/* stylelint-disable */
|
|
1939
|
-
/* stylelint-enable */
|
|
1940
1861
|
}
|
|
1941
1862
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-fullrow {
|
|
1942
1863
|
cursor: default;
|
|
@@ -2446,8 +2367,6 @@
|
|
|
2446
2367
|
}
|
|
2447
2368
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
2448
2369
|
height: 369px;
|
|
2449
|
-
/* stylelint-disable */
|
|
2450
|
-
/* stylelint-enable */
|
|
2451
2370
|
}
|
|
2452
2371
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
2453
2372
|
height: 392px !important;
|
|
@@ -2471,7 +2390,6 @@
|
|
|
2471
2390
|
display: -ms-flexbox;
|
|
2472
2391
|
display: flex;
|
|
2473
2392
|
padding: 10px 18px;
|
|
2474
|
-
/* stylelint-disable */
|
|
2475
2393
|
}
|
|
2476
2394
|
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-field-list-search-input .e-field-list-search-icon {
|
|
2477
2395
|
float: right;
|
|
@@ -2508,8 +2426,6 @@
|
|
|
2508
2426
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li {
|
|
2509
2427
|
margin-left: 0;
|
|
2510
2428
|
margin-right: -30px;
|
|
2511
|
-
/* stylelint-disable */
|
|
2512
|
-
/* stylelint-enable */
|
|
2513
2429
|
}
|
|
2514
2430
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-list-text {
|
|
2515
2431
|
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
|
@@ -2540,8 +2456,6 @@
|
|
|
2540
2456
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
2541
2457
|
padding-left: 18px;
|
|
2542
2458
|
padding-right: 0;
|
|
2543
|
-
/* stylelint-disable */
|
|
2544
|
-
/* stylelint-enable */
|
|
2545
2459
|
}
|
|
2546
2460
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
2547
2461
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -2627,10 +2541,8 @@
|
|
|
2627
2541
|
}
|
|
2628
2542
|
.e-pivotfieldlist-container.e-device {
|
|
2629
2543
|
height: 100%;
|
|
2630
|
-
/* stylelint-disable */
|
|
2631
2544
|
max-height: 100% !important;
|
|
2632
2545
|
max-width: 100% !important;
|
|
2633
|
-
/* stylelint-enable */
|
|
2634
2546
|
min-height: 500px;
|
|
2635
2547
|
width: 100%;
|
|
2636
2548
|
}
|
|
@@ -2735,8 +2647,6 @@
|
|
|
2735
2647
|
padding: 9px 16px;
|
|
2736
2648
|
text-transform: none;
|
|
2737
2649
|
width: 100%;
|
|
2738
|
-
/* stylelint-disable */
|
|
2739
|
-
/* stylelint-enable */
|
|
2740
2650
|
}
|
|
2741
2651
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
2742
2652
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
@@ -2926,10 +2836,6 @@
|
|
|
2926
2836
|
vertical-align: middle;
|
|
2927
2837
|
width: 70%;
|
|
2928
2838
|
}
|
|
2929
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div {
|
|
2930
|
-
/* stylelint-disable */
|
|
2931
|
-
/* stylelint-enable */
|
|
2932
|
-
}
|
|
2933
2839
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-formula {
|
|
2934
2840
|
background-color: #fff;
|
|
2935
2841
|
border: 1px solid #edebe9;
|
|
@@ -2977,10 +2883,6 @@
|
|
|
2977
2883
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-icons.e-frame {
|
|
2978
2884
|
margin-right: 12px;
|
|
2979
2885
|
}
|
|
2980
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl {
|
|
2981
|
-
/* stylelint-disable */
|
|
2982
|
-
/* stylelint-enable */
|
|
2983
|
-
}
|
|
2984
2886
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl .e-acrdn-header-icon {
|
|
2985
2887
|
left: 16px;
|
|
2986
2888
|
right: auto;
|
|
@@ -3130,10 +3032,6 @@
|
|
|
3130
3032
|
.e-pivotfieldlist-container.e-device.e-static .e-field-list-values .e-axis-content {
|
|
3131
3033
|
max-height: 600px;
|
|
3132
3034
|
}
|
|
3133
|
-
.e-pivotfieldlist-container.e-device.e-rtl {
|
|
3134
|
-
/* stylelint-disable */
|
|
3135
|
-
/* stylelint-enable */
|
|
3136
|
-
}
|
|
3137
3035
|
.e-pivotfieldlist-container.e-device.e-rtl .e-field-list-back-icon {
|
|
3138
3036
|
margin-left: 12px;
|
|
3139
3037
|
margin-right: 0;
|
|
@@ -3154,11 +3052,6 @@
|
|
|
3154
3052
|
margin-left: 20px;
|
|
3155
3053
|
}
|
|
3156
3054
|
|
|
3157
|
-
/* stylelint-disable */
|
|
3158
|
-
.e-bigger .e-pivotfieldlist-container .e-field-table,
|
|
3159
|
-
.e-bigger.e-pivotfieldlist-container .e-field-table {
|
|
3160
|
-
/* stylelint-enable */
|
|
3161
|
-
}
|
|
3162
3055
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
3163
3056
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-right-axis-fields,
|
|
3164
3057
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
@@ -3314,16 +3207,6 @@
|
|
|
3314
3207
|
margin-top: 4px;
|
|
3315
3208
|
padding: 0 12px;
|
|
3316
3209
|
}
|
|
3317
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
3318
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
3319
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
3320
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content,
|
|
3321
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
3322
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
3323
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
3324
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content {
|
|
3325
|
-
/* stylelint-disable */
|
|
3326
|
-
}
|
|
3327
3210
|
.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,
|
|
3328
3211
|
.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,
|
|
3329
3212
|
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button,
|
|
@@ -3335,7 +3218,6 @@
|
|
|
3335
3218
|
font-size: 14px;
|
|
3336
3219
|
height: 36px !important;
|
|
3337
3220
|
padding: 9px 16px !important;
|
|
3338
|
-
/* stylelint-enable */
|
|
3339
3221
|
}
|
|
3340
3222
|
.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,
|
|
3341
3223
|
.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,
|
|
@@ -3460,10 +3342,6 @@
|
|
|
3460
3342
|
.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 {
|
|
3461
3343
|
padding-top: 7px;
|
|
3462
3344
|
}
|
|
3463
|
-
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table,
|
|
3464
|
-
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table {
|
|
3465
|
-
/* stylelint-disable */
|
|
3466
|
-
}
|
|
3467
3345
|
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields,
|
|
3468
3346
|
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields {
|
|
3469
3347
|
padding-left: 16px;
|
|
@@ -3476,7 +3354,6 @@
|
|
|
3476
3354
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list {
|
|
3477
3355
|
padding-left: 0;
|
|
3478
3356
|
padding-right: 5px;
|
|
3479
|
-
/* stylelint-enable */
|
|
3480
3357
|
}
|
|
3481
3358
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag,
|
|
3482
3359
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag {
|
|
@@ -3515,8 +3392,6 @@
|
|
|
3515
3392
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container,
|
|
3516
3393
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
3517
3394
|
padding-left: 20px;
|
|
3518
|
-
/* stylelint-disable */
|
|
3519
|
-
/* stylelint-enable */
|
|
3520
3395
|
}
|
|
3521
3396
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
3522
3397
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -3588,10 +3463,6 @@
|
|
|
3588
3463
|
padding-left: 0;
|
|
3589
3464
|
padding-right: 4px;
|
|
3590
3465
|
}
|
|
3591
|
-
.e-bigger .e-pivotfieldlist-container.e-search-mode,
|
|
3592
|
-
.e-bigger.e-pivotfieldlist-container.e-search-mode {
|
|
3593
|
-
/* stylelint-disable */
|
|
3594
|
-
}
|
|
3595
3466
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static,
|
|
3596
3467
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
3597
3468
|
max-height: 750px;
|
|
@@ -3628,6 +3499,4 @@
|
|
|
3628
3499
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
3629
3500
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
3630
3501
|
max-height: 184px;
|
|
3631
|
-
}
|
|
3632
|
-
|
|
3633
|
-
/* stylelint-enable */
|
|
3502
|
+
}
|