@syncfusion/ej2-angular-pivotview 23.1.36-ngcc → 23.1.36

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.
Files changed (149) hide show
  1. package/esm2020/public_api.mjs +3 -0
  2. package/esm2020/src/index.mjs +8 -0
  3. package/esm2020/src/pivotfieldlist/pivotfieldlist-all.module.mjs +23 -0
  4. package/esm2020/src/pivotfieldlist/pivotfieldlist.component.mjs +66 -0
  5. package/esm2020/src/pivotfieldlist/pivotfieldlist.module.mjs +25 -0
  6. package/esm2020/src/pivotview/pivotview-all.module.mjs +65 -0
  7. package/esm2020/src/pivotview/pivotview.component.mjs +163 -0
  8. package/esm2020/src/pivotview/pivotview.module.mjs +25 -0
  9. package/esm2020/syncfusion-ej2-angular-pivotview.mjs +5 -0
  10. package/fesm2015/syncfusion-ej2-angular-pivotview.mjs +353 -0
  11. package/fesm2015/syncfusion-ej2-angular-pivotview.mjs.map +1 -0
  12. package/fesm2020/syncfusion-ej2-angular-pivotview.mjs +353 -0
  13. package/fesm2020/syncfusion-ej2-angular-pivotview.mjs.map +1 -0
  14. package/package.json +26 -12
  15. package/src/pivotfieldlist/pivotfieldlist-all.module.d.ts +6 -0
  16. package/src/pivotfieldlist/pivotfieldlist.component.d.ts +3 -0
  17. package/src/pivotfieldlist/pivotfieldlist.module.d.ts +6 -0
  18. package/src/pivotview/pivotview-all.module.d.ts +6 -0
  19. package/src/pivotview/pivotview.component.d.ts +3 -0
  20. package/src/pivotview/pivotview.module.d.ts +6 -0
  21. package/styles/material3-dark.css +0 -55
  22. package/styles/material3-dark.scss +1 -0
  23. package/styles/material3.css +0 -111
  24. package/styles/material3.scss +1 -0
  25. package/styles/pivotfieldlist/_all.scss +2 -0
  26. package/styles/pivotfieldlist/_bootstrap-dark-definition.scss +231 -0
  27. package/styles/pivotfieldlist/_bootstrap-definition.scss +213 -0
  28. package/styles/pivotfieldlist/_bootstrap4-definition.scss +213 -0
  29. package/styles/pivotfieldlist/_bootstrap5-dark-definition.scss +1 -0
  30. package/styles/pivotfieldlist/_bootstrap5-definition.scss +217 -0
  31. package/styles/pivotfieldlist/_fabric-dark-definition.scss +219 -0
  32. package/styles/pivotfieldlist/_fabric-definition.scss +213 -0
  33. package/styles/pivotfieldlist/_fluent-dark-definition.scss +1 -0
  34. package/styles/pivotfieldlist/_fluent-definition.scss +217 -0
  35. package/styles/pivotfieldlist/_fusionnew-definition.scss +216 -0
  36. package/styles/pivotfieldlist/_highcontrast-definition.scss +214 -0
  37. package/styles/pivotfieldlist/_highcontrast-light-definition.scss +214 -0
  38. package/styles/pivotfieldlist/_layout.scss +1957 -0
  39. package/styles/pivotfieldlist/_material-dark-definition.scss +214 -0
  40. package/styles/pivotfieldlist/_material-definition.scss +214 -0
  41. package/styles/pivotfieldlist/_material3-dark-definition.scss +1 -0
  42. package/styles/pivotfieldlist/_material3-definition.scss +224 -0
  43. package/styles/pivotfieldlist/_tailwind-dark-definition.scss +1 -0
  44. package/styles/pivotfieldlist/_tailwind-definition.scss +217 -0
  45. package/styles/pivotfieldlist/_theme.scss +1973 -0
  46. package/styles/pivotfieldlist/bootstrap-dark.scss +4 -1
  47. package/styles/pivotfieldlist/bootstrap.scss +4 -1
  48. package/styles/pivotfieldlist/bootstrap4.scss +4 -1
  49. package/styles/pivotfieldlist/bootstrap5-dark.scss +4 -1
  50. package/styles/pivotfieldlist/bootstrap5.scss +4 -1
  51. package/styles/pivotfieldlist/fabric-dark.scss +4 -1
  52. package/styles/pivotfieldlist/fabric.scss +4 -1
  53. package/styles/pivotfieldlist/fluent-dark.scss +4 -1
  54. package/styles/pivotfieldlist/fluent.scss +4 -1
  55. package/styles/pivotfieldlist/highcontrast-light.scss +4 -1
  56. package/styles/pivotfieldlist/highcontrast.scss +4 -1
  57. package/styles/pivotfieldlist/icons/_bootstrap-dark.scss +359 -0
  58. package/styles/pivotfieldlist/icons/_bootstrap.scss +359 -0
  59. package/styles/pivotfieldlist/icons/_bootstrap4.scss +359 -0
  60. package/styles/pivotfieldlist/icons/_bootstrap5-dark.scss +1 -0
  61. package/styles/pivotfieldlist/icons/_bootstrap5.scss +358 -0
  62. package/styles/pivotfieldlist/icons/_fabric-dark.scss +359 -0
  63. package/styles/pivotfieldlist/icons/_fabric.scss +359 -0
  64. package/styles/pivotfieldlist/icons/_fluent-dark.scss +1 -0
  65. package/styles/pivotfieldlist/icons/_fluent.scss +358 -0
  66. package/styles/pivotfieldlist/icons/_fusionnew.scss +353 -0
  67. package/styles/pivotfieldlist/icons/_highcontrast-light.scss +358 -0
  68. package/styles/pivotfieldlist/icons/_highcontrast.scss +358 -0
  69. package/styles/pivotfieldlist/icons/_material-dark.scss +359 -0
  70. package/styles/pivotfieldlist/icons/_material.scss +358 -0
  71. package/styles/pivotfieldlist/icons/_material3-dark.scss +1 -0
  72. package/styles/pivotfieldlist/icons/_material3.scss +357 -0
  73. package/styles/pivotfieldlist/icons/_tailwind-dark.scss +357 -0
  74. package/styles/pivotfieldlist/icons/_tailwind.scss +357 -0
  75. package/styles/pivotfieldlist/material-dark.scss +4 -1
  76. package/styles/pivotfieldlist/material.scss +4 -1
  77. package/styles/pivotfieldlist/material3-dark.scss +4 -1
  78. package/styles/pivotfieldlist/material3.scss +4 -1
  79. package/styles/pivotfieldlist/tailwind-dark.scss +4 -1
  80. package/styles/pivotfieldlist/tailwind.scss +4 -1
  81. package/styles/pivotview/_all.scss +2 -0
  82. package/styles/pivotview/_bootstrap-dark-definition.scss +176 -0
  83. package/styles/pivotview/_bootstrap-definition.scss +173 -0
  84. package/styles/pivotview/_bootstrap4-definition.scss +173 -0
  85. package/styles/pivotview/_bootstrap5-dark-definition.scss +1 -0
  86. package/styles/pivotview/_bootstrap5-definition.scss +178 -0
  87. package/styles/pivotview/_fabric-dark-definition.scss +175 -0
  88. package/styles/pivotview/_fabric-definition.scss +172 -0
  89. package/styles/pivotview/_fluent-dark-definition.scss +1 -0
  90. package/styles/pivotview/_fluent-definition.scss +178 -0
  91. package/styles/pivotview/_fusionnew-definition.scss +178 -0
  92. package/styles/pivotview/_highcontrast-definition.scss +171 -0
  93. package/styles/pivotview/_highcontrast-light-definition.scss +172 -0
  94. package/styles/pivotview/_layout.scss +1169 -0
  95. package/styles/pivotview/_material-dark-definition.scss +179 -0
  96. package/styles/pivotview/_material-definition.scss +175 -0
  97. package/styles/pivotview/_material3-dark-definition.scss +1 -0
  98. package/styles/pivotview/_material3-definition.scss +181 -0
  99. package/styles/pivotview/_tailwind-dark-definition.scss +1 -0
  100. package/styles/pivotview/_tailwind-definition.scss +178 -0
  101. package/styles/pivotview/_theme.scss +2020 -0
  102. package/styles/pivotview/bootstrap-dark.scss +5 -1
  103. package/styles/pivotview/bootstrap.scss +5 -1
  104. package/styles/pivotview/bootstrap4.scss +5 -1
  105. package/styles/pivotview/bootstrap5-dark.scss +4 -1
  106. package/styles/pivotview/bootstrap5.scss +5 -1
  107. package/styles/pivotview/fabric-dark.scss +5 -1
  108. package/styles/pivotview/fabric.scss +5 -1
  109. package/styles/pivotview/fluent-dark.scss +4 -1
  110. package/styles/pivotview/fluent.scss +5 -1
  111. package/styles/pivotview/highcontrast-light.scss +5 -1
  112. package/styles/pivotview/highcontrast.scss +5 -1
  113. package/styles/pivotview/icons/_bootstrap-dark.scss +184 -0
  114. package/styles/pivotview/icons/_bootstrap.scss +184 -0
  115. package/styles/pivotview/icons/_bootstrap4.scss +184 -0
  116. package/styles/pivotview/icons/_bootstrap5-dark.scss +1 -0
  117. package/styles/pivotview/icons/_bootstrap5.scss +183 -0
  118. package/styles/pivotview/icons/_fabric-dark.scss +184 -0
  119. package/styles/pivotview/icons/_fabric.scss +184 -0
  120. package/styles/pivotview/icons/_fluent-dark.scss +1 -0
  121. package/styles/pivotview/icons/_fluent.scss +183 -0
  122. package/styles/pivotview/icons/_fusionnew.scss +183 -0
  123. package/styles/pivotview/icons/_highcontrast-light.scss +183 -0
  124. package/styles/pivotview/icons/_highcontrast.scss +183 -0
  125. package/styles/pivotview/icons/_material-dark.scss +184 -0
  126. package/styles/pivotview/icons/_material.scss +184 -0
  127. package/styles/pivotview/icons/_material3-dark.scss +1 -0
  128. package/styles/pivotview/icons/_material3.scss +183 -0
  129. package/styles/pivotview/icons/_tailwind-dark.scss +183 -0
  130. package/styles/pivotview/icons/_tailwind.scss +183 -0
  131. package/styles/pivotview/material-dark.scss +5 -1
  132. package/styles/pivotview/material.scss +5 -1
  133. package/styles/pivotview/material3-dark.scss +4 -1
  134. package/styles/pivotview/material3.scss +5 -1
  135. package/styles/pivotview/tailwind-dark.scss +4 -1
  136. package/styles/pivotview/tailwind.scss +5 -1
  137. package/syncfusion-ej2-angular-pivotview.d.ts +5 -0
  138. package/@syncfusion/ej2-angular-pivotview.es5.js +0 -439
  139. package/@syncfusion/ej2-angular-pivotview.es5.js.map +0 -1
  140. package/@syncfusion/ej2-angular-pivotview.js +0 -409
  141. package/@syncfusion/ej2-angular-pivotview.js.map +0 -1
  142. package/CHANGELOG.md +0 -843
  143. package/dist/ej2-angular-pivotview.umd.js +0 -708
  144. package/dist/ej2-angular-pivotview.umd.js.map +0 -1
  145. package/dist/ej2-angular-pivotview.umd.min.js +0 -11
  146. package/dist/ej2-angular-pivotview.umd.min.js.map +0 -1
  147. package/ej2-angular-pivotview.d.ts +0 -6
  148. package/ej2-angular-pivotview.metadata.json +0 -1
  149. package/postinstall/tagchange.js +0 -18
@@ -0,0 +1,2020 @@
1
+ @include export-module('pivotview-theme') {
2
+
3
+ /*! PivotView theme */
4
+ .e-pivotview {
5
+ .e-pivotcell-container {
6
+ align-items: center;
7
+ display: flex;
8
+
9
+ .e-stackedheadertext,
10
+ .e-headertext {
11
+ &.e-cellvalue {
12
+ overflow: hidden;
13
+ text-overflow: ellipsis;
14
+ }
15
+ }
16
+
17
+ .e-sortfilterdiv.e-value-sort-icon {
18
+ align-items: center;
19
+ display: flex;
20
+ }
21
+ }
22
+
23
+ .e-gridclip .e-pivotcell-container {
24
+ .e-stackedheadertext,
25
+ .e-headertext {
26
+ &.e-cellvalue {
27
+ text-overflow: clip;
28
+ }
29
+ }
30
+ }
31
+
32
+ .e-nextspan {
33
+ display: inline-block;
34
+ width: $pivotview-indent-space-size;
35
+ }
36
+
37
+ .e-lastspan {
38
+ display: inline-block;
39
+ padding-top: 10px;
40
+ width: 12px;
41
+ }
42
+
43
+ .e-grid.e-gridhover tr[role = 'row']:hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
44
+ background-color: $pivotgrid-cell-hover-color;
45
+ }
46
+
47
+ .e-rowsheader .e-cellvalue {
48
+ margin-left: 10px;
49
+ }
50
+
51
+ .e-valuescontent {
52
+ padding-right: 8px;
53
+ text-align: right;
54
+ }
55
+
56
+ .e-grid .e-rowcell {
57
+ /* stylelint-disable */
58
+ font-size: $pivotgrid-content-font-size !important;
59
+ padding-left: 8px;
60
+ -webkit-user-select: none;
61
+ -moz-user-select: none;
62
+ -ms-user-select: none;
63
+ user-select: none;
64
+ }
65
+
66
+ .e-grid .e-content-virtualtable {
67
+ overflow-x: auto;
68
+ scrollbar-width: none; /* firefox */
69
+
70
+ &::-webkit-scrollbar {
71
+ display: none; /* safari, chrome and edge */
72
+ }
73
+ }
74
+
75
+ .e-gtot,
76
+ .e-gtot.e-rowsheader,
77
+ .e-gtot.e-columnsheader,
78
+ .e-grid .e-content,
79
+ .e-grid .e-gridheader {
80
+ background: $pivotgrid-gtot-background-color;
81
+ }
82
+
83
+ .e-headercell:not(.e-columnsheader) {
84
+ background: $pivotgrid-gtot-background-color !important;
85
+ }
86
+
87
+ .e-grid .e-gridheader {
88
+ border-bottom-width: 1px;
89
+ @if($skin-name == 'bootstrap5') {
90
+ border-bottom-color: $border-light;
91
+ }
92
+ }
93
+
94
+ .e-gtot {
95
+ font-weight: $pivotgrid-summary-font-weight;
96
+ }
97
+
98
+ .e-gtot
99
+ .e-cellvalue {
100
+ color: $pivotgrid-gtot-font-color;
101
+ }
102
+
103
+ .e-rowsheader,
104
+ .e-columnsheader {
105
+ background: $pivotgrid-header-background-color;
106
+ }
107
+
108
+ .e-rowsheader {
109
+ .e-cellvalue {
110
+ margin-left: $pivotgrid-rowsheader-cellvalue-margin-left;
111
+ margin-top: $pivotgrid-rowsheader-cellvalue-margin-top;
112
+
113
+ @if ($skin-name == 'tailwind') or ($skin-name == 'Material3') {
114
+ vertical-align: middle;
115
+ }
116
+ }
117
+ }
118
+
119
+ .e-pivot-conditional-empty-format {
120
+ margin: 10px;
121
+ }
122
+
123
+ .e-member-editor-dialog,
124
+ .e-olap-editor-dialog {
125
+ // sass-lint:disable-all
126
+ min-height: 350px !important;
127
+ min-width: 320px !important;
128
+ visibility: hidden;
129
+ &.e-node-limit {
130
+ max-height: 450px !important;
131
+ }
132
+ // sass-lint:enable-all
133
+ }
134
+
135
+ .e-member-editor-dialog .e-toolbar .e-toolbar-items {
136
+ margin-left: $pivotview-filter-toolbar-items-margin-left;
137
+ }
138
+
139
+ .e-member-editor-dialog .e-rtl.e-toolbar .e-toolbar-items {
140
+ margin-left: 0;
141
+ margin-right: $pivotview-filter-toolbar-items-margin-right;
142
+ }
143
+
144
+ .e-pivot-format-dialog {
145
+ .e-pivot-format-table {
146
+ width: 100%;
147
+ }
148
+ }
149
+
150
+ .e-toolbar .e-tbar-btn {
151
+ background-color: transparent;
152
+
153
+ @if ($skin-name =='highcontrast') or ($skin-name =='highcontrast-light') {
154
+ border: none !important;
155
+ }
156
+
157
+ &:hover {
158
+ @if ($skin-name == 'tailwind') {
159
+ background-color: $pivot-toolbar-icon-hover-color;
160
+ }
161
+ }
162
+ }
163
+
164
+ .e-grid .e-rowsheader.e-active,
165
+ .e-grid .e-rowsheader.e-cellselectionbackground,
166
+ .e-grid .e-columnsheader.e-active,
167
+ .e-grid .e-columnsheader.e-cellselectionbackground,
168
+ .e-grid .e-rowsheader.e-active,
169
+ .e-grid .e-rowsheader.e-selectionbackground,
170
+ .e-grid .e-columnsheader.e-active,
171
+ .e-grid .e-columnsheader.e-selectionbackground {
172
+ background: $pivotgrid-header-selection-bg-color !important;
173
+ color: $pivotgrid-header-selection-color !important;
174
+
175
+ .e-stackedheadercelldiv,.e-cellvalue,
176
+ .e-icons {
177
+ color: $pivotgrid-header-selection-color !important;
178
+ }
179
+
180
+ .e-headertext {
181
+ color: $pivotgrid-header-selection-color !important;
182
+ }
183
+ }
184
+
185
+ .e-drop-indicator {
186
+ display: block;
187
+ }
188
+
189
+ div {
190
+ div span.e-value-sort-icon {
191
+ @if ($skin-name == 'Material3') {
192
+ padding: 0 !important;
193
+ }
194
+ }
195
+ }
196
+
197
+ .e-sortfilterdiv {
198
+ .e-value-sort-icon {
199
+ float: right;
200
+ @if ($pivotgrid-skin == 'bootstrap4') {
201
+ font-size: 10px !important;
202
+ }
203
+ @if ($skin-name == 'bootstrap5') {
204
+ font-size: 12px !important;
205
+ }
206
+ @if ($skin-name == 'FluentUI') {
207
+ font-size: 14px !important;
208
+ }
209
+
210
+ &.e-value-sort-icon {
211
+ font-size: $pivotgrid-value-sort-icon-font-size !important;
212
+ }
213
+ }
214
+
215
+ &:not(.e-value-sort-icon) {
216
+ display: none;
217
+ }
218
+ }
219
+
220
+ .e-stackedheadercelldiv .e-sortfilterdiv, .e-headercelldiv .e-sortfilterdiv {
221
+ margin: $pivotgrid-vsort-column-margin !important;
222
+ }
223
+
224
+ .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
225
+ margin: $pivotgrid-vsort-column-parent-margin !important;
226
+ }
227
+
228
+ .e-stackedheadercelldiv, .e-headercelldiv {
229
+ .e-sortfilterdiv, .e-sortfilterdiv.e-value-sort-align {
230
+ margin: $pivotgrid-cell-value-margin !important;
231
+ margin-left: auto !important;
232
+ padding-bottom: $pivotgrid-cell-value-margin !important;
233
+ padding-top: $pivotgrid-cell-value-margin !important;
234
+ }
235
+ }
236
+
237
+ .e-rowsheader .e-sortfilterdiv {
238
+ margin: $pivotgrid-vsort-row-margin !important;
239
+ }
240
+
241
+ .e-rowsheader .e-sortfilterdiv.e-value-sort-align {
242
+ margin: $pivotgrid-vsort-row-parent-margin !important;
243
+ }
244
+
245
+ .e-pivotchart > svg, .e-pivotchart-inner > svg {
246
+ border: $pivotgrid-border-size $pivotgrid-border-type $pivotgrid-default-border-color;
247
+ }
248
+
249
+ .e-grid .e-icons {
250
+ color: $pivotgrid-button-icon-color !important;
251
+ @if ($pivotgrid-skin == 'bootstrap4') {
252
+ color: $gray-700 !important;
253
+ }
254
+
255
+ @if ($skin-name == 'bootstrap5') {
256
+ color: $pivotview-grid-header-font-color !important;
257
+ }
258
+
259
+ &:hover {
260
+ color: $pivotgrid-icon-hover-color !important;
261
+ @if ($pivotgrid-skin == 'bootstrap4') {
262
+ color: $gray-700 !important;
263
+ }
264
+
265
+ @if ($skin-name == 'bootstrap5') {
266
+ color: $pivotview-grid-header-font-color !important;
267
+ }
268
+ }
269
+ }
270
+
271
+ .e-grid {
272
+ border-color: $pivotgrid-default-border-color;
273
+ }
274
+
275
+ .e-grid .e-rowsheader {
276
+ padding-left: 8px;
277
+ -webkit-user-select: none;
278
+ -moz-user-select: none;
279
+ -ms-user-select: none;
280
+ user-select: none;
281
+ -webkit-touch-callout: none;
282
+
283
+ @if ($skin-name == 'tailwind') {
284
+ padding-left: 12px;
285
+ }
286
+
287
+ &.e-active {
288
+ .e-icons {
289
+ color: $pivotgrid-button-active-icon-color !important;
290
+ @if ($pivotgrid-skin == 'bootstrap4') {
291
+ color: $gray-700 !important;
292
+ }
293
+
294
+ @if ($skin-name == 'bootstrap5') {
295
+ color: $pivotview-grid-header-font-color !important;
296
+ }
297
+ }
298
+ }
299
+ }
300
+
301
+ &.sf-pivotview {
302
+ .e-spinner-pane.e-pivot-outer-spinner {
303
+ z-index: 1 !important;
304
+ }
305
+ .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
306
+ visibility: hidden !important;
307
+ /* stylelint-enable */
308
+ }
309
+ .e-grid {
310
+ .e-pivot-content-loader {
311
+ position: absolute;
312
+ z-index: 10;
313
+ color: $pivotgrid-primary-color;
314
+ font-size: 20px;
315
+ text-align: center;
316
+ padding: 10%;
317
+
318
+ &.e-hide-loader {
319
+ display: none;
320
+ }
321
+ }
322
+ .e-virtual-pivot-content {
323
+ visibility: hidden;
324
+ }
325
+ }
326
+ }
327
+
328
+ .e-grid .e-headercelldiv,
329
+ .e-grid .e-columnsheader {
330
+ /* stylelint-disable */
331
+ padding-left: 8px !important;
332
+
333
+ @if($skin-name == 'tailwind') or ($skin-name == 'tailwind-dark') {
334
+ text-transform: none;
335
+ }
336
+
337
+ @if($skin-name == 'bootstrap5') or ($skin-name == 'FluentUI') or ($skin-name == 'tailwind') or ($skin-name == 'Material3') {
338
+ padding-top: 0px !important;
339
+ padding-bottom: 0px !important;
340
+ }
341
+ }
342
+
343
+ .sf-grid .e-spinner-pane {
344
+ z-index: 1 !important;
345
+ }
346
+
347
+ .e-grid .e-headercelldiv,
348
+ .e-grid .e-columnsheader {
349
+ padding-right: 8px !important;
350
+ }
351
+
352
+ .e-grid .e-headercelldiv,
353
+ .e-grid .e-stackedheadercelldiv {
354
+ line-height: normal;
355
+ }
356
+
357
+ .e-frozenheader>.e-table,
358
+ .e-frozencontent>.e-table {
359
+ border-left-color: $pivotgrid-default-border-color !important;
360
+ border-right-color: $pivotgrid-default-border-color !important;
361
+ border-left: 0;
362
+ border-right-width: 1px;
363
+ }
364
+
365
+ .e-leftfreeze.e-freezeleftborder {
366
+ border-left-color: $pivotgrid-default-border-color !important;
367
+ border-right-color: $pivotgrid-default-border-color !important;
368
+ border-right-width: 1px !important;
369
+
370
+ &:not(.e-gtot) {
371
+ background: $pivotgrid-header-background-color;
372
+ }
373
+ }
374
+
375
+ .e-stackedheadercelldiv {
376
+ display: block;
377
+ }
378
+
379
+ .e-stackedheadertext.e-cellvalue,
380
+ .e-stackedheadercelldiv.e-cellvalue {
381
+ display: inline-block;
382
+ padding-left: 12px !important;
383
+ }
384
+
385
+ .e-headercelldiv.e-cellvalue {
386
+ @if($pivotgrid-skin == 'bootstrap4') or ($pivotgrid-skin == 'bootstrap') or ($pivotgrid-skin == 'bootstrap-dark') or ($pivotgrid-skin == 'material-dark') or ($pivotgrid-skin == 'material') {
387
+ margin-left: 0px;
388
+ }
389
+ }
390
+
391
+ .e-stackedheadercelldiv {
392
+ padding: 0 0 0 1px !important;
393
+ }
394
+
395
+ .e-stackedheadercelldiv,
396
+ .e-stackedheadertext,
397
+ .e-headertext,
398
+ .e-rowsheader .e-cellvalue {
399
+ color: $pivotview-grid-header-font-color;
400
+ font-size: $pivotview-grid-header-font-size;
401
+ font-weight: $pivotview-grid-header-font-weight;
402
+
403
+ .e-hyperlinkcell {
404
+ // color: $pivotview-grid-header-font-color;
405
+ cursor: pointer;
406
+
407
+ // &:hover {
408
+ // color: $pivotgrid-active-color;
409
+ // }
410
+ }
411
+ }
412
+
413
+ .e-valuescontent .e-cellvalue {
414
+ .e-hyperlinkcell {
415
+ // color: $pivotgrid-default-font-color;
416
+ cursor: pointer;
417
+
418
+ // &:hover {
419
+ // color: $pivotgrid-active-color;
420
+ // }
421
+ }
422
+ }
423
+
424
+ .e-valuescontent {
425
+ opacity: $pivotview-grid-content-opacity !important;
426
+ }
427
+
428
+ /* stylelint-enable */
429
+
430
+ .e-rowcell {
431
+ opacity: 1;
432
+
433
+ /* stylelint-disable */
434
+ .e-cellvalue {
435
+ -webkit-user-select: none;
436
+ -moz-user-select: none;
437
+ -ms-user-select: none;
438
+ user-select: none;
439
+ }
440
+
441
+ /* stylelint-enable */
442
+ }
443
+
444
+ .e-grouping-bar {
445
+ .e-right-axis-fields {
446
+ flex: auto;
447
+ }
448
+
449
+ .e-left-axis-fields,
450
+ .e-right-axis-fields {
451
+ height: auto;
452
+ }
453
+
454
+ .e-left-axis-fields {
455
+ min-width: 250px;
456
+ }
457
+
458
+ .e-axis-row,
459
+ .e-axis-column,
460
+ .e-axis-value,
461
+ .e-axis-filter,
462
+ .e-group-all-fields {
463
+ background: $pivotgrid-grp-bg-color;
464
+ display: flex;
465
+ }
466
+
467
+ .e-left-axis-fields {
468
+ border: $pivotgrid-border-size $pivotgrid-border-type $pivotgrid-default-border-color;
469
+ border-bottom-width: 0;
470
+ border-right-width: 0;
471
+ }
472
+
473
+ /* stylelint-disable */
474
+ .e-all-fields-axis {
475
+ background: $pivotgrid-grp-bg-color;
476
+ border: $pivotgrid-border-size $pivotgrid-border-type $pivotgrid-default-border-color;
477
+ border-bottom-width: 0;
478
+ height: $pivotgrid-grouping-height !important;
479
+ min-height: $pivotgrid-grouping-height !important;
480
+
481
+ @if($skin-name == 'FluentUI') {
482
+ box-shadow: none;
483
+ }
484
+
485
+ .e-hscroll .e-scroll-nav {
486
+ background: $pivotgrid-grp-bg-color;
487
+ min-height: $pivotgrid-grouping-height !important;
488
+
489
+ &:hover {
490
+ background-color: $pivotgrid-hover-color;
491
+ @if ($pivotgrid-skin == 'bootstrap4') {
492
+ background-color: $pivotgrid-bg-color;
493
+ }
494
+
495
+ .e-nav-arrow {
496
+ color: $pivotgrid-icon-hover-color !important;
497
+ }
498
+ }
499
+ }
500
+
501
+ .e-toolbar-items {
502
+ background: $pivotgrid-grp-bg-color;
503
+ min-height: $pivotgrid-grouping-height !important;
504
+
505
+ .e-toolbar-item {
506
+ margin: 0 !important;
507
+ min-height: $pivotgrid-grouping-height !important;
508
+ padding: 0 !important;
509
+ }
510
+ }
511
+ }
512
+ /* stylelint-enable */
513
+
514
+ .e-right-axis-fields {
515
+ border: $pivotgrid-border-size $pivotgrid-border-type $pivotgrid-default-border-color;
516
+ border-bottom-width: 0;
517
+
518
+ .e-axis-filter {
519
+ border-bottom: $pivotgrid-border-size $pivotgrid-border-type $pivotgrid-default-border-color;
520
+ }
521
+ }
522
+ }
523
+
524
+ .e-group-values,
525
+ .e-group-columns,
526
+ .e-group-filters,
527
+ .e-group-rows,
528
+ .e-group-all-fields {
529
+ background: $pivotgrid-grp-bg-color;
530
+ display: inline-table;
531
+ flex: auto;
532
+ height: $pivotgrid-grouping-height;
533
+ min-height: $pivotgrid-grouping-height;
534
+ overflow: hidden;
535
+ padding-left: $pivotview-axis-indent-padding;
536
+ scroll-behavior: smooth;
537
+ vertical-align: top;
538
+
539
+ &.e-drag-restrict {
540
+ cursor: no-drop;
541
+ }
542
+
543
+ .e-draggable-prompt {
544
+ color: $pivotgrid-prompt-default-font-color;
545
+ display: inline-block;
546
+ line-height: $pivotgrid-prompt-line-height;
547
+ margin-top: 4px;
548
+ padding-left: $pivotgrid-horizontal-button-padding;
549
+ pointer-events: none;
550
+ position: relative;
551
+ text-align: center;
552
+ vertical-align: middle;
553
+ @if ($pivotgrid-skin == 'bootstrap4') {
554
+ font-size: 12px;
555
+ }
556
+
557
+ @if ($skin-name == 'bootstrap5') or ($skin-name == 'tailwind') or ($skin-name == 'FluentUI') {
558
+ font-size: $pivotgrid-content-font-size;
559
+ font-weight: normal;
560
+ }
561
+ }
562
+ }
563
+
564
+ .e-grouping-bar,
565
+ .e-group-rows {
566
+
567
+ .e-pvt-btn-div {
568
+ display: inline-flex;
569
+ height: 24px;
570
+ padding: $pivotgrid-vertical-button-padding;
571
+ padding-bottom: 0;
572
+ padding-left: 0;
573
+ padding-right: $pivotgrid-horizontal-button-padding;
574
+
575
+ .e-indent-div {
576
+ pointer-events: none;
577
+ }
578
+
579
+ .e-drop-indicator {
580
+ pointer-events: none;
581
+ width: 2px;
582
+
583
+ &.e-drop-hover {
584
+ border-left: 1px dashed $pivotgrid-drop-hover-color;
585
+ @if ($skin-name == 'tailwind') {
586
+ border-left: 1px solid $pivotgrid-drop-hover-color;
587
+ }
588
+
589
+ @if ($skin-name == 'bootstrap5') or ($skin-name == 'FluentUI') {
590
+ border-left: 1px solid $pivotgrid-drop-hover-color;
591
+ }
592
+ }
593
+ }
594
+ }
595
+
596
+ .e-pivot-button {
597
+ align-items: center;
598
+ background: $pivotgrid-button-background-color;
599
+ border: $pivotgrid-border-size $pivotgrid-border-type $pivotgrid-button-border-color;
600
+ border-radius: $pivotgrid-button-border-radius;
601
+ box-shadow: none;
602
+ /* stylelint-disable */
603
+ color: $pivotgrid-button-font-color !important;
604
+ /* stylelint-enable */
605
+ cursor: default;
606
+ display: flex;
607
+ font-weight: normal;
608
+ height: 24px;
609
+ padding: 0 8px;
610
+ text-transform: none;
611
+ vertical-align: bottom;
612
+ z-index: 1;
613
+
614
+ &.e-list-selected {
615
+ opacity: .5;
616
+ @if ($pivotgrid-skin == 'bootstrap4') {
617
+ opacity: .7;
618
+ }
619
+ }
620
+
621
+ &:hover {
622
+ background: $pivotgrid-hover-color;
623
+ @if ($skin-name != 'Material3') {
624
+ border-color: $pivotgrid-hover-color;
625
+ }
626
+ @if ($pivotgrid-skin == 'bootstrap4') {
627
+ background-color: $pivotgrid-bg-color;
628
+ border-color: $pivotgrid-border-color;
629
+ }
630
+
631
+ .e-sort,
632
+ .e-dropdown-icon,
633
+ .e-pv-filter,
634
+ .e-pv-filtered,
635
+ .e-remove,
636
+ .e-edit {
637
+ color: $pivotgrid-icon-hover-color;
638
+ }
639
+ }
640
+
641
+ &.e-btn-focused {
642
+ background-color: $pivotgrid-focus-color;
643
+ color: $pivotgrid-button-acitve-font-color;
644
+ @if ($pivotgrid-skin == 'bootstrap4') {
645
+ background-color: $pivotgrid-border-color;
646
+ border-color: $pivotgrid-active-border-color;
647
+ box-shadow: 0 0 0 .2rem $pivotgrid-box-shadow-color;
648
+ }
649
+
650
+ .e-sort,
651
+ .e-dropdown-icon,
652
+ .e-pv-filter,
653
+ .e-pv-filtered,
654
+ .e-remove,
655
+ .e-edit {
656
+ color: $pivotgrid-icon-focus-color;
657
+ }
658
+ }
659
+
660
+ &:focus,
661
+ &:active {
662
+ background-color: $pivotgrid-focus-color;
663
+ color: $pivotgrid-button-acitve-font-color;
664
+ @if ($pivotgrid-skin == 'bootstrap4') {
665
+ background-color: $pivotgrid-border-color;
666
+ border-color: $pivotgrid-active-border-color;
667
+ box-shadow: 0 0 0 .2rem $pivotgrid-box-shadow-color;
668
+ }
669
+
670
+ .e-sort,
671
+ .e-dropdown-icon,
672
+ .e-pv-filter,
673
+ .e-pv-filtered,
674
+ .e-remove,
675
+ .e-edit {
676
+ color: $pivotgrid-icon-focus-color;
677
+ }
678
+ }
679
+
680
+ .e-pvt-btn-content {
681
+ background: transparent;
682
+ cursor: move;
683
+ flex: auto;
684
+ font-size: $pivotgrid-button-font-size;
685
+ margin-right: 4px;
686
+ overflow: hidden;
687
+ text-align: left;
688
+ text-overflow: ellipsis;
689
+ @if ($pivotgrid-skin == 'bootstrap4') {
690
+ margin-right: 4px;
691
+ }
692
+
693
+ @if ($skin-name == 'bootstrap5') or ($skin-name == 'FluentUI') {
694
+ color: $pivotgrid-button-icon-color;
695
+ }
696
+
697
+ &.e-disable-drag {
698
+ cursor: auto;
699
+ }
700
+ }
701
+
702
+ /* stylelint-disable */
703
+ .e-drag {
704
+ display: none;
705
+ }
706
+
707
+ .e-sort,
708
+ .e-dropdown-icon,
709
+ .e-pv-filter,
710
+ .e-pv-filtered,
711
+ .e-remove,
712
+ .e-edit {
713
+ color: $pivotgrid-button-icon-color;
714
+ cursor: pointer;
715
+ display: inline-block;
716
+ font-size: $pivotgrid-button-icon-size;
717
+ margin-left: 4px;
718
+ width: $pivotgrid-button-icon-wrapper-size;
719
+
720
+ &:hover {
721
+ color: $pivotgrid-icon-hover-color;
722
+ }
723
+
724
+ &.e-disable {
725
+ display: none;
726
+ }
727
+ }
728
+ /* stylelint-enable */
729
+
730
+ .e-sort {
731
+ height: $pivotgrid-button-icon-size;
732
+ transform: rotateX(0deg);
733
+ transition: transform 200ms ease-in-out;
734
+
735
+ &.e-descend {
736
+ transform: rotateX(180deg);
737
+ }
738
+ }
739
+
740
+ .e-dropdown-icon {
741
+ margin-top: 1px;
742
+ }
743
+ }
744
+ }
745
+
746
+ .e-group-values {
747
+ .e-pvt-btn-div {
748
+ .e-pivot-button {
749
+ max-width: 230px;
750
+ }
751
+ }
752
+ }
753
+
754
+ .e-group-filters,
755
+ .e-group-columns {
756
+ width: 100%;
757
+ }
758
+
759
+ /* stylelint-disable */
760
+ .e-group-row {
761
+ padding: 0 !important;
762
+
763
+ .e-group-rows {
764
+ display: table;
765
+ flex: none;
766
+ width: 100%;
767
+
768
+ .e-pvt-btn-div {
769
+ max-width: unset;
770
+ width: 100%;
771
+
772
+ .e-indent-div {
773
+ pointer-events: none;
774
+ }
775
+ }
776
+ }
777
+ }
778
+
779
+ .e-group-row {
780
+ .e-group-rows {
781
+ .e-pvt-btn-div {
782
+ .e-pivot-button {
783
+ width: 180px;
784
+ @if ($pivotgrid-skin == 'bootstrap4') {
785
+ font-weight: 400;
786
+ }
787
+
788
+ &:hover {
789
+ background-color: $pivotgrid-hover-color;
790
+ @if ($pivotgrid-skin == 'bootstrap4') {
791
+ background-color: $pivotgrid-bg-color;
792
+ border-color: $pivotgrid-border-color;
793
+ }
794
+
795
+ .e-sort,
796
+ .e-dropdown-icon,
797
+ .e-pv-filter,
798
+ .e-pv-filtered,
799
+ .e-remove,
800
+ .e-edit {
801
+ color: $pivotgrid-icon-hover-color !important;
802
+ }
803
+ }
804
+
805
+ &.e-btn-focused {
806
+ background-color: $pivotgrid-focus-color;
807
+ color: $pivotgrid-button-acitve-font-color;
808
+
809
+ @if ($pivotgrid-skin =='bootstrap4') {
810
+ background-color: $pivotgrid-border-color;
811
+ border-color: $pivotgrid-active-border-color;
812
+ box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
813
+ }
814
+
815
+ .e-sort,
816
+ .e-dropdown-icon,
817
+ .e-pv-filter,
818
+ .e-pv-filtered,
819
+ .e-remove,
820
+ .e-edit {
821
+ color: $pivotgrid-icon-focus-color !important;
822
+ }
823
+ }
824
+
825
+ &:focus,
826
+ &:active {
827
+ background-color: $pivotgrid-focus-color;
828
+ color: $pivotgrid-button-acitve-font-color;
829
+ @if ($pivotgrid-skin == 'bootstrap4') {
830
+ background-color: $pivotgrid-border-color;
831
+ border-color: $pivotgrid-active-border-color;
832
+ box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
833
+ }
834
+
835
+ .e-sort,
836
+ .e-dropdown-icon,
837
+ .e-pv-filter,
838
+ .e-pv-filtered,
839
+ .e-remove,
840
+ .e-edit {
841
+ color: $pivotgrid-icon-focus-color !important;
842
+ }
843
+ }
844
+
845
+ .e-sort,
846
+ .e-dropdown-icon,
847
+ .e-pv-filter,
848
+ .e-pv-filtered,
849
+ .e-remove,
850
+ .e-edit {
851
+ color: $pivotgrid-button-icon-color !important;
852
+ font-size: $pivotgrid-button-icon-size;
853
+ margin-left: 4px !important;
854
+ width: $pivotgrid-button-icon-wrapper-size;
855
+
856
+ &:hover {
857
+ color: $pivotgrid-icon-hover-color;
858
+ }
859
+
860
+ &.e-disable {
861
+ display: none;
862
+ }
863
+ }
864
+
865
+ .e-sort {
866
+ height: $pivotgrid-button-icon-size;
867
+ width: 18px;
868
+
869
+ &.e-descend {
870
+ transform: rotateX(180deg);
871
+ }
872
+ }
873
+
874
+ .e-dropdown-icon {
875
+ margin-top: 1px;
876
+ }
877
+ }
878
+ }
879
+ }
880
+ }
881
+
882
+ /* stylelint-enable */
883
+
884
+ .e-axis-value {
885
+ display: inline-block;
886
+ height: 100%;
887
+
888
+ .e-group-values {
889
+ height: 100%;
890
+ padding-bottom: 0;
891
+ }
892
+
893
+ .e-group-chart-values {
894
+ display: inline-block;
895
+ height: 28px;
896
+ }
897
+
898
+ .e-group-chart-values-drodown {
899
+ font-size: 13px;
900
+ height: 25px;
901
+ }
902
+ }
903
+
904
+ .e-axis-column .e-group-chart-columns-dropdown {
905
+ font-size: 13px;
906
+ height: 25px;
907
+ margin: $pivotgrid-group-chart-values-dropdown-margin;
908
+
909
+ .e-input-group-icon {
910
+ min-height: initial;
911
+ }
912
+
913
+ input.e-input {
914
+ padding-bottom: 7px;
915
+ }
916
+ }
917
+
918
+ /* stylelint-disable */
919
+ .e-chart-grouping-bar .e-axis-value {
920
+ height: auto !important;
921
+ padding-left: 6px;
922
+ border-bottom: $pivotgrid-border-size $pivotgrid-border-type $pivotgrid-default-border-color;
923
+
924
+ .e-group-chart-multi-values {
925
+ padding-left: 2px;
926
+ }
927
+
928
+ .e-group-chart-values-drodown {
929
+ margin: $pivotgrid-group-chart-values-dropdown-margin;
930
+
931
+ .e-input-group-icon {
932
+ min-height: initial;
933
+ }
934
+
935
+ input.e-input {
936
+ padding-bottom: 7px;
937
+ }
938
+ }
939
+ }
940
+ /* stylelint-enable */
941
+
942
+ .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) {
943
+ height: auto;
944
+ width: auto;
945
+ }
946
+
947
+ .e-collapse::before {
948
+ font-size: $pivotgrid-collapse-icon-fonsize;
949
+ }
950
+
951
+ .e-expand,
952
+ .e-collapse {
953
+ cursor: pointer;
954
+ display: inline-block;
955
+ height: 18px;
956
+ text-align: center;
957
+ width: 18px;
958
+ @if ($skin-name == 'bootstrap5') or ($skin-name == 'FluentUI') or ($skin-name == 'Material3') or ($skin-name == 'tailwind') {
959
+ vertical-align: middle;
960
+ }
961
+ }
962
+
963
+ /* stylelint-disable */
964
+ th .e-expand,
965
+ th .e-collapse {
966
+ font-size: $pivotgrid-expcoldiv-fontsize !important;
967
+ margin-left: 0px;
968
+ }
969
+
970
+ /* stylelint-enable */
971
+
972
+ .e-expand::before {
973
+ font-size: $pivotgrid-expand-icon-fontsize;
974
+ }
975
+
976
+ .e-pivot-pager {
977
+ padding: $pivotpager-padding;
978
+
979
+ &.sf-pager {
980
+ .e-pivot-pager-info-container{
981
+ &.e-pagercontainer {
982
+ font-size: unset;
983
+ }
984
+ }
985
+ }
986
+
987
+ &.e-pivot-pager-bottom {
988
+ border-top: 0;
989
+ }
990
+
991
+ &.e-pivot-pager-top {
992
+ border-bottom: 0;
993
+ }
994
+
995
+ .e-pivotview-vseparator {
996
+ height: auto;
997
+ border-left: $pivotpager-separator-border;
998
+ margin: $pivotpager-v-separator-margin;
999
+ }
1000
+
1001
+ .e-pivot-pager-maindiv {
1002
+ display: flex;
1003
+ flex-direction: row;
1004
+
1005
+ .e-pivot-pager-row-maindiv,
1006
+ .e-pivot-pager-column-maindiv {
1007
+ display: flex;
1008
+ flex-direction: column;
1009
+ width: 50%;
1010
+
1011
+ .e-icon-first,
1012
+ .e-icon-prev,
1013
+ .e-icon-next,
1014
+ .e-icon-last {
1015
+ font-size: $pivotpager-page-icon-size;
1016
+ padding: $pivotpager-page-icon-padding;
1017
+
1018
+ /* stylelint-disable */
1019
+ @if ($pivotgrid-skin =='material-dark') or ($pivotgrid-skin =='material') {
1020
+ margin: 0 !important;
1021
+ }
1022
+
1023
+ @if ($skin-name == 'Material3') {
1024
+ border: $pivotgrid-sort-select-border-color;
1025
+ }
1026
+ }
1027
+
1028
+ /* stylelint-enable */
1029
+
1030
+ .e-pivotview-text-div {
1031
+ display: flex;
1032
+ flex-direction: row;
1033
+ }
1034
+
1035
+ .e-pivotview-row-pagerString,
1036
+ .e-pivotview-column-pagerString {
1037
+ color: $pivotpager-axis-title-font-color;
1038
+ font-size: $pivotpager-title-font-size;
1039
+ overflow: hidden;
1040
+ text-align: initial;
1041
+ text-overflow: ellipsis;
1042
+ white-space: nowrap;
1043
+ width: 50%;
1044
+ }
1045
+
1046
+ .e-pivotview-row-size,
1047
+ .e-pivotview-column-size {
1048
+ color: $pivotpager-size-title-font-color;
1049
+ font-size: $pivotpager-title-font-size;
1050
+ overflow: hidden;
1051
+ text-align: end;
1052
+ text-overflow: ellipsis;
1053
+ white-space: nowrap;
1054
+ width: 50%;
1055
+ }
1056
+
1057
+ .e-pivotview-text-div-1 {
1058
+ flex: none;
1059
+
1060
+ .e-pagercontainer {
1061
+ margin-top: $pivotpager-page-container-marging-top;
1062
+ @if ($pivotgrid-skin == 'material-dark') or ($pivotgrid-skin == 'material') {
1063
+ margin: $pivotpager-page-container-marging-top 0 0 0;
1064
+ }
1065
+
1066
+ @if ($skin-name == 'Material3') {
1067
+ border: $pivotgrid-sort-select-border-color;
1068
+ }
1069
+
1070
+ &.e-pivot-pager-info-container,
1071
+ &.e-pager-dropdown {
1072
+ border-style: none;
1073
+ vertical-align: top;
1074
+ }
1075
+ &.e-pager-dropdown .e-input-group .e-input-group-icon {
1076
+ @if ($skin-name == 'Material3') {
1077
+ margin-top: 0;
1078
+ margin-bottom: 0;
1079
+ }
1080
+ }
1081
+ }
1082
+
1083
+ .e-pager-dropdown {
1084
+ float: right;
1085
+ }
1086
+ }
1087
+
1088
+ .e-pivot-row-of-string-maindiv,
1089
+ .e-pivot-column-of-string-maindiv {
1090
+ line-height: $pivotpager-single-title-line-height;
1091
+ @if ($skin-name == 'Material3') {
1092
+ /* stylelint-disable */
1093
+ color: $pivotpager-string-maindiv-font-color !important;
1094
+ /* stylelint-enable */
1095
+ }
1096
+
1097
+ .e-pivotview-row-pagerNumber,
1098
+ .e-pivotview-column-pagerNumber {
1099
+ font-weight: $pivotpager-pager-number-font-weight;
1100
+ }
1101
+ }
1102
+
1103
+ .e-pivot-row-pager-settings,
1104
+ .e-pivot-column-pager-settings {
1105
+ flex: none;
1106
+
1107
+ &.e-pivot-pager-axis-container {
1108
+ display: inline-table;
1109
+ }
1110
+
1111
+ .e-numeric {
1112
+ margin: $pivotpager-numeric-box-margin;
1113
+ vertical-align: top;
1114
+
1115
+ .e-pivot-pager-row-dropdown,
1116
+ .e-pivot-pager-column-dropdown {
1117
+ @if ($skin-name == 'Material3') {
1118
+ font-size: $pivotpager-numeric-font-size;
1119
+ }
1120
+ }
1121
+ }
1122
+ }
1123
+ }
1124
+
1125
+ &.e-pivot-pager-single-maindiv {
1126
+ .e-pivot-pager-row-maindiv,
1127
+ .e-pivot-pager-column-maindiv {
1128
+ flex-direction: row;
1129
+ width: 100%;
1130
+
1131
+ .e-pagercontainer {
1132
+ margin-top: 0;
1133
+
1134
+ &.e-pivot-pager-info-container,
1135
+ &.e-pager-dropdown {
1136
+ border-style: none;
1137
+ }
1138
+ }
1139
+
1140
+ .e-pivot-pager-nav-container {
1141
+ @if ($skin-name == 'Material3') {
1142
+ border: $pivotgrid-sort-select-border-color;
1143
+ }
1144
+ }
1145
+
1146
+ .e-pivotview-row-pagerString,
1147
+ .e-pivotview-column-pagerString {
1148
+ flex: auto;
1149
+ font-size: $pivotpager-single-title-font-size;
1150
+ line-height: $pivotpager-single-title-line-height;
1151
+ text-align: center;
1152
+ }
1153
+
1154
+ .e-pivotview-text-div-1 {
1155
+ .e-pivotview-row-size,
1156
+ .e-pivotview-column-size {
1157
+ font-size: $pivotpager-single-title-font-size;
1158
+ line-height: $pivotpager-single-title-line-height;
1159
+ padding: 0 $pivotpager-single-size-title-padding 0 0;
1160
+ width: inherit;
1161
+ }
1162
+ }
1163
+ }
1164
+ }
1165
+ }
1166
+
1167
+ &.e-compact-view {
1168
+ .e-pivotview-vseparator {
1169
+ margin-top: $pivotpager-v-separator-margin-top;
1170
+ }
1171
+
1172
+ .e-pivot-pager-maindiv {
1173
+ .e-pivot-pager-row-maindiv,
1174
+ .e-pivot-pager-column-maindiv {
1175
+ align-items: center;
1176
+ flex-direction: row;
1177
+
1178
+ .e-pivotview-text-div,
1179
+ .e-pivotview-text-div-1 {
1180
+ align-items: center;
1181
+ display: flex;
1182
+ flex-direction: row;
1183
+ width: 50%;
1184
+
1185
+ .e-pagercontainer {
1186
+ margin-top: 0;
1187
+
1188
+ @if ($pivotgrid-skin =='material-dark') or ($pivotgrid-skin =='material') {
1189
+ margin-top: $pivotpager-touch-page-container-marging-top;
1190
+ }
1191
+
1192
+ @if ($skin-name == 'Material3') {
1193
+ border: $pivotgrid-sort-select-border-color;
1194
+ }
1195
+ }
1196
+
1197
+ .e-pivotview-row-size,
1198
+ .e-pivotview-column-size {
1199
+ flex: auto;
1200
+ font-size: $pivotpager-single-title-font-size;
1201
+ line-height: $pivotpager-single-title-line-height;
1202
+ padding: 0 $pivotpager-single-size-title-padding 0 0;
1203
+ text-align: end;
1204
+ width: inherit;
1205
+ }
1206
+
1207
+ .e-pivotview-row-pagerString,
1208
+ .e-pivotview-column-pagerString {
1209
+ font-size: $pivotpager-single-title-font-size;
1210
+ line-height: $pivotpager-single-title-line-height;
1211
+ min-width: 50px;
1212
+ text-align: initial;
1213
+ width: inherit;
1214
+ }
1215
+
1216
+ .e-pivot-row-pager-settings,
1217
+ .e-pivot-column-pager-settings {
1218
+ align-items: center;
1219
+ display: flex;
1220
+ }
1221
+ }
1222
+
1223
+ .e-pivotview-text-div-1 .e-pagercontainer{
1224
+ margin-bottom: 0;
1225
+ }
1226
+ }
1227
+
1228
+ &.e-pivot-pager-single-maindiv {
1229
+ .e-pivot-pager-row-maindiv,
1230
+ .e-pivot-pager-column-maindiv {
1231
+ width: 100%;
1232
+
1233
+ .e-pagercontainer {
1234
+ margin-top: 0;
1235
+
1236
+ @if ($skin-name == 'Material3') {
1237
+ border: $pivotgrid-sort-select-border-color;
1238
+ }
1239
+ }
1240
+
1241
+ .e-pivotview-row-pagerString,
1242
+ .e-pivotview-column-pagerString {
1243
+ text-align: center;
1244
+ width: 100%;
1245
+ }
1246
+
1247
+ .e-pivotview-text-div-1 {
1248
+ width: auto;
1249
+ }
1250
+ }
1251
+ }
1252
+
1253
+ &:not(.e-pivot-pager-single-maindiv) {
1254
+ .e-pivot-pager-row-maindiv,
1255
+ .e-pivot-pager-column-maindiv {
1256
+ &.e-page-size-disable {
1257
+ .e-pivotview-text-div {
1258
+ width: 50%;
1259
+ }
1260
+ }
1261
+ }
1262
+ }
1263
+ }
1264
+
1265
+ &.e-rtl {
1266
+ .e-pivot-pager-maindiv {
1267
+ .e-pivot-pager-row-maindiv,
1268
+ .e-pivot-pager-column-maindiv {
1269
+ .e-pivotview-text-div,
1270
+ .e-pivotview-text-div-1 {
1271
+ .e-pivot-row-pager-settings,
1272
+ .e-pivot-column-pager-settings {
1273
+ padding: 0 $pivotpager-single-size-title-padding 0 0;
1274
+ }
1275
+
1276
+ .e-pivotview-row-size,
1277
+ .e-pivotview-column-size {
1278
+ padding: 0 0 0 $pivotpager-single-size-title-padding;
1279
+ }
1280
+ }
1281
+ }
1282
+ }
1283
+ }
1284
+ }
1285
+
1286
+ &.e-device {
1287
+ .e-pivotview-hseparator {
1288
+ border-top: $pivotpager-separator-border;
1289
+ margin: $pivotpager-h-separator-margin;
1290
+ width: auto;
1291
+ }
1292
+
1293
+ .e-pivot-pager-maindiv {
1294
+ flex-direction: column;
1295
+
1296
+ .e-pagercontainer {
1297
+ display: inline-block;
1298
+ }
1299
+
1300
+ .e-pivot-pager-row-maindiv,
1301
+ .e-pivot-pager-column-maindiv {
1302
+ width: 100%;
1303
+ }
1304
+
1305
+ &:not(.e-pivot-pager-single-maindiv) {
1306
+ .e-pagercontainer {
1307
+ margin-top: $pivotpager-adaptive-page-container-marging-top;
1308
+
1309
+ @if ($skin-name == 'fabric') or ($skin-name == 'fabric-dark') or ($skin-name == 'highcontrast-light') or ($pivotgrid-skin == 'highcontrast') {
1310
+ margin-left: 0;
1311
+ }
1312
+ }
1313
+ }
1314
+ }
1315
+
1316
+ /* stylelint-disable */
1317
+ @media (max-width: 400px) {
1318
+ .e-pivotview-row-size,
1319
+ .e-pivotview-column-size,
1320
+ .e-pivotview-row-pagerString,
1321
+ .e-pivotview-column-pagerString {
1322
+ min-width: 10px !important;
1323
+ }
1324
+ }
1325
+ /* stylelint-enable */
1326
+ }
1327
+
1328
+ &.e-rtl {
1329
+ .e-pivot-pager-maindiv {
1330
+ .e-pivot-pager-row-maindiv,
1331
+ .e-pivot-pager-column-maindiv {
1332
+ .e-pivot-row-pager-settings,
1333
+ .e-pivot-column-pager-settings {
1334
+ .e-numeric {
1335
+ margin: $pivotpager-adaptive-numeric-box-margin;
1336
+ }
1337
+ }
1338
+
1339
+ .e-pager-dropdown {
1340
+ float: left;
1341
+ }
1342
+ }
1343
+
1344
+ &.e-pivot-pager-single-maindiv {
1345
+ .e-pivot-pager-row-maindiv,
1346
+ .e-pivot-pager-column-maindiv {
1347
+ .e-pivotview-text-div-1 {
1348
+ .e-pivotview-row-size,
1349
+ .e-pivotview-column-size {
1350
+ padding: 0 0 0 $pivotpager-single-size-title-padding;
1351
+ }
1352
+ }
1353
+ }
1354
+ }
1355
+ }
1356
+ }
1357
+
1358
+ @media (max-width: 769px) {
1359
+ .e-pivot-pager-maindiv {
1360
+ .e-pagercontainer {
1361
+ display: inline-block;
1362
+ }
1363
+ }
1364
+ }
1365
+ }
1366
+
1367
+ &.e-rtl {
1368
+
1369
+ .e-expand::before,
1370
+ .e-collapse::before {
1371
+ margin-left: 0;
1372
+ }
1373
+
1374
+ /* stylelint-disable */
1375
+ .e-grid .e-rowsheader {
1376
+ padding-right: 8px !important;
1377
+ }
1378
+
1379
+ .e-grid .e-columnsheader {
1380
+ padding-right: 8px !important;
1381
+ }
1382
+
1383
+ .e-grid .e-headercelldiv,
1384
+ .e-grid .e-columnsheader {
1385
+ padding-right: 8px !important;
1386
+ }
1387
+
1388
+ .e-frozenheader>.e-table,
1389
+ .e-frozencontent>.e-table {
1390
+ border-left-width: 1px;
1391
+ border-right: 0;
1392
+ }
1393
+
1394
+ .e-leftfreeze.e-freezeleftborder {
1395
+ border-left-width: 1px;
1396
+ border-right: 0;
1397
+ }
1398
+
1399
+ /* stylelint-enable */
1400
+
1401
+ .e-rowsheader .e-cellvalue {
1402
+ margin-left: 0;
1403
+ margin-right: 7px;
1404
+ }
1405
+
1406
+ .e-valuescontent {
1407
+ text-align: left;
1408
+ }
1409
+
1410
+ .e-group-values,
1411
+ .e-group-columns,
1412
+ .e-group-filters,
1413
+ .e-group-all-fields {
1414
+ padding-left: 0;
1415
+ padding-right: $pivotview-axis-indent-padding;
1416
+ }
1417
+
1418
+ .e-group-rows,
1419
+ .e-grouping-bar {
1420
+
1421
+ .e-pvt-btn-div {
1422
+ padding-left: $pivotgrid-horizontal-button-padding;
1423
+ padding-right: 0;
1424
+
1425
+ .e-pivot-button {
1426
+ .e-pvt-btn-content {
1427
+ margin-left: 4px;
1428
+ text-align: right;
1429
+ }
1430
+
1431
+ .e-sort,
1432
+ .e-dropdown-icon,
1433
+ .e-pv-filter,
1434
+ .e-pv-filtered,
1435
+ .e-remove,
1436
+ .e-edit {
1437
+ padding-left: 0;
1438
+ padding-right: 4px;
1439
+ }
1440
+ }
1441
+ }
1442
+ }
1443
+
1444
+ .e-grouping-bar {
1445
+ .e-left-axis-fields {
1446
+ border-left-width: 0;
1447
+ border-right-width: $pivotgrid-border-size;
1448
+ }
1449
+
1450
+ .e-right-axis-fields {
1451
+ border-left-width: $pivotgrid-border-size;
1452
+ }
1453
+ }
1454
+
1455
+ .e-group-row {
1456
+ .e-group-rows {
1457
+ padding-left: 0;
1458
+ padding-right: $pivotview-axis-indent-padding;
1459
+
1460
+ .e-pvt-btn-div {
1461
+ /* stylelint-disable */
1462
+ padding-left: $pivotgrid-horizontal-button-padding;
1463
+ padding-right: 0;
1464
+
1465
+ .e-pivot-button {
1466
+ .e-pvt-btn-content {
1467
+ margin-left: 4px;
1468
+ margin-right: 0;
1469
+ text-align: right;
1470
+ }
1471
+
1472
+ .e-sort,
1473
+ .e-dropdown-icon,
1474
+ .e-pv-filter,
1475
+ .e-pv-filtered,
1476
+ .e-remove,
1477
+ .e-edit {
1478
+ padding-left: 0;
1479
+ padding-right: 7px;
1480
+ }
1481
+ }
1482
+
1483
+ /* stylelint-enable */
1484
+ }
1485
+ }
1486
+ }
1487
+
1488
+ /* stylelint-disable */
1489
+ .e-stackedheadertext.e-cellvalue,
1490
+ .e-stackedheadercelldiv.e-cellvalue {
1491
+ padding-right: 12px !important;
1492
+ }
1493
+
1494
+ .e-sortfilterdiv {
1495
+ float: left;
1496
+ }
1497
+
1498
+ th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border) {
1499
+ border-left-width: 1px !important;
1500
+ }
1501
+ /* stylelint-enable */
1502
+ }
1503
+
1504
+ &.e-device {
1505
+ .e-grouping-bar {
1506
+
1507
+ /* stylelint-disable */
1508
+ .e-pivot-button {
1509
+ line-height: 1em !important;
1510
+ }
1511
+
1512
+ .e-group-all-fields {
1513
+ .e-pvt-btn-div {
1514
+ .e-pivot-button {
1515
+ max-width: 155px;
1516
+ }
1517
+ }
1518
+ }
1519
+
1520
+ .e-group-filters,
1521
+ .e-group-values {
1522
+ .e-pvt-btn-div {
1523
+ .e-pivot-button {
1524
+ max-width: 155px;
1525
+ }
1526
+ }
1527
+ }
1528
+
1529
+ .e-group-columns {
1530
+ .e-pvt-btn-div {
1531
+ .e-pivot-button {
1532
+ max-width: 200px;
1533
+ }
1534
+ }
1535
+ }
1536
+ }
1537
+
1538
+ .e-drillthrough-dialog {
1539
+ width: 100% !important;
1540
+ }
1541
+
1542
+ .e-group-row {
1543
+ .e-group-rows {
1544
+ .e-pvt-btn-div {
1545
+ .e-indent-div {
1546
+ width: 0 !important;
1547
+ }
1548
+
1549
+ .e-pivot-button {
1550
+ width: 155px;
1551
+ }
1552
+ }
1553
+ }
1554
+ }
1555
+
1556
+ .e-scrollbar .e-movablescrollbar {
1557
+ min-height: 1px !important;
1558
+ visibility: hidden;
1559
+ }
1560
+ }
1561
+
1562
+ .e-component-disable {
1563
+ display: none !important;
1564
+ }
1565
+
1566
+ .e-pivotchart.e-chart {
1567
+ overflow: visible !important;
1568
+ }
1569
+
1570
+ /* stylelint-enable */
1571
+ }
1572
+
1573
+ .e-pivottooltipwrap,
1574
+ .e-pivottooltip-container {
1575
+ opacity: 1;
1576
+ }
1577
+
1578
+ .e-drillthrough-dialog {
1579
+ visibility: hidden;
1580
+ }
1581
+
1582
+ .e-pivottooltip {
1583
+ border-radius: $pivotgrid-default-border-radius;
1584
+ padding: $pivotgrid-tooltip-padding;
1585
+ text-align: initial;
1586
+ }
1587
+
1588
+ .e-pivottooltip p {
1589
+ color: $pivotgrid-tooltip-fontcolor;
1590
+ display: inline-block;
1591
+ font-family: $pivotgrid-tooltip-fontfamily;
1592
+ font-size: $pivotgrid-tooltip-fontsize;
1593
+ line-height: 21px;
1594
+ margin: 0;
1595
+ }
1596
+
1597
+ .e-pivottooltip p.e-tooltipcontent {
1598
+ margin-left: 5px;
1599
+ }
1600
+
1601
+ .e-pivottooltiptemplate.e-tooltip-wrap {
1602
+ border: medium none transparent;
1603
+ max-width: none;
1604
+ min-width: 0;
1605
+ opacity: 1;
1606
+ }
1607
+
1608
+ .e-pivottooltiptemplate .e-tip-content {
1609
+ overflow-x: visible;
1610
+ padding: unset;
1611
+ word-break: normal;
1612
+ }
1613
+
1614
+ .e-rtl .e-pivottooltip p.e-tooltipcontent {
1615
+ margin-left: 0;
1616
+ margin-right: 5px;
1617
+ }
1618
+
1619
+ .e-bigger .e-pivotview,
1620
+ .e-bigger.e-pivotview {
1621
+
1622
+ .e-chart-grouping-bar .e-axis-value {
1623
+ .e-group-chart-values-drodown {
1624
+ margin: $pivotgrid-group-chart-values-dropdown-margin-bigger;
1625
+
1626
+ .e-input-group-icon {
1627
+ min-height: initial;
1628
+ }
1629
+
1630
+ input.e-input {
1631
+ padding-bottom: 10px;
1632
+ padding-top: 0;
1633
+ }
1634
+ }
1635
+ }
1636
+
1637
+ .e-chart-grouping-bar .e-axis-column {
1638
+ .e-group-chart-columns-dropdown {
1639
+ margin: $pivotgrid-group-chart-values-dropdown-margin-bigger;
1640
+
1641
+ .e-input-group-icon {
1642
+ min-height: initial;
1643
+ }
1644
+
1645
+ input.e-input {
1646
+ padding-bottom: 10px;
1647
+ padding-top: 0;
1648
+ }
1649
+ }
1650
+ }
1651
+
1652
+ /* stylelint-disable */
1653
+ .e-grid .e-rowsheader {
1654
+ padding-left: 8px !important;
1655
+ @if ($skin-name == 'tailwind') {
1656
+ padding-left: 16px !important;
1657
+ padding-right: 12px !important;
1658
+ }
1659
+ }
1660
+
1661
+ .e-grid .e-headercelldiv {
1662
+ padding-left: 8px !important;
1663
+ }
1664
+
1665
+ .e-grid .e-columnsheader {
1666
+ padding-left: 8px !important;
1667
+ }
1668
+
1669
+ .e-grid .e-gridheader .e-headercell .e-rhandler {
1670
+ height: 100% !important;
1671
+ }
1672
+
1673
+ &.e-device {
1674
+ .e-grid.e-grid-min-height {
1675
+ .e-rowcell,
1676
+ .e-rowcell:first-child,
1677
+ .e-rowcell:last-child {
1678
+ padding-top: 0px !important;
1679
+ padding-bottom: 0px !important;
1680
+ }
1681
+ }
1682
+ }
1683
+
1684
+ .e-stackedheadercelldiv,
1685
+ .e-stackedheadertext,
1686
+ .e-headertext,
1687
+ .e-rowsheader .e-cellvalue {
1688
+ font-size: $pivotview-bigger-grid-header-font-size !important;
1689
+ @if ($pivotgrid-skin == 'bootstrap4') {
1690
+ font-size: $pivotview-bigger-grid-header-font-size !important;
1691
+ }
1692
+ }
1693
+ .e-bigger .e-stackedheadercelldiv {
1694
+ padding-left: 16px !important;
1695
+ }
1696
+
1697
+ .e-grouping-bar {
1698
+ .e-all-fields-axis {
1699
+ height: 36px !important;
1700
+ min-height: 36px !important;
1701
+
1702
+ .e-hscroll .e-scroll-nav,
1703
+ .e-toolbar-items,
1704
+ .e-toolbar-item {
1705
+ min-height: 36px !important;
1706
+ }
1707
+ }
1708
+ /* stylelint-enable */
1709
+
1710
+ .e-pvt-btn-div {
1711
+ height: 30px;
1712
+
1713
+ .e-pivot-button {
1714
+ height: 30px;
1715
+ padding: 0 12px;
1716
+
1717
+ .e-pvt-btn-content {
1718
+ font-size: $pivotgrid-bigger-button-font-size;
1719
+ margin-right: 8px;
1720
+ @if ($pivotgrid-skin == 'bootstrap4') {
1721
+ margin-right: 0;
1722
+ }
1723
+ }
1724
+
1725
+ .e-sort,
1726
+ .e-dropdown-icon,
1727
+ .e-pv-filter,
1728
+ .e-pv-filtered,
1729
+ .e-remove,
1730
+ .e-edit {
1731
+ /* stylelint-disable */
1732
+ font-size: $pivotgrid-bigger-button-icon-size !important;
1733
+ height: $pivotgrid-bigger-button-icon-size !important;
1734
+ /* stylelint-enable */
1735
+ width: $pivotgrid-bigger-button-icon-wrapper-size;
1736
+ @if ($pivotgrid-skin == 'bootstrap4') {
1737
+ padding-left: 12px;
1738
+ }
1739
+ }
1740
+
1741
+ .e-sort {
1742
+ height: $pivotgrid-bigger-button-icon-size;
1743
+ }
1744
+
1745
+ .e-dropdown-icon {
1746
+ margin-top: 1px;
1747
+ }
1748
+ }
1749
+ }
1750
+
1751
+ .e-group-filters,
1752
+ .e-group-values,
1753
+ .e-group-columns,
1754
+ .e-group-rows,
1755
+ .e-group-all-fields {
1756
+ height: 36px;
1757
+ min-height: 36px;
1758
+ padding-left: $pivotview-axis-bigger-indent-padding;
1759
+
1760
+ .e-draggable-prompt {
1761
+ @if ($skin-name == 'bootstrap5') or ($skin-name == 'tailwind') or ($skin-name == 'FluentUI') {
1762
+ font-size: $pivotgrid-bigger-content-font-size;
1763
+ }
1764
+
1765
+ @if ($pivotgrid-skin == 'bootstrap4') {
1766
+ font-size: 16px;
1767
+ }
1768
+ }
1769
+ }
1770
+
1771
+ .e-group-values {
1772
+ height: 100%;
1773
+ }
1774
+
1775
+ .e-left-axis-fields,
1776
+ .e-right-axis-fields {
1777
+ .e-axis-nav-div {
1778
+
1779
+ .e-left-nav-container,
1780
+ .e-right-nav-container {
1781
+ width: 24px;
1782
+ }
1783
+ }
1784
+ }
1785
+ }
1786
+
1787
+ .e-group-rows {
1788
+ padding-left: $pivotview-axis-bigger-indent-padding;
1789
+
1790
+ .e-pvt-btn-div {
1791
+ height: 30px;
1792
+
1793
+ .e-pivot-button {
1794
+ height: 30px;
1795
+ line-height: $pivotgrid-bigger-button-line-height;
1796
+ padding: $pivotgrid-group-bigger-pivot-button-padding;
1797
+
1798
+ .e-pvt-btn-content {
1799
+ font-size: $pivotgrid-bigger-button-font-size;
1800
+ margin-right: 8px;
1801
+ @if ($pivotgrid-skin == 'bootstrap4') {
1802
+ margin-right: 0;
1803
+ }
1804
+ }
1805
+
1806
+ .e-sort,
1807
+ .e-dropdown-icon,
1808
+ .e-pv-filter,
1809
+ .e-pv-filtered,
1810
+ .e-remove,
1811
+ .e-edit {
1812
+ /* stylelint-disable */
1813
+ font-size: $pivotgrid-bigger-button-icon-size !important;
1814
+ height: $pivotgrid-bigger-button-icon-size !important;
1815
+ /* stylelint-enable */
1816
+ width: $pivotgrid-bigger-button-icon-wrapper-size;
1817
+ @if ($pivotgrid-skin == 'bootstrap4') {
1818
+ padding-left: 12px;
1819
+ }
1820
+ }
1821
+
1822
+ .e-sort {
1823
+ height: $pivotgrid-bigger-button-icon-size;
1824
+ }
1825
+
1826
+ .e-dropdown-icon {
1827
+ margin-top: 1px;
1828
+ }
1829
+ }
1830
+ }
1831
+ }
1832
+
1833
+ /* stylelint-disable */
1834
+ .e-sortfilterdiv {
1835
+ @if ($pivotgrid-skin == 'bootstrap4') or ($skin-name == 'bootstrap5') {
1836
+ font-size: 12px !important;
1837
+ }
1838
+ @if ($pivotgrid-skin == 'tailwind') {
1839
+ font-size: 16px !important;
1840
+ }
1841
+ @if ($skin-name == 'Material3') {
1842
+ font-size: 14px !important;
1843
+ }
1844
+ }
1845
+
1846
+ .e-stackedheadercelldiv,
1847
+ .e-stackedheadertext,
1848
+ .e-headertext,
1849
+ .e-rowsheader .e-cellvalue {
1850
+ color: $pivotview-grid-header-font-color !important;
1851
+ font-size: $pivotview-bigger-grid-header-font-size;
1852
+ font-weight: $pivotview-grid-header-font-weight !important;
1853
+ }
1854
+
1855
+ .e-grid .e-columnsheader {
1856
+ padding-right: 16px !important;
1857
+ }
1858
+
1859
+ .e-rowcell {
1860
+ font-size: $pivotgrid-bigger-content-font-size !important;
1861
+ @if($skin-name == 'tailwind') {
1862
+ padding: 0 12px;
1863
+ }
1864
+ }
1865
+
1866
+ &.e-rtl {
1867
+ .e-grid .e-rowsheader {
1868
+ padding-right: 10px !important;
1869
+ }
1870
+
1871
+ .e-grid .e-columnsheader {
1872
+ padding-right: 16px !important;
1873
+ }
1874
+
1875
+ .e-grid .e-headercelldiv,
1876
+ .e-grid .e-columnsheader {
1877
+ padding-right: 8px !important;
1878
+ }
1879
+
1880
+ .e-grouping-bar {
1881
+
1882
+ .e-group-rows,
1883
+ .e-group-columns,
1884
+ .e-group-values,
1885
+ .e-group-filters,
1886
+ .e-group-all-fields {
1887
+ padding-left: 0;
1888
+ padding-right: $pivotview-axis-bigger-indent-padding;
1889
+ }
1890
+ }
1891
+
1892
+ .e-group-row {
1893
+ .e-group-rows {
1894
+ padding-left: 0;
1895
+ padding-right: $pivotview-axis-bigger-indent-padding;
1896
+ }
1897
+ }
1898
+
1899
+ .e-stackedheadertext.e-cellvalue,
1900
+ .e-stackedheadercelldiv.e-cellvalue {
1901
+ padding-right: 16px !important;
1902
+ }
1903
+ /* stylelint-enable */
1904
+ }
1905
+
1906
+ @if ($skin-name == 'tailwind') or ($skin-name == 'FluentUI') or ($skin-name == 'bootstrap5') {
1907
+ .e-expand::before {
1908
+ font-size: $pivotgrid-expand-bigger-icon-fontsize;
1909
+ }
1910
+
1911
+ .e-collapse::before {
1912
+ font-size: $pivotgrid-collapse-bigger-icon-fontsize;
1913
+ }
1914
+ }
1915
+
1916
+ .e-pivot-pager,
1917
+ #{&}.e-pivot-pager.e-bigger {
1918
+ padding: $pivotpage-touch-padding;
1919
+
1920
+ .e-pivotview-vseparator {
1921
+ margin: $pivotpager-touch-v-separator-margin;
1922
+ }
1923
+
1924
+ .e-pivot-pager-maindiv {
1925
+ .e-pivot-pager-row-maindiv,
1926
+ .e-pivot-pager-column-maindiv {
1927
+
1928
+ .e-icon-first,
1929
+ .e-icon-prev,
1930
+ .e-icon-next,
1931
+ .e-icon-last {
1932
+ font-size: $pivotpager-touch-page-icon-size;
1933
+ padding: $pivotpager-touch-page-icon-padding;
1934
+ }
1935
+
1936
+ .e-pivot-row-of-string-maindiv,
1937
+ .e-pivot-column-of-string-maindiv {
1938
+ line-height: $pivotpager-touch-single-title-line-height;
1939
+ }
1940
+
1941
+ .e-pivotview-row-pagerString,
1942
+ .e-pivotview-column-pagerString,
1943
+ .e-pivotview-row-size,
1944
+ .e-pivotview-column-size {
1945
+ font-size: $pivotpager-string-font-touch-size;
1946
+ }
1947
+
1948
+ .e-pivotview-text-div-1 {
1949
+ .e-pagercontainer {
1950
+ margin-top: $pivotpager-touch-page-container-marging-top;
1951
+ }
1952
+ }
1953
+
1954
+ .e-pivot-row-pager-settings,
1955
+ .e-pivot-column-pager-settings {
1956
+ .e-numeric {
1957
+ margin: $pivotpager-touch-numeric-boc-margin;
1958
+ }
1959
+ }
1960
+ }
1961
+
1962
+ &.e-pivot-pager-single-maindiv {
1963
+ .e-pivot-pager-row-maindiv,
1964
+ .e-pivot-pager-column-maindiv {
1965
+ .e-pagercontainer {
1966
+ margin-top: 0;
1967
+ }
1968
+
1969
+ .e-pivotview-row-pagerString,
1970
+ .e-pivotview-column-pagerString,
1971
+ .e-pivotview-row-size,
1972
+ .e-pivotview-column-size {
1973
+ font-size: $pivotpager-touch-single-title-font-size;
1974
+ }
1975
+ }
1976
+ }
1977
+ }
1978
+
1979
+ &.e-compact-view {
1980
+ .e-pivot-pager-maindiv {
1981
+ .e-pivot-pager-row-maindiv,
1982
+ .e-pivot-pager-column-maindiv {
1983
+ .e-pagercontainer {
1984
+ margin-top: 0;
1985
+
1986
+ @if ($pivotgrid-skin =='material-dark') or ($pivotgrid-skin =='material') {
1987
+ margin-top: $pivotpager-touch-page-container-marging-top;
1988
+ }
1989
+ }
1990
+
1991
+ .e-pivotview-row-pagerString,
1992
+ .e-pivotview-column-pagerString,
1993
+ .e-pivotview-row-size,
1994
+ .e-pivotview-column-size {
1995
+ font-size: $pivotpager-touch-single-title-font-size;
1996
+ }
1997
+ }
1998
+ }
1999
+ }
2000
+
2001
+ &.e-rtl {
2002
+ .e-pivot-pager-maindiv {
2003
+ .e-pivot-pager-row-maindiv,
2004
+ .e-pivot-pager-column-maindiv {
2005
+ .e-pivot-row-pager-settings,
2006
+ .e-pivot-column-pager-settings {
2007
+ .e-numeric {
2008
+ margin: $pivotpager-touch-numeric-boc-margin;
2009
+ }
2010
+ }
2011
+ }
2012
+ }
2013
+ }
2014
+ }
2015
+ }
2016
+
2017
+ .e-content-placeholder.e-pivotview.e-placeholder-pivotview {
2018
+ background-size: 100% 200px;
2019
+ }
2020
+ }