@cloud-ru/ds-uikit-product-fields-predefined 1.0.0 → 1.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 CHANGED
@@ -3,6 +3,10 @@
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
+ ## 1.0.1 (2026-08-18)
7
+
8
+ **Note:** Version bump only for package @ds/uikit-product-fields-predefined
9
+
6
10
  # 1.0.0 (2026-08-18)
7
11
 
8
12
  Initial stable release under the `@cloud-ru/ds-*` scope.
@@ -27,4 +27,4 @@ export type FieldCodeOwnProps = {
27
27
  stretchCells?: boolean;
28
28
  };
29
29
  export type FieldCodeProps = FieldCodeOwnProps & Omit<UseCodeInputParams, 'moveFocus'> & Pick<FieldDecoratorProps, 'size' | 'disabled' | 'label' | 'error' | 'data-test-id'>;
30
- export declare const FieldCode: import("react").ForwardRefExoticComponent<FieldCodeOwnProps & Omit<UseCodeInputParams, "moveFocus"> & Pick<FieldDecoratorProps, "data-test-id" | "label" | "error" | "size" | "disabled"> & import("react").RefAttributes<FieldCodeRef>>;
30
+ export declare const FieldCode: import("react").ForwardRefExoticComponent<FieldCodeOwnProps & Omit<UseCodeInputParams, "moveFocus"> & Pick<FieldDecoratorProps, "label" | "data-test-id" | "size" | "disabled" | "error"> & import("react").RefAttributes<FieldCodeRef>>;
@@ -4,4 +4,4 @@ export declare const Cell: import("react").ForwardRefExoticComponent<{
4
4
  className?: string;
5
5
  /** Растягивать ячейку на всю доступную ширину */
6
6
  stretchCells?: boolean;
7
- } & Pick<FieldComboProps, "validationState" | "size" | "disabled" | "onKeyDown" | "value" | "onChange" | "autoComplete" | "onPaste"> & import("react").RefAttributes<HTMLInputElement>>;
7
+ } & Pick<FieldComboProps, "size" | "disabled" | "value" | "onPaste" | "onChange" | "onKeyDown" | "validationState" | "autoComplete"> & import("react").RefAttributes<HTMLInputElement>>;
@@ -2,7 +2,7 @@ import { ValidationError } from 'yup';
2
2
  /**
3
3
  * Поле «Описание» с локальным стейтом и валидацией (yup).
4
4
  */
5
- export declare const FieldDescription: import("react").ForwardRefExoticComponent<Omit<import("@cloud-ru/ds-fields").FieldTextAreaProps, "label" | "caption" | "hint" | "placeholder" | "footer" | "name" | "inputMode" | "searchPlaceholder"> & {
5
+ export declare const FieldDescription: import("react").ForwardRefExoticComponent<Omit<import("@cloud-ru/ds-fields").FieldTextAreaProps, "label" | "placeholder" | "caption" | "footer" | "name" | "inputMode" | "hint" | "searchPlaceholder"> & {
6
6
  customSchema?: import("yup").StringSchema;
7
7
  addButton?: boolean;
8
8
  } & {
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Поле «Описание» с обёрткой для react-hook-form.
3
3
  */
4
- export declare const FieldDescriptionRHF: import("react").ForwardRefExoticComponent<Omit<import("@cloud-ru/ds-fields").FieldTextAreaProps, "label" | "caption" | "hint" | "placeholder" | "footer" | "name" | "inputMode" | "searchPlaceholder"> & {
4
+ export declare const FieldDescriptionRHF: import("react").ForwardRefExoticComponent<Omit<import("@cloud-ru/ds-fields").FieldTextAreaProps, "label" | "placeholder" | "caption" | "footer" | "name" | "inputMode" | "hint" | "searchPlaceholder"> & {
5
5
  customSchema?: import("yup").StringSchema;
6
6
  addButton?: boolean;
7
7
  } & {
@@ -27,4 +27,4 @@ export type FieldCodeOwnProps = {
27
27
  stretchCells?: boolean;
28
28
  };
29
29
  export type FieldCodeProps = FieldCodeOwnProps & Omit<UseCodeInputParams, 'moveFocus'> & Pick<FieldDecoratorProps, 'size' | 'disabled' | 'label' | 'error' | 'data-test-id'>;
30
- export declare const FieldCode: import("react").ForwardRefExoticComponent<FieldCodeOwnProps & Omit<UseCodeInputParams, "moveFocus"> & Pick<FieldDecoratorProps, "data-test-id" | "label" | "error" | "size" | "disabled"> & import("react").RefAttributes<FieldCodeRef>>;
30
+ export declare const FieldCode: import("react").ForwardRefExoticComponent<FieldCodeOwnProps & Omit<UseCodeInputParams, "moveFocus"> & Pick<FieldDecoratorProps, "label" | "data-test-id" | "size" | "disabled" | "error"> & import("react").RefAttributes<FieldCodeRef>>;
@@ -4,4 +4,4 @@ export declare const Cell: import("react").ForwardRefExoticComponent<{
4
4
  className?: string;
5
5
  /** Растягивать ячейку на всю доступную ширину */
6
6
  stretchCells?: boolean;
7
- } & Pick<FieldComboProps, "validationState" | "size" | "disabled" | "onKeyDown" | "value" | "onChange" | "autoComplete" | "onPaste"> & import("react").RefAttributes<HTMLInputElement>>;
7
+ } & Pick<FieldComboProps, "size" | "disabled" | "value" | "onPaste" | "onChange" | "onKeyDown" | "validationState" | "autoComplete"> & import("react").RefAttributes<HTMLInputElement>>;
@@ -2,7 +2,7 @@ import { ValidationError } from 'yup';
2
2
  /**
3
3
  * Поле «Описание» с локальным стейтом и валидацией (yup).
4
4
  */
5
- export declare const FieldDescription: import("react").ForwardRefExoticComponent<Omit<import("@cloud-ru/ds-fields").FieldTextAreaProps, "label" | "caption" | "hint" | "placeholder" | "footer" | "name" | "inputMode" | "searchPlaceholder"> & {
5
+ export declare const FieldDescription: import("react").ForwardRefExoticComponent<Omit<import("@cloud-ru/ds-fields").FieldTextAreaProps, "label" | "placeholder" | "caption" | "footer" | "name" | "inputMode" | "hint" | "searchPlaceholder"> & {
6
6
  customSchema?: import("yup").StringSchema;
7
7
  addButton?: boolean;
8
8
  } & {
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Поле «Описание» с обёрткой для react-hook-form.
3
3
  */
4
- export declare const FieldDescriptionRHF: import("react").ForwardRefExoticComponent<Omit<import("@cloud-ru/ds-fields").FieldTextAreaProps, "label" | "caption" | "hint" | "placeholder" | "footer" | "name" | "inputMode" | "searchPlaceholder"> & {
4
+ export declare const FieldDescriptionRHF: import("react").ForwardRefExoticComponent<Omit<import("@cloud-ru/ds-fields").FieldTextAreaProps, "label" | "placeholder" | "caption" | "footer" | "name" | "inputMode" | "hint" | "searchPlaceholder"> & {
5
5
  customSchema?: import("yup").StringSchema;
6
6
  addButton?: boolean;
7
7
  } & {