@salutejs/sdds-finportal 0.225.2-canary.1732.13046307319.0 → 0.225.2-canary.1732.13047023818.0
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.
@@ -61,7 +61,8 @@ import { ColCount } from '@salutejs/plasma-new-hope/styled-components';
|
|
61
61
|
import { ColOffsetProps } from '@salutejs/plasma-new-hope/styled-components';
|
62
62
|
import { ColProps } from '@salutejs/plasma-new-hope/styled-components';
|
63
63
|
import { ColSizeProps } from '@salutejs/plasma-new-hope/styled-components';
|
64
|
-
import
|
64
|
+
import { ItemOption as ComboboxItemOption } from '@salutejs/plasma-new-hope';
|
65
|
+
import type { ComboboxProps as ComboboxProps_2 } from '@salutejs/plasma-new-hope';
|
65
66
|
import { CommitInstanceCallback } from '@salutejs/plasma-new-hope/types/components/DatePicker/RangeDate/RangeDate.types';
|
66
67
|
import { ComponentProps } from 'react';
|
67
68
|
import { CounterProps } from '@salutejs/plasma-new-hope/styled-components';
|
@@ -135,7 +136,6 @@ import { ImgHTMLAttributes } from 'react';
|
|
135
136
|
import { IndicatorProps } from '@salutejs/plasma-new-hope/styled-components';
|
136
137
|
import { InputHTMLAttributes } from '@salutejs/plasma-new-hope/styled-components';
|
137
138
|
import { InputHTMLAttributes as InputHTMLAttributes_2 } from 'react';
|
138
|
-
import type { ItemOption } from '@salutejs/plasma-new-hope';
|
139
139
|
import { JSXElementConstructor } from 'react';
|
140
140
|
import { KeyboardEvent as KeyboardEvent_2 } from 'react';
|
141
141
|
import { LabelProps } from '@salutejs/plasma-new-hope/types/components/TextField/TextField.types';
|
@@ -175,7 +175,7 @@ import { priceClasses } from '@salutejs/plasma-new-hope/styled-components';
|
|
175
175
|
import { PriceProps } from '@salutejs/plasma-new-hope/types/components/Price/Price.types';
|
176
176
|
import { ProgressProps } from '@salutejs/plasma-new-hope/styled-components';
|
177
177
|
import { Property } from 'csstype';
|
178
|
-
import { Props
|
178
|
+
import { Props } from '@salutejs/plasma-new-hope/types/components/EmptyState/EmptyState.types';
|
179
179
|
import { PropsType } from '@salutejs/plasma-new-hope/types/engines/types';
|
180
180
|
import { RadioGroup } from '@salutejs/plasma-new-hope/styled-components';
|
181
181
|
import { RangeInputRefs } from '@salutejs/plasma-new-hope/styled-components';
|
@@ -1395,10 +1395,16 @@ export { ColProps }
|
|
1395
1395
|
|
1396
1396
|
export { ColSizeProps }
|
1397
1397
|
|
1398
|
-
//
|
1398
|
+
// @public (undocumented)
|
1399
|
+
export const Combobox: <T extends ComboboxItemOption>(props: ComboboxProps<T> & React_2.RefAttributes<HTMLInputElement>) => React_2.ReactElement<any, string | React_2.JSXElementConstructor<any>> | null;
|
1400
|
+
|
1401
|
+
export { ComboboxItemOption }
|
1402
|
+
|
1403
|
+
// Warning: (ae-forgotten-export) The symbol "PropsFromConfig" needs to be exported by the entry point index.d.ts
|
1404
|
+
// Warning: (ae-forgotten-export) The symbol "ComboboxNew" needs to be exported by the entry point index.d.ts
|
1399
1405
|
//
|
1400
1406
|
// @public (undocumented)
|
1401
|
-
export
|
1407
|
+
export type ComboboxProps<T extends ComboboxItemOption> = DistributiveOmit<ComboboxProps_2<T>, PropsFromConfig> & DistributivePick<ComponentProps<typeof ComboboxNew>, PropsFromConfig>;
|
1402
1408
|
|
1403
1409
|
// @public
|
1404
1410
|
export const Counter: FunctionComponent<PropsType< {
|
@@ -1755,7 +1761,7 @@ m: PolymorphicClassName;
|
|
1755
1761
|
s: PolymorphicClassName;
|
1756
1762
|
xs: PolymorphicClassName;
|
1757
1763
|
};
|
1758
|
-
}> &
|
1764
|
+
}> & Props & RefAttributes<HTMLDivElement>>;
|
1759
1765
|
|
1760
1766
|
// @public (undocumented)
|
1761
1767
|
export const Flow: FunctionComponent<PropsType< {}> & FlowProps & {
|
@@ -1161,6 +1161,6 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
1161
1161
|
hintContentLeft?: undefined;
|
1162
1162
|
} & Omit<React.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "defaultValue" | "name" | "value"> & React.RefAttributes<HTMLInputElement>))>;
|
1163
1163
|
declare type PropsFromConfig = keyof typeof config['variations'];
|
1164
|
-
declare type Props<T extends ItemOption> = DistributiveOmit<ComboboxProps<T>, PropsFromConfig> & DistributivePick<ComponentProps<typeof ComboboxNew>, PropsFromConfig>;
|
1164
|
+
export declare type Props<T extends ItemOption> = DistributiveOmit<ComboboxProps<T>, PropsFromConfig> & DistributivePick<ComponentProps<typeof ComboboxNew>, PropsFromConfig>;
|
1165
1165
|
declare const Combobox: <T extends ItemOption>(props: Props<T> & React.RefAttributes<HTMLInputElement>) => React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
1166
1166
|
export { Combobox };
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salutejs/sdds-finportal",
|
3
|
-
"version": "0.225.2-canary.1732.
|
3
|
+
"version": "0.225.2-canary.1732.13047023818.0",
|
4
4
|
"description": "Salute Design System / React UI kit for SDDS FinPortal web applications",
|
5
5
|
"author": "Salute Frontend Team <salute.developers@gmail.com>",
|
6
6
|
"license": "MIT",
|
@@ -95,5 +95,5 @@
|
|
95
95
|
"Vasiliy Loginevskiy"
|
96
96
|
],
|
97
97
|
"sideEffects": false,
|
98
|
-
"gitHead": "
|
98
|
+
"gitHead": "98160d242a1f16d20447981735e089c1fc1affe4"
|
99
99
|
}
|
@@ -61,7 +61,8 @@ import { ColCount } from '@salutejs/plasma-new-hope/styled-components';
|
|
61
61
|
import { ColOffsetProps } from '@salutejs/plasma-new-hope/styled-components';
|
62
62
|
import { ColProps } from '@salutejs/plasma-new-hope/styled-components';
|
63
63
|
import { ColSizeProps } from '@salutejs/plasma-new-hope/styled-components';
|
64
|
-
import
|
64
|
+
import { ItemOption as ComboboxItemOption } from '@salutejs/plasma-new-hope';
|
65
|
+
import type { ComboboxProps as ComboboxProps_2 } from '@salutejs/plasma-new-hope';
|
65
66
|
import { CommitInstanceCallback } from '@salutejs/plasma-new-hope/types/components/DatePicker/RangeDate/RangeDate.types';
|
66
67
|
import { ComponentProps } from 'react';
|
67
68
|
import { CounterProps } from '@salutejs/plasma-new-hope/styled-components';
|
@@ -135,7 +136,6 @@ import { ImgHTMLAttributes } from 'react';
|
|
135
136
|
import { IndicatorProps } from '@salutejs/plasma-new-hope/styled-components';
|
136
137
|
import { InputHTMLAttributes } from '@salutejs/plasma-new-hope/styled-components';
|
137
138
|
import { InputHTMLAttributes as InputHTMLAttributes_2 } from 'react';
|
138
|
-
import type { ItemOption } from '@salutejs/plasma-new-hope';
|
139
139
|
import { JSXElementConstructor } from 'react';
|
140
140
|
import { KeyboardEvent as KeyboardEvent_2 } from 'react';
|
141
141
|
import { LabelProps } from '@salutejs/plasma-new-hope/types/components/TextField/TextField.types';
|
@@ -175,7 +175,7 @@ import { priceClasses } from '@salutejs/plasma-new-hope/styled-components';
|
|
175
175
|
import { PriceProps } from '@salutejs/plasma-new-hope/types/components/Price/Price.types';
|
176
176
|
import { ProgressProps } from '@salutejs/plasma-new-hope/styled-components';
|
177
177
|
import { Property } from 'csstype';
|
178
|
-
import { Props
|
178
|
+
import { Props } from '@salutejs/plasma-new-hope/types/components/EmptyState/EmptyState.types';
|
179
179
|
import { PropsType } from '@salutejs/plasma-new-hope/types/engines/types';
|
180
180
|
import { RadioGroup } from '@salutejs/plasma-new-hope/styled-components';
|
181
181
|
import { RangeInputRefs } from '@salutejs/plasma-new-hope/styled-components';
|
@@ -1395,10 +1395,16 @@ export { ColProps }
|
|
1395
1395
|
|
1396
1396
|
export { ColSizeProps }
|
1397
1397
|
|
1398
|
-
//
|
1398
|
+
// @public (undocumented)
|
1399
|
+
export const Combobox: <T extends ComboboxItemOption>(props: ComboboxProps<T> & React_2.RefAttributes<HTMLInputElement>) => React_2.ReactElement<any, string | React_2.JSXElementConstructor<any>> | null;
|
1400
|
+
|
1401
|
+
export { ComboboxItemOption }
|
1402
|
+
|
1403
|
+
// Warning: (ae-forgotten-export) The symbol "PropsFromConfig" needs to be exported by the entry point index.d.ts
|
1404
|
+
// Warning: (ae-forgotten-export) The symbol "ComboboxNew" needs to be exported by the entry point index.d.ts
|
1399
1405
|
//
|
1400
1406
|
// @public (undocumented)
|
1401
|
-
export
|
1407
|
+
export type ComboboxProps<T extends ComboboxItemOption> = DistributiveOmit<ComboboxProps_2<T>, PropsFromConfig> & DistributivePick<ComponentProps<typeof ComboboxNew>, PropsFromConfig>;
|
1402
1408
|
|
1403
1409
|
// @public
|
1404
1410
|
export const Counter: FunctionComponent<PropsType< {
|
@@ -1755,7 +1761,7 @@ m: PolymorphicClassName;
|
|
1755
1761
|
s: PolymorphicClassName;
|
1756
1762
|
xs: PolymorphicClassName;
|
1757
1763
|
};
|
1758
|
-
}> &
|
1764
|
+
}> & Props & RefAttributes<HTMLDivElement>>;
|
1759
1765
|
|
1760
1766
|
// @public (undocumented)
|
1761
1767
|
export const Flow: FunctionComponent<PropsType< {}> & FlowProps & {
|