@opengis/admin 0.4.28 → 0.4.29
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-I0a2Em4e.js → add-page-VsKeXogR.js} +4 -4
- package/dist/{admin-interface-BtAa6qRO.js → admin-interface-CRxPKyYw.js} +19 -22
- package/dist/{admin-view-Cr5pLEZX.js → admin-view-ulbtCtj1.js} +17 -22
- package/dist/admin.js +1 -1
- package/dist/admin.umd.cjs +59 -59
- package/dist/{card-view-DMp7peMH.js → card-view-DibuO4qO.js} +3 -3
- package/dist/{edit-page-B7SrkmWK.js → edit-page-DTvgV6IT.js} +8 -8
- package/dist/{import-file-CMP-e6v7.js → import-file-BCkV-vfK.js} +11191 -11247
- package/dist/{profile-page-BrFxTbF5.js → profile-page-pFO4XMgi.js} +2 -2
- package/dist/style.css +1 -1
- package/package.json +82 -82
- package/server/helpers/list/utils/button.js +5 -5
package/package.json
CHANGED
@@ -1,82 +1,82 @@
|
|
1
|
-
{
|
2
|
-
"name": "@opengis/admin",
|
3
|
-
"version": "0.4.
|
4
|
-
"description": "This project Softpro Admin",
|
5
|
-
"main": "dist/admin.js",
|
6
|
-
"type": "module",
|
7
|
-
"directories": {
|
8
|
-
"test": "test"
|
9
|
-
},
|
10
|
-
"files": [
|
11
|
-
"dist/*",
|
12
|
-
"module/*",
|
13
|
-
"server/*",
|
14
|
-
"plugin.js",
|
15
|
-
"utils.js",
|
16
|
-
"config.js"
|
17
|
-
],
|
18
|
-
"scripts": {
|
19
|
-
"patch": "npm run build && npm version patch && git push && npm publish",
|
20
|
-
"prepublishOnly": "npm run build",
|
21
|
-
"test": "node --test",
|
22
|
-
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
23
|
-
"build": "vite build",
|
24
|
-
"build-app": "cross-env APP=true vite build",
|
25
|
-
"admin": "cross-env NODE_ENV=admin npm run start",
|
26
|
-
"prod": "cross-env NODE_ENV=production npm run start",
|
27
|
-
"debug": "node --watch-path=server server",
|
28
|
-
"start": "node server",
|
29
|
-
"start-env": "node --env-file=.env server",
|
30
|
-
"docs:i": "npm install --prefix ./docs",
|
31
|
-
"docs:dev": "npm run --prefix ./docs docs:dev",
|
32
|
-
"docs:build": "npm run --prefix ./docs docs:build",
|
33
|
-
"docs:preview": "npm run --prefix ./docs docs:preview"
|
34
|
-
},
|
35
|
-
"keywords": [
|
36
|
-
"admin",
|
37
|
-
"database",
|
38
|
-
"fastify",
|
39
|
-
"vue",
|
40
|
-
"vite",
|
41
|
-
"opengis"
|
42
|
-
],
|
43
|
-
"author": "Softpro",
|
44
|
-
"license": "ISC",
|
45
|
-
"dependencies": {
|
46
|
-
"@fancyapps/ui": "^5.0.36",
|
47
|
-
"@fullcalendar/core": "^6.1.15",
|
48
|
-
"@fullcalendar/daygrid": "^6.1.15",
|
49
|
-
"@fullcalendar/interaction": "^6.1.15",
|
50
|
-
"@fullcalendar/list": "^6.1.15",
|
51
|
-
"@fullcalendar/timegrid": "^6.1.15",
|
52
|
-
"@fullcalendar/vue3": "^6.1.15",
|
53
|
-
"@opengis/v3-core": "^0.3.213",
|
54
|
-
"@opengis/v3-filter": "0.1.30",
|
55
|
-
"@turf/turf": "^7.1.0",
|
56
|
-
"@vitejs/plugin-vue": "^5.0.4",
|
57
|
-
"@vueuse/core": "^13.0.0",
|
58
|
-
"close-with-grace": "^1.3.0",
|
59
|
-
"cross-env": "^7.0.3",
|
60
|
-
"date-fns": "^4.1.0",
|
61
|
-
"maplibre-gl": "^4.7.0",
|
62
|
-
"markdown-it": "14.1.0",
|
63
|
-
"moment": "^2.30.1",
|
64
|
-
"nodemailer": "^6.5.0",
|
65
|
-
"qrcode": "^1.5.4",
|
66
|
-
"vite": "^5.1.4",
|
67
|
-
"vue": "^3.4.21",
|
68
|
-
"vue-router": "^4.3.0",
|
69
|
-
"vuedraggable": "^4.1.0"
|
70
|
-
},
|
71
|
-
"devDependencies": {
|
72
|
-
"@opengis/fastify-auth": "1.1.x",
|
73
|
-
"@opengis/fastify-table": "1.4.x",
|
74
|
-
"@opengis/table-builder": "^1.1.1",
|
75
|
-
"@vue/eslint-config-typescript": "^12.0.0",
|
76
|
-
"eslint": "^8.49.0",
|
77
|
-
"eslint-config-airbnb": "^19.0.4",
|
78
|
-
"eslint-plugin-import": "^2.25.3",
|
79
|
-
"eslint-plugin-vue": "^9.17.0",
|
80
|
-
"sass-embedded": "1.89.2"
|
81
|
-
}
|
82
|
-
}
|
1
|
+
{
|
2
|
+
"name": "@opengis/admin",
|
3
|
+
"version": "0.4.29",
|
4
|
+
"description": "This project Softpro Admin",
|
5
|
+
"main": "dist/admin.js",
|
6
|
+
"type": "module",
|
7
|
+
"directories": {
|
8
|
+
"test": "test"
|
9
|
+
},
|
10
|
+
"files": [
|
11
|
+
"dist/*",
|
12
|
+
"module/*",
|
13
|
+
"server/*",
|
14
|
+
"plugin.js",
|
15
|
+
"utils.js",
|
16
|
+
"config.js"
|
17
|
+
],
|
18
|
+
"scripts": {
|
19
|
+
"patch": "npm run build && npm version patch && git push && npm publish",
|
20
|
+
"prepublishOnly": "npm run build",
|
21
|
+
"test": "node --test",
|
22
|
+
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
23
|
+
"build": "vite build",
|
24
|
+
"build-app": "cross-env APP=true vite build",
|
25
|
+
"admin": "cross-env NODE_ENV=admin npm run start",
|
26
|
+
"prod": "cross-env NODE_ENV=production npm run start",
|
27
|
+
"debug": "node --watch-path=server server",
|
28
|
+
"start": "node server",
|
29
|
+
"start-env": "node --env-file=.env server",
|
30
|
+
"docs:i": "npm install --prefix ./docs",
|
31
|
+
"docs:dev": "npm run --prefix ./docs docs:dev",
|
32
|
+
"docs:build": "npm run --prefix ./docs docs:build",
|
33
|
+
"docs:preview": "npm run --prefix ./docs docs:preview"
|
34
|
+
},
|
35
|
+
"keywords": [
|
36
|
+
"admin",
|
37
|
+
"database",
|
38
|
+
"fastify",
|
39
|
+
"vue",
|
40
|
+
"vite",
|
41
|
+
"opengis"
|
42
|
+
],
|
43
|
+
"author": "Softpro",
|
44
|
+
"license": "ISC",
|
45
|
+
"dependencies": {
|
46
|
+
"@fancyapps/ui": "^5.0.36",
|
47
|
+
"@fullcalendar/core": "^6.1.15",
|
48
|
+
"@fullcalendar/daygrid": "^6.1.15",
|
49
|
+
"@fullcalendar/interaction": "^6.1.15",
|
50
|
+
"@fullcalendar/list": "^6.1.15",
|
51
|
+
"@fullcalendar/timegrid": "^6.1.15",
|
52
|
+
"@fullcalendar/vue3": "^6.1.15",
|
53
|
+
"@opengis/v3-core": "^0.3.213",
|
54
|
+
"@opengis/v3-filter": "0.1.30",
|
55
|
+
"@turf/turf": "^7.1.0",
|
56
|
+
"@vitejs/plugin-vue": "^5.0.4",
|
57
|
+
"@vueuse/core": "^13.0.0",
|
58
|
+
"close-with-grace": "^1.3.0",
|
59
|
+
"cross-env": "^7.0.3",
|
60
|
+
"date-fns": "^4.1.0",
|
61
|
+
"maplibre-gl": "^4.7.0",
|
62
|
+
"markdown-it": "14.1.0",
|
63
|
+
"moment": "^2.30.1",
|
64
|
+
"nodemailer": "^6.5.0",
|
65
|
+
"qrcode": "^1.5.4",
|
66
|
+
"vite": "^5.1.4",
|
67
|
+
"vue": "^3.4.21",
|
68
|
+
"vue-router": "^4.3.0",
|
69
|
+
"vuedraggable": "^4.1.0"
|
70
|
+
},
|
71
|
+
"devDependencies": {
|
72
|
+
"@opengis/fastify-auth": "1.1.x",
|
73
|
+
"@opengis/fastify-table": "1.4.x",
|
74
|
+
"@opengis/table-builder": "^1.1.1",
|
75
|
+
"@vue/eslint-config-typescript": "^12.0.0",
|
76
|
+
"eslint": "^8.49.0",
|
77
|
+
"eslint-config-airbnb": "^19.0.4",
|
78
|
+
"eslint-plugin-import": "^2.25.3",
|
79
|
+
"eslint-plugin-vue": "^9.17.0",
|
80
|
+
"sass-embedded": "1.89.2"
|
81
|
+
}
|
82
|
+
}
|
@@ -1,6 +1,6 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
export default function button(token, title) {
|
4
|
-
return `<button onclick="window.v3plugin.$form({ token: '${token}' })"
|
5
|
-
class="inline-flex items-center px-2 py-1 text-sm font-medium text-white duration-300 bg-blue-600 border border-transparent rounded-lg gap-x-2 hover:bg-blue-700 hover:text-white">${title || 'Додати'}</button>`;
|
1
|
+
|
2
|
+
|
3
|
+
export default function button(token, title) {
|
4
|
+
return `<button onclick="window.v3plugin.$form({ token: '${token}' })"
|
5
|
+
class="inline-flex items-center px-2 py-1 text-sm font-medium text-white duration-300 bg-blue-600 border border-transparent rounded-lg gap-x-2 hover:bg-blue-700 hover:text-white">${title || 'Додати'}</button>`;
|
6
6
|
}
|