@univerjs-pro/engine-shape 0.15.5 → 0.16.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.
@@ -30,6 +30,10 @@ export declare enum ShapeDirectionEnum {
30
30
  Left = 180,
31
31
  Up = 270
32
32
  }
33
+ /**
34
+ * Shape fill type enum
35
+ * Currently, PatternFill and PictureFill are not supported, but we define them for future use, if will be treat as Nofill currently.
36
+ */
33
37
  export declare enum ShapeFillEnum {
34
38
  NoFill = 1,
35
39
  SolidFil = 2,
@@ -74,6 +78,9 @@ export declare enum ShapeOperatorEnum {
74
78
  Cat2 = "cat2",
75
79
  Sat2 = "sat2"
76
80
  }
81
+ /**
82
+ * Shape type enum, it defines almost excel supported shape types
83
+ */
77
84
  export declare enum ShapeTypeEnum {
78
85
  None = "none",
79
86
  Rect = "rect",