@cloud-ru/uikit-product-fields-predefined 1.0.1-preview-5a4e40be.0 → 2.0.1
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 +93 -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 +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,99 @@
|
|
|
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
|
+
## 2.0.1 (2026-02-02)
|
|
7
|
+
|
|
8
|
+
### Only dependencies have been changed
|
|
9
|
+
* [@cloud-ru/uikit-product-mobile-dropdown@2.0.1]($PUBLIC_PROJECT_URL/blob/master/packages/mobile-dropdown/CHANGELOG.md)
|
|
10
|
+
* [@cloud-ru/uikit-product-mobile-fields@2.0.1]($PUBLIC_PROJECT_URL/blob/master/packages/mobile-fields/CHANGELOG.md)
|
|
11
|
+
* [@cloud-ru/uikit-product-mobile-modal@2.0.1]($PUBLIC_PROJECT_URL/blob/master/packages/mobile-modal/CHANGELOG.md)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# 2.0.0 (2026-02-02)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* **CSS-0000:** fix select create props ([ed171da](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/ed171da225e5b2c17c9f637c94faf6f5b7a3cf27))
|
|
23
|
+
* **FF-6326:** changed translation flow ([b3b6bb4](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/b3b6bb4349103a63ce328f6f77d36daed0a7fc6b))
|
|
24
|
+
* **FF-6758:** typescript issues ([520f8f0](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/520f8f0c18ce3c5e74d6e05e6b7b72afa7a69771))
|
|
25
|
+
* **FF-6795:** change hint text size for touch devices ([6c98d87](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/6c98d87caaabd02acdd0ba826d550bfdd9e3995b))
|
|
26
|
+
* **FF-6795:** fix password tooltip for mobile ([fd025dc](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/fd025dcbfda95dd8dc251130c6fda1223dddb073))
|
|
27
|
+
* **FF-6795:** hide support tooltip if not provided ([1a0bda5](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/1a0bda577a6a8839b7075dc2bd027619406eb764))
|
|
28
|
+
* **FF-7846:** replace tokens usage ([b690050](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/b6900500e2f2c73e184f8b67f689f4a42571a154))
|
|
29
|
+
* **FF-7861:** massive scope update ([b93fa9f](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/b93fa9fed13a579f5f02efc16ea43d8bedbd5aca))
|
|
30
|
+
* **FF-7861:** update all 0 versions to 1 ([737c2b4](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/737c2b494d48be5132554ae9f03c960a8cbe3a34))
|
|
31
|
+
* **GIGAID-314:** paste country detection ([abc9633](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/abc9633cee7e62cc4f5bb82287adf9a1f565ee0a))
|
|
32
|
+
* **IAM-5156:** update types ([f1f4231](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/f1f4231b75e4fbf1b86c13994dd4096b0e573863))
|
|
33
|
+
* **LK-5807:** added value prop to textarea, used forwardref, changed max and min rows, updated disabled prop usage ([3f6211b](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/3f6211b7b08df44154aea7508e3c86bfc034c672))
|
|
34
|
+
* **LK-6839:** repaint submitButton and textarea for Giga-helper ([49b1652](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/49b165277c94deea5ececcea54f41a1505424a99))
|
|
35
|
+
* **ONB-3885:** hide password text error and disable button ([b111c79](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/b111c79ddd2bf467ec44ef0a54edf97fe05e6503))
|
|
36
|
+
* **ONB-3885:** show field error and tooltip text edit ([8e6d718](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/8e6d718a2a654537e01b846913288dfa7d5aa7ba))
|
|
37
|
+
* **ONB-3885:** update package versions and props edit ([ed6471e](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/ed6471e108401fc1aa09ac2eee851707ab0ae340))
|
|
38
|
+
* **PD-3377:** contributors update to publish all packages ([719fd3e](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/719fd3e1249e247443b125c47ea408d92c8395c3))
|
|
39
|
+
* **PD-3377:** removed contributors ([121640f](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/121640f7b88b20a728a6ad2c39de8841532bb308))
|
|
40
|
+
* **PDS-1681:** forwarding props ([0ed3b61](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/0ed3b61220ca17b25d63588fe94012881245606f))
|
|
41
|
+
* **UIIAAS-1251:** docs ([0226b84](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/0226b8456be07d407c614979552ce88023eb8bd9))
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
### Dependencies
|
|
45
|
+
|
|
46
|
+
* **FF-4704:** up deps ([7da95ef](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/7da95ef6551ced9a63c75970f43b047cc564cedc))
|
|
47
|
+
* **FF-7117:** up snack field deps ([465eb49](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/465eb49b46a72ebb8a43d851f101cb7c0827e151))
|
|
48
|
+
* **PDS-2368:** up @snack-uikit/fields ([36e12c6](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/36e12c6e4af4810efea97171006c08cb2c4d1a7d))
|
|
49
|
+
* **PDS-2556:** update @snack-uikit/fields ([21e360e](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/21e360e7dc269fa59369bd21640d4ee4a46d8a6e))
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
### Features
|
|
53
|
+
|
|
54
|
+
* **AINFR-4337:** alert for secure password field ([b44c4dc](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/b44c4dc95160f4758070c33380581a1103c530a5))
|
|
55
|
+
* **AINFR-4597:** latin symbols for password and tooltip keys animation ([a3c533f](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/a3c533f05551ad665af52a5e6788a134c6dbb7b5))
|
|
56
|
+
* **FF-6795:** new mobile field-ai ([9602b4d](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/9602b4dc4faa1052387ef2f6cd2f481308ce670c))
|
|
57
|
+
* **FF-6921:** add adaptive versions of all fields ([5ff131f](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/5ff131f8c815c8dac4459ae6939af5a6ac1bca06))
|
|
58
|
+
* **FF-6921:** add autoFocus property ([093e729](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/093e7296b0a23c53d032f1fdec20fa3a5f1db78f))
|
|
59
|
+
* **GIGAID-449:** add export ([7886e7c](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/7886e7c6fd5fa5cc2cd4c3129e8fc3392785eba3))
|
|
60
|
+
* **GIGAID-673:** fieldPhone browser paste ([0f3ed76](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/0f3ed76746a5499db194edc06c97f7987461262d))
|
|
61
|
+
* **IAM-2109:** add permissions for Select Create ([ea7d23b](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/ea7d23b1117205966b7397ecf575505bca9a197c))
|
|
62
|
+
* **IAM-5041:** add scroll list countries prop ([0e6a52a](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/0e6a52a75a243ebe12f039fafacc421884ed3b7f))
|
|
63
|
+
* **LK-5603:** add flag icons ([5729e4b](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/5729e4baec27a7b65675ec77bcf3d11a44c862a6))
|
|
64
|
+
* **LK-5773:** ai password field tooltip position changed ([de44eeb](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/de44eebf12bd776e9cee93180ad65e113933f7b4))
|
|
65
|
+
* **PDS-1181:** add icon & docgen & update figma link ([0f01d84](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/0f01d84fee94660ea5c97405c57227bd7e76efa1))
|
|
66
|
+
* **PDS-1181:** implement SelectCreate component ([a6e5123](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/a6e5123f4628fd2d8d3c625a0fd763829fb62e78))
|
|
67
|
+
* **PDS-159:** added FieldPhone ([8ccdc01](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/8ccdc015afbc0525fc12f45c83feedd3d7867b74))
|
|
68
|
+
* **PDS-1634:** phone masks without parenthesis ([b929e87](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/b929e8740b4c299b94a73f35dc09d348942f71d1))
|
|
69
|
+
* **PDS-2086:** add nonceId for overlayscrollbars ([827a753](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/827a75357160288542ac1570311cfaa49eaebda1))
|
|
70
|
+
* **PDS-2225:** FieldAI and FieldChat ([7656767](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/76567674678d6003230e80e7e5968d29c34bf2ac))
|
|
71
|
+
* **PDS-2255:** adaptive phone field ([960443f](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/960443f7b962822c0e7871da663572d0ace4f945))
|
|
72
|
+
* **PDS-2401:** extend countries, add phone filter settings ([d36aeb3](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/d36aeb39412df10f46e2ab4c11086b6121a4ace9))
|
|
73
|
+
* **PDS-2689:** updated FieldAi placeholder, removed FieldAi tooltip ([37614a8](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/37614a88c6fb674ed0124787553b3aeaba732fdd))
|
|
74
|
+
* **UIIAAS-1251:** added FieldDescription & FieldName ([e03ba16](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/e03ba16f0bbe62d0c00e7e109727a4b49f13fc6b))
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
### BREAKING CHANGES
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
* **FF-6921:** remove inputMode prop from FieldPhone ([6eb84ae](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/6eb84ae12f53a69cb1a03049eb1660e5774f08d3))
|
|
81
|
+
* **FF-6921:** extract layoutType property to the top level ([fafda71](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/fafda71bb5a1ee751ffe86dd1a97878c1383e57e))
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
## 0.17.1 (2026-01-29)
|
|
87
|
+
|
|
88
|
+
### Only dependencies have been changed
|
|
89
|
+
* [@cloud-ru/uikit-product-icons@16.2.0](https://gitverse.ru/cloud-ru-tech/uikit-product/-/blob/master/packages/icons/CHANGELOG.md)
|
|
90
|
+
* [@cloud-ru/uikit-product-mobile-dropdown@0.9.32](https://gitverse.ru/cloud-ru-tech/uikit-product/-/blob/master/packages/mobile-dropdown/CHANGELOG.md)
|
|
91
|
+
* [@cloud-ru/uikit-product-mobile-fields@0.12.5](https://gitverse.ru/cloud-ru-tech/uikit-product/-/blob/master/packages/mobile-fields/CHANGELOG.md)
|
|
92
|
+
* [@cloud-ru/uikit-product-mobile-modal@0.9.29](https://gitverse.ru/cloud-ru-tech/uikit-product/-/blob/master/packages/mobile-modal/CHANGELOG.md)
|
|
93
|
+
* [@cloud-ru/uikit-product-mobile-tooltip@0.5.5](https://gitverse.ru/cloud-ru-tech/uikit-product/-/blob/master/packages/mobile-tooltip/CHANGELOG.md)
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
|
|
6
99
|
# 0.17.0 (2026-01-20)
|
|
7
100
|
|
|
8
101
|
|
|
@@ -20,5 +20,5 @@ export declare const FieldAi: import("react").ForwardRefExoticComponent<Omit<Fie
|
|
|
20
20
|
/** Действие для отмены секьюрности поля */
|
|
21
21
|
onCancelSecure?(): void;
|
|
22
22
|
} & {
|
|
23
|
-
layoutType: import("@cloud-ru/uikit-product-utils").LayoutType;
|
|
23
|
+
layoutType: import("@cloud-ru/uikit-product-utils/.").LayoutType;
|
|
24
24
|
} & 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>>;
|
|
@@ -20,5 +20,5 @@ export declare const FieldAi: import("react").ForwardRefExoticComponent<Omit<Fie
|
|
|
20
20
|
/** Действие для отмены секьюрности поля */
|
|
21
21
|
onCancelSecure?(): void;
|
|
22
22
|
} & {
|
|
23
|
-
layoutType: import("@cloud-ru/uikit-product-utils").LayoutType;
|
|
23
|
+
layoutType: import("@cloud-ru/uikit-product-utils/.").LayoutType;
|
|
24
24
|
} & 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>>;
|