@zjlab-fe/data-hub-ui 0.9.1 → 0.10.1
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/dist/types/components/FileUploader/FileUploadModal.d.ts +3 -0
- package/dist/types/components/FileUploader/FileUploader.d.ts +3 -0
- package/dist/types/components/FileUploader/UploadStoreProvider/UploadStoreProvider.d.ts +3 -0
- package/dist/types/components/file-uploader/components/circle-progress.d.ts +2 -2
- package/dist/types/components/file-uploader/components/hooks/use-drop-zone.d.ts +2 -1
- package/dist/types/components/file-uploader/components/hooks/use-file-validation.d.ts +3 -2
- package/dist/types/components/file-uploader/components/uploader-drop-zone.d.ts +6 -5
- package/dist/types/components/file-uploader/components/uploader-file-item.d.ts +4 -0
- package/dist/types/components/file-uploader/components/uploader.d.ts +2 -2
- package/dist/types/components/file-uploader/components/uploading-status.d.ts +9 -0
- package/dist/types/components/file-uploader/components/utils/directory-reader.d.ts +5 -1
- package/dist/types/components/file-uploader/constants.d.ts +1 -1
- package/dist/types/components/file-uploader/hooks/use-upload.d.ts +62 -51
- package/dist/types/components/file-uploader/index.d.ts +3 -6
- package/dist/types/components/file-uploader/persistence/types.d.ts +3 -1
- package/dist/types/components/file-uploader/types.d.ts +2 -5
- package/dist/types/components/file-uploader/utils/chunk-handlers.d.ts +1 -1
- package/dist/types/index.d.ts +2 -1
- package/es/index.js +1 -1
- package/lib/index.js +1 -1
- package/package.json +21 -21
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zjlab-fe/data-hub-ui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.10.1",
|
|
4
4
|
"main": "lib/index.js",
|
|
5
5
|
"module": "es/index.js",
|
|
6
6
|
"types": "dist/types/index.d.ts",
|
|
@@ -73,26 +73,26 @@
|
|
|
73
73
|
"@codesandbox/sandpack-react": "^2.19.9",
|
|
74
74
|
"@floating-ui/dom": "^1.7.4",
|
|
75
75
|
"@radix-ui/react-slot": "^1.2.4",
|
|
76
|
-
"@tiptap/core": "^3.
|
|
77
|
-
"@tiptap/extension-code-block-lowlight": "^3.
|
|
78
|
-
"@tiptap/extension-color": "^3.
|
|
79
|
-
"@tiptap/extension-floating-menu": "^3.
|
|
80
|
-
"@tiptap/extension-highlight": "^3.
|
|
81
|
-
"@tiptap/extension-image": "^3.
|
|
82
|
-
"@tiptap/extension-link": "^3.
|
|
83
|
-
"@tiptap/extension-list-item": "^3.
|
|
84
|
-
"@tiptap/extension-placeholder": "^3.
|
|
85
|
-
"@tiptap/extension-table": "^3.
|
|
86
|
-
"@tiptap/extension-table-cell": "^3.
|
|
87
|
-
"@tiptap/extension-table-header": "^3.
|
|
88
|
-
"@tiptap/extension-table-row": "^3.
|
|
89
|
-
"@tiptap/extension-text-align": "^3.
|
|
90
|
-
"@tiptap/extension-text-style": "^3.
|
|
91
|
-
"@tiptap/extension-underline": "^3.
|
|
92
|
-
"@tiptap/markdown": "^3.
|
|
93
|
-
"@tiptap/pm": "^3.
|
|
94
|
-
"@tiptap/react": "^3.
|
|
95
|
-
"@tiptap/starter-kit": "^3.
|
|
76
|
+
"@tiptap/core": "^3.14.0",
|
|
77
|
+
"@tiptap/extension-code-block-lowlight": "^3.14.0",
|
|
78
|
+
"@tiptap/extension-color": "^3.14.0",
|
|
79
|
+
"@tiptap/extension-floating-menu": "^3.14.0",
|
|
80
|
+
"@tiptap/extension-highlight": "^3.14.0",
|
|
81
|
+
"@tiptap/extension-image": "^3.14.0",
|
|
82
|
+
"@tiptap/extension-link": "^3.14.0",
|
|
83
|
+
"@tiptap/extension-list-item": "^3.14.0",
|
|
84
|
+
"@tiptap/extension-placeholder": "^3.14.0",
|
|
85
|
+
"@tiptap/extension-table": "^3.14.0",
|
|
86
|
+
"@tiptap/extension-table-cell": "^3.14.0",
|
|
87
|
+
"@tiptap/extension-table-header": "^3.14.0",
|
|
88
|
+
"@tiptap/extension-table-row": "^3.14.0",
|
|
89
|
+
"@tiptap/extension-text-align": "^3.14.0",
|
|
90
|
+
"@tiptap/extension-text-style": "^3.14.0",
|
|
91
|
+
"@tiptap/extension-underline": "^3.14.0",
|
|
92
|
+
"@tiptap/markdown": "^3.14.0",
|
|
93
|
+
"@tiptap/pm": "^3.14.0",
|
|
94
|
+
"@tiptap/react": "^3.14.0",
|
|
95
|
+
"@tiptap/starter-kit": "^3.14.0",
|
|
96
96
|
"@zjlab-fe/util": "^0.0.8",
|
|
97
97
|
"antd": "^5.19.2",
|
|
98
98
|
"arrow-js-ffi": "^0.4.2",
|