@quicktvui/quicktvui3 1.1.37-beta.16 → 1.1.37-beta.18
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.
|
@@ -171,6 +171,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
171
171
|
cardSectionEnable: boolean;
|
|
172
172
|
pluginSectionEnable: boolean;
|
|
173
173
|
vueSectionEnable: boolean;
|
|
174
|
+
itemStoreEnable: boolean;
|
|
174
175
|
};
|
|
175
176
|
};
|
|
176
177
|
}, {
|
|
@@ -401,6 +402,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
401
402
|
cardSectionEnable: boolean;
|
|
402
403
|
pluginSectionEnable: boolean;
|
|
403
404
|
vueSectionEnable: boolean;
|
|
405
|
+
itemStoreEnable: boolean;
|
|
404
406
|
};
|
|
405
407
|
};
|
|
406
408
|
}>> & {
|
|
@@ -61,6 +61,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
61
61
|
cardSectionEnable: boolean;
|
|
62
62
|
pluginSectionEnable: boolean;
|
|
63
63
|
vueSectionEnable: boolean;
|
|
64
|
+
itemStoreEnable: boolean;
|
|
64
65
|
};
|
|
65
66
|
};
|
|
66
67
|
tvItemListName: {
|
|
@@ -174,6 +175,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
174
175
|
cardSectionEnable: boolean;
|
|
175
176
|
pluginSectionEnable: boolean;
|
|
176
177
|
vueSectionEnable: boolean;
|
|
178
|
+
itemStoreEnable: boolean;
|
|
177
179
|
};
|
|
178
180
|
};
|
|
179
181
|
tvItemListName: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quicktvui/quicktvui3",
|
|
3
|
-
"version": "1.1.37-beta.
|
|
3
|
+
"version": "1.1.37-beta.18",
|
|
4
4
|
"description": "ExtScreen framework",
|
|
5
5
|
"author": "ExtScreen Team",
|
|
6
6
|
"homepage": "http://extscreen.com",
|
|
@@ -21,5 +21,6 @@
|
|
|
21
21
|
],
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@quicktvui/quicktvui3": "^1.1.37-beta.10"
|
|
24
|
-
}
|
|
24
|
+
},
|
|
25
|
+
"web-types": "web-types.json"
|
|
25
26
|
}
|