@quicktvui/quicktvui3 1.2.0-beta.13 → 1.2.0-beta.14

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.
Files changed (34) hide show
  1. package/dist/index.js +9 -8
  2. package/dist/src/button/index.vue.d.ts +21 -21
  3. package/dist/src/classified-list-view/index.vue.d.ts +19 -19
  4. package/dist/src/collapse/index.vue.d.ts +15 -15
  5. package/dist/src/grid-view/index.vue.d.ts +31 -31
  6. package/dist/src/image/index.vue.d.ts +11 -11
  7. package/dist/src/nav-bar/index.vue.d.ts +16 -16
  8. package/dist/src/poster/index.vue.d.ts +16 -19
  9. package/dist/src/qt/QtAPI.d.ts +2 -0
  10. package/dist/src/qtListen/index.d.ts +1 -1
  11. package/dist/src/qtListen/qtDiff.d.ts +1 -1
  12. package/dist/src/qtListen/types.d.ts +1 -1
  13. package/dist/src/qtListen/watch.d.ts +6 -5
  14. package/dist/src/section/index.vue.d.ts +11 -11
  15. package/dist/src/series/component/media-series.vue.d.ts +8 -8
  16. package/dist/src/series/index.vue.d.ts +16 -20
  17. package/dist/src/series/item/media-series-number-item.vue.d.ts +4 -4
  18. package/dist/src/series/item/media-series-text-item.vue.d.ts +4 -4
  19. package/dist/src/tab/index.vue.d.ts +19 -19
  20. package/dist/src/text/index.vue.d.ts +11 -11
  21. package/dist/src/utils/type.d.ts +1 -1
  22. package/dist/src/view/index.vue.d.ts +12 -12
  23. package/dist/src/waterfall/index.vue.d.ts +26 -27
  24. package/dist/src/waterfall/item/card-item.vue.d.ts +1 -1
  25. package/dist/src/waterfall/item/plugin-item.vue.d.ts +12 -12
  26. package/dist/src/waterfall/section/blank-section.vue.d.ts +1 -1
  27. package/dist/src/waterfall/section/card-section.vue.d.ts +1 -1
  28. package/dist/src/waterfall/section/end-section.vue.d.ts +1 -1
  29. package/dist/src/waterfall/section/flex-section.vue.d.ts +6 -9
  30. package/dist/src/waterfall/section/loading-section.vue.d.ts +1 -1
  31. package/dist/src/waterfall/section/plugin-section.vue.d.ts +6 -6
  32. package/dist/src/waterfall/section/section-title.vue.d.ts +4 -4
  33. package/dist/src/waterfall/section/vue-section.vue.d.ts +5 -5
  34. package/package.json +5 -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<import("@vue/runtime-core").ExtractPropTypes<{
3
+ declare const _default: import("@vue/runtime-core").DefineComponent<{
4
4
  enablePlaceholder: {
5
5
  type: BooleanConstructor;
6
6
  default: boolean;
@@ -41,9 +41,9 @@ declare const _default: import("@vue/runtime-core").DefineComponent<import("@vue
41
41
  cardItemEnable: boolean;
42
42
  };
43
43
  };
44
- }>, {
44
+ }, {
45
45
  onFocus: (e: any) => void;
46
- }, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, "focus"[], "focus", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
46
+ }, unknown, {}, {}, 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<import("@vue
84
84
  cardItemEnable: boolean;
85
85
  };
86
86
  };
87
- }>> & Readonly<{
87
+ }>> & {
88
88
  onFocus?: ((...args: any[]) => any) | undefined;
89
- }>, {
89
+ }, {
90
90
  enablePlaceholder: boolean;
91
91
  plateData: string;
92
92
  useDiff: boolean;
@@ -96,8 +96,5 @@ declare const _default: import("@vue/runtime-core").DefineComponent<import("@vue
96
96
  currentPageIndex: number;
97
97
  itemFocusScale: number;
98
98
  flexSection: Record<string, any>;
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>;
99
+ }, {}>;
103
100
  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<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("@vue/runtime-core").ComponentProvideOptions, true, {}, any>;
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").ExtractPropTypes<{}>>, {}, {}>;
2
2
  export default _default;
@@ -1,18 +1,18 @@
1
- declare const _default: import("@vue/runtime-core").DefineComponent<import("@vue/runtime-core").ExtractPropTypes<{
1
+ declare const _default: import("@vue/runtime-core").DefineComponent<{
2
2
  pluginKey: {
3
3
  type: StringConstructor;
4
4
  default: string;
5
5
  };
6
- }>, {
6
+ }, {
7
7
  onFocus: (e: any) => void;
8
- }, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, "focus"[], "focus", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
8
+ }, unknown, {}, {}, 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
- }>> & Readonly<{
13
+ }>> & {
14
14
  onFocus?: ((...args: any[]) => any) | undefined;
15
- }>, {
15
+ }, {
16
16
  pluginKey: string;
17
- }, {}, {}, {}, string, import("@vue/runtime-core").ComponentProvideOptions, true, {}, any>;
17
+ }, {}>;
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<import("@vue/runtime-core").ExtractPropTypes<{
2
+ declare const _default: import("@vue/runtime-core").DefineComponent<{
3
3
  plateTitleLeftMargin: {
4
4
  type: NumberConstructor;
5
5
  default: number;
@@ -8,7 +8,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<import("@vue
8
8
  type: NumberConstructor;
9
9
  default: QTWaterfallSectionType;
10
10
  };
11
- }>, {}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
11
+ }, {}, unknown, {}, {}, 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<import("@vue
17
17
  type: NumberConstructor;
18
18
  default: QTWaterfallSectionType;
19
19
  };
20
- }>> & Readonly<{}>, {
20
+ }>>, {
21
21
  plateTitleLeftMargin: number;
22
22
  type: number;
23
- }, {}, {}, {}, string, import("@vue/runtime-core").ComponentProvideOptions, true, {}, any>;
23
+ }, {}>;
24
24
  export default _default;
@@ -1,16 +1,16 @@
1
- declare const _default: import("@vue/runtime-core").DefineComponent<import("@vue/runtime-core").ExtractPropTypes<{
1
+ declare const _default: import("@vue/runtime-core").DefineComponent<{
2
2
  blockFocusDirections: {
3
3
  type: ArrayConstructor;
4
4
  default: () => string[];
5
5
  };
6
- }>, {
6
+ }, {
7
7
  onSectionBind: () => void;
8
- }, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
8
+ }, unknown, {}, {}, 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
- }>> & Readonly<{}>, {
13
+ }>>, {
14
14
  blockFocusDirections: unknown[];
15
- }, {}, {}, {}, string, import("@vue/runtime-core").ComponentProvideOptions, true, {}, any>;
15
+ }, {}>;
16
16
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quicktvui/quicktvui3",
3
- "version": "1.2.0-beta.13",
3
+ "version": "1.2.0-beta.14",
4
4
  "description": "ExtScreen framework",
5
5
  "author": "ExtScreen Team",
6
6
  "homepage": "http://extscreen.com",
@@ -15,6 +15,10 @@
15
15
  "framework",
16
16
  "compiler"
17
17
  ],
18
+ "peerDependencies": {
19
+ "@extscreen/es3-core": "^1.1.24",
20
+ "@extscreen/es3-router": "^1.1.14"
21
+ },
18
22
  "files": [
19
23
  "dist",
20
24
  "web-types.json"