@nativescript/template-drawer-navigation-ng 8.2.2 → 8.3.1
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/package.json +15 -15
- package/src/app/app.component.html +0 -5
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"main": "src/main.ts",
|
|
4
4
|
"displayName": "Navigation Drawer",
|
|
5
5
|
"templateType": "App template",
|
|
6
|
-
"version": "8.
|
|
6
|
+
"version": "8.3.1",
|
|
7
7
|
"description": "Side navigation template",
|
|
8
8
|
"author": "NativeScript Team <oss@nativescript.org>",
|
|
9
9
|
"license": "Apache-2.0",
|
|
@@ -41,27 +41,27 @@
|
|
|
41
41
|
"url": "https://github.com/NativeScript/NativeScript/issues"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@angular/animations": "~14.
|
|
45
|
-
"@angular/common": "~14.
|
|
46
|
-
"@angular/compiler": "~14.
|
|
47
|
-
"@angular/core": "~14.
|
|
48
|
-
"@angular/forms": "~14.
|
|
49
|
-
"@angular/platform-browser": "~14.
|
|
50
|
-
"@angular/platform-browser-dynamic": "~14.
|
|
51
|
-
"@angular/router": "~14.
|
|
52
|
-
"@nativescript/angular": "
|
|
53
|
-
"@nativescript/core": "~8.
|
|
44
|
+
"@angular/animations": "~14.2.0",
|
|
45
|
+
"@angular/common": "~14.2.0",
|
|
46
|
+
"@angular/compiler": "~14.2.0",
|
|
47
|
+
"@angular/core": "~14.2.0",
|
|
48
|
+
"@angular/forms": "~14.2.0",
|
|
49
|
+
"@angular/platform-browser": "~14.2.0",
|
|
50
|
+
"@angular/platform-browser-dynamic": "~14.2.0",
|
|
51
|
+
"@angular/router": "~14.2.0",
|
|
52
|
+
"@nativescript/angular": "~14.2.0",
|
|
53
|
+
"@nativescript/core": "~8.3.0",
|
|
54
54
|
"@nativescript/theme": "~3.0.2",
|
|
55
55
|
"nativescript-ui-sidedrawer": "~10.0.2",
|
|
56
56
|
"rxjs": "~7.5.0",
|
|
57
57
|
"zone.js": "~0.11.5"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@angular-devkit/build-angular": "~14.
|
|
61
|
-
"@angular/compiler-cli": "~14.
|
|
62
|
-
"@nativescript/types": "~8.
|
|
60
|
+
"@angular-devkit/build-angular": "~14.2.0",
|
|
61
|
+
"@angular/compiler-cli": "~14.2.0",
|
|
62
|
+
"@nativescript/types": "~8.3.0",
|
|
63
63
|
"@nativescript/webpack": "~5.0.6",
|
|
64
|
-
"@ngtools/webpack": "~14.
|
|
64
|
+
"@ngtools/webpack": "~14.2.0",
|
|
65
65
|
"typescript": "~4.7.0"
|
|
66
66
|
}
|
|
67
67
|
}
|
|
@@ -1,8 +1,3 @@
|
|
|
1
|
-
<!--
|
|
2
|
-
RadSideDrawer is a UI component part of the Progress NativeScript UI set of components.
|
|
3
|
-
Learn more about the RadSideDrawer UI component and how it can be customized in this documentation article:
|
|
4
|
-
https://docs.nativescript.org/angular/ui/professional-ui-components/ng-SideDrawer/getting-started
|
|
5
|
-
-->
|
|
6
1
|
<RadSideDrawer [drawerTransition]="sideDrawerTransition">
|
|
7
2
|
<GridLayout tkDrawerContent rows="auto, *" class="nt-drawer__content">
|
|
8
3
|
<StackLayout row="0" class="nt-drawer__header">
|