@syncfusion/ej2-angular-filemanager 20.1.52-10459 → 20.1.52-10460

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 (162) hide show
  1. package/@syncfusion/ej2-angular-filemanager.es5.js +15 -106
  2. package/@syncfusion/ej2-angular-filemanager.es5.js.map +1 -1
  3. package/@syncfusion/ej2-angular-filemanager.js +15 -97
  4. package/@syncfusion/ej2-angular-filemanager.js.map +1 -1
  5. package/CHANGELOG.md +410 -0
  6. package/README.md +27 -106
  7. package/dist/ej2-angular-filemanager.umd.js +21 -188
  8. package/dist/ej2-angular-filemanager.umd.js.map +1 -1
  9. package/dist/ej2-angular-filemanager.umd.min.js +10 -1
  10. package/dist/ej2-angular-filemanager.umd.min.js.map +1 -1
  11. package/ej2-angular-filemanager.metadata.json +1 -1
  12. package/package.json +70 -70
  13. package/postinstall/tagchange.js +18 -0
  14. package/schematics/collection.json +29 -10
  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/index.ts +8 -0
  18. package/schematics/generators/filemanager-default/sample-details.d.ts +5 -0
  19. package/schematics/generators/filemanager-default/sample-details.js +7 -0
  20. package/schematics/generators/filemanager-default/sample-details.ts +5 -0
  21. package/schematics/generators/filemanager-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
  22. package/schematics/generators/filemanager-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
  23. package/schematics/generators/filemanager-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +23 -0
  24. package/schematics/generators/filemanager-default/schema.d.ts +3 -0
  25. package/schematics/generators/filemanager-default/schema.js +2 -0
  26. package/schematics/generators/filemanager-default/schema.json +124 -0
  27. package/schematics/generators/filemanager-default/schema.ts +3 -0
  28. package/schematics/generators/filemanager-localization/index.d.ts +3 -0
  29. package/schematics/generators/filemanager-localization/index.js +8 -0
  30. package/schematics/generators/filemanager-localization/index.ts +8 -0
  31. package/schematics/generators/filemanager-localization/sample-details.d.ts +5 -0
  32. package/schematics/generators/filemanager-localization/sample-details.js +7 -0
  33. package/schematics/generators/filemanager-localization/sample-details.ts +5 -0
  34. package/schematics/generators/filemanager-localization/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
  35. package/schematics/generators/filemanager-localization/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +4 -0
  36. package/schematics/generators/filemanager-localization/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +112 -0
  37. package/schematics/generators/filemanager-localization/schema.d.ts +3 -0
  38. package/schematics/generators/filemanager-localization/schema.js +2 -0
  39. package/schematics/generators/filemanager-localization/schema.json +124 -0
  40. package/schematics/generators/filemanager-localization/schema.ts +3 -0
  41. package/schematics/generators/filemanager-overview/index.d.ts +3 -0
  42. package/schematics/generators/filemanager-overview/index.js +8 -0
  43. package/schematics/generators/filemanager-overview/index.ts +8 -0
  44. package/schematics/generators/filemanager-overview/sample-details.d.ts +5 -0
  45. package/schematics/generators/filemanager-overview/sample-details.js +7 -0
  46. package/schematics/generators/filemanager-overview/sample-details.ts +5 -0
  47. package/schematics/generators/filemanager-overview/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
  48. package/schematics/generators/filemanager-overview/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +4 -0
  49. package/schematics/generators/filemanager-overview/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +17 -0
  50. package/schematics/generators/filemanager-overview/schema.d.ts +3 -0
  51. package/schematics/generators/filemanager-overview/schema.js +2 -0
  52. package/schematics/generators/filemanager-overview/schema.json +124 -0
  53. package/schematics/generators/filemanager-overview/schema.ts +3 -0
  54. package/schematics/generators/filemanager-rtl/index.d.ts +3 -0
  55. package/schematics/generators/filemanager-rtl/index.js +8 -0
  56. package/schematics/generators/filemanager-rtl/index.ts +8 -0
  57. package/schematics/generators/filemanager-rtl/sample-details.d.ts +5 -0
  58. package/schematics/generators/filemanager-rtl/sample-details.js +7 -0
  59. package/schematics/generators/filemanager-rtl/sample-details.ts +5 -0
  60. package/schematics/generators/filemanager-rtl/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
  61. package/schematics/generators/filemanager-rtl/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +4 -0
  62. package/schematics/generators/filemanager-rtl/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +17 -0
  63. package/schematics/generators/filemanager-rtl/schema.d.ts +3 -0
  64. package/schematics/generators/filemanager-rtl/schema.js +2 -0
  65. package/schematics/generators/filemanager-rtl/schema.json +124 -0
  66. package/schematics/generators/filemanager-rtl/schema.ts +3 -0
  67. package/schematics/ng-add/index.ts +10 -10
  68. package/schematics/ng-add/schema.json +34 -34
  69. package/schematics/ng-add/schema.ts +30 -30
  70. package/schematics/tsconfig.json +25 -25
  71. package/schematics/utils/lib-details.d.ts +2 -2
  72. package/schematics/utils/lib-details.js +2 -2
  73. package/schematics/utils/lib-details.ts +2 -2
  74. package/src/file-manager/filemanager-all.module.d.ts +0 -1
  75. package/src/file-manager/filemanager.component.d.ts +1 -14
  76. package/src/index.d.ts +1 -2
  77. package/styles/bootstrap-dark.css +1920 -1
  78. package/styles/bootstrap.css +1899 -1
  79. package/styles/bootstrap4.css +1935 -1
  80. package/styles/bootstrap5-dark.css +1982 -1
  81. package/styles/bootstrap5.css +1982 -1
  82. package/styles/fabric-dark.css +1891 -1
  83. package/styles/fabric.css +1891 -1
  84. package/styles/file-manager/bootstrap-dark.css +1920 -1
  85. package/styles/file-manager/bootstrap.css +1899 -1
  86. package/styles/file-manager/bootstrap4.css +1935 -1
  87. package/styles/file-manager/bootstrap5-dark.css +1982 -1
  88. package/styles/file-manager/bootstrap5.css +1982 -1
  89. package/styles/file-manager/fabric-dark.css +1891 -1
  90. package/styles/file-manager/fabric.css +1891 -1
  91. package/styles/file-manager/fluent-dark.css +1901 -1
  92. package/styles/file-manager/fluent.css +1900 -1
  93. package/styles/file-manager/highcontrast-light.css +1897 -1
  94. package/styles/file-manager/highcontrast.css +1897 -1
  95. package/styles/file-manager/material-dark.css +1945 -1
  96. package/styles/file-manager/material.css +1932 -1
  97. package/styles/file-manager/tailwind-dark.css +1969 -1
  98. package/styles/file-manager/tailwind.css +1969 -1
  99. package/styles/fluent-dark.css +1901 -1
  100. package/styles/fluent.css +1900 -1
  101. package/styles/highcontrast-light.css +1897 -1
  102. package/styles/highcontrast.css +1897 -1
  103. package/styles/material-dark.css +1945 -1
  104. package/styles/material.css +1932 -1
  105. package/styles/tailwind-dark.css +1969 -1
  106. package/styles/tailwind.css +1969 -1
  107. package/license +0 -10
  108. package/src/file-manager/toolbaritems.directive.d.ts +0 -144
  109. package/styles/bootstrap-dark-lite.css +0 -1
  110. package/styles/bootstrap-dark-lite.scss +0 -1
  111. package/styles/bootstrap-lite.css +0 -1
  112. package/styles/bootstrap-lite.scss +0 -1
  113. package/styles/bootstrap4-lite.css +0 -1
  114. package/styles/bootstrap4-lite.scss +0 -1
  115. package/styles/bootstrap5-dark-lite.css +0 -1
  116. package/styles/bootstrap5-dark-lite.scss +0 -1
  117. package/styles/bootstrap5-lite.css +0 -1
  118. package/styles/bootstrap5-lite.scss +0 -1
  119. package/styles/bootstrap5.3-lite.css +0 -1
  120. package/styles/bootstrap5.3-lite.scss +0 -1
  121. package/styles/bootstrap5.3.css +0 -1
  122. package/styles/bootstrap5.3.scss +0 -1
  123. package/styles/fabric-dark-lite.css +0 -1
  124. package/styles/fabric-dark-lite.scss +0 -1
  125. package/styles/fabric-lite.css +0 -1
  126. package/styles/fabric-lite.scss +0 -1
  127. package/styles/file-manager/bootstrap5.3.css +0 -1
  128. package/styles/file-manager/bootstrap5.3.scss +0 -1
  129. package/styles/file-manager/fluent2.css +0 -1
  130. package/styles/file-manager/fluent2.scss +0 -1
  131. package/styles/file-manager/material3-dark.css +0 -1
  132. package/styles/file-manager/material3-dark.scss +0 -2
  133. package/styles/file-manager/material3.css +0 -1
  134. package/styles/file-manager/material3.scss +0 -2
  135. package/styles/fluent-dark-lite.css +0 -1
  136. package/styles/fluent-dark-lite.scss +0 -1
  137. package/styles/fluent-lite.css +0 -1
  138. package/styles/fluent-lite.scss +0 -1
  139. package/styles/fluent2-lite.css +0 -1
  140. package/styles/fluent2-lite.scss +0 -1
  141. package/styles/fluent2.css +0 -1
  142. package/styles/fluent2.scss +0 -1
  143. package/styles/highcontrast-light-lite.css +0 -1
  144. package/styles/highcontrast-light-lite.scss +0 -1
  145. package/styles/highcontrast-lite.css +0 -1
  146. package/styles/highcontrast-lite.scss +0 -1
  147. package/styles/material-dark-lite.css +0 -1
  148. package/styles/material-dark-lite.scss +0 -1
  149. package/styles/material-lite.css +0 -1
  150. package/styles/material-lite.scss +0 -1
  151. package/styles/material3-dark-lite.css +0 -1
  152. package/styles/material3-dark-lite.scss +0 -1
  153. package/styles/material3-dark.css +0 -1
  154. package/styles/material3-dark.scss +0 -2
  155. package/styles/material3-lite.css +0 -1
  156. package/styles/material3-lite.scss +0 -1
  157. package/styles/material3.css +0 -1
  158. package/styles/material3.scss +0 -2
  159. package/styles/tailwind-dark-lite.css +0 -1
  160. package/styles/tailwind-dark-lite.scss +0 -1
  161. package/styles/tailwind-lite.css +0 -1
  162. package/styles/tailwind-lite.scss +0 -1
@@ -0,0 +1,3 @@
1
+ import { Schema as ComponentSchema } from '@schematics/angular/component/schema';
2
+
3
+ export interface Schema extends ComponentSchema { }
@@ -0,0 +1,3 @@
1
+ import { Rule } from '@angular-devkit/schematics';
2
+ import { Schema } from './schema';
3
+ export default function (options: Schema): Rule;
@@ -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,8 @@
1
+ import { Rule } from '@angular-devkit/schematics';
2
+ import { componentBuilder } from "@syncfusion/ej2-angular-base/schematics";
3
+ import { Schema } from './schema';
4
+ import * as sampleDetails from './sample-details';
5
+
6
+ export default function (options: Schema): Rule {
7
+ return componentBuilder(options, sampleDetails);
8
+ }
@@ -0,0 +1,5 @@
1
+ export declare const componentName: string;
2
+ export declare const sampleName: string;
3
+ export declare const diModules: string;
4
+ export declare const packageName: string;
5
+ export declare const libModules: string;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.componentName = 'filemanager';
4
+ exports.sampleName = 'rtl';
5
+ exports.diModules = 'NavigationPaneService,ToolbarService,DetailsViewService';
6
+ exports.packageName = '@syncfusion/ej2-angular-filemanager';
7
+ exports.libModules = 'FileManagerModule';
@@ -0,0 +1,5 @@
1
+ export const componentName: string = 'filemanager';
2
+ export const sampleName: string = 'rtl';
3
+ export const diModules: string = 'NavigationPaneService,ToolbarService,DetailsViewService';
4
+ export const packageName: string = '@syncfusion/ej2-angular-filemanager';
5
+ export const libModules: string = '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,4 @@
1
+ <div class="control-section">
2
+ <ejs-filemanager id='rtl_filemanager' #fileObj [ajaxSettings]='ajaxSettings' [enableRtl]='enableRtl'>
3
+ </ejs-filemanager>
4
+ </div>
@@ -0,0 +1,17 @@
1
+ import { Component } from '@angular/core';
2
+
3
+ @Component({
4
+ selector: '<%=dasherize(selector)%>',
5
+ templateUrl: '<%=dasherize(name)%>.component.html',
6
+ styleUrls: ['<%=dasherize(name)%>.component.css'],
7
+ })
8
+ export class <%= classify(name) %>Component {
9
+ public hostUrl: string = 'https://ng2jq.syncfusion.com/ej2services/';
10
+ public enableRtl: boolean = true;
11
+ public ajaxSettings: object = {
12
+ url: this.hostUrl + 'api/FileManager/FileOperations',
13
+ getImageUrl: this.hostUrl + 'api/FileManager/GetImage',
14
+ uploadUrl: this.hostUrl + 'api/FileManager/Upload',
15
+ downloadUrl: this.hostUrl + 'api/FileManager/Download'
16
+ };
17
+ }
@@ -0,0 +1,3 @@
1
+ import { Schema as ComponentSchema } from '@schematics/angular/component/schema';
2
+ export interface Schema extends ComponentSchema {
3
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,124 @@
1
+ {
2
+ "$schema": "http://json-schema.org/schema",
3
+ "id": "filemanager-rtl",
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
+ }
@@ -0,0 +1,3 @@
1
+ import { Schema as ComponentSchema } from '@schematics/angular/component/schema';
2
+
3
+ export interface Schema extends ComponentSchema { }
@@ -1,10 +1,10 @@
1
- import { pkgName, pkgVer, moduleName, themeVer } from './../utils/lib-details';
2
- import { install } from '@syncfusion/ej2-angular-base/schematics';
3
- import { OptionsSchema, LibOptionsSchema } from './schema';
4
- import { Rule } from '@angular-devkit/schematics';
5
-
6
- export default function (options: OptionsSchema): Rule {
7
- const libOptions: LibOptionsSchema = Object.assign({},
8
- { 'pkgName': pkgName, 'pkgVer': pkgVer, 'moduleName': moduleName, 'themeVer': themeVer });
9
- return install(options, libOptions);
10
- }
1
+ import { pkgName, pkgVer, moduleName, themeVer } from './../utils/lib-details';
2
+ import { install } from '@syncfusion/ej2-angular-base/schematics';
3
+ import { OptionsSchema, LibOptionsSchema } from './schema';
4
+ import { Rule } from '@angular-devkit/schematics';
5
+
6
+ export default function (options: OptionsSchema): Rule {
7
+ const libOptions: LibOptionsSchema = Object.assign({},
8
+ { 'pkgName': pkgName, 'pkgVer': pkgVer, 'moduleName': moduleName, 'themeVer': themeVer });
9
+ return install(options, libOptions);
10
+ }
@@ -1,34 +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
- }
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
+ }
@@ -1,30 +1,30 @@
1
- export interface OptionsSchema {
2
- // Whether to skip package.json install.
3
- skipPackageJson: boolean;
4
-
5
- // Used to specify required module names
6
- modules: string;
7
-
8
- // Used to specify custom module path
9
- modulePath: string;
10
-
11
- // Used to specify theme name
12
- theme: 'material' | 'fabric' | 'bootstrap' | 'highcontrast';
13
-
14
- // Name of the project to target.
15
- project?: string;
16
- }
17
-
18
- export interface LibOptionsSchema {
19
- // Package name
20
- pkgName: string;
21
-
22
- // Package version
23
- pkgVer: string;
24
-
25
- // Library base module name
26
- moduleName: string;
27
-
28
- // Theme version
29
- themeVer: string;
30
- }
1
+ export interface OptionsSchema {
2
+ // Whether to skip package.json install.
3
+ skipPackageJson: boolean;
4
+
5
+ // Used to specify required module names
6
+ modules: string;
7
+
8
+ // Used to specify custom module path
9
+ modulePath: string;
10
+
11
+ // Used to specify theme name
12
+ theme: 'material' | 'fabric' | 'bootstrap' | 'highcontrast';
13
+
14
+ // Name of the project to target.
15
+ project?: string;
16
+ }
17
+
18
+ export interface LibOptionsSchema {
19
+ // Package name
20
+ pkgName: string;
21
+
22
+ // Package version
23
+ pkgVer: string;
24
+
25
+ // Library base module name
26
+ moduleName: string;
27
+
28
+ // Theme version
29
+ themeVer: string;
30
+ }
@@ -1,25 +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
- }
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
+ }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-filemanager";
2
- export declare const pkgVer = "^27.1.50";
2
+ export declare const pkgVer = "^20.1.47";
3
3
  export declare const moduleName = "FileManagerModule";
4
- export declare const themeVer = "~27.1.50";
4
+ export declare const themeVer = "~20.1.47";
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-filemanager';
4
- exports.pkgVer = '^27.1.50';
4
+ exports.pkgVer = '^20.1.47';
5
5
  exports.moduleName = 'FileManagerModule';
6
- exports.themeVer = '~27.1.50';
6
+ exports.themeVer = '~20.1.47';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-filemanager';
2
- export const pkgVer = '^27.1.50';
2
+ export const pkgVer = '^20.1.47';
3
3
  export const moduleName = 'FileManagerModule';
4
- export const themeVer = '~27.1.50';
4
+ export const themeVer = '~20.1.47';
@@ -5,7 +5,6 @@ export declare const LargeIconsViewService: ValueProvider;
5
5
  export declare const ToolbarService: ValueProvider;
6
6
  export declare const ContextMenuService: ValueProvider;
7
7
  export declare const BreadCrumbBarService: ValueProvider;
8
- export declare const VirtualizationService: ValueProvider;
9
8
  /**
10
9
  * NgModule definition for the FileManager component with providers.
11
10
  */
@@ -1,7 +1,6 @@
1
- import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
1
+ import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
2
2
  import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
3
  import { FileManager } from '@syncfusion/ej2-filemanager';
4
- import { ToolbarItemsDirective } from './toolbaritems.directive';
5
4
  export declare const inputs: string[];
6
5
  export declare const outputs: string[];
7
6
  export declare const twoWays: string[];
@@ -18,17 +17,12 @@ export declare class FileManagerComponent extends FileManager implements ICompon
18
17
  private injector;
19
18
  context: any;
20
19
  tagObjects: any;
21
- beforeDelete: any;
22
20
  beforeDownload: any;
23
- beforeFolderCreate: any;
24
21
  beforeImageLoad: any;
25
- beforeMove: any;
26
22
  beforePopupClose: any;
27
23
  beforePopupOpen: any;
28
- beforeRename: any;
29
24
  beforeSend: any;
30
25
  created: any;
31
- delete: any;
32
26
  destroyed: any;
33
27
  failure: any;
34
28
  fileDragStart: any;
@@ -39,21 +33,14 @@ export declare class FileManagerComponent extends FileManager implements ICompon
39
33
  fileOpen: any;
40
34
  fileSelect: any;
41
35
  fileSelection: any;
42
- folderCreate: any;
43
36
  menuClick: any;
44
- menuClose: any;
45
37
  menuOpen: any;
46
- move: any;
47
38
  popupClose: any;
48
39
  popupOpen: any;
49
- rename: any;
50
- search: any;
51
40
  success: any;
52
41
  toolbarClick: any;
53
42
  toolbarCreate: any;
54
43
  uploadListCreate: any;
55
- childToolbarItems: QueryList<ToolbarItemsDirective>;
56
- tags: string[];
57
44
  constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
58
45
  ngOnInit(): void;
59
46
  ngAfterViewInit(): void;
package/src/index.d.ts CHANGED
@@ -1,5 +1,4 @@
1
- export { ToolbarItemDirective, ToolbarItemsDirective } from './file-manager/toolbaritems.directive';
2
1
  export { FileManagerComponent } from './file-manager/filemanager.component';
3
2
  export { FileManagerModule } from './file-manager/filemanager.module';
4
- export { FileManagerAllModule, DetailsViewService, NavigationPaneService, LargeIconsViewService, ToolbarService, ContextMenuService, BreadCrumbBarService, VirtualizationService } from './file-manager/filemanager-all.module';
3
+ export { FileManagerAllModule, DetailsViewService, NavigationPaneService, LargeIconsViewService, ToolbarService, ContextMenuService, BreadCrumbBarService } from './file-manager/filemanager-all.module';
5
4
  export * from '@syncfusion/ej2-filemanager';