@quicktvui/quicktvui3 1.0.46 → 1.0.47

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.
Files changed (125) hide show
  1. package/dist/index.css +513 -0
  2. package/dist/index.js +2 -0
  3. package/dist/src/animation/QTAnimation.d.ts +3 -0
  4. package/dist/src/animation/QTIAnimation.d.ts +40 -0
  5. package/dist/src/animation/types.d.ts +40 -0
  6. package/dist/src/button/index.vue.d.ts +144 -0
  7. package/dist/src/classified-list-view/core/QTClassifiedListView.d.ts +10 -0
  8. package/dist/src/classified-list-view/core/QTClassifiedListViewItem.d.ts +9 -0
  9. package/dist/src/classified-list-view/core/QTClassifiedListViewItemDecoration.d.ts +6 -0
  10. package/dist/src/classified-list-view/index.vue.d.ts +80 -0
  11. package/dist/src/collapse/core/QTCollapse.d.ts +8 -0
  12. package/dist/src/collapse/core/QTCollapseItem.d.ts +5 -0
  13. package/dist/src/collapse/core/QTICollapse.d.ts +7 -0
  14. package/dist/src/collapse/core/QTICollapseItem.d.ts +3 -0
  15. package/dist/src/collapse/index.vue.d.ts +31 -0
  16. package/dist/src/core/QTDirections.d.ts +6 -0
  17. package/dist/src/core/QTFlexStyleBackground.d.ts +3 -0
  18. package/dist/src/core/QTFlexStyleCoordinate.d.ts +4 -0
  19. package/dist/src/core/QTFlexStyleDecoration.d.ts +6 -0
  20. package/dist/src/core/QTFlexStyleGradientBackground.d.ts +4 -0
  21. package/dist/src/core/QTFlexStyleMargin.d.ts +7 -0
  22. package/dist/src/core/QTFlexStylePadding.d.ts +7 -0
  23. package/dist/src/core/QTFlexStylePosition.d.ts +6 -0
  24. package/dist/src/core/QTFlexStyleSize.d.ts +4 -0
  25. package/dist/src/core/QTFlexStyleSpacing.d.ts +3 -0
  26. package/dist/src/core/QTFlexStyleText.d.ts +4 -0
  27. package/dist/src/core/QTVisibility.d.ts +5 -0
  28. package/dist/src/dialog/QTDialog.d.ts +3 -0
  29. package/dist/src/grid-view/core/QTGridView.d.ts +21 -0
  30. package/dist/src/grid-view/core/QTGridViewItem.d.ts +6 -0
  31. package/dist/src/grid-view/core/QTGridViewItemDecoration.d.ts +6 -0
  32. package/dist/src/grid-view/core/QTGridViewItemFunctionParams.d.ts +6 -0
  33. package/dist/src/grid-view/index.vue.d.ts +110 -0
  34. package/dist/src/image/index.vue.d.ts +2 -0
  35. package/dist/src/index.d.ts +78 -0
  36. package/dist/src/list-item/ESListItemComponent.d.ts +3 -0
  37. package/dist/src/list-view/QTListViewComponent.d.ts +3 -0
  38. package/dist/src/list-view/core/QTIListView.d.ts +22 -0
  39. package/dist/src/list-view/core/QTListViewItem.d.ts +9 -0
  40. package/dist/src/list-view/core/QTListViewItemDecoration.d.ts +6 -0
  41. package/dist/src/list-view/core/QTListViewItemFunctionParams.d.ts +6 -0
  42. package/dist/src/list-view/core/QTListViewItemState.d.ts +7 -0
  43. package/dist/src/loading/QTLoadingView.d.ts +3 -0
  44. package/dist/src/nav-bar/QTINavBar.d.ts +5 -0
  45. package/dist/src/nav-bar/QTNavBar.d.ts +6 -0
  46. package/dist/src/nav-bar/QTNavBarItem.d.ts +6 -0
  47. package/dist/src/nav-bar/QTNavBarItemType.d.ts +3 -0
  48. package/dist/src/nav-bar/index.vue.d.ts +75 -0
  49. package/dist/src/poster/core/QTPoster.d.ts +25 -0
  50. package/dist/src/poster/core/QTPosterCorner.d.ts +6 -0
  51. package/dist/src/poster/core/QTPosterElement.d.ts +5 -0
  52. package/dist/src/poster/core/QTPosterImage.d.ts +4 -0
  53. package/dist/src/poster/core/QTPosterRipple.d.ts +8 -0
  54. package/dist/src/poster/core/QTPosterScore.d.ts +9 -0
  55. package/dist/src/poster/core/QTPosterShadow.d.ts +3 -0
  56. package/dist/src/poster/core/QTPosterShimmer.d.ts +3 -0
  57. package/dist/src/poster/core/QTPosterTitle.d.ts +12 -0
  58. package/dist/src/poster/index.vue.d.ts +61 -0
  59. package/dist/src/progressbar/QTIProgressBar.d.ts +132 -0
  60. package/dist/src/progressbar/QTProgressBar.d.ts +3 -0
  61. package/dist/src/qrcode/QTQRCodeView.d.ts +3 -0
  62. package/dist/src/section/index.vue.d.ts +4 -0
  63. package/dist/src/seekbar/QTISeekBar.d.ts +136 -0
  64. package/dist/src/seekbar/QTSeekBar.d.ts +3 -0
  65. package/dist/src/series/DataAdapter.d.ts +25 -0
  66. package/dist/src/series/QTIMediaSeries.d.ts +17 -0
  67. package/dist/src/series/QTMediaSeries.d.ts +5 -0
  68. package/dist/src/series/QTMediaSeriesData.d.ts +5 -0
  69. package/dist/src/series/QTMediaSeriesEvent.d.ts +6 -0
  70. package/dist/src/series/QTMediaSeriesGroup.d.ts +4 -0
  71. package/dist/src/series/QTMediaSeriesStyleType.d.ts +4 -0
  72. package/dist/src/series/QTMediaSeriesType.d.ts +6 -0
  73. package/dist/src/series/component/media-series.vue.d.ts +81 -0
  74. package/dist/src/series/index.vue.d.ts +38 -0
  75. package/dist/src/series/item/media-series-number-item.vue.d.ts +14 -0
  76. package/dist/src/series/item/media-series-text-item.vue.d.ts +14 -0
  77. package/dist/src/tab/QTITab.d.ts +43 -0
  78. package/dist/src/tab/QTTab.d.ts +6 -0
  79. package/dist/src/tab/QTTabDataManager.d.ts +26 -0
  80. package/dist/src/tab/QTTabEvent.d.ts +9 -0
  81. package/dist/src/tab/QTTabEventParams.d.ts +10 -0
  82. package/dist/src/tab/QTTabIndex.d.ts +7 -0
  83. package/dist/src/tab/QTTabItem.d.ts +4 -0
  84. package/dist/src/tab/QTTabItemType.d.ts +3 -0
  85. package/dist/src/tab/QTTabPage.d.ts +4 -0
  86. package/dist/src/tab/QTTabPageData.d.ts +8 -0
  87. package/dist/src/tab/QTTabPageDataState.d.ts +5 -0
  88. package/dist/src/tab/QTTabPageState.d.ts +6 -0
  89. package/dist/src/tab/index.vue.d.ts +316 -0
  90. package/dist/src/text/index.vue.d.ts +2 -0
  91. package/dist/src/utils/utils.d.ts +4 -0
  92. package/dist/src/view/QTIView.d.ts +6 -0
  93. package/dist/src/view/index.vue.d.ts +9 -0
  94. package/dist/src/waterfall/core/QTIWaterfall.d.ts +24 -0
  95. package/dist/src/waterfall/core/QTScrollState.d.ts +5 -0
  96. package/dist/src/waterfall/core/QTWaterfall.d.ts +7 -0
  97. package/dist/src/waterfall/core/QTWaterfallCardItem.d.ts +7 -0
  98. package/dist/src/waterfall/core/QTWaterfallCardPlaceHolder.d.ts +8 -0
  99. package/dist/src/waterfall/core/QTWaterfallCardSection.d.ts +9 -0
  100. package/dist/src/waterfall/core/QTWaterfallDataAdapter.d.ts +5 -0
  101. package/dist/src/waterfall/core/QTWaterfallDataManager.d.ts +18 -0
  102. package/dist/src/waterfall/core/QTWaterfallEvent.d.ts +8 -0
  103. package/dist/src/waterfall/core/QTWaterfallFlexStyle.d.ts +9 -0
  104. package/dist/src/waterfall/core/QTWaterfallIndex.d.ts +6 -0
  105. package/dist/src/waterfall/core/QTWaterfallItem.d.ts +6 -0
  106. package/dist/src/waterfall/core/QTWaterfallItemType.d.ts +6 -0
  107. package/dist/src/waterfall/core/QTWaterfallPlaceholder.d.ts +3 -0
  108. package/dist/src/waterfall/core/QTWaterfallSection.d.ts +13 -0
  109. package/dist/src/waterfall/core/QTWaterfallSectionType.d.ts +13 -0
  110. package/dist/src/waterfall/core/QTWaterfallTabItem.d.ts +7 -0
  111. package/dist/src/waterfall/core/QTWaterfallVisibleType.d.ts +5 -0
  112. package/dist/src/waterfall/index.vue.d.ts +85 -0
  113. package/dist/src/waterfall/item/card-item.vue.d.ts +4 -0
  114. package/dist/src/waterfall/section/blank-section.vue.d.ts +2 -0
  115. package/dist/src/waterfall/section/card-section.vue.d.ts +4 -0
  116. package/dist/src/waterfall/section/end-section.vue.d.ts +2 -0
  117. package/dist/src/waterfall/section/flex-section.vue.d.ts +72 -0
  118. package/dist/src/waterfall/section/loading-section.vue.d.ts +2 -0
  119. package/dist/src/waterfall/section/section-title.vue.d.ts +24 -0
  120. package/dist/src/waterfall/section/vue-section.vue.d.ts +16 -0
  121. package/dist/src/webview/QTIWebView.d.ts +68 -0
  122. package/dist/src/webview/QTWebView.d.ts +3 -0
  123. package/dist/src/x5webview/QTIX5WebView.d.ts +71 -0
  124. package/dist/src/x5webview/QTX5WebView.d.ts +3 -0
  125. package/package.json +1 -1
@@ -0,0 +1,4 @@
1
+ declare function capitalize(str: any): string;
2
+ declare function arrangeChildren4ListView(children: any, gap: any, isVertical?: boolean): void;
3
+ declare function deepClone(data: any): any;
4
+ export { capitalize, arrangeChildren4ListView, deepClone };
@@ -0,0 +1,6 @@
1
+ import { ESIView } from "@extscreen/es3-component";
2
+ export interface QTIView extends ESIView {
3
+ requestFocus(): void;
4
+ clearFocus(): void;
5
+ requestFocusDirectly(): void;
6
+ }
@@ -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,5 @@
1
+ export declare enum QTScrollState {
2
+ SCROLL_STATE_IDLE = 0,
3
+ SCROLL_STATE_DRAGGING = 1,
4
+ SCROLL_STATE_SETTLING = 2
5
+ }
@@ -0,0 +1,7 @@
1
+ import { QTWaterfallVisibleType } from "./QTWaterfallVisibleType";
2
+ export interface QTWaterfall {
3
+ width: number;
4
+ height: number;
5
+ visibleType?: QTWaterfallVisibleType;
6
+ [prop: string]: any;
7
+ }
@@ -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,8 @@
1
+ export interface QTWaterfallCardPlaceHolder {
2
+ enable?: boolean;
3
+ radius?: number;
4
+ rect?: Array<number>;
5
+ focusable?: boolean;
6
+ focusScale?: number;
7
+ [prop: string]: any;
8
+ }
@@ -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,8 @@
1
+ import { QTWaterfallItem } from "./QTWaterfallItem";
2
+ export interface QTWaterfallEvent {
3
+ position: number;
4
+ parentPosition: number;
5
+ item: QTWaterfallItem;
6
+ isFocused: boolean;
7
+ hasFocus: boolean;
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 { 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,6 @@
1
+ export interface QTWaterfallIndex {
2
+ sectionIndex: number;
3
+ sectionCount: number;
4
+ itemIndex: number;
5
+ itemCount: number;
6
+ }
@@ -0,0 +1,6 @@
1
+ import { QTListViewItem } from "../../list-view/core/QTListViewItem";
2
+ import { QTWaterfallFlexStyle } from "./QTWaterfallFlexStyle";
3
+ export interface QTWaterfallItem extends QTListViewItem {
4
+ style: QTWaterfallFlexStyle;
5
+ [prop: string]: any;
6
+ }
@@ -0,0 +1,6 @@
1
+ export declare enum QTWaterfallItemType {
2
+ QT_WATERFALL_ITEM_TYPE_POSTER = 10001,
3
+ QT_WATERFALL_ITEM_TYPE_TAB = 10002,
4
+ QT_WATERFALL_ITEM_TYPE_CARD = 10003,
5
+ QT_WATERFALL_ITEM_TYPE_BLANK = -10000
6
+ }
@@ -0,0 +1,3 @@
1
+ export interface QTWaterfallPlaceholder {
2
+ enable: boolean;
3
+ }
@@ -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,7 @@
1
+ import { QTWaterfallFlexStyle } from "./QTWaterfallFlexStyle";
2
+ import { QTWaterfallItem } from "./QTWaterfallItem";
3
+ export interface QTWaterfallTabItem extends QTWaterfallItem {
4
+ text: string;
5
+ textStyle?: QTWaterfallFlexStyle;
6
+ [prop: string]: any;
7
+ }
@@ -0,0 +1,5 @@
1
+ export declare enum QTWaterfallVisibleType {
2
+ QT_WATERFALL_VISIBLE_TYPE_NONE = "none",
3
+ QT_WATERFALL_VISIBLE_TYPE_NORMAL = "normal",
4
+ QT_WATERFALL_VISIBLE_TYPE_CENTER = "center"
5
+ }
@@ -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,72 @@
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
+ }, {
33
+ onFocus: (e: any) => void;
34
+ }, 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<{
35
+ enablePlaceholder: {
36
+ type: BooleanConstructor;
37
+ default: boolean;
38
+ };
39
+ plateData: {
40
+ type: StringConstructor;
41
+ default: string;
42
+ };
43
+ useDiff: {
44
+ type: BooleanConstructor;
45
+ default: boolean;
46
+ };
47
+ cachePool: {
48
+ type: ObjectConstructor;
49
+ default: {};
50
+ };
51
+ sectionType: {
52
+ type: NumberConstructor;
53
+ default: QTWaterfallSectionType;
54
+ };
55
+ standItemType: {
56
+ type: NumberConstructor;
57
+ default: QTWaterfallItemType;
58
+ };
59
+ currentPageIndex: {
60
+ type: NumberConstructor;
61
+ default: number;
62
+ };
63
+ }>>, {
64
+ enablePlaceholder: boolean;
65
+ plateData: string;
66
+ useDiff: boolean;
67
+ cachePool: Record<string, any>;
68
+ sectionType: number;
69
+ standItemType: number;
70
+ currentPageIndex: number;
71
+ }, {}>;
72
+ 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,3 @@
1
+ import { ESApp } from "@extscreen/es3-vue";
2
+ declare function registerQTWebView(app: ESApp): void;
3
+ export default registerQTWebView;
@@ -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
+ }
@@ -0,0 +1,3 @@
1
+ import { ESApp } from "@extscreen/es3-vue";
2
+ declare function registerQTX5WebView(app: ESApp): void;
3
+ export default registerQTX5WebView;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quicktvui/quicktvui3",
3
- "version": "1.0.46",
3
+ "version": "1.0.47",
4
4
  "description": "ExtScreen framework",
5
5
  "author": "ExtScreen Team",
6
6
  "homepage": "http://extscreen.com",