@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.
- package/dist/index.js +1 -1
- package/dist/src/tab/index.vue.d.ts +3 -3
- package/package.json +1 -1
|
@@ -188,7 +188,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
188
188
|
height: number;
|
|
189
189
|
};
|
|
190
190
|
};
|
|
191
|
-
|
|
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
|
-
|
|
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
|
-
|
|
554
|
+
tabs: any[];
|
|
555
555
|
}, {}>;
|
|
556
556
|
export default _default;
|