shared-ritm 1.3.135 → 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 +9 -6
- 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/src/common/app-table/AppTable.vue +1 -1
- package/src/common/app-table/AppTableLayout.vue +22 -1
- package/src/common/app-table/components/TableSearch.vue +7 -0
package/dist/shared-ritm.es.js
CHANGED
|
@@ -13293,7 +13293,7 @@ const vk = Ke({
|
|
|
13293
13293
|
} : void 0
|
|
13294
13294
|
]), 1032, ["modelValue", "placeholder"]));
|
|
13295
13295
|
}
|
|
13296
|
-
}), Sk = /* @__PURE__ */ Fe(kk, [["__scopeId", "data-v-
|
|
13296
|
+
}), Sk = /* @__PURE__ */ Fe(kk, [["__scopeId", "data-v-12bd76fd"]]);
|
|
13297
13297
|
function jh(e) {
|
|
13298
13298
|
const t = e.validate();
|
|
13299
13299
|
return typeof t.then == "function" ? t.then(
|
|
@@ -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%" },
|
|
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 = {
|
|
@@ -16155,7 +16155,7 @@ const w3 = /* @__PURE__ */ Fe(g3, [["render", b3]]), x3 = {
|
|
|
16155
16155
|
"modal" in ln(o) ? Ft(u.$slots, "modal", { key: 2 }, void 0, !0) : je("", !0)
|
|
16156
16156
|
], 2));
|
|
16157
16157
|
}
|
|
16158
|
-
}), t9 = /* @__PURE__ */ Fe(B3, [["__scopeId", "data-v-
|
|
16158
|
+
}), t9 = /* @__PURE__ */ Fe(B3, [["__scopeId", "data-v-28f24c6a"]]), O3 = ["title"], N3 = {
|
|
16159
16159
|
key: 1,
|
|
16160
16160
|
class: "loader-overlay"
|
|
16161
16161
|
}, L3 = /* @__PURE__ */ Mt({
|
|
@@ -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, {
|