pgo-ui 1.0.45 → 1.0.46
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.
|
@@ -3044,7 +3044,9 @@ function AN(t = {}) {
|
|
|
3044
3044
|
baseURL: r,
|
|
3045
3045
|
headers: o = {},
|
|
3046
3046
|
...a
|
|
3047
|
-
} = t
|
|
3047
|
+
} = t;
|
|
3048
|
+
console.log("baseurl in createApi:", r);
|
|
3049
|
+
const s = zt.create({
|
|
3048
3050
|
timeout: n,
|
|
3049
3051
|
baseURL: r,
|
|
3050
3052
|
headers: { "Content-Type": "application/json", ...o },
|
|
@@ -17515,7 +17517,7 @@ return (${pe});`)();
|
|
|
17515
17517
|
}
|
|
17516
17518
|
}, re = D(() => {
|
|
17517
17519
|
const I = {}, G = new Set(c.form.fields.map((fe) => fe.inputType?.toLowerCase()));
|
|
17518
|
-
return (G.has("search") || G.has("inputsearch")) && (I.search = tt(() => Promise.resolve().then(() => xf)), I.searchbox = tt(() => Promise.resolve().then(() => xf))), G.has("select") && (I.select = tt(() => Promise.resolve().then(() => yd))), G.has("textarea") && (I.textarea = tt(() => Promise.resolve().then(() => fh))), (G.has("textfield") || G.has("text") || G.has("string")) && (I.textfield = tt(() => Promise.resolve().then(() => ho)), I.text = tt(() => Promise.resolve().then(() => ho)), I.string = tt(() => Promise.resolve().then(() => ho))), (G.has("datepicker") || G.has("date")) && (I.datepicker = tt(() => Promise.resolve().then(() => ua)), I.date = tt(() => Promise.resolve().then(() => ua))), G.has("chipgroup") && (I.chipgroup = tt(() => Promise.resolve().then(() => wm))), G.has("checkbox") && (I.checkbox = tt(() => Promise.resolve().then(() => g1))), G.has("radio") && (I.radio = tt(() => import("./Radio-
|
|
17520
|
+
return (G.has("search") || G.has("inputsearch")) && (I.search = tt(() => Promise.resolve().then(() => xf)), I.searchbox = tt(() => Promise.resolve().then(() => xf))), G.has("select") && (I.select = tt(() => Promise.resolve().then(() => yd))), G.has("textarea") && (I.textarea = tt(() => Promise.resolve().then(() => fh))), (G.has("textfield") || G.has("text") || G.has("string")) && (I.textfield = tt(() => Promise.resolve().then(() => ho)), I.text = tt(() => Promise.resolve().then(() => ho)), I.string = tt(() => Promise.resolve().then(() => ho))), (G.has("datepicker") || G.has("date")) && (I.datepicker = tt(() => Promise.resolve().then(() => ua)), I.date = tt(() => Promise.resolve().then(() => ua))), G.has("chipgroup") && (I.chipgroup = tt(() => Promise.resolve().then(() => wm))), G.has("checkbox") && (I.checkbox = tt(() => Promise.resolve().then(() => g1))), G.has("radio") && (I.radio = tt(() => import("./Radio-JjI-BdA_.js"))), (G.has("numberfield") || G.has("number")) && (I.numberfield = tt(() => Promise.resolve().then(() => vf)), I.number = tt(() => Promise.resolve().then(() => vf))), (G.has("file") || G.has("filefield")) && (I.file = tt(() => Promise.resolve().then(() => mf)), I.filefield = tt(() => Promise.resolve().then(() => mf))), (G.has("label") || G.has("labelfield")) && (I.label = tt(() => Promise.resolve().then(() => hf)), I.labelfield = tt(() => Promise.resolve().then(() => hf))), I;
|
|
17519
17521
|
}), V = (I) => {
|
|
17520
17522
|
const G = I?.toLowerCase() || "textfield";
|
|
17521
17523
|
return re.value[G] || re.value.textfield;
|
package/dist/index.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as o, A as r, B as t, b as i, c as n, d as l, e as m, C as p, f as d, g as T, h as c, i as C, j as b, k as u, D as w, l as x, m as h, n as D, o as F, p as B, E as P, q as g, r as I, s as S, t as v, u as A, v as N, L as R, w as f, x as k, M as y, y as L, N as M, z as V, F as E, G, H, I as O, S as U, J as j, K as q, O as z, T as J, P as K, Q, R as W, U as X, V as Y, W as Z, X as $, Y as _, Z as aa, $ as sa, a0 as ea, a1 as oa, a2 as ra, a3 as ta, a4 as ia, a5 as na, a6 as la } from "./index-
|
|
1
|
+
import { a as o, A as r, B as t, b as i, c as n, d as l, e as m, C as p, f as d, g as T, h as c, i as C, j as b, k as u, D as w, l as x, m as h, n as D, o as F, p as B, E as P, q as g, r as I, s as S, t as v, u as A, v as N, L as R, w as f, x as k, M as y, y as L, N as M, z as V, F as E, G, H, I as O, S as U, J as j, K as q, O as z, T as J, P as K, Q, R as W, U as X, V as Y, W as Z, X as $, Y as _, Z as aa, $ as sa, a0 as ea, a1 as oa, a2 as ra, a3 as ta, a4 as ia, a5 as na, a6 as la } from "./index-KAYIjQ1I.js";
|
|
2
2
|
import "vue";
|
|
3
3
|
export {
|
|
4
4
|
o as AppBar,
|