@uiw/utils
Advanced tools
Comparing version 4.21.28 to 4.22.0
@@ -27,3 +27,2 @@ "use strict"; | ||
return ret; | ||
} | ||
//# sourceMappingURL=getScroll.js.map | ||
} |
@@ -49,3 +49,2 @@ "use strict"; | ||
}); | ||
}); | ||
//# sourceMappingURL=index.js.map | ||
}); |
@@ -7,3 +7,2 @@ "use strict"; | ||
exports.noop = noop; | ||
function noop() {} | ||
//# sourceMappingURL=noop.js.map | ||
function noop() {} |
@@ -6,4 +6,4 @@ import React from 'react'; | ||
*/ | ||
export declare type HTMLDivProps = React.HTMLAttributes<HTMLDivElement>; | ||
export declare type HTMLSpanProps = React.HTMLAttributes<HTMLSpanElement>; | ||
export type HTMLDivProps = React.HTMLAttributes<HTMLDivElement>; | ||
export type HTMLSpanProps = React.HTMLAttributes<HTMLSpanElement>; | ||
/** | ||
@@ -13,3 +13,3 @@ * Alias for all valid HTML props for `<a>` element. | ||
*/ | ||
export declare type HTMLAnchorProps = React.AnchorHTMLAttributes<HTMLAnchorElement>; | ||
export type HTMLAnchorProps = React.AnchorHTMLAttributes<HTMLAnchorElement>; | ||
/** | ||
@@ -19,3 +19,3 @@ * Alias for all valid HTML props for `<input>` element. | ||
*/ | ||
export declare type HTMLInputProps = React.InputHTMLAttributes<HTMLInputElement>; | ||
export type HTMLInputProps = React.InputHTMLAttributes<HTMLInputElement>; | ||
/** | ||
@@ -25,3 +25,3 @@ * Alias for all valid HTML props for `<textarea>` element. | ||
*/ | ||
export declare type HTMLTextProps = React.TextareaHTMLAttributes<HTMLTextAreaElement>; | ||
export type HTMLTextProps = React.TextareaHTMLAttributes<HTMLTextAreaElement>; | ||
/** | ||
@@ -31,3 +31,3 @@ * Alias for all valid HTML props for `<button>` element. | ||
*/ | ||
export declare type HTMLButtonProps = React.HTMLProps<HTMLButtonElement>; | ||
export type HTMLButtonProps = React.HTMLProps<HTMLButtonElement>; | ||
/** | ||
@@ -37,3 +37,3 @@ * Alias for all valid HTML props for `<li>` element. | ||
*/ | ||
export declare type HTMLLiProps = React.LiHTMLAttributes<HTMLLIElement>; | ||
export type HTMLLiProps = React.LiHTMLAttributes<HTMLLIElement>; | ||
/** | ||
@@ -43,4 +43,4 @@ * Alias for all valid HTML props for `<li>` element. | ||
*/ | ||
export declare type HTMLUlProps = React.LiHTMLAttributes<HTMLUListElement>; | ||
export declare type AnchorProps = 'download' | 'href' | 'hrefLang' | 'media' | 'ping' | 'rel' | 'target' | 'type' | 'referrerPolicy'; | ||
export type HTMLUlProps = React.LiHTMLAttributes<HTMLUListElement>; | ||
export type AnchorProps = 'download' | 'href' | 'hrefLang' | 'media' | 'ping' | 'rel' | 'target' | 'type' | 'referrerPolicy'; | ||
export interface IProps { | ||
@@ -47,0 +47,0 @@ style?: React.CSSProperties; |
@@ -1,2 +0,1 @@ | ||
"use strict"; | ||
//# sourceMappingURL=props.js.map | ||
"use strict"; |
@@ -12,3 +12,2 @@ "use strict"; | ||
return parseInt(String(Math.random() * 1e15), 10).toString(36); | ||
} | ||
//# sourceMappingURL=randomid.js.map | ||
} |
@@ -21,3 +21,2 @@ /** | ||
return ret; | ||
} | ||
//# sourceMappingURL=getScroll.js.map | ||
} |
export * from './getScroll'; | ||
export * from './props'; | ||
export * from './randomid'; | ||
export * from './noop'; | ||
//# sourceMappingURL=index.js.map | ||
export * from './noop'; |
@@ -1,2 +0,1 @@ | ||
export function noop() {} | ||
//# sourceMappingURL=noop.js.map | ||
export function noop() {} |
@@ -6,4 +6,4 @@ import React from 'react'; | ||
*/ | ||
export declare type HTMLDivProps = React.HTMLAttributes<HTMLDivElement>; | ||
export declare type HTMLSpanProps = React.HTMLAttributes<HTMLSpanElement>; | ||
export type HTMLDivProps = React.HTMLAttributes<HTMLDivElement>; | ||
export type HTMLSpanProps = React.HTMLAttributes<HTMLSpanElement>; | ||
/** | ||
@@ -13,3 +13,3 @@ * Alias for all valid HTML props for `<a>` element. | ||
*/ | ||
export declare type HTMLAnchorProps = React.AnchorHTMLAttributes<HTMLAnchorElement>; | ||
export type HTMLAnchorProps = React.AnchorHTMLAttributes<HTMLAnchorElement>; | ||
/** | ||
@@ -19,3 +19,3 @@ * Alias for all valid HTML props for `<input>` element. | ||
*/ | ||
export declare type HTMLInputProps = React.InputHTMLAttributes<HTMLInputElement>; | ||
export type HTMLInputProps = React.InputHTMLAttributes<HTMLInputElement>; | ||
/** | ||
@@ -25,3 +25,3 @@ * Alias for all valid HTML props for `<textarea>` element. | ||
*/ | ||
export declare type HTMLTextProps = React.TextareaHTMLAttributes<HTMLTextAreaElement>; | ||
export type HTMLTextProps = React.TextareaHTMLAttributes<HTMLTextAreaElement>; | ||
/** | ||
@@ -31,3 +31,3 @@ * Alias for all valid HTML props for `<button>` element. | ||
*/ | ||
export declare type HTMLButtonProps = React.HTMLProps<HTMLButtonElement>; | ||
export type HTMLButtonProps = React.HTMLProps<HTMLButtonElement>; | ||
/** | ||
@@ -37,3 +37,3 @@ * Alias for all valid HTML props for `<li>` element. | ||
*/ | ||
export declare type HTMLLiProps = React.LiHTMLAttributes<HTMLLIElement>; | ||
export type HTMLLiProps = React.LiHTMLAttributes<HTMLLIElement>; | ||
/** | ||
@@ -43,4 +43,4 @@ * Alias for all valid HTML props for `<li>` element. | ||
*/ | ||
export declare type HTMLUlProps = React.LiHTMLAttributes<HTMLUListElement>; | ||
export declare type AnchorProps = 'download' | 'href' | 'hrefLang' | 'media' | 'ping' | 'rel' | 'target' | 'type' | 'referrerPolicy'; | ||
export type HTMLUlProps = React.LiHTMLAttributes<HTMLUListElement>; | ||
export type AnchorProps = 'download' | 'href' | 'hrefLang' | 'media' | 'ping' | 'rel' | 'target' | 'type' | 'referrerPolicy'; | ||
export interface IProps { | ||
@@ -47,0 +47,0 @@ style?: React.CSSProperties; |
@@ -1,2 +0,1 @@ | ||
export {}; | ||
//# sourceMappingURL=props.js.map | ||
export {}; |
@@ -6,3 +6,2 @@ /** | ||
return parseInt(String(Math.random() * 1e15), 10).toString(36); | ||
} | ||
//# sourceMappingURL=randomid.js.map | ||
} |
{ | ||
"name": "@uiw/utils", | ||
"version": "4.21.28", | ||
"version": "4.22.0", | ||
"description": "utils tools for uiw", | ||
@@ -5,0 +5,0 @@ "author": "Kenny Wong <wowohoo@qq.com>", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12738
27
322