flameresttable 1.0.109 → 1.0.110

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flameresttable",
3
- "version": "1.0.109",
3
+ "version": "1.0.110",
4
4
  "main": "./src/plugin.ts",
5
5
  "repository": {
6
6
  "type": "git",
@@ -294,6 +294,7 @@ export default defineComponent({
294
294
  // Установим все поля в пустые значения
295
295
  ColumnNames.forEach(key => {
296
296
  Table.columns[key].Popup.model = "";
297
+ Table.columns[key].Popup.fileModel = null;
297
298
  })
298
299
 
299
300
  FlameTableModal.value?.show();