@cesdk/node 1.77.0-nightly.20260601 → 1.77.0-nightly.20260602
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.77.0-nightly.20260601-N34K3GO3.wasm → cesdk-v1.77.0-nightly.20260602-H6FEWJRO.wasm} +0 -0
- package/index.d.ts +58 -23
- package/index.js +1 -1
- package/package.json +1 -1
- /package/assets/core/{cesdk-v1.77.0-nightly.20260601-MLEZSZ4D.data → cesdk-v1.77.0-nightly.20260602-MLEZSZ4D.data} +0 -0
|
Binary file
|
package/index.d.ts
CHANGED
|
@@ -103,7 +103,7 @@ export declare type AnimationEntry = {
|
|
|
103
103
|
export declare type AnimationGrowDirection = (typeof AnimationGrowDirectionValues)[number];
|
|
104
104
|
|
|
105
105
|
/** @public */
|
|
106
|
-
export declare const AnimationGrowDirectionValues: readonly ["Horizontal", "Vertical", "TopLeft", "TopRight", "BottomLeft", "BottomRight"
|
|
106
|
+
export declare const AnimationGrowDirectionValues: readonly ["Horizontal", "Vertical", "All", "TopLeft", "TopRight", "BottomLeft", "BottomRight"];
|
|
107
107
|
|
|
108
108
|
/** @public */
|
|
109
109
|
export declare type AnimationJumpLoopDirection = (typeof AnimationJumpLoopDirectionValues)[number];
|
|
@@ -136,12 +136,6 @@ export declare type AnimationOptions = {
|
|
|
136
136
|
out?: AnimationEntry;
|
|
137
137
|
};
|
|
138
138
|
|
|
139
|
-
/** @public */
|
|
140
|
-
export declare type AnimationScaleLoopDirection = (typeof AnimationScaleLoopDirectionValues)[number];
|
|
141
|
-
|
|
142
|
-
/** @public */
|
|
143
|
-
export declare const AnimationScaleLoopDirectionValues: readonly ["Horizontal", "Vertical", "TopLeft", "TopRight", "BottomLeft", "BottomRight", "All"];
|
|
144
|
-
|
|
145
139
|
/** @public */
|
|
146
140
|
export declare type AnimationSpinDirection = (typeof AnimationSpinDirectionValues)[number];
|
|
147
141
|
|
|
@@ -6205,18 +6199,25 @@ export declare class BlockAPI {
|
|
|
6205
6199
|
/** @public */
|
|
6206
6200
|
export declare type BlockEnumType = {
|
|
6207
6201
|
'blend/mode': BlendMode;
|
|
6202
|
+
'contentFill/horizontalAlignment': HorizontalContentFillAlignment;
|
|
6208
6203
|
'contentFill/mode': ContentFillMode;
|
|
6204
|
+
'contentFill/verticalAlignment': VerticalContentFillAlignment;
|
|
6209
6205
|
'height/mode': HeightMode;
|
|
6210
|
-
'page/guides/source': PageGuidesSource;
|
|
6211
6206
|
'position/x/mode': PositionXMode;
|
|
6212
6207
|
'position/y/mode': PositionYMode;
|
|
6213
6208
|
'scene/designUnit': SceneDesignUnit;
|
|
6209
|
+
'scene/fontSizeUnit': SceneFontSizeUnit;
|
|
6214
6210
|
'scene/layout': SceneLayout;
|
|
6215
6211
|
'scene/mode': SceneMode;
|
|
6216
6212
|
'width/mode': WidthMode;
|
|
6213
|
+
'page/guides/source': PageGuidesSource;
|
|
6217
6214
|
'stroke/cap': StrokeCap;
|
|
6218
6215
|
'stroke/cornerGeometry': StrokeCornerGeometry;
|
|
6216
|
+
'stroke/dashEndCap': StrokeDashEndCap;
|
|
6217
|
+
'stroke/dashStartCap': StrokeDashStartCap;
|
|
6218
|
+
'stroke/endCap': StrokeEndCap;
|
|
6219
6219
|
'stroke/position': StrokePosition;
|
|
6220
|
+
'stroke/startCap': StrokeStartCap;
|
|
6220
6221
|
'stroke/style': StrokeStyle;
|
|
6221
6222
|
'text/horizontalAlignment': TextHorizontalAlignment;
|
|
6222
6223
|
'text/verticalAlignment': TextVerticalAlignment;
|
|
@@ -6235,7 +6236,6 @@ export declare type BlockEnumType = {
|
|
|
6235
6236
|
'animation/block_swipe_text/direction': AnimationBlockSwipeTextDirection;
|
|
6236
6237
|
'animation/merge_text/direction': AnimationMergeTextDirection;
|
|
6237
6238
|
'animation/ken_burns/direction': AnimationKenBurnsDirection;
|
|
6238
|
-
'animation/scale_loop/direction': AnimationScaleLoopDirection;
|
|
6239
6239
|
'fill/pixelStream/orientation': FillPixelStreamOrientation;
|
|
6240
6240
|
'shape/vector_path/fillRule': ShapeVectorPathFillRule;
|
|
6241
6241
|
};
|
|
@@ -6344,7 +6344,7 @@ export declare type BlurTypeShorthand = (typeof BLUR_TYPES)[number];
|
|
|
6344
6344
|
export declare type BooleanOperation = 'Difference' | 'Intersection' | 'Union' | 'XOR';
|
|
6345
6345
|
|
|
6346
6346
|
/** @public */
|
|
6347
|
-
export declare type BoolPropertyName = 'alwaysOnBottom' | 'alwaysOnTop' | 'clipped' | 'flip/horizontal' | 'flip/vertical' | 'highlightEnabled' | 'includedInExport' | 'placeholder/enabled' | 'playback/playing' | 'playback/soloPlaybackEnabled' | 'scene/aspectRatioLock' | 'selected' | 'selectionEnabled' | 'transformLocked' | 'visible' | 'blur/enabled' | 'dropShadow/clip' | 'dropShadow/enabled' | 'fill/enabled' | 'page/guides/gridEnabled' | 'page/guides/gridSnapEnabled' | 'page/marginEnabled' | 'placeholderControls/showButton' | 'placeholderControls/showOverlay' | 'playback/looping' | 'playback/muted' | 'stroke/enabled' | 'backgroundColor/enabled' | 'placeholderBehavior/enabled' | 'text/automaticFontSizeEnabled' | 'text/clipLinesOutsideOfFrame' | 'text/hasClippedLines' | 'text/
|
|
6347
|
+
export declare type BoolPropertyName = 'alwaysOnBottom' | 'alwaysOnTop' | 'clipped' | 'flip/horizontal' | 'flip/vertical' | 'highlightEnabled' | 'includedInExport' | 'placeholder/enabled' | 'playback/playing' | 'playback/soloPlaybackEnabled' | 'scene/aspectRatioLock' | 'scene/extendedPanningArea' | 'selected' | 'selectionEnabled' | 'transformLocked' | 'visible' | 'blur/enabled' | 'dropShadow/clip' | 'dropShadow/enabled' | 'fill/enabled' | 'fill/overprint' | 'page/guides/gridEnabled' | 'page/guides/gridSnapEnabled' | 'page/marginEnabled' | 'placeholderControls/showButton' | 'placeholderControls/showOverlay' | 'playback/looping' | 'playback/muted' | 'stroke/enabled' | 'stroke/overprint' | 'backgroundColor/enabled' | 'placeholderBehavior/enabled' | 'text/automaticFontSizeEnabled' | 'text/clipLinesOutsideOfFrame' | 'text/hasClippedLines' | 'text/useContextualLigatures' | 'text/useDiscretionaryLigatures' | 'text/useKerning' | 'text/useLigatures' | 'track/automaticallyManageBlockOffsets' | 'caption/automaticFontSizeEnabled' | 'caption/clipLinesOutsideOfFrame' | 'caption/hasClippedLines' | 'caption/useContextualLigatures' | 'caption/useDiscretionaryLigatures' | 'caption/useKerning' | 'caption/useLigatures' | 'captionTrack/automaticallyManageBlockOffsets' | 'animation/slide/fade' | 'animation/pan/fade' | 'animation/blur/fade' | 'animation/zoom/fade' | 'animation/crop_zoom/fade' | 'animation/spin/fade' | 'animation/block_swipe_text/useTextColor' | 'animation/spread_text/fade' | 'animation/ken_burns/fade' | 'effect/enabled' | (string & {});
|
|
6348
6348
|
|
|
6349
6349
|
/**
|
|
6350
6350
|
* Represents a buffer of data.
|
|
@@ -6845,7 +6845,7 @@ export declare type DoubleClickSelectionMode = (typeof DoubleClickSelectionModeV
|
|
|
6845
6845
|
export declare const DoubleClickSelectionModeValues: readonly ["Direct", "Hierarchical"];
|
|
6846
6846
|
|
|
6847
6847
|
/** @public */
|
|
6848
|
-
export declare type DoublePropertyName = 'playback/time' | 'playback/duration' | 'playback/timeOffset' | 'audio/totalDuration' | 'playback/trimLength' | 'playback/trimOffset' | 'fill/video/totalDuration' |
|
|
6848
|
+
export declare type DoublePropertyName = 'playback/time' | 'playback/duration' | 'playback/timeOffset' | 'audio/totalDuration' | 'playback/trimLength' | 'playback/trimOffset' | 'fill/video/totalDuration' | (string & {});
|
|
6849
6849
|
|
|
6850
6850
|
/**
|
|
6851
6851
|
* Information about a single audio track from a video.
|
|
@@ -7236,6 +7236,17 @@ export declare class EditorAPI {
|
|
|
7236
7236
|
* @returns True if a redo step is available.
|
|
7237
7237
|
*/
|
|
7238
7238
|
canRedo(): boolean;
|
|
7239
|
+
/**
|
|
7240
|
+
* Subscribe to undo/redo history changes.
|
|
7241
|
+
*
|
|
7242
|
+
* @deprecated Use {@link onHistoryUpdatedWithKind} instead, which additionally reports a {@link HistoryUpdate}
|
|
7243
|
+
* describing the kind of update.
|
|
7244
|
+
*
|
|
7245
|
+
* @category Event Subscriptions
|
|
7246
|
+
* @param callback - Function called when the undo/redo history changes.
|
|
7247
|
+
* @returns A method to unsubscribe from the event.
|
|
7248
|
+
*/
|
|
7249
|
+
onHistoryUpdated: (callback: () => void) => (() => void);
|
|
7239
7250
|
/**
|
|
7240
7251
|
* Subscribe to undo/redo history changes.
|
|
7241
7252
|
*
|
|
@@ -7244,7 +7255,7 @@ export declare class EditorAPI {
|
|
|
7244
7255
|
* via `setActiveHistory`.
|
|
7245
7256
|
*
|
|
7246
7257
|
* ```javascript
|
|
7247
|
-
* const unsubscribe = engine.editor.
|
|
7258
|
+
* const unsubscribe = engine.editor.onHistoryUpdatedWithKind((kind) => {
|
|
7248
7259
|
* if (kind === 'Activated') {
|
|
7249
7260
|
* // The active history was switched; no scene change happened on this event.
|
|
7250
7261
|
* return;
|
|
@@ -7259,7 +7270,7 @@ export declare class EditorAPI {
|
|
|
7259
7270
|
* @param callback - Function called when the undo/redo history changes. The argument describes the kind of update.
|
|
7260
7271
|
* @returns A method to unsubscribe from the event.
|
|
7261
7272
|
*/
|
|
7262
|
-
|
|
7273
|
+
onHistoryUpdatedWithKind: (callback: (kind: HistoryUpdate) => void) => (() => void);
|
|
7263
7274
|
/**
|
|
7264
7275
|
* Subscribe to editor settings changes.
|
|
7265
7276
|
*
|
|
@@ -8043,10 +8054,10 @@ export declare type EnginePluginContext = {
|
|
|
8043
8054
|
};
|
|
8044
8055
|
|
|
8045
8056
|
/** @public */
|
|
8046
|
-
export declare type EnumPropertyName = 'blend/mode' | 'contentFill/mode' | 'height/mode' | 'position/x/mode' | 'position/y/mode' | 'scene/designUnit' | 'scene/layout' | 'scene/mode' | 'width/mode' | 'page/guides/source' | 'stroke/cornerGeometry' | 'stroke/position' | 'stroke/style' | 'text/horizontalAlignment' | 'text/verticalAlignment' | 'cutout/type' | 'caption/horizontalAlignment' | 'caption/verticalAlignment' | 'animationEasing' | 'textAnimationWritingStyle' | 'animation/grow/direction' | 'animation/wipe/direction' | 'animation/baseline/direction' | 'animation/spin/direction' | 'animation/spin_loop/direction' | 'animation/jump_loop/direction' | 'animation/typewriter_text/writingStyle' | 'animation/block_swipe_text/direction' | 'animation/merge_text/direction' | 'animation/ken_burns/direction' | '
|
|
8057
|
+
export declare type EnumPropertyName = 'blend/mode' | 'contentFill/horizontalAlignment' | 'contentFill/mode' | 'contentFill/verticalAlignment' | 'height/mode' | 'position/x/mode' | 'position/y/mode' | 'scene/designUnit' | 'scene/fontSizeUnit' | 'scene/layout' | 'scene/mode' | 'width/mode' | 'page/guides/source' | 'stroke/cap' | 'stroke/cornerGeometry' | 'stroke/dashEndCap' | 'stroke/dashStartCap' | 'stroke/endCap' | 'stroke/position' | 'stroke/startCap' | 'stroke/style' | 'text/horizontalAlignment' | 'text/verticalAlignment' | 'cutout/type' | 'caption/horizontalAlignment' | 'caption/verticalAlignment' | 'animationEasing' | 'textAnimationWritingStyle' | 'animation/grow/direction' | 'animation/wipe/direction' | 'animation/baseline/direction' | 'animation/spin/direction' | 'animation/spin_loop/direction' | 'animation/jump_loop/direction' | 'animation/typewriter_text/writingStyle' | 'animation/block_swipe_text/direction' | 'animation/merge_text/direction' | 'animation/ken_burns/direction' | 'fill/pixelStream/orientation' | 'shape/vector_path/fillRule' | (string & {});
|
|
8047
8058
|
|
|
8048
8059
|
/** @public */
|
|
8049
|
-
export declare type EnumValues = BlendMode | ContentFillMode |
|
|
8060
|
+
export declare type EnumValues = BlendMode | HorizontalContentFillAlignment | ContentFillMode | VerticalContentFillAlignment | HeightMode | PositionXMode | PositionYMode | SceneDesignUnit | SceneFontSizeUnit | SceneLayout | SceneMode | WidthMode | PageGuidesSource | StrokeCap | StrokeCornerGeometry | StrokeDashEndCap | StrokeDashStartCap | StrokeEndCap | StrokePosition | StrokeStartCap | StrokeStyle | TextHorizontalAlignment | TextVerticalAlignment | CutoutType | CaptionHorizontalAlignment | CaptionVerticalAlignment | AnimationEasing | TextAnimationWritingStyle | AnimationGrowDirection | AnimationWipeDirection | AnimationBaselineDirection | AnimationSpinDirection | AnimationSpinLoopDirection | AnimationJumpLoopDirection | AnimationTypewriterTextWritingStyle | AnimationBlockSwipeTextDirection | AnimationMergeTextDirection | AnimationKenBurnsDirection | FillPixelStreamOrientation | ShapeVectorPathFillRule | (string & {});
|
|
8050
8061
|
|
|
8051
8062
|
/**
|
|
8052
8063
|
* @public Subscribe to block lifecycle events in the design engine.
|
|
@@ -8273,7 +8284,7 @@ declare interface Flip {
|
|
|
8273
8284
|
}
|
|
8274
8285
|
|
|
8275
8286
|
/** @public */
|
|
8276
|
-
export declare type FloatPropertyName = 'globalBoundingBox/height' | 'globalBoundingBox/width' | 'globalBoundingBox/x' | 'globalBoundingBox/y' | 'height' | 'lastFrame/height' | 'lastFrame/width' | 'lastFrame/x' | 'lastFrame/y' | 'position/x' | 'position/y' | 'rotation' | 'scene/dpi' | 'scene/pageDimensions/height' | 'scene/pageDimensions/width' | 'scene/pixelScaleFactor' | 'width' | 'camera/pixelRatio' | 'camera/resolution/height' | 'camera/resolution/width' | 'camera/zoomLevel' | 'dropShadow/blurRadius/x' | 'dropShadow/blurRadius/y' | 'dropShadow/offset/x' | 'dropShadow/offset/y' | 'page/guides/gridSpacingX' | 'page/guides/gridSpacingY' | 'page/margin/bottom' | 'page/margin/left' | 'page/margin/right' | 'page/margin/top' | 'playback/speed' | 'playback/volume' | 'stroke/width' | 'opacity' | 'backgroundColor/cornerRadius' | 'backgroundColor/paddingBottom' | 'backgroundColor/paddingLeft' | 'backgroundColor/paddingRight' | 'backgroundColor/paddingTop' | 'text/fontSize' | 'text/letterSpacing' | 'text/lineHeight' | 'text/maxAutomaticFontSize' | 'text/minAutomaticFontSize' | 'text/paragraphSpacing' | 'cutout/offset' | 'cutout/smoothing' | 'caption/fontSize' | 'caption/letterSpacing' | 'caption/lineHeight' | 'caption/maxAutomaticFontSize' | 'caption/minAutomaticFontSize' | 'caption/paragraphSpacing' | 'animation/slide/direction' | 'textAnimationOverlap' | 'animation/pan/direction' | 'animation/pan/distance' | 'animation/blur/intensity' | 'animation/grow/scaleFactor' | 'animation/crop_zoom/scale' | 'animation/spin/intensity' | 'animation/blur_loop/intensity' | 'animation/pulsating_loop/intensity' | 'animation/breathing_loop/intensity' | 'animation/jump_loop/intensity' | 'animation/sway_loop/intensity' | 'animation/
|
|
8287
|
+
export declare type FloatPropertyName = 'globalBoundingBox/height' | 'globalBoundingBox/width' | 'globalBoundingBox/x' | 'globalBoundingBox/y' | 'height' | 'lastFrame/height' | 'lastFrame/width' | 'lastFrame/x' | 'lastFrame/y' | 'movement/constraint' | 'position/x' | 'position/y' | 'rotation' | 'scene/dpi' | 'scene/pageDimensions/height' | 'scene/pageDimensions/width' | 'scene/pixelScaleFactor' | 'width' | 'camera/pixelRatio' | 'camera/resolution/height' | 'camera/resolution/width' | 'camera/zoomLevel' | 'dropShadow/blurRadius/x' | 'dropShadow/blurRadius/y' | 'dropShadow/offset/x' | 'dropShadow/offset/y' | 'page/guides/gridSpacingX' | 'page/guides/gridSpacingY' | 'page/margin/bottom' | 'page/margin/left' | 'page/margin/right' | 'page/margin/top' | 'page/marginScale' | 'playback/speed' | 'playback/volume' | 'stroke/dashOffset' | 'stroke/width' | 'opacity' | 'backgroundColor/cornerRadius' | 'backgroundColor/paddingBottom' | 'backgroundColor/paddingLeft' | 'backgroundColor/paddingRight' | 'backgroundColor/paddingTop' | 'text/fontSize' | 'text/letterSpacing' | 'text/lineHeight' | 'text/maxAutomaticFontSize' | 'text/minAutomaticFontSize' | 'text/paragraphSpacing' | 'cutout/offset' | 'cutout/smoothing' | 'caption/fontSize' | 'caption/letterSpacing' | 'caption/lineHeight' | 'caption/maxAutomaticFontSize' | 'caption/minAutomaticFontSize' | 'caption/paragraphSpacing' | 'animation/slide/direction' | 'textAnimationOverlap' | 'animation/pan/direction' | 'animation/pan/distance' | 'animation/blur/intensity' | 'animation/grow/scaleFactor' | 'animation/crop_zoom/scale' | 'animation/spin/intensity' | 'animation/blur_loop/intensity' | 'animation/pulsating_loop/intensity' | 'animation/breathing_loop/intensity' | 'animation/jump_loop/intensity' | 'animation/sway_loop/intensity' | 'animation/spread_text/intensity' | 'animation/merge_text/intensity' | 'animation/ken_burns/travelDistanceRatio' | 'animation/ken_burns/zoomIntensity' | 'blur/uniform/intensity' | 'blur/linear/blurRadius' | 'blur/linear/x1' | 'blur/linear/x2' | 'blur/linear/y1' | 'blur/linear/y2' | 'blur/mirrored/blurRadius' | 'blur/mirrored/gradientSize' | 'blur/mirrored/size' | 'blur/mirrored/x1' | 'blur/mirrored/x2' | 'blur/mirrored/y1' | 'blur/mirrored/y2' | 'blur/radial/blurRadius' | 'blur/radial/gradientRadius' | 'blur/radial/radius' | 'blur/radial/x' | 'blur/radial/y' | 'effect/adjustments/blacks' | 'effect/adjustments/brightness' | 'effect/adjustments/clarity' | 'effect/adjustments/contrast' | 'effect/adjustments/exposure' | 'effect/adjustments/gamma' | 'effect/adjustments/highlights' | 'effect/adjustments/saturation' | 'effect/adjustments/shadows' | 'effect/adjustments/sharpness' | 'effect/adjustments/temperature' | 'effect/adjustments/whites' | 'effect/cross_cut/offset' | 'effect/cross_cut/slices' | 'effect/cross_cut/speedV' | 'effect/cross_cut/time' | 'effect/dot_pattern/blur' | 'effect/dot_pattern/dots' | 'effect/dot_pattern/size' | 'effect/duotone_filter/intensity' | 'effect/extrude_blur/amount' | 'effect/glow/amount' | 'effect/glow/darkness' | 'effect/glow/size' | 'effect/green_screen/colorMatch' | 'effect/green_screen/smoothness' | 'effect/green_screen/spill' | 'effect/half_tone/angle' | 'effect/half_tone/scale' | 'effect/linocut/scale' | 'effect/liquid/amount' | 'effect/liquid/scale' | 'effect/liquid/time' | 'effect/lut_filter/intensity' | 'effect/outliner/amount' | 'effect/outliner/passthrough' | 'effect/posterize/levels' | 'effect/radial_pixel/radius' | 'effect/radial_pixel/segments' | 'effect/recolor/brightnessMatch' | 'effect/recolor/colorMatch' | 'effect/recolor/smoothness' | 'effect/shifter/amount' | 'effect/shifter/angle' | 'effect/tilt_shift/amount' | 'effect/tilt_shift/position' | 'effect/tv_glitch/distortion' | 'effect/tv_glitch/distortion2' | 'effect/tv_glitch/rollSpeed' | 'effect/tv_glitch/speed' | 'effect/vignette/darkness' | 'effect/vignette/offset' | 'fill/gradient/linear/endPointX' | 'fill/gradient/linear/endPointY' | 'fill/gradient/linear/startPointX' | 'fill/gradient/linear/startPointY' | 'fill/gradient/radial/centerPointX' | 'fill/gradient/radial/centerPointY' | 'fill/gradient/radial/radius' | 'fill/gradient/conical/centerPointX' | 'fill/gradient/conical/centerPointY' | 'shape/rect/cornerRadiusBL' | 'shape/rect/cornerRadiusBR' | 'shape/rect/cornerRadiusTL' | 'shape/rect/cornerRadiusTR' | 'shape/polygon/cornerRadius' | 'shape/star/cornerRadius' | 'shape/star/innerDiameter' | 'shape/vector_path/cornerRadius' | 'shape/vector_path/height' | 'shape/vector_path/width' | (string & {});
|
|
8277
8288
|
|
|
8278
8289
|
/**
|
|
8279
8290
|
* Individual font within a typeface. Field optionality matches `@cesdk/engine`
|
|
@@ -8391,7 +8402,7 @@ export declare type HexColorString = string;
|
|
|
8391
8402
|
export declare type HistoryId = number;
|
|
8392
8403
|
|
|
8393
8404
|
/**
|
|
8394
|
-
* Describes the kind of update that triggered an `
|
|
8405
|
+
* Describes the kind of update that triggered an `onHistoryUpdatedWithKind` callback.
|
|
8395
8406
|
*
|
|
8396
8407
|
* - `Updated`: The active history's snapshots changed: a new snapshot was added (e.g. after an edit), or undo/redo
|
|
8397
8408
|
* was applied. The scene state changed as a direct consequence.
|
|
@@ -9475,10 +9486,10 @@ export declare type SceneLayout = (typeof SceneLayoutValues)[number];
|
|
|
9475
9486
|
/** @public */
|
|
9476
9487
|
export declare const SceneLayoutValues: readonly ["Free", "VerticalStack", "HorizontalStack", "DepthStack"];
|
|
9477
9488
|
|
|
9478
|
-
/** @public
|
|
9489
|
+
/** @public */
|
|
9479
9490
|
export declare type SceneMode = (typeof SceneModeValues)[number];
|
|
9480
9491
|
|
|
9481
|
-
/** @public
|
|
9492
|
+
/** @public */
|
|
9482
9493
|
export declare const SceneModeValues: readonly ["Design", "Video"];
|
|
9483
9494
|
|
|
9484
9495
|
/**
|
|
@@ -9499,10 +9510,10 @@ export declare const SceneModeValues: readonly ["Design", "Video"];
|
|
|
9499
9510
|
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';
|
|
9500
9511
|
|
|
9501
9512
|
/** @public */
|
|
9502
|
-
export declare type SettingBoolPropertyName = '
|
|
9513
|
+
export declare type SettingBoolPropertyName = 'doubleClickToCropEnabled' | 'showBuildVersion' | 'placeholderControls/showButton' | 'placeholderControls/showOverlay' | 'blockAnimations/enabled' | 'playback/showAllBlocks' | 'grid/enabled' | 'grid/snapEnabled' | 'archival/bundleOnlyUsedFontVariants' | 'touch/dragStartCanSelect' | 'touch/singlePointPanning' | 'mouse/enableZoom' | 'mouse/enableScroll' | 'controlGizmo/showCropHandles' | 'controlGizmo/showMoveHandles' | 'controlGizmo/dynamicMoveHandleVisibility' | 'controlGizmo/showResizeHandles' | 'controlGizmo/showScaleHandles' | 'controlGizmo/showRotateHandles' | 'controlGizmo/showCropScaleHandles' | 'page/title/show' | 'page/title/showPageTitleTemplate' | 'page/title/appendPageName' | 'page/title/showOnSinglePage' | 'page/title/canEdit' | 'page/dimOutOfPageAreas' | 'page/allowCropInteraction' | 'page/allowResizeInteraction' | 'page/restrictResizeInteractionToFixedAspectRatio' | 'page/allowRotateInteraction' | 'page/allowMoveInteraction' | 'page/marqueeSelectOnBodyDrag' | 'page/restrictPageSelectionToBorderAndTitle' | 'page/moveChildrenWhenCroppingFill' | 'page/selectWhenNoBlocksSelected' | 'page/highlightWhenCropping' | 'page/allowShapeChange' | 'page/highlightDropTarget' | 'page/reparentBlocksToSceneWhenOutOfPage' | 'page/flipDimensionsOn90DegreeCropRotation' | 'clampThumbnailTextureSizes' | 'useSystemFontFallback' | 'forceSystemEmojis' | (string & {});
|
|
9503
9514
|
|
|
9504
9515
|
/** @public */
|
|
9505
|
-
export declare type SettingColorPropertyName = 'clearColor' | 'handleFillColor' | 'highlightColor' | 'pageHighlightColor' | 'placeholderHighlightColor' | 'snappingGuideColor' | 'rotationSnappingGuideColor' | 'cropOverlayColor' | 'textVariableHighlightColor' | 'borderOutlineColor' | 'progressColor' | 'errorStateColor' | 'page/title/color' | 'page/marginFillColor' | 'page/marginFrameColor' | 'page/innerBorderColor' | 'page/outerBorderColor' | 'colorMaskingSettings/maskColor' |
|
|
9516
|
+
export declare type SettingColorPropertyName = 'clearColor' | 'handleFillColor' | 'highlightColor' | 'pageHighlightColor' | 'placeholderHighlightColor' | 'snappingGuideColor' | 'rotationSnappingGuideColor' | 'cropOverlayColor' | 'textVariableHighlightColor' | 'borderOutlineColor' | 'progressColor' | 'errorStateColor' | 'grid/color' | 'page/title/color' | 'page/marginFillColor' | 'page/marginFrameColor' | 'page/innerBorderColor' | 'page/outerBorderColor' | 'colorMaskingSettings/maskColor' | (string & {});
|
|
9506
9517
|
|
|
9507
9518
|
/** @public */
|
|
9508
9519
|
export declare type SettingEnumPropertyName = 'touch/pinchAction' | 'touch/rotateAction' | 'camera/clamping/overshootMode' | 'doubleClickSelectionMode' | 'colorPicker/colorMode' | 'timeline/trackVisibility' | (string & {});
|
|
@@ -9521,7 +9532,7 @@ export declare type SettingEnumType = {
|
|
|
9521
9532
|
export declare type SettingEnumValues = TouchPinchAction | TouchRotateAction | CameraClampingOvershootMode | DoubleClickSelectionMode | ColorPickerColorMode | TimelineTrackVisibility | (string & {});
|
|
9522
9533
|
|
|
9523
9534
|
/** @public */
|
|
9524
|
-
export declare type SettingFloatPropertyName = 'positionSnappingThreshold' | 'rotationSnappingThreshold' | '
|
|
9535
|
+
export declare type SettingFloatPropertyName = 'positionSnappingThreshold' | 'rotationSnappingThreshold' | 'grid/spacingX' | 'grid/spacingY' | 'controlGizmo/blockScaleDownLimit' | 'listIndentPerLevel' | (string & {});
|
|
9525
9536
|
|
|
9526
9537
|
/** @public */
|
|
9527
9538
|
export declare type SettingIntPropertyName = 'maxImageSize' | 'maxPreviewResolution' | (string & {});
|
|
@@ -9973,7 +9984,7 @@ export declare interface SpotColor {
|
|
|
9973
9984
|
}
|
|
9974
9985
|
|
|
9975
9986
|
/** @public */
|
|
9976
|
-
export declare type StringPropertyName = 'name' | 'scene/pageFormatId' | 'type' | 'uuid' | 'page/titleTemplate' | 'audio/fileURI' | 'text/externalReference' | 'text/fontFileUri' | 'text/text' | 'text/typeface' | 'cutout/path' | 'caption/externalReference' | 'caption/fontFileUri' | 'caption/text' | 'caption/typeface' | 'effect/lut_filter/lutFileURI' | 'fill/image/externalReference' | 'fill/image/imageFileURI' | 'fill/image/previewFileURI' | 'fill/video/fileURI' | 'shape/vector_path/path' | (string & {});
|
|
9987
|
+
export declare type StringPropertyName = 'name' | 'scene/pageFormatId' | 'type' | 'uuid' | 'page/titleTemplate' | 'audio/fileURI' | 'text/externalReference' | 'text/fontFileUri' | 'text/text' | 'text/typeface' | 'cutout/path' | 'caption/externalReference' | 'caption/fontFileUri' | 'caption/text' | 'caption/typeface' | 'effect/lut_filter/filterId' | 'effect/lut_filter/lutFileURI' | 'fill/image/externalReference' | 'fill/image/imageFileURI' | 'fill/image/previewFileURI' | 'fill/video/fileURI' | 'shape/vector_path/path' | (string & {});
|
|
9977
9988
|
|
|
9978
9989
|
/** @public */
|
|
9979
9990
|
export declare type StrokeCap = (typeof StrokeCapValues)[number];
|
|
@@ -9987,12 +9998,36 @@ export declare type StrokeCornerGeometry = (typeof StrokeCornerGeometryValues)[n
|
|
|
9987
9998
|
/** @public */
|
|
9988
9999
|
export declare const StrokeCornerGeometryValues: readonly ["Bevel", "Miter", "Round"];
|
|
9989
10000
|
|
|
10001
|
+
/** @public */
|
|
10002
|
+
export declare type StrokeDashEndCap = (typeof StrokeDashEndCapValues)[number];
|
|
10003
|
+
|
|
10004
|
+
/** @public */
|
|
10005
|
+
export declare const StrokeDashEndCapValues: readonly ["Butt", "Round", "Square"];
|
|
10006
|
+
|
|
10007
|
+
/** @public */
|
|
10008
|
+
export declare type StrokeDashStartCap = (typeof StrokeDashStartCapValues)[number];
|
|
10009
|
+
|
|
10010
|
+
/** @public */
|
|
10011
|
+
export declare const StrokeDashStartCapValues: readonly ["Butt", "Round", "Square"];
|
|
10012
|
+
|
|
10013
|
+
/** @public */
|
|
10014
|
+
export declare type StrokeEndCap = (typeof StrokeEndCapValues)[number];
|
|
10015
|
+
|
|
10016
|
+
/** @public */
|
|
10017
|
+
export declare const StrokeEndCapValues: readonly ["Butt", "Round", "Square"];
|
|
10018
|
+
|
|
9990
10019
|
/** @public */
|
|
9991
10020
|
export declare type StrokePosition = (typeof StrokePositionValues)[number];
|
|
9992
10021
|
|
|
9993
10022
|
/** @public */
|
|
9994
10023
|
export declare const StrokePositionValues: readonly ["Center", "Inner", "Outer"];
|
|
9995
10024
|
|
|
10025
|
+
/** @public */
|
|
10026
|
+
export declare type StrokeStartCap = (typeof StrokeStartCapValues)[number];
|
|
10027
|
+
|
|
10028
|
+
/** @public */
|
|
10029
|
+
export declare const StrokeStartCapValues: readonly ["Butt", "Round", "Square"];
|
|
10030
|
+
|
|
9996
10031
|
/** @public */
|
|
9997
10032
|
export declare type StrokeStyle = (typeof StrokeStyleValues)[number];
|
|
9998
10033
|
|