@mx-sose-front/mx-sose-graph 1.1.2 → 1.1.3

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/dist/index.d.ts CHANGED
@@ -167,6 +167,7 @@ chartLocationData?: locationChart[] | null | undefined;
167
167
  }>>> & Readonly<{
168
168
  onDiagramDoubleClick?: ((data: any) => any) | undefined;
169
169
  "onScale-changed"?: ((scale: number) => any) | undefined;
170
+ "onAction-button-click"?: ((value: string, shape: Shape) => any) | undefined;
170
171
  "onShapes-property"?: ((value: {
171
172
  selectedShape: Shape;
172
173
  showPropertyPanel: boolean;
@@ -222,7 +223,6 @@ width: number;
222
223
  height: number;
223
224
  };
224
225
  }) => any) | undefined;
225
- "onAction-button-click"?: ((value: string, shape: Shape) => any) | undefined;
226
226
  "onModel-type-property-id-button-click"?: ((value: string, shape: Shape) => any) | undefined;
227
227
  "onAction-button-add"?: ((shape: Shape) => any) | undefined;
228
228
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;