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.
Files changed (41) hide show
  1. package/dist/components/Button/index.js +1 -1
  2. package/dist/components/Button/index.js.map +1 -1
  3. package/dist/components/Checkbox/index.js +1 -1
  4. package/dist/components/Checkbox/index.js.map +1 -1
  5. package/dist/components/CheckboxButton/index.js +1 -1
  6. package/dist/components/CheckboxButton/index.js.map +1 -1
  7. package/dist/components/FormInput/index.js +1 -1
  8. package/dist/components/FormInput/index.js.map +1 -1
  9. package/dist/components/IDNumberInput/index.js +1 -1
  10. package/dist/components/IDNumberInput/index.js.map +1 -1
  11. package/dist/components/Image/index.js +1 -1
  12. package/dist/components/Image/index.js.map +1 -1
  13. package/dist/components/LicensePlateInput/index.js +1 -1
  14. package/dist/components/LicensePlateInput/index.js.map +1 -1
  15. package/dist/components/NumberKeyboard/index.js +1 -1
  16. package/dist/components/NumberKeyboard/index.js.map +1 -1
  17. package/dist/components/Radio/index.js +1 -1
  18. package/dist/components/Radio/index.js.map +1 -1
  19. package/dist/components/Step/index.js +1 -1
  20. package/dist/components/Step/index.js.map +1 -1
  21. package/dist/components/Tabbar/tabbar/Tabbar.js +1 -1
  22. package/dist/components/Tabbar/tabbar/Tabbar.js.map +1 -1
  23. package/dist/index.esm.js +6 -6
  24. package/dist/index.esm.js.map +1 -1
  25. package/dist/index.js +3 -3
  26. package/dist/index.js.map +1 -1
  27. package/dist/index.umd.js +3 -3
  28. package/dist/index.umd.js.map +1 -1
  29. package/dist/styles/components/checkbox.scss +1 -0
  30. package/package.json +4 -1
  31. package/types/components/Button/index.d.ts +0 -1
  32. package/types/components/Captcha/index.d.ts +1 -1
  33. package/types/components/Checkbox/index.d.ts +0 -1
  34. package/types/components/CheckboxButton/index.d.ts +0 -1
  35. package/types/components/FormInput/index.d.ts +0 -1
  36. package/types/components/IDNumberInput/index.d.ts +0 -2
  37. package/types/components/Image/index.d.ts +0 -1
  38. package/types/components/LicensePlateInput/index.d.ts +0 -2
  39. package/types/components/NumberKeyboard/index.d.ts +0 -1
  40. package/types/components/Radio/index.d.ts +0 -1
  41. package/types/components/Step/index.d.ts +0 -1
@@ -1,3 +1,4 @@
1
+ @import './icon.scss';
1
2
  @import "../../styles/themes/variable.scss";
2
3
 
3
4
  #{$xh-prefix}-checkbox {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taro-react-uilib",
3
- "version": "1.4.26-1",
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",
@@ -24,7 +24,6 @@ export declare type XhButtonProps = {
24
24
  * 镂空
25
25
  */
26
26
  hollow?: boolean;
27
- dataTrackId?: string;
28
27
  } & Omit<ButtonProps, "type" | "size">;
29
28
  declare const XhButton: FC<XhButtonProps>;
30
29
  export default XhButton;
@@ -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" | "dataTrackId"> & React.RefAttributes<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"> & React.RefAttributes<refMe>>;
24
24
  export default CountdownButton;
@@ -27,7 +27,6 @@ export declare type XHCheckboxProps = {
27
27
  * 选中状态下打勾icon的颜色
28
28
  */
29
29
  iconColor?: string;
30
- dataTrackId?: string;
31
30
  } & XHComponentCommonProps;
32
31
  declare const CheckBox: CompoundedComponent;
33
32
  export default CheckBox;
@@ -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;
@@ -47,7 +47,6 @@ export declare type FormInputProps = {
47
47
  className?: string;
48
48
  disabled?: boolean;
49
49
  align?: "left" | "right";
50
- dataTrackId?: string;
51
50
  };
52
51
  export declare type FocusHandler = {
53
52
  focus: () => void;
@@ -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;
@@ -6,7 +6,6 @@ export declare type ImageProps = {
6
6
  src: string;
7
7
  alt?: string;
8
8
  style?: React.CSSProperties;
9
- dataTrackId?: string;
10
9
  } & XHComponentCommonProps;
11
10
  declare const XHImage: FC<ImageProps>;
12
11
  export default XHImage;
@@ -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;
@@ -13,7 +13,6 @@ export declare type NumberKeyboardProps = {
13
13
  value: string;
14
14
  title?: string;
15
15
  closeText?: string;
16
- dataTrackId?: string;
17
16
  } & XHComponentCommonProps;
18
17
  export declare type KeyType = "number" | "delete" | "string" | "none";
19
18
  export interface IKey {
@@ -30,7 +30,6 @@ export declare type XHRadioProps = {
30
30
  * 选中状态下打勾icon的颜色
31
31
  */
32
32
  iconColor?: string;
33
- dataTrackId?: string;
34
33
  } & XHComponentCommonProps;
35
34
  declare const Radio: CompoundedComponent;
36
35
  export default Radio;
@@ -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;