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