@syncfusion/ej2-angular-filemanager 20.2.45 → 20.3.47
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/package.json +8 -8
- package/schematics/collection.json +30 -0
- package/schematics/generators/filemanager-default/index.d.ts +3 -0
- package/schematics/generators/filemanager-default/index.js +8 -0
- package/schematics/generators/filemanager-default/sample-details.d.ts +5 -0
- package/schematics/generators/filemanager-default/sample-details.js +7 -0
- package/schematics/generators/filemanager-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
- package/schematics/generators/filemanager-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
- package/schematics/generators/filemanager-default/schema.d.ts +3 -0
- package/schematics/generators/filemanager-default/schema.js +2 -0
- package/schematics/generators/filemanager-default/schema.json +125 -0
- package/schematics/generators/filemanager-localization/index.d.ts +3 -0
- package/schematics/generators/filemanager-localization/index.js +8 -0
- package/schematics/generators/filemanager-localization/sample-details.d.ts +5 -0
- package/schematics/generators/filemanager-localization/sample-details.js +7 -0
- package/schematics/generators/filemanager-localization/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
- package/schematics/generators/filemanager-localization/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +4 -0
- package/schematics/generators/filemanager-localization/schema.d.ts +3 -0
- package/schematics/generators/filemanager-localization/schema.js +2 -0
- package/schematics/generators/filemanager-localization/schema.json +125 -0
- package/schematics/generators/filemanager-overview/index.d.ts +3 -0
- package/schematics/generators/filemanager-overview/index.js +8 -0
- package/schematics/generators/filemanager-overview/sample-details.d.ts +5 -0
- package/schematics/generators/filemanager-overview/sample-details.js +7 -0
- package/schematics/generators/filemanager-overview/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
- package/schematics/generators/filemanager-overview/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +4 -0
- package/schematics/generators/filemanager-overview/schema.d.ts +3 -0
- package/schematics/generators/filemanager-overview/schema.js +2 -0
- package/schematics/generators/filemanager-overview/schema.json +125 -0
- package/schematics/generators/filemanager-rtl/index.d.ts +3 -0
- package/schematics/generators/filemanager-rtl/index.js +8 -0
- package/schematics/generators/filemanager-rtl/sample-details.d.ts +5 -0
- package/schematics/generators/filemanager-rtl/sample-details.js +7 -0
- package/schematics/generators/filemanager-rtl/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
- package/schematics/generators/filemanager-rtl/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +4 -0
- package/schematics/generators/filemanager-rtl/schema.d.ts +3 -0
- package/schematics/generators/filemanager-rtl/schema.js +2 -0
- package/schematics/generators/filemanager-rtl/schema.json +125 -0
- package/schematics/ng-add/index.d.ts +3 -0
- package/schematics/ng-add/index.js +9 -0
- package/schematics/ng-add/schema.d.ts +13 -0
- package/schematics/ng-add/schema.js +2 -0
- package/schematics/ng-add/schema.json +34 -0
- package/schematics/tsconfig.json +25 -0
- package/schematics/utils/lib-details.d.ts +4 -0
- package/schematics/utils/lib-details.js +6 -0
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/bootstrap-dark.css +10 -0
- package/styles/bootstrap.css +10 -0
- package/styles/bootstrap4.css +10 -0
- package/styles/bootstrap5-dark.css +10 -0
- package/styles/bootstrap5.css +10 -0
- package/styles/fabric-dark.css +10 -0
- package/styles/fabric.css +10 -0
- package/styles/file-manager/_layout.scss +19 -0
- package/styles/file-manager/_theme.scss +16 -0
- package/styles/file-manager/bootstrap-dark.css +10 -0
- package/styles/file-manager/bootstrap.css +10 -0
- package/styles/file-manager/bootstrap4.css +10 -0
- package/styles/file-manager/bootstrap5-dark.css +10 -0
- package/styles/file-manager/bootstrap5.css +10 -0
- package/styles/file-manager/fabric-dark.css +10 -0
- package/styles/file-manager/fabric.css +10 -0
- package/styles/file-manager/fluent-dark.css +10 -0
- package/styles/file-manager/fluent.css +10 -0
- package/styles/file-manager/highcontrast-light.css +10 -0
- package/styles/file-manager/highcontrast.css +29 -0
- package/styles/file-manager/material-dark.css +10 -0
- package/styles/file-manager/material.css +13 -0
- package/styles/file-manager/tailwind-dark.css +10 -0
- package/styles/file-manager/tailwind.css +10 -0
- package/styles/fluent-dark.css +10 -0
- package/styles/fluent.css +10 -0
- package/styles/highcontrast-light.css +10 -0
- package/styles/highcontrast.css +29 -0
- package/styles/material-dark.css +10 -0
- package/styles/material.css +13 -0
- package/styles/tailwind-dark.css +10 -0
- package/styles/tailwind.css +10 -0
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
@import '../../../node_modules/@syncfusion/ej2-base/styles/material.css';
|
|
2
|
+
@import '../../../node_modules/@syncfusion/ej2-inputs/styles/material.css';
|
|
3
|
+
@import '../../../node_modules/@syncfusion/ej2-popups/styles/material.css';
|
|
4
|
+
@import '../../../node_modules/@syncfusion/ej2-buttons/styles/material.css';
|
|
5
|
+
@import '../../../node_modules/@syncfusion/ej2-splitbuttons/styles/material.css';
|
|
6
|
+
@import '../../../node_modules/@syncfusion/ej2-navigations/styles/material.css';
|
|
7
|
+
@import '../../../node_modules/@syncfusion/ej2-layouts/styles/material.css';
|
|
8
|
+
@import '../../../node_modules/@syncfusion/ej2-grids/styles/material.css';
|
|
9
|
+
@import '../../../node_modules/@syncfusion/ej2-angular-filemanager/styles/material.css';
|
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/schema",
|
|
3
|
+
"$id": "EJ2SchemaTemplateID",
|
|
4
|
+
"title": "filemanager-rtl",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"properties": {
|
|
7
|
+
"path": {
|
|
8
|
+
"type": "string",
|
|
9
|
+
"format": "path",
|
|
10
|
+
"description": "The path to create the component.",
|
|
11
|
+
"visible": false
|
|
12
|
+
},
|
|
13
|
+
"project": {
|
|
14
|
+
"type": "string",
|
|
15
|
+
"description": "The name of the project.",
|
|
16
|
+
"$default": {
|
|
17
|
+
"$source": "projectName"
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
"name": {
|
|
21
|
+
"type": "string",
|
|
22
|
+
"description": "The name of the component.",
|
|
23
|
+
"$default": {
|
|
24
|
+
"$source": "argv",
|
|
25
|
+
"index": 0
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
"inlineStyle": {
|
|
29
|
+
"description": "Specifies if the style will be in the ts file.",
|
|
30
|
+
"type": "boolean",
|
|
31
|
+
"default": false,
|
|
32
|
+
"alias": "s"
|
|
33
|
+
},
|
|
34
|
+
"inlineTemplate": {
|
|
35
|
+
"description": "Specifies if the template will be in the ts file.",
|
|
36
|
+
"type": "boolean",
|
|
37
|
+
"default": false,
|
|
38
|
+
"alias": "t"
|
|
39
|
+
},
|
|
40
|
+
"viewEncapsulation": {
|
|
41
|
+
"description": "Specifies the view encapsulation strategy.",
|
|
42
|
+
"enum": [
|
|
43
|
+
"Emulated",
|
|
44
|
+
"Native",
|
|
45
|
+
"None",
|
|
46
|
+
"ShadowDom"
|
|
47
|
+
],
|
|
48
|
+
"type": "string",
|
|
49
|
+
"alias": "v"
|
|
50
|
+
},
|
|
51
|
+
"changeDetection": {
|
|
52
|
+
"description": "Specifies the change detection strategy.",
|
|
53
|
+
"enum": [
|
|
54
|
+
"Default",
|
|
55
|
+
"OnPush"
|
|
56
|
+
],
|
|
57
|
+
"type": "string",
|
|
58
|
+
"default": "Default",
|
|
59
|
+
"alias": "c"
|
|
60
|
+
},
|
|
61
|
+
"prefix": {
|
|
62
|
+
"type": "string",
|
|
63
|
+
"description": "The prefix to apply to generated selectors.",
|
|
64
|
+
"alias": "p",
|
|
65
|
+
"oneOf": [
|
|
66
|
+
{
|
|
67
|
+
"maxLength": 0
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"minLength": 1,
|
|
71
|
+
"format": "html-selector"
|
|
72
|
+
}
|
|
73
|
+
]
|
|
74
|
+
},
|
|
75
|
+
"styleext": {
|
|
76
|
+
"description": "The file extension to be used for style files.",
|
|
77
|
+
"type": "string",
|
|
78
|
+
"default": "css"
|
|
79
|
+
},
|
|
80
|
+
"spec": {
|
|
81
|
+
"type": "boolean",
|
|
82
|
+
"description": "Specifies if a spec file is generated.",
|
|
83
|
+
"default": true
|
|
84
|
+
},
|
|
85
|
+
"flat": {
|
|
86
|
+
"type": "boolean",
|
|
87
|
+
"description": "Flag to indicate if a dir is created.",
|
|
88
|
+
"default": false
|
|
89
|
+
},
|
|
90
|
+
"skipImport": {
|
|
91
|
+
"type": "boolean",
|
|
92
|
+
"description": "Flag to skip the module import.",
|
|
93
|
+
"default": false
|
|
94
|
+
},
|
|
95
|
+
"selector": {
|
|
96
|
+
"type": "string",
|
|
97
|
+
"format": "html-selector",
|
|
98
|
+
"description": "The selector to use for the component."
|
|
99
|
+
},
|
|
100
|
+
"module": {
|
|
101
|
+
"type": "string",
|
|
102
|
+
"description": "Allows specification of the declaring module.",
|
|
103
|
+
"alias": "m"
|
|
104
|
+
},
|
|
105
|
+
"export": {
|
|
106
|
+
"type": "boolean",
|
|
107
|
+
"default": false,
|
|
108
|
+
"description": "Specifies if declaring module exports the component."
|
|
109
|
+
},
|
|
110
|
+
"entryComponent": {
|
|
111
|
+
"type": "boolean",
|
|
112
|
+
"default": false,
|
|
113
|
+
"description": "Specifies if the component is an entry component of declaring module."
|
|
114
|
+
},
|
|
115
|
+
"lintFix": {
|
|
116
|
+
"type": "boolean",
|
|
117
|
+
"default": false,
|
|
118
|
+
"description": "Specifies whether to apply lint fixes after generating the component."
|
|
119
|
+
}
|
|
120
|
+
},
|
|
121
|
+
"required": [
|
|
122
|
+
"name"
|
|
123
|
+
],
|
|
124
|
+
"id": "filemanager-rtl"
|
|
125
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const lib_details_1 = require("./../utils/lib-details");
|
|
4
|
+
const schematics_1 = require("@syncfusion/ej2-angular-base/schematics");
|
|
5
|
+
function default_1(options) {
|
|
6
|
+
const libOptions = Object.assign({}, { 'pkgName': lib_details_1.pkgName, 'pkgVer': lib_details_1.pkgVer, 'moduleName': lib_details_1.moduleName, 'themeVer': lib_details_1.themeVer });
|
|
7
|
+
return schematics_1.install(options, libOptions);
|
|
8
|
+
}
|
|
9
|
+
exports.default = default_1;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export interface OptionsSchema {
|
|
2
|
+
skipPackageJson: boolean;
|
|
3
|
+
modules: string;
|
|
4
|
+
modulePath: string;
|
|
5
|
+
theme: 'material' | 'fabric' | 'bootstrap' | 'highcontrast';
|
|
6
|
+
project?: string;
|
|
7
|
+
}
|
|
8
|
+
export interface LibOptionsSchema {
|
|
9
|
+
pkgName: string;
|
|
10
|
+
pkgVer: string;
|
|
11
|
+
moduleName: string;
|
|
12
|
+
themeVer: string;
|
|
13
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/schema",
|
|
3
|
+
"$id": "ngAdd",
|
|
4
|
+
"title": "Add Essential JS 2 Angular packages",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"properties": {
|
|
7
|
+
"skipPackageJson": {
|
|
8
|
+
"type": "boolean",
|
|
9
|
+
"default": false,
|
|
10
|
+
"description": "Do not add add Essential JS 2 Angular packages dependencies to package.json (e.g., --skipPackageJson)"
|
|
11
|
+
},
|
|
12
|
+
"modules": {
|
|
13
|
+
"type": "string",
|
|
14
|
+
"default": "",
|
|
15
|
+
"description": "Add only specific Essential JS 2 modules to the app.module file (eg: --modules=slider, grid)"
|
|
16
|
+
},
|
|
17
|
+
"modulePath": {
|
|
18
|
+
"type": "string",
|
|
19
|
+
"default": "",
|
|
20
|
+
"description": "Used to specify the path of the module file where the EJ2 module needs to be imported"
|
|
21
|
+
},
|
|
22
|
+
"theme": {
|
|
23
|
+
"enum": [
|
|
24
|
+
"material",
|
|
25
|
+
"fabric",
|
|
26
|
+
"bootstrap",
|
|
27
|
+
"highcontrast"
|
|
28
|
+
],
|
|
29
|
+
"default": "material",
|
|
30
|
+
"description": "Used to change the theme that needs to be imported"
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
"required": []
|
|
34
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
{
|
|
2
|
+
"compilerOptions": {
|
|
3
|
+
"lib": ["es2017", "dom"],
|
|
4
|
+
"module": "commonjs",
|
|
5
|
+
"moduleResolution": "node",
|
|
6
|
+
"noEmitOnError": false,
|
|
7
|
+
"skipDefaultLibCheck": true,
|
|
8
|
+
"skipLibCheck": true,
|
|
9
|
+
"sourceMap": true,
|
|
10
|
+
"target": "es6",
|
|
11
|
+
"declaration": true,
|
|
12
|
+
"types": [
|
|
13
|
+
"jasmine",
|
|
14
|
+
"node"
|
|
15
|
+
]
|
|
16
|
+
},
|
|
17
|
+
"exclude": [
|
|
18
|
+
"node_modules",
|
|
19
|
+
"src",
|
|
20
|
+
"src/**/*.ts",
|
|
21
|
+
"spec",
|
|
22
|
+
"spec/**/*.ts",
|
|
23
|
+
"@typings"
|
|
24
|
+
]
|
|
25
|
+
}
|
|
@@ -228,6 +228,16 @@ ejs-filemanager {
|
|
|
228
228
|
border-bottom-style: solid;
|
|
229
229
|
border-width: 1px;
|
|
230
230
|
}
|
|
231
|
+
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template {
|
|
232
|
+
height: 30px;
|
|
233
|
+
}
|
|
234
|
+
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload {
|
|
235
|
+
border: 0;
|
|
236
|
+
}
|
|
237
|
+
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload .e-file-select-wrap {
|
|
238
|
+
padding-left: 1px;
|
|
239
|
+
padding-right: 1px;
|
|
240
|
+
}
|
|
231
241
|
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
|
|
232
242
|
border: 0;
|
|
233
243
|
box-shadow: none;
|
package/styles/bootstrap.css
CHANGED
|
@@ -229,6 +229,16 @@ ejs-filemanager {
|
|
|
229
229
|
border-bottom-style: solid;
|
|
230
230
|
border-width: 0 0 1px;
|
|
231
231
|
}
|
|
232
|
+
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template {
|
|
233
|
+
height: 30px;
|
|
234
|
+
}
|
|
235
|
+
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload {
|
|
236
|
+
border: 0;
|
|
237
|
+
}
|
|
238
|
+
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload .e-file-select-wrap {
|
|
239
|
+
padding-left: 1px;
|
|
240
|
+
padding-right: 1px;
|
|
241
|
+
}
|
|
232
242
|
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
|
|
233
243
|
border: 0;
|
|
234
244
|
box-shadow: none;
|
package/styles/bootstrap4.css
CHANGED
|
@@ -228,6 +228,16 @@ ejs-filemanager {
|
|
|
228
228
|
border-bottom-style: solid;
|
|
229
229
|
border-width: 0 0 1px;
|
|
230
230
|
}
|
|
231
|
+
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template {
|
|
232
|
+
height: 30px;
|
|
233
|
+
}
|
|
234
|
+
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload {
|
|
235
|
+
border: 0;
|
|
236
|
+
}
|
|
237
|
+
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload .e-file-select-wrap {
|
|
238
|
+
padding-left: 1px;
|
|
239
|
+
padding-right: 1px;
|
|
240
|
+
}
|
|
231
241
|
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
|
|
232
242
|
border: 0;
|
|
233
243
|
box-shadow: none;
|
|
@@ -237,6 +237,16 @@ ejs-filemanager {
|
|
|
237
237
|
border-bottom-style: solid;
|
|
238
238
|
border-width: 0 0 1px;
|
|
239
239
|
}
|
|
240
|
+
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template {
|
|
241
|
+
height: 30px;
|
|
242
|
+
}
|
|
243
|
+
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload {
|
|
244
|
+
border: 0;
|
|
245
|
+
}
|
|
246
|
+
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload .e-file-select-wrap {
|
|
247
|
+
padding-left: 1px;
|
|
248
|
+
padding-right: 1px;
|
|
249
|
+
}
|
|
240
250
|
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
|
|
241
251
|
border: 0;
|
|
242
252
|
box-shadow: none;
|
package/styles/bootstrap5.css
CHANGED
|
@@ -237,6 +237,16 @@ ejs-filemanager {
|
|
|
237
237
|
border-bottom-style: solid;
|
|
238
238
|
border-width: 0 0 1px;
|
|
239
239
|
}
|
|
240
|
+
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template {
|
|
241
|
+
height: 30px;
|
|
242
|
+
}
|
|
243
|
+
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload {
|
|
244
|
+
border: 0;
|
|
245
|
+
}
|
|
246
|
+
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload .e-file-select-wrap {
|
|
247
|
+
padding-left: 1px;
|
|
248
|
+
padding-right: 1px;
|
|
249
|
+
}
|
|
240
250
|
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
|
|
241
251
|
border: 0;
|
|
242
252
|
box-shadow: none;
|
package/styles/fabric-dark.css
CHANGED
|
@@ -224,6 +224,16 @@ ejs-filemanager {
|
|
|
224
224
|
border-bottom-style: solid;
|
|
225
225
|
border-width: 0 0 1px;
|
|
226
226
|
}
|
|
227
|
+
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template {
|
|
228
|
+
height: 30px;
|
|
229
|
+
}
|
|
230
|
+
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload {
|
|
231
|
+
border: 0;
|
|
232
|
+
}
|
|
233
|
+
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload .e-file-select-wrap {
|
|
234
|
+
padding-left: 1px;
|
|
235
|
+
padding-right: 1px;
|
|
236
|
+
}
|
|
227
237
|
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
|
|
228
238
|
border: 0;
|
|
229
239
|
box-shadow: none;
|
package/styles/fabric.css
CHANGED
|
@@ -225,6 +225,16 @@ ejs-filemanager {
|
|
|
225
225
|
border-bottom-style: solid;
|
|
226
226
|
border-width: 0 0 1px;
|
|
227
227
|
}
|
|
228
|
+
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template {
|
|
229
|
+
height: 30px;
|
|
230
|
+
}
|
|
231
|
+
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload {
|
|
232
|
+
border: 0;
|
|
233
|
+
}
|
|
234
|
+
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload .e-file-select-wrap {
|
|
235
|
+
padding-left: 1px;
|
|
236
|
+
padding-right: 1px;
|
|
237
|
+
}
|
|
228
238
|
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
|
|
229
239
|
border: 0;
|
|
230
240
|
box-shadow: none;
|
|
@@ -80,6 +80,25 @@
|
|
|
80
80
|
border-width: 0 0 1px;
|
|
81
81
|
}
|
|
82
82
|
|
|
83
|
+
.e-toolbar-items .e-toolbar-item.e-template {
|
|
84
|
+
height: 30px;
|
|
85
|
+
|
|
86
|
+
.e-upload.e-fm-upload {
|
|
87
|
+
border: 0;
|
|
88
|
+
|
|
89
|
+
.e-file-select-wrap {
|
|
90
|
+
padding-left: 1px;
|
|
91
|
+
padding-right: 1px;
|
|
92
|
+
|
|
93
|
+
.e-css.e-btn:hover {
|
|
94
|
+
@if $fm-skin-name == 'material' {
|
|
95
|
+
box-shadow: none;
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
|
|
83
102
|
.e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
|
|
84
103
|
border: 0;
|
|
85
104
|
box-shadow: none;
|
|
@@ -11,6 +11,10 @@
|
|
|
11
11
|
@if $fm-skin-name == 'bootstrap4' or $fm-skin-name == 'bootstrap5' {
|
|
12
12
|
color: $fe-tb-active-color;
|
|
13
13
|
}
|
|
14
|
+
|
|
15
|
+
@if $fm-skin-name == 'highcontrast' {
|
|
16
|
+
color: $fe-active-font-color;
|
|
17
|
+
}
|
|
14
18
|
}
|
|
15
19
|
}
|
|
16
20
|
|
|
@@ -45,6 +49,15 @@
|
|
|
45
49
|
@include active-icon-color;
|
|
46
50
|
background: $fe-tb-focus-bg;
|
|
47
51
|
border-color: $fe-tb-focus-border-color;
|
|
52
|
+
@if $fm-skin-name == 'highcontrast' {
|
|
53
|
+
background: $fe-active-bg-color;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
&:hover {
|
|
57
|
+
@if $fm-skin-name == 'highcontrast' {
|
|
58
|
+
background: $fe-active-bg-color;
|
|
59
|
+
}
|
|
60
|
+
}
|
|
48
61
|
}
|
|
49
62
|
|
|
50
63
|
&:hover {
|
|
@@ -58,6 +71,9 @@
|
|
|
58
71
|
@include active-icon-color;
|
|
59
72
|
background: $fe-tb-focus-bg;
|
|
60
73
|
border-color: $fe-tb-hover-border-color;
|
|
74
|
+
@if $fm-skin-name == 'highcontrast' {
|
|
75
|
+
background: $fe-active-bg-color;
|
|
76
|
+
}
|
|
61
77
|
}
|
|
62
78
|
}
|
|
63
79
|
}
|
|
@@ -228,6 +228,16 @@ ejs-filemanager {
|
|
|
228
228
|
border-bottom-style: solid;
|
|
229
229
|
border-width: 1px;
|
|
230
230
|
}
|
|
231
|
+
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template {
|
|
232
|
+
height: 30px;
|
|
233
|
+
}
|
|
234
|
+
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload {
|
|
235
|
+
border: 0;
|
|
236
|
+
}
|
|
237
|
+
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload .e-file-select-wrap {
|
|
238
|
+
padding-left: 1px;
|
|
239
|
+
padding-right: 1px;
|
|
240
|
+
}
|
|
231
241
|
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
|
|
232
242
|
border: 0;
|
|
233
243
|
box-shadow: none;
|
|
@@ -229,6 +229,16 @@ ejs-filemanager {
|
|
|
229
229
|
border-bottom-style: solid;
|
|
230
230
|
border-width: 0 0 1px;
|
|
231
231
|
}
|
|
232
|
+
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template {
|
|
233
|
+
height: 30px;
|
|
234
|
+
}
|
|
235
|
+
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload {
|
|
236
|
+
border: 0;
|
|
237
|
+
}
|
|
238
|
+
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload .e-file-select-wrap {
|
|
239
|
+
padding-left: 1px;
|
|
240
|
+
padding-right: 1px;
|
|
241
|
+
}
|
|
232
242
|
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
|
|
233
243
|
border: 0;
|
|
234
244
|
box-shadow: none;
|
|
@@ -228,6 +228,16 @@ ejs-filemanager {
|
|
|
228
228
|
border-bottom-style: solid;
|
|
229
229
|
border-width: 0 0 1px;
|
|
230
230
|
}
|
|
231
|
+
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template {
|
|
232
|
+
height: 30px;
|
|
233
|
+
}
|
|
234
|
+
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload {
|
|
235
|
+
border: 0;
|
|
236
|
+
}
|
|
237
|
+
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload .e-file-select-wrap {
|
|
238
|
+
padding-left: 1px;
|
|
239
|
+
padding-right: 1px;
|
|
240
|
+
}
|
|
231
241
|
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
|
|
232
242
|
border: 0;
|
|
233
243
|
box-shadow: none;
|
|
@@ -237,6 +237,16 @@ ejs-filemanager {
|
|
|
237
237
|
border-bottom-style: solid;
|
|
238
238
|
border-width: 0 0 1px;
|
|
239
239
|
}
|
|
240
|
+
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template {
|
|
241
|
+
height: 30px;
|
|
242
|
+
}
|
|
243
|
+
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload {
|
|
244
|
+
border: 0;
|
|
245
|
+
}
|
|
246
|
+
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload .e-file-select-wrap {
|
|
247
|
+
padding-left: 1px;
|
|
248
|
+
padding-right: 1px;
|
|
249
|
+
}
|
|
240
250
|
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
|
|
241
251
|
border: 0;
|
|
242
252
|
box-shadow: none;
|
|
@@ -237,6 +237,16 @@ ejs-filemanager {
|
|
|
237
237
|
border-bottom-style: solid;
|
|
238
238
|
border-width: 0 0 1px;
|
|
239
239
|
}
|
|
240
|
+
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template {
|
|
241
|
+
height: 30px;
|
|
242
|
+
}
|
|
243
|
+
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload {
|
|
244
|
+
border: 0;
|
|
245
|
+
}
|
|
246
|
+
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload .e-file-select-wrap {
|
|
247
|
+
padding-left: 1px;
|
|
248
|
+
padding-right: 1px;
|
|
249
|
+
}
|
|
240
250
|
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
|
|
241
251
|
border: 0;
|
|
242
252
|
box-shadow: none;
|
|
@@ -224,6 +224,16 @@ ejs-filemanager {
|
|
|
224
224
|
border-bottom-style: solid;
|
|
225
225
|
border-width: 0 0 1px;
|
|
226
226
|
}
|
|
227
|
+
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template {
|
|
228
|
+
height: 30px;
|
|
229
|
+
}
|
|
230
|
+
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload {
|
|
231
|
+
border: 0;
|
|
232
|
+
}
|
|
233
|
+
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload .e-file-select-wrap {
|
|
234
|
+
padding-left: 1px;
|
|
235
|
+
padding-right: 1px;
|
|
236
|
+
}
|
|
227
237
|
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
|
|
228
238
|
border: 0;
|
|
229
239
|
box-shadow: none;
|
|
@@ -225,6 +225,16 @@ ejs-filemanager {
|
|
|
225
225
|
border-bottom-style: solid;
|
|
226
226
|
border-width: 0 0 1px;
|
|
227
227
|
}
|
|
228
|
+
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template {
|
|
229
|
+
height: 30px;
|
|
230
|
+
}
|
|
231
|
+
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload {
|
|
232
|
+
border: 0;
|
|
233
|
+
}
|
|
234
|
+
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload .e-file-select-wrap {
|
|
235
|
+
padding-left: 1px;
|
|
236
|
+
padding-right: 1px;
|
|
237
|
+
}
|
|
228
238
|
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
|
|
229
239
|
border: 0;
|
|
230
240
|
box-shadow: none;
|
|
@@ -235,6 +235,16 @@ ejs-filemanager {
|
|
|
235
235
|
border-bottom-style: solid;
|
|
236
236
|
border-width: 0 0 1px;
|
|
237
237
|
}
|
|
238
|
+
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template {
|
|
239
|
+
height: 30px;
|
|
240
|
+
}
|
|
241
|
+
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload {
|
|
242
|
+
border: 0;
|
|
243
|
+
}
|
|
244
|
+
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload .e-file-select-wrap {
|
|
245
|
+
padding-left: 1px;
|
|
246
|
+
padding-right: 1px;
|
|
247
|
+
}
|
|
238
248
|
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
|
|
239
249
|
border: 0;
|
|
240
250
|
box-shadow: none;
|
|
@@ -235,6 +235,16 @@ ejs-filemanager {
|
|
|
235
235
|
border-bottom-style: solid;
|
|
236
236
|
border-width: 0 0 1px;
|
|
237
237
|
}
|
|
238
|
+
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template {
|
|
239
|
+
height: 30px;
|
|
240
|
+
}
|
|
241
|
+
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload {
|
|
242
|
+
border: 0;
|
|
243
|
+
}
|
|
244
|
+
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload .e-file-select-wrap {
|
|
245
|
+
padding-left: 1px;
|
|
246
|
+
padding-right: 1px;
|
|
247
|
+
}
|
|
238
248
|
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
|
|
239
249
|
border: 0;
|
|
240
250
|
box-shadow: none;
|
|
@@ -228,6 +228,16 @@ ejs-filemanager {
|
|
|
228
228
|
border-bottom-style: solid;
|
|
229
229
|
border-width: 0 0 1px;
|
|
230
230
|
}
|
|
231
|
+
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template {
|
|
232
|
+
height: 30px;
|
|
233
|
+
}
|
|
234
|
+
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload {
|
|
235
|
+
border: 0;
|
|
236
|
+
}
|
|
237
|
+
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item.e-template .e-upload.e-fm-upload .e-file-select-wrap {
|
|
238
|
+
padding-left: 1px;
|
|
239
|
+
padding-right: 1px;
|
|
240
|
+
}
|
|
231
241
|
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
|
|
232
242
|
border: 0;
|
|
233
243
|
box-shadow: none;
|