@syncfusion/ej2-react-pivotview 21.1.39 → 21.1.41
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 +8 -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 +12 -11
- package/styles/bootstrap.css +12 -11
- package/styles/bootstrap4.css +12 -11
- package/styles/bootstrap5-dark.css +12 -11
- package/styles/bootstrap5.css +12 -11
- package/styles/fabric-dark.css +12 -11
- package/styles/fabric.css +12 -11
- package/styles/fluent-dark.css +12 -11
- package/styles/fluent.css +12 -11
- package/styles/highcontrast-light.css +12 -11
- package/styles/highcontrast.css +12 -11
- package/styles/material-dark.css +12 -11
- package/styles/material.css +12 -11
- package/styles/pivotfieldlist/bootstrap-dark.css +12 -11
- package/styles/pivotfieldlist/bootstrap.css +12 -11
- package/styles/pivotfieldlist/bootstrap4.css +12 -11
- package/styles/pivotfieldlist/bootstrap5-dark.css +12 -11
- package/styles/pivotfieldlist/bootstrap5.css +12 -11
- package/styles/pivotfieldlist/fabric-dark.css +12 -11
- package/styles/pivotfieldlist/fabric.css +12 -11
- package/styles/pivotfieldlist/fluent-dark.css +12 -11
- package/styles/pivotfieldlist/fluent.css +12 -11
- package/styles/pivotfieldlist/highcontrast-light.css +12 -11
- package/styles/pivotfieldlist/highcontrast.css +12 -11
- package/styles/pivotfieldlist/material-dark.css +12 -11
- package/styles/pivotfieldlist/material.css +12 -11
- package/styles/pivotfieldlist/tailwind-dark.css +12 -11
- package/styles/pivotfieldlist/tailwind.css +12 -11
- package/styles/tailwind-dark.css +12 -11
- package/styles/tailwind.css +12 -11
|
@@ -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 {
|
|
@@ -5413,9 +5416,6 @@
|
|
|
5413
5416
|
background-color: #d8d8d8;
|
|
5414
5417
|
color: #000;
|
|
5415
5418
|
font-size: 14px;
|
|
5416
|
-
height: 48px;
|
|
5417
|
-
padding-bottom: 9px;
|
|
5418
|
-
padding-top: 9px;
|
|
5419
5419
|
}
|
|
5420
5420
|
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-header-content,
|
|
5421
5421
|
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-header-content {
|
|
@@ -5430,17 +5430,15 @@
|
|
|
5430
5430
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
5431
5431
|
display: -ms-flexbox;
|
|
5432
5432
|
display: flex;
|
|
5433
|
-
|
|
5434
|
-
|
|
5435
|
-
margin-top: 0;
|
|
5433
|
+
-ms-flex-align: center;
|
|
5434
|
+
align-items: center;
|
|
5436
5435
|
}
|
|
5437
5436
|
.e-pivotfieldlist-container.e-device .e-field-list-back-icon {
|
|
5438
5437
|
color: #000;
|
|
5439
5438
|
font-size: 16px;
|
|
5440
|
-
height:
|
|
5439
|
+
height: auto;
|
|
5441
5440
|
margin-left: 0;
|
|
5442
5441
|
margin-right: 12px;
|
|
5443
|
-
padding-top: 7px;
|
|
5444
5442
|
text-align: center;
|
|
5445
5443
|
width: 24px;
|
|
5446
5444
|
}
|
|
@@ -5730,16 +5728,19 @@
|
|
|
5730
5728
|
margin-top: 20px;
|
|
5731
5729
|
overflow: auto;
|
|
5732
5730
|
}
|
|
5731
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header {
|
|
5732
|
+
-ms-flex-align: center;
|
|
5733
|
+
align-items: center;
|
|
5734
|
+
display: -ms-flexbox;
|
|
5735
|
+
display: flex;
|
|
5736
|
+
}
|
|
5733
5737
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon {
|
|
5734
5738
|
display: table;
|
|
5735
5739
|
font-size: 12px;
|
|
5736
|
-
height: 36px;
|
|
5737
|
-
min-height: 36px;
|
|
5738
5740
|
min-width: 28px;
|
|
5739
5741
|
padding: 0;
|
|
5740
5742
|
position: absolute;
|
|
5741
5743
|
right: 16px;
|
|
5742
|
-
top: 0;
|
|
5743
5744
|
}
|
|
5744
5745
|
.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
5746
|
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 {
|
|
@@ -5413,9 +5416,6 @@
|
|
|
5413
5416
|
background-color: #262626;
|
|
5414
5417
|
color: #fff;
|
|
5415
5418
|
font-size: 14px;
|
|
5416
|
-
height: 48px;
|
|
5417
|
-
padding-bottom: 9px;
|
|
5418
|
-
padding-top: 9px;
|
|
5419
5419
|
}
|
|
5420
5420
|
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-header-content,
|
|
5421
5421
|
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-header-content {
|
|
@@ -5430,17 +5430,15 @@
|
|
|
5430
5430
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
5431
5431
|
display: -ms-flexbox;
|
|
5432
5432
|
display: flex;
|
|
5433
|
-
|
|
5434
|
-
|
|
5435
|
-
margin-top: 0;
|
|
5433
|
+
-ms-flex-align: center;
|
|
5434
|
+
align-items: center;
|
|
5436
5435
|
}
|
|
5437
5436
|
.e-pivotfieldlist-container.e-device .e-field-list-back-icon {
|
|
5438
5437
|
color: #fff;
|
|
5439
5438
|
font-size: 16px;
|
|
5440
|
-
height:
|
|
5439
|
+
height: auto;
|
|
5441
5440
|
margin-left: 0;
|
|
5442
5441
|
margin-right: 12px;
|
|
5443
|
-
padding-top: 7px;
|
|
5444
5442
|
text-align: center;
|
|
5445
5443
|
width: 24px;
|
|
5446
5444
|
}
|
|
@@ -5730,16 +5728,19 @@
|
|
|
5730
5728
|
margin-top: 20px;
|
|
5731
5729
|
overflow: auto;
|
|
5732
5730
|
}
|
|
5731
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header {
|
|
5732
|
+
-ms-flex-align: center;
|
|
5733
|
+
align-items: center;
|
|
5734
|
+
display: -ms-flexbox;
|
|
5735
|
+
display: flex;
|
|
5736
|
+
}
|
|
5733
5737
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon {
|
|
5734
5738
|
display: table;
|
|
5735
5739
|
font-size: 12px;
|
|
5736
|
-
height: 36px;
|
|
5737
|
-
min-height: 36px;
|
|
5738
5740
|
min-width: 28px;
|
|
5739
5741
|
padding: 0;
|
|
5740
5742
|
position: absolute;
|
|
5741
5743
|
right: 16px;
|
|
5742
|
-
top: 0;
|
|
5743
5744
|
}
|
|
5744
5745
|
.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
5746
|
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 {
|
|
@@ -5408,9 +5411,6 @@
|
|
|
5408
5411
|
background-color: #fff;
|
|
5409
5412
|
color: #616161;
|
|
5410
5413
|
font-size: 14px;
|
|
5411
|
-
height: 48px;
|
|
5412
|
-
padding-bottom: 9px;
|
|
5413
|
-
padding-top: 9px;
|
|
5414
5414
|
}
|
|
5415
5415
|
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-header-content,
|
|
5416
5416
|
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-header-content {
|
|
@@ -5425,17 +5425,15 @@
|
|
|
5425
5425
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
5426
5426
|
display: -ms-flexbox;
|
|
5427
5427
|
display: flex;
|
|
5428
|
-
|
|
5429
|
-
|
|
5430
|
-
margin-top: 0;
|
|
5428
|
+
-ms-flex-align: center;
|
|
5429
|
+
align-items: center;
|
|
5431
5430
|
}
|
|
5432
5431
|
.e-pivotfieldlist-container.e-device .e-field-list-back-icon {
|
|
5433
5432
|
color: #000;
|
|
5434
5433
|
font-size: 16px;
|
|
5435
|
-
height:
|
|
5434
|
+
height: auto;
|
|
5436
5435
|
margin-left: 0;
|
|
5437
5436
|
margin-right: 12px;
|
|
5438
|
-
padding-top: 7px;
|
|
5439
5437
|
text-align: center;
|
|
5440
5438
|
width: 24px;
|
|
5441
5439
|
}
|
|
@@ -5725,16 +5723,19 @@
|
|
|
5725
5723
|
margin-top: 20px;
|
|
5726
5724
|
overflow: auto;
|
|
5727
5725
|
}
|
|
5726
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header {
|
|
5727
|
+
-ms-flex-align: center;
|
|
5728
|
+
align-items: center;
|
|
5729
|
+
display: -ms-flexbox;
|
|
5730
|
+
display: flex;
|
|
5731
|
+
}
|
|
5728
5732
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon {
|
|
5729
5733
|
display: table;
|
|
5730
5734
|
font-size: 12px;
|
|
5731
|
-
height: 36px;
|
|
5732
|
-
min-height: 36px;
|
|
5733
5735
|
min-width: 28px;
|
|
5734
5736
|
padding: 0;
|
|
5735
5737
|
position: absolute;
|
|
5736
5738
|
right: 16px;
|
|
5737
|
-
top: 0;
|
|
5738
5739
|
}
|
|
5739
5740
|
.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
5741
|
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 {
|
|
@@ -5408,9 +5411,6 @@
|
|
|
5408
5411
|
background-color: #f5f5f5;
|
|
5409
5412
|
color: rgba(0, 0, 0, 0.87);
|
|
5410
5413
|
font-size: 14px;
|
|
5411
|
-
height: 48px;
|
|
5412
|
-
padding-bottom: 9px;
|
|
5413
|
-
padding-top: 9px;
|
|
5414
5414
|
}
|
|
5415
5415
|
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-header-content,
|
|
5416
5416
|
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-header-content {
|
|
@@ -5425,17 +5425,15 @@
|
|
|
5425
5425
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
5426
5426
|
display: -ms-flexbox;
|
|
5427
5427
|
display: flex;
|
|
5428
|
-
|
|
5429
|
-
|
|
5430
|
-
margin-top: 0;
|
|
5428
|
+
-ms-flex-align: center;
|
|
5429
|
+
align-items: center;
|
|
5431
5430
|
}
|
|
5432
5431
|
.e-pivotfieldlist-container.e-device .e-field-list-back-icon {
|
|
5433
5432
|
color: rgba(0, 0, 0, 0.54);
|
|
5434
5433
|
font-size: 16px;
|
|
5435
|
-
height:
|
|
5434
|
+
height: auto;
|
|
5436
5435
|
margin-left: 0;
|
|
5437
5436
|
margin-right: 12px;
|
|
5438
|
-
padding-top: 7px;
|
|
5439
5437
|
text-align: center;
|
|
5440
5438
|
width: 24px;
|
|
5441
5439
|
}
|
|
@@ -5725,16 +5723,19 @@
|
|
|
5725
5723
|
margin-top: 20px;
|
|
5726
5724
|
overflow: auto;
|
|
5727
5725
|
}
|
|
5726
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header {
|
|
5727
|
+
-ms-flex-align: center;
|
|
5728
|
+
align-items: center;
|
|
5729
|
+
display: -ms-flexbox;
|
|
5730
|
+
display: flex;
|
|
5731
|
+
}
|
|
5728
5732
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon {
|
|
5729
5733
|
display: table;
|
|
5730
5734
|
font-size: 12px;
|
|
5731
|
-
height: 36px;
|
|
5732
|
-
min-height: 36px;
|
|
5733
5735
|
min-width: 28px;
|
|
5734
5736
|
padding: 0;
|
|
5735
5737
|
position: absolute;
|
|
5736
5738
|
right: 16px;
|
|
5737
|
-
top: 0;
|
|
5738
5739
|
}
|
|
5739
5740
|
.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
5741
|
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 {
|
|
@@ -2690,9 +2693,6 @@
|
|
|
2690
2693
|
background-color: #767676;
|
|
2691
2694
|
color: #fff;
|
|
2692
2695
|
font-size: 14px;
|
|
2693
|
-
height: 48px;
|
|
2694
|
-
padding-bottom: 9px;
|
|
2695
|
-
padding-top: 9px;
|
|
2696
2696
|
}
|
|
2697
2697
|
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-header-content,
|
|
2698
2698
|
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-header-content {
|
|
@@ -2707,17 +2707,15 @@
|
|
|
2707
2707
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
2708
2708
|
display: -ms-flexbox;
|
|
2709
2709
|
display: flex;
|
|
2710
|
-
|
|
2711
|
-
|
|
2712
|
-
margin-top: 5px;
|
|
2710
|
+
-ms-flex-align: center;
|
|
2711
|
+
align-items: center;
|
|
2713
2712
|
}
|
|
2714
2713
|
.e-pivotfieldlist-container.e-device .e-field-list-back-icon {
|
|
2715
2714
|
color: #fff;
|
|
2716
2715
|
font-size: 16px;
|
|
2717
|
-
height:
|
|
2716
|
+
height: auto;
|
|
2718
2717
|
margin-left: 0;
|
|
2719
2718
|
margin-right: 12px;
|
|
2720
|
-
padding-top: 7px;
|
|
2721
2719
|
text-align: center;
|
|
2722
2720
|
width: 24px;
|
|
2723
2721
|
}
|
|
@@ -3007,16 +3005,19 @@
|
|
|
3007
3005
|
margin-top: 20px;
|
|
3008
3006
|
overflow: auto;
|
|
3009
3007
|
}
|
|
3008
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header {
|
|
3009
|
+
-ms-flex-align: center;
|
|
3010
|
+
align-items: center;
|
|
3011
|
+
display: -ms-flexbox;
|
|
3012
|
+
display: flex;
|
|
3013
|
+
}
|
|
3010
3014
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon {
|
|
3011
3015
|
display: table;
|
|
3012
3016
|
font-size: 12px;
|
|
3013
|
-
height: 36px;
|
|
3014
|
-
min-height: 36px;
|
|
3015
3017
|
min-width: 28px;
|
|
3016
3018
|
padding: 0;
|
|
3017
3019
|
position: absolute;
|
|
3018
3020
|
right: 16px;
|
|
3019
|
-
top: 0;
|
|
3020
3021
|
}
|
|
3021
3022
|
.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
3023
|
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 {
|
|
@@ -2688,9 +2691,6 @@
|
|
|
2688
2691
|
background-color: #eee;
|
|
2689
2692
|
color: #333;
|
|
2690
2693
|
font-size: 14px;
|
|
2691
|
-
height: 48px;
|
|
2692
|
-
padding-bottom: 9px;
|
|
2693
|
-
padding-top: 9px;
|
|
2694
2694
|
}
|
|
2695
2695
|
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-header-content,
|
|
2696
2696
|
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-header-content {
|
|
@@ -2705,17 +2705,15 @@
|
|
|
2705
2705
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
2706
2706
|
display: -ms-flexbox;
|
|
2707
2707
|
display: flex;
|
|
2708
|
-
|
|
2709
|
-
|
|
2710
|
-
margin-top: 5px;
|
|
2708
|
+
-ms-flex-align: center;
|
|
2709
|
+
align-items: center;
|
|
2711
2710
|
}
|
|
2712
2711
|
.e-pivotfieldlist-container.e-device .e-field-list-back-icon {
|
|
2713
2712
|
color: #333;
|
|
2714
2713
|
font-size: 16px;
|
|
2715
|
-
height:
|
|
2714
|
+
height: auto;
|
|
2716
2715
|
margin-left: 0;
|
|
2717
2716
|
margin-right: 12px;
|
|
2718
|
-
padding-top: 7px;
|
|
2719
2717
|
text-align: center;
|
|
2720
2718
|
width: 24px;
|
|
2721
2719
|
}
|
|
@@ -3005,16 +3003,19 @@
|
|
|
3005
3003
|
margin-top: 20px;
|
|
3006
3004
|
overflow: auto;
|
|
3007
3005
|
}
|
|
3006
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header {
|
|
3007
|
+
-ms-flex-align: center;
|
|
3008
|
+
align-items: center;
|
|
3009
|
+
display: -ms-flexbox;
|
|
3010
|
+
display: flex;
|
|
3011
|
+
}
|
|
3008
3012
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon {
|
|
3009
3013
|
display: table;
|
|
3010
3014
|
font-size: 12px;
|
|
3011
|
-
height: 36px;
|
|
3012
|
-
min-height: 36px;
|
|
3013
3015
|
min-width: 28px;
|
|
3014
3016
|
padding: 0;
|
|
3015
3017
|
position: absolute;
|
|
3016
3018
|
right: 16px;
|
|
3017
|
-
top: 0;
|
|
3018
3019
|
}
|
|
3019
3020
|
.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
3021
|
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 {
|
|
@@ -2761,9 +2764,6 @@
|
|
|
2761
2764
|
background-color: #eee;
|
|
2762
2765
|
color: #333;
|
|
2763
2766
|
font-size: 14px;
|
|
2764
|
-
height: 48px;
|
|
2765
|
-
padding-bottom: 9px;
|
|
2766
|
-
padding-top: 9px;
|
|
2767
2767
|
}
|
|
2768
2768
|
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-header-content,
|
|
2769
2769
|
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-header-content {
|
|
@@ -2778,17 +2778,15 @@
|
|
|
2778
2778
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
2779
2779
|
display: -ms-flexbox;
|
|
2780
2780
|
display: flex;
|
|
2781
|
-
|
|
2782
|
-
|
|
2783
|
-
margin-top: 5px;
|
|
2781
|
+
-ms-flex-align: center;
|
|
2782
|
+
align-items: center;
|
|
2784
2783
|
}
|
|
2785
2784
|
.e-pivotfieldlist-container.e-device .e-field-list-back-icon {
|
|
2786
2785
|
color: #333;
|
|
2787
2786
|
font-size: 16px;
|
|
2788
|
-
height:
|
|
2787
|
+
height: auto;
|
|
2789
2788
|
margin-left: 0;
|
|
2790
2789
|
margin-right: 12px;
|
|
2791
|
-
padding-top: 7px;
|
|
2792
2790
|
text-align: center;
|
|
2793
2791
|
width: 24px;
|
|
2794
2792
|
}
|
|
@@ -3079,16 +3077,19 @@
|
|
|
3079
3077
|
margin-top: 20px;
|
|
3080
3078
|
overflow: auto;
|
|
3081
3079
|
}
|
|
3080
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header {
|
|
3081
|
+
-ms-flex-align: center;
|
|
3082
|
+
align-items: center;
|
|
3083
|
+
display: -ms-flexbox;
|
|
3084
|
+
display: flex;
|
|
3085
|
+
}
|
|
3082
3086
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon {
|
|
3083
3087
|
display: table;
|
|
3084
3088
|
font-size: 12px;
|
|
3085
|
-
height: 36px;
|
|
3086
|
-
min-height: 36px;
|
|
3087
3089
|
min-width: 28px;
|
|
3088
3090
|
padding: 0;
|
|
3089
3091
|
position: absolute;
|
|
3090
3092
|
right: 16px;
|
|
3091
|
-
top: 0;
|
|
3092
3093
|
}
|
|
3093
3094
|
.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
3095
|
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 {
|
|
@@ -2753,9 +2756,6 @@
|
|
|
2753
2756
|
background-color: #343a40;
|
|
2754
2757
|
color: #ced4da;
|
|
2755
2758
|
font-size: 14px;
|
|
2756
|
-
height: 48px;
|
|
2757
|
-
padding-bottom: 9px;
|
|
2758
|
-
padding-top: 9px;
|
|
2759
2759
|
}
|
|
2760
2760
|
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-header-content,
|
|
2761
2761
|
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-header-content {
|
|
@@ -2770,17 +2770,15 @@
|
|
|
2770
2770
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
2771
2771
|
display: -ms-flexbox;
|
|
2772
2772
|
display: flex;
|
|
2773
|
-
|
|
2774
|
-
|
|
2775
|
-
margin-top: 5px;
|
|
2773
|
+
-ms-flex-align: center;
|
|
2774
|
+
align-items: center;
|
|
2776
2775
|
}
|
|
2777
2776
|
.e-pivotfieldlist-container.e-device .e-field-list-back-icon {
|
|
2778
2777
|
color: #adb5bd;
|
|
2779
2778
|
font-size: 16px;
|
|
2780
|
-
height:
|
|
2779
|
+
height: auto;
|
|
2781
2780
|
margin-left: 0;
|
|
2782
2781
|
margin-right: 12px;
|
|
2783
|
-
padding-top: 7px;
|
|
2784
2782
|
text-align: center;
|
|
2785
2783
|
width: 24px;
|
|
2786
2784
|
}
|
|
@@ -3076,16 +3074,19 @@
|
|
|
3076
3074
|
margin-top: 20px;
|
|
3077
3075
|
overflow: auto;
|
|
3078
3076
|
}
|
|
3077
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header {
|
|
3078
|
+
-ms-flex-align: center;
|
|
3079
|
+
align-items: center;
|
|
3080
|
+
display: -ms-flexbox;
|
|
3081
|
+
display: flex;
|
|
3082
|
+
}
|
|
3079
3083
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon {
|
|
3080
3084
|
display: table;
|
|
3081
3085
|
font-size: 12px;
|
|
3082
|
-
height: 36px;
|
|
3083
|
-
min-height: 36px;
|
|
3084
3086
|
min-width: 28px;
|
|
3085
3087
|
padding: 0;
|
|
3086
3088
|
position: absolute;
|
|
3087
3089
|
right: 16px;
|
|
3088
|
-
top: 0;
|
|
3089
3090
|
}
|
|
3090
3091
|
.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
3092
|
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 {
|
|
@@ -2753,9 +2756,6 @@
|
|
|
2753
2756
|
background-color: #e9ecef;
|
|
2754
2757
|
color: #495057;
|
|
2755
2758
|
font-size: 14px;
|
|
2756
|
-
height: 48px;
|
|
2757
|
-
padding-bottom: 9px;
|
|
2758
|
-
padding-top: 9px;
|
|
2759
2759
|
}
|
|
2760
2760
|
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-header-content,
|
|
2761
2761
|
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-header-content {
|
|
@@ -2770,17 +2770,15 @@
|
|
|
2770
2770
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
2771
2771
|
display: -ms-flexbox;
|
|
2772
2772
|
display: flex;
|
|
2773
|
-
|
|
2774
|
-
|
|
2775
|
-
margin-top: 5px;
|
|
2773
|
+
-ms-flex-align: center;
|
|
2774
|
+
align-items: center;
|
|
2776
2775
|
}
|
|
2777
2776
|
.e-pivotfieldlist-container.e-device .e-field-list-back-icon {
|
|
2778
2777
|
color: #6c757d;
|
|
2779
2778
|
font-size: 16px;
|
|
2780
|
-
height:
|
|
2779
|
+
height: auto;
|
|
2781
2780
|
margin-left: 0;
|
|
2782
2781
|
margin-right: 12px;
|
|
2783
|
-
padding-top: 7px;
|
|
2784
2782
|
text-align: center;
|
|
2785
2783
|
width: 24px;
|
|
2786
2784
|
}
|
|
@@ -3076,16 +3074,19 @@
|
|
|
3076
3074
|
margin-top: 20px;
|
|
3077
3075
|
overflow: auto;
|
|
3078
3076
|
}
|
|
3077
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header {
|
|
3078
|
+
-ms-flex-align: center;
|
|
3079
|
+
align-items: center;
|
|
3080
|
+
display: -ms-flexbox;
|
|
3081
|
+
display: flex;
|
|
3082
|
+
}
|
|
3079
3083
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon {
|
|
3080
3084
|
display: table;
|
|
3081
3085
|
font-size: 12px;
|
|
3082
|
-
height: 36px;
|
|
3083
|
-
min-height: 36px;
|
|
3084
3086
|
min-width: 28px;
|
|
3085
3087
|
padding: 0;
|
|
3086
3088
|
position: absolute;
|
|
3087
3089
|
right: 16px;
|
|
3088
|
-
top: 0;
|
|
3089
3090
|
}
|
|
3090
3091
|
.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
3092
|
cursor: pointer;
|
|
@@ -446,6 +446,9 @@
|
|
|
446
446
|
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
447
447
|
width: 100% !important;
|
|
448
448
|
}
|
|
449
|
+
.e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
|
|
450
|
+
margin-left: 0;
|
|
451
|
+
}
|
|
449
452
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
450
453
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
451
454
|
.e-pivot-formatting-dialog.e-device .e-format-value-span {
|
|
@@ -2698,9 +2701,6 @@
|
|
|
2698
2701
|
background-color: #333232;
|
|
2699
2702
|
color: #dadada;
|
|
2700
2703
|
font-size: 14px;
|
|
2701
|
-
height: 48px;
|
|
2702
|
-
padding-bottom: 9px;
|
|
2703
|
-
padding-top: 9px;
|
|
2704
2704
|
}
|
|
2705
2705
|
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-header-content,
|
|
2706
2706
|
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-header-content {
|
|
@@ -2715,17 +2715,15 @@
|
|
|
2715
2715
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
2716
2716
|
display: -ms-flexbox;
|
|
2717
2717
|
display: flex;
|
|
2718
|
-
|
|
2719
|
-
|
|
2720
|
-
margin-top: 0;
|
|
2718
|
+
-ms-flex-align: center;
|
|
2719
|
+
align-items: center;
|
|
2721
2720
|
}
|
|
2722
2721
|
.e-pivotfieldlist-container.e-device .e-field-list-back-icon {
|
|
2723
2722
|
color: #dadada;
|
|
2724
2723
|
font-size: 16px;
|
|
2725
|
-
height:
|
|
2724
|
+
height: auto;
|
|
2726
2725
|
margin-left: 0;
|
|
2727
2726
|
margin-right: 12px;
|
|
2728
|
-
padding-top: 7px;
|
|
2729
2727
|
text-align: center;
|
|
2730
2728
|
width: 24px;
|
|
2731
2729
|
}
|
|
@@ -3015,16 +3013,19 @@
|
|
|
3015
3013
|
margin-top: 20px;
|
|
3016
3014
|
overflow: auto;
|
|
3017
3015
|
}
|
|
3016
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header {
|
|
3017
|
+
-ms-flex-align: center;
|
|
3018
|
+
align-items: center;
|
|
3019
|
+
display: -ms-flexbox;
|
|
3020
|
+
display: flex;
|
|
3021
|
+
}
|
|
3018
3022
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon {
|
|
3019
3023
|
display: table;
|
|
3020
3024
|
font-size: 12px;
|
|
3021
|
-
height: 36px;
|
|
3022
|
-
min-height: 36px;
|
|
3023
3025
|
min-width: 28px;
|
|
3024
3026
|
padding: 0;
|
|
3025
3027
|
position: absolute;
|
|
3026
3028
|
right: 16px;
|
|
3027
|
-
top: 0;
|
|
3028
3029
|
}
|
|
3029
3030
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon .e-list-icon {
|
|
3030
3031
|
cursor: pointer;
|
|
@@ -445,6 +445,9 @@
|
|
|
445
445
|
.e-pivot-formatting-dialog.e-device .e-format-inner-div {
|
|
446
446
|
width: 100% !important;
|
|
447
447
|
}
|
|
448
|
+
.e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
|
|
449
|
+
margin-left: 0;
|
|
450
|
+
}
|
|
448
451
|
.e-pivot-formatting-dialog.e-device .e-format-value1,
|
|
449
452
|
.e-pivot-formatting-dialog.e-device .e-format-value2,
|
|
450
453
|
.e-pivot-formatting-dialog.e-device .e-format-value-span {
|
|
@@ -2697,9 +2700,6 @@
|
|
|
2697
2700
|
background-color: #f4f4f4;
|
|
2698
2701
|
color: #333;
|
|
2699
2702
|
font-size: 14px;
|
|
2700
|
-
height: 48px;
|
|
2701
|
-
padding-bottom: 9px;
|
|
2702
|
-
padding-top: 9px;
|
|
2703
2703
|
}
|
|
2704
2704
|
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-header-content,
|
|
2705
2705
|
.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-header-content {
|
|
@@ -2714,17 +2714,15 @@
|
|
|
2714
2714
|
.e-pivotfieldlist-container.e-device .e-title-mobile-header {
|
|
2715
2715
|
display: -ms-flexbox;
|
|
2716
2716
|
display: flex;
|
|
2717
|
-
|
|
2718
|
-
|
|
2719
|
-
margin-top: 0;
|
|
2717
|
+
-ms-flex-align: center;
|
|
2718
|
+
align-items: center;
|
|
2720
2719
|
}
|
|
2721
2720
|
.e-pivotfieldlist-container.e-device .e-field-list-back-icon {
|
|
2722
2721
|
color: #333;
|
|
2723
2722
|
font-size: 16px;
|
|
2724
|
-
height:
|
|
2723
|
+
height: auto;
|
|
2725
2724
|
margin-left: 0;
|
|
2726
2725
|
margin-right: 12px;
|
|
2727
|
-
padding-top: 7px;
|
|
2728
2726
|
text-align: center;
|
|
2729
2727
|
width: 24px;
|
|
2730
2728
|
}
|
|
@@ -3014,16 +3012,19 @@
|
|
|
3014
3012
|
margin-top: 20px;
|
|
3015
3013
|
overflow: auto;
|
|
3016
3014
|
}
|
|
3015
|
+
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header {
|
|
3016
|
+
-ms-flex-align: center;
|
|
3017
|
+
align-items: center;
|
|
3018
|
+
display: -ms-flexbox;
|
|
3019
|
+
display: flex;
|
|
3020
|
+
}
|
|
3017
3021
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon {
|
|
3018
3022
|
display: table;
|
|
3019
3023
|
font-size: 12px;
|
|
3020
|
-
height: 36px;
|
|
3021
|
-
min-height: 36px;
|
|
3022
3024
|
min-width: 28px;
|
|
3023
3025
|
padding: 0;
|
|
3024
3026
|
position: absolute;
|
|
3025
3027
|
right: 16px;
|
|
3026
|
-
top: 0;
|
|
3027
3028
|
}
|
|
3028
3029
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon .e-list-icon {
|
|
3029
3030
|
cursor: pointer;
|