@opengis/admin 0.3.98 → 0.3.100
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-BiwdRL1y.js → add-page-7j579HLF.js} +1 -1
- package/dist/{admin-interface-BpstmBbN.js → admin-interface-BPef1KHJ.js} +679 -651
- package/dist/{admin-view-7je9xiTw.js → admin-view-W-KKiIQY.js} +1 -1
- package/dist/admin.js +1 -1
- package/dist/admin.umd.cjs +4 -4
- package/dist/{card-view-RBJgs7wN.js → card-view-CkhEXNXF.js} +1 -1
- package/dist/{edit-page-O6KsnQ3e.js → edit-page-CUsgXzyD.js} +1 -1
- package/dist/{import-file-DvLlvFFU.js → import-file-Bvc2ojbj.js} +7 -7
- package/dist/{profile-page-B9wBtg25.js → profile-page-C3PMZ2qw.js} +1 -1
- package/package.json +1 -1
- package/server/helpers/list/tableList.js +2 -2
@@ -1,4 +1,4 @@
|
|
1
|
-
import { _ as $, s as k, u as V, g as d } from "./import-file-
|
1
|
+
import { _ as $, s as k, u as V, g as d } from "./import-file-Bvc2ojbj.js";
|
2
2
|
import { resolveComponent as j, openBlock as p, createElementBlock as g, createElementVNode as m, normalizeClass as b, createCommentVNode as x, normalizeStyle as y, createBlock as E } from "vue";
|
3
3
|
const O = {
|
4
4
|
data() {
|
@@ -3696,27 +3696,27 @@ const q4 = [
|
|
3696
3696
|
{
|
3697
3697
|
name: "edit",
|
3698
3698
|
path: "/edit",
|
3699
|
-
component: () => import("./edit-page-
|
3699
|
+
component: () => import("./edit-page-CUsgXzyD.js")
|
3700
3700
|
},
|
3701
3701
|
{
|
3702
3702
|
name: "add",
|
3703
3703
|
path: "/add",
|
3704
|
-
component: () => import("./add-page-
|
3704
|
+
component: () => import("./add-page-7j579HLF.js")
|
3705
3705
|
},
|
3706
3706
|
{
|
3707
3707
|
path: "/profile",
|
3708
3708
|
name: "profile",
|
3709
|
-
component: () => import("./profile-page-
|
3709
|
+
component: () => import("./profile-page-C3PMZ2qw.js")
|
3710
3710
|
},
|
3711
3711
|
{
|
3712
3712
|
name: "card-view",
|
3713
3713
|
path: "/card",
|
3714
|
-
component: () => import("./card-view-
|
3714
|
+
component: () => import("./card-view-CkhEXNXF.js"),
|
3715
3715
|
children: [
|
3716
3716
|
{
|
3717
3717
|
name: "table",
|
3718
3718
|
path: ":table",
|
3719
|
-
component: () => import("./card-view-
|
3719
|
+
component: () => import("./card-view-CkhEXNXF.js"),
|
3720
3720
|
children: [
|
3721
3721
|
{
|
3722
3722
|
name: "card",
|
@@ -3777,14 +3777,14 @@ const K4 = /* @__PURE__ */ ft(G4, [["render", X4]]), J4 = (t) => {
|
|
3777
3777
|
{
|
3778
3778
|
path: "/",
|
3779
3779
|
name: "home",
|
3780
|
-
component: () => import("./admin-view-
|
3780
|
+
component: () => import("./admin-view-W-KKiIQY.js"),
|
3781
3781
|
children: [
|
3782
3782
|
...t,
|
3783
3783
|
...e,
|
3784
3784
|
// { path: '/', redirect: '/home' },
|
3785
3785
|
{
|
3786
3786
|
path: "/:catchAll(.*)",
|
3787
|
-
component: () => import("./admin-interface-
|
3787
|
+
component: () => import("./admin-interface-BPef1KHJ.js")
|
3788
3788
|
}
|
3789
3789
|
]
|
3790
3790
|
}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { _ as n, g as m } from "./import-file-
|
1
|
+
import { _ as n, g as m } from "./import-file-Bvc2ojbj.js";
|
2
2
|
import { u as p } from "./user-B_2kh6ic.js";
|
3
3
|
import { resolveComponent as d, openBlock as u, createElementBlock as f, createElementVNode as o, createBlock as h, createCommentVNode as b } from "vue";
|
4
4
|
const x = {
|
package/package.json
CHANGED
@@ -4,7 +4,7 @@ import buttonEdit from './utils/buttonEdit.js';
|
|
4
4
|
import buttonDel from './utils/buttonDel.js';
|
5
5
|
|
6
6
|
function format(d, key, data, hash) {
|
7
|
-
if (!key?.includes) return ''
|
7
|
+
if (!key?.includes) return '';
|
8
8
|
if (d === true) return 'Так';
|
9
9
|
if (d === false) return 'Ні';
|
10
10
|
if (key === 'actions') {
|
@@ -19,7 +19,7 @@ function format(d, key, data, hash) {
|
|
19
19
|
return d;
|
20
20
|
}
|
21
21
|
export default async function tableList(data, opt) {
|
22
|
-
|
22
|
+
|
23
23
|
const { hash } = opt;
|
24
24
|
// no data
|
25
25
|
// const time = Date.now();
|