Browse Source

Spread remove

sxoinas12 5 years ago
parent
commit
4d5abb7d0e
2 changed files with 49 additions and 49 deletions
  1. 0 0
      dist/modules/NativeBase/index.js
  2. 49 49
      src/modules/NativeBase/index.js

File diff suppressed because it is too large
+ 0 - 0
dist/modules/NativeBase/index.js


+ 49 - 49
src/modules/NativeBase/index.js

@@ -575,7 +575,7 @@ export class View extends Module {
 }
 }
 
 
 Text.Inputs = {
 Text.Inputs = {
-	...Module.Inputs,
+	
 	fontSize: new Types.Integer(),
 	fontSize: new Types.Integer(),
 	fontWeight: new Types.Text(),
 	fontWeight: new Types.Text(),
 	fontFamily: new Types.Text(),
 	fontFamily: new Types.Text(),
@@ -584,19 +584,19 @@ Text.Inputs = {
 	content: new Types.Text().default("Hello world!")
 	content: new Types.Text().default("Hello world!")
 }
 }
 Accordion.Inputs = {
 Accordion.Inputs = {
-	...Module.Inputs,
+	
 	
 	
 }
 }
 Actionsheet.Inputs = {
 Actionsheet.Inputs = {
-	...Module.Inputs,
+	
 	
 	
 }
 }
 Body.Inputs = {
 Body.Inputs = {
-	...Module.Inputs,
+	
 	
 	
 }
 }
 Button.Inputs = {
 Button.Inputs = {
-	...Module.Inputs,
+	
 	text: new Types.Text().default("Press me"),
 	text: new Types.Text().default("Press me"),
 	onPress: new Types.Action(),
 	onPress: new Types.Action(),
 	block: new Types.Bool(),
 	block: new Types.Bool(),
@@ -614,7 +614,7 @@ Button.Inputs = {
 	active: new Types.Bool()
 	active: new Types.Bool()
 }
 }
 Badge.Inputs = {
 Badge.Inputs = {
-	...Module.Inputs,
+	
 	icon: new Types.Text(),
 	icon: new Types.Text(),
 	text: new Types.Text().require().default("1"),
 	text: new Types.Text().require().default("1"),
 	color: new Types.Text().color().require().default("rgba(255,255,255,1)"),
 	color: new Types.Text().color().require().default("rgba(255,255,255,1)"),
@@ -625,7 +625,7 @@ Badge.Inputs = {
 	info: new Types.Bool()
 	info: new Types.Bool()
 }
 }
 Card.Inputs = {
 Card.Inputs = {
-	...Module.Inputs,
+	
 	header: new Types.Text().default("Header"),
 	header: new Types.Text().default("Header"),
 	body: new Types.Text().default("Lorem ipsum body bla la trapala"),
 	body: new Types.Text().default("Lorem ipsum body bla la trapala"),
 	footer: new Types.Text().default("Add footer here"),
 	footer: new Types.Text().default("Add footer here"),
@@ -634,82 +634,82 @@ Card.Inputs = {
 
 
 }
 }
 CardItem.Inputs = {
 CardItem.Inputs = {
-	...Module.Inputs,
+	
 	header: new Types.Bool(),
 	header: new Types.Bool(),
 	cardBody: new Types.Bool(),
 	cardBody: new Types.Bool(),
 	footer: new Types.Bool(),
 	footer: new Types.Bool(),
 	button: new Types.Bool()
 	button: new Types.Bool()
 }
 }
 Checkbox.Inputs = {
 Checkbox.Inputs = {
-	...Module.Inputs,
+	
 	checked: new Types.Bool()
 	checked: new Types.Bool()
 }
 }
 Container.Inputs = {
 Container.Inputs = {
-	...Module.Inputs,
+	
 	
 	
 }
 }
 Content.Inputs = {
 Content.Inputs = {
-	...Module.Inputs,
+	
 	disableKBDismissScroll: new Types.Bool(),
 	disableKBDismissScroll: new Types.Bool(),
 	keyboardShouldPersistTaps: new Types.Text(),
 	keyboardShouldPersistTaps: new Types.Text(),
 	padder: new Types.Bool()
 	padder: new Types.Bool()
 }
 }
 DatePicker.Inputs = {
 DatePicker.Inputs = {
-	...Module.Inputs,
+	
 	
 	
 }
 }
 DeckSwiper.Inputs = {
 DeckSwiper.Inputs = {
-	...Module.Inputs,
+	
 	
 	
 }
 }
 Fab.Inputs = {
 Fab.Inputs = {
-	...Module.Inputs,
+	
 	
 	
 }
 }
 Footer.Inputs = {
 Footer.Inputs = {
-	...Module.Inputs,
+	
 	
 	
 }
 }
 FooterTab.Inputs = {
 FooterTab.Inputs = {
-	...Module.Inputs,
+	
 	
 	
 }
 }
 Form.Inputs = {
 Form.Inputs = {
-	...Module.Inputs,
+	
 	inputs: new Types.Array(new Types.Text()),
 	inputs: new Types.Array(new Types.Text()),
 	button: new Types.Text().default('Submit'),
 	button: new Types.Text().default('Submit'),
 	onSubmit: new Types.Action()
 	onSubmit: new Types.Action()
 }
 }
 Gravatar.Inputs = {
 Gravatar.Inputs = {
-	...Module.Inputs,
+	
 	email: new Types.Text().require(),
 	email: new Types.Text().require(),
 	size: new Types.Real(),
 	size: new Types.Real(),
 	circular: new Types.Bool(),
 	circular: new Types.Bool(),
 	square: new Types.Bool()
 	square: new Types.Bool()
 }
 }
 H1.Inputs = {
 H1.Inputs = {
-	...Module.Inputs,
+	
 	...Text.Inputs
 	...Text.Inputs
 }
 }
 H2.Inputs = {
 H2.Inputs = {
-	...Module.Inputs,
+	
 	...Text.Inputs
 	...Text.Inputs
 }
 }
 H3.Inputs = {
 H3.Inputs = {
-	...Module.Inputs,
+	
 	...Text.Inputs	
 	...Text.Inputs	
 }
 }
 Header.Inputs = {
 Header.Inputs = {
-	...Module.Inputs,
+	
 	searchBar: new Types.Bool(),
 	searchBar: new Types.Bool(),
 	rounded: new Types.Bool()
 	rounded: new Types.Bool()
 }
 }
 IconNB.Inputs = {
 IconNB.Inputs = {
-	...Module.Inputs,
+	
 	
 	
 }
 }
 Item.Inputs = {
 Item.Inputs = {
-	...Module.Inputs,
+	
 	mod: new Types.Module(),
 	mod: new Types.Module(),
 	inlineLabel: new Types.Bool(),
 	inlineLabel: new Types.Bool(),
 	floatingLabel: new Types.Bool(),
 	floatingLabel: new Types.Bool(),
@@ -719,13 +719,13 @@ Item.Inputs = {
 	error: new Types.Bool()
 	error: new Types.Bool()
 }
 }
 Input.Inputs = {
 Input.Inputs = {
-	...Module.Inputs,
+	
 	icon: new Types.Text(),
 	icon: new Types.Text(),
 	placeholder: new Types.Text(),
 	placeholder: new Types.Text(),
 	...Item.Inputs
 	...Item.Inputs
 }
 }
 InputGroup.Inputs = {
 InputGroup.Inputs = {
-	...Module.Inputs,
+	
 	regular: new Types.Bool(),
 	regular: new Types.Bool(),
 	underline: new Types.Bool(),
 	underline: new Types.Bool(),
 	rounded: new Types.Bool(),
 	rounded: new Types.Bool(),
@@ -734,103 +734,103 @@ InputGroup.Inputs = {
 	disabled: new Types.Bool()
 	disabled: new Types.Bool()
 }
 }
 Label.Inputs = {
 Label.Inputs = {
-	...Module.Inputs,
+	
 	floatBack: new Types.Real()
 	floatBack: new Types.Real()
 }
 }
 Left.Inputs = {
 Left.Inputs = {
-	...Module.Inputs,
+	
 	
 	
 }
 }
 List.Inputs = {
 List.Inputs = {
-	...Module.Inputs,
+	
 	
 	
 }
 }
 ListItem.Inputs = {
 ListItem.Inputs = {
-	...Module.Inputs,
+	
 	itemDivider: new Types.Bool(),
 	itemDivider: new Types.Bool(),
 	button: new Types.Bool()
 	button: new Types.Bool()
 }
 }
 PickerItem.Inputs = {
 PickerItem.Inputs = {
-	...Module.Inputs,
+	
 	
 	
 }
 }
 Radio.Inputs = {
 Radio.Inputs = {
-	...Module.Inputs,
+	
 	selected: new Types.Bool(),
 	selected: new Types.Bool(),
 	standardStyle: new Types.Bool()
 	standardStyle: new Types.Bool()
 }
 }
 Right.Inputs = {
 Right.Inputs = {
-	...Module.Inputs,
+	
 	
 	
 }
 }
 Root.Inputs = {
 Root.Inputs = {
-	...Module.Inputs,
+	
 	
 	
 }
 }
 Segment.Inputs = {
 Segment.Inputs = {
-	...Module.Inputs,
+	
 	
 	
 }
 }
 Separator.Inputs = {
 Separator.Inputs = {
-	...Module.Inputs,
+	
 	
 	
 }
 }
 Spinner.Inputs = {
 Spinner.Inputs = {
-	...Module.Inputs,
+	
 	color: new Types.Text(),
 	color: new Types.Text(),
 	inverse: new Types.Bool()
 	inverse: new Types.Bool()
 }
 }
 Subtitle.Inputs = {
 Subtitle.Inputs = {
-	...Module.Inputs,
+	
 	
 	
 }
 }
 SwipeRow.Inputs = {
 SwipeRow.Inputs = {
-	...Module.Inputs,
+	
 	
 	
 }
 }
 Switch.Inputs = {
 Switch.Inputs = {
-	...Module.Inputs,
+	
 	
 	
 }
 }
 Tab.Inputs = {
 Tab.Inputs = {
-	...Module.Inputs,
+	
 	
 	
 }
 }
 TabContainer.Inputs = {
 TabContainer.Inputs = {
-	...Module.Inputs,
+	
 	
 	
 }
 }
 TabHeading.Inputs = {
 TabHeading.Inputs = {
-	...Module.Inputs,
+	
 	
 	
 }
 }
 Textarea.Inputs = {
 Textarea.Inputs = {
-	...Module.Inputs,
+	
 	placeholder: new Types.Text(),
 	placeholder: new Types.Text(),
 	rowSpan: new Types.Real(),
 	rowSpan: new Types.Real(),
 	bordered: new Types.Bool(),
 	bordered: new Types.Bool(),
 	underline: new Types.Bool()
 	underline: new Types.Bool()
 }
 }
 Thumbnail.Inputs = {
 Thumbnail.Inputs = {
-	...Module.Inputs,
+	
 	square: new Types.Bool(),
 	square: new Types.Bool(),
 	circular: new Types.Bool(),
 	circular: new Types.Bool(),
 	size: new Types.Real()
 	size: new Types.Real()
 }
 }
 Title.Inputs = {
 Title.Inputs = {
-	...Module.Inputs,
+	
 	
 	
 }
 }
 Toast.Inputs = {
 Toast.Inputs = {
-	...Module.Inputs,
+	
 	
 	
 }
 }
 ToastContainer.Inputs = {
 ToastContainer.Inputs = {
-	...Module.Inputs,
+	
 	
 	
 }
 }
 View.Inputs = {
 View.Inputs = {
-	...Module.Inputs,
+	
 	
 	
 }
 }
 
 

Some files were not shown because too many files changed in this diff