@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;
|
|
@@ -209,6 +203,11 @@
|
|
|
209
203
|
.e-pivotview .e-value-field-settings .e-caption-input-text {
|
|
210
204
|
font-size: 13px;
|
|
211
205
|
}
|
|
206
|
+
.e-pivotview .e-group-field-settings {
|
|
207
|
+
/* stylelint-disable */
|
|
208
|
+
width: auto !important;
|
|
209
|
+
/* stylelint-enable */
|
|
210
|
+
}
|
|
212
211
|
.e-pivotview .e-group-field-settings .e-caption-option-text,
|
|
213
212
|
.e-pivotview .e-group-field-settings .e-input-option-text,
|
|
214
213
|
.e-pivotview .e-group-field-settings .e-group-inerval-option-text,
|
|
@@ -237,6 +236,7 @@
|
|
|
237
236
|
.e-pivotview .e-member-editor-dialog {
|
|
238
237
|
min-width: 320px;
|
|
239
238
|
/* stylelint-disable */
|
|
239
|
+
/* stylelint-disable */
|
|
240
240
|
}
|
|
241
241
|
.e-pivotview .e-member-editor-dialog .e-editor-search-container {
|
|
242
242
|
display: -ms-flexbox;
|
|
@@ -244,7 +244,6 @@
|
|
|
244
244
|
padding: 0 20px 10px;
|
|
245
245
|
}
|
|
246
246
|
.e-pivotview .e-member-editor-dialog .e-editor-search-container .e-clear-icon-hide {
|
|
247
|
-
display: inline-block;
|
|
248
247
|
visibility: hidden;
|
|
249
248
|
}
|
|
250
249
|
.e-pivotview .e-member-editor-dialog:not(.e-excel-filter) .e-editor-search-container {
|
|
@@ -253,7 +252,6 @@
|
|
|
253
252
|
.e-pivotview .e-member-editor-dialog .e-filter-sort {
|
|
254
253
|
box-shadow: none;
|
|
255
254
|
margin-left: 10px;
|
|
256
|
-
/* stylelint-disable */
|
|
257
255
|
}
|
|
258
256
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort {
|
|
259
257
|
background-color: #fff;
|
|
@@ -261,12 +259,14 @@
|
|
|
261
259
|
color: #495057;
|
|
262
260
|
}
|
|
263
261
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort:hover {
|
|
262
|
+
/* stylelint-disable */
|
|
264
263
|
background-color: #6c757d !important;
|
|
265
264
|
border-color: #6c757d !important;
|
|
266
265
|
color: #fff !important;
|
|
266
|
+
/* stylelint-enable */
|
|
267
267
|
}
|
|
268
268
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort.e-active {
|
|
269
|
-
background
|
|
269
|
+
background: #545b62;
|
|
270
270
|
border-color: #4e555b;
|
|
271
271
|
color: #fff;
|
|
272
272
|
outline: none;
|
|
@@ -276,12 +276,14 @@
|
|
|
276
276
|
font-size: 16px;
|
|
277
277
|
}
|
|
278
278
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort:focus {
|
|
279
|
+
/* stylelint-disable */
|
|
279
280
|
background-color: #6c757d !important;
|
|
280
281
|
border-color: #6c757d !important;
|
|
281
282
|
color: #fff !important;
|
|
283
|
+
/* stylelint-enable */
|
|
282
284
|
}
|
|
283
285
|
.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort:focus.e-active {
|
|
284
|
-
background
|
|
286
|
+
background: #545b62;
|
|
285
287
|
border-color: #4e555b;
|
|
286
288
|
color: #fff;
|
|
287
289
|
outline: none;
|
|
@@ -291,9 +293,12 @@
|
|
|
291
293
|
text-align: center;
|
|
292
294
|
width: 100%;
|
|
293
295
|
}
|
|
296
|
+
.e-pivotview .e-member-editor-dialog .e-select-all-container ul li .e-text-content > .e-icon-expandable {
|
|
297
|
+
display: none;
|
|
298
|
+
}
|
|
294
299
|
.e-pivotview .e-member-editor-dialog .e-member-editor-container-outer-div {
|
|
295
300
|
display: inline-block;
|
|
296
|
-
height:
|
|
301
|
+
height: 155px;
|
|
297
302
|
max-width: 400px;
|
|
298
303
|
overflow: auto;
|
|
299
304
|
width: 100%;
|
|
@@ -335,11 +340,10 @@
|
|
|
335
340
|
padding-top: 20px;
|
|
336
341
|
}
|
|
337
342
|
.e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
338
|
-
height:
|
|
343
|
+
height: 158px;
|
|
339
344
|
}
|
|
340
|
-
.e-pivotview .e-member-editor-dialog .e-excelfilter .e-editor-
|
|
341
|
-
|
|
342
|
-
padding: 18px 10px 12px 20px;
|
|
345
|
+
.e-pivotview .e-member-editor-dialog.e-node-limit .e-excelfilter .e-member-editor-container-outer-div {
|
|
346
|
+
height: 155px;
|
|
343
347
|
}
|
|
344
348
|
.e-pivotview .e-member-editor-dialog .e-label-filter,
|
|
345
349
|
.e-pivotview .e-member-editor-dialog .e-value-filter {
|
|
@@ -350,7 +354,9 @@
|
|
|
350
354
|
}
|
|
351
355
|
.e-pivotview .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
352
356
|
.e-pivotview .e-member-editor-dialog .e-value-filter .e-filter-text-div {
|
|
357
|
+
/* stylelint-disable */
|
|
353
358
|
color: #212529 !important;
|
|
359
|
+
/* stylelint-enable */
|
|
354
360
|
font-size: 13px;
|
|
355
361
|
font-weight: 500;
|
|
356
362
|
}
|
|
@@ -372,19 +378,18 @@
|
|
|
372
378
|
}
|
|
373
379
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container {
|
|
374
380
|
border: none;
|
|
375
|
-
/* stylelint-enable */
|
|
376
381
|
}
|
|
377
382
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
378
383
|
margin: 0 0 0 6px;
|
|
379
384
|
}
|
|
380
385
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-text-wrap .e-tab-icon {
|
|
381
|
-
height:
|
|
382
|
-
min-width: 14px;
|
|
383
|
-
width: 14px;
|
|
384
|
-
height: auto;
|
|
386
|
+
height: fit-content;
|
|
385
387
|
}
|
|
386
388
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-text-wrap .e-tab-icon::before {
|
|
387
389
|
font-size: 14px;
|
|
390
|
+
/* stylelint-disable */
|
|
391
|
+
top: 0 !important;
|
|
392
|
+
/* stylelint-enable */
|
|
388
393
|
}
|
|
389
394
|
.e-pivotview .e-member-editor-dialog .e-filter-tab-container.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
390
395
|
margin: 0 6px 0 0;
|
|
@@ -394,19 +399,27 @@
|
|
|
394
399
|
}
|
|
395
400
|
.e-pivotview .e-member-editor-dialog .e-clear-filter-button {
|
|
396
401
|
float: left;
|
|
397
|
-
margin: 0;
|
|
402
|
+
margin: 0 !important;
|
|
398
403
|
}
|
|
399
404
|
.e-pivotview .e-member-editor-dialog .e-clear-filter-button.e-disable {
|
|
400
405
|
display: none;
|
|
401
406
|
}
|
|
402
407
|
.e-pivotview .e-member-editor-dialog .e-editor-label-container {
|
|
403
|
-
|
|
408
|
+
-ms-flex-align: center;
|
|
409
|
+
align-items: center;
|
|
410
|
+
background: #f8f8f8;
|
|
411
|
+
display: -ms-flexbox !important;
|
|
412
|
+
display: flex !important;
|
|
413
|
+
/* stylelint-enable */
|
|
414
|
+
height: 40px;
|
|
415
|
+
-ms-flex-pack: center;
|
|
416
|
+
justify-content: center;
|
|
404
417
|
opacity: 100%;
|
|
405
|
-
padding: 17px 10px 16px 20px;
|
|
406
418
|
}
|
|
407
419
|
.e-pivotview .e-member-editor-dialog .e-editor-label-container .e-editor-label {
|
|
408
420
|
color: #333;
|
|
409
421
|
font: 500 13px Helvetica;
|
|
422
|
+
margin-bottom: 0;
|
|
410
423
|
opacity: 1;
|
|
411
424
|
overflow: hidden;
|
|
412
425
|
text-overflow: ellipsis;
|
|
@@ -471,6 +484,9 @@
|
|
|
471
484
|
.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-outer-container ul {
|
|
472
485
|
margin-right: 0;
|
|
473
486
|
}
|
|
487
|
+
.e-pivotview .e-member-editor-dialog .e-member-editor-outer-container:not(.e-excelfilter) .e-editor-search-container {
|
|
488
|
+
padding-top: 4px !important;
|
|
489
|
+
}
|
|
474
490
|
.e-pivotview .e-value-field-settings .e-dlg-header-content,
|
|
475
491
|
.e-pivotview .e-member-editor-dialog .e-dlg-header-content,
|
|
476
492
|
.e-pivotview .e-pivot-format-dialog .e-dlg-header-content,
|
|
@@ -485,9 +501,8 @@
|
|
|
485
501
|
.e-pivotview .e-group-field-settings .e-footer-content {
|
|
486
502
|
border-top-left-radius: 0;
|
|
487
503
|
border-top-right-radius: 0;
|
|
488
|
-
|
|
489
|
-
padding-bottom:
|
|
490
|
-
padding-top: 8px;
|
|
504
|
+
padding-top: 15px;
|
|
505
|
+
padding-bottom: 15px;
|
|
491
506
|
}
|
|
492
507
|
.e-pivotview .e-value-field-settings .e-dlg-content,
|
|
493
508
|
.e-pivotview .e-member-editor-dialog .e-dlg-content,
|
|
@@ -540,8 +555,10 @@
|
|
|
540
555
|
overflow: auto;
|
|
541
556
|
}
|
|
542
557
|
.e-pivotview .e-pivotchart-type-dialog {
|
|
558
|
+
/* stylelint-disable */
|
|
543
559
|
max-width: 350px !important;
|
|
544
560
|
max-height: 380px !important;
|
|
561
|
+
/* stylelint-enable */
|
|
545
562
|
}
|
|
546
563
|
.e-pivotview .e-pivotchart-type-dialog .e-chart-type-option-container,
|
|
547
564
|
.e-pivotview .e-pivotchart-type-dialog .e-chart-type-option-text {
|
|
@@ -562,8 +579,10 @@
|
|
|
562
579
|
width: 49%;
|
|
563
580
|
}
|
|
564
581
|
.e-pivotview .e-pivot-format-dialog {
|
|
582
|
+
/* stylelint-disable */
|
|
565
583
|
max-height: 550px !important;
|
|
566
584
|
max-width: 350px !important;
|
|
585
|
+
/* stylelint-enable */
|
|
567
586
|
}
|
|
568
587
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer {
|
|
569
588
|
padding: 0 20px;
|
|
@@ -594,13 +613,16 @@
|
|
|
594
613
|
font-size: 16px;
|
|
595
614
|
}
|
|
596
615
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu {
|
|
597
|
-
background-color:
|
|
616
|
+
background-color: #fff;
|
|
598
617
|
border: none;
|
|
599
618
|
background-color: #f8f9fa;
|
|
600
619
|
color: #495057;
|
|
620
|
+
/* stylelint-disable */
|
|
601
621
|
}
|
|
602
622
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item {
|
|
623
|
+
/* stylelint-disable */
|
|
603
624
|
height: 30px !important;
|
|
625
|
+
/* stylelint-enable */
|
|
604
626
|
overflow: hidden;
|
|
605
627
|
padding-left: 10px;
|
|
606
628
|
background-color: #f2f4f6;
|
|
@@ -625,16 +647,14 @@
|
|
|
625
647
|
}
|
|
626
648
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
627
649
|
margin-left: 18px !important;
|
|
628
|
-
/* stylelint-enable */
|
|
629
650
|
}
|
|
630
651
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template {
|
|
631
|
-
/* stylelint-disable */
|
|
632
652
|
padding: 0 !important;
|
|
653
|
+
/* stylelint-enable */
|
|
633
654
|
}
|
|
634
655
|
.e-pivotview .e-pivot-toolbar .e-reportlist-label {
|
|
635
656
|
float: left;
|
|
636
657
|
font-weight: 500;
|
|
637
|
-
/* stylelint-enable */
|
|
638
658
|
}
|
|
639
659
|
.e-pivotview .e-pivot-toolbar .e-reportlist-drop {
|
|
640
660
|
float: right;
|
|
@@ -651,7 +671,7 @@
|
|
|
651
671
|
padding-right: 10px;
|
|
652
672
|
}
|
|
653
673
|
.e-pivotview .e-frozenscrollbar {
|
|
654
|
-
background
|
|
674
|
+
background: #f2f4f6;
|
|
655
675
|
}
|
|
656
676
|
|
|
657
677
|
.e-pivotview-disable-icon {
|
|
@@ -759,10 +779,6 @@
|
|
|
759
779
|
height: 38px !important;
|
|
760
780
|
/* stylelint-enable */
|
|
761
781
|
}
|
|
762
|
-
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
763
|
-
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
764
|
-
height: 140px;
|
|
765
|
-
}
|
|
766
782
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
767
783
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-descend-icon,
|
|
768
784
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
@@ -781,6 +797,10 @@
|
|
|
781
797
|
.e-bigger.e-pivotview .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul {
|
|
782
798
|
margin-right: -30px !important;
|
|
783
799
|
}
|
|
800
|
+
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
801
|
+
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
802
|
+
height: 128px;
|
|
803
|
+
}
|
|
784
804
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text,
|
|
785
805
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
786
806
|
margin: 0 0 0 6px;
|
|
@@ -789,9 +809,13 @@
|
|
|
789
809
|
.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 {
|
|
790
810
|
margin: 0 6px 0 0;
|
|
791
811
|
}
|
|
812
|
+
.e-bigger .e-pivotview .e-member-editor-dialog.e-node-limit.e-excel-filter .e-excelfilter .e-member-editor-container-outer-div,
|
|
813
|
+
.e-bigger.e-pivotview .e-member-editor-dialog.e-node-limit.e-excel-filter .e-excelfilter .e-member-editor-container-outer-div {
|
|
814
|
+
height: 115px !important;
|
|
815
|
+
}
|
|
792
816
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
793
817
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
794
|
-
height:
|
|
818
|
+
height: 120px !important;
|
|
795
819
|
}
|
|
796
820
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-label-filter,
|
|
797
821
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-value-filter,
|
|
@@ -827,7 +851,12 @@
|
|
|
827
851
|
}
|
|
828
852
|
.e-bigger .e-pivotview .e-member-editor-dialog.e-excel-filter,
|
|
829
853
|
.e-bigger.e-pivotview .e-member-editor-dialog.e-excel-filter {
|
|
830
|
-
min-width: 350px;
|
|
854
|
+
min-width: 350px !important;
|
|
855
|
+
min-height: 400px !important;
|
|
856
|
+
}
|
|
857
|
+
.e-bigger .e-pivotview .e-member-editor-dialog.e-excel-filter.e-node-limit,
|
|
858
|
+
.e-bigger.e-pivotview .e-member-editor-dialog.e-excel-filter.e-node-limit {
|
|
859
|
+
min-height: 450px !important;
|
|
831
860
|
}
|
|
832
861
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
833
862
|
.e-bigger .e-pivotview .e-value-field-settings .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
@@ -927,7 +956,6 @@
|
|
|
927
956
|
/*! PivotView theme */
|
|
928
957
|
.e-pivotview {
|
|
929
958
|
/* stylelint-enable */
|
|
930
|
-
/* stylelint-disable */
|
|
931
959
|
/* stylelint-enable */
|
|
932
960
|
/* stylelint-disable */
|
|
933
961
|
/* stylelint-enable */
|
|
@@ -970,7 +998,7 @@
|
|
|
970
998
|
.e-pivotview .e-grid .e-content,
|
|
971
999
|
.e-pivotview .e-grid .e-gridheader,
|
|
972
1000
|
.e-pivotview .e-headercell {
|
|
973
|
-
background
|
|
1001
|
+
background: #f2f4f6;
|
|
974
1002
|
}
|
|
975
1003
|
.e-pivotview .e-grid .e-gridheader {
|
|
976
1004
|
border-bottom-width: 1px;
|
|
@@ -983,7 +1011,7 @@
|
|
|
983
1011
|
}
|
|
984
1012
|
.e-pivotview .e-rowsheader,
|
|
985
1013
|
.e-pivotview .e-columnsheader {
|
|
986
|
-
background
|
|
1014
|
+
background: #f8f9fa;
|
|
987
1015
|
}
|
|
988
1016
|
.e-pivotview .e-rowsheader .e-cellvalue {
|
|
989
1017
|
margin-left: 8px;
|
|
@@ -996,9 +1024,14 @@
|
|
|
996
1024
|
.e-pivotview .e-olap-editor-dialog {
|
|
997
1025
|
min-height: 350px !important;
|
|
998
1026
|
min-width: 320px !important;
|
|
1027
|
+
visibility: hidden;
|
|
1028
|
+
}
|
|
1029
|
+
.e-pivotview .e-member-editor-dialog.e-node-limit,
|
|
1030
|
+
.e-pivotview .e-olap-editor-dialog.e-node-limit {
|
|
1031
|
+
max-height: 450px !important;
|
|
999
1032
|
}
|
|
1000
1033
|
.e-pivotview .e-member-editor-dialog .e-toolbar .e-toolbar-items {
|
|
1001
|
-
margin-left:
|
|
1034
|
+
margin-left: 20px;
|
|
1002
1035
|
}
|
|
1003
1036
|
.e-pivotview .e-member-editor-dialog .e-rtl.e-toolbar .e-toolbar-items {
|
|
1004
1037
|
margin-left: 0;
|
|
@@ -1309,7 +1342,9 @@
|
|
|
1309
1342
|
}
|
|
1310
1343
|
.e-pivotview .e-grouping-bar .e-pivot-button,
|
|
1311
1344
|
.e-pivotview .e-group-rows .e-pivot-button {
|
|
1312
|
-
|
|
1345
|
+
-ms-flex-align: center;
|
|
1346
|
+
align-items: center;
|
|
1347
|
+
background: #6c757d;
|
|
1313
1348
|
border: 1px solid #6c757d;
|
|
1314
1349
|
border-radius: 4px;
|
|
1315
1350
|
box-shadow: none;
|
|
@@ -1321,12 +1356,10 @@
|
|
|
1321
1356
|
display: flex;
|
|
1322
1357
|
font-weight: normal;
|
|
1323
1358
|
height: 24px;
|
|
1324
|
-
|
|
1325
|
-
padding: 4px 8px;
|
|
1359
|
+
padding: 0 8px;
|
|
1326
1360
|
text-transform: none;
|
|
1327
1361
|
vertical-align: bottom;
|
|
1328
1362
|
z-index: 1;
|
|
1329
|
-
font-weight: normal;
|
|
1330
1363
|
/* stylelint-disable */
|
|
1331
1364
|
/* stylelint-enable */
|
|
1332
1365
|
}
|
|
@@ -1337,7 +1370,7 @@
|
|
|
1337
1370
|
}
|
|
1338
1371
|
.e-pivotview .e-grouping-bar .e-pivot-button:hover,
|
|
1339
1372
|
.e-pivotview .e-group-rows .e-pivot-button:hover {
|
|
1340
|
-
background
|
|
1373
|
+
background: #adb5bd;
|
|
1341
1374
|
border-color: #adb5bd;
|
|
1342
1375
|
background-color: #5a6268;
|
|
1343
1376
|
border-color: #545b62;
|
|
@@ -1412,9 +1445,9 @@
|
|
|
1412
1445
|
.e-pivotview .e-group-rows .e-pivot-button:active .e-edit {
|
|
1413
1446
|
color: #fff;
|
|
1414
1447
|
}
|
|
1415
|
-
.e-pivotview .e-grouping-bar .e-pivot-button .e-content,
|
|
1416
|
-
.e-pivotview .e-group-rows .e-pivot-button .e-content {
|
|
1417
|
-
background
|
|
1448
|
+
.e-pivotview .e-grouping-bar .e-pivot-button .e-pvt-btn-content,
|
|
1449
|
+
.e-pivotview .e-group-rows .e-pivot-button .e-pvt-btn-content {
|
|
1450
|
+
background: transparent;
|
|
1418
1451
|
cursor: move;
|
|
1419
1452
|
-ms-flex: auto;
|
|
1420
1453
|
flex: auto;
|
|
@@ -1425,14 +1458,10 @@
|
|
|
1425
1458
|
text-overflow: ellipsis;
|
|
1426
1459
|
margin-right: 4px;
|
|
1427
1460
|
}
|
|
1428
|
-
.e-pivotview .e-grouping-bar .e-pivot-button .e-content.e-disable-drag,
|
|
1429
|
-
.e-pivotview .e-group-rows .e-pivot-button .e-content.e-disable-drag {
|
|
1461
|
+
.e-pivotview .e-grouping-bar .e-pivot-button .e-pvt-btn-content.e-disable-drag,
|
|
1462
|
+
.e-pivotview .e-group-rows .e-pivot-button .e-pvt-btn-content.e-disable-drag {
|
|
1430
1463
|
cursor: auto;
|
|
1431
1464
|
}
|
|
1432
|
-
.e-pivotview .e-grouping-bar .e-pivot-button .e-draggable,
|
|
1433
|
-
.e-pivotview .e-group-rows .e-pivot-button .e-draggable {
|
|
1434
|
-
height: initial !important;
|
|
1435
|
-
}
|
|
1436
1465
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-drag,
|
|
1437
1466
|
.e-pivotview .e-group-rows .e-pivot-button .e-drag {
|
|
1438
1467
|
display: none;
|
|
@@ -1453,10 +1482,8 @@
|
|
|
1453
1482
|
cursor: pointer;
|
|
1454
1483
|
display: inline-block;
|
|
1455
1484
|
font-size: 10px;
|
|
1456
|
-
height: 18px;
|
|
1457
1485
|
margin-left: 4px;
|
|
1458
1486
|
width: 18px;
|
|
1459
|
-
padding-top: 2px;
|
|
1460
1487
|
}
|
|
1461
1488
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-sort:hover,
|
|
1462
1489
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-dropdown-icon:hover,
|
|
@@ -1494,7 +1521,6 @@
|
|
|
1494
1521
|
}
|
|
1495
1522
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-sort.e-descend,
|
|
1496
1523
|
.e-pivotview .e-group-rows .e-pivot-button .e-sort.e-descend {
|
|
1497
|
-
margin-top: 3px;
|
|
1498
1524
|
transform: rotateX(180deg);
|
|
1499
1525
|
}
|
|
1500
1526
|
.e-pivotview .e-grouping-bar .e-pivot-button .e-dropdown-icon,
|
|
@@ -1525,7 +1551,6 @@
|
|
|
1525
1551
|
pointer-events: none;
|
|
1526
1552
|
}
|
|
1527
1553
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button {
|
|
1528
|
-
padding: 4px 8px;
|
|
1529
1554
|
width: 180px;
|
|
1530
1555
|
font-weight: 400;
|
|
1531
1556
|
}
|
|
@@ -1585,7 +1610,6 @@
|
|
|
1585
1610
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
1586
1611
|
color: rgba(255, 255, 255, 0.8) !important;
|
|
1587
1612
|
font-size: 10px;
|
|
1588
|
-
height: 18px;
|
|
1589
1613
|
margin-left: 4px !important;
|
|
1590
1614
|
width: 18px;
|
|
1591
1615
|
}
|
|
@@ -1659,7 +1683,7 @@
|
|
|
1659
1683
|
.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown input.e-input {
|
|
1660
1684
|
padding-bottom: 7px;
|
|
1661
1685
|
}
|
|
1662
|
-
.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) {
|
|
1686
|
+
.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) {
|
|
1663
1687
|
height: auto;
|
|
1664
1688
|
width: auto;
|
|
1665
1689
|
}
|
|
@@ -1672,6 +1696,7 @@
|
|
|
1672
1696
|
display: inline-block;
|
|
1673
1697
|
height: 18px;
|
|
1674
1698
|
margin-top: 5px;
|
|
1699
|
+
margin-bottom: 0;
|
|
1675
1700
|
text-align: center;
|
|
1676
1701
|
width: 18px;
|
|
1677
1702
|
}
|
|
@@ -1680,6 +1705,7 @@
|
|
|
1680
1705
|
font-size: 13px !important;
|
|
1681
1706
|
margin-left: 0px;
|
|
1682
1707
|
margin-top: 4px;
|
|
1708
|
+
margin-bottom: 0;
|
|
1683
1709
|
}
|
|
1684
1710
|
.e-pivotview .e-expand::before {
|
|
1685
1711
|
font-size: 10px;
|
|
@@ -1862,6 +1888,8 @@
|
|
|
1862
1888
|
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivotview-text-div-1,
|
|
1863
1889
|
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivotview-text-div,
|
|
1864
1890
|
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivotview-text-div-1 {
|
|
1891
|
+
-ms-flex-align: center;
|
|
1892
|
+
align-items: center;
|
|
1865
1893
|
display: -ms-flexbox;
|
|
1866
1894
|
display: flex;
|
|
1867
1895
|
-ms-flex-direction: row;
|
|
@@ -1904,6 +1932,23 @@
|
|
|
1904
1932
|
text-align: initial;
|
|
1905
1933
|
width: inherit;
|
|
1906
1934
|
}
|
|
1935
|
+
.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,
|
|
1936
|
+
.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,
|
|
1937
|
+
.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,
|
|
1938
|
+
.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,
|
|
1939
|
+
.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,
|
|
1940
|
+
.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,
|
|
1941
|
+
.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,
|
|
1942
|
+
.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 {
|
|
1943
|
+
-ms-flex-align: center;
|
|
1944
|
+
align-items: center;
|
|
1945
|
+
display: -ms-flexbox;
|
|
1946
|
+
display: flex;
|
|
1947
|
+
}
|
|
1948
|
+
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-row-maindiv .e-pivotview-text-div-1 .e-pagercontainer,
|
|
1949
|
+
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv .e-pivot-pager-column-maindiv .e-pivotview-text-div-1 .e-pagercontainer {
|
|
1950
|
+
margin-bottom: 0;
|
|
1951
|
+
}
|
|
1907
1952
|
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv.e-pivot-pager-single-maindiv .e-pivot-pager-row-maindiv,
|
|
1908
1953
|
.e-pivotview .e-pivot-pager.e-compact-view .e-pivot-pager-maindiv.e-pivot-pager-single-maindiv .e-pivot-pager-column-maindiv {
|
|
1909
1954
|
width: 100%;
|
|
@@ -2043,8 +2088,8 @@
|
|
|
2043
2088
|
padding-left: 8px;
|
|
2044
2089
|
padding-right: 0;
|
|
2045
2090
|
}
|
|
2046
|
-
.e-pivotview.e-rtl .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content,
|
|
2047
|
-
.e-pivotview.e-rtl .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-content {
|
|
2091
|
+
.e-pivotview.e-rtl .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content,
|
|
2092
|
+
.e-pivotview.e-rtl .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content {
|
|
2048
2093
|
margin-left: 4px;
|
|
2049
2094
|
text-align: right;
|
|
2050
2095
|
}
|
|
@@ -2080,7 +2125,7 @@
|
|
|
2080
2125
|
padding-right: 0;
|
|
2081
2126
|
/* stylelint-enable */
|
|
2082
2127
|
}
|
|
2083
|
-
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content {
|
|
2128
|
+
.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content {
|
|
2084
2129
|
margin-left: 4px;
|
|
2085
2130
|
margin-right: 0;
|
|
2086
2131
|
text-align: right;
|
|
@@ -2110,46 +2155,15 @@
|
|
|
2110
2155
|
.e-pivotview.e-device .e-grouping-bar .e-pivot-button {
|
|
2111
2156
|
line-height: 1em !important;
|
|
2112
2157
|
}
|
|
2113
|
-
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-dropdown-icon,
|
|
2114
|
-
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-pv-filtered,
|
|
2115
|
-
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-remove,
|
|
2116
|
-
.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-sort {
|
|
2117
|
-
margin-top: 2px !important;
|
|
2118
|
-
}
|
|
2119
2158
|
.e-pivotview.e-device .e-grouping-bar .e-group-all-fields .e-pvt-btn-div .e-pivot-button {
|
|
2120
2159
|
max-width: 155px;
|
|
2121
|
-
padding: 3px 10px;
|
|
2122
2160
|
}
|
|
2123
2161
|
.e-pivotview.e-device .e-grouping-bar .e-group-filters .e-pvt-btn-div .e-pivot-button,
|
|
2124
2162
|
.e-pivotview.e-device .e-grouping-bar .e-group-values .e-pvt-btn-div .e-pivot-button {
|
|
2125
2163
|
max-width: 155px;
|
|
2126
|
-
padding: 3px 10px;
|
|
2127
|
-
}
|
|
2128
|
-
.e-pivotview.e-device .e-grouping-bar .e-group-filters .e-pvt-btn-div .e-pivot-button .e-sort,
|
|
2129
|
-
.e-pivotview.e-device .e-grouping-bar .e-group-filters .e-pvt-btn-div .e-pivot-button .e-dropdown-icon,
|
|
2130
|
-
.e-pivotview.e-device .e-grouping-bar .e-group-filters .e-pvt-btn-div .e-pivot-button .e-pv-filter,
|
|
2131
|
-
.e-pivotview.e-device .e-grouping-bar .e-group-filters .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
2132
|
-
.e-pivotview.e-device .e-grouping-bar .e-group-filters .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
2133
|
-
.e-pivotview.e-device .e-grouping-bar .e-group-filters .e-pvt-btn-div .e-pivot-button .e-edit,
|
|
2134
|
-
.e-pivotview.e-device .e-grouping-bar .e-group-values .e-pvt-btn-div .e-pivot-button .e-sort,
|
|
2135
|
-
.e-pivotview.e-device .e-grouping-bar .e-group-values .e-pvt-btn-div .e-pivot-button .e-dropdown-icon,
|
|
2136
|
-
.e-pivotview.e-device .e-grouping-bar .e-group-values .e-pvt-btn-div .e-pivot-button .e-pv-filter,
|
|
2137
|
-
.e-pivotview.e-device .e-grouping-bar .e-group-values .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
2138
|
-
.e-pivotview.e-device .e-grouping-bar .e-group-values .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
2139
|
-
.e-pivotview.e-device .e-grouping-bar .e-group-values .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
2140
|
-
margin-top: 2px;
|
|
2141
2164
|
}
|
|
2142
2165
|
.e-pivotview.e-device .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button {
|
|
2143
2166
|
max-width: 200px;
|
|
2144
|
-
padding: 3px 10px;
|
|
2145
|
-
}
|
|
2146
|
-
.e-pivotview.e-device .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button .e-sort,
|
|
2147
|
-
.e-pivotview.e-device .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button .e-dropdown-icon,
|
|
2148
|
-
.e-pivotview.e-device .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button .e-pv-filter,
|
|
2149
|
-
.e-pivotview.e-device .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
2150
|
-
.e-pivotview.e-device .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
2151
|
-
.e-pivotview.e-device .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
2152
|
-
margin-top: 2px;
|
|
2153
2167
|
}
|
|
2154
2168
|
.e-pivotview.e-device .e-drillthrough-dialog {
|
|
2155
2169
|
width: 100% !important;
|
|
@@ -2159,15 +2173,6 @@
|
|
|
2159
2173
|
}
|
|
2160
2174
|
.e-pivotview.e-device .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button {
|
|
2161
2175
|
width: 155px;
|
|
2162
|
-
padding: 4px 8px;
|
|
2163
|
-
}
|
|
2164
|
-
.e-pivotview.e-device .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort,
|
|
2165
|
-
.e-pivotview.e-device .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon,
|
|
2166
|
-
.e-pivotview.e-device .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter,
|
|
2167
|
-
.e-pivotview.e-device .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
2168
|
-
.e-pivotview.e-device .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
2169
|
-
.e-pivotview.e-device .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
2170
|
-
margin-top: 1px;
|
|
2171
2176
|
}
|
|
2172
2177
|
.e-pivotview.e-device .e-scrollbar .e-movablescrollbar {
|
|
2173
2178
|
min-height: 1px !important;
|
|
@@ -2229,9 +2234,7 @@
|
|
|
2229
2234
|
.e-bigger .e-pivotview,
|
|
2230
2235
|
.e-bigger.e-pivotview {
|
|
2231
2236
|
/* stylelint-disable */
|
|
2232
|
-
/* stylelint-enable */
|
|
2233
2237
|
/* stylelint-disable */
|
|
2234
|
-
/* stylelint-enable */
|
|
2235
2238
|
}
|
|
2236
2239
|
.e-bigger .e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown,
|
|
2237
2240
|
.e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown {
|
|
@@ -2275,6 +2278,15 @@
|
|
|
2275
2278
|
.e-bigger.e-pivotview .e-grid .e-gridheader .e-headercell .e-rhandler {
|
|
2276
2279
|
height: 100% !important;
|
|
2277
2280
|
}
|
|
2281
|
+
.e-bigger .e-pivotview.e-device .e-grid.e-grid-min-height .e-rowcell,
|
|
2282
|
+
.e-bigger .e-pivotview.e-device .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
2283
|
+
.e-bigger .e-pivotview.e-device .e-grid.e-grid-min-height .e-rowcell:last-child,
|
|
2284
|
+
.e-bigger.e-pivotview.e-device .e-grid.e-grid-min-height .e-rowcell,
|
|
2285
|
+
.e-bigger.e-pivotview.e-device .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
2286
|
+
.e-bigger.e-pivotview.e-device .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
2287
|
+
padding-top: 0px !important;
|
|
2288
|
+
padding-bottom: 0px !important;
|
|
2289
|
+
}
|
|
2278
2290
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2279
2291
|
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
2280
2292
|
.e-bigger .e-pivotview .e-headertext,
|
|
@@ -2320,11 +2332,10 @@
|
|
|
2320
2332
|
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button,
|
|
2321
2333
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button {
|
|
2322
2334
|
height: 30px;
|
|
2323
|
-
|
|
2324
|
-
padding: 7px 12px;
|
|
2335
|
+
padding: 0 12px;
|
|
2325
2336
|
}
|
|
2326
|
-
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-content,
|
|
2327
|
-
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-content {
|
|
2337
|
+
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content,
|
|
2338
|
+
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content {
|
|
2328
2339
|
font-size: 13px;
|
|
2329
2340
|
margin-right: 8px;
|
|
2330
2341
|
margin-right: 0;
|
|
@@ -2343,11 +2354,10 @@
|
|
|
2343
2354
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
2344
2355
|
/* stylelint-disable */
|
|
2345
2356
|
font-size: 12px !important;
|
|
2346
|
-
height:
|
|
2347
|
-
|
|
2357
|
+
height: 12px !important;
|
|
2358
|
+
/* stylelint-enable */
|
|
2348
2359
|
width: 20px;
|
|
2349
2360
|
padding-left: 12px;
|
|
2350
|
-
padding-top: 0;
|
|
2351
2361
|
}
|
|
2352
2362
|
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort,
|
|
2353
2363
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort {
|
|
@@ -2371,18 +2381,6 @@
|
|
|
2371
2381
|
min-height: 36px;
|
|
2372
2382
|
padding-left: 16px;
|
|
2373
2383
|
}
|
|
2374
|
-
.e-bigger .e-pivotview .e-grouping-bar .e-group-filters .e-pvt-btn-div .e-pivot-button.e-btn,
|
|
2375
|
-
.e-bigger .e-pivotview .e-grouping-bar .e-group-values .e-pvt-btn-div .e-pivot-button.e-btn,
|
|
2376
|
-
.e-bigger .e-pivotview .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button.e-btn,
|
|
2377
|
-
.e-bigger .e-pivotview .e-grouping-bar .e-group-rows .e-pvt-btn-div .e-pivot-button.e-btn,
|
|
2378
|
-
.e-bigger .e-pivotview .e-grouping-bar .e-group-all-fields .e-pvt-btn-div .e-pivot-button.e-btn,
|
|
2379
|
-
.e-bigger.e-pivotview .e-grouping-bar .e-group-filters .e-pvt-btn-div .e-pivot-button.e-btn,
|
|
2380
|
-
.e-bigger.e-pivotview .e-grouping-bar .e-group-values .e-pvt-btn-div .e-pivot-button.e-btn,
|
|
2381
|
-
.e-bigger.e-pivotview .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button.e-btn,
|
|
2382
|
-
.e-bigger.e-pivotview .e-grouping-bar .e-group-rows .e-pvt-btn-div .e-pivot-button.e-btn,
|
|
2383
|
-
.e-bigger.e-pivotview .e-grouping-bar .e-group-all-fields .e-pvt-btn-div .e-pivot-button.e-btn {
|
|
2384
|
-
padding: 7px 10px;
|
|
2385
|
-
}
|
|
2386
2384
|
.e-bigger .e-pivotview .e-grouping-bar .e-group-filters .e-draggable-prompt,
|
|
2387
2385
|
.e-bigger .e-pivotview .e-grouping-bar .e-group-values .e-draggable-prompt,
|
|
2388
2386
|
.e-bigger .e-pivotview .e-grouping-bar .e-group-columns .e-draggable-prompt,
|
|
@@ -2421,11 +2419,10 @@
|
|
|
2421
2419
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button {
|
|
2422
2420
|
height: 30px;
|
|
2423
2421
|
line-height: 0.9em;
|
|
2424
|
-
padding:
|
|
2425
|
-
padding: 7px 10px;
|
|
2422
|
+
padding: 0 10px;
|
|
2426
2423
|
}
|
|
2427
|
-
.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content,
|
|
2428
|
-
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content {
|
|
2424
|
+
.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content,
|
|
2425
|
+
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pvt-btn-content {
|
|
2429
2426
|
font-size: 13px;
|
|
2430
2427
|
margin-right: 8px;
|
|
2431
2428
|
margin-right: 0;
|
|
@@ -2442,8 +2439,10 @@
|
|
|
2442
2439
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
2443
2440
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
2444
2441
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
2442
|
+
/* stylelint-disable */
|
|
2445
2443
|
font-size: 12px !important;
|
|
2446
|
-
height:
|
|
2444
|
+
height: 12px !important;
|
|
2445
|
+
/* stylelint-enable */
|
|
2447
2446
|
width: 20px;
|
|
2448
2447
|
padding-left: 12px;
|
|
2449
2448
|
}
|
|
@@ -2459,10 +2458,6 @@
|
|
|
2459
2458
|
.e-bigger.e-pivotview .e-sortfilterdiv {
|
|
2460
2459
|
font-size: 12px !important;
|
|
2461
2460
|
}
|
|
2462
|
-
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container,
|
|
2463
|
-
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container {
|
|
2464
|
-
height: 140px;
|
|
2465
|
-
}
|
|
2466
2461
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2467
2462
|
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
2468
2463
|
.e-bigger .e-pivotview .e-headertext,
|
|
@@ -2481,14 +2476,11 @@
|
|
|
2481
2476
|
}
|
|
2482
2477
|
.e-bigger .e-pivotview .e-rowcell,
|
|
2483
2478
|
.e-bigger.e-pivotview .e-rowcell {
|
|
2484
|
-
/* stylelint-disable */
|
|
2485
2479
|
font-size: 13px !important;
|
|
2486
2480
|
}
|
|
2487
2481
|
.e-bigger .e-pivotview.e-rtl,
|
|
2488
2482
|
.e-bigger.e-pivotview.e-rtl {
|
|
2489
2483
|
/* stylelint-enable */
|
|
2490
|
-
/* stylelint-disable */
|
|
2491
|
-
/* stylelint-enable */
|
|
2492
2484
|
}
|
|
2493
2485
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
|
|
2494
2486
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-rowsheader {
|