@uidu/field-range
Advanced tools
Comparing version 0.3.7 to 0.3.8
# @uidu/field-range | ||
## 0.3.8 | ||
### Patch Changes | ||
- 2080e56: Publish types properly and bump dependencies | ||
- Updated dependencies [2080e56] | ||
- @uidu/theme@0.4.8 | ||
- @uidu/field-base@0.3.8 | ||
- @uidu/form@0.3.7 | ||
## 0.3.7 | ||
@@ -4,0 +14,0 @@ |
import React from 'react'; | ||
declare const _default: React.ForwardRefExoticComponent<Pick<any, string | number | symbol> & React.RefAttributes<unknown>>; | ||
declare const _default: React.ForwardRefExoticComponent<import("@uidu/field-base/src/components/Row/types").RowProps & import("@uidu/field-base/src/components/InputGroup").InputGroupProps & { | ||
errorMessages?: any[]; | ||
floatLabel?: React.ReactNode; | ||
help?: React.ReactNode; | ||
id?: string; | ||
type?: string; | ||
} & { | ||
validateBeforeSubmit?: boolean; | ||
validatePristine?: boolean; | ||
pattern?: string; | ||
disabled?: boolean; | ||
isReadOnly?: boolean; | ||
value?: any; | ||
name: string; | ||
placeholder?: React.ReactNode; | ||
className?: string; | ||
autoComplete?: string; | ||
isSpellCheckEnabled?: boolean; | ||
autoFocus?: boolean; | ||
maxLength?: number; | ||
validations?: string; | ||
onChange?: (name: any, value: any, otherProps?: any) => void; | ||
onBlur?: (name: any, value: any) => void; | ||
onSetValue?: (value: any) => void; | ||
forwardedRef?: any; | ||
componentRef?: React.RefObject<any>; | ||
onFocus?: (e: React.FocusEvent<Element>) => any; | ||
onKeyDown?: (e: React.KeyboardEvent<Element>) => any; | ||
onKeyPress?: (e: React.KeyboardEvent<Element>) => any; | ||
onKeyUp?: (e: React.KeyboardEvent<Element>) => any; | ||
ariaDescribedBy?: string; | ||
} & Pick<import("../types").FieldRangeStatelessProps, "id" | "forwardedRef" | "disabled" | "value" | "min" | "max" | "step" | "valuePercent"> & React.RefAttributes<unknown>>; | ||
export default _default; |
/// <reference types="react" /> | ||
export { default as FieldRangeStateless } from './components/FieldRangeStateless'; | ||
export declare const FieldRange: import("react").ComponentType<Pick<import("formsy-react/dist/withFormsy").WrapperProps<unknown>, "name" | "required" | "value" | "innerRef" | "validationError" | "validationErrors" | "validations">>; | ||
export declare const FieldRange: import("react").ComponentType<Pick<import("@uidu/field-base/src/components/Row/types").RowProps & import("@uidu/field-base/src/components/InputGroup").InputGroupProps & { | ||
errorMessages?: any[]; | ||
floatLabel?: import("react").ReactNode; | ||
help?: import("react").ReactNode; | ||
id?: string; | ||
type?: string; | ||
} & { | ||
validateBeforeSubmit?: boolean; | ||
validatePristine?: boolean; | ||
pattern?: string; | ||
disabled?: boolean; | ||
isReadOnly?: boolean; | ||
value?: any; | ||
name: string; | ||
placeholder?: import("react").ReactNode; | ||
className?: string; | ||
autoComplete?: string; | ||
isSpellCheckEnabled?: boolean; | ||
autoFocus?: boolean; | ||
maxLength?: number; | ||
validations?: string; | ||
onChange?: (name: any, value: any, otherProps?: any) => void; | ||
onBlur?: (name: any, value: any) => void; | ||
onSetValue?: (value: any) => void; | ||
forwardedRef?: any; | ||
componentRef?: import("react").RefObject<any>; | ||
onFocus?: (e: import("react").FocusEvent<Element>) => any; | ||
onKeyDown?: (e: import("react").KeyboardEvent<Element>) => any; | ||
onKeyPress?: (e: import("react").KeyboardEvent<Element>) => any; | ||
onKeyUp?: (e: import("react").KeyboardEvent<Element>) => any; | ||
ariaDescribedBy?: string; | ||
} & Pick<import("./types").FieldRangeStatelessProps, "id" | "forwardedRef" | "disabled" | "value" | "min" | "max" | "step" | "valuePercent"> & import("react").RefAttributes<unknown> & import("formsy-react/dist/withFormsy").WrapperProps<import("@uidu/field-base/src/components/Row/types").RowProps & import("@uidu/field-base/src/components/InputGroup").InputGroupProps & { | ||
errorMessages?: any[]; | ||
floatLabel?: import("react").ReactNode; | ||
help?: import("react").ReactNode; | ||
id?: string; | ||
type?: string; | ||
} & { | ||
validateBeforeSubmit?: boolean; | ||
validatePristine?: boolean; | ||
pattern?: string; | ||
disabled?: boolean; | ||
isReadOnly?: boolean; | ||
value?: any; | ||
name: string; | ||
placeholder?: import("react").ReactNode; | ||
className?: string; | ||
autoComplete?: string; | ||
isSpellCheckEnabled?: boolean; | ||
autoFocus?: boolean; | ||
maxLength?: number; | ||
validations?: string; | ||
onChange?: (name: any, value: any, otherProps?: any) => void; | ||
onBlur?: (name: any, value: any) => void; | ||
onSetValue?: (value: any) => void; | ||
forwardedRef?: any; | ||
componentRef?: import("react").RefObject<any>; | ||
onFocus?: (e: import("react").FocusEvent<Element>) => any; | ||
onKeyDown?: (e: import("react").KeyboardEvent<Element>) => any; | ||
onKeyPress?: (e: import("react").KeyboardEvent<Element>) => any; | ||
onKeyUp?: (e: import("react").KeyboardEvent<Element>) => any; | ||
ariaDescribedBy?: string; | ||
} & Pick<import("./types").FieldRangeStatelessProps, "id" | "forwardedRef" | "disabled" | "value" | "min" | "max" | "step" | "valuePercent"> & import("react").RefAttributes<unknown>> & import("formsy-react/dist/withFormsy").InjectedProps<import("@uidu/field-base/src/components/Row/types").RowProps & import("@uidu/field-base/src/components/InputGroup").InputGroupProps & { | ||
errorMessages?: any[]; | ||
floatLabel?: import("react").ReactNode; | ||
help?: import("react").ReactNode; | ||
id?: string; | ||
type?: string; | ||
} & { | ||
validateBeforeSubmit?: boolean; | ||
validatePristine?: boolean; | ||
pattern?: string; | ||
disabled?: boolean; | ||
isReadOnly?: boolean; | ||
value?: any; | ||
name: string; | ||
placeholder?: import("react").ReactNode; | ||
className?: string; | ||
autoComplete?: string; | ||
isSpellCheckEnabled?: boolean; | ||
autoFocus?: boolean; | ||
maxLength?: number; | ||
validations?: string; | ||
onChange?: (name: any, value: any, otherProps?: any) => void; | ||
onBlur?: (name: any, value: any) => void; | ||
onSetValue?: (value: any) => void; | ||
forwardedRef?: any; | ||
componentRef?: import("react").RefObject<any>; | ||
onFocus?: (e: import("react").FocusEvent<Element>) => any; | ||
onKeyDown?: (e: import("react").KeyboardEvent<Element>) => any; | ||
onKeyPress?: (e: import("react").KeyboardEvent<Element>) => any; | ||
onKeyUp?: (e: import("react").KeyboardEvent<Element>) => any; | ||
ariaDescribedBy?: string; | ||
} & Pick<import("./types").FieldRangeStatelessProps, "id" | "forwardedRef" | "disabled" | "value" | "min" | "max" | "step" | "valuePercent"> & import("react").RefAttributes<unknown>> & import("formsy-react/dist/withFormsy").WrapperProps<any>, "label" | "pattern" | "type" | "name" | "children" | "key" | "className" | "id" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "onKeyDown" | "onKeyPress" | "onKeyUp" | "forwardedRef" | "layout" | "autoComplete" | "elementWrapperClassName" | "rowClassName" | "validateBeforeSubmit" | "validatePristine" | "disabled" | "required" | "help" | "value" | "innerRef" | "validationError" | "validationErrors" | "validations" | "htmlFor" | "fakeLabel" | "showErrors" | "addonAfter" | "addonBefore" | "buttonAfter" | "buttonBefore" | "floatLabel" | "isReadOnly" | "isSpellCheckEnabled" | "autoFocus" | "maxLength" | "onSetValue" | "componentRef" | "ariaDescribedBy" | "min" | "max" | "step" | "valuePercent">>; | ||
export default FieldRange; |
export declare const thumb: { | ||
default: { | ||
background: any; | ||
border: any; | ||
background: string; | ||
border: string; | ||
}; | ||
focus: { | ||
background: any; | ||
border: any; | ||
background: string; | ||
border: string; | ||
}; | ||
@@ -13,13 +13,13 @@ }; | ||
default: { | ||
lower: any; | ||
upper: any; | ||
lower: string; | ||
upper: string; | ||
}; | ||
disabled: { | ||
lower: any; | ||
upper: any; | ||
lower: string; | ||
upper: string; | ||
}; | ||
hover: { | ||
lower: any; | ||
upper: any; | ||
lower: string; | ||
upper: string; | ||
}; | ||
}; |
{ | ||
"name": "@uidu/field-range", | ||
"version": "0.3.7", | ||
"version": "0.3.8", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@uidu/field-range", | ||
"version": "0.3.7", | ||
"version": "0.3.8", | ||
"description": "Component which renders a slider and is a substitute of the native input[range] element", | ||
@@ -16,8 +16,8 @@ "keywords": [ | ||
"module": "dist/field-range.esm.js", | ||
"types": "index.d.ts", | ||
"types": "dist/field-range.cjs.d.ts", | ||
"dependencies": { | ||
"@babel/runtime": "^7.11.2", | ||
"@uidu/field-base": "^0.3.7", | ||
"@uidu/form": "^0.3.6", | ||
"@uidu/theme": "^0.4.7", | ||
"@uidu/field-base": "^0.3.8", | ||
"@uidu/form": "^0.3.7", | ||
"@uidu/theme": "^0.4.8", | ||
"formsy-react": "^2.1.0", | ||
@@ -27,3 +27,3 @@ "tslib": "^2.0.1" | ||
"devDependencies": { | ||
"@uidu/docs": "^0.2.12", | ||
"@uidu/docs": "^0.2.13", | ||
"react": "^17.0.0", | ||
@@ -39,4 +39,3 @@ "react-dom": "^17.0.0", | ||
"access": "public" | ||
}, | ||
"uidu:src": "src/index.ts" | ||
} | ||
} |
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
39554
569
Updated@uidu/field-base@^0.3.8
Updated@uidu/form@^0.3.7
Updated@uidu/theme@^0.4.8