@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
|
@@ -25,6 +25,10 @@
|
|
|
25
25
|
content: "\e774";
|
|
26
26
|
}
|
|
27
27
|
|
|
28
|
+
.e-pivot-calc-dialog-div {
|
|
29
|
+
/* stylelint-disable */
|
|
30
|
+
/* stylelint-enable */
|
|
31
|
+
}
|
|
28
32
|
.e-pivot-calc-dialog-div .e-drag::before {
|
|
29
33
|
content: "\e726";
|
|
30
34
|
}
|
|
@@ -123,6 +127,11 @@
|
|
|
123
127
|
content: "\e7d8" !important;
|
|
124
128
|
}
|
|
125
129
|
|
|
130
|
+
.e-pivotfieldlist-wrapper,
|
|
131
|
+
.e-pivotfieldlist-container {
|
|
132
|
+
/* stylelint-disable */
|
|
133
|
+
/* stylelint-enable */
|
|
134
|
+
}
|
|
126
135
|
.e-pivotfieldlist-wrapper .e-field-list-back-icon::before,
|
|
127
136
|
.e-pivotfieldlist-container .e-field-list-back-icon::before {
|
|
128
137
|
content: "\e773";
|
|
@@ -317,8 +326,10 @@
|
|
|
317
326
|
}
|
|
318
327
|
|
|
319
328
|
.e-pivot-formatting-dialog {
|
|
329
|
+
/* stylelint-disable */
|
|
320
330
|
max-height: 480px !important;
|
|
321
331
|
width: 640px !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;
|
|
@@ -393,7 +404,9 @@
|
|
|
393
404
|
border: 1px solid #e5e7eb;
|
|
394
405
|
border-radius: 4px;
|
|
395
406
|
height: 28px;
|
|
407
|
+
/* stylelint-disable */
|
|
396
408
|
margin: 0 !important;
|
|
409
|
+
/* stylelint-enable */
|
|
397
410
|
padding-left: 6px;
|
|
398
411
|
padding-top: 6px;
|
|
399
412
|
width: 80px;
|
|
@@ -414,7 +427,9 @@
|
|
|
414
427
|
.e-pivot-formatting-dialog .e-split-preview,
|
|
415
428
|
.e-pivot-formatting-dialog .e-tip-transparent {
|
|
416
429
|
border: 1px solid #e5e7eb;
|
|
430
|
+
/* stylelint-disable */
|
|
417
431
|
border-radius: 0 !important;
|
|
432
|
+
/* stylelint-enable */
|
|
418
433
|
height: 40%;
|
|
419
434
|
left: -3px;
|
|
420
435
|
position: absolute;
|
|
@@ -422,8 +437,10 @@
|
|
|
422
437
|
width: 150%;
|
|
423
438
|
}
|
|
424
439
|
.e-pivot-formatting-dialog.e-device {
|
|
440
|
+
/* stylelint-disable */
|
|
425
441
|
min-width: 320px !important;
|
|
426
442
|
width: 100% !important;
|
|
443
|
+
/* stylelint-enable */
|
|
427
444
|
}
|
|
428
445
|
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
429
446
|
width: 100% !important;
|
|
@@ -475,7 +492,11 @@
|
|
|
475
492
|
|
|
476
493
|
.e-bigger.e-pivot-formatting-dialog,
|
|
477
494
|
.e-bigger .e-pivot-formatting-dialog {
|
|
495
|
+
/* stylelint-disable */
|
|
478
496
|
width: 730px !important;
|
|
497
|
+
/* stylelint-enable */
|
|
498
|
+
/* stylelint-disable */
|
|
499
|
+
/* stylelint-enable */
|
|
479
500
|
}
|
|
480
501
|
.e-bigger.e-pivot-formatting-dialog .e-format-label,
|
|
481
502
|
.e-bigger.e-pivot-formatting-dialog .e-format-value-label,
|
|
@@ -514,8 +535,10 @@
|
|
|
514
535
|
}
|
|
515
536
|
.e-bigger.e-pivot-formatting-dialog.e-device,
|
|
516
537
|
.e-bigger .e-pivot-formatting-dialog.e-device {
|
|
538
|
+
/* stylelint-disable */
|
|
517
539
|
min-width: 320px !important;
|
|
518
540
|
width: 100% !important;
|
|
541
|
+
/* stylelint-enable */
|
|
519
542
|
}
|
|
520
543
|
.e-bigger.e-pivot-formatting-dialog.e-device .e-format-color-picker,
|
|
521
544
|
.e-bigger .e-pivot-formatting-dialog.e-device .e-format-color-picker {
|
|
@@ -535,8 +558,14 @@
|
|
|
535
558
|
}
|
|
536
559
|
|
|
537
560
|
.e-pivot-calc-dialog-div {
|
|
561
|
+
/* stylelint-disable */
|
|
538
562
|
max-height: 600px !important;
|
|
563
|
+
/* stylelint-enable */
|
|
539
564
|
min-width: 290px;
|
|
565
|
+
/* stylelint-disable */
|
|
566
|
+
/* stylelint-enable */
|
|
567
|
+
/* stylelint-disable */
|
|
568
|
+
/* stylelint-enable */
|
|
540
569
|
}
|
|
541
570
|
.e-pivot-calc-dialog-div .e-dlg-header-content,
|
|
542
571
|
.e-pivot-calc-dialog-div .e-footer-content {
|
|
@@ -585,9 +614,11 @@
|
|
|
585
614
|
}
|
|
586
615
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
587
616
|
color: #6b7280;
|
|
617
|
+
/* stylelint-disable */
|
|
588
618
|
float: right !important;
|
|
589
619
|
margin: 0;
|
|
590
620
|
margin-right: 12px !important;
|
|
621
|
+
/* stylelint-enable */
|
|
591
622
|
}
|
|
592
623
|
.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow {
|
|
593
624
|
cursor: default;
|
|
@@ -638,12 +669,14 @@
|
|
|
638
669
|
margin-right: 4px;
|
|
639
670
|
pointer-events: auto;
|
|
640
671
|
width: 24px;
|
|
672
|
+
/* stylelint-disable */
|
|
641
673
|
height: 20px;
|
|
642
674
|
margin-top: 0;
|
|
643
675
|
padding: 0 5px;
|
|
644
676
|
position: relative;
|
|
645
677
|
bottom: 1px;
|
|
646
678
|
width: 20px;
|
|
679
|
+
/* stylelint-enable */
|
|
647
680
|
}
|
|
648
681
|
.e-pivot-calc-dialog-div .e-treeview .e-list-item.e-active span.e-icons {
|
|
649
682
|
color: #6b7280;
|
|
@@ -889,8 +922,11 @@
|
|
|
889
922
|
|
|
890
923
|
.e-bigger.e-pivot-calc-dialog-div,
|
|
891
924
|
.e-bigger .e-pivot-calc-dialog-div {
|
|
925
|
+
/* stylelint-disable */
|
|
892
926
|
max-height: 600px !important;
|
|
893
927
|
min-width: 401px !important;
|
|
928
|
+
/* stylelint-enable */
|
|
929
|
+
/* stylelint-disable */
|
|
894
930
|
}
|
|
895
931
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
|
|
896
932
|
.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title,
|
|
@@ -976,6 +1012,9 @@
|
|
|
976
1012
|
.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
977
1013
|
max-width: 400px !important;
|
|
978
1014
|
min-width: 320px !important;
|
|
1015
|
+
/* stylelint-enable */
|
|
1016
|
+
/* stylelint-disable */
|
|
1017
|
+
/* stylelint-enable */
|
|
979
1018
|
}
|
|
980
1019
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-prompt,
|
|
981
1020
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-prompt {
|
|
@@ -1013,8 +1052,10 @@
|
|
|
1013
1052
|
}
|
|
1014
1053
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,
|
|
1015
1054
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul {
|
|
1055
|
+
/* stylelint-disable */
|
|
1016
1056
|
margin-left: -22px;
|
|
1017
1057
|
overflow: auto !important;
|
|
1058
|
+
/* stylelint-enable */
|
|
1018
1059
|
}
|
|
1019
1060
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-list-text,
|
|
1020
1061
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul li .e-list-text {
|
|
@@ -1033,6 +1074,10 @@
|
|
|
1033
1074
|
margin-left: 0;
|
|
1034
1075
|
margin-right: -22px;
|
|
1035
1076
|
}
|
|
1077
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog,
|
|
1078
|
+
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
1079
|
+
/* stylelint-disable */
|
|
1080
|
+
}
|
|
1036
1081
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul,
|
|
1037
1082
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul {
|
|
1038
1083
|
margin-left: 0;
|
|
@@ -1094,6 +1139,7 @@
|
|
|
1094
1139
|
}
|
|
1095
1140
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container {
|
|
1096
1141
|
border: 0;
|
|
1142
|
+
/* stylelint-enable */
|
|
1097
1143
|
}
|
|
1098
1144
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
1099
1145
|
margin: 0 0 0 6px;
|
|
@@ -1123,6 +1169,8 @@
|
|
|
1123
1169
|
overflow: auto;
|
|
1124
1170
|
padding: 20px;
|
|
1125
1171
|
padding-bottom: 0;
|
|
1172
|
+
/* stylelint-disable */
|
|
1173
|
+
/* stylelint-enable */
|
|
1126
1174
|
padding-top: 0;
|
|
1127
1175
|
}
|
|
1128
1176
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
@@ -1163,6 +1211,9 @@
|
|
|
1163
1211
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button {
|
|
1164
1212
|
float: right;
|
|
1165
1213
|
}
|
|
1214
|
+
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
|
|
1215
|
+
/* stylelint-disable */
|
|
1216
|
+
}
|
|
1166
1217
|
.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-select-all-container ul {
|
|
1167
1218
|
margin-left: 0;
|
|
1168
1219
|
}
|
|
@@ -1302,6 +1353,7 @@
|
|
|
1302
1353
|
overflow: hidden;
|
|
1303
1354
|
padding: 0 !important;
|
|
1304
1355
|
padding: 12px 0 0 0 !important;
|
|
1356
|
+
/* stylelint-enable */
|
|
1305
1357
|
}
|
|
1306
1358
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
1307
1359
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
|
|
@@ -1373,6 +1425,11 @@
|
|
|
1373
1425
|
.e-pivot-calc.e-drag-item.e-treeview.e-rtl .e-text-content {
|
|
1374
1426
|
padding-right: 0;
|
|
1375
1427
|
}
|
|
1428
|
+
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict,
|
|
1429
|
+
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict {
|
|
1430
|
+
/* stylelint-disable */
|
|
1431
|
+
/* stylelint-enable */
|
|
1432
|
+
}
|
|
1376
1433
|
.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-text-content,
|
|
1377
1434
|
.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-text-content {
|
|
1378
1435
|
padding-left: 24px;
|
|
@@ -1422,6 +1479,7 @@
|
|
|
1422
1479
|
padding: 4px;
|
|
1423
1480
|
}
|
|
1424
1481
|
|
|
1482
|
+
/* stylelint-disable */
|
|
1425
1483
|
.e-button-drag-clone {
|
|
1426
1484
|
background-color: #e5e7eb !important;
|
|
1427
1485
|
border: 1px solid #e5e7eb;
|
|
@@ -1461,6 +1519,12 @@
|
|
|
1461
1519
|
width: auto !important;
|
|
1462
1520
|
}
|
|
1463
1521
|
|
|
1522
|
+
/* stylelint-enable */
|
|
1523
|
+
.e-bigger .e-pivotfieldlist-container,
|
|
1524
|
+
.e-bigger.e-pivotfieldlist-container {
|
|
1525
|
+
/* stylelint-disable */
|
|
1526
|
+
/* stylelint-enable */
|
|
1527
|
+
}
|
|
1464
1528
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
1465
1529
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
1466
1530
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
@@ -1525,6 +1589,10 @@
|
|
|
1525
1589
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-kpiValue-icon {
|
|
1526
1590
|
margin-left: 10px;
|
|
1527
1591
|
}
|
|
1592
|
+
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog,
|
|
1593
|
+
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
1594
|
+
/* stylelint-disable */
|
|
1595
|
+
}
|
|
1528
1596
|
.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,
|
|
1529
1597
|
.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 {
|
|
1530
1598
|
margin: 0 0 0 6px;
|
|
@@ -1677,6 +1745,7 @@
|
|
|
1677
1745
|
background-color: #e5e7eb;
|
|
1678
1746
|
}
|
|
1679
1747
|
|
|
1748
|
+
/* stylelint-disable */
|
|
1680
1749
|
*.e-rtl .e-select-table {
|
|
1681
1750
|
padding: 8px 5px;
|
|
1682
1751
|
}
|
|
@@ -1715,6 +1784,8 @@
|
|
|
1715
1784
|
font-size: 14px;
|
|
1716
1785
|
max-width: 700px;
|
|
1717
1786
|
min-width: 300px;
|
|
1787
|
+
/* stylelint-enable */
|
|
1788
|
+
/* stylelint-enable */
|
|
1718
1789
|
}
|
|
1719
1790
|
.e-pivotfieldlist-container .e-layout-footer {
|
|
1720
1791
|
display: -ms-flexbox;
|
|
@@ -1837,6 +1908,8 @@
|
|
|
1837
1908
|
display: -ms-flexbox;
|
|
1838
1909
|
display: flex;
|
|
1839
1910
|
padding-right: 18px;
|
|
1911
|
+
/* stylelint-disable */
|
|
1912
|
+
/* stylelint-enable */
|
|
1840
1913
|
}
|
|
1841
1914
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-field-header {
|
|
1842
1915
|
-ms-flex: auto;
|
|
@@ -1848,7 +1921,9 @@
|
|
|
1848
1921
|
color: #374151;
|
|
1849
1922
|
cursor: pointer;
|
|
1850
1923
|
font-size: 14px;
|
|
1924
|
+
/* stylelint-disable */
|
|
1851
1925
|
height: 20px !important;
|
|
1926
|
+
/* stylelint-enable */
|
|
1852
1927
|
padding: 6px 0 0 4px;
|
|
1853
1928
|
width: 20px;
|
|
1854
1929
|
}
|
|
@@ -1881,9 +1956,13 @@
|
|
|
1881
1956
|
}
|
|
1882
1957
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul {
|
|
1883
1958
|
overflow: hidden;
|
|
1959
|
+
/* stylelint-disable */
|
|
1960
|
+
/* stylelint-enable */
|
|
1884
1961
|
}
|
|
1885
1962
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li {
|
|
1886
1963
|
margin-left: -30px;
|
|
1964
|
+
/* stylelint-disable */
|
|
1965
|
+
/* stylelint-enable */
|
|
1887
1966
|
}
|
|
1888
1967
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-fullrow {
|
|
1889
1968
|
cursor: default;
|
|
@@ -2405,6 +2484,8 @@
|
|
|
2405
2484
|
}
|
|
2406
2485
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
|
|
2407
2486
|
height: 369px;
|
|
2487
|
+
/* stylelint-disable */
|
|
2488
|
+
/* stylelint-enable */
|
|
2408
2489
|
}
|
|
2409
2490
|
.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
|
|
2410
2491
|
height: 389px !important;
|
|
@@ -2428,6 +2509,7 @@
|
|
|
2428
2509
|
display: -ms-flexbox;
|
|
2429
2510
|
display: flex;
|
|
2430
2511
|
padding: 10px 18px;
|
|
2512
|
+
/* stylelint-disable */
|
|
2431
2513
|
}
|
|
2432
2514
|
.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-field-list-search-input .e-field-list-search-icon {
|
|
2433
2515
|
float: right;
|
|
@@ -2464,6 +2546,8 @@
|
|
|
2464
2546
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li {
|
|
2465
2547
|
margin-left: 0;
|
|
2466
2548
|
margin-right: -30px;
|
|
2549
|
+
/* stylelint-disable */
|
|
2550
|
+
/* stylelint-enable */
|
|
2467
2551
|
}
|
|
2468
2552
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-list-text {
|
|
2469
2553
|
font-family: Inter;
|
|
@@ -2494,6 +2578,8 @@
|
|
|
2494
2578
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
2495
2579
|
padding-left: 18px;
|
|
2496
2580
|
padding-right: 0;
|
|
2581
|
+
/* stylelint-disable */
|
|
2582
|
+
/* stylelint-enable */
|
|
2497
2583
|
}
|
|
2498
2584
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
2499
2585
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -2575,8 +2661,10 @@
|
|
|
2575
2661
|
}
|
|
2576
2662
|
.e-pivotfieldlist-container.e-device {
|
|
2577
2663
|
height: 100%;
|
|
2664
|
+
/* stylelint-disable */
|
|
2578
2665
|
max-height: 100% !important;
|
|
2579
2666
|
max-width: 100% !important;
|
|
2667
|
+
/* stylelint-enable */
|
|
2580
2668
|
min-height: 500px;
|
|
2581
2669
|
width: 100%;
|
|
2582
2670
|
}
|
|
@@ -2683,6 +2771,8 @@
|
|
|
2683
2771
|
padding: 9px 16px;
|
|
2684
2772
|
text-transform: none;
|
|
2685
2773
|
width: 100%;
|
|
2774
|
+
/* stylelint-disable */
|
|
2775
|
+
/* stylelint-enable */
|
|
2686
2776
|
}
|
|
2687
2777
|
.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
2778
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
@@ -2874,6 +2964,10 @@
|
|
|
2874
2964
|
vertical-align: middle;
|
|
2875
2965
|
width: 70%;
|
|
2876
2966
|
}
|
|
2967
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div {
|
|
2968
|
+
/* stylelint-disable */
|
|
2969
|
+
/* stylelint-enable */
|
|
2970
|
+
}
|
|
2877
2971
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-formula {
|
|
2878
2972
|
background-color: #fff;
|
|
2879
2973
|
border: 1px solid #e5e7eb;
|
|
@@ -2920,6 +3014,10 @@
|
|
|
2920
3014
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-icons.e-frame {
|
|
2921
3015
|
margin-right: 12px;
|
|
2922
3016
|
}
|
|
3017
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl {
|
|
3018
|
+
/* stylelint-disable */
|
|
3019
|
+
/* stylelint-enable */
|
|
3020
|
+
}
|
|
2923
3021
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl .e-acrdn-header-icon {
|
|
2924
3022
|
left: 16px;
|
|
2925
3023
|
right: auto;
|
|
@@ -3069,6 +3167,10 @@
|
|
|
3069
3167
|
.e-pivotfieldlist-container.e-device.e-static .e-field-list-values .e-axis-content {
|
|
3070
3168
|
max-height: 600px;
|
|
3071
3169
|
}
|
|
3170
|
+
.e-pivotfieldlist-container.e-device.e-rtl {
|
|
3171
|
+
/* stylelint-disable */
|
|
3172
|
+
/* stylelint-enable */
|
|
3173
|
+
}
|
|
3072
3174
|
.e-pivotfieldlist-container.e-device.e-rtl .e-field-list-back-icon {
|
|
3073
3175
|
margin-left: 12px;
|
|
3074
3176
|
margin-right: 0;
|
|
@@ -3089,6 +3191,11 @@
|
|
|
3089
3191
|
margin-left: 20px;
|
|
3090
3192
|
}
|
|
3091
3193
|
|
|
3194
|
+
/* stylelint-disable */
|
|
3195
|
+
.e-bigger .e-pivotfieldlist-container .e-field-table,
|
|
3196
|
+
.e-bigger.e-pivotfieldlist-container .e-field-table {
|
|
3197
|
+
/* stylelint-enable */
|
|
3198
|
+
}
|
|
3092
3199
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
3093
3200
|
.e-bigger .e-pivotfieldlist-container .e-field-table .e-right-axis-fields,
|
|
3094
3201
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
|
|
@@ -3240,6 +3347,16 @@
|
|
|
3240
3347
|
margin-top: 4px;
|
|
3241
3348
|
padding: 0 12px;
|
|
3242
3349
|
}
|
|
3350
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
3351
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
3352
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
3353
|
+
.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content,
|
|
3354
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
|
|
3355
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
|
|
3356
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
|
|
3357
|
+
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content {
|
|
3358
|
+
/* stylelint-disable */
|
|
3359
|
+
}
|
|
3243
3360
|
.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,
|
|
3244
3361
|
.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,
|
|
3245
3362
|
.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,
|
|
@@ -3251,6 +3368,7 @@
|
|
|
3251
3368
|
font-size: 14px;
|
|
3252
3369
|
height: 36px !important;
|
|
3253
3370
|
padding: 9px 16px !important;
|
|
3371
|
+
/* stylelint-enable */
|
|
3254
3372
|
}
|
|
3255
3373
|
.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,
|
|
3256
3374
|
.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,
|
|
@@ -3375,6 +3493,10 @@
|
|
|
3375
3493
|
.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 {
|
|
3376
3494
|
padding-top: 7px;
|
|
3377
3495
|
}
|
|
3496
|
+
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table,
|
|
3497
|
+
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table {
|
|
3498
|
+
/* stylelint-disable */
|
|
3499
|
+
}
|
|
3378
3500
|
.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields,
|
|
3379
3501
|
.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields {
|
|
3380
3502
|
padding-left: 16px;
|
|
@@ -3387,6 +3509,7 @@
|
|
|
3387
3509
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list {
|
|
3388
3510
|
padding-left: 0;
|
|
3389
3511
|
padding-right: 5px;
|
|
3512
|
+
/* stylelint-enable */
|
|
3390
3513
|
}
|
|
3391
3514
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag,
|
|
3392
3515
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag {
|
|
@@ -3425,6 +3548,8 @@
|
|
|
3425
3548
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container,
|
|
3426
3549
|
.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
3427
3550
|
padding-left: 16px;
|
|
3551
|
+
/* stylelint-disable */
|
|
3552
|
+
/* stylelint-enable */
|
|
3428
3553
|
}
|
|
3429
3554
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
|
|
3430
3555
|
.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
|
|
@@ -3492,6 +3617,10 @@
|
|
|
3492
3617
|
padding-left: 0;
|
|
3493
3618
|
padding-right: 4px;
|
|
3494
3619
|
}
|
|
3620
|
+
.e-bigger .e-pivotfieldlist-container.e-search-mode,
|
|
3621
|
+
.e-bigger.e-pivotfieldlist-container.e-search-mode {
|
|
3622
|
+
/* stylelint-disable */
|
|
3623
|
+
}
|
|
3495
3624
|
.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static,
|
|
3496
3625
|
.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static {
|
|
3497
3626
|
max-height: 750px;
|
|
@@ -3528,4 +3657,6 @@
|
|
|
3528
3657
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
|
|
3529
3658
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
|
|
3530
3659
|
max-height: 179px;
|
|
3531
|
-
}
|
|
3660
|
+
}
|
|
3661
|
+
|
|
3662
|
+
/* stylelint-enable */
|
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
//default
|
|
2
|
+
$pivotgrid-skin: 'bootstrap-dark' !default;
|
|
3
|
+
$pivotgrid-active-color: $brand-primary !default;
|
|
4
|
+
$pivotgrid-default-font-color: $grey-f8 !default;
|
|
5
|
+
$pivotgrid-cell-border-color: rgba($grey-light-font, .12) !default;
|
|
6
|
+
$pivotgrid-prompt-default-font-color: $pivotgrid-default-font-color !default;
|
|
7
|
+
$pivotgrid-default-border-color: $grey-44 !default;
|
|
8
|
+
$pivotgrid-border-type: $border-type !default;
|
|
9
|
+
$pivotgrid-border-size: $border-size !default;
|
|
10
|
+
$pivotgrid-table-background-color: $grey-white !default;
|
|
11
|
+
$pivotgrid-content-font-size: 13px !default;
|
|
12
|
+
$pivotgrid-bigger-content-font-size: 13px !default;
|
|
13
|
+
$field-list-font-family: $font-family !default;
|
|
14
|
+
$pivotgrid-cell-hover-color: rgba(0, 0, 0, 0) !default;
|
|
15
|
+
$pivotgrid-grp-bg-color: $grey-darker !default;
|
|
16
|
+
$pivotgrid-drag-clone-color: $grey-white !default;
|
|
17
|
+
$pivotgrid-drop-hover-color: $grey-e6 !default;
|
|
18
|
+
$pivotview-grid-content-opacity: 1 !default;
|
|
19
|
+
$pivotview-grid-header-font-size: 13px !default;
|
|
20
|
+
$pivotview-bigger-grid-header-font-size: 13px !default;
|
|
21
|
+
$pivotview-grid-header-font-weight: 600 !default;
|
|
22
|
+
$pivotview-grid-header-font-color: $grey-dark-font !default;
|
|
23
|
+
$pivotgrid-horizontal-button-padding: 8px !default;
|
|
24
|
+
$pivotgrid-vertical-button-padding: 3px !default;
|
|
25
|
+
$pivotgrid-summary-font-weight: bold !default;
|
|
26
|
+
$pivotgrid-grouping-min-height: 28px !default;
|
|
27
|
+
$pivotgrid-prompt-line-height: 22px !default;
|
|
28
|
+
$field-list-toggle-size: 40px !default;
|
|
29
|
+
$pivotgrid-button-border-color: $grey-44 !default;
|
|
30
|
+
$pivotgrid-drag-clone-text-color: rgba(255, 0, 0, 1) !default;
|
|
31
|
+
$pivotgrid-drag-clone-font-size: 12px !default;
|
|
32
|
+
$pivotgrid-default-border-radius: 4px !default;
|
|
33
|
+
$pivotgrid-button-icon-size: 10px !default;
|
|
34
|
+
$pivotgrid-bigger-button-icon-size: 14px !default;
|
|
35
|
+
$pivotgrid-button-border-radius: 4px !default;
|
|
36
|
+
$pivotgrid-button-background-color: $grey-44 !default;
|
|
37
|
+
$pivotgrid-button-hover-color: $grey-dark !default;
|
|
38
|
+
$pivotgrid-editor-dialog-footer-padding: 5px !default;
|
|
39
|
+
$pivotgrid-button-drag-color: $grey-light !default;
|
|
40
|
+
$pivotgrid-expand-icon-fontsize: 10px !default;
|
|
41
|
+
$pivotgrid-drill-margintop: 6px !default;
|
|
42
|
+
$pivotgrid-bigger-drill-margintop: $pivotgrid-drill-margintop !default;
|
|
43
|
+
$pivotgrid-rtl-expand-icon-font-size: 10px !default;
|
|
44
|
+
$pivotgrid-collapse-icon-fonsize: 10px !default;
|
|
45
|
+
$pivotgrid-expcoldiv-fontsize: 12px !default;
|
|
46
|
+
$pivotgrid-vsort-mouse-margin: -15px 0 !default;
|
|
47
|
+
$pivotgrid-vsort-row-margin: 0 !default;
|
|
48
|
+
$pivotgrid-vsort-mouse-wrap-margin: -30px -15px !default;
|
|
49
|
+
$pivotgrid-vsort-touch-margin: -13px -11px !default;
|
|
50
|
+
$pivotgrid-vsort-touch-wrap-margin: -30px -18px !default;
|
|
51
|
+
$pivotgrid-tooltip-padding: 3px 2px !default;
|
|
52
|
+
$pivotgrid-tooltip-fontcolor: $grey-base !default;
|
|
53
|
+
$pivotgrid-tooltip-fontsize: 14px !default;
|
|
54
|
+
$pivotgrid-tooltip-fontfamily: Helvetica !default;
|
|
55
|
+
$pivotgrid-member-filter-list-bigger-height: 136px !default;
|
|
56
|
+
$pivotgrid-member-filter-list-height: 164px !default;
|
|
57
|
+
$pivotgrid-button-font-color: $grey-dark-font !default;
|
|
58
|
+
$pivotgrid-button-acitve-font-color: $pivotgrid-button-font-color !default;
|
|
59
|
+
$pivotgrid-hover-color: $grey !default;
|
|
60
|
+
$pivotgrid-focus-color: $grey-dark !default;
|
|
61
|
+
$pivotgrid-button-icon-color: $grey-dark-font !default;
|
|
62
|
+
$pivotgrid-button-active-icon-color: $pivotgrid-button-icon-color !default;
|
|
63
|
+
$pivotgrid-icon-hover-color: $grey-dark-font !default;
|
|
64
|
+
$pivotgrid-icon-focus-color: $pivotgrid-icon-hover-color !default;
|
|
65
|
+
$pivotgrid-button-inner-padding: 4px !default;
|
|
66
|
+
$pivotgrid-bigger-button-inner-padding: 7px !default;
|
|
67
|
+
$pivotgrid-excel-member-filter-height: 154px !default;
|
|
68
|
+
$pivotgrid-excel-filter-height: 234px !default;
|
|
69
|
+
$pivotgrid-excel-member-filter-bigger-height: 113px !default;
|
|
70
|
+
$pivotgrid-excel-filter-bigger-height: 213px !default;
|
|
71
|
+
$pivotgrid-editor-label-padding-size: 16px 10px 16px 20px !default;
|
|
72
|
+
$pivotgrid-editor-label-font: 500 13px Helvetica !default;
|
|
73
|
+
$pivotgrid-editor-label-opacity: 1 !default;
|
|
74
|
+
$pivotgrid-editor-label-color: $grey-light-font !default;
|
|
75
|
+
$pivotgrid-editor-label-fill: $grey-f8 !default;
|
|
76
|
+
$pivotgrid-editor-label-excel-width: 312px !default;
|
|
77
|
+
$pivotgrid-editor-label-excel-padding-size: 18px 10px 12px 20px !default;
|
|
78
|
+
$pivotgrid-editor-label-excel-opacity: 100%;
|
|
79
|
+
$pivotgrid-drillthrough-header-font-weight: 700 !default;
|
|
80
|
+
$pivotgrid-drillthrough-value-opacity: 1 !default;
|
|
81
|
+
$pivotgrid-header-selection-bg-color: $grey-88 !default;
|
|
82
|
+
$pivotgrid-header-selection-color: $active-font-color !default;
|
|
83
|
+
$pivotgrid-menubar-height: 40px !default;
|
|
84
|
+
$pivotgrid-bigger-menubar-height: 45px !default;
|
|
85
|
+
$pivotgrid-sort-wrapper-padding-size: 10px !default;
|
|
86
|
+
$pivotgrid-sort-select-background-color: $grey-dark !default;
|
|
87
|
+
$pivotgrid-sort-select-border-color: $grey-8c !default;
|
|
88
|
+
$pivotgrid-sort-select-color: $grey-light-font !default;
|
|
89
|
+
$pivotgrid-group-chart-values-dropdown-margin: 5px !default;
|
|
90
|
+
$pivotgrid-group-chart-values-dropdown-margin-bigger: 5px !default;
|
|
91
|
+
$pivotgrid-header-background-color: $grey-darker !default;
|
|
92
|
+
$pivotgrid-gtot-background-color: $grey-darker !default;
|
|
93
|
+
$pivotgrid-gtot-font-color: $grey-dark-font 87% !default;
|
|
94
|
+
$pivotgrid-report-label-margin-top: 7px !default;
|
|
95
|
+
$pivotgrid-bigger-report-label-margin-top: 8px !default;
|
|
96
|
+
$pivotview-value-sort-rtl-padding: .8em !default;
|
|
97
|
+
$pivotview-filter-toolbar-items-margin-left: 0 !default;
|
|
98
|
+
$pivotview-filter-toolbar-items-margin-right: 0 !default;
|
|
99
|
+
$pivotgrid-header-text-margin-top: 4px !default;
|
|
100
|
+
$pivotgrid-border: $pivotgrid-cell-border-color !default;
|
|
101
|
+
$pivotgrid-bg-color: #5a6268;
|
|
102
|
+
$pivotgrid-border-color: #545b62;
|
|
103
|
+
$pivotgrid-active-border-color: #4e555b;
|
|
104
|
+
$pivotgrid-box-shadow-color: rgba(108, 117, 125, .5);
|
|
105
|
+
$pivot-toolbar-icon-hover-color: $pivotgrid-icon-hover-color !default;
|
|
106
|
+
$pivotgrid-value-sort-icon-padding: 3px 4px 4px 4px !default;
|
|
107
|
+
$pivotgrid-value-sort-icon-font-size: 12px !default;
|
|
108
|
+
|
|
109
|
+
//enddefault
|
|
110
|
+
|
|
111
|
+
/*! component's common definitions and variables */
|
|
112
|
+
$pivotgrid-grouping-height: 36px !default;
|
|
113
|
+
$pivotgrid-editor-search-padding-size: 20px !default;
|
|
114
|
+
$pivotgrid-member-filter-list-padding-size: -35px !default;
|
|
115
|
+
$pivotview-grid-indent-padding: 8px !default;
|
|
116
|
+
$pivotview-grid-bigger-indent-padding: 16px !default;
|
|
117
|
+
$pivotview-axis-indent-padding: $pivotview-grid-indent-padding !default;
|
|
118
|
+
$pivotview-axis-bigger-indent-padding: $pivotview-grid-bigger-indent-padding !default;
|
|
119
|
+
$pivotview-indent-space-size: 24px !default;
|
|
120
|
+
$pivotgrid-button-font-size: 13px !default;
|
|
121
|
+
$pivotgrid-bigger-button-font-size: 13px !default;
|
|
122
|
+
$pivotgrid-bigger-button-line-height: .9em !default;
|
|
123
|
+
$pivotgrid-bigger-excel-dialog-min-width: 350px !default;
|
|
124
|
+
$pivotgrid-expand-bigger-icon-fontsize: 10px !default;
|
|
125
|
+
$pivotgrid-collapse-bigger-icon-fontsize: 10px !default;
|
|
126
|
+
$pivotgrid-grouping-padding-bottom: 10px !default;
|
|
127
|
+
$pivotgrid-grouping-padding-top: 0 !default;
|
|
128
|
+
$pivotgrid-grouping-bigger-padding-top: 0 !default;
|
|
129
|
+
$pivotgrid-button-icon-wrapper-size: 18px !default;
|
|
130
|
+
$pivotgrid-bigger-button-icon-wrapper-size: 20px !default;
|
|
131
|
+
$pivotgrid-bigger-button-icon-touch-margin-size: 0 !default;
|