@syncfusion/ej2-angular-pivotview 20.2.43-ngcc → 20.2.45
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/esm2020/public_api.mjs +3 -0
- package/esm2020/src/index.mjs +8 -0
- package/esm2020/src/pivotfieldlist/pivotfieldlist-all.module.mjs +23 -0
- package/esm2020/src/pivotfieldlist/pivotfieldlist.component.mjs +66 -0
- package/esm2020/src/pivotfieldlist/pivotfieldlist.module.mjs +25 -0
- package/esm2020/src/pivotview/pivotview-all.module.mjs +62 -0
- package/esm2020/src/pivotview/pivotview.component.mjs +150 -0
- package/esm2020/src/pivotview/pivotview.module.mjs +25 -0
- package/esm2020/syncfusion-ej2-angular-pivotview.mjs +5 -0
- package/fesm2015/syncfusion-ej2-angular-pivotview.mjs +337 -0
- package/fesm2015/syncfusion-ej2-angular-pivotview.mjs.map +1 -0
- package/fesm2020/syncfusion-ej2-angular-pivotview.mjs +337 -0
- package/fesm2020/syncfusion-ej2-angular-pivotview.mjs.map +1 -0
- package/package.json +29 -15
- package/src/pivotfieldlist/pivotfieldlist-all.module.d.ts +6 -0
- package/src/pivotfieldlist/pivotfieldlist.component.d.ts +3 -0
- package/src/pivotfieldlist/pivotfieldlist.module.d.ts +6 -0
- package/src/pivotview/pivotview-all.module.d.ts +6 -0
- package/src/pivotview/pivotview.component.d.ts +3 -0
- package/src/pivotview/pivotview.module.d.ts +6 -0
- package/styles/bootstrap-dark.css +215 -4
- package/styles/bootstrap.css +215 -4
- package/styles/bootstrap4.css +211 -5
- package/styles/bootstrap5-dark.css +217 -4
- package/styles/bootstrap5.css +217 -4
- package/styles/fabric-dark.css +215 -4
- package/styles/fabric.css +215 -4
- package/styles/fluent-dark.css +217 -4
- package/styles/fluent.css +217 -4
- package/styles/highcontrast-light.css +215 -4
- package/styles/highcontrast.css +215 -4
- package/styles/material-dark.css +215 -4
- package/styles/material.css +215 -4
- package/styles/pivotfieldlist/_all.scss +2 -0
- package/styles/pivotfieldlist/_bootstrap-dark-definition.scss +232 -0
- package/styles/pivotfieldlist/_bootstrap-definition.scss +186 -0
- package/styles/pivotfieldlist/_bootstrap4-definition.scss +186 -0
- package/styles/pivotfieldlist/_bootstrap5-dark-definition.scss +1 -0
- package/styles/pivotfieldlist/_bootstrap5-definition.scss +190 -0
- package/styles/pivotfieldlist/_fabric-dark-definition.scss +192 -0
- package/styles/pivotfieldlist/_fabric-definition.scss +186 -0
- package/styles/pivotfieldlist/_fluent-dark-definition.scss +1 -0
- package/styles/pivotfieldlist/_fluent-definition.scss +190 -0
- package/styles/pivotfieldlist/_fusionnew-definition.scss +189 -0
- package/styles/pivotfieldlist/_highcontrast-definition.scss +187 -0
- package/styles/pivotfieldlist/_highcontrast-light-definition.scss +187 -0
- package/styles/pivotfieldlist/_layout.scss +1848 -0
- package/styles/pivotfieldlist/_material-dark-definition.scss +187 -0
- package/styles/pivotfieldlist/_material-definition.scss +187 -0
- package/styles/pivotfieldlist/_material3-definition.scss +190 -0
- package/styles/pivotfieldlist/_tailwind-dark-definition.scss +1 -0
- package/styles/pivotfieldlist/_tailwind-definition.scss +190 -0
- package/styles/pivotfieldlist/_theme.scss +1857 -0
- package/styles/pivotfieldlist/bootstrap-dark.css +130 -1
- package/styles/pivotfieldlist/bootstrap-dark.scss +4 -1
- package/styles/pivotfieldlist/bootstrap.css +130 -1
- package/styles/pivotfieldlist/bootstrap.scss +4 -1
- package/styles/pivotfieldlist/bootstrap4.css +125 -1
- package/styles/pivotfieldlist/bootstrap4.scss +4 -1
- package/styles/pivotfieldlist/bootstrap5-dark.css +134 -1
- package/styles/pivotfieldlist/bootstrap5-dark.scss +4 -1
- package/styles/pivotfieldlist/bootstrap5.css +134 -1
- package/styles/pivotfieldlist/bootstrap5.scss +4 -1
- package/styles/pivotfieldlist/fabric-dark.css +130 -1
- package/styles/pivotfieldlist/fabric-dark.scss +4 -1
- package/styles/pivotfieldlist/fabric.css +130 -1
- package/styles/pivotfieldlist/fabric.scss +4 -1
- package/styles/pivotfieldlist/fluent-dark.css +132 -1
- package/styles/pivotfieldlist/fluent-dark.scss +4 -1
- package/styles/pivotfieldlist/fluent.css +132 -1
- package/styles/pivotfieldlist/fluent.scss +4 -1
- package/styles/pivotfieldlist/highcontrast-light.css +130 -1
- package/styles/pivotfieldlist/highcontrast-light.scss +4 -1
- package/styles/pivotfieldlist/highcontrast.css +130 -1
- package/styles/pivotfieldlist/highcontrast.scss +4 -1
- package/styles/pivotfieldlist/icons/_bootstrap-dark.scss +359 -0
- package/styles/pivotfieldlist/icons/_bootstrap.scss +359 -0
- package/styles/pivotfieldlist/icons/_bootstrap4.scss +359 -0
- package/styles/pivotfieldlist/icons/_bootstrap5-dark.scss +1 -0
- package/styles/pivotfieldlist/icons/_bootstrap5.scss +358 -0
- package/styles/pivotfieldlist/icons/_fabric-dark.scss +359 -0
- package/styles/pivotfieldlist/icons/_fabric.scss +359 -0
- package/styles/pivotfieldlist/icons/_fluent-dark.scss +1 -0
- package/styles/pivotfieldlist/icons/_fluent.scss +358 -0
- package/styles/pivotfieldlist/icons/_fusionnew.scss +353 -0
- package/styles/pivotfieldlist/icons/_highcontrast-light.scss +358 -0
- package/styles/pivotfieldlist/icons/_highcontrast.scss +358 -0
- package/styles/pivotfieldlist/icons/_material-dark.scss +359 -0
- package/styles/pivotfieldlist/icons/_material.scss +358 -0
- package/styles/pivotfieldlist/icons/_material3.scss +353 -0
- package/styles/pivotfieldlist/icons/_tailwind-dark.scss +357 -0
- package/styles/pivotfieldlist/icons/_tailwind.scss +357 -0
- package/styles/pivotfieldlist/material-dark.css +130 -1
- package/styles/pivotfieldlist/material-dark.scss +4 -1
- package/styles/pivotfieldlist/material.css +130 -1
- package/styles/pivotfieldlist/material.scss +4 -1
- package/styles/pivotfieldlist/tailwind-dark.css +132 -1
- package/styles/pivotfieldlist/tailwind-dark.scss +4 -1
- package/styles/pivotfieldlist/tailwind.css +132 -1
- package/styles/pivotfieldlist/tailwind.scss +4 -1
- package/styles/pivotview/_all.scss +2 -0
- package/styles/pivotview/_bootstrap-dark-definition.scss +131 -0
- package/styles/pivotview/_bootstrap-definition.scss +128 -0
- package/styles/pivotview/_bootstrap4-definition.scss +128 -0
- package/styles/pivotview/_bootstrap5-dark-definition.scss +1 -0
- package/styles/pivotview/_bootstrap5-definition.scss +133 -0
- package/styles/pivotview/_fabric-dark-definition.scss +130 -0
- package/styles/pivotview/_fabric-definition.scss +127 -0
- package/styles/pivotview/_fluent-dark-definition.scss +1 -0
- package/styles/pivotview/_fluent-definition.scss +133 -0
- package/styles/pivotview/_fusionnew-definition.scss +133 -0
- package/styles/pivotview/_highcontrast-definition.scss +126 -0
- package/styles/pivotview/_highcontrast-light-definition.scss +127 -0
- package/styles/pivotview/_layout.scss +1072 -0
- package/styles/pivotview/_material-dark-definition.scss +134 -0
- package/styles/pivotview/_material-definition.scss +130 -0
- package/styles/pivotview/_material3-definition.scss +133 -0
- package/styles/pivotview/_tailwind-dark-definition.scss +1 -0
- package/styles/pivotview/_tailwind-definition.scss +133 -0
- package/styles/pivotview/_theme.scss +1581 -0
- package/styles/pivotview/bootstrap-dark.css +85 -3
- package/styles/pivotview/bootstrap-dark.scss +5 -1
- package/styles/pivotview/bootstrap.css +85 -3
- package/styles/pivotview/bootstrap.scss +5 -1
- package/styles/pivotview/bootstrap4.css +86 -4
- package/styles/pivotview/bootstrap4.scss +5 -1
- package/styles/pivotview/bootstrap5-dark.css +83 -3
- package/styles/pivotview/bootstrap5-dark.scss +4 -1
- package/styles/pivotview/bootstrap5.css +83 -3
- package/styles/pivotview/bootstrap5.scss +5 -1
- package/styles/pivotview/fabric-dark.css +85 -3
- package/styles/pivotview/fabric-dark.scss +5 -1
- package/styles/pivotview/fabric.css +85 -3
- package/styles/pivotview/fabric.scss +5 -1
- package/styles/pivotview/fluent-dark.css +85 -3
- package/styles/pivotview/fluent-dark.scss +4 -1
- package/styles/pivotview/fluent.css +85 -3
- package/styles/pivotview/fluent.scss +5 -1
- package/styles/pivotview/highcontrast-light.css +85 -3
- package/styles/pivotview/highcontrast-light.scss +5 -1
- package/styles/pivotview/highcontrast.css +85 -3
- package/styles/pivotview/highcontrast.scss +5 -1
- package/styles/pivotview/icons/_bootstrap-dark.scss +184 -0
- package/styles/pivotview/icons/_bootstrap.scss +184 -0
- package/styles/pivotview/icons/_bootstrap4.scss +184 -0
- package/styles/pivotview/icons/_bootstrap5-dark.scss +1 -0
- package/styles/pivotview/icons/_bootstrap5.scss +183 -0
- package/styles/pivotview/icons/_fabric-dark.scss +184 -0
- package/styles/pivotview/icons/_fabric.scss +184 -0
- package/styles/pivotview/icons/_fluent-dark.scss +1 -0
- package/styles/pivotview/icons/_fluent.scss +183 -0
- package/styles/pivotview/icons/_fusionnew.scss +183 -0
- package/styles/pivotview/icons/_highcontrast-light.scss +183 -0
- package/styles/pivotview/icons/_highcontrast.scss +183 -0
- package/styles/pivotview/icons/_material-dark.scss +184 -0
- package/styles/pivotview/icons/_material.scss +184 -0
- package/styles/pivotview/icons/_material3.scss +183 -0
- package/styles/pivotview/icons/_tailwind-dark.scss +183 -0
- package/styles/pivotview/icons/_tailwind.scss +183 -0
- package/styles/pivotview/material-dark.css +85 -3
- package/styles/pivotview/material-dark.scss +5 -1
- package/styles/pivotview/material.css +85 -3
- package/styles/pivotview/material.scss +5 -1
- package/styles/pivotview/tailwind-dark.css +83 -3
- package/styles/pivotview/tailwind-dark.scss +4 -1
- package/styles/pivotview/tailwind.css +83 -3
- package/styles/pivotview/tailwind.scss +5 -1
- package/styles/tailwind-dark.css +215 -4
- package/styles/tailwind.css +215 -4
- package/syncfusion-ej2-angular-pivotview.d.ts +5 -0
- package/@syncfusion/ej2-angular-pivotview.es5.js +0 -425
- package/@syncfusion/ej2-angular-pivotview.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-pivotview.js +0 -395
- package/@syncfusion/ej2-angular-pivotview.js.map +0 -1
- package/CHANGELOG.md +0 -696
- package/dist/ej2-angular-pivotview.umd.js +0 -667
- package/dist/ej2-angular-pivotview.umd.js.map +0 -1
- package/dist/ej2-angular-pivotview.umd.min.js +0 -11
- package/dist/ej2-angular-pivotview.umd.min.js.map +0 -1
- package/ej2-angular-pivotview.d.ts +0 -6
- package/ej2-angular-pivotview.metadata.json +0 -1
- package/postinstall/tagchange.js +0 -18
- package/schematics/collection.json +0 -20
- package/schematics/generators/pivotview-default/index.d.ts +0 -3
- package/schematics/generators/pivotview-default/index.js +0 -8
- package/schematics/generators/pivotview-default/sample-details.d.ts +0 -5
- package/schematics/generators/pivotview-default/sample-details.js +0 -7
- package/schematics/generators/pivotview-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
- package/schematics/generators/pivotview-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -4
- package/schematics/generators/pivotview-default/schema.d.ts +0 -3
- package/schematics/generators/pivotview-default/schema.js +0 -2
- package/schematics/generators/pivotview-default/schema.json +0 -125
- package/schematics/generators/pivotview-fieldlist/index.d.ts +0 -3
- package/schematics/generators/pivotview-fieldlist/index.js +0 -8
- package/schematics/generators/pivotview-fieldlist/sample-details.d.ts +0 -5
- package/schematics/generators/pivotview-fieldlist/sample-details.js +0 -7
- package/schematics/generators/pivotview-fieldlist/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
- package/schematics/generators/pivotview-fieldlist/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -4
- package/schematics/generators/pivotview-fieldlist/schema.d.ts +0 -3
- package/schematics/generators/pivotview-fieldlist/schema.js +0 -2
- package/schematics/generators/pivotview-fieldlist/schema.json +0 -125
- package/schematics/ng-add/index.d.ts +0 -3
- package/schematics/ng-add/index.js +0 -9
- package/schematics/ng-add/schema.d.ts +0 -13
- package/schematics/ng-add/schema.js +0 -2
- package/schematics/ng-add/schema.json +0 -34
- package/schematics/tsconfig.json +0 -25
- package/schematics/utils/lib-details.d.ts +0 -4
- package/schematics/utils/lib-details.js +0 -6
|
@@ -24,6 +24,10 @@
|
|
|
24
24
|
content: "\e614";
|
|
25
25
|
}
|
|
26
26
|
|
|
27
|
+
.e-pivot-calc-dialog-div {
|
|
28
|
+
/* stylelint-disable */
|
|
29
|
+
/* stylelint-enable */
|
|
30
|
+
}
|
|
27
31
|
.e-pivot-calc-dialog-div .e-drag::before {
|
|
28
32
|
content: "\e330";
|
|
29
33
|
}
|
|
@@ -122,6 +126,11 @@
|
|
|
122
126
|
content: "\e665" !important;
|
|
123
127
|
}
|
|
124
128
|
|
|
129
|
+
.e-pivotfieldlist-wrapper,
|
|
130
|
+
.e-pivotfieldlist-container {
|
|
131
|
+
/* stylelint-disable */
|
|
132
|
+
/* stylelint-enable */
|
|
133
|
+
}
|
|
125
134
|
.e-pivotfieldlist-wrapper .e-field-list-back-icon::before,
|
|
126
135
|
.e-pivotfieldlist-container .e-field-list-back-icon::before {
|
|
127
136
|
content: "\e962";
|
|
@@ -317,8 +326,10 @@
|
|
|
317
326
|
}
|
|
318
327
|
|
|
319
328
|
.e-pivot-formatting-dialog {
|
|
329
|
+
/* stylelint-disable */
|
|
320
330
|
max-height: 480px !important;
|
|
321
331
|
width: 645px !important;
|
|
332
|
+
/* stylelint-enable */
|
|
322
333
|
}
|
|
323
334
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
324
335
|
padding-bottom: 4px;
|
|
@@ -393,7 +404,9 @@
|
|
|
393
404
|
border: 1px solid #dadada;
|
|
394
405
|
border-radius: 0;
|
|
395
406
|
height: 28px;
|
|
407
|
+
/* stylelint-disable */
|
|
396
408
|
margin: 0 !important;
|
|
409
|
+
/* stylelint-enable */
|
|
397
410
|
padding-left: 6px;
|
|
398
411
|
padding-top: 6px;
|
|
399
412
|
width: 80px;
|
|
@@ -414,7 +427,9 @@
|
|
|
414
427
|
.e-pivot-formatting-dialog .e-split-preview,
|
|
415
428
|
.e-pivot-formatting-dialog .e-tip-transparent {
|
|
416
429
|
border: 1px solid #dadada;
|
|
430
|
+
/* stylelint-disable */
|
|
417
431
|
border-radius: 0 !important;
|
|
432
|
+
/* stylelint-enable */
|
|
418
433
|
height: 40%;
|
|
419
434
|
left: -3px;
|
|
420
435
|
position: absolute;
|
|
@@ -422,8 +437,10 @@
|
|
|
422
437
|
width: 150%;
|
|
423
438
|
}
|
|
424
439
|
.e-pivot-formatting-dialog.e-device {
|
|
440
|
+
/* stylelint-disable */
|
|
425
441
|
min-width: 320px !important;
|
|
426
442
|
width: 100% !important;
|
|
443
|
+
/* stylelint-enable */
|
|
427
444
|
}
|
|
428
445
|
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
429
446
|
width: 100% !important;
|
|
@@ -472,7 +489,11 @@
|
|
|
472
489
|
|
|
473
490
|
.e-bigger.e-pivot-formatting-dialog,
|
|
474
491
|
.e-bigger .e-pivot-formatting-dialog {
|
|
492
|
+
/* stylelint-disable */
|
|
475
493
|
width: 706px !important;
|
|
494
|
+
/* stylelint-enable */
|
|
495
|
+
/* stylelint-disable */
|
|
496
|
+
/* stylelint-enable */
|
|
476
497
|
}
|
|
477
498
|
.e-bigger.e-pivot-formatting-dialog .e-format-label,
|
|
478
499
|
.e-bigger.e-pivot-formatting-dialog .e-format-value-label,
|
|
@@ -511,8 +532,10 @@
|
|
|
511
532
|
}
|
|
512
533
|
.e-bigger.e-pivot-formatting-dialog.e-device,
|
|
513
534
|
.e-bigger .e-pivot-formatting-dialog.e-device {
|
|
535
|
+
/* stylelint-disable */
|
|
514
536
|
min-width: 320px !important;
|
|
515
537
|
width: 100% !important;
|
|
538
|
+
/* stylelint-enable */
|
|
516
539
|
}
|
|
517
540
|
.e-bigger.e-pivot-formatting-dialog.e-device .e-format-color-picker,
|
|
518
541
|
.e-bigger .e-pivot-formatting-dialog.e-device .e-format-color-picker {
|
|
@@ -531,8 +554,14 @@
|
|
|
531
554
|
}
|
|
532
555
|
|
|
533
556
|
.e-pivot-calc-dialog-div {
|
|
557
|
+
/* stylelint-disable */
|
|
534
558
|
max-height: 600px !important;
|
|
559
|
+
/* stylelint-enable */
|
|
535
560
|
min-width: 290px;
|
|
561
|
+
/* stylelint-disable */
|
|
562
|
+
/* stylelint-enable */
|
|
563
|
+
/* stylelint-disable */
|
|
564
|
+
/* stylelint-enable */
|
|
536
565
|
}
|
|
537
566
|
.e-pivot-calc-dialog-div .e-dlg-header-content,
|
|
538
567
|
.e-pivot-calc-dialog-div .e-footer-content {
|
|
@@ -580,9 +609,11 @@
|
|
|
580
609
|
}
|
|
581
610
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
582
611
|
color: #333;
|
|
612
|
+
/* stylelint-disable */
|
|
583
613
|
float: right !important;
|
|
584
614
|
margin: 0;
|
|
585
615
|
margin-right: 12px !important;
|
|
616
|
+
/* stylelint-enable */
|
|
586
617
|
}
|
|
587
618
|
.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow {
|
|
588
619
|
cursor: default;
|
|
@@ -866,8 +897,11 @@
|
|
|
866
897
|
|
|
867
898
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
868
899
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
900
|
+
/* stylelint-disable */
|
|
869
901
|
max-height: 600px !important;
|
|
870
902
|
min-width: 401px !important;
|
|
903
|
+
/* stylelint-enable */
|
|
904
|
+
/* stylelint-disable */
|
|
871
905
|
}
|
|
872
906
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
873
907
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
@@ -947,6 +981,9 @@
|
|
|
947
981
|
.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
948
982
|
max-width: 400px !important;
|
|
949
983
|
min-width: 320px !important;
|
|
984
|
+
/* stylelint-enable */
|
|
985
|
+
/* stylelint-disable */
|
|
986
|
+
/* stylelint-enable */
|
|
950
987
|
}
|
|
951
988
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-prompt,
|
|
952
989
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-prompt {
|
|
@@ -984,8 +1021,10 @@
|
|
|
984
1021
|
}
|
|
985
1022
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,
|
|
986
1023
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul {
|
|
1024
|
+
/* stylelint-disable */
|
|
987
1025
|
margin-left: -35px;
|
|
988
1026
|
overflow: auto !important;
|
|
1027
|
+
/* stylelint-enable */
|
|
989
1028
|
}
|
|
990
1029
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-list-text,
|
|
991
1030
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul li .e-list-text {
|
|
@@ -1004,6 +1043,10 @@
|
|
|
1004
1043
|
margin-left: 0;
|
|
1005
1044
|
margin-right: -35px;
|
|
1006
1045
|
}
|
|
1046
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog,
|
|
1047
|
+
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
1048
|
+
/* stylelint-disable */
|
|
1049
|
+
}
|
|
1007
1050
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul,
|
|
1008
1051
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul {
|
|
1009
1052
|
margin-left: 0;
|
|
@@ -1065,6 +1108,7 @@
|
|
|
1065
1108
|
}
|
|
1066
1109
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container {
|
|
1067
1110
|
border: 0;
|
|
1111
|
+
/* stylelint-enable */
|
|
1068
1112
|
}
|
|
1069
1113
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
1070
1114
|
margin: 0 0 0 6px;
|
|
@@ -1092,6 +1136,8 @@
|
|
|
1092
1136
|
overflow: auto;
|
|
1093
1137
|
padding: 20px;
|
|
1094
1138
|
padding-bottom: 0;
|
|
1139
|
+
/* stylelint-disable */
|
|
1140
|
+
/* stylelint-enable */
|
|
1095
1141
|
}
|
|
1096
1142
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
1097
1143
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-filter-text-div {
|
|
@@ -1130,6 +1176,9 @@
|
|
|
1130
1176
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button {
|
|
1131
1177
|
float: right;
|
|
1132
1178
|
}
|
|
1179
|
+
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
1180
|
+
/* stylelint-disable */
|
|
1181
|
+
}
|
|
1133
1182
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-select-all-container ul {
|
|
1134
1183
|
margin-left: 0;
|
|
1135
1184
|
}
|
|
@@ -1267,6 +1316,7 @@
|
|
|
1267
1316
|
.e-pivotfieldlist-container .e-value-field-settings .e-dlg-content {
|
|
1268
1317
|
overflow: hidden;
|
|
1269
1318
|
padding: 0 !important;
|
|
1319
|
+
/* stylelint-enable */
|
|
1270
1320
|
}
|
|
1271
1321
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
1272
1322
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
@@ -1333,6 +1383,11 @@
|
|
|
1333
1383
|
.e-pivot-calc.e-drag-item.e-treeview.e-rtl .e-text-content {
|
|
1334
1384
|
padding-right: 0;
|
|
1335
1385
|
}
|
|
1386
|
+
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict,
|
|
1387
|
+
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict {
|
|
1388
|
+
/* stylelint-disable */
|
|
1389
|
+
/* stylelint-enable */
|
|
1390
|
+
}
|
|
1336
1391
|
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-text-content,
|
|
1337
1392
|
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-text-content {
|
|
1338
1393
|
padding-left: 24px;
|
|
@@ -1382,6 +1437,7 @@
|
|
|
1382
1437
|
padding: 4px;
|
|
1383
1438
|
}
|
|
1384
1439
|
|
|
1440
|
+
/* stylelint-disable */
|
|
1385
1441
|
.e-button-drag-clone {
|
|
1386
1442
|
background-color: #fff !important;
|
|
1387
1443
|
border: 1px solid #d0d0d0;
|
|
@@ -1415,6 +1471,12 @@
|
|
|
1415
1471
|
width: auto !important;
|
|
1416
1472
|
}
|
|
1417
1473
|
|
|
1474
|
+
/* stylelint-enable */
|
|
1475
|
+
.e-bigger .e-pivotfieldlist-container,
|
|
1476
|
+
.e-bigger.e-pivotfieldlist-container {
|
|
1477
|
+
/* stylelint-disable */
|
|
1478
|
+
/* stylelint-enable */
|
|
1479
|
+
}
|
|
1418
1480
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
1419
1481
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
1420
1482
|
.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,6 +1541,10 @@
|
|
|
1479
1541
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-kpiValue-icon {
|
|
1480
1542
|
margin-left: 10px;
|
|
1481
1543
|
}
|
|
1544
|
+
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog,
|
|
1545
|
+
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
1546
|
+
/* stylelint-disable */
|
|
1547
|
+
}
|
|
1482
1548
|
.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,
|
|
1483
1549
|
.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 {
|
|
1484
1550
|
margin: 0 0 0 6px;
|
|
@@ -1627,6 +1693,7 @@
|
|
|
1627
1693
|
background-color: #d0d0d0;
|
|
1628
1694
|
}
|
|
1629
1695
|
|
|
1696
|
+
/* stylelint-disable */
|
|
1630
1697
|
*.e-rtl .e-select-table {
|
|
1631
1698
|
padding: 8px 5px;
|
|
1632
1699
|
}
|
|
@@ -1665,6 +1732,8 @@
|
|
|
1665
1732
|
font-size: 14px;
|
|
1666
1733
|
max-width: 700px;
|
|
1667
1734
|
min-width: 300px;
|
|
1735
|
+
/* stylelint-enable */
|
|
1736
|
+
/* stylelint-enable */
|
|
1668
1737
|
}
|
|
1669
1738
|
.e-pivotfieldlist-container .e-layout-footer {
|
|
1670
1739
|
display: -ms-flexbox;
|
|
@@ -1784,6 +1853,8 @@
|
|
|
1784
1853
|
display: -ms-flexbox;
|
|
1785
1854
|
display: flex;
|
|
1786
1855
|
padding-right: 15px;
|
|
1856
|
+
/* stylelint-disable */
|
|
1857
|
+
/* stylelint-enable */
|
|
1787
1858
|
}
|
|
1788
1859
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-field-header {
|
|
1789
1860
|
-ms-flex: auto;
|
|
@@ -1795,7 +1866,9 @@
|
|
|
1795
1866
|
color: #666;
|
|
1796
1867
|
cursor: pointer;
|
|
1797
1868
|
font-size: 14px;
|
|
1869
|
+
/* stylelint-disable */
|
|
1798
1870
|
height: 20px !important;
|
|
1871
|
+
/* stylelint-enable */
|
|
1799
1872
|
padding: 5px 0 0 4px;
|
|
1800
1873
|
width: 20px;
|
|
1801
1874
|
}
|
|
@@ -1828,9 +1901,13 @@
|
|
|
1828
1901
|
}
|
|
1829
1902
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul {
|
|
1830
1903
|
overflow: hidden;
|
|
1904
|
+
/* stylelint-disable */
|
|
1905
|
+
/* stylelint-enable */
|
|
1831
1906
|
}
|
|
1832
1907
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li {
|
|
1833
1908
|
margin-left: -40px;
|
|
1909
|
+
/* stylelint-disable */
|
|
1910
|
+
/* stylelint-enable */
|
|
1834
1911
|
}
|
|
1835
1912
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-fullrow {
|
|
1836
1913
|
cursor: default;
|
|
@@ -2338,6 +2415,8 @@
|
|
|
2338
2415
|
}
|
|
2339
2416
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
2340
2417
|
height: 369px;
|
|
2418
|
+
/* stylelint-disable */
|
|
2419
|
+
/* stylelint-enable */
|
|
2341
2420
|
}
|
|
2342
2421
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
2343
2422
|
height: 392px !important;
|
|
@@ -2361,6 +2440,7 @@
|
|
|
2361
2440
|
display: -ms-flexbox;
|
|
2362
2441
|
display: flex;
|
|
2363
2442
|
padding: 10px 20px;
|
|
2443
|
+
/* stylelint-disable */
|
|
2364
2444
|
}
|
|
2365
2445
|
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-field-list-search-input .e-field-list-search-icon {
|
|
2366
2446
|
float: right;
|
|
@@ -2397,6 +2477,8 @@
|
|
|
2397
2477
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li {
|
|
2398
2478
|
margin-left: 0;
|
|
2399
2479
|
margin-right: -40px;
|
|
2480
|
+
/* stylelint-disable */
|
|
2481
|
+
/* stylelint-enable */
|
|
2400
2482
|
}
|
|
2401
2483
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-list-text {
|
|
2402
2484
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
@@ -2427,6 +2509,8 @@
|
|
|
2427
2509
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
2428
2510
|
padding-left: 15px;
|
|
2429
2511
|
padding-right: 0;
|
|
2512
|
+
/* stylelint-disable */
|
|
2513
|
+
/* stylelint-enable */
|
|
2430
2514
|
}
|
|
2431
2515
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
2432
2516
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -2508,8 +2592,10 @@
|
|
|
2508
2592
|
}
|
|
2509
2593
|
.e-pivotfieldlist-container.e-device {
|
|
2510
2594
|
height: 100%;
|
|
2595
|
+
/* stylelint-disable */
|
|
2511
2596
|
max-height: 100% !important;
|
|
2512
2597
|
max-width: 100% !important;
|
|
2598
|
+
/* stylelint-enable */
|
|
2513
2599
|
min-height: 500px;
|
|
2514
2600
|
width: 100%;
|
|
2515
2601
|
}
|
|
@@ -2614,6 +2700,8 @@
|
|
|
2614
2700
|
padding: 9px 16px;
|
|
2615
2701
|
text-transform: none;
|
|
2616
2702
|
width: 100%;
|
|
2703
|
+
/* stylelint-disable */
|
|
2704
|
+
/* stylelint-enable */
|
|
2617
2705
|
}
|
|
2618
2706
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
2619
2707
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
@@ -2803,6 +2891,10 @@
|
|
|
2803
2891
|
vertical-align: middle;
|
|
2804
2892
|
width: 70%;
|
|
2805
2893
|
}
|
|
2894
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div {
|
|
2895
|
+
/* stylelint-disable */
|
|
2896
|
+
/* stylelint-enable */
|
|
2897
|
+
}
|
|
2806
2898
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-formula {
|
|
2807
2899
|
background-color: #fff;
|
|
2808
2900
|
border: 1px solid #d0d0d0;
|
|
@@ -2849,6 +2941,10 @@
|
|
|
2849
2941
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-icons.e-frame {
|
|
2850
2942
|
margin-right: 12px;
|
|
2851
2943
|
}
|
|
2944
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl {
|
|
2945
|
+
/* stylelint-disable */
|
|
2946
|
+
/* stylelint-enable */
|
|
2947
|
+
}
|
|
2852
2948
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl .e-acrdn-header-icon {
|
|
2853
2949
|
left: 16px;
|
|
2854
2950
|
right: auto;
|
|
@@ -2998,6 +3094,10 @@
|
|
|
2998
3094
|
.e-pivotfieldlist-container.e-device.e-static .e-field-list-values .e-axis-content {
|
|
2999
3095
|
max-height: 600px;
|
|
3000
3096
|
}
|
|
3097
|
+
.e-pivotfieldlist-container.e-device.e-rtl {
|
|
3098
|
+
/* stylelint-disable */
|
|
3099
|
+
/* stylelint-enable */
|
|
3100
|
+
}
|
|
3001
3101
|
.e-pivotfieldlist-container.e-device.e-rtl .e-field-list-back-icon {
|
|
3002
3102
|
margin-left: 12px;
|
|
3003
3103
|
margin-right: 0;
|
|
@@ -3018,6 +3118,11 @@
|
|
|
3018
3118
|
margin-left: 20px;
|
|
3019
3119
|
}
|
|
3020
3120
|
|
|
3121
|
+
/* stylelint-disable */
|
|
3122
|
+
.e-bigger .e-pivotfieldlist-container .e-field-table,
|
|
3123
|
+
.e-bigger.e-pivotfieldlist-container .e-field-table {
|
|
3124
|
+
/* stylelint-enable */
|
|
3125
|
+
}
|
|
3021
3126
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
3022
3127
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-right-axis-fields,
|
|
3023
3128
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
@@ -3169,6 +3274,16 @@
|
|
|
3169
3274
|
margin-top: 4px;
|
|
3170
3275
|
padding: 0 12px;
|
|
3171
3276
|
}
|
|
3277
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
3278
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
3279
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
3280
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content,
|
|
3281
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
3282
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
3283
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
3284
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content {
|
|
3285
|
+
/* stylelint-disable */
|
|
3286
|
+
}
|
|
3172
3287
|
.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,
|
|
3173
3288
|
.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,
|
|
3174
3289
|
.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,
|
|
@@ -3180,6 +3295,7 @@
|
|
|
3180
3295
|
font-size: 14px;
|
|
3181
3296
|
height: 36px !important;
|
|
3182
3297
|
padding: 9px 16px !important;
|
|
3298
|
+
/* stylelint-enable */
|
|
3183
3299
|
}
|
|
3184
3300
|
.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,
|
|
3185
3301
|
.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,
|
|
@@ -3304,6 +3420,10 @@
|
|
|
3304
3420
|
.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 {
|
|
3305
3421
|
padding-top: 7px;
|
|
3306
3422
|
}
|
|
3423
|
+
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table,
|
|
3424
|
+
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table {
|
|
3425
|
+
/* stylelint-disable */
|
|
3426
|
+
}
|
|
3307
3427
|
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields,
|
|
3308
3428
|
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields {
|
|
3309
3429
|
padding-left: 16px;
|
|
@@ -3316,6 +3436,7 @@
|
|
|
3316
3436
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list {
|
|
3317
3437
|
padding-left: 0;
|
|
3318
3438
|
padding-right: 5px;
|
|
3439
|
+
/* stylelint-enable */
|
|
3319
3440
|
}
|
|
3320
3441
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag,
|
|
3321
3442
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag {
|
|
@@ -3354,6 +3475,8 @@
|
|
|
3354
3475
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container,
|
|
3355
3476
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
3356
3477
|
padding-left: 20px;
|
|
3478
|
+
/* stylelint-disable */
|
|
3479
|
+
/* stylelint-enable */
|
|
3357
3480
|
}
|
|
3358
3481
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
3359
3482
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -3421,6 +3544,10 @@
|
|
|
3421
3544
|
padding-left: 0;
|
|
3422
3545
|
padding-right: 4px;
|
|
3423
3546
|
}
|
|
3547
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode,
|
|
3548
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode {
|
|
3549
|
+
/* stylelint-disable */
|
|
3550
|
+
}
|
|
3424
3551
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static,
|
|
3425
3552
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
3426
3553
|
max-height: 750px;
|
|
@@ -3457,4 +3584,6 @@
|
|
|
3457
3584
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
3458
3585
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
3459
3586
|
max-height: 166px;
|
|
3460
|
-
}
|
|
3587
|
+
}
|
|
3588
|
+
|
|
3589
|
+
/* stylelint-enable */
|