@newview/file-ui 1.1.10 → 1.1.11

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/README.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 1.1.11
2
+ 1. ComFormUp 去掉 DicSelect
3
+
1
4
  ## 1.1.10
2
5
  1. UploadFile 增加只读状态且无附件信息下的显示信息提示
3
6
  2. UploadFile 修改预览图片时,图片显示不对应问题
package/dist/file-ui.js CHANGED
@@ -15328,6 +15328,7 @@ const propDefine = {
15328
15328
  };
15329
15329
  const _sfc_main = defineComponent({
15330
15330
  name: "NvComFormUp",
15331
+ // components: { UploadFile, TextEditor,DicSelect },
15331
15332
  components: { UploadFile, TextEditor: TextEditor2 },
15332
15333
  emits: ["textChange", "TokenChange"],
15333
15334
  props: propDefine,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@newview/file-ui",
3
- "version": "1.1.10",
3
+ "version": "1.1.11",
4
4
  "author": "newview",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -39,6 +39,7 @@
39
39
  "@newview/infrastructure": "^1.0.0",
40
40
  "@newview/tools": "^1.0.0",
41
41
  "@newview/ui": "^1.0.0",
42
+ "@newview/basics-ui": "^1.1.5",
42
43
  "sass": "1.65.1",
43
44
  "view-ui-plus": "1.3.14",
44
45
  "vue": "3.3.4",