shared-ritm 1.3.30 → 1.3.32
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 +6 -7
- package/dist/shared-ritm.umd.js +3 -3
- package/dist/types/api/services/UserService.d.ts +3 -0
- package/dist/types/api/types/Api_Tasks.d.ts +2 -0
- package/dist/types/api/types/Api_Video.d.ts +1 -0
- package/package.json +1 -1
- package/src/api/services/UserService.ts +4 -0
- package/src/api/types/Api_Tasks.ts +2 -0
- package/src/api/types/Api_Video.ts +1 -0
- package/src/common/app-dialogs/AppConfirmDialog.vue +1 -1
- package/src/common/app-table/controllers/useColumnSelector.ts +2 -6
package/dist/shared-ritm.es.js
CHANGED
|
@@ -11645,7 +11645,7 @@ const sk = /* @__PURE__ */ De(ok, [["render", ik]]), uk = /* @__PURE__ */ Dt({
|
|
|
11645
11645
|
onClick: An(t)
|
|
11646
11646
|
}, null, 8, ["class", "onClick"]),
|
|
11647
11647
|
xe(fc, {
|
|
11648
|
-
"data-test": "
|
|
11648
|
+
"data-test": "close-button",
|
|
11649
11649
|
class: Ue(o.$style["footer__btn--cancel"]),
|
|
11650
11650
|
label: "Отменить",
|
|
11651
11651
|
onClick: An(n)
|
|
@@ -17340,6 +17340,9 @@ class IS extends kn {
|
|
|
17340
17340
|
async deleteUserPasses(n) {
|
|
17341
17341
|
return await this.post("admin/delete/passes", n);
|
|
17342
17342
|
}
|
|
17343
|
+
async checkUserBeforeArchive(n) {
|
|
17344
|
+
return await this.post("users/check_user_before_archive", n);
|
|
17345
|
+
}
|
|
17343
17346
|
}
|
|
17344
17347
|
let xl;
|
|
17345
17348
|
function iM() {
|
|
@@ -37063,15 +37066,11 @@ function yM(e, n = []) {
|
|
|
37063
37066
|
},
|
|
37064
37067
|
cancel: {
|
|
37065
37068
|
label: "Отмена",
|
|
37066
|
-
|
|
37067
|
-
"data-test": "cancel-button"
|
|
37068
|
-
}
|
|
37069
|
+
"data-test": "cancel-button"
|
|
37069
37070
|
},
|
|
37070
37071
|
ok: {
|
|
37071
37072
|
label: "Ок",
|
|
37072
|
-
|
|
37073
|
-
"data-test": "ok-button"
|
|
37074
|
-
}
|
|
37073
|
+
"data-test": "ok-button"
|
|
37075
37074
|
},
|
|
37076
37075
|
persistent: !0
|
|
37077
37076
|
}).onOk((i) => {
|