noodl-types
Advanced tools
Comparing version 1.0.268 to 1.0.269
@@ -56,2 +56,2 @@ export declare const action: { | ||
export declare const styleKeys: readonly ["FontSize", "axis", "background", "backgroundColor", "border", "borderColor", "borderRadius", "borderRaduis", "borderWidth", "boxShadow", "boxSizing", "color", "contentSize", "diaplay", "display", "filter", "float", "flex", "flexFlow", "fontColor", "fontFamily", "fontSize", "fontStyle", "fontWeight", "foontWeight", "height", "hieght", "isHidden", "justifyContent", "left", "letterSpacing", "lineHeight", "marginLeft", "marginTop", "onClick", "padding", "paddingBottom", "paddingLeft", "placeholder", "position", "required", "shadow", "text-align", "textAlign", "textDecoration", "textIndent", "top", "width", "zIndex"]; | ||
export declare const userEvent: readonly ["onBlur", "onClick", "onChange", "onFocus", "onHover", "onInput", "onMouseEnter", "onMouseLeave", "onMouseOut", "onMouseOver", "onLazyLoading", "onPull", "onContextmenu", "startRecord", "pauseRecord", "resumeRecord", "endRecord"]; | ||
export declare const userEvent: readonly ["onBlur", "onClick", "onChange", "onFocus", "onHover", "onInput", "onMouseEnter", "onMouseLeave", "onMouseOut", "onMouseOver", "onLazyLoading", "onPull", "onContextmenu", "startRecord", "pauseRecord", "resumeRecord", "endRecord", "finishRecord", "errorRecord", "beforeFinish", "deleteCallBack"]; |
@@ -182,4 +182,8 @@ "use strict"; | ||
"resumeRecord", | ||
"endRecord" | ||
"endRecord", | ||
"finishRecord", | ||
"errorRecord", | ||
"beforeFinish", | ||
'deleteCallBack', | ||
]; | ||
//# sourceMappingURL=constants.js.map |
@@ -34,3 +34,3 @@ { | ||
"types": "dist/index.d.ts", | ||
"version": "1.0.268" | ||
"version": "1.0.269" | ||
} |
Sorry, the diff of this file is not supported yet
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
120602
2358