mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: cleanup
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
{
|
||||
"name": "nativescript",
|
||||
"version": "7.0.0-rc.19",
|
||||
"version": "7.0.0-rc.20",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"nx": "nx",
|
||||
"format": "nx format:write",
|
||||
"setup": "npx rimraf -- hooks node_modules package-lock.json && npm i && nx run core:setup"
|
||||
},
|
||||
"private": true,
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"main": "index",
|
||||
"types": "index.d.ts",
|
||||
"description": "NativeScript Core Modules",
|
||||
"version": "7.0.0-rc.19",
|
||||
"version": "7.0.0-rc.20",
|
||||
"homepage": "https://nativescript.org",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@@ -50,6 +50,8 @@ import { Device } from '../../../platform';
|
||||
import lazy from '../../../utils/lazy';
|
||||
|
||||
export * from './view-common';
|
||||
// helpers (these are okay re-exported here)
|
||||
export * from './view-helper';
|
||||
// This one can eventually be cleaned up but causes issues with a lot of ui-suite plugins in particular if not exported here
|
||||
export * from '../properties';
|
||||
|
||||
|
||||
@@ -12,6 +12,8 @@ import { perspectiveProperty, Visibility, visibilityProperty, opacityProperty, r
|
||||
import { profile } from '../../../profiling';
|
||||
|
||||
export * from './view-common';
|
||||
// helpers (these are okay re-exported here)
|
||||
export * from './view-helper';
|
||||
// This one can eventually be cleaned up but causes issues with a lot of ui-suite plugins in particular if not exported here
|
||||
export * from '../properties';
|
||||
|
||||
|
||||
2
packages/core/ui/index.d.ts
vendored
2
packages/core/ui/index.d.ts
vendored
@@ -8,7 +8,7 @@ export { Button } from './button';
|
||||
export { ContentView } from './content-view';
|
||||
export { Binding, BindingOptions } from './core/bindable';
|
||||
export { ViewBase, ShowModalOptions, eachDescendant, getAncestor, getViewById, booleanConverter } from './core/view-base';
|
||||
export { View, Template, KeyedTemplate, ShownModallyData, CSSType, ContainerView } from './core/view';
|
||||
export { View, Template, KeyedTemplate, ShownModallyData, CSSType, ContainerView, ViewHelper, IOSHelper } from './core/view';
|
||||
export { Property, CoercibleProperty, InheritedProperty, CssProperty, InheritedCssProperty, ShorthandProperty, CssAnimationProperty, unsetValue } from './core/properties';
|
||||
export { DatePicker } from './date-picker';
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ export { Button } from './button';
|
||||
export { ContentView } from './content-view';
|
||||
export { Binding, BindingOptions } from './core/bindable';
|
||||
export { ViewBase, ShowModalOptions, eachDescendant, getAncestor, getViewById, booleanConverter } from './core/view-base';
|
||||
export { View, Template, KeyedTemplate, ShownModallyData, CSSType, ContainerView } from './core/view';
|
||||
export { View, Template, KeyedTemplate, ShownModallyData, CSSType, ContainerView, ViewHelper, IOSHelper } from './core/view';
|
||||
export { Property, CoercibleProperty, InheritedProperty, CssProperty, InheritedCssProperty, ShorthandProperty, CssAnimationProperty, unsetValue } from './core/properties';
|
||||
export { DatePicker } from './date-picker';
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"main": "index",
|
||||
"types": "index.d.ts",
|
||||
"description": "Compatibility with old style tns-core-modules imports for NativeScript.",
|
||||
"version": "7.0.0-rc.19",
|
||||
"version": "7.0.0-rc.20",
|
||||
"homepage": "https://nativescript.org",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nativescript/webpack",
|
||||
"version": "2.0.0-alpha.3",
|
||||
"version": "2.0.0-rc.0",
|
||||
"main": "index",
|
||||
"description": "Webpack plugin for NativeScript",
|
||||
"homepage": "https://nativescript.org",
|
||||
|
||||
Reference in New Issue
Block a user