@syncfusion/ej2-angular-pivotview 20.2.36-ngcc → 20.2.36

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 (210) hide show
  1. package/esm2020/public_api.mjs +3 -0
  2. package/esm2020/src/index.mjs +8 -0
  3. package/esm2020/src/pivotfieldlist/pivotfieldlist-all.module.mjs +23 -0
  4. package/esm2020/src/pivotfieldlist/pivotfieldlist.component.mjs +66 -0
  5. package/esm2020/src/pivotfieldlist/pivotfieldlist.module.mjs +25 -0
  6. package/esm2020/src/pivotview/pivotview-all.module.mjs +62 -0
  7. package/esm2020/src/pivotview/pivotview.component.mjs +150 -0
  8. package/esm2020/src/pivotview/pivotview.module.mjs +25 -0
  9. package/esm2020/syncfusion-ej2-angular-pivotview.mjs +5 -0
  10. package/fesm2015/syncfusion-ej2-angular-pivotview.mjs +337 -0
  11. package/fesm2015/syncfusion-ej2-angular-pivotview.mjs.map +1 -0
  12. package/fesm2020/syncfusion-ej2-angular-pivotview.mjs +337 -0
  13. package/fesm2020/syncfusion-ej2-angular-pivotview.mjs.map +1 -0
  14. package/package.json +27 -13
  15. package/schematics/utils/lib-details.ts +2 -2
  16. package/src/pivotfieldlist/pivotfieldlist-all.module.d.ts +6 -0
  17. package/src/pivotfieldlist/pivotfieldlist.component.d.ts +3 -0
  18. package/src/pivotfieldlist/pivotfieldlist.module.d.ts +6 -0
  19. package/src/pivotview/pivotview-all.module.d.ts +6 -0
  20. package/src/pivotview/pivotview.component.d.ts +3 -0
  21. package/src/pivotview/pivotview.module.d.ts +6 -0
  22. package/styles/bootstrap-dark.css +13 -29
  23. package/styles/bootstrap.css +13 -29
  24. package/styles/bootstrap4.css +13 -29
  25. package/styles/bootstrap5-dark.css +17 -67
  26. package/styles/bootstrap5.css +17 -67
  27. package/styles/fabric-dark.css +13 -29
  28. package/styles/fabric.css +13 -29
  29. package/styles/fluent-dark.css +15 -33
  30. package/styles/fluent.css +15 -33
  31. package/styles/highcontrast-light.css +13 -29
  32. package/styles/highcontrast.css +13 -29
  33. package/styles/material-dark.css +13 -29
  34. package/styles/material.css +13 -29
  35. package/styles/pivotfieldlist/_all.scss +2 -0
  36. package/styles/pivotfieldlist/_bootstrap-dark-definition.scss +232 -0
  37. package/styles/pivotfieldlist/_bootstrap-definition.scss +185 -0
  38. package/styles/pivotfieldlist/_bootstrap4-definition.scss +185 -0
  39. package/styles/pivotfieldlist/_bootstrap5-dark-definition.scss +1 -0
  40. package/styles/pivotfieldlist/_bootstrap5-definition.scss +189 -0
  41. package/styles/pivotfieldlist/_fabric-dark-definition.scss +192 -0
  42. package/styles/pivotfieldlist/_fabric-definition.scss +185 -0
  43. package/styles/pivotfieldlist/_fluent-dark-definition.scss +1 -0
  44. package/styles/pivotfieldlist/_fluent-definition.scss +190 -0
  45. package/styles/pivotfieldlist/_fusionnew-definition.scss +189 -0
  46. package/styles/pivotfieldlist/_highcontrast-definition.scss +186 -0
  47. package/styles/pivotfieldlist/_highcontrast-light-definition.scss +186 -0
  48. package/styles/pivotfieldlist/_layout.scss +1855 -0
  49. package/styles/pivotfieldlist/_material-dark-definition.scss +186 -0
  50. package/styles/pivotfieldlist/_material-definition.scss +186 -0
  51. package/styles/pivotfieldlist/_material3-definition.scss +188 -0
  52. package/styles/pivotfieldlist/_tailwind-dark-definition.scss +1 -0
  53. package/styles/pivotfieldlist/_tailwind-definition.scss +189 -0
  54. package/styles/pivotfieldlist/_theme.scss +1855 -0
  55. package/styles/pivotfieldlist/bootstrap-dark.css +6 -17
  56. package/styles/pivotfieldlist/bootstrap-dark.scss +4 -1
  57. package/styles/pivotfieldlist/bootstrap.css +6 -17
  58. package/styles/pivotfieldlist/bootstrap.scss +4 -1
  59. package/styles/pivotfieldlist/bootstrap4.css +6 -17
  60. package/styles/pivotfieldlist/bootstrap4.scss +4 -1
  61. package/styles/pivotfieldlist/bootstrap5-dark.css +6 -17
  62. package/styles/pivotfieldlist/bootstrap5-dark.scss +4 -1
  63. package/styles/pivotfieldlist/bootstrap5.css +6 -17
  64. package/styles/pivotfieldlist/bootstrap5.scss +4 -1
  65. package/styles/pivotfieldlist/fabric-dark.css +6 -17
  66. package/styles/pivotfieldlist/fabric-dark.scss +4 -1
  67. package/styles/pivotfieldlist/fabric.css +6 -17
  68. package/styles/pivotfieldlist/fabric.scss +4 -1
  69. package/styles/pivotfieldlist/fluent-dark.css +6 -17
  70. package/styles/pivotfieldlist/fluent-dark.scss +4 -1
  71. package/styles/pivotfieldlist/fluent.css +6 -17
  72. package/styles/pivotfieldlist/fluent.scss +4 -1
  73. package/styles/pivotfieldlist/highcontrast-light.css +6 -17
  74. package/styles/pivotfieldlist/highcontrast-light.scss +4 -1
  75. package/styles/pivotfieldlist/highcontrast.css +6 -17
  76. package/styles/pivotfieldlist/highcontrast.scss +4 -1
  77. package/styles/pivotfieldlist/icons/_bootstrap-dark.scss +358 -0
  78. package/styles/pivotfieldlist/icons/_bootstrap.scss +359 -0
  79. package/styles/pivotfieldlist/icons/_bootstrap4.scss +359 -0
  80. package/styles/pivotfieldlist/icons/_bootstrap5-dark.scss +1 -0
  81. package/styles/pivotfieldlist/icons/_bootstrap5.scss +357 -0
  82. package/styles/pivotfieldlist/icons/_fabric-dark.scss +358 -0
  83. package/styles/pivotfieldlist/icons/_fabric.scss +358 -0
  84. package/styles/pivotfieldlist/icons/_fluent-dark.scss +1 -0
  85. package/styles/pivotfieldlist/icons/_fluent.scss +357 -0
  86. package/styles/pivotfieldlist/icons/_fusionnew.scss +352 -0
  87. package/styles/pivotfieldlist/icons/_highcontrast-light.scss +357 -0
  88. package/styles/pivotfieldlist/icons/_highcontrast.scss +357 -0
  89. package/styles/pivotfieldlist/icons/_material-dark.scss +358 -0
  90. package/styles/pivotfieldlist/icons/_material.scss +357 -0
  91. package/styles/pivotfieldlist/icons/_material3.scss +352 -0
  92. package/styles/pivotfieldlist/icons/_tailwind-dark.scss +356 -0
  93. package/styles/pivotfieldlist/icons/_tailwind.scss +356 -0
  94. package/styles/pivotfieldlist/material-dark.css +6 -17
  95. package/styles/pivotfieldlist/material-dark.scss +4 -1
  96. package/styles/pivotfieldlist/material.css +6 -17
  97. package/styles/pivotfieldlist/material.scss +4 -1
  98. package/styles/pivotfieldlist/tailwind-dark.css +8 -19
  99. package/styles/pivotfieldlist/tailwind-dark.scss +4 -1
  100. package/styles/pivotfieldlist/tailwind.css +8 -19
  101. package/styles/pivotfieldlist/tailwind.scss +4 -1
  102. package/styles/pivotview/_all.scss +2 -0
  103. package/styles/pivotview/_bootstrap-dark-definition.scss +130 -0
  104. package/styles/pivotview/_bootstrap-definition.scss +127 -0
  105. package/styles/pivotview/_bootstrap4-definition.scss +127 -0
  106. package/styles/pivotview/_bootstrap5-dark-definition.scss +1 -0
  107. package/styles/pivotview/_bootstrap5-definition.scss +130 -0
  108. package/styles/pivotview/_fabric-dark-definition.scss +129 -0
  109. package/styles/pivotview/_fabric-definition.scss +126 -0
  110. package/styles/pivotview/_fluent-dark-definition.scss +1 -0
  111. package/styles/pivotview/_fluent-definition.scss +130 -0
  112. package/styles/pivotview/_fusionnew-definition.scss +130 -0
  113. package/styles/pivotview/_highcontrast-definition.scss +125 -0
  114. package/styles/pivotview/_highcontrast-light-definition.scss +126 -0
  115. package/styles/pivotview/_layout.scss +1073 -0
  116. package/styles/pivotview/_material-dark-definition.scss +131 -0
  117. package/styles/pivotview/_material-definition.scss +128 -0
  118. package/styles/pivotview/_material3-definition.scss +130 -0
  119. package/styles/pivotview/_tailwind-dark-definition.scss +1 -0
  120. package/styles/pivotview/_tailwind-definition.scss +129 -0
  121. package/styles/pivotview/_theme.scss +1556 -0
  122. package/styles/pivotview/bootstrap-dark.css +7 -12
  123. package/styles/pivotview/bootstrap-dark.scss +5 -1
  124. package/styles/pivotview/bootstrap.css +7 -12
  125. package/styles/pivotview/bootstrap.scss +5 -1
  126. package/styles/pivotview/bootstrap4.css +7 -12
  127. package/styles/pivotview/bootstrap4.scss +5 -1
  128. package/styles/pivotview/bootstrap5-dark.css +11 -50
  129. package/styles/pivotview/bootstrap5-dark.scss +4 -1
  130. package/styles/pivotview/bootstrap5.css +11 -50
  131. package/styles/pivotview/bootstrap5.scss +5 -1
  132. package/styles/pivotview/fabric-dark.css +7 -12
  133. package/styles/pivotview/fabric-dark.scss +5 -1
  134. package/styles/pivotview/fabric.css +7 -12
  135. package/styles/pivotview/fabric.scss +5 -1
  136. package/styles/pivotview/fluent-dark.css +9 -16
  137. package/styles/pivotview/fluent-dark.scss +4 -1
  138. package/styles/pivotview/fluent.css +9 -16
  139. package/styles/pivotview/fluent.scss +5 -1
  140. package/styles/pivotview/highcontrast-light.css +7 -12
  141. package/styles/pivotview/highcontrast-light.scss +5 -1
  142. package/styles/pivotview/highcontrast.css +7 -12
  143. package/styles/pivotview/highcontrast.scss +5 -1
  144. package/styles/pivotview/icons/_bootstrap-dark.scss +184 -0
  145. package/styles/pivotview/icons/_bootstrap.scss +184 -0
  146. package/styles/pivotview/icons/_bootstrap4.scss +184 -0
  147. package/styles/pivotview/icons/_bootstrap5-dark.scss +1 -0
  148. package/styles/pivotview/icons/_bootstrap5.scss +183 -0
  149. package/styles/pivotview/icons/_fabric-dark.scss +184 -0
  150. package/styles/pivotview/icons/_fabric.scss +184 -0
  151. package/styles/pivotview/icons/_fluent-dark.scss +1 -0
  152. package/styles/pivotview/icons/_fluent.scss +183 -0
  153. package/styles/pivotview/icons/_fusionnew.scss +183 -0
  154. package/styles/pivotview/icons/_highcontrast-light.scss +183 -0
  155. package/styles/pivotview/icons/_highcontrast.scss +183 -0
  156. package/styles/pivotview/icons/_material-dark.scss +184 -0
  157. package/styles/pivotview/icons/_material.scss +184 -0
  158. package/styles/pivotview/icons/_material3.scss +183 -0
  159. package/styles/pivotview/icons/_tailwind-dark.scss +183 -0
  160. package/styles/pivotview/icons/_tailwind.scss +183 -0
  161. package/styles/pivotview/material-dark.css +7 -12
  162. package/styles/pivotview/material-dark.scss +5 -1
  163. package/styles/pivotview/material.css +7 -12
  164. package/styles/pivotview/material.scss +5 -1
  165. package/styles/pivotview/tailwind-dark.css +11 -18
  166. package/styles/pivotview/tailwind-dark.scss +4 -1
  167. package/styles/pivotview/tailwind.css +11 -18
  168. package/styles/pivotview/tailwind.scss +5 -1
  169. package/styles/tailwind-dark.css +19 -37
  170. package/styles/tailwind.css +19 -37
  171. package/syncfusion-ej2-angular-pivotview.d.ts +5 -0
  172. package/@syncfusion/ej2-angular-pivotview.es5.js +0 -425
  173. package/@syncfusion/ej2-angular-pivotview.es5.js.map +0 -1
  174. package/@syncfusion/ej2-angular-pivotview.js +0 -395
  175. package/@syncfusion/ej2-angular-pivotview.js.map +0 -1
  176. package/CHANGELOG.md +0 -665
  177. package/dist/ej2-angular-pivotview.umd.js +0 -662
  178. package/dist/ej2-angular-pivotview.umd.js.map +0 -1
  179. package/dist/ej2-angular-pivotview.umd.min.js +0 -11
  180. package/dist/ej2-angular-pivotview.umd.min.js.map +0 -1
  181. package/ej2-angular-pivotview.d.ts +0 -6
  182. package/ej2-angular-pivotview.metadata.json +0 -1
  183. package/postinstall/tagchange.js +0 -18
  184. package/schematics/collection.json +0 -20
  185. package/schematics/generators/pivotview-default/index.d.ts +0 -3
  186. package/schematics/generators/pivotview-default/index.js +0 -8
  187. package/schematics/generators/pivotview-default/sample-details.d.ts +0 -5
  188. package/schematics/generators/pivotview-default/sample-details.js +0 -7
  189. package/schematics/generators/pivotview-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
  190. package/schematics/generators/pivotview-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -4
  191. package/schematics/generators/pivotview-default/schema.d.ts +0 -3
  192. package/schematics/generators/pivotview-default/schema.js +0 -2
  193. package/schematics/generators/pivotview-default/schema.json +0 -125
  194. package/schematics/generators/pivotview-fieldlist/index.d.ts +0 -3
  195. package/schematics/generators/pivotview-fieldlist/index.js +0 -8
  196. package/schematics/generators/pivotview-fieldlist/sample-details.d.ts +0 -5
  197. package/schematics/generators/pivotview-fieldlist/sample-details.js +0 -7
  198. package/schematics/generators/pivotview-fieldlist/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
  199. package/schematics/generators/pivotview-fieldlist/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -4
  200. package/schematics/generators/pivotview-fieldlist/schema.d.ts +0 -3
  201. package/schematics/generators/pivotview-fieldlist/schema.js +0 -2
  202. package/schematics/generators/pivotview-fieldlist/schema.json +0 -125
  203. package/schematics/ng-add/index.d.ts +0 -3
  204. package/schematics/ng-add/index.js +0 -9
  205. package/schematics/ng-add/schema.d.ts +0 -13
  206. package/schematics/ng-add/schema.js +0 -2
  207. package/schematics/ng-add/schema.json +0 -34
  208. package/schematics/tsconfig.json +0 -25
  209. package/schematics/utils/lib-details.d.ts +0 -4
  210. package/schematics/utils/lib-details.js +0 -6
@@ -0,0 +1,1556 @@
1
+ @include export-module('pivotview-theme') {
2
+
3
+ /*! PivotView theme */
4
+ .e-pivotview {
5
+ .e-nextspan {
6
+ display: inline-block;
7
+ width: $pivotview-indent-space-size;
8
+ }
9
+
10
+ .e-lastspan {
11
+ display: inline-block;
12
+ padding-top: 10px;
13
+ width: 12px;
14
+ }
15
+
16
+ .e-grid.e-gridhover tr[role='row']:hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
17
+ background-color: $pivotgrid-cell-hover-color;
18
+ }
19
+
20
+ .e-rowsheader .e-cellvalue {
21
+ margin-left: 10px;
22
+ }
23
+
24
+ .e-valuescontent {
25
+ padding-right: 8px;
26
+ text-align: right;
27
+ }
28
+
29
+ .e-grid
30
+ .e-rowcell {
31
+ // sass-lint:disable-all
32
+ font-size: $pivotgrid-content-font-size !important;
33
+ padding-left: 8px;
34
+ -webkit-user-select: none;
35
+ -moz-user-select: none;
36
+ -ms-user-select: none;
37
+ user-select: none;
38
+ }
39
+
40
+ .e-gtot,
41
+ .e-gtot.e-rowsheader,
42
+ .e-gtot.e-columnsheader,
43
+ .e-grid .e-content,
44
+ .e-grid .e-gridheader,
45
+ .e-headercell {
46
+ background-color: $pivotgrid-gtot-background-color;
47
+ }
48
+
49
+ .e-grid .e-gridheader {
50
+ border-bottom-width: 1px;
51
+ @if($skin-name == 'bootstrap5') {
52
+ border-bottom-color: $border-light;
53
+ }
54
+ }
55
+
56
+ .e-gtot {
57
+ font-weight: $pivotgrid-summary-font-weight;
58
+ }
59
+
60
+ .e-gtot
61
+ .e-cellvalue {
62
+ color: $pivotgrid-gtot-font-color;
63
+ }
64
+
65
+ .e-rowsheader,
66
+ .e-columnsheader {
67
+ background-color: $pivotgrid-header-background-color;
68
+ }
69
+
70
+ .e-rowsheader {
71
+ .e-cellvalue {
72
+ margin-left: 8px;
73
+ margin-top: 5px;
74
+
75
+ @if ($pivotgrid-skin == 'highcontrast-light') or ($pivotgrid-skin == 'highcontrast') {
76
+ margin-top: 0;
77
+ }
78
+
79
+ @if ($skin-name == 'tailwind') {
80
+ vertical-align: middle;
81
+ margin-left: 4px
82
+ }
83
+ }
84
+ }
85
+
86
+ .e-pivot-conditional-empty-format {
87
+ margin: 10px;
88
+ }
89
+
90
+ .e-member-editor-dialog,
91
+ .e-olap-editor-dialog {
92
+ // sass-lint:disable-all
93
+ min-height: 385px !important;
94
+ min-width: 350px !important;
95
+ visibility: hidden;
96
+ // sass-lint:enable-all
97
+ }
98
+
99
+ .e-member-editor-dialog .e-toolbar .e-toolbar-items {
100
+ margin-left: $pivotview-filter-toolbar-items-margin-left;
101
+ }
102
+
103
+ .e-member-editor-dialog .e-rtl.e-toolbar .e-toolbar-items {
104
+ margin-left: 0;
105
+ margin-right: $pivotview-filter-toolbar-items-margin-right;
106
+ }
107
+
108
+ .e-pivot-format-dialog {
109
+ .e-pivot-format-table {
110
+ width: 100%;
111
+ }
112
+ }
113
+
114
+ .e-toolbar .e-tbar-btn {
115
+ @if ($skin-name == 'tailwind') {
116
+ background-color: transparent;
117
+ }
118
+
119
+ &:hover {
120
+ @if ($skin-name == 'tailwind') {
121
+ background-color: $pivot-toolbar-icon-hover-color;
122
+ }
123
+ }
124
+ }
125
+
126
+ // sass-lint:disable-all
127
+
128
+ .e-grid .e-rowsheader.e-active,
129
+ .e-grid .e-rowsheader.e-cellselectionbackground,
130
+ .e-grid .e-columnsheader.e-active,
131
+ .e-grid .e-columnsheader.e-cellselectionbackground,
132
+ .e-grid .e-rowsheader.e-active,
133
+ .e-grid .e-rowsheader.e-selectionbackground,
134
+ .e-grid .e-columnsheader.e-active,
135
+ .e-grid .e-columnsheader.e-selectionbackground {
136
+ background: $pivotgrid-header-selection-bg-color !important;
137
+ color: $pivotgrid-header-selection-color !important;
138
+
139
+ .e-stackedheadercelldiv,.e-cellvalue,
140
+ .e-icons {
141
+ color: $pivotgrid-header-selection-color !important;
142
+ }
143
+
144
+ .e-headertext {
145
+ color: $pivotgrid-header-selection-color !important;
146
+ }
147
+ }
148
+ // sass-lint:enable-all
149
+
150
+ .e-drop-indicator {
151
+ display: block;
152
+ }
153
+
154
+ div.e-cellvalue {
155
+ margin-top: 5px;
156
+
157
+ @if ($pivotgrid-skin == 'highcontrast-light') or ($pivotgrid-skin == 'highcontrast') {
158
+ margin-top: 0;
159
+ }
160
+
161
+ @if ($skin-name == 'tailwind') or ($skin-name == 'bootstrap5') {
162
+ margin-top: 2px;
163
+ }
164
+
165
+ @if ($skin-name == 'FluentUI') {
166
+ margin-top: 1px;
167
+ }
168
+ }
169
+
170
+ // sass-lint:disable-all
171
+
172
+ .e-sortfilterdiv {
173
+ float: right;
174
+ margin: $pivotgrid-vsort-mouse-margin !important;
175
+ @if ($pivotgrid-skin == 'bootstrap4') {
176
+ font-size: 10px !important;
177
+ padding: 15px;
178
+ }
179
+ @if ($skin-name == 'bootstrap5') {
180
+ font-size: 12px !important;
181
+ padding: 15px;
182
+ }
183
+ @if ($skin-name == 'FluentUI') {
184
+ font-size: 14px !important;
185
+ }
186
+
187
+ &.e-value-sort-icon {
188
+ font-size: $pivotgrid-value-sort-icon-font-size !important;
189
+ padding: $pivotgrid-value-sort-icon-padding !important;
190
+ }
191
+ }
192
+
193
+ .e-rowsheader .e-sortfilterdiv {
194
+ margin: -10px 0 !important;
195
+ }
196
+
197
+ .e-rowsheader .e-sortfilterdiv.e-value-sort-align {
198
+ margin: $pivotgrid-vsort-row-margin !important;
199
+ }
200
+
201
+ .e-pivotchart > svg, .e-pivotchart-inner > svg {
202
+ border: $pivotgrid-border-size $pivotgrid-border-type $pivotgrid-default-border-color;
203
+ }
204
+
205
+ .e-grid .e-columnheader.e-wrap .e-sortfilterdiv,
206
+ .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
207
+ margin: $pivotgrid-vsort-mouse-wrap-margin !important;
208
+ }
209
+
210
+ .e-grid .e-icons {
211
+ color: $pivotgrid-button-icon-color !important;
212
+ @if ($pivotgrid-skin == 'bootstrap4') {
213
+ color: $gray-700 !important;
214
+ }
215
+
216
+ @if ($skin-name == 'bootstrap5') {
217
+ color: $pivotview-grid-header-font-color !important;
218
+ }
219
+
220
+ &:hover {
221
+ color: $pivotgrid-icon-hover-color !important;
222
+ @if ($pivotgrid-skin == 'bootstrap4') {
223
+ color: $gray-700 !important;
224
+ }
225
+
226
+ @if ($skin-name == 'bootstrap5') {
227
+ color: $pivotview-grid-header-font-color !important;
228
+ }
229
+ }
230
+ }
231
+
232
+ .e-grid {
233
+ border-color: $pivotgrid-default-border-color;
234
+ }
235
+
236
+ .e-grid .e-rowsheader {
237
+ padding-left: 8px;
238
+ -webkit-user-select: none;
239
+ -moz-user-select: none;
240
+ -ms-user-select: none;
241
+ user-select: none;
242
+ -webkit-touch-callout: none;
243
+
244
+ @if ($skin-name == 'tailwind') {
245
+ padding-left: 12px;
246
+ }
247
+
248
+ &.e-active {
249
+ .e-icons {
250
+ color: $pivotgrid-button-active-icon-color !important;
251
+ @if ($pivotgrid-skin == 'bootstrap4') {
252
+ color: $gray-700 !important;
253
+ }
254
+
255
+ @if ($skin-name == 'bootstrap5') {
256
+ color: $pivotview-grid-header-font-color !important;
257
+ }
258
+ }
259
+ }
260
+ }
261
+
262
+ &.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner {
263
+ z-index: 1 !important;
264
+ }
265
+
266
+ &.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
267
+ visibility: hidden !important;
268
+ }
269
+
270
+ .e-grid.e-responsive {
271
+ .e-stackedheadercelldiv .e-stackedheadertext,
272
+ .e-headercelldiv .e-headertext {
273
+ text-overflow: ellipsis;
274
+ white-space: nowrap;
275
+ }
276
+ }
277
+
278
+ .e-grid .e-headercelldiv,
279
+ .e-grid .e-columnsheader {
280
+ padding-left: 8px !important;
281
+
282
+ @if($skin-name == 'tailwind') or ($skin-name == 'tailwind-dark') {
283
+ text-transform: none;
284
+ padding-left: 12px !important;
285
+
286
+ }
287
+
288
+ @if($skin-name == 'bootstrap5') or ($skin-name == 'FluentUI') or ($skin-name == 'tailwind') {
289
+ padding-top: 0px !important;
290
+ padding-bottom: 0px !important;
291
+ }
292
+ }
293
+
294
+ .sf-grid .e-spinner-pane {
295
+ z-index: 1 !important;
296
+ }
297
+
298
+ .e-grid .e-headercelldiv,
299
+ .e-grid .e-columnsheader {
300
+ padding-right: 8px !important;
301
+ }
302
+
303
+ .e-grid .e-headercelldiv,
304
+ .e-grid .e-stackedheadercelldiv {
305
+ line-height: normal;
306
+ }
307
+
308
+ .e-frozenheader>.e-table,
309
+ .e-frozencontent>.e-table {
310
+ border-left-color: $pivotgrid-default-border-color !important;
311
+ border-right-color: $pivotgrid-default-border-color !important;
312
+ border-left: 0;
313
+ border-right-width: 1px;
314
+ }
315
+
316
+ .e-stackedheadercelldiv {
317
+ display: block;
318
+ }
319
+
320
+ .e-stackedheadertext.e-cellvalue,
321
+ .e-stackedheadercelldiv.e-cellvalue {
322
+ display: inline-block;
323
+ padding-left: 12px !important;
324
+ margin-top: 5px;
325
+
326
+ @if ($pivotgrid-skin == 'highcontrast-light') or ($pivotgrid-skin == 'highcontrast') {
327
+ margin-top: 0;
328
+ }
329
+
330
+ @if ($skin-name == 'tailwind') or ($skin-name == 'bootstrap5') or ($pivotgrid-skin == 'fabric-dark') {
331
+ margin-top: 2px;
332
+ padding-left: 8px !important;
333
+ }
334
+
335
+ @if ($skin-name == 'FluentUI') {
336
+ margin-top: 1px;
337
+ }
338
+ }
339
+
340
+ .e-headercelldiv.e-cellvalue {
341
+ @if($pivotgrid-skin == 'bootstrap4') or ($pivotgrid-skin == 'bootstrap') or ($pivotgrid-skin == 'bootstrap-dark') or ($pivotgrid-skin == 'material-dark') or ($pivotgrid-skin == 'material') {
342
+ margin-left: 0px;
343
+ }
344
+ }
345
+
346
+ .e-stackedheadercelldiv {
347
+ padding: 0 0 0 1px !important;
348
+ }
349
+
350
+ .e-stackedheadercelldiv,
351
+ .e-stackedheadertext,
352
+ .e-headertext,
353
+ .e-rowsheader .e-cellvalue {
354
+ color: $pivotview-grid-header-font-color;
355
+ font-size: $pivotview-grid-header-font-size;
356
+ font-weight: $pivotview-grid-header-font-weight;
357
+
358
+ .e-hyperlinkcell {
359
+ // color: $pivotview-grid-header-font-color;
360
+ cursor: pointer;
361
+
362
+ // &:hover {
363
+ // color: $pivotgrid-active-color;
364
+ // }
365
+ }
366
+ }
367
+
368
+ .e-valuescontent .e-cellvalue {
369
+ .e-hyperlinkcell {
370
+ // color: $pivotgrid-default-font-color;
371
+ cursor: pointer;
372
+
373
+ // &:hover {
374
+ // color: $pivotgrid-active-color;
375
+ // }
376
+ }
377
+ }
378
+
379
+ .e-valuescontent {
380
+ opacity: $pivotview-grid-content-opacity !important;
381
+ }
382
+
383
+ // sass-lint:enable-all
384
+
385
+ .e-rowcell {
386
+ opacity: 1;
387
+
388
+ // sass-lint:disable-all
389
+ .e-cellvalue {
390
+ -webkit-user-select: none;
391
+ -moz-user-select: none;
392
+ -ms-user-select: none;
393
+ user-select: none;
394
+ }
395
+
396
+ // sass-lint:enable-all
397
+ }
398
+
399
+ .e-grouping-bar {
400
+ .e-right-axis-fields {
401
+ flex: auto;
402
+ }
403
+
404
+ .e-left-axis-fields,
405
+ .e-right-axis-fields {
406
+ height: auto;
407
+ }
408
+
409
+ .e-left-axis-fields {
410
+ min-width: 250px;
411
+ }
412
+
413
+ .e-axis-row,
414
+ .e-axis-column,
415
+ .e-axis-value,
416
+ .e-axis-filter,
417
+ .e-group-all-fields {
418
+ background: $pivotgrid-grp-bg-color;
419
+ display: flex;
420
+ }
421
+
422
+ .e-left-axis-fields {
423
+ border: $pivotgrid-border-size $pivotgrid-border-type $pivotgrid-default-border-color;
424
+ border-bottom-width: 0;
425
+ border-right-width: 0;
426
+
427
+ }
428
+
429
+ // sass-lint:disable-all
430
+ .e-all-fields-axis {
431
+ background: $pivotgrid-grp-bg-color;
432
+ border: $pivotgrid-border-size $pivotgrid-border-type $pivotgrid-default-border-color;
433
+ border-bottom-width: 0;
434
+ height: $pivotgrid-grouping-height !important;
435
+ min-height: $pivotgrid-grouping-height !important;
436
+
437
+ @if($skin-name == 'FluentUI') {
438
+ box-shadow: none;
439
+ }
440
+
441
+ .e-hscroll .e-scroll-nav {
442
+ background: $pivotgrid-grp-bg-color;
443
+ min-height: $pivotgrid-grouping-height !important;
444
+
445
+ &:hover {
446
+ background-color: $pivotgrid-hover-color;
447
+ @if ($pivotgrid-skin == 'bootstrap4') {
448
+ background-color: $pivotgrid-bg-color;
449
+ }
450
+
451
+ .e-nav-arrow {
452
+ color: $pivotgrid-icon-hover-color !important;
453
+ }
454
+ }
455
+ }
456
+
457
+ .e-toolbar-items {
458
+ background: $pivotgrid-grp-bg-color;
459
+ min-height: $pivotgrid-grouping-height !important;
460
+
461
+ .e-toolbar-item {
462
+ margin: 0 !important;
463
+ min-height: $pivotgrid-grouping-height !important;
464
+ padding: 0 !important;
465
+ }
466
+ }
467
+ }
468
+ // sass-lint:enable-all
469
+
470
+ .e-right-axis-fields {
471
+ border: $pivotgrid-border-size $pivotgrid-border-type $pivotgrid-default-border-color;
472
+ border-bottom-width: 0;
473
+
474
+ .e-axis-filter {
475
+ border-bottom: $pivotgrid-border-size $pivotgrid-border-type $pivotgrid-default-border-color;
476
+ }
477
+ }
478
+ }
479
+
480
+ .e-group-values,
481
+ .e-group-columns,
482
+ .e-group-filters,
483
+ .e-group-rows,
484
+ .e-group-all-fields {
485
+ background: $pivotgrid-grp-bg-color;
486
+ display: inline-table;
487
+ flex: auto;
488
+ height: $pivotgrid-grouping-height;
489
+ min-height: $pivotgrid-grouping-height;
490
+ overflow: hidden;
491
+ padding-left: $pivotview-axis-indent-padding;
492
+ scroll-behavior: smooth;
493
+ vertical-align: top;
494
+
495
+ &.e-drag-restrict {
496
+ cursor: no-drop;
497
+ }
498
+
499
+ .e-draggable-prompt {
500
+ color: $pivotgrid-prompt-default-font-color;
501
+ display: inline-block;
502
+ line-height: $pivotgrid-prompt-line-height;
503
+ margin-top: 4px;
504
+ padding-left: $pivotgrid-horizontal-button-padding;
505
+ pointer-events: none;
506
+ position: relative;
507
+ text-align: center;
508
+ vertical-align: middle;
509
+ @if ($pivotgrid-skin == 'bootstrap4') {
510
+ font-size: 12px;
511
+ }
512
+
513
+ @if ($skin-name == 'bootstrap5') or ($skin-name == 'tailwind') or ($skin-name == 'FluentUI') {
514
+ font-size: $pivotgrid-content-font-size;
515
+ font-weight: normal;
516
+ }
517
+ }
518
+ }
519
+
520
+ .e-grouping-bar,
521
+ .e-group-rows {
522
+
523
+ .e-pvt-btn-div {
524
+ display: inline-flex;
525
+ height: 24px;
526
+ padding: $pivotgrid-vertical-button-padding;
527
+ padding-bottom: 0;
528
+ padding-left: 0;
529
+ padding-right: $pivotgrid-horizontal-button-padding;
530
+
531
+ .e-indent-div {
532
+ pointer-events: none;
533
+ }
534
+
535
+ .e-drop-indicator {
536
+ pointer-events: none;
537
+ width: 2px;
538
+
539
+ &.e-drop-hover {
540
+ border-left: 1px dashed $pivotgrid-drop-hover-color;
541
+ @if ($skin-name == 'tailwind') {
542
+ border-left: 1px solid $pivotgrid-drop-hover-color;
543
+ }
544
+
545
+ @if ($skin-name == 'bootstrap5') or ($skin-name == 'FluentUI') {
546
+ border-left: 1px solid $pivotgrid-drop-hover-color;
547
+ }
548
+ }
549
+ }
550
+ }
551
+
552
+ .e-pivot-button {
553
+ background-color: $pivotgrid-button-background-color;
554
+ border: $pivotgrid-border-size $pivotgrid-border-type $pivotgrid-button-border-color;
555
+ border-radius: $pivotgrid-button-border-radius;
556
+ box-shadow: none;
557
+ // sass-lint:disable-all
558
+ color: $pivotgrid-button-font-color !important;
559
+ // sass-lint:enable-all
560
+ cursor: default;
561
+ display: flex;
562
+ font-weight: normal;
563
+ height: 24px;
564
+ line-height: .9em;
565
+ padding: $pivotgrid-button-inner-padding 8px;
566
+ text-transform: none;
567
+ vertical-align: bottom;
568
+ z-index: 1;
569
+ @if ($pivotgrid-skin == 'bootstrap4') {
570
+ font-weight: 400;
571
+ }
572
+
573
+ &.e-list-selected {
574
+ opacity: .5;
575
+ @if ($pivotgrid-skin == 'bootstrap4') {
576
+ opacity: .7;
577
+ }
578
+ }
579
+
580
+ &:hover {
581
+ background-color: $pivotgrid-hover-color;
582
+ border-color: $pivotgrid-hover-color;
583
+ @if ($pivotgrid-skin == 'bootstrap4') {
584
+ background-color: $pivotgrid-bg-color;
585
+ border-color: $pivotgrid-border-color;
586
+ }
587
+
588
+ .e-sort,
589
+ .e-dropdown-icon,
590
+ .e-pv-filter,
591
+ .e-pv-filtered,
592
+ .e-remove,
593
+ .e-edit {
594
+ color: $pivotgrid-icon-hover-color;
595
+ }
596
+ }
597
+
598
+ &.e-btn-focused {
599
+ background-color: $pivotgrid-focus-color;
600
+ color: $pivotgrid-button-acitve-font-color;
601
+ @if ($pivotgrid-skin == 'bootstrap4') {
602
+ background-color: $pivotgrid-border-color;
603
+ border-color: $pivotgrid-active-border-color;
604
+ box-shadow: 0 0 0 .2rem $pivotgrid-box-shadow-color;
605
+ }
606
+
607
+ .e-sort,
608
+ .e-dropdown-icon,
609
+ .e-pv-filter,
610
+ .e-pv-filtered,
611
+ .e-remove,
612
+ .e-edit {
613
+ color: $pivotgrid-icon-focus-color;
614
+ }
615
+ }
616
+
617
+ &:focus,
618
+ &:active {
619
+ background-color: $pivotgrid-focus-color;
620
+ color: $pivotgrid-button-acitve-font-color;
621
+ @if ($pivotgrid-skin == 'bootstrap4') {
622
+ background-color: $pivotgrid-border-color;
623
+ border-color: $pivotgrid-active-border-color;
624
+ box-shadow: 0 0 0 .2rem $pivotgrid-box-shadow-color;
625
+ }
626
+
627
+ .e-sort,
628
+ .e-dropdown-icon,
629
+ .e-pv-filter,
630
+ .e-pv-filtered,
631
+ .e-remove,
632
+ .e-edit {
633
+ color: $pivotgrid-icon-focus-color;
634
+ }
635
+ }
636
+
637
+ .e-content {
638
+ background-color: transparent;
639
+ cursor: move;
640
+ flex: auto;
641
+ font-size: $pivotgrid-button-font-size;
642
+ margin-right: 4px;
643
+ overflow: hidden;
644
+ text-align: left;
645
+ text-overflow: ellipsis;
646
+ @if ($pivotgrid-skin == 'bootstrap4') {
647
+ margin-right: 4px;
648
+ }
649
+
650
+ @if ($skin-name == 'bootstrap5') or ($skin-name == 'FluentUI') {
651
+ color: $pivotgrid-button-icon-color;
652
+ }
653
+
654
+ &.e-disable-drag {
655
+ cursor: auto;
656
+ }
657
+ }
658
+
659
+ // sass-lint:disable-all
660
+ .e-draggable {
661
+ height: initial !important;
662
+ }
663
+
664
+ .e-drag {
665
+ display: none;
666
+ }
667
+
668
+ .e-sort,
669
+ .e-dropdown-icon,
670
+ .e-pv-filter,
671
+ .e-pv-filtered,
672
+ .e-remove,
673
+ .e-edit {
674
+ color: $pivotgrid-button-icon-color;
675
+ cursor: pointer;
676
+ display: inline-block;
677
+ font-size: $pivotgrid-button-icon-size;
678
+ height: $pivotgrid-button-icon-wrapper-size;
679
+ margin-left: 4px;
680
+ width: $pivotgrid-button-icon-wrapper-size;
681
+ @if ($pivotgrid-skin == 'bootstrap4') {
682
+ margin-left: 4px;
683
+ }
684
+
685
+ &:hover {
686
+ color: $pivotgrid-icon-hover-color;
687
+ }
688
+
689
+ &.e-disable {
690
+ display: none;
691
+ }
692
+ }
693
+ // sass-lint:enable-all
694
+
695
+ .e-sort {
696
+ height: $pivotgrid-button-icon-size;
697
+ transform: rotateX(0deg);
698
+ transition: transform 200ms ease-in-out;
699
+
700
+ &.e-descend {
701
+ transform: rotateX(180deg);
702
+ }
703
+ }
704
+
705
+ .e-dropdown-icon {
706
+ margin-top: 1px;
707
+ }
708
+ }
709
+ }
710
+
711
+ .e-group-values {
712
+ .e-pvt-btn-div {
713
+ .e-pivot-button {
714
+ max-width: 230px;
715
+ }
716
+ }
717
+ }
718
+
719
+ .e-group-filters,
720
+ .e-group-columns {
721
+ width: 100%;
722
+ }
723
+
724
+ // sass-lint:disable-all
725
+ .e-group-row {
726
+ padding: 0 !important;
727
+
728
+ .e-group-rows {
729
+ display: table;
730
+ flex: none;
731
+ width: 100%;
732
+
733
+ .e-pvt-btn-div {
734
+ max-width: unset;
735
+ width: 100%;
736
+
737
+ .e-indent-div {
738
+ pointer-events: none;
739
+ }
740
+ }
741
+ }
742
+ }
743
+
744
+ .e-group-row {
745
+ .e-group-rows {
746
+ .e-pvt-btn-div {
747
+ .e-pivot-button {
748
+ padding: $pivotgrid-button-inner-padding 8px;
749
+ width: 180px;
750
+ @if ($pivotgrid-skin == 'bootstrap4') {
751
+ font-weight: 400;
752
+ }
753
+
754
+ &:hover {
755
+ background-color: $pivotgrid-hover-color;
756
+ @if ($pivotgrid-skin == 'bootstrap4') {
757
+ background-color: $pivotgrid-bg-color;
758
+ border-color: $pivotgrid-border-color;
759
+ }
760
+
761
+ .e-sort,
762
+ .e-dropdown-icon,
763
+ .e-pv-filter,
764
+ .e-pv-filtered,
765
+ .e-remove,
766
+ .e-edit {
767
+ color: $pivotgrid-icon-hover-color !important;
768
+ }
769
+ }
770
+
771
+ &.e-btn-focused {
772
+ background-color: $pivotgrid-focus-color;
773
+ color: $pivotgrid-button-acitve-font-color;
774
+ @if ($pivotgrid-skin == 'bootstrap4') {
775
+ background-color: $pivotgrid-border-color;
776
+ border-color: $pivotgrid-active-border-color;
777
+ box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
778
+ }
779
+
780
+ .e-sort,
781
+ .e-dropdown-icon,
782
+ .e-pv-filter,
783
+ .e-pv-filtered,
784
+ .e-remove,
785
+ .e-edit {
786
+ color: $pivotgrid-icon-focus-color !important;
787
+ }
788
+ }
789
+
790
+ &:focus,
791
+ &:active {
792
+ background-color: $pivotgrid-focus-color;
793
+ color: $pivotgrid-button-acitve-font-color;
794
+ @if ($pivotgrid-skin == 'bootstrap4') {
795
+ background-color: $pivotgrid-border-color;
796
+ border-color: $pivotgrid-active-border-color;
797
+ box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
798
+ }
799
+
800
+ .e-sort,
801
+ .e-dropdown-icon,
802
+ .e-pv-filter,
803
+ .e-pv-filtered,
804
+ .e-remove,
805
+ .e-edit {
806
+ color: $pivotgrid-icon-focus-color !important;
807
+ }
808
+ }
809
+
810
+ .e-sort,
811
+ .e-dropdown-icon,
812
+ .e-pv-filter,
813
+ .e-pv-filtered,
814
+ .e-remove,
815
+ .e-edit {
816
+ color: $pivotgrid-button-icon-color !important;
817
+ font-size: $pivotgrid-button-icon-size;
818
+ height: $pivotgrid-button-icon-wrapper-size;
819
+ margin-left: 4px !important;
820
+ width: $pivotgrid-button-icon-wrapper-size;
821
+ padding-top: 2px;
822
+
823
+ &:hover {
824
+ color: $pivotgrid-icon-hover-color;
825
+ }
826
+
827
+ &.e-disable {
828
+ display: none;
829
+ }
830
+ }
831
+
832
+ .e-sort {
833
+ height: $pivotgrid-button-icon-size;
834
+ width: 18px;
835
+
836
+ &.e-descend {
837
+ transform: rotateX(180deg);
838
+ }
839
+ }
840
+
841
+ .e-dropdown-icon {
842
+ margin-top: 1px;
843
+ }
844
+ }
845
+ }
846
+ }
847
+ }
848
+
849
+ // sass-lint:enable-all
850
+
851
+ .e-axis-value {
852
+ display: inline-block;
853
+ height: 100%;
854
+
855
+ .e-group-values {
856
+ height: 100%;
857
+ padding-bottom: 0;
858
+ }
859
+
860
+ .e-group-chart-values {
861
+ display: inline-block;
862
+ height: 28px;
863
+ }
864
+
865
+ .e-group-chart-values-drodown {
866
+ font-size: 13px;
867
+ height: 25px;
868
+ }
869
+ }
870
+
871
+ .e-axis-column .e-group-chart-columns-dropdown {
872
+ font-size: 13px;
873
+ height: 25px;
874
+ margin: $pivotgrid-group-chart-values-dropdown-margin;
875
+
876
+ .e-input-group-icon {
877
+ min-height: initial;
878
+ }
879
+
880
+ input.e-input {
881
+ padding-bottom: 7px;
882
+ }
883
+ }
884
+
885
+ // sass-lint:disable-all
886
+ .e-chart-grouping-bar .e-axis-value {
887
+ height: auto !important;
888
+ padding-left: 6px;
889
+ border-bottom: $pivotgrid-border-size $pivotgrid-border-type $pivotgrid-default-border-color;
890
+
891
+ .e-group-chart-multi-values {
892
+ padding-left: 2px;
893
+ }
894
+
895
+ .e-group-chart-values-drodown {
896
+ margin: $pivotgrid-group-chart-values-dropdown-margin;
897
+
898
+ .e-input-group-icon {
899
+ min-height: initial;
900
+ }
901
+
902
+ input.e-input {
903
+ padding-bottom: 7px;
904
+ }
905
+ }
906
+ }
907
+ // sass-lint:enable-all
908
+
909
+ .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) {
910
+ height: auto;
911
+ width: auto;
912
+ }
913
+
914
+ .e-collapse::before {
915
+ font-size: $pivotgrid-collapse-icon-fonsize;
916
+ }
917
+
918
+ .e-expand,
919
+ .e-collapse {
920
+ cursor: pointer;
921
+ display: inline-block;
922
+ height: 18px;
923
+ margin-top: 5px;
924
+ text-align: center;
925
+ width: 18px;
926
+
927
+ @if ($pivotgrid-skin == 'highcontrast') {
928
+ margin-top: 0;
929
+ }
930
+
931
+ @if ($pivotgrid-skin == 'highcontrast-light') or ($skin-name == 'bootstrap5') or ($skin-name == 'FluentUI') {
932
+ margin-top: 0;
933
+ }
934
+
935
+ @if ($skin-name == 'tailwind') {
936
+ margin-top: 0;
937
+ vertical-align: middle;
938
+ }
939
+
940
+ @if ($skin-name == 'bootstrap5') or ($skin-name == 'FluentUI') {
941
+ margin-bottom: 2px;
942
+ vertical-align: middle;
943
+ }
944
+ }
945
+
946
+ // sass-lint:disable-all
947
+ th .e-expand,
948
+ th .e-collapse {
949
+ font-size: $pivotgrid-expcoldiv-fontsize !important;
950
+ margin-left: 0px;
951
+ margin-top: $pivotgrid-drill-margintop;
952
+ }
953
+
954
+ // sass-lint:enable-all
955
+
956
+ .e-expand::before {
957
+ font-size: $pivotgrid-expand-icon-fontsize;
958
+ }
959
+
960
+ &.e-rtl {
961
+
962
+ .e-expand::before,
963
+ .e-collapse::before {
964
+ margin-left: 0;
965
+ }
966
+
967
+ // sass-lint:disable-all
968
+ .e-grid .e-rowsheader {
969
+ padding-right: 8px !important;
970
+ }
971
+
972
+ .e-grid .e-columnsheader {
973
+ padding-right: 8px !important;
974
+ }
975
+
976
+ .e-grid .e-headercelldiv,
977
+ .e-grid .e-columnsheader {
978
+ padding-left: $pivotview-value-sort-rtl-padding !important;
979
+ padding-right: 8px !important;
980
+ }
981
+
982
+ .e-frozenheader>.e-table,
983
+ .e-frozencontent>.e-table {
984
+ border-left-width: 1px;
985
+ border-right: 0;
986
+ }
987
+
988
+ // sass-lint:enable-all
989
+
990
+ .e-rowsheader .e-cellvalue {
991
+ margin-left: 0;
992
+ margin-right: 7px;
993
+ }
994
+
995
+ .e-valuescontent {
996
+ text-align: left;
997
+ }
998
+
999
+ .e-group-values,
1000
+ .e-group-columns,
1001
+ .e-group-filters,
1002
+ .e-group-all-fields {
1003
+ padding-left: 0;
1004
+ padding-right: $pivotview-axis-indent-padding;
1005
+ }
1006
+
1007
+ .e-group-rows,
1008
+ .e-grouping-bar {
1009
+
1010
+ .e-pvt-btn-div {
1011
+ padding-left: $pivotgrid-horizontal-button-padding;
1012
+ padding-right: 0;
1013
+
1014
+ .e-pivot-button {
1015
+ .e-content {
1016
+ margin-left: 4px;
1017
+ text-align: right;
1018
+ }
1019
+
1020
+ .e-sort,
1021
+ .e-dropdown-icon,
1022
+ .e-pv-filter,
1023
+ .e-pv-filtered,
1024
+ .e-remove,
1025
+ .e-edit {
1026
+ padding-left: 0;
1027
+ padding-right: 4px;
1028
+ }
1029
+ }
1030
+ }
1031
+ }
1032
+
1033
+ .e-grouping-bar {
1034
+ .e-left-axis-fields {
1035
+ border-left-width: 0;
1036
+ border-right-width: $pivotgrid-border-size;
1037
+ }
1038
+
1039
+ .e-right-axis-fields {
1040
+ border-left-width: $pivotgrid-border-size;
1041
+ }
1042
+ }
1043
+
1044
+ .e-group-row {
1045
+ .e-group-rows {
1046
+ padding-left: 0;
1047
+ padding-right: $pivotview-axis-indent-padding;
1048
+
1049
+ .e-pvt-btn-div {
1050
+ // sass-lint:disable-all
1051
+ padding-left: $pivotgrid-horizontal-button-padding;
1052
+ padding-right: 0;
1053
+
1054
+ .e-pivot-button {
1055
+ .e-content {
1056
+ margin-left: 4px;
1057
+ margin-right: 0;
1058
+ text-align: right;
1059
+ }
1060
+
1061
+ .e-sort,
1062
+ .e-dropdown-icon,
1063
+ .e-pv-filter,
1064
+ .e-pv-filtered,
1065
+ .e-remove,
1066
+ .e-edit {
1067
+ padding-left: 0;
1068
+ padding-right: 7px;
1069
+ }
1070
+ }
1071
+
1072
+ // sass-lint:enable-all
1073
+ }
1074
+ }
1075
+ }
1076
+
1077
+ // sass-lint:disable-all
1078
+ .e-stackedheadertext.e-cellvalue,
1079
+ .e-stackedheadercelldiv.e-cellvalue {
1080
+ padding-right: 12px !important;
1081
+ }
1082
+
1083
+ .e-sortfilterdiv {
1084
+ float: left;
1085
+ }
1086
+ // sass-lint:enable-all
1087
+ }
1088
+
1089
+ &.e-device {
1090
+ .e-grouping-bar {
1091
+
1092
+ // sass-lint:disable-all
1093
+ .e-pivot-button {
1094
+ line-height: 1em !important;
1095
+ }
1096
+
1097
+ .e-group-all-fields {
1098
+ .e-pvt-btn-div {
1099
+ .e-pivot-button {
1100
+ max-width: 155px;
1101
+ @if ($pivotgrid-skin == 'bootstrap4') {
1102
+ padding: 3px 10px;
1103
+ }
1104
+ }
1105
+ }
1106
+ }
1107
+
1108
+ .e-group-filters,
1109
+ .e-group-values {
1110
+ .e-pvt-btn-div {
1111
+ .e-pivot-button {
1112
+ max-width: 155px;
1113
+ @if ($pivotgrid-skin == 'bootstrap4') {
1114
+ padding: 3px 10px;
1115
+ }
1116
+
1117
+ .e-sort,
1118
+ .e-dropdown-icon,
1119
+ .e-pv-filter,
1120
+ .e-pv-filtered,
1121
+ .e-remove,
1122
+ .e-edit {
1123
+ @if ($pivotgrid-skin == 'bootstrap4') {
1124
+ margin-top: 2px;
1125
+ }
1126
+ }
1127
+ }
1128
+ }
1129
+ }
1130
+
1131
+ .e-group-columns {
1132
+ .e-pvt-btn-div {
1133
+ .e-pivot-button {
1134
+ max-width: 200px;
1135
+ @if ($pivotgrid-skin == 'bootstrap4') {
1136
+ padding: 3px 10px;
1137
+ }
1138
+
1139
+ .e-sort,
1140
+ .e-dropdown-icon,
1141
+ .e-pv-filter,
1142
+ .e-pv-filtered,
1143
+ .e-remove,
1144
+ .e-edit {
1145
+ @if ($pivotgrid-skin == 'bootstrap4') {
1146
+ margin-top: 2px;
1147
+ }
1148
+ }
1149
+ }
1150
+ }
1151
+ }
1152
+ }
1153
+
1154
+ .e-group-row {
1155
+ .e-group-rows {
1156
+ .e-pvt-btn-div {
1157
+ .e-indent-div {
1158
+ width: 0 !important;
1159
+ }
1160
+
1161
+ .e-pivot-button {
1162
+ width: 155px;
1163
+ @if ($pivotgrid-skin == 'bootstrap4') {
1164
+ padding: 4px 8px;
1165
+ }
1166
+
1167
+ .e-sort,
1168
+ .e-dropdown-icon,
1169
+ .e-pv-filter,
1170
+ .e-pv-filtered,
1171
+ .e-remove,
1172
+ .e-edit {
1173
+ @if ($pivotgrid-skin == 'bootstrap4') {
1174
+ margin-top: 1px;
1175
+ }
1176
+ }
1177
+ }
1178
+ }
1179
+ }
1180
+ }
1181
+ }
1182
+
1183
+ .e-component-disable {
1184
+ display: none !important;
1185
+ }
1186
+ // sass-lint:enable-all
1187
+ }
1188
+
1189
+ .e-pivottooltipwrap,
1190
+ .e-pivottooltip-container {
1191
+ opacity: 1;
1192
+ }
1193
+
1194
+ .e-drillthrough-dialog {
1195
+ visibility: hidden;
1196
+ }
1197
+
1198
+ .e-pivottooltip {
1199
+ border-radius: $pivotgrid-default-border-radius;
1200
+ padding: $pivotgrid-tooltip-padding;
1201
+ }
1202
+
1203
+ .e-pivottooltip p {
1204
+ color: $pivotgrid-tooltip-fontcolor;
1205
+ display: inline-block;
1206
+ font-family: $pivotgrid-tooltip-fontfamily;
1207
+ font-size: $pivotgrid-tooltip-fontsize;
1208
+ line-height: 21px;
1209
+ margin: 0;
1210
+ }
1211
+
1212
+ .e-pivottooltip p.e-tooltipcontent {
1213
+ margin-left: 5px;
1214
+ }
1215
+
1216
+ .e-pivottooltiptemplate.e-tooltip-wrap {
1217
+ border: medium none transparent;
1218
+ max-width: none;
1219
+ min-width: 0;
1220
+ opacity: 1;
1221
+ }
1222
+
1223
+ .e-pivottooltiptemplate .e-tip-content {
1224
+ overflow-x: visible;
1225
+ padding: unset;
1226
+ word-break: normal;
1227
+ }
1228
+
1229
+ .e-rtl .e-pivottooltip p.e-tooltipcontent {
1230
+ margin-left: 0;
1231
+ margin-right: 5px;
1232
+ }
1233
+
1234
+ .e-bigger .e-pivotview,
1235
+ .e-bigger.e-pivotview {
1236
+
1237
+ .e-chart-grouping-bar .e-axis-value {
1238
+ .e-group-chart-values-drodown {
1239
+ margin: $pivotgrid-group-chart-values-dropdown-margin-bigger;
1240
+
1241
+ .e-input-group-icon {
1242
+ min-height: initial;
1243
+ }
1244
+
1245
+ input.e-input {
1246
+ padding-bottom: 10px;
1247
+ padding-top: 0;
1248
+ }
1249
+ }
1250
+ }
1251
+
1252
+ .e-chart-grouping-bar .e-axis-column {
1253
+ .e-group-chart-columns-dropdown {
1254
+ margin: $pivotgrid-group-chart-values-dropdown-margin-bigger;
1255
+
1256
+ .e-input-group-icon {
1257
+ min-height: initial;
1258
+ }
1259
+
1260
+ input.e-input {
1261
+ padding-bottom: 10px;
1262
+ padding-top: 0;
1263
+ }
1264
+ }
1265
+ }
1266
+
1267
+ // sass-lint:disable-all
1268
+ .e-grid .e-rowsheader {
1269
+ padding-left: 8px !important;
1270
+ @if ($skin-name == 'tailwind') {
1271
+ padding-left: 16px !important;
1272
+ padding-right: 12px !important;
1273
+ }
1274
+ }
1275
+
1276
+ .e-grid .e-headercelldiv {
1277
+ padding-left: 8px !important;
1278
+ }
1279
+
1280
+ .e-grid .e-columnsheader {
1281
+ padding-left: 8px !important;
1282
+ }
1283
+
1284
+ .e-grid .e-gridheader .e-headercell .e-rhandler {
1285
+ height: 100% !important;
1286
+ }
1287
+
1288
+ .e-stackedheadercelldiv,
1289
+ .e-stackedheadertext,
1290
+ .e-headertext,
1291
+ .e-rowsheader .e-cellvalue {
1292
+ font-size: $pivotview-bigger-grid-header-font-size !important;
1293
+ @if ($pivotgrid-skin == 'bootstrap4') {
1294
+ font-size: $pivotview-bigger-grid-header-font-size !important;
1295
+ }
1296
+ }
1297
+ .e-bigger .e-stackedheadercelldiv
1298
+ {
1299
+ padding-left: 16px !important;
1300
+ }
1301
+
1302
+ th .e-expand,
1303
+ th .e-collapse {
1304
+ margin-top: $pivotgrid-bigger-drill-margintop;
1305
+ }
1306
+
1307
+ .e-grouping-bar {
1308
+ .e-all-fields-axis {
1309
+ height: 36px !important;
1310
+ min-height: 36px !important;
1311
+
1312
+ .e-hscroll .e-scroll-nav,
1313
+ .e-toolbar-items,
1314
+ .e-toolbar-item {
1315
+ min-height: 36px !important;
1316
+ }
1317
+ }
1318
+ // sass-lint:enable-all
1319
+
1320
+ .e-pvt-btn-div {
1321
+ height: 30px;
1322
+
1323
+ .e-pivot-button {
1324
+ height: 30px;
1325
+ line-height: $pivotgrid-bigger-button-line-height;
1326
+ padding: $pivotgrid-bigger-button-inner-padding 12px;
1327
+
1328
+ .e-content {
1329
+ font-size: $pivotgrid-bigger-button-font-size;
1330
+ margin-right: 8px;
1331
+ @if ($pivotgrid-skin == 'bootstrap4') {
1332
+ margin-right: 0;
1333
+ }
1334
+ }
1335
+
1336
+ .e-sort,
1337
+ .e-dropdown-icon,
1338
+ .e-pv-filter,
1339
+ .e-pv-filtered,
1340
+ .e-remove,
1341
+ .e-edit {
1342
+ // sass-lint:disable-all
1343
+ font-size: $pivotgrid-bigger-button-icon-size !important;
1344
+ height: $pivotgrid-bigger-button-icon-wrapper-size;
1345
+ width: $pivotgrid-bigger-button-icon-wrapper-size;
1346
+ @if ($pivotgrid-skin == 'bootstrap4') {
1347
+ padding-left: 12px;
1348
+ }
1349
+ }
1350
+
1351
+ .e-sort {
1352
+ height: $pivotgrid-bigger-button-icon-size;
1353
+ }
1354
+
1355
+ .e-dropdown-icon {
1356
+ margin-top: 1px;
1357
+ }
1358
+ }
1359
+ }
1360
+
1361
+ .e-group-filters,
1362
+ .e-group-values,
1363
+ .e-group-columns,
1364
+ .e-group-rows,
1365
+ .e-group-all-fields {
1366
+ height: 36px;
1367
+ min-height: 36px;
1368
+ padding-left: $pivotview-axis-bigger-indent-padding;
1369
+
1370
+ .e-pvt-btn-div .e-pivot-button.e-btn {
1371
+ @if ($pivotgrid-skin == 'bootstrap4') {
1372
+ padding: 7px 10px;
1373
+ }
1374
+ }
1375
+
1376
+ .e-draggable-prompt {
1377
+ @if ($skin-name == 'bootstrap5') or ($skin-name == 'tailwind') or ($skin-name == 'FluentUI') {
1378
+ font-size: $pivotgrid-bigger-content-font-size;
1379
+ }
1380
+
1381
+ @if ($pivotgrid-skin == 'bootstrap4') {
1382
+ font-size: 16px;
1383
+ }
1384
+ }
1385
+ }
1386
+
1387
+ .e-group-values {
1388
+ height: 100%;
1389
+ }
1390
+
1391
+ .e-left-axis-fields,
1392
+ .e-right-axis-fields {
1393
+ .e-axis-nav-div {
1394
+
1395
+ .e-left-nav-container,
1396
+ .e-right-nav-container {
1397
+ width: 24px;
1398
+ }
1399
+ }
1400
+ }
1401
+ }
1402
+
1403
+ .e-group-rows {
1404
+ padding-left: $pivotview-axis-bigger-indent-padding;
1405
+
1406
+ .e-pvt-btn-div {
1407
+ height: 30px;
1408
+
1409
+ .e-pivot-button {
1410
+ height: 30px;
1411
+ line-height: $pivotgrid-bigger-button-line-height;
1412
+ padding: $pivotgrid-bigger-button-inner-padding 12px;
1413
+ @if ($pivotgrid-skin == 'bootstrap4') {
1414
+ padding: 7px 10px;
1415
+ }
1416
+
1417
+ .e-content {
1418
+ font-size: $pivotgrid-bigger-button-font-size;
1419
+ margin-right: 8px;
1420
+ @if ($pivotgrid-skin == 'bootstrap4') {
1421
+ margin-right: 0;
1422
+ }
1423
+ }
1424
+
1425
+ .e-sort,
1426
+ .e-dropdown-icon,
1427
+ .e-pv-filter,
1428
+ .e-pv-filtered,
1429
+ .e-remove,
1430
+ .e-edit {
1431
+ // sass-lint:disable-all
1432
+ font-size: $pivotgrid-bigger-button-icon-size !important;
1433
+ height: $pivotgrid-bigger-button-icon-wrapper-size;
1434
+ width: $pivotgrid-bigger-button-icon-wrapper-size;
1435
+ @if ($pivotgrid-skin == 'bootstrap4') {
1436
+ padding-left: 12px;
1437
+ }
1438
+ }
1439
+
1440
+ .e-sort {
1441
+ height: $pivotgrid-bigger-button-icon-size;
1442
+ }
1443
+
1444
+ .e-dropdown-icon {
1445
+ margin-top: 1px;
1446
+ }
1447
+ }
1448
+ }
1449
+ }
1450
+
1451
+ // sass-lint:disable-all
1452
+ .e-sortfilterdiv {
1453
+ margin: $pivotgrid-vsort-touch-margin !important;
1454
+ @if ($pivotgrid-skin == 'bootstrap4') or ($skin-name == 'bootstrap5') {
1455
+ font-size: 12px !important;
1456
+ }
1457
+ }
1458
+
1459
+ .e-grid .e-columnheader.e-wrap .e-sortfilterdiv,
1460
+ .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
1461
+ margin: $pivotgrid-vsort-touch-wrap-margin !important;
1462
+ }
1463
+
1464
+ // sass-lint:enable-all
1465
+
1466
+ .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container {
1467
+ height: $pivotgrid-member-filter-list-bigger-height;
1468
+ }
1469
+
1470
+ // sass-lint:disable-all
1471
+
1472
+
1473
+ .e-stackedheadercelldiv,
1474
+ .e-stackedheadertext,
1475
+ .e-headertext,
1476
+ .e-rowsheader .e-cellvalue {
1477
+ color: $pivotview-grid-header-font-color !important;
1478
+ font-size: $pivotview-bigger-grid-header-font-size;
1479
+ font-weight: $pivotview-grid-header-font-weight !important;
1480
+ }
1481
+
1482
+ .e-grid .e-columnsheader {
1483
+ padding-right: 16px !important;
1484
+ }
1485
+ // sass-lint:enable-all
1486
+
1487
+ .e-rowcell {
1488
+ // sass-lint:disable-all
1489
+ font-size: $pivotgrid-bigger-content-font-size !important;
1490
+ @if($skin-name == 'tailwind') {
1491
+ padding: 0 12px;
1492
+ }
1493
+ }
1494
+
1495
+ &.e-rtl {
1496
+
1497
+ // sass-lint:disable-all
1498
+ .e-grid .e-rowsheader {
1499
+ padding-right: 10px !important;
1500
+ }
1501
+
1502
+ .e-grid .e-columnsheader {
1503
+ padding-right: 16px !important;
1504
+ }
1505
+
1506
+ .e-grid .e-headercelldiv,
1507
+ .e-grid .e-columnsheader {
1508
+ padding-left: $pivotview-value-sort-rtl-padding !important;
1509
+ padding-right: 8px !important;
1510
+ }
1511
+
1512
+ // sass-lint:enable-all
1513
+
1514
+ .e-grouping-bar {
1515
+
1516
+ .e-group-rows,
1517
+ .e-group-columns,
1518
+ .e-group-values,
1519
+ .e-group-filters,
1520
+ .e-group-all-fields {
1521
+ padding-left: 0;
1522
+ padding-right: $pivotview-axis-bigger-indent-padding;
1523
+ }
1524
+ }
1525
+
1526
+ .e-group-row {
1527
+ .e-group-rows {
1528
+ padding-left: 0;
1529
+ padding-right: $pivotview-axis-bigger-indent-padding;
1530
+ }
1531
+ }
1532
+
1533
+ // sass-lint:disable-all
1534
+ .e-stackedheadertext.e-cellvalue,
1535
+ .e-stackedheadercelldiv.e-cellvalue {
1536
+ padding-right: 16px !important;
1537
+ }
1538
+
1539
+ // sass-lint:enable-all
1540
+ }
1541
+
1542
+ @if ($skin-name == 'tailwind') or ($skin-name == 'FluentUI') or ($skin-name == 'bootstrap5') {
1543
+ .e-expand::before {
1544
+ font-size: $pivotgrid-expand-bigger-icon-fontsize;
1545
+ }
1546
+
1547
+ .e-collapse::before {
1548
+ font-size: $pivotgrid-collapse-bigger-icon-fontsize;
1549
+ }
1550
+ }
1551
+ }
1552
+
1553
+ .e-content-placeholder.e-pivotview.e-placeholder-pivotview {
1554
+ background-size: 100% 200px;
1555
+ }
1556
+ }