feat: login rest
This commit is contained in:
+1
-1
@@ -1,2 +1,2 @@
|
||||
declare const _default: (funcName?: string) => WechatMiniprogram.Behavior.BehaviorIdentifier<WechatMiniprogram.Component.DataOption, WechatMiniprogram.Component.PropertyOption, WechatMiniprogram.Component.MethodOption, WechatMiniprogram.Component.BehaviorOption>;
|
||||
declare const _default: (funcName?: string) => string;
|
||||
export default _default;
|
||||
|
||||
+1
-7
@@ -1,8 +1,2 @@
|
||||
/// <reference types="miniprogram-api-typings" />
|
||||
/// <reference types="miniprogram-api-typings" />
|
||||
declare const themeChangeBehavior: WechatMiniprogram.Behavior.BehaviorIdentifier<{
|
||||
theme: string;
|
||||
}, WechatMiniprogram.Component.PropertyOption, {
|
||||
_initTheme(): void;
|
||||
}, WechatMiniprogram.Component.BehaviorOption>;
|
||||
declare const themeChangeBehavior: string;
|
||||
export default themeChangeBehavior;
|
||||
|
||||
+1
-7
@@ -1,8 +1,2 @@
|
||||
/// <reference types="miniprogram-api-typings" />
|
||||
/// <reference types="miniprogram-api-typings" />
|
||||
declare const _default: WechatMiniprogram.Behavior.BehaviorIdentifier<WechatMiniprogram.Component.DataOption, WechatMiniprogram.Component.PropertyOption, {
|
||||
resetTouchStatus(): void;
|
||||
touchStart(event: any): void;
|
||||
touchMove(event: any): void;
|
||||
}, WechatMiniprogram.Component.BehaviorOption>;
|
||||
declare const _default: string;
|
||||
export default _default;
|
||||
|
||||
+1
-31
@@ -1,31 +1 @@
|
||||
/// <reference types="miniprogram-api-typings" />
|
||||
/// <reference types="miniprogram-api-typings" />
|
||||
export default function transition(): WechatMiniprogram.Behavior.BehaviorIdentifier<{
|
||||
transitionClass: string;
|
||||
transitionDurations: number;
|
||||
className: string;
|
||||
realVisible: boolean;
|
||||
}, {
|
||||
visible: {
|
||||
type: BooleanConstructor;
|
||||
value: any;
|
||||
observer: string;
|
||||
};
|
||||
appear: BooleanConstructor;
|
||||
name: {
|
||||
type: StringConstructor;
|
||||
value: string;
|
||||
};
|
||||
durations: {
|
||||
type: NumberConstructor;
|
||||
optionalTypes: ArrayConstructor[];
|
||||
};
|
||||
}, {
|
||||
watchVisible(curr: any, prev: any): void;
|
||||
getDurations(): number[];
|
||||
enter(): void;
|
||||
entered(): void;
|
||||
leave(): void;
|
||||
leaved(): void;
|
||||
onTransitionEnd(): void;
|
||||
}, WechatMiniprogram.Component.BehaviorOption>;
|
||||
export default function transition(): string;
|
||||
|
||||
Generated
Vendored
+1
-16
@@ -1,17 +1,2 @@
|
||||
/// <reference types="miniprogram-api-typings" />
|
||||
/// <reference types="miniprogram-api-typings" />
|
||||
declare const useCustomNavbarBehavior: WechatMiniprogram.Behavior.BehaviorIdentifier<{
|
||||
distanceTop: number;
|
||||
}, {
|
||||
usingCustomNavbar: {
|
||||
type: BooleanConstructor;
|
||||
value: false;
|
||||
};
|
||||
customNavbarHeight: {
|
||||
type: NumberConstructor;
|
||||
value: number;
|
||||
};
|
||||
}, {
|
||||
calculateCustomNavbarDistanceTop(): void;
|
||||
}, WechatMiniprogram.Component.BehaviorOption>;
|
||||
declare const useCustomNavbarBehavior: string;
|
||||
export default useCustomNavbarBehavior;
|
||||
|
||||
Reference in New Issue
Block a user