@glodon-aiot/dataset-annotation 3.10.0-alpha.15 → 3.10.0-alpha.17
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/DetectionAnnotation/components/LabelMaker/Drawable.mjs +37 -28
- package/dist/es/components/OcrAnnotation/MarkKVOCRModal/KVOCRLabelMaker/index.mjs +1 -1
- package/dist/es/components/OcrAnnotation/MarkOCRBoxModal/OCRBoxMaker/index.mjs +1 -1
- package/dist/es/components/OcrAnnotation/OcrModal/index.mjs +43 -45
- package/dist/es/components/PicZipImportModal/index.mjs +106 -105
- package/dist/es/components/VLMAnnotationDetail/MarkVLMBoxModal/index.mjs +174 -173
- package/dist/es/index.mjs +1 -1
- package/dist/lib/index.js +3 -3
- package/package.json +2 -2
- package/dist/src/components/VLMAnnotationDetail/MarkVLMBoxModal/ImageDetail/index.d.ts +0 -16
- package/dist/src/components/VLMAnnotationDetail/MarkVLMBoxModal/OCRBoxMaker/LabelEditorInput.d.ts +0 -12
- package/dist/src/components/VLMAnnotationDetail/MarkVLMBoxModal/OCRBoxMaker/LabelEditorItem.d.ts +0 -21
- package/dist/src/components/VLMAnnotationDetail/MarkVLMBoxModal/OCRBoxMaker/LableEditor.d.ts +0 -16
- package/dist/src/components/VLMAnnotationDetail/MarkVLMBoxModal/OCRBoxMaker/index.d.ts +0 -19
|
@@ -1,49 +1,49 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
1
|
+
var Ae = Object.defineProperty, De = Object.defineProperties;
|
|
2
|
+
var Ve = Object.getOwnPropertyDescriptors;
|
|
3
3
|
var ue = Object.getOwnPropertySymbols;
|
|
4
|
-
var
|
|
5
|
-
var he = (v,
|
|
6
|
-
for (var o in
|
|
7
|
-
|
|
4
|
+
var ze = Object.prototype.hasOwnProperty, Me = Object.prototype.propertyIsEnumerable;
|
|
5
|
+
var he = (v, d, o) => d in v ? Ae(v, d, { enumerable: !0, configurable: !0, writable: !0, value: o }) : v[d] = o, R = (v, d) => {
|
|
6
|
+
for (var o in d || (d = {}))
|
|
7
|
+
ze.call(d, o) && he(v, o, d[o]);
|
|
8
8
|
if (ue)
|
|
9
|
-
for (var o of ue(
|
|
10
|
-
|
|
9
|
+
for (var o of ue(d))
|
|
10
|
+
Me.call(d, o) && he(v, o, d[o]);
|
|
11
11
|
return v;
|
|
12
|
-
},
|
|
13
|
-
var z = (v,
|
|
12
|
+
}, $ = (v, d) => De(v, Ve(d));
|
|
13
|
+
var z = (v, d, o) => new Promise((m, h) => {
|
|
14
14
|
var O = (T) => {
|
|
15
15
|
try {
|
|
16
16
|
r(o.next(T));
|
|
17
17
|
} catch (j) {
|
|
18
|
-
|
|
18
|
+
h(j);
|
|
19
19
|
}
|
|
20
20
|
}, N = (T) => {
|
|
21
21
|
try {
|
|
22
22
|
r(o.throw(T));
|
|
23
23
|
} catch (j) {
|
|
24
|
-
|
|
24
|
+
h(j);
|
|
25
25
|
}
|
|
26
|
-
}, r = (T) => T.done ?
|
|
27
|
-
r((o = o.apply(v,
|
|
26
|
+
}, r = (T) => T.done ? m(T.value) : Promise.resolve(T.value).then(O, N);
|
|
27
|
+
r((o = o.apply(v, d)).next());
|
|
28
28
|
});
|
|
29
|
-
import { jsx as
|
|
29
|
+
import { jsx as l, jsxs as P, Fragment as Ne } from "react/jsx-runtime";
|
|
30
30
|
import { Modal as ge, Space as pe, Button as X, message as M, Tabs as ne } from "antd";
|
|
31
|
-
import { useContext as
|
|
31
|
+
import { useContext as Te, useRef as F, useState as S, useEffect as K } from "react";
|
|
32
32
|
import "./style.less.mjs";
|
|
33
|
-
import
|
|
34
|
-
import
|
|
35
|
-
import
|
|
33
|
+
import Le from "../../DataEmpty/index.mjs";
|
|
34
|
+
import Re from "../../../DatasetContext/index.mjs";
|
|
35
|
+
import Ue from "./AttributeDetail/index.mjs";
|
|
36
36
|
import qe from "./QADetail/index.mjs";
|
|
37
|
-
import
|
|
38
|
-
import
|
|
37
|
+
import $e from "../../VLMAnnotation/index.mjs";
|
|
38
|
+
import Ge from "axios";
|
|
39
39
|
const {
|
|
40
40
|
TabPane: Q
|
|
41
|
-
} = ne,
|
|
41
|
+
} = ne, Ye = (v) => {
|
|
42
42
|
const {
|
|
43
|
-
visible:
|
|
43
|
+
visible: d,
|
|
44
44
|
selectSampleId: o,
|
|
45
|
-
datasetId:
|
|
46
|
-
versionId:
|
|
45
|
+
datasetId: m,
|
|
46
|
+
versionId: h,
|
|
47
47
|
// vmlMarkTmpl,
|
|
48
48
|
onClose: O,
|
|
49
49
|
onSave: N
|
|
@@ -53,149 +53,149 @@ const {
|
|
|
53
53
|
},
|
|
54
54
|
token: T,
|
|
55
55
|
apiUrl: j
|
|
56
|
-
} =
|
|
56
|
+
} = Te(Re), B = F(null);
|
|
57
57
|
F(null), F({});
|
|
58
|
-
const [i,
|
|
58
|
+
const [i, A] = S(), w = F(void 0), [Pe, ie] = S(0), [y, G] = S([]), [Y, U] = S(-1), [a, L] = S({
|
|
59
59
|
current: 1,
|
|
60
60
|
pageSize: 100
|
|
61
61
|
// 与主列表保持一致
|
|
62
|
-
}), [oe, re] =
|
|
62
|
+
}), [oe, re] = S(0), [se, ce] = S(0), [I, Z] = S(() => o ? "" : "nocode"), [ae, H] = S(), [_, le] = S([]), [x, W] = S("textAnnotation"), [J, E] = S(), [ee, me] = S(!1), q = F(null), D = F(null), [xe, ye] = S(() => Date.now()), [Ce, Se] = S(() => Date.now());
|
|
63
63
|
K(() => {
|
|
64
|
-
|
|
64
|
+
d && (!m || !h || r == null || r.getDatasetsIdVersionsVidConfigs(m, h).then((e) => {
|
|
65
65
|
le(e || []), (e == null ? void 0 : e.length) > 0 ? W("textAnnotation") : W("attributeDefinition");
|
|
66
66
|
}));
|
|
67
|
-
}, [
|
|
68
|
-
const e =
|
|
69
|
-
if (!
|
|
67
|
+
}, [d]), K(() => {
|
|
68
|
+
const e = a.current || 1, t = a.pageSize || 100, n = a.type;
|
|
69
|
+
if (!m || !h)
|
|
70
70
|
return;
|
|
71
|
-
const s =
|
|
72
|
-
r == null || r.getDatasetsIdVersionsVidSamples(
|
|
71
|
+
const s = y || [], g = o || ae;
|
|
72
|
+
r == null || r.getDatasetsIdVersionsVidSamples(m, h, {
|
|
73
73
|
labels: I ? [I] : void 0,
|
|
74
74
|
pageNo: e,
|
|
75
75
|
pageSize: t
|
|
76
|
-
}).then((
|
|
77
|
-
const
|
|
78
|
-
G(
|
|
76
|
+
}).then((c) => {
|
|
77
|
+
const f = c.recordList || [], p = e === 1 && !n ? f : n === "prev" ? [...f, ...s] : n === "next" ? [...s, ...f] : f;
|
|
78
|
+
G(p), L($(R({}, a), {
|
|
79
79
|
current: e,
|
|
80
80
|
pageSize: t,
|
|
81
|
-
total:
|
|
81
|
+
total: c.totalResults,
|
|
82
82
|
type: void 0
|
|
83
83
|
}));
|
|
84
|
-
let
|
|
85
|
-
if (n === "next" &&
|
|
86
|
-
|
|
87
|
-
else if (n === "prev" &&
|
|
88
|
-
|
|
89
|
-
else if (
|
|
90
|
-
const k =
|
|
84
|
+
let u = 0, C = p[0];
|
|
85
|
+
if (n === "next" && f.length)
|
|
86
|
+
u = s.length, C = f[0];
|
|
87
|
+
else if (n === "prev" && f.length)
|
|
88
|
+
u = f.length - 1, C = f[f.length - 1];
|
|
89
|
+
else if (g) {
|
|
90
|
+
const k = p.findIndex((b) => b.id === g);
|
|
91
91
|
if (k !== -1)
|
|
92
|
-
|
|
92
|
+
u = k, C = p[k];
|
|
93
93
|
else {
|
|
94
|
-
r == null || r.getDatasetsIdVersionsVidSsamplesSid(
|
|
95
|
-
|
|
94
|
+
r == null || r.getDatasetsIdVersionsVidSsamplesSid(m, h, g).then((b) => {
|
|
95
|
+
b && (G([b, ...p]), A(b), U(0), ie(p.length + 1), H(void 0));
|
|
96
96
|
});
|
|
97
97
|
return;
|
|
98
98
|
}
|
|
99
99
|
}
|
|
100
|
-
|
|
100
|
+
C && (A(C), U(u), ie(p.length), ae && H(void 0));
|
|
101
101
|
}), V();
|
|
102
|
-
}, [
|
|
102
|
+
}, [a.current, I, m, h]);
|
|
103
103
|
const V = () => {
|
|
104
|
-
!
|
|
104
|
+
!m || !h || r == null || r.getDatasetsIdVersionsVidLabelcount(m, h).then((e) => {
|
|
105
105
|
const t = e.find((s) => s.id === "allcodeid"), n = e.find((s) => s.id === "nocodeid");
|
|
106
106
|
re(t ? t.count : 0), ce(n ? n.count : 0);
|
|
107
107
|
});
|
|
108
108
|
}, te = () => {
|
|
109
|
-
|
|
110
|
-
var
|
|
111
|
-
const t =
|
|
109
|
+
y && G((e) => {
|
|
110
|
+
var f, p, u, C;
|
|
111
|
+
const t = w.current || i, n = [...e];
|
|
112
112
|
let s;
|
|
113
113
|
if (t) {
|
|
114
|
-
const k = n.findIndex((
|
|
114
|
+
const k = n.findIndex((b) => b.id === t.id);
|
|
115
115
|
k > -1 && n.splice(k, 1, t);
|
|
116
116
|
}
|
|
117
|
-
const
|
|
118
|
-
if (t && ((
|
|
119
|
-
const k = n.findIndex((
|
|
120
|
-
k > -1 && (n.splice(k, 1), s = [...n], L((
|
|
121
|
-
total:
|
|
117
|
+
const g = !t || (f = t.labels) != null && f.length && I === "hascode" || !((p = t.labels) != null && p.length) && I === "nocode" || I === "" ? Y + 1 : Y;
|
|
118
|
+
if (t && ((u = t.labels) != null && u.length && I === "nocode" || !((C = t.labels) != null && C.length) && I === "hascode")) {
|
|
119
|
+
const k = n.findIndex((b) => b.id === t.id);
|
|
120
|
+
k > -1 && (n.splice(k, 1), s = [...n], L((b) => $(R({}, b), {
|
|
121
|
+
total: b.total ? b.total - 1 : b.total
|
|
122
122
|
})));
|
|
123
123
|
}
|
|
124
|
-
const
|
|
125
|
-
if (
|
|
126
|
-
const k = (
|
|
127
|
-
|
|
128
|
-
current:
|
|
129
|
-
pageSize:
|
|
124
|
+
const c = s || n;
|
|
125
|
+
if (g >= c.length) {
|
|
126
|
+
const k = (a.current - 1) * a.pageSize + g;
|
|
127
|
+
a.total && k >= a.total ? M.error("已经是最后一个了") : L({
|
|
128
|
+
current: a.current + 1,
|
|
129
|
+
pageSize: a.pageSize,
|
|
130
130
|
type: "next"
|
|
131
131
|
});
|
|
132
132
|
} else
|
|
133
133
|
setTimeout(() => {
|
|
134
|
-
|
|
135
|
-
const k =
|
|
136
|
-
|
|
134
|
+
U(g);
|
|
135
|
+
const k = c[g];
|
|
136
|
+
A(k);
|
|
137
137
|
}, 200);
|
|
138
|
-
return
|
|
138
|
+
return c;
|
|
139
139
|
});
|
|
140
140
|
}, de = () => {
|
|
141
|
-
var
|
|
142
|
-
if (!
|
|
141
|
+
var c, f;
|
|
142
|
+
if (!y)
|
|
143
143
|
return;
|
|
144
|
-
const e =
|
|
144
|
+
const e = w.current || i, t = [...y];
|
|
145
145
|
let n;
|
|
146
|
-
if (e &&
|
|
147
|
-
const
|
|
148
|
-
if (
|
|
149
|
-
const
|
|
150
|
-
|
|
151
|
-
total:
|
|
146
|
+
if (e && y) {
|
|
147
|
+
const p = t.findIndex((u) => u.id === e.id);
|
|
148
|
+
if (p > -1 && t.splice(p, 1, e), (c = e.labels) != null && c.length && I === "nocode" || !((f = e.labels) != null && f.length) && I === "hascode") {
|
|
149
|
+
const u = t.findIndex((C) => C.id === e.id);
|
|
150
|
+
u > -1 && (t.splice(u, 1), n = [...t], L((C) => $(R({}, C), {
|
|
151
|
+
total: C.total ? C.total - 1 : C.total
|
|
152
152
|
})));
|
|
153
153
|
}
|
|
154
154
|
}
|
|
155
|
-
const s = n || t,
|
|
156
|
-
if (
|
|
157
|
-
(
|
|
158
|
-
current:
|
|
159
|
-
pageSize:
|
|
155
|
+
const s = n || t, g = Y - 1;
|
|
156
|
+
if (g < 0)
|
|
157
|
+
(a.current - 1) * a.pageSize + g < 0 ? M.error("已经是第一个了") : L({
|
|
158
|
+
current: a.current - 1,
|
|
159
|
+
pageSize: a.pageSize,
|
|
160
160
|
type: "prev"
|
|
161
161
|
});
|
|
162
162
|
else {
|
|
163
|
-
|
|
164
|
-
const
|
|
165
|
-
|
|
163
|
+
U(g);
|
|
164
|
+
const p = s[g];
|
|
165
|
+
A(p);
|
|
166
166
|
}
|
|
167
167
|
n && G(n);
|
|
168
168
|
};
|
|
169
169
|
K(() => {
|
|
170
|
-
|
|
171
|
-
|
|
170
|
+
d && m && h && i && (r == null || r.getDatasetsIdVersionsVidSsamplesSid(m, h, i.id).then((e) => {
|
|
171
|
+
A(e);
|
|
172
172
|
}));
|
|
173
|
-
}, [
|
|
174
|
-
const
|
|
175
|
-
|
|
173
|
+
}, [d, i == null ? void 0 : i.id]);
|
|
174
|
+
const we = () => z(void 0, null, function* () {
|
|
175
|
+
x === "attributeDefinition" && q.current && !(yield q.current.checkDirtyAndConfirm()) || x === "qaGeneration" && D.current && !(yield D.current.checkDirtyAndConfirm()) || O();
|
|
176
176
|
});
|
|
177
177
|
K(() => {
|
|
178
178
|
B.current && (B.current.width = B.current.offsetWidth, B.current.height = B.current.offsetHeight);
|
|
179
179
|
}, [B.current]);
|
|
180
|
-
const
|
|
181
|
-
if (
|
|
180
|
+
const be = () => z(void 0, null, function* () {
|
|
181
|
+
if (x === "qaGeneration" && D.current && !(yield D.current.checkDirtyAndConfirm()))
|
|
182
182
|
return;
|
|
183
|
-
const e =
|
|
184
|
-
e && (console.log("onPrevClick sampleToUse", e),
|
|
183
|
+
const e = w.current || i;
|
|
184
|
+
e && (console.log("onPrevClick sampleToUse", e), x === "textAnnotation" && J ? N(e).then((t) => {
|
|
185
185
|
t ? (E(void 0), de(), V()) : M.error("保存失败");
|
|
186
186
|
}) : de());
|
|
187
|
-
}),
|
|
188
|
-
if (
|
|
187
|
+
}), ve = () => z(void 0, null, function* () {
|
|
188
|
+
if (x === "qaGeneration" && D.current && !(yield D.current.checkDirtyAndConfirm()))
|
|
189
189
|
return;
|
|
190
|
-
const e =
|
|
191
|
-
e && (console.log("onNextClick sampleToUse", e),
|
|
190
|
+
const e = w.current || i;
|
|
191
|
+
e && (console.log("onNextClick sampleToUse", e), x === "textAnnotation" && J ? N(e).then((t) => {
|
|
192
192
|
t ? (E(void 0), te(), V()) : M.error("保存失败");
|
|
193
193
|
}) : te());
|
|
194
194
|
});
|
|
195
195
|
K(() => {
|
|
196
|
-
|
|
196
|
+
w.current = i;
|
|
197
197
|
}, [i]);
|
|
198
|
-
const
|
|
198
|
+
const Ie = (e) => (console.log("ocrRecognize apiUrl", j), Ge.post(`${j}/aishop/v2/infer?serviceId=Actpkb4pi3vxg`, {
|
|
199
199
|
pages: [{
|
|
200
200
|
image: e,
|
|
201
201
|
no: 0
|
|
@@ -206,33 +206,33 @@ const {
|
|
|
206
206
|
}
|
|
207
207
|
}).then((t) => (console.log("ocrRecognize res", t.data.data), t.data.data.pages[0].layout.filter((s) => s.content))).catch((t) => {
|
|
208
208
|
console.error("ocrRecognize error", t);
|
|
209
|
-
})),
|
|
210
|
-
const e =
|
|
211
|
-
!e || !
|
|
209
|
+
})), ke = () => z(void 0, null, function* () {
|
|
210
|
+
const e = w.current || i;
|
|
211
|
+
!e || !m || !h || ge.confirm({
|
|
212
212
|
title: "确认要删除此数据吗?",
|
|
213
213
|
content: "删除后不可恢复,请慎重操作",
|
|
214
214
|
onOk: () => z(void 0, null, function* () {
|
|
215
215
|
console.log("handleDeleteClick currentSample", e);
|
|
216
216
|
try {
|
|
217
|
-
yield r == null ? void 0 : r.delDatasetsIdVersionsVidSamplesId(
|
|
218
|
-
var
|
|
219
|
-
const n = t.findIndex((
|
|
217
|
+
yield r == null ? void 0 : r.delDatasetsIdVersionsVidSamplesId(m, h, e.id), M.success("删除成功"), o ? O() : G((t) => {
|
|
218
|
+
var p;
|
|
219
|
+
const n = t.findIndex((u) => u.id === e.id);
|
|
220
220
|
if (n === -1)
|
|
221
221
|
return t;
|
|
222
|
-
const s = [...t.slice(0, n), ...t.slice(n + 1)],
|
|
223
|
-
if (L((
|
|
224
|
-
total:
|
|
225
|
-
}),
|
|
226
|
-
current:
|
|
227
|
-
pageSize:
|
|
222
|
+
const s = [...t.slice(0, n), ...t.slice(n + 1)], g = a.pageSize || 1, c = Math.max(((p = a.total) != null ? p : t.length) - 1, 0), f = s.length === 0 && c > a.current * g;
|
|
223
|
+
if (L((u) => R($(R({}, u), {
|
|
224
|
+
total: c
|
|
225
|
+
}), f ? {
|
|
226
|
+
current: u.current + 1,
|
|
227
|
+
pageSize: g,
|
|
228
228
|
type: "next"
|
|
229
229
|
} : {
|
|
230
|
-
type:
|
|
230
|
+
type: f ? "next" : void 0
|
|
231
231
|
})), s.length) {
|
|
232
|
-
const
|
|
233
|
-
|
|
232
|
+
const u = Math.min(n, s.length - 1);
|
|
233
|
+
U(u), A(s[u]);
|
|
234
234
|
} else
|
|
235
|
-
|
|
235
|
+
U(-1), A(void 0);
|
|
236
236
|
return s;
|
|
237
237
|
}), V();
|
|
238
238
|
} catch (t) {
|
|
@@ -241,64 +241,64 @@ const {
|
|
|
241
241
|
})
|
|
242
242
|
});
|
|
243
243
|
}), fe = () => z(void 0, null, function* () {
|
|
244
|
-
if (!
|
|
244
|
+
if (!m || !h || !(i != null && i.id))
|
|
245
245
|
return;
|
|
246
|
-
const e = yield r == null ? void 0 : r.getDatasetsIdVersionsVidSsamplesSid(
|
|
247
|
-
e && (
|
|
246
|
+
const e = yield r == null ? void 0 : r.getDatasetsIdVersionsVidSsamplesSid(m, h, i.id);
|
|
247
|
+
e && (A(e), w.current = e);
|
|
248
248
|
});
|
|
249
|
-
return /* @__PURE__ */
|
|
249
|
+
return /* @__PURE__ */ l(ge, {
|
|
250
250
|
title: "标注",
|
|
251
251
|
width: "100%",
|
|
252
252
|
wrapClassName: "vlm-modal-wrap",
|
|
253
253
|
className: "vlm-modal",
|
|
254
|
-
open:
|
|
254
|
+
open: d,
|
|
255
255
|
destroyOnClose: !0,
|
|
256
|
-
onCancel: () =>
|
|
256
|
+
onCancel: () => we(),
|
|
257
257
|
maskClosable: !1,
|
|
258
258
|
keyboard: !1,
|
|
259
259
|
centered: !0,
|
|
260
|
-
footer:
|
|
260
|
+
footer: x !== "attributeDefinition" ? /* @__PURE__ */ P("div", {
|
|
261
261
|
style: {
|
|
262
262
|
display: "flex",
|
|
263
263
|
justifyContent: "space-between",
|
|
264
264
|
alignItems: "center"
|
|
265
265
|
},
|
|
266
|
-
children: [/* @__PURE__ */
|
|
266
|
+
children: [/* @__PURE__ */ l("div", {
|
|
267
267
|
style: {
|
|
268
268
|
flex: 1
|
|
269
269
|
}
|
|
270
270
|
}), /* @__PURE__ */ P(pe, {
|
|
271
271
|
size: 24,
|
|
272
|
-
children: [!o && (
|
|
272
|
+
children: [!o && (y == null ? void 0 : y.length) > 0 && /* @__PURE__ */ l(X, {
|
|
273
273
|
type: "default",
|
|
274
|
-
onClick:
|
|
274
|
+
onClick: be,
|
|
275
275
|
children: "上一张"
|
|
276
|
-
}, "prev"), !o && (
|
|
276
|
+
}, "prev"), !o && (y == null ? void 0 : y.length) > 0 && /* @__PURE__ */ l(X, {
|
|
277
277
|
type: "default",
|
|
278
|
-
onClick:
|
|
278
|
+
onClick: ve,
|
|
279
279
|
children: "下一张"
|
|
280
280
|
}, "next")]
|
|
281
|
-
}), /* @__PURE__ */
|
|
281
|
+
}), /* @__PURE__ */ l("div", {
|
|
282
282
|
style: {
|
|
283
283
|
flex: 1,
|
|
284
284
|
display: "flex",
|
|
285
285
|
justifyContent: "flex-end"
|
|
286
286
|
},
|
|
287
|
-
children: /* @__PURE__ */
|
|
288
|
-
children:
|
|
289
|
-
children: [/* @__PURE__ */
|
|
287
|
+
children: /* @__PURE__ */ l(pe, {
|
|
288
|
+
children: x === "textAnnotation" && (y == null ? void 0 : y.length) > 0 ? /* @__PURE__ */ P(Ne, {
|
|
289
|
+
children: [/* @__PURE__ */ l(X, {
|
|
290
290
|
disabled: !i,
|
|
291
291
|
type: "primary",
|
|
292
292
|
onClick: () => {
|
|
293
|
-
const e =
|
|
293
|
+
const e = w.current || i;
|
|
294
294
|
e && (console.log("save currentSample", e), N(e).then((t) => z(void 0, null, function* () {
|
|
295
295
|
t ? (M.success("保存成功"), E(void 0), o ? yield fe() : te(), V()) : M.error("保存失败");
|
|
296
296
|
})));
|
|
297
297
|
},
|
|
298
298
|
children: "保存标注"
|
|
299
|
-
}, "save"), /* @__PURE__ */
|
|
299
|
+
}, "save"), /* @__PURE__ */ l(X, {
|
|
300
300
|
type: "default",
|
|
301
|
-
onClick:
|
|
301
|
+
onClick: ke,
|
|
302
302
|
children: "删除数据"
|
|
303
303
|
})]
|
|
304
304
|
}) : null
|
|
@@ -307,59 +307,60 @@ const {
|
|
|
307
307
|
}) : null,
|
|
308
308
|
children: /* @__PURE__ */ P("div", {
|
|
309
309
|
className: "vlm-records-content",
|
|
310
|
-
children: [/* @__PURE__ */
|
|
310
|
+
children: [/* @__PURE__ */ l("div", {
|
|
311
311
|
className: "records-content-tabs-container",
|
|
312
312
|
children: !o && /* @__PURE__ */ P(ne, {
|
|
313
313
|
className: "records-content-tabs",
|
|
314
314
|
activeKey: I,
|
|
315
315
|
onChange: (e) => z(void 0, null, function* () {
|
|
316
|
-
var
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
316
|
+
var n, s, g;
|
|
317
|
+
let t = !1;
|
|
318
|
+
if (!(x === "attributeDefinition" && q.current && (t = !!((s = (n = q.current).hasUnsavedChanges) != null && s.call(n)), !(yield q.current.checkDirtyAndConfirm()))) && !(x === "qaGeneration" && D.current && !(yield D.current.checkDirtyAndConfirm()))) {
|
|
319
|
+
if (x === "textAnnotation" && J) {
|
|
320
|
+
const c = w.current || i;
|
|
321
|
+
if (c && N) {
|
|
322
|
+
if (!(yield N(c))) {
|
|
322
323
|
M.error("保存失败,已阻止切换筛选");
|
|
323
324
|
return;
|
|
324
325
|
}
|
|
325
|
-
|
|
326
|
+
A(c), w.current = c, E(void 0), V == null || V(), !o && I === "nocode" && ((g = c == null ? void 0 : c.labels) != null && g.length) && (G([]), A(c), U(-1), H(c.id), L($(R({}, a), {
|
|
326
327
|
current: 1,
|
|
327
328
|
total: void 0,
|
|
328
329
|
type: void 0
|
|
329
330
|
})), Z("hascode"));
|
|
330
331
|
}
|
|
331
332
|
}
|
|
332
|
-
ye(Date.now()), L(
|
|
333
|
+
t && ye(Date.now()), Se(Date.now()), L($(R({}, a), {
|
|
333
334
|
current: 1,
|
|
334
335
|
total: void 0,
|
|
335
336
|
type: void 0
|
|
336
337
|
})), Z(e);
|
|
337
338
|
}
|
|
338
339
|
}),
|
|
339
|
-
children: [/* @__PURE__ */
|
|
340
|
+
children: [/* @__PURE__ */ l(Q, {
|
|
340
341
|
tab: `全部(${oe})`
|
|
341
|
-
}, ""), /* @__PURE__ */
|
|
342
|
+
}, ""), /* @__PURE__ */ l(Q, {
|
|
342
343
|
tab: `未标注(${se})`
|
|
343
|
-
}, "nocode"), /* @__PURE__ */
|
|
344
|
+
}, "nocode"), /* @__PURE__ */ l(Q, {
|
|
344
345
|
tab: `已标注(${oe - se})`
|
|
345
346
|
}, "hascode")]
|
|
346
347
|
})
|
|
347
|
-
}),
|
|
348
|
+
}), y != null && y.length ? /* @__PURE__ */ P("div", {
|
|
348
349
|
className: "sample-detail",
|
|
349
|
-
children: [/* @__PURE__ */
|
|
350
|
+
children: [/* @__PURE__ */ l("div", {
|
|
350
351
|
className: "content-mode-buttons",
|
|
351
352
|
children: /* @__PURE__ */ P(ne, {
|
|
352
|
-
activeKey:
|
|
353
|
+
activeKey: x,
|
|
353
354
|
onChange: (e) => z(void 0, null, function* () {
|
|
354
355
|
var t;
|
|
355
|
-
if (!(
|
|
356
|
-
if (
|
|
357
|
-
const n =
|
|
356
|
+
if (!(x === "attributeDefinition" && q.current && !(yield q.current.checkDirtyAndConfirm())) && !(x === "qaGeneration" && D.current && !(yield D.current.checkDirtyAndConfirm()))) {
|
|
357
|
+
if (x === "textAnnotation" && N && J && (w.current || i)) {
|
|
358
|
+
const n = w.current || i;
|
|
358
359
|
if (!(yield N(n))) {
|
|
359
360
|
M.error("保存失败,已阻止切换页签");
|
|
360
361
|
return;
|
|
361
362
|
}
|
|
362
|
-
|
|
363
|
+
A(n), w.current = n, E(void 0), V == null || V(), !o && I === "nocode" && ((t = n == null ? void 0 : n.labels) != null && t.length) && (G([]), A(n), U(-1), H(n.id), L($(R({}, a), {
|
|
363
364
|
current: 1,
|
|
364
365
|
total: void 0,
|
|
365
366
|
type: void 0
|
|
@@ -368,49 +369,49 @@ const {
|
|
|
368
369
|
e === "textAnnotation" && (i != null && i.id) && (yield fe()), W(e);
|
|
369
370
|
}
|
|
370
371
|
}),
|
|
371
|
-
children: [/* @__PURE__ */
|
|
372
|
+
children: [/* @__PURE__ */ l(Q, {
|
|
372
373
|
tab: "属性定义",
|
|
373
374
|
disabled: ee
|
|
374
|
-
}, "attributeDefinition"), /* @__PURE__ */
|
|
375
|
+
}, "attributeDefinition"), /* @__PURE__ */ l(Q, {
|
|
375
376
|
tab: "文本标注",
|
|
376
377
|
disabled: ee
|
|
377
|
-
}, "textAnnotation"), /* @__PURE__ */
|
|
378
|
+
}, "textAnnotation"), /* @__PURE__ */ l(Q, {
|
|
378
379
|
tab: "QA生成",
|
|
379
380
|
disabled: ee
|
|
380
381
|
}, "qaGeneration")]
|
|
381
382
|
})
|
|
382
|
-
}),
|
|
383
|
+
}), x === "textAnnotation" && i && /* @__PURE__ */ l("div", {
|
|
383
384
|
className: "container",
|
|
384
|
-
children: /* @__PURE__ */
|
|
385
|
+
children: /* @__PURE__ */ l($e, {
|
|
385
386
|
sample: i,
|
|
386
387
|
labelDefinitions: _,
|
|
387
388
|
onChange: (e) => {
|
|
388
|
-
console.log("VLMAnnotation onChange", e),
|
|
389
|
+
console.log("VLMAnnotation onChange", e), w.current = e, E(e);
|
|
389
390
|
},
|
|
390
|
-
ocrRecognize:
|
|
391
|
+
ocrRecognize: Ie,
|
|
391
392
|
coordinateType: "center"
|
|
392
393
|
})
|
|
393
|
-
}),
|
|
394
|
-
ref:
|
|
395
|
-
datasetId:
|
|
396
|
-
versionId:
|
|
394
|
+
}), x === "attributeDefinition" && /* @__PURE__ */ l(Ue, {
|
|
395
|
+
ref: q,
|
|
396
|
+
datasetId: m,
|
|
397
|
+
versionId: h,
|
|
397
398
|
onAttributesChange: (e) => {
|
|
398
399
|
le(e), e.length > 0 && _.length === 0 && W("textAnnotation");
|
|
399
400
|
},
|
|
400
401
|
onLoadingChange: (e) => {
|
|
401
402
|
me(e);
|
|
402
403
|
}
|
|
403
|
-
}),
|
|
404
|
+
}, `attribute-${xe}`), x === "qaGeneration" && /* @__PURE__ */ l(qe, {
|
|
404
405
|
ref: D,
|
|
405
406
|
sample: i,
|
|
406
407
|
labels: _,
|
|
407
|
-
datasetId:
|
|
408
|
-
visionId:
|
|
409
|
-
}, `${(i == null ? void 0 : i.id) || "qa"}-${
|
|
410
|
-
}) : /* @__PURE__ */
|
|
408
|
+
datasetId: m,
|
|
409
|
+
visionId: h
|
|
410
|
+
}, `${(i == null ? void 0 : i.id) || "qa"}-${Ce}`)]
|
|
411
|
+
}) : /* @__PURE__ */ l(Le, {})]
|
|
411
412
|
})
|
|
412
413
|
});
|
|
413
414
|
};
|
|
414
415
|
export {
|
|
415
|
-
|
|
416
|
+
Ye as default
|
|
416
417
|
};
|