@quicktvui/quicktvui3 1.2.0-beta.30 → 1.2.0-beta.31

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.
@@ -0,0 +1,2 @@
1
+ import { QtBaseViewAPI } from './QtBaseViewAPI';
2
+ export declare function createQtBaseNativeViewAPI(): QtBaseViewAPI;
@@ -57,6 +57,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
57
57
  };
58
58
  scaleType: {
59
59
  type: NumberConstructor;
60
+ default: number;
60
61
  };
61
62
  }>, {
62
63
  dispatchFunctionBySid: (sid: string, funcName: string, args: Array<import("..").QTNativeParams>) => void;
@@ -166,6 +167,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
166
167
  };
167
168
  scaleType: {
168
169
  type: NumberConstructor;
170
+ default: number;
169
171
  };
170
172
  }>> & Readonly<{
171
173
  onOnLoad?: ((...args: any[]) => any) | undefined;
@@ -187,5 +189,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
187
189
  sliderAssetsIcon: string;
188
190
  sliderNetworkIcon: string;
189
191
  zoomEnabled: boolean;
192
+ scaleType: number;
190
193
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
191
194
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quicktvui/quicktvui3",
3
- "version": "1.2.0-beta.30",
3
+ "version": "1.2.0-beta.31",
4
4
  "description": "ExtScreen framework",
5
5
  "author": "ExtScreen Team",
6
6
  "homepage": "http://extscreen.com",