You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

1 lines
13 KiB

{"ast":null,"code":"var _jsxFileName = \"/Users/mahdi/Documents/work/programming/barnameNegar/arbaeenWebApp/src/components/FormInput/index.js\",\n _s = $RefreshSig$();\n\n// it has style inside index.scss ---> // Start FormInput Component && end FormInput Component\nimport React from \"react\";\nimport { useForm } from \"react-hook-form\";\nimport DateRangePicker from \"../DateRangePicker\";\nimport Input from \"../AnimatedInput/Input\";\nimport CustomSelectBox from \"../CustomSelectBox\";\nimport CustomSwitch from \"../CustomSwitch\";\nimport Button from \"../Button\";\nimport { jsxDEV as _jsxDEV } from \"react/jsx-dev-runtime\";\n\nconst FormInput = _ref => {\n _s();\n\n let {\n items\n } = _ref;\n const {\n register,\n getValues\n } = useForm();\n return /*#__PURE__*/_jsxDEV(\"div\", {\n className: \"flex flex-col\",\n children: [/*#__PURE__*/_jsxDEV(\"div\", {\n className: \"w-fit min-w-[900px] h-[375px] flex flex-row items-center justify-between mx-auto bg-surface p-4 border border-surfaceBorder rounded-sm shadow-sm divide-x-2 divide-surfaceBorder divide-x-reverse\",\n children: [/*#__PURE__*/_jsxDEV(\"div\", {\n className: \"flex-grow flex-1 flex flex-col gap-y-4 px-4\",\n children: [/*#__PURE__*/_jsxDEV(Input, {\n register: register(\"firstName\"),\n label: \"\\u0646\\u0627\\u0645 \",\n type: \"text\",\n borderClassname: `border border-surfaceBorder `,\n inputClassname: `px-3 py-2 text-primary focus:bg-surface`\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 19,\n columnNumber: 11\n }, this), /*#__PURE__*/_jsxDEV(Input, {\n register: register(\"lastName\"),\n label: \"\\u0646\\u0627\\u0645 \\u062E\\u0627\\u0646\\u0648\\u0627\\u062F\\u06AF\\u06CC\",\n type: \"text\",\n borderClassname: `border border-surfaceBorder `,\n inputClassname: `px-3 py-2 text-primary focus:bg-surface`\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 26,\n columnNumber: 11\n }, this), /*#__PURE__*/_jsxDEV(Input, {\n register: register(\"birthYear\"),\n label: \"\\u062A\\u0627\\u0631\\u06CC\\u062E \\u062A\\u0648\\u0644\\u062F\",\n type: \"number\",\n borderClassname: `border border-surfaceBorder `,\n inputClassname: `px-3 py-2 text-primaryText focus:bg-surface`\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 33,\n columnNumber: 11\n }, this), /*#__PURE__*/_jsxDEV(CustomSelectBox, {}, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 40,\n columnNumber: 11\n }, this), /*#__PURE__*/_jsxDEV(CustomSwitch, {\n register: register(\"gender\"),\n className: \"flex-1 bg-surface border-surfaceBorder\" // defaultValue={activeUser?.gender}\n ,\n values: [\"خانم\", \"آقا\"]\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 41,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 18,\n columnNumber: 9\n }, this), /*#__PURE__*/_jsxDEV(\"div\", {\n className: \"flex-grow flex-1 flex flex-col gap-y-4 px-4\",\n children: [/*#__PURE__*/_jsxDEV(Input, {\n register: register(\"mobileNumber\"),\n label: \"\\u0634\\u0645\\u0627\\u0631\\u0647 \\u062A\\u0645\\u0627\\u0633\",\n type: \"number\",\n borderClassname: `border border-surfaceBorder `,\n inputClassname: `px-3 py-2 text-primaryText focus:bg-surface`\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 49,\n columnNumber: 11\n }, this), /*#__PURE__*/_jsxDEV(Input, {\n register: register(\"job\"),\n label: \"\\u0634\\u063A\\u0644\",\n type: \"text\",\n borderClassname: `border border-surfaceBorder `,\n inputClassname: `px-3 py-2 text-primaryText focus:bg-surface`\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 56,\n columnNumber: 11\n }, this), /*#__PURE__*/_jsxDEV(CustomSelectBox, {\n options: items\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 63,\n columnNumber: 11\n }, this), /*#__PURE__*/_jsxDEV(Input, {\n register: register(\"foundus\"),\n label: \"\\u0646\\u062D\\u0648\\u0647 \\u0622\\u0634\\u0646\\u0627\\u06CC\\u06CC \\u0628\\u0627 \\u0645\\u0648\\u06A9\\u0628\",\n type: \"text\",\n borderClassname: `border border-surfaceBorder `,\n inputClassname: `px-3 py-2 text-primaryText focus:bg-surface`\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 64,\n columnNumber: 11\n }, this), /*#__PURE__*/_jsxDEV(Input, {\n register: register(\"idCard\"),\n label: \"\\u06A9\\u062F \\u0645\\u0644\\u06CC\",\n type: \"number\",\n borderClassname: `border border-surfaceBorder `,\n inputClassname: `px-3 py-2 text-primaryText focus:bg-surface`\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 71,\n columnNumber: 11\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 48,\n columnNumber: 9\n }, this), /*#__PURE__*/_jsxDEV(\"div\", {\n className: \"h-full flex-grow flex-1 flex flex-col items-end justify-end px-4\",\n children: /*#__PURE__*/_jsxDEV(DateRangePicker, {}, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 80,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 79,\n columnNumber: 9\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 17,\n columnNumber: 7\n }, this), /*#__PURE__*/_jsxDEV(Button, {\n title: \"رفتن به مرحله بعد\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 83,\n columnNumber: 7\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 16,\n columnNumber: 5\n }, this);\n};\n\n_s(FormInput, \"d78zGQJkR2bxiAwp+FiGMpFHej0=\", false, function () {\n return [useForm];\n});\n\n_c = FormInput;\nexport default FormInput;\nFormInput.defaultProps = {\n items: [{\n title: \"mahdi\"\n }, {\n title: \"mahdi\"\n }, {\n title: \"mahdi\"\n }]\n};\n\nvar _c;\n\n$RefreshReg$(_c, \"FormInput\");","map":{"version":3,"names":["React","useForm","DateRangePicker","Input","CustomSelectBox","CustomSwitch","Button","FormInput","items","register","getValues","defaultProps","title"],"sources":["/Users/mahdi/Documents/work/programming/barnameNegar/arbaeenWebApp/src/components/FormInput/index.js"],"sourcesContent":["// it has style inside index.scss ---> // Start FormInput Component && end FormInput Component\n\nimport React from \"react\";\nimport { useForm } from \"react-hook-form\";\n\nimport DateRangePicker from \"../DateRangePicker\";\nimport Input from \"../AnimatedInput/Input\";\nimport CustomSelectBox from \"../CustomSelectBox\";\nimport CustomSwitch from \"../CustomSwitch\";\nimport Button from \"../Button\";\n\nconst FormInput = ({ items }) => {\n const { register, getValues } = useForm();\n\n return (\n <div className=\"flex flex-col\">\n <div className=\"w-fit min-w-[900px] h-[375px] flex flex-row items-center justify-between mx-auto bg-surface p-4 border border-surfaceBorder rounded-sm shadow-sm divide-x-2 divide-surfaceBorder divide-x-reverse\">\n <div className=\"flex-grow flex-1 flex flex-col gap-y-4 px-4\">\n <Input\n register={register(\"firstName\")}\n label=\"نام \"\n type=\"text\"\n borderClassname={`border border-surfaceBorder `}\n inputClassname={`px-3 py-2 text-primary focus:bg-surface`}\n />\n <Input\n register={register(\"lastName\")}\n label=\"نام خانوادگی\"\n type=\"text\"\n borderClassname={`border border-surfaceBorder `}\n inputClassname={`px-3 py-2 text-primary focus:bg-surface`}\n />\n <Input\n register={register(\"birthYear\")}\n label=\"تاریخ تولد\"\n type=\"number\"\n borderClassname={`border border-surfaceBorder `}\n inputClassname={`px-3 py-2 text-primaryText focus:bg-surface`}\n />\n <CustomSelectBox />\n <CustomSwitch\n register={register(\"gender\")}\n className=\"flex-1 bg-surface border-surfaceBorder\"\n // defaultValue={activeUser?.gender}\n values={[\"خانم\", \"آقا\"]}\n />\n </div>\n <div className=\"flex-grow flex-1 flex flex-col gap-y-4 px-4\">\n <Input\n register={register(\"mobileNumber\")}\n label=\"شماره تماس\"\n type=\"number\"\n borderClassname={`border border-surfaceBorder `}\n inputClassname={`px-3 py-2 text-primaryText focus:bg-surface`}\n />\n <Input\n register={register(\"job\")}\n label=\"شغل\"\n type=\"text\"\n borderClassname={`border border-surfaceBorder `}\n inputClassname={`px-3 py-2 text-primaryText focus:bg-surface`}\n />\n <CustomSelectBox options={items} />\n <Input\n register={register(\"foundus\")}\n label=\"نحوه آشنایی با موکب\"\n type=\"text\"\n borderClassname={`border border-surfaceBorder `}\n inputClassname={`px-3 py-2 text-primaryText focus:bg-surface`}\n />\n <Input\n register={register(\"idCard\")}\n label=\"کد ملی\"\n type=\"number\"\n borderClassname={`border border-surfaceBorder `}\n inputClassname={`px-3 py-2 text-primaryText focus:bg-surface`}\n />\n </div>\n <div className=\"h-full flex-grow flex-1 flex flex-col items-end justify-end px-4\">\n <DateRangePicker />\n </div>\n </div>\n <Button title={\"رفتن به مرحله بعد\"} />\n </div>\n );\n};\n\nexport default FormInput;\n\nFormInput.defaultProps = {\n items: [\n {\n title: \"mahdi\",\n },\n {\n title: \"mahdi\",\n },\n {\n title: \"mahdi\",\n },\n ],\n};\n"],"mappings":"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"},"metadata":{},"sourceType":"module"}