@syncfusion/ej2-angular-filemanager 20.2.39 → 20.2.44-ngcc

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