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