@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: "\e774";
|
|
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: "\e726";
|
|
33
29
|
}
|
|
@@ -126,11 +122,6 @@
|
|
|
126
122
|
content: "\e7d8" !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: "\e773";
|
|
@@ -325,10 +316,8 @@
|
|
|
325
316
|
}
|
|
326
317
|
|
|
327
318
|
.e-pivot-formatting-dialog {
|
|
328
|
-
/* stylelint-disable */
|
|
329
319
|
max-height: 480px !important;
|
|
330
320
|
width: 628px !important;
|
|
331
|
-
/* stylelint-enable */
|
|
332
321
|
}
|
|
333
322
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
334
323
|
padding-bottom: 4px;
|
|
@@ -377,9 +366,7 @@
|
|
|
377
366
|
float: right;
|
|
378
367
|
padding-right: 12px;
|
|
379
368
|
padding-top: 12px;
|
|
380
|
-
/* stylelint-disable */
|
|
381
369
|
color: #fff !important;
|
|
382
|
-
/* stylelint-enable */
|
|
383
370
|
}
|
|
384
371
|
.e-pivot-formatting-dialog .e-format-delete-button:hover,
|
|
385
372
|
.e-pivot-formatting-dialog .e-format-delete-button:focus,
|
|
@@ -407,9 +394,7 @@
|
|
|
407
394
|
border: 1px solid #444c54;
|
|
408
395
|
border-radius: 4px;
|
|
409
396
|
height: 28px;
|
|
410
|
-
/* stylelint-disable */
|
|
411
397
|
margin: 0 !important;
|
|
412
|
-
/* stylelint-enable */
|
|
413
398
|
padding-left: 6px;
|
|
414
399
|
padding-top: 6px;
|
|
415
400
|
width: 80px;
|
|
@@ -418,9 +403,7 @@
|
|
|
418
403
|
background: none;
|
|
419
404
|
margin: 0 2px;
|
|
420
405
|
width: 14px;
|
|
421
|
-
/* stylelint-disable */
|
|
422
406
|
color: #fff !important;
|
|
423
|
-
/* stylelint-enable */
|
|
424
407
|
}
|
|
425
408
|
.e-pivot-formatting-dialog .e-format-color-picker .e-split-btn-wrapper .e-split-btn .e-selected-color:hover {
|
|
426
409
|
color: #adb5bd !important;
|
|
@@ -436,9 +419,7 @@
|
|
|
436
419
|
.e-pivot-formatting-dialog .e-split-preview,
|
|
437
420
|
.e-pivot-formatting-dialog .e-tip-transparent {
|
|
438
421
|
border: 1px solid #444c54;
|
|
439
|
-
/* stylelint-disable */
|
|
440
422
|
border-radius: 0 !important;
|
|
441
|
-
/* stylelint-enable */
|
|
442
423
|
height: 40%;
|
|
443
424
|
left: -3px;
|
|
444
425
|
position: absolute;
|
|
@@ -446,10 +427,8 @@
|
|
|
446
427
|
width: 150%;
|
|
447
428
|
}
|
|
448
429
|
.e-pivot-formatting-dialog.e-device {
|
|
449
|
-
/* stylelint-disable */
|
|
450
430
|
min-width: 320px !important;
|
|
451
431
|
width: 100% !important;
|
|
452
|
-
/* stylelint-enable */
|
|
453
432
|
}
|
|
454
433
|
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
455
434
|
width: 100% !important;
|
|
@@ -498,11 +477,7 @@
|
|
|
498
477
|
|
|
499
478
|
.e-bigger.e-pivot-formatting-dialog,
|
|
500
479
|
.e-bigger .e-pivot-formatting-dialog {
|
|
501
|
-
/* stylelint-disable */
|
|
502
480
|
width: 680px !important;
|
|
503
|
-
/* stylelint-enable */
|
|
504
|
-
/* stylelint-disable */
|
|
505
|
-
/* stylelint-enable */
|
|
506
481
|
}
|
|
507
482
|
.e-bigger.e-pivot-formatting-dialog .e-format-label,
|
|
508
483
|
.e-bigger.e-pivot-formatting-dialog .e-format-value-label,
|
|
@@ -542,10 +517,8 @@
|
|
|
542
517
|
}
|
|
543
518
|
.e-bigger.e-pivot-formatting-dialog.e-device,
|
|
544
519
|
.e-bigger .e-pivot-formatting-dialog.e-device {
|
|
545
|
-
/* stylelint-disable */
|
|
546
520
|
min-width: 320px !important;
|
|
547
521
|
width: 100% !important;
|
|
548
|
-
/* stylelint-enable */
|
|
549
522
|
}
|
|
550
523
|
.e-bigger.e-pivot-formatting-dialog.e-device .e-format-color-picker,
|
|
551
524
|
.e-bigger .e-pivot-formatting-dialog.e-device .e-format-color-picker {
|
|
@@ -564,14 +537,8 @@
|
|
|
564
537
|
}
|
|
565
538
|
|
|
566
539
|
.e-pivot-calc-dialog-div {
|
|
567
|
-
/* stylelint-disable */
|
|
568
540
|
max-height: 600px !important;
|
|
569
|
-
/* stylelint-enable */
|
|
570
541
|
min-width: 290px;
|
|
571
|
-
/* stylelint-disable */
|
|
572
|
-
/* stylelint-enable */
|
|
573
|
-
/* stylelint-disable */
|
|
574
|
-
/* stylelint-enable */
|
|
575
542
|
}
|
|
576
543
|
.e-pivot-calc-dialog-div .e-dlg-header-content,
|
|
577
544
|
.e-pivot-calc-dialog-div .e-footer-content {
|
|
@@ -619,11 +586,9 @@
|
|
|
619
586
|
color: #adb5bd;
|
|
620
587
|
}
|
|
621
588
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
622
|
-
/* stylelint-disable */
|
|
623
589
|
float: right !important;
|
|
624
590
|
margin: 0;
|
|
625
591
|
margin-right: 12px !important;
|
|
626
|
-
/* stylelint-enable */
|
|
627
592
|
}
|
|
628
593
|
.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow {
|
|
629
594
|
cursor: default;
|
|
@@ -911,11 +876,8 @@
|
|
|
911
876
|
|
|
912
877
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
913
878
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
914
|
-
/* stylelint-disable */
|
|
915
879
|
max-height: 600px !important;
|
|
916
880
|
min-width: 401px !important;
|
|
917
|
-
/* stylelint-enable */
|
|
918
|
-
/* stylelint-disable */
|
|
919
881
|
}
|
|
920
882
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
921
883
|
.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 {
|
|
@@ -1040,10 +999,8 @@
|
|
|
1040
999
|
}
|
|
1041
1000
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,
|
|
1042
1001
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul {
|
|
1043
|
-
/* stylelint-disable */
|
|
1044
1002
|
margin-left: -22px;
|
|
1045
1003
|
overflow: auto !important;
|
|
1046
|
-
/* stylelint-enable */
|
|
1047
1004
|
}
|
|
1048
1005
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-list-text,
|
|
1049
1006
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul li .e-list-text {
|
|
@@ -1062,10 +1019,6 @@
|
|
|
1062
1019
|
margin-left: 0;
|
|
1063
1020
|
margin-right: -22px;
|
|
1064
1021
|
}
|
|
1065
|
-
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog,
|
|
1066
|
-
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
1067
|
-
/* stylelint-disable */
|
|
1068
|
-
}
|
|
1069
1022
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul,
|
|
1070
1023
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul {
|
|
1071
1024
|
margin-left: 0;
|
|
@@ -1127,7 +1080,6 @@
|
|
|
1127
1080
|
}
|
|
1128
1081
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container {
|
|
1129
1082
|
border: 0;
|
|
1130
|
-
/* stylelint-enable */
|
|
1131
1083
|
}
|
|
1132
1084
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
1133
1085
|
margin: 0 0 0 6px;
|
|
@@ -1156,8 +1108,6 @@
|
|
|
1156
1108
|
overflow: auto;
|
|
1157
1109
|
padding: 20px;
|
|
1158
1110
|
padding-bottom: 0;
|
|
1159
|
-
/* stylelint-disable */
|
|
1160
|
-
/* stylelint-enable */
|
|
1161
1111
|
}
|
|
1162
1112
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
1163
1113
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-filter-text-div {
|
|
@@ -1196,9 +1146,6 @@
|
|
|
1196
1146
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button {
|
|
1197
1147
|
float: right;
|
|
1198
1148
|
}
|
|
1199
|
-
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
1200
|
-
/* stylelint-disable */
|
|
1201
|
-
}
|
|
1202
1149
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-select-all-container ul {
|
|
1203
1150
|
margin-left: 0;
|
|
1204
1151
|
}
|
|
@@ -1336,7 +1283,6 @@
|
|
|
1336
1283
|
.e-pivotfieldlist-container .e-value-field-settings .e-dlg-content {
|
|
1337
1284
|
overflow: hidden;
|
|
1338
1285
|
padding: 0 !important;
|
|
1339
|
-
/* stylelint-enable */
|
|
1340
1286
|
}
|
|
1341
1287
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
1342
1288
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
@@ -1408,11 +1354,6 @@
|
|
|
1408
1354
|
.e-pivot-calc.e-drag-item.e-treeview.e-rtl .e-text-content {
|
|
1409
1355
|
padding-right: 0;
|
|
1410
1356
|
}
|
|
1411
|
-
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict,
|
|
1412
|
-
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict {
|
|
1413
|
-
/* stylelint-disable */
|
|
1414
|
-
/* stylelint-enable */
|
|
1415
|
-
}
|
|
1416
1357
|
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-text-content,
|
|
1417
1358
|
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-text-content {
|
|
1418
1359
|
padding-left: 24px;
|
|
@@ -1462,7 +1403,6 @@
|
|
|
1462
1403
|
padding: 4px;
|
|
1463
1404
|
}
|
|
1464
1405
|
|
|
1465
|
-
/* stylelint-disable */
|
|
1466
1406
|
.e-button-drag-clone {
|
|
1467
1407
|
background-color: #495057 !important;
|
|
1468
1408
|
border: 1px solid #495057;
|
|
@@ -1502,12 +1442,6 @@
|
|
|
1502
1442
|
width: auto !important;
|
|
1503
1443
|
}
|
|
1504
1444
|
|
|
1505
|
-
/* stylelint-enable */
|
|
1506
|
-
.e-bigger .e-pivotfieldlist-container,
|
|
1507
|
-
.e-bigger.e-pivotfieldlist-container {
|
|
1508
|
-
/* stylelint-disable */
|
|
1509
|
-
/* stylelint-enable */
|
|
1510
|
-
}
|
|
1511
1445
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
1512
1446
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
1513
1447
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
@@ -1572,10 +1506,6 @@
|
|
|
1572
1506
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-kpiValue-icon {
|
|
1573
1507
|
margin-left: 10px;
|
|
1574
1508
|
}
|
|
1575
|
-
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog,
|
|
1576
|
-
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
1577
|
-
/* stylelint-disable */
|
|
1578
|
-
}
|
|
1579
1509
|
.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,
|
|
1580
1510
|
.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 {
|
|
1581
1511
|
margin: 0 0 0 6px;
|
|
@@ -1724,7 +1654,6 @@
|
|
|
1724
1654
|
background-color: #495057;
|
|
1725
1655
|
}
|
|
1726
1656
|
|
|
1727
|
-
/* stylelint-disable */
|
|
1728
1657
|
*.e-rtl .e-select-table {
|
|
1729
1658
|
padding: 8px 5px;
|
|
1730
1659
|
}
|
|
@@ -1763,8 +1692,6 @@
|
|
|
1763
1692
|
font-size: 14px;
|
|
1764
1693
|
max-width: 700px;
|
|
1765
1694
|
min-width: 300px;
|
|
1766
|
-
/* stylelint-enable */
|
|
1767
|
-
/* stylelint-enable */
|
|
1768
1695
|
}
|
|
1769
1696
|
.e-pivotfieldlist-container .e-layout-footer {
|
|
1770
1697
|
display: -ms-flexbox;
|
|
@@ -1890,8 +1817,6 @@
|
|
|
1890
1817
|
display: -ms-flexbox;
|
|
1891
1818
|
display: flex;
|
|
1892
1819
|
padding-right: 18px;
|
|
1893
|
-
/* stylelint-disable */
|
|
1894
|
-
/* stylelint-enable */
|
|
1895
1820
|
}
|
|
1896
1821
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-field-header {
|
|
1897
1822
|
-ms-flex: auto;
|
|
@@ -1903,9 +1828,7 @@
|
|
|
1903
1828
|
color: #ced4da;
|
|
1904
1829
|
cursor: pointer;
|
|
1905
1830
|
font-size: 14px;
|
|
1906
|
-
/* stylelint-disable */
|
|
1907
1831
|
height: 20px !important;
|
|
1908
|
-
/* stylelint-enable */
|
|
1909
1832
|
padding: 6px 0 0 4px;
|
|
1910
1833
|
width: 20px;
|
|
1911
1834
|
}
|
|
@@ -1938,13 +1861,9 @@
|
|
|
1938
1861
|
}
|
|
1939
1862
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul {
|
|
1940
1863
|
overflow: hidden;
|
|
1941
|
-
/* stylelint-disable */
|
|
1942
|
-
/* stylelint-enable */
|
|
1943
1864
|
}
|
|
1944
1865
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li {
|
|
1945
1866
|
margin-left: -30px;
|
|
1946
|
-
/* stylelint-disable */
|
|
1947
|
-
/* stylelint-enable */
|
|
1948
1867
|
}
|
|
1949
1868
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-fullrow {
|
|
1950
1869
|
cursor: default;
|
|
@@ -2457,8 +2376,6 @@
|
|
|
2457
2376
|
}
|
|
2458
2377
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
2459
2378
|
height: 369px;
|
|
2460
|
-
/* stylelint-disable */
|
|
2461
|
-
/* stylelint-enable */
|
|
2462
2379
|
}
|
|
2463
2380
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
2464
2381
|
height: 392px !important;
|
|
@@ -2482,7 +2399,6 @@
|
|
|
2482
2399
|
display: -ms-flexbox;
|
|
2483
2400
|
display: flex;
|
|
2484
2401
|
padding: 10px 18px;
|
|
2485
|
-
/* stylelint-disable */
|
|
2486
2402
|
}
|
|
2487
2403
|
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-field-list-search-input .e-field-list-search-icon {
|
|
2488
2404
|
float: right;
|
|
@@ -2519,8 +2435,6 @@
|
|
|
2519
2435
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li {
|
|
2520
2436
|
margin-left: 0;
|
|
2521
2437
|
margin-right: -30px;
|
|
2522
|
-
/* stylelint-disable */
|
|
2523
|
-
/* stylelint-enable */
|
|
2524
2438
|
}
|
|
2525
2439
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-list-text {
|
|
2526
2440
|
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
@@ -2551,8 +2465,6 @@
|
|
|
2551
2465
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
2552
2466
|
padding-left: 18px;
|
|
2553
2467
|
padding-right: 0;
|
|
2554
|
-
/* stylelint-disable */
|
|
2555
|
-
/* stylelint-enable */
|
|
2556
2468
|
}
|
|
2557
2469
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
2558
2470
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -2634,10 +2546,8 @@
|
|
|
2634
2546
|
}
|
|
2635
2547
|
.e-pivotfieldlist-container.e-device {
|
|
2636
2548
|
height: 100%;
|
|
2637
|
-
/* stylelint-disable */
|
|
2638
2549
|
max-height: 100% !important;
|
|
2639
2550
|
max-width: 100% !important;
|
|
2640
|
-
/* stylelint-enable */
|
|
2641
2551
|
min-height: 500px;
|
|
2642
2552
|
width: 100%;
|
|
2643
2553
|
}
|
|
@@ -2744,8 +2654,6 @@
|
|
|
2744
2654
|
width: 100%;
|
|
2745
2655
|
background-color: #212529;
|
|
2746
2656
|
color: #fff;
|
|
2747
|
-
/* stylelint-disable */
|
|
2748
|
-
/* stylelint-enable */
|
|
2749
2657
|
}
|
|
2750
2658
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
2751
2659
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
@@ -2939,10 +2847,6 @@
|
|
|
2939
2847
|
width: 70%;
|
|
2940
2848
|
color: #fff;
|
|
2941
2849
|
}
|
|
2942
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div {
|
|
2943
|
-
/* stylelint-disable */
|
|
2944
|
-
/* stylelint-enable */
|
|
2945
|
-
}
|
|
2946
2850
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-formula {
|
|
2947
2851
|
background-color: #212529;
|
|
2948
2852
|
border: 1px solid #444c54;
|
|
@@ -2989,10 +2893,6 @@
|
|
|
2989
2893
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-icons.e-frame {
|
|
2990
2894
|
margin-right: 12px;
|
|
2991
2895
|
}
|
|
2992
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl {
|
|
2993
|
-
/* stylelint-disable */
|
|
2994
|
-
/* stylelint-enable */
|
|
2995
|
-
}
|
|
2996
2896
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl .e-acrdn-header-icon {
|
|
2997
2897
|
left: 16px;
|
|
2998
2898
|
right: auto;
|
|
@@ -3143,10 +3043,6 @@
|
|
|
3143
3043
|
.e-pivotfieldlist-container.e-device.e-static .e-field-list-values .e-axis-content {
|
|
3144
3044
|
max-height: 600px;
|
|
3145
3045
|
}
|
|
3146
|
-
.e-pivotfieldlist-container.e-device.e-rtl {
|
|
3147
|
-
/* stylelint-disable */
|
|
3148
|
-
/* stylelint-enable */
|
|
3149
|
-
}
|
|
3150
3046
|
.e-pivotfieldlist-container.e-device.e-rtl .e-field-list-back-icon {
|
|
3151
3047
|
margin-left: 12px;
|
|
3152
3048
|
margin-right: 0;
|
|
@@ -3167,11 +3063,6 @@
|
|
|
3167
3063
|
margin-left: 20px;
|
|
3168
3064
|
}
|
|
3169
3065
|
|
|
3170
|
-
/* stylelint-disable */
|
|
3171
|
-
.e-bigger .e-pivotfieldlist-container .e-field-table,
|
|
3172
|
-
.e-bigger.e-pivotfieldlist-container .e-field-table {
|
|
3173
|
-
/* stylelint-enable */
|
|
3174
|
-
}
|
|
3175
3066
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
3176
3067
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-right-axis-fields,
|
|
3177
3068
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
@@ -3323,16 +3214,6 @@
|
|
|
3323
3214
|
margin-top: 4px;
|
|
3324
3215
|
padding: 0 12px;
|
|
3325
3216
|
}
|
|
3326
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
3327
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
3328
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
3329
|
-
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content,
|
|
3330
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
3331
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
3332
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
3333
|
-
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content {
|
|
3334
|
-
/* stylelint-disable */
|
|
3335
|
-
}
|
|
3336
3217
|
.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,
|
|
3337
3218
|
.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,
|
|
3338
3219
|
.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,
|
|
@@ -3344,7 +3225,6 @@
|
|
|
3344
3225
|
font-size: 14px;
|
|
3345
3226
|
height: 36px !important;
|
|
3346
3227
|
padding: 9px 16px !important;
|
|
3347
|
-
/* stylelint-enable */
|
|
3348
3228
|
}
|
|
3349
3229
|
.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,
|
|
3350
3230
|
.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,
|
|
@@ -3469,10 +3349,6 @@
|
|
|
3469
3349
|
.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 {
|
|
3470
3350
|
padding-top: 7px;
|
|
3471
3351
|
}
|
|
3472
|
-
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table,
|
|
3473
|
-
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table {
|
|
3474
|
-
/* stylelint-disable */
|
|
3475
|
-
}
|
|
3476
3352
|
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields,
|
|
3477
3353
|
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields {
|
|
3478
3354
|
padding-left: 12px;
|
|
@@ -3485,7 +3361,6 @@
|
|
|
3485
3361
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list {
|
|
3486
3362
|
padding-left: 0;
|
|
3487
3363
|
padding-right: 5px;
|
|
3488
|
-
/* stylelint-enable */
|
|
3489
3364
|
}
|
|
3490
3365
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag,
|
|
3491
3366
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag {
|
|
@@ -3524,8 +3399,6 @@
|
|
|
3524
3399
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container,
|
|
3525
3400
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
3526
3401
|
padding-left: 20px;
|
|
3527
|
-
/* stylelint-disable */
|
|
3528
|
-
/* stylelint-enable */
|
|
3529
3402
|
}
|
|
3530
3403
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
3531
3404
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -3593,10 +3466,6 @@
|
|
|
3593
3466
|
padding-left: 0;
|
|
3594
3467
|
padding-right: 4px;
|
|
3595
3468
|
}
|
|
3596
|
-
.e-bigger .e-pivotfieldlist-container.e-search-mode,
|
|
3597
|
-
.e-bigger.e-pivotfieldlist-container.e-search-mode {
|
|
3598
|
-
/* stylelint-disable */
|
|
3599
|
-
}
|
|
3600
3469
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static,
|
|
3601
3470
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
3602
3471
|
max-height: 750px;
|
|
@@ -3633,6 +3502,4 @@
|
|
|
3633
3502
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
3634
3503
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
3635
3504
|
max-height: 187px;
|
|
3636
|
-
}
|
|
3637
|
-
|
|
3638
|
-
/* stylelint-enable */
|
|
3505
|
+
}
|