@syncfusion/ej2-filemanager 31.2.12 → 32.1.19
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.
- package/dist/ej2-filemanager.min.js +1 -10
- package/dist/ej2-filemanager.umd.min.js +1 -10
- package/dist/ej2-filemanager.umd.min.js.map +1 -1
- package/dist/es6/ej2-filemanager.es2015.js +164 -47
- package/dist/es6/ej2-filemanager.es2015.js.map +1 -1
- package/dist/es6/ej2-filemanager.es5.js +175 -47
- package/dist/es6/ej2-filemanager.es5.js.map +1 -1
- package/dist/global/ej2-filemanager.min.js +1 -10
- package/dist/global/ej2-filemanager.min.js.map +1 -1
- package/dist/global/index.d.ts +0 -9
- package/package.json +11 -11
- package/src/file-manager/base/classes.d.ts +4 -0
- package/src/file-manager/base/classes.js +4 -0
- package/src/file-manager/base/file-manager-model.d.ts +28 -1
- package/src/file-manager/base/file-manager.d.ts +27 -1
- package/src/file-manager/base/file-manager.js +44 -1
- package/src/file-manager/base/interface.d.ts +4 -1
- package/src/file-manager/common/utility.d.ts +8 -4
- package/src/file-manager/common/utility.js +32 -15
- package/src/file-manager/layout/details-view.js +5 -1
- package/src/file-manager/layout/large-icons-view.js +17 -10
- package/src/file-manager/layout/navigation-pane.js +32 -13
- package/src/file-manager/models/default-locale.js +4 -0
- package/src/file-manager/models/upload-settings-model.d.ts +8 -0
- package/src/file-manager/models/upload-settings.d.ts +7 -0
- package/src/file-manager/models/upload-settings.js +3 -0
- package/src/file-manager/pop-up/context-menu.d.ts +1 -0
- package/src/file-manager/pop-up/context-menu.js +32 -5
- package/styles/bds-lite.css +72 -8
- package/styles/bds-lite.scss +15 -16
- package/styles/bds.css +78 -14
- package/styles/bds.scss +16 -17
- package/styles/bootstrap-dark-lite.css +5 -0
- package/styles/bootstrap-dark-lite.scss +15 -16
- package/styles/bootstrap-dark.css +7 -2
- package/styles/bootstrap-dark.scss +16 -17
- package/styles/bootstrap-lite.css +5 -0
- package/styles/bootstrap-lite.scss +15 -16
- package/styles/bootstrap.css +7 -2
- package/styles/bootstrap.scss +16 -17
- package/styles/bootstrap4-lite.css +5 -0
- package/styles/bootstrap4-lite.scss +15 -16
- package/styles/bootstrap4.css +7 -2
- package/styles/bootstrap4.scss +16 -17
- package/styles/bootstrap5-dark-lite.css +5 -0
- package/styles/bootstrap5-dark-lite.scss +15 -16
- package/styles/bootstrap5-dark.css +7 -2
- package/styles/bootstrap5-dark.scss +16 -17
- package/styles/bootstrap5-lite.css +5 -0
- package/styles/bootstrap5-lite.scss +16 -16
- package/styles/bootstrap5.3-lite.css +85 -0
- package/styles/bootstrap5.3-lite.scss +16 -16
- package/styles/bootstrap5.3.css +87 -2
- package/styles/bootstrap5.3.scss +17 -17
- package/styles/bootstrap5.css +7 -2
- package/styles/bootstrap5.scss +17 -17
- package/styles/fabric-dark-lite.css +5 -0
- package/styles/fabric-dark-lite.scss +16 -16
- package/styles/fabric-dark.css +7 -2
- package/styles/fabric-dark.scss +17 -17
- package/styles/fabric-lite.css +5 -0
- package/styles/fabric-lite.scss +16 -16
- package/styles/fabric.css +7 -2
- package/styles/fabric.scss +17 -17
- package/styles/file-manager/_all.scss +2 -2
- package/styles/file-manager/_bds-definition.scss +82 -0
- package/styles/file-manager/_bigger.scss +79 -71
- package/styles/file-manager/_bootstrap-dark-definition.scss +79 -0
- package/styles/file-manager/_bootstrap-definition.scss +79 -0
- package/styles/file-manager/_bootstrap4-definition.scss +79 -0
- package/styles/file-manager/_bootstrap5-dark-definition.scss +322 -1
- package/styles/file-manager/_bootstrap5-definition.scss +77 -0
- package/styles/file-manager/_bootstrap5.3-definition.scss +80 -0
- package/styles/file-manager/_fabric-dark-definition.scss +79 -0
- package/styles/file-manager/_fabric-definition.scss +78 -0
- package/styles/file-manager/_fluent-dark-definition.scss +330 -1
- package/styles/file-manager/_fluent-definition.scss +78 -0
- package/styles/file-manager/_fluent2-definition.scss +82 -1
- package/styles/file-manager/_fusionnew-definition.scss +79 -0
- package/styles/file-manager/_highcontrast-definition.scss +79 -0
- package/styles/file-manager/_highcontrast-light-definition.scss +79 -0
- package/styles/file-manager/_layout.scss +125 -128
- package/styles/file-manager/_material-dark-definition.scss +78 -0
- package/styles/file-manager/_material-definition.scss +77 -0
- package/styles/file-manager/_material3-dark-definition.scss +310 -1
- package/styles/file-manager/_material3-definition.scss +75 -0
- package/styles/file-manager/_tailwind-dark-definition.scss +315 -1
- package/styles/file-manager/_tailwind-definition.scss +76 -0
- package/styles/file-manager/_tailwind3-definition.scss +105 -2
- package/styles/file-manager/_theme-variables.scss +1 -0
- package/styles/file-manager/_theme.scss +6 -1
- package/styles/file-manager/bds.css +78 -14
- package/styles/file-manager/bds.scss +17 -17
- package/styles/file-manager/bootstrap-dark.css +7 -2
- package/styles/file-manager/bootstrap-dark.scss +17 -17
- package/styles/file-manager/bootstrap.css +7 -2
- package/styles/file-manager/bootstrap.scss +17 -17
- package/styles/file-manager/bootstrap4.css +7 -2
- package/styles/file-manager/bootstrap4.scss +17 -17
- package/styles/file-manager/bootstrap5-dark.css +7 -2
- package/styles/file-manager/bootstrap5-dark.scss +17 -17
- package/styles/file-manager/bootstrap5.3.css +87 -2
- package/styles/file-manager/bootstrap5.3.scss +17 -17
- package/styles/file-manager/bootstrap5.css +7 -2
- package/styles/file-manager/bootstrap5.scss +17 -17
- package/styles/file-manager/fabric-dark.css +7 -2
- package/styles/file-manager/fabric-dark.scss +17 -17
- package/styles/file-manager/fabric.css +7 -2
- package/styles/file-manager/fabric.scss +17 -17
- package/styles/file-manager/fluent-dark.css +7 -2
- package/styles/file-manager/fluent-dark.scss +17 -17
- package/styles/file-manager/fluent.css +7 -2
- package/styles/file-manager/fluent.scss +17 -17
- package/styles/file-manager/fluent2.css +124 -6
- package/styles/file-manager/fluent2.scss +17 -17
- package/styles/file-manager/highcontrast-light.css +7 -2
- package/styles/file-manager/highcontrast-light.scss +17 -17
- package/styles/file-manager/highcontrast.css +7 -2
- package/styles/file-manager/highcontrast.scss +17 -17
- package/styles/file-manager/icons/_bds.scss +1 -0
- package/styles/file-manager/icons/_bootstrap-dark.scss +1 -0
- package/styles/file-manager/icons/_bootstrap.scss +1 -0
- package/styles/file-manager/icons/_bootstrap4.scss +1 -0
- package/styles/file-manager/icons/_bootstrap5-dark.scss +1 -1
- package/styles/file-manager/icons/_bootstrap5.3.scss +1 -0
- package/styles/file-manager/icons/_bootstrap5.scss +1 -0
- package/styles/file-manager/icons/_fabric-dark.scss +1 -0
- package/styles/file-manager/icons/_fabric.scss +1 -0
- package/styles/file-manager/icons/_fluent-dark.scss +1 -1
- package/styles/file-manager/icons/_fluent.scss +1 -0
- package/styles/file-manager/icons/_fluent2.scss +1 -0
- package/styles/file-manager/icons/_fusionnew.scss +1 -0
- package/styles/file-manager/icons/_highcontrast-light.scss +1 -0
- package/styles/file-manager/icons/_highcontrast.scss +1 -0
- package/styles/file-manager/icons/_material-dark.scss +1 -0
- package/styles/file-manager/icons/_material.scss +1 -0
- package/styles/file-manager/icons/_material3-dark.scss +1 -1
- package/styles/file-manager/icons/_material3.scss +1 -0
- package/styles/file-manager/icons/_tailwind-dark.scss +1 -1
- package/styles/file-manager/icons/_tailwind.scss +1 -0
- package/styles/file-manager/icons/_tailwind3.scss +1 -0
- package/styles/file-manager/material-dark.css +7 -2
- package/styles/file-manager/material-dark.scss +17 -17
- package/styles/file-manager/material.css +6 -1
- package/styles/file-manager/material.scss +17 -17
- package/styles/file-manager/material3-dark.css +90 -5
- package/styles/file-manager/material3-dark.scss +17 -18
- package/styles/file-manager/material3.css +90 -5
- package/styles/file-manager/material3.scss +17 -18
- package/styles/file-manager/tailwind-dark.css +8 -3
- package/styles/file-manager/tailwind-dark.scss +17 -17
- package/styles/file-manager/tailwind.css +8 -3
- package/styles/file-manager/tailwind.scss +17 -17
- package/styles/file-manager/tailwind3.css +128 -8
- package/styles/file-manager/tailwind3.scss +17 -17
- package/styles/fluent-dark-lite.css +5 -0
- package/styles/fluent-dark-lite.scss +16 -16
- package/styles/fluent-dark.css +7 -2
- package/styles/fluent-dark.scss +17 -17
- package/styles/fluent-lite.css +5 -0
- package/styles/fluent-lite.scss +16 -16
- package/styles/fluent.css +7 -2
- package/styles/fluent.scss +17 -17
- package/styles/fluent2-lite.css +123 -5
- package/styles/fluent2-lite.scss +16 -16
- package/styles/fluent2.css +124 -6
- package/styles/fluent2.scss +17 -17
- package/styles/highcontrast-light-lite.css +5 -0
- package/styles/highcontrast-light-lite.scss +16 -16
- package/styles/highcontrast-light.css +7 -2
- package/styles/highcontrast-light.scss +17 -17
- package/styles/highcontrast-lite.css +5 -0
- package/styles/highcontrast-lite.scss +16 -16
- package/styles/highcontrast.css +7 -2
- package/styles/highcontrast.scss +17 -17
- package/styles/material-dark-lite.css +5 -0
- package/styles/material-dark-lite.scss +16 -16
- package/styles/material-dark.css +7 -2
- package/styles/material-dark.scss +17 -17
- package/styles/material-lite.css +5 -0
- package/styles/material-lite.scss +15 -16
- package/styles/material.css +6 -1
- package/styles/material.scss +16 -17
- package/styles/material3-dark-lite.css +89 -4
- package/styles/material3-dark-lite.scss +16 -16
- package/styles/material3-dark.css +90 -5
- package/styles/material3-dark.scss +17 -19
- package/styles/material3-lite.css +89 -4
- package/styles/material3-lite.scss +16 -16
- package/styles/material3.css +90 -5
- package/styles/material3.scss +17 -19
- package/styles/tailwind-dark-lite.css +5 -0
- package/styles/tailwind-dark-lite.scss +16 -16
- package/styles/tailwind-dark.css +8 -3
- package/styles/tailwind-dark.scss +17 -17
- package/styles/tailwind-lite.css +5 -0
- package/styles/tailwind-lite.scss +16 -16
- package/styles/tailwind.css +8 -3
- package/styles/tailwind.scss +17 -17
- package/styles/tailwind3-lite.css +126 -6
- package/styles/tailwind3-lite.scss +16 -16
- package/styles/tailwind3.css +128 -8
- package/styles/tailwind3.scss +17 -17
package/styles/tailwind3.css
CHANGED
|
@@ -2,6 +2,76 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
/* Font Family */
|
|
10
|
+
/* border */
|
|
11
|
+
/* 0px */
|
|
12
|
+
/* 1px */
|
|
13
|
+
/* 1.5px */
|
|
14
|
+
/* 2px */
|
|
15
|
+
/* 3px */
|
|
16
|
+
/* 4px */
|
|
17
|
+
/* 5px */
|
|
18
|
+
/* 6px */
|
|
19
|
+
/* 7px */
|
|
20
|
+
/* 8px */
|
|
21
|
+
/* Radius */
|
|
22
|
+
/* 1px */
|
|
23
|
+
/* 2px */
|
|
24
|
+
/* 3px */
|
|
25
|
+
/* 4px */
|
|
26
|
+
/* 5px */
|
|
27
|
+
/* 6px */
|
|
28
|
+
/* 7px */
|
|
29
|
+
/* 8px */
|
|
30
|
+
/* 9px */
|
|
31
|
+
/* 10px */
|
|
32
|
+
/* 11px */
|
|
33
|
+
/* 12px */
|
|
34
|
+
/* 13px */
|
|
35
|
+
/* 14px */
|
|
36
|
+
/* 15px */
|
|
37
|
+
/* 16px */
|
|
38
|
+
/* 17px */
|
|
39
|
+
/* 18px */
|
|
40
|
+
/* 19px */
|
|
41
|
+
/* 20px */
|
|
42
|
+
/* 21px */
|
|
43
|
+
/* 22px */
|
|
44
|
+
/* 23px */
|
|
45
|
+
/* 24px */
|
|
46
|
+
/* 25px */
|
|
47
|
+
/* 26px */
|
|
48
|
+
/* 27px */
|
|
49
|
+
/* 28px */
|
|
50
|
+
/* 29px */
|
|
51
|
+
/* 30px */
|
|
52
|
+
/* 31px */
|
|
53
|
+
/* 32px */
|
|
54
|
+
/* 33px */
|
|
55
|
+
/* 34px */
|
|
56
|
+
/* 35px */
|
|
57
|
+
/* 36px */
|
|
58
|
+
/* 37px */
|
|
59
|
+
/* 38px */
|
|
60
|
+
/* 39px */
|
|
61
|
+
/* 40px */
|
|
62
|
+
/* 41px */
|
|
63
|
+
/* 42px */
|
|
64
|
+
/* 43px */
|
|
65
|
+
/* 44px */
|
|
66
|
+
/* 45px */
|
|
67
|
+
/* 46px */
|
|
68
|
+
/* 47px */
|
|
69
|
+
/* 48px */
|
|
70
|
+
/* 49px */
|
|
71
|
+
/* 50px */
|
|
72
|
+
/* 5em */
|
|
73
|
+
|
|
74
|
+
|
|
5
75
|
/* stylelint-disable property-no-vendor-prefix */
|
|
6
76
|
/* stylelint-disable */
|
|
7
77
|
.e-filled.e-float-input.e-error label.e-float-text,
|
|
@@ -15,6 +85,54 @@
|
|
|
15
85
|
color: var(--color-sf-danger) !important;
|
|
16
86
|
}
|
|
17
87
|
|
|
88
|
+
.e-underline.e-input-group.e-control-wrapper,
|
|
89
|
+
.e-underline.e-input-group,
|
|
90
|
+
.e-underline.e-input-group:not(.e-float-icon-left),
|
|
91
|
+
.e-underline.e-float-input,
|
|
92
|
+
.e-underline.e-float-input.e-control-wrapper,
|
|
93
|
+
.e-underline.e-input-group:not(.e-float-icon-left),
|
|
94
|
+
.e-underline.e-input-group.e-success:not(.e-float-icon-left),
|
|
95
|
+
.e-underline.e-input-group.e-warning:not(.e-float-icon-left),
|
|
96
|
+
.e-underline.e-input-group.e-error:not(.e-float-icon-left),
|
|
97
|
+
.e-underline.e-input-group.e-control-wrapper:not(.e-float-icon-left),
|
|
98
|
+
.e-underline.e-input-group.e-control-wrapper.e-success:not(.e-float-icon-left),
|
|
99
|
+
.e-underline.e-input-group.e-control-wrapper.e-warning:not(.e-float-icon-left),
|
|
100
|
+
.e-underline.e-input-group.e-control-wrapper.e-error:not(.e-float-icon-left) {
|
|
101
|
+
border: 1px solid var(--color-sf-border);
|
|
102
|
+
border-width: 1px;
|
|
103
|
+
padding-top: 1px;
|
|
104
|
+
border-radius: calc(var(--e-radius) * 0);
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.e-filled.e-input-group,
|
|
108
|
+
.e-filled.e-input-group.e-control-wrapper {
|
|
109
|
+
border-radius: calc(var(--e-radius) * 0.25) calc(var(--e-radius) * 0.25) calc(var(--e-radius) * 0) calc(var(--e-radius) * 0);
|
|
110
|
+
padding: 0 10px 0 12px;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
.e-filled.e-float-input,
|
|
114
|
+
.e-filled.e-float-input.e-control-wrapper {
|
|
115
|
+
border: 1px solid;
|
|
116
|
+
border-radius: calc(var(--e-radius) * 0.25) calc(var(--e-radius) * 0.25) calc(var(--e-radius) * 0) calc(var(--e-radius) * 0);
|
|
117
|
+
border-width: 1px;
|
|
118
|
+
margin-top: 0;
|
|
119
|
+
padding: 0;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
.e-underline.e-input-group:not(.e-float-icon-left),
|
|
123
|
+
.e-underline.e-input-group.e-success:not(.e-float-icon-left),
|
|
124
|
+
.e-underline.e-input-group.e-warning:not(.e-float-icon-left),
|
|
125
|
+
.e-underline.e-input-group.e-error:not(.e-float-icon-left),
|
|
126
|
+
.e-underline.e-input-group.e-control-wrapper:not(.e-float-icon-left),
|
|
127
|
+
.e-underline.e-input-group.e-control-wrapper.e-success:not(.e-float-icon-left),
|
|
128
|
+
.e-underline.e-input-group.e-control-wrapper.e-warning:not(.e-float-icon-left),
|
|
129
|
+
.e-underline.e-input-group.e-control-wrapper.e-error:not(.e-float-icon-left) {
|
|
130
|
+
border: 1px solid;
|
|
131
|
+
border-width: 1px;
|
|
132
|
+
padding-top: 1px;
|
|
133
|
+
border-radius: calc(var(--e-radius) * 0);
|
|
134
|
+
}
|
|
135
|
+
|
|
18
136
|
/* stylelint-disable-line no-empty-source */
|
|
19
137
|
/* stylelint-disable property-no-vendor-prefix */
|
|
20
138
|
@-webkit-keyframes material-spinner-rotate {
|
|
@@ -278,7 +396,7 @@ ejs-filemanager {
|
|
|
278
396
|
padding: 0;
|
|
279
397
|
}
|
|
280
398
|
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn .e-btn-icon.e-icons.e-caret {
|
|
281
|
-
font-size:
|
|
399
|
+
font-size: 16px;
|
|
282
400
|
padding: 0 8px;
|
|
283
401
|
}
|
|
284
402
|
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn .e-tbar-btn-text.e-tbar-ddb-text {
|
|
@@ -289,7 +407,7 @@ ejs-filemanager {
|
|
|
289
407
|
padding: 0;
|
|
290
408
|
}
|
|
291
409
|
.e-filemanager .e-toolbar .e-toolbar-pop .e-toolbar-item .e-dropdown-btn .e-icons.e-caret {
|
|
292
|
-
font-size:
|
|
410
|
+
font-size: 16px;
|
|
293
411
|
min-width: 0;
|
|
294
412
|
padding: 0 8px;
|
|
295
413
|
}
|
|
@@ -302,7 +420,7 @@ ejs-filemanager {
|
|
|
302
420
|
width: max-content;
|
|
303
421
|
}
|
|
304
422
|
.e-filemanager .e-treeview {
|
|
305
|
-
border-radius: 0;
|
|
423
|
+
border-radius: calc(var(--e-radius) * 0);
|
|
306
424
|
border: none;
|
|
307
425
|
background: none;
|
|
308
426
|
}
|
|
@@ -449,9 +567,6 @@ ejs-filemanager {
|
|
|
449
567
|
.e-filemanager .e-grid .e-gridheader {
|
|
450
568
|
border-width: 0 1px 1px;
|
|
451
569
|
}
|
|
452
|
-
.e-filemanager .e-grid .e-gridheader .e-sortfilter .e-headercelldiv {
|
|
453
|
-
padding: 0 0.5em;
|
|
454
|
-
}
|
|
455
570
|
.e-filemanager .e-grid .e-gridheader .e-headercell {
|
|
456
571
|
height: 40px;
|
|
457
572
|
}
|
|
@@ -1135,6 +1250,11 @@ ejs-filemanager {
|
|
|
1135
1250
|
border-bottom-color: var(--color-sf-border-light);
|
|
1136
1251
|
}
|
|
1137
1252
|
|
|
1253
|
+
.e-filemanager .e-grid.sf-grid :is(.e-headercontent th.e-headercell:not(.e-menu-item):not(.e-editedbatchcell).e-fe-checkbox, .e-content td.e-rowcell:not(.e-menu-item):not(.e-editedbatchcell).e-fe-checkbox):is(:focus, :focus-visible) {
|
|
1254
|
+
-webkit-box-shadow: none;
|
|
1255
|
+
box-shadow: none;
|
|
1256
|
+
}
|
|
1257
|
+
|
|
1138
1258
|
.e-filemanager.e-fe-mobile .e-toolbar .e-popup-up-icon.e-icons,
|
|
1139
1259
|
.e-filemanager.e-fe-mobile .e-toolbar .e-popup-down-icon.e-icons,
|
|
1140
1260
|
.e-filemanager.e-fe-mobile .e-toolbar-items .e-toolbar-item .e-btn-icon.e-icons,
|
|
@@ -1179,7 +1299,7 @@ ejs-filemanager {
|
|
|
1179
1299
|
.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-grid,
|
|
1180
1300
|
.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-grid,
|
|
1181
1301
|
.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-grid {
|
|
1182
|
-
padding: 4px
|
|
1302
|
+
padding: 4px 4px 5px 4px;
|
|
1183
1303
|
}
|
|
1184
1304
|
.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-details,
|
|
1185
1305
|
.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-details,
|
|
@@ -1316,7 +1436,7 @@ ejs-filemanager {
|
|
|
1316
1436
|
.e-filemanager.e-fe-mobile .e-grid .e-content .e-rowcell.e-fe-checkbox,
|
|
1317
1437
|
.e-bigger .e-filemanager.e-fe-mobile .e-grid .e-content .e-rowcell.e-fe-checkbox,
|
|
1318
1438
|
.e-filemanager.e-bigger.e-fe-mobile .e-grid .e-content .e-rowcell.e-fe-checkbox {
|
|
1319
|
-
padding:
|
|
1439
|
+
padding: 1px;
|
|
1320
1440
|
}
|
|
1321
1441
|
.e-filemanager.e-fe-mobile .e-grid .e-gridcontent .e-fe-grid-icon,
|
|
1322
1442
|
.e-bigger .e-filemanager.e-fe-mobile .e-grid .e-gridcontent .e-fe-grid-icon,
|
package/styles/tailwind3.scss
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
3
|
-
@
|
|
4
|
-
@
|
|
5
|
-
@
|
|
6
|
-
@
|
|
7
|
-
@
|
|
8
|
-
@
|
|
9
|
-
@
|
|
10
|
-
@
|
|
11
|
-
@
|
|
12
|
-
@
|
|
13
|
-
@
|
|
14
|
-
@
|
|
15
|
-
@
|
|
16
|
-
@
|
|
17
|
-
@
|
|
1
|
+
@use 'ej2-base/styles/definition/tailwind3' as *;
|
|
2
|
+
@use 'ej2-inputs/styles/input/tailwind3-definition' as *;
|
|
3
|
+
@use 'ej2-inputs/styles/textbox/tailwind3-definition' as *;
|
|
4
|
+
@use 'ej2-inputs/styles/uploader/tailwind3-definition' as *;
|
|
5
|
+
@use 'ej2-popups/styles/dialog/tailwind3-definition' as *;
|
|
6
|
+
@use 'ej2-popups/styles/spinner/tailwind3-definition' as *;
|
|
7
|
+
@use 'ej2-buttons/styles/check-box/tailwind3-definition' as *;
|
|
8
|
+
@use 'ej2-splitbuttons/styles/drop-down-button/tailwind3-definition' as *;
|
|
9
|
+
@use 'ej2-navigations/styles/context-menu/tailwind3-definition' as *;
|
|
10
|
+
@use 'ej2-navigations/styles/treeview/tailwind3-definition' as *;
|
|
11
|
+
@use 'ej2-navigations/styles/toolbar/tailwind3-definition' as *;
|
|
12
|
+
@use 'ej2-layouts/styles/splitter/tailwind3-definition' as *;
|
|
13
|
+
@use 'ej2-grids/styles/grid/tailwind3-definition' as *;
|
|
14
|
+
@use 'file-manager/tailwind3-definition' as *;
|
|
15
|
+
@use 'file-manager/icons/tailwind3' as *;
|
|
16
|
+
@use 'file-manager/all' as *;
|
|
17
|
+
@use 'file-manager/bigger' as *;
|