白色主题

This commit is contained in:
2023-02-12 19:04:01 +08:00
parent d736a5912f
commit 57ab6fbb49
411 changed files with 1752 additions and 5304 deletions

View File

@@ -6,13 +6,11 @@ export default class Swiper extends SuperComponent {
};
properties: import("./type").TdSwiperProps;
observers: {
current(v: any): void;
navigation(val: any): void;
navCurrent(v: any): void;
};
$nav: any;
relations: RelationsOptions;
data: {
_navigation: any;
prefix: string;
classPrefix: string;
};
@@ -20,8 +18,8 @@ export default class Swiper extends SuperComponent {
ready(): void;
};
methods: {
initNav(): void;
updateNav(index: any): void;
updateNav(currentValue: any): void;
onTap(e: any): void;
onChange(e: any): void;
onNavBtnChange(e: any): void;
doNavBtnChange(dir: any, source: any): void;