@vvfx/sdk 0.0.0-alpha.94 → 0.1.0
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.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
- package/dist/tsconfig.tsbuildinfo +0 -1
package/dist/index.d.cts
CHANGED
|
@@ -2119,4 +2119,4 @@ type ViewportFitShiftParam = {
|
|
|
2119
2119
|
bottom?: number;
|
|
2120
2120
|
};
|
|
2121
2121
|
|
|
2122
|
-
export { type ActiveData, type BaseFormProperty, Box2, type CreateOperation, type DeleteOperation, type GizmoType, type ItemCreateInfo, ItemOrderAction, type NullCreateInfo, type Operation, type PageData, type PageFormTypedProperty, type PageProperty, SDK, type SDKEvents, type SDKInputParam, type SDKOptions, type SetItemPropertyValueParam, type SpecificPageFormProps, type SpriteCreateInfo, type SpriteFormProperty, type TextCreateInfo, type TextFormProperty, type UpdateOperation, Vector2, type VideoCreateInfo, type ViewItem, type ViewItemTypedProperty, type ViewParam, type ViewProperty };
|
|
2122
|
+
export { type ActiveData, type BaseFormProperty, Box2, type CreateOperation, type DeleteOperation, type GizmoType, type ItemCreateInfo, ItemOrderAction, type NullCreateInfo, type Operation, type PageData, type PageFormTypedProperty, type PageProperty, SDK, type SDKEvents, type SDKInputParam, type SDKOptions, type SetItemPropertyValueParam, type SpecificPageFormProps, type SpriteCreateInfo, type SpriteFormProperty, type TextCreateInfo, type TextFormProperty, type UpdateOperation, Vector2, type VideoCreateInfo, type VideoFormProperty, type ViewItem, type ViewItemTypedProperty, type ViewParam, type ViewProperty };
|
package/dist/index.d.ts
CHANGED
|
@@ -2119,4 +2119,4 @@ type ViewportFitShiftParam = {
|
|
|
2119
2119
|
bottom?: number;
|
|
2120
2120
|
};
|
|
2121
2121
|
|
|
2122
|
-
export { type ActiveData, type BaseFormProperty, Box2, type CreateOperation, type DeleteOperation, type GizmoType, type ItemCreateInfo, ItemOrderAction, type NullCreateInfo, type Operation, type PageData, type PageFormTypedProperty, type PageProperty, SDK, type SDKEvents, type SDKInputParam, type SDKOptions, type SetItemPropertyValueParam, type SpecificPageFormProps, type SpriteCreateInfo, type SpriteFormProperty, type TextCreateInfo, type TextFormProperty, type UpdateOperation, Vector2, type VideoCreateInfo, type ViewItem, type ViewItemTypedProperty, type ViewParam, type ViewProperty };
|
|
2122
|
+
export { type ActiveData, type BaseFormProperty, Box2, type CreateOperation, type DeleteOperation, type GizmoType, type ItemCreateInfo, ItemOrderAction, type NullCreateInfo, type Operation, type PageData, type PageFormTypedProperty, type PageProperty, SDK, type SDKEvents, type SDKInputParam, type SDKOptions, type SetItemPropertyValueParam, type SpecificPageFormProps, type SpriteCreateInfo, type SpriteFormProperty, type TextCreateInfo, type TextFormProperty, type UpdateOperation, Vector2, type VideoCreateInfo, type VideoFormProperty, type ViewItem, type ViewItemTypedProperty, type ViewParam, type ViewProperty };
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"root":["../tsup.config.ts","../src/config.ts","../src/index.ts","../src/sdk.ts","../src/type-utils.ts","../src/types.ts","../src/utils.ts","../src/exporter/config.ts","../src/exporter/const.ts","../src/exporter/export-media.ts","../src/exporter/exporter.ts","../src/exporter/index.ts","../src/exporter/types.ts","../src/exporter/utils.ts","../src/exporter/wav-audio.ts","../src/gesture-handler/gizmo/adsorption-gizmo.ts","../src/gesture-handler/gizmo/control-gizmo.ts","../src/gesture-handler/gizmo/gizmo.ts","../src/gesture-handler/gizmo/index.ts","../src/gesture-handler/gizmo/loading-gizmo.ts","../src/gesture-handler/gizmo/mask-gizmo.ts","../src/gesture-handler/gizmo/picture-cut-gizmo.ts","../src/gesture-handler/gizmo/picture-expand-gizmo.ts","../src/gesture-handler/gizmo/preference-gizmo.ts","../src/gesture-handler/gizmo/selector-gizmo.ts","../src/gesture-handler/gizmo/sprite-text-edit-gizmo.ts","../src/gesture-handler/gizmo/text-gizmo.ts","../src/gesture-handler/gizmo/transform-gizmo.ts","../src/gesture-handler/gizmo/type.ts","../src/gesture-handler/gizmo/video-play-gizmo.ts","../src/gesture-handler/src/gesture-handler.ts","../src/gesture-handler/src/icons.ts","../src/math/box2.ts","../src/math/circle.ts","../src/math/euler.ts","../src/math/index.ts","../src/math/line2.ts","../src/math/line3.ts","../src/math/matrix4.ts","../src/math/plane.ts","../src/math/quaternion.ts","../src/math/ray-caster.ts","../src/math/ray.ts","../src/math/type.ts","../src/math/utils.ts","../src/math/vector2.ts","../src/math/vector3.ts","../src/screen-shot/index.ts","../src/screen-shot/screen-shot.ts","../src/service/undoredo.ts","../src/shared/index.ts","../src/shared/player.ts","../src/size-adapte/index.ts","../src/size-adapte/size-adapt.ts","../src/utils/common-utils.ts","../src/utils/interaction-utils.ts","../src/utils/json-data-utils.ts","../src/utils/page-data-utils.ts","../src/utils/player-data-utils.ts","../src/utils/types.ts","../src/wireframe/index.ts","../src/wireframe/common/box.ts","../src/wireframe/common/dashed-line.ts","../src/wireframe/common/line.ts","../src/wireframe/common/pixi-ext.ts","../src/wireframe/common/pixi.ts","../src/wireframe/types/index.d.ts"],"version":"5.9.3"}
|