Всего
{stats.count_all}
diff --git a/rsconcept/frontend/src/features/oss/components/pick-multi-operation.tsx b/rsconcept/frontend/src/features/oss/components/pick-multi-operation.tsx
index bfbba02d..2e233152 100644
--- a/rsconcept/frontend/src/features/oss/components/pick-multi-operation.tsx
+++ b/rsconcept/frontend/src/features/oss/components/pick-multi-operation.tsx
@@ -62,7 +62,7 @@ export function PickMultiOperation({ rows, items, value, onChange, className, ..
const columns = [
columnHelper.accessor('alias', {
id: 'alias',
- header: 'Шифр',
+ header: 'Сокращение',
size: 300,
minSize: 150,
maxSize: 300
@@ -79,7 +79,7 @@ export function PickMultiOperation({ rows, items, value, onChange, className, ..
id: 'actions',
size: 0,
cell: props => (
-
+
void methods.handleSubmit(onSubmit)(event)}
diff --git a/rsconcept/frontend/src/features/oss/dialogs/dlg-create-operation/tab-input-operation.tsx b/rsconcept/frontend/src/features/oss/dialogs/dlg-create-operation/tab-input-operation.tsx
index 9e9ef291..3361a61f 100644
--- a/rsconcept/frontend/src/features/oss/dialogs/dlg-create-operation/tab-input-operation.tsx
+++ b/rsconcept/frontend/src/features/oss/dialogs/dlg-create-operation/tab-input-operation.tsx
@@ -77,7 +77,7 @@ export function TabInputOperation() {
field.onChange(value ? value.id : null)}
/>
)}
diff --git a/rsconcept/frontend/src/features/oss/dialogs/dlg-create-operation/tab-synthesis-operation.tsx b/rsconcept/frontend/src/features/oss/dialogs/dlg-create-operation/tab-synthesis-operation.tsx
index 5a9c583c..a108bea4 100644
--- a/rsconcept/frontend/src/features/oss/dialogs/dlg-create-operation/tab-synthesis-operation.tsx
+++ b/rsconcept/frontend/src/features/oss/dialogs/dlg-create-operation/tab-synthesis-operation.tsx
@@ -42,7 +42,7 @@ export function TabSynthesisOperation() {
field.onChange(value ? value.id : null)}
/>
)}
diff --git a/rsconcept/frontend/src/features/oss/dialogs/dlg-edit-operation/tab-operation.tsx b/rsconcept/frontend/src/features/oss/dialogs/dlg-edit-operation/tab-operation.tsx
index 290091c1..d62b8b64 100644
--- a/rsconcept/frontend/src/features/oss/dialogs/dlg-edit-operation/tab-operation.tsx
+++ b/rsconcept/frontend/src/features/oss/dialogs/dlg-edit-operation/tab-operation.tsx
@@ -39,7 +39,7 @@ export function TabOperation() {
field.onChange(value ? value.id : null)}
/>
)}
diff --git a/rsconcept/frontend/src/features/oss/dialogs/dlg-relocate-constituents.tsx b/rsconcept/frontend/src/features/oss/dialogs/dlg-relocate-constituents.tsx
index c39af80c..26abd183 100644
--- a/rsconcept/frontend/src/features/oss/dialogs/dlg-relocate-constituents.tsx
+++ b/rsconcept/frontend/src/features/oss/dialogs/dlg-relocate-constituents.tsx
@@ -122,8 +122,8 @@ export function DlgRelocateConstituents() {
) : null}
-
+
);
}
diff --git a/rsconcept/frontend/src/features/rsform/components/pick-substitutions.tsx b/rsconcept/frontend/src/features/rsform/components/pick-substitutions.tsx
index 8b5f02fd..f6e85214 100644
--- a/rsconcept/frontend/src/features/rsform/components/pick-substitutions.tsx
+++ b/rsconcept/frontend/src/features/rsform/components/pick-substitutions.tsx
@@ -231,7 +231,7 @@ export function PickSubstitutions({
item.id !== rightArgument?.id)}
value={leftArgument}
onChange={setLeftArgument}
@@ -263,7 +263,7 @@ export function PickSubstitutions({
item.id !== leftArgument?.id)}
value={rightArgument}
onChange={setRightArgument}
diff --git a/rsconcept/frontend/src/features/rsform/components/rsform-stats.tsx b/rsconcept/frontend/src/features/rsform/components/rsform-stats.tsx
index 756d02a4..f756a623 100644
--- a/rsconcept/frontend/src/features/rsform/components/rsform-stats.tsx
+++ b/rsconcept/frontend/src/features/rsform/components/rsform-stats.tsx
@@ -29,7 +29,7 @@ interface RSFormStatsProps {
export function RSFormStats({ className, stats }: RSFormStatsProps) {
return (
-
);
}
diff --git a/rsconcept/frontend/src/features/users/components/select-user.tsx b/rsconcept/frontend/src/features/users/components/select-user.tsx
index 913430aa..f9a9520a 100644
--- a/rsconcept/frontend/src/features/users/components/select-user.tsx
+++ b/rsconcept/frontend/src/features/users/components/select-user.tsx
@@ -31,12 +31,7 @@ function compareUsers(a: IUserInfo, b: IUserInfo) {
return a.id - b.id;
}
-export function SelectUser({
- filter,
- noAnonymous,
- placeholder = 'Выберите пользователя',
- ...restProps
-}: SelectUserProps) {
+export function SelectUser({ filter, noAnonymous, placeholder = 'Выбор пользователя', ...restProps }: SelectUserProps) {
const { users } = useUsers();
const getUserLabel = useLabelUser();
diff --git a/rsconcept/frontend/src/styling/utilities.css b/rsconcept/frontend/src/styling/utilities.css
index 80936370..06e887fc 100644
--- a/rsconcept/frontend/src/styling/utilities.css
+++ b/rsconcept/frontend/src/styling/utilities.css
@@ -151,7 +151,7 @@
@utility cc-animate-panel {
transition-property: translate, opacity;
transition-timing-function: var(--ease-bezier);
- transition-duration: var(--duration-transform);
+ transition-duration: var(--duration-move);
}
@utility cc-animate-position {