@syncfusion/ej2-filemanager 25.1.37 → 25.1.38

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 : 25.1.37
3
+ * version : 25.1.38
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. 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@25.1.35",
3
+ "_id": "@syncfusion/ej2-filemanager@25.1.37",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-fol9PiIpPBAFMKP+iA/DG0Iw5IyqiQvbqbu69lxzxpnZluacXS8A4p22RCJtkYI/UlMzhw6R0Aex8TWl8ljyIg==",
5
+ "_integrity": "sha512-E1C2uMBrLbHmWH7u6iECQldBwNpGb9Y/bbviwBWKb9VCw3lZzpTQCJ3rYq3Ek5iLJrvTYQ59AonoF/F3RAdSMA==",
6
6
  "_location": "/@syncfusion/ej2-filemanager",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -24,8 +24,8 @@
24
24
  "/@syncfusion/ej2-richtexteditor",
25
25
  "/@syncfusion/ej2-vue-filemanager"
26
26
  ],
27
- "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-filemanager/-/ej2-filemanager-25.1.35.tgz",
28
- "_shasum": "0f8510ce10d04284efa670551e2181a2a48307e7",
27
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-filemanager/-/ej2-filemanager-25.1.37.tgz",
28
+ "_shasum": "cf782a89b485d61d55101285fe5e01c7b2e094a0",
29
29
  "_spec": "@syncfusion/ej2-filemanager@*",
30
30
  "_where": "/jenkins/workspace/elease-automation_release_25.1.1/packages/included",
31
31
  "author": {
@@ -39,13 +39,13 @@
39
39
  "@syncfusion/ej2-base": "~25.1.35",
40
40
  "@syncfusion/ej2-buttons": "~25.1.35",
41
41
  "@syncfusion/ej2-data": "~25.1.35",
42
- "@syncfusion/ej2-grids": "~25.1.37",
43
- "@syncfusion/ej2-inputs": "~25.1.37",
42
+ "@syncfusion/ej2-grids": "~25.1.38",
43
+ "@syncfusion/ej2-inputs": "~25.1.38",
44
44
  "@syncfusion/ej2-layouts": "~25.1.37",
45
45
  "@syncfusion/ej2-lists": "~25.1.35",
46
- "@syncfusion/ej2-navigations": "~25.1.37",
47
- "@syncfusion/ej2-popups": "~25.1.35",
48
- "@syncfusion/ej2-splitbuttons": "~25.1.37"
46
+ "@syncfusion/ej2-navigations": "~25.1.38",
47
+ "@syncfusion/ej2-popups": "~25.1.38",
48
+ "@syncfusion/ej2-splitbuttons": "~25.1.38"
49
49
  },
50
50
  "deprecated": false,
51
51
  "description": "Essential JS 2 FileManager Component",
@@ -75,6 +75,6 @@
75
75
  "url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
76
76
  },
77
77
  "typings": "index.d.ts",
78
- "version": "25.1.37",
78
+ "version": "25.1.38",
79
79
  "sideEffects": false
80
80
  }
@@ -207,7 +207,7 @@ var DetailsView = /** @class */ (function () {
207
207
  field: 'name', headerText: getLocaleText(this.parent, 'Name'), width: 'auto', minWidth: 120, headerTextAlign: 'Left',
208
208
  template: initializeCSPTemplate(function (data) {
209
209
  var name = enableHtmlSanitizer ? SanitizeHtmlHelper.sanitize(data.name) : data.name;
210
- return "<div class=\"e-fe-text\">" + name + "</div><div class=\"e-fe-date\">" + data._fm_modified + "</div>' +\n '<span class=\"e-fe-size\">" + data.size + "</span>";
210
+ return "<div class=\"e-fe-text\">" + name + "</div><div class=\"e-fe-date\">" + data._fm_modified + "</div><span class=\"e-fe-size\">" + data.size + "</span>";
211
211
  })
212
212
  }
213
213
  ];