@syncfusion/ej2-angular-pivotview 21.2.10 → 22.1.34-ngcc
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/@syncfusion/ej2-angular-pivotview.es5.js +439 -0
- package/@syncfusion/ej2-angular-pivotview.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-pivotview.js +409 -0
- package/@syncfusion/ej2-angular-pivotview.js.map +1 -0
- package/CHANGELOG.md +821 -0
- package/dist/ej2-angular-pivotview.umd.js +706 -0
- package/dist/ej2-angular-pivotview.umd.js.map +1 -0
- package/dist/ej2-angular-pivotview.umd.min.js +11 -0
- package/dist/ej2-angular-pivotview.umd.min.js.map +1 -0
- package/ej2-angular-pivotview.d.ts +6 -0
- package/ej2-angular-pivotview.metadata.json +1 -0
- package/license +10 -0
- package/package.json +15 -29
- package/postinstall/tagchange.js +18 -0
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/pivotfieldlist/pivotfieldlist-all.module.d.ts +0 -6
- package/src/pivotfieldlist/pivotfieldlist.component.d.ts +0 -3
- package/src/pivotfieldlist/pivotfieldlist.module.d.ts +0 -6
- package/src/pivotview/pivotview-all.module.d.ts +0 -6
- package/src/pivotview/pivotview.component.d.ts +2 -3
- package/src/pivotview/pivotview.module.d.ts +0 -6
- package/styles/bootstrap-dark.css +274 -226
- package/styles/bootstrap.css +273 -226
- package/styles/bootstrap4.css +284 -285
- package/styles/bootstrap5-dark.css +272 -270
- package/styles/bootstrap5.css +272 -270
- package/styles/fabric-dark.css +264 -230
- package/styles/fabric.css +262 -233
- package/styles/fluent-dark.css +276 -263
- package/styles/fluent.css +276 -263
- package/styles/highcontrast-light.css +264 -227
- package/styles/highcontrast.css +264 -227
- package/styles/material-dark.css +271 -227
- package/styles/material.css +270 -226
- package/styles/material3-dark.css +6666 -0
- package/styles/material3-dark.scss +3 -0
- package/styles/material3.css +6777 -0
- package/styles/material3.scss +3 -0
- package/styles/pivotfieldlist/bootstrap-dark.css +149 -139
- package/styles/pivotfieldlist/bootstrap-dark.scss +1 -4
- package/styles/pivotfieldlist/bootstrap.css +148 -138
- package/styles/pivotfieldlist/bootstrap.scss +1 -4
- package/styles/pivotfieldlist/bootstrap4.css +153 -146
- package/styles/pivotfieldlist/bootstrap4.scss +1 -4
- package/styles/pivotfieldlist/bootstrap5-dark.css +149 -150
- package/styles/pivotfieldlist/bootstrap5-dark.scss +1 -4
- package/styles/pivotfieldlist/bootstrap5.css +149 -150
- package/styles/pivotfieldlist/bootstrap5.scss +1 -4
- package/styles/pivotfieldlist/fabric-dark.css +140 -139
- package/styles/pivotfieldlist/fabric-dark.scss +1 -4
- package/styles/pivotfieldlist/fabric.css +141 -140
- package/styles/pivotfieldlist/fabric.scss +1 -4
- package/styles/pivotfieldlist/fluent-dark.css +159 -170
- package/styles/pivotfieldlist/fluent-dark.scss +1 -4
- package/styles/pivotfieldlist/fluent.css +159 -170
- package/styles/pivotfieldlist/fluent.scss +1 -4
- package/styles/pivotfieldlist/highcontrast-light.css +139 -138
- package/styles/pivotfieldlist/highcontrast-light.scss +1 -4
- package/styles/pivotfieldlist/highcontrast.css +139 -138
- package/styles/pivotfieldlist/highcontrast.scss +1 -4
- package/styles/pivotfieldlist/material-dark.css +148 -142
- package/styles/pivotfieldlist/material-dark.scss +1 -4
- package/styles/pivotfieldlist/material.css +147 -141
- package/styles/pivotfieldlist/material.scss +1 -4
- package/styles/pivotfieldlist/material3-dark.css +3811 -0
- package/styles/pivotfieldlist/material3-dark.scss +2 -0
- package/styles/pivotfieldlist/material3.css +3865 -0
- package/styles/pivotfieldlist/material3.scss +2 -0
- package/styles/pivotfieldlist/tailwind-dark.css +152 -163
- package/styles/pivotfieldlist/tailwind-dark.scss +1 -4
- package/styles/pivotfieldlist/tailwind.css +152 -163
- package/styles/pivotfieldlist/tailwind.scss +1 -4
- package/styles/pivotview/bootstrap-dark.css +125 -87
- package/styles/pivotview/bootstrap-dark.scss +1 -5
- package/styles/pivotview/bootstrap.css +125 -88
- package/styles/pivotview/bootstrap.scss +1 -5
- package/styles/pivotview/bootstrap4.css +131 -139
- package/styles/pivotview/bootstrap4.scss +1 -5
- package/styles/pivotview/bootstrap5-dark.css +123 -120
- package/styles/pivotview/bootstrap5-dark.scss +1 -4
- package/styles/pivotview/bootstrap5.css +123 -120
- package/styles/pivotview/bootstrap5.scss +1 -5
- package/styles/pivotview/fabric-dark.css +124 -91
- package/styles/pivotview/fabric-dark.scss +1 -5
- package/styles/pivotview/fabric.css +121 -93
- package/styles/pivotview/fabric.scss +1 -5
- package/styles/pivotview/fluent-dark.css +117 -93
- package/styles/pivotview/fluent-dark.scss +1 -4
- package/styles/pivotview/fluent.css +117 -93
- package/styles/pivotview/fluent.scss +1 -5
- package/styles/pivotview/highcontrast-light.css +125 -89
- package/styles/pivotview/highcontrast-light.scss +1 -5
- package/styles/pivotview/highcontrast.css +125 -89
- package/styles/pivotview/highcontrast.scss +1 -5
- package/styles/pivotview/material-dark.css +123 -85
- package/styles/pivotview/material-dark.scss +1 -5
- package/styles/pivotview/material.css +123 -85
- package/styles/pivotview/material.scss +1 -5
- package/styles/pivotview/material3-dark.css +2854 -0
- package/styles/pivotview/material3-dark.scss +2 -0
- package/styles/pivotview/material3.css +2912 -0
- package/styles/pivotview/material3.scss +2 -0
- package/styles/pivotview/tailwind-dark.css +123 -91
- package/styles/pivotview/tailwind-dark.scss +1 -4
- package/styles/pivotview/tailwind.css +123 -91
- package/styles/pivotview/tailwind.scss +1 -5
- package/styles/tailwind-dark.css +275 -254
- package/styles/tailwind.css +275 -254
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/index.mjs +0 -8
- package/esm2020/src/pivotfieldlist/pivotfieldlist-all.module.mjs +0 -23
- package/esm2020/src/pivotfieldlist/pivotfieldlist.component.mjs +0 -66
- package/esm2020/src/pivotfieldlist/pivotfieldlist.module.mjs +0 -25
- package/esm2020/src/pivotview/pivotview-all.module.mjs +0 -65
- package/esm2020/src/pivotview/pivotview.component.mjs +0 -163
- package/esm2020/src/pivotview/pivotview.module.mjs +0 -25
- package/esm2020/syncfusion-ej2-angular-pivotview.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-pivotview.mjs +0 -353
- package/fesm2015/syncfusion-ej2-angular-pivotview.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-pivotview.mjs +0 -353
- package/fesm2020/syncfusion-ej2-angular-pivotview.mjs.map +0 -1
- package/styles/pivotfieldlist/_all.scss +0 -2
- package/styles/pivotfieldlist/_bootstrap-dark-definition.scss +0 -238
- package/styles/pivotfieldlist/_bootstrap-definition.scss +0 -194
- package/styles/pivotfieldlist/_bootstrap4-definition.scss +0 -194
- package/styles/pivotfieldlist/_bootstrap5-dark-definition.scss +0 -1
- package/styles/pivotfieldlist/_bootstrap5-definition.scss +0 -198
- package/styles/pivotfieldlist/_fabric-dark-definition.scss +0 -200
- package/styles/pivotfieldlist/_fabric-definition.scss +0 -194
- package/styles/pivotfieldlist/_fluent-dark-definition.scss +0 -1
- package/styles/pivotfieldlist/_fluent-definition.scss +0 -198
- package/styles/pivotfieldlist/_fusionnew-definition.scss +0 -197
- package/styles/pivotfieldlist/_highcontrast-definition.scss +0 -195
- package/styles/pivotfieldlist/_highcontrast-light-definition.scss +0 -195
- package/styles/pivotfieldlist/_layout.scss +0 -1986
- package/styles/pivotfieldlist/_material-dark-definition.scss +0 -195
- package/styles/pivotfieldlist/_material-definition.scss +0 -195
- package/styles/pivotfieldlist/_tailwind-dark-definition.scss +0 -1
- package/styles/pivotfieldlist/_tailwind-definition.scss +0 -198
- package/styles/pivotfieldlist/_theme.scss +0 -1990
- package/styles/pivotfieldlist/icons/_bootstrap-dark.scss +0 -359
- package/styles/pivotfieldlist/icons/_bootstrap.scss +0 -359
- package/styles/pivotfieldlist/icons/_bootstrap4.scss +0 -359
- package/styles/pivotfieldlist/icons/_bootstrap5-dark.scss +0 -1
- package/styles/pivotfieldlist/icons/_bootstrap5.scss +0 -358
- package/styles/pivotfieldlist/icons/_fabric-dark.scss +0 -359
- package/styles/pivotfieldlist/icons/_fabric.scss +0 -359
- package/styles/pivotfieldlist/icons/_fluent-dark.scss +0 -1
- package/styles/pivotfieldlist/icons/_fluent.scss +0 -358
- package/styles/pivotfieldlist/icons/_fusionnew.scss +0 -353
- package/styles/pivotfieldlist/icons/_highcontrast-light.scss +0 -358
- package/styles/pivotfieldlist/icons/_highcontrast.scss +0 -358
- package/styles/pivotfieldlist/icons/_material-dark.scss +0 -359
- package/styles/pivotfieldlist/icons/_material.scss +0 -358
- package/styles/pivotfieldlist/icons/_material3.scss +0 -353
- package/styles/pivotfieldlist/icons/_tailwind-dark.scss +0 -357
- package/styles/pivotfieldlist/icons/_tailwind.scss +0 -357
- package/styles/pivotview/_all.scss +0 -2
- package/styles/pivotview/_bootstrap-dark-definition.scss +0 -164
- package/styles/pivotview/_bootstrap-definition.scss +0 -161
- package/styles/pivotview/_bootstrap4-definition.scss +0 -161
- package/styles/pivotview/_bootstrap5-dark-definition.scss +0 -1
- package/styles/pivotview/_bootstrap5-definition.scss +0 -166
- package/styles/pivotview/_fabric-dark-definition.scss +0 -163
- package/styles/pivotview/_fabric-definition.scss +0 -160
- package/styles/pivotview/_fluent-dark-definition.scss +0 -1
- package/styles/pivotview/_fluent-definition.scss +0 -166
- package/styles/pivotview/_fusionnew-definition.scss +0 -166
- package/styles/pivotview/_highcontrast-definition.scss +0 -159
- package/styles/pivotview/_highcontrast-light-definition.scss +0 -160
- package/styles/pivotview/_layout.scss +0 -1118
- package/styles/pivotview/_material-dark-definition.scss +0 -167
- package/styles/pivotview/_material-definition.scss +0 -163
- package/styles/pivotview/_tailwind-dark-definition.scss +0 -1
- package/styles/pivotview/_tailwind-definition.scss +0 -166
- package/styles/pivotview/_theme.scss +0 -2025
- package/styles/pivotview/icons/_bootstrap-dark.scss +0 -184
- package/styles/pivotview/icons/_bootstrap.scss +0 -184
- package/styles/pivotview/icons/_bootstrap4.scss +0 -184
- package/styles/pivotview/icons/_bootstrap5-dark.scss +0 -1
- package/styles/pivotview/icons/_bootstrap5.scss +0 -183
- package/styles/pivotview/icons/_fabric-dark.scss +0 -184
- package/styles/pivotview/icons/_fabric.scss +0 -184
- package/styles/pivotview/icons/_fluent-dark.scss +0 -1
- package/styles/pivotview/icons/_fluent.scss +0 -183
- package/styles/pivotview/icons/_fusionnew.scss +0 -183
- package/styles/pivotview/icons/_highcontrast-light.scss +0 -183
- package/styles/pivotview/icons/_highcontrast.scss +0 -183
- package/styles/pivotview/icons/_material-dark.scss +0 -184
- package/styles/pivotview/icons/_material.scss +0 -184
- package/styles/pivotview/icons/_material3.scss +0 -183
- package/styles/pivotview/icons/_tailwind-dark.scss +0 -183
- package/styles/pivotview/icons/_tailwind.scss +0 -183
- package/syncfusion-ej2-angular-pivotview.d.ts +0 -5
|
@@ -158,20 +158,14 @@
|
|
|
158
158
|
/* stylelint-disable */
|
|
159
159
|
/* stylelint-enable */
|
|
160
160
|
/* stylelint-enable */
|
|
161
|
-
/* stylelint-disable */
|
|
162
161
|
}
|
|
163
162
|
.e-pivotview .e-value-field-settings,
|
|
164
163
|
.e-pivotview .e-member-editor-dialog,
|
|
165
|
-
.e-pivotview .e-group-field-settings
|
|
166
|
-
max-height: 450px !important;
|
|
167
|
-
border-radius: 4px;
|
|
168
|
-
max-width: 400px !important;
|
|
169
|
-
width: auto !important;
|
|
170
|
-
}
|
|
164
|
+
.e-pivotview .e-group-field-settings,
|
|
171
165
|
.e-pivotview .e-pivot-format-dialog {
|
|
166
|
+
max-height: 450px !important;
|
|
172
167
|
border-radius: 4px;
|
|
173
168
|
max-width: 400px !important;
|
|
174
|
-
width: auto !important;
|
|
175
169
|
}
|
|
176
170
|
.e-pivotview .e-value-field-settings .e-field-name-text-container {
|
|
177
171
|
display: -ms-flexbox;
|
|
@@ -207,6 +201,11 @@
|
|
|
207
201
|
.e-pivotview .e-value-field-settings .e-caption-input-text {
|
|
208
202
|
font-size: 13px;
|
|
209
203
|
}
|
|
204
|
+
.e-pivotview .e-group-field-settings {
|
|
205
|
+
/* stylelint-disable */
|
|
206
|
+
width: auto !important;
|
|
207
|
+
/* stylelint-enable */
|
|
208
|
+
}
|
|
210
209
|
.e-pivotview .e-group-field-settings .e-caption-option-text,
|
|
211
210
|
.e-pivotview .e-group-field-settings .e-input-option-text,
|
|
212
211
|
.e-pivotview .e-group-field-settings .e-group-inerval-option-text,
|
|
@@ -235,6 +234,7 @@
|
|
|
235
234
|
.e-pivotview .e-member-editor-dialog {
|
|
236
235
|
min-width: 320px;
|
|
237
236
|
/* stylelint-disable */
|
|
237
|
+
/* stylelint-disable */
|
|
238
238
|
}
|
|
239
239
|
.e-pivotview .e-member-editor-dialog .e-editor-search-container {
|
|
240
240
|
display: -ms-flexbox;
|
|
@@ -242,7 +242,6 @@
|
|
|
242
242
|
padding: 0 20px 10px;
|
|
243
243
|
}
|
|
244
244
|
.e-pivotview .e-member-editor-dialog .e-editor-search-container .e-clear-icon-hide {
|
|
245
|
-
display: inline-block;
|
|
246
245
|
visibility: hidden;
|
|
247
246
|
}
|
|
248
247
|
.e-pivotview .e-member-editor-dialog:not(.e-excel-filter) .e-editor-search-container {
|
|
@@ -251,7 +250,6 @@
|
|
|
251
250
|
.e-pivotview .e-member-editor-dialog .e-filter-sort {
|
|
252
251
|
box-shadow: none;
|
|
253
252
|
margin-left: 10px;
|
|
254
|
-
/* stylelint-disable */
|
|
255
253
|
}
|
|
256
254
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
257
255
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-descend-icon {
|
|
@@ -262,9 +260,12 @@
|
|
|
262
260
|
text-align: center;
|
|
263
261
|
width: 100%;
|
|
264
262
|
}
|
|
263
|
+
.e-pivotview .e-member-editor-dialog .e-select-all-container ul li .e-text-content > .e-icon-expandable {
|
|
264
|
+
display: none;
|
|
265
|
+
}
|
|
265
266
|
.e-pivotview .e-member-editor-dialog .e-member-editor-container-outer-div {
|
|
266
267
|
display: inline-block;
|
|
267
|
-
height:
|
|
268
|
+
height: 166px;
|
|
268
269
|
max-width: 400px;
|
|
269
270
|
overflow: auto;
|
|
270
271
|
width: 100%;
|
|
@@ -306,11 +307,10 @@
|
|
|
306
307
|
padding-top: 20px;
|
|
307
308
|
}
|
|
308
309
|
.e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
309
|
-
height:
|
|
310
|
+
height: 168px;
|
|
310
311
|
}
|
|
311
|
-
.e-pivotview .e-member-editor-dialog .e-excelfilter .e-editor-
|
|
312
|
-
|
|
313
|
-
padding: 14px 10px 9px 20px;
|
|
312
|
+
.e-pivotview .e-member-editor-dialog.e-node-limit .e-excelfilter .e-member-editor-container-outer-div {
|
|
313
|
+
height: 165px;
|
|
314
314
|
}
|
|
315
315
|
.e-pivotview .e-member-editor-dialog .e-label-filter,
|
|
316
316
|
.e-pivotview .e-member-editor-dialog .e-value-filter {
|
|
@@ -321,7 +321,9 @@
|
|
|
321
321
|
}
|
|
322
322
|
.e-pivotview .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
323
323
|
.e-pivotview .e-member-editor-dialog .e-value-filter .e-filter-text-div {
|
|
324
|
+
/* stylelint-disable */
|
|
324
325
|
color: #e9ecef !important;
|
|
326
|
+
/* stylelint-enable */
|
|
325
327
|
font-size: 13px;
|
|
326
328
|
font-weight: 500;
|
|
327
329
|
}
|
|
@@ -343,19 +345,18 @@
|
|
|
343
345
|
}
|
|
344
346
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container {
|
|
345
347
|
border: none;
|
|
346
|
-
/* stylelint-enable */
|
|
347
348
|
}
|
|
348
349
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
349
350
|
margin: 0 0 0 6px;
|
|
350
351
|
}
|
|
351
352
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-text-wrap .e-tab-icon {
|
|
352
|
-
height:
|
|
353
|
-
min-width: 14px;
|
|
354
|
-
width: 14px;
|
|
355
|
-
height: auto;
|
|
353
|
+
height: fit-content;
|
|
356
354
|
}
|
|
357
355
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-text-wrap .e-tab-icon::before {
|
|
358
356
|
font-size: 14px;
|
|
357
|
+
/* stylelint-disable */
|
|
358
|
+
top: 0 !important;
|
|
359
|
+
/* stylelint-enable */
|
|
359
360
|
}
|
|
360
361
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
361
362
|
margin: 0 6px 0 0;
|
|
@@ -365,19 +366,27 @@
|
|
|
365
366
|
}
|
|
366
367
|
.e-pivotview .e-member-editor-dialog .e-clear-filter-button {
|
|
367
368
|
float: left;
|
|
368
|
-
margin: 0;
|
|
369
|
+
margin: 0 !important;
|
|
369
370
|
}
|
|
370
371
|
.e-pivotview .e-member-editor-dialog .e-clear-filter-button.e-disable {
|
|
371
372
|
display: none;
|
|
372
373
|
}
|
|
373
374
|
.e-pivotview .e-member-editor-dialog .e-editor-label-container {
|
|
374
|
-
|
|
375
|
+
-ms-flex-align: center;
|
|
376
|
+
align-items: center;
|
|
377
|
+
background: #282d31;
|
|
378
|
+
display: -ms-flexbox !important;
|
|
379
|
+
display: flex !important;
|
|
380
|
+
/* stylelint-enable */
|
|
381
|
+
height: 40px;
|
|
382
|
+
-ms-flex-pack: center;
|
|
383
|
+
justify-content: center;
|
|
375
384
|
opacity: 56%;
|
|
376
|
-
padding: 12px 10px 16px 20px;
|
|
377
385
|
}
|
|
378
386
|
.e-pivotview .e-member-editor-dialog .e-editor-label-container .e-editor-label {
|
|
379
387
|
color: #e9ecef;
|
|
380
388
|
font: 500 13px Inter;
|
|
389
|
+
margin-bottom: 0;
|
|
381
390
|
opacity: 0.87;
|
|
382
391
|
overflow: hidden;
|
|
383
392
|
text-overflow: ellipsis;
|
|
@@ -442,6 +451,9 @@
|
|
|
442
451
|
.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-outer-container ul {
|
|
443
452
|
margin-right: 0;
|
|
444
453
|
}
|
|
454
|
+
.e-pivotview .e-member-editor-dialog .e-member-editor-outer-container:not(.e-excelfilter) .e-editor-search-container {
|
|
455
|
+
padding-top: 4px !important;
|
|
456
|
+
}
|
|
445
457
|
.e-pivotview .e-value-field-settings .e-dlg-header-content,
|
|
446
458
|
.e-pivotview .e-member-editor-dialog .e-dlg-header-content,
|
|
447
459
|
.e-pivotview .e-pivot-format-dialog .e-dlg-header-content,
|
|
@@ -456,9 +468,8 @@
|
|
|
456
468
|
.e-pivotview .e-group-field-settings .e-footer-content {
|
|
457
469
|
border-top-left-radius: 0;
|
|
458
470
|
border-top-right-radius: 0;
|
|
459
|
-
|
|
460
|
-
padding-bottom:
|
|
461
|
-
padding-top: 8px;
|
|
471
|
+
padding-top: 10px;
|
|
472
|
+
padding-bottom: 10px;
|
|
462
473
|
}
|
|
463
474
|
.e-pivotview .e-value-field-settings .e-dlg-content,
|
|
464
475
|
.e-pivotview .e-member-editor-dialog .e-dlg-content,
|
|
@@ -511,8 +522,10 @@
|
|
|
511
522
|
overflow: auto;
|
|
512
523
|
}
|
|
513
524
|
.e-pivotview .e-pivotchart-type-dialog {
|
|
525
|
+
/* stylelint-disable */
|
|
514
526
|
max-width: 350px !important;
|
|
515
527
|
max-height: 380px !important;
|
|
528
|
+
/* stylelint-enable */
|
|
516
529
|
}
|
|
517
530
|
.e-pivotview .e-pivotchart-type-dialog .e-chart-type-option-container,
|
|
518
531
|
.e-pivotview .e-pivotchart-type-dialog .e-chart-type-option-text {
|
|
@@ -533,8 +546,10 @@
|
|
|
533
546
|
width: 49%;
|
|
534
547
|
}
|
|
535
548
|
.e-pivotview .e-pivot-format-dialog {
|
|
549
|
+
/* stylelint-disable */
|
|
536
550
|
max-height: 550px !important;
|
|
537
551
|
max-width: 350px !important;
|
|
552
|
+
/* stylelint-enable */
|
|
538
553
|
}
|
|
539
554
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer {
|
|
540
555
|
padding: 0 20px;
|
|
@@ -568,9 +583,12 @@
|
|
|
568
583
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu {
|
|
569
584
|
background-color: transparent;
|
|
570
585
|
border: none;
|
|
586
|
+
/* stylelint-disable */
|
|
571
587
|
}
|
|
572
588
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item {
|
|
589
|
+
/* stylelint-disable */
|
|
573
590
|
height: 32px !important;
|
|
591
|
+
/* stylelint-enable */
|
|
574
592
|
overflow: hidden;
|
|
575
593
|
padding-left: 10px;
|
|
576
594
|
}
|
|
@@ -584,16 +602,14 @@
|
|
|
584
602
|
}
|
|
585
603
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
586
604
|
margin-left: 18px !important;
|
|
587
|
-
/* stylelint-enable */
|
|
588
605
|
}
|
|
589
606
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template {
|
|
590
|
-
/* stylelint-disable */
|
|
591
607
|
padding: 0 !important;
|
|
608
|
+
/* stylelint-enable */
|
|
592
609
|
}
|
|
593
610
|
.e-pivotview .e-pivot-toolbar .e-reportlist-label {
|
|
594
611
|
float: left;
|
|
595
612
|
font-weight: 500;
|
|
596
|
-
/* stylelint-enable */
|
|
597
613
|
}
|
|
598
614
|
.e-pivotview .e-pivot-toolbar .e-reportlist-drop {
|
|
599
615
|
float: right;
|
|
@@ -610,7 +626,7 @@
|
|
|
610
626
|
padding-right: 10px;
|
|
611
627
|
}
|
|
612
628
|
.e-pivotview .e-frozenscrollbar {
|
|
613
|
-
background
|
|
629
|
+
background: #282d31;
|
|
614
630
|
}
|
|
615
631
|
|
|
616
632
|
.e-pivotview-disable-icon {
|
|
@@ -714,10 +730,6 @@
|
|
|
714
730
|
/* stylelint-disable */
|
|
715
731
|
/* stylelint-enable */
|
|
716
732
|
}
|
|
717
|
-
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
718
|
-
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
719
|
-
height: 139px;
|
|
720
|
-
}
|
|
721
733
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
722
734
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-descend-icon,
|
|
723
735
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
@@ -728,6 +740,10 @@
|
|
|
728
740
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-editor-search-container .e-level-drop .e-caret {
|
|
729
741
|
font-size: 14px !important;
|
|
730
742
|
}
|
|
743
|
+
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
744
|
+
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
745
|
+
height: 135px;
|
|
746
|
+
}
|
|
731
747
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text,
|
|
732
748
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
733
749
|
margin: 0 0 0 6px;
|
|
@@ -736,6 +752,10 @@
|
|
|
736
752
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-filter-tab-container.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
737
753
|
margin: 0 6px 0 0;
|
|
738
754
|
}
|
|
755
|
+
.e-bigger .e-pivotview .e-member-editor-dialog.e-node-limit.e-excel-filter .e-excelfilter .e-member-editor-container-outer-div,
|
|
756
|
+
.e-bigger.e-pivotview .e-member-editor-dialog.e-node-limit.e-excel-filter .e-excelfilter .e-member-editor-container-outer-div {
|
|
757
|
+
height: 115px !important;
|
|
758
|
+
}
|
|
739
759
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
740
760
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
741
761
|
height: 127px !important;
|
|
@@ -774,7 +794,12 @@
|
|
|
774
794
|
}
|
|
775
795
|
.e-bigger .e-pivotview .e-member-editor-dialog.e-excel-filter,
|
|
776
796
|
.e-bigger.e-pivotview .e-member-editor-dialog.e-excel-filter {
|
|
777
|
-
min-width: 350px;
|
|
797
|
+
min-width: 350px !important;
|
|
798
|
+
min-height: 400px !important;
|
|
799
|
+
}
|
|
800
|
+
.e-bigger .e-pivotview .e-member-editor-dialog.e-excel-filter.e-node-limit,
|
|
801
|
+
.e-bigger.e-pivotview .e-member-editor-dialog.e-excel-filter.e-node-limit {
|
|
802
|
+
min-height: 440px !important;
|
|
778
803
|
}
|
|
779
804
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
780
805
|
.e-bigger .e-pivotview .e-value-field-settings .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
@@ -874,7 +899,6 @@
|
|
|
874
899
|
/*! PivotView theme */
|
|
875
900
|
.e-pivotview {
|
|
876
901
|
/* stylelint-enable */
|
|
877
|
-
/* stylelint-disable */
|
|
878
902
|
/* stylelint-enable */
|
|
879
903
|
/* stylelint-disable */
|
|
880
904
|
/* stylelint-enable */
|
|
@@ -917,7 +941,7 @@
|
|
|
917
941
|
.e-pivotview .e-grid .e-content,
|
|
918
942
|
.e-pivotview .e-grid .e-gridheader,
|
|
919
943
|
.e-pivotview .e-headercell {
|
|
920
|
-
background
|
|
944
|
+
background: #282d31;
|
|
921
945
|
}
|
|
922
946
|
.e-pivotview .e-grid .e-gridheader {
|
|
923
947
|
border-bottom-width: 1px;
|
|
@@ -931,7 +955,7 @@
|
|
|
931
955
|
}
|
|
932
956
|
.e-pivotview .e-rowsheader,
|
|
933
957
|
.e-pivotview .e-columnsheader {
|
|
934
|
-
background
|
|
958
|
+
background: #282d31;
|
|
935
959
|
}
|
|
936
960
|
.e-pivotview .e-rowsheader .e-cellvalue {
|
|
937
961
|
margin-left: 8px;
|
|
@@ -944,6 +968,11 @@
|
|
|
944
968
|
.e-pivotview .e-olap-editor-dialog {
|
|
945
969
|
min-height: 350px !important;
|
|
946
970
|
min-width: 320px !important;
|
|
971
|
+
visibility: hidden;
|
|
972
|
+
}
|
|
973
|
+
.e-pivotview .e-member-editor-dialog.e-node-limit,
|
|
974
|
+
.e-pivotview .e-olap-editor-dialog.e-node-limit {
|
|
975
|
+
max-height: 450px !important;
|
|
947
976
|
}
|
|
948
977
|
.e-pivotview .e-member-editor-dialog .e-toolbar .e-toolbar-items {
|
|
949
978
|
margin-left: 20px;
|
|
@@ -1234,38 +1263,6 @@
|
|
|
1234
1263
|
font-size: 14px;
|
|
1235
1264
|
font-weight: normal;
|
|
1236
1265
|
}
|
|
1237
|
-
.e-pivotview .e-group-values .e-pivot-button .e-sort,
|
|
1238
|
-
.e-pivotview .e-group-values .e-pivot-button .e-dropdown-icon,
|
|
1239
|
-
.e-pivotview .e-group-values .e-pivot-button .e-pv-filter,
|
|
1240
|
-
.e-pivotview .e-group-values .e-pivot-button .e-pv-filtered,
|
|
1241
|
-
.e-pivotview .e-group-values .e-pivot-button .e-remove,
|
|
1242
|
-
.e-pivotview .e-group-values .e-pivot-button .e-edit,
|
|
1243
|
-
.e-pivotview .e-group-columns .e-pivot-button .e-sort,
|
|
1244
|
-
.e-pivotview .e-group-columns .e-pivot-button .e-dropdown-icon,
|
|
1245
|
-
.e-pivotview .e-group-columns .e-pivot-button .e-pv-filter,
|
|
1246
|
-
.e-pivotview .e-group-columns .e-pivot-button .e-pv-filtered,
|
|
1247
|
-
.e-pivotview .e-group-columns .e-pivot-button .e-remove,
|
|
1248
|
-
.e-pivotview .e-group-columns .e-pivot-button .e-edit,
|
|
1249
|
-
.e-pivotview .e-group-filters .e-pivot-button .e-sort,
|
|
1250
|
-
.e-pivotview .e-group-filters .e-pivot-button .e-dropdown-icon,
|
|
1251
|
-
.e-pivotview .e-group-filters .e-pivot-button .e-pv-filter,
|
|
1252
|
-
.e-pivotview .e-group-filters .e-pivot-button .e-pv-filtered,
|
|
1253
|
-
.e-pivotview .e-group-filters .e-pivot-button .e-remove,
|
|
1254
|
-
.e-pivotview .e-group-filters .e-pivot-button .e-edit,
|
|
1255
|
-
.e-pivotview .e-group-rows .e-pivot-button .e-sort,
|
|
1256
|
-
.e-pivotview .e-group-rows .e-pivot-button .e-dropdown-icon,
|
|
1257
|
-
.e-pivotview .e-group-rows .e-pivot-button .e-pv-filter,
|
|
1258
|
-
.e-pivotview .e-group-rows .e-pivot-button .e-pv-filtered,
|
|
1259
|
-
.e-pivotview .e-group-rows .e-pivot-button .e-remove,
|
|
1260
|
-
.e-pivotview .e-group-rows .e-pivot-button .e-edit,
|
|
1261
|
-
.e-pivotview .e-group-all-fields .e-pivot-button .e-sort,
|
|
1262
|
-
.e-pivotview .e-group-all-fields .e-pivot-button .e-dropdown-icon,
|
|
1263
|
-
.e-pivotview .e-group-all-fields .e-pivot-button .e-pv-filter,
|
|
1264
|
-
.e-pivotview .e-group-all-fields .e-pivot-button .e-pv-filtered,
|
|
1265
|
-
.e-pivotview .e-group-all-fields .e-pivot-button .e-remove,
|
|
1266
|
-
.e-pivotview .e-group-all-fields .e-pivot-button .e-edit {
|
|
1267
|
-
margin-top: 1px;
|
|
1268
|
-
}
|
|
1269
1266
|
.e-pivotview .e-grouping-bar .e-pvt-btn-div,
|
|
1270
1267
|
.e-pivotview .e-group-rows .e-pvt-btn-div {
|
|
1271
1268
|
display: -ms-inline-flexbox;
|
|
@@ -1292,7 +1289,9 @@
|
|
|
1292
1289
|
}
|
|
1293
1290
|
.e-pivotview .e-grouping-bar .e-pivot-button,
|
|
1294
1291
|
.e-pivotview .e-group-rows .e-pivot-button {
|
|
1295
|
-
|
|
1292
|
+
-ms-flex-align: center;
|
|
1293
|
+
align-items: center;
|
|
1294
|
+
background: #6c757d;
|
|
1296
1295
|
border: 1px solid #495057;
|
|
1297
1296
|
border-radius: 4px;
|
|
1298
1297
|
box-shadow: none;
|
|
@@ -1304,8 +1303,7 @@
|
|
|
1304
1303
|
display: flex;
|
|
1305
1304
|
font-weight: normal;
|
|
1306
1305
|
height: 24px;
|
|
1307
|
-
|
|
1308
|
-
padding: 3px 8px;
|
|
1306
|
+
padding: 0 8px;
|
|
1309
1307
|
text-transform: none;
|
|
1310
1308
|
vertical-align: bottom;
|
|
1311
1309
|
z-index: 1;
|
|
@@ -1318,7 +1316,7 @@
|
|
|
1318
1316
|
}
|
|
1319
1317
|
.e-pivotview .e-grouping-bar .e-pivot-button:hover,
|
|
1320
1318
|
.e-pivotview .e-group-rows .e-pivot-button:hover {
|
|
1321
|
-
background
|
|
1319
|
+
background: #5c636a;
|
|
1322
1320
|
border-color: #5c636a;
|
|
1323
1321
|
}
|
|
1324
1322
|
.e-pivotview .e-grouping-bar .e-pivot-button:hover .e-sort,
|
|
@@ -1385,9 +1383,9 @@
|
|
|
1385
1383
|
.e-pivotview .e-group-rows .e-pivot-button:active .e-edit {
|
|
1386
1384
|
color: #fff;
|
|
1387
1385
|
}
|
|
1388
|
-
.e-pivotview .e-grouping-bar .e-pivot-button .e-content,
|
|
1389
|
-
.e-pivotview .e-group-rows .e-pivot-button .e-content {
|
|
1390
|
-
background
|
|
1386
|
+
.e-pivotview .e-grouping-bar .e-pivot-button .e-pvt-btn-content,
|
|
1387
|
+
.e-pivotview .e-group-rows .e-pivot-button .e-pvt-btn-content {
|
|
1388
|
+
background: transparent;
|
|
1391
1389
|
cursor: move;
|
|
1392
1390
|
-ms-flex: auto;
|
|
1393
1391
|
flex: auto;
|
|
@@ -1398,14 +1396,10 @@
|
|
|
1398
1396
|
text-overflow: ellipsis;
|
|
1399
1397
|
color: #fff;
|
|
1400
1398
|
}
|
|
1401
|
-
.e-pivotview .e-grouping-bar .e-pivot-button .e-content.e-disable-drag,
|
|
1402
|
-
.e-pivotview .e-group-rows .e-pivot-button .e-content.e-disable-drag {
|
|
1399
|
+
.e-pivotview .e-grouping-bar .e-pivot-button .e-pvt-btn-content.e-disable-drag,
|
|
1400
|
+
.e-pivotview .e-group-rows .e-pivot-button .e-pvt-btn-content.e-disable-drag {
|
|
1403
1401
|
cursor: auto;
|
|
1404
1402
|
}
|
|
1405
|
-
.e-pivotview .e-grouping-bar .e-pivot-button .e-draggable,
|
|
1406
|
-
.e-pivotview .e-group-rows .e-pivot-button .e-draggable {
|
|
1407
|
-
height: initial !important;
|
|
1408
|
-
}
|
|
1409
1403
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-drag,
|
|
1410
1404
|
.e-pivotview .e-group-rows .e-pivot-button .e-drag {
|
|
1411
1405
|
display: none;
|
|
@@ -1426,10 +1420,8 @@
|
|
|
1426
1420
|
cursor: pointer;
|
|
1427
1421
|
display: inline-block;
|
|
1428
1422
|
font-size: 12px;
|
|
1429
|
-
height: 18px;
|
|
1430
1423
|
margin-left: 4px;
|
|
1431
1424
|
width: 18px;
|
|
1432
|
-
padding-top: 1px;
|
|
1433
1425
|
}
|
|
1434
1426
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-sort:hover,
|
|
1435
1427
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-dropdown-icon:hover,
|
|
@@ -1467,7 +1459,6 @@
|
|
|
1467
1459
|
}
|
|
1468
1460
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-sort.e-descend,
|
|
1469
1461
|
.e-pivotview .e-group-rows .e-pivot-button .e-sort.e-descend {
|
|
1470
|
-
margin-top: 3px;
|
|
1471
1462
|
transform: rotateX(180deg);
|
|
1472
1463
|
}
|
|
1473
1464
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-dropdown-icon,
|
|
@@ -1498,7 +1489,6 @@
|
|
|
1498
1489
|
pointer-events: none;
|
|
1499
1490
|
}
|
|
1500
1491
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button {
|
|
1501
|
-
padding: 3px 8px;
|
|
1502
1492
|
width: 180px;
|
|
1503
1493
|
}
|
|
1504
1494
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:hover {
|
|
@@ -1549,7 +1539,6 @@
|
|
|
1549
1539
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
1550
1540
|
color: #fff !important;
|
|
1551
1541
|
font-size: 12px;
|
|
1552
|
-
height: 18px;
|
|
1553
1542
|
margin-left: 4px !important;
|
|
1554
1543
|
width: 18px;
|
|
1555
1544
|
}
|
|
@@ -1623,7 +1612,7 @@
|
|
|
1623
1612
|
.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown input.e-input {
|
|
1624
1613
|
padding-bottom: 7px;
|
|
1625
1614
|
}
|
|
1626
|
-
.e-pivotview .e-icons:not(.e-frame):not(.e-btn-icon):not(.e-sort):not(.e-dropdown-icon):not(.e-pv-filter):not(.e-pv-filtered):not(.e-remove):not(.e-edit):not(.e-drag) {
|
|
1615
|
+
.e-pivotview .e-icons:not(.e-frame):not(.e-btn-icon):not(.e-sort):not(.e-dropdown-icon):not(.e-pv-filter):not(.e-pv-filtered):not(.e-remove):not(.e-edit):not(.e-drag):not(.e-selected-option-icon):not(.e-nav-arrow) {
|
|
1627
1616
|
height: auto;
|
|
1628
1617
|
width: auto;
|
|
1629
1618
|
}
|
|
@@ -1635,11 +1624,10 @@
|
|
|
1635
1624
|
cursor: pointer;
|
|
1636
1625
|
display: inline-block;
|
|
1637
1626
|
height: 18px;
|
|
1638
|
-
margin-top: 5px;
|
|
1639
|
-
text-align: center;
|
|
1640
|
-
width: 18px;
|
|
1641
1627
|
margin-top: 0;
|
|
1642
1628
|
margin-bottom: 2px;
|
|
1629
|
+
text-align: center;
|
|
1630
|
+
width: 18px;
|
|
1643
1631
|
vertical-align: middle;
|
|
1644
1632
|
}
|
|
1645
1633
|
.e-pivotview th .e-expand,
|
|
@@ -1647,6 +1635,7 @@
|
|
|
1647
1635
|
font-size: 10px !important;
|
|
1648
1636
|
margin-left: 0px;
|
|
1649
1637
|
margin-top: 0;
|
|
1638
|
+
margin-bottom: 2px;
|
|
1650
1639
|
}
|
|
1651
1640
|
.e-pivotview .e-expand::before {
|
|
1652
1641
|
font-size: 20px;
|
|
@@ -1829,6 +1818,8 @@
|
|
|
1829
1818
|
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivotview-text-div-1,
|
|
1830
1819
|
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivotview-text-div,
|
|
1831
1820
|
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivotview-text-div-1 {
|
|
1821
|
+
-ms-flex-align: center;
|
|
1822
|
+
align-items: center;
|
|
1832
1823
|
display: -ms-flexbox;
|
|
1833
1824
|
display: flex;
|
|
1834
1825
|
-ms-flex-direction: row;
|
|
@@ -1871,6 +1862,23 @@
|
|
|
1871
1862
|
text-align: initial;
|
|
1872
1863
|
width: inherit;
|
|
1873
1864
|
}
|
|
1865
|
+
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivotview-text-div .e-pivot-row-pager-settings,
|
|
1866
|
+
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivotview-text-div .e-pivot-column-pager-settings,
|
|
1867
|
+
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivotview-text-div-1 .e-pivot-row-pager-settings,
|
|
1868
|
+
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivotview-text-div-1 .e-pivot-column-pager-settings,
|
|
1869
|
+
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivotview-text-div .e-pivot-row-pager-settings,
|
|
1870
|
+
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivotview-text-div .e-pivot-column-pager-settings,
|
|
1871
|
+
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivotview-text-div-1 .e-pivot-row-pager-settings,
|
|
1872
|
+
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivotview-text-div-1 .e-pivot-column-pager-settings {
|
|
1873
|
+
-ms-flex-align: center;
|
|
1874
|
+
align-items: center;
|
|
1875
|
+
display: -ms-flexbox;
|
|
1876
|
+
display: flex;
|
|
1877
|
+
}
|
|
1878
|
+
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivotview-text-div-1 .e-pagercontainer,
|
|
1879
|
+
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivotview-text-div-1 .e-pagercontainer {
|
|
1880
|
+
margin-bottom: 0;
|
|
1881
|
+
}
|
|
1874
1882
|
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv.e-pivot-pager-single-maindiv .e-pivot-pager-row-maindiv,
|
|
1875
1883
|
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv.e-pivot-pager-single-maindiv .e-pivot-pager-column-maindiv {
|
|
1876
1884
|
width: 100%;
|
|
@@ -2010,8 +2018,8 @@
|
|
|
2010
2018
|
padding-left: 8px;
|
|
2011
2019
|
padding-right: 0;
|
|
2012
2020
|
}
|
|
2013
|
-
.e-pivotview.e-rtl .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content,
|
|
2014
|
-
.e-pivotview.e-rtl .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-content {
|
|
2021
|
+
.e-pivotview.e-rtl .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content,
|
|
2022
|
+
.e-pivotview.e-rtl .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content {
|
|
2015
2023
|
margin-left: 4px;
|
|
2016
2024
|
text-align: right;
|
|
2017
2025
|
}
|
|
@@ -2047,7 +2055,7 @@
|
|
|
2047
2055
|
padding-right: 0;
|
|
2048
2056
|
/* stylelint-enable */
|
|
2049
2057
|
}
|
|
2050
|
-
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content {
|
|
2058
|
+
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content {
|
|
2051
2059
|
margin-left: 4px;
|
|
2052
2060
|
margin-right: 0;
|
|
2053
2061
|
text-align: right;
|
|
@@ -2077,12 +2085,6 @@
|
|
|
2077
2085
|
.e-pivotview.e-device .e-grouping-bar .e-pivot-button {
|
|
2078
2086
|
line-height: 1em !important;
|
|
2079
2087
|
}
|
|
2080
|
-
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-dropdown-icon,
|
|
2081
|
-
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-pv-filtered,
|
|
2082
|
-
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-remove,
|
|
2083
|
-
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-sort {
|
|
2084
|
-
margin-top: 2px !important;
|
|
2085
|
-
}
|
|
2086
2088
|
.e-pivotview.e-device .e-grouping-bar .e-group-all-fields .e-pvt-btn-div .e-pivot-button {
|
|
2087
2089
|
max-width: 155px;
|
|
2088
2090
|
}
|
|
@@ -2162,9 +2164,7 @@
|
|
|
2162
2164
|
.e-bigger .e-pivotview,
|
|
2163
2165
|
.e-bigger.e-pivotview {
|
|
2164
2166
|
/* stylelint-disable */
|
|
2165
|
-
/* stylelint-enable */
|
|
2166
2167
|
/* stylelint-disable */
|
|
2167
|
-
/* stylelint-enable */
|
|
2168
2168
|
}
|
|
2169
2169
|
.e-bigger .e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown,
|
|
2170
2170
|
.e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown {
|
|
@@ -2208,6 +2208,15 @@
|
|
|
2208
2208
|
.e-bigger.e-pivotview .e-grid .e-gridheader .e-headercell .e-rhandler {
|
|
2209
2209
|
height: 100% !important;
|
|
2210
2210
|
}
|
|
2211
|
+
.e-bigger .e-pivotview.e-device .e-grid.e-grid-min-height .e-rowcell,
|
|
2212
|
+
.e-bigger .e-pivotview.e-device .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
2213
|
+
.e-bigger .e-pivotview.e-device .e-grid.e-grid-min-height .e-rowcell:last-child,
|
|
2214
|
+
.e-bigger.e-pivotview.e-device .e-grid.e-grid-min-height .e-rowcell,
|
|
2215
|
+
.e-bigger.e-pivotview.e-device .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
2216
|
+
.e-bigger.e-pivotview.e-device .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
2217
|
+
padding-top: 0px !important;
|
|
2218
|
+
padding-bottom: 0px !important;
|
|
2219
|
+
}
|
|
2211
2220
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2212
2221
|
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
2213
2222
|
.e-bigger .e-pivotview .e-headertext,
|
|
@@ -2252,11 +2261,10 @@
|
|
|
2252
2261
|
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button,
|
|
2253
2262
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button {
|
|
2254
2263
|
height: 30px;
|
|
2255
|
-
|
|
2256
|
-
padding: 5px 12px;
|
|
2264
|
+
padding: 0 12px;
|
|
2257
2265
|
}
|
|
2258
|
-
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-content,
|
|
2259
|
-
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-content {
|
|
2266
|
+
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content,
|
|
2267
|
+
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content {
|
|
2260
2268
|
font-size: 14px;
|
|
2261
2269
|
margin-right: 8px;
|
|
2262
2270
|
}
|
|
@@ -2274,8 +2282,8 @@
|
|
|
2274
2282
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
2275
2283
|
/* stylelint-disable */
|
|
2276
2284
|
font-size: 14px !important;
|
|
2277
|
-
height:
|
|
2278
|
-
|
|
2285
|
+
height: 14px !important;
|
|
2286
|
+
/* stylelint-enable */
|
|
2279
2287
|
width: 20px;
|
|
2280
2288
|
}
|
|
2281
2289
|
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort,
|
|
@@ -2338,10 +2346,10 @@
|
|
|
2338
2346
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button {
|
|
2339
2347
|
height: 30px;
|
|
2340
2348
|
line-height: 1em;
|
|
2341
|
-
padding:
|
|
2349
|
+
padding: 0 12px;
|
|
2342
2350
|
}
|
|
2343
|
-
.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content,
|
|
2344
|
-
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content {
|
|
2351
|
+
.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content,
|
|
2352
|
+
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content {
|
|
2345
2353
|
font-size: 14px;
|
|
2346
2354
|
margin-right: 8px;
|
|
2347
2355
|
}
|
|
@@ -2357,8 +2365,10 @@
|
|
|
2357
2365
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
2358
2366
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
2359
2367
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
2368
|
+
/* stylelint-disable */
|
|
2360
2369
|
font-size: 14px !important;
|
|
2361
|
-
height:
|
|
2370
|
+
height: 14px !important;
|
|
2371
|
+
/* stylelint-enable */
|
|
2362
2372
|
width: 20px;
|
|
2363
2373
|
}
|
|
2364
2374
|
.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort,
|
|
@@ -2373,10 +2383,6 @@
|
|
|
2373
2383
|
.e-bigger.e-pivotview .e-sortfilterdiv {
|
|
2374
2384
|
font-size: 12px !important;
|
|
2375
2385
|
}
|
|
2376
|
-
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container,
|
|
2377
|
-
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container {
|
|
2378
|
-
height: 139px;
|
|
2379
|
-
}
|
|
2380
2386
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2381
2387
|
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
2382
2388
|
.e-bigger .e-pivotview .e-headertext,
|
|
@@ -2395,14 +2401,11 @@
|
|
|
2395
2401
|
}
|
|
2396
2402
|
.e-bigger .e-pivotview .e-rowcell,
|
|
2397
2403
|
.e-bigger.e-pivotview .e-rowcell {
|
|
2398
|
-
/* stylelint-disable */
|
|
2399
2404
|
font-size: 16px !important;
|
|
2400
2405
|
}
|
|
2401
2406
|
.e-bigger .e-pivotview.e-rtl,
|
|
2402
2407
|
.e-bigger.e-pivotview.e-rtl {
|
|
2403
2408
|
/* stylelint-enable */
|
|
2404
|
-
/* stylelint-disable */
|
|
2405
|
-
/* stylelint-enable */
|
|
2406
2409
|
}
|
|
2407
2410
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
|
|
2408
2411
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-rowsheader {
|