@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.
- package/@syncfusion/ej2-angular-filemanager.es5.js +216 -0
- package/@syncfusion/ej2-angular-filemanager.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-filemanager.js +197 -0
- package/@syncfusion/ej2-angular-filemanager.js.map +1 -0
- package/CHANGELOG.md +436 -0
- package/dist/ej2-angular-filemanager.umd.js +434 -0
- package/dist/ej2-angular-filemanager.umd.js.map +1 -0
- package/dist/ej2-angular-filemanager.umd.min.js +11 -0
- package/dist/ej2-angular-filemanager.umd.min.js.map +1 -0
- package/ej2-angular-filemanager.d.ts +5 -0
- package/ej2-angular-filemanager.metadata.json +1 -0
- package/package.json +15 -29
- package/postinstall/tagchange.js +18 -0
- 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/src/file-manager/filemanager-all.module.d.ts +0 -6
- package/src/file-manager/filemanager.component.d.ts +0 -3
- package/src/file-manager/filemanager.module.d.ts +0 -6
- package/styles/bootstrap-dark.css +5 -10
- package/styles/bootstrap.css +6 -12
- package/styles/bootstrap4.css +5 -10
- package/styles/bootstrap5-dark.css +6 -14
- package/styles/bootstrap5.css +6 -14
- package/styles/fabric-dark.css +5 -10
- package/styles/fabric.css +6 -12
- package/styles/file-manager/bootstrap-dark.css +5 -10
- package/styles/file-manager/bootstrap-dark.scss +1 -16
- package/styles/file-manager/bootstrap.css +6 -12
- package/styles/file-manager/bootstrap.scss +1 -16
- package/styles/file-manager/bootstrap4.css +5 -10
- package/styles/file-manager/bootstrap4.scss +1 -16
- package/styles/file-manager/bootstrap5-dark.css +6 -14
- package/styles/file-manager/bootstrap5-dark.scss +1 -16
- package/styles/file-manager/bootstrap5.css +6 -14
- package/styles/file-manager/bootstrap5.scss +1 -16
- package/styles/file-manager/fabric-dark.css +5 -10
- package/styles/file-manager/fabric-dark.scss +1 -16
- package/styles/file-manager/fabric.css +6 -12
- package/styles/file-manager/fabric.scss +1 -16
- package/styles/file-manager/fluent-dark.css +6 -12
- package/styles/file-manager/fluent-dark.scss +1 -16
- package/styles/file-manager/fluent.css +6 -12
- package/styles/file-manager/fluent.scss +1 -16
- package/styles/file-manager/highcontrast-light.css +5 -10
- package/styles/file-manager/highcontrast-light.scss +1 -16
- package/styles/file-manager/highcontrast.css +6 -12
- package/styles/file-manager/highcontrast.scss +1 -16
- package/styles/file-manager/material-dark.css +5 -10
- package/styles/file-manager/material-dark.scss +1 -16
- package/styles/file-manager/material.css +6 -12
- package/styles/file-manager/material.scss +1 -16
- package/styles/file-manager/tailwind-dark.css +6 -12
- package/styles/file-manager/tailwind-dark.scss +1 -16
- package/styles/file-manager/tailwind.css +6 -12
- package/styles/file-manager/tailwind.scss +1 -16
- package/styles/fluent-dark.css +6 -12
- package/styles/fluent.css +6 -12
- package/styles/highcontrast-light.css +5 -10
- package/styles/highcontrast.css +6 -12
- package/styles/material-dark.css +5 -10
- package/styles/material.css +6 -12
- package/styles/tailwind-dark.css +6 -12
- package/styles/tailwind.css +6 -12
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/file-manager/filemanager-all.module.mjs +0 -44
- package/esm2020/src/file-manager/filemanager.component.mjs +0 -101
- package/esm2020/src/file-manager/filemanager.module.mjs +0 -25
- package/esm2020/src/index.mjs +0 -5
- package/esm2020/syncfusion-ej2-angular-filemanager.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-filemanager.mjs +0 -171
- package/fesm2015/syncfusion-ej2-angular-filemanager.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-filemanager.mjs +0 -171
- package/fesm2020/syncfusion-ej2-angular-filemanager.mjs.map +0 -1
- package/styles/file-manager/_all.scss +0 -2
- package/styles/file-manager/_bootstrap-dark-definition.scss +0 -240
- package/styles/file-manager/_bootstrap-definition.scss +0 -241
- package/styles/file-manager/_bootstrap4-definition.scss +0 -242
- package/styles/file-manager/_bootstrap5-dark-definition.scss +0 -1
- package/styles/file-manager/_bootstrap5-definition.scss +0 -237
- package/styles/file-manager/_fabric-dark-definition.scss +0 -238
- package/styles/file-manager/_fabric-definition.scss +0 -240
- package/styles/file-manager/_fluent-dark-definition.scss +0 -1
- package/styles/file-manager/_fluent-definition.scss +0 -245
- package/styles/file-manager/_fusionnew-definition.scss +0 -237
- package/styles/file-manager/_highcontrast-definition.scss +0 -240
- package/styles/file-manager/_highcontrast-light-definition.scss +0 -240
- package/styles/file-manager/_layout.scss +0 -1819
- package/styles/file-manager/_material-dark-definition.scss +0 -240
- package/styles/file-manager/_material-definition.scss +0 -240
- package/styles/file-manager/_material3-definition.scss +0 -237
- package/styles/file-manager/_tailwind-dark-definition.scss +0 -1
- package/styles/file-manager/_tailwind-definition.scss +0 -232
- package/styles/file-manager/_theme.scss +0 -400
- package/styles/file-manager/icons/_bootstrap-dark.scss +0 -235
- package/styles/file-manager/icons/_bootstrap.scss +0 -235
- package/styles/file-manager/icons/_bootstrap4.scss +0 -235
- package/styles/file-manager/icons/_bootstrap5-dark.scss +0 -1
- package/styles/file-manager/icons/_bootstrap5.scss +0 -235
- package/styles/file-manager/icons/_fabric-dark.scss +0 -229
- package/styles/file-manager/icons/_fabric.scss +0 -229
- package/styles/file-manager/icons/_fluent-dark.scss +0 -1
- package/styles/file-manager/icons/_fluent.scss +0 -235
- package/styles/file-manager/icons/_fusionnew.scss +0 -235
- package/styles/file-manager/icons/_highcontrast-light.scss +0 -235
- package/styles/file-manager/icons/_highcontrast.scss +0 -229
- package/styles/file-manager/icons/_material-dark.scss +0 -235
- package/styles/file-manager/icons/_material.scss +0 -235
- package/styles/file-manager/icons/_material3.scss +0 -235
- package/styles/file-manager/icons/_tailwind-dark.scss +0 -1
- package/styles/file-manager/icons/_tailwind.scss +0 -235
- package/syncfusion-ej2-angular-filemanager.d.ts +0 -5
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-angular-filemanager@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-angular-filemanager@20.
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-filemanager@20.2.43",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-BN9t54gbQyFH/ciYygGCyTD3u9XvwanbVA36eoU4Evgeh9iFkhlJUfUueeWiN6czWzeZk1ug4unLScDQ8Z2Jjw==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-angular-filemanager",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "http://nexus.syncfusion.com/repository/ej2-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-filemanager/-/ej2-angular-filemanager-20.2.43.tgz",
|
|
23
|
+
"_shasum": "bd66affb34cabad9b4921e3d0bd092935c7668dd",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-filemanager@*",
|
|
25
|
-
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/
|
|
25
|
+
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
26
26
|
"author": {
|
|
27
27
|
"name": "Syncfusion Inc."
|
|
28
28
|
},
|
|
@@ -31,30 +31,14 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-angular-base": "~20.2.
|
|
35
|
-
"@syncfusion/ej2-base": "~20.2.
|
|
36
|
-
"@syncfusion/ej2-filemanager": "20.2.
|
|
37
|
-
"tslib": "^2.3.0"
|
|
34
|
+
"@syncfusion/ej2-angular-base": "~20.2.43",
|
|
35
|
+
"@syncfusion/ej2-base": "~20.2.43",
|
|
36
|
+
"@syncfusion/ej2-filemanager": "20.2.44"
|
|
38
37
|
},
|
|
39
38
|
"deprecated": false,
|
|
40
39
|
"description": "Essential JS 2 FileManager Component for Angular",
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"exports": {
|
|
44
|
-
"./package.json": {
|
|
45
|
-
"default": "./package.json"
|
|
46
|
-
},
|
|
47
|
-
".": {
|
|
48
|
-
"types": "./syncfusion-ej2-angular-filemanager.d.ts",
|
|
49
|
-
"esm2020": "./esm2020/syncfusion-ej2-angular-filemanager.mjs",
|
|
50
|
-
"es2020": "./fesm2020/syncfusion-ej2-angular-filemanager.mjs",
|
|
51
|
-
"es2015": "./fesm2015/syncfusion-ej2-angular-filemanager.mjs",
|
|
52
|
-
"node": "./fesm2015/syncfusion-ej2-angular-filemanager.mjs",
|
|
53
|
-
"default": "./fesm2020/syncfusion-ej2-angular-filemanager.mjs"
|
|
54
|
-
}
|
|
55
|
-
},
|
|
56
|
-
"fesm2015": "fesm2015/syncfusion-ej2-angular-filemanager.mjs",
|
|
57
|
-
"fesm2020": "fesm2020/syncfusion-ej2-angular-filemanager.mjs",
|
|
40
|
+
"devDependencies": {},
|
|
41
|
+
"es2015": "@syncfusion/ej2-angular-filemanager.js",
|
|
58
42
|
"homepage": "https://github.com/syncfusion/ej2-angular-ui-components#readme",
|
|
59
43
|
"keywords": [
|
|
60
44
|
"ej2",
|
|
@@ -73,7 +57,9 @@
|
|
|
73
57
|
"ej2-ng-filemanager"
|
|
74
58
|
],
|
|
75
59
|
"license": "SEE LICENSE IN license",
|
|
76
|
-
"
|
|
60
|
+
"main": "dist/ej2-angular-filemanager.umd.js",
|
|
61
|
+
"metadata": "ej2-angular-filemanager.metadata.json",
|
|
62
|
+
"module": "@syncfusion/ej2-angular-filemanager.es5.js",
|
|
77
63
|
"name": "@syncfusion/ej2-angular-filemanager",
|
|
78
64
|
"repository": {
|
|
79
65
|
"type": "git",
|
|
@@ -81,6 +67,6 @@
|
|
|
81
67
|
},
|
|
82
68
|
"schematics": "./schematics/collection.json",
|
|
83
69
|
"sideEffects": false,
|
|
84
|
-
"typings": "
|
|
85
|
-
"version": "20.2.
|
|
70
|
+
"typings": "ej2-angular-filemanager.d.ts",
|
|
71
|
+
"version": "20.2.44-ngcc"
|
|
86
72
|
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
var fs = require("fs");
|
|
2
|
+
var glob = require("glob");
|
|
3
|
+
|
|
4
|
+
var selectors = ['ejs-filemanager'];
|
|
5
|
+
|
|
6
|
+
if (process.env.tagName !== undefined) {
|
|
7
|
+
var newTagPrefix = process.env.tagName.trim();
|
|
8
|
+
var files = glob.sync("./@syncfusion/*");
|
|
9
|
+
for (var i = 0; i < files.length; i++) {
|
|
10
|
+
var sourceFile = fs.readFileSync(files[i], "utf8");
|
|
11
|
+
for (var j = 0; j < selectors.length; j++) {
|
|
12
|
+
selectors[j] = selectors[j].replace('[','').replace(']','');
|
|
13
|
+
var tagRegex = new RegExp(selectors[j], "g");
|
|
14
|
+
sourceFile = sourceFile.replace(tagRegex,selectors[j].replace("ejs", newTagPrefix));
|
|
15
|
+
}
|
|
16
|
+
fs.writeFileSync(files[i], sourceFile, "utf8");
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "./node_modules/@angular-devkit/schematics/collection-schema.json",
|
|
3
|
+
"schematics": {
|
|
4
|
+
"ng-add": {
|
|
5
|
+
"description": "Adds Essential JS 2 specific Angular package to an application",
|
|
6
|
+
"factory": "./ng-add",
|
|
7
|
+
"schema": "./ng-add/schema.json"
|
|
8
|
+
},
|
|
9
|
+
"filemanager-default": {
|
|
10
|
+
"description": "Create an Angular FileManager component with default configuration.",
|
|
11
|
+
"factory": "./generators/filemanager-default",
|
|
12
|
+
"schema": "./generators/filemanager-default/schema.json"
|
|
13
|
+
},
|
|
14
|
+
"filemanager-localization": {
|
|
15
|
+
"description": "Create an Angular FileManager component with german culture configuration.",
|
|
16
|
+
"factory": "./generators/filemanager-localization",
|
|
17
|
+
"schema": "./generators/filemanager-localization/schema.json"
|
|
18
|
+
},
|
|
19
|
+
"filemanager-overview": {
|
|
20
|
+
"description": "Create an Angular FileManager component with overview configuration.",
|
|
21
|
+
"factory": "./generators/filemanager-overview",
|
|
22
|
+
"schema": "./generators/filemanager-overview/schema.json"
|
|
23
|
+
},
|
|
24
|
+
"filemanager-rtl": {
|
|
25
|
+
"description": "Create an Angular FileManager component with Right to Left configuration.",
|
|
26
|
+
"factory": "./generators/filemanager-rtl",
|
|
27
|
+
"schema": "./generators/filemanager-rtl/schema.json"
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const schematics_1 = require("@syncfusion/ej2-angular-base/schematics");
|
|
4
|
+
const sampleDetails = require("./sample-details");
|
|
5
|
+
function default_1(options) {
|
|
6
|
+
return schematics_1.componentBuilder(options, sampleDetails);
|
|
7
|
+
}
|
|
8
|
+
exports.default = default_1;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.componentName = 'filemanager';
|
|
4
|
+
exports.sampleName = 'default';
|
|
5
|
+
exports.diModules = null;
|
|
6
|
+
exports.packageName = '@syncfusion/ej2-angular-filemanager';
|
|
7
|
+
exports.libModules = 'FileManagerModule';
|
|
@@ -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-default",
|
|
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-default"
|
|
125
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const schematics_1 = require("@syncfusion/ej2-angular-base/schematics");
|
|
4
|
+
const sampleDetails = require("./sample-details");
|
|
5
|
+
function default_1(options) {
|
|
6
|
+
return schematics_1.componentBuilder(options, sampleDetails);
|
|
7
|
+
}
|
|
8
|
+
exports.default = default_1;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.componentName = 'filemanager';
|
|
4
|
+
exports.sampleName = 'localization';
|
|
5
|
+
exports.diModules = 'NavigationPaneService,ToolbarService,DetailsViewService';
|
|
6
|
+
exports.packageName = '@syncfusion/ej2-angular-filemanager';
|
|
7
|
+
exports.libModules = 'FileManagerModule';
|
|
@@ -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-localization",
|
|
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-localization"
|
|
125
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const schematics_1 = require("@syncfusion/ej2-angular-base/schematics");
|
|
4
|
+
const sampleDetails = require("./sample-details");
|
|
5
|
+
function default_1(options) {
|
|
6
|
+
return schematics_1.componentBuilder(options, sampleDetails);
|
|
7
|
+
}
|
|
8
|
+
exports.default = default_1;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.componentName = 'filemanager';
|
|
4
|
+
exports.sampleName = 'overview';
|
|
5
|
+
exports.diModules = 'NavigationPaneService,ToolbarService,DetailsViewService';
|
|
6
|
+
exports.packageName = '@syncfusion/ej2-angular-filemanager';
|
|
7
|
+
exports.libModules = 'FileManagerModule';
|
|
@@ -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';
|