@quicktvui/quicktvui3 1.1.46-beta.1 → 1.1.46-beta.2

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.
@@ -188,7 +188,7 @@ declare const _default: import("vue").DefineComponent<{
188
188
  height: number;
189
189
  };
190
190
  };
191
- tabData: {
191
+ tabs: {
192
192
  type: {
193
193
  (arrayLength: number): any[];
194
194
  (...items: any[]): any[];
@@ -477,7 +477,7 @@ declare const _default: import("vue").DefineComponent<{
477
477
  height: number;
478
478
  };
479
479
  };
480
- tabData: {
480
+ tabs: {
481
481
  type: {
482
482
  (arrayLength: number): any[];
483
483
  (...items: any[]): any[];
@@ -551,6 +551,6 @@ declare const _default: import("vue").DefineComponent<{
551
551
  qtTabSectionEnable: Record<string, any>;
552
552
  tabConfig: Record<string, any>;
553
553
  waterfallConfig: Record<string, any>;
554
- tabData: any[];
554
+ tabs: any[];
555
555
  }, {}>;
556
556
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quicktvui/quicktvui3",
3
- "version": "1.1.46-beta.1",
3
+ "version": "1.1.46-beta.2",
4
4
  "description": "ExtScreen framework",
5
5
  "author": "ExtScreen Team",
6
6
  "homepage": "http://extscreen.com",