@opengis/admin 0.2.15 → 0.2.17
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 +15 -22
- package/dist/{IconChevronDown-CCFU0VYY.js → IconChevronDown-CsgyOoqU.js} +1 -1
- package/dist/{add-page-BJjxSpQq.js → add-page-C5AgHsnk.js} +1 -1
- package/dist/{admin-interface-BZtFX1K3.js → admin-interface-DSkCwmRy.js} +2 -2
- package/dist/{admin-view-CjZy5xIT.js → admin-view-BMp8xInC.js} +2 -2
- package/dist/admin.js +1 -1
- package/dist/admin.umd.cjs +46 -46
- package/dist/{card-view-vEDXlW94.js → card-view-8uud-DiS.js} +1 -1
- package/dist/{edit-page-bJL28gOt.js → edit-page-CNAFAZVZ.js} +1 -1
- package/dist/{import-file-DBvxdU6_.js → import-file-DGa39fkZ.js} +1013 -1012
- package/package.json +1 -1
- package/server/routes/notifications/funcs/utils/sendEmail.js +3 -2
package/README.md
CHANGED
@@ -3,29 +3,22 @@
|
|
3
3
|
[](https://www.npmjs.com/package/@opengis/admin)
|
4
4
|
[](http://standardjs.com/)
|
5
5
|
|
6
|
-
|
6
|
+
This package standardizes the entire website administration process. Built using the Vue.js framework for reactive, component-driven development.
|
7
7
|
|
8
|
-
###
|
9
|
-
|
10
|
-
|
11
|
-
### Clean Design
|
12
|
-
Features a modern, minimalistic design for an intuitive and pleasant user experience.
|
13
|
-
Integrates the Tailwind library for enhanced UI components and elements.
|
14
|
-
|
15
|
-
### Endless Customization
|
16
|
-
Offers limitless customization options, allowing developes to tailor the design and functionality to their needs.
|
17
|
-
|
18
|
-
### Custom Components
|
19
|
-
Includes a variety of custom-built components to meet specific requirements and enhance the UI/UX.
|
8
|
+
### Customizable
|
9
|
+
Offers limitless customization options, allowing developers to create their own components and add them to their projects with convenient import system.
|
20
10
|
|
21
11
|
### Database Management
|
22
|
-
Provides tools and features to facilitate seamless management and interaction with
|
23
|
-
|
24
|
-
### Tables, Forms, CLS
|
25
|
-
Supports dynamic tables, customizable forms, and a CLS (class-based styling) system for database management.
|
12
|
+
Provides tools and features to facilitate seamless management and interaction with PostgreSQL.
|
13
|
+
Supports dynamic tables, customizable forms, and a CLS (class-based styling) system for easy database management.
|
26
14
|
|
27
15
|
### Info Cards
|
28
|
-
|
16
|
+
Info Card can be customized with pre-built panel layouts or tabs as well as custom vue-components.
|
17
|
+
Handlebars is used for fast and efficient writing, which significantly reduces code clutter, allowing you to concentrate on data.
|
18
|
+
|
19
|
+
### Clean Design
|
20
|
+
Features a modern, minimalistic design for an intuitive and pleasant user experience.
|
21
|
+
Integrates the Tailwind library for enhanced UI components and elements.
|
29
22
|
|
30
23
|
### Geometry Visualization
|
31
24
|
Enables visualization of geometric data, using interactive maps.
|
@@ -33,7 +26,7 @@ Enables visualization of geometric data, using interactive maps.
|
|
33
26
|
### User Settings
|
34
27
|
Includes robust functionality for managing user settings, creating user groups, and defining roles with appropriate permissions.
|
35
28
|
|
36
|
-
###
|
29
|
+
### Security
|
37
30
|
Ensures a high level of security, with features that protect user data and prevent unauthorized access.
|
38
31
|
|
39
32
|
## Install
|
@@ -57,12 +50,12 @@ fastify.register(import('@opengis/admin'), config);
|
|
57
50
|
|
58
51
|
## Documenation
|
59
52
|
|
60
|
-
For a detailed understanding of `admin`, its features, and how to use them, refer to our [Documentation](https://apidocs.softpro.ua/
|
53
|
+
For a detailed understanding of `admin`, its features, and how to use them, refer to our [Documentation](https://apidocs.softpro.ua/admin/).
|
61
54
|
|
62
55
|
|
63
56
|
## Keywords
|
64
57
|
|
65
|
-
admin, vue, database
|
58
|
+
admin, administration, vue, database management
|
66
59
|
|
67
60
|
## Contacts
|
68
61
|
|
@@ -70,6 +63,6 @@ Softpro
|
|
70
63
|
|
71
64
|
## License
|
72
65
|
|
73
|
-
Copyright © SOFTPRO.
|
66
|
+
Copyright © SOFTPRO. All rights reserved.
|
74
67
|
|
75
68
|
[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-DGa39fkZ.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-DGa39fkZ.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 v, d as Ve, c as F, V as De, e as Fe, f as je, g as Me, A as qe, I as ze, u as _e, s as Le } from "./import-file-
|
1
|
+
import { _ as v, d as Ve, c as F, V as De, e as Fe, f as je, g as Me, A as qe, I as ze, u as _e, s as Le } from "./import-file-DGa39fkZ.js";
|
2
2
|
import { openBlock as o, createElementBlock as a, createTextVNode as j, toDisplayString as I, createCommentVNode as w, createStaticVNode as L, Fragment as S, createElementVNode as l, resolveComponent as h, createVNode as x, withCtx as $, createBlock as _, renderList as D, withModifiers as Pe, normalizeClass as V, withDirectives as P, vModelCheckbox as Be, resolveDynamicComponent as z, Transition as B, renderSlot as Ue, vShow as we, getCurrentInstance as Oe, ref as ve, normalizeStyle as ke } from "vue";
|
3
|
-
import { I as Ee } from "./IconChevronDown-
|
3
|
+
import { I as Ee } from "./IconChevronDown-CsgyOoqU.js";
|
4
4
|
const Ne = {
|
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-DGa39fkZ.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-CsgyOoqU.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