Skip to content

Commit 2a14f4a

Browse files
committed
feat: ns8
1 parent 25d811e commit 2a14f4a

File tree

7 files changed

+38
-6768
lines changed

7 files changed

+38
-6768
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ junit.xml
55
npm-debug.log
66
node_modules
77
samples/package-lock.json
8+
samples/yarn.lock
89
samples/platforms
910
samples/hooks/
1011
test-results.xml

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@babel/preset-env": "7.13.12",
5959
"@commitlint/cli": "12.0.1",
6060
"@commitlint/config-conventional": "12.0.1",
61-
"@nativescript/core": "8.0.0-alpha.9",
61+
"@nativescript/core": "8.0.0",
6262
"@rollup/plugin-alias": "3.1.2",
6363
"@rollup/plugin-buble": "0.21.3",
6464
"@rollup/plugin-commonjs": "18.0.0",

platform/nativescript/element-registry.js

Lines changed: 0 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -138,49 +138,6 @@ registerElement(
138138
}
139139
)
140140

141-
registerElement(
142-
'BottomNavigation',
143-
() => require('@nativescript/core').BottomNavigation,
144-
{
145-
model: {
146-
prop: 'selectedIndex',
147-
event: 'selectedIndexChange'
148-
},
149-
component: builtInComponents.BottomNavigation
150-
}
151-
)
152-
153-
registerElement('Tabs', () => require('@nativescript/core').Tabs, {
154-
model: {
155-
prop: 'selectedIndex',
156-
event: 'selectedIndexChange'
157-
},
158-
component: builtInComponents.Tabs
159-
})
160-
161-
registerElement('TabStrip', () => require('@nativescript/core').TabStrip, {
162-
skipAddToDom: true,
163-
component: builtInComponents.TabStrip
164-
})
165-
166-
registerElement(
167-
'TabStripItem',
168-
() => require('@nativescript/core').TabStripItem,
169-
{
170-
skipAddToDom: true,
171-
component: builtInComponents.TabStripItem
172-
}
173-
)
174-
175-
registerElement(
176-
'TabContentItem',
177-
() => require('@nativescript/core').TabContentItem,
178-
{
179-
skipAddToDom: true,
180-
component: builtInComponents.TabContentItem
181-
}
182-
)
183-
184141
registerElement('transition', null, {
185142
component: builtInComponents.transition
186143
})

samples/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
{
2-
"main": "entry.js",
2+
"main": "./app/entry.js",
33
"name": "nativescript-vue-tests",
44
"version": "1.0.1",
55
"private": true,
66
"description": "NativeScriptVue Samples Application",
77
"license": "MIT",
88
"readme": "NativeScriptVue Samples Application",
99
"dependencies": {
10-
"@nativescript/core": "7.3.0",
10+
"@nativescript/core": "~8.0.0",
1111
"@vue/devtools": "5.3.3",
1212
"lorem-ipsum": "2.0.3",
13+
"@triniwiz/nativescript-toasty": "4.1.3",
14+
"nativescript-vue-devtools": "1.5.0",
1315
"nativescript-socketio": "3.3.1",
14-
"nativescript-toasty": "3.0.0-alpha.2",
15-
"nativescript-vue-devtools": "1.4.0",
1616
"vuex": "3.5.1"
1717
},
1818
"devDependencies": {
1919
"@babel/core": "7.13.10",
2020
"@babel/preset-env": "7.13.10",
21-
"@nativescript/android": "7.0.1",
22-
"@nativescript/ios": "7.2.0",
23-
"@nativescript/webpack": "3.0.9",
21+
"@nativescript/android": "8.0.0",
22+
"@nativescript/ios": "8.0.0",
23+
"@nativescript/webpack": "file:../../NativeScript/packages/webpack5/nativescript-webpack-5.0.0-dev.tgz",
2424
"babel-loader": "8.2.2",
2525
"nativescript-vue-template-compiler": "file:../packages/nativescript-vue-template-compiler",
2626
"vue-loader": "15.9.6"

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy