@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
|
@@ -25,10 +25,6 @@
|
|
|
25
25
|
content: "\e614";
|
|
26
26
|
}
|
|
27
27
|
|
|
28
|
-
.e-pivot-calc-dialog-div {
|
|
29
|
-
/* stylelint-disable */
|
|
30
|
-
/* stylelint-enable */
|
|
31
|
-
}
|
|
32
28
|
.e-pivot-calc-dialog-div .e-drag::before {
|
|
33
29
|
content: "\e330";
|
|
34
30
|
}
|
|
@@ -127,11 +123,6 @@
|
|
|
127
123
|
content: "\e665" !important;
|
|
128
124
|
}
|
|
129
125
|
|
|
130
|
-
.e-pivotfieldlist-wrapper,
|
|
131
|
-
.e-pivotfieldlist-container {
|
|
132
|
-
/* stylelint-disable */
|
|
133
|
-
/* stylelint-enable */
|
|
134
|
-
}
|
|
135
126
|
.e-pivotfieldlist-wrapper .e-field-list-back-icon::before,
|
|
136
127
|
.e-pivotfieldlist-container .e-field-list-back-icon::before {
|
|
137
128
|
content: "\e962";
|
|
@@ -327,10 +318,8 @@
|
|
|
327
318
|
}
|
|
328
319
|
|
|
329
320
|
.e-pivot-formatting-dialog {
|
|
330
|
-
/* stylelint-disable */
|
|
331
321
|
max-height: 480px !important;
|
|
332
322
|
width: 645px !important;
|
|
333
|
-
/* stylelint-enable */
|
|
334
323
|
}
|
|
335
324
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
336
325
|
padding-bottom: 4px;
|
|
@@ -405,9 +394,7 @@
|
|
|
405
394
|
border: 1px solid #4a4848;
|
|
406
395
|
border-radius: 0;
|
|
407
396
|
height: 28px;
|
|
408
|
-
/* stylelint-disable */
|
|
409
397
|
margin: 0 !important;
|
|
410
|
-
/* stylelint-enable */
|
|
411
398
|
padding-left: 6px;
|
|
412
399
|
padding-top: 6px;
|
|
413
400
|
width: 80px;
|
|
@@ -428,9 +415,7 @@
|
|
|
428
415
|
.e-pivot-formatting-dialog .e-split-preview,
|
|
429
416
|
.e-pivot-formatting-dialog .e-tip-transparent {
|
|
430
417
|
border: 1px solid #4a4848;
|
|
431
|
-
/* stylelint-disable */
|
|
432
418
|
border-radius: 0 !important;
|
|
433
|
-
/* stylelint-enable */
|
|
434
419
|
height: 40%;
|
|
435
420
|
left: -3px;
|
|
436
421
|
position: absolute;
|
|
@@ -438,10 +423,8 @@
|
|
|
438
423
|
width: 150%;
|
|
439
424
|
}
|
|
440
425
|
.e-pivot-formatting-dialog.e-device {
|
|
441
|
-
/* stylelint-disable */
|
|
442
426
|
min-width: 320px !important;
|
|
443
427
|
width: 100% !important;
|
|
444
|
-
/* stylelint-enable */
|
|
445
428
|
}
|
|
446
429
|
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
447
430
|
width: 100% !important;
|
|
@@ -490,11 +473,7 @@
|
|
|
490
473
|
|
|
491
474
|
.e-bigger.e-pivot-formatting-dialog,
|
|
492
475
|
.e-bigger .e-pivot-formatting-dialog {
|
|
493
|
-
/* stylelint-disable */
|
|
494
476
|
width: 706px !important;
|
|
495
|
-
/* stylelint-enable */
|
|
496
|
-
/* stylelint-disable */
|
|
497
|
-
/* stylelint-enable */
|
|
498
477
|
}
|
|
499
478
|
.e-bigger.e-pivot-formatting-dialog .e-format-label,
|
|
500
479
|
.e-bigger.e-pivot-formatting-dialog .e-format-value-label,
|
|
@@ -533,10 +512,8 @@
|
|
|
533
512
|
}
|
|
534
513
|
.e-bigger.e-pivot-formatting-dialog.e-device,
|
|
535
514
|
.e-bigger .e-pivot-formatting-dialog.e-device {
|
|
536
|
-
/* stylelint-disable */
|
|
537
515
|
min-width: 320px !important;
|
|
538
516
|
width: 100% !important;
|
|
539
|
-
/* stylelint-enable */
|
|
540
517
|
}
|
|
541
518
|
.e-bigger.e-pivot-formatting-dialog.e-device .e-format-color-picker,
|
|
542
519
|
.e-bigger .e-pivot-formatting-dialog.e-device .e-format-color-picker {
|
|
@@ -555,14 +532,8 @@
|
|
|
555
532
|
}
|
|
556
533
|
|
|
557
534
|
.e-pivot-calc-dialog-div {
|
|
558
|
-
/* stylelint-disable */
|
|
559
535
|
max-height: 550px !important;
|
|
560
|
-
/* stylelint-enable */
|
|
561
536
|
min-width: 290px;
|
|
562
|
-
/* stylelint-disable */
|
|
563
|
-
/* stylelint-enable */
|
|
564
|
-
/* stylelint-disable */
|
|
565
|
-
/* stylelint-enable */
|
|
566
537
|
}
|
|
567
538
|
.e-pivot-calc-dialog-div .e-dlg-header-content,
|
|
568
539
|
.e-pivot-calc-dialog-div .e-footer-content {
|
|
@@ -607,11 +578,9 @@
|
|
|
607
578
|
}
|
|
608
579
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
609
580
|
color: #dadada;
|
|
610
|
-
/* stylelint-disable */
|
|
611
581
|
float: right !important;
|
|
612
582
|
margin: 0;
|
|
613
583
|
margin-right: 12px !important;
|
|
614
|
-
/* stylelint-enable */
|
|
615
584
|
}
|
|
616
585
|
.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow {
|
|
617
586
|
cursor: default;
|
|
@@ -767,7 +736,7 @@
|
|
|
767
736
|
display: inline-block;
|
|
768
737
|
height: 441px;
|
|
769
738
|
overflow: auto;
|
|
770
|
-
width:
|
|
739
|
+
width: 100% !important;
|
|
771
740
|
}
|
|
772
741
|
.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 {
|
|
773
742
|
display: inline-table;
|
|
@@ -895,11 +864,8 @@
|
|
|
895
864
|
|
|
896
865
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
897
866
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
898
|
-
/* stylelint-disable */
|
|
899
867
|
max-height: 600px !important;
|
|
900
868
|
min-width: 401px !important;
|
|
901
|
-
/* stylelint-enable */
|
|
902
|
-
/* stylelint-disable */
|
|
903
869
|
}
|
|
904
870
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
905
871
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
@@ -979,9 +945,6 @@
|
|
|
979
945
|
.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
980
946
|
max-width: 400px !important;
|
|
981
947
|
min-width: 320px !important;
|
|
982
|
-
/* stylelint-enable */
|
|
983
|
-
/* stylelint-disable */
|
|
984
|
-
/* stylelint-enable */
|
|
985
948
|
}
|
|
986
949
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-prompt,
|
|
987
950
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-prompt {
|
|
@@ -1019,10 +982,8 @@
|
|
|
1019
982
|
}
|
|
1020
983
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,
|
|
1021
984
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul {
|
|
1022
|
-
/* stylelint-disable */
|
|
1023
985
|
margin-left: -35px;
|
|
1024
986
|
overflow: auto !important;
|
|
1025
|
-
/* stylelint-enable */
|
|
1026
987
|
}
|
|
1027
988
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-list-text,
|
|
1028
989
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul li .e-list-text {
|
|
@@ -1041,10 +1002,6 @@
|
|
|
1041
1002
|
margin-left: 0;
|
|
1042
1003
|
margin-right: -35px;
|
|
1043
1004
|
}
|
|
1044
|
-
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog,
|
|
1045
|
-
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
1046
|
-
/* stylelint-disable */
|
|
1047
|
-
}
|
|
1048
1005
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul,
|
|
1049
1006
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul {
|
|
1050
1007
|
margin-left: 0;
|
|
@@ -1106,7 +1063,6 @@
|
|
|
1106
1063
|
}
|
|
1107
1064
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container {
|
|
1108
1065
|
border: 0;
|
|
1109
|
-
/* stylelint-enable */
|
|
1110
1066
|
}
|
|
1111
1067
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
1112
1068
|
margin: 0 0 0 6px;
|
|
@@ -1134,8 +1090,6 @@
|
|
|
1134
1090
|
overflow: auto;
|
|
1135
1091
|
padding: 20px;
|
|
1136
1092
|
padding-bottom: 0;
|
|
1137
|
-
/* stylelint-disable */
|
|
1138
|
-
/* stylelint-enable */
|
|
1139
1093
|
}
|
|
1140
1094
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
1141
1095
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-filter-text-div {
|
|
@@ -1174,9 +1128,6 @@
|
|
|
1174
1128
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button {
|
|
1175
1129
|
float: right;
|
|
1176
1130
|
}
|
|
1177
|
-
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
1178
|
-
/* stylelint-disable */
|
|
1179
|
-
}
|
|
1180
1131
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-select-all-container ul {
|
|
1181
1132
|
margin-left: 0;
|
|
1182
1133
|
}
|
|
@@ -1314,7 +1265,6 @@
|
|
|
1314
1265
|
.e-pivotfieldlist-container .e-value-field-settings .e-dlg-content {
|
|
1315
1266
|
overflow: hidden;
|
|
1316
1267
|
padding: 0 !important;
|
|
1317
|
-
/* stylelint-enable */
|
|
1318
1268
|
}
|
|
1319
1269
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
1320
1270
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
@@ -1381,11 +1331,6 @@
|
|
|
1381
1331
|
.e-pivot-calc.e-drag-item.e-treeview.e-rtl .e-text-content {
|
|
1382
1332
|
padding-right: 0;
|
|
1383
1333
|
}
|
|
1384
|
-
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict,
|
|
1385
|
-
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict {
|
|
1386
|
-
/* stylelint-disable */
|
|
1387
|
-
/* stylelint-enable */
|
|
1388
|
-
}
|
|
1389
1334
|
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-text-content,
|
|
1390
1335
|
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-text-content {
|
|
1391
1336
|
padding-left: 24px;
|
|
@@ -1435,7 +1380,6 @@
|
|
|
1435
1380
|
padding: 4px;
|
|
1436
1381
|
}
|
|
1437
1382
|
|
|
1438
|
-
/* stylelint-disable */
|
|
1439
1383
|
.e-button-drag-clone {
|
|
1440
1384
|
background-color: #f4f4f4 !important;
|
|
1441
1385
|
border: 1px solid #9a9a9a;
|
|
@@ -1469,12 +1413,6 @@
|
|
|
1469
1413
|
width: auto !important;
|
|
1470
1414
|
}
|
|
1471
1415
|
|
|
1472
|
-
/* stylelint-enable */
|
|
1473
|
-
.e-bigger .e-pivotfieldlist-container,
|
|
1474
|
-
.e-bigger.e-pivotfieldlist-container {
|
|
1475
|
-
/* stylelint-disable */
|
|
1476
|
-
/* stylelint-enable */
|
|
1477
|
-
}
|
|
1478
1416
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
1479
1417
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
1480
1418
|
.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,10 +1477,6 @@
|
|
|
1539
1477
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-kpiValue-icon {
|
|
1540
1478
|
margin-left: 10px;
|
|
1541
1479
|
}
|
|
1542
|
-
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog,
|
|
1543
|
-
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
1544
|
-
/* stylelint-disable */
|
|
1545
|
-
}
|
|
1546
1480
|
.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,
|
|
1547
1481
|
.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 {
|
|
1548
1482
|
margin: 0 0 0 6px;
|
|
@@ -1691,7 +1625,6 @@
|
|
|
1691
1625
|
background-color: #414040;
|
|
1692
1626
|
}
|
|
1693
1627
|
|
|
1694
|
-
/* stylelint-disable */
|
|
1695
1628
|
*.e-rtl .e-select-table {
|
|
1696
1629
|
padding: 8px 5px;
|
|
1697
1630
|
}
|
|
@@ -1730,8 +1663,6 @@
|
|
|
1730
1663
|
font-size: 14px;
|
|
1731
1664
|
max-width: 700px;
|
|
1732
1665
|
min-width: 300px;
|
|
1733
|
-
/* stylelint-enable */
|
|
1734
|
-
/* stylelint-enable */
|
|
1735
1666
|
}
|
|
1736
1667
|
.e-pivotfieldlist-container .e-layout-footer {
|
|
1737
1668
|
display: -ms-flexbox;
|
|
@@ -1851,8 +1782,6 @@
|
|
|
1851
1782
|
display: -ms-flexbox;
|
|
1852
1783
|
display: flex;
|
|
1853
1784
|
padding-right: 15px;
|
|
1854
|
-
/* stylelint-disable */
|
|
1855
|
-
/* stylelint-enable */
|
|
1856
1785
|
}
|
|
1857
1786
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-field-header {
|
|
1858
1787
|
-ms-flex: auto;
|
|
@@ -1864,9 +1793,7 @@
|
|
|
1864
1793
|
color: #dadada;
|
|
1865
1794
|
cursor: pointer;
|
|
1866
1795
|
font-size: 14px;
|
|
1867
|
-
/* stylelint-disable */
|
|
1868
1796
|
height: 20px !important;
|
|
1869
|
-
/* stylelint-enable */
|
|
1870
1797
|
padding: 5px 0 0 4px;
|
|
1871
1798
|
width: 20px;
|
|
1872
1799
|
}
|
|
@@ -1899,13 +1826,9 @@
|
|
|
1899
1826
|
}
|
|
1900
1827
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul {
|
|
1901
1828
|
overflow: hidden;
|
|
1902
|
-
/* stylelint-disable */
|
|
1903
|
-
/* stylelint-enable */
|
|
1904
1829
|
}
|
|
1905
1830
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li {
|
|
1906
1831
|
margin-left: -40px;
|
|
1907
|
-
/* stylelint-disable */
|
|
1908
|
-
/* stylelint-enable */
|
|
1909
1832
|
}
|
|
1910
1833
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-fullrow {
|
|
1911
1834
|
cursor: default;
|
|
@@ -2413,8 +2336,6 @@
|
|
|
2413
2336
|
}
|
|
2414
2337
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
2415
2338
|
height: 369px;
|
|
2416
|
-
/* stylelint-disable */
|
|
2417
|
-
/* stylelint-enable */
|
|
2418
2339
|
}
|
|
2419
2340
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
2420
2341
|
height: 392px !important;
|
|
@@ -2438,7 +2359,6 @@
|
|
|
2438
2359
|
display: -ms-flexbox;
|
|
2439
2360
|
display: flex;
|
|
2440
2361
|
padding: 10px 20px;
|
|
2441
|
-
/* stylelint-disable */
|
|
2442
2362
|
}
|
|
2443
2363
|
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-field-list-search-input .e-field-list-search-icon {
|
|
2444
2364
|
float: right;
|
|
@@ -2475,8 +2395,6 @@
|
|
|
2475
2395
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li {
|
|
2476
2396
|
margin-left: 0;
|
|
2477
2397
|
margin-right: -40px;
|
|
2478
|
-
/* stylelint-disable */
|
|
2479
|
-
/* stylelint-enable */
|
|
2480
2398
|
}
|
|
2481
2399
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-list-text {
|
|
2482
2400
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
@@ -2507,8 +2425,6 @@
|
|
|
2507
2425
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
2508
2426
|
padding-left: 15px;
|
|
2509
2427
|
padding-right: 0;
|
|
2510
|
-
/* stylelint-disable */
|
|
2511
|
-
/* stylelint-enable */
|
|
2512
2428
|
}
|
|
2513
2429
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
2514
2430
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -2590,10 +2506,8 @@
|
|
|
2590
2506
|
}
|
|
2591
2507
|
.e-pivotfieldlist-container.e-device {
|
|
2592
2508
|
height: 100%;
|
|
2593
|
-
/* stylelint-disable */
|
|
2594
2509
|
max-height: 100% !important;
|
|
2595
2510
|
max-width: 100% !important;
|
|
2596
|
-
/* stylelint-enable */
|
|
2597
2511
|
min-height: 500px;
|
|
2598
2512
|
width: 100%;
|
|
2599
2513
|
}
|
|
@@ -2698,8 +2612,6 @@
|
|
|
2698
2612
|
padding: 9px 16px;
|
|
2699
2613
|
text-transform: none;
|
|
2700
2614
|
width: 100%;
|
|
2701
|
-
/* stylelint-disable */
|
|
2702
|
-
/* stylelint-enable */
|
|
2703
2615
|
}
|
|
2704
2616
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
2705
2617
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
@@ -2889,10 +2801,6 @@
|
|
|
2889
2801
|
vertical-align: middle;
|
|
2890
2802
|
width: 70%;
|
|
2891
2803
|
}
|
|
2892
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div {
|
|
2893
|
-
/* stylelint-disable */
|
|
2894
|
-
/* stylelint-enable */
|
|
2895
|
-
}
|
|
2896
2804
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-formula {
|
|
2897
2805
|
background-color: #201f1f;
|
|
2898
2806
|
border: 1px solid #514f4f;
|
|
@@ -2940,10 +2848,6 @@
|
|
|
2940
2848
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-icons.e-frame {
|
|
2941
2849
|
margin-right: 12px;
|
|
2942
2850
|
}
|
|
2943
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl {
|
|
2944
|
-
/* stylelint-disable */
|
|
2945
|
-
/* stylelint-enable */
|
|
2946
|
-
}
|
|
2947
2851
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl .e-acrdn-header-icon {
|
|
2948
2852
|
left: 16px;
|
|
2949
2853
|
right: auto;
|
|
@@ -3093,10 +2997,6 @@
|
|
|
3093
2997
|
.e-pivotfieldlist-container.e-device.e-static .e-field-list-values .e-axis-content {
|
|
3094
2998
|
max-height: 600px;
|
|
3095
2999
|
}
|
|
3096
|
-
.e-pivotfieldlist-container.e-device.e-rtl {
|
|
3097
|
-
/* stylelint-disable */
|
|
3098
|
-
/* stylelint-enable */
|
|
3099
|
-
}
|
|
3100
3000
|
.e-pivotfieldlist-container.e-device.e-rtl .e-field-list-back-icon {
|
|
3101
3001
|
margin-left: 12px;
|
|
3102
3002
|
margin-right: 0;
|
|
@@ -3117,11 +3017,6 @@
|
|
|
3117
3017
|
margin-left: 20px;
|
|
3118
3018
|
}
|
|
3119
3019
|
|
|
3120
|
-
/* stylelint-disable */
|
|
3121
|
-
.e-bigger .e-pivotfieldlist-container .e-field-table,
|
|
3122
|
-
.e-bigger.e-pivotfieldlist-container .e-field-table {
|
|
3123
|
-
/* stylelint-enable */
|
|
3124
|
-
}
|
|
3125
3020
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
3126
3021
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-right-axis-fields,
|
|
3127
3022
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
@@ -3273,16 +3168,6 @@
|
|
|
3273
3168
|
margin-top: 4px;
|
|
3274
3169
|
padding: 0 12px;
|
|
3275
3170
|
}
|
|
3276
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
3277
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
3278
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
3279
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content,
|
|
3280
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
3281
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
3282
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
3283
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content {
|
|
3284
|
-
/* stylelint-disable */
|
|
3285
|
-
}
|
|
3286
3171
|
.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,
|
|
3287
3172
|
.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,
|
|
3288
3173
|
.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,
|
|
@@ -3294,7 +3179,6 @@
|
|
|
3294
3179
|
font-size: 14px;
|
|
3295
3180
|
height: 36px !important;
|
|
3296
3181
|
padding: 9px 16px !important;
|
|
3297
|
-
/* stylelint-enable */
|
|
3298
3182
|
}
|
|
3299
3183
|
.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,
|
|
3300
3184
|
.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,
|
|
@@ -3419,10 +3303,6 @@
|
|
|
3419
3303
|
.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 {
|
|
3420
3304
|
padding-top: 7px;
|
|
3421
3305
|
}
|
|
3422
|
-
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table,
|
|
3423
|
-
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table {
|
|
3424
|
-
/* stylelint-disable */
|
|
3425
|
-
}
|
|
3426
3306
|
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields,
|
|
3427
3307
|
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields {
|
|
3428
3308
|
padding-left: 16px;
|
|
@@ -3435,7 +3315,6 @@
|
|
|
3435
3315
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list {
|
|
3436
3316
|
padding-left: 0;
|
|
3437
3317
|
padding-right: 5px;
|
|
3438
|
-
/* stylelint-enable */
|
|
3439
3318
|
}
|
|
3440
3319
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag,
|
|
3441
3320
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag {
|
|
@@ -3474,8 +3353,6 @@
|
|
|
3474
3353
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container,
|
|
3475
3354
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
3476
3355
|
padding-left: 20px;
|
|
3477
|
-
/* stylelint-disable */
|
|
3478
|
-
/* stylelint-enable */
|
|
3479
3356
|
}
|
|
3480
3357
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
3481
3358
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -3543,10 +3420,6 @@
|
|
|
3543
3420
|
padding-left: 0;
|
|
3544
3421
|
padding-right: 4px;
|
|
3545
3422
|
}
|
|
3546
|
-
.e-bigger .e-pivotfieldlist-container.e-search-mode,
|
|
3547
|
-
.e-bigger.e-pivotfieldlist-container.e-search-mode {
|
|
3548
|
-
/* stylelint-disable */
|
|
3549
|
-
}
|
|
3550
3423
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static,
|
|
3551
3424
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
3552
3425
|
max-height: 750px;
|
|
@@ -3583,6 +3456,4 @@
|
|
|
3583
3456
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
3584
3457
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
3585
3458
|
max-height: 164px;
|
|
3586
|
-
}
|
|
3587
|
-
|
|
3588
|
-
/* stylelint-enable */
|
|
3459
|
+
}
|