@quicktvui/quicktvui3 1.2.0-beta.34 → 1.2.0-beta.34.1
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 +5 -7
- package/dist/src/index.d.ts +1 -1
- package/dist/src/series/DataAdapter.d.ts +1 -1
- package/package.json +1 -1
package/dist/src/index.d.ts
CHANGED
|
@@ -135,4 +135,4 @@ export { VirtualView } from './utils/VirtualView';
|
|
|
135
135
|
export type { QTICanvasView } from './canvas/QTICanvasView';
|
|
136
136
|
export type { QTILongImage } from './long-image/QTILongImage';
|
|
137
137
|
export { CanvasGradient } from './canvas/CanvasGradient';
|
|
138
|
-
export type { GradientInput, RadialGradient, LinearGradient, GradientStop, Position2DWithRadius, Position2D, GradientType } from './canvas/CanvasGradient';
|
|
138
|
+
export type { GradientInput, RadialGradient, LinearGradient, GradientStop, Position2DWithRadius, Position2D, GradientType, } from './canvas/CanvasGradient';
|
|
@@ -20,7 +20,7 @@ export declare function buildCommonParams(type: QTMediaSeriesType, group: QTMedi
|
|
|
20
20
|
itemGap?: undefined;
|
|
21
21
|
initPosition?: undefined;
|
|
22
22
|
contentHeight?: undefined;
|
|
23
|
-
}
|
|
23
|
+
};
|
|
24
24
|
export declare function buildLeftRightParams(type: QTMediaSeriesType, group: QTMediaSeriesGroup, styleType: QTMediaSeriesStyleType, data: QTMediaSeriesData): any;
|
|
25
25
|
export declare function buildMediaSeriesContentHeight(type: QTMediaSeriesType, group: QTMediaSeriesGroup, styleType: QTMediaSeriesStyleType, data: QTMediaSeriesData): number;
|
|
26
26
|
export declare function buildMediaSeriesHeight(type: QTMediaSeriesType, group: QTMediaSeriesGroup, styleType: QTMediaSeriesStyleType, data: QTMediaSeriesData): number;
|