@quicktvui/quicktvui3 1.2.0-beta.34.1 → 1.2.0-beta.34.3
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 +7 -5
- package/dist/src/tab/index.vue.d.ts +18 -0
- package/package.json +1 -1
|
@@ -147,6 +147,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
147
147
|
type: BooleanConstructor;
|
|
148
148
|
default: boolean;
|
|
149
149
|
};
|
|
150
|
+
tabContentVerticalFadingEdgeEnabled: {
|
|
151
|
+
type: BooleanConstructor;
|
|
152
|
+
default: boolean;
|
|
153
|
+
};
|
|
154
|
+
tabContentFadingEdgeLength: {
|
|
155
|
+
type: NumberConstructor;
|
|
156
|
+
default: number;
|
|
157
|
+
};
|
|
150
158
|
fadingEdgeLength: {
|
|
151
159
|
type: NumberConstructor;
|
|
152
160
|
default: number;
|
|
@@ -423,6 +431,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
423
431
|
type: BooleanConstructor;
|
|
424
432
|
default: boolean;
|
|
425
433
|
};
|
|
434
|
+
tabContentVerticalFadingEdgeEnabled: {
|
|
435
|
+
type: BooleanConstructor;
|
|
436
|
+
default: boolean;
|
|
437
|
+
};
|
|
438
|
+
tabContentFadingEdgeLength: {
|
|
439
|
+
type: NumberConstructor;
|
|
440
|
+
default: number;
|
|
441
|
+
};
|
|
426
442
|
fadingEdgeLength: {
|
|
427
443
|
type: NumberConstructor;
|
|
428
444
|
default: number;
|
|
@@ -521,6 +537,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
521
537
|
navBarNextFocusName: Record<string, any>;
|
|
522
538
|
horizontalFadingEdgeEnabled: boolean;
|
|
523
539
|
verticalFadingEdgeEnabled: boolean;
|
|
540
|
+
tabContentVerticalFadingEdgeEnabled: boolean;
|
|
541
|
+
tabContentFadingEdgeLength: number;
|
|
524
542
|
fadingEdgeLength: number;
|
|
525
543
|
qtTabSectionEnable: Record<string, any>;
|
|
526
544
|
tabConfig: Record<string, any>;
|