@newview/file-ui 1.1.15 → 1.1.16

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,7 @@
1
+ ## 1.1.16
2
+ 1. type类型补充
3
+ 2. DictionaryTools导出
4
+
1
5
  ## 1.1.12
2
6
  1.ComFormUp 增加NvDicSelect、NvStructureTypeSelect、NvStructureSelect
3
7
 
package/dist/file-ui.js CHANGED
@@ -19071,5 +19071,6 @@ export {
19071
19071
  NvStructureSelect,
19072
19072
  NvStructureTypeSelect,
19073
19073
  TextEditor2 as TextEditor,
19074
- UploadFile
19074
+ UploadFile,
19075
+ loadDictionaryData
19075
19076
  };