@common-stack/client-react 7.0.4-alpha.13 → 7.0.4-alpha.15
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/lib/interfaces/menu.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IMenuDataItem } from '@common-stack/core/lib/component/interfaces/menu.js';
|
|
1
|
+
import type { IMenuDataItem } from '@common-stack/core/lib/component/interfaces/menu.js';
|
|
2
2
|
export { IMenuPosition } from '@common-stack/core/lib/component/interfaces/menu.js';
|
|
3
3
|
export interface IMenuData {
|
|
4
4
|
[key: string]: IMenuDataItem;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { ReactElement } from 'react';
|
|
2
2
|
import { IComputedMobileRoutesArray } from './interfaces/route';
|
|
3
3
|
export declare const getSortedNavigations: (path: string, routeData: IComputedMobileRoutesArray, authWrapper?: (component: React.FC) => ReactElement) => any;
|
|
4
|
-
export declare function getNavigation(path: string, routeData: IComputedMobileRoutesArray, authWrapper?: (component: React.FC, unauthenticatedComponent: React.FC) => ReactElement): import("packages/common-core/lib
|
|
4
|
+
export declare function getNavigation(path: string, routeData: IComputedMobileRoutesArray, authWrapper?: (component: React.FC, unauthenticatedComponent: React.FC) => ReactElement): import("packages/common-core/lib").IMenuDataItem[];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@common-stack/client-react",
|
|
3
|
-
"version": "7.0.4-alpha.
|
|
3
|
+
"version": "7.0.4-alpha.15",
|
|
4
4
|
"description": "Client Module for react app",
|
|
5
5
|
"homepage": "https://github.com/cdmbase/fullstack-pro#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
"watch": "npm run build:lib:watch"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@common-stack/client-core": "7.0.4-alpha.
|
|
35
|
-
"@common-stack/core": "7.0.4-alpha.
|
|
34
|
+
"@common-stack/client-core": "7.0.4-alpha.15",
|
|
35
|
+
"@common-stack/core": "7.0.4-alpha.15",
|
|
36
36
|
"@wordpress/hooks": "^3.53.0",
|
|
37
37
|
"browser-bunyan": "^1.6.3",
|
|
38
38
|
"history-with-query": "^4.10.4",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"publishConfig": {
|
|
58
58
|
"access": "public"
|
|
59
59
|
},
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "0c8f5a8ce06bef454534cf37cddace6914c42292",
|
|
61
61
|
"typescript": {
|
|
62
62
|
"definition": "lib/index.d.ts"
|
|
63
63
|
}
|