@syncfusion/ej2-vue-pivotview 19.4.40 → 19.4.47

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/styles/fabric.css CHANGED
@@ -4895,14 +4895,26 @@
4895
4895
  }
4896
4896
 
4897
4897
  .e-pivotfieldlist-wrapper .e-layout-footer {
4898
+ display: -ms-flexbox;
4899
+ display: flex;
4898
4900
  padding: 10px 2px 2px;
4899
- text-align: right;
4900
4901
  }
4901
4902
 
4902
- .e-pivotfieldlist-wrapper .e-layout-footer .e-defer-apply-button {
4903
+ .e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout {
4904
+ -ms-flex: auto;
4905
+ flex: auto;
4906
+ text-align: end;
4907
+ }
4908
+
4909
+ .e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-defer-apply-button {
4903
4910
  margin-right: 10px;
4904
4911
  }
4905
4912
 
4913
+ .e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-cancel-btn,
4914
+ .e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-defer-apply-button {
4915
+ min-width: fit-content;
4916
+ }
4917
+
4906
4918
  .e-pivotfieldlist-wrapper .e-layout-footer .e-cancel-btn,
4907
4919
  .e-pivotfieldlist-wrapper .e-layout-footer .e-defer-apply-button,
4908
4920
  .e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout {
@@ -4913,7 +4925,7 @@
4913
4925
  }
4914
4926
 
4915
4927
  .e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout .e-label {
4916
- white-space: nowrap;
4928
+ padding-right: 10px;
4917
4929
  }
4918
4930
 
4919
4931
  .e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout {
@@ -4925,10 +4937,6 @@
4925
4937
  margin-top: 6px;
4926
4938
  }
4927
4939
 
4928
- .e-pivotfieldlist-wrapper.e-rtl .e-layout-footer {
4929
- text-align: left;
4930
- }
4931
-
4932
4940
  .e-pivotfieldlist-wrapper.e-rtl .e-layout-footer .e-defer-apply-button {
4933
4941
  margin-left: 10px;
4934
4942
  }
@@ -6363,14 +6371,26 @@
6363
6371
  }
6364
6372
 
6365
6373
  .e-pivotfieldlist-container .e-layout-footer {
6374
+ display: -ms-flexbox;
6375
+ display: flex;
6366
6376
  padding: 10px 2px 2px;
6367
- text-align: right;
6368
6377
  }
6369
6378
 
6370
- .e-pivotfieldlist-container .e-layout-footer .e-defer-apply-button {
6379
+ .e-pivotfieldlist-container .e-layout-footer .e-button-layout {
6380
+ -ms-flex: auto;
6381
+ flex: auto;
6382
+ text-align: end;
6383
+ }
6384
+
6385
+ .e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-defer-apply-button {
6371
6386
  margin-right: 10px;
6372
6387
  }
6373
6388
 
6389
+ .e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-cancel-btn,
6390
+ .e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-defer-apply-button {
6391
+ min-width: fit-content;
6392
+ }
6393
+
6374
6394
  .e-pivotfieldlist-container .e-layout-footer .e-cancel-btn,
6375
6395
  .e-pivotfieldlist-container .e-layout-footer .e-defer-apply-button,
6376
6396
  .e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
@@ -6381,7 +6401,7 @@
6381
6401
  }
6382
6402
 
6383
6403
  .e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout .e-label {
6384
- white-space: nowrap;
6404
+ padding-right: 10px;
6385
6405
  }
6386
6406
 
6387
6407
  .e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
@@ -6393,10 +6413,6 @@
6393
6413
  margin-top: 6px;
6394
6414
  }
6395
6415
 
6396
- .e-pivotfieldlist-container.e-rtl .e-layout-footer {
6397
- text-align: left;
6398
- }
6399
-
6400
6416
  .e-pivotfieldlist-container.e-rtl .e-layout-footer .e-defer-apply-button {
6401
6417
  margin-left: 10px;
6402
6418
  }
@@ -4897,14 +4897,26 @@
4897
4897
  }
4898
4898
 
4899
4899
  .e-pivotfieldlist-wrapper .e-layout-footer {
4900
+ display: -ms-flexbox;
4901
+ display: flex;
4900
4902
  padding: 10px 2px 2px;
4901
- text-align: right;
4902
4903
  }
4903
4904
 
4904
- .e-pivotfieldlist-wrapper .e-layout-footer .e-defer-apply-button {
4905
+ .e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout {
4906
+ -ms-flex: auto;
4907
+ flex: auto;
4908
+ text-align: end;
4909
+ }
4910
+
4911
+ .e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-defer-apply-button {
4905
4912
  margin-right: 10px;
4906
4913
  }
4907
4914
 
4915
+ .e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-cancel-btn,
4916
+ .e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-defer-apply-button {
4917
+ min-width: fit-content;
4918
+ }
4919
+
4908
4920
  .e-pivotfieldlist-wrapper .e-layout-footer .e-cancel-btn,
4909
4921
  .e-pivotfieldlist-wrapper .e-layout-footer .e-defer-apply-button,
4910
4922
  .e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout {
@@ -4915,7 +4927,7 @@
4915
4927
  }
4916
4928
 
4917
4929
  .e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout .e-label {
4918
- white-space: nowrap;
4930
+ padding-right: 10px;
4919
4931
  }
4920
4932
 
4921
4933
  .e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout {
@@ -4927,10 +4939,6 @@
4927
4939
  margin-top: 6px;
4928
4940
  }
4929
4941
 
4930
- .e-pivotfieldlist-wrapper.e-rtl .e-layout-footer {
4931
- text-align: left;
4932
- }
4933
-
4934
4942
  .e-pivotfieldlist-wrapper.e-rtl .e-layout-footer .e-defer-apply-button {
4935
4943
  margin-left: 10px;
4936
4944
  }
@@ -6365,14 +6373,26 @@
6365
6373
  }
6366
6374
 
6367
6375
  .e-pivotfieldlist-container .e-layout-footer {
6376
+ display: -ms-flexbox;
6377
+ display: flex;
6368
6378
  padding: 10px 2px 2px;
6369
- text-align: right;
6370
6379
  }
6371
6380
 
6372
- .e-pivotfieldlist-container .e-layout-footer .e-defer-apply-button {
6381
+ .e-pivotfieldlist-container .e-layout-footer .e-button-layout {
6382
+ -ms-flex: auto;
6383
+ flex: auto;
6384
+ text-align: end;
6385
+ }
6386
+
6387
+ .e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-defer-apply-button {
6373
6388
  margin-right: 10px;
6374
6389
  }
6375
6390
 
6391
+ .e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-cancel-btn,
6392
+ .e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-defer-apply-button {
6393
+ min-width: fit-content;
6394
+ }
6395
+
6376
6396
  .e-pivotfieldlist-container .e-layout-footer .e-cancel-btn,
6377
6397
  .e-pivotfieldlist-container .e-layout-footer .e-defer-apply-button,
6378
6398
  .e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
@@ -6383,7 +6403,7 @@
6383
6403
  }
6384
6404
 
6385
6405
  .e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout .e-label {
6386
- white-space: nowrap;
6406
+ padding-right: 10px;
6387
6407
  }
6388
6408
 
6389
6409
  .e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
@@ -6395,10 +6415,6 @@
6395
6415
  margin-top: 6px;
6396
6416
  }
6397
6417
 
6398
- .e-pivotfieldlist-container.e-rtl .e-layout-footer {
6399
- text-align: left;
6400
- }
6401
-
6402
6418
  .e-pivotfieldlist-container.e-rtl .e-layout-footer .e-defer-apply-button {
6403
6419
  margin-left: 10px;
6404
6420
  }
@@ -4897,14 +4897,26 @@
4897
4897
  }
4898
4898
 
4899
4899
  .e-pivotfieldlist-wrapper .e-layout-footer {
4900
+ display: -ms-flexbox;
4901
+ display: flex;
4900
4902
  padding: 10px 2px 2px;
4901
- text-align: right;
4902
4903
  }
4903
4904
 
4904
- .e-pivotfieldlist-wrapper .e-layout-footer .e-defer-apply-button {
4905
+ .e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout {
4906
+ -ms-flex: auto;
4907
+ flex: auto;
4908
+ text-align: end;
4909
+ }
4910
+
4911
+ .e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-defer-apply-button {
4905
4912
  margin-right: 10px;
4906
4913
  }
4907
4914
 
4915
+ .e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-cancel-btn,
4916
+ .e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-defer-apply-button {
4917
+ min-width: fit-content;
4918
+ }
4919
+
4908
4920
  .e-pivotfieldlist-wrapper .e-layout-footer .e-cancel-btn,
4909
4921
  .e-pivotfieldlist-wrapper .e-layout-footer .e-defer-apply-button,
4910
4922
  .e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout {
@@ -4915,7 +4927,7 @@
4915
4927
  }
4916
4928
 
4917
4929
  .e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout .e-label {
4918
- white-space: nowrap;
4930
+ padding-right: 10px;
4919
4931
  }
4920
4932
 
4921
4933
  .e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout {
@@ -4927,10 +4939,6 @@
4927
4939
  margin-top: 6px;
4928
4940
  }
4929
4941
 
4930
- .e-pivotfieldlist-wrapper.e-rtl .e-layout-footer {
4931
- text-align: left;
4932
- }
4933
-
4934
4942
  .e-pivotfieldlist-wrapper.e-rtl .e-layout-footer .e-defer-apply-button {
4935
4943
  margin-left: 10px;
4936
4944
  }
@@ -6365,14 +6373,26 @@
6365
6373
  }
6366
6374
 
6367
6375
  .e-pivotfieldlist-container .e-layout-footer {
6376
+ display: -ms-flexbox;
6377
+ display: flex;
6368
6378
  padding: 10px 2px 2px;
6369
- text-align: right;
6370
6379
  }
6371
6380
 
6372
- .e-pivotfieldlist-container .e-layout-footer .e-defer-apply-button {
6381
+ .e-pivotfieldlist-container .e-layout-footer .e-button-layout {
6382
+ -ms-flex: auto;
6383
+ flex: auto;
6384
+ text-align: end;
6385
+ }
6386
+
6387
+ .e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-defer-apply-button {
6373
6388
  margin-right: 10px;
6374
6389
  }
6375
6390
 
6391
+ .e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-cancel-btn,
6392
+ .e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-defer-apply-button {
6393
+ min-width: fit-content;
6394
+ }
6395
+
6376
6396
  .e-pivotfieldlist-container .e-layout-footer .e-cancel-btn,
6377
6397
  .e-pivotfieldlist-container .e-layout-footer .e-defer-apply-button,
6378
6398
  .e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
@@ -6383,7 +6403,7 @@
6383
6403
  }
6384
6404
 
6385
6405
  .e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout .e-label {
6386
- white-space: nowrap;
6406
+ padding-right: 10px;
6387
6407
  }
6388
6408
 
6389
6409
  .e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
@@ -6395,10 +6415,6 @@
6395
6415
  margin-top: 6px;
6396
6416
  }
6397
6417
 
6398
- .e-pivotfieldlist-container.e-rtl .e-layout-footer {
6399
- text-align: left;
6400
- }
6401
-
6402
6418
  .e-pivotfieldlist-container.e-rtl .e-layout-footer .e-defer-apply-button {
6403
6419
  margin-left: 10px;
6404
6420
  }
@@ -4900,14 +4900,26 @@
4900
4900
  }
4901
4901
 
4902
4902
  .e-pivotfieldlist-wrapper .e-layout-footer {
4903
+ display: -ms-flexbox;
4904
+ display: flex;
4903
4905
  padding: 10px 2px 2px;
4904
- text-align: right;
4905
4906
  }
4906
4907
 
4907
- .e-pivotfieldlist-wrapper .e-layout-footer .e-defer-apply-button {
4908
+ .e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout {
4909
+ -ms-flex: auto;
4910
+ flex: auto;
4911
+ text-align: end;
4912
+ }
4913
+
4914
+ .e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-defer-apply-button {
4908
4915
  margin-right: 10px;
4909
4916
  }
4910
4917
 
4918
+ .e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-cancel-btn,
4919
+ .e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-defer-apply-button {
4920
+ min-width: fit-content;
4921
+ }
4922
+
4911
4923
  .e-pivotfieldlist-wrapper .e-layout-footer .e-cancel-btn,
4912
4924
  .e-pivotfieldlist-wrapper .e-layout-footer .e-defer-apply-button,
4913
4925
  .e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout {
@@ -4918,7 +4930,7 @@
4918
4930
  }
4919
4931
 
4920
4932
  .e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout .e-label {
4921
- white-space: nowrap;
4933
+ padding-right: 10px;
4922
4934
  }
4923
4935
 
4924
4936
  .e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout {
@@ -4930,10 +4942,6 @@
4930
4942
  margin-top: 6px;
4931
4943
  }
4932
4944
 
4933
- .e-pivotfieldlist-wrapper.e-rtl .e-layout-footer {
4934
- text-align: left;
4935
- }
4936
-
4937
4945
  .e-pivotfieldlist-wrapper.e-rtl .e-layout-footer .e-defer-apply-button {
4938
4946
  margin-left: 10px;
4939
4947
  }
@@ -6368,14 +6376,26 @@
6368
6376
  }
6369
6377
 
6370
6378
  .e-pivotfieldlist-container .e-layout-footer {
6379
+ display: -ms-flexbox;
6380
+ display: flex;
6371
6381
  padding: 10px 2px 2px;
6372
- text-align: right;
6373
6382
  }
6374
6383
 
6375
- .e-pivotfieldlist-container .e-layout-footer .e-defer-apply-button {
6384
+ .e-pivotfieldlist-container .e-layout-footer .e-button-layout {
6385
+ -ms-flex: auto;
6386
+ flex: auto;
6387
+ text-align: end;
6388
+ }
6389
+
6390
+ .e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-defer-apply-button {
6376
6391
  margin-right: 10px;
6377
6392
  }
6378
6393
 
6394
+ .e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-cancel-btn,
6395
+ .e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-defer-apply-button {
6396
+ min-width: fit-content;
6397
+ }
6398
+
6379
6399
  .e-pivotfieldlist-container .e-layout-footer .e-cancel-btn,
6380
6400
  .e-pivotfieldlist-container .e-layout-footer .e-defer-apply-button,
6381
6401
  .e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
@@ -6386,7 +6406,7 @@
6386
6406
  }
6387
6407
 
6388
6408
  .e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout .e-label {
6389
- white-space: nowrap;
6409
+ padding-right: 10px;
6390
6410
  }
6391
6411
 
6392
6412
  .e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
@@ -6398,10 +6418,6 @@
6398
6418
  margin-top: 6px;
6399
6419
  }
6400
6420
 
6401
- .e-pivotfieldlist-container.e-rtl .e-layout-footer {
6402
- text-align: left;
6403
- }
6404
-
6405
6421
  .e-pivotfieldlist-container.e-rtl .e-layout-footer .e-defer-apply-button {
6406
6422
  margin-left: 10px;
6407
6423
  }
@@ -4900,14 +4900,26 @@
4900
4900
  }
4901
4901
 
4902
4902
  .e-pivotfieldlist-wrapper .e-layout-footer {
4903
+ display: -ms-flexbox;
4904
+ display: flex;
4903
4905
  padding: 10px 2px 2px;
4904
- text-align: right;
4905
4906
  }
4906
4907
 
4907
- .e-pivotfieldlist-wrapper .e-layout-footer .e-defer-apply-button {
4908
+ .e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout {
4909
+ -ms-flex: auto;
4910
+ flex: auto;
4911
+ text-align: end;
4912
+ }
4913
+
4914
+ .e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-defer-apply-button {
4908
4915
  margin-right: 10px;
4909
4916
  }
4910
4917
 
4918
+ .e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-cancel-btn,
4919
+ .e-pivotfieldlist-wrapper .e-layout-footer .e-button-layout .e-defer-apply-button {
4920
+ min-width: fit-content;
4921
+ }
4922
+
4911
4923
  .e-pivotfieldlist-wrapper .e-layout-footer .e-cancel-btn,
4912
4924
  .e-pivotfieldlist-wrapper .e-layout-footer .e-defer-apply-button,
4913
4925
  .e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout {
@@ -4918,7 +4930,7 @@
4918
4930
  }
4919
4931
 
4920
4932
  .e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout .e-label {
4921
- white-space: nowrap;
4933
+ padding-right: 10px;
4922
4934
  }
4923
4935
 
4924
4936
  .e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout {
@@ -4930,10 +4942,6 @@
4930
4942
  margin-top: 6px;
4931
4943
  }
4932
4944
 
4933
- .e-pivotfieldlist-wrapper.e-rtl .e-layout-footer {
4934
- text-align: left;
4935
- }
4936
-
4937
4945
  .e-pivotfieldlist-wrapper.e-rtl .e-layout-footer .e-defer-apply-button {
4938
4946
  margin-left: 10px;
4939
4947
  }
@@ -6368,14 +6376,26 @@
6368
6376
  }
6369
6377
 
6370
6378
  .e-pivotfieldlist-container .e-layout-footer {
6379
+ display: -ms-flexbox;
6380
+ display: flex;
6371
6381
  padding: 10px 2px 2px;
6372
- text-align: right;
6373
6382
  }
6374
6383
 
6375
- .e-pivotfieldlist-container .e-layout-footer .e-defer-apply-button {
6384
+ .e-pivotfieldlist-container .e-layout-footer .e-button-layout {
6385
+ -ms-flex: auto;
6386
+ flex: auto;
6387
+ text-align: end;
6388
+ }
6389
+
6390
+ .e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-defer-apply-button {
6376
6391
  margin-right: 10px;
6377
6392
  }
6378
6393
 
6394
+ .e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-cancel-btn,
6395
+ .e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-defer-apply-button {
6396
+ min-width: fit-content;
6397
+ }
6398
+
6379
6399
  .e-pivotfieldlist-container .e-layout-footer .e-cancel-btn,
6380
6400
  .e-pivotfieldlist-container .e-layout-footer .e-defer-apply-button,
6381
6401
  .e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
@@ -6386,7 +6406,7 @@
6386
6406
  }
6387
6407
 
6388
6408
  .e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout .e-label {
6389
- white-space: nowrap;
6409
+ padding-right: 10px;
6390
6410
  }
6391
6411
 
6392
6412
  .e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
@@ -6398,10 +6418,6 @@
6398
6418
  margin-top: 6px;
6399
6419
  }
6400
6420
 
6401
- .e-pivotfieldlist-container.e-rtl .e-layout-footer {
6402
- text-align: left;
6403
- }
6404
-
6405
6421
  .e-pivotfieldlist-container.e-rtl .e-layout-footer .e-defer-apply-button {
6406
6422
  margin-left: 10px;
6407
6423
  }
@@ -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-defer-apply-button {
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
- white-space: nowrap;
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-defer-apply-button {
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
- white-space: nowrap;
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
  }
@@ -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-defer-apply-button {
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
- white-space: nowrap;
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-defer-apply-button {
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
- white-space: nowrap;
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
  }