diff --git "a/src/backend/gradio_fasta/templates/component/index.js" "b/src/backend/gradio_fasta/templates/component/index.js"
--- "a/src/backend/gradio_fasta/templates/component/index.js"
+++ "b/src/backend/gradio_fasta/templates/component/index.js"
@@ -1,6 +1,6 @@
const {
- SvelteComponent: xs,
- assign: Us,
+ SvelteComponent: Us,
+ assign: xs,
create_slot: Fs,
detach: Gs,
element: qs,
@@ -10,11 +10,11 @@ const {
init: Xs,
insert: Ws,
safe_not_equal: Zs,
- set_dynamic_element_data: wr,
+ set_dynamic_element_data: yr,
set_style: ie,
toggle_class: Me,
transition_in: Ii,
- transition_out: Oi,
+ transition_out: Li,
update_slot_base: Js
} = window.__gradio__svelte__internal;
function Qs(e) {
@@ -29,7 +29,7 @@ function Qs(e) {
e[17],
null
);
- let o = [
+ let l = [
{ "data-testid": (
/*test_id*/
e[7]
@@ -43,14 +43,14 @@ function Qs(e) {
e[3].join(" ") + " svelte-1t38q2d"
}
], a = {};
- for (let l = 0; l < o.length; l += 1)
- a = Us(a, o[l]);
+ for (let o = 0; o < l.length; o += 1)
+ a = xs(a, l[o]);
return {
c() {
t = qs(
/*tag*/
e[14]
- ), s && s.c(), wr(
+ ), s && s.c(), yr(
/*tag*/
e[14]
)(t, a), Me(
@@ -104,110 +104,110 @@ function Qs(e) {
), ie(t, "min-width", `calc(min(${/*min_width*/
e[13]}px, 100%))`), ie(t, "border-width", "var(--block-border-width)");
},
- m(l, u) {
- Ws(l, t, u), s && s.m(t, null), r = !0;
+ m(o, u) {
+ Ws(o, t, u), s && s.m(t, null), r = !0;
},
- p(l, u) {
+ p(o, u) {
s && s.p && (!r || u & /*$$scope*/
131072) && Js(
s,
i,
- l,
+ o,
/*$$scope*/
- l[17],
+ o[17],
r ? Vs(
i,
/*$$scope*/
- l[17],
+ o[17],
u,
null
) : js(
/*$$scope*/
- l[17]
+ o[17]
),
null
- ), wr(
+ ), yr(
/*tag*/
- l[14]
- )(t, a = zs(o, [
+ o[14]
+ )(t, a = zs(l, [
(!r || u & /*test_id*/
128) && { "data-testid": (
/*test_id*/
- l[7]
+ o[7]
) },
(!r || u & /*elem_id*/
4) && { id: (
/*elem_id*/
- l[2]
+ o[2]
) },
(!r || u & /*elem_classes*/
8 && n !== (n = "block " + /*elem_classes*/
- l[3].join(" ") + " svelte-1t38q2d")) && { class: n }
+ o[3].join(" ") + " svelte-1t38q2d")) && { class: n }
])), Me(
t,
"hidden",
/*visible*/
- l[10] === !1
+ o[10] === !1
), Me(
t,
"padded",
/*padding*/
- l[6]
+ o[6]
), Me(
t,
"border_focus",
/*border_mode*/
- l[5] === "focus"
+ o[5] === "focus"
), Me(t, "hide-container", !/*explicit_call*/
- l[8] && !/*container*/
- l[9]), u & /*height*/
+ o[8] && !/*container*/
+ o[9]), u & /*height*/
1 && ie(
t,
"height",
/*get_dimension*/
- l[15](
+ o[15](
/*height*/
- l[0]
+ o[0]
)
), u & /*width*/
2 && ie(t, "width", typeof /*width*/
- l[1] == "number" ? `calc(min(${/*width*/
- l[1]}px, 100%))` : (
+ o[1] == "number" ? `calc(min(${/*width*/
+ o[1]}px, 100%))` : (
/*get_dimension*/
- l[15](
+ o[15](
/*width*/
- l[1]
+ o[1]
)
)), u & /*variant*/
16 && ie(
t,
"border-style",
/*variant*/
- l[4]
+ o[4]
), u & /*allow_overflow*/
2048 && ie(
t,
"overflow",
/*allow_overflow*/
- l[11] ? "visible" : "hidden"
+ o[11] ? "visible" : "hidden"
), u & /*scale*/
4096 && ie(
t,
"flex-grow",
/*scale*/
- l[12]
+ o[12]
), u & /*min_width*/
8192 && ie(t, "min-width", `calc(min(${/*min_width*/
- l[13]}px, 100%))`);
+ o[13]}px, 100%))`);
},
- i(l) {
- r || (Ii(s, l), r = !0);
+ i(o) {
+ r || (Ii(s, o), r = !0);
},
- o(l) {
- Oi(s, l), r = !1;
+ o(o) {
+ Li(s, o), r = !1;
},
- d(l) {
- l && Gs(t), s && s.d(l);
+ d(o) {
+ o && Gs(t), s && s.d(o);
}
};
}
@@ -231,7 +231,7 @@ function Ys(e) {
t || (Ii(n, r), t = !0);
},
o(r) {
- Oi(n, r), t = !1;
+ Li(n, r), t = !1;
},
d(r) {
n && n.d(r);
@@ -239,7 +239,7 @@ function Ys(e) {
};
}
function Ks(e, t, n) {
- let { $$slots: r = {}, $$scope: i } = t, { height: s = void 0 } = t, { width: o = void 0 } = t, { elem_id: a = "" } = t, { elem_classes: l = [] } = t, { variant: u = "solid" } = t, { border_mode: f = "base" } = t, { padding: c = !0 } = t, { type: h = "normal" } = t, { test_id: _ = void 0 } = t, { explicit_call: d = !1 } = t, { container: p = !0 } = t, { visible: y = !0 } = t, { allow_overflow: v = !0 } = t, { scale: E = null } = t, { min_width: g = 0 } = t, A = h === "fieldset" ? "fieldset" : "div";
+ let { $$slots: r = {}, $$scope: i } = t, { height: s = void 0 } = t, { width: l = void 0 } = t, { elem_id: a = "" } = t, { elem_classes: o = [] } = t, { variant: u = "solid" } = t, { border_mode: f = "base" } = t, { padding: c = !0 } = t, { type: h = "normal" } = t, { test_id: _ = void 0 } = t, { explicit_call: d = !1 } = t, { container: p = !0 } = t, { visible: y = !0 } = t, { allow_overflow: v = !0 } = t, { scale: E = null } = t, { min_width: g = 0 } = t, A = h === "fieldset" ? "fieldset" : "div";
const T = (w) => {
if (w !== void 0) {
if (typeof w == "number")
@@ -249,12 +249,12 @@ function Ks(e, t, n) {
}
};
return e.$$set = (w) => {
- "height" in w && n(0, s = w.height), "width" in w && n(1, o = w.width), "elem_id" in w && n(2, a = w.elem_id), "elem_classes" in w && n(3, l = w.elem_classes), "variant" in w && n(4, u = w.variant), "border_mode" in w && n(5, f = w.border_mode), "padding" in w && n(6, c = w.padding), "type" in w && n(16, h = w.type), "test_id" in w && n(7, _ = w.test_id), "explicit_call" in w && n(8, d = w.explicit_call), "container" in w && n(9, p = w.container), "visible" in w && n(10, y = w.visible), "allow_overflow" in w && n(11, v = w.allow_overflow), "scale" in w && n(12, E = w.scale), "min_width" in w && n(13, g = w.min_width), "$$scope" in w && n(17, i = w.$$scope);
+ "height" in w && n(0, s = w.height), "width" in w && n(1, l = w.width), "elem_id" in w && n(2, a = w.elem_id), "elem_classes" in w && n(3, o = w.elem_classes), "variant" in w && n(4, u = w.variant), "border_mode" in w && n(5, f = w.border_mode), "padding" in w && n(6, c = w.padding), "type" in w && n(16, h = w.type), "test_id" in w && n(7, _ = w.test_id), "explicit_call" in w && n(8, d = w.explicit_call), "container" in w && n(9, p = w.container), "visible" in w && n(10, y = w.visible), "allow_overflow" in w && n(11, v = w.allow_overflow), "scale" in w && n(12, E = w.scale), "min_width" in w && n(13, g = w.min_width), "$$scope" in w && n(17, i = w.$$scope);
}, [
s,
- o,
- a,
l,
+ a,
+ o,
u,
f,
c,
@@ -272,7 +272,7 @@ function Ks(e, t, n) {
r
];
}
-class Li extends xs {
+class Oi extends Us {
constructor(t) {
super(), Xs(this, t, Ks, Ys, Zs, {
height: 0,
@@ -295,29 +295,29 @@ class Li extends xs {
}
const {
SvelteComponent: $s,
- append: dn,
+ append: _n,
attr: Dt,
- create_component: eo,
- destroy_component: to,
- detach: no,
- element: Er,
- init: ro,
- insert: io,
- mount_component: so,
- safe_not_equal: oo,
- set_data: lo,
- space: ao,
- text: uo,
+ create_component: el,
+ destroy_component: tl,
+ detach: nl,
+ element: wr,
+ init: rl,
+ insert: il,
+ mount_component: sl,
+ safe_not_equal: ll,
+ set_data: ol,
+ space: al,
+ text: ul,
toggle_class: De,
- transition_in: fo,
- transition_out: co
+ transition_in: fl,
+ transition_out: cl
} = window.__gradio__svelte__internal;
-function ho(e) {
- let t, n, r, i, s, o;
+function hl(e) {
+ let t, n, r, i, s, l;
return r = new /*Icon*/
e[1]({}), {
c() {
- t = Er("label"), n = Er("span"), eo(r.$$.fragment), i = ao(), s = uo(
+ t = wr("label"), n = wr("span"), el(r.$$.fragment), i = al(), s = ul(
/*label*/
e[0]
), Dt(n, "class", "svelte-9gxdi0"), Dt(t, "for", ""), Dt(t, "data-testid", "block-label"), Dt(t, "class", "svelte-9gxdi0"), De(t, "hide", !/*show_label*/
@@ -334,26 +334,26 @@ function ho(e) {
e[3]
);
},
- m(a, l) {
- io(a, t, l), dn(t, n), so(r, n, null), dn(t, i), dn(t, s), o = !0;
+ m(a, o) {
+ il(a, t, o), _n(t, n), sl(r, n, null), _n(t, i), _n(t, s), l = !0;
},
- p(a, [l]) {
- (!o || l & /*label*/
- 1) && lo(
+ p(a, [o]) {
+ (!l || o & /*label*/
+ 1) && ol(
s,
/*label*/
a[0]
- ), (!o || l & /*show_label*/
+ ), (!l || o & /*show_label*/
4) && De(t, "hide", !/*show_label*/
- a[2]), (!o || l & /*show_label*/
+ a[2]), (!l || o & /*show_label*/
4) && De(t, "sr-only", !/*show_label*/
- a[2]), (!o || l & /*float*/
+ a[2]), (!l || o & /*float*/
16) && De(
t,
"float",
/*float*/
a[4]
- ), (!o || l & /*disable*/
+ ), (!l || o & /*disable*/
8) && De(
t,
"hide-label",
@@ -362,25 +362,25 @@ function ho(e) {
);
},
i(a) {
- o || (fo(r.$$.fragment, a), o = !0);
+ l || (fl(r.$$.fragment, a), l = !0);
},
o(a) {
- co(r.$$.fragment, a), o = !1;
+ cl(r.$$.fragment, a), l = !1;
},
d(a) {
- a && no(t), to(r);
+ a && nl(t), tl(r);
}
};
}
-function _o(e, t, n) {
- let { label: r = null } = t, { Icon: i } = t, { show_label: s = !0 } = t, { disable: o = !1 } = t, { float: a = !0 } = t;
- return e.$$set = (l) => {
- "label" in l && n(0, r = l.label), "Icon" in l && n(1, i = l.Icon), "show_label" in l && n(2, s = l.show_label), "disable" in l && n(3, o = l.disable), "float" in l && n(4, a = l.float);
- }, [r, i, s, o, a];
+function _l(e, t, n) {
+ let { label: r = null } = t, { Icon: i } = t, { show_label: s = !0 } = t, { disable: l = !1 } = t, { float: a = !0 } = t;
+ return e.$$set = (o) => {
+ "label" in o && n(0, r = o.label), "Icon" in o && n(1, i = o.Icon), "show_label" in o && n(2, s = o.show_label), "disable" in o && n(3, l = o.disable), "float" in o && n(4, a = o.float);
+ }, [r, i, s, l, a];
}
class Mi extends $s {
constructor(t) {
- super(), ro(this, t, _o, ho, oo, {
+ super(), rl(this, t, _l, hl, ll, {
label: 0,
Icon: 1,
show_label: 2,
@@ -390,42 +390,42 @@ class Mi extends $s {
}
}
const {
- SvelteComponent: mo,
- append: Mn,
+ SvelteComponent: dl,
+ append: Ln,
attr: ke,
- bubble: po,
- create_component: go,
- destroy_component: bo,
+ bubble: ml,
+ create_component: pl,
+ destroy_component: gl,
detach: Di,
- element: Dn,
- init: vo,
+ element: On,
+ init: bl,
insert: Ri,
- listen: yo,
- mount_component: wo,
- safe_not_equal: Eo,
- set_data: So,
+ listen: vl,
+ mount_component: yl,
+ safe_not_equal: wl,
+ set_data: El,
set_style: Rt,
- space: To,
- text: Ao,
+ space: Sl,
+ text: Tl,
toggle_class: ce,
- transition_in: Bo,
- transition_out: Ho
+ transition_in: Al,
+ transition_out: Bl
} = window.__gradio__svelte__internal;
-function Sr(e) {
+function Er(e) {
let t, n;
return {
c() {
- t = Dn("span"), n = Ao(
+ t = On("span"), n = Tl(
/*label*/
e[1]
), ke(t, "class", "svelte-lpi64a");
},
m(r, i) {
- Ri(r, t, i), Mn(t, n);
+ Ri(r, t, i), Ln(t, n);
},
p(r, i) {
i & /*label*/
- 2 && So(
+ 2 && El(
n,
/*label*/
r[1]
@@ -436,15 +436,15 @@ function Sr(e) {
}
};
}
-function ko(e) {
- let t, n, r, i, s, o, a, l = (
+function Hl(e) {
+ let t, n, r, i, s, l, a, o = (
/*show_label*/
- e[2] && Sr(e)
+ e[2] && Er(e)
);
return i = new /*Icon*/
e[0]({}), {
c() {
- t = Dn("button"), l && l.c(), n = To(), r = Dn("div"), go(i.$$.fragment), ke(r, "class", "svelte-lpi64a"), ce(
+ t = On("button"), o && o.c(), n = Sl(), r = On("div"), pl(i.$$.fragment), ke(r, "class", "svelte-lpi64a"), ce(
r,
"small",
/*size*/
@@ -502,16 +502,16 @@ function ko(e) {
));
},
m(u, f) {
- Ri(u, t, f), l && l.m(t, null), Mn(t, n), Mn(t, r), wo(i, r, null), s = !0, o || (a = yo(
+ Ri(u, t, f), o && o.m(t, null), Ln(t, n), Ln(t, r), yl(i, r, null), s = !0, l || (a = vl(
t,
"click",
/*click_handler*/
e[13]
- ), o = !0);
+ ), l = !0);
},
p(u, [f]) {
/*show_label*/
- u[2] ? l ? l.p(u, f) : (l = Sr(u), l.c(), l.m(t, n)) : l && (l.d(1), l = null), (!s || f & /*size*/
+ u[2] ? o ? o.p(u, f) : (o = Er(u), o.c(), o.m(t, n)) : o && (o.d(1), o = null), (!s || f & /*size*/
16) && ce(
r,
"small",
@@ -581,32 +581,32 @@ function ko(e) {
));
},
i(u) {
- s || (Bo(i.$$.fragment, u), s = !0);
+ s || (Al(i.$$.fragment, u), s = !0);
},
o(u) {
- Ho(i.$$.fragment, u), s = !1;
+ Bl(i.$$.fragment, u), s = !1;
},
d(u) {
- u && Di(t), l && l.d(), bo(i), o = !1, a();
+ u && Di(t), o && o.d(), gl(i), l = !1, a();
}
};
}
-function Po(e, t, n) {
- let r, { Icon: i } = t, { label: s = "" } = t, { show_label: o = !1 } = t, { pending: a = !1 } = t, { size: l = "small" } = t, { padded: u = !0 } = t, { highlight: f = !1 } = t, { disabled: c = !1 } = t, { hasPopup: h = !1 } = t, { color: _ = "var(--block-label-text-color)" } = t, { transparent: d = !1 } = t, { background: p = "var(--background-fill-primary)" } = t;
+function kl(e, t, n) {
+ let r, { Icon: i } = t, { label: s = "" } = t, { show_label: l = !1 } = t, { pending: a = !1 } = t, { size: o = "small" } = t, { padded: u = !0 } = t, { highlight: f = !1 } = t, { disabled: c = !1 } = t, { hasPopup: h = !1 } = t, { color: _ = "var(--block-label-text-color)" } = t, { transparent: d = !1 } = t, { background: p = "var(--background-fill-primary)" } = t;
function y(v) {
- po.call(this, e, v);
+ ml.call(this, e, v);
}
return e.$$set = (v) => {
- "Icon" in v && n(0, i = v.Icon), "label" in v && n(1, s = v.label), "show_label" in v && n(2, o = v.show_label), "pending" in v && n(3, a = v.pending), "size" in v && n(4, l = v.size), "padded" in v && n(5, u = v.padded), "highlight" in v && n(6, f = v.highlight), "disabled" in v && n(7, c = v.disabled), "hasPopup" in v && n(8, h = v.hasPopup), "color" in v && n(12, _ = v.color), "transparent" in v && n(9, d = v.transparent), "background" in v && n(10, p = v.background);
+ "Icon" in v && n(0, i = v.Icon), "label" in v && n(1, s = v.label), "show_label" in v && n(2, l = v.show_label), "pending" in v && n(3, a = v.pending), "size" in v && n(4, o = v.size), "padded" in v && n(5, u = v.padded), "highlight" in v && n(6, f = v.highlight), "disabled" in v && n(7, c = v.disabled), "hasPopup" in v && n(8, h = v.hasPopup), "color" in v && n(12, _ = v.color), "transparent" in v && n(9, d = v.transparent), "background" in v && n(10, p = v.background);
}, e.$$.update = () => {
e.$$.dirty & /*highlight, color*/
4160 && n(11, r = f ? "var(--color-accent)" : _);
}, [
i,
s,
- o,
- a,
l,
+ a,
+ o,
u,
f,
c,
@@ -618,9 +618,9 @@ function Po(e, t, n) {
y
];
}
-class Co extends mo {
+class Cl extends dl {
constructor(t) {
- super(), vo(this, t, Po, ko, Eo, {
+ super(), bl(this, t, kl, Hl, wl, {
Icon: 0,
label: 1,
show_label: 2,
@@ -637,29 +637,29 @@ class Co extends mo {
}
}
const {
- SvelteComponent: No,
- append: Io,
- attr: mn,
- binding_callbacks: Oo,
- create_slot: Lo,
- detach: Mo,
- element: Tr,
- get_all_dirty_from_scope: Do,
- get_slot_changes: Ro,
- init: xo,
- insert: Uo,
- safe_not_equal: Fo,
+ SvelteComponent: Pl,
+ append: Nl,
+ attr: dn,
+ binding_callbacks: Il,
+ create_slot: Ll,
+ detach: Ol,
+ element: Sr,
+ get_all_dirty_from_scope: Ml,
+ get_slot_changes: Dl,
+ init: Rl,
+ insert: Ul,
+ safe_not_equal: xl,
toggle_class: Re,
- transition_in: Go,
- transition_out: qo,
- update_slot_base: jo
+ transition_in: Fl,
+ transition_out: Gl,
+ update_slot_base: ql
} = window.__gradio__svelte__internal;
-function Vo(e) {
+function jl(e) {
let t, n, r;
const i = (
/*#slots*/
e[5].default
- ), s = Lo(
+ ), s = Ll(
i,
e,
/*$$scope*/
@@ -668,7 +668,7 @@ function Vo(e) {
);
return {
c() {
- t = Tr("div"), n = Tr("div"), s && s.c(), mn(n, "class", "icon svelte-3w3rth"), mn(t, "class", "empty svelte-3w3rth"), mn(t, "aria-label", "Empty value"), Re(
+ t = Sr("div"), n = Sr("div"), s && s.c(), dn(n, "class", "icon svelte-3w3rth"), dn(t, "class", "empty svelte-3w3rth"), dn(t, "aria-label", "Empty value"), Re(
t,
"small",
/*size*/
@@ -690,26 +690,26 @@ function Vo(e) {
e[3]
);
},
- m(o, a) {
- Uo(o, t, a), Io(t, n), s && s.m(n, null), e[6](t), r = !0;
+ m(l, a) {
+ Ul(l, t, a), Nl(t, n), s && s.m(n, null), e[6](t), r = !0;
},
- p(o, [a]) {
+ p(l, [a]) {
s && s.p && (!r || a & /*$$scope*/
- 16) && jo(
+ 16) && ql(
s,
i,
- o,
+ l,
/*$$scope*/
- o[4],
- r ? Ro(
+ l[4],
+ r ? Dl(
i,
/*$$scope*/
- o[4],
+ l[4],
a,
null
- ) : Do(
+ ) : Ml(
/*$$scope*/
- o[4]
+ l[4]
),
null
), (!r || a & /*size*/
@@ -717,54 +717,54 @@ function Vo(e) {
t,
"small",
/*size*/
- o[0] === "small"
+ l[0] === "small"
), (!r || a & /*size*/
1) && Re(
t,
"large",
/*size*/
- o[0] === "large"
+ l[0] === "large"
), (!r || a & /*unpadded_box*/
2) && Re(
t,
"unpadded_box",
/*unpadded_box*/
- o[1]
+ l[1]
), (!r || a & /*parent_height*/
8) && Re(
t,
"small_parent",
/*parent_height*/
- o[3]
+ l[3]
);
},
- i(o) {
- r || (Go(s, o), r = !0);
+ i(l) {
+ r || (Fl(s, l), r = !0);
},
- o(o) {
- qo(s, o), r = !1;
+ o(l) {
+ Gl(s, l), r = !1;
},
- d(o) {
- o && Mo(t), s && s.d(o), e[6](null);
+ d(l) {
+ l && Ol(t), s && s.d(l), e[6](null);
}
};
}
-function zo(e) {
+function Vl(e) {
let t, n = e[0], r = 1;
for (; r < e.length; ) {
const i = e[r], s = e[r + 1];
if (r += 2, (i === "optionalAccess" || i === "optionalCall") && n == null)
return;
- i === "access" || i === "optionalAccess" ? (t = n, n = s(n)) : (i === "call" || i === "optionalCall") && (n = s((...o) => n.call(t, ...o)), t = void 0);
+ i === "access" || i === "optionalAccess" ? (t = n, n = s(n)) : (i === "call" || i === "optionalCall") && (n = s((...l) => n.call(t, ...l)), t = void 0);
}
return n;
}
-function Xo(e, t, n) {
- let r, { $$slots: i = {}, $$scope: s } = t, { size: o = "small" } = t, { unpadded_box: a = !1 } = t, l;
+function zl(e, t, n) {
+ let r, { $$slots: i = {}, $$scope: s } = t, { size: l = "small" } = t, { unpadded_box: a = !1 } = t, o;
function u(c) {
if (!c)
return !1;
- const { height: h } = c.getBoundingClientRect(), { height: _ } = zo([
+ const { height: h } = c.getBoundingClientRect(), { height: _ } = Vl([
c,
"access",
(d) => d.parentElement,
@@ -776,156 +776,156 @@ function Xo(e, t, n) {
return h > _ + 2;
}
function f(c) {
- Oo[c ? "unshift" : "push"](() => {
- l = c, n(2, l);
+ Il[c ? "unshift" : "push"](() => {
+ o = c, n(2, o);
});
}
return e.$$set = (c) => {
- "size" in c && n(0, o = c.size), "unpadded_box" in c && n(1, a = c.unpadded_box), "$$scope" in c && n(4, s = c.$$scope);
+ "size" in c && n(0, l = c.size), "unpadded_box" in c && n(1, a = c.unpadded_box), "$$scope" in c && n(4, s = c.$$scope);
}, e.$$.update = () => {
e.$$.dirty & /*el*/
- 4 && n(3, r = u(l));
- }, [o, a, l, r, s, i, f];
+ 4 && n(3, r = u(o));
+ }, [l, a, o, r, s, i, f];
}
-class Wo extends No {
+class Xl extends Pl {
constructor(t) {
- super(), xo(this, t, Xo, Vo, Fo, { size: 0, unpadded_box: 1 });
+ super(), Rl(this, t, zl, jl, xl, { size: 0, unpadded_box: 1 });
}
}
const {
- SvelteComponent: Zo,
- append: pn,
+ SvelteComponent: Wl,
+ append: mn,
attr: be,
- detach: Jo,
- init: Qo,
- insert: Yo,
- noop: gn,
- safe_not_equal: Ko,
+ detach: Zl,
+ init: Jl,
+ insert: Ql,
+ noop: pn,
+ safe_not_equal: Yl,
set_style: we,
- svg_element: xt
+ svg_element: Ut
} = window.__gradio__svelte__internal;
-function $o(e) {
+function Kl(e) {
let t, n, r, i;
return {
c() {
- t = xt("svg"), n = xt("g"), r = xt("path"), i = xt("path"), be(r, "d", "M18,6L6.087,17.913"), we(r, "fill", "none"), we(r, "fill-rule", "nonzero"), we(r, "stroke-width", "2px"), be(n, "transform", "matrix(1.14096,-0.140958,-0.140958,1.14096,-0.0559523,0.0559523)"), be(i, "d", "M4.364,4.364L19.636,19.636"), we(i, "fill", "none"), we(i, "fill-rule", "nonzero"), we(i, "stroke-width", "2px"), be(t, "width", "100%"), be(t, "height", "100%"), be(t, "viewBox", "0 0 24 24"), be(t, "version", "1.1"), be(t, "xmlns", "http://www.w3.org/2000/svg"), be(t, "xmlns:xlink", "http://www.w3.org/1999/xlink"), be(t, "xml:space", "preserve"), be(t, "stroke", "currentColor"), we(t, "fill-rule", "evenodd"), we(t, "clip-rule", "evenodd"), we(t, "stroke-linecap", "round"), we(t, "stroke-linejoin", "round");
+ t = Ut("svg"), n = Ut("g"), r = Ut("path"), i = Ut("path"), be(r, "d", "M18,6L6.087,17.913"), we(r, "fill", "none"), we(r, "fill-rule", "nonzero"), we(r, "stroke-width", "2px"), be(n, "transform", "matrix(1.14096,-0.140958,-0.140958,1.14096,-0.0559523,0.0559523)"), be(i, "d", "M4.364,4.364L19.636,19.636"), we(i, "fill", "none"), we(i, "fill-rule", "nonzero"), we(i, "stroke-width", "2px"), be(t, "width", "100%"), be(t, "height", "100%"), be(t, "viewBox", "0 0 24 24"), be(t, "version", "1.1"), be(t, "xmlns", "http://www.w3.org/2000/svg"), be(t, "xmlns:xlink", "http://www.w3.org/1999/xlink"), be(t, "xml:space", "preserve"), be(t, "stroke", "currentColor"), we(t, "fill-rule", "evenodd"), we(t, "clip-rule", "evenodd"), we(t, "stroke-linecap", "round"), we(t, "stroke-linejoin", "round");
},
- m(s, o) {
- Yo(s, t, o), pn(t, n), pn(n, r), pn(t, i);
+ m(s, l) {
+ Ql(s, t, l), mn(t, n), mn(n, r), mn(t, i);
},
- p: gn,
- i: gn,
- o: gn,
+ p: pn,
+ i: pn,
+ o: pn,
d(s) {
- s && Jo(t);
+ s && Zl(t);
}
};
}
-class el extends Zo {
+class $l extends Wl {
constructor(t) {
- super(), Qo(this, t, null, $o, Ko, {});
+ super(), Jl(this, t, null, Kl, Yl, {});
}
}
const {
- SvelteComponent: tl,
- append: Ar,
+ SvelteComponent: eo,
+ append: Tr,
attr: he,
- detach: nl,
- init: rl,
- insert: il,
- noop: bn,
- safe_not_equal: sl,
- svg_element: vn
+ detach: to,
+ init: no,
+ insert: ro,
+ noop: gn,
+ safe_not_equal: io,
+ svg_element: bn
} = window.__gradio__svelte__internal;
-function ol(e) {
+function so(e) {
let t, n, r;
return {
c() {
- t = vn("svg"), n = vn("path"), r = vn("polyline"), he(n, "d", "M13 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9z"), he(r, "points", "13 2 13 9 20 9"), he(t, "xmlns", "http://www.w3.org/2000/svg"), he(t, "width", "100%"), he(t, "height", "100%"), he(t, "viewBox", "0 0 24 24"), he(t, "fill", "none"), he(t, "stroke", "currentColor"), he(t, "stroke-width", "1.5"), he(t, "stroke-linecap", "round"), he(t, "stroke-linejoin", "round"), he(t, "class", "feather feather-file");
+ t = bn("svg"), n = bn("path"), r = bn("polyline"), he(n, "d", "M13 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9z"), he(r, "points", "13 2 13 9 20 9"), he(t, "xmlns", "http://www.w3.org/2000/svg"), he(t, "width", "100%"), he(t, "height", "100%"), he(t, "viewBox", "0 0 24 24"), he(t, "fill", "none"), he(t, "stroke", "currentColor"), he(t, "stroke-width", "1.5"), he(t, "stroke-linecap", "round"), he(t, "stroke-linejoin", "round"), he(t, "class", "feather feather-file");
},
m(i, s) {
- il(i, t, s), Ar(t, n), Ar(t, r);
+ ro(i, t, s), Tr(t, n), Tr(t, r);
},
- p: bn,
- i: bn,
- o: bn,
+ p: gn,
+ i: gn,
+ o: gn,
d(i) {
- i && nl(t);
+ i && to(t);
}
};
}
-let ar = class extends tl {
+let or = class extends eo {
constructor(t) {
- super(), rl(this, t, null, ol, sl, {});
+ super(), no(this, t, null, so, io, {});
}
};
const {
- SvelteComponent: ll,
- append: al,
+ SvelteComponent: lo,
+ append: oo,
attr: st,
- detach: ul,
- init: fl,
- insert: cl,
- noop: yn,
- safe_not_equal: hl,
- svg_element: Br
+ detach: ao,
+ init: uo,
+ insert: fo,
+ noop: vn,
+ safe_not_equal: co,
+ svg_element: Ar
} = window.__gradio__svelte__internal;
-function _l(e) {
+function ho(e) {
let t, n;
return {
c() {
- t = Br("svg"), n = Br("path"), st(n, "fill", "currentColor"), st(n, "d", "M13.75 2a2.25 2.25 0 0 1 2.236 2.002V4h1.764A2.25 2.25 0 0 1 20 6.25V11h-1.5V6.25a.75.75 0 0 0-.75-.75h-2.129c-.404.603-1.091 1-1.871 1h-3.5c-.78 0-1.467-.397-1.871-1H6.25a.75.75 0 0 0-.75.75v13.5c0 .414.336.75.75.75h4.78a3.99 3.99 0 0 0 .505 1.5H6.25A2.25 2.25 0 0 1 4 19.75V6.25A2.25 2.25 0 0 1 6.25 4h1.764a2.25 2.25 0 0 1 2.236-2h3.5Zm2.245 2.096L16 4.25c0-.052-.002-.103-.005-.154ZM13.75 3.5h-3.5a.75.75 0 0 0 0 1.5h3.5a.75.75 0 0 0 0-1.5ZM15 12a3 3 0 0 0-3 3v5c0 .556.151 1.077.415 1.524l3.494-3.494a2.25 2.25 0 0 1 3.182 0l3.494 3.494c.264-.447.415-.968.415-1.524v-5a3 3 0 0 0-3-3h-5Zm0 11a2.985 2.985 0 0 1-1.524-.415l3.494-3.494a.75.75 0 0 1 1.06 0l3.494 3.494A2.985 2.985 0 0 1 20 23h-5Zm5-7a1 1 0 1 1 0-2a1 1 0 0 1 0 2Z"), st(t, "xmlns", "http://www.w3.org/2000/svg"), st(t, "width", "100%"), st(t, "height", "100%"), st(t, "viewBox", "0 0 24 24");
+ t = Ar("svg"), n = Ar("path"), st(n, "fill", "currentColor"), st(n, "d", "M13.75 2a2.25 2.25 0 0 1 2.236 2.002V4h1.764A2.25 2.25 0 0 1 20 6.25V11h-1.5V6.25a.75.75 0 0 0-.75-.75h-2.129c-.404.603-1.091 1-1.871 1h-3.5c-.78 0-1.467-.397-1.871-1H6.25a.75.75 0 0 0-.75.75v13.5c0 .414.336.75.75.75h4.78a3.99 3.99 0 0 0 .505 1.5H6.25A2.25 2.25 0 0 1 4 19.75V6.25A2.25 2.25 0 0 1 6.25 4h1.764a2.25 2.25 0 0 1 2.236-2h3.5Zm2.245 2.096L16 4.25c0-.052-.002-.103-.005-.154ZM13.75 3.5h-3.5a.75.75 0 0 0 0 1.5h3.5a.75.75 0 0 0 0-1.5ZM15 12a3 3 0 0 0-3 3v5c0 .556.151 1.077.415 1.524l3.494-3.494a2.25 2.25 0 0 1 3.182 0l3.494 3.494c.264-.447.415-.968.415-1.524v-5a3 3 0 0 0-3-3h-5Zm0 11a2.985 2.985 0 0 1-1.524-.415l3.494-3.494a.75.75 0 0 1 1.06 0l3.494 3.494A2.985 2.985 0 0 1 20 23h-5Zm5-7a1 1 0 1 1 0-2a1 1 0 0 1 0 2Z"), st(t, "xmlns", "http://www.w3.org/2000/svg"), st(t, "width", "100%"), st(t, "height", "100%"), st(t, "viewBox", "0 0 24 24");
},
m(r, i) {
- cl(r, t, i), al(t, n);
+ fo(r, t, i), oo(t, n);
},
- p: yn,
- i: yn,
- o: yn,
+ p: vn,
+ i: vn,
+ o: vn,
d(r) {
- r && ul(t);
+ r && ao(t);
}
};
}
-class dl extends ll {
+class _o extends lo {
constructor(t) {
- super(), fl(this, t, null, _l, hl, {});
+ super(), uo(this, t, null, ho, co, {});
}
}
const {
- SvelteComponent: ml,
- append: wn,
+ SvelteComponent: mo,
+ append: yn,
attr: Q,
- detach: pl,
- init: gl,
- insert: bl,
- noop: En,
- safe_not_equal: vl,
- svg_element: Ut
+ detach: po,
+ init: go,
+ insert: bo,
+ noop: wn,
+ safe_not_equal: vo,
+ svg_element: xt
} = window.__gradio__svelte__internal;
-function yl(e) {
+function yo(e) {
let t, n, r, i;
return {
c() {
- t = Ut("svg"), n = Ut("path"), r = Ut("polyline"), i = Ut("line"), Q(n, "d", "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"), Q(r, "points", "17 8 12 3 7 8"), Q(i, "x1", "12"), Q(i, "y1", "3"), Q(i, "x2", "12"), Q(i, "y2", "15"), Q(t, "xmlns", "http://www.w3.org/2000/svg"), Q(t, "width", "90%"), Q(t, "height", "90%"), Q(t, "viewBox", "0 0 24 24"), Q(t, "fill", "none"), Q(t, "stroke", "currentColor"), Q(t, "stroke-width", "2"), Q(t, "stroke-linecap", "round"), Q(t, "stroke-linejoin", "round"), Q(t, "class", "feather feather-upload");
+ t = xt("svg"), n = xt("path"), r = xt("polyline"), i = xt("line"), Q(n, "d", "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"), Q(r, "points", "17 8 12 3 7 8"), Q(i, "x1", "12"), Q(i, "y1", "3"), Q(i, "x2", "12"), Q(i, "y2", "15"), Q(t, "xmlns", "http://www.w3.org/2000/svg"), Q(t, "width", "90%"), Q(t, "height", "90%"), Q(t, "viewBox", "0 0 24 24"), Q(t, "fill", "none"), Q(t, "stroke", "currentColor"), Q(t, "stroke-width", "2"), Q(t, "stroke-linecap", "round"), Q(t, "stroke-linejoin", "round"), Q(t, "class", "feather feather-upload");
},
- m(s, o) {
- bl(s, t, o), wn(t, n), wn(t, r), wn(t, i);
+ m(s, l) {
+ bo(s, t, l), yn(t, n), yn(t, r), yn(t, i);
},
- p: En,
- i: En,
- o: En,
+ p: wn,
+ i: wn,
+ o: wn,
d(s) {
- s && pl(t);
+ s && po(t);
}
};
}
-let wl = class extends ml {
+let wo = class extends mo {
constructor(t) {
- super(), gl(this, t, null, yl, vl, {});
+ super(), go(this, t, null, yo, vo, {});
}
};
-const El = [
+const Eo = [
{ color: "red", primary: 600, secondary: 100 },
{ color: "green", primary: 600, secondary: 100 },
{ color: "blue", primary: 600, secondary: 100 },
@@ -936,7 +936,7 @@ const El = [
{ color: "cyan", primary: 600, secondary: 100 },
{ color: "lime", primary: 500, secondary: 100 },
{ color: "pink", primary: 600, secondary: 100 }
-], Hr = {
+], Br = {
inherit: "inherit",
current: "currentColor",
transparent: "transparent",
@@ -1229,42 +1229,42 @@ const El = [
950: "#4c0519"
}
};
-El.reduce(
+Eo.reduce(
(e, { color: t, primary: n, secondary: r }) => ({
...e,
[t]: {
- primary: Hr[t][n],
- secondary: Hr[t][r]
+ primary: Br[t][n],
+ secondary: Br[t][r]
}
}),
{}
);
const {
- SvelteComponent: Sl,
+ SvelteComponent: So,
append: Je,
- attr: Rn,
- check_outros: Tl,
- create_component: xi,
- destroy_component: Ui,
+ attr: Mn,
+ check_outros: To,
+ create_component: Ui,
+ destroy_component: xi,
detach: Vt,
- element: xn,
- group_outros: Al,
- init: Bl,
+ element: Dn,
+ group_outros: Ao,
+ init: Bo,
insert: zt,
mount_component: Fi,
- safe_not_equal: Hl,
- set_data: Un,
- space: Fn,
+ safe_not_equal: Ho,
+ set_data: Rn,
+ space: Un,
text: Bt,
- toggle_class: kr,
+ toggle_class: Hr,
transition_in: Zt,
transition_out: Jt
} = window.__gradio__svelte__internal;
-function kl(e) {
+function ko(e) {
let t, n;
- return t = new wl({}), {
+ return t = new wo({}), {
c() {
- xi(t.$$.fragment);
+ Ui(t.$$.fragment);
},
m(r, i) {
Fi(t, r, i), n = !0;
@@ -1276,15 +1276,15 @@ function kl(e) {
Jt(t.$$.fragment, r), n = !1;
},
d(r) {
- Ui(t, r);
+ xi(t, r);
}
};
}
-function Pl(e) {
+function Co(e) {
let t, n;
- return t = new dl({}), {
+ return t = new _o({}), {
c() {
- xi(t.$$.fragment);
+ Ui(t.$$.fragment);
},
m(r, i) {
Fi(t, r, i), n = !0;
@@ -1296,41 +1296,41 @@ function Pl(e) {
Jt(t.$$.fragment, r), n = !1;
},
d(r) {
- Ui(t, r);
+ xi(t, r);
}
};
}
-function Pr(e) {
+function kr(e) {
let t, n, r = (
/*i18n*/
e[1]("common.or") + ""
- ), i, s, o, a = (
+ ), i, s, l, a = (
/*message*/
(e[2] || /*i18n*/
e[1]("upload_text.click_to_upload")) + ""
- ), l;
+ ), o;
return {
c() {
- t = xn("span"), n = Bt("- "), i = Bt(r), s = Bt(" -"), o = Fn(), l = Bt(a), Rn(t, "class", "or svelte-kzcjhc");
+ t = Dn("span"), n = Bt("- "), i = Bt(r), s = Bt(" -"), l = Un(), o = Bt(a), Mn(t, "class", "or svelte-kzcjhc");
},
m(u, f) {
- zt(u, t, f), Je(t, n), Je(t, i), Je(t, s), zt(u, o, f), zt(u, l, f);
+ zt(u, t, f), Je(t, n), Je(t, i), Je(t, s), zt(u, l, f), zt(u, o, f);
},
p(u, f) {
f & /*i18n*/
2 && r !== (r = /*i18n*/
- u[1]("common.or") + "") && Un(i, r), f & /*message, i18n*/
+ u[1]("common.or") + "") && Rn(i, r), f & /*message, i18n*/
6 && a !== (a = /*message*/
(u[2] || /*i18n*/
- u[1]("upload_text.click_to_upload")) + "") && Un(l, a);
+ u[1]("upload_text.click_to_upload")) + "") && Rn(o, a);
},
d(u) {
- u && (Vt(t), Vt(o), Vt(l));
+ u && (Vt(t), Vt(l), Vt(o));
}
};
}
-function Cl(e) {
- let t, n, r, i, s, o = (
+function Po(e) {
+ let t, n, r, i, s, l = (
/*i18n*/
e[1](
/*defs*/
@@ -1340,8 +1340,8 @@ function Cl(e) {
] || /*defs*/
e[5].file
) + ""
- ), a, l, u;
- const f = [Pl, kl], c = [];
+ ), a, o, u;
+ const f = [Co, ko], c = [];
function h(d, p) {
return (
/*type*/
@@ -1351,32 +1351,32 @@ function Cl(e) {
r = h(e), i = c[r] = f[r](e);
let _ = (
/*mode*/
- e[3] !== "short" && Pr(e)
+ e[3] !== "short" && kr(e)
);
return {
c() {
- t = xn("div"), n = xn("span"), i.c(), s = Fn(), a = Bt(o), l = Fn(), _ && _.c(), Rn(n, "class", "icon-wrap svelte-kzcjhc"), kr(
+ t = Dn("div"), n = Dn("span"), i.c(), s = Un(), a = Bt(l), o = Un(), _ && _.c(), Mn(n, "class", "icon-wrap svelte-kzcjhc"), Hr(
n,
"hovered",
/*hovered*/
e[4]
- ), Rn(t, "class", "wrap svelte-kzcjhc");
+ ), Mn(t, "class", "wrap svelte-kzcjhc");
},
m(d, p) {
- zt(d, t, p), Je(t, n), c[r].m(n, null), Je(t, s), Je(t, a), Je(t, l), _ && _.m(t, null), u = !0;
+ zt(d, t, p), Je(t, n), c[r].m(n, null), Je(t, s), Je(t, a), Je(t, o), _ && _.m(t, null), u = !0;
},
p(d, [p]) {
let y = r;
- r = h(d), r !== y && (Al(), Jt(c[y], 1, 1, () => {
+ r = h(d), r !== y && (Ao(), Jt(c[y], 1, 1, () => {
c[y] = null;
- }), Tl(), i = c[r], i || (i = c[r] = f[r](d), i.c()), Zt(i, 1), i.m(n, null)), (!u || p & /*hovered*/
- 16) && kr(
+ }), To(), i = c[r], i || (i = c[r] = f[r](d), i.c()), Zt(i, 1), i.m(n, null)), (!u || p & /*hovered*/
+ 16) && Hr(
n,
"hovered",
/*hovered*/
d[4]
), (!u || p & /*i18n, type*/
- 3) && o !== (o = /*i18n*/
+ 3) && l !== (l = /*i18n*/
d[1](
/*defs*/
d[5][
@@ -1384,8 +1384,8 @@ function Cl(e) {
d[0]
] || /*defs*/
d[5].file
- ) + "") && Un(a, o), /*mode*/
- d[3] !== "short" ? _ ? _.p(d, p) : (_ = Pr(d), _.c(), _.m(t, null)) : _ && (_.d(1), _ = null);
+ ) + "") && Rn(a, l), /*mode*/
+ d[3] !== "short" ? _ ? _.p(d, p) : (_ = kr(d), _.c(), _.m(t, null)) : _ && (_.d(1), _ = null);
},
i(d) {
u || (Zt(i), u = !0);
@@ -1398,9 +1398,9 @@ function Cl(e) {
}
};
}
-function Nl(e, t, n) {
- let { type: r = "file" } = t, { i18n: i } = t, { message: s = void 0 } = t, { mode: o = "full" } = t, { hovered: a = !1 } = t;
- const l = {
+function No(e, t, n) {
+ let { type: r = "file" } = t, { i18n: i } = t, { message: s = void 0 } = t, { mode: l = "full" } = t, { hovered: a = !1 } = t;
+ const o = {
image: "upload_text.drop_image",
video: "upload_text.drop_video",
audio: "upload_text.drop_audio",
@@ -1410,12 +1410,12 @@ function Nl(e, t, n) {
clipboard: "upload_text.paste_clipboard"
};
return e.$$set = (u) => {
- "type" in u && n(0, r = u.type), "i18n" in u && n(1, i = u.i18n), "message" in u && n(2, s = u.message), "mode" in u && n(3, o = u.mode), "hovered" in u && n(4, a = u.hovered);
- }, [r, i, s, o, a, l];
+ "type" in u && n(0, r = u.type), "i18n" in u && n(1, i = u.i18n), "message" in u && n(2, s = u.message), "mode" in u && n(3, l = u.mode), "hovered" in u && n(4, a = u.hovered);
+ }, [r, i, s, l, a, o];
}
-class Il extends Sl {
+class Io extends So {
constructor(t) {
- super(), Bl(this, t, Nl, Cl, Hl, {
+ super(), Bo(this, t, No, Po, Ho, {
type: 0,
i18n: 1,
message: 2,
@@ -1424,14 +1424,14 @@ class Il extends Sl {
});
}
}
-var Sn = new Intl.Collator(0, { numeric: 1 }).compare;
+var En = new Intl.Collator(0, { numeric: 1 }).compare;
function Cr(e, t, n) {
- return e = e.split("."), t = t.split("."), Sn(e[0], t[0]) || Sn(e[1], t[1]) || (t[2] = t.slice(2).join("."), n = /[.-]/.test(e[2] = e.slice(2).join(".")), n == /[.-]/.test(t[2]) ? Sn(e[2], t[2]) : n ? -1 : 1);
+ return e = e.split("."), t = t.split("."), En(e[0], t[0]) || En(e[1], t[1]) || (t[2] = t.slice(2).join("."), n = /[.-]/.test(e[2] = e.slice(2).join(".")), n == /[.-]/.test(t[2]) ? En(e[2], t[2]) : n ? -1 : 1);
}
function Gi(e, t, n) {
return t.startsWith("http://") || t.startsWith("https://") ? n ? e : t : e + t;
}
-function Tn(e) {
+function Sn(e) {
if (e.startsWith("http")) {
const { protocol: t, host: n } = new URL(e);
return n.endsWith("hf.space") ? {
@@ -1456,8 +1456,8 @@ function Tn(e) {
host: e
};
}
-const qi = /^[^\/]*\/[^\/]*$/, Ol = /.*hf\.space\/{0,1}$/;
-async function Ll(e, t) {
+const qi = /^[^\/]*\/[^\/]*$/, Lo = /.*hf\.space\/{0,1}$/;
+async function Oo(e, t) {
const n = {};
t && (n.Authorization = `Bearer ${t}`);
const r = e.trim();
@@ -1472,33 +1472,33 @@ async function Ll(e, t) {
const s = (await i.json()).host;
return {
space_id: e,
- ...Tn(s)
+ ...Sn(s)
};
} catch (i) {
throw new Error("Space metadata could not be loaded." + i.message);
}
- if (Ol.test(r)) {
- const { ws_protocol: i, http_protocol: s, host: o } = Tn(r);
+ if (Lo.test(r)) {
+ const { ws_protocol: i, http_protocol: s, host: l } = Sn(r);
return {
- space_id: o.replace(".hf.space", ""),
+ space_id: l.replace(".hf.space", ""),
ws_protocol: i,
http_protocol: s,
- host: o
+ host: l
};
}
return {
space_id: !1,
- ...Tn(r)
+ ...Sn(r)
};
}
-function Ml(e) {
+function Mo(e) {
let t = {};
return e.forEach(({ api_name: n }, r) => {
n && (t[n] = r);
}), t;
}
-const Dl = /^(?=[^]*\b[dD]iscussions{0,1}\b)(?=[^]*\b[dD]isabled\b)[^]*$/;
-async function Nr(e) {
+const Do = /^(?=[^]*\b[dD]iscussions{0,1}\b)(?=[^]*\b[dD]isabled\b)[^]*$/;
+async function Pr(e) {
try {
const n = (await fetch(
`https://huggingface.co/api/spaces/${e}/discussions`,
@@ -1506,18 +1506,18 @@ async function Nr(e) {
method: "HEAD"
}
)).headers.get("x-error-message");
- return !(n && Dl.test(n));
+ return !(n && Do.test(n));
} catch {
return !1;
}
}
-function Pe(e, t, n) {
+function Ce(e, t, n) {
if (e == null)
return null;
if (Array.isArray(e)) {
const r = [];
for (const i of e)
- i == null ? r.push(null) : r.push(Pe(i, t, n));
+ i == null ? r.push(null) : r.push(Ce(i, t, n));
return r;
}
return e.is_stream ? n == null ? new ft({
@@ -1528,10 +1528,10 @@ function Pe(e, t, n) {
url: "/proxy=" + n + "stream/" + e.path
}) : new ft({
...e,
- url: xl(e.path, t, n)
+ url: Uo(e.path, t, n)
});
}
-function Rl(e) {
+function Ro(e) {
try {
const t = new URL(e);
return t.protocol === "http:" || t.protocol === "https:";
@@ -1539,10 +1539,10 @@ function Rl(e) {
return !1;
}
}
-function xl(e, t, n) {
- return e == null ? n ? `/proxy=${n}file=` : `${t}/file=` : Rl(e) ? e : n ? `/proxy=${n}file=${e}` : `${t}/file=${e}`;
+function Uo(e, t, n) {
+ return e == null ? n ? `/proxy=${n}file=` : `${t}/file=` : Ro(e) ? e : n ? `/proxy=${n}file=${e}` : `${t}/file=${e}`;
}
-async function Ul(e, t, n, r = ql) {
+async function xo(e, t, n, r = qo) {
let i = (Array.isArray(e) ? e : [e]).map(
(s) => s.blob
);
@@ -1551,15 +1551,15 @@ async function Ul(e, t, n, r = ql) {
async (s) => {
if (s.error)
throw new Error(s.error);
- return s.files ? s.files.map((o, a) => {
- const l = new ft({ ...e[a], path: o });
- return Pe(l, t, null);
+ return s.files ? s.files.map((l, a) => {
+ const o = new ft({ ...e[a], path: l });
+ return Ce(o, t, null);
}) : [];
}
)
);
}
-async function Fl(e, t) {
+async function Fo(e, t) {
return e.map(
(n, r) => new ft({
path: n.name,
@@ -1578,22 +1578,22 @@ class ft {
orig_name: r,
size: i,
blob: s,
- is_stream: o,
+ is_stream: l,
mime_type: a,
- alt_text: l
+ alt_text: o
}) {
- this.path = t, this.url = n, this.orig_name = r, this.size = i, this.blob = n ? void 0 : s, this.is_stream = o, this.mime_type = a, this.alt_text = l;
+ this.path = t, this.url = n, this.orig_name = r, this.size = i, this.blob = n ? void 0 : s, this.is_stream = l, this.mime_type = a, this.alt_text = o;
}
}
const ji = "This application is too busy. Keep trying!", je = "Connection errored out.";
let Vi;
-function Gl(e, t) {
+function Go(e, t) {
return { post_data: n, upload_files: r, client: i, handle_blob: s };
- async function n(o, a, l) {
+ async function n(l, a, o) {
const u = { "Content-Type": "application/json" };
- l && (u.Authorization = `Bearer ${l}`);
+ o && (u.Authorization = `Bearer ${o}`);
try {
- var f = await e(o, {
+ var f = await e(l, {
method: "POST",
body: JSON.stringify(a),
headers: u
@@ -1609,9 +1609,9 @@ function Gl(e, t) {
}
return [c, h];
}
- async function r(o, a, l, u) {
+ async function r(l, a, o, u) {
const f = {};
- l && (f.Authorization = `Bearer ${l}`);
+ o && (f.Authorization = `Bearer ${o}`);
const c = 1e3, h = [];
for (let d = 0; d < a.length; d += c) {
const p = a.slice(d, d + c), y = new FormData();
@@ -1619,7 +1619,7 @@ function Gl(e, t) {
y.append("files", E);
});
try {
- const E = u ? `${o}/upload?upload_id=${u}` : `${o}/upload`;
+ const E = u ? `${l}/upload?upload_id=${u}` : `${l}/upload`;
var _ = await e(E, {
method: "POST",
body: y,
@@ -1633,10 +1633,10 @@ function Gl(e, t) {
}
return { files: h };
}
- async function i(o, a = { normalise_files: !0 }) {
- return new Promise(async (l) => {
+ async function i(l, a = { normalise_files: !0 }) {
+ return new Promise(async (o) => {
const { status_callback: u, hf_token: f, normalise_files: c } = a, h = {
- predict: le,
+ predict: oe,
submit: qe,
view_api: Be,
component_server: rt
@@ -1645,13 +1645,13 @@ function Gl(e, t) {
const m = await import("./wrapper-6f348d45-f837cf34.js");
Vi = (await import("./__vite-browser-external-2447137e.js")).Blob, global.WebSocket = m.WebSocket;
}
- const { ws_protocol: d, http_protocol: p, host: y, space_id: v } = await Ll(o, f), E = Math.random().toString(36).substring(2), g = {};
+ const { ws_protocol: d, http_protocol: p, host: y, space_id: v } = await Oo(l, f), E = Math.random().toString(36).substring(2), g = {};
let A = !1, T = {}, w = null;
const j = {}, B = /* @__PURE__ */ new Set();
- let H, Z = {}, oe = !1;
- f && v && (oe = await Vl(v, f));
+ let H, Z = {}, le = !1;
+ f && v && (le = await Vo(v, f));
async function Ge(m) {
- if (H = m, Z = Ml((m == null ? void 0 : m.dependencies) || []), H.auth_required)
+ if (H = m, Z = Mo((m == null ? void 0 : m.dependencies) || []), H.auth_required)
return {
config: H,
...h
@@ -1670,13 +1670,13 @@ function Gl(e, t) {
async function Ae(m) {
if (u && u(m), m.status === "running")
try {
- H = await Mr(
+ H = await Or(
e,
`${p}//${y}`,
f
);
const N = await Ge(H);
- l(N);
+ o(N);
} catch (N) {
console.error(N), u && u({
status: "error",
@@ -1687,15 +1687,15 @@ function Gl(e, t) {
}
}
try {
- H = await Mr(
+ H = await Or(
e,
`${p}//${y}`,
f
);
const m = await Ge(H);
- l(m);
+ o(m);
} catch (m) {
- console.error(m), v ? qn(
+ console.error(m), v ? Fn(
v,
qi.test(v) ? "space_name" : "subdomain",
Ae
@@ -1706,7 +1706,7 @@ function Gl(e, t) {
detail: "NOT_FOUND"
});
}
- function le(m, N, b) {
+ function oe(m, N, b) {
let M = !1, S = !1, X;
if (typeof m == "number")
X = H.dependencies[m];
@@ -1720,11 +1720,11 @@ function Gl(e, t) {
);
return new Promise((V, ae) => {
const He = qe(m, N, b);
- let C;
+ let P;
He.on("data", (ue) => {
- S && (He.destroy(), V(ue)), M = !0, C = ue;
+ S && (He.destroy(), V(ue)), M = !0, P = ue;
}).on("status", (ue) => {
- ue.stage === "error" && ae(ue), ue.stage === "complete" && (S = !0, M && (He.destroy(), V(C)));
+ ue.stage === "error" && ae(ue), ue.stage === "complete" && (S = !0, M && (He.destroy(), V(P)));
});
});
}
@@ -1741,27 +1741,27 @@ function Gl(e, t) {
"There is no endpoint matching that name of fn_index matching that number."
);
let V, ae, He = H.protocol ?? "ws";
- const C = typeof m == "number" ? "/predict" : m;
+ const P = typeof m == "number" ? "/predict" : m;
let ue, pe = null, re = !1;
const St = {};
- let Le = "";
- typeof window < "u" && (Le = new URLSearchParams(window.location.search).toString()), s(`${H.root}`, N, X, f).then(
+ let Oe = "";
+ typeof window < "u" && (Oe = new URLSearchParams(window.location.search).toString()), s(`${H.root}`, N, X, f).then(
(W) => {
if (ue = {
data: W || [],
event_data: b,
fn_index: S,
trigger_id: M
- }, zl(S, H))
+ }, zo(S, H))
D({
type: "status",
- endpoint: C,
+ endpoint: P,
stage: "pending",
queue: !1,
fn_index: S,
time: /* @__PURE__ */ new Date()
}), n(
- `${H.root}/run${C.startsWith("/") ? C : `/${C}`}${Le ? "?" + Le : ""}`,
+ `${H.root}/run${P.startsWith("/") ? P : `/${P}`}${Oe ? "?" + Oe : ""}`,
{
...ue,
session_hash: E
@@ -1776,13 +1776,13 @@ function Gl(e, t) {
) : G.data;
z == 200 ? (D({
type: "data",
- endpoint: C,
+ endpoint: P,
fn_index: S,
data: ge,
time: /* @__PURE__ */ new Date()
}), D({
type: "status",
- endpoint: C,
+ endpoint: P,
fn_index: S,
stage: "complete",
eta: G.average_duration,
@@ -1791,7 +1791,7 @@ function Gl(e, t) {
})) : D({
type: "status",
stage: "error",
- endpoint: C,
+ endpoint: P,
fn_index: S,
message: G.error,
queue: !1,
@@ -1802,7 +1802,7 @@ function Gl(e, t) {
type: "status",
stage: "error",
message: G.message,
- endpoint: C,
+ endpoint: P,
fn_index: S,
queue: !1,
time: /* @__PURE__ */ new Date()
@@ -1813,7 +1813,7 @@ function Gl(e, t) {
type: "status",
stage: "pending",
queue: !0,
- endpoint: C,
+ endpoint: P,
fn_index: S,
time: /* @__PURE__ */ new Date()
});
@@ -1822,68 +1822,68 @@ function Gl(e, t) {
H.path,
!0
)}
- /queue/join${Le ? "?" + Le : ""}`);
- oe && G.searchParams.set("__sign", oe), V = new WebSocket(G), V.onclose = (z) => {
+ /queue/join${Oe ? "?" + Oe : ""}`);
+ le && G.searchParams.set("__sign", le), V = new WebSocket(G), V.onclose = (z) => {
z.wasClean || D({
type: "status",
stage: "error",
broken: !0,
message: je,
queue: !0,
- endpoint: C,
+ endpoint: P,
fn_index: S,
time: /* @__PURE__ */ new Date()
});
}, V.onmessage = function(z) {
- const ge = JSON.parse(z.data), { type: J, status: x, data: U } = An(
+ const ge = JSON.parse(z.data), { type: J, status: U, data: x } = Tn(
ge,
g[S]
);
- if (J === "update" && x && !re)
+ if (J === "update" && U && !re)
D({
type: "status",
- endpoint: C,
+ endpoint: P,
fn_index: S,
time: /* @__PURE__ */ new Date(),
- ...x
- }), x.stage === "error" && V.close();
+ ...U
+ }), U.stage === "error" && V.close();
else if (J === "hash") {
V.send(JSON.stringify({ fn_index: S, session_hash: E }));
return;
} else
- J === "data" ? V.send(JSON.stringify({ ...ue, session_hash: E })) : J === "complete" ? re = x : J === "log" ? D({
+ J === "data" ? V.send(JSON.stringify({ ...ue, session_hash: E })) : J === "complete" ? re = U : J === "log" ? D({
type: "log",
- log: U.log,
- level: U.level,
- endpoint: C,
+ log: x.log,
+ level: x.level,
+ endpoint: P,
fn_index: S
}) : J === "generating" && D({
type: "status",
time: /* @__PURE__ */ new Date(),
- ...x,
- stage: x == null ? void 0 : x.stage,
+ ...U,
+ stage: U == null ? void 0 : U.stage,
queue: !0,
- endpoint: C,
+ endpoint: P,
fn_index: S
});
- U && (D({
+ x && (D({
type: "data",
time: /* @__PURE__ */ new Date(),
data: _ ? Ft(
- U.data,
+ x.data,
X,
H.root,
H.root_url
- ) : U.data,
- endpoint: C,
+ ) : x.data,
+ endpoint: P,
fn_index: S
}), re && (D({
type: "status",
time: /* @__PURE__ */ new Date(),
...re,
- stage: x == null ? void 0 : x.stage,
+ stage: U == null ? void 0 : U.stage,
queue: !0,
- endpoint: C,
+ endpoint: P,
fn_index: S
}), V.close()));
}, Cr(H.version || "2.0.0", "3.6") < 0 && addEventListener(
@@ -1895,7 +1895,7 @@ function Gl(e, t) {
type: "status",
stage: "pending",
queue: !0,
- endpoint: C,
+ endpoint: P,
fn_index: S,
time: /* @__PURE__ */ new Date()
});
@@ -1904,21 +1904,21 @@ function Gl(e, t) {
session_hash: E
}).toString();
let G = new URL(
- `${H.root}/queue/join?${Le ? Le + "&" : ""}${fe}`
+ `${H.root}/queue/join?${Oe ? Oe + "&" : ""}${fe}`
);
ae = t(G), ae.onmessage = async function(z) {
- const ge = JSON.parse(z.data), { type: J, status: x, data: U } = An(
+ const ge = JSON.parse(z.data), { type: J, status: U, data: x } = Tn(
ge,
g[S]
);
- if (J === "update" && x && !re)
+ if (J === "update" && U && !re)
D({
type: "status",
- endpoint: C,
+ endpoint: P,
fn_index: S,
time: /* @__PURE__ */ new Date(),
- ...x
- }), x.stage === "error" && ae.close();
+ ...U
+ }), U.stage === "error" && ae.close();
else if (J === "data") {
pe = ge.event_id;
let [it, Rs] = await n(
@@ -1935,44 +1935,44 @@ function Gl(e, t) {
stage: "error",
message: je,
queue: !0,
- endpoint: C,
+ endpoint: P,
fn_index: S,
time: /* @__PURE__ */ new Date()
}), ae.close());
} else
- J === "complete" ? re = x : J === "log" ? D({
+ J === "complete" ? re = U : J === "log" ? D({
type: "log",
- log: U.log,
- level: U.level,
- endpoint: C,
+ log: x.log,
+ level: x.level,
+ endpoint: P,
fn_index: S
}) : J === "generating" && D({
type: "status",
time: /* @__PURE__ */ new Date(),
- ...x,
- stage: x == null ? void 0 : x.stage,
+ ...U,
+ stage: U == null ? void 0 : U.stage,
queue: !0,
- endpoint: C,
+ endpoint: P,
fn_index: S
});
- U && (D({
+ x && (D({
type: "data",
time: /* @__PURE__ */ new Date(),
data: _ ? Ft(
- U.data,
+ x.data,
X,
H.root,
H.root_url
- ) : U.data,
- endpoint: C,
+ ) : x.data,
+ endpoint: P,
fn_index: S
}), re && (D({
type: "status",
time: /* @__PURE__ */ new Date(),
...re,
- stage: x == null ? void 0 : x.stage,
+ stage: U == null ? void 0 : U.stage,
queue: !0,
- endpoint: C,
+ endpoint: P,
fn_index: S
}), ae.close()));
};
@@ -1981,11 +1981,11 @@ function Gl(e, t) {
type: "status",
stage: "pending",
queue: !0,
- endpoint: C,
+ endpoint: P,
fn_index: S,
time: /* @__PURE__ */ new Date()
}), n(
- `${H.root}/queue/join?${Le}`,
+ `${H.root}/queue/join?${Oe}`,
{
...ue,
session_hash: E
@@ -1998,7 +1998,7 @@ function Gl(e, t) {
stage: "error",
message: ji,
queue: !0,
- endpoint: C,
+ endpoint: P,
fn_index: S,
time: /* @__PURE__ */ new Date()
});
@@ -2008,7 +2008,7 @@ function Gl(e, t) {
stage: "error",
message: je,
queue: !0,
- endpoint: C,
+ endpoint: P,
fn_index: S,
time: /* @__PURE__ */ new Date()
});
@@ -2016,49 +2016,49 @@ function Gl(e, t) {
pe = G.event_id;
let ge = async function(J) {
try {
- const { type: x, status: U, data: it } = An(
+ const { type: U, status: x, data: it } = Tn(
J,
g[S]
);
- if (x == "heartbeat")
+ if (U == "heartbeat")
return;
- if (x === "update" && U && !re)
+ if (U === "update" && x && !re)
D({
type: "status",
- endpoint: C,
+ endpoint: P,
fn_index: S,
time: /* @__PURE__ */ new Date(),
- ...U
+ ...x
});
- else if (x === "complete")
- re = U;
- else if (x == "unexpected_error")
- console.error("Unexpected error", U == null ? void 0 : U.message), D({
+ else if (U === "complete")
+ re = x;
+ else if (U == "unexpected_error")
+ console.error("Unexpected error", x == null ? void 0 : x.message), D({
type: "status",
stage: "error",
- message: (U == null ? void 0 : U.message) || "An Unexpected Error Occurred!",
+ message: (x == null ? void 0 : x.message) || "An Unexpected Error Occurred!",
queue: !0,
- endpoint: C,
+ endpoint: P,
fn_index: S,
time: /* @__PURE__ */ new Date()
});
- else if (x === "log") {
+ else if (U === "log") {
D({
type: "log",
log: it.log,
level: it.level,
- endpoint: C,
+ endpoint: P,
fn_index: S
});
return;
} else
- x === "generating" && D({
+ U === "generating" && D({
type: "status",
time: /* @__PURE__ */ new Date(),
- ...U,
- stage: U == null ? void 0 : U.stage,
+ ...x,
+ stage: x == null ? void 0 : x.stage,
queue: !0,
- endpoint: C,
+ endpoint: P,
fn_index: S
});
it && (D({
@@ -2070,27 +2070,27 @@ function Gl(e, t) {
H.root,
H.root_url
) : it.data,
- endpoint: C,
+ endpoint: P,
fn_index: S
}), re && D({
type: "status",
time: /* @__PURE__ */ new Date(),
...re,
- stage: U == null ? void 0 : U.stage,
+ stage: x == null ? void 0 : x.stage,
queue: !0,
- endpoint: C,
+ endpoint: P,
fn_index: S
- })), ((U == null ? void 0 : U.stage) === "complete" || (U == null ? void 0 : U.stage) === "error") && j[pe] && delete j[pe];
- } catch (x) {
- console.error("Unexpected client exception", x), D({
+ })), ((x == null ? void 0 : x.stage) === "complete" || (x == null ? void 0 : x.stage) === "error") && j[pe] && delete j[pe];
+ } catch (U) {
+ console.error("Unexpected client exception", U), D({
type: "status",
stage: "error",
message: "An Unexpected Error Occurred!",
queue: !0,
- endpoint: C,
+ endpoint: P,
fn_index: S,
time: /* @__PURE__ */ new Date()
- }), Oe();
+ }), Le();
}
};
pe in T && (T[pe].forEach(
@@ -2104,16 +2104,16 @@ function Gl(e, t) {
const G = St[W.type] || [];
G == null || G.forEach((z) => z(W));
}
- function cn(W, fe) {
+ function fn(W, fe) {
const G = St, z = G[W] || [];
- return G[W] = z, z == null || z.push(fe), { on: cn, off: Mt, cancel: hn, destroy: _n };
+ return G[W] = z, z == null || z.push(fe), { on: fn, off: Mt, cancel: cn, destroy: hn };
}
function Mt(W, fe) {
const G = St;
let z = G[W] || [];
- return z = z == null ? void 0 : z.filter((ge) => ge !== fe), G[W] = z, { on: cn, off: Mt, cancel: hn, destroy: _n };
+ return z = z == null ? void 0 : z.filter((ge) => ge !== fe), G[W] = z, { on: fn, off: Mt, cancel: cn, destroy: hn };
}
- async function hn() {
+ async function cn() {
const W = {
stage: "complete",
queue: !1,
@@ -2122,7 +2122,7 @@ function Gl(e, t) {
re = W, D({
...W,
type: "status",
- endpoint: C,
+ endpoint: P,
fn_index: S
});
let fe = {};
@@ -2141,17 +2141,17 @@ function Gl(e, t) {
);
}
}
- function _n() {
+ function hn() {
for (const W in St)
St[W].forEach((fe) => {
Mt(W, fe);
});
}
return {
- on: cn,
+ on: fn,
off: Mt,
- cancel: hn,
- destroy: _n
+ cancel: cn,
+ destroy: hn
};
}
function Et() {
@@ -2169,7 +2169,7 @@ function Gl(e, t) {
)
);
else if (j[S]) {
- M.msg === "process_completed" && (B.delete(S), B.size === 0 && Oe());
+ M.msg === "process_completed" && (B.delete(S), B.size === 0 && Le());
let X = j[S];
window.setTimeout(X, 0, M);
} else
@@ -2182,10 +2182,10 @@ function Gl(e, t) {
message: je
})
)
- ), Oe();
+ ), Le();
};
}
- function Oe() {
+ function Le() {
A = !1, w == null || w.close();
}
async function rt(m, N, b) {
@@ -2193,7 +2193,7 @@ function Gl(e, t) {
const S = { "Content-Type": "application/json" };
f && (S.Authorization = `Bearer ${f}`);
let X, V = H.components.find(
- (C) => C.id === m
+ (P) => P.id === m
);
(M = V == null ? void 0 : V.props) != null && M.root_url ? X = V.props.root_url : X = H.root;
const ae = await e(
@@ -2236,22 +2236,22 @@ function Gl(e, t) {
}), !b.ok)
throw new Error(je);
let M = await b.json();
- return "api" in M && (M = M.api), M.named_endpoints["/predict"] && !M.unnamed_endpoints[0] && (M.unnamed_endpoints[0] = M.named_endpoints["/predict"]), jl(M, m, Z);
+ return "api" in M && (M = M.api), M.named_endpoints["/predict"] && !M.unnamed_endpoints[0] && (M.unnamed_endpoints[0] = M.named_endpoints["/predict"]), jo(M, m, Z);
}
});
}
- async function s(o, a, l, u) {
- const f = await Gn(
+ async function s(l, a, o, u) {
+ const f = await xn(
a,
void 0,
[],
!0,
- l
+ o
);
return Promise.all(
f.map(async ({ path: c, blob: h, type: _ }) => {
if (h) {
- const d = (await r(o, [h], u)).files[0];
+ const d = (await r(l, [h], u)).files[0];
return { path: c, file_url: d, type: _, name: h == null ? void 0 : h.name };
}
return { path: c, type: _ };
@@ -2266,17 +2266,17 @@ function Gl(e, t) {
}), a));
}
}
-const { post_data: y0, upload_files: ql, client: w0, handle_blob: E0 } = Gl(
+const { post_data: m0, upload_files: qo, client: p0, handle_blob: g0 } = Go(
fetch,
(...e) => new EventSource(...e)
);
function Ft(e, t, n, r) {
return e.map((i, s) => {
- var o, a, l, u;
- return ((a = (o = t == null ? void 0 : t.returns) == null ? void 0 : o[s]) == null ? void 0 : a.component) === "File" ? Pe(i, n, r) : ((u = (l = t == null ? void 0 : t.returns) == null ? void 0 : l[s]) == null ? void 0 : u.component) === "Gallery" ? i.map((f) => Array.isArray(f) ? [Pe(f[0], n, r), f[1]] : [Pe(f, n, r), null]) : typeof i == "object" && i.path ? Pe(i, n, r) : i;
+ var l, a, o, u;
+ return ((a = (l = t == null ? void 0 : t.returns) == null ? void 0 : l[s]) == null ? void 0 : a.component) === "File" ? Ce(i, n, r) : ((u = (o = t == null ? void 0 : t.returns) == null ? void 0 : o[s]) == null ? void 0 : u.component) === "Gallery" ? i.map((f) => Array.isArray(f) ? [Ce(f[0], n, r), f[1]] : [Ce(f, n, r), null]) : typeof i == "object" && i.path ? Ce(i, n, r) : i;
});
}
-function Ir(e, t, n, r) {
+function Nr(e, t, n, r) {
switch (e.type) {
case "string":
return "string";
@@ -2296,38 +2296,38 @@ function Ir(e, t, n, r) {
if (n === "GallerySerializable")
return r === "parameter" ? "[(Blob | File | Buffer), (string | null)][]" : "[{ name: string; data: string; size?: number; is_file?: boolean; orig_name?: string}, (string | null))][]";
}
-function Or(e, t) {
+function Ir(e, t) {
return t === "GallerySerializable" ? "array of [file, label] tuples" : t === "ListStringSerializable" ? "array of strings" : t === "FileSerializable" ? "array of files or single file" : e.description;
}
-function jl(e, t, n) {
+function jo(e, t, n) {
const r = {
named_endpoints: {},
unnamed_endpoints: {}
};
for (const i in e) {
const s = e[i];
- for (const o in s) {
- const a = t.dependencies[o] ? o : n[o.replace("/", "")], l = s[o];
- r[i][o] = {}, r[i][o].parameters = {}, r[i][o].returns = {}, r[i][o].type = t.dependencies[a].types, r[i][o].parameters = l.parameters.map(
+ for (const l in s) {
+ const a = t.dependencies[l] ? l : n[l.replace("/", "")], o = s[l];
+ r[i][l] = {}, r[i][l].parameters = {}, r[i][l].returns = {}, r[i][l].type = t.dependencies[a].types, r[i][l].parameters = o.parameters.map(
({ label: u, component: f, type: c, serializer: h }) => ({
label: u,
component: f,
- type: Ir(c, f, h, "parameter"),
- description: Or(c, h)
+ type: Nr(c, f, h, "parameter"),
+ description: Ir(c, h)
})
- ), r[i][o].returns = l.returns.map(
+ ), r[i][l].returns = o.returns.map(
({ label: u, component: f, type: c, serializer: h }) => ({
label: u,
component: f,
- type: Ir(c, f, h, "return"),
- description: Or(c, h)
+ type: Nr(c, f, h, "return"),
+ description: Ir(c, h)
})
);
}
}
return r;
}
-async function Vl(e, t) {
+async function Vo(e, t) {
try {
return (await (await fetch(`https://huggingface.co/api/spaces/${e}/jwt`, {
headers: {
@@ -2343,17 +2343,17 @@ function Lr(e, t, n) {
e = e[n.shift()];
e[n.shift()] = t;
}
-async function Gn(e, t = void 0, n = [], r = !1, i = void 0) {
+async function xn(e, t = void 0, n = [], r = !1, i = void 0) {
if (Array.isArray(e)) {
let s = [];
return await Promise.all(
- e.map(async (o, a) => {
- var l;
+ e.map(async (l, a) => {
+ var o;
let u = n.slice();
u.push(a);
- const f = await Gn(
+ const f = await xn(
e[a],
- r ? ((l = i == null ? void 0 : i.parameters[a]) == null ? void 0 : l.component) || void 0 : t,
+ r ? ((o = i == null ? void 0 : i.parameters[a]) == null ? void 0 : o.component) || void 0 : t,
u,
!1,
i
@@ -2372,12 +2372,12 @@ async function Gn(e, t = void 0, n = [], r = !1, i = void 0) {
];
if (typeof e == "object") {
let s = [];
- for (let o in e)
- if (e.hasOwnProperty(o)) {
+ for (let l in e)
+ if (e.hasOwnProperty(l)) {
let a = n.slice();
- a.push(o), s = s.concat(
- await Gn(
- e[o],
+ a.push(l), s = s.concat(
+ await xn(
+ e[l],
void 0,
a,
!1,
@@ -2390,11 +2390,11 @@ async function Gn(e, t = void 0, n = [], r = !1, i = void 0) {
}
return [];
}
-function zl(e, t) {
+function zo(e, t) {
var n, r, i, s;
return !(((r = (n = t == null ? void 0 : t.dependencies) == null ? void 0 : n[e]) == null ? void 0 : r.queue) === null ? t.enable_queue : (s = (i = t == null ? void 0 : t.dependencies) == null ? void 0 : i[e]) != null && s.queue) || !1;
}
-async function Mr(e, t, n) {
+async function Or(e, t, n) {
const r = {};
if (n && (r.Authorization = `Bearer ${n}`), typeof window < "u" && window.gradio_config && location.origin !== "http://localhost:9876" && !window.gradio_config.dev_mode) {
const i = window.gradio_config.root, s = window.gradio_config;
@@ -2411,7 +2411,7 @@ async function Mr(e, t, n) {
}
throw new Error("No config or app endpoint found");
}
-async function qn(e, t, n) {
+async function Fn(e, t, n) {
let r = t === "subdomain" ? `https://huggingface.co/api/spaces/by-subdomain/${e}` : `https://huggingface.co/api/spaces/${e}`, i, s;
try {
if (i = await fetch(r), s = i.status, s !== 200)
@@ -2429,19 +2429,19 @@ async function qn(e, t, n) {
if (!i || s !== 200)
return;
const {
- runtime: { stage: o },
+ runtime: { stage: l },
id: a
} = i;
- switch (o) {
+ switch (l) {
case "STOPPED":
case "SLEEPING":
n({
status: "sleeping",
load_status: "pending",
message: "Space is asleep. Waking it up...",
- detail: o
+ detail: l
}), setTimeout(() => {
- qn(e, t, n);
+ Fn(e, t, n);
}, 1e3);
break;
case "PAUSED":
@@ -2449,8 +2449,8 @@ async function qn(e, t, n) {
status: "paused",
load_status: "error",
message: "This space has been paused by the author. If you would like to try this demo, consider duplicating the space.",
- detail: o,
- discussions_enabled: await Nr(a)
+ detail: l,
+ discussions_enabled: await Pr(a)
});
break;
case "RUNNING":
@@ -2459,7 +2459,7 @@ async function qn(e, t, n) {
status: "running",
load_status: "complete",
message: "",
- detail: o
+ detail: l
});
break;
case "BUILDING":
@@ -2467,9 +2467,9 @@ async function qn(e, t, n) {
status: "building",
load_status: "pending",
message: "Space is building...",
- detail: o
+ detail: l
}), setTimeout(() => {
- qn(e, t, n);
+ Fn(e, t, n);
}, 1e3);
break;
default:
@@ -2477,13 +2477,13 @@ async function qn(e, t, n) {
status: "space_error",
load_status: "error",
message: "This space is experiencing an issue.",
- detail: o,
- discussions_enabled: await Nr(a)
+ detail: l,
+ discussions_enabled: await Pr(a)
});
break;
}
}
-function An(e, t) {
+function Tn(e, t) {
switch (e.msg) {
case "send_data":
return { type: "data" };
@@ -2591,69 +2591,61 @@ function An(e, t) {
return { type: "none", status: { stage: "error", queue: !0 } };
}
const {
- SvelteComponent: Xl,
- append: Wl,
- attr: Bn,
- check_outros: Zl,
- create_component: ur,
- destroy_component: fr,
- detach: jn,
- element: Jl,
- empty: Ql,
- group_outros: Yl,
- init: Kl,
- insert: Vn,
- mount_component: cr,
+ SvelteComponent: Xo,
+ attr: Mr,
+ check_outros: Wo,
+ create_component: ar,
+ destroy_component: ur,
+ detach: Gn,
+ element: Zo,
+ empty: Jo,
+ group_outros: Qo,
+ init: Yo,
+ insert: qn,
+ mount_component: fr,
noop: Dr,
- safe_not_equal: $l,
- set_data_contenteditable: ea,
- space: ta,
- text: na,
+ safe_not_equal: Ko,
+ space: $o,
transition_in: kt,
- transition_out: Pt
+ transition_out: Ct
} = window.__gradio__svelte__internal;
-function ra(e) {
- let t, n;
+function ea(e) {
+ let t;
return {
c() {
- t = Jl("div"), n = na(
- /*fasta_text*/
- e[4]
- ), Bn(t, "contenteditable", ""), Bn(t, "id", "fasta_content"), Bn(t, "class", "svelte-1jonpjm");
+ t = Zo("div"), Mr(t, "id", "fasta_content"), Mr(t, "class", "svelte-1r6bt2i");
},
- m(r, i) {
- Vn(r, t, i), Wl(t, n);
+ m(n, r) {
+ qn(n, t, r), t.innerHTML = /*fasta_text*/
+ e[4];
},
- p(r, i) {
- i & /*fasta_text*/
- 16 && ea(
- n,
- /*fasta_text*/
- r[4]
- );
+ p(n, r) {
+ r & /*fasta_text*/
+ 16 && (t.innerHTML = /*fasta_text*/
+ n[4]);
},
i: Dr,
o: Dr,
- d(r) {
- r && jn(t);
+ d(n) {
+ n && Gn(t);
}
};
}
-function ia(e) {
+function ta(e) {
let t, n;
- return t = new Wo({
+ return t = new Xl({
props: {
unpadded_box: !0,
size: "large",
- $$slots: { default: [sa] },
+ $$slots: { default: [na] },
$$scope: { ctx: e }
}
}), {
c() {
- ur(t.$$.fragment);
+ ar(t.$$.fragment);
},
m(r, i) {
- cr(t, r, i), n = !0;
+ fr(t, r, i), n = !0;
},
p(r, i) {
const s = {};
@@ -2664,42 +2656,42 @@ function ia(e) {
n || (kt(t.$$.fragment, r), n = !0);
},
o(r) {
- Pt(t.$$.fragment, r), n = !1;
+ Ct(t.$$.fragment, r), n = !1;
},
d(r) {
- fr(t, r);
+ ur(t, r);
}
};
}
-function sa(e) {
+function na(e) {
let t, n;
- return t = new ar({}), {
+ return t = new or({}), {
c() {
- ur(t.$$.fragment);
+ ar(t.$$.fragment);
},
m(r, i) {
- cr(t, r, i), n = !0;
+ fr(t, r, i), n = !0;
},
i(r) {
n || (kt(t.$$.fragment, r), n = !0);
},
o(r) {
- Pt(t.$$.fragment, r), n = !1;
+ Ct(t.$$.fragment, r), n = !1;
},
d(r) {
- fr(t, r);
+ ur(t, r);
}
};
}
-function oa(e) {
- let t, n, r, i, s, o;
+function ra(e) {
+ let t, n, r, i, s, l;
t = new Mi({
props: {
show_label: (
/*show_label*/
e[2]
),
- Icon: ar,
+ Icon: or,
label: (
/*label*/
e[1] || /*i18n*/
@@ -2707,7 +2699,7 @@ function oa(e) {
)
}
});
- const a = [ia, ra], l = [];
+ const a = [ta, ea], o = [];
function u(f, c) {
return (
/*value*/
@@ -2715,12 +2707,12 @@ function oa(e) {
f[0].url ? 0 : 1
);
}
- return r = u(e), i = l[r] = a[r](e), {
+ return r = u(e), i = o[r] = a[r](e), {
c() {
- ur(t.$$.fragment), n = ta(), i.c(), s = Ql();
+ ar(t.$$.fragment), n = $o(), i.c(), s = Jo();
},
m(f, c) {
- cr(t, f, c), Vn(f, n, c), l[r].m(f, c), Vn(f, s, c), o = !0;
+ fr(t, f, c), qn(f, n, c), o[r].m(f, c), qn(f, s, c), l = !0;
},
p(f, [c]) {
const h = {};
@@ -2731,37 +2723,37 @@ function oa(e) {
f[1] || /*i18n*/
f[3]("image.image")), t.$set(h);
let _ = r;
- r = u(f), r === _ ? l[r].p(f, c) : (Yl(), Pt(l[_], 1, 1, () => {
- l[_] = null;
- }), Zl(), i = l[r], i ? i.p(f, c) : (i = l[r] = a[r](f), i.c()), kt(i, 1), i.m(s.parentNode, s));
+ r = u(f), r === _ ? o[r].p(f, c) : (Qo(), Ct(o[_], 1, 1, () => {
+ o[_] = null;
+ }), Wo(), i = o[r], i ? i.p(f, c) : (i = o[r] = a[r](f), i.c()), kt(i, 1), i.m(s.parentNode, s));
},
i(f) {
- o || (kt(t.$$.fragment, f), kt(i), o = !0);
+ l || (kt(t.$$.fragment, f), kt(i), l = !0);
},
o(f) {
- Pt(t.$$.fragment, f), Pt(i), o = !1;
+ Ct(t.$$.fragment, f), Ct(i), l = !1;
},
d(f) {
- f && (jn(n), jn(s)), fr(t, f), l[r].d(f);
+ f && (Gn(n), Gn(s)), ur(t, f), o[r].d(f);
}
};
}
-function la(e, t, n) {
- let { value: r } = t, { label: i = void 0 } = t, { show_label: s } = t, { show_download_button: o = !0 } = t, { selectable: a = !1 } = t, { i18n: l } = t, u = "";
+function ia(e, t, n) {
+ let { value: r } = t, { label: i = void 0 } = t, { show_label: s } = t, { show_download_button: l = !0 } = t, { selectable: a = !1 } = t, { i18n: o } = t, u = "";
async function f(c) {
const h = await fetch(c);
- n(4, u = await h.text());
+ n(4, u = await h.text()), n(4, u = u.replaceAll("G", "G")), n(4, u = u.replaceAll("A", "A")), n(4, u = u.replaceAll("T", "T")), n(4, u = u.replaceAll("C", "C")), n(4, u = u.replaceAll(/^(>.*)$/gm, "$1"));
}
return e.$$set = (c) => {
- "value" in c && n(0, r = c.value), "label" in c && n(1, i = c.label), "show_label" in c && n(2, s = c.show_label), "show_download_button" in c && n(5, o = c.show_download_button), "selectable" in c && n(6, a = c.selectable), "i18n" in c && n(3, l = c.i18n);
+ "value" in c && n(0, r = c.value), "label" in c && n(1, i = c.label), "show_label" in c && n(2, s = c.show_label), "show_download_button" in c && n(5, l = c.show_download_button), "selectable" in c && n(6, a = c.selectable), "i18n" in c && n(3, o = c.i18n);
}, e.$$.update = () => {
e.$$.dirty & /*value*/
1 && r && r.url && f(r.url);
- }, [r, i, s, l, u, o, a];
+ }, [r, i, s, o, u, l, a];
}
-class aa extends Xl {
+class sa extends Xo {
constructor(t) {
- super(), Kl(this, t, la, oa, $l, {
+ super(), Yo(this, t, ia, ra, Ko, {
value: 0,
label: 1,
show_label: 2,
@@ -2773,19 +2765,19 @@ class aa extends Xl {
}
function Ye() {
}
-function ua(e) {
+function la(e) {
return e();
}
-function fa(e) {
- e.forEach(ua);
+function oa(e) {
+ e.forEach(la);
}
-function ca(e) {
+function aa(e) {
return typeof e == "function";
}
-function ha(e, t) {
+function ua(e, t) {
return e != e ? t == t : e !== t || e && typeof e == "object" || typeof e == "function";
}
-function _a(e, ...t) {
+function fa(e, ...t) {
if (e == null) {
for (const r of t)
r(void 0);
@@ -2802,7 +2794,7 @@ function Wi(e) {
t.c(e) || (ct.delete(t), t.f());
}), ct.size !== 0 && Xi(Wi);
}
-function da(e) {
+function ca(e) {
let t;
return ct.size === 0 && Xi(Wi), {
promise: new Promise((n) => {
@@ -2813,8 +2805,8 @@ function da(e) {
}
};
}
-const ot = [];
-function ma(e, t) {
+const lt = [];
+function ha(e, t) {
return {
subscribe: It(e, t).subscribe
};
@@ -2823,87 +2815,87 @@ function It(e, t = Ye) {
let n;
const r = /* @__PURE__ */ new Set();
function i(a) {
- if (ha(e, a) && (e = a, n)) {
- const l = !ot.length;
+ if (ua(e, a) && (e = a, n)) {
+ const o = !lt.length;
for (const u of r)
- u[1](), ot.push(u, e);
- if (l) {
- for (let u = 0; u < ot.length; u += 2)
- ot[u][0](ot[u + 1]);
- ot.length = 0;
+ u[1](), lt.push(u, e);
+ if (o) {
+ for (let u = 0; u < lt.length; u += 2)
+ lt[u][0](lt[u + 1]);
+ lt.length = 0;
}
}
}
function s(a) {
i(a(e));
}
- function o(a, l = Ye) {
- const u = [a, l];
+ function l(a, o = Ye) {
+ const u = [a, o];
return r.add(u), r.size === 1 && (n = t(i, s) || Ye), a(e), () => {
r.delete(u), r.size === 0 && n && (n(), n = null);
};
}
- return { set: i, update: s, subscribe: o };
+ return { set: i, update: s, subscribe: l };
}
function vt(e, t, n) {
const r = !Array.isArray(e), i = r ? [e] : e;
if (!i.every(Boolean))
throw new Error("derived() expects stores as input, got a falsy value");
const s = t.length < 2;
- return ma(n, (o, a) => {
- let l = !1;
+ return ha(n, (l, a) => {
+ let o = !1;
const u = [];
let f = 0, c = Ye;
const h = () => {
if (f)
return;
c();
- const d = t(r ? u[0] : u, o, a);
- s ? o(d) : c = ca(d) ? d : Ye;
+ const d = t(r ? u[0] : u, l, a);
+ s ? l(d) : c = aa(d) ? d : Ye;
}, _ = i.map(
- (d, p) => _a(
+ (d, p) => fa(
d,
(y) => {
- u[p] = y, f &= ~(1 << p), l && h();
+ u[p] = y, f &= ~(1 << p), o && h();
},
() => {
f |= 1 << p;
}
)
);
- return l = !0, h(), function() {
- fa(_), c(), l = !1;
+ return o = !0, h(), function() {
+ oa(_), c(), o = !1;
};
});
}
-function xr(e) {
+function Ur(e) {
return Object.prototype.toString.call(e) === "[object Date]";
}
-function zn(e, t, n, r) {
- if (typeof n == "number" || xr(n)) {
- const i = r - n, s = (n - t) / (e.dt || 1 / 60), o = e.opts.stiffness * i, a = e.opts.damping * s, l = (o - a) * e.inv_mass, u = (s + l) * e.dt;
- return Math.abs(u) < e.opts.precision && Math.abs(i) < e.opts.precision ? r : (e.settled = !1, xr(n) ? new Date(n.getTime() + u) : n + u);
+function jn(e, t, n, r) {
+ if (typeof n == "number" || Ur(n)) {
+ const i = r - n, s = (n - t) / (e.dt || 1 / 60), l = e.opts.stiffness * i, a = e.opts.damping * s, o = (l - a) * e.inv_mass, u = (s + o) * e.dt;
+ return Math.abs(u) < e.opts.precision && Math.abs(i) < e.opts.precision ? r : (e.settled = !1, Ur(n) ? new Date(n.getTime() + u) : n + u);
} else {
if (Array.isArray(n))
return n.map(
- (i, s) => zn(e, t[s], n[s], r[s])
+ (i, s) => jn(e, t[s], n[s], r[s])
);
if (typeof n == "object") {
const i = {};
for (const s in n)
- i[s] = zn(e, t[s], n[s], r[s]);
+ i[s] = jn(e, t[s], n[s], r[s]);
return i;
} else
throw new Error(`Cannot spring ${typeof n} values`);
}
}
-function Ur(e, t = {}) {
+function xr(e, t = {}) {
const n = It(e), { stiffness: r = 0.15, damping: i = 0.8, precision: s = 0.01 } = t;
- let o, a, l, u = e, f = e, c = 1, h = 0, _ = !1;
+ let l, a, o, u = e, f = e, c = 1, h = 0, _ = !1;
function d(y, v = {}) {
f = y;
- const E = l = {};
- return e == null || v.hard || p.stiffness >= 1 && p.damping >= 1 ? (_ = !0, o = Rr(), u = y, n.set(e = f), Promise.resolve()) : (v.soft && (h = 1 / ((v.soft === !0 ? 0.5 : +v.soft) * 60), c = 0), a || (o = Rr(), _ = !1, a = da((g) => {
+ const E = o = {};
+ return e == null || v.hard || p.stiffness >= 1 && p.damping >= 1 ? (_ = !0, l = Rr(), u = y, n.set(e = f), Promise.resolve()) : (v.soft && (h = 1 / ((v.soft === !0 ? 0.5 : +v.soft) * 60), c = 0), a || (l = Rr(), _ = !1, a = ca((g) => {
if (_)
return _ = !1, a = null, !1;
c = Math.min(c + h, 1);
@@ -2911,12 +2903,12 @@ function Ur(e, t = {}) {
inv_mass: c,
opts: p,
settled: !0,
- dt: (g - o) * 60 / 1e3
- }, T = zn(A, u, e, f);
- return o = g, u = e, n.set(e = T), A.settled && (a = null), !A.settled;
+ dt: (g - l) * 60 / 1e3
+ }, T = jn(A, u, e, f);
+ return l = g, u = e, n.set(e = T), A.settled && (a = null), !A.settled;
})), new Promise((g) => {
a.promise.then(() => {
- E === l && g();
+ E === o && g();
});
}));
}
@@ -2930,47 +2922,47 @@ function Ur(e, t = {}) {
};
return p;
}
-function pa(e) {
+function _a(e) {
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
}
-var ga = function(t) {
- return ba(t) && !va(t);
+var da = function(t) {
+ return ma(t) && !pa(t);
};
-function ba(e) {
+function ma(e) {
return !!e && typeof e == "object";
}
-function va(e) {
+function pa(e) {
var t = Object.prototype.toString.call(e);
- return t === "[object RegExp]" || t === "[object Date]" || Ea(e);
+ return t === "[object RegExp]" || t === "[object Date]" || va(e);
}
-var ya = typeof Symbol == "function" && Symbol.for, wa = ya ? Symbol.for("react.element") : 60103;
-function Ea(e) {
- return e.$$typeof === wa;
+var ga = typeof Symbol == "function" && Symbol.for, ba = ga ? Symbol.for("react.element") : 60103;
+function va(e) {
+ return e.$$typeof === ba;
}
-function Sa(e) {
+function ya(e) {
return Array.isArray(e) ? [] : {};
}
-function Ct(e, t) {
- return t.clone !== !1 && t.isMergeableObject(e) ? _t(Sa(e), e, t) : e;
+function Pt(e, t) {
+ return t.clone !== !1 && t.isMergeableObject(e) ? _t(ya(e), e, t) : e;
}
-function Ta(e, t, n) {
+function wa(e, t, n) {
return e.concat(t).map(function(r) {
- return Ct(r, n);
+ return Pt(r, n);
});
}
-function Aa(e, t) {
+function Ea(e, t) {
if (!t.customMerge)
return _t;
var n = t.customMerge(e);
return typeof n == "function" ? n : _t;
}
-function Ba(e) {
+function Sa(e) {
return Object.getOwnPropertySymbols ? Object.getOwnPropertySymbols(e).filter(function(t) {
return Object.propertyIsEnumerable.call(e, t);
}) : [];
}
function Fr(e) {
- return Object.keys(e).concat(Ba(e));
+ return Object.keys(e).concat(Sa(e));
}
function Zi(e, t) {
try {
@@ -2979,21 +2971,21 @@ function Zi(e, t) {
return !1;
}
}
-function Ha(e, t) {
+function Ta(e, t) {
return Zi(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
}
-function ka(e, t, n) {
+function Aa(e, t, n) {
var r = {};
return n.isMergeableObject(e) && Fr(e).forEach(function(i) {
- r[i] = Ct(e[i], n);
+ r[i] = Pt(e[i], n);
}), Fr(t).forEach(function(i) {
- Ha(e, i) || (Zi(e, i) && n.isMergeableObject(t[i]) ? r[i] = Aa(i, n)(e[i], t[i], n) : r[i] = Ct(t[i], n));
+ Ta(e, i) || (Zi(e, i) && n.isMergeableObject(t[i]) ? r[i] = Ea(i, n)(e[i], t[i], n) : r[i] = Pt(t[i], n));
}), r;
}
function _t(e, t, n) {
- n = n || {}, n.arrayMerge = n.arrayMerge || Ta, n.isMergeableObject = n.isMergeableObject || ga, n.cloneUnlessOtherwiseSpecified = Ct;
+ n = n || {}, n.arrayMerge = n.arrayMerge || wa, n.isMergeableObject = n.isMergeableObject || da, n.cloneUnlessOtherwiseSpecified = Pt;
var r = Array.isArray(t), i = Array.isArray(e), s = r === i;
- return s ? r ? n.arrayMerge(e, t, n) : ka(e, t, n) : Ct(t, n);
+ return s ? r ? n.arrayMerge(e, t, n) : Aa(e, t, n) : Pt(t, n);
}
_t.all = function(t, n) {
if (!Array.isArray(t))
@@ -3002,20 +2994,20 @@ _t.all = function(t, n) {
return _t(r, i, n);
}, {});
};
-var Pa = _t, Ca = Pa;
-const Na = /* @__PURE__ */ pa(Ca);
-var Xn = function(e, t) {
- return Xn = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(n, r) {
+var Ba = _t, Ha = Ba;
+const ka = /* @__PURE__ */ _a(Ha);
+var Vn = function(e, t) {
+ return Vn = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(n, r) {
n.__proto__ = r;
} || function(n, r) {
for (var i in r)
Object.prototype.hasOwnProperty.call(r, i) && (n[i] = r[i]);
- }, Xn(e, t);
+ }, Vn(e, t);
};
-function sn(e, t) {
+function rn(e, t) {
if (typeof t != "function" && t !== null)
throw new TypeError("Class extends value " + String(t) + " is not a constructor or null");
- Xn(e, t);
+ Vn(e, t);
function n() {
this.constructor = e;
}
@@ -3031,7 +3023,7 @@ var R = function() {
return t;
}, R.apply(this, arguments);
};
-function Hn(e, t, n) {
+function An(e, t, n) {
if (n || arguments.length === 2)
for (var r = 0, i = t.length, s; r < i; r++)
(s || !(r in t)) && (s || (s = Array.prototype.slice.call(t, 0, r)), s[r] = t[r]);
@@ -3052,7 +3044,7 @@ var dt;
function Gr(e) {
return e.type === F.literal;
}
-function Ia(e) {
+function Ca(e) {
return e.type === F.argument;
}
function Ji(e) {
@@ -3070,7 +3062,7 @@ function Ki(e) {
function $i(e) {
return e.type === F.plural;
}
-function Oa(e) {
+function Pa(e) {
return e.type === F.pound;
}
function es(e) {
@@ -3079,13 +3071,13 @@ function es(e) {
function ts(e) {
return !!(e && typeof e == "object" && e.type === dt.number);
}
-function Wn(e) {
+function zn(e) {
return !!(e && typeof e == "object" && e.type === dt.dateTime);
}
-var ns = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, La = /(?:[Eec]{1,6}|G{1,5}|[Qq]{1,5}|(?:[yYur]+|U{1,5})|[ML]{1,5}|d{1,2}|D{1,3}|F{1}|[abB]{1,5}|[hkHK]{1,2}|w{1,2}|W{1}|m{1,2}|s{1,2}|[zZOvVxX]{1,4})(?=([^']*'[^']*')*[^']*$)/g;
-function Ma(e) {
+var ns = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, Na = /(?:[Eec]{1,6}|G{1,5}|[Qq]{1,5}|(?:[yYur]+|U{1,5})|[ML]{1,5}|d{1,2}|D{1,3}|F{1}|[abB]{1,5}|[hkHK]{1,2}|w{1,2}|W{1}|m{1,2}|s{1,2}|[zZOvVxX]{1,4})(?=([^']*'[^']*')*[^']*$)/g;
+function Ia(e) {
var t = {};
- return e.replace(La, function(n) {
+ return e.replace(Na, function(n) {
var r = n.length;
switch (n[0]) {
case "G":
@@ -3174,29 +3166,29 @@ function Ma(e) {
return "";
}), t;
}
-var Da = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
-function Ra(e) {
+var La = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
+function Oa(e) {
if (e.length === 0)
throw new Error("Number skeleton cannot be empty");
- for (var t = e.split(Da).filter(function(h) {
+ for (var t = e.split(La).filter(function(h) {
return h.length > 0;
}), n = [], r = 0, i = t; r < i.length; r++) {
- var s = i[r], o = s.split("/");
- if (o.length === 0)
+ var s = i[r], l = s.split("/");
+ if (l.length === 0)
throw new Error("Invalid number skeleton");
- for (var a = o[0], l = o.slice(1), u = 0, f = l; u < f.length; u++) {
+ for (var a = l[0], o = l.slice(1), u = 0, f = o; u < f.length; u++) {
var c = f[u];
if (c.length === 0)
throw new Error("Invalid number skeleton");
}
- n.push({ stem: a, options: l });
+ n.push({ stem: a, options: o });
}
return n;
}
-function xa(e) {
+function Ma(e) {
return e.replace(/^(.*?)-/, "");
}
-var qr = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, rs = /^(@+)?(\+|#+)?[rs]?$/g, Ua = /(\*)(0+)|(#+)(0+)|(0+)/g, is = /^(0+)$/;
+var qr = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, rs = /^(@+)?(\+|#+)?[rs]?$/g, Da = /(\*)(0+)|(#+)(0+)|(0+)/g, is = /^(0+)$/;
function jr(e) {
var t = {};
return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(rs, function(n, r, i) {
@@ -3243,7 +3235,7 @@ function ss(e) {
};
}
}
-function Fa(e) {
+function Ra(e) {
var t;
if (e[0] === "E" && e[1] === "E" ? (t = {
notation: "engineering"
@@ -3261,7 +3253,7 @@ function Vr(e) {
var t = {}, n = ss(e);
return n || t;
}
-function Ga(e) {
+function Ua(e) {
for (var t = {}, n = 0, r = e; n < r.length; n++) {
var i = r[n];
switch (i.stem) {
@@ -3285,7 +3277,7 @@ function Ga(e) {
continue;
case "measure-unit":
case "unit":
- t.style = "unit", t.unit = xa(i.options[0]);
+ t.style = "unit", t.unit = Ma(i.options[0]);
continue;
case "compact-short":
case "K":
@@ -3296,13 +3288,13 @@ function Ga(e) {
t.notation = "compact", t.compactDisplay = "long";
continue;
case "scientific":
- t = R(R(R({}, t), { notation: "scientific" }), i.options.reduce(function(l, u) {
- return R(R({}, l), Vr(u));
+ t = R(R(R({}, t), { notation: "scientific" }), i.options.reduce(function(o, u) {
+ return R(R({}, o), Vr(u));
}, {}));
continue;
case "engineering":
- t = R(R(R({}, t), { notation: "engineering" }), i.options.reduce(function(l, u) {
- return R(R({}, l), Vr(u));
+ t = R(R(R({}, t), { notation: "engineering" }), i.options.reduce(function(o, u) {
+ return R(R({}, o), Vr(u));
}, {}));
continue;
case "notation-simple":
@@ -3326,7 +3318,7 @@ function Ga(e) {
case "integer-width":
if (i.options.length > 1)
throw new RangeError("integer-width stems only accept a single optional option");
- i.options[0].replace(Ua, function(l, u, f, c, h, _) {
+ i.options[0].replace(Da, function(o, u, f, c, h, _) {
if (u)
t.minimumIntegerDigits = f.length;
else {
@@ -3346,7 +3338,7 @@ function Ga(e) {
if (qr.test(i.stem)) {
if (i.options.length > 1)
throw new RangeError("Fraction-precision stems only accept a single optional option");
- i.stem.replace(qr, function(l, u, f, c, h, _) {
+ i.stem.replace(qr, function(o, u, f, c, h, _) {
return f === "*" ? t.minimumFractionDigits = u.length : c && c[0] === "#" ? t.maximumFractionDigits = c.length : h && _ ? (t.minimumFractionDigits = h.length, t.maximumFractionDigits = h.length + _.length) : (t.minimumFractionDigits = u.length, t.maximumFractionDigits = u.length), "";
});
var s = i.options[0];
@@ -3357,9 +3349,9 @@ function Ga(e) {
t = R(R({}, t), jr(i.stem));
continue;
}
- var o = ss(i.stem);
- o && (t = R(R({}, t), o));
- var a = Fa(i.stem);
+ var l = ss(i.stem);
+ l && (t = R(R({}, t), l));
+ var a = Ra(i.stem);
a && (t = R(R({}, t), a));
}
return t;
@@ -4701,23 +4693,23 @@ var Gt = {
"h"
]
};
-function qa(e, t) {
+function xa(e, t) {
for (var n = "", r = 0; r < e.length; r++) {
var i = e.charAt(r);
if (i === "j") {
for (var s = 0; r + 1 < e.length && e.charAt(r + 1) === i; )
s++, r++;
- var o = 1 + (s & 1), a = s < 2 ? 1 : 3 + (s >> 1), l = "a", u = ja(t);
+ var l = 1 + (s & 1), a = s < 2 ? 1 : 3 + (s >> 1), o = "a", u = Fa(t);
for ((u == "H" || u == "k") && (a = 0); a-- > 0; )
- n += l;
- for (; o-- > 0; )
+ n += o;
+ for (; l-- > 0; )
n = u + n;
} else
i === "J" ? n += "H" : n += i;
}
return n;
}
-function ja(e) {
+function Fa(e) {
var t = e.hourCycle;
if (t === void 0 && // @ts-ignore hourCycle(s) is not identified yet
e.hourCycles && // @ts-ignore
@@ -4739,20 +4731,20 @@ function ja(e) {
var i = Gt[r || ""] || Gt[n || ""] || Gt["".concat(n, "-001")] || Gt["001"];
return i[0];
}
-var kn, Va = new RegExp("^".concat(ns.source, "*")), za = new RegExp("".concat(ns.source, "*$"));
-function O(e, t) {
+var Bn, Ga = new RegExp("^".concat(ns.source, "*")), qa = new RegExp("".concat(ns.source, "*$"));
+function L(e, t) {
return { start: e, end: t };
}
-var Xa = !!String.prototype.startsWith, Wa = !!String.fromCodePoint, Za = !!Object.fromEntries, Ja = !!String.prototype.codePointAt, Qa = !!String.prototype.trimStart, Ya = !!String.prototype.trimEnd, Ka = !!Number.isSafeInteger, $a = Ka ? Number.isSafeInteger : function(e) {
+var ja = !!String.prototype.startsWith, Va = !!String.fromCodePoint, za = !!Object.fromEntries, Xa = !!String.prototype.codePointAt, Wa = !!String.prototype.trimStart, Za = !!String.prototype.trimEnd, Ja = !!Number.isSafeInteger, Qa = Ja ? Number.isSafeInteger : function(e) {
return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
-}, Zn = !0;
+}, Xn = !0;
try {
- var eu = ls("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
- Zn = ((kn = eu.exec("a")) === null || kn === void 0 ? void 0 : kn[0]) === "a";
+ var Ya = os("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
+ Xn = ((Bn = Ya.exec("a")) === null || Bn === void 0 ? void 0 : Bn[0]) === "a";
} catch {
- Zn = !1;
+ Xn = !1;
}
-var zr = Xa ? (
+var zr = ja ? (
// Native
function(t, n, r) {
return t.startsWith(n, r);
@@ -4762,31 +4754,31 @@ var zr = Xa ? (
function(t, n, r) {
return t.slice(r, r + n.length) === n;
}
-), Jn = Wa ? String.fromCodePoint : (
+), Wn = Va ? String.fromCodePoint : (
// IE11
function() {
for (var t = [], n = 0; n < arguments.length; n++)
t[n] = arguments[n];
- for (var r = "", i = t.length, s = 0, o; i > s; ) {
- if (o = t[s++], o > 1114111)
- throw RangeError(o + " is not a valid code point");
- r += o < 65536 ? String.fromCharCode(o) : String.fromCharCode(((o -= 65536) >> 10) + 55296, o % 1024 + 56320);
+ for (var r = "", i = t.length, s = 0, l; i > s; ) {
+ if (l = t[s++], l > 1114111)
+ throw RangeError(l + " is not a valid code point");
+ r += l < 65536 ? String.fromCharCode(l) : String.fromCharCode(((l -= 65536) >> 10) + 55296, l % 1024 + 56320);
}
return r;
}
), Xr = (
// native
- Za ? Object.fromEntries : (
+ za ? Object.fromEntries : (
// Ponyfill
function(t) {
for (var n = {}, r = 0, i = t; r < i.length; r++) {
- var s = i[r], o = s[0], a = s[1];
- n[o] = a;
+ var s = i[r], l = s[0], a = s[1];
+ n[l] = a;
}
return n;
}
)
-), os = Ja ? (
+), ls = Xa ? (
// Native
function(t, n) {
return t.codePointAt(n);
@@ -4800,7 +4792,7 @@ var zr = Xa ? (
return i < 55296 || i > 56319 || n + 1 === r || (s = t.charCodeAt(n + 1)) < 56320 || s > 57343 ? i : (i - 55296 << 10) + (s - 56320) + 65536;
}
}
-), tu = Qa ? (
+), Ka = Wa ? (
// Native
function(t) {
return t.trimStart();
@@ -4808,9 +4800,9 @@ var zr = Xa ? (
) : (
// Ponyfill
function(t) {
- return t.replace(Va, "");
+ return t.replace(Ga, "");
}
-), nu = Ya ? (
+), $a = Za ? (
// Native
function(t) {
return t.trimEnd();
@@ -4818,32 +4810,32 @@ var zr = Xa ? (
) : (
// Ponyfill
function(t) {
- return t.replace(za, "");
+ return t.replace(qa, "");
}
);
-function ls(e, t) {
+function os(e, t) {
return new RegExp(e, t);
}
-var Qn;
-if (Zn) {
- var Wr = ls("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
- Qn = function(t, n) {
+var Zn;
+if (Xn) {
+ var Wr = os("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
+ Zn = function(t, n) {
var r;
Wr.lastIndex = n;
var i = Wr.exec(t);
return (r = i[1]) !== null && r !== void 0 ? r : "";
};
} else
- Qn = function(t, n) {
+ Zn = function(t, n) {
for (var r = []; ; ) {
- var i = os(t, n);
- if (i === void 0 || as(i) || ou(i))
+ var i = ls(t, n);
+ if (i === void 0 || as(i) || ru(i))
break;
r.push(i), n += i >= 65536 ? 2 : 1;
}
- return Jn.apply(void 0, r);
+ return Wn.apply(void 0, r);
};
-var ru = (
+var eu = (
/** @class */
function() {
function e(t, n) {
@@ -4857,10 +4849,10 @@ var ru = (
for (var i = []; !this.isEOF(); ) {
var s = this.char();
if (s === 123) {
- var o = this.parseArgument(t, r);
- if (o.err)
- return o;
- i.push(o.val);
+ var l = this.parseArgument(t, r);
+ if (l.err)
+ return l;
+ i.push(l.val);
} else {
if (s === 125 && t > 0)
break;
@@ -4868,22 +4860,22 @@ var ru = (
var a = this.clonePosition();
this.bump(), i.push({
type: F.pound,
- location: O(a, this.clonePosition())
+ location: L(a, this.clonePosition())
});
} else if (s === 60 && !this.ignoreTag && this.peek() === 47) {
if (r)
break;
- return this.error(I.UNMATCHED_CLOSING_TAG, O(this.clonePosition(), this.clonePosition()));
- } else if (s === 60 && !this.ignoreTag && Yn(this.peek() || 0)) {
- var o = this.parseTag(t, n);
- if (o.err)
- return o;
- i.push(o.val);
+ return this.error(I.UNMATCHED_CLOSING_TAG, L(this.clonePosition(), this.clonePosition()));
+ } else if (s === 60 && !this.ignoreTag && Jn(this.peek() || 0)) {
+ var l = this.parseTag(t, n);
+ if (l.err)
+ return l;
+ i.push(l.val);
} else {
- var o = this.parseLiteral(t, n);
- if (o.err)
- return o;
- i.push(o.val);
+ var l = this.parseLiteral(t, n);
+ if (l.err)
+ return l;
+ i.push(l.val);
}
}
}
@@ -4897,7 +4889,7 @@ var ru = (
val: {
type: F.literal,
value: "<".concat(i, "/>"),
- location: O(r, this.clonePosition())
+ location: L(r, this.clonePosition())
},
err: null
};
@@ -4905,27 +4897,27 @@ var ru = (
var s = this.parseMessage(t + 1, n, !0);
if (s.err)
return s;
- var o = s.val, a = this.clonePosition();
+ var l = s.val, a = this.clonePosition();
if (this.bumpIf("")) {
- if (this.isEOF() || !Yn(this.char()))
- return this.error(I.INVALID_TAG, O(a, this.clonePosition()));
- var l = this.clonePosition(), u = this.parseTagName();
- return i !== u ? this.error(I.UNMATCHED_CLOSING_TAG, O(l, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
+ if (this.isEOF() || !Jn(this.char()))
+ return this.error(I.INVALID_TAG, L(a, this.clonePosition()));
+ var o = this.clonePosition(), u = this.parseTagName();
+ return i !== u ? this.error(I.UNMATCHED_CLOSING_TAG, L(o, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
val: {
type: F.tag,
value: i,
- children: o,
- location: O(r, this.clonePosition())
+ children: l,
+ location: L(r, this.clonePosition())
},
err: null
- } : this.error(I.INVALID_TAG, O(a, this.clonePosition())));
+ } : this.error(I.INVALID_TAG, L(a, this.clonePosition())));
} else
- return this.error(I.UNCLOSED_TAG, O(r, this.clonePosition()));
+ return this.error(I.UNCLOSED_TAG, L(r, this.clonePosition()));
} else
- return this.error(I.INVALID_TAG, O(r, this.clonePosition()));
+ return this.error(I.INVALID_TAG, L(r, this.clonePosition()));
}, e.prototype.parseTagName = function() {
var t = this.offset();
- for (this.bump(); !this.isEOF() && su(this.char()); )
+ for (this.bump(); !this.isEOF() && nu(this.char()); )
this.bump();
return this.message.slice(t, this.offset());
}, e.prototype.parseLiteral = function(t, n) {
@@ -4935,9 +4927,9 @@ var ru = (
i += s;
continue;
}
- var o = this.tryParseUnquoted(t, n);
- if (o) {
- i += o;
+ var l = this.tryParseUnquoted(t, n);
+ if (l) {
+ i += l;
continue;
}
var a = this.tryParseLeftAngleBracket();
@@ -4947,14 +4939,14 @@ var ru = (
}
break;
}
- var l = O(r, this.clonePosition());
+ var o = L(r, this.clonePosition());
return {
- val: { type: F.literal, value: i, location: l },
+ val: { type: F.literal, value: i, location: o },
err: null
};
}, e.prototype.tryParseLeftAngleBracket = function() {
return !this.isEOF() && this.char() === 60 && (this.ignoreTag || // If at the opening tag or closing tag position, bail.
- !iu(this.peek() || 0)) ? (this.bump(), "<") : null;
+ !tu(this.peek() || 0)) ? (this.bump(), "<") : null;
}, e.prototype.tryParseQuote = function(t) {
if (this.isEOF() || this.char() !== 39)
return null;
@@ -4988,23 +4980,23 @@ var ru = (
n.push(r);
this.bump();
}
- return Jn.apply(void 0, n);
+ return Wn.apply(void 0, n);
}, e.prototype.tryParseUnquoted = function(t, n) {
if (this.isEOF())
return null;
var r = this.char();
- return r === 60 || r === 123 || r === 35 && (n === "plural" || n === "selectordinal") || r === 125 && t > 0 ? null : (this.bump(), Jn(r));
+ return r === 60 || r === 123 || r === 35 && (n === "plural" || n === "selectordinal") || r === 125 && t > 0 ? null : (this.bump(), Wn(r));
}, e.prototype.parseArgument = function(t, n) {
var r = this.clonePosition();
if (this.bump(), this.bumpSpace(), this.isEOF())
- return this.error(I.EXPECT_ARGUMENT_CLOSING_BRACE, O(r, this.clonePosition()));
+ return this.error(I.EXPECT_ARGUMENT_CLOSING_BRACE, L(r, this.clonePosition()));
if (this.char() === 125)
- return this.bump(), this.error(I.EMPTY_ARGUMENT, O(r, this.clonePosition()));
+ return this.bump(), this.error(I.EMPTY_ARGUMENT, L(r, this.clonePosition()));
var i = this.parseIdentifierIfPossible().value;
if (!i)
- return this.error(I.MALFORMED_ARGUMENT, O(r, this.clonePosition()));
+ return this.error(I.MALFORMED_ARGUMENT, L(r, this.clonePosition()));
if (this.bumpSpace(), this.isEOF())
- return this.error(I.EXPECT_ARGUMENT_CLOSING_BRACE, O(r, this.clonePosition()));
+ return this.error(I.EXPECT_ARGUMENT_CLOSING_BRACE, L(r, this.clonePosition()));
switch (this.char()) {
case 125:
return this.bump(), {
@@ -5012,25 +5004,25 @@ var ru = (
type: F.argument,
// value does not include the opening and closing braces.
value: i,
- location: O(r, this.clonePosition())
+ location: L(r, this.clonePosition())
},
err: null
};
case 44:
- return this.bump(), this.bumpSpace(), this.isEOF() ? this.error(I.EXPECT_ARGUMENT_CLOSING_BRACE, O(r, this.clonePosition())) : this.parseArgumentOptions(t, n, i, r);
+ return this.bump(), this.bumpSpace(), this.isEOF() ? this.error(I.EXPECT_ARGUMENT_CLOSING_BRACE, L(r, this.clonePosition())) : this.parseArgumentOptions(t, n, i, r);
default:
- return this.error(I.MALFORMED_ARGUMENT, O(r, this.clonePosition()));
+ return this.error(I.MALFORMED_ARGUMENT, L(r, this.clonePosition()));
}
}, e.prototype.parseIdentifierIfPossible = function() {
- var t = this.clonePosition(), n = this.offset(), r = Qn(this.message, n), i = n + r.length;
+ var t = this.clonePosition(), n = this.offset(), r = Zn(this.message, n), i = n + r.length;
this.bumpTo(i);
- var s = this.clonePosition(), o = O(t, s);
- return { value: r, location: o };
+ var s = this.clonePosition(), l = L(t, s);
+ return { value: r, location: l };
}, e.prototype.parseArgumentOptions = function(t, n, r, i) {
- var s, o = this.clonePosition(), a = this.parseIdentifierIfPossible().value, l = this.clonePosition();
+ var s, l = this.clonePosition(), a = this.parseIdentifierIfPossible().value, o = this.clonePosition();
switch (a) {
case "":
- return this.error(I.EXPECT_ARGUMENT_TYPE, O(o, l));
+ return this.error(I.EXPECT_ARGUMENT_TYPE, L(l, o));
case "number":
case "date":
case "time": {
@@ -5041,18 +5033,18 @@ var ru = (
var f = this.clonePosition(), c = this.parseSimpleArgStyleIfPossible();
if (c.err)
return c;
- var h = nu(c.val);
+ var h = $a(c.val);
if (h.length === 0)
- return this.error(I.EXPECT_ARGUMENT_STYLE, O(this.clonePosition(), this.clonePosition()));
- var _ = O(f, this.clonePosition());
+ return this.error(I.EXPECT_ARGUMENT_STYLE, L(this.clonePosition(), this.clonePosition()));
+ var _ = L(f, this.clonePosition());
u = { style: h, styleLocation: _ };
}
var d = this.tryParseArgumentClose(i);
if (d.err)
return d;
- var p = O(i, this.clonePosition());
+ var p = L(i, this.clonePosition());
if (u && zr(u == null ? void 0 : u.style, "::", 0)) {
- var y = tu(u.style.slice(2));
+ var y = Ka(u.style.slice(2));
if (a === "number") {
var c = this.parseNumberSkeletonFromString(y, u.styleLocation);
return c.err ? c : {
@@ -5063,12 +5055,12 @@ var ru = (
if (y.length === 0)
return this.error(I.EXPECT_DATE_TIME_SKELETON, p);
var v = y;
- this.locale && (v = qa(y, this.locale));
+ this.locale && (v = xa(y, this.locale));
var h = {
type: dt.dateTime,
pattern: v,
location: u.styleLocation,
- parsedOptions: this.shouldParseSkeletons ? Ma(v) : {}
+ parsedOptions: this.shouldParseSkeletons ? Ia(v) : {}
}, E = a === "date" ? F.date : F.time;
return {
val: { type: E, value: r, location: p, style: h },
@@ -5091,12 +5083,12 @@ var ru = (
case "select": {
var g = this.clonePosition();
if (this.bumpSpace(), !this.bumpIf(","))
- return this.error(I.EXPECT_SELECT_ARGUMENT_OPTIONS, O(g, R({}, g)));
+ return this.error(I.EXPECT_SELECT_ARGUMENT_OPTIONS, L(g, R({}, g)));
this.bumpSpace();
var A = this.parseIdentifierIfPossible(), T = 0;
if (a !== "select" && A.value === "offset") {
if (!this.bumpIf(":"))
- return this.error(I.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, O(this.clonePosition(), this.clonePosition()));
+ return this.error(I.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, L(this.clonePosition(), this.clonePosition()));
this.bumpSpace();
var c = this.tryParseDecimalInteger(I.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, I.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);
if (c.err)
@@ -5109,7 +5101,7 @@ var ru = (
var d = this.tryParseArgumentClose(i);
if (d.err)
return d;
- var j = O(i, this.clonePosition());
+ var j = L(i, this.clonePosition());
return a === "select" ? {
val: {
type: F.select,
@@ -5131,10 +5123,10 @@ var ru = (
};
}
default:
- return this.error(I.INVALID_ARGUMENT_TYPE, O(o, l));
+ return this.error(I.INVALID_ARGUMENT_TYPE, L(l, o));
}
}, e.prototype.tryParseArgumentClose = function(t) {
- return this.isEOF() || this.char() !== 125 ? this.error(I.EXPECT_ARGUMENT_CLOSING_BRACE, O(t, this.clonePosition())) : (this.bump(), { val: !0, err: null });
+ return this.isEOF() || this.char() !== 125 ? this.error(I.EXPECT_ARGUMENT_CLOSING_BRACE, L(t, this.clonePosition())) : (this.bump(), { val: !0, err: null });
}, e.prototype.parseSimpleArgStyleIfPossible = function() {
for (var t = 0, n = this.clonePosition(); !this.isEOF(); ) {
var r = this.char();
@@ -5143,7 +5135,7 @@ var ru = (
this.bump();
var i = this.clonePosition();
if (!this.bumpUntil("'"))
- return this.error(I.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE, O(i, this.clonePosition()));
+ return this.error(I.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE, L(i, this.clonePosition()));
this.bump();
break;
}
@@ -5173,7 +5165,7 @@ var ru = (
}, e.prototype.parseNumberSkeletonFromString = function(t, n) {
var r = [];
try {
- r = Ra(t);
+ r = Oa(t);
} catch {
return this.error(I.INVALID_NUMBER_SKELETON, n);
}
@@ -5182,28 +5174,28 @@ var ru = (
type: dt.number,
tokens: r,
location: n,
- parsedOptions: this.shouldParseSkeletons ? Ga(r) : {}
+ parsedOptions: this.shouldParseSkeletons ? Ua(r) : {}
},
err: null
};
}, e.prototype.tryParsePluralOrSelectOptions = function(t, n, r, i) {
- for (var s, o = !1, a = [], l = /* @__PURE__ */ new Set(), u = i.value, f = i.location; ; ) {
+ for (var s, l = !1, a = [], o = /* @__PURE__ */ new Set(), u = i.value, f = i.location; ; ) {
if (u.length === 0) {
var c = this.clonePosition();
if (n !== "select" && this.bumpIf("=")) {
var h = this.tryParseDecimalInteger(I.EXPECT_PLURAL_ARGUMENT_SELECTOR, I.INVALID_PLURAL_ARGUMENT_SELECTOR);
if (h.err)
return h;
- f = O(c, this.clonePosition()), u = this.message.slice(c.offset, this.offset());
+ f = L(c, this.clonePosition()), u = this.message.slice(c.offset, this.offset());
} else
break;
}
- if (l.has(u))
+ if (o.has(u))
return this.error(n === "select" ? I.DUPLICATE_SELECT_ARGUMENT_SELECTOR : I.DUPLICATE_PLURAL_ARGUMENT_SELECTOR, f);
- u === "other" && (o = !0), this.bumpSpace();
+ u === "other" && (l = !0), this.bumpSpace();
var _ = this.clonePosition();
if (!this.bumpIf("{"))
- return this.error(n === "select" ? I.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT : I.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT, O(this.clonePosition(), this.clonePosition()));
+ return this.error(n === "select" ? I.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT : I.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT, L(this.clonePosition(), this.clonePosition()));
var d = this.parseMessage(t + 1, n, r);
if (d.err)
return d;
@@ -5214,23 +5206,23 @@ var ru = (
u,
{
value: d.val,
- location: O(_, this.clonePosition())
+ location: L(_, this.clonePosition())
}
- ]), l.add(u), this.bumpSpace(), s = this.parseIdentifierIfPossible(), u = s.value, f = s.location;
+ ]), o.add(u), this.bumpSpace(), s = this.parseIdentifierIfPossible(), u = s.value, f = s.location;
}
- return a.length === 0 ? this.error(n === "select" ? I.EXPECT_SELECT_ARGUMENT_SELECTOR : I.EXPECT_PLURAL_ARGUMENT_SELECTOR, O(this.clonePosition(), this.clonePosition())) : this.requiresOtherClause && !o ? this.error(I.MISSING_OTHER_CLAUSE, O(this.clonePosition(), this.clonePosition())) : { val: a, err: null };
+ return a.length === 0 ? this.error(n === "select" ? I.EXPECT_SELECT_ARGUMENT_SELECTOR : I.EXPECT_PLURAL_ARGUMENT_SELECTOR, L(this.clonePosition(), this.clonePosition())) : this.requiresOtherClause && !l ? this.error(I.MISSING_OTHER_CLAUSE, L(this.clonePosition(), this.clonePosition())) : { val: a, err: null };
}, e.prototype.tryParseDecimalInteger = function(t, n) {
var r = 1, i = this.clonePosition();
this.bumpIf("+") || this.bumpIf("-") && (r = -1);
- for (var s = !1, o = 0; !this.isEOF(); ) {
+ for (var s = !1, l = 0; !this.isEOF(); ) {
var a = this.char();
if (a >= 48 && a <= 57)
- s = !0, o = o * 10 + (a - 48), this.bump();
+ s = !0, l = l * 10 + (a - 48), this.bump();
else
break;
}
- var l = O(i, this.clonePosition());
- return s ? (o *= r, $a(o) ? { val: o, err: null } : this.error(n, l)) : this.error(t, l);
+ var o = L(i, this.clonePosition());
+ return s ? (l *= r, Qa(l) ? { val: l, err: null } : this.error(n, o)) : this.error(t, o);
}, e.prototype.offset = function() {
return this.position.offset;
}, e.prototype.isEOF = function() {
@@ -5245,7 +5237,7 @@ var ru = (
var t = this.position.offset;
if (t >= this.message.length)
throw Error("out of bound");
- var n = os(this.message, t);
+ var n = ls(this.message, t);
if (n === void 0)
throw Error("Offset ".concat(t, " is at invalid UTF-16 code unit boundary"));
return n;
@@ -5296,97 +5288,97 @@ var ru = (
}, e;
}()
);
-function Yn(e) {
+function Jn(e) {
return e >= 97 && e <= 122 || e >= 65 && e <= 90;
}
-function iu(e) {
- return Yn(e) || e === 47;
+function tu(e) {
+ return Jn(e) || e === 47;
}
-function su(e) {
+function nu(e) {
return e === 45 || e === 46 || e >= 48 && e <= 57 || e === 95 || e >= 97 && e <= 122 || e >= 65 && e <= 90 || e == 183 || e >= 192 && e <= 214 || e >= 216 && e <= 246 || e >= 248 && e <= 893 || e >= 895 && e <= 8191 || e >= 8204 && e <= 8205 || e >= 8255 && e <= 8256 || e >= 8304 && e <= 8591 || e >= 11264 && e <= 12271 || e >= 12289 && e <= 55295 || e >= 63744 && e <= 64975 || e >= 65008 && e <= 65533 || e >= 65536 && e <= 983039;
}
function as(e) {
return e >= 9 && e <= 13 || e === 32 || e === 133 || e >= 8206 && e <= 8207 || e === 8232 || e === 8233;
}
-function ou(e) {
+function ru(e) {
return e >= 33 && e <= 35 || e === 36 || e >= 37 && e <= 39 || e === 40 || e === 41 || e === 42 || e === 43 || e === 44 || e === 45 || e >= 46 && e <= 47 || e >= 58 && e <= 59 || e >= 60 && e <= 62 || e >= 63 && e <= 64 || e === 91 || e === 92 || e === 93 || e === 94 || e === 96 || e === 123 || e === 124 || e === 125 || e === 126 || e === 161 || e >= 162 && e <= 165 || e === 166 || e === 167 || e === 169 || e === 171 || e === 172 || e === 174 || e === 176 || e === 177 || e === 182 || e === 187 || e === 191 || e === 215 || e === 247 || e >= 8208 && e <= 8213 || e >= 8214 && e <= 8215 || e === 8216 || e === 8217 || e === 8218 || e >= 8219 && e <= 8220 || e === 8221 || e === 8222 || e === 8223 || e >= 8224 && e <= 8231 || e >= 8240 && e <= 8248 || e === 8249 || e === 8250 || e >= 8251 && e <= 8254 || e >= 8257 && e <= 8259 || e === 8260 || e === 8261 || e === 8262 || e >= 8263 && e <= 8273 || e === 8274 || e === 8275 || e >= 8277 && e <= 8286 || e >= 8592 && e <= 8596 || e >= 8597 && e <= 8601 || e >= 8602 && e <= 8603 || e >= 8604 && e <= 8607 || e === 8608 || e >= 8609 && e <= 8610 || e === 8611 || e >= 8612 && e <= 8613 || e === 8614 || e >= 8615 && e <= 8621 || e === 8622 || e >= 8623 && e <= 8653 || e >= 8654 && e <= 8655 || e >= 8656 && e <= 8657 || e === 8658 || e === 8659 || e === 8660 || e >= 8661 && e <= 8691 || e >= 8692 && e <= 8959 || e >= 8960 && e <= 8967 || e === 8968 || e === 8969 || e === 8970 || e === 8971 || e >= 8972 && e <= 8991 || e >= 8992 && e <= 8993 || e >= 8994 && e <= 9e3 || e === 9001 || e === 9002 || e >= 9003 && e <= 9083 || e === 9084 || e >= 9085 && e <= 9114 || e >= 9115 && e <= 9139 || e >= 9140 && e <= 9179 || e >= 9180 && e <= 9185 || e >= 9186 && e <= 9254 || e >= 9255 && e <= 9279 || e >= 9280 && e <= 9290 || e >= 9291 && e <= 9311 || e >= 9472 && e <= 9654 || e === 9655 || e >= 9656 && e <= 9664 || e === 9665 || e >= 9666 && e <= 9719 || e >= 9720 && e <= 9727 || e >= 9728 && e <= 9838 || e === 9839 || e >= 9840 && e <= 10087 || e === 10088 || e === 10089 || e === 10090 || e === 10091 || e === 10092 || e === 10093 || e === 10094 || e === 10095 || e === 10096 || e === 10097 || e === 10098 || e === 10099 || e === 10100 || e === 10101 || e >= 10132 && e <= 10175 || e >= 10176 && e <= 10180 || e === 10181 || e === 10182 || e >= 10183 && e <= 10213 || e === 10214 || e === 10215 || e === 10216 || e === 10217 || e === 10218 || e === 10219 || e === 10220 || e === 10221 || e === 10222 || e === 10223 || e >= 10224 && e <= 10239 || e >= 10240 && e <= 10495 || e >= 10496 && e <= 10626 || e === 10627 || e === 10628 || e === 10629 || e === 10630 || e === 10631 || e === 10632 || e === 10633 || e === 10634 || e === 10635 || e === 10636 || e === 10637 || e === 10638 || e === 10639 || e === 10640 || e === 10641 || e === 10642 || e === 10643 || e === 10644 || e === 10645 || e === 10646 || e === 10647 || e === 10648 || e >= 10649 && e <= 10711 || e === 10712 || e === 10713 || e === 10714 || e === 10715 || e >= 10716 && e <= 10747 || e === 10748 || e === 10749 || e >= 10750 && e <= 11007 || e >= 11008 && e <= 11055 || e >= 11056 && e <= 11076 || e >= 11077 && e <= 11078 || e >= 11079 && e <= 11084 || e >= 11085 && e <= 11123 || e >= 11124 && e <= 11125 || e >= 11126 && e <= 11157 || e === 11158 || e >= 11159 && e <= 11263 || e >= 11776 && e <= 11777 || e === 11778 || e === 11779 || e === 11780 || e === 11781 || e >= 11782 && e <= 11784 || e === 11785 || e === 11786 || e === 11787 || e === 11788 || e === 11789 || e >= 11790 && e <= 11798 || e === 11799 || e >= 11800 && e <= 11801 || e === 11802 || e === 11803 || e === 11804 || e === 11805 || e >= 11806 && e <= 11807 || e === 11808 || e === 11809 || e === 11810 || e === 11811 || e === 11812 || e === 11813 || e === 11814 || e === 11815 || e === 11816 || e === 11817 || e >= 11818 && e <= 11822 || e === 11823 || e >= 11824 && e <= 11833 || e >= 11834 && e <= 11835 || e >= 11836 && e <= 11839 || e === 11840 || e === 11841 || e === 11842 || e >= 11843 && e <= 11855 || e >= 11856 && e <= 11857 || e === 11858 || e >= 11859 && e <= 11903 || e >= 12289 && e <= 12291 || e === 12296 || e === 12297 || e === 12298 || e === 12299 || e === 12300 || e === 12301 || e === 12302 || e === 12303 || e === 12304 || e === 12305 || e >= 12306 && e <= 12307 || e === 12308 || e === 12309 || e === 12310 || e === 12311 || e === 12312 || e === 12313 || e === 12314 || e === 12315 || e === 12316 || e === 12317 || e >= 12318 && e <= 12319 || e === 12320 || e === 12336 || e === 64830 || e === 64831 || e >= 65093 && e <= 65094;
}
-function Kn(e) {
+function Qn(e) {
e.forEach(function(t) {
if (delete t.location, Ki(t) || $i(t))
for (var n in t.options)
- delete t.options[n].location, Kn(t.options[n].value);
+ delete t.options[n].location, Qn(t.options[n].value);
else
- Ji(t) && ts(t.style) || (Qi(t) || Yi(t)) && Wn(t.style) ? delete t.style.location : es(t) && Kn(t.children);
+ Ji(t) && ts(t.style) || (Qi(t) || Yi(t)) && zn(t.style) ? delete t.style.location : es(t) && Qn(t.children);
});
}
-function lu(e, t) {
+function iu(e, t) {
t === void 0 && (t = {}), t = R({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
- var n = new ru(e, t).parse();
+ var n = new eu(e, t).parse();
if (n.err) {
var r = SyntaxError(I[n.err.kind]);
throw r.location = n.err.location, r.originalMessage = n.err.message, r;
}
- return t != null && t.captureLocation || Kn(n.val), n.val;
+ return t != null && t.captureLocation || Qn(n.val), n.val;
}
-function Pn(e, t) {
- var n = t && t.cache ? t.cache : _u, r = t && t.serializer ? t.serializer : hu, i = t && t.strategy ? t.strategy : uu;
+function Hn(e, t) {
+ var n = t && t.cache ? t.cache : fu, r = t && t.serializer ? t.serializer : uu, i = t && t.strategy ? t.strategy : lu;
return i(e, {
cache: n,
serializer: r
});
}
-function au(e) {
+function su(e) {
return e == null || typeof e == "number" || typeof e == "boolean";
}
function us(e, t, n, r) {
- var i = au(r) ? r : n(r), s = t.get(i);
+ var i = su(r) ? r : n(r), s = t.get(i);
return typeof s > "u" && (s = e.call(this, r), t.set(i, s)), s;
}
function fs(e, t, n) {
var r = Array.prototype.slice.call(arguments, 3), i = n(r), s = t.get(i);
return typeof s > "u" && (s = e.apply(this, r), t.set(i, s)), s;
}
-function hr(e, t, n, r, i) {
+function cr(e, t, n, r, i) {
return n.bind(t, e, r, i);
}
-function uu(e, t) {
+function lu(e, t) {
var n = e.length === 1 ? us : fs;
- return hr(e, this, n, t.cache.create(), t.serializer);
+ return cr(e, this, n, t.cache.create(), t.serializer);
}
-function fu(e, t) {
- return hr(e, this, fs, t.cache.create(), t.serializer);
+function ou(e, t) {
+ return cr(e, this, fs, t.cache.create(), t.serializer);
}
-function cu(e, t) {
- return hr(e, this, us, t.cache.create(), t.serializer);
+function au(e, t) {
+ return cr(e, this, us, t.cache.create(), t.serializer);
}
-var hu = function() {
+var uu = function() {
return JSON.stringify(arguments);
};
-function _r() {
+function hr() {
this.cache = /* @__PURE__ */ Object.create(null);
}
-_r.prototype.get = function(e) {
+hr.prototype.get = function(e) {
return this.cache[e];
};
-_r.prototype.set = function(e, t) {
+hr.prototype.set = function(e, t) {
this.cache[e] = t;
};
-var _u = {
+var fu = {
create: function() {
- return new _r();
+ return new hr();
}
-}, Cn = {
- variadic: fu,
- monadic: cu
+}, kn = {
+ variadic: ou,
+ monadic: au
}, mt;
(function(e) {
e.MISSING_VALUE = "MISSING_VALUE", e.INVALID_VALUE = "INVALID_VALUE", e.MISSING_INTL_API = "MISSING_INTL_API";
})(mt || (mt = {}));
-var on = (
+var sn = (
/** @class */
function(e) {
- sn(t, e);
+ rn(t, e);
function t(n, r, i) {
var s = e.call(this, n) || this;
return s.code = r, s.originalMessage = i, s;
@@ -5398,44 +5390,44 @@ var on = (
), Zr = (
/** @class */
function(e) {
- sn(t, e);
+ rn(t, e);
function t(n, r, i, s) {
return e.call(this, 'Invalid values for "'.concat(n, '": "').concat(r, '". Options are "').concat(Object.keys(i).join('", "'), '"'), mt.INVALID_VALUE, s) || this;
}
return t;
- }(on)
-), du = (
+ }(sn)
+), cu = (
/** @class */
function(e) {
- sn(t, e);
+ rn(t, e);
function t(n, r, i) {
return e.call(this, 'Value for "'.concat(n, '" must be of type ').concat(r), mt.INVALID_VALUE, i) || this;
}
return t;
- }(on)
-), mu = (
+ }(sn)
+), hu = (
/** @class */
function(e) {
- sn(t, e);
+ rn(t, e);
function t(n, r) {
return e.call(this, 'The intl string context variable "'.concat(n, '" was not provided to the string "').concat(r, '"'), mt.MISSING_VALUE, r) || this;
}
return t;
- }(on)
+ }(sn)
), ee;
(function(e) {
e[e.literal = 0] = "literal", e[e.object = 1] = "object";
})(ee || (ee = {}));
-function pu(e) {
+function _u(e) {
return e.length < 2 ? e : e.reduce(function(t, n) {
var r = t[t.length - 1];
return !r || r.type !== ee.literal || n.type !== ee.literal ? t.push(n) : r.value += n.value, t;
}, []);
}
-function gu(e) {
+function du(e) {
return typeof e == "function";
}
-function Xt(e, t, n, r, i, s, o) {
+function Xt(e, t, n, r, i, s, l) {
if (e.length === 1 && Gr(e[0]))
return [
{
@@ -5443,8 +5435,8 @@ function Xt(e, t, n, r, i, s, o) {
value: e[0].value
}
];
- for (var a = [], l = 0, u = e; l < u.length; l++) {
- var f = u[l];
+ for (var a = [], o = 0, u = e; o < u.length; o++) {
+ var f = u[o];
if (Gr(f)) {
a.push({
type: ee.literal,
@@ -5452,7 +5444,7 @@ function Xt(e, t, n, r, i, s, o) {
});
continue;
}
- if (Oa(f)) {
+ if (Pa(f)) {
typeof s == "number" && a.push({
type: ee.literal,
value: n.getNumberFormat(t).format(s)
@@ -5461,9 +5453,9 @@ function Xt(e, t, n, r, i, s, o) {
}
var c = f.value;
if (!(i && c in i))
- throw new mu(c, o);
+ throw new hu(c, l);
var h = i[c];
- if (Ia(f)) {
+ if (Ca(f)) {
(!h || typeof h == "string" || typeof h == "number") && (h = typeof h == "string" || typeof h == "number" ? String(h) : ""), a.push({
type: typeof h == "string" ? ee.literal : ee.object,
value: h
@@ -5471,7 +5463,7 @@ function Xt(e, t, n, r, i, s, o) {
continue;
}
if (Qi(f)) {
- var _ = typeof f.style == "string" ? r.date[f.style] : Wn(f.style) ? f.style.parsedOptions : void 0;
+ var _ = typeof f.style == "string" ? r.date[f.style] : zn(f.style) ? f.style.parsedOptions : void 0;
a.push({
type: ee.literal,
value: n.getDateTimeFormat(t, _).format(h)
@@ -5479,7 +5471,7 @@ function Xt(e, t, n, r, i, s, o) {
continue;
}
if (Yi(f)) {
- var _ = typeof f.style == "string" ? r.time[f.style] : Wn(f.style) ? f.style.parsedOptions : r.time.medium;
+ var _ = typeof f.style == "string" ? r.time[f.style] : zn(f.style) ? f.style.parsedOptions : r.time.medium;
a.push({
type: ee.literal,
value: n.getDateTimeFormat(t, _).format(h)
@@ -5496,8 +5488,8 @@ function Xt(e, t, n, r, i, s, o) {
}
if (es(f)) {
var d = f.children, p = f.value, y = i[p];
- if (!gu(y))
- throw new du(p, "function", o);
+ if (!du(y))
+ throw new cu(p, "function", l);
var v = Xt(d, t, n, r, i, s), E = y(v.map(function(T) {
return T.value;
}));
@@ -5511,7 +5503,7 @@ function Xt(e, t, n, r, i, s, o) {
if (Ki(f)) {
var g = f.options[h] || f.options.other;
if (!g)
- throw new Zr(f.value, h, Object.keys(f.options), o);
+ throw new Zr(f.value, h, Object.keys(f.options), l);
a.push.apply(a, Xt(g.value, t, n, r, i));
continue;
}
@@ -5519,31 +5511,31 @@ function Xt(e, t, n, r, i, s, o) {
var g = f.options["=".concat(h)];
if (!g) {
if (!Intl.PluralRules)
- throw new on(`Intl.PluralRules is not available in this environment.
+ throw new sn(`Intl.PluralRules is not available in this environment.
Try polyfilling it using "@formatjs/intl-pluralrules"
-`, mt.MISSING_INTL_API, o);
+`, mt.MISSING_INTL_API, l);
var A = n.getPluralRules(t, { type: f.pluralType }).select(h - (f.offset || 0));
g = f.options[A] || f.options.other;
}
if (!g)
- throw new Zr(f.value, h, Object.keys(f.options), o);
+ throw new Zr(f.value, h, Object.keys(f.options), l);
a.push.apply(a, Xt(g.value, t, n, r, i, h - (f.offset || 0)));
continue;
}
}
- return pu(a);
+ return _u(a);
}
-function bu(e, t) {
+function mu(e, t) {
return t ? R(R(R({}, e || {}), t || {}), Object.keys(e).reduce(function(n, r) {
return n[r] = R(R({}, e[r]), t[r] || {}), n;
}, {})) : e;
}
-function vu(e, t) {
+function pu(e, t) {
return t ? Object.keys(e).reduce(function(n, r) {
- return n[r] = bu(e[r], t[r]), n;
+ return n[r] = mu(e[r], t[r]), n;
}, R({}, e)) : e;
}
-function Nn(e) {
+function Cn(e) {
return {
create: function() {
return {
@@ -5557,39 +5549,39 @@ function Nn(e) {
}
};
}
-function yu(e) {
+function gu(e) {
return e === void 0 && (e = {
number: {},
dateTime: {},
pluralRules: {}
}), {
- getNumberFormat: Pn(function() {
+ getNumberFormat: Hn(function() {
for (var t, n = [], r = 0; r < arguments.length; r++)
n[r] = arguments[r];
- return new ((t = Intl.NumberFormat).bind.apply(t, Hn([void 0], n, !1)))();
+ return new ((t = Intl.NumberFormat).bind.apply(t, An([void 0], n, !1)))();
}, {
- cache: Nn(e.number),
- strategy: Cn.variadic
+ cache: Cn(e.number),
+ strategy: kn.variadic
}),
- getDateTimeFormat: Pn(function() {
+ getDateTimeFormat: Hn(function() {
for (var t, n = [], r = 0; r < arguments.length; r++)
n[r] = arguments[r];
- return new ((t = Intl.DateTimeFormat).bind.apply(t, Hn([void 0], n, !1)))();
+ return new ((t = Intl.DateTimeFormat).bind.apply(t, An([void 0], n, !1)))();
}, {
- cache: Nn(e.dateTime),
- strategy: Cn.variadic
+ cache: Cn(e.dateTime),
+ strategy: kn.variadic
}),
- getPluralRules: Pn(function() {
+ getPluralRules: Hn(function() {
for (var t, n = [], r = 0; r < arguments.length; r++)
n[r] = arguments[r];
- return new ((t = Intl.PluralRules).bind.apply(t, Hn([void 0], n, !1)))();
+ return new ((t = Intl.PluralRules).bind.apply(t, An([void 0], n, !1)))();
}, {
- cache: Nn(e.pluralRules),
- strategy: Cn.variadic
+ cache: Cn(e.pluralRules),
+ strategy: kn.variadic
})
};
}
-var wu = (
+var bu = (
/** @class */
function() {
function e(t, n, r, i) {
@@ -5598,16 +5590,16 @@ var wu = (
number: {},
dateTime: {},
pluralRules: {}
- }, this.format = function(o) {
- var a = s.formatToParts(o);
+ }, this.format = function(l) {
+ var a = s.formatToParts(l);
if (a.length === 1)
return a[0].value;
- var l = a.reduce(function(u, f) {
+ var o = a.reduce(function(u, f) {
return !u.length || f.type !== ee.literal || typeof u[u.length - 1] != "string" ? u.push(f.value) : u[u.length - 1] += f.value, u;
}, []);
- return l.length <= 1 ? l[0] || "" : l;
- }, this.formatToParts = function(o) {
- return Xt(s.ast, s.locales, s.formatters, s.formats, o, void 0, s.message);
+ return o.length <= 1 ? o[0] || "" : o;
+ }, this.formatToParts = function(l) {
+ return Xt(s.ast, s.locales, s.formatters, s.formats, l, void 0, s.message);
}, this.resolvedOptions = function() {
return {
locale: s.resolvedLocale.toString()
@@ -5625,7 +5617,7 @@ var wu = (
this.ast = t;
if (!Array.isArray(this.ast))
throw new TypeError("A message must be provided as a String or AST.");
- this.formats = vu(e.formats, r), this.formatters = i && i.formatters || yu(this.formatterCache);
+ this.formats = pu(e.formats, r), this.formatters = i && i.formatters || gu(this.formatterCache);
}
return Object.defineProperty(e, "defaultLocale", {
get: function() {
@@ -5636,7 +5628,7 @@ var wu = (
}), e.memoizedDefaultLocale = null, e.resolveLocale = function(t) {
var n = Intl.NumberFormat.supportedLocalesOf(t);
return n.length > 0 ? new Intl.Locale(n[0]) : new Intl.Locale(typeof t == "string" ? t : t[0]);
- }, e.__parse = lu, e.formats = {
+ }, e.__parse = iu, e.formats = {
number: {
integer: {
maximumFractionDigits: 0
@@ -5697,7 +5689,7 @@ var wu = (
}, e;
}()
);
-function Eu(e, t) {
+function vu(e, t) {
if (t == null)
return;
if (t in e)
@@ -5718,33 +5710,33 @@ function Eu(e, t) {
r = void 0;
return r;
}
-const xe = {}, Su = (e, t, n) => n && (t in xe || (xe[t] = {}), e in xe[t] || (xe[t][e] = n), n), cs = (e, t) => {
+const Ue = {}, yu = (e, t, n) => n && (t in Ue || (Ue[t] = {}), e in Ue[t] || (Ue[t][e] = n), n), cs = (e, t) => {
if (t == null)
return;
- if (t in xe && e in xe[t])
- return xe[t][e];
+ if (t in Ue && e in Ue[t])
+ return Ue[t][e];
const n = ln(t);
for (let r = 0; r < n.length; r++) {
- const i = n[r], s = Au(i, e);
+ const i = n[r], s = Eu(i, e);
if (s)
- return Su(e, t, s);
+ return yu(e, t, s);
}
};
-let dr;
-const Ot = It({});
-function Tu(e) {
- return dr[e] || null;
+let _r;
+const Lt = It({});
+function wu(e) {
+ return _r[e] || null;
}
function hs(e) {
- return e in dr;
+ return e in _r;
}
-function Au(e, t) {
+function Eu(e, t) {
if (!hs(e))
return null;
- const n = Tu(e);
- return Eu(n, t);
+ const n = wu(e);
+ return vu(n, t);
}
-function Bu(e) {
+function Su(e) {
if (e == null)
return;
const t = ln(e);
@@ -5754,28 +5746,28 @@ function Bu(e) {
return r;
}
}
-function Hu(e, ...t) {
- delete xe[e], Ot.update((n) => (n[e] = Na.all([n[e] || {}, ...t]), n));
+function Tu(e, ...t) {
+ delete Ue[e], Lt.update((n) => (n[e] = ka.all([n[e] || {}, ...t]), n));
}
vt(
- [Ot],
+ [Lt],
([e]) => Object.keys(e)
);
-Ot.subscribe((e) => dr = e);
+Lt.subscribe((e) => _r = e);
const Wt = {};
-function ku(e, t) {
+function Au(e, t) {
Wt[e].delete(t), Wt[e].size === 0 && delete Wt[e];
}
function _s(e) {
return Wt[e];
}
-function Pu(e) {
+function Bu(e) {
return ln(e).map((t) => {
const n = _s(t);
return [t, n ? [...n] : []];
}).filter(([, t]) => t.length > 0);
}
-function $n(e) {
+function Yn(e) {
return e == null ? !1 : ln(e).some(
(t) => {
var n;
@@ -5783,27 +5775,27 @@ function $n(e) {
}
);
}
-function Cu(e, t) {
+function Hu(e, t) {
return Promise.all(
- t.map((r) => (ku(e, r), r().then((i) => i.default || i)))
- ).then((r) => Hu(e, ...r));
+ t.map((r) => (Au(e, r), r().then((i) => i.default || i)))
+ ).then((r) => Tu(e, ...r));
}
const Tt = {};
function ds(e) {
- if (!$n(e))
+ if (!Yn(e))
return e in Tt ? Tt[e] : Promise.resolve();
- const t = Pu(e);
+ const t = Bu(e);
return Tt[e] = Promise.all(
t.map(
- ([n, r]) => Cu(n, r)
+ ([n, r]) => Hu(n, r)
)
).then(() => {
- if ($n(e))
+ if (Yn(e))
return ds(e);
delete Tt[e];
}), Tt[e];
}
-const Nu = {
+const ku = {
number: {
scientific: { notation: "scientific" },
engineering: { notation: "engineering" },
@@ -5832,27 +5824,27 @@ const Nu = {
timeZoneName: "short"
}
}
-}, Iu = {
+}, Cu = {
fallbackLocale: null,
loadingDelay: 200,
- formats: Nu,
+ formats: ku,
warnOnMissingMessages: !0,
handleMissingMessage: void 0,
ignoreTag: !0
-}, Ou = Iu;
+}, Pu = Cu;
function pt() {
- return Ou;
+ return Pu;
}
-const In = It(!1);
-var Lu = Object.defineProperty, Mu = Object.defineProperties, Du = Object.getOwnPropertyDescriptors, Jr = Object.getOwnPropertySymbols, Ru = Object.prototype.hasOwnProperty, xu = Object.prototype.propertyIsEnumerable, Qr = (e, t, n) => t in e ? Lu(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n, Uu = (e, t) => {
+const Pn = It(!1);
+var Nu = Object.defineProperty, Iu = Object.defineProperties, Lu = Object.getOwnPropertyDescriptors, Jr = Object.getOwnPropertySymbols, Ou = Object.prototype.hasOwnProperty, Mu = Object.prototype.propertyIsEnumerable, Qr = (e, t, n) => t in e ? Nu(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n, Du = (e, t) => {
for (var n in t || (t = {}))
- Ru.call(t, n) && Qr(e, n, t[n]);
+ Ou.call(t, n) && Qr(e, n, t[n]);
if (Jr)
for (var n of Jr(t))
- xu.call(t, n) && Qr(e, n, t[n]);
+ Mu.call(t, n) && Qr(e, n, t[n]);
return e;
-}, Fu = (e, t) => Mu(e, Du(t));
-let er;
+}, Ru = (e, t) => Iu(e, Lu(t));
+let Kn;
const Qt = It(null);
function Yr(e) {
return e.split("-").map((t, n, r) => r.slice(0, n + 1).join("-")).reverse();
@@ -5862,35 +5854,35 @@ function ln(e, t = pt().fallbackLocale) {
return t ? [.../* @__PURE__ */ new Set([...n, ...Yr(t)])] : n;
}
function nt() {
- return er ?? void 0;
+ return Kn ?? void 0;
}
Qt.subscribe((e) => {
- er = e ?? void 0, typeof window < "u" && e != null && document.documentElement.setAttribute("lang", e);
+ Kn = e ?? void 0, typeof window < "u" && e != null && document.documentElement.setAttribute("lang", e);
});
-const Gu = (e) => {
- if (e && Bu(e) && $n(e)) {
+const Uu = (e) => {
+ if (e && Su(e) && Yn(e)) {
const { loadingDelay: t } = pt();
let n;
return typeof window < "u" && nt() != null && t ? n = window.setTimeout(
- () => In.set(!0),
+ () => Pn.set(!0),
t
- ) : In.set(!0), ds(e).then(() => {
+ ) : Pn.set(!0), ds(e).then(() => {
Qt.set(e);
}).finally(() => {
- clearTimeout(n), In.set(!1);
+ clearTimeout(n), Pn.set(!1);
});
}
return Qt.set(e);
-}, Lt = Fu(Uu({}, Qt), {
- set: Gu
-}), an = (e) => {
+}, Ot = Ru(Du({}, Qt), {
+ set: Uu
+}), on = (e) => {
const t = /* @__PURE__ */ Object.create(null);
return (r) => {
const i = JSON.stringify(r);
return i in t ? t[i] : t[i] = e(r);
};
};
-var qu = Object.defineProperty, Yt = Object.getOwnPropertySymbols, ms = Object.prototype.hasOwnProperty, ps = Object.prototype.propertyIsEnumerable, Kr = (e, t, n) => t in e ? qu(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n, mr = (e, t) => {
+var xu = Object.defineProperty, Yt = Object.getOwnPropertySymbols, ms = Object.prototype.hasOwnProperty, ps = Object.prototype.propertyIsEnumerable, Kr = (e, t, n) => t in e ? xu(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n, dr = (e, t) => {
for (var n in t || (t = {}))
ms.call(t, n) && Kr(e, n, t[n]);
if (Yt)
@@ -5911,21 +5903,21 @@ const Nt = (e, t) => {
if (e in n && t in n[e])
return n[e][t];
throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`);
-}, ju = an(
+}, Fu = on(
(e) => {
var t = e, { locale: n, format: r } = t, i = yt(t, ["locale", "format"]);
if (n == null)
throw new Error('[svelte-i18n] A "locale" must be set to format numbers');
return r && (i = Nt("number", r)), new Intl.NumberFormat(n, i);
}
-), Vu = an(
+), Gu = on(
(e) => {
var t = e, { locale: n, format: r } = t, i = yt(t, ["locale", "format"]);
if (n == null)
throw new Error('[svelte-i18n] A "locale" must be set to format dates');
return r ? i = Nt("date", r) : Object.keys(i).length === 0 && (i = Nt("date", "short")), new Intl.DateTimeFormat(n, i);
}
-), zu = an(
+), qu = on(
(e) => {
var t = e, { locale: n, format: r } = t, i = yt(t, ["locale", "format"]);
if (n == null)
@@ -5934,48 +5926,48 @@ const Nt = (e, t) => {
);
return r ? i = Nt("time", r) : Object.keys(i).length === 0 && (i = Nt("time", "short")), new Intl.DateTimeFormat(n, i);
}
-), Xu = (e = {}) => {
+), ju = (e = {}) => {
var t = e, {
locale: n = nt()
} = t, r = yt(t, [
"locale"
]);
- return ju(mr({ locale: n }, r));
-}, Wu = (e = {}) => {
+ return Fu(dr({ locale: n }, r));
+}, Vu = (e = {}) => {
var t = e, {
locale: n = nt()
} = t, r = yt(t, [
"locale"
]);
- return Vu(mr({ locale: n }, r));
-}, Zu = (e = {}) => {
+ return Gu(dr({ locale: n }, r));
+}, zu = (e = {}) => {
var t = e, {
locale: n = nt()
} = t, r = yt(t, [
"locale"
]);
- return zu(mr({ locale: n }, r));
-}, Ju = an(
+ return qu(dr({ locale: n }, r));
+}, Xu = on(
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
- (e, t = nt()) => new wu(e, t, pt().formats, {
+ (e, t = nt()) => new bu(e, t, pt().formats, {
ignoreTag: pt().ignoreTag
})
-), Qu = (e, t = {}) => {
+), Wu = (e, t = {}) => {
var n, r, i, s;
- let o = t;
- typeof e == "object" && (o = e, e = o.id);
+ let l = t;
+ typeof e == "object" && (l = e, e = l.id);
const {
values: a,
- locale: l = nt(),
+ locale: o = nt(),
default: u
- } = o;
- if (l == null)
+ } = l;
+ if (o == null)
throw new Error(
"[svelte-i18n] Cannot format a message without first setting the initial locale."
);
- let f = cs(e, l);
+ let f = cs(e, o);
if (!f)
- f = (s = (i = (r = (n = pt()).handleMissingMessage) == null ? void 0 : r.call(n, { locale: l, id: e, defaultValue: u })) != null ? i : u) != null ? s : e;
+ f = (s = (i = (r = (n = pt()).handleMissingMessage) == null ? void 0 : r.call(n, { locale: o, id: e, defaultValue: u })) != null ? i : u) != null ? s : e;
else if (typeof f != "string")
return console.warn(
`[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof f}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`
@@ -5984,7 +5976,7 @@ const Nt = (e, t) => {
return f;
let c = f;
try {
- c = Ju(f, l).format(a);
+ c = Xu(f, o).format(a);
} catch (h) {
h instanceof Error && console.warn(
`[svelte-i18n] Message "${e}" has syntax error:`,
@@ -5992,52 +5984,52 @@ const Nt = (e, t) => {
);
}
return c;
-}, Yu = (e, t) => Zu(t).format(e), Ku = (e, t) => Wu(t).format(e), $u = (e, t) => Xu(t).format(e), ef = (e, t = nt()) => cs(e, t);
-vt([Lt, Ot], () => Qu);
-vt([Lt], () => Yu);
-vt([Lt], () => Ku);
-vt([Lt], () => $u);
-vt([Lt, Ot], () => ef);
+}, Zu = (e, t) => zu(t).format(e), Ju = (e, t) => Vu(t).format(e), Qu = (e, t) => ju(t).format(e), Yu = (e, t = nt()) => cs(e, t);
+vt([Ot, Lt], () => Wu);
+vt([Ot], () => Zu);
+vt([Ot], () => Ju);
+vt([Ot], () => Qu);
+vt([Ot, Lt], () => Yu);
const {
- SvelteComponent: tf,
+ SvelteComponent: Ku,
append: ne,
attr: We,
detach: gs,
element: Ze,
- init: nf,
+ init: $u,
insert: bs,
noop: $r,
- safe_not_equal: rf,
+ safe_not_equal: ef,
set_data: Kt,
- set_style: On,
- space: tr,
+ set_style: Nn,
+ space: $n,
text: at,
toggle_class: ei
-} = window.__gradio__svelte__internal, { onMount: sf, createEventDispatcher: of, getContext: lf } = window.__gradio__svelte__internal;
+} = window.__gradio__svelte__internal, { onMount: tf, createEventDispatcher: nf, getContext: rf } = window.__gradio__svelte__internal;
function ti(e) {
let t, n, r, i, s = Ht(
/*file_to_display*/
e[2]
- ) + "", o, a, l, u, f = (
+ ) + "", l, a, o, u, f = (
/*file_to_display*/
e[2].orig_name + ""
), c;
return {
c() {
- t = Ze("div"), n = Ze("span"), r = Ze("div"), i = Ze("progress"), o = at(s), l = tr(), u = Ze("span"), c = at(f), On(i, "visibility", "hidden"), On(i, "height", "0"), On(i, "width", "0"), i.value = a = Ht(
+ t = Ze("div"), n = Ze("span"), r = Ze("div"), i = Ze("progress"), l = at(s), o = $n(), u = Ze("span"), c = at(f), Nn(i, "visibility", "hidden"), Nn(i, "height", "0"), Nn(i, "width", "0"), i.value = a = Ht(
/*file_to_display*/
e[2]
), We(i, "max", "100"), We(i, "class", "svelte-12ckl9l"), We(r, "class", "progress-bar svelte-12ckl9l"), We(u, "class", "file-name svelte-12ckl9l"), We(t, "class", "file svelte-12ckl9l");
},
m(h, _) {
- bs(h, t, _), ne(t, n), ne(n, r), ne(r, i), ne(i, o), ne(t, l), ne(t, u), ne(u, c);
+ bs(h, t, _), ne(t, n), ne(n, r), ne(r, i), ne(i, l), ne(t, o), ne(t, u), ne(u, c);
},
p(h, _) {
_ & /*file_to_display*/
4 && s !== (s = Ht(
/*file_to_display*/
h[2]
- ) + "") && Kt(o, s), _ & /*file_to_display*/
+ ) + "") && Kt(l, s), _ & /*file_to_display*/
4 && a !== (a = Ht(
/*file_to_display*/
h[2]
@@ -6050,20 +6042,20 @@ function ti(e) {
}
};
}
-function af(e) {
+function sf(e) {
let t, n, r, i = (
/*files_with_progress*/
e[0].length + ""
- ), s, o, a = (
+ ), s, l, a = (
/*files_with_progress*/
e[0].length > 1 ? "files" : "file"
- ), l, u, f, c = (
+ ), o, u, f, c = (
/*file_to_display*/
e[2] && ti(e)
);
return {
c() {
- t = Ze("div"), n = Ze("span"), r = at("Uploading "), s = at(i), o = tr(), l = at(a), u = at("..."), f = tr(), c && c.c(), We(n, "class", "uploading svelte-12ckl9l"), We(t, "class", "wrap svelte-12ckl9l"), ei(
+ t = Ze("div"), n = Ze("span"), r = at("Uploading "), s = at(i), l = $n(), o = at(a), u = at("..."), f = $n(), c && c.c(), We(n, "class", "uploading svelte-12ckl9l"), We(t, "class", "wrap svelte-12ckl9l"), ei(
t,
"progress",
/*progress*/
@@ -6071,14 +6063,14 @@ function af(e) {
);
},
m(h, _) {
- bs(h, t, _), ne(t, n), ne(n, r), ne(n, s), ne(n, o), ne(n, l), ne(n, u), ne(t, f), c && c.m(t, null);
+ bs(h, t, _), ne(t, n), ne(n, r), ne(n, s), ne(n, l), ne(n, o), ne(n, u), ne(t, f), c && c.m(t, null);
},
p(h, [_]) {
_ & /*files_with_progress*/
1 && i !== (i = /*files_with_progress*/
h[0].length + "") && Kt(s, i), _ & /*files_with_progress*/
1 && a !== (a = /*files_with_progress*/
- h[0].length > 1 ? "files" : "file") && Kt(l, a), /*file_to_display*/
+ h[0].length > 1 ? "files" : "file") && Kt(o, a), /*file_to_display*/
h[2] ? c ? c.p(h, _) : (c = ti(h), c.c(), c.m(t, null)) : c && (c.d(1), c = null), _ & /*progress*/
2 && ei(
t,
@@ -6097,30 +6089,30 @@ function af(e) {
function Ht(e) {
return e.progress * 100 / (e.size || 0) || 0;
}
-function uf(e) {
+function lf(e) {
let t = 0;
return e.forEach((n) => {
t += Ht(n);
}), document.documentElement.style.setProperty("--upload-progress-width", (t / e.length).toFixed(2) + "%"), t / e.length;
}
-function ff(e, t, n) {
- let { upload_id: r } = t, { root: i } = t, { files: s } = t, o, a = !1, l, u, f = s.map((d) => ({ ...d, progress: 0 }));
- const c = of();
+function of(e, t, n) {
+ let { upload_id: r } = t, { root: i } = t, { files: s } = t, l, a = !1, o, u, f = s.map((d) => ({ ...d, progress: 0 }));
+ const c = nf();
function h(d, p) {
n(0, f = f.map((y) => (y.orig_name === d && (y.progress += p), y)));
}
- const _ = lf("EventSource_factory");
- return sf(() => {
- o = _(new URL(`${i}/upload_progress?upload_id=${r}`)), o.onmessage = async function(d) {
+ const _ = rf("EventSource_factory");
+ return tf(() => {
+ l = _(new URL(`${i}/upload_progress?upload_id=${r}`)), l.onmessage = async function(d) {
const p = JSON.parse(d.data);
- a || n(1, a = !0), p.msg === "done" ? (o.close(), c("done")) : (n(6, l = p), h(p.orig_name, p.chunk_size));
+ a || n(1, a = !0), p.msg === "done" ? (l.close(), c("done")) : (n(6, o = p), h(p.orig_name, p.chunk_size));
};
}), e.$$set = (d) => {
"upload_id" in d && n(3, r = d.upload_id), "root" in d && n(4, i = d.root), "files" in d && n(5, s = d.files);
}, e.$$.update = () => {
e.$$.dirty & /*files_with_progress*/
- 1 && uf(f), e.$$.dirty & /*current_file_upload, files_with_progress*/
- 65 && n(2, u = l || f[0]);
+ 1 && lf(f), e.$$.dirty & /*current_file_upload, files_with_progress*/
+ 65 && n(2, u = o || f[0]);
}, [
f,
a,
@@ -6128,47 +6120,47 @@ function ff(e, t, n) {
r,
i,
s,
- l
+ o
];
}
-class cf extends tf {
+class af extends Ku {
constructor(t) {
- super(), nf(this, t, ff, af, rf, { upload_id: 3, root: 4, files: 5 });
+ super(), $u(this, t, of, sf, ef, { upload_id: 3, root: 4, files: 5 });
}
}
const {
- SvelteComponent: hf,
+ SvelteComponent: uf,
append: ni,
attr: Y,
- binding_callbacks: _f,
+ binding_callbacks: ff,
bubble: Ve,
check_outros: vs,
- create_component: df,
+ create_component: cf,
create_slot: ys,
- destroy_component: mf,
- detach: un,
- element: nr,
+ destroy_component: hf,
+ detach: an,
+ element: er,
empty: ws,
get_all_dirty_from_scope: Es,
get_slot_changes: Ss,
group_outros: Ts,
- init: pf,
- insert: fn,
+ init: _f,
+ insert: un,
listen: se,
- mount_component: gf,
+ mount_component: df,
prevent_default: ze,
- run_all: bf,
- safe_not_equal: vf,
+ run_all: mf,
+ safe_not_equal: pf,
set_style: As,
- space: yf,
+ space: gf,
stop_propagation: Xe,
toggle_class: K,
transition_in: Fe,
transition_out: Ke,
update_slot_base: Bs
-} = window.__gradio__svelte__internal, { createEventDispatcher: wf, tick: Ef, getContext: Sf } = window.__gradio__svelte__internal;
-function Tf(e) {
- let t, n, r, i, s, o, a, l, u, f;
+} = window.__gradio__svelte__internal, { createEventDispatcher: bf, tick: vf, getContext: yf } = window.__gradio__svelte__internal;
+function wf(e) {
+ let t, n, r, i, s, l, a, o, u, f;
const c = (
/*#slots*/
e[22].default
@@ -6181,14 +6173,14 @@ function Tf(e) {
);
return {
c() {
- t = nr("button"), h && h.c(), n = yf(), r = nr("input"), Y(r, "aria-label", "file upload"), Y(r, "data-testid", "file-upload"), Y(r, "type", "file"), Y(
+ t = er("button"), h && h.c(), n = gf(), r = er("input"), Y(r, "aria-label", "file upload"), Y(r, "data-testid", "file-upload"), Y(r, "type", "file"), Y(
r,
"accept",
/*accept_file_types*/
e[12]
), r.multiple = i = /*file_count*/
e[5] === "multiple" || void 0, Y(r, "webkitdirectory", s = /*file_count*/
- e[5] === "directory" || void 0), Y(r, "mozdirectory", o = /*file_count*/
+ e[5] === "directory" || void 0), Y(r, "mozdirectory", l = /*file_count*/
e[5] === "directory" || void 0), Y(r, "class", "svelte-1aq8tno"), Y(t, "tabindex", a = /*hidden*/
e[7] ? -1 : 0), Y(t, "class", "svelte-1aq8tno"), K(
t,
@@ -6213,7 +6205,7 @@ function Tf(e) {
), As(t, "height", "100%");
},
m(_, d) {
- fn(_, t, d), h && h.m(t, null), ni(t, n), ni(t, r), e[30](r), l = !0, u || (f = [
+ un(_, t, d), h && h.m(t, null), ni(t, n), ni(t, r), e[30](r), o = !0, u || (f = [
se(
r,
"change",
@@ -6275,14 +6267,14 @@ function Tf(e) {
], u = !0);
},
p(_, d) {
- h && h.p && (!l || d[0] & /*$$scope*/
+ h && h.p && (!o || d[0] & /*$$scope*/
2097152) && Bs(
h,
c,
_,
/*$$scope*/
_[21],
- l ? Ss(
+ o ? Ss(
c,
/*$$scope*/
_[21],
@@ -6293,39 +6285,39 @@ function Tf(e) {
_[21]
),
null
- ), (!l || d[0] & /*accept_file_types*/
+ ), (!o || d[0] & /*accept_file_types*/
4096) && Y(
r,
"accept",
/*accept_file_types*/
_[12]
- ), (!l || d[0] & /*file_count*/
+ ), (!o || d[0] & /*file_count*/
32 && i !== (i = /*file_count*/
- _[5] === "multiple" || void 0)) && (r.multiple = i), (!l || d[0] & /*file_count*/
+ _[5] === "multiple" || void 0)) && (r.multiple = i), (!o || d[0] & /*file_count*/
32 && s !== (s = /*file_count*/
- _[5] === "directory" || void 0)) && Y(r, "webkitdirectory", s), (!l || d[0] & /*file_count*/
- 32 && o !== (o = /*file_count*/
- _[5] === "directory" || void 0)) && Y(r, "mozdirectory", o), (!l || d[0] & /*hidden*/
+ _[5] === "directory" || void 0)) && Y(r, "webkitdirectory", s), (!o || d[0] & /*file_count*/
+ 32 && l !== (l = /*file_count*/
+ _[5] === "directory" || void 0)) && Y(r, "mozdirectory", l), (!o || d[0] & /*hidden*/
128 && a !== (a = /*hidden*/
- _[7] ? -1 : 0)) && Y(t, "tabindex", a), (!l || d[0] & /*hidden*/
+ _[7] ? -1 : 0)) && Y(t, "tabindex", a), (!o || d[0] & /*hidden*/
128) && K(
t,
"hidden",
/*hidden*/
_[7]
- ), (!l || d[0] & /*center*/
+ ), (!o || d[0] & /*center*/
8) && K(
t,
"center",
/*center*/
_[3]
- ), (!l || d[0] & /*boundedheight*/
+ ), (!o || d[0] & /*boundedheight*/
4) && K(
t,
"boundedheight",
/*boundedheight*/
_[2]
- ), (!l || d[0] & /*flex*/
+ ), (!o || d[0] & /*flex*/
16) && K(
t,
"flex",
@@ -6334,17 +6326,17 @@ function Tf(e) {
);
},
i(_) {
- l || (Fe(h, _), l = !0);
+ o || (Fe(h, _), o = !0);
},
o(_) {
- Ke(h, _), l = !1;
+ Ke(h, _), o = !1;
},
d(_) {
- _ && un(t), h && h.d(_), e[30](null), u = !1, bf(f);
+ _ && an(t), h && h.d(_), e[30](null), u = !1, mf(f);
}
};
}
-function Af(e) {
+function Ef(e) {
let t, n, r = !/*hidden*/
e[7] && ri(e);
return {
@@ -6352,7 +6344,7 @@ function Af(e) {
r && r.c(), t = ws();
},
m(i, s) {
- r && r.m(i, s), fn(i, t, s), n = !0;
+ r && r.m(i, s), un(i, t, s), n = !0;
},
p(i, s) {
/*hidden*/
@@ -6368,17 +6360,17 @@ function Af(e) {
Ke(r), n = !1;
},
d(i) {
- i && un(t), r && r.d(i);
+ i && an(t), r && r.d(i);
}
};
}
-function Bf(e) {
+function Sf(e) {
let t, n, r, i, s;
- const o = (
+ const l = (
/*#slots*/
e[22].default
), a = ys(
- o,
+ l,
e,
/*$$scope*/
e[21],
@@ -6386,7 +6378,7 @@ function Bf(e) {
);
return {
c() {
- t = nr("button"), a && a.c(), Y(t, "tabindex", n = /*hidden*/
+ t = er("button"), a && a.c(), Y(t, "tabindex", n = /*hidden*/
e[7] ? -1 : 0), Y(t, "class", "svelte-1aq8tno"), K(
t,
"hidden",
@@ -6409,75 +6401,75 @@ function Bf(e) {
e[4]
), As(t, "height", "100%");
},
- m(l, u) {
- fn(l, t, u), a && a.m(t, null), r = !0, i || (s = se(
+ m(o, u) {
+ un(o, t, u), a && a.m(t, null), r = !0, i || (s = se(
t,
"click",
/*paste_clipboard*/
e[8]
), i = !0);
},
- p(l, u) {
+ p(o, u) {
a && a.p && (!r || u[0] & /*$$scope*/
2097152) && Bs(
a,
- o,
l,
+ o,
/*$$scope*/
- l[21],
+ o[21],
r ? Ss(
- o,
+ l,
/*$$scope*/
- l[21],
+ o[21],
u,
null
) : Es(
/*$$scope*/
- l[21]
+ o[21]
),
null
), (!r || u[0] & /*hidden*/
128 && n !== (n = /*hidden*/
- l[7] ? -1 : 0)) && Y(t, "tabindex", n), (!r || u[0] & /*hidden*/
+ o[7] ? -1 : 0)) && Y(t, "tabindex", n), (!r || u[0] & /*hidden*/
128) && K(
t,
"hidden",
/*hidden*/
- l[7]
+ o[7]
), (!r || u[0] & /*center*/
8) && K(
t,
"center",
/*center*/
- l[3]
+ o[3]
), (!r || u[0] & /*boundedheight*/
4) && K(
t,
"boundedheight",
/*boundedheight*/
- l[2]
+ o[2]
), (!r || u[0] & /*flex*/
16) && K(
t,
"flex",
/*flex*/
- l[4]
+ o[4]
);
},
- i(l) {
- r || (Fe(a, l), r = !0);
+ i(o) {
+ r || (Fe(a, o), r = !0);
},
- o(l) {
- Ke(a, l), r = !1;
+ o(o) {
+ Ke(a, o), r = !1;
},
- d(l) {
- l && un(t), a && a.d(l), i = !1, s();
+ d(o) {
+ o && an(t), a && a.d(o), i = !1, s();
}
};
}
function ri(e) {
let t, n;
- return t = new cf({
+ return t = new af({
props: {
root: (
/*root*/
@@ -6494,10 +6486,10 @@ function ri(e) {
}
}), {
c() {
- df(t.$$.fragment);
+ cf(t.$$.fragment);
},
m(r, i) {
- gf(t, r, i), n = !0;
+ df(t, r, i), n = !0;
},
p(r, i) {
const s = {};
@@ -6516,43 +6508,43 @@ function ri(e) {
Ke(t.$$.fragment, r), n = !1;
},
d(r) {
- mf(t, r);
+ hf(t, r);
}
};
}
-function Hf(e) {
+function Tf(e) {
let t, n, r, i;
- const s = [Bf, Af, Tf], o = [];
- function a(l, u) {
+ const s = [Sf, Ef, wf], l = [];
+ function a(o, u) {
return (
/*filetype*/
- l[0] === "clipboard" ? 0 : (
+ o[0] === "clipboard" ? 0 : (
/*uploading*/
- l[1] ? 1 : 2
+ o[1] ? 1 : 2
)
);
}
- return t = a(e), n = o[t] = s[t](e), {
+ return t = a(e), n = l[t] = s[t](e), {
c() {
n.c(), r = ws();
},
- m(l, u) {
- o[t].m(l, u), fn(l, r, u), i = !0;
+ m(o, u) {
+ l[t].m(o, u), un(o, r, u), i = !0;
},
- p(l, u) {
+ p(o, u) {
let f = t;
- t = a(l), t === f ? o[t].p(l, u) : (Ts(), Ke(o[f], 1, 1, () => {
- o[f] = null;
- }), vs(), n = o[t], n ? n.p(l, u) : (n = o[t] = s[t](l), n.c()), Fe(n, 1), n.m(r.parentNode, r));
+ t = a(o), t === f ? l[t].p(o, u) : (Ts(), Ke(l[f], 1, 1, () => {
+ l[f] = null;
+ }), vs(), n = l[t], n ? n.p(o, u) : (n = l[t] = s[t](o), n.c()), Fe(n, 1), n.m(r.parentNode, r));
},
- i(l) {
+ i(o) {
i || (Fe(n), i = !0);
},
- o(l) {
+ o(o) {
Ke(n), i = !1;
},
- d(l) {
- l && un(r), o[t].d(l);
+ d(o) {
+ o && an(r), l[t].d(o);
}
};
}
@@ -6562,23 +6554,23 @@ function ii(e) {
const i = e[r], s = e[r + 1];
if (r += 2, (i === "optionalAccess" || i === "optionalCall") && n == null)
return;
- i === "access" || i === "optionalAccess" ? (t = n, n = s(n)) : (i === "call" || i === "optionalCall") && (n = s((...o) => n.call(t, ...o)), t = void 0);
+ i === "access" || i === "optionalAccess" ? (t = n, n = s(n)) : (i === "call" || i === "optionalCall") && (n = s((...l) => n.call(t, ...l)), t = void 0);
}
return n;
}
-function kf(e, t) {
+function Af(e, t) {
return !e || e === "*" || e === "file/*" ? !0 : (typeof e == "string" && e.endsWith("/*") && (e = e.split(",")), Array.isArray(e) ? e.includes(t) || e.some((n) => {
const [r] = n.split("/");
return n.endsWith("/*") && t.startsWith(r + "/");
}) : e === t);
}
-function Pf(e, t, n) {
- let { $$slots: r = {}, $$scope: i } = t, { filetype: s = null } = t, { dragging: o = !1 } = t, { boundedheight: a = !0 } = t, { center: l = !0 } = t, { flex: u = !0 } = t, { file_count: f = "single" } = t, { disable_click: c = !1 } = t, { root: h } = t, { hidden: _ = !1 } = t, { format: d = "file" } = t, { uploading: p = !1 } = t, y, v, E;
- const g = Sf("upload_files");
+function Bf(e, t, n) {
+ let { $$slots: r = {}, $$scope: i } = t, { filetype: s = null } = t, { dragging: l = !1 } = t, { boundedheight: a = !0 } = t, { center: o = !0 } = t, { flex: u = !0 } = t, { file_count: f = "single" } = t, { disable_click: c = !1 } = t, { root: h } = t, { hidden: _ = !1 } = t, { format: d = "file" } = t, { uploading: p = !1 } = t, y, v, E;
+ const g = yf("upload_files");
let A;
- const T = wf();
+ const T = bf();
function w() {
- n(17, o = !o);
+ n(17, l = !l);
}
function j() {
navigator.clipboard.read().then(async (m) => {
@@ -6598,17 +6590,17 @@ function Pf(e, t, n) {
c || (n(13, A.value = "", A), A.click());
}
async function H(m) {
- await Ef(), n(10, y = Math.random().toString(36).substring(2, 15)), n(1, p = !0);
- const N = await Ul(m, h, y, g);
+ await vf(), n(10, y = Math.random().toString(36).substring(2, 15)), n(1, p = !0);
+ const N = await xo(m, h, y, g);
return T("load", f === "single" ? ii([N, "optionalAccess", (b) => b[0]]) : N), n(1, p = !1), N || [];
}
async function Z(m) {
if (!m.length)
return;
let N = m.map((b) => new File([b], b.name));
- return n(11, v = await Fl(N)), await H(v);
+ return n(11, v = await Fo(N)), await H(v);
}
- async function oe(m) {
+ async function le(m) {
const N = m.target;
if (N.files)
if (d != "blob")
@@ -6622,11 +6614,11 @@ function Pf(e, t, n) {
}
}
async function Ge(m) {
- if (n(17, o = !1), !ii([m, "access", (b) => b.dataTransfer, "optionalAccess", (b) => b.files]))
+ if (n(17, l = !1), !ii([m, "access", (b) => b.dataTransfer, "optionalAccess", (b) => b.files]))
return;
const N = Array.from(m.dataTransfer.files).filter((b) => {
const M = "." + b.name.split(".").pop();
- return b.type && kf(s, b.type) || (M && Array.isArray(s) ? s.includes(M) : M === s) ? !0 : (T("error", `Invalid file type only ${s} allowed.`), !1);
+ return b.type && Af(s, b.type) || (M && Array.isArray(s) ? s.includes(M) : M === s) ? !0 : (T("error", `Invalid file type only ${s} allowed.`), !1);
});
await Z(N);
}
@@ -6636,7 +6628,7 @@ function Pf(e, t, n) {
function Ae(m) {
Ve.call(this, e, m);
}
- function le(m) {
+ function oe(m) {
Ve.call(this, e, m);
}
function qe(m) {
@@ -6645,19 +6637,19 @@ function Pf(e, t, n) {
function Et(m) {
Ve.call(this, e, m);
}
- function Oe(m) {
+ function Le(m) {
Ve.call(this, e, m);
}
function rt(m) {
Ve.call(this, e, m);
}
function Be(m) {
- _f[m ? "unshift" : "push"](() => {
+ ff[m ? "unshift" : "push"](() => {
A = m, n(13, A);
});
}
return e.$$set = (m) => {
- "filetype" in m && n(0, s = m.filetype), "dragging" in m && n(17, o = m.dragging), "boundedheight" in m && n(2, a = m.boundedheight), "center" in m && n(3, l = m.center), "flex" in m && n(4, u = m.flex), "file_count" in m && n(5, f = m.file_count), "disable_click" in m && n(18, c = m.disable_click), "root" in m && n(6, h = m.root), "hidden" in m && n(7, _ = m.hidden), "format" in m && n(19, d = m.format), "uploading" in m && n(1, p = m.uploading), "$$scope" in m && n(21, i = m.$$scope);
+ "filetype" in m && n(0, s = m.filetype), "dragging" in m && n(17, l = m.dragging), "boundedheight" in m && n(2, a = m.boundedheight), "center" in m && n(3, o = m.center), "flex" in m && n(4, u = m.flex), "file_count" in m && n(5, f = m.file_count), "disable_click" in m && n(18, c = m.disable_click), "root" in m && n(6, h = m.root), "hidden" in m && n(7, _ = m.hidden), "format" in m && n(19, d = m.format), "uploading" in m && n(1, p = m.uploading), "$$scope" in m && n(21, i = m.$$scope);
}, e.$$.update = () => {
e.$$.dirty[0] & /*filetype*/
1 && (s == null || typeof s == "string" ? n(12, E = s) : (n(0, s = s.map((m) => m.startsWith(".") ? m : m + "/*")), n(12, E = s.join(", "))));
@@ -6665,7 +6657,7 @@ function Pf(e, t, n) {
s,
p,
a,
- l,
+ o,
u,
f,
h,
@@ -6677,9 +6669,9 @@ function Pf(e, t, n) {
E,
A,
w,
- oe,
+ le,
Ge,
- o,
+ l,
c,
d,
Z,
@@ -6687,22 +6679,22 @@ function Pf(e, t, n) {
r,
$,
Ae,
- le,
+ oe,
qe,
Et,
- Oe,
+ Le,
rt,
Be
];
}
-class Cf extends hf {
+class Hf extends uf {
constructor(t) {
- super(), pf(
+ super(), _f(
this,
t,
- Pf,
- Hf,
- vf,
+ Bf,
+ Tf,
+ pf,
{
filetype: 0,
dragging: 17,
@@ -6734,102 +6726,100 @@ class Cf extends hf {
}
}
const {
- SvelteComponent: Nf,
- attr: If,
- create_component: Of,
- destroy_component: Lf,
- detach: Mf,
- element: Df,
- init: Rf,
- insert: xf,
- mount_component: Uf,
- noop: Ff,
- safe_not_equal: Gf,
- transition_in: qf,
- transition_out: jf
-} = window.__gradio__svelte__internal, { createEventDispatcher: Vf } = window.__gradio__svelte__internal;
-function zf(e) {
+ SvelteComponent: kf,
+ attr: Cf,
+ create_component: Pf,
+ destroy_component: Nf,
+ detach: If,
+ element: Lf,
+ init: Of,
+ insert: Mf,
+ mount_component: Df,
+ noop: Rf,
+ safe_not_equal: Uf,
+ transition_in: xf,
+ transition_out: Ff
+} = window.__gradio__svelte__internal, { createEventDispatcher: Gf } = window.__gradio__svelte__internal;
+function qf(e) {
let t, n, r;
- return n = new Co({
- props: { Icon: el, label: "Remove Image" }
+ return n = new Cl({
+ props: { Icon: $l, label: "Remove Image" }
}), n.$on(
"click",
/*click_handler*/
e[1]
), {
c() {
- t = Df("div"), Of(n.$$.fragment), If(t, "class", "svelte-1g74h68");
+ t = Lf("div"), Pf(n.$$.fragment), Cf(t, "class", "svelte-1g74h68");
},
m(i, s) {
- xf(i, t, s), Uf(n, t, null), r = !0;
+ Mf(i, t, s), Df(n, t, null), r = !0;
},
- p: Ff,
+ p: Rf,
i(i) {
- r || (qf(n.$$.fragment, i), r = !0);
+ r || (xf(n.$$.fragment, i), r = !0);
},
o(i) {
- jf(n.$$.fragment, i), r = !1;
+ Ff(n.$$.fragment, i), r = !1;
},
d(i) {
- i && Mf(t), Lf(n);
+ i && If(t), Nf(n);
}
};
}
-function Xf(e) {
- const t = Vf();
+function jf(e) {
+ const t = Gf();
return [t, (r) => {
t("remove_image"), r.stopPropagation();
}];
}
-class Wf extends Nf {
+class Vf extends kf {
constructor(t) {
- super(), Rf(this, t, Xf, zf, Gf, {});
+ super(), Of(this, t, jf, qf, Uf, {});
}
}
const {
- SvelteComponent: Zf,
+ SvelteComponent: zf,
add_flush_callback: si,
- append: $t,
+ append: tr,
attr: ht,
- bind: oi,
- binding_callbacks: rr,
- bubble: Jf,
- check_outros: ir,
- create_component: pr,
- create_slot: Qf,
- destroy_component: gr,
- detach: en,
- element: tn,
- empty: Yf,
- get_all_dirty_from_scope: Kf,
- get_slot_changes: $f,
- group_outros: sr,
- init: ec,
- insert: nn,
- mount_component: br,
- noop: or,
- safe_not_equal: tc,
- set_data: nc,
- space: li,
- text: rc,
+ bind: li,
+ binding_callbacks: nr,
+ bubble: Xf,
+ check_outros: rr,
+ create_component: mr,
+ create_slot: Wf,
+ destroy_component: pr,
+ detach: $t,
+ element: en,
+ empty: Zf,
+ get_all_dirty_from_scope: Jf,
+ get_slot_changes: Qf,
+ group_outros: ir,
+ init: Yf,
+ insert: tn,
+ mount_component: gr,
+ noop: sr,
+ safe_not_equal: Kf,
+ space: oi,
transition_in: de,
transition_out: Ee,
- update_slot_base: ic
-} = window.__gradio__svelte__internal, { createEventDispatcher: sc } = window.__gradio__svelte__internal;
+ update_slot_base: $f
+} = window.__gradio__svelte__internal, { createEventDispatcher: ec } = window.__gradio__svelte__internal;
function ai(e) {
let t, n;
- return t = new Wf({}), t.$on(
+ return t = new Vf({}), t.$on(
"remove_image",
/*remove_image_handler*/
e[11]
), {
c() {
- pr(t.$$.fragment);
+ mr(t.$$.fragment);
},
m(r, i) {
- br(t, r, i), n = !0;
+ gr(t, r, i), n = !0;
},
- p: or,
+ p: sr,
i(r) {
n || (de(t.$$.fragment, r), n = !0);
},
@@ -6837,44 +6827,39 @@ function ai(e) {
Ee(t.$$.fragment, r), n = !1;
},
d(r) {
- gr(t, r);
+ pr(t, r);
}
};
}
-function oc(e) {
- let t, n, r;
+function tc(e) {
+ let t, n;
return {
c() {
- t = tn("div"), n = tn("div"), r = rc(
- /*fasta_text*/
- e[7]
- ), ht(n, "id", "fasta_content"), ht(n, "class", "svelte-1x9nw40"), ht(t, "class", "image-frame svelte-1x9nw40");
+ t = en("div"), n = en("div"), ht(n, "id", "fasta_content"), ht(n, "class", "svelte-9fc1fs"), ht(t, "class", "image-frame svelte-9fc1fs");
},
- m(i, s) {
- nn(i, t, s), $t(t, n), $t(n, r);
+ m(r, i) {
+ tn(r, t, i), tr(t, n), n.innerHTML = /*fasta_text*/
+ e[7];
},
- p(i, s) {
- s & /*fasta_text*/
- 128 && nc(
- r,
- /*fasta_text*/
- i[7]
- );
+ p(r, i) {
+ i & /*fasta_text*/
+ 128 && (n.innerHTML = /*fasta_text*/
+ r[7]);
},
- i: or,
- o: or,
- d(i) {
- i && en(t);
+ i: sr,
+ o: sr,
+ d(r) {
+ r && $t(t);
}
};
}
-function lc(e) {
+function nc(e) {
let t, n, r, i;
- function s(l) {
- e[13](l);
+ function s(o) {
+ e[13](o);
}
- function o(l) {
- e[14](l);
+ function l(o) {
+ e[14](o);
}
let a = {
hidden: (
@@ -6886,7 +6871,7 @@ function lc(e) {
/*root*/
e[3]
),
- $$slots: { default: [ac] },
+ $$slots: { default: [rc] },
$$scope: { ctx: e }
};
return (
@@ -6894,7 +6879,7 @@ function lc(e) {
e[4] !== void 0 && (a.uploading = /*uploading*/
e[4]), /*dragging*/
e[5] !== void 0 && (a.dragging = /*dragging*/
- e[5]), t = new Cf({ props: a }), e[12](t), rr.push(() => oi(t, "uploading", s)), rr.push(() => oi(t, "dragging", o)), t.$on(
+ e[5]), t = new Hf({ props: a }), e[12](t), nr.push(() => li(t, "uploading", s)), nr.push(() => li(t, "dragging", l)), t.$on(
"load",
/*handle_upload*/
e[8]
@@ -6904,32 +6889,32 @@ function lc(e) {
e[15]
), {
c() {
- pr(t.$$.fragment);
+ mr(t.$$.fragment);
},
- m(l, u) {
- br(t, l, u), i = !0;
+ m(o, u) {
+ gr(t, o, u), i = !0;
},
- p(l, u) {
+ p(o, u) {
const f = {};
u & /*value*/
1 && (f.hidden = /*value*/
- l[0] !== null), u & /*root*/
+ o[0] !== null), u & /*root*/
8 && (f.root = /*root*/
- l[3]), u & /*$$scope, value*/
- 65537 && (f.$$scope = { dirty: u, ctx: l }), !n && u & /*uploading*/
+ o[3]), u & /*$$scope, value*/
+ 65537 && (f.$$scope = { dirty: u, ctx: o }), !n && u & /*uploading*/
16 && (n = !0, f.uploading = /*uploading*/
- l[4], si(() => n = !1)), !r && u & /*dragging*/
+ o[4], si(() => n = !1)), !r && u & /*dragging*/
32 && (r = !0, f.dragging = /*dragging*/
- l[5], si(() => r = !1)), t.$set(f);
+ o[5], si(() => r = !1)), t.$set(f);
},
- i(l) {
- i || (de(t.$$.fragment, l), i = !0);
+ i(o) {
+ i || (de(t.$$.fragment, o), i = !0);
},
- o(l) {
- Ee(t.$$.fragment, l), i = !1;
+ o(o) {
+ Ee(t.$$.fragment, o), i = !1;
},
- d(l) {
- e[12](null), gr(t, l);
+ d(o) {
+ e[12](null), pr(t, o);
}
}
);
@@ -6939,7 +6924,7 @@ function ui(e) {
const n = (
/*#slots*/
e[10].default
- ), r = Qf(
+ ), r = Wf(
n,
e,
/*$$scope*/
@@ -6955,19 +6940,19 @@ function ui(e) {
},
p(i, s) {
r && r.p && (!t || s & /*$$scope*/
- 65536) && ic(
+ 65536) && $f(
r,
n,
i,
/*$$scope*/
i[16],
- t ? $f(
+ t ? Qf(
n,
/*$$scope*/
i[16],
s,
null
- ) : Kf(
+ ) : Jf(
/*$$scope*/
i[16]
),
@@ -6985,24 +6970,24 @@ function ui(e) {
}
};
}
-function ac(e) {
+function rc(e) {
let t, n, r = (
/*value*/
e[0] === null && ui(e)
);
return {
c() {
- r && r.c(), t = Yf();
+ r && r.c(), t = Zf();
},
m(i, s) {
- r && r.m(i, s), nn(i, t, s), n = !0;
+ r && r.m(i, s), tn(i, t, s), n = !0;
},
p(i, s) {
/*value*/
i[0] === null ? r ? (r.p(i, s), s & /*value*/
- 1 && de(r, 1)) : (r = ui(i), r.c(), de(r, 1), r.m(t.parentNode, t)) : r && (sr(), Ee(r, 1, 1, () => {
+ 1 && de(r, 1)) : (r = ui(i), r.c(), de(r, 1), r.m(t.parentNode, t)) : r && (ir(), Ee(r, 1, 1, () => {
r = null;
- }), ir());
+ }), rr());
},
i(i) {
n || (de(r), n = !0);
@@ -7011,20 +6996,20 @@ function ac(e) {
Ee(r), n = !1;
},
d(i) {
- i && en(t), r && r.d(i);
+ i && $t(t), r && r.d(i);
}
};
}
-function uc(e) {
+function ic(e) {
var _;
- let t, n, r, i, s, o, a, l;
+ let t, n, r, i, s, l, a, o;
t = new Mi({
props: {
show_label: (
/*show_label*/
e[2]
),
- Icon: ar,
+ Icon: or,
label: (
/*label*/
e[1] || "Image"
@@ -7035,19 +7020,19 @@ function uc(e) {
/*value*/
((_ = e[0]) == null ? void 0 : _.url) && ai(e)
);
- const f = [lc, oc], c = [];
+ const f = [nc, tc], c = [];
function h(d, p) {
return (
/*value*/
d[0] === null ? 0 : 1
);
}
- return o = h(e), a = c[o] = f[o](e), {
+ return l = h(e), a = c[l] = f[l](e), {
c() {
- pr(t.$$.fragment), n = li(), r = tn("div"), u && u.c(), i = li(), s = tn("div"), a.c(), ht(s, "class", "upload-container svelte-1x9nw40"), ht(r, "data-testid", "image"), ht(r, "class", "image-container svelte-1x9nw40");
+ mr(t.$$.fragment), n = oi(), r = en("div"), u && u.c(), i = oi(), s = en("div"), a.c(), ht(s, "class", "upload-container svelte-9fc1fs"), ht(r, "data-testid", "image"), ht(r, "class", "image-container svelte-9fc1fs");
},
m(d, p) {
- br(t, d, p), nn(d, n, p), nn(d, r, p), u && u.m(r, null), $t(r, i), $t(r, s), c[o].m(s, null), l = !0;
+ gr(t, d, p), tn(d, n, p), tn(d, r, p), u && u.m(r, null), tr(r, i), tr(r, s), c[l].m(s, null), o = !0;
},
p(d, [p]) {
var E;
@@ -7058,41 +7043,41 @@ function uc(e) {
2 && (y.label = /*label*/
d[1] || "Image"), t.$set(y), /*value*/
(E = d[0]) != null && E.url ? u ? (u.p(d, p), p & /*value*/
- 1 && de(u, 1)) : (u = ai(d), u.c(), de(u, 1), u.m(r, i)) : u && (sr(), Ee(u, 1, 1, () => {
+ 1 && de(u, 1)) : (u = ai(d), u.c(), de(u, 1), u.m(r, i)) : u && (ir(), Ee(u, 1, 1, () => {
u = null;
- }), ir());
- let v = o;
- o = h(d), o === v ? c[o].p(d, p) : (sr(), Ee(c[v], 1, 1, () => {
+ }), rr());
+ let v = l;
+ l = h(d), l === v ? c[l].p(d, p) : (ir(), Ee(c[v], 1, 1, () => {
c[v] = null;
- }), ir(), a = c[o], a ? a.p(d, p) : (a = c[o] = f[o](d), a.c()), de(a, 1), a.m(s, null));
+ }), rr(), a = c[l], a ? a.p(d, p) : (a = c[l] = f[l](d), a.c()), de(a, 1), a.m(s, null));
},
i(d) {
- l || (de(t.$$.fragment, d), de(u), de(a), l = !0);
+ o || (de(t.$$.fragment, d), de(u), de(a), o = !0);
},
o(d) {
- Ee(t.$$.fragment, d), Ee(u), Ee(a), l = !1;
+ Ee(t.$$.fragment, d), Ee(u), Ee(a), o = !1;
},
d(d) {
- d && (en(n), en(r)), gr(t, d), u && u.d(), c[o].d();
+ d && ($t(n), $t(r)), pr(t, d), u && u.d(), c[l].d();
}
};
}
-function fc(e, t, n) {
- let { $$slots: r = {}, $$scope: i } = t, { value: s } = t, { label: o = void 0 } = t, { show_label: a } = t, { root: l } = t, u, f = !1, c = "";
+function sc(e, t, n) {
+ let { $$slots: r = {}, $$scope: i } = t, { value: s } = t, { label: l = void 0 } = t, { show_label: a } = t, { root: o } = t, u, f = !1, c = "";
async function h(T) {
const w = await fetch(T);
- n(7, c = await w.text());
+ n(7, c = await w.text()), n(7, c = c.replaceAll("G", "G")), n(7, c = c.replaceAll("A", "A")), n(7, c = c.replaceAll("T", "T")), n(7, c = c.replaceAll("C", "C")), n(7, c = c.replaceAll(/^(>.*)$/gm, "$1"));
}
function _({ detail: T }) {
- n(0, s = Pe(T, l, null)), d("upload"), h(s.url);
+ n(0, s = Ce(T, o, null)), d("upload"), h(s.url);
}
- const d = sc();
+ const d = ec();
let p = !1;
const y = () => {
n(0, s = null), d("clear");
};
function v(T) {
- rr[T ? "unshift" : "push"](() => {
+ nr[T ? "unshift" : "push"](() => {
u = T, n(6, u);
});
}
@@ -7103,20 +7088,20 @@ function fc(e, t, n) {
p = T, n(5, p);
}
function A(T) {
- Jf.call(this, e, T);
+ Xf.call(this, e, T);
}
return e.$$set = (T) => {
- "value" in T && n(0, s = T.value), "label" in T && n(1, o = T.label), "show_label" in T && n(2, a = T.show_label), "root" in T && n(3, l = T.root), "$$scope" in T && n(16, i = T.$$scope);
+ "value" in T && n(0, s = T.value), "label" in T && n(1, l = T.label), "show_label" in T && n(2, a = T.show_label), "root" in T && n(3, o = T.root), "$$scope" in T && n(16, i = T.$$scope);
}, e.$$.update = () => {
e.$$.dirty & /*uploading*/
16 && f && n(0, s = null), e.$$.dirty & /*value, root*/
- 9 && s && !s.url && n(0, s = Pe(s, l, null)), e.$$.dirty & /*dragging*/
+ 9 && s && !s.url && n(0, s = Ce(s, o, null)), e.$$.dirty & /*dragging*/
32 && d("drag", p);
}, [
s,
- o,
- a,
l,
+ a,
+ o,
f,
p,
u,
@@ -7132,9 +7117,9 @@ function fc(e, t, n) {
i
];
}
-class cc extends Zf {
+class lc extends zf {
constructor(t) {
- super(), ec(this, t, fc, uc, tc, {
+ super(), Yf(this, t, sc, ic, Kf, {
value: 0,
label: 1,
show_label: 2,
@@ -7150,29 +7135,29 @@ function ut(e) {
return (Number.isInteger(e) ? e : e.toFixed(1)) + r;
}
const {
- SvelteComponent: hc,
+ SvelteComponent: oc,
append: ve,
- attr: L,
+ attr: O,
component_subscribe: fi,
- detach: _c,
- element: dc,
- init: mc,
- insert: pc,
+ detach: ac,
+ element: uc,
+ init: fc,
+ insert: cc,
noop: ci,
- safe_not_equal: gc,
+ safe_not_equal: hc,
set_style: qt,
svg_element: ye,
toggle_class: hi
-} = window.__gradio__svelte__internal, { onMount: bc } = window.__gradio__svelte__internal;
-function vc(e) {
- let t, n, r, i, s, o, a, l, u, f, c, h;
+} = window.__gradio__svelte__internal, { onMount: _c } = window.__gradio__svelte__internal;
+function dc(e) {
+ let t, n, r, i, s, l, a, o, u, f, c, h;
return {
c() {
- t = dc("div"), n = ye("svg"), r = ye("g"), i = ye("path"), s = ye("path"), o = ye("path"), a = ye("path"), l = ye("g"), u = ye("path"), f = ye("path"), c = ye("path"), h = ye("path"), L(i, "d", "M255.926 0.754768L509.702 139.936V221.027L255.926 81.8465V0.754768Z"), L(i, "fill", "#FF7C00"), L(i, "fill-opacity", "0.4"), L(i, "class", "svelte-43sxxs"), L(s, "d", "M509.69 139.936L254.981 279.641V361.255L509.69 221.55V139.936Z"), L(s, "fill", "#FF7C00"), L(s, "class", "svelte-43sxxs"), L(o, "d", "M0.250138 139.937L254.981 279.641V361.255L0.250138 221.55V139.937Z"), L(o, "fill", "#FF7C00"), L(o, "fill-opacity", "0.4"), L(o, "class", "svelte-43sxxs"), L(a, "d", "M255.923 0.232622L0.236328 139.936V221.55L255.923 81.8469V0.232622Z"), L(a, "fill", "#FF7C00"), L(a, "class", "svelte-43sxxs"), qt(r, "transform", "translate(" + /*$top*/
+ t = uc("div"), n = ye("svg"), r = ye("g"), i = ye("path"), s = ye("path"), l = ye("path"), a = ye("path"), o = ye("g"), u = ye("path"), f = ye("path"), c = ye("path"), h = ye("path"), O(i, "d", "M255.926 0.754768L509.702 139.936V221.027L255.926 81.8465V0.754768Z"), O(i, "fill", "#FF7C00"), O(i, "fill-opacity", "0.4"), O(i, "class", "svelte-43sxxs"), O(s, "d", "M509.69 139.936L254.981 279.641V361.255L509.69 221.55V139.936Z"), O(s, "fill", "#FF7C00"), O(s, "class", "svelte-43sxxs"), O(l, "d", "M0.250138 139.937L254.981 279.641V361.255L0.250138 221.55V139.937Z"), O(l, "fill", "#FF7C00"), O(l, "fill-opacity", "0.4"), O(l, "class", "svelte-43sxxs"), O(a, "d", "M255.923 0.232622L0.236328 139.936V221.55L255.923 81.8469V0.232622Z"), O(a, "fill", "#FF7C00"), O(a, "class", "svelte-43sxxs"), qt(r, "transform", "translate(" + /*$top*/
e[1][0] + "px, " + /*$top*/
- e[1][1] + "px)"), L(u, "d", "M255.926 141.5L509.702 280.681V361.773L255.926 222.592V141.5Z"), L(u, "fill", "#FF7C00"), L(u, "fill-opacity", "0.4"), L(u, "class", "svelte-43sxxs"), L(f, "d", "M509.69 280.679L254.981 420.384V501.998L509.69 362.293V280.679Z"), L(f, "fill", "#FF7C00"), L(f, "class", "svelte-43sxxs"), L(c, "d", "M0.250138 280.681L254.981 420.386V502L0.250138 362.295V280.681Z"), L(c, "fill", "#FF7C00"), L(c, "fill-opacity", "0.4"), L(c, "class", "svelte-43sxxs"), L(h, "d", "M255.923 140.977L0.236328 280.68V362.294L255.923 222.591V140.977Z"), L(h, "fill", "#FF7C00"), L(h, "class", "svelte-43sxxs"), qt(l, "transform", "translate(" + /*$bottom*/
+ e[1][1] + "px)"), O(u, "d", "M255.926 141.5L509.702 280.681V361.773L255.926 222.592V141.5Z"), O(u, "fill", "#FF7C00"), O(u, "fill-opacity", "0.4"), O(u, "class", "svelte-43sxxs"), O(f, "d", "M509.69 280.679L254.981 420.384V501.998L509.69 362.293V280.679Z"), O(f, "fill", "#FF7C00"), O(f, "class", "svelte-43sxxs"), O(c, "d", "M0.250138 280.681L254.981 420.386V502L0.250138 362.295V280.681Z"), O(c, "fill", "#FF7C00"), O(c, "fill-opacity", "0.4"), O(c, "class", "svelte-43sxxs"), O(h, "d", "M255.923 140.977L0.236328 280.68V362.294L255.923 222.591V140.977Z"), O(h, "fill", "#FF7C00"), O(h, "class", "svelte-43sxxs"), qt(o, "transform", "translate(" + /*$bottom*/
e[2][0] + "px, " + /*$bottom*/
- e[2][1] + "px)"), L(n, "viewBox", "-1200 -1200 3000 3000"), L(n, "fill", "none"), L(n, "xmlns", "http://www.w3.org/2000/svg"), L(n, "class", "svelte-43sxxs"), L(t, "class", "svelte-43sxxs"), hi(
+ e[2][1] + "px)"), O(n, "viewBox", "-1200 -1200 3000 3000"), O(n, "fill", "none"), O(n, "xmlns", "http://www.w3.org/2000/svg"), O(n, "class", "svelte-43sxxs"), O(t, "class", "svelte-43sxxs"), hi(
t,
"margin",
/*margin*/
@@ -7180,14 +7165,14 @@ function vc(e) {
);
},
m(_, d) {
- pc(_, t, d), ve(t, n), ve(n, r), ve(r, i), ve(r, s), ve(r, o), ve(r, a), ve(n, l), ve(l, u), ve(l, f), ve(l, c), ve(l, h);
+ cc(_, t, d), ve(t, n), ve(n, r), ve(r, i), ve(r, s), ve(r, l), ve(r, a), ve(n, o), ve(o, u), ve(o, f), ve(o, c), ve(o, h);
},
p(_, [d]) {
d & /*$top*/
2 && qt(r, "transform", "translate(" + /*$top*/
_[1][0] + "px, " + /*$top*/
_[1][1] + "px)"), d & /*$bottom*/
- 4 && qt(l, "transform", "translate(" + /*$bottom*/
+ 4 && qt(o, "transform", "translate(" + /*$bottom*/
_[2][0] + "px, " + /*$bottom*/
_[2][1] + "px)"), d & /*margin*/
1 && hi(
@@ -7200,66 +7185,66 @@ function vc(e) {
i: ci,
o: ci,
d(_) {
- _ && _c(t);
+ _ && ac(t);
}
};
}
-function yc(e, t, n) {
+function mc(e, t, n) {
let r, i, { margin: s = !0 } = t;
- const o = Ur([0, 0]);
- fi(e, o, (h) => n(1, r = h));
- const a = Ur([0, 0]);
+ const l = xr([0, 0]);
+ fi(e, l, (h) => n(1, r = h));
+ const a = xr([0, 0]);
fi(e, a, (h) => n(2, i = h));
- let l;
+ let o;
async function u() {
- await Promise.all([o.set([125, 140]), a.set([-125, -140])]), await Promise.all([o.set([-125, 140]), a.set([125, -140])]), await Promise.all([o.set([-125, 0]), a.set([125, -0])]), await Promise.all([o.set([125, 0]), a.set([-125, 0])]);
+ await Promise.all([l.set([125, 140]), a.set([-125, -140])]), await Promise.all([l.set([-125, 140]), a.set([125, -140])]), await Promise.all([l.set([-125, 0]), a.set([125, -0])]), await Promise.all([l.set([125, 0]), a.set([-125, 0])]);
}
async function f() {
- await u(), l || f();
+ await u(), o || f();
}
async function c() {
- await Promise.all([o.set([125, 0]), a.set([-125, 0])]), f();
+ await Promise.all([l.set([125, 0]), a.set([-125, 0])]), f();
}
- return bc(() => (c(), () => l = !0)), e.$$set = (h) => {
+ return _c(() => (c(), () => o = !0)), e.$$set = (h) => {
"margin" in h && n(0, s = h.margin);
- }, [s, r, i, o, a];
+ }, [s, r, i, l, a];
}
-class wc extends hc {
+class pc extends oc {
constructor(t) {
- super(), mc(this, t, yc, vc, gc, { margin: 0 });
+ super(), fc(this, t, mc, dc, hc, { margin: 0 });
}
}
const {
- SvelteComponent: Ec,
+ SvelteComponent: gc,
append: Qe,
attr: Se,
binding_callbacks: _i,
check_outros: Hs,
- create_component: Sc,
- create_slot: Tc,
- destroy_component: Ac,
+ create_component: bc,
+ create_slot: vc,
+ destroy_component: yc,
destroy_each: ks,
detach: k,
- element: Ce,
+ element: Pe,
empty: wt,
- ensure_array_like: rn,
- get_all_dirty_from_scope: Bc,
- get_slot_changes: Hc,
- group_outros: Ps,
- init: kc,
- insert: P,
- mount_component: Pc,
+ ensure_array_like: nn,
+ get_all_dirty_from_scope: wc,
+ get_slot_changes: Ec,
+ group_outros: Cs,
+ init: Sc,
+ insert: C,
+ mount_component: Tc,
noop: lr,
- safe_not_equal: Cc,
+ safe_not_equal: Ac,
set_data: me,
- set_style: Ue,
+ set_style: xe,
space: Te,
text: q,
toggle_class: _e,
transition_in: gt,
transition_out: bt,
- update_slot_base: Nc
-} = window.__gradio__svelte__internal, { tick: Ic } = window.__gradio__svelte__internal, { onDestroy: Oc } = window.__gradio__svelte__internal, Lc = (e) => ({}), di = (e) => ({});
+ update_slot_base: Bc
+} = window.__gradio__svelte__internal, { tick: Hc } = window.__gradio__svelte__internal, { onDestroy: kc } = window.__gradio__svelte__internal, Cc = (e) => ({}), di = (e) => ({});
function mi(e, t, n) {
const r = e.slice();
return r[38] = t[n], r[40] = n, r;
@@ -7268,16 +7253,16 @@ function pi(e, t, n) {
const r = e.slice();
return r[38] = t[n], r;
}
-function Mc(e) {
+function Pc(e) {
let t, n = (
/*i18n*/
e[1]("common.error") + ""
), r, i, s;
- const o = (
+ const l = (
/*#slots*/
e[29].error
- ), a = Tc(
- o,
+ ), a = vc(
+ l,
e,
/*$$scope*/
e[28],
@@ -7285,47 +7270,47 @@ function Mc(e) {
);
return {
c() {
- t = Ce("span"), r = q(n), i = Te(), a && a.c(), Se(t, "class", "error svelte-1txqlrd");
+ t = Pe("span"), r = q(n), i = Te(), a && a.c(), Se(t, "class", "error svelte-1txqlrd");
},
- m(l, u) {
- P(l, t, u), Qe(t, r), P(l, i, u), a && a.m(l, u), s = !0;
+ m(o, u) {
+ C(o, t, u), Qe(t, r), C(o, i, u), a && a.m(o, u), s = !0;
},
- p(l, u) {
+ p(o, u) {
(!s || u[0] & /*i18n*/
2) && n !== (n = /*i18n*/
- l[1]("common.error") + "") && me(r, n), a && a.p && (!s || u[0] & /*$$scope*/
- 268435456) && Nc(
+ o[1]("common.error") + "") && me(r, n), a && a.p && (!s || u[0] & /*$$scope*/
+ 268435456) && Bc(
a,
- o,
l,
+ o,
/*$$scope*/
- l[28],
- s ? Hc(
- o,
+ o[28],
+ s ? Ec(
+ l,
/*$$scope*/
- l[28],
+ o[28],
u,
- Lc
- ) : Bc(
+ Cc
+ ) : wc(
/*$$scope*/
- l[28]
+ o[28]
),
di
);
},
- i(l) {
- s || (gt(a, l), s = !0);
+ i(o) {
+ s || (gt(a, o), s = !0);
},
- o(l) {
- bt(a, l), s = !1;
+ o(o) {
+ bt(a, o), s = !1;
},
- d(l) {
- l && (k(t), k(i)), a && a.d(l);
+ d(o) {
+ o && (k(t), k(i)), a && a.d(o);
}
};
}
-function Dc(e) {
- let t, n, r, i, s, o, a, l, u, f = (
+function Nc(e) {
+ let t, n, r, i, s, l, a, o, u, f = (
/*variant*/
e[8] === "default" && /*show_eta_bar*/
e[18] && /*show_progress*/
@@ -7336,25 +7321,25 @@ function Dc(e) {
/*progress*/
g[7]
)
- return Uc;
+ return Oc;
if (
/*queue_position*/
g[2] !== null && /*queue_size*/
g[3] !== void 0 && /*queue_position*/
g[2] >= 0
)
- return xc;
+ return Lc;
if (
/*queue_position*/
g[2] === 0
)
- return Rc;
+ return Ic;
}
let h = c(e), _ = h && h(e), d = (
/*timer*/
e[5] && yi(e)
);
- const p = [jc, qc], y = [];
+ const p = [Uc, Rc], y = [];
function v(g, A) {
return (
/*last_progress_level*/
@@ -7364,12 +7349,12 @@ function Dc(e) {
)
);
}
- ~(s = v(e)) && (o = y[s] = p[s](e));
+ ~(s = v(e)) && (l = y[s] = p[s](e));
let E = !/*timer*/
e[5] && Hi(e);
return {
c() {
- f && f.c(), t = Te(), n = Ce("div"), _ && _.c(), r = Te(), d && d.c(), i = Te(), o && o.c(), a = Te(), E && E.c(), l = wt(), Se(n, "class", "progress-text svelte-1txqlrd"), _e(
+ f && f.c(), t = Te(), n = Pe("div"), _ && _.c(), r = Te(), d && d.c(), i = Te(), l && l.c(), a = Te(), E && E.c(), o = wt(), Se(n, "class", "progress-text svelte-1txqlrd"), _e(
n,
"meta-text-center",
/*variant*/
@@ -7382,7 +7367,7 @@ function Dc(e) {
);
},
m(g, A) {
- f && f.m(g, A), P(g, t, A), P(g, n, A), _ && _.m(n, null), Qe(n, r), d && d.m(n, null), P(g, i, A), ~s && y[s].m(g, A), P(g, a, A), E && E.m(g, A), P(g, l, A), u = !0;
+ f && f.m(g, A), C(g, t, A), C(g, n, A), _ && _.m(n, null), Qe(n, r), d && d.m(n, null), C(g, i, A), ~s && y[s].m(g, A), C(g, a, A), E && E.m(g, A), C(g, o, A), u = !0;
},
p(g, A) {
/*variant*/
@@ -7403,19 +7388,19 @@ function Dc(e) {
g[8] === "default"
);
let T = s;
- s = v(g), s === T ? ~s && y[s].p(g, A) : (o && (Ps(), bt(y[T], 1, 1, () => {
+ s = v(g), s === T ? ~s && y[s].p(g, A) : (l && (Cs(), bt(y[T], 1, 1, () => {
y[T] = null;
- }), Hs()), ~s ? (o = y[s], o ? o.p(g, A) : (o = y[s] = p[s](g), o.c()), gt(o, 1), o.m(a.parentNode, a)) : o = null), /*timer*/
- g[5] ? E && (E.d(1), E = null) : E ? E.p(g, A) : (E = Hi(g), E.c(), E.m(l.parentNode, l));
+ }), Hs()), ~s ? (l = y[s], l ? l.p(g, A) : (l = y[s] = p[s](g), l.c()), gt(l, 1), l.m(a.parentNode, a)) : l = null), /*timer*/
+ g[5] ? E && (E.d(1), E = null) : E ? E.p(g, A) : (E = Hi(g), E.c(), E.m(o.parentNode, o));
},
i(g) {
- u || (gt(o), u = !0);
+ u || (gt(l), u = !0);
},
o(g) {
- bt(o), u = !1;
+ bt(l), u = !1;
},
d(g) {
- g && (k(t), k(n), k(i), k(a), k(l)), f && f.d(g), _ && _.d(), d && d.d(), ~s && y[s].d(g), E && E.d(g);
+ g && (k(t), k(n), k(i), k(a), k(o)), f && f.d(g), _ && _.d(), d && d.d(), ~s && y[s].d(g), E && E.d(g);
}
};
}
@@ -7424,29 +7409,29 @@ function gi(e) {
(e[17] || 0) * 100 - 100}%)`;
return {
c() {
- t = Ce("div"), Se(t, "class", "eta-bar svelte-1txqlrd"), Ue(t, "transform", n);
+ t = Pe("div"), Se(t, "class", "eta-bar svelte-1txqlrd"), xe(t, "transform", n);
},
m(r, i) {
- P(r, t, i);
+ C(r, t, i);
},
p(r, i) {
i[0] & /*eta_level*/
131072 && n !== (n = `translateX(${/*eta_level*/
- (r[17] || 0) * 100 - 100}%)`) && Ue(t, "transform", n);
+ (r[17] || 0) * 100 - 100}%)`) && xe(t, "transform", n);
},
d(r) {
r && k(t);
}
};
}
-function Rc(e) {
+function Ic(e) {
let t;
return {
c() {
t = q("processing |");
},
m(n, r) {
- P(n, t, r);
+ C(n, t, r);
},
p: lr,
d(n) {
@@ -7454,25 +7439,25 @@ function Rc(e) {
}
};
}
-function xc(e) {
+function Lc(e) {
let t, n = (
/*queue_position*/
e[2] + 1 + ""
- ), r, i, s, o;
+ ), r, i, s, l;
return {
c() {
t = q("queue: "), r = q(n), i = q("/"), s = q(
/*queue_size*/
e[3]
- ), o = q(" |");
+ ), l = q(" |");
},
- m(a, l) {
- P(a, t, l), P(a, r, l), P(a, i, l), P(a, s, l), P(a, o, l);
+ m(a, o) {
+ C(a, t, o), C(a, r, o), C(a, i, o), C(a, s, o), C(a, l, o);
},
- p(a, l) {
- l[0] & /*queue_position*/
+ p(a, o) {
+ o[0] & /*queue_position*/
4 && n !== (n = /*queue_position*/
- a[2] + 1 + "") && me(r, n), l[0] & /*queue_size*/
+ a[2] + 1 + "") && me(r, n), o[0] & /*queue_size*/
8 && me(
s,
/*queue_size*/
@@ -7480,12 +7465,12 @@ function xc(e) {
);
},
d(a) {
- a && (k(t), k(r), k(i), k(s), k(o));
+ a && (k(t), k(r), k(i), k(s), k(l));
}
};
}
-function Uc(e) {
- let t, n = rn(
+function Oc(e) {
+ let t, n = nn(
/*progress*/
e[7]
), r = [];
@@ -7498,24 +7483,24 @@ function Uc(e) {
t = wt();
},
m(i, s) {
- for (let o = 0; o < r.length; o += 1)
- r[o] && r[o].m(i, s);
- P(i, t, s);
+ for (let l = 0; l < r.length; l += 1)
+ r[l] && r[l].m(i, s);
+ C(i, t, s);
},
p(i, s) {
if (s[0] & /*progress*/
128) {
- n = rn(
+ n = nn(
/*progress*/
i[7]
);
- let o;
- for (o = 0; o < n.length; o += 1) {
- const a = pi(i, n, o);
- r[o] ? r[o].p(a, s) : (r[o] = vi(a), r[o].c(), r[o].m(t.parentNode, t));
+ let l;
+ for (l = 0; l < n.length; l += 1) {
+ const a = pi(i, n, l);
+ r[l] ? r[l].p(a, s) : (r[l] = vi(a), r[l].c(), r[l].m(t.parentNode, t));
}
- for (; o < r.length; o += 1)
- r[o].d(1);
+ for (; l < r.length; l += 1)
+ r[l].d(1);
r.length = n.length;
}
},
@@ -7528,32 +7513,32 @@ function bi(e) {
let t, n = (
/*p*/
e[38].unit + ""
- ), r, i, s = " ", o;
+ ), r, i, s = " ", l;
function a(f, c) {
return (
/*p*/
- f[38].length != null ? Gc : Fc
+ f[38].length != null ? Dc : Mc
);
}
- let l = a(e), u = l(e);
+ let o = a(e), u = o(e);
return {
c() {
- u.c(), t = Te(), r = q(n), i = q(" | "), o = q(s);
+ u.c(), t = Te(), r = q(n), i = q(" | "), l = q(s);
},
m(f, c) {
- u.m(f, c), P(f, t, c), P(f, r, c), P(f, i, c), P(f, o, c);
+ u.m(f, c), C(f, t, c), C(f, r, c), C(f, i, c), C(f, l, c);
},
p(f, c) {
- l === (l = a(f)) && u ? u.p(f, c) : (u.d(1), u = l(f), u && (u.c(), u.m(t.parentNode, t))), c[0] & /*progress*/
+ o === (o = a(f)) && u ? u.p(f, c) : (u.d(1), u = o(f), u && (u.c(), u.m(t.parentNode, t))), c[0] & /*progress*/
128 && n !== (n = /*p*/
f[38].unit + "") && me(r, n);
},
d(f) {
- f && (k(t), k(r), k(i), k(o)), u.d(f);
+ f && (k(t), k(r), k(i), k(l)), u.d(f);
}
};
}
-function Fc(e) {
+function Mc(e) {
let t = ut(
/*p*/
e[38].index || 0
@@ -7563,7 +7548,7 @@ function Fc(e) {
n = q(t);
},
m(r, i) {
- P(r, n, i);
+ C(r, n, i);
},
p(r, i) {
i[0] & /*progress*/
@@ -7577,7 +7562,7 @@ function Fc(e) {
}
};
}
-function Gc(e) {
+function Dc(e) {
let t = ut(
/*p*/
e[38].index || 0
@@ -7589,22 +7574,22 @@ function Gc(e) {
c() {
n = q(t), r = q("/"), s = q(i);
},
- m(o, a) {
- P(o, n, a), P(o, r, a), P(o, s, a);
+ m(l, a) {
+ C(l, n, a), C(l, r, a), C(l, s, a);
},
- p(o, a) {
+ p(l, a) {
a[0] & /*progress*/
128 && t !== (t = ut(
/*p*/
- o[38].index || 0
+ l[38].index || 0
) + "") && me(n, t), a[0] & /*progress*/
128 && i !== (i = ut(
/*p*/
- o[38].length
+ l[38].length
) + "") && me(s, i);
},
- d(o) {
- o && (k(n), k(r), k(s));
+ d(l) {
+ l && (k(n), k(r), k(s));
}
};
}
@@ -7618,7 +7603,7 @@ function vi(e) {
n && n.c(), t = wt();
},
m(r, i) {
- n && n.m(r, i), P(r, t, i);
+ n && n.m(r, i), C(r, t, i);
},
p(r, i) {
/*p*/
@@ -7642,16 +7627,16 @@ function yi(e) {
e[20]
), r = q(n), i = q("s");
},
- m(s, o) {
- P(s, t, o), P(s, r, o), P(s, i, o);
+ m(s, l) {
+ C(s, t, l), C(s, r, l), C(s, i, l);
},
- p(s, o) {
- o[0] & /*formatted_timer*/
+ p(s, l) {
+ l[0] & /*formatted_timer*/
1048576 && me(
t,
/*formatted_timer*/
s[20]
- ), o[0] & /*eta, formatted_eta*/
+ ), l[0] & /*eta, formatted_eta*/
524289 && n !== (n = /*eta*/
s[0] ? `/${/*formatted_eta*/
s[19]}` : "") && me(r, n);
@@ -7661,19 +7646,19 @@ function yi(e) {
}
};
}
-function qc(e) {
+function Rc(e) {
let t, n;
- return t = new wc({
+ return t = new pc({
props: { margin: (
/*variant*/
e[8] === "default"
) }
}), {
c() {
- Sc(t.$$.fragment);
+ bc(t.$$.fragment);
},
m(r, i) {
- Pc(t, r, i), n = !0;
+ Tc(t, r, i), n = !0;
},
p(r, i) {
const s = {};
@@ -7688,38 +7673,38 @@ function qc(e) {
bt(t.$$.fragment, r), n = !1;
},
d(r) {
- Ac(t, r);
+ yc(t, r);
}
};
}
-function jc(e) {
- let t, n, r, i, s, o = `${/*last_progress_level*/
+function Uc(e) {
+ let t, n, r, i, s, l = `${/*last_progress_level*/
e[15] * 100}%`, a = (
/*progress*/
e[7] != null && wi(e)
);
return {
c() {
- t = Ce("div"), n = Ce("div"), a && a.c(), r = Te(), i = Ce("div"), s = Ce("div"), Se(n, "class", "progress-level-inner svelte-1txqlrd"), Se(s, "class", "progress-bar svelte-1txqlrd"), Ue(s, "width", o), Se(i, "class", "progress-bar-wrap svelte-1txqlrd"), Se(t, "class", "progress-level svelte-1txqlrd");
+ t = Pe("div"), n = Pe("div"), a && a.c(), r = Te(), i = Pe("div"), s = Pe("div"), Se(n, "class", "progress-level-inner svelte-1txqlrd"), Se(s, "class", "progress-bar svelte-1txqlrd"), xe(s, "width", l), Se(i, "class", "progress-bar-wrap svelte-1txqlrd"), Se(t, "class", "progress-level svelte-1txqlrd");
},
- m(l, u) {
- P(l, t, u), Qe(t, n), a && a.m(n, null), Qe(t, r), Qe(t, i), Qe(i, s), e[30](s);
+ m(o, u) {
+ C(o, t, u), Qe(t, n), a && a.m(n, null), Qe(t, r), Qe(t, i), Qe(i, s), e[30](s);
},
- p(l, u) {
+ p(o, u) {
/*progress*/
- l[7] != null ? a ? a.p(l, u) : (a = wi(l), a.c(), a.m(n, null)) : a && (a.d(1), a = null), u[0] & /*last_progress_level*/
- 32768 && o !== (o = `${/*last_progress_level*/
- l[15] * 100}%`) && Ue(s, "width", o);
+ o[7] != null ? a ? a.p(o, u) : (a = wi(o), a.c(), a.m(n, null)) : a && (a.d(1), a = null), u[0] & /*last_progress_level*/
+ 32768 && l !== (l = `${/*last_progress_level*/
+ o[15] * 100}%`) && xe(s, "width", l);
},
i: lr,
o: lr,
- d(l) {
- l && k(t), a && a.d(), e[30](null);
+ d(o) {
+ o && k(t), a && a.d(), e[30](null);
}
};
}
function wi(e) {
- let t, n = rn(
+ let t, n = nn(
/*progress*/
e[7]
), r = [];
@@ -7732,24 +7717,24 @@ function wi(e) {
t = wt();
},
m(i, s) {
- for (let o = 0; o < r.length; o += 1)
- r[o] && r[o].m(i, s);
- P(i, t, s);
+ for (let l = 0; l < r.length; l += 1)
+ r[l] && r[l].m(i, s);
+ C(i, t, s);
},
p(i, s) {
if (s[0] & /*progress_level, progress*/
16512) {
- n = rn(
+ n = nn(
/*progress*/
i[7]
);
- let o;
- for (o = 0; o < n.length; o += 1) {
- const a = mi(i, n, o);
- r[o] ? r[o].p(a, s) : (r[o] = Bi(a), r[o].c(), r[o].m(t.parentNode, t));
+ let l;
+ for (l = 0; l < n.length; l += 1) {
+ const a = mi(i, n, l);
+ r[l] ? r[l].p(a, s) : (r[l] = Bi(a), r[l].c(), r[l].m(t.parentNode, t));
}
- for (; o < r.length; o += 1)
- r[o].d(1);
+ for (; l < r.length; l += 1)
+ r[l].d(1);
r.length = n.length;
}
},
@@ -7761,8 +7746,8 @@ function wi(e) {
function Ei(e) {
let t, n, r, i, s = (
/*i*/
- e[40] !== 0 && Vc()
- ), o = (
+ e[40] !== 0 && xc()
+ ), l = (
/*p*/
e[38].desc != null && Si(e)
), a = (
@@ -7773,41 +7758,41 @@ function Ei(e) {
/*i*/
e[40]
] != null && Ti()
- ), l = (
+ ), o = (
/*progress_level*/
e[14] != null && Ai(e)
);
return {
c() {
- s && s.c(), t = Te(), o && o.c(), n = Te(), a && a.c(), r = Te(), l && l.c(), i = wt();
+ s && s.c(), t = Te(), l && l.c(), n = Te(), a && a.c(), r = Te(), o && o.c(), i = wt();
},
m(u, f) {
- s && s.m(u, f), P(u, t, f), o && o.m(u, f), P(u, n, f), a && a.m(u, f), P(u, r, f), l && l.m(u, f), P(u, i, f);
+ s && s.m(u, f), C(u, t, f), l && l.m(u, f), C(u, n, f), a && a.m(u, f), C(u, r, f), o && o.m(u, f), C(u, i, f);
},
p(u, f) {
/*p*/
- u[38].desc != null ? o ? o.p(u, f) : (o = Si(u), o.c(), o.m(n.parentNode, n)) : o && (o.d(1), o = null), /*p*/
+ u[38].desc != null ? l ? l.p(u, f) : (l = Si(u), l.c(), l.m(n.parentNode, n)) : l && (l.d(1), l = null), /*p*/
u[38].desc != null && /*progress_level*/
u[14] && /*progress_level*/
u[14][
/*i*/
u[40]
] != null ? a || (a = Ti(), a.c(), a.m(r.parentNode, r)) : a && (a.d(1), a = null), /*progress_level*/
- u[14] != null ? l ? l.p(u, f) : (l = Ai(u), l.c(), l.m(i.parentNode, i)) : l && (l.d(1), l = null);
+ u[14] != null ? o ? o.p(u, f) : (o = Ai(u), o.c(), o.m(i.parentNode, i)) : o && (o.d(1), o = null);
},
d(u) {
- u && (k(t), k(n), k(r), k(i)), s && s.d(u), o && o.d(u), a && a.d(u), l && l.d(u);
+ u && (k(t), k(n), k(r), k(i)), s && s.d(u), l && l.d(u), a && a.d(u), o && o.d(u);
}
};
}
-function Vc(e) {
+function xc(e) {
let t;
return {
c() {
t = q(" /");
},
m(n, r) {
- P(n, t, r);
+ C(n, t, r);
},
d(n) {
n && k(t);
@@ -7824,7 +7809,7 @@ function Si(e) {
n = q(t);
},
m(r, i) {
- P(r, n, i);
+ C(r, n, i);
},
p(r, i) {
i[0] & /*progress*/
@@ -7843,7 +7828,7 @@ function Ti(e) {
t = q("-");
},
m(n, r) {
- P(n, t, r);
+ C(n, t, r);
},
d(n) {
n && k(t);
@@ -7861,7 +7846,7 @@ function Ai(e) {
n = q(t), r = q("%");
},
m(i, s) {
- P(i, n, s), P(i, r, s);
+ C(i, n, s), C(i, r, s);
},
p(i, s) {
s[0] & /*progress_level*/
@@ -7891,7 +7876,7 @@ function Bi(e) {
n && n.c(), t = wt();
},
m(r, i) {
- n && n.m(r, i), P(r, t, i);
+ n && n.m(r, i), C(r, t, i);
},
p(r, i) {
/*p*/
@@ -7911,13 +7896,13 @@ function Hi(e) {
let t, n;
return {
c() {
- t = Ce("p"), n = q(
+ t = Pe("p"), n = q(
/*loading_text*/
e[9]
), Se(t, "class", "loading svelte-1txqlrd");
},
m(r, i) {
- P(r, t, i), Qe(t, n);
+ C(r, t, i), Qe(t, n);
},
p(r, i) {
i[0] & /*loading_text*/
@@ -7932,10 +7917,10 @@ function Hi(e) {
}
};
}
-function zc(e) {
+function Fc(e) {
let t, n, r, i, s;
- const o = [Dc, Mc], a = [];
- function l(u, f) {
+ const l = [Nc, Pc], a = [];
+ function o(u, f) {
return (
/*status*/
u[4] === "pending" ? 0 : (
@@ -7944,9 +7929,9 @@ function zc(e) {
)
);
}
- return ~(n = l(e)) && (r = a[n] = o[n](e)), {
+ return ~(n = o(e)) && (r = a[n] = l[n](e)), {
c() {
- t = Ce("div"), r && r.c(), Se(t, "class", i = "wrap " + /*variant*/
+ t = Pe("div"), r && r.c(), Se(t, "class", i = "wrap " + /*variant*/
e[8] + " " + /*show_progress*/
e[6] + " svelte-1txqlrd"), _e(t, "hide", !/*status*/
e[4] || /*status*/
@@ -7970,12 +7955,12 @@ function zc(e) {
"border",
/*border*/
e[12]
- ), Ue(
+ ), xe(
t,
"position",
/*absolute*/
e[10] ? "absolute" : "static"
- ), Ue(
+ ), xe(
t,
"padding",
/*absolute*/
@@ -7983,13 +7968,13 @@ function zc(e) {
);
},
m(u, f) {
- P(u, t, f), ~n && a[n].m(t, null), e[31](t), s = !0;
+ C(u, t, f), ~n && a[n].m(t, null), e[31](t), s = !0;
},
p(u, f) {
let c = n;
- n = l(u), n === c ? ~n && a[n].p(u, f) : (r && (Ps(), bt(a[c], 1, 1, () => {
+ n = o(u), n === c ? ~n && a[n].p(u, f) : (r && (Cs(), bt(a[c], 1, 1, () => {
a[c] = null;
- }), Hs()), ~n ? (r = a[n], r ? r.p(u, f) : (r = a[n] = o[n](u), r.c()), gt(r, 1), r.m(t, null)) : r = null), (!s || f[0] & /*variant, show_progress*/
+ }), Hs()), ~n ? (r = a[n], r ? r.p(u, f) : (r = a[n] = l[n](u), r.c()), gt(r, 1), r.m(t, null)) : r = null), (!s || f[0] & /*variant, show_progress*/
320 && i !== (i = "wrap " + /*variant*/
u[8] + " " + /*show_progress*/
u[6] + " svelte-1txqlrd")) && Se(t, "class", i), (!s || f[0] & /*variant, show_progress, status, show_progress*/
@@ -8019,13 +8004,13 @@ function zc(e) {
/*border*/
u[12]
), f[0] & /*absolute*/
- 1024 && Ue(
+ 1024 && xe(
t,
"position",
/*absolute*/
u[10] ? "absolute" : "static"
), f[0] & /*absolute*/
- 1024 && Ue(
+ 1024 && xe(
t,
"padding",
/*absolute*/
@@ -8043,43 +8028,43 @@ function zc(e) {
}
};
}
-let jt = [], Ln = !1;
-async function Xc(e, t = !0) {
+let jt = [], In = !1;
+async function Gc(e, t = !0) {
if (!(window.__gradio_mode__ === "website" || window.__gradio_mode__ !== "app" && t !== !0)) {
- if (jt.push(e), !Ln)
- Ln = !0;
+ if (jt.push(e), !In)
+ In = !0;
else
return;
- await Ic(), requestAnimationFrame(() => {
+ await Hc(), requestAnimationFrame(() => {
let n = [0, 0];
for (let r = 0; r < jt.length; r++) {
const s = jt[r].getBoundingClientRect();
(r === 0 || s.top + window.scrollY <= n[0]) && (n[0] = s.top + window.scrollY, n[1] = r);
}
- window.scrollTo({ top: n[0] - 20, behavior: "smooth" }), Ln = !1, jt = [];
+ window.scrollTo({ top: n[0] - 20, behavior: "smooth" }), In = !1, jt = [];
});
}
}
-function Wc(e, t, n) {
- let r, { $$slots: i = {}, $$scope: s } = t, { i18n: o } = t, { eta: a = null } = t, { queue_position: l } = t, { queue_size: u } = t, { status: f } = t, { scroll_to_output: c = !1 } = t, { timer: h = !0 } = t, { show_progress: _ = "full" } = t, { message: d = null } = t, { progress: p = null } = t, { variant: y = "default" } = t, { loading_text: v = "Loading..." } = t, { absolute: E = !0 } = t, { translucent: g = !1 } = t, { border: A = !1 } = t, { autoscroll: T } = t, w, j = !1, B = 0, H = 0, Z = null, oe = null, Ge = 0, $ = null, Ae, le = null, qe = !0;
+function qc(e, t, n) {
+ let r, { $$slots: i = {}, $$scope: s } = t, { i18n: l } = t, { eta: a = null } = t, { queue_position: o } = t, { queue_size: u } = t, { status: f } = t, { scroll_to_output: c = !1 } = t, { timer: h = !0 } = t, { show_progress: _ = "full" } = t, { message: d = null } = t, { progress: p = null } = t, { variant: y = "default" } = t, { loading_text: v = "Loading..." } = t, { absolute: E = !0 } = t, { translucent: g = !1 } = t, { border: A = !1 } = t, { autoscroll: T } = t, w, j = !1, B = 0, H = 0, Z = null, le = null, Ge = 0, $ = null, Ae, oe = null, qe = !0;
const Et = () => {
- n(0, a = n(26, Z = n(19, Be = null))), n(24, B = performance.now()), n(25, H = 0), j = !0, Oe();
+ n(0, a = n(26, Z = n(19, Be = null))), n(24, B = performance.now()), n(25, H = 0), j = !0, Le();
};
- function Oe() {
+ function Le() {
requestAnimationFrame(() => {
- n(25, H = (performance.now() - B) / 1e3), j && Oe();
+ n(25, H = (performance.now() - B) / 1e3), j && Le();
});
}
function rt() {
n(25, H = 0), n(0, a = n(26, Z = n(19, Be = null))), j && (j = !1);
}
- Oc(() => {
+ kc(() => {
j && rt();
});
let Be = null;
function m(b) {
_i[b ? "unshift" : "push"](() => {
- le = b, n(16, le), n(7, p), n(14, $), n(15, Ae);
+ oe = b, n(16, oe), n(7, p), n(14, $), n(15, Ae);
});
}
function N(b) {
@@ -8088,26 +8073,26 @@ function Wc(e, t, n) {
});
}
return e.$$set = (b) => {
- "i18n" in b && n(1, o = b.i18n), "eta" in b && n(0, a = b.eta), "queue_position" in b && n(2, l = b.queue_position), "queue_size" in b && n(3, u = b.queue_size), "status" in b && n(4, f = b.status), "scroll_to_output" in b && n(21, c = b.scroll_to_output), "timer" in b && n(5, h = b.timer), "show_progress" in b && n(6, _ = b.show_progress), "message" in b && n(22, d = b.message), "progress" in b && n(7, p = b.progress), "variant" in b && n(8, y = b.variant), "loading_text" in b && n(9, v = b.loading_text), "absolute" in b && n(10, E = b.absolute), "translucent" in b && n(11, g = b.translucent), "border" in b && n(12, A = b.border), "autoscroll" in b && n(23, T = b.autoscroll), "$$scope" in b && n(28, s = b.$$scope);
+ "i18n" in b && n(1, l = b.i18n), "eta" in b && n(0, a = b.eta), "queue_position" in b && n(2, o = b.queue_position), "queue_size" in b && n(3, u = b.queue_size), "status" in b && n(4, f = b.status), "scroll_to_output" in b && n(21, c = b.scroll_to_output), "timer" in b && n(5, h = b.timer), "show_progress" in b && n(6, _ = b.show_progress), "message" in b && n(22, d = b.message), "progress" in b && n(7, p = b.progress), "variant" in b && n(8, y = b.variant), "loading_text" in b && n(9, v = b.loading_text), "absolute" in b && n(10, E = b.absolute), "translucent" in b && n(11, g = b.translucent), "border" in b && n(12, A = b.border), "autoscroll" in b && n(23, T = b.autoscroll), "$$scope" in b && n(28, s = b.$$scope);
}, e.$$.update = () => {
e.$$.dirty[0] & /*eta, old_eta, timer_start, eta_from_start*/
- 218103809 && (a === null && n(0, a = Z), a != null && Z !== a && (n(27, oe = (performance.now() - B) / 1e3 + a), n(19, Be = oe.toFixed(1)), n(26, Z = a))), e.$$.dirty[0] & /*eta_from_start, timer_diff*/
- 167772160 && n(17, Ge = oe === null || oe <= 0 || !H ? null : Math.min(H / oe, 1)), e.$$.dirty[0] & /*progress*/
+ 218103809 && (a === null && n(0, a = Z), a != null && Z !== a && (n(27, le = (performance.now() - B) / 1e3 + a), n(19, Be = le.toFixed(1)), n(26, Z = a))), e.$$.dirty[0] & /*eta_from_start, timer_diff*/
+ 167772160 && n(17, Ge = le === null || le <= 0 || !H ? null : Math.min(H / le, 1)), e.$$.dirty[0] & /*progress*/
128 && p != null && n(18, qe = !1), e.$$.dirty[0] & /*progress, progress_level, progress_bar, last_progress_level*/
114816 && (p != null ? n(14, $ = p.map((b) => {
if (b.index != null && b.length != null)
return b.index / b.length;
if (b.progress != null)
return b.progress;
- })) : n(14, $ = null), $ ? (n(15, Ae = $[$.length - 1]), le && (Ae === 0 ? n(16, le.style.transition = "0", le) : n(16, le.style.transition = "150ms", le))) : n(15, Ae = void 0)), e.$$.dirty[0] & /*status*/
+ })) : n(14, $ = null), $ ? (n(15, Ae = $[$.length - 1]), oe && (Ae === 0 ? n(16, oe.style.transition = "0", oe) : n(16, oe.style.transition = "150ms", oe))) : n(15, Ae = void 0)), e.$$.dirty[0] & /*status*/
16 && (f === "pending" ? Et() : rt()), e.$$.dirty[0] & /*el, scroll_to_output, status, autoscroll*/
- 10493968 && w && c && (f === "pending" || f === "complete") && Xc(w, T), e.$$.dirty[0] & /*status, message*/
+ 10493968 && w && c && (f === "pending" || f === "complete") && Gc(w, T), e.$$.dirty[0] & /*status, message*/
4194320, e.$$.dirty[0] & /*timer_diff*/
33554432 && n(20, r = H.toFixed(1));
}, [
a,
- o,
l,
+ o,
u,
f,
h,
@@ -8121,7 +8106,7 @@ function Wc(e, t, n) {
w,
$,
Ae,
- le,
+ oe,
Ge,
qe,
Be,
@@ -8132,21 +8117,21 @@ function Wc(e, t, n) {
B,
H,
Z,
- oe,
+ le,
s,
i,
m,
N
];
}
-class Cs extends Ec {
+class Ps extends gc {
constructor(t) {
- super(), kc(
+ super(), Sc(
this,
t,
- Wc,
- zc,
- Cc,
+ qc,
+ Fc,
+ Ac,
{
i18n: 1,
eta: 0,
@@ -8171,36 +8156,36 @@ class Cs extends Ec {
}
}
const {
- SvelteComponent: Zc,
- append: Jc,
+ SvelteComponent: jc,
+ append: Vc,
attr: At,
detach: Ns,
element: ki,
- empty: Qc,
- init: Yc,
+ empty: zc,
+ init: Xc,
insert: Is,
- noop: Pi,
- safe_not_equal: Kc,
- src_url_equal: Ci,
- toggle_class: lt
+ noop: Ci,
+ safe_not_equal: Wc,
+ src_url_equal: Pi,
+ toggle_class: ot
} = window.__gradio__svelte__internal;
function Ni(e) {
let t, n, r;
return {
c() {
- t = ki("div"), n = ki("img"), Ci(n.src, r = /*samples_dir*/
+ t = ki("div"), n = ki("img"), Pi(n.src, r = /*samples_dir*/
e[1] + /*value*/
- e[0].path) || At(n, "src", r), At(n, "alt", ""), At(n, "class", "svelte-giydt1"), At(t, "class", "container svelte-giydt1"), lt(
+ e[0].path) || At(n, "src", r), At(n, "alt", ""), At(n, "class", "svelte-giydt1"), At(t, "class", "container svelte-giydt1"), ot(
t,
"table",
/*type*/
e[2] === "table"
- ), lt(
+ ), ot(
t,
"gallery",
/*type*/
e[2] === "gallery"
- ), lt(
+ ), ot(
t,
"selected",
/*selected*/
@@ -8208,26 +8193,26 @@ function Ni(e) {
);
},
m(i, s) {
- Is(i, t, s), Jc(t, n);
+ Is(i, t, s), Vc(t, n);
},
p(i, s) {
s & /*samples_dir, value*/
- 3 && !Ci(n.src, r = /*samples_dir*/
+ 3 && !Pi(n.src, r = /*samples_dir*/
i[1] + /*value*/
i[0].path) && At(n, "src", r), s & /*type*/
- 4 && lt(
+ 4 && ot(
t,
"table",
/*type*/
i[2] === "table"
), s & /*type*/
- 4 && lt(
+ 4 && ot(
t,
"gallery",
/*type*/
i[2] === "gallery"
), s & /*selected*/
- 8 && lt(
+ 8 && ot(
t,
"selected",
/*selected*/
@@ -8239,14 +8224,14 @@ function Ni(e) {
}
};
}
-function $c(e) {
+function Zc(e) {
let t, n = (
/*value*/
e[0] && Ni(e)
);
return {
c() {
- n && n.c(), t = Qc();
+ n && n.c(), t = zc();
},
m(r, i) {
n && n.m(r, i), Is(r, t, i);
@@ -8255,22 +8240,22 @@ function $c(e) {
/*value*/
r[0] ? n ? n.p(r, i) : (n = Ni(r), n.c(), n.m(t.parentNode, t)) : n && (n.d(1), n = null);
},
- i: Pi,
- o: Pi,
+ i: Ci,
+ o: Ci,
d(r) {
r && Ns(t), n && n.d(r);
}
};
}
-function e0(e, t, n) {
- let { value: r } = t, { samples_dir: i } = t, { type: s } = t, { selected: o = !1 } = t;
+function Jc(e, t, n) {
+ let { value: r } = t, { samples_dir: i } = t, { type: s } = t, { selected: l = !1 } = t;
return e.$$set = (a) => {
- "value" in a && n(0, r = a.value), "samples_dir" in a && n(1, i = a.samples_dir), "type" in a && n(2, s = a.type), "selected" in a && n(3, o = a.selected);
- }, [r, i, s, o];
+ "value" in a && n(0, r = a.value), "samples_dir" in a && n(1, i = a.samples_dir), "type" in a && n(2, s = a.type), "selected" in a && n(3, l = a.selected);
+ }, [r, i, s, l];
}
-class S0 extends Zc {
+class b0 extends jc {
constructor(t) {
- super(), Yc(this, t, e0, $c, Kc, {
+ super(), Xc(this, t, Jc, Zc, Wc, {
value: 0,
samples_dir: 1,
type: 2,
@@ -8279,31 +8264,31 @@ class S0 extends Zc {
}
}
const {
- SvelteComponent: t0,
- add_flush_callback: n0,
- assign: Os,
- bind: r0,
- binding_callbacks: i0,
- check_outros: s0,
+ SvelteComponent: Qc,
+ add_flush_callback: Yc,
+ assign: Ls,
+ bind: Kc,
+ binding_callbacks: $c,
+ check_outros: e0,
create_component: $e,
destroy_component: et,
- detach: vr,
- empty: o0,
+ detach: br,
+ empty: t0,
flush: te,
- get_spread_object: Ls,
+ get_spread_object: Os,
get_spread_update: Ms,
- group_outros: l0,
- init: a0,
- insert: yr,
+ group_outros: n0,
+ init: r0,
+ insert: vr,
mount_component: tt,
- safe_not_equal: u0,
+ safe_not_equal: i0,
space: Ds,
transition_in: Ne,
transition_out: Ie
} = window.__gradio__svelte__internal;
-function f0(e) {
+function s0(e) {
let t, n;
- return t = new Li({
+ return t = new Oi({
props: {
visible: (
/*visible*/
@@ -8339,7 +8324,7 @@ function f0(e) {
/*min_width*/
e[9]
),
- $$slots: { default: [_0] },
+ $$slots: { default: [a0] },
$$scope: { ctx: e }
}
}), {
@@ -8381,9 +8366,9 @@ function f0(e) {
}
};
}
-function c0(e) {
+function l0(e) {
let t, n;
- return t = new Li({
+ return t = new Oi({
props: {
visible: (
/*visible*/
@@ -8416,7 +8401,7 @@ function c0(e) {
/*min_width*/
e[9]
),
- $$slots: { default: [d0] },
+ $$slots: { default: [u0] },
$$scope: { ctx: e }
}
}), {
@@ -8456,9 +8441,9 @@ function c0(e) {
}
};
}
-function h0(e) {
+function o0(e) {
let t, n;
- return t = new Il({
+ return t = new Io({
props: {
i18n: (
/*gradio*/
@@ -8490,9 +8475,9 @@ function h0(e) {
}
};
}
-function _0(e) {
+function a0(e) {
let t, n, r, i, s;
- const o = [
+ const l = [
{
autoscroll: (
/*gradio*/
@@ -8507,10 +8492,10 @@ function _0(e) {
e[10]
];
let a = {};
- for (let f = 0; f < o.length; f += 1)
- a = Os(a, o[f]);
- t = new Cs({ props: a });
- function l(f) {
+ for (let f = 0; f < l.length; f += 1)
+ a = Ls(a, l[f]);
+ t = new Ps({ props: a });
+ function o(f) {
e[17](f);
}
let u = {
@@ -8530,13 +8515,13 @@ function _0(e) {
/*gradio*/
e[12].i18n
),
- $$slots: { default: [h0] },
+ $$slots: { default: [o0] },
$$scope: { ctx: e }
};
return (
/*value*/
e[0] !== void 0 && (u.value = /*value*/
- e[0]), r = new cc({ props: u }), i0.push(() => r0(r, "value", l)), r.$on(
+ e[0]), r = new lc({ props: u }), $c.push(() => Kc(r, "value", o)), r.$on(
"clear",
/*clear_handler*/
e[18]
@@ -8553,11 +8538,11 @@ function _0(e) {
$e(t.$$.fragment), n = Ds(), $e(r.$$.fragment);
},
m(f, c) {
- tt(t, f, c), yr(f, n, c), tt(r, f, c), s = !0;
+ tt(t, f, c), vr(f, n, c), tt(r, f, c), s = !0;
},
p(f, c) {
const h = c & /*gradio, loading_status*/
- 5120 ? Ms(o, [
+ 5120 ? Ms(l, [
c & /*gradio*/
4096 && {
autoscroll: (
@@ -8571,7 +8556,7 @@ function _0(e) {
f[12].i18n
) },
c & /*loading_status*/
- 1024 && Ls(
+ 1024 && Os(
/*loading_status*/
f[10]
)
@@ -8589,7 +8574,7 @@ function _0(e) {
f[12].i18n), c & /*$$scope, gradio*/
2101248 && (_.$$scope = { dirty: c, ctx: f }), !i && c & /*value*/
1 && (i = !0, _.value = /*value*/
- f[0], n0(() => i = !1)), r.$set(_);
+ f[0], Yc(() => i = !1)), r.$set(_);
},
i(f) {
s || (Ne(t.$$.fragment, f), Ne(r.$$.fragment, f), s = !0);
@@ -8598,12 +8583,12 @@ function _0(e) {
Ie(t.$$.fragment, f), Ie(r.$$.fragment, f), s = !1;
},
d(f) {
- f && vr(n), et(t, f), et(r, f);
+ f && br(n), et(t, f), et(r, f);
}
}
);
}
-function d0(e) {
+function u0(e) {
let t, n, r, i;
const s = [
{
@@ -8619,10 +8604,10 @@ function d0(e) {
/*loading_status*/
e[10]
];
- let o = {};
+ let l = {};
for (let a = 0; a < s.length; a += 1)
- o = Os(o, s[a]);
- return t = new Cs({ props: o }), r = new aa({
+ l = Ls(l, s[a]);
+ return t = new Ps({ props: l }), r = new sa({
props: {
value: (
/*_value*/
@@ -8645,39 +8630,39 @@ function d0(e) {
c() {
$e(t.$$.fragment), n = Ds(), $e(r.$$.fragment);
},
- m(a, l) {
- tt(t, a, l), yr(a, n, l), tt(r, a, l), i = !0;
+ m(a, o) {
+ tt(t, a, o), vr(a, n, o), tt(r, a, o), i = !0;
},
- p(a, l) {
- const u = l & /*gradio, loading_status*/
+ p(a, o) {
+ const u = o & /*gradio, loading_status*/
5120 ? Ms(s, [
- l & /*gradio*/
+ o & /*gradio*/
4096 && {
autoscroll: (
/*gradio*/
a[12].autoscroll
)
},
- l & /*gradio*/
+ o & /*gradio*/
4096 && { i18n: (
/*gradio*/
a[12].i18n
) },
- l & /*loading_status*/
- 1024 && Ls(
+ o & /*loading_status*/
+ 1024 && Os(
/*loading_status*/
a[10]
)
]) : {};
t.$set(u);
const f = {};
- l & /*_value*/
+ o & /*_value*/
8192 && (f.value = /*_value*/
- a[13]), l & /*label*/
+ a[13]), o & /*label*/
32 && (f.label = /*label*/
- a[5]), l & /*show_label*/
+ a[5]), o & /*show_label*/
64 && (f.show_label = /*show_label*/
- a[6]), l & /*gradio*/
+ a[6]), o & /*gradio*/
4096 && (f.i18n = /*gradio*/
a[12].i18n), r.$set(f);
},
@@ -8688,70 +8673,70 @@ function d0(e) {
Ie(t.$$.fragment, a), Ie(r.$$.fragment, a), i = !1;
},
d(a) {
- a && vr(n), et(t, a), et(r, a);
+ a && br(n), et(t, a), et(r, a);
}
};
}
-function m0(e) {
+function f0(e) {
let t, n, r, i;
- const s = [c0, f0], o = [];
- function a(l, u) {
+ const s = [l0, s0], l = [];
+ function a(o, u) {
return (
/*interactive*/
- l[11] ? 1 : 0
+ o[11] ? 1 : 0
);
}
- return t = a(e), n = o[t] = s[t](e), {
+ return t = a(e), n = l[t] = s[t](e), {
c() {
- n.c(), r = o0();
+ n.c(), r = t0();
},
- m(l, u) {
- o[t].m(l, u), yr(l, r, u), i = !0;
+ m(o, u) {
+ l[t].m(o, u), vr(o, r, u), i = !0;
},
- p(l, [u]) {
+ p(o, [u]) {
let f = t;
- t = a(l), t === f ? o[t].p(l, u) : (l0(), Ie(o[f], 1, 1, () => {
- o[f] = null;
- }), s0(), n = o[t], n ? n.p(l, u) : (n = o[t] = s[t](l), n.c()), Ne(n, 1), n.m(r.parentNode, r));
+ t = a(o), t === f ? l[t].p(o, u) : (n0(), Ie(l[f], 1, 1, () => {
+ l[f] = null;
+ }), e0(), n = l[t], n ? n.p(o, u) : (n = l[t] = s[t](o), n.c()), Ne(n, 1), n.m(r.parentNode, r));
},
- i(l) {
+ i(o) {
i || (Ne(n), i = !0);
},
- o(l) {
+ o(o) {
Ie(n), i = !1;
},
- d(l) {
- l && vr(r), o[t].d(l);
+ d(o) {
+ o && br(r), l[t].d(o);
}
};
}
-function p0(e) {
+function c0(e) {
let t, n = e[0], r = 1;
for (; r < e.length; ) {
const i = e[r], s = e[r + 1];
if (r += 2, (i === "optionalAccess" || i === "optionalCall") && n == null)
return;
- i === "access" || i === "optionalAccess" ? (t = n, n = s(n)) : (i === "call" || i === "optionalCall") && (n = s((...o) => n.call(t, ...o)), t = void 0);
+ i === "access" || i === "optionalAccess" ? (t = n, n = s(n)) : (i === "call" || i === "optionalCall") && (n = s((...l) => n.call(t, ...l)), t = void 0);
}
return n;
}
-function g0(e, t, n) {
- let r, i, { elem_id: s = "" } = t, { elem_classes: o = [] } = t, { visible: a = !0 } = t, { value: l = null } = t, { root: u } = t, { proxy_url: f } = t, { label: c } = t, { show_label: h } = t, { container: _ = !0 } = t, { scale: d = null } = t, { min_width: p = void 0 } = t, { loading_status: y } = t, { interactive: v } = t, { gradio: E } = t, g;
+function h0(e, t, n) {
+ let r, i, { elem_id: s = "" } = t, { elem_classes: l = [] } = t, { visible: a = !0 } = t, { value: o = null } = t, { root: u } = t, { proxy_url: f } = t, { label: c } = t, { show_label: h } = t, { container: _ = !0 } = t, { scale: d = null } = t, { min_width: p = void 0 } = t, { loading_status: y } = t, { interactive: v } = t, { gradio: E } = t, g;
function A(B) {
- l = B, n(0, l);
+ o = B, n(0, o);
}
const T = () => E.dispatch("clear"), w = ({ detail: B }) => n(14, g = B), j = () => E.dispatch("upload");
return e.$$set = (B) => {
- "elem_id" in B && n(1, s = B.elem_id), "elem_classes" in B && n(2, o = B.elem_classes), "visible" in B && n(3, a = B.visible), "value" in B && n(0, l = B.value), "root" in B && n(4, u = B.root), "proxy_url" in B && n(15, f = B.proxy_url), "label" in B && n(5, c = B.label), "show_label" in B && n(6, h = B.show_label), "container" in B && n(7, _ = B.container), "scale" in B && n(8, d = B.scale), "min_width" in B && n(9, p = B.min_width), "loading_status" in B && n(10, y = B.loading_status), "interactive" in B && n(11, v = B.interactive), "gradio" in B && n(12, E = B.gradio);
+ "elem_id" in B && n(1, s = B.elem_id), "elem_classes" in B && n(2, l = B.elem_classes), "visible" in B && n(3, a = B.visible), "value" in B && n(0, o = B.value), "root" in B && n(4, u = B.root), "proxy_url" in B && n(15, f = B.proxy_url), "label" in B && n(5, c = B.label), "show_label" in B && n(6, h = B.show_label), "container" in B && n(7, _ = B.container), "scale" in B && n(8, d = B.scale), "min_width" in B && n(9, p = B.min_width), "loading_status" in B && n(10, y = B.loading_status), "interactive" in B && n(11, v = B.interactive), "gradio" in B && n(12, E = B.gradio);
}, e.$$.update = () => {
e.$$.dirty & /*value, root, proxy_url*/
- 32785 && n(13, r = Pe(l, u, f)), e.$$.dirty & /*_value*/
- 8192 && n(16, i = p0([r, "optionalAccess", (B) => B.url])), e.$$.dirty & /*url, gradio*/
+ 32785 && n(13, r = Ce(o, u, f)), e.$$.dirty & /*_value*/
+ 8192 && n(16, i = c0([r, "optionalAccess", (B) => B.url])), e.$$.dirty & /*url, gradio*/
69632 && E.dispatch("change");
}, [
- l,
- s,
o,
+ s,
+ l,
a,
u,
c,
@@ -8772,9 +8757,9 @@ function g0(e, t, n) {
j
];
}
-class T0 extends t0 {
+class v0 extends Qc {
constructor(t) {
- super(), a0(this, t, g0, m0, u0, {
+ super(), r0(this, t, h0, f0, i0, {
elem_id: 1,
elem_classes: 2,
visible: 3,
@@ -8877,8 +8862,8 @@ class T0 extends t0 {
}
}
export {
- S0 as BaseExample,
- cc as BaseImageUploader,
- aa as BaseStaticImage,
- T0 as default
+ b0 as BaseExample,
+ lc as BaseImageUploader,
+ sa as BaseStaticImage,
+ v0 as default
};