@milaboratories/graph-maker 1.1.16 → 1.1.18
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/components/Chart.vue.d.ts +4 -0
- package/dist/GraphMaker/components/DendroTooltip.vue.d.ts +4 -0
- package/dist/GraphMaker/index.vue.d.ts +32 -0
- package/dist/GraphMaker/types.d.ts +1 -0
- package/dist/graph-maker.js +11473 -11437
- package/dist/graph-maker.umd.cjs +917 -917
- package/dist/style.css +1 -1
- package/package.json +3 -3
|
@@ -4,17 +4,21 @@ declare function __VLS_template(): {
|
|
|
4
4
|
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
5
5
|
empty: boolean;
|
|
6
6
|
graphTitle: string;
|
|
7
|
+
dendroTooltipButton?: string;
|
|
7
8
|
chartData: Record<string, unknown> | null;
|
|
8
9
|
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
9
10
|
"graph-title-update": (...args: any[]) => void;
|
|
10
11
|
"dendro-node-select": (...args: any[]) => void;
|
|
12
|
+
"dendro-tooltip-btn-click": (...args: any[]) => void;
|
|
11
13
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
12
14
|
empty: boolean;
|
|
13
15
|
graphTitle: string;
|
|
16
|
+
dendroTooltipButton?: string;
|
|
14
17
|
chartData: Record<string, unknown> | null;
|
|
15
18
|
}>>> & Readonly<{
|
|
16
19
|
"onGraph-title-update"?: ((...args: any[]) => any) | undefined;
|
|
17
20
|
"onDendro-node-select"?: ((...args: any[]) => any) | undefined;
|
|
21
|
+
"onDendro-tooltip-btn-click"?: ((...args: any[]) => any) | undefined;
|
|
18
22
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
19
23
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
20
24
|
export default _default;
|
|
@@ -4,18 +4,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4
4
|
y: number;
|
|
5
5
|
info: Record<string, string | number>;
|
|
6
6
|
};
|
|
7
|
+
tooltipBtn?: string;
|
|
7
8
|
containerRef: Element;
|
|
8
9
|
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
9
10
|
close: (...args: any[]) => void;
|
|
11
|
+
"tooltip-btn-click": (...args: any[]) => void;
|
|
10
12
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
11
13
|
info: {
|
|
12
14
|
x: number;
|
|
13
15
|
y: number;
|
|
14
16
|
info: Record<string, string | number>;
|
|
15
17
|
};
|
|
18
|
+
tooltipBtn?: string;
|
|
16
19
|
containerRef: Element;
|
|
17
20
|
}>>> & Readonly<{
|
|
18
21
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
22
|
+
"onTooltip-btn-click"?: ((...args: any[]) => any) | undefined;
|
|
19
23
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
20
24
|
export default _default;
|
|
21
25
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -29,6 +29,9 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
29
29
|
driver: {
|
|
30
30
|
type: import('vue').PropType<PFrameDriver>;
|
|
31
31
|
};
|
|
32
|
+
tooltipButton: {
|
|
33
|
+
type: import('vue').PropType<string>;
|
|
34
|
+
};
|
|
32
35
|
labelsModifier: {
|
|
33
36
|
type: import('vue').PropType<(id: string, label: string) => string>;
|
|
34
37
|
};
|
|
@@ -57,6 +60,9 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
57
60
|
driver: {
|
|
58
61
|
type: import('vue').PropType<PFrameDriver>;
|
|
59
62
|
};
|
|
63
|
+
tooltipButton: {
|
|
64
|
+
type: import('vue').PropType<string>;
|
|
65
|
+
};
|
|
60
66
|
labelsModifier: {
|
|
61
67
|
type: import('vue').PropType<(id: string, label: string) => string>;
|
|
62
68
|
};
|
|
@@ -85,6 +91,9 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
85
91
|
driver: {
|
|
86
92
|
type: import('vue').PropType<PFrameDriver>;
|
|
87
93
|
};
|
|
94
|
+
tooltipButton: {
|
|
95
|
+
type: import('vue').PropType<string>;
|
|
96
|
+
};
|
|
88
97
|
labelsModifier: {
|
|
89
98
|
type: import('vue').PropType<(id: string, label: string) => string>;
|
|
90
99
|
};
|
|
@@ -113,6 +122,9 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
113
122
|
driver: {
|
|
114
123
|
type: import('vue').PropType<PFrameDriver>;
|
|
115
124
|
};
|
|
125
|
+
tooltipButton: {
|
|
126
|
+
type: import('vue').PropType<string>;
|
|
127
|
+
};
|
|
116
128
|
labelsModifier: {
|
|
117
129
|
type: import('vue').PropType<(id: string, label: string) => string>;
|
|
118
130
|
};
|
|
@@ -141,10 +153,14 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
141
153
|
driver: {
|
|
142
154
|
type: import('vue').PropType<PFrameDriver>;
|
|
143
155
|
};
|
|
156
|
+
tooltipButton: {
|
|
157
|
+
type: import('vue').PropType<string>;
|
|
158
|
+
};
|
|
144
159
|
labelsModifier: {
|
|
145
160
|
type: import('vue').PropType<(id: string, label: string) => string>;
|
|
146
161
|
};
|
|
147
162
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
163
|
+
"tooltip-btn-click": (...args: any[]) => void;
|
|
148
164
|
"delete-this-graph": (...args: any[]) => void;
|
|
149
165
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
150
166
|
modelValue: {
|
|
@@ -171,6 +187,9 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
171
187
|
driver: {
|
|
172
188
|
type: import('vue').PropType<PFrameDriver>;
|
|
173
189
|
};
|
|
190
|
+
tooltipButton: {
|
|
191
|
+
type: import('vue').PropType<string>;
|
|
192
|
+
};
|
|
174
193
|
labelsModifier: {
|
|
175
194
|
type: import('vue').PropType<(id: string, label: string) => string>;
|
|
176
195
|
};
|
|
@@ -199,6 +218,9 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
199
218
|
driver: {
|
|
200
219
|
type: import('vue').PropType<PFrameDriver>;
|
|
201
220
|
};
|
|
221
|
+
tooltipButton: {
|
|
222
|
+
type: import('vue').PropType<string>;
|
|
223
|
+
};
|
|
202
224
|
labelsModifier: {
|
|
203
225
|
type: import('vue').PropType<(id: string, label: string) => string>;
|
|
204
226
|
};
|
|
@@ -227,6 +249,9 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
227
249
|
driver: {
|
|
228
250
|
type: import('vue').PropType<PFrameDriver>;
|
|
229
251
|
};
|
|
252
|
+
tooltipButton: {
|
|
253
|
+
type: import('vue').PropType<string>;
|
|
254
|
+
};
|
|
230
255
|
labelsModifier: {
|
|
231
256
|
type: import('vue').PropType<(id: string, label: string) => string>;
|
|
232
257
|
};
|
|
@@ -255,6 +280,9 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
255
280
|
driver: {
|
|
256
281
|
type: import('vue').PropType<PFrameDriver>;
|
|
257
282
|
};
|
|
283
|
+
tooltipButton: {
|
|
284
|
+
type: import('vue').PropType<string>;
|
|
285
|
+
};
|
|
258
286
|
labelsModifier: {
|
|
259
287
|
type: import('vue').PropType<(id: string, label: string) => string>;
|
|
260
288
|
};
|
|
@@ -283,10 +311,14 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
283
311
|
driver: {
|
|
284
312
|
type: import('vue').PropType<PFrameDriver>;
|
|
285
313
|
};
|
|
314
|
+
tooltipButton: {
|
|
315
|
+
type: import('vue').PropType<string>;
|
|
316
|
+
};
|
|
286
317
|
labelsModifier: {
|
|
287
318
|
type: import('vue').PropType<(id: string, label: string) => string>;
|
|
288
319
|
};
|
|
289
320
|
}>> & Readonly<{
|
|
321
|
+
"onTooltip-btn-click"?: ((...args: any[]) => any) | undefined;
|
|
290
322
|
"onDelete-this-graph"?: ((...args: any[]) => any) | undefined;
|
|
291
323
|
}>, {} | {} | {} | {} | {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
292
324
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
@@ -26,6 +26,7 @@ export interface GraphMakerPropsTyped<T extends ChartType> {
|
|
|
26
26
|
fixedOptions?: PredefinedGraphOption<T>[];
|
|
27
27
|
allowChartDeleting?: boolean;
|
|
28
28
|
driver?: PFrameDriver;
|
|
29
|
+
tooltipButton?: string;
|
|
29
30
|
labelsModifier?: (id: string, label: string) => string;
|
|
30
31
|
}
|
|
31
32
|
export type GraphMakerProps = GraphMakerPropsTyped<'discrete'> | GraphMakerPropsTyped<'scatterplot'> | GraphMakerPropsTyped<'scatterplot-umap'> | GraphMakerPropsTyped<'heatmap'> | GraphMakerPropsTyped<'dendro'>;
|