@blueking/bkflow-canvas-editor 1.1.0-beta.2 → 1.1.0-beta.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
@@ -1233,6 +1233,10 @@ declare const __VLS_base$2: vue.DefineComponent<__VLS_Props$2, {
1233
1233
  saveSuccess: () => any;
1234
1234
  exitEdit: () => any;
1235
1235
  debugBeforeClose: () => any;
1236
+ createVariable: (payload: {
1237
+ keyword: string;
1238
+ cursorIndex: number;
1239
+ }) => any;
1236
1240
  }, string, vue.PublicProps, Readonly<__VLS_Props$2> & Readonly<{
1237
1241
  onBack?: (() => any) | undefined;
1238
1242
  onSave?: ((flowData: FlowTemplate) => any) | undefined;
@@ -1243,6 +1247,10 @@ declare const __VLS_base$2: vue.DefineComponent<__VLS_Props$2, {
1243
1247
  onSaveSuccess?: (() => any) | undefined;
1244
1248
  onExitEdit?: (() => any) | undefined;
1245
1249
  onDebugBeforeClose?: (() => any) | undefined;
1250
+ onCreateVariable?: ((payload: {
1251
+ keyword: string;
1252
+ cursorIndex: number;
1253
+ }) => any) | undefined;
1246
1254
  }>, {
1247
1255
  quickAdd: QuickAddConfig;
1248
1256
  defaultZoom: number;