@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
|
}
|
|
@@ -124,11 +120,6 @@
|
|
|
124
120
|
content: "\e665" !important;
|
|
125
121
|
}
|
|
126
122
|
|
|
127
|
-
.e-pivotfieldlist-wrapper,
|
|
128
|
-
.e-pivotfieldlist-container {
|
|
129
|
-
/* stylelint-disable */
|
|
130
|
-
/* stylelint-enable */
|
|
131
|
-
}
|
|
132
123
|
.e-pivotfieldlist-wrapper .e-field-list-back-icon::before,
|
|
133
124
|
.e-pivotfieldlist-container .e-field-list-back-icon::before {
|
|
134
125
|
content: "\e977";
|
|
@@ -328,10 +319,8 @@
|
|
|
328
319
|
}
|
|
329
320
|
|
|
330
321
|
.e-pivot-formatting-dialog {
|
|
331
|
-
/* stylelint-disable */
|
|
332
322
|
max-height: 480px !important;
|
|
333
323
|
width: 628px !important;
|
|
334
|
-
/* stylelint-enable */
|
|
335
324
|
}
|
|
336
325
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
337
326
|
padding-bottom: 4px;
|
|
@@ -406,9 +395,7 @@
|
|
|
406
395
|
border: 1px solid #e0e0e0;
|
|
407
396
|
border-radius: 4px;
|
|
408
397
|
height: 28px;
|
|
409
|
-
/* stylelint-disable */
|
|
410
398
|
margin: 0 !important;
|
|
411
|
-
/* stylelint-enable */
|
|
412
399
|
padding-left: 6px;
|
|
413
400
|
padding-top: 6px;
|
|
414
401
|
width: 80px;
|
|
@@ -429,9 +416,7 @@
|
|
|
429
416
|
.e-pivot-formatting-dialog .e-split-preview,
|
|
430
417
|
.e-pivot-formatting-dialog .e-tip-transparent {
|
|
431
418
|
border: 1px solid #e0e0e0;
|
|
432
|
-
/* stylelint-disable */
|
|
433
419
|
border-radius: 0 !important;
|
|
434
|
-
/* stylelint-enable */
|
|
435
420
|
height: 40%;
|
|
436
421
|
left: -3px;
|
|
437
422
|
position: absolute;
|
|
@@ -439,10 +424,8 @@
|
|
|
439
424
|
width: 150%;
|
|
440
425
|
}
|
|
441
426
|
.e-pivot-formatting-dialog.e-device {
|
|
442
|
-
/* stylelint-disable */
|
|
443
427
|
min-width: 320px !important;
|
|
444
428
|
width: 100% !important;
|
|
445
|
-
/* stylelint-enable */
|
|
446
429
|
}
|
|
447
430
|
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
448
431
|
width: 100% !important;
|
|
@@ -491,11 +474,7 @@
|
|
|
491
474
|
|
|
492
475
|
.e-bigger.e-pivot-formatting-dialog,
|
|
493
476
|
.e-bigger .e-pivot-formatting-dialog {
|
|
494
|
-
/* stylelint-disable */
|
|
495
477
|
width: 680px !important;
|
|
496
|
-
/* stylelint-enable */
|
|
497
|
-
/* stylelint-disable */
|
|
498
|
-
/* stylelint-enable */
|
|
499
478
|
}
|
|
500
479
|
.e-bigger.e-pivot-formatting-dialog .e-format-label,
|
|
501
480
|
.e-bigger.e-pivot-formatting-dialog .e-format-value-label,
|
|
@@ -534,10 +513,8 @@
|
|
|
534
513
|
}
|
|
535
514
|
.e-bigger.e-pivot-formatting-dialog.e-device,
|
|
536
515
|
.e-bigger .e-pivot-formatting-dialog.e-device {
|
|
537
|
-
/* stylelint-disable */
|
|
538
516
|
min-width: 320px !important;
|
|
539
517
|
width: 100% !important;
|
|
540
|
-
/* stylelint-enable */
|
|
541
518
|
}
|
|
542
519
|
.e-bigger.e-pivot-formatting-dialog.e-device .e-format-color-picker,
|
|
543
520
|
.e-bigger .e-pivot-formatting-dialog.e-device .e-format-color-picker {
|
|
@@ -556,14 +533,8 @@
|
|
|
556
533
|
}
|
|
557
534
|
|
|
558
535
|
.e-pivot-calc-dialog-div {
|
|
559
|
-
/* stylelint-disable */
|
|
560
536
|
max-height: 550px !important;
|
|
561
|
-
/* stylelint-enable */
|
|
562
537
|
min-width: 290px;
|
|
563
|
-
/* stylelint-disable */
|
|
564
|
-
/* stylelint-enable */
|
|
565
|
-
/* stylelint-disable */
|
|
566
|
-
/* stylelint-enable */
|
|
567
538
|
}
|
|
568
539
|
.e-pivot-calc-dialog-div .e-dlg-header-content,
|
|
569
540
|
.e-pivot-calc-dialog-div .e-footer-content {
|
|
@@ -608,11 +579,9 @@
|
|
|
608
579
|
}
|
|
609
580
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
610
581
|
color: rgba(255, 255, 255, 0.7);
|
|
611
|
-
/* stylelint-disable */
|
|
612
582
|
float: right !important;
|
|
613
583
|
margin: 0;
|
|
614
584
|
margin-right: 12px !important;
|
|
615
|
-
/* stylelint-enable */
|
|
616
585
|
}
|
|
617
586
|
.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow {
|
|
618
587
|
cursor: default;
|
|
@@ -768,7 +737,7 @@
|
|
|
768
737
|
display: inline-block;
|
|
769
738
|
height: 436px;
|
|
770
739
|
overflow: auto;
|
|
771
|
-
width:
|
|
740
|
+
width: 100% !important;
|
|
772
741
|
}
|
|
773
742
|
.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 {
|
|
774
743
|
display: inline-table;
|
|
@@ -896,11 +865,8 @@
|
|
|
896
865
|
|
|
897
866
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
898
867
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
899
|
-
/* stylelint-disable */
|
|
900
868
|
max-height: 600px !important;
|
|
901
869
|
min-width: 401px !important;
|
|
902
|
-
/* stylelint-enable */
|
|
903
|
-
/* stylelint-disable */
|
|
904
870
|
}
|
|
905
871
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
906
872
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
@@ -980,9 +946,6 @@
|
|
|
980
946
|
.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
981
947
|
max-width: 400px !important;
|
|
982
948
|
min-width: 320px !important;
|
|
983
|
-
/* stylelint-enable */
|
|
984
|
-
/* stylelint-disable */
|
|
985
|
-
/* stylelint-enable */
|
|
986
949
|
}
|
|
987
950
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-prompt,
|
|
988
951
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-prompt {
|
|
@@ -1020,10 +983,8 @@
|
|
|
1020
983
|
}
|
|
1021
984
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,
|
|
1022
985
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul {
|
|
1023
|
-
/* stylelint-disable */
|
|
1024
986
|
margin-left: -35px;
|
|
1025
987
|
overflow: auto !important;
|
|
1026
|
-
/* stylelint-enable */
|
|
1027
988
|
}
|
|
1028
989
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-list-text,
|
|
1029
990
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul li .e-list-text {
|
|
@@ -1042,10 +1003,6 @@
|
|
|
1042
1003
|
margin-left: 0;
|
|
1043
1004
|
margin-right: -35px;
|
|
1044
1005
|
}
|
|
1045
|
-
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog,
|
|
1046
|
-
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
1047
|
-
/* stylelint-disable */
|
|
1048
|
-
}
|
|
1049
1006
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul,
|
|
1050
1007
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul {
|
|
1051
1008
|
margin-left: 0;
|
|
@@ -1107,7 +1064,6 @@
|
|
|
1107
1064
|
}
|
|
1108
1065
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container {
|
|
1109
1066
|
border: 0;
|
|
1110
|
-
/* stylelint-enable */
|
|
1111
1067
|
}
|
|
1112
1068
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
1113
1069
|
margin: 0 0 0 6px;
|
|
@@ -1135,8 +1091,6 @@
|
|
|
1135
1091
|
overflow: auto;
|
|
1136
1092
|
padding: 20px;
|
|
1137
1093
|
padding-bottom: 0;
|
|
1138
|
-
/* stylelint-disable */
|
|
1139
|
-
/* stylelint-enable */
|
|
1140
1094
|
}
|
|
1141
1095
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
1142
1096
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-filter-text-div {
|
|
@@ -1175,9 +1129,6 @@
|
|
|
1175
1129
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button {
|
|
1176
1130
|
float: right;
|
|
1177
1131
|
}
|
|
1178
|
-
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
1179
|
-
/* stylelint-disable */
|
|
1180
|
-
}
|
|
1181
1132
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-select-all-container ul {
|
|
1182
1133
|
margin-left: 0;
|
|
1183
1134
|
}
|
|
@@ -1315,7 +1266,6 @@
|
|
|
1315
1266
|
.e-pivotfieldlist-container .e-value-field-settings .e-dlg-content {
|
|
1316
1267
|
overflow: hidden;
|
|
1317
1268
|
padding: 0 !important;
|
|
1318
|
-
/* stylelint-enable */
|
|
1319
1269
|
}
|
|
1320
1270
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
1321
1271
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
@@ -1382,11 +1332,6 @@
|
|
|
1382
1332
|
.e-pivot-calc.e-drag-item.e-treeview.e-rtl .e-text-content {
|
|
1383
1333
|
padding-right: 0;
|
|
1384
1334
|
}
|
|
1385
|
-
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict,
|
|
1386
|
-
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict {
|
|
1387
|
-
/* stylelint-disable */
|
|
1388
|
-
/* stylelint-enable */
|
|
1389
|
-
}
|
|
1390
1335
|
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-text-content,
|
|
1391
1336
|
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-text-content {
|
|
1392
1337
|
padding-left: 24px;
|
|
@@ -1436,7 +1381,6 @@
|
|
|
1436
1381
|
padding: 4px;
|
|
1437
1382
|
}
|
|
1438
1383
|
|
|
1439
|
-
/* stylelint-disable */
|
|
1440
1384
|
.e-button-drag-clone {
|
|
1441
1385
|
background-color: rgba(255, 255, 255, 0.18) !important;
|
|
1442
1386
|
border: 1px solid rgba(255, 255, 255, 0.18);
|
|
@@ -1470,12 +1414,6 @@
|
|
|
1470
1414
|
width: auto !important;
|
|
1471
1415
|
}
|
|
1472
1416
|
|
|
1473
|
-
/* stylelint-enable */
|
|
1474
|
-
.e-bigger .e-pivotfieldlist-container,
|
|
1475
|
-
.e-bigger.e-pivotfieldlist-container {
|
|
1476
|
-
/* stylelint-disable */
|
|
1477
|
-
/* stylelint-enable */
|
|
1478
|
-
}
|
|
1479
1417
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
1480
1418
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
1481
1419
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
@@ -1540,10 +1478,6 @@
|
|
|
1540
1478
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-kpiValue-icon {
|
|
1541
1479
|
margin-left: 10px;
|
|
1542
1480
|
}
|
|
1543
|
-
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog,
|
|
1544
|
-
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
1545
|
-
/* stylelint-disable */
|
|
1546
|
-
}
|
|
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
|
.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 {
|
|
1549
1483
|
margin: 0 0 0 6px;
|
|
@@ -1692,7 +1626,6 @@
|
|
|
1692
1626
|
background-color: rgba(255, 255, 255, 0.1);
|
|
1693
1627
|
}
|
|
1694
1628
|
|
|
1695
|
-
/* stylelint-disable */
|
|
1696
1629
|
*.e-rtl .e-select-table {
|
|
1697
1630
|
padding: 8px 5px;
|
|
1698
1631
|
}
|
|
@@ -1731,8 +1664,6 @@
|
|
|
1731
1664
|
font-size: 12px;
|
|
1732
1665
|
max-width: 700px;
|
|
1733
1666
|
min-width: 300px;
|
|
1734
|
-
/* stylelint-enable */
|
|
1735
|
-
/* stylelint-enable */
|
|
1736
1667
|
}
|
|
1737
1668
|
.e-pivotfieldlist-container .e-layout-footer {
|
|
1738
1669
|
display: -ms-flexbox;
|
|
@@ -1852,8 +1783,6 @@
|
|
|
1852
1783
|
display: -ms-flexbox;
|
|
1853
1784
|
display: flex;
|
|
1854
1785
|
padding-right: 15px;
|
|
1855
|
-
/* stylelint-disable */
|
|
1856
|
-
/* stylelint-enable */
|
|
1857
1786
|
}
|
|
1858
1787
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-field-header {
|
|
1859
1788
|
-ms-flex: auto;
|
|
@@ -1865,9 +1794,7 @@
|
|
|
1865
1794
|
color: #fff;
|
|
1866
1795
|
cursor: pointer;
|
|
1867
1796
|
font-size: 14px;
|
|
1868
|
-
/* stylelint-disable */
|
|
1869
1797
|
height: 20px !important;
|
|
1870
|
-
/* stylelint-enable */
|
|
1871
1798
|
padding: 7px 0 0 4px;
|
|
1872
1799
|
width: 20px;
|
|
1873
1800
|
}
|
|
@@ -1900,13 +1827,9 @@
|
|
|
1900
1827
|
}
|
|
1901
1828
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul {
|
|
1902
1829
|
overflow: hidden;
|
|
1903
|
-
/* stylelint-disable */
|
|
1904
|
-
/* stylelint-enable */
|
|
1905
1830
|
}
|
|
1906
1831
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li {
|
|
1907
1832
|
margin-left: -40px;
|
|
1908
|
-
/* stylelint-disable */
|
|
1909
|
-
/* stylelint-enable */
|
|
1910
1833
|
}
|
|
1911
1834
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-fullrow {
|
|
1912
1835
|
cursor: default;
|
|
@@ -2414,8 +2337,6 @@
|
|
|
2414
2337
|
}
|
|
2415
2338
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
2416
2339
|
height: 369px;
|
|
2417
|
-
/* stylelint-disable */
|
|
2418
|
-
/* stylelint-enable */
|
|
2419
2340
|
}
|
|
2420
2341
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
2421
2342
|
height: 392px !important;
|
|
@@ -2439,7 +2360,6 @@
|
|
|
2439
2360
|
display: -ms-flexbox;
|
|
2440
2361
|
display: flex;
|
|
2441
2362
|
padding: 6px 20px;
|
|
2442
|
-
/* stylelint-disable */
|
|
2443
2363
|
}
|
|
2444
2364
|
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-field-list-search-input .e-field-list-search-icon {
|
|
2445
2365
|
float: right;
|
|
@@ -2476,8 +2396,6 @@
|
|
|
2476
2396
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li {
|
|
2477
2397
|
margin-left: 0;
|
|
2478
2398
|
margin-right: -40px;
|
|
2479
|
-
/* stylelint-disable */
|
|
2480
|
-
/* stylelint-enable */
|
|
2481
2399
|
}
|
|
2482
2400
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-list-text {
|
|
2483
2401
|
font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
|
|
@@ -2508,8 +2426,6 @@
|
|
|
2508
2426
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
2509
2427
|
padding-left: 15px;
|
|
2510
2428
|
padding-right: 0;
|
|
2511
|
-
/* stylelint-disable */
|
|
2512
|
-
/* stylelint-enable */
|
|
2513
2429
|
}
|
|
2514
2430
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
2515
2431
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -2591,10 +2507,8 @@
|
|
|
2591
2507
|
}
|
|
2592
2508
|
.e-pivotfieldlist-container.e-device {
|
|
2593
2509
|
height: 100%;
|
|
2594
|
-
/* stylelint-disable */
|
|
2595
2510
|
max-height: 100% !important;
|
|
2596
2511
|
max-width: 100% !important;
|
|
2597
|
-
/* stylelint-enable */
|
|
2598
2512
|
min-height: 500px;
|
|
2599
2513
|
width: 100%;
|
|
2600
2514
|
}
|
|
@@ -2699,8 +2613,6 @@
|
|
|
2699
2613
|
padding: 9px 16px;
|
|
2700
2614
|
text-transform: none;
|
|
2701
2615
|
width: 100%;
|
|
2702
|
-
/* stylelint-disable */
|
|
2703
|
-
/* stylelint-enable */
|
|
2704
2616
|
}
|
|
2705
2617
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
2706
2618
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
@@ -2890,10 +2802,6 @@
|
|
|
2890
2802
|
vertical-align: middle;
|
|
2891
2803
|
width: 70%;
|
|
2892
2804
|
}
|
|
2893
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div {
|
|
2894
|
-
/* stylelint-disable */
|
|
2895
|
-
/* stylelint-enable */
|
|
2896
|
-
}
|
|
2897
2805
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-formula {
|
|
2898
2806
|
background-color: #303030;
|
|
2899
2807
|
border: 1px solid #616161;
|
|
@@ -2941,10 +2849,6 @@
|
|
|
2941
2849
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-icons.e-frame {
|
|
2942
2850
|
margin-right: 12px;
|
|
2943
2851
|
}
|
|
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
|
-
}
|
|
2948
2852
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl .e-acrdn-header-icon {
|
|
2949
2853
|
left: 16px;
|
|
2950
2854
|
right: auto;
|
|
@@ -3094,10 +2998,6 @@
|
|
|
3094
2998
|
.e-pivotfieldlist-container.e-device.e-static .e-field-list-values .e-axis-content {
|
|
3095
2999
|
max-height: 600px;
|
|
3096
3000
|
}
|
|
3097
|
-
.e-pivotfieldlist-container.e-device.e-rtl {
|
|
3098
|
-
/* stylelint-disable */
|
|
3099
|
-
/* stylelint-enable */
|
|
3100
|
-
}
|
|
3101
3001
|
.e-pivotfieldlist-container.e-device.e-rtl .e-field-list-back-icon {
|
|
3102
3002
|
margin-left: 12px;
|
|
3103
3003
|
margin-right: 0;
|
|
@@ -3118,11 +3018,6 @@
|
|
|
3118
3018
|
margin-left: 20px;
|
|
3119
3019
|
}
|
|
3120
3020
|
|
|
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
|
-
}
|
|
3126
3021
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
3127
3022
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-right-axis-fields,
|
|
3128
3023
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
@@ -3274,16 +3169,6 @@
|
|
|
3274
3169
|
margin-top: 4px;
|
|
3275
3170
|
padding: 0 12px;
|
|
3276
3171
|
}
|
|
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
|
-
}
|
|
3287
3172
|
.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,
|
|
3288
3173
|
.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,
|
|
3289
3174
|
.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,
|
|
@@ -3295,7 +3180,6 @@
|
|
|
3295
3180
|
font-size: 14px;
|
|
3296
3181
|
height: 36px !important;
|
|
3297
3182
|
padding: 9px 16px !important;
|
|
3298
|
-
/* stylelint-enable */
|
|
3299
3183
|
}
|
|
3300
3184
|
.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,
|
|
3301
3185
|
.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,
|
|
@@ -3420,10 +3304,6 @@
|
|
|
3420
3304
|
.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 {
|
|
3421
3305
|
padding-top: 7px;
|
|
3422
3306
|
}
|
|
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
|
-
}
|
|
3427
3307
|
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields,
|
|
3428
3308
|
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields {
|
|
3429
3309
|
padding-left: 16px;
|
|
@@ -3436,7 +3316,6 @@
|
|
|
3436
3316
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list {
|
|
3437
3317
|
padding-left: 0;
|
|
3438
3318
|
padding-right: 5px;
|
|
3439
|
-
/* stylelint-enable */
|
|
3440
3319
|
}
|
|
3441
3320
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag,
|
|
3442
3321
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag {
|
|
@@ -3475,8 +3354,6 @@
|
|
|
3475
3354
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container,
|
|
3476
3355
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
3477
3356
|
padding-left: 20px;
|
|
3478
|
-
/* stylelint-disable */
|
|
3479
|
-
/* stylelint-enable */
|
|
3480
3357
|
}
|
|
3481
3358
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
3482
3359
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -3544,10 +3421,6 @@
|
|
|
3544
3421
|
padding-left: 0;
|
|
3545
3422
|
padding-right: 4px;
|
|
3546
3423
|
}
|
|
3547
|
-
.e-bigger .e-pivotfieldlist-container.e-search-mode,
|
|
3548
|
-
.e-bigger.e-pivotfieldlist-container.e-search-mode {
|
|
3549
|
-
/* stylelint-disable */
|
|
3550
|
-
}
|
|
3551
3424
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static,
|
|
3552
3425
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
3553
3426
|
max-height: 750px;
|
|
@@ -3584,6 +3457,4 @@
|
|
|
3584
3457
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
3585
3458
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
3586
3459
|
max-height: 190px;
|
|
3587
|
-
}
|
|
3588
|
-
|
|
3589
|
-
/* stylelint-enable */
|
|
3460
|
+
}
|