@quicktvui/quicktvui3 1.2.0-beta.26 → 1.2.0-beta.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -101,10 +101,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
101
101
|
scrollLeft: (step: number) => void;
|
|
102
102
|
scrollRight: (step: number) => void;
|
|
103
103
|
onLoad: (status: number, progress: number, message: string, width: number, height: number) => void;
|
|
104
|
+
onRendered: (scrollable: boolean) => void;
|
|
104
105
|
onScroll: (direction: number, percent: number, isScroll: any, width: number, height: number) => void;
|
|
105
106
|
scrollTo: (offsetX: number, offsetY: number) => void;
|
|
106
107
|
componentInitialized: import("vue").Ref<boolean, boolean>;
|
|
107
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onLoad" | "onScroll" | "onInitializeSuccess" | "onInitializeError")[], "onLoad" | "onScroll" | "onInitializeSuccess" | "onInitializeError", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
108
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onLoad" | "onScroll" | "onInitializeSuccess" | "onInitializeError" | "onRendered")[], "onLoad" | "onScroll" | "onInitializeSuccess" | "onInitializeError" | "onRendered", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
108
109
|
size: {
|
|
109
110
|
type: StringConstructor;
|
|
110
111
|
default: string;
|
|
@@ -165,6 +166,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
165
166
|
onOnScroll?: ((...args: any[]) => any) | undefined;
|
|
166
167
|
onOnInitializeSuccess?: ((...args: any[]) => any) | undefined;
|
|
167
168
|
onOnInitializeError?: ((...args: any[]) => any) | undefined;
|
|
169
|
+
onOnRendered?: ((...args: any[]) => any) | undefined;
|
|
168
170
|
}>, {
|
|
169
171
|
size: string;
|
|
170
172
|
activeColor: string;
|