golden-logic-ui 1.1.21 → 1.1.22
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/golden-logic-ui.js
CHANGED
|
@@ -812,7 +812,7 @@ const YDe = /* @__PURE__ */ Qi(Khe, [["render", nme]]), sme = { class: "bg-white
|
|
|
812
812
|
}
|
|
813
813
|
}
|
|
814
814
|
function zt() {
|
|
815
|
-
T.value = ""
|
|
815
|
+
T.value = "";
|
|
816
816
|
}
|
|
817
817
|
return od(T, () => {
|
|
818
818
|
ye.value.length === 0 && (f.value = []);
|
|
@@ -90488,6 +90488,7 @@ const lAe = {
|
|
|
90488
90488
|
},
|
|
90489
90489
|
checkedIds: [],
|
|
90490
90490
|
dynamicFilters: {},
|
|
90491
|
+
dynamicQueryString: {},
|
|
90491
90492
|
isLoading: !1,
|
|
90492
90493
|
isMounted: !1,
|
|
90493
90494
|
limit: 5,
|
|
@@ -90521,6 +90522,9 @@ const lAe = {
|
|
|
90521
90522
|
}
|
|
90522
90523
|
},
|
|
90523
90524
|
methods: {
|
|
90525
|
+
setDynamicQueryString(r) {
|
|
90526
|
+
this.dynamicQueryString = r;
|
|
90527
|
+
},
|
|
90524
90528
|
generateRandomString(r) {
|
|
90525
90529
|
let t = "";
|
|
90526
90530
|
const s = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789", l = s.length;
|
|
@@ -90577,21 +90581,21 @@ const lAe = {
|
|
|
90577
90581
|
forDynCompIs(r) {
|
|
90578
90582
|
return typeof r == "object" ? r : null;
|
|
90579
90583
|
},
|
|
90580
|
-
GetItemLists(r = 1
|
|
90584
|
+
GetItemLists(r = 1) {
|
|
90581
90585
|
this.isLoading = !0, this.page = r;
|
|
90582
|
-
const
|
|
90586
|
+
const t = {
|
|
90583
90587
|
sort: this.sortField,
|
|
90584
90588
|
order: this.sortOrder,
|
|
90585
90589
|
s: this.search,
|
|
90586
90590
|
limit: this.perPage,
|
|
90587
90591
|
page: this.page,
|
|
90588
90592
|
...this.dynamicFilters,
|
|
90589
|
-
...
|
|
90593
|
+
...this.dynamicQueryString
|
|
90590
90594
|
};
|
|
90591
|
-
axios.get(this.xprops.route_get_data, { params:
|
|
90592
|
-
this.itemLists =
|
|
90593
|
-
}).catch((
|
|
90594
|
-
console.error(
|
|
90595
|
+
axios.get(this.xprops.route_get_data, { params: t }).then((s) => {
|
|
90596
|
+
this.itemLists = s.data, this.isLoading = !1;
|
|
90597
|
+
}).catch((s) => {
|
|
90598
|
+
console.error(s), this.isLoading = !1;
|
|
90595
90599
|
});
|
|
90596
90600
|
},
|
|
90597
90601
|
updateSortColumn(r, t) {
|
|
@@ -90968,7 +90972,7 @@ function DAe(r, t, s, l, c, f) {
|
|
|
90968
90972
|
])
|
|
90969
90973
|
], 64);
|
|
90970
90974
|
}
|
|
90971
|
-
const CRe = /* @__PURE__ */ Qi(lAe, [["render", DAe], ["__scopeId", "data-v-
|
|
90975
|
+
const CRe = /* @__PURE__ */ Qi(lAe, [["render", DAe], ["__scopeId", "data-v-f1d8f485"]]), RAe = {
|
|
90972
90976
|
components: {},
|
|
90973
90977
|
props: {
|
|
90974
90978
|
data: Array,
|