@feedmepos/mf-miniprogram-v2 0.1.0-dev.34 → 0.1.0-dev.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -9192,7 +9192,7 @@ const Uf = { class: "relative flex h-full min-w-0 flex-col bg-fm-color-neutral-w
|
|
|
9192
9192
|
}, Wf = { class: "flex h-[40px] items-center justify-between gap-8 border-b border-fm-color-neutral-gray-100 px-[10px]" }, Kf = { class: "min-w-0 truncate fm-typo-en-body-sm-600 text-fm-color-typo-primary" }, Vf = { class: "flex shrink-0 items-center gap-4" }, qf = ["disabled"], Zf = {
|
|
9193
9193
|
key: 0,
|
|
9194
9194
|
class: "m-0 shrink-0 bg-fm-color-error-light px-[10px] py-[5px] text-[11px] leading-[15px] text-fm-color-error"
|
|
9195
|
-
}, Yf = { class: "flex min-h-0 flex-col gap-
|
|
9195
|
+
}, Yf = { class: "flex min-h-0 flex-col gap-[5px] overflow-y-auto p-[7px]" }, Xf = { class: "flex min-w-0 items-center gap-6" }, Jf = ["aria-label", "onClick"], Qf = ["onClick"], eh = ["onClick"], th = { class: "relative min-w-0" }, nh = ["onUpdate:modelValue", "placeholder", "onPaste", "onDrop"], rh = ["disabled", "title", "aria-label", "onClick"], sh = {
|
|
9196
9196
|
key: 0,
|
|
9197
9197
|
class: "flex flex-wrap items-center gap-[6px]"
|
|
9198
9198
|
}, ah = ["src", "alt"], ih = ["aria-label", "onClick"], oh = ["aria-expanded", "aria-label", "onClick"], lh = {
|
|
@@ -9704,12 +9704,12 @@ ${Yu(g.map(ve))}`;
|
|
|
9704
9704
|
var mt, Ut, Zt, $t;
|
|
9705
9705
|
return h(), _("div", {
|
|
9706
9706
|
key: G.id,
|
|
9707
|
-
class: Ae(["flex min-w-0 flex-col gap-
|
|
9707
|
+
class: Ae(["flex min-w-0 flex-col gap-[4px] rounded-md border p-[7px]", i.value === G.id ? "border-fm-color-primary" : "border-fm-color-neutral-gray-200"])
|
|
9708
9708
|
}, [
|
|
9709
9709
|
f("div", Xf, [
|
|
9710
9710
|
f("button", {
|
|
9711
9711
|
type: "button",
|
|
9712
|
-
class: "inline-flex h-[
|
|
9712
|
+
class: "inline-flex h-[22px] min-w-[22px] shrink-0 items-center justify-center rounded-full bg-fm-color-neutral-gray-100 px-[6px] text-[11px] font-semibold",
|
|
9713
9713
|
"aria-label": `Select annotation #${G.id}`,
|
|
9714
9714
|
onClick: (Je) => ht(G.id)
|
|
9715
9715
|
}, "#" + I(G.id), 9, Jf),
|
|
@@ -9747,7 +9747,7 @@ ${Yu(g.map(ve))}`;
|
|
|
9747
9747
|
"onUpdate:modelValue": (Je) => G.feedback = Je,
|
|
9748
9748
|
rows: "2",
|
|
9749
9749
|
placeholder: (Ut = G.payload) != null && Ut.element && O(cr)(G.payload.element) === "media" ? "Describe the change, or paste/drop the replacement image…" : "Describe what should change here…",
|
|
9750
|
-
class: "min-h-[
|
|
9750
|
+
class: "min-h-[52px] max-h-[120px] w-full resize-y rounded-md border border-fm-color-neutral-gray-200 px-[9px] pb-[25px] pt-[6px] fm-typo-en-body-sm-400 outline-none focus:border-fm-color-primary",
|
|
9751
9751
|
onPaste: (Je) => vt(Je, G),
|
|
9752
9752
|
onDragover: E[3] || (E[3] = Zn(() => {
|
|
9753
9753
|
}, ["prevent"])),
|
|
@@ -9936,7 +9936,7 @@ ${Yu(g.map(ve))}`;
|
|
|
9936
9936
|
]);
|
|
9937
9937
|
};
|
|
9938
9938
|
}
|
|
9939
|
-
}), Sh = /* @__PURE__ */ Mt(kh, [["__scopeId", "data-v-
|
|
9939
|
+
}), Sh = /* @__PURE__ */ Mt(kh, [["__scopeId", "data-v-855d3dd0"]]), Th = { class: "flex justify-end gap-8" }, Eh = /* @__PURE__ */ pt({
|
|
9940
9940
|
__name: "RenameSessionDialog",
|
|
9941
9941
|
props: {
|
|
9942
9942
|
initialTitle: {}
|
package/dist/app.js
CHANGED