@quicktvui/quicktvui3 3.0.0-alpha.9 → 3.0.1
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 +4 -4
- package/dist/src/base/useBaseView.d.ts +1 -0
- package/dist/src/button/index.vue.d.ts +1 -0
- package/dist/src/classified-list-view/index.vue.d.ts +1 -0
- package/dist/src/collapse/index.vue.d.ts +1 -0
- package/dist/src/grid-view/index.vue.d.ts +1 -0
- package/dist/src/image/index.vue.d.ts +1 -0
- package/dist/src/long-image/index.vue.d.ts +1 -0
- package/dist/src/nav-bar/index.vue.d.ts +1 -0
- package/dist/src/poster/index.vue.d.ts +1 -0
- package/dist/src/section/index.vue.d.ts +1 -0
- package/dist/src/tab/index.vue.d.ts +1 -0
- package/dist/src/text/index.vue.d.ts +1 -0
- package/dist/src/view/index.vue.d.ts +1 -0
- package/dist/src/waterfall/index.vue.d.ts +1 -0
- package/dist/src/waterfall/item/plugin-item.vue.d.ts +1 -0
- package/package.json +12 -7
|
@@ -92,6 +92,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
92
92
|
requestChildFocusAtIndex: (position: number) => void;
|
|
93
93
|
clearMemoryFocused: () => void;
|
|
94
94
|
showDialog: (show: boolean) => void;
|
|
95
|
+
deepInvalidate: (params: Record<string, any>) => void;
|
|
95
96
|
buttonRef: import("vue").Ref<any, any>;
|
|
96
97
|
focused: import("vue").Ref<boolean, boolean>;
|
|
97
98
|
onFocus: (e: any) => void;
|
|
@@ -61,6 +61,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
61
61
|
requestChildFocusAtIndex: (position: number) => void;
|
|
62
62
|
clearMemoryFocused: () => void;
|
|
63
63
|
showDialog: (show: boolean) => void;
|
|
64
|
+
deepInvalidate: (params: Record<string, any>) => void;
|
|
64
65
|
descendantFocusability: import("vue").Ref<number, number>;
|
|
65
66
|
content_list_view: import("vue").Ref<QTIListView | undefined, QTIListView | undefined>;
|
|
66
67
|
nav_list_view: import("vue").Ref<QTIListView | undefined, QTIListView | undefined>;
|
|
@@ -37,6 +37,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
37
37
|
requestChildFocusAtIndex: (position: number) => void;
|
|
38
38
|
clearMemoryFocused: () => void;
|
|
39
39
|
showDialog: (show: boolean) => void;
|
|
40
|
+
deepInvalidate: (params: Record<string, any>) => void;
|
|
40
41
|
collapseItemComponentList: import("vue").Ref<any, any>;
|
|
41
42
|
initComponentRef: (el: QTICollapseItem, item: {
|
|
42
43
|
name: string;
|
|
@@ -137,6 +137,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
137
137
|
requestChildFocusAtIndex: (position: number) => void;
|
|
138
138
|
clearMemoryFocused: () => void;
|
|
139
139
|
showDialog: (show: boolean) => void;
|
|
140
|
+
deepInvalidate: (params: Record<string, any>) => void;
|
|
140
141
|
tv_list: import("vue").Ref<any, any>;
|
|
141
142
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("item-click" | "scroll" | "item-unbind" | "scroll-state-changed" | "item-bind" | "item-focused")[], "item-click" | "scroll" | "item-unbind" | "scroll-state-changed" | "item-bind" | "item-focused", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
142
143
|
loadMore: {
|
|
@@ -35,6 +35,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
35
35
|
requestChildFocusAtIndex: (position: number) => void;
|
|
36
36
|
clearMemoryFocused: () => void;
|
|
37
37
|
showDialog: (show: boolean) => void;
|
|
38
|
+
deepInvalidate: (params: Record<string, any>) => void;
|
|
38
39
|
viewRef: import("vue").Ref<any, any>;
|
|
39
40
|
setSrc: (url: string) => void;
|
|
40
41
|
resizeMode: (mode: QTImageResizeMode) => void;
|
|
@@ -99,6 +99,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
99
99
|
requestChildFocusAtIndex: (position: number) => void;
|
|
100
100
|
clearMemoryFocused: () => void;
|
|
101
101
|
showDialog: (show: boolean) => void;
|
|
102
|
+
deepInvalidate: (params: Record<string, any>) => void;
|
|
102
103
|
viewRef: import("vue").Ref<QTILongImage | undefined, QTILongImage | undefined>;
|
|
103
104
|
setSrc: (url: string, fileId?: string) => void;
|
|
104
105
|
setInitScale: (type: QTLongImageScaleType, scale?: number) => void;
|
|
@@ -81,6 +81,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
81
81
|
requestChildFocusAtIndex: (position: number) => void;
|
|
82
82
|
clearMemoryFocused: () => void;
|
|
83
83
|
showDialog: (show: boolean) => void;
|
|
84
|
+
deepInvalidate: (params: Record<string, any>) => void;
|
|
84
85
|
navList: import("vue").Ref<QTIListView | undefined, QTIListView | undefined>;
|
|
85
86
|
focusColor: import("vue").Ref<string, string>;
|
|
86
87
|
textColor: {
|
|
@@ -75,6 +75,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
75
75
|
requestChildFocusAtIndex: (position: number) => void;
|
|
76
76
|
clearMemoryFocused: () => void;
|
|
77
77
|
showDialog: (show: boolean) => void;
|
|
78
|
+
deepInvalidate: (params: Record<string, any>) => void;
|
|
78
79
|
mainTextShowOnState: string[];
|
|
79
80
|
viewRef: import("vue").Ref<any, any>;
|
|
80
81
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -34,6 +34,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
34
34
|
requestChildFocusAtIndex: (position: number) => void;
|
|
35
35
|
clearMemoryFocused: () => void;
|
|
36
36
|
showDialog: (show: boolean) => void;
|
|
37
|
+
deepInvalidate: (params: Record<string, any>) => void;
|
|
37
38
|
onSectionBind: () => void;
|
|
38
39
|
viewRef: import("vue").Ref<any, any>;
|
|
39
40
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -240,6 +240,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
240
240
|
requestChildFocusAtIndex: (position: number) => void;
|
|
241
241
|
clearMemoryFocused: () => void;
|
|
242
242
|
showDialog: (show: boolean) => void;
|
|
243
|
+
deepInvalidate: (params: Record<string, any>) => void;
|
|
243
244
|
tabs: import("vue").Ref<ESITab | undefined, ESITab | undefined>;
|
|
244
245
|
ifTabs: import("vue").Ref<boolean, boolean>;
|
|
245
246
|
navBarRef: import("vue").Ref<QTINavBar | undefined, QTINavBar | undefined>;
|
|
@@ -35,6 +35,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
35
35
|
requestChildFocusAtIndex: (position: number) => void;
|
|
36
36
|
clearMemoryFocused: () => void;
|
|
37
37
|
showDialog: (show: boolean) => void;
|
|
38
|
+
deepInvalidate: (params: Record<string, any>) => void;
|
|
38
39
|
viewRef: import("vue").Ref<any, any>;
|
|
39
40
|
setText: (text: string) => void;
|
|
40
41
|
setTextSize: (size: number) => void;
|
|
@@ -34,6 +34,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
34
34
|
requestChildFocusAtIndex: (position: number) => void;
|
|
35
35
|
clearMemoryFocused: () => void;
|
|
36
36
|
showDialog: (show: boolean) => void;
|
|
37
|
+
deepInvalidate: (params: Record<string, any>) => void;
|
|
37
38
|
viewRef: import("vue").Ref<any, any>;
|
|
38
39
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "clearFocus"[], "clearFocus", import("vue").PublicProps, Readonly<{}> & Readonly<{
|
|
39
40
|
onClearFocus?: ((...args: any[]) => any) | undefined;
|
|
@@ -105,6 +105,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
105
105
|
requestChildFocusAtIndex: (position: number) => void;
|
|
106
106
|
clearMemoryFocused: () => void;
|
|
107
107
|
showDialog: (show: boolean) => void;
|
|
108
|
+
deepInvalidate: (params: Record<string, any>) => void;
|
|
108
109
|
waterfallRef: import("vue").Ref<ESIListView | undefined, ESIListView | undefined>;
|
|
109
110
|
visibleType: import("vue").Ref<QTWaterfallVisibleType, QTWaterfallVisibleType>;
|
|
110
111
|
init: (data: QTWaterfall) => void;
|
|
@@ -35,6 +35,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
35
35
|
requestChildFocusAtIndex: (position: number) => void;
|
|
36
36
|
clearMemoryFocused: () => void;
|
|
37
37
|
showDialog: (show: boolean) => void;
|
|
38
|
+
deepInvalidate: (params: Record<string, any>) => void;
|
|
38
39
|
viewRef: import("vue").Ref<any, any>;
|
|
39
40
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "focus"[], "focus", import("vue").PublicProps, Readonly<{}> & Readonly<{
|
|
40
41
|
onFocus?: ((...args: any[]) => any) | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quicktvui/quicktvui3",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.1",
|
|
4
4
|
"description": "Quick TV framework",
|
|
5
5
|
"author": "Quick TV Team",
|
|
6
6
|
"homepage": "https://quicktvui.com",
|
|
@@ -23,11 +23,16 @@
|
|
|
23
23
|
],
|
|
24
24
|
"web-types": "web-types.json",
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@extscreen/es3-
|
|
27
|
-
"@extscreen/es3-
|
|
28
|
-
"@extscreen/es3-
|
|
29
|
-
"@extscreen/es3-
|
|
30
|
-
"@extscreen/es3-
|
|
31
|
-
"@extscreen/es3-
|
|
26
|
+
"@extscreen/es3-audio-player": "~3.0.0",
|
|
27
|
+
"@extscreen/es3-audio-service-player": "~3.0.0",
|
|
28
|
+
"@extscreen/es3-component": "~3.0.0",
|
|
29
|
+
"@extscreen/es3-core": "~3.0.0",
|
|
30
|
+
"@extscreen/es3-player": "~3.0.0",
|
|
31
|
+
"@extscreen/es3-player-manager": "~3.0.0",
|
|
32
|
+
"@extscreen/es3-router": "~3.0.0",
|
|
33
|
+
"@extscreen/es3-soundpool-player": "~3.0.0",
|
|
34
|
+
"@extscreen/es3-video-player": "~3.0.0",
|
|
35
|
+
"@extscreen/es3-vue": "~3.0.0",
|
|
36
|
+
"@extscreen/es3-vue-style-parser": "~3.0.0"
|
|
32
37
|
}
|
|
33
38
|
}
|