@cloud-ru/uikit-product-fields-predefined 0.15.2 → 0.15.3
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/CHANGELOG.md +9 -0
- package/dist/cjs/components/FieldAi/FieldAi.d.ts +1 -1
- package/dist/cjs/components/FieldDescription/FieldDescription.d.ts +1 -1
- package/dist/cjs/components/FieldDescription/FieldDescriptionRHF.d.ts +1 -1
- package/dist/cjs/components/FieldName/FieldName.d.ts +1 -1
- package/dist/cjs/components/FieldName/FieldNameRHF.d.ts +1 -1
- package/dist/cjs/components/FieldPhone/FieldPhone.d.ts +1 -1
- package/dist/esm/components/FieldAi/FieldAi.d.ts +1 -1
- package/dist/esm/components/FieldDescription/FieldDescription.d.ts +1 -1
- package/dist/esm/components/FieldDescription/FieldDescriptionRHF.d.ts +1 -1
- package/dist/esm/components/FieldName/FieldName.d.ts +1 -1
- package/dist/esm/components/FieldName/FieldNameRHF.d.ts +1 -1
- package/dist/esm/components/FieldPhone/FieldPhone.d.ts +1 -1
- package/dist/tsconfig.cjs.tsbuildinfo +1 -1
- package/dist/tsconfig.esm.tsbuildinfo +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,15 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## 0.15.3 (2025-12-24)
|
|
7
|
+
|
|
8
|
+
### Only dependencies have been changed
|
|
9
|
+
* [@cloud-ru/uikit-product-mobile-fields@0.12.4](https://gitverse.ru/cloud-ru-tech/uikit-product/-/blob/master/packages/mobile-fields/CHANGELOG.md)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
6
15
|
## 0.15.2 (2025-12-17)
|
|
7
16
|
|
|
8
17
|
### Only dependencies have been changed
|
|
@@ -16,5 +16,5 @@ export declare const FieldAi: import("react").ForwardRefExoticComponent<Omit<Fie
|
|
|
16
16
|
/** Действие при клике по кнопке сброса контекста */
|
|
17
17
|
onResetContextClick?(): void;
|
|
18
18
|
} & {
|
|
19
|
-
layoutType: import("@cloud-ru/uikit-product-utils").LayoutType;
|
|
19
|
+
layoutType: import("@cloud-ru/uikit-product-utils/.").LayoutType;
|
|
20
20
|
} & import("react").RefAttributes<HTMLTextAreaElement>>;
|
|
@@ -8,5 +8,5 @@ export declare const FieldDescription: import("react").ForwardRefExoticComponent
|
|
|
8
8
|
} & {
|
|
9
9
|
onValidationError?: (error: ValidationError | null) => void;
|
|
10
10
|
} & {
|
|
11
|
-
layoutType: import("@cloud-ru/uikit-product-utils").LayoutType;
|
|
11
|
+
layoutType: import("@cloud-ru/uikit-product-utils/.").LayoutType;
|
|
12
12
|
} & import("react").RefAttributes<HTMLTextAreaElement>>;
|
|
@@ -7,5 +7,5 @@ export declare const FieldDescriptionRHF: import("react").ForwardRefExoticCompon
|
|
|
7
7
|
} & {
|
|
8
8
|
controllerProps: Omit<import("react-hook-form").ControllerProps<import("react-hook-form").FieldValues>, "render" | "rules" | "disabled">;
|
|
9
9
|
} & {
|
|
10
|
-
layoutType: import("@cloud-ru/uikit-product-utils").LayoutType;
|
|
10
|
+
layoutType: import("@cloud-ru/uikit-product-utils/.").LayoutType;
|
|
11
11
|
} & import("react").RefAttributes<HTMLTextAreaElement>>;
|
|
@@ -8,5 +8,5 @@ export declare const FieldName: import("react").ForwardRefExoticComponent<Omit<i
|
|
|
8
8
|
} & {
|
|
9
9
|
onValidationError?: (error: ValidationError | null) => void;
|
|
10
10
|
} & {
|
|
11
|
-
layoutType: import("@cloud-ru/uikit-product-utils").LayoutType;
|
|
11
|
+
layoutType: import("@cloud-ru/uikit-product-utils/.").LayoutType;
|
|
12
12
|
} & import("react").RefAttributes<HTMLInputElement>>;
|
|
@@ -7,5 +7,5 @@ export declare const FieldNameRHF: import("react").ForwardRefExoticComponent<Omi
|
|
|
7
7
|
} & {
|
|
8
8
|
controllerProps: Omit<import("react-hook-form").ControllerProps<import("react-hook-form").FieldValues>, "render" | "rules" | "disabled">;
|
|
9
9
|
} & {
|
|
10
|
-
layoutType: import("@cloud-ru/uikit-product-utils").LayoutType;
|
|
10
|
+
layoutType: import("@cloud-ru/uikit-product-utils/.").LayoutType;
|
|
11
11
|
} & import("react").RefAttributes<HTMLInputElement>>;
|
|
@@ -21,5 +21,5 @@ export declare const FieldPhone: import("react").ForwardRefExoticComponent<Omit<
|
|
|
21
21
|
/** options — объект конфигурации для изменения стандартного списка стран */
|
|
22
22
|
options?: CountrySettings;
|
|
23
23
|
} & {
|
|
24
|
-
layoutType: import("@cloud-ru/uikit-product-utils").LayoutType;
|
|
24
|
+
layoutType: import("@cloud-ru/uikit-product-utils/.").LayoutType;
|
|
25
25
|
} & import("react").RefAttributes<HTMLInputElement>>;
|
|
@@ -16,5 +16,5 @@ export declare const FieldAi: import("react").ForwardRefExoticComponent<Omit<Fie
|
|
|
16
16
|
/** Действие при клике по кнопке сброса контекста */
|
|
17
17
|
onResetContextClick?(): void;
|
|
18
18
|
} & {
|
|
19
|
-
layoutType: import("@cloud-ru/uikit-product-utils").LayoutType;
|
|
19
|
+
layoutType: import("@cloud-ru/uikit-product-utils/.").LayoutType;
|
|
20
20
|
} & import("react").RefAttributes<HTMLTextAreaElement>>;
|
|
@@ -8,5 +8,5 @@ export declare const FieldDescription: import("react").ForwardRefExoticComponent
|
|
|
8
8
|
} & {
|
|
9
9
|
onValidationError?: (error: ValidationError | null) => void;
|
|
10
10
|
} & {
|
|
11
|
-
layoutType: import("@cloud-ru/uikit-product-utils").LayoutType;
|
|
11
|
+
layoutType: import("@cloud-ru/uikit-product-utils/.").LayoutType;
|
|
12
12
|
} & import("react").RefAttributes<HTMLTextAreaElement>>;
|
|
@@ -7,5 +7,5 @@ export declare const FieldDescriptionRHF: import("react").ForwardRefExoticCompon
|
|
|
7
7
|
} & {
|
|
8
8
|
controllerProps: Omit<import("react-hook-form").ControllerProps<import("react-hook-form").FieldValues>, "render" | "rules" | "disabled">;
|
|
9
9
|
} & {
|
|
10
|
-
layoutType: import("@cloud-ru/uikit-product-utils").LayoutType;
|
|
10
|
+
layoutType: import("@cloud-ru/uikit-product-utils/.").LayoutType;
|
|
11
11
|
} & import("react").RefAttributes<HTMLTextAreaElement>>;
|
|
@@ -8,5 +8,5 @@ export declare const FieldName: import("react").ForwardRefExoticComponent<Omit<i
|
|
|
8
8
|
} & {
|
|
9
9
|
onValidationError?: (error: ValidationError | null) => void;
|
|
10
10
|
} & {
|
|
11
|
-
layoutType: import("@cloud-ru/uikit-product-utils").LayoutType;
|
|
11
|
+
layoutType: import("@cloud-ru/uikit-product-utils/.").LayoutType;
|
|
12
12
|
} & import("react").RefAttributes<HTMLInputElement>>;
|
|
@@ -7,5 +7,5 @@ export declare const FieldNameRHF: import("react").ForwardRefExoticComponent<Omi
|
|
|
7
7
|
} & {
|
|
8
8
|
controllerProps: Omit<import("react-hook-form").ControllerProps<import("react-hook-form").FieldValues>, "render" | "rules" | "disabled">;
|
|
9
9
|
} & {
|
|
10
|
-
layoutType: import("@cloud-ru/uikit-product-utils").LayoutType;
|
|
10
|
+
layoutType: import("@cloud-ru/uikit-product-utils/.").LayoutType;
|
|
11
11
|
} & import("react").RefAttributes<HTMLInputElement>>;
|
|
@@ -21,5 +21,5 @@ export declare const FieldPhone: import("react").ForwardRefExoticComponent<Omit<
|
|
|
21
21
|
/** options — объект конфигурации для изменения стандартного списка стран */
|
|
22
22
|
options?: CountrySettings;
|
|
23
23
|
} & {
|
|
24
|
-
layoutType: import("@cloud-ru/uikit-product-utils").LayoutType;
|
|
24
|
+
layoutType: import("@cloud-ru/uikit-product-utils/.").LayoutType;
|
|
25
25
|
} & import("react").RefAttributes<HTMLInputElement>>;
|