@relation-graph/react 3.0.1 → 3.0.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/package.json +1 -1
- package/relation-graph.js +6 -6
- package/relation-graph.mjs +1826 -1644
- package/relation-graph.umd.js +6 -6
- package/types/packages/platforms/react/src/index.d.ts +10 -2
- package/types/packages/platforms/react/src/relation-graph/src/core4react/RGCanvasContent.d.ts +1 -1
- package/types/packages/platforms/react/src/relation-graph/src/core4react/RGCanvasContent4CreatingLine.d.ts +1 -1
- package/types/packages/platforms/react/src/relation-graph/src/core4react/RGCanvasContent4FakeLines.d.ts +1 -1
- package/types/packages/platforms/react/src/relation-graph/src/core4react/RGCanvasContent4Lines.d.ts +1 -1
- package/types/packages/platforms/react/src/relation-graph/src/core4react/RGLinePath.d.ts +1 -0
- package/types/packages/platforms/react/src/relation-graph/src/core4react/RGLineText.d.ts +3 -1
- package/types/packages/platforms/vue2/src/core4vue/RGLineContent.vue.d.ts +5 -4
- package/types/packages/platforms/vue2/src/core4vue/RGLinePath.vue.d.ts +1 -2
- package/types/packages/platforms/vue2/src/core4vue/editing/RGConnectTarget.vue.d.ts +32 -2
- package/types/packages/platforms/vue2/src/core4vue/editing/RGEditingLineController.vue.d.ts +7 -0
- package/types/packages/platforms/vue2/src/index.d.ts +39 -4
- package/types/packages/relation-graph-models/data/RGDataDefine.d.ts +2 -2
- package/types/packages/relation-graph-models/data/RGDataGetter.d.ts +3 -3
- package/types/packages/relation-graph-models/data/RGDataProvider.d.ts +3 -3
- package/types/packages/relation-graph-models/data/RGNodeDataUtils.d.ts +5 -2
- package/types/packages/relation-graph-models/layouts/RGForceLayout.d.ts +18 -13
- package/types/packages/relation-graph-models/layouts/analyzers/BasicNetworkAnalyzer.d.ts +1 -0
- package/types/packages/relation-graph-models/layouts/tmp/old.d.ts +1 -0
- package/types/packages/relation-graph-models/models/RelationGraphBase.d.ts +2 -2
- package/types/packages/relation-graph-models/models/RelationGraphWith2Data1Getter.d.ts +15 -7
- package/types/packages/relation-graph-models/models/RelationGraphWith2Data2Analysis.d.ts +6 -1
- package/types/packages/relation-graph-models/models/RelationGraphWith2Data3Update.d.ts +2 -0
- package/types/packages/relation-graph-models/models/RelationGraphWith2Data4ConnectTarget.d.ts +3 -3
- package/types/packages/relation-graph-models/models/RelationGraphWith4Line.d.ts +6 -2
- package/types/packages/relation-graph-models/models/RelationGraphWith6Layout.d.ts +5 -1
- package/types/packages/relation-graph-models/models/RelationGraphWith7Event.d.ts +2 -3
- package/types/packages/relation-graph-models/models/RelationGraphWith95Dom.d.ts +3 -0
- package/types/packages/types.ts +36 -32
- package/types/packages/platforms/react/src/relation-graph/RGPovider.d.ts +0 -7
- package/types/packages/platforms/react/src/relation-graph/src/core4react/RelationLinkerContent.d.ts +0 -4
- package/types/packages/platforms/react/src/relation-graph/src/core4react/RelationView.d.ts +0 -4
- package/types/packages/platforms/react/src/relation-graph/src/core4react/slots/NewCanvas.d.ts +0 -20
- package/types/packages/platforms/react/src/relation-graph/src/core4react/slots/NewCanvasV2.d.ts +0 -1
- package/types/packages/platforms/react/src/relation-graph/src/core4react/slots/NewCanvasV3.d.ts +0 -1
- package/types/packages/platforms/react/src/relation-graph/src/core4react/slots/RGSlotOnSVGDefs.d.ts +0 -3
- package/types/packages/platforms/react/src/relation-graph/src/core4react/slots/RGSlotOnToolbar.d.ts +0 -3
- package/types/packages/platforms/react/src/relation-graph/src/core4react/store/reducers/StockStore.d.ts +0 -8
- package/types/packages/platforms/react/src/relation-graph/src/core4react/widgets/GraphDebugPanel.d.ts +0 -3
- package/types/packages/platforms/react/src/types.d.ts +0 -1
- package/types/packages/platforms/react/vite.config.d.ts +0 -2
- package/types/packages/platforms/vue2/src/core4vue/RGLineText.vue.d.ts +0 -33
- package/types/packages/platforms/vue2/src/core4vue/widgets/GraphDebugPanel.vue.d.ts +0 -12
- package/types/packages/platforms/vue3/src/relation-graph/src/core4vue3/RGCanvas.vue.d.ts +0 -34
- package/types/packages/platforms/vue3/src/relation-graph/src/core4vue3/RGCanvasContent.vue.d.ts +0 -37
- package/types/packages/platforms/vue3/src/relation-graph/src/core4vue3/RGEasyView.vue.d.ts +0 -2
- package/types/packages/platforms/vue3/src/relation-graph/src/core4vue3/RGFakeNode.vue.d.ts +0 -32
- package/types/packages/platforms/vue3/src/relation-graph/src/core4vue3/RGGraphDefs.vue.d.ts +0 -29
- package/types/packages/platforms/vue3/src/relation-graph/src/core4vue3/RGLineContent.vue.d.ts +0 -12
- package/types/packages/platforms/vue3/src/relation-graph/src/core4vue3/RGLinePath.vue.d.ts +0 -16
- package/types/packages/platforms/vue3/src/relation-graph/src/core4vue3/RGLinePeel.vue.d.ts +0 -29
- package/types/packages/platforms/vue3/src/relation-graph/src/core4vue3/RGLineText.vue.d.ts +0 -27
- package/types/packages/platforms/vue3/src/relation-graph/src/core4vue3/RGNodeExpandHolder.vue.d.ts +0 -18
- package/types/packages/platforms/vue3/src/relation-graph/src/core4vue3/RGNodePeel.vue.d.ts +0 -40
- package/types/packages/platforms/vue3/src/relation-graph/src/core4vue3/RGProvider.vue.d.ts +0 -34
- package/types/packages/platforms/vue3/src/relation-graph/src/core4vue3/RelationGraph.vue.d.ts +0 -39
- package/types/packages/platforms/vue3/src/relation-graph/src/core4vue3/RelationLinker.vue.d.ts +0 -130
- package/types/packages/platforms/vue3/src/relation-graph/src/core4vue3/RelationLinkerCanvas.vue.d.ts +0 -23
- package/types/packages/platforms/vue3/src/relation-graph/src/core4vue3/RelationLinkerView.vue.d.ts +0 -24
- package/types/packages/platforms/vue3/src/relation-graph/src/core4vue3/editing/RGConnectSource.vue.d.ts +0 -45
- package/types/packages/platforms/vue3/src/relation-graph/src/core4vue3/editing/RGConnectTarget.vue.d.ts +0 -46
- package/types/packages/platforms/vue3/src/relation-graph/src/core4vue3/editing/RGEditingConnectController.vue.d.ts +0 -23
- package/types/packages/platforms/vue3/src/relation-graph/src/core4vue3/editing/RGEditingConnectPoints.vue.d.ts +0 -16
- package/types/packages/platforms/vue3/src/relation-graph/src/core4vue3/editing/RGEditingLineController.vue.d.ts +0 -56
- package/types/packages/platforms/vue3/src/relation-graph/src/core4vue3/editing/RGEditingNearNodeWidget.vue.d.ts +0 -30
- package/types/packages/platforms/vue3/src/relation-graph/src/core4vue3/editing/RGEditingNodeController.vue.d.ts +0 -17
- package/types/packages/platforms/vue3/src/relation-graph/src/core4vue3/editing/RGEditingReferenceLine.vue.d.ts +0 -15
- package/types/packages/platforms/vue3/src/relation-graph/src/core4vue3/editing/RGEditingResize.vue.d.ts +0 -19
- package/types/packages/platforms/vue3/src/relation-graph/src/core4vue3/editing/RGMiniView.vue.d.ts +0 -17
- package/types/packages/platforms/vue3/src/relation-graph/src/core4vue3/index.vue.d.ts +0 -143
- package/types/packages/platforms/vue3/src/relation-graph/src/core4vue3/widgets/GraphBackground.vue.d.ts +0 -49
- package/types/packages/platforms/vue3/src/relation-graph/src/core4vue3/widgets/GraphDebugPanel.vue.d.ts +0 -2
- package/types/packages/platforms/vue3/src/relation-graph/src/core4vue3/widgets/GraphLoading.vue.d.ts +0 -2
- package/types/packages/platforms/vue3/src/relation-graph/src/core4vue3/widgets/GraphMoveOperator.vue.d.ts +0 -2
- package/types/packages/platforms/vue3/src/relation-graph/src/core4vue3/widgets/GraphOperateStuff.vue.d.ts +0 -19
- package/types/packages/platforms/vue3/src/relation-graph/src/core4vue3/widgets/GraphToolBar.vue.d.ts +0 -31
- package/types/packages/platforms/vue3/src/relation-graph/src/core4vue3/widgets/GraphWatermark.vue.d.ts +0 -56
- package/types/packages/platforms/vue3/src/relation-graph/src/core4vue3/widgets/GraphXsToolBar.vue.d.ts +0 -31
- package/types/packages/platforms/vue3/src/relation-graph/src/core4vue3/widgets/RGIcons.vue.d.ts +0 -15
- package/types/packages/relation-graph-models/layouters/RGBaseLayouter.d.ts +0 -36
- package/types/packages/relation-graph-models/layouters/RGCenterLayouter.d.ts +0 -12
- package/types/packages/relation-graph-models/layouters/RGCircleLayouter.d.ts +0 -8
- package/types/packages/relation-graph-models/layouters/RGFixedLayouter.d.ts +0 -11
- package/types/packages/relation-graph-models/layouters/RGFolderLayouter.d.ts +0 -17
- package/types/packages/relation-graph-models/layouters/RGForceLayouter.d.ts +0 -71
- package/types/packages/relation-graph-models/layouters/RGForceLayouterV2.d.ts +0 -59
- package/types/packages/relation-graph-models/layouters/RGSmartTreeLayouter.d.ts +0 -16
- package/types/packages/relation-graph-models/layouters/RGTreeLayouter.d.ts +0 -18
- package/types/packages/relation-graph-models/models/RGLineDataUtils.d.ts +0 -9
- package/types/packages/relation-graph-models/models/RGNodeDataUtils.d.ts +0 -14
- package/types/packages/relation-graph-models/models/RGOptionsDataUtils.d.ts +0 -11
- package/types/packages/relation-graph-models/models/RelationGraphFinal.d.ts +0 -11
- package/types/packages/relation-graph-models/models/RelationGraphReact.d.ts +0 -5
- package/types/packages/relation-graph-models/models/RelationGraphWith1Dom.d.ts +0 -76
- package/types/packages/relation-graph-models/models/RelationGraphWith3Image.d.ts +0 -20
- package/types/packages/relation-graph-models/models/RelationGraphWith8Update.d.ts +0 -23
- package/types/packages/relation-graph-models/types.d.ts +0 -903
- package/types/react.d.ts +0 -201
- package/types/svelte.d.ts +0 -170
- package/types/vue2.d.ts +0 -862
- package/types/vue3.d.ts +0 -1246
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { RelationGraphFinal } from '../../../../../../relation-graph-models/models/RelationGraphFinal';
|
|
2
|
-
interface RGProviderProps {
|
|
3
|
-
relationGraphCore?: any;
|
|
4
|
-
}
|
|
5
|
-
declare function __VLS_template(): {
|
|
6
|
-
attrs: Partial<{}>;
|
|
7
|
-
slots: {
|
|
8
|
-
default?(_: {}): any;
|
|
9
|
-
};
|
|
10
|
-
refs: {};
|
|
11
|
-
rootEl: any;
|
|
12
|
-
};
|
|
13
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
14
|
-
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToOption<RGProviderProps>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
15
|
-
onProviderReady: (graphInstance: RelationGraphFinal) => void;
|
|
16
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToOption<RGProviderProps>>> & Readonly<{
|
|
17
|
-
onOnProviderReady?: ((graphInstance: RelationGraphFinal) => any) | undefined;
|
|
18
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
19
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
20
|
-
export default _default;
|
|
21
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
22
|
-
type __VLS_TypePropsToOption<T> = {
|
|
23
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
24
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
25
|
-
} : {
|
|
26
|
-
type: import('vue').PropType<T[K]>;
|
|
27
|
-
required: true;
|
|
28
|
-
};
|
|
29
|
-
};
|
|
30
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
31
|
-
new (): {
|
|
32
|
-
$slots: S;
|
|
33
|
-
};
|
|
34
|
-
};
|
package/types/packages/platforms/vue3/src/relation-graph/src/core4vue3/RelationGraph.vue.d.ts
DELETED
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
declare function __VLS_template(): {
|
|
2
|
-
attrs: Partial<{}>;
|
|
3
|
-
slots: {
|
|
4
|
-
'tool-bar'?(_: {}): any;
|
|
5
|
-
'svg-defs'?(_: {}): any;
|
|
6
|
-
node?(_: {
|
|
7
|
-
node: any;
|
|
8
|
-
}): any;
|
|
9
|
-
node?(_: {
|
|
10
|
-
node: any;
|
|
11
|
-
}): any;
|
|
12
|
-
line?(_: {
|
|
13
|
-
lineConfig: any;
|
|
14
|
-
}): any;
|
|
15
|
-
'canvas-plug'?(_: {}): any;
|
|
16
|
-
'canvas-plug-above'?(_: {}): any;
|
|
17
|
-
'node-expand-holder'?(_: {
|
|
18
|
-
node: any;
|
|
19
|
-
expandHolderPosition: any;
|
|
20
|
-
expandButtonClass: any;
|
|
21
|
-
color: any;
|
|
22
|
-
expandOrCollapseNode: any;
|
|
23
|
-
}): any;
|
|
24
|
-
'graph-plug'?(_: {}): any;
|
|
25
|
-
};
|
|
26
|
-
refs: {
|
|
27
|
-
relationGraphRef$: HTMLDivElement;
|
|
28
|
-
};
|
|
29
|
-
rootEl: HTMLDivElement;
|
|
30
|
-
};
|
|
31
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
32
|
-
declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
33
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
34
|
-
export default _default;
|
|
35
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
36
|
-
new (): {
|
|
37
|
-
$slots: S;
|
|
38
|
-
};
|
|
39
|
-
};
|
package/types/packages/platforms/vue3/src/relation-graph/src/core4vue3/RelationLinker.vue.d.ts
DELETED
|
@@ -1,130 +0,0 @@
|
|
|
1
|
-
import { RelationGraphFinal } from '../../../../../../relation-graph-models/models/RelationGraphFinal';
|
|
2
|
-
import { JsonLine, RGOptions } from '../../../../../../relation-graph-models/types';
|
|
3
|
-
type __VLS_Props = {
|
|
4
|
-
options?: RGOptions;
|
|
5
|
-
links: JsonLine[];
|
|
6
|
-
relationGraphCore?: any;
|
|
7
|
-
};
|
|
8
|
-
declare function __VLS_template(): {
|
|
9
|
-
attrs: Partial<{}>;
|
|
10
|
-
slots: {
|
|
11
|
-
'graph-plug'?(_: {}): any;
|
|
12
|
-
'svg-defs'?(_: {}): any;
|
|
13
|
-
line?(_: {
|
|
14
|
-
lineConfig: any;
|
|
15
|
-
}): any;
|
|
16
|
-
default?(_: {}): any;
|
|
17
|
-
};
|
|
18
|
-
refs: {};
|
|
19
|
-
rootEl: any;
|
|
20
|
-
};
|
|
21
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
22
|
-
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>, {
|
|
23
|
-
getInstance(): any;
|
|
24
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
25
|
-
onReady: (graphInstance: RelationGraphFinal) => void;
|
|
26
|
-
onNodeClick: (node: import('../../../../../../relation-graph-models/types').RGNode, event: import('../../../../../../relation-graph-models/types').RGUserEvent) => void;
|
|
27
|
-
onNodeExpand: (node: import('../../../../../../relation-graph-models/types').RGNode, event: import('../../../../../../relation-graph-models/types').RGUserEvent) => void;
|
|
28
|
-
onNodeCollapse: (node: import('../../../../../../relation-graph-models/types').RGNode, event: import('../../../../../../relation-graph-models/types').RGUserEvent) => void;
|
|
29
|
-
onLineClick: (line: import('../../../../../../relation-graph-models/types').RGLine, link: import('../../../../../../relation-graph-models/types').RGLink, event: import('../../../../../../relation-graph-models/types').RGUserEvent) => void;
|
|
30
|
-
onNodeDragStart: (node: import('../../../../../../relation-graph-models/types').RGNode, event: import('../../../../../../relation-graph-models/types').RGUserEvent) => void;
|
|
31
|
-
onNodeDragEnd: (node: import('../../../../../../relation-graph-models/types').RGNode, event: import('../../../../../../relation-graph-models/types').RGUserEvent, x_buff: number, y_buff: number) => void;
|
|
32
|
-
onNodeDragging: (node: import('../../../../../../relation-graph-models/types').RGNode, newX: number, newY: number, buffX: number, buffY: number, event: import('../../../../../../relation-graph-models/types').RGUserEvent) => void;
|
|
33
|
-
onCanvasDragEnd: (event: import('../../../../../../relation-graph-models/types').RGUserEvent) => void;
|
|
34
|
-
onCanvasDragging: (newX: number, newY: number, buffX: number, buffY: number) => void;
|
|
35
|
-
onContextmenu: (event: import('../../../../../../relation-graph-models/types').RGUserEvent, objectType: import('../../../../../../relation-graph-models/types').RGEventTargetType, object: import('../../../../../../relation-graph-models/types').RGNode | import('../../../../../../relation-graph-models/types').RGLine | undefined, eventPositionOnCanvas: import('../../../../../../relation-graph-models/types').RGCoordinate, eventPositionOnView: import('../../../../../../relation-graph-models/types').RGCoordinate) => void;
|
|
36
|
-
onFullscreen: (newValue: boolean, defaultFullscreen: () => Promise<void>) => void;
|
|
37
|
-
onCanvasClick: (event: import('../../../../../../relation-graph-models/types').RGUserEvent) => void;
|
|
38
|
-
onCanvasSelectionEnd: (selectionView: import('../../../../../../relation-graph-models/types').RGSelectionView, event: import('../../../../../../relation-graph-models/types').RGUserEvent) => void;
|
|
39
|
-
beforeZoomStart: () => void;
|
|
40
|
-
onZoomEnd: () => void;
|
|
41
|
-
onImageDownload: (dom: HTMLElement, format: string) => void;
|
|
42
|
-
onImageSaveAsFile: (canvas: HTMLCanvasElement, format: string, fileName: string) => void;
|
|
43
|
-
onViewResize: () => void;
|
|
44
|
-
onResizeStart: (nodes: import('../../../../../../relation-graph-models/types').RGNode[], event: import('../../../../../../relation-graph-models/types').RGUserEvent) => void;
|
|
45
|
-
beforeNodeResize: (node: import('../../../../../../relation-graph-models/types').RGNode, newX: number, newY: number, newW: number, newH: number) => void;
|
|
46
|
-
onResizeEnd: (nodes: import('../../../../../../relation-graph-models/types').RGNode[], buffX: number, buffY: number, event: import('../../../../../../relation-graph-models/types').RGUserEvent) => void;
|
|
47
|
-
onLineVertexDropped: (lineInfo: {
|
|
48
|
-
newLineTemplate: JsonLine;
|
|
49
|
-
fromNode: import('../../../../../../relation-graph-models/types').RGLineTarget | import('../../../../../../relation-graph-models/types').RGNode;
|
|
50
|
-
toNode: import('../../../../../../relation-graph-models/types').RGLineTarget | import('../../../../../../relation-graph-models/types').RGNode;
|
|
51
|
-
}) => void;
|
|
52
|
-
beforeCreateLine: (lineInfo: {
|
|
53
|
-
lineJson: JsonLine;
|
|
54
|
-
fromNode: import('../../../../../../relation-graph-models/types').RGLineTarget | import('../../../../../../relation-graph-models/types').RGNode;
|
|
55
|
-
toNode: import('../../../../../../relation-graph-models/types').RGLineTarget | import('../../../../../../relation-graph-models/types').RGNode;
|
|
56
|
-
}) => void;
|
|
57
|
-
onLineBeCreated: (lineInfo: {
|
|
58
|
-
lineJson: JsonLine;
|
|
59
|
-
fromNode: import('../../../../../../relation-graph-models/types').RGLineTarget | import('../../../../../../relation-graph-models/types').RGNode;
|
|
60
|
-
toNode: import('../../../../../../relation-graph-models/types').RGLineTarget | import('../../../../../../relation-graph-models/types').RGNode;
|
|
61
|
-
}) => void;
|
|
62
|
-
beforeAddNodes: (nodes: import('../../../../../../relation-graph-models/types').JsonNode[]) => void;
|
|
63
|
-
beforeAddLines: (lines: JsonLine[]) => void;
|
|
64
|
-
onKeyboardDown: (event: KeyboardEvent) => void;
|
|
65
|
-
onKeyboardUp: (event: KeyboardEvent) => void;
|
|
66
|
-
onCanvasDragStart: (canvasMoveStartPosition: import('../../../../../../relation-graph-models/types').RGCoordinate, eventClientStartPosition: import('../../../../../../relation-graph-models/types').RGCoordinate, event: import('../../../../../../relation-graph-models/types').RGUserEvent) => void;
|
|
67
|
-
onForceLayoutFinish: () => void;
|
|
68
|
-
beforeScrollStart: (buffX: number, buffY: number, event: Event) => void;
|
|
69
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>> & Readonly<{
|
|
70
|
-
onOnReady?: ((graphInstance: RelationGraphFinal) => any) | undefined;
|
|
71
|
-
onOnNodeClick?: ((node: import('../../../../../../relation-graph-models/types').RGNode, event: import('../../../../../../relation-graph-models/types').RGUserEvent) => any) | undefined;
|
|
72
|
-
onOnNodeExpand?: ((node: import('../../../../../../relation-graph-models/types').RGNode, event: import('../../../../../../relation-graph-models/types').RGUserEvent) => any) | undefined;
|
|
73
|
-
onOnNodeCollapse?: ((node: import('../../../../../../relation-graph-models/types').RGNode, event: import('../../../../../../relation-graph-models/types').RGUserEvent) => any) | undefined;
|
|
74
|
-
onOnLineClick?: ((line: import('../../../../../../relation-graph-models/types').RGLine, link: import('../../../../../../relation-graph-models/types').RGLink, event: import('../../../../../../relation-graph-models/types').RGUserEvent) => any) | undefined;
|
|
75
|
-
onOnNodeDragStart?: ((node: import('../../../../../../relation-graph-models/types').RGNode, event: import('../../../../../../relation-graph-models/types').RGUserEvent) => any) | undefined;
|
|
76
|
-
onOnNodeDragEnd?: ((node: import('../../../../../../relation-graph-models/types').RGNode, event: import('../../../../../../relation-graph-models/types').RGUserEvent, x_buff: number, y_buff: number) => any) | undefined;
|
|
77
|
-
onOnNodeDragging?: ((node: import('../../../../../../relation-graph-models/types').RGNode, newX: number, newY: number, buffX: number, buffY: number, event: import('../../../../../../relation-graph-models/types').RGUserEvent) => any) | undefined;
|
|
78
|
-
onOnCanvasDragEnd?: ((event: import('../../../../../../relation-graph-models/types').RGUserEvent) => any) | undefined;
|
|
79
|
-
onOnCanvasDragging?: ((newX: number, newY: number, buffX: number, buffY: number) => any) | undefined;
|
|
80
|
-
onOnContextmenu?: ((event: import('../../../../../../relation-graph-models/types').RGUserEvent, objectType: import('../../../../../../relation-graph-models/types').RGEventTargetType, object: import('../../../../../../relation-graph-models/types').RGNode | import('../../../../../../relation-graph-models/types').RGLine | undefined, eventPositionOnCanvas: import('../../../../../../relation-graph-models/types').RGCoordinate, eventPositionOnView: import('../../../../../../relation-graph-models/types').RGCoordinate) => any) | undefined;
|
|
81
|
-
onOnFullscreen?: ((newValue: boolean, defaultFullscreen: () => Promise<void>) => any) | undefined;
|
|
82
|
-
onOnCanvasClick?: ((event: import('../../../../../../relation-graph-models/types').RGUserEvent) => any) | undefined;
|
|
83
|
-
onOnCanvasSelectionEnd?: ((selectionView: import('../../../../../../relation-graph-models/types').RGSelectionView, event: import('../../../../../../relation-graph-models/types').RGUserEvent) => any) | undefined;
|
|
84
|
-
onBeforeZoomStart?: (() => any) | undefined;
|
|
85
|
-
onOnZoomEnd?: (() => any) | undefined;
|
|
86
|
-
onOnImageDownload?: ((dom: HTMLElement, format: string) => any) | undefined;
|
|
87
|
-
onOnImageSaveAsFile?: ((canvas: HTMLCanvasElement, format: string, fileName: string) => any) | undefined;
|
|
88
|
-
onOnViewResize?: (() => any) | undefined;
|
|
89
|
-
onOnResizeStart?: ((nodes: import('../../../../../../relation-graph-models/types').RGNode[], event: import('../../../../../../relation-graph-models/types').RGUserEvent) => any) | undefined;
|
|
90
|
-
onBeforeNodeResize?: ((node: import('../../../../../../relation-graph-models/types').RGNode, newX: number, newY: number, newW: number, newH: number) => any) | undefined;
|
|
91
|
-
onOnResizeEnd?: ((nodes: import('../../../../../../relation-graph-models/types').RGNode[], buffX: number, buffY: number, event: import('../../../../../../relation-graph-models/types').RGUserEvent) => any) | undefined;
|
|
92
|
-
onOnLineVertexDropped?: ((lineInfo: {
|
|
93
|
-
newLineTemplate: JsonLine;
|
|
94
|
-
fromNode: import('../../../../../../relation-graph-models/types').RGLineTarget | import('../../../../../../relation-graph-models/types').RGNode;
|
|
95
|
-
toNode: import('../../../../../../relation-graph-models/types').RGLineTarget | import('../../../../../../relation-graph-models/types').RGNode;
|
|
96
|
-
}) => any) | undefined;
|
|
97
|
-
onBeforeCreateLine?: ((lineInfo: {
|
|
98
|
-
lineJson: JsonLine;
|
|
99
|
-
fromNode: import('../../../../../../relation-graph-models/types').RGLineTarget | import('../../../../../../relation-graph-models/types').RGNode;
|
|
100
|
-
toNode: import('../../../../../../relation-graph-models/types').RGLineTarget | import('../../../../../../relation-graph-models/types').RGNode;
|
|
101
|
-
}) => any) | undefined;
|
|
102
|
-
onOnLineBeCreated?: ((lineInfo: {
|
|
103
|
-
lineJson: JsonLine;
|
|
104
|
-
fromNode: import('../../../../../../relation-graph-models/types').RGLineTarget | import('../../../../../../relation-graph-models/types').RGNode;
|
|
105
|
-
toNode: import('../../../../../../relation-graph-models/types').RGLineTarget | import('../../../../../../relation-graph-models/types').RGNode;
|
|
106
|
-
}) => any) | undefined;
|
|
107
|
-
onBeforeAddNodes?: ((nodes: import('../../../../../../relation-graph-models/types').JsonNode[]) => any) | undefined;
|
|
108
|
-
onBeforeAddLines?: ((lines: JsonLine[]) => any) | undefined;
|
|
109
|
-
onOnKeyboardDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
110
|
-
onOnKeyboardUp?: ((event: KeyboardEvent) => any) | undefined;
|
|
111
|
-
onOnCanvasDragStart?: ((canvasMoveStartPosition: import('../../../../../../relation-graph-models/types').RGCoordinate, eventClientStartPosition: import('../../../../../../relation-graph-models/types').RGCoordinate, event: import('../../../../../../relation-graph-models/types').RGUserEvent) => any) | undefined;
|
|
112
|
-
onOnForceLayoutFinish?: (() => any) | undefined;
|
|
113
|
-
onBeforeScrollStart?: ((buffX: number, buffY: number, event: Event) => any) | undefined;
|
|
114
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
115
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
116
|
-
export default _default;
|
|
117
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
118
|
-
type __VLS_TypePropsToOption<T> = {
|
|
119
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
120
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
121
|
-
} : {
|
|
122
|
-
type: import('vue').PropType<T[K]>;
|
|
123
|
-
required: true;
|
|
124
|
-
};
|
|
125
|
-
};
|
|
126
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
127
|
-
new (): {
|
|
128
|
-
$slots: S;
|
|
129
|
-
};
|
|
130
|
-
};
|
package/types/packages/platforms/vue3/src/relation-graph/src/core4vue3/RelationLinkerCanvas.vue.d.ts
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
declare function __VLS_template(): {
|
|
2
|
-
attrs: Partial<{}>;
|
|
3
|
-
slots: {
|
|
4
|
-
'canvas-plug-behind'?(_: {}): any;
|
|
5
|
-
'svg-defs'?(_: {}): any;
|
|
6
|
-
line?(_: {
|
|
7
|
-
lineConfig: any;
|
|
8
|
-
}): any;
|
|
9
|
-
};
|
|
10
|
-
refs: {
|
|
11
|
-
rgCanvasRef: HTMLDivElement;
|
|
12
|
-
};
|
|
13
|
-
rootEl: HTMLDivElement;
|
|
14
|
-
};
|
|
15
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
16
|
-
declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
17
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
18
|
-
export default _default;
|
|
19
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
20
|
-
new (): {
|
|
21
|
-
$slots: S;
|
|
22
|
-
};
|
|
23
|
-
};
|
package/types/packages/platforms/vue3/src/relation-graph/src/core4vue3/RelationLinkerView.vue.d.ts
DELETED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
declare function __VLS_template(): {
|
|
2
|
-
attrs: Partial<{}>;
|
|
3
|
-
slots: {
|
|
4
|
-
'svg-defs'?(_: {}): any;
|
|
5
|
-
line?(_: {
|
|
6
|
-
lineConfig: any;
|
|
7
|
-
}): any;
|
|
8
|
-
'canvas-plug-behind'?(_: {}): any;
|
|
9
|
-
'graph-plug'?(_: {}): any;
|
|
10
|
-
};
|
|
11
|
-
refs: {
|
|
12
|
-
relationGraphRef$: HTMLDivElement;
|
|
13
|
-
};
|
|
14
|
-
rootEl: HTMLDivElement;
|
|
15
|
-
};
|
|
16
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
17
|
-
declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
18
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
19
|
-
export default _default;
|
|
20
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
21
|
-
new (): {
|
|
22
|
-
$slots: S;
|
|
23
|
-
};
|
|
24
|
-
};
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
import { JsonLine, JsonLineTemplate, RGLineTarget, RGNode, RGUserEvent } from '../../../../types';
|
|
2
|
-
type __VLS_Props = {
|
|
3
|
-
fromNode?: RGNode;
|
|
4
|
-
lineTemplate: JsonLineTemplate;
|
|
5
|
-
};
|
|
6
|
-
declare function __VLS_template(): {
|
|
7
|
-
attrs: Partial<{}>;
|
|
8
|
-
slots: {
|
|
9
|
-
default?(_: {}): any;
|
|
10
|
-
};
|
|
11
|
-
refs: {};
|
|
12
|
-
rootEl: HTMLDivElement;
|
|
13
|
-
};
|
|
14
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
|
-
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_Props>, {}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
16
|
-
onConnectStart: (fromNode?: RGNode | RGLineTarget | undefined, newLineTemplate?: Partial<JsonLine> | undefined, event?: RGUserEvent | undefined) => void;
|
|
17
|
-
onLineConnectEnd: (fromNode: RGNode | RGLineTarget, toNode: import('packages/types').RGCoordinate | RGNode | RGLineTarget, newLineJson?: JsonLine | undefined) => void;
|
|
18
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_Props>, {}>>> & Readonly<{
|
|
19
|
-
onOnConnectStart?: ((fromNode?: RGNode | RGLineTarget | undefined, newLineTemplate?: Partial<JsonLine> | undefined, event?: RGUserEvent | undefined) => any) | undefined;
|
|
20
|
-
onOnLineConnectEnd?: ((fromNode: RGNode | RGLineTarget, toNode: import('packages/types').RGCoordinate | RGNode | RGLineTarget, newLineJson?: JsonLine | undefined) => any) | undefined;
|
|
21
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
22
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
23
|
-
export default _default;
|
|
24
|
-
type __VLS_WithDefaults<P, D> = {
|
|
25
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
26
|
-
default: D[K];
|
|
27
|
-
}> : P[K];
|
|
28
|
-
};
|
|
29
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
30
|
-
type __VLS_TypePropsToOption<T> = {
|
|
31
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
32
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
33
|
-
} : {
|
|
34
|
-
type: import('vue').PropType<T[K]>;
|
|
35
|
-
required: true;
|
|
36
|
-
};
|
|
37
|
-
};
|
|
38
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
39
|
-
new (): {
|
|
40
|
-
$slots: S;
|
|
41
|
-
};
|
|
42
|
-
};
|
|
43
|
-
type __VLS_PrettifyLocal<T> = {
|
|
44
|
-
[K in keyof T]: T[K];
|
|
45
|
-
} & {};
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
import { JsonLine, JsonLineTemplate, RGJunctionPoint, RGLineTarget, RGNode, RGUserEvent } from '../../../../types';
|
|
2
|
-
type __VLS_Props = {
|
|
3
|
-
junctionPoint: RGJunctionPoint;
|
|
4
|
-
targetId: string;
|
|
5
|
-
targetType?: string;
|
|
6
|
-
targetData?: any;
|
|
7
|
-
lineTemplate?: JsonLineTemplate;
|
|
8
|
-
disableDrop?: boolean;
|
|
9
|
-
disableDrag?: boolean;
|
|
10
|
-
};
|
|
11
|
-
declare function __VLS_template(): {
|
|
12
|
-
attrs: Partial<{}>;
|
|
13
|
-
slots: {
|
|
14
|
-
default?(_: {}): any;
|
|
15
|
-
};
|
|
16
|
-
refs: {
|
|
17
|
-
targetRef: HTMLDivElement;
|
|
18
|
-
};
|
|
19
|
-
rootEl: HTMLDivElement;
|
|
20
|
-
};
|
|
21
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
22
|
-
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
23
|
-
onLineVertexBeDropped: (fromNode: RGNode | RGLineTarget, toNode: import('packages/types').RGCoordinate | RGNode | RGLineTarget, newLineJson?: JsonLine | undefined) => void;
|
|
24
|
-
onDragConnectStart: (newLineTemplate: Partial<JsonLine>, event: RGUserEvent) => void;
|
|
25
|
-
onDragConnectEnd: (fromNode: RGNode | RGLineTarget, toNode: import('packages/types').RGCoordinate | RGNode | RGLineTarget, newLineJson?: JsonLine | undefined) => void;
|
|
26
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>> & Readonly<{
|
|
27
|
-
onOnLineVertexBeDropped?: ((fromNode: RGNode | RGLineTarget, toNode: import('packages/types').RGCoordinate | RGNode | RGLineTarget, newLineJson?: JsonLine | undefined) => any) | undefined;
|
|
28
|
-
onOnDragConnectStart?: ((newLineTemplate: Partial<JsonLine>, event: RGUserEvent) => any) | undefined;
|
|
29
|
-
onOnDragConnectEnd?: ((fromNode: RGNode | RGLineTarget, toNode: import('packages/types').RGCoordinate | RGNode | RGLineTarget, newLineJson?: JsonLine | undefined) => any) | undefined;
|
|
30
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
31
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
32
|
-
export default _default;
|
|
33
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
34
|
-
type __VLS_TypePropsToOption<T> = {
|
|
35
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
36
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
37
|
-
} : {
|
|
38
|
-
type: import('vue').PropType<T[K]>;
|
|
39
|
-
required: true;
|
|
40
|
-
};
|
|
41
|
-
};
|
|
42
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
43
|
-
new (): {
|
|
44
|
-
$slots: S;
|
|
45
|
-
};
|
|
46
|
-
};
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { RGJunctionPoint, RGUserEvent } from '../../../../../../../relation-graph-models/types';
|
|
2
|
-
declare function __VLS_template(): {
|
|
3
|
-
attrs: Partial<{}>;
|
|
4
|
-
slots: {
|
|
5
|
-
default?(_: {
|
|
6
|
-
mouseUpOnJunctionPoint: (junctionPoint: RGJunctionPoint, $event: RGUserEvent) => void;
|
|
7
|
-
mouseUpOnJunctionPointWithOffset: (junctionPoint: RGJunctionPoint, $event: RGUserEvent) => void;
|
|
8
|
-
}): any;
|
|
9
|
-
};
|
|
10
|
-
refs: {
|
|
11
|
-
connectBoxRef: HTMLDivElement;
|
|
12
|
-
};
|
|
13
|
-
rootEl: any;
|
|
14
|
-
};
|
|
15
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
16
|
-
declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
17
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
18
|
-
export default _default;
|
|
19
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
20
|
-
new (): {
|
|
21
|
-
$slots: S;
|
|
22
|
-
};
|
|
23
|
-
};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { RGUserEvent, RGJunctionPoint } from '../../../../types';
|
|
2
|
-
type __VLS_Props = {
|
|
3
|
-
mouseUpOnJunctionPoint: (type: RGJunctionPoint, $event: RGUserEvent) => void;
|
|
4
|
-
mouseUpOnJunctionPointWithOffset: (type: RGJunctionPoint, $event: RGUserEvent) => void;
|
|
5
|
-
};
|
|
6
|
-
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
7
|
-
export default _default;
|
|
8
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
9
|
-
type __VLS_TypePropsToOption<T> = {
|
|
10
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
11
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
12
|
-
} : {
|
|
13
|
-
type: import('vue').PropType<T[K]>;
|
|
14
|
-
required: true;
|
|
15
|
-
};
|
|
16
|
-
};
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
import { JsonLine, RGLine, RGLineEditPoint, RGNode } from '../../../../types';
|
|
2
|
-
type __VLS_Props = {
|
|
3
|
-
textEditable?: boolean;
|
|
4
|
-
};
|
|
5
|
-
declare function __VLS_template(): {
|
|
6
|
-
attrs: Partial<{}>;
|
|
7
|
-
slots: {
|
|
8
|
-
default?(_: {}): any;
|
|
9
|
-
};
|
|
10
|
-
refs: {
|
|
11
|
-
inputRef: HTMLInputElement;
|
|
12
|
-
};
|
|
13
|
-
rootEl: any;
|
|
14
|
-
};
|
|
15
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
16
|
-
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_Props>, {
|
|
17
|
-
textEditable: boolean;
|
|
18
|
-
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
19
|
-
moveLineVertexStart: (type: RGLineEditPoint, line: RGLine) => void;
|
|
20
|
-
moveLineVertexEnd: (from: RGNode, to: import('packages/types').RGCoordinate | RGNode, newLineJson: JsonLine) => void;
|
|
21
|
-
onLineTextDragEnd: (line: RGLine) => void;
|
|
22
|
-
onLineTextChanged: (line: RGLine) => void;
|
|
23
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_Props>, {
|
|
24
|
-
textEditable: boolean;
|
|
25
|
-
}>>> & Readonly<{
|
|
26
|
-
onMoveLineVertexStart?: ((type: RGLineEditPoint, line: RGLine) => any) | undefined;
|
|
27
|
-
onOnLineTextChanged?: ((line: RGLine) => any) | undefined;
|
|
28
|
-
onMoveLineVertexEnd?: ((from: RGNode, to: import('packages/types').RGCoordinate | RGNode, newLineJson: JsonLine) => any) | undefined;
|
|
29
|
-
onOnLineTextDragEnd?: ((line: RGLine) => any) | undefined;
|
|
30
|
-
}>, {
|
|
31
|
-
textEditable: boolean;
|
|
32
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
33
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
34
|
-
export default _default;
|
|
35
|
-
type __VLS_WithDefaults<P, D> = {
|
|
36
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
37
|
-
default: D[K];
|
|
38
|
-
}> : P[K];
|
|
39
|
-
};
|
|
40
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
41
|
-
type __VLS_TypePropsToOption<T> = {
|
|
42
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
43
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
44
|
-
} : {
|
|
45
|
-
type: import('vue').PropType<T[K]>;
|
|
46
|
-
required: true;
|
|
47
|
-
};
|
|
48
|
-
};
|
|
49
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
50
|
-
new (): {
|
|
51
|
-
$slots: S;
|
|
52
|
-
};
|
|
53
|
-
};
|
|
54
|
-
type __VLS_PrettifyLocal<T> = {
|
|
55
|
-
[K in keyof T]: T[K];
|
|
56
|
-
} & {};
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { RGWidgetPosition } from '../../../../types';
|
|
2
|
-
type __VLS_Props = {
|
|
3
|
-
position?: RGWidgetPosition;
|
|
4
|
-
};
|
|
5
|
-
declare function __VLS_template(): {
|
|
6
|
-
attrs: Partial<{}>;
|
|
7
|
-
slots: {
|
|
8
|
-
default?(_: {}): any;
|
|
9
|
-
};
|
|
10
|
-
refs: {};
|
|
11
|
-
rootEl: HTMLDivElement;
|
|
12
|
-
};
|
|
13
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
14
|
-
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
15
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
16
|
-
export default _default;
|
|
17
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
18
|
-
type __VLS_TypePropsToOption<T> = {
|
|
19
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
20
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
21
|
-
} : {
|
|
22
|
-
type: import('vue').PropType<T[K]>;
|
|
23
|
-
required: true;
|
|
24
|
-
};
|
|
25
|
-
};
|
|
26
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
27
|
-
new (): {
|
|
28
|
-
$slots: S;
|
|
29
|
-
};
|
|
30
|
-
};
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
declare function __VLS_template(): {
|
|
2
|
-
attrs: Partial<{}>;
|
|
3
|
-
slots: {
|
|
4
|
-
default?(_: {}): any;
|
|
5
|
-
};
|
|
6
|
-
refs: {};
|
|
7
|
-
rootEl: any;
|
|
8
|
-
};
|
|
9
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
|
-
declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
11
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
12
|
-
export default _default;
|
|
13
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
14
|
-
new (): {
|
|
15
|
-
$slots: S;
|
|
16
|
-
};
|
|
17
|
-
};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
type __VLS_Props = {
|
|
2
|
-
showText?: boolean;
|
|
3
|
-
adsorption?: boolean;
|
|
4
|
-
};
|
|
5
|
-
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
6
|
-
export default _default;
|
|
7
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
8
|
-
type __VLS_TypePropsToOption<T> = {
|
|
9
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
10
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
11
|
-
} : {
|
|
12
|
-
type: import('vue').PropType<T[K]>;
|
|
13
|
-
required: true;
|
|
14
|
-
};
|
|
15
|
-
};
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
type __VLS_Props = {
|
|
2
|
-
disableResizeWidth?: boolean;
|
|
3
|
-
disableResizeHeight?: boolean;
|
|
4
|
-
};
|
|
5
|
-
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
6
|
-
beforeResizeStart: () => void;
|
|
7
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>> & Readonly<{
|
|
8
|
-
onBeforeResizeStart?: (() => any) | undefined;
|
|
9
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
10
|
-
export default _default;
|
|
11
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
12
|
-
type __VLS_TypePropsToOption<T> = {
|
|
13
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
14
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
15
|
-
} : {
|
|
16
|
-
type: import('vue').PropType<T[K]>;
|
|
17
|
-
required: true;
|
|
18
|
-
};
|
|
19
|
-
};
|
package/types/packages/platforms/vue3/src/relation-graph/src/core4vue3/editing/RGMiniView.vue.d.ts
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { RGWidgetPosition } from '../../../../types';
|
|
2
|
-
type __VLS_Props = {
|
|
3
|
-
position?: RGWidgetPosition;
|
|
4
|
-
width?: string;
|
|
5
|
-
height?: string;
|
|
6
|
-
};
|
|
7
|
-
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
8
|
-
export default _default;
|
|
9
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
10
|
-
type __VLS_TypePropsToOption<T> = {
|
|
11
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
12
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
13
|
-
} : {
|
|
14
|
-
type: import('vue').PropType<T[K]>;
|
|
15
|
-
required: true;
|
|
16
|
-
};
|
|
17
|
-
};
|