@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,40 @@
1
+ export type QTAnimatorId = string;
2
+ export interface QTAnimationInterpolator {
3
+ type: QTAnimationInterpolatorType;
4
+ }
5
+ export declare enum QTAnimationInterpolatorType {
6
+ QT_ACCELERATE_DECELERATE_INTERPOLATOR = 1,
7
+ QT_ACCELERATE_INTERPOLATOR = 2,
8
+ QT_ANTICIPATE_INTERPOLATOR = 3,
9
+ QT_ANTICIPATE_OVERSHOOT_INTERPOLATOR = 4,
10
+ QT_BOUNCE_INTERPOLATOR = 5,
11
+ QT_CYCLE_INTERPOLATOR = 6,
12
+ QT_DECELERATE_INTERPOLATOR = 7,
13
+ QT_LINEAR_INTERPOLATOR = 8,
14
+ QT_OVERSHOOT_INTERPOLATOR = 9,
15
+ QT_FAST_OUT_LINEAR_IN_INTERPOLATOR = 10,
16
+ QT_FAST_OUT_SLOW_IN_INTERPOLATOR = 11,
17
+ QT_PATH_INTERPOLATOR = 12
18
+ }
19
+ export declare enum QTAnimationPropertyName {
20
+ QT_ANIMATION_PROPERTY_NAME_ALPHA = "alpha",
21
+ QT_ANIMATION_PROPERTY_NAME_ROTATION = "rotation",
22
+ QT_ANIMATION_PROPERTY_NAME_ROTATION_X = "rotationX",
23
+ QT_ANIMATION_PROPERTY_NAME_ROTATION_Y = "rotationY",
24
+ QT_ANIMATION_PROPERTY_NAME_ROTATION_Z = "rotationZ",
25
+ QT_ANIMATION_PROPERTY_NAME_SCALE_X = "scaleX",
26
+ QT_ANIMATION_PROPERTY_NAME_SCALE_Y = "scaleY",
27
+ QT_ANIMATION_PROPERTY_NAME_SCALE_Z = "scaleZ",
28
+ QT_ANIMATION_PROPERTY_NAME_TRANSLATION_X = "translationX",
29
+ QT_ANIMATION_PROPERTY_NAME_TRANSLATION_Y = "translationY",
30
+ QT_ANIMATION_PROPERTY_NAME_TRANSLATION_Z = "translationZ"
31
+ }
32
+ export declare enum QTAnimationRepeatMode {
33
+ QT_ANIMATION_REPEAT_MODE_RESTART = 1,
34
+ QT_ANIMATION_REPEAT_MODE_REVERSE = 2,
35
+ QT_ANIMATION_REPEAT_MODE_INFINITE = -1
36
+ }
37
+ export declare enum QTAnimationValueType {
38
+ QT_ANIMATION_VALUE_TYPE_INT = "ofInt",
39
+ QT_ANIMATION_VALUE_TYPE_FLOAT = "ofFloat"
40
+ }
@@ -0,0 +1,3 @@
1
+ import { ESApp } from "@extscreen/es3-vue";
2
+ declare function registerAppIconView(app: ESApp): void;
3
+ export default registerAppIconView;
@@ -0,0 +1,4 @@
1
+ export interface QTIAppIcon {
2
+ setPackageName(packageName: string): void;
3
+ setRoundingRadius(roundingRadius: number): void;
4
+ }
@@ -0,0 +1,9 @@
1
+ import { ESIView } from "@extscreen/es3-component";
2
+ import { QTIViewVisibility } from "../view/QTIViewVisibility";
3
+ export interface QTIBaseView extends ESIView {
4
+ requestFocus(): void;
5
+ clearFocus(): void;
6
+ requestFocusDirectly(): void;
7
+ setVisibility(visibility: QTIViewVisibility): void;
8
+ dispatchFunctionBySid(sid: string, funcName: string, args: any[]): void;
9
+ }
@@ -0,0 +1,10 @@
1
+ import { QTIViewVisibility } from "../view/QTIViewVisibility";
2
+ import { Ref } from "@vue/reactivity";
3
+ import { ESIView } from "@extscreen/es3-component";
4
+ export default function (viewRef: Ref<ESIView | undefined>): {
5
+ dispatchFunctionBySid: (sid: string, funcName: string, args: any[]) => void;
6
+ requestFocus: () => void;
7
+ clearFocus: () => void;
8
+ requestFocusDirectly: () => void;
9
+ setVisibility: (v: QTIViewVisibility) => void;
10
+ };
@@ -0,0 +1,3 @@
1
+ import { QTIView } from "../view/QTIView";
2
+ export interface QTIButton extends QTIView {
3
+ }
@@ -0,0 +1,148 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ size: {
3
+ type: StringConstructor;
4
+ default: string;
5
+ };
6
+ itemType: {
7
+ type: NumberConstructor;
8
+ default: number;
9
+ };
10
+ focusBorder: {
11
+ type: BooleanConstructor;
12
+ default: boolean;
13
+ };
14
+ focusScale: {
15
+ type: NumberConstructor;
16
+ default: number;
17
+ };
18
+ focusable: {
19
+ type: BooleanConstructor;
20
+ default: boolean;
21
+ };
22
+ enableFlexStyle: {
23
+ type: BooleanConstructor;
24
+ default: boolean;
25
+ };
26
+ icon: {
27
+ type: StringConstructor;
28
+ default: null;
29
+ };
30
+ focusIcon: {
31
+ type: StringConstructor;
32
+ default: null;
33
+ };
34
+ text: {
35
+ type: StringConstructor;
36
+ default: string;
37
+ };
38
+ gradientFocusBackground: {
39
+ type: ObjectConstructor;
40
+ default: () => void;
41
+ };
42
+ gradientSelectedBackground: {
43
+ type: ObjectConstructor;
44
+ default: () => null;
45
+ };
46
+ gradientBackground: {
47
+ type: ObjectConstructor;
48
+ default: () => null;
49
+ };
50
+ disabled: BooleanConstructor;
51
+ circle: BooleanConstructor;
52
+ round: BooleanConstructor;
53
+ square: BooleanConstructor;
54
+ buttonStyle: ObjectConstructor;
55
+ textStyle: ObjectConstructor;
56
+ iconStyle: ObjectConstructor;
57
+ focusIconStyle: ObjectConstructor;
58
+ iconParentStyle: ObjectConstructor;
59
+ }, {
60
+ dispatchFunctionBySid: (sid: string, funcName: string, args: any[]) => void;
61
+ requestFocus: () => void;
62
+ clearFocus: () => void;
63
+ requestFocusDirectly: () => void;
64
+ setVisibility: (v: import("..").QTIViewVisibility) => void;
65
+ buttonRef: import("vue").Ref<any>;
66
+ focused: import("vue").Ref<boolean>;
67
+ onFocus: (e: any) => void;
68
+ onClick: (e: any) => void;
69
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focus" | "click")[], "focus" | "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
70
+ size: {
71
+ type: StringConstructor;
72
+ default: string;
73
+ };
74
+ itemType: {
75
+ type: NumberConstructor;
76
+ default: number;
77
+ };
78
+ focusBorder: {
79
+ type: BooleanConstructor;
80
+ default: boolean;
81
+ };
82
+ focusScale: {
83
+ type: NumberConstructor;
84
+ default: number;
85
+ };
86
+ focusable: {
87
+ type: BooleanConstructor;
88
+ default: boolean;
89
+ };
90
+ enableFlexStyle: {
91
+ type: BooleanConstructor;
92
+ default: boolean;
93
+ };
94
+ icon: {
95
+ type: StringConstructor;
96
+ default: null;
97
+ };
98
+ focusIcon: {
99
+ type: StringConstructor;
100
+ default: null;
101
+ };
102
+ text: {
103
+ type: StringConstructor;
104
+ default: string;
105
+ };
106
+ gradientFocusBackground: {
107
+ type: ObjectConstructor;
108
+ default: () => void;
109
+ };
110
+ gradientSelectedBackground: {
111
+ type: ObjectConstructor;
112
+ default: () => null;
113
+ };
114
+ gradientBackground: {
115
+ type: ObjectConstructor;
116
+ default: () => null;
117
+ };
118
+ disabled: BooleanConstructor;
119
+ circle: BooleanConstructor;
120
+ round: BooleanConstructor;
121
+ square: BooleanConstructor;
122
+ buttonStyle: ObjectConstructor;
123
+ textStyle: ObjectConstructor;
124
+ iconStyle: ObjectConstructor;
125
+ focusIconStyle: ObjectConstructor;
126
+ iconParentStyle: ObjectConstructor;
127
+ }>> & {
128
+ onFocus?: ((...args: any[]) => any) | undefined;
129
+ onClick?: ((...args: any[]) => any) | undefined;
130
+ }, {
131
+ size: string;
132
+ itemType: number;
133
+ focusBorder: boolean;
134
+ focusScale: number;
135
+ focusable: boolean;
136
+ enableFlexStyle: boolean;
137
+ icon: string;
138
+ focusIcon: string;
139
+ text: string;
140
+ gradientFocusBackground: Record<string, any>;
141
+ gradientSelectedBackground: Record<string, any>;
142
+ gradientBackground: Record<string, any>;
143
+ disabled: boolean;
144
+ circle: boolean;
145
+ round: boolean;
146
+ square: boolean;
147
+ }, {}>;
148
+ export default _default;
@@ -0,0 +1,9 @@
1
+ import { QTClassifiedListViewItemDecoration } from "./QTClassifiedListViewItemDecoration";
2
+ import { QTListViewItem } from "../../list-view/core/QTListViewItem";
3
+ export interface QTClassifiedListViewItem extends QTListViewItem {
4
+ type: number;
5
+ categoryname: string;
6
+ decoration?: QTClassifiedListViewItemDecoration;
7
+ isNeedFocus: boolean;
8
+ [prop: string]: any;
9
+ }
@@ -0,0 +1,6 @@
1
+ export interface QTClassifiedListViewItemDecoration {
2
+ left?: number;
3
+ top?: number;
4
+ right?: number;
5
+ bottom?: number;
6
+ }
@@ -0,0 +1,11 @@
1
+ import { QTClassifiedListViewItem } from "./QTClassifiedListViewItem";
2
+ import { QTIView } from "../../view/QTIView";
3
+ export interface QTIClassifiedListView extends QTIView {
4
+ init(itemList: Array<QTClassifiedListViewItem>): void;
5
+ scrollToIndex(index: number, anim: Boolean, offset: number): void;
6
+ setItemFocused(index: number): void;
7
+ scrollToFocused(index: number): void;
8
+ setItemSelected(index: number, b: boolean): void;
9
+ scrollToSelected(index: number, b: boolean): void;
10
+ updateItem(position: number, data: QTClassifiedListViewItem): void;
11
+ }
@@ -0,0 +1,86 @@
1
+ import { QTClassifiedListViewItem } from "./core/QTClassifiedListViewItem";
2
+ import { QTIListView } from "../list-view/core/QTIListView";
3
+ declare const _default: import("vue").DefineComponent<{
4
+ className: {
5
+ type: StringConstructor;
6
+ default: string;
7
+ };
8
+ classNavName: {
9
+ type: StringConstructor;
10
+ default: string;
11
+ };
12
+ currentFocusIndex: {
13
+ type: NumberConstructor;
14
+ default: number;
15
+ };
16
+ focusScale: {
17
+ type: NumberConstructor;
18
+ default: number;
19
+ };
20
+ navType: {
21
+ type: NumberConstructor;
22
+ default: number;
23
+ };
24
+ yOffest: {
25
+ type: NumberConstructor;
26
+ default: number;
27
+ };
28
+ }, {
29
+ dispatchFunctionBySid: (sid: string, funcName: string, args: any[]) => void;
30
+ requestFocus: () => void;
31
+ clearFocus: () => void;
32
+ requestFocusDirectly: () => void;
33
+ setVisibility: (v: import("..").QTIViewVisibility) => void;
34
+ descendantFocusability: import("vue").Ref<number>;
35
+ content_list_view: import("vue").Ref<QTIListView | undefined>;
36
+ nav_list_view: import("vue").Ref<QTIListView | undefined>;
37
+ init: (itemList: Array<QTClassifiedListViewItem>) => void;
38
+ onItemBind: () => void;
39
+ onSItemClick: (e: any) => void;
40
+ onFItemClick: (e: any) => void;
41
+ scrollToIndex: (index: number, anim?: Boolean, offset?: number) => void;
42
+ scrollToFocused: (index: number) => void;
43
+ setItemFocused: (index: number) => void;
44
+ scrollToSelected: (index: number, b?: boolean) => void;
45
+ setItemSelected: (index: number, b?: boolean) => void;
46
+ onSItemFocused: (e: any) => void;
47
+ onFItemFocused: (e: any) => void;
48
+ updateItem: (position: number, data: QTClassifiedListViewItem) => void;
49
+ viewRef: import("vue").Ref<any>;
50
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("item-click" | "item-focused")[], "item-click" | "item-focused", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
51
+ className: {
52
+ type: StringConstructor;
53
+ default: string;
54
+ };
55
+ classNavName: {
56
+ type: StringConstructor;
57
+ default: string;
58
+ };
59
+ currentFocusIndex: {
60
+ type: NumberConstructor;
61
+ default: number;
62
+ };
63
+ focusScale: {
64
+ type: NumberConstructor;
65
+ default: number;
66
+ };
67
+ navType: {
68
+ type: NumberConstructor;
69
+ default: number;
70
+ };
71
+ yOffest: {
72
+ type: NumberConstructor;
73
+ default: number;
74
+ };
75
+ }>> & {
76
+ "onItem-click"?: ((...args: any[]) => any) | undefined;
77
+ "onItem-focused"?: ((...args: any[]) => any) | undefined;
78
+ }, {
79
+ className: string;
80
+ classNavName: string;
81
+ currentFocusIndex: number;
82
+ focusScale: number;
83
+ navType: number;
84
+ yOffest: number;
85
+ }, {}>;
86
+ export default _default;
@@ -0,0 +1,8 @@
1
+ import { QTCollapseItem } from "./QTCollapseItem";
2
+ export interface QTCollapse {
3
+ width: number;
4
+ height: number;
5
+ expandDuration?: number;
6
+ defaultIndex?: number;
7
+ itemList: Array<QTCollapseItem>;
8
+ }
@@ -0,0 +1,5 @@
1
+ export interface QTCollapseItem {
2
+ height: number;
3
+ collapseHeight: number;
4
+ [prop: string]: any;
5
+ }
@@ -0,0 +1,10 @@
1
+ import { QTICollapseItem } from "./QTICollapseItem";
2
+ import { QTCollapse } from "./QTCollapse";
3
+ import { QTIView } from "../../view/QTIView";
4
+ export interface QTICollapse extends QTIView {
5
+ init(collapse: QTCollapse): void;
6
+ getItem(index: number): QTICollapseItem;
7
+ expandItem(index: number): void;
8
+ collapse(): void;
9
+ expand(): void;
10
+ }
@@ -0,0 +1,4 @@
1
+ import { QTIView } from "../../view/QTIView";
2
+ export interface QTICollapseItem extends QTIView {
3
+ onCollapseItemExpand(value: boolean): void;
4
+ }
@@ -0,0 +1,28 @@
1
+ import { QTICollapseItem } from "./core/QTICollapseItem";
2
+ import { QTCollapse } from "./core/QTCollapse";
3
+ import { QTIAnimation } from "../animation/QTIAnimation";
4
+ declare const _default: import("vue").DefineComponent<{}, {
5
+ dispatchFunctionBySid: (sid: string, funcName: string, args: any[]) => void;
6
+ requestFocus: () => void;
7
+ clearFocus: () => void;
8
+ requestFocusDirectly: () => void;
9
+ setVisibility: (v: import("..").QTIViewVisibility) => void;
10
+ collapseItemComponentList: import("vue").Ref<any>;
11
+ initComponentRef: (el: QTICollapseItem, item: {
12
+ name: string;
13
+ }, index: number) => void;
14
+ initAnimComponentRef: (el: QTIAnimation, item: {
15
+ name: string;
16
+ }, index: number) => void;
17
+ init: (collapse: QTCollapse) => void;
18
+ getItem: (index: number) => QTICollapseItem;
19
+ expandItem: (index: number) => void;
20
+ collapse: () => void;
21
+ expand: () => void;
22
+ collapseWidth: import("vue").Ref<number>;
23
+ collapseHeight: import("vue").Ref<number>;
24
+ viewRef: import("vue").Ref<any>;
25
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "onCollapseItemExpand"[], "onCollapseItemExpand", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>> & {
26
+ onOnCollapseItemExpand?: ((...args: any[]) => any) | undefined;
27
+ }, {}, {}>;
28
+ export default _default;
@@ -0,0 +1,3 @@
1
+ import { QTIView } from "../view/QTIView";
2
+ export interface QTIColumn extends QTIView {
3
+ }
@@ -0,0 +1,6 @@
1
+ export declare enum QTDirections {
2
+ QT_DIRECTION_UP = "up",
3
+ QT_DIRECTION_DOWN = "down",
4
+ QT_DIRECTION_RIGHT = "right",
5
+ QT_DIRECTION_LEFT = "left"
6
+ }
@@ -0,0 +1,3 @@
1
+ export interface QTFlexStyleBackground {
2
+ backgroundColor?: string;
3
+ }
@@ -0,0 +1,4 @@
1
+ export interface QTFlexStyleCoordinate {
2
+ x?: number;
3
+ y?: number;
4
+ }
@@ -0,0 +1,6 @@
1
+ export interface QTFlexStyleDecoration {
2
+ left?: number;
3
+ top?: number;
4
+ right?: number;
5
+ bottom?: number;
6
+ }
@@ -0,0 +1,4 @@
1
+ import { ESGradient } from "@extscreen/es3-component";
2
+ export interface QTFlexStyleGradientBackground {
3
+ gradientBackground?: ESGradient;
4
+ }
@@ -0,0 +1,7 @@
1
+ export interface QTFlexStyleMargin {
2
+ margin?: number;
3
+ marginLeft?: number;
4
+ marginTop?: number;
5
+ marginBottom?: number;
6
+ marginRight?: number;
7
+ }
@@ -0,0 +1,7 @@
1
+ export interface QTFlexStylePadding {
2
+ padding?: number;
3
+ paddingLeft?: number;
4
+ paddingTop?: number;
5
+ paddingBottom?: number;
6
+ paddingRight?: number;
7
+ }
@@ -0,0 +1,6 @@
1
+ export interface QTFlexStylePosition {
2
+ left?: number;
3
+ top?: number;
4
+ right?: number;
5
+ bottom?: number;
6
+ }
@@ -0,0 +1,4 @@
1
+ export interface QTFlexStyleSize {
2
+ width?: number;
3
+ height?: number;
4
+ }
@@ -0,0 +1,3 @@
1
+ export interface QTFlexStyleSpacing {
2
+ spacing?: number;
3
+ }
@@ -0,0 +1,4 @@
1
+ export interface QTFlexStyleText {
2
+ fontSize?: number;
3
+ ellipsizeMode?: number;
4
+ }
@@ -0,0 +1,5 @@
1
+ export interface QTFocusable {
2
+ enable: boolean;
3
+ scale?: number;
4
+ border?: boolean;
5
+ }
@@ -0,0 +1,5 @@
1
+ export declare enum QTVisibility {
2
+ QT_VISIBLE = "visible",
3
+ QT_INVISIBLE = "invisible",
4
+ QT_GONE = "gone"
5
+ }
@@ -0,0 +1,3 @@
1
+ import { ESApp } from "@extscreen/es3-vue";
2
+ declare function registerQTDialog(app: ESApp): void;
3
+ export default registerQTDialog;
@@ -0,0 +1,3 @@
1
+ import { QTIView } from "../view/QTIView";
2
+ export interface QTIDialog extends QTIView {
3
+ }
@@ -0,0 +1,13 @@
1
+ import { QTGradientOrientation } from "./QTGradientOrientation";
2
+ import { QTGradientShape } from "./QTGradientShape";
3
+ import { QTGradientType } from "./QTGradientType";
4
+ export interface QTGradient {
5
+ type?: QTGradientType;
6
+ shape?: QTGradientShape;
7
+ orientation?: QTGradientOrientation;
8
+ colors: Array<string>;
9
+ gradientRadius?: number;
10
+ cornerRadius?: number;
11
+ cornerRadii4?: Array<number>;
12
+ cornerRadii8?: Array<number>;
13
+ }
@@ -0,0 +1,10 @@
1
+ export declare enum QTGradientOrientation {
2
+ QT_GRADIENT_ORIENTATION_TOP_BOTTOM = 0,
3
+ QT_GRADIENT_ORIENTATION_TR_BL = 1,
4
+ QT_GRADIENT_ORIENTATION_RIGHT_LEFT = 2,
5
+ QT_GRADIENT_ORIENTATION_BR_TL = 3,
6
+ QT_GRADIENT_ORIENTATION_BOTTOM_TOP = 4,
7
+ QT_GRADIENT_ORIENTATION_BL_TR = 5,
8
+ QT_GRADIENT_ORIENTATION_LEFT_RIGHT = 6,
9
+ QT_GRADIENT_ORIENTATION_TL_BR = 7
10
+ }
@@ -0,0 +1,6 @@
1
+ export declare enum QTGradientShape {
2
+ QT_GRADIENT_SHAPE_RECTANGLE = 0,
3
+ QT_GRADIENT_SHAPE_OVAL = 1,
4
+ QT_GRADIENT_SHAPE_LINE = 2,
5
+ QT_GRADIENT_SHAPE_RING = 3
6
+ }
@@ -0,0 +1,5 @@
1
+ export declare enum QTGradientType {
2
+ QT_GRADIENT_TYPE_LINEAR_GRADIENT = 0,
3
+ QT_GRADIENT_TYPE_RADIAL_GRADIENT = 1,
4
+ QT_GRADIENT_TYPE_SWEEP_GRADIENT = 2
5
+ }
@@ -0,0 +1,6 @@
1
+ import { QTGridViewItemDecoration } from "./QTGridViewItemDecoration";
2
+ export interface QTGridViewItem {
3
+ type: number;
4
+ decoration?: QTGridViewItemDecoration;
5
+ [prop: string]: any;
6
+ }
@@ -0,0 +1,6 @@
1
+ export interface QTGridViewItemDecoration {
2
+ left?: number;
3
+ top?: number;
4
+ right?: number;
5
+ bottom?: number;
6
+ }
@@ -0,0 +1,6 @@
1
+ export interface QTGridViewItemFunctionParams {
2
+ itemPosition: number;
3
+ targetName: string;
4
+ functionTargetName: string;
5
+ data: Array<any>;
6
+ }
@@ -0,0 +1,22 @@
1
+ import { QTGridViewItem } from "./QTGridViewItem";
2
+ import { QTIView } from "../../view/QTIView";
3
+ export interface QTIGridView extends QTIView {
4
+ init(target: Array<QTGridViewItem>, isInit?: boolean): Array<QTGridViewItem>;
5
+ scrollToTop(): void;
6
+ clearFocus(): void;
7
+ stopPage(isTip?: boolean): void;
8
+ restartPage(): void;
9
+ blockRootFocus(): void;
10
+ unBlockRootFocus(): void;
11
+ setDisplay(value: Boolean): void;
12
+ scrollToPosition(index: number): void;
13
+ scrollToIndex(y: number, anim: Boolean, offset: number): void;
14
+ setItemFocused(pos: number): void;
15
+ scrollToFocused(pos: number): void;
16
+ setItemSelected(pos: number, b: boolean): void;
17
+ scrollToSelected(pos: number, b: boolean): void;
18
+ setInitPosition(position: number): void;
19
+ setListData(itemList: Array<QTGridViewItem>): void;
20
+ clearPostTask(): void;
21
+ destroy(): void;
22
+ }