@cesdk/engine 1.36.0-rc.3 → 1.36.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/assets/core/{cesdk-v1.36.0-rc.3-CFSUFSJB.wasm → cesdk-v1.36.1-5BQYTD5C.wasm} +0 -0
- package/assets/core/{worker-host-v1.36.0-rc.3.js → worker-host-v1.36.1.js} +1 -1
- package/index.d.ts +4 -4
- package/index.js +1 -1
- package/package.json +1 -1
- /package/assets/core/{cesdk-v1.36.0-rc.3-XHZXX7DG.data → cesdk-v1.36.1-XHZXX7DG.data} +0 -0
package/index.d.ts
CHANGED
|
@@ -4490,11 +4490,11 @@ export declare type SceneMode = 'Design' | 'Video';
|
|
|
4490
4490
|
export declare type Scope = 'text/edit' | 'text/character' | 'fill/change' | 'fill/changeType' | 'stroke/change' | 'shape/change' | 'layer/move' | 'layer/resize' | 'layer/rotate' | 'layer/flip' | 'layer/crop' | 'layer/opacity' | 'layer/blendMode' | 'layer/visibility' | 'layer/clipping' | 'appearance/adjustments' | 'appearance/filter' | 'appearance/effect' | 'appearance/blur' | 'appearance/shadow' | 'appearance/animation' | 'lifecycle/destroy' | 'lifecycle/duplicate' | 'editor/add' | 'editor/select';
|
|
4491
4491
|
|
|
4492
4492
|
/** @public */
|
|
4493
|
-
export declare type SettingsBool = 'controlGizmo/
|
|
4493
|
+
export declare type SettingsBool = 'controlGizmo/showCropHandles' | 'controlGizmo/showCropScaleHandles' | 'controlGizmo/showMoveHandles' | 'controlGizmo/showResizeHandles' | 'controlGizmo/showRotateHandles' | 'controlGizmo/showScaleHandles' | 'doubleClickToCropEnabled' | 'features/singlePageModeEnabled' | 'features/pageCarouselEnabled' | 'mouse/enableScroll' | 'mouse/enableZoom' | 'checkScopesInAPIs' | 'page/allowCropInteraction' | 'page/allowMoveInteraction' | 'page/allowResizeInteraction' | 'page/allowRotateInteraction' | 'page/dimOutOfPageAreas' | 'page/restrictResizeInteractionToFixedAspectRatio' | 'page/title/appendPageName' | 'page/title/show' | 'page/title/showOnSinglePage' | 'page/title/showPageTitleTemplate' | 'placeholderControls/showButton' | 'placeholderControls/showOverlay' | 'blockAnimations/enabled' | 'showBuildVersion' | 'touch/dragStartCanSelect' | 'touch/singlePointPanning';
|
|
4494
4494
|
|
|
4495
4495
|
/** @public
|
|
4496
4496
|
*/
|
|
4497
|
-
export declare type SettingsColor = 'borderOutlineColor' | 'clearColor' | 'colorMaskingSettings/maskColor' | 'cropOverlayColor' | 'errorStateColor' | 'highlightColor' | 'page/innerBorderColor' | 'page/marginFillColor' | 'page/marginFrameColor' | 'page/outerBorderColor' | 'page/title/color' | 'placeholderHighlightColor' | 'progressColor' | 'rotationSnappingGuideColor' | 'snappingGuideColor' | 'textVariableHighlightColor';
|
|
4497
|
+
export declare type SettingsColor = 'borderOutlineColor' | 'clearColor' | 'colorMaskingSettings/maskColor' | 'cropOverlayColor' | 'errorStateColor' | 'highlightColor' | 'page/innerBorderColor' | 'page/marginFillColor' | 'page/marginFrameColor' | 'page/outerBorderColor' | 'page/title/color' | 'placeholderHighlightColor' | 'progressColor' | 'rotationSnappingGuideColor' | 'ruleOfThirdsLineColor' | 'snappingGuideColor' | 'textVariableHighlightColor';
|
|
4498
4498
|
|
|
4499
4499
|
/** @public
|
|
4500
4500
|
* @deprecated Use SettingsColor instead.
|
|
@@ -4510,10 +4510,10 @@ export declare type SettingsEnum = {
|
|
|
4510
4510
|
};
|
|
4511
4511
|
|
|
4512
4512
|
/** @public */
|
|
4513
|
-
export declare type SettingsFloat = 'positionSnappingThreshold' | 'rotationSnappingThreshold';
|
|
4513
|
+
export declare type SettingsFloat = 'controlGizmo/blockScaleDownLimit' | 'positionSnappingThreshold' | 'rotationSnappingThreshold';
|
|
4514
4514
|
|
|
4515
4515
|
/** @public */
|
|
4516
|
-
export declare type SettingsString = 'basePath' | 'defaultEmojiFontFileUri' | 'license' | 'page/title/fontFileUri' | 'page/title/separator';
|
|
4516
|
+
export declare type SettingsString = 'basePath' | 'defaultEmojiFontFileUri' | 'defaultFontFileUri' | 'license' | 'page/title/fontFileUri' | 'page/title/separator';
|
|
4517
4517
|
|
|
4518
4518
|
/** @public */
|
|
4519
4519
|
export declare type SettingType = 'Bool' | 'Int' | 'Float' | 'String' | 'Color' | 'Enum';
|