easy3wui 1.4.91 → 1.4.93

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,10 +1,11 @@
1
1
  .ant-upload-list-item {
2
- width: -moz-max-content;
3
- width: max-content;
2
+ width: auto;
4
3
  }
5
4
  .ant-upload-list-item .ant-upload-list-item-info {
6
- width: -moz-max-content;
7
- width: max-content;
5
+ width: auto;
6
+ }
7
+ .ant-upload-list-item .ant-upload-list-item-name {
8
+ padding-right: 24px;
8
9
  }
9
10
  .ant-upload-list-item .anticon-cross {
10
11
  right: -2px;
package/assets/index.css CHANGED
@@ -1599,12 +1599,13 @@ s {
1599
1599
  cursor: pointer;
1600
1600
  }
1601
1601
  .ant-upload-list-item {
1602
- width: -moz-max-content;
1603
- width: max-content;
1602
+ width: auto;
1604
1603
  }
1605
1604
  .ant-upload-list-item .ant-upload-list-item-info {
1606
- width: -moz-max-content;
1607
- width: max-content;
1605
+ width: auto;
1606
+ }
1607
+ .ant-upload-list-item .ant-upload-list-item-name {
1608
+ padding-right: 24px;
1608
1609
  }
1609
1610
  .ant-upload-list-item .anticon-cross {
1610
1611
  right: -2px;
@@ -254,7 +254,7 @@ var Easy3wUpload = function (_Component) {
254
254
  var correctTypeFlag = true;
255
255
  var fileNameArr = name.toLowerCase().split('.');
256
256
  var fileType = fileNameArr[fileNameArr.length - 1];
257
- var acceptDefault = '.xls,.doc,.jpg,.pdf,.png,.zip,.bmp,.rar,.txt,.docx,.ico,.bid,.xlsx,.jpeg,.json,.xml,.ebid,.dwg,.pptx,.xmind,.xps,.crx,.7z,.ppt,.svg,.pdm,.xlsm,.vsd,.gif,.tif,.docm,.csv,.ttf,.wps,.psd,.mp4,.tiff,.rtf,.tlb,.xlsb';
257
+ var acceptDefault = '.msg,.rplib,.xls,.doc,.jpg,.pdf,.png,.zip,.bmp,.rar,.txt,.docx,.ico,.bid,.xlsx,.jpeg,.json,.xml,.ebid,.dwg,.pptx,.xmind,.xps,.crx,.7z,.ppt,.svg,.pdm,.xlsm,.vsd,.gif,.tif,.docm,.csv,.ttf,.wps,.psd,.mp4,.tiff,.rtf,.tlb,.xlsb';
258
258
  if (name.length > 100) {
259
259
  return false;
260
260
  }
@@ -257,7 +257,7 @@ var Easy3wUploadM = function (_Component) {
257
257
  var correctTypeFlag = true;
258
258
  var fileNameArr = name.toLowerCase().split('.');
259
259
  var fileType = fileNameArr[fileNameArr.length - 1];
260
- var acceptDefault = '.xls,.doc,.jpg,.pdf,.png,.zip,.bmp,.rar,.txt,.docx,.ico,.bid,.xlsx,.jpeg,.json,.xml,.ebid,.dwg,.pptx,.xmind,.xps,.crx,.7z,.ppt,.svg,.pdm,.xlsm,.vsd,.gif,.tif,.docm,.csv,.ttf,.wps,.psd,.mp4,.tiff,.rtf,.tlb,.xlsb';
260
+ var acceptDefault = '.msg,.rplib,.xls,.doc,.jpg,.pdf,.png,.zip,.bmp,.rar,.txt,.docx,.ico,.bid,.xlsx,.jpeg,.json,.xml,.ebid,.dwg,.pptx,.xmind,.xps,.crx,.7z,.ppt,.svg,.pdm,.xlsm,.vsd,.gif,.tif,.docm,.csv,.ttf,.wps,.psd,.mp4,.tiff,.rtf,.tlb,.xlsb';
261
261
  if (name.length > 100) {
262
262
  return false;
263
263
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "easy3wui",
3
- "version": "1.4.91",
3
+ "version": "1.4.93",
4
4
  "description": "easy3wui components for react",
5
5
  "keywords": [
6
6
  "react",