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

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