taro-react-uilib 1.4.26-1 → 1.4.26
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/components/Button/index.js +1 -1
- package/dist/components/Button/index.js.map +1 -1
- package/dist/components/Checkbox/index.js +1 -1
- package/dist/components/Checkbox/index.js.map +1 -1
- package/dist/components/CheckboxButton/index.js +1 -1
- package/dist/components/CheckboxButton/index.js.map +1 -1
- package/dist/components/FormInput/index.js +1 -1
- package/dist/components/FormInput/index.js.map +1 -1
- package/dist/components/IDNumberInput/index.js +1 -1
- package/dist/components/IDNumberInput/index.js.map +1 -1
- package/dist/components/Image/index.js +1 -1
- package/dist/components/Image/index.js.map +1 -1
- package/dist/components/LicensePlateInput/index.js +1 -1
- package/dist/components/LicensePlateInput/index.js.map +1 -1
- package/dist/components/NumberKeyboard/index.js +1 -1
- package/dist/components/NumberKeyboard/index.js.map +1 -1
- package/dist/components/Radio/index.js +1 -1
- package/dist/components/Radio/index.js.map +1 -1
- package/dist/components/Step/index.js +1 -1
- package/dist/components/Step/index.js.map +1 -1
- package/dist/components/Tabbar/tabbar/Tabbar.js +1 -1
- package/dist/components/Tabbar/tabbar/Tabbar.js.map +1 -1
- package/dist/index.esm.js +6 -6
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.umd.js +3 -3
- package/dist/index.umd.js.map +1 -1
- package/dist/styles/components/checkbox.scss +1 -0
- package/package.json +4 -1
- package/types/components/Button/index.d.ts +0 -1
- package/types/components/Captcha/index.d.ts +1 -1
- package/types/components/Checkbox/index.d.ts +0 -1
- package/types/components/CheckboxButton/index.d.ts +0 -1
- package/types/components/FormInput/index.d.ts +0 -1
- package/types/components/IDNumberInput/index.d.ts +0 -2
- package/types/components/Image/index.d.ts +0 -1
- package/types/components/LicensePlateInput/index.d.ts +0 -2
- package/types/components/NumberKeyboard/index.d.ts +0 -1
- package/types/components/Radio/index.d.ts +0 -1
- package/types/components/Step/index.d.ts +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "taro-react-uilib",
|
|
3
|
-
"version": "1.4.26
|
|
3
|
+
"version": "1.4.26",
|
|
4
4
|
"description": "基于taro的跨端组件库",
|
|
5
5
|
"templateInfo": {
|
|
6
6
|
"name": "default",
|
|
@@ -62,6 +62,9 @@
|
|
|
62
62
|
"Android >= 4.1",
|
|
63
63
|
"ios >= 8"
|
|
64
64
|
],
|
|
65
|
+
"engines": {
|
|
66
|
+
"node": "16"
|
|
67
|
+
},
|
|
65
68
|
"devDependencies": {
|
|
66
69
|
"@babel/core": "^7.8.0",
|
|
67
70
|
"@babel/runtime": "^7.7.7",
|
|
@@ -20,5 +20,5 @@ export interface CaptchaProps extends XhButtonProps {
|
|
|
20
20
|
onEnd?: () => void;
|
|
21
21
|
}
|
|
22
22
|
export declare type CaptchaRef = refMe;
|
|
23
|
-
declare const CountdownButton: React.ForwardRefExoticComponent<Pick<Omit<CaptchaProps, "businessId" | "onGetRealnameAuthInfo" | "onLaunchapp">, "type" | "size" | "plain" | "disabled" | "loading" | "formType" | "openType" | "hoverClass" | "hoverStyle" | "hoverStopPropagation" | "hoverStartTime" | "hoverStayTime" | "lang" | "sessionFrom" | "sendMessageTitle" | "sendMessagePath" | "sendMessageImg" | "appParameter" | "scope" | "showMessageCard" | "onGetUserInfo" | "onGetAuthorize" | "onContact" | "onGetPhoneNumber" | "onError" | "onOpenSetting" | "id" | "className" | "style" | "key" | "hidden" | "animation" | "dangerouslySetInnerHTML" | "onTouchStart" | "onTouchMove" | "onTouchCancel" | "onTouchEnd" | "onClick" | "onLongPress" | "onLongClick" | "onTransitionEnd" | "onAnimationStart" | "onAnimationIteration" | "onAnimationEnd" | "onTouchForceChange" | "timeout" | "text" | "styleName" | "timeingTemp" | "ingText" | "onEnd" | "htmlType" | "shape" | "preventTime" | "loadingStyle" | "loadingSpace" | "ghost" | "hollow"
|
|
23
|
+
declare const CountdownButton: React.ForwardRefExoticComponent<Pick<Omit<CaptchaProps, "businessId" | "onGetRealnameAuthInfo" | "onLaunchapp">, "type" | "size" | "plain" | "disabled" | "loading" | "formType" | "openType" | "hoverClass" | "hoverStyle" | "hoverStopPropagation" | "hoverStartTime" | "hoverStayTime" | "lang" | "sessionFrom" | "sendMessageTitle" | "sendMessagePath" | "sendMessageImg" | "appParameter" | "scope" | "showMessageCard" | "onGetUserInfo" | "onGetAuthorize" | "onContact" | "onGetPhoneNumber" | "onError" | "onOpenSetting" | "id" | "className" | "style" | "key" | "hidden" | "animation" | "dangerouslySetInnerHTML" | "onTouchStart" | "onTouchMove" | "onTouchCancel" | "onTouchEnd" | "onClick" | "onLongPress" | "onLongClick" | "onTransitionEnd" | "onAnimationStart" | "onAnimationIteration" | "onAnimationEnd" | "onTouchForceChange" | "timeout" | "text" | "styleName" | "timeingTemp" | "ingText" | "onEnd" | "htmlType" | "shape" | "preventTime" | "loadingStyle" | "loadingSpace" | "ghost" | "hollow"> & React.RefAttributes<refMe>>;
|
|
24
24
|
export default CountdownButton;
|
|
@@ -18,7 +18,6 @@ interface CheckboxProps<T> extends PropsWithChildren<{}>, XHComponentCommonProps
|
|
|
18
18
|
* paddingHorizontal 横向间距
|
|
19
19
|
*/
|
|
20
20
|
paddingHorizontal?: boolean;
|
|
21
|
-
dataTrackId?: string;
|
|
22
21
|
}
|
|
23
22
|
declare const CheckboxButton: <T extends OptionType = string>(props: CheckboxProps<T>) => JSX.Element;
|
|
24
23
|
export default CheckboxButton;
|
|
@@ -15,7 +15,6 @@ export declare type IDNumberInputProps = {
|
|
|
15
15
|
slot?: ReactNode;
|
|
16
16
|
border?: boolean;
|
|
17
17
|
onBlur?: () => void;
|
|
18
|
-
dataTrackId?: string;
|
|
19
18
|
} & XHComponentCommonProps;
|
|
20
19
|
export declare type IDNumberInputRef = {
|
|
21
20
|
isValid: boolean;
|
|
@@ -36,6 +35,5 @@ declare const BankCardNumberInput: React.ForwardRefExoticComponent<{
|
|
|
36
35
|
slot?: ReactNode;
|
|
37
36
|
border?: boolean | undefined;
|
|
38
37
|
onBlur?: (() => void) | undefined;
|
|
39
|
-
dataTrackId?: string | undefined;
|
|
40
38
|
} & XHComponentCommonProps & React.RefAttributes<IDNumberInputRef>>;
|
|
41
39
|
export default BankCardNumberInput;
|
|
@@ -13,7 +13,6 @@ export declare type LicensePlateProps = {
|
|
|
13
13
|
padding?: boolean;
|
|
14
14
|
border?: boolean;
|
|
15
15
|
autoScroll?: boolean;
|
|
16
|
-
dataTrackId?: string;
|
|
17
16
|
} & XHComponentCommonProps;
|
|
18
17
|
export declare type LicensePlateInputRef = {
|
|
19
18
|
/**
|
|
@@ -34,6 +33,5 @@ declare const LicensePlateInput: React.ForwardRefExoticComponent<{
|
|
|
34
33
|
padding?: boolean | undefined;
|
|
35
34
|
border?: boolean | undefined;
|
|
36
35
|
autoScroll?: boolean | undefined;
|
|
37
|
-
dataTrackId?: string | undefined;
|
|
38
36
|
} & XHComponentCommonProps & React.RefAttributes<LicensePlateInputRef>>;
|
|
39
37
|
export default LicensePlateInput;
|
|
@@ -11,7 +11,6 @@ export declare type StepProps = {
|
|
|
11
11
|
dashed?: boolean;
|
|
12
12
|
style?: React.CSSProperties;
|
|
13
13
|
prefix?: ReactNode;
|
|
14
|
-
dataTrackId?: string;
|
|
15
14
|
} & XHComponentCommonProps;
|
|
16
15
|
export declare type HybridComponent = ForwardRefExoticComponent<StepProps> & {
|
|
17
16
|
Steps: typeof Steps;
|