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