From bd9b813cc5699f66e0c9bdcb8c532d2b686be1f7 Mon Sep 17 00:00:00 2001 From: Vladimir Enchev Date: Mon, 9 Mar 2015 10:36:47 +0200 Subject: [PATCH] TabEntry renamed to TabViewItem --- apps/cuteness.io/main-page.xml | 16 +++++++-------- apps/gallery-app/content/tab-view.xml | 16 +++++++-------- apps/template-tab-navigation/main-page.xml | 16 +++++++-------- apps/tests/ui/tab-view/tab-view-tests.ts | 24 +++++++++++----------- apps/tests/xml-declaration/mainPage.xml | 24 +++++++++++----------- ui/builder/component-builder.ts | 2 +- ui/tab-view/tab-view-common.ts | 16 +++++++-------- ui/tab-view/tab-view.android.ts | 6 +++--- ui/tab-view/tab-view.d.ts | 14 ++++++------- ui/tab-view/tab-view.ios.ts | 8 ++++---- 10 files changed, 71 insertions(+), 71 deletions(-) diff --git a/apps/cuteness.io/main-page.xml b/apps/cuteness.io/main-page.xml index 9fa47235d..47136ec76 100644 --- a/apps/cuteness.io/main-page.xml +++ b/apps/cuteness.io/main-page.xml @@ -1,8 +1,8 @@ - - + + @@ -15,16 +15,16 @@ - - - - + + + + - - + + \ No newline at end of file diff --git a/apps/gallery-app/content/tab-view.xml b/apps/gallery-app/content/tab-view.xml index 2e8222ead..f29aa83b5 100644 --- a/apps/gallery-app/content/tab-view.xml +++ b/apps/gallery-app/content/tab-view.xml @@ -2,20 +2,20 @@ - - + + - - - - + + + + - - + + \ No newline at end of file diff --git a/apps/template-tab-navigation/main-page.xml b/apps/template-tab-navigation/main-page.xml index 615095aa2..08aa7e1a5 100644 --- a/apps/template-tab-navigation/main-page.xml +++ b/apps/template-tab-navigation/main-page.xml @@ -1,22 +1,22 @@ - - + + - - - - + + + + - - + + \ No newline at end of file diff --git a/apps/tests/ui/tab-view/tab-view-tests.ts b/apps/tests/ui/tab-view/tab-view-tests.ts index 5490c17d9..a3d73cc5c 100644 --- a/apps/tests/ui/tab-view/tab-view-tests.ts +++ b/apps/tests/ui/tab-view/tab-view-tests.ts @@ -17,16 +17,16 @@ import buttonModule = require("ui/button"); // // // -// -// +// +// // -// -// -// +// +// +// +// // -// +// +// // // // @@ -47,8 +47,8 @@ function _createTabView(): tabViewModule.TabView { return tabView; } -function _createItems(count: number): Array { - var items = new Array(); +function _createItems(count: number): Array { + var items = new Array(); for (var i = 0; i < count; i++) { var label = new labelModule.Label(); label.text = "Tab " + i; @@ -263,7 +263,7 @@ export var testBindingToTabEntryWithUndefinedViewShouldThrow = function () { var tabView = views[0]; TKUnit.assertThrows(function () { tabView.items = [{ title: "Tab 0", view: undefined }]; - }, "Binding TabView to a TabEntry with undefined view should throw."); + }, "Binding TabView to a TabViewItem with undefined view should throw."); }); } @@ -273,7 +273,7 @@ export var testBindingToTabEntryWithNullViewShouldThrow = function () { var tabView = views[0]; TKUnit.assertThrows(function () { tabView.items = [{ title: "Tab 0", view: null }]; - }, "Binding TabView to a TabEntry with null view should throw."); + }, "Binding TabView to a TabViewItem with null view should throw."); }); } diff --git a/apps/tests/xml-declaration/mainPage.xml b/apps/tests/xml-declaration/mainPage.xml index 240ea464a..6b9980562 100644 --- a/apps/tests/xml-declaration/mainPage.xml +++ b/apps/tests/xml-declaration/mainPage.xml @@ -3,8 +3,8 @@ xmlns:customControls2="app/xml-declaration/mymodulewithxml"> - - + + @@ -38,25 +38,25 @@