shineout 3.9.0-beta.2 → 3.9.0-beta.21
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/cjs/index.js +1 -1
- package/cjs/upload/button.type.d.ts +1 -1
- package/dist/shineout.js +1489 -661
- package/dist/shineout.js.map +1 -1
- package/dist/shineout.min.js +1 -1
- package/dist/shineout.min.js.map +1 -1
- package/esm/index.js +1 -1
- package/esm/upload/button.type.d.ts +1 -1
- package/package.json +5 -5
package/esm/index.js
CHANGED
|
@@ -5,7 +5,7 @@ export type BaseUploadButtonProps<T> = Omit<UnStyledUploadButtonProps<T>, 'jssSt
|
|
|
5
5
|
export type UploadButtonProps<T> = GetWithFieldProps<BaseUploadButtonProps<T>, BaseUploadButtonProps<T>['value']>;
|
|
6
6
|
/**
|
|
7
7
|
* @title Upload.Button
|
|
8
|
-
* @cn
|
|
8
|
+
* @cn 不支持这些API: listType, imageStyle, canDelete, showUploadList, customResult, multiple, leftHandler, onPreview, renderContent, recoverAble,其他API 和 Upload 一致,特有API如下
|
|
9
9
|
* @en The basic API is consistent with Upload, and the specific API is as follows
|
|
10
10
|
* @sort 2
|
|
11
11
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "shineout",
|
|
3
|
-
"version": "3.9.0-beta.
|
|
3
|
+
"version": "3.9.0-beta.21",
|
|
4
4
|
"description": "A components library for React",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"keywords": [
|
|
@@ -16,10 +16,10 @@
|
|
|
16
16
|
"module": "./esm/index.js",
|
|
17
17
|
"typings": "./cjs/index.d.ts",
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@sheinx/base": "3.9.0-beta.
|
|
20
|
-
"@sheinx/hooks": "3.9.0-beta.
|
|
21
|
-
"@sheinx/shineout-style": "3.9.0-beta.
|
|
22
|
-
"@sheinx/theme": "3.9.0-beta.
|
|
19
|
+
"@sheinx/base": "3.9.0-beta.21",
|
|
20
|
+
"@sheinx/hooks": "3.9.0-beta.21",
|
|
21
|
+
"@sheinx/shineout-style": "3.9.0-beta.21",
|
|
22
|
+
"@sheinx/theme": "3.9.0-beta.21",
|
|
23
23
|
"classnames": "^2.0.0",
|
|
24
24
|
"deep-eql": "^4.0.0",
|
|
25
25
|
"immer": "^10.0.0"
|