Skip to content

Commit 4daadfb

Browse files
authored
Merge pull request #275 from NativeScript/update-dataform-demo
chore: update 'dataform' demo for nativescript-ui-dataform v5.1.0
2 parents 13158b9 + 4ae3f23 commit 4daadfb

2 files changed

Lines changed: 26 additions & 22 deletions

File tree

dataform/app/examples/styling/css-editors/dataform-css-editors.component.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ PropertyEditor {
99
font-size: 14;
1010
}
1111

12+
PropertyEditor:focus {
13+
background-color: #303F9F;
14+
}
15+
1216
DataFormEditorLabel {
1317
color:#212121;
1418
background-color: white;

dataform/package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -6,50 +6,50 @@
66
"nativescript": {
77
"id": "org.nativescript.demoangular",
88
"tns-android": {
9-
"version": "6.0.0"
9+
"version": "6.1.0"
1010
},
1111
"tns-ios": {
12-
"version": "6.0.1"
12+
"version": "6.1.0"
1313
}
1414
},
1515
"dependencies": {
16-
"@angular/animations": "~8.0.0",
17-
"@angular/common": "~8.0.0",
18-
"@angular/compiler": "~8.0.0",
19-
"@angular/core": "~8.0.0",
20-
"@angular/forms": "~8.0.0",
21-
"@angular/http": "8.0.0-beta.10",
22-
"@angular/platform-browser": "~8.0.0",
23-
"@angular/platform-browser-dynamic": "~8.0.0",
24-
"@angular/router": "~8.0.0",
25-
"nativescript-angular": "~8.0.0",
16+
"@angular/animations": "~8.2.0",
17+
"@angular/common": "~8.2.0",
18+
"@angular/compiler": "~8.2.0",
19+
"@angular/core": "~8.2.0",
20+
"@angular/forms": "~8.2.0",
21+
"@angular/platform-browser": "~8.2.0",
22+
"@angular/platform-browser-dynamic": "~8.2.0",
23+
"@angular/router": "~8.2.0",
24+
"nativescript-angular": "~8.2.0",
2625
"nativescript-theme-core": "~1.0.4",
2726
"nativescript-ui-dataform": "*",
28-
"rxjs": "^6.3.3",
27+
"rxjs": "^6.4.0",
2928
"tns-core-modules": "^6.0.0",
30-
"zone.js": "^0.8.26"
29+
"zone.js": "^0.9.1"
3130
},
3231
"devDependencies": {
33-
"@angular/compiler-cli": "~8.0.0",
34-
"@ngtools/webpack": "~8.0.0",
32+
"@angular/compiler-cli": "~8.2.0",
33+
"@ngtools/webpack": "~8.2.0",
3534
"@types/chai": "~4.1.3",
3635
"@types/mocha": "~5.2.1",
3736
"@types/node": "^7.0.5",
37+
"chai": "~4.2.0",
3838
"codelyzer": "^4.5.0",
3939
"karma": "^1.6.0",
4040
"karma-chai": "^0.1.0",
4141
"karma-mocha": "^1.3.0",
4242
"karma-nativescript-launcher": "^0.4.0",
4343
"markdown-snippet-injector": "^0.2.4",
44-
"mocha": "^3.3.0",
44+
"mocha": "5.2.0",
4545
"mocha-junit-reporter": "^1.18.0",
46-
"mocha-multi": "^1.0.1",
46+
"mocha-multi": "1.1.0",
4747
"mochawesome": "^3.1.1",
4848
"nativescript-css-loader": "~0.26.0",
49-
"nativescript-dev-appium": "5.0.0",
50-
"nativescript-dev-webpack": "~1.0.0",
51-
"tns-platform-declarations": "^6.0.1",
49+
"nativescript-dev-appium": "next",
50+
"nativescript-dev-webpack": "^1.0.0",
51+
"tns-platform-declarations": "^6.1.0",
5252
"tslint": "~5.11.0",
53-
"typescript": "~3.4.5"
53+
"typescript": "~3.5.3"
5454
}
5555
}

0 commit comments

Comments
 (0)