@syncfusion/ej2-react-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-react-pivotview.min.js +1 -1
- package/dist/ej2-react-pivotview.umd.min.js +1 -1
- 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
package/styles/fluent.css
CHANGED
|
@@ -3217,6 +3217,9 @@
|
|
|
3217
3217
|
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
3218
3218
|
width: 100% !important;
|
|
3219
3219
|
}
|
|
3220
|
+
.e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
|
|
3221
|
+
margin-left: 0;
|
|
3222
|
+
}
|
|
3220
3223
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
3221
3224
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
3222
3225
|
.e-pivot-formatting-dialog.e-device .e-format-value-span {
|
|
@@ -4662,6 +4665,7 @@
|
|
|
4662
4665
|
}
|
|
4663
4666
|
.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
|
|
4664
4667
|
max-width: 45%;
|
|
4668
|
+
overflow: visible;
|
|
4665
4669
|
}
|
|
4666
4670
|
.e-pivotfieldlist-container .e-checkbox-layout {
|
|
4667
4671
|
float: left;
|
|
@@ -5525,9 +5529,6 @@
|
|
|
5525
5529
|
background-color: #f3f2f1;
|
|
5526
5530
|
color: #3b3a39;
|
|
5527
5531
|
font-size: 14px;
|
|
5528
|
-
height: 48px;
|
|
5529
|
-
padding-bottom: 9px;
|
|
5530
|
-
padding-top: 9px;
|
|
5531
5532
|
}
|
|
5532
5533
|
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-header-content,
|
|
5533
5534
|
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-header-content {
|
|
@@ -5542,17 +5543,15 @@
|
|
|
5542
5543
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
5543
5544
|
display: -ms-flexbox;
|
|
5544
5545
|
display: flex;
|
|
5545
|
-
|
|
5546
|
-
|
|
5547
|
-
margin-top: 5px;
|
|
5546
|
+
-ms-flex-align: center;
|
|
5547
|
+
align-items: center;
|
|
5548
5548
|
}
|
|
5549
5549
|
.e-pivotfieldlist-container.e-device .e-field-list-back-icon {
|
|
5550
5550
|
color: #605e5c;
|
|
5551
5551
|
font-size: 16px;
|
|
5552
|
-
height:
|
|
5552
|
+
height: auto;
|
|
5553
5553
|
margin-left: 0;
|
|
5554
5554
|
margin-right: 12px;
|
|
5555
|
-
padding-top: 7px;
|
|
5556
5555
|
text-align: center;
|
|
5557
5556
|
width: 24px;
|
|
5558
5557
|
}
|
|
@@ -5842,16 +5841,19 @@
|
|
|
5842
5841
|
margin-top: 20px;
|
|
5843
5842
|
overflow: auto;
|
|
5844
5843
|
}
|
|
5844
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header {
|
|
5845
|
+
-ms-flex-align: center;
|
|
5846
|
+
align-items: center;
|
|
5847
|
+
display: -ms-flexbox;
|
|
5848
|
+
display: flex;
|
|
5849
|
+
}
|
|
5845
5850
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon {
|
|
5846
5851
|
display: table;
|
|
5847
5852
|
font-size: 12px;
|
|
5848
|
-
height: 36px;
|
|
5849
|
-
min-height: 36px;
|
|
5850
5853
|
min-width: 28px;
|
|
5851
5854
|
padding: 0;
|
|
5852
5855
|
position: absolute;
|
|
5853
5856
|
right: 16px;
|
|
5854
|
-
top: 0;
|
|
5855
5857
|
}
|
|
5856
5858
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon .e-list-icon {
|
|
5857
5859
|
cursor: pointer;
|
|
@@ -3161,6 +3161,9 @@
|
|
|
3161
3161
|
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
3162
3162
|
width: 100% !important;
|
|
3163
3163
|
}
|
|
3164
|
+
.e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
|
|
3165
|
+
margin-left: 0;
|
|
3166
|
+
}
|
|
3164
3167
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
3165
3168
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
3166
3169
|
.e-pivot-formatting-dialog.e-device .e-format-value-span {
|
|
@@ -4570,6 +4573,7 @@
|
|
|
4570
4573
|
}
|
|
4571
4574
|
.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
|
|
4572
4575
|
max-width: 45%;
|
|
4576
|
+
overflow: visible;
|
|
4573
4577
|
}
|
|
4574
4578
|
.e-pivotfieldlist-container .e-checkbox-layout {
|
|
4575
4579
|
float: left;
|
|
@@ -5413,9 +5417,6 @@
|
|
|
5413
5417
|
background-color: #d8d8d8;
|
|
5414
5418
|
color: #000;
|
|
5415
5419
|
font-size: 14px;
|
|
5416
|
-
height: 48px;
|
|
5417
|
-
padding-bottom: 9px;
|
|
5418
|
-
padding-top: 9px;
|
|
5419
5420
|
}
|
|
5420
5421
|
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-header-content,
|
|
5421
5422
|
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-header-content {
|
|
@@ -5430,17 +5431,15 @@
|
|
|
5430
5431
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
5431
5432
|
display: -ms-flexbox;
|
|
5432
5433
|
display: flex;
|
|
5433
|
-
|
|
5434
|
-
|
|
5435
|
-
margin-top: 0;
|
|
5434
|
+
-ms-flex-align: center;
|
|
5435
|
+
align-items: center;
|
|
5436
5436
|
}
|
|
5437
5437
|
.e-pivotfieldlist-container.e-device .e-field-list-back-icon {
|
|
5438
5438
|
color: #000;
|
|
5439
5439
|
font-size: 16px;
|
|
5440
|
-
height:
|
|
5440
|
+
height: auto;
|
|
5441
5441
|
margin-left: 0;
|
|
5442
5442
|
margin-right: 12px;
|
|
5443
|
-
padding-top: 7px;
|
|
5444
5443
|
text-align: center;
|
|
5445
5444
|
width: 24px;
|
|
5446
5445
|
}
|
|
@@ -5730,16 +5729,19 @@
|
|
|
5730
5729
|
margin-top: 20px;
|
|
5731
5730
|
overflow: auto;
|
|
5732
5731
|
}
|
|
5732
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header {
|
|
5733
|
+
-ms-flex-align: center;
|
|
5734
|
+
align-items: center;
|
|
5735
|
+
display: -ms-flexbox;
|
|
5736
|
+
display: flex;
|
|
5737
|
+
}
|
|
5733
5738
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon {
|
|
5734
5739
|
display: table;
|
|
5735
5740
|
font-size: 12px;
|
|
5736
|
-
height: 36px;
|
|
5737
|
-
min-height: 36px;
|
|
5738
5741
|
min-width: 28px;
|
|
5739
5742
|
padding: 0;
|
|
5740
5743
|
position: absolute;
|
|
5741
5744
|
right: 16px;
|
|
5742
|
-
top: 0;
|
|
5743
5745
|
}
|
|
5744
5746
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon .e-list-icon {
|
|
5745
5747
|
cursor: pointer;
|
package/styles/highcontrast.css
CHANGED
|
@@ -3161,6 +3161,9 @@
|
|
|
3161
3161
|
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
3162
3162
|
width: 100% !important;
|
|
3163
3163
|
}
|
|
3164
|
+
.e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
|
|
3165
|
+
margin-left: 0;
|
|
3166
|
+
}
|
|
3164
3167
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
3165
3168
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
3166
3169
|
.e-pivot-formatting-dialog.e-device .e-format-value-span {
|
|
@@ -4570,6 +4573,7 @@
|
|
|
4570
4573
|
}
|
|
4571
4574
|
.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
|
|
4572
4575
|
max-width: 45%;
|
|
4576
|
+
overflow: visible;
|
|
4573
4577
|
}
|
|
4574
4578
|
.e-pivotfieldlist-container .e-checkbox-layout {
|
|
4575
4579
|
float: left;
|
|
@@ -5413,9 +5417,6 @@
|
|
|
5413
5417
|
background-color: #262626;
|
|
5414
5418
|
color: #fff;
|
|
5415
5419
|
font-size: 14px;
|
|
5416
|
-
height: 48px;
|
|
5417
|
-
padding-bottom: 9px;
|
|
5418
|
-
padding-top: 9px;
|
|
5419
5420
|
}
|
|
5420
5421
|
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-header-content,
|
|
5421
5422
|
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-header-content {
|
|
@@ -5430,17 +5431,15 @@
|
|
|
5430
5431
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
5431
5432
|
display: -ms-flexbox;
|
|
5432
5433
|
display: flex;
|
|
5433
|
-
|
|
5434
|
-
|
|
5435
|
-
margin-top: 0;
|
|
5434
|
+
-ms-flex-align: center;
|
|
5435
|
+
align-items: center;
|
|
5436
5436
|
}
|
|
5437
5437
|
.e-pivotfieldlist-container.e-device .e-field-list-back-icon {
|
|
5438
5438
|
color: #fff;
|
|
5439
5439
|
font-size: 16px;
|
|
5440
|
-
height:
|
|
5440
|
+
height: auto;
|
|
5441
5441
|
margin-left: 0;
|
|
5442
5442
|
margin-right: 12px;
|
|
5443
|
-
padding-top: 7px;
|
|
5444
5443
|
text-align: center;
|
|
5445
5444
|
width: 24px;
|
|
5446
5445
|
}
|
|
@@ -5730,16 +5729,19 @@
|
|
|
5730
5729
|
margin-top: 20px;
|
|
5731
5730
|
overflow: auto;
|
|
5732
5731
|
}
|
|
5732
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header {
|
|
5733
|
+
-ms-flex-align: center;
|
|
5734
|
+
align-items: center;
|
|
5735
|
+
display: -ms-flexbox;
|
|
5736
|
+
display: flex;
|
|
5737
|
+
}
|
|
5733
5738
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon {
|
|
5734
5739
|
display: table;
|
|
5735
5740
|
font-size: 12px;
|
|
5736
|
-
height: 36px;
|
|
5737
|
-
min-height: 36px;
|
|
5738
5741
|
min-width: 28px;
|
|
5739
5742
|
padding: 0;
|
|
5740
5743
|
position: absolute;
|
|
5741
5744
|
right: 16px;
|
|
5742
|
-
top: 0;
|
|
5743
5745
|
}
|
|
5744
5746
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon .e-list-icon {
|
|
5745
5747
|
cursor: pointer;
|
package/styles/material-dark.css
CHANGED
|
@@ -3161,6 +3161,9 @@
|
|
|
3161
3161
|
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
3162
3162
|
width: 100% !important;
|
|
3163
3163
|
}
|
|
3164
|
+
.e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
|
|
3165
|
+
margin-left: 0;
|
|
3166
|
+
}
|
|
3164
3167
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
3165
3168
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
3166
3169
|
.e-pivot-formatting-dialog.e-device .e-format-value-span {
|
|
@@ -4565,6 +4568,7 @@
|
|
|
4565
4568
|
}
|
|
4566
4569
|
.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
|
|
4567
4570
|
max-width: 45%;
|
|
4571
|
+
overflow: visible;
|
|
4568
4572
|
}
|
|
4569
4573
|
.e-pivotfieldlist-container .e-checkbox-layout {
|
|
4570
4574
|
float: left;
|
|
@@ -5408,9 +5412,6 @@
|
|
|
5408
5412
|
background-color: #fff;
|
|
5409
5413
|
color: #616161;
|
|
5410
5414
|
font-size: 14px;
|
|
5411
|
-
height: 48px;
|
|
5412
|
-
padding-bottom: 9px;
|
|
5413
|
-
padding-top: 9px;
|
|
5414
5415
|
}
|
|
5415
5416
|
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-header-content,
|
|
5416
5417
|
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-header-content {
|
|
@@ -5425,17 +5426,15 @@
|
|
|
5425
5426
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
5426
5427
|
display: -ms-flexbox;
|
|
5427
5428
|
display: flex;
|
|
5428
|
-
|
|
5429
|
-
|
|
5430
|
-
margin-top: 0;
|
|
5429
|
+
-ms-flex-align: center;
|
|
5430
|
+
align-items: center;
|
|
5431
5431
|
}
|
|
5432
5432
|
.e-pivotfieldlist-container.e-device .e-field-list-back-icon {
|
|
5433
5433
|
color: #000;
|
|
5434
5434
|
font-size: 16px;
|
|
5435
|
-
height:
|
|
5435
|
+
height: auto;
|
|
5436
5436
|
margin-left: 0;
|
|
5437
5437
|
margin-right: 12px;
|
|
5438
|
-
padding-top: 7px;
|
|
5439
5438
|
text-align: center;
|
|
5440
5439
|
width: 24px;
|
|
5441
5440
|
}
|
|
@@ -5725,16 +5724,19 @@
|
|
|
5725
5724
|
margin-top: 20px;
|
|
5726
5725
|
overflow: auto;
|
|
5727
5726
|
}
|
|
5727
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header {
|
|
5728
|
+
-ms-flex-align: center;
|
|
5729
|
+
align-items: center;
|
|
5730
|
+
display: -ms-flexbox;
|
|
5731
|
+
display: flex;
|
|
5732
|
+
}
|
|
5728
5733
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon {
|
|
5729
5734
|
display: table;
|
|
5730
5735
|
font-size: 12px;
|
|
5731
|
-
height: 36px;
|
|
5732
|
-
min-height: 36px;
|
|
5733
5736
|
min-width: 28px;
|
|
5734
5737
|
padding: 0;
|
|
5735
5738
|
position: absolute;
|
|
5736
5739
|
right: 16px;
|
|
5737
|
-
top: 0;
|
|
5738
5740
|
}
|
|
5739
5741
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon .e-list-icon {
|
|
5740
5742
|
cursor: pointer;
|
package/styles/material.css
CHANGED
|
@@ -3161,6 +3161,9 @@
|
|
|
3161
3161
|
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
3162
3162
|
width: 100% !important;
|
|
3163
3163
|
}
|
|
3164
|
+
.e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
|
|
3165
|
+
margin-left: 0;
|
|
3166
|
+
}
|
|
3164
3167
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
3165
3168
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
3166
3169
|
.e-pivot-formatting-dialog.e-device .e-format-value-span {
|
|
@@ -4565,6 +4568,7 @@
|
|
|
4565
4568
|
}
|
|
4566
4569
|
.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
|
|
4567
4570
|
max-width: 45%;
|
|
4571
|
+
overflow: visible;
|
|
4568
4572
|
}
|
|
4569
4573
|
.e-pivotfieldlist-container .e-checkbox-layout {
|
|
4570
4574
|
float: left;
|
|
@@ -5408,9 +5412,6 @@
|
|
|
5408
5412
|
background-color: #f5f5f5;
|
|
5409
5413
|
color: rgba(0, 0, 0, 0.87);
|
|
5410
5414
|
font-size: 14px;
|
|
5411
|
-
height: 48px;
|
|
5412
|
-
padding-bottom: 9px;
|
|
5413
|
-
padding-top: 9px;
|
|
5414
5415
|
}
|
|
5415
5416
|
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-header-content,
|
|
5416
5417
|
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-header-content {
|
|
@@ -5425,17 +5426,15 @@
|
|
|
5425
5426
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
5426
5427
|
display: -ms-flexbox;
|
|
5427
5428
|
display: flex;
|
|
5428
|
-
|
|
5429
|
-
|
|
5430
|
-
margin-top: 0;
|
|
5429
|
+
-ms-flex-align: center;
|
|
5430
|
+
align-items: center;
|
|
5431
5431
|
}
|
|
5432
5432
|
.e-pivotfieldlist-container.e-device .e-field-list-back-icon {
|
|
5433
5433
|
color: rgba(0, 0, 0, 0.54);
|
|
5434
5434
|
font-size: 16px;
|
|
5435
|
-
height:
|
|
5435
|
+
height: auto;
|
|
5436
5436
|
margin-left: 0;
|
|
5437
5437
|
margin-right: 12px;
|
|
5438
|
-
padding-top: 7px;
|
|
5439
5438
|
text-align: center;
|
|
5440
5439
|
width: 24px;
|
|
5441
5440
|
}
|
|
@@ -5725,16 +5724,19 @@
|
|
|
5725
5724
|
margin-top: 20px;
|
|
5726
5725
|
overflow: auto;
|
|
5727
5726
|
}
|
|
5727
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header {
|
|
5728
|
+
-ms-flex-align: center;
|
|
5729
|
+
align-items: center;
|
|
5730
|
+
display: -ms-flexbox;
|
|
5731
|
+
display: flex;
|
|
5732
|
+
}
|
|
5728
5733
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon {
|
|
5729
5734
|
display: table;
|
|
5730
5735
|
font-size: 12px;
|
|
5731
|
-
height: 36px;
|
|
5732
|
-
min-height: 36px;
|
|
5733
5736
|
min-width: 28px;
|
|
5734
5737
|
padding: 0;
|
|
5735
5738
|
position: absolute;
|
|
5736
5739
|
right: 16px;
|
|
5737
|
-
top: 0;
|
|
5738
5740
|
}
|
|
5739
5741
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon .e-list-icon {
|
|
5740
5742
|
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 {
|
|
@@ -1847,6 +1850,7 @@
|
|
|
1847
1850
|
}
|
|
1848
1851
|
.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
|
|
1849
1852
|
max-width: 45%;
|
|
1853
|
+
overflow: visible;
|
|
1850
1854
|
}
|
|
1851
1855
|
.e-pivotfieldlist-container .e-checkbox-layout {
|
|
1852
1856
|
float: left;
|
|
@@ -2690,9 +2694,6 @@
|
|
|
2690
2694
|
background-color: #767676;
|
|
2691
2695
|
color: #fff;
|
|
2692
2696
|
font-size: 14px;
|
|
2693
|
-
height: 48px;
|
|
2694
|
-
padding-bottom: 9px;
|
|
2695
|
-
padding-top: 9px;
|
|
2696
2697
|
}
|
|
2697
2698
|
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-header-content,
|
|
2698
2699
|
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-header-content {
|
|
@@ -2707,17 +2708,15 @@
|
|
|
2707
2708
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
2708
2709
|
display: -ms-flexbox;
|
|
2709
2710
|
display: flex;
|
|
2710
|
-
|
|
2711
|
-
|
|
2712
|
-
margin-top: 5px;
|
|
2711
|
+
-ms-flex-align: center;
|
|
2712
|
+
align-items: center;
|
|
2713
2713
|
}
|
|
2714
2714
|
.e-pivotfieldlist-container.e-device .e-field-list-back-icon {
|
|
2715
2715
|
color: #fff;
|
|
2716
2716
|
font-size: 16px;
|
|
2717
|
-
height:
|
|
2717
|
+
height: auto;
|
|
2718
2718
|
margin-left: 0;
|
|
2719
2719
|
margin-right: 12px;
|
|
2720
|
-
padding-top: 7px;
|
|
2721
2720
|
text-align: center;
|
|
2722
2721
|
width: 24px;
|
|
2723
2722
|
}
|
|
@@ -3007,16 +3006,19 @@
|
|
|
3007
3006
|
margin-top: 20px;
|
|
3008
3007
|
overflow: auto;
|
|
3009
3008
|
}
|
|
3009
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header {
|
|
3010
|
+
-ms-flex-align: center;
|
|
3011
|
+
align-items: center;
|
|
3012
|
+
display: -ms-flexbox;
|
|
3013
|
+
display: flex;
|
|
3014
|
+
}
|
|
3010
3015
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon {
|
|
3011
3016
|
display: table;
|
|
3012
3017
|
font-size: 12px;
|
|
3013
|
-
height: 36px;
|
|
3014
|
-
min-height: 36px;
|
|
3015
3018
|
min-width: 28px;
|
|
3016
3019
|
padding: 0;
|
|
3017
3020
|
position: absolute;
|
|
3018
3021
|
right: 16px;
|
|
3019
|
-
top: 0;
|
|
3020
3022
|
}
|
|
3021
3023
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon .e-list-icon {
|
|
3022
3024
|
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 {
|
|
@@ -1845,6 +1848,7 @@
|
|
|
1845
1848
|
}
|
|
1846
1849
|
.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
|
|
1847
1850
|
max-width: 45%;
|
|
1851
|
+
overflow: visible;
|
|
1848
1852
|
}
|
|
1849
1853
|
.e-pivotfieldlist-container .e-checkbox-layout {
|
|
1850
1854
|
float: left;
|
|
@@ -2688,9 +2692,6 @@
|
|
|
2688
2692
|
background-color: #eee;
|
|
2689
2693
|
color: #333;
|
|
2690
2694
|
font-size: 14px;
|
|
2691
|
-
height: 48px;
|
|
2692
|
-
padding-bottom: 9px;
|
|
2693
|
-
padding-top: 9px;
|
|
2694
2695
|
}
|
|
2695
2696
|
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-header-content,
|
|
2696
2697
|
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-header-content {
|
|
@@ -2705,17 +2706,15 @@
|
|
|
2705
2706
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
2706
2707
|
display: -ms-flexbox;
|
|
2707
2708
|
display: flex;
|
|
2708
|
-
|
|
2709
|
-
|
|
2710
|
-
margin-top: 5px;
|
|
2709
|
+
-ms-flex-align: center;
|
|
2710
|
+
align-items: center;
|
|
2711
2711
|
}
|
|
2712
2712
|
.e-pivotfieldlist-container.e-device .e-field-list-back-icon {
|
|
2713
2713
|
color: #333;
|
|
2714
2714
|
font-size: 16px;
|
|
2715
|
-
height:
|
|
2715
|
+
height: auto;
|
|
2716
2716
|
margin-left: 0;
|
|
2717
2717
|
margin-right: 12px;
|
|
2718
|
-
padding-top: 7px;
|
|
2719
2718
|
text-align: center;
|
|
2720
2719
|
width: 24px;
|
|
2721
2720
|
}
|
|
@@ -3005,16 +3004,19 @@
|
|
|
3005
3004
|
margin-top: 20px;
|
|
3006
3005
|
overflow: auto;
|
|
3007
3006
|
}
|
|
3007
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header {
|
|
3008
|
+
-ms-flex-align: center;
|
|
3009
|
+
align-items: center;
|
|
3010
|
+
display: -ms-flexbox;
|
|
3011
|
+
display: flex;
|
|
3012
|
+
}
|
|
3008
3013
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon {
|
|
3009
3014
|
display: table;
|
|
3010
3015
|
font-size: 12px;
|
|
3011
|
-
height: 36px;
|
|
3012
|
-
min-height: 36px;
|
|
3013
3016
|
min-width: 28px;
|
|
3014
3017
|
padding: 0;
|
|
3015
3018
|
position: absolute;
|
|
3016
3019
|
right: 16px;
|
|
3017
|
-
top: 0;
|
|
3018
3020
|
}
|
|
3019
3021
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon .e-list-icon {
|
|
3020
3022
|
cursor: pointer;
|
|
@@ -460,6 +460,9 @@
|
|
|
460
460
|
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
461
461
|
width: 100% !important;
|
|
462
462
|
}
|
|
463
|
+
.e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
|
|
464
|
+
margin-left: 0;
|
|
465
|
+
}
|
|
463
466
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
464
467
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
465
468
|
.e-pivot-formatting-dialog.e-device .e-format-value-span {
|
|
@@ -1914,6 +1917,7 @@
|
|
|
1914
1917
|
}
|
|
1915
1918
|
.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
|
|
1916
1919
|
max-width: 45%;
|
|
1920
|
+
overflow: visible;
|
|
1917
1921
|
}
|
|
1918
1922
|
.e-pivotfieldlist-container .e-checkbox-layout {
|
|
1919
1923
|
float: left;
|
|
@@ -2761,9 +2765,6 @@
|
|
|
2761
2765
|
background-color: #eee;
|
|
2762
2766
|
color: #333;
|
|
2763
2767
|
font-size: 14px;
|
|
2764
|
-
height: 48px;
|
|
2765
|
-
padding-bottom: 9px;
|
|
2766
|
-
padding-top: 9px;
|
|
2767
2768
|
}
|
|
2768
2769
|
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-header-content,
|
|
2769
2770
|
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-header-content {
|
|
@@ -2778,17 +2779,15 @@
|
|
|
2778
2779
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
2779
2780
|
display: -ms-flexbox;
|
|
2780
2781
|
display: flex;
|
|
2781
|
-
|
|
2782
|
-
|
|
2783
|
-
margin-top: 5px;
|
|
2782
|
+
-ms-flex-align: center;
|
|
2783
|
+
align-items: center;
|
|
2784
2784
|
}
|
|
2785
2785
|
.e-pivotfieldlist-container.e-device .e-field-list-back-icon {
|
|
2786
2786
|
color: #333;
|
|
2787
2787
|
font-size: 16px;
|
|
2788
|
-
height:
|
|
2788
|
+
height: auto;
|
|
2789
2789
|
margin-left: 0;
|
|
2790
2790
|
margin-right: 12px;
|
|
2791
|
-
padding-top: 7px;
|
|
2792
2791
|
text-align: center;
|
|
2793
2792
|
width: 24px;
|
|
2794
2793
|
}
|
|
@@ -3079,16 +3078,19 @@
|
|
|
3079
3078
|
margin-top: 20px;
|
|
3080
3079
|
overflow: auto;
|
|
3081
3080
|
}
|
|
3081
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header {
|
|
3082
|
+
-ms-flex-align: center;
|
|
3083
|
+
align-items: center;
|
|
3084
|
+
display: -ms-flexbox;
|
|
3085
|
+
display: flex;
|
|
3086
|
+
}
|
|
3082
3087
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon {
|
|
3083
3088
|
display: table;
|
|
3084
3089
|
font-size: 12px;
|
|
3085
|
-
height: 36px;
|
|
3086
|
-
min-height: 36px;
|
|
3087
3090
|
min-width: 28px;
|
|
3088
3091
|
padding: 0;
|
|
3089
3092
|
position: absolute;
|
|
3090
3093
|
right: 16px;
|
|
3091
|
-
top: 0;
|
|
3092
3094
|
}
|
|
3093
3095
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon .e-list-icon {
|
|
3094
3096
|
cursor: pointer;
|
|
@@ -455,6 +455,9 @@
|
|
|
455
455
|
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
456
456
|
width: 100% !important;
|
|
457
457
|
}
|
|
458
|
+
.e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
|
|
459
|
+
margin-left: 0;
|
|
460
|
+
}
|
|
458
461
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
459
462
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
460
463
|
.e-pivot-formatting-dialog.e-device .e-format-value-span {
|
|
@@ -1892,6 +1895,7 @@
|
|
|
1892
1895
|
}
|
|
1893
1896
|
.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
|
|
1894
1897
|
max-width: 45%;
|
|
1898
|
+
overflow: visible;
|
|
1895
1899
|
}
|
|
1896
1900
|
.e-pivotfieldlist-container .e-checkbox-layout {
|
|
1897
1901
|
float: left;
|
|
@@ -2753,9 +2757,6 @@
|
|
|
2753
2757
|
background-color: #343a40;
|
|
2754
2758
|
color: #ced4da;
|
|
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: #adb5bd;
|
|
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
|
}
|
|
@@ -3076,16 +3075,19 @@
|
|
|
3076
3075
|
margin-top: 20px;
|
|
3077
3076
|
overflow: auto;
|
|
3078
3077
|
}
|
|
3078
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header {
|
|
3079
|
+
-ms-flex-align: center;
|
|
3080
|
+
align-items: center;
|
|
3081
|
+
display: -ms-flexbox;
|
|
3082
|
+
display: flex;
|
|
3083
|
+
}
|
|
3079
3084
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon {
|
|
3080
3085
|
display: table;
|
|
3081
3086
|
font-size: 12px;
|
|
3082
|
-
height: 36px;
|
|
3083
|
-
min-height: 36px;
|
|
3084
3087
|
min-width: 28px;
|
|
3085
3088
|
padding: 0;
|
|
3086
3089
|
position: absolute;
|
|
3087
3090
|
right: 16px;
|
|
3088
|
-
top: 0;
|
|
3089
3091
|
}
|
|
3090
3092
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon .e-list-icon {
|
|
3091
3093
|
cursor: pointer;
|