@rxap/layout 12.2.0 → 12.2.3
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/bundles/rxap-layout.umd.js +33 -8
- package/bundles/rxap-layout.umd.js.map +1 -1
- package/esm2015/lib/navigation/navigation-item.js.map +1 -1
- package/esm2015/lib/navigation/navigation.component.module.js +9 -6
- package/esm2015/lib/navigation/navigation.component.module.js.map +1 -1
- package/esm2015/lib/navigation/navigation.service.js +10 -6
- package/esm2015/lib/navigation/navigation.service.js.map +1 -1
- package/esm2015/lib/navigation/replace-router-paths.pipe.js +14 -1
- package/esm2015/lib/navigation/replace-router-paths.pipe.js.map +1 -1
- package/fesm2015/rxap-layout.js +29 -9
- package/fesm2015/rxap-layout.js.map +1 -1
- package/lib/navigation/navigation-item.d.ts +2 -2
- package/lib/navigation/navigation.component.module.d.ts +13 -13
- package/lib/navigation/replace-router-paths.pipe.d.ts +5 -0
- package/package.json +9 -8
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./navigation.component";
|
|
3
3
|
import * as i2 from "./navigation-item/navigation-item.component";
|
|
4
|
-
import * as i3 from "
|
|
5
|
-
import * as i4 from "@angular/material/
|
|
6
|
-
import * as i5 from "@angular/
|
|
7
|
-
import * as i6 from "@angular/
|
|
8
|
-
import * as i7 from "@angular/
|
|
9
|
-
import * as i8 from "@
|
|
10
|
-
import * as i9 from "@rxap/
|
|
11
|
-
import * as i10 from "@
|
|
12
|
-
import * as i11 from "@angular/material/
|
|
13
|
-
import * as i12 from "@
|
|
14
|
-
import * as i13 from "@
|
|
15
|
-
import * as i14 from "
|
|
4
|
+
import * as i3 from "@angular/material/icon";
|
|
5
|
+
import * as i4 from "@angular/material/button";
|
|
6
|
+
import * as i5 from "@angular/flex-layout";
|
|
7
|
+
import * as i6 from "@angular/router";
|
|
8
|
+
import * as i7 from "@angular/common";
|
|
9
|
+
import * as i8 from "@rxap/material-directives/icon";
|
|
10
|
+
import * as i9 from "@rxap/components";
|
|
11
|
+
import * as i10 from "@angular/material/core";
|
|
12
|
+
import * as i11 from "@angular/material/divider";
|
|
13
|
+
import * as i12 from "@rxap/directives";
|
|
14
|
+
import * as i13 from "@angular/material/tooltip";
|
|
15
|
+
import * as i14 from "./replace-router-paths.pipe";
|
|
16
16
|
export declare class NavigationComponentModule {
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<NavigationComponentModule, never>;
|
|
18
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<NavigationComponentModule, [typeof i1.NavigationComponent, typeof i2.NavigationItemComponent, typeof i3.
|
|
18
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NavigationComponentModule, [typeof i1.NavigationComponent, typeof i2.NavigationItemComponent], [typeof i3.MatIconModule, typeof i4.MatButtonModule, typeof i5.FlexLayoutModule, typeof i6.RouterModule, typeof i7.CommonModule, typeof i8.IconDirectiveModule, typeof i9.ButtonComponentModule, typeof i10.MatRippleModule, typeof i11.MatDividerModule, typeof i12.StopPropagationDirectiveModule, typeof i13.MatTooltipModule, typeof i14.ReplaceRouterPathsPipeModule], [typeof i1.NavigationComponent]>;
|
|
19
19
|
static ɵinj: i0.ɵɵInjectorDeclaration<NavigationComponentModule>;
|
|
20
20
|
}
|
|
@@ -9,3 +9,8 @@ export declare class ReplaceRouterPathsPipe implements PipeTransform {
|
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<ReplaceRouterPathsPipe, never>;
|
|
10
10
|
static ɵpipe: i0.ɵɵPipeDeclaration<ReplaceRouterPathsPipe, "replaceRouterPaths">;
|
|
11
11
|
}
|
|
12
|
+
export declare class ReplaceRouterPathsPipeModule {
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ReplaceRouterPathsPipeModule, never>;
|
|
14
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ReplaceRouterPathsPipeModule, [typeof ReplaceRouterPathsPipe], never, [typeof ReplaceRouterPathsPipe]>;
|
|
15
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ReplaceRouterPathsPipeModule>;
|
|
16
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rxap/layout",
|
|
3
|
-
"version": "12.2.
|
|
3
|
+
"version": "12.2.3",
|
|
4
4
|
"bugs": {
|
|
5
5
|
"url": "https://gitlab.com/rxap/packages/-/issues",
|
|
6
6
|
"email": "incoming+rxap-packages-14898188-issue-@incoming.gitlab.com"
|
|
@@ -17,6 +17,7 @@
|
|
|
17
17
|
"license": "MIT",
|
|
18
18
|
"description": "A collection of components and services that provides standard layouts for angular applications.",
|
|
19
19
|
"peerDependencies": {
|
|
20
|
+
"@angular-devkit/schematics": "^12.2.9",
|
|
20
21
|
"@angular/animations": "^12.0.1",
|
|
21
22
|
"@angular/cdk": "^12.0.1",
|
|
22
23
|
"@angular/common": "^12.0.1",
|
|
@@ -31,11 +32,11 @@
|
|
|
31
32
|
"@rxap/components": "^12.0.10",
|
|
32
33
|
"@rxap/config": "^12.3.0",
|
|
33
34
|
"@rxap/definition": "^12.0.8",
|
|
34
|
-
"@rxap/directives": "^12.
|
|
35
|
-
"@rxap/forms": "^12.
|
|
36
|
-
"@rxap/material-directives": "^12.0.
|
|
37
|
-
"@rxap/services": "^12.0.
|
|
38
|
-
"@rxap/utilities": "^12.2.
|
|
35
|
+
"@rxap/directives": "^12.3.0",
|
|
36
|
+
"@rxap/forms": "^12.7.3",
|
|
37
|
+
"@rxap/material-directives": "^12.0.7",
|
|
38
|
+
"@rxap/services": "^12.0.8",
|
|
39
|
+
"@rxap/utilities": "^12.2.2",
|
|
39
40
|
"reflect-metadata": "^0.1.13",
|
|
40
41
|
"rxjs": "^6.5.5"
|
|
41
42
|
},
|
|
@@ -63,9 +64,9 @@
|
|
|
63
64
|
"save": "dependencies"
|
|
64
65
|
},
|
|
65
66
|
"dependencies": {
|
|
66
|
-
"@rxap/schematics-utilities": "^12.
|
|
67
|
+
"@rxap/schematics-utilities": "^12.7.0",
|
|
67
68
|
"tslib": "^2.2.0",
|
|
68
|
-
"@rxap/schematics-ts-morph": "^12.3.
|
|
69
|
+
"@rxap/schematics-ts-morph": "^12.3.2",
|
|
69
70
|
"uuid": "8.3.2",
|
|
70
71
|
"@rxap/validator": "0.0.2"
|
|
71
72
|
},
|