@ai-table/grid 0.0.21 → 0.0.22

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-table/grid",
3
- "version": "0.0.21",
3
+ "version": "0.0.22",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.1.4",
6
6
  "@angular/core": "^18.1.4",
@@ -73,7 +73,7 @@ export declare class AITableText {
73
73
  dragDistance?: number | undefined;
74
74
  dragBoundFunc?: ((this: import("konva/lib/Node").Node<import("konva/lib/Node").NodeConfig>, pos: import("konva/lib/types").Vector2d) => import("konva/lib/types").Vector2d) | undefined;
75
75
  preventDefault?: boolean | undefined;
76
- globalCompositeOperation?: ("" | "lighter" | "source-over" | "source-in" | "source-out" | "source-atop" | "destination-over" | "destination-in" | "destination-out" | "destination-atop" | "copy" | "xor" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "color" | "luminosity") | undefined;
76
+ globalCompositeOperation?: ("" | "source-over" | "source-in" | "source-out" | "source-atop" | "destination-over" | "destination-in" | "destination-out" | "destination-atop" | "lighter" | "copy" | "xor" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "color" | "luminosity") | undefined;
77
77
  filters?: import("konva/lib/Node").Filter[] | undefined;
78
78
  x: number | undefined;
79
79
  y: number | undefined;