@opengis/admin 0.4.16 → 0.4.18

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.
@@ -1,5 +1,5 @@
1
1
  import { resolveComponent as e, createBlock as r, openBlock as t } from "vue";
2
- import { _ as c } from "./import-file-EI9a0fXk.js";
2
+ import { _ as c } from "./import-file--glS3bLV.js";
3
3
  const n = {};
4
4
  function s(_, p, a, i, f, m) {
5
5
  const o = e("router-view");
@@ -1,4 +1,4 @@
1
- import { _ as $, f as d, u as k, s as V } from "./import-file-EI9a0fXk.js";
1
+ import { _ as $, f as d, u as k, s as V } from "./import-file--glS3bLV.js";
2
2
  import { resolveComponent as j, createElementBlock as g, openBlock as p, createElementVNode as m, createCommentVNode as b, normalizeClass as x, normalizeStyle as y, createBlock as E } from "vue";
3
3
  const O = {
4
4
  data() {
@@ -3725,27 +3725,27 @@ const rM = [
3725
3725
  {
3726
3726
  name: "edit",
3727
3727
  path: "/edit",
3728
- component: () => import("./edit-page-YQeMJOYf.js")
3728
+ component: () => import("./edit-page-Fc7r-dVF.js")
3729
3729
  },
3730
3730
  {
3731
3731
  name: "add",
3732
3732
  path: "/add",
3733
- component: () => import("./add-page-CuSnPcPi.js")
3733
+ component: () => import("./add-page-BRbSorJq.js")
3734
3734
  },
3735
3735
  {
3736
3736
  path: "/profile",
3737
3737
  name: "profile",
3738
- component: () => import("./profile-page-7PoRBdwC.js")
3738
+ component: () => import("./profile-page--sFXVR-B.js")
3739
3739
  },
3740
3740
  {
3741
3741
  name: "card-view",
3742
3742
  path: "/card",
3743
- component: () => import("./card-view-qp3cCQHr.js"),
3743
+ component: () => import("./card-view-iB2ylJiC.js"),
3744
3744
  children: [
3745
3745
  {
3746
3746
  name: "table",
3747
3747
  path: ":table",
3748
- component: () => import("./card-view-qp3cCQHr.js"),
3748
+ component: () => import("./card-view-iB2ylJiC.js"),
3749
3749
  children: [
3750
3750
  {
3751
3751
  name: "card",
@@ -3806,14 +3806,14 @@ const cM = /* @__PURE__ */ gt(sM, [["render", lM]]), uM = (t) => {
3806
3806
  {
3807
3807
  path: "/",
3808
3808
  name: "home",
3809
- component: () => import("./admin-view-BFLFL7ja.js"),
3809
+ component: () => import("./admin-view-Ehc3wQnh.js"),
3810
3810
  children: [
3811
3811
  ...t,
3812
3812
  ...e,
3813
3813
  // { path: '/', redirect: '/home' },
3814
3814
  {
3815
3815
  path: "/:catchAll(.*)",
3816
- component: () => import("./admin-interface-D-iedgAS.js")
3816
+ component: () => import("./admin-interface-C5S42pkq.js")
3817
3817
  }
3818
3818
  ]
3819
3819
  }
@@ -1,4 +1,4 @@
1
- import { _ as n, f as m } from "./import-file-EI9a0fXk.js";
1
+ import { _ as n, f as m } from "./import-file--glS3bLV.js";
2
2
  import { u as p } from "./user-B_2kh6ic.js";
3
3
  import { resolveComponent as f, createElementBlock as d, openBlock as u, createElementVNode as o, createBlock as h, createCommentVNode as b } from "vue";
4
4
  const x = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opengis/admin",
3
- "version": "0.4.16",
3
+ "version": "0.4.18",
4
4
  "description": "This project Softpro Admin",
5
5
  "main": "dist/admin.js",
6
6
  "type": "module",
@@ -25,6 +25,7 @@
25
25
  "prod": "cross-env NODE_ENV=production npm run start",
26
26
  "debug": "node --watch-path=server server",
27
27
  "start": "node server",
28
+ "start-env": "node --env-file=.env server",
28
29
  "docs:i": "npm install --prefix ./docs",
29
30
  "docs:dev": "npm run --prefix ./docs docs:dev",
30
31
  "docs:build": "npm run --prefix ./docs docs:build",