@quicktvui/quicktvui3 1.1.48 → 1.1.49

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.
@@ -113,6 +113,7 @@ export type { QTIScrollView } from './scroll-view/QTIScrollView';
113
113
  export type { QTILottieView } from './lottie/QTILottieView';
114
114
  export { QTLottieRepeatMode } from './lottie/QTLottieRepeatMode';
115
115
  export { QTLottieAsyncUpdates } from './lottie/QTLottieAsyncUpdates';
116
+ export { QTLottieEvent } from './lottie/QTLottieEvent';
116
117
  export type { QTGradient } from './gradient/QTGradient';
117
118
  export { QTGradientOrientation } from './gradient/QTGradientOrientation';
118
119
  export { QTGradientShape } from './gradient/QTGradientShape';
@@ -0,0 +1,5 @@
1
+ export interface QTLottieEvent {
2
+ eventName: string;
3
+ params?: string;
4
+ value?: string;
5
+ }
@@ -54,6 +54,7 @@ declare const _default: import("vue").DefineComponent<{
54
54
  listSectionEnable: boolean;
55
55
  listSection: {
56
56
  qtPosterEnable: boolean;
57
+ cardItemEnable: boolean;
57
58
  };
58
59
  loadingSectionEnable: boolean;
59
60
  endSectionEnable: boolean;
@@ -197,6 +198,7 @@ declare const _default: import("vue").DefineComponent<{
197
198
  listSectionEnable: boolean;
198
199
  listSection: {
199
200
  qtPosterEnable: boolean;
201
+ cardItemEnable: boolean;
200
202
  };
201
203
  loadingSectionEnable: boolean;
202
204
  endSectionEnable: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quicktvui/quicktvui3",
3
- "version": "1.1.48",
3
+ "version": "1.1.49",
4
4
  "description": "ExtScreen framework",
5
5
  "author": "ExtScreen Team",
6
6
  "homepage": "http://extscreen.com",