shared-ritm 1.3.136 → 1.3.137
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 +7 -4
- package/dist/shared-ritm.umd.js +3 -3
- package/dist/types/api/services/UserService.d.ts +3 -2
- package/dist/types/api/types/Api_Controls.d.ts +1 -0
- package/package.json +1 -1
- package/src/api/services/UserService.ts +6 -4
- package/src/api/types/Api_Controls.ts +1 -0
package/dist/shared-ritm.es.js
CHANGED
|
@@ -15909,7 +15909,7 @@ const w3 = /* @__PURE__ */ Fe(g3, [["render", b3]]), x3 = {
|
|
|
15909
15909
|
class: "full-width",
|
|
15910
15910
|
"rows-per-page-options": [0],
|
|
15911
15911
|
selection: n.enableMultiSelect ? "multiple" : "none",
|
|
15912
|
-
style: { height: "100%", "border-radius": "
|
|
15912
|
+
style: { height: "100%", "border-radius": "6px" },
|
|
15913
15913
|
"table-row-style-fn": e.tableRowStyleFn,
|
|
15914
15914
|
onRowClick: u
|
|
15915
15915
|
}, Wa({
|
|
@@ -16081,7 +16081,7 @@ const w3 = /* @__PURE__ */ Fe(g3, [["render", b3]]), x3 = {
|
|
|
16081
16081
|
]), 1032, ["selected", "rows", "columns", "selection", "table-row-style-fn"])
|
|
16082
16082
|
]));
|
|
16083
16083
|
}
|
|
16084
|
-
}), D3 = /* @__PURE__ */ Fe(A3, [["__scopeId", "data-v-
|
|
16084
|
+
}), D3 = /* @__PURE__ */ Fe(A3, [["__scopeId", "data-v-cc747ba4"]]), M3 = {
|
|
16085
16085
|
key: 0,
|
|
16086
16086
|
class: "table-controls"
|
|
16087
16087
|
}, F3 = { class: "table-wrapper" }, P3 = {
|
|
@@ -19597,8 +19597,11 @@ class Q4 extends vn {
|
|
|
19597
19597
|
async exitVisitorLog(t) {
|
|
19598
19598
|
return await this.post(`exit_visitor_log/${t}`, {});
|
|
19599
19599
|
}
|
|
19600
|
-
async deleteVisitorLog() {
|
|
19601
|
-
return await this.post("delete_not_in_zone_visitor_log", {});
|
|
19600
|
+
async deleteVisitorLog(t = []) {
|
|
19601
|
+
return await this.post("delete_not_in_zone_visitor_log", { visitor_log_list_id: t });
|
|
19602
|
+
}
|
|
19603
|
+
async getListVisitorHistories(t) {
|
|
19604
|
+
return await this.get("get_list_visitor_log_histories", { params: t });
|
|
19602
19605
|
}
|
|
19603
19606
|
findUserByVideo(t) {
|
|
19604
19607
|
return this.post("/user/recognition", t, {
|