@ballistix.digital/react-components 9.9.2-rc-403.0 → 9.9.2-rc-405.0
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/index.d.ts +0 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.esm.js +1 -2
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -2
- package/dist/index.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6410,7 +6410,7 @@ var $df1ad8019f5459e8$export$2e2bcd8739ae039 = $df1ad8019f5459e8$var$styles;
|
|
|
6410
6410
|
|
|
6411
6411
|
|
|
6412
6412
|
const $a8e0e51381520cae$var$FileInputGroup = (props)=>{
|
|
6413
|
-
const { name: name = 'multiple-file-input', label: label, description: description, hint: hint, required: required, value: value, max: max,
|
|
6413
|
+
const { name: name = 'multiple-file-input', label: label, description: description, hint: hint, required: required, value: value, max: max, error: error, isDisabled: isDisabled, isRequired: isRequired = false, isTouched: isTouched = false, isMulti: isMulti = false, children: children, onChange: onChange, onBlur: onBlur, styles: stylesOverrides } = props;
|
|
6414
6414
|
const isValid = error === undefined;
|
|
6415
6415
|
const [isDragging, setIsDragging] = (0, $iA2ta$react.useState)(false);
|
|
6416
6416
|
const handleChangeInput = (0, $iA2ta$react.useCallback)((files)=>{
|
|
@@ -6449,7 +6449,6 @@ const $a8e0e51381520cae$var$FileInputGroup = (props)=>{
|
|
|
6449
6449
|
onDrop: onDrop,
|
|
6450
6450
|
multiple: isMulti,
|
|
6451
6451
|
disabled: isDisabled,
|
|
6452
|
-
accept: accept,
|
|
6453
6452
|
onError: ()=>{
|
|
6454
6453
|
// console.log('error');
|
|
6455
6454
|
// setFieldError('file', t('component.form.error.multipleFiles') as string);
|