@syncfusion/ej2-vue-pivotview 21.1.39 → 21.2.3
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/CHANGELOG.md +24 -0
- package/dist/ej2-vue-pivotview.umd.min.js +1 -1
- package/dist/global/ej2-vue-pivotview.min.js +2 -2
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +13 -11
- package/styles/bootstrap.css +13 -11
- package/styles/bootstrap4.css +13 -11
- package/styles/bootstrap5-dark.css +13 -11
- package/styles/bootstrap5.css +13 -11
- package/styles/fabric-dark.css +13 -11
- package/styles/fabric.css +13 -11
- package/styles/fluent-dark.css +13 -11
- package/styles/fluent.css +13 -11
- package/styles/highcontrast-light.css +13 -11
- package/styles/highcontrast.css +13 -11
- package/styles/material-dark.css +13 -11
- package/styles/material.css +13 -11
- package/styles/pivotfieldlist/bootstrap-dark.css +13 -11
- package/styles/pivotfieldlist/bootstrap.css +13 -11
- package/styles/pivotfieldlist/bootstrap4.css +13 -11
- package/styles/pivotfieldlist/bootstrap5-dark.css +13 -11
- package/styles/pivotfieldlist/bootstrap5.css +13 -11
- package/styles/pivotfieldlist/fabric-dark.css +13 -11
- package/styles/pivotfieldlist/fabric.css +13 -11
- package/styles/pivotfieldlist/fluent-dark.css +13 -11
- package/styles/pivotfieldlist/fluent.css +13 -11
- package/styles/pivotfieldlist/highcontrast-light.css +13 -11
- package/styles/pivotfieldlist/highcontrast.css +13 -11
- package/styles/pivotfieldlist/material-dark.css +13 -11
- package/styles/pivotfieldlist/material.css +13 -11
- package/styles/pivotfieldlist/tailwind-dark.css +13 -11
- package/styles/pivotfieldlist/tailwind.css +13 -11
- package/styles/tailwind-dark.css +13 -11
- package/styles/tailwind.css +13 -11
|
@@ -446,6 +446,9 @@
|
|
|
446
446
|
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
447
447
|
width: 100% !important;
|
|
448
448
|
}
|
|
449
|
+
.e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
|
|
450
|
+
margin-left: 0;
|
|
451
|
+
}
|
|
449
452
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
450
453
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
451
454
|
.e-pivot-formatting-dialog.e-device .e-format-value-span {
|
|
@@ -1855,6 +1858,7 @@
|
|
|
1855
1858
|
}
|
|
1856
1859
|
.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
|
|
1857
1860
|
max-width: 45%;
|
|
1861
|
+
overflow: visible;
|
|
1858
1862
|
}
|
|
1859
1863
|
.e-pivotfieldlist-container .e-checkbox-layout {
|
|
1860
1864
|
float: left;
|
|
@@ -2698,9 +2702,6 @@
|
|
|
2698
2702
|
background-color: #333232;
|
|
2699
2703
|
color: #dadada;
|
|
2700
2704
|
font-size: 14px;
|
|
2701
|
-
height: 48px;
|
|
2702
|
-
padding-bottom: 9px;
|
|
2703
|
-
padding-top: 9px;
|
|
2704
2705
|
}
|
|
2705
2706
|
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-header-content,
|
|
2706
2707
|
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-header-content {
|
|
@@ -2715,17 +2716,15 @@
|
|
|
2715
2716
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
2716
2717
|
display: -ms-flexbox;
|
|
2717
2718
|
display: flex;
|
|
2718
|
-
|
|
2719
|
-
|
|
2720
|
-
margin-top: 0;
|
|
2719
|
+
-ms-flex-align: center;
|
|
2720
|
+
align-items: center;
|
|
2721
2721
|
}
|
|
2722
2722
|
.e-pivotfieldlist-container.e-device .e-field-list-back-icon {
|
|
2723
2723
|
color: #dadada;
|
|
2724
2724
|
font-size: 16px;
|
|
2725
|
-
height:
|
|
2725
|
+
height: auto;
|
|
2726
2726
|
margin-left: 0;
|
|
2727
2727
|
margin-right: 12px;
|
|
2728
|
-
padding-top: 7px;
|
|
2729
2728
|
text-align: center;
|
|
2730
2729
|
width: 24px;
|
|
2731
2730
|
}
|
|
@@ -3015,16 +3014,19 @@
|
|
|
3015
3014
|
margin-top: 20px;
|
|
3016
3015
|
overflow: auto;
|
|
3017
3016
|
}
|
|
3017
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header {
|
|
3018
|
+
-ms-flex-align: center;
|
|
3019
|
+
align-items: center;
|
|
3020
|
+
display: -ms-flexbox;
|
|
3021
|
+
display: flex;
|
|
3022
|
+
}
|
|
3018
3023
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon {
|
|
3019
3024
|
display: table;
|
|
3020
3025
|
font-size: 12px;
|
|
3021
|
-
height: 36px;
|
|
3022
|
-
min-height: 36px;
|
|
3023
3026
|
min-width: 28px;
|
|
3024
3027
|
padding: 0;
|
|
3025
3028
|
position: absolute;
|
|
3026
3029
|
right: 16px;
|
|
3027
|
-
top: 0;
|
|
3028
3030
|
}
|
|
3029
3031
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon .e-list-icon {
|
|
3030
3032
|
cursor: pointer;
|
|
@@ -445,6 +445,9 @@
|
|
|
445
445
|
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
446
446
|
width: 100% !important;
|
|
447
447
|
}
|
|
448
|
+
.e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
|
|
449
|
+
margin-left: 0;
|
|
450
|
+
}
|
|
448
451
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
449
452
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
450
453
|
.e-pivot-formatting-dialog.e-device .e-format-value-span {
|
|
@@ -1854,6 +1857,7 @@
|
|
|
1854
1857
|
}
|
|
1855
1858
|
.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
|
|
1856
1859
|
max-width: 45%;
|
|
1860
|
+
overflow: visible;
|
|
1857
1861
|
}
|
|
1858
1862
|
.e-pivotfieldlist-container .e-checkbox-layout {
|
|
1859
1863
|
float: left;
|
|
@@ -2697,9 +2701,6 @@
|
|
|
2697
2701
|
background-color: #f4f4f4;
|
|
2698
2702
|
color: #333;
|
|
2699
2703
|
font-size: 14px;
|
|
2700
|
-
height: 48px;
|
|
2701
|
-
padding-bottom: 9px;
|
|
2702
|
-
padding-top: 9px;
|
|
2703
2704
|
}
|
|
2704
2705
|
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-header-content,
|
|
2705
2706
|
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-header-content {
|
|
@@ -2714,17 +2715,15 @@
|
|
|
2714
2715
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
2715
2716
|
display: -ms-flexbox;
|
|
2716
2717
|
display: flex;
|
|
2717
|
-
|
|
2718
|
-
|
|
2719
|
-
margin-top: 0;
|
|
2718
|
+
-ms-flex-align: center;
|
|
2719
|
+
align-items: center;
|
|
2720
2720
|
}
|
|
2721
2721
|
.e-pivotfieldlist-container.e-device .e-field-list-back-icon {
|
|
2722
2722
|
color: #333;
|
|
2723
2723
|
font-size: 16px;
|
|
2724
|
-
height:
|
|
2724
|
+
height: auto;
|
|
2725
2725
|
margin-left: 0;
|
|
2726
2726
|
margin-right: 12px;
|
|
2727
|
-
padding-top: 7px;
|
|
2728
2727
|
text-align: center;
|
|
2729
2728
|
width: 24px;
|
|
2730
2729
|
}
|
|
@@ -3014,16 +3013,19 @@
|
|
|
3014
3013
|
margin-top: 20px;
|
|
3015
3014
|
overflow: auto;
|
|
3016
3015
|
}
|
|
3016
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header {
|
|
3017
|
+
-ms-flex-align: center;
|
|
3018
|
+
align-items: center;
|
|
3019
|
+
display: -ms-flexbox;
|
|
3020
|
+
display: flex;
|
|
3021
|
+
}
|
|
3017
3022
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon {
|
|
3018
3023
|
display: table;
|
|
3019
3024
|
font-size: 12px;
|
|
3020
|
-
height: 36px;
|
|
3021
|
-
min-height: 36px;
|
|
3022
3025
|
min-width: 28px;
|
|
3023
3026
|
padding: 0;
|
|
3024
3027
|
position: absolute;
|
|
3025
3028
|
right: 16px;
|
|
3026
|
-
top: 0;
|
|
3027
3029
|
}
|
|
3028
3030
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon .e-list-icon {
|
|
3029
3031
|
cursor: pointer;
|
|
@@ -445,6 +445,9 @@
|
|
|
445
445
|
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
446
446
|
width: 100% !important;
|
|
447
447
|
}
|
|
448
|
+
.e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
|
|
449
|
+
margin-left: 0;
|
|
450
|
+
}
|
|
448
451
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
449
452
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
450
453
|
.e-pivot-formatting-dialog.e-device .e-format-value-span {
|
|
@@ -1890,6 +1893,7 @@
|
|
|
1890
1893
|
}
|
|
1891
1894
|
.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
|
|
1892
1895
|
max-width: 45%;
|
|
1896
|
+
overflow: visible;
|
|
1893
1897
|
}
|
|
1894
1898
|
.e-pivotfieldlist-container .e-checkbox-layout {
|
|
1895
1899
|
float: left;
|
|
@@ -2753,9 +2757,6 @@
|
|
|
2753
2757
|
background-color: #252423;
|
|
2754
2758
|
color: #c8c6c4;
|
|
2755
2759
|
font-size: 14px;
|
|
2756
|
-
height: 48px;
|
|
2757
|
-
padding-bottom: 9px;
|
|
2758
|
-
padding-top: 9px;
|
|
2759
2760
|
}
|
|
2760
2761
|
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-header-content,
|
|
2761
2762
|
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-header-content {
|
|
@@ -2770,17 +2771,15 @@
|
|
|
2770
2771
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
2771
2772
|
display: -ms-flexbox;
|
|
2772
2773
|
display: flex;
|
|
2773
|
-
|
|
2774
|
-
|
|
2775
|
-
margin-top: 5px;
|
|
2774
|
+
-ms-flex-align: center;
|
|
2775
|
+
align-items: center;
|
|
2776
2776
|
}
|
|
2777
2777
|
.e-pivotfieldlist-container.e-device .e-field-list-back-icon {
|
|
2778
2778
|
color: #a19f9d;
|
|
2779
2779
|
font-size: 16px;
|
|
2780
|
-
height:
|
|
2780
|
+
height: auto;
|
|
2781
2781
|
margin-left: 0;
|
|
2782
2782
|
margin-right: 12px;
|
|
2783
|
-
padding-top: 7px;
|
|
2784
2783
|
text-align: center;
|
|
2785
2784
|
width: 24px;
|
|
2786
2785
|
}
|
|
@@ -3070,16 +3069,19 @@
|
|
|
3070
3069
|
margin-top: 20px;
|
|
3071
3070
|
overflow: auto;
|
|
3072
3071
|
}
|
|
3072
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header {
|
|
3073
|
+
-ms-flex-align: center;
|
|
3074
|
+
align-items: center;
|
|
3075
|
+
display: -ms-flexbox;
|
|
3076
|
+
display: flex;
|
|
3077
|
+
}
|
|
3073
3078
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon {
|
|
3074
3079
|
display: table;
|
|
3075
3080
|
font-size: 12px;
|
|
3076
|
-
height: 36px;
|
|
3077
|
-
min-height: 36px;
|
|
3078
3081
|
min-width: 28px;
|
|
3079
3082
|
padding: 0;
|
|
3080
3083
|
position: absolute;
|
|
3081
3084
|
right: 16px;
|
|
3082
|
-
top: 0;
|
|
3083
3085
|
}
|
|
3084
3086
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon .e-list-icon {
|
|
3085
3087
|
cursor: pointer;
|
|
@@ -445,6 +445,9 @@
|
|
|
445
445
|
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
446
446
|
width: 100% !important;
|
|
447
447
|
}
|
|
448
|
+
.e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
|
|
449
|
+
margin-left: 0;
|
|
450
|
+
}
|
|
448
451
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
449
452
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
450
453
|
.e-pivot-formatting-dialog.e-device .e-format-value-span {
|
|
@@ -1890,6 +1893,7 @@
|
|
|
1890
1893
|
}
|
|
1891
1894
|
.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
|
|
1892
1895
|
max-width: 45%;
|
|
1896
|
+
overflow: visible;
|
|
1893
1897
|
}
|
|
1894
1898
|
.e-pivotfieldlist-container .e-checkbox-layout {
|
|
1895
1899
|
float: left;
|
|
@@ -2753,9 +2757,6 @@
|
|
|
2753
2757
|
background-color: #f3f2f1;
|
|
2754
2758
|
color: #3b3a39;
|
|
2755
2759
|
font-size: 14px;
|
|
2756
|
-
height: 48px;
|
|
2757
|
-
padding-bottom: 9px;
|
|
2758
|
-
padding-top: 9px;
|
|
2759
2760
|
}
|
|
2760
2761
|
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-header-content,
|
|
2761
2762
|
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-header-content {
|
|
@@ -2770,17 +2771,15 @@
|
|
|
2770
2771
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
2771
2772
|
display: -ms-flexbox;
|
|
2772
2773
|
display: flex;
|
|
2773
|
-
|
|
2774
|
-
|
|
2775
|
-
margin-top: 5px;
|
|
2774
|
+
-ms-flex-align: center;
|
|
2775
|
+
align-items: center;
|
|
2776
2776
|
}
|
|
2777
2777
|
.e-pivotfieldlist-container.e-device .e-field-list-back-icon {
|
|
2778
2778
|
color: #605e5c;
|
|
2779
2779
|
font-size: 16px;
|
|
2780
|
-
height:
|
|
2780
|
+
height: auto;
|
|
2781
2781
|
margin-left: 0;
|
|
2782
2782
|
margin-right: 12px;
|
|
2783
|
-
padding-top: 7px;
|
|
2784
2783
|
text-align: center;
|
|
2785
2784
|
width: 24px;
|
|
2786
2785
|
}
|
|
@@ -3070,16 +3069,19 @@
|
|
|
3070
3069
|
margin-top: 20px;
|
|
3071
3070
|
overflow: auto;
|
|
3072
3071
|
}
|
|
3072
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header {
|
|
3073
|
+
-ms-flex-align: center;
|
|
3074
|
+
align-items: center;
|
|
3075
|
+
display: -ms-flexbox;
|
|
3076
|
+
display: flex;
|
|
3077
|
+
}
|
|
3073
3078
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon {
|
|
3074
3079
|
display: table;
|
|
3075
3080
|
font-size: 12px;
|
|
3076
|
-
height: 36px;
|
|
3077
|
-
min-height: 36px;
|
|
3078
3081
|
min-width: 28px;
|
|
3079
3082
|
padding: 0;
|
|
3080
3083
|
position: absolute;
|
|
3081
3084
|
right: 16px;
|
|
3082
|
-
top: 0;
|
|
3083
3085
|
}
|
|
3084
3086
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon .e-list-icon {
|
|
3085
3087
|
cursor: pointer;
|
|
@@ -444,6 +444,9 @@
|
|
|
444
444
|
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
445
445
|
width: 100% !important;
|
|
446
446
|
}
|
|
447
|
+
.e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
|
|
448
|
+
margin-left: 0;
|
|
449
|
+
}
|
|
447
450
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
448
451
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
449
452
|
.e-pivot-formatting-dialog.e-device .e-format-value-span {
|
|
@@ -1853,6 +1856,7 @@
|
|
|
1853
1856
|
}
|
|
1854
1857
|
.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
|
|
1855
1858
|
max-width: 45%;
|
|
1859
|
+
overflow: visible;
|
|
1856
1860
|
}
|
|
1857
1861
|
.e-pivotfieldlist-container .e-checkbox-layout {
|
|
1858
1862
|
float: left;
|
|
@@ -2696,9 +2700,6 @@
|
|
|
2696
2700
|
background-color: #d8d8d8;
|
|
2697
2701
|
color: #000;
|
|
2698
2702
|
font-size: 14px;
|
|
2699
|
-
height: 48px;
|
|
2700
|
-
padding-bottom: 9px;
|
|
2701
|
-
padding-top: 9px;
|
|
2702
2703
|
}
|
|
2703
2704
|
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-header-content,
|
|
2704
2705
|
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-header-content {
|
|
@@ -2713,17 +2714,15 @@
|
|
|
2713
2714
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
2714
2715
|
display: -ms-flexbox;
|
|
2715
2716
|
display: flex;
|
|
2716
|
-
|
|
2717
|
-
|
|
2718
|
-
margin-top: 0;
|
|
2717
|
+
-ms-flex-align: center;
|
|
2718
|
+
align-items: center;
|
|
2719
2719
|
}
|
|
2720
2720
|
.e-pivotfieldlist-container.e-device .e-field-list-back-icon {
|
|
2721
2721
|
color: #000;
|
|
2722
2722
|
font-size: 16px;
|
|
2723
|
-
height:
|
|
2723
|
+
height: auto;
|
|
2724
2724
|
margin-left: 0;
|
|
2725
2725
|
margin-right: 12px;
|
|
2726
|
-
padding-top: 7px;
|
|
2727
2726
|
text-align: center;
|
|
2728
2727
|
width: 24px;
|
|
2729
2728
|
}
|
|
@@ -3013,16 +3012,19 @@
|
|
|
3013
3012
|
margin-top: 20px;
|
|
3014
3013
|
overflow: auto;
|
|
3015
3014
|
}
|
|
3015
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header {
|
|
3016
|
+
-ms-flex-align: center;
|
|
3017
|
+
align-items: center;
|
|
3018
|
+
display: -ms-flexbox;
|
|
3019
|
+
display: flex;
|
|
3020
|
+
}
|
|
3016
3021
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon {
|
|
3017
3022
|
display: table;
|
|
3018
3023
|
font-size: 12px;
|
|
3019
|
-
height: 36px;
|
|
3020
|
-
min-height: 36px;
|
|
3021
3024
|
min-width: 28px;
|
|
3022
3025
|
padding: 0;
|
|
3023
3026
|
position: absolute;
|
|
3024
3027
|
right: 16px;
|
|
3025
|
-
top: 0;
|
|
3026
3028
|
}
|
|
3027
3029
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon .e-list-icon {
|
|
3028
3030
|
cursor: pointer;
|
|
@@ -444,6 +444,9 @@
|
|
|
444
444
|
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
445
445
|
width: 100% !important;
|
|
446
446
|
}
|
|
447
|
+
.e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
|
|
448
|
+
margin-left: 0;
|
|
449
|
+
}
|
|
447
450
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
448
451
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
449
452
|
.e-pivot-formatting-dialog.e-device .e-format-value-span {
|
|
@@ -1853,6 +1856,7 @@
|
|
|
1853
1856
|
}
|
|
1854
1857
|
.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
|
|
1855
1858
|
max-width: 45%;
|
|
1859
|
+
overflow: visible;
|
|
1856
1860
|
}
|
|
1857
1861
|
.e-pivotfieldlist-container .e-checkbox-layout {
|
|
1858
1862
|
float: left;
|
|
@@ -2696,9 +2700,6 @@
|
|
|
2696
2700
|
background-color: #262626;
|
|
2697
2701
|
color: #fff;
|
|
2698
2702
|
font-size: 14px;
|
|
2699
|
-
height: 48px;
|
|
2700
|
-
padding-bottom: 9px;
|
|
2701
|
-
padding-top: 9px;
|
|
2702
2703
|
}
|
|
2703
2704
|
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-header-content,
|
|
2704
2705
|
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-header-content {
|
|
@@ -2713,17 +2714,15 @@
|
|
|
2713
2714
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
2714
2715
|
display: -ms-flexbox;
|
|
2715
2716
|
display: flex;
|
|
2716
|
-
|
|
2717
|
-
|
|
2718
|
-
margin-top: 0;
|
|
2717
|
+
-ms-flex-align: center;
|
|
2718
|
+
align-items: center;
|
|
2719
2719
|
}
|
|
2720
2720
|
.e-pivotfieldlist-container.e-device .e-field-list-back-icon {
|
|
2721
2721
|
color: #fff;
|
|
2722
2722
|
font-size: 16px;
|
|
2723
|
-
height:
|
|
2723
|
+
height: auto;
|
|
2724
2724
|
margin-left: 0;
|
|
2725
2725
|
margin-right: 12px;
|
|
2726
|
-
padding-top: 7px;
|
|
2727
2726
|
text-align: center;
|
|
2728
2727
|
width: 24px;
|
|
2729
2728
|
}
|
|
@@ -3013,16 +3012,19 @@
|
|
|
3013
3012
|
margin-top: 20px;
|
|
3014
3013
|
overflow: auto;
|
|
3015
3014
|
}
|
|
3015
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header {
|
|
3016
|
+
-ms-flex-align: center;
|
|
3017
|
+
align-items: center;
|
|
3018
|
+
display: -ms-flexbox;
|
|
3019
|
+
display: flex;
|
|
3020
|
+
}
|
|
3016
3021
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon {
|
|
3017
3022
|
display: table;
|
|
3018
3023
|
font-size: 12px;
|
|
3019
|
-
height: 36px;
|
|
3020
|
-
min-height: 36px;
|
|
3021
3024
|
min-width: 28px;
|
|
3022
3025
|
padding: 0;
|
|
3023
3026
|
position: absolute;
|
|
3024
3027
|
right: 16px;
|
|
3025
|
-
top: 0;
|
|
3026
3028
|
}
|
|
3027
3029
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon .e-list-icon {
|
|
3028
3030
|
cursor: pointer;
|
|
@@ -447,6 +447,9 @@
|
|
|
447
447
|
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
448
448
|
width: 100% !important;
|
|
449
449
|
}
|
|
450
|
+
.e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
|
|
451
|
+
margin-left: 0;
|
|
452
|
+
}
|
|
450
453
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
451
454
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
452
455
|
.e-pivot-formatting-dialog.e-device .e-format-value-span {
|
|
@@ -1851,6 +1854,7 @@
|
|
|
1851
1854
|
}
|
|
1852
1855
|
.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
|
|
1853
1856
|
max-width: 45%;
|
|
1857
|
+
overflow: visible;
|
|
1854
1858
|
}
|
|
1855
1859
|
.e-pivotfieldlist-container .e-checkbox-layout {
|
|
1856
1860
|
float: left;
|
|
@@ -2694,9 +2698,6 @@
|
|
|
2694
2698
|
background-color: #fff;
|
|
2695
2699
|
color: #616161;
|
|
2696
2700
|
font-size: 14px;
|
|
2697
|
-
height: 48px;
|
|
2698
|
-
padding-bottom: 9px;
|
|
2699
|
-
padding-top: 9px;
|
|
2700
2701
|
}
|
|
2701
2702
|
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-header-content,
|
|
2702
2703
|
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-header-content {
|
|
@@ -2711,17 +2712,15 @@
|
|
|
2711
2712
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
2712
2713
|
display: -ms-flexbox;
|
|
2713
2714
|
display: flex;
|
|
2714
|
-
|
|
2715
|
-
|
|
2716
|
-
margin-top: 0;
|
|
2715
|
+
-ms-flex-align: center;
|
|
2716
|
+
align-items: center;
|
|
2717
2717
|
}
|
|
2718
2718
|
.e-pivotfieldlist-container.e-device .e-field-list-back-icon {
|
|
2719
2719
|
color: #000;
|
|
2720
2720
|
font-size: 16px;
|
|
2721
|
-
height:
|
|
2721
|
+
height: auto;
|
|
2722
2722
|
margin-left: 0;
|
|
2723
2723
|
margin-right: 12px;
|
|
2724
|
-
padding-top: 7px;
|
|
2725
2724
|
text-align: center;
|
|
2726
2725
|
width: 24px;
|
|
2727
2726
|
}
|
|
@@ -3011,16 +3010,19 @@
|
|
|
3011
3010
|
margin-top: 20px;
|
|
3012
3011
|
overflow: auto;
|
|
3013
3012
|
}
|
|
3013
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header {
|
|
3014
|
+
-ms-flex-align: center;
|
|
3015
|
+
align-items: center;
|
|
3016
|
+
display: -ms-flexbox;
|
|
3017
|
+
display: flex;
|
|
3018
|
+
}
|
|
3014
3019
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon {
|
|
3015
3020
|
display: table;
|
|
3016
3021
|
font-size: 12px;
|
|
3017
|
-
height: 36px;
|
|
3018
|
-
min-height: 36px;
|
|
3019
3022
|
min-width: 28px;
|
|
3020
3023
|
padding: 0;
|
|
3021
3024
|
position: absolute;
|
|
3022
3025
|
right: 16px;
|
|
3023
|
-
top: 0;
|
|
3024
3026
|
}
|
|
3025
3027
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon .e-list-icon {
|
|
3026
3028
|
cursor: pointer;
|
|
@@ -446,6 +446,9 @@
|
|
|
446
446
|
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
447
447
|
width: 100% !important;
|
|
448
448
|
}
|
|
449
|
+
.e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
|
|
450
|
+
margin-left: 0;
|
|
451
|
+
}
|
|
449
452
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
450
453
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
451
454
|
.e-pivot-formatting-dialog.e-device .e-format-value-span {
|
|
@@ -1850,6 +1853,7 @@
|
|
|
1850
1853
|
}
|
|
1851
1854
|
.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
|
|
1852
1855
|
max-width: 45%;
|
|
1856
|
+
overflow: visible;
|
|
1853
1857
|
}
|
|
1854
1858
|
.e-pivotfieldlist-container .e-checkbox-layout {
|
|
1855
1859
|
float: left;
|
|
@@ -2693,9 +2697,6 @@
|
|
|
2693
2697
|
background-color: #f5f5f5;
|
|
2694
2698
|
color: rgba(0, 0, 0, 0.87);
|
|
2695
2699
|
font-size: 14px;
|
|
2696
|
-
height: 48px;
|
|
2697
|
-
padding-bottom: 9px;
|
|
2698
|
-
padding-top: 9px;
|
|
2699
2700
|
}
|
|
2700
2701
|
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-header-content,
|
|
2701
2702
|
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-header-content {
|
|
@@ -2710,17 +2711,15 @@
|
|
|
2710
2711
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
2711
2712
|
display: -ms-flexbox;
|
|
2712
2713
|
display: flex;
|
|
2713
|
-
|
|
2714
|
-
|
|
2715
|
-
margin-top: 0;
|
|
2714
|
+
-ms-flex-align: center;
|
|
2715
|
+
align-items: center;
|
|
2716
2716
|
}
|
|
2717
2717
|
.e-pivotfieldlist-container.e-device .e-field-list-back-icon {
|
|
2718
2718
|
color: rgba(0, 0, 0, 0.54);
|
|
2719
2719
|
font-size: 16px;
|
|
2720
|
-
height:
|
|
2720
|
+
height: auto;
|
|
2721
2721
|
margin-left: 0;
|
|
2722
2722
|
margin-right: 12px;
|
|
2723
|
-
padding-top: 7px;
|
|
2724
2723
|
text-align: center;
|
|
2725
2724
|
width: 24px;
|
|
2726
2725
|
}
|
|
@@ -3010,16 +3009,19 @@
|
|
|
3010
3009
|
margin-top: 20px;
|
|
3011
3010
|
overflow: auto;
|
|
3012
3011
|
}
|
|
3012
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header {
|
|
3013
|
+
-ms-flex-align: center;
|
|
3014
|
+
align-items: center;
|
|
3015
|
+
display: -ms-flexbox;
|
|
3016
|
+
display: flex;
|
|
3017
|
+
}
|
|
3013
3018
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon {
|
|
3014
3019
|
display: table;
|
|
3015
3020
|
font-size: 12px;
|
|
3016
|
-
height: 36px;
|
|
3017
|
-
min-height: 36px;
|
|
3018
3021
|
min-width: 28px;
|
|
3019
3022
|
padding: 0;
|
|
3020
3023
|
position: absolute;
|
|
3021
3024
|
right: 16px;
|
|
3022
|
-
top: 0;
|
|
3023
3025
|
}
|
|
3024
3026
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon .e-list-icon {
|
|
3025
3027
|
cursor: pointer;
|
|
@@ -445,6 +445,9 @@
|
|
|
445
445
|
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
446
446
|
width: 100% !important;
|
|
447
447
|
}
|
|
448
|
+
.e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
|
|
449
|
+
margin-left: 0;
|
|
450
|
+
}
|
|
448
451
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
449
452
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
450
453
|
.e-pivot-formatting-dialog.e-device .e-format-value-span {
|
|
@@ -1911,6 +1914,7 @@
|
|
|
1911
1914
|
}
|
|
1912
1915
|
.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
|
|
1913
1916
|
max-width: 45%;
|
|
1917
|
+
overflow: visible;
|
|
1914
1918
|
}
|
|
1915
1919
|
.e-pivotfieldlist-container .e-checkbox-layout {
|
|
1916
1920
|
float: left;
|
|
@@ -2771,9 +2775,6 @@
|
|
|
2771
2775
|
background-color: #374151;
|
|
2772
2776
|
color: rgba(255, 255, 255, 0.87);
|
|
2773
2777
|
font-size: 14px;
|
|
2774
|
-
height: 48px;
|
|
2775
|
-
padding-bottom: 9px;
|
|
2776
|
-
padding-top: 9px;
|
|
2777
2778
|
padding-left: 16px;
|
|
2778
2779
|
padding-right: 16px;
|
|
2779
2780
|
}
|
|
@@ -2790,17 +2791,15 @@
|
|
|
2790
2791
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
2791
2792
|
display: -ms-flexbox;
|
|
2792
2793
|
display: flex;
|
|
2793
|
-
|
|
2794
|
-
|
|
2795
|
-
margin-top: 5px;
|
|
2794
|
+
-ms-flex-align: center;
|
|
2795
|
+
align-items: center;
|
|
2796
2796
|
}
|
|
2797
2797
|
.e-pivotfieldlist-container.e-device .e-field-list-back-icon {
|
|
2798
2798
|
color: rgba(255, 255, 255, 0.54);
|
|
2799
2799
|
font-size: 16px;
|
|
2800
|
-
height:
|
|
2800
|
+
height: auto;
|
|
2801
2801
|
margin-left: 0;
|
|
2802
2802
|
margin-right: 12px;
|
|
2803
|
-
padding-top: 7px;
|
|
2804
2803
|
text-align: center;
|
|
2805
2804
|
width: 24px;
|
|
2806
2805
|
}
|
|
@@ -3092,16 +3091,19 @@
|
|
|
3092
3091
|
margin-top: 20px;
|
|
3093
3092
|
overflow: auto;
|
|
3094
3093
|
}
|
|
3094
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header {
|
|
3095
|
+
-ms-flex-align: center;
|
|
3096
|
+
align-items: center;
|
|
3097
|
+
display: -ms-flexbox;
|
|
3098
|
+
display: flex;
|
|
3099
|
+
}
|
|
3095
3100
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon {
|
|
3096
3101
|
display: table;
|
|
3097
3102
|
font-size: 12px;
|
|
3098
|
-
height: 36px;
|
|
3099
|
-
min-height: 36px;
|
|
3100
3103
|
min-width: 28px;
|
|
3101
3104
|
padding: 0;
|
|
3102
3105
|
position: absolute;
|
|
3103
3106
|
right: 16px;
|
|
3104
|
-
top: 0;
|
|
3105
3107
|
}
|
|
3106
3108
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon .e-list-icon {
|
|
3107
3109
|
cursor: pointer;
|