@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
|
@@ -24,10 +24,6 @@
|
|
|
24
24
|
content: "\e718";
|
|
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: "\e7d6";
|
|
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: "\e7c1";
|
|
@@ -326,19 +317,15 @@
|
|
|
326
317
|
}
|
|
327
318
|
|
|
328
319
|
.e-pivot-formatting-dialog {
|
|
329
|
-
/* stylelint-disable */
|
|
330
320
|
max-height: 480px !important;
|
|
331
321
|
width: 625px !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;
|
|
336
325
|
}
|
|
337
326
|
.e-pivot-formatting-dialog .e-format-delete-icon {
|
|
338
327
|
font-weight: normal;
|
|
339
|
-
/* stylelint-disable */
|
|
340
328
|
color: #000;
|
|
341
|
-
/* stylelint-enable */
|
|
342
329
|
opacity: 0.5;
|
|
343
330
|
}
|
|
344
331
|
.e-pivot-formatting-dialog .e-format-delete-icon:hover {
|
|
@@ -377,10 +364,8 @@
|
|
|
377
364
|
float: left;
|
|
378
365
|
}
|
|
379
366
|
.e-pivot-formatting-dialog .e-split-colorpicker {
|
|
380
|
-
/* stylelint-disable */
|
|
381
367
|
background-color: #6c757d !important;
|
|
382
368
|
color: #fff !important;
|
|
383
|
-
/* stylelint-enable */
|
|
384
369
|
}
|
|
385
370
|
.e-pivot-formatting-dialog .e-format-delete-button {
|
|
386
371
|
background-color: transparent;
|
|
@@ -416,9 +401,7 @@
|
|
|
416
401
|
border: 1px solid #dee2e6;
|
|
417
402
|
border-radius: 4px;
|
|
418
403
|
height: 28px;
|
|
419
|
-
/* stylelint-disable */
|
|
420
404
|
margin: 0 !important;
|
|
421
|
-
/* stylelint-enable */
|
|
422
405
|
padding-left: 6px;
|
|
423
406
|
padding-top: 6px;
|
|
424
407
|
width: 80px;
|
|
@@ -442,9 +425,7 @@
|
|
|
442
425
|
.e-pivot-formatting-dialog .e-split-preview,
|
|
443
426
|
.e-pivot-formatting-dialog .e-tip-transparent {
|
|
444
427
|
border: 1px solid #dee2e6;
|
|
445
|
-
/* stylelint-disable */
|
|
446
428
|
border-radius: 0 !important;
|
|
447
|
-
/* stylelint-enable */
|
|
448
429
|
height: 40%;
|
|
449
430
|
left: -3px;
|
|
450
431
|
position: absolute;
|
|
@@ -452,10 +433,8 @@
|
|
|
452
433
|
width: 150%;
|
|
453
434
|
}
|
|
454
435
|
.e-pivot-formatting-dialog.e-device {
|
|
455
|
-
/* stylelint-disable */
|
|
456
436
|
min-width: 320px !important;
|
|
457
437
|
width: 100% !important;
|
|
458
|
-
/* stylelint-enable */
|
|
459
438
|
}
|
|
460
439
|
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
461
440
|
width: 100% !important;
|
|
@@ -504,11 +483,7 @@
|
|
|
504
483
|
|
|
505
484
|
.e-bigger.e-pivot-formatting-dialog,
|
|
506
485
|
.e-bigger .e-pivot-formatting-dialog {
|
|
507
|
-
/* stylelint-disable */
|
|
508
486
|
width: 670px !important;
|
|
509
|
-
/* stylelint-enable */
|
|
510
|
-
/* stylelint-disable */
|
|
511
|
-
/* stylelint-enable */
|
|
512
487
|
}
|
|
513
488
|
.e-bigger.e-pivot-formatting-dialog .e-format-label,
|
|
514
489
|
.e-bigger.e-pivot-formatting-dialog .e-format-value-label,
|
|
@@ -551,10 +526,8 @@
|
|
|
551
526
|
}
|
|
552
527
|
.e-bigger.e-pivot-formatting-dialog.e-device,
|
|
553
528
|
.e-bigger .e-pivot-formatting-dialog.e-device {
|
|
554
|
-
/* stylelint-disable */
|
|
555
529
|
min-width: 320px !important;
|
|
556
530
|
width: 100% !important;
|
|
557
|
-
/* stylelint-enable */
|
|
558
531
|
}
|
|
559
532
|
.e-bigger.e-pivot-formatting-dialog.e-device .e-format-color-picker,
|
|
560
533
|
.e-bigger .e-pivot-formatting-dialog.e-device .e-format-color-picker {
|
|
@@ -573,14 +546,8 @@
|
|
|
573
546
|
}
|
|
574
547
|
|
|
575
548
|
.e-pivot-calc-dialog-div {
|
|
576
|
-
/* stylelint-disable */
|
|
577
549
|
max-height: 600px !important;
|
|
578
|
-
/* stylelint-enable */
|
|
579
550
|
min-width: 290px;
|
|
580
|
-
/* stylelint-disable */
|
|
581
|
-
/* stylelint-enable */
|
|
582
|
-
/* stylelint-disable */
|
|
583
|
-
/* stylelint-enable */
|
|
584
551
|
}
|
|
585
552
|
.e-pivot-calc-dialog-div .e-dlg-header-content,
|
|
586
553
|
.e-pivot-calc-dialog-div .e-footer-content {
|
|
@@ -628,11 +595,9 @@
|
|
|
628
595
|
}
|
|
629
596
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
630
597
|
color: #495057;
|
|
631
|
-
/* stylelint-disable */
|
|
632
598
|
float: right !important;
|
|
633
599
|
margin: 0;
|
|
634
600
|
margin-right: 12px !important;
|
|
635
|
-
/* stylelint-enable */
|
|
636
601
|
}
|
|
637
602
|
.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow {
|
|
638
603
|
cursor: default;
|
|
@@ -916,11 +881,8 @@
|
|
|
916
881
|
|
|
917
882
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
918
883
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
919
|
-
/* stylelint-disable */
|
|
920
884
|
max-height: 600px !important;
|
|
921
885
|
min-width: 401px !important;
|
|
922
|
-
/* stylelint-enable */
|
|
923
|
-
/* stylelint-disable */
|
|
924
886
|
}
|
|
925
887
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
926
888
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
@@ -1000,9 +962,6 @@
|
|
|
1000
962
|
.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
1001
963
|
max-width: 400px !important;
|
|
1002
964
|
min-width: 320px !important;
|
|
1003
|
-
/* stylelint-enable */
|
|
1004
|
-
/* stylelint-disable */
|
|
1005
|
-
/* stylelint-enable */
|
|
1006
965
|
}
|
|
1007
966
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-prompt,
|
|
1008
967
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-prompt {
|
|
@@ -1044,10 +1003,8 @@
|
|
|
1044
1003
|
}
|
|
1045
1004
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,
|
|
1046
1005
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul {
|
|
1047
|
-
/* stylelint-disable */
|
|
1048
1006
|
margin-left: -25px;
|
|
1049
1007
|
overflow: auto !important;
|
|
1050
|
-
/* stylelint-enable */
|
|
1051
1008
|
}
|
|
1052
1009
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-list-text,
|
|
1053
1010
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul li .e-list-text {
|
|
@@ -1066,10 +1023,6 @@
|
|
|
1066
1023
|
margin-left: 0;
|
|
1067
1024
|
margin-right: -25px;
|
|
1068
1025
|
}
|
|
1069
|
-
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog,
|
|
1070
|
-
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
1071
|
-
/* stylelint-disable */
|
|
1072
|
-
}
|
|
1073
1026
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul,
|
|
1074
1027
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul {
|
|
1075
1028
|
margin-left: 0;
|
|
@@ -1158,7 +1111,6 @@
|
|
|
1158
1111
|
}
|
|
1159
1112
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container {
|
|
1160
1113
|
border: 0;
|
|
1161
|
-
/* stylelint-enable */
|
|
1162
1114
|
}
|
|
1163
1115
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
1164
1116
|
margin: 0 0 0 6px;
|
|
@@ -1187,8 +1139,6 @@
|
|
|
1187
1139
|
overflow: auto;
|
|
1188
1140
|
padding: 20px;
|
|
1189
1141
|
padding-bottom: 0;
|
|
1190
|
-
/* stylelint-disable */
|
|
1191
|
-
/* stylelint-enable */
|
|
1192
1142
|
}
|
|
1193
1143
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
1194
1144
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-filter-text-div {
|
|
@@ -1227,9 +1177,6 @@
|
|
|
1227
1177
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button {
|
|
1228
1178
|
float: right;
|
|
1229
1179
|
}
|
|
1230
|
-
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
1231
|
-
/* stylelint-disable */
|
|
1232
|
-
}
|
|
1233
1180
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-select-all-container ul {
|
|
1234
1181
|
margin-left: 0;
|
|
1235
1182
|
}
|
|
@@ -1367,7 +1314,6 @@
|
|
|
1367
1314
|
.e-pivotfieldlist-container .e-value-field-settings .e-dlg-content {
|
|
1368
1315
|
overflow: hidden;
|
|
1369
1316
|
padding: 0 !important;
|
|
1370
|
-
/* stylelint-enable */
|
|
1371
1317
|
}
|
|
1372
1318
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
1373
1319
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
@@ -1437,11 +1383,6 @@
|
|
|
1437
1383
|
.e-pivot-calc.e-drag-item.e-treeview.e-rtl .e-text-content {
|
|
1438
1384
|
padding-right: 0;
|
|
1439
1385
|
}
|
|
1440
|
-
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict,
|
|
1441
|
-
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict {
|
|
1442
|
-
/* stylelint-disable */
|
|
1443
|
-
/* stylelint-enable */
|
|
1444
|
-
}
|
|
1445
1386
|
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-text-content,
|
|
1446
1387
|
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-text-content {
|
|
1447
1388
|
padding-left: 24px;
|
|
@@ -1494,7 +1435,6 @@
|
|
|
1494
1435
|
padding: 4px;
|
|
1495
1436
|
}
|
|
1496
1437
|
|
|
1497
|
-
/* stylelint-disable */
|
|
1498
1438
|
.e-button-drag-clone {
|
|
1499
1439
|
background-color: rgba(0, 0, 0, 0.7) !important;
|
|
1500
1440
|
border: 1px solid #dee2e6;
|
|
@@ -1532,12 +1472,6 @@
|
|
|
1532
1472
|
width: auto !important;
|
|
1533
1473
|
}
|
|
1534
1474
|
|
|
1535
|
-
/* stylelint-enable */
|
|
1536
|
-
.e-bigger .e-pivotfieldlist-container,
|
|
1537
|
-
.e-bigger.e-pivotfieldlist-container {
|
|
1538
|
-
/* stylelint-disable */
|
|
1539
|
-
/* stylelint-enable */
|
|
1540
|
-
}
|
|
1541
1475
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
1542
1476
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
1543
1477
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
@@ -1610,10 +1544,6 @@
|
|
|
1610
1544
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-kpiValue-icon {
|
|
1611
1545
|
margin-left: 10px;
|
|
1612
1546
|
}
|
|
1613
|
-
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog,
|
|
1614
|
-
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
1615
|
-
/* stylelint-disable */
|
|
1616
|
-
}
|
|
1617
1547
|
.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,
|
|
1618
1548
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
1619
1549
|
margin: 0 0 0 6px;
|
|
@@ -1762,7 +1692,6 @@
|
|
|
1762
1692
|
background-color: #999;
|
|
1763
1693
|
}
|
|
1764
1694
|
|
|
1765
|
-
/* stylelint-disable */
|
|
1766
1695
|
*.e-rtl .e-select-table {
|
|
1767
1696
|
padding: 8px 5px;
|
|
1768
1697
|
}
|
|
@@ -1801,8 +1730,6 @@
|
|
|
1801
1730
|
font-size: 14px;
|
|
1802
1731
|
max-width: 700px;
|
|
1803
1732
|
min-width: 300px;
|
|
1804
|
-
/* stylelint-enable */
|
|
1805
|
-
/* stylelint-enable */
|
|
1806
1733
|
}
|
|
1807
1734
|
.e-pivotfieldlist-container .e-layout-footer {
|
|
1808
1735
|
display: -ms-flexbox;
|
|
@@ -1923,8 +1850,6 @@
|
|
|
1923
1850
|
display: -ms-flexbox;
|
|
1924
1851
|
display: flex;
|
|
1925
1852
|
padding-right: 8px;
|
|
1926
|
-
/* stylelint-disable */
|
|
1927
|
-
/* stylelint-enable */
|
|
1928
1853
|
}
|
|
1929
1854
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-field-header {
|
|
1930
1855
|
-ms-flex: auto;
|
|
@@ -1936,9 +1861,7 @@
|
|
|
1936
1861
|
color: #555;
|
|
1937
1862
|
cursor: pointer;
|
|
1938
1863
|
font-size: 14px;
|
|
1939
|
-
/* stylelint-disable */
|
|
1940
1864
|
height: 20px !important;
|
|
1941
|
-
/* stylelint-enable */
|
|
1942
1865
|
padding: 7px 0 0 8px;
|
|
1943
1866
|
width: 20px;
|
|
1944
1867
|
}
|
|
@@ -1971,13 +1894,9 @@
|
|
|
1971
1894
|
}
|
|
1972
1895
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul {
|
|
1973
1896
|
overflow: hidden;
|
|
1974
|
-
/* stylelint-disable */
|
|
1975
|
-
/* stylelint-enable */
|
|
1976
1897
|
}
|
|
1977
1898
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li {
|
|
1978
1899
|
margin-left: -40px;
|
|
1979
|
-
/* stylelint-disable */
|
|
1980
|
-
/* stylelint-enable */
|
|
1981
1900
|
}
|
|
1982
1901
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-fullrow {
|
|
1983
1902
|
cursor: default;
|
|
@@ -2487,8 +2406,6 @@
|
|
|
2487
2406
|
}
|
|
2488
2407
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
2489
2408
|
height: 369px;
|
|
2490
|
-
/* stylelint-disable */
|
|
2491
|
-
/* stylelint-enable */
|
|
2492
2409
|
}
|
|
2493
2410
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
2494
2411
|
height: 394px !important;
|
|
@@ -2512,7 +2429,6 @@
|
|
|
2512
2429
|
display: -ms-flexbox;
|
|
2513
2430
|
display: flex;
|
|
2514
2431
|
padding: 10px 20px;
|
|
2515
|
-
/* stylelint-disable */
|
|
2516
2432
|
}
|
|
2517
2433
|
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-field-list-search-input .e-field-list-search-icon {
|
|
2518
2434
|
float: right;
|
|
@@ -2549,8 +2465,6 @@
|
|
|
2549
2465
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li {
|
|
2550
2466
|
margin-left: 0;
|
|
2551
2467
|
margin-right: -40px;
|
|
2552
|
-
/* stylelint-disable */
|
|
2553
|
-
/* stylelint-enable */
|
|
2554
2468
|
}
|
|
2555
2469
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-list-text {
|
|
2556
2470
|
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
@@ -2582,8 +2496,6 @@
|
|
|
2582
2496
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
2583
2497
|
padding-left: 8px;
|
|
2584
2498
|
padding-right: 0;
|
|
2585
|
-
/* stylelint-disable */
|
|
2586
|
-
/* stylelint-enable */
|
|
2587
2499
|
}
|
|
2588
2500
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
2589
2501
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -2665,10 +2577,8 @@
|
|
|
2665
2577
|
}
|
|
2666
2578
|
.e-pivotfieldlist-container.e-device {
|
|
2667
2579
|
height: 100%;
|
|
2668
|
-
/* stylelint-disable */
|
|
2669
2580
|
max-height: 100% !important;
|
|
2670
2581
|
max-width: 100% !important;
|
|
2671
|
-
/* stylelint-enable */
|
|
2672
2582
|
min-height: 500px;
|
|
2673
2583
|
width: 100%;
|
|
2674
2584
|
}
|
|
@@ -2773,8 +2683,6 @@
|
|
|
2773
2683
|
padding: 9px 16px;
|
|
2774
2684
|
text-transform: none;
|
|
2775
2685
|
width: 100%;
|
|
2776
|
-
/* stylelint-disable */
|
|
2777
|
-
/* stylelint-enable */
|
|
2778
2686
|
}
|
|
2779
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,
|
|
2780
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,
|
|
@@ -2965,10 +2873,6 @@
|
|
|
2965
2873
|
vertical-align: middle;
|
|
2966
2874
|
width: 70%;
|
|
2967
2875
|
}
|
|
2968
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div {
|
|
2969
|
-
/* stylelint-disable */
|
|
2970
|
-
/* stylelint-enable */
|
|
2971
|
-
}
|
|
2972
2876
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-formula {
|
|
2973
2877
|
background-color: #fff;
|
|
2974
2878
|
border: 1px solid #ced4da;
|
|
@@ -3015,10 +2919,6 @@
|
|
|
3015
2919
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-icons.e-frame {
|
|
3016
2920
|
margin-right: 12px;
|
|
3017
2921
|
}
|
|
3018
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl {
|
|
3019
|
-
/* stylelint-disable */
|
|
3020
|
-
/* stylelint-enable */
|
|
3021
|
-
}
|
|
3022
2922
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl .e-acrdn-header-icon {
|
|
3023
2923
|
left: 16px;
|
|
3024
2924
|
right: auto;
|
|
@@ -3168,10 +3068,6 @@
|
|
|
3168
3068
|
.e-pivotfieldlist-container.e-device.e-static .e-field-list-values .e-axis-content {
|
|
3169
3069
|
max-height: 600px;
|
|
3170
3070
|
}
|
|
3171
|
-
.e-pivotfieldlist-container.e-device.e-rtl {
|
|
3172
|
-
/* stylelint-disable */
|
|
3173
|
-
/* stylelint-enable */
|
|
3174
|
-
}
|
|
3175
3071
|
.e-pivotfieldlist-container.e-device.e-rtl .e-field-list-back-icon {
|
|
3176
3072
|
margin-left: 12px;
|
|
3177
3073
|
margin-right: 0;
|
|
@@ -3192,11 +3088,6 @@
|
|
|
3192
3088
|
margin-left: 20px;
|
|
3193
3089
|
}
|
|
3194
3090
|
|
|
3195
|
-
/* stylelint-disable */
|
|
3196
|
-
.e-bigger .e-pivotfieldlist-container .e-field-table,
|
|
3197
|
-
.e-bigger.e-pivotfieldlist-container .e-field-table {
|
|
3198
|
-
/* stylelint-enable */
|
|
3199
|
-
}
|
|
3200
3091
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
3201
3092
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-right-axis-fields,
|
|
3202
3093
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
@@ -3361,7 +3252,6 @@
|
|
|
3361
3252
|
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
3362
3253
|
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content {
|
|
3363
3254
|
height: 126px;
|
|
3364
|
-
/* stylelint-disable */
|
|
3365
3255
|
}
|
|
3366
3256
|
.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,
|
|
3367
3257
|
.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,
|
|
@@ -3374,7 +3264,6 @@
|
|
|
3374
3264
|
font-size: 16px;
|
|
3375
3265
|
height: 36px !important;
|
|
3376
3266
|
padding: 9px 12px !important;
|
|
3377
|
-
/* stylelint-enable */
|
|
3378
3267
|
}
|
|
3379
3268
|
.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,
|
|
3380
3269
|
.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,
|
|
@@ -3509,10 +3398,6 @@
|
|
|
3509
3398
|
.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 {
|
|
3510
3399
|
padding-top: 9px;
|
|
3511
3400
|
}
|
|
3512
|
-
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table,
|
|
3513
|
-
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table {
|
|
3514
|
-
/* stylelint-disable */
|
|
3515
|
-
}
|
|
3516
3401
|
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields,
|
|
3517
3402
|
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields {
|
|
3518
3403
|
padding-left: 16px;
|
|
@@ -3525,7 +3410,6 @@
|
|
|
3525
3410
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list {
|
|
3526
3411
|
padding-left: 0;
|
|
3527
3412
|
padding-right: 5px;
|
|
3528
|
-
/* stylelint-enable */
|
|
3529
3413
|
}
|
|
3530
3414
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag,
|
|
3531
3415
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag {
|
|
@@ -3564,8 +3448,6 @@
|
|
|
3564
3448
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container,
|
|
3565
3449
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
3566
3450
|
padding-left: 12px;
|
|
3567
|
-
/* stylelint-disable */
|
|
3568
|
-
/* stylelint-enable */
|
|
3569
3451
|
}
|
|
3570
3452
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
3571
3453
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -3633,10 +3515,6 @@
|
|
|
3633
3515
|
padding-left: 0;
|
|
3634
3516
|
padding-right: 8px;
|
|
3635
3517
|
}
|
|
3636
|
-
.e-bigger .e-pivotfieldlist-container.e-search-mode,
|
|
3637
|
-
.e-bigger.e-pivotfieldlist-container.e-search-mode {
|
|
3638
|
-
/* stylelint-disable */
|
|
3639
|
-
}
|
|
3640
3518
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static,
|
|
3641
3519
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
3642
3520
|
max-height: 750px;
|
|
@@ -3673,6 +3551,4 @@
|
|
|
3673
3551
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
3674
3552
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
3675
3553
|
max-height: 177px;
|
|
3676
|
-
}
|
|
3677
|
-
|
|
3678
|
-
/* stylelint-enable */
|
|
3554
|
+
}
|