shared-ritm 1.1.88 → 1.1.90
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/shared-ritm.es.js
CHANGED
|
@@ -7653,7 +7653,7 @@ const zc = Or(
|
|
|
7653
7653
|
emits: ["update:dialogRef", "update:currentTabName"],
|
|
7654
7654
|
setup(e, { emit: t }) {
|
|
7655
7655
|
kn((l) => ({
|
|
7656
|
-
|
|
7656
|
+
"57dcaae7": l.width
|
|
7657
7657
|
}));
|
|
7658
7658
|
const n = e, o = t, r = d({
|
|
7659
7659
|
get() {
|
|
@@ -7667,6 +7667,7 @@ const zc = Or(
|
|
|
7667
7667
|
ref_key: "DialogRef",
|
|
7668
7668
|
ref: r,
|
|
7669
7669
|
"model-value": !0,
|
|
7670
|
+
"focus-trap": !1,
|
|
7670
7671
|
position: "right",
|
|
7671
7672
|
class: me(l.$style["sheet-dialog"]),
|
|
7672
7673
|
"no-shake": "",
|
|
@@ -7724,7 +7725,7 @@ const zc = Or(
|
|
|
7724
7725
|
"sheet-dialog": "_sheet-dialog_1rkva_1"
|
|
7725
7726
|
}, Jc = {
|
|
7726
7727
|
$style: Xc
|
|
7727
|
-
}, lv = /* @__PURE__ */ ie(Zc, [["__cssModules", Jc], ["__scopeId", "data-v-
|
|
7728
|
+
}, lv = /* @__PURE__ */ ie(Zc, [["__cssModules", Jc], ["__scopeId", "data-v-9a23edcd"]]), el = {
|
|
7728
7729
|
left: !0,
|
|
7729
7730
|
right: !0,
|
|
7730
7731
|
up: !0,
|
|
@@ -11923,7 +11924,9 @@ class Uh extends on {
|
|
|
11923
11924
|
return this.post("tasks/import", t);
|
|
11924
11925
|
}
|
|
11925
11926
|
importKtd(t) {
|
|
11926
|
-
return this.post("/parse_ktd", t
|
|
11927
|
+
return this.post("/parse_ktd", t, {
|
|
11928
|
+
headers: { "Content-Type": "multipart/form-data" }
|
|
11929
|
+
});
|
|
11927
11930
|
}
|
|
11928
11931
|
fetchProjectTeamList(t) {
|
|
11929
11932
|
return this.put(`/projects/${t}`, null);
|