@gemafajarramadhan/dynamic-ui 1.0.1 → 1.0.3
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/dynamic-ui.es.js +1 -4
- package/dist/dynamic-ui.umd.js +1 -1
- package/dist/index.d.ts +271 -0
- package/dist/webcomponents/dynamic-ui.css +1 -0
- package/dist/webcomponents/dynamic-ui.es.js +12306 -0
- package/dist/webcomponents/dynamic-ui.umd.js +48 -0
- package/dist/webcomponents/vite.svg +1 -0
- package/package.json +6 -4
- package/src/index.d.ts +271 -0
package/dist/dynamic-ui.es.js
CHANGED
|
@@ -1370,10 +1370,7 @@ const Yi = ["aria-busy"], Gi = {
|
|
|
1370
1370
|
y.value = !0;
|
|
1371
1371
|
try {
|
|
1372
1372
|
let oe;
|
|
1373
|
-
L.apiUrl ? oe = await Ve(
|
|
1374
|
-
_url: L.apiUrl,
|
|
1375
|
-
_method: L.apiMethod || "POST"
|
|
1376
|
-
}) : oe = await Ve(L.apiModule, L.apiAction, U);
|
|
1373
|
+
L.apiUrl ? oe = await Ve(L.apiUrl, L.apiMethod || "GET", U) : oe = await Ve(L.apiModule, L.apiAction, U);
|
|
1377
1374
|
const he = oe?.data ?? oe, Oe = he?.data ?? he;
|
|
1378
1375
|
te.value = Array.isArray(Oe) ? Oe : [], _.value = !0;
|
|
1379
1376
|
} catch (oe) {
|