@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 +4 -0
- package/dist/file-ui.js +2 -1
- package/dist/file-ui.umd.cjs +1 -1
- package/package.json +1 -1
- package/types/index.d.ts +5 -1
package/README.md
CHANGED
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
|
};
|