Skip to content

Commit 9aadd85

Browse files
committed
Moving dependency on nativescript-telerik-ui(-pro) to nativescript-pro-ui
1 parent 9689a16 commit 9aadd85

File tree

4 files changed

+6
-34
lines changed

4 files changed

+6
-34
lines changed

src/images.ios.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import platform = require("tns-core-modules/platform");
44
import ui_frame = require("tns-core-modules/ui/frame");
55
import { Page } from "tns-core-modules/ui/page";
66
import { ActionBar, NavigationButton, ActionItems, ActionItem } from "tns-core-modules/ui/action-bar";
7-
import { RadListView, ListViewGridLayout } from "nativescript-telerik-ui/listview";
7+
import { RadListView, ListViewGridLayout } from "nativescript-pro-ui/listview";
88

99
let page;
1010
let list;
@@ -33,7 +33,7 @@ export function done(args) {
3333
}
3434

3535
export function imagesPageFactory(): Page {
36-
// <Page xmlns="http://www.nativescript.org/tns.xsd" loaded="pageLoaded" xmlns:lv="nativescript-telerik-ui/listview">
36+
// <Page xmlns="http://www.nativescript.org/tns.xsd" loaded="pageLoaded" xmlns:lv="nativescript-pro-ui/listview">
3737
let page = new Page();
3838
page.on(Page.loadedEvent, pageLoaded);
3939

src/images.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Page xmlns="http://www.nativescript.org/tns.xsd" loaded="pageLoaded"
2-
xmlns:lv="nativescript-telerik-ui/listview">
2+
xmlns:lv="nativescript-pro-ui/listview">
33

44
<Page.actionBar>
55
<ActionBar title="{{ title }}">
@@ -24,4 +24,4 @@
2424
</GridLayout>
2525
</lv:RadListView.itemTemplate>
2626
</lv:RadListView>
27-
</Page>
27+
</Page>

src/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@
2828
"plugin.tscwatch": "npm run tsc -- -w",
2929
"demo.ios": "npm i && npm run tsc && cd ../demo && tns run ios --syncAllFiles",
3030
"demo.android": "npm i && npm run tsc && cd ../demo && tns run android --syncAllFiles",
31-
"clean": "rm -rf node_modules && cd ../demo && rm -rf hooks node_modules platforms && cd ../src && npm run plugin.link",
32-
"postinstall": "node scripts/require-nativescript-telerik-ui.js"
31+
"clean": "rm -rf node_modules && cd ../demo && rm -rf hooks node_modules platforms && cd ../src && npm run plugin.link"
3332
},
3433
"keywords": [
3534
"NativeScript",
@@ -45,13 +44,13 @@
4544
"homepage": "https://github.com/NativeScript/nativescript-imagepicker",
4645
"readmeFilename": "README.md",
4746
"devDependencies": {
48-
"nativescript-telerik-ui": "^3.0.0",
4947
"tns-core-modules": "^3.1.0",
5048
"tns-platform-declarations": "^3.0.0",
5149
"typescript": "~2.3.0",
5250
"tslint": "~5.4.3"
5351
},
5452
"dependencies": {
53+
"nativescript-pro-ui": "^3.1.2",
5554
"nativescript-permissions": "~1.2.3"
5655
},
5756
"bootstrapper": "nativescript-plugin-seed"

src/scripts/require-nativescript-telerik-ui.js

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)