@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.
Files changed (155) hide show
  1. package/@syncfusion/ej2-angular-filemanager.es5.js +216 -0
  2. package/@syncfusion/ej2-angular-filemanager.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-filemanager.js +197 -0
  4. package/@syncfusion/ej2-angular-filemanager.js.map +1 -0
  5. package/CHANGELOG.md +436 -0
  6. package/dist/ej2-angular-filemanager.umd.js +434 -0
  7. package/dist/ej2-angular-filemanager.umd.js.map +1 -0
  8. package/dist/ej2-angular-filemanager.umd.min.js +11 -0
  9. package/dist/ej2-angular-filemanager.umd.min.js.map +1 -0
  10. package/ej2-angular-filemanager.d.ts +5 -0
  11. package/ej2-angular-filemanager.metadata.json +1 -0
  12. package/package.json +15 -29
  13. package/postinstall/tagchange.js +18 -0
  14. package/schematics/collection.json +30 -0
  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/sample-details.d.ts +5 -0
  18. package/schematics/generators/filemanager-default/sample-details.js +7 -0
  19. package/schematics/generators/filemanager-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
  20. package/schematics/generators/filemanager-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
  21. package/schematics/generators/filemanager-default/schema.d.ts +3 -0
  22. package/schematics/generators/filemanager-default/schema.js +2 -0
  23. package/schematics/generators/filemanager-default/schema.json +125 -0
  24. package/schematics/generators/filemanager-localization/index.d.ts +3 -0
  25. package/schematics/generators/filemanager-localization/index.js +8 -0
  26. package/schematics/generators/filemanager-localization/sample-details.d.ts +5 -0
  27. package/schematics/generators/filemanager-localization/sample-details.js +7 -0
  28. package/schematics/generators/filemanager-localization/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
  29. package/schematics/generators/filemanager-localization/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +4 -0
  30. package/schematics/generators/filemanager-localization/schema.d.ts +3 -0
  31. package/schematics/generators/filemanager-localization/schema.js +2 -0
  32. package/schematics/generators/filemanager-localization/schema.json +125 -0
  33. package/schematics/generators/filemanager-overview/index.d.ts +3 -0
  34. package/schematics/generators/filemanager-overview/index.js +8 -0
  35. package/schematics/generators/filemanager-overview/sample-details.d.ts +5 -0
  36. package/schematics/generators/filemanager-overview/sample-details.js +7 -0
  37. package/schematics/generators/filemanager-overview/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
  38. package/schematics/generators/filemanager-overview/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +4 -0
  39. package/schematics/generators/filemanager-overview/schema.d.ts +3 -0
  40. package/schematics/generators/filemanager-overview/schema.js +2 -0
  41. package/schematics/generators/filemanager-overview/schema.json +125 -0
  42. package/schematics/generators/filemanager-rtl/index.d.ts +3 -0
  43. package/schematics/generators/filemanager-rtl/index.js +8 -0
  44. package/schematics/generators/filemanager-rtl/sample-details.d.ts +5 -0
  45. package/schematics/generators/filemanager-rtl/sample-details.js +7 -0
  46. package/schematics/generators/filemanager-rtl/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
  47. package/schematics/generators/filemanager-rtl/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +4 -0
  48. package/schematics/generators/filemanager-rtl/schema.d.ts +3 -0
  49. package/schematics/generators/filemanager-rtl/schema.js +2 -0
  50. package/schematics/generators/filemanager-rtl/schema.json +125 -0
  51. package/schematics/ng-add/index.d.ts +3 -0
  52. package/schematics/ng-add/index.js +9 -0
  53. package/schematics/ng-add/schema.d.ts +13 -0
  54. package/schematics/ng-add/schema.js +2 -0
  55. package/schematics/ng-add/schema.json +34 -0
  56. package/schematics/tsconfig.json +25 -0
  57. package/schematics/utils/lib-details.d.ts +4 -0
  58. package/schematics/utils/lib-details.js +6 -0
  59. package/schematics/utils/lib-details.ts +2 -2
  60. package/src/file-manager/filemanager-all.module.d.ts +0 -6
  61. package/src/file-manager/filemanager.component.d.ts +0 -3
  62. package/src/file-manager/filemanager.module.d.ts +0 -6
  63. package/styles/bootstrap-dark.css +5 -10
  64. package/styles/bootstrap.css +6 -12
  65. package/styles/bootstrap4.css +5 -10
  66. package/styles/bootstrap5-dark.css +6 -14
  67. package/styles/bootstrap5.css +6 -14
  68. package/styles/fabric-dark.css +5 -10
  69. package/styles/fabric.css +6 -12
  70. package/styles/file-manager/bootstrap-dark.css +5 -10
  71. package/styles/file-manager/bootstrap-dark.scss +1 -16
  72. package/styles/file-manager/bootstrap.css +6 -12
  73. package/styles/file-manager/bootstrap.scss +1 -16
  74. package/styles/file-manager/bootstrap4.css +5 -10
  75. package/styles/file-manager/bootstrap4.scss +1 -16
  76. package/styles/file-manager/bootstrap5-dark.css +6 -14
  77. package/styles/file-manager/bootstrap5-dark.scss +1 -16
  78. package/styles/file-manager/bootstrap5.css +6 -14
  79. package/styles/file-manager/bootstrap5.scss +1 -16
  80. package/styles/file-manager/fabric-dark.css +5 -10
  81. package/styles/file-manager/fabric-dark.scss +1 -16
  82. package/styles/file-manager/fabric.css +6 -12
  83. package/styles/file-manager/fabric.scss +1 -16
  84. package/styles/file-manager/fluent-dark.css +6 -12
  85. package/styles/file-manager/fluent-dark.scss +1 -16
  86. package/styles/file-manager/fluent.css +6 -12
  87. package/styles/file-manager/fluent.scss +1 -16
  88. package/styles/file-manager/highcontrast-light.css +5 -10
  89. package/styles/file-manager/highcontrast-light.scss +1 -16
  90. package/styles/file-manager/highcontrast.css +6 -12
  91. package/styles/file-manager/highcontrast.scss +1 -16
  92. package/styles/file-manager/material-dark.css +5 -10
  93. package/styles/file-manager/material-dark.scss +1 -16
  94. package/styles/file-manager/material.css +6 -12
  95. package/styles/file-manager/material.scss +1 -16
  96. package/styles/file-manager/tailwind-dark.css +6 -12
  97. package/styles/file-manager/tailwind-dark.scss +1 -16
  98. package/styles/file-manager/tailwind.css +6 -12
  99. package/styles/file-manager/tailwind.scss +1 -16
  100. package/styles/fluent-dark.css +6 -12
  101. package/styles/fluent.css +6 -12
  102. package/styles/highcontrast-light.css +5 -10
  103. package/styles/highcontrast.css +6 -12
  104. package/styles/material-dark.css +5 -10
  105. package/styles/material.css +6 -12
  106. package/styles/tailwind-dark.css +6 -12
  107. package/styles/tailwind.css +6 -12
  108. package/esm2020/public_api.mjs +0 -3
  109. package/esm2020/src/file-manager/filemanager-all.module.mjs +0 -44
  110. package/esm2020/src/file-manager/filemanager.component.mjs +0 -101
  111. package/esm2020/src/file-manager/filemanager.module.mjs +0 -25
  112. package/esm2020/src/index.mjs +0 -5
  113. package/esm2020/syncfusion-ej2-angular-filemanager.mjs +0 -5
  114. package/fesm2015/syncfusion-ej2-angular-filemanager.mjs +0 -171
  115. package/fesm2015/syncfusion-ej2-angular-filemanager.mjs.map +0 -1
  116. package/fesm2020/syncfusion-ej2-angular-filemanager.mjs +0 -171
  117. package/fesm2020/syncfusion-ej2-angular-filemanager.mjs.map +0 -1
  118. package/styles/file-manager/_all.scss +0 -2
  119. package/styles/file-manager/_bootstrap-dark-definition.scss +0 -240
  120. package/styles/file-manager/_bootstrap-definition.scss +0 -241
  121. package/styles/file-manager/_bootstrap4-definition.scss +0 -242
  122. package/styles/file-manager/_bootstrap5-dark-definition.scss +0 -1
  123. package/styles/file-manager/_bootstrap5-definition.scss +0 -237
  124. package/styles/file-manager/_fabric-dark-definition.scss +0 -238
  125. package/styles/file-manager/_fabric-definition.scss +0 -240
  126. package/styles/file-manager/_fluent-dark-definition.scss +0 -1
  127. package/styles/file-manager/_fluent-definition.scss +0 -245
  128. package/styles/file-manager/_fusionnew-definition.scss +0 -237
  129. package/styles/file-manager/_highcontrast-definition.scss +0 -240
  130. package/styles/file-manager/_highcontrast-light-definition.scss +0 -240
  131. package/styles/file-manager/_layout.scss +0 -1819
  132. package/styles/file-manager/_material-dark-definition.scss +0 -240
  133. package/styles/file-manager/_material-definition.scss +0 -240
  134. package/styles/file-manager/_material3-definition.scss +0 -237
  135. package/styles/file-manager/_tailwind-dark-definition.scss +0 -1
  136. package/styles/file-manager/_tailwind-definition.scss +0 -232
  137. package/styles/file-manager/_theme.scss +0 -400
  138. package/styles/file-manager/icons/_bootstrap-dark.scss +0 -235
  139. package/styles/file-manager/icons/_bootstrap.scss +0 -235
  140. package/styles/file-manager/icons/_bootstrap4.scss +0 -235
  141. package/styles/file-manager/icons/_bootstrap5-dark.scss +0 -1
  142. package/styles/file-manager/icons/_bootstrap5.scss +0 -235
  143. package/styles/file-manager/icons/_fabric-dark.scss +0 -229
  144. package/styles/file-manager/icons/_fabric.scss +0 -229
  145. package/styles/file-manager/icons/_fluent-dark.scss +0 -1
  146. package/styles/file-manager/icons/_fluent.scss +0 -235
  147. package/styles/file-manager/icons/_fusionnew.scss +0 -235
  148. package/styles/file-manager/icons/_highcontrast-light.scss +0 -235
  149. package/styles/file-manager/icons/_highcontrast.scss +0 -229
  150. package/styles/file-manager/icons/_material-dark.scss +0 -235
  151. package/styles/file-manager/icons/_material.scss +0 -235
  152. package/styles/file-manager/icons/_material3.scss +0 -235
  153. package/styles/file-manager/icons/_tailwind-dark.scss +0 -1
  154. package/styles/file-manager/icons/_tailwind.scss +0 -235
  155. package/syncfusion-ej2-angular-filemanager.d.ts +0 -5
@@ -0,0 +1,125 @@
1
+ {
2
+ "$schema": "http://json-schema.org/schema",
3
+ "$id": "EJ2SchemaTemplateID",
4
+ "title": "filemanager-overview",
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-overview"
125
+ }
@@ -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,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,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,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,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,3 @@
1
+ import { OptionsSchema } from './schema';
2
+ import { Rule } from '@angular-devkit/schematics';
3
+ export default function (options: OptionsSchema): Rule;
@@ -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,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -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
+ }
@@ -0,0 +1,4 @@
1
+ export declare const pkgName = "@syncfusion/ej2-angular-filemanager";
2
+ export declare const pkgVer = "^20.2.43";
3
+ export declare const moduleName = "FileManagerModule";
4
+ export declare const themeVer = "~20.2.43";
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.pkgName = '@syncfusion/ej2-angular-filemanager';
4
+ exports.pkgVer = '^20.2.44';
5
+ exports.moduleName = 'FileManagerModule';
6
+ exports.themeVer = '~20.2.44';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-filemanager';
2
- export const pkgVer = '^20.1.59';
2
+ export const pkgVer = '^20.2.44';
3
3
  export const moduleName = 'FileManagerModule';
4
- export const themeVer = '~20.1.59';
4
+ export const themeVer = '~20.2.44';
@@ -1,7 +1,4 @@
1
1
  import { ValueProvider } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "@angular/common";
4
- import * as i2 from "./filemanager.module";
5
2
  export declare const DetailsViewService: ValueProvider;
6
3
  export declare const NavigationPaneService: ValueProvider;
7
4
  export declare const LargeIconsViewService: ValueProvider;
@@ -12,7 +9,4 @@ export declare const BreadCrumbBarService: ValueProvider;
12
9
  * NgModule definition for the FileManager component with providers.
13
10
  */
14
11
  export declare class FileManagerAllModule {
15
- static ɵfac: i0.ɵɵFactoryDeclaration<FileManagerAllModule, never>;
16
- static ɵmod: i0.ɵɵNgModuleDeclaration<FileManagerAllModule, never, [typeof i1.CommonModule, typeof i2.FileManagerModule], [typeof i2.FileManagerModule]>;
17
- static ɵinj: i0.ɵɵInjectorDeclaration<FileManagerAllModule>;
18
12
  }
@@ -1,7 +1,6 @@
1
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 * as i0 from "@angular/core";
5
4
  export declare const inputs: string[];
6
5
  export declare const outputs: string[];
7
6
  export declare const twoWays: string[];
@@ -49,6 +48,4 @@ export declare class FileManagerComponent extends FileManager implements ICompon
49
48
  ngAfterContentChecked(): void;
50
49
  registerEvents: (eventList: string[]) => void;
51
50
  addTwoWay: (propList: string[]) => void;
52
- static ɵfac: i0.ɵɵFactoryDeclaration<FileManagerComponent, never>;
53
- static ɵcmp: i0.ɵɵComponentDeclaration<FileManagerComponent, "ejs-filemanager", never, { "ajaxSettings": "ajaxSettings"; "allowDragAndDrop": "allowDragAndDrop"; "allowMultiSelection": "allowMultiSelection"; "contextMenuSettings": "contextMenuSettings"; "cssClass": "cssClass"; "detailsViewSettings": "detailsViewSettings"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "height": "height"; "locale": "locale"; "navigationPaneSettings": "navigationPaneSettings"; "path": "path"; "popupTarget": "popupTarget"; "rootAliasName": "rootAliasName"; "searchSettings": "searchSettings"; "selectedItems": "selectedItems"; "showFileExtension": "showFileExtension"; "showHiddenItems": "showHiddenItems"; "showThumbnail": "showThumbnail"; "sortBy": "sortBy"; "sortOrder": "sortOrder"; "toolbarSettings": "toolbarSettings"; "uploadSettings": "uploadSettings"; "view": "view"; "width": "width"; }, { "beforeDownload": "beforeDownload"; "beforeImageLoad": "beforeImageLoad"; "beforePopupClose": "beforePopupClose"; "beforePopupOpen": "beforePopupOpen"; "beforeSend": "beforeSend"; "created": "created"; "destroyed": "destroyed"; "failure": "failure"; "fileDragStart": "fileDragStart"; "fileDragStop": "fileDragStop"; "fileDragging": "fileDragging"; "fileDropped": "fileDropped"; "fileLoad": "fileLoad"; "fileOpen": "fileOpen"; "fileSelect": "fileSelect"; "fileSelection": "fileSelection"; "menuClick": "menuClick"; "menuOpen": "menuOpen"; "popupClose": "popupClose"; "popupOpen": "popupOpen"; "success": "success"; "toolbarClick": "toolbarClick"; "toolbarCreate": "toolbarCreate"; "uploadListCreate": "uploadListCreate"; }, never, never>;
54
51
  }
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./filemanager.component";
3
- import * as i2 from "@angular/common";
4
1
  /**
5
2
  * NgModule definition for the FileManager component.
6
3
  */
7
4
  export declare class FileManagerModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<FileManagerModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<FileManagerModule, [typeof i1.FileManagerComponent], [typeof i2.CommonModule], [typeof i1.FileManagerComponent]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<FileManagerModule>;
11
5
  }
@@ -1,6 +1,3 @@
1
- /* stylelint-disable property-no-vendor-prefix */
2
- /* stylelint-disable-line no-empty-source */
3
- /* stylelint-disable property-no-vendor-prefix */
4
1
  @keyframes material-spinner-rotate {
5
2
  0% {
6
3
  transform: rotate(0);
@@ -17,7 +14,6 @@
17
14
  transform: rotate(360deg);
18
15
  }
19
16
  }
20
- /* stylelint-disable */
21
17
  /*! FileManager's bootstrap theme wise override definitions and variables */
22
18
  .e-filemanager .e-fe-icon,
23
19
  .e-filemanager .e-list-icon {
@@ -200,7 +196,6 @@
200
196
  content: "\e614";
201
197
  }
202
198
 
203
- /* stylelint-disable property-no-vendor-prefix */
204
199
  ejs-filemanager {
205
200
  display: block;
206
201
  }
@@ -231,7 +226,7 @@ ejs-filemanager {
231
226
  .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
232
227
  border: 0;
233
228
  box-shadow: none;
234
- font-weight: normal;
229
+ font-weight: 400;
235
230
  height: calc(100% - 2px);
236
231
  padding: 1px 2.5px;
237
232
  }
@@ -435,7 +430,7 @@ ejs-filemanager {
435
430
  visibility: visible;
436
431
  }
437
432
  .e-filemanager .e-grid .e-content {
438
- overflow-y: auto !important; /* stylelint-disable-line declaration-no-important */
433
+ overflow-y: auto !important;
439
434
  }
440
435
  .e-filemanager .e-grid .e-content .e-table {
441
436
  border-spacing: 0;
@@ -478,7 +473,7 @@ ejs-filemanager {
478
473
  text-align: center;
479
474
  }
480
475
  .e-filemanager .e-grid .e-gridpopup {
481
- display: none !important; /* stylelint-disable-line declaration-no-important */
476
+ display: none !important;
482
477
  }
483
478
  .e-filemanager .e-grid .e-gridheader .e-emptyrow,
484
479
  .e-filemanager .e-grid .e-gridcontent .e-emptyrow {
@@ -544,10 +539,10 @@ ejs-filemanager {
544
539
  width: 18px;
545
540
  }
546
541
  .e-filemanager .e-view-container .e-grid .e-gridheader {
547
- padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
542
+ padding-right: 0 !important;
548
543
  }
549
544
  .e-filemanager.e-rtl .e-view-container .e-grid .e-gridheader {
550
- padding-left: 0 !important; /* stylelint-disable-line declaration-no-important */
545
+ padding-left: 0 !important;
551
546
  }
552
547
  .e-filemanager .e-large-icons {
553
548
  float: left;
@@ -1,6 +1,3 @@
1
- /* stylelint-disable property-no-vendor-prefix */
2
- /* stylelint-disable-line no-empty-source */
3
- /* stylelint-disable property-no-vendor-prefix */
4
1
  @keyframes material-spinner-rotate {
5
2
  0% {
6
3
  transform: rotate(0);
@@ -17,9 +14,7 @@
17
14
  transform: rotate(360deg);
18
15
  }
19
16
  }
20
- /*! TreeView's bootstrap theme wise override definitions and variables */
21
- /* stylelint-disable */
22
- /*! component's theme wise override definitions and variables */ /*! FileManager's bootstrap theme wise override definitions and variables */
17
+ /*! TreeView's bootstrap theme wise override definitions and variables */ /*! component's theme wise override definitions and variables */ /*! FileManager's bootstrap theme wise override definitions and variables */
23
18
  .e-filemanager .e-fe-icon,
24
19
  .e-filemanager .e-list-icon {
25
20
  background-repeat: no-repeat;
@@ -201,7 +196,6 @@
201
196
  content: "\e614";
202
197
  }
203
198
 
204
- /* stylelint-disable property-no-vendor-prefix */
205
199
  ejs-filemanager {
206
200
  display: block;
207
201
  }
@@ -232,7 +226,7 @@ ejs-filemanager {
232
226
  .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
233
227
  border: 0;
234
228
  box-shadow: none;
235
- font-weight: normal;
229
+ font-weight: 400;
236
230
  height: calc(100% - 2px);
237
231
  padding: 1px 2.5px;
238
232
  }
@@ -436,7 +430,7 @@ ejs-filemanager {
436
430
  visibility: visible;
437
431
  }
438
432
  .e-filemanager .e-grid .e-content {
439
- overflow-y: auto !important; /* stylelint-disable-line declaration-no-important */
433
+ overflow-y: auto !important;
440
434
  }
441
435
  .e-filemanager .e-grid .e-content .e-table {
442
436
  border-spacing: 0;
@@ -479,7 +473,7 @@ ejs-filemanager {
479
473
  text-align: center;
480
474
  }
481
475
  .e-filemanager .e-grid .e-gridpopup {
482
- display: none !important; /* stylelint-disable-line declaration-no-important */
476
+ display: none !important;
483
477
  }
484
478
  .e-filemanager .e-grid .e-gridheader .e-emptyrow,
485
479
  .e-filemanager .e-grid .e-gridcontent .e-emptyrow {
@@ -545,10 +539,10 @@ ejs-filemanager {
545
539
  width: 18px;
546
540
  }
547
541
  .e-filemanager .e-view-container .e-grid .e-gridheader {
548
- padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
542
+ padding-right: 0 !important;
549
543
  }
550
544
  .e-filemanager.e-rtl .e-view-container .e-grid .e-gridheader {
551
- padding-left: 0 !important; /* stylelint-disable-line declaration-no-important */
545
+ padding-left: 0 !important;
552
546
  }
553
547
  .e-filemanager .e-large-icons {
554
548
  float: left;
@@ -1,6 +1,3 @@
1
- /* stylelint-disable property-no-vendor-prefix */
2
- /* stylelint-disable-line no-empty-source */
3
- /* stylelint-disable property-no-vendor-prefix */
4
1
  @keyframes material-spinner-rotate {
5
2
  0% {
6
3
  transform: rotate(0);
@@ -17,7 +14,6 @@
17
14
  transform: rotate(360deg);
18
15
  }
19
16
  }
20
- /* stylelint-disable */
21
17
  /*! FileManager's bootstrap theme wise override definitions and variables */
22
18
  .e-filemanager .e-fe-icon,
23
19
  .e-filemanager .e-list-icon {
@@ -200,7 +196,6 @@
200
196
  content: "\e718";
201
197
  }
202
198
 
203
- /* stylelint-disable property-no-vendor-prefix */
204
199
  ejs-filemanager {
205
200
  display: block;
206
201
  }
@@ -231,7 +226,7 @@ ejs-filemanager {
231
226
  .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
232
227
  border: 0;
233
228
  box-shadow: none;
234
- font-weight: normal;
229
+ font-weight: 400;
235
230
  height: calc(100% - 2px);
236
231
  padding: 1px 2.5px;
237
232
  }
@@ -435,7 +430,7 @@ ejs-filemanager {
435
430
  visibility: visible;
436
431
  }
437
432
  .e-filemanager .e-grid .e-content {
438
- overflow-y: auto !important; /* stylelint-disable-line declaration-no-important */
433
+ overflow-y: auto !important;
439
434
  }
440
435
  .e-filemanager .e-grid .e-content .e-table {
441
436
  border-spacing: 0;
@@ -478,7 +473,7 @@ ejs-filemanager {
478
473
  text-align: center;
479
474
  }
480
475
  .e-filemanager .e-grid .e-gridpopup {
481
- display: none !important; /* stylelint-disable-line declaration-no-important */
476
+ display: none !important;
482
477
  }
483
478
  .e-filemanager .e-grid .e-gridheader .e-emptyrow,
484
479
  .e-filemanager .e-grid .e-gridcontent .e-emptyrow {
@@ -544,10 +539,10 @@ ejs-filemanager {
544
539
  width: 18px;
545
540
  }
546
541
  .e-filemanager .e-view-container .e-grid .e-gridheader {
547
- padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
542
+ padding-right: 0 !important;
548
543
  }
549
544
  .e-filemanager.e-rtl .e-view-container .e-grid .e-gridheader {
550
- padding-left: 0 !important; /* stylelint-disable-line declaration-no-important */
545
+ padding-left: 0 !important;
551
546
  }
552
547
  .e-filemanager .e-large-icons {
553
548
  float: left;