@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,166 +0,0 @@
|
|
|
1
|
-
import { TVClassName, TVProps } from "@fuf-stack/pixel-utils";
|
|
2
|
-
import { ReactNode } from "react";
|
|
3
|
-
|
|
4
|
-
//#region src/DatePicker/DatePicker.d.ts
|
|
5
|
-
declare const datePickerVariants: import("tailwind-variants").TVReturnType<{
|
|
6
|
-
[key: string]: {
|
|
7
|
-
[key: string]: import("tailwind-merge").ClassNameValue | {
|
|
8
|
-
base?: import("tailwind-merge").ClassNameValue;
|
|
9
|
-
helperWrapper?: import("tailwind-merge").ClassNameValue;
|
|
10
|
-
inputWrapper?: import("tailwind-merge").ClassNameValue;
|
|
11
|
-
calendar?: import("tailwind-merge").ClassNameValue;
|
|
12
|
-
calendarContent?: import("tailwind-merge").ClassNameValue;
|
|
13
|
-
popoverContent?: import("tailwind-merge").ClassNameValue;
|
|
14
|
-
selectorButton?: import("tailwind-merge").ClassNameValue;
|
|
15
|
-
selectorIcon?: import("tailwind-merge").ClassNameValue;
|
|
16
|
-
timeInput?: import("tailwind-merge").ClassNameValue;
|
|
17
|
-
timeInputLabel?: import("tailwind-merge").ClassNameValue;
|
|
18
|
-
};
|
|
19
|
-
};
|
|
20
|
-
} | {
|
|
21
|
-
[x: string]: {
|
|
22
|
-
[x: string]: import("tailwind-merge").ClassNameValue | {
|
|
23
|
-
base?: import("tailwind-merge").ClassNameValue;
|
|
24
|
-
helperWrapper?: import("tailwind-merge").ClassNameValue;
|
|
25
|
-
inputWrapper?: import("tailwind-merge").ClassNameValue;
|
|
26
|
-
calendar?: import("tailwind-merge").ClassNameValue;
|
|
27
|
-
calendarContent?: import("tailwind-merge").ClassNameValue;
|
|
28
|
-
popoverContent?: import("tailwind-merge").ClassNameValue;
|
|
29
|
-
selectorButton?: import("tailwind-merge").ClassNameValue;
|
|
30
|
-
selectorIcon?: import("tailwind-merge").ClassNameValue;
|
|
31
|
-
timeInput?: import("tailwind-merge").ClassNameValue;
|
|
32
|
-
timeInputLabel?: import("tailwind-merge").ClassNameValue;
|
|
33
|
-
};
|
|
34
|
-
};
|
|
35
|
-
} | {}, {
|
|
36
|
-
/** wrapper around the whole date picker */base: string; /** helper wrapper for error/description */
|
|
37
|
-
helperWrapper: string[]; /** the calendar element */
|
|
38
|
-
calendar: string; /** the calendar's content element */
|
|
39
|
-
calendarContent: string;
|
|
40
|
-
/**
|
|
41
|
-
* inner wrapper (HeroUI inputWrapper slot)
|
|
42
|
-
*
|
|
43
|
-
* NOTE: Unlike HeroUI Input, the DatePicker does not expose a
|
|
44
|
-
* `data-focus` indicator on the group, so the focus border has to be
|
|
45
|
-
* driven by the native `focus-within` state of the segment inputs.
|
|
46
|
-
*/
|
|
47
|
-
inputWrapper: string; /** the calendar popover element */
|
|
48
|
-
popoverContent: string; /** selector button element */
|
|
49
|
-
selectorButton: string; /** selector icon element */
|
|
50
|
-
selectorIcon: string; /** the time-input component element */
|
|
51
|
-
timeInput: string; /** the time-input component's label element */
|
|
52
|
-
timeInputLabel: string;
|
|
53
|
-
}, undefined, {
|
|
54
|
-
[key: string]: {
|
|
55
|
-
[key: string]: import("tailwind-merge").ClassNameValue | {
|
|
56
|
-
base?: import("tailwind-merge").ClassNameValue;
|
|
57
|
-
helperWrapper?: import("tailwind-merge").ClassNameValue;
|
|
58
|
-
inputWrapper?: import("tailwind-merge").ClassNameValue;
|
|
59
|
-
calendar?: import("tailwind-merge").ClassNameValue;
|
|
60
|
-
calendarContent?: import("tailwind-merge").ClassNameValue;
|
|
61
|
-
popoverContent?: import("tailwind-merge").ClassNameValue;
|
|
62
|
-
selectorButton?: import("tailwind-merge").ClassNameValue;
|
|
63
|
-
selectorIcon?: import("tailwind-merge").ClassNameValue;
|
|
64
|
-
timeInput?: import("tailwind-merge").ClassNameValue;
|
|
65
|
-
timeInputLabel?: import("tailwind-merge").ClassNameValue;
|
|
66
|
-
};
|
|
67
|
-
};
|
|
68
|
-
} | {}, {
|
|
69
|
-
/** wrapper around the whole date picker */base: string; /** helper wrapper for error/description */
|
|
70
|
-
helperWrapper: string[]; /** the calendar element */
|
|
71
|
-
calendar: string; /** the calendar's content element */
|
|
72
|
-
calendarContent: string;
|
|
73
|
-
/**
|
|
74
|
-
* inner wrapper (HeroUI inputWrapper slot)
|
|
75
|
-
*
|
|
76
|
-
* NOTE: Unlike HeroUI Input, the DatePicker does not expose a
|
|
77
|
-
* `data-focus` indicator on the group, so the focus border has to be
|
|
78
|
-
* driven by the native `focus-within` state of the segment inputs.
|
|
79
|
-
*/
|
|
80
|
-
inputWrapper: string; /** the calendar popover element */
|
|
81
|
-
popoverContent: string; /** selector button element */
|
|
82
|
-
selectorButton: string; /** selector icon element */
|
|
83
|
-
selectorIcon: string; /** the time-input component element */
|
|
84
|
-
timeInput: string; /** the time-input component's label element */
|
|
85
|
-
timeInputLabel: string;
|
|
86
|
-
}, import("tailwind-variants").TVReturnType<unknown, {
|
|
87
|
-
/** wrapper around the whole date picker */base: string; /** helper wrapper for error/description */
|
|
88
|
-
helperWrapper: string[]; /** the calendar element */
|
|
89
|
-
calendar: string; /** the calendar's content element */
|
|
90
|
-
calendarContent: string;
|
|
91
|
-
/**
|
|
92
|
-
* inner wrapper (HeroUI inputWrapper slot)
|
|
93
|
-
*
|
|
94
|
-
* NOTE: Unlike HeroUI Input, the DatePicker does not expose a
|
|
95
|
-
* `data-focus` indicator on the group, so the focus border has to be
|
|
96
|
-
* driven by the native `focus-within` state of the segment inputs.
|
|
97
|
-
*/
|
|
98
|
-
inputWrapper: string; /** the calendar popover element */
|
|
99
|
-
popoverContent: string; /** selector button element */
|
|
100
|
-
selectorButton: string; /** selector icon element */
|
|
101
|
-
selectorIcon: string; /** the time-input component element */
|
|
102
|
-
timeInput: string; /** the time-input component's label element */
|
|
103
|
-
timeInputLabel: string;
|
|
104
|
-
}, undefined, unknown, unknown, undefined>>;
|
|
105
|
-
type VariantProps = TVProps<typeof datePickerVariants>;
|
|
106
|
-
type ClassName = TVClassName<typeof datePickerVariants>;
|
|
107
|
-
interface DatePickerProps extends VariantProps {
|
|
108
|
-
/** Custom aria-label for accessibility. If not provided, falls back to field name when no visible label exists */
|
|
109
|
-
ariaLabel?: string;
|
|
110
|
-
/** CSS class name */
|
|
111
|
-
className?: ClassName;
|
|
112
|
-
/** date picker is disabled */
|
|
113
|
-
disabled?: boolean;
|
|
114
|
-
/**
|
|
115
|
-
* Optional hour cycle override.
|
|
116
|
-
*
|
|
117
|
-
* When omitted, the picker uses the user's locale default (12-hour or 24-hour).
|
|
118
|
-
*/
|
|
119
|
-
hourCycle?: 12 | 24;
|
|
120
|
-
/** hide timezone abbreviation for zoned values */
|
|
121
|
-
hideTimeZone?: boolean;
|
|
122
|
-
/** form field label */
|
|
123
|
-
label?: ReactNode;
|
|
124
|
-
/** latest selectable value as ISO string */
|
|
125
|
-
maxValue?: string;
|
|
126
|
-
/** earliest selectable value as ISO string */
|
|
127
|
-
minValue?: string;
|
|
128
|
-
/** form field name */
|
|
129
|
-
name: string;
|
|
130
|
-
/** HTML data-testid attribute used in e2e tests */
|
|
131
|
-
testId?: string;
|
|
132
|
-
/**
|
|
133
|
-
* Optional advanced override for the display/interpretation timezone.
|
|
134
|
-
*
|
|
135
|
-
* When omitted, the picker uses the current user's local timezone while
|
|
136
|
-
* `withTime` is enabled.
|
|
137
|
-
*/
|
|
138
|
-
timeZone?: string;
|
|
139
|
-
/**
|
|
140
|
-
* Enables date-time mode.
|
|
141
|
-
*
|
|
142
|
-
* - `false` (default): date-only input (`day` granularity)
|
|
143
|
-
* - `true`: includes time segments (`minute` granularity)
|
|
144
|
-
*/
|
|
145
|
-
withTime?: boolean;
|
|
146
|
-
/** value format stored in form state (`string` stores UTC ISO values) */
|
|
147
|
-
valueType?: 'dateValue' | 'string';
|
|
148
|
-
}
|
|
149
|
-
/**
|
|
150
|
-
* DatePicker component based on [HeroUI DatePicker](https://v2.heroui.com/docs/components/date-picker)
|
|
151
|
-
*/
|
|
152
|
-
declare const DatePicker: ({
|
|
153
|
-
className: _className,
|
|
154
|
-
hourCycle,
|
|
155
|
-
hideTimeZone,
|
|
156
|
-
maxValue,
|
|
157
|
-
minValue,
|
|
158
|
-
name,
|
|
159
|
-
timeZone,
|
|
160
|
-
valueType,
|
|
161
|
-
withTime,
|
|
162
|
-
...uniformFieldProps
|
|
163
|
-
}: DatePickerProps) => import("react/jsx-runtime").JSX.Element;
|
|
164
|
-
//#endregion
|
|
165
|
-
export { DatePickerProps as n, DatePicker as t };
|
|
166
|
-
//# sourceMappingURL=index-Db0WD4d1.d.cts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index-Db0WD4d1.d.cts","names":[],"sources":["../src/DatePicker/DatePicker.tsx"],"mappings":";;;;cAiBa,kBAAA,8BAAkB,YAAA;EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgC5B;;;;AAEkD;AAAA;;0BACC;0BAErB;wBAInB;qBAJ2B;;;KAHpC,YAAA,GAAe,OAAO,QAAQ,kBAAA;AAAA,KAC9B,SAAA,GAAY,WAAW,QAAQ,kBAAA;AAAA,UAEnB,eAAA,SAAwB,YAAA;EAI3B;EAFZ,SAAA;EAUA;EARA,SAAA,GAAY,SAAA;EAYZ;EAVA,QAAA;EAYA;;;;;EANA,SAAA;EA4BA;EA1BA,YAAA;EA0BS;EAxBT,KAAA,GAAQ,SAAA;EAuIT;EArIC,QAAA;EA4BkB;EA1BlB,QAAA;EA0BkB;EAxBlB,IAAA;EAwBkB;EAtBlB,MAAA;EAsBkB;;;;;;EAflB,QAAA;EAekB;;;;;;EARlB,QAAA;EAQkB;EANlB,SAAA;AAAA;;;;cAMI,UAAA;EAAc,SAAA,EAAA,UAAA;EAAA,SAAA;EAAA,YAAA;EAAA,QAAA;EAAA,QAAA;EAAA,IAAA;EAAA,QAAA;EAAA,SAAA;EAAA,QAAA;EAAA,GAAA;AAAA,GAWjB,eAAA,iCAAe,GAAA,CAAA,OAAA"}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { ReactNode } from "react";
|
|
2
|
-
import { ButtonProps } from "@fuf-stack/pixels";
|
|
3
|
-
|
|
4
|
-
//#region src/SubmitButton/SubmitButton.d.ts
|
|
5
|
-
interface SubmitButtonProps {
|
|
6
|
-
/** sets HTML aria-label attribute */
|
|
7
|
-
ariaLabel?: string;
|
|
8
|
-
/** child components */
|
|
9
|
-
children?: ReactNode;
|
|
10
|
-
/** CSS class name */
|
|
11
|
-
className?: string;
|
|
12
|
-
/** color of the submit button */
|
|
13
|
-
color?: ButtonProps['color'];
|
|
14
|
-
/** icon of the submit button */
|
|
15
|
-
icon?: ButtonProps['icon'];
|
|
16
|
-
/** If set loading animation is shown */
|
|
17
|
-
loading?: boolean;
|
|
18
|
-
/** size of the submit button */
|
|
19
|
-
size?: ButtonProps['size'];
|
|
20
|
-
/** HTML data-testid attribute used in e2e tests */
|
|
21
|
-
testId?: string;
|
|
22
|
-
}
|
|
23
|
-
/**
|
|
24
|
-
* From SubmitButton
|
|
25
|
-
*/
|
|
26
|
-
declare const SubmitButton: ({
|
|
27
|
-
ariaLabel,
|
|
28
|
-
children,
|
|
29
|
-
className,
|
|
30
|
-
color,
|
|
31
|
-
icon,
|
|
32
|
-
loading,
|
|
33
|
-
size,
|
|
34
|
-
testId
|
|
35
|
-
}: SubmitButtonProps) => import("react/jsx-runtime").JSX.Element;
|
|
36
|
-
//#endregion
|
|
37
|
-
export { SubmitButtonProps as n, SubmitButton as t };
|
|
38
|
-
//# sourceMappingURL=index-DpXSZCZe.d.cts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index-DpXSZCZe.d.cts","names":[],"sources":["../src/SubmitButton/SubmitButton.tsx"],"mappings":";;;;UAQiB,iBAAA;;EAEf,SAAA;EAFgC;EAIhC,QAAA,GAAW,SAAA;EAAA;EAEX,SAAA;EAIO;EAFP,KAAA,GAAQ,WAAA;EAMU;EAJlB,IAAA,GAAO,WAAA;EARP;EAUA,OAAA;EARW;EAUX,IAAA,GAAO,WAAA;EANP;EAQA,MAAA;AAAA;;;;cAMI,YAAA;EAAgB,SAAA;EAAA,QAAA;EAAA,SAAA;EAAA,KAAA;EAAA,IAAA;EAAA,OAAA;EAAA,IAAA;EAAA;AAAA,GASnB,iBAAA,iCAAiB,GAAA,CAAA,OAAA"}
|
package/dist/index-GxTY7aAc.d.ts
DELETED
|
@@ -1,174 +0,0 @@
|
|
|
1
|
-
import { TVClassName, TVProps } from "@fuf-stack/pixel-utils";
|
|
2
|
-
import { ReactNode } from "react";
|
|
3
|
-
//#region src/RadioBoxes/RadioBoxes.d.ts
|
|
4
|
-
declare const radioBoxesVariants: import("tailwind-variants").TVReturnType<{
|
|
5
|
-
[key: string]: {
|
|
6
|
-
[key: string]: import("tailwind-merge").ClassNameValue | {
|
|
7
|
-
base?: import("tailwind-merge").ClassNameValue;
|
|
8
|
-
label?: import("tailwind-merge").ClassNameValue;
|
|
9
|
-
wrapper?: import("tailwind-merge").ClassNameValue;
|
|
10
|
-
boxBase?: import("tailwind-merge").ClassNameValue;
|
|
11
|
-
boxControl?: import("tailwind-merge").ClassNameValue;
|
|
12
|
-
boxDescription?: import("tailwind-merge").ClassNameValue;
|
|
13
|
-
boxLabel?: import("tailwind-merge").ClassNameValue;
|
|
14
|
-
boxLabelWrapper?: import("tailwind-merge").ClassNameValue;
|
|
15
|
-
};
|
|
16
|
-
};
|
|
17
|
-
} | {
|
|
18
|
-
[x: string]: {
|
|
19
|
-
[x: string]: import("tailwind-merge").ClassNameValue | {
|
|
20
|
-
base?: import("tailwind-merge").ClassNameValue;
|
|
21
|
-
label?: import("tailwind-merge").ClassNameValue;
|
|
22
|
-
wrapper?: import("tailwind-merge").ClassNameValue;
|
|
23
|
-
boxBase?: import("tailwind-merge").ClassNameValue;
|
|
24
|
-
boxControl?: import("tailwind-merge").ClassNameValue;
|
|
25
|
-
boxDescription?: import("tailwind-merge").ClassNameValue;
|
|
26
|
-
boxLabel?: import("tailwind-merge").ClassNameValue;
|
|
27
|
-
boxLabelWrapper?: import("tailwind-merge").ClassNameValue;
|
|
28
|
-
};
|
|
29
|
-
};
|
|
30
|
-
} | {}, {
|
|
31
|
-
base: string;
|
|
32
|
-
boxBase: string;
|
|
33
|
-
boxControl: string;
|
|
34
|
-
boxDescription: string;
|
|
35
|
-
boxLabel: string;
|
|
36
|
-
boxLabelWrapper: string;
|
|
37
|
-
label: string;
|
|
38
|
-
wrapper: string;
|
|
39
|
-
}, undefined, {
|
|
40
|
-
[key: string]: {
|
|
41
|
-
[key: string]: import("tailwind-merge").ClassNameValue | {
|
|
42
|
-
base?: import("tailwind-merge").ClassNameValue;
|
|
43
|
-
label?: import("tailwind-merge").ClassNameValue;
|
|
44
|
-
wrapper?: import("tailwind-merge").ClassNameValue;
|
|
45
|
-
boxBase?: import("tailwind-merge").ClassNameValue;
|
|
46
|
-
boxControl?: import("tailwind-merge").ClassNameValue;
|
|
47
|
-
boxDescription?: import("tailwind-merge").ClassNameValue;
|
|
48
|
-
boxLabel?: import("tailwind-merge").ClassNameValue;
|
|
49
|
-
boxLabelWrapper?: import("tailwind-merge").ClassNameValue;
|
|
50
|
-
};
|
|
51
|
-
};
|
|
52
|
-
} | {}, {
|
|
53
|
-
base: string;
|
|
54
|
-
boxBase: string;
|
|
55
|
-
boxControl: string;
|
|
56
|
-
boxDescription: string;
|
|
57
|
-
boxLabel: string;
|
|
58
|
-
boxLabelWrapper: string;
|
|
59
|
-
label: string;
|
|
60
|
-
wrapper: string;
|
|
61
|
-
}, import("tailwind-variants").TVReturnType<unknown, {
|
|
62
|
-
base: string;
|
|
63
|
-
boxBase: string;
|
|
64
|
-
boxControl: string;
|
|
65
|
-
boxDescription: string;
|
|
66
|
-
boxLabel: string;
|
|
67
|
-
boxLabelWrapper: string;
|
|
68
|
-
label: string;
|
|
69
|
-
wrapper: string;
|
|
70
|
-
}, undefined, unknown, unknown, undefined>>;
|
|
71
|
-
type VariantProps = TVProps<typeof radioBoxesVariants>;
|
|
72
|
-
type ClassName = TVClassName<typeof radioBoxesVariants>;
|
|
73
|
-
interface RadioBoxesOption {
|
|
74
|
-
/** Description of the value. Works with variant radioBox. */
|
|
75
|
-
description?: ReactNode;
|
|
76
|
-
/** disables the option */
|
|
77
|
-
disabled?: boolean;
|
|
78
|
-
/** option label */
|
|
79
|
-
label?: ReactNode;
|
|
80
|
-
/** option icon */
|
|
81
|
-
icon?: ReactNode;
|
|
82
|
-
/** HTML data-testid attribute of the option */
|
|
83
|
-
testId?: string;
|
|
84
|
-
/** option value */
|
|
85
|
-
value: string | number;
|
|
86
|
-
}
|
|
87
|
-
interface RadioBoxesProps extends VariantProps {
|
|
88
|
-
/** Custom aria-label for accessibility. If not provided, falls back to field name when no visible label exists */
|
|
89
|
-
ariaLabel?: string;
|
|
90
|
-
/** CSS class name */
|
|
91
|
-
className?: ClassName;
|
|
92
|
-
/** Determines if the Buttons are disabled or not. */
|
|
93
|
-
disabled?: boolean;
|
|
94
|
-
/** determines orientation of the Buttons. */
|
|
95
|
-
inline?: boolean;
|
|
96
|
-
/** Label displayed next to the RadioButton. */
|
|
97
|
-
label?: ReactNode;
|
|
98
|
-
/** Name the RadioButtons are registered at in HTML forms (react-hook-form). */
|
|
99
|
-
name: string;
|
|
100
|
-
/** Radio button configuration. */
|
|
101
|
-
options: RadioBoxesOption[];
|
|
102
|
-
/** Id to grab element in internal tests. */
|
|
103
|
-
testId?: string;
|
|
104
|
-
}
|
|
105
|
-
/**
|
|
106
|
-
* RadioBoxes component based on [HeroUI RadioGroup](https://www.heroui.com//docs/components/radio-group)
|
|
107
|
-
*/
|
|
108
|
-
declare const RadioBoxes: ({
|
|
109
|
-
className,
|
|
110
|
-
inline,
|
|
111
|
-
name,
|
|
112
|
-
options,
|
|
113
|
-
...uniformFieldProps
|
|
114
|
-
}: RadioBoxesProps) => import("react/jsx-runtime").JSX.Element;
|
|
115
|
-
//#endregion
|
|
116
|
-
//#region src/RadioBoxes/RadioBox.d.ts
|
|
117
|
-
declare const radioBoxVariants: import("tailwind-variants").TVReturnType<{
|
|
118
|
-
isDisabled: {
|
|
119
|
-
true: {
|
|
120
|
-
base: string;
|
|
121
|
-
};
|
|
122
|
-
};
|
|
123
|
-
isInvalid: {
|
|
124
|
-
true: {
|
|
125
|
-
base: string;
|
|
126
|
-
};
|
|
127
|
-
};
|
|
128
|
-
}, {
|
|
129
|
-
base: string;
|
|
130
|
-
control: string;
|
|
131
|
-
description: string;
|
|
132
|
-
icon: string;
|
|
133
|
-
label: string;
|
|
134
|
-
labelWrapper: string;
|
|
135
|
-
}, undefined, {
|
|
136
|
-
isDisabled: {
|
|
137
|
-
true: {
|
|
138
|
-
base: string;
|
|
139
|
-
};
|
|
140
|
-
};
|
|
141
|
-
isInvalid: {
|
|
142
|
-
true: {
|
|
143
|
-
base: string;
|
|
144
|
-
};
|
|
145
|
-
};
|
|
146
|
-
}, {
|
|
147
|
-
base: string;
|
|
148
|
-
control: string;
|
|
149
|
-
description: string;
|
|
150
|
-
icon: string;
|
|
151
|
-
label: string;
|
|
152
|
-
labelWrapper: string;
|
|
153
|
-
}, import("tailwind-variants").TVReturnType<{
|
|
154
|
-
isDisabled: {
|
|
155
|
-
true: {
|
|
156
|
-
base: string;
|
|
157
|
-
};
|
|
158
|
-
};
|
|
159
|
-
isInvalid: {
|
|
160
|
-
true: {
|
|
161
|
-
base: string;
|
|
162
|
-
};
|
|
163
|
-
};
|
|
164
|
-
}, {
|
|
165
|
-
base: string;
|
|
166
|
-
control: string;
|
|
167
|
-
description: string;
|
|
168
|
-
icon: string;
|
|
169
|
-
label: string;
|
|
170
|
-
labelWrapper: string;
|
|
171
|
-
}, undefined, unknown, unknown, undefined>>;
|
|
172
|
-
//#endregion
|
|
173
|
-
export { RadioBoxes as n, RadioBoxesProps as r, radioBoxVariants as t };
|
|
174
|
-
//# sourceMappingURL=index-GxTY7aAc.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index-GxTY7aAc.d.ts","names":[],"sources":["../src/RadioBoxes/RadioBoxes.tsx","../src/RadioBoxes/RadioBox.tsx"],"mappings":";;;cAaa,kBAAA,8BAAkB,YAAA;EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAgB1B,YAAA,GAAe,OAAO,QAAQ,kBAAA;AAAA,KAC9B,SAAA,GAAY,WAAW,QAAQ,kBAAA;AAAA,UAEnB,gBAAA;;EAEf,WAAA,GAAc,SAAA;;EAEd,QAAA;;EAEA,KAAA,GAAQ,SAAA;;EAER,IAAA,GAAO,SAAA;;EAEP,MAAA;;EAEA,KAAA;AAAA;AAAA,UAGe,eAAA,SAAwB,YAAA;;EAEvC,SAAA;;EAEA,SAAA,GAAY,SAAA;;EAEZ,QAAA;;EAEA,MAAA;EA1BG;EA4BH,KAAA,GAAQ,SAAA;;EAER,IAAA;EA9BmD;EAgCnD,OAAA,EAAS,gBAAA;EA/BG;EAiCZ,MAAA;AAAA;AAjCoD;AAEtD;;AAFsD,cAuChD,UAAA;EAAc,SAAA;EAAA,MAAA;EAAA,IAAA;EAAA,OAAA;EAAA,GAAA;AAAA,GAMjB,eAAA,iCAAe,GAAA,CAAA,OAAA;;;cClEL,gBAAA,8BAAgB,YAAA"}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { FieldError } from "react-hook-form";
|
|
2
|
-
|
|
3
|
-
//#region src/partials/FieldValidationError/FieldValidationError.d.ts
|
|
4
|
-
interface FieldValidationErrorProps {
|
|
5
|
-
/** CSS class name */
|
|
6
|
-
className?: string;
|
|
7
|
-
/** Field errors */
|
|
8
|
-
error?: FieldError[];
|
|
9
|
-
/** HTML data-testid attribute used in e2e tests */
|
|
10
|
-
testId: string;
|
|
11
|
-
}
|
|
12
|
-
/**
|
|
13
|
-
* Renders a validation error of a field
|
|
14
|
-
*/
|
|
15
|
-
declare const FieldValidationError: ({
|
|
16
|
-
className,
|
|
17
|
-
error,
|
|
18
|
-
testId
|
|
19
|
-
}: FieldValidationErrorProps) => import("react/jsx-runtime").JSX.Element;
|
|
20
|
-
//#endregion
|
|
21
|
-
export { FieldValidationErrorProps as n, FieldValidationError as t };
|
|
22
|
-
//# sourceMappingURL=index-P30z4VRT.d.cts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index-P30z4VRT.d.cts","names":[],"sources":["../src/partials/FieldValidationError/FieldValidationError.tsx"],"mappings":";;;UASiB,yBAAA;;EAEf,SAAA;EAFwC;EAIxC,KAAA,GAAQ,UAAU;EAAA;EAElB,MAAA;AAAA;;;;cAMI,oBAAA;EAAwB,SAAA;EAAA,KAAA;EAAA;AAAA,GAI3B,yBAAA,iCAAyB,GAAA,CAAA,OAAA"}
|
package/dist/index-PMCqBX0t.d.ts
DELETED
|
@@ -1,101 +0,0 @@
|
|
|
1
|
-
import { t as InputValueTransform } from "./useInputValueTransform-dLfFIYW4.js";
|
|
2
|
-
import { TVClassName, TVProps } from "@fuf-stack/pixel-utils";
|
|
3
|
-
import { ReactNode } from "react";
|
|
4
|
-
|
|
5
|
-
//#region src/Input/Input.d.ts
|
|
6
|
-
declare const inputVariants: import("tailwind-variants").TVReturnType<{
|
|
7
|
-
[key: string]: {
|
|
8
|
-
[key: string]: import("tailwind-merge").ClassNameValue | {
|
|
9
|
-
base?: import("tailwind-merge").ClassNameValue;
|
|
10
|
-
input?: import("tailwind-merge").ClassNameValue;
|
|
11
|
-
inputWrapper?: import("tailwind-merge").ClassNameValue;
|
|
12
|
-
clearButton?: import("tailwind-merge").ClassNameValue;
|
|
13
|
-
};
|
|
14
|
-
};
|
|
15
|
-
} | {
|
|
16
|
-
[x: string]: {
|
|
17
|
-
[x: string]: import("tailwind-merge").ClassNameValue | {
|
|
18
|
-
base?: import("tailwind-merge").ClassNameValue;
|
|
19
|
-
input?: import("tailwind-merge").ClassNameValue;
|
|
20
|
-
inputWrapper?: import("tailwind-merge").ClassNameValue;
|
|
21
|
-
clearButton?: import("tailwind-merge").ClassNameValue;
|
|
22
|
-
};
|
|
23
|
-
};
|
|
24
|
-
} | {}, {
|
|
25
|
-
/** wrapper around the whole input */base: string; /** clear button */
|
|
26
|
-
clearButton: string; /** actual input element */
|
|
27
|
-
input: string; /** inner wrapper (HeroUI inputWrapper slot) */
|
|
28
|
-
inputWrapper: string;
|
|
29
|
-
}, undefined, {
|
|
30
|
-
[key: string]: {
|
|
31
|
-
[key: string]: import("tailwind-merge").ClassNameValue | {
|
|
32
|
-
base?: import("tailwind-merge").ClassNameValue;
|
|
33
|
-
input?: import("tailwind-merge").ClassNameValue;
|
|
34
|
-
inputWrapper?: import("tailwind-merge").ClassNameValue;
|
|
35
|
-
clearButton?: import("tailwind-merge").ClassNameValue;
|
|
36
|
-
};
|
|
37
|
-
};
|
|
38
|
-
} | {}, {
|
|
39
|
-
/** wrapper around the whole input */base: string; /** clear button */
|
|
40
|
-
clearButton: string; /** actual input element */
|
|
41
|
-
input: string; /** inner wrapper (HeroUI inputWrapper slot) */
|
|
42
|
-
inputWrapper: string;
|
|
43
|
-
}, import("tailwind-variants").TVReturnType<unknown, {
|
|
44
|
-
/** wrapper around the whole input */base: string; /** clear button */
|
|
45
|
-
clearButton: string; /** actual input element */
|
|
46
|
-
input: string; /** inner wrapper (HeroUI inputWrapper slot) */
|
|
47
|
-
inputWrapper: string;
|
|
48
|
-
}, undefined, unknown, unknown, undefined>>;
|
|
49
|
-
type VariantProps = TVProps<typeof inputVariants>;
|
|
50
|
-
type ClassName = TVClassName<typeof inputVariants>;
|
|
51
|
-
interface InputProps extends VariantProps {
|
|
52
|
-
/** Custom aria-label for accessibility. If not provided, falls back to field name when no visible label exists */
|
|
53
|
-
ariaLabel?: string;
|
|
54
|
-
/** CSS class name */
|
|
55
|
-
className?: ClassName;
|
|
56
|
-
/** shows clear button when input has value */
|
|
57
|
-
clearable?: boolean;
|
|
58
|
-
/** debounce delay in milliseconds for form state updates (default: 300ms) */
|
|
59
|
-
debounceDelay?: number;
|
|
60
|
-
/** input field is disabled */
|
|
61
|
-
disabled?: boolean;
|
|
62
|
-
/** added content to the end of the input Field. */
|
|
63
|
-
endContent?: ReactNode;
|
|
64
|
-
/** form field label */
|
|
65
|
-
label?: ReactNode;
|
|
66
|
-
/** form field name */
|
|
67
|
-
name: string;
|
|
68
|
-
/** callback that is fired when the value is cleared */
|
|
69
|
-
onClear?: () => void;
|
|
70
|
-
/** form field placeholder */
|
|
71
|
-
placeholder?: string;
|
|
72
|
-
/** size of the input */
|
|
73
|
-
size?: 'sm' | 'md' | 'lg';
|
|
74
|
-
/** content added to the start of the input field */
|
|
75
|
-
startContent?: ReactNode;
|
|
76
|
-
/** HTML data-testid attribute used in e2e tests */
|
|
77
|
-
testId?: string;
|
|
78
|
-
/** allows disentangled display and form values for a field */
|
|
79
|
-
transform?: InputValueTransform<string>;
|
|
80
|
-
/** input type */
|
|
81
|
-
type?: 'number' | 'password';
|
|
82
|
-
}
|
|
83
|
-
/**
|
|
84
|
-
* Input component based on [HeroUI Input](https://www.heroui.com//docs/components/input)
|
|
85
|
-
*/
|
|
86
|
-
declare const Input: ({
|
|
87
|
-
className: _className,
|
|
88
|
-
clearable,
|
|
89
|
-
debounceDelay,
|
|
90
|
-
endContent,
|
|
91
|
-
name,
|
|
92
|
-
onClear,
|
|
93
|
-
placeholder,
|
|
94
|
-
size,
|
|
95
|
-
startContent,
|
|
96
|
-
type,
|
|
97
|
-
...uniformFieldProps
|
|
98
|
-
}: InputProps) => import("react/jsx-runtime").JSX.Element;
|
|
99
|
-
//#endregion
|
|
100
|
-
export { InputProps as n, Input as t };
|
|
101
|
-
//# sourceMappingURL=index-PMCqBX0t.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index-PMCqBX0t.d.ts","names":[],"sources":["../src/Input/Input.tsx"],"mappings":";;;;;cAca,aAAA,8BAAa,YAAA;EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAarB,YAAA,GAAe,OAAO,QAAQ,aAAA;AAAA,KAC9B,SAAA,GAAY,WAAW,QAAQ,aAAA;AAAA,UAEnB,UAAA,SAAmB,YAAA;EAHhB;EAKlB,SAAA;EAJG;EAMH,SAAA,GAAY,SAAA;;EAEZ,SAAA;EAR+C;EAU/C,aAAA;EAR0B;EAU1B,QAAA;EANY;EAQZ,UAAA,GAAa,SAAA;EAEL;EAAR,KAAA,GAAQ,SAAA;EAcI;EAZZ,IAAA;EAhB8C;EAkB9C,OAAA;EAlBkC;EAoBlC,WAAA;EAhBA;EAkBA,IAAA;EAhBA;EAkBA,YAAA,GAAe,SAAA;EAdf;EAgBA,MAAA;EAda;EAgBb,SAAA,GAAY,mBAAA;EAdJ;EAgBR,IAAA;AAAA;;;;cAMI,KAAA;EAAS,SAAA,EAAA,UAAA;EAAA,SAAA;EAAA,aAAA;EAAA,UAAA;EAAA,IAAA;EAAA,OAAA;EAAA,WAAA;EAAA,IAAA;EAAA,YAAA;EAAA,IAAA;EAAA,GAAA;AAAA,GAYZ,UAAA,iCAAU,GAAA,CAAA,OAAA"}
|
package/dist/index-PWRw2bPH.d.ts
DELETED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { ReactNode } from "react";
|
|
2
|
-
|
|
3
|
-
//#region src/Grid/Grid.d.ts
|
|
4
|
-
interface GridProps {
|
|
5
|
-
/** child components */
|
|
6
|
-
children?: ReactNode;
|
|
7
|
-
/** CSS class name */
|
|
8
|
-
className?: string;
|
|
9
|
-
/** HTML data-testid attribute used in e2e tests */
|
|
10
|
-
testId?: string;
|
|
11
|
-
}
|
|
12
|
-
/**
|
|
13
|
-
* Defines the default grid for form components
|
|
14
|
-
*/
|
|
15
|
-
declare const Grid: ({
|
|
16
|
-
children,
|
|
17
|
-
className,
|
|
18
|
-
testId
|
|
19
|
-
}: GridProps) => import("react/jsx-runtime").JSX.Element;
|
|
20
|
-
//#endregion
|
|
21
|
-
export { GridProps as n, Grid as t };
|
|
22
|
-
//# sourceMappingURL=index-PWRw2bPH.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index-PWRw2bPH.d.ts","names":[],"sources":["../src/Grid/Grid.tsx"],"mappings":";;;UAIiB,SAAA;;EAEf,QAAA,GAAW,SAAS;EAFI;EAIxB,SAAA;EAFoB;EAIpB,MAAA;AAAA;;;;cAMI,IAAA;EAAQ,QAAA;EAAA,SAAA;EAAA;AAAA,GAIX,SAAA,iCAAS,GAAA,CAAA,OAAA"}
|
|
@@ -1,122 +0,0 @@
|
|
|
1
|
-
import { TVClassName, TVProps } from "@fuf-stack/pixel-utils";
|
|
2
|
-
import { ReactElement, ReactNode } from "react";
|
|
3
|
-
|
|
4
|
-
//#region src/Radios/Radios.d.ts
|
|
5
|
-
declare const radiosVariants: import("tailwind-variants").TVReturnType<{
|
|
6
|
-
[key: string]: {
|
|
7
|
-
[key: string]: import("tailwind-merge").ClassNameValue | {
|
|
8
|
-
base?: import("tailwind-merge").ClassNameValue;
|
|
9
|
-
label?: import("tailwind-merge").ClassNameValue;
|
|
10
|
-
wrapper?: import("tailwind-merge").ClassNameValue;
|
|
11
|
-
itemBase?: import("tailwind-merge").ClassNameValue;
|
|
12
|
-
itemControl?: import("tailwind-merge").ClassNameValue;
|
|
13
|
-
itemDescription?: import("tailwind-merge").ClassNameValue;
|
|
14
|
-
itemLabel?: import("tailwind-merge").ClassNameValue;
|
|
15
|
-
itemLabelWrapper?: import("tailwind-merge").ClassNameValue;
|
|
16
|
-
itemWrapper?: import("tailwind-merge").ClassNameValue;
|
|
17
|
-
};
|
|
18
|
-
};
|
|
19
|
-
} | {
|
|
20
|
-
[x: string]: {
|
|
21
|
-
[x: string]: import("tailwind-merge").ClassNameValue | {
|
|
22
|
-
base?: import("tailwind-merge").ClassNameValue;
|
|
23
|
-
label?: import("tailwind-merge").ClassNameValue;
|
|
24
|
-
wrapper?: import("tailwind-merge").ClassNameValue;
|
|
25
|
-
itemBase?: import("tailwind-merge").ClassNameValue;
|
|
26
|
-
itemControl?: import("tailwind-merge").ClassNameValue;
|
|
27
|
-
itemDescription?: import("tailwind-merge").ClassNameValue;
|
|
28
|
-
itemLabel?: import("tailwind-merge").ClassNameValue;
|
|
29
|
-
itemLabelWrapper?: import("tailwind-merge").ClassNameValue;
|
|
30
|
-
itemWrapper?: import("tailwind-merge").ClassNameValue;
|
|
31
|
-
};
|
|
32
|
-
};
|
|
33
|
-
} | {}, {
|
|
34
|
-
base: string;
|
|
35
|
-
itemBase: string;
|
|
36
|
-
itemControl: string;
|
|
37
|
-
itemDescription: string;
|
|
38
|
-
itemLabel: string;
|
|
39
|
-
itemLabelWrapper: string;
|
|
40
|
-
itemWrapper: string;
|
|
41
|
-
label: string;
|
|
42
|
-
wrapper: string;
|
|
43
|
-
}, undefined, {
|
|
44
|
-
[key: string]: {
|
|
45
|
-
[key: string]: import("tailwind-merge").ClassNameValue | {
|
|
46
|
-
base?: import("tailwind-merge").ClassNameValue;
|
|
47
|
-
label?: import("tailwind-merge").ClassNameValue;
|
|
48
|
-
wrapper?: import("tailwind-merge").ClassNameValue;
|
|
49
|
-
itemBase?: import("tailwind-merge").ClassNameValue;
|
|
50
|
-
itemControl?: import("tailwind-merge").ClassNameValue;
|
|
51
|
-
itemDescription?: import("tailwind-merge").ClassNameValue;
|
|
52
|
-
itemLabel?: import("tailwind-merge").ClassNameValue;
|
|
53
|
-
itemLabelWrapper?: import("tailwind-merge").ClassNameValue;
|
|
54
|
-
itemWrapper?: import("tailwind-merge").ClassNameValue;
|
|
55
|
-
};
|
|
56
|
-
};
|
|
57
|
-
} | {}, {
|
|
58
|
-
base: string;
|
|
59
|
-
itemBase: string;
|
|
60
|
-
itemControl: string;
|
|
61
|
-
itemDescription: string;
|
|
62
|
-
itemLabel: string;
|
|
63
|
-
itemLabelWrapper: string;
|
|
64
|
-
itemWrapper: string;
|
|
65
|
-
label: string;
|
|
66
|
-
wrapper: string;
|
|
67
|
-
}, import("tailwind-variants").TVReturnType<unknown, {
|
|
68
|
-
base: string;
|
|
69
|
-
itemBase: string;
|
|
70
|
-
itemControl: string;
|
|
71
|
-
itemDescription: string;
|
|
72
|
-
itemLabel: string;
|
|
73
|
-
itemLabelWrapper: string;
|
|
74
|
-
itemWrapper: string;
|
|
75
|
-
label: string;
|
|
76
|
-
wrapper: string;
|
|
77
|
-
}, undefined, unknown, unknown, undefined>>;
|
|
78
|
-
type VariantProps = TVProps<typeof radiosVariants>;
|
|
79
|
-
type ClassName = TVClassName<typeof radiosVariants>;
|
|
80
|
-
interface RadioOption {
|
|
81
|
-
/** disables the option */
|
|
82
|
-
disabled?: boolean;
|
|
83
|
-
/** option label */
|
|
84
|
-
label?: ReactNode;
|
|
85
|
-
/** option icon */
|
|
86
|
-
icon?: ReactNode;
|
|
87
|
-
/** HTML data-testid attribute of the option */
|
|
88
|
-
testId?: string;
|
|
89
|
-
/** option value */
|
|
90
|
-
value: string | number;
|
|
91
|
-
}
|
|
92
|
-
interface RadiosProps extends VariantProps {
|
|
93
|
-
/** Custom aria-label for accessibility. If not provided, falls back to field name when no visible label exists */
|
|
94
|
-
ariaLabel?: string;
|
|
95
|
-
/** CSS class name */
|
|
96
|
-
className?: ClassName;
|
|
97
|
-
/** Determines if the Buttons are disabled or not. */
|
|
98
|
-
disabled?: boolean;
|
|
99
|
-
/** determines orientation of the Buttons. */
|
|
100
|
-
inline?: boolean;
|
|
101
|
-
/** Label displayed next to the RadioButton. */
|
|
102
|
-
label?: ReactNode;
|
|
103
|
-
/** Name the RadioButtons are registered at in HTML forms (react-hook-form). */
|
|
104
|
-
name: string;
|
|
105
|
-
/** Radio button configuration. */
|
|
106
|
-
options: RadioOption[];
|
|
107
|
-
/** Id to grab element in internal tests. */
|
|
108
|
-
testId?: string;
|
|
109
|
-
}
|
|
110
|
-
/**
|
|
111
|
-
* Radios component based on [HeroUI RadioGroup](https://www.heroui.com//docs/components/radio-group)
|
|
112
|
-
*/
|
|
113
|
-
declare const Radios: ({
|
|
114
|
-
className,
|
|
115
|
-
inline,
|
|
116
|
-
name,
|
|
117
|
-
options,
|
|
118
|
-
...uniformFieldProps
|
|
119
|
-
}: RadiosProps) => ReactElement;
|
|
120
|
-
//#endregion
|
|
121
|
-
export { RadiosProps as n, Radios as t };
|
|
122
|
-
//# sourceMappingURL=index-QgVr4iWX.d.cts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index-QgVr4iWX.d.cts","names":[],"sources":["../src/Radios/Radios.tsx"],"mappings":";;;;cAaa,cAAA,8BAAc,YAAA;EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAkBtB,YAAA,GAAe,OAAO,QAAQ,cAAA;AAAA,KAC9B,SAAA,GAAY,WAAW,QAAQ,cAAA;AAAA,UAEnB,WAAA;;EAEf,QAAA;;EAEA,KAAA,GAAQ,SAAA;;EAER,IAAA,GAAO,SAAS;;EAEhB,MAAA;;EAEA,KAAA;AAAA;AAAA,UAGe,WAAA,SAAoB,YAAA;;EAEnC,SAAA;;EAEA,SAAA,GAAY,SAAA;;EAEZ,QAAA;;EAEA,MAAA;;EAEA,KAAA,GAAQ,SAAA;;EAER,IAAA;EA5BG;EA8BH,OAAA,EAAS,WAAA;;EAET,MAAA;AAAA;AAhC+C;;;AAAA,cAsC3C,MAAA;EAAU,SAAA;EAAA,MAAA;EAAA,IAAA;EAAA,OAAA;EAAA,GAAA;AAAA,GAMb,WAAA,KAAc,YAAA"}
|