@syncfusion/ej2-vue-pivotview 19.2.51 → 19.3.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 +34 -0
- package/dist/ej2-vue-pivotview.umd.min.js +11 -2
- package/dist/ej2-vue-pivotview.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-pivotview.es2015.js +49 -1
- package/dist/es6/ej2-vue-pivotview.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-pivotview.es5.js +53 -1
- package/dist/es6/ej2-vue-pivotview.es5.js.map +1 -1
- package/package.json +8 -8
- package/src/pivotfieldlist/pivotfieldlist.component.d.ts +2 -0
- package/src/pivotfieldlist/pivotfieldlist.component.js +27 -1
- package/src/pivotview/pivotview.component.d.ts +2 -0
- package/src/pivotview/pivotview.component.js +27 -1
- package/styles/bootstrap-dark.css +34 -49
- package/styles/bootstrap.css +35 -50
- package/styles/bootstrap4.css +76 -92
- package/styles/bootstrap5-dark.css +8780 -0
- package/styles/bootstrap5-dark.scss +2 -0
- package/styles/bootstrap5.css +8780 -0
- package/styles/bootstrap5.scss +2 -0
- package/styles/fabric-dark.css +38 -52
- package/styles/fabric.css +38 -52
- package/styles/highcontrast-light.css +47 -58
- package/styles/highcontrast.css +40 -51
- package/styles/material-dark.css +49 -64
- package/styles/material.css +37 -52
- package/styles/pivotfieldlist/bootstrap-dark.css +12 -14
- package/styles/pivotfieldlist/bootstrap.css +14 -16
- package/styles/pivotfieldlist/bootstrap4.css +42 -40
- package/styles/pivotfieldlist/bootstrap5-dark.css +6404 -0
- package/styles/pivotfieldlist/bootstrap5-dark.scss +1 -0
- package/styles/pivotfieldlist/bootstrap5.css +6404 -0
- package/styles/pivotfieldlist/bootstrap5.scss +1 -0
- package/styles/pivotfieldlist/fabric-dark.css +18 -20
- package/styles/pivotfieldlist/fabric.css +18 -20
- package/styles/pivotfieldlist/highcontrast-light.css +18 -20
- package/styles/pivotfieldlist/highcontrast.css +18 -20
- package/styles/pivotfieldlist/material-dark.css +29 -31
- package/styles/pivotfieldlist/material.css +18 -20
- package/styles/pivotfieldlist/tailwind-dark.css +58 -25
- package/styles/pivotfieldlist/tailwind.css +60 -27
- package/styles/pivotview/bootstrap-dark.css +22 -35
- package/styles/pivotview/bootstrap.css +21 -34
- package/styles/pivotview/bootstrap4.css +34 -52
- package/styles/pivotview/bootstrap5-dark.css +2375 -0
- package/styles/pivotview/bootstrap5-dark.scss +1 -0
- package/styles/pivotview/bootstrap5.css +2375 -0
- package/styles/pivotview/bootstrap5.scss +1 -0
- package/styles/pivotview/fabric-dark.css +20 -32
- package/styles/pivotview/fabric.css +20 -32
- package/styles/pivotview/highcontrast-light.css +29 -38
- package/styles/pivotview/highcontrast.css +22 -31
- package/styles/pivotview/material-dark.css +20 -33
- package/styles/pivotview/material.css +19 -32
- package/styles/pivotview/tailwind-dark.css +40 -40
- package/styles/pivotview/tailwind.css +37 -37
- package/styles/tailwind-dark.css +98 -65
- package/styles/tailwind.css +97 -64
|
@@ -1176,7 +1176,7 @@
|
|
|
1176
1176
|
.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-member-editor-container-outer-div,
|
|
1177
1177
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-container-outer-div {
|
|
1178
1178
|
display: inline-block;
|
|
1179
|
-
height:
|
|
1179
|
+
height: 164px;
|
|
1180
1180
|
max-width: 400px;
|
|
1181
1181
|
overflow: auto;
|
|
1182
1182
|
width: 100%;
|
|
@@ -1185,7 +1185,6 @@
|
|
|
1185
1185
|
.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-member-editor-container,
|
|
1186
1186
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-container {
|
|
1187
1187
|
display: inline-table;
|
|
1188
|
-
height: 100%;
|
|
1189
1188
|
width: 100%;
|
|
1190
1189
|
}
|
|
1191
1190
|
|
|
@@ -1280,8 +1279,10 @@
|
|
|
1280
1279
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-filter-sort .e-member-sort:focus.e-active {
|
|
1281
1280
|
background-color: #6b7280;
|
|
1282
1281
|
border-color: transparent;
|
|
1283
|
-
color:
|
|
1282
|
+
color: #6b7280;
|
|
1284
1283
|
outline: none;
|
|
1284
|
+
background-color: #e5e7eb !important;
|
|
1285
|
+
color: #374151 !important;
|
|
1285
1286
|
}
|
|
1286
1287
|
|
|
1287
1288
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-select-all-wrapper ul {
|
|
@@ -1325,7 +1326,7 @@
|
|
|
1325
1326
|
}
|
|
1326
1327
|
|
|
1327
1328
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
1328
|
-
height:
|
|
1329
|
+
height: 151px;
|
|
1329
1330
|
}
|
|
1330
1331
|
|
|
1331
1332
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-label-filter,
|
|
@@ -1588,10 +1589,16 @@
|
|
|
1588
1589
|
padding: 0 12px 10px;
|
|
1589
1590
|
}
|
|
1590
1591
|
|
|
1592
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-editor-search-container .e-clear-icon-hide,
|
|
1593
|
+
.e-pivotfieldlist-container .e-member-editor-dialog .e-editor-search-container .e-clear-icon-hide {
|
|
1594
|
+
display: inline-block;
|
|
1595
|
+
visibility: hidden;
|
|
1596
|
+
}
|
|
1597
|
+
|
|
1591
1598
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container-outer-div,
|
|
1592
1599
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container-outer-div {
|
|
1593
1600
|
display: inline-block;
|
|
1594
|
-
height:
|
|
1601
|
+
height: 164px;
|
|
1595
1602
|
max-width: 400px;
|
|
1596
1603
|
overflow: auto;
|
|
1597
1604
|
width: 100%;
|
|
@@ -1600,7 +1607,6 @@
|
|
|
1600
1607
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container,
|
|
1601
1608
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container {
|
|
1602
1609
|
display: inline-table;
|
|
1603
|
-
height: 100%;
|
|
1604
1610
|
width: 100%;
|
|
1605
1611
|
}
|
|
1606
1612
|
|
|
@@ -1695,8 +1701,10 @@
|
|
|
1695
1701
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-sort .e-member-sort:focus.e-active {
|
|
1696
1702
|
background-color: #6b7280;
|
|
1697
1703
|
border-color: transparent;
|
|
1698
|
-
color:
|
|
1704
|
+
color: #6b7280;
|
|
1699
1705
|
outline: none;
|
|
1706
|
+
background-color: #e5e7eb !important;
|
|
1707
|
+
color: #374151;
|
|
1700
1708
|
}
|
|
1701
1709
|
|
|
1702
1710
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-select-all-container ul {
|
|
@@ -1740,7 +1748,7 @@
|
|
|
1740
1748
|
}
|
|
1741
1749
|
|
|
1742
1750
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
1743
|
-
height:
|
|
1751
|
+
height: 151px;
|
|
1744
1752
|
}
|
|
1745
1753
|
|
|
1746
1754
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter,
|
|
@@ -2132,7 +2140,7 @@
|
|
|
2132
2140
|
.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div,
|
|
2133
2141
|
.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div,
|
|
2134
2142
|
.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div {
|
|
2135
|
-
height:
|
|
2143
|
+
height: 122px;
|
|
2136
2144
|
}
|
|
2137
2145
|
|
|
2138
2146
|
.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-editor-search-wrapper .e-sort-ascend-icon,
|
|
@@ -2207,6 +2215,16 @@
|
|
|
2207
2215
|
margin: 0 6px 0 0;
|
|
2208
2216
|
}
|
|
2209
2217
|
|
|
2218
|
+
.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-excelfilter,
|
|
2219
|
+
.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-excelfilter {
|
|
2220
|
+
padding-top: 16px;
|
|
2221
|
+
}
|
|
2222
|
+
|
|
2223
|
+
.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
2224
|
+
.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
2225
|
+
height: 91px !important;
|
|
2226
|
+
}
|
|
2227
|
+
|
|
2210
2228
|
.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-label-filter,
|
|
2211
2229
|
.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-value-filter,
|
|
2212
2230
|
.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-label-filter,
|
|
@@ -2326,7 +2344,7 @@
|
|
|
2326
2344
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
2327
2345
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
2328
2346
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
2329
|
-
height:
|
|
2347
|
+
height: 122px;
|
|
2330
2348
|
}
|
|
2331
2349
|
|
|
2332
2350
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-editor-search-container .e-sort-ascend-icon,
|
|
@@ -2408,7 +2426,7 @@
|
|
|
2408
2426
|
|
|
2409
2427
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
2410
2428
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
2411
|
-
height:
|
|
2429
|
+
height: 91px !important;
|
|
2412
2430
|
}
|
|
2413
2431
|
|
|
2414
2432
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter,
|
|
@@ -2796,6 +2814,8 @@
|
|
|
2796
2814
|
text-align: center;
|
|
2797
2815
|
vertical-align: bottom;
|
|
2798
2816
|
width: 20px;
|
|
2817
|
+
margin-bottom: 0;
|
|
2818
|
+
vertical-align: middle;
|
|
2799
2819
|
}
|
|
2800
2820
|
|
|
2801
2821
|
.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-drag.e-disable-drag {
|
|
@@ -2981,9 +3001,9 @@
|
|
|
2981
3001
|
.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-drop-indicator.e-drop-hover,
|
|
2982
3002
|
.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-drop-indicator-last.e-drop-hover,
|
|
2983
3003
|
.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-drop-indicator.e-drop-hover {
|
|
2984
|
-
border-top: 2px dashed #
|
|
3004
|
+
border-top: 2px dashed #4f46e5;
|
|
2985
3005
|
margin-top: -2px;
|
|
2986
|
-
border-top: 2px solid #
|
|
3006
|
+
border-top: 2px solid #4f46e5;
|
|
2987
3007
|
}
|
|
2988
3008
|
|
|
2989
3009
|
.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div.e-first-btn .e-drop-indicator.e-drop-hover,
|
|
@@ -3100,6 +3120,16 @@
|
|
|
3100
3120
|
color: #374151;
|
|
3101
3121
|
}
|
|
3102
3122
|
|
|
3123
|
+
.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-drag, .e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-drag,
|
|
3124
|
+
.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-drag,
|
|
3125
|
+
.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-drag,
|
|
3126
|
+
.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-drag,
|
|
3127
|
+
.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-drag,
|
|
3128
|
+
.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-drag,
|
|
3129
|
+
.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-drag {
|
|
3130
|
+
color: #374151;
|
|
3131
|
+
}
|
|
3132
|
+
|
|
3103
3133
|
.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content,
|
|
3104
3134
|
.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content,
|
|
3105
3135
|
.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content,
|
|
@@ -3325,7 +3355,7 @@
|
|
|
3325
3355
|
}
|
|
3326
3356
|
|
|
3327
3357
|
.e-pivotfieldlist-wrapper .e-calculated-field {
|
|
3328
|
-
color: #
|
|
3358
|
+
color: #374151;
|
|
3329
3359
|
font-size: 14px;
|
|
3330
3360
|
font-weight: normal;
|
|
3331
3361
|
max-width: 160px;
|
|
@@ -3934,11 +3964,6 @@
|
|
|
3934
3964
|
transform: rotateX(0deg) rotateY(180deg);
|
|
3935
3965
|
}
|
|
3936
3966
|
|
|
3937
|
-
.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-checkbox-wrapper .e-icons {
|
|
3938
|
-
height: 18px;
|
|
3939
|
-
width: 18px;
|
|
3940
|
-
}
|
|
3941
|
-
|
|
3942
3967
|
.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div.e-olap-calc-outer-div {
|
|
3943
3968
|
max-height: 350px;
|
|
3944
3969
|
overflow: hidden;
|
|
@@ -4274,6 +4299,8 @@
|
|
|
4274
4299
|
text-align: center;
|
|
4275
4300
|
vertical-align: bottom;
|
|
4276
4301
|
width: 20px;
|
|
4302
|
+
margin-bottom: 0;
|
|
4303
|
+
vertical-align: middle;
|
|
4277
4304
|
}
|
|
4278
4305
|
|
|
4279
4306
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-drag.e-disable-drag {
|
|
@@ -4459,9 +4486,9 @@
|
|
|
4459
4486
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-drop-indicator.e-drop-hover,
|
|
4460
4487
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-drop-indicator-last.e-drop-hover,
|
|
4461
4488
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-drop-indicator.e-drop-hover {
|
|
4462
|
-
border-top: 2px dashed #
|
|
4489
|
+
border-top: 2px dashed #4f46e5;
|
|
4463
4490
|
margin-top: -2px;
|
|
4464
|
-
border-top: 2px solid #
|
|
4491
|
+
border-top: 2px solid #4f46e5;
|
|
4465
4492
|
}
|
|
4466
4493
|
|
|
4467
4494
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div.e-first-btn .e-drop-indicator.e-drop-hover,
|
|
@@ -4578,6 +4605,16 @@
|
|
|
4578
4605
|
color: #374151;
|
|
4579
4606
|
}
|
|
4580
4607
|
|
|
4608
|
+
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-drag, .e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-drag,
|
|
4609
|
+
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-drag,
|
|
4610
|
+
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-drag,
|
|
4611
|
+
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-drag,
|
|
4612
|
+
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-drag,
|
|
4613
|
+
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-drag,
|
|
4614
|
+
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-drag {
|
|
4615
|
+
color: #374151;
|
|
4616
|
+
}
|
|
4617
|
+
|
|
4581
4618
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content,
|
|
4582
4619
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content,
|
|
4583
4620
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content,
|
|
@@ -4803,7 +4840,7 @@
|
|
|
4803
4840
|
}
|
|
4804
4841
|
|
|
4805
4842
|
.e-pivotfieldlist-container .e-calculated-field {
|
|
4806
|
-
color: #
|
|
4843
|
+
color: #374151;
|
|
4807
4844
|
font-size: 14px;
|
|
4808
4845
|
font-weight: normal;
|
|
4809
4846
|
max-width: 160px;
|
|
@@ -5410,11 +5447,6 @@
|
|
|
5410
5447
|
transform: rotateX(0deg) rotateY(180deg);
|
|
5411
5448
|
}
|
|
5412
5449
|
|
|
5413
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-checkbox-wrapper .e-icons {
|
|
5414
|
-
height: 18px;
|
|
5415
|
-
width: 18px;
|
|
5416
|
-
}
|
|
5417
|
-
|
|
5418
5450
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div.e-olap-calc-outer-div {
|
|
5419
5451
|
max-height: 350px;
|
|
5420
5452
|
overflow: hidden;
|
|
@@ -5585,6 +5617,7 @@
|
|
|
5585
5617
|
margin-bottom: 3px !important;
|
|
5586
5618
|
margin-right: 4px !important;
|
|
5587
5619
|
width: 24px !important;
|
|
5620
|
+
margin-bottom: 0 !important;
|
|
5588
5621
|
}
|
|
5589
5622
|
|
|
5590
5623
|
.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-calc-measure-icon,
|
|
@@ -268,11 +268,6 @@
|
|
|
268
268
|
padding-top: 20px;
|
|
269
269
|
}
|
|
270
270
|
|
|
271
|
-
.e-pivotview .e-group-field-settings .e-checkbox-wrapper .e-frame {
|
|
272
|
-
height: 18px;
|
|
273
|
-
width: 18px;
|
|
274
|
-
}
|
|
275
|
-
|
|
276
271
|
.e-pivotview .e-group-field-settings .e-group-field-div-content {
|
|
277
272
|
margin-bottom: 10px;
|
|
278
273
|
}
|
|
@@ -288,6 +283,12 @@
|
|
|
288
283
|
padding: 0 20px 10px;
|
|
289
284
|
}
|
|
290
285
|
|
|
286
|
+
.e-pivotview .e-member-editor-dialog .e-editor-search-wrapper .e-clear-icon-hide,
|
|
287
|
+
.e-pivotview .e-member-editor-dialog .e-editor-search-container .e-clear-icon-hide {
|
|
288
|
+
display: inline-block;
|
|
289
|
+
visibility: hidden;
|
|
290
|
+
}
|
|
291
|
+
|
|
291
292
|
.e-pivotview .e-member-editor-dialog .e-filter-sort {
|
|
292
293
|
box-shadow: none;
|
|
293
294
|
margin-left: 10px;
|
|
@@ -321,7 +322,6 @@
|
|
|
321
322
|
|
|
322
323
|
.e-pivotview .e-member-editor-dialog .e-member-editor-container {
|
|
323
324
|
display: inline-table;
|
|
324
|
-
height: 100%;
|
|
325
325
|
width: 100%;
|
|
326
326
|
}
|
|
327
327
|
|
|
@@ -366,7 +366,7 @@
|
|
|
366
366
|
}
|
|
367
367
|
|
|
368
368
|
.e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
369
|
-
height:
|
|
369
|
+
height: 154px;
|
|
370
370
|
}
|
|
371
371
|
|
|
372
372
|
.e-pivotview .e-member-editor-dialog .e-excelfilter .e-editor-label-wrapper,
|
|
@@ -659,11 +659,6 @@
|
|
|
659
659
|
width: 49%;
|
|
660
660
|
}
|
|
661
661
|
|
|
662
|
-
.e-pivotview .e-pivotchart-type-dialog .e-icons.e-frame {
|
|
663
|
-
height: 20px;
|
|
664
|
-
width: 20px;
|
|
665
|
-
}
|
|
666
|
-
|
|
667
662
|
.e-pivotview .e-pivot-format-dialog {
|
|
668
663
|
max-height: 500px !important;
|
|
669
664
|
max-width: 350px;
|
|
@@ -692,6 +687,9 @@
|
|
|
692
687
|
.e-pivotview .e-pivot-toolbar {
|
|
693
688
|
border-bottom: 0;
|
|
694
689
|
border-style: solid;
|
|
690
|
+
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
|
691
|
+
border-left: 1px solid rgba(255, 255, 255, 0.12);
|
|
692
|
+
border-right: 1px solid rgba(255, 255, 255, 0.12);
|
|
695
693
|
}
|
|
696
694
|
|
|
697
695
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
@@ -707,6 +705,7 @@
|
|
|
707
705
|
.e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item,
|
|
708
706
|
.e-pivotview .e-pivot-toolbar .e-menu-container ul .e-menu-item {
|
|
709
707
|
height: 40px;
|
|
708
|
+
overflow: hidden;
|
|
710
709
|
padding-left: 10px;
|
|
711
710
|
}
|
|
712
711
|
|
|
@@ -763,7 +762,7 @@
|
|
|
763
762
|
|
|
764
763
|
.e-mdx-query-content {
|
|
765
764
|
background-color: #6e6e6e;
|
|
766
|
-
color: #
|
|
765
|
+
color: #858585;
|
|
767
766
|
font-size: 14px;
|
|
768
767
|
font-weight: 500;
|
|
769
768
|
height: 200px;
|
|
@@ -850,7 +849,7 @@
|
|
|
850
849
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
851
850
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div,
|
|
852
851
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
853
|
-
height:
|
|
852
|
+
height: 136px;
|
|
854
853
|
}
|
|
855
854
|
|
|
856
855
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-wrapper .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
@@ -887,7 +886,7 @@
|
|
|
887
886
|
|
|
888
887
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
889
888
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
890
|
-
height:
|
|
889
|
+
height: 113px !important;
|
|
891
890
|
}
|
|
892
891
|
|
|
893
892
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-label-filter,
|
|
@@ -949,17 +948,16 @@
|
|
|
949
948
|
top: 0;
|
|
950
949
|
}
|
|
951
950
|
|
|
951
|
+
.e-bigger .e-pivotview .e-value-field-settings,
|
|
952
|
+
.e-bigger.e-pivotview .e-value-field-settings {
|
|
953
|
+
max-height: 510px !important;
|
|
954
|
+
}
|
|
955
|
+
|
|
952
956
|
.e-bigger .e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer,
|
|
953
957
|
.e-bigger.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer {
|
|
954
958
|
padding: 0 20px 10px;
|
|
955
959
|
}
|
|
956
960
|
|
|
957
|
-
.e-bigger .e-pivotview .e-group-field-settings .e-checkbox-wrapper .e-frame,
|
|
958
|
-
.e-bigger.e-pivotview .e-group-field-settings .e-checkbox-wrapper .e-frame {
|
|
959
|
-
height: 22px;
|
|
960
|
-
width: 22px;
|
|
961
|
-
}
|
|
962
|
-
|
|
963
961
|
.e-bigger .e-pivotview .e-group-field-settings .e-caption-option-text,
|
|
964
962
|
.e-bigger .e-pivotview .e-group-field-settings .e-checkbox-wrapper .e-label,
|
|
965
963
|
.e-bigger.e-pivotview .e-group-field-settings .e-caption-option-text,
|
|
@@ -1058,12 +1056,6 @@
|
|
|
1058
1056
|
margin-top: 8px;
|
|
1059
1057
|
}
|
|
1060
1058
|
|
|
1061
|
-
.e-bigger .e-pivotchart-type-dialog .e-icons.e-frame,
|
|
1062
|
-
.e-bigger.e-pivotchart-type-dialog .e-icons.e-frame {
|
|
1063
|
-
height: 22px;
|
|
1064
|
-
width: 22px;
|
|
1065
|
-
}
|
|
1066
|
-
|
|
1067
1059
|
/*! PivotView theme */
|
|
1068
1060
|
.e-pivotview .e-nextspan {
|
|
1069
1061
|
display: inline-block;
|
|
@@ -1208,7 +1200,7 @@
|
|
|
1208
1200
|
|
|
1209
1201
|
.e-pivotview .e-sortfilterdiv {
|
|
1210
1202
|
float: right;
|
|
1211
|
-
margin: -
|
|
1203
|
+
margin: -23px 0px !important;
|
|
1212
1204
|
}
|
|
1213
1205
|
|
|
1214
1206
|
.e-pivotview .e-sortfilterdiv.e-value-sort-icon {
|
|
@@ -1274,7 +1266,6 @@
|
|
|
1274
1266
|
}
|
|
1275
1267
|
|
|
1276
1268
|
.e-pivotview .e-headercelldiv.e-cellvalue {
|
|
1277
|
-
float: left;
|
|
1278
1269
|
margin-left: 0px;
|
|
1279
1270
|
}
|
|
1280
1271
|
|
|
@@ -1806,10 +1797,6 @@
|
|
|
1806
1797
|
padding-bottom: 7px;
|
|
1807
1798
|
}
|
|
1808
1799
|
|
|
1809
|
-
.e-pivotview .e-chart-grouping-bar .e-axis-row {
|
|
1810
|
-
height: 50% !important;
|
|
1811
|
-
}
|
|
1812
|
-
|
|
1813
1800
|
.e-pivotview .e-chart-grouping-bar .e-axis-value {
|
|
1814
1801
|
height: auto !important;
|
|
1815
1802
|
padding-left: 6px;
|
|
@@ -1832,7 +1819,7 @@
|
|
|
1832
1819
|
padding-bottom: 7px;
|
|
1833
1820
|
}
|
|
1834
1821
|
|
|
1835
|
-
.e-pivotview .e-icons {
|
|
1822
|
+
.e-pivotview .e-icons:not(.e-frame) {
|
|
1836
1823
|
height: auto;
|
|
1837
1824
|
width: auto;
|
|
1838
1825
|
}
|
|
@@ -2283,7 +2270,7 @@
|
|
|
2283
2270
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container,
|
|
2284
2271
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container,
|
|
2285
2272
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container {
|
|
2286
|
-
height:
|
|
2273
|
+
height: 136px;
|
|
2287
2274
|
}
|
|
2288
2275
|
|
|
2289
2276
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
@@ -267,11 +267,6 @@
|
|
|
267
267
|
padding-top: 20px;
|
|
268
268
|
}
|
|
269
269
|
|
|
270
|
-
.e-pivotview .e-group-field-settings .e-checkbox-wrapper .e-frame {
|
|
271
|
-
height: 18px;
|
|
272
|
-
width: 18px;
|
|
273
|
-
}
|
|
274
|
-
|
|
275
270
|
.e-pivotview .e-group-field-settings .e-group-field-div-content {
|
|
276
271
|
margin-bottom: 10px;
|
|
277
272
|
}
|
|
@@ -287,6 +282,12 @@
|
|
|
287
282
|
padding: 0 20px 10px;
|
|
288
283
|
}
|
|
289
284
|
|
|
285
|
+
.e-pivotview .e-member-editor-dialog .e-editor-search-wrapper .e-clear-icon-hide,
|
|
286
|
+
.e-pivotview .e-member-editor-dialog .e-editor-search-container .e-clear-icon-hide {
|
|
287
|
+
display: inline-block;
|
|
288
|
+
visibility: hidden;
|
|
289
|
+
}
|
|
290
|
+
|
|
290
291
|
.e-pivotview .e-member-editor-dialog .e-filter-sort {
|
|
291
292
|
box-shadow: none;
|
|
292
293
|
margin-left: 10px;
|
|
@@ -320,7 +321,6 @@
|
|
|
320
321
|
|
|
321
322
|
.e-pivotview .e-member-editor-dialog .e-member-editor-container {
|
|
322
323
|
display: inline-table;
|
|
323
|
-
height: 100%;
|
|
324
324
|
width: 100%;
|
|
325
325
|
}
|
|
326
326
|
|
|
@@ -365,7 +365,7 @@
|
|
|
365
365
|
}
|
|
366
366
|
|
|
367
367
|
.e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
368
|
-
height:
|
|
368
|
+
height: 154px;
|
|
369
369
|
}
|
|
370
370
|
|
|
371
371
|
.e-pivotview .e-member-editor-dialog .e-excelfilter .e-editor-label-wrapper,
|
|
@@ -658,11 +658,6 @@
|
|
|
658
658
|
width: 49%;
|
|
659
659
|
}
|
|
660
660
|
|
|
661
|
-
.e-pivotview .e-pivotchart-type-dialog .e-icons.e-frame {
|
|
662
|
-
height: 20px;
|
|
663
|
-
width: 20px;
|
|
664
|
-
}
|
|
665
|
-
|
|
666
661
|
.e-pivotview .e-pivot-format-dialog {
|
|
667
662
|
max-height: 500px !important;
|
|
668
663
|
max-width: 350px;
|
|
@@ -691,6 +686,9 @@
|
|
|
691
686
|
.e-pivotview .e-pivot-toolbar {
|
|
692
687
|
border-bottom: 0;
|
|
693
688
|
border-style: solid;
|
|
689
|
+
border-top: 1px solid rgba(51, 51, 51, 0.12);
|
|
690
|
+
border-left: 1px solid rgba(51, 51, 51, 0.12);
|
|
691
|
+
border-right: 1px solid rgba(51, 51, 51, 0.12);
|
|
694
692
|
}
|
|
695
693
|
|
|
696
694
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
@@ -706,6 +704,7 @@
|
|
|
706
704
|
.e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item,
|
|
707
705
|
.e-pivotview .e-pivot-toolbar .e-menu-container ul .e-menu-item {
|
|
708
706
|
height: 38px;
|
|
707
|
+
overflow: hidden;
|
|
709
708
|
padding-left: 10px;
|
|
710
709
|
}
|
|
711
710
|
|
|
@@ -849,7 +848,7 @@
|
|
|
849
848
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
850
849
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div,
|
|
851
850
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
852
|
-
height:
|
|
851
|
+
height: 136px;
|
|
853
852
|
}
|
|
854
853
|
|
|
855
854
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-wrapper .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
@@ -886,7 +885,7 @@
|
|
|
886
885
|
|
|
887
886
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
888
887
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
889
|
-
height:
|
|
888
|
+
height: 113px !important;
|
|
890
889
|
}
|
|
891
890
|
|
|
892
891
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-label-filter,
|
|
@@ -948,17 +947,16 @@
|
|
|
948
947
|
top: 0;
|
|
949
948
|
}
|
|
950
949
|
|
|
950
|
+
.e-bigger .e-pivotview .e-value-field-settings,
|
|
951
|
+
.e-bigger.e-pivotview .e-value-field-settings {
|
|
952
|
+
max-height: 510px !important;
|
|
953
|
+
}
|
|
954
|
+
|
|
951
955
|
.e-bigger .e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer,
|
|
952
956
|
.e-bigger.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer {
|
|
953
957
|
padding: 0 20px 10px;
|
|
954
958
|
}
|
|
955
959
|
|
|
956
|
-
.e-bigger .e-pivotview .e-group-field-settings .e-checkbox-wrapper .e-frame,
|
|
957
|
-
.e-bigger.e-pivotview .e-group-field-settings .e-checkbox-wrapper .e-frame {
|
|
958
|
-
height: 22px;
|
|
959
|
-
width: 22px;
|
|
960
|
-
}
|
|
961
|
-
|
|
962
960
|
.e-bigger .e-pivotview .e-group-field-settings .e-caption-option-text,
|
|
963
961
|
.e-bigger .e-pivotview .e-group-field-settings .e-checkbox-wrapper .e-label,
|
|
964
962
|
.e-bigger.e-pivotview .e-group-field-settings .e-caption-option-text,
|
|
@@ -1057,12 +1055,6 @@
|
|
|
1057
1055
|
margin-top: 8px;
|
|
1058
1056
|
}
|
|
1059
1057
|
|
|
1060
|
-
.e-bigger .e-pivotchart-type-dialog .e-icons.e-frame,
|
|
1061
|
-
.e-bigger.e-pivotchart-type-dialog .e-icons.e-frame {
|
|
1062
|
-
height: 22px;
|
|
1063
|
-
width: 22px;
|
|
1064
|
-
}
|
|
1065
|
-
|
|
1066
1058
|
/*! PivotView theme */
|
|
1067
1059
|
.e-pivotview .e-nextspan {
|
|
1068
1060
|
display: inline-block;
|
|
@@ -1207,7 +1199,7 @@
|
|
|
1207
1199
|
|
|
1208
1200
|
.e-pivotview .e-sortfilterdiv {
|
|
1209
1201
|
float: right;
|
|
1210
|
-
margin: -
|
|
1202
|
+
margin: -23px 0px !important;
|
|
1211
1203
|
}
|
|
1212
1204
|
|
|
1213
1205
|
.e-pivotview .e-sortfilterdiv.e-value-sort-icon {
|
|
@@ -1273,7 +1265,6 @@
|
|
|
1273
1265
|
}
|
|
1274
1266
|
|
|
1275
1267
|
.e-pivotview .e-headercelldiv.e-cellvalue {
|
|
1276
|
-
float: left;
|
|
1277
1268
|
margin-left: 0px;
|
|
1278
1269
|
}
|
|
1279
1270
|
|
|
@@ -1805,10 +1796,6 @@
|
|
|
1805
1796
|
padding-bottom: 7px;
|
|
1806
1797
|
}
|
|
1807
1798
|
|
|
1808
|
-
.e-pivotview .e-chart-grouping-bar .e-axis-row {
|
|
1809
|
-
height: 50% !important;
|
|
1810
|
-
}
|
|
1811
|
-
|
|
1812
1799
|
.e-pivotview .e-chart-grouping-bar .e-axis-value {
|
|
1813
1800
|
height: auto !important;
|
|
1814
1801
|
padding-left: 6px;
|
|
@@ -1831,7 +1818,7 @@
|
|
|
1831
1818
|
padding-bottom: 7px;
|
|
1832
1819
|
}
|
|
1833
1820
|
|
|
1834
|
-
.e-pivotview .e-icons {
|
|
1821
|
+
.e-pivotview .e-icons:not(.e-frame) {
|
|
1835
1822
|
height: auto;
|
|
1836
1823
|
width: auto;
|
|
1837
1824
|
}
|
|
@@ -2282,7 +2269,7 @@
|
|
|
2282
2269
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container,
|
|
2283
2270
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container,
|
|
2284
2271
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container {
|
|
2285
|
-
height:
|
|
2272
|
+
height: 136px;
|
|
2286
2273
|
}
|
|
2287
2274
|
|
|
2288
2275
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|