stone-kit 0.0.1029 → 0.0.1030

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 (173) hide show
  1. package/dist/App.js +4 -4
  2. package/dist/FilterWithSave-BWA01WwU.js +2476 -0
  3. package/dist/Menu-CeBSiTyP.js +513 -0
  4. package/dist/{Option-CtwUzW8a.js → Option-DU8cvBnA.js} +1 -1
  5. package/dist/Router.js +1 -1
  6. package/dist/components/Button/ui/Button.d.ts +1 -0
  7. package/dist/components/Button/ui/Button.js +1 -1
  8. package/dist/components/Button/ui/Button.types.d.ts +1 -0
  9. package/dist/components/CheckBox/CheckBox.d.ts +1 -0
  10. package/dist/components/CheckBox/CheckBox.js +1 -1
  11. package/dist/components/CheckBox/CheckBox.types.d.ts +1 -0
  12. package/dist/components/CheckBoxNew/CheckBox.types.d.ts +1 -0
  13. package/dist/components/CheckBoxNew/CheckBoxNew.d.ts +1 -0
  14. package/dist/components/CheckBoxNew/CheckBoxNew.js +17 -17
  15. package/dist/components/CheckboxSelect/ui/CheckboxSelect.d.ts +1 -0
  16. package/dist/components/CheckboxSelect/ui/CheckboxSelect.js +34 -34
  17. package/dist/components/CommercialLotCard/CommercialLotCard.d.ts +1 -0
  18. package/dist/components/CommercialLotCard/CommercialLotCard.js +7 -50
  19. package/dist/components/CommercialLotCard/components/Price/Price.d.ts +1 -0
  20. package/dist/components/CommercialLotCard/components/Price/Price.js +24 -23
  21. package/dist/components/CommercialLotCard/components/Snippets/Snippets.d.ts +1 -0
  22. package/dist/components/CommercialLotCard/components/Snippets/Snippets.js +27 -98
  23. package/dist/components/CommercialLotCard/components/Tags/Tags.d.ts +1 -0
  24. package/dist/components/CommercialLotCard/components/Tags/Tags.js +17 -17
  25. package/dist/components/CommercialLotCard/types/CommercialLotCard.types.d.ts +1 -0
  26. package/dist/components/CommercialLotCard/types/LotCard.d.ts +1 -0
  27. package/dist/components/CommercialLotCard/utils/formatPrice.js +2 -1
  28. package/dist/components/CommercialLotCard/utils/getTagsFeatures.d.ts +2 -1
  29. package/dist/components/DestinationTab/ui/DestinationTab.d.ts +1 -0
  30. package/dist/components/DestinationTab/ui/DestinationTab.js +41 -41
  31. package/dist/components/DestinationTab/ui/DestinationTab.types.d.ts +1 -0
  32. package/dist/components/FieldInput/ui/FieldInput.d.ts +1 -0
  33. package/dist/components/FieldInput/ui/FieldInput.types.d.ts +1 -0
  34. package/dist/components/FilterWithSave/hooks/useFilterWithSave.d.ts +2 -1
  35. package/dist/components/FilterWithSave/hooks/useFilterWithSave.js +26 -54
  36. package/dist/components/FilterWithSave/ui/FilterWithSave.d.ts +1 -0
  37. package/dist/components/FilterWithSave/ui/FilterWithSave.js +7 -323
  38. package/dist/components/Flex/ui/Flex.d.ts +1 -0
  39. package/dist/components/Flex/ui/Flex.js +1 -1
  40. package/dist/components/Flex/ui/Flex.types.d.ts +1 -0
  41. package/dist/components/FormModal/ui/ModalForm.js +28 -1445
  42. package/dist/components/GroupedInput/ui/GroupedInputs.d.ts +1 -0
  43. package/dist/components/GroupedInput/ui/GroupedInputs.js +1 -1
  44. package/dist/components/GroupedInput/ui/GroupedInputs.types.d.ts +1 -0
  45. package/dist/components/Input/ui/Input.d.ts +2 -1
  46. package/dist/components/Input/ui/Input.js +325 -234
  47. package/dist/components/Logo/ui/Logo.d.ts +1 -0
  48. package/dist/components/Logo/ui/Logo.js +6 -6
  49. package/dist/components/LotCard/hooks/useLotCard.d.ts +1 -0
  50. package/dist/components/LotCard/hooks/useLotCard.js +24 -6
  51. package/dist/components/LotCard/index.js +2 -2
  52. package/dist/components/LotCard/ui/LotCard.d.ts +1 -0
  53. package/dist/components/LotCard/ui/LotCard.js +10 -213
  54. package/dist/components/LotCard/ui/LotCard.types.d.ts +1 -0
  55. package/dist/components/LotCard/utils/formatPrice.js +2 -1
  56. package/dist/components/LotCard/utils/getTagsFeatures.d.ts +2 -1
  57. package/dist/components/LotCardSkeleton/ui/LotCardSkeleton.js +1 -1
  58. package/dist/components/MetroLabel/ui/MetroLabel.d.ts +1 -0
  59. package/dist/components/MetroLabel/ui/MetroLabel.js +16 -16
  60. package/dist/components/MetroLabel/ui/MetroLabel.types.d.ts +1 -0
  61. package/dist/components/MetroTag/ui/MetroTag.d.ts +1 -0
  62. package/dist/components/MetroTag/ui/MetroTag.js +74 -74
  63. package/dist/components/MetroTag/ui/MetroTag.types.d.ts +1 -0
  64. package/dist/components/Modal/ui/Modal.d.ts +1 -0
  65. package/dist/components/Modal/ui/Modal.js +37 -34
  66. package/dist/components/Modal/ui/Modal.types.d.ts +1 -0
  67. package/dist/components/ModalSuccess/ModalSuccess.d.ts +1 -0
  68. package/dist/components/ModalSuccess/ModalSuccess.js +19 -18
  69. package/dist/components/ModalSuccess/ModalSuccess.types.d.ts +1 -0
  70. package/dist/components/NewIcon/icons/PinTrans.d.ts +1 -0
  71. package/dist/components/NewIcon/icons/SmallFilter.d.ts +1 -0
  72. package/dist/components/NewIcon/ui/NewIcon.d.ts +1 -0
  73. package/dist/components/NewIcon/ui/NewIcon.js +1 -1
  74. package/dist/components/NewIcon/ui/NewIcon.types.d.ts +1 -0
  75. package/dist/components/NewIcon/ui/iconTypes.d.ts +1 -0
  76. package/dist/components/ProjectCardSkeleton/ui/ProjectCardSkeleton.js +11 -9
  77. package/dist/components/RoundButton/ui/RoundButton.d.ts +1 -0
  78. package/dist/components/RoundButton/ui/RoundButton.js +2 -2
  79. package/dist/components/RoundButton/ui/RoundButton.types.d.ts +1 -0
  80. package/dist/components/Select/model/selectMode.d.ts +1 -0
  81. package/dist/components/Select/model/selectMode.js +30 -30
  82. package/dist/components/Select/ui/Category.d.ts +1 -0
  83. package/dist/components/Select/ui/Category.js +3 -3
  84. package/dist/components/Select/ui/Option.d.ts +1 -0
  85. package/dist/components/Select/ui/Option.js +2 -2
  86. package/dist/components/Select/ui/Select.d.ts +1 -0
  87. package/dist/components/Select/ui/Select.js +115 -115
  88. package/dist/components/SliderNavigation/index.d.ts +1 -0
  89. package/dist/components/SliderNavigation/ui/SliderNavigation.d.ts +1 -0
  90. package/dist/components/SliderNavigation/ui/SliderNavigation.js +6 -6
  91. package/dist/components/SortSelect/hooks/useSortSelect.d.ts +1 -0
  92. package/dist/components/SortSelect/hooks/useSortSelect.js +2 -2
  93. package/dist/components/SortSelect/index.js +1 -1
  94. package/dist/components/SortSelect/ui/SortSelect.d.ts +1 -0
  95. package/dist/components/SortSelect/ui/SortSelect.js +26 -108
  96. package/dist/components/SortSelect/ui/SortSelect.types.d.ts +1 -0
  97. package/dist/components/SummarySelect/ui/SummarySelect.d.ts +1 -0
  98. package/dist/components/SummarySelect/ui/SummarySelect.js +65 -59
  99. package/dist/components/Switcher/ui/Switcher.d.ts +1 -0
  100. package/dist/components/Switcher/ui/Switcher.js +1 -1
  101. package/dist/components/Switcher/ui/Switcher.types.d.ts +1 -0
  102. package/dist/components/TabSelect/ui/TabSelect.d.ts +1 -0
  103. package/dist/components/TabSelect/ui/TabSelect.js +5 -5
  104. package/dist/components/TabSwitcher/index.js +2 -2
  105. package/dist/components/TabSwitcher/ui/TabSwitcher.d.ts +1 -0
  106. package/dist/components/TabSwitcher/ui/TabSwitcher.js +26 -120
  107. package/dist/components/TabSwitcher/ui/TabSwitcher.types.d.ts +1 -0
  108. package/dist/components/Tag/ui/Tag.d.ts +1 -0
  109. package/dist/components/Tag/ui/Tag.js +91 -91
  110. package/dist/components/Tag/ui/Tag.types.d.ts +1 -0
  111. package/dist/components/Text/ui/Text.d.ts +1 -0
  112. package/dist/components/Text/ui/Text.js +1 -1
  113. package/dist/components/Text/ui/Text.types.d.ts +1 -0
  114. package/dist/components/TextArea/TextArea.d.ts +1 -0
  115. package/dist/components/TextArea/TextArea.js +1 -1
  116. package/dist/components/ZoomControls/ui/ZoomControls.d.ts +1 -0
  117. package/dist/components/ZoomControls/ui/ZoomControls.types.d.ts +1 -0
  118. package/dist/components/mobileButton/ui/MobileButton.d.ts +1 -0
  119. package/dist/components/mobileButton/ui/MobileButton.js +1 -1
  120. package/dist/components/mobileButton/ui/MobileButton.types.d.ts +1 -0
  121. package/dist/index-DmANy9jd.js +890 -0
  122. package/dist/{index-BJwl9stn.js → index-DvCs2JPX.js} +9695 -9596
  123. package/dist/index-rKuIKazb.js +45 -0
  124. package/dist/layout/Layout.d.ts +1 -0
  125. package/dist/layout/components/Header/Header.js +71 -48
  126. package/dist/layout/components/Menu.js +26 -107
  127. package/dist/main.js +65 -70
  128. package/dist/pages/ButtonsPage/Buttons.js +61 -44
  129. package/dist/pages/FormsPage/FormsPage.js +50 -26
  130. package/dist/pages/IconsPage/IconsPage.js +31 -9
  131. package/dist/pages/InputPage/InputPage.js +32 -10
  132. package/dist/pages/LogoPage/LogoPage.js +35 -13
  133. package/dist/pages/LotsPage/LotsPage.js +17 -18
  134. package/dist/pages/LotsPage/const.d.ts +1 -0
  135. package/dist/pages/ModalsPage/ModalPage.js +66 -46
  136. package/dist/pages/SelectPage/SelectPage.js +58 -58
  137. package/dist/pages/TabsPage/TabsPage.js +20 -19
  138. package/dist/pages/TagsPage/TagsPage.js +44 -23
  139. package/dist/shared/checkLargeOffice.d.ts +1 -0
  140. package/dist/shared/checkLargeOffice.js +1 -1
  141. package/dist/shared/mlnRound.js +2 -1
  142. package/dist/stories/entities/CommercialLotCard/CommercialLotCard.stories.js +2 -2
  143. package/dist/stories/shared/ui/Button/Button.stories.js +5 -5
  144. package/dist/stories/shared/ui/CheckBox/CheckBox.stories.js +1 -1
  145. package/dist/stories/shared/ui/CheckBox/CheckBoxNew.stories.js +1 -1
  146. package/dist/stories/shared/ui/CheckboxSelect/CheckboxSelect.stories.js +1 -1
  147. package/dist/stories/shared/ui/DestinationTab/DestinationTab.stories.js +1 -1
  148. package/dist/stories/shared/ui/FieldInput/FieldInput.stories.js +1 -1
  149. package/dist/stories/shared/ui/FilterWithSave/FilterWithSave.stories.js +2 -2
  150. package/dist/stories/shared/ui/FormModal/FormModal.stories.js +8 -8
  151. package/dist/stories/shared/ui/GroupedInput/GroupedInput.stories.js +1 -1
  152. package/dist/stories/shared/ui/Logo/Logo.stories.js +1 -1
  153. package/dist/stories/shared/ui/MobileButton/MobileButton.stories.js +1 -1
  154. package/dist/stories/shared/ui/Modal/Modal.stories.js +1 -1
  155. package/dist/stories/shared/ui/ModalSuccess/ModalSuccess.stories.js +1 -1
  156. package/dist/stories/shared/ui/RoundButton/RoundButton.stories.js +1 -1
  157. package/dist/stories/shared/ui/Select/Select.stories.js +1 -1
  158. package/dist/stories/shared/ui/SliderNavigation/SliderNavigation.stories.js +1 -1
  159. package/dist/stories/shared/ui/SortSelect/SortSelect.stories.js +2 -2
  160. package/dist/stories/shared/ui/SummarySelect/SummarySelect.stories.js +1 -1
  161. package/dist/stories/shared/ui/Switcher/Switcher.stories.js +1 -1
  162. package/dist/stories/shared/ui/TabSelect/TabSelect.stories.js +1 -1
  163. package/dist/stories/shared/ui/TabSwitcher/TabSwitcher.stories.js +2 -2
  164. package/dist/stories/shared/ui/Tag/Tag.stories.js +4 -4
  165. package/dist/stories/shared/ui/ZoomControls/ZoomControls.stories.js +1 -1
  166. package/dist/style.css +1 -0
  167. package/dist/useSortSelect-BTCEVMVn.js +80 -0
  168. package/package.json +1 -1
  169. package/dist/chunk-4WY6JWTD-BeveLKf_.js +0 -1582
  170. package/dist/index-YnD2EP-S.js +0 -43
  171. package/dist/stone-kit.css +0 -1
  172. package/dist/useLotCard-CYcRSogE.js +0 -186
  173. package/dist/useSortSelect-Cy3od4ig.js +0 -80
@@ -1,1447 +1,30 @@
1
- import { jsx as O, jsxs as de } from "react/jsx-runtime";
2
- import v, { useEffect as et } from "react";
3
- import { nameReg as Rt, phoneReg as Lt, emailReg as Mt } from "../utils/reg.js";
4
- import { TextArea as Ot } from "../../TextArea/TextArea.js";
5
- import { c as Nt } from "../../../index-YnD2EP-S.js";
6
- import { useClientWidth as Ut } from "../../../shared/useClientWidth.js";
7
- import { Modal as Pt } from "../../Modal/ui/Modal.js";
8
- import { NewIcon as tt } from "../../NewIcon/ui/NewIcon.js";
9
- import { Flex as It } from "../../Flex/ui/Flex.js";
10
- import { Input as Me } from "../../Input/ui/Input.js";
11
- import { CheckBox as rt } from "../../CheckBox/CheckBox.js";
12
- import { Button as st } from "../../Button/ui/Button.js";
13
- const Wt = "_btn_ky28a_1", qt = "_modal_ky28a_9", Ht = "_modalBody_ky28a_16", zt = "_root_ky28a_21", $t = "_title_ky28a_34", Kt = "_description_ky28a_41", jt = "_inputWrapper_ky28a_48", Gt = "_linkPolicy_ky28a_55", Yt = "_telegramLink_ky28a_60", Jt = "_telegramWrapper_ky28a_65", Qt = "_telegram_ky28a_60", Xt = "_orText_ky28a_88", Zt = "_checkboxText_ky28a_116", I = {
14
- btn: Wt,
15
- modal: qt,
16
- modalBody: Ht,
17
- root: zt,
18
- title: $t,
19
- description: Kt,
20
- inputWrapper: jt,
21
- linkPolicy: Gt,
22
- telegramLink: Yt,
23
- telegramWrapper: Jt,
24
- telegram: Qt,
25
- orText: Xt,
26
- checkboxText: Zt
27
- };
28
- var xe = (e) => e.type === "checkbox", fe = (e) => e instanceof Date, j = (e) => e == null;
29
- const mt = (e) => typeof e == "object";
30
- var U = (e) => !j(e) && !Array.isArray(e) && mt(e) && !fe(e), _t = (e) => U(e) && e.target ? xe(e.target) ? e.target.checked : e.target.value : e, er = (e) => e.substring(0, e.search(/\.\d+(\.|$)/)) || e, gt = (e, s) => e.has(er(s)), tr = (e) => {
31
- const s = e.constructor && e.constructor.prototype;
32
- return U(s) && s.hasOwnProperty("isPrototypeOf");
33
- }, Ie = typeof window < "u" && typeof window.HTMLElement < "u" && typeof document < "u";
34
- function P(e) {
35
- let s;
36
- const t = Array.isArray(e), i = typeof FileList < "u" ? e instanceof FileList : !1;
37
- if (e instanceof Date)
38
- s = new Date(e);
39
- else if (!(Ie && (e instanceof Blob || i)) && (t || U(e)))
40
- if (s = t ? [] : Object.create(Object.getPrototypeOf(e)), !t && !tr(e))
41
- s = e;
42
- else
43
- for (const o in e)
44
- e.hasOwnProperty(o) && (s[o] = P(e[o]));
45
- else
46
- return e;
47
- return s;
48
- }
49
- var De = (e) => /^\w*$/.test(e), L = (e) => e === void 0, We = (e) => Array.isArray(e) ? e.filter(Boolean) : [], qe = (e) => We(e.replace(/["|']|\]/g, "").split(/\.|\[/)), y = (e, s, t) => {
50
- if (!s || !U(e))
51
- return t;
52
- const i = (De(s) ? [s] : qe(s)).reduce((o, l) => j(o) ? o : o[l], e);
53
- return L(i) || i === e ? L(e[s]) ? t : e[s] : i;
54
- }, J = (e) => typeof e == "boolean", R = (e, s, t) => {
55
- let i = -1;
56
- const o = De(s) ? [s] : qe(s), l = o.length, c = l - 1;
57
- for (; ++i < l; ) {
58
- const d = o[i];
59
- let D = t;
60
- if (i !== c) {
61
- const C = e[d];
62
- D = U(C) || Array.isArray(C) ? C : isNaN(+o[i + 1]) ? {} : [];
63
- }
64
- if (d === "__proto__" || d === "constructor" || d === "prototype")
65
- return;
66
- e[d] = D, e = e[d];
67
- }
68
- };
69
- const we = {
70
- BLUR: "blur",
71
- FOCUS_OUT: "focusout",
72
- CHANGE: "change"
73
- }, ie = {
74
- onBlur: "onBlur",
75
- onChange: "onChange",
76
- onSubmit: "onSubmit",
77
- onTouched: "onTouched",
78
- all: "all"
79
- }, ne = {
80
- max: "max",
81
- min: "min",
82
- maxLength: "maxLength",
83
- minLength: "minLength",
84
- pattern: "pattern",
85
- required: "required",
86
- validate: "validate"
87
- }, vt = v.createContext(null);
88
- vt.displayName = "HookFormContext";
89
- const He = () => v.useContext(vt);
90
- var bt = (e, s, t, i = !0) => {
91
- const o = {
92
- defaultValues: s._defaultValues
93
- };
94
- for (const l in e)
95
- Object.defineProperty(o, l, {
96
- get: () => {
97
- const c = l;
98
- return s._proxyFormState[c] !== ie.all && (s._proxyFormState[c] = !i || ie.all), t && (t[c] = !0), e[c];
99
- }
100
- });
101
- return o;
102
- };
103
- const ze = typeof window < "u" ? v.useLayoutEffect : v.useEffect;
104
- function rr(e) {
105
- const s = He(), { control: t = s.control, disabled: i, name: o, exact: l } = e || {}, [c, d] = v.useState(t._formState), D = v.useRef({
106
- isDirty: !1,
107
- isLoading: !1,
108
- dirtyFields: !1,
109
- touchedFields: !1,
110
- validatingFields: !1,
111
- isValidating: !1,
112
- isValid: !1,
113
- errors: !1
114
- });
115
- return ze(() => t._subscribe({
116
- name: o,
117
- formState: D.current,
118
- exact: l,
119
- callback: (C) => {
120
- !i && d({
121
- ...t._formState,
122
- ...C
123
- });
124
- }
125
- }), [o, i, l]), v.useEffect(() => {
126
- D.current.isValid && t._setValid(!0);
127
- }, [t]), v.useMemo(() => bt(c, t, D.current, !1), [c, t]);
128
- }
129
- var Q = (e) => typeof e == "string", Ne = (e, s, t, i, o) => Q(e) ? (i && s.watch.add(e), y(t, e, o)) : Array.isArray(e) ? e.map((l) => (i && s.watch.add(l), y(t, l))) : (i && (s.watchAll = !0), t), Ue = (e) => j(e) || !mt(e);
130
- function ae(e, s, t = /* @__PURE__ */ new WeakSet()) {
131
- if (Ue(e) || Ue(s))
132
- return e === s;
133
- if (fe(e) && fe(s))
134
- return e.getTime() === s.getTime();
135
- const i = Object.keys(e), o = Object.keys(s);
136
- if (i.length !== o.length)
137
- return !1;
138
- if (t.has(e) || t.has(s))
139
- return !0;
140
- t.add(e), t.add(s);
141
- for (const l of i) {
142
- const c = e[l];
143
- if (!o.includes(l))
144
- return !1;
145
- if (l !== "ref") {
146
- const d = s[l];
147
- if (fe(c) && fe(d) || U(c) && U(d) || Array.isArray(c) && Array.isArray(d) ? !ae(c, d, t) : c !== d)
148
- return !1;
149
- }
150
- }
151
- return !0;
152
- }
153
- function sr(e) {
154
- const s = He(), { control: t = s.control, name: i, defaultValue: o, disabled: l, exact: c, compute: d } = e || {}, D = v.useRef(o), C = v.useRef(d), g = v.useRef(void 0), x = v.useRef(t), _ = v.useRef(i);
155
- C.current = d;
156
- const [X, q] = v.useState(() => {
157
- const F = t._getWatch(i, D.current);
158
- return C.current ? C.current(F) : F;
159
- }), E = v.useCallback((F) => {
160
- const V = Ne(i, t._names, F || t._formValues, !1, D.current);
161
- return C.current ? C.current(V) : V;
162
- }, [t._formValues, t._names, i]), M = v.useCallback((F) => {
163
- if (!l) {
164
- const V = Ne(i, t._names, F || t._formValues, !1, D.current);
165
- if (C.current) {
166
- const H = C.current(V);
167
- ae(H, g.current) || (q(H), g.current = H);
168
- } else
169
- q(V);
170
- }
171
- }, [t._formValues, t._names, l, i]);
172
- ze(() => ((x.current !== t || !ae(_.current, i)) && (x.current = t, _.current = i, M()), t._subscribe({
173
- name: i,
174
- formState: {
175
- values: !0
176
- },
177
- exact: c,
178
- callback: (F) => {
179
- M(F.values);
180
- }
181
- })), [t, c, i, M]), v.useEffect(() => t._removeUnmounted());
182
- const Z = x.current !== t, b = _.current, S = v.useMemo(() => {
183
- if (l)
184
- return null;
185
- const F = !Z && !ae(b, i);
186
- return Z || F ? E() : null;
187
- }, [l, Z, i, b, E]);
188
- return S !== null ? S : X;
189
- }
190
- function ir(e) {
191
- const s = He(), { name: t, disabled: i, control: o = s.control, shouldUnregister: l, defaultValue: c } = e, d = gt(o._names.array, t), D = v.useMemo(() => y(o._formValues, t, y(o._defaultValues, t, c)), [o, t, c]), C = sr({
192
- control: o,
193
- name: t,
194
- defaultValue: D,
195
- exact: !0
196
- }), g = rr({
197
- control: o,
198
- name: t,
199
- exact: !0
200
- }), x = v.useRef(e), _ = v.useRef(void 0), X = v.useRef(o.register(t, {
201
- ...e.rules,
202
- value: C,
203
- ...J(e.disabled) ? { disabled: e.disabled } : {}
204
- }));
205
- x.current = e;
206
- const q = v.useMemo(() => Object.defineProperties({}, {
207
- invalid: {
208
- enumerable: !0,
209
- get: () => !!y(g.errors, t)
210
- },
211
- isDirty: {
212
- enumerable: !0,
213
- get: () => !!y(g.dirtyFields, t)
214
- },
215
- isTouched: {
216
- enumerable: !0,
217
- get: () => !!y(g.touchedFields, t)
218
- },
219
- isValidating: {
220
- enumerable: !0,
221
- get: () => !!y(g.validatingFields, t)
222
- },
223
- error: {
224
- enumerable: !0,
225
- get: () => y(g.errors, t)
226
- }
227
- }), [g, t]), E = v.useCallback((S) => X.current.onChange({
228
- target: {
229
- value: _t(S),
230
- name: t
231
- },
232
- type: we.CHANGE
233
- }), [t]), M = v.useCallback(() => X.current.onBlur({
234
- target: {
235
- value: y(o._formValues, t),
236
- name: t
237
- },
238
- type: we.BLUR
239
- }), [t, o._formValues]), Z = v.useCallback((S) => {
240
- const F = y(o._fields, t);
241
- F && S && (F._f.ref = {
242
- focus: () => S.focus && S.focus(),
243
- select: () => S.select && S.select(),
244
- setCustomValidity: (V) => S.setCustomValidity(V),
245
- reportValidity: () => S.reportValidity()
246
- });
247
- }, [o._fields, t]), b = v.useMemo(() => ({
248
- name: t,
249
- value: C,
250
- ...J(i) || g.disabled ? { disabled: g.disabled || i } : {},
251
- onChange: E,
252
- onBlur: M,
253
- ref: Z
254
- }), [t, i, g.disabled, E, M, Z, C]);
255
- return v.useEffect(() => {
256
- const S = o._options.shouldUnregister || l, F = _.current;
257
- F && F !== t && !d && o.unregister(F), o.register(t, {
258
- ...x.current.rules,
259
- ...J(x.current.disabled) ? { disabled: x.current.disabled } : {}
260
- });
261
- const V = (H, z) => {
262
- const se = y(o._fields, H);
263
- se && se._f && (se._f.mount = z);
264
- };
265
- if (V(t, !0), S) {
266
- const H = P(y(o._options.defaultValues, t, x.current.defaultValue));
267
- R(o._defaultValues, t, H), L(y(o._formValues, t)) && R(o._formValues, t, H);
268
- }
269
- return !d && o.register(t), _.current = t, () => {
270
- (d ? S && !o._state.action : S) ? o.unregister(t) : V(t, !1);
271
- };
272
- }, [t, o, d, l]), v.useEffect(() => {
273
- o._setDisabledField({
274
- disabled: i,
275
- name: t
276
- });
277
- }, [i, t, o]), v.useMemo(() => ({
278
- field: b,
279
- formState: g,
280
- fieldState: q
281
- }), [b, g, q]);
282
- }
283
- const ar = (e) => e.render(ir(e));
284
- var lr = (e, s, t, i, o) => s ? {
285
- ...t[e],
286
- types: {
287
- ...t[e] && t[e].types ? t[e].types : {},
288
- [i]: o || !0
289
- }
290
- } : {}, Ve = (e) => Array.isArray(e) ? e : [e], it = () => {
291
- let e = [];
292
- return {
293
- get observers() {
294
- return e;
295
- },
296
- next: (o) => {
297
- for (const l of e)
298
- l.next && l.next(o);
299
- },
300
- subscribe: (o) => (e.push(o), {
301
- unsubscribe: () => {
302
- e = e.filter((l) => l !== o);
303
- }
304
- }),
305
- unsubscribe: () => {
306
- e = [];
307
- }
308
- };
309
- };
310
- function Vt(e, s) {
311
- const t = {};
312
- for (const i in e)
313
- if (e.hasOwnProperty(i)) {
314
- const o = e[i], l = s[i];
315
- if (o && U(o) && l) {
316
- const c = Vt(o, l);
317
- U(c) && (t[i] = c);
318
- } else e[i] && (t[i] = l);
319
- }
320
- return t;
321
- }
322
- var K = (e) => U(e) && !Object.keys(e).length, $e = (e) => e.type === "file", le = (e) => typeof e == "function", Ce = (e) => {
323
- if (!Ie)
324
- return !1;
325
- const s = e ? e.ownerDocument : 0;
326
- return e instanceof (s && s.defaultView ? s.defaultView.HTMLElement : HTMLElement);
327
- }, kt = (e) => e.type === "select-multiple", Ke = (e) => e.type === "radio", nr = (e) => Ke(e) || xe(e), Oe = (e) => Ce(e) && e.isConnected;
328
- function or(e, s) {
329
- const t = s.slice(0, -1).length;
330
- let i = 0;
331
- for (; i < t; )
332
- e = L(e) ? i++ : e[s[i++]];
333
- return e;
334
- }
335
- function ur(e) {
336
- for (const s in e)
337
- if (e.hasOwnProperty(s) && !L(e[s]))
338
- return !1;
339
- return !0;
340
- }
341
- function N(e, s) {
342
- const t = Array.isArray(s) ? s : De(s) ? [s] : qe(s), i = t.length === 1 ? e : or(e, t), o = t.length - 1, l = t[o];
343
- return i && delete i[l], o !== 0 && (U(i) && K(i) || Array.isArray(i) && ur(i)) && N(e, t.slice(0, -1)), e;
344
- }
345
- var cr = (e) => {
346
- for (const s in e)
347
- if (le(e[s]))
348
- return !0;
349
- return !1;
350
- };
351
- function xt(e) {
352
- return Array.isArray(e) || U(e) && !cr(e);
353
- }
354
- function Pe(e, s = {}) {
355
- for (const t in e)
356
- xt(e[t]) ? (s[t] = Array.isArray(e[t]) ? [] : {}, Pe(e[t], s[t])) : L(e[t]) || (s[t] = !0);
357
- return s;
358
- }
359
- function me(e, s, t) {
360
- t || (t = Pe(s));
361
- for (const i in e)
362
- xt(e[i]) ? L(s) || Ue(t[i]) ? t[i] = Pe(e[i], Array.isArray(e[i]) ? [] : {}) : me(e[i], j(s) ? {} : s[i], t[i]) : t[i] = !ae(e[i], s[i]);
363
- return t;
364
- }
365
- const at = {
366
- value: !1,
367
- isValid: !1
368
- }, lt = { value: !0, isValid: !0 };
369
- var Ft = (e) => {
370
- if (Array.isArray(e)) {
371
- if (e.length > 1) {
372
- const s = e.filter((t) => t && t.checked && !t.disabled).map((t) => t.value);
373
- return { value: s, isValid: !!s.length };
374
- }
375
- return e[0].checked && !e[0].disabled ? (
376
- // @ts-expect-error expected to work in the browser
377
- e[0].attributes && !L(e[0].attributes.value) ? L(e[0].value) || e[0].value === "" ? lt : { value: e[0].value, isValid: !0 } : lt
378
- ) : at;
379
- }
380
- return at;
381
- }, pt = (e, { valueAsNumber: s, valueAsDate: t, setValueAs: i }) => L(e) ? e : s ? e === "" ? NaN : e && +e : t && Q(e) ? new Date(e) : i ? i(e) : e;
382
- const nt = {
383
- isValid: !1,
384
- value: null
385
- };
386
- var At = (e) => Array.isArray(e) ? e.reduce((s, t) => t && t.checked && !t.disabled ? {
387
- isValid: !0,
388
- value: t.value
389
- } : s, nt) : nt;
390
- function ot(e) {
391
- const s = e.ref;
392
- return $e(s) ? s.files : Ke(s) ? At(e.refs).value : kt(s) ? [...s.selectedOptions].map(({ value: t }) => t) : xe(s) ? Ft(e.refs).value : pt(L(s.value) ? e.ref.value : s.value, e);
393
- }
394
- var dr = (e, s, t, i) => {
395
- const o = {};
396
- for (const l of e) {
397
- const c = y(s, l);
398
- c && R(o, l, c._f);
399
- }
400
- return {
401
- criteriaMode: t,
402
- names: [...e],
403
- fields: o,
404
- shouldUseNativeValidation: i
405
- };
406
- }, Se = (e) => e instanceof RegExp, be = (e) => L(e) ? e : Se(e) ? e.source : U(e) ? Se(e.value) ? e.value.source : e.value : e, ut = (e) => ({
407
- isOnSubmit: !e || e === ie.onSubmit,
408
- isOnBlur: e === ie.onBlur,
409
- isOnChange: e === ie.onChange,
410
- isOnAll: e === ie.all,
411
- isOnTouch: e === ie.onTouched
412
- });
413
- const ct = "AsyncFunction";
414
- var fr = (e) => !!e && !!e.validate && !!(le(e.validate) && e.validate.constructor.name === ct || U(e.validate) && Object.values(e.validate).find((s) => s.constructor.name === ct)), yr = (e) => e.mount && (e.required || e.min || e.max || e.maxLength || e.minLength || e.pattern || e.validate), dt = (e, s, t) => !t && (s.watchAll || s.watch.has(e) || [...s.watch].some((i) => e.startsWith(i) && /^\.\w+/.test(e.slice(i.length))));
415
- const ke = (e, s, t, i) => {
416
- for (const o of t || Object.keys(e)) {
417
- const l = y(e, o);
418
- if (l) {
419
- const { _f: c, ...d } = l;
420
- if (c) {
421
- if (c.refs && c.refs[0] && s(c.refs[0], o) && !i)
422
- return !0;
423
- if (c.ref && s(c.ref, c.name) && !i)
424
- return !0;
425
- if (ke(d, s))
426
- break;
427
- } else if (U(d) && ke(d, s))
428
- break;
429
- }
430
- }
431
- };
432
- function ft(e, s, t) {
433
- const i = y(e, t);
434
- if (i || De(t))
435
- return {
436
- error: i,
437
- name: t
438
- };
439
- const o = t.split(".");
440
- for (; o.length; ) {
441
- const l = o.join("."), c = y(s, l), d = y(e, l);
442
- if (c && !Array.isArray(c) && t !== l)
443
- return { name: t };
444
- if (d && d.type)
445
- return {
446
- name: l,
447
- error: d
448
- };
449
- if (d && d.root && d.root.type)
450
- return {
451
- name: `${l}.root`,
452
- error: d.root
453
- };
454
- o.pop();
455
- }
456
- return {
457
- name: t
458
- };
459
- }
460
- var hr = (e, s, t, i) => {
461
- t(e);
462
- const { name: o, ...l } = e;
463
- return K(l) || Object.keys(l).length >= Object.keys(s).length || Object.keys(l).find((c) => s[c] === (!i || ie.all));
464
- }, mr = (e, s, t) => !e || !s || e === s || Ve(e).some((i) => i && (t ? i === s : i.startsWith(s) || s.startsWith(i))), _r = (e, s, t, i, o) => o.isOnAll ? !1 : !t && o.isOnTouch ? !(s || e) : (t ? i.isOnBlur : o.isOnBlur) ? !e : (t ? i.isOnChange : o.isOnChange) ? e : !0, gr = (e, s) => !We(y(e, s)).length && N(e, s), vr = (e, s, t) => {
465
- const i = Ve(y(e, t));
466
- return R(i, "root", s[t]), R(e, t, i), e;
467
- };
468
- function yt(e, s, t = "validate") {
469
- if (Q(e) || Array.isArray(e) && e.every(Q) || J(e) && !e)
470
- return {
471
- type: t,
472
- message: Q(e) ? e : "",
473
- ref: s
474
- };
475
- }
476
- var he = (e) => U(e) && !Se(e) ? e : {
477
- value: e,
478
- message: ""
479
- }, ht = async (e, s, t, i, o, l) => {
480
- const { ref: c, refs: d, required: D, maxLength: C, minLength: g, min: x, max: _, pattern: X, validate: q, name: E, valueAsNumber: M, mount: Z } = e._f, b = y(t, E);
481
- if (!Z || s.has(E))
482
- return {};
483
- const S = d ? d[0] : c, F = (k) => {
484
- o && S.reportValidity && (S.setCustomValidity(J(k) ? "" : k || ""), S.reportValidity());
485
- }, V = {}, H = Ke(c), z = xe(c), se = H || z, $ = (M || $e(c)) && L(c.value) && L(b) || Ce(c) && c.value === "" || b === "" || Array.isArray(b) && !b.length, G = lr.bind(null, E, i, V), ee = (k, p, B, A = ne.maxLength, W = ne.minLength) => {
486
- const Y = k ? p : B;
487
- V[E] = {
488
- type: k ? A : W,
489
- message: Y,
490
- ref: c,
491
- ...G(k ? A : W, Y)
492
- };
493
- };
494
- if (l ? !Array.isArray(b) || !b.length : D && (!se && ($ || j(b)) || J(b) && !b || z && !Ft(d).isValid || H && !At(d).isValid)) {
495
- const { value: k, message: p } = Q(D) ? { value: !!D, message: D } : he(D);
496
- if (k && (V[E] = {
497
- type: ne.required,
498
- message: p,
499
- ref: S,
500
- ...G(ne.required, p)
501
- }, !i))
502
- return F(p), V;
503
- }
504
- if (!$ && (!j(x) || !j(_))) {
505
- let k, p;
506
- const B = he(_), A = he(x);
507
- if (!j(b) && !isNaN(b)) {
508
- const W = c.valueAsNumber || b && +b;
509
- j(B.value) || (k = W > B.value), j(A.value) || (p = W < A.value);
510
- } else {
511
- const W = c.valueAsDate || new Date(b), Y = (ye) => /* @__PURE__ */ new Date((/* @__PURE__ */ new Date()).toDateString() + " " + ye), oe = c.type == "time", ue = c.type == "week";
512
- Q(B.value) && b && (k = oe ? Y(b) > Y(B.value) : ue ? b > B.value : W > new Date(B.value)), Q(A.value) && b && (p = oe ? Y(b) < Y(A.value) : ue ? b < A.value : W < new Date(A.value));
513
- }
514
- if ((k || p) && (ee(!!k, B.message, A.message, ne.max, ne.min), !i))
515
- return F(V[E].message), V;
516
- }
517
- if ((C || g) && !$ && (Q(b) || l && Array.isArray(b))) {
518
- const k = he(C), p = he(g), B = !j(k.value) && b.length > +k.value, A = !j(p.value) && b.length < +p.value;
519
- if ((B || A) && (ee(B, k.message, p.message), !i))
520
- return F(V[E].message), V;
521
- }
522
- if (X && !$ && Q(b)) {
523
- const { value: k, message: p } = he(X);
524
- if (Se(k) && !b.match(k) && (V[E] = {
525
- type: ne.pattern,
526
- message: p,
527
- ref: c,
528
- ...G(ne.pattern, p)
529
- }, !i))
530
- return F(p), V;
531
- }
532
- if (q) {
533
- if (le(q)) {
534
- const k = await q(b, t), p = yt(k, S);
535
- if (p && (V[E] = {
536
- ...p,
537
- ...G(ne.validate, p.message)
538
- }, !i))
539
- return F(p.message), V;
540
- } else if (U(q)) {
541
- let k = {};
542
- for (const p in q) {
543
- if (!K(k) && !i)
544
- break;
545
- const B = yt(await q[p](b, t), S, p);
546
- B && (k = {
547
- ...B,
548
- ...G(p, B.message)
549
- }, F(B.message), i && (V[E] = k));
550
- }
551
- if (!K(k) && (V[E] = {
552
- ref: S,
553
- ...k
554
- }, !i))
555
- return V;
556
- }
557
- }
558
- return F(!0), V;
559
- };
560
- const br = {
561
- mode: ie.onSubmit,
562
- reValidateMode: ie.onChange,
563
- shouldFocusError: !0
564
- };
565
- function Vr(e = {}) {
566
- let s = {
567
- ...br,
568
- ...e
569
- }, t = {
570
- submitCount: 0,
571
- isDirty: !1,
572
- isReady: !1,
573
- isLoading: le(s.defaultValues),
574
- isValidating: !1,
575
- isSubmitted: !1,
576
- isSubmitting: !1,
577
- isSubmitSuccessful: !1,
578
- isValid: !1,
579
- touchedFields: {},
580
- dirtyFields: {},
581
- validatingFields: {},
582
- errors: s.errors || {},
583
- disabled: s.disabled || !1
584
- }, i = {}, o = U(s.defaultValues) || U(s.values) ? P(s.defaultValues || s.values) || {} : {}, l = s.shouldUnregister ? {} : P(o), c = {
585
- action: !1,
586
- mount: !1,
587
- watch: !1
588
- }, d = {
589
- mount: /* @__PURE__ */ new Set(),
590
- disabled: /* @__PURE__ */ new Set(),
591
- unMount: /* @__PURE__ */ new Set(),
592
- array: /* @__PURE__ */ new Set(),
593
- watch: /* @__PURE__ */ new Set()
594
- }, D, C = 0;
595
- const g = {
596
- isDirty: !1,
597
- dirtyFields: !1,
598
- validatingFields: !1,
599
- touchedFields: !1,
600
- isValidating: !1,
601
- isValid: !1,
602
- errors: !1
603
- };
604
- let x = {
605
- ...g
606
- };
607
- const _ = {
608
- array: it(),
609
- state: it()
610
- }, X = s.criteriaMode === ie.all, q = (r) => (a) => {
611
- clearTimeout(C), C = setTimeout(r, a);
612
- }, E = async (r) => {
613
- if (!s.disabled && (g.isValid || x.isValid || r)) {
614
- const a = s.resolver ? K((await z()).errors) : await $(i, !0);
615
- a !== t.isValid && _.state.next({
616
- isValid: a
617
- });
618
- }
619
- }, M = (r, a) => {
620
- !s.disabled && (g.isValidating || g.validatingFields || x.isValidating || x.validatingFields) && ((r || Array.from(d.mount)).forEach((n) => {
621
- n && (a ? R(t.validatingFields, n, a) : N(t.validatingFields, n));
622
- }), _.state.next({
623
- validatingFields: t.validatingFields,
624
- isValidating: !K(t.validatingFields)
625
- }));
626
- }, Z = (r, a = [], n, h, f = !0, u = !0) => {
627
- if (h && n && !s.disabled) {
628
- if (c.action = !0, u && Array.isArray(y(i, r))) {
629
- const m = n(y(i, r), h.argA, h.argB);
630
- f && R(i, r, m);
631
- }
632
- if (u && Array.isArray(y(t.errors, r))) {
633
- const m = n(y(t.errors, r), h.argA, h.argB);
634
- f && R(t.errors, r, m), gr(t.errors, r);
635
- }
636
- if ((g.touchedFields || x.touchedFields) && u && Array.isArray(y(t.touchedFields, r))) {
637
- const m = n(y(t.touchedFields, r), h.argA, h.argB);
638
- f && R(t.touchedFields, r, m);
639
- }
640
- (g.dirtyFields || x.dirtyFields) && (t.dirtyFields = me(o, l)), _.state.next({
641
- name: r,
642
- isDirty: ee(r, a),
643
- dirtyFields: t.dirtyFields,
644
- errors: t.errors,
645
- isValid: t.isValid
646
- });
647
- } else
648
- R(l, r, a);
649
- }, b = (r, a) => {
650
- R(t.errors, r, a), _.state.next({
651
- errors: t.errors
652
- });
653
- }, S = (r) => {
654
- t.errors = r, _.state.next({
655
- errors: t.errors,
656
- isValid: !1
657
- });
658
- }, F = (r, a, n, h) => {
659
- const f = y(i, r);
660
- if (f) {
661
- const u = y(l, r, L(n) ? y(o, r) : n);
662
- L(u) || h && h.defaultChecked || a ? R(l, r, a ? u : ot(f._f)) : B(r, u), c.mount && E();
663
- }
664
- }, V = (r, a, n, h, f) => {
665
- let u = !1, m = !1;
666
- const w = {
667
- name: r
668
- };
669
- if (!s.disabled) {
670
- if (!n || h) {
671
- (g.isDirty || x.isDirty) && (m = t.isDirty, t.isDirty = w.isDirty = ee(), u = m !== w.isDirty);
672
- const T = ae(y(o, r), a);
673
- m = !!y(t.dirtyFields, r), T ? N(t.dirtyFields, r) : R(t.dirtyFields, r, !0), w.dirtyFields = t.dirtyFields, u = u || (g.dirtyFields || x.dirtyFields) && m !== !T;
674
- }
675
- if (n) {
676
- const T = y(t.touchedFields, r);
677
- T || (R(t.touchedFields, r, n), w.touchedFields = t.touchedFields, u = u || (g.touchedFields || x.touchedFields) && T !== n);
678
- }
679
- u && f && _.state.next(w);
680
- }
681
- return u ? w : {};
682
- }, H = (r, a, n, h) => {
683
- const f = y(t.errors, r), u = (g.isValid || x.isValid) && J(a) && t.isValid !== a;
684
- if (s.delayError && n ? (D = q(() => b(r, n)), D(s.delayError)) : (clearTimeout(C), D = null, n ? R(t.errors, r, n) : N(t.errors, r)), (n ? !ae(f, n) : f) || !K(h) || u) {
685
- const m = {
686
- ...h,
687
- ...u && J(a) ? { isValid: a } : {},
688
- errors: t.errors,
689
- name: r
690
- };
691
- t = {
692
- ...t,
693
- ...m
694
- }, _.state.next(m);
695
- }
696
- }, z = async (r) => {
697
- M(r, !0);
698
- const a = await s.resolver(l, s.context, dr(r || d.mount, i, s.criteriaMode, s.shouldUseNativeValidation));
699
- return M(r), a;
700
- }, se = async (r) => {
701
- const { errors: a } = await z(r);
702
- if (r)
703
- for (const n of r) {
704
- const h = y(a, n);
705
- h ? R(t.errors, n, h) : N(t.errors, n);
706
- }
707
- else
708
- t.errors = a;
709
- return a;
710
- }, $ = async (r, a, n = {
711
- valid: !0
712
- }) => {
713
- for (const h in r) {
714
- const f = r[h];
715
- if (f) {
716
- const { _f: u, ...m } = f;
717
- if (u) {
718
- const w = d.array.has(u.name), T = f._f && fr(f._f);
719
- T && g.validatingFields && M([u.name], !0);
720
- const re = await ht(f, d.disabled, l, X, s.shouldUseNativeValidation && !a, w);
721
- if (T && g.validatingFields && M([u.name]), re[u.name] && (n.valid = !1, a))
722
- break;
723
- !a && (y(re, u.name) ? w ? vr(t.errors, re, u.name) : R(t.errors, u.name, re[u.name]) : N(t.errors, u.name));
724
- }
725
- !K(m) && await $(m, a, n);
726
- }
727
- }
728
- return n.valid;
729
- }, G = () => {
730
- for (const r of d.unMount) {
731
- const a = y(i, r);
732
- a && (a._f.refs ? a._f.refs.every((n) => !Oe(n)) : !Oe(a._f.ref)) && ve(r);
733
- }
734
- d.unMount = /* @__PURE__ */ new Set();
735
- }, ee = (r, a) => !s.disabled && (r && a && R(l, r, a), !ae(ye(), o)), k = (r, a, n) => Ne(r, d, {
736
- ...c.mount ? l : L(a) ? o : Q(r) ? { [r]: a } : a
737
- }, n, a), p = (r) => We(y(c.mount ? l : o, r, s.shouldUnregister ? y(o, r, []) : [])), B = (r, a, n = {}) => {
738
- const h = y(i, r);
739
- let f = a;
740
- if (h) {
741
- const u = h._f;
742
- u && (!u.disabled && R(l, r, pt(a, u)), f = Ce(u.ref) && j(a) ? "" : a, kt(u.ref) ? [...u.ref.options].forEach((m) => m.selected = f.includes(m.value)) : u.refs ? xe(u.ref) ? u.refs.forEach((m) => {
743
- (!m.defaultChecked || !m.disabled) && (Array.isArray(f) ? m.checked = !!f.find((w) => w === m.value) : m.checked = f === m.value || !!f);
744
- }) : u.refs.forEach((m) => m.checked = m.value === f) : $e(u.ref) ? u.ref.value = "" : (u.ref.value = f, u.ref.type || _.state.next({
745
- name: r,
746
- values: P(l)
747
- })));
748
- }
749
- (n.shouldDirty || n.shouldTouch) && V(r, f, n.shouldTouch, n.shouldDirty, !0), n.shouldValidate && ue(r);
750
- }, A = (r, a, n) => {
751
- for (const h in a) {
752
- if (!a.hasOwnProperty(h))
753
- return;
754
- const f = a[h], u = r + "." + h, m = y(i, u);
755
- (d.array.has(r) || U(f) || m && !m._f) && !fe(f) ? A(u, f, n) : B(u, f, n);
756
- }
757
- }, W = (r, a, n = {}) => {
758
- const h = y(i, r), f = d.array.has(r), u = P(a);
759
- R(l, r, u), f ? (_.array.next({
760
- name: r,
761
- values: P(l)
762
- }), (g.isDirty || g.dirtyFields || x.isDirty || x.dirtyFields) && n.shouldDirty && _.state.next({
763
- name: r,
764
- dirtyFields: me(o, l),
765
- isDirty: ee(r, u)
766
- })) : h && !h._f && !j(u) ? A(r, u, n) : B(r, u, n), dt(r, d) && _.state.next({ ...t, name: r }), _.state.next({
767
- name: c.mount ? r : void 0,
768
- values: P(l)
769
- });
770
- }, Y = async (r) => {
771
- c.mount = !0;
772
- const a = r.target;
773
- let n = a.name, h = !0;
774
- const f = y(i, n), u = (T) => {
775
- h = Number.isNaN(T) || fe(T) && isNaN(T.getTime()) || ae(T, y(l, n, T));
776
- }, m = ut(s.mode), w = ut(s.reValidateMode);
777
- if (f) {
778
- let T, re;
779
- const Ae = a.type ? ot(f._f) : _t(r), ce = r.type === we.BLUR || r.type === we.FOCUS_OUT, Et = !yr(f._f) && !s.resolver && !y(t.errors, n) && !f._f.deps || _r(ce, y(t.touchedFields, n), t.isSubmitted, w, m), Re = dt(n, d, ce);
780
- R(l, n, Ae), ce ? (!a || !a.readOnly) && (f._f.onBlur && f._f.onBlur(r), D && D(0)) : f._f.onChange && f._f.onChange(r);
781
- const Le = V(n, Ae, ce), Bt = !K(Le) || Re;
782
- if (!ce && _.state.next({
783
- name: n,
784
- type: r.type,
785
- values: P(l)
786
- }), Et)
787
- return (g.isValid || x.isValid) && (s.mode === "onBlur" ? ce && E() : ce || E()), Bt && _.state.next({ name: n, ...Re ? {} : Le });
788
- if (!ce && Re && _.state.next({ ...t }), s.resolver) {
789
- const { errors: Xe } = await z([n]);
790
- if (u(Ae), h) {
791
- const Tt = ft(t.errors, i, n), Ze = ft(Xe, i, Tt.name || n);
792
- T = Ze.error, n = Ze.name, re = K(Xe);
793
- }
794
- } else
795
- M([n], !0), T = (await ht(f, d.disabled, l, X, s.shouldUseNativeValidation))[n], M([n]), u(Ae), h && (T ? re = !1 : (g.isValid || x.isValid) && (re = await $(i, !0)));
796
- h && (f._f.deps && (!Array.isArray(f._f.deps) || f._f.deps.length > 0) && ue(f._f.deps), H(n, re, T, Le));
797
- }
798
- }, oe = (r, a) => {
799
- if (y(t.errors, a) && r.focus)
800
- return r.focus(), 1;
801
- }, ue = async (r, a = {}) => {
802
- let n, h;
803
- const f = Ve(r);
804
- if (s.resolver) {
805
- const u = await se(L(r) ? r : f);
806
- n = K(u), h = r ? !f.some((m) => y(u, m)) : n;
807
- } else r ? (h = (await Promise.all(f.map(async (u) => {
808
- const m = y(i, u);
809
- return await $(m && m._f ? { [u]: m } : m);
810
- }))).every(Boolean), !(!h && !t.isValid) && E()) : h = n = await $(i);
811
- return _.state.next({
812
- ...!Q(r) || (g.isValid || x.isValid) && n !== t.isValid ? {} : { name: r },
813
- ...s.resolver || !r ? { isValid: n } : {},
814
- errors: t.errors
815
- }), a.shouldFocus && !h && ke(i, oe, r ? f : d.mount), h;
816
- }, ye = (r, a) => {
817
- let n = {
818
- ...c.mount ? l : o
819
- };
820
- return a && (n = Vt(a.dirtyFields ? t.dirtyFields : t.touchedFields, n)), L(r) ? n : Q(r) ? y(n, r) : r.map((h) => y(n, h));
821
- }, Fe = (r, a) => ({
822
- invalid: !!y((a || t).errors, r),
823
- isDirty: !!y((a || t).dirtyFields, r),
824
- error: y((a || t).errors, r),
825
- isValidating: !!y(t.validatingFields, r),
826
- isTouched: !!y((a || t).touchedFields, r)
827
- }), Ee = (r) => {
828
- r && Ve(r).forEach((a) => N(t.errors, a)), _.state.next({
829
- errors: r ? t.errors : {}
830
- });
831
- }, pe = (r, a, n) => {
832
- const h = (y(i, r, { _f: {} })._f || {}).ref, f = y(t.errors, r) || {}, { ref: u, message: m, type: w, ...T } = f;
833
- R(t.errors, r, {
834
- ...T,
835
- ...a,
836
- ref: h
837
- }), _.state.next({
838
- name: r,
839
- errors: t.errors,
840
- isValid: !1
841
- }), n && n.shouldFocus && h && h.focus && h.focus();
842
- }, _e = (r, a) => le(r) ? _.state.subscribe({
843
- next: (n) => "values" in n && r(k(void 0, a), n)
844
- }) : k(r, a, !0), te = (r) => _.state.subscribe({
845
- next: (a) => {
846
- mr(r.name, a.name, r.exact) && hr(a, r.formState || g, Dt, r.reRenderRoot) && r.callback({
847
- values: { ...l },
848
- ...t,
849
- ...a,
850
- defaultValues: o
851
- });
852
- }
853
- }).unsubscribe, ge = (r) => (c.mount = !0, x = {
854
- ...x,
855
- ...r.formState
856
- }, te({
857
- ...r,
858
- formState: x
859
- })), ve = (r, a = {}) => {
860
- for (const n of r ? Ve(r) : d.mount)
861
- d.mount.delete(n), d.array.delete(n), a.keepValue || (N(i, n), N(l, n)), !a.keepError && N(t.errors, n), !a.keepDirty && N(t.dirtyFields, n), !a.keepTouched && N(t.touchedFields, n), !a.keepIsValidating && N(t.validatingFields, n), !s.shouldUnregister && !a.keepDefaultValue && N(o, n);
862
- _.state.next({
863
- values: P(l)
864
- }), _.state.next({
865
- ...t,
866
- ...a.keepDirty ? { isDirty: ee() } : {}
867
- }), !a.keepIsValid && E();
868
- }, je = ({ disabled: r, name: a }) => {
869
- (J(r) && c.mount || r || d.disabled.has(a)) && (r ? d.disabled.add(a) : d.disabled.delete(a));
870
- }, Be = (r, a = {}) => {
871
- let n = y(i, r);
872
- const h = J(a.disabled) || J(s.disabled);
873
- return R(i, r, {
874
- ...n || {},
875
- _f: {
876
- ...n && n._f ? n._f : { ref: { name: r } },
877
- name: r,
878
- mount: !0,
879
- ...a
880
- }
881
- }), d.mount.add(r), n ? je({
882
- disabled: J(a.disabled) ? a.disabled : s.disabled,
883
- name: r
884
- }) : F(r, !0, a.value), {
885
- ...h ? { disabled: a.disabled || s.disabled } : {},
886
- ...s.progressive ? {
887
- required: !!a.required,
888
- min: be(a.min),
889
- max: be(a.max),
890
- minLength: be(a.minLength),
891
- maxLength: be(a.maxLength),
892
- pattern: be(a.pattern)
893
- } : {},
894
- name: r,
895
- onChange: Y,
896
- onBlur: Y,
897
- ref: (f) => {
898
- if (f) {
899
- Be(r, a), n = y(i, r);
900
- const u = L(f.value) && f.querySelectorAll && f.querySelectorAll("input,select,textarea")[0] || f, m = nr(u), w = n._f.refs || [];
901
- if (m ? w.find((T) => T === u) : u === n._f.ref)
902
- return;
903
- R(i, r, {
904
- _f: {
905
- ...n._f,
906
- ...m ? {
907
- refs: [
908
- ...w.filter(Oe),
909
- u,
910
- ...Array.isArray(y(o, r)) ? [{}] : []
911
- ],
912
- ref: { type: u.type, name: r }
913
- } : { ref: u }
914
- }
915
- }), F(r, !1, void 0, u);
916
- } else
917
- n = y(i, r, {}), n._f && (n._f.mount = !1), (s.shouldUnregister || a.shouldUnregister) && !(gt(d.array, r) && c.action) && d.unMount.add(r);
918
- }
919
- };
920
- }, Te = () => s.shouldFocusError && ke(i, oe, d.mount), wt = (r) => {
921
- J(r) && (_.state.next({ disabled: r }), ke(i, (a, n) => {
922
- const h = y(i, n);
923
- h && (a.disabled = h._f.disabled || r, Array.isArray(h._f.refs) && h._f.refs.forEach((f) => {
924
- f.disabled = h._f.disabled || r;
925
- }));
926
- }, 0, !1));
927
- }, Ge = (r, a) => async (n) => {
928
- let h;
929
- n && (n.preventDefault && n.preventDefault(), n.persist && n.persist());
930
- let f = P(l);
931
- if (_.state.next({
932
- isSubmitting: !0
933
- }), s.resolver) {
934
- const { errors: u, values: m } = await z();
935
- t.errors = u, f = P(m);
936
- } else
937
- await $(i);
938
- if (d.disabled.size)
939
- for (const u of d.disabled)
940
- N(f, u);
941
- if (N(t.errors, "root"), K(t.errors)) {
942
- _.state.next({
943
- errors: {}
944
- });
945
- try {
946
- await r(f, n);
947
- } catch (u) {
948
- h = u;
949
- }
950
- } else
951
- a && await a({ ...t.errors }, n), Te(), setTimeout(Te);
952
- if (_.state.next({
953
- isSubmitted: !0,
954
- isSubmitting: !1,
955
- isSubmitSuccessful: K(t.errors) && !h,
956
- submitCount: t.submitCount + 1,
957
- errors: t.errors
958
- }), h)
959
- throw h;
960
- }, Ct = (r, a = {}) => {
961
- y(i, r) && (L(a.defaultValue) ? W(r, P(y(o, r))) : (W(r, a.defaultValue), R(o, r, P(a.defaultValue))), a.keepTouched || N(t.touchedFields, r), a.keepDirty || (N(t.dirtyFields, r), t.isDirty = a.defaultValue ? ee(r, P(y(o, r))) : ee()), a.keepError || (N(t.errors, r), g.isValid && E()), _.state.next({ ...t }));
962
- }, Ye = (r, a = {}) => {
963
- const n = r ? P(r) : o, h = P(n), f = K(r), u = f ? o : h;
964
- if (a.keepDefaultValues || (o = n), !a.keepValues) {
965
- if (a.keepDirtyValues) {
966
- const m = /* @__PURE__ */ new Set([
967
- ...d.mount,
968
- ...Object.keys(me(o, l))
969
- ]);
970
- for (const w of Array.from(m))
971
- y(t.dirtyFields, w) ? R(u, w, y(l, w)) : W(w, y(u, w));
972
- } else {
973
- if (Ie && L(r))
974
- for (const m of d.mount) {
975
- const w = y(i, m);
976
- if (w && w._f) {
977
- const T = Array.isArray(w._f.refs) ? w._f.refs[0] : w._f.ref;
978
- if (Ce(T)) {
979
- const re = T.closest("form");
980
- if (re) {
981
- re.reset();
982
- break;
983
- }
984
- }
985
- }
986
- }
987
- if (a.keepFieldsRef)
988
- for (const m of d.mount)
989
- W(m, y(u, m));
990
- else
991
- i = {};
992
- }
993
- l = s.shouldUnregister ? a.keepDefaultValues ? P(o) : {} : P(u), _.array.next({
994
- values: { ...u }
995
- }), _.state.next({
996
- values: { ...u }
997
- });
998
- }
999
- d = {
1000
- mount: a.keepDirtyValues ? d.mount : /* @__PURE__ */ new Set(),
1001
- unMount: /* @__PURE__ */ new Set(),
1002
- array: /* @__PURE__ */ new Set(),
1003
- disabled: /* @__PURE__ */ new Set(),
1004
- watch: /* @__PURE__ */ new Set(),
1005
- watchAll: !1,
1006
- focus: ""
1007
- }, c.mount = !g.isValid || !!a.keepIsValid || !!a.keepDirtyValues || !s.shouldUnregister && !K(u), c.watch = !!s.shouldUnregister, _.state.next({
1008
- submitCount: a.keepSubmitCount ? t.submitCount : 0,
1009
- isDirty: f ? !1 : a.keepDirty ? t.isDirty : !!(a.keepDefaultValues && !ae(r, o)),
1010
- isSubmitted: a.keepIsSubmitted ? t.isSubmitted : !1,
1011
- dirtyFields: f ? {} : a.keepDirtyValues ? a.keepDefaultValues && l ? me(o, l) : t.dirtyFields : a.keepDefaultValues && r ? me(o, r) : a.keepDirty ? t.dirtyFields : {},
1012
- touchedFields: a.keepTouched ? t.touchedFields : {},
1013
- errors: a.keepErrors ? t.errors : {},
1014
- isSubmitSuccessful: a.keepIsSubmitSuccessful ? t.isSubmitSuccessful : !1,
1015
- isSubmitting: !1,
1016
- defaultValues: o
1017
- });
1018
- }, Je = (r, a) => Ye(le(r) ? r(l) : r, a), St = (r, a = {}) => {
1019
- const n = y(i, r), h = n && n._f;
1020
- if (h) {
1021
- const f = h.refs ? h.refs[0] : h.ref;
1022
- f.focus && (f.focus(), a.shouldSelect && le(f.select) && f.select());
1023
- }
1024
- }, Dt = (r) => {
1025
- t = {
1026
- ...t,
1027
- ...r
1028
- };
1029
- }, Qe = {
1030
- control: {
1031
- register: Be,
1032
- unregister: ve,
1033
- getFieldState: Fe,
1034
- handleSubmit: Ge,
1035
- setError: pe,
1036
- _subscribe: te,
1037
- _runSchema: z,
1038
- _focusError: Te,
1039
- _getWatch: k,
1040
- _getDirty: ee,
1041
- _setValid: E,
1042
- _setFieldArray: Z,
1043
- _setDisabledField: je,
1044
- _setErrors: S,
1045
- _getFieldArray: p,
1046
- _reset: Ye,
1047
- _resetDefaultValues: () => le(s.defaultValues) && s.defaultValues().then((r) => {
1048
- Je(r, s.resetOptions), _.state.next({
1049
- isLoading: !1
1050
- });
1051
- }),
1052
- _removeUnmounted: G,
1053
- _disableForm: wt,
1054
- _subjects: _,
1055
- _proxyFormState: g,
1056
- get _fields() {
1057
- return i;
1058
- },
1059
- get _formValues() {
1060
- return l;
1061
- },
1062
- get _state() {
1063
- return c;
1064
- },
1065
- set _state(r) {
1066
- c = r;
1067
- },
1068
- get _defaultValues() {
1069
- return o;
1070
- },
1071
- get _names() {
1072
- return d;
1073
- },
1074
- set _names(r) {
1075
- d = r;
1076
- },
1077
- get _formState() {
1078
- return t;
1079
- },
1080
- get _options() {
1081
- return s;
1082
- },
1083
- set _options(r) {
1084
- s = {
1085
- ...s,
1086
- ...r
1087
- };
1088
- }
1089
- },
1090
- subscribe: ge,
1091
- trigger: ue,
1092
- register: Be,
1093
- handleSubmit: Ge,
1094
- watch: _e,
1095
- setValue: W,
1096
- getValues: ye,
1097
- reset: Je,
1098
- resetField: Ct,
1099
- clearErrors: Ee,
1100
- unregister: ve,
1101
- setError: pe,
1102
- setFocus: St,
1103
- getFieldState: Fe
1104
- };
1105
- return {
1106
- ...Qe,
1107
- formControl: Qe
1108
- };
1109
- }
1110
- function kr(e = {}) {
1111
- const s = v.useRef(void 0), t = v.useRef(void 0), [i, o] = v.useState({
1112
- isDirty: !1,
1113
- isValidating: !1,
1114
- isLoading: le(e.defaultValues),
1115
- isSubmitted: !1,
1116
- isSubmitting: !1,
1117
- isSubmitSuccessful: !1,
1118
- isValid: !1,
1119
- submitCount: 0,
1120
- dirtyFields: {},
1121
- touchedFields: {},
1122
- validatingFields: {},
1123
- errors: e.errors || {},
1124
- disabled: e.disabled || !1,
1125
- isReady: !1,
1126
- defaultValues: le(e.defaultValues) ? void 0 : e.defaultValues
1127
- });
1128
- if (!s.current)
1129
- if (e.formControl)
1130
- s.current = {
1131
- ...e.formControl,
1132
- formState: i
1133
- }, e.defaultValues && !le(e.defaultValues) && e.formControl.reset(e.defaultValues, e.resetOptions);
1134
- else {
1135
- const { formControl: c, ...d } = Vr(e);
1136
- s.current = {
1137
- ...d,
1138
- formState: i
1139
- };
1140
- }
1141
- const l = s.current.control;
1142
- return l._options = e, ze(() => {
1143
- const c = l._subscribe({
1144
- formState: l._proxyFormState,
1145
- callback: () => o({ ...l._formState }),
1146
- reRenderRoot: !0
1147
- });
1148
- return o((d) => ({
1149
- ...d,
1150
- isReady: !0
1151
- })), l._formState.isReady = !0, c;
1152
- }, [l]), v.useEffect(() => l._disableForm(e.disabled), [l, e.disabled]), v.useEffect(() => {
1153
- e.mode && (l._options.mode = e.mode), e.reValidateMode && (l._options.reValidateMode = e.reValidateMode);
1154
- }, [l, e.mode, e.reValidateMode]), v.useEffect(() => {
1155
- e.errors && (l._setErrors(e.errors), l._focusError());
1156
- }, [l, e.errors]), v.useEffect(() => {
1157
- e.shouldUnregister && l._subjects.state.next({
1158
- values: l._getWatch()
1159
- });
1160
- }, [l, e.shouldUnregister]), v.useEffect(() => {
1161
- if (l._proxyFormState.isDirty) {
1162
- const c = l._getDirty();
1163
- c !== i.isDirty && l._subjects.state.next({
1164
- isDirty: c
1165
- });
1166
- }
1167
- }, [l, i.isDirty]), v.useEffect(() => {
1168
- e.values && !ae(e.values, t.current) ? (l._reset(e.values, {
1169
- keepFieldsRef: !0,
1170
- ...l._options.resetOptions
1171
- }), t.current = e.values, o((c) => ({ ...c }))) : l._resetDefaultValues();
1172
- }, [l, e.values]), v.useEffect(() => {
1173
- l._state.mount || (l._setValid(), l._state.mount = !0), l._state.watch && (l._state.watch = !1, l._subjects.state.next({ ...l._formState })), l._removeUnmounted();
1174
- }), s.current.formState = bt(i, l), s.current;
1175
- }
1176
- const xr = Nt.bind(I), Fr = "Я принимаю условия Политики обработки и защиты персональных данных, даю согласия на обработку персональных данных", Nr = ({
1177
- isFormOpen: e,
1178
- setIsFormOpen: s,
1179
- isNews: t,
1180
- title: i,
1181
- isEmail: o,
1182
- isPhone: l,
1183
- isTextArea: c,
1184
- telegramLink: d = "https://t.me/stone_developer",
1185
- isRequiredPhone: D = !0,
1186
- isRequiredEmail: C = !1,
1187
- isRequiredPhoneOrEmail: g,
1188
- textAreaPlaceholder: x,
1189
- subTitle: _,
1190
- submitHandler: X,
1191
- modalWidth: q = "442px",
1192
- rowsTextArea: E = 2,
1193
- advCheckBox: M = { text: Fr, isRequired: !0 },
1194
- isAdvCheckBox: Z,
1195
- addTitleClassName: b,
1196
- createPortalObj: S,
1197
- telegramClickHandler: F = () => null,
1198
- blurHandler: V,
1199
- handlerButton: H,
1200
- block_name: z,
1201
- emitCheckBox: se,
1202
- emitAdvCheckBox: $
1203
- }) => {
1204
- const {
1205
- register: G,
1206
- handleSubmit: ee,
1207
- reset: k,
1208
- control: p,
1209
- watch: B,
1210
- formState: { errors: A }
1211
- } = kr(), W = !!B("email"), Y = B("personalCheckBox"), oe = B("advCheckBox");
1212
- et(() => {
1213
- typeof Y < "u" && se && se();
1214
- }, [se, Y]), et(() => {
1215
- typeof oe < "u" && $ && $();
1216
- }, [$, oe]);
1217
- const { isMobile: ue, currentClientWidth: ye } = Ut(), Fe = B("personalCheckBox"), Ee = B("advCheckBox"), pe = (te) => {
1218
- X(te), k();
1219
- }, _e = (te, { action_element_status: ge, action_element: ve }) => {
1220
- V && V({
1221
- e: te,
1222
- analyticParams: { action_element: ve, action_element_status: ge, block_name: z }
1223
- });
1224
- };
1225
- return ye ? /* @__PURE__ */ O(
1226
- Pt,
1227
- {
1228
- additionalClass: I.modal,
1229
- additionalClassModalBody: I.modalBody,
1230
- createPortalObj: S,
1231
- isOpen: e,
1232
- isTransparentBack: !0,
1233
- emitIsOpen: () => s(!1),
1234
- opacity: 0.7,
1235
- children: /* @__PURE__ */ de(
1236
- "div",
1237
- {
1238
- className: I.root,
1239
- style: { width: ue ? "100%" : q },
1240
- "data-testid": "modal_window",
1241
- children: [
1242
- /* @__PURE__ */ O(
1243
- "div",
1244
- {
1245
- className: xr(I.title, b),
1246
- dangerouslySetInnerHTML: { __html: i ?? "Оставить обращение" }
1247
- }
1248
- ),
1249
- t && /* @__PURE__ */ de("div", { className: I.telegramWrapper, children: [
1250
- /* @__PURE__ */ O(
1251
- "a",
1252
- {
1253
- className: I.telegramLink,
1254
- href: d,
1255
- target: "_blank",
1256
- "data-testid": "modal_telegram_link",
1257
- children: /* @__PURE__ */ de(
1258
- "div",
1259
- {
1260
- className: I.telegram,
1261
- onClick: F,
1262
- children: [
1263
- /* @__PURE__ */ O("div", { children: "Подписаться в Telegram" }),
1264
- /* @__PURE__ */ O(tt, { name: "telegram" })
1265
- ]
1266
- }
1267
- )
1268
- }
1269
- ),
1270
- /* @__PURE__ */ O("div", { className: I.orText, children: "или" })
1271
- ] }),
1272
- !t && /* @__PURE__ */ O(
1273
- "div",
1274
- {
1275
- className: I.description,
1276
- dangerouslySetInnerHTML: {
1277
- __html: _ && !t ? "Оставьте номер телефона для получения консультации" : `${/* @__PURE__ */ O("div", { children: "привет" })}`
1278
- }
1279
- }
1280
- ),
1281
- /* @__PURE__ */ de("form", { onSubmit: ee(pe), children: [
1282
- /* @__PURE__ */ de(It, { className: I.inputWrapper, children: [
1283
- /* @__PURE__ */ O(
1284
- Me,
1285
- {
1286
- width: "full",
1287
- size_s: "large",
1288
- variant: "light",
1289
- placeholder: "Введите имя",
1290
- "data-testid": "modal_name",
1291
- ...G("name", { required: !0, pattern: Rt }),
1292
- onBlur: (te) => _e(te, {
1293
- action_element_status: A.name ? "error" : "success",
1294
- action_element: `input_${z}_name`
1295
- }),
1296
- error: !!A.name
1297
- }
1298
- ),
1299
- l && /* @__PURE__ */ O(
1300
- ar,
1301
- {
1302
- name: "phone",
1303
- control: p,
1304
- rules: {
1305
- required: C || D || g && !W,
1306
- pattern: { value: Lt, message: "" }
1307
- },
1308
- defaultValue: "",
1309
- render: ({ field: te }) => /* @__PURE__ */ O(
1310
- Me,
1311
- {
1312
- inputMode: "numeric",
1313
- isPhoneIMask: !0,
1314
- ...te,
1315
- width: "full",
1316
- "data-testid": "phone_modal",
1317
- type: "tel",
1318
- error: !!A.phone,
1319
- size_s: "large",
1320
- variant: "light",
1321
- onBlur: (ge) => _e(ge, {
1322
- action_element_status: A.phone ? "error" : "success",
1323
- action_element: `input_${z}_phone`
1324
- })
1325
- }
1326
- )
1327
- }
1328
- ),
1329
- o && /* @__PURE__ */ O(
1330
- Me,
1331
- {
1332
- width: "full",
1333
- size_s: "large",
1334
- variant: "light",
1335
- placeholder: "Введите email",
1336
- "data-testid": "modal_email",
1337
- ...G("email", {
1338
- required: C || g && !W,
1339
- pattern: Mt
1340
- }),
1341
- error: !!A.email,
1342
- onBlur: (te) => _e(te, {
1343
- action_element_status: A.email ? "error" : "success",
1344
- action_element: `input_${z}_email`
1345
- })
1346
- }
1347
- ),
1348
- c && /* @__PURE__ */ O(
1349
- Ot,
1350
- {
1351
- "data-testid": "modal_textarea",
1352
- placeholder: x,
1353
- rows: E,
1354
- width: "full",
1355
- ...G("textarea")
1356
- }
1357
- ),
1358
- M && !t && Z && /* @__PURE__ */ O(
1359
- rt,
1360
- {
1361
- "data-testid": "modal_advCheckBox",
1362
- isChecked: Ee,
1363
- error: !!A.advCheckBox,
1364
- text: M.text,
1365
- ...G("advCheckBox", { required: M?.isRequired })
1366
- }
1367
- ),
1368
- /* @__PURE__ */ de(
1369
- rt,
1370
- {
1371
- "data-testid": "modal_personalCheckBox",
1372
- isChecked: Fe,
1373
- error: !!A.personalCheckBox,
1374
- ...G("personalCheckBox", { required: !t }),
1375
- children: [
1376
- t && /* @__PURE__ */ de("div", { className: I.checkboxText, children: [
1377
- "Согласен(-на)",
1378
- " ",
1379
- /* @__PURE__ */ O(
1380
- "a",
1381
- {
1382
- className: I.linkPolicy,
1383
- href: "/documents/soglasie-na-rassylki",
1384
- children: "получать новости, информацию по сделке и рекламу"
1385
- }
1386
- ),
1387
- " ",
1388
- "от Stone"
1389
- ] }),
1390
- !t && /* @__PURE__ */ de("div", { className: I.checkboxText, children: [
1391
- "Я принимаю условия",
1392
- " ",
1393
- /* @__PURE__ */ O("a", { className: I.linkPolicy, href: "/documents/politika-konfidenczialnosti", children: "Политики обработки и защиты персональных данных" }),
1394
- ", даю",
1395
- " ",
1396
- /* @__PURE__ */ O("a", { className: I.linkPolicy, href: "/documents/docs", children: "согласие на обработку персональных данных" })
1397
- ] })
1398
- ]
1399
- }
1400
- ),
1401
- /* @__PURE__ */ O(
1402
- st,
1403
- {
1404
- "data-testid": "modal_submit",
1405
- variant: "blue",
1406
- width: "full",
1407
- type: "submit",
1408
- size: "large",
1409
- as: "button",
1410
- additionalClass: I.modalBtn,
1411
- onClick: () => {
1412
- H && H();
1413
- },
1414
- disabled: !!A.name || !!A.phone && D || !!A.email && C || !!A.advCheckBox && M?.isRequired || !!A.personalCheckBox && !t,
1415
- children: "Отправить запрос"
1416
- }
1417
- )
1418
- ] }),
1419
- /* @__PURE__ */ O(
1420
- st,
1421
- {
1422
- additionalClass: I.btn,
1423
- onClick: () => s(!1),
1424
- as: "button",
1425
- variant: "gray",
1426
- type: "button",
1427
- size: "small",
1428
- children: /* @__PURE__ */ O(
1429
- tt,
1430
- {
1431
- name: "close",
1432
- size: "16",
1433
- color: "#141416"
1434
- }
1435
- )
1436
- }
1437
- )
1438
- ] })
1439
- ]
1440
- }
1441
- )
1442
- }
1443
- ) : null;
1444
- };
1
+ import "react/jsx-runtime";
2
+ import { M as A } from "../../../FilterWithSave-BWA01WwU.js";
3
+ import "../../Modal/ui/Modal.js";
4
+ import "../../Flex/ui/Flex.js";
5
+ import "../../Input/ui/Input.js";
6
+ import "../../Button/ui/Button.js";
7
+ import "../../NewIcon/ui/NewIcon.js";
8
+ import "../utils/reg.js";
9
+ import "../../CheckBox/CheckBox.js";
10
+ import "../../TextArea/TextArea.js";
11
+ import "../../../index-rKuIKazb.js";
12
+ import "../../mobileButton/ui/MobileButton.js";
13
+ import "../../DestinationTab/ui/DestinationTab.js";
14
+ import "../../RoundButton/ui/RoundButton.js";
15
+ import "../../Tag/ui/Tag.js";
16
+ import "../../Switcher/ui/Switcher.js";
17
+ import "../../Text/ui/Text.js";
18
+ import "../../GroupedInput/ui/GroupedInputs.js";
19
+ import "../../MetroTag/ui/MetroTag.js";
20
+ import "../../Select/ui/Select.js";
21
+ import "../../../shared/useClientWidth.js";
22
+ import "../../SliderNavigation/ui/SliderNavigation.js";
23
+ import "../../LotCardSkeleton/ui/LotCardSkeleton.js";
24
+ import "../../TabSelect/ui/TabSelect.js";
25
+ import "../../CheckBoxNew/CheckBoxNew.js";
26
+ import "../../CheckboxSelect/ui/CheckboxSelect.js";
27
+ import "react";
1445
28
  export {
1446
- Nr as ModalForm
29
+ A as ModalForm
1447
30
  };