@syncfusion/ej2-filemanager 26.2.7 → 26.2.11
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 +2 -2
- package/dist/ej2-filemanager.umd.min.js +2 -2
- package/dist/ej2-filemanager.umd.min.js.map +1 -1
- package/dist/es6/ej2-filemanager.es2015.js +52 -13
- package/dist/es6/ej2-filemanager.es2015.js.map +1 -1
- package/dist/es6/ej2-filemanager.es5.js +52 -13
- package/dist/es6/ej2-filemanager.es5.js.map +1 -1
- package/dist/global/ej2-filemanager.min.js +2 -2
- package/dist/global/ej2-filemanager.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +15 -15
- package/src/file-manager/base/file-manager-model.d.ts +8 -1
- package/src/file-manager/base/file-manager.d.ts +7 -1
- package/src/file-manager/base/file-manager.js +3 -0
- package/src/file-manager/base/interface.d.ts +37 -0
- package/src/file-manager/common/operations.js +24 -10
- package/src/file-manager/common/utility.js +3 -0
- package/src/file-manager/layout/details-view.js +1 -1
- package/src/file-manager/layout/large-icons-view.js +1 -1
- package/src/file-manager/pop-up/context-menu.d.ts +1 -1
- package/src/file-manager/pop-up/context-menu.js +20 -1
- package/styles/file-manager/fluent2.css +3 -1031
- package/styles/file-manager/material3-dark.css +1 -54
- package/styles/file-manager/material3.css +2 -109
- package/styles/fluent2.css +3 -1031
- package/styles/material3-dark.css +1 -54
- package/styles/material3.css +2 -109
- package/hotfix/26.1.35_Vol2.txt +0 -1
@@ -1,57 +1,4 @@
|
|
1
|
-
|
2
|
-
--color-sf-black: 0, 0, 0;
|
3
|
-
--color-sf-white: 255, 255, 255;
|
4
|
-
--color-sf-primary: 208, 188, 255;
|
5
|
-
--color-sf-primary-container: 79, 55, 139;
|
6
|
-
--color-sf-secondary: 204, 194, 220;
|
7
|
-
--color-sf-secondary-container: 74, 68, 88;
|
8
|
-
--color-sf-tertiary: 239, 184, 200;
|
9
|
-
--color-sf-tertiary-container: 99, 59, 72;
|
10
|
-
--color-sf-surface: 28, 27, 31;
|
11
|
-
--color-sf-surface-variant: 73, 69, 79;
|
12
|
-
--color-sf-background: var(--color-sf-surface);
|
13
|
-
--color-sf-on-primary: 55, 30, 115;
|
14
|
-
--color-sf-on-primary-container: 234, 221, 255;
|
15
|
-
--color-sf-on-secondary: 51, 45, 65;
|
16
|
-
--color-sf-on-secondary-container: 232, 222, 248;
|
17
|
-
--color-sf-on-tertiary: 73, 37, 50;
|
18
|
-
--color-sf-on-tertiary-containe: 255, 216, 228;
|
19
|
-
--color-sf-on-surface: 230, 225, 229;
|
20
|
-
--color-sf-on-surface-variant: 202, 196, 208;
|
21
|
-
--color-sf-on-background: 230, 225, 229;
|
22
|
-
--color-sf-outline: 147, 143, 153;
|
23
|
-
--color-sf-outline-variant: 68, 71, 70;
|
24
|
-
--color-sf-shadow: 0, 0, 0;
|
25
|
-
--color-sf-surface-tint-color: 208, 188, 255;
|
26
|
-
--color-sf-inverse-surface: 230, 225, 229;
|
27
|
-
--color-sf-inverse-on-surface: 49, 48, 51;
|
28
|
-
--color-sf-inverse-primary: 103, 80, 164;
|
29
|
-
--color-sf-scrim: 0, 0, 0;
|
30
|
-
--color-sf-error: 242, 184, 181;
|
31
|
-
--color-sf-error-container: 140, 29, 24;
|
32
|
-
--color-sf-on-error: 96, 20, 16;
|
33
|
-
--color-sf-on-error-container: 249, 222, 220;
|
34
|
-
--color-sf-success: 83, 202, 23;
|
35
|
-
--color-sf-success-container: 22, 62, 2;
|
36
|
-
--color-sf-on-success: 13, 39, 0;
|
37
|
-
--color-sf-on-success-container: 183, 250, 150;
|
38
|
-
--color-sf-info: 71, 172, 251;
|
39
|
-
--color-sf-info-container: 0, 67, 120;
|
40
|
-
--color-sf-on-info: 0, 51, 91;
|
41
|
-
--color-sf-on-info-container: 173, 219, 255;
|
42
|
-
--color-sf-warning: 245, 180, 130;
|
43
|
-
--color-sf-warning-container: 123, 65, 0;
|
44
|
-
--color-sf-on-warning: 99, 52, 0;
|
45
|
-
--color-sf-on-warning-container: 255, 220, 193;
|
46
|
-
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
47
|
-
--color-sf-shadow-focus-ring1: 0 0 0 1px #000, 0 0 0 3px #fff;
|
48
|
-
--color-sf-success-text: 0, 0, 0;
|
49
|
-
--color-sf-warning-text: 0, 0, 0;
|
50
|
-
--color-sf-info-text: 0, 0, 0;
|
51
|
-
--color-sf-danger-text: 0, 0, 0;
|
52
|
-
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
53
|
-
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
54
|
-
}
|
1
|
+
|
55
2
|
|
56
3
|
/* stylelint-disable property-no-vendor-prefix */
|
57
4
|
@-webkit-keyframes e-input-ripple {
|
@@ -1,113 +1,6 @@
|
|
1
|
-
:root {
|
2
|
-
--color-sf-black: 0, 0, 0;
|
3
|
-
--color-sf-white: 255, 255, 255;
|
4
|
-
--color-sf-primary: 103, 80, 164;
|
5
|
-
--color-sf-primary-container: 234, 221, 255;
|
6
|
-
--color-sf-secondary: 98, 91, 113;
|
7
|
-
--color-sf-secondary-container: 232, 222, 248;
|
8
|
-
--color-sf-tertiary: 125, 82, 96;
|
9
|
-
--color-sf-tertiary-container: 255, 216, 228;
|
10
|
-
--color-sf-surface: 255, 255, 255;
|
11
|
-
--color-sf-surface-variant: 231, 224, 236;
|
12
|
-
--color-sf-background: var(--color-sf-surface);
|
13
|
-
--color-sf-on-primary: 255, 255, 255;
|
14
|
-
--color-sf-on-primary-container: 33, 0, 94;
|
15
|
-
--color-sf-on-secondary: 255, 255, 255;
|
16
|
-
--color-sf-on-secondary-container: 30, 25, 43;
|
17
|
-
--color-sf-on-tertiary: 255, 255, 255;
|
18
|
-
--color-sf-on-tertiary-containe: 55, 11, 30;
|
19
|
-
--color-sf-on-surface: 28, 27, 31;
|
20
|
-
--color-sf-on-surface-variant: 73, 69, 78;
|
21
|
-
--color-sf-on-background: 28, 27, 31;
|
22
|
-
--color-sf-outline: 121, 116, 126;
|
23
|
-
--color-sf-outline-variant: 196, 199, 197;
|
24
|
-
--color-sf-shadow: 0, 0, 0;
|
25
|
-
--color-sf-surface-tint-color: 103, 80, 164;
|
26
|
-
--color-sf-inverse-surface: 49, 48, 51;
|
27
|
-
--color-sf-inverse-on-surface: 244, 239, 244;
|
28
|
-
--color-sf-inverse-primary: 208, 188, 255;
|
29
|
-
--color-sf-scrim: 0, 0, 0;
|
30
|
-
--color-sf-error: 179, 38, 30;
|
31
|
-
--color-sf-error-container: 249, 222, 220;
|
32
|
-
--color-sf-on-error: 255, 250, 250;
|
33
|
-
--color-sf-on-error-container: 65, 14, 11;
|
34
|
-
--color-sf-success: 32, 81, 7;
|
35
|
-
--color-sf-success-container: 209, 255, 186;
|
36
|
-
--color-sf-on-success: 244, 255, 239;
|
37
|
-
--color-sf-on-success-container: 13, 39, 0;
|
38
|
-
--color-sf-info: 1, 87, 155;
|
39
|
-
--color-sf-info-container: 233, 245, 255;
|
40
|
-
--color-sf-on-info: 250, 253, 255;
|
41
|
-
--color-sf-on-info-container: 0, 51, 91;
|
42
|
-
--color-sf-warning: 145, 76, 0;
|
43
|
-
--color-sf-warning-container: 254, 236, 222;
|
44
|
-
--color-sf-on-warning: 255, 255, 255;
|
45
|
-
--color-sf-on-warning-container: 47, 21, 0;
|
46
|
-
--color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
|
47
|
-
--color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
|
48
|
-
--color-sf-diagram-palette-background: --color-sf-white;
|
49
|
-
--color-sf-success-text: 255, 255, 255;
|
50
|
-
--color-sf-warning-text: 255, 255, 255;
|
51
|
-
--color-sf-danger-text: 255, 255, 255;
|
52
|
-
--color-sf-info-text: 255, 255, 255;
|
53
|
-
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
|
54
|
-
--color-sf-secondary-bg-color: var(--color-sf-surface);
|
55
|
-
}
|
56
1
|
|
57
|
-
|
58
|
-
|
59
|
-
--color-sf-white: 255, 255, 255;
|
60
|
-
--color-sf-primary: 208, 188, 255;
|
61
|
-
--color-sf-primary-container: 79, 55, 139;
|
62
|
-
--color-sf-secondary: 204, 194, 220;
|
63
|
-
--color-sf-secondary-container: 74, 68, 88;
|
64
|
-
--color-sf-tertiary: 239, 184, 200;
|
65
|
-
--color-sf-tertiary-container: 99, 59, 72;
|
66
|
-
--color-sf-surface: 28, 27, 31;
|
67
|
-
--color-sf-surface-variant: 28, 27, 31;
|
68
|
-
--color-sf-background: var(--color-sf-surface);
|
69
|
-
--color-sf-on-primary: 55, 30, 115;
|
70
|
-
--color-sf-on-primary-container: 234, 221, 255;
|
71
|
-
--color-sf-on-secondary: 51, 45, 65;
|
72
|
-
--color-sf-on-secondary-container: 232, 222, 248;
|
73
|
-
--color-sf-on-tertiary: 73, 37, 50;
|
74
|
-
--color-sf-on-tertiary-containe: 255, 216, 228;
|
75
|
-
--color-sf-on-surface: 230, 225, 229;
|
76
|
-
--color-sf-on-surface-variant: 202, 196, 208;
|
77
|
-
--color-sf-on-background: 230, 225, 229;
|
78
|
-
--color-sf-outline: 147, 143, 153;
|
79
|
-
--color-sf-outline-variant: 68, 71, 70;
|
80
|
-
--color-sf-shadow: 0, 0, 0;
|
81
|
-
--color-sf-surface-tint-color: 208, 188, 255;
|
82
|
-
--color-sf-inverse-surface: 230, 225, 229;
|
83
|
-
--color-sf-inverse-on-surface: 49, 48, 51;
|
84
|
-
--color-sf-inverse-primary: 103, 80, 164;
|
85
|
-
--color-sf-scrim: 0, 0, 0;
|
86
|
-
--color-sf-error: 242, 184, 181;
|
87
|
-
--color-sf-error-container: 140, 29, 24;
|
88
|
-
--color-sf-on-error: 96, 20, 16;
|
89
|
-
--color-sf-on-error-container: 249, 222, 220;
|
90
|
-
--color-sf-success: 83, 202, 23;
|
91
|
-
--color-sf-success-container: 22, 62, 2;
|
92
|
-
--color-sf-on-success: 13, 39, 0;
|
93
|
-
--color-sf-on-success-container: 183, 250, 150;
|
94
|
-
--color-sf-info: 71, 172, 251;
|
95
|
-
--color-sf-info-container: 0, 67, 120;
|
96
|
-
--color-sf-on-info: 0, 51, 91;
|
97
|
-
--color-sf-on-info-container: 173, 219, 255;
|
98
|
-
--color-sf-warning: 245, 180, 130;
|
99
|
-
--color-sf-warning-container: 123, 65, 0;
|
100
|
-
--color-sf-on-warning: 99, 52, 0;
|
101
|
-
--color-sf-on-warning-container: 255, 220, 193;
|
102
|
-
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
103
|
-
--color-sf-shadow-focus-ring1: 0 0 0 1px #000, 0 0 0 3px #fff;
|
104
|
-
--color-sf-success-text: 0, 0, 0;
|
105
|
-
--color-sf-warning-text: 0, 0, 0;
|
106
|
-
--color-sf-info-text: 0, 0, 0;
|
107
|
-
--color-sf-danger-text: 0, 0, 0;
|
108
|
-
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
109
|
-
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
110
|
-
}
|
2
|
+
|
3
|
+
|
111
4
|
|
112
5
|
/* stylelint-disable property-no-vendor-prefix */
|
113
6
|
@-webkit-keyframes e-input-ripple {
|