@syncfusion/ej2-filemanager 20.4.42 → 20.4.43

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.4.42
3
+ * version : 20.4.43
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.4.40",
3
+ "_id": "@syncfusion/ej2-filemanager@20.4.42",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-gp/6qJwBd1O3h3rMjy/Q9j9D/J2c277LQIi+PwPOnY/rlO6mG1SkqAX6YYePvuhhh9nZcRU6Oxm7fse9kbSzHA==",
5
+ "_integrity": "sha512-3gn1vs7ZNL/58mrRQN2jKIQuMYFuCw96OSSU54F3jKeh2hCr+xcheEnRYHaQ6+rIAeg3HyC4ijxOjN42g/azeg==",
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": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-filemanager/-/ej2-filemanager-20.4.40.tgz",
29
- "_shasum": "3d76968c2e6f136087e91562cd42aec0df08844c",
28
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-filemanager/-/ej2-filemanager-20.4.42.tgz",
29
+ "_shasum": "f0327d1e9d398dd268b2c4c865a7b646b303a040",
30
30
  "_spec": "@syncfusion/ej2-filemanager@*",
31
31
  "_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
32
32
  "author": {
@@ -40,12 +40,12 @@
40
40
  "@syncfusion/ej2-base": "~20.4.42",
41
41
  "@syncfusion/ej2-buttons": "~20.4.42",
42
42
  "@syncfusion/ej2-data": "~20.4.42",
43
- "@syncfusion/ej2-grids": "~20.4.42",
43
+ "@syncfusion/ej2-grids": "~20.4.43",
44
44
  "@syncfusion/ej2-inputs": "~20.4.42",
45
45
  "@syncfusion/ej2-layouts": "~20.4.42",
46
46
  "@syncfusion/ej2-lists": "~20.4.42",
47
- "@syncfusion/ej2-navigations": "~20.4.42",
48
- "@syncfusion/ej2-popups": "~20.4.42",
47
+ "@syncfusion/ej2-navigations": "~20.4.43",
48
+ "@syncfusion/ej2-popups": "~20.4.43",
49
49
  "@syncfusion/ej2-splitbuttons": "~20.4.42"
50
50
  },
51
51
  "deprecated": false,
@@ -76,6 +76,6 @@
76
76
  "url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
77
77
  },
78
78
  "typings": "index.d.ts",
79
- "version": "20.4.42",
79
+ "version": "20.4.43",
80
80
  "sideEffects": false
81
81
  }
@@ -896,7 +896,7 @@ function onSubmitValidate(parent, ele) {
896
896
  onValidate(parent, ele);
897
897
  var len = ele.value.length - 1;
898
898
  if (ele.value !== '' && ((ele.value.lastIndexOf('.') === len) || (ele.value.lastIndexOf(' ') === len)) &&
899
- (parent.showFileExtension || (parent.currentItemText.lastIndexOf('.') === -1))) {
899
+ (parent.showFileExtension || (ele.value.lastIndexOf('.') === -1 || ele.value.substring(ele.value.indexOf('.') + 1).length === 0))) {
900
900
  addInvalid(parent, ele);
901
901
  }
902
902
  }
@@ -816,6 +816,12 @@
816
816
  display: inline-table;
817
817
  transform: rotate(180deg);
818
818
  }
819
+
820
+ .e-toolbar-items .e-toolbar-right .e-toolbar-item .e-dropdown-btn .e-icon-left {
821
+ @if $fm-skin-name == 'FluentUI' {
822
+ line-height: $fe-cb-line-height;
823
+ }
824
+ }
819
825
  }
820
826
 
821
827
  .e-splitter.e-splitter-horizontal {
@@ -688,6 +688,9 @@ ejs-filemanager {
688
688
  display: inline-table;
689
689
  transform: rotate(180deg);
690
690
  }
691
+ .e-filemanager.e-rtl .e-toolbar .e-toolbar-items .e-toolbar-right .e-toolbar-item .e-dropdown-btn .e-icon-left {
692
+ line-height: 16px;
693
+ }
691
694
  .e-filemanager.e-rtl .e-splitter.e-splitter-horizontal {
692
695
  -ms-flex-direction: row-reverse;
693
696
  flex-direction: row-reverse;
@@ -688,6 +688,9 @@ ejs-filemanager {
688
688
  display: inline-table;
689
689
  transform: rotate(180deg);
690
690
  }
691
+ .e-filemanager.e-rtl .e-toolbar .e-toolbar-items .e-toolbar-right .e-toolbar-item .e-dropdown-btn .e-icon-left {
692
+ line-height: 16px;
693
+ }
691
694
  .e-filemanager.e-rtl .e-splitter.e-splitter-horizontal {
692
695
  -ms-flex-direction: row-reverse;
693
696
  flex-direction: row-reverse;
@@ -688,6 +688,9 @@ ejs-filemanager {
688
688
  display: inline-table;
689
689
  transform: rotate(180deg);
690
690
  }
691
+ .e-filemanager.e-rtl .e-toolbar .e-toolbar-items .e-toolbar-right .e-toolbar-item .e-dropdown-btn .e-icon-left {
692
+ line-height: 16px;
693
+ }
691
694
  .e-filemanager.e-rtl .e-splitter.e-splitter-horizontal {
692
695
  -ms-flex-direction: row-reverse;
693
696
  flex-direction: row-reverse;
package/styles/fluent.css CHANGED
@@ -688,6 +688,9 @@ ejs-filemanager {
688
688
  display: inline-table;
689
689
  transform: rotate(180deg);
690
690
  }
691
+ .e-filemanager.e-rtl .e-toolbar .e-toolbar-items .e-toolbar-right .e-toolbar-item .e-dropdown-btn .e-icon-left {
692
+ line-height: 16px;
693
+ }
691
694
  .e-filemanager.e-rtl .e-splitter.e-splitter-horizontal {
692
695
  -ms-flex-direction: row-reverse;
693
696
  flex-direction: row-reverse;