@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,113 +0,0 @@
|
|
|
1
|
-
import { TVClassName, TVProps } from "@fuf-stack/pixel-utils";
|
|
2
|
-
import { ReactNode } from "react";
|
|
3
|
-
|
|
4
|
-
//#region src/Time/Time.d.ts
|
|
5
|
-
declare const timeVariants: 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
|
-
input?: import("tailwind-merge").ClassNameValue;
|
|
11
|
-
helperWrapper?: import("tailwind-merge").ClassNameValue;
|
|
12
|
-
inputWrapper?: import("tailwind-merge").ClassNameValue;
|
|
13
|
-
innerWrapper?: import("tailwind-merge").ClassNameValue;
|
|
14
|
-
segment?: 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
|
-
input?: import("tailwind-merge").ClassNameValue;
|
|
23
|
-
helperWrapper?: import("tailwind-merge").ClassNameValue;
|
|
24
|
-
inputWrapper?: import("tailwind-merge").ClassNameValue;
|
|
25
|
-
innerWrapper?: import("tailwind-merge").ClassNameValue;
|
|
26
|
-
segment?: import("tailwind-merge").ClassNameValue;
|
|
27
|
-
};
|
|
28
|
-
};
|
|
29
|
-
} | {}, {
|
|
30
|
-
/** wrapper around the whole time input */base: string; /** helper wrapper for error/description */
|
|
31
|
-
helperWrapper: string[]; /** the segmented input element */
|
|
32
|
-
input: string; /** inner wrapper around segments and optional content */
|
|
33
|
-
innerWrapper: string; /** outer input wrapper */
|
|
34
|
-
inputWrapper: string; /** field label */
|
|
35
|
-
label: string; /** individual segment */
|
|
36
|
-
segment: string;
|
|
37
|
-
}, undefined, {
|
|
38
|
-
[key: string]: {
|
|
39
|
-
[key: string]: import("tailwind-merge").ClassNameValue | {
|
|
40
|
-
base?: import("tailwind-merge").ClassNameValue;
|
|
41
|
-
label?: import("tailwind-merge").ClassNameValue;
|
|
42
|
-
input?: import("tailwind-merge").ClassNameValue;
|
|
43
|
-
helperWrapper?: import("tailwind-merge").ClassNameValue;
|
|
44
|
-
inputWrapper?: import("tailwind-merge").ClassNameValue;
|
|
45
|
-
innerWrapper?: import("tailwind-merge").ClassNameValue;
|
|
46
|
-
segment?: import("tailwind-merge").ClassNameValue;
|
|
47
|
-
};
|
|
48
|
-
};
|
|
49
|
-
} | {}, {
|
|
50
|
-
/** wrapper around the whole time input */base: string; /** helper wrapper for error/description */
|
|
51
|
-
helperWrapper: string[]; /** the segmented input element */
|
|
52
|
-
input: string; /** inner wrapper around segments and optional content */
|
|
53
|
-
innerWrapper: string; /** outer input wrapper */
|
|
54
|
-
inputWrapper: string; /** field label */
|
|
55
|
-
label: string; /** individual segment */
|
|
56
|
-
segment: string;
|
|
57
|
-
}, import("tailwind-variants").TVReturnType<unknown, {
|
|
58
|
-
/** wrapper around the whole time input */base: string; /** helper wrapper for error/description */
|
|
59
|
-
helperWrapper: string[]; /** the segmented input element */
|
|
60
|
-
input: string; /** inner wrapper around segments and optional content */
|
|
61
|
-
innerWrapper: string; /** outer input wrapper */
|
|
62
|
-
inputWrapper: string; /** field label */
|
|
63
|
-
label: string; /** individual segment */
|
|
64
|
-
segment: string;
|
|
65
|
-
}, undefined, unknown, unknown, undefined>>;
|
|
66
|
-
type VariantProps = TVProps<typeof timeVariants>;
|
|
67
|
-
type ClassName = TVClassName<typeof timeVariants>;
|
|
68
|
-
interface TimeProps extends VariantProps {
|
|
69
|
-
/** Custom aria-label for accessibility. If not provided, falls back to field name when no visible label exists */
|
|
70
|
-
ariaLabel?: string;
|
|
71
|
-
/** CSS class name */
|
|
72
|
-
className?: ClassName;
|
|
73
|
-
/** input is disabled */
|
|
74
|
-
disabled?: boolean;
|
|
75
|
-
/** smallest visible unit in the segmented time input */
|
|
76
|
-
granularity?: 'hour' | 'minute';
|
|
77
|
-
/** hide timezone abbreviation for zoned values */
|
|
78
|
-
hideTimeZone?: boolean;
|
|
79
|
-
/** force hour granularity and store UTC hour as number (0-23) */
|
|
80
|
-
hourAsNumber?: boolean;
|
|
81
|
-
/** hour cycle formatting */
|
|
82
|
-
hourCycle?: 12 | 24;
|
|
83
|
-
/** form field label */
|
|
84
|
-
label?: ReactNode;
|
|
85
|
-
/** form field name */
|
|
86
|
-
name: string;
|
|
87
|
-
/** HTML data-testid attribute used in e2e tests */
|
|
88
|
-
testId?: string;
|
|
89
|
-
/**
|
|
90
|
-
* Optional timezone used for parsing date-time strings and serializing values.
|
|
91
|
-
* When omitted, local timezone is used.
|
|
92
|
-
*/
|
|
93
|
-
timeZone?: string;
|
|
94
|
-
/** value format stored in form state (`string` stores UTC minute values, e.g. `10:15Z`) */
|
|
95
|
-
valueType?: 'string' | 'timeValue';
|
|
96
|
-
}
|
|
97
|
-
/**
|
|
98
|
-
* Time component based on [HeroUI TimeInput](https://v2.heroui.com/docs/components/time-input)
|
|
99
|
-
*/
|
|
100
|
-
declare const Time: ({
|
|
101
|
-
className: _className,
|
|
102
|
-
granularity,
|
|
103
|
-
hideTimeZone,
|
|
104
|
-
hourAsNumber,
|
|
105
|
-
hourCycle,
|
|
106
|
-
name,
|
|
107
|
-
timeZone,
|
|
108
|
-
valueType,
|
|
109
|
-
...uniformFieldProps
|
|
110
|
-
}: TimeProps) => import("react/jsx-runtime").JSX.Element;
|
|
111
|
-
//#endregion
|
|
112
|
-
export { TimeProps as n, Time as t };
|
|
113
|
-
//# sourceMappingURL=index-7UT2Ki5e.d.cts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index-7UT2Ki5e.d.cts","names":[],"sources":["../src/Time/Time.tsx"],"mappings":";;;;cAgBa,YAAA,8BAAY,YAAA;EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAsBpB,YAAA,GAAe,OAAO,QAAQ,YAAA;AAAA,KAC9B,SAAA,GAAY,WAAW,QAAQ,YAAA;AAAA,UAEnB,SAAA,SAAkB,YAAA;EAHf;EAKlB,SAAA;EAJG;EAMH,SAAA,GAAY,SAAA;;EAEZ,QAAA;EAR8C;EAU9C,WAAA;EARyB;EAUzB,YAAA;EANY;EAQZ,YAAA;EAZiC;EAcjC,SAAA;EAd6C;EAgB7C,KAAA,GAAQ,SAAA;EAdR;EAgBA,IAAA;EAdY;EAgBZ,MAAA;EAZA;;;;EAiBA,QAAA;EATQ;EAWR,SAAA;AAAA;;;;cAMI,IAAA;EAAQ,SAAA,EAAA,UAAA;EAAA,WAAA;EAAA,YAAA;EAAA,YAAA;EAAA,SAAA;EAAA,IAAA;EAAA,QAAA;EAAA,SAAA;EAAA,GAAA;AAAA,GAUX,SAAA,iCAAS,GAAA,CAAA,OAAA"}
|
|
@@ -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-9_3XTDJC.d.cts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index-9_3XTDJC.d.cts","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,99 +0,0 @@
|
|
|
1
|
-
import { TVClassName } from "@fuf-stack/pixel-utils";
|
|
2
|
-
import { ReactNode } from "react";
|
|
3
|
-
|
|
4
|
-
//#region src/FieldCard/FieldCard.d.ts
|
|
5
|
-
declare const fieldCardVariants: import("tailwind-variants").TVReturnType<{
|
|
6
|
-
invalid: {
|
|
7
|
-
true: {
|
|
8
|
-
base: string;
|
|
9
|
-
label: string;
|
|
10
|
-
errorFooter: string;
|
|
11
|
-
errorText: string;
|
|
12
|
-
};
|
|
13
|
-
false: {
|
|
14
|
-
base: string;
|
|
15
|
-
label: string;
|
|
16
|
-
errorFooter: string;
|
|
17
|
-
errorText: string;
|
|
18
|
-
};
|
|
19
|
-
};
|
|
20
|
-
}, {
|
|
21
|
-
/** base class for the field card wrapper */base: string[]; /** class for the label/header */
|
|
22
|
-
label: string[]; /** class for the content */
|
|
23
|
-
content: string[]; /** class for the error footer wrapper */
|
|
24
|
-
errorFooter: string[]; /** class for the error text (empty base, color controlled by variant) */
|
|
25
|
-
errorText: never[];
|
|
26
|
-
}, undefined, {
|
|
27
|
-
invalid: {
|
|
28
|
-
true: {
|
|
29
|
-
base: string;
|
|
30
|
-
label: string;
|
|
31
|
-
errorFooter: string;
|
|
32
|
-
errorText: string;
|
|
33
|
-
};
|
|
34
|
-
false: {
|
|
35
|
-
base: string;
|
|
36
|
-
label: string;
|
|
37
|
-
errorFooter: string;
|
|
38
|
-
errorText: string;
|
|
39
|
-
};
|
|
40
|
-
};
|
|
41
|
-
}, {
|
|
42
|
-
/** base class for the field card wrapper */base: string[]; /** class for the label/header */
|
|
43
|
-
label: string[]; /** class for the content */
|
|
44
|
-
content: string[]; /** class for the error footer wrapper */
|
|
45
|
-
errorFooter: string[]; /** class for the error text (empty base, color controlled by variant) */
|
|
46
|
-
errorText: never[];
|
|
47
|
-
}, import("tailwind-variants").TVReturnType<{
|
|
48
|
-
invalid: {
|
|
49
|
-
true: {
|
|
50
|
-
base: string;
|
|
51
|
-
label: string;
|
|
52
|
-
errorFooter: string;
|
|
53
|
-
errorText: string;
|
|
54
|
-
};
|
|
55
|
-
false: {
|
|
56
|
-
base: string;
|
|
57
|
-
label: string;
|
|
58
|
-
errorFooter: string;
|
|
59
|
-
errorText: string;
|
|
60
|
-
};
|
|
61
|
-
};
|
|
62
|
-
}, {
|
|
63
|
-
/** base class for the field card wrapper */base: string[]; /** class for the label/header */
|
|
64
|
-
label: string[]; /** class for the content */
|
|
65
|
-
content: string[]; /** class for the error footer wrapper */
|
|
66
|
-
errorFooter: string[]; /** class for the error text (empty base, color controlled by variant) */
|
|
67
|
-
errorText: never[];
|
|
68
|
-
}, undefined, unknown, unknown, undefined>>;
|
|
69
|
-
type ClassName = TVClassName<typeof fieldCardVariants>;
|
|
70
|
-
interface FieldCardProps {
|
|
71
|
-
/** Content to render inside the card */
|
|
72
|
-
children: ReactNode;
|
|
73
|
-
/** CSS class name */
|
|
74
|
-
className?: ClassName;
|
|
75
|
-
/** Label content for the card header */
|
|
76
|
-
label: ReactNode;
|
|
77
|
-
/** Field name for validation */
|
|
78
|
-
name: string;
|
|
79
|
-
/** HTML data-testid attribute used in e2e tests */
|
|
80
|
-
testId?: string;
|
|
81
|
-
}
|
|
82
|
-
/**
|
|
83
|
-
* FieldCard component - A card-styled container with label header and error footer
|
|
84
|
-
*
|
|
85
|
-
* Displays form field content in a card layout with:
|
|
86
|
-
* - Label/title in the header
|
|
87
|
-
* - Content in the body
|
|
88
|
-
* - Validation errors in the footer
|
|
89
|
-
* - Danger outline when validation errors exist
|
|
90
|
-
*/
|
|
91
|
-
declare const FieldCard: ({
|
|
92
|
-
children,
|
|
93
|
-
className: _className,
|
|
94
|
-
name,
|
|
95
|
-
...uniformFieldProps
|
|
96
|
-
}: FieldCardProps) => import("react/jsx-runtime").JSX.Element;
|
|
97
|
-
//#endregion
|
|
98
|
-
export { FieldCardProps as n, fieldCardVariants as r, FieldCard as t };
|
|
99
|
-
//# sourceMappingURL=index-B5SfdA5O.d.cts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index-B5SfdA5O.d.cts","names":[],"sources":["../src/FieldCard/FieldCard.tsx"],"mappings":";;;;cAsHa,iBAAA,8BAAiB,YAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8DA2DhB;mBAAG;qBAEA;;;;;;;;;;;;;;;;;;;8DAsBE;mBAKhB;qBAAc;yBALE;;;KAxBd,SAAA,GAAY,WAAW,QAAQ,iBAAA;AAAA,UAEnB,cAAA;EAsBE;EApBjB,QAAA,EAAU,SAAA;EAyBK;EAvBf,SAAA,GAAY,SAAA;EAkJb;EAhJC,KAAA,EAAO,SAAA;;EAEP,IAAA;;EAEA,MAAA;AAAA;;;;;;;;;;cAYI,SAAA;EAAa,QAAA;EAAA,SAAA,EAAA,UAAA;EAAA,IAAA;EAAA,GAAA;AAAA,GAKhB,cAAA,iCAAc,GAAA,CAAA,OAAA"}
|
|
@@ -1,101 +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/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-B61zRzeS.d.cts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index-B61zRzeS.d.cts","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-B7gQppgQ.d.ts
DELETED
|
@@ -1,116 +0,0 @@
|
|
|
1
|
-
import { TVClassName, TVProps } from "@fuf-stack/pixel-utils";
|
|
2
|
-
import { ReactNode } from "react";
|
|
3
|
-
import { SwitchProps } from "@heroui/switch";
|
|
4
|
-
|
|
5
|
-
//#region src/Switch/Switch.d.ts
|
|
6
|
-
declare const switchVariants: 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
|
-
errorMessage?: import("tailwind-merge").ClassNameValue;
|
|
12
|
-
endContent?: import("tailwind-merge").ClassNameValue;
|
|
13
|
-
outerWrapper?: import("tailwind-merge").ClassNameValue;
|
|
14
|
-
startContent?: import("tailwind-merge").ClassNameValue;
|
|
15
|
-
thumb?: import("tailwind-merge").ClassNameValue;
|
|
16
|
-
thumbIcon?: import("tailwind-merge").ClassNameValue;
|
|
17
|
-
wrapper?: import("tailwind-merge").ClassNameValue;
|
|
18
|
-
};
|
|
19
|
-
};
|
|
20
|
-
} | {
|
|
21
|
-
[x: string]: {
|
|
22
|
-
[x: string]: import("tailwind-merge").ClassNameValue | {
|
|
23
|
-
base?: import("tailwind-merge").ClassNameValue;
|
|
24
|
-
label?: import("tailwind-merge").ClassNameValue;
|
|
25
|
-
errorMessage?: import("tailwind-merge").ClassNameValue;
|
|
26
|
-
endContent?: import("tailwind-merge").ClassNameValue;
|
|
27
|
-
outerWrapper?: import("tailwind-merge").ClassNameValue;
|
|
28
|
-
startContent?: import("tailwind-merge").ClassNameValue;
|
|
29
|
-
thumb?: import("tailwind-merge").ClassNameValue;
|
|
30
|
-
thumbIcon?: import("tailwind-merge").ClassNameValue;
|
|
31
|
-
wrapper?: import("tailwind-merge").ClassNameValue;
|
|
32
|
-
};
|
|
33
|
-
};
|
|
34
|
-
} | {}, {
|
|
35
|
-
base: string;
|
|
36
|
-
endContent: string;
|
|
37
|
-
errorMessage: string;
|
|
38
|
-
label: string;
|
|
39
|
-
outerWrapper: string;
|
|
40
|
-
startContent: string;
|
|
41
|
-
thumb: string;
|
|
42
|
-
thumbIcon: string;
|
|
43
|
-
wrapper: string;
|
|
44
|
-
}, undefined, {
|
|
45
|
-
[key: string]: {
|
|
46
|
-
[key: string]: import("tailwind-merge").ClassNameValue | {
|
|
47
|
-
base?: import("tailwind-merge").ClassNameValue;
|
|
48
|
-
label?: import("tailwind-merge").ClassNameValue;
|
|
49
|
-
errorMessage?: import("tailwind-merge").ClassNameValue;
|
|
50
|
-
endContent?: import("tailwind-merge").ClassNameValue;
|
|
51
|
-
outerWrapper?: import("tailwind-merge").ClassNameValue;
|
|
52
|
-
startContent?: import("tailwind-merge").ClassNameValue;
|
|
53
|
-
thumb?: import("tailwind-merge").ClassNameValue;
|
|
54
|
-
thumbIcon?: import("tailwind-merge").ClassNameValue;
|
|
55
|
-
wrapper?: import("tailwind-merge").ClassNameValue;
|
|
56
|
-
};
|
|
57
|
-
};
|
|
58
|
-
} | {}, {
|
|
59
|
-
base: string;
|
|
60
|
-
endContent: string;
|
|
61
|
-
errorMessage: string;
|
|
62
|
-
label: string;
|
|
63
|
-
outerWrapper: string;
|
|
64
|
-
startContent: string;
|
|
65
|
-
thumb: string;
|
|
66
|
-
thumbIcon: string;
|
|
67
|
-
wrapper: string;
|
|
68
|
-
}, import("tailwind-variants").TVReturnType<unknown, {
|
|
69
|
-
base: string;
|
|
70
|
-
endContent: string;
|
|
71
|
-
errorMessage: string;
|
|
72
|
-
label: string;
|
|
73
|
-
outerWrapper: string;
|
|
74
|
-
startContent: string;
|
|
75
|
-
thumb: string;
|
|
76
|
-
thumbIcon: string;
|
|
77
|
-
wrapper: string;
|
|
78
|
-
}, undefined, unknown, unknown, undefined>>;
|
|
79
|
-
type VariantProps = TVProps<typeof switchVariants>;
|
|
80
|
-
type ClassName = TVClassName<typeof switchVariants>;
|
|
81
|
-
interface SwitchProps$1 extends VariantProps {
|
|
82
|
-
/** Custom aria-label for accessibility. If not provided, falls back to field name when no visible label exists */
|
|
83
|
-
ariaLabel?: string;
|
|
84
|
-
/** CSS class name */
|
|
85
|
-
className?: ClassName;
|
|
86
|
-
/** whether the select should be disabled */
|
|
87
|
-
disabled?: boolean;
|
|
88
|
-
/** Icon to be displayed at the end of the switch (when enabled) */
|
|
89
|
-
endContent?: ReactNode;
|
|
90
|
-
/** component displayed next to the switch */
|
|
91
|
-
label?: ReactNode;
|
|
92
|
-
/** name the field is registered under */
|
|
93
|
-
name: string;
|
|
94
|
-
size?: 'sm' | 'md' | 'lg';
|
|
95
|
-
/** Icon to be displayed at the start of the switch (when disabled) */
|
|
96
|
-
startContent?: ReactNode;
|
|
97
|
-
/** HTML data-testid attribute used in e2e tests */
|
|
98
|
-
testId?: string;
|
|
99
|
-
/** Icon to be displayed inside the thumb */
|
|
100
|
-
thumbIcon?: SwitchProps['thumbIcon'];
|
|
101
|
-
}
|
|
102
|
-
/**
|
|
103
|
-
* Switch component based on [HeroUI Switch](https://www.heroui.com//docs/components/switch)
|
|
104
|
-
*/
|
|
105
|
-
declare const Switch$1: ({
|
|
106
|
-
className,
|
|
107
|
-
endContent,
|
|
108
|
-
name,
|
|
109
|
-
size,
|
|
110
|
-
startContent,
|
|
111
|
-
thumbIcon,
|
|
112
|
-
...uniformFieldProps
|
|
113
|
-
}: SwitchProps$1) => import("react/jsx-runtime").JSX.Element;
|
|
114
|
-
//#endregion
|
|
115
|
-
export { SwitchProps$1 as n, Switch$1 as t };
|
|
116
|
-
//# sourceMappingURL=index-B7gQppgQ.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index-B7gQppgQ.d.ts","names":[],"sources":["../src/Switch/Switch.tsx"],"mappings":";;;;;cAaa,cAAA,8BAAc,YAAA;EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAiBtB,YAAA,GAAe,OAAO,QAAQ,cAAA;AAAA,KAC9B,SAAA,GAAY,WAAW,QAAQ,cAAA;AAAA,UAEnB,aAAA,SAAoB,YAAA;;EAEnC,SAAA;;EAEA,SAAA,GAAY,SAAA;;EAEZ,QAAA;;EAEA,UAAA,GAAa,SAAA;;EAEb,KAAA,GAAQ,SAAA;;EAER,IAAA;EAEA,IAAA;;EAEA,YAAA,GAAe,SAAA;;EAEf,MAAA;;EAEA,SAAA,GAAY,WAAA;AAAA;;;;cAMR,QAAA;EAAU,SAAA;EAAA,UAAA;EAAA,IAAA;EAAA,IAAA;EAAA,YAAA;EAAA,SAAA;EAAA,GAAA;AAAA,GAQb,aAAA,iCAAW,GAAA,CAAA,OAAA"}
|