ics-ui-kit 0.1.0-alpha.12 → 0.1.0-alpha.13

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.
Files changed (227) hide show
  1. package/dist/Button-DQtBfU9y.js +57 -0
  2. package/dist/Button-DQtBfU9y.js.map +1 -0
  3. package/dist/{Button-DhfE69q0.js → ButtonBase-BEM8SNmT.js} +27 -56
  4. package/dist/ButtonBase-BEM8SNmT.js.map +1 -0
  5. package/dist/CarouselItem-pSHe0ufN.js +1500 -0
  6. package/dist/CarouselItem-pSHe0ufN.js.map +1 -0
  7. package/dist/CheckboxField-i_-dPpFM.js +370 -0
  8. package/dist/CheckboxField-i_-dPpFM.js.map +1 -0
  9. package/dist/Divider-C0Ss5GJT.js +47 -0
  10. package/dist/{Divider-D3NvaU8c.js.map → Divider-C0Ss5GJT.js.map} +1 -1
  11. package/dist/Field-3XJNFTql.js +78 -0
  12. package/dist/Field-3XJNFTql.js.map +1 -0
  13. package/dist/FieldLabel-CAbVan3E.js +97 -0
  14. package/dist/FieldLabel-CAbVan3E.js.map +1 -0
  15. package/dist/FormBody-4HptEjhb.js +103 -0
  16. package/dist/FormBody-4HptEjhb.js.map +1 -0
  17. package/dist/{IconButton-BUPs2kEo.js → IconButton-BkBsOIf5.js} +15 -15
  18. package/dist/{IconButton-BUPs2kEo.js.map → IconButton-BkBsOIf5.js.map} +1 -1
  19. package/dist/ImagePlaceholder-CNAKQWTh.js +45 -0
  20. package/dist/ImagePlaceholder-CNAKQWTh.js.map +1 -0
  21. package/dist/ImagePreview-DHi7A8md.js +156 -0
  22. package/dist/ImagePreview-DHi7A8md.js.map +1 -0
  23. package/dist/ImageUploader-46sxdmt5.js +123 -0
  24. package/dist/ImageUploader-46sxdmt5.js.map +1 -0
  25. package/dist/IsolatedStylesWrapper-WgaoHh7y.js +179 -0
  26. package/dist/IsolatedStylesWrapper-WgaoHh7y.js.map +1 -0
  27. package/dist/Modal-D33MSQot.js +125 -0
  28. package/dist/Modal-D33MSQot.js.map +1 -0
  29. package/dist/ScrollShadowContainer-ByNH68Kg.js +636 -0
  30. package/dist/ScrollShadowContainer-ByNH68Kg.js.map +1 -0
  31. package/dist/Toggle-7AlEmn8A.js +104 -0
  32. package/dist/Toggle-7AlEmn8A.js.map +1 -0
  33. package/dist/ToggleGroup-CT453MNp.js +200 -0
  34. package/dist/ToggleGroup-CT453MNp.js.map +1 -0
  35. package/dist/Tooltip-C4BbGF2_.js +372 -0
  36. package/dist/Tooltip-C4BbGF2_.js.map +1 -0
  37. package/dist/{bundle-mjs-D6wdQkGI.js → bundle-mjs-LhQum_e3.js} +676 -425
  38. package/dist/bundle-mjs-LhQum_e3.js.map +1 -0
  39. package/dist/check-C-TqZgvb.js.map +1 -1
  40. package/dist/chevron-right-CobOebzi.js.map +1 -1
  41. package/dist/components/badge.js +1 -1
  42. package/dist/components/button/icon-button/IconButton.stories.d.ts +330 -2
  43. package/dist/components/button/loading-button/LoadingButton.d.ts +249 -0
  44. package/dist/components/button/loading-button/LoadingButton.stories.d.ts +219 -0
  45. package/dist/components/button.js +6 -5
  46. package/dist/components/button.js.map +1 -1
  47. package/dist/components/carousel.js +65 -1532
  48. package/dist/components/carousel.js.map +1 -1
  49. package/dist/components/checkbox.js +1 -1
  50. package/dist/components/divider/content-divider/ContentDivider.d.ts +14 -0
  51. package/dist/components/divider/content-divider/ContentDivider.stories.d.ts +7 -0
  52. package/dist/components/divider/index.d.ts +1 -0
  53. package/dist/components/divider.js +45 -2
  54. package/dist/components/divider.js.map +1 -1
  55. package/dist/components/drawer/templates/drawer-footer-template/DrawerFooterTemplate.d.ts +3 -0
  56. package/dist/components/drawer.js +450 -447
  57. package/dist/components/drawer.js.map +1 -1
  58. package/dist/components/dropdown.js +37 -33
  59. package/dist/components/dropdown.js.map +1 -1
  60. package/dist/components/empty-state/EmptyState.d.ts +2 -2
  61. package/dist/components/empty-state.js +1 -1
  62. package/dist/components/empty-state.js.map +1 -1
  63. package/dist/components/field/Field.d.ts +35 -0
  64. package/dist/components/field.js +1 -1
  65. package/dist/components/form/components/form-header/FormHeader.d.ts +2 -2
  66. package/dist/components/form.js +289 -288
  67. package/dist/components/form.js.map +1 -1
  68. package/dist/components/gallery/Gallery.d.ts +21 -0
  69. package/dist/components/gallery/Gallery.stories.d.ts +26 -0
  70. package/dist/components/gallery/index.d.ts +1 -0
  71. package/dist/components/gallery.d.ts +2 -0
  72. package/dist/components/gallery.js +130 -0
  73. package/dist/components/gallery.js.map +1 -0
  74. package/dist/components/icon-tooltip/IconTooltip.d.ts +2 -1
  75. package/dist/components/image-placeholder.js +2 -42
  76. package/dist/components/image-placeholder.js.map +1 -1
  77. package/dist/components/image-preview/ImagePreview.d.ts +6 -6
  78. package/dist/components/image-preview.js +2 -136
  79. package/dist/components/image-preview.js.map +1 -1
  80. package/dist/components/image-uploader.js +2 -118
  81. package/dist/components/image-uploader.js.map +1 -1
  82. package/dist/components/input/file-input/FileInput.d.ts +3 -1
  83. package/dist/components/input-otp.js +1 -1
  84. package/dist/components/input-otp.js.map +1 -1
  85. package/dist/components/input.js +176 -195
  86. package/dist/components/input.js.map +1 -1
  87. package/dist/components/isolated-styles-wrapper/IsolatedStylesWrapper.d.ts +1 -1
  88. package/dist/components/label/Label.stories.d.ts +0 -2
  89. package/dist/components/label/field-label/FieldLabel.d.ts +11 -0
  90. package/dist/components/label/field-label/FieldLabel.stories.d.ts +1 -0
  91. package/dist/components/label/field-label/components/RequiredIcon.d.ts +5 -0
  92. package/dist/components/label.js +1 -1
  93. package/dist/components/loading/Loading.d.ts +4 -4
  94. package/dist/components/loading.js +2 -2
  95. package/dist/components/loading.js.map +1 -1
  96. package/dist/components/modal.js +12 -122
  97. package/dist/components/modal.js.map +1 -1
  98. package/dist/components/option-group.js +1 -1
  99. package/dist/components/popover.js +34 -31
  100. package/dist/components/popover.js.map +1 -1
  101. package/dist/components/scheduler.js +11 -11
  102. package/dist/components/scheduler.js.map +1 -1
  103. package/dist/components/scroll-shadow-container/ScrollShadowContainer.d.ts +1 -0
  104. package/dist/components/scroll-shadow-container.js +1 -1
  105. package/dist/components/select.js +487 -519
  106. package/dist/components/select.js.map +1 -1
  107. package/dist/components/shortcut/Shortcut.d.ts +14 -14
  108. package/dist/components/shortcut/Shortcut.stories.d.ts +7 -7
  109. package/dist/components/shortcut.js +16 -16
  110. package/dist/components/shortcut.js.map +1 -1
  111. package/dist/components/skeleton/Skeleton.d.ts +1 -0
  112. package/dist/components/skeleton/Skeleton.stories.d.ts +7 -0
  113. package/dist/components/skeleton/index.d.ts +1 -0
  114. package/dist/components/skeleton.d.ts +2 -0
  115. package/dist/components/skeleton.js +33 -0
  116. package/dist/components/skeleton.js.map +1 -0
  117. package/dist/components/switch.js +147 -126
  118. package/dist/components/switch.js.map +1 -1
  119. package/dist/components/tabs.js +9 -8
  120. package/dist/components/tabs.js.map +1 -1
  121. package/dist/components/tag.js +3 -3
  122. package/dist/components/toast.js +4 -4
  123. package/dist/components/toast.js.map +1 -1
  124. package/dist/components/toggle-group.js +1 -1
  125. package/dist/components/toggle.js +1 -1
  126. package/dist/components/tooltip/Tooltip.stories.d.ts +7 -0
  127. package/dist/components/tooltip/index.d.ts +1 -0
  128. package/dist/components/tooltip.d.ts +2 -0
  129. package/dist/components/tooltip.js +8 -0
  130. package/dist/components/tooltip.js.map +1 -0
  131. package/dist/createLucideIcon-DgrNxRV5.js.map +1 -1
  132. package/dist/design-tokens.source.json +1 -1
  133. package/dist/download-CVOGyQ0e.js.map +1 -1
  134. package/dist/downloadFile-yZV-aaO2.js +15 -0
  135. package/dist/downloadFile-yZV-aaO2.js.map +1 -0
  136. package/dist/index-B6K06mzp.js +67 -0
  137. package/dist/index-B6K06mzp.js.map +1 -0
  138. package/dist/index-BCZIl2rL.js +68 -0
  139. package/dist/index-BCZIl2rL.js.map +1 -0
  140. package/dist/index-BZPx6jYI.js.map +1 -1
  141. package/dist/index-Bj6ZBhqh.js +105 -0
  142. package/dist/index-Bj6ZBhqh.js.map +1 -0
  143. package/dist/index-ByaXH_ih.js.map +1 -1
  144. package/dist/index-CACw01gt.js +702 -0
  145. package/dist/index-CACw01gt.js.map +1 -0
  146. package/dist/index-COBL2CQB.js +14 -0
  147. package/dist/index-COBL2CQB.js.map +1 -0
  148. package/dist/index-CR-odn5-.js.map +1 -1
  149. package/dist/{index-BjbwEU_d.js → index-ClwWa5fz.js} +20 -20
  150. package/dist/index-ClwWa5fz.js.map +1 -0
  151. package/dist/{index-DwbC6luJ.js → index-Cx4x7Bv2.js} +52 -50
  152. package/dist/index-Cx4x7Bv2.js.map +1 -0
  153. package/dist/index-CzNelU6n.js +55 -0
  154. package/dist/index-CzNelU6n.js.map +1 -0
  155. package/dist/index-DBsc8nMF.js +43 -0
  156. package/dist/index-DBsc8nMF.js.map +1 -0
  157. package/dist/index-Mbnk_gHS.js +102 -0
  158. package/dist/index-Mbnk_gHS.js.map +1 -0
  159. package/dist/index-bhXb51Q1.js +215 -0
  160. package/dist/index-bhXb51Q1.js.map +1 -0
  161. package/dist/index-n71RB2rx.js +1592 -0
  162. package/dist/index-n71RB2rx.js.map +1 -0
  163. package/dist/index-rKs9bXHr.js +7 -0
  164. package/dist/index-rKs9bXHr.js.map +1 -0
  165. package/dist/lib/utils/file/downloadFile.d.ts +2 -0
  166. package/dist/lib/utils/image/imageConverter.d.ts +23 -0
  167. package/dist/styles-scoped.css +72 -18
  168. package/dist/styles.css +72 -18
  169. package/dist/{utils-DGzAmwok.js → utils-BK4mPzkB.js} +2 -2
  170. package/dist/utils-BK4mPzkB.js.map +1 -0
  171. package/dist/x-JgjNP5oH.js.map +1 -1
  172. package/package.json +1 -1
  173. package/dist/Button-DhfE69q0.js.map +0 -1
  174. package/dist/CheckboxField-CL1Tc7P4.js +0 -257
  175. package/dist/CheckboxField-CL1Tc7P4.js.map +0 -1
  176. package/dist/Divider-D3NvaU8c.js +0 -46
  177. package/dist/Field-COOo8o9f.js +0 -80
  178. package/dist/Field-COOo8o9f.js.map +0 -1
  179. package/dist/FieldLabel-BGxT_RaE.js +0 -64
  180. package/dist/FieldLabel-BGxT_RaE.js.map +0 -1
  181. package/dist/FormBody-DM52shm4.js +0 -101
  182. package/dist/FormBody-DM52shm4.js.map +0 -1
  183. package/dist/IsolatedStylesWrapper-B_Qu75eR.js +0 -555
  184. package/dist/IsolatedStylesWrapper-B_Qu75eR.js.map +0 -1
  185. package/dist/ScrollShadowContainer-DSKr3_fV.js +0 -690
  186. package/dist/ScrollShadowContainer-DSKr3_fV.js.map +0 -1
  187. package/dist/Toggle-BuYtICWv.js +0 -129
  188. package/dist/Toggle-BuYtICWv.js.map +0 -1
  189. package/dist/ToggleGroup-CMyUAz04.js +0 -467
  190. package/dist/ToggleGroup-CMyUAz04.js.map +0 -1
  191. package/dist/bundle-mjs-D6wdQkGI.js.map +0 -1
  192. package/dist/floating-ui.react-dom-CWfR7VfF.js +0 -1346
  193. package/dist/floating-ui.react-dom-CWfR7VfF.js.map +0 -1
  194. package/dist/index-0WznJ1QS.js +0 -276
  195. package/dist/index-0WznJ1QS.js.map +0 -1
  196. package/dist/index-BjbwEU_d.js.map +0 -1
  197. package/dist/index-BqriTm0o.js +0 -47
  198. package/dist/index-BqriTm0o.js.map +0 -1
  199. package/dist/index-C6bvrqL8.js +0 -563
  200. package/dist/index-C6bvrqL8.js.map +0 -1
  201. package/dist/index-C6t9z3on.js +0 -97
  202. package/dist/index-C6t9z3on.js.map +0 -1
  203. package/dist/index-CaQG3DzJ.js +0 -64
  204. package/dist/index-CaQG3DzJ.js.map +0 -1
  205. package/dist/index-ChTGHCkY.js +0 -255
  206. package/dist/index-ChTGHCkY.js.map +0 -1
  207. package/dist/index-D808y1pT.js +0 -178
  208. package/dist/index-D808y1pT.js.map +0 -1
  209. package/dist/index-DE3fiSzl.js +0 -28
  210. package/dist/index-DE3fiSzl.js.map +0 -1
  211. package/dist/index-DPws5oAn.js +0 -90
  212. package/dist/index-DPws5oAn.js.map +0 -1
  213. package/dist/index-DeUgDpdG.js +0 -80
  214. package/dist/index-DeUgDpdG.js.map +0 -1
  215. package/dist/index-DvquTpxI.js +0 -140
  216. package/dist/index-DvquTpxI.js.map +0 -1
  217. package/dist/index-DwbC6luJ.js.map +0 -1
  218. package/dist/index-Ncxt32Wo.js +0 -174
  219. package/dist/index-Ncxt32Wo.js.map +0 -1
  220. package/dist/index-U7y6nBZR.js +0 -179
  221. package/dist/index-U7y6nBZR.js.map +0 -1
  222. package/dist/index-pysSAa5G.js +0 -57
  223. package/dist/index-pysSAa5G.js.map +0 -1
  224. package/dist/tooltip-DI3_ZKNk.js +0 -365
  225. package/dist/tooltip-DI3_ZKNk.js.map +0 -1
  226. package/dist/utils-DGzAmwok.js.map +0 -1
  227. /package/dist/components/{ui/tooltip.d.ts → tooltip/Tooltip.d.ts} +0 -0
@@ -1 +1 @@
1
- {"version":3,"file":"form.js","sources":["../../node_modules/.pnpm/react-hook-form@7.55.0_react@18.3.1/node_modules/react-hook-form/dist/index.esm.mjs","../../src/components/form/Form.tsx","../../src/components/form/components/form-field/FormField.tsx","../../src/components/form/components/form-section-title/FormSectionTitle.tsx","../../src/components/form/components/form-section/FormSection.tsx","../../node_modules/.pnpm/@react-hook+media-query@1.1.1_react@18.3.1/node_modules/@react-hook/media-query/dist/module/index.js","../../src/hooks/useBreakpoints.ts","../../src/components/form/templates/footer-template/FormFooterTemplate.tsx","../../src/components/form/templates/header-template/FormHeaderTemplate.tsx","../../src/components/form/components/form-stack/FormStack.tsx"],"sourcesContent":["import React from 'react';\n\nvar isCheckBoxInput = (element) => element.type === 'checkbox';\n\nvar isDateObject = (value) => value instanceof Date;\n\nvar isNullOrUndefined = (value) => value == null;\n\nconst isObjectType = (value) => typeof value === 'object';\nvar isObject = (value) => !isNullOrUndefined(value) &&\n !Array.isArray(value) &&\n isObjectType(value) &&\n !isDateObject(value);\n\nvar getEventValue = (event) => isObject(event) && event.target\n ? isCheckBoxInput(event.target)\n ? event.target.checked\n : event.target.value\n : event;\n\nvar getNodeParentName = (name) => name.substring(0, name.search(/\\.\\d+(\\.|$)/)) || name;\n\nvar isNameInFieldArray = (names, name) => names.has(getNodeParentName(name));\n\nvar isPlainObject = (tempObject) => {\n const prototypeCopy = tempObject.constructor && tempObject.constructor.prototype;\n return (isObject(prototypeCopy) && prototypeCopy.hasOwnProperty('isPrototypeOf'));\n};\n\nvar isWeb = typeof window !== 'undefined' &&\n typeof window.HTMLElement !== 'undefined' &&\n typeof document !== 'undefined';\n\nfunction cloneObject(data) {\n let copy;\n const isArray = Array.isArray(data);\n const isFileListInstance = typeof FileList !== 'undefined' ? data instanceof FileList : false;\n if (data instanceof Date) {\n copy = new Date(data);\n }\n else if (data instanceof Set) {\n copy = new Set(data);\n }\n else if (!(isWeb && (data instanceof Blob || isFileListInstance)) &&\n (isArray || isObject(data))) {\n copy = isArray ? [] : {};\n if (!isArray && !isPlainObject(data)) {\n copy = data;\n }\n else {\n for (const key in data) {\n if (data.hasOwnProperty(key)) {\n copy[key] = cloneObject(data[key]);\n }\n }\n }\n }\n else {\n return data;\n }\n return copy;\n}\n\nvar compact = (value) => Array.isArray(value) ? value.filter(Boolean) : [];\n\nvar isUndefined = (val) => val === undefined;\n\nvar get = (object, path, defaultValue) => {\n if (!path || !isObject(object)) {\n return defaultValue;\n }\n const result = compact(path.split(/[,[\\].]+?/)).reduce((result, key) => isNullOrUndefined(result) ? result : result[key], object);\n return isUndefined(result) || result === object\n ? isUndefined(object[path])\n ? defaultValue\n : object[path]\n : result;\n};\n\nvar isBoolean = (value) => typeof value === 'boolean';\n\nvar isKey = (value) => /^\\w*$/.test(value);\n\nvar stringToPath = (input) => compact(input.replace(/[\"|']|\\]/g, '').split(/\\.|\\[/));\n\nvar set = (object, path, value) => {\n let index = -1;\n const tempPath = isKey(path) ? [path] : stringToPath(path);\n const length = tempPath.length;\n const lastIndex = length - 1;\n while (++index < length) {\n const key = tempPath[index];\n let newValue = value;\n if (index !== lastIndex) {\n const objValue = object[key];\n newValue =\n isObject(objValue) || Array.isArray(objValue)\n ? objValue\n : !isNaN(+tempPath[index + 1])\n ? []\n : {};\n }\n if (key === '__proto__' || key === 'constructor' || key === 'prototype') {\n return;\n }\n object[key] = newValue;\n object = object[key];\n }\n};\n\nconst EVENTS = {\n BLUR: 'blur',\n FOCUS_OUT: 'focusout',\n CHANGE: 'change',\n};\nconst VALIDATION_MODE = {\n onBlur: 'onBlur',\n onChange: 'onChange',\n onSubmit: 'onSubmit',\n onTouched: 'onTouched',\n all: 'all',\n};\nconst INPUT_VALIDATION_RULES = {\n max: 'max',\n min: 'min',\n maxLength: 'maxLength',\n minLength: 'minLength',\n pattern: 'pattern',\n required: 'required',\n validate: 'validate',\n};\n\nconst HookFormContext = React.createContext(null);\n/**\n * This custom hook allows you to access the form context. useFormContext is intended to be used in deeply nested structures, where it would become inconvenient to pass the context as a prop. To be used with {@link FormProvider}.\n *\n * @remarks\n * [API](https://react-hook-form.com/docs/useformcontext) • [Demo](https://codesandbox.io/s/react-hook-form-v7-form-context-ytudi)\n *\n * @returns return all useForm methods\n *\n * @example\n * ```tsx\n * function App() {\n * const methods = useForm();\n * const onSubmit = data => console.log(data);\n *\n * return (\n * <FormProvider {...methods} >\n * <form onSubmit={methods.handleSubmit(onSubmit)}>\n * <NestedInput />\n * <input type=\"submit\" />\n * </form>\n * </FormProvider>\n * );\n * }\n *\n * function NestedInput() {\n * const { register } = useFormContext(); // retrieve all hook methods\n * return <input {...register(\"test\")} />;\n * }\n * ```\n */\nconst useFormContext = () => React.useContext(HookFormContext);\n/**\n * A provider component that propagates the `useForm` methods to all children components via [React Context](https://reactjs.org/docs/context.html) API. To be used with {@link useFormContext}.\n *\n * @remarks\n * [API](https://react-hook-form.com/docs/useformcontext) • [Demo](https://codesandbox.io/s/react-hook-form-v7-form-context-ytudi)\n *\n * @param props - all useForm methods\n *\n * @example\n * ```tsx\n * function App() {\n * const methods = useForm();\n * const onSubmit = data => console.log(data);\n *\n * return (\n * <FormProvider {...methods} >\n * <form onSubmit={methods.handleSubmit(onSubmit)}>\n * <NestedInput />\n * <input type=\"submit\" />\n * </form>\n * </FormProvider>\n * );\n * }\n *\n * function NestedInput() {\n * const { register } = useFormContext(); // retrieve all hook methods\n * return <input {...register(\"test\")} />;\n * }\n * ```\n */\nconst FormProvider = (props) => {\n const { children, ...data } = props;\n return (React.createElement(HookFormContext.Provider, { value: data }, children));\n};\n\nvar getProxyFormState = (formState, control, localProxyFormState, isRoot = true) => {\n const result = {\n defaultValues: control._defaultValues,\n };\n for (const key in formState) {\n Object.defineProperty(result, key, {\n get: () => {\n const _key = key;\n if (control._proxyFormState[_key] !== VALIDATION_MODE.all) {\n control._proxyFormState[_key] = !isRoot || VALIDATION_MODE.all;\n }\n localProxyFormState && (localProxyFormState[_key] = true);\n return formState[_key];\n },\n });\n }\n return result;\n};\n\n/**\n * This custom hook allows you to subscribe to each form state, and isolate the re-render at the custom hook level. It has its scope in terms of form state subscription, so it would not affect other useFormState and useForm. Using this hook can reduce the re-render impact on large and complex form application.\n *\n * @remarks\n * [API](https://react-hook-form.com/docs/useformstate) • [Demo](https://codesandbox.io/s/useformstate-75xly)\n *\n * @param props - include options on specify fields to subscribe. {@link UseFormStateReturn}\n *\n * @example\n * ```tsx\n * function App() {\n * const { register, handleSubmit, control } = useForm({\n * defaultValues: {\n * firstName: \"firstName\"\n * }});\n * const { dirtyFields } = useFormState({\n * control\n * });\n * const onSubmit = (data) => console.log(data);\n *\n * return (\n * <form onSubmit={handleSubmit(onSubmit)}>\n * <input {...register(\"firstName\")} placeholder=\"First Name\" />\n * {dirtyFields.firstName && <p>Field is dirty.</p>}\n * <input type=\"submit\" />\n * </form>\n * );\n * }\n * ```\n */\nfunction useFormState(props) {\n const methods = useFormContext();\n const { control = methods.control, disabled, name, exact } = props || {};\n const [formState, updateFormState] = React.useState(control._formState);\n const _localProxyFormState = React.useRef({\n isDirty: false,\n isLoading: false,\n dirtyFields: false,\n touchedFields: false,\n validatingFields: false,\n isValidating: false,\n isValid: false,\n errors: false,\n });\n const _name = React.useRef(name);\n _name.current = name;\n React.useEffect(() => control._subscribe({\n name: _name.current,\n formState: _localProxyFormState.current,\n exact,\n callback: (formState) => {\n !disabled &&\n updateFormState({\n ...control._formState,\n ...formState,\n });\n },\n }), [control, disabled, exact]);\n React.useEffect(() => {\n _localProxyFormState.current.isValid && control._setValid(true);\n }, [control]);\n return React.useMemo(() => getProxyFormState(formState, control, _localProxyFormState.current, false), [formState, control]);\n}\n\nvar isString = (value) => typeof value === 'string';\n\nvar generateWatchOutput = (names, _names, formValues, isGlobal, defaultValue) => {\n if (isString(names)) {\n isGlobal && _names.watch.add(names);\n return get(formValues, names, defaultValue);\n }\n if (Array.isArray(names)) {\n return names.map((fieldName) => (isGlobal && _names.watch.add(fieldName), get(formValues, fieldName)));\n }\n isGlobal && (_names.watchAll = true);\n return formValues;\n};\n\n/**\n * Custom hook to subscribe to field change and isolate re-rendering at the component level.\n *\n * @remarks\n *\n * [API](https://react-hook-form.com/docs/usewatch) • [Demo](https://codesandbox.io/s/react-hook-form-v7-ts-usewatch-h9i5e)\n *\n * @example\n * ```tsx\n * const { control } = useForm();\n * const values = useWatch({\n * name: \"fieldName\"\n * control,\n * })\n * ```\n */\nfunction useWatch(props) {\n const methods = useFormContext();\n const { control = methods.control, name, defaultValue, disabled, exact, } = props || {};\n const _name = React.useRef(name);\n const _defaultValue = React.useRef(defaultValue);\n _name.current = name;\n React.useEffect(() => control._subscribe({\n name: _name.current,\n formState: {\n values: true,\n },\n exact,\n callback: (formState) => !disabled &&\n updateValue(generateWatchOutput(_name.current, control._names, formState.values || control._formValues, false, _defaultValue.current)),\n }), [control, disabled, exact]);\n const [value, updateValue] = React.useState(control._getWatch(name, defaultValue));\n React.useEffect(() => control._removeUnmounted());\n return value;\n}\n\n/**\n * Custom hook to work with controlled component, this function provide you with both form and field level state. Re-render is isolated at the hook level.\n *\n * @remarks\n * [API](https://react-hook-form.com/docs/usecontroller) • [Demo](https://codesandbox.io/s/usecontroller-0o8px)\n *\n * @param props - the path name to the form field value, and validation rules.\n *\n * @returns field properties, field and form state. {@link UseControllerReturn}\n *\n * @example\n * ```tsx\n * function Input(props) {\n * const { field, fieldState, formState } = useController(props);\n * return (\n * <div>\n * <input {...field} placeholder={props.name} />\n * <p>{fieldState.isTouched && \"Touched\"}</p>\n * <p>{formState.isSubmitted ? \"submitted\" : \"\"}</p>\n * </div>\n * );\n * }\n * ```\n */\nfunction useController(props) {\n const methods = useFormContext();\n const { name, disabled, control = methods.control, shouldUnregister } = props;\n const isArrayField = isNameInFieldArray(control._names.array, name);\n const value = useWatch({\n control,\n name,\n defaultValue: get(control._formValues, name, get(control._defaultValues, name, props.defaultValue)),\n exact: true,\n });\n const formState = useFormState({\n control,\n name,\n exact: true,\n });\n const _props = React.useRef(props);\n const _registerProps = React.useRef(control.register(name, {\n ...props.rules,\n value,\n ...(isBoolean(props.disabled) ? { disabled: props.disabled } : {}),\n }));\n const fieldState = React.useMemo(() => Object.defineProperties({}, {\n invalid: {\n enumerable: true,\n get: () => !!get(formState.errors, name),\n },\n isDirty: {\n enumerable: true,\n get: () => !!get(formState.dirtyFields, name),\n },\n isTouched: {\n enumerable: true,\n get: () => !!get(formState.touchedFields, name),\n },\n isValidating: {\n enumerable: true,\n get: () => !!get(formState.validatingFields, name),\n },\n error: {\n enumerable: true,\n get: () => get(formState.errors, name),\n },\n }), [formState, name]);\n const onChange = React.useCallback((event) => _registerProps.current.onChange({\n target: {\n value: getEventValue(event),\n name: name,\n },\n type: EVENTS.CHANGE,\n }), [name]);\n const onBlur = React.useCallback(() => _registerProps.current.onBlur({\n target: {\n value: get(control._formValues, name),\n name: name,\n },\n type: EVENTS.BLUR,\n }), [name, control._formValues]);\n const ref = React.useCallback((elm) => {\n const field = get(control._fields, name);\n if (field && elm) {\n field._f.ref = {\n focus: () => elm.focus(),\n select: () => elm.select(),\n setCustomValidity: (message) => elm.setCustomValidity(message),\n reportValidity: () => elm.reportValidity(),\n };\n }\n }, [control._fields, name]);\n const field = React.useMemo(() => ({\n name,\n value,\n ...(isBoolean(disabled) || formState.disabled\n ? { disabled: formState.disabled || disabled }\n : {}),\n onChange,\n onBlur,\n ref,\n }), [name, disabled, formState.disabled, onChange, onBlur, ref, value]);\n React.useEffect(() => {\n const _shouldUnregisterField = control._options.shouldUnregister || shouldUnregister;\n control.register(name, {\n ..._props.current.rules,\n ...(isBoolean(_props.current.disabled)\n ? { disabled: _props.current.disabled }\n : {}),\n });\n const updateMounted = (name, value) => {\n const field = get(control._fields, name);\n if (field && field._f) {\n field._f.mount = value;\n }\n };\n updateMounted(name, true);\n if (_shouldUnregisterField) {\n const value = cloneObject(get(control._options.defaultValues, name));\n set(control._defaultValues, name, value);\n if (isUndefined(get(control._formValues, name))) {\n set(control._formValues, name, value);\n }\n }\n !isArrayField && control.register(name);\n return () => {\n (isArrayField\n ? _shouldUnregisterField && !control._state.action\n : _shouldUnregisterField)\n ? control.unregister(name)\n : updateMounted(name, false);\n };\n }, [name, control, isArrayField, shouldUnregister]);\n React.useEffect(() => {\n control._setDisabledField({\n disabled,\n name,\n });\n }, [disabled, name, control]);\n return React.useMemo(() => ({\n field,\n formState,\n fieldState,\n }), [field, formState, fieldState]);\n}\n\n/**\n * Component based on `useController` hook to work with controlled component.\n *\n * @remarks\n * [API](https://react-hook-form.com/docs/usecontroller/controller) • [Demo](https://codesandbox.io/s/react-hook-form-v6-controller-ts-jwyzw) • [Video](https://www.youtube.com/watch?v=N2UNk_UCVyA)\n *\n * @param props - the path name to the form field value, and validation rules.\n *\n * @returns provide field handler functions, field and form state.\n *\n * @example\n * ```tsx\n * function App() {\n * const { control } = useForm<FormValues>({\n * defaultValues: {\n * test: \"\"\n * }\n * });\n *\n * return (\n * <form>\n * <Controller\n * control={control}\n * name=\"test\"\n * render={({ field: { onChange, onBlur, value, ref }, formState, fieldState }) => (\n * <>\n * <input\n * onChange={onChange} // send value to hook form\n * onBlur={onBlur} // notify when input is touched\n * value={value} // return updated value\n * ref={ref} // set ref for focus management\n * />\n * <p>{formState.isSubmitted ? \"submitted\" : \"\"}</p>\n * <p>{fieldState.isTouched ? \"touched\" : \"\"}</p>\n * </>\n * )}\n * />\n * </form>\n * );\n * }\n * ```\n */\nconst Controller = (props) => props.render(useController(props));\n\nconst flatten = (obj) => {\n const output = {};\n for (const key of Object.keys(obj)) {\n if (isObjectType(obj[key]) && obj[key] !== null) {\n const nested = flatten(obj[key]);\n for (const nestedKey of Object.keys(nested)) {\n output[`${key}.${nestedKey}`] = nested[nestedKey];\n }\n }\n else {\n output[key] = obj[key];\n }\n }\n return output;\n};\n\nconst POST_REQUEST = 'post';\n/**\n * Form component to manage submission.\n *\n * @param props - to setup submission detail. {@link FormProps}\n *\n * @returns form component or headless render prop.\n *\n * @example\n * ```tsx\n * function App() {\n * const { control, formState: { errors } } = useForm();\n *\n * return (\n * <Form action=\"/api\" control={control}>\n * <input {...register(\"name\")} />\n * <p>{errors?.root?.server && 'Server error'}</p>\n * <button>Submit</button>\n * </Form>\n * );\n * }\n * ```\n */\nfunction Form(props) {\n const methods = useFormContext();\n const [mounted, setMounted] = React.useState(false);\n const { control = methods.control, onSubmit, children, action, method = POST_REQUEST, headers, encType, onError, render, onSuccess, validateStatus, ...rest } = props;\n const submit = async (event) => {\n let hasError = false;\n let type = '';\n await control.handleSubmit(async (data) => {\n const formData = new FormData();\n let formDataJson = '';\n try {\n formDataJson = JSON.stringify(data);\n }\n catch (_a) { }\n const flattenFormValues = flatten(control._formValues);\n for (const key in flattenFormValues) {\n formData.append(key, flattenFormValues[key]);\n }\n if (onSubmit) {\n await onSubmit({\n data,\n event,\n method,\n formData,\n formDataJson,\n });\n }\n if (action) {\n try {\n const shouldStringifySubmissionData = [\n headers && headers['Content-Type'],\n encType,\n ].some((value) => value && value.includes('json'));\n const response = await fetch(String(action), {\n method,\n headers: {\n ...headers,\n ...(encType ? { 'Content-Type': encType } : {}),\n },\n body: shouldStringifySubmissionData ? formDataJson : formData,\n });\n if (response &&\n (validateStatus\n ? !validateStatus(response.status)\n : response.status < 200 || response.status >= 300)) {\n hasError = true;\n onError && onError({ response });\n type = String(response.status);\n }\n else {\n onSuccess && onSuccess({ response });\n }\n }\n catch (error) {\n hasError = true;\n onError && onError({ error });\n }\n }\n })(event);\n if (hasError && props.control) {\n props.control._subjects.state.next({\n isSubmitSuccessful: false,\n });\n props.control.setError('root.server', {\n type,\n });\n }\n };\n React.useEffect(() => {\n setMounted(true);\n }, []);\n return render ? (React.createElement(React.Fragment, null, render({\n submit,\n }))) : (React.createElement(\"form\", { noValidate: mounted, action: action, method: method, encType: encType, onSubmit: submit, ...rest }, children));\n}\n\nvar appendErrors = (name, validateAllFieldCriteria, errors, type, message) => validateAllFieldCriteria\n ? {\n ...errors[name],\n types: {\n ...(errors[name] && errors[name].types ? errors[name].types : {}),\n [type]: message || true,\n },\n }\n : {};\n\nvar convertToArrayPayload = (value) => (Array.isArray(value) ? value : [value]);\n\nvar createSubject = () => {\n let _observers = [];\n const next = (value) => {\n for (const observer of _observers) {\n observer.next && observer.next(value);\n }\n };\n const subscribe = (observer) => {\n _observers.push(observer);\n return {\n unsubscribe: () => {\n _observers = _observers.filter((o) => o !== observer);\n },\n };\n };\n const unsubscribe = () => {\n _observers = [];\n };\n return {\n get observers() {\n return _observers;\n },\n next,\n subscribe,\n unsubscribe,\n };\n};\n\nvar isPrimitive = (value) => isNullOrUndefined(value) || !isObjectType(value);\n\nfunction deepEqual(object1, object2) {\n if (isPrimitive(object1) || isPrimitive(object2)) {\n return object1 === object2;\n }\n if (isDateObject(object1) && isDateObject(object2)) {\n return object1.getTime() === object2.getTime();\n }\n const keys1 = Object.keys(object1);\n const keys2 = Object.keys(object2);\n if (keys1.length !== keys2.length) {\n return false;\n }\n for (const key of keys1) {\n const val1 = object1[key];\n if (!keys2.includes(key)) {\n return false;\n }\n if (key !== 'ref') {\n const val2 = object2[key];\n if ((isDateObject(val1) && isDateObject(val2)) ||\n (isObject(val1) && isObject(val2)) ||\n (Array.isArray(val1) && Array.isArray(val2))\n ? !deepEqual(val1, val2)\n : val1 !== val2) {\n return false;\n }\n }\n }\n return true;\n}\n\nvar isEmptyObject = (value) => isObject(value) && !Object.keys(value).length;\n\nvar isFileInput = (element) => element.type === 'file';\n\nvar isFunction = (value) => typeof value === 'function';\n\nvar isHTMLElement = (value) => {\n if (!isWeb) {\n return false;\n }\n const owner = value ? value.ownerDocument : 0;\n return (value instanceof\n (owner && owner.defaultView ? owner.defaultView.HTMLElement : HTMLElement));\n};\n\nvar isMultipleSelect = (element) => element.type === `select-multiple`;\n\nvar isRadioInput = (element) => element.type === 'radio';\n\nvar isRadioOrCheckbox = (ref) => isRadioInput(ref) || isCheckBoxInput(ref);\n\nvar live = (ref) => isHTMLElement(ref) && ref.isConnected;\n\nfunction baseGet(object, updatePath) {\n const length = updatePath.slice(0, -1).length;\n let index = 0;\n while (index < length) {\n object = isUndefined(object) ? index++ : object[updatePath[index++]];\n }\n return object;\n}\nfunction isEmptyArray(obj) {\n for (const key in obj) {\n if (obj.hasOwnProperty(key) && !isUndefined(obj[key])) {\n return false;\n }\n }\n return true;\n}\nfunction unset(object, path) {\n const paths = Array.isArray(path)\n ? path\n : isKey(path)\n ? [path]\n : stringToPath(path);\n const childObject = paths.length === 1 ? object : baseGet(object, paths);\n const index = paths.length - 1;\n const key = paths[index];\n if (childObject) {\n delete childObject[key];\n }\n if (index !== 0 &&\n ((isObject(childObject) && isEmptyObject(childObject)) ||\n (Array.isArray(childObject) && isEmptyArray(childObject)))) {\n unset(object, paths.slice(0, -1));\n }\n return object;\n}\n\nvar objectHasFunction = (data) => {\n for (const key in data) {\n if (isFunction(data[key])) {\n return true;\n }\n }\n return false;\n};\n\nfunction markFieldsDirty(data, fields = {}) {\n const isParentNodeArray = Array.isArray(data);\n if (isObject(data) || isParentNodeArray) {\n for (const key in data) {\n if (Array.isArray(data[key]) ||\n (isObject(data[key]) && !objectHasFunction(data[key]))) {\n fields[key] = Array.isArray(data[key]) ? [] : {};\n markFieldsDirty(data[key], fields[key]);\n }\n else if (!isNullOrUndefined(data[key])) {\n fields[key] = true;\n }\n }\n }\n return fields;\n}\nfunction getDirtyFieldsFromDefaultValues(data, formValues, dirtyFieldsFromValues) {\n const isParentNodeArray = Array.isArray(data);\n if (isObject(data) || isParentNodeArray) {\n for (const key in data) {\n if (Array.isArray(data[key]) ||\n (isObject(data[key]) && !objectHasFunction(data[key]))) {\n if (isUndefined(formValues) ||\n isPrimitive(dirtyFieldsFromValues[key])) {\n dirtyFieldsFromValues[key] = Array.isArray(data[key])\n ? markFieldsDirty(data[key], [])\n : { ...markFieldsDirty(data[key]) };\n }\n else {\n getDirtyFieldsFromDefaultValues(data[key], isNullOrUndefined(formValues) ? {} : formValues[key], dirtyFieldsFromValues[key]);\n }\n }\n else {\n dirtyFieldsFromValues[key] = !deepEqual(data[key], formValues[key]);\n }\n }\n }\n return dirtyFieldsFromValues;\n}\nvar getDirtyFields = (defaultValues, formValues) => getDirtyFieldsFromDefaultValues(defaultValues, formValues, markFieldsDirty(formValues));\n\nconst defaultResult = {\n value: false,\n isValid: false,\n};\nconst validResult = { value: true, isValid: true };\nvar getCheckboxValue = (options) => {\n if (Array.isArray(options)) {\n if (options.length > 1) {\n const values = options\n .filter((option) => option && option.checked && !option.disabled)\n .map((option) => option.value);\n return { value: values, isValid: !!values.length };\n }\n return options[0].checked && !options[0].disabled\n ? // @ts-expect-error expected to work in the browser\n options[0].attributes && !isUndefined(options[0].attributes.value)\n ? isUndefined(options[0].value) || options[0].value === ''\n ? validResult\n : { value: options[0].value, isValid: true }\n : validResult\n : defaultResult;\n }\n return defaultResult;\n};\n\nvar getFieldValueAs = (value, { valueAsNumber, valueAsDate, setValueAs }) => isUndefined(value)\n ? value\n : valueAsNumber\n ? value === ''\n ? NaN\n : value\n ? +value\n : value\n : valueAsDate && isString(value)\n ? new Date(value)\n : setValueAs\n ? setValueAs(value)\n : value;\n\nconst defaultReturn = {\n isValid: false,\n value: null,\n};\nvar getRadioValue = (options) => Array.isArray(options)\n ? options.reduce((previous, option) => option && option.checked && !option.disabled\n ? {\n isValid: true,\n value: option.value,\n }\n : previous, defaultReturn)\n : defaultReturn;\n\nfunction getFieldValue(_f) {\n const ref = _f.ref;\n if (isFileInput(ref)) {\n return ref.files;\n }\n if (isRadioInput(ref)) {\n return getRadioValue(_f.refs).value;\n }\n if (isMultipleSelect(ref)) {\n return [...ref.selectedOptions].map(({ value }) => value);\n }\n if (isCheckBoxInput(ref)) {\n return getCheckboxValue(_f.refs).value;\n }\n return getFieldValueAs(isUndefined(ref.value) ? _f.ref.value : ref.value, _f);\n}\n\nvar getResolverOptions = (fieldsNames, _fields, criteriaMode, shouldUseNativeValidation) => {\n const fields = {};\n for (const name of fieldsNames) {\n const field = get(_fields, name);\n field && set(fields, name, field._f);\n }\n return {\n criteriaMode,\n names: [...fieldsNames],\n fields,\n shouldUseNativeValidation,\n };\n};\n\nvar isRegex = (value) => value instanceof RegExp;\n\nvar getRuleValue = (rule) => isUndefined(rule)\n ? rule\n : isRegex(rule)\n ? rule.source\n : isObject(rule)\n ? isRegex(rule.value)\n ? rule.value.source\n : rule.value\n : rule;\n\nvar getValidationModes = (mode) => ({\n isOnSubmit: !mode || mode === VALIDATION_MODE.onSubmit,\n isOnBlur: mode === VALIDATION_MODE.onBlur,\n isOnChange: mode === VALIDATION_MODE.onChange,\n isOnAll: mode === VALIDATION_MODE.all,\n isOnTouch: mode === VALIDATION_MODE.onTouched,\n});\n\nconst ASYNC_FUNCTION = 'AsyncFunction';\nvar hasPromiseValidation = (fieldReference) => !!fieldReference &&\n !!fieldReference.validate &&\n !!((isFunction(fieldReference.validate) &&\n fieldReference.validate.constructor.name === ASYNC_FUNCTION) ||\n (isObject(fieldReference.validate) &&\n Object.values(fieldReference.validate).find((validateFunction) => validateFunction.constructor.name === ASYNC_FUNCTION)));\n\nvar hasValidation = (options) => options.mount &&\n (options.required ||\n options.min ||\n options.max ||\n options.maxLength ||\n options.minLength ||\n options.pattern ||\n options.validate);\n\nvar isWatched = (name, _names, isBlurEvent) => !isBlurEvent &&\n (_names.watchAll ||\n _names.watch.has(name) ||\n [..._names.watch].some((watchName) => name.startsWith(watchName) &&\n /^\\.\\w+/.test(name.slice(watchName.length))));\n\nconst iterateFieldsByAction = (fields, action, fieldsNames, abortEarly) => {\n for (const key of fieldsNames || Object.keys(fields)) {\n const field = get(fields, key);\n if (field) {\n const { _f, ...currentField } = field;\n if (_f) {\n if (_f.refs && _f.refs[0] && action(_f.refs[0], key) && !abortEarly) {\n return true;\n }\n else if (_f.ref && action(_f.ref, _f.name) && !abortEarly) {\n return true;\n }\n else {\n if (iterateFieldsByAction(currentField, action)) {\n break;\n }\n }\n }\n else if (isObject(currentField)) {\n if (iterateFieldsByAction(currentField, action)) {\n break;\n }\n }\n }\n }\n return;\n};\n\nfunction schemaErrorLookup(errors, _fields, name) {\n const error = get(errors, name);\n if (error || isKey(name)) {\n return {\n error,\n name,\n };\n }\n const names = name.split('.');\n while (names.length) {\n const fieldName = names.join('.');\n const field = get(_fields, fieldName);\n const foundError = get(errors, fieldName);\n if (field && !Array.isArray(field) && name !== fieldName) {\n return { name };\n }\n if (foundError && foundError.type) {\n return {\n name: fieldName,\n error: foundError,\n };\n }\n names.pop();\n }\n return {\n name,\n };\n}\n\nvar shouldRenderFormState = (formStateData, _proxyFormState, updateFormState, isRoot) => {\n updateFormState(formStateData);\n const { name, ...formState } = formStateData;\n return (isEmptyObject(formState) ||\n Object.keys(formState).length >= Object.keys(_proxyFormState).length ||\n Object.keys(formState).find((key) => _proxyFormState[key] ===\n (!isRoot || VALIDATION_MODE.all)));\n};\n\nvar shouldSubscribeByName = (name, signalName, exact) => !name ||\n !signalName ||\n name === signalName ||\n convertToArrayPayload(name).some((currentName) => currentName &&\n (exact\n ? currentName === signalName\n : currentName.startsWith(signalName) ||\n signalName.startsWith(currentName)));\n\nvar skipValidation = (isBlurEvent, isTouched, isSubmitted, reValidateMode, mode) => {\n if (mode.isOnAll) {\n return false;\n }\n else if (!isSubmitted && mode.isOnTouch) {\n return !(isTouched || isBlurEvent);\n }\n else if (isSubmitted ? reValidateMode.isOnBlur : mode.isOnBlur) {\n return !isBlurEvent;\n }\n else if (isSubmitted ? reValidateMode.isOnChange : mode.isOnChange) {\n return isBlurEvent;\n }\n return true;\n};\n\nvar unsetEmptyArray = (ref, name) => !compact(get(ref, name)).length && unset(ref, name);\n\nvar updateFieldArrayRootError = (errors, error, name) => {\n const fieldArrayErrors = convertToArrayPayload(get(errors, name));\n set(fieldArrayErrors, 'root', error[name]);\n set(errors, name, fieldArrayErrors);\n return errors;\n};\n\nvar isMessage = (value) => isString(value);\n\nfunction getValidateError(result, ref, type = 'validate') {\n if (isMessage(result) ||\n (Array.isArray(result) && result.every(isMessage)) ||\n (isBoolean(result) && !result)) {\n return {\n type,\n message: isMessage(result) ? result : '',\n ref,\n };\n }\n}\n\nvar getValueAndMessage = (validationData) => isObject(validationData) && !isRegex(validationData)\n ? validationData\n : {\n value: validationData,\n message: '',\n };\n\nvar validateField = async (field, disabledFieldNames, formValues, validateAllFieldCriteria, shouldUseNativeValidation, isFieldArray) => {\n const { ref, refs, required, maxLength, minLength, min, max, pattern, validate, name, valueAsNumber, mount, } = field._f;\n const inputValue = get(formValues, name);\n if (!mount || disabledFieldNames.has(name)) {\n return {};\n }\n const inputRef = refs ? refs[0] : ref;\n const setCustomValidity = (message) => {\n if (shouldUseNativeValidation && inputRef.reportValidity) {\n inputRef.setCustomValidity(isBoolean(message) ? '' : message || '');\n inputRef.reportValidity();\n }\n };\n const error = {};\n const isRadio = isRadioInput(ref);\n const isCheckBox = isCheckBoxInput(ref);\n const isRadioOrCheckbox = isRadio || isCheckBox;\n const isEmpty = ((valueAsNumber || isFileInput(ref)) &&\n isUndefined(ref.value) &&\n isUndefined(inputValue)) ||\n (isHTMLElement(ref) && ref.value === '') ||\n inputValue === '' ||\n (Array.isArray(inputValue) && !inputValue.length);\n const appendErrorsCurry = appendErrors.bind(null, name, validateAllFieldCriteria, error);\n const getMinMaxMessage = (exceedMax, maxLengthMessage, minLengthMessage, maxType = INPUT_VALIDATION_RULES.maxLength, minType = INPUT_VALIDATION_RULES.minLength) => {\n const message = exceedMax ? maxLengthMessage : minLengthMessage;\n error[name] = {\n type: exceedMax ? maxType : minType,\n message,\n ref,\n ...appendErrorsCurry(exceedMax ? maxType : minType, message),\n };\n };\n if (isFieldArray\n ? !Array.isArray(inputValue) || !inputValue.length\n : required &&\n ((!isRadioOrCheckbox && (isEmpty || isNullOrUndefined(inputValue))) ||\n (isBoolean(inputValue) && !inputValue) ||\n (isCheckBox && !getCheckboxValue(refs).isValid) ||\n (isRadio && !getRadioValue(refs).isValid))) {\n const { value, message } = isMessage(required)\n ? { value: !!required, message: required }\n : getValueAndMessage(required);\n if (value) {\n error[name] = {\n type: INPUT_VALIDATION_RULES.required,\n message,\n ref: inputRef,\n ...appendErrorsCurry(INPUT_VALIDATION_RULES.required, message),\n };\n if (!validateAllFieldCriteria) {\n setCustomValidity(message);\n return error;\n }\n }\n }\n if (!isEmpty && (!isNullOrUndefined(min) || !isNullOrUndefined(max))) {\n let exceedMax;\n let exceedMin;\n const maxOutput = getValueAndMessage(max);\n const minOutput = getValueAndMessage(min);\n if (!isNullOrUndefined(inputValue) && !isNaN(inputValue)) {\n const valueNumber = ref.valueAsNumber ||\n (inputValue ? +inputValue : inputValue);\n if (!isNullOrUndefined(maxOutput.value)) {\n exceedMax = valueNumber > maxOutput.value;\n }\n if (!isNullOrUndefined(minOutput.value)) {\n exceedMin = valueNumber < minOutput.value;\n }\n }\n else {\n const valueDate = ref.valueAsDate || new Date(inputValue);\n const convertTimeToDate = (time) => new Date(new Date().toDateString() + ' ' + time);\n const isTime = ref.type == 'time';\n const isWeek = ref.type == 'week';\n if (isString(maxOutput.value) && inputValue) {\n exceedMax = isTime\n ? convertTimeToDate(inputValue) > convertTimeToDate(maxOutput.value)\n : isWeek\n ? inputValue > maxOutput.value\n : valueDate > new Date(maxOutput.value);\n }\n if (isString(minOutput.value) && inputValue) {\n exceedMin = isTime\n ? convertTimeToDate(inputValue) < convertTimeToDate(minOutput.value)\n : isWeek\n ? inputValue < minOutput.value\n : valueDate < new Date(minOutput.value);\n }\n }\n if (exceedMax || exceedMin) {\n getMinMaxMessage(!!exceedMax, maxOutput.message, minOutput.message, INPUT_VALIDATION_RULES.max, INPUT_VALIDATION_RULES.min);\n if (!validateAllFieldCriteria) {\n setCustomValidity(error[name].message);\n return error;\n }\n }\n }\n if ((maxLength || minLength) &&\n !isEmpty &&\n (isString(inputValue) || (isFieldArray && Array.isArray(inputValue)))) {\n const maxLengthOutput = getValueAndMessage(maxLength);\n const minLengthOutput = getValueAndMessage(minLength);\n const exceedMax = !isNullOrUndefined(maxLengthOutput.value) &&\n inputValue.length > +maxLengthOutput.value;\n const exceedMin = !isNullOrUndefined(minLengthOutput.value) &&\n inputValue.length < +minLengthOutput.value;\n if (exceedMax || exceedMin) {\n getMinMaxMessage(exceedMax, maxLengthOutput.message, minLengthOutput.message);\n if (!validateAllFieldCriteria) {\n setCustomValidity(error[name].message);\n return error;\n }\n }\n }\n if (pattern && !isEmpty && isString(inputValue)) {\n const { value: patternValue, message } = getValueAndMessage(pattern);\n if (isRegex(patternValue) && !inputValue.match(patternValue)) {\n error[name] = {\n type: INPUT_VALIDATION_RULES.pattern,\n message,\n ref,\n ...appendErrorsCurry(INPUT_VALIDATION_RULES.pattern, message),\n };\n if (!validateAllFieldCriteria) {\n setCustomValidity(message);\n return error;\n }\n }\n }\n if (validate) {\n if (isFunction(validate)) {\n const result = await validate(inputValue, formValues);\n const validateError = getValidateError(result, inputRef);\n if (validateError) {\n error[name] = {\n ...validateError,\n ...appendErrorsCurry(INPUT_VALIDATION_RULES.validate, validateError.message),\n };\n if (!validateAllFieldCriteria) {\n setCustomValidity(validateError.message);\n return error;\n }\n }\n }\n else if (isObject(validate)) {\n let validationResult = {};\n for (const key in validate) {\n if (!isEmptyObject(validationResult) && !validateAllFieldCriteria) {\n break;\n }\n const validateError = getValidateError(await validate[key](inputValue, formValues), inputRef, key);\n if (validateError) {\n validationResult = {\n ...validateError,\n ...appendErrorsCurry(key, validateError.message),\n };\n setCustomValidity(validateError.message);\n if (validateAllFieldCriteria) {\n error[name] = validationResult;\n }\n }\n }\n if (!isEmptyObject(validationResult)) {\n error[name] = {\n ref: inputRef,\n ...validationResult,\n };\n if (!validateAllFieldCriteria) {\n return error;\n }\n }\n }\n }\n setCustomValidity(true);\n return error;\n};\n\nconst defaultOptions = {\n mode: VALIDATION_MODE.onSubmit,\n reValidateMode: VALIDATION_MODE.onChange,\n shouldFocusError: true,\n};\nfunction createFormControl(props = {}) {\n let _options = {\n ...defaultOptions,\n ...props,\n };\n let _formState = {\n submitCount: 0,\n isDirty: false,\n isLoading: isFunction(_options.defaultValues),\n isValidating: false,\n isSubmitted: false,\n isSubmitting: false,\n isSubmitSuccessful: false,\n isValid: false,\n touchedFields: {},\n dirtyFields: {},\n validatingFields: {},\n errors: _options.errors || {},\n disabled: _options.disabled || false,\n };\n const _fields = {};\n let _defaultValues = isObject(_options.defaultValues) || isObject(_options.values)\n ? cloneObject(_options.values || _options.defaultValues) || {}\n : {};\n let _formValues = _options.shouldUnregister\n ? {}\n : cloneObject(_defaultValues);\n let _state = {\n action: false,\n mount: false,\n watch: false,\n };\n let _names = {\n mount: new Set(),\n disabled: new Set(),\n unMount: new Set(),\n array: new Set(),\n watch: new Set(),\n };\n let delayErrorCallback;\n let timer = 0;\n const _proxyFormState = {\n isDirty: false,\n dirtyFields: false,\n validatingFields: false,\n touchedFields: false,\n isValidating: false,\n isValid: false,\n errors: false,\n };\n let _proxySubscribeFormState = {\n ..._proxyFormState,\n };\n const _subjects = {\n array: createSubject(),\n state: createSubject(),\n };\n const validationModeBeforeSubmit = getValidationModes(_options.mode);\n const validationModeAfterSubmit = getValidationModes(_options.reValidateMode);\n const shouldDisplayAllAssociatedErrors = _options.criteriaMode === VALIDATION_MODE.all;\n const debounce = (callback) => (wait) => {\n clearTimeout(timer);\n timer = setTimeout(callback, wait);\n };\n const _setValid = async (shouldUpdateValid) => {\n if (!_options.disabled &&\n (_proxyFormState.isValid ||\n _proxySubscribeFormState.isValid ||\n shouldUpdateValid)) {\n const isValid = _options.resolver\n ? isEmptyObject((await _runSchema()).errors)\n : await executeBuiltInValidation(_fields, true);\n if (isValid !== _formState.isValid) {\n _subjects.state.next({\n isValid,\n });\n }\n }\n };\n const _updateIsValidating = (names, isValidating) => {\n if (!_options.disabled &&\n (_proxyFormState.isValidating ||\n _proxyFormState.validatingFields ||\n _proxySubscribeFormState.isValidating ||\n _proxySubscribeFormState.validatingFields)) {\n (names || Array.from(_names.mount)).forEach((name) => {\n if (name) {\n isValidating\n ? set(_formState.validatingFields, name, isValidating)\n : unset(_formState.validatingFields, name);\n }\n });\n _subjects.state.next({\n validatingFields: _formState.validatingFields,\n isValidating: !isEmptyObject(_formState.validatingFields),\n });\n }\n };\n const _setFieldArray = (name, values = [], method, args, shouldSetValues = true, shouldUpdateFieldsAndState = true) => {\n if (args && method && !_options.disabled) {\n _state.action = true;\n if (shouldUpdateFieldsAndState && Array.isArray(get(_fields, name))) {\n const fieldValues = method(get(_fields, name), args.argA, args.argB);\n shouldSetValues && set(_fields, name, fieldValues);\n }\n if (shouldUpdateFieldsAndState &&\n Array.isArray(get(_formState.errors, name))) {\n const errors = method(get(_formState.errors, name), args.argA, args.argB);\n shouldSetValues && set(_formState.errors, name, errors);\n unsetEmptyArray(_formState.errors, name);\n }\n if ((_proxyFormState.touchedFields ||\n _proxySubscribeFormState.touchedFields) &&\n shouldUpdateFieldsAndState &&\n Array.isArray(get(_formState.touchedFields, name))) {\n const touchedFields = method(get(_formState.touchedFields, name), args.argA, args.argB);\n shouldSetValues && set(_formState.touchedFields, name, touchedFields);\n }\n if (_proxyFormState.dirtyFields || _proxySubscribeFormState.dirtyFields) {\n _formState.dirtyFields = getDirtyFields(_defaultValues, _formValues);\n }\n _subjects.state.next({\n name,\n isDirty: _getDirty(name, values),\n dirtyFields: _formState.dirtyFields,\n errors: _formState.errors,\n isValid: _formState.isValid,\n });\n }\n else {\n set(_formValues, name, values);\n }\n };\n const updateErrors = (name, error) => {\n set(_formState.errors, name, error);\n _subjects.state.next({\n errors: _formState.errors,\n });\n };\n const _setErrors = (errors) => {\n _formState.errors = errors;\n _subjects.state.next({\n errors: _formState.errors,\n isValid: false,\n });\n };\n const updateValidAndValue = (name, shouldSkipSetValueAs, value, ref) => {\n const field = get(_fields, name);\n if (field) {\n const defaultValue = get(_formValues, name, isUndefined(value) ? get(_defaultValues, name) : value);\n isUndefined(defaultValue) ||\n (ref && ref.defaultChecked) ||\n shouldSkipSetValueAs\n ? set(_formValues, name, shouldSkipSetValueAs ? defaultValue : getFieldValue(field._f))\n : setFieldValue(name, defaultValue);\n _state.mount && _setValid();\n }\n };\n const updateTouchAndDirty = (name, fieldValue, isBlurEvent, shouldDirty, shouldRender) => {\n let shouldUpdateField = false;\n let isPreviousDirty = false;\n const output = {\n name,\n };\n if (!_options.disabled) {\n if (!isBlurEvent || shouldDirty) {\n if (_proxyFormState.isDirty || _proxySubscribeFormState.isDirty) {\n isPreviousDirty = _formState.isDirty;\n _formState.isDirty = output.isDirty = _getDirty();\n shouldUpdateField = isPreviousDirty !== output.isDirty;\n }\n const isCurrentFieldPristine = deepEqual(get(_defaultValues, name), fieldValue);\n isPreviousDirty = !!get(_formState.dirtyFields, name);\n isCurrentFieldPristine\n ? unset(_formState.dirtyFields, name)\n : set(_formState.dirtyFields, name, true);\n output.dirtyFields = _formState.dirtyFields;\n shouldUpdateField =\n shouldUpdateField ||\n ((_proxyFormState.dirtyFields ||\n _proxySubscribeFormState.dirtyFields) &&\n isPreviousDirty !== !isCurrentFieldPristine);\n }\n if (isBlurEvent) {\n const isPreviousFieldTouched = get(_formState.touchedFields, name);\n if (!isPreviousFieldTouched) {\n set(_formState.touchedFields, name, isBlurEvent);\n output.touchedFields = _formState.touchedFields;\n shouldUpdateField =\n shouldUpdateField ||\n ((_proxyFormState.touchedFields ||\n _proxySubscribeFormState.touchedFields) &&\n isPreviousFieldTouched !== isBlurEvent);\n }\n }\n shouldUpdateField && shouldRender && _subjects.state.next(output);\n }\n return shouldUpdateField ? output : {};\n };\n const shouldRenderByError = (name, isValid, error, fieldState) => {\n const previousFieldError = get(_formState.errors, name);\n const shouldUpdateValid = (_proxyFormState.isValid || _proxySubscribeFormState.isValid) &&\n isBoolean(isValid) &&\n _formState.isValid !== isValid;\n if (_options.delayError && error) {\n delayErrorCallback = debounce(() => updateErrors(name, error));\n delayErrorCallback(_options.delayError);\n }\n else {\n clearTimeout(timer);\n delayErrorCallback = null;\n error\n ? set(_formState.errors, name, error)\n : unset(_formState.errors, name);\n }\n if ((error ? !deepEqual(previousFieldError, error) : previousFieldError) ||\n !isEmptyObject(fieldState) ||\n shouldUpdateValid) {\n const updatedFormState = {\n ...fieldState,\n ...(shouldUpdateValid && isBoolean(isValid) ? { isValid } : {}),\n errors: _formState.errors,\n name,\n };\n _formState = {\n ..._formState,\n ...updatedFormState,\n };\n _subjects.state.next(updatedFormState);\n }\n };\n const _runSchema = async (name) => {\n _updateIsValidating(name, true);\n const result = await _options.resolver(_formValues, _options.context, getResolverOptions(name || _names.mount, _fields, _options.criteriaMode, _options.shouldUseNativeValidation));\n _updateIsValidating(name);\n return result;\n };\n const executeSchemaAndUpdateState = async (names) => {\n const { errors } = await _runSchema(names);\n if (names) {\n for (const name of names) {\n const error = get(errors, name);\n error\n ? set(_formState.errors, name, error)\n : unset(_formState.errors, name);\n }\n }\n else {\n _formState.errors = errors;\n }\n return errors;\n };\n const executeBuiltInValidation = async (fields, shouldOnlyCheckValid, context = {\n valid: true,\n }) => {\n for (const name in fields) {\n const field = fields[name];\n if (field) {\n const { _f, ...fieldValue } = field;\n if (_f) {\n const isFieldArrayRoot = _names.array.has(_f.name);\n const isPromiseFunction = field._f && hasPromiseValidation(field._f);\n if (isPromiseFunction && _proxyFormState.validatingFields) {\n _updateIsValidating([name], true);\n }\n const fieldError = await validateField(field, _names.disabled, _formValues, shouldDisplayAllAssociatedErrors, _options.shouldUseNativeValidation && !shouldOnlyCheckValid, isFieldArrayRoot);\n if (isPromiseFunction && _proxyFormState.validatingFields) {\n _updateIsValidating([name]);\n }\n if (fieldError[_f.name]) {\n context.valid = false;\n if (shouldOnlyCheckValid) {\n break;\n }\n }\n !shouldOnlyCheckValid &&\n (get(fieldError, _f.name)\n ? isFieldArrayRoot\n ? updateFieldArrayRootError(_formState.errors, fieldError, _f.name)\n : set(_formState.errors, _f.name, fieldError[_f.name])\n : unset(_formState.errors, _f.name));\n }\n !isEmptyObject(fieldValue) &&\n (await executeBuiltInValidation(fieldValue, shouldOnlyCheckValid, context));\n }\n }\n return context.valid;\n };\n const _removeUnmounted = () => {\n for (const name of _names.unMount) {\n const field = get(_fields, name);\n field &&\n (field._f.refs\n ? field._f.refs.every((ref) => !live(ref))\n : !live(field._f.ref)) &&\n unregister(name);\n }\n _names.unMount = new Set();\n };\n const _getDirty = (name, data) => !_options.disabled &&\n (name && data && set(_formValues, name, data),\n !deepEqual(getValues(), _defaultValues));\n const _getWatch = (names, defaultValue, isGlobal) => generateWatchOutput(names, _names, {\n ...(_state.mount\n ? _formValues\n : isUndefined(defaultValue)\n ? _defaultValues\n : isString(names)\n ? { [names]: defaultValue }\n : defaultValue),\n }, isGlobal, defaultValue);\n const _getFieldArray = (name) => compact(get(_state.mount ? _formValues : _defaultValues, name, _options.shouldUnregister ? get(_defaultValues, name, []) : []));\n const setFieldValue = (name, value, options = {}) => {\n const field = get(_fields, name);\n let fieldValue = value;\n if (field) {\n const fieldReference = field._f;\n if (fieldReference) {\n !fieldReference.disabled &&\n set(_formValues, name, getFieldValueAs(value, fieldReference));\n fieldValue =\n isHTMLElement(fieldReference.ref) && isNullOrUndefined(value)\n ? ''\n : value;\n if (isMultipleSelect(fieldReference.ref)) {\n [...fieldReference.ref.options].forEach((optionRef) => (optionRef.selected = fieldValue.includes(optionRef.value)));\n }\n else if (fieldReference.refs) {\n if (isCheckBoxInput(fieldReference.ref)) {\n fieldReference.refs.length > 1\n ? fieldReference.refs.forEach((checkboxRef) => (!checkboxRef.defaultChecked || !checkboxRef.disabled) &&\n (checkboxRef.checked = Array.isArray(fieldValue)\n ? !!fieldValue.find((data) => data === checkboxRef.value)\n : fieldValue === checkboxRef.value))\n : fieldReference.refs[0] &&\n (fieldReference.refs[0].checked = !!fieldValue);\n }\n else {\n fieldReference.refs.forEach((radioRef) => (radioRef.checked = radioRef.value === fieldValue));\n }\n }\n else if (isFileInput(fieldReference.ref)) {\n fieldReference.ref.value = '';\n }\n else {\n fieldReference.ref.value = fieldValue;\n if (!fieldReference.ref.type) {\n _subjects.state.next({\n name,\n values: cloneObject(_formValues),\n });\n }\n }\n }\n }\n (options.shouldDirty || options.shouldTouch) &&\n updateTouchAndDirty(name, fieldValue, options.shouldTouch, options.shouldDirty, true);\n options.shouldValidate && trigger(name);\n };\n const setValues = (name, value, options) => {\n for (const fieldKey in value) {\n const fieldValue = value[fieldKey];\n const fieldName = `${name}.${fieldKey}`;\n const field = get(_fields, fieldName);\n (_names.array.has(name) ||\n isObject(fieldValue) ||\n (field && !field._f)) &&\n !isDateObject(fieldValue)\n ? setValues(fieldName, fieldValue, options)\n : setFieldValue(fieldName, fieldValue, options);\n }\n };\n const setValue = (name, value, options = {}) => {\n const field = get(_fields, name);\n const isFieldArray = _names.array.has(name);\n const cloneValue = cloneObject(value);\n set(_formValues, name, cloneValue);\n if (isFieldArray) {\n _subjects.array.next({\n name,\n values: cloneObject(_formValues),\n });\n if ((_proxyFormState.isDirty ||\n _proxyFormState.dirtyFields ||\n _proxySubscribeFormState.isDirty ||\n _proxySubscribeFormState.dirtyFields) &&\n options.shouldDirty) {\n _subjects.state.next({\n name,\n dirtyFields: getDirtyFields(_defaultValues, _formValues),\n isDirty: _getDirty(name, cloneValue),\n });\n }\n }\n else {\n field && !field._f && !isNullOrUndefined(cloneValue)\n ? setValues(name, cloneValue, options)\n : setFieldValue(name, cloneValue, options);\n }\n isWatched(name, _names) && _subjects.state.next({ ..._formState });\n _subjects.state.next({\n name: _state.mount ? name : undefined,\n values: cloneObject(_formValues),\n });\n };\n const onChange = async (event) => {\n _state.mount = true;\n const target = event.target;\n let name = target.name;\n let isFieldValueUpdated = true;\n const field = get(_fields, name);\n const _updateIsFieldValueUpdated = (fieldValue) => {\n isFieldValueUpdated =\n Number.isNaN(fieldValue) ||\n (isDateObject(fieldValue) && isNaN(fieldValue.getTime())) ||\n deepEqual(fieldValue, get(_formValues, name, fieldValue));\n };\n if (field) {\n let error;\n let isValid;\n const fieldValue = target.type\n ? getFieldValue(field._f)\n : getEventValue(event);\n const isBlurEvent = event.type === EVENTS.BLUR || event.type === EVENTS.FOCUS_OUT;\n const shouldSkipValidation = (!hasValidation(field._f) &&\n !_options.resolver &&\n !get(_formState.errors, name) &&\n !field._f.deps) ||\n skipValidation(isBlurEvent, get(_formState.touchedFields, name), _formState.isSubmitted, validationModeAfterSubmit, validationModeBeforeSubmit);\n const watched = isWatched(name, _names, isBlurEvent);\n set(_formValues, name, fieldValue);\n if (isBlurEvent) {\n field._f.onBlur && field._f.onBlur(event);\n delayErrorCallback && delayErrorCallback(0);\n }\n else if (field._f.onChange) {\n field._f.onChange(event);\n }\n const fieldState = updateTouchAndDirty(name, fieldValue, isBlurEvent);\n const shouldRender = !isEmptyObject(fieldState) || watched;\n !isBlurEvent &&\n _subjects.state.next({\n name,\n type: event.type,\n values: cloneObject(_formValues),\n });\n if (shouldSkipValidation) {\n if (_proxyFormState.isValid || _proxySubscribeFormState.isValid) {\n if (_options.mode === 'onBlur') {\n if (isBlurEvent) {\n _setValid();\n }\n }\n else if (!isBlurEvent) {\n _setValid();\n }\n }\n return (shouldRender &&\n _subjects.state.next({ name, ...(watched ? {} : fieldState) }));\n }\n !isBlurEvent && watched && _subjects.state.next({ ..._formState });\n if (_options.resolver) {\n const { errors } = await _runSchema([name]);\n _updateIsFieldValueUpdated(fieldValue);\n if (isFieldValueUpdated) {\n const previousErrorLookupResult = schemaErrorLookup(_formState.errors, _fields, name);\n const errorLookupResult = schemaErrorLookup(errors, _fields, previousErrorLookupResult.name || name);\n error = errorLookupResult.error;\n name = errorLookupResult.name;\n isValid = isEmptyObject(errors);\n }\n }\n else {\n _updateIsValidating([name], true);\n error = (await validateField(field, _names.disabled, _formValues, shouldDisplayAllAssociatedErrors, _options.shouldUseNativeValidation))[name];\n _updateIsValidating([name]);\n _updateIsFieldValueUpdated(fieldValue);\n if (isFieldValueUpdated) {\n if (error) {\n isValid = false;\n }\n else if (_proxyFormState.isValid ||\n _proxySubscribeFormState.isValid) {\n isValid = await executeBuiltInValidation(_fields, true);\n }\n }\n }\n if (isFieldValueUpdated) {\n field._f.deps &&\n trigger(field._f.deps);\n shouldRenderByError(name, isValid, error, fieldState);\n }\n }\n };\n const _focusInput = (ref, key) => {\n if (get(_formState.errors, key) && ref.focus) {\n ref.focus();\n return 1;\n }\n return;\n };\n const trigger = async (name, options = {}) => {\n let isValid;\n let validationResult;\n const fieldNames = convertToArrayPayload(name);\n if (_options.resolver) {\n const errors = await executeSchemaAndUpdateState(isUndefined(name) ? name : fieldNames);\n isValid = isEmptyObject(errors);\n validationResult = name\n ? !fieldNames.some((name) => get(errors, name))\n : isValid;\n }\n else if (name) {\n validationResult = (await Promise.all(fieldNames.map(async (fieldName) => {\n const field = get(_fields, fieldName);\n return await executeBuiltInValidation(field && field._f ? { [fieldName]: field } : field);\n }))).every(Boolean);\n !(!validationResult && !_formState.isValid) && _setValid();\n }\n else {\n validationResult = isValid = await executeBuiltInValidation(_fields);\n }\n _subjects.state.next({\n ...(!isString(name) ||\n ((_proxyFormState.isValid || _proxySubscribeFormState.isValid) &&\n isValid !== _formState.isValid)\n ? {}\n : { name }),\n ...(_options.resolver || !name ? { isValid } : {}),\n errors: _formState.errors,\n });\n options.shouldFocus &&\n !validationResult &&\n iterateFieldsByAction(_fields, _focusInput, name ? fieldNames : _names.mount);\n return validationResult;\n };\n const getValues = (fieldNames) => {\n const values = {\n ...(_state.mount ? _formValues : _defaultValues),\n };\n return isUndefined(fieldNames)\n ? values\n : isString(fieldNames)\n ? get(values, fieldNames)\n : fieldNames.map((name) => get(values, name));\n };\n const getFieldState = (name, formState) => ({\n invalid: !!get((formState || _formState).errors, name),\n isDirty: !!get((formState || _formState).dirtyFields, name),\n error: get((formState || _formState).errors, name),\n isValidating: !!get(_formState.validatingFields, name),\n isTouched: !!get((formState || _formState).touchedFields, name),\n });\n const clearErrors = (name) => {\n name &&\n convertToArrayPayload(name).forEach((inputName) => unset(_formState.errors, inputName));\n _subjects.state.next({\n errors: name ? _formState.errors : {},\n });\n };\n const setError = (name, error, options) => {\n const ref = (get(_fields, name, { _f: {} })._f || {}).ref;\n const currentError = get(_formState.errors, name) || {};\n // Don't override existing error messages elsewhere in the object tree.\n const { ref: currentRef, message, type, ...restOfErrorTree } = currentError;\n set(_formState.errors, name, {\n ...restOfErrorTree,\n ...error,\n ref,\n });\n _subjects.state.next({\n name,\n errors: _formState.errors,\n isValid: false,\n });\n options && options.shouldFocus && ref && ref.focus && ref.focus();\n };\n const watch = (name, defaultValue) => isFunction(name)\n ? _subjects.state.subscribe({\n next: (payload) => name(_getWatch(undefined, defaultValue), payload),\n })\n : _getWatch(name, defaultValue, true);\n const _subscribe = (props) => _subjects.state.subscribe({\n next: (formState) => {\n if (shouldSubscribeByName(props.name, formState.name, props.exact) &&\n shouldRenderFormState(formState, props.formState || _proxyFormState, _setFormState, props.reRenderRoot)) {\n props.callback({\n values: { ..._formValues },\n ..._formState,\n ...formState,\n });\n }\n },\n }).unsubscribe;\n const subscribe = (props) => {\n _state.mount = true;\n _proxySubscribeFormState = {\n ..._proxySubscribeFormState,\n ...props.formState,\n };\n return _subscribe({\n ...props,\n formState: _proxySubscribeFormState,\n });\n };\n const unregister = (name, options = {}) => {\n for (const fieldName of name ? convertToArrayPayload(name) : _names.mount) {\n _names.mount.delete(fieldName);\n _names.array.delete(fieldName);\n if (!options.keepValue) {\n unset(_fields, fieldName);\n unset(_formValues, fieldName);\n }\n !options.keepError && unset(_formState.errors, fieldName);\n !options.keepDirty && unset(_formState.dirtyFields, fieldName);\n !options.keepTouched && unset(_formState.touchedFields, fieldName);\n !options.keepIsValidating &&\n unset(_formState.validatingFields, fieldName);\n !_options.shouldUnregister &&\n !options.keepDefaultValue &&\n unset(_defaultValues, fieldName);\n }\n _subjects.state.next({\n values: cloneObject(_formValues),\n });\n _subjects.state.next({\n ..._formState,\n ...(!options.keepDirty ? {} : { isDirty: _getDirty() }),\n });\n !options.keepIsValid && _setValid();\n };\n const _setDisabledField = ({ disabled, name, }) => {\n if ((isBoolean(disabled) && _state.mount) ||\n !!disabled ||\n _names.disabled.has(name)) {\n disabled ? _names.disabled.add(name) : _names.disabled.delete(name);\n }\n };\n const register = (name, options = {}) => {\n let field = get(_fields, name);\n const disabledIsDefined = isBoolean(options.disabled) || isBoolean(_options.disabled);\n set(_fields, name, {\n ...(field || {}),\n _f: {\n ...(field && field._f ? field._f : { ref: { name } }),\n name,\n mount: true,\n ...options,\n },\n });\n _names.mount.add(name);\n if (field) {\n _setDisabledField({\n disabled: isBoolean(options.disabled)\n ? options.disabled\n : _options.disabled,\n name,\n });\n }\n else {\n updateValidAndValue(name, true, options.value);\n }\n return {\n ...(disabledIsDefined\n ? { disabled: options.disabled || _options.disabled }\n : {}),\n ...(_options.progressive\n ? {\n required: !!options.required,\n min: getRuleValue(options.min),\n max: getRuleValue(options.max),\n minLength: getRuleValue(options.minLength),\n maxLength: getRuleValue(options.maxLength),\n pattern: getRuleValue(options.pattern),\n }\n : {}),\n name,\n onChange,\n onBlur: onChange,\n ref: (ref) => {\n if (ref) {\n register(name, options);\n field = get(_fields, name);\n const fieldRef = isUndefined(ref.value)\n ? ref.querySelectorAll\n ? ref.querySelectorAll('input,select,textarea')[0] || ref\n : ref\n : ref;\n const radioOrCheckbox = isRadioOrCheckbox(fieldRef);\n const refs = field._f.refs || [];\n if (radioOrCheckbox\n ? refs.find((option) => option === fieldRef)\n : fieldRef === field._f.ref) {\n return;\n }\n set(_fields, name, {\n _f: {\n ...field._f,\n ...(radioOrCheckbox\n ? {\n refs: [\n ...refs.filter(live),\n fieldRef,\n ...(Array.isArray(get(_defaultValues, name)) ? [{}] : []),\n ],\n ref: { type: fieldRef.type, name },\n }\n : { ref: fieldRef }),\n },\n });\n updateValidAndValue(name, false, undefined, fieldRef);\n }\n else {\n field = get(_fields, name, {});\n if (field._f) {\n field._f.mount = false;\n }\n (_options.shouldUnregister || options.shouldUnregister) &&\n !(isNameInFieldArray(_names.array, name) && _state.action) &&\n _names.unMount.add(name);\n }\n },\n };\n };\n const _focusError = () => _options.shouldFocusError &&\n iterateFieldsByAction(_fields, _focusInput, _names.mount);\n const _disableForm = (disabled) => {\n if (isBoolean(disabled)) {\n _subjects.state.next({ disabled });\n iterateFieldsByAction(_fields, (ref, name) => {\n const currentField = get(_fields, name);\n if (currentField) {\n ref.disabled = currentField._f.disabled || disabled;\n if (Array.isArray(currentField._f.refs)) {\n currentField._f.refs.forEach((inputRef) => {\n inputRef.disabled = currentField._f.disabled || disabled;\n });\n }\n }\n }, 0, false);\n }\n };\n const handleSubmit = (onValid, onInvalid) => async (e) => {\n let onValidError = undefined;\n if (e) {\n e.preventDefault && e.preventDefault();\n e.persist &&\n e.persist();\n }\n let fieldValues = cloneObject(_formValues);\n _subjects.state.next({\n isSubmitting: true,\n });\n if (_options.resolver) {\n const { errors, values } = await _runSchema();\n _formState.errors = errors;\n fieldValues = values;\n }\n else {\n await executeBuiltInValidation(_fields);\n }\n if (_names.disabled.size) {\n for (const name of _names.disabled) {\n set(fieldValues, name, undefined);\n }\n }\n unset(_formState.errors, 'root');\n if (isEmptyObject(_formState.errors)) {\n _subjects.state.next({\n errors: {},\n });\n try {\n await onValid(fieldValues, e);\n }\n catch (error) {\n onValidError = error;\n }\n }\n else {\n if (onInvalid) {\n await onInvalid({ ..._formState.errors }, e);\n }\n _focusError();\n setTimeout(_focusError);\n }\n _subjects.state.next({\n isSubmitted: true,\n isSubmitting: false,\n isSubmitSuccessful: isEmptyObject(_formState.errors) && !onValidError,\n submitCount: _formState.submitCount + 1,\n errors: _formState.errors,\n });\n if (onValidError) {\n throw onValidError;\n }\n };\n const resetField = (name, options = {}) => {\n if (get(_fields, name)) {\n if (isUndefined(options.defaultValue)) {\n setValue(name, cloneObject(get(_defaultValues, name)));\n }\n else {\n setValue(name, options.defaultValue);\n set(_defaultValues, name, cloneObject(options.defaultValue));\n }\n if (!options.keepTouched) {\n unset(_formState.touchedFields, name);\n }\n if (!options.keepDirty) {\n unset(_formState.dirtyFields, name);\n _formState.isDirty = options.defaultValue\n ? _getDirty(name, cloneObject(get(_defaultValues, name)))\n : _getDirty();\n }\n if (!options.keepError) {\n unset(_formState.errors, name);\n _proxyFormState.isValid && _setValid();\n }\n _subjects.state.next({ ..._formState });\n }\n };\n const _reset = (formValues, keepStateOptions = {}) => {\n const updatedValues = formValues ? cloneObject(formValues) : _defaultValues;\n const cloneUpdatedValues = cloneObject(updatedValues);\n const isEmptyResetValues = isEmptyObject(formValues);\n const values = isEmptyResetValues ? _defaultValues : cloneUpdatedValues;\n if (!keepStateOptions.keepDefaultValues) {\n _defaultValues = updatedValues;\n }\n if (!keepStateOptions.keepValues) {\n if (keepStateOptions.keepDirtyValues) {\n const fieldsToCheck = new Set([\n ..._names.mount,\n ...Object.keys(getDirtyFields(_defaultValues, _formValues)),\n ]);\n for (const fieldName of Array.from(fieldsToCheck)) {\n get(_formState.dirtyFields, fieldName)\n ? set(values, fieldName, get(_formValues, fieldName))\n : setValue(fieldName, get(values, fieldName));\n }\n }\n else {\n if (isWeb && isUndefined(formValues)) {\n for (const name of _names.mount) {\n const field = get(_fields, name);\n if (field && field._f) {\n const fieldReference = Array.isArray(field._f.refs)\n ? field._f.refs[0]\n : field._f.ref;\n if (isHTMLElement(fieldReference)) {\n const form = fieldReference.closest('form');\n if (form) {\n form.reset();\n break;\n }\n }\n }\n }\n }\n for (const fieldName of _names.mount) {\n setValue(fieldName, get(values, fieldName));\n }\n }\n _formValues = cloneObject(values);\n _subjects.array.next({\n values: { ...values },\n });\n _subjects.state.next({\n values: { ...values },\n });\n }\n _names = {\n mount: keepStateOptions.keepDirtyValues ? _names.mount : new Set(),\n unMount: new Set(),\n array: new Set(),\n disabled: new Set(),\n watch: new Set(),\n watchAll: false,\n focus: '',\n };\n _state.mount =\n !_proxyFormState.isValid ||\n !!keepStateOptions.keepIsValid ||\n !!keepStateOptions.keepDirtyValues;\n _state.watch = !!_options.shouldUnregister;\n _subjects.state.next({\n submitCount: keepStateOptions.keepSubmitCount\n ? _formState.submitCount\n : 0,\n isDirty: isEmptyResetValues\n ? false\n : keepStateOptions.keepDirty\n ? _formState.isDirty\n : !!(keepStateOptions.keepDefaultValues &&\n !deepEqual(formValues, _defaultValues)),\n isSubmitted: keepStateOptions.keepIsSubmitted\n ? _formState.isSubmitted\n : false,\n dirtyFields: isEmptyResetValues\n ? {}\n : keepStateOptions.keepDirtyValues\n ? keepStateOptions.keepDefaultValues && _formValues\n ? getDirtyFields(_defaultValues, _formValues)\n : _formState.dirtyFields\n : keepStateOptions.keepDefaultValues && formValues\n ? getDirtyFields(_defaultValues, formValues)\n : keepStateOptions.keepDirty\n ? _formState.dirtyFields\n : {},\n touchedFields: keepStateOptions.keepTouched\n ? _formState.touchedFields\n : {},\n errors: keepStateOptions.keepErrors ? _formState.errors : {},\n isSubmitSuccessful: keepStateOptions.keepIsSubmitSuccessful\n ? _formState.isSubmitSuccessful\n : false,\n isSubmitting: false,\n });\n };\n const reset = (formValues, keepStateOptions) => _reset(isFunction(formValues)\n ? formValues(_formValues)\n : formValues, keepStateOptions);\n const setFocus = (name, options = {}) => {\n const field = get(_fields, name);\n const fieldReference = field && field._f;\n if (fieldReference) {\n const fieldRef = fieldReference.refs\n ? fieldReference.refs[0]\n : fieldReference.ref;\n if (fieldRef.focus) {\n fieldRef.focus();\n options.shouldSelect &&\n isFunction(fieldRef.select) &&\n fieldRef.select();\n }\n }\n };\n const _setFormState = (updatedFormState) => {\n _formState = {\n ..._formState,\n ...updatedFormState,\n };\n };\n const _resetDefaultValues = () => isFunction(_options.defaultValues) &&\n _options.defaultValues().then((values) => {\n reset(values, _options.resetOptions);\n _subjects.state.next({\n isLoading: false,\n });\n });\n const methods = {\n control: {\n register,\n unregister,\n getFieldState,\n handleSubmit,\n setError,\n _subscribe,\n _runSchema,\n _getWatch,\n _getDirty,\n _setValid,\n _setFieldArray,\n _setDisabledField,\n _setErrors,\n _getFieldArray,\n _reset,\n _resetDefaultValues,\n _removeUnmounted,\n _disableForm,\n _subjects,\n _proxyFormState,\n get _fields() {\n return _fields;\n },\n get _formValues() {\n return _formValues;\n },\n get _state() {\n return _state;\n },\n set _state(value) {\n _state = value;\n },\n get _defaultValues() {\n return _defaultValues;\n },\n get _names() {\n return _names;\n },\n set _names(value) {\n _names = value;\n },\n get _formState() {\n return _formState;\n },\n get _options() {\n return _options;\n },\n set _options(value) {\n _options = {\n ..._options,\n ...value,\n };\n },\n },\n subscribe,\n trigger,\n register,\n handleSubmit,\n watch,\n setValue,\n getValues,\n reset,\n resetField,\n clearErrors,\n unregister,\n setError,\n setFocus,\n getFieldState,\n };\n return {\n ...methods,\n formControl: methods,\n };\n}\n\nvar generateId = () => {\n const d = typeof performance === 'undefined' ? Date.now() : performance.now() * 1000;\n return 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, (c) => {\n const r = (Math.random() * 16 + d) % 16 | 0;\n return (c == 'x' ? r : (r & 0x3) | 0x8).toString(16);\n });\n};\n\nvar getFocusFieldName = (name, index, options = {}) => options.shouldFocus || isUndefined(options.shouldFocus)\n ? options.focusName ||\n `${name}.${isUndefined(options.focusIndex) ? index : options.focusIndex}.`\n : '';\n\nvar appendAt = (data, value) => [\n ...data,\n ...convertToArrayPayload(value),\n];\n\nvar fillEmptyArray = (value) => Array.isArray(value) ? value.map(() => undefined) : undefined;\n\nfunction insert(data, index, value) {\n return [\n ...data.slice(0, index),\n ...convertToArrayPayload(value),\n ...data.slice(index),\n ];\n}\n\nvar moveArrayAt = (data, from, to) => {\n if (!Array.isArray(data)) {\n return [];\n }\n if (isUndefined(data[to])) {\n data[to] = undefined;\n }\n data.splice(to, 0, data.splice(from, 1)[0]);\n return data;\n};\n\nvar prependAt = (data, value) => [\n ...convertToArrayPayload(value),\n ...convertToArrayPayload(data),\n];\n\nfunction removeAtIndexes(data, indexes) {\n let i = 0;\n const temp = [...data];\n for (const index of indexes) {\n temp.splice(index - i, 1);\n i++;\n }\n return compact(temp).length ? temp : [];\n}\nvar removeArrayAt = (data, index) => isUndefined(index)\n ? []\n : removeAtIndexes(data, convertToArrayPayload(index).sort((a, b) => a - b));\n\nvar swapArrayAt = (data, indexA, indexB) => {\n [data[indexA], data[indexB]] = [data[indexB], data[indexA]];\n};\n\nvar updateAt = (fieldValues, index, value) => {\n fieldValues[index] = value;\n return fieldValues;\n};\n\n/**\n * A custom hook that exposes convenient methods to perform operations with a list of dynamic inputs that need to be appended, updated, removed etc. • [Demo](https://codesandbox.io/s/react-hook-form-usefieldarray-ssugn) • [Video](https://youtu.be/4MrbfGSFY2A)\n *\n * @remarks\n * [API](https://react-hook-form.com/docs/usefieldarray) • [Demo](https://codesandbox.io/s/react-hook-form-usefieldarray-ssugn)\n *\n * @param props - useFieldArray props\n *\n * @returns methods - functions to manipulate with the Field Arrays (dynamic inputs) {@link UseFieldArrayReturn}\n *\n * @example\n * ```tsx\n * function App() {\n * const { register, control, handleSubmit, reset, trigger, setError } = useForm({\n * defaultValues: {\n * test: []\n * }\n * });\n * const { fields, append } = useFieldArray({\n * control,\n * name: \"test\"\n * });\n *\n * return (\n * <form onSubmit={handleSubmit(data => console.log(data))}>\n * {fields.map((item, index) => (\n * <input key={item.id} {...register(`test.${index}.firstName`)} />\n * ))}\n * <button type=\"button\" onClick={() => append({ firstName: \"bill\" })}>\n * append\n * </button>\n * <input type=\"submit\" />\n * </form>\n * );\n * }\n * ```\n */\nfunction useFieldArray(props) {\n const methods = useFormContext();\n const { control = methods.control, name, keyName = 'id', shouldUnregister, rules, } = props;\n const [fields, setFields] = React.useState(control._getFieldArray(name));\n const ids = React.useRef(control._getFieldArray(name).map(generateId));\n const _fieldIds = React.useRef(fields);\n const _name = React.useRef(name);\n const _actioned = React.useRef(false);\n _name.current = name;\n _fieldIds.current = fields;\n control._names.array.add(name);\n rules &&\n control.register(name, rules);\n React.useEffect(() => control._subjects.array.subscribe({\n next: ({ values, name: fieldArrayName, }) => {\n if (fieldArrayName === _name.current || !fieldArrayName) {\n const fieldValues = get(values, _name.current);\n if (Array.isArray(fieldValues)) {\n setFields(fieldValues);\n ids.current = fieldValues.map(generateId);\n }\n }\n },\n }).unsubscribe, [control]);\n const updateValues = React.useCallback((updatedFieldArrayValues) => {\n _actioned.current = true;\n control._setFieldArray(name, updatedFieldArrayValues);\n }, [control, name]);\n const append = (value, options) => {\n const appendValue = convertToArrayPayload(cloneObject(value));\n const updatedFieldArrayValues = appendAt(control._getFieldArray(name), appendValue);\n control._names.focus = getFocusFieldName(name, updatedFieldArrayValues.length - 1, options);\n ids.current = appendAt(ids.current, appendValue.map(generateId));\n updateValues(updatedFieldArrayValues);\n setFields(updatedFieldArrayValues);\n control._setFieldArray(name, updatedFieldArrayValues, appendAt, {\n argA: fillEmptyArray(value),\n });\n };\n const prepend = (value, options) => {\n const prependValue = convertToArrayPayload(cloneObject(value));\n const updatedFieldArrayValues = prependAt(control._getFieldArray(name), prependValue);\n control._names.focus = getFocusFieldName(name, 0, options);\n ids.current = prependAt(ids.current, prependValue.map(generateId));\n updateValues(updatedFieldArrayValues);\n setFields(updatedFieldArrayValues);\n control._setFieldArray(name, updatedFieldArrayValues, prependAt, {\n argA: fillEmptyArray(value),\n });\n };\n const remove = (index) => {\n const updatedFieldArrayValues = removeArrayAt(control._getFieldArray(name), index);\n ids.current = removeArrayAt(ids.current, index);\n updateValues(updatedFieldArrayValues);\n setFields(updatedFieldArrayValues);\n !Array.isArray(get(control._fields, name)) &&\n set(control._fields, name, undefined);\n control._setFieldArray(name, updatedFieldArrayValues, removeArrayAt, {\n argA: index,\n });\n };\n const insert$1 = (index, value, options) => {\n const insertValue = convertToArrayPayload(cloneObject(value));\n const updatedFieldArrayValues = insert(control._getFieldArray(name), index, insertValue);\n control._names.focus = getFocusFieldName(name, index, options);\n ids.current = insert(ids.current, index, insertValue.map(generateId));\n updateValues(updatedFieldArrayValues);\n setFields(updatedFieldArrayValues);\n control._setFieldArray(name, updatedFieldArrayValues, insert, {\n argA: index,\n argB: fillEmptyArray(value),\n });\n };\n const swap = (indexA, indexB) => {\n const updatedFieldArrayValues = control._getFieldArray(name);\n swapArrayAt(updatedFieldArrayValues, indexA, indexB);\n swapArrayAt(ids.current, indexA, indexB);\n updateValues(updatedFieldArrayValues);\n setFields(updatedFieldArrayValues);\n control._setFieldArray(name, updatedFieldArrayValues, swapArrayAt, {\n argA: indexA,\n argB: indexB,\n }, false);\n };\n const move = (from, to) => {\n const updatedFieldArrayValues = control._getFieldArray(name);\n moveArrayAt(updatedFieldArrayValues, from, to);\n moveArrayAt(ids.current, from, to);\n updateValues(updatedFieldArrayValues);\n setFields(updatedFieldArrayValues);\n control._setFieldArray(name, updatedFieldArrayValues, moveArrayAt, {\n argA: from,\n argB: to,\n }, false);\n };\n const update = (index, value) => {\n const updateValue = cloneObject(value);\n const updatedFieldArrayValues = updateAt(control._getFieldArray(name), index, updateValue);\n ids.current = [...updatedFieldArrayValues].map((item, i) => !item || i === index ? generateId() : ids.current[i]);\n updateValues(updatedFieldArrayValues);\n setFields([...updatedFieldArrayValues]);\n control._setFieldArray(name, updatedFieldArrayValues, updateAt, {\n argA: index,\n argB: updateValue,\n }, true, false);\n };\n const replace = (value) => {\n const updatedFieldArrayValues = convertToArrayPayload(cloneObject(value));\n ids.current = updatedFieldArrayValues.map(generateId);\n updateValues([...updatedFieldArrayValues]);\n setFields([...updatedFieldArrayValues]);\n control._setFieldArray(name, [...updatedFieldArrayValues], (data) => data, {}, true, false);\n };\n React.useEffect(() => {\n control._state.action = false;\n isWatched(name, control._names) &&\n control._subjects.state.next({\n ...control._formState,\n });\n if (_actioned.current &&\n (!getValidationModes(control._options.mode).isOnSubmit ||\n control._formState.isSubmitted) &&\n !getValidationModes(control._options.reValidateMode).isOnSubmit) {\n if (control._options.resolver) {\n control._runSchema([name]).then((result) => {\n const error = get(result.errors, name);\n const existingError = get(control._formState.errors, name);\n if (existingError\n ? (!error && existingError.type) ||\n (error &&\n (existingError.type !== error.type ||\n existingError.message !== error.message))\n : error && error.type) {\n error\n ? set(control._formState.errors, name, error)\n : unset(control._formState.errors, name);\n control._subjects.state.next({\n errors: control._formState.errors,\n });\n }\n });\n }\n else {\n const field = get(control._fields, name);\n if (field &&\n field._f &&\n !(getValidationModes(control._options.reValidateMode).isOnSubmit &&\n getValidationModes(control._options.mode).isOnSubmit)) {\n validateField(field, control._names.disabled, control._formValues, control._options.criteriaMode === VALIDATION_MODE.all, control._options.shouldUseNativeValidation, true).then((error) => !isEmptyObject(error) &&\n control._subjects.state.next({\n errors: updateFieldArrayRootError(control._formState.errors, error, name),\n }));\n }\n }\n }\n control._subjects.state.next({\n name,\n values: cloneObject(control._formValues),\n });\n control._names.focus &&\n iterateFieldsByAction(control._fields, (ref, key) => {\n if (control._names.focus &&\n key.startsWith(control._names.focus) &&\n ref.focus) {\n ref.focus();\n return 1;\n }\n return;\n });\n control._names.focus = '';\n control._setValid();\n _actioned.current = false;\n }, [fields, name, control]);\n React.useEffect(() => {\n !get(control._formValues, name) && control._setFieldArray(name);\n return () => {\n const updateMounted = (name, value) => {\n const field = get(control._fields, name);\n if (field && field._f) {\n field._f.mount = value;\n }\n };\n control._options.shouldUnregister || shouldUnregister\n ? control.unregister(name)\n : updateMounted(name, false);\n };\n }, [name, control, keyName, shouldUnregister]);\n return {\n swap: React.useCallback(swap, [updateValues, name, control]),\n move: React.useCallback(move, [updateValues, name, control]),\n prepend: React.useCallback(prepend, [updateValues, name, control]),\n append: React.useCallback(append, [updateValues, name, control]),\n remove: React.useCallback(remove, [updateValues, name, control]),\n insert: React.useCallback(insert$1, [updateValues, name, control]),\n update: React.useCallback(update, [updateValues, name, control]),\n replace: React.useCallback(replace, [updateValues, name, control]),\n fields: React.useMemo(() => fields.map((field, index) => ({\n ...field,\n [keyName]: ids.current[index] || generateId(),\n })), [fields, keyName]),\n };\n}\n\n/**\n * Custom hook to manage the entire form.\n *\n * @remarks\n * [API](https://react-hook-form.com/docs/useform) • [Demo](https://codesandbox.io/s/react-hook-form-get-started-ts-5ksmm) • [Video](https://www.youtube.com/watch?v=RkXv4AXXC_4)\n *\n * @param props - form configuration and validation parameters.\n *\n * @returns methods - individual functions to manage the form state. {@link UseFormReturn}\n *\n * @example\n * ```tsx\n * function App() {\n * const { register, handleSubmit, watch, formState: { errors } } = useForm();\n * const onSubmit = data => console.log(data);\n *\n * console.log(watch(\"example\"));\n *\n * return (\n * <form onSubmit={handleSubmit(onSubmit)}>\n * <input defaultValue=\"test\" {...register(\"example\")} />\n * <input {...register(\"exampleRequired\", { required: true })} />\n * {errors.exampleRequired && <span>This field is required</span>}\n * <button>Submit</button>\n * </form>\n * );\n * }\n * ```\n */\nfunction useForm(props = {}) {\n const _formControl = React.useRef(undefined);\n const _values = React.useRef(undefined);\n const [formState, updateFormState] = React.useState({\n isDirty: false,\n isValidating: false,\n isLoading: isFunction(props.defaultValues),\n isSubmitted: false,\n isSubmitting: false,\n isSubmitSuccessful: false,\n isValid: false,\n submitCount: 0,\n dirtyFields: {},\n touchedFields: {},\n validatingFields: {},\n errors: props.errors || {},\n disabled: props.disabled || false,\n defaultValues: isFunction(props.defaultValues)\n ? undefined\n : props.defaultValues,\n });\n if (!_formControl.current) {\n _formControl.current = {\n ...(props.formControl ? props.formControl : createFormControl(props)),\n formState,\n };\n if (props.formControl &&\n props.defaultValues &&\n !isFunction(props.defaultValues)) {\n props.formControl.reset(props.defaultValues, props.resetOptions);\n }\n }\n const control = _formControl.current.control;\n control._options = props;\n React.useLayoutEffect(() => control._subscribe({\n formState: control._proxyFormState,\n callback: () => updateFormState({ ...control._formState }),\n reRenderRoot: true,\n }), [control]);\n React.useEffect(() => control._disableForm(props.disabled), [control, props.disabled]);\n React.useEffect(() => {\n if (control._proxyFormState.isDirty) {\n const isDirty = control._getDirty();\n if (isDirty !== formState.isDirty) {\n control._subjects.state.next({\n isDirty,\n });\n }\n }\n }, [control, formState.isDirty]);\n React.useEffect(() => {\n if (props.values && !deepEqual(props.values, _values.current)) {\n control._reset(props.values, control._options.resetOptions);\n _values.current = props.values;\n updateFormState((state) => ({ ...state }));\n }\n else {\n control._resetDefaultValues();\n }\n }, [props.values, control]);\n React.useEffect(() => {\n if (props.errors && !isEmptyObject(props.errors)) {\n control._setErrors(props.errors);\n }\n }, [props.errors, control]);\n React.useEffect(() => {\n if (!control._state.mount) {\n control._setValid();\n control._state.mount = true;\n }\n if (control._state.watch) {\n control._state.watch = false;\n control._subjects.state.next({ ...control._formState });\n }\n control._removeUnmounted();\n });\n React.useEffect(() => {\n props.shouldUnregister &&\n control._subjects.state.next({\n values: control._getWatch(),\n });\n }, [props.shouldUnregister, control]);\n _formControl.current.formState = getProxyFormState(formState, control);\n return _formControl.current;\n}\n\nexport { Controller, Form, FormProvider, appendErrors, createFormControl, get, set, useController, useFieldArray, useForm, useFormContext, useFormState, useWatch };\n//# sourceMappingURL=index.esm.mjs.map\n","import * as React from \"react\";\r\nimport * as LabelPrimitive from \"@radix-ui/react-label\";\r\nimport { Slot } from \"@radix-ui/react-slot\";\r\nimport {\r\n\tController,\r\n\tFormProvider,\r\n\tuseFormContext,\r\n\ttype ControllerProps,\r\n\ttype FieldPath,\r\n\ttype FieldValues\r\n} from \"react-hook-form\";\r\nimport { tv } from \"tailwind-variants\";\r\nimport { FieldLabel } from \"../label/field-label/FieldLabel\";\r\n\r\nconst formStyle = tv({\r\n\tbase: \"rounded-md border border-secondary-border\"\r\n});\r\n\r\nconst Form = <T extends FieldValues>({\r\n\tclassName,\r\n\tasChild,\r\n\t...props\r\n}: React.ComponentProps<typeof FormProvider<T>> & {\r\n\tclassName?: string;\r\n\tasChild?: boolean;\r\n}) => {\r\n\tconst Comp = asChild ? Slot : \"div\";\r\n\treturn (\r\n\t\t<Comp className={formStyle({ className })}>\r\n\t\t\t<FormProvider {...props} />\r\n\t\t</Comp>\r\n\t);\r\n};\r\n\r\ntype FormFieldContextValue<\r\n\tTFieldValues extends FieldValues = FieldValues,\r\n\tTName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>\r\n> = {\r\n\tname: TName;\r\n};\r\n\r\nconst FormFieldContext = React.createContext<FormFieldContextValue>({} as FormFieldContextValue);\r\n\r\nconst FormField = <\r\n\tTFieldValues extends FieldValues = FieldValues,\r\n\tTName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>\r\n>({\r\n\t...props\r\n}: ControllerProps<TFieldValues, TName>) => {\r\n\treturn (\r\n\t\t<FormFieldContext.Provider value={{ name: props.name }}>\r\n\t\t\t<Controller {...props} />\r\n\t\t</FormFieldContext.Provider>\r\n\t);\r\n};\r\n\r\nconst useFormField = () => {\r\n\tconst fieldContext = React.useContext(FormFieldContext);\r\n\tconst itemContext = React.useContext(FormItemContext);\r\n\tconst { getFieldState, formState } = useFormContext();\r\n\r\n\tconst fieldState = getFieldState(fieldContext.name, formState);\r\n\r\n\tif (!fieldContext) {\r\n\t\tthrow new Error(\"useFormField should be used within <FormField>\");\r\n\t}\r\n\r\n\tconst { id } = itemContext;\r\n\r\n\treturn {\r\n\t\tid,\r\n\t\tname: fieldContext.name,\r\n\t\tformItemId: `${id}-form-item`,\r\n\t\tformDescriptionId: `${id}-form-item-description`,\r\n\t\tformMessageId: `${id}-form-item-message`,\r\n\t\t...fieldState\r\n\t};\r\n};\r\n\r\ntype FormItemContextValue = {\r\n\tid: string;\r\n};\r\n\r\nconst FormItemContext = React.createContext<FormItemContextValue>({} as FormItemContextValue);\r\n\r\nconst formItemStyle = tv({\r\n\tbase: \"space-y-2\"\r\n});\r\n\r\nconst FormItem = React.forwardRef<HTMLDivElement, React.HTMLAttributes<HTMLDivElement>>(\r\n\t({ className, ...props }, ref) => {\r\n\t\tconst id = React.useId();\r\n\r\n\t\treturn (\r\n\t\t\t<FormItemContext.Provider value={{ id }}>\r\n\t\t\t\t<div ref={ref} className={formItemStyle({ className })} {...props} />\r\n\t\t\t</FormItemContext.Provider>\r\n\t\t);\r\n\t}\r\n);\r\nFormItem.displayName = \"FormItem\";\r\n\r\ninterface FormLabelProps extends React.ComponentPropsWithoutRef<typeof LabelPrimitive.Root> {\r\n\trequired?: boolean;\r\n}\r\n\r\nconst FormLabel = React.forwardRef<React.ElementRef<typeof LabelPrimitive.Root>, FormLabelProps>(\r\n\t({ className, required, ...props }, ref) => {\r\n\t\tconst { formItemId } = useFormField();\r\n\r\n\t\treturn <FieldLabel required={required} ref={ref} className={className} htmlFor={formItemId} {...props} />;\r\n\t}\r\n);\r\nFormLabel.displayName = \"FormLabel\";\r\n\r\nconst FormControl = React.forwardRef<React.ElementRef<typeof Slot>, React.ComponentPropsWithoutRef<typeof Slot>>(\r\n\t({ ...props }, ref) => {\r\n\t\tconst { error, formItemId, formDescriptionId, formMessageId } = useFormField();\r\n\r\n\t\treturn (\r\n\t\t\t<Slot\r\n\t\t\t\tref={ref}\r\n\t\t\t\tid={formItemId}\r\n\t\t\t\taria-describedby={!error ? `${formDescriptionId}` : `${formDescriptionId} ${formMessageId}`}\r\n\t\t\t\taria-invalid={!!error}\r\n\t\t\t\t{...props}\r\n\t\t\t/>\r\n\t\t);\r\n\t}\r\n);\r\nFormControl.displayName = \"FormControl\";\r\n\r\nconst formMessageStyle = tv({\r\n\tbase: \"text-[0.8rem] font-medium text-destructive\"\r\n});\r\n\r\nconst FormMessage = React.forwardRef<HTMLParagraphElement, React.HTMLAttributes<HTMLParagraphElement>>(\r\n\t({ className, children, ...props }, ref) => {\r\n\t\tconst { error, formMessageId } = useFormField();\r\n\t\tconst body = error ? String(error?.message ?? \"\") : children;\r\n\r\n\t\tif (!body) {\r\n\t\t\treturn null;\r\n\t\t}\r\n\r\n\t\treturn (\r\n\t\t\t<p ref={ref} id={formMessageId} className={formMessageStyle({ className })} {...props}>\r\n\t\t\t\t{body}\r\n\t\t\t</p>\r\n\t\t);\r\n\t}\r\n);\r\nFormMessage.displayName = \"FormMessage\";\r\n\r\nexport { useFormField, Form, FormItem, FormLabel, FormControl, FormMessage, FormField as FormFieldControl };\r\n","import * as React from \"react\";\r\nimport {\r\n\tuseFormContext,\r\n\ttype FieldPath,\r\n\ttype FieldValues,\r\n\ttype ControllerRenderProps,\r\n\ttype UseFormStateReturn,\r\n\ttype ControllerFieldState\r\n} from \"react-hook-form\";\r\nimport { FormFieldControl, FormItem, FormControl } from \"../../Form\";\r\nimport { Field } from \"@/components/field/Field\";\r\nimport { tv, VariantProps } from \"tailwind-variants\";\r\n\r\n/**\r\n * Стили для FormField\r\n */\r\nconst formFieldStyles = tv({\r\n\tbase: \"flex-col gap-2 lg:flex-row lg:gap-4\",\r\n\tslots: {\r\n\t\tlabel: \"h-4 lg:h-9\"\r\n\t}\r\n});\r\n\r\nexport interface FormFieldProps<\r\n\tTFieldValues extends FieldValues = FieldValues,\r\n\tTName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>\r\n> extends VariantProps<typeof formFieldStyles> {\r\n\t/** Имя поля формы */\r\n\tname: TName;\r\n\t/** Заголовок поля (лейбл) */\r\n\ttitle: string;\r\n\t/** Описание поля */\r\n\tdescription?: string;\r\n\t/** Функция рендеринга контрола */\r\n\tcontrol: (props: {\r\n\t\tfield: ControllerRenderProps<TFieldValues, TName>;\r\n\t\tfieldState: ControllerFieldState;\r\n\t\tformState: UseFormStateReturn<TFieldValues>;\r\n\t\treadonly?: boolean;\r\n\t}) => React.ReactNode;\r\n\t/** Является ли поле обязательным */\r\n\trequired?: boolean;\r\n\t/** Дополнительные классы */\r\n\tclassName?: string;\r\n\t/** Классы для лейбла */\r\n\tlabelClassName?: string;\r\n\t/** Поле только для чтения */\r\n\treadonly?: boolean;\r\n}\r\n\r\n/**\r\n * Компонент FormField объединяет несколько компонентов формы в один блок\r\n * для упрощения создания консистентных форм.\r\n *\r\n * ### Адаптивное поведение (mobile-first подход):\r\n *\r\n * - **Мобильные устройства и планшеты**: вертикальный лейаут по умолчанию, где лейбл и поле ввода\r\n * расположены друг над другим с интервалом (gap-2) для оптимальной читаемости\r\n * на узких экранах.\r\n *\r\n * - **Десктоп** (от lg: breakpoint): горизонтальный лейаут, где лейбл располагается слева от поля ввода.\r\n *\r\n * Компонент обеспечивает согласованное расположение элементов формы,\r\n * включая лейбл, поле ввода, подсказку и сообщение об ошибке.\r\n *\r\n * @example\r\n * <FormField\r\n * name=\"username\"\r\n * title=\"Имя пользователя\"\r\n * description=\"Ваше публичное имя пользователя\"\r\n * required\r\n * control={({ field }) => (\r\n * <TextInput\r\n * placeholder=\"Введите имя пользователя\"\r\n * startIcon={<Icon icon={User} />}\r\n * {...field}\r\n * />\r\n * )}\r\n * />\r\n */\r\n\r\nexport function FormField<\r\n\tTFieldValues extends FieldValues = FieldValues,\r\n\tTName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>\r\n>({\r\n\tname,\r\n\ttitle,\r\n\tdescription,\r\n\tcontrol,\r\n\trequired,\r\n\tclassName,\r\n\tlabelClassName,\r\n\treadonly\r\n}: FormFieldProps<TFieldValues, TName>) {\r\n\tconst form = useFormContext<TFieldValues>();\r\n\tconst styles = formFieldStyles();\r\n\r\n\treturn (\r\n\t\t<FormFieldControl\r\n\t\t\tcontrol={form.control}\r\n\t\t\tname={name}\r\n\t\t\trender={({ field, fieldState, formState }) => {\r\n\t\t\t\treturn (\r\n\t\t\t\t\t<FormItem>\r\n\t\t\t\t\t\t<Field\r\n\t\t\t\t\t\t\ttitle={title}\r\n\t\t\t\t\t\t\tdescription={description}\r\n\t\t\t\t\t\t\trequired={required}\r\n\t\t\t\t\t\t\terror={fieldState.error?.message}\r\n\t\t\t\t\t\t\tlabelClassName={styles.label({ class: labelClassName })}\r\n\t\t\t\t\t\t\treadonly={readonly}\r\n\t\t\t\t\t\t\tclassName={styles.base({ className })}\r\n\t\t\t\t\t\t\tcontrol={({ id, readonly }) => (\r\n\t\t\t\t\t\t\t\t<FormControl id={id}>{control({ field, fieldState, formState, readonly })}</FormControl>\r\n\t\t\t\t\t\t\t)}\r\n\t\t\t\t\t\t/>\r\n\t\t\t\t\t</FormItem>\r\n\t\t\t\t);\r\n\t\t\t}}\r\n\t\t/>\r\n\t);\r\n}\r\n","import { tv } from \"tailwind-variants\";\r\n\r\nconst formSectionTitle = tv({\r\n\tbase: \"text-md font-semibold\"\r\n});\r\n\r\nexport interface FormSectionTitleProps {\r\n\tchildren: React.ReactNode;\r\n\tclassName?: string;\r\n\t/**\r\n\t * HTML тег для заголовка\r\n\t * @default \"h3\"\r\n\t */\r\n\tas?: \"h1\" | \"h2\" | \"h3\" | \"h4\" | \"h5\" | \"h6\";\r\n}\r\n\r\n/**\r\n * Компонент заголовка секции формы\r\n */\r\nexport function FormSectionTitle({ children, className, as: Component = \"h3\" }: FormSectionTitleProps) {\r\n\treturn <Component className={formSectionTitle({ className })}>{children}</Component>;\r\n}\r\n","import React from \"react\";\r\nimport { tv } from \"tailwind-variants\";\r\nimport { Description } from \"@/components/description\";\r\n\r\nconst formSectionStyles = tv({\r\n\tslots: {\r\n\t\tcontainer: \"flex flex-row justify-between gap-3 lg:gap-4\",\r\n\t\ttextWrapper: \"flex flex-col gap-0.5\",\r\n\t\theader: \"text-base font-semibold text-primary-fg\"\r\n\t}\r\n});\r\n\r\ntype FormSectionProps = React.HTMLAttributes<HTMLDivElement> & {\r\n\ttitle?: string;\r\n\tdescription?: string;\r\n};\r\n\r\nexport const FormSection = React.forwardRef<HTMLDivElement, FormSectionProps>(\r\n\t({ className, children, description, title, ...props }, ref) => {\r\n\t\tconst styles = formSectionStyles();\r\n\r\n\t\treturn (\r\n\t\t\t<div className={styles.container({ className })} ref={ref} {...props}>\r\n\t\t\t\t<div className={styles.textWrapper()}>\r\n\t\t\t\t\t<h3 className={styles.header()}>{title}</h3>\r\n\t\t\t\t\t<Description>{description}</Description>\r\n\t\t\t\t</div>\r\n\t\t\t\t{children}\r\n\t\t\t</div>\r\n\t\t);\r\n\t}\r\n);\r\n\r\nFormSection.displayName = \"FormSection\";\r\n","import * as React from 'react';\n\nfunction queriesDidChange(prevQueries, nextQueries) {\n if (nextQueries === prevQueries) return false;\n const nextQueriesArr = Object.values(nextQueries);\n const prevQueriesArr = Object.values(prevQueries);\n if (nextQueriesArr.length !== prevQueriesArr.length) return true;\n if (nextQueriesArr.some((q, i) => q !== prevQueriesArr[i])) return true;\n const prevKeys = Object.keys(prevQueries);\n return Object.keys(nextQueries).some((n, i) => n !== prevKeys[i]);\n}\n\nfunction _ref(curr, key) {\n curr.matches[key] = false;\n curr.mediaQueries[key] = {};\n return curr;\n}\n\nfunction init(queries) {\n const queryKeys = Object.keys(queries);\n /* istanbul ignore next */\n\n if (typeof window === 'undefined') return queryKeys.reduce(_ref, {\n mediaQueries: {},\n matches: {}\n });\n return queryKeys.reduce((state, name) => {\n const mql = window.matchMedia(queries[name]);\n state.mediaQueries[name] = mql;\n state.matches[name] = mql.matches;\n return state;\n }, {\n mediaQueries: {},\n matches: {}\n });\n}\n\nfunction reducer(state, action) {\n function _ref2(prev, key) {\n prev[key] = state.mediaQueries[key].matches;\n return prev;\n }\n\n switch (action.type) {\n case 'updateMatches':\n return {\n matches: Object.keys(state.mediaQueries).reduce(_ref2, {}),\n mediaQueries: state.mediaQueries\n };\n\n case 'setQueries':\n return init(action.queries);\n }\n}\n/**\n * A hook that returns a [`MediaQueryMatches`](#mediaquerymatches) object which will\n * tell you if specific media queries matched, all media queries matched, or\n * any media queries matched. Matches in this hook will always return `false` when\n * rendering on the server.\n *\n * @param queryMap The media queries you want to match against e.g. `{screen: \"screen\", width: \"(min-width: 12em)\"}`\n */\n\n\nexport function useMediaQueries(queryMap) {\n const prevQueries = React.useRef(queryMap);\n const [state, dispatch] = React.useReducer(reducer, queryMap, init);\n React.useEffect(() => {\n if (queriesDidChange(queryMap, prevQueries.current)) {\n dispatch({\n type: 'setQueries',\n queries: queryMap\n });\n prevQueries.current = queryMap;\n }\n }, [queryMap]);\n\n function _ref3() {\n return dispatch({\n type: 'updateMatches'\n });\n }\n\n function _ref4(mq) {\n const callback = _ref3;\n if (typeof mq.addListener !== 'undefined') mq.addListener(callback);else mq.addEventListener('change', callback);\n return callback;\n }\n\n React.useEffect(() => {\n const queries = Object.values(state.mediaQueries);\n const callbacks = queries.map(_ref4);\n\n function _ref5(mq, i) {\n if (typeof mq.addListener !== 'undefined') mq.removeListener(callbacks[i]);else mq.removeEventListener('change', callbacks[i]);\n }\n\n return () => {\n queries.forEach(_ref5);\n };\n }, [state.mediaQueries]);\n const {\n matches\n } = state;\n const matchValues = React.useMemo(() => Object.values(matches), [matches]);\n return {\n matches,\n matchesAny: matchValues.some(Boolean),\n matchesAll: matchValues.length > 0 && matchValues.every(Boolean)\n };\n}\n/**\n * A hook that returns `true` if the media query matched and `false` if not. This\n * hook will always return `false` when rendering on the server.\n *\n * @param query The media query you want to match against e.g. `\"only screen and (min-width: 12em)\"`\n */\n\nexport function useMediaQuery(query) {\n return useMediaQueries(getObj(query)).matchesAll;\n}\nconst cache = {};\n\nfunction getObj(query) {\n if (cache[query] === void 0) cache[query] = {\n default: query\n };\n return cache[query];\n}","import { useMediaQuery } from \"@react-hook/media-query\";\r\n\r\n// Брейкпоинты Tailwind CSS\r\nconst breakpoints = {\r\n\tsm: \"640px\",\r\n\tmd: \"768px\",\r\n\tlg: \"1024px\",\r\n\txl: \"1280px\",\r\n\t\"2xl\": \"1536px\"\r\n} as const;\r\n\r\ntype Breakpoint = keyof typeof breakpoints;\r\n\r\n/** min-width: 640px */\r\nexport const useIsSm = () => useMediaQuery(`(min-width: ${breakpoints.sm})`);\r\n/** min-width: 768px */\r\nexport const useIsMd = () => useMediaQuery(`(min-width: ${breakpoints.md})`);\r\n/** min-width: 1024px */\r\nexport const useIsLg = () => useMediaQuery(`(min-width: ${breakpoints.lg})`);\r\n/** min-width: 1280px */\r\nexport const useIsXl = () => useMediaQuery(`(min-width: ${breakpoints.xl})`);\r\n/** min-width: 1536px */\r\nexport const useIs2Xl = () => useMediaQuery(`(min-width: ${breakpoints[\"2xl\"]})`);\r\n\r\n/** max-width: 1024px */\r\nexport const useIsMobile = () => !useIsLg();\r\n\r\nexport const useBreakpoint = (breakpoint: Breakpoint) => {\r\n\treturn useMediaQuery(`(min-width: ${breakpoints[breakpoint]})`);\r\n};\r\n\r\nexport const useActiveBreakpoint = (): Breakpoint | null => {\r\n\tconst is2Xl = useIs2Xl();\r\n\tconst isXl = useIsXl();\r\n\tconst isLg = useIsLg();\r\n\tconst isMd = useIsMd();\r\n\tconst isSm = useIsSm();\r\n\r\n\tif (is2Xl) return \"2xl\";\r\n\tif (isXl) return \"xl\";\r\n\tif (isLg) return \"lg\";\r\n\tif (isMd) return \"md\";\r\n\tif (isSm) return \"sm\";\r\n\treturn null;\r\n};\r\n","import { Button, ButtonProps } from \"@/components/button/button/Button\";\r\nimport { CheckboxField, CheckboxFieldProps } from \"@/components/checkbox/checkbox-field/CheckboxField\";\r\nimport { useIsMobile } from \"@/hooks/useBreakpoints\";\r\nimport React from \"react\";\r\nimport { tv } from \"tailwind-variants\";\r\nimport { FormFooter } from \"../../components/form-footer/FormFooter\";\r\n\r\nconst formFooterTemplateStyles = tv({\r\n\tslots: {\r\n\t\tcontainer: \"flex w-full flex-col gap-3 lg:flex-row\",\r\n\t\tstartBlock: \"flex items-center\",\r\n\t\tendBlock: \"ml-auto flex w-full flex-col gap-3 lg:w-auto lg:flex-row\"\r\n\t}\r\n});\r\n\r\nexport interface FormFooterTemplateProps {\r\n\tclassName?: string;\r\n\tcheckboxLabel?: string;\r\n\tcheckboxProps?: CheckboxFieldProps;\r\n\tprimaryButton?: React.ReactNode;\r\n\tprimaryButtonProps?: ButtonProps;\r\n\tsecondaryButton?: React.ReactNode;\r\n\tsecondaryButtonProps?: ButtonProps;\r\n}\r\n\r\nexport const FormFooterTemplate = React.forwardRef<HTMLDivElement, FormFooterTemplateProps>(\r\n\t(\r\n\t\t{\r\n\t\t\tclassName,\r\n\t\t\tprimaryButton,\r\n\t\t\tsecondaryButton,\r\n\t\t\tcheckboxLabel,\r\n\t\t\tcheckboxProps,\r\n\t\t\tprimaryButtonProps,\r\n\t\t\tsecondaryButtonProps\r\n\t\t},\r\n\t\tref\r\n\t) => {\r\n\t\tconst isMobile = useIsMobile();\r\n\t\tconst { container, startBlock, endBlock } = formFooterTemplateStyles();\r\n\r\n\t\tconst primaryButtonElement = primaryButton && (\r\n\t\t\t<Button key=\"primary-button\" variant=\"primary\" {...primaryButtonProps}>\r\n\t\t\t\t{primaryButton}\r\n\t\t\t</Button>\r\n\t\t);\r\n\r\n\t\tconst secondaryButtonElement = secondaryButton && (\r\n\t\t\t<Button key=\"secondary-button\" variant=\"outline\" {...secondaryButtonProps}>\r\n\t\t\t\t{secondaryButton}\r\n\t\t\t</Button>\r\n\t\t);\r\n\r\n\t\treturn (\r\n\t\t\t<FormFooter className={className} ref={ref}>\r\n\t\t\t\t<div className={container()}>\r\n\t\t\t\t\t{checkboxLabel && (\r\n\t\t\t\t\t\t<div className={startBlock()}>\r\n\t\t\t\t\t\t\t<CheckboxField label={checkboxLabel} {...checkboxProps} />\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t)}\r\n\t\t\t\t\t<div className={endBlock()}>\r\n\t\t\t\t\t\t{isMobile\r\n\t\t\t\t\t\t\t? [primaryButtonElement, secondaryButtonElement]\r\n\t\t\t\t\t\t\t: [secondaryButtonElement, primaryButtonElement]}\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</div>\r\n\t\t\t</FormFooter>\r\n\t\t);\r\n\t}\r\n);\r\n\r\nFormFooterTemplate.displayName = \"FormFooterTemplate\";\r\n","import { FeatureIcon } from \"@/components/icon/feature-icon/FeatureIcon\";\r\nimport { LucideIcon } from \"lucide-react\";\r\nimport React, { HTMLAttributes, PropsWithChildren } from \"react\";\r\nimport { tv, VariantProps } from \"tailwind-variants\";\r\nimport { FormDescription, FormHeader, FormTitle } from \"../../components/form-header/FormHeader\";\r\n\r\nconst formHeaderTemplateStyles = tv({\r\n\tslots: {\r\n\t\theader: \"flex items-start gap-4\",\r\n\t\tcontentWrapper: \"flex flex-col\",\r\n\t\ticon: \"flex-shrink-0\"\r\n\t},\r\n\tvariants: {\r\n\t\talignment: {\r\n\t\t\tcompact: {\r\n\t\t\t\theader: \"flex-row pr-9\"\r\n\t\t\t},\r\n\t\t\tleft: {\r\n\t\t\t\theader: \"flex-col gap-3 lg:gap-4\"\r\n\t\t\t},\r\n\t\t\tcenter: {\r\n\t\t\t\theader: \"flex-col items-center gap-3 text-center lg:gap-4\"\r\n\t\t\t}\r\n\t\t}\r\n\t},\r\n\tdefaultVariants: {\r\n\t\talignment: \"compact\"\r\n\t}\r\n});\r\n\r\nexport type BaseHeaderTemplateProps = Omit<HTMLAttributes<HTMLDivElement>, \"title\"> &\r\n\tVariantProps<typeof formHeaderTemplateStyles> & {\r\n\t\ttitle: React.ReactNode;\r\n\t\tdescription: React.ReactNode;\r\n\t\ticon: LucideIcon;\r\n\t};\r\n\r\nexport const BaseHeaderTemplate = React.forwardRef<HTMLDivElement, PropsWithChildren<BaseHeaderTemplateProps>>(\r\n\t({ className, icon: Icon, title, alignment, description, ...props }, ref) => {\r\n\t\tconst { header, contentWrapper, icon } = formHeaderTemplateStyles({ alignment });\r\n\r\n\t\treturn (\r\n\t\t\t<FormHeader ref={ref} className={header({ class: className })} {...props}>\r\n\t\t\t\t<FeatureIcon size=\"lg\" type=\"primary\" icon={Icon} className={icon()} />\r\n\t\t\t\t<div className={contentWrapper()}>\r\n\t\t\t\t\t{title}\r\n\t\t\t\t\t{description}\r\n\t\t\t\t</div>\r\n\t\t\t</FormHeader>\r\n\t\t);\r\n\t}\r\n);\r\n\r\nexport const FormHeaderTemplate = React.forwardRef<HTMLDivElement, PropsWithChildren<BaseHeaderTemplateProps>>(\r\n\t({ title, description, ...props }, ref) => {\r\n\t\treturn (\r\n\t\t\t<BaseHeaderTemplate\r\n\t\t\t\ttitle={<FormTitle>{title}</FormTitle>}\r\n\t\t\t\tdescription={<FormDescription>{description}</FormDescription>}\r\n\t\t\t\tref={ref}\r\n\t\t\t\t{...props}\r\n\t\t\t/>\r\n\t\t);\r\n\t}\r\n);\r\n\r\nFormHeaderTemplate.displayName = \"FormHeaderTemplate\";\r\n","import React from \"react\";\r\nimport { tv } from \"tailwind-variants\";\r\n\r\nconst formStackStyles = tv({\r\n\tbase: \"space-y-5 lg:space-y-4\"\r\n});\r\n\r\nexport const FormStack = React.forwardRef<HTMLDivElement, React.HTMLAttributes<HTMLDivElement>>(\r\n\t({ className, children, ...props }, ref) => {\r\n\t\treturn (\r\n\t\t\t<div ref={ref} className={formStackStyles({ className })} {...props}>\r\n\t\t\t\t{children}\r\n\t\t\t</div>\r\n\t\t);\r\n\t}\r\n);\r\n\r\nFormStack.displayName = \"FormStack\";\r\n"],"names":["isCheckBoxInput","element","isDateObject","value","isNullOrUndefined","isObjectType","isObject","getEventValue","event","getNodeParentName","name","isNameInFieldArray","names","isPlainObject","tempObject","prototypeCopy","isWeb","cloneObject","data","copy","isArray","isFileListInstance","key","compact","isUndefined","val","get","object","path","defaultValue","result","isBoolean","isKey","stringToPath","input","set","index","tempPath","length","lastIndex","newValue","objValue","EVENTS","VALIDATION_MODE","HookFormContext","React","useFormContext","FormProvider","props","_a","children","__objRest","getProxyFormState","formState","control","localProxyFormState","isRoot","_key","useFormState","methods","disabled","exact","updateFormState","_localProxyFormState","_name","__spreadValues","isString","generateWatchOutput","_names","formValues","isGlobal","fieldName","useWatch","_defaultValue","updateValue","useController","shouldUnregister","isArrayField","_props","_registerProps","__spreadProps","fieldState","onChange","onBlur","ref","elm","field","message","_shouldUnregisterField","updateMounted","Controller","formStyle","tv","Form","_b","className","asChild","jsx","Slot","FormFieldContext","FormField","useFormField","fieldContext","itemContext","FormItemContext","getFieldState","id","formItemStyle","FormItem","FormLabel","required","formItemId","FieldLabel","FormControl","error","formDescriptionId","formMessageId","formMessageStyle","FormMessage","body","formFieldStyles","title","description","labelClassName","readonly","form","styles","FormFieldControl","Field","formSectionTitle","FormSectionTitle","Component","formSectionStyles","FormSection","jsxs","Description","queriesDidChange","prevQueries","nextQueries","nextQueriesArr","prevQueriesArr","q","prevKeys","_ref","curr","init","queries","queryKeys","state","mql","reducer","action","_ref2","prev","useMediaQueries","queryMap","dispatch","_ref3","_ref4","mq","callback","callbacks","_ref5","i","matches","matchValues","useMediaQuery","query","getObj","cache","breakpoints","useIsLg","useIsMobile","formFooterTemplateStyles","FormFooterTemplate","primaryButton","secondaryButton","checkboxLabel","checkboxProps","primaryButtonProps","secondaryButtonProps","isMobile","container","startBlock","endBlock","primaryButtonElement","Button","secondaryButtonElement","FormFooter","CheckboxField","formHeaderTemplateStyles","BaseHeaderTemplate","Icon","alignment","header","contentWrapper","icon","FormHeader","FeatureIcon","FormHeaderTemplate","FormTitle","FormDescription","formStackStyles","FormStack"],"mappings":"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","x_google_ignoreList":[0,5]}
1
+ {"version":3,"file":"form.js","sources":["../../node_modules/react-hook-form/dist/index.esm.mjs","../../src/components/form/Form.tsx","../../src/components/form/components/form-field/FormField.tsx","../../src/components/form/components/form-section-title/FormSectionTitle.tsx","../../src/components/form/components/form-section/FormSection.tsx","../../node_modules/@react-hook/media-query/dist/module/index.js","../../src/hooks/useBreakpoints.ts","../../src/components/form/templates/footer-template/FormFooterTemplate.tsx","../../src/components/form/templates/header-template/FormHeaderTemplate.tsx","../../src/components/form/components/form-stack/FormStack.tsx"],"sourcesContent":["import * as React from 'react';\nimport React__default from 'react';\n\nvar isCheckBoxInput = (element) => element.type === 'checkbox';\n\nvar isDateObject = (value) => value instanceof Date;\n\nvar isNullOrUndefined = (value) => value == null;\n\nconst isObjectType = (value) => typeof value === 'object';\nvar isObject = (value) => !isNullOrUndefined(value) &&\n !Array.isArray(value) &&\n isObjectType(value) &&\n !isDateObject(value);\n\nvar getEventValue = (event) => isObject(event) && event.target\n ? isCheckBoxInput(event.target)\n ? event.target.checked\n : event.target.value\n : event;\n\nvar getNodeParentName = (name) => name.substring(0, name.search(/\\.\\d+(\\.|$)/)) || name;\n\nvar isNameInFieldArray = (names, name) => names.has(getNodeParentName(name));\n\nvar isPlainObject = (tempObject) => {\n const prototypeCopy = tempObject.constructor && tempObject.constructor.prototype;\n return (isObject(prototypeCopy) && prototypeCopy.hasOwnProperty('isPrototypeOf'));\n};\n\nvar isWeb = typeof window !== 'undefined' &&\n typeof window.HTMLElement !== 'undefined' &&\n typeof document !== 'undefined';\n\nfunction cloneObject(data) {\n let copy;\n const isArray = Array.isArray(data);\n const isFileListInstance = typeof FileList !== 'undefined' ? data instanceof FileList : false;\n if (data instanceof Date) {\n copy = new Date(data);\n }\n else if (data instanceof Set) {\n copy = new Set(data);\n }\n else if (!(isWeb && (data instanceof Blob || isFileListInstance)) &&\n (isArray || isObject(data))) {\n copy = isArray ? [] : {};\n if (!isArray && !isPlainObject(data)) {\n copy = data;\n }\n else {\n for (const key in data) {\n if (data.hasOwnProperty(key)) {\n copy[key] = cloneObject(data[key]);\n }\n }\n }\n }\n else {\n return data;\n }\n return copy;\n}\n\nvar compact = (value) => Array.isArray(value) ? value.filter(Boolean) : [];\n\nvar isUndefined = (val) => val === undefined;\n\nvar get = (object, path, defaultValue) => {\n if (!path || !isObject(object)) {\n return defaultValue;\n }\n const result = compact(path.split(/[,[\\].]+?/)).reduce((result, key) => isNullOrUndefined(result) ? result : result[key], object);\n return isUndefined(result) || result === object\n ? isUndefined(object[path])\n ? defaultValue\n : object[path]\n : result;\n};\n\nvar isBoolean = (value) => typeof value === 'boolean';\n\nvar isKey = (value) => /^\\w*$/.test(value);\n\nvar stringToPath = (input) => compact(input.replace(/[\"|']|\\]/g, '').split(/\\.|\\[/));\n\nvar set = (object, path, value) => {\n let index = -1;\n const tempPath = isKey(path) ? [path] : stringToPath(path);\n const length = tempPath.length;\n const lastIndex = length - 1;\n while (++index < length) {\n const key = tempPath[index];\n let newValue = value;\n if (index !== lastIndex) {\n const objValue = object[key];\n newValue =\n isObject(objValue) || Array.isArray(objValue)\n ? objValue\n : !isNaN(+tempPath[index + 1])\n ? []\n : {};\n }\n if (key === '__proto__' || key === 'constructor' || key === 'prototype') {\n return;\n }\n object[key] = newValue;\n object = object[key];\n }\n};\n\nconst EVENTS = {\n BLUR: 'blur',\n FOCUS_OUT: 'focusout',\n CHANGE: 'change',\n};\nconst VALIDATION_MODE = {\n onBlur: 'onBlur',\n onChange: 'onChange',\n onSubmit: 'onSubmit',\n onTouched: 'onTouched',\n all: 'all',\n};\nconst INPUT_VALIDATION_RULES = {\n max: 'max',\n min: 'min',\n maxLength: 'maxLength',\n minLength: 'minLength',\n pattern: 'pattern',\n required: 'required',\n validate: 'validate',\n};\n\nconst HookFormContext = React__default.createContext(null);\n/**\n * This custom hook allows you to access the form context. useFormContext is intended to be used in deeply nested structures, where it would become inconvenient to pass the context as a prop. To be used with {@link FormProvider}.\n *\n * @remarks\n * [API](https://react-hook-form.com/docs/useformcontext) • [Demo](https://codesandbox.io/s/react-hook-form-v7-form-context-ytudi)\n *\n * @returns return all useForm methods\n *\n * @example\n * ```tsx\n * function App() {\n * const methods = useForm();\n * const onSubmit = data => console.log(data);\n *\n * return (\n * <FormProvider {...methods} >\n * <form onSubmit={methods.handleSubmit(onSubmit)}>\n * <NestedInput />\n * <input type=\"submit\" />\n * </form>\n * </FormProvider>\n * );\n * }\n *\n * function NestedInput() {\n * const { register } = useFormContext(); // retrieve all hook methods\n * return <input {...register(\"test\")} />;\n * }\n * ```\n */\nconst useFormContext = () => React__default.useContext(HookFormContext);\n/**\n * A provider component that propagates the `useForm` methods to all children components via [React Context](https://reactjs.org/docs/context.html) API. To be used with {@link useFormContext}.\n *\n * @remarks\n * [API](https://react-hook-form.com/docs/useformcontext) • [Demo](https://codesandbox.io/s/react-hook-form-v7-form-context-ytudi)\n *\n * @param props - all useForm methods\n *\n * @example\n * ```tsx\n * function App() {\n * const methods = useForm();\n * const onSubmit = data => console.log(data);\n *\n * return (\n * <FormProvider {...methods} >\n * <form onSubmit={methods.handleSubmit(onSubmit)}>\n * <NestedInput />\n * <input type=\"submit\" />\n * </form>\n * </FormProvider>\n * );\n * }\n *\n * function NestedInput() {\n * const { register } = useFormContext(); // retrieve all hook methods\n * return <input {...register(\"test\")} />;\n * }\n * ```\n */\nconst FormProvider = (props) => {\n const { children, ...data } = props;\n return (React__default.createElement(HookFormContext.Provider, { value: data }, children));\n};\n\nvar getProxyFormState = (formState, control, localProxyFormState, isRoot = true) => {\n const result = {\n defaultValues: control._defaultValues,\n };\n for (const key in formState) {\n Object.defineProperty(result, key, {\n get: () => {\n const _key = key;\n if (control._proxyFormState[_key] !== VALIDATION_MODE.all) {\n control._proxyFormState[_key] = !isRoot || VALIDATION_MODE.all;\n }\n localProxyFormState && (localProxyFormState[_key] = true);\n return formState[_key];\n },\n });\n }\n return result;\n};\n\nconst useIsomorphicLayoutEffect = typeof window !== 'undefined' ? React.useLayoutEffect : React.useEffect;\n\n/**\n * This custom hook allows you to subscribe to each form state, and isolate the re-render at the custom hook level. It has its scope in terms of form state subscription, so it would not affect other useFormState and useForm. Using this hook can reduce the re-render impact on large and complex form application.\n *\n * @remarks\n * [API](https://react-hook-form.com/docs/useformstate) • [Demo](https://codesandbox.io/s/useformstate-75xly)\n *\n * @param props - include options on specify fields to subscribe. {@link UseFormStateReturn}\n *\n * @example\n * ```tsx\n * function App() {\n * const { register, handleSubmit, control } = useForm({\n * defaultValues: {\n * firstName: \"firstName\"\n * }});\n * const { dirtyFields } = useFormState({\n * control\n * });\n * const onSubmit = (data) => console.log(data);\n *\n * return (\n * <form onSubmit={handleSubmit(onSubmit)}>\n * <input {...register(\"firstName\")} placeholder=\"First Name\" />\n * {dirtyFields.firstName && <p>Field is dirty.</p>}\n * <input type=\"submit\" />\n * </form>\n * );\n * }\n * ```\n */\nfunction useFormState(props) {\n const methods = useFormContext();\n const { control = methods.control, disabled, name, exact } = props || {};\n const [formState, updateFormState] = React__default.useState(control._formState);\n const _localProxyFormState = React__default.useRef({\n isDirty: false,\n isLoading: false,\n dirtyFields: false,\n touchedFields: false,\n validatingFields: false,\n isValidating: false,\n isValid: false,\n errors: false,\n });\n useIsomorphicLayoutEffect(() => control._subscribe({\n name,\n formState: _localProxyFormState.current,\n exact,\n callback: (formState) => {\n !disabled &&\n updateFormState({\n ...control._formState,\n ...formState,\n });\n },\n }), [name, disabled, exact]);\n React__default.useEffect(() => {\n _localProxyFormState.current.isValid && control._setValid(true);\n }, [control]);\n return React__default.useMemo(() => getProxyFormState(formState, control, _localProxyFormState.current, false), [formState, control]);\n}\n\nvar isString = (value) => typeof value === 'string';\n\nvar generateWatchOutput = (names, _names, formValues, isGlobal, defaultValue) => {\n if (isString(names)) {\n isGlobal && _names.watch.add(names);\n return get(formValues, names, defaultValue);\n }\n if (Array.isArray(names)) {\n return names.map((fieldName) => (isGlobal && _names.watch.add(fieldName), get(formValues, fieldName)));\n }\n isGlobal && (_names.watchAll = true);\n return formValues;\n};\n\n/**\n * Custom hook to subscribe to field change and isolate re-rendering at the component level.\n *\n * @remarks\n *\n * [API](https://react-hook-form.com/docs/usewatch) • [Demo](https://codesandbox.io/s/react-hook-form-v7-ts-usewatch-h9i5e)\n *\n * @example\n * ```tsx\n * const { control } = useForm();\n * const values = useWatch({\n * name: \"fieldName\"\n * control,\n * })\n * ```\n */\nfunction useWatch(props) {\n const methods = useFormContext();\n const { control = methods.control, name, defaultValue, disabled, exact, } = props || {};\n const _defaultValue = React__default.useRef(defaultValue);\n const [value, updateValue] = React__default.useState(control._getWatch(name, _defaultValue.current));\n useIsomorphicLayoutEffect(() => control._subscribe({\n name,\n formState: {\n values: true,\n },\n exact,\n callback: (formState) => !disabled &&\n updateValue(generateWatchOutput(name, control._names, formState.values || control._formValues, false, _defaultValue.current)),\n }), [name, control, disabled, exact]);\n React__default.useEffect(() => control._removeUnmounted());\n return value;\n}\n\n/**\n * Custom hook to work with controlled component, this function provide you with both form and field level state. Re-render is isolated at the hook level.\n *\n * @remarks\n * [API](https://react-hook-form.com/docs/usecontroller) • [Demo](https://codesandbox.io/s/usecontroller-0o8px)\n *\n * @param props - the path name to the form field value, and validation rules.\n *\n * @returns field properties, field and form state. {@link UseControllerReturn}\n *\n * @example\n * ```tsx\n * function Input(props) {\n * const { field, fieldState, formState } = useController(props);\n * return (\n * <div>\n * <input {...field} placeholder={props.name} />\n * <p>{fieldState.isTouched && \"Touched\"}</p>\n * <p>{formState.isSubmitted ? \"submitted\" : \"\"}</p>\n * </div>\n * );\n * }\n * ```\n */\nfunction useController(props) {\n const methods = useFormContext();\n const { name, disabled, control = methods.control, shouldUnregister } = props;\n const isArrayField = isNameInFieldArray(control._names.array, name);\n const value = useWatch({\n control,\n name,\n defaultValue: get(control._formValues, name, get(control._defaultValues, name, props.defaultValue)),\n exact: true,\n });\n const formState = useFormState({\n control,\n name,\n exact: true,\n });\n const _props = React__default.useRef(props);\n const _registerProps = React__default.useRef(control.register(name, {\n ...props.rules,\n value,\n ...(isBoolean(props.disabled) ? { disabled: props.disabled } : {}),\n }));\n const fieldState = React__default.useMemo(() => Object.defineProperties({}, {\n invalid: {\n enumerable: true,\n get: () => !!get(formState.errors, name),\n },\n isDirty: {\n enumerable: true,\n get: () => !!get(formState.dirtyFields, name),\n },\n isTouched: {\n enumerable: true,\n get: () => !!get(formState.touchedFields, name),\n },\n isValidating: {\n enumerable: true,\n get: () => !!get(formState.validatingFields, name),\n },\n error: {\n enumerable: true,\n get: () => get(formState.errors, name),\n },\n }), [formState, name]);\n const onChange = React__default.useCallback((event) => _registerProps.current.onChange({\n target: {\n value: getEventValue(event),\n name: name,\n },\n type: EVENTS.CHANGE,\n }), [name]);\n const onBlur = React__default.useCallback(() => _registerProps.current.onBlur({\n target: {\n value: get(control._formValues, name),\n name: name,\n },\n type: EVENTS.BLUR,\n }), [name, control._formValues]);\n const ref = React__default.useCallback((elm) => {\n const field = get(control._fields, name);\n if (field && elm) {\n field._f.ref = {\n focus: () => elm.focus && elm.focus(),\n select: () => elm.select && elm.select(),\n setCustomValidity: (message) => elm.setCustomValidity(message),\n reportValidity: () => elm.reportValidity(),\n };\n }\n }, [control._fields, name]);\n const field = React__default.useMemo(() => ({\n name,\n value,\n ...(isBoolean(disabled) || formState.disabled\n ? { disabled: formState.disabled || disabled }\n : {}),\n onChange,\n onBlur,\n ref,\n }), [name, disabled, formState.disabled, onChange, onBlur, ref, value]);\n React__default.useEffect(() => {\n const _shouldUnregisterField = control._options.shouldUnregister || shouldUnregister;\n control.register(name, {\n ..._props.current.rules,\n ...(isBoolean(_props.current.disabled)\n ? { disabled: _props.current.disabled }\n : {}),\n });\n const updateMounted = (name, value) => {\n const field = get(control._fields, name);\n if (field && field._f) {\n field._f.mount = value;\n }\n };\n updateMounted(name, true);\n if (_shouldUnregisterField) {\n const value = cloneObject(get(control._options.defaultValues, name));\n set(control._defaultValues, name, value);\n if (isUndefined(get(control._formValues, name))) {\n set(control._formValues, name, value);\n }\n }\n !isArrayField && control.register(name);\n return () => {\n (isArrayField\n ? _shouldUnregisterField && !control._state.action\n : _shouldUnregisterField)\n ? control.unregister(name)\n : updateMounted(name, false);\n };\n }, [name, control, isArrayField, shouldUnregister]);\n React__default.useEffect(() => {\n control._setDisabledField({\n disabled,\n name,\n });\n }, [disabled, name, control]);\n return React__default.useMemo(() => ({\n field,\n formState,\n fieldState,\n }), [field, formState, fieldState]);\n}\n\n/**\n * Component based on `useController` hook to work with controlled component.\n *\n * @remarks\n * [API](https://react-hook-form.com/docs/usecontroller/controller) • [Demo](https://codesandbox.io/s/react-hook-form-v6-controller-ts-jwyzw) • [Video](https://www.youtube.com/watch?v=N2UNk_UCVyA)\n *\n * @param props - the path name to the form field value, and validation rules.\n *\n * @returns provide field handler functions, field and form state.\n *\n * @example\n * ```tsx\n * function App() {\n * const { control } = useForm<FormValues>({\n * defaultValues: {\n * test: \"\"\n * }\n * });\n *\n * return (\n * <form>\n * <Controller\n * control={control}\n * name=\"test\"\n * render={({ field: { onChange, onBlur, value, ref }, formState, fieldState }) => (\n * <>\n * <input\n * onChange={onChange} // send value to hook form\n * onBlur={onBlur} // notify when input is touched\n * value={value} // return updated value\n * ref={ref} // set ref for focus management\n * />\n * <p>{formState.isSubmitted ? \"submitted\" : \"\"}</p>\n * <p>{fieldState.isTouched ? \"touched\" : \"\"}</p>\n * </>\n * )}\n * />\n * </form>\n * );\n * }\n * ```\n */\nconst Controller = (props) => props.render(useController(props));\n\nconst flatten = (obj) => {\n const output = {};\n for (const key of Object.keys(obj)) {\n if (isObjectType(obj[key]) && obj[key] !== null) {\n const nested = flatten(obj[key]);\n for (const nestedKey of Object.keys(nested)) {\n output[`${key}.${nestedKey}`] = nested[nestedKey];\n }\n }\n else {\n output[key] = obj[key];\n }\n }\n return output;\n};\n\nconst POST_REQUEST = 'post';\n/**\n * Form component to manage submission.\n *\n * @param props - to setup submission detail. {@link FormProps}\n *\n * @returns form component or headless render prop.\n *\n * @example\n * ```tsx\n * function App() {\n * const { control, formState: { errors } } = useForm();\n *\n * return (\n * <Form action=\"/api\" control={control}>\n * <input {...register(\"name\")} />\n * <p>{errors?.root?.server && 'Server error'}</p>\n * <button>Submit</button>\n * </Form>\n * );\n * }\n * ```\n */\nfunction Form(props) {\n const methods = useFormContext();\n const [mounted, setMounted] = React__default.useState(false);\n const { control = methods.control, onSubmit, children, action, method = POST_REQUEST, headers, encType, onError, render, onSuccess, validateStatus, ...rest } = props;\n const submit = async (event) => {\n let hasError = false;\n let type = '';\n await control.handleSubmit(async (data) => {\n const formData = new FormData();\n let formDataJson = '';\n try {\n formDataJson = JSON.stringify(data);\n }\n catch (_a) { }\n const flattenFormValues = flatten(control._formValues);\n for (const key in flattenFormValues) {\n formData.append(key, flattenFormValues[key]);\n }\n if (onSubmit) {\n await onSubmit({\n data,\n event,\n method,\n formData,\n formDataJson,\n });\n }\n if (action) {\n try {\n const shouldStringifySubmissionData = [\n headers && headers['Content-Type'],\n encType,\n ].some((value) => value && value.includes('json'));\n const response = await fetch(String(action), {\n method,\n headers: {\n ...headers,\n ...(encType ? { 'Content-Type': encType } : {}),\n },\n body: shouldStringifySubmissionData ? formDataJson : formData,\n });\n if (response &&\n (validateStatus\n ? !validateStatus(response.status)\n : response.status < 200 || response.status >= 300)) {\n hasError = true;\n onError && onError({ response });\n type = String(response.status);\n }\n else {\n onSuccess && onSuccess({ response });\n }\n }\n catch (error) {\n hasError = true;\n onError && onError({ error });\n }\n }\n })(event);\n if (hasError && props.control) {\n props.control._subjects.state.next({\n isSubmitSuccessful: false,\n });\n props.control.setError('root.server', {\n type,\n });\n }\n };\n React__default.useEffect(() => {\n setMounted(true);\n }, []);\n return render ? (React__default.createElement(React__default.Fragment, null, render({\n submit,\n }))) : (React__default.createElement(\"form\", { noValidate: mounted, action: action, method: method, encType: encType, onSubmit: submit, ...rest }, children));\n}\n\nvar appendErrors = (name, validateAllFieldCriteria, errors, type, message) => validateAllFieldCriteria\n ? {\n ...errors[name],\n types: {\n ...(errors[name] && errors[name].types ? errors[name].types : {}),\n [type]: message || true,\n },\n }\n : {};\n\nvar convertToArrayPayload = (value) => (Array.isArray(value) ? value : [value]);\n\nvar createSubject = () => {\n let _observers = [];\n const next = (value) => {\n for (const observer of _observers) {\n observer.next && observer.next(value);\n }\n };\n const subscribe = (observer) => {\n _observers.push(observer);\n return {\n unsubscribe: () => {\n _observers = _observers.filter((o) => o !== observer);\n },\n };\n };\n const unsubscribe = () => {\n _observers = [];\n };\n return {\n get observers() {\n return _observers;\n },\n next,\n subscribe,\n unsubscribe,\n };\n};\n\nvar isPrimitive = (value) => isNullOrUndefined(value) || !isObjectType(value);\n\nfunction deepEqual(object1, object2) {\n if (isPrimitive(object1) || isPrimitive(object2)) {\n return object1 === object2;\n }\n if (isDateObject(object1) && isDateObject(object2)) {\n return object1.getTime() === object2.getTime();\n }\n const keys1 = Object.keys(object1);\n const keys2 = Object.keys(object2);\n if (keys1.length !== keys2.length) {\n return false;\n }\n for (const key of keys1) {\n const val1 = object1[key];\n if (!keys2.includes(key)) {\n return false;\n }\n if (key !== 'ref') {\n const val2 = object2[key];\n if ((isDateObject(val1) && isDateObject(val2)) ||\n (isObject(val1) && isObject(val2)) ||\n (Array.isArray(val1) && Array.isArray(val2))\n ? !deepEqual(val1, val2)\n : val1 !== val2) {\n return false;\n }\n }\n }\n return true;\n}\n\nvar isEmptyObject = (value) => isObject(value) && !Object.keys(value).length;\n\nvar isFileInput = (element) => element.type === 'file';\n\nvar isFunction = (value) => typeof value === 'function';\n\nvar isHTMLElement = (value) => {\n if (!isWeb) {\n return false;\n }\n const owner = value ? value.ownerDocument : 0;\n return (value instanceof\n (owner && owner.defaultView ? owner.defaultView.HTMLElement : HTMLElement));\n};\n\nvar isMultipleSelect = (element) => element.type === `select-multiple`;\n\nvar isRadioInput = (element) => element.type === 'radio';\n\nvar isRadioOrCheckbox = (ref) => isRadioInput(ref) || isCheckBoxInput(ref);\n\nvar live = (ref) => isHTMLElement(ref) && ref.isConnected;\n\nfunction baseGet(object, updatePath) {\n const length = updatePath.slice(0, -1).length;\n let index = 0;\n while (index < length) {\n object = isUndefined(object) ? index++ : object[updatePath[index++]];\n }\n return object;\n}\nfunction isEmptyArray(obj) {\n for (const key in obj) {\n if (obj.hasOwnProperty(key) && !isUndefined(obj[key])) {\n return false;\n }\n }\n return true;\n}\nfunction unset(object, path) {\n const paths = Array.isArray(path)\n ? path\n : isKey(path)\n ? [path]\n : stringToPath(path);\n const childObject = paths.length === 1 ? object : baseGet(object, paths);\n const index = paths.length - 1;\n const key = paths[index];\n if (childObject) {\n delete childObject[key];\n }\n if (index !== 0 &&\n ((isObject(childObject) && isEmptyObject(childObject)) ||\n (Array.isArray(childObject) && isEmptyArray(childObject)))) {\n unset(object, paths.slice(0, -1));\n }\n return object;\n}\n\nvar objectHasFunction = (data) => {\n for (const key in data) {\n if (isFunction(data[key])) {\n return true;\n }\n }\n return false;\n};\n\nfunction markFieldsDirty(data, fields = {}) {\n const isParentNodeArray = Array.isArray(data);\n if (isObject(data) || isParentNodeArray) {\n for (const key in data) {\n if (Array.isArray(data[key]) ||\n (isObject(data[key]) && !objectHasFunction(data[key]))) {\n fields[key] = Array.isArray(data[key]) ? [] : {};\n markFieldsDirty(data[key], fields[key]);\n }\n else if (!isNullOrUndefined(data[key])) {\n fields[key] = true;\n }\n }\n }\n return fields;\n}\nfunction getDirtyFieldsFromDefaultValues(data, formValues, dirtyFieldsFromValues) {\n const isParentNodeArray = Array.isArray(data);\n if (isObject(data) || isParentNodeArray) {\n for (const key in data) {\n if (Array.isArray(data[key]) ||\n (isObject(data[key]) && !objectHasFunction(data[key]))) {\n if (isUndefined(formValues) ||\n isPrimitive(dirtyFieldsFromValues[key])) {\n dirtyFieldsFromValues[key] = Array.isArray(data[key])\n ? markFieldsDirty(data[key], [])\n : { ...markFieldsDirty(data[key]) };\n }\n else {\n getDirtyFieldsFromDefaultValues(data[key], isNullOrUndefined(formValues) ? {} : formValues[key], dirtyFieldsFromValues[key]);\n }\n }\n else {\n dirtyFieldsFromValues[key] = !deepEqual(data[key], formValues[key]);\n }\n }\n }\n return dirtyFieldsFromValues;\n}\nvar getDirtyFields = (defaultValues, formValues) => getDirtyFieldsFromDefaultValues(defaultValues, formValues, markFieldsDirty(formValues));\n\nconst defaultResult = {\n value: false,\n isValid: false,\n};\nconst validResult = { value: true, isValid: true };\nvar getCheckboxValue = (options) => {\n if (Array.isArray(options)) {\n if (options.length > 1) {\n const values = options\n .filter((option) => option && option.checked && !option.disabled)\n .map((option) => option.value);\n return { value: values, isValid: !!values.length };\n }\n return options[0].checked && !options[0].disabled\n ? // @ts-expect-error expected to work in the browser\n options[0].attributes && !isUndefined(options[0].attributes.value)\n ? isUndefined(options[0].value) || options[0].value === ''\n ? validResult\n : { value: options[0].value, isValid: true }\n : validResult\n : defaultResult;\n }\n return defaultResult;\n};\n\nvar getFieldValueAs = (value, { valueAsNumber, valueAsDate, setValueAs }) => isUndefined(value)\n ? value\n : valueAsNumber\n ? value === ''\n ? NaN\n : value\n ? +value\n : value\n : valueAsDate && isString(value)\n ? new Date(value)\n : setValueAs\n ? setValueAs(value)\n : value;\n\nconst defaultReturn = {\n isValid: false,\n value: null,\n};\nvar getRadioValue = (options) => Array.isArray(options)\n ? options.reduce((previous, option) => option && option.checked && !option.disabled\n ? {\n isValid: true,\n value: option.value,\n }\n : previous, defaultReturn)\n : defaultReturn;\n\nfunction getFieldValue(_f) {\n const ref = _f.ref;\n if (isFileInput(ref)) {\n return ref.files;\n }\n if (isRadioInput(ref)) {\n return getRadioValue(_f.refs).value;\n }\n if (isMultipleSelect(ref)) {\n return [...ref.selectedOptions].map(({ value }) => value);\n }\n if (isCheckBoxInput(ref)) {\n return getCheckboxValue(_f.refs).value;\n }\n return getFieldValueAs(isUndefined(ref.value) ? _f.ref.value : ref.value, _f);\n}\n\nvar getResolverOptions = (fieldsNames, _fields, criteriaMode, shouldUseNativeValidation) => {\n const fields = {};\n for (const name of fieldsNames) {\n const field = get(_fields, name);\n field && set(fields, name, field._f);\n }\n return {\n criteriaMode,\n names: [...fieldsNames],\n fields,\n shouldUseNativeValidation,\n };\n};\n\nvar isRegex = (value) => value instanceof RegExp;\n\nvar getRuleValue = (rule) => isUndefined(rule)\n ? rule\n : isRegex(rule)\n ? rule.source\n : isObject(rule)\n ? isRegex(rule.value)\n ? rule.value.source\n : rule.value\n : rule;\n\nvar getValidationModes = (mode) => ({\n isOnSubmit: !mode || mode === VALIDATION_MODE.onSubmit,\n isOnBlur: mode === VALIDATION_MODE.onBlur,\n isOnChange: mode === VALIDATION_MODE.onChange,\n isOnAll: mode === VALIDATION_MODE.all,\n isOnTouch: mode === VALIDATION_MODE.onTouched,\n});\n\nconst ASYNC_FUNCTION = 'AsyncFunction';\nvar hasPromiseValidation = (fieldReference) => !!fieldReference &&\n !!fieldReference.validate &&\n !!((isFunction(fieldReference.validate) &&\n fieldReference.validate.constructor.name === ASYNC_FUNCTION) ||\n (isObject(fieldReference.validate) &&\n Object.values(fieldReference.validate).find((validateFunction) => validateFunction.constructor.name === ASYNC_FUNCTION)));\n\nvar hasValidation = (options) => options.mount &&\n (options.required ||\n options.min ||\n options.max ||\n options.maxLength ||\n options.minLength ||\n options.pattern ||\n options.validate);\n\nvar isWatched = (name, _names, isBlurEvent) => !isBlurEvent &&\n (_names.watchAll ||\n _names.watch.has(name) ||\n [..._names.watch].some((watchName) => name.startsWith(watchName) &&\n /^\\.\\w+/.test(name.slice(watchName.length))));\n\nconst iterateFieldsByAction = (fields, action, fieldsNames, abortEarly) => {\n for (const key of fieldsNames || Object.keys(fields)) {\n const field = get(fields, key);\n if (field) {\n const { _f, ...currentField } = field;\n if (_f) {\n if (_f.refs && _f.refs[0] && action(_f.refs[0], key) && !abortEarly) {\n return true;\n }\n else if (_f.ref && action(_f.ref, _f.name) && !abortEarly) {\n return true;\n }\n else {\n if (iterateFieldsByAction(currentField, action)) {\n break;\n }\n }\n }\n else if (isObject(currentField)) {\n if (iterateFieldsByAction(currentField, action)) {\n break;\n }\n }\n }\n }\n return;\n};\n\nfunction schemaErrorLookup(errors, _fields, name) {\n const error = get(errors, name);\n if (error || isKey(name)) {\n return {\n error,\n name,\n };\n }\n const names = name.split('.');\n while (names.length) {\n const fieldName = names.join('.');\n const field = get(_fields, fieldName);\n const foundError = get(errors, fieldName);\n if (field && !Array.isArray(field) && name !== fieldName) {\n return { name };\n }\n if (foundError && foundError.type) {\n return {\n name: fieldName,\n error: foundError,\n };\n }\n if (foundError && foundError.root && foundError.root.type) {\n return {\n name: `${fieldName}.root`,\n error: foundError.root,\n };\n }\n names.pop();\n }\n return {\n name,\n };\n}\n\nvar shouldRenderFormState = (formStateData, _proxyFormState, updateFormState, isRoot) => {\n updateFormState(formStateData);\n const { name, ...formState } = formStateData;\n return (isEmptyObject(formState) ||\n Object.keys(formState).length >= Object.keys(_proxyFormState).length ||\n Object.keys(formState).find((key) => _proxyFormState[key] ===\n (!isRoot || VALIDATION_MODE.all)));\n};\n\nvar shouldSubscribeByName = (name, signalName, exact) => !name ||\n !signalName ||\n name === signalName ||\n convertToArrayPayload(name).some((currentName) => currentName &&\n (exact\n ? currentName === signalName\n : currentName.startsWith(signalName) ||\n signalName.startsWith(currentName)));\n\nvar skipValidation = (isBlurEvent, isTouched, isSubmitted, reValidateMode, mode) => {\n if (mode.isOnAll) {\n return false;\n }\n else if (!isSubmitted && mode.isOnTouch) {\n return !(isTouched || isBlurEvent);\n }\n else if (isSubmitted ? reValidateMode.isOnBlur : mode.isOnBlur) {\n return !isBlurEvent;\n }\n else if (isSubmitted ? reValidateMode.isOnChange : mode.isOnChange) {\n return isBlurEvent;\n }\n return true;\n};\n\nvar unsetEmptyArray = (ref, name) => !compact(get(ref, name)).length && unset(ref, name);\n\nvar updateFieldArrayRootError = (errors, error, name) => {\n const fieldArrayErrors = convertToArrayPayload(get(errors, name));\n set(fieldArrayErrors, 'root', error[name]);\n set(errors, name, fieldArrayErrors);\n return errors;\n};\n\nvar isMessage = (value) => isString(value);\n\nfunction getValidateError(result, ref, type = 'validate') {\n if (isMessage(result) ||\n (Array.isArray(result) && result.every(isMessage)) ||\n (isBoolean(result) && !result)) {\n return {\n type,\n message: isMessage(result) ? result : '',\n ref,\n };\n }\n}\n\nvar getValueAndMessage = (validationData) => isObject(validationData) && !isRegex(validationData)\n ? validationData\n : {\n value: validationData,\n message: '',\n };\n\nvar validateField = async (field, disabledFieldNames, formValues, validateAllFieldCriteria, shouldUseNativeValidation, isFieldArray) => {\n const { ref, refs, required, maxLength, minLength, min, max, pattern, validate, name, valueAsNumber, mount, } = field._f;\n const inputValue = get(formValues, name);\n if (!mount || disabledFieldNames.has(name)) {\n return {};\n }\n const inputRef = refs ? refs[0] : ref;\n const setCustomValidity = (message) => {\n if (shouldUseNativeValidation && inputRef.reportValidity) {\n inputRef.setCustomValidity(isBoolean(message) ? '' : message || '');\n inputRef.reportValidity();\n }\n };\n const error = {};\n const isRadio = isRadioInput(ref);\n const isCheckBox = isCheckBoxInput(ref);\n const isRadioOrCheckbox = isRadio || isCheckBox;\n const isEmpty = ((valueAsNumber || isFileInput(ref)) &&\n isUndefined(ref.value) &&\n isUndefined(inputValue)) ||\n (isHTMLElement(ref) && ref.value === '') ||\n inputValue === '' ||\n (Array.isArray(inputValue) && !inputValue.length);\n const appendErrorsCurry = appendErrors.bind(null, name, validateAllFieldCriteria, error);\n const getMinMaxMessage = (exceedMax, maxLengthMessage, minLengthMessage, maxType = INPUT_VALIDATION_RULES.maxLength, minType = INPUT_VALIDATION_RULES.minLength) => {\n const message = exceedMax ? maxLengthMessage : minLengthMessage;\n error[name] = {\n type: exceedMax ? maxType : minType,\n message,\n ref,\n ...appendErrorsCurry(exceedMax ? maxType : minType, message),\n };\n };\n if (isFieldArray\n ? !Array.isArray(inputValue) || !inputValue.length\n : required &&\n ((!isRadioOrCheckbox && (isEmpty || isNullOrUndefined(inputValue))) ||\n (isBoolean(inputValue) && !inputValue) ||\n (isCheckBox && !getCheckboxValue(refs).isValid) ||\n (isRadio && !getRadioValue(refs).isValid))) {\n const { value, message } = isMessage(required)\n ? { value: !!required, message: required }\n : getValueAndMessage(required);\n if (value) {\n error[name] = {\n type: INPUT_VALIDATION_RULES.required,\n message,\n ref: inputRef,\n ...appendErrorsCurry(INPUT_VALIDATION_RULES.required, message),\n };\n if (!validateAllFieldCriteria) {\n setCustomValidity(message);\n return error;\n }\n }\n }\n if (!isEmpty && (!isNullOrUndefined(min) || !isNullOrUndefined(max))) {\n let exceedMax;\n let exceedMin;\n const maxOutput = getValueAndMessage(max);\n const minOutput = getValueAndMessage(min);\n if (!isNullOrUndefined(inputValue) && !isNaN(inputValue)) {\n const valueNumber = ref.valueAsNumber ||\n (inputValue ? +inputValue : inputValue);\n if (!isNullOrUndefined(maxOutput.value)) {\n exceedMax = valueNumber > maxOutput.value;\n }\n if (!isNullOrUndefined(minOutput.value)) {\n exceedMin = valueNumber < minOutput.value;\n }\n }\n else {\n const valueDate = ref.valueAsDate || new Date(inputValue);\n const convertTimeToDate = (time) => new Date(new Date().toDateString() + ' ' + time);\n const isTime = ref.type == 'time';\n const isWeek = ref.type == 'week';\n if (isString(maxOutput.value) && inputValue) {\n exceedMax = isTime\n ? convertTimeToDate(inputValue) > convertTimeToDate(maxOutput.value)\n : isWeek\n ? inputValue > maxOutput.value\n : valueDate > new Date(maxOutput.value);\n }\n if (isString(minOutput.value) && inputValue) {\n exceedMin = isTime\n ? convertTimeToDate(inputValue) < convertTimeToDate(minOutput.value)\n : isWeek\n ? inputValue < minOutput.value\n : valueDate < new Date(minOutput.value);\n }\n }\n if (exceedMax || exceedMin) {\n getMinMaxMessage(!!exceedMax, maxOutput.message, minOutput.message, INPUT_VALIDATION_RULES.max, INPUT_VALIDATION_RULES.min);\n if (!validateAllFieldCriteria) {\n setCustomValidity(error[name].message);\n return error;\n }\n }\n }\n if ((maxLength || minLength) &&\n !isEmpty &&\n (isString(inputValue) || (isFieldArray && Array.isArray(inputValue)))) {\n const maxLengthOutput = getValueAndMessage(maxLength);\n const minLengthOutput = getValueAndMessage(minLength);\n const exceedMax = !isNullOrUndefined(maxLengthOutput.value) &&\n inputValue.length > +maxLengthOutput.value;\n const exceedMin = !isNullOrUndefined(minLengthOutput.value) &&\n inputValue.length < +minLengthOutput.value;\n if (exceedMax || exceedMin) {\n getMinMaxMessage(exceedMax, maxLengthOutput.message, minLengthOutput.message);\n if (!validateAllFieldCriteria) {\n setCustomValidity(error[name].message);\n return error;\n }\n }\n }\n if (pattern && !isEmpty && isString(inputValue)) {\n const { value: patternValue, message } = getValueAndMessage(pattern);\n if (isRegex(patternValue) && !inputValue.match(patternValue)) {\n error[name] = {\n type: INPUT_VALIDATION_RULES.pattern,\n message,\n ref,\n ...appendErrorsCurry(INPUT_VALIDATION_RULES.pattern, message),\n };\n if (!validateAllFieldCriteria) {\n setCustomValidity(message);\n return error;\n }\n }\n }\n if (validate) {\n if (isFunction(validate)) {\n const result = await validate(inputValue, formValues);\n const validateError = getValidateError(result, inputRef);\n if (validateError) {\n error[name] = {\n ...validateError,\n ...appendErrorsCurry(INPUT_VALIDATION_RULES.validate, validateError.message),\n };\n if (!validateAllFieldCriteria) {\n setCustomValidity(validateError.message);\n return error;\n }\n }\n }\n else if (isObject(validate)) {\n let validationResult = {};\n for (const key in validate) {\n if (!isEmptyObject(validationResult) && !validateAllFieldCriteria) {\n break;\n }\n const validateError = getValidateError(await validate[key](inputValue, formValues), inputRef, key);\n if (validateError) {\n validationResult = {\n ...validateError,\n ...appendErrorsCurry(key, validateError.message),\n };\n setCustomValidity(validateError.message);\n if (validateAllFieldCriteria) {\n error[name] = validationResult;\n }\n }\n }\n if (!isEmptyObject(validationResult)) {\n error[name] = {\n ref: inputRef,\n ...validationResult,\n };\n if (!validateAllFieldCriteria) {\n return error;\n }\n }\n }\n }\n setCustomValidity(true);\n return error;\n};\n\nconst defaultOptions = {\n mode: VALIDATION_MODE.onSubmit,\n reValidateMode: VALIDATION_MODE.onChange,\n shouldFocusError: true,\n};\nfunction createFormControl(props = {}) {\n let _options = {\n ...defaultOptions,\n ...props,\n };\n let _formState = {\n submitCount: 0,\n isDirty: false,\n isReady: false,\n isLoading: isFunction(_options.defaultValues),\n isValidating: false,\n isSubmitted: false,\n isSubmitting: false,\n isSubmitSuccessful: false,\n isValid: false,\n touchedFields: {},\n dirtyFields: {},\n validatingFields: {},\n errors: _options.errors || {},\n disabled: _options.disabled || false,\n };\n const _fields = {};\n let _defaultValues = isObject(_options.defaultValues) || isObject(_options.values)\n ? cloneObject(_options.defaultValues || _options.values) || {}\n : {};\n let _formValues = _options.shouldUnregister\n ? {}\n : cloneObject(_defaultValues);\n let _state = {\n action: false,\n mount: false,\n watch: false,\n };\n let _names = {\n mount: new Set(),\n disabled: new Set(),\n unMount: new Set(),\n array: new Set(),\n watch: new Set(),\n };\n let delayErrorCallback;\n let timer = 0;\n const _proxyFormState = {\n isDirty: false,\n dirtyFields: false,\n validatingFields: false,\n touchedFields: false,\n isValidating: false,\n isValid: false,\n errors: false,\n };\n let _proxySubscribeFormState = {\n ..._proxyFormState,\n };\n const _subjects = {\n array: createSubject(),\n state: createSubject(),\n };\n const shouldDisplayAllAssociatedErrors = _options.criteriaMode === VALIDATION_MODE.all;\n const debounce = (callback) => (wait) => {\n clearTimeout(timer);\n timer = setTimeout(callback, wait);\n };\n const _setValid = async (shouldUpdateValid) => {\n if (!_options.disabled &&\n (_proxyFormState.isValid ||\n _proxySubscribeFormState.isValid ||\n shouldUpdateValid)) {\n const isValid = _options.resolver\n ? isEmptyObject((await _runSchema()).errors)\n : await executeBuiltInValidation(_fields, true);\n if (isValid !== _formState.isValid) {\n _subjects.state.next({\n isValid,\n });\n }\n }\n };\n const _updateIsValidating = (names, isValidating) => {\n if (!_options.disabled &&\n (_proxyFormState.isValidating ||\n _proxyFormState.validatingFields ||\n _proxySubscribeFormState.isValidating ||\n _proxySubscribeFormState.validatingFields)) {\n (names || Array.from(_names.mount)).forEach((name) => {\n if (name) {\n isValidating\n ? set(_formState.validatingFields, name, isValidating)\n : unset(_formState.validatingFields, name);\n }\n });\n _subjects.state.next({\n validatingFields: _formState.validatingFields,\n isValidating: !isEmptyObject(_formState.validatingFields),\n });\n }\n };\n const _setFieldArray = (name, values = [], method, args, shouldSetValues = true, shouldUpdateFieldsAndState = true) => {\n if (args && method && !_options.disabled) {\n _state.action = true;\n if (shouldUpdateFieldsAndState && Array.isArray(get(_fields, name))) {\n const fieldValues = method(get(_fields, name), args.argA, args.argB);\n shouldSetValues && set(_fields, name, fieldValues);\n }\n if (shouldUpdateFieldsAndState &&\n Array.isArray(get(_formState.errors, name))) {\n const errors = method(get(_formState.errors, name), args.argA, args.argB);\n shouldSetValues && set(_formState.errors, name, errors);\n unsetEmptyArray(_formState.errors, name);\n }\n if ((_proxyFormState.touchedFields ||\n _proxySubscribeFormState.touchedFields) &&\n shouldUpdateFieldsAndState &&\n Array.isArray(get(_formState.touchedFields, name))) {\n const touchedFields = method(get(_formState.touchedFields, name), args.argA, args.argB);\n shouldSetValues && set(_formState.touchedFields, name, touchedFields);\n }\n if (_proxyFormState.dirtyFields || _proxySubscribeFormState.dirtyFields) {\n _formState.dirtyFields = getDirtyFields(_defaultValues, _formValues);\n }\n _subjects.state.next({\n name,\n isDirty: _getDirty(name, values),\n dirtyFields: _formState.dirtyFields,\n errors: _formState.errors,\n isValid: _formState.isValid,\n });\n }\n else {\n set(_formValues, name, values);\n }\n };\n const updateErrors = (name, error) => {\n set(_formState.errors, name, error);\n _subjects.state.next({\n errors: _formState.errors,\n });\n };\n const _setErrors = (errors) => {\n _formState.errors = errors;\n _subjects.state.next({\n errors: _formState.errors,\n isValid: false,\n });\n };\n const updateValidAndValue = (name, shouldSkipSetValueAs, value, ref) => {\n const field = get(_fields, name);\n if (field) {\n const defaultValue = get(_formValues, name, isUndefined(value) ? get(_defaultValues, name) : value);\n isUndefined(defaultValue) ||\n (ref && ref.defaultChecked) ||\n shouldSkipSetValueAs\n ? set(_formValues, name, shouldSkipSetValueAs ? defaultValue : getFieldValue(field._f))\n : setFieldValue(name, defaultValue);\n _state.mount && _setValid();\n }\n };\n const updateTouchAndDirty = (name, fieldValue, isBlurEvent, shouldDirty, shouldRender) => {\n let shouldUpdateField = false;\n let isPreviousDirty = false;\n const output = {\n name,\n };\n if (!_options.disabled) {\n if (!isBlurEvent || shouldDirty) {\n if (_proxyFormState.isDirty || _proxySubscribeFormState.isDirty) {\n isPreviousDirty = _formState.isDirty;\n _formState.isDirty = output.isDirty = _getDirty();\n shouldUpdateField = isPreviousDirty !== output.isDirty;\n }\n const isCurrentFieldPristine = deepEqual(get(_defaultValues, name), fieldValue);\n isPreviousDirty = !!get(_formState.dirtyFields, name);\n isCurrentFieldPristine\n ? unset(_formState.dirtyFields, name)\n : set(_formState.dirtyFields, name, true);\n output.dirtyFields = _formState.dirtyFields;\n shouldUpdateField =\n shouldUpdateField ||\n ((_proxyFormState.dirtyFields ||\n _proxySubscribeFormState.dirtyFields) &&\n isPreviousDirty !== !isCurrentFieldPristine);\n }\n if (isBlurEvent) {\n const isPreviousFieldTouched = get(_formState.touchedFields, name);\n if (!isPreviousFieldTouched) {\n set(_formState.touchedFields, name, isBlurEvent);\n output.touchedFields = _formState.touchedFields;\n shouldUpdateField =\n shouldUpdateField ||\n ((_proxyFormState.touchedFields ||\n _proxySubscribeFormState.touchedFields) &&\n isPreviousFieldTouched !== isBlurEvent);\n }\n }\n shouldUpdateField && shouldRender && _subjects.state.next(output);\n }\n return shouldUpdateField ? output : {};\n };\n const shouldRenderByError = (name, isValid, error, fieldState) => {\n const previousFieldError = get(_formState.errors, name);\n const shouldUpdateValid = (_proxyFormState.isValid || _proxySubscribeFormState.isValid) &&\n isBoolean(isValid) &&\n _formState.isValid !== isValid;\n if (_options.delayError && error) {\n delayErrorCallback = debounce(() => updateErrors(name, error));\n delayErrorCallback(_options.delayError);\n }\n else {\n clearTimeout(timer);\n delayErrorCallback = null;\n error\n ? set(_formState.errors, name, error)\n : unset(_formState.errors, name);\n }\n if ((error ? !deepEqual(previousFieldError, error) : previousFieldError) ||\n !isEmptyObject(fieldState) ||\n shouldUpdateValid) {\n const updatedFormState = {\n ...fieldState,\n ...(shouldUpdateValid && isBoolean(isValid) ? { isValid } : {}),\n errors: _formState.errors,\n name,\n };\n _formState = {\n ..._formState,\n ...updatedFormState,\n };\n _subjects.state.next(updatedFormState);\n }\n };\n const _runSchema = async (name) => {\n _updateIsValidating(name, true);\n const result = await _options.resolver(_formValues, _options.context, getResolverOptions(name || _names.mount, _fields, _options.criteriaMode, _options.shouldUseNativeValidation));\n _updateIsValidating(name);\n return result;\n };\n const executeSchemaAndUpdateState = async (names) => {\n const { errors } = await _runSchema(names);\n if (names) {\n for (const name of names) {\n const error = get(errors, name);\n error\n ? set(_formState.errors, name, error)\n : unset(_formState.errors, name);\n }\n }\n else {\n _formState.errors = errors;\n }\n return errors;\n };\n const executeBuiltInValidation = async (fields, shouldOnlyCheckValid, context = {\n valid: true,\n }) => {\n for (const name in fields) {\n const field = fields[name];\n if (field) {\n const { _f, ...fieldValue } = field;\n if (_f) {\n const isFieldArrayRoot = _names.array.has(_f.name);\n const isPromiseFunction = field._f && hasPromiseValidation(field._f);\n if (isPromiseFunction && _proxyFormState.validatingFields) {\n _updateIsValidating([name], true);\n }\n const fieldError = await validateField(field, _names.disabled, _formValues, shouldDisplayAllAssociatedErrors, _options.shouldUseNativeValidation && !shouldOnlyCheckValid, isFieldArrayRoot);\n if (isPromiseFunction && _proxyFormState.validatingFields) {\n _updateIsValidating([name]);\n }\n if (fieldError[_f.name]) {\n context.valid = false;\n if (shouldOnlyCheckValid) {\n break;\n }\n }\n !shouldOnlyCheckValid &&\n (get(fieldError, _f.name)\n ? isFieldArrayRoot\n ? updateFieldArrayRootError(_formState.errors, fieldError, _f.name)\n : set(_formState.errors, _f.name, fieldError[_f.name])\n : unset(_formState.errors, _f.name));\n }\n !isEmptyObject(fieldValue) &&\n (await executeBuiltInValidation(fieldValue, shouldOnlyCheckValid, context));\n }\n }\n return context.valid;\n };\n const _removeUnmounted = () => {\n for (const name of _names.unMount) {\n const field = get(_fields, name);\n field &&\n (field._f.refs\n ? field._f.refs.every((ref) => !live(ref))\n : !live(field._f.ref)) &&\n unregister(name);\n }\n _names.unMount = new Set();\n };\n const _getDirty = (name, data) => !_options.disabled &&\n (name && data && set(_formValues, name, data),\n !deepEqual(getValues(), _defaultValues));\n const _getWatch = (names, defaultValue, isGlobal) => generateWatchOutput(names, _names, {\n ...(_state.mount\n ? _formValues\n : isUndefined(defaultValue)\n ? _defaultValues\n : isString(names)\n ? { [names]: defaultValue }\n : defaultValue),\n }, isGlobal, defaultValue);\n const _getFieldArray = (name) => compact(get(_state.mount ? _formValues : _defaultValues, name, _options.shouldUnregister ? get(_defaultValues, name, []) : []));\n const setFieldValue = (name, value, options = {}) => {\n const field = get(_fields, name);\n let fieldValue = value;\n if (field) {\n const fieldReference = field._f;\n if (fieldReference) {\n !fieldReference.disabled &&\n set(_formValues, name, getFieldValueAs(value, fieldReference));\n fieldValue =\n isHTMLElement(fieldReference.ref) && isNullOrUndefined(value)\n ? ''\n : value;\n if (isMultipleSelect(fieldReference.ref)) {\n [...fieldReference.ref.options].forEach((optionRef) => (optionRef.selected = fieldValue.includes(optionRef.value)));\n }\n else if (fieldReference.refs) {\n if (isCheckBoxInput(fieldReference.ref)) {\n fieldReference.refs.forEach((checkboxRef) => {\n if (!checkboxRef.defaultChecked || !checkboxRef.disabled) {\n if (Array.isArray(fieldValue)) {\n checkboxRef.checked = !!fieldValue.find((data) => data === checkboxRef.value);\n }\n else {\n checkboxRef.checked =\n fieldValue === checkboxRef.value || !!fieldValue;\n }\n }\n });\n }\n else {\n fieldReference.refs.forEach((radioRef) => (radioRef.checked = radioRef.value === fieldValue));\n }\n }\n else if (isFileInput(fieldReference.ref)) {\n fieldReference.ref.value = '';\n }\n else {\n fieldReference.ref.value = fieldValue;\n if (!fieldReference.ref.type) {\n _subjects.state.next({\n name,\n values: cloneObject(_formValues),\n });\n }\n }\n }\n }\n (options.shouldDirty || options.shouldTouch) &&\n updateTouchAndDirty(name, fieldValue, options.shouldTouch, options.shouldDirty, true);\n options.shouldValidate && trigger(name);\n };\n const setValues = (name, value, options) => {\n for (const fieldKey in value) {\n if (!value.hasOwnProperty(fieldKey)) {\n return;\n }\n const fieldValue = value[fieldKey];\n const fieldName = name + '.' + fieldKey;\n const field = get(_fields, fieldName);\n (_names.array.has(name) ||\n isObject(fieldValue) ||\n (field && !field._f)) &&\n !isDateObject(fieldValue)\n ? setValues(fieldName, fieldValue, options)\n : setFieldValue(fieldName, fieldValue, options);\n }\n };\n const setValue = (name, value, options = {}) => {\n const field = get(_fields, name);\n const isFieldArray = _names.array.has(name);\n const cloneValue = cloneObject(value);\n set(_formValues, name, cloneValue);\n if (isFieldArray) {\n _subjects.array.next({\n name,\n values: cloneObject(_formValues),\n });\n if ((_proxyFormState.isDirty ||\n _proxyFormState.dirtyFields ||\n _proxySubscribeFormState.isDirty ||\n _proxySubscribeFormState.dirtyFields) &&\n options.shouldDirty) {\n _subjects.state.next({\n name,\n dirtyFields: getDirtyFields(_defaultValues, _formValues),\n isDirty: _getDirty(name, cloneValue),\n });\n }\n }\n else {\n field && !field._f && !isNullOrUndefined(cloneValue)\n ? setValues(name, cloneValue, options)\n : setFieldValue(name, cloneValue, options);\n }\n isWatched(name, _names) && _subjects.state.next({ ..._formState });\n _subjects.state.next({\n name: _state.mount ? name : undefined,\n values: cloneObject(_formValues),\n });\n };\n const onChange = async (event) => {\n _state.mount = true;\n const target = event.target;\n let name = target.name;\n let isFieldValueUpdated = true;\n const field = get(_fields, name);\n const _updateIsFieldValueUpdated = (fieldValue) => {\n isFieldValueUpdated =\n Number.isNaN(fieldValue) ||\n (isDateObject(fieldValue) && isNaN(fieldValue.getTime())) ||\n deepEqual(fieldValue, get(_formValues, name, fieldValue));\n };\n const validationModeBeforeSubmit = getValidationModes(_options.mode);\n const validationModeAfterSubmit = getValidationModes(_options.reValidateMode);\n if (field) {\n let error;\n let isValid;\n const fieldValue = target.type\n ? getFieldValue(field._f)\n : getEventValue(event);\n const isBlurEvent = event.type === EVENTS.BLUR || event.type === EVENTS.FOCUS_OUT;\n const shouldSkipValidation = (!hasValidation(field._f) &&\n !_options.resolver &&\n !get(_formState.errors, name) &&\n !field._f.deps) ||\n skipValidation(isBlurEvent, get(_formState.touchedFields, name), _formState.isSubmitted, validationModeAfterSubmit, validationModeBeforeSubmit);\n const watched = isWatched(name, _names, isBlurEvent);\n set(_formValues, name, fieldValue);\n if (isBlurEvent) {\n field._f.onBlur && field._f.onBlur(event);\n delayErrorCallback && delayErrorCallback(0);\n }\n else if (field._f.onChange) {\n field._f.onChange(event);\n }\n const fieldState = updateTouchAndDirty(name, fieldValue, isBlurEvent);\n const shouldRender = !isEmptyObject(fieldState) || watched;\n !isBlurEvent &&\n _subjects.state.next({\n name,\n type: event.type,\n values: cloneObject(_formValues),\n });\n if (shouldSkipValidation) {\n if (_proxyFormState.isValid || _proxySubscribeFormState.isValid) {\n if (_options.mode === 'onBlur') {\n if (isBlurEvent) {\n _setValid();\n }\n }\n else if (!isBlurEvent) {\n _setValid();\n }\n }\n return (shouldRender &&\n _subjects.state.next({ name, ...(watched ? {} : fieldState) }));\n }\n !isBlurEvent && watched && _subjects.state.next({ ..._formState });\n if (_options.resolver) {\n const { errors } = await _runSchema([name]);\n _updateIsFieldValueUpdated(fieldValue);\n if (isFieldValueUpdated) {\n const previousErrorLookupResult = schemaErrorLookup(_formState.errors, _fields, name);\n const errorLookupResult = schemaErrorLookup(errors, _fields, previousErrorLookupResult.name || name);\n error = errorLookupResult.error;\n name = errorLookupResult.name;\n isValid = isEmptyObject(errors);\n }\n }\n else {\n _updateIsValidating([name], true);\n error = (await validateField(field, _names.disabled, _formValues, shouldDisplayAllAssociatedErrors, _options.shouldUseNativeValidation))[name];\n _updateIsValidating([name]);\n _updateIsFieldValueUpdated(fieldValue);\n if (isFieldValueUpdated) {\n if (error) {\n isValid = false;\n }\n else if (_proxyFormState.isValid ||\n _proxySubscribeFormState.isValid) {\n isValid = await executeBuiltInValidation(_fields, true);\n }\n }\n }\n if (isFieldValueUpdated) {\n field._f.deps &&\n trigger(field._f.deps);\n shouldRenderByError(name, isValid, error, fieldState);\n }\n }\n };\n const _focusInput = (ref, key) => {\n if (get(_formState.errors, key) && ref.focus) {\n ref.focus();\n return 1;\n }\n return;\n };\n const trigger = async (name, options = {}) => {\n let isValid;\n let validationResult;\n const fieldNames = convertToArrayPayload(name);\n if (_options.resolver) {\n const errors = await executeSchemaAndUpdateState(isUndefined(name) ? name : fieldNames);\n isValid = isEmptyObject(errors);\n validationResult = name\n ? !fieldNames.some((name) => get(errors, name))\n : isValid;\n }\n else if (name) {\n validationResult = (await Promise.all(fieldNames.map(async (fieldName) => {\n const field = get(_fields, fieldName);\n return await executeBuiltInValidation(field && field._f ? { [fieldName]: field } : field);\n }))).every(Boolean);\n !(!validationResult && !_formState.isValid) && _setValid();\n }\n else {\n validationResult = isValid = await executeBuiltInValidation(_fields);\n }\n _subjects.state.next({\n ...(!isString(name) ||\n ((_proxyFormState.isValid || _proxySubscribeFormState.isValid) &&\n isValid !== _formState.isValid)\n ? {}\n : { name }),\n ...(_options.resolver || !name ? { isValid } : {}),\n errors: _formState.errors,\n });\n options.shouldFocus &&\n !validationResult &&\n iterateFieldsByAction(_fields, _focusInput, name ? fieldNames : _names.mount);\n return validationResult;\n };\n const getValues = (fieldNames) => {\n const values = {\n ...(_state.mount ? _formValues : _defaultValues),\n };\n return isUndefined(fieldNames)\n ? values\n : isString(fieldNames)\n ? get(values, fieldNames)\n : fieldNames.map((name) => get(values, name));\n };\n const getFieldState = (name, formState) => ({\n invalid: !!get((formState || _formState).errors, name),\n isDirty: !!get((formState || _formState).dirtyFields, name),\n error: get((formState || _formState).errors, name),\n isValidating: !!get(_formState.validatingFields, name),\n isTouched: !!get((formState || _formState).touchedFields, name),\n });\n const clearErrors = (name) => {\n name &&\n convertToArrayPayload(name).forEach((inputName) => unset(_formState.errors, inputName));\n _subjects.state.next({\n errors: name ? _formState.errors : {},\n });\n };\n const setError = (name, error, options) => {\n const ref = (get(_fields, name, { _f: {} })._f || {}).ref;\n const currentError = get(_formState.errors, name) || {};\n // Don't override existing error messages elsewhere in the object tree.\n const { ref: currentRef, message, type, ...restOfErrorTree } = currentError;\n set(_formState.errors, name, {\n ...restOfErrorTree,\n ...error,\n ref,\n });\n _subjects.state.next({\n name,\n errors: _formState.errors,\n isValid: false,\n });\n options && options.shouldFocus && ref && ref.focus && ref.focus();\n };\n const watch = (name, defaultValue) => isFunction(name)\n ? _subjects.state.subscribe({\n next: (payload) => name(_getWatch(undefined, defaultValue), payload),\n })\n : _getWatch(name, defaultValue, true);\n const _subscribe = (props) => _subjects.state.subscribe({\n next: (formState) => {\n if (shouldSubscribeByName(props.name, formState.name, props.exact) &&\n shouldRenderFormState(formState, props.formState || _proxyFormState, _setFormState, props.reRenderRoot)) {\n props.callback({\n values: { ..._formValues },\n ..._formState,\n ...formState,\n });\n }\n },\n }).unsubscribe;\n const subscribe = (props) => {\n _state.mount = true;\n _proxySubscribeFormState = {\n ..._proxySubscribeFormState,\n ...props.formState,\n };\n return _subscribe({\n ...props,\n formState: _proxySubscribeFormState,\n });\n };\n const unregister = (name, options = {}) => {\n for (const fieldName of name ? convertToArrayPayload(name) : _names.mount) {\n _names.mount.delete(fieldName);\n _names.array.delete(fieldName);\n if (!options.keepValue) {\n unset(_fields, fieldName);\n unset(_formValues, fieldName);\n }\n !options.keepError && unset(_formState.errors, fieldName);\n !options.keepDirty && unset(_formState.dirtyFields, fieldName);\n !options.keepTouched && unset(_formState.touchedFields, fieldName);\n !options.keepIsValidating &&\n unset(_formState.validatingFields, fieldName);\n !_options.shouldUnregister &&\n !options.keepDefaultValue &&\n unset(_defaultValues, fieldName);\n }\n _subjects.state.next({\n values: cloneObject(_formValues),\n });\n _subjects.state.next({\n ..._formState,\n ...(!options.keepDirty ? {} : { isDirty: _getDirty() }),\n });\n !options.keepIsValid && _setValid();\n };\n const _setDisabledField = ({ disabled, name, }) => {\n if ((isBoolean(disabled) && _state.mount) ||\n !!disabled ||\n _names.disabled.has(name)) {\n disabled ? _names.disabled.add(name) : _names.disabled.delete(name);\n }\n };\n const register = (name, options = {}) => {\n let field = get(_fields, name);\n const disabledIsDefined = isBoolean(options.disabled) || isBoolean(_options.disabled);\n set(_fields, name, {\n ...(field || {}),\n _f: {\n ...(field && field._f ? field._f : { ref: { name } }),\n name,\n mount: true,\n ...options,\n },\n });\n _names.mount.add(name);\n if (field) {\n _setDisabledField({\n disabled: isBoolean(options.disabled)\n ? options.disabled\n : _options.disabled,\n name,\n });\n }\n else {\n updateValidAndValue(name, true, options.value);\n }\n return {\n ...(disabledIsDefined\n ? { disabled: options.disabled || _options.disabled }\n : {}),\n ...(_options.progressive\n ? {\n required: !!options.required,\n min: getRuleValue(options.min),\n max: getRuleValue(options.max),\n minLength: getRuleValue(options.minLength),\n maxLength: getRuleValue(options.maxLength),\n pattern: getRuleValue(options.pattern),\n }\n : {}),\n name,\n onChange,\n onBlur: onChange,\n ref: (ref) => {\n if (ref) {\n register(name, options);\n field = get(_fields, name);\n const fieldRef = isUndefined(ref.value)\n ? ref.querySelectorAll\n ? ref.querySelectorAll('input,select,textarea')[0] || ref\n : ref\n : ref;\n const radioOrCheckbox = isRadioOrCheckbox(fieldRef);\n const refs = field._f.refs || [];\n if (radioOrCheckbox\n ? refs.find((option) => option === fieldRef)\n : fieldRef === field._f.ref) {\n return;\n }\n set(_fields, name, {\n _f: {\n ...field._f,\n ...(radioOrCheckbox\n ? {\n refs: [\n ...refs.filter(live),\n fieldRef,\n ...(Array.isArray(get(_defaultValues, name)) ? [{}] : []),\n ],\n ref: { type: fieldRef.type, name },\n }\n : { ref: fieldRef }),\n },\n });\n updateValidAndValue(name, false, undefined, fieldRef);\n }\n else {\n field = get(_fields, name, {});\n if (field._f) {\n field._f.mount = false;\n }\n (_options.shouldUnregister || options.shouldUnregister) &&\n !(isNameInFieldArray(_names.array, name) && _state.action) &&\n _names.unMount.add(name);\n }\n },\n };\n };\n const _focusError = () => _options.shouldFocusError &&\n iterateFieldsByAction(_fields, _focusInput, _names.mount);\n const _disableForm = (disabled) => {\n if (isBoolean(disabled)) {\n _subjects.state.next({ disabled });\n iterateFieldsByAction(_fields, (ref, name) => {\n const currentField = get(_fields, name);\n if (currentField) {\n ref.disabled = currentField._f.disabled || disabled;\n if (Array.isArray(currentField._f.refs)) {\n currentField._f.refs.forEach((inputRef) => {\n inputRef.disabled = currentField._f.disabled || disabled;\n });\n }\n }\n }, 0, false);\n }\n };\n const handleSubmit = (onValid, onInvalid) => async (e) => {\n let onValidError = undefined;\n if (e) {\n e.preventDefault && e.preventDefault();\n e.persist &&\n e.persist();\n }\n let fieldValues = cloneObject(_formValues);\n _subjects.state.next({\n isSubmitting: true,\n });\n if (_options.resolver) {\n const { errors, values } = await _runSchema();\n _formState.errors = errors;\n fieldValues = values;\n }\n else {\n await executeBuiltInValidation(_fields);\n }\n if (_names.disabled.size) {\n for (const name of _names.disabled) {\n set(fieldValues, name, undefined);\n }\n }\n unset(_formState.errors, 'root');\n if (isEmptyObject(_formState.errors)) {\n _subjects.state.next({\n errors: {},\n });\n try {\n await onValid(fieldValues, e);\n }\n catch (error) {\n onValidError = error;\n }\n }\n else {\n if (onInvalid) {\n await onInvalid({ ..._formState.errors }, e);\n }\n _focusError();\n setTimeout(_focusError);\n }\n _subjects.state.next({\n isSubmitted: true,\n isSubmitting: false,\n isSubmitSuccessful: isEmptyObject(_formState.errors) && !onValidError,\n submitCount: _formState.submitCount + 1,\n errors: _formState.errors,\n });\n if (onValidError) {\n throw onValidError;\n }\n };\n const resetField = (name, options = {}) => {\n if (get(_fields, name)) {\n if (isUndefined(options.defaultValue)) {\n setValue(name, cloneObject(get(_defaultValues, name)));\n }\n else {\n setValue(name, options.defaultValue);\n set(_defaultValues, name, cloneObject(options.defaultValue));\n }\n if (!options.keepTouched) {\n unset(_formState.touchedFields, name);\n }\n if (!options.keepDirty) {\n unset(_formState.dirtyFields, name);\n _formState.isDirty = options.defaultValue\n ? _getDirty(name, cloneObject(get(_defaultValues, name)))\n : _getDirty();\n }\n if (!options.keepError) {\n unset(_formState.errors, name);\n _proxyFormState.isValid && _setValid();\n }\n _subjects.state.next({ ..._formState });\n }\n };\n const _reset = (formValues, keepStateOptions = {}) => {\n const updatedValues = formValues ? cloneObject(formValues) : _defaultValues;\n const cloneUpdatedValues = cloneObject(updatedValues);\n const isEmptyResetValues = isEmptyObject(formValues);\n const values = isEmptyResetValues ? _defaultValues : cloneUpdatedValues;\n if (!keepStateOptions.keepDefaultValues) {\n _defaultValues = updatedValues;\n }\n if (!keepStateOptions.keepValues) {\n if (keepStateOptions.keepDirtyValues) {\n const fieldsToCheck = new Set([\n ..._names.mount,\n ...Object.keys(getDirtyFields(_defaultValues, _formValues)),\n ]);\n for (const fieldName of Array.from(fieldsToCheck)) {\n get(_formState.dirtyFields, fieldName)\n ? set(values, fieldName, get(_formValues, fieldName))\n : setValue(fieldName, get(values, fieldName));\n }\n }\n else {\n if (isWeb && isUndefined(formValues)) {\n for (const name of _names.mount) {\n const field = get(_fields, name);\n if (field && field._f) {\n const fieldReference = Array.isArray(field._f.refs)\n ? field._f.refs[0]\n : field._f.ref;\n if (isHTMLElement(fieldReference)) {\n const form = fieldReference.closest('form');\n if (form) {\n form.reset();\n break;\n }\n }\n }\n }\n }\n for (const fieldName of _names.mount) {\n setValue(fieldName, get(values, fieldName));\n }\n }\n _formValues = cloneObject(values);\n _subjects.array.next({\n values: { ...values },\n });\n _subjects.state.next({\n values: { ...values },\n });\n }\n _names = {\n mount: keepStateOptions.keepDirtyValues ? _names.mount : new Set(),\n unMount: new Set(),\n array: new Set(),\n disabled: new Set(),\n watch: new Set(),\n watchAll: false,\n focus: '',\n };\n _state.mount =\n !_proxyFormState.isValid ||\n !!keepStateOptions.keepIsValid ||\n !!keepStateOptions.keepDirtyValues;\n _state.watch = !!_options.shouldUnregister;\n _subjects.state.next({\n submitCount: keepStateOptions.keepSubmitCount\n ? _formState.submitCount\n : 0,\n isDirty: isEmptyResetValues\n ? false\n : keepStateOptions.keepDirty\n ? _formState.isDirty\n : !!(keepStateOptions.keepDefaultValues &&\n !deepEqual(formValues, _defaultValues)),\n isSubmitted: keepStateOptions.keepIsSubmitted\n ? _formState.isSubmitted\n : false,\n dirtyFields: isEmptyResetValues\n ? {}\n : keepStateOptions.keepDirtyValues\n ? keepStateOptions.keepDefaultValues && _formValues\n ? getDirtyFields(_defaultValues, _formValues)\n : _formState.dirtyFields\n : keepStateOptions.keepDefaultValues && formValues\n ? getDirtyFields(_defaultValues, formValues)\n : keepStateOptions.keepDirty\n ? _formState.dirtyFields\n : {},\n touchedFields: keepStateOptions.keepTouched\n ? _formState.touchedFields\n : {},\n errors: keepStateOptions.keepErrors ? _formState.errors : {},\n isSubmitSuccessful: keepStateOptions.keepIsSubmitSuccessful\n ? _formState.isSubmitSuccessful\n : false,\n isSubmitting: false,\n });\n };\n const reset = (formValues, keepStateOptions) => _reset(isFunction(formValues)\n ? formValues(_formValues)\n : formValues, keepStateOptions);\n const setFocus = (name, options = {}) => {\n const field = get(_fields, name);\n const fieldReference = field && field._f;\n if (fieldReference) {\n const fieldRef = fieldReference.refs\n ? fieldReference.refs[0]\n : fieldReference.ref;\n if (fieldRef.focus) {\n fieldRef.focus();\n options.shouldSelect &&\n isFunction(fieldRef.select) &&\n fieldRef.select();\n }\n }\n };\n const _setFormState = (updatedFormState) => {\n _formState = {\n ..._formState,\n ...updatedFormState,\n };\n };\n const _resetDefaultValues = () => isFunction(_options.defaultValues) &&\n _options.defaultValues().then((values) => {\n reset(values, _options.resetOptions);\n _subjects.state.next({\n isLoading: false,\n });\n });\n const methods = {\n control: {\n register,\n unregister,\n getFieldState,\n handleSubmit,\n setError,\n _subscribe,\n _runSchema,\n _focusError,\n _getWatch,\n _getDirty,\n _setValid,\n _setFieldArray,\n _setDisabledField,\n _setErrors,\n _getFieldArray,\n _reset,\n _resetDefaultValues,\n _removeUnmounted,\n _disableForm,\n _subjects,\n _proxyFormState,\n get _fields() {\n return _fields;\n },\n get _formValues() {\n return _formValues;\n },\n get _state() {\n return _state;\n },\n set _state(value) {\n _state = value;\n },\n get _defaultValues() {\n return _defaultValues;\n },\n get _names() {\n return _names;\n },\n set _names(value) {\n _names = value;\n },\n get _formState() {\n return _formState;\n },\n get _options() {\n return _options;\n },\n set _options(value) {\n _options = {\n ..._options,\n ...value,\n };\n },\n },\n subscribe,\n trigger,\n register,\n handleSubmit,\n watch,\n setValue,\n getValues,\n reset,\n resetField,\n clearErrors,\n unregister,\n setError,\n setFocus,\n getFieldState,\n };\n return {\n ...methods,\n formControl: methods,\n };\n}\n\nvar generateId = () => {\n const d = typeof performance === 'undefined' ? Date.now() : performance.now() * 1000;\n return 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, (c) => {\n const r = (Math.random() * 16 + d) % 16 | 0;\n return (c == 'x' ? r : (r & 0x3) | 0x8).toString(16);\n });\n};\n\nvar getFocusFieldName = (name, index, options = {}) => options.shouldFocus || isUndefined(options.shouldFocus)\n ? options.focusName ||\n `${name}.${isUndefined(options.focusIndex) ? index : options.focusIndex}.`\n : '';\n\nvar appendAt = (data, value) => [\n ...data,\n ...convertToArrayPayload(value),\n];\n\nvar fillEmptyArray = (value) => Array.isArray(value) ? value.map(() => undefined) : undefined;\n\nfunction insert(data, index, value) {\n return [\n ...data.slice(0, index),\n ...convertToArrayPayload(value),\n ...data.slice(index),\n ];\n}\n\nvar moveArrayAt = (data, from, to) => {\n if (!Array.isArray(data)) {\n return [];\n }\n if (isUndefined(data[to])) {\n data[to] = undefined;\n }\n data.splice(to, 0, data.splice(from, 1)[0]);\n return data;\n};\n\nvar prependAt = (data, value) => [\n ...convertToArrayPayload(value),\n ...convertToArrayPayload(data),\n];\n\nfunction removeAtIndexes(data, indexes) {\n let i = 0;\n const temp = [...data];\n for (const index of indexes) {\n temp.splice(index - i, 1);\n i++;\n }\n return compact(temp).length ? temp : [];\n}\nvar removeArrayAt = (data, index) => isUndefined(index)\n ? []\n : removeAtIndexes(data, convertToArrayPayload(index).sort((a, b) => a - b));\n\nvar swapArrayAt = (data, indexA, indexB) => {\n [data[indexA], data[indexB]] = [data[indexB], data[indexA]];\n};\n\nvar updateAt = (fieldValues, index, value) => {\n fieldValues[index] = value;\n return fieldValues;\n};\n\n/**\n * A custom hook that exposes convenient methods to perform operations with a list of dynamic inputs that need to be appended, updated, removed etc. • [Demo](https://codesandbox.io/s/react-hook-form-usefieldarray-ssugn) • [Video](https://youtu.be/4MrbfGSFY2A)\n *\n * @remarks\n * [API](https://react-hook-form.com/docs/usefieldarray) • [Demo](https://codesandbox.io/s/react-hook-form-usefieldarray-ssugn)\n *\n * @param props - useFieldArray props\n *\n * @returns methods - functions to manipulate with the Field Arrays (dynamic inputs) {@link UseFieldArrayReturn}\n *\n * @example\n * ```tsx\n * function App() {\n * const { register, control, handleSubmit, reset, trigger, setError } = useForm({\n * defaultValues: {\n * test: []\n * }\n * });\n * const { fields, append } = useFieldArray({\n * control,\n * name: \"test\"\n * });\n *\n * return (\n * <form onSubmit={handleSubmit(data => console.log(data))}>\n * {fields.map((item, index) => (\n * <input key={item.id} {...register(`test.${index}.firstName`)} />\n * ))}\n * <button type=\"button\" onClick={() => append({ firstName: \"bill\" })}>\n * append\n * </button>\n * <input type=\"submit\" />\n * </form>\n * );\n * }\n * ```\n */\nfunction useFieldArray(props) {\n const methods = useFormContext();\n const { control = methods.control, name, keyName = 'id', shouldUnregister, rules, } = props;\n const [fields, setFields] = React__default.useState(control._getFieldArray(name));\n const ids = React__default.useRef(control._getFieldArray(name).map(generateId));\n const _fieldIds = React__default.useRef(fields);\n const _name = React__default.useRef(name);\n const _actioned = React__default.useRef(false);\n _name.current = name;\n _fieldIds.current = fields;\n control._names.array.add(name);\n rules &&\n control.register(name, rules);\n React__default.useEffect(() => control._subjects.array.subscribe({\n next: ({ values, name: fieldArrayName, }) => {\n if (fieldArrayName === _name.current || !fieldArrayName) {\n const fieldValues = get(values, _name.current);\n if (Array.isArray(fieldValues)) {\n setFields(fieldValues);\n ids.current = fieldValues.map(generateId);\n }\n }\n },\n }).unsubscribe, [control]);\n const updateValues = React__default.useCallback((updatedFieldArrayValues) => {\n _actioned.current = true;\n control._setFieldArray(name, updatedFieldArrayValues);\n }, [control, name]);\n const append = (value, options) => {\n const appendValue = convertToArrayPayload(cloneObject(value));\n const updatedFieldArrayValues = appendAt(control._getFieldArray(name), appendValue);\n control._names.focus = getFocusFieldName(name, updatedFieldArrayValues.length - 1, options);\n ids.current = appendAt(ids.current, appendValue.map(generateId));\n updateValues(updatedFieldArrayValues);\n setFields(updatedFieldArrayValues);\n control._setFieldArray(name, updatedFieldArrayValues, appendAt, {\n argA: fillEmptyArray(value),\n });\n };\n const prepend = (value, options) => {\n const prependValue = convertToArrayPayload(cloneObject(value));\n const updatedFieldArrayValues = prependAt(control._getFieldArray(name), prependValue);\n control._names.focus = getFocusFieldName(name, 0, options);\n ids.current = prependAt(ids.current, prependValue.map(generateId));\n updateValues(updatedFieldArrayValues);\n setFields(updatedFieldArrayValues);\n control._setFieldArray(name, updatedFieldArrayValues, prependAt, {\n argA: fillEmptyArray(value),\n });\n };\n const remove = (index) => {\n const updatedFieldArrayValues = removeArrayAt(control._getFieldArray(name), index);\n ids.current = removeArrayAt(ids.current, index);\n updateValues(updatedFieldArrayValues);\n setFields(updatedFieldArrayValues);\n !Array.isArray(get(control._fields, name)) &&\n set(control._fields, name, undefined);\n control._setFieldArray(name, updatedFieldArrayValues, removeArrayAt, {\n argA: index,\n });\n };\n const insert$1 = (index, value, options) => {\n const insertValue = convertToArrayPayload(cloneObject(value));\n const updatedFieldArrayValues = insert(control._getFieldArray(name), index, insertValue);\n control._names.focus = getFocusFieldName(name, index, options);\n ids.current = insert(ids.current, index, insertValue.map(generateId));\n updateValues(updatedFieldArrayValues);\n setFields(updatedFieldArrayValues);\n control._setFieldArray(name, updatedFieldArrayValues, insert, {\n argA: index,\n argB: fillEmptyArray(value),\n });\n };\n const swap = (indexA, indexB) => {\n const updatedFieldArrayValues = control._getFieldArray(name);\n swapArrayAt(updatedFieldArrayValues, indexA, indexB);\n swapArrayAt(ids.current, indexA, indexB);\n updateValues(updatedFieldArrayValues);\n setFields(updatedFieldArrayValues);\n control._setFieldArray(name, updatedFieldArrayValues, swapArrayAt, {\n argA: indexA,\n argB: indexB,\n }, false);\n };\n const move = (from, to) => {\n const updatedFieldArrayValues = control._getFieldArray(name);\n moveArrayAt(updatedFieldArrayValues, from, to);\n moveArrayAt(ids.current, from, to);\n updateValues(updatedFieldArrayValues);\n setFields(updatedFieldArrayValues);\n control._setFieldArray(name, updatedFieldArrayValues, moveArrayAt, {\n argA: from,\n argB: to,\n }, false);\n };\n const update = (index, value) => {\n const updateValue = cloneObject(value);\n const updatedFieldArrayValues = updateAt(control._getFieldArray(name), index, updateValue);\n ids.current = [...updatedFieldArrayValues].map((item, i) => !item || i === index ? generateId() : ids.current[i]);\n updateValues(updatedFieldArrayValues);\n setFields([...updatedFieldArrayValues]);\n control._setFieldArray(name, updatedFieldArrayValues, updateAt, {\n argA: index,\n argB: updateValue,\n }, true, false);\n };\n const replace = (value) => {\n const updatedFieldArrayValues = convertToArrayPayload(cloneObject(value));\n ids.current = updatedFieldArrayValues.map(generateId);\n updateValues([...updatedFieldArrayValues]);\n setFields([...updatedFieldArrayValues]);\n control._setFieldArray(name, [...updatedFieldArrayValues], (data) => data, {}, true, false);\n };\n React__default.useEffect(() => {\n control._state.action = false;\n isWatched(name, control._names) &&\n control._subjects.state.next({\n ...control._formState,\n });\n if (_actioned.current &&\n (!getValidationModes(control._options.mode).isOnSubmit ||\n control._formState.isSubmitted) &&\n !getValidationModes(control._options.reValidateMode).isOnSubmit) {\n if (control._options.resolver) {\n control._runSchema([name]).then((result) => {\n const error = get(result.errors, name);\n const existingError = get(control._formState.errors, name);\n if (existingError\n ? (!error && existingError.type) ||\n (error &&\n (existingError.type !== error.type ||\n existingError.message !== error.message))\n : error && error.type) {\n error\n ? set(control._formState.errors, name, error)\n : unset(control._formState.errors, name);\n control._subjects.state.next({\n errors: control._formState.errors,\n });\n }\n });\n }\n else {\n const field = get(control._fields, name);\n if (field &&\n field._f &&\n !(getValidationModes(control._options.reValidateMode).isOnSubmit &&\n getValidationModes(control._options.mode).isOnSubmit)) {\n validateField(field, control._names.disabled, control._formValues, control._options.criteriaMode === VALIDATION_MODE.all, control._options.shouldUseNativeValidation, true).then((error) => !isEmptyObject(error) &&\n control._subjects.state.next({\n errors: updateFieldArrayRootError(control._formState.errors, error, name),\n }));\n }\n }\n }\n control._subjects.state.next({\n name,\n values: cloneObject(control._formValues),\n });\n control._names.focus &&\n iterateFieldsByAction(control._fields, (ref, key) => {\n if (control._names.focus &&\n key.startsWith(control._names.focus) &&\n ref.focus) {\n ref.focus();\n return 1;\n }\n return;\n });\n control._names.focus = '';\n control._setValid();\n _actioned.current = false;\n }, [fields, name, control]);\n React__default.useEffect(() => {\n !get(control._formValues, name) && control._setFieldArray(name);\n return () => {\n const updateMounted = (name, value) => {\n const field = get(control._fields, name);\n if (field && field._f) {\n field._f.mount = value;\n }\n };\n control._options.shouldUnregister || shouldUnregister\n ? control.unregister(name)\n : updateMounted(name, false);\n };\n }, [name, control, keyName, shouldUnregister]);\n return {\n swap: React__default.useCallback(swap, [updateValues, name, control]),\n move: React__default.useCallback(move, [updateValues, name, control]),\n prepend: React__default.useCallback(prepend, [updateValues, name, control]),\n append: React__default.useCallback(append, [updateValues, name, control]),\n remove: React__default.useCallback(remove, [updateValues, name, control]),\n insert: React__default.useCallback(insert$1, [updateValues, name, control]),\n update: React__default.useCallback(update, [updateValues, name, control]),\n replace: React__default.useCallback(replace, [updateValues, name, control]),\n fields: React__default.useMemo(() => fields.map((field, index) => ({\n ...field,\n [keyName]: ids.current[index] || generateId(),\n })), [fields, keyName]),\n };\n}\n\n/**\n * Custom hook to manage the entire form.\n *\n * @remarks\n * [API](https://react-hook-form.com/docs/useform) • [Demo](https://codesandbox.io/s/react-hook-form-get-started-ts-5ksmm) • [Video](https://www.youtube.com/watch?v=RkXv4AXXC_4)\n *\n * @param props - form configuration and validation parameters.\n *\n * @returns methods - individual functions to manage the form state. {@link UseFormReturn}\n *\n * @example\n * ```tsx\n * function App() {\n * const { register, handleSubmit, watch, formState: { errors } } = useForm();\n * const onSubmit = data => console.log(data);\n *\n * console.log(watch(\"example\"));\n *\n * return (\n * <form onSubmit={handleSubmit(onSubmit)}>\n * <input defaultValue=\"test\" {...register(\"example\")} />\n * <input {...register(\"exampleRequired\", { required: true })} />\n * {errors.exampleRequired && <span>This field is required</span>}\n * <button>Submit</button>\n * </form>\n * );\n * }\n * ```\n */\nfunction useForm(props = {}) {\n const _formControl = React__default.useRef(undefined);\n const _values = React__default.useRef(undefined);\n const [formState, updateFormState] = React__default.useState({\n isDirty: false,\n isValidating: false,\n isLoading: isFunction(props.defaultValues),\n isSubmitted: false,\n isSubmitting: false,\n isSubmitSuccessful: false,\n isValid: false,\n submitCount: 0,\n dirtyFields: {},\n touchedFields: {},\n validatingFields: {},\n errors: props.errors || {},\n disabled: props.disabled || false,\n isReady: false,\n defaultValues: isFunction(props.defaultValues)\n ? undefined\n : props.defaultValues,\n });\n if (!_formControl.current) {\n _formControl.current = {\n ...(props.formControl ? props.formControl : createFormControl(props)),\n formState,\n };\n if (props.formControl &&\n props.defaultValues &&\n !isFunction(props.defaultValues)) {\n props.formControl.reset(props.defaultValues, props.resetOptions);\n }\n }\n const control = _formControl.current.control;\n control._options = props;\n useIsomorphicLayoutEffect(() => {\n const sub = control._subscribe({\n formState: control._proxyFormState,\n callback: () => updateFormState({ ...control._formState }),\n reRenderRoot: true,\n });\n updateFormState((data) => ({\n ...data,\n isReady: true,\n }));\n control._formState.isReady = true;\n return sub;\n }, [control]);\n React__default.useEffect(() => control._disableForm(props.disabled), [control, props.disabled]);\n React__default.useEffect(() => {\n if (props.mode) {\n control._options.mode = props.mode;\n }\n if (props.reValidateMode) {\n control._options.reValidateMode = props.reValidateMode;\n }\n }, [control, props.mode, props.reValidateMode]);\n React__default.useEffect(() => {\n if (props.errors) {\n control._setErrors(props.errors);\n control._focusError();\n }\n }, [control, props.errors]);\n React__default.useEffect(() => {\n props.shouldUnregister &&\n control._subjects.state.next({\n values: control._getWatch(),\n });\n }, [control, props.shouldUnregister]);\n React__default.useEffect(() => {\n if (control._proxyFormState.isDirty) {\n const isDirty = control._getDirty();\n if (isDirty !== formState.isDirty) {\n control._subjects.state.next({\n isDirty,\n });\n }\n }\n }, [control, formState.isDirty]);\n React__default.useEffect(() => {\n if (props.values && !deepEqual(props.values, _values.current)) {\n control._reset(props.values, control._options.resetOptions);\n _values.current = props.values;\n updateFormState((state) => ({ ...state }));\n }\n else {\n control._resetDefaultValues();\n }\n }, [control, props.values]);\n React__default.useEffect(() => {\n if (!control._state.mount) {\n control._setValid();\n control._state.mount = true;\n }\n if (control._state.watch) {\n control._state.watch = false;\n control._subjects.state.next({ ...control._formState });\n }\n control._removeUnmounted();\n });\n _formControl.current.formState = getProxyFormState(formState, control);\n return _formControl.current;\n}\n\nexport { Controller, Form, FormProvider, appendErrors, createFormControl, get, set, useController, useFieldArray, useForm, useFormContext, useFormState, useWatch };\n//# sourceMappingURL=index.esm.mjs.map\n","import * as React from \"react\";\r\nimport * as LabelPrimitive from \"@radix-ui/react-label\";\r\nimport { Slot } from \"@radix-ui/react-slot\";\r\nimport {\r\n\tController,\r\n\tFormProvider,\r\n\tuseFormContext,\r\n\ttype ControllerProps,\r\n\ttype FieldPath,\r\n\ttype FieldValues\r\n} from \"react-hook-form\";\r\nimport { tv } from \"tailwind-variants\";\r\nimport { FieldLabel } from \"../label/field-label/FieldLabel\";\r\n\r\nconst formStyle = tv({\r\n\tbase: \"rounded-md border border-secondary-border bg-secondary-bg\"\r\n});\r\n\r\nconst Form = <T extends FieldValues>({\r\n\tclassName,\r\n\tasChild,\r\n\t...props\r\n}: React.ComponentProps<typeof FormProvider<T>> & {\r\n\tclassName?: string;\r\n\tasChild?: boolean;\r\n}) => {\r\n\tconst Comp = asChild ? Slot : \"div\";\r\n\treturn (\r\n\t\t<Comp className={formStyle({ className })}>\r\n\t\t\t<FormProvider {...props} />\r\n\t\t</Comp>\r\n\t);\r\n};\r\n\r\ntype FormFieldContextValue<\r\n\tTFieldValues extends FieldValues = FieldValues,\r\n\tTName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>\r\n> = {\r\n\tname: TName;\r\n};\r\n\r\nconst FormFieldContext = React.createContext<FormFieldContextValue>({} as FormFieldContextValue);\r\n\r\nconst FormField = <\r\n\tTFieldValues extends FieldValues = FieldValues,\r\n\tTName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>\r\n>({\r\n\t...props\r\n}: ControllerProps<TFieldValues, TName>) => {\r\n\treturn (\r\n\t\t<FormFieldContext.Provider value={{ name: props.name }}>\r\n\t\t\t<Controller {...props} />\r\n\t\t</FormFieldContext.Provider>\r\n\t);\r\n};\r\n\r\nconst useFormField = () => {\r\n\tconst fieldContext = React.useContext(FormFieldContext);\r\n\tconst itemContext = React.useContext(FormItemContext);\r\n\tconst { getFieldState, formState } = useFormContext();\r\n\r\n\tconst fieldState = getFieldState(fieldContext.name, formState);\r\n\r\n\tif (!fieldContext) {\r\n\t\tthrow new Error(\"useFormField should be used within <FormField>\");\r\n\t}\r\n\r\n\tconst { id } = itemContext;\r\n\r\n\treturn {\r\n\t\tid,\r\n\t\tname: fieldContext.name,\r\n\t\tformItemId: `${id}-form-item`,\r\n\t\tformDescriptionId: `${id}-form-item-description`,\r\n\t\tformMessageId: `${id}-form-item-message`,\r\n\t\t...fieldState\r\n\t};\r\n};\r\n\r\ntype FormItemContextValue = {\r\n\tid: string;\r\n};\r\n\r\nconst FormItemContext = React.createContext<FormItemContextValue>({} as FormItemContextValue);\r\n\r\nconst formItemStyle = tv({\r\n\tbase: \"space-y-2\"\r\n});\r\n\r\nconst FormItem = React.forwardRef<HTMLDivElement, React.HTMLAttributes<HTMLDivElement>>(\r\n\t({ className, ...props }, ref) => {\r\n\t\tconst id = React.useId();\r\n\r\n\t\treturn (\r\n\t\t\t<FormItemContext.Provider value={{ id }}>\r\n\t\t\t\t<div ref={ref} className={formItemStyle({ className })} {...props} />\r\n\t\t\t</FormItemContext.Provider>\r\n\t\t);\r\n\t}\r\n);\r\nFormItem.displayName = \"FormItem\";\r\n\r\ninterface FormLabelProps extends React.ComponentPropsWithoutRef<typeof LabelPrimitive.Root> {\r\n\trequired?: boolean;\r\n}\r\n\r\nconst FormLabel = React.forwardRef<React.ElementRef<typeof LabelPrimitive.Root>, FormLabelProps>(\r\n\t({ className, required, ...props }, ref) => {\r\n\t\tconst { formItemId } = useFormField();\r\n\r\n\t\treturn <FieldLabel required={required} ref={ref} className={className} htmlFor={formItemId} {...props} />;\r\n\t}\r\n);\r\nFormLabel.displayName = \"FormLabel\";\r\n\r\nconst FormControl = React.forwardRef<React.ElementRef<typeof Slot>, React.ComponentPropsWithoutRef<typeof Slot>>(\r\n\t({ ...props }, ref) => {\r\n\t\tconst { error, formItemId, formDescriptionId, formMessageId } = useFormField();\r\n\r\n\t\treturn (\r\n\t\t\t<Slot\r\n\t\t\t\tref={ref}\r\n\t\t\t\tid={formItemId}\r\n\t\t\t\taria-describedby={!error ? `${formDescriptionId}` : `${formDescriptionId} ${formMessageId}`}\r\n\t\t\t\taria-invalid={!!error}\r\n\t\t\t\t{...props}\r\n\t\t\t/>\r\n\t\t);\r\n\t}\r\n);\r\nFormControl.displayName = \"FormControl\";\r\n\r\nconst formMessageStyle = tv({\r\n\tbase: \"text-[0.8rem] font-medium text-destructive\"\r\n});\r\n\r\nconst FormMessage = React.forwardRef<HTMLParagraphElement, React.HTMLAttributes<HTMLParagraphElement>>(\r\n\t({ className, children, ...props }, ref) => {\r\n\t\tconst { error, formMessageId } = useFormField();\r\n\t\tconst body = error ? String(error?.message ?? \"\") : children;\r\n\r\n\t\tif (!body) {\r\n\t\t\treturn null;\r\n\t\t}\r\n\r\n\t\treturn (\r\n\t\t\t<p ref={ref} id={formMessageId} className={formMessageStyle({ className })} {...props}>\r\n\t\t\t\t{body}\r\n\t\t\t</p>\r\n\t\t);\r\n\t}\r\n);\r\nFormMessage.displayName = \"FormMessage\";\r\n\r\nexport { useFormField, Form, FormItem, FormLabel, FormControl, FormMessage, FormField as FormFieldControl };\r\n","import * as React from \"react\";\r\nimport {\r\n\tuseFormContext,\r\n\ttype FieldPath,\r\n\ttype FieldValues,\r\n\ttype ControllerRenderProps,\r\n\ttype UseFormStateReturn,\r\n\ttype ControllerFieldState\r\n} from \"react-hook-form\";\r\nimport { FormFieldControl, FormItem, FormControl } from \"../../Form\";\r\nimport { Field } from \"@/components/field/Field\";\r\nimport { tv, VariantProps } from \"tailwind-variants\";\r\n\r\n/**\r\n * Стили для FormField\r\n */\r\nconst formFieldStyles = tv({\r\n\tbase: \"flex-col gap-2 lg:flex-row lg:gap-4\",\r\n\tslots: {\r\n\t\tlabel: \"h-4 lg:h-9\"\r\n\t}\r\n});\r\n\r\nexport interface FormFieldProps<\r\n\tTFieldValues extends FieldValues = FieldValues,\r\n\tTName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>\r\n> extends VariantProps<typeof formFieldStyles> {\r\n\t/** Имя поля формы */\r\n\tname: TName;\r\n\t/** Заголовок поля (лейбл) */\r\n\ttitle: string;\r\n\t/** Описание поля */\r\n\tdescription?: string;\r\n\t/** Функция рендеринга контрола */\r\n\tcontrol: (props: {\r\n\t\tfield: ControllerRenderProps<TFieldValues, TName>;\r\n\t\tfieldState: ControllerFieldState;\r\n\t\tformState: UseFormStateReturn<TFieldValues>;\r\n\t\treadonly?: boolean;\r\n\t}) => React.ReactNode;\r\n\t/** Является ли поле обязательным */\r\n\trequired?: boolean;\r\n\t/** Дополнительные классы */\r\n\tclassName?: string;\r\n\t/** Классы для лейбла */\r\n\tlabelClassName?: string;\r\n\t/** Поле только для чтения */\r\n\treadonly?: boolean;\r\n}\r\n\r\n/**\r\n * Компонент FormField объединяет несколько компонентов формы в один блок\r\n * для упрощения создания консистентных форм.\r\n *\r\n * ### Адаптивное поведение (mobile-first подход):\r\n *\r\n * - **Мобильные устройства и планшеты**: вертикальный лейаут по умолчанию, где лейбл и поле ввода\r\n * расположены друг над другим с интервалом (gap-2) для оптимальной читаемости\r\n * на узких экранах.\r\n *\r\n * - **Десктоп** (от lg: breakpoint): горизонтальный лейаут, где лейбл располагается слева от поля ввода.\r\n *\r\n * Компонент обеспечивает согласованное расположение элементов формы,\r\n * включая лейбл, поле ввода, подсказку и сообщение об ошибке.\r\n *\r\n * @example\r\n * <FormField\r\n * name=\"username\"\r\n * title=\"Имя пользователя\"\r\n * description=\"Ваше публичное имя пользователя\"\r\n * required\r\n * control={({ field }) => (\r\n * <TextInput\r\n * placeholder=\"Введите имя пользователя\"\r\n * startIcon={<Icon icon={User} />}\r\n * {...field}\r\n * />\r\n * )}\r\n * />\r\n */\r\n\r\nexport function FormField<\r\n\tTFieldValues extends FieldValues = FieldValues,\r\n\tTName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>\r\n>({\r\n\tname,\r\n\ttitle,\r\n\tdescription,\r\n\tcontrol,\r\n\trequired,\r\n\tclassName,\r\n\tlabelClassName,\r\n\treadonly\r\n}: FormFieldProps<TFieldValues, TName>) {\r\n\tconst form = useFormContext<TFieldValues>();\r\n\tconst styles = formFieldStyles();\r\n\r\n\treturn (\r\n\t\t<FormFieldControl\r\n\t\t\tcontrol={form.control}\r\n\t\t\tname={name}\r\n\t\t\trender={({ field, fieldState, formState }) => {\r\n\t\t\t\treturn (\r\n\t\t\t\t\t<FormItem>\r\n\t\t\t\t\t\t<Field\r\n\t\t\t\t\t\t\ttitle={title}\r\n\t\t\t\t\t\t\tdescription={description}\r\n\t\t\t\t\t\t\trequired={required}\r\n\t\t\t\t\t\t\terror={fieldState.error?.message}\r\n\t\t\t\t\t\t\tlabelClassName={styles.label({ class: labelClassName })}\r\n\t\t\t\t\t\t\treadonly={readonly}\r\n\t\t\t\t\t\t\tclassName={styles.base({ className })}\r\n\t\t\t\t\t\t\tcontrol={({ id, readonly }) => (\r\n\t\t\t\t\t\t\t\t<FormControl id={id}>{control({ field, fieldState, formState, readonly })}</FormControl>\r\n\t\t\t\t\t\t\t)}\r\n\t\t\t\t\t\t/>\r\n\t\t\t\t\t</FormItem>\r\n\t\t\t\t);\r\n\t\t\t}}\r\n\t\t/>\r\n\t);\r\n}\r\n","import { tv } from \"tailwind-variants\";\r\n\r\nconst formSectionTitle = tv({\r\n\tbase: \"text-md font-semibold\"\r\n});\r\n\r\nexport interface FormSectionTitleProps {\r\n\tchildren: React.ReactNode;\r\n\tclassName?: string;\r\n\t/**\r\n\t * HTML тег для заголовка\r\n\t * @default \"h3\"\r\n\t */\r\n\tas?: \"h1\" | \"h2\" | \"h3\" | \"h4\" | \"h5\" | \"h6\";\r\n}\r\n\r\n/**\r\n * Компонент заголовка секции формы\r\n */\r\nexport function FormSectionTitle({ children, className, as: Component = \"h3\" }: FormSectionTitleProps) {\r\n\treturn <Component className={formSectionTitle({ className })}>{children}</Component>;\r\n}\r\n","import React from \"react\";\r\nimport { tv } from \"tailwind-variants\";\r\nimport { Description } from \"@/components/description\";\r\n\r\nconst formSectionStyles = tv({\r\n\tslots: {\r\n\t\tcontainer: \"flex flex-row justify-between gap-3 lg:gap-4\",\r\n\t\ttextWrapper: \"flex flex-col gap-0.5\",\r\n\t\theader: \"text-base font-semibold text-primary-fg\"\r\n\t}\r\n});\r\n\r\ntype FormSectionProps = React.HTMLAttributes<HTMLDivElement> & {\r\n\ttitle?: string;\r\n\tdescription?: string;\r\n};\r\n\r\nexport const FormSection = React.forwardRef<HTMLDivElement, FormSectionProps>(\r\n\t({ className, children, description, title, ...props }, ref) => {\r\n\t\tconst styles = formSectionStyles();\r\n\r\n\t\treturn (\r\n\t\t\t<div className={styles.container({ className })} ref={ref} {...props}>\r\n\t\t\t\t<div className={styles.textWrapper()}>\r\n\t\t\t\t\t<h3 className={styles.header()}>{title}</h3>\r\n\t\t\t\t\t<Description>{description}</Description>\r\n\t\t\t\t</div>\r\n\t\t\t\t{children}\r\n\t\t\t</div>\r\n\t\t);\r\n\t}\r\n);\r\n\r\nFormSection.displayName = \"FormSection\";\r\n","import * as React from 'react';\n\nfunction queriesDidChange(prevQueries, nextQueries) {\n if (nextQueries === prevQueries) return false;\n const nextQueriesArr = Object.values(nextQueries);\n const prevQueriesArr = Object.values(prevQueries);\n if (nextQueriesArr.length !== prevQueriesArr.length) return true;\n if (nextQueriesArr.some((q, i) => q !== prevQueriesArr[i])) return true;\n const prevKeys = Object.keys(prevQueries);\n return Object.keys(nextQueries).some((n, i) => n !== prevKeys[i]);\n}\n\nfunction _ref(curr, key) {\n curr.matches[key] = false;\n curr.mediaQueries[key] = {};\n return curr;\n}\n\nfunction init(queries) {\n const queryKeys = Object.keys(queries);\n /* istanbul ignore next */\n\n if (typeof window === 'undefined') return queryKeys.reduce(_ref, {\n mediaQueries: {},\n matches: {}\n });\n return queryKeys.reduce((state, name) => {\n const mql = window.matchMedia(queries[name]);\n state.mediaQueries[name] = mql;\n state.matches[name] = mql.matches;\n return state;\n }, {\n mediaQueries: {},\n matches: {}\n });\n}\n\nfunction reducer(state, action) {\n function _ref2(prev, key) {\n prev[key] = state.mediaQueries[key].matches;\n return prev;\n }\n\n switch (action.type) {\n case 'updateMatches':\n return {\n matches: Object.keys(state.mediaQueries).reduce(_ref2, {}),\n mediaQueries: state.mediaQueries\n };\n\n case 'setQueries':\n return init(action.queries);\n }\n}\n/**\n * A hook that returns a [`MediaQueryMatches`](#mediaquerymatches) object which will\n * tell you if specific media queries matched, all media queries matched, or\n * any media queries matched. Matches in this hook will always return `false` when\n * rendering on the server.\n *\n * @param queryMap The media queries you want to match against e.g. `{screen: \"screen\", width: \"(min-width: 12em)\"}`\n */\n\n\nexport function useMediaQueries(queryMap) {\n const prevQueries = React.useRef(queryMap);\n const [state, dispatch] = React.useReducer(reducer, queryMap, init);\n React.useEffect(() => {\n if (queriesDidChange(queryMap, prevQueries.current)) {\n dispatch({\n type: 'setQueries',\n queries: queryMap\n });\n prevQueries.current = queryMap;\n }\n }, [queryMap]);\n\n function _ref3() {\n return dispatch({\n type: 'updateMatches'\n });\n }\n\n function _ref4(mq) {\n const callback = _ref3;\n if (typeof mq.addListener !== 'undefined') mq.addListener(callback);else mq.addEventListener('change', callback);\n return callback;\n }\n\n React.useEffect(() => {\n const queries = Object.values(state.mediaQueries);\n const callbacks = queries.map(_ref4);\n\n function _ref5(mq, i) {\n if (typeof mq.addListener !== 'undefined') mq.removeListener(callbacks[i]);else mq.removeEventListener('change', callbacks[i]);\n }\n\n return () => {\n queries.forEach(_ref5);\n };\n }, [state.mediaQueries]);\n const {\n matches\n } = state;\n const matchValues = React.useMemo(() => Object.values(matches), [matches]);\n return {\n matches,\n matchesAny: matchValues.some(Boolean),\n matchesAll: matchValues.length > 0 && matchValues.every(Boolean)\n };\n}\n/**\n * A hook that returns `true` if the media query matched and `false` if not. This\n * hook will always return `false` when rendering on the server.\n *\n * @param query The media query you want to match against e.g. `\"only screen and (min-width: 12em)\"`\n */\n\nexport function useMediaQuery(query) {\n return useMediaQueries(getObj(query)).matchesAll;\n}\nconst cache = {};\n\nfunction getObj(query) {\n if (cache[query] === void 0) cache[query] = {\n default: query\n };\n return cache[query];\n}","import { useMediaQuery } from \"@react-hook/media-query\";\r\n\r\n// Брейкпоинты Tailwind CSS\r\nconst breakpoints = {\r\n\tsm: \"640px\",\r\n\tmd: \"768px\",\r\n\tlg: \"1024px\",\r\n\txl: \"1280px\",\r\n\t\"2xl\": \"1536px\"\r\n} as const;\r\n\r\ntype Breakpoint = keyof typeof breakpoints;\r\n\r\n/** min-width: 640px */\r\nexport const useIsSm = () => useMediaQuery(`(min-width: ${breakpoints.sm})`);\r\n/** min-width: 768px */\r\nexport const useIsMd = () => useMediaQuery(`(min-width: ${breakpoints.md})`);\r\n/** min-width: 1024px */\r\nexport const useIsLg = () => useMediaQuery(`(min-width: ${breakpoints.lg})`);\r\n/** min-width: 1280px */\r\nexport const useIsXl = () => useMediaQuery(`(min-width: ${breakpoints.xl})`);\r\n/** min-width: 1536px */\r\nexport const useIs2Xl = () => useMediaQuery(`(min-width: ${breakpoints[\"2xl\"]})`);\r\n\r\n/** max-width: 1024px */\r\nexport const useIsMobile = () => !useIsLg();\r\n\r\nexport const useBreakpoint = (breakpoint: Breakpoint) => {\r\n\treturn useMediaQuery(`(min-width: ${breakpoints[breakpoint]})`);\r\n};\r\n\r\nexport const useActiveBreakpoint = (): Breakpoint | null => {\r\n\tconst is2Xl = useIs2Xl();\r\n\tconst isXl = useIsXl();\r\n\tconst isLg = useIsLg();\r\n\tconst isMd = useIsMd();\r\n\tconst isSm = useIsSm();\r\n\r\n\tif (is2Xl) return \"2xl\";\r\n\tif (isXl) return \"xl\";\r\n\tif (isLg) return \"lg\";\r\n\tif (isMd) return \"md\";\r\n\tif (isSm) return \"sm\";\r\n\treturn null;\r\n};\r\n","import { Button, ButtonProps } from \"@/components/button/button/Button\";\r\nimport { CheckboxField, CheckboxFieldProps } from \"@/components/checkbox/checkbox-field/CheckboxField\";\r\nimport { useIsMobile } from \"@/hooks/useBreakpoints\";\r\nimport React from \"react\";\r\nimport { tv } from \"tailwind-variants\";\r\nimport { FormFooter } from \"../../components/form-footer/FormFooter\";\r\n\r\nconst formFooterTemplateStyles = tv({\r\n\tslots: {\r\n\t\tcontainer: \"flex w-full flex-col gap-3 lg:flex-row\",\r\n\t\tstartBlock: \"flex items-center py-1 lg:py-2.5\",\r\n\t\tendBlock: \"ml-auto flex w-full flex-col gap-3 lg:w-auto lg:flex-row\"\r\n\t}\r\n});\r\n\r\nexport interface FormFooterTemplateProps {\r\n\tclassName?: string;\r\n\tcheckboxLabel?: string;\r\n\tcheckboxProps?: CheckboxFieldProps;\r\n\tprimaryButton?: React.ReactNode;\r\n\tprimaryButtonProps?: ButtonProps;\r\n\tsecondaryButton?: React.ReactNode;\r\n\tsecondaryButtonProps?: ButtonProps;\r\n}\r\n\r\nexport const FormFooterTemplate = React.forwardRef<HTMLDivElement, FormFooterTemplateProps>(\r\n\t(\r\n\t\t{\r\n\t\t\tclassName,\r\n\t\t\tprimaryButton,\r\n\t\t\tsecondaryButton,\r\n\t\t\tcheckboxLabel,\r\n\t\t\tcheckboxProps,\r\n\t\t\tprimaryButtonProps,\r\n\t\t\tsecondaryButtonProps\r\n\t\t},\r\n\t\tref\r\n\t) => {\r\n\t\tconst isMobile = useIsMobile();\r\n\t\tconst { container, startBlock, endBlock } = formFooterTemplateStyles();\r\n\r\n\t\tif (isMobile) {\r\n\t\t\tprimaryButtonProps = { ...primaryButtonProps, size: \"xl\" };\r\n\t\t\tsecondaryButtonProps = { ...secondaryButtonProps, size: \"xl\" };\r\n\t\t}\r\n\t\tconst primaryButtonElement = primaryButton && (\r\n\t\t\t<Button key=\"primary-button\" variant=\"primary\" {...primaryButtonProps}>\r\n\t\t\t\t{primaryButton}\r\n\t\t\t</Button>\r\n\t\t);\r\n\r\n\t\tconst secondaryButtonElement = secondaryButton && (\r\n\t\t\t<Button key=\"secondary-button\" variant=\"outline\" {...secondaryButtonProps}>\r\n\t\t\t\t{secondaryButton}\r\n\t\t\t</Button>\r\n\t\t);\r\n\r\n\t\treturn (\r\n\t\t\t<FormFooter className={className} ref={ref}>\r\n\t\t\t\t<div className={container()}>\r\n\t\t\t\t\t{checkboxLabel && (\r\n\t\t\t\t\t\t<div className={startBlock()}>\r\n\t\t\t\t\t\t\t<CheckboxField label={checkboxLabel} {...checkboxProps} />\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t)}\r\n\t\t\t\t\t<div className={endBlock()}>\r\n\t\t\t\t\t\t{isMobile\r\n\t\t\t\t\t\t\t? [primaryButtonElement, secondaryButtonElement]\r\n\t\t\t\t\t\t\t: [secondaryButtonElement, primaryButtonElement]}\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</div>\r\n\t\t\t</FormFooter>\r\n\t\t);\r\n\t}\r\n);\r\n\r\nFormFooterTemplate.displayName = \"FormFooterTemplate\";\r\n","import { FeatureIcon } from \"@/components/icon/feature-icon/FeatureIcon\";\r\nimport { LucideIcon } from \"lucide-react\";\r\nimport React, { HTMLAttributes, PropsWithChildren } from \"react\";\r\nimport { tv, VariantProps } from \"tailwind-variants\";\r\nimport { FormDescription, FormHeader, FormTitle } from \"../../components/form-header/FormHeader\";\r\n\r\nconst formHeaderTemplateStyles = tv({\r\n\tslots: {\r\n\t\theader: \"flex items-start gap-4\",\r\n\t\tcontentWrapper: \"flex flex-col\",\r\n\t\ticon: \"flex-shrink-0\"\r\n\t},\r\n\tvariants: {\r\n\t\talignment: {\r\n\t\t\tcompact: {\r\n\t\t\t\theader: \"flex-row pr-9\"\r\n\t\t\t},\r\n\t\t\tleft: {\r\n\t\t\t\theader: \"flex-col gap-2 lg:gap-3\"\r\n\t\t\t},\r\n\t\t\tcenter: {\r\n\t\t\t\theader: \"flex-col items-center gap-2 text-center lg:gap-3\"\r\n\t\t\t}\r\n\t\t}\r\n\t},\r\n\tdefaultVariants: {\r\n\t\talignment: \"compact\"\r\n\t}\r\n});\r\n\r\nexport type BaseHeaderTemplateProps = Omit<HTMLAttributes<HTMLDivElement>, \"title\"> &\r\n\tVariantProps<typeof formHeaderTemplateStyles> & {\r\n\t\ttitle: React.ReactNode;\r\n\t\tdescription: React.ReactNode;\r\n\t\ticon: LucideIcon;\r\n\t};\r\n\r\nexport const BaseHeaderTemplate = React.forwardRef<HTMLDivElement, PropsWithChildren<BaseHeaderTemplateProps>>(\r\n\t({ className, icon: Icon, title, alignment, description, ...props }, ref) => {\r\n\t\tconst { header, contentWrapper, icon } = formHeaderTemplateStyles({ alignment });\r\n\r\n\t\treturn (\r\n\t\t\t<FormHeader ref={ref} className={header({ class: className })} {...props}>\r\n\t\t\t\t<FeatureIcon size=\"lg\" type=\"primary\" icon={Icon} className={icon()} />\r\n\t\t\t\t<div className={contentWrapper()}>\r\n\t\t\t\t\t{title}\r\n\t\t\t\t\t{description}\r\n\t\t\t\t</div>\r\n\t\t\t</FormHeader>\r\n\t\t);\r\n\t}\r\n);\r\n\r\nexport const FormHeaderTemplate = React.forwardRef<HTMLDivElement, PropsWithChildren<BaseHeaderTemplateProps>>(\r\n\t({ title, description, ...props }, ref) => {\r\n\t\treturn (\r\n\t\t\t<BaseHeaderTemplate\r\n\t\t\t\ttitle={<FormTitle>{title}</FormTitle>}\r\n\t\t\t\tdescription={<FormDescription>{description}</FormDescription>}\r\n\t\t\t\tref={ref}\r\n\t\t\t\t{...props}\r\n\t\t\t/>\r\n\t\t);\r\n\t}\r\n);\r\n\r\nFormHeaderTemplate.displayName = \"FormHeaderTemplate\";\r\n","import React from \"react\";\r\nimport { tv } from \"tailwind-variants\";\r\n\r\nconst formStackStyles = tv({\r\n\tbase: \"space-y-5 lg:space-y-4\"\r\n});\r\n\r\nexport const FormStack = React.forwardRef<HTMLDivElement, React.HTMLAttributes<HTMLDivElement>>(\r\n\t({ className, children, ...props }, ref) => {\r\n\t\treturn (\r\n\t\t\t<div ref={ref} className={formStackStyles({ className })} {...props}>\r\n\t\t\t\t{children}\r\n\t\t\t</div>\r\n\t\t);\r\n\t}\r\n);\r\n\r\nFormStack.displayName = \"FormStack\";\r\n"],"names":["isCheckBoxInput","element","isDateObject","value","isNullOrUndefined","isObjectType","isObject","getEventValue","event","getNodeParentName","name","isNameInFieldArray","names","isPlainObject","tempObject","prototypeCopy","isWeb","cloneObject","data","copy","isArray","isFileListInstance","key","compact","isUndefined","val","get","object","path","defaultValue","result","isBoolean","isKey","stringToPath","input","set","index","tempPath","length","lastIndex","newValue","objValue","EVENTS","VALIDATION_MODE","HookFormContext","React__default","useFormContext","FormProvider","props","_a","children","__objRest","getProxyFormState","formState","control","localProxyFormState","isRoot","_key","useIsomorphicLayoutEffect","React","useFormState","methods","disabled","exact","updateFormState","_localProxyFormState","__spreadValues","isString","generateWatchOutput","_names","formValues","isGlobal","fieldName","useWatch","_defaultValue","updateValue","useController","shouldUnregister","isArrayField","_props","_registerProps","__spreadProps","fieldState","onChange","onBlur","ref","elm","field","message","_shouldUnregisterField","updateMounted","Controller","formStyle","tv","Form","_b","className","asChild","jsx","Slot","FormFieldContext","FormField","useFormField","fieldContext","itemContext","FormItemContext","getFieldState","id","formItemStyle","FormItem","FormLabel","required","formItemId","FieldLabel","FormControl","error","formDescriptionId","formMessageId","formMessageStyle","FormMessage","body","formFieldStyles","title","description","labelClassName","readonly","form","styles","FormFieldControl","Field","formSectionTitle","FormSectionTitle","Component","formSectionStyles","FormSection","jsxs","Description","queriesDidChange","prevQueries","nextQueries","nextQueriesArr","prevQueriesArr","q","i","prevKeys","_ref","curr","init","queries","queryKeys","state","mql","reducer","action","_ref2","prev","useMediaQueries","queryMap","dispatch","_ref3","_ref4","mq","callback","callbacks","_ref5","matches","matchValues","useMediaQuery","query","getObj","cache","breakpoints","useIsLg","useIsMobile","formFooterTemplateStyles","FormFooterTemplate","primaryButton","secondaryButton","checkboxLabel","checkboxProps","primaryButtonProps","secondaryButtonProps","isMobile","container","startBlock","endBlock","primaryButtonElement","Button","secondaryButtonElement","FormFooter","CheckboxField","formHeaderTemplateStyles","BaseHeaderTemplate","Icon","alignment","header","contentWrapper","icon","FormHeader","FeatureIcon","FormHeaderTemplate","FormTitle","FormDescription","formStackStyles","FormStack"],"mappings":"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","x_google_ignoreList":[0,5]}