@anzusystems/common-admin 1.47.0-beta.dev-1775683300 → 1.47.0-beta.dev-1775683500
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/{AFormRemoteAutocomplete.vue_vue_type_script_setup_true_lang-DvYCGnn3.mjs → AFormRemoteAutocomplete.vue_vue_type_script_setup_true_lang-DjYHyeck.mjs} +21 -4
- package/dist/AFormRemoteAutocomplete.vue_vue_type_script_setup_true_lang-DjYHyeck.mjs.map +1 -0
- package/dist/common-admin.css +1 -1
- package/dist/common-admin.js +1931 -1931
- package/dist/common-admin.js.map +1 -1
- package/dist/labs.js +11 -3
- package/dist/labs.js.map +1 -1
- package/dist/{webfontloader-DXcK6b5C.mjs → webfontloader-CtCXi-3v.mjs} +2 -2
- package/dist/{webfontloader-DXcK6b5C.mjs.map → webfontloader-CtCXi-3v.mjs.map} +1 -1
- package/package.json +6 -6
- package/src/eslint/plugin.mjs +6 -5
- package/dist/AFormRemoteAutocomplete.vue_vue_type_script_setup_true_lang-DvYCGnn3.mjs.map +0 -1
|
@@ -2956,7 +2956,15 @@ const Mi = (e) => En(e) && Object.hasOwn(e, "totalCount"), $i = (e) => En(e) &&
|
|
|
2956
2956
|
const { querySetLimit: a, querySetOffset: r, querySetOrder: o, queryBuild: s, querySetFilters: l } = Ii();
|
|
2957
2957
|
return a(e.value.rowsPerPage), r(e.value.page, e.value.rowsPerPage), e.value.sortBy && o(e.value.sortBy.key, e.value.sortBy.order === Ct.Desc), l(n, t), s();
|
|
2958
2958
|
}, Oi = (e) => {
|
|
2959
|
-
const {
|
|
2959
|
+
const {
|
|
2960
|
+
client: n,
|
|
2961
|
+
system: t,
|
|
2962
|
+
entity: a,
|
|
2963
|
+
urlTemplate: r,
|
|
2964
|
+
urlParams: o,
|
|
2965
|
+
options: s = {},
|
|
2966
|
+
silentConsoleError: l = !1
|
|
2967
|
+
} = e;
|
|
2960
2968
|
let i = null;
|
|
2961
2969
|
return {
|
|
2962
2970
|
executeFetch: async (d, g, p, T = {}) => {
|
|
@@ -3580,7 +3588,7 @@ const Yd = /* @__PURE__ */ Se({
|
|
|
3580
3588
|
}), null, 16, ["title", "subtitle"])
|
|
3581
3589
|
])
|
|
3582
3590
|
]),
|
|
3583
|
-
chip: B(({ props: q,
|
|
3591
|
+
chip: B(({ props: q, internalItem: K }) => [
|
|
3584
3592
|
we(W.$slots, "chip", {
|
|
3585
3593
|
props: q,
|
|
3586
3594
|
item: K
|
|
@@ -4082,7 +4090,16 @@ const Zn = {
|
|
|
4082
4090
|
fetchBookmarksCount: o
|
|
4083
4091
|
};
|
|
4084
4092
|
}), rn = (e) => {
|
|
4085
|
-
const {
|
|
4093
|
+
const {
|
|
4094
|
+
client: n,
|
|
4095
|
+
method: t,
|
|
4096
|
+
system: a,
|
|
4097
|
+
entity: r,
|
|
4098
|
+
urlTemplate: o,
|
|
4099
|
+
urlParams: s,
|
|
4100
|
+
options: l = {},
|
|
4101
|
+
silentConsoleError: i = !1
|
|
4102
|
+
} = e;
|
|
4086
4103
|
let u = null;
|
|
4087
4104
|
return {
|
|
4088
4105
|
executeRequest: async (g = {}) => {
|
|
@@ -7429,4 +7446,4 @@ export {
|
|
|
7429
7446
|
Qo as y,
|
|
7430
7447
|
Cl as z
|
|
7431
7448
|
};
|
|
7432
|
-
//# sourceMappingURL=AFormRemoteAutocomplete.vue_vue_type_script_setup_true_lang-
|
|
7449
|
+
//# sourceMappingURL=AFormRemoteAutocomplete.vue_vue_type_script_setup_true_lang-DjYHyeck.mjs.map
|