@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.
Files changed (176) hide show
  1. package/dist/index.css +690 -0
  2. package/dist/index.js +20 -0
  3. package/dist/src/animation/QTAnimation.d.ts +3 -0
  4. package/dist/src/animation/QTIAnimation.d.ts +41 -0
  5. package/dist/src/animation/types.d.ts +40 -0
  6. package/dist/src/app/QTAppIcon.d.ts +3 -0
  7. package/dist/src/app/QTIAppIcon.d.ts +4 -0
  8. package/dist/src/base/QTIBaseView.d.ts +9 -0
  9. package/dist/src/base/useBaseView.d.ts +10 -0
  10. package/dist/src/button/QTIButton.d.ts +3 -0
  11. package/dist/src/button/index.vue.d.ts +148 -0
  12. package/dist/src/classified-list-view/core/QTClassifiedListViewItem.d.ts +9 -0
  13. package/dist/src/classified-list-view/core/QTClassifiedListViewItemDecoration.d.ts +6 -0
  14. package/dist/src/classified-list-view/core/QTIClassifiedListView.d.ts +11 -0
  15. package/dist/src/classified-list-view/index.vue.d.ts +86 -0
  16. package/dist/src/collapse/core/QTCollapse.d.ts +8 -0
  17. package/dist/src/collapse/core/QTCollapseItem.d.ts +5 -0
  18. package/dist/src/collapse/core/QTICollapse.d.ts +10 -0
  19. package/dist/src/collapse/core/QTICollapseItem.d.ts +4 -0
  20. package/dist/src/collapse/index.vue.d.ts +28 -0
  21. package/dist/src/column/QTIColumn.d.ts +3 -0
  22. package/dist/src/core/QTDirections.d.ts +6 -0
  23. package/dist/src/core/QTFlexStyleBackground.d.ts +3 -0
  24. package/dist/src/core/QTFlexStyleCoordinate.d.ts +4 -0
  25. package/dist/src/core/QTFlexStyleDecoration.d.ts +6 -0
  26. package/dist/src/core/QTFlexStyleGradientBackground.d.ts +4 -0
  27. package/dist/src/core/QTFlexStyleMargin.d.ts +7 -0
  28. package/dist/src/core/QTFlexStylePadding.d.ts +7 -0
  29. package/dist/src/core/QTFlexStylePosition.d.ts +6 -0
  30. package/dist/src/core/QTFlexStyleSize.d.ts +4 -0
  31. package/dist/src/core/QTFlexStyleSpacing.d.ts +3 -0
  32. package/dist/src/core/QTFlexStyleText.d.ts +4 -0
  33. package/dist/src/core/QTFocusable.d.ts +5 -0
  34. package/dist/src/core/QTVisibility.d.ts +5 -0
  35. package/dist/src/dialog/QTDialog.d.ts +3 -0
  36. package/dist/src/dialog/QTIDialog.d.ts +3 -0
  37. package/dist/src/gradient/QTGradient.d.ts +13 -0
  38. package/dist/src/gradient/QTGradientOrientation.d.ts +10 -0
  39. package/dist/src/gradient/QTGradientShape.d.ts +6 -0
  40. package/dist/src/gradient/QTGradientType.d.ts +5 -0
  41. package/dist/src/grid-view/core/QTGridViewItem.d.ts +6 -0
  42. package/dist/src/grid-view/core/QTGridViewItemDecoration.d.ts +6 -0
  43. package/dist/src/grid-view/core/QTGridViewItemFunctionParams.d.ts +6 -0
  44. package/dist/src/grid-view/core/QTIGridView.d.ts +22 -0
  45. package/dist/src/grid-view/index.vue.d.ts +141 -0
  46. package/dist/src/image/QTIImage.d.ts +3 -0
  47. package/dist/src/image/index.vue.d.ts +9 -0
  48. package/dist/src/index.d.ts +112 -0
  49. package/dist/src/list-item/ESListItemComponent.d.ts +3 -0
  50. package/dist/src/list-view/QTListViewComponent.d.ts +3 -0
  51. package/dist/src/list-view/core/QTIListView.d.ts +22 -0
  52. package/dist/src/list-view/core/QTListViewItem.d.ts +9 -0
  53. package/dist/src/list-view/core/QTListViewItemDecoration.d.ts +6 -0
  54. package/dist/src/list-view/core/QTListViewItemFunctionParams.d.ts +6 -0
  55. package/dist/src/list-view/core/QTListViewItemState.d.ts +7 -0
  56. package/dist/src/loading/QTILoadingView.d.ts +3 -0
  57. package/dist/src/loading/QTLoadingView.d.ts +3 -0
  58. package/dist/src/lottie/QTILottieView.d.ts +32 -0
  59. package/dist/src/lottie/QTLottieAsyncUpdates.d.ts +5 -0
  60. package/dist/src/lottie/QTLottieRenderMode.d.ts +5 -0
  61. package/dist/src/lottie/QTLottieRepeatMode.d.ts +5 -0
  62. package/dist/src/lottie/QTLottieView.d.ts +3 -0
  63. package/dist/src/nav-bar/QTINavBar.d.ts +5 -0
  64. package/dist/src/nav-bar/QTNavBar.d.ts +6 -0
  65. package/dist/src/nav-bar/QTNavBarItem.d.ts +6 -0
  66. package/dist/src/nav-bar/QTNavBarItemType.d.ts +3 -0
  67. package/dist/src/nav-bar/index.vue.d.ts +116 -0
  68. package/dist/src/plugin/QTIPluginView.d.ts +9 -0
  69. package/dist/src/plugin/QTPluginView.d.ts +3 -0
  70. package/dist/src/poster/core/QTIPoster.d.ts +3 -0
  71. package/dist/src/poster/core/QTPoster.d.ts +30 -0
  72. package/dist/src/poster/core/QTPosterCorner.d.ts +7 -0
  73. package/dist/src/poster/core/QTPosterElement.d.ts +5 -0
  74. package/dist/src/poster/core/QTPosterImage.d.ts +4 -0
  75. package/dist/src/poster/core/QTPosterPlaceholderImg.d.ts +4 -0
  76. package/dist/src/poster/core/QTPosterRipple.d.ts +8 -0
  77. package/dist/src/poster/core/QTPosterScore.d.ts +9 -0
  78. package/dist/src/poster/core/QTPosterShadow.d.ts +3 -0
  79. package/dist/src/poster/core/QTPosterShimmer.d.ts +3 -0
  80. package/dist/src/poster/core/QTPosterTitle.d.ts +12 -0
  81. package/dist/src/poster/index.vue.d.ts +100 -0
  82. package/dist/src/progressbar/QTIProgressBar.d.ts +139 -0
  83. package/dist/src/progressbar/QTProgressBar.d.ts +3 -0
  84. package/dist/src/qrcode/QTIQRCode.d.ts +3 -0
  85. package/dist/src/qrcode/QTQRCodeView.d.ts +3 -0
  86. package/dist/src/qtListen/effect.d.ts +17 -0
  87. package/dist/src/qtListen/index.d.ts +5 -0
  88. package/dist/src/qtListen/qtArray.d.ts +9 -0
  89. package/dist/src/qtListen/qtDiff.d.ts +2 -0
  90. package/dist/src/qtListen/reactive.d.ts +14 -0
  91. package/dist/src/qtListen/ref.d.ts +5 -0
  92. package/dist/src/qtListen/types.d.ts +45 -0
  93. package/dist/src/qtListen/watch.d.ts +16 -0
  94. package/dist/src/row/QTIRow.d.ts +3 -0
  95. package/dist/src/scroll-view/QTIScrollView.d.ts +5 -0
  96. package/dist/src/scroll-view/QTScrollView.d.ts +3 -0
  97. package/dist/src/section/index.vue.d.ts +10 -0
  98. package/dist/src/seekbar/QTISeekBar.d.ts +143 -0
  99. package/dist/src/seekbar/QTSeekBar.d.ts +3 -0
  100. package/dist/src/seekbar/QTSeekBarGravity.d.ts +5 -0
  101. package/dist/src/seekbar/QTSeekBarIndicatorMode.d.ts +6 -0
  102. package/dist/src/seekbar/QTSeekBarMode.d.ts +4 -0
  103. package/dist/src/seekbar/QTSeekBarTickMarkGravity.d.ts +5 -0
  104. package/dist/src/seekbar/QTSeekBarTickMarkLayoutGravity.d.ts +4 -0
  105. package/dist/src/seekbar/QTSeekBarTickMarkMode.d.ts +4 -0
  106. package/dist/src/series/DataAdapter.d.ts +31 -0
  107. package/dist/src/series/QTIMediaSeries.d.ts +18 -0
  108. package/dist/src/series/QTMediaSeries.d.ts +7 -0
  109. package/dist/src/series/QTMediaSeriesData.d.ts +5 -0
  110. package/dist/src/series/QTMediaSeriesEvent.d.ts +6 -0
  111. package/dist/src/series/QTMediaSeriesGroup.d.ts +6 -0
  112. package/dist/src/series/QTMediaSeriesGroupStyle.d.ts +57 -0
  113. package/dist/src/series/QTMediaSeriesStyleType.d.ts +4 -0
  114. package/dist/src/series/QTMediaSeriesType.d.ts +7 -0
  115. package/dist/src/series/QTMediaSeriesVip.d.ts +4 -0
  116. package/dist/src/series/component/media-series.vue.d.ts +81 -0
  117. package/dist/src/series/index.vue.d.ts +174 -0
  118. package/dist/src/series/item/media-series-number-item.vue.d.ts +117 -0
  119. package/dist/src/series/item/media-series-text-item.vue.d.ts +135 -0
  120. package/dist/src/tab/QTITab.d.ts +48 -0
  121. package/dist/src/tab/QTTab.d.ts +6 -0
  122. package/dist/src/tab/QTTabDataManager.d.ts +28 -0
  123. package/dist/src/tab/QTTabEvent.d.ts +9 -0
  124. package/dist/src/tab/QTTabEventParams.d.ts +10 -0
  125. package/dist/src/tab/QTTabIndex.d.ts +7 -0
  126. package/dist/src/tab/QTTabItem.d.ts +4 -0
  127. package/dist/src/tab/QTTabItemType.d.ts +3 -0
  128. package/dist/src/tab/QTTabPage.d.ts +4 -0
  129. package/dist/src/tab/QTTabPageData.d.ts +9 -0
  130. package/dist/src/tab/QTTabPageDataState.d.ts +6 -0
  131. package/dist/src/tab/QTTabPageState.d.ts +7 -0
  132. package/dist/src/tab/index.vue.d.ts +416 -0
  133. package/dist/src/text/QTIText.d.ts +3 -0
  134. package/dist/src/text/index.vue.d.ts +9 -0
  135. package/dist/src/utils/VirtualView.d.ts +8 -0
  136. package/dist/src/utils/utils.d.ts +4 -0
  137. package/dist/src/view/QTIView.d.ts +3 -0
  138. package/dist/src/view/QTIViewVisibility.d.ts +5 -0
  139. package/dist/src/view/QTViewEvent.d.ts +3 -0
  140. package/dist/src/view/index.vue.d.ts +11 -0
  141. package/dist/src/waterfall/core/QTIWaterfall.d.ts +25 -0
  142. package/dist/src/waterfall/core/QTScrollState.d.ts +5 -0
  143. package/dist/src/waterfall/core/QTWaterfall.d.ts +7 -0
  144. package/dist/src/waterfall/core/QTWaterfallCardItem.d.ts +7 -0
  145. package/dist/src/waterfall/core/QTWaterfallCardPlaceHolder.d.ts +8 -0
  146. package/dist/src/waterfall/core/QTWaterfallCardSection.d.ts +9 -0
  147. package/dist/src/waterfall/core/QTWaterfallDataAdapter.d.ts +5 -0
  148. package/dist/src/waterfall/core/QTWaterfallDataManager.d.ts +18 -0
  149. package/dist/src/waterfall/core/QTWaterfallEvent.d.ts +8 -0
  150. package/dist/src/waterfall/core/QTWaterfallFlexStyle.d.ts +9 -0
  151. package/dist/src/waterfall/core/QTWaterfallIndex.d.ts +6 -0
  152. package/dist/src/waterfall/core/QTWaterfallItem.d.ts +6 -0
  153. package/dist/src/waterfall/core/QTWaterfallItemType.d.ts +7 -0
  154. package/dist/src/waterfall/core/QTWaterfallPlaceholder.d.ts +3 -0
  155. package/dist/src/waterfall/core/QTWaterfallPluginItem.d.ts +5 -0
  156. package/dist/src/waterfall/core/QTWaterfallPluginSection.d.ts +5 -0
  157. package/dist/src/waterfall/core/QTWaterfallSection.d.ts +13 -0
  158. package/dist/src/waterfall/core/QTWaterfallSectionType.d.ts +14 -0
  159. package/dist/src/waterfall/core/QTWaterfallTabItem.d.ts +7 -0
  160. package/dist/src/waterfall/core/QTWaterfallVisibleType.d.ts +5 -0
  161. package/dist/src/waterfall/index.vue.d.ts +155 -0
  162. package/dist/src/waterfall/item/card-item.vue.d.ts +4 -0
  163. package/dist/src/waterfall/item/plugin-item.vue.d.ts +12 -0
  164. package/dist/src/waterfall/section/blank-section.vue.d.ts +2 -0
  165. package/dist/src/waterfall/section/card-section.vue.d.ts +4 -0
  166. package/dist/src/waterfall/section/end-section.vue.d.ts +2 -0
  167. package/dist/src/waterfall/section/flex-section.vue.d.ts +83 -0
  168. package/dist/src/waterfall/section/loading-section.vue.d.ts +2 -0
  169. package/dist/src/waterfall/section/plugin-section.vue.d.ts +18 -0
  170. package/dist/src/waterfall/section/section-title.vue.d.ts +24 -0
  171. package/dist/src/waterfall/section/vue-section.vue.d.ts +16 -0
  172. package/dist/src/webview/QTIWebView.d.ts +69 -0
  173. package/dist/src/webview/QTWebView.d.ts +3 -0
  174. package/dist/src/x5webview/QTIX5WebView.d.ts +69 -0
  175. package/dist/src/x5webview/QTX5WebView.d.ts +3 -0
  176. 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,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,7 @@
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
+ QT_WATERFALL_ITEM_TYPE_PLUGIN = 10004
7
+ }
@@ -0,0 +1,3 @@
1
+ export interface QTWaterfallPlaceholder {
2
+ enable: boolean;
3
+ }
@@ -0,0 +1,5 @@
1
+ import { QTWaterfallItem } from "./QTWaterfallItem";
2
+ export interface QTWaterfallPluginItem extends QTWaterfallItem {
3
+ pluginKey: string;
4
+ [prop: string]: any;
5
+ }
@@ -0,0 +1,5 @@
1
+ import { QTWaterfallSection } from "./QTWaterfallSection";
2
+ export interface QTWaterfallPluginSection extends QTWaterfallSection {
3
+ pluginKey: string;
4
+ [prop: string]: any;
5
+ }
@@ -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,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,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,3 @@
1
+ import { ESApp } from "@extscreen/es3-vue";
2
+ declare function registerQTWebView(app: ESApp): void;
3
+ export default registerQTWebView;
@@ -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
+ }
@@ -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.1.33-beta.3",
3
+ "version": "1.1.33-beta.4",
4
4
  "description": "ExtScreen framework",
5
5
  "author": "ExtScreen Team",
6
6
  "homepage": "http://extscreen.com",