update generated code
This commit is contained in:
parent
afff5b9be0
commit
014ac5b0f1
6
doric-js/index.d.ts
vendored
6
doric-js/index.d.ts
vendored
@ -486,12 +486,6 @@ declare module 'doric/lib/src/widget/image' {
|
|||||||
width: number;
|
width: number;
|
||||||
height: number;
|
height: number;
|
||||||
} | undefined) => void;
|
} | undefined) => void;
|
||||||
/**
|
|
||||||
* Stretch a image according to pointed rect
|
|
||||||
* Rect contains left, top, right & bottom
|
|
||||||
* For Android, it is based on nine patch
|
|
||||||
* For iOS, it is based on cap insets & stretch mode
|
|
||||||
*/
|
|
||||||
stretchInset?: {
|
stretchInset?: {
|
||||||
left: number;
|
left: number;
|
||||||
top: number;
|
top: number;
|
||||||
|
6
doric-js/lib/src/widget/image.d.ts
vendored
6
doric-js/lib/src/widget/image.d.ts
vendored
@ -48,12 +48,6 @@ export declare class Image extends View {
|
|||||||
width: number;
|
width: number;
|
||||||
height: number;
|
height: number;
|
||||||
} | undefined) => void;
|
} | undefined) => void;
|
||||||
/**
|
|
||||||
* Stretch a image according to pointed rect
|
|
||||||
* Rect contains left, top, right & bottom
|
|
||||||
* For Android, it is based on nine patch
|
|
||||||
* For iOS, it is based on cap insets & stretch mode
|
|
||||||
*/
|
|
||||||
stretchInset?: {
|
stretchInset?: {
|
||||||
left: number;
|
left: number;
|
||||||
top: number;
|
top: number;
|
||||||
|
1
doric-web/dist/index.js.map
vendored
Normal file
1
doric-web/dist/index.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user