@anzusystems/common-admin 1.47.0-beta.dev-1771894800 → 1.47.0-beta.dev-1771894802
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-DF5mypdx.mjs → AFormRemoteAutocomplete.vue_vue_type_script_setup_true_lang-Bie-Z6Y5.mjs} +6 -8
- package/dist/AFormRemoteAutocomplete.vue_vue_type_script_setup_true_lang-Bie-Z6Y5.mjs.map +1 -0
- package/dist/common-admin.css +1 -1
- package/dist/common-admin.d.ts +11 -0
- package/dist/common-admin.js +62 -48
- package/dist/common-admin.js.map +1 -1
- package/dist/labs.js +3 -2
- package/dist/labs.js.map +1 -1
- package/package.json +2 -2
- package/dist/AFormRemoteAutocomplete.vue_vue_type_script_setup_true_lang-DF5mypdx.mjs.map +0 -1
|
@@ -621,7 +621,7 @@ const Hl = {
|
|
|
621
621
|
sk: jl
|
|
622
622
|
},
|
|
623
623
|
missing: (e, n) => {
|
|
624
|
-
wo.includes(e) && console.warn(`Missing ${e} translation: ${n}`);
|
|
624
|
+
wo.includes(e) && !n.startsWith("system.subject.") && console.warn(`Missing ${e} translation: ${n}`);
|
|
625
625
|
}
|
|
626
626
|
});
|
|
627
627
|
function ql(e = "id", n = !0) {
|
|
@@ -1813,9 +1813,8 @@ const At = ".000000Z", Xn = "YYYY-MM-DDTHH:mm:ss", da = "1970-01-01T00:00:00.000
|
|
|
1813
1813
|
ma(o), t("reset");
|
|
1814
1814
|
}, { t: r } = Re();
|
|
1815
1815
|
return (o, l) => (P(), X(Ne, {
|
|
1816
|
-
class: Ze([e.buttonClass, "px-2"]),
|
|
1816
|
+
class: Ze([e.buttonClass, "text-medium-emphasis px-2"]),
|
|
1817
1817
|
"data-cy": e.dataCy,
|
|
1818
|
-
color: "light",
|
|
1819
1818
|
"min-width": "36px",
|
|
1820
1819
|
variant: "flat",
|
|
1821
1820
|
onClick: ye(a, ["stop"])
|
|
@@ -6474,9 +6473,8 @@ const ju = {
|
|
|
6474
6473
|
}, { t: a } = Re();
|
|
6475
6474
|
return (r, o) => (P(), de(qe, null, [
|
|
6476
6475
|
O(Ne, {
|
|
6477
|
-
class: Ze([e.buttonClass, "px-2"]),
|
|
6476
|
+
class: Ze([e.buttonClass, "text-medium-emphasis px-2"]),
|
|
6478
6477
|
"data-cy": e.dataCy,
|
|
6479
|
-
color: "light",
|
|
6480
6478
|
"min-width": "36px",
|
|
6481
6479
|
variant: "flat",
|
|
6482
6480
|
onClick: ye(t, ["stop"])
|
|
@@ -6783,7 +6781,7 @@ const ju = {
|
|
|
6783
6781
|
default: B(() => [
|
|
6784
6782
|
e.enableTop ? (P(), X($t, {
|
|
6785
6783
|
key: 0,
|
|
6786
|
-
|
|
6784
|
+
density: "comfortable"
|
|
6787
6785
|
}, {
|
|
6788
6786
|
default: B(() => [
|
|
6789
6787
|
O(gt, null, {
|
|
@@ -6821,7 +6819,7 @@ const ju = {
|
|
|
6821
6819
|
}),
|
|
6822
6820
|
e.alwaysVisible ? ce("", !0) : (P(), X($t, {
|
|
6823
6821
|
key: 1,
|
|
6824
|
-
|
|
6822
|
+
density: "comfortable"
|
|
6825
6823
|
}, {
|
|
6826
6824
|
default: B(() => [
|
|
6827
6825
|
e.hideMore ? ce("", !0) : (P(), X(gt, {
|
|
@@ -7406,4 +7404,4 @@ export {
|
|
|
7406
7404
|
Zo as y,
|
|
7407
7405
|
bl as z
|
|
7408
7406
|
};
|
|
7409
|
-
//# sourceMappingURL=AFormRemoteAutocomplete.vue_vue_type_script_setup_true_lang-
|
|
7407
|
+
//# sourceMappingURL=AFormRemoteAutocomplete.vue_vue_type_script_setup_true_lang-Bie-Z6Y5.mjs.map
|