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

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