@quicktvui/quicktvui3 1.1.33-beta.8 → 1.1.33-beta.9

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.
@@ -151,6 +151,27 @@ declare const _default: import("vue").DefineComponent<{
151
151
  type: NumberConstructor;
152
152
  default: number;
153
153
  };
154
+ qtTabSectionEnable: {
155
+ type: ObjectConstructor;
156
+ default: () => {
157
+ flexSectionEnable: boolean;
158
+ flexSection: {
159
+ qtPosterEnable: boolean;
160
+ qtPluginItemEnable: boolean;
161
+ cardItemEnable: boolean;
162
+ };
163
+ listSectionEnable: boolean;
164
+ listSection: {
165
+ qtPosterEnable: boolean;
166
+ };
167
+ loadingSectionEnable: boolean;
168
+ endSectionEnable: boolean;
169
+ blankSectionEnable: boolean;
170
+ cardSectionEnable: boolean;
171
+ pluginSectionEnable: boolean;
172
+ vueSectionEnable: boolean;
173
+ };
174
+ };
154
175
  }, {
155
176
  dispatchFunctionBySid: (sid: string, funcName: string, args: any[]) => void;
156
177
  requestFocus: () => void;
@@ -359,6 +380,27 @@ declare const _default: import("vue").DefineComponent<{
359
380
  type: NumberConstructor;
360
381
  default: number;
361
382
  };
383
+ qtTabSectionEnable: {
384
+ type: ObjectConstructor;
385
+ default: () => {
386
+ flexSectionEnable: boolean;
387
+ flexSection: {
388
+ qtPosterEnable: boolean;
389
+ qtPluginItemEnable: boolean;
390
+ cardItemEnable: boolean;
391
+ };
392
+ listSectionEnable: boolean;
393
+ listSection: {
394
+ qtPosterEnable: boolean;
395
+ };
396
+ loadingSectionEnable: boolean;
397
+ endSectionEnable: boolean;
398
+ blankSectionEnable: boolean;
399
+ cardSectionEnable: boolean;
400
+ pluginSectionEnable: boolean;
401
+ vueSectionEnable: boolean;
402
+ };
403
+ };
362
404
  }>> & {
363
405
  onOnTabPageLoadData?: ((...args: any[]) => any) | undefined;
364
406
  onOnTabPageChanged?: ((...args: any[]) => any) | undefined;
@@ -413,5 +455,6 @@ declare const _default: import("vue").DefineComponent<{
413
455
  horizontalFadingEdgeEnabled: boolean;
414
456
  verticalFadingEdgeEnabled: boolean;
415
457
  fadingEdgeLength: number;
458
+ qtTabSectionEnable: Record<string, any>;
416
459
  }, {}>;
417
460
  export default _default;
@@ -42,6 +42,27 @@ declare const _default: import("vue").DefineComponent<{
42
42
  type: ObjectConstructor;
43
43
  default: () => {};
44
44
  };
45
+ qtTabSectionEnable: {
46
+ type: ObjectConstructor;
47
+ default: () => {
48
+ flexSectionEnable: boolean;
49
+ flexSection: {
50
+ qtPosterEnable: boolean;
51
+ qtPluginItemEnable: boolean;
52
+ cardItemEnable: boolean;
53
+ };
54
+ listSectionEnable: boolean;
55
+ listSection: {
56
+ qtPosterEnable: boolean;
57
+ };
58
+ loadingSectionEnable: boolean;
59
+ endSectionEnable: boolean;
60
+ blankSectionEnable: boolean;
61
+ cardSectionEnable: boolean;
62
+ pluginSectionEnable: boolean;
63
+ vueSectionEnable: boolean;
64
+ };
65
+ };
45
66
  }, {
46
67
  dispatchFunctionBySid: (sid: string, funcName: string, args: any[]) => void;
47
68
  requestFocus: () => void;
@@ -130,6 +151,27 @@ declare const _default: import("vue").DefineComponent<{
130
151
  type: ObjectConstructor;
131
152
  default: () => {};
132
153
  };
154
+ qtTabSectionEnable: {
155
+ type: ObjectConstructor;
156
+ default: () => {
157
+ flexSectionEnable: boolean;
158
+ flexSection: {
159
+ qtPosterEnable: boolean;
160
+ qtPluginItemEnable: boolean;
161
+ cardItemEnable: boolean;
162
+ };
163
+ listSectionEnable: boolean;
164
+ listSection: {
165
+ qtPosterEnable: boolean;
166
+ };
167
+ loadingSectionEnable: boolean;
168
+ endSectionEnable: boolean;
169
+ blankSectionEnable: boolean;
170
+ cardSectionEnable: boolean;
171
+ pluginSectionEnable: boolean;
172
+ vueSectionEnable: boolean;
173
+ };
174
+ };
133
175
  }>> & {
134
176
  onOnScroll?: ((...args: any[]) => any) | undefined;
135
177
  onOnScrollStateChanged?: ((...args: any[]) => any) | undefined;
@@ -151,5 +193,6 @@ declare const _default: import("vue").DefineComponent<{
151
193
  scrollYLesserReferenceValue: number;
152
194
  scrollYGreaterReferenceValue: number;
153
195
  pStype: Record<string, any>;
196
+ qtTabSectionEnable: Record<string, any>;
154
197
  }, {}>;
155
198
  export default _default;
@@ -33,6 +33,14 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
33
33
  type: NumberConstructor;
34
34
  default: number;
35
35
  };
36
+ flexSection: {
37
+ type: ObjectConstructor;
38
+ default: () => {
39
+ qtPosterEnable: boolean;
40
+ qtPluginItemEnable: boolean;
41
+ cardItemEnable: boolean;
42
+ };
43
+ };
36
44
  }, {
37
45
  onFocus: (e: any) => void;
38
46
  }, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, "focus"[], "focus", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
@@ -68,6 +76,14 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
68
76
  type: NumberConstructor;
69
77
  default: number;
70
78
  };
79
+ flexSection: {
80
+ type: ObjectConstructor;
81
+ default: () => {
82
+ qtPosterEnable: boolean;
83
+ qtPluginItemEnable: boolean;
84
+ cardItemEnable: boolean;
85
+ };
86
+ };
71
87
  }>> & {
72
88
  onFocus?: ((...args: any[]) => any) | undefined;
73
89
  }, {
@@ -79,5 +95,6 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
79
95
  standItemType: number;
80
96
  currentPageIndex: number;
81
97
  itemFocusScale: number;
98
+ flexSection: Record<string, any>;
82
99
  }, {}>;
83
100
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quicktvui/quicktvui3",
3
- "version": "1.1.33-beta.8",
3
+ "version": "1.1.33-beta.9",
4
4
  "description": "ExtScreen framework",
5
5
  "author": "ExtScreen Team",
6
6
  "homepage": "http://extscreen.com",