@nutui/nutui-react 1.3.3 → 1.3.4-beta.0
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/CHANGELOG.md +21 -0
- package/README.md +3 -2
- package/dist/esm/Address.js +7 -5
- package/dist/esm/Audio.js +7 -5
- package/dist/esm/Avatar.js +5 -3
- package/dist/esm/BackTop.js +5 -3
- package/dist/esm/Badge.js +5 -3
- package/dist/esm/Barrage.js +1 -1
- package/dist/esm/Button.js +7 -5
- package/dist/esm/Cascader.js +1 -1
- package/dist/esm/Cell.js +7 -5
- package/dist/esm/Checkbox.js +2 -2
- package/dist/esm/Collapse.js +2 -1
- package/dist/esm/CollapseItem.js +13 -9
- package/dist/esm/FixedNav.js +5 -3
- package/dist/esm/GridItem.js +5 -3
- package/dist/esm/Infiniteloading.js +13 -11
- package/dist/esm/Input.js +9 -7
- package/dist/esm/InputNumber.js +7 -5
- package/dist/esm/Menu.js +5 -3
- package/dist/esm/MenuItem.js +5 -5
- package/dist/esm/NavBar.js +7 -5
- package/dist/esm/NoticeBar.js +9 -7
- package/dist/esm/Notify.js +1 -1
- package/dist/esm/Popover.js +5 -3
- package/dist/esm/Popup.js +5 -3
- package/dist/esm/Progress.js +5 -3
- package/dist/esm/PullToRefresh.js +1 -30
- package/dist/esm/Radio.js +5 -3
- package/dist/esm/Rate.js +10 -8
- package/dist/esm/SearchBar.js +5 -3
- package/dist/esm/ShortPassword.js +5 -3
- package/dist/esm/Step.js +5 -3
- package/dist/esm/Sticky/style/index.js +2 -0
- package/dist/esm/Sticky.js +209 -0
- package/dist/esm/TabbarItem.js +5 -3
- package/dist/esm/Table.js +5 -3
- package/dist/esm/Tabs.js +2 -2
- package/dist/esm/Tag.js +5 -3
- package/dist/esm/Toast.js +1 -1
- package/dist/esm/Uploader.js +121 -44
- package/dist/esm/get-scroll-parent-3dcd3f53.js +32 -0
- package/dist/esm/nutui-react.es.js +1 -0
- package/dist/esm/render-18227751.js +43 -0
- package/dist/esm/{tabs-41234c2c.js → tabs-0896a61b.js} +5 -3
- package/dist/esm/types/src/packages/button/demo.d.ts +1 -0
- package/dist/esm/types/src/packages/collapseitem/collapseitem.d.ts +1 -0
- package/dist/esm/types/src/packages/drag/drag.d.ts +1 -1
- package/dist/esm/types/src/packages/fixednav/fixednav.d.ts +1 -1
- package/dist/esm/types/src/packages/griditem/griditem.d.ts +1 -1
- package/dist/esm/types/src/packages/infiniteloading/infiniteloading.d.ts +3 -3
- package/dist/esm/types/src/packages/input/input.d.ts +1 -1
- package/dist/esm/types/src/packages/menuitem/menuitem.d.ts +1 -1
- package/dist/esm/types/src/packages/nutui.react.build.d.ts +2 -1
- package/dist/esm/types/src/packages/nutui.react.d.ts +3 -1
- package/dist/esm/types/src/packages/nutui.react.scss.d.ts +1 -0
- package/dist/esm/types/src/packages/nutui.react.taro.d.ts +3 -1
- package/dist/esm/types/src/packages/nutui.taro.react.build.d.ts +2 -1
- package/dist/esm/types/src/packages/popover/popover.d.ts +1 -1
- package/dist/esm/types/src/packages/progress/progress.d.ts +1 -1
- package/dist/esm/types/src/packages/radio/radio.d.ts +1 -1
- package/dist/esm/types/src/packages/sticky/__test__/sticky.spec.d.ts +1 -0
- package/dist/esm/types/src/packages/sticky/demo.d.ts +3 -0
- package/dist/esm/types/src/packages/sticky/index.d.ts +2 -0
- package/dist/esm/types/src/packages/sticky/index.taro.d.ts +2 -0
- package/dist/esm/types/src/packages/sticky/sticky.d.ts +13 -0
- package/dist/esm/types/src/packages/tabs/tabs.d.ts +1 -1
- package/dist/esm/types/src/packages/toast/index.taro.d.ts +1 -1
- package/dist/esm/types/src/packages/uploader/demo.d.ts +1 -0
- package/dist/esm/types/src/packages/uploader/upload.d.ts +4 -0
- package/dist/esm/types/src/packages/uploader/uploader.d.ts +16 -12
- package/dist/esm/types/src/utils/date.d.ts +1 -1
- package/dist/esm/types/src/utils/useWatch.d.ts +6 -0
- package/dist/locales/base.js +1 -1
- package/dist/locales/en-US.js +1 -1
- package/dist/locales/id-ID.js +1 -1
- package/dist/locales/zh-CN.js +1 -1
- package/dist/locales/zh-TW.js +1 -1
- package/dist/nutui.react.es.js +1002 -616
- package/dist/nutui.react.umd.js +1002 -615
- package/dist/packages/barrage/barrage.scss +7 -2
- package/dist/packages/circleprogress/circleprogress.scss +3 -0
- package/dist/packages/sticky/sticky.scss +0 -0
- package/dist/style.css +1 -1
- package/dist/style.es.js +1 -1
- package/dist/styles/themes/default.scss +1 -0
- package/dist/types/index.d.ts +37 -24
- package/dist/types/nutui.react.build.ts +3 -1
- package/package.json +10 -5
- package/dist/esm/render-4a3856cb.js +0 -32
|
@@ -11,6 +11,7 @@ import Row from '@/packages/row';
|
|
|
11
11
|
import Divider from '@/packages/divider';
|
|
12
12
|
import Grid from '@/packages/grid';
|
|
13
13
|
import GridItem from '@/packages/griditem';
|
|
14
|
+
import Sticky from '@/packages/sticky';
|
|
14
15
|
import NavBar from '@/packages/navbar';
|
|
15
16
|
import FixedNav from '@/packages/fixednav';
|
|
16
17
|
import Tabbar from '@/packages/tabbar';
|
|
@@ -97,6 +98,7 @@ import '@/packages/row/row.scss';
|
|
|
97
98
|
import '@/packages/divider/divider.scss';
|
|
98
99
|
import '@/packages/grid/grid.scss';
|
|
99
100
|
import '@/packages/griditem/griditem.scss';
|
|
101
|
+
import '@/packages/sticky/sticky.scss';
|
|
100
102
|
import '@/packages/navbar/navbar.scss';
|
|
101
103
|
import '@/packages/fixednav/fixednav.scss';
|
|
102
104
|
import '@/packages/tabbar/tabbar.scss';
|
|
@@ -170,4 +172,4 @@ import '@/packages/card/card.scss';
|
|
|
170
172
|
import '@/packages/timepannel/timepannel.scss';
|
|
171
173
|
import '@/packages/timedetail/timedetail.scss';
|
|
172
174
|
import '@/packages/timeselect/timeselect.scss';
|
|
173
|
-
export { Button, Cell, CellGroup, Icon, Overlay, Popup, ConfigProvider, Layout, Col, Row, Divider, Grid, GridItem, NavBar, FixedNav, Tabbar, TabbarItem, Elevator, Pagination, Tabs, TabPane, Indicator, SideNavBar, SubSideNavBar, SideNavBarItem, Menu, MenuItem, Range, Calendar, Checkbox, CheckboxGroup, DatePicker, InputNumber, Input, Radio, RadioGroup, Rate, CalendarItem, Picker, ShortPassword, TextArea, Uploader, Cascader, SearchBar, NumberKeyboard, ActionSheet, BackTop, Drag, Dialog, Infiniteloading, Notify, Switch, Toast, Swipe, PullToRefresh, CircleProgress, NoticeBar, Steps, Step, Swiper, SwiperItem, Avatar, AvatarGroup, Price, Badge, Tag, Popover, Skeleton, CountDown, Collapse, CollapseItem, AnimatingNumbers, Empty, VirtualList, Table, Video, Progress, Audio, ImagePreview, Address, Barrage, Signature, Card, TimePannel, TimeDetail, TimeSelect };
|
|
175
|
+
export { Button, Cell, CellGroup, Icon, Overlay, Popup, ConfigProvider, Layout, Col, Row, Divider, Grid, GridItem, Sticky, NavBar, FixedNav, Tabbar, TabbarItem, Elevator, Pagination, Tabs, TabPane, Indicator, SideNavBar, SubSideNavBar, SideNavBarItem, Menu, MenuItem, Range, Calendar, Checkbox, CheckboxGroup, DatePicker, InputNumber, Input, Radio, RadioGroup, Rate, CalendarItem, Picker, ShortPassword, TextArea, Uploader, Cascader, SearchBar, NumberKeyboard, ActionSheet, BackTop, Drag, Dialog, Infiniteloading, Notify, Switch, Toast, Swipe, PullToRefresh, CircleProgress, NoticeBar, Steps, Step, Swiper, SwiperItem, Avatar, AvatarGroup, Price, Badge, Tag, Popover, Skeleton, CountDown, Collapse, CollapseItem, AnimatingNumbers, Empty, VirtualList, Table, Video, Progress, Audio, ImagePreview, Address, Barrage, Signature, Card, TimePannel, TimeDetail, TimeSelect };
|
|
@@ -11,6 +11,7 @@ import '@/packages/row/row.scss';
|
|
|
11
11
|
import '@/packages/divider/divider.scss';
|
|
12
12
|
import '@/packages/grid/grid.scss';
|
|
13
13
|
import '@/packages/griditem/griditem.scss';
|
|
14
|
+
import '@/packages/sticky/sticky.scss';
|
|
14
15
|
import '@/packages/navbar/navbar.scss';
|
|
15
16
|
import '@/packages/fixednav/fixednav.scss';
|
|
16
17
|
import '@/packages/tabbar/tabbar.scss';
|
|
@@ -11,6 +11,7 @@ import Row from '@/packages/row/index.taro';
|
|
|
11
11
|
import Divider from '@/packages/divider/index.taro';
|
|
12
12
|
import Grid from '@/packages/grid/index.taro';
|
|
13
13
|
import GridItem from '@/packages/griditem/index.taro';
|
|
14
|
+
import Sticky from '@/packages/sticky/index.taro';
|
|
14
15
|
import NavBar from '@/packages/navbar/index.taro';
|
|
15
16
|
import FixedNav from '@/packages/fixednav/index.taro';
|
|
16
17
|
import Tabbar from '@/packages/tabbar/index.taro';
|
|
@@ -97,6 +98,7 @@ import '@/packages/row/row.scss';
|
|
|
97
98
|
import '@/packages/divider/divider.scss';
|
|
98
99
|
import '@/packages/grid/grid.scss';
|
|
99
100
|
import '@/packages/griditem/griditem.scss';
|
|
101
|
+
import '@/packages/sticky/sticky.scss';
|
|
100
102
|
import '@/packages/navbar/navbar.scss';
|
|
101
103
|
import '@/packages/fixednav/fixednav.scss';
|
|
102
104
|
import '@/packages/tabbar/tabbar.scss';
|
|
@@ -170,4 +172,4 @@ import '@/packages/card/card.scss';
|
|
|
170
172
|
import '@/packages/timepannel/timepannel.scss';
|
|
171
173
|
import '@/packages/timedetail/timedetail.scss';
|
|
172
174
|
import '@/packages/timeselect/timeselect.scss';
|
|
173
|
-
export { Button, Cell, CellGroup, Icon, Overlay, Popup, ConfigProvider, Layout, Col, Row, Divider, Grid, GridItem, NavBar, FixedNav, Tabbar, TabbarItem, Elevator, Pagination, Tabs, TabPane, Indicator, SideNavBar, SubSideNavBar, SideNavBarItem, Menu, MenuItem, Range, Calendar, Checkbox, CheckboxGroup, DatePicker, InputNumber, Input, Radio, RadioGroup, Rate, CalendarItem, Picker, ShortPassword, TextArea, Uploader, Cascader, SearchBar, NumberKeyboard, ActionSheet, BackTop, Drag, Dialog, Infiniteloading, Notify, Switch, Toast, Swipe, PullToRefresh, CircleProgress, NoticeBar, Steps, Step, Swiper, SwiperItem, Avatar, AvatarGroup, Price, Badge, Tag, Popover, Skeleton, CountDown, Collapse, CollapseItem, AnimatingNumbers, Empty, VirtualList, Table, Video, Progress, Audio, ImagePreview, Address, Barrage, Signature, Card, TimePannel, TimeDetail, TimeSelect };
|
|
175
|
+
export { Button, Cell, CellGroup, Icon, Overlay, Popup, ConfigProvider, Layout, Col, Row, Divider, Grid, GridItem, Sticky, NavBar, FixedNav, Tabbar, TabbarItem, Elevator, Pagination, Tabs, TabPane, Indicator, SideNavBar, SubSideNavBar, SideNavBarItem, Menu, MenuItem, Range, Calendar, Checkbox, CheckboxGroup, DatePicker, InputNumber, Input, Radio, RadioGroup, Rate, CalendarItem, Picker, ShortPassword, TextArea, Uploader, Cascader, SearchBar, NumberKeyboard, ActionSheet, BackTop, Drag, Dialog, Infiniteloading, Notify, Switch, Toast, Swipe, PullToRefresh, CircleProgress, NoticeBar, Steps, Step, Swiper, SwiperItem, Avatar, AvatarGroup, Price, Badge, Tag, Popover, Skeleton, CountDown, Collapse, CollapseItem, AnimatingNumbers, Empty, VirtualList, Table, Video, Progress, Audio, ImagePreview, Address, Barrage, Signature, Card, TimePannel, TimeDetail, TimeSelect };
|
|
@@ -11,6 +11,7 @@ import Row from '@/packages/row/index.taro';
|
|
|
11
11
|
import Divider from '@/packages/divider/index.taro';
|
|
12
12
|
import Grid from '@/packages/grid/index.taro';
|
|
13
13
|
import GridItem from '@/packages/griditem/index.taro';
|
|
14
|
+
import Sticky from '@/packages/sticky/index.taro';
|
|
14
15
|
import NavBar from '@/packages/navbar/index.taro';
|
|
15
16
|
import FixedNav from '@/packages/fixednav/index.taro';
|
|
16
17
|
import Tabbar from '@/packages/tabbar/index.taro';
|
|
@@ -84,4 +85,4 @@ import Card from '@/packages/card/index.taro';
|
|
|
84
85
|
import TimePannel from '@/packages/timepannel/index.taro';
|
|
85
86
|
import TimeDetail from '@/packages/timedetail/index.taro';
|
|
86
87
|
import TimeSelect from '@/packages/timeselect/index.taro';
|
|
87
|
-
export { Button, Cell, CellGroup, Icon, Overlay, Popup, ConfigProvider, Layout, Col, Row, Divider, Grid, GridItem, NavBar, FixedNav, Tabbar, TabbarItem, Elevator, Pagination, Tabs, TabPane, Indicator, SideNavBar, SubSideNavBar, SideNavBarItem, Menu, MenuItem, Range, Calendar, Checkbox, CheckboxGroup, DatePicker, InputNumber, Input, Radio, RadioGroup, Rate, CalendarItem, Picker, ShortPassword, TextArea, Uploader, Cascader, SearchBar, NumberKeyboard, ActionSheet, BackTop, Drag, Dialog, Infiniteloading, Notify, Switch, Toast, Swipe, PullToRefresh, CircleProgress, NoticeBar, Steps, Step, Swiper, SwiperItem, Avatar, AvatarGroup, Price, Badge, Tag, Popover, Skeleton, CountDown, Collapse, CollapseItem, AnimatingNumbers, Empty, VirtualList, Table, Video, Progress, Audio, ImagePreview, Address, Barrage, Signature, Card, TimePannel, TimeDetail, TimeSelect };
|
|
88
|
+
export { Button, Cell, CellGroup, Icon, Overlay, Popup, ConfigProvider, Layout, Col, Row, Divider, Grid, GridItem, Sticky, NavBar, FixedNav, Tabbar, TabbarItem, Elevator, Pagination, Tabs, TabPane, Indicator, SideNavBar, SubSideNavBar, SideNavBarItem, Menu, MenuItem, Range, Calendar, Checkbox, CheckboxGroup, DatePicker, InputNumber, Input, Radio, RadioGroup, Rate, CalendarItem, Picker, ShortPassword, TextArea, Uploader, Cascader, SearchBar, NumberKeyboard, ActionSheet, BackTop, Drag, Dialog, Infiniteloading, Notify, Switch, Toast, Swipe, PullToRefresh, CircleProgress, NoticeBar, Steps, Step, Swiper, SwiperItem, Avatar, AvatarGroup, Price, Badge, Tag, Popover, Skeleton, CountDown, Collapse, CollapseItem, AnimatingNumbers, Empty, VirtualList, Table, Video, Progress, Audio, ImagePreview, Address, Barrage, Signature, Card, TimePannel, TimeDetail, TimeSelect };
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import React, { CSSProperties, FunctionComponent } from 'react';
|
|
2
|
+
import { IComponent } from '@/utils/typings';
|
|
2
3
|
export declare type PopoverTheme = 'light' | 'dark';
|
|
3
4
|
export declare type PopoverLocation = 'bottom' | 'top' | 'left' | 'right' | 'top-start' | 'top-end' | 'bottom-start' | 'bottom-end' | 'left-start' | 'left-end' | 'right-start' | 'right-end';
|
|
4
5
|
export interface List {
|
|
@@ -6,7 +7,6 @@ export interface List {
|
|
|
6
7
|
icon?: string;
|
|
7
8
|
disabled?: boolean;
|
|
8
9
|
}
|
|
9
|
-
import { IComponent } from '@/utils/typings';
|
|
10
10
|
export interface PopoverProps extends IComponent {
|
|
11
11
|
list: List[];
|
|
12
12
|
theme: PopoverTheme;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React, { FunctionComponent, CSSProperties, ReactNode } from 'react';
|
|
2
|
+
import { IComponent } from '@/utils/typings';
|
|
2
3
|
export declare type ProgressSize = 'small' | 'base' | 'large';
|
|
3
4
|
export declare type TextType = 'icon' | 'text';
|
|
4
|
-
import { IComponent } from '@/utils/typings';
|
|
5
5
|
export interface ProgressProps extends IComponent {
|
|
6
6
|
className: string;
|
|
7
7
|
style: CSSProperties;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React, { FunctionComponent, MouseEventHandler } from 'react';
|
|
2
2
|
import RadioGroup from '@/packages/radiogroup';
|
|
3
|
+
import { IComponent } from '@/utils/typings';
|
|
3
4
|
declare type Shape = 'button' | 'round';
|
|
4
5
|
declare type Position = 'right' | 'left';
|
|
5
|
-
import { IComponent } from '@/utils/typings';
|
|
6
6
|
export interface RadioProps extends IComponent {
|
|
7
7
|
className: string;
|
|
8
8
|
style: React.CSSProperties;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@testing-library/jest-dom';
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React, { FunctionComponent } from 'react';
|
|
2
|
+
import { IComponent } from '@/utils/typings';
|
|
3
|
+
export interface StickyProps extends IComponent {
|
|
4
|
+
container?: React.RefObject<HTMLElement>;
|
|
5
|
+
position?: 'top' | 'bottom';
|
|
6
|
+
className?: string;
|
|
7
|
+
top?: number;
|
|
8
|
+
bottom?: number;
|
|
9
|
+
zIndex?: number;
|
|
10
|
+
children: React.ReactNode;
|
|
11
|
+
onChange?: (val: boolean) => void;
|
|
12
|
+
}
|
|
13
|
+
export declare const Sticky: FunctionComponent<StickyProps>;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import React, { FunctionComponent } from 'react';
|
|
2
|
+
import { IComponent } from '@/utils/typings';
|
|
2
3
|
declare class Title {
|
|
3
4
|
title: string;
|
|
4
5
|
paneKey: string;
|
|
@@ -7,7 +8,6 @@ declare class Title {
|
|
|
7
8
|
constructor();
|
|
8
9
|
}
|
|
9
10
|
export declare type TabsSize = 'large' | 'normal' | 'small';
|
|
10
|
-
import { IComponent } from '@/utils/typings';
|
|
11
11
|
export interface TabsProps extends IComponent {
|
|
12
12
|
className: string;
|
|
13
13
|
style: React.CSSProperties;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import Toast from './toast.taro';
|
|
1
|
+
import { Toast } from './toast.taro';
|
|
2
2
|
export default Toast;
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
export declare class UploadOptions {
|
|
2
2
|
url: string;
|
|
3
3
|
name: string;
|
|
4
|
+
fileType?: string | undefined;
|
|
4
5
|
formData?: FormData;
|
|
6
|
+
sourceFile: any;
|
|
5
7
|
method: string;
|
|
6
8
|
xhrState: string | number;
|
|
7
9
|
timeout: number;
|
|
@@ -12,9 +14,11 @@ export declare class UploadOptions {
|
|
|
12
14
|
onProgress?: Function;
|
|
13
15
|
onSuccess?: Function;
|
|
14
16
|
onFailure?: Function;
|
|
17
|
+
beforeXhrUpload?: Function;
|
|
15
18
|
}
|
|
16
19
|
export declare class Upload {
|
|
17
20
|
options: UploadOptions;
|
|
18
21
|
constructor(options: UploadOptions);
|
|
19
22
|
upload(): void;
|
|
23
|
+
uploadTaro(uploadFile: Function, env: string): void;
|
|
20
24
|
}
|
|
@@ -31,29 +31,31 @@ export interface UploaderProps extends IComponent {
|
|
|
31
31
|
className: string;
|
|
32
32
|
defaultImg: string;
|
|
33
33
|
style: React.CSSProperties;
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
34
|
+
onStart?: (option: UploadOptions) => void;
|
|
35
|
+
onRemove?: (file: FileItem, fileList: FileItem[]) => void;
|
|
36
|
+
onSuccess?: (param: {
|
|
37
37
|
responseText: XMLHttpRequest['responseText'];
|
|
38
38
|
option: UploadOptions;
|
|
39
39
|
}) => void;
|
|
40
|
-
|
|
40
|
+
onProgress?: (param: {
|
|
41
41
|
e: ProgressEvent<XMLHttpRequestEventTarget>;
|
|
42
42
|
option: UploadOptions;
|
|
43
|
+
percentage: string | number;
|
|
43
44
|
}) => void;
|
|
44
|
-
|
|
45
|
+
onFailure?: (param: {
|
|
45
46
|
responseText: XMLHttpRequest['responseText'];
|
|
46
47
|
option: UploadOptions;
|
|
47
48
|
}) => void;
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
fileList:
|
|
49
|
+
onUpdate?: (fileList: FileItem[]) => void;
|
|
50
|
+
onOversize?: (file: File[]) => void;
|
|
51
|
+
onChange?: (param: {
|
|
52
|
+
fileList: FileItem[];
|
|
52
53
|
event: React.ChangeEvent<HTMLInputElement>;
|
|
53
54
|
}) => void;
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
55
|
+
onBeforeUpload?: (file: File[]) => Promise<File[]>;
|
|
56
|
+
onBeforeXhrUpload?: (xhr: XMLHttpRequest, options: any) => void;
|
|
57
|
+
onBeforeDelete?: (file: FileItem, files: FileItem[]) => boolean;
|
|
58
|
+
onFileItemClick?: (file: FileItem) => void;
|
|
57
59
|
}
|
|
58
60
|
export declare class FileItem {
|
|
59
61
|
status: FileItemStatus;
|
|
@@ -62,6 +64,8 @@ export declare class FileItem {
|
|
|
62
64
|
name?: string;
|
|
63
65
|
url?: string;
|
|
64
66
|
type?: string;
|
|
67
|
+
path?: string;
|
|
68
|
+
percentage: string | number;
|
|
65
69
|
formData: FormData;
|
|
66
70
|
}
|
|
67
71
|
export declare const Uploader: React.ForwardRefExoticComponent<Partial<UploaderProps> & {
|
package/dist/locales/base.js
CHANGED
package/dist/locales/en-US.js
CHANGED
package/dist/locales/id-ID.js
CHANGED
package/dist/locales/zh-CN.js
CHANGED
package/dist/locales/zh-TW.js
CHANGED