stone-kit 0.0.805 → 0.0.806
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +59 -59
- package/dist/{FilterWithSave-BwElwROu.js → FilterWithSave-BAP99tD7.js} +732 -713
- package/dist/components/FilterWithSave/hooks/useFilterWithSave.js +1 -1
- package/dist/components/FilterWithSave/ui/FilterWithSave.js +1 -1
- package/dist/components/FormModal/ui/ModalForm.d.ts +6 -1
- package/dist/components/FormModal/ui/ModalForm.js +1 -1
- package/dist/components/LotCard/index.js +1 -1
- package/dist/components/LotCard/ui/LotCard.js +1 -1
- package/dist/components/SortSelect/index.js +1 -1
- package/dist/components/SortSelect/ui/SortSelect.js +1 -1
- package/dist/components/TabSwitcher/index.js +1 -1
- package/dist/components/TabSwitcher/ui/TabSwitcher.js +1 -1
- package/dist/main.js +1 -1
- package/package.json +1 -1
|
@@ -11,7 +11,7 @@ import "../../Flex/ui/Flex.js";
|
|
|
11
11
|
import "../../Input/ui/Input.js";
|
|
12
12
|
import "react/jsx-runtime";
|
|
13
13
|
import "react-dom";
|
|
14
|
-
import { u as q } from "../../../FilterWithSave-
|
|
14
|
+
import { u as q } from "../../../FilterWithSave-BAP99tD7.js";
|
|
15
15
|
import "../../GroupedInput/ui/GroupedInputs.js";
|
|
16
16
|
import "../../../index-rKuIKazb.js";
|
|
17
17
|
import "../../MetroTag/ui/MetroTag.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "../../NewIcon/ui/NewIcon.js";
|
|
3
|
-
import { F as a } from "../../../FilterWithSave-
|
|
3
|
+
import { F as a } from "../../../FilterWithSave-BAP99tD7.js";
|
|
4
4
|
import "../../Modal/ui/Modal.js";
|
|
5
5
|
import "../../../Option-BVIm7wOW.js";
|
|
6
6
|
import "../../Button/ui/Button.js";
|
|
@@ -2,6 +2,10 @@ interface IModalFormProps {
|
|
|
2
2
|
isFormOpen: boolean;
|
|
3
3
|
setIsFormOpen: (isOpen: boolean) => void;
|
|
4
4
|
submitHandler: (data: IFormPageInputs) => void;
|
|
5
|
+
blurHandler?: ({ e, analyticParams }: {
|
|
6
|
+
e: unknown;
|
|
7
|
+
analyticParams: unknown;
|
|
8
|
+
}) => void;
|
|
5
9
|
modalWidth?: string;
|
|
6
10
|
isPhone?: boolean;
|
|
7
11
|
title: string;
|
|
@@ -22,6 +26,7 @@ interface IModalFormProps {
|
|
|
22
26
|
isAdvCheckBox?: boolean;
|
|
23
27
|
telegramClickHandler?: () => void;
|
|
24
28
|
addTitleClassName?: string;
|
|
29
|
+
block_name?: string;
|
|
25
30
|
createPortalObj?: {
|
|
26
31
|
domNode: HTMLElement | null;
|
|
27
32
|
key?: string | null | undefined;
|
|
@@ -35,5 +40,5 @@ type IFormPageInputs = {
|
|
|
35
40
|
advCheckBox?: boolean;
|
|
36
41
|
textarea?: string;
|
|
37
42
|
};
|
|
38
|
-
export declare const ModalForm: ({ isFormOpen, setIsFormOpen, isNews, title, isEmail, isPhone, isTextArea, telegramLink, isRequiredPhone, isRequiredEmail, isRequiredPhoneOrEmail, textAreaPlaceholder, subTitle, submitHandler, modalWidth, rowsTextArea, advCheckBox, isAdvCheckBox, addTitleClassName, createPortalObj, telegramClickHandler, }: IModalFormProps) => import("react/jsx-runtime").JSX.Element | null;
|
|
43
|
+
export declare const ModalForm: ({ isFormOpen, setIsFormOpen, isNews, title, isEmail, isPhone, isTextArea, telegramLink, isRequiredPhone, isRequiredEmail, isRequiredPhoneOrEmail, textAreaPlaceholder, subTitle, submitHandler, modalWidth, rowsTextArea, advCheckBox, isAdvCheckBox, addTitleClassName, createPortalObj, telegramClickHandler, blurHandler, block_name }: IModalFormProps) => import("react/jsx-runtime").JSX.Element | null;
|
|
39
44
|
export {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import { L as B } from "../../../FilterWithSave-
|
|
2
|
+
import { L as B } from "../../../FilterWithSave-BAP99tD7.js";
|
|
3
3
|
import "../../Text/ui/Text.js";
|
|
4
4
|
import "../utils/checkBedroomsCount.js";
|
|
5
5
|
import "../../NewIcon/ui/NewIcon.js";
|
|
@@ -13,7 +13,7 @@ import "../../Text/ui/Text.js";
|
|
|
13
13
|
import "../../Flex/ui/Flex.js";
|
|
14
14
|
import "../../Input/ui/Input.js";
|
|
15
15
|
import "../../Modal/ui/Modal.js";
|
|
16
|
-
import { a as z } from "../../../FilterWithSave-
|
|
16
|
+
import { a as z } from "../../../FilterWithSave-BAP99tD7.js";
|
|
17
17
|
import "../../GroupedInput/ui/GroupedInputs.js";
|
|
18
18
|
import "../../MetroTag/ui/MetroTag.js";
|
|
19
19
|
import "../../Select/ui/Select.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import { S as v } from "../../../FilterWithSave-
|
|
3
|
+
import { S as v } from "../../../FilterWithSave-BAP99tD7.js";
|
|
4
4
|
import "../../Text/ui/Text.js";
|
|
5
5
|
import "../../../index-rKuIKazb.js";
|
|
6
6
|
import "../../Button/ui/Button.js";
|
package/dist/main.js
CHANGED
|
@@ -10,7 +10,7 @@ import { Flex as h } from "./components/Flex/ui/Flex.js";
|
|
|
10
10
|
import { Input as T } from "./components/Input/ui/Input.js";
|
|
11
11
|
import { Modal as F } from "./components/Modal/ui/Modal.js";
|
|
12
12
|
import { FieldInput as k } from "./components/FieldInput/ui/FieldInput.js";
|
|
13
|
-
import { F as I, L, M as w, a as v, S as N } from "./FilterWithSave-
|
|
13
|
+
import { F as I, L, M as w, a as v, S as N } from "./FilterWithSave-BAP99tD7.js";
|
|
14
14
|
import { GroupedInputs as j } from "./components/GroupedInput/ui/GroupedInputs.js";
|
|
15
15
|
import { Logo as y } from "./components/Logo/ui/Logo.js";
|
|
16
16
|
import { MetroTag as E } from "./components/MetroTag/ui/MetroTag.js";
|