@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: "\e614";
|
|
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: "\e330";
|
|
33
29
|
}
|
|
@@ -126,11 +122,6 @@
|
|
|
126
122
|
content: "\e665" !important;
|
|
127
123
|
}
|
|
128
124
|
|
|
129
|
-
.e-pivotfieldlist-wrapper,
|
|
130
|
-
.e-pivotfieldlist-container {
|
|
131
|
-
/* stylelint-disable */
|
|
132
|
-
/* stylelint-enable */
|
|
133
|
-
}
|
|
134
125
|
.e-pivotfieldlist-wrapper .e-field-list-back-icon::before,
|
|
135
126
|
.e-pivotfieldlist-container .e-field-list-back-icon::before {
|
|
136
127
|
content: "\e962";
|
|
@@ -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: 640px !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 #fff;
|
|
404
393
|
border-radius: 0;
|
|
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 #fff;
|
|
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: 707px !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 {
|
|
@@ -605,11 +576,9 @@
|
|
|
605
576
|
}
|
|
606
577
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
607
578
|
color: #fff;
|
|
608
|
-
/* stylelint-disable */
|
|
609
579
|
float: right !important;
|
|
610
580
|
margin: 0;
|
|
611
581
|
margin-right: 12px !important;
|
|
612
|
-
/* stylelint-enable */
|
|
613
582
|
}
|
|
614
583
|
.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow {
|
|
615
584
|
cursor: default;
|
|
@@ -765,7 +734,7 @@
|
|
|
765
734
|
display: inline-block;
|
|
766
735
|
height: 441px;
|
|
767
736
|
overflow: auto;
|
|
768
|
-
width:
|
|
737
|
+
width: 100% !important;
|
|
769
738
|
}
|
|
770
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-treeview {
|
|
771
740
|
display: inline-table;
|
|
@@ -893,11 +862,8 @@
|
|
|
893
862
|
|
|
894
863
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
895
864
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
896
|
-
/* stylelint-disable */
|
|
897
865
|
max-height: 600px !important;
|
|
898
866
|
min-width: 401px !important;
|
|
899
|
-
/* stylelint-enable */
|
|
900
|
-
/* stylelint-disable */
|
|
901
867
|
}
|
|
902
868
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
903
869
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
@@ -977,9 +943,6 @@
|
|
|
977
943
|
.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
978
944
|
max-width: 400px !important;
|
|
979
945
|
min-width: 320px !important;
|
|
980
|
-
/* stylelint-enable */
|
|
981
|
-
/* stylelint-disable */
|
|
982
|
-
/* stylelint-enable */
|
|
983
946
|
}
|
|
984
947
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-prompt,
|
|
985
948
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-prompt {
|
|
@@ -1017,10 +980,8 @@
|
|
|
1017
980
|
}
|
|
1018
981
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,
|
|
1019
982
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul {
|
|
1020
|
-
/* stylelint-disable */
|
|
1021
983
|
margin-left: -35px;
|
|
1022
984
|
overflow: auto !important;
|
|
1023
|
-
/* stylelint-enable */
|
|
1024
985
|
}
|
|
1025
986
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-list-text,
|
|
1026
987
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul li .e-list-text {
|
|
@@ -1039,10 +1000,6 @@
|
|
|
1039
1000
|
margin-left: 0;
|
|
1040
1001
|
margin-right: -35px;
|
|
1041
1002
|
}
|
|
1042
|
-
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog,
|
|
1043
|
-
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
1044
|
-
/* stylelint-disable */
|
|
1045
|
-
}
|
|
1046
1003
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul,
|
|
1047
1004
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul {
|
|
1048
1005
|
margin-left: 0;
|
|
@@ -1104,7 +1061,6 @@
|
|
|
1104
1061
|
}
|
|
1105
1062
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container {
|
|
1106
1063
|
border: 0;
|
|
1107
|
-
/* stylelint-enable */
|
|
1108
1064
|
}
|
|
1109
1065
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
1110
1066
|
margin: 0 0 0 6px;
|
|
@@ -1132,8 +1088,6 @@
|
|
|
1132
1088
|
overflow: auto;
|
|
1133
1089
|
padding: 20px;
|
|
1134
1090
|
padding-bottom: 0;
|
|
1135
|
-
/* stylelint-disable */
|
|
1136
|
-
/* stylelint-enable */
|
|
1137
1091
|
}
|
|
1138
1092
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
1139
1093
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-filter-text-div {
|
|
@@ -1172,9 +1126,6 @@
|
|
|
1172
1126
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button {
|
|
1173
1127
|
float: right;
|
|
1174
1128
|
}
|
|
1175
|
-
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
1176
|
-
/* stylelint-disable */
|
|
1177
|
-
}
|
|
1178
1129
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-select-all-container ul {
|
|
1179
1130
|
margin-left: 0;
|
|
1180
1131
|
}
|
|
@@ -1312,7 +1263,6 @@
|
|
|
1312
1263
|
.e-pivotfieldlist-container .e-value-field-settings .e-dlg-content {
|
|
1313
1264
|
overflow: hidden;
|
|
1314
1265
|
padding: 0 !important;
|
|
1315
|
-
/* stylelint-enable */
|
|
1316
1266
|
}
|
|
1317
1267
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
1318
1268
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
@@ -1379,11 +1329,6 @@
|
|
|
1379
1329
|
.e-pivot-calc.e-drag-item.e-treeview.e-rtl .e-text-content {
|
|
1380
1330
|
padding-right: 0;
|
|
1381
1331
|
}
|
|
1382
|
-
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict,
|
|
1383
|
-
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict {
|
|
1384
|
-
/* stylelint-disable */
|
|
1385
|
-
/* stylelint-enable */
|
|
1386
|
-
}
|
|
1387
1332
|
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-text-content,
|
|
1388
1333
|
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-text-content {
|
|
1389
1334
|
padding-left: 24px;
|
|
@@ -1433,7 +1378,6 @@
|
|
|
1433
1378
|
padding: 4px;
|
|
1434
1379
|
}
|
|
1435
1380
|
|
|
1436
|
-
/* stylelint-disable */
|
|
1437
1381
|
.e-button-drag-clone {
|
|
1438
1382
|
background-color: #ffd939 !important;
|
|
1439
1383
|
border: 1px solid #969696;
|
|
@@ -1467,12 +1411,6 @@
|
|
|
1467
1411
|
width: auto !important;
|
|
1468
1412
|
}
|
|
1469
1413
|
|
|
1470
|
-
/* stylelint-enable */
|
|
1471
|
-
.e-bigger .e-pivotfieldlist-container,
|
|
1472
|
-
.e-bigger.e-pivotfieldlist-container {
|
|
1473
|
-
/* stylelint-disable */
|
|
1474
|
-
/* stylelint-enable */
|
|
1475
|
-
}
|
|
1476
1414
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
1477
1415
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
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,
|
|
@@ -1537,10 +1475,6 @@
|
|
|
1537
1475
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-kpiValue-icon {
|
|
1538
1476
|
margin-left: 10px;
|
|
1539
1477
|
}
|
|
1540
|
-
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog,
|
|
1541
|
-
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
1542
|
-
/* stylelint-disable */
|
|
1543
|
-
}
|
|
1544
1478
|
.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,
|
|
1545
1479
|
.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 {
|
|
1546
1480
|
margin: 0 0 0 6px;
|
|
@@ -1689,7 +1623,6 @@
|
|
|
1689
1623
|
background-color: #969696;
|
|
1690
1624
|
}
|
|
1691
1625
|
|
|
1692
|
-
/* stylelint-disable */
|
|
1693
1626
|
*.e-rtl .e-select-table {
|
|
1694
1627
|
padding: 8px 5px;
|
|
1695
1628
|
}
|
|
@@ -1728,8 +1661,6 @@
|
|
|
1728
1661
|
font-size: 12px;
|
|
1729
1662
|
max-width: 700px;
|
|
1730
1663
|
min-width: 300px;
|
|
1731
|
-
/* stylelint-enable */
|
|
1732
|
-
/* stylelint-enable */
|
|
1733
1664
|
}
|
|
1734
1665
|
.e-pivotfieldlist-container .e-layout-footer {
|
|
1735
1666
|
display: -ms-flexbox;
|
|
@@ -1849,8 +1780,6 @@
|
|
|
1849
1780
|
display: -ms-flexbox;
|
|
1850
1781
|
display: flex;
|
|
1851
1782
|
padding-right: 15px;
|
|
1852
|
-
/* stylelint-disable */
|
|
1853
|
-
/* stylelint-enable */
|
|
1854
1783
|
}
|
|
1855
1784
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-field-header {
|
|
1856
1785
|
-ms-flex: auto;
|
|
@@ -1862,9 +1791,7 @@
|
|
|
1862
1791
|
color: #fff;
|
|
1863
1792
|
cursor: pointer;
|
|
1864
1793
|
font-size: 14px;
|
|
1865
|
-
/* stylelint-disable */
|
|
1866
1794
|
height: 20px !important;
|
|
1867
|
-
/* stylelint-enable */
|
|
1868
1795
|
padding: 5px 0 0 4px;
|
|
1869
1796
|
width: 20px;
|
|
1870
1797
|
}
|
|
@@ -1897,13 +1824,9 @@
|
|
|
1897
1824
|
}
|
|
1898
1825
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul {
|
|
1899
1826
|
overflow: hidden;
|
|
1900
|
-
/* stylelint-disable */
|
|
1901
|
-
/* stylelint-enable */
|
|
1902
1827
|
}
|
|
1903
1828
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li {
|
|
1904
1829
|
margin-left: -40px;
|
|
1905
|
-
/* stylelint-disable */
|
|
1906
|
-
/* stylelint-enable */
|
|
1907
1830
|
}
|
|
1908
1831
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-fullrow {
|
|
1909
1832
|
cursor: default;
|
|
@@ -2411,8 +2334,6 @@
|
|
|
2411
2334
|
}
|
|
2412
2335
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
2413
2336
|
height: 369px;
|
|
2414
|
-
/* stylelint-disable */
|
|
2415
|
-
/* stylelint-enable */
|
|
2416
2337
|
}
|
|
2417
2338
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
2418
2339
|
height: 392px !important;
|
|
@@ -2436,7 +2357,6 @@
|
|
|
2436
2357
|
display: -ms-flexbox;
|
|
2437
2358
|
display: flex;
|
|
2438
2359
|
padding: 10px 20px;
|
|
2439
|
-
/* stylelint-disable */
|
|
2440
2360
|
}
|
|
2441
2361
|
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-field-list-search-input .e-field-list-search-icon {
|
|
2442
2362
|
float: right;
|
|
@@ -2473,8 +2393,6 @@
|
|
|
2473
2393
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li {
|
|
2474
2394
|
margin-left: 0;
|
|
2475
2395
|
margin-right: -40px;
|
|
2476
|
-
/* stylelint-disable */
|
|
2477
|
-
/* stylelint-enable */
|
|
2478
2396
|
}
|
|
2479
2397
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-list-text {
|
|
2480
2398
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
@@ -2505,8 +2423,6 @@
|
|
|
2505
2423
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
2506
2424
|
padding-left: 15px;
|
|
2507
2425
|
padding-right: 0;
|
|
2508
|
-
/* stylelint-disable */
|
|
2509
|
-
/* stylelint-enable */
|
|
2510
2426
|
}
|
|
2511
2427
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
2512
2428
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -2588,10 +2504,8 @@
|
|
|
2588
2504
|
}
|
|
2589
2505
|
.e-pivotfieldlist-container.e-device {
|
|
2590
2506
|
height: 100%;
|
|
2591
|
-
/* stylelint-disable */
|
|
2592
2507
|
max-height: 100% !important;
|
|
2593
2508
|
max-width: 100% !important;
|
|
2594
|
-
/* stylelint-enable */
|
|
2595
2509
|
min-height: 500px;
|
|
2596
2510
|
width: 100%;
|
|
2597
2511
|
}
|
|
@@ -2696,8 +2610,6 @@
|
|
|
2696
2610
|
padding: 9px 16px;
|
|
2697
2611
|
text-transform: none;
|
|
2698
2612
|
width: 100%;
|
|
2699
|
-
/* stylelint-disable */
|
|
2700
|
-
/* stylelint-enable */
|
|
2701
2613
|
}
|
|
2702
2614
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
2703
2615
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
@@ -2887,10 +2799,6 @@
|
|
|
2887
2799
|
vertical-align: middle;
|
|
2888
2800
|
width: 70%;
|
|
2889
2801
|
}
|
|
2890
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div {
|
|
2891
|
-
/* stylelint-disable */
|
|
2892
|
-
/* stylelint-enable */
|
|
2893
|
-
}
|
|
2894
2802
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-formula {
|
|
2895
2803
|
background-color: #000;
|
|
2896
2804
|
border: 1px solid #969696;
|
|
@@ -2938,10 +2846,6 @@
|
|
|
2938
2846
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-icons.e-frame {
|
|
2939
2847
|
margin-right: 12px;
|
|
2940
2848
|
}
|
|
2941
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl {
|
|
2942
|
-
/* stylelint-disable */
|
|
2943
|
-
/* stylelint-enable */
|
|
2944
|
-
}
|
|
2945
2849
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl .e-acrdn-header-icon {
|
|
2946
2850
|
left: 16px;
|
|
2947
2851
|
right: auto;
|
|
@@ -3091,10 +2995,6 @@
|
|
|
3091
2995
|
.e-pivotfieldlist-container.e-device.e-static .e-field-list-values .e-axis-content {
|
|
3092
2996
|
max-height: 600px;
|
|
3093
2997
|
}
|
|
3094
|
-
.e-pivotfieldlist-container.e-device.e-rtl {
|
|
3095
|
-
/* stylelint-disable */
|
|
3096
|
-
/* stylelint-enable */
|
|
3097
|
-
}
|
|
3098
2998
|
.e-pivotfieldlist-container.e-device.e-rtl .e-field-list-back-icon {
|
|
3099
2999
|
margin-left: 12px;
|
|
3100
3000
|
margin-right: 0;
|
|
@@ -3115,11 +3015,6 @@
|
|
|
3115
3015
|
margin-left: 20px;
|
|
3116
3016
|
}
|
|
3117
3017
|
|
|
3118
|
-
/* stylelint-disable */
|
|
3119
|
-
.e-bigger .e-pivotfieldlist-container .e-field-table,
|
|
3120
|
-
.e-bigger.e-pivotfieldlist-container .e-field-table {
|
|
3121
|
-
/* stylelint-enable */
|
|
3122
|
-
}
|
|
3123
3018
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
3124
3019
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-right-axis-fields,
|
|
3125
3020
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
@@ -3271,16 +3166,6 @@
|
|
|
3271
3166
|
margin-top: 4px;
|
|
3272
3167
|
padding: 0 12px;
|
|
3273
3168
|
}
|
|
3274
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
3275
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
3276
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
3277
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content,
|
|
3278
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
3279
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
3280
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
3281
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content {
|
|
3282
|
-
/* stylelint-disable */
|
|
3283
|
-
}
|
|
3284
3169
|
.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,
|
|
3285
3170
|
.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,
|
|
3286
3171
|
.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,
|
|
@@ -3292,7 +3177,6 @@
|
|
|
3292
3177
|
font-size: 14px;
|
|
3293
3178
|
height: 36px !important;
|
|
3294
3179
|
padding: 9px 16px !important;
|
|
3295
|
-
/* stylelint-enable */
|
|
3296
3180
|
}
|
|
3297
3181
|
.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,
|
|
3298
3182
|
.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,
|
|
@@ -3417,10 +3301,6 @@
|
|
|
3417
3301
|
.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 {
|
|
3418
3302
|
padding-top: 6px;
|
|
3419
3303
|
}
|
|
3420
|
-
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table,
|
|
3421
|
-
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table {
|
|
3422
|
-
/* stylelint-disable */
|
|
3423
|
-
}
|
|
3424
3304
|
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields,
|
|
3425
3305
|
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields {
|
|
3426
3306
|
padding-left: 16px;
|
|
@@ -3433,7 +3313,6 @@
|
|
|
3433
3313
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list {
|
|
3434
3314
|
padding-left: 0;
|
|
3435
3315
|
padding-right: 5px;
|
|
3436
|
-
/* stylelint-enable */
|
|
3437
3316
|
}
|
|
3438
3317
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag,
|
|
3439
3318
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag {
|
|
@@ -3472,8 +3351,6 @@
|
|
|
3472
3351
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container,
|
|
3473
3352
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
3474
3353
|
padding-left: 20px;
|
|
3475
|
-
/* stylelint-disable */
|
|
3476
|
-
/* stylelint-enable */
|
|
3477
3354
|
}
|
|
3478
3355
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
3479
3356
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -3541,10 +3418,6 @@
|
|
|
3541
3418
|
padding-left: 0;
|
|
3542
3419
|
padding-right: 4px;
|
|
3543
3420
|
}
|
|
3544
|
-
.e-bigger .e-pivotfieldlist-container.e-search-mode,
|
|
3545
|
-
.e-bigger.e-pivotfieldlist-container.e-search-mode {
|
|
3546
|
-
/* stylelint-disable */
|
|
3547
|
-
}
|
|
3548
3421
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static,
|
|
3549
3422
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
3550
3423
|
max-height: 750px;
|
|
@@ -3581,6 +3454,4 @@
|
|
|
3581
3454
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
3582
3455
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
3583
3456
|
max-height: 164px;
|
|
3584
|
-
}
|
|
3585
|
-
|
|
3586
|
-
/* stylelint-enable */
|
|
3457
|
+
}
|