@cloud-ru/ds-uikit-product-fields-predefined 2.0.12-preview-a0540d7f.0 → 2.0.13
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 +8 -0
- package/README.md +1 -1
- package/dist/tsconfig.cjs.tsbuildinfo +1 -1
- package/dist/tsconfig.esm.tsbuildinfo +1 -1
- package/package.json +16 -16
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
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.13 (2026-09-14)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @ds/uikit-product-fields-predefined
|
|
9
|
+
|
|
10
|
+
## 2.0.12 (2026-09-14)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @ds/uikit-product-fields-predefined
|
|
13
|
+
|
|
6
14
|
## 2.0.11 (2026-09-10)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @ds/uikit-product-fields-predefined
|
package/README.md
CHANGED
|
@@ -866,7 +866,7 @@ export function FieldSelectCreateModal() {
|
|
|
866
866
|
| `entityName` | `EntityName` | — | Название сущности в единственном и множественном числе — для кнопок и пустых состояний. |
|
|
867
867
|
| `onRefetch` | `(() => void)` | — | Повтор загрузки в состоянии ошибки (кнопка «Обновить» в футере `errorDataState`). |
|
|
868
868
|
| `permission` | `"canCreate"` \| `"canRead"` \| `"none"` | `canCreate` | Права пользователя: <br/> - `canCreate` (по умолчанию) — доступны и выбор, и создание; <br/> - `canRead` — поле активно, но создание недоступно (кнопки «Создать» с tooltip); <br/> - `none` — поле недоступно (с tooltip). |
|
|
869
|
-
| `selectProps` | `
|
|
869
|
+
| `selectProps` | `DroplistListProps` \| `DroplistMobileSlots` \| `EmptyState` \| `FieldSelectDecoratorProps` \| `PublicListContextType` \| `ScrollProps` \| `SelectFieldProps` \| `SelectionState` | — | Пропсы, прокидываемые в `FieldSelect` (`@cloud-ru/ds-fields`). |
|
|
870
870
|
| `submitHandler` | `() => Promise<string \| void>` | — | Действие создания опции: возвращает `value` новой опции, которая выбирается в поле (single-режим). |
|
|
871
871
|
|
|
872
872
|
##### Related types
|