@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.
package/dist/src/index.d.ts
CHANGED
|
@@ -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';
|
|
@@ -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;
|