@metagl/sdk-plotting 0.0.5 → 0.0.6
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/lacdt.plotting.d.ts
CHANGED
|
@@ -3589,7 +3589,7 @@ class Tools {
|
|
|
3589
3589
|
}
|
|
3590
3590
|
|
|
3591
3591
|
class AnimationConfig {
|
|
3592
|
-
static animationRegister: (typeof SingleAnimation | typeof
|
|
3592
|
+
static animationRegister: (typeof SingleAnimation | typeof StateChangeAnimation | typeof CameraSetAnimation | typeof CssNumberAnimation | typeof CssPropChangeAnimation | typeof SubtitleAnimation | typeof GeojsonVisibleAnimation | typeof PopulationTimeAnimation | typeof CssMaskAnimation | typeof PathAnimation | typeof CameraRoamAnimation | typeof PageShowAnimation | typeof GxModelAnimation | typeof PathShowAnimation | typeof FollowAnimation | typeof SurroundAnimation | typeof SpiralAnimation | typeof ArrowDirectAnimation | typeof VideoAnimation | typeof AudioAnimation | typeof AutoRotationAnimation | typeof ZoomToFlyAnimation | typeof PolygonMaskAnimation)[];
|
|
3593
3593
|
static animationList: Array<AnimationItem>;
|
|
3594
3594
|
static init(): void;
|
|
3595
3595
|
}
|
|
@@ -18705,7 +18705,7 @@ class Tools {
|
|
|
18705
18705
|
}
|
|
18706
18706
|
|
|
18707
18707
|
class AnimationConfig {
|
|
18708
|
-
static animationRegister: (typeof SingleAnimation | typeof
|
|
18708
|
+
static animationRegister: (typeof SingleAnimation | typeof StateChangeAnimation | typeof CameraSetAnimation | typeof CssNumberAnimation | typeof CssPropChangeAnimation | typeof SubtitleAnimation | typeof GeojsonVisibleAnimation | typeof PopulationTimeAnimation | typeof CssMaskAnimation | typeof PathAnimation | typeof CameraRoamAnimation | typeof PageShowAnimation | typeof GxModelAnimation | typeof PathShowAnimation | typeof FollowAnimation | typeof SurroundAnimation | typeof SpiralAnimation | typeof ArrowDirectAnimation | typeof VideoAnimation | typeof AudioAnimation | typeof AutoRotationAnimation | typeof ZoomToFlyAnimation | typeof PolygonMaskAnimation)[];
|
|
18709
18709
|
static animationList: Array<AnimationItem>;
|
|
18710
18710
|
static init(): void;
|
|
18711
18711
|
}
|