@glodon-aiot/dataset-annotation 3.19.1 → 3.19.2-alpha.1
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/es/components/PicZipImportModal/config.mjs +17 -7
- package/dist/es/components/PicZipImportModal/index.mjs +142 -142
- package/dist/es/components/VLMAnnotation/VLMLabelMaker/index.mjs +93 -91
- package/dist/es/components/VLMAnnotation/components/Toolbar.mjs +17 -16
- package/dist/es/components/VLMAnnotationDetail/VLMDetail/index.mjs +356 -317
- package/dist/es/components/VLMAnnotationDetail/VlmModal/index.mjs +199 -184
- package/dist/es/components/VLMAnnotationDetail/index.mjs +67 -66
- package/dist/es/components/VQAAnnotation/VQAAnnotationPanel.mjs +69 -0
- package/dist/es/components/VQAAnnotation/index.mjs +80 -0
- package/dist/es/components/VQAAnnotation/style.less.mjs +4 -0
- package/dist/es/index.mjs +9 -7
- package/dist/lib/index.js +4 -4
- package/dist/src/components/PicZipImportModal/config.d.ts +2 -1
- package/dist/src/components/VLMAnnotation/types.d.ts +2 -0
- package/dist/src/components/VLMAnnotationDetail/VLMDetail/index.d.ts +1 -0
- package/dist/src/components/VLMAnnotationDetail/VlmModal/index.d.ts +1 -0
- package/dist/src/components/VQAAnnotation/VQAAnnotationPanel.d.ts +12 -0
- package/dist/src/components/VQAAnnotation/index.d.ts +38 -0
- package/dist/src/index.d.ts +2 -0
- package/package.json +2 -2
|
@@ -1,294 +1,309 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
1
|
+
var g = (c, h, n) => new Promise((C, l) => {
|
|
2
|
+
var y = (a) => {
|
|
3
3
|
try {
|
|
4
|
-
|
|
5
|
-
} catch (
|
|
6
|
-
|
|
4
|
+
u(n.next(a));
|
|
5
|
+
} catch (t) {
|
|
6
|
+
l(t);
|
|
7
7
|
}
|
|
8
|
-
},
|
|
8
|
+
}, w = (a) => {
|
|
9
9
|
try {
|
|
10
|
-
|
|
11
|
-
} catch (
|
|
12
|
-
|
|
10
|
+
u(n.throw(a));
|
|
11
|
+
} catch (t) {
|
|
12
|
+
l(t);
|
|
13
13
|
}
|
|
14
|
-
},
|
|
15
|
-
|
|
14
|
+
}, u = (a) => a.done ? C(a.value) : Promise.resolve(a.value).then(y, w);
|
|
15
|
+
u((n = n.apply(c, h)).next());
|
|
16
16
|
});
|
|
17
|
-
import { jsx as e, jsxs as s, Fragment as
|
|
18
|
-
import { useRef as
|
|
19
|
-
import { Modal as
|
|
17
|
+
import { jsx as e, jsxs as s, Fragment as N } from "react/jsx-runtime";
|
|
18
|
+
import { useRef as X, useState as d, useContext as ye, useEffect as I, useCallback as we } from "react";
|
|
19
|
+
import { Modal as Y, Button as f, Space as Z, Spin as Me, Tabs as ke, message as _ } from "antd";
|
|
20
20
|
import "./style.less.mjs";
|
|
21
|
-
import { useKeyPress as
|
|
22
|
-
import { LoadingOutlined as
|
|
23
|
-
import
|
|
24
|
-
import
|
|
25
|
-
import
|
|
26
|
-
import
|
|
27
|
-
|
|
21
|
+
import { useKeyPress as ee } from "ahooks";
|
|
22
|
+
import { LoadingOutlined as xe, MenuUnfoldOutlined as be, MenuFoldOutlined as Ie } from "@ant-design/icons";
|
|
23
|
+
import qe from "../../../DatasetContext/index.mjs";
|
|
24
|
+
import Ve from "../../VLMAnnotation/index.mjs";
|
|
25
|
+
import Qe from "../../VQAAnnotation/VQAAnnotationPanel.mjs";
|
|
26
|
+
import ie from "../../Iconfont/index.mjs";
|
|
27
|
+
import Le from "../VLMDetail/index.mjs";
|
|
28
|
+
const Se = (c) => {
|
|
29
|
+
var z, E, K, B, G, S, U, $;
|
|
28
30
|
const {
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
31
|
+
vlmMarkTmpl: h,
|
|
32
|
+
isVlmModalVisible: n,
|
|
33
|
+
setIsVlmModalVisible: C,
|
|
34
|
+
record: l,
|
|
35
|
+
onNextClick: y,
|
|
36
|
+
onPrevClick: w,
|
|
37
|
+
listLoading: u = !1,
|
|
38
|
+
datasetId: a,
|
|
39
|
+
versionId: t,
|
|
40
|
+
handleMarkClick: ae,
|
|
41
|
+
updateSampleList: ne,
|
|
42
|
+
filterMode: te = "",
|
|
43
|
+
onFilterModeChange: le,
|
|
44
|
+
samples: se,
|
|
42
45
|
onSave: q,
|
|
43
|
-
selectSampleId:
|
|
44
|
-
onClose:
|
|
45
|
-
pagination:
|
|
46
|
-
currentIndex:
|
|
47
|
-
} = c,
|
|
46
|
+
selectSampleId: re,
|
|
47
|
+
onClose: V,
|
|
48
|
+
pagination: oe,
|
|
49
|
+
currentIndex: de
|
|
50
|
+
} = c, ce = X({}), M = X(null), [i, me] = d(), [ve, Q] = d(!1), [v, k] = d(c.initialMode || "preview"), [fe, x] = d([]), [L, A] = d(0), [ue, O] = d(!1), [R, b] = d(!0), [P, j] = d(!1), {
|
|
48
51
|
services: {
|
|
49
|
-
cvforceDatahub:
|
|
52
|
+
cvforceDatahub: o
|
|
50
53
|
},
|
|
51
54
|
featuresConfig: {
|
|
52
55
|
datasetManager: D
|
|
53
56
|
} = {
|
|
54
57
|
datasetManager: !1
|
|
55
58
|
}
|
|
56
|
-
} =
|
|
57
|
-
|
|
58
|
-
},
|
|
59
|
-
|
|
59
|
+
} = ye(qe), p = !(ve || u), F = () => {
|
|
60
|
+
p && w();
|
|
61
|
+
}, T = () => {
|
|
62
|
+
p && y();
|
|
60
63
|
};
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
}),
|
|
64
|
+
ee("rightarrow", () => {
|
|
65
|
+
T();
|
|
66
|
+
}), ee("leftarrow", () => {
|
|
64
67
|
F();
|
|
65
|
-
})
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
68
|
+
});
|
|
69
|
+
const he = h === "VQA";
|
|
70
|
+
I(() => {
|
|
71
|
+
n ? c.initialMode && k(c.initialMode) : k("preview");
|
|
72
|
+
}, [n, c.initialMode]), I(() => {
|
|
73
|
+
if (n && a && t && v === "preview") {
|
|
74
|
+
if (Q(!0), !(l != null && l.id))
|
|
70
75
|
return;
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
}).finally(() =>
|
|
76
|
+
o == null || o.getDatasetsIdVersionsVidSsamplesSid(a, t, l.id).then((r) => {
|
|
77
|
+
me(r);
|
|
78
|
+
}).finally(() => Q(!1));
|
|
74
79
|
}
|
|
75
|
-
}, [
|
|
76
|
-
const
|
|
77
|
-
if (!(!
|
|
80
|
+
}, [n, l, v]);
|
|
81
|
+
const pe = we(() => g(void 0, null, function* () {
|
|
82
|
+
if (!(!a || !t || !(i != null && i.id))) {
|
|
78
83
|
O(!0);
|
|
79
84
|
try {
|
|
80
|
-
const
|
|
85
|
+
const r = yield o == null ? void 0 : o.postGenerateVlmKieQa(a, t, {
|
|
81
86
|
sampleIds: [i.id]
|
|
82
87
|
});
|
|
83
|
-
|
|
84
|
-
} catch (
|
|
85
|
-
console.error("QA生成失败",
|
|
88
|
+
x(r || []), A(0);
|
|
89
|
+
} catch (r) {
|
|
90
|
+
console.error("QA生成失败", r), x([]);
|
|
86
91
|
} finally {
|
|
87
92
|
O(!1);
|
|
88
93
|
}
|
|
89
94
|
}
|
|
90
|
-
}), [
|
|
95
|
+
}), [a, t, i]);
|
|
91
96
|
I(() => {
|
|
92
|
-
if (!
|
|
97
|
+
if (!n || v !== "preview" || !(i != null && i.id))
|
|
93
98
|
return;
|
|
94
99
|
if (((i == null ? void 0 : i.labels) || []).length)
|
|
95
|
-
|
|
100
|
+
j(!1), pe();
|
|
96
101
|
else {
|
|
97
|
-
|
|
102
|
+
x([]), b(!1), j(!0);
|
|
98
103
|
return;
|
|
99
104
|
}
|
|
100
105
|
}, [i]);
|
|
101
|
-
const
|
|
102
|
-
if (
|
|
106
|
+
const ge = () => g(void 0, null, function* () {
|
|
107
|
+
if (v === "annotation" && M.current) {
|
|
103
108
|
yield M.current.handleModalCancel();
|
|
104
109
|
return;
|
|
105
110
|
} else
|
|
106
|
-
|
|
107
|
-
}),
|
|
108
|
-
|
|
109
|
-
},
|
|
110
|
-
|
|
111
|
+
V();
|
|
112
|
+
}), Ne = () => {
|
|
113
|
+
k("annotation"), ae((i == null ? void 0 : i.id) || (l == null ? void 0 : l.id));
|
|
114
|
+
}, Ce = () => {
|
|
115
|
+
Y.confirm({
|
|
111
116
|
title: "确认要删除此数据吗?",
|
|
112
117
|
content: "删除后不可恢复,请慎重操作",
|
|
113
118
|
onOk: () => {
|
|
114
|
-
!
|
|
115
|
-
|
|
116
|
-
}).catch(() =>
|
|
119
|
+
!a || !t || !(i != null && i.id) || o == null || o.delDatasetsIdVersionsVidSamplesId(a, t, i.id).then(() => {
|
|
120
|
+
_.success("删除成功"), C(!1), ne();
|
|
121
|
+
}).catch(() => _.error("删除失败"));
|
|
117
122
|
}
|
|
118
123
|
});
|
|
119
124
|
};
|
|
120
|
-
return /* @__PURE__ */ e(
|
|
125
|
+
return /* @__PURE__ */ e(Y, {
|
|
121
126
|
title: /* @__PURE__ */ e("div", {
|
|
122
127
|
className: "vlm-sample-detail-title",
|
|
123
128
|
children: /* @__PURE__ */ e("span", {
|
|
124
|
-
children:
|
|
129
|
+
children: v === "preview" ? "详情" : "标注"
|
|
125
130
|
})
|
|
126
131
|
}),
|
|
127
132
|
width: "100%",
|
|
128
133
|
wrapClassName: "vlm-modal-wrap",
|
|
129
134
|
className: "vlm-modal",
|
|
130
|
-
open:
|
|
135
|
+
open: n,
|
|
131
136
|
destroyOnClose: !0,
|
|
132
|
-
onCancel: () =>
|
|
137
|
+
onCancel: () => ge(),
|
|
133
138
|
maskClosable: !1,
|
|
134
139
|
centered: !0,
|
|
135
140
|
footer: null,
|
|
136
|
-
children:
|
|
141
|
+
children: v === "preview" ? /* @__PURE__ */ s(N, {
|
|
137
142
|
children: [/* @__PURE__ */ e("div", {
|
|
138
143
|
className: "vlm-detail",
|
|
139
144
|
children: /* @__PURE__ */ s("div", {
|
|
140
145
|
className: "detail-content",
|
|
141
|
-
children: [/* @__PURE__ */ e(
|
|
146
|
+
children: [/* @__PURE__ */ e(f, {
|
|
142
147
|
className: "select-prev",
|
|
143
|
-
icon: /* @__PURE__ */ e(
|
|
148
|
+
icon: /* @__PURE__ */ e(ie, {
|
|
144
149
|
type: "icon-zuojiantou"
|
|
145
150
|
}),
|
|
146
151
|
type: "text",
|
|
147
|
-
disabled: !
|
|
152
|
+
disabled: !p,
|
|
148
153
|
onClick: () => F()
|
|
149
154
|
}), /* @__PURE__ */ e("div", {
|
|
150
155
|
className: "select-main",
|
|
151
|
-
ref:
|
|
152
|
-
children: i && /* @__PURE__ */ e(
|
|
156
|
+
ref: ce,
|
|
157
|
+
children: i && /* @__PURE__ */ e(Ve, {
|
|
153
158
|
sample: i,
|
|
154
159
|
labelDefinitions: [],
|
|
155
160
|
hideRightSide: !0,
|
|
156
161
|
readOnly: !0,
|
|
157
|
-
ocrRecognize: () =>
|
|
162
|
+
ocrRecognize: () => g(void 0, null, function* () {
|
|
158
163
|
return [];
|
|
159
164
|
})
|
|
160
165
|
})
|
|
161
|
-
}),
|
|
162
|
-
|
|
163
|
-
|
|
166
|
+
}), he ? /* @__PURE__ */ e("div", {
|
|
167
|
+
className: "vqa-preview-panel",
|
|
168
|
+
children: /* @__PURE__ */ e(Qe, {
|
|
169
|
+
question: (B = (K = (E = (z = i == null ? void 0 : i.content) == null ? void 0 : z.conversations) == null ? void 0 : E[0]) == null ? void 0 : K.value) != null ? B : "",
|
|
170
|
+
answer: ($ = (U = (S = (G = i == null ? void 0 : i.content) == null ? void 0 : G.conversations) == null ? void 0 : S[1]) == null ? void 0 : U.value) != null ? $ : "",
|
|
171
|
+
readOnly: !0
|
|
172
|
+
})
|
|
173
|
+
}) : /* @__PURE__ */ s(N, {
|
|
174
|
+
children: [R && /* @__PURE__ */ s(N, {
|
|
164
175
|
children: [/* @__PURE__ */ s("div", {
|
|
165
|
-
className: "qa-preview-
|
|
166
|
-
children: [/* @__PURE__ */
|
|
167
|
-
className: "qa-preview-
|
|
168
|
-
children: "
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
+
className: "qa-preview-container",
|
|
177
|
+
children: [/* @__PURE__ */ s("div", {
|
|
178
|
+
className: "qa-preview-header",
|
|
179
|
+
children: [/* @__PURE__ */ e("div", {
|
|
180
|
+
className: "qa-preview-title",
|
|
181
|
+
children: "QA预览"
|
|
182
|
+
}), /* @__PURE__ */ e(Z, {
|
|
183
|
+
children: ue && /* @__PURE__ */ e(Me, {
|
|
184
|
+
indicator: /* @__PURE__ */ e(xe, {
|
|
185
|
+
spin: !0,
|
|
186
|
+
style: {
|
|
187
|
+
fontSize: 16
|
|
188
|
+
}
|
|
189
|
+
})
|
|
176
190
|
})
|
|
177
|
-
})
|
|
191
|
+
})]
|
|
192
|
+
}), /* @__PURE__ */ e("div", {
|
|
193
|
+
className: "qa-preview-content",
|
|
194
|
+
children: (() => {
|
|
195
|
+
var H, J;
|
|
196
|
+
const r = ((H = fe[0]) == null ? void 0 : H.qas) || [];
|
|
197
|
+
return !(((J = i == null ? void 0 : i.labels) == null ? void 0 : J.length) > 0) || r.length === 0 ? /* @__PURE__ */ e("div", {
|
|
198
|
+
className: "result-empty",
|
|
199
|
+
children: "暂无结果"
|
|
200
|
+
}) : /* @__PURE__ */ s(N, {
|
|
201
|
+
children: [/* @__PURE__ */ e(ke, {
|
|
202
|
+
activeKey: String(L),
|
|
203
|
+
onChange: (m) => A(Number(m)),
|
|
204
|
+
items: r.map((m, W) => ({
|
|
205
|
+
key: String(W),
|
|
206
|
+
label: m.name || `模版${W + 1}`
|
|
207
|
+
}))
|
|
208
|
+
}), /* @__PURE__ */ e("div", {
|
|
209
|
+
className: "qa-preview-result",
|
|
210
|
+
children: (() => {
|
|
211
|
+
const m = r[L];
|
|
212
|
+
return m ? /* @__PURE__ */ s("div", {
|
|
213
|
+
className: "result-item-container",
|
|
214
|
+
children: [/* @__PURE__ */ s("div", {
|
|
215
|
+
className: "result-item-content",
|
|
216
|
+
children: [/* @__PURE__ */ e("div", {
|
|
217
|
+
className: "label",
|
|
218
|
+
children: "问题"
|
|
219
|
+
}), /* @__PURE__ */ e("div", {
|
|
220
|
+
className: "value question",
|
|
221
|
+
children: m.q
|
|
222
|
+
})]
|
|
223
|
+
}), /* @__PURE__ */ s("div", {
|
|
224
|
+
className: "result-item-content",
|
|
225
|
+
children: [/* @__PURE__ */ e("div", {
|
|
226
|
+
className: "label",
|
|
227
|
+
children: "回答"
|
|
228
|
+
}), /* @__PURE__ */ e("div", {
|
|
229
|
+
className: "value answer",
|
|
230
|
+
children: m.a
|
|
231
|
+
})]
|
|
232
|
+
})]
|
|
233
|
+
}) : /* @__PURE__ */ e("div", {
|
|
234
|
+
className: "result-empty",
|
|
235
|
+
children: "暂无结果"
|
|
236
|
+
});
|
|
237
|
+
})()
|
|
238
|
+
})]
|
|
239
|
+
});
|
|
240
|
+
})()
|
|
178
241
|
})]
|
|
179
242
|
}), /* @__PURE__ */ e("div", {
|
|
180
|
-
className: "qa-preview-
|
|
181
|
-
children: (
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
}) : /* @__PURE__ */ s(b, {
|
|
188
|
-
children: [/* @__PURE__ */ e(ue, {
|
|
189
|
-
activeKey: String(L),
|
|
190
|
-
onChange: (m) => R(Number(m)),
|
|
191
|
-
items: l.map((m, K) => ({
|
|
192
|
-
key: String(K),
|
|
193
|
-
label: m.name || `模版${K + 1}`
|
|
194
|
-
}))
|
|
195
|
-
}), /* @__PURE__ */ e("div", {
|
|
196
|
-
className: "qa-preview-result",
|
|
197
|
-
children: (() => {
|
|
198
|
-
const m = l[L];
|
|
199
|
-
return m ? /* @__PURE__ */ s("div", {
|
|
200
|
-
className: "result-item-container",
|
|
201
|
-
children: [/* @__PURE__ */ s("div", {
|
|
202
|
-
className: "result-item-content",
|
|
203
|
-
children: [/* @__PURE__ */ e("div", {
|
|
204
|
-
className: "label",
|
|
205
|
-
children: "问题"
|
|
206
|
-
}), /* @__PURE__ */ e("div", {
|
|
207
|
-
className: "value question",
|
|
208
|
-
children: m.q
|
|
209
|
-
})]
|
|
210
|
-
}), /* @__PURE__ */ s("div", {
|
|
211
|
-
className: "result-item-content",
|
|
212
|
-
children: [/* @__PURE__ */ e("div", {
|
|
213
|
-
className: "label",
|
|
214
|
-
children: "回答"
|
|
215
|
-
}), /* @__PURE__ */ e("div", {
|
|
216
|
-
className: "value answer",
|
|
217
|
-
children: m.a
|
|
218
|
-
})]
|
|
219
|
-
})]
|
|
220
|
-
}) : /* @__PURE__ */ e("div", {
|
|
221
|
-
className: "result-empty",
|
|
222
|
-
children: "暂无结果"
|
|
223
|
-
});
|
|
224
|
-
})()
|
|
225
|
-
})]
|
|
226
|
-
});
|
|
227
|
-
})()
|
|
243
|
+
className: "qa-preview-collapsed",
|
|
244
|
+
children: /* @__PURE__ */ e(f, {
|
|
245
|
+
type: "link",
|
|
246
|
+
icon: /* @__PURE__ */ e(be, {}),
|
|
247
|
+
disabled: P,
|
|
248
|
+
onClick: () => b(!1)
|
|
249
|
+
})
|
|
228
250
|
})]
|
|
229
|
-
}), /* @__PURE__ */ e("div", {
|
|
251
|
+
}), !R && /* @__PURE__ */ e("div", {
|
|
230
252
|
className: "qa-preview-collapsed",
|
|
231
|
-
children: /* @__PURE__ */ e(
|
|
253
|
+
children: /* @__PURE__ */ e(f, {
|
|
232
254
|
type: "link",
|
|
233
|
-
icon: /* @__PURE__ */ e(
|
|
234
|
-
disabled:
|
|
235
|
-
onClick: () =>
|
|
255
|
+
icon: /* @__PURE__ */ e(Ie, {}),
|
|
256
|
+
disabled: P,
|
|
257
|
+
onClick: () => b(!0)
|
|
236
258
|
})
|
|
237
259
|
})]
|
|
238
|
-
}),
|
|
239
|
-
className: "qa-preview-collapsed",
|
|
240
|
-
children: /* @__PURE__ */ e(h, {
|
|
241
|
-
type: "link",
|
|
242
|
-
icon: /* @__PURE__ */ e(pe, {}),
|
|
243
|
-
disabled: j,
|
|
244
|
-
onClick: () => x(!0)
|
|
245
|
-
})
|
|
246
|
-
}), /* @__PURE__ */ e(h, {
|
|
260
|
+
}), /* @__PURE__ */ e(f, {
|
|
247
261
|
className: "select-next",
|
|
248
|
-
icon: /* @__PURE__ */ e(
|
|
262
|
+
icon: /* @__PURE__ */ e(ie, {
|
|
249
263
|
type: "icon-youjiantou"
|
|
250
264
|
}),
|
|
251
265
|
type: "text",
|
|
252
|
-
disabled: !
|
|
253
|
-
onClick: () =>
|
|
266
|
+
disabled: !p,
|
|
267
|
+
onClick: () => T()
|
|
254
268
|
})]
|
|
255
269
|
})
|
|
256
270
|
}), /* @__PURE__ */ e("div", {
|
|
257
271
|
className: "vlm-mark-action",
|
|
258
|
-
children: /* @__PURE__ */ s(
|
|
259
|
-
children: [/* @__PURE__ */ e(
|
|
272
|
+
children: /* @__PURE__ */ s(Z, {
|
|
273
|
+
children: [/* @__PURE__ */ e(f, {
|
|
260
274
|
type: "primary",
|
|
261
|
-
onClick:
|
|
275
|
+
onClick: Ne,
|
|
262
276
|
children: "标注"
|
|
263
|
-
}), D && D.delete && /* @__PURE__ */ e(
|
|
277
|
+
}), D && D.delete && /* @__PURE__ */ e(f, {
|
|
264
278
|
danger: !0,
|
|
265
279
|
type: "ghost",
|
|
266
|
-
onClick:
|
|
280
|
+
onClick: Ce,
|
|
267
281
|
children: "删除数据"
|
|
268
282
|
})]
|
|
269
283
|
})
|
|
270
284
|
})]
|
|
271
285
|
}) : (
|
|
272
286
|
// 标注模式:使用VLMDetail组件
|
|
273
|
-
q && /* @__PURE__ */ e(
|
|
287
|
+
q && /* @__PURE__ */ e(Le, {
|
|
274
288
|
ref: M,
|
|
275
|
-
visible:
|
|
276
|
-
selectSampleId:
|
|
277
|
-
datasetId:
|
|
278
|
-
versionId:
|
|
289
|
+
visible: n,
|
|
290
|
+
selectSampleId: re,
|
|
291
|
+
datasetId: a,
|
|
292
|
+
versionId: t,
|
|
293
|
+
vlmMarkTmpl: h,
|
|
279
294
|
onClose: () => {
|
|
280
|
-
|
|
295
|
+
V();
|
|
281
296
|
},
|
|
282
297
|
onSave: q,
|
|
283
|
-
externalFilterMode:
|
|
284
|
-
onFilterModeChange:
|
|
285
|
-
externalSamples:
|
|
286
|
-
externalPagination:
|
|
287
|
-
externalCurrentIndex:
|
|
298
|
+
externalFilterMode: te,
|
|
299
|
+
onFilterModeChange: le,
|
|
300
|
+
externalSamples: se,
|
|
301
|
+
externalPagination: oe,
|
|
302
|
+
externalCurrentIndex: de
|
|
288
303
|
})
|
|
289
304
|
)
|
|
290
305
|
});
|
|
291
306
|
};
|
|
292
307
|
export {
|
|
293
|
-
|
|
308
|
+
Se as default
|
|
294
309
|
};
|