@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
|
|
2
|
-
import { QTFocusDirection } from
|
|
3
|
-
import { QTFocusDescendant } from
|
|
4
|
-
import { QTDescendantFocusability } from
|
|
5
|
-
import { QTNativeParams } from
|
|
6
|
-
import { QTFocusDirectionName } from
|
|
7
|
-
import { QTEventData } from
|
|
8
|
-
import { QTLocation } from
|
|
9
|
-
import { QTIView } from
|
|
10
|
-
import { QTIViewVisibility } from
|
|
11
|
-
import { QTViewState } from
|
|
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
package/dist/src/ul/QTUL.d.ts
DELETED
package/dist/src/ul/ceshi.d.ts
DELETED
package/dist/src/ul/index.d.ts
DELETED