@adminide-stack/core
Advanced tools
| export interface INavItem { | ||
| to: string; | ||
| content: string; | ||
| base: boolean; | ||
| } |
| import { IMenuPosition } from '@common-stack/client-react'; | ||
| export interface IPageStore { | ||
| key: string; | ||
| tab?: string; | ||
| path: string; | ||
| exact?: boolean; | ||
| name?: string; | ||
| /** | ||
| * When `exact: false` we may not have an component | ||
| */ | ||
| component?: any; | ||
| position?: IMenuPosition; | ||
| } |
| export * from './utils'; |
| export declare const getFilteredMenus: (pageStore: any, selectedMenu: any) => any; | ||
| export declare const getFilteredRoutes: (pageStore: any, selectedRoutes: any) => any; | ||
| export declare const getFilteredTabs: (pageStore: any, selectedTabs: any) => any; |
+8
-0
@@ -6,2 +6,10 @@ # Change Log | ||
| ## [0.0.16-161](https://github.com/cdmbase/adminIde-stack/compare/v0.0.16-160...v0.0.16-161) (2020-01-04) | ||
| **Note:** Version bump only for package @adminide-stack/core | ||
| ## [0.0.16-155](https://github.com/cdmbase/adminIde-stack/compare/v0.0.16-154...v0.0.16-155) (2019-12-30) | ||
@@ -8,0 +16,0 @@ |
+1
-0
| export * from './constants'; | ||
| export * from './interfaces'; | ||
| export * from './context'; | ||
| export * from './utils'; |
| export * from './enum'; | ||
| export * from './common'; | ||
| export * from './generated'; | ||
| export * from './nav-items'; | ||
| export * from './page-store'; |
+2
-2
| { | ||
| "name": "@adminide-stack/core", | ||
| "version": "0.0.16-155", | ||
| "version": "0.0.16-161", | ||
| "description": "AdminIDE core for higher packages to depend on", | ||
@@ -46,3 +46,3 @@ "main": "lib/index.js", | ||
| }, | ||
| "gitHead": "1589e3dc93d704ac59e783e3a5c635afb07ca955" | ||
| "gitHead": "c5f8ff3c4f5709b54666c7314e3d4899cabec2c7" | ||
| } |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
4074709
0.34%23
21.05%45852
0.34%