@quicktvui/quicktvui3 1.1.33-beta.3 → 1.1.33-beta.5
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 +690 -0
- package/dist/index.js +20 -0
- package/dist/src/animation/QTAnimation.d.ts +3 -0
- package/dist/src/animation/QTIAnimation.d.ts +41 -0
- package/dist/src/animation/types.d.ts +40 -0
- package/dist/src/app/QTAppIcon.d.ts +3 -0
- package/dist/src/app/QTIAppIcon.d.ts +4 -0
- package/dist/src/base/QTIBaseView.d.ts +9 -0
- package/dist/src/base/useBaseView.d.ts +10 -0
- package/dist/src/button/QTIButton.d.ts +3 -0
- package/dist/src/button/index.vue.d.ts +148 -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/core/QTIClassifiedListView.d.ts +11 -0
- package/dist/src/classified-list-view/index.vue.d.ts +86 -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 +10 -0
- package/dist/src/collapse/core/QTICollapseItem.d.ts +4 -0
- package/dist/src/collapse/index.vue.d.ts +28 -0
- package/dist/src/column/QTIColumn.d.ts +3 -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/dialog/QTIDialog.d.ts +3 -0
- package/dist/src/gradient/QTGradient.d.ts +13 -0
- package/dist/src/gradient/QTGradientOrientation.d.ts +10 -0
- package/dist/src/gradient/QTGradientShape.d.ts +6 -0
- package/dist/src/gradient/QTGradientType.d.ts +5 -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/core/QTIGridView.d.ts +22 -0
- package/dist/src/grid-view/index.vue.d.ts +141 -0
- package/dist/src/image/QTIImage.d.ts +3 -0
- package/dist/src/image/index.vue.d.ts +9 -0
- package/dist/src/index.d.ts +112 -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/QTILoadingView.d.ts +3 -0
- package/dist/src/loading/QTLoadingView.d.ts +3 -0
- package/dist/src/lottie/QTILottieView.d.ts +32 -0
- package/dist/src/lottie/QTLottieAsyncUpdates.d.ts +5 -0
- package/dist/src/lottie/QTLottieRenderMode.d.ts +5 -0
- package/dist/src/lottie/QTLottieRepeatMode.d.ts +5 -0
- package/dist/src/lottie/QTLottieView.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 +116 -0
- package/dist/src/plugin/QTIPluginView.d.ts +9 -0
- package/dist/src/plugin/QTPluginView.d.ts +3 -0
- package/dist/src/poster/core/QTIPoster.d.ts +3 -0
- package/dist/src/poster/core/QTPoster.d.ts +30 -0
- package/dist/src/poster/core/QTPosterCorner.d.ts +7 -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/QTPosterPlaceholderImg.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 +100 -0
- package/dist/src/progressbar/QTIProgressBar.d.ts +139 -0
- package/dist/src/progressbar/QTProgressBar.d.ts +3 -0
- package/dist/src/qrcode/QTIQRCode.d.ts +3 -0
- package/dist/src/qrcode/QTQRCodeView.d.ts +3 -0
- package/dist/src/qtListen/effect.d.ts +17 -0
- package/dist/src/qtListen/index.d.ts +5 -0
- package/dist/src/qtListen/qtArray.d.ts +9 -0
- package/dist/src/qtListen/qtDiff.d.ts +2 -0
- package/dist/src/qtListen/reactive.d.ts +14 -0
- package/dist/src/qtListen/ref.d.ts +5 -0
- package/dist/src/qtListen/types.d.ts +45 -0
- package/dist/src/qtListen/watch.d.ts +16 -0
- package/dist/src/row/QTIRow.d.ts +3 -0
- package/dist/src/scroll-view/QTIScrollView.d.ts +5 -0
- package/dist/src/scroll-view/QTScrollView.d.ts +3 -0
- package/dist/src/section/index.vue.d.ts +10 -0
- package/dist/src/seekbar/QTISeekBar.d.ts +143 -0
- package/dist/src/seekbar/QTSeekBar.d.ts +3 -0
- package/dist/src/seekbar/QTSeekBarGravity.d.ts +5 -0
- package/dist/src/seekbar/QTSeekBarIndicatorMode.d.ts +6 -0
- package/dist/src/seekbar/QTSeekBarMode.d.ts +4 -0
- package/dist/src/seekbar/QTSeekBarTickMarkGravity.d.ts +5 -0
- package/dist/src/seekbar/QTSeekBarTickMarkLayoutGravity.d.ts +4 -0
- package/dist/src/seekbar/QTSeekBarTickMarkMode.d.ts +4 -0
- package/dist/src/series/DataAdapter.d.ts +31 -0
- package/dist/src/series/QTIMediaSeries.d.ts +18 -0
- package/dist/src/series/QTMediaSeries.d.ts +7 -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 +6 -0
- package/dist/src/series/QTMediaSeriesGroupStyle.d.ts +57 -0
- package/dist/src/series/QTMediaSeriesStyleType.d.ts +4 -0
- package/dist/src/series/QTMediaSeriesType.d.ts +7 -0
- package/dist/src/series/QTMediaSeriesVip.d.ts +4 -0
- package/dist/src/series/component/media-series.vue.d.ts +81 -0
- package/dist/src/series/index.vue.d.ts +174 -0
- package/dist/src/series/item/media-series-number-item.vue.d.ts +117 -0
- package/dist/src/series/item/media-series-text-item.vue.d.ts +135 -0
- package/dist/src/tab/QTITab.d.ts +48 -0
- package/dist/src/tab/QTTab.d.ts +6 -0
- package/dist/src/tab/QTTabDataManager.d.ts +28 -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 +9 -0
- package/dist/src/tab/QTTabPageDataState.d.ts +6 -0
- package/dist/src/tab/QTTabPageState.d.ts +7 -0
- package/dist/src/tab/index.vue.d.ts +416 -0
- package/dist/src/text/QTIText.d.ts +3 -0
- package/dist/src/text/index.vue.d.ts +9 -0
- package/dist/src/utils/VirtualView.d.ts +8 -0
- package/dist/src/utils/utils.d.ts +4 -0
- package/dist/src/view/QTIView.d.ts +3 -0
- package/dist/src/view/QTIViewVisibility.d.ts +5 -0
- package/dist/src/view/QTViewEvent.d.ts +3 -0
- package/dist/src/view/index.vue.d.ts +11 -0
- package/dist/src/waterfall/core/QTIWaterfall.d.ts +25 -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 +7 -0
- package/dist/src/waterfall/core/QTWaterfallPlaceholder.d.ts +3 -0
- package/dist/src/waterfall/core/QTWaterfallPluginItem.d.ts +5 -0
- package/dist/src/waterfall/core/QTWaterfallPluginSection.d.ts +5 -0
- package/dist/src/waterfall/core/QTWaterfallSection.d.ts +13 -0
- package/dist/src/waterfall/core/QTWaterfallSectionType.d.ts +14 -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 +155 -0
- package/dist/src/waterfall/item/card-item.vue.d.ts +4 -0
- package/dist/src/waterfall/item/plugin-item.vue.d.ts +12 -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 +83 -0
- package/dist/src/waterfall/section/loading-section.vue.d.ts +2 -0
- package/dist/src/waterfall/section/plugin-section.vue.d.ts +18 -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 +69 -0
- package/dist/src/webview/QTWebView.d.ts +3 -0
- package/dist/src/x5webview/QTIX5WebView.d.ts +69 -0
- package/dist/src/x5webview/QTX5WebView.d.ts +3 -0
- package/package.json +1 -1
|
@@ -0,0 +1,141 @@
|
|
|
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
|
+
default: number;
|
|
18
|
+
};
|
|
19
|
+
preloadNo: {
|
|
20
|
+
type: NumberConstructor;
|
|
21
|
+
default: number;
|
|
22
|
+
};
|
|
23
|
+
defaultFocus: {
|
|
24
|
+
type: NumberConstructor;
|
|
25
|
+
default: number;
|
|
26
|
+
};
|
|
27
|
+
areaWidth: {
|
|
28
|
+
type: NumberConstructor;
|
|
29
|
+
default: number;
|
|
30
|
+
};
|
|
31
|
+
blockFocusDirections: {
|
|
32
|
+
type: ArrayConstructor;
|
|
33
|
+
default: () => never[];
|
|
34
|
+
};
|
|
35
|
+
loadingDecoration: {
|
|
36
|
+
type: ObjectConstructor;
|
|
37
|
+
default: () => {
|
|
38
|
+
top: number;
|
|
39
|
+
left: number;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
listData: {
|
|
43
|
+
type: ArrayConstructor;
|
|
44
|
+
required: false;
|
|
45
|
+
};
|
|
46
|
+
}, {
|
|
47
|
+
tv_list: import("vue").Ref<any>;
|
|
48
|
+
init: (target: Array<QTGridViewItem>, isInit?: boolean) => Array<QTGridViewItem>;
|
|
49
|
+
onItemClick: (e: any) => void;
|
|
50
|
+
onItemBind: (e: any) => void;
|
|
51
|
+
onItemFocused: (e: any) => void;
|
|
52
|
+
restartPage: () => void;
|
|
53
|
+
isRestartPage: import("vue").Ref<boolean>;
|
|
54
|
+
onItemUnbind: (e: any) => void;
|
|
55
|
+
onScroll: (e: any) => void;
|
|
56
|
+
onScrollStateChanged: (e: any) => void;
|
|
57
|
+
stopPage: (isTip?: boolean) => void;
|
|
58
|
+
scrollToTop: () => void;
|
|
59
|
+
clearFocus: () => void;
|
|
60
|
+
blockRootFocus: () => void;
|
|
61
|
+
unBlockRootFocus: () => void;
|
|
62
|
+
setDisplay: (display: boolean) => void;
|
|
63
|
+
scrollToPosition: (index: number) => void;
|
|
64
|
+
scrollToIndex: (y: number, anim: Boolean, offset: number) => void;
|
|
65
|
+
setItemFocused: (pos: number) => void;
|
|
66
|
+
scrollToFocused: (pos: number) => void;
|
|
67
|
+
setItemSelected: (pos: number, b: boolean) => void;
|
|
68
|
+
scrollToSelected: (pos: number, b: boolean) => void;
|
|
69
|
+
setInitPosition: (pos: number) => void;
|
|
70
|
+
setListData: (dataArr: Array<QTGridViewItem>) => void;
|
|
71
|
+
clearPostTask: () => void;
|
|
72
|
+
destroy: () => void;
|
|
73
|
+
requestFocus: () => void;
|
|
74
|
+
requestFocusDirectly: () => void;
|
|
75
|
+
setVisibility: (v: import("..").QTIViewVisibility) => void;
|
|
76
|
+
apkVersion: import("vue").Ref<number>;
|
|
77
|
+
updateItemProps: (pos: number, name: string, dataObj: object) => void;
|
|
78
|
+
insertItem: (pos: number, data: Array<QTGridViewItem>) => void;
|
|
79
|
+
}, 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").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
80
|
+
loadMore: {
|
|
81
|
+
type: FunctionConstructor;
|
|
82
|
+
default: () => number[];
|
|
83
|
+
};
|
|
84
|
+
openPage: {
|
|
85
|
+
type: BooleanConstructor;
|
|
86
|
+
default: boolean;
|
|
87
|
+
};
|
|
88
|
+
spanCount: {
|
|
89
|
+
type: NumberConstructor;
|
|
90
|
+
default: number;
|
|
91
|
+
};
|
|
92
|
+
pageSize: {
|
|
93
|
+
type: NumberConstructor;
|
|
94
|
+
default: number;
|
|
95
|
+
};
|
|
96
|
+
preloadNo: {
|
|
97
|
+
type: NumberConstructor;
|
|
98
|
+
default: number;
|
|
99
|
+
};
|
|
100
|
+
defaultFocus: {
|
|
101
|
+
type: NumberConstructor;
|
|
102
|
+
default: number;
|
|
103
|
+
};
|
|
104
|
+
areaWidth: {
|
|
105
|
+
type: NumberConstructor;
|
|
106
|
+
default: number;
|
|
107
|
+
};
|
|
108
|
+
blockFocusDirections: {
|
|
109
|
+
type: ArrayConstructor;
|
|
110
|
+
default: () => never[];
|
|
111
|
+
};
|
|
112
|
+
loadingDecoration: {
|
|
113
|
+
type: ObjectConstructor;
|
|
114
|
+
default: () => {
|
|
115
|
+
top: number;
|
|
116
|
+
left: number;
|
|
117
|
+
};
|
|
118
|
+
};
|
|
119
|
+
listData: {
|
|
120
|
+
type: ArrayConstructor;
|
|
121
|
+
required: false;
|
|
122
|
+
};
|
|
123
|
+
}>> & {
|
|
124
|
+
"onItem-click"?: ((...args: any[]) => any) | undefined;
|
|
125
|
+
onScroll?: ((...args: any[]) => any) | undefined;
|
|
126
|
+
"onItem-unbind"?: ((...args: any[]) => any) | undefined;
|
|
127
|
+
"onScroll-state-changed"?: ((...args: any[]) => any) | undefined;
|
|
128
|
+
"onItem-bind"?: ((...args: any[]) => any) | undefined;
|
|
129
|
+
"onItem-focused"?: ((...args: any[]) => any) | undefined;
|
|
130
|
+
}, {
|
|
131
|
+
loadMore: Function;
|
|
132
|
+
openPage: boolean;
|
|
133
|
+
spanCount: number;
|
|
134
|
+
pageSize: number;
|
|
135
|
+
preloadNo: number;
|
|
136
|
+
defaultFocus: number;
|
|
137
|
+
areaWidth: number;
|
|
138
|
+
blockFocusDirections: unknown[];
|
|
139
|
+
loadingDecoration: Record<string, any>;
|
|
140
|
+
}, {}>;
|
|
141
|
+
export default _default;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
dispatchFunctionBySid: (sid: string, funcName: string, args: any[]) => void;
|
|
3
|
+
requestFocus: () => void;
|
|
4
|
+
clearFocus: () => void;
|
|
5
|
+
requestFocusDirectly: () => void;
|
|
6
|
+
setVisibility: (v: import("..").QTIViewVisibility) => void;
|
|
7
|
+
viewRef: import("vue").Ref<any>;
|
|
8
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
9
|
+
export default _default;
|
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
import { arrangeChildren4ListView } from "./utils/utils";
|
|
2
|
+
export { qtRef, qtWatchAll, qtGetParent } from "./qtListen/index";
|
|
3
|
+
export declare const QuickTVUI: (Vue: any) => void;
|
|
4
|
+
export type { QTIGridView } from './grid-view/core/QTIGridView';
|
|
5
|
+
export type { QTIListView } from './list-view/core/QTIListView';
|
|
6
|
+
export type { QTIView } from './view/QTIView';
|
|
7
|
+
export { QTIViewVisibility } from './view/QTIViewVisibility';
|
|
8
|
+
export type { QTViewEvent } from './view/QTViewEvent';
|
|
9
|
+
export type { QTFocusable } from './core/QTFocusable';
|
|
10
|
+
export type { QTFlexStyleCoordinate } from './core/QTFlexStyleCoordinate';
|
|
11
|
+
export type { QTFlexStyleMargin } from './core/QTFlexStyleMargin';
|
|
12
|
+
export type { QTFlexStylePadding } from './core/QTFlexStylePadding';
|
|
13
|
+
export type { QTFlexStylePosition } from './core/QTFlexStylePosition';
|
|
14
|
+
export type { QTFlexStyleSpacing } from './core/QTFlexStyleSpacing';
|
|
15
|
+
export type { QTFlexStyleSize } from './core/QTFlexStyleSize';
|
|
16
|
+
export type { QTFlexStyleDecoration } from './core/QTFlexStyleDecoration';
|
|
17
|
+
export type { QTFlexStyleBackground } from './core/QTFlexStyleBackground';
|
|
18
|
+
export type { QTFlexStyleGradientBackground } from './core/QTFlexStyleGradientBackground';
|
|
19
|
+
export type { QTFlexStyleText } from './core/QTFlexStyleText';
|
|
20
|
+
export type { QTVisibility } from './core/QTVisibility';
|
|
21
|
+
export { QTDirections } from './core/QTDirections';
|
|
22
|
+
export type { QTPoster } from './poster/core/QTPoster';
|
|
23
|
+
export type { QTPosterCorner } from './poster/core/QTPosterCorner';
|
|
24
|
+
export type { QTPosterRipple } from './poster/core/QTPosterRipple';
|
|
25
|
+
export type { QTPosterShadow } from './poster/core/QTPosterShadow';
|
|
26
|
+
export type { QTPosterShimmer } from './poster/core/QTPosterShimmer';
|
|
27
|
+
export type { QTPosterTitle } from './poster/core/QTPosterTitle';
|
|
28
|
+
export { QTWaterfallSectionType } from './waterfall/core/QTWaterfallSectionType';
|
|
29
|
+
export { QTWaterfallItemType } from './waterfall/core/QTWaterfallItemType';
|
|
30
|
+
export { QTScrollState } from './waterfall/core/QTScrollState';
|
|
31
|
+
export type { QTWaterfallSection } from './waterfall/core/QTWaterfallSection';
|
|
32
|
+
export type { QTWaterfallItem } from './waterfall/core/QTWaterfallItem';
|
|
33
|
+
export type { QTWaterfallTabItem } from './waterfall/core/QTWaterfallTabItem';
|
|
34
|
+
export type { QTWaterfall } from './waterfall/core/QTWaterfall';
|
|
35
|
+
export type { QTIWaterfall } from './waterfall/core/QTIWaterfall';
|
|
36
|
+
export type { QTWaterfallFlexStyle } from './waterfall/core/QTWaterfallFlexStyle';
|
|
37
|
+
export type { QTWaterfallPlaceholder } from './waterfall/core/QTWaterfallPlaceholder';
|
|
38
|
+
export type { QTWaterfallCardSection } from './waterfall/core/QTWaterfallCardSection';
|
|
39
|
+
export type { QTWaterfallCardItem } from './waterfall/core/QTWaterfallCardItem';
|
|
40
|
+
export type { QTWaterfallCardPlaceHolder } from './waterfall/core/QTWaterfallCardPlaceHolder';
|
|
41
|
+
export { QTWaterfallVisibleType } from './waterfall/core/QTWaterfallVisibleType';
|
|
42
|
+
export type { QTWaterfallPluginSection } from './waterfall/core/QTWaterfallPluginSection';
|
|
43
|
+
export type { QTWaterfallPluginItem } from './waterfall/core/QTWaterfallPluginItem';
|
|
44
|
+
export type { QTListViewItem } from './list-view/core/QTListViewItem';
|
|
45
|
+
export type { QTListViewItemDecoration } from './list-view/core/QTListViewItemDecoration';
|
|
46
|
+
export type { QTListViewItemFunctionParams } from './list-view/core/QTListViewItemFunctionParams';
|
|
47
|
+
export type { QTListViewItemState } from './list-view/core/QTListViewItemState';
|
|
48
|
+
export type { QTGridViewItem } from './grid-view/core/QTGridViewItem';
|
|
49
|
+
export type { QTGridViewItemDecoration } from './grid-view/core/QTGridViewItemDecoration';
|
|
50
|
+
export type { QTGridViewItemFunctionParams } from './grid-view/core/QTGridViewItemFunctionParams';
|
|
51
|
+
export type { QTINavBar } from './nav-bar/QTINavBar';
|
|
52
|
+
export type { QTNavBarItem } from './nav-bar/QTNavBarItem';
|
|
53
|
+
export type { QTNavBar } from './nav-bar/QTNavBar';
|
|
54
|
+
export { QTNavBarItemType } from './nav-bar/QTNavBarItemType';
|
|
55
|
+
export type { QTITab } from './tab/QTITab';
|
|
56
|
+
export type { QTTabPageData } from './tab/QTTabPageData';
|
|
57
|
+
export type { QTTab } from './tab/QTTab';
|
|
58
|
+
export type { QTTabItem } from './tab/QTTabItem';
|
|
59
|
+
export type { QTTabPage } from './tab/QTTabPage';
|
|
60
|
+
export { QTTabItemType } from './tab/QTTabItemType';
|
|
61
|
+
export { QTTabPageState } from './tab/QTTabPageState';
|
|
62
|
+
export type { QTTabEventParams } from './tab/QTTabEventParams';
|
|
63
|
+
export type { QTIClassifiedListView } from './classified-list-view/core/QTIClassifiedListView';
|
|
64
|
+
export type { QTClassifiedListViewItem } from './classified-list-view/core/QTClassifiedListViewItem';
|
|
65
|
+
export type { QTClassifiedListViewItemDecoration } from './classified-list-view/core/QTClassifiedListViewItemDecoration';
|
|
66
|
+
export { arrangeChildren4ListView };
|
|
67
|
+
export type { QTIWebView } from './webview/QTIWebView';
|
|
68
|
+
export type { QTIX5WebView } from './x5webview/QTIX5WebView';
|
|
69
|
+
export type { QTISeekBar } from './seekbar/QTISeekBar';
|
|
70
|
+
export { QTSeekBarMode } from './seekbar/QTSeekBarMode';
|
|
71
|
+
export { QTSeekBarGravity } from './seekbar/QTSeekBarGravity';
|
|
72
|
+
export { QTSeekBarIndicatorMode } from './seekbar/QTSeekBarIndicatorMode';
|
|
73
|
+
export { QTSeekBarTickMarkMode } from './seekbar/QTSeekBarTickMarkMode';
|
|
74
|
+
export { QTSeekBarTickMarkGravity } from './seekbar/QTSeekBarTickMarkGravity';
|
|
75
|
+
export { QTSeekBarTickMarkLayoutGravity } from './seekbar/QTSeekBarTickMarkLayoutGravity';
|
|
76
|
+
export type { QTIProgressBar } from './progressbar/QTIProgressBar';
|
|
77
|
+
export type { QTIAnimation } from './animation/QTIAnimation';
|
|
78
|
+
export { QTAnimationInterpolatorType, QTAnimationPropertyName, QTAnimationRepeatMode, QTAnimationValueType } from './animation/types';
|
|
79
|
+
export type { QTAnimationInterpolator, QTAnimatorId } from './animation/types';
|
|
80
|
+
export type { QTIMediaSeries } from './series/QTIMediaSeries';
|
|
81
|
+
export type { QTMediaSeries } from './series/QTMediaSeries';
|
|
82
|
+
export type { QTMediaSeriesGroup } from './series/QTMediaSeriesGroup';
|
|
83
|
+
export type { QTMediaSeriesGroupStyle } from './series/QTMediaSeriesGroupStyle';
|
|
84
|
+
export type { QTMediaSeriesData } from './series/QTMediaSeriesData';
|
|
85
|
+
export type { QTMediaSeriesEvent } from './series/QTMediaSeriesEvent';
|
|
86
|
+
export { QTMediaSeriesType } from './series/QTMediaSeriesType';
|
|
87
|
+
export { QTMediaSeriesStyleType } from './series/QTMediaSeriesStyleType';
|
|
88
|
+
export type { QTMediaSeriesVip } from './series/QTMediaSeriesVip';
|
|
89
|
+
export type { QTICollapse } from './collapse/core/QTICollapse';
|
|
90
|
+
export type { QTCollapse } from './collapse/core/QTCollapse';
|
|
91
|
+
export type { QTICollapseItem } from './collapse/core/QTICollapseItem';
|
|
92
|
+
export type { QTCollapseItem } from './collapse/core/QTCollapseItem';
|
|
93
|
+
export type { QTIScrollView } from './scroll-view/QTIScrollView';
|
|
94
|
+
export type { QTILottieView } from './lottie/QTILottieView';
|
|
95
|
+
export { QTLottieRepeatMode } from './lottie/QTLottieRepeatMode';
|
|
96
|
+
export { QTLottieAsyncUpdates } from './lottie/QTLottieAsyncUpdates';
|
|
97
|
+
export type { QTGradient } from './gradient/QTGradient';
|
|
98
|
+
export { QTGradientOrientation } from './gradient/QTGradientOrientation';
|
|
99
|
+
export { QTGradientShape } from './gradient/QTGradientShape';
|
|
100
|
+
export { QTGradientType } from './gradient/QTGradientType';
|
|
101
|
+
export type { QTIButton } from './button/QTIButton';
|
|
102
|
+
export type { QTIColumn } from './column/QTIColumn';
|
|
103
|
+
export type { QTIDialog } from './dialog/QTIDialog';
|
|
104
|
+
export type { QTIImage } from './image/QTIImage';
|
|
105
|
+
export type { QTILoadingView } from './loading/QTILoadingView';
|
|
106
|
+
export type { QTIPoster } from './poster/core/QTIPoster';
|
|
107
|
+
export type { QTIQRCode } from './qrcode/QTIQRCode';
|
|
108
|
+
export type { QTIRow } from './row/QTIRow';
|
|
109
|
+
export type { QTIText } from './text/QTIText';
|
|
110
|
+
export type { QTIAppIcon } from './app/QTIAppIcon';
|
|
111
|
+
export type { QTIPluginView, QTPluginViewEvent } from './plugin/QTIPluginView';
|
|
112
|
+
export { VirtualView } from './utils/VirtualView';
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { QTListViewItem } from "./QTListViewItem";
|
|
2
|
+
import { QTIView } from "../../view/QTIView";
|
|
3
|
+
export interface QTIListView extends QTIView {
|
|
4
|
+
init(target: Array<QTListViewItem>, isInit?: boolean): Array<QTListViewItem>;
|
|
5
|
+
scrollToTop(): void;
|
|
6
|
+
clearFocus(): void;
|
|
7
|
+
stopPage(isTip?: boolean): 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
|
+
startScroll(focusPosition?: number, scrollToPosition?: number, scrollOffset?: number): void;
|
|
18
|
+
setListData(itemList: Array<QTListViewItem>): void;
|
|
19
|
+
clearPostTask(): void;
|
|
20
|
+
destroy(): void;
|
|
21
|
+
updateItem(position: number, data: QTListViewItem): void;
|
|
22
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { QTListViewItemDecoration } from "./QTListViewItemDecoration";
|
|
2
|
+
import { QTListViewItemState } from "./QTListViewItemState";
|
|
3
|
+
export interface QTListViewItem {
|
|
4
|
+
_id?: string;
|
|
5
|
+
type: number;
|
|
6
|
+
decoration?: QTListViewItemDecoration;
|
|
7
|
+
state?: QTListViewItemState;
|
|
8
|
+
[prop: string]: any;
|
|
9
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { QTLottieRepeatMode } from "./QTLottieRepeatMode";
|
|
2
|
+
import { QTLottieRenderMode } from "./QTLottieRenderMode";
|
|
3
|
+
import { QTLottieAsyncUpdates } from "./QTLottieAsyncUpdates";
|
|
4
|
+
import { QTIView } from "../view/QTIView";
|
|
5
|
+
export interface QTILottieView extends QTIView {
|
|
6
|
+
loadRaw(rawRes: string): void;
|
|
7
|
+
loadFile(fileName: string): void;
|
|
8
|
+
loadUrl(url: string): void;
|
|
9
|
+
loadCacheUrl(url: string, cacheKey: string): void;
|
|
10
|
+
setFallbackResource(res: number): void;
|
|
11
|
+
setAutoPlay(auto: boolean): void;
|
|
12
|
+
setLottieLoop(loop: boolean): void;
|
|
13
|
+
setRepeatMode(mode: QTLottieRepeatMode): void;
|
|
14
|
+
setRepeatCount(repeatCount: number): void;
|
|
15
|
+
setSpeed(speed: string): void;
|
|
16
|
+
setClipToCompositionBounds(clipToCompositionBounds: boolean): void;
|
|
17
|
+
setDefaultFontFileExtension(extension: string): void;
|
|
18
|
+
setImageAssetsFolder(imageAssetsFolder: string): void;
|
|
19
|
+
setProgress(progress: string): void;
|
|
20
|
+
enableMergePathsForKitKatAndAbove(enable: boolean): void;
|
|
21
|
+
setColorFilter(colorRes: string): void;
|
|
22
|
+
setRenderMode(renderModeOrdinal: QTLottieRenderMode): void;
|
|
23
|
+
setAsyncUpdate(asyncUpdatesOrdinal: QTLottieAsyncUpdates): void;
|
|
24
|
+
setIgnoreDisabledSystemAnimations(ignore: boolean): void;
|
|
25
|
+
setUseCompositionFrameRate(useCompositionFrameRate: boolean): void;
|
|
26
|
+
playAnimation(): void;
|
|
27
|
+
resumeAnimation(): void;
|
|
28
|
+
pauseAnimation(): void;
|
|
29
|
+
cancelAnimation(): void;
|
|
30
|
+
cacheComposition(cache: boolean): void;
|
|
31
|
+
removeAllListener(): void;
|
|
32
|
+
}
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
import { QTIListView } from "../list-view/core/QTIListView";
|
|
2
|
+
import { QTNavBar } from "./QTNavBar";
|
|
3
|
+
declare const _default: import("vue").DefineComponent<{
|
|
4
|
+
textKey: {
|
|
5
|
+
type: StringConstructor;
|
|
6
|
+
default: string;
|
|
7
|
+
};
|
|
8
|
+
itemGap: {
|
|
9
|
+
type: NumberConstructor;
|
|
10
|
+
default: number;
|
|
11
|
+
};
|
|
12
|
+
horizontal: {
|
|
13
|
+
type: BooleanConstructor;
|
|
14
|
+
default: boolean;
|
|
15
|
+
};
|
|
16
|
+
initSelect: {
|
|
17
|
+
type: NumberConstructor;
|
|
18
|
+
default: number;
|
|
19
|
+
};
|
|
20
|
+
size: {
|
|
21
|
+
type: StringConstructor;
|
|
22
|
+
default: string;
|
|
23
|
+
};
|
|
24
|
+
navs: {
|
|
25
|
+
type: ArrayConstructor;
|
|
26
|
+
default: () => never[];
|
|
27
|
+
};
|
|
28
|
+
tabNavBarClass: {
|
|
29
|
+
type: StringConstructor;
|
|
30
|
+
default: string;
|
|
31
|
+
};
|
|
32
|
+
horizontalFadingEdgeEnabled: {
|
|
33
|
+
type: BooleanConstructor;
|
|
34
|
+
default: boolean;
|
|
35
|
+
};
|
|
36
|
+
verticalFadingEdgeEnabled: {
|
|
37
|
+
type: BooleanConstructor;
|
|
38
|
+
default: boolean;
|
|
39
|
+
};
|
|
40
|
+
fadingEdgeLength: {
|
|
41
|
+
type: NumberConstructor;
|
|
42
|
+
default: number;
|
|
43
|
+
};
|
|
44
|
+
}, {
|
|
45
|
+
dispatchFunctionBySid: (sid: string, funcName: string, args: any[]) => void;
|
|
46
|
+
requestFocus: () => void;
|
|
47
|
+
clearFocus: () => void;
|
|
48
|
+
requestFocusDirectly: () => void;
|
|
49
|
+
setVisibility: (v: import("..").QTIViewVisibility) => void;
|
|
50
|
+
navList: import("vue").Ref<QTIListView | undefined>;
|
|
51
|
+
focusColor: import("vue").Ref<string>;
|
|
52
|
+
textColor: {
|
|
53
|
+
normal: string;
|
|
54
|
+
focused: string;
|
|
55
|
+
selected: string;
|
|
56
|
+
};
|
|
57
|
+
bgPadding: number[];
|
|
58
|
+
onTabChange: (e: any) => void;
|
|
59
|
+
onTabClick: (e: any) => void;
|
|
60
|
+
scrollToPosition: (index: any) => void;
|
|
61
|
+
scrollToTop: () => void;
|
|
62
|
+
init: (navBar: QTNavBar) => void;
|
|
63
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
64
|
+
textKey: {
|
|
65
|
+
type: StringConstructor;
|
|
66
|
+
default: string;
|
|
67
|
+
};
|
|
68
|
+
itemGap: {
|
|
69
|
+
type: NumberConstructor;
|
|
70
|
+
default: number;
|
|
71
|
+
};
|
|
72
|
+
horizontal: {
|
|
73
|
+
type: BooleanConstructor;
|
|
74
|
+
default: boolean;
|
|
75
|
+
};
|
|
76
|
+
initSelect: {
|
|
77
|
+
type: NumberConstructor;
|
|
78
|
+
default: number;
|
|
79
|
+
};
|
|
80
|
+
size: {
|
|
81
|
+
type: StringConstructor;
|
|
82
|
+
default: string;
|
|
83
|
+
};
|
|
84
|
+
navs: {
|
|
85
|
+
type: ArrayConstructor;
|
|
86
|
+
default: () => never[];
|
|
87
|
+
};
|
|
88
|
+
tabNavBarClass: {
|
|
89
|
+
type: StringConstructor;
|
|
90
|
+
default: string;
|
|
91
|
+
};
|
|
92
|
+
horizontalFadingEdgeEnabled: {
|
|
93
|
+
type: BooleanConstructor;
|
|
94
|
+
default: boolean;
|
|
95
|
+
};
|
|
96
|
+
verticalFadingEdgeEnabled: {
|
|
97
|
+
type: BooleanConstructor;
|
|
98
|
+
default: boolean;
|
|
99
|
+
};
|
|
100
|
+
fadingEdgeLength: {
|
|
101
|
+
type: NumberConstructor;
|
|
102
|
+
default: number;
|
|
103
|
+
};
|
|
104
|
+
}>>, {
|
|
105
|
+
textKey: string;
|
|
106
|
+
itemGap: number;
|
|
107
|
+
horizontal: boolean;
|
|
108
|
+
initSelect: number;
|
|
109
|
+
size: string;
|
|
110
|
+
navs: unknown[];
|
|
111
|
+
tabNavBarClass: string;
|
|
112
|
+
horizontalFadingEdgeEnabled: boolean;
|
|
113
|
+
verticalFadingEdgeEnabled: boolean;
|
|
114
|
+
fadingEdgeLength: number;
|
|
115
|
+
}, {}>;
|
|
116
|
+
export default _default;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { QTIView } from "../view/QTIView";
|
|
2
|
+
export interface QTIPluginView extends QTIView {
|
|
3
|
+
dispatchFunction(funName: string, params: Array<any>): Promise<any>;
|
|
4
|
+
}
|
|
5
|
+
export interface QTPluginViewEvent {
|
|
6
|
+
sid?: string;
|
|
7
|
+
errorCode?: number;
|
|
8
|
+
errorMessage?: string;
|
|
9
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { QTWaterfallItem } from "../../waterfall/core/QTWaterfallItem";
|
|
2
|
+
import { QTPosterShadow } from "./QTPosterShadow";
|
|
3
|
+
import { QTPosterShimmer } from "./QTPosterShimmer";
|
|
4
|
+
import { QTPosterTitle } from "./QTPosterTitle";
|
|
5
|
+
import { QTPosterRipple } from "./QTPosterRipple";
|
|
6
|
+
import { QTPosterCorner } from "./QTPosterCorner";
|
|
7
|
+
import { QTPosterImage } from "./QTPosterImage";
|
|
8
|
+
import { QTFlexStyleMargin } from "../../core/QTFlexStyleMargin";
|
|
9
|
+
import { QTFlexStylePadding } from "../../core/QTFlexStylePadding";
|
|
10
|
+
import { QTFlexStyleSize } from "../../core/QTFlexStyleSize";
|
|
11
|
+
import { QTPosterScore } from "./QTPosterScore";
|
|
12
|
+
import { QTFocusable } from "../../core/QTFocusable";
|
|
13
|
+
import { QTPosterPlaceholderImg } from "./QTPosterPlaceholderImg";
|
|
14
|
+
export interface QTPoster extends QTWaterfallItem {
|
|
15
|
+
focus?: QTFocusable;
|
|
16
|
+
image?: QTPosterImage;
|
|
17
|
+
shadow?: QTPosterShadow;
|
|
18
|
+
shimmer?: QTPosterShimmer;
|
|
19
|
+
title?: QTPosterTitle;
|
|
20
|
+
focusTitle?: QTPosterTitle;
|
|
21
|
+
subTitle?: QTPosterTitle;
|
|
22
|
+
floatTitle?: QTPosterTitle;
|
|
23
|
+
ripple?: QTPosterRipple;
|
|
24
|
+
corner?: QTPosterCorner;
|
|
25
|
+
score?: QTPosterScore;
|
|
26
|
+
titleStyle?: QTFlexStyleMargin & QTFlexStylePadding & QTFlexStyleSize;
|
|
27
|
+
titleFocusStyle?: QTFlexStyleMargin & QTFlexStylePadding & QTFlexStyleSize;
|
|
28
|
+
placeholderImg?: QTPosterPlaceholderImg;
|
|
29
|
+
[prop: string]: any;
|
|
30
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { QTFlexStyleMargin } from "../../core/QTFlexStyleMargin";
|
|
2
|
+
import { QTFlexStylePadding } from "../../core/QTFlexStylePadding";
|
|
3
|
+
import { QTFlexStylePosition } from "../../core/QTFlexStylePosition";
|
|
4
|
+
export interface QTPosterRipple {
|
|
5
|
+
enable: boolean;
|
|
6
|
+
src?: string;
|
|
7
|
+
style: QTFlexStyleMargin & QTFlexStylePadding & QTFlexStylePosition;
|
|
8
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { QTFlexStyleMargin } from "../../core/QTFlexStyleMargin";
|
|
2
|
+
import { QTFlexStylePadding } from "../../core/QTFlexStylePadding";
|
|
3
|
+
import { QTFlexStyleSize } from "../../core/QTFlexStyleSize";
|
|
4
|
+
import { QTFlexStyleText } from "../../core/QTFlexStyleText";
|
|
5
|
+
export interface QTPosterScore {
|
|
6
|
+
text: string;
|
|
7
|
+
style?: QTFlexStyleMargin & QTFlexStylePadding & QTFlexStyleSize & QTFlexStyleText;
|
|
8
|
+
enable: boolean;
|
|
9
|
+
}
|