@syncfusion/ej2-filemanager 20.1.56 → 20.1.57

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.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 20.1.56
3
+ * version : 20.1.57
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-filemanager@*",
3
- "_id": "@syncfusion/ej2-filemanager@20.1.55",
3
+ "_id": "@syncfusion/ej2-filemanager@20.1.56",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-xmGvb6+W0R8B83/4ePpXQtjJfcPYsWxKPN6UFb8XFfhPni+/HrSeYM8TBwZ0EV1NWw725IOW7s0zxpywfmyhiA==",
5
+ "_integrity": "sha512-5klqK8jUaeGd1POKzMnf7k5Cq0xAJhHKiHFjIRglWODFTTLRvsm6QNVCeXTvaMMqgiR3BPc6OV5Kn7NN38KQsw==",
6
6
  "_location": "/@syncfusion/ej2-filemanager",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -25,8 +25,8 @@
25
25
  "/@syncfusion/ej2-richtexteditor",
26
26
  "/@syncfusion/ej2-vue-filemanager"
27
27
  ],
28
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-filemanager/-/ej2-filemanager-20.1.55.tgz",
29
- "_shasum": "bd1cb663dab59f10e6ec2f2fe5b2d9c6c6737cda",
28
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-filemanager/-/ej2-filemanager-20.1.56.tgz",
29
+ "_shasum": "3a9b367682218607a8297fa6938de2886e1d3e98",
30
30
  "_spec": "@syncfusion/ej2-filemanager@*",
31
31
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
32
32
  "author": {
@@ -40,13 +40,13 @@
40
40
  "@syncfusion/ej2-base": "~20.1.56",
41
41
  "@syncfusion/ej2-buttons": "~20.1.55",
42
42
  "@syncfusion/ej2-data": "~20.1.55",
43
- "@syncfusion/ej2-grids": "~20.1.56",
43
+ "@syncfusion/ej2-grids": "~20.1.57",
44
44
  "@syncfusion/ej2-inputs": "~20.1.55",
45
45
  "@syncfusion/ej2-layouts": "~20.1.55",
46
46
  "@syncfusion/ej2-lists": "~20.1.55",
47
- "@syncfusion/ej2-navigations": "~20.1.56",
48
- "@syncfusion/ej2-popups": "~20.1.55",
49
- "@syncfusion/ej2-splitbuttons": "~20.1.55"
47
+ "@syncfusion/ej2-navigations": "~20.1.57",
48
+ "@syncfusion/ej2-popups": "~20.1.57",
49
+ "@syncfusion/ej2-splitbuttons": "~20.1.57"
50
50
  },
51
51
  "deprecated": false,
52
52
  "description": "Essential JS 2 FileManager Component",
@@ -67,6 +67,6 @@
67
67
  "url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
68
68
  },
69
69
  "typings": "index.d.ts",
70
- "version": "20.1.56",
70
+ "version": "20.1.57",
71
71
  "sideEffects": false
72
72
  }
@@ -801,6 +801,15 @@ export function pasteHandler(parent) {
801
801
  parent.enablePaste = false;
802
802
  parent.notify(events.hidePaste, {});
803
803
  removeBlur(parent);
804
+ var result = {
805
+ files: null,
806
+ error: {
807
+ code: '402',
808
+ message: getLocaleText(parent, 'Same-Folder-Error'),
809
+ fileExists: null
810
+ }
811
+ };
812
+ createDialog(parent, 'Error', result);
804
813
  }
805
814
  }
806
815
  }