mali-applet-ui 1.0.142 → 1.0.143

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.
@@ -505,6 +505,7 @@ export default {
505
505
  ).then(res => {
506
506
  return {
507
507
  ...res,
508
+ isNew: true,
508
509
  [this.nameField]: res[this.nameField] || file.name,
509
510
  [this.typeField]: res[this.typeField] || fileSuffix,
510
511
  tempPath: file.path
@@ -512,6 +513,7 @@ export default {
512
513
  })
513
514
  }
514
515
  return {
516
+ isNew: true,
515
517
  [this.nameField]: file.name,
516
518
  [this.typeField]: file.extname,
517
519
  [this.urlField]: file.path,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mali-applet-ui",
3
- "version": "1.0.142",
3
+ "version": "1.0.143",
4
4
  "description": "码里云小程序组件库",
5
5
  "files": [
6
6
  "lib",