@quicktvui/quicktvui3 1.1.45-beta.1 → 1.1.46-beta.1
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.
|
@@ -174,7 +174,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
174
174
|
itemStoreEnable: boolean;
|
|
175
175
|
};
|
|
176
176
|
};
|
|
177
|
-
|
|
177
|
+
tabConfig: {
|
|
178
178
|
type: ObjectConstructor;
|
|
179
179
|
default: () => {
|
|
180
180
|
defaultFocusIndex: number;
|
|
@@ -188,7 +188,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
188
188
|
height: number;
|
|
189
189
|
};
|
|
190
190
|
};
|
|
191
|
-
|
|
191
|
+
tabData: {
|
|
192
192
|
type: {
|
|
193
193
|
(arrayLength: number): any[];
|
|
194
194
|
(...items: any[]): any[];
|
|
@@ -297,7 +297,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
297
297
|
insertPageData: (tabPageIndex: number, sectionIndex: number, data: any[]) => void;
|
|
298
298
|
onPluginLoadSuccess: (event: QTPluginViewEvent) => void;
|
|
299
299
|
onPluginLoadError: (event: QTPluginViewEvent) => void;
|
|
300
|
-
getDataManager()
|
|
300
|
+
getDataManager: () => import("./QTTabDataManager").QTTabDataManager;
|
|
301
301
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onTabPageLoadData" | "onTabPageChanged" | "onTabEvent" | "onTabPageItemClick" | "onTabPageItemFocused" | "onTabPageSectionAttached" | "onTabPageScroll" | "onTabPageScrollStateChanged" | "onTabMoveToTopStart" | "onTabMoveToTopEnd" | "onTabMoveToBottomStart" | "onTabMoveToBottomEnd" | "onTabChanged" | "onTabPageScrollToEnd" | "onTabPageScrollToStart" | "onTabClick" | "onPluginLoadSuccess" | "onPluginLoadError")[], "onTabPageLoadData" | "onTabPageChanged" | "onTabEvent" | "onTabPageItemClick" | "onTabPageItemFocused" | "onTabPageSectionAttached" | "onTabPageScroll" | "onTabPageScrollStateChanged" | "onTabMoveToTopStart" | "onTabMoveToTopEnd" | "onTabMoveToBottomStart" | "onTabMoveToBottomEnd" | "onTabChanged" | "onTabPageScrollToEnd" | "onTabPageScrollToStart" | "onTabClick" | "onPluginLoadSuccess" | "onPluginLoadError", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
302
302
|
enablePlaceholder: {
|
|
303
303
|
type: BooleanConstructor;
|
|
@@ -463,7 +463,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
463
463
|
itemStoreEnable: boolean;
|
|
464
464
|
};
|
|
465
465
|
};
|
|
466
|
-
|
|
466
|
+
tabConfig: {
|
|
467
467
|
type: ObjectConstructor;
|
|
468
468
|
default: () => {
|
|
469
469
|
defaultFocusIndex: number;
|
|
@@ -477,7 +477,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
477
477
|
height: number;
|
|
478
478
|
};
|
|
479
479
|
};
|
|
480
|
-
|
|
480
|
+
tabData: {
|
|
481
481
|
type: {
|
|
482
482
|
(arrayLength: number): any[];
|
|
483
483
|
(...items: any[]): any[];
|
|
@@ -549,8 +549,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
549
549
|
verticalFadingEdgeEnabled: boolean;
|
|
550
550
|
fadingEdgeLength: number;
|
|
551
551
|
qtTabSectionEnable: Record<string, any>;
|
|
552
|
-
|
|
552
|
+
tabConfig: Record<string, any>;
|
|
553
553
|
waterfallConfig: Record<string, any>;
|
|
554
|
-
|
|
554
|
+
tabData: any[];
|
|
555
555
|
}, {}>;
|
|
556
556
|
export default _default;
|