ng-sidebar9plus 14.0.0 → 15.0.0
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.
|
@@ -5,5 +5,5 @@ export declare class CloseSidebar {
|
|
|
5
5
|
constructor(_sidebar: Sidebar);
|
|
6
6
|
_onClick(): void;
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<CloseSidebar, never>;
|
|
8
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CloseSidebar, "[closeSidebar]", never, {}, {}, never, never, false>;
|
|
8
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CloseSidebar, "[closeSidebar]", never, {}, {}, never, never, false, never>;
|
|
9
9
|
}
|
|
@@ -25,5 +25,5 @@ export declare class SidebarContainer implements AfterContentInit, OnChanges, On
|
|
|
25
25
|
private _onToggle;
|
|
26
26
|
private _markForCheck;
|
|
27
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<SidebarContainer, never>;
|
|
28
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SidebarContainer, "ng-sidebar-container", never, { "animate": "animate"; "allowSidebarBackdropControl": "allowSidebarBackdropControl"; "showBackdrop": "showBackdrop"; "contentClass": "contentClass"; "backdropClass": "backdropClass"; }, { "showBackdropChange": "showBackdropChange"; "onBackdropClicked": "onBackdropClicked"; }, never, ["ng-sidebar,[ng-sidebar]", "[ng-sidebar-content]"], false>;
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SidebarContainer, "ng-sidebar-container", never, { "animate": "animate"; "allowSidebarBackdropControl": "allowSidebarBackdropControl"; "showBackdrop": "showBackdrop"; "contentClass": "contentClass"; "backdropClass": "backdropClass"; }, { "showBackdropChange": "showBackdropChange"; "onBackdropClicked": "onBackdropClicked"; }, never, ["ng-sidebar,[ng-sidebar]", "[ng-sidebar-content]"], false, never>;
|
|
29
29
|
}
|
|
@@ -82,5 +82,5 @@ export declare class Sidebar implements AfterContentInit, OnInit, OnChanges, OnD
|
|
|
82
82
|
get _isInert(): boolean;
|
|
83
83
|
private _normalizePosition;
|
|
84
84
|
static ɵfac: i0.ɵɵFactoryDeclaration<Sidebar, [{ optional: true; }, null, null]>;
|
|
85
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<Sidebar, "ng-sidebar", never, { "opened": "opened"; "mode": "mode"; "dock": "dock"; "dockedSize": "dockedSize"; "position": "position"; "animate": "animate"; "autoCollapseHeight": "autoCollapseHeight"; "autoCollapseWidth": "autoCollapseWidth"; "autoCollapseOnInit": "autoCollapseOnInit"; "sidebarClass": "sidebarClass"; "ariaLabel": "ariaLabel"; "trapFocus": "trapFocus"; "autoFocus": "autoFocus"; "showBackdrop": "showBackdrop"; "closeOnClickBackdrop": "closeOnClickBackdrop"; "closeOnClickOutside": "closeOnClickOutside"; "keyClose": "keyClose"; "keyCode": "keyCode"; }, { "openedChange": "openedChange"; "onContentInit": "onContentInit"; "onOpenStart": "onOpenStart"; "onOpened": "onOpened"; "onCloseStart": "onCloseStart"; "onClosed": "onClosed"; "onTransitionEnd": "onTransitionEnd"; "onModeChange": "onModeChange"; "onPositionChange": "onPositionChange"; "_onRerender": "_onRerender"; }, never, ["*"], false>;
|
|
85
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<Sidebar, "ng-sidebar", never, { "opened": "opened"; "mode": "mode"; "dock": "dock"; "dockedSize": "dockedSize"; "position": "position"; "animate": "animate"; "autoCollapseHeight": "autoCollapseHeight"; "autoCollapseWidth": "autoCollapseWidth"; "autoCollapseOnInit": "autoCollapseOnInit"; "sidebarClass": "sidebarClass"; "ariaLabel": "ariaLabel"; "trapFocus": "trapFocus"; "autoFocus": "autoFocus"; "showBackdrop": "showBackdrop"; "closeOnClickBackdrop": "closeOnClickBackdrop"; "closeOnClickOutside": "closeOnClickOutside"; "keyClose": "keyClose"; "keyCode": "keyCode"; }, { "openedChange": "openedChange"; "onContentInit": "onContentInit"; "onOpenStart": "onOpenStart"; "onOpened": "onOpened"; "onCloseStart": "onCloseStart"; "onClosed": "onClosed"; "onTransitionEnd": "onTransitionEnd"; "onModeChange": "onModeChange"; "onPositionChange": "onPositionChange"; "_onRerender": "_onRerender"; }, never, ["*"], false, never>;
|
|
86
86
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ng-sidebar9plus",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "15.0.0",
|
|
4
4
|
"description": "Angular sidebar component 9+. Forked from https://github.com/arkon/ng-sidebar.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -37,21 +37,21 @@
|
|
|
37
37
|
"prepare": "npm run build"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
|
-
"@angular/common": ">=
|
|
41
|
-
"@angular/core": ">=
|
|
40
|
+
"@angular/common": ">=15.0.0",
|
|
41
|
+
"@angular/core": ">=15.0.0"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@angular-devkit/schematics": "^
|
|
45
|
-
"@angular/cli": "^
|
|
46
|
-
"@angular/common": "^
|
|
47
|
-
"@angular/compiler": "^
|
|
48
|
-
"@angular/compiler-cli": "^
|
|
49
|
-
"@angular/core": "^
|
|
50
|
-
"@angular/platform-browser": "^
|
|
44
|
+
"@angular-devkit/schematics": "^15.0.0",
|
|
45
|
+
"@angular/cli": "^15.0.0",
|
|
46
|
+
"@angular/common": "^15.0.0",
|
|
47
|
+
"@angular/compiler": "^15.0.0",
|
|
48
|
+
"@angular/compiler-cli": "^15.0.0",
|
|
49
|
+
"@angular/core": "^15.0.0",
|
|
50
|
+
"@angular/platform-browser": "^15.0.0",
|
|
51
51
|
"rimraf": "^3.0.2",
|
|
52
52
|
"rxjs": "^7.8.1",
|
|
53
53
|
"tslint": "^5.20.1",
|
|
54
|
-
"typescript": "4.
|
|
54
|
+
"typescript": "4.9",
|
|
55
55
|
"zone.js": "~0.13.0"
|
|
56
56
|
}
|
|
57
57
|
}
|