@syncfusion/ej2-vue-pivotview 19.4.38 → 19.4.43
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 +37 -0
- package/README.md +1 -1
- package/dist/ej2-vue-pivotview.umd.min.js +10 -1
- package/dist/global/ej2-vue-pivotview.min.js +2 -2
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +30 -14
- package/styles/bootstrap.css +30 -14
- package/styles/bootstrap4.css +30 -14
- package/styles/bootstrap5-dark.css +30 -14
- package/styles/bootstrap5.css +30 -14
- package/styles/fabric-dark.css +30 -14
- package/styles/fabric.css +30 -14
- package/styles/highcontrast-light.css +30 -14
- package/styles/highcontrast.css +30 -14
- package/styles/material-dark.css +30 -14
- package/styles/material.css +30 -14
- package/styles/pivotfieldlist/bootstrap-dark.css +30 -14
- package/styles/pivotfieldlist/bootstrap.css +30 -14
- package/styles/pivotfieldlist/bootstrap4.css +30 -14
- package/styles/pivotfieldlist/bootstrap5-dark.css +30 -14
- package/styles/pivotfieldlist/bootstrap5.css +30 -14
- package/styles/pivotfieldlist/fabric-dark.css +30 -14
- package/styles/pivotfieldlist/fabric.css +30 -14
- package/styles/pivotfieldlist/highcontrast-light.css +30 -14
- package/styles/pivotfieldlist/highcontrast.css +30 -14
- package/styles/pivotfieldlist/material-dark.css +30 -14
- package/styles/pivotfieldlist/material.css +30 -14
- package/styles/pivotfieldlist/tailwind-dark.css +30 -14
- package/styles/pivotfieldlist/tailwind.css +30 -14
- package/styles/tailwind-dark.css +30 -14
- package/styles/tailwind.css +30 -14
|
@@ -2662,14 +2662,26 @@
|
|
|
2662
2662
|
}
|
|
2663
2663
|
|
|
2664
2664
|
.e-pivotfieldlist-wrapper .e-layout-footer {
|
|
2665
|
+
display: -ms-flexbox;
|
|
2666
|
+
display: flex;
|
|
2665
2667
|
padding: 10px 2px 2px;
|
|
2666
|
-
text-align: right;
|
|
2667
2668
|
}
|
|
2668
2669
|
|
|
2669
|
-
.e-pivotfieldlist-wrapper .e-layout-footer .e-
|
|
2670
|
+
.e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout {
|
|
2671
|
+
-ms-flex: auto;
|
|
2672
|
+
flex: auto;
|
|
2673
|
+
text-align: end;
|
|
2674
|
+
}
|
|
2675
|
+
|
|
2676
|
+
.e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-defer-apply-button {
|
|
2670
2677
|
margin-right: 10px;
|
|
2671
2678
|
}
|
|
2672
2679
|
|
|
2680
|
+
.e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-cancel-btn,
|
|
2681
|
+
.e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-defer-apply-button {
|
|
2682
|
+
min-width: fit-content;
|
|
2683
|
+
}
|
|
2684
|
+
|
|
2673
2685
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-cancel-btn,
|
|
2674
2686
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-defer-apply-button,
|
|
2675
2687
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout {
|
|
@@ -2680,7 +2692,7 @@
|
|
|
2680
2692
|
}
|
|
2681
2693
|
|
|
2682
2694
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout .e-label {
|
|
2683
|
-
|
|
2695
|
+
padding-right: 10px;
|
|
2684
2696
|
}
|
|
2685
2697
|
|
|
2686
2698
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout {
|
|
@@ -2692,10 +2704,6 @@
|
|
|
2692
2704
|
margin-top: 6px;
|
|
2693
2705
|
}
|
|
2694
2706
|
|
|
2695
|
-
.e-pivotfieldlist-wrapper.e-rtl .e-layout-footer {
|
|
2696
|
-
text-align: left;
|
|
2697
|
-
}
|
|
2698
|
-
|
|
2699
2707
|
.e-pivotfieldlist-wrapper.e-rtl .e-layout-footer .e-defer-apply-button {
|
|
2700
2708
|
margin-left: 10px;
|
|
2701
2709
|
}
|
|
@@ -4135,14 +4143,26 @@
|
|
|
4135
4143
|
}
|
|
4136
4144
|
|
|
4137
4145
|
.e-pivotfieldlist-container .e-layout-footer {
|
|
4146
|
+
display: -ms-flexbox;
|
|
4147
|
+
display: flex;
|
|
4138
4148
|
padding: 10px 2px 2px;
|
|
4139
|
-
text-align: right;
|
|
4140
4149
|
}
|
|
4141
4150
|
|
|
4142
|
-
.e-pivotfieldlist-container .e-layout-footer .e-
|
|
4151
|
+
.e-pivotfieldlist-container .e-layout-footer .e-button-layout {
|
|
4152
|
+
-ms-flex: auto;
|
|
4153
|
+
flex: auto;
|
|
4154
|
+
text-align: end;
|
|
4155
|
+
}
|
|
4156
|
+
|
|
4157
|
+
.e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-defer-apply-button {
|
|
4143
4158
|
margin-right: 10px;
|
|
4144
4159
|
}
|
|
4145
4160
|
|
|
4161
|
+
.e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-cancel-btn,
|
|
4162
|
+
.e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-defer-apply-button {
|
|
4163
|
+
min-width: fit-content;
|
|
4164
|
+
}
|
|
4165
|
+
|
|
4146
4166
|
.e-pivotfieldlist-container .e-layout-footer .e-cancel-btn,
|
|
4147
4167
|
.e-pivotfieldlist-container .e-layout-footer .e-defer-apply-button,
|
|
4148
4168
|
.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
|
|
@@ -4153,7 +4173,7 @@
|
|
|
4153
4173
|
}
|
|
4154
4174
|
|
|
4155
4175
|
.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout .e-label {
|
|
4156
|
-
|
|
4176
|
+
padding-right: 10px;
|
|
4157
4177
|
}
|
|
4158
4178
|
|
|
4159
4179
|
.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
|
|
@@ -4165,10 +4185,6 @@
|
|
|
4165
4185
|
margin-top: 6px;
|
|
4166
4186
|
}
|
|
4167
4187
|
|
|
4168
|
-
.e-pivotfieldlist-container.e-rtl .e-layout-footer {
|
|
4169
|
-
text-align: left;
|
|
4170
|
-
}
|
|
4171
|
-
|
|
4172
4188
|
.e-pivotfieldlist-container.e-rtl .e-layout-footer .e-defer-apply-button {
|
|
4173
4189
|
margin-left: 10px;
|
|
4174
4190
|
}
|
|
@@ -2559,14 +2559,26 @@
|
|
|
2559
2559
|
}
|
|
2560
2560
|
|
|
2561
2561
|
.e-pivotfieldlist-wrapper .e-layout-footer {
|
|
2562
|
+
display: -ms-flexbox;
|
|
2563
|
+
display: flex;
|
|
2562
2564
|
padding: 10px 2px 2px;
|
|
2563
|
-
text-align: right;
|
|
2564
2565
|
}
|
|
2565
2566
|
|
|
2566
|
-
.e-pivotfieldlist-wrapper .e-layout-footer .e-
|
|
2567
|
+
.e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout {
|
|
2568
|
+
-ms-flex: auto;
|
|
2569
|
+
flex: auto;
|
|
2570
|
+
text-align: end;
|
|
2571
|
+
}
|
|
2572
|
+
|
|
2573
|
+
.e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-defer-apply-button {
|
|
2567
2574
|
margin-right: 10px;
|
|
2568
2575
|
}
|
|
2569
2576
|
|
|
2577
|
+
.e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-cancel-btn,
|
|
2578
|
+
.e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-defer-apply-button {
|
|
2579
|
+
min-width: fit-content;
|
|
2580
|
+
}
|
|
2581
|
+
|
|
2570
2582
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-cancel-btn,
|
|
2571
2583
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-defer-apply-button,
|
|
2572
2584
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout {
|
|
@@ -2577,7 +2589,7 @@
|
|
|
2577
2589
|
}
|
|
2578
2590
|
|
|
2579
2591
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout .e-label {
|
|
2580
|
-
|
|
2592
|
+
padding-right: 10px;
|
|
2581
2593
|
}
|
|
2582
2594
|
|
|
2583
2595
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout {
|
|
@@ -2589,10 +2601,6 @@
|
|
|
2589
2601
|
margin-top: 6px;
|
|
2590
2602
|
}
|
|
2591
2603
|
|
|
2592
|
-
.e-pivotfieldlist-wrapper.e-rtl .e-layout-footer {
|
|
2593
|
-
text-align: left;
|
|
2594
|
-
}
|
|
2595
|
-
|
|
2596
2604
|
.e-pivotfieldlist-wrapper.e-rtl .e-layout-footer .e-defer-apply-button {
|
|
2597
2605
|
margin-left: 10px;
|
|
2598
2606
|
}
|
|
@@ -4059,14 +4067,26 @@
|
|
|
4059
4067
|
}
|
|
4060
4068
|
|
|
4061
4069
|
.e-pivotfieldlist-container .e-layout-footer {
|
|
4070
|
+
display: -ms-flexbox;
|
|
4071
|
+
display: flex;
|
|
4062
4072
|
padding: 10px 2px 2px;
|
|
4063
|
-
text-align: right;
|
|
4064
4073
|
}
|
|
4065
4074
|
|
|
4066
|
-
.e-pivotfieldlist-container .e-layout-footer .e-
|
|
4075
|
+
.e-pivotfieldlist-container .e-layout-footer .e-button-layout {
|
|
4076
|
+
-ms-flex: auto;
|
|
4077
|
+
flex: auto;
|
|
4078
|
+
text-align: end;
|
|
4079
|
+
}
|
|
4080
|
+
|
|
4081
|
+
.e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-defer-apply-button {
|
|
4067
4082
|
margin-right: 10px;
|
|
4068
4083
|
}
|
|
4069
4084
|
|
|
4085
|
+
.e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-cancel-btn,
|
|
4086
|
+
.e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-defer-apply-button {
|
|
4087
|
+
min-width: fit-content;
|
|
4088
|
+
}
|
|
4089
|
+
|
|
4070
4090
|
.e-pivotfieldlist-container .e-layout-footer .e-cancel-btn,
|
|
4071
4091
|
.e-pivotfieldlist-container .e-layout-footer .e-defer-apply-button,
|
|
4072
4092
|
.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
|
|
@@ -4077,7 +4097,7 @@
|
|
|
4077
4097
|
}
|
|
4078
4098
|
|
|
4079
4099
|
.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout .e-label {
|
|
4080
|
-
|
|
4100
|
+
padding-right: 10px;
|
|
4081
4101
|
}
|
|
4082
4102
|
|
|
4083
4103
|
.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
|
|
@@ -4089,10 +4109,6 @@
|
|
|
4089
4109
|
margin-top: 6px;
|
|
4090
4110
|
}
|
|
4091
4111
|
|
|
4092
|
-
.e-pivotfieldlist-container.e-rtl .e-layout-footer {
|
|
4093
|
-
text-align: left;
|
|
4094
|
-
}
|
|
4095
|
-
|
|
4096
4112
|
.e-pivotfieldlist-container.e-rtl .e-layout-footer .e-defer-apply-button {
|
|
4097
4113
|
margin-left: 10px;
|
|
4098
4114
|
}
|
|
@@ -2559,14 +2559,26 @@
|
|
|
2559
2559
|
}
|
|
2560
2560
|
|
|
2561
2561
|
.e-pivotfieldlist-wrapper .e-layout-footer {
|
|
2562
|
+
display: -ms-flexbox;
|
|
2563
|
+
display: flex;
|
|
2562
2564
|
padding: 10px 2px 2px;
|
|
2563
|
-
text-align: right;
|
|
2564
2565
|
}
|
|
2565
2566
|
|
|
2566
|
-
.e-pivotfieldlist-wrapper .e-layout-footer .e-
|
|
2567
|
+
.e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout {
|
|
2568
|
+
-ms-flex: auto;
|
|
2569
|
+
flex: auto;
|
|
2570
|
+
text-align: end;
|
|
2571
|
+
}
|
|
2572
|
+
|
|
2573
|
+
.e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-defer-apply-button {
|
|
2567
2574
|
margin-right: 10px;
|
|
2568
2575
|
}
|
|
2569
2576
|
|
|
2577
|
+
.e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-cancel-btn,
|
|
2578
|
+
.e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-defer-apply-button {
|
|
2579
|
+
min-width: fit-content;
|
|
2580
|
+
}
|
|
2581
|
+
|
|
2570
2582
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-cancel-btn,
|
|
2571
2583
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-defer-apply-button,
|
|
2572
2584
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout {
|
|
@@ -2577,7 +2589,7 @@
|
|
|
2577
2589
|
}
|
|
2578
2590
|
|
|
2579
2591
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout .e-label {
|
|
2580
|
-
|
|
2592
|
+
padding-right: 10px;
|
|
2581
2593
|
}
|
|
2582
2594
|
|
|
2583
2595
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout {
|
|
@@ -2589,10 +2601,6 @@
|
|
|
2589
2601
|
margin-top: 6px;
|
|
2590
2602
|
}
|
|
2591
2603
|
|
|
2592
|
-
.e-pivotfieldlist-wrapper.e-rtl .e-layout-footer {
|
|
2593
|
-
text-align: left;
|
|
2594
|
-
}
|
|
2595
|
-
|
|
2596
2604
|
.e-pivotfieldlist-wrapper.e-rtl .e-layout-footer .e-defer-apply-button {
|
|
2597
2605
|
margin-left: 10px;
|
|
2598
2606
|
}
|
|
@@ -4059,14 +4067,26 @@
|
|
|
4059
4067
|
}
|
|
4060
4068
|
|
|
4061
4069
|
.e-pivotfieldlist-container .e-layout-footer {
|
|
4070
|
+
display: -ms-flexbox;
|
|
4071
|
+
display: flex;
|
|
4062
4072
|
padding: 10px 2px 2px;
|
|
4063
|
-
text-align: right;
|
|
4064
4073
|
}
|
|
4065
4074
|
|
|
4066
|
-
.e-pivotfieldlist-container .e-layout-footer .e-
|
|
4075
|
+
.e-pivotfieldlist-container .e-layout-footer .e-button-layout {
|
|
4076
|
+
-ms-flex: auto;
|
|
4077
|
+
flex: auto;
|
|
4078
|
+
text-align: end;
|
|
4079
|
+
}
|
|
4080
|
+
|
|
4081
|
+
.e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-defer-apply-button {
|
|
4067
4082
|
margin-right: 10px;
|
|
4068
4083
|
}
|
|
4069
4084
|
|
|
4085
|
+
.e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-cancel-btn,
|
|
4086
|
+
.e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-defer-apply-button {
|
|
4087
|
+
min-width: fit-content;
|
|
4088
|
+
}
|
|
4089
|
+
|
|
4070
4090
|
.e-pivotfieldlist-container .e-layout-footer .e-cancel-btn,
|
|
4071
4091
|
.e-pivotfieldlist-container .e-layout-footer .e-defer-apply-button,
|
|
4072
4092
|
.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
|
|
@@ -4077,7 +4097,7 @@
|
|
|
4077
4097
|
}
|
|
4078
4098
|
|
|
4079
4099
|
.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout .e-label {
|
|
4080
|
-
|
|
4100
|
+
padding-right: 10px;
|
|
4081
4101
|
}
|
|
4082
4102
|
|
|
4083
4103
|
.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
|
|
@@ -4089,10 +4109,6 @@
|
|
|
4089
4109
|
margin-top: 6px;
|
|
4090
4110
|
}
|
|
4091
4111
|
|
|
4092
|
-
.e-pivotfieldlist-container.e-rtl .e-layout-footer {
|
|
4093
|
-
text-align: left;
|
|
4094
|
-
}
|
|
4095
|
-
|
|
4096
4112
|
.e-pivotfieldlist-container.e-rtl .e-layout-footer .e-defer-apply-button {
|
|
4097
4113
|
margin-left: 10px;
|
|
4098
4114
|
}
|
|
@@ -2536,14 +2536,26 @@
|
|
|
2536
2536
|
}
|
|
2537
2537
|
|
|
2538
2538
|
.e-pivotfieldlist-wrapper .e-layout-footer {
|
|
2539
|
+
display: -ms-flexbox;
|
|
2540
|
+
display: flex;
|
|
2539
2541
|
padding: 10px 2px 2px;
|
|
2540
|
-
text-align: right;
|
|
2541
2542
|
}
|
|
2542
2543
|
|
|
2543
|
-
.e-pivotfieldlist-wrapper .e-layout-footer .e-
|
|
2544
|
+
.e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout {
|
|
2545
|
+
-ms-flex: auto;
|
|
2546
|
+
flex: auto;
|
|
2547
|
+
text-align: end;
|
|
2548
|
+
}
|
|
2549
|
+
|
|
2550
|
+
.e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-defer-apply-button {
|
|
2544
2551
|
margin-right: 10px;
|
|
2545
2552
|
}
|
|
2546
2553
|
|
|
2554
|
+
.e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-cancel-btn,
|
|
2555
|
+
.e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-defer-apply-button {
|
|
2556
|
+
min-width: fit-content;
|
|
2557
|
+
}
|
|
2558
|
+
|
|
2547
2559
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-cancel-btn,
|
|
2548
2560
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-defer-apply-button,
|
|
2549
2561
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout {
|
|
@@ -2554,7 +2566,7 @@
|
|
|
2554
2566
|
}
|
|
2555
2567
|
|
|
2556
2568
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout .e-label {
|
|
2557
|
-
|
|
2569
|
+
padding-right: 10px;
|
|
2558
2570
|
}
|
|
2559
2571
|
|
|
2560
2572
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout {
|
|
@@ -2566,10 +2578,6 @@
|
|
|
2566
2578
|
margin-top: 6px;
|
|
2567
2579
|
}
|
|
2568
2580
|
|
|
2569
|
-
.e-pivotfieldlist-wrapper.e-rtl .e-layout-footer {
|
|
2570
|
-
text-align: left;
|
|
2571
|
-
}
|
|
2572
|
-
|
|
2573
2581
|
.e-pivotfieldlist-wrapper.e-rtl .e-layout-footer .e-defer-apply-button {
|
|
2574
2582
|
margin-left: 10px;
|
|
2575
2583
|
}
|
|
@@ -4004,14 +4012,26 @@
|
|
|
4004
4012
|
}
|
|
4005
4013
|
|
|
4006
4014
|
.e-pivotfieldlist-container .e-layout-footer {
|
|
4015
|
+
display: -ms-flexbox;
|
|
4016
|
+
display: flex;
|
|
4007
4017
|
padding: 10px 2px 2px;
|
|
4008
|
-
text-align: right;
|
|
4009
4018
|
}
|
|
4010
4019
|
|
|
4011
|
-
.e-pivotfieldlist-container .e-layout-footer .e-
|
|
4020
|
+
.e-pivotfieldlist-container .e-layout-footer .e-button-layout {
|
|
4021
|
+
-ms-flex: auto;
|
|
4022
|
+
flex: auto;
|
|
4023
|
+
text-align: end;
|
|
4024
|
+
}
|
|
4025
|
+
|
|
4026
|
+
.e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-defer-apply-button {
|
|
4012
4027
|
margin-right: 10px;
|
|
4013
4028
|
}
|
|
4014
4029
|
|
|
4030
|
+
.e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-cancel-btn,
|
|
4031
|
+
.e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-defer-apply-button {
|
|
4032
|
+
min-width: fit-content;
|
|
4033
|
+
}
|
|
4034
|
+
|
|
4015
4035
|
.e-pivotfieldlist-container .e-layout-footer .e-cancel-btn,
|
|
4016
4036
|
.e-pivotfieldlist-container .e-layout-footer .e-defer-apply-button,
|
|
4017
4037
|
.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
|
|
@@ -4022,7 +4042,7 @@
|
|
|
4022
4042
|
}
|
|
4023
4043
|
|
|
4024
4044
|
.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout .e-label {
|
|
4025
|
-
|
|
4045
|
+
padding-right: 10px;
|
|
4026
4046
|
}
|
|
4027
4047
|
|
|
4028
4048
|
.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
|
|
@@ -4034,10 +4054,6 @@
|
|
|
4034
4054
|
margin-top: 6px;
|
|
4035
4055
|
}
|
|
4036
4056
|
|
|
4037
|
-
.e-pivotfieldlist-container.e-rtl .e-layout-footer {
|
|
4038
|
-
text-align: left;
|
|
4039
|
-
}
|
|
4040
|
-
|
|
4041
4057
|
.e-pivotfieldlist-container.e-rtl .e-layout-footer .e-defer-apply-button {
|
|
4042
4058
|
margin-left: 10px;
|
|
4043
4059
|
}
|
|
@@ -2535,14 +2535,26 @@
|
|
|
2535
2535
|
}
|
|
2536
2536
|
|
|
2537
2537
|
.e-pivotfieldlist-wrapper .e-layout-footer {
|
|
2538
|
+
display: -ms-flexbox;
|
|
2539
|
+
display: flex;
|
|
2538
2540
|
padding: 10px 2px 2px;
|
|
2539
|
-
text-align: right;
|
|
2540
2541
|
}
|
|
2541
2542
|
|
|
2542
|
-
.e-pivotfieldlist-wrapper .e-layout-footer .e-
|
|
2543
|
+
.e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout {
|
|
2544
|
+
-ms-flex: auto;
|
|
2545
|
+
flex: auto;
|
|
2546
|
+
text-align: end;
|
|
2547
|
+
}
|
|
2548
|
+
|
|
2549
|
+
.e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-defer-apply-button {
|
|
2543
2550
|
margin-right: 10px;
|
|
2544
2551
|
}
|
|
2545
2552
|
|
|
2553
|
+
.e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-cancel-btn,
|
|
2554
|
+
.e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-defer-apply-button {
|
|
2555
|
+
min-width: fit-content;
|
|
2556
|
+
}
|
|
2557
|
+
|
|
2546
2558
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-cancel-btn,
|
|
2547
2559
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-defer-apply-button,
|
|
2548
2560
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout {
|
|
@@ -2553,7 +2565,7 @@
|
|
|
2553
2565
|
}
|
|
2554
2566
|
|
|
2555
2567
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout .e-label {
|
|
2556
|
-
|
|
2568
|
+
padding-right: 10px;
|
|
2557
2569
|
}
|
|
2558
2570
|
|
|
2559
2571
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout {
|
|
@@ -2565,10 +2577,6 @@
|
|
|
2565
2577
|
margin-top: 6px;
|
|
2566
2578
|
}
|
|
2567
2579
|
|
|
2568
|
-
.e-pivotfieldlist-wrapper.e-rtl .e-layout-footer {
|
|
2569
|
-
text-align: left;
|
|
2570
|
-
}
|
|
2571
|
-
|
|
2572
2580
|
.e-pivotfieldlist-wrapper.e-rtl .e-layout-footer .e-defer-apply-button {
|
|
2573
2581
|
margin-left: 10px;
|
|
2574
2582
|
}
|
|
@@ -4003,14 +4011,26 @@
|
|
|
4003
4011
|
}
|
|
4004
4012
|
|
|
4005
4013
|
.e-pivotfieldlist-container .e-layout-footer {
|
|
4014
|
+
display: -ms-flexbox;
|
|
4015
|
+
display: flex;
|
|
4006
4016
|
padding: 10px 2px 2px;
|
|
4007
|
-
text-align: right;
|
|
4008
4017
|
}
|
|
4009
4018
|
|
|
4010
|
-
.e-pivotfieldlist-container .e-layout-footer .e-
|
|
4019
|
+
.e-pivotfieldlist-container .e-layout-footer .e-button-layout {
|
|
4020
|
+
-ms-flex: auto;
|
|
4021
|
+
flex: auto;
|
|
4022
|
+
text-align: end;
|
|
4023
|
+
}
|
|
4024
|
+
|
|
4025
|
+
.e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-defer-apply-button {
|
|
4011
4026
|
margin-right: 10px;
|
|
4012
4027
|
}
|
|
4013
4028
|
|
|
4029
|
+
.e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-cancel-btn,
|
|
4030
|
+
.e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-defer-apply-button {
|
|
4031
|
+
min-width: fit-content;
|
|
4032
|
+
}
|
|
4033
|
+
|
|
4014
4034
|
.e-pivotfieldlist-container .e-layout-footer .e-cancel-btn,
|
|
4015
4035
|
.e-pivotfieldlist-container .e-layout-footer .e-defer-apply-button,
|
|
4016
4036
|
.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
|
|
@@ -4021,7 +4041,7 @@
|
|
|
4021
4041
|
}
|
|
4022
4042
|
|
|
4023
4043
|
.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout .e-label {
|
|
4024
|
-
|
|
4044
|
+
padding-right: 10px;
|
|
4025
4045
|
}
|
|
4026
4046
|
|
|
4027
4047
|
.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
|
|
@@ -4033,10 +4053,6 @@
|
|
|
4033
4053
|
margin-top: 6px;
|
|
4034
4054
|
}
|
|
4035
4055
|
|
|
4036
|
-
.e-pivotfieldlist-container.e-rtl .e-layout-footer {
|
|
4037
|
-
text-align: left;
|
|
4038
|
-
}
|
|
4039
|
-
|
|
4040
4056
|
.e-pivotfieldlist-container.e-rtl .e-layout-footer .e-defer-apply-button {
|
|
4041
4057
|
margin-left: 10px;
|
|
4042
4058
|
}
|
|
@@ -2534,14 +2534,26 @@
|
|
|
2534
2534
|
}
|
|
2535
2535
|
|
|
2536
2536
|
.e-pivotfieldlist-wrapper .e-layout-footer {
|
|
2537
|
+
display: -ms-flexbox;
|
|
2538
|
+
display: flex;
|
|
2537
2539
|
padding: 10px 2px 2px;
|
|
2538
|
-
text-align: right;
|
|
2539
2540
|
}
|
|
2540
2541
|
|
|
2541
|
-
.e-pivotfieldlist-wrapper .e-layout-footer .e-
|
|
2542
|
+
.e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout {
|
|
2543
|
+
-ms-flex: auto;
|
|
2544
|
+
flex: auto;
|
|
2545
|
+
text-align: end;
|
|
2546
|
+
}
|
|
2547
|
+
|
|
2548
|
+
.e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-defer-apply-button {
|
|
2542
2549
|
margin-right: 10px;
|
|
2543
2550
|
}
|
|
2544
2551
|
|
|
2552
|
+
.e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-cancel-btn,
|
|
2553
|
+
.e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-defer-apply-button {
|
|
2554
|
+
min-width: fit-content;
|
|
2555
|
+
}
|
|
2556
|
+
|
|
2545
2557
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-cancel-btn,
|
|
2546
2558
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-defer-apply-button,
|
|
2547
2559
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout {
|
|
@@ -2552,7 +2564,7 @@
|
|
|
2552
2564
|
}
|
|
2553
2565
|
|
|
2554
2566
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout .e-label {
|
|
2555
|
-
|
|
2567
|
+
padding-right: 10px;
|
|
2556
2568
|
}
|
|
2557
2569
|
|
|
2558
2570
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout {
|
|
@@ -2564,10 +2576,6 @@
|
|
|
2564
2576
|
margin-top: 6px;
|
|
2565
2577
|
}
|
|
2566
2578
|
|
|
2567
|
-
.e-pivotfieldlist-wrapper.e-rtl .e-layout-footer {
|
|
2568
|
-
text-align: left;
|
|
2569
|
-
}
|
|
2570
|
-
|
|
2571
2579
|
.e-pivotfieldlist-wrapper.e-rtl .e-layout-footer .e-defer-apply-button {
|
|
2572
2580
|
margin-left: 10px;
|
|
2573
2581
|
}
|
|
@@ -4002,14 +4010,26 @@
|
|
|
4002
4010
|
}
|
|
4003
4011
|
|
|
4004
4012
|
.e-pivotfieldlist-container .e-layout-footer {
|
|
4013
|
+
display: -ms-flexbox;
|
|
4014
|
+
display: flex;
|
|
4005
4015
|
padding: 10px 2px 2px;
|
|
4006
|
-
text-align: right;
|
|
4007
4016
|
}
|
|
4008
4017
|
|
|
4009
|
-
.e-pivotfieldlist-container .e-layout-footer .e-
|
|
4018
|
+
.e-pivotfieldlist-container .e-layout-footer .e-button-layout {
|
|
4019
|
+
-ms-flex: auto;
|
|
4020
|
+
flex: auto;
|
|
4021
|
+
text-align: end;
|
|
4022
|
+
}
|
|
4023
|
+
|
|
4024
|
+
.e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-defer-apply-button {
|
|
4010
4025
|
margin-right: 10px;
|
|
4011
4026
|
}
|
|
4012
4027
|
|
|
4028
|
+
.e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-cancel-btn,
|
|
4029
|
+
.e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-defer-apply-button {
|
|
4030
|
+
min-width: fit-content;
|
|
4031
|
+
}
|
|
4032
|
+
|
|
4013
4033
|
.e-pivotfieldlist-container .e-layout-footer .e-cancel-btn,
|
|
4014
4034
|
.e-pivotfieldlist-container .e-layout-footer .e-defer-apply-button,
|
|
4015
4035
|
.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
|
|
@@ -4020,7 +4040,7 @@
|
|
|
4020
4040
|
}
|
|
4021
4041
|
|
|
4022
4042
|
.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout .e-label {
|
|
4023
|
-
|
|
4043
|
+
padding-right: 10px;
|
|
4024
4044
|
}
|
|
4025
4045
|
|
|
4026
4046
|
.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
|
|
@@ -4032,10 +4052,6 @@
|
|
|
4032
4052
|
margin-top: 6px;
|
|
4033
4053
|
}
|
|
4034
4054
|
|
|
4035
|
-
.e-pivotfieldlist-container.e-rtl .e-layout-footer {
|
|
4036
|
-
text-align: left;
|
|
4037
|
-
}
|
|
4038
|
-
|
|
4039
4055
|
.e-pivotfieldlist-container.e-rtl .e-layout-footer .e-defer-apply-button {
|
|
4040
4056
|
margin-left: 10px;
|
|
4041
4057
|
}
|
|
@@ -2534,14 +2534,26 @@
|
|
|
2534
2534
|
}
|
|
2535
2535
|
|
|
2536
2536
|
.e-pivotfieldlist-wrapper .e-layout-footer {
|
|
2537
|
+
display: -ms-flexbox;
|
|
2538
|
+
display: flex;
|
|
2537
2539
|
padding: 10px 2px 2px;
|
|
2538
|
-
text-align: right;
|
|
2539
2540
|
}
|
|
2540
2541
|
|
|
2541
|
-
.e-pivotfieldlist-wrapper .e-layout-footer .e-
|
|
2542
|
+
.e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout {
|
|
2543
|
+
-ms-flex: auto;
|
|
2544
|
+
flex: auto;
|
|
2545
|
+
text-align: end;
|
|
2546
|
+
}
|
|
2547
|
+
|
|
2548
|
+
.e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-defer-apply-button {
|
|
2542
2549
|
margin-right: 10px;
|
|
2543
2550
|
}
|
|
2544
2551
|
|
|
2552
|
+
.e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-cancel-btn,
|
|
2553
|
+
.e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-defer-apply-button {
|
|
2554
|
+
min-width: fit-content;
|
|
2555
|
+
}
|
|
2556
|
+
|
|
2545
2557
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-cancel-btn,
|
|
2546
2558
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-defer-apply-button,
|
|
2547
2559
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout {
|
|
@@ -2552,7 +2564,7 @@
|
|
|
2552
2564
|
}
|
|
2553
2565
|
|
|
2554
2566
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout .e-label {
|
|
2555
|
-
|
|
2567
|
+
padding-right: 10px;
|
|
2556
2568
|
}
|
|
2557
2569
|
|
|
2558
2570
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout {
|
|
@@ -2564,10 +2576,6 @@
|
|
|
2564
2576
|
margin-top: 6px;
|
|
2565
2577
|
}
|
|
2566
2578
|
|
|
2567
|
-
.e-pivotfieldlist-wrapper.e-rtl .e-layout-footer {
|
|
2568
|
-
text-align: left;
|
|
2569
|
-
}
|
|
2570
|
-
|
|
2571
2579
|
.e-pivotfieldlist-wrapper.e-rtl .e-layout-footer .e-defer-apply-button {
|
|
2572
2580
|
margin-left: 10px;
|
|
2573
2581
|
}
|
|
@@ -4002,14 +4010,26 @@
|
|
|
4002
4010
|
}
|
|
4003
4011
|
|
|
4004
4012
|
.e-pivotfieldlist-container .e-layout-footer {
|
|
4013
|
+
display: -ms-flexbox;
|
|
4014
|
+
display: flex;
|
|
4005
4015
|
padding: 10px 2px 2px;
|
|
4006
|
-
text-align: right;
|
|
4007
4016
|
}
|
|
4008
4017
|
|
|
4009
|
-
.e-pivotfieldlist-container .e-layout-footer .e-
|
|
4018
|
+
.e-pivotfieldlist-container .e-layout-footer .e-button-layout {
|
|
4019
|
+
-ms-flex: auto;
|
|
4020
|
+
flex: auto;
|
|
4021
|
+
text-align: end;
|
|
4022
|
+
}
|
|
4023
|
+
|
|
4024
|
+
.e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-defer-apply-button {
|
|
4010
4025
|
margin-right: 10px;
|
|
4011
4026
|
}
|
|
4012
4027
|
|
|
4028
|
+
.e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-cancel-btn,
|
|
4029
|
+
.e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-defer-apply-button {
|
|
4030
|
+
min-width: fit-content;
|
|
4031
|
+
}
|
|
4032
|
+
|
|
4013
4033
|
.e-pivotfieldlist-container .e-layout-footer .e-cancel-btn,
|
|
4014
4034
|
.e-pivotfieldlist-container .e-layout-footer .e-defer-apply-button,
|
|
4015
4035
|
.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
|
|
@@ -4020,7 +4040,7 @@
|
|
|
4020
4040
|
}
|
|
4021
4041
|
|
|
4022
4042
|
.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout .e-label {
|
|
4023
|
-
|
|
4043
|
+
padding-right: 10px;
|
|
4024
4044
|
}
|
|
4025
4045
|
|
|
4026
4046
|
.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
|
|
@@ -4032,10 +4052,6 @@
|
|
|
4032
4052
|
margin-top: 6px;
|
|
4033
4053
|
}
|
|
4034
4054
|
|
|
4035
|
-
.e-pivotfieldlist-container.e-rtl .e-layout-footer {
|
|
4036
|
-
text-align: left;
|
|
4037
|
-
}
|
|
4038
|
-
|
|
4039
4055
|
.e-pivotfieldlist-container.e-rtl .e-layout-footer .e-defer-apply-button {
|
|
4040
4056
|
margin-left: 10px;
|
|
4041
4057
|
}
|