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