@quicktvui/quicktvui3 1.2.0-beta.4 → 1.2.0-beta.5
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 +8 -9
- package/dist/src/button/index.vue.d.ts +21 -21
- package/dist/src/classified-list-view/index.vue.d.ts +19 -19
- package/dist/src/collapse/index.vue.d.ts +15 -15
- package/dist/src/grid-view/index.vue.d.ts +31 -31
- package/dist/src/image/index.vue.d.ts +11 -11
- package/dist/src/nav-bar/index.vue.d.ts +16 -16
- package/dist/src/poster/index.vue.d.ts +19 -16
- package/dist/src/qtListen/qtDiff.d.ts +1 -1
- package/dist/src/section/index.vue.d.ts +11 -11
- package/dist/src/series/component/media-series.vue.d.ts +8 -8
- package/dist/src/series/index.vue.d.ts +20 -16
- package/dist/src/series/item/media-series-number-item.vue.d.ts +4 -4
- package/dist/src/series/item/media-series-text-item.vue.d.ts +4 -4
- package/dist/src/tab/index.vue.d.ts +22 -48
- package/dist/src/text/index.vue.d.ts +11 -11
- package/dist/src/utils/type.d.ts +1 -1
- package/dist/src/view/index.vue.d.ts +12 -12
- package/dist/src/waterfall/index.vue.d.ts +27 -17
- package/dist/src/waterfall/item/card-item.vue.d.ts +1 -1
- package/dist/src/waterfall/item/plugin-item.vue.d.ts +12 -12
- package/dist/src/waterfall/section/blank-section.vue.d.ts +1 -1
- package/dist/src/waterfall/section/card-section.vue.d.ts +1 -1
- package/dist/src/waterfall/section/end-section.vue.d.ts +1 -1
- package/dist/src/waterfall/section/flex-section.vue.d.ts +9 -6
- package/dist/src/waterfall/section/loading-section.vue.d.ts +1 -1
- package/dist/src/waterfall/section/plugin-section.vue.d.ts +6 -6
- package/dist/src/waterfall/section/section-title.vue.d.ts +4 -4
- package/dist/src/waterfall/section/vue-section.vue.d.ts +5 -5
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { QTWaterfallSectionType } from "../core/QTWaterfallSectionType";
|
|
2
2
|
import { QTWaterfallItemType } from "../core/QTWaterfallItemType";
|
|
3
|
-
declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
3
|
+
declare const _default: import("@vue/runtime-core").DefineComponent<import("@vue/runtime-core").ExtractPropTypes<{
|
|
4
4
|
enablePlaceholder: {
|
|
5
5
|
type: BooleanConstructor;
|
|
6
6
|
default: boolean;
|
|
@@ -41,9 +41,9 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
41
41
|
cardItemEnable: boolean;
|
|
42
42
|
};
|
|
43
43
|
};
|
|
44
|
-
}
|
|
44
|
+
}>, {
|
|
45
45
|
onFocus: (e: any) => void;
|
|
46
|
-
},
|
|
46
|
+
}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, "focus"[], "focus", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
|
|
47
47
|
enablePlaceholder: {
|
|
48
48
|
type: BooleanConstructor;
|
|
49
49
|
default: boolean;
|
|
@@ -84,9 +84,9 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
84
84
|
cardItemEnable: boolean;
|
|
85
85
|
};
|
|
86
86
|
};
|
|
87
|
-
}>> & {
|
|
87
|
+
}>> & Readonly<{
|
|
88
88
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
89
|
-
}
|
|
89
|
+
}>, {
|
|
90
90
|
enablePlaceholder: boolean;
|
|
91
91
|
plateData: string;
|
|
92
92
|
useDiff: boolean;
|
|
@@ -96,5 +96,8 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
96
96
|
currentPageIndex: number;
|
|
97
97
|
itemFocusScale: number;
|
|
98
98
|
flexSection: Record<string, any>;
|
|
99
|
-
}, {}
|
|
99
|
+
}, {}, {
|
|
100
|
+
'card-item': import("@vue/runtime-core").DefineComponent<{}, {}, any>;
|
|
101
|
+
'qt-plugin-item': import("@vue/runtime-core").DefineComponent<{}, {}, any>;
|
|
102
|
+
}, {}, string, import("@vue/runtime-core").ComponentProvideOptions, true, {}, any>;
|
|
100
103
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("@vue/runtime-core").DefineComponent<{}, {}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").
|
|
1
|
+
declare const _default: import("@vue/runtime-core").DefineComponent<{}, {}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("@vue/runtime-core").ComponentProvideOptions, true, {}, any>;
|
|
2
2
|
export default _default;
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
1
|
+
declare const _default: import("@vue/runtime-core").DefineComponent<import("@vue/runtime-core").ExtractPropTypes<{
|
|
2
2
|
pluginKey: {
|
|
3
3
|
type: StringConstructor;
|
|
4
4
|
default: string;
|
|
5
5
|
};
|
|
6
|
-
}
|
|
6
|
+
}>, {
|
|
7
7
|
onFocus: (e: any) => void;
|
|
8
|
-
},
|
|
8
|
+
}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, "focus"[], "focus", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
|
|
9
9
|
pluginKey: {
|
|
10
10
|
type: StringConstructor;
|
|
11
11
|
default: string;
|
|
12
12
|
};
|
|
13
|
-
}>> & {
|
|
13
|
+
}>> & Readonly<{
|
|
14
14
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
15
|
-
}
|
|
15
|
+
}>, {
|
|
16
16
|
pluginKey: string;
|
|
17
|
-
}, {}>;
|
|
17
|
+
}, {}, {}, {}, string, import("@vue/runtime-core").ComponentProvideOptions, true, {}, any>;
|
|
18
18
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { QTWaterfallSectionType } from "../core/QTWaterfallSectionType";
|
|
2
|
-
declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
2
|
+
declare const _default: import("@vue/runtime-core").DefineComponent<import("@vue/runtime-core").ExtractPropTypes<{
|
|
3
3
|
plateTitleLeftMargin: {
|
|
4
4
|
type: NumberConstructor;
|
|
5
5
|
default: number;
|
|
@@ -8,7 +8,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
8
8
|
type: NumberConstructor;
|
|
9
9
|
default: QTWaterfallSectionType;
|
|
10
10
|
};
|
|
11
|
-
}
|
|
11
|
+
}>, {}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
|
|
12
12
|
plateTitleLeftMargin: {
|
|
13
13
|
type: NumberConstructor;
|
|
14
14
|
default: number;
|
|
@@ -17,8 +17,8 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
17
17
|
type: NumberConstructor;
|
|
18
18
|
default: QTWaterfallSectionType;
|
|
19
19
|
};
|
|
20
|
-
}
|
|
20
|
+
}>> & Readonly<{}>, {
|
|
21
21
|
plateTitleLeftMargin: number;
|
|
22
22
|
type: number;
|
|
23
|
-
}, {}>;
|
|
23
|
+
}, {}, {}, {}, string, import("@vue/runtime-core").ComponentProvideOptions, true, {}, any>;
|
|
24
24
|
export default _default;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
1
|
+
declare const _default: import("@vue/runtime-core").DefineComponent<import("@vue/runtime-core").ExtractPropTypes<{
|
|
2
2
|
blockFocusDirections: {
|
|
3
3
|
type: ArrayConstructor;
|
|
4
4
|
default: () => string[];
|
|
5
5
|
};
|
|
6
|
-
}
|
|
6
|
+
}>, {
|
|
7
7
|
onSectionBind: () => void;
|
|
8
|
-
},
|
|
8
|
+
}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
|
|
9
9
|
blockFocusDirections: {
|
|
10
10
|
type: ArrayConstructor;
|
|
11
11
|
default: () => string[];
|
|
12
12
|
};
|
|
13
|
-
}
|
|
13
|
+
}>> & Readonly<{}>, {
|
|
14
14
|
blockFocusDirections: unknown[];
|
|
15
|
-
}, {}>;
|
|
15
|
+
}, {}, {}, {}, string, import("@vue/runtime-core").ComponentProvideOptions, true, {}, any>;
|
|
16
16
|
export default _default;
|