@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/bkflow-canvas-editor_false-B70uLuHL.cjs +1 -0
- package/dist/bkflow-canvas-editor_false-BlC281Zg.cjs +1 -0
- package/dist/bkflow-canvas-editor_false-Casww7p4.js +5 -0
- package/dist/bkflow-canvas-editor_false-i9G8sqQi.js +5 -0
- package/dist/index.cjs.js +39 -39
- package/dist/index.d.ts +8 -0
- package/dist/index.esm.js +17973 -17881
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/index.es.min-BBOgAuB2.js +0 -3214
- package/dist/index.es.min-DQIH7mAl.cjs +0 -2
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;
|