@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 +3 -0
- package/dist/file-ui.js +1 -0
- package/package.json +2 -1
package/README.md
CHANGED
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.
|
|
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",
|