@syncfusion/ej2-angular-pivotview 20.2.43 → 20.2.45-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 +704 -0
- package/dist/ej2-angular-pivotview.umd.js +667 -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 +15 -29
- 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 +1 -3
- package/src/pivotview/pivotview.module.d.ts +0 -6
- package/styles/bootstrap-dark.css +4 -215
- package/styles/bootstrap.css +4 -215
- package/styles/bootstrap4.css +5 -211
- package/styles/bootstrap5-dark.css +4 -217
- package/styles/bootstrap5.css +4 -217
- package/styles/fabric-dark.css +4 -215
- package/styles/fabric.css +4 -215
- package/styles/fluent-dark.css +4 -217
- package/styles/fluent.css +4 -217
- package/styles/highcontrast-light.css +4 -215
- package/styles/highcontrast.css +4 -215
- package/styles/material-dark.css +4 -215
- package/styles/material.css +4 -215
- package/styles/pivotfieldlist/bootstrap-dark.css +1 -130
- package/styles/pivotfieldlist/bootstrap-dark.scss +1 -4
- package/styles/pivotfieldlist/bootstrap.css +1 -130
- package/styles/pivotfieldlist/bootstrap.scss +1 -4
- package/styles/pivotfieldlist/bootstrap4.css +1 -125
- package/styles/pivotfieldlist/bootstrap4.scss +1 -4
- package/styles/pivotfieldlist/bootstrap5-dark.css +1 -134
- package/styles/pivotfieldlist/bootstrap5-dark.scss +1 -4
- package/styles/pivotfieldlist/bootstrap5.css +1 -134
- package/styles/pivotfieldlist/bootstrap5.scss +1 -4
- package/styles/pivotfieldlist/fabric-dark.css +1 -130
- package/styles/pivotfieldlist/fabric-dark.scss +1 -4
- package/styles/pivotfieldlist/fabric.css +1 -130
- package/styles/pivotfieldlist/fabric.scss +1 -4
- package/styles/pivotfieldlist/fluent-dark.css +1 -132
- package/styles/pivotfieldlist/fluent-dark.scss +1 -4
- package/styles/pivotfieldlist/fluent.css +1 -132
- package/styles/pivotfieldlist/fluent.scss +1 -4
- package/styles/pivotfieldlist/highcontrast-light.css +1 -130
- package/styles/pivotfieldlist/highcontrast-light.scss +1 -4
- package/styles/pivotfieldlist/highcontrast.css +1 -130
- package/styles/pivotfieldlist/highcontrast.scss +1 -4
- package/styles/pivotfieldlist/material-dark.css +1 -130
- package/styles/pivotfieldlist/material-dark.scss +1 -4
- package/styles/pivotfieldlist/material.css +1 -130
- package/styles/pivotfieldlist/material.scss +1 -4
- package/styles/pivotfieldlist/tailwind-dark.css +1 -132
- package/styles/pivotfieldlist/tailwind-dark.scss +1 -4
- package/styles/pivotfieldlist/tailwind.css +1 -132
- package/styles/pivotfieldlist/tailwind.scss +1 -4
- package/styles/pivotview/bootstrap-dark.css +3 -85
- package/styles/pivotview/bootstrap-dark.scss +1 -5
- package/styles/pivotview/bootstrap.css +3 -85
- package/styles/pivotview/bootstrap.scss +1 -5
- package/styles/pivotview/bootstrap4.css +4 -86
- package/styles/pivotview/bootstrap4.scss +1 -5
- package/styles/pivotview/bootstrap5-dark.css +3 -83
- package/styles/pivotview/bootstrap5-dark.scss +1 -4
- package/styles/pivotview/bootstrap5.css +3 -83
- package/styles/pivotview/bootstrap5.scss +1 -5
- package/styles/pivotview/fabric-dark.css +3 -85
- package/styles/pivotview/fabric-dark.scss +1 -5
- package/styles/pivotview/fabric.css +3 -85
- package/styles/pivotview/fabric.scss +1 -5
- package/styles/pivotview/fluent-dark.css +3 -85
- package/styles/pivotview/fluent-dark.scss +1 -4
- package/styles/pivotview/fluent.css +3 -85
- package/styles/pivotview/fluent.scss +1 -5
- package/styles/pivotview/highcontrast-light.css +3 -85
- package/styles/pivotview/highcontrast-light.scss +1 -5
- package/styles/pivotview/highcontrast.css +3 -85
- package/styles/pivotview/highcontrast.scss +1 -5
- package/styles/pivotview/material-dark.css +3 -85
- package/styles/pivotview/material-dark.scss +1 -5
- package/styles/pivotview/material.css +3 -85
- package/styles/pivotview/material.scss +1 -5
- package/styles/pivotview/tailwind-dark.css +3 -83
- package/styles/pivotview/tailwind-dark.scss +1 -4
- package/styles/pivotview/tailwind.css +3 -83
- package/styles/pivotview/tailwind.scss +1 -5
- package/styles/tailwind-dark.css +4 -215
- package/styles/tailwind.css +4 -215
- 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 -232
- 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 -190
- 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 -1848
- 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 -1857
- package/styles/pivotfieldlist/icons/_bootstrap-dark.scss +0 -359
- 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 -358
- package/styles/pivotfieldlist/icons/_fabric-dark.scss +0 -359
- package/styles/pivotfieldlist/icons/_fabric.scss +0 -359
- package/styles/pivotfieldlist/icons/_fluent-dark.scss +0 -1
- package/styles/pivotfieldlist/icons/_fluent.scss +0 -358
- package/styles/pivotfieldlist/icons/_fusionnew.scss +0 -353
- package/styles/pivotfieldlist/icons/_highcontrast-light.scss +0 -358
- package/styles/pivotfieldlist/icons/_highcontrast.scss +0 -358
- package/styles/pivotfieldlist/icons/_material-dark.scss +0 -359
- package/styles/pivotfieldlist/icons/_material.scss +0 -358
- package/styles/pivotfieldlist/icons/_material3.scss +0 -353
- package/styles/pivotfieldlist/icons/_tailwind-dark.scss +0 -357
- package/styles/pivotfieldlist/icons/_tailwind.scss +0 -357
- 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 -133
- 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 -133
- package/styles/pivotview/_fusionnew-definition.scss +0 -133
- package/styles/pivotview/_highcontrast-definition.scss +0 -126
- package/styles/pivotview/_highcontrast-light-definition.scss +0 -127
- package/styles/pivotview/_layout.scss +0 -1072
- package/styles/pivotview/_material-dark-definition.scss +0 -134
- package/styles/pivotview/_material-definition.scss +0 -130
- package/styles/pivotview/_material3-definition.scss +0 -133
- package/styles/pivotview/_tailwind-dark-definition.scss +0 -1
- package/styles/pivotview/_tailwind-definition.scss +0 -133
- package/styles/pivotview/_theme.scss +0 -1581
- 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: "\e774";
|
|
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: "\e726";
|
|
34
30
|
}
|
|
@@ -127,11 +123,6 @@
|
|
|
127
123
|
content: "\e7d8" !important;
|
|
128
124
|
}
|
|
129
125
|
|
|
130
|
-
.e-pivotfieldlist-wrapper,
|
|
131
|
-
.e-pivotfieldlist-container {
|
|
132
|
-
/* stylelint-disable */
|
|
133
|
-
/* stylelint-enable */
|
|
134
|
-
}
|
|
135
126
|
.e-pivotfieldlist-wrapper .e-field-list-back-icon::before,
|
|
136
127
|
.e-pivotfieldlist-container .e-field-list-back-icon::before {
|
|
137
128
|
content: "\e773";
|
|
@@ -326,10 +317,8 @@
|
|
|
326
317
|
}
|
|
327
318
|
|
|
328
319
|
.e-pivot-formatting-dialog {
|
|
329
|
-
/* stylelint-disable */
|
|
330
320
|
max-height: 480px !important;
|
|
331
321
|
width: 640px !important;
|
|
332
|
-
/* stylelint-enable */
|
|
333
322
|
}
|
|
334
323
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
335
324
|
padding-bottom: 4px;
|
|
@@ -404,9 +393,7 @@
|
|
|
404
393
|
border: 1px solid #e5e7eb;
|
|
405
394
|
border-radius: 4px;
|
|
406
395
|
height: 28px;
|
|
407
|
-
/* stylelint-disable */
|
|
408
396
|
margin: 0 !important;
|
|
409
|
-
/* stylelint-enable */
|
|
410
397
|
padding-left: 6px;
|
|
411
398
|
padding-top: 6px;
|
|
412
399
|
width: 80px;
|
|
@@ -427,9 +414,7 @@
|
|
|
427
414
|
.e-pivot-formatting-dialog .e-split-preview,
|
|
428
415
|
.e-pivot-formatting-dialog .e-tip-transparent {
|
|
429
416
|
border: 1px solid #e5e7eb;
|
|
430
|
-
/* stylelint-disable */
|
|
431
417
|
border-radius: 0 !important;
|
|
432
|
-
/* stylelint-enable */
|
|
433
418
|
height: 40%;
|
|
434
419
|
left: -3px;
|
|
435
420
|
position: absolute;
|
|
@@ -437,10 +422,8 @@
|
|
|
437
422
|
width: 150%;
|
|
438
423
|
}
|
|
439
424
|
.e-pivot-formatting-dialog.e-device {
|
|
440
|
-
/* stylelint-disable */
|
|
441
425
|
min-width: 320px !important;
|
|
442
426
|
width: 100% !important;
|
|
443
|
-
/* stylelint-enable */
|
|
444
427
|
}
|
|
445
428
|
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
446
429
|
width: 100% !important;
|
|
@@ -492,11 +475,7 @@
|
|
|
492
475
|
|
|
493
476
|
.e-bigger.e-pivot-formatting-dialog,
|
|
494
477
|
.e-bigger .e-pivot-formatting-dialog {
|
|
495
|
-
/* stylelint-disable */
|
|
496
478
|
width: 730px !important;
|
|
497
|
-
/* stylelint-enable */
|
|
498
|
-
/* stylelint-disable */
|
|
499
|
-
/* stylelint-enable */
|
|
500
479
|
}
|
|
501
480
|
.e-bigger.e-pivot-formatting-dialog .e-format-label,
|
|
502
481
|
.e-bigger.e-pivot-formatting-dialog .e-format-value-label,
|
|
@@ -535,10 +514,8 @@
|
|
|
535
514
|
}
|
|
536
515
|
.e-bigger.e-pivot-formatting-dialog.e-device,
|
|
537
516
|
.e-bigger .e-pivot-formatting-dialog.e-device {
|
|
538
|
-
/* stylelint-disable */
|
|
539
517
|
min-width: 320px !important;
|
|
540
518
|
width: 100% !important;
|
|
541
|
-
/* stylelint-enable */
|
|
542
519
|
}
|
|
543
520
|
.e-bigger.e-pivot-formatting-dialog.e-device .e-format-color-picker,
|
|
544
521
|
.e-bigger .e-pivot-formatting-dialog.e-device .e-format-color-picker {
|
|
@@ -558,14 +535,8 @@
|
|
|
558
535
|
}
|
|
559
536
|
|
|
560
537
|
.e-pivot-calc-dialog-div {
|
|
561
|
-
/* stylelint-disable */
|
|
562
538
|
max-height: 600px !important;
|
|
563
|
-
/* stylelint-enable */
|
|
564
539
|
min-width: 290px;
|
|
565
|
-
/* stylelint-disable */
|
|
566
|
-
/* stylelint-enable */
|
|
567
|
-
/* stylelint-disable */
|
|
568
|
-
/* stylelint-enable */
|
|
569
540
|
}
|
|
570
541
|
.e-pivot-calc-dialog-div .e-dlg-header-content,
|
|
571
542
|
.e-pivot-calc-dialog-div .e-footer-content {
|
|
@@ -614,11 +585,9 @@
|
|
|
614
585
|
}
|
|
615
586
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
616
587
|
color: #6b7280;
|
|
617
|
-
/* stylelint-disable */
|
|
618
588
|
float: right !important;
|
|
619
589
|
margin: 0;
|
|
620
590
|
margin-right: 12px !important;
|
|
621
|
-
/* stylelint-enable */
|
|
622
591
|
}
|
|
623
592
|
.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow {
|
|
624
593
|
cursor: default;
|
|
@@ -669,14 +638,12 @@
|
|
|
669
638
|
margin-right: 4px;
|
|
670
639
|
pointer-events: auto;
|
|
671
640
|
width: 24px;
|
|
672
|
-
/* stylelint-disable */
|
|
673
641
|
height: 20px;
|
|
674
642
|
margin-top: 0;
|
|
675
643
|
padding: 0 5px;
|
|
676
644
|
position: relative;
|
|
677
645
|
bottom: 1px;
|
|
678
646
|
width: 20px;
|
|
679
|
-
/* stylelint-enable */
|
|
680
647
|
}
|
|
681
648
|
.e-pivot-calc-dialog-div .e-treeview .e-list-item.e-active span.e-icons {
|
|
682
649
|
color: #6b7280;
|
|
@@ -922,11 +889,8 @@
|
|
|
922
889
|
|
|
923
890
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
924
891
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
925
|
-
/* stylelint-disable */
|
|
926
892
|
max-height: 600px !important;
|
|
927
893
|
min-width: 401px !important;
|
|
928
|
-
/* stylelint-enable */
|
|
929
|
-
/* stylelint-disable */
|
|
930
894
|
}
|
|
931
895
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
932
896
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
@@ -1012,9 +976,6 @@
|
|
|
1012
976
|
.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
1013
977
|
max-width: 400px !important;
|
|
1014
978
|
min-width: 320px !important;
|
|
1015
|
-
/* stylelint-enable */
|
|
1016
|
-
/* stylelint-disable */
|
|
1017
|
-
/* stylelint-enable */
|
|
1018
979
|
}
|
|
1019
980
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-prompt,
|
|
1020
981
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-prompt {
|
|
@@ -1052,10 +1013,8 @@
|
|
|
1052
1013
|
}
|
|
1053
1014
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,
|
|
1054
1015
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul {
|
|
1055
|
-
/* stylelint-disable */
|
|
1056
1016
|
margin-left: -22px;
|
|
1057
1017
|
overflow: auto !important;
|
|
1058
|
-
/* stylelint-enable */
|
|
1059
1018
|
}
|
|
1060
1019
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-list-text,
|
|
1061
1020
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul li .e-list-text {
|
|
@@ -1074,10 +1033,6 @@
|
|
|
1074
1033
|
margin-left: 0;
|
|
1075
1034
|
margin-right: -22px;
|
|
1076
1035
|
}
|
|
1077
|
-
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog,
|
|
1078
|
-
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
1079
|
-
/* stylelint-disable */
|
|
1080
|
-
}
|
|
1081
1036
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul,
|
|
1082
1037
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul {
|
|
1083
1038
|
margin-left: 0;
|
|
@@ -1139,7 +1094,6 @@
|
|
|
1139
1094
|
}
|
|
1140
1095
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container {
|
|
1141
1096
|
border: 0;
|
|
1142
|
-
/* stylelint-enable */
|
|
1143
1097
|
}
|
|
1144
1098
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
1145
1099
|
margin: 0 0 0 6px;
|
|
@@ -1169,8 +1123,6 @@
|
|
|
1169
1123
|
overflow: auto;
|
|
1170
1124
|
padding: 20px;
|
|
1171
1125
|
padding-bottom: 0;
|
|
1172
|
-
/* stylelint-disable */
|
|
1173
|
-
/* stylelint-enable */
|
|
1174
1126
|
padding-top: 0;
|
|
1175
1127
|
}
|
|
1176
1128
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
@@ -1211,9 +1163,6 @@
|
|
|
1211
1163
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button {
|
|
1212
1164
|
float: right;
|
|
1213
1165
|
}
|
|
1214
|
-
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
1215
|
-
/* stylelint-disable */
|
|
1216
|
-
}
|
|
1217
1166
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-select-all-container ul {
|
|
1218
1167
|
margin-left: 0;
|
|
1219
1168
|
}
|
|
@@ -1353,7 +1302,6 @@
|
|
|
1353
1302
|
overflow: hidden;
|
|
1354
1303
|
padding: 0 !important;
|
|
1355
1304
|
padding: 12px 0 0 0 !important;
|
|
1356
|
-
/* stylelint-enable */
|
|
1357
1305
|
}
|
|
1358
1306
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
1359
1307
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
@@ -1425,11 +1373,6 @@
|
|
|
1425
1373
|
.e-pivot-calc.e-drag-item.e-treeview.e-rtl .e-text-content {
|
|
1426
1374
|
padding-right: 0;
|
|
1427
1375
|
}
|
|
1428
|
-
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict,
|
|
1429
|
-
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict {
|
|
1430
|
-
/* stylelint-disable */
|
|
1431
|
-
/* stylelint-enable */
|
|
1432
|
-
}
|
|
1433
1376
|
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-text-content,
|
|
1434
1377
|
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-text-content {
|
|
1435
1378
|
padding-left: 24px;
|
|
@@ -1479,7 +1422,6 @@
|
|
|
1479
1422
|
padding: 4px;
|
|
1480
1423
|
}
|
|
1481
1424
|
|
|
1482
|
-
/* stylelint-disable */
|
|
1483
1425
|
.e-button-drag-clone {
|
|
1484
1426
|
background-color: #e5e7eb !important;
|
|
1485
1427
|
border: 1px solid #e5e7eb;
|
|
@@ -1519,12 +1461,6 @@
|
|
|
1519
1461
|
width: auto !important;
|
|
1520
1462
|
}
|
|
1521
1463
|
|
|
1522
|
-
/* stylelint-enable */
|
|
1523
|
-
.e-bigger .e-pivotfieldlist-container,
|
|
1524
|
-
.e-bigger.e-pivotfieldlist-container {
|
|
1525
|
-
/* stylelint-disable */
|
|
1526
|
-
/* stylelint-enable */
|
|
1527
|
-
}
|
|
1528
1464
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
1529
1465
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
1530
1466
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
@@ -1589,10 +1525,6 @@
|
|
|
1589
1525
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-kpiValue-icon {
|
|
1590
1526
|
margin-left: 10px;
|
|
1591
1527
|
}
|
|
1592
|
-
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog,
|
|
1593
|
-
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
1594
|
-
/* stylelint-disable */
|
|
1595
|
-
}
|
|
1596
1528
|
.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,
|
|
1597
1529
|
.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 {
|
|
1598
1530
|
margin: 0 0 0 6px;
|
|
@@ -1745,7 +1677,6 @@
|
|
|
1745
1677
|
background-color: #e5e7eb;
|
|
1746
1678
|
}
|
|
1747
1679
|
|
|
1748
|
-
/* stylelint-disable */
|
|
1749
1680
|
*.e-rtl .e-select-table {
|
|
1750
1681
|
padding: 8px 5px;
|
|
1751
1682
|
}
|
|
@@ -1784,8 +1715,6 @@
|
|
|
1784
1715
|
font-size: 14px;
|
|
1785
1716
|
max-width: 700px;
|
|
1786
1717
|
min-width: 300px;
|
|
1787
|
-
/* stylelint-enable */
|
|
1788
|
-
/* stylelint-enable */
|
|
1789
1718
|
}
|
|
1790
1719
|
.e-pivotfieldlist-container .e-layout-footer {
|
|
1791
1720
|
display: -ms-flexbox;
|
|
@@ -1908,8 +1837,6 @@
|
|
|
1908
1837
|
display: -ms-flexbox;
|
|
1909
1838
|
display: flex;
|
|
1910
1839
|
padding-right: 18px;
|
|
1911
|
-
/* stylelint-disable */
|
|
1912
|
-
/* stylelint-enable */
|
|
1913
1840
|
}
|
|
1914
1841
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-field-header {
|
|
1915
1842
|
-ms-flex: auto;
|
|
@@ -1921,9 +1848,7 @@
|
|
|
1921
1848
|
color: #374151;
|
|
1922
1849
|
cursor: pointer;
|
|
1923
1850
|
font-size: 14px;
|
|
1924
|
-
/* stylelint-disable */
|
|
1925
1851
|
height: 20px !important;
|
|
1926
|
-
/* stylelint-enable */
|
|
1927
1852
|
padding: 6px 0 0 4px;
|
|
1928
1853
|
width: 20px;
|
|
1929
1854
|
}
|
|
@@ -1956,13 +1881,9 @@
|
|
|
1956
1881
|
}
|
|
1957
1882
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul {
|
|
1958
1883
|
overflow: hidden;
|
|
1959
|
-
/* stylelint-disable */
|
|
1960
|
-
/* stylelint-enable */
|
|
1961
1884
|
}
|
|
1962
1885
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li {
|
|
1963
1886
|
margin-left: -30px;
|
|
1964
|
-
/* stylelint-disable */
|
|
1965
|
-
/* stylelint-enable */
|
|
1966
1887
|
}
|
|
1967
1888
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-fullrow {
|
|
1968
1889
|
cursor: default;
|
|
@@ -2484,8 +2405,6 @@
|
|
|
2484
2405
|
}
|
|
2485
2406
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
2486
2407
|
height: 369px;
|
|
2487
|
-
/* stylelint-disable */
|
|
2488
|
-
/* stylelint-enable */
|
|
2489
2408
|
}
|
|
2490
2409
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
2491
2410
|
height: 389px !important;
|
|
@@ -2509,7 +2428,6 @@
|
|
|
2509
2428
|
display: -ms-flexbox;
|
|
2510
2429
|
display: flex;
|
|
2511
2430
|
padding: 10px 18px;
|
|
2512
|
-
/* stylelint-disable */
|
|
2513
2431
|
}
|
|
2514
2432
|
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-field-list-search-input .e-field-list-search-icon {
|
|
2515
2433
|
float: right;
|
|
@@ -2546,8 +2464,6 @@
|
|
|
2546
2464
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li {
|
|
2547
2465
|
margin-left: 0;
|
|
2548
2466
|
margin-right: -30px;
|
|
2549
|
-
/* stylelint-disable */
|
|
2550
|
-
/* stylelint-enable */
|
|
2551
2467
|
}
|
|
2552
2468
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-list-text {
|
|
2553
2469
|
font-family: Inter;
|
|
@@ -2578,8 +2494,6 @@
|
|
|
2578
2494
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
2579
2495
|
padding-left: 18px;
|
|
2580
2496
|
padding-right: 0;
|
|
2581
|
-
/* stylelint-disable */
|
|
2582
|
-
/* stylelint-enable */
|
|
2583
2497
|
}
|
|
2584
2498
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
2585
2499
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -2661,10 +2575,8 @@
|
|
|
2661
2575
|
}
|
|
2662
2576
|
.e-pivotfieldlist-container.e-device {
|
|
2663
2577
|
height: 100%;
|
|
2664
|
-
/* stylelint-disable */
|
|
2665
2578
|
max-height: 100% !important;
|
|
2666
2579
|
max-width: 100% !important;
|
|
2667
|
-
/* stylelint-enable */
|
|
2668
2580
|
min-height: 500px;
|
|
2669
2581
|
width: 100%;
|
|
2670
2582
|
}
|
|
@@ -2771,8 +2683,6 @@
|
|
|
2771
2683
|
padding: 9px 16px;
|
|
2772
2684
|
text-transform: none;
|
|
2773
2685
|
width: 100%;
|
|
2774
|
-
/* stylelint-disable */
|
|
2775
|
-
/* stylelint-enable */
|
|
2776
2686
|
}
|
|
2777
2687
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
2778
2688
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
@@ -2964,10 +2874,6 @@
|
|
|
2964
2874
|
vertical-align: middle;
|
|
2965
2875
|
width: 70%;
|
|
2966
2876
|
}
|
|
2967
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div {
|
|
2968
|
-
/* stylelint-disable */
|
|
2969
|
-
/* stylelint-enable */
|
|
2970
|
-
}
|
|
2971
2877
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-formula {
|
|
2972
2878
|
background-color: #fff;
|
|
2973
2879
|
border: 1px solid #e5e7eb;
|
|
@@ -3014,10 +2920,6 @@
|
|
|
3014
2920
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-icons.e-frame {
|
|
3015
2921
|
margin-right: 12px;
|
|
3016
2922
|
}
|
|
3017
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl {
|
|
3018
|
-
/* stylelint-disable */
|
|
3019
|
-
/* stylelint-enable */
|
|
3020
|
-
}
|
|
3021
2923
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl .e-acrdn-header-icon {
|
|
3022
2924
|
left: 16px;
|
|
3023
2925
|
right: auto;
|
|
@@ -3167,10 +3069,6 @@
|
|
|
3167
3069
|
.e-pivotfieldlist-container.e-device.e-static .e-field-list-values .e-axis-content {
|
|
3168
3070
|
max-height: 600px;
|
|
3169
3071
|
}
|
|
3170
|
-
.e-pivotfieldlist-container.e-device.e-rtl {
|
|
3171
|
-
/* stylelint-disable */
|
|
3172
|
-
/* stylelint-enable */
|
|
3173
|
-
}
|
|
3174
3072
|
.e-pivotfieldlist-container.e-device.e-rtl .e-field-list-back-icon {
|
|
3175
3073
|
margin-left: 12px;
|
|
3176
3074
|
margin-right: 0;
|
|
@@ -3191,11 +3089,6 @@
|
|
|
3191
3089
|
margin-left: 20px;
|
|
3192
3090
|
}
|
|
3193
3091
|
|
|
3194
|
-
/* stylelint-disable */
|
|
3195
|
-
.e-bigger .e-pivotfieldlist-container .e-field-table,
|
|
3196
|
-
.e-bigger.e-pivotfieldlist-container .e-field-table {
|
|
3197
|
-
/* stylelint-enable */
|
|
3198
|
-
}
|
|
3199
3092
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
3200
3093
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-right-axis-fields,
|
|
3201
3094
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
@@ -3347,16 +3240,6 @@
|
|
|
3347
3240
|
margin-top: 4px;
|
|
3348
3241
|
padding: 0 12px;
|
|
3349
3242
|
}
|
|
3350
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
3351
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
3352
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
3353
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content,
|
|
3354
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
3355
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
3356
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
3357
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content {
|
|
3358
|
-
/* stylelint-disable */
|
|
3359
|
-
}
|
|
3360
3243
|
.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,
|
|
3361
3244
|
.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,
|
|
3362
3245
|
.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,
|
|
@@ -3368,7 +3251,6 @@
|
|
|
3368
3251
|
font-size: 14px;
|
|
3369
3252
|
height: 36px !important;
|
|
3370
3253
|
padding: 9px 16px !important;
|
|
3371
|
-
/* stylelint-enable */
|
|
3372
3254
|
}
|
|
3373
3255
|
.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,
|
|
3374
3256
|
.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,
|
|
@@ -3493,10 +3375,6 @@
|
|
|
3493
3375
|
.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 {
|
|
3494
3376
|
padding-top: 7px;
|
|
3495
3377
|
}
|
|
3496
|
-
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table,
|
|
3497
|
-
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table {
|
|
3498
|
-
/* stylelint-disable */
|
|
3499
|
-
}
|
|
3500
3378
|
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields,
|
|
3501
3379
|
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields {
|
|
3502
3380
|
padding-left: 16px;
|
|
@@ -3509,7 +3387,6 @@
|
|
|
3509
3387
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list {
|
|
3510
3388
|
padding-left: 0;
|
|
3511
3389
|
padding-right: 5px;
|
|
3512
|
-
/* stylelint-enable */
|
|
3513
3390
|
}
|
|
3514
3391
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag,
|
|
3515
3392
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag {
|
|
@@ -3548,8 +3425,6 @@
|
|
|
3548
3425
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container,
|
|
3549
3426
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
3550
3427
|
padding-left: 16px;
|
|
3551
|
-
/* stylelint-disable */
|
|
3552
|
-
/* stylelint-enable */
|
|
3553
3428
|
}
|
|
3554
3429
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
3555
3430
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -3617,10 +3492,6 @@
|
|
|
3617
3492
|
padding-left: 0;
|
|
3618
3493
|
padding-right: 4px;
|
|
3619
3494
|
}
|
|
3620
|
-
.e-bigger .e-pivotfieldlist-container.e-search-mode,
|
|
3621
|
-
.e-bigger.e-pivotfieldlist-container.e-search-mode {
|
|
3622
|
-
/* stylelint-disable */
|
|
3623
|
-
}
|
|
3624
3495
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static,
|
|
3625
3496
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
3626
3497
|
max-height: 750px;
|
|
@@ -3657,6 +3528,4 @@
|
|
|
3657
3528
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
3658
3529
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
3659
3530
|
max-height: 179px;
|
|
3660
|
-
}
|
|
3661
|
-
|
|
3662
|
-
/* stylelint-enable */
|
|
3531
|
+
}
|