shared-ritm 1.3.133 → 1.3.135
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 +3 -3
- package/dist/shared-ritm.umd.js +3 -3
- package/dist/types/api/types/Api_Controls.d.ts +1 -0
- package/package.json +1 -1
- package/src/api/services/UserService.ts +1 -1
- package/src/api/types/Api_Controls.ts +113 -112
- package/src/common/app-table/AppTable.vue +324 -313
- package/src/common/app-table/AppTableLayout.vue +1 -1
package/dist/shared-ritm.es.js
CHANGED
|
@@ -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-ab3a71ff"]]), 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-5f568537"]]), O3 = ["title"], N3 = {
|
|
16159
16159
|
key: 1,
|
|
16160
16160
|
class: "loader-overlay"
|
|
16161
16161
|
}, L3 = /* @__PURE__ */ Mt({
|
|
@@ -19589,7 +19589,7 @@ class Q4 extends vn {
|
|
|
19589
19589
|
return await this.post("users/check_user_before_archive", t);
|
|
19590
19590
|
}
|
|
19591
19591
|
async getListVisitorLog(t) {
|
|
19592
|
-
return await this.get(
|
|
19592
|
+
return await this.get("get_list_visitor_log", { params: t });
|
|
19593
19593
|
}
|
|
19594
19594
|
entryVisitorLog(t) {
|
|
19595
19595
|
return this.post("entry_visitor_log", t);
|