@milaboratories/graph-maker 1.1.56 → 1.1.57
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/GraphMaker/index.vue.d.ts +2 -0
- package/dist/graph-maker.js +14780 -14714
- package/dist/graph-maker.umd.cjs +957 -957
- package/package.json +2 -2
|
@@ -266,6 +266,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
266
266
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
267
267
|
"tooltip-btn-click": (...args: any[]) => void;
|
|
268
268
|
"delete-this-graph": (...args: any[]) => void;
|
|
269
|
+
"update-lasso-polygon": (...args: any[]) => void;
|
|
269
270
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
270
271
|
modelValue: {
|
|
271
272
|
required: true;
|
|
@@ -528,6 +529,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
528
529
|
}>> & Readonly<{
|
|
529
530
|
"onTooltip-btn-click"?: ((...args: any[]) => any) | undefined;
|
|
530
531
|
"onDelete-this-graph"?: ((...args: any[]) => any) | undefined;
|
|
532
|
+
"onUpdate-lasso-polygon"?: ((...args: any[]) => any) | undefined;
|
|
531
533
|
}>, {} | {} | {} | {} | {} | {} | {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
532
534
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
533
535
|
export default _default;
|