@adminide-stack/core 10.2.2-alpha.43 → 10.2.2-alpha.49

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.
@@ -1,16 +1,2 @@
1
- import { IMenuPosition, IMappedData } from '@common-stack/client-react';
2
- export interface IPageStore extends IMappedData {
3
- key: string;
4
- tab?: string;
5
- tabTitle?: string;
6
- path: string;
7
- exact?: boolean;
8
- name?: string;
9
- authority?: string[];
10
- /**
11
- * When `exact: false` we may not have an component
12
- */
13
- component?: any;
14
- position?: IMenuPosition;
15
- icon?: any;
16
- }
1
+ import type { IRouteModule } from '@common-stack/core';
2
+ export type IPageStore = IRouteModule;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminide-stack/core",
3
- "version": "10.2.2-alpha.43",
3
+ "version": "10.2.2-alpha.49",
4
4
  "description": "AdminIDE core for higher packages to depend on",
5
5
  "license": "UNLICENSED",
6
6
  "author": "CDMBase LLC",
@@ -35,7 +35,7 @@
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "a71acd0fc9e466f27ed6496a5aa2d23cbd73eec7",
38
+ "gitHead": "adeb5d1a775fc981680cb3c0e174d001747ffabb",
39
39
  "typescript": {
40
40
  "definition": "lib/index.d.ts"
41
41
  }