New Huajishe Check ChaoXing
This commit is contained in:
36
HuajisheCheckChaoXing/miniprogram_npm/tdesign-miniprogram/navbar/navbar.d.ts
vendored
Normal file
36
HuajisheCheckChaoXing/miniprogram_npm/tdesign-miniprogram/navbar/navbar.d.ts
vendored
Normal file
@@ -0,0 +1,36 @@
|
||||
import { SuperComponent } from '../common/src/index';
|
||||
export default class Navbar extends SuperComponent {
|
||||
externalClasses: string[];
|
||||
timer: any;
|
||||
options: {
|
||||
multipleSlots: boolean;
|
||||
};
|
||||
properties: import("./type").TdNavbarProps;
|
||||
observers: {
|
||||
visible(this: Navbar, visible: any): void;
|
||||
'title,titleMaxLength'(this: any): void;
|
||||
};
|
||||
data: {
|
||||
prefix: string;
|
||||
classPrefix: string;
|
||||
boxStyle: string;
|
||||
showTitle: string;
|
||||
hideLeft: boolean;
|
||||
hideCenter: boolean;
|
||||
_menuRect: any;
|
||||
_leftRect: any;
|
||||
_boxStyle: {};
|
||||
};
|
||||
attached(): void;
|
||||
detached(): void;
|
||||
methods: {
|
||||
initStyle(): void;
|
||||
calcCenterStyle(leftRect: WechatMiniprogram.BoundingClientRectResult, menuRect: WechatMiniprogram.BoundingClientRectResult, defaultStyle: object): void;
|
||||
getLeftRect(): void;
|
||||
getMenuRect(): void;
|
||||
onMenuButtonBoundingClientRectWeightChange(): void;
|
||||
offMenuButtonBoundingClientRectWeightChange(): void;
|
||||
queryElements(capsuleRect: any): void;
|
||||
goBack(): void;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user