@opengis/gis 0.1.79 → 0.1.81

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.
@@ -2,8 +2,16 @@
2
2
  "key": "register_id",
3
3
  "table": "gis.registers",
4
4
  "public": true,
5
- "actions": ["add", "edit", "del"],
6
- "controls": ["search", "list", "add"],
5
+ "actions": [
6
+ "add",
7
+ "edit",
8
+ "del"
9
+ ],
10
+ "controls": [
11
+ "search",
12
+ "list",
13
+ "add"
14
+ ],
7
15
  "access": "user",
8
16
  "order": "created_at desc",
9
17
  "meta": {
@@ -17,6 +25,7 @@
17
25
  "ua": "Назва",
18
26
  "meta": "title",
19
27
  "name": "name",
28
+ "link": "/registry/{id}",
20
29
  "format": "text"
21
30
  },
22
31
  {
@@ -69,4 +78,4 @@
69
78
  "type": "Text"
70
79
  }
71
80
  ]
72
- }
81
+ }
@@ -2,8 +2,16 @@
2
2
  "key": "service_id",
3
3
  "table": "gis.services",
4
4
  "public": true,
5
- "actions": ["add", "edit", "del"],
6
- "controls": ["search", "list", "add"],
5
+ "actions": [
6
+ "add",
7
+ "edit",
8
+ "del"
9
+ ],
10
+ "controls": [
11
+ "search",
12
+ "list",
13
+ "add"
14
+ ],
7
15
  "access": "user",
8
16
  "order": "created_by desc",
9
17
  "meta": {
@@ -18,6 +26,7 @@
18
26
  "ua": "Назва",
19
27
  "meta": "title",
20
28
  "name": "name",
29
+ "link": "/service/{id}",
21
30
  "format": "text"
22
31
  },
23
32
  {
@@ -63,36 +72,11 @@
63
72
  }
64
73
  ],
65
74
  "filterList": [
66
- {
67
- "ua": "Назва",
68
- "name": "name",
69
- "type": "Text"
70
- },
71
- {
72
- "ua": "Опис",
73
- "name": "description",
74
- "type": "Text"
75
- },
76
- {
77
- "ua": "Ключові слова",
78
- "name": "keywords",
79
- "type": "Text"
80
- },
81
- {
82
- "ua": "Табличка в БД",
83
- "name": "source_path",
84
- "type": "Text"
85
- },
86
75
  {
87
76
  "ua": "Тип набору",
88
77
  "name": "service_type",
89
78
  "data": "service_type",
90
79
  "type": "Check"
91
- },
92
- {
93
- "ua": "Держатель",
94
- "name": "holder",
95
- "type": "Text"
96
80
  }
97
81
  ]
98
- }
82
+ }
@@ -1,32 +1,32 @@
1
- [
2
- {
3
- "id": "1",
4
- "text": "Діючий",
5
- "color": "#1ab394"
6
- },
7
- {
8
- "id": "2",
9
- "text": "Зупинений",
10
- "color": "#ed82c8"
11
- },
12
- {
13
- "id": "3",
14
- "text": "Скасований",
15
- "color": "#4a4a4a"
16
- },
17
- {
18
- "id": "5",
19
- "text": "Проектний",
20
- "color": "#6495ed"
21
- },
22
- {
23
- "id": "7",
24
- "text": "Очікує розгляду",
25
- "color": "#92b8ef"
26
- },
27
- {
28
- "id": "10",
29
- "text": "Архівний",
30
- "color": "#d48428"
31
- }
1
+ [
2
+ {
3
+ "id": "1",
4
+ "text": "Діючий",
5
+ "color": "#1ab394"
6
+ },
7
+ {
8
+ "id": "2",
9
+ "text": "Зупинений",
10
+ "color": "#ed82c8"
11
+ },
12
+ {
13
+ "id": "3",
14
+ "text": "Скасований",
15
+ "color": "#4a4a4a"
16
+ },
17
+ {
18
+ "id": "5",
19
+ "text": "Проектний",
20
+ "color": "#6495ed"
21
+ },
22
+ {
23
+ "id": "7",
24
+ "text": "Очікує розгляду",
25
+ "color": "#92b8ef"
26
+ },
27
+ {
28
+ "id": "10",
29
+ "text": "Архівний",
30
+ "color": "#d48428"
31
+ }
32
32
  ]
@@ -1 +1 @@
1
- select uid, coalesce(coalesce(sur_name,'')||coalesce(' '||user_name,'') ||coalesce(' '||father_name,''),login) as text from admin.users
1
+ select uid, coalesce(coalesce(sur_name,'')||coalesce(' '||user_name,'') ||coalesce(' '||father_name,''),login) as text from admin.users
package/package.json CHANGED
@@ -1,61 +1,59 @@
1
- {
2
- "name": "@opengis/gis",
3
- "version": "0.1.79",
4
- "type": "module",
5
- "author": "Softpro",
6
- "main": "./dist/index.js",
7
- "files": [
8
- "dist/*",
9
- "module/*",
10
- "server/*",
11
- "plugin.js",
12
- "utils.js",
13
- "config.js",
14
- "README.md",
15
- "LICENSE"
16
- ],
17
- "scripts": {
18
- "patch": "npm version patch && git push && npm publish",
19
- "dev": "node server",
20
- "front": "vite dev",
21
- "build-lib": "vite build",
22
- "build:admin": "vite build admin",
23
- "build": "vite build",
24
- "preview": "vite preview",
25
- "prod": "NODE_ENV=production node server",
26
- "docs:install": "npm install --prefix ./docs",
27
- "docs:dev": "npm run --prefix ./docs docs:dev",
28
- "docs:build": "npm run --prefix ./docs docs:build",
29
- "docs:preview": "npm run --prefix ./docs docs:preview",
30
- "prepublishOnly": "npm run build"
31
- },
32
- "dependencies": {
33
- "@mapbox/sphericalmercator": "1.2.0",
34
- "carto": "0.16.3",
35
- "yaml": "2.8.1",
36
- "@opengis/form": "^0.0.28"
37
- },
38
- "peerDependencies": {
39
- "@opengis/fastify-table": "^1.5.4"
40
- },
41
- "devDependencies": {
42
- "@opengis/core": "^0.0.23",
43
- "@opengis/fastify-auth": "^1.1.22",
44
- "@opengis/fastify-table": "^1.5.4",
45
- "@opengis/filter": "^0.1.7",
46
- "@vitejs/plugin-vue": "^5.2.3",
47
- "axios": "^1.11.0",
48
- "eslint": "8.49.0",
49
- "eslint-config-airbnb": "19.0.4",
50
- "lucide-vue-next": "^0.514.0",
51
- "sass-embedded": "1.86.3",
52
- "vite": "^6.3.5",
53
- "vitest": "^3.2.4",
54
- "vue": "^3.5.13",
55
- "vue-router": "4.5.1",
56
- "vuedraggable": "^4.1.0",
57
- "yaml": "^2.8.1",
58
- "typescript": "^5.9.2",
59
- "@opengis/table": "^0.0.27"
60
- }
61
- }
1
+ {
2
+ "name": "@opengis/gis",
3
+ "version": "0.1.81",
4
+ "type": "module",
5
+ "author": "Softpro",
6
+ "main": "./dist/index.js",
7
+ "files": [
8
+ "dist/*",
9
+ "module/*",
10
+ "server/*",
11
+ "plugin.js",
12
+ "utils.js",
13
+ "config.js",
14
+ "README.md",
15
+ "LICENSE"
16
+ ],
17
+ "scripts": {
18
+ "patch": "npm version patch && git push && npm publish",
19
+ "dev": "node server",
20
+ "front": "vite dev",
21
+ "build-lib": "vite build",
22
+ "build:admin": "vite build admin",
23
+ "build": "vite build",
24
+ "preview": "vite preview",
25
+ "prod": "NODE_ENV=production node server",
26
+ "docs:install": "npm install --prefix ./docs",
27
+ "docs:dev": "npm run --prefix ./docs docs:dev",
28
+ "docs:build": "npm run --prefix ./docs docs:build",
29
+ "docs:preview": "npm run --prefix ./docs docs:preview",
30
+ "prepublishOnly": "npm run build"
31
+ },
32
+ "dependencies": {
33
+ "@mapbox/sphericalmercator": "1.2.0",
34
+ "carto": "0.16.3"
35
+ },
36
+ "peerDependencies": {
37
+ "@opengis/fastify-table": "^1.5.4"
38
+ },
39
+ "devDependencies": {
40
+ "yaml": "2.8.1",
41
+ "@opengis/form": "^0.0.28",
42
+ "@opengis/core": "^0.0.23",
43
+ "@opengis/fastify-auth": "^1.1.22",
44
+ "@opengis/fastify-table": "^1.5.4",
45
+ "@opengis/filter": "^0.1.7",
46
+ "@vitejs/plugin-vue": "^5.2.3",
47
+ "axios": "^1.11.0",
48
+ "eslint": "8.49.0",
49
+ "eslint-config-airbnb": "19.0.4",
50
+ "lucide-vue-next": "^0.514.0",
51
+ "sass-embedded": "1.86.3",
52
+ "vite": "^6.3.5",
53
+ "vue": "^3.5.13",
54
+ "vue-router": "4.5.1",
55
+ "vuedraggable": "^4.1.0",
56
+ "typescript": "^5.9.2",
57
+ "@opengis/table": "^0.0.27"
58
+ }
59
+ }