@quicktvui/quicktvui3 1.2.0-beta.14 → 1.2.0-beta.16
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.
- package/dist/index.js +8 -9
- package/dist/src/animation/QtAnimationAPI.d.ts +3 -3
- package/dist/src/animation/types.d.ts +1 -0
- package/dist/src/app/QtAppIconAPI.d.ts +3 -3
- package/dist/src/base/QtBaseViewAPI.d.ts +45 -0
- package/dist/src/button/QtButtonAPI.d.ts +3 -3
- package/dist/src/button/index.vue.d.ts +21 -21
- package/dist/src/classified-list-view/QtClassifiedListViewAPI.d.ts +3 -3
- package/dist/src/classified-list-view/index.vue.d.ts +19 -19
- package/dist/src/collapse/QtCollapseAPI.d.ts +3 -3
- package/dist/src/collapse/index.vue.d.ts +15 -15
- package/dist/src/column/QtColumnAPI.d.ts +3 -3
- package/dist/src/grid-view/QtGridViewAPI.d.ts +3 -3
- package/dist/src/grid-view/index.vue.d.ts +31 -31
- package/dist/src/image/QtImageAPI.d.ts +3 -3
- package/dist/src/image/index.vue.d.ts +11 -11
- package/dist/src/index.d.ts +1 -0
- package/dist/src/list-indicator/QtIndicatorViewAPI.d.ts +3 -3
- package/dist/src/list-item/QtListItemAPI.d.ts +3 -3
- package/dist/src/list-view/QtListViewAPI.d.ts +3 -3
- package/dist/src/loading/QtLoadingAPI.d.ts +3 -3
- package/dist/src/lottie/QtLottieViewAPI.d.ts +3 -3
- package/dist/src/nav-bar/QtNavBarAPI.d.ts +3 -3
- package/dist/src/nav-bar/index.vue.d.ts +16 -16
- package/dist/src/plugin/QtPluginViewAPI.d.ts +3 -3
- package/dist/src/poster/QtPosterAPI.d.ts +3 -3
- package/dist/src/poster/index.vue.d.ts +19 -16
- package/dist/src/progressbar/QtProgressBarAPI.d.ts +3 -3
- package/dist/src/qrcode/QtQRCodeAPI.d.ts +3 -3
- package/dist/src/qt/QtAPI.d.ts +4 -2
- package/dist/src/qtListen/index.d.ts +1 -1
- package/dist/src/qtListen/qtDiff.d.ts +1 -1
- package/dist/src/qtListen/types.d.ts +1 -1
- package/dist/src/qtListen/watch.d.ts +5 -6
- package/dist/src/replace-child/QtReplaceChildViewAPI.d.ts +3 -3
- package/dist/src/row/QtRowAPI.d.ts +3 -3
- package/dist/src/scroll-view/QtScrollViewAPI.d.ts +3 -3
- package/dist/src/section/index.vue.d.ts +11 -11
- package/dist/src/seekbar/QtSeekBarAPI.d.ts +3 -3
- package/dist/src/series/component/media-series.vue.d.ts +8 -8
- package/dist/src/series/index.vue.d.ts +20 -16
- package/dist/src/series/item/media-series-number-item.vue.d.ts +4 -4
- package/dist/src/series/item/media-series-text-item.vue.d.ts +4 -4
- package/dist/src/tab/index.vue.d.ts +19 -19
- package/dist/src/text/QtTextAPI.d.ts +3 -3
- package/dist/src/text/index.vue.d.ts +11 -11
- package/dist/src/ul/QtULAPI.d.ts +3 -3
- package/dist/src/utils/type.d.ts +1 -1
- package/dist/src/view/QtViewAPI.d.ts +3 -44
- package/dist/src/view/index.vue.d.ts +12 -12
- package/dist/src/waterfall/QtWaterfallAPI.d.ts +3 -3
- package/dist/src/waterfall/index.vue.d.ts +27 -26
- package/dist/src/waterfall/item/card-item.vue.d.ts +1 -1
- package/dist/src/waterfall/item/plugin-item.vue.d.ts +12 -12
- package/dist/src/waterfall/section/blank-section.vue.d.ts +1 -1
- package/dist/src/waterfall/section/card-section.vue.d.ts +1 -1
- package/dist/src/waterfall/section/end-section.vue.d.ts +1 -1
- package/dist/src/waterfall/section/flex-section.vue.d.ts +9 -6
- package/dist/src/waterfall/section/loading-section.vue.d.ts +1 -1
- package/dist/src/waterfall/section/plugin-section.vue.d.ts +6 -6
- package/dist/src/waterfall/section/section-title.vue.d.ts +4 -4
- package/dist/src/waterfall/section/vue-section.vue.d.ts +5 -5
- package/dist/src/webview/QtWebViewAPI.d.ts +3 -3
- package/dist/src/x5webview/QtX5WebViewAPI.d.ts +3 -3
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
2
|
isVip: {
|
|
3
3
|
type: BooleanConstructor;
|
|
4
4
|
default: boolean;
|
|
@@ -59,7 +59,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
59
59
|
type: NumberConstructor;
|
|
60
60
|
default: number;
|
|
61
61
|
};
|
|
62
|
-
}
|
|
62
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
63
63
|
isVip: {
|
|
64
64
|
type: BooleanConstructor;
|
|
65
65
|
default: boolean;
|
|
@@ -120,7 +120,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
120
120
|
type: NumberConstructor;
|
|
121
121
|
default: number;
|
|
122
122
|
};
|
|
123
|
-
}
|
|
123
|
+
}>> & Readonly<{}>, {
|
|
124
124
|
isVip: boolean;
|
|
125
125
|
gradientBackground: Record<string, any>;
|
|
126
126
|
gradientFocusBackground: Record<string, any>;
|
|
@@ -131,5 +131,5 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
131
131
|
textVipColors: Record<string, any>;
|
|
132
132
|
itemWidth: number;
|
|
133
133
|
itemHeight: number;
|
|
134
|
-
}, {}>;
|
|
134
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
135
135
|
export default _default;
|
|
@@ -9,7 +9,7 @@ import { QTTabPageState } from "./QTTabPageState";
|
|
|
9
9
|
import { QTWaterfallSection } from "../waterfall/core/QTWaterfallSection";
|
|
10
10
|
import { QTTabItem } from "./QTTabItem";
|
|
11
11
|
import { QTPluginViewEvent } from "../plugin/QTIPluginView";
|
|
12
|
-
declare const _default: import("vue").DefineComponent<{
|
|
12
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
13
13
|
enablePlaceholder: {
|
|
14
14
|
type: BooleanConstructor;
|
|
15
15
|
default: boolean;
|
|
@@ -192,12 +192,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
192
192
|
type: ArrayConstructor;
|
|
193
193
|
default: () => never[];
|
|
194
194
|
};
|
|
195
|
-
}
|
|
196
|
-
dispatchFunctionBySid: (sid: string, funcName: string, args: import("..").QTNativeParams
|
|
197
|
-
requestFocus: (direction?: import("..").QTFocusDirection
|
|
198
|
-
requestChildFocus: (position: number, direction?: import("..").QTFocusDirection
|
|
195
|
+
}>, {
|
|
196
|
+
dispatchFunctionBySid: (sid: string, funcName: string, args: Array<import("..").QTNativeParams>) => void;
|
|
197
|
+
requestFocus: (direction?: import("..").QTFocusDirection) => void;
|
|
198
|
+
requestChildFocus: (position: number, direction?: import("..").QTFocusDirection) => void;
|
|
199
199
|
clearFocus: () => void;
|
|
200
|
-
requestFocusDirectly: (direction?: import("..").QTFocusDirection
|
|
200
|
+
requestFocusDirectly: (direction?: import("..").QTFocusDirection) => void;
|
|
201
201
|
setVisibility: (v: import("..").QTIViewVisibility) => void;
|
|
202
202
|
requestRootLayout: () => void;
|
|
203
203
|
requestLayout: () => void;
|
|
@@ -213,11 +213,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
213
213
|
setPosition: (x: number, y: number, z: number) => void;
|
|
214
214
|
updateLayout: (width: number, height: number, x: number, y: number) => void;
|
|
215
215
|
invalidate: () => void;
|
|
216
|
-
dispatchFunctionForTarget: (targetName: string, functionTargetName: string, params: import("..").QTNativeParams
|
|
217
|
-
setBlockFocusDirections: (directionList: import("..").QTFocusDirectionName
|
|
218
|
-
setBlockFocusDirectionsOnFail: (directionList: import("..").QTFocusDirectionName
|
|
219
|
-
setInitFocus: (sid: string, delay?: number
|
|
220
|
-
setAutoFocus: (sid: string, delay?: number
|
|
216
|
+
dispatchFunctionForTarget: (targetName: string, functionTargetName: string, params: Array<import("..").QTNativeParams>, delay: number) => void;
|
|
217
|
+
setBlockFocusDirections: (directionList: Array<import("..").QTFocusDirectionName>) => void;
|
|
218
|
+
setBlockFocusDirectionsOnFail: (directionList: Array<import("..").QTFocusDirectionName>) => void;
|
|
219
|
+
setInitFocus: (sid: string, delay?: number) => void;
|
|
220
|
+
setAutoFocus: (sid: string, delay?: number) => void;
|
|
221
221
|
enabledAutofocus: (autofocus: boolean) => void;
|
|
222
222
|
requestAutofocus: () => void;
|
|
223
223
|
hasFocus: () => Promise<boolean>;
|
|
@@ -228,9 +228,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
228
228
|
requestChildFocusAtIndex: (position: number) => void;
|
|
229
229
|
clearMemoryFocused: () => void;
|
|
230
230
|
showDialog: (show: boolean) => void;
|
|
231
|
-
tabs: import("vue").Ref<ESITab | undefined>;
|
|
232
|
-
ifTabs: import("vue").Ref<boolean>;
|
|
233
|
-
navBarRef: import("vue").Ref<QTINavBar | undefined>;
|
|
231
|
+
tabs: import("vue").Ref<ESITab | undefined, ESITab | undefined>;
|
|
232
|
+
ifTabs: import("vue").Ref<boolean, boolean>;
|
|
233
|
+
navBarRef: import("vue").Ref<QTINavBar | undefined, QTINavBar | undefined>;
|
|
234
234
|
initTab: (tab: QTTab) => void;
|
|
235
235
|
initPage: (w: QTWaterfall) => void;
|
|
236
236
|
setPageState: (pageIndex: number, state: QTTabPageState) => void;
|
|
@@ -264,7 +264,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
264
264
|
cancelAll: () => void;
|
|
265
265
|
translationLeft: () => void;
|
|
266
266
|
translationRight: () => void;
|
|
267
|
-
rootOpacity: import("vue").Ref<number>;
|
|
267
|
+
rootOpacity: import("vue").Ref<number, number>;
|
|
268
268
|
onTabPageLoadData: (e: QTTabEvent) => void;
|
|
269
269
|
onTabPageChanged: (e: QTTabEvent) => void;
|
|
270
270
|
onTabEvent: (e: QTTabEvent) => void;
|
|
@@ -285,7 +285,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
285
285
|
onPluginLoadSuccess: (event: QTPluginViewEvent) => void;
|
|
286
286
|
onPluginLoadError: (event: QTPluginViewEvent) => void;
|
|
287
287
|
getDataManager: () => import("./QTTabDataManager").QTTabDataManager;
|
|
288
|
-
},
|
|
288
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onTabPageLoadData" | "onTabPageChanged" | "onTabEvent" | "onTabPageItemClick" | "onTabPageItemFocused" | "onTabPageSectionAttached" | "onTabPageScroll" | "onTabPageScrollStateChanged" | "onTabMoveToTopStart" | "onTabMoveToTopEnd" | "onTabMoveToBottomStart" | "onTabMoveToBottomEnd" | "onTabChanged" | "onTabPageScrollToEnd" | "onTabPageScrollToStart" | "onTabClick" | "onPluginLoadSuccess" | "onPluginLoadError")[], "onTabPageLoadData" | "onTabPageChanged" | "onTabEvent" | "onTabPageItemClick" | "onTabPageItemFocused" | "onTabPageSectionAttached" | "onTabPageScroll" | "onTabPageScrollStateChanged" | "onTabMoveToTopStart" | "onTabMoveToTopEnd" | "onTabMoveToBottomStart" | "onTabMoveToBottomEnd" | "onTabChanged" | "onTabPageScrollToEnd" | "onTabPageScrollToStart" | "onTabClick" | "onPluginLoadSuccess" | "onPluginLoadError", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
289
289
|
enablePlaceholder: {
|
|
290
290
|
type: BooleanConstructor;
|
|
291
291
|
default: boolean;
|
|
@@ -468,7 +468,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
468
468
|
type: ArrayConstructor;
|
|
469
469
|
default: () => never[];
|
|
470
470
|
};
|
|
471
|
-
}>> & {
|
|
471
|
+
}>> & Readonly<{
|
|
472
472
|
onOnTabPageLoadData?: ((...args: any[]) => any) | undefined;
|
|
473
473
|
onOnTabPageChanged?: ((...args: any[]) => any) | undefined;
|
|
474
474
|
onOnTabEvent?: ((...args: any[]) => any) | undefined;
|
|
@@ -487,7 +487,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
487
487
|
onOnTabClick?: ((...args: any[]) => any) | undefined;
|
|
488
488
|
onOnPluginLoadSuccess?: ((...args: any[]) => any) | undefined;
|
|
489
489
|
onOnPluginLoadError?: ((...args: any[]) => any) | undefined;
|
|
490
|
-
}
|
|
490
|
+
}>, {
|
|
491
491
|
enablePlaceholder: boolean;
|
|
492
492
|
preloadNumber: number;
|
|
493
493
|
tabNavBarClass: string;
|
|
@@ -526,5 +526,5 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
526
526
|
tabConfig: Record<string, any>;
|
|
527
527
|
waterfallConfig: Record<string, any>;
|
|
528
528
|
tabs: unknown[];
|
|
529
|
-
}, {}>;
|
|
529
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
530
530
|
export default _default;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { QtViewAPI } from "../view/QtViewAPI";
|
|
2
1
|
import { Ref } from "@vue/reactivity";
|
|
3
2
|
import { QTTextSpan } from "./QTTextSpan";
|
|
4
3
|
import { QTIText } from "./QTIText";
|
|
5
|
-
|
|
4
|
+
import { QtBaseViewAPI } from "../base/QtBaseViewAPI";
|
|
5
|
+
export interface QtTextAPI extends QtBaseViewAPI {
|
|
6
6
|
setText(instance: string | Ref<QTIText | undefined>, text: string): void;
|
|
7
7
|
setTextSize(instance: string | Ref<QTIText | undefined>, size: number): void;
|
|
8
8
|
setTextColor(instance: string | Ref<QTIText | undefined>, color: string): void;
|
|
9
9
|
textSpan(instance: string | Ref<QTIText | undefined>, span: QTTextSpan): void;
|
|
10
10
|
}
|
|
11
|
-
export declare function createQtTextAPI(viewAPI:
|
|
11
|
+
export declare function createQtTextAPI(viewAPI: QtBaseViewAPI): QtTextAPI;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { QTTextSpan } from "./QTTextSpan";
|
|
2
2
|
declare const _default: import("vue").DefineComponent<{}, {
|
|
3
|
-
dispatchFunctionBySid: (sid: string, funcName: string, args: import("..").QTNativeParams
|
|
4
|
-
requestFocus: (direction?: import("..").QTFocusDirection
|
|
5
|
-
requestChildFocus: (position: number, direction?: import("..").QTFocusDirection
|
|
3
|
+
dispatchFunctionBySid: (sid: string, funcName: string, args: Array<import("..").QTNativeParams>) => void;
|
|
4
|
+
requestFocus: (direction?: import("..").QTFocusDirection) => void;
|
|
5
|
+
requestChildFocus: (position: number, direction?: import("..").QTFocusDirection) => void;
|
|
6
6
|
clearFocus: () => void;
|
|
7
|
-
requestFocusDirectly: (direction?: import("..").QTFocusDirection
|
|
7
|
+
requestFocusDirectly: (direction?: import("..").QTFocusDirection) => void;
|
|
8
8
|
setVisibility: (v: import("..").QTIViewVisibility) => void;
|
|
9
9
|
requestRootLayout: () => void;
|
|
10
10
|
requestLayout: () => void;
|
|
@@ -20,11 +20,11 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
20
20
|
setPosition: (x: number, y: number, z: number) => void;
|
|
21
21
|
updateLayout: (width: number, height: number, x: number, y: number) => void;
|
|
22
22
|
invalidate: () => void;
|
|
23
|
-
dispatchFunctionForTarget: (targetName: string, functionTargetName: string, params: import("..").QTNativeParams
|
|
24
|
-
setBlockFocusDirections: (directionList: import("..").QTFocusDirectionName
|
|
25
|
-
setBlockFocusDirectionsOnFail: (directionList: import("..").QTFocusDirectionName
|
|
26
|
-
setInitFocus: (sid: string, delay?: number
|
|
27
|
-
setAutoFocus: (sid: string, delay?: number
|
|
23
|
+
dispatchFunctionForTarget: (targetName: string, functionTargetName: string, params: Array<import("..").QTNativeParams>, delay: number) => void;
|
|
24
|
+
setBlockFocusDirections: (directionList: Array<import("..").QTFocusDirectionName>) => void;
|
|
25
|
+
setBlockFocusDirectionsOnFail: (directionList: Array<import("..").QTFocusDirectionName>) => void;
|
|
26
|
+
setInitFocus: (sid: string, delay?: number) => void;
|
|
27
|
+
setAutoFocus: (sid: string, delay?: number) => void;
|
|
28
28
|
enabledAutofocus: (autofocus: boolean) => void;
|
|
29
29
|
requestAutofocus: () => void;
|
|
30
30
|
hasFocus: () => Promise<boolean>;
|
|
@@ -35,10 +35,10 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
35
35
|
requestChildFocusAtIndex: (position: number) => void;
|
|
36
36
|
clearMemoryFocused: () => void;
|
|
37
37
|
showDialog: (show: boolean) => void;
|
|
38
|
-
viewRef: import("vue").Ref<any>;
|
|
38
|
+
viewRef: import("vue").Ref<any, any>;
|
|
39
39
|
setText: (text: string) => void;
|
|
40
40
|
setTextSize: (size: number) => void;
|
|
41
41
|
setTextColor: (color: string) => void;
|
|
42
42
|
textSpan: (span: QTTextSpan) => void;
|
|
43
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").
|
|
43
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
44
44
|
export default _default;
|
package/dist/src/ul/QtULAPI.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { QtViewAPI } from "../view/QtViewAPI";
|
|
2
1
|
import { Ref } from "@vue/reactivity";
|
|
3
2
|
import { QTULInitPosition } from "./QTULInitPosition";
|
|
4
3
|
import { QTPosition } from "../core/QTPosition";
|
|
5
4
|
import { QTIUL } from "./QTIUL";
|
|
6
|
-
|
|
5
|
+
import { QtBaseViewAPI } from "../base/QtBaseViewAPI";
|
|
6
|
+
export interface QtULAPI extends QtBaseViewAPI {
|
|
7
7
|
scrollToIndex(instance: string | Ref<QTIUL | undefined>, x: number, y: number, animated: boolean, duration: number, offset: number): void;
|
|
8
8
|
setInitPosition(instance: string | Ref<QTIUL | undefined>, initPosition: QTULInitPosition): void;
|
|
9
9
|
clearInitPosition(instance: string | Ref<QTIUL | undefined>): void;
|
|
@@ -14,4 +14,4 @@ export interface QtULAPI extends QtViewAPI {
|
|
|
14
14
|
refreshListData(instance: string | Ref<QTIUL | undefined>): void;
|
|
15
15
|
getScrollOffset(instance: string | Ref<QTIUL | undefined>): Promise<QTPosition>;
|
|
16
16
|
}
|
|
17
|
-
export declare function createQtULAPI(viewAPI:
|
|
17
|
+
export declare function createQtULAPI(viewAPI: QtBaseViewAPI): QtULAPI;
|
package/dist/src/utils/type.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const isString: (val: unknown) =>
|
|
1
|
+
export declare const isString: (val: unknown) => val is string;
|
|
@@ -1,45 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
import { QTIView } from "./QTIView";
|
|
4
|
-
import { QTFocusDirection } from "../focus/QTFocusDirection";
|
|
5
|
-
import { QTFocusDescendant } from "../focus/QTFocusDescendant";
|
|
6
|
-
import { QTDescendantFocusability } from "../focus/QTDescendantFocusability";
|
|
7
|
-
import { QTNativeParams } from "../core/QTNativeParams";
|
|
8
|
-
import { QTFocusDirectionName } from "../focus/QTFocusDirectionName";
|
|
9
|
-
import { QTEventData } from "../core/QTEventData";
|
|
10
|
-
import { QTLocation } from "../core/QTLocation";
|
|
11
|
-
import { QTViewState } from "./QTViewState";
|
|
12
|
-
export interface QtViewAPI {
|
|
13
|
-
requestFocus(instance: string | Ref<QTIView | undefined>, direction?: QTFocusDirection): void;
|
|
14
|
-
requestChildFocus(instance: string | Ref<QTIView | undefined>, position: number): void;
|
|
15
|
-
clearFocus(instance: string | Ref<QTIView | undefined>): void;
|
|
16
|
-
requestFocusDirectly(instance: string | Ref<QTIView | undefined>, direction?: QTFocusDirection): void;
|
|
17
|
-
setVisibility(instance: string | Ref<QTIView | undefined>, v: QTIViewVisibility): void;
|
|
18
|
-
requestRootLayout(instance: string | Ref<QTIView | undefined>): void;
|
|
19
|
-
requestLayout(instance: string | Ref<QTIView | undefined>): void;
|
|
20
|
-
setDescendantFocusability(instance: string | Ref<QTIView | undefined>, descendant: QTFocusDescendant): void;
|
|
21
|
-
changeDescendantFocusability(instance: string | Ref<QTIView | undefined>, descendant: QTDescendantFocusability): void;
|
|
22
|
-
forceUpdateRenderNode(instance: string | Ref<QTIView | undefined>): void;
|
|
23
|
-
setBackGroundColor(instance: string | Ref<QTIView | undefined>, color: string): void;
|
|
24
|
-
layoutViewManual(instance: string | Ref<QTIView | undefined>): void;
|
|
25
|
-
blockRootFocus(instance: string | Ref<QTIView | undefined>): void;
|
|
26
|
-
unBlockRootFocus(instance: string | Ref<QTIView | undefined>): void;
|
|
27
|
-
changeAlpha(instance: string | Ref<QTIView | undefined>, alpha: number): void;
|
|
28
|
-
setScale(instance: string | Ref<QTIView | undefined>, x: number, y: number, duration: number): void;
|
|
29
|
-
setPosition(instance: string | Ref<QTIView | undefined>, x: number, y: number, z: number): void;
|
|
30
|
-
updateLayout(instance: string | Ref<QTIView | undefined>, width: number, height: number, x: number, y: number): void;
|
|
31
|
-
invalidate(instance: string | Ref<QTIView | undefined>): void;
|
|
32
|
-
dispatchFunctionForTarget(instance: string | Ref<QTIView | undefined>, targetName: string, functionTargetName: string, params: Array<QTNativeParams>, delay: number): void;
|
|
33
|
-
setBlockFocusDirections(instance: string | Ref<QTIView | undefined>, directionList: Array<QTFocusDirectionName>): void;
|
|
34
|
-
setBlockFocusDirectionsOnFail(instance: string | Ref<QTIView | undefined>, directionList: Array<QTFocusDirectionName>): void;
|
|
35
|
-
setInitFocus(instance: string | Ref<QTIView | undefined>, sid: string, delay?: number): void;
|
|
36
|
-
setAutoFocus(instance: string | Ref<QTIView | undefined>, sid: string, delay?: number): void;
|
|
37
|
-
enabledAutofocus(instance: string | Ref<QTIView | undefined>, autofocus: boolean): void;
|
|
38
|
-
requestAutofocus(instance: string | Ref<QTIView | undefined>): void;
|
|
39
|
-
hasFocus(instance: string | Ref<QTIView | undefined>): Promise<boolean>;
|
|
40
|
-
isFocused(instance: string | Ref<QTIView | undefined>): Promise<boolean>;
|
|
41
|
-
getLocationOnScreen(instance: string | Ref<QTIView | undefined>): Promise<QTEventData<QTLocation>>;
|
|
42
|
-
getViewState(instance: string | Ref<QTIView | undefined>): Promise<QTViewState>;
|
|
43
|
-
getChildViewState(instance: string | Ref<QTIView | undefined>, position: number): Promise<QTViewState>;
|
|
1
|
+
import { QtBaseViewAPI } from "../base/QtBaseViewAPI";
|
|
2
|
+
export interface QtViewAPI extends QtBaseViewAPI {
|
|
44
3
|
}
|
|
45
|
-
export declare function createQtViewAPI(): QtViewAPI;
|
|
4
|
+
export declare function createQtViewAPI(viewAPI: QtBaseViewAPI): QtViewAPI;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
-
dispatchFunctionBySid: (sid: string, funcName: string, args: import("..").QTNativeParams
|
|
3
|
-
requestFocus: (direction?: import("..").QTFocusDirection
|
|
4
|
-
requestChildFocus: (position: number, direction?: import("..").QTFocusDirection
|
|
2
|
+
dispatchFunctionBySid: (sid: string, funcName: string, args: Array<import("..").QTNativeParams>) => void;
|
|
3
|
+
requestFocus: (direction?: import("..").QTFocusDirection) => void;
|
|
4
|
+
requestChildFocus: (position: number, direction?: import("..").QTFocusDirection) => void;
|
|
5
5
|
clearFocus: () => void;
|
|
6
|
-
requestFocusDirectly: (direction?: import("..").QTFocusDirection
|
|
6
|
+
requestFocusDirectly: (direction?: import("..").QTFocusDirection) => void;
|
|
7
7
|
setVisibility: (v: import("./QTIViewVisibility").QTIViewVisibility) => void;
|
|
8
8
|
requestRootLayout: () => void;
|
|
9
9
|
requestLayout: () => void;
|
|
@@ -19,11 +19,11 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
19
19
|
setPosition: (x: number, y: number, z: number) => void;
|
|
20
20
|
updateLayout: (width: number, height: number, x: number, y: number) => void;
|
|
21
21
|
invalidate: () => void;
|
|
22
|
-
dispatchFunctionForTarget: (targetName: string, functionTargetName: string, params: import("..").QTNativeParams
|
|
23
|
-
setBlockFocusDirections: (directionList: import("..").QTFocusDirectionName
|
|
24
|
-
setBlockFocusDirectionsOnFail: (directionList: import("..").QTFocusDirectionName
|
|
25
|
-
setInitFocus: (sid: string, delay?: number
|
|
26
|
-
setAutoFocus: (sid: string, delay?: number
|
|
22
|
+
dispatchFunctionForTarget: (targetName: string, functionTargetName: string, params: Array<import("..").QTNativeParams>, delay: number) => void;
|
|
23
|
+
setBlockFocusDirections: (directionList: Array<import("..").QTFocusDirectionName>) => void;
|
|
24
|
+
setBlockFocusDirectionsOnFail: (directionList: Array<import("..").QTFocusDirectionName>) => void;
|
|
25
|
+
setInitFocus: (sid: string, delay?: number) => void;
|
|
26
|
+
setAutoFocus: (sid: string, delay?: number) => void;
|
|
27
27
|
enabledAutofocus: (autofocus: boolean) => void;
|
|
28
28
|
requestAutofocus: () => void;
|
|
29
29
|
hasFocus: () => Promise<boolean>;
|
|
@@ -34,8 +34,8 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
34
34
|
requestChildFocusAtIndex: (position: number) => void;
|
|
35
35
|
clearMemoryFocused: () => void;
|
|
36
36
|
showDialog: (show: boolean) => void;
|
|
37
|
-
viewRef: import("vue").Ref<any>;
|
|
38
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "clearFocus"[], "clearFocus", import("vue").PublicProps, Readonly<
|
|
37
|
+
viewRef: import("vue").Ref<any, any>;
|
|
38
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "clearFocus"[], "clearFocus", import("vue").PublicProps, Readonly<{}> & Readonly<{
|
|
39
39
|
onClearFocus?: ((...args: any[]) => any) | undefined;
|
|
40
|
-
}, {}, {}>;
|
|
40
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
41
41
|
export default _default;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { QtViewAPI } from "../view/QtViewAPI";
|
|
2
1
|
import { QtBaseListViewAPI } from "../list/QtBaseListViewAPI";
|
|
3
2
|
import { QTWaterfall } from "./core/QTWaterfall";
|
|
4
3
|
import { QTWaterfallSection } from "./core/QTWaterfallSection";
|
|
5
4
|
import { QTWaterfallItem } from "./core/QTWaterfallItem";
|
|
6
5
|
import { Ref } from "@vue/reactivity";
|
|
7
6
|
import { QTIWaterfall } from "./core/QTIWaterfall";
|
|
8
|
-
|
|
7
|
+
import { QtBaseViewAPI } from "../base/QtBaseViewAPI";
|
|
8
|
+
export interface QtWaterfallAPI extends QtBaseViewAPI, QtBaseListViewAPI {
|
|
9
9
|
init(instance: Ref<QTIWaterfall | undefined>, waterfall: QTWaterfall): any;
|
|
10
10
|
getSectionList(instance: Ref<QTIWaterfall | undefined>): Array<QTWaterfallSection>;
|
|
11
11
|
setSectionList(instance: Ref<QTIWaterfall | undefined>, sections: Array<QTWaterfallSection>): void;
|
|
@@ -20,4 +20,4 @@ export interface QtWaterfallAPI extends QtViewAPI, QtBaseListViewAPI {
|
|
|
20
20
|
updateItemList(instance: Ref<QTIWaterfall | undefined>, sectionIndex: number, itemIndex: number, count: number, itemList: Array<QTWaterfallItem>): void;
|
|
21
21
|
getItem(instance: Ref<QTIWaterfall | undefined>, sectionIndex: number, itemIndex: number): QTWaterfallItem | undefined;
|
|
22
22
|
}
|
|
23
|
-
export declare function createQtWaterfallAPI(viewAPI:
|
|
23
|
+
export declare function createQtWaterfallAPI(viewAPI: QtBaseViewAPI, listViewAPI: QtBaseListViewAPI): QtWaterfallAPI;
|
|
@@ -5,7 +5,7 @@ import { QTWaterfallItem } from "./core/QTWaterfallItem";
|
|
|
5
5
|
import { QTWaterfallEvent } from "./core/QTWaterfallEvent";
|
|
6
6
|
import { QTWaterfallVisibleType } from "./core/QTWaterfallVisibleType";
|
|
7
7
|
import { QTPluginViewEvent } from "../plugin/QTIPluginView";
|
|
8
|
-
declare const _default: import("vue").DefineComponent<{
|
|
8
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
9
9
|
enablePlaceholder: {
|
|
10
10
|
type: BooleanConstructor;
|
|
11
11
|
default: boolean;
|
|
@@ -69,16 +69,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
69
69
|
type: StringConstructor;
|
|
70
70
|
required: false;
|
|
71
71
|
};
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
}, {
|
|
77
|
-
dispatchFunctionBySid: (sid: string, funcName: string, args: import("..").QTNativeParams[]) => void;
|
|
78
|
-
requestFocus: (direction?: import("..").QTFocusDirection | undefined) => void;
|
|
79
|
-
requestChildFocus: (position: number, direction?: import("..").QTFocusDirection | undefined) => void;
|
|
72
|
+
}>, {
|
|
73
|
+
dispatchFunctionBySid: (sid: string, funcName: string, args: Array<import("..").QTNativeParams>) => void;
|
|
74
|
+
requestFocus: (direction?: import("..").QTFocusDirection) => void;
|
|
75
|
+
requestChildFocus: (position: number, direction?: import("..").QTFocusDirection) => void;
|
|
80
76
|
clearFocus: () => void;
|
|
81
|
-
requestFocusDirectly: (direction?: import("..").QTFocusDirection
|
|
77
|
+
requestFocusDirectly: (direction?: import("..").QTFocusDirection) => void;
|
|
82
78
|
setVisibility: (v: import("..").QTIViewVisibility) => void;
|
|
83
79
|
requestRootLayout: () => void;
|
|
84
80
|
requestLayout: () => void;
|
|
@@ -94,11 +90,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
94
90
|
setPosition: (x: number, y: number, z: number) => void;
|
|
95
91
|
updateLayout: (width: number, height: number, x: number, y: number) => void;
|
|
96
92
|
invalidate: () => void;
|
|
97
|
-
dispatchFunctionForTarget: (targetName: string, functionTargetName: string, params: import("..").QTNativeParams
|
|
98
|
-
setBlockFocusDirections: (directionList: import("..").QTFocusDirectionName
|
|
99
|
-
setBlockFocusDirectionsOnFail: (directionList: import("..").QTFocusDirectionName
|
|
100
|
-
setInitFocus: (sid: string, delay?: number
|
|
101
|
-
setAutoFocus: (sid: string, delay?: number
|
|
93
|
+
dispatchFunctionForTarget: (targetName: string, functionTargetName: string, params: Array<import("..").QTNativeParams>, delay: number) => void;
|
|
94
|
+
setBlockFocusDirections: (directionList: Array<import("..").QTFocusDirectionName>) => void;
|
|
95
|
+
setBlockFocusDirectionsOnFail: (directionList: Array<import("..").QTFocusDirectionName>) => void;
|
|
96
|
+
setInitFocus: (sid: string, delay?: number) => void;
|
|
97
|
+
setAutoFocus: (sid: string, delay?: number) => void;
|
|
102
98
|
enabledAutofocus: (autofocus: boolean) => void;
|
|
103
99
|
requestAutofocus: () => void;
|
|
104
100
|
hasFocus: () => Promise<boolean>;
|
|
@@ -109,8 +105,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
109
105
|
requestChildFocusAtIndex: (position: number) => void;
|
|
110
106
|
clearMemoryFocused: () => void;
|
|
111
107
|
showDialog: (show: boolean) => void;
|
|
112
|
-
waterfallRef: import("vue").Ref<ESIListView | undefined>;
|
|
113
|
-
visibleType: import("vue").Ref<QTWaterfallVisibleType>;
|
|
108
|
+
waterfallRef: import("vue").Ref<ESIListView | undefined, ESIListView | undefined>;
|
|
109
|
+
visibleType: import("vue").Ref<QTWaterfallVisibleType, QTWaterfallVisibleType>;
|
|
114
110
|
init: (data: QTWaterfall) => void;
|
|
115
111
|
getSectionList: () => Array<QTWaterfallSection>;
|
|
116
112
|
setSectionList: (sectionList: Array<QTWaterfallSection>) => void;
|
|
@@ -153,7 +149,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
153
149
|
onScrollYLesserReference: () => void;
|
|
154
150
|
onPluginLoadSuccess: (event: QTPluginViewEvent) => void;
|
|
155
151
|
onPluginLoadError: (event: QTPluginViewEvent) => void;
|
|
156
|
-
},
|
|
152
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onScroll" | "onScrollStateChanged" | "onItemClick" | "onItemFocused" | "onSectionBind" | "onSectionAttached" | "onSectionDetached" | "onScrollYGreaterReference" | "onScrollYLesserReference" | "onPluginLoadSuccess" | "onPluginLoadError")[], "onScroll" | "onScrollStateChanged" | "onItemClick" | "onItemFocused" | "onSectionBind" | "onSectionAttached" | "onSectionDetached" | "onScrollYGreaterReference" | "onScrollYLesserReference" | "onPluginLoadSuccess" | "onPluginLoadError", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
157
153
|
enablePlaceholder: {
|
|
158
154
|
type: BooleanConstructor;
|
|
159
155
|
default: boolean;
|
|
@@ -217,11 +213,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
217
213
|
type: StringConstructor;
|
|
218
214
|
required: false;
|
|
219
215
|
};
|
|
220
|
-
|
|
221
|
-
type: StringConstructor;
|
|
222
|
-
default: string;
|
|
223
|
-
};
|
|
224
|
-
}>> & {
|
|
216
|
+
}>> & Readonly<{
|
|
225
217
|
onOnScroll?: ((...args: any[]) => any) | undefined;
|
|
226
218
|
onOnScrollStateChanged?: ((...args: any[]) => any) | undefined;
|
|
227
219
|
onOnItemClick?: ((...args: any[]) => any) | undefined;
|
|
@@ -233,7 +225,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
233
225
|
onOnScrollYLesserReference?: ((...args: any[]) => any) | undefined;
|
|
234
226
|
onOnPluginLoadSuccess?: ((...args: any[]) => any) | undefined;
|
|
235
227
|
onOnPluginLoadError?: ((...args: any[]) => any) | undefined;
|
|
236
|
-
}
|
|
228
|
+
}>, {
|
|
237
229
|
enablePlaceholder: boolean;
|
|
238
230
|
blockFocusDirections: unknown[];
|
|
239
231
|
vueSectionBlockFocusDirections: unknown[];
|
|
@@ -243,6 +235,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
243
235
|
scrollYGreaterReferenceValue: number;
|
|
244
236
|
pStype: Record<string, any>;
|
|
245
237
|
qtTabSectionEnable: Record<string, any>;
|
|
246
|
-
|
|
247
|
-
}, {}>;
|
|
238
|
+
}, {}, {
|
|
239
|
+
'flex-section': import("vue").DefineComponent<{}, {}, any>;
|
|
240
|
+
'list-section': import("vue").DefineComponent<{}, {}, any>;
|
|
241
|
+
'section-title': import("vue").DefineComponent<{}, {}, any>;
|
|
242
|
+
'loading-section': import("vue").DefineComponent<{}, {}, any>;
|
|
243
|
+
'end-section': import("vue").DefineComponent<{}, {}, any>;
|
|
244
|
+
'blank-section': import("vue").DefineComponent<{}, {}, any>;
|
|
245
|
+
'card-section': import("vue").DefineComponent<{}, {}, any>;
|
|
246
|
+
'vue-section': import("vue").DefineComponent<{}, {}, any>;
|
|
247
|
+
'plugin-section': import("vue").DefineComponent<{}, {}, any>;
|
|
248
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
248
249
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
declare const _default: import("@vue/runtime-core").DefineComponent<{}, {
|
|
2
2
|
onFocus: (e: any) => void;
|
|
3
|
-
}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").
|
|
3
|
+
}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("@vue/runtime-core").ComponentProvideOptions, true, {}, any>;
|
|
4
4
|
export default _default;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
2
|
onFocus: (e: any) => void;
|
|
3
|
-
dispatchFunctionBySid: (sid: string, funcName: string, args: import("../..").QTNativeParams
|
|
4
|
-
requestFocus: (direction?: import("../..").QTFocusDirection
|
|
5
|
-
requestChildFocus: (position: number, direction?: import("../..").QTFocusDirection
|
|
3
|
+
dispatchFunctionBySid: (sid: string, funcName: string, args: Array<import("../..").QTNativeParams>) => void;
|
|
4
|
+
requestFocus: (direction?: import("../..").QTFocusDirection) => void;
|
|
5
|
+
requestChildFocus: (position: number, direction?: import("../..").QTFocusDirection) => void;
|
|
6
6
|
clearFocus: () => void;
|
|
7
|
-
requestFocusDirectly: (direction?: import("../..").QTFocusDirection
|
|
7
|
+
requestFocusDirectly: (direction?: import("../..").QTFocusDirection) => void;
|
|
8
8
|
setVisibility: (v: import("../..").QTIViewVisibility) => void;
|
|
9
9
|
requestRootLayout: () => void;
|
|
10
10
|
requestLayout: () => void;
|
|
@@ -20,11 +20,11 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
20
20
|
setPosition: (x: number, y: number, z: number) => void;
|
|
21
21
|
updateLayout: (width: number, height: number, x: number, y: number) => void;
|
|
22
22
|
invalidate: () => void;
|
|
23
|
-
dispatchFunctionForTarget: (targetName: string, functionTargetName: string, params: import("../..").QTNativeParams
|
|
24
|
-
setBlockFocusDirections: (directionList: import("../..").QTFocusDirectionName
|
|
25
|
-
setBlockFocusDirectionsOnFail: (directionList: import("../..").QTFocusDirectionName
|
|
26
|
-
setInitFocus: (sid: string, delay?: number
|
|
27
|
-
setAutoFocus: (sid: string, delay?: number
|
|
23
|
+
dispatchFunctionForTarget: (targetName: string, functionTargetName: string, params: Array<import("../..").QTNativeParams>, delay: number) => void;
|
|
24
|
+
setBlockFocusDirections: (directionList: Array<import("../..").QTFocusDirectionName>) => void;
|
|
25
|
+
setBlockFocusDirectionsOnFail: (directionList: Array<import("../..").QTFocusDirectionName>) => void;
|
|
26
|
+
setInitFocus: (sid: string, delay?: number) => void;
|
|
27
|
+
setAutoFocus: (sid: string, delay?: number) => void;
|
|
28
28
|
enabledAutofocus: (autofocus: boolean) => void;
|
|
29
29
|
requestAutofocus: () => void;
|
|
30
30
|
hasFocus: () => Promise<boolean>;
|
|
@@ -35,8 +35,8 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
35
35
|
requestChildFocusAtIndex: (position: number) => void;
|
|
36
36
|
clearMemoryFocused: () => void;
|
|
37
37
|
showDialog: (show: boolean) => void;
|
|
38
|
-
viewRef: import("vue").Ref<any>;
|
|
39
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "focus"[], "focus", import("vue").PublicProps, Readonly<
|
|
38
|
+
viewRef: import("vue").Ref<any, any>;
|
|
39
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "focus"[], "focus", import("vue").PublicProps, Readonly<{}> & Readonly<{
|
|
40
40
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
41
|
-
}, {}, {}>;
|
|
41
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
42
42
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("@vue/runtime-core").DefineComponent<{}, {}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").
|
|
1
|
+
declare const _default: import("@vue/runtime-core").DefineComponent<{}, {}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("@vue/runtime-core").ComponentProvideOptions, true, {}, any>;
|
|
2
2
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
declare const _default: import("@vue/runtime-core").DefineComponent<{}, {
|
|
2
2
|
onFocus: (e: any) => void;
|
|
3
|
-
}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").
|
|
3
|
+
}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("@vue/runtime-core").ComponentProvideOptions, true, {}, any>;
|
|
4
4
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("@vue/runtime-core").DefineComponent<{}, {}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").
|
|
1
|
+
declare const _default: import("@vue/runtime-core").DefineComponent<{}, {}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("@vue/runtime-core").ComponentProvideOptions, true, {}, any>;
|
|
2
2
|
export default _default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { QTWaterfallSectionType } from "../core/QTWaterfallSectionType";
|
|
2
2
|
import { QTWaterfallItemType } from "../core/QTWaterfallItemType";
|
|
3
|
-
declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
3
|
+
declare const _default: import("@vue/runtime-core").DefineComponent<import("@vue/runtime-core").ExtractPropTypes<{
|
|
4
4
|
enablePlaceholder: {
|
|
5
5
|
type: BooleanConstructor;
|
|
6
6
|
default: boolean;
|
|
@@ -41,9 +41,9 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
41
41
|
cardItemEnable: boolean;
|
|
42
42
|
};
|
|
43
43
|
};
|
|
44
|
-
}
|
|
44
|
+
}>, {
|
|
45
45
|
onFocus: (e: any) => void;
|
|
46
|
-
},
|
|
46
|
+
}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, "focus"[], "focus", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
|
|
47
47
|
enablePlaceholder: {
|
|
48
48
|
type: BooleanConstructor;
|
|
49
49
|
default: boolean;
|
|
@@ -84,9 +84,9 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
84
84
|
cardItemEnable: boolean;
|
|
85
85
|
};
|
|
86
86
|
};
|
|
87
|
-
}>> & {
|
|
87
|
+
}>> & Readonly<{
|
|
88
88
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
89
|
-
}
|
|
89
|
+
}>, {
|
|
90
90
|
enablePlaceholder: boolean;
|
|
91
91
|
plateData: string;
|
|
92
92
|
useDiff: boolean;
|
|
@@ -96,5 +96,8 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
96
96
|
currentPageIndex: number;
|
|
97
97
|
itemFocusScale: number;
|
|
98
98
|
flexSection: Record<string, any>;
|
|
99
|
-
}, {}
|
|
99
|
+
}, {}, {
|
|
100
|
+
'card-item': import("@vue/runtime-core").DefineComponent<{}, {}, any>;
|
|
101
|
+
'qt-plugin-item': import("@vue/runtime-core").DefineComponent<{}, {}, any>;
|
|
102
|
+
}, {}, string, import("@vue/runtime-core").ComponentProvideOptions, true, {}, any>;
|
|
100
103
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("@vue/runtime-core").DefineComponent<{}, {}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").
|
|
1
|
+
declare const _default: import("@vue/runtime-core").DefineComponent<{}, {}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("@vue/runtime-core").ComponentProvideOptions, true, {}, any>;
|
|
2
2
|
export default _default;
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
1
|
+
declare const _default: import("@vue/runtime-core").DefineComponent<import("@vue/runtime-core").ExtractPropTypes<{
|
|
2
2
|
pluginKey: {
|
|
3
3
|
type: StringConstructor;
|
|
4
4
|
default: string;
|
|
5
5
|
};
|
|
6
|
-
}
|
|
6
|
+
}>, {
|
|
7
7
|
onFocus: (e: any) => void;
|
|
8
|
-
},
|
|
8
|
+
}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, "focus"[], "focus", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
|
|
9
9
|
pluginKey: {
|
|
10
10
|
type: StringConstructor;
|
|
11
11
|
default: string;
|
|
12
12
|
};
|
|
13
|
-
}>> & {
|
|
13
|
+
}>> & Readonly<{
|
|
14
14
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
15
|
-
}
|
|
15
|
+
}>, {
|
|
16
16
|
pluginKey: string;
|
|
17
|
-
}, {}>;
|
|
17
|
+
}, {}, {}, {}, string, import("@vue/runtime-core").ComponentProvideOptions, true, {}, any>;
|
|
18
18
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { QTWaterfallSectionType } from "../core/QTWaterfallSectionType";
|
|
2
|
-
declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
2
|
+
declare const _default: import("@vue/runtime-core").DefineComponent<import("@vue/runtime-core").ExtractPropTypes<{
|
|
3
3
|
plateTitleLeftMargin: {
|
|
4
4
|
type: NumberConstructor;
|
|
5
5
|
default: number;
|
|
@@ -8,7 +8,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
8
8
|
type: NumberConstructor;
|
|
9
9
|
default: QTWaterfallSectionType;
|
|
10
10
|
};
|
|
11
|
-
}
|
|
11
|
+
}>, {}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
|
|
12
12
|
plateTitleLeftMargin: {
|
|
13
13
|
type: NumberConstructor;
|
|
14
14
|
default: number;
|
|
@@ -17,8 +17,8 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
17
17
|
type: NumberConstructor;
|
|
18
18
|
default: QTWaterfallSectionType;
|
|
19
19
|
};
|
|
20
|
-
}
|
|
20
|
+
}>> & Readonly<{}>, {
|
|
21
21
|
plateTitleLeftMargin: number;
|
|
22
22
|
type: number;
|
|
23
|
-
}, {}>;
|
|
23
|
+
}, {}, {}, {}, string, import("@vue/runtime-core").ComponentProvideOptions, true, {}, any>;
|
|
24
24
|
export default _default;
|