@lakea/gravity
Advanced tools
Comparing version 2.0.0-next.0 to 2.0.0-next.1
{ | ||
"name": "@lakea/gravity", | ||
"version": "2.0.0-next.0", | ||
"version": "2.0.0-next.1", | ||
"author": "Lakea Blockchain", | ||
@@ -5,0 +5,0 @@ "homepage": "https://lakea.io/", |
export * from './side-menu.service'; | ||
export * from './side-menu.component'; | ||
export * from './side-menu-item.component'; | ||
export * from './side-menu-subitem.component'; | ||
export * from './side-menu-sub-item.component'; | ||
export * from './side-menu.module'; |
@@ -9,16 +9,12 @@ import { OnDestroy, OnInit } from '@angular/core'; | ||
get active(): boolean; | ||
set withSubmenu(value: BooleanInput); | ||
get withSubmenu(): boolean; | ||
private _active; | ||
set submenu(value: BooleanInput); | ||
get submenu(): boolean; | ||
private _submenu; | ||
set disabled(value: BooleanInput); | ||
get disabled(): boolean; | ||
set closeOnCLick(value: BooleanInput); | ||
get closeOnCLick(): boolean; | ||
get isSubmenuOpened(): boolean; | ||
private _active; | ||
private _withSubmenu; | ||
private _disabled; | ||
private _closeOnCLick; | ||
private _isSubItemsOpened; | ||
private _isOpened; | ||
private _openedSubscription; | ||
private _opened; | ||
private _submenuOpened; | ||
private _destroy$; | ||
constructor(_sideMenuService: GrSideMenuService); | ||
@@ -30,3 +26,3 @@ private _onClick; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<GrSideMenuItemComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<GrSideMenuItemComponent, "gr-side-menu-item,[gr-side-menu-item]", never, { "active": "active"; "withSubmenu": "withSubmenu"; "disabled": "disabled"; "closeOnCLick": "closeOnCLick"; }, {}, never, ["[slot=icon]", "*", "gr-side-menu-subitem,[gr-side-menu-subitem]"], false>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<GrSideMenuItemComponent, "gr-side-menu-item,[gr-side-menu-item]", never, { "active": "active"; "submenu": "submenu"; "disabled": "disabled"; }, {}, never, ["[slot=icon]", "*", "gr-side-menu-sub-item,[gr-side-menu-sub-item]"], false>; | ||
} |
import { OnDestroy, OnInit } from '@angular/core'; | ||
import { BooleanInput } from '@lakea/gravity/cdk'; | ||
import { GrSideMenuService } from './side-menu.service'; | ||
@@ -7,14 +6,7 @@ import * as i0 from "@angular/core"; | ||
private _sideMenuService; | ||
set showLogo(value: BooleanInput); | ||
get showLogo(): boolean; | ||
get isOpened(): boolean; | ||
private _showLogo; | ||
private _isOpened; | ||
private _openedSubscription; | ||
private _openedClass; | ||
private _destroy$; | ||
constructor(_sideMenuService: GrSideMenuService); | ||
ngOnInit(): void; | ||
ngOnDestroy(): void; | ||
private get _hostClasses(); | ||
onMouseEnter(): void; | ||
onMouseLeave(): void; | ||
open(): void; | ||
@@ -24,3 +16,3 @@ close(): void; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<GrSideMenuComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<GrSideMenuComponent, "gr-side-menu,[gr-side-menu]", never, { "showLogo": "showLogo"; }, {}, never, ["img[slot=logo-full]", "img[slot=logo-icon]", "[slot=header]", "[slot=close-icon]", "[slot=main]", "[slot=footer]"], false>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<GrSideMenuComponent, "gr-side-menu,[gr-side-menu]", never, {}, {}, never, ["[slot=close]", "[slot=header]", "[slot=main]", "[slot=footer]"], false>; | ||
} |
import * as i0 from "@angular/core"; | ||
import * as i1 from "./side-menu.component"; | ||
import * as i2 from "./side-menu-item.component"; | ||
import * as i3 from "./side-menu-subitem.component"; | ||
import * as i3 from "./side-menu-sub-item.component"; | ||
import * as i4 from "@angular/common"; | ||
@@ -9,4 +9,4 @@ import * as i5 from "../svg/svg.module"; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<GrSideMenuModule, never>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<GrSideMenuModule, [typeof i1.GrSideMenuComponent, typeof i2.GrSideMenuItemComponent, typeof i3.GrSideMenuSubitemComponent], [typeof i4.CommonModule, typeof i5.GrSvgModule], [typeof i1.GrSideMenuComponent, typeof i2.GrSideMenuItemComponent, typeof i3.GrSideMenuSubitemComponent]>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<GrSideMenuModule, [typeof i1.GrSideMenuComponent, typeof i2.GrSideMenuItemComponent, typeof i3.GrSideMenuSubItemComponent], [typeof i4.CommonModule, typeof i5.GrSvgModule], [typeof i1.GrSideMenuComponent, typeof i2.GrSideMenuItemComponent, typeof i3.GrSideMenuSubItemComponent]>; | ||
static ɵinj: i0.ɵɵInjectorDeclaration<GrSideMenuModule>; | ||
} |
import { Observable } from 'rxjs'; | ||
import * as i0 from "@angular/core"; | ||
export declare class GrSideMenuService { | ||
private _openedSubject; | ||
get opened$(): Observable<boolean>; | ||
toggleMenu(): void; | ||
private _stateSubject; | ||
get state$(): Observable<'opened' | 'closed'>; | ||
get state(): 'opened' | 'closed'; | ||
toggle(): void; | ||
open(): void; | ||
@@ -8,0 +9,0 @@ close(): void; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
1310447
10302