@quicktvui/quicktvui3 1.2.0-beta.27 → 1.2.0-beta.29

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.
@@ -55,6 +55,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
55
55
  src: {
56
56
  type: StringConstructor;
57
57
  };
58
+ scaleType: {
59
+ type: NumberConstructor;
60
+ default: number;
61
+ };
58
62
  }>, {
59
63
  dispatchFunctionBySid: (sid: string, funcName: string, args: Array<import("..").QTNativeParams>) => void;
60
64
  requestFocus: (direction?: import("..").QTFocusDirection) => void;
@@ -161,6 +165,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
161
165
  src: {
162
166
  type: StringConstructor;
163
167
  };
168
+ scaleType: {
169
+ type: NumberConstructor;
170
+ default: number;
171
+ };
164
172
  }>> & Readonly<{
165
173
  onOnLoad?: ((...args: any[]) => any) | undefined;
166
174
  onOnScroll?: ((...args: any[]) => any) | undefined;
@@ -181,5 +189,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
181
189
  sliderAssetsIcon: string;
182
190
  sliderNetworkIcon: string;
183
191
  zoomEnabled: boolean;
192
+ scaleType: number;
184
193
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
185
194
  export default _default;
@@ -0,0 +1,3 @@
1
+ import { ESApp } from "@extscreen/es3-vue";
2
+ declare function registerQTUL(app: ESApp): void;
3
+ export default registerQTUL;
@@ -0,0 +1,3 @@
1
+ import { ESApp } from "@extscreen/es3-vue";
2
+ declare function registerQTUL(app: ESApp): void;
3
+ export default registerQTUL;
@@ -0,0 +1,2 @@
1
+ export type { QTULInitPosition } from './QTULInitPosition';
2
+ export type { QTIUL } from './QTIUL';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quicktvui/quicktvui3",
3
- "version": "1.2.0-beta.27",
3
+ "version": "1.2.0-beta.29",
4
4
  "description": "ExtScreen framework",
5
5
  "author": "ExtScreen Team",
6
6
  "homepage": "http://extscreen.com",