@fuf-stack/uniform 1.22.4 → 1.22.6
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/Checkboxes/index.cjs +113 -3
- package/dist/Checkboxes/index.cjs.map +1 -0
- package/dist/Checkboxes/index.d.cts +534 -2
- package/dist/Checkboxes/index.d.cts.map +1 -0
- package/dist/Checkboxes/index.d.ts +534 -2
- package/dist/Checkboxes/index.d.ts.map +1 -0
- package/dist/Checkboxes/index.js +112 -2
- package/dist/Checkboxes/index.js.map +1 -0
- package/dist/DatePicker/index.cjs +194 -3
- package/dist/DatePicker/index.cjs.map +1 -0
- package/dist/DatePicker/index.d.cts +1413 -2
- package/dist/DatePicker/index.d.cts.map +1 -0
- package/dist/DatePicker/index.d.ts +1413 -2
- package/dist/DatePicker/index.d.ts.map +1 -0
- package/dist/DatePicker/index.js +193 -2
- package/dist/DatePicker/index.js.map +1 -0
- package/dist/FieldArray/index.cjs +495 -3
- package/dist/FieldArray/index.cjs.map +1 -0
- package/dist/FieldArray/index.d.cts +539 -2
- package/dist/FieldArray/index.d.cts.map +1 -0
- package/dist/FieldArray/index.d.ts +539 -2
- package/dist/FieldArray/index.d.ts.map +1 -0
- package/dist/FieldArray/index.js +494 -2
- package/dist/FieldArray/index.js.map +1 -0
- package/dist/FieldCard/index.cjs +230 -4
- package/dist/FieldCard/index.cjs.map +1 -0
- package/dist/FieldCard/index.d.cts +314 -2
- package/dist/FieldCard/index.d.cts.map +1 -0
- package/dist/FieldCard/index.d.ts +314 -2
- package/dist/FieldCard/index.d.ts.map +1 -0
- package/dist/FieldCard/index.js +225 -2
- package/dist/FieldCard/index.js.map +1 -0
- package/dist/{FieldCopyTestIdButton-Dpmo0uBV.js → FieldCopyTestIdButton-CRJBix9D.js} +2 -2
- package/dist/{FieldCopyTestIdButton-Dpmo0uBV.js.map → FieldCopyTestIdButton-CRJBix9D.js.map} +1 -1
- package/dist/{FieldCopyTestIdButton-ptoB1F75.cjs → FieldCopyTestIdButton-D3D_LmJh.cjs} +1 -8
- package/dist/{FieldCopyTestIdButton-ptoB1F75.cjs.map → FieldCopyTestIdButton-D3D_LmJh.cjs.map} +1 -1
- package/dist/{FieldValidationError-ktTyyyip.js → FieldValidationError-ByRoIxaM.js} +5 -5
- package/dist/{FieldValidationError-ktTyyyip.js.map → FieldValidationError-ByRoIxaM.js.map} +1 -1
- package/dist/{FieldValidationError-BQcvvU9i.cjs → FieldValidationError-CfYKzl7P.cjs} +5 -6
- package/dist/{FieldValidationError-BQcvvU9i.cjs.map → FieldValidationError-CfYKzl7P.cjs.map} +1 -1
- package/dist/Form/index.cjs +118 -3
- package/dist/Form/index.cjs.map +1 -0
- package/dist/Form/index.d.cts +43 -2
- package/dist/Form/index.d.cts.map +1 -0
- package/dist/Form/index.d.ts +43 -2
- package/dist/Form/index.d.ts.map +1 -0
- package/dist/Form/index.js +118 -2
- package/dist/Form/index.js.map +1 -0
- package/dist/{FormContext-3kamRn2C.d.cts → FormContext-BLWS7bhO.d.cts} +1 -1
- package/dist/{FormContext-3kamRn2C.d.cts.map → FormContext-BLWS7bhO.d.cts.map} +1 -1
- package/dist/{FormContext-BQeKOV-0.js → FormContext-DjJOJKxj.js} +1 -1
- package/dist/{FormContext-BQeKOV-0.js.map → FormContext-DjJOJKxj.js.map} +1 -1
- package/dist/{FormContext-DsmS_mkO.cjs → FormContext-EGH0cVnH.cjs} +1 -1
- package/dist/{FormContext-DsmS_mkO.cjs.map → FormContext-EGH0cVnH.cjs.map} +1 -1
- package/dist/{FormContext-i66vM5f1.d.ts → FormContext-LgzrDWu1.d.ts} +1 -1
- package/dist/{FormContext-i66vM5f1.d.ts.map → FormContext-LgzrDWu1.d.ts.map} +1 -1
- package/dist/Grid/index.cjs +1 -2
- package/dist/Grid/index.d.cts +22 -2
- package/dist/Grid/index.d.cts.map +1 -0
- package/dist/Grid/index.d.ts +22 -2
- package/dist/Grid/index.d.ts.map +1 -0
- package/dist/Grid/index.js +2 -2
- package/dist/{Grid-D-VcRGi9.cjs → Grid-BbqCRkuY.cjs} +1 -8
- package/dist/{Grid-D-VcRGi9.cjs.map → Grid-BbqCRkuY.cjs.map} +1 -1
- package/dist/{Grid-BQpLOB0G.js → Grid-CTs-Rb9G.js} +2 -2
- package/dist/{Grid-BQpLOB0G.js.map → Grid-CTs-Rb9G.js.map} +1 -1
- package/dist/Input/index.cjs +96 -3
- package/dist/Input/index.cjs.map +1 -0
- package/dist/Input/index.d.cts +677 -2
- package/dist/Input/index.d.cts.map +1 -0
- package/dist/Input/index.d.ts +677 -2
- package/dist/Input/index.d.ts.map +1 -0
- package/dist/Input/index.js +96 -2
- package/dist/Input/index.js.map +1 -0
- package/dist/RadioBoxes/index.cjs +136 -4
- package/dist/RadioBoxes/index.cjs.map +1 -0
- package/dist/RadioBoxes/index.d.cts +1477 -2
- package/dist/RadioBoxes/index.d.cts.map +1 -0
- package/dist/RadioBoxes/index.d.ts +1477 -2
- package/dist/RadioBoxes/index.d.ts.map +1 -0
- package/dist/RadioBoxes/index.js +135 -2
- package/dist/RadioBoxes/index.js.map +1 -0
- package/dist/RadioTabs/index.cjs +123 -3
- package/dist/RadioTabs/index.cjs.map +1 -0
- package/dist/RadioTabs/index.d.cts +585 -2
- package/dist/RadioTabs/index.d.cts.map +1 -0
- package/dist/RadioTabs/index.d.ts +585 -2
- package/dist/RadioTabs/index.d.ts.map +1 -0
- package/dist/RadioTabs/index.js +120 -2
- package/dist/RadioTabs/index.js.map +1 -0
- package/dist/Radios/index.cjs +74 -3
- package/dist/Radios/index.cjs.map +1 -0
- package/dist/Radios/index.d.cts +1263 -2
- package/dist/Radios/index.d.cts.map +1 -0
- package/dist/Radios/index.d.ts +1263 -2
- package/dist/Radios/index.d.ts.map +1 -0
- package/dist/Radios/index.js +73 -2
- package/dist/Radios/index.js.map +1 -0
- package/dist/Select/index.cjs +286 -3
- package/dist/Select/index.cjs.map +1 -0
- package/dist/Select/index.d.cts +3917 -2
- package/dist/Select/index.d.cts.map +1 -0
- package/dist/Select/index.d.ts +3917 -2
- package/dist/Select/index.d.ts.map +1 -0
- package/dist/Select/index.js +283 -2
- package/dist/Select/index.js.map +1 -0
- package/dist/Slider/index.cjs +109 -3
- package/dist/Slider/index.cjs.map +1 -0
- package/dist/Slider/index.d.cts +1760 -2
- package/dist/Slider/index.d.cts.map +1 -0
- package/dist/Slider/index.d.ts +1760 -2
- package/dist/Slider/index.d.ts.map +1 -0
- package/dist/Slider/index.js +108 -2
- package/dist/Slider/index.js.map +1 -0
- package/dist/SubmitButton/index.cjs +31 -3
- package/dist/SubmitButton/index.cjs.map +1 -0
- package/dist/SubmitButton/index.d.cts +38 -2
- package/dist/SubmitButton/index.d.cts.map +1 -0
- package/dist/SubmitButton/index.d.ts +38 -2
- package/dist/SubmitButton/index.d.ts.map +1 -0
- package/dist/SubmitButton/index.js +31 -2
- package/dist/SubmitButton/index.js.map +1 -0
- package/dist/Switch/index.cjs +82 -3
- package/dist/Switch/index.cjs.map +1 -0
- package/dist/Switch/index.d.cts +1257 -2
- package/dist/Switch/index.d.cts.map +1 -0
- package/dist/Switch/index.d.ts +1257 -2
- package/dist/Switch/index.d.ts.map +1 -0
- package/dist/Switch/index.js +81 -2
- package/dist/Switch/index.js.map +1 -0
- package/dist/SwitchBox/index.cjs +154 -4
- package/dist/SwitchBox/index.cjs.map +1 -0
- package/dist/SwitchBox/index.d.cts +473 -2
- package/dist/SwitchBox/index.d.cts.map +1 -0
- package/dist/SwitchBox/index.d.ts +473 -2
- package/dist/SwitchBox/index.d.ts.map +1 -0
- package/dist/SwitchBox/index.js +153 -2
- package/dist/SwitchBox/index.js.map +1 -0
- package/dist/TextArea/index.cjs +66 -3
- package/dist/TextArea/index.cjs.map +1 -0
- package/dist/TextArea/index.d.cts +659 -2
- package/dist/TextArea/index.d.cts.map +1 -0
- package/dist/TextArea/index.d.ts +659 -2
- package/dist/TextArea/index.d.ts.map +1 -0
- package/dist/TextArea/index.js +66 -2
- package/dist/TextArea/index.js.map +1 -0
- package/dist/Time/index.cjs +221 -3
- package/dist/Time/index.cjs.map +1 -0
- package/dist/Time/index.d.cts +1028 -2
- package/dist/Time/index.d.cts.map +1 -0
- package/dist/Time/index.d.ts +1028 -2
- package/dist/Time/index.d.ts.map +1 -0
- package/dist/Time/index.js +216 -2
- package/dist/Time/index.js.map +1 -0
- package/dist/helpers/index.cjs +0 -1
- package/dist/helpers/index.cjs.map +1 -1
- package/dist/helpers/index.js.map +1 -1
- package/dist/hooks/useClientValidation/index.cjs +177 -3
- package/dist/hooks/useClientValidation/index.cjs.map +1 -1
- package/dist/hooks/useClientValidation/index.d.cts +148 -2
- package/dist/hooks/useClientValidation/index.d.cts.map +1 -0
- package/dist/hooks/useClientValidation/index.d.ts +148 -2
- package/dist/hooks/useClientValidation/index.d.ts.map +1 -0
- package/dist/hooks/useClientValidation/index.js +175 -1
- package/dist/hooks/useClientValidation/index.js.map +1 -1
- package/dist/hooks/useController/index.cjs +1 -1
- package/dist/hooks/useController/index.d.cts +1 -1
- package/dist/hooks/useController/index.d.ts +1 -1
- package/dist/hooks/useController/index.js +1 -1
- package/dist/hooks/useFormContext/index.cjs +1 -1
- package/dist/hooks/useFormContext/index.d.cts +1 -1
- package/dist/hooks/useFormContext/index.d.ts +1 -1
- package/dist/hooks/useFormContext/index.js +1 -1
- package/dist/hooks/useInput/index.cjs +0 -1
- package/dist/hooks/useInput/index.d.cts +1 -1
- package/dist/hooks/useInput/index.d.ts +1 -1
- package/dist/hooks/useInput/index.js +1 -1
- package/dist/hooks/useInputValueDebounce/index.cjs +1 -2
- package/dist/hooks/useInputValueDebounce/index.cjs.map +1 -1
- package/dist/hooks/useInputValueDebounce/index.d.cts +66 -2
- package/dist/hooks/useInputValueDebounce/index.d.cts.map +1 -0
- package/dist/hooks/useInputValueDebounce/index.d.ts +66 -2
- package/dist/hooks/useInputValueDebounce/index.d.ts.map +1 -0
- package/dist/hooks/useInputValueDebounce/index.js +1 -1
- package/dist/hooks/useInputValueTransform/index.cjs +1 -1
- package/dist/hooks/useInputValueTransform/index.d.cts +1 -1
- package/dist/hooks/useInputValueTransform/index.d.ts +1 -1
- package/dist/hooks/useInputValueTransform/index.js +1 -1
- package/dist/hooks/useUniformField/index.cjs +8 -8
- package/dist/hooks/useUniformField/index.cjs.map +1 -1
- package/dist/hooks/useUniformField/index.d.cts +98 -2
- package/dist/hooks/useUniformField/index.d.cts.map +1 -0
- package/dist/hooks/useUniformField/index.d.ts +98 -2
- package/dist/hooks/useUniformField/index.d.ts.map +1 -0
- package/dist/hooks/useUniformField/index.js +8 -8
- package/dist/hooks/useUniformField/index.js.map +1 -1
- package/dist/hooks/useUniformFieldArray/index.cjs +1 -2
- package/dist/hooks/useUniformFieldArray/index.cjs.map +1 -1
- package/dist/hooks/useUniformFieldArray/index.d.cts +79 -2
- package/dist/hooks/useUniformFieldArray/index.d.cts.map +1 -0
- package/dist/hooks/useUniformFieldArray/index.d.ts +79 -2
- package/dist/hooks/useUniformFieldArray/index.d.ts.map +1 -0
- package/dist/hooks/useUniformFieldArray/index.js +1 -1
- package/dist/hooks/useWatchFormReset/index.cjs +1 -2
- package/dist/hooks/useWatchFormReset/index.cjs.map +1 -1
- package/dist/hooks/useWatchFormReset/index.d.cts +38 -2
- package/dist/hooks/useWatchFormReset/index.d.cts.map +1 -0
- package/dist/hooks/useWatchFormReset/index.d.ts +38 -2
- package/dist/hooks/useWatchFormReset/index.d.ts.map +1 -0
- package/dist/hooks/useWatchFormReset/index.js +1 -1
- package/dist/hooks/useWatchUserChange/index.cjs +82 -2
- package/dist/hooks/useWatchUserChange/index.cjs.map +1 -1
- package/dist/hooks/useWatchUserChange/index.d.cts +80 -2
- package/dist/hooks/useWatchUserChange/index.d.cts.map +1 -0
- package/dist/hooks/useWatchUserChange/index.d.ts +80 -2
- package/dist/hooks/useWatchUserChange/index.d.ts.map +1 -0
- package/dist/hooks/useWatchUserChange/index.js +81 -1
- package/dist/hooks/useWatchUserChange/index.js.map +1 -1
- package/dist/partials/FieldCopyTestIdButton/index.cjs +1 -2
- package/dist/partials/FieldCopyTestIdButton/index.d.cts +14 -2
- package/dist/partials/FieldCopyTestIdButton/index.d.cts.map +1 -0
- package/dist/partials/FieldCopyTestIdButton/index.d.ts +14 -2
- package/dist/partials/FieldCopyTestIdButton/index.d.ts.map +1 -0
- package/dist/partials/FieldCopyTestIdButton/index.js +2 -2
- package/dist/partials/FieldValidationError/index.cjs +1 -2
- package/dist/partials/FieldValidationError/index.d.cts +22 -2
- package/dist/partials/FieldValidationError/index.d.cts.map +1 -0
- package/dist/partials/FieldValidationError/index.d.ts +22 -2
- package/dist/partials/FieldValidationError/index.d.ts.map +1 -0
- package/dist/partials/FieldValidationError/index.js +2 -2
- package/dist/{useController-CzP0aVFC.d.ts → useController-CvQqCvFJ.d.ts} +1 -1
- package/dist/{useController-CzP0aVFC.d.ts.map → useController-CvQqCvFJ.d.ts.map} +1 -1
- package/dist/{useController--lRPWBuD.cjs → useController-Dbe7ADG6.cjs} +2 -2
- package/dist/{useController--lRPWBuD.cjs.map → useController-Dbe7ADG6.cjs.map} +1 -1
- package/dist/{useController-B287flU_.js → useController-DxFS0u7c.js} +2 -2
- package/dist/{useController-B287flU_.js.map → useController-DxFS0u7c.js.map} +1 -1
- package/dist/{useController-BT3Fd0IO.d.cts → useController-fblEApv_.d.cts} +1 -1
- package/dist/{useController-BT3Fd0IO.d.cts.map → useController-fblEApv_.d.cts.map} +1 -1
- package/dist/{useFormContext-CpLVpNAf.d.ts → useFormContext-B1-deU4Z.d.ts} +4 -4
- package/dist/{useFormContext-CpLVpNAf.d.ts.map → useFormContext-B1-deU4Z.d.ts.map} +1 -1
- package/dist/{useFormContext-CT8H8xIe.js → useFormContext-BJqa1FoT.js} +2 -2
- package/dist/{useFormContext-CT8H8xIe.js.map → useFormContext-BJqa1FoT.js.map} +1 -1
- package/dist/{useFormContext-Ddc1HWKv.d.cts → useFormContext-D5vrT2sg.d.cts} +4 -4
- package/dist/{useFormContext-Ddc1HWKv.d.cts.map → useFormContext-D5vrT2sg.d.cts.map} +1 -1
- package/dist/{useFormContext-CrXwNYiB.cjs → useFormContext-kUHonwgu.cjs} +2 -2
- package/dist/{useFormContext-CrXwNYiB.cjs.map → useFormContext-kUHonwgu.cjs.map} +1 -1
- package/dist/{useInputValueTransform-CNCBU7a9.d.cts → useInputValueTransform-DCXXb2Lp.d.cts} +1 -1
- package/dist/{useInputValueTransform-CNCBU7a9.d.cts.map → useInputValueTransform-DCXXb2Lp.d.cts.map} +1 -1
- package/dist/{useInputValueTransform-dLfFIYW4.d.ts → useInputValueTransform-DCXXb2Lp.d.ts} +1 -1
- package/dist/{useInputValueTransform-dLfFIYW4.d.ts.map → useInputValueTransform-DCXXb2Lp.d.ts.map} +1 -1
- package/dist/{useInputValueTransform-CXdmtc0Q.js → useInputValueTransform-DJ5zkqSy.js} +1 -1
- package/dist/{useInputValueTransform-CXdmtc0Q.js.map → useInputValueTransform-DJ5zkqSy.js.map} +1 -1
- package/dist/{useInputValueTransform-Bm65K8LX.cjs → useInputValueTransform-P62UUZBl.cjs} +1 -2
- package/dist/{useInputValueTransform-Bm65K8LX.cjs.map → useInputValueTransform-P62UUZBl.cjs.map} +1 -1
- package/package.json +6 -13
- package/dist/Checkboxes-D1hppxDE.js +0 -112
- package/dist/Checkboxes-D1hppxDE.js.map +0 -1
- package/dist/Checkboxes-DHk09GmH.cjs +0 -124
- package/dist/Checkboxes-DHk09GmH.cjs.map +0 -1
- package/dist/DatePicker-BUSi8SWQ.js +0 -193
- package/dist/DatePicker-BUSi8SWQ.js.map +0 -1
- package/dist/DatePicker-DuBjvS5g.cjs +0 -205
- package/dist/DatePicker-DuBjvS5g.cjs.map +0 -1
- package/dist/FieldArray-BxmK1NRd.js +0 -494
- package/dist/FieldArray-BxmK1NRd.js.map +0 -1
- package/dist/FieldArray-DgiQpIdr.cjs +0 -506
- package/dist/FieldArray-DgiQpIdr.cjs.map +0 -1
- package/dist/FieldCard-BK6SNqFY.js +0 -222
- package/dist/FieldCard-BK6SNqFY.js.map +0 -1
- package/dist/FieldCard-C-DZ5ARr.cjs +0 -234
- package/dist/FieldCard-C-DZ5ARr.cjs.map +0 -1
- package/dist/Form-CYlsIABv.cjs +0 -125
- package/dist/Form-CYlsIABv.cjs.map +0 -1
- package/dist/Form-D3yfDu4L.js +0 -114
- package/dist/Form-D3yfDu4L.js.map +0 -1
- package/dist/Input-B5RxbkNS.js +0 -96
- package/dist/Input-B5RxbkNS.js.map +0 -1
- package/dist/Input-DvVViuWH.cjs +0 -108
- package/dist/Input-DvVViuWH.cjs.map +0 -1
- package/dist/RadioBoxes-BJz-aJp3.js +0 -135
- package/dist/RadioBoxes-BJz-aJp3.js.map +0 -1
- package/dist/RadioBoxes-CR--FBhQ.cjs +0 -153
- package/dist/RadioBoxes-CR--FBhQ.cjs.map +0 -1
- package/dist/RadioTabs-Btt582Nl.cjs +0 -133
- package/dist/RadioTabs-Btt582Nl.cjs.map +0 -1
- package/dist/RadioTabs-CYmzrPBG.js +0 -120
- package/dist/RadioTabs-CYmzrPBG.js.map +0 -1
- package/dist/Radios-DZxhrX96.js +0 -73
- package/dist/Radios-DZxhrX96.js.map +0 -1
- package/dist/Radios-Jg9mwE0B.cjs +0 -85
- package/dist/Radios-Jg9mwE0B.cjs.map +0 -1
- package/dist/Select-CZwuEAB5.cjs +0 -296
- package/dist/Select-CZwuEAB5.cjs.map +0 -1
- package/dist/Select-CgeqhZIC.js +0 -283
- package/dist/Select-CgeqhZIC.js.map +0 -1
- package/dist/Slider-Bpxt-Qgj.cjs +0 -120
- package/dist/Slider-Bpxt-Qgj.cjs.map +0 -1
- package/dist/Slider-DRfSw0uE.js +0 -108
- package/dist/Slider-DRfSw0uE.js.map +0 -1
- package/dist/SubmitButton-D-wn1PJV.cjs +0 -43
- package/dist/SubmitButton-D-wn1PJV.cjs.map +0 -1
- package/dist/SubmitButton-D6aU7IgC.js +0 -31
- package/dist/SubmitButton-D6aU7IgC.js.map +0 -1
- package/dist/Switch-D9DNrqmj.js +0 -81
- package/dist/Switch-D9DNrqmj.js.map +0 -1
- package/dist/Switch-hjjy34QB.cjs +0 -93
- package/dist/Switch-hjjy34QB.cjs.map +0 -1
- package/dist/SwitchBox-BU1XieaZ.js +0 -153
- package/dist/SwitchBox-BU1XieaZ.js.map +0 -1
- package/dist/SwitchBox-Dl-F5y2m.cjs +0 -171
- package/dist/SwitchBox-Dl-F5y2m.cjs.map +0 -1
- package/dist/TextArea-CMXm-kTK.cjs +0 -78
- package/dist/TextArea-CMXm-kTK.cjs.map +0 -1
- package/dist/TextArea-DAg_K-QP.js +0 -66
- package/dist/TextArea-DAg_K-QP.js.map +0 -1
- package/dist/Time-CDptQ3CK.js +0 -213
- package/dist/Time-CDptQ3CK.js.map +0 -1
- package/dist/Time-WKgbji5k.cjs +0 -219
- package/dist/Time-WKgbji5k.cjs.map +0 -1
- package/dist/index-54OZEaUU.d.ts +0 -43
- package/dist/index-54OZEaUU.d.ts.map +0 -1
- package/dist/index-7UT2Ki5e.d.cts +0 -113
- package/dist/index-7UT2Ki5e.d.cts.map +0 -1
- package/dist/index-9_3XTDJC.d.cts +0 -174
- package/dist/index-9_3XTDJC.d.cts.map +0 -1
- package/dist/index-B5SfdA5O.d.cts +0 -99
- package/dist/index-B5SfdA5O.d.cts.map +0 -1
- package/dist/index-B61zRzeS.d.cts +0 -101
- package/dist/index-B61zRzeS.d.cts.map +0 -1
- package/dist/index-B7gQppgQ.d.ts +0 -116
- package/dist/index-B7gQppgQ.d.ts.map +0 -1
- package/dist/index-BDFJDKmz.d.ts +0 -166
- package/dist/index-BDFJDKmz.d.ts.map +0 -1
- package/dist/index-BPaSE_7b.d.ts +0 -179
- package/dist/index-BPaSE_7b.d.ts.map +0 -1
- package/dist/index-BSjcTo7A.d.ts +0 -147
- package/dist/index-BSjcTo7A.d.ts.map +0 -1
- package/dist/index-BmMspnsJ.d.cts +0 -137
- package/dist/index-BmMspnsJ.d.cts.map +0 -1
- package/dist/index-BqxDWhNr.d.cts +0 -22
- package/dist/index-BqxDWhNr.d.cts.map +0 -1
- package/dist/index-Bzs7_gnk.d.cts +0 -116
- package/dist/index-Bzs7_gnk.d.cts.map +0 -1
- package/dist/index-C3-TV4Up.d.cts +0 -43
- package/dist/index-C3-TV4Up.d.cts.map +0 -1
- package/dist/index-C4GJH8Xv.d.ts +0 -290
- package/dist/index-C4GJH8Xv.d.ts.map +0 -1
- package/dist/index-CE8fnXuQ.d.ts +0 -167
- package/dist/index-CE8fnXuQ.d.ts.map +0 -1
- package/dist/index-CEJxjf5R.d.ts +0 -22
- package/dist/index-CEJxjf5R.d.ts.map +0 -1
- package/dist/index-CHQKk_fN2.d.ts +0 -14
- package/dist/index-CHQKk_fN2.d.ts.map +0 -1
- package/dist/index-CIiOXrrY.d.ts +0 -99
- package/dist/index-CIiOXrrY.d.ts.map +0 -1
- package/dist/index-CV7wqRev.d.ts +0 -38
- package/dist/index-CV7wqRev.d.ts.map +0 -1
- package/dist/index-CXvUaeCL.d.cts +0 -14
- package/dist/index-CXvUaeCL.d.cts.map +0 -1
- package/dist/index-C_zjtsGM.d.ts +0 -113
- package/dist/index-C_zjtsGM.d.ts.map +0 -1
- package/dist/index-CbPJiRK2.d.ts +0 -83
- package/dist/index-CbPJiRK2.d.ts.map +0 -1
- package/dist/index-CvP3tbVV.d.ts +0 -137
- package/dist/index-CvP3tbVV.d.ts.map +0 -1
- package/dist/index-Cwb7sTO0.d.ts +0 -154
- package/dist/index-Cwb7sTO0.d.ts.map +0 -1
- package/dist/index-CxY9VWv5.d.cts +0 -154
- package/dist/index-CxY9VWv5.d.cts.map +0 -1
- package/dist/index-D8udSkgA.d.cts +0 -167
- package/dist/index-D8udSkgA.d.cts.map +0 -1
- package/dist/index-DBsF7xsq.d.cts +0 -147
- package/dist/index-DBsF7xsq.d.cts.map +0 -1
- package/dist/index-DNADTCoc.d.cts +0 -290
- package/dist/index-DNADTCoc.d.cts.map +0 -1
- package/dist/index-DRg0anjB.d.cts +0 -179
- package/dist/index-DRg0anjB.d.cts.map +0 -1
- package/dist/index-DUmNI6cE.d.cts +0 -83
- package/dist/index-DUmNI6cE.d.cts.map +0 -1
- package/dist/index-Db0WD4d1.d.cts +0 -166
- package/dist/index-Db0WD4d1.d.cts.map +0 -1
- package/dist/index-DpXSZCZe.d.cts +0 -38
- package/dist/index-DpXSZCZe.d.cts.map +0 -1
- package/dist/index-GxTY7aAc.d.ts +0 -174
- package/dist/index-GxTY7aAc.d.ts.map +0 -1
- package/dist/index-P30z4VRT.d.cts +0 -22
- package/dist/index-P30z4VRT.d.cts.map +0 -1
- package/dist/index-PMCqBX0t.d.ts +0 -101
- package/dist/index-PMCqBX0t.d.ts.map +0 -1
- package/dist/index-PWRw2bPH.d.ts +0 -22
- package/dist/index-PWRw2bPH.d.ts.map +0 -1
- package/dist/index-QgVr4iWX.d.cts +0 -122
- package/dist/index-QgVr4iWX.d.cts.map +0 -1
- package/dist/index-dgho7gpc.d.ts +0 -122
- package/dist/index-dgho7gpc.d.ts.map +0 -1
- package/dist/index.cjs +0 -85
- package/dist/index.cjs.map +0 -1
- package/dist/index.d.cts +0 -31
- package/dist/index.d.ts +0 -31
- package/dist/index.js +0 -36
- package/dist/index.js.map +0 -1
- package/dist/useClientValidation-BRfhqRom.cjs +0 -190
- package/dist/useClientValidation-BRfhqRom.cjs.map +0 -1
- package/dist/useClientValidation-C2dLJnDI.d.cts +0 -148
- package/dist/useClientValidation-C2dLJnDI.d.cts.map +0 -1
- package/dist/useClientValidation-DpLdzIAb.js +0 -178
- package/dist/useClientValidation-DpLdzIAb.js.map +0 -1
- package/dist/useClientValidation-qRq2_spX.d.ts +0 -148
- package/dist/useClientValidation-qRq2_spX.d.ts.map +0 -1
- package/dist/useInputValueDebounce-CfQDiomI.d.cts +0 -66
- package/dist/useInputValueDebounce-CfQDiomI.d.cts.map +0 -1
- package/dist/useInputValueDebounce-DZgzL7GQ.d.ts +0 -66
- package/dist/useInputValueDebounce-DZgzL7GQ.d.ts.map +0 -1
- package/dist/useUniformField-CmAYcGER.d.cts +0 -98
- package/dist/useUniformField-CmAYcGER.d.cts.map +0 -1
- package/dist/useUniformField-DJDpQzRo.d.ts +0 -98
- package/dist/useUniformField-DJDpQzRo.d.ts.map +0 -1
- package/dist/useUniformFieldArray-D3fdzwzD.d.cts +0 -79
- package/dist/useUniformFieldArray-D3fdzwzD.d.cts.map +0 -1
- package/dist/useUniformFieldArray-zGcIhwhF.d.ts +0 -79
- package/dist/useUniformFieldArray-zGcIhwhF.d.ts.map +0 -1
- package/dist/useWatchFormReset-BSd6jMxU.d.cts +0 -38
- package/dist/useWatchFormReset-BSd6jMxU.d.cts.map +0 -1
- package/dist/useWatchFormReset-C7YJ-I3N.d.ts +0 -38
- package/dist/useWatchFormReset-C7YJ-I3N.d.ts.map +0 -1
- package/dist/useWatchUserChange-C1xWHtFG.cjs +0 -90
- package/dist/useWatchUserChange-C1xWHtFG.cjs.map +0 -1
- package/dist/useWatchUserChange-CpyZz2i7.d.ts +0 -80
- package/dist/useWatchUserChange-CpyZz2i7.d.ts.map +0 -1
- package/dist/useWatchUserChange-DSAboNCs.d.cts +0 -80
- package/dist/useWatchUserChange-DSAboNCs.d.cts.map +0 -1
- package/dist/useWatchUserChange-DSQGsl1R.js +0 -84
- package/dist/useWatchUserChange-DSQGsl1R.js.map +0 -1
- /package/dist/{index-BLwMeReG.d.ts → index-BKZ67WMa.d.cts} +0 -0
- /package/dist/{index-C2gUMYkE.d.cts → index-BKZ67WMa.d.ts} +0 -0
- /package/dist/{index-CJgP-E0M.d.cts → index-BVVgDSdq.d.cts} +0 -0
- /package/dist/{index-Cg9utiy0.d.ts → index-BVVgDSdq.d.ts} +0 -0
- /package/dist/{index-CspKFJM1.d.cts → index-DmtQKWjk.d.cts} +0 -0
- /package/dist/{index-h64gcVNJ.d.ts → index-DmtQKWjk.d.ts} +0 -0
- /package/dist/{useInput-CVm3tP78.js → useInput-C0aJaAGe.js} +0 -0
- /package/dist/{useInput-BdH8oftG.d.ts → useInput-ClpHDPdr.d.cts} +0 -0
- /package/dist/{useInput-DZOmMKcp.d.cts → useInput-ClpHDPdr.d.ts} +0 -0
|
@@ -1,290 +0,0 @@
|
|
|
1
|
-
import { TVClassName, TVProps } from "@fuf-stack/pixel-utils";
|
|
2
|
-
import { ReactNode } from "react";
|
|
3
|
-
import { Props } from "react-select";
|
|
4
|
-
|
|
5
|
-
//#region src/Select/Select.d.ts
|
|
6
|
-
declare const selectVariants: import("tailwind-variants").TVReturnType<{
|
|
7
|
-
[key: string]: {
|
|
8
|
-
[key: string]: import("tailwind-merge").ClassNameValue | {
|
|
9
|
-
base?: import("tailwind-merge").ClassNameValue;
|
|
10
|
-
label?: import("tailwind-merge").ClassNameValue;
|
|
11
|
-
input?: import("tailwind-merge").ClassNameValue;
|
|
12
|
-
control?: import("tailwind-merge").ClassNameValue;
|
|
13
|
-
placeholder?: import("tailwind-merge").ClassNameValue;
|
|
14
|
-
menu?: import("tailwind-merge").ClassNameValue;
|
|
15
|
-
option?: import("tailwind-merge").ClassNameValue;
|
|
16
|
-
group?: import("tailwind-merge").ClassNameValue;
|
|
17
|
-
clearIndicator?: import("tailwind-merge").ClassNameValue;
|
|
18
|
-
control_focused?: import("tailwind-merge").ClassNameValue;
|
|
19
|
-
crossIcon?: import("tailwind-merge").ClassNameValue;
|
|
20
|
-
downChevron?: import("tailwind-merge").ClassNameValue;
|
|
21
|
-
dropdownIndicator?: import("tailwind-merge").ClassNameValue;
|
|
22
|
-
groupHeading?: import("tailwind-merge").ClassNameValue;
|
|
23
|
-
indicatorsContainer?: import("tailwind-merge").ClassNameValue;
|
|
24
|
-
indicatorSeparator?: import("tailwind-merge").ClassNameValue;
|
|
25
|
-
loadingIndicator?: import("tailwind-merge").ClassNameValue;
|
|
26
|
-
loadingMessage?: import("tailwind-merge").ClassNameValue;
|
|
27
|
-
menuList?: import("tailwind-merge").ClassNameValue;
|
|
28
|
-
menuPortal?: import("tailwind-merge").ClassNameValue;
|
|
29
|
-
multiValue?: import("tailwind-merge").ClassNameValue;
|
|
30
|
-
multiValueContainer?: import("tailwind-merge").ClassNameValue;
|
|
31
|
-
multiValueLabel?: import("tailwind-merge").ClassNameValue;
|
|
32
|
-
multiValueRemove?: import("tailwind-merge").ClassNameValue;
|
|
33
|
-
noOptionsMessage?: import("tailwind-merge").ClassNameValue;
|
|
34
|
-
option_disabled?: import("tailwind-merge").ClassNameValue;
|
|
35
|
-
option_focused?: import("tailwind-merge").ClassNameValue;
|
|
36
|
-
option_selected?: import("tailwind-merge").ClassNameValue;
|
|
37
|
-
selectContainer?: import("tailwind-merge").ClassNameValue;
|
|
38
|
-
singleValue?: import("tailwind-merge").ClassNameValue;
|
|
39
|
-
valueContainer?: import("tailwind-merge").ClassNameValue;
|
|
40
|
-
};
|
|
41
|
-
};
|
|
42
|
-
} | {
|
|
43
|
-
[x: string]: {
|
|
44
|
-
[x: string]: import("tailwind-merge").ClassNameValue | {
|
|
45
|
-
base?: import("tailwind-merge").ClassNameValue;
|
|
46
|
-
label?: import("tailwind-merge").ClassNameValue;
|
|
47
|
-
input?: import("tailwind-merge").ClassNameValue;
|
|
48
|
-
control?: import("tailwind-merge").ClassNameValue;
|
|
49
|
-
placeholder?: import("tailwind-merge").ClassNameValue;
|
|
50
|
-
menu?: import("tailwind-merge").ClassNameValue;
|
|
51
|
-
option?: import("tailwind-merge").ClassNameValue;
|
|
52
|
-
group?: import("tailwind-merge").ClassNameValue;
|
|
53
|
-
clearIndicator?: import("tailwind-merge").ClassNameValue;
|
|
54
|
-
control_focused?: import("tailwind-merge").ClassNameValue;
|
|
55
|
-
crossIcon?: import("tailwind-merge").ClassNameValue;
|
|
56
|
-
downChevron?: import("tailwind-merge").ClassNameValue;
|
|
57
|
-
dropdownIndicator?: import("tailwind-merge").ClassNameValue;
|
|
58
|
-
groupHeading?: import("tailwind-merge").ClassNameValue;
|
|
59
|
-
indicatorsContainer?: import("tailwind-merge").ClassNameValue;
|
|
60
|
-
indicatorSeparator?: import("tailwind-merge").ClassNameValue;
|
|
61
|
-
loadingIndicator?: import("tailwind-merge").ClassNameValue;
|
|
62
|
-
loadingMessage?: import("tailwind-merge").ClassNameValue;
|
|
63
|
-
menuList?: import("tailwind-merge").ClassNameValue;
|
|
64
|
-
menuPortal?: import("tailwind-merge").ClassNameValue;
|
|
65
|
-
multiValue?: import("tailwind-merge").ClassNameValue;
|
|
66
|
-
multiValueContainer?: import("tailwind-merge").ClassNameValue;
|
|
67
|
-
multiValueLabel?: import("tailwind-merge").ClassNameValue;
|
|
68
|
-
multiValueRemove?: import("tailwind-merge").ClassNameValue;
|
|
69
|
-
noOptionsMessage?: import("tailwind-merge").ClassNameValue;
|
|
70
|
-
option_disabled?: import("tailwind-merge").ClassNameValue;
|
|
71
|
-
option_focused?: import("tailwind-merge").ClassNameValue;
|
|
72
|
-
option_selected?: import("tailwind-merge").ClassNameValue;
|
|
73
|
-
selectContainer?: import("tailwind-merge").ClassNameValue;
|
|
74
|
-
singleValue?: import("tailwind-merge").ClassNameValue;
|
|
75
|
-
valueContainer?: import("tailwind-merge").ClassNameValue;
|
|
76
|
-
};
|
|
77
|
-
};
|
|
78
|
-
} | {}, {
|
|
79
|
-
base: string;
|
|
80
|
-
clearIndicator: string;
|
|
81
|
-
control: string;
|
|
82
|
-
control_focused: string;
|
|
83
|
-
crossIcon: string;
|
|
84
|
-
downChevron: string;
|
|
85
|
-
dropdownIndicator: string;
|
|
86
|
-
group: string;
|
|
87
|
-
groupHeading: string;
|
|
88
|
-
indicatorsContainer: string;
|
|
89
|
-
indicatorSeparator: string;
|
|
90
|
-
input: string;
|
|
91
|
-
label: string;
|
|
92
|
-
loadingIndicator: string;
|
|
93
|
-
loadingMessage: string;
|
|
94
|
-
menu: string;
|
|
95
|
-
menuList: string;
|
|
96
|
-
menuPortal: string;
|
|
97
|
-
multiValue: string;
|
|
98
|
-
multiValueContainer: string;
|
|
99
|
-
multiValueLabel: string;
|
|
100
|
-
multiValueRemove: string;
|
|
101
|
-
noOptionsMessage: string;
|
|
102
|
-
option: string;
|
|
103
|
-
option_disabled: string;
|
|
104
|
-
option_focused: string;
|
|
105
|
-
option_selected: string;
|
|
106
|
-
placeholder: string;
|
|
107
|
-
selectContainer: string;
|
|
108
|
-
singleValue: string;
|
|
109
|
-
valueContainer: string;
|
|
110
|
-
}, undefined, {
|
|
111
|
-
[key: string]: {
|
|
112
|
-
[key: string]: import("tailwind-merge").ClassNameValue | {
|
|
113
|
-
base?: import("tailwind-merge").ClassNameValue;
|
|
114
|
-
label?: import("tailwind-merge").ClassNameValue;
|
|
115
|
-
input?: import("tailwind-merge").ClassNameValue;
|
|
116
|
-
control?: import("tailwind-merge").ClassNameValue;
|
|
117
|
-
placeholder?: import("tailwind-merge").ClassNameValue;
|
|
118
|
-
menu?: import("tailwind-merge").ClassNameValue;
|
|
119
|
-
option?: import("tailwind-merge").ClassNameValue;
|
|
120
|
-
group?: import("tailwind-merge").ClassNameValue;
|
|
121
|
-
clearIndicator?: import("tailwind-merge").ClassNameValue;
|
|
122
|
-
control_focused?: import("tailwind-merge").ClassNameValue;
|
|
123
|
-
crossIcon?: import("tailwind-merge").ClassNameValue;
|
|
124
|
-
downChevron?: import("tailwind-merge").ClassNameValue;
|
|
125
|
-
dropdownIndicator?: import("tailwind-merge").ClassNameValue;
|
|
126
|
-
groupHeading?: import("tailwind-merge").ClassNameValue;
|
|
127
|
-
indicatorsContainer?: import("tailwind-merge").ClassNameValue;
|
|
128
|
-
indicatorSeparator?: import("tailwind-merge").ClassNameValue;
|
|
129
|
-
loadingIndicator?: import("tailwind-merge").ClassNameValue;
|
|
130
|
-
loadingMessage?: import("tailwind-merge").ClassNameValue;
|
|
131
|
-
menuList?: import("tailwind-merge").ClassNameValue;
|
|
132
|
-
menuPortal?: import("tailwind-merge").ClassNameValue;
|
|
133
|
-
multiValue?: import("tailwind-merge").ClassNameValue;
|
|
134
|
-
multiValueContainer?: import("tailwind-merge").ClassNameValue;
|
|
135
|
-
multiValueLabel?: import("tailwind-merge").ClassNameValue;
|
|
136
|
-
multiValueRemove?: import("tailwind-merge").ClassNameValue;
|
|
137
|
-
noOptionsMessage?: import("tailwind-merge").ClassNameValue;
|
|
138
|
-
option_disabled?: import("tailwind-merge").ClassNameValue;
|
|
139
|
-
option_focused?: import("tailwind-merge").ClassNameValue;
|
|
140
|
-
option_selected?: import("tailwind-merge").ClassNameValue;
|
|
141
|
-
selectContainer?: import("tailwind-merge").ClassNameValue;
|
|
142
|
-
singleValue?: import("tailwind-merge").ClassNameValue;
|
|
143
|
-
valueContainer?: import("tailwind-merge").ClassNameValue;
|
|
144
|
-
};
|
|
145
|
-
};
|
|
146
|
-
} | {}, {
|
|
147
|
-
base: string;
|
|
148
|
-
clearIndicator: string;
|
|
149
|
-
control: string;
|
|
150
|
-
control_focused: string;
|
|
151
|
-
crossIcon: string;
|
|
152
|
-
downChevron: string;
|
|
153
|
-
dropdownIndicator: string;
|
|
154
|
-
group: string;
|
|
155
|
-
groupHeading: string;
|
|
156
|
-
indicatorsContainer: string;
|
|
157
|
-
indicatorSeparator: string;
|
|
158
|
-
input: string;
|
|
159
|
-
label: string;
|
|
160
|
-
loadingIndicator: string;
|
|
161
|
-
loadingMessage: string;
|
|
162
|
-
menu: string;
|
|
163
|
-
menuList: string;
|
|
164
|
-
menuPortal: string;
|
|
165
|
-
multiValue: string;
|
|
166
|
-
multiValueContainer: string;
|
|
167
|
-
multiValueLabel: string;
|
|
168
|
-
multiValueRemove: string;
|
|
169
|
-
noOptionsMessage: string;
|
|
170
|
-
option: string;
|
|
171
|
-
option_disabled: string;
|
|
172
|
-
option_focused: string;
|
|
173
|
-
option_selected: string;
|
|
174
|
-
placeholder: string;
|
|
175
|
-
selectContainer: string;
|
|
176
|
-
singleValue: string;
|
|
177
|
-
valueContainer: string;
|
|
178
|
-
}, import("tailwind-variants").TVReturnType<unknown, {
|
|
179
|
-
base: string;
|
|
180
|
-
clearIndicator: string;
|
|
181
|
-
control: string;
|
|
182
|
-
control_focused: string;
|
|
183
|
-
crossIcon: string;
|
|
184
|
-
downChevron: string;
|
|
185
|
-
dropdownIndicator: string;
|
|
186
|
-
group: string;
|
|
187
|
-
groupHeading: string;
|
|
188
|
-
indicatorsContainer: string;
|
|
189
|
-
indicatorSeparator: string;
|
|
190
|
-
input: string;
|
|
191
|
-
label: string;
|
|
192
|
-
loadingIndicator: string;
|
|
193
|
-
loadingMessage: string;
|
|
194
|
-
menu: string;
|
|
195
|
-
menuList: string;
|
|
196
|
-
menuPortal: string;
|
|
197
|
-
multiValue: string;
|
|
198
|
-
multiValueContainer: string;
|
|
199
|
-
multiValueLabel: string;
|
|
200
|
-
multiValueRemove: string;
|
|
201
|
-
noOptionsMessage: string;
|
|
202
|
-
option: string;
|
|
203
|
-
option_disabled: string;
|
|
204
|
-
option_focused: string;
|
|
205
|
-
option_selected: string;
|
|
206
|
-
placeholder: string;
|
|
207
|
-
selectContainer: string;
|
|
208
|
-
singleValue: string;
|
|
209
|
-
valueContainer: string;
|
|
210
|
-
}, undefined, unknown, unknown, undefined>>;
|
|
211
|
-
interface SelectOption {
|
|
212
|
-
/** set option to disabled state */
|
|
213
|
-
disabled?: boolean;
|
|
214
|
-
/**
|
|
215
|
-
* True when option was auto-generated because the value wasn't found in options.
|
|
216
|
-
* Use in renderOptionLabel to render a component that fetches the real label.
|
|
217
|
-
*/
|
|
218
|
-
isFallback?: boolean;
|
|
219
|
-
/** option label */
|
|
220
|
-
label?: ReactNode;
|
|
221
|
-
/** option value */
|
|
222
|
-
value: string | number;
|
|
223
|
-
}
|
|
224
|
-
type VariantProps = TVProps<typeof selectVariants>;
|
|
225
|
-
type ClassName = TVClassName<typeof selectVariants>;
|
|
226
|
-
interface SelectProps extends VariantProps {
|
|
227
|
-
/** Custom aria-label for accessibility. If not provided, falls back to field name when no visible label exists */
|
|
228
|
-
ariaLabel?: string;
|
|
229
|
-
/** CSS class name */
|
|
230
|
-
className?: ClassName;
|
|
231
|
-
/** Determine if the */
|
|
232
|
-
clearable?: boolean;
|
|
233
|
-
/** Set the select to disabled state. */
|
|
234
|
-
disabled?: boolean;
|
|
235
|
-
/** Force menu open for debugging or visual testing. */
|
|
236
|
-
debugMenuOpen?: boolean;
|
|
237
|
-
/** Filter Select Options */
|
|
238
|
-
filterOption?: undefined | ((option?: SelectOption, inputValue?: string) => boolean);
|
|
239
|
-
/** The value of the search input */
|
|
240
|
-
inputValue?: string;
|
|
241
|
-
/** Label that should be associated with the select. */
|
|
242
|
-
label?: ReactNode;
|
|
243
|
-
/** Set the select to a loading state. */
|
|
244
|
-
loading?: boolean;
|
|
245
|
-
/** switch between single and multi select mode. */
|
|
246
|
-
multiSelect?: boolean;
|
|
247
|
-
/** The name for the Select component, used by react-hook-form */
|
|
248
|
-
name: string;
|
|
249
|
-
/** Placeholder that is displayed when nothing is selected */
|
|
250
|
-
placeholder?: string;
|
|
251
|
-
/** Handle change events on the input */
|
|
252
|
-
onInputChange?: Props['onInputChange'];
|
|
253
|
-
/** The options for the Select component */
|
|
254
|
-
options: SelectOption[];
|
|
255
|
-
/** Render custom content when no options match the current search input. */
|
|
256
|
-
renderEmptyOptions?: Props['noOptionsMessage'];
|
|
257
|
-
/** Format the label of the option */
|
|
258
|
-
renderOptionLabel?: undefined | Props['formatOptionLabel'];
|
|
259
|
-
/**
|
|
260
|
-
* Fallback option(s) for async selects when value isn't in current options.
|
|
261
|
-
* Use when the selected value may not be in the options list (e.g., after
|
|
262
|
-
* search results change). Used only if value not found in options.
|
|
263
|
-
* For single select: pass the option object or undefined
|
|
264
|
-
* For multi-select: pass an array of option objects
|
|
265
|
-
*/
|
|
266
|
-
selectedOptionFallback?: SelectOption | SelectOption[];
|
|
267
|
-
/** HTML data-testid attribute used in e2e tests */
|
|
268
|
-
testId?: string;
|
|
269
|
-
}
|
|
270
|
-
/** Select component based on [HeroUI Select](https://www.heroui.com//docs/components/select) and [React-Select](https://react-select.com/home) */
|
|
271
|
-
declare const Select: ({
|
|
272
|
-
className,
|
|
273
|
-
clearable,
|
|
274
|
-
debugMenuOpen,
|
|
275
|
-
filterOption,
|
|
276
|
-
inputValue,
|
|
277
|
-
loading,
|
|
278
|
-
multiSelect,
|
|
279
|
-
name,
|
|
280
|
-
onInputChange,
|
|
281
|
-
options,
|
|
282
|
-
placeholder,
|
|
283
|
-
renderEmptyOptions,
|
|
284
|
-
renderOptionLabel,
|
|
285
|
-
selectedOptionFallback,
|
|
286
|
-
...uniformFieldProps
|
|
287
|
-
}: SelectProps) => import("react/jsx-runtime").JSX.Element;
|
|
288
|
-
//#endregion
|
|
289
|
-
export { SelectProps as n, Select as t };
|
|
290
|
-
//# sourceMappingURL=index-DNADTCoc.d.cts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index-DNADTCoc.d.cts","names":[],"sources":["../src/Select/Select.tsx"],"mappings":";;;;;cAea,cAAA,8BAAc,YAAA;EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;UA8CjB,YAAA;;EAER,QAAA;;;;;EAKA,UAAA;;EAEA,KAAA,GAAQ,SAAS;;EAEjB,KAAA;AAAA;AAAA,KAGG,YAAA,GAAe,OAAO,QAAQ,cAAA;AAAA,KAC9B,SAAA,GAAY,WAAW,QAAQ,cAAA;AAAA,UAEnB,WAAA,SAAoB,YAAA;;EAEnC,SAAA;;EAEA,SAAA,GAAY,SAAA;;EAEZ,SAAA;;EAEA,QAAA;;EAEA,aAAA;;EAEA,YAAA,iBAEM,MAAA,GAAS,YAAA,EAAc,UAAA;;EAE7B,UAAA;;EAEA,KAAA,GAAQ,SAAA;;EAER,OAAA;;EAEA,WAAA;;EAEA,IAAA;;EAEA,WAAA;;EAEA,aAAA,GAAgB,KAAA;;EAEhB,OAAA,EAAS,YAAA;;EAET,kBAAA,GAAqB,KAAA;;EAErB,iBAAA,eAAgC,KAAA;;;;;;;;EAQhC,sBAAA,GAAyB,YAAA,GAAe,YAAA;;EAExC,MAAA;AAAA;;cA8CI,MAAA;EAAU,SAAA;EAAA,SAAA;EAAA,aAAA;EAAA,YAAA;EAAA,UAAA;EAAA,OAAA;EAAA,WAAA;EAAA,IAAA;EAAA,aAAA;EAAA,OAAA;EAAA,WAAA;EAAA,kBAAA;EAAA,iBAAA;EAAA,sBAAA;EAAA,GAAA;AAAA,GAgBb,WAAA,iCAAW,GAAA,CAAA,OAAA"}
|
|
@@ -1,179 +0,0 @@
|
|
|
1
|
-
import { t as InputValueTransform } from "./useInputValueTransform-CNCBU7a9.cjs";
|
|
2
|
-
import { TVClassName, TVProps } from "@fuf-stack/pixel-utils";
|
|
3
|
-
import { ReactNode } from "react";
|
|
4
|
-
|
|
5
|
-
//#region src/Checkboxes/Checkboxes.d.ts
|
|
6
|
-
declare const checkboxesVariants: import("tailwind-variants").TVReturnType<{
|
|
7
|
-
color: {
|
|
8
|
-
readonly default: {
|
|
9
|
-
wrapper: string;
|
|
10
|
-
};
|
|
11
|
-
readonly primary: {
|
|
12
|
-
wrapper: string;
|
|
13
|
-
};
|
|
14
|
-
readonly secondary: {
|
|
15
|
-
wrapper: string;
|
|
16
|
-
};
|
|
17
|
-
readonly success: {
|
|
18
|
-
wrapper: string;
|
|
19
|
-
};
|
|
20
|
-
readonly warning: {
|
|
21
|
-
wrapper: string;
|
|
22
|
-
};
|
|
23
|
-
readonly danger: {
|
|
24
|
-
wrapper: string;
|
|
25
|
-
};
|
|
26
|
-
readonly info: {
|
|
27
|
-
readonly wrapper: "text-info-foreground after:bg-info after:text-info-foreground";
|
|
28
|
-
};
|
|
29
|
-
};
|
|
30
|
-
lineThrough: {
|
|
31
|
-
true: {
|
|
32
|
-
optionLabel: string[];
|
|
33
|
-
optionLabelSubline: string;
|
|
34
|
-
};
|
|
35
|
-
};
|
|
36
|
-
}, {
|
|
37
|
-
base: string;
|
|
38
|
-
errorMessage: string;
|
|
39
|
-
label: string;
|
|
40
|
-
optionBase: string;
|
|
41
|
-
optionIcon: string;
|
|
42
|
-
optionLabel: string;
|
|
43
|
-
optionLabelSubline: string;
|
|
44
|
-
optionWrapper: string;
|
|
45
|
-
wrapper: string;
|
|
46
|
-
}, undefined, {
|
|
47
|
-
color: {
|
|
48
|
-
readonly default: {
|
|
49
|
-
wrapper: string;
|
|
50
|
-
};
|
|
51
|
-
readonly primary: {
|
|
52
|
-
wrapper: string;
|
|
53
|
-
};
|
|
54
|
-
readonly secondary: {
|
|
55
|
-
wrapper: string;
|
|
56
|
-
};
|
|
57
|
-
readonly success: {
|
|
58
|
-
wrapper: string;
|
|
59
|
-
};
|
|
60
|
-
readonly warning: {
|
|
61
|
-
wrapper: string;
|
|
62
|
-
};
|
|
63
|
-
readonly danger: {
|
|
64
|
-
wrapper: string;
|
|
65
|
-
};
|
|
66
|
-
readonly info: {
|
|
67
|
-
readonly wrapper: "text-info-foreground after:bg-info after:text-info-foreground";
|
|
68
|
-
};
|
|
69
|
-
};
|
|
70
|
-
lineThrough: {
|
|
71
|
-
true: {
|
|
72
|
-
optionLabel: string[];
|
|
73
|
-
optionLabelSubline: string;
|
|
74
|
-
};
|
|
75
|
-
};
|
|
76
|
-
}, {
|
|
77
|
-
base: string;
|
|
78
|
-
errorMessage: string;
|
|
79
|
-
label: string;
|
|
80
|
-
optionBase: string;
|
|
81
|
-
optionIcon: string;
|
|
82
|
-
optionLabel: string;
|
|
83
|
-
optionLabelSubline: string;
|
|
84
|
-
optionWrapper: string;
|
|
85
|
-
wrapper: string;
|
|
86
|
-
}, import("tailwind-variants").TVReturnType<{
|
|
87
|
-
color: {
|
|
88
|
-
readonly default: {
|
|
89
|
-
wrapper: string;
|
|
90
|
-
};
|
|
91
|
-
readonly primary: {
|
|
92
|
-
wrapper: string;
|
|
93
|
-
};
|
|
94
|
-
readonly secondary: {
|
|
95
|
-
wrapper: string;
|
|
96
|
-
};
|
|
97
|
-
readonly success: {
|
|
98
|
-
wrapper: string;
|
|
99
|
-
};
|
|
100
|
-
readonly warning: {
|
|
101
|
-
wrapper: string;
|
|
102
|
-
};
|
|
103
|
-
readonly danger: {
|
|
104
|
-
wrapper: string;
|
|
105
|
-
};
|
|
106
|
-
readonly info: {
|
|
107
|
-
readonly wrapper: "text-info-foreground after:bg-info after:text-info-foreground";
|
|
108
|
-
};
|
|
109
|
-
};
|
|
110
|
-
lineThrough: {
|
|
111
|
-
true: {
|
|
112
|
-
optionLabel: string[];
|
|
113
|
-
optionLabelSubline: string;
|
|
114
|
-
};
|
|
115
|
-
};
|
|
116
|
-
}, {
|
|
117
|
-
base: string;
|
|
118
|
-
errorMessage: string;
|
|
119
|
-
label: string;
|
|
120
|
-
optionBase: string;
|
|
121
|
-
optionIcon: string;
|
|
122
|
-
optionLabel: string;
|
|
123
|
-
optionLabelSubline: string;
|
|
124
|
-
optionWrapper: string;
|
|
125
|
-
wrapper: string;
|
|
126
|
-
}, undefined, unknown, unknown, undefined>>;
|
|
127
|
-
type VariantProps = TVProps<typeof checkboxesVariants>;
|
|
128
|
-
type ClassName = TVClassName<typeof checkboxesVariants>;
|
|
129
|
-
interface CheckboxOption {
|
|
130
|
-
/** option label */
|
|
131
|
-
label?: ReactNode;
|
|
132
|
-
/** subline displayed below the label */
|
|
133
|
-
labelSubline?: ReactNode;
|
|
134
|
-
/** option value */
|
|
135
|
-
value: string;
|
|
136
|
-
/** disables the option */
|
|
137
|
-
disabled?: boolean;
|
|
138
|
-
/** HTML data-testid attribute of the option */
|
|
139
|
-
testId?: string;
|
|
140
|
-
}
|
|
141
|
-
interface CheckboxesProps extends VariantProps {
|
|
142
|
-
/** Custom aria-label for accessibility. If not provided, falls back to field name when no visible label exists */
|
|
143
|
-
ariaLabel?: string;
|
|
144
|
-
/** CSS class name */
|
|
145
|
-
className?: ClassName;
|
|
146
|
-
/** Color scheme of the checkboxes */
|
|
147
|
-
color?: VariantProps['color'];
|
|
148
|
-
/** Sets all checkboxes disabled */
|
|
149
|
-
disabled?: boolean;
|
|
150
|
-
/** Orientation of the checkboxes */
|
|
151
|
-
inline?: boolean;
|
|
152
|
-
/** Label displayed above the checkboxes */
|
|
153
|
-
label?: ReactNode;
|
|
154
|
-
/** Whether the checkboxes label should be crossed out */
|
|
155
|
-
lineThrough?: boolean;
|
|
156
|
-
/** Name the Field is registered on the form */
|
|
157
|
-
name: string;
|
|
158
|
-
/** Checkboxes that should be displayed. */
|
|
159
|
-
options: CheckboxOption[];
|
|
160
|
-
/** HTML data-testid attribute used in e2e tests */
|
|
161
|
-
testId?: string;
|
|
162
|
-
/** allows disentangled display and form values for a field */
|
|
163
|
-
transform?: InputValueTransform<string[]>;
|
|
164
|
-
}
|
|
165
|
-
/**
|
|
166
|
-
* Checkboxes component based on [HeroUI CheckboxGroup](https://www.heroui.com//docs/components/checkbox-group)
|
|
167
|
-
*/
|
|
168
|
-
declare const Checkboxes: ({
|
|
169
|
-
className,
|
|
170
|
-
color,
|
|
171
|
-
inline,
|
|
172
|
-
lineThrough,
|
|
173
|
-
options,
|
|
174
|
-
name,
|
|
175
|
-
...uniformFieldProps
|
|
176
|
-
}: CheckboxesProps) => import("react/jsx-runtime").JSX.Element;
|
|
177
|
-
//#endregion
|
|
178
|
-
export { Checkboxes as n, CheckboxesProps as r, CheckboxOption as t };
|
|
179
|
-
//# sourceMappingURL=index-DRg0anjB.d.cts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index-DRg0anjB.d.cts","names":[],"sources":["../src/Checkboxes/Checkboxes.tsx"],"mappings":";;;;;cAoBa,kBAAA,8BAAkB,YAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAqC1B,YAAA,GAAe,OAAO,QAAQ,kBAAA;AAAA,KAC9B,SAAA,GAAY,WAAW,QAAQ,kBAAA;AAAA,UAEnB,cAAA;EAmCH;EAjCZ,KAAA,GAAQ,SAAA;EAW2C;EATnD,YAAA,GAAe,SAAS;EASe;EAPvC,KAAA;EAWA;EATA,QAAA;EAWA;EATA,MAAA;AAAA;AAAA,UAGe,eAAA,SAAwB,YAAA;EAYvC;EAVA,SAAA;EAYA;EAVA,SAAA,GAAY,SAAA;EAcZ;EAZA,KAAA,GAAQ,YAAA;EAcR;EAZA,QAAA;EAcY;EAZZ,MAAA;EAY+B;EAV/B,KAAA,GAAQ,SAAA;EAyIT;EAvIC,WAAA;EAckB;EAZlB,IAAA;EAYkB;EAVlB,OAAA,EAAS,cAAA;EAUS;EARlB,MAAA;EAgBC;EAdD,SAAA,GAAY,mBAAA;AAAA;;;;cAMR,UAAA;EAAc,SAAA;EAAA,KAAA;EAAA,MAAA;EAAA,WAAA;EAAA,OAAA;EAAA,IAAA;EAAA,GAAA;AAAA,GAQjB,eAAA,iCAAe,GAAA,CAAA,OAAA"}
|
|
@@ -1,83 +0,0 @@
|
|
|
1
|
-
import { TVClassName, TVProps } from "@fuf-stack/pixel-utils";
|
|
2
|
-
import { ReactNode } from "react";
|
|
3
|
-
|
|
4
|
-
//#region src/TextArea/TextArea.d.ts
|
|
5
|
-
declare const textAreaVariants: import("tailwind-variants").TVReturnType<{
|
|
6
|
-
[key: string]: {
|
|
7
|
-
[key: string]: import("tailwind-merge").ClassNameValue | {
|
|
8
|
-
base?: import("tailwind-merge").ClassNameValue;
|
|
9
|
-
input?: import("tailwind-merge").ClassNameValue;
|
|
10
|
-
inputWrapper?: import("tailwind-merge").ClassNameValue;
|
|
11
|
-
clearButton?: import("tailwind-merge").ClassNameValue;
|
|
12
|
-
};
|
|
13
|
-
};
|
|
14
|
-
} | {
|
|
15
|
-
[x: string]: {
|
|
16
|
-
[x: string]: import("tailwind-merge").ClassNameValue | {
|
|
17
|
-
base?: import("tailwind-merge").ClassNameValue;
|
|
18
|
-
input?: import("tailwind-merge").ClassNameValue;
|
|
19
|
-
inputWrapper?: import("tailwind-merge").ClassNameValue;
|
|
20
|
-
clearButton?: import("tailwind-merge").ClassNameValue;
|
|
21
|
-
};
|
|
22
|
-
};
|
|
23
|
-
} | {}, {
|
|
24
|
-
/** wrapper around the whole input */base: string; /** clear button */
|
|
25
|
-
clearButton: string; /** actual input element */
|
|
26
|
-
input: string; /** inner wrapper (HeroUI inputWrapper slot) */
|
|
27
|
-
inputWrapper: string;
|
|
28
|
-
}, undefined, {
|
|
29
|
-
[key: string]: {
|
|
30
|
-
[key: string]: import("tailwind-merge").ClassNameValue | {
|
|
31
|
-
base?: import("tailwind-merge").ClassNameValue;
|
|
32
|
-
input?: import("tailwind-merge").ClassNameValue;
|
|
33
|
-
inputWrapper?: import("tailwind-merge").ClassNameValue;
|
|
34
|
-
clearButton?: import("tailwind-merge").ClassNameValue;
|
|
35
|
-
};
|
|
36
|
-
};
|
|
37
|
-
} | {}, {
|
|
38
|
-
/** wrapper around the whole input */base: string; /** clear button */
|
|
39
|
-
clearButton: string; /** actual input element */
|
|
40
|
-
input: string; /** inner wrapper (HeroUI inputWrapper slot) */
|
|
41
|
-
inputWrapper: string;
|
|
42
|
-
}, import("tailwind-variants").TVReturnType<unknown, {
|
|
43
|
-
/** wrapper around the whole input */base: string; /** clear button */
|
|
44
|
-
clearButton: string; /** actual input element */
|
|
45
|
-
input: string; /** inner wrapper (HeroUI inputWrapper slot) */
|
|
46
|
-
inputWrapper: string;
|
|
47
|
-
}, undefined, unknown, unknown, undefined>>;
|
|
48
|
-
type VariantProps = TVProps<typeof textAreaVariants>;
|
|
49
|
-
type ClassName = TVClassName<typeof textAreaVariants>;
|
|
50
|
-
interface TextAreaProps extends VariantProps {
|
|
51
|
-
/** Custom aria-label for accessibility. If not provided, falls back to field name when no visible label exists */
|
|
52
|
-
ariaLabel?: string;
|
|
53
|
-
/** Child components. The content of the textarea. */
|
|
54
|
-
children?: ReactNode;
|
|
55
|
-
/** CSS class name */
|
|
56
|
-
className?: ClassName;
|
|
57
|
-
/** debounce delay in milliseconds for form state updates (default: 300ms) */
|
|
58
|
-
debounceDelay?: number;
|
|
59
|
-
/** Determines if the TextArea is disabled or not. */
|
|
60
|
-
disabled?: boolean;
|
|
61
|
-
/** Label displayed above the TextArea. */
|
|
62
|
-
label?: ReactNode;
|
|
63
|
-
/** Name the TextArea is registered at in HTML forms (react-hook-form). */
|
|
64
|
-
name: string;
|
|
65
|
-
/** placeholder for the textArea content. */
|
|
66
|
-
placeholder?: string;
|
|
67
|
-
/** Id to grab element in internal tests. */
|
|
68
|
-
testId?: string;
|
|
69
|
-
}
|
|
70
|
-
/**
|
|
71
|
-
* TextArea component based on [HeroUI TextArea](https://www.heroui.com//docs/components/textarea)
|
|
72
|
-
*/
|
|
73
|
-
declare const TextArea: ({
|
|
74
|
-
children,
|
|
75
|
-
className: _className,
|
|
76
|
-
debounceDelay,
|
|
77
|
-
name,
|
|
78
|
-
placeholder,
|
|
79
|
-
...uniformFieldProps
|
|
80
|
-
}: TextAreaProps) => import("react/jsx-runtime").JSX.Element;
|
|
81
|
-
//#endregion
|
|
82
|
-
export { TextAreaProps as n, TextArea as t };
|
|
83
|
-
//# sourceMappingURL=index-DUmNI6cE.d.cts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index-DUmNI6cE.d.cts","names":[],"sources":["../src/TextArea/TextArea.tsx"],"mappings":";;;;cAWa,gBAAA,8BAAgB,YAAA;EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAaxB,YAAA,GAAe,OAAO,QAAQ,gBAAA;AAAA,KAC9B,SAAA,GAAY,WAAW,QAAQ,gBAAA;AAAA,UAEnB,aAAA,SAAsB,YAAA;EAHnB;EAKlB,SAAA;EAJG;EAMH,QAAA,GAAW,SAAA;;EAEX,SAAA,GAAY,SAAA;EARsC;EAUlD,aAAA;EAR6B;EAU7B,QAAA;EANW;EAQX,KAAA,GAAQ,SAAA;EAAA;EAER,IAAA;EAdiD;EAgBjD,WAAA;EAhBqC;EAkBrC,MAAA;AAAA;;;;cAMI,QAAA;EAAY,QAAA;EAAA,SAAA,EAAA,UAAA;EAAA,aAAA;EAAA,IAAA;EAAA,WAAA;EAAA,GAAA;AAAA,GAOf,aAAA,iCAAa,GAAA,CAAA,OAAA"}
|