@cesdk/engine 1.57.0-rc.0 → 1.58.0-nightly.20250730
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/assets/core/{cesdk-v1.57.0-rc.0-QLZZJUAO.wasm → cesdk-v1.58.0-nightly.20250730-NALWSS27.wasm} +0 -0
- package/assets/core/{worker-host-v1.57.0-rc.0.js → worker-host-v1.58.0-nightly.20250730.js} +1 -1
- package/index.d.ts +1 -4
- package/index.js +1 -1
- package/package.json +1 -1
- /package/assets/core/{cesdk-v1.57.0-rc.0-44YCFRT6.data → cesdk-v1.58.0-nightly.20250730-44YCFRT6.data} +0 -0
package/index.d.ts
CHANGED
|
@@ -5345,9 +5345,6 @@ export declare type CreateSceneOptions = {
|
|
|
5345
5345
|
* It provides APIs to directly interact with assets, blocks, scenes, and variables. These APIs can be used in a headless environment
|
|
5346
5346
|
* to build and manipulate designs programmatically, or in a browser to create interactive applications.
|
|
5347
5347
|
*
|
|
5348
|
-
* @categoryDescription Core APIs
|
|
5349
|
-
* Primary interfaces for working with assets, blocks, scenes, variables, editing, and events.
|
|
5350
|
-
*
|
|
5351
5348
|
* @categoryDescription Engine Management
|
|
5352
5349
|
* Methods for initializing, configuring, and managing the engine lifecycle.
|
|
5353
5350
|
*
|
|
@@ -7908,7 +7905,7 @@ export declare type Scope = 'text/edit' | 'text/character' | 'fill/change' | 'fi
|
|
|
7908
7905
|
*
|
|
7909
7906
|
* @public
|
|
7910
7907
|
*/
|
|
7911
|
-
export declare type SettingsBool = 'controlGizmo/showCropHandles' | 'controlGizmo/showCropScaleHandles' | 'controlGizmo/showMoveHandles' | 'controlGizmo/showResizeHandles' | 'controlGizmo/showRotateHandles' | 'controlGizmo/showScaleHandles' | 'doubleClickToCropEnabled' | 'features/singlePageModeEnabled' | 'features/pageCarouselEnabled' | 'features/transformEditsRetainCoverMode' | 'mouse/enableScroll' | 'mouse/enableZoom' | 'page/allowCropInteraction' | 'page/allowMoveInteraction' | 'page/allowResizeInteraction' | 'page/allowRotateInteraction' | 'page/dimOutOfPageAreas' | 'page/restrictResizeInteractionToFixedAspectRatio' | 'page/moveChildrenWhenCroppingFill' | 'page/title/appendPageName' | 'page/title/show' | 'page/title/showOnSinglePage' | 'page/title/showPageTitleTemplate' | 'placeholderControls/showButton' | 'placeholderControls/showOverlay' | 'blockAnimations/enabled' | 'showBuildVersion' | 'touch/dragStartCanSelect' | 'touch/singlePointPanning' | 'useSystemFontFallback' | 'forceSystemEmojis';
|
|
7908
|
+
export declare type SettingsBool = 'controlGizmo/showCropHandles' | 'controlGizmo/showCropScaleHandles' | 'controlGizmo/showMoveHandles' | 'controlGizmo/showResizeHandles' | 'controlGizmo/showRotateHandles' | 'controlGizmo/showScaleHandles' | 'doubleClickToCropEnabled' | 'features/singlePageModeEnabled' | 'features/pageCarouselEnabled' | 'features/transformEditsRetainCoverMode' | 'mouse/enableScroll' | 'mouse/enableZoom' | 'page/allowCropInteraction' | 'page/allowMoveInteraction' | 'page/allowResizeInteraction' | 'page/allowRotateInteraction' | 'page/dimOutOfPageAreas' | 'page/restrictResizeInteractionToFixedAspectRatio' | 'page/moveChildrenWhenCroppingFill' | 'page/selectWhenNoBlocksSelected' | 'page/title/appendPageName' | 'page/title/show' | 'page/title/showOnSinglePage' | 'page/title/showPageTitleTemplate' | 'placeholderControls/showButton' | 'placeholderControls/showOverlay' | 'blockAnimations/enabled' | 'showBuildVersion' | 'touch/dragStartCanSelect' | 'touch/singlePointPanning' | 'useSystemFontFallback' | 'forceSystemEmojis';
|
|
7912
7909
|
|
|
7913
7910
|
/**
|
|
7914
7911
|
* Represents the color settings available in the editor.
|