js: slider add property slideStyle
This commit is contained in:
		
							
								
								
									
										2
									
								
								doric-js/lib/src/widget/slider.d.ts
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								doric-js/lib/src/widget/slider.d.ts
									
									
									
									
										vendored
									
									
								
							| @@ -20,7 +20,7 @@ export declare class Slider extends Superview { | ||||
|      * Take effect only on iOS | ||||
|      */ | ||||
|     bounces?: boolean; | ||||
|     pageTransformer?: "zoomout"; | ||||
|     slideStyle?: "zoomOut"; | ||||
|     private getItem; | ||||
|     private renderBunchedItems; | ||||
|     slidePage(context: BridgeContext, page: number, smooth?: boolean): Promise<any>; | ||||
|   | ||||
| @@ -91,7 +91,7 @@ __decorate([ | ||||
| __decorate([ | ||||
|     Property, | ||||
|     __metadata("design:type", String) | ||||
| ], Slider.prototype, "pageTransformer", void 0); | ||||
| ], Slider.prototype, "slideStyle", void 0); | ||||
| export function slider(config) { | ||||
|     const ret = new Slider; | ||||
|     ret.apply(config); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user