shared-ritm 1.3.133 → 1.3.136
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 +5 -5
- 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 +23 -2
- 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": "8px" },
|
|
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-d7f376ef"]]), 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({
|
|
@@ -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);
|