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