shared-ritm 1.1.83 → 1.1.85
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/index.css +1 -1
- package/dist/shared-ritm.es.js +5 -3
- package/dist/shared-ritm.umd.js +3 -3
- package/package.json +1 -1
- package/src/api/services/TasksService.ts +137 -137
- package/src/api/settings/ApiService.ts +1 -0
- package/src/common/app-sheet/AppSheet.vue +119 -114
package/dist/shared-ritm.es.js
CHANGED
|
@@ -7651,7 +7651,7 @@ const zc = Or(
|
|
|
7651
7651
|
emits: ["update:dialogRef", "update:currentTabName"],
|
|
7652
7652
|
setup(e, { emit: t }) {
|
|
7653
7653
|
kn((l) => ({
|
|
7654
|
-
|
|
7654
|
+
"305caef6": l.width
|
|
7655
7655
|
}));
|
|
7656
7656
|
const n = e, o = t, r = d({
|
|
7657
7657
|
get() {
|
|
@@ -7667,6 +7667,7 @@ const zc = Or(
|
|
|
7667
7667
|
"model-value": !0,
|
|
7668
7668
|
position: "right",
|
|
7669
7669
|
class: me(l.$style["sheet-dialog"]),
|
|
7670
|
+
"no-esc-dismiss": "",
|
|
7670
7671
|
"full-height": "",
|
|
7671
7672
|
"full-width": ""
|
|
7672
7673
|
}, {
|
|
@@ -7720,7 +7721,7 @@ const zc = Or(
|
|
|
7720
7721
|
"sheet-dialog": "_sheet-dialog_1rkva_1"
|
|
7721
7722
|
}, Jc = {
|
|
7722
7723
|
$style: Xc
|
|
7723
|
-
}, lv = /* @__PURE__ */ ie(Zc, [["__cssModules", Jc], ["__scopeId", "data-v-
|
|
7724
|
+
}, lv = /* @__PURE__ */ ie(Zc, [["__cssModules", Jc], ["__scopeId", "data-v-afccc7a3"]]), el = {
|
|
7724
7725
|
left: !0,
|
|
7725
7726
|
right: !0,
|
|
7726
7727
|
up: !0,
|
|
@@ -11728,7 +11729,8 @@ class on {
|
|
|
11728
11729
|
this.axiosInstance = De.create({
|
|
11729
11730
|
baseURL: process.env.VUE_APP_BACKEND,
|
|
11730
11731
|
headers: {
|
|
11731
|
-
"Content-Type": "application/json"
|
|
11732
|
+
"Content-Type": "application/json",
|
|
11733
|
+
Accept: "application/json"
|
|
11732
11734
|
}
|
|
11733
11735
|
}), this.axiosInstance.interceptors.request.use(
|
|
11734
11736
|
(t) => {
|