@syncfusion/ej2-angular-filemanager 20.1.60 → 20.2.36-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/CHANGELOG.md CHANGED
@@ -2,62 +2,6 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
- ### File Manager
6
-
7
- #### Bug Fixes
8
-
9
- - `#I377914`, `#I383863` - The issue with "The toolbar view icon shows the HTML code instead of text and icon in the File Manager component" has been resolved.
10
-
11
- - '#I379214' - The issue with browsing files in File Manager while switching the view after sorting is resolved.
12
-
13
- ## 20.1.59 (2022-06-07)
14
-
15
- ### File Manager
16
-
17
- #### Bug Fixes
18
-
19
- - '#I368438' - The issue with "Copy/paste MAC keyboard shortcuts doesn't work for File Manager" has been resolved.
20
-
21
- ## 20.1.58 (2022-05-31)
22
-
23
- ### File Manager
24
-
25
- #### Bug Fixes
26
-
27
- - `#F174002` - The issue with "Toolbar sorting throws an error for the date-modified column of the File Manager" has been resolved.
28
-
29
- ## 20.1.57 (2022-05-24)
30
-
31
- ### File Manager
32
-
33
- #### Bug Fixes
34
-
35
- - `#F173974` - The issue with "Cut and paste files from a parent folder to a sub folder using the toolbar doesn't show any alert for users in File Manager" has been resolved.
36
-
37
- ## 20.1.56 (2022-05-17)
38
-
39
- ### File Manager
40
-
41
- #### Bug Fixes
42
-
43
- - `#F174002` - The issue with "Drag and drop throws an error for the date-modified column of the File Manager" has been resolved.
44
-
45
- ## 20.1.55 (2022-05-12)
46
-
47
- ### File Manager
48
-
49
- #### Bug Fixes
50
-
51
- - `#I368832`, `#I374668` - The issue with "Not able to upload an excel file in the File Manager component with SQL file provider" has been resolved.
52
-
53
- ## 20.1.52 (2022-05-04)
54
-
55
- ### File Manager
56
-
57
- #### Bug Fixes
58
-
59
- - `#I371623` - The issue with "Unable to perform file operations on the filtered file items in File Manager" has been resolved.
60
-
61
5
  ## 19.2.56 (2021-08-17)
62
6
 
63
7
  ### File Manager
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-filemanager.umd.js
3
- * version : 20.1.60
3
+ * version : 20.2.36
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-filemanager.umd.min.js
3
- * version : 20.1.60
3
+ * version : 20.2.36
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-filemanager@*",
3
- "_id": "@syncfusion/ej2-angular-filemanager@20.1.59",
3
+ "_id": "@syncfusion/ej2-angular-filemanager@18.7.7",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-E6fwyJMIJAkceDbKqX0slViUMy5moVq+IJ05+wh9Hvfklnrj0JYce3MvyKJDyJfOyvEaOoYvKHnyO+ELmafHug==",
5
+ "_integrity": "sha512-dESMrEfy8Rl1y3GYKkWkD+GU/yTS1C9r2ZjYAT+MsqoMJ84904ZYd1cQ7bd/9xlaMl4wFRh/WHBmGtS701dtGQ==",
6
6
  "_location": "/@syncfusion/ej2-angular-filemanager",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-filemanager/-/ej2-angular-filemanager-20.1.59.tgz",
23
- "_shasum": "8e950dac390aa17209aa71f9c0eee5797cc8d72c",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-angular-filemanager/-/ej2-angular-filemanager-18.7.7.tgz",
23
+ "_shasum": "6c2e5c93b70b79649ac267dea85acf762cba10f4",
24
24
  "_spec": "@syncfusion/ej2-angular-filemanager@*",
25
25
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~20.1.55",
35
- "@syncfusion/ej2-base": "~20.1.60",
36
- "@syncfusion/ej2-filemanager": "20.1.60"
34
+ "@syncfusion/ej2-angular-base": "~20.2.36",
35
+ "@syncfusion/ej2-base": "~20.2.36",
36
+ "@syncfusion/ej2-filemanager": "20.2.36"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Essential JS 2 FileManager Component for Angular",
@@ -68,5 +68,5 @@
68
68
  "schematics": "./schematics/collection.json",
69
69
  "sideEffects": false,
70
70
  "typings": "ej2-angular-filemanager.d.ts",
71
- "version": "20.1.60"
71
+ "version": "20.2.36-ngcc"
72
72
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "http://json-schema.org/schema",
3
- "id": "filemanager-default",
3
+ "$id": "EJ2SchemaTemplateID",
4
4
  "title": "filemanager-default",
5
5
  "type": "object",
6
6
  "properties": {
@@ -120,5 +120,6 @@
120
120
  },
121
121
  "required": [
122
122
  "name"
123
- ]
123
+ ],
124
+ "id": "filemanager-default"
124
125
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "http://json-schema.org/schema",
3
- "id": "filemanager-localization",
3
+ "$id": "EJ2SchemaTemplateID",
4
4
  "title": "filemanager-localization",
5
5
  "type": "object",
6
6
  "properties": {
@@ -120,5 +120,6 @@
120
120
  },
121
121
  "required": [
122
122
  "name"
123
- ]
123
+ ],
124
+ "id": "filemanager-localization"
124
125
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "http://json-schema.org/schema",
3
- "id": "filemanager-overview",
3
+ "$id": "EJ2SchemaTemplateID",
4
4
  "title": "filemanager-overview",
5
5
  "type": "object",
6
6
  "properties": {
@@ -120,5 +120,6 @@
120
120
  },
121
121
  "required": [
122
122
  "name"
123
- ]
123
+ ],
124
+ "id": "filemanager-overview"
124
125
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "http://json-schema.org/schema",
3
- "id": "filemanager-rtl",
3
+ "$id": "EJ2SchemaTemplateID",
4
4
  "title": "filemanager-rtl",
5
5
  "type": "object",
6
6
  "properties": {
@@ -120,5 +120,6 @@
120
120
  },
121
121
  "required": [
122
122
  "name"
123
- ]
123
+ ],
124
+ "id": "filemanager-rtl"
124
125
  }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-filemanager";
2
- export declare const pkgVer = "^20.1.59";
2
+ export declare const pkgVer = "^18.7.7";
3
3
  export declare const moduleName = "FileManagerModule";
4
- export declare const themeVer = "~20.1.59";
4
+ export declare const themeVer = "~18.7.7";
@@ -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 = '^20.1.59';
4
+ exports.pkgVer = '^18.7.7';
5
5
  exports.moduleName = 'FileManagerModule';
6
- exports.themeVer = '~20.1.59';
6
+ exports.themeVer = '~18.7.7';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-filemanager';
2
- export const pkgVer = '^20.1.59';
2
+ export const pkgVer = '^18.7.7';
3
3
  export const moduleName = 'FileManagerModule';
4
- export const themeVer = '~20.1.59';
4
+ export const themeVer = '~18.7.7';