@opengis/admin 0.2.69 → 0.2.70
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/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@opengis/admin",
|
3
|
-
"version": "0.2.
|
3
|
+
"version": "0.2.70",
|
4
4
|
"description": "This project Softpro Admin",
|
5
5
|
"main": "dist/admin.js",
|
6
6
|
"type": "module",
|
@@ -43,7 +43,7 @@
|
|
43
43
|
"@opengis/admin": "^0.1.69",
|
44
44
|
"@opengis/fastify-auth": "^1.0.60",
|
45
45
|
"@opengis/fastify-file": "^1.0.39",
|
46
|
-
"@opengis/fastify-table": "^1.1.
|
46
|
+
"@opengis/fastify-table": "^1.1.143",
|
47
47
|
"@opengis/v3-core": "^0.3.29",
|
48
48
|
"@opengis/v3-filter": "^0.0.41",
|
49
49
|
"@tabler/icons-vue": "^3.28.1",
|
@@ -61,6 +61,7 @@ export default async function tableFilter(req) {
|
|
61
61
|
Object.assign(el, { options });
|
62
62
|
}));
|
63
63
|
|
64
|
+
// percentile_cont - alternative
|
64
65
|
await Promise.all(filters.filter((el) => el.name && el.type === 'Range').map(async (el) => {
|
65
66
|
const data = await pg.queryCache(`select array[
|
66
67
|
min(${el.name}),
|