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