@quicktvui/quicktvui3 1.0.49 → 1.0.50
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,9 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
clearFocus: () => void;
|
|
3
|
+
requestFocus: () => void;
|
|
4
|
+
requestFocusDirectly: () => void;
|
|
5
|
+
viewRef: import("vue").Ref<any>;
|
|
6
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "clearFocus"[], "clearFocus", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>> & {
|
|
7
|
+
onClearFocus?: ((...args: any[]) => any) | undefined;
|
|
8
|
+
}, {}, {}>;
|
|
9
|
+
export default _default;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { QTWaterfallSection } from "./QTWaterfallSection";
|
|
2
|
+
import { QTWaterfall } from "./QTWaterfall";
|
|
3
|
+
import { QTWaterfallItem } from "./QTWaterfallItem";
|
|
4
|
+
import { ESIView } from "@extscreen/es3-component";
|
|
5
|
+
export interface QTIWaterfall extends ESIView {
|
|
6
|
+
init(waterfall: QTWaterfall): any;
|
|
7
|
+
getSectionList(): Array<QTWaterfallSection>;
|
|
8
|
+
setSectionList(sections: Array<QTWaterfallSection>): void;
|
|
9
|
+
addSectionList(sections: Array<QTWaterfallSection>): void;
|
|
10
|
+
deleteSection(sectionIndex: number, count: number): void;
|
|
11
|
+
updateSection(sectionIndex: number, section: QTWaterfallSection): void;
|
|
12
|
+
updateSectionList(sectionIndex: number, count: number, sectionList: Array<QTWaterfallSection>): void;
|
|
13
|
+
getSection(sectionIndex: number): QTWaterfallSection | undefined;
|
|
14
|
+
addItemList(sectionIndex: number, itemList: Array<QTWaterfallItem>): void;
|
|
15
|
+
deleteItem(sectionIndex: number, itemIndex: number, count: number): void;
|
|
16
|
+
updateItem(sectionIndex: number, itemIndex: number, item: QTWaterfallItem): void;
|
|
17
|
+
updateItemList(sectionIndex: number, itemIndex: number, count: number, itemList: Array<QTWaterfallItem>): void;
|
|
18
|
+
getItem(sectionIndex: number, itemIndex: number): QTWaterfallItem | undefined;
|
|
19
|
+
clearPostTask(): void;
|
|
20
|
+
pausePostTask(): void;
|
|
21
|
+
resumePostTask(): void;
|
|
22
|
+
destroy(): void;
|
|
23
|
+
scrollToTop(): void;
|
|
24
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { QTWaterfallItem } from "./QTWaterfallItem";
|
|
2
|
+
import { QTWaterfallCardPlaceHolder } from "./QTWaterfallCardPlaceHolder";
|
|
3
|
+
export interface QTWaterfallCardItem extends QTWaterfallItem {
|
|
4
|
+
cardId: string;
|
|
5
|
+
cardPlaceHolder?: QTWaterfallCardPlaceHolder;
|
|
6
|
+
[prop: string]: any;
|
|
7
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { QTWaterfallSection } from "./QTWaterfallSection";
|
|
2
|
+
import { QTWaterfallFlexStyle } from "./QTWaterfallFlexStyle";
|
|
3
|
+
import { QTWaterfallCardPlaceHolder } from "./QTWaterfallCardPlaceHolder";
|
|
4
|
+
export interface QTWaterfallCardSection extends QTWaterfallSection {
|
|
5
|
+
cardId: string;
|
|
6
|
+
cardStyle: QTWaterfallFlexStyle;
|
|
7
|
+
cardPlaceHolder?: QTWaterfallCardPlaceHolder;
|
|
8
|
+
[prop: string]: any;
|
|
9
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { QTWaterfallItem } from "./QTWaterfallItem";
|
|
2
|
+
import { QTWaterfall } from "./QTWaterfall";
|
|
3
|
+
import { QTWaterfallSection } from "./QTWaterfallSection";
|
|
4
|
+
export declare function generateSectionList(waterfall: QTWaterfall, sectionList: Array<QTWaterfallSection>): Array<QTWaterfallItem>;
|
|
5
|
+
export declare function generateSection(waterfall: QTWaterfall, section: QTWaterfallSection): QTWaterfallSection;
|
|
@@ -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,13 @@
|
|
|
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
|
+
}
|
|
@@ -0,0 +1,85 @@
|
|
|
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
|
+
declare const _default: import("vue").DefineComponent<{
|
|
8
|
+
enablePlaceholder: {
|
|
9
|
+
type: BooleanConstructor;
|
|
10
|
+
default: boolean;
|
|
11
|
+
};
|
|
12
|
+
blockFocusDirections: {
|
|
13
|
+
type: ArrayConstructor;
|
|
14
|
+
default: () => string[];
|
|
15
|
+
};
|
|
16
|
+
vueSectionBlockFocusDirections: {
|
|
17
|
+
type: ArrayConstructor;
|
|
18
|
+
default: () => string[];
|
|
19
|
+
};
|
|
20
|
+
}, {
|
|
21
|
+
waterfallRef: import("vue").Ref<ESIListView | undefined>;
|
|
22
|
+
visibleType: import("vue").Ref<QTWaterfallVisibleType>;
|
|
23
|
+
init: (data: QTWaterfall) => void;
|
|
24
|
+
setAutoFocus: (tag: string, delay: number) => void;
|
|
25
|
+
getSectionList: () => Array<QTWaterfallSection>;
|
|
26
|
+
setSectionList: (sectionList: Array<QTWaterfallSection>) => void;
|
|
27
|
+
addSectionList: (sectionList: Array<QTWaterfallSection>) => void;
|
|
28
|
+
deleteSection: (position: number, count: number) => void;
|
|
29
|
+
updateSection: (sectionIndex: number, section: QTWaterfallSection) => void;
|
|
30
|
+
updateSectionList: (sectionIndex: number, count: number, sectionList: Array<QTWaterfallSection>) => void;
|
|
31
|
+
getSection: (sectionIndex: number) => QTWaterfallSection | undefined;
|
|
32
|
+
addItemList: (sectionIndex: number, itemList: Array<QTWaterfallItem>) => void;
|
|
33
|
+
deleteItem: (sectionIndex: number, position: number, count: number) => void;
|
|
34
|
+
updateItem: (sectionIndex: number, itemIndex: number, item: QTWaterfallItem) => void;
|
|
35
|
+
updateItemList: (sectionIndex: number, itemIndex: number, count: number, itemList: Array<QTWaterfallItem>) => void;
|
|
36
|
+
getItem: (sectionIndex: number, itemIndex: number) => QTWaterfallItem | undefined;
|
|
37
|
+
cachePool: {
|
|
38
|
+
name: string;
|
|
39
|
+
size: {
|
|
40
|
+
20008: number;
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
flexCachePool: {
|
|
44
|
+
name: string;
|
|
45
|
+
size: {
|
|
46
|
+
1: number;
|
|
47
|
+
};
|
|
48
|
+
};
|
|
49
|
+
onScroll: (e: any) => void;
|
|
50
|
+
onItemClick: (e: QTWaterfallEvent) => void;
|
|
51
|
+
onItemFocused: (e: QTWaterfallEvent) => void;
|
|
52
|
+
onSectionBind: (e: any) => void;
|
|
53
|
+
onSectionAttached: (e: any) => void;
|
|
54
|
+
onScrollStateChanged: (e: any) => void;
|
|
55
|
+
resumePostTask: () => void;
|
|
56
|
+
pausePostTask: () => void;
|
|
57
|
+
clearPostTask: () => void;
|
|
58
|
+
destroy: () => void;
|
|
59
|
+
scrollToTop: () => void;
|
|
60
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onScroll" | "onScrollStateChanged" | "onItemClick" | "onItemFocused" | "onSectionBind" | "onSectionAttached")[], "onScroll" | "onScrollStateChanged" | "onItemClick" | "onItemFocused" | "onSectionBind" | "onSectionAttached", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
61
|
+
enablePlaceholder: {
|
|
62
|
+
type: BooleanConstructor;
|
|
63
|
+
default: boolean;
|
|
64
|
+
};
|
|
65
|
+
blockFocusDirections: {
|
|
66
|
+
type: ArrayConstructor;
|
|
67
|
+
default: () => string[];
|
|
68
|
+
};
|
|
69
|
+
vueSectionBlockFocusDirections: {
|
|
70
|
+
type: ArrayConstructor;
|
|
71
|
+
default: () => string[];
|
|
72
|
+
};
|
|
73
|
+
}>> & {
|
|
74
|
+
onOnScroll?: ((...args: any[]) => any) | undefined;
|
|
75
|
+
onOnScrollStateChanged?: ((...args: any[]) => any) | undefined;
|
|
76
|
+
onOnItemClick?: ((...args: any[]) => any) | undefined;
|
|
77
|
+
onOnItemFocused?: ((...args: any[]) => any) | undefined;
|
|
78
|
+
onOnSectionBind?: ((...args: any[]) => any) | undefined;
|
|
79
|
+
onOnSectionAttached?: ((...args: any[]) => any) | undefined;
|
|
80
|
+
}, {
|
|
81
|
+
enablePlaceholder: boolean;
|
|
82
|
+
blockFocusDirections: unknown[];
|
|
83
|
+
vueSectionBlockFocusDirections: unknown[];
|
|
84
|
+
}, {}>;
|
|
85
|
+
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").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, 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").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, 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").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, 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").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{}>>, {}, {}>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,81 @@
|
|
|
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, {}, string, import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, 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
|
+
enablePlaceholder: boolean;
|
|
73
|
+
plateData: string;
|
|
74
|
+
useDiff: boolean;
|
|
75
|
+
cachePool: Record<string, any>;
|
|
76
|
+
sectionType: number;
|
|
77
|
+
standItemType: number;
|
|
78
|
+
currentPageIndex: number;
|
|
79
|
+
itemFocusScale: number;
|
|
80
|
+
}, {}>;
|
|
81
|
+
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,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").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, 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").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, 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,68 @@
|
|
|
1
|
+
export interface QTIWebView {
|
|
2
|
+
loadUrl(url: string): any;
|
|
3
|
+
evaluateJavascript(value: string): any;
|
|
4
|
+
canGoBack(): any;
|
|
5
|
+
goBack(): any;
|
|
6
|
+
canGoForward(): any;
|
|
7
|
+
goForward(): any;
|
|
8
|
+
canGoBackOrForward(steps: number): any;
|
|
9
|
+
goBackOrForward(steps: number): any;
|
|
10
|
+
onResume(): any;
|
|
11
|
+
onPause(): any;
|
|
12
|
+
pauseTimers(): any;
|
|
13
|
+
resumeTimers(): any;
|
|
14
|
+
destroy(): any;
|
|
15
|
+
setJavaScriptEnabled(value: boolean): any;
|
|
16
|
+
setPluginState(value: number): any;
|
|
17
|
+
setJavaScriptCanOpenWindowsAutomatically(value: boolean): any;
|
|
18
|
+
setUseWideViewPort(value: boolean): any;
|
|
19
|
+
setLoadWithOverviewMode(value: boolean): any;
|
|
20
|
+
setSupportZoom(value: boolean): any;
|
|
21
|
+
setBuiltInZoomControls(value: boolean): any;
|
|
22
|
+
setDisplayZoomControls(value: boolean): any;
|
|
23
|
+
setAllowFileAccess(value: boolean): any;
|
|
24
|
+
setDomStorageEnabled(value: boolean): any;
|
|
25
|
+
setDatabaseEnabled(value: boolean): any;
|
|
26
|
+
setAppCacheEnabled(value: boolean): any;
|
|
27
|
+
setAppCachePath(value: boolean): any;
|
|
28
|
+
setMediaPlaybackRequiresUserGesture(value: boolean): any;
|
|
29
|
+
setStandardFontFamily(value: string): any;
|
|
30
|
+
setFixedFontFamily(value: string): any;
|
|
31
|
+
setSansSerifFontFamily(value: string): any;
|
|
32
|
+
setSerifFontFamily(value: string): any;
|
|
33
|
+
setCursiveFontFamily(value: string): any;
|
|
34
|
+
setFantasyFontFamily(value: string): any;
|
|
35
|
+
setTextZoom(value: number): any;
|
|
36
|
+
setMinimumFontSize(value: number): any;
|
|
37
|
+
setDefaultFontSize(value: number): any;
|
|
38
|
+
setLayoutAlgorithm(value: number): any;
|
|
39
|
+
setLoadsImagesAutomatically(value: boolean): any;
|
|
40
|
+
setDefaultTextEncodingName(value: string): any;
|
|
41
|
+
setNeedInitialFocus(value: boolean): any;
|
|
42
|
+
setGeolocationEnabled(value: boolean): any;
|
|
43
|
+
setBlockNetworkLoads(value: boolean): any;
|
|
44
|
+
setSupportMultipleWindows(value: boolean): any;
|
|
45
|
+
setAppCacheMaxSize(value: number): any;
|
|
46
|
+
setRenderPriority(value: number): any;
|
|
47
|
+
setCacheMode(value: number): any;
|
|
48
|
+
setAllowContentAccess(value: boolean): any;
|
|
49
|
+
setEnableSmoothTransition(value: boolean): any;
|
|
50
|
+
setSaveFormData(value: boolean): any;
|
|
51
|
+
setSavePassword(value: boolean): any;
|
|
52
|
+
setTextSize(value: number): any;
|
|
53
|
+
setDefaultZoom(value: number): any;
|
|
54
|
+
setLightTouchEnabled(value: boolean): any;
|
|
55
|
+
setMinimumLogicalFontSize(value: number): any;
|
|
56
|
+
setDefaultFixedFontSize(value: number): any;
|
|
57
|
+
setBlockNetworkImage(value: boolean): any;
|
|
58
|
+
setAllowUniversalAccessFromFileURLs(value: boolean): any;
|
|
59
|
+
setAllowFileAccessFromFileURLs(value: boolean): any;
|
|
60
|
+
setDatabasePath(value: string): any;
|
|
61
|
+
setGeolocationDatabasePath(value: string): any;
|
|
62
|
+
setUserAgentString(value: string): any;
|
|
63
|
+
setMixedContentMode(value: number): any;
|
|
64
|
+
setOffscreenPreRaster(value: boolean): any;
|
|
65
|
+
setSafeBrowsingEnabled(value: boolean): any;
|
|
66
|
+
setForceDark(value: number): any;
|
|
67
|
+
setDisabledActionModeMenuItems(value: number): any;
|
|
68
|
+
}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
export interface QTIX5WebView {
|
|
2
|
+
loadUrl(url: string): any;
|
|
3
|
+
evaluateJavascript(value: string): any;
|
|
4
|
+
canGoBack(): any;
|
|
5
|
+
goBack(): any;
|
|
6
|
+
canGoForward(): any;
|
|
7
|
+
goForward(): any;
|
|
8
|
+
canGoBackOrForward(steps: number): any;
|
|
9
|
+
goBackOrForward(steps: number): any;
|
|
10
|
+
onResume(): any;
|
|
11
|
+
onPause(): any;
|
|
12
|
+
pauseTimers(): any;
|
|
13
|
+
resumeTimers(): any;
|
|
14
|
+
destroy(): any;
|
|
15
|
+
setJavaScriptEnabled(value: boolean): any;
|
|
16
|
+
setPluginState(value: number): any;
|
|
17
|
+
setJavaScriptCanOpenWindowsAutomatically(value: boolean): any;
|
|
18
|
+
setUseWideViewPort(value: boolean): any;
|
|
19
|
+
setLoadWithOverviewMode(value: boolean): any;
|
|
20
|
+
setSupportZoom(value: boolean): any;
|
|
21
|
+
setBuiltInZoomControls(value: boolean): any;
|
|
22
|
+
setDisplayZoomControls(value: boolean): any;
|
|
23
|
+
setAllowFileAccess(value: boolean): any;
|
|
24
|
+
setDomStorageEnabled(value: boolean): any;
|
|
25
|
+
setDatabaseEnabled(value: boolean): any;
|
|
26
|
+
setAppCacheEnabled(value: boolean): any;
|
|
27
|
+
setAppCachePath(value: boolean): any;
|
|
28
|
+
setMediaPlaybackRequiresUserGesture(value: boolean): any;
|
|
29
|
+
setStandardFontFamily(value: string): any;
|
|
30
|
+
setFixedFontFamily(value: string): any;
|
|
31
|
+
setSansSerifFontFamily(value: string): any;
|
|
32
|
+
setSerifFontFamily(value: string): any;
|
|
33
|
+
setCursiveFontFamily(value: string): any;
|
|
34
|
+
setFantasyFontFamily(value: string): any;
|
|
35
|
+
setTextZoom(value: number): any;
|
|
36
|
+
setMinimumFontSize(value: number): any;
|
|
37
|
+
setDefaultFontSize(value: number): any;
|
|
38
|
+
setLayoutAlgorithm(value: number): any;
|
|
39
|
+
setLoadsImagesAutomatically(value: boolean): any;
|
|
40
|
+
setDefaultTextEncodingName(value: string): any;
|
|
41
|
+
setNeedInitialFocus(value: boolean): any;
|
|
42
|
+
setGeolocationEnabled(value: boolean): any;
|
|
43
|
+
setBlockNetworkLoads(value: boolean): any;
|
|
44
|
+
setSupportMultipleWindows(value: boolean): any;
|
|
45
|
+
setAppCacheMaxSize(value: number): any;
|
|
46
|
+
setRenderPriority(value: number): any;
|
|
47
|
+
setCacheMode(value: number): any;
|
|
48
|
+
setAllowContentAccess(value: boolean): any;
|
|
49
|
+
setEnableSmoothTransition(value: boolean): any;
|
|
50
|
+
setSaveFormData(value: boolean): any;
|
|
51
|
+
setSavePassword(value: boolean): any;
|
|
52
|
+
setTextSize(value: number): any;
|
|
53
|
+
setDefaultZoom(value: number): any;
|
|
54
|
+
setLightTouchEnabled(value: boolean): any;
|
|
55
|
+
setMinimumLogicalFontSize(value: number): any;
|
|
56
|
+
setDefaultFixedFontSize(value: number): any;
|
|
57
|
+
setBlockNetworkImage(value: boolean): any;
|
|
58
|
+
setAllowUniversalAccessFromFileURLs(value: boolean): any;
|
|
59
|
+
setAllowFileAccessFromFileURLs(value: boolean): any;
|
|
60
|
+
setDatabasePath(value: string): any;
|
|
61
|
+
setGeolocationDatabasePath(value: string): any;
|
|
62
|
+
setUserAgentString(value: string): any;
|
|
63
|
+
setMixedContentMode(value: number): any;
|
|
64
|
+
setOffscreenPreRaster(value: boolean): any;
|
|
65
|
+
setSafeBrowsingEnabled(value: boolean): any;
|
|
66
|
+
setForceDark(value: number): any;
|
|
67
|
+
setDisabledActionModeMenuItems(value: number): any;
|
|
68
|
+
initJavaScriptInterface(): any;
|
|
69
|
+
removeJavaScriptInterface(): any;
|
|
70
|
+
initWebViewFocus(delayTime: number, x: number, y: number): any;
|
|
71
|
+
}
|