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

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.
@@ -1,14 +1,14 @@
1
- import { Ref } from "@vue/reactivity";
2
- import { QTFocusDirection } from "../focus/QTFocusDirection";
3
- import { QTFocusDescendant } from "../focus/QTFocusDescendant";
4
- import { QTDescendantFocusability } from "../focus/QTDescendantFocusability";
5
- import { QTNativeParams } from "../core/QTNativeParams";
6
- import { QTFocusDirectionName } from "../focus/QTFocusDirectionName";
7
- import { QTEventData } from "../core/QTEventData";
8
- import { QTLocation } from "../core/QTLocation";
9
- import { QTIView } from "../view/QTIView";
10
- import { QTIViewVisibility } from "../view/QTIViewVisibility";
11
- import { QTViewState } from "../view/QTViewState";
1
+ import { Ref } from '@vue/reactivity';
2
+ import { QTFocusDirection } from '../focus/QTFocusDirection';
3
+ import { QTFocusDescendant } from '../focus/QTFocusDescendant';
4
+ import { QTDescendantFocusability } from '../focus/QTDescendantFocusability';
5
+ import { QTNativeParams } from '../core/QTNativeParams';
6
+ import { QTFocusDirectionName } from '../focus/QTFocusDirectionName';
7
+ import { QTEventData } from '../core/QTEventData';
8
+ import { QTLocation } from '../core/QTLocation';
9
+ import { QTIView } from '../view/QTIView';
10
+ import { QTIViewVisibility } from '../view/QTIViewVisibility';
11
+ import { QTViewState } from '../view/QTViewState';
12
12
  export interface QtBaseViewAPI {
13
13
  requestFocus(instance: string | Ref<QTIView | undefined>, direction?: QTFocusDirection): void;
14
14
  requestChildFocus(instance: string | Ref<QTIView | undefined>, position: number): void;
@@ -57,7 +57,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
57
57
  };
58
58
  scaleType: {
59
59
  type: NumberConstructor;
60
- default: number;
61
60
  };
62
61
  }>, {
63
62
  dispatchFunctionBySid: (sid: string, funcName: string, args: Array<import("..").QTNativeParams>) => void;
@@ -167,7 +166,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
167
166
  };
168
167
  scaleType: {
169
168
  type: NumberConstructor;
170
- default: number;
171
169
  };
172
170
  }>> & Readonly<{
173
171
  onOnLoad?: ((...args: any[]) => any) | undefined;
@@ -189,6 +187,5 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
189
187
  sliderAssetsIcon: string;
190
188
  sliderNetworkIcon: string;
191
189
  zoomEnabled: boolean;
192
- scaleType: number;
193
190
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
194
191
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quicktvui/quicktvui3",
3
- "version": "1.2.0-beta.29",
3
+ "version": "1.2.0-beta.30",
4
4
  "description": "ExtScreen framework",
5
5
  "author": "ExtScreen Team",
6
6
  "homepage": "http://extscreen.com",
@@ -1,3 +0,0 @@
1
- import { ESApp } from "@extscreen/es3-vue";
2
- declare function registerQTUL(app: ESApp): void;
3
- export default registerQTUL;
@@ -1,3 +0,0 @@
1
- import { ESApp } from "@extscreen/es3-vue";
2
- declare function registerQTUL(app: ESApp): void;
3
- export default registerQTUL;
@@ -1,2 +0,0 @@
1
- export type { QTULInitPosition } from './QTULInitPosition';
2
- export type { QTIUL } from './QTIUL';