@thehammer/template-verification 0.2.9 → 0.2.11
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/README.md +87 -45
- package/dist/components/VerifiedField.vue.d.ts +30 -6
- package/dist/context.d.ts +27 -15
- package/dist/index.d.ts +28 -18
- package/dist/lib/discrepancy.d.ts +8 -0
- package/dist/lib/hostBridge.d.ts +125 -23
- package/dist/lib/resolveDataPoint.d.ts +0 -5
- package/dist/style.css +1 -1
- package/dist/template-verification.js +280 -1450
- package/dist/types.d.ts +52 -7
- package/package.json +1 -1
- package/dist/components/AuditCallCard.vue.d.ts +0 -12
- package/dist/components/CitationEvidence.vue.d.ts +0 -33
- package/dist/components/CitationPage.vue.d.ts +0 -27
- package/dist/components/CitationPageList.vue.d.ts +0 -26
- package/dist/components/TvDisclosure.vue.d.ts +0 -61
- package/dist/components/VerificationModal.vue.d.ts +0 -48
- package/dist/lib/citations.d.ts +0 -84
- package/dist/lib/dataPointDetail.d.ts +0 -41
- package/dist/useSaveDataPoint.d.ts +0 -17
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { ref as
|
|
2
|
-
import {
|
|
3
|
-
const
|
|
4
|
-
let
|
|
5
|
-
function
|
|
1
|
+
import { ref as P, watch as K, defineComponent as U, computed as l, openBlock as c, createElementBlock as m, normalizeClass as x, createElementVNode as g, toDisplayString as y, createCommentVNode as _, createBlock as j, unref as f, Fragment as M, renderSlot as te, createTextVNode as ne, withModifiers as G, createVNode as N, withDirectives as re, isRef as ae, vModelCheckbox as le } from "vue";
|
|
2
|
+
import { DanxSkeleton as oe, useToast as ie, DanxIcon as se, gearIcon as ue, DanxBadge as ce, DanxProgressBar as de, DanxToastContainer as fe } from "@thehammer/danx-ui";
|
|
3
|
+
const C = "tv-chrome", q = "template-verification:enabled";
|
|
4
|
+
let O = null;
|
|
5
|
+
function ve(e) {
|
|
6
6
|
var t;
|
|
7
7
|
try {
|
|
8
8
|
return ((t = globalThis.localStorage) == null ? void 0 : t.getItem(e)) ?? null;
|
|
@@ -10,52 +10,48 @@ function rt(e) {
|
|
|
10
10
|
return null;
|
|
11
11
|
}
|
|
12
12
|
}
|
|
13
|
-
function
|
|
14
|
-
var
|
|
13
|
+
function pe(e, t) {
|
|
14
|
+
var n;
|
|
15
15
|
try {
|
|
16
|
-
(
|
|
16
|
+
(n = globalThis.localStorage) == null || n.setItem(e, t);
|
|
17
17
|
} catch {
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
|
-
function
|
|
21
|
-
const t =
|
|
20
|
+
function ge(e) {
|
|
21
|
+
const t = ve(q);
|
|
22
22
|
return t === null ? e : t === "true";
|
|
23
23
|
}
|
|
24
|
-
function
|
|
25
|
-
const t =
|
|
26
|
-
return
|
|
24
|
+
function J(e) {
|
|
25
|
+
const t = P(ge((e == null ? void 0 : e.defaultEnabled) ?? !1));
|
|
26
|
+
return K(
|
|
27
27
|
t,
|
|
28
|
-
(
|
|
28
|
+
(n) => pe(q, n ? "true" : "false")
|
|
29
29
|
), {
|
|
30
30
|
enabled: t,
|
|
31
31
|
data: (e == null ? void 0 : e.data) ?? {},
|
|
32
|
-
saveOverride: e == null ? void 0 : e.saveOverride,
|
|
33
32
|
workflowInputId: e == null ? void 0 : e.workflowInputId,
|
|
34
|
-
detailUrl: e == null ? void 0 : e.detailUrl,
|
|
35
33
|
loading: (e == null ? void 0 : e.loading) ?? !1
|
|
36
34
|
};
|
|
37
35
|
}
|
|
38
|
-
function
|
|
39
|
-
return
|
|
36
|
+
function me() {
|
|
37
|
+
return O || (O = J()), O;
|
|
40
38
|
}
|
|
41
|
-
function
|
|
42
|
-
|
|
39
|
+
function Ye(e) {
|
|
40
|
+
O = J(e);
|
|
43
41
|
}
|
|
44
|
-
function
|
|
45
|
-
const e =
|
|
42
|
+
function Q() {
|
|
43
|
+
const e = me();
|
|
46
44
|
return {
|
|
47
45
|
enabled: e.enabled,
|
|
48
46
|
data: e.data,
|
|
49
|
-
saveOverride: e.saveOverride,
|
|
50
47
|
workflowInputId: e.workflowInputId,
|
|
51
|
-
detailUrl: e.detailUrl,
|
|
52
48
|
loading: e.loading
|
|
53
49
|
};
|
|
54
50
|
}
|
|
55
|
-
function
|
|
51
|
+
function W(e) {
|
|
56
52
|
return typeof e != "number" || Number.isNaN(e) ? "unverifiable" : e <= 2 ? "low" : e === 3 ? "medium" : "high";
|
|
57
53
|
}
|
|
58
|
-
const
|
|
54
|
+
const be = {
|
|
59
55
|
high: "bg-green-50 text-green-700 ring-1 ring-inset ring-green-600/20",
|
|
60
56
|
medium: "bg-yellow-50 text-yellow-700 ring-1 ring-inset ring-yellow-600/20",
|
|
61
57
|
low: "bg-red-50 text-red-700 ring-1 ring-inset ring-red-600/20",
|
|
@@ -63,124 +59,138 @@ const vt = {
|
|
|
63
59
|
// Same red family as 'low' (color-family-per-status is load-bearing, see docblock
|
|
64
60
|
// above) but a visibly darker/more saturated shade so the two stay distinguishable.
|
|
65
61
|
failed: "bg-red-100 text-red-800 ring-1 ring-inset ring-red-700/30"
|
|
66
|
-
},
|
|
62
|
+
}, V = {
|
|
67
63
|
high: "High",
|
|
68
64
|
medium: "Medium",
|
|
69
65
|
low: "Low",
|
|
70
66
|
unverifiable: "Unverifiable",
|
|
71
67
|
failed: "Failed"
|
|
72
|
-
},
|
|
73
|
-
function
|
|
74
|
-
return e ? e.resolved && e.resolved.source && e.resolved.source !== "none" ? e.resolved :
|
|
68
|
+
}, X = ["override", "extracted", "claim"];
|
|
69
|
+
function he(e) {
|
|
70
|
+
return e ? e.resolved && e.resolved.source && e.resolved.source !== "none" ? e.resolved : we(e.candidates) : { value: null, source: "none" };
|
|
75
71
|
}
|
|
76
|
-
function
|
|
72
|
+
function we(e) {
|
|
77
73
|
if (e)
|
|
78
|
-
for (const t of
|
|
79
|
-
const
|
|
80
|
-
if (
|
|
81
|
-
return { value:
|
|
74
|
+
for (const t of X) {
|
|
75
|
+
const n = e[t];
|
|
76
|
+
if (n != null)
|
|
77
|
+
return { value: n.value, source: t };
|
|
82
78
|
}
|
|
83
79
|
return { value: null, source: "none" };
|
|
84
80
|
}
|
|
85
|
-
function
|
|
86
|
-
|
|
87
|
-
const t = (y = (b = e == null ? void 0 : e.candidates) == null ? void 0 : b.extracted) == null ? void 0 : y.reasoning;
|
|
88
|
-
if (t == null) return null;
|
|
89
|
-
const a = String(t).trim();
|
|
90
|
-
return a === "" ? null : a;
|
|
91
|
-
}
|
|
92
|
-
function gt(e) {
|
|
93
|
-
return e ? typeof e.discrepancy == "boolean" ? e.discrepancy : pt(e.candidates) : !1;
|
|
81
|
+
function ye(e) {
|
|
82
|
+
return e ? typeof e.discrepancy == "boolean" ? e.discrepancy : xe(e.candidates) : !1;
|
|
94
83
|
}
|
|
95
|
-
function
|
|
84
|
+
function xe(e) {
|
|
96
85
|
if (!e) return !1;
|
|
97
|
-
const t =
|
|
86
|
+
const t = X.map((n) => e[n]).filter((n) => n != null).map((n) => _e(n.value));
|
|
98
87
|
return t.length < 2 ? !1 : new Set(t).size > 1;
|
|
99
88
|
}
|
|
100
|
-
function
|
|
89
|
+
function _e(e) {
|
|
101
90
|
return JSON.stringify(e ?? null);
|
|
102
91
|
}
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
92
|
+
function ke(e) {
|
|
93
|
+
return !!(e != null && e.source_discrepancy);
|
|
94
|
+
}
|
|
95
|
+
const Se = "danxbot-template", Ie = 1, Te = "data-point-activated";
|
|
96
|
+
function Ce() {
|
|
97
|
+
if (typeof window > "u") return null;
|
|
98
|
+
const e = window.location.ancestorOrigins, t = e && e.length > 0 ? e[0] : null;
|
|
99
|
+
if (t && t !== "null") return t;
|
|
100
|
+
const n = typeof document > "u" ? "" : document.referrer;
|
|
101
|
+
if (!n) return null;
|
|
102
|
+
try {
|
|
103
|
+
const u = new URL(n).origin;
|
|
104
|
+
return u === "null" ? null : u;
|
|
105
|
+
} catch {
|
|
106
|
+
return null;
|
|
107
|
+
}
|
|
107
108
|
}
|
|
108
|
-
function
|
|
109
|
+
function Ae(e) {
|
|
110
|
+
if (typeof window > "u") return !1;
|
|
111
|
+
const t = window.parent;
|
|
112
|
+
if (!t || t === window) return !1;
|
|
113
|
+
const n = Ce();
|
|
114
|
+
if (!n) return !1;
|
|
115
|
+
const u = {
|
|
116
|
+
source: Se,
|
|
117
|
+
version: Ie,
|
|
118
|
+
type: Te,
|
|
119
|
+
anchor: {
|
|
120
|
+
object_ids: [...e.anchor.object_ids],
|
|
121
|
+
field: e.anchor.field,
|
|
122
|
+
field_path: e.anchor.field_path
|
|
123
|
+
},
|
|
124
|
+
workflowInputId: e.workflowInputId ?? null,
|
|
125
|
+
label: e.label ?? null,
|
|
126
|
+
value: e.value ?? null
|
|
127
|
+
};
|
|
128
|
+
return t.postMessage(u, n), !0;
|
|
129
|
+
}
|
|
130
|
+
const Ee = /* @__PURE__ */ new Set(["name", "type"]);
|
|
131
|
+
function Z(e, t = "") {
|
|
132
|
+
const n = [];
|
|
133
|
+
return B(e, t, n), n;
|
|
134
|
+
}
|
|
135
|
+
function B(e, t, n) {
|
|
109
136
|
if (Array.isArray(e)) {
|
|
110
|
-
e.forEach((
|
|
137
|
+
e.forEach((r, i) => B(r, `${t}[${i}]`, n));
|
|
111
138
|
return;
|
|
112
139
|
}
|
|
113
|
-
if (!
|
|
114
|
-
const
|
|
115
|
-
for (const [
|
|
116
|
-
if (
|
|
117
|
-
const
|
|
118
|
-
if (Array.isArray(
|
|
119
|
-
|
|
140
|
+
if (!H(e)) return;
|
|
141
|
+
const p = e.__meta ?? {};
|
|
142
|
+
for (const [r, i] of Object.entries(e)) {
|
|
143
|
+
if (r === "__meta") continue;
|
|
144
|
+
const h = t ? `${t}.${r}` : r;
|
|
145
|
+
if (Array.isArray(i) || H(i)) {
|
|
146
|
+
B(i, h, n);
|
|
120
147
|
continue;
|
|
121
148
|
}
|
|
122
|
-
const
|
|
123
|
-
!
|
|
124
|
-
path:
|
|
125
|
-
label:
|
|
126
|
-
meta:
|
|
127
|
-
value:
|
|
128
|
-
unanchored: !
|
|
149
|
+
const v = p[r];
|
|
150
|
+
!v && Ee.has(r) || n.push({
|
|
151
|
+
path: h,
|
|
152
|
+
label: r,
|
|
153
|
+
meta: v ?? null,
|
|
154
|
+
value: i,
|
|
155
|
+
unanchored: !v
|
|
129
156
|
});
|
|
130
157
|
}
|
|
131
158
|
}
|
|
132
|
-
function
|
|
159
|
+
function H(e) {
|
|
133
160
|
return typeof e == "object" && e !== null && !Array.isArray(e);
|
|
134
161
|
}
|
|
135
|
-
function
|
|
136
|
-
var
|
|
162
|
+
function ee(e) {
|
|
163
|
+
var n;
|
|
137
164
|
if (e.candidates.override) return !1;
|
|
138
|
-
const t = (
|
|
165
|
+
const t = (n = e.candidates.extracted) == null ? void 0 : n.confidence;
|
|
139
166
|
return e.discrepancy || t == null || t <= 2;
|
|
140
167
|
}
|
|
141
|
-
function
|
|
142
|
-
const t =
|
|
143
|
-
(
|
|
144
|
-
),
|
|
145
|
-
let
|
|
146
|
-
for (const
|
|
147
|
-
if (
|
|
148
|
-
|
|
168
|
+
function $e(e) {
|
|
169
|
+
const t = Z(e).filter(
|
|
170
|
+
(r) => r.meta !== null
|
|
171
|
+
), n = t.length;
|
|
172
|
+
let u = 0, p = 0;
|
|
173
|
+
for (const r of t) {
|
|
174
|
+
if (r.meta.candidates.override) {
|
|
175
|
+
u++;
|
|
149
176
|
continue;
|
|
150
177
|
}
|
|
151
|
-
|
|
178
|
+
ee(r.meta) && p++;
|
|
152
179
|
}
|
|
153
180
|
return {
|
|
154
|
-
total:
|
|
155
|
-
verified:
|
|
156
|
-
needsReview:
|
|
157
|
-
percent:
|
|
181
|
+
total: n,
|
|
182
|
+
verified: u,
|
|
183
|
+
needsReview: p,
|
|
184
|
+
percent: n === 0 ? 100 : Math.round(u / n * 100)
|
|
158
185
|
};
|
|
159
186
|
}
|
|
160
|
-
|
|
161
|
-
var s;
|
|
162
|
-
const b = (s = t.value) == null ? void 0 : s.anchor;
|
|
163
|
-
if (!e.saveOverride || !b) return null;
|
|
164
|
-
const y = e.saveOverride;
|
|
165
|
-
return async (r, n) => {
|
|
166
|
-
const C = await y({
|
|
167
|
-
workflow_input_id: e.workflowInputId,
|
|
168
|
-
object_ids: b.object_ids,
|
|
169
|
-
field: b.field,
|
|
170
|
-
field_path: b.field_path,
|
|
171
|
-
value: r,
|
|
172
|
-
source_choice: n
|
|
173
|
-
});
|
|
174
|
-
return a(C), C;
|
|
175
|
-
};
|
|
176
|
-
}
|
|
177
|
-
const bt = ["data-status", "title"], wt = {
|
|
187
|
+
const Re = ["data-status", "title"], Oe = {
|
|
178
188
|
class: "tv-confidence-glyph",
|
|
179
189
|
"aria-hidden": "true"
|
|
180
|
-
},
|
|
190
|
+
}, Ve = {
|
|
181
191
|
key: 0,
|
|
182
192
|
class: "tv-confidence-label"
|
|
183
|
-
},
|
|
193
|
+
}, De = /* @__PURE__ */ U({
|
|
184
194
|
__name: "ConfidenceIcon",
|
|
185
195
|
props: {
|
|
186
196
|
confidence: {},
|
|
@@ -188,9 +198,9 @@ const bt = ["data-status", "title"], wt = {
|
|
|
188
198
|
showLabel: { type: Boolean }
|
|
189
199
|
},
|
|
190
200
|
setup(e) {
|
|
191
|
-
const t = e,
|
|
192
|
-
() => t.status ??
|
|
193
|
-
),
|
|
201
|
+
const t = e, n = l(
|
|
202
|
+
() => t.status ?? W(t.confidence)
|
|
203
|
+
), u = {
|
|
194
204
|
high: "✔",
|
|
195
205
|
// check
|
|
196
206
|
medium: "⚠",
|
|
@@ -200,1177 +210,21 @@ const bt = ["data-status", "title"], wt = {
|
|
|
200
210
|
unverifiable: "?",
|
|
201
211
|
failed: "⊗"
|
|
202
212
|
// circled x — distinct from low's plain x
|
|
203
|
-
},
|
|
204
|
-
return (
|
|
205
|
-
class:
|
|
206
|
-
"data-status":
|
|
207
|
-
title:
|
|
213
|
+
}, p = l(() => u[n.value]), r = l(() => be[n.value]), i = l(() => V[n.value]);
|
|
214
|
+
return (h, v) => (c(), m("span", {
|
|
215
|
+
class: x(["tv-confidence-icon inline-flex items-center gap-1 rounded-full px-2 py-0.5 text-[11px] font-semibold leading-none", r.value]),
|
|
216
|
+
"data-status": n.value,
|
|
217
|
+
title: i.value
|
|
208
218
|
}, [
|
|
209
|
-
|
|
210
|
-
e.showLabel ? (
|
|
211
|
-
], 10,
|
|
212
|
-
}
|
|
213
|
-
});
|
|
214
|
-
async function $t(e, t) {
|
|
215
|
-
var n;
|
|
216
|
-
const a = t.object_ids.at(-1), b = new URLSearchParams({
|
|
217
|
-
object_id: String(a),
|
|
218
|
-
field: t.field
|
|
219
|
-
}), y = e.includes("?") ? "&" : "?", s = await fetch(`${e}${y}${b}`);
|
|
220
|
-
if (!s.ok)
|
|
221
|
-
throw new Error(
|
|
222
|
-
`data-point-detail ${s.status}: ${await s.text()}`
|
|
223
|
-
);
|
|
224
|
-
const r = await s.json();
|
|
225
|
-
return {
|
|
226
|
-
extracted: r.extracted ?? null,
|
|
227
|
-
audit: ((n = r.audit) == null ? void 0 : n.data) ?? []
|
|
228
|
-
};
|
|
229
|
-
}
|
|
230
|
-
const Ct = "api_log", St = "user", Vt = "failed_file", Nt = {
|
|
231
|
-
pages: [],
|
|
232
|
-
documents: [],
|
|
233
|
-
apiLogIds: [],
|
|
234
|
-
unresolved: [],
|
|
235
|
-
pageCount: 0,
|
|
236
|
-
quoteCount: 0,
|
|
237
|
-
isEmpty: !0
|
|
238
|
-
};
|
|
239
|
-
function me(e) {
|
|
240
|
-
var r;
|
|
241
|
-
if (!e || e.length === 0) return { ...Nt };
|
|
242
|
-
const t = /* @__PURE__ */ new Map(), a = /* @__PURE__ */ new Map(), b = [], y = [];
|
|
243
|
-
for (const n of e) {
|
|
244
|
-
if (n.source_type === Vt) {
|
|
245
|
-
y.push(n);
|
|
246
|
-
continue;
|
|
247
|
-
}
|
|
248
|
-
if (n.api_log_id !== void 0 && n.api_log_id !== null && (b.includes(n.api_log_id) || b.push(n.api_log_id)), n.source_type === Ct || n.source_type === St || !qt(n)) continue;
|
|
249
|
-
const C = It(n);
|
|
250
|
-
let u = t.get(C);
|
|
251
|
-
u || (u = {
|
|
252
|
-
key: C,
|
|
253
|
-
pageNumber: ue(n),
|
|
254
|
-
label: "",
|
|
255
|
-
documentName: null,
|
|
256
|
-
file: null,
|
|
257
|
-
url: null,
|
|
258
|
-
document: null,
|
|
259
|
-
quotes: [],
|
|
260
|
-
explanations: [],
|
|
261
|
-
sourceIds: []
|
|
262
|
-
}, t.set(C, u)), !u.file && n.file && (u.file = Dt(n)), u.url || (u.url = ((r = n.file) == null ? void 0 : r.url) ?? n.file_url ?? null), !u.document && n.original_file && (u.document = n.original_file), u.pageNumber === null && (u.pageNumber = ue(n)), n.id !== void 0 && n.id !== null && u.sourceIds.push(n.id);
|
|
263
|
-
for (const _ of n.texts ?? []) {
|
|
264
|
-
const m = String(_).trim();
|
|
265
|
-
m && !u.quotes.includes(m) && u.quotes.push(m);
|
|
266
|
-
}
|
|
267
|
-
if (n.explanation) {
|
|
268
|
-
const _ = String(n.explanation).trim();
|
|
269
|
-
_ && !u.explanations.includes(_) && u.explanations.push(_);
|
|
270
|
-
}
|
|
271
|
-
u.documentName || (u.documentName = Et(n)), n.original_file && a.set(String(n.original_file.id), n.original_file);
|
|
219
|
+
g("span", Oe, y(p.value), 1),
|
|
220
|
+
e.showLabel ? (c(), m("span", Ve, y(i.value), 1)) : _("", !0)
|
|
221
|
+
], 10, Re));
|
|
272
222
|
}
|
|
273
|
-
|
|
274
|
-
for (const n of s) n.label = Tt(n);
|
|
275
|
-
return s.sort(Ot), {
|
|
276
|
-
pages: s,
|
|
277
|
-
documents: [...a.values()],
|
|
278
|
-
apiLogIds: b,
|
|
279
|
-
unresolved: y,
|
|
280
|
-
pageCount: s.length,
|
|
281
|
-
quoteCount: s.reduce((n, C) => n + C.quotes.length, 0),
|
|
282
|
-
isEmpty: s.length === 0 && y.length === 0
|
|
283
|
-
};
|
|
284
|
-
}
|
|
285
|
-
function qt(e) {
|
|
286
|
-
var t;
|
|
287
|
-
return !!(e.file || e.file_url || e.file_name || e.file_id !== void 0 || e.stored_file_id !== void 0 || ue(e) !== null || (((t = e.texts) == null ? void 0 : t.length) ?? 0) > 0);
|
|
288
|
-
}
|
|
289
|
-
function It(e) {
|
|
290
|
-
var b;
|
|
291
|
-
const t = ((b = e.file) == null ? void 0 : b.id) ?? e.stored_file_id ?? e.file_id ?? e.file_name, a = ue(e);
|
|
292
|
-
return t != null ? a === null ? String(t) : `${t}#${a}` : a !== null ? `page-${a}` : `source-${e.id ?? "unknown"}`;
|
|
293
|
-
}
|
|
294
|
-
function ue(e) {
|
|
295
|
-
const t = e.page ?? e.page_number;
|
|
296
|
-
return t == null ? null : Number(t);
|
|
297
|
-
}
|
|
298
|
-
function Et(e) {
|
|
299
|
-
var t;
|
|
300
|
-
return ((t = e.original_file) == null ? void 0 : t.name) ?? e.file_name ?? null;
|
|
301
|
-
}
|
|
302
|
-
function Dt(e) {
|
|
303
|
-
const t = e.file, a = ue(e);
|
|
304
|
-
return a === null || t.page_number != null ? t : { ...t, page_number: a };
|
|
305
|
-
}
|
|
306
|
-
function Tt(e) {
|
|
307
|
-
var t;
|
|
308
|
-
return e.pageNumber !== null ? `Page ${e.pageNumber}` : (t = e.file) != null && t.name ? e.file.name : e.documentName ? e.documentName : "Cited source";
|
|
309
|
-
}
|
|
310
|
-
function Ot(e, t) {
|
|
311
|
-
return e.pageNumber === null && t.pageNumber === null ? 0 : e.pageNumber === null ? 1 : t.pageNumber === null ? -1 : e.pageNumber - t.pageNumber;
|
|
312
|
-
}
|
|
313
|
-
function Me(e) {
|
|
314
|
-
if (e.isEmpty) return "No citations recorded";
|
|
315
|
-
const t = [
|
|
316
|
-
`${e.pageCount} ${e.pageCount === 1 ? "page" : "pages"}`
|
|
317
|
-
];
|
|
318
|
-
return e.quoteCount > 0 && t.push(
|
|
319
|
-
`${e.quoteCount} ${e.quoteCount === 1 ? "quote" : "quotes"}`
|
|
320
|
-
), e.unresolved.length > 0 && t.push(`${e.unresolved.length} unresolved`), t.join(" · ");
|
|
321
|
-
}
|
|
322
|
-
function Ee(e) {
|
|
323
|
-
typeof window > "u" || !window.top || window.top === window || window.top.postMessage(
|
|
324
|
-
{ source: "danxbot-template", type: "nested-viewer-active", active: e },
|
|
325
|
-
"*"
|
|
326
|
-
);
|
|
327
|
-
}
|
|
328
|
-
const Lt = { class: "tv-audit-call rounded-lg border border-gray-200 shadow-sm" }, At = { class: "tv-audit-call-header flex flex-wrap items-center gap-2 border-b border-gray-100 bg-gray-50 px-3 py-2" }, zt = {
|
|
329
|
-
key: 3,
|
|
330
|
-
class: "font-mono text-[11px] text-gray-400"
|
|
331
|
-
}, Pt = {
|
|
332
|
-
key: 4,
|
|
333
|
-
class: "text-[11px] font-medium text-gray-500"
|
|
334
|
-
}, jt = {
|
|
335
|
-
key: 5,
|
|
336
|
-
class: "text-[11px] text-gray-400"
|
|
337
|
-
}, Rt = { class: "tv-audit-call-body flex flex-col gap-2 p-3" }, Ut = /* @__PURE__ */ J({
|
|
338
|
-
__name: "AuditCallCard",
|
|
339
|
-
props: {
|
|
340
|
-
call: {}
|
|
341
|
-
},
|
|
342
|
-
setup(e) {
|
|
343
|
-
const t = e, a = g(() => {
|
|
344
|
-
const n = t.call.status_code;
|
|
345
|
-
return n == null ? "muted" : n >= 200 && n < 300 ? "success" : n >= 400 ? "danger" : "warning";
|
|
346
|
-
}), b = g(() => {
|
|
347
|
-
const n = t.call.run_time_ms;
|
|
348
|
-
return n == null ? null : n >= 1e3 ? `${(n / 1e3).toFixed(1)}s` : `${n}ms`;
|
|
349
|
-
}), y = g(() => {
|
|
350
|
-
if (!t.call.started_at) return null;
|
|
351
|
-
const n = new Date(t.call.started_at);
|
|
352
|
-
return Number.isNaN(n.getTime()) ? t.call.started_at : n.toLocaleString();
|
|
353
|
-
}), s = g(
|
|
354
|
-
() => JSON.stringify(t.call.request ?? null, null, 2)
|
|
355
|
-
), r = g(
|
|
356
|
-
() => JSON.stringify(t.call.response ?? null, null, 2)
|
|
357
|
-
);
|
|
358
|
-
return (n, C) => (l(), c("div", Lt, [
|
|
359
|
-
i("div", At, [
|
|
360
|
-
e.call.stage ? (l(), V(f(M), {
|
|
361
|
-
key: 0,
|
|
362
|
-
variant: "muted",
|
|
363
|
-
size: "xxs",
|
|
364
|
-
class: "tv-audit-stage"
|
|
365
|
-
}, {
|
|
366
|
-
default: S(() => [
|
|
367
|
-
N(v(e.call.stage), 1)
|
|
368
|
-
]),
|
|
369
|
-
_: 1
|
|
370
|
-
})) : h("", !0),
|
|
371
|
-
e.call.model ? (l(), V(f(M), {
|
|
372
|
-
key: 1,
|
|
373
|
-
variant: "info",
|
|
374
|
-
size: "xs",
|
|
375
|
-
class: "tv-audit-model"
|
|
376
|
-
}, {
|
|
377
|
-
default: S(() => [
|
|
378
|
-
N(v(e.call.model), 1)
|
|
379
|
-
]),
|
|
380
|
-
_: 1
|
|
381
|
-
})) : h("", !0),
|
|
382
|
-
e.call.service ? (l(), V(f(M), {
|
|
383
|
-
key: 2,
|
|
384
|
-
variant: "muted",
|
|
385
|
-
size: "xxs"
|
|
386
|
-
}, {
|
|
387
|
-
default: S(() => [
|
|
388
|
-
N(v(e.call.service), 1)
|
|
389
|
-
]),
|
|
390
|
-
_: 1
|
|
391
|
-
})) : h("", !0),
|
|
392
|
-
e.call.endpoint ? (l(), c("span", zt, v(e.call.endpoint), 1)) : h("", !0),
|
|
393
|
-
C[0] || (C[0] = i("span", { class: "flex-1" }, null, -1)),
|
|
394
|
-
I(f(M), {
|
|
395
|
-
variant: a.value,
|
|
396
|
-
size: "xxs",
|
|
397
|
-
class: "tv-audit-status"
|
|
398
|
-
}, {
|
|
399
|
-
default: S(() => [
|
|
400
|
-
N(v(e.call.status_code ?? "…"), 1)
|
|
401
|
-
]),
|
|
402
|
-
_: 1
|
|
403
|
-
}, 8, ["variant"]),
|
|
404
|
-
b.value ? (l(), c("span", Pt, v(b.value), 1)) : h("", !0),
|
|
405
|
-
y.value ? (l(), c("span", jt, v(y.value), 1)) : h("", !0)
|
|
406
|
-
]),
|
|
407
|
-
i("div", Rt, [
|
|
408
|
-
i("div", null, [
|
|
409
|
-
C[1] || (C[1] = i("div", { class: "mb-1 text-[11px] font-semibold uppercase tracking-wider text-gray-400" }, " Request ", -1)),
|
|
410
|
-
I(f(qe), {
|
|
411
|
-
"model-value": s.value,
|
|
412
|
-
format: "json",
|
|
413
|
-
collapsible: "",
|
|
414
|
-
"default-collapsed": "",
|
|
415
|
-
class: "tv-audit-request"
|
|
416
|
-
}, null, 8, ["model-value"])
|
|
417
|
-
]),
|
|
418
|
-
i("div", null, [
|
|
419
|
-
C[2] || (C[2] = i("div", { class: "mb-1 text-[11px] font-semibold uppercase tracking-wider text-gray-400" }, " Response ", -1)),
|
|
420
|
-
I(f(qe), {
|
|
421
|
-
"model-value": r.value,
|
|
422
|
-
format: "json",
|
|
423
|
-
collapsible: "",
|
|
424
|
-
"default-collapsed": "",
|
|
425
|
-
class: "tv-audit-response"
|
|
426
|
-
}, null, 8, ["model-value"])
|
|
427
|
-
])
|
|
428
|
-
])
|
|
429
|
-
]));
|
|
430
|
-
}
|
|
431
|
-
}), Bt = {
|
|
432
|
-
key: 0,
|
|
433
|
-
class: "tv-citation-thumb shrink-0"
|
|
434
|
-
}, Mt = { class: "tv-citation-quotes flex min-w-0 flex-1 flex-col gap-2" }, Ft = {
|
|
435
|
-
key: 0,
|
|
436
|
-
class: "tv-quote-list flex flex-col gap-2"
|
|
437
|
-
}, Yt = { class: "tv-quote-index mr-1 not-italic text-[10px] font-semibold text-amber-600" }, Kt = {
|
|
438
|
-
key: 1,
|
|
439
|
-
class: "tv-quote-empty rounded-md border border-dashed border-gray-200 px-3 py-2 text-xs text-gray-400"
|
|
440
|
-
}, Ht = { class: "tv-citation-actions mt-1 flex flex-wrap items-center gap-2" }, De = /* @__PURE__ */ J({
|
|
441
|
-
__name: "CitationPage",
|
|
442
|
-
props: {
|
|
443
|
-
page: {},
|
|
444
|
-
dense: { type: Boolean }
|
|
445
|
-
},
|
|
446
|
-
emits: ["view", "document"],
|
|
447
|
-
setup(e, { emit: t }) {
|
|
448
|
-
const a = t;
|
|
449
|
-
return (b, y) => (l(), c("div", {
|
|
450
|
-
class: A(["tv-citation-page flex gap-4", e.dense ? "tv-citation-page-dense" : ""])
|
|
451
|
-
}, [
|
|
452
|
-
e.page.file ? (l(), c("div", Bt, [
|
|
453
|
-
I(f(et), {
|
|
454
|
-
file: e.page.file,
|
|
455
|
-
size: e.dense ? "md" : "lg",
|
|
456
|
-
fit: "cover",
|
|
457
|
-
downloadable: "",
|
|
458
|
-
class: "cursor-zoom-in",
|
|
459
|
-
onClick: y[0] || (y[0] = (s) => a("view"))
|
|
460
|
-
}, null, 8, ["file", "size"])
|
|
461
|
-
])) : h("", !0),
|
|
462
|
-
i("div", Mt, [
|
|
463
|
-
e.page.quotes.length ? (l(), c("ol", Ft, [
|
|
464
|
-
(l(!0), c(B, null, H(e.page.quotes, (s, r) => (l(), c("li", {
|
|
465
|
-
key: r,
|
|
466
|
-
class: "tv-quote rounded-r-md border-l-[3px] border-amber-300 bg-amber-50/60 py-1.5 pl-3 pr-3 text-sm italic leading-relaxed text-gray-700"
|
|
467
|
-
}, [
|
|
468
|
-
i("span", Yt, v(r + 1), 1),
|
|
469
|
-
N("“" + v(s) + "” ", 1)
|
|
470
|
-
]))), 128))
|
|
471
|
-
])) : (l(), c("p", Kt, " This page was cited without a verbatim quote — the value was read from the page as a whole. ")),
|
|
472
|
-
(l(!0), c(B, null, H(e.page.explanations, (s, r) => (l(), c("p", {
|
|
473
|
-
key: `x${r}`,
|
|
474
|
-
class: "tv-citation-explanation text-xs text-gray-500"
|
|
475
|
-
}, v(s), 1))), 128)),
|
|
476
|
-
i("div", Ht, [
|
|
477
|
-
e.page.file ? (l(), V(f(re), {
|
|
478
|
-
key: 0,
|
|
479
|
-
size: "xs",
|
|
480
|
-
variant: "info",
|
|
481
|
-
class: "tv-view-page",
|
|
482
|
-
onClick: y[1] || (y[1] = (s) => a("view"))
|
|
483
|
-
}, {
|
|
484
|
-
default: S(() => [...y[3] || (y[3] = [
|
|
485
|
-
N("View page full screen", -1)
|
|
486
|
-
])]),
|
|
487
|
-
_: 1
|
|
488
|
-
})) : h("", !0),
|
|
489
|
-
e.page.document ? (l(), V(f(re), {
|
|
490
|
-
key: 1,
|
|
491
|
-
size: "xs",
|
|
492
|
-
variant: "muted",
|
|
493
|
-
class: "tv-open-document",
|
|
494
|
-
onClick: y[2] || (y[2] = (s) => a("document"))
|
|
495
|
-
}, {
|
|
496
|
-
default: S(() => [
|
|
497
|
-
N("Open " + v(e.page.document.name), 1)
|
|
498
|
-
]),
|
|
499
|
-
_: 1
|
|
500
|
-
})) : h("", !0)
|
|
501
|
-
])
|
|
502
|
-
])
|
|
503
|
-
], 2));
|
|
504
|
-
}
|
|
505
|
-
}), Jt = { class: "tv-disclosure divide-y divide-gray-200" }, Gt = ["id", "aria-expanded", "aria-controls", "onClick"], Qt = { class: "min-w-0 flex-1" }, Wt = ["id", "aria-labelledby"], Fe = /* @__PURE__ */ J({
|
|
506
|
-
__name: "TvDisclosure",
|
|
507
|
-
props: {
|
|
508
|
-
items: {},
|
|
509
|
-
modelValue: {},
|
|
510
|
-
idPrefix: { default: "tv-disclosure" }
|
|
511
|
-
},
|
|
512
|
-
emits: ["update:modelValue"],
|
|
513
|
-
setup(e, { emit: t }) {
|
|
514
|
-
const a = e, b = t, y = g(() => new Set(a.modelValue)), s = (u) => y.value.has(u);
|
|
515
|
-
function r(u) {
|
|
516
|
-
const _ = new Set(y.value);
|
|
517
|
-
_.has(u) ? _.delete(u) : _.add(u), b("update:modelValue", [..._]);
|
|
518
|
-
}
|
|
519
|
-
const n = (u) => `${a.idPrefix}-h-${u}`, C = (u) => `${a.idPrefix}-p-${u}`;
|
|
520
|
-
return (u, _) => (l(), c("div", Jt, [
|
|
521
|
-
(l(!0), c(B, null, H(e.items, (m) => (l(), c("div", {
|
|
522
|
-
key: m.value,
|
|
523
|
-
class: A(["tv-disclosure__item", s(m.value) ? "is-open" : ""])
|
|
524
|
-
}, [
|
|
525
|
-
i("button", {
|
|
526
|
-
id: n(m.value),
|
|
527
|
-
type: "button",
|
|
528
|
-
class: "tv-disclosure__header flex w-full items-center gap-3 px-3 py-2.5 text-left transition-colors hover:bg-gray-50",
|
|
529
|
-
"aria-expanded": s(m.value),
|
|
530
|
-
"aria-controls": C(m.value),
|
|
531
|
-
onClick: (T) => r(m.value)
|
|
532
|
-
}, [
|
|
533
|
-
i("span", Qt, [
|
|
534
|
-
xe(u.$slots, "header", {
|
|
535
|
-
item: m,
|
|
536
|
-
isOpen: s(m.value)
|
|
537
|
-
}, () => [
|
|
538
|
-
N(v(m.label), 1)
|
|
539
|
-
])
|
|
540
|
-
]),
|
|
541
|
-
(l(), c("svg", {
|
|
542
|
-
class: A(["tv-disclosure__chevron h-4 w-4 shrink-0 text-gray-400 transition-transform duration-200", s(m.value) ? "rotate-180" : ""]),
|
|
543
|
-
viewBox: "0 0 20 20",
|
|
544
|
-
fill: "none",
|
|
545
|
-
"aria-hidden": "true"
|
|
546
|
-
}, [..._[0] || (_[0] = [
|
|
547
|
-
i("path", {
|
|
548
|
-
d: "M5 7.5 10 12.5 15 7.5",
|
|
549
|
-
stroke: "currentColor",
|
|
550
|
-
"stroke-width": "1.75",
|
|
551
|
-
"stroke-linecap": "round",
|
|
552
|
-
"stroke-linejoin": "round"
|
|
553
|
-
}, null, -1)
|
|
554
|
-
])], 2))
|
|
555
|
-
], 8, Gt),
|
|
556
|
-
s(m.value) ? (l(), c("div", {
|
|
557
|
-
key: 0,
|
|
558
|
-
id: C(m.value),
|
|
559
|
-
role: "region",
|
|
560
|
-
"aria-labelledby": n(m.value),
|
|
561
|
-
class: "tv-disclosure__panel border-t border-gray-100 bg-gray-50/40 px-3 py-3"
|
|
562
|
-
}, [
|
|
563
|
-
xe(u.$slots, "panel", {
|
|
564
|
-
item: m,
|
|
565
|
-
isOpen: !0
|
|
566
|
-
})
|
|
567
|
-
], 8, Wt)) : h("", !0)
|
|
568
|
-
], 2))), 128))
|
|
569
|
-
]));
|
|
570
|
-
}
|
|
571
|
-
}), Xt = { class: "tv-citation-list flex flex-col gap-2" }, Zt = {
|
|
572
|
-
key: 0,
|
|
573
|
-
class: "tv-citation-list-controls flex justify-end"
|
|
574
|
-
}, ea = { class: "tv-citation-header flex min-w-0 flex-1 items-center gap-3 text-left" }, ta = ["src", "alt"], aa = { class: "flex min-w-0 flex-1 flex-col" }, la = { class: "flex flex-wrap items-center gap-2" }, na = { class: "tv-citation-page-label text-sm font-semibold text-gray-900" }, sa = {
|
|
575
|
-
key: 0,
|
|
576
|
-
class: "tv-citation-document-name truncate text-xs text-gray-400"
|
|
577
|
-
}, ia = {
|
|
578
|
-
key: 0,
|
|
579
|
-
class: "tv-citation-preview truncate text-xs italic text-gray-500"
|
|
580
|
-
}, oa = { class: "tv-citation-header mb-2 flex flex-wrap items-center gap-2" }, ra = { class: "tv-citation-page-label text-sm font-semibold text-gray-900" }, ua = {
|
|
581
|
-
key: 0,
|
|
582
|
-
class: "tv-citation-document-name text-xs text-gray-400"
|
|
583
|
-
}, da = { class: "tv-page-dialog flex h-full min-h-0 flex-col gap-3 lg:flex-row" }, ca = {
|
|
584
|
-
key: 0,
|
|
585
|
-
class: "tv-page-dialog-quotes max-h-40 shrink-0 overflow-y-auto rounded-lg border border-gray-200 bg-gray-50 p-3 lg:max-h-none lg:w-80"
|
|
586
|
-
}, va = { class: "mb-2 text-[11px] font-semibold uppercase tracking-wider text-gray-400" }, fa = { class: "flex flex-col gap-1.5" }, ga = /* @__PURE__ */ J({
|
|
587
|
-
__name: "CitationPageList",
|
|
588
|
-
props: {
|
|
589
|
-
pages: {},
|
|
590
|
-
collapsible: { type: Boolean, default: !0 },
|
|
591
|
-
dense: { type: Boolean, default: !1 }
|
|
592
|
-
},
|
|
593
|
-
setup(e) {
|
|
594
|
-
const t = e, a = g(
|
|
595
|
-
() => t.pages.map((w) => ({ value: w.key, label: w.label }))
|
|
596
|
-
), b = O([]);
|
|
597
|
-
ae(
|
|
598
|
-
() => t.pages,
|
|
599
|
-
(w) => {
|
|
600
|
-
b.value = w.length ? [w[0].key] : [];
|
|
601
|
-
},
|
|
602
|
-
{ immediate: !0 }
|
|
603
|
-
);
|
|
604
|
-
const y = g(
|
|
605
|
-
() => t.pages.length > 0 && b.value.length === t.pages.length
|
|
606
|
-
);
|
|
607
|
-
function s() {
|
|
608
|
-
b.value = y.value ? [] : t.pages.map((w) => w.key);
|
|
609
|
-
}
|
|
610
|
-
const r = g(
|
|
611
|
-
() => new Map(t.pages.map((w) => [w.key, w]))
|
|
612
|
-
);
|
|
613
|
-
function n(w) {
|
|
614
|
-
const D = w.quotes[0];
|
|
615
|
-
return D ? D.length > 96 ? `${D.slice(0, 96)}…` : D : "";
|
|
616
|
-
}
|
|
617
|
-
const C = g(
|
|
618
|
-
() => t.pages.map((w) => w.file).filter((w) => !!w)
|
|
619
|
-
), u = O(null), _ = O(!1), m = O(null), T = g({
|
|
620
|
-
get: () => u.value !== null,
|
|
621
|
-
set: (w) => {
|
|
622
|
-
w || (u.value = null, m.value = null, _.value = !1);
|
|
623
|
-
}
|
|
624
|
-
}), z = g(
|
|
625
|
-
() => _.value ? [] : C.value
|
|
626
|
-
), q = g(() => {
|
|
627
|
-
if (_.value) return null;
|
|
628
|
-
const w = m.value ?? u.value;
|
|
629
|
-
return w ? t.pages.find(
|
|
630
|
-
(D) => D.file && String(D.file.id) === String(w.id)
|
|
631
|
-
) ?? null : null;
|
|
632
|
-
}), F = g(() => {
|
|
633
|
-
if (!u.value) return "";
|
|
634
|
-
if (_.value) return u.value.name;
|
|
635
|
-
const w = q.value;
|
|
636
|
-
return w ? w.documentName ? `${w.label} · ${w.documentName}` : w.label : u.value.name;
|
|
637
|
-
});
|
|
638
|
-
function Y(w) {
|
|
639
|
-
w.file && (_.value = !1, m.value = w.file, u.value = w.file);
|
|
640
|
-
}
|
|
641
|
-
function U(w) {
|
|
642
|
-
w.document && (_.value = !0, m.value = null, u.value = w.document);
|
|
643
|
-
}
|
|
644
|
-
return (w, D) => (l(), c("div", Xt, [
|
|
645
|
-
e.collapsible && e.pages.length > 1 ? (l(), c("div", Zt, [
|
|
646
|
-
I(f(re), {
|
|
647
|
-
size: "xxs",
|
|
648
|
-
variant: "muted",
|
|
649
|
-
class: "tv-toggle-all-pages",
|
|
650
|
-
onClick: s
|
|
651
|
-
}, {
|
|
652
|
-
default: S(() => [
|
|
653
|
-
N(v(y.value ? "Collapse all" : "Expand all"), 1)
|
|
654
|
-
]),
|
|
655
|
-
_: 1
|
|
656
|
-
})
|
|
657
|
-
])) : h("", !0),
|
|
658
|
-
e.collapsible ? (l(), V(Fe, {
|
|
659
|
-
key: 1,
|
|
660
|
-
modelValue: b.value,
|
|
661
|
-
"onUpdate:modelValue": D[0] || (D[0] = (k) => b.value = k),
|
|
662
|
-
items: a.value,
|
|
663
|
-
"id-prefix": "tv-citation",
|
|
664
|
-
class: "tv-citation-accordion overflow-hidden rounded-lg border border-gray-200"
|
|
665
|
-
}, {
|
|
666
|
-
header: S(({ item: k, isOpen: P }) => {
|
|
667
|
-
var j, Q, W, X, p;
|
|
668
|
-
return [
|
|
669
|
-
i("span", ea, [
|
|
670
|
-
(Q = (j = r.value.get(k.value)) == null ? void 0 : j.file) != null && Q.url ? (l(), c("img", {
|
|
671
|
-
key: 0,
|
|
672
|
-
src: r.value.get(k.value).file.url,
|
|
673
|
-
alt: r.value.get(k.value).label,
|
|
674
|
-
class: "tv-citation-header-thumb h-10 w-8 shrink-0 rounded border border-gray-200 object-cover",
|
|
675
|
-
loading: "lazy"
|
|
676
|
-
}, null, 8, ta)) : h("", !0),
|
|
677
|
-
i("span", aa, [
|
|
678
|
-
i("span", la, [
|
|
679
|
-
i("span", na, v((W = r.value.get(k.value)) == null ? void 0 : W.label), 1),
|
|
680
|
-
(X = r.value.get(k.value)) != null && X.documentName ? (l(), c("span", sa, v((p = r.value.get(k.value)) == null ? void 0 : p.documentName), 1)) : h("", !0),
|
|
681
|
-
I(f(M), {
|
|
682
|
-
variant: "warning",
|
|
683
|
-
size: "xxs",
|
|
684
|
-
class: "tv-citation-quote-count"
|
|
685
|
-
}, {
|
|
686
|
-
default: S(() => {
|
|
687
|
-
var $, E;
|
|
688
|
-
return [
|
|
689
|
-
N(v(($ = r.value.get(k.value)) == null ? void 0 : $.quotes.length) + " " + v(((E = r.value.get(k.value)) == null ? void 0 : E.quotes.length) === 1 ? "quote" : "quotes"), 1)
|
|
690
|
-
];
|
|
691
|
-
}),
|
|
692
|
-
_: 2
|
|
693
|
-
}, 1024)
|
|
694
|
-
]),
|
|
695
|
-
!P && n(r.value.get(k.value)) ? (l(), c("span", ia, "“" + v(n(r.value.get(k.value))) + "”", 1)) : h("", !0)
|
|
696
|
-
])
|
|
697
|
-
])
|
|
698
|
-
];
|
|
699
|
-
}),
|
|
700
|
-
panel: S(({ item: k }) => [
|
|
701
|
-
I(De, {
|
|
702
|
-
page: r.value.get(k.value),
|
|
703
|
-
dense: e.dense,
|
|
704
|
-
onView: (P) => Y(r.value.get(k.value)),
|
|
705
|
-
onDocument: (P) => U(r.value.get(k.value))
|
|
706
|
-
}, null, 8, ["page", "dense", "onView", "onDocument"])
|
|
707
|
-
]),
|
|
708
|
-
_: 1
|
|
709
|
-
}, 8, ["modelValue", "items"])) : (l(!0), c(B, { key: 2 }, H(e.pages, (k) => (l(), c("div", {
|
|
710
|
-
key: k.key,
|
|
711
|
-
class: "tv-citation-flat rounded-lg border border-gray-200 p-3"
|
|
712
|
-
}, [
|
|
713
|
-
i("div", oa, [
|
|
714
|
-
i("span", ra, v(k.label), 1),
|
|
715
|
-
k.documentName ? (l(), c("span", ua, v(k.documentName), 1)) : h("", !0),
|
|
716
|
-
I(f(M), {
|
|
717
|
-
variant: "warning",
|
|
718
|
-
size: "xxs",
|
|
719
|
-
class: "tv-citation-quote-count"
|
|
720
|
-
}, {
|
|
721
|
-
default: S(() => [
|
|
722
|
-
N(v(k.quotes.length) + " " + v(k.quotes.length === 1 ? "quote" : "quotes"), 1)
|
|
723
|
-
]),
|
|
724
|
-
_: 2
|
|
725
|
-
}, 1024)
|
|
726
|
-
]),
|
|
727
|
-
I(De, {
|
|
728
|
-
page: k,
|
|
729
|
-
dense: e.dense,
|
|
730
|
-
onView: (P) => Y(k),
|
|
731
|
-
onDocument: (P) => U(k)
|
|
732
|
-
}, null, 8, ["page", "dense", "onView", "onDocument"])
|
|
733
|
-
]))), 128)),
|
|
734
|
-
u.value ? (l(), V(f(Oe), {
|
|
735
|
-
key: 3,
|
|
736
|
-
modelValue: T.value,
|
|
737
|
-
"onUpdate:modelValue": D[2] || (D[2] = (k) => T.value = k),
|
|
738
|
-
title: F.value,
|
|
739
|
-
width: 95,
|
|
740
|
-
height: 95,
|
|
741
|
-
"close-x": "",
|
|
742
|
-
class: A(f(ee))
|
|
743
|
-
}, {
|
|
744
|
-
default: S(() => {
|
|
745
|
-
var k;
|
|
746
|
-
return [
|
|
747
|
-
i("div", da, [
|
|
748
|
-
I(f(tt), {
|
|
749
|
-
file: u.value,
|
|
750
|
-
"file-in-preview": m.value,
|
|
751
|
-
"onUpdate:fileInPreview": D[1] || (D[1] = (P) => m.value = P),
|
|
752
|
-
"related-files": z.value,
|
|
753
|
-
"layout-toggles": ["sidebar", "continuous"],
|
|
754
|
-
downloadable: "",
|
|
755
|
-
zoomable: "",
|
|
756
|
-
"zoom-controls": "",
|
|
757
|
-
"storage-key": "tv-page-viewer",
|
|
758
|
-
class: "tv-page-viewer min-h-[22rem] min-w-0 flex-1"
|
|
759
|
-
}, null, 8, ["file", "file-in-preview", "related-files"]),
|
|
760
|
-
(k = q.value) != null && k.quotes.length ? (l(), c("aside", ca, [
|
|
761
|
-
i("div", va, " Quoted from " + v(q.value.label), 1),
|
|
762
|
-
i("ol", fa, [
|
|
763
|
-
(l(!0), c(B, null, H(q.value.quotes, (P, j) => (l(), c("li", {
|
|
764
|
-
key: j,
|
|
765
|
-
class: "tv-quote rounded-r-md border-l-[3px] border-amber-300 bg-amber-50/70 py-1.5 pl-3 pr-2 text-sm italic leading-relaxed text-gray-700"
|
|
766
|
-
}, " “" + v(P) + "” ", 1))), 128))
|
|
767
|
-
])
|
|
768
|
-
])) : h("", !0)
|
|
769
|
-
])
|
|
770
|
-
];
|
|
771
|
-
}),
|
|
772
|
-
_: 1
|
|
773
|
-
}, 8, ["modelValue", "title", "class"])) : h("", !0)
|
|
774
|
-
]));
|
|
775
|
-
}
|
|
776
|
-
}), pa = { class: "tv-evidence flex flex-col gap-4" }, ma = {
|
|
777
|
-
key: 1,
|
|
778
|
-
class: "tv-reasoning-card rounded-lg border border-gray-200 bg-white p-3"
|
|
779
|
-
}, xa = { class: "mb-1 flex flex-wrap items-center justify-between gap-2" }, ya = { class: "tv-reasoning text-sm leading-relaxed text-gray-700" }, ha = { class: "tv-cited-sources flex min-w-0 flex-col gap-2" }, ba = { class: "flex flex-wrap items-baseline justify-between gap-2" }, wa = { class: "tv-citation-summary text-xs text-gray-500" }, _a = {
|
|
780
|
-
key: 1,
|
|
781
|
-
class: "tv-no-source rounded-lg border border-dashed border-gray-200 p-6 text-center text-sm text-gray-400"
|
|
782
|
-
}, ka = {
|
|
783
|
-
key: 2,
|
|
784
|
-
class: "tv-llm-provenance text-xs text-gray-400"
|
|
785
|
-
}, $a = { class: "tv-llm-call-ids font-medium text-gray-500" }, Te = /* @__PURE__ */ J({
|
|
786
|
-
__name: "CitationEvidence",
|
|
787
|
-
props: {
|
|
788
|
-
evidence: {},
|
|
789
|
-
reasoning: { default: null },
|
|
790
|
-
basis: { default: null },
|
|
791
|
-
failed: { type: Boolean, default: !1 },
|
|
792
|
-
collapsible: { type: Boolean, default: !0 },
|
|
793
|
-
dense: { type: Boolean, default: !1 }
|
|
794
|
-
},
|
|
795
|
-
setup(e) {
|
|
796
|
-
return (t, a) => (l(), c("div", pa, [
|
|
797
|
-
e.failed && e.reasoning ? (l(), V(f(ge), {
|
|
798
|
-
key: 0,
|
|
799
|
-
variant: "danger",
|
|
800
|
-
class: "tv-evidence-failed"
|
|
801
|
-
}, {
|
|
802
|
-
default: S(() => [
|
|
803
|
-
N(v(e.reasoning), 1)
|
|
804
|
-
]),
|
|
805
|
-
_: 1
|
|
806
|
-
})) : e.reasoning ? (l(), c("section", ma, [
|
|
807
|
-
i("div", xa, [
|
|
808
|
-
a[0] || (a[0] = i("div", { class: "text-[11px] font-semibold uppercase tracking-wider text-gray-400" }, " Why this value ", -1)),
|
|
809
|
-
e.basis ? (l(), V(f(be), {
|
|
810
|
-
key: 0,
|
|
811
|
-
tooltip: e.basis === "inferred" ? "The value was derived from the quotes below — computed, reformatted, or reasoned — rather than appearing as-is." : "The stored value appears word-for-word inside the quotes below, checked against the source document at store time.",
|
|
812
|
-
placement: "top"
|
|
813
|
-
}, {
|
|
814
|
-
trigger: S(() => [
|
|
815
|
-
I(f(M), {
|
|
816
|
-
variant: e.basis === "inferred" ? "muted" : "success",
|
|
817
|
-
size: "xxs",
|
|
818
|
-
class: "tv-basis-chip"
|
|
819
|
-
}, {
|
|
820
|
-
default: S(() => [
|
|
821
|
-
N(v(e.basis === "inferred" ? "inferred from quotes" : "✔ verbatim quote"), 1)
|
|
822
|
-
]),
|
|
823
|
-
_: 1
|
|
824
|
-
}, 8, ["variant"])
|
|
825
|
-
]),
|
|
826
|
-
_: 1
|
|
827
|
-
}, 8, ["tooltip"])) : h("", !0)
|
|
828
|
-
]),
|
|
829
|
-
i("p", ya, v(e.reasoning), 1)
|
|
830
|
-
])) : h("", !0),
|
|
831
|
-
i("section", ha, [
|
|
832
|
-
i("div", ba, [
|
|
833
|
-
a[1] || (a[1] = i("div", { class: "text-[11px] font-semibold uppercase tracking-wider text-gray-400" }, " Cited sources ", -1)),
|
|
834
|
-
i("div", wa, v(f(Me)(e.evidence)), 1)
|
|
835
|
-
]),
|
|
836
|
-
e.evidence.pages.length ? (l(), V(ga, {
|
|
837
|
-
key: 0,
|
|
838
|
-
pages: e.evidence.pages,
|
|
839
|
-
collapsible: e.collapsible,
|
|
840
|
-
dense: e.dense
|
|
841
|
-
}, null, 8, ["pages", "collapsible", "dense"])) : e.evidence.unresolved.length ? h("", !0) : (l(), c("p", _a, " No source pages recorded for this data point ")),
|
|
842
|
-
e.evidence.unresolved.length ? (l(), V(f(ge), {
|
|
843
|
-
key: 2,
|
|
844
|
-
variant: "warning",
|
|
845
|
-
class: "tv-unresolved-citations"
|
|
846
|
-
}, {
|
|
847
|
-
default: S(() => [
|
|
848
|
-
N(v(e.evidence.unresolved.length) + " " + v(e.evidence.unresolved.length === 1 ? "citation" : "citations") + " could not be matched to a page in the source documents. The value was kept, but this part of its provenance is unverified. ", 1)
|
|
849
|
-
]),
|
|
850
|
-
_: 1
|
|
851
|
-
})) : h("", !0)
|
|
852
|
-
]),
|
|
853
|
-
e.evidence.apiLogIds.length ? (l(), c("p", ka, [
|
|
854
|
-
N(" Produced by " + v(e.evidence.apiLogIds.length === 1 ? "LLM call" : "LLM calls") + " ", 1),
|
|
855
|
-
i("span", $a, "#" + v(e.evidence.apiLogIds.join(", #")), 1),
|
|
856
|
-
a[2] || (a[2] = N(" — open the Audit trail tab for the full request and response. ", -1))
|
|
857
|
-
])) : h("", !0)
|
|
858
|
-
]));
|
|
859
|
-
}
|
|
860
|
-
}), Ca = { class: "tv-modal flex h-full flex-col gap-4 overflow-y-auto p-1" }, Sa = { class: "tv-modal-resolved flex flex-col gap-3 rounded-xl border border-gray-200 bg-gradient-to-br from-gray-50 to-white p-4 shadow-sm" }, Va = { class: "flex flex-wrap items-start justify-between gap-4" }, Na = { class: "min-w-0 flex-1" }, qa = { class: "tv-resolved-value mt-1 break-words font-mono text-xl font-semibold leading-snug text-gray-900" }, Ia = { class: "mt-1 text-[11px] text-gray-400" }, Ea = { class: "tv-resolved-source font-medium text-gray-500" }, Da = { class: "tv-confidence-meter w-56 shrink-0" }, Ta = { class: "mt-2" }, Oa = {
|
|
861
|
-
key: 1,
|
|
862
|
-
class: "tv-confidence-value text-sm text-gray-400"
|
|
863
|
-
}, La = {
|
|
864
|
-
key: 0,
|
|
865
|
-
class: "tv-tab-evidence flex min-h-0 flex-1 flex-col"
|
|
866
|
-
}, Aa = {
|
|
867
|
-
key: 1,
|
|
868
|
-
class: "tv-tab-candidates flex flex-col gap-3"
|
|
869
|
-
}, za = { class: "flex flex-wrap items-center justify-between gap-3" }, Pa = { class: "min-w-0 flex-1" }, ja = { class: "flex items-center gap-2" }, Ra = { class: "mt-2 break-words font-mono text-base text-gray-900" }, Ua = { class: "mt-1 text-xs text-gray-400" }, Ba = {
|
|
870
|
-
key: 0,
|
|
871
|
-
class: "tv-custom-entry flex items-center gap-2 rounded-lg border border-dashed border-gray-300 p-4"
|
|
872
|
-
}, Ma = {
|
|
873
|
-
key: 1,
|
|
874
|
-
class: "tv-read-only text-center text-xs text-gray-400"
|
|
875
|
-
}, Fa = {
|
|
876
|
-
key: 2,
|
|
877
|
-
class: "tv-tab-history flex flex-col gap-4"
|
|
878
|
-
}, Ya = { class: "tv-history-current flex flex-col gap-2 rounded-xl border border-green-200 bg-green-50/40 p-4" }, Ka = { class: "flex flex-wrap items-center justify-between gap-3" }, Ha = { class: "flex flex-wrap items-center gap-2" }, Ja = { class: "tv-history-current-value break-words font-mono text-base font-semibold text-gray-900" }, Ga = {
|
|
879
|
-
key: 0,
|
|
880
|
-
class: "tv-history-current-confidence text-xs font-medium text-gray-500"
|
|
881
|
-
}, Qa = {
|
|
882
|
-
key: 1,
|
|
883
|
-
class: "tv-history-current-confidence text-xs text-gray-400"
|
|
884
|
-
}, Wa = {
|
|
885
|
-
key: 0,
|
|
886
|
-
class: "tv-history-current-reasoning text-sm italic leading-relaxed text-gray-600"
|
|
887
|
-
}, Xa = { class: "tv-history-value min-w-0 break-words font-mono text-sm font-semibold text-gray-900" }, Za = {
|
|
888
|
-
key: 2,
|
|
889
|
-
class: "tv-history-confidence text-xs text-gray-500"
|
|
890
|
-
}, el = { class: "tv-history-provenance text-xs text-gray-400" }, tl = { class: "tv-history-timestamp ml-auto text-xs text-gray-400" }, al = {
|
|
891
|
-
key: 3,
|
|
892
|
-
class: "tv-tab-audit flex flex-col gap-3"
|
|
893
|
-
}, ll = {
|
|
894
|
-
key: 2,
|
|
895
|
-
class: "tv-audit-empty rounded-lg border border-dashed border-gray-200 p-6 text-center text-sm text-gray-400"
|
|
896
|
-
}, nl = /* @__PURE__ */ J({
|
|
897
|
-
__name: "VerificationModal",
|
|
898
|
-
props: {
|
|
899
|
-
modelValue: { type: Boolean },
|
|
900
|
-
meta: {},
|
|
901
|
-
label: {},
|
|
902
|
-
save: { type: [Function, null] }
|
|
903
|
-
},
|
|
904
|
-
emits: ["update:modelValue", "saved"],
|
|
905
|
-
setup(e, { emit: t }) {
|
|
906
|
-
const a = e, b = t, y = we(), s = Le(), r = g({
|
|
907
|
-
get: () => a.modelValue,
|
|
908
|
-
set: (o) => b("update:modelValue", o)
|
|
909
|
-
}), n = g(() => Re(a.meta)), C = O(null), u = g(
|
|
910
|
-
() => C.value ?? a.meta.candidates.extracted
|
|
911
|
-
), _ = g(() => a.meta.candidates.claim), m = g(
|
|
912
|
-
() => {
|
|
913
|
-
var o;
|
|
914
|
-
return de.value && ((o = u.value) == null ? void 0 : o.sources) === void 0;
|
|
915
|
-
}
|
|
916
|
-
), T = g(() => a.meta.candidates.override), z = g(() => {
|
|
917
|
-
var o;
|
|
918
|
-
return ((o = u.value) == null ? void 0 : o.confidence) ?? null;
|
|
919
|
-
}), q = g(() => {
|
|
920
|
-
var o;
|
|
921
|
-
return ((o = u.value) == null ? void 0 : o.state) === "failed" ? "failed" : _e(z.value);
|
|
922
|
-
}), F = g(() => {
|
|
923
|
-
var L;
|
|
924
|
-
const o = (L = u.value) == null ? void 0 : L.reasoning;
|
|
925
|
-
if (o == null) return null;
|
|
926
|
-
const d = String(o).trim();
|
|
927
|
-
return d === "" ? null : d;
|
|
928
|
-
}), Y = g(() => {
|
|
929
|
-
var o;
|
|
930
|
-
return me((o = u.value) == null ? void 0 : o.sources);
|
|
931
|
-
}), U = g(
|
|
932
|
-
() => {
|
|
933
|
-
var o;
|
|
934
|
-
return ((o = u.value) == null ? void 0 : o.history) ?? [];
|
|
935
|
-
}
|
|
936
|
-
), w = g(
|
|
937
|
-
() => {
|
|
938
|
-
var o;
|
|
939
|
-
return ((o = u.value) == null ? void 0 : o.history_count) ?? U.value.length;
|
|
940
|
-
}
|
|
941
|
-
), D = g(() => w.value > 0), k = g(() => (a.meta.anchor.field_path || a.label || "Data point").split(".").map(
|
|
942
|
-
(d) => d.replace(/\[\d+\]/g, "").replace(/_/g, " ").replace(/^\w/, (L) => L.toUpperCase())
|
|
943
|
-
).join(" › ")), P = {
|
|
944
|
-
high: "success",
|
|
945
|
-
medium: "warning",
|
|
946
|
-
low: "danger",
|
|
947
|
-
unverifiable: "muted",
|
|
948
|
-
failed: "danger"
|
|
949
|
-
}, j = O("evidence"), Q = g(() => !!y.detailUrl), W = g(() => {
|
|
950
|
-
var d;
|
|
951
|
-
const o = [
|
|
952
|
-
{
|
|
953
|
-
value: "evidence",
|
|
954
|
-
label: "Citations",
|
|
955
|
-
count: Y.value.pageCount
|
|
956
|
-
},
|
|
957
|
-
{
|
|
958
|
-
value: "candidates",
|
|
959
|
-
label: "Candidates",
|
|
960
|
-
count: X.value.length
|
|
961
|
-
}
|
|
962
|
-
];
|
|
963
|
-
return D.value && o.push({
|
|
964
|
-
value: "history",
|
|
965
|
-
label: "History",
|
|
966
|
-
count: U.value.length
|
|
967
|
-
}), Q.value && o.push({
|
|
968
|
-
value: "audit",
|
|
969
|
-
label: "Audit trail",
|
|
970
|
-
count: ((d = Z.value) == null ? void 0 : d.length) ?? void 0
|
|
971
|
-
}), o;
|
|
972
|
-
});
|
|
973
|
-
ae(
|
|
974
|
-
r,
|
|
975
|
-
(o) => Ee(o),
|
|
976
|
-
{ immediate: !0 }
|
|
977
|
-
), Ge(() => Ee(!1));
|
|
978
|
-
const X = g(() => {
|
|
979
|
-
const o = [];
|
|
980
|
-
return T.value && o.push({
|
|
981
|
-
key: "override",
|
|
982
|
-
title: "Human override",
|
|
983
|
-
variant: "success",
|
|
984
|
-
value: T.value.value,
|
|
985
|
-
detail: [
|
|
986
|
-
T.value.source_choice ? `basis: ${T.value.source_choice}` : null,
|
|
987
|
-
T.value.set_at ? new Date(T.value.set_at).toLocaleString() : null
|
|
988
|
-
].filter(Boolean).join(" · "),
|
|
989
|
-
winner: n.value.source === "override"
|
|
990
|
-
}), u.value && o.push({
|
|
991
|
-
key: "extracted",
|
|
992
|
-
title: "Extracted",
|
|
993
|
-
variant: P[q.value],
|
|
994
|
-
value: u.value.value,
|
|
995
|
-
detail: q.value === "failed" ? u.value.reasoning ? `${K.failed}: ${u.value.reasoning}` : K.failed : z.value != null ? `Confidence ${z.value}/5 · ${K[q.value]}` : "No confidence recorded",
|
|
996
|
-
accept: a.save ? () => {
|
|
997
|
-
var d;
|
|
998
|
-
return E(ne((d = u.value) == null ? void 0 : d.value), "extracted");
|
|
999
|
-
} : void 0,
|
|
1000
|
-
winner: n.value.source === "extracted"
|
|
1001
|
-
}), _.value && o.push({
|
|
1002
|
-
key: "claim",
|
|
1003
|
-
title: "Claim",
|
|
1004
|
-
variant: "info",
|
|
1005
|
-
value: _.value.value,
|
|
1006
|
-
detail: _.value.claim_set_label ?? "Reference output",
|
|
1007
|
-
accept: a.save ? () => {
|
|
1008
|
-
var d;
|
|
1009
|
-
return E(ne((d = _.value) == null ? void 0 : d.value), "claim");
|
|
1010
|
-
} : void 0,
|
|
1011
|
-
winner: n.value.source === "claim"
|
|
1012
|
-
}), o;
|
|
1013
|
-
}), p = O(""), $ = O(!1);
|
|
1014
|
-
async function E(o, d) {
|
|
1015
|
-
if (!(!a.save || $.value)) {
|
|
1016
|
-
$.value = !0;
|
|
1017
|
-
try {
|
|
1018
|
-
const L = await a.save(o, d);
|
|
1019
|
-
b("saved", L), s.success(`Verified — ${k.value} locked in`);
|
|
1020
|
-
} catch (L) {
|
|
1021
|
-
console.error("template-verification: save failed", L), s.danger(`Could not save ${k.value} — try again`);
|
|
1022
|
-
} finally {
|
|
1023
|
-
$.value = !1;
|
|
1024
|
-
}
|
|
1025
|
-
}
|
|
1026
|
-
}
|
|
1027
|
-
const le = () => E(p.value, "custom");
|
|
1028
|
-
function ne(o) {
|
|
1029
|
-
return o == null ? null : String(o);
|
|
1030
|
-
}
|
|
1031
|
-
function G(o) {
|
|
1032
|
-
return o == null ? "—" : String(o);
|
|
1033
|
-
}
|
|
1034
|
-
const te = (o, d) => String(o.id ?? `attempt-${d}`), Ye = g(
|
|
1035
|
-
() => U.value.map((o, d) => ({
|
|
1036
|
-
value: te(o, d),
|
|
1037
|
-
label: G(o.value)
|
|
1038
|
-
}))
|
|
1039
|
-
), pe = O([]);
|
|
1040
|
-
ae(
|
|
1041
|
-
U,
|
|
1042
|
-
(o) => {
|
|
1043
|
-
const d = o.findIndex((x) => x.is_chosen), L = d === -1 ? o.length - 1 : d;
|
|
1044
|
-
pe.value = L >= 0 ? [te(o[L], L)] : [];
|
|
1045
|
-
},
|
|
1046
|
-
{ immediate: !0 }
|
|
1047
|
-
);
|
|
1048
|
-
const R = g(
|
|
1049
|
-
() => new Map(
|
|
1050
|
-
U.value.map((o, d) => [te(o, d), o])
|
|
1051
|
-
)
|
|
1052
|
-
);
|
|
1053
|
-
function Ke(o) {
|
|
1054
|
-
return o.created_at ? new Date(o.created_at).toLocaleString() : "—";
|
|
1055
|
-
}
|
|
1056
|
-
function He(o) {
|
|
1057
|
-
return Me(me(o.sources));
|
|
1058
|
-
}
|
|
1059
|
-
function Je(o) {
|
|
1060
|
-
return o.is_chosen ? null : o.reasoning ?? null;
|
|
1061
|
-
}
|
|
1062
|
-
const Z = O(null), de = O(!1), ce = O(null), ke = O(!1);
|
|
1063
|
-
return ae(
|
|
1064
|
-
r,
|
|
1065
|
-
async (o) => {
|
|
1066
|
-
if (!(!o || ke.value || !y.detailUrl)) {
|
|
1067
|
-
ke.value = !0, de.value = !0, ce.value = null;
|
|
1068
|
-
try {
|
|
1069
|
-
const d = await $t(
|
|
1070
|
-
y.detailUrl,
|
|
1071
|
-
a.meta.anchor
|
|
1072
|
-
);
|
|
1073
|
-
d.extracted && (C.value = d.extracted), Z.value = d.audit;
|
|
1074
|
-
} catch (d) {
|
|
1075
|
-
ce.value = d instanceof Error ? d.message : String(d);
|
|
1076
|
-
} finally {
|
|
1077
|
-
de.value = !1;
|
|
1078
|
-
}
|
|
1079
|
-
}
|
|
1080
|
-
},
|
|
1081
|
-
{ immediate: !0 }
|
|
1082
|
-
), (o, d) => (l(), V(f(Oe), {
|
|
1083
|
-
modelValue: r.value,
|
|
1084
|
-
"onUpdate:modelValue": d[3] || (d[3] = (L) => r.value = L),
|
|
1085
|
-
title: k.value,
|
|
1086
|
-
width: 90,
|
|
1087
|
-
height: 90,
|
|
1088
|
-
"close-x": "",
|
|
1089
|
-
class: A(f(ee))
|
|
1090
|
-
}, {
|
|
1091
|
-
default: S(() => {
|
|
1092
|
-
var L;
|
|
1093
|
-
return [
|
|
1094
|
-
i("div", Ca, [
|
|
1095
|
-
i("section", Sa, [
|
|
1096
|
-
i("div", Va, [
|
|
1097
|
-
i("div", Na, [
|
|
1098
|
-
d[5] || (d[5] = i("div", { class: "text-[11px] font-semibold uppercase tracking-wider text-gray-400" }, " Resolved value ", -1)),
|
|
1099
|
-
i("div", qa, v(G(n.value.value)), 1),
|
|
1100
|
-
i("div", Ia, [
|
|
1101
|
-
d[4] || (d[4] = N(" source of truth: ", -1)),
|
|
1102
|
-
i("span", Ea, v(n.value.source), 1)
|
|
1103
|
-
])
|
|
1104
|
-
]),
|
|
1105
|
-
i("div", Da, [
|
|
1106
|
-
I(f(be), {
|
|
1107
|
-
tooltip: "How certain the AI was when it extracted this value — not whether the quotes in the Citations tab were checked against the source (that tab's own badge says so).",
|
|
1108
|
-
placement: "top"
|
|
1109
|
-
}, {
|
|
1110
|
-
trigger: S(() => [...d[6] || (d[6] = [
|
|
1111
|
-
i("div", { class: "w-fit text-[11px] font-semibold uppercase tracking-wider text-gray-400" }, " Extraction confidence ", -1)
|
|
1112
|
-
])]),
|
|
1113
|
-
_: 1
|
|
1114
|
-
}),
|
|
1115
|
-
i("div", Ta, [
|
|
1116
|
-
z.value != null ? (l(), V(f(Ae), {
|
|
1117
|
-
key: 0,
|
|
1118
|
-
value: z.value,
|
|
1119
|
-
max: 5,
|
|
1120
|
-
size: "md",
|
|
1121
|
-
variant: P[q.value],
|
|
1122
|
-
gradient: "",
|
|
1123
|
-
shimmer: "",
|
|
1124
|
-
"show-text": "",
|
|
1125
|
-
"text-position": "beside",
|
|
1126
|
-
label: `${z.value}/5`
|
|
1127
|
-
}, null, 8, ["value", "variant", "label"])) : (l(), c("div", Oa, " No confidence recorded "))
|
|
1128
|
-
]),
|
|
1129
|
-
i("div", {
|
|
1130
|
-
class: A(["tv-confidence-label mt-1 text-right text-xs font-medium", {
|
|
1131
|
-
"text-green-600": q.value === "high",
|
|
1132
|
-
"text-yellow-600": q.value === "medium",
|
|
1133
|
-
"text-red-600": q.value === "low",
|
|
1134
|
-
"text-gray-400": q.value === "unverifiable",
|
|
1135
|
-
"text-red-800": q.value === "failed"
|
|
1136
|
-
}])
|
|
1137
|
-
}, v(f(K)[q.value]), 3)
|
|
1138
|
-
])
|
|
1139
|
-
]),
|
|
1140
|
-
e.meta.discrepancy ? (l(), V(f(ge), {
|
|
1141
|
-
key: 0,
|
|
1142
|
-
variant: "warning",
|
|
1143
|
-
class: "tv-discrepancy"
|
|
1144
|
-
}, {
|
|
1145
|
-
default: S(() => [...d[7] || (d[7] = [
|
|
1146
|
-
N(" Sources disagree on this value — review the candidates and pick a winner. ", -1)
|
|
1147
|
-
])]),
|
|
1148
|
-
_: 1
|
|
1149
|
-
})) : h("", !0)
|
|
1150
|
-
]),
|
|
1151
|
-
I(f(at), {
|
|
1152
|
-
modelValue: j.value,
|
|
1153
|
-
"onUpdate:modelValue": d[0] || (d[0] = (x) => j.value = x),
|
|
1154
|
-
tabs: W.value,
|
|
1155
|
-
class: "tv-modal-tabs"
|
|
1156
|
-
}, null, 8, ["modelValue", "tabs"]),
|
|
1157
|
-
j.value === "evidence" ? (l(), c("section", La, [
|
|
1158
|
-
m.value ? (l(), c(B, { key: 0 }, H(2, (x) => I(f(ve), {
|
|
1159
|
-
key: x,
|
|
1160
|
-
shape: "rounded",
|
|
1161
|
-
class: "tv-evidence-skeleton h-24 w-full"
|
|
1162
|
-
})), 64)) : (l(), V(Te, {
|
|
1163
|
-
key: 1,
|
|
1164
|
-
evidence: Y.value,
|
|
1165
|
-
reasoning: F.value,
|
|
1166
|
-
basis: (L = u.value) == null ? void 0 : L.basis,
|
|
1167
|
-
failed: q.value === "failed"
|
|
1168
|
-
}, null, 8, ["evidence", "reasoning", "basis", "failed"]))
|
|
1169
|
-
])) : h("", !0),
|
|
1170
|
-
j.value === "candidates" ? (l(), c("section", Aa, [
|
|
1171
|
-
(l(!0), c(B, null, H(X.value, (x) => (l(), c("div", {
|
|
1172
|
-
key: x.key,
|
|
1173
|
-
class: A(["tv-candidate-row rounded-lg border p-4 transition-shadow", [
|
|
1174
|
-
x.winner ? "border-gray-300 bg-gray-50 shadow-sm" : "border-gray-200",
|
|
1175
|
-
e.meta.discrepancy && !x.winner ? "tv-candidate-disagrees border-amber-200" : ""
|
|
1176
|
-
]])
|
|
1177
|
-
}, [
|
|
1178
|
-
i("div", za, [
|
|
1179
|
-
i("div", Pa, [
|
|
1180
|
-
i("div", ja, [
|
|
1181
|
-
I(f(M), {
|
|
1182
|
-
variant: x.variant,
|
|
1183
|
-
size: "xs"
|
|
1184
|
-
}, {
|
|
1185
|
-
default: S(() => [
|
|
1186
|
-
N(v(x.title), 1)
|
|
1187
|
-
]),
|
|
1188
|
-
_: 2
|
|
1189
|
-
}, 1032, ["variant"]),
|
|
1190
|
-
x.winner ? (l(), V(f(M), {
|
|
1191
|
-
key: 0,
|
|
1192
|
-
variant: "success",
|
|
1193
|
-
size: "xxs",
|
|
1194
|
-
class: "tv-winner-chip"
|
|
1195
|
-
}, {
|
|
1196
|
-
default: S(() => [...d[8] || (d[8] = [
|
|
1197
|
-
N("current value", -1)
|
|
1198
|
-
])]),
|
|
1199
|
-
_: 1
|
|
1200
|
-
})) : h("", !0)
|
|
1201
|
-
]),
|
|
1202
|
-
i("div", Ra, v(G(x.value)), 1),
|
|
1203
|
-
i("div", Ua, v(x.detail), 1)
|
|
1204
|
-
]),
|
|
1205
|
-
x.accept && !x.winner ? (l(), V(f(re), {
|
|
1206
|
-
key: 0,
|
|
1207
|
-
size: "sm",
|
|
1208
|
-
variant: x.variant,
|
|
1209
|
-
loading: $.value,
|
|
1210
|
-
class: A(`tv-accept-${x.key}`),
|
|
1211
|
-
onClick: x.accept
|
|
1212
|
-
}, {
|
|
1213
|
-
default: S(() => [...d[9] || (d[9] = [
|
|
1214
|
-
N("Accept this value", -1)
|
|
1215
|
-
])]),
|
|
1216
|
-
_: 1
|
|
1217
|
-
}, 8, ["variant", "loading", "class", "onClick"])) : h("", !0)
|
|
1218
|
-
])
|
|
1219
|
-
], 2))), 128)),
|
|
1220
|
-
e.save ? (l(), c("div", Ba, [
|
|
1221
|
-
I(f(lt), {
|
|
1222
|
-
modelValue: p.value,
|
|
1223
|
-
"onUpdate:modelValue": d[1] || (d[1] = (x) => p.value = x),
|
|
1224
|
-
size: "sm",
|
|
1225
|
-
class: "tv-custom-input flex-1",
|
|
1226
|
-
placeholder: "Type the correct value…",
|
|
1227
|
-
disabled: $.value
|
|
1228
|
-
}, null, 8, ["modelValue", "disabled"]),
|
|
1229
|
-
I(f(re), {
|
|
1230
|
-
variant: "success",
|
|
1231
|
-
size: "sm",
|
|
1232
|
-
class: "tv-accept-custom",
|
|
1233
|
-
loading: $.value,
|
|
1234
|
-
disabled: !p.value,
|
|
1235
|
-
onClick: le
|
|
1236
|
-
}, {
|
|
1237
|
-
default: S(() => [...d[10] || (d[10] = [
|
|
1238
|
-
N("Save custom value", -1)
|
|
1239
|
-
])]),
|
|
1240
|
-
_: 1
|
|
1241
|
-
}, 8, ["loading", "disabled"])
|
|
1242
|
-
])) : (l(), c("div", Ma, " Read-only render — corrections are disabled here "))
|
|
1243
|
-
])) : h("", !0),
|
|
1244
|
-
j.value === "history" ? (l(), c("section", Fa, [
|
|
1245
|
-
i("section", Ya, [
|
|
1246
|
-
i("div", Ka, [
|
|
1247
|
-
i("div", Ha, [
|
|
1248
|
-
I(f(M), {
|
|
1249
|
-
variant: "success",
|
|
1250
|
-
size: "xxs"
|
|
1251
|
-
}, {
|
|
1252
|
-
default: S(() => [...d[11] || (d[11] = [
|
|
1253
|
-
N("current value", -1)
|
|
1254
|
-
])]),
|
|
1255
|
-
_: 1
|
|
1256
|
-
}),
|
|
1257
|
-
i("span", Ja, v(G(n.value.value)), 1)
|
|
1258
|
-
]),
|
|
1259
|
-
z.value != null ? (l(), c("span", Ga, "Confidence " + v(z.value) + "/5 · " + v(f(K)[q.value]), 1)) : (l(), c("span", Qa, v(f(K)[q.value]), 1))
|
|
1260
|
-
]),
|
|
1261
|
-
F.value ? (l(), c("p", Wa, v(F.value), 1)) : h("", !0)
|
|
1262
|
-
]),
|
|
1263
|
-
d[13] || (d[13] = i("div", { class: "flex flex-wrap items-baseline justify-between gap-2" }, [
|
|
1264
|
-
i("div", { class: "text-[11px] font-semibold uppercase tracking-wider text-gray-400" }, " Every recorded attempt "),
|
|
1265
|
-
i("div", { class: "text-xs text-gray-400" }, "oldest first")
|
|
1266
|
-
], -1)),
|
|
1267
|
-
m.value ? (l(), c(B, { key: 0 }, H(2, (x) => I(f(ve), {
|
|
1268
|
-
key: x,
|
|
1269
|
-
shape: "rounded",
|
|
1270
|
-
class: "tv-history-skeleton h-16 w-full"
|
|
1271
|
-
})), 64)) : (l(), V(Fe, {
|
|
1272
|
-
key: 1,
|
|
1273
|
-
modelValue: pe.value,
|
|
1274
|
-
"onUpdate:modelValue": d[2] || (d[2] = (x) => pe.value = x),
|
|
1275
|
-
items: Ye.value,
|
|
1276
|
-
"id-prefix": "tv-attempt",
|
|
1277
|
-
class: "tv-history-accordion overflow-hidden rounded-lg border border-gray-200"
|
|
1278
|
-
}, {
|
|
1279
|
-
header: S(({ item: x }) => {
|
|
1280
|
-
var se, ie, oe, $e, Ce, Se, Ve;
|
|
1281
|
-
return [
|
|
1282
|
-
i("span", {
|
|
1283
|
-
class: A([
|
|
1284
|
-
"tv-history-row flex min-w-0 flex-1 flex-wrap items-center gap-2 text-left",
|
|
1285
|
-
(se = R.value.get(x.value)) != null && se.is_chosen ? "tv-history-chosen" : ""
|
|
1286
|
-
])
|
|
1287
|
-
}, [
|
|
1288
|
-
(ie = R.value.get(x.value)) != null && ie.is_chosen ? (l(), V(f(M), {
|
|
1289
|
-
key: 0,
|
|
1290
|
-
variant: "success",
|
|
1291
|
-
size: "xxs",
|
|
1292
|
-
class: "tv-history-chosen-chip"
|
|
1293
|
-
}, {
|
|
1294
|
-
default: S(() => [...d[12] || (d[12] = [
|
|
1295
|
-
N("chosen", -1)
|
|
1296
|
-
])]),
|
|
1297
|
-
_: 1
|
|
1298
|
-
})) : h("", !0),
|
|
1299
|
-
i("span", Xa, v(G((oe = R.value.get(x.value)) == null ? void 0 : oe.value)), 1),
|
|
1300
|
-
($e = R.value.get(x.value)) != null && $e.state ? (l(), V(f(M), {
|
|
1301
|
-
key: 1,
|
|
1302
|
-
variant: ((Ce = R.value.get(x.value)) == null ? void 0 : Ce.state) === "failed" ? "danger" : "muted",
|
|
1303
|
-
size: "xxs",
|
|
1304
|
-
class: "tv-history-state"
|
|
1305
|
-
}, {
|
|
1306
|
-
default: S(() => {
|
|
1307
|
-
var Ne;
|
|
1308
|
-
return [
|
|
1309
|
-
N(v((Ne = R.value.get(x.value)) == null ? void 0 : Ne.state), 1)
|
|
1310
|
-
];
|
|
1311
|
-
}),
|
|
1312
|
-
_: 2
|
|
1313
|
-
}, 1032, ["variant"])) : h("", !0),
|
|
1314
|
-
((Se = R.value.get(x.value)) == null ? void 0 : Se.confidence) != null ? (l(), c("span", Za, v((Ve = R.value.get(x.value)) == null ? void 0 : Ve.confidence) + "/5", 1)) : h("", !0),
|
|
1315
|
-
i("span", el, v(He(
|
|
1316
|
-
R.value.get(x.value)
|
|
1317
|
-
)), 1),
|
|
1318
|
-
i("span", tl, v(Ke(R.value.get(x.value))), 1)
|
|
1319
|
-
], 2)
|
|
1320
|
-
];
|
|
1321
|
-
}),
|
|
1322
|
-
panel: S(({ item: x }) => {
|
|
1323
|
-
var se, ie, oe;
|
|
1324
|
-
return [
|
|
1325
|
-
I(Te, {
|
|
1326
|
-
evidence: f(me)(
|
|
1327
|
-
(se = R.value.get(x.value)) == null ? void 0 : se.sources
|
|
1328
|
-
),
|
|
1329
|
-
reasoning: Je(R.value.get(x.value)),
|
|
1330
|
-
basis: (ie = R.value.get(x.value)) == null ? void 0 : ie.basis,
|
|
1331
|
-
failed: ((oe = R.value.get(x.value)) == null ? void 0 : oe.state) === "failed",
|
|
1332
|
-
collapsible: !1,
|
|
1333
|
-
dense: ""
|
|
1334
|
-
}, null, 8, ["evidence", "reasoning", "basis", "failed"])
|
|
1335
|
-
];
|
|
1336
|
-
}),
|
|
1337
|
-
_: 1
|
|
1338
|
-
}, 8, ["modelValue", "items"]))
|
|
1339
|
-
])) : h("", !0),
|
|
1340
|
-
j.value === "audit" ? (l(), c("section", al, [
|
|
1341
|
-
de.value && Z.value === null ? (l(), c(B, { key: 0 }, H(2, (x) => I(f(ve), {
|
|
1342
|
-
key: x,
|
|
1343
|
-
shape: "rounded",
|
|
1344
|
-
class: "tv-audit-skeleton h-24 w-full"
|
|
1345
|
-
})), 64)) : ce.value ? (l(), V(f(ge), {
|
|
1346
|
-
key: 1,
|
|
1347
|
-
variant: "danger",
|
|
1348
|
-
class: "tv-audit-error"
|
|
1349
|
-
}, {
|
|
1350
|
-
default: S(() => [
|
|
1351
|
-
N(" Could not load the audit trail: " + v(ce.value), 1)
|
|
1352
|
-
]),
|
|
1353
|
-
_: 1
|
|
1354
|
-
})) : Z.value && Z.value.length === 0 ? (l(), c("div", ll, " No LLM calls recorded for this data point ")) : Z.value ? (l(!0), c(B, { key: 3 }, H(Z.value, (x) => (l(), V(Ut, {
|
|
1355
|
-
key: String(x.id),
|
|
1356
|
-
call: x
|
|
1357
|
-
}, null, 8, ["call"]))), 128)) : h("", !0)
|
|
1358
|
-
])) : h("", !0)
|
|
1359
|
-
])
|
|
1360
|
-
];
|
|
1361
|
-
}),
|
|
1362
|
-
_: 1
|
|
1363
|
-
}, 8, ["modelValue", "title", "class"]));
|
|
1364
|
-
}
|
|
1365
|
-
}), sl = ["contenteditable", "data-editable"], il = {
|
|
223
|
+
}), Le = ["aria-label", "title"], Ne = {
|
|
1366
224
|
key: 1,
|
|
1367
225
|
class: "tv-verified-chip inline-flex items-center gap-1 rounded-full bg-green-600 px-2 py-0.5 text-[11px] font-semibold leading-none text-white",
|
|
1368
226
|
"data-status": "verified"
|
|
1369
|
-
},
|
|
1370
|
-
key: 2,
|
|
1371
|
-
class: "tv-discrepancy-indicator ml-0.5 text-amber-500",
|
|
1372
|
-
"aria-label": "discrepancy"
|
|
1373
|
-
}, xl = /* @__PURE__ */ J({
|
|
227
|
+
}, Ge = /* @__PURE__ */ U({
|
|
1374
228
|
__name: "VerifiedField",
|
|
1375
229
|
props: {
|
|
1376
230
|
source: {},
|
|
@@ -1379,145 +233,124 @@ const Lt = { class: "tv-audit-call rounded-lg border border-gray-200 shadow-sm"
|
|
|
1379
233
|
format: { type: Function }
|
|
1380
234
|
},
|
|
1381
235
|
setup(e) {
|
|
1382
|
-
const t = e,
|
|
1383
|
-
var
|
|
1384
|
-
return
|
|
1385
|
-
}),
|
|
236
|
+
const t = e, n = Q(), u = l(() => n.enabled.value), p = l(() => n.loading), r = l(() => {
|
|
237
|
+
var a;
|
|
238
|
+
return t.source && t.field ? ((a = t.source.__meta) == null ? void 0 : a[t.field]) ?? null : null;
|
|
239
|
+
}), i = l(() => he(r.value)), h = l(() => {
|
|
1386
240
|
if (t.original !== void 0 && t.original !== null)
|
|
1387
241
|
return t.original;
|
|
1388
|
-
if (r.value &&
|
|
1389
|
-
return
|
|
242
|
+
if (r.value && i.value.value !== null && i.value.value !== void 0)
|
|
243
|
+
return i.value.value;
|
|
1390
244
|
if (t.source && t.field) return t.source[t.field];
|
|
1391
|
-
}),
|
|
1392
|
-
const
|
|
1393
|
-
return
|
|
1394
|
-
}),
|
|
1395
|
-
var
|
|
1396
|
-
const
|
|
1397
|
-
return (
|
|
1398
|
-
}),
|
|
1399
|
-
var
|
|
1400
|
-
return !!((
|
|
1401
|
-
}),
|
|
1402
|
-
var
|
|
1403
|
-
const
|
|
1404
|
-
return !!(
|
|
1405
|
-
}),
|
|
1406
|
-
const
|
|
1407
|
-
return
|
|
1408
|
-
}),
|
|
1409
|
-
var
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
);
|
|
1418
|
-
|
|
1419
|
-
return le > 0 && $.push(`${le} source ${le === 1 ? "page" : "pages"}`), m.value && $.push("sources disagree"), $.join(" · ");
|
|
245
|
+
}), v = l(() => {
|
|
246
|
+
const a = h.value;
|
|
247
|
+
return a == null ? "" : typeof t.format == "function" ? t.format(a) : String(a);
|
|
248
|
+
}), A = l(() => {
|
|
249
|
+
var s, d;
|
|
250
|
+
const a = (d = (s = r.value) == null ? void 0 : s.candidates) == null ? void 0 : d.extracted;
|
|
251
|
+
return (a == null ? void 0 : a.state) === "failed" ? "failed" : W(a == null ? void 0 : a.confidence);
|
|
252
|
+
}), b = l(() => ye(r.value)), o = l(() => ke(r.value)), w = l(() => {
|
|
253
|
+
var a, s;
|
|
254
|
+
return !!((s = (a = r.value) == null ? void 0 : a.candidates) != null && s.override);
|
|
255
|
+
}), E = l(() => {
|
|
256
|
+
var s;
|
|
257
|
+
const a = (s = r.value) == null ? void 0 : s.candidates;
|
|
258
|
+
return !!(a != null && a.override || a != null && a.extracted || a != null && a.claim);
|
|
259
|
+
}), k = l(() => u.value), $ = l(() => {
|
|
260
|
+
const a = r.value;
|
|
261
|
+
return k.value && !!a && ee(a);
|
|
262
|
+
}), S = l(() => {
|
|
263
|
+
var a;
|
|
264
|
+
return !!((a = r.value) != null && a.anchor);
|
|
265
|
+
}), T = l(() => {
|
|
266
|
+
var z, F, Y;
|
|
267
|
+
const a = t.field ?? "This value", s = S.value ? " — open in the review panel" : "";
|
|
268
|
+
if (w.value) return `${a}: verified by a person${s}`;
|
|
269
|
+
const d = (F = (z = r.value) == null ? void 0 : z.candidates) == null ? void 0 : F.extracted, D = A.value, I = [];
|
|
270
|
+
D === "failed" ? I.push(V.failed) : (d == null ? void 0 : d.confidence) != null ? I.push(`${V[D]} (${d.confidence}/5)`) : I.push(V[D]);
|
|
271
|
+
const L = (d == null ? void 0 : d.sources_count) ?? ((Y = d == null ? void 0 : d.sources) == null ? void 0 : Y.length) ?? 0;
|
|
272
|
+
return L > 0 && I.push(`${L} cited ${L === 1 ? "page" : "pages"}`), b.value && I.push(o.value ? "source document conflict" : "sources disagree"), `${a}: ${I.join(", ")}${s}`;
|
|
1420
273
|
});
|
|
1421
|
-
function
|
|
1422
|
-
var
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
async function X(p) {
|
|
1431
|
-
j.value = !1;
|
|
1432
|
-
const E = (p.target.textContent ?? "").trim();
|
|
1433
|
-
!D.value || E === u.value || await D.value(E, "custom");
|
|
274
|
+
function R() {
|
|
275
|
+
var s;
|
|
276
|
+
const a = (s = r.value) == null ? void 0 : s.anchor;
|
|
277
|
+
a && Ae({
|
|
278
|
+
anchor: a,
|
|
279
|
+
workflowInputId: n.workflowInputId,
|
|
280
|
+
label: t.field ?? null,
|
|
281
|
+
value: v.value
|
|
282
|
+
});
|
|
1434
283
|
}
|
|
1435
|
-
return (
|
|
1436
|
-
class:
|
|
284
|
+
return (a, s) => (c(), m("span", {
|
|
285
|
+
class: x(["tv-field", $.value ? "tv-needs-review" : ""])
|
|
1437
286
|
}, [
|
|
1438
|
-
|
|
287
|
+
p.value ? (c(), j(f(oe), {
|
|
1439
288
|
key: 0,
|
|
1440
289
|
shape: "rounded",
|
|
1441
290
|
class: "tv-field-skeleton inline-block h-[1em] w-16 align-middle"
|
|
1442
|
-
})) : (
|
|
1443
|
-
|
|
1444
|
-
class:
|
|
291
|
+
})) : (c(), m(M, { key: 1 }, [
|
|
292
|
+
g("span", {
|
|
293
|
+
class: x([
|
|
1445
294
|
"tv-field-value",
|
|
1446
|
-
|
|
1447
|
-
])
|
|
1448
|
-
contenteditable: k.value,
|
|
1449
|
-
"data-editable": k.value ? "true" : "false",
|
|
1450
|
-
onFocus: $[0] || ($[0] = (E) => j.value = !0),
|
|
1451
|
-
onBlur: X,
|
|
1452
|
-
onKeydown: $[1] || ($[1] = Qe(ye((E) => E.target.blur(), ["prevent"]), ["enter"])),
|
|
1453
|
-
onClick: $[2] || ($[2] = (E) => q.value && !z.value ? Q() : void 0)
|
|
295
|
+
k.value && !E.value ? "tv-field-unverified border-b border-dotted border-gray-300" : ""
|
|
296
|
+
])
|
|
1454
297
|
}, [
|
|
1455
|
-
|
|
1456
|
-
value:
|
|
1457
|
-
formatted:
|
|
298
|
+
te(a.$slots, "default", {
|
|
299
|
+
value: h.value,
|
|
300
|
+
formatted: v.value
|
|
1458
301
|
}, () => [
|
|
1459
|
-
|
|
302
|
+
ne(y(v.value), 1)
|
|
1460
303
|
])
|
|
1461
|
-
],
|
|
1462
|
-
|
|
304
|
+
], 2),
|
|
305
|
+
k.value ? (c(), m("button", {
|
|
1463
306
|
key: 0,
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
_: 1
|
|
1481
|
-
}, 8, ["tooltip"])) : h("", !0),
|
|
1482
|
-
r.value ? (l(), V(nl, {
|
|
1483
|
-
key: 1,
|
|
1484
|
-
modelValue: P.value,
|
|
1485
|
-
"onUpdate:modelValue": $[4] || ($[4] = (E) => P.value = E),
|
|
1486
|
-
meta: r.value,
|
|
1487
|
-
label: e.field,
|
|
1488
|
-
save: D.value
|
|
1489
|
-
}, null, 8, ["modelValue", "meta", "label", "save"])) : h("", !0)
|
|
307
|
+
type: "button",
|
|
308
|
+
class: x(["tv-overlay", [f(C), S.value ? "cursor-pointer" : "cursor-default"]]),
|
|
309
|
+
"aria-label": T.value,
|
|
310
|
+
title: T.value,
|
|
311
|
+
onClick: s[0] || (s[0] = (d) => S.value ? R() : void 0)
|
|
312
|
+
}, [
|
|
313
|
+
w.value ? (c(), m("span", Ne, "✔")) : (c(), j(De, {
|
|
314
|
+
key: 0,
|
|
315
|
+
status: A.value
|
|
316
|
+
}, null, 8, ["status"])),
|
|
317
|
+
b.value && !w.value ? (c(), m("span", {
|
|
318
|
+
key: 2,
|
|
319
|
+
class: x(["tv-discrepancy-indicator ml-0.5 text-amber-500", o.value ? "tv-source-discrepancy-indicator" : ""]),
|
|
320
|
+
"aria-hidden": !0
|
|
321
|
+
}, "⚠", 2)) : _("", !0)
|
|
322
|
+
], 10, Le)) : _("", !0)
|
|
1490
323
|
], 64))
|
|
1491
324
|
], 2));
|
|
1492
325
|
}
|
|
1493
|
-
}),
|
|
326
|
+
}), Pe = { class: "tv-enable-toggle flex items-center justify-between text-sm font-medium text-gray-700" }, je = { class: "tv-progress-block" }, Me = { class: "mb-1 flex items-baseline justify-between" }, Be = { class: "tv-progress-count text-xs font-semibold text-gray-600" }, Ue = {
|
|
1494
327
|
key: 0,
|
|
1495
328
|
class: "tv-attempts-recorded mt-1 text-[11px] text-gray-400"
|
|
1496
|
-
},
|
|
329
|
+
}, He = /* @__PURE__ */ U({
|
|
1497
330
|
__name: "VerificationChrome",
|
|
1498
331
|
setup(e) {
|
|
1499
|
-
const t =
|
|
1500
|
-
() =>
|
|
1501
|
-
(
|
|
1502
|
-
var
|
|
1503
|
-
return
|
|
332
|
+
const t = Q(), { enabled: n } = t, u = ie(), p = P(!1), r = l(() => $e(t.data)), i = l(
|
|
333
|
+
() => Z(t.data).reduce(
|
|
334
|
+
(b, o) => {
|
|
335
|
+
var w, E, k, $, S, T, R;
|
|
336
|
+
return b + (((k = (E = (w = o.meta) == null ? void 0 : w.candidates) == null ? void 0 : E.extracted) == null ? void 0 : k.history_count) ?? ((R = (T = (S = ($ = o.meta) == null ? void 0 : $.candidates) == null ? void 0 : S.extracted) == null ? void 0 : T.history) == null ? void 0 : R.length) ?? 0);
|
|
1504
337
|
},
|
|
1505
338
|
0
|
|
1506
339
|
)
|
|
1507
|
-
),
|
|
1508
|
-
|
|
1509
|
-
() =>
|
|
1510
|
-
(
|
|
1511
|
-
|
|
340
|
+
), h = P(!1);
|
|
341
|
+
K(
|
|
342
|
+
() => r.value.percent,
|
|
343
|
+
(b) => {
|
|
344
|
+
b === 100 && r.value.total > 0 && !h.value && (h.value = !0, u.success("All data points verified 🎯"));
|
|
1512
345
|
}
|
|
1513
346
|
);
|
|
1514
|
-
let
|
|
1515
|
-
function
|
|
1516
|
-
const
|
|
1517
|
-
if (!
|
|
1518
|
-
|
|
1519
|
-
const
|
|
1520
|
-
|
|
347
|
+
let v = 0;
|
|
348
|
+
function A() {
|
|
349
|
+
const b = document.querySelectorAll(".tv-needs-review");
|
|
350
|
+
if (!b.length) return;
|
|
351
|
+
v = v % b.length;
|
|
352
|
+
const o = b[v];
|
|
353
|
+
v++, o.scrollIntoView({ behavior: "smooth", block: "center" }), o.animate(
|
|
1521
354
|
[
|
|
1522
355
|
{ boxShadow: "0 0 0 0 rgba(245, 158, 11, 0.8)" },
|
|
1523
356
|
{ boxShadow: "0 0 0 12px rgba(245, 158, 11, 0)" }
|
|
@@ -1525,97 +358,94 @@ const Lt = { class: "tv-audit-call rounded-lg border border-gray-200 shadow-sm"
|
|
|
1525
358
|
{ duration: 900, iterations: 2 }
|
|
1526
359
|
);
|
|
1527
360
|
}
|
|
1528
|
-
return (
|
|
1529
|
-
|
|
361
|
+
return (b, o) => (c(), m(M, null, [
|
|
362
|
+
g("button", {
|
|
1530
363
|
type: "button",
|
|
1531
|
-
class:
|
|
364
|
+
class: x(["tv-settings-button fixed bottom-4 right-4 z-50 flex h-11 w-11 items-center justify-center rounded-full bg-gray-900 text-white shadow-lg transition-transform hover:scale-105", f(C)]),
|
|
1532
365
|
title: "Verification",
|
|
1533
|
-
onClick:
|
|
366
|
+
onClick: o[0] || (o[0] = G((w) => p.value = !p.value, ["stop"]))
|
|
1534
367
|
}, [
|
|
1535
|
-
|
|
1536
|
-
icon: f(
|
|
368
|
+
N(f(se), {
|
|
369
|
+
icon: f(ue),
|
|
1537
370
|
class: "h-5 w-5"
|
|
1538
371
|
}, null, 8, ["icon"]),
|
|
1539
|
-
f(
|
|
372
|
+
f(n) && r.value.needsReview > 0 ? (c(), j(f(ce), {
|
|
1540
373
|
key: 0,
|
|
1541
|
-
value:
|
|
374
|
+
value: r.value.needsReview,
|
|
1542
375
|
variant: "warning",
|
|
1543
376
|
class: "tv-needs-review-badge absolute -right-1 -top-1"
|
|
1544
|
-
}, null, 8, ["value"])) :
|
|
377
|
+
}, null, 8, ["value"])) : _("", !0)
|
|
1545
378
|
], 2),
|
|
1546
|
-
|
|
379
|
+
p.value ? (c(), m("div", {
|
|
1547
380
|
key: 0,
|
|
1548
|
-
class:
|
|
381
|
+
class: x(["tv-settings-panel fixed bottom-20 right-4 z-50 flex w-72 flex-col gap-4 rounded-xl bg-white p-4 shadow-2xl ring-1 ring-gray-200", f(C)])
|
|
1549
382
|
}, [
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
"onUpdate:modelValue":
|
|
383
|
+
g("label", Pe, [
|
|
384
|
+
o[2] || (o[2] = g("span", null, "Verification overlay", -1)),
|
|
385
|
+
re(g("input", {
|
|
386
|
+
"onUpdate:modelValue": o[1] || (o[1] = (w) => ae(n) ? n.value = w : null),
|
|
1554
387
|
type: "checkbox",
|
|
1555
388
|
class: "tv-enable-checkbox h-4 w-4 accent-gray-900"
|
|
1556
389
|
}, null, 512), [
|
|
1557
|
-
[
|
|
390
|
+
[le, f(n)]
|
|
1558
391
|
])
|
|
1559
392
|
]),
|
|
1560
|
-
f(
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
393
|
+
f(n) && r.value.total > 0 ? (c(), m(M, { key: 0 }, [
|
|
394
|
+
g("div", je, [
|
|
395
|
+
g("div", Me, [
|
|
396
|
+
o[3] || (o[3] = g("span", { class: "text-[11px] font-semibold uppercase tracking-wider text-gray-400" }, "Review progress", -1)),
|
|
397
|
+
g("span", Be, y(r.value.verified) + " / " + y(r.value.total), 1)
|
|
1565
398
|
]),
|
|
1566
|
-
|
|
1567
|
-
value:
|
|
1568
|
-
max:
|
|
399
|
+
N(f(de), {
|
|
400
|
+
value: r.value.verified,
|
|
401
|
+
max: r.value.total,
|
|
1569
402
|
size: "md",
|
|
1570
|
-
variant:
|
|
1571
|
-
striped:
|
|
1572
|
-
"animate-stripes":
|
|
1573
|
-
glow:
|
|
403
|
+
variant: r.value.percent === 100 ? "success" : "info",
|
|
404
|
+
striped: r.value.percent < 100,
|
|
405
|
+
"animate-stripes": r.value.percent < 100,
|
|
406
|
+
glow: r.value.percent === 100,
|
|
1574
407
|
gradient: ""
|
|
1575
408
|
}, null, 8, ["value", "max", "variant", "striped", "animate-stripes", "glow"]),
|
|
1576
|
-
|
|
409
|
+
i.value > 0 ? (c(), m("div", Ue, y(i.value) + " extraction attempt" + y(i.value === 1 ? "" : "s") + " recorded ", 1)) : _("", !0)
|
|
1577
410
|
]),
|
|
1578
|
-
|
|
411
|
+
r.value.needsReview > 0 ? (c(), m("button", {
|
|
1579
412
|
key: 0,
|
|
1580
413
|
type: "button",
|
|
1581
|
-
class:
|
|
1582
|
-
onClick:
|
|
414
|
+
class: x(["tv-next-flagged flex items-center justify-between rounded-lg bg-amber-50 px-3 py-2 text-left text-xs font-medium text-amber-700 ring-1 ring-inset ring-amber-600/20 transition hover:bg-amber-100", f(C)]),
|
|
415
|
+
onClick: G(A, ["stop"])
|
|
1583
416
|
}, [
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
], 2)) :
|
|
1587
|
-
], 64)) :
|
|
1588
|
-
], 2)) :
|
|
1589
|
-
|
|
1590
|
-
class:
|
|
417
|
+
g("span", null, y(r.value.needsReview) + " need" + y(r.value.needsReview === 1 ? "s" : "") + " review", 1),
|
|
418
|
+
o[4] || (o[4] = g("span", { "aria-hidden": "true" }, "→", -1))
|
|
419
|
+
], 2)) : _("", !0)
|
|
420
|
+
], 64)) : _("", !0)
|
|
421
|
+
], 2)) : _("", !0),
|
|
422
|
+
N(f(fe), {
|
|
423
|
+
class: x(f(C))
|
|
1591
424
|
}, null, 8, ["class"])
|
|
1592
425
|
], 64));
|
|
1593
426
|
}
|
|
1594
427
|
});
|
|
1595
428
|
export {
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
Re as resolveDataPoint,
|
|
1619
|
-
we as useVerification,
|
|
1620
|
-
Ue as walkDataPoints
|
|
429
|
+
C as CHROME_CLASS,
|
|
430
|
+
De as ConfidenceIcon,
|
|
431
|
+
Te as DATA_POINT_ACTIVATED,
|
|
432
|
+
q as ENABLED_STORAGE_KEY,
|
|
433
|
+
X as RESOLUTION_PRIORITY,
|
|
434
|
+
be as STATUS_COLORS,
|
|
435
|
+
V as STATUS_LABELS,
|
|
436
|
+
Se as TEMPLATE_MESSAGE_SOURCE,
|
|
437
|
+
Ie as TEMPLATE_PROTOCOL_VERSION,
|
|
438
|
+
He as VerificationChrome,
|
|
439
|
+
Ge as VerifiedField,
|
|
440
|
+
W as bucketConfidence,
|
|
441
|
+
xe as candidatesDisagree,
|
|
442
|
+
$e as computeProgress,
|
|
443
|
+
Ce as embedderOrigin,
|
|
444
|
+
ye as hasDiscrepancy,
|
|
445
|
+
Ye as initVerification,
|
|
446
|
+
Ae as notifyDataPointActivated,
|
|
447
|
+
we as resolveCandidates,
|
|
448
|
+
he as resolveDataPoint,
|
|
449
|
+
Q as useVerification,
|
|
450
|
+
Z as walkDataPoints
|
|
1621
451
|
};
|