free-fe-core-modules 0.0.49 → 0.0.50

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.
@@ -108,7 +108,9 @@
108
108
  flat
109
109
  class="file-list-item"
110
110
  v-for="(file, index) in fieldData.value" :key="index">
111
- <e-icon class="file-image" :name="fileThumb(file)" thumb
111
+ <e-icon class="file-image"
112
+ :name="fileThumb(file)"
113
+ :thumb="!Field?.Options?.NoThumb"
112
114
  :relative="filePreviewType(file) !== 'image'"
113
115
  @click="preview(file)">
114
116
  <div class="view-btn-wrapper absolute-full justify-center text-center">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "free-fe-core-modules",
3
- "version": "0.0.49",
3
+ "version": "0.0.50",
4
4
  "main": "index.js",
5
5
  "repository": "https://github.com/freeeis/free-fe-core-modules.git",
6
6
  "author": "zhiquan",