@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
|
@@ -2537,14 +2537,26 @@
|
|
|
2537
2537
|
}
|
|
2538
2538
|
|
|
2539
2539
|
.e-pivotfieldlist-wrapper .e-layout-footer {
|
|
2540
|
+
display: -ms-flexbox;
|
|
2541
|
+
display: flex;
|
|
2540
2542
|
padding: 10px 2px 2px;
|
|
2541
|
-
text-align: right;
|
|
2542
2543
|
}
|
|
2543
2544
|
|
|
2544
|
-
.e-pivotfieldlist-wrapper .e-layout-footer .e-
|
|
2545
|
+
.e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout {
|
|
2546
|
+
-ms-flex: auto;
|
|
2547
|
+
flex: auto;
|
|
2548
|
+
text-align: end;
|
|
2549
|
+
}
|
|
2550
|
+
|
|
2551
|
+
.e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-defer-apply-button {
|
|
2545
2552
|
margin-right: 10px;
|
|
2546
2553
|
}
|
|
2547
2554
|
|
|
2555
|
+
.e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-cancel-btn,
|
|
2556
|
+
.e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-defer-apply-button {
|
|
2557
|
+
min-width: fit-content;
|
|
2558
|
+
}
|
|
2559
|
+
|
|
2548
2560
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-cancel-btn,
|
|
2549
2561
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-defer-apply-button,
|
|
2550
2562
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout {
|
|
@@ -2555,7 +2567,7 @@
|
|
|
2555
2567
|
}
|
|
2556
2568
|
|
|
2557
2569
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout .e-label {
|
|
2558
|
-
|
|
2570
|
+
padding-right: 10px;
|
|
2559
2571
|
}
|
|
2560
2572
|
|
|
2561
2573
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout {
|
|
@@ -2567,10 +2579,6 @@
|
|
|
2567
2579
|
margin-top: 6px;
|
|
2568
2580
|
}
|
|
2569
2581
|
|
|
2570
|
-
.e-pivotfieldlist-wrapper.e-rtl .e-layout-footer {
|
|
2571
|
-
text-align: left;
|
|
2572
|
-
}
|
|
2573
|
-
|
|
2574
2582
|
.e-pivotfieldlist-wrapper.e-rtl .e-layout-footer .e-defer-apply-button {
|
|
2575
2583
|
margin-left: 10px;
|
|
2576
2584
|
}
|
|
@@ -4005,14 +4013,26 @@
|
|
|
4005
4013
|
}
|
|
4006
4014
|
|
|
4007
4015
|
.e-pivotfieldlist-container .e-layout-footer {
|
|
4016
|
+
display: -ms-flexbox;
|
|
4017
|
+
display: flex;
|
|
4008
4018
|
padding: 10px 2px 2px;
|
|
4009
|
-
text-align: right;
|
|
4010
4019
|
}
|
|
4011
4020
|
|
|
4012
|
-
.e-pivotfieldlist-container .e-layout-footer .e-
|
|
4021
|
+
.e-pivotfieldlist-container .e-layout-footer .e-button-layout {
|
|
4022
|
+
-ms-flex: auto;
|
|
4023
|
+
flex: auto;
|
|
4024
|
+
text-align: end;
|
|
4025
|
+
}
|
|
4026
|
+
|
|
4027
|
+
.e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-defer-apply-button {
|
|
4013
4028
|
margin-right: 10px;
|
|
4014
4029
|
}
|
|
4015
4030
|
|
|
4031
|
+
.e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-cancel-btn,
|
|
4032
|
+
.e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-defer-apply-button {
|
|
4033
|
+
min-width: fit-content;
|
|
4034
|
+
}
|
|
4035
|
+
|
|
4016
4036
|
.e-pivotfieldlist-container .e-layout-footer .e-cancel-btn,
|
|
4017
4037
|
.e-pivotfieldlist-container .e-layout-footer .e-defer-apply-button,
|
|
4018
4038
|
.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
|
|
@@ -4023,7 +4043,7 @@
|
|
|
4023
4043
|
}
|
|
4024
4044
|
|
|
4025
4045
|
.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout .e-label {
|
|
4026
|
-
|
|
4046
|
+
padding-right: 10px;
|
|
4027
4047
|
}
|
|
4028
4048
|
|
|
4029
4049
|
.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
|
|
@@ -4035,10 +4055,6 @@
|
|
|
4035
4055
|
margin-top: 6px;
|
|
4036
4056
|
}
|
|
4037
4057
|
|
|
4038
|
-
.e-pivotfieldlist-container.e-rtl .e-layout-footer {
|
|
4039
|
-
text-align: left;
|
|
4040
|
-
}
|
|
4041
|
-
|
|
4042
4058
|
.e-pivotfieldlist-container.e-rtl .e-layout-footer .e-defer-apply-button {
|
|
4043
4059
|
margin-left: 10px;
|
|
4044
4060
|
}
|
|
@@ -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
|
}
|
|
@@ -2624,14 +2624,26 @@
|
|
|
2624
2624
|
}
|
|
2625
2625
|
|
|
2626
2626
|
.e-pivotfieldlist-wrapper .e-layout-footer {
|
|
2627
|
+
display: -ms-flexbox;
|
|
2628
|
+
display: flex;
|
|
2627
2629
|
padding: 10px 2px 2px;
|
|
2628
|
-
text-align: right;
|
|
2629
2630
|
}
|
|
2630
2631
|
|
|
2631
|
-
.e-pivotfieldlist-wrapper .e-layout-footer .e-
|
|
2632
|
+
.e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout {
|
|
2633
|
+
-ms-flex: auto;
|
|
2634
|
+
flex: auto;
|
|
2635
|
+
text-align: end;
|
|
2636
|
+
}
|
|
2637
|
+
|
|
2638
|
+
.e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-defer-apply-button {
|
|
2632
2639
|
margin-right: 10px;
|
|
2633
2640
|
}
|
|
2634
2641
|
|
|
2642
|
+
.e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-cancel-btn,
|
|
2643
|
+
.e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-defer-apply-button {
|
|
2644
|
+
min-width: fit-content;
|
|
2645
|
+
}
|
|
2646
|
+
|
|
2635
2647
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-cancel-btn,
|
|
2636
2648
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-defer-apply-button,
|
|
2637
2649
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout {
|
|
@@ -2642,7 +2654,7 @@
|
|
|
2642
2654
|
}
|
|
2643
2655
|
|
|
2644
2656
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout .e-label {
|
|
2645
|
-
|
|
2657
|
+
padding-right: 10px;
|
|
2646
2658
|
}
|
|
2647
2659
|
|
|
2648
2660
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout {
|
|
@@ -2656,10 +2668,6 @@
|
|
|
2656
2668
|
margin-right: 0 !important;
|
|
2657
2669
|
}
|
|
2658
2670
|
|
|
2659
|
-
.e-pivotfieldlist-wrapper.e-rtl .e-layout-footer {
|
|
2660
|
-
text-align: left;
|
|
2661
|
-
}
|
|
2662
|
-
|
|
2663
2671
|
.e-pivotfieldlist-wrapper.e-rtl .e-layout-footer .e-defer-apply-button {
|
|
2664
2672
|
margin-left: 10px;
|
|
2665
2673
|
}
|
|
@@ -4129,14 +4137,26 @@
|
|
|
4129
4137
|
}
|
|
4130
4138
|
|
|
4131
4139
|
.e-pivotfieldlist-container .e-layout-footer {
|
|
4140
|
+
display: -ms-flexbox;
|
|
4141
|
+
display: flex;
|
|
4132
4142
|
padding: 10px 2px 2px;
|
|
4133
|
-
text-align: right;
|
|
4134
4143
|
}
|
|
4135
4144
|
|
|
4136
|
-
.e-pivotfieldlist-container .e-layout-footer .e-
|
|
4145
|
+
.e-pivotfieldlist-container .e-layout-footer .e-button-layout {
|
|
4146
|
+
-ms-flex: auto;
|
|
4147
|
+
flex: auto;
|
|
4148
|
+
text-align: end;
|
|
4149
|
+
}
|
|
4150
|
+
|
|
4151
|
+
.e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-defer-apply-button {
|
|
4137
4152
|
margin-right: 10px;
|
|
4138
4153
|
}
|
|
4139
4154
|
|
|
4155
|
+
.e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-cancel-btn,
|
|
4156
|
+
.e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-defer-apply-button {
|
|
4157
|
+
min-width: fit-content;
|
|
4158
|
+
}
|
|
4159
|
+
|
|
4140
4160
|
.e-pivotfieldlist-container .e-layout-footer .e-cancel-btn,
|
|
4141
4161
|
.e-pivotfieldlist-container .e-layout-footer .e-defer-apply-button,
|
|
4142
4162
|
.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
|
|
@@ -4147,7 +4167,7 @@
|
|
|
4147
4167
|
}
|
|
4148
4168
|
|
|
4149
4169
|
.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout .e-label {
|
|
4150
|
-
|
|
4170
|
+
padding-right: 10px;
|
|
4151
4171
|
}
|
|
4152
4172
|
|
|
4153
4173
|
.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
|
|
@@ -4161,10 +4181,6 @@
|
|
|
4161
4181
|
margin-right: 0 !important;
|
|
4162
4182
|
}
|
|
4163
4183
|
|
|
4164
|
-
.e-pivotfieldlist-container.e-rtl .e-layout-footer {
|
|
4165
|
-
text-align: left;
|
|
4166
|
-
}
|
|
4167
|
-
|
|
4168
4184
|
.e-pivotfieldlist-container.e-rtl .e-layout-footer .e-defer-apply-button {
|
|
4169
4185
|
margin-left: 10px;
|
|
4170
4186
|
}
|
|
@@ -2624,14 +2624,26 @@
|
|
|
2624
2624
|
}
|
|
2625
2625
|
|
|
2626
2626
|
.e-pivotfieldlist-wrapper .e-layout-footer {
|
|
2627
|
+
display: -ms-flexbox;
|
|
2628
|
+
display: flex;
|
|
2627
2629
|
padding: 10px 2px 2px;
|
|
2628
|
-
text-align: right;
|
|
2629
2630
|
}
|
|
2630
2631
|
|
|
2631
|
-
.e-pivotfieldlist-wrapper .e-layout-footer .e-
|
|
2632
|
+
.e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout {
|
|
2633
|
+
-ms-flex: auto;
|
|
2634
|
+
flex: auto;
|
|
2635
|
+
text-align: end;
|
|
2636
|
+
}
|
|
2637
|
+
|
|
2638
|
+
.e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-defer-apply-button {
|
|
2632
2639
|
margin-right: 10px;
|
|
2633
2640
|
}
|
|
2634
2641
|
|
|
2642
|
+
.e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-cancel-btn,
|
|
2643
|
+
.e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-defer-apply-button {
|
|
2644
|
+
min-width: fit-content;
|
|
2645
|
+
}
|
|
2646
|
+
|
|
2635
2647
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-cancel-btn,
|
|
2636
2648
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-defer-apply-button,
|
|
2637
2649
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout {
|
|
@@ -2642,7 +2654,7 @@
|
|
|
2642
2654
|
}
|
|
2643
2655
|
|
|
2644
2656
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout .e-label {
|
|
2645
|
-
|
|
2657
|
+
padding-right: 10px;
|
|
2646
2658
|
}
|
|
2647
2659
|
|
|
2648
2660
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout {
|
|
@@ -2656,10 +2668,6 @@
|
|
|
2656
2668
|
margin-right: 0 !important;
|
|
2657
2669
|
}
|
|
2658
2670
|
|
|
2659
|
-
.e-pivotfieldlist-wrapper.e-rtl .e-layout-footer {
|
|
2660
|
-
text-align: left;
|
|
2661
|
-
}
|
|
2662
|
-
|
|
2663
2671
|
.e-pivotfieldlist-wrapper.e-rtl .e-layout-footer .e-defer-apply-button {
|
|
2664
2672
|
margin-left: 10px;
|
|
2665
2673
|
}
|
|
@@ -4129,14 +4137,26 @@
|
|
|
4129
4137
|
}
|
|
4130
4138
|
|
|
4131
4139
|
.e-pivotfieldlist-container .e-layout-footer {
|
|
4140
|
+
display: -ms-flexbox;
|
|
4141
|
+
display: flex;
|
|
4132
4142
|
padding: 10px 2px 2px;
|
|
4133
|
-
text-align: right;
|
|
4134
4143
|
}
|
|
4135
4144
|
|
|
4136
|
-
.e-pivotfieldlist-container .e-layout-footer .e-
|
|
4145
|
+
.e-pivotfieldlist-container .e-layout-footer .e-button-layout {
|
|
4146
|
+
-ms-flex: auto;
|
|
4147
|
+
flex: auto;
|
|
4148
|
+
text-align: end;
|
|
4149
|
+
}
|
|
4150
|
+
|
|
4151
|
+
.e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-defer-apply-button {
|
|
4137
4152
|
margin-right: 10px;
|
|
4138
4153
|
}
|
|
4139
4154
|
|
|
4155
|
+
.e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-cancel-btn,
|
|
4156
|
+
.e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-defer-apply-button {
|
|
4157
|
+
min-width: fit-content;
|
|
4158
|
+
}
|
|
4159
|
+
|
|
4140
4160
|
.e-pivotfieldlist-container .e-layout-footer .e-cancel-btn,
|
|
4141
4161
|
.e-pivotfieldlist-container .e-layout-footer .e-defer-apply-button,
|
|
4142
4162
|
.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
|
|
@@ -4147,7 +4167,7 @@
|
|
|
4147
4167
|
}
|
|
4148
4168
|
|
|
4149
4169
|
.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout .e-label {
|
|
4150
|
-
|
|
4170
|
+
padding-right: 10px;
|
|
4151
4171
|
}
|
|
4152
4172
|
|
|
4153
4173
|
.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
|
|
@@ -4161,10 +4181,6 @@
|
|
|
4161
4181
|
margin-right: 0 !important;
|
|
4162
4182
|
}
|
|
4163
4183
|
|
|
4164
|
-
.e-pivotfieldlist-container.e-rtl .e-layout-footer {
|
|
4165
|
-
text-align: left;
|
|
4166
|
-
}
|
|
4167
|
-
|
|
4168
4184
|
.e-pivotfieldlist-container.e-rtl .e-layout-footer .e-defer-apply-button {
|
|
4169
4185
|
margin-left: 10px;
|
|
4170
4186
|
}
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -5061,14 +5061,26 @@
|
|
|
5061
5061
|
}
|
|
5062
5062
|
|
|
5063
5063
|
.e-pivotfieldlist-wrapper .e-layout-footer {
|
|
5064
|
+
display: -ms-flexbox;
|
|
5065
|
+
display: flex;
|
|
5064
5066
|
padding: 10px 2px 2px;
|
|
5065
|
-
text-align: right;
|
|
5066
5067
|
}
|
|
5067
5068
|
|
|
5068
|
-
.e-pivotfieldlist-wrapper .e-layout-footer .e-
|
|
5069
|
+
.e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout {
|
|
5070
|
+
-ms-flex: auto;
|
|
5071
|
+
flex: auto;
|
|
5072
|
+
text-align: end;
|
|
5073
|
+
}
|
|
5074
|
+
|
|
5075
|
+
.e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-defer-apply-button {
|
|
5069
5076
|
margin-right: 10px;
|
|
5070
5077
|
}
|
|
5071
5078
|
|
|
5079
|
+
.e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-cancel-btn,
|
|
5080
|
+
.e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-defer-apply-button {
|
|
5081
|
+
min-width: fit-content;
|
|
5082
|
+
}
|
|
5083
|
+
|
|
5072
5084
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-cancel-btn,
|
|
5073
5085
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-defer-apply-button,
|
|
5074
5086
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout {
|
|
@@ -5079,7 +5091,7 @@
|
|
|
5079
5091
|
}
|
|
5080
5092
|
|
|
5081
5093
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout .e-label {
|
|
5082
|
-
|
|
5094
|
+
padding-right: 10px;
|
|
5083
5095
|
}
|
|
5084
5096
|
|
|
5085
5097
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout {
|
|
@@ -5093,10 +5105,6 @@
|
|
|
5093
5105
|
margin-right: 0 !important;
|
|
5094
5106
|
}
|
|
5095
5107
|
|
|
5096
|
-
.e-pivotfieldlist-wrapper.e-rtl .e-layout-footer {
|
|
5097
|
-
text-align: left;
|
|
5098
|
-
}
|
|
5099
|
-
|
|
5100
5108
|
.e-pivotfieldlist-wrapper.e-rtl .e-layout-footer .e-defer-apply-button {
|
|
5101
5109
|
margin-left: 10px;
|
|
5102
5110
|
}
|
|
@@ -6566,14 +6574,26 @@
|
|
|
6566
6574
|
}
|
|
6567
6575
|
|
|
6568
6576
|
.e-pivotfieldlist-container .e-layout-footer {
|
|
6577
|
+
display: -ms-flexbox;
|
|
6578
|
+
display: flex;
|
|
6569
6579
|
padding: 10px 2px 2px;
|
|
6570
|
-
text-align: right;
|
|
6571
6580
|
}
|
|
6572
6581
|
|
|
6573
|
-
.e-pivotfieldlist-container .e-layout-footer .e-
|
|
6582
|
+
.e-pivotfieldlist-container .e-layout-footer .e-button-layout {
|
|
6583
|
+
-ms-flex: auto;
|
|
6584
|
+
flex: auto;
|
|
6585
|
+
text-align: end;
|
|
6586
|
+
}
|
|
6587
|
+
|
|
6588
|
+
.e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-defer-apply-button {
|
|
6574
6589
|
margin-right: 10px;
|
|
6575
6590
|
}
|
|
6576
6591
|
|
|
6592
|
+
.e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-cancel-btn,
|
|
6593
|
+
.e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-defer-apply-button {
|
|
6594
|
+
min-width: fit-content;
|
|
6595
|
+
}
|
|
6596
|
+
|
|
6577
6597
|
.e-pivotfieldlist-container .e-layout-footer .e-cancel-btn,
|
|
6578
6598
|
.e-pivotfieldlist-container .e-layout-footer .e-defer-apply-button,
|
|
6579
6599
|
.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
|
|
@@ -6584,7 +6604,7 @@
|
|
|
6584
6604
|
}
|
|
6585
6605
|
|
|
6586
6606
|
.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout .e-label {
|
|
6587
|
-
|
|
6607
|
+
padding-right: 10px;
|
|
6588
6608
|
}
|
|
6589
6609
|
|
|
6590
6610
|
.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
|
|
@@ -6598,10 +6618,6 @@
|
|
|
6598
6618
|
margin-right: 0 !important;
|
|
6599
6619
|
}
|
|
6600
6620
|
|
|
6601
|
-
.e-pivotfieldlist-container.e-rtl .e-layout-footer {
|
|
6602
|
-
text-align: left;
|
|
6603
|
-
}
|
|
6604
|
-
|
|
6605
6621
|
.e-pivotfieldlist-container.e-rtl .e-layout-footer .e-defer-apply-button {
|
|
6606
6622
|
margin-left: 10px;
|
|
6607
6623
|
}
|
package/styles/tailwind.css
CHANGED
|
@@ -5063,14 +5063,26 @@
|
|
|
5063
5063
|
}
|
|
5064
5064
|
|
|
5065
5065
|
.e-pivotfieldlist-wrapper .e-layout-footer {
|
|
5066
|
+
display: -ms-flexbox;
|
|
5067
|
+
display: flex;
|
|
5066
5068
|
padding: 10px 2px 2px;
|
|
5067
|
-
text-align: right;
|
|
5068
5069
|
}
|
|
5069
5070
|
|
|
5070
|
-
.e-pivotfieldlist-wrapper .e-layout-footer .e-
|
|
5071
|
+
.e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout {
|
|
5072
|
+
-ms-flex: auto;
|
|
5073
|
+
flex: auto;
|
|
5074
|
+
text-align: end;
|
|
5075
|
+
}
|
|
5076
|
+
|
|
5077
|
+
.e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-defer-apply-button {
|
|
5071
5078
|
margin-right: 10px;
|
|
5072
5079
|
}
|
|
5073
5080
|
|
|
5081
|
+
.e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-cancel-btn,
|
|
5082
|
+
.e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-defer-apply-button {
|
|
5083
|
+
min-width: fit-content;
|
|
5084
|
+
}
|
|
5085
|
+
|
|
5074
5086
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-cancel-btn,
|
|
5075
5087
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-defer-apply-button,
|
|
5076
5088
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout {
|
|
@@ -5081,7 +5093,7 @@
|
|
|
5081
5093
|
}
|
|
5082
5094
|
|
|
5083
5095
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout .e-label {
|
|
5084
|
-
|
|
5096
|
+
padding-right: 10px;
|
|
5085
5097
|
}
|
|
5086
5098
|
|
|
5087
5099
|
.e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout {
|
|
@@ -5095,10 +5107,6 @@
|
|
|
5095
5107
|
margin-right: 0 !important;
|
|
5096
5108
|
}
|
|
5097
5109
|
|
|
5098
|
-
.e-pivotfieldlist-wrapper.e-rtl .e-layout-footer {
|
|
5099
|
-
text-align: left;
|
|
5100
|
-
}
|
|
5101
|
-
|
|
5102
5110
|
.e-pivotfieldlist-wrapper.e-rtl .e-layout-footer .e-defer-apply-button {
|
|
5103
5111
|
margin-left: 10px;
|
|
5104
5112
|
}
|
|
@@ -6568,14 +6576,26 @@
|
|
|
6568
6576
|
}
|
|
6569
6577
|
|
|
6570
6578
|
.e-pivotfieldlist-container .e-layout-footer {
|
|
6579
|
+
display: -ms-flexbox;
|
|
6580
|
+
display: flex;
|
|
6571
6581
|
padding: 10px 2px 2px;
|
|
6572
|
-
text-align: right;
|
|
6573
6582
|
}
|
|
6574
6583
|
|
|
6575
|
-
.e-pivotfieldlist-container .e-layout-footer .e-
|
|
6584
|
+
.e-pivotfieldlist-container .e-layout-footer .e-button-layout {
|
|
6585
|
+
-ms-flex: auto;
|
|
6586
|
+
flex: auto;
|
|
6587
|
+
text-align: end;
|
|
6588
|
+
}
|
|
6589
|
+
|
|
6590
|
+
.e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-defer-apply-button {
|
|
6576
6591
|
margin-right: 10px;
|
|
6577
6592
|
}
|
|
6578
6593
|
|
|
6594
|
+
.e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-cancel-btn,
|
|
6595
|
+
.e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-defer-apply-button {
|
|
6596
|
+
min-width: fit-content;
|
|
6597
|
+
}
|
|
6598
|
+
|
|
6579
6599
|
.e-pivotfieldlist-container .e-layout-footer .e-cancel-btn,
|
|
6580
6600
|
.e-pivotfieldlist-container .e-layout-footer .e-defer-apply-button,
|
|
6581
6601
|
.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
|
|
@@ -6586,7 +6606,7 @@
|
|
|
6586
6606
|
}
|
|
6587
6607
|
|
|
6588
6608
|
.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout .e-label {
|
|
6589
|
-
|
|
6609
|
+
padding-right: 10px;
|
|
6590
6610
|
}
|
|
6591
6611
|
|
|
6592
6612
|
.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
|
|
@@ -6600,10 +6620,6 @@
|
|
|
6600
6620
|
margin-right: 0 !important;
|
|
6601
6621
|
}
|
|
6602
6622
|
|
|
6603
|
-
.e-pivotfieldlist-container.e-rtl .e-layout-footer {
|
|
6604
|
-
text-align: left;
|
|
6605
|
-
}
|
|
6606
|
-
|
|
6607
6623
|
.e-pivotfieldlist-container.e-rtl .e-layout-footer .e-defer-apply-button {
|
|
6608
6624
|
margin-left: 10px;
|
|
6609
6625
|
}
|