@syncfusion/ej2-angular-pivotview 20.2.36 → 20.2.37-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 (210) hide show
  1. package/@syncfusion/ej2-angular-pivotview.es5.js +425 -0
  2. package/@syncfusion/ej2-angular-pivotview.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-pivotview.js +395 -0
  4. package/@syncfusion/ej2-angular-pivotview.js.map +1 -0
  5. package/CHANGELOG.md +665 -0
  6. package/dist/ej2-angular-pivotview.umd.js +662 -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 +20 -34
  13. package/postinstall/tagchange.js +18 -0
  14. package/schematics/collection.json +20 -0
  15. package/schematics/generators/pivotview-default/index.d.ts +3 -0
  16. package/schematics/generators/pivotview-default/index.js +8 -0
  17. package/schematics/generators/pivotview-default/sample-details.d.ts +5 -0
  18. package/schematics/generators/pivotview-default/sample-details.js +7 -0
  19. package/schematics/generators/pivotview-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +4 -0
  20. package/schematics/generators/pivotview-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +4 -0
  21. package/schematics/generators/pivotview-default/schema.d.ts +3 -0
  22. package/schematics/generators/pivotview-default/schema.js +2 -0
  23. package/schematics/generators/pivotview-default/schema.json +125 -0
  24. package/schematics/generators/pivotview-fieldlist/index.d.ts +3 -0
  25. package/schematics/generators/pivotview-fieldlist/index.js +8 -0
  26. package/schematics/generators/pivotview-fieldlist/sample-details.d.ts +5 -0
  27. package/schematics/generators/pivotview-fieldlist/sample-details.js +7 -0
  28. package/schematics/generators/pivotview-fieldlist/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +4 -0
  29. package/schematics/generators/pivotview-fieldlist/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +4 -0
  30. package/schematics/generators/pivotview-fieldlist/schema.d.ts +3 -0
  31. package/schematics/generators/pivotview-fieldlist/schema.js +2 -0
  32. package/schematics/generators/pivotview-fieldlist/schema.json +125 -0
  33. package/schematics/ng-add/index.d.ts +3 -0
  34. package/schematics/ng-add/index.js +9 -0
  35. package/schematics/ng-add/schema.d.ts +13 -0
  36. package/schematics/ng-add/schema.js +2 -0
  37. package/schematics/ng-add/schema.json +34 -0
  38. package/schematics/tsconfig.json +25 -0
  39. package/schematics/utils/lib-details.d.ts +4 -0
  40. package/schematics/utils/lib-details.js +6 -0
  41. package/schematics/utils/lib-details.ts +2 -2
  42. package/src/pivotfieldlist/pivotfieldlist-all.module.d.ts +0 -6
  43. package/src/pivotfieldlist/pivotfieldlist.component.d.ts +0 -3
  44. package/src/pivotfieldlist/pivotfieldlist.module.d.ts +0 -6
  45. package/src/pivotview/pivotview-all.module.d.ts +0 -6
  46. package/src/pivotview/pivotview.component.d.ts +0 -3
  47. package/src/pivotview/pivotview.module.d.ts +0 -6
  48. package/styles/bootstrap-dark.css +29 -13
  49. package/styles/bootstrap.css +29 -13
  50. package/styles/bootstrap4.css +29 -13
  51. package/styles/bootstrap5-dark.css +67 -17
  52. package/styles/bootstrap5.css +67 -17
  53. package/styles/fabric-dark.css +29 -13
  54. package/styles/fabric.css +29 -13
  55. package/styles/fluent-dark.css +33 -15
  56. package/styles/fluent.css +33 -15
  57. package/styles/highcontrast-light.css +29 -13
  58. package/styles/highcontrast.css +29 -13
  59. package/styles/material-dark.css +29 -13
  60. package/styles/material.css +29 -13
  61. package/styles/pivotfieldlist/bootstrap-dark.css +17 -6
  62. package/styles/pivotfieldlist/bootstrap-dark.scss +1 -4
  63. package/styles/pivotfieldlist/bootstrap.css +17 -6
  64. package/styles/pivotfieldlist/bootstrap.scss +1 -4
  65. package/styles/pivotfieldlist/bootstrap4.css +17 -6
  66. package/styles/pivotfieldlist/bootstrap4.scss +1 -4
  67. package/styles/pivotfieldlist/bootstrap5-dark.css +17 -6
  68. package/styles/pivotfieldlist/bootstrap5-dark.scss +1 -4
  69. package/styles/pivotfieldlist/bootstrap5.css +17 -6
  70. package/styles/pivotfieldlist/bootstrap5.scss +1 -4
  71. package/styles/pivotfieldlist/fabric-dark.css +17 -6
  72. package/styles/pivotfieldlist/fabric-dark.scss +1 -4
  73. package/styles/pivotfieldlist/fabric.css +17 -6
  74. package/styles/pivotfieldlist/fabric.scss +1 -4
  75. package/styles/pivotfieldlist/fluent-dark.css +17 -6
  76. package/styles/pivotfieldlist/fluent-dark.scss +1 -4
  77. package/styles/pivotfieldlist/fluent.css +17 -6
  78. package/styles/pivotfieldlist/fluent.scss +1 -4
  79. package/styles/pivotfieldlist/highcontrast-light.css +17 -6
  80. package/styles/pivotfieldlist/highcontrast-light.scss +1 -4
  81. package/styles/pivotfieldlist/highcontrast.css +17 -6
  82. package/styles/pivotfieldlist/highcontrast.scss +1 -4
  83. package/styles/pivotfieldlist/material-dark.css +17 -6
  84. package/styles/pivotfieldlist/material-dark.scss +1 -4
  85. package/styles/pivotfieldlist/material.css +17 -6
  86. package/styles/pivotfieldlist/material.scss +1 -4
  87. package/styles/pivotfieldlist/tailwind-dark.css +19 -8
  88. package/styles/pivotfieldlist/tailwind-dark.scss +1 -4
  89. package/styles/pivotfieldlist/tailwind.css +19 -8
  90. package/styles/pivotfieldlist/tailwind.scss +1 -4
  91. package/styles/pivotview/bootstrap-dark.css +12 -7
  92. package/styles/pivotview/bootstrap-dark.scss +1 -5
  93. package/styles/pivotview/bootstrap.css +12 -7
  94. package/styles/pivotview/bootstrap.scss +1 -5
  95. package/styles/pivotview/bootstrap4.css +12 -7
  96. package/styles/pivotview/bootstrap4.scss +1 -5
  97. package/styles/pivotview/bootstrap5-dark.css +50 -11
  98. package/styles/pivotview/bootstrap5-dark.scss +1 -4
  99. package/styles/pivotview/bootstrap5.css +50 -11
  100. package/styles/pivotview/bootstrap5.scss +1 -5
  101. package/styles/pivotview/fabric-dark.css +12 -7
  102. package/styles/pivotview/fabric-dark.scss +1 -5
  103. package/styles/pivotview/fabric.css +12 -7
  104. package/styles/pivotview/fabric.scss +1 -5
  105. package/styles/pivotview/fluent-dark.css +16 -9
  106. package/styles/pivotview/fluent-dark.scss +1 -4
  107. package/styles/pivotview/fluent.css +16 -9
  108. package/styles/pivotview/fluent.scss +1 -5
  109. package/styles/pivotview/highcontrast-light.css +12 -7
  110. package/styles/pivotview/highcontrast-light.scss +1 -5
  111. package/styles/pivotview/highcontrast.css +12 -7
  112. package/styles/pivotview/highcontrast.scss +1 -5
  113. package/styles/pivotview/material-dark.css +12 -7
  114. package/styles/pivotview/material-dark.scss +1 -5
  115. package/styles/pivotview/material.css +12 -7
  116. package/styles/pivotview/material.scss +1 -5
  117. package/styles/pivotview/tailwind-dark.css +18 -11
  118. package/styles/pivotview/tailwind-dark.scss +1 -4
  119. package/styles/pivotview/tailwind.css +18 -11
  120. package/styles/pivotview/tailwind.scss +1 -5
  121. package/styles/tailwind-dark.css +37 -19
  122. package/styles/tailwind.css +37 -19
  123. package/esm2020/public_api.mjs +0 -3
  124. package/esm2020/src/index.mjs +0 -8
  125. package/esm2020/src/pivotfieldlist/pivotfieldlist-all.module.mjs +0 -23
  126. package/esm2020/src/pivotfieldlist/pivotfieldlist.component.mjs +0 -66
  127. package/esm2020/src/pivotfieldlist/pivotfieldlist.module.mjs +0 -25
  128. package/esm2020/src/pivotview/pivotview-all.module.mjs +0 -62
  129. package/esm2020/src/pivotview/pivotview.component.mjs +0 -150
  130. package/esm2020/src/pivotview/pivotview.module.mjs +0 -25
  131. package/esm2020/syncfusion-ej2-angular-pivotview.mjs +0 -5
  132. package/fesm2015/syncfusion-ej2-angular-pivotview.mjs +0 -337
  133. package/fesm2015/syncfusion-ej2-angular-pivotview.mjs.map +0 -1
  134. package/fesm2020/syncfusion-ej2-angular-pivotview.mjs +0 -337
  135. package/fesm2020/syncfusion-ej2-angular-pivotview.mjs.map +0 -1
  136. package/styles/pivotfieldlist/_all.scss +0 -2
  137. package/styles/pivotfieldlist/_bootstrap-dark-definition.scss +0 -232
  138. package/styles/pivotfieldlist/_bootstrap-definition.scss +0 -185
  139. package/styles/pivotfieldlist/_bootstrap4-definition.scss +0 -185
  140. package/styles/pivotfieldlist/_bootstrap5-dark-definition.scss +0 -1
  141. package/styles/pivotfieldlist/_bootstrap5-definition.scss +0 -189
  142. package/styles/pivotfieldlist/_fabric-dark-definition.scss +0 -192
  143. package/styles/pivotfieldlist/_fabric-definition.scss +0 -185
  144. package/styles/pivotfieldlist/_fluent-dark-definition.scss +0 -1
  145. package/styles/pivotfieldlist/_fluent-definition.scss +0 -190
  146. package/styles/pivotfieldlist/_fusionnew-definition.scss +0 -189
  147. package/styles/pivotfieldlist/_highcontrast-definition.scss +0 -186
  148. package/styles/pivotfieldlist/_highcontrast-light-definition.scss +0 -186
  149. package/styles/pivotfieldlist/_layout.scss +0 -1855
  150. package/styles/pivotfieldlist/_material-dark-definition.scss +0 -186
  151. package/styles/pivotfieldlist/_material-definition.scss +0 -186
  152. package/styles/pivotfieldlist/_material3-definition.scss +0 -188
  153. package/styles/pivotfieldlist/_tailwind-dark-definition.scss +0 -1
  154. package/styles/pivotfieldlist/_tailwind-definition.scss +0 -189
  155. package/styles/pivotfieldlist/_theme.scss +0 -1855
  156. package/styles/pivotfieldlist/icons/_bootstrap-dark.scss +0 -358
  157. package/styles/pivotfieldlist/icons/_bootstrap.scss +0 -359
  158. package/styles/pivotfieldlist/icons/_bootstrap4.scss +0 -359
  159. package/styles/pivotfieldlist/icons/_bootstrap5-dark.scss +0 -1
  160. package/styles/pivotfieldlist/icons/_bootstrap5.scss +0 -357
  161. package/styles/pivotfieldlist/icons/_fabric-dark.scss +0 -358
  162. package/styles/pivotfieldlist/icons/_fabric.scss +0 -358
  163. package/styles/pivotfieldlist/icons/_fluent-dark.scss +0 -1
  164. package/styles/pivotfieldlist/icons/_fluent.scss +0 -357
  165. package/styles/pivotfieldlist/icons/_fusionnew.scss +0 -352
  166. package/styles/pivotfieldlist/icons/_highcontrast-light.scss +0 -357
  167. package/styles/pivotfieldlist/icons/_highcontrast.scss +0 -357
  168. package/styles/pivotfieldlist/icons/_material-dark.scss +0 -358
  169. package/styles/pivotfieldlist/icons/_material.scss +0 -357
  170. package/styles/pivotfieldlist/icons/_material3.scss +0 -352
  171. package/styles/pivotfieldlist/icons/_tailwind-dark.scss +0 -356
  172. package/styles/pivotfieldlist/icons/_tailwind.scss +0 -356
  173. package/styles/pivotview/_all.scss +0 -2
  174. package/styles/pivotview/_bootstrap-dark-definition.scss +0 -130
  175. package/styles/pivotview/_bootstrap-definition.scss +0 -127
  176. package/styles/pivotview/_bootstrap4-definition.scss +0 -127
  177. package/styles/pivotview/_bootstrap5-dark-definition.scss +0 -1
  178. package/styles/pivotview/_bootstrap5-definition.scss +0 -130
  179. package/styles/pivotview/_fabric-dark-definition.scss +0 -129
  180. package/styles/pivotview/_fabric-definition.scss +0 -126
  181. package/styles/pivotview/_fluent-dark-definition.scss +0 -1
  182. package/styles/pivotview/_fluent-definition.scss +0 -130
  183. package/styles/pivotview/_fusionnew-definition.scss +0 -130
  184. package/styles/pivotview/_highcontrast-definition.scss +0 -125
  185. package/styles/pivotview/_highcontrast-light-definition.scss +0 -126
  186. package/styles/pivotview/_layout.scss +0 -1073
  187. package/styles/pivotview/_material-dark-definition.scss +0 -131
  188. package/styles/pivotview/_material-definition.scss +0 -128
  189. package/styles/pivotview/_material3-definition.scss +0 -130
  190. package/styles/pivotview/_tailwind-dark-definition.scss +0 -1
  191. package/styles/pivotview/_tailwind-definition.scss +0 -129
  192. package/styles/pivotview/_theme.scss +0 -1556
  193. package/styles/pivotview/icons/_bootstrap-dark.scss +0 -184
  194. package/styles/pivotview/icons/_bootstrap.scss +0 -184
  195. package/styles/pivotview/icons/_bootstrap4.scss +0 -184
  196. package/styles/pivotview/icons/_bootstrap5-dark.scss +0 -1
  197. package/styles/pivotview/icons/_bootstrap5.scss +0 -183
  198. package/styles/pivotview/icons/_fabric-dark.scss +0 -184
  199. package/styles/pivotview/icons/_fabric.scss +0 -184
  200. package/styles/pivotview/icons/_fluent-dark.scss +0 -1
  201. package/styles/pivotview/icons/_fluent.scss +0 -183
  202. package/styles/pivotview/icons/_fusionnew.scss +0 -183
  203. package/styles/pivotview/icons/_highcontrast-light.scss +0 -183
  204. package/styles/pivotview/icons/_highcontrast.scss +0 -183
  205. package/styles/pivotview/icons/_material-dark.scss +0 -184
  206. package/styles/pivotview/icons/_material.scss +0 -184
  207. package/styles/pivotview/icons/_material3.scss +0 -183
  208. package/styles/pivotview/icons/_tailwind-dark.scss +0 -183
  209. package/styles/pivotview/icons/_tailwind.scss +0 -183
  210. package/syncfusion-ej2-angular-pivotview.d.ts +0 -5
@@ -1,1073 +0,0 @@
1
- @include export-module('pivotview-layout') {
2
- /*! PivotView layout */
3
- .e-pivotview {
4
-
5
- // sass-lint:disable-all
6
- .e-value-field-settings,
7
- .e-member-editor-dialog,
8
- .e-group-field-settings {
9
- max-height: 450px !important;
10
- border-radius: $pivotgrid-default-border-radius;
11
- max-width: 400px !important;
12
- width: auto !important;
13
- }
14
-
15
- .e-pivot-format-dialog {
16
- border-radius: $pivotgrid-default-border-radius;
17
- max-width: 400px !important;
18
- width: auto !important;
19
- }
20
- // sass-lint:enable-all
21
-
22
- .e-value-field-settings {
23
- .e-field-name-text-container {
24
- display: flex;
25
- }
26
-
27
- .e-field-name-title {
28
- flex: none;
29
- font-size: 13px;
30
- font-weight: 500;
31
- }
32
-
33
- .e-field-name-content {
34
- flex: auto;
35
- font-size: 13px;
36
- font-weight: 500;
37
- width: 100%;
38
- }
39
-
40
- .e-caption-input-container,
41
- .e-type-option-container,
42
- .e-base-field-option-container,
43
- .e-base-item-option-container {
44
- padding-top: $pivotgrid-editor-search-padding-size;
45
- }
46
-
47
- .e-base-field-option-text,
48
- .e-base-item-option-text,
49
- .e-type-option-text {
50
- font-size: 13px;
51
- font-weight: 500;
52
- width: 100%;
53
-
54
- @if ($skin-name == 'tailwind') or ($skin-name == 'bootstrap5') or ($skin-name == 'FluentUI') {
55
- padding-bottom: 4px;
56
- }
57
- }
58
-
59
- .e-caption-input-text {
60
- font-size: 13px;
61
- }
62
- }
63
-
64
- .e-group-field-settings {
65
- .e-caption-option-text,
66
- .e-input-option-text,
67
- .e-group-inerval-option-text,
68
- .e-checkbox-wrapper {
69
- padding-bottom: $pivotgrid-grouping-padding-bottom;
70
- }
71
-
72
- .e-group-start-option-container .e-checkbox-wrapper {
73
- padding-top: $pivotgrid-grouping-padding-top;
74
- }
75
-
76
- .e-caption-option-text,
77
- .e-input-option-text,
78
- .e-group-inerval-option-text,
79
- .e-checkbox-wrapper .e-label {
80
- font-size: 13px;
81
- font-weight: 500;
82
- width: 100%;
83
- }
84
-
85
- .e-group-input-container,
86
- .e-group-end-option-container,
87
- .e-group-interval-option-container {
88
- padding-top: $pivotgrid-editor-search-padding-size;
89
- }
90
-
91
- .e-group-field-div-content {
92
- margin-bottom: 10px;
93
- }
94
- }
95
-
96
- .e-member-editor-dialog {
97
- min-width: 320px;
98
-
99
- .e-editor-search-container {
100
- display: flex;
101
- padding: 0 $pivotgrid-editor-search-padding-size 10px;
102
- @if ($skin-name == 'FluentUI') {
103
- padding-top: 1px;
104
- }
105
-
106
- .e-clear-icon-hide {
107
- display: inline-block;
108
- visibility: hidden;
109
- }
110
- }
111
-
112
- @if ($pivotgrid-skin == 'bootstrap4') {
113
- &:not(.e-excel-filter) {
114
- .e-editor-search-container {
115
- padding: 5px $pivotgrid-editor-search-padding-size 10px;
116
- }
117
- }
118
- }
119
-
120
- @if ($skin-name == 'bootstrap5') or ($skin-name == 'tailwind') {
121
- &:not(.e-excel-filter) {
122
- .e-editor-search-container {
123
- padding: 5px $pivotgrid-editor-search-padding-size 10px;
124
- }
125
- }
126
- }
127
-
128
- @if ($skin-name == 'tailwind') {
129
- &:not(.e-excel-filter) {
130
- .e-editor-search-container {
131
- padding: 5px $pivotgrid-editor-search-padding-size 10px;
132
- }
133
- }
134
- }
135
-
136
- .e-filter-sort {
137
- box-shadow: none;
138
- margin-left: $pivotgrid-sort-wrapper-padding-size;
139
-
140
- // sass-lint:disable-all
141
- .e-member-sort {
142
- @if ($pivotgrid-skin == 'bootstrap4') {
143
- background-color: $content-bg;
144
- border-color: $gray-400;
145
- color: $gray-700;
146
- }
147
-
148
- &:hover {
149
- @if ($pivotgrid-skin == 'bootstrap4') {
150
- background-color: $gray-600 !important;
151
- border-color: $gray-600 !important;
152
- color: $white !important;
153
- }
154
- }
155
-
156
- &.e-active {
157
- @if ($pivotgrid-skin == 'bootstrap4') {
158
- background-color: $pivotgrid-sort-select-background-color;
159
- border-color: $pivotgrid-sort-select-border-color;
160
- color: $pivotgrid-sort-select-color;
161
- outline: none;
162
- }
163
- }
164
-
165
- .e-sort-ascend-icon,
166
- .e-sort-descend-icon {
167
- font-size: 16px;
168
- }
169
-
170
- &:focus {
171
- @if ($pivotgrid-skin == 'bootstrap4') {
172
- background-color: $gray-600 !important;
173
- border-color: $gray-600 !important;
174
- color: $white !important;
175
- }
176
-
177
- &.e-active {
178
- @if ($skin-name == 'bootstrap4') {
179
- background-color: $pivotgrid-sort-select-background-color;
180
- border-color: $pivotgrid-sort-select-border-color;
181
- color: $pivotgrid-sort-select-color;
182
- outline: none;
183
- }
184
- }
185
- }
186
- }
187
- }
188
-
189
- .e-member-prompt {
190
- padding: 15px $pivotgrid-editor-search-padding-size;
191
- text-align: center;
192
- width: 100%;
193
- }
194
-
195
- .e-member-editor-container-outer-div {
196
- display: inline-block;
197
- height: $pivotgrid-member-filter-list-height;
198
- max-width: 400px;
199
- overflow: auto;
200
- width: 100%;
201
- }
202
-
203
- .e-member-editor-container {
204
- display: inline-table;
205
- width: 100%;
206
-
207
- &.e-olap-field-list-tree {
208
- overflow-x: auto;
209
- }
210
- }
211
-
212
- .e-select-all-container ul,
213
- .e-member-editor-container ul {
214
- margin-left: $pivotgrid-member-filter-list-padding-size;
215
- overflow: hidden;
216
-
217
- li {
218
- .e-list-text {
219
- font-family: $field-list-font-family;
220
- }
221
-
222
- .e-list-icon {
223
- margin: 0;
224
- }
225
- }
226
- }
227
-
228
- .e-select-all-container ul,
229
- .e-member-editor-container ul {
230
- margin-left: $pivotgrid-member-filter-list-padding-size;
231
- overflow: hidden;
232
-
233
- li {
234
- .e-list-text {
235
- font-family: $field-list-font-family;
236
- }
237
-
238
- .e-list-icon {
239
- margin: 0;
240
- }
241
- }
242
- }
243
-
244
- .e-excelfilter {
245
- padding-top: 20px;
246
-
247
- @if ($skin-name == 'tailwind') {
248
- padding-top: 12px;
249
- }
250
-
251
- .e-member-editor-container-outer-div {
252
- height: $pivotgrid-excel-member-filter-height;
253
- }
254
-
255
- .e-editor-label-container {
256
- opacity: $pivotgrid-editor-label-excel-opacity;
257
- padding: $pivotgrid-editor-label-excel-padding-size;
258
- }
259
- }
260
-
261
- .e-label-filter,
262
- .e-value-filter {
263
- height: $pivotgrid-excel-filter-height;
264
- overflow: auto;
265
- padding: 20px;
266
- padding-bottom: 0;
267
-
268
- .e-filter-text-div {
269
- color: $pivotview-grid-header-font-color !important;
270
- font-size: 13px;
271
- font-weight: 500;
272
- }
273
-
274
- .e-filter-option-container-1,
275
- .e-filter-option-container-2,
276
- .e-separator-div {
277
- padding-top: 20px;
278
- }
279
-
280
- .e-between-text-div {
281
- padding: 8px 0;
282
- }
283
-
284
- .e-disable {
285
- display: none;
286
- }
287
-
288
- @if ($skin-name == 'tailwind') {
289
- padding-top: 0;
290
- }
291
-
292
- }
293
-
294
- .e-filter-tab-container {
295
- border: none;
296
- // sass-lint:enable-all
297
-
298
- .e-tab-header {
299
- .e-toolbar-item .e-icon-left + .e-tab-text {
300
- margin: 0 0 0 6px;
301
- }
302
-
303
- .e-text-wrap {
304
- .e-tab-icon {
305
- height: 14px;
306
- min-width: 14px;
307
- width: 14px;
308
- @if ($pivotgrid-skin == 'bootstrap4') or ($skin-name == 'bootstrap5') or ($skin-name == 'tailwind') or ($skin-name == 'FluentUI') {
309
- height: auto;
310
- }
311
-
312
- &::before {
313
- font-size: 14px;
314
- }
315
- }
316
- }
317
- }
318
-
319
- &.e-rtl {
320
- .e-tab-header {
321
- .e-toolbar-item .e-icon-left + .e-tab-text {
322
- margin: 0 6px 0 0;
323
- }
324
- }
325
- }
326
- }
327
-
328
- // sass-lint:disable-all
329
- .e-disable {
330
- display: none !important;
331
- }
332
-
333
- .e-clear-filter-button {
334
- float: left;
335
- margin: 0;
336
-
337
- @if ($skin-name == 'FluentUI') {
338
- margin-left: 0 !important;
339
- margin-right: 0 !important;
340
- }
341
-
342
- &.e-disable {
343
- display: none;
344
- }
345
- }
346
- .e-editor-label-container {
347
- background-color: $pivotgrid-editor-label-fill;
348
- opacity: $pivotgrid-editor-label-excel-opacity;
349
- padding: $pivotgrid-editor-label-padding-size;
350
-
351
- .e-editor-label {
352
- color: $pivotgrid-editor-label-color;
353
- font: $pivotgrid-editor-label-font;
354
- opacity: $pivotgrid-editor-label-opacity;
355
- overflow: hidden;
356
- text-overflow: ellipsis;
357
- white-space: nowrap;
358
- }
359
- }
360
-
361
- &.e-rtl {
362
- .e-member-editor-outer-container {
363
- .e-editor-search-container {
364
- .e-filter-sort {
365
- margin-left: 0;
366
- margin-right: $pivotgrid-sort-wrapper-padding-size;
367
- }
368
- }
369
-
370
- ul {
371
- margin-left: 0;
372
- margin-right: $pivotgrid-member-filter-list-padding-size;
373
- }
374
- }
375
- .e-member-editor-outer-container {
376
- .e-editor-search-container {
377
- .e-filter-sort {
378
- margin-left: 0;
379
- margin-right: $pivotgrid-sort-wrapper-padding-size;
380
- }
381
- }
382
-
383
- ul {
384
- margin-left: 0;
385
- margin-right: $pivotgrid-member-filter-list-padding-size;
386
- }
387
- }
388
-
389
- .e-footer-content {
390
- .e-clear-filter-button {
391
- float: right;
392
- margin: 0;
393
- }
394
- }
395
- }
396
-
397
- &.e-olap-editor-dialog {
398
- .e-member-editor-outer-container {
399
- .e-select-all-container ul,
400
- .e-member-editor-container ul {
401
- margin-left: 0;
402
- }
403
-
404
- .e-treeview ul:first-child {
405
- padding-left: 10px;
406
- padding-right: 10px;
407
- }
408
-
409
- .e-editor-search-container {
410
- .e-level-drop {
411
- margin: 0 5px;
412
-
413
- .e-caret {
414
- font-size: $pivotgrid-button-icon-size;
415
- }
416
-
417
- li .e-disabled {
418
- opacity: .5;
419
- pointer-events: none;
420
- }
421
- }
422
- }
423
- }
424
- .e-member-editor-outer-container {
425
- .e-select-all-container ul,
426
- .e-member-editor-container ul {
427
- margin-left: 0;
428
- }
429
-
430
- .e-treeview ul:first-child {
431
- padding-left: 10px;
432
- padding-right: 10px;
433
- }
434
-
435
- .e-editor-search-container {
436
- .e-level-drop {
437
- margin: 0 5px;
438
-
439
- .e-caret {
440
- font-size: $pivotgrid-button-icon-size;
441
- }
442
-
443
- li .e-disabled {
444
- opacity: .5;
445
- pointer-events: none;
446
- }
447
- }
448
- }
449
- }
450
-
451
- &.e-rtl {
452
- .e-member-editor-outer-container {
453
- ul {
454
- margin-right: 0;
455
- }
456
- }
457
- }
458
- }
459
- }
460
-
461
- .e-value-field-settings,
462
- .e-member-editor-dialog,
463
- .e-pivot-format-dialog,
464
- .e-group-field-settings {
465
-
466
- .e-dlg-header-content {
467
- border: 0;
468
- border-radius: $pivotgrid-default-border-radius;
469
- font-weight: normal;
470
- }
471
-
472
- .e-footer-content {
473
- border-top-left-radius: 0;
474
- border-top-right-radius: 0;
475
- border-radius: $pivotgrid-default-border-radius;
476
-
477
- @if ($skin-name != 'FluentUI') {
478
- padding-bottom: 8px;
479
- padding-top: 8px;
480
- }
481
- }
482
-
483
- .e-dlg-content {
484
- overflow: hidden;
485
-
486
- // sass-lint:disable-all
487
- .e-empty-field::-webkit-input-placeholder {
488
- color: $error-font-color !important;
489
- font-weight: 600 !important;
490
- }
491
-
492
- .e-empty-field:-moz-placeholder {
493
- color: $error-font-color !important;
494
- font-weight: 600 !important;
495
- }
496
-
497
- .e-empty-field::-moz-placeholder {
498
- color: $error-font-color !important;
499
- font-weight: 600 !important;
500
- }
501
-
502
- .e-empty-field:-ms-input-placeholder {
503
- color: $error-font-color !important;
504
- font-weight: 600 !important;
505
- }
506
- }
507
- }
508
-
509
- .e-member-editor-dialog,
510
- .e-pivot-format-dialog {
511
- .e-dlg-content {
512
- @if ($skin-name != 'FluentUI') {
513
- padding: 0;
514
- }
515
-
516
- @if ($skin-name == 'FluentUI') {
517
- padding-left: 0 !important;
518
- padding-right: 0 !important;
519
- }
520
- }
521
- }
522
- // sass-lint:enable-all
523
-
524
- .e-value-field-settings,
525
- .e-member-editor-dialog {
526
- .e-footer-content {
527
- border-top: $pivotgrid-border-size $pivotgrid-border-type $pivotgrid-default-border-color;
528
-
529
- @if ($skin-name == 'FluentUI') {
530
- border-top: 0;
531
- }
532
- }
533
- }
534
-
535
- .e-value-field-settings,
536
- .e-pivot-format-dialog {
537
- min-width: 300px;
538
-
539
- .e-dlg-content {
540
- overflow: auto;
541
-
542
- @if ($skin-name == 'tailwind') {
543
- padding-top: 12px;
544
- }
545
- }
546
- }
547
-
548
- // sass-lint:disable-all
549
- .e-pivotchart-type-dialog {
550
- max-width: 350px !important;
551
- max-height: 380px !important;
552
-
553
- .e-chart-type-option-container,
554
- .e-chart-type-option-text {
555
- padding-bottom: 20px;
556
-
557
- .e-chart-type-option-text {
558
- padding-bottom: 5px;
559
- }
560
- }
561
-
562
- .e-multiple-axes-mode-container {
563
- padding-top: 20px;
564
-
565
- .e-multiple-axes-mode-text {
566
- padding-bottom: 5px;
567
- }
568
- }
569
-
570
- .e-dialog-multiple-axis,
571
- .e-dialog-show-legend {
572
- width: 49%;
573
- }
574
- }
575
-
576
- .e-pivot-format-dialog {
577
- max-height: 550px !important;
578
- max-width: 350px !important;
579
-
580
- .e-pivot-format-dialog-outer {
581
- padding: 0 $pivotgrid-editor-search-padding-size;
582
-
583
- .e-pivot-format-value-lable,
584
- .e-pivot-format-lable,
585
- .e-pivot-format-custom-lable,
586
- .e-pivot-format-grouping-lable,
587
- .e-pivot-format-decimal-lable {
588
- font-weight: 500;
589
- @if ($skin-name == 'tailwind') or ($skin-name == 'bootstrap5') or ($skin-name == 'FluentUI') {
590
- padding-bottom: 4px;
591
- }
592
- }
593
-
594
- .e-pivot-format-value-drop,
595
- .e-pivot-format-drop,
596
- .e-pivot-format-custom-text,
597
- .e-pivot-format-grouping-drop,
598
- .e-pivot-format-decimal-drop {
599
- margin-bottom: 20px;
600
- @if ($skin-name == 'tailwind') {
601
- margin-bottom: 12px;
602
- }
603
- }
604
- }
605
- }
606
-
607
- .e-pivot-toolbar {
608
- background: $pivotgrid-grp-bg-color;
609
- border-bottom: 0;
610
- border-style: solid;
611
-
612
- @if($skin-name == 'FluentUI') {
613
- box-shadow: none;
614
- }
615
-
616
- @if ($skin-name == 'bootstrap5') or ($skin-name == 'tailwind') or ($skin-name == 'FluentUI') {
617
- border-top: 1px solid $pivotgrid-border;
618
- border-left: 1px solid $pivotgrid-border;
619
- border-right: 1px solid $pivotgrid-border;
620
- }
621
-
622
- .e-toolbar-items {
623
- background: $pivotgrid-grp-bg-color;
624
- }
625
-
626
- .e-toolbar-item .e-tbar-btn.e-btn {
627
- @if($skin-name == 'FluentUI') {
628
- line-height: 20px;
629
- }
630
-
631
- .e-icons.e-btn-icon {
632
- font-size: 16px;
633
- }
634
- }
635
-
636
- .e-pivot-toolbar-menu {
637
- background-color: transparent;
638
- border: none;
639
- @if ($pivotgrid-skin == 'bootstrap4') {
640
- background-color: $gray-100;
641
- color: $gray-700;
642
- }
643
-
644
- // sass-lint:disable-all
645
- ul .e-menu-item {
646
- @if ($skin-name != 'tailwind') {
647
- height: $pivotgrid-menubar-height !important;
648
- }
649
- overflow: hidden;
650
- padding-left: 10px;
651
- @if ($pivotgrid-skin == 'bootstrap4') {
652
- background-color: $gray-100;
653
- color: $gray-700;
654
- }
655
-
656
- .e-menu-icon {
657
- margin-left: 0;
658
- margin-right: 0;
659
- font-size: 16px;
660
- @if ($pivotgrid-skin == 'bootstrap4') {
661
- color: $gray-700;
662
- }
663
-
664
- @if ($pivotgrid-skin == 'FluentUI') {
665
- color: $pivotgrid-active-color;
666
- }
667
-
668
- @if ($skin-name == 'bootstrap5') or ($skin-name == 'FluentUI') {
669
- line-height: $pivotgrid-menubar-height;
670
- }
671
-
672
- @if ($skin-name == 'tailwind') {
673
- line-height: 40px;
674
- }
675
- }
676
-
677
- .e-caret {
678
- @if ($pivotgrid-skin == 'bootstrap4') {
679
- color: $gray-700;
680
- }
681
-
682
- @if ($pivotgrid-skin == 'FluentUI') {
683
- color: $pivotgrid-active-color;
684
- }
685
-
686
- @if ($skin-name == 'bootstrap5') or ($skin-name == 'FluentUI') {
687
- line-height: $pivotgrid-menubar-height;
688
- }
689
-
690
- @if ($skin-name == 'tailwind') {
691
- line-height: 40px;
692
- }
693
- }
694
- }
695
-
696
- ul .e-menu-item.e-focused {
697
- @if ($pivotgrid-skin == 'bootstrap4') {
698
- background-color: $gray-600;
699
- border-radius: $pivotgrid-default-border-radius;
700
- }
701
-
702
- .e-menu-icon,
703
- .e-icons{
704
- @if ($pivotgrid-skin == 'bootstrap4') {
705
- color: $white;
706
- }
707
-
708
- @if ($pivotgrid-skin == 'FluentUI') {
709
- color: $pivotgrid-active-color;
710
- }
711
- }
712
- }
713
- }
714
-
715
- .e-tab .e-tab-header .e-toolbar-item.e-active {
716
- // sass-lint:disable-all
717
- margin-left: 18px !important;
718
- // sass-lint:enable-all
719
- }
720
-
721
- .e-toolbar-item.e-template {
722
- // sass-lint:disable-all
723
- padding: 0 !important;
724
- }
725
-
726
- .e-reportlist-label {
727
- float: left;
728
- font-weight: 500;
729
- // sass-lint:enable-all
730
- }
731
-
732
- .e-reportlist-drop {
733
- float: right;
734
- margin: 0 8px;
735
- }
736
-
737
- &.e-rtl {
738
- .e-reportlist-label {
739
- float: right;
740
- }
741
-
742
- .e-reportlist-drop {
743
- float: left;
744
- }
745
-
746
- .e-pivot-toolbar-menu {
747
- ul .e-menu-item {
748
- padding-left: 30px;
749
- padding-right: 10px;
750
- }
751
- }
752
- }
753
- }
754
-
755
- .e-frozenscrollbar {
756
- background-color: $pivotgrid-grp-bg-color;
757
- }
758
- }
759
-
760
- .e-pivotview-disable-icon {
761
- visibility: hidden;
762
- }
763
-
764
- .e-pivotview-report-inner {
765
- padding-top: 10px;
766
- }
767
-
768
- .e-pivotview-report-dialog {
769
- // sass-lint:disable-all
770
- max-width: 350px !important;
771
- }
772
-
773
- .e-mdx-query-content {
774
- background-color: $pivotgrid-table-background-color;
775
- color: $pivotgrid-default-font-color;
776
- font-size: 14px;
777
- font-weight: 500;
778
- height: 200px;
779
- margin-top: 5px;
780
- padding: 5px 10px;
781
- resize: none;
782
- width: 100%;
783
- }
784
-
785
- .e-pivotview-mdx-dialog {
786
- max-width: 500px !important;
787
- }
788
- // sass-lint:enable-all
789
-
790
- .e-report-outer {
791
- display: inline-block;
792
- width: 100%;
793
- @if ($skin-name == 'FluentUI') {
794
- padding-top: 1px;
795
- }
796
- }
797
-
798
- .e-pivotview-report-label {
799
- float: left;
800
- margin-top: $pivotgrid-report-label-margin-top;
801
- width: 40%;
802
- @if($skin-name == 'bootstrap5') {
803
- padding-left: 12px;
804
- }
805
- }
806
-
807
- // sass-lint:disable-all
808
- .e-pivotview-report-input {
809
- float: right;
810
- width: 60% !important;
811
- }
812
-
813
- #{if(&, "&", "*")}.e-rtl {
814
- .e-pivotview-report-input {
815
- float: left;
816
- }
817
-
818
- .e-pivotview-report-label {
819
- float: right;
820
- }
821
- }
822
-
823
-
824
- .e-pivotview-pdf-export,
825
- .e-pivotview-excel-export,
826
- .e-pivotview-csv-export,
827
- .e-pivotview-png-export,
828
- .e-pivotview-jpeg-export,
829
- .e-pivotview-svg-export {
830
- font-size: 18px !important;
831
- }
832
- // sass-lint:enable-all
833
-
834
- .e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul {
835
- .e-dialog-multiple-axis .e-label,
836
- .e-dialog-multiple-axis .e-label {
837
- white-space: nowrap;
838
- }
839
- }
840
-
841
- .e-drillthrough-dialog {
842
- .e-drillthrough-body-header-container {
843
- margin-bottom: 20px;
844
-
845
- @if ($skin-name == 'bootstrap5') {
846
- margin-bottom: 18px;
847
- }
848
-
849
- }
850
-
851
- .e-drillthrough-body-header {
852
- color: $pivotgrid-editor-label-color;
853
- font-weight: $pivotgrid-drillthrough-header-font-weight;
854
- opacity: $pivotgrid-editor-label-opacity;
855
- }
856
-
857
- .e-drillthrough-body-header-value {
858
- color: $pivotview-grid-header-font-color;
859
- margin-right: 20px;
860
- }
861
-
862
- // sass-lint:disable-all
863
- .e-drillthrough-body-header-common {
864
- -webkit-flex-wrap: wrap;
865
- -moz-flex-wrap: wrap;
866
- -ms-flex-wrap: wrap;
867
- display: inline-block;
868
- flex-wrap: wrap;
869
- }
870
- // sass-lint:enable-all
871
- }
872
-
873
- .e-bigger .e-pivotview,
874
- .e-bigger.e-pivotview {
875
- .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item {
876
- @if ($skin-name != 'tailwind') and ($skin-name != 'bootstrap5') {
877
- //sass-lint:disable-all
878
- height: $pivotgrid-bigger-menubar-height !important;
879
- //sass-lint:enable-all
880
- }
881
-
882
- .e-menu-icon {
883
- @if ($skin-name == 'tailwind') {
884
- line-height: 50px;
885
- }
886
- }
887
-
888
- .e-caret {
889
- @if ($skin-name == 'tailwind') {
890
- line-height: 50px;
891
- }
892
- }
893
- }
894
-
895
- .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
896
- height: $pivotgrid-member-filter-list-bigger-height;
897
- }
898
-
899
- // sass-lint:disable-all
900
- .e-member-editor-dialog {
901
- .e-editor-search-container {
902
- .e-filter-sort {
903
- .e-member-sort {
904
- .e-sort-ascend-icon,
905
- .e-sort-descend-icon {
906
- font-size: 18px;
907
- }
908
- }
909
- }
910
-
911
- .e-level-drop {
912
- .e-caret {
913
- font-size: $pivotgrid-bigger-button-icon-size !important;
914
- }
915
- }
916
- }
917
-
918
- .e-member-editor-outer-container ul {
919
- @if ($pivotgrid-skin == 'bootstrap4') {
920
- margin-left: -30px !important;
921
- }
922
- }
923
-
924
- &.e-rtl {
925
- .e-member-editor-outer-container ul {
926
- @if ($pivotgrid-skin == 'bootstrap4') {
927
- margin-right: -30px !important;
928
- }
929
- }
930
- }
931
- }
932
-
933
- .e-member-editor-dialog {
934
- .e-filter-tab-container {
935
- .e-tab-header {
936
- .e-toolbar-item .e-icon-left + .e-tab-text {
937
- margin: 0 0 0 6px;
938
- }
939
- }
940
-
941
- &.e-rtl {
942
- .e-tab-header {
943
- .e-toolbar-item .e-icon-left + .e-tab-text {
944
- margin: 0 6px 0 0;
945
- }
946
- }
947
- }
948
- }
949
-
950
- .e-excelfilter {
951
- .e-member-editor-container-outer-div {
952
- height: $pivotgrid-excel-member-filter-bigger-height !important;
953
- }
954
- @if ($skin-name == 'tailwind') {
955
- padding-top: 16px;
956
- }
957
- }
958
-
959
- .e-label-filter,
960
- .e-value-filter {
961
- height: $pivotgrid-excel-filter-bigger-height;
962
-
963
- .e-filter-text-div {
964
- font-size: 14px;
965
- }
966
-
967
- .e-filter-option-container-1,
968
- .e-filter-option-container-2,
969
- .e-separator-div {
970
- padding-top: 24px;
971
- }
972
-
973
- .e-between-text-div {
974
- padding: 10px 0;
975
- }
976
- }
977
-
978
- &.e-excel-filter {
979
- min-width: $pivotgrid-bigger-excel-dialog-min-width;
980
- }
981
- }
982
-
983
- .e-member-editor-dialog,
984
- .e-value-field-settings,
985
- .e-pivot-format-dialog {
986
- .e-dlg-header-content {
987
- .e-clear-filter-button.e-small {
988
- font-size: 14px;
989
- top: 0;
990
- }
991
- }
992
- }
993
-
994
- .e-value-field-settings {
995
- max-height: 510px !important;
996
- }
997
- // sass-lint:enable-all
998
-
999
- .e-pivot-format-dialog {
1000
- .e-pivot-format-dialog-outer {
1001
- padding: 0 20px 10px;
1002
- }
1003
- }
1004
-
1005
- .e-group-field-settings {
1006
- .e-caption-option-text,
1007
- .e-checkbox-wrapper .e-label {
1008
- font-size: 14px;
1009
- }
1010
-
1011
- .e-group-input-container,
1012
- .e-group-end-option-container,
1013
- .e-group-interval-option-container {
1014
- padding-top: 24px;
1015
- }
1016
-
1017
- .e-caption-input-text,
1018
- .e-input-option-text,
1019
- .e-checkbox-wrapper .e-label,
1020
- .e-group-inerval-option-text {
1021
- font-size: 14px;
1022
- }
1023
-
1024
- .e-group-start-option-container .e-checkbox-wrapper {
1025
- padding-top: $pivotgrid-grouping-bigger-padding-top;
1026
- }
1027
- }
1028
-
1029
- .e-value-field-settings {
1030
- .e-field-name-text-container {
1031
- display: flex;
1032
- }
1033
-
1034
- .e-field-name-title,
1035
- .e-field-name-content {
1036
- font-size: 14px;
1037
- // font-size: 13px;
1038
- font-weight: 500;
1039
- }
1040
-
1041
- .e-caption-input-container,
1042
- .e-type-option-container,
1043
- .e-base-field-option-container,
1044
- .e-base-item-option-container {
1045
- padding-top: 24px;
1046
- }
1047
-
1048
- .e-base-field-option-text,
1049
- .e-base-item-option-text,
1050
- .e-type-option-text {
1051
- font-size: 14px;
1052
- }
1053
- }
1054
-
1055
- // sass-lint:disable-all
1056
- .e-value-field-settings,
1057
- .e-group-field-settings {
1058
- .e-value-field-div-content,
1059
- .e-group-field-div-content {
1060
- padding: 0 $pivotgrid-editor-search-padding-size 10px;
1061
- }
1062
- }
1063
- // sass-lint:enable-all
1064
- }
1065
-
1066
- .e-bigger .e-pivotview-report-dialog,
1067
- .e-bigger.e-pivotview-report-dialog {
1068
- .e-pivotview-report-label {
1069
- margin-top: $pivotgrid-bigger-report-label-margin-top;
1070
- }
1071
- }
1072
- }
1073
-