@opengis/admin 0.4.44 → 0.4.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.
- package/dist/{add-page-C9tARcx8.js → add-page-C85Hn-23.js} +1 -1
- package/dist/{admin-interface-D7_wEZsm.js → admin-interface-CGWdWoBu.js} +2 -2
- package/dist/{admin-view-A8jlmn4f.js → admin-view-CMkqUi2p.js} +1 -1
- package/dist/admin.js +1 -1
- package/dist/admin.umd.cjs +3 -3
- package/dist/{card-view-i3yry4IY.js → card-view-TO8krUo7.js} +1 -1
- package/dist/{edit-page-65fxe3RR.js → edit-page-DIfmLmCA.js} +1 -1
- package/dist/{import-file-IsquGoyk.js → import-file-CXhtzaP6.js} +13 -13
- package/dist/{profile-page-D5xenZti.js → profile-page-Cp9qQTuf.js} +1 -1
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as $, f as d, u as k, s as V } from "./import-file-
|
|
1
|
+
import { _ as $, f as d, u as k, s as V } from "./import-file-CXhtzaP6.js";
|
|
2
2
|
import { resolveComponent as j, createElementBlock as g, openBlock as f, createElementVNode as h, createCommentVNode as b, normalizeClass as y, normalizeStyle as x, createBlock as E } from "vue";
|
|
3
3
|
const O = {
|
|
4
4
|
data() {
|
|
@@ -3540,27 +3540,27 @@ const cM = [
|
|
|
3540
3540
|
{
|
|
3541
3541
|
name: "edit",
|
|
3542
3542
|
path: "/edit",
|
|
3543
|
-
component: () => import("./edit-page-
|
|
3543
|
+
component: () => import("./edit-page-DIfmLmCA.js")
|
|
3544
3544
|
},
|
|
3545
3545
|
{
|
|
3546
3546
|
name: "add",
|
|
3547
3547
|
path: "/add",
|
|
3548
|
-
component: () => import("./add-page-
|
|
3548
|
+
component: () => import("./add-page-C85Hn-23.js")
|
|
3549
3549
|
},
|
|
3550
3550
|
{
|
|
3551
3551
|
path: "/profile",
|
|
3552
3552
|
name: "profile",
|
|
3553
|
-
component: () => import("./profile-page-
|
|
3553
|
+
component: () => import("./profile-page-Cp9qQTuf.js")
|
|
3554
3554
|
},
|
|
3555
3555
|
{
|
|
3556
3556
|
name: "card-view",
|
|
3557
3557
|
path: "/card",
|
|
3558
|
-
component: () => import("./card-view-
|
|
3558
|
+
component: () => import("./card-view-TO8krUo7.js"),
|
|
3559
3559
|
children: [
|
|
3560
3560
|
{
|
|
3561
3561
|
name: "table",
|
|
3562
3562
|
path: ":table",
|
|
3563
|
-
component: () => import("./card-view-
|
|
3563
|
+
component: () => import("./card-view-TO8krUo7.js"),
|
|
3564
3564
|
children: [
|
|
3565
3565
|
{
|
|
3566
3566
|
name: "card",
|
|
@@ -3621,14 +3621,14 @@ const pM = /* @__PURE__ */ gt(uM, [["render", fM]]), mM = (t) => {
|
|
|
3621
3621
|
{
|
|
3622
3622
|
path: "/",
|
|
3623
3623
|
name: "home",
|
|
3624
|
-
component: () => import("./admin-view-
|
|
3624
|
+
component: () => import("./admin-view-CMkqUi2p.js"),
|
|
3625
3625
|
children: [
|
|
3626
3626
|
...t,
|
|
3627
3627
|
...e,
|
|
3628
3628
|
// { path: '/', redirect: '/home' },
|
|
3629
3629
|
{
|
|
3630
3630
|
path: "/:catchAll(.*)",
|
|
3631
|
-
component: () => import("./admin-interface-
|
|
3631
|
+
component: () => import("./admin-interface-CGWdWoBu.js")
|
|
3632
3632
|
}
|
|
3633
3633
|
]
|
|
3634
3634
|
}
|
|
@@ -3654,7 +3654,7 @@ const pM = /* @__PURE__ */ gt(uM, [["render", fM]]), mM = (t) => {
|
|
|
3654
3654
|
var e;
|
|
3655
3655
|
try {
|
|
3656
3656
|
const { data: i } = await Xe.get(
|
|
3657
|
-
`/api/
|
|
3657
|
+
`/api/form/${this.table}/${(e = this.data) == null ? void 0 : e.id}`
|
|
3658
3658
|
);
|
|
3659
3659
|
await Xe.put(`/api/table/${i == null ? void 0 : i.token}`, {
|
|
3660
3660
|
...i,
|
|
@@ -3859,7 +3859,7 @@ const Yd = /* @__PURE__ */ gt(vM, [["render", xM]]), wM = { class: "w-[170px]" }
|
|
|
3859
3859
|
var e, i;
|
|
3860
3860
|
try {
|
|
3861
3861
|
const n = await Xe.get(
|
|
3862
|
-
`/api/
|
|
3862
|
+
`/api/form/${this.table}/${(e = this.data) == null ? void 0 : e.id}`
|
|
3863
3863
|
);
|
|
3864
3864
|
await Xe.put(`/api/table/${(i = n == null ? void 0 : n.data) == null ? void 0 : i.token}`, {
|
|
3865
3865
|
...n == null ? void 0 : n.data,
|
|
@@ -3962,7 +3962,7 @@ const b1 = /* @__PURE__ */ gt(RM, [["render", zM]]), LM = {
|
|
|
3962
3962
|
var e;
|
|
3963
3963
|
try {
|
|
3964
3964
|
const { data: i } = await Xe.get(
|
|
3965
|
-
`/api/
|
|
3965
|
+
`/api/form/${this.table}/${(e = this.data) == null ? void 0 : e.id}`
|
|
3966
3966
|
);
|
|
3967
3967
|
await Xe.put(`/api/table/${i == null ? void 0 : i.token}`, {
|
|
3968
3968
|
...i,
|
|
@@ -4044,7 +4044,7 @@ const Pl = /* @__PURE__ */ gt(LM, [["render", BM]]), NM = {
|
|
|
4044
4044
|
var e, i;
|
|
4045
4045
|
try {
|
|
4046
4046
|
const n = await Xe.get(
|
|
4047
|
-
`/api/
|
|
4047
|
+
`/api/form/${this.table}/${(e = this.data) == null ? void 0 : e.id}`
|
|
4048
4048
|
);
|
|
4049
4049
|
await Xe.put(`/api/table/${(i = n == null ? void 0 : n.data) == null ? void 0 : i.token}`, {
|
|
4050
4050
|
...n.data,
|
|
@@ -6720,7 +6720,7 @@ const JO = {
|
|
|
6720
6720
|
var e, i;
|
|
6721
6721
|
try {
|
|
6722
6722
|
const n = await Xe.get(
|
|
6723
|
-
`/api/
|
|
6723
|
+
`/api/form/${this.table}/${(e = this.data) == null ? void 0 : e.id}`
|
|
6724
6724
|
);
|
|
6725
6725
|
await Xe.put(`/api/table/${(i = n == null ? void 0 : n.data) == null ? void 0 : i.token}`, {
|
|
6726
6726
|
...n == null ? void 0 : n.data,
|
|
@@ -6781,7 +6781,7 @@ const z_ = /* @__PURE__ */ gt(JO, [["render", tz]]), iz = ja({
|
|
|
6781
6781
|
var e;
|
|
6782
6782
|
try {
|
|
6783
6783
|
const { data: i } = await Xe.get(
|
|
6784
|
-
`/api/
|
|
6784
|
+
`/api/form/${this.table}/${(e = this.data) == null ? void 0 : e.id}`
|
|
6785
6785
|
);
|
|
6786
6786
|
await Xe.put(`/api/table/${i == null ? void 0 : i.token}`, {
|
|
6787
6787
|
...i,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as u, f as a } from "./import-file-
|
|
1
|
+
import { _ as u, f as a } from "./import-file-CXhtzaP6.js";
|
|
2
2
|
import "./user-DCzCj0wb.js";
|
|
3
3
|
import { resolveComponent as m, createElementBlock as p, openBlock as c, createElementVNode as r, createTextVNode as d, toDisplayString as b, createBlock as h, createCommentVNode as f } from "vue";
|
|
4
4
|
const g = {
|