@quicktvui/quicktvui3 1.1.33-beta.3 → 1.1.33-beta.4
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,18 @@
|
|
|
1
|
+
import { QTWaterfallSection } from "./QTWaterfallSection";
|
|
2
|
+
import { QTWaterfallItem } from "./QTWaterfallItem";
|
|
3
|
+
import { QTWaterfallIndex } from "./QTWaterfallIndex";
|
|
4
|
+
export interface QTWaterfallDataManager {
|
|
5
|
+
init(): void;
|
|
6
|
+
getSectionList(): Array<QTWaterfallSection>;
|
|
7
|
+
addSectionList(sections: Array<QTWaterfallSection>): QTWaterfallIndex;
|
|
8
|
+
deleteSection(sectionIndex: number, count: number): QTWaterfallIndex;
|
|
9
|
+
updateSection(sectionIndex: number, section: QTWaterfallSection): QTWaterfallIndex;
|
|
10
|
+
getSection(sectionIndex: number): QTWaterfallSection | undefined;
|
|
11
|
+
addItemList(sectionIndex: number, itemList: Array<QTWaterfallItem>): QTWaterfallIndex;
|
|
12
|
+
deleteItem(sectionIndex: number, itemIndex: number, count: number): QTWaterfallIndex;
|
|
13
|
+
updateItem(sectionIndex: number, itemIndex: number, item: QTWaterfallItem): QTWaterfallIndex;
|
|
14
|
+
updateItemList(sectionIndex: number, itemIndex: number, count: number, itemList: Array<QTWaterfallItem>): QTWaterfallIndex;
|
|
15
|
+
getItem(sectionIndex: number, itemIndex: number): QTWaterfallItem | undefined;
|
|
16
|
+
destroy(): any;
|
|
17
|
+
}
|
|
18
|
+
export declare function createQTWaterfallDataManager(): QTWaterfallDataManager;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { QTFlexStyleMargin } from "../../core/QTFlexStyleMargin";
|
|
2
|
+
import { QTFlexStylePadding } from "../../core/QTFlexStylePadding";
|
|
3
|
+
import { QTFlexStyleSize } from "../../core/QTFlexStyleSize";
|
|
4
|
+
import { QTFlexStyleSpacing } from "../../core/QTFlexStyleSpacing";
|
|
5
|
+
import { QTFlexStyleDecoration } from "../../core/QTFlexStyleDecoration";
|
|
6
|
+
import { QTFlexStyleCoordinate } from "../../core/QTFlexStyleCoordinate";
|
|
7
|
+
import { QTFlexStyleBackground } from "../../core/QTFlexStyleBackground";
|
|
8
|
+
import { QTFlexStyleGradientBackground } from "../../core/QTFlexStyleGradientBackground";
|
|
9
|
+
export type QTWaterfallFlexStyle = QTFlexStyleMargin & QTFlexStylePadding & QTFlexStyleSize & QTFlexStyleSpacing & QTFlexStyleDecoration & QTFlexStyleCoordinate & QTFlexStyleBackground & QTFlexStyleGradientBackground;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { QTWaterfallItem } from "./QTWaterfallItem";
|
|
2
|
+
import { QTWaterfallFlexStyle } from "./QTWaterfallFlexStyle";
|
|
3
|
+
import { QTListViewItem } from "../../list-view/core/QTListViewItem";
|
|
4
|
+
import { QTFlexStyleText } from "../../core/QTFlexStyleText";
|
|
5
|
+
import { QTWaterfallPlaceholder } from "./QTWaterfallPlaceholder";
|
|
6
|
+
export interface QTWaterfallSection extends QTListViewItem {
|
|
7
|
+
title?: string;
|
|
8
|
+
titleStyle?: QTWaterfallFlexStyle & QTFlexStyleText;
|
|
9
|
+
itemList: Array<QTWaterfallItem>;
|
|
10
|
+
style: QTWaterfallFlexStyle;
|
|
11
|
+
placeholder?: QTWaterfallPlaceholder;
|
|
12
|
+
[prop: string]: any;
|
|
13
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export declare enum QTWaterfallSectionType {
|
|
2
|
+
QT_WATERFALL_SECTION_TYPE_LOADING = -1,
|
|
3
|
+
QT_WATERFALL_SECTION_TYPE_TITLE = 1000,
|
|
4
|
+
QT_WATERFALL_SECTION_TYPE_FLEX = 1002,
|
|
5
|
+
QT_WATERFALL_SECTION_TYPE_LIST = 1003,
|
|
6
|
+
QT_WATERFALL_SECTION_TYPE_TAB = 1003,
|
|
7
|
+
QT_WATERFALL_SECTION_TYPE_INDEPENDENT_ITEM = 1004,
|
|
8
|
+
QT_WATERFALL_SECTION_TYPE_TAB_LIST = 1005,
|
|
9
|
+
QT_WATERFALL_SECTION_TYPE_CARD = 1006,
|
|
10
|
+
QT_WATERFALL_SECTION_TYPE_VUE = 1007,
|
|
11
|
+
QT_WATERFALL_SECTION_TYPE_END = -1001,
|
|
12
|
+
QT_WATERFALL_SECTION_TYPE_BLANK = -1000,
|
|
13
|
+
QT_WATERFALL_SECTION_TYPE_PLUGIN = 1008
|
|
14
|
+
}
|
|
@@ -0,0 +1,155 @@
|
|
|
1
|
+
import { QTWaterfall } from "./core/QTWaterfall";
|
|
2
|
+
import { QTWaterfallSection } from "./core/QTWaterfallSection";
|
|
3
|
+
import { ESIListView } from "@extscreen/es3-component";
|
|
4
|
+
import { QTWaterfallItem } from "./core/QTWaterfallItem";
|
|
5
|
+
import { QTWaterfallEvent } from "./core/QTWaterfallEvent";
|
|
6
|
+
import { QTWaterfallVisibleType } from "./core/QTWaterfallVisibleType";
|
|
7
|
+
import { QTPluginViewEvent } from "../plugin/QTIPluginView";
|
|
8
|
+
declare const _default: import("vue").DefineComponent<{
|
|
9
|
+
enablePlaceholder: {
|
|
10
|
+
type: BooleanConstructor;
|
|
11
|
+
default: boolean;
|
|
12
|
+
};
|
|
13
|
+
blockFocusDirections: {
|
|
14
|
+
type: ArrayConstructor;
|
|
15
|
+
default: () => string[];
|
|
16
|
+
};
|
|
17
|
+
vueSectionBlockFocusDirections: {
|
|
18
|
+
type: ArrayConstructor;
|
|
19
|
+
default: () => string[];
|
|
20
|
+
};
|
|
21
|
+
customPool: {
|
|
22
|
+
type: ObjectConstructor;
|
|
23
|
+
default: () => void;
|
|
24
|
+
};
|
|
25
|
+
customItemPool: {
|
|
26
|
+
type: ObjectConstructor;
|
|
27
|
+
default: () => void;
|
|
28
|
+
};
|
|
29
|
+
scrollYLesserReferenceValue: {
|
|
30
|
+
type: NumberConstructor;
|
|
31
|
+
default: number;
|
|
32
|
+
};
|
|
33
|
+
scrollYGreaterReferenceValue: {
|
|
34
|
+
type: NumberConstructor;
|
|
35
|
+
default: number;
|
|
36
|
+
};
|
|
37
|
+
listData: {
|
|
38
|
+
type: ArrayConstructor;
|
|
39
|
+
required: false;
|
|
40
|
+
};
|
|
41
|
+
pStype: {
|
|
42
|
+
type: ObjectConstructor;
|
|
43
|
+
default: () => {};
|
|
44
|
+
};
|
|
45
|
+
}, {
|
|
46
|
+
dispatchFunctionBySid: (sid: string, funcName: string, args: any[]) => void;
|
|
47
|
+
requestFocus: () => void;
|
|
48
|
+
clearFocus: () => void;
|
|
49
|
+
requestFocusDirectly: () => void;
|
|
50
|
+
setVisibility: (v: import("..").QTIViewVisibility) => void;
|
|
51
|
+
waterfallRef: import("vue").Ref<ESIListView | undefined>;
|
|
52
|
+
visibleType: import("vue").Ref<QTWaterfallVisibleType>;
|
|
53
|
+
init: (data: QTWaterfall) => void;
|
|
54
|
+
setAutoFocus: (tag: string, delay: number) => void;
|
|
55
|
+
getSectionList: () => Array<QTWaterfallSection>;
|
|
56
|
+
setSectionList: (sectionList: Array<QTWaterfallSection>) => void;
|
|
57
|
+
addSectionList: (sectionList: Array<QTWaterfallSection>) => void;
|
|
58
|
+
deleteSection: (position: number, count: number) => void;
|
|
59
|
+
updateSection: (sectionIndex: number, section: QTWaterfallSection) => void;
|
|
60
|
+
updateSectionList: (sectionIndex: number, count: number, sectionList: Array<QTWaterfallSection>) => void;
|
|
61
|
+
getSection: (sectionIndex: number) => QTWaterfallSection | undefined;
|
|
62
|
+
addItemList: (sectionIndex: number, itemList: Array<QTWaterfallItem>) => void;
|
|
63
|
+
deleteItem: (sectionIndex: number, position: number, count: number) => void;
|
|
64
|
+
updateItem: (sectionIndex: number, itemIndex: number, item: QTWaterfallItem) => void;
|
|
65
|
+
updateItemList: (sectionIndex: number, itemIndex: number, count: number, itemList: Array<QTWaterfallItem>) => void;
|
|
66
|
+
getItem: (sectionIndex: number, itemIndex: number) => QTWaterfallItem | undefined;
|
|
67
|
+
cachePool: {
|
|
68
|
+
name: string;
|
|
69
|
+
size: {
|
|
70
|
+
20008: number;
|
|
71
|
+
};
|
|
72
|
+
};
|
|
73
|
+
itemsPool: {
|
|
74
|
+
name: string;
|
|
75
|
+
size: {
|
|
76
|
+
1: number;
|
|
77
|
+
};
|
|
78
|
+
};
|
|
79
|
+
onScroll: (e: any) => void;
|
|
80
|
+
onItemClick: (e: QTWaterfallEvent) => void;
|
|
81
|
+
onItemFocused: (e: QTWaterfallEvent) => void;
|
|
82
|
+
onSectionBind: (e: any) => void;
|
|
83
|
+
onSectionAttached: (e: any) => void;
|
|
84
|
+
onSectionDetached: (e: any) => void;
|
|
85
|
+
onScrollStateChanged: (e: any) => void;
|
|
86
|
+
resumePostTask: () => void;
|
|
87
|
+
pausePostTask: () => void;
|
|
88
|
+
clearPostTask: () => void;
|
|
89
|
+
destroy: () => void;
|
|
90
|
+
scrollToTop: () => void;
|
|
91
|
+
setListData: (data: any) => void;
|
|
92
|
+
onScrollYGreaterReference: () => void;
|
|
93
|
+
onScrollYLesserReference: () => void;
|
|
94
|
+
onPluginLoadSuccess: (event: QTPluginViewEvent) => void;
|
|
95
|
+
onPluginLoadError: (event: QTPluginViewEvent) => void;
|
|
96
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onScroll" | "onScrollStateChanged" | "onItemClick" | "onItemFocused" | "onSectionBind" | "onSectionAttached" | "onSectionDetached" | "onScrollYGreaterReference" | "onScrollYLesserReference" | "onPluginLoadSuccess" | "onPluginLoadError")[], "onScroll" | "onScrollStateChanged" | "onItemClick" | "onItemFocused" | "onSectionBind" | "onSectionAttached" | "onSectionDetached" | "onScrollYGreaterReference" | "onScrollYLesserReference" | "onPluginLoadSuccess" | "onPluginLoadError", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
97
|
+
enablePlaceholder: {
|
|
98
|
+
type: BooleanConstructor;
|
|
99
|
+
default: boolean;
|
|
100
|
+
};
|
|
101
|
+
blockFocusDirections: {
|
|
102
|
+
type: ArrayConstructor;
|
|
103
|
+
default: () => string[];
|
|
104
|
+
};
|
|
105
|
+
vueSectionBlockFocusDirections: {
|
|
106
|
+
type: ArrayConstructor;
|
|
107
|
+
default: () => string[];
|
|
108
|
+
};
|
|
109
|
+
customPool: {
|
|
110
|
+
type: ObjectConstructor;
|
|
111
|
+
default: () => void;
|
|
112
|
+
};
|
|
113
|
+
customItemPool: {
|
|
114
|
+
type: ObjectConstructor;
|
|
115
|
+
default: () => void;
|
|
116
|
+
};
|
|
117
|
+
scrollYLesserReferenceValue: {
|
|
118
|
+
type: NumberConstructor;
|
|
119
|
+
default: number;
|
|
120
|
+
};
|
|
121
|
+
scrollYGreaterReferenceValue: {
|
|
122
|
+
type: NumberConstructor;
|
|
123
|
+
default: number;
|
|
124
|
+
};
|
|
125
|
+
listData: {
|
|
126
|
+
type: ArrayConstructor;
|
|
127
|
+
required: false;
|
|
128
|
+
};
|
|
129
|
+
pStype: {
|
|
130
|
+
type: ObjectConstructor;
|
|
131
|
+
default: () => {};
|
|
132
|
+
};
|
|
133
|
+
}>> & {
|
|
134
|
+
onOnScroll?: ((...args: any[]) => any) | undefined;
|
|
135
|
+
onOnScrollStateChanged?: ((...args: any[]) => any) | undefined;
|
|
136
|
+
onOnItemClick?: ((...args: any[]) => any) | undefined;
|
|
137
|
+
onOnItemFocused?: ((...args: any[]) => any) | undefined;
|
|
138
|
+
onOnSectionBind?: ((...args: any[]) => any) | undefined;
|
|
139
|
+
onOnSectionAttached?: ((...args: any[]) => any) | undefined;
|
|
140
|
+
onOnSectionDetached?: ((...args: any[]) => any) | undefined;
|
|
141
|
+
onOnScrollYGreaterReference?: ((...args: any[]) => any) | undefined;
|
|
142
|
+
onOnScrollYLesserReference?: ((...args: any[]) => any) | undefined;
|
|
143
|
+
onOnPluginLoadSuccess?: ((...args: any[]) => any) | undefined;
|
|
144
|
+
onOnPluginLoadError?: ((...args: any[]) => any) | undefined;
|
|
145
|
+
}, {
|
|
146
|
+
enablePlaceholder: boolean;
|
|
147
|
+
blockFocusDirections: unknown[];
|
|
148
|
+
vueSectionBlockFocusDirections: unknown[];
|
|
149
|
+
customPool: Record<string, any>;
|
|
150
|
+
customItemPool: Record<string, any>;
|
|
151
|
+
scrollYLesserReferenceValue: number;
|
|
152
|
+
scrollYGreaterReferenceValue: number;
|
|
153
|
+
pStype: Record<string, any>;
|
|
154
|
+
}, {}>;
|
|
155
|
+
export default _default;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
declare const _default: import("@vue/runtime-core").DefineComponent<{}, {
|
|
2
|
+
onFocus: (e: any) => void;
|
|
3
|
+
}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{}>>, {}, {}>;
|
|
4
|
+
export default _default;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
onFocus: (e: any) => void;
|
|
3
|
+
dispatchFunctionBySid: (sid: string, funcName: string, args: any[]) => void;
|
|
4
|
+
requestFocus: () => void;
|
|
5
|
+
clearFocus: () => void;
|
|
6
|
+
requestFocusDirectly: () => void;
|
|
7
|
+
setVisibility: (v: import("../..").QTIViewVisibility) => void;
|
|
8
|
+
viewRef: import("vue").Ref<any>;
|
|
9
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "focus"[], "focus", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>> & {
|
|
10
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
11
|
+
}, {}, {}>;
|
|
12
|
+
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").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{}>>, {}, {}>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
declare const _default: import("@vue/runtime-core").DefineComponent<{}, {
|
|
2
|
+
onFocus: (e: any) => void;
|
|
3
|
+
}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{}>>, {}, {}>;
|
|
4
|
+
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").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{}>>, {}, {}>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
import { QTWaterfallSectionType } from "../core/QTWaterfallSectionType";
|
|
2
|
+
import { QTWaterfallItemType } from "../core/QTWaterfallItemType";
|
|
3
|
+
declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
4
|
+
enablePlaceholder: {
|
|
5
|
+
type: BooleanConstructor;
|
|
6
|
+
default: boolean;
|
|
7
|
+
};
|
|
8
|
+
plateData: {
|
|
9
|
+
type: StringConstructor;
|
|
10
|
+
default: string;
|
|
11
|
+
};
|
|
12
|
+
useDiff: {
|
|
13
|
+
type: BooleanConstructor;
|
|
14
|
+
default: boolean;
|
|
15
|
+
};
|
|
16
|
+
cachePool: {
|
|
17
|
+
type: ObjectConstructor;
|
|
18
|
+
default: {};
|
|
19
|
+
};
|
|
20
|
+
sectionType: {
|
|
21
|
+
type: NumberConstructor;
|
|
22
|
+
default: QTWaterfallSectionType;
|
|
23
|
+
};
|
|
24
|
+
standItemType: {
|
|
25
|
+
type: NumberConstructor;
|
|
26
|
+
default: QTWaterfallItemType;
|
|
27
|
+
};
|
|
28
|
+
currentPageIndex: {
|
|
29
|
+
type: NumberConstructor;
|
|
30
|
+
default: number;
|
|
31
|
+
};
|
|
32
|
+
itemFocusScale: {
|
|
33
|
+
type: NumberConstructor;
|
|
34
|
+
default: number;
|
|
35
|
+
};
|
|
36
|
+
}, {
|
|
37
|
+
onFocus: (e: any) => void;
|
|
38
|
+
}, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, "focus"[], "focus", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
|
|
39
|
+
enablePlaceholder: {
|
|
40
|
+
type: BooleanConstructor;
|
|
41
|
+
default: boolean;
|
|
42
|
+
};
|
|
43
|
+
plateData: {
|
|
44
|
+
type: StringConstructor;
|
|
45
|
+
default: string;
|
|
46
|
+
};
|
|
47
|
+
useDiff: {
|
|
48
|
+
type: BooleanConstructor;
|
|
49
|
+
default: boolean;
|
|
50
|
+
};
|
|
51
|
+
cachePool: {
|
|
52
|
+
type: ObjectConstructor;
|
|
53
|
+
default: {};
|
|
54
|
+
};
|
|
55
|
+
sectionType: {
|
|
56
|
+
type: NumberConstructor;
|
|
57
|
+
default: QTWaterfallSectionType;
|
|
58
|
+
};
|
|
59
|
+
standItemType: {
|
|
60
|
+
type: NumberConstructor;
|
|
61
|
+
default: QTWaterfallItemType;
|
|
62
|
+
};
|
|
63
|
+
currentPageIndex: {
|
|
64
|
+
type: NumberConstructor;
|
|
65
|
+
default: number;
|
|
66
|
+
};
|
|
67
|
+
itemFocusScale: {
|
|
68
|
+
type: NumberConstructor;
|
|
69
|
+
default: number;
|
|
70
|
+
};
|
|
71
|
+
}>> & {
|
|
72
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
73
|
+
}, {
|
|
74
|
+
enablePlaceholder: boolean;
|
|
75
|
+
plateData: string;
|
|
76
|
+
useDiff: boolean;
|
|
77
|
+
cachePool: Record<string, any>;
|
|
78
|
+
sectionType: number;
|
|
79
|
+
standItemType: number;
|
|
80
|
+
currentPageIndex: number;
|
|
81
|
+
itemFocusScale: number;
|
|
82
|
+
}, {}>;
|
|
83
|
+
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").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{}>>, {}, {}>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
2
|
+
pluginKey: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
}, {
|
|
7
|
+
onFocus: (e: any) => void;
|
|
8
|
+
}, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, "focus"[], "focus", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
|
|
9
|
+
pluginKey: {
|
|
10
|
+
type: StringConstructor;
|
|
11
|
+
default: string;
|
|
12
|
+
};
|
|
13
|
+
}>> & {
|
|
14
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
15
|
+
}, {
|
|
16
|
+
pluginKey: string;
|
|
17
|
+
}, {}>;
|
|
18
|
+
export default _default;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { QTWaterfallSectionType } from "../core/QTWaterfallSectionType";
|
|
2
|
+
declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
3
|
+
plateTitleLeftMargin: {
|
|
4
|
+
type: NumberConstructor;
|
|
5
|
+
default: number;
|
|
6
|
+
};
|
|
7
|
+
type: {
|
|
8
|
+
type: NumberConstructor;
|
|
9
|
+
default: QTWaterfallSectionType;
|
|
10
|
+
};
|
|
11
|
+
}, {}, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
|
|
12
|
+
plateTitleLeftMargin: {
|
|
13
|
+
type: NumberConstructor;
|
|
14
|
+
default: number;
|
|
15
|
+
};
|
|
16
|
+
type: {
|
|
17
|
+
type: NumberConstructor;
|
|
18
|
+
default: QTWaterfallSectionType;
|
|
19
|
+
};
|
|
20
|
+
}>>, {
|
|
21
|
+
plateTitleLeftMargin: number;
|
|
22
|
+
type: number;
|
|
23
|
+
}, {}>;
|
|
24
|
+
export default _default;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
2
|
+
blockFocusDirections: {
|
|
3
|
+
type: ArrayConstructor;
|
|
4
|
+
default: () => string[];
|
|
5
|
+
};
|
|
6
|
+
}, {
|
|
7
|
+
onSectionBind: () => void;
|
|
8
|
+
}, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
|
|
9
|
+
blockFocusDirections: {
|
|
10
|
+
type: ArrayConstructor;
|
|
11
|
+
default: () => string[];
|
|
12
|
+
};
|
|
13
|
+
}>>, {
|
|
14
|
+
blockFocusDirections: unknown[];
|
|
15
|
+
}, {}>;
|
|
16
|
+
export default _default;
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
import { QTIView } from "../view/QTIView";
|
|
2
|
+
export interface QTIWebView extends QTIView {
|
|
3
|
+
loadUrl(url: string): void;
|
|
4
|
+
evaluateJavascript(value: string): Promise<string | undefined | null>;
|
|
5
|
+
canGoBack(): void;
|
|
6
|
+
goBack(): void;
|
|
7
|
+
canGoForward(): void;
|
|
8
|
+
goForward(): void;
|
|
9
|
+
canGoBackOrForward(steps: number): void;
|
|
10
|
+
goBackOrForward(steps: number): void;
|
|
11
|
+
onResume(): void;
|
|
12
|
+
onPause(): void;
|
|
13
|
+
pauseTimers(): void;
|
|
14
|
+
resumeTimers(): void;
|
|
15
|
+
destroy(): void;
|
|
16
|
+
setJavaScriptEnabled(value: boolean): void;
|
|
17
|
+
setPluginState(value: number): void;
|
|
18
|
+
setJavaScriptCanOpenWindowsAutomatically(value: boolean): void;
|
|
19
|
+
setUseWideViewPort(value: boolean): void;
|
|
20
|
+
setLoadWithOverviewMode(value: boolean): void;
|
|
21
|
+
setSupportZoom(value: boolean): void;
|
|
22
|
+
setBuiltInZoomControls(value: boolean): void;
|
|
23
|
+
setDisplayZoomControls(value: boolean): void;
|
|
24
|
+
setAllowFileAccess(value: boolean): void;
|
|
25
|
+
setDomStorageEnabled(value: boolean): void;
|
|
26
|
+
setDatabaseEnabled(value: boolean): void;
|
|
27
|
+
setAppCacheEnabled(value: boolean): void;
|
|
28
|
+
setAppCachePath(value: boolean): void;
|
|
29
|
+
setMediaPlaybackRequiresUserGesture(value: boolean): void;
|
|
30
|
+
setStandardFontFamily(value: string): void;
|
|
31
|
+
setFixedFontFamily(value: string): void;
|
|
32
|
+
setSansSerifFontFamily(value: string): void;
|
|
33
|
+
setSerifFontFamily(value: string): void;
|
|
34
|
+
setCursiveFontFamily(value: string): void;
|
|
35
|
+
setFantasyFontFamily(value: string): void;
|
|
36
|
+
setTextZoom(value: number): void;
|
|
37
|
+
setMinimumFontSize(value: number): void;
|
|
38
|
+
setDefaultFontSize(value: number): void;
|
|
39
|
+
setLayoutAlgorithm(value: number): void;
|
|
40
|
+
setLoadsImagesAutomatically(value: boolean): void;
|
|
41
|
+
setDefaultTextEncodingName(value: string): void;
|
|
42
|
+
setNeedInitialFocus(value: boolean): void;
|
|
43
|
+
setGeolocationEnabled(value: boolean): void;
|
|
44
|
+
setBlockNetworkLoads(value: boolean): void;
|
|
45
|
+
setSupportMultipleWindows(value: boolean): void;
|
|
46
|
+
setAppCacheMaxSize(value: number): void;
|
|
47
|
+
setRenderPriority(value: number): void;
|
|
48
|
+
setCacheMode(value: number): void;
|
|
49
|
+
setAllowContentAccess(value: boolean): void;
|
|
50
|
+
setEnableSmoothTransition(value: boolean): void;
|
|
51
|
+
setSaveFormData(value: boolean): void;
|
|
52
|
+
setSavePassword(value: boolean): void;
|
|
53
|
+
setTextSize(value: number): void;
|
|
54
|
+
setDefaultZoom(value: number): void;
|
|
55
|
+
setLightTouchEnabled(value: boolean): void;
|
|
56
|
+
setMinimumLogicalFontSize(value: number): any;
|
|
57
|
+
setDefaultFixedFontSize(value: number): void;
|
|
58
|
+
setBlockNetworkImage(value: boolean): void;
|
|
59
|
+
setAllowUniversalAccessFromFileURLs(value: boolean): void;
|
|
60
|
+
setAllowFileAccessFromFileURLs(value: boolean): void;
|
|
61
|
+
setDatabasePath(value: string): void;
|
|
62
|
+
setGeolocationDatabasePath(value: string): void;
|
|
63
|
+
setUserAgentString(value: string): void;
|
|
64
|
+
setMixedContentMode(value: number): void;
|
|
65
|
+
setOffscreenPreRaster(value: boolean): void;
|
|
66
|
+
setSafeBrowsingEnabled(value: boolean): void;
|
|
67
|
+
setForceDark(value: number): void;
|
|
68
|
+
setDisabledActionModeMenuItems(value: number): void;
|
|
69
|
+
}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
import { QTIView } from "../view/QTIView";
|
|
2
|
+
export interface QTIX5WebView extends QTIView {
|
|
3
|
+
loadUrl(url: string): void;
|
|
4
|
+
evaluateJavascript(value: string): Promise<string | undefined | null>;
|
|
5
|
+
canGoBack(): void;
|
|
6
|
+
goBack(): void;
|
|
7
|
+
canGoForward(): void;
|
|
8
|
+
goForward(): void;
|
|
9
|
+
canGoBackOrForward(steps: number): void;
|
|
10
|
+
goBackOrForward(steps: number): void;
|
|
11
|
+
onResume(): void;
|
|
12
|
+
onPause(): void;
|
|
13
|
+
pauseTimers(): void;
|
|
14
|
+
resumeTimers(): void;
|
|
15
|
+
destroy(): void;
|
|
16
|
+
setJavaScriptEnabled(value: boolean): void;
|
|
17
|
+
setPluginState(value: number): void;
|
|
18
|
+
setJavaScriptCanOpenWindowsAutomatically(value: boolean): void;
|
|
19
|
+
setUseWideViewPort(value: boolean): void;
|
|
20
|
+
setLoadWithOverviewMode(value: boolean): void;
|
|
21
|
+
setSupportZoom(value: boolean): void;
|
|
22
|
+
setBuiltInZoomControls(value: boolean): void;
|
|
23
|
+
setDisplayZoomControls(value: boolean): void;
|
|
24
|
+
setAllowFileAccess(value: boolean): void;
|
|
25
|
+
setDomStorageEnabled(value: boolean): void;
|
|
26
|
+
setDatabaseEnabled(value: boolean): void;
|
|
27
|
+
setAppCacheEnabled(value: boolean): void;
|
|
28
|
+
setAppCachePath(value: boolean): void;
|
|
29
|
+
setMediaPlaybackRequiresUserGesture(value: boolean): void;
|
|
30
|
+
setStandardFontFamily(value: string): void;
|
|
31
|
+
setFixedFontFamily(value: string): void;
|
|
32
|
+
setSansSerifFontFamily(value: string): void;
|
|
33
|
+
setSerifFontFamily(value: string): void;
|
|
34
|
+
setCursiveFontFamily(value: string): void;
|
|
35
|
+
setFantasyFontFamily(value: string): void;
|
|
36
|
+
setTextZoom(value: number): void;
|
|
37
|
+
setMinimumFontSize(value: number): void;
|
|
38
|
+
setDefaultFontSize(value: number): void;
|
|
39
|
+
setLayoutAlgorithm(value: number): void;
|
|
40
|
+
setLoadsImagesAutomatically(value: boolean): void;
|
|
41
|
+
setDefaultTextEncodingName(value: string): void;
|
|
42
|
+
setNeedInitialFocus(value: boolean): void;
|
|
43
|
+
setGeolocationEnabled(value: boolean): void;
|
|
44
|
+
setBlockNetworkLoads(value: boolean): void;
|
|
45
|
+
setSupportMultipleWindows(value: boolean): void;
|
|
46
|
+
setAppCacheMaxSize(value: number): void;
|
|
47
|
+
setRenderPriority(value: number): void;
|
|
48
|
+
setCacheMode(value: number): void;
|
|
49
|
+
setAllowContentAccess(value: boolean): void;
|
|
50
|
+
setEnableSmoothTransition(value: boolean): void;
|
|
51
|
+
setSaveFormData(value: boolean): void;
|
|
52
|
+
setSavePassword(value: boolean): void;
|
|
53
|
+
setTextSize(value: number): void;
|
|
54
|
+
setDefaultZoom(value: number): void;
|
|
55
|
+
setLightTouchEnabled(value: boolean): void;
|
|
56
|
+
setMinimumLogicalFontSize(value: number): any;
|
|
57
|
+
setDefaultFixedFontSize(value: number): void;
|
|
58
|
+
setBlockNetworkImage(value: boolean): void;
|
|
59
|
+
setAllowUniversalAccessFromFileURLs(value: boolean): void;
|
|
60
|
+
setAllowFileAccessFromFileURLs(value: boolean): void;
|
|
61
|
+
setDatabasePath(value: string): void;
|
|
62
|
+
setGeolocationDatabasePath(value: string): void;
|
|
63
|
+
setUserAgentString(value: string): void;
|
|
64
|
+
setMixedContentMode(value: number): void;
|
|
65
|
+
setOffscreenPreRaster(value: boolean): void;
|
|
66
|
+
setSafeBrowsingEnabled(value: boolean): void;
|
|
67
|
+
setForceDark(value: number): void;
|
|
68
|
+
setDisabledActionModeMenuItems(value: number): void;
|
|
69
|
+
}
|