@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
|
@@ -161,20 +161,14 @@
|
|
|
161
161
|
/* stylelint-disable */
|
|
162
162
|
/* stylelint-enable */
|
|
163
163
|
/* stylelint-enable */
|
|
164
|
-
/* stylelint-disable */
|
|
165
164
|
}
|
|
166
165
|
.e-pivotview .e-value-field-settings,
|
|
167
166
|
.e-pivotview .e-member-editor-dialog,
|
|
168
|
-
.e-pivotview .e-group-field-settings
|
|
169
|
-
max-height: 450px !important;
|
|
170
|
-
border-radius: 4px;
|
|
171
|
-
max-width: 400px !important;
|
|
172
|
-
width: auto !important;
|
|
173
|
-
}
|
|
167
|
+
.e-pivotview .e-group-field-settings,
|
|
174
168
|
.e-pivotview .e-pivot-format-dialog {
|
|
169
|
+
max-height: 450px !important;
|
|
175
170
|
border-radius: 4px;
|
|
176
171
|
max-width: 400px !important;
|
|
177
|
-
width: auto !important;
|
|
178
172
|
}
|
|
179
173
|
.e-pivotview .e-value-field-settings .e-field-name-text-container {
|
|
180
174
|
display: -ms-flexbox;
|
|
@@ -210,6 +204,11 @@
|
|
|
210
204
|
.e-pivotview .e-value-field-settings .e-caption-input-text {
|
|
211
205
|
font-size: 13px;
|
|
212
206
|
}
|
|
207
|
+
.e-pivotview .e-group-field-settings {
|
|
208
|
+
/* stylelint-disable */
|
|
209
|
+
width: auto !important;
|
|
210
|
+
/* stylelint-enable */
|
|
211
|
+
}
|
|
213
212
|
.e-pivotview .e-group-field-settings .e-caption-option-text,
|
|
214
213
|
.e-pivotview .e-group-field-settings .e-input-option-text,
|
|
215
214
|
.e-pivotview .e-group-field-settings .e-group-inerval-option-text,
|
|
@@ -238,14 +237,14 @@
|
|
|
238
237
|
.e-pivotview .e-member-editor-dialog {
|
|
239
238
|
min-width: 320px;
|
|
240
239
|
/* stylelint-disable */
|
|
240
|
+
/* stylelint-disable */
|
|
241
241
|
}
|
|
242
242
|
.e-pivotview .e-member-editor-dialog .e-editor-search-container {
|
|
243
243
|
display: -ms-flexbox;
|
|
244
244
|
display: flex;
|
|
245
|
-
padding:
|
|
245
|
+
padding: 1px 12px 10px;
|
|
246
246
|
}
|
|
247
247
|
.e-pivotview .e-member-editor-dialog .e-editor-search-container .e-clear-icon-hide {
|
|
248
|
-
display: inline-block;
|
|
249
248
|
visibility: hidden;
|
|
250
249
|
}
|
|
251
250
|
.e-pivotview .e-member-editor-dialog:not(.e-excel-filter) .e-editor-search-container {
|
|
@@ -257,7 +256,6 @@
|
|
|
257
256
|
.e-pivotview .e-member-editor-dialog .e-filter-sort {
|
|
258
257
|
box-shadow: none;
|
|
259
258
|
margin-left: 10px;
|
|
260
|
-
/* stylelint-disable */
|
|
261
259
|
}
|
|
262
260
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
263
261
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-descend-icon {
|
|
@@ -268,9 +266,12 @@
|
|
|
268
266
|
text-align: center;
|
|
269
267
|
width: 100%;
|
|
270
268
|
}
|
|
269
|
+
.e-pivotview .e-member-editor-dialog .e-select-all-container ul li .e-text-content > .e-icon-expandable {
|
|
270
|
+
display: none;
|
|
271
|
+
}
|
|
271
272
|
.e-pivotview .e-member-editor-dialog .e-member-editor-container-outer-div {
|
|
272
273
|
display: inline-block;
|
|
273
|
-
height:
|
|
274
|
+
height: 164px;
|
|
274
275
|
max-width: 400px;
|
|
275
276
|
overflow: auto;
|
|
276
277
|
width: 100%;
|
|
@@ -313,11 +314,10 @@
|
|
|
313
314
|
padding-top: 12px;
|
|
314
315
|
}
|
|
315
316
|
.e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
316
|
-
height:
|
|
317
|
+
height: 180px;
|
|
317
318
|
}
|
|
318
|
-
.e-pivotview .e-member-editor-dialog .e-excelfilter .e-editor-
|
|
319
|
-
|
|
320
|
-
padding: 14px 10px 9px 20px;
|
|
319
|
+
.e-pivotview .e-member-editor-dialog.e-node-limit .e-excelfilter .e-member-editor-container-outer-div {
|
|
320
|
+
height: 175px;
|
|
321
321
|
}
|
|
322
322
|
.e-pivotview .e-member-editor-dialog .e-label-filter,
|
|
323
323
|
.e-pivotview .e-member-editor-dialog .e-value-filter {
|
|
@@ -329,7 +329,9 @@
|
|
|
329
329
|
}
|
|
330
330
|
.e-pivotview .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
331
331
|
.e-pivotview .e-member-editor-dialog .e-value-filter .e-filter-text-div {
|
|
332
|
+
/* stylelint-disable */
|
|
332
333
|
color: #374151 !important;
|
|
334
|
+
/* stylelint-enable */
|
|
333
335
|
font-size: 13px;
|
|
334
336
|
font-weight: 500;
|
|
335
337
|
}
|
|
@@ -351,19 +353,18 @@
|
|
|
351
353
|
}
|
|
352
354
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container {
|
|
353
355
|
border: none;
|
|
354
|
-
/* stylelint-enable */
|
|
355
356
|
}
|
|
356
357
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
357
358
|
margin: 0 0 0 6px;
|
|
358
359
|
}
|
|
359
360
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-text-wrap .e-tab-icon {
|
|
360
|
-
height:
|
|
361
|
-
min-width: 14px;
|
|
362
|
-
width: 14px;
|
|
363
|
-
height: auto;
|
|
361
|
+
height: fit-content;
|
|
364
362
|
}
|
|
365
363
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-text-wrap .e-tab-icon::before {
|
|
366
364
|
font-size: 14px;
|
|
365
|
+
/* stylelint-disable */
|
|
366
|
+
top: 0 !important;
|
|
367
|
+
/* stylelint-enable */
|
|
367
368
|
}
|
|
368
369
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
369
370
|
margin: 0 6px 0 0;
|
|
@@ -373,19 +374,27 @@
|
|
|
373
374
|
}
|
|
374
375
|
.e-pivotview .e-member-editor-dialog .e-clear-filter-button {
|
|
375
376
|
float: left;
|
|
376
|
-
margin: 0;
|
|
377
|
+
margin: 0 !important;
|
|
377
378
|
}
|
|
378
379
|
.e-pivotview .e-member-editor-dialog .e-clear-filter-button.e-disable {
|
|
379
380
|
display: none;
|
|
380
381
|
}
|
|
381
382
|
.e-pivotview .e-member-editor-dialog .e-editor-label-container {
|
|
382
|
-
|
|
383
|
+
-ms-flex-align: center;
|
|
384
|
+
align-items: center;
|
|
385
|
+
background: #f9fafb;
|
|
386
|
+
display: -ms-flexbox !important;
|
|
387
|
+
display: flex !important;
|
|
388
|
+
/* stylelint-enable */
|
|
389
|
+
height: 40px;
|
|
390
|
+
-ms-flex-pack: center;
|
|
391
|
+
justify-content: center;
|
|
383
392
|
opacity: 56%;
|
|
384
|
-
padding: 12px 10px 16px 20px;
|
|
385
393
|
}
|
|
386
394
|
.e-pivotview .e-member-editor-dialog .e-editor-label-container .e-editor-label {
|
|
387
395
|
color: #374151;
|
|
388
396
|
font: 500 13px Inter;
|
|
397
|
+
margin-bottom: 0;
|
|
389
398
|
opacity: 0.87;
|
|
390
399
|
overflow: hidden;
|
|
391
400
|
text-overflow: ellipsis;
|
|
@@ -450,6 +459,9 @@
|
|
|
450
459
|
.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-outer-container ul {
|
|
451
460
|
margin-right: 0;
|
|
452
461
|
}
|
|
462
|
+
.e-pivotview .e-member-editor-dialog .e-member-editor-outer-container:not(.e-excelfilter) .e-editor-search-container {
|
|
463
|
+
padding-top: 4px !important;
|
|
464
|
+
}
|
|
453
465
|
.e-pivotview .e-value-field-settings .e-dlg-header-content,
|
|
454
466
|
.e-pivotview .e-member-editor-dialog .e-dlg-header-content,
|
|
455
467
|
.e-pivotview .e-pivot-format-dialog .e-dlg-header-content,
|
|
@@ -464,9 +476,8 @@
|
|
|
464
476
|
.e-pivotview .e-group-field-settings .e-footer-content {
|
|
465
477
|
border-top-left-radius: 0;
|
|
466
478
|
border-top-right-radius: 0;
|
|
467
|
-
|
|
468
|
-
padding-bottom:
|
|
469
|
-
padding-top: 8px;
|
|
479
|
+
padding-top: 10px;
|
|
480
|
+
padding-bottom: 10px;
|
|
470
481
|
}
|
|
471
482
|
.e-pivotview .e-value-field-settings .e-dlg-content,
|
|
472
483
|
.e-pivotview .e-member-editor-dialog .e-dlg-content,
|
|
@@ -520,8 +531,10 @@
|
|
|
520
531
|
padding-top: 12px;
|
|
521
532
|
}
|
|
522
533
|
.e-pivotview .e-pivotchart-type-dialog {
|
|
534
|
+
/* stylelint-disable */
|
|
523
535
|
max-width: 350px !important;
|
|
524
536
|
max-height: 380px !important;
|
|
537
|
+
/* stylelint-enable */
|
|
525
538
|
}
|
|
526
539
|
.e-pivotview .e-pivotchart-type-dialog .e-chart-type-option-container,
|
|
527
540
|
.e-pivotview .e-pivotchart-type-dialog .e-chart-type-option-text {
|
|
@@ -542,8 +555,10 @@
|
|
|
542
555
|
width: 49%;
|
|
543
556
|
}
|
|
544
557
|
.e-pivotview .e-pivot-format-dialog {
|
|
558
|
+
/* stylelint-disable */
|
|
545
559
|
max-height: 550px !important;
|
|
546
560
|
max-width: 350px !important;
|
|
561
|
+
/* stylelint-enable */
|
|
547
562
|
}
|
|
548
563
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer {
|
|
549
564
|
padding: 0 12px;
|
|
@@ -578,6 +593,7 @@
|
|
|
578
593
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu {
|
|
579
594
|
background-color: transparent;
|
|
580
595
|
border: none;
|
|
596
|
+
/* stylelint-disable */
|
|
581
597
|
}
|
|
582
598
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item {
|
|
583
599
|
overflow: hidden;
|
|
@@ -593,16 +609,14 @@
|
|
|
593
609
|
}
|
|
594
610
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
595
611
|
margin-left: 18px !important;
|
|
596
|
-
/* stylelint-enable */
|
|
597
612
|
}
|
|
598
613
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template {
|
|
599
|
-
/* stylelint-disable */
|
|
600
614
|
padding: 0 !important;
|
|
615
|
+
/* stylelint-enable */
|
|
601
616
|
}
|
|
602
617
|
.e-pivotview .e-pivot-toolbar .e-reportlist-label {
|
|
603
618
|
float: left;
|
|
604
619
|
font-weight: 500;
|
|
605
|
-
/* stylelint-enable */
|
|
606
620
|
}
|
|
607
621
|
.e-pivotview .e-pivot-toolbar .e-reportlist-drop {
|
|
608
622
|
float: right;
|
|
@@ -619,7 +633,7 @@
|
|
|
619
633
|
padding-right: 10px;
|
|
620
634
|
}
|
|
621
635
|
.e-pivotview .e-frozenscrollbar {
|
|
622
|
-
background
|
|
636
|
+
background: #f9fafb;
|
|
623
637
|
}
|
|
624
638
|
|
|
625
639
|
.e-pivotview-disable-icon {
|
|
@@ -729,10 +743,6 @@
|
|
|
729
743
|
.e-bigger.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-caret {
|
|
730
744
|
line-height: 50px;
|
|
731
745
|
}
|
|
732
|
-
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
733
|
-
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
734
|
-
height: 140px;
|
|
735
|
-
}
|
|
736
746
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
737
747
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-descend-icon,
|
|
738
748
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
@@ -743,6 +753,10 @@
|
|
|
743
753
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-editor-search-container .e-level-drop .e-caret {
|
|
744
754
|
font-size: 14px !important;
|
|
745
755
|
}
|
|
756
|
+
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
757
|
+
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
758
|
+
height: 130px;
|
|
759
|
+
}
|
|
746
760
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text,
|
|
747
761
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
748
762
|
margin: 0 0 0 6px;
|
|
@@ -751,6 +765,10 @@
|
|
|
751
765
|
.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 {
|
|
752
766
|
margin: 0 6px 0 0;
|
|
753
767
|
}
|
|
768
|
+
.e-bigger .e-pivotview .e-member-editor-dialog.e-node-limit.e-excel-filter .e-excelfilter .e-member-editor-container-outer-div,
|
|
769
|
+
.e-bigger.e-pivotview .e-member-editor-dialog.e-node-limit.e-excel-filter .e-excelfilter .e-member-editor-container-outer-div {
|
|
770
|
+
height: 120px !important;
|
|
771
|
+
}
|
|
754
772
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-excelfilter,
|
|
755
773
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-excelfilter {
|
|
756
774
|
padding-top: 16px;
|
|
@@ -793,7 +811,12 @@
|
|
|
793
811
|
}
|
|
794
812
|
.e-bigger .e-pivotview .e-member-editor-dialog.e-excel-filter,
|
|
795
813
|
.e-bigger.e-pivotview .e-member-editor-dialog.e-excel-filter {
|
|
796
|
-
min-width: 350px;
|
|
814
|
+
min-width: 350px !important;
|
|
815
|
+
min-height: 400px !important;
|
|
816
|
+
}
|
|
817
|
+
.e-bigger .e-pivotview .e-member-editor-dialog.e-excel-filter.e-node-limit,
|
|
818
|
+
.e-bigger.e-pivotview .e-member-editor-dialog.e-excel-filter.e-node-limit {
|
|
819
|
+
min-height: 450px !important;
|
|
797
820
|
}
|
|
798
821
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
799
822
|
.e-bigger .e-pivotview .e-value-field-settings .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
@@ -893,7 +916,6 @@
|
|
|
893
916
|
/*! PivotView theme */
|
|
894
917
|
.e-pivotview {
|
|
895
918
|
/* stylelint-enable */
|
|
896
|
-
/* stylelint-disable */
|
|
897
919
|
/* stylelint-enable */
|
|
898
920
|
/* stylelint-disable */
|
|
899
921
|
/* stylelint-enable */
|
|
@@ -936,7 +958,7 @@
|
|
|
936
958
|
.e-pivotview .e-grid .e-content,
|
|
937
959
|
.e-pivotview .e-grid .e-gridheader,
|
|
938
960
|
.e-pivotview .e-headercell {
|
|
939
|
-
background
|
|
961
|
+
background: #f9fafb;
|
|
940
962
|
}
|
|
941
963
|
.e-pivotview .e-grid .e-gridheader {
|
|
942
964
|
border-bottom-width: 1px;
|
|
@@ -949,13 +971,12 @@
|
|
|
949
971
|
}
|
|
950
972
|
.e-pivotview .e-rowsheader,
|
|
951
973
|
.e-pivotview .e-columnsheader {
|
|
952
|
-
background
|
|
974
|
+
background: #f9fafb;
|
|
953
975
|
}
|
|
954
976
|
.e-pivotview .e-rowsheader .e-cellvalue {
|
|
955
977
|
margin-left: 8px;
|
|
956
|
-
margin-top:
|
|
978
|
+
margin-top: 4px;
|
|
957
979
|
vertical-align: middle;
|
|
958
|
-
margin-left: 4px;
|
|
959
980
|
}
|
|
960
981
|
.e-pivotview .e-pivot-conditional-empty-format {
|
|
961
982
|
margin: 10px;
|
|
@@ -964,6 +985,11 @@
|
|
|
964
985
|
.e-pivotview .e-olap-editor-dialog {
|
|
965
986
|
min-height: 350px !important;
|
|
966
987
|
min-width: 320px !important;
|
|
988
|
+
visibility: hidden;
|
|
989
|
+
}
|
|
990
|
+
.e-pivotview .e-member-editor-dialog.e-node-limit,
|
|
991
|
+
.e-pivotview .e-olap-editor-dialog.e-node-limit {
|
|
992
|
+
max-height: 450px !important;
|
|
967
993
|
}
|
|
968
994
|
.e-pivotview .e-member-editor-dialog .e-toolbar .e-toolbar-items {
|
|
969
995
|
margin-left: 20px;
|
|
@@ -1088,7 +1114,6 @@
|
|
|
1088
1114
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1089
1115
|
padding-left: 8px !important;
|
|
1090
1116
|
text-transform: none;
|
|
1091
|
-
padding-left: 12px !important;
|
|
1092
1117
|
padding-top: 0px !important;
|
|
1093
1118
|
padding-bottom: 0px !important;
|
|
1094
1119
|
}
|
|
@@ -1282,7 +1307,9 @@
|
|
|
1282
1307
|
}
|
|
1283
1308
|
.e-pivotview .e-grouping-bar .e-pivot-button,
|
|
1284
1309
|
.e-pivotview .e-group-rows .e-pivot-button {
|
|
1285
|
-
|
|
1310
|
+
-ms-flex-align: center;
|
|
1311
|
+
align-items: center;
|
|
1312
|
+
background: #e5e7eb;
|
|
1286
1313
|
border: 1px solid #e5e7eb;
|
|
1287
1314
|
border-radius: 0;
|
|
1288
1315
|
box-shadow: none;
|
|
@@ -1294,8 +1321,7 @@
|
|
|
1294
1321
|
display: flex;
|
|
1295
1322
|
font-weight: normal;
|
|
1296
1323
|
height: 24px;
|
|
1297
|
-
|
|
1298
|
-
padding: 4px 8px;
|
|
1324
|
+
padding: 0 8px;
|
|
1299
1325
|
text-transform: none;
|
|
1300
1326
|
vertical-align: bottom;
|
|
1301
1327
|
z-index: 1;
|
|
@@ -1308,7 +1334,7 @@
|
|
|
1308
1334
|
}
|
|
1309
1335
|
.e-pivotview .e-grouping-bar .e-pivot-button:hover,
|
|
1310
1336
|
.e-pivotview .e-group-rows .e-pivot-button:hover {
|
|
1311
|
-
background
|
|
1337
|
+
background: #f3f4f6;
|
|
1312
1338
|
border-color: #f3f4f6;
|
|
1313
1339
|
}
|
|
1314
1340
|
.e-pivotview .e-grouping-bar .e-pivot-button:hover .e-sort,
|
|
@@ -1375,9 +1401,9 @@
|
|
|
1375
1401
|
.e-pivotview .e-group-rows .e-pivot-button:active .e-edit {
|
|
1376
1402
|
color: #6b7280;
|
|
1377
1403
|
}
|
|
1378
|
-
.e-pivotview .e-grouping-bar .e-pivot-button .e-content,
|
|
1379
|
-
.e-pivotview .e-group-rows .e-pivot-button .e-content {
|
|
1380
|
-
background
|
|
1404
|
+
.e-pivotview .e-grouping-bar .e-pivot-button .e-pvt-btn-content,
|
|
1405
|
+
.e-pivotview .e-group-rows .e-pivot-button .e-pvt-btn-content {
|
|
1406
|
+
background: transparent;
|
|
1381
1407
|
cursor: move;
|
|
1382
1408
|
-ms-flex: auto;
|
|
1383
1409
|
flex: auto;
|
|
@@ -1387,14 +1413,10 @@
|
|
|
1387
1413
|
text-align: left;
|
|
1388
1414
|
text-overflow: ellipsis;
|
|
1389
1415
|
}
|
|
1390
|
-
.e-pivotview .e-grouping-bar .e-pivot-button .e-content.e-disable-drag,
|
|
1391
|
-
.e-pivotview .e-group-rows .e-pivot-button .e-content.e-disable-drag {
|
|
1416
|
+
.e-pivotview .e-grouping-bar .e-pivot-button .e-pvt-btn-content.e-disable-drag,
|
|
1417
|
+
.e-pivotview .e-group-rows .e-pivot-button .e-pvt-btn-content.e-disable-drag {
|
|
1392
1418
|
cursor: auto;
|
|
1393
1419
|
}
|
|
1394
|
-
.e-pivotview .e-grouping-bar .e-pivot-button .e-draggable,
|
|
1395
|
-
.e-pivotview .e-group-rows .e-pivot-button .e-draggable {
|
|
1396
|
-
height: initial !important;
|
|
1397
|
-
}
|
|
1398
1420
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-drag,
|
|
1399
1421
|
.e-pivotview .e-group-rows .e-pivot-button .e-drag {
|
|
1400
1422
|
display: none;
|
|
@@ -1415,10 +1437,8 @@
|
|
|
1415
1437
|
cursor: pointer;
|
|
1416
1438
|
display: inline-block;
|
|
1417
1439
|
font-size: 12px;
|
|
1418
|
-
height: 18px;
|
|
1419
1440
|
margin-left: 4px;
|
|
1420
1441
|
width: 18px;
|
|
1421
|
-
padding-top: 1px;
|
|
1422
1442
|
}
|
|
1423
1443
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-sort:hover,
|
|
1424
1444
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-dropdown-icon:hover,
|
|
@@ -1456,7 +1476,6 @@
|
|
|
1456
1476
|
}
|
|
1457
1477
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-sort.e-descend,
|
|
1458
1478
|
.e-pivotview .e-group-rows .e-pivot-button .e-sort.e-descend {
|
|
1459
|
-
margin-top: 2px;
|
|
1460
1479
|
transform: rotateX(180deg);
|
|
1461
1480
|
}
|
|
1462
1481
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-dropdown-icon,
|
|
@@ -1487,7 +1506,6 @@
|
|
|
1487
1506
|
pointer-events: none;
|
|
1488
1507
|
}
|
|
1489
1508
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button {
|
|
1490
|
-
padding: 4px 8px;
|
|
1491
1509
|
width: 180px;
|
|
1492
1510
|
}
|
|
1493
1511
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:hover {
|
|
@@ -1538,7 +1556,6 @@
|
|
|
1538
1556
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
1539
1557
|
color: #6b7280 !important;
|
|
1540
1558
|
font-size: 12px;
|
|
1541
|
-
height: 18px;
|
|
1542
1559
|
margin-left: 4px !important;
|
|
1543
1560
|
width: 18px;
|
|
1544
1561
|
}
|
|
@@ -1612,7 +1629,7 @@
|
|
|
1612
1629
|
.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown input.e-input {
|
|
1613
1630
|
padding-bottom: 7px;
|
|
1614
1631
|
}
|
|
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) {
|
|
1632
|
+
.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) {
|
|
1616
1633
|
height: auto;
|
|
1617
1634
|
width: auto;
|
|
1618
1635
|
}
|
|
@@ -1624,10 +1641,10 @@
|
|
|
1624
1641
|
cursor: pointer;
|
|
1625
1642
|
display: inline-block;
|
|
1626
1643
|
height: 18px;
|
|
1627
|
-
margin-top:
|
|
1644
|
+
margin-top: 0;
|
|
1645
|
+
margin-bottom: 0;
|
|
1628
1646
|
text-align: center;
|
|
1629
1647
|
width: 18px;
|
|
1630
|
-
margin-top: 0;
|
|
1631
1648
|
vertical-align: middle;
|
|
1632
1649
|
}
|
|
1633
1650
|
.e-pivotview th .e-expand,
|
|
@@ -1635,6 +1652,7 @@
|
|
|
1635
1652
|
font-size: 10px !important;
|
|
1636
1653
|
margin-left: 0px;
|
|
1637
1654
|
margin-top: 0;
|
|
1655
|
+
margin-bottom: 0;
|
|
1638
1656
|
}
|
|
1639
1657
|
.e-pivotview .e-expand::before {
|
|
1640
1658
|
font-size: 18px;
|
|
@@ -1817,6 +1835,8 @@
|
|
|
1817
1835
|
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivotview-text-div-1,
|
|
1818
1836
|
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivotview-text-div,
|
|
1819
1837
|
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivotview-text-div-1 {
|
|
1838
|
+
-ms-flex-align: center;
|
|
1839
|
+
align-items: center;
|
|
1820
1840
|
display: -ms-flexbox;
|
|
1821
1841
|
display: flex;
|
|
1822
1842
|
-ms-flex-direction: row;
|
|
@@ -1859,6 +1879,23 @@
|
|
|
1859
1879
|
text-align: initial;
|
|
1860
1880
|
width: inherit;
|
|
1861
1881
|
}
|
|
1882
|
+
.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,
|
|
1883
|
+
.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,
|
|
1884
|
+
.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,
|
|
1885
|
+
.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,
|
|
1886
|
+
.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,
|
|
1887
|
+
.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,
|
|
1888
|
+
.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,
|
|
1889
|
+
.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 {
|
|
1890
|
+
-ms-flex-align: center;
|
|
1891
|
+
align-items: center;
|
|
1892
|
+
display: -ms-flexbox;
|
|
1893
|
+
display: flex;
|
|
1894
|
+
}
|
|
1895
|
+
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivotview-text-div-1 .e-pagercontainer,
|
|
1896
|
+
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivotview-text-div-1 .e-pagercontainer {
|
|
1897
|
+
margin-bottom: 0;
|
|
1898
|
+
}
|
|
1862
1899
|
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv.e-pivot-pager-single-maindiv .e-pivot-pager-row-maindiv,
|
|
1863
1900
|
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv.e-pivot-pager-single-maindiv .e-pivot-pager-column-maindiv {
|
|
1864
1901
|
width: 100%;
|
|
@@ -1998,8 +2035,8 @@
|
|
|
1998
2035
|
padding-left: 8px;
|
|
1999
2036
|
padding-right: 0;
|
|
2000
2037
|
}
|
|
2001
|
-
.e-pivotview.e-rtl .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content,
|
|
2002
|
-
.e-pivotview.e-rtl .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-content {
|
|
2038
|
+
.e-pivotview.e-rtl .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content,
|
|
2039
|
+
.e-pivotview.e-rtl .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content {
|
|
2003
2040
|
margin-left: 4px;
|
|
2004
2041
|
text-align: right;
|
|
2005
2042
|
}
|
|
@@ -2035,7 +2072,7 @@
|
|
|
2035
2072
|
padding-right: 0;
|
|
2036
2073
|
/* stylelint-enable */
|
|
2037
2074
|
}
|
|
2038
|
-
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content {
|
|
2075
|
+
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content {
|
|
2039
2076
|
margin-left: 4px;
|
|
2040
2077
|
margin-right: 0;
|
|
2041
2078
|
text-align: right;
|
|
@@ -2065,12 +2102,6 @@
|
|
|
2065
2102
|
.e-pivotview.e-device .e-grouping-bar .e-pivot-button {
|
|
2066
2103
|
line-height: 1em !important;
|
|
2067
2104
|
}
|
|
2068
|
-
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-dropdown-icon,
|
|
2069
|
-
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-pv-filtered,
|
|
2070
|
-
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-remove,
|
|
2071
|
-
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-sort {
|
|
2072
|
-
margin-top: 2px !important;
|
|
2073
|
-
}
|
|
2074
2105
|
.e-pivotview.e-device .e-grouping-bar .e-group-all-fields .e-pvt-btn-div .e-pivot-button {
|
|
2075
2106
|
max-width: 155px;
|
|
2076
2107
|
}
|
|
@@ -2150,9 +2181,7 @@
|
|
|
2150
2181
|
.e-bigger .e-pivotview,
|
|
2151
2182
|
.e-bigger.e-pivotview {
|
|
2152
2183
|
/* stylelint-disable */
|
|
2153
|
-
/* stylelint-enable */
|
|
2154
2184
|
/* stylelint-disable */
|
|
2155
|
-
/* stylelint-enable */
|
|
2156
2185
|
}
|
|
2157
2186
|
.e-bigger .e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown,
|
|
2158
2187
|
.e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown {
|
|
@@ -2198,6 +2227,15 @@
|
|
|
2198
2227
|
.e-bigger.e-pivotview .e-grid .e-gridheader .e-headercell .e-rhandler {
|
|
2199
2228
|
height: 100% !important;
|
|
2200
2229
|
}
|
|
2230
|
+
.e-bigger .e-pivotview.e-device .e-grid.e-grid-min-height .e-rowcell,
|
|
2231
|
+
.e-bigger .e-pivotview.e-device .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
2232
|
+
.e-bigger .e-pivotview.e-device .e-grid.e-grid-min-height .e-rowcell:last-child,
|
|
2233
|
+
.e-bigger.e-pivotview.e-device .e-grid.e-grid-min-height .e-rowcell,
|
|
2234
|
+
.e-bigger.e-pivotview.e-device .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
2235
|
+
.e-bigger.e-pivotview.e-device .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
2236
|
+
padding-top: 0px !important;
|
|
2237
|
+
padding-bottom: 0px !important;
|
|
2238
|
+
}
|
|
2201
2239
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2202
2240
|
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
2203
2241
|
.e-bigger .e-pivotview .e-headertext,
|
|
@@ -2242,11 +2280,10 @@
|
|
|
2242
2280
|
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button,
|
|
2243
2281
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button {
|
|
2244
2282
|
height: 30px;
|
|
2245
|
-
|
|
2246
|
-
padding: 5px 12px;
|
|
2283
|
+
padding: 0 12px;
|
|
2247
2284
|
}
|
|
2248
|
-
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-content,
|
|
2249
|
-
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-content {
|
|
2285
|
+
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content,
|
|
2286
|
+
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content {
|
|
2250
2287
|
font-size: 14px;
|
|
2251
2288
|
margin-right: 8px;
|
|
2252
2289
|
}
|
|
@@ -2264,8 +2301,8 @@
|
|
|
2264
2301
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
2265
2302
|
/* stylelint-disable */
|
|
2266
2303
|
font-size: 14px !important;
|
|
2267
|
-
height:
|
|
2268
|
-
|
|
2304
|
+
height: 14px !important;
|
|
2305
|
+
/* stylelint-enable */
|
|
2269
2306
|
width: 20px;
|
|
2270
2307
|
}
|
|
2271
2308
|
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort,
|
|
@@ -2328,10 +2365,10 @@
|
|
|
2328
2365
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button {
|
|
2329
2366
|
height: 30px;
|
|
2330
2367
|
line-height: 1em;
|
|
2331
|
-
padding:
|
|
2368
|
+
padding: 0 12px;
|
|
2332
2369
|
}
|
|
2333
|
-
.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content,
|
|
2334
|
-
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content {
|
|
2370
|
+
.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content,
|
|
2371
|
+
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content {
|
|
2335
2372
|
font-size: 14px;
|
|
2336
2373
|
margin-right: 8px;
|
|
2337
2374
|
}
|
|
@@ -2347,8 +2384,10 @@
|
|
|
2347
2384
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
2348
2385
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
2349
2386
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
2387
|
+
/* stylelint-disable */
|
|
2350
2388
|
font-size: 14px !important;
|
|
2351
|
-
height:
|
|
2389
|
+
height: 14px !important;
|
|
2390
|
+
/* stylelint-enable */
|
|
2352
2391
|
width: 20px;
|
|
2353
2392
|
}
|
|
2354
2393
|
.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort,
|
|
@@ -2363,10 +2402,6 @@
|
|
|
2363
2402
|
.e-bigger.e-pivotview .e-sortfilterdiv {
|
|
2364
2403
|
font-size: 16px !important;
|
|
2365
2404
|
}
|
|
2366
|
-
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container,
|
|
2367
|
-
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container {
|
|
2368
|
-
height: 140px;
|
|
2369
|
-
}
|
|
2370
2405
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2371
2406
|
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
2372
2407
|
.e-bigger .e-pivotview .e-headertext,
|
|
@@ -2385,15 +2420,12 @@
|
|
|
2385
2420
|
}
|
|
2386
2421
|
.e-bigger .e-pivotview .e-rowcell,
|
|
2387
2422
|
.e-bigger.e-pivotview .e-rowcell {
|
|
2388
|
-
/* stylelint-disable */
|
|
2389
2423
|
font-size: 16px !important;
|
|
2390
2424
|
padding: 0 12px;
|
|
2391
2425
|
}
|
|
2392
2426
|
.e-bigger .e-pivotview.e-rtl,
|
|
2393
2427
|
.e-bigger.e-pivotview.e-rtl {
|
|
2394
2428
|
/* stylelint-enable */
|
|
2395
|
-
/* stylelint-disable */
|
|
2396
|
-
/* stylelint-enable */
|
|
2397
2429
|
}
|
|
2398
2430
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
|
|
2399
2431
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-rowsheader {
|