@quicktvui/quicktvui3 1.0.49 → 1.0.51
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.
- package/dist/index.css +512 -0
- package/dist/index.js +2 -0
- package/dist/src/animation/QTAnimation.d.ts +3 -0
- package/dist/src/animation/QTIAnimation.d.ts +40 -0
- package/dist/src/animation/types.d.ts +40 -0
- package/dist/src/button/index.vue.d.ts +144 -0
- package/dist/src/classified-list-view/core/QTClassifiedListView.d.ts +10 -0
- package/dist/src/classified-list-view/core/QTClassifiedListViewItem.d.ts +9 -0
- package/dist/src/classified-list-view/core/QTClassifiedListViewItemDecoration.d.ts +6 -0
- package/dist/src/classified-list-view/index.vue.d.ts +80 -0
- package/dist/src/collapse/core/QTCollapse.d.ts +8 -0
- package/dist/src/collapse/core/QTCollapseItem.d.ts +5 -0
- package/dist/src/collapse/core/QTICollapse.d.ts +7 -0
- package/dist/src/collapse/core/QTICollapseItem.d.ts +3 -0
- package/dist/src/collapse/index.vue.d.ts +31 -0
- package/dist/src/core/QTDirections.d.ts +6 -0
- package/dist/src/core/QTFlexStyleBackground.d.ts +3 -0
- package/dist/src/core/QTFlexStyleCoordinate.d.ts +4 -0
- package/dist/src/core/QTFlexStyleDecoration.d.ts +6 -0
- package/dist/src/core/QTFlexStyleGradientBackground.d.ts +4 -0
- package/dist/src/core/QTFlexStyleMargin.d.ts +7 -0
- package/dist/src/core/QTFlexStylePadding.d.ts +7 -0
- package/dist/src/core/QTFlexStylePosition.d.ts +6 -0
- package/dist/src/core/QTFlexStyleSize.d.ts +4 -0
- package/dist/src/core/QTFlexStyleSpacing.d.ts +3 -0
- package/dist/src/core/QTFlexStyleText.d.ts +4 -0
- package/dist/src/core/QTFocusable.d.ts +5 -0
- package/dist/src/core/QTVisibility.d.ts +5 -0
- package/dist/src/dialog/QTDialog.d.ts +3 -0
- package/dist/src/grid-view/core/QTGridView.d.ts +21 -0
- package/dist/src/grid-view/core/QTGridViewItem.d.ts +6 -0
- package/dist/src/grid-view/core/QTGridViewItemDecoration.d.ts +6 -0
- package/dist/src/grid-view/core/QTGridViewItemFunctionParams.d.ts +6 -0
- package/dist/src/grid-view/index.vue.d.ts +110 -0
- package/dist/src/image/index.vue.d.ts +2 -0
- package/dist/src/index.d.ts +79 -0
- package/dist/src/list-item/ESListItemComponent.d.ts +3 -0
- package/dist/src/list-view/QTListViewComponent.d.ts +3 -0
- package/dist/src/list-view/core/QTIListView.d.ts +22 -0
- package/dist/src/list-view/core/QTListViewItem.d.ts +9 -0
- package/dist/src/list-view/core/QTListViewItemDecoration.d.ts +6 -0
- package/dist/src/list-view/core/QTListViewItemFunctionParams.d.ts +6 -0
- package/dist/src/list-view/core/QTListViewItemState.d.ts +7 -0
- package/dist/src/loading/QTLoadingView.d.ts +3 -0
- package/dist/src/nav-bar/QTINavBar.d.ts +5 -0
- package/dist/src/nav-bar/QTNavBar.d.ts +6 -0
- package/dist/src/nav-bar/QTNavBarItem.d.ts +6 -0
- package/dist/src/nav-bar/QTNavBarItemType.d.ts +3 -0
- package/dist/src/nav-bar/index.vue.d.ts +75 -0
- package/dist/src/poster/core/QTPoster.d.ts +27 -0
- package/dist/src/poster/core/QTPosterCorner.d.ts +6 -0
- package/dist/src/poster/core/QTPosterElement.d.ts +5 -0
- package/dist/src/poster/core/QTPosterImage.d.ts +4 -0
- package/dist/src/poster/core/QTPosterRipple.d.ts +8 -0
- package/dist/src/poster/core/QTPosterScore.d.ts +9 -0
- package/dist/src/poster/core/QTPosterShadow.d.ts +3 -0
- package/dist/src/poster/core/QTPosterShimmer.d.ts +3 -0
- package/dist/src/poster/core/QTPosterTitle.d.ts +12 -0
- package/dist/src/poster/index.vue.d.ts +43 -0
- package/dist/src/progressbar/QTIProgressBar.d.ts +132 -0
- package/dist/src/progressbar/QTProgressBar.d.ts +3 -0
- package/dist/src/qrcode/QTQRCodeView.d.ts +3 -0
- package/dist/src/section/index.vue.d.ts +4 -0
- package/dist/src/seekbar/QTISeekBar.d.ts +136 -0
- package/dist/src/seekbar/QTSeekBar.d.ts +3 -0
- package/dist/src/series/DataAdapter.d.ts +25 -0
- package/dist/src/series/QTIMediaSeries.d.ts +17 -0
- package/dist/src/series/QTMediaSeries.d.ts +5 -0
- package/dist/src/series/QTMediaSeriesData.d.ts +5 -0
- package/dist/src/series/QTMediaSeriesEvent.d.ts +6 -0
- package/dist/src/series/QTMediaSeriesGroup.d.ts +4 -0
- package/dist/src/series/QTMediaSeriesStyleType.d.ts +4 -0
- package/dist/src/series/QTMediaSeriesType.d.ts +6 -0
- package/dist/src/series/component/media-series.vue.d.ts +81 -0
- package/dist/src/series/index.vue.d.ts +38 -0
- package/dist/src/series/item/media-series-number-item.vue.d.ts +14 -0
- package/dist/src/series/item/media-series-text-item.vue.d.ts +14 -0
- package/dist/src/tab/QTITab.d.ts +43 -0
- package/dist/src/tab/QTTab.d.ts +6 -0
- package/dist/src/tab/QTTabDataManager.d.ts +26 -0
- package/dist/src/tab/QTTabEvent.d.ts +9 -0
- package/dist/src/tab/QTTabEventParams.d.ts +10 -0
- package/dist/src/tab/QTTabIndex.d.ts +7 -0
- package/dist/src/tab/QTTabItem.d.ts +4 -0
- package/dist/src/tab/QTTabItemType.d.ts +3 -0
- package/dist/src/tab/QTTabPage.d.ts +4 -0
- package/dist/src/tab/QTTabPageData.d.ts +8 -0
- package/dist/src/tab/QTTabPageDataState.d.ts +5 -0
- package/dist/src/tab/QTTabPageState.d.ts +6 -0
- package/dist/src/tab/index.vue.d.ts +316 -0
- package/dist/src/text/index.vue.d.ts +2 -0
- package/dist/src/utils/utils.d.ts +4 -0
- package/dist/src/view/QTIView.d.ts +6 -0
- package/dist/src/view/index.vue.d.ts +9 -0
- package/dist/src/waterfall/core/QTIWaterfall.d.ts +24 -0
- package/dist/src/waterfall/core/QTScrollState.d.ts +5 -0
- package/dist/src/waterfall/core/QTWaterfall.d.ts +7 -0
- package/dist/src/waterfall/core/QTWaterfallCardItem.d.ts +7 -0
- package/dist/src/waterfall/core/QTWaterfallCardPlaceHolder.d.ts +8 -0
- package/dist/src/waterfall/core/QTWaterfallCardSection.d.ts +9 -0
- package/dist/src/waterfall/core/QTWaterfallDataAdapter.d.ts +5 -0
- package/dist/src/waterfall/core/QTWaterfallDataManager.d.ts +18 -0
- package/dist/src/waterfall/core/QTWaterfallEvent.d.ts +8 -0
- package/dist/src/waterfall/core/QTWaterfallFlexStyle.d.ts +9 -0
- package/dist/src/waterfall/core/QTWaterfallIndex.d.ts +6 -0
- package/dist/src/waterfall/core/QTWaterfallItem.d.ts +6 -0
- package/dist/src/waterfall/core/QTWaterfallItemType.d.ts +6 -0
- package/dist/src/waterfall/core/QTWaterfallPlaceholder.d.ts +3 -0
- package/dist/src/waterfall/core/QTWaterfallSection.d.ts +13 -0
- package/dist/src/waterfall/core/QTWaterfallSectionType.d.ts +13 -0
- package/dist/src/waterfall/core/QTWaterfallTabItem.d.ts +7 -0
- package/dist/src/waterfall/core/QTWaterfallVisibleType.d.ts +5 -0
- package/dist/src/waterfall/index.vue.d.ts +85 -0
- package/dist/src/waterfall/item/card-item.vue.d.ts +4 -0
- package/dist/src/waterfall/section/blank-section.vue.d.ts +2 -0
- package/dist/src/waterfall/section/card-section.vue.d.ts +4 -0
- package/dist/src/waterfall/section/end-section.vue.d.ts +2 -0
- package/dist/src/waterfall/section/flex-section.vue.d.ts +81 -0
- package/dist/src/waterfall/section/loading-section.vue.d.ts +2 -0
- package/dist/src/waterfall/section/section-title.vue.d.ts +24 -0
- package/dist/src/waterfall/section/vue-section.vue.d.ts +16 -0
- package/dist/src/webview/QTIWebView.d.ts +68 -0
- package/dist/src/webview/QTWebView.d.ts +3 -0
- package/dist/src/x5webview/QTIX5WebView.d.ts +71 -0
- package/dist/src/x5webview/QTX5WebView.d.ts +3 -0
- package/package.json +1 -1
|
@@ -0,0 +1,144 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
size: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
itemType: {
|
|
7
|
+
type: NumberConstructor;
|
|
8
|
+
default: number;
|
|
9
|
+
};
|
|
10
|
+
focusBorder: {
|
|
11
|
+
type: BooleanConstructor;
|
|
12
|
+
default: boolean;
|
|
13
|
+
};
|
|
14
|
+
focusScale: {
|
|
15
|
+
type: NumberConstructor;
|
|
16
|
+
default: number;
|
|
17
|
+
};
|
|
18
|
+
focusable: {
|
|
19
|
+
type: BooleanConstructor;
|
|
20
|
+
default: boolean;
|
|
21
|
+
};
|
|
22
|
+
enableFlexStyle: {
|
|
23
|
+
type: BooleanConstructor;
|
|
24
|
+
default: boolean;
|
|
25
|
+
};
|
|
26
|
+
icon: {
|
|
27
|
+
type: StringConstructor;
|
|
28
|
+
default: null;
|
|
29
|
+
};
|
|
30
|
+
focusIcon: {
|
|
31
|
+
type: StringConstructor;
|
|
32
|
+
default: null;
|
|
33
|
+
};
|
|
34
|
+
text: {
|
|
35
|
+
type: StringConstructor;
|
|
36
|
+
default: string;
|
|
37
|
+
};
|
|
38
|
+
gradientFocusBackground: {
|
|
39
|
+
type: ObjectConstructor;
|
|
40
|
+
default: () => void;
|
|
41
|
+
};
|
|
42
|
+
gradientSelectedBackground: {
|
|
43
|
+
type: ObjectConstructor;
|
|
44
|
+
default: () => null;
|
|
45
|
+
};
|
|
46
|
+
gradientBackground: {
|
|
47
|
+
type: ObjectConstructor;
|
|
48
|
+
default: () => null;
|
|
49
|
+
};
|
|
50
|
+
disabled: BooleanConstructor;
|
|
51
|
+
circle: BooleanConstructor;
|
|
52
|
+
round: BooleanConstructor;
|
|
53
|
+
square: BooleanConstructor;
|
|
54
|
+
buttonStyle: ObjectConstructor;
|
|
55
|
+
textStyle: ObjectConstructor;
|
|
56
|
+
iconStyle: ObjectConstructor;
|
|
57
|
+
focusIconStyle: ObjectConstructor;
|
|
58
|
+
iconParentStyle: ObjectConstructor;
|
|
59
|
+
}, {
|
|
60
|
+
focused: import("vue").Ref<boolean>;
|
|
61
|
+
requestFocus: () => void;
|
|
62
|
+
requestFocusDirectly: () => void;
|
|
63
|
+
onFocus: (e: any) => void;
|
|
64
|
+
onClick: (e: any) => void;
|
|
65
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focus" | "click")[], "focus" | "click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
66
|
+
size: {
|
|
67
|
+
type: StringConstructor;
|
|
68
|
+
default: string;
|
|
69
|
+
};
|
|
70
|
+
itemType: {
|
|
71
|
+
type: NumberConstructor;
|
|
72
|
+
default: number;
|
|
73
|
+
};
|
|
74
|
+
focusBorder: {
|
|
75
|
+
type: BooleanConstructor;
|
|
76
|
+
default: boolean;
|
|
77
|
+
};
|
|
78
|
+
focusScale: {
|
|
79
|
+
type: NumberConstructor;
|
|
80
|
+
default: number;
|
|
81
|
+
};
|
|
82
|
+
focusable: {
|
|
83
|
+
type: BooleanConstructor;
|
|
84
|
+
default: boolean;
|
|
85
|
+
};
|
|
86
|
+
enableFlexStyle: {
|
|
87
|
+
type: BooleanConstructor;
|
|
88
|
+
default: boolean;
|
|
89
|
+
};
|
|
90
|
+
icon: {
|
|
91
|
+
type: StringConstructor;
|
|
92
|
+
default: null;
|
|
93
|
+
};
|
|
94
|
+
focusIcon: {
|
|
95
|
+
type: StringConstructor;
|
|
96
|
+
default: null;
|
|
97
|
+
};
|
|
98
|
+
text: {
|
|
99
|
+
type: StringConstructor;
|
|
100
|
+
default: string;
|
|
101
|
+
};
|
|
102
|
+
gradientFocusBackground: {
|
|
103
|
+
type: ObjectConstructor;
|
|
104
|
+
default: () => void;
|
|
105
|
+
};
|
|
106
|
+
gradientSelectedBackground: {
|
|
107
|
+
type: ObjectConstructor;
|
|
108
|
+
default: () => null;
|
|
109
|
+
};
|
|
110
|
+
gradientBackground: {
|
|
111
|
+
type: ObjectConstructor;
|
|
112
|
+
default: () => null;
|
|
113
|
+
};
|
|
114
|
+
disabled: BooleanConstructor;
|
|
115
|
+
circle: BooleanConstructor;
|
|
116
|
+
round: BooleanConstructor;
|
|
117
|
+
square: BooleanConstructor;
|
|
118
|
+
buttonStyle: ObjectConstructor;
|
|
119
|
+
textStyle: ObjectConstructor;
|
|
120
|
+
iconStyle: ObjectConstructor;
|
|
121
|
+
focusIconStyle: ObjectConstructor;
|
|
122
|
+
iconParentStyle: ObjectConstructor;
|
|
123
|
+
}>> & {
|
|
124
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
125
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
126
|
+
}, {
|
|
127
|
+
size: string;
|
|
128
|
+
itemType: number;
|
|
129
|
+
focusBorder: boolean;
|
|
130
|
+
focusScale: number;
|
|
131
|
+
focusable: boolean;
|
|
132
|
+
enableFlexStyle: boolean;
|
|
133
|
+
icon: string;
|
|
134
|
+
focusIcon: string;
|
|
135
|
+
text: string;
|
|
136
|
+
gradientFocusBackground: Record<string, any>;
|
|
137
|
+
gradientSelectedBackground: Record<string, any>;
|
|
138
|
+
gradientBackground: Record<string, any>;
|
|
139
|
+
disabled: boolean;
|
|
140
|
+
circle: boolean;
|
|
141
|
+
round: boolean;
|
|
142
|
+
square: boolean;
|
|
143
|
+
}, {}>;
|
|
144
|
+
export default _default;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { QTClassifiedListViewItem } from "./QTClassifiedListViewItem";
|
|
2
|
+
export interface QTClassifiedListView {
|
|
3
|
+
init(itemList: Array<QTClassifiedListViewItem>): void;
|
|
4
|
+
scrollToIndex(index: number, anim: Boolean, offset: number): void;
|
|
5
|
+
setItemFocused(index: number): void;
|
|
6
|
+
scrollToFocused(index: number): void;
|
|
7
|
+
setItemSelected(index: number, b: boolean): void;
|
|
8
|
+
scrollToSelected(index: number, b: boolean): void;
|
|
9
|
+
updateItem(position: number, data: QTClassifiedListViewItem): void;
|
|
10
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { QTClassifiedListViewItemDecoration } from "./QTClassifiedListViewItemDecoration";
|
|
2
|
+
import { QTListViewItem } from "../../list-view/core/QTListViewItem";
|
|
3
|
+
export interface QTClassifiedListViewItem extends QTListViewItem {
|
|
4
|
+
type: number;
|
|
5
|
+
categoryname: string;
|
|
6
|
+
decoration?: QTClassifiedListViewItemDecoration;
|
|
7
|
+
isNeedFocus: boolean;
|
|
8
|
+
[prop: string]: any;
|
|
9
|
+
}
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
import { QTClassifiedListViewItem } from "./core/QTClassifiedListViewItem";
|
|
2
|
+
import { QTIListView } from "../list-view/core/QTIListView";
|
|
3
|
+
declare const _default: import("vue").DefineComponent<{
|
|
4
|
+
className: {
|
|
5
|
+
type: StringConstructor;
|
|
6
|
+
default: string;
|
|
7
|
+
};
|
|
8
|
+
classNavName: {
|
|
9
|
+
type: StringConstructor;
|
|
10
|
+
default: string;
|
|
11
|
+
};
|
|
12
|
+
currentFocusIndex: {
|
|
13
|
+
type: NumberConstructor;
|
|
14
|
+
default: number;
|
|
15
|
+
};
|
|
16
|
+
focusScale: {
|
|
17
|
+
type: NumberConstructor;
|
|
18
|
+
default: number;
|
|
19
|
+
};
|
|
20
|
+
navType: {
|
|
21
|
+
type: NumberConstructor;
|
|
22
|
+
default: number;
|
|
23
|
+
};
|
|
24
|
+
yOffest: {
|
|
25
|
+
type: NumberConstructor;
|
|
26
|
+
default: number;
|
|
27
|
+
};
|
|
28
|
+
}, {
|
|
29
|
+
descendantFocusability: import("vue").Ref<number>;
|
|
30
|
+
content_list_view: import("vue").Ref<QTIListView | undefined>;
|
|
31
|
+
nav_list_view: import("vue").Ref<QTIListView | undefined>;
|
|
32
|
+
init: (itemList: Array<QTClassifiedListViewItem>) => void;
|
|
33
|
+
onItemBind: () => void;
|
|
34
|
+
onSItemClick: (e: any) => void;
|
|
35
|
+
onFItemClick: (e: any) => void;
|
|
36
|
+
scrollToIndex: (index: number, anim?: Boolean, offset?: number) => void;
|
|
37
|
+
scrollToFocused: (index: number) => void;
|
|
38
|
+
setItemFocused: (index: number) => void;
|
|
39
|
+
scrollToSelected: (index: number, b?: boolean) => void;
|
|
40
|
+
setItemSelected: (index: number, b?: boolean) => void;
|
|
41
|
+
onSItemFocused: (e: any) => void;
|
|
42
|
+
onFItemFocused: (e: any) => void;
|
|
43
|
+
updateItem: (position: number, data: QTClassifiedListViewItem) => void;
|
|
44
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("item-click" | "item-focused")[], "item-click" | "item-focused", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
45
|
+
className: {
|
|
46
|
+
type: StringConstructor;
|
|
47
|
+
default: string;
|
|
48
|
+
};
|
|
49
|
+
classNavName: {
|
|
50
|
+
type: StringConstructor;
|
|
51
|
+
default: string;
|
|
52
|
+
};
|
|
53
|
+
currentFocusIndex: {
|
|
54
|
+
type: NumberConstructor;
|
|
55
|
+
default: number;
|
|
56
|
+
};
|
|
57
|
+
focusScale: {
|
|
58
|
+
type: NumberConstructor;
|
|
59
|
+
default: number;
|
|
60
|
+
};
|
|
61
|
+
navType: {
|
|
62
|
+
type: NumberConstructor;
|
|
63
|
+
default: number;
|
|
64
|
+
};
|
|
65
|
+
yOffest: {
|
|
66
|
+
type: NumberConstructor;
|
|
67
|
+
default: number;
|
|
68
|
+
};
|
|
69
|
+
}>> & {
|
|
70
|
+
"onItem-click"?: ((...args: any[]) => any) | undefined;
|
|
71
|
+
"onItem-focused"?: ((...args: any[]) => any) | undefined;
|
|
72
|
+
}, {
|
|
73
|
+
className: string;
|
|
74
|
+
classNavName: string;
|
|
75
|
+
currentFocusIndex: number;
|
|
76
|
+
focusScale: number;
|
|
77
|
+
navType: number;
|
|
78
|
+
yOffest: number;
|
|
79
|
+
}, {}>;
|
|
80
|
+
export default _default;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { QTICollapseItem } from "./core/QTICollapseItem";
|
|
2
|
+
import { QTCollapse } from "./core/QTCollapse";
|
|
3
|
+
import { QTIAnimation } from "../animation/QTIAnimation";
|
|
4
|
+
declare const _default: import("vue").DefineComponent<{
|
|
5
|
+
collapseItemList: {
|
|
6
|
+
type: ArrayConstructor;
|
|
7
|
+
default: () => never[];
|
|
8
|
+
};
|
|
9
|
+
}, {
|
|
10
|
+
initComponentRef: (el: QTICollapseItem, item: {
|
|
11
|
+
name: string;
|
|
12
|
+
}, index: number) => void;
|
|
13
|
+
initAnimComponentRef: (el: QTIAnimation, item: {
|
|
14
|
+
name: string;
|
|
15
|
+
}, index: number) => void;
|
|
16
|
+
init: (collapse: QTCollapse) => void;
|
|
17
|
+
getItem: (index: number) => QTICollapseItem;
|
|
18
|
+
expandItem: (index: number) => void;
|
|
19
|
+
collapseWidth: import("vue").Ref<number>;
|
|
20
|
+
collapseHeight: import("vue").Ref<number>;
|
|
21
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "onCollapseItemExpand"[], "onCollapseItemExpand", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
22
|
+
collapseItemList: {
|
|
23
|
+
type: ArrayConstructor;
|
|
24
|
+
default: () => never[];
|
|
25
|
+
};
|
|
26
|
+
}>> & {
|
|
27
|
+
onOnCollapseItemExpand?: ((...args: any[]) => any) | undefined;
|
|
28
|
+
}, {
|
|
29
|
+
collapseItemList: unknown[];
|
|
30
|
+
}, {}>;
|
|
31
|
+
export default _default;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { QTGridViewItem } from "./QTGridViewItem";
|
|
2
|
+
import { ESIView } from "@extscreen/es3-component";
|
|
3
|
+
export interface QTGridView extends ESIView {
|
|
4
|
+
init(target: Array<QTGridViewItem>): Array<QTGridViewItem>;
|
|
5
|
+
scrollToTop(): void;
|
|
6
|
+
clearFocus(): void;
|
|
7
|
+
stopPage(): void;
|
|
8
|
+
blockRootFocus(): void;
|
|
9
|
+
unBlockRootFocus(): void;
|
|
10
|
+
setDisplay(value: Boolean): void;
|
|
11
|
+
scrollToPosition(index: number): void;
|
|
12
|
+
scrollToIndex(y: number, anim: Boolean, offset: number): void;
|
|
13
|
+
setItemFocused(pos: number): void;
|
|
14
|
+
scrollToFocused(pos: number): void;
|
|
15
|
+
setItemSelected(pos: number, b: boolean): void;
|
|
16
|
+
scrollToSelected(pos: number, b: boolean): void;
|
|
17
|
+
setInitPosition(position: number): void;
|
|
18
|
+
setListData(itemList: Array<QTGridViewItem>): void;
|
|
19
|
+
clearPostTask(): void;
|
|
20
|
+
destroy(): void;
|
|
21
|
+
}
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
import { QTGridViewItem } from "./core/QTGridViewItem";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
loadMore: {
|
|
4
|
+
type: FunctionConstructor;
|
|
5
|
+
default: () => number[];
|
|
6
|
+
};
|
|
7
|
+
openPage: {
|
|
8
|
+
type: BooleanConstructor;
|
|
9
|
+
default: boolean;
|
|
10
|
+
};
|
|
11
|
+
spanCount: {
|
|
12
|
+
type: NumberConstructor;
|
|
13
|
+
default: number;
|
|
14
|
+
};
|
|
15
|
+
pageSize: {
|
|
16
|
+
type: NumberConstructor;
|
|
17
|
+
};
|
|
18
|
+
preloadNo: {
|
|
19
|
+
type: NumberConstructor;
|
|
20
|
+
default: number;
|
|
21
|
+
};
|
|
22
|
+
defaultFocus: {
|
|
23
|
+
type: NumberConstructor;
|
|
24
|
+
default: number;
|
|
25
|
+
};
|
|
26
|
+
areaWidth: {
|
|
27
|
+
type: NumberConstructor;
|
|
28
|
+
default: number;
|
|
29
|
+
};
|
|
30
|
+
blockFocusDirections: {
|
|
31
|
+
type: ArrayConstructor;
|
|
32
|
+
default: () => never[];
|
|
33
|
+
};
|
|
34
|
+
}, {
|
|
35
|
+
tv_list: import("vue").Ref<any>;
|
|
36
|
+
apkVersion: import("vue").Ref<number>;
|
|
37
|
+
init: (target: Array<QTGridViewItem>) => Array<QTGridViewItem>;
|
|
38
|
+
onItemClick: (e: any) => void;
|
|
39
|
+
onItemBind: (e: any) => void;
|
|
40
|
+
onItemFocused: (e: any) => void;
|
|
41
|
+
onItemUnbind: (e: any) => void;
|
|
42
|
+
onScroll: (e: any) => void;
|
|
43
|
+
onScrollStateChanged: (e: any) => void;
|
|
44
|
+
stopPage: (e: any) => void;
|
|
45
|
+
scrollToTop: () => void;
|
|
46
|
+
clearFocus: () => void;
|
|
47
|
+
blockRootFocus: () => void;
|
|
48
|
+
unBlockRootFocus: () => void;
|
|
49
|
+
setDisplay: (display: boolean) => void;
|
|
50
|
+
scrollToPosition: (index: number) => void;
|
|
51
|
+
scrollToIndex: (y: number, anim: Boolean, offset: number) => void;
|
|
52
|
+
setItemFocused: (pos: number) => void;
|
|
53
|
+
scrollToFocused: (pos: number) => void;
|
|
54
|
+
setItemSelected: (pos: number, b: boolean) => void;
|
|
55
|
+
scrollToSelected: (pos: number, b: boolean) => void;
|
|
56
|
+
updateItemProps: (pos: number, name: string, dataObj: object) => void;
|
|
57
|
+
setInitPosition: (pos: number) => void;
|
|
58
|
+
setListData: (dataArr: Array<QTGridViewItem>) => void;
|
|
59
|
+
insertItem: (pos: number, data: Array<QTGridViewItem>) => void;
|
|
60
|
+
clearPostTask: () => void;
|
|
61
|
+
destroy: () => void;
|
|
62
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("item-click" | "scroll" | "item-unbind" | "scroll-state-changed" | "item-bind" | "item-focused")[], "item-click" | "scroll" | "item-unbind" | "scroll-state-changed" | "item-bind" | "item-focused", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
63
|
+
loadMore: {
|
|
64
|
+
type: FunctionConstructor;
|
|
65
|
+
default: () => number[];
|
|
66
|
+
};
|
|
67
|
+
openPage: {
|
|
68
|
+
type: BooleanConstructor;
|
|
69
|
+
default: boolean;
|
|
70
|
+
};
|
|
71
|
+
spanCount: {
|
|
72
|
+
type: NumberConstructor;
|
|
73
|
+
default: number;
|
|
74
|
+
};
|
|
75
|
+
pageSize: {
|
|
76
|
+
type: NumberConstructor;
|
|
77
|
+
};
|
|
78
|
+
preloadNo: {
|
|
79
|
+
type: NumberConstructor;
|
|
80
|
+
default: number;
|
|
81
|
+
};
|
|
82
|
+
defaultFocus: {
|
|
83
|
+
type: NumberConstructor;
|
|
84
|
+
default: number;
|
|
85
|
+
};
|
|
86
|
+
areaWidth: {
|
|
87
|
+
type: NumberConstructor;
|
|
88
|
+
default: number;
|
|
89
|
+
};
|
|
90
|
+
blockFocusDirections: {
|
|
91
|
+
type: ArrayConstructor;
|
|
92
|
+
default: () => never[];
|
|
93
|
+
};
|
|
94
|
+
}>> & {
|
|
95
|
+
"onItem-click"?: ((...args: any[]) => any) | undefined;
|
|
96
|
+
onScroll?: ((...args: any[]) => any) | undefined;
|
|
97
|
+
"onItem-unbind"?: ((...args: any[]) => any) | undefined;
|
|
98
|
+
"onScroll-state-changed"?: ((...args: any[]) => any) | undefined;
|
|
99
|
+
"onItem-bind"?: ((...args: any[]) => any) | undefined;
|
|
100
|
+
"onItem-focused"?: ((...args: any[]) => any) | undefined;
|
|
101
|
+
}, {
|
|
102
|
+
loadMore: Function;
|
|
103
|
+
openPage: boolean;
|
|
104
|
+
spanCount: number;
|
|
105
|
+
preloadNo: number;
|
|
106
|
+
defaultFocus: number;
|
|
107
|
+
areaWidth: number;
|
|
108
|
+
blockFocusDirections: unknown[];
|
|
109
|
+
}, {}>;
|
|
110
|
+
export default _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("@vue/runtime-core").DefineComponent<{}, {}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{}>>, {}, {}>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
import { arrangeChildren4ListView } from "./utils/utils";
|
|
2
|
+
export declare const QuickTVUI: (Vue: any) => void;
|
|
3
|
+
export type { QTGridView } from './grid-view/core/QTGridView';
|
|
4
|
+
export type { QTIListView } from './list-view/core/QTIListView';
|
|
5
|
+
export type { QTIView } from './view/QTIView';
|
|
6
|
+
export type { QTFocusable } from './core/QTFocusable';
|
|
7
|
+
export type { QTFlexStyleCoordinate } from './core/QTFlexStyleCoordinate';
|
|
8
|
+
export type { QTFlexStyleMargin } from './core/QTFlexStyleMargin';
|
|
9
|
+
export type { QTFlexStylePadding } from './core/QTFlexStylePadding';
|
|
10
|
+
export type { QTFlexStylePosition } from './core/QTFlexStylePosition';
|
|
11
|
+
export type { QTFlexStyleSpacing } from './core/QTFlexStyleSpacing';
|
|
12
|
+
export type { QTFlexStyleSize } from './core/QTFlexStyleSize';
|
|
13
|
+
export type { QTFlexStyleDecoration } from './core/QTFlexStyleDecoration';
|
|
14
|
+
export type { QTFlexStyleBackground } from './core/QTFlexStyleBackground';
|
|
15
|
+
export type { QTFlexStyleGradientBackground } from './core/QTFlexStyleGradientBackground';
|
|
16
|
+
export type { QTFlexStyleText } from './core/QTFlexStyleText';
|
|
17
|
+
export type { QTVisibility } from './core/QTVisibility';
|
|
18
|
+
export { QTDirections } from './core/QTDirections';
|
|
19
|
+
export type { QTPoster } from './poster/core/QTPoster';
|
|
20
|
+
export type { QTPosterCorner } from './poster/core/QTPosterCorner';
|
|
21
|
+
export type { QTPosterRipple } from './poster/core/QTPosterRipple';
|
|
22
|
+
export type { QTPosterShadow } from './poster/core/QTPosterShadow';
|
|
23
|
+
export type { QTPosterShimmer } from './poster/core/QTPosterShimmer';
|
|
24
|
+
export type { QTPosterTitle } from './poster/core/QTPosterTitle';
|
|
25
|
+
export { QTWaterfallSectionType } from './waterfall/core/QTWaterfallSectionType';
|
|
26
|
+
export { QTWaterfallItemType } from './waterfall/core/QTWaterfallItemType';
|
|
27
|
+
export { QTScrollState } from './waterfall/core/QTScrollState';
|
|
28
|
+
export type { QTWaterfallSection } from './waterfall/core/QTWaterfallSection';
|
|
29
|
+
export type { QTWaterfallItem } from './waterfall/core/QTWaterfallItem';
|
|
30
|
+
export type { QTWaterfallTabItem } from './waterfall/core/QTWaterfallTabItem';
|
|
31
|
+
export type { QTWaterfall } from './waterfall/core/QTWaterfall';
|
|
32
|
+
export type { QTIWaterfall } from './waterfall/core/QTIWaterfall';
|
|
33
|
+
export type { QTWaterfallFlexStyle } from './waterfall/core/QTWaterfallFlexStyle';
|
|
34
|
+
export type { QTWaterfallPlaceholder } from './waterfall/core/QTWaterfallPlaceholder';
|
|
35
|
+
export type { QTWaterfallCardSection } from './waterfall/core/QTWaterfallCardSection';
|
|
36
|
+
export type { QTWaterfallCardItem } from './waterfall/core/QTWaterfallCardItem';
|
|
37
|
+
export type { QTWaterfallCardPlaceHolder } from './waterfall/core/QTWaterfallCardPlaceHolder';
|
|
38
|
+
export { QTWaterfallVisibleType } from './waterfall/core/QTWaterfallVisibleType';
|
|
39
|
+
export type { QTListViewItem } from './list-view/core/QTListViewItem';
|
|
40
|
+
export type { QTListViewItemDecoration } from './list-view/core/QTListViewItemDecoration';
|
|
41
|
+
export type { QTListViewItemFunctionParams } from './list-view/core/QTListViewItemFunctionParams';
|
|
42
|
+
export type { QTListViewItemState } from './list-view/core/QTListViewItemState';
|
|
43
|
+
export type { QTGridViewItem } from './grid-view/core/QTGridViewItem';
|
|
44
|
+
export type { QTGridViewItemDecoration } from './grid-view/core/QTGridViewItemDecoration';
|
|
45
|
+
export type { QTGridViewItemFunctionParams } from './grid-view/core/QTGridViewItemFunctionParams';
|
|
46
|
+
export type { QTNavBarItem } from './nav-bar/QTNavBarItem';
|
|
47
|
+
export type { QTINavBar } from './nav-bar/QTINavBar';
|
|
48
|
+
export type { QTNavBar } from './nav-bar/QTNavBar';
|
|
49
|
+
export { QTNavBarItemType } from './nav-bar/QTNavBarItemType';
|
|
50
|
+
export type { QTITab } from './tab/QTITab';
|
|
51
|
+
export type { QTTabPageData } from './tab/QTTabPageData';
|
|
52
|
+
export type { QTTab } from './tab/QTTab';
|
|
53
|
+
export type { QTTabItem } from './tab/QTTabItem';
|
|
54
|
+
export type { QTTabPage } from './tab/QTTabPage';
|
|
55
|
+
export { QTTabItemType } from './tab/QTTabItemType';
|
|
56
|
+
export { QTTabPageState } from './tab/QTTabPageState';
|
|
57
|
+
export type { QTTabEventParams } from './tab/QTTabEventParams';
|
|
58
|
+
export type { QTClassifiedListView } from './classified-list-view/core/QTClassifiedListView';
|
|
59
|
+
export type { QTClassifiedListViewItem } from './classified-list-view/core/QTClassifiedListViewItem';
|
|
60
|
+
export type { QTClassifiedListViewItemDecoration } from './classified-list-view/core/QTClassifiedListViewItemDecoration';
|
|
61
|
+
export { arrangeChildren4ListView };
|
|
62
|
+
export type { QTIWebView } from './webview/QTIWebView';
|
|
63
|
+
export type { QTIX5WebView } from './x5webview/QTIX5WebView';
|
|
64
|
+
export type { QTISeekBar } from './seekbar/QTISeekBar';
|
|
65
|
+
export type { QTIProgressBar } from './progressbar/QTIProgressBar';
|
|
66
|
+
export type { QTIAnimation } from './animation/QTIAnimation';
|
|
67
|
+
export { QTAnimationInterpolatorType, QTAnimationPropertyName, QTAnimationRepeatMode, QTAnimationValueType } from './animation/types';
|
|
68
|
+
export type { QTAnimationInterpolator, QTAnimatorId } from './animation/types';
|
|
69
|
+
export type { QTIMediaSeries } from './series/QTIMediaSeries';
|
|
70
|
+
export type { QTMediaSeries } from './series/QTMediaSeries';
|
|
71
|
+
export type { QTMediaSeriesGroup } from './series/QTMediaSeriesGroup';
|
|
72
|
+
export type { QTMediaSeriesData } from './series/QTMediaSeriesData';
|
|
73
|
+
export type { QTMediaSeriesEvent } from './series/QTMediaSeriesEvent';
|
|
74
|
+
export { QTMediaSeriesType } from './series/QTMediaSeriesType';
|
|
75
|
+
export { QTMediaSeriesStyleType } from './series/QTMediaSeriesStyleType';
|
|
76
|
+
export type { QTICollapse } from './collapse/core/QTICollapse';
|
|
77
|
+
export type { QTCollapse } from './collapse/core/QTCollapse';
|
|
78
|
+
export type { QTICollapseItem } from './collapse/core/QTICollapseItem';
|
|
79
|
+
export type { QTCollapseItem } from './collapse/core/QTCollapseItem';
|