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