@syncfusion/ej2-angular-pivotview 20.4.48 → 20.4.50-ngcc

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