shared-ritm 1.3.29 → 1.3.31
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 +7 -7
- package/dist/shared-ritm.umd.js +3 -3
- package/dist/types/api/services/VideoService.d.ts +1 -0
- package/dist/types/api/types/Api_Video.d.ts +12 -2
- package/package.json +1 -1
- package/src/api/services/VideoService.ts +5 -0
- package/src/api/types/Api_Video.ts +44 -2
- 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
|
@@ -11623,7 +11623,7 @@ const oC = /* @__PURE__ */ De(tC, [["render", rC]]), aC = /* @__PURE__ */ Dt({
|
|
|
11623
11623
|
onClick: An(t)
|
|
11624
11624
|
}, null, 8, ["class", "onClick"]),
|
|
11625
11625
|
we(hc, {
|
|
11626
|
-
"data-test": "
|
|
11626
|
+
"data-test": "close-button",
|
|
11627
11627
|
class: Ue(o.$style["footer__btn--cancel"]),
|
|
11628
11628
|
label: "Отменить",
|
|
11629
11629
|
onClick: An(n)
|
|
@@ -17185,6 +17185,10 @@ class ES extends Cn {
|
|
|
17185
17185
|
async deleteFrameFromVideo(n) {
|
|
17186
17186
|
await this.delete(`horizon/video-source/delete/fragment/video/training/${n}`);
|
|
17187
17187
|
}
|
|
17188
|
+
// Для тестирования ws видеостены
|
|
17189
|
+
async sendEvent(n) {
|
|
17190
|
+
return await this.post("alerts_callback_url", n);
|
|
17191
|
+
}
|
|
17188
17192
|
}
|
|
17189
17193
|
let xl;
|
|
17190
17194
|
function oM() {
|
|
@@ -36985,15 +36989,11 @@ function gM(e, n = []) {
|
|
|
36985
36989
|
},
|
|
36986
36990
|
cancel: {
|
|
36987
36991
|
label: "Отмена",
|
|
36988
|
-
|
|
36989
|
-
"data-test": "cancel-button"
|
|
36990
|
-
}
|
|
36992
|
+
"data-test": "cancel-button"
|
|
36991
36993
|
},
|
|
36992
36994
|
ok: {
|
|
36993
36995
|
label: "Ок",
|
|
36994
|
-
|
|
36995
|
-
"data-test": "ok-button"
|
|
36996
|
-
}
|
|
36996
|
+
"data-test": "ok-button"
|
|
36997
36997
|
},
|
|
36998
36998
|
persistent: !0
|
|
36999
36999
|
}).onOk((i) => {
|