@astral/features 4.0.0-alpha.26 → 4.0.0-alpha.28
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/node/productSwitcher/components/AstralProductSwitcher/utils/getFilteredProducts/getFilteredProducts.d.ts +1 -1
- package/node/productSwitcher/components/IdentityProductSwitcher/styles.d.ts +2 -2
- package/node/productSwitcher/utils/getGroupsProducts/getGroupsProducts.d.ts +1 -1
- package/node/productSwitcher/utils/getIdentityProducts/getIdentityProducts.d.ts +1 -1
- package/package.json +2 -2
- package/productSwitcher/components/AstralProductSwitcher/utils/getFilteredProducts/getFilteredProducts.d.ts +1 -1
- package/productSwitcher/components/IdentityProductSwitcher/styles.d.ts +2 -2
- package/productSwitcher/utils/getGroupsProducts/getGroupsProducts.d.ts +1 -1
- package/productSwitcher/utils/getIdentityProducts/getIdentityProducts.d.ts +1 -1
|
@@ -4,4 +4,4 @@
|
|
|
4
4
|
* @param filterBy - тип фильтрации продуктов
|
|
5
5
|
* @param code - код-значение для фильтрации
|
|
6
6
|
*/
|
|
7
|
-
export declare const getFilteredProducts: (identityUrl: string, filterBy: string, code: string) => Promise<import("@astral/
|
|
7
|
+
export declare const getFilteredProducts: (identityUrl: string, filterBy: string, code: string) => Promise<import("@astral/ui").WidgetProduct[]>;
|
|
@@ -15,9 +15,9 @@ export declare const Logo: import("@emotion/styled").StyledComponent<{
|
|
|
15
15
|
theme?: import("@emotion/react").Theme | undefined;
|
|
16
16
|
as?: import("react").ElementType<any> | undefined;
|
|
17
17
|
}, import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
|
|
18
|
-
export declare const ErrorContainer: import("@emotion/styled").StyledComponent<Omit<import("@astral/
|
|
18
|
+
export declare const ErrorContainer: import("@emotion/styled").StyledComponent<Omit<import("@astral/ui/src/components/Grid/GridComponent").GridComponentProps, "ref"> & import("react").RefAttributes<HTMLDivElement> & {
|
|
19
19
|
theme?: import("@emotion/react").Theme | undefined;
|
|
20
|
-
} & import("@astral/
|
|
20
|
+
} & import("@astral/ui/src/components/Grid/styles").StyledGridProps, {}, {}>;
|
|
21
21
|
export declare const TenantsToggleButtonGroup: import("@emotion/styled").StyledComponent<Omit<import("@astral/ui").ToggleButtonGroupProps, "ref"> & import("react").RefAttributes<HTMLDivElement> & {
|
|
22
22
|
theme?: import("@emotion/react").Theme | undefined;
|
|
23
23
|
}, {}, {}>;
|
|
@@ -3,4 +3,4 @@
|
|
|
3
3
|
* @param identityUrl - адрес identity
|
|
4
4
|
* @param group - код группы
|
|
5
5
|
*/
|
|
6
|
-
export declare const getGroupsProducts: (identityUrl: string, group: string) => Promise<import("@astral/
|
|
6
|
+
export declare const getGroupsProducts: (identityUrl: string, group: string) => Promise<import("@astral/ui").WidgetProduct[]>;
|
|
@@ -3,4 +3,4 @@
|
|
|
3
3
|
* @param identityUrl - адрес identity
|
|
4
4
|
* @param tenant - код экосистемы
|
|
5
5
|
*/
|
|
6
|
-
export declare const getIdentityProducts: (identityUrl: string, tenant?: string) => Promise<import("@astral/
|
|
6
|
+
export declare const getIdentityProducts: (identityUrl: string, tenant?: string) => Promise<import("@astral/ui").WidgetProduct[]>;
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@astral/features",
|
|
3
3
|
"main": "./node/index.js",
|
|
4
|
-
"version": "4.0.0-alpha.
|
|
4
|
+
"version": "4.0.0-alpha.28",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@astral/ui": "4.0.0-alpha.
|
|
6
|
+
"@astral/ui": "4.0.0-alpha.28",
|
|
7
7
|
"mobx": "^6.8.0",
|
|
8
8
|
"mobx-react-lite": "^3.4.0",
|
|
9
9
|
"@astral/cryptopro-cades": "^1.5.1"
|
|
@@ -4,4 +4,4 @@
|
|
|
4
4
|
* @param filterBy - тип фильтрации продуктов
|
|
5
5
|
* @param code - код-значение для фильтрации
|
|
6
6
|
*/
|
|
7
|
-
export declare const getFilteredProducts: (identityUrl: string, filterBy: string, code: string) => Promise<import("@astral/
|
|
7
|
+
export declare const getFilteredProducts: (identityUrl: string, filterBy: string, code: string) => Promise<import("@astral/ui").WidgetProduct[]>;
|
|
@@ -15,9 +15,9 @@ export declare const Logo: import("@emotion/styled").StyledComponent<{
|
|
|
15
15
|
theme?: import("@emotion/react").Theme | undefined;
|
|
16
16
|
as?: import("react").ElementType<any> | undefined;
|
|
17
17
|
}, import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
|
|
18
|
-
export declare const ErrorContainer: import("@emotion/styled").StyledComponent<Omit<import("@astral/
|
|
18
|
+
export declare const ErrorContainer: import("@emotion/styled").StyledComponent<Omit<import("@astral/ui/src/components/Grid/GridComponent").GridComponentProps, "ref"> & import("react").RefAttributes<HTMLDivElement> & {
|
|
19
19
|
theme?: import("@emotion/react").Theme | undefined;
|
|
20
|
-
} & import("@astral/
|
|
20
|
+
} & import("@astral/ui/src/components/Grid/styles").StyledGridProps, {}, {}>;
|
|
21
21
|
export declare const TenantsToggleButtonGroup: import("@emotion/styled").StyledComponent<Omit<import("@astral/ui").ToggleButtonGroupProps, "ref"> & import("react").RefAttributes<HTMLDivElement> & {
|
|
22
22
|
theme?: import("@emotion/react").Theme | undefined;
|
|
23
23
|
}, {}, {}>;
|
|
@@ -3,4 +3,4 @@
|
|
|
3
3
|
* @param identityUrl - адрес identity
|
|
4
4
|
* @param group - код группы
|
|
5
5
|
*/
|
|
6
|
-
export declare const getGroupsProducts: (identityUrl: string, group: string) => Promise<import("@astral/
|
|
6
|
+
export declare const getGroupsProducts: (identityUrl: string, group: string) => Promise<import("@astral/ui").WidgetProduct[]>;
|
|
@@ -3,4 +3,4 @@
|
|
|
3
3
|
* @param identityUrl - адрес identity
|
|
4
4
|
* @param tenant - код экосистемы
|
|
5
5
|
*/
|
|
6
|
-
export declare const getIdentityProducts: (identityUrl: string, tenant?: string) => Promise<import("@astral/
|
|
6
|
+
export declare const getIdentityProducts: (identityUrl: string, tenant?: string) => Promise<import("@astral/ui").WidgetProduct[]>;
|