@opengis/admin 0.2.25 → 0.2.27
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/README.md +55 -40
- package/dist/{IconChevronDown-DWD-ZUMO.js → IconChevronDown-H8JooCxL.js} +1 -1
- package/dist/{add-page-B5IFNJgK.js → add-page-DXzuVNRB.js} +1 -1
- package/dist/{admin-interface-CRTbTN24.js → admin-interface-C2c1mmYC.js} +2 -2
- package/dist/{admin-view-Bp0vk_79.js → admin-view-CH5ugpkG.js} +2 -2
- package/dist/admin.js +1 -1
- package/dist/admin.umd.cjs +53 -53
- package/dist/{card-view-CGDSXOdD.js → card-view-CHd5AODz.js} +1 -1
- package/dist/{edit-page-GnYHkxZV.js → edit-page-Burzk1u4.js} +1 -1
- package/dist/{import-file-D71XlBSQ.js → import-file-BEg7UgB4.js} +7640 -7577
- package/module/settings/table/admin.routes.table.json +4 -4
- package/package.json +10 -3
- package/server/helpers/list/utils/button.js +5 -5
- package/server/routes/data/controllers/tableFilter.js +2 -2
- package/server/routes/data/controllers/utils/conditions.js +20 -20
package/README.md
CHANGED
@@ -1,34 +1,21 @@
|
|
1
|
-

|
1
|
+

|
2
2
|
|
3
|
-
[](https://www.npmjs.com/package/@opengis/admin)
|
4
|
-
[](https://www.npmjs.com/package/@opengis/admin)
|
4
|
+
[]()
|
5
|
+
[]()
|
6
|
+
[](http://standardjs.com/)
|
5
7
|
|
6
|
-
This package standardizes the entire website administration process. Built using the **
|
8
|
+
This package standardizes the entire website administration process. Built using the **Fastify** and **Vite** frameworks for reactive, component-driven development.
|
7
9
|
|
8
10
|
### Features
|
9
11
|
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
#### Style
|
18
|
-
Design based on Preline is clean and functional, emphasizing simplicity and practicality.
|
19
|
-
|
20
|
-
#### Info Cards
|
21
|
-
Info Cards can be customized with pre-built panel layouts or tabs as well as custom vue-components.
|
22
|
-
Handlebars templates are used for fast and efficient code writing, which significantly reduces clutter, allowing you to concentrate on data.
|
23
|
-
|
24
|
-
#### Geometry Visualization
|
25
|
-
Enables visualization and editing of geometric data, using interactive maps.
|
26
|
-
|
27
|
-
#### User Settings
|
28
|
-
Includes robust functionality for managing user settings, creating user groups, and defining roles with appropriate permissions.
|
29
|
-
|
30
|
-
#### Security
|
31
|
-
Ensures a high level of security, with features that protect user data and prevent unauthorized access.
|
12
|
+
- **Real-time Editing** - Simplifies and accelerates the development process.
|
13
|
+
- **Customization** - Enabling developers to add custom components, templates, and modules.
|
14
|
+
- **Database Management** - Provides tools to facilitate seamless management and interaction with PostgreSQL.
|
15
|
+
- **Base Theme** - A clean and practical design inspired by Preline.
|
16
|
+
- **Info Cards** - Easily created using pre-built layouts or custom Vue components.
|
17
|
+
- **Geometry Visualization** - Enables visualization and editing of geometric data, using geometry inputs.
|
18
|
+
- **User Settings** - Includes functionality for managing user settings, creating user groups, and defining roles with interface permissions.
|
32
19
|
|
33
20
|
---
|
34
21
|
|
@@ -38,37 +25,65 @@ Ensures a high level of security, with features that protect user data and preve
|
|
38
25
|
npm i @opengis/admin
|
39
26
|
```
|
40
27
|
|
41
|
-
### Publish
|
42
|
-
|
43
|
-
```bash
|
44
|
-
npm run build
|
45
|
-
npm publish
|
46
|
-
```
|
47
|
-
|
48
28
|
### Usage
|
49
29
|
|
50
30
|
```js
|
51
31
|
fastify.register(import('@opengis/admin'), config);
|
52
32
|
```
|
33
|
+
|
53
34
|
---
|
54
35
|
|
55
|
-
###
|
36
|
+
### Documentation
|
56
37
|
|
57
38
|
For a detailed understanding of `admin`, its features, and how to use them, refer to our [Documentation](https://apidocs.softpro.ua/admin/).
|
58
39
|
|
40
|
+
---
|
41
|
+
|
42
|
+
### Technology stack
|
43
|
+
|
44
|
+
<a href="https://fastify.dev/" target="_blank">
|
45
|
+
<img src="https://img.shields.io/badge/Fastify-323330?style=for-the-badge&logo=fastify" /></a>
|
46
|
+
|
47
|
+
<a href="https://vuejs.org/" target="_blank">
|
48
|
+
<img src="https://img.shields.io/badge/Vue%20js-323330?style=for-the-badge&logo=vuedotjs&logoColor=4FC08D" /></a>
|
49
|
+
|
50
|
+
<a href="https://vite.dev/" target="_blank">
|
51
|
+
<img src="https://img.shields.io/badge/Vite-323330?style=for-the-badge&logo=vite" /></a>
|
52
|
+
|
53
|
+
<a href="https://tiptap.dev/" target="_blank">
|
54
|
+
<img src="https://img.shields.io/badge/TipTap-323330?style=for-the-badge&logo=tiptap&logoColor=4FC08D" /></a>
|
55
|
+
|
56
|
+
<a href="https://www.postgresql.org/" target="_blank">
|
57
|
+
<img src="https://img.shields.io/badge/PostgreSQL-323330?style=for-the-badge&logo=postgresql&logoColor=white" /></a>
|
59
58
|
|
60
|
-
|
59
|
+
<a href="https://maplibre.org/" target="_blank">
|
60
|
+
<img src="https://img.shields.io/badge/Maplibre-323330?style=for-the-badge&logo=maplibre&logoColor=87b2f0" /></a>
|
61
61
|
|
62
|
-
|
62
|
+
<a href="https://handlebarsjs.com/" target="_blank">
|
63
|
+
<img src="https://img.shields.io/badge/Handlebars%20js-323330?style=for-the-badge&logo=handlebarsdotjs&logoColor=f0772b" /></a>
|
64
|
+
|
65
|
+
<a href="https://redis.io/" target="_blank">
|
66
|
+
<img src="https://img.shields.io/badge/redis-323330.svg?&style=for-the-badge&logo=redis&logoColor=%23DD0031" /></a>
|
63
67
|
|
64
68
|
---
|
65
69
|
|
66
|
-
###
|
70
|
+
### Contribute
|
71
|
+
|
72
|
+
Feel free to contact us through our website [SOFTPRO.UA](https://softpro.ua) or email info@softpro.ua
|
73
|
+
|
74
|
+
- Report bugs
|
75
|
+
- Share your ideas
|
76
|
+
- Ask questions
|
67
77
|
|
68
|
-
|
78
|
+
|
79
|
+
### Follow Us
|
80
|
+
|
81
|
+
<p>
|
82
|
+
<a href="https://www.instagram.com/gissoftpro/" target="_blank"><img src="https://cdn.softpro.ua/data/npm/instagram.png" alt="Softpro Instagram" title="oftpro Instagram"></a>
|
83
|
+
<a href="https://www.facebook.com/gissoftpro" target="_blank"><img src="https://cdn.softpro.ua/data/npm/facebook.png" alt="Softpro Facebook" title="Softpro Facebook"></a>
|
84
|
+
<a href="https://t.me/softprogis" target="_blank"><img src="https://cdn.softpro.ua/data/npm/telegram.png" alt="Softpro Telegram" title="Softpro Telegram"></a>
|
85
|
+
</p>
|
69
86
|
|
70
87
|
### License
|
71
88
|
|
72
89
|
Copyright © SOFTPRO. All rights reserved.
|
73
|
-
|
74
|
-
[SOFTPRO](https://softpro.ua)
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { openBlock as e, createElementBlock as t, createElementVNode as n } from "vue";
|
2
|
-
import { _ as r } from "./import-file-
|
2
|
+
import { _ as r } from "./import-file-BEg7UgB4.js";
|
3
3
|
const l = {}, s = {
|
4
4
|
xmlns: "http://www.w3.org/2000/svg",
|
5
5
|
viewBox: "0 0 24 24",
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { _ as g, u as f, c as u } from "./import-file-
|
1
|
+
import { _ as g, u as f, c as u } from "./import-file-BEg7UgB4.js";
|
2
2
|
import { resolveComponent as x, openBlock as d, createElementBlock as w, createElementVNode as n, createBlock as k, createCommentVNode as y } from "vue";
|
3
3
|
const v = {
|
4
4
|
data() {
|
@@ -1,6 +1,6 @@
|
|
1
|
-
import { _ as w, d as Ve, e as De, f as Fe, c as F, V as je, g as Me, h as qe, i as Le, A as Pe, I as ze, u as ye, s as Be } from "./import-file-
|
1
|
+
import { _ as w, d as Ve, e as De, f as Fe, c as F, V as je, g as Me, h as qe, i as Le, A as Pe, I as ze, u as ye, s as Be } from "./import-file-BEg7UgB4.js";
|
2
2
|
import { openBlock as o, createElementBlock as a, createTextVNode as j, toDisplayString as I, createCommentVNode as k, resolveComponent as p, Fragment as T, createElementVNode as l, createVNode as x, withCtx as $, createBlock as _, renderList as D, withModifiers as Ue, normalizeClass as V, createStaticVNode as ke, withDirectives as P, vModelCheckbox as Oe, resolveDynamicComponent as L, Transition as z, renderSlot as Ee, vShow as we, getCurrentInstance as Ne, ref as _e, normalizeStyle as ve } from "vue";
|
3
|
-
import { I as He } from "./IconChevronDown-
|
3
|
+
import { I as He } from "./IconChevronDown-H8JooCxL.js";
|
4
4
|
const Re = {
|
5
5
|
data() {
|
6
6
|
return {
|
@@ -1,6 +1,6 @@
|
|
1
|
-
import { _, I as F, u as D, s as T, a as R, b as q, c as z } from "./import-file-
|
1
|
+
import { _, I as F, u as D, s as T, a as R, b as q, c as z } from "./import-file-BEg7UgB4.js";
|
2
2
|
import { openBlock as l, createElementBlock as c, createElementVNode as s, createStaticVNode as G, resolveComponent as p, normalizeClass as I, createTextVNode as B, toDisplayString as U, createVNode as u, Transition as J, withCtx as A, withDirectives as K, Fragment as Z, renderList as Q, vShow as P, createCommentVNode as E, withModifiers as W, createBlock as X, resolveDynamicComponent as Y } from "vue";
|
3
|
-
import { I as e1 } from "./IconChevronDown-
|
3
|
+
import { I as e1 } from "./IconChevronDown-H8JooCxL.js";
|
4
4
|
const t1 = {}, o1 = {
|
5
5
|
xmlns: "http://www.w3.org/2000/svg",
|
6
6
|
viewBox: "0 0 24 24",
|
package/dist/admin.js
CHANGED