nestjs rewrite
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@ -4,3 +4,7 @@ __pycache__
|
|||||||
.env
|
.env
|
||||||
redis_data
|
redis_data
|
||||||
psql_data
|
psql_data
|
||||||
|
postgis_db
|
||||||
|
tools/import_bounds/*/*.geojson
|
||||||
|
tools/import_bounds/*/*.md
|
||||||
|
storage
|
@ -12,3 +12,5 @@ VITE_API_SERVERS_URL=
|
|||||||
|
|
||||||
# API EMS
|
# API EMS
|
||||||
VITE_API_EMS_URL=
|
VITE_API_EMS_URL=
|
||||||
|
|
||||||
|
VITE_API_NEST_URL=
|
60
client/package-lock.json
generated
60
client/package-lock.json
generated
@ -37,12 +37,12 @@
|
|||||||
"@tiptap/starter-kit": "^2.7.3",
|
"@tiptap/starter-kit": "^2.7.3",
|
||||||
"@types/ol-ext": "npm:@siedlerchr/types-ol-ext@^3.5.0",
|
"@types/ol-ext": "npm:@siedlerchr/types-ol-ext@^3.5.0",
|
||||||
"@uidotdev/usehooks": "^2.4.1",
|
"@uidotdev/usehooks": "^2.4.1",
|
||||||
|
"ag-grid-react": "^33.3.2",
|
||||||
"autoprefixer": "^10.4.19",
|
"autoprefixer": "^10.4.19",
|
||||||
"axios": "^1.7.2",
|
"axios": "^1.7.2",
|
||||||
"buffer": "^6.0.3",
|
"buffer": "^6.0.3",
|
||||||
"dayjs": "^1.11.13",
|
"dayjs": "^1.11.13",
|
||||||
"docx-templates": "^4.13.0",
|
"docx-templates": "^4.13.0",
|
||||||
"easy-template-x": "^5.1.0",
|
|
||||||
"embla-carousel-react": "^8.3.0",
|
"embla-carousel-react": "^8.3.0",
|
||||||
"file-type": "^19.0.0",
|
"file-type": "^19.0.0",
|
||||||
"html2canvas": "^1.4.1",
|
"html2canvas": "^1.4.1",
|
||||||
@ -4259,15 +4259,6 @@
|
|||||||
"vite": "^4 || ^5"
|
"vite": "^4 || ^5"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@xmldom/xmldom": {
|
|
||||||
"version": "0.8.10",
|
|
||||||
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.10.tgz",
|
|
||||||
"integrity": "sha512-2WALfTl4xo2SkGCYRt6rDTFfk9R1czmBvUQy12gK2KuRKIpWEhcbbzy8EZXtz/jkRqHX8bFEc6FC1HjX4TUWYw==",
|
|
||||||
"license": "MIT",
|
|
||||||
"engines": {
|
|
||||||
"node": ">=10.0.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/@zeit/schemas": {
|
"node_modules/@zeit/schemas": {
|
||||||
"version": "2.36.0",
|
"version": "2.36.0",
|
||||||
"resolved": "https://registry.npmjs.org/@zeit/schemas/-/schemas-2.36.0.tgz",
|
"resolved": "https://registry.npmjs.org/@zeit/schemas/-/schemas-2.36.0.tgz",
|
||||||
@ -4308,6 +4299,35 @@
|
|||||||
"acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
|
"acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/ag-charts-types": {
|
||||||
|
"version": "11.3.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/ag-charts-types/-/ag-charts-types-11.3.2.tgz",
|
||||||
|
"integrity": "sha512-trPGqgGYiTeLgtf9nLuztDYOPOFOLbqHn1g2D99phf7QowcwdX0TPx0wfWG8Hm90LjB8IH+G2s3AZe2vrdAtMQ==",
|
||||||
|
"license": "MIT"
|
||||||
|
},
|
||||||
|
"node_modules/ag-grid-community": {
|
||||||
|
"version": "33.3.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/ag-grid-community/-/ag-grid-community-33.3.2.tgz",
|
||||||
|
"integrity": "sha512-9bx0e/+ykOyLvUxHqmdy0cRVANH6JAtv0yZdnBZEXYYqBAwN+G5a4NY+2I1KvoOCYzbk8SnStG7y4hCdVAAWOQ==",
|
||||||
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"ag-charts-types": "11.3.2"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/ag-grid-react": {
|
||||||
|
"version": "33.3.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/ag-grid-react/-/ag-grid-react-33.3.2.tgz",
|
||||||
|
"integrity": "sha512-5bv4JIJvGov23sduIUIyQTqpa/qhoQrRkQm5pFOQb7RMwusfx6xBPrkLwIIlCJiQ8g0OOinxWzZ2kQ2Zml6tLw==",
|
||||||
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"ag-grid-community": "33.3.2",
|
||||||
|
"prop-types": "^15.8.1"
|
||||||
|
},
|
||||||
|
"peerDependencies": {
|
||||||
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
|
||||||
|
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/ajv": {
|
"node_modules/ajv": {
|
||||||
"version": "6.12.6",
|
"version": "6.12.6",
|
||||||
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
|
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
|
||||||
@ -5972,18 +5992,6 @@
|
|||||||
"integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==",
|
"integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"node_modules/easy-template-x": {
|
|
||||||
"version": "5.1.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/easy-template-x/-/easy-template-x-5.1.0.tgz",
|
|
||||||
"integrity": "sha512-vypMbIMLWLXoooA9rsL3SVN2oQtZwmmx1m4H8gi6JfbEXQQ5VLHGOUHYi9APbvN9R8Gx93r1fphdSFRHxozeYw==",
|
|
||||||
"license": "MIT",
|
|
||||||
"dependencies": {
|
|
||||||
"@xmldom/xmldom": "0.8.10",
|
|
||||||
"json5": "2.2.3",
|
|
||||||
"jszip": "3.10.1",
|
|
||||||
"lodash.get": "4.4.2"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/ejs": {
|
"node_modules/ejs": {
|
||||||
"version": "3.1.10",
|
"version": "3.1.10",
|
||||||
"resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.10.tgz",
|
"resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.10.tgz",
|
||||||
@ -7872,6 +7880,7 @@
|
|||||||
"version": "2.2.3",
|
"version": "2.2.3",
|
||||||
"resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
|
"resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
|
||||||
"integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
|
"integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
|
||||||
|
"dev": true,
|
||||||
"bin": {
|
"bin": {
|
||||||
"json5": "lib/cli.js"
|
"json5": "lib/cli.js"
|
||||||
},
|
},
|
||||||
@ -8067,13 +8076,6 @@
|
|||||||
"integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==",
|
"integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"node_modules/lodash.get": {
|
|
||||||
"version": "4.4.2",
|
|
||||||
"resolved": "https://registry.npmjs.org/lodash.get/-/lodash.get-4.4.2.tgz",
|
|
||||||
"integrity": "sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==",
|
|
||||||
"deprecated": "This package is deprecated. Use the optional chaining (?.) operator instead.",
|
|
||||||
"license": "MIT"
|
|
||||||
},
|
|
||||||
"node_modules/lodash.merge": {
|
"node_modules/lodash.merge": {
|
||||||
"version": "4.6.2",
|
"version": "4.6.2",
|
||||||
"resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
|
"resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
|
||||||
|
@ -40,12 +40,12 @@
|
|||||||
"@tiptap/starter-kit": "^2.7.3",
|
"@tiptap/starter-kit": "^2.7.3",
|
||||||
"@types/ol-ext": "npm:@siedlerchr/types-ol-ext@^3.5.0",
|
"@types/ol-ext": "npm:@siedlerchr/types-ol-ext@^3.5.0",
|
||||||
"@uidotdev/usehooks": "^2.4.1",
|
"@uidotdev/usehooks": "^2.4.1",
|
||||||
|
"ag-grid-react": "^33.3.2",
|
||||||
"autoprefixer": "^10.4.19",
|
"autoprefixer": "^10.4.19",
|
||||||
"axios": "^1.7.2",
|
"axios": "^1.7.2",
|
||||||
"buffer": "^6.0.3",
|
"buffer": "^6.0.3",
|
||||||
"dayjs": "^1.11.13",
|
"dayjs": "^1.11.13",
|
||||||
"docx-templates": "^4.13.0",
|
"docx-templates": "^4.13.0",
|
||||||
"easy-template-x": "^5.1.0",
|
|
||||||
"embla-carousel-react": "^8.3.0",
|
"embla-carousel-react": "^8.3.0",
|
||||||
"file-type": "^19.0.0",
|
"file-type": "^19.0.0",
|
||||||
"html2canvas": "^1.4.1",
|
"html2canvas": "^1.4.1",
|
||||||
|
BIN
client/public/template_1.docx
Normal file
BIN
client/public/template_1.docx
Normal file
Binary file not shown.
BIN
client/public/template_table_1.docx
Normal file
BIN
client/public/template_table_1.docx
Normal file
Binary file not shown.
@ -1,4 +1,4 @@
|
|||||||
import { useEffect, useMemo, useState } from 'react'
|
import { useMemo, useState } from 'react'
|
||||||
import useSWR from 'swr'
|
import useSWR from 'swr'
|
||||||
import { fetcher } from '../../http/axiosInstance'
|
import { fetcher } from '../../http/axiosInstance'
|
||||||
import { BASE_URL } from '../../constants'
|
import { BASE_URL } from '../../constants'
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
import { useEffect, useRef, useState } from 'react'
|
import { useEffect, useRef, useState } from 'react'
|
||||||
import { jsPDF } from "jspdf"
|
|
||||||
import 'ol/ol.css'
|
import 'ol/ol.css'
|
||||||
import { Modify } from 'ol/interaction'
|
import { Modify } from 'ol/interaction'
|
||||||
import { ImageStatic, Vector as VectorSource } from 'ol/source'
|
import { ImageStatic, Vector as VectorSource } from 'ol/source'
|
||||||
@ -8,20 +7,20 @@ import { IRectCoords, SatelliteMapsProvider } from '../../interfaces/map'
|
|||||||
import { Extent, getCenter } from 'ol/extent'
|
import { Extent, getCenter } from 'ol/extent'
|
||||||
import { highlightStyleRed, highlightStyleYellow } from './MapStyles'
|
import { highlightStyleRed, highlightStyleYellow } from './MapStyles'
|
||||||
import { customMapSource, googleMapsSatelliteSource, yandexMapsSatelliteSource } from './MapSources'
|
import { customMapSource, googleMapsSatelliteSource, yandexMapsSatelliteSource } from './MapSources'
|
||||||
import { Geometry, LineString, SimpleGeometry } from 'ol/geom'
|
import { Geometry, SimpleGeometry } from 'ol/geom'
|
||||||
import { fromExtent } from 'ol/geom/Polygon'
|
import { fromExtent } from 'ol/geom/Polygon'
|
||||||
import { Coordinate } from 'ol/coordinate'
|
import { Coordinate } from 'ol/coordinate'
|
||||||
import { addInteractions, handleImageDrop, loadFeatures, processFigure, processLine } from './mapUtils'
|
import { addInteractions, handleImageDrop, loadFeatures, processFigure, processLine } from './mapUtils'
|
||||||
import useSWR, { SWRConfiguration } from 'swr'
|
import useSWR, { SWRConfiguration } from 'swr'
|
||||||
import { fetcher } from '../../http/axiosInstance'
|
import { fetcher } from '../../http/axiosInstance'
|
||||||
import { BASE_URL } from '../../constants'
|
import { BASE_URL } from '../../constants'
|
||||||
import { ActionIcon, Autocomplete, CloseButton, Flex, Select as MantineSelect, MantineStyleProp, rem, useMantineColorScheme, Portal, Menu, Button, Group, Divider, LoadingOverlay, Stack, Container, Modal, Transition, Text, Select, Switch, Checkbox, Radio, ScrollAreaAutosize } from '@mantine/core'
|
import { ActionIcon, Autocomplete, CloseButton, Flex, Select as MantineSelect, MantineStyleProp, rem, useMantineColorScheme, Portal, Menu, Button, Group, Divider, LoadingOverlay, Stack, Container, Transition, } from '@mantine/core'
|
||||||
import { IconArrowsMaximize, IconArrowsMinimize, IconBoxMultiple, IconBoxPadding, IconChevronCompactLeft, IconChevronDown, IconChevronLeft, IconChevronsDown, IconHelp, IconPlus, IconSearch, IconUpload, IconWindowMaximize, IconWindowMinimize } from '@tabler/icons-react'
|
import { IconBoxMultiple, IconBoxPadding, IconChevronDown, IconChevronLeft, IconPlus, IconSearch, IconUpload, } from '@tabler/icons-react'
|
||||||
import { ICitySettings, IFigure, ILine } from '../../interfaces/gis'
|
import { ICitySettings, IFigure, ILine } from '../../interfaces/gis'
|
||||||
import axios from 'axios'
|
import axios from 'axios'
|
||||||
import MapToolbar from './MapToolbar/MapToolbar'
|
import MapToolbar from './MapToolbar/MapToolbar'
|
||||||
import MapStatusbar from './MapStatusbar/MapStatusbar'
|
import MapStatusbar from './MapStatusbar/MapStatusbar'
|
||||||
import { setAlignMode, setSatMapsProvider, setTypeRoles, useMapStore, setMapLabel, clearPrintArea, setPreviousView, setMode, setPrintScale, PrintScale, setPrintScaleLine } from '../../store/map'
|
import { setAlignMode, setSatMapsProvider, setTypeRoles, useMapStore, setMapLabel, } from '../../store/map'
|
||||||
import { useThrottle } from '@uidotdev/usehooks'
|
import { useThrottle } from '@uidotdev/usehooks'
|
||||||
import ObjectTree from '../Tree/ObjectTree'
|
import ObjectTree from '../Tree/ObjectTree'
|
||||||
import { setCurrentObjectId, setSelectedDistrict, setSelectedRegion, setSelectedYear, useObjectsStore } from '../../store/objects'
|
import { setCurrentObjectId, setSelectedDistrict, setSelectedRegion, setSelectedYear, useObjectsStore } from '../../store/objects'
|
||||||
@ -33,11 +32,8 @@ import GeoJSON from 'ol/format/GeoJSON'
|
|||||||
import MapLegend from './MapLegend/MapLegend'
|
import MapLegend from './MapLegend/MapLegend'
|
||||||
import GisService from '../../services/GisService'
|
import GisService from '../../services/GisService'
|
||||||
import MapMode from './MapMode'
|
import MapMode from './MapMode'
|
||||||
import ScaleLine from 'ol/control/ScaleLine'
|
import { satMapsProviders, schemas } from '../../constants/map'
|
||||||
import { getPointResolution } from 'ol/proj'
|
import MapPrint from './MapPrint/MapPrint'
|
||||||
import { PrintFormat, PrintOrientation, printResolutions, setPrintOrientation, setPrintResolution, usePrintStore } from '../../store/print'
|
|
||||||
import { printDimensions, satMapsProviders, scaleOptions, schemas } from '../../constants/map'
|
|
||||||
import { modals } from "@mantine/modals";
|
|
||||||
|
|
||||||
const swrOptions: SWRConfiguration = {
|
const swrOptions: SWRConfiguration = {
|
||||||
revalidateOnFocus: false
|
revalidateOnFocus: false
|
||||||
@ -69,17 +65,23 @@ const MapComponent = ({
|
|||||||
mode, map, currentTool, alignMode, satMapsProvider,
|
mode, map, currentTool, alignMode, satMapsProvider,
|
||||||
selectedObjectType, file, measureDraw,
|
selectedObjectType, file, measureDraw,
|
||||||
polygonExtent, rectCoords, draw, snap, translate,
|
polygonExtent, rectCoords, draw, snap, translate,
|
||||||
nodeLayerSource, drawingLayerSource,
|
drawingLayerSource,
|
||||||
satLayer, staticMapLayer, figuresLayer, linesLayer,
|
satLayer, staticMapLayer, figuresLayer, linesLayer,
|
||||||
regionsLayer, districtBoundLayer, baseLayer,
|
regionsLayer, districtBoundLayer, baseLayer,
|
||||||
previousView, printArea, printSource, printAreaDraw, printScale, printScaleLine,
|
printAreaDraw,
|
||||||
} = useMapStore().id[id]
|
} = useMapStore().id[id]
|
||||||
|
|
||||||
const { printOrientation, printResolution, printFormat } = usePrintStore()
|
|
||||||
|
|
||||||
// Tab settings
|
// Tab settings
|
||||||
const objectsPane: ITabsPane[] = [{ title: 'Объекты', value: 'objects', view: <ObjectTree map_id={id} /> }, { title: 'Неразмещенные', value: 'unplaced', view: <></> }, { title: 'Другие', value: 'other', view: <></> },]
|
const objectsPane: ITabsPane[] = [
|
||||||
const paramsPane: ITabsPane[] = [{ title: 'История изменений', value: 'history', view: <></> }, { title: 'Параметры', value: 'parameters', view: <ObjectParameters map_id={id} /> }, { title: 'Вычисляемые', value: 'calculated', view: <></> }]
|
{ title: 'Объекты', value: 'objects', view: <ObjectTree map_id={id} /> },
|
||||||
|
{ title: 'Неразмещенные', value: 'unplaced', view: <></> },
|
||||||
|
{ title: 'Другие', value: 'other', view: <></> },
|
||||||
|
]
|
||||||
|
const paramsPane: ITabsPane[] = [
|
||||||
|
{ title: 'История изменений', value: 'history', view: <></> },
|
||||||
|
{ title: 'Параметры', value: 'parameters', view: <ObjectParameters map_id={id} /> },
|
||||||
|
{ title: 'Вычисляемые', value: 'calculated', view: <></> }
|
||||||
|
]
|
||||||
|
|
||||||
// Map
|
// Map
|
||||||
const mapElement = useRef<HTMLDivElement | null>(null)
|
const mapElement = useRef<HTMLDivElement | null>(null)
|
||||||
@ -124,7 +126,6 @@ const MapComponent = ({
|
|||||||
// map.current?.setView(new View({
|
// map.current?.setView(new View({
|
||||||
// extent: bounds.getExtent()
|
// extent: bounds.getExtent()
|
||||||
// }))
|
// }))
|
||||||
console.log(bounds.getFeatures().length)
|
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}, [selectedDistrict, selectedYear])
|
}, [selectedDistrict, selectedYear])
|
||||||
@ -183,26 +184,26 @@ const MapComponent = ({
|
|||||||
backdropFilter: 'blur(8px)',
|
backdropFilter: 'blur(8px)',
|
||||||
}
|
}
|
||||||
|
|
||||||
const { data: nodes } = useSWR('/nodes/all', () => fetcher('/nodes/all', BASE_URL.ems), { revalidateOnFocus: false })
|
// const { data: nodes } = useSWR('/nodes/all', () => fetcher('/nodes/all', BASE_URL.ems), { revalidateOnFocus: false })
|
||||||
|
|
||||||
useEffect(() => {
|
// useEffect(() => {
|
||||||
// Draw features based on database data
|
// // Draw features based on database data
|
||||||
if (Array.isArray(nodes)) {
|
// if (Array.isArray(nodes)) {
|
||||||
nodes.map(node => {
|
// nodes.map(node => {
|
||||||
if (node.shape_type === 'LINE') {
|
// if (node.shape_type === 'LINE') {
|
||||||
const coordinates: Coordinate[] = []
|
// const coordinates: Coordinate[] = []
|
||||||
if (Array.isArray(node.shape)) {
|
// if (Array.isArray(node.shape)) {
|
||||||
node.shape.map((point: { x: number, y: number }) => {
|
// node.shape.map((point: { x: number, y: number }) => {
|
||||||
const coordinate = [point.x as number, point.y as number] as Coordinate
|
// const coordinate = [point.x as number, point.y as number] as Coordinate
|
||||||
coordinates.push(coordinate)
|
// coordinates.push(coordinate)
|
||||||
})
|
// })
|
||||||
}
|
// }
|
||||||
//console.log(coordinates)
|
// //console.log(coordinates)
|
||||||
nodeLayerSource.addFeature(new Feature({ geometry: new LineString(coordinates) }))
|
// nodeLayerSource.addFeature(new Feature({ geometry: new LineString(coordinates) }))
|
||||||
}
|
// }
|
||||||
})
|
// })
|
||||||
}
|
// }
|
||||||
}, [nodes, nodeLayerSource])
|
// }, [nodes, nodeLayerSource])
|
||||||
|
|
||||||
const [searchObject, setSearchObject] = useState<string | undefined>("")
|
const [searchObject, setSearchObject] = useState<string | undefined>("")
|
||||||
const throttledSearchObject = useThrottle(searchObject, 500)
|
const throttledSearchObject = useThrottle(searchObject, 500)
|
||||||
@ -271,11 +272,15 @@ const MapComponent = ({
|
|||||||
}
|
}
|
||||||
}, [currentObjectId])
|
}, [currentObjectId])
|
||||||
|
|
||||||
const { data: regionsData } = useSWR(`/general/regions/all`, (url) => fetcher(url, BASE_URL.ems), swrOptions)
|
const { data: regionsData } = useSWR(`/general/regions`, (url) => fetcher(url, BASE_URL.ems), swrOptions)
|
||||||
|
|
||||||
const { data: districtsData } = useSWR(selectedRegion ? `/general/districts/all?region_id=${selectedRegion}` : null, (url) => fetcher(url, BASE_URL.ems), swrOptions)
|
const { data: districtsData } = useSWR(selectedRegion ? `/general/districts/?region_id=${selectedRegion}` : null, (url) => fetcher(url, BASE_URL.ems), swrOptions)
|
||||||
|
|
||||||
const { data: searchData } = useSWR(throttledSearchObject !== "" && selectedDistrict && selectedYear ? `/general/search/objects?q=${throttledSearchObject}&id_city=${selectedDistrict}&year=${selectedYear}` : null, (url) => fetcher(url, BASE_URL.ems), swrOptions)
|
const { data: searchData } = useSWR(
|
||||||
|
throttledSearchObject !== "" && selectedDistrict && selectedYear ? `/general/search/objects?q=${throttledSearchObject}&id_city=${selectedDistrict}&year=${selectedYear}` : null,
|
||||||
|
(url) => fetcher(url, BASE_URL.ems),
|
||||||
|
swrOptions
|
||||||
|
)
|
||||||
|
|
||||||
const { data: figuresData, isValidating: figuresValidating } = useSWR(
|
const { data: figuresData, isValidating: figuresValidating } = useSWR(
|
||||||
selectedDistrict && selectedYear ? `/gis/figures/all?city_id=${selectedDistrict}&year=${selectedYear}&offset=0&limit=${10000}` : null,
|
selectedDistrict && selectedYear ? `/gis/figures/all?city_id=${selectedDistrict}&year=${selectedYear}&offset=0&limit=${10000}` : null,
|
||||||
@ -385,7 +390,7 @@ const MapComponent = ({
|
|||||||
if (selectedDistrict && districtData) {
|
if (selectedDistrict && districtData) {
|
||||||
const settings = getCitySettings()
|
const settings = getCitySettings()
|
||||||
|
|
||||||
const imageUrl = `${import.meta.env.VITE_API_EMS_URL}/static/${selectedDistrict}`
|
const imageUrl = `${import.meta.env.VITE_API_EMS_URL}/tiles/static/${selectedDistrict}`
|
||||||
const img = new Image()
|
const img = new Image()
|
||||||
img.src = imageUrl
|
img.src = imageUrl
|
||||||
img.onload = () => {
|
img.onload = () => {
|
||||||
@ -420,6 +425,8 @@ const MapComponent = ({
|
|||||||
}
|
}
|
||||||
}, [selectedDistrict, districtData, staticMapLayer])
|
}, [selectedDistrict, districtData, staticMapLayer])
|
||||||
|
|
||||||
|
|
||||||
|
// Light/dark theme
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
if (baseLayer) {
|
if (baseLayer) {
|
||||||
baseLayer.on('prerender', function (e) {
|
baseLayer.on('prerender', function (e) {
|
||||||
@ -446,12 +453,6 @@ const MapComponent = ({
|
|||||||
}
|
}
|
||||||
}, [colorScheme])
|
}, [colorScheme])
|
||||||
|
|
||||||
const scaleLine = useRef(new ScaleLine({
|
|
||||||
bar: true,
|
|
||||||
text: true,
|
|
||||||
minWidth: 125
|
|
||||||
}))
|
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
if (map) {
|
if (map) {
|
||||||
if (mode === 'print') {
|
if (mode === 'print') {
|
||||||
@ -462,197 +463,9 @@ const MapComponent = ({
|
|||||||
}
|
}
|
||||||
}, [mode, map, printAreaDraw])
|
}, [mode, map, printAreaDraw])
|
||||||
|
|
||||||
useEffect(() => {
|
|
||||||
if (printArea) {
|
|
||||||
// backup view before entering print mode
|
|
||||||
setPreviousView(id, map?.getView())
|
|
||||||
|
|
||||||
map?.setTarget('print-portal')
|
|
||||||
|
|
||||||
printSource.clear()
|
|
||||||
map?.getView().setCenter(getCenter(printArea))
|
|
||||||
map?.getView().fit(printArea, {
|
|
||||||
size: printOrientation === 'horizontal' ? [594, 420] : [420, 594]
|
|
||||||
})
|
|
||||||
map?.removeInteraction(printAreaDraw)
|
|
||||||
}
|
|
||||||
}, [printArea, map])
|
|
||||||
|
|
||||||
const exportToPDF = (format: PrintFormat, resolution: number, orientation: PrintOrientation) => {
|
|
||||||
const dim = printDimensions[format]
|
|
||||||
|
|
||||||
const width = Math.round((dim[orientation === 'horizontal' ? 0 : 1] * resolution) / 25.4)
|
|
||||||
const height = Math.round((dim[orientation === 'horizontal' ? 1 : 0] * resolution) / 25.4)
|
|
||||||
|
|
||||||
if (!map) return
|
|
||||||
|
|
||||||
// Store original size and scale
|
|
||||||
const originalSize = map.getSize()
|
|
||||||
const originalResolution = map.getView().getResolution()
|
|
||||||
|
|
||||||
if (!originalSize || !originalResolution) return
|
|
||||||
|
|
||||||
// Calculate new resolution to fit high DPI
|
|
||||||
const scaleFactor = width / originalSize[0]
|
|
||||||
const newResolution = originalResolution / scaleFactor
|
|
||||||
|
|
||||||
// console.log(`New resolution: ${newResolution}`)
|
|
||||||
|
|
||||||
const center = map.getView().getCenter()
|
|
||||||
let scaleResolution
|
|
||||||
if (center) {
|
|
||||||
scaleResolution = Number(printScale) / getPointResolution(map.getView().getProjection(), Number(resolution) / 25.4, center)
|
|
||||||
// console.log(`Scaled resolution: ${scaleResolution}`)
|
|
||||||
}
|
|
||||||
|
|
||||||
console.log(width, height)
|
|
||||||
// Set new high-resolution rendering
|
|
||||||
map.setSize([width, height])
|
|
||||||
map.getView().setResolution(newResolution)
|
|
||||||
map.renderSync()
|
|
||||||
|
|
||||||
map.once("rendercomplete", function () {
|
|
||||||
const mapCanvas = document.createElement("canvas")
|
|
||||||
mapCanvas.width = width
|
|
||||||
mapCanvas.height = height
|
|
||||||
const mapContext = mapCanvas.getContext("2d")
|
|
||||||
|
|
||||||
if (!mapContext) return
|
|
||||||
|
|
||||||
const canvas = document.querySelector('canvas')
|
|
||||||
if (canvas) {
|
|
||||||
if (canvas.width > 0) {
|
|
||||||
const opacity = canvas.parentElement?.style.opacity || "1"
|
|
||||||
mapContext.globalAlpha = parseFloat(opacity)
|
|
||||||
|
|
||||||
const transform = canvas.style.transform
|
|
||||||
const matrixMatch = transform.match(/^matrix\(([^)]+)\)$/)
|
|
||||||
if (matrixMatch) {
|
|
||||||
const matrix = matrixMatch[1].split(",").map(Number)
|
|
||||||
mapContext.setTransform(...matrix as [number, number, number, number, number, number])
|
|
||||||
}
|
|
||||||
|
|
||||||
mapContext.drawImage(canvas, 0, 0)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
mapContext.globalAlpha = 1
|
|
||||||
mapContext.setTransform(1, 0, 0, 1, 0, 0)
|
|
||||||
|
|
||||||
// Restore original map settings
|
|
||||||
map.setSize(originalSize)
|
|
||||||
map.getView().setResolution(originalResolution)
|
|
||||||
map.renderSync()
|
|
||||||
|
|
||||||
// Generate PDF
|
|
||||||
const pdf = new jsPDF(orientation === 'horizontal' ? "landscape" : 'portrait', undefined, format)
|
|
||||||
pdf.addImage(mapCanvas.toDataURL("image/jpeg"), "JPEG", 0, 0, orientation === 'horizontal' ? dim[0] : dim[1], orientation === 'horizontal' ? dim[1] : dim[0])
|
|
||||||
|
|
||||||
const filename = `${selectedYear}-${selectedRegion}-${selectedDistrict}-${new Date().toISOString()}.pdf`
|
|
||||||
pdf.save(filename, {
|
|
||||||
returnPromise: true
|
|
||||||
}).then(() => {
|
|
||||||
|
|
||||||
})
|
|
||||||
})
|
|
||||||
}
|
|
||||||
|
|
||||||
useEffect(() => {
|
|
||||||
if (printScaleLine) {
|
|
||||||
map?.addControl(scaleLine.current)
|
|
||||||
} else {
|
|
||||||
map?.removeControl(scaleLine.current)
|
|
||||||
}
|
|
||||||
}, [printScaleLine])
|
|
||||||
|
|
||||||
const [fullscreen, setFullscreen] = useState(false)
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Modal.Root scrollAreaComponent={ScrollAreaAutosize} keepMounted size='auto' opened={!!printArea} onClose={() => {
|
<MapPrint id={id} mapElement={mapElement} />
|
||||||
clearPrintArea(id)
|
|
||||||
map?.setTarget(mapElement.current as HTMLDivElement)
|
|
||||||
map?.addInteraction(printAreaDraw)
|
|
||||||
}} fullScreen={fullscreen}>
|
|
||||||
<Modal.Overlay />
|
|
||||||
<Modal.Content style={{ transition: 'all .3s ease' }}>
|
|
||||||
<Modal.Header>
|
|
||||||
<Modal.Title>
|
|
||||||
Предпросмотр области печати
|
|
||||||
</Modal.Title>
|
|
||||||
|
|
||||||
<Flex ml='auto' gap='md'>
|
|
||||||
<ActionIcon title='Помощь' ml='auto' variant='transparent'>
|
|
||||||
<IconHelp color='gray' />
|
|
||||||
</ActionIcon>
|
|
||||||
<ActionIcon title={fullscreen ? 'Свернуть' : 'Развернуть'} variant='transparent' onClick={() => setFullscreen(!fullscreen)}>
|
|
||||||
{fullscreen ? <IconWindowMinimize color='gray' /> : <IconWindowMaximize color='gray' />}
|
|
||||||
</ActionIcon>
|
|
||||||
<Modal.CloseButton title='Закрыть' />
|
|
||||||
</Flex>
|
|
||||||
</Modal.Header>
|
|
||||||
<Modal.Body>
|
|
||||||
<Stack align='center'>
|
|
||||||
<Text w='100%'>Область печати можно передвигать.</Text>
|
|
||||||
|
|
||||||
<div id='print-portal' style={{
|
|
||||||
width: printOrientation === 'horizontal' ? '594px' : '420px',
|
|
||||||
height: printOrientation === 'horizontal' ? '420px' : '594px'
|
|
||||||
}}>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<Flex w='100%' wrap='wrap' gap='lg' justify='space-between'>
|
|
||||||
<Radio.Group
|
|
||||||
label='Ориентация'
|
|
||||||
value={printOrientation}
|
|
||||||
onChange={(value) => setPrintOrientation(value as PrintOrientation)}
|
|
||||||
>
|
|
||||||
<Stack>
|
|
||||||
<Radio value='horizontal' label='Горизонтальная' />
|
|
||||||
<Radio value='vertical' label='Вертикальная' />
|
|
||||||
</Stack>
|
|
||||||
</Radio.Group>
|
|
||||||
|
|
||||||
<Select
|
|
||||||
allowDeselect={false}
|
|
||||||
label="Разрешение"
|
|
||||||
placeholder="Выберите разрешение"
|
|
||||||
data={printResolutions}
|
|
||||||
value={printResolution.toString()}
|
|
||||||
onChange={(value) => setPrintResolution(Number(value))}
|
|
||||||
/>
|
|
||||||
|
|
||||||
<Select
|
|
||||||
allowDeselect={false}
|
|
||||||
label="Масштаб"
|
|
||||||
placeholder="Выберите масштаб"
|
|
||||||
data={scaleOptions}
|
|
||||||
value={printScale}
|
|
||||||
onChange={(value) => setPrintScale(id, value as PrintScale)}
|
|
||||||
/>
|
|
||||||
|
|
||||||
<Checkbox
|
|
||||||
checked={printScaleLine}
|
|
||||||
label="Масштабная линия"
|
|
||||||
onChange={(event) => setPrintScaleLine(id, event.currentTarget.checked)}
|
|
||||||
/>
|
|
||||||
</Flex>
|
|
||||||
|
|
||||||
<Flex w='100%' gap='sm' align='center'>
|
|
||||||
<Button ml='auto' onClick={() => {
|
|
||||||
if (previousView) {
|
|
||||||
exportToPDF(printFormat, printResolution, printOrientation)
|
|
||||||
}
|
|
||||||
}}>
|
|
||||||
Печать
|
|
||||||
</Button>
|
|
||||||
</Flex>
|
|
||||||
|
|
||||||
</Stack>
|
|
||||||
</Modal.Body>
|
|
||||||
</Modal.Content>
|
|
||||||
</Modal.Root>
|
|
||||||
|
|
||||||
{active &&
|
{active &&
|
||||||
<Portal target='#header-portal'>
|
<Portal target='#header-portal'>
|
||||||
|
@ -1,7 +1,9 @@
|
|||||||
import { Accordion, ColorSwatch, Flex, MantineStyleProp, ScrollAreaAutosize, Stack, Text, useMantineColorScheme } from '@mantine/core'
|
import { Accordion, ActionIcon, Collapse, ColorSwatch, Flex, MantineStyleProp, ScrollAreaAutosize, Stack, Text, useMantineColorScheme } from '@mantine/core'
|
||||||
import useSWR from 'swr';
|
import useSWR from 'swr'
|
||||||
import { fetcher } from '../../../http/axiosInstance';
|
import { fetcher } from '../../../http/axiosInstance'
|
||||||
import { BASE_URL } from '../../../constants';
|
import { BASE_URL } from '../../../constants'
|
||||||
|
import { useDisclosure } from '@mantine/hooks'
|
||||||
|
import { IconChevronDown } from '@tabler/icons-react'
|
||||||
|
|
||||||
const MapLegend = ({
|
const MapLegend = ({
|
||||||
selectedDistrict,
|
selectedDistrict,
|
||||||
@ -12,7 +14,7 @@ const MapLegend = ({
|
|||||||
selectedYear: number | null,
|
selectedYear: number | null,
|
||||||
style: MantineStyleProp
|
style: MantineStyleProp
|
||||||
}) => {
|
}) => {
|
||||||
const { colorScheme } = useMantineColorScheme();
|
const { colorScheme } = useMantineColorScheme()
|
||||||
|
|
||||||
const { data: existingObjectsList } = useSWR(
|
const { data: existingObjectsList } = useSWR(
|
||||||
selectedYear && selectedDistrict ? `/general/objects/list?year=${selectedYear}&city_id=${selectedDistrict}&planning=0` : null,
|
selectedYear && selectedDistrict ? `/general/objects/list?year=${selectedYear}&city_id=${selectedDistrict}&planning=0` : null,
|
||||||
@ -30,28 +32,38 @@ const MapLegend = ({
|
|||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
const [opened, { toggle }] = useDisclosure(false)
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<ScrollAreaAutosize offsetScrollbars maw='300px' w='100%' fz='xs' mt='auto' style={{...style, zIndex: 1, backdropFilter: 'blur(8px)', backgroundColor: colorScheme === 'light' ? '#FFFFFFAA' : '#000000AA', borderRadius: '4px' }}>
|
<ScrollAreaAutosize maw='300px' w='100%' fz='xs' mt='auto' style={{ ...style, zIndex: 1, backdropFilter: 'blur(8px)', backgroundColor: colorScheme === 'light' ? '#FFFFFFAA' : '#000000AA', borderRadius: '4px' }}>
|
||||||
<Stack gap='sm' p='sm'>
|
<Stack gap='sm' p='sm'>
|
||||||
<Text fz='xs'>
|
<Flex align='center'>
|
||||||
Легенда
|
<Text fz='xs'>
|
||||||
</Text>
|
Легенда
|
||||||
|
</Text>
|
||||||
|
|
||||||
<Accordion defaultValue={['existing', 'planning']} multiple>
|
<ActionIcon ml='auto' variant='subtle' onClick={toggle} >
|
||||||
<Accordion.Item value='existing' key='existing'>
|
<IconChevronDown style={{ transform: opened ? 'rotate(0deg)' : 'rotate(180deg)' }} />
|
||||||
<Accordion.Control>Существующие</Accordion.Control>
|
</ActionIcon>
|
||||||
<Accordion.Panel>
|
</Flex>
|
||||||
{existingObjectsList && <LegendGroup objectsList={existingObjectsList} border='solid' />}
|
|
||||||
</Accordion.Panel>
|
|
||||||
</Accordion.Item>
|
|
||||||
|
|
||||||
<Accordion.Item value='planning' key='planning'>
|
<Collapse in={opened}>
|
||||||
<Accordion.Control>Планируемые</Accordion.Control>
|
<Accordion defaultValue={['existing', 'planning']} multiple>
|
||||||
<Accordion.Panel>
|
<Accordion.Item value='existing' key='existing'>
|
||||||
{planningObjectsList && <LegendGroup objectsList={planningObjectsList} border='dotted' />}
|
<Accordion.Control>Существующие</Accordion.Control>
|
||||||
</Accordion.Panel>
|
<Accordion.Panel>
|
||||||
</Accordion.Item>
|
{existingObjectsList && <LegendGroup objectsList={existingObjectsList} border='solid' />}
|
||||||
</Accordion>
|
</Accordion.Panel>
|
||||||
|
</Accordion.Item>
|
||||||
|
|
||||||
|
<Accordion.Item value='planning' key='planning'>
|
||||||
|
<Accordion.Control>Планируемые</Accordion.Control>
|
||||||
|
<Accordion.Panel>
|
||||||
|
{planningObjectsList && <LegendGroup objectsList={planningObjectsList} border='dotted' />}
|
||||||
|
</Accordion.Panel>
|
||||||
|
</Accordion.Item>
|
||||||
|
</Accordion>
|
||||||
|
</Collapse>
|
||||||
</Stack>
|
</Stack>
|
||||||
</ScrollAreaAutosize>
|
</ScrollAreaAutosize>
|
||||||
)
|
)
|
||||||
|
125
client/src/components/map/MapLineTest.tsx
Normal file
125
client/src/components/map/MapLineTest.tsx
Normal file
@ -0,0 +1,125 @@
|
|||||||
|
import { useEffect, useRef } from 'react'
|
||||||
|
import 'ol/ol.css'
|
||||||
|
import { Container, Stack, Tabs } from '@mantine/core'
|
||||||
|
import OlMap from 'ol/Map'
|
||||||
|
import { v4 as uuidv4 } from 'uuid'
|
||||||
|
import TileLayer from 'ol/layer/Tile'
|
||||||
|
import { OSM } from 'ol/source'
|
||||||
|
import View from 'ol/View'
|
||||||
|
import { transform } from 'ol/proj'
|
||||||
|
import VectorLayer from 'ol/layer/Vector'
|
||||||
|
import VectorSource from 'ol/source/Vector'
|
||||||
|
import Feature from 'ol/Feature'
|
||||||
|
import { LineString } from 'ol/geom'
|
||||||
|
import { Stroke, Style, Text } from 'ol/style'
|
||||||
|
|
||||||
|
const center = [14443331.466543002, 8878970.176309839]
|
||||||
|
|
||||||
|
const style = new Style({
|
||||||
|
stroke: new Stroke({ color: 'blue', width: 2 }),
|
||||||
|
text: new Text({
|
||||||
|
font: 'bold 14px',
|
||||||
|
placement: 'line',
|
||||||
|
offsetY: -14
|
||||||
|
}),
|
||||||
|
})
|
||||||
|
|
||||||
|
const MapLineTest = () => {
|
||||||
|
const lines = [
|
||||||
|
{ name: 'A', points: [[100, 100], [200, 200]] },
|
||||||
|
{ name: 'B', points: [[200, 200], [300, 200]] },
|
||||||
|
{ name: 'X', points: [[200, 200], [300, 300]] },
|
||||||
|
{ name: 'L', points: [[300, 300], [350, 300]] },
|
||||||
|
{ name: 'N', points: [[300, 300], [250, 300]] },
|
||||||
|
{ name: 'I', points: [[300, 200], [300, 100]] },
|
||||||
|
{ name: 'J', points: [[300, 100], [250, 50]] },
|
||||||
|
{ name: 'C', points: [[300, 200], [400, 150]] },
|
||||||
|
{ name: 'D', points: [[400, 150], [400, 100]] },
|
||||||
|
]
|
||||||
|
|
||||||
|
const map = useRef<OlMap | null>(null)
|
||||||
|
const vectorLayer = useRef(new VectorLayer({
|
||||||
|
source: new VectorSource(),
|
||||||
|
style: feature => {
|
||||||
|
style.getText()?.setText(feature.get('label'))
|
||||||
|
return style
|
||||||
|
}
|
||||||
|
}))
|
||||||
|
|
||||||
|
const mapElement = useRef<HTMLDivElement | null>(null)
|
||||||
|
|
||||||
|
useEffect(() => {
|
||||||
|
map.current = new OlMap({
|
||||||
|
controls: [],
|
||||||
|
layers: [
|
||||||
|
new TileLayer({ source: new OSM(), properties: { id: uuidv4(), name: 'OpenStreetMap' } }),
|
||||||
|
vectorLayer.current
|
||||||
|
]
|
||||||
|
})
|
||||||
|
map.current.setTarget(mapElement.current as HTMLDivElement)
|
||||||
|
map.current.setView(new View({
|
||||||
|
center: transform([129.7466541, 62.083504], 'EPSG:4326', 'EPSG:3857'),
|
||||||
|
zoom: 16,
|
||||||
|
maxZoom: 21,
|
||||||
|
}))
|
||||||
|
}, [])
|
||||||
|
|
||||||
|
useEffect(() => {
|
||||||
|
if (map.current) {
|
||||||
|
const graph = new Map<string, { node: string, distance: number }[]>()
|
||||||
|
|
||||||
|
// build graph adjacency list
|
||||||
|
lines.forEach(({ points }) => {
|
||||||
|
const [start, end] = points.map(pt => pt.join(','))
|
||||||
|
const distance = Math.hypot(points[1][0] - points[0][0], points[1][1] - points[0][1])
|
||||||
|
|
||||||
|
if (!graph.has(start)) graph.set(start, [])
|
||||||
|
if (!graph.has(end)) graph.set(end, [])
|
||||||
|
|
||||||
|
graph.get(start)?.push({ node: end, distance })
|
||||||
|
graph.get(end)?.push({ node: start, distance })
|
||||||
|
})
|
||||||
|
|
||||||
|
// perform DFS to calculate distances from "A"
|
||||||
|
const startNode = lines[0].points[0].join(',')
|
||||||
|
const distances = new Map<string, number>()
|
||||||
|
const dfs = (node: string, currentDist: number) => {
|
||||||
|
if (distances.has(node) && distances.get(node)! <= currentDist) return
|
||||||
|
distances.set(node, currentDist)
|
||||||
|
for (const { node: neighbor, distance } of graph.get(node) || []) {
|
||||||
|
dfs(neighbor, currentDist + distance)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
dfs(startNode, 0)
|
||||||
|
|
||||||
|
// render features
|
||||||
|
lines.forEach(({ name, points }) => {
|
||||||
|
const lineCoords = points.map(point => [point[0] + center[0], point[1] + center[1]])
|
||||||
|
const feature = new Feature(new LineString(lineCoords))
|
||||||
|
|
||||||
|
const lastNode = points[1].join(',')
|
||||||
|
const label = `${name} ${feature.getGeometry()?.getLength().toFixed(2)} (${distances.get(lastNode)?.toFixed(1) ?? '∞'})`
|
||||||
|
|
||||||
|
feature.set('label', label)
|
||||||
|
vectorLayer.current.getSource()?.addFeature(feature)
|
||||||
|
})
|
||||||
|
}
|
||||||
|
}, [])
|
||||||
|
|
||||||
|
return (
|
||||||
|
<Container fluid w='100%' pos='relative' p={0}>
|
||||||
|
<Tabs h='100%' variant='default' value={'map'} keepMounted={true}>
|
||||||
|
<Stack gap={0} h='100%'>
|
||||||
|
<Tabs.List>
|
||||||
|
<Tabs.Tab value={'map'}>Map</Tabs.Tab>
|
||||||
|
</Tabs.List>
|
||||||
|
<Tabs.Panel value={'map'} h='100%' pos='relative'>
|
||||||
|
<Container pos='absolute' fluid p={0} w='100%' h='100%' ref={mapElement}></Container>
|
||||||
|
</Tabs.Panel>
|
||||||
|
</Stack>
|
||||||
|
</Tabs>
|
||||||
|
</Container>
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
|
export default MapLineTest
|
234
client/src/components/map/MapPrint/MapPrint.tsx
Normal file
234
client/src/components/map/MapPrint/MapPrint.tsx
Normal file
@ -0,0 +1,234 @@
|
|||||||
|
import { ActionIcon, Button, Checkbox, Flex, Modal, Radio, ScrollAreaAutosize, Select, Stack, Text } from '@mantine/core'
|
||||||
|
import { IconHelp, IconWindowMaximize, IconWindowMinimize } from '@tabler/icons-react'
|
||||||
|
import React, { useEffect, useRef, useState } from 'react'
|
||||||
|
import { clearPrintArea, PrintScale, setPreviousView, setPrintScale, setPrintScaleLine, useMapStore } from '../../../store/map'
|
||||||
|
import { PrintFormat, PrintOrientation, printResolutions, setPrintOrientation, setPrintResolution, usePrintStore } from '../../../store/print'
|
||||||
|
import { printDimensions, scaleOptions } from '../../../constants/map'
|
||||||
|
import { useObjectsStore } from '../../../store/objects'
|
||||||
|
// import { getPointResolution } from 'ol/proj'
|
||||||
|
import jsPDF from 'jspdf'
|
||||||
|
import { getCenter } from 'ol/extent'
|
||||||
|
import ScaleLine from 'ol/control/ScaleLine'
|
||||||
|
|
||||||
|
const MapPrint = ({
|
||||||
|
id,
|
||||||
|
mapElement
|
||||||
|
}: {
|
||||||
|
id: string
|
||||||
|
mapElement: React.MutableRefObject<HTMLDivElement | null>
|
||||||
|
}) => {
|
||||||
|
const [fullscreen, setFullscreen] = useState(false)
|
||||||
|
const { printOrientation, printResolution, printFormat } = usePrintStore()
|
||||||
|
const { selectedYear, selectedRegion, selectedDistrict } = useObjectsStore().id[id]
|
||||||
|
|
||||||
|
const {
|
||||||
|
map,
|
||||||
|
previousView, printArea, printSource, printAreaDraw, printScale, printScaleLine,
|
||||||
|
} = useMapStore().id[id]
|
||||||
|
|
||||||
|
const exportToPDF = (format: PrintFormat, resolution: number, orientation: PrintOrientation) => {
|
||||||
|
const dim = printDimensions[format]
|
||||||
|
|
||||||
|
const width = Math.round((dim[orientation === 'horizontal' ? 0 : 1] * resolution) / 25.4)
|
||||||
|
const height = Math.round((dim[orientation === 'horizontal' ? 1 : 0] * resolution) / 25.4)
|
||||||
|
|
||||||
|
if (!map) return
|
||||||
|
|
||||||
|
// Store original size and scale
|
||||||
|
const originalSize = map.getSize()
|
||||||
|
const originalResolution = map.getView().getResolution()
|
||||||
|
|
||||||
|
if (!originalSize || !originalResolution) return
|
||||||
|
|
||||||
|
// Calculate new resolution to fit high DPI
|
||||||
|
const scaleFactor = width / originalSize[0]
|
||||||
|
const newResolution = originalResolution / scaleFactor
|
||||||
|
|
||||||
|
// console.log(`New resolution: ${newResolution}`)
|
||||||
|
|
||||||
|
// const center = map.getView().getCenter()
|
||||||
|
// let scaleResolution = 1
|
||||||
|
// if (center) {
|
||||||
|
// scaleResolution = Number(printScale) / getPointResolution(map.getView().getProjection(), Number(resolution) / 25.4, center)
|
||||||
|
// // console.log(`Scaled resolution: ${scaleResolution}`)
|
||||||
|
// }
|
||||||
|
|
||||||
|
console.log(width, height)
|
||||||
|
// Set new high-resolution rendering
|
||||||
|
map.setSize([width, height])
|
||||||
|
map.getView().setResolution(newResolution)
|
||||||
|
map.renderSync()
|
||||||
|
|
||||||
|
map.once("rendercomplete", function () {
|
||||||
|
const mapCanvas = document.createElement("canvas")
|
||||||
|
mapCanvas.width = width
|
||||||
|
mapCanvas.height = height
|
||||||
|
const mapContext = mapCanvas.getContext("2d")
|
||||||
|
|
||||||
|
if (!mapContext) return
|
||||||
|
|
||||||
|
const canvas = document.querySelector('canvas')
|
||||||
|
if (canvas) {
|
||||||
|
if (canvas.width > 0) {
|
||||||
|
const opacity = canvas.parentElement?.style.opacity || "1"
|
||||||
|
mapContext.globalAlpha = parseFloat(opacity)
|
||||||
|
|
||||||
|
const transform = canvas.style.transform
|
||||||
|
const matrixMatch = transform.match(/^matrix\(([^)]+)\)$/)
|
||||||
|
if (matrixMatch) {
|
||||||
|
const matrix = matrixMatch[1].split(",").map(Number)
|
||||||
|
mapContext.setTransform(...matrix as [number, number, number, number, number, number])
|
||||||
|
}
|
||||||
|
|
||||||
|
mapContext.drawImage(canvas, 0, 0)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
mapContext.globalAlpha = 1
|
||||||
|
mapContext.setTransform(1, 0, 0, 1, 0, 0)
|
||||||
|
|
||||||
|
// Restore original map settings
|
||||||
|
map.setSize(originalSize)
|
||||||
|
map.getView().setResolution(originalResolution)
|
||||||
|
map.renderSync()
|
||||||
|
|
||||||
|
const dimensions = {
|
||||||
|
w: orientation === 'horizontal' ? dim[0] : dim[1],
|
||||||
|
h: orientation === 'horizontal' ? dim[1] : dim[0]
|
||||||
|
}
|
||||||
|
|
||||||
|
// Generate PDF
|
||||||
|
const pdf = new jsPDF(orientation === 'horizontal' ? "landscape" : 'portrait', undefined, format)
|
||||||
|
pdf.addImage(mapCanvas.toDataURL("image/jpeg"), "JPEG", 0, 0, dimensions.w, dimensions.h)
|
||||||
|
|
||||||
|
const filename = `${selectedYear}-${selectedRegion}-${selectedDistrict}-${new Date().toISOString()}.pdf`
|
||||||
|
pdf.save(filename, {
|
||||||
|
returnPromise: true
|
||||||
|
}).then(() => {
|
||||||
|
|
||||||
|
})
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
const scaleLine = useRef(new ScaleLine({
|
||||||
|
bar: true,
|
||||||
|
text: true,
|
||||||
|
minWidth: 125
|
||||||
|
}))
|
||||||
|
|
||||||
|
useEffect(() => {
|
||||||
|
if (printArea) {
|
||||||
|
// backup view before entering print mode
|
||||||
|
setPreviousView(id, map?.getView())
|
||||||
|
|
||||||
|
map?.setTarget('print-portal')
|
||||||
|
|
||||||
|
printSource.clear()
|
||||||
|
map?.getView().setCenter(getCenter(printArea))
|
||||||
|
map?.getView().fit(printArea, {
|
||||||
|
size: printOrientation === 'horizontal' ? [594, 420] : [420, 594]
|
||||||
|
})
|
||||||
|
map?.removeInteraction(printAreaDraw)
|
||||||
|
}
|
||||||
|
}, [printArea, map])
|
||||||
|
|
||||||
|
useEffect(() => {
|
||||||
|
if (printScaleLine && printArea) {
|
||||||
|
map?.addControl(scaleLine.current)
|
||||||
|
} else {
|
||||||
|
map?.removeControl(scaleLine.current)
|
||||||
|
}
|
||||||
|
}, [printScaleLine, printArea])
|
||||||
|
|
||||||
|
return (
|
||||||
|
<Modal.Root
|
||||||
|
scrollAreaComponent={ScrollAreaAutosize}
|
||||||
|
keepMounted size='auto'
|
||||||
|
opened={!!printArea}
|
||||||
|
onClose={() => {
|
||||||
|
clearPrintArea(id)
|
||||||
|
map?.setTarget(mapElement.current as HTMLDivElement)
|
||||||
|
map?.addInteraction(printAreaDraw)
|
||||||
|
}} fullScreen={fullscreen}>
|
||||||
|
<Modal.Overlay />
|
||||||
|
<Modal.Content style={{ transition: 'all .3s ease' }}>
|
||||||
|
<Modal.Header>
|
||||||
|
<Modal.Title>
|
||||||
|
Предпросмотр области печати
|
||||||
|
</Modal.Title>
|
||||||
|
|
||||||
|
<Flex ml='auto' gap='md'>
|
||||||
|
<ActionIcon title='Помощь' ml='auto' variant='transparent'>
|
||||||
|
<IconHelp color='gray' />
|
||||||
|
</ActionIcon>
|
||||||
|
<ActionIcon title={fullscreen ? 'Свернуть' : 'Развернуть'} variant='transparent' onClick={() => setFullscreen(!fullscreen)}>
|
||||||
|
{fullscreen ? <IconWindowMinimize color='gray' /> : <IconWindowMaximize color='gray' />}
|
||||||
|
</ActionIcon>
|
||||||
|
<Modal.CloseButton title='Закрыть' />
|
||||||
|
</Flex>
|
||||||
|
</Modal.Header>
|
||||||
|
<Modal.Body>
|
||||||
|
<Stack align='center'>
|
||||||
|
<Text w='100%'>Область печати можно передвигать.</Text>
|
||||||
|
|
||||||
|
<div id='print-portal' style={{
|
||||||
|
width: printOrientation === 'horizontal' ? '594px' : '420px',
|
||||||
|
height: printOrientation === 'horizontal' ? '420px' : '594px'
|
||||||
|
}}>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<Flex w='100%' wrap='wrap' gap='lg' justify='space-between'>
|
||||||
|
<Radio.Group
|
||||||
|
label='Ориентация'
|
||||||
|
value={printOrientation}
|
||||||
|
onChange={(value) => setPrintOrientation(value as PrintOrientation)}
|
||||||
|
>
|
||||||
|
<Stack>
|
||||||
|
<Radio value='horizontal' label='Горизонтальная' />
|
||||||
|
<Radio value='vertical' label='Вертикальная' />
|
||||||
|
</Stack>
|
||||||
|
</Radio.Group>
|
||||||
|
|
||||||
|
<Select
|
||||||
|
allowDeselect={false}
|
||||||
|
label="Разрешение"
|
||||||
|
placeholder="Выберите разрешение"
|
||||||
|
data={printResolutions}
|
||||||
|
value={printResolution.toString()}
|
||||||
|
onChange={(value) => setPrintResolution(Number(value))}
|
||||||
|
/>
|
||||||
|
|
||||||
|
<Select
|
||||||
|
allowDeselect={false}
|
||||||
|
label="Масштаб"
|
||||||
|
placeholder="Выберите масштаб"
|
||||||
|
data={scaleOptions}
|
||||||
|
value={printScale}
|
||||||
|
onChange={(value) => setPrintScale(id, value as PrintScale)}
|
||||||
|
/>
|
||||||
|
|
||||||
|
<Checkbox
|
||||||
|
checked={printScaleLine}
|
||||||
|
label="Масштабная линия"
|
||||||
|
onChange={(event) => setPrintScaleLine(id, event.currentTarget.checked)}
|
||||||
|
/>
|
||||||
|
</Flex>
|
||||||
|
|
||||||
|
<Flex w='100%' gap='sm' align='center'>
|
||||||
|
<Button ml='auto' onClick={() => {
|
||||||
|
if (previousView) {
|
||||||
|
exportToPDF(printFormat, printResolution, printOrientation)
|
||||||
|
}
|
||||||
|
}}>
|
||||||
|
Печать
|
||||||
|
</Button>
|
||||||
|
</Flex>
|
||||||
|
</Stack>
|
||||||
|
</Modal.Body>
|
||||||
|
</Modal.Content>
|
||||||
|
</Modal.Root>
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
|
export default MapPrint
|
@ -6,7 +6,7 @@ import { BASE_URL } from '../../constants'
|
|||||||
|
|
||||||
const ObjectData = (object_data: IObjectData) => {
|
const ObjectData = (object_data: IObjectData) => {
|
||||||
const { data: typeData } = useSWR(
|
const { data: typeData } = useSWR(
|
||||||
object_data.type ? `/general/types/all` : null,
|
object_data.type ? `/general/types` : null,
|
||||||
(url) => fetcher(url, BASE_URL.ems),
|
(url) => fetcher(url, BASE_URL.ems),
|
||||||
{
|
{
|
||||||
revalidateOnFocus: false
|
revalidateOnFocus: false
|
||||||
|
@ -16,7 +16,7 @@ const ObjectParameter = ({
|
|||||||
map_id
|
map_id
|
||||||
}: ObjectParameterProps) => {
|
}: ObjectParameterProps) => {
|
||||||
const { data: paramData } = useSWR(
|
const { data: paramData } = useSWR(
|
||||||
`/general/params/all?param_id=${param.id_param}`,
|
`/general/params/?param_id=${param.id_param}`,
|
||||||
(url) => fetcher(url, BASE_URL.ems).then(res => res[0] as IParam),
|
(url) => fetcher(url, BASE_URL.ems).then(res => res[0] as IParam),
|
||||||
{
|
{
|
||||||
revalidateOnFocus: false,
|
revalidateOnFocus: false,
|
||||||
|
@ -15,7 +15,7 @@ const ObjectParameters = ({
|
|||||||
const { currentObjectId } = useObjectsStore().id[map_id]
|
const { currentObjectId } = useObjectsStore().id[map_id]
|
||||||
|
|
||||||
const { data: valuesData, isValidating: valuesValidating } = useSWR(
|
const { data: valuesData, isValidating: valuesValidating } = useSWR(
|
||||||
currentObjectId ? `/general/values/all?object_id=${currentObjectId}` : null,
|
currentObjectId ? `/general/values/?object_id=${currentObjectId}` : null,
|
||||||
(url) => fetcher(url, BASE_URL.ems),
|
(url) => fetcher(url, BASE_URL.ems),
|
||||||
{
|
{
|
||||||
revalidateOnFocus: false,
|
revalidateOnFocus: false,
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
import { IconBuildingFactory2, IconComponents, IconDeviceDesktopAnalytics, IconFiles, IconHome, IconLogin, IconLogin2, IconMap, IconPassword, IconReport, IconServer, IconSettings, IconShield, IconUsers } from "@tabler/icons-react";
|
import { IconBuildingFactory2, IconComponents, IconDeviceDesktopAnalytics, IconFiles, IconFlame, IconHome, IconLogin, IconLogin2, IconMap, IconPassword, IconReport, icons, IconServer, IconSettings, IconShield, IconUsers } from "@tabler/icons-react";
|
||||||
import SignIn from "../pages/auth/SignIn";
|
import SignIn from "../pages/auth/SignIn";
|
||||||
import SignUp from "../pages/auth/SignUp";
|
import SignUp from "../pages/auth/SignUp";
|
||||||
import PasswordReset from "../pages/auth/PasswordReset";
|
import PasswordReset from "../pages/auth/PasswordReset";
|
||||||
@ -15,6 +15,8 @@ import Boilers from "../pages/Boilers";
|
|||||||
import MapTest from "../pages/MapTest";
|
import MapTest from "../pages/MapTest";
|
||||||
import PrintReport from "../pages/PrintReport";
|
import PrintReport from "../pages/PrintReport";
|
||||||
import DBManager from "../pages/DBManager";
|
import DBManager from "../pages/DBManager";
|
||||||
|
import MapLineTest from "../components/map/MapLineTest";
|
||||||
|
import FuelPage from "../pages/Fuel";
|
||||||
|
|
||||||
// Определение страниц с путями и компонентом для рендера
|
// Определение страниц с путями и компонентом для рендера
|
||||||
|
|
||||||
@ -127,6 +129,15 @@ const pages = [
|
|||||||
dashboard: true,
|
dashboard: true,
|
||||||
enabled: true,
|
enabled: true,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: "Map line test",
|
||||||
|
path: "/map-line-test",
|
||||||
|
icon: <IconMap />,
|
||||||
|
component: <MapLineTest />,
|
||||||
|
drawer: true,
|
||||||
|
dashboard: true,
|
||||||
|
enabled: true,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: "Монитор",
|
label: "Монитор",
|
||||||
path: "/monitor",
|
path: "/monitor",
|
||||||
@ -152,7 +163,7 @@ const pages = [
|
|||||||
component: <PrintReport />,
|
component: <PrintReport />,
|
||||||
drawer: true,
|
drawer: true,
|
||||||
dashboard: true,
|
dashboard: true,
|
||||||
enabled: false,
|
enabled: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "Тест БД",
|
label: "Тест БД",
|
||||||
@ -163,6 +174,15 @@ const pages = [
|
|||||||
dashboard: true,
|
dashboard: true,
|
||||||
enabled: true,
|
enabled: true,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: 'Fuel',
|
||||||
|
path: '/fuel',
|
||||||
|
icon: <IconFlame />,
|
||||||
|
component: <FuelPage />,
|
||||||
|
drawer: true,
|
||||||
|
dashboard: true,
|
||||||
|
enabled: true
|
||||||
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
export {
|
export {
|
||||||
|
29
client/src/dto/fuel/fuel.dto.ts
Normal file
29
client/src/dto/fuel/fuel.dto.ts
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
export class FuelExpenseDto {
|
||||||
|
id_boiler?: string
|
||||||
|
id_fuel?: number
|
||||||
|
date?: Date
|
||||||
|
value?: number
|
||||||
|
}
|
||||||
|
|
||||||
|
export const FuelExpenseDtoHeaders = {
|
||||||
|
id_boiler: 'Boiler ID',
|
||||||
|
id_fuel: 'Fuel ID',
|
||||||
|
date: 'Date',
|
||||||
|
value: 'Value',
|
||||||
|
}
|
||||||
|
|
||||||
|
export class FuelLimitDto {
|
||||||
|
id_boiler?: string
|
||||||
|
id_fuel?: number
|
||||||
|
month?: Date
|
||||||
|
year?: number
|
||||||
|
value?: number
|
||||||
|
}
|
||||||
|
|
||||||
|
export const FuelLimitDtoHeaders = {
|
||||||
|
id_boiler: 'Boiler ID',
|
||||||
|
id_fuel: 'Fuel ID',
|
||||||
|
month: 'Month',
|
||||||
|
year: 'Year',
|
||||||
|
value: 'Value'
|
||||||
|
}
|
27
client/src/http/axiosInstanceNest.ts
Normal file
27
client/src/http/axiosInstanceNest.ts
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
import axios, { ResponseType } from 'axios';
|
||||||
|
import { useAuthStore } from '../store/auth';
|
||||||
|
|
||||||
|
const axiosInstance = axios.create();
|
||||||
|
|
||||||
|
axiosInstance.interceptors.request.use(
|
||||||
|
(config) => {
|
||||||
|
const token = useAuthStore.getState().token;
|
||||||
|
if (token) {
|
||||||
|
config.headers['Authorization'] = `Bearer ${token}`;
|
||||||
|
}
|
||||||
|
return config;
|
||||||
|
},
|
||||||
|
(error) => {
|
||||||
|
return Promise.reject(error);
|
||||||
|
}
|
||||||
|
);
|
||||||
|
|
||||||
|
export const fetcher = (url: string, baseURL?: string, responseType?: ResponseType) => axiosInstance.get(url, {
|
||||||
|
baseURL: baseURL || import.meta.env.VITE_API_NEST_URL,
|
||||||
|
headers: {
|
||||||
|
'Content-Type': 'application/x-www-form-urlencoded'
|
||||||
|
},
|
||||||
|
responseType: responseType ? responseType : "json"
|
||||||
|
}).then(res => res.data)
|
||||||
|
|
||||||
|
export default axiosInstance;
|
@ -1,5 +1,3 @@
|
|||||||
// Layout for fullscreen pages
|
|
||||||
|
|
||||||
import { Flex } from "@mantine/core";
|
import { Flex } from "@mantine/core";
|
||||||
import { Outlet } from "react-router-dom";
|
import { Outlet } from "react-router-dom";
|
||||||
|
|
||||||
|
@ -1,10 +1,13 @@
|
|||||||
import "@fontsource/inter";
|
import "@fontsource/inter";
|
||||||
import '@mantine/core/styles.css';
|
import '@mantine/core/styles.css';
|
||||||
|
import '@mantine/dates/styles.css';
|
||||||
import React from 'react'
|
import React from 'react'
|
||||||
import ReactDOM from 'react-dom/client'
|
import ReactDOM from 'react-dom/client'
|
||||||
import App from './App.tsx'
|
import App from './App.tsx'
|
||||||
import './index.css'
|
import './index.css'
|
||||||
import { createTheme, DEFAULT_THEME, MantineProvider, mergeMantineTheme } from '@mantine/core';
|
import { createTheme, DEFAULT_THEME, MantineProvider, mergeMantineTheme } from '@mantine/core';
|
||||||
|
import 'dayjs/locale/ru';
|
||||||
|
import { DatesProvider } from "@mantine/dates";
|
||||||
|
|
||||||
const overrides = createTheme({
|
const overrides = createTheme({
|
||||||
// Set this color to `--mantine-color-body` CSS variable
|
// Set this color to `--mantine-color-body` CSS variable
|
||||||
@ -19,7 +22,9 @@ const theme = mergeMantineTheme(DEFAULT_THEME, overrides);
|
|||||||
ReactDOM.createRoot(document.getElementById('root') as HTMLElement).render(
|
ReactDOM.createRoot(document.getElementById('root') as HTMLElement).render(
|
||||||
<React.StrictMode>
|
<React.StrictMode>
|
||||||
<MantineProvider theme={theme}>
|
<MantineProvider theme={theme}>
|
||||||
<App />
|
<DatesProvider settings={{ locale: 'ru' }}>
|
||||||
|
<App />
|
||||||
|
</DatesProvider>
|
||||||
</MantineProvider>
|
</MantineProvider>
|
||||||
</React.StrictMode>,
|
</React.StrictMode>,
|
||||||
)
|
)
|
207
client/src/pages/Fuel.tsx
Normal file
207
client/src/pages/Fuel.tsx
Normal file
@ -0,0 +1,207 @@
|
|||||||
|
import { ActionIcon, Button, Flex, Input, Loader, LoadingOverlay, Modal, Overlay, Table, Tabs, TextInput, useMantineColorScheme } from "@mantine/core";
|
||||||
|
import { IconMathMax, IconPlus, IconTableMinus, IconTablePlus } from "@tabler/icons-react";
|
||||||
|
import { FuelExpenseDto, FuelExpenseDtoHeaders, FuelLimitDto, FuelLimitDtoHeaders } from "../dto/fuel/fuel.dto";
|
||||||
|
import useSWR from "swr";
|
||||||
|
import { fetcher } from "../http/axiosInstanceNest";
|
||||||
|
import { useEffect, useState } from "react";
|
||||||
|
import { useDisclosure } from "@mantine/hooks";
|
||||||
|
import { DateInput, DatePicker } from '@mantine/dates'
|
||||||
|
import { SubmitHandler, useForm } from "react-hook-form";
|
||||||
|
|
||||||
|
import { AgGridReact } from "ag-grid-react";
|
||||||
|
import { AllCommunityModule, ColDef, ModuleRegistry } from 'ag-grid-community'
|
||||||
|
|
||||||
|
ModuleRegistry.registerModules([AllCommunityModule])
|
||||||
|
|
||||||
|
type FieldType = 'text' | 'number' | 'select' | 'date'
|
||||||
|
|
||||||
|
interface IPostInclude {
|
||||||
|
field: string
|
||||||
|
field_type: FieldType
|
||||||
|
}
|
||||||
|
|
||||||
|
interface ITableSchema {
|
||||||
|
label: string
|
||||||
|
value: string
|
||||||
|
get: string
|
||||||
|
post: string
|
||||||
|
headers: { [key: string]: string }
|
||||||
|
post_include: IPostInclude[]
|
||||||
|
icon: JSX.Element
|
||||||
|
}
|
||||||
|
|
||||||
|
export default function FuelPage() {
|
||||||
|
const tables: ITableSchema[] = [
|
||||||
|
{
|
||||||
|
label: 'Расходы',
|
||||||
|
value: 'expenses',
|
||||||
|
get: '/fuel/expenses',
|
||||||
|
post: '/fuel/expenses',
|
||||||
|
headers: FuelExpenseDtoHeaders,
|
||||||
|
post_include: [
|
||||||
|
{
|
||||||
|
field: 'id_boiler',
|
||||||
|
field_type: 'text'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
field: 'id_fuel',
|
||||||
|
field_type: 'text'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
field: 'date',
|
||||||
|
field_type: 'date'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
field: 'value',
|
||||||
|
field_type: 'text'
|
||||||
|
}
|
||||||
|
],
|
||||||
|
icon: <IconTableMinus size={12} />
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: 'Лимиты',
|
||||||
|
value: 'limits',
|
||||||
|
get: '/fuel/limits',
|
||||||
|
post: '/fuel/limits',
|
||||||
|
headers: FuelLimitDtoHeaders,
|
||||||
|
post_include: [
|
||||||
|
{
|
||||||
|
field: 'id_boiler',
|
||||||
|
field_type: 'text'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
field: 'id_fuel',
|
||||||
|
field_type: 'text'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
field: 'month',
|
||||||
|
field_type: 'number'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
field: 'year',
|
||||||
|
field_type: 'number'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
field: 'value',
|
||||||
|
field_type: 'text'
|
||||||
|
}
|
||||||
|
],
|
||||||
|
icon: <IconMathMax size={12} />,
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
||||||
|
const [currentTab, setCurrentTab] = useState(tables[0])
|
||||||
|
|
||||||
|
const { data, isLoading } = useSWR(currentTab.get, () => fetcher(currentTab.get), { revalidateOnFocus: false })
|
||||||
|
|
||||||
|
const [openedCreateModal, { open: openCreateModal, close: closeCreateModal }] = useDisclosure(false)
|
||||||
|
|
||||||
|
const { colorScheme } = useMantineColorScheme()
|
||||||
|
|
||||||
|
useEffect(() => {
|
||||||
|
if (colorScheme === 'dark') {
|
||||||
|
document.body.dataset.agThemeMode = 'dark'
|
||||||
|
} else {
|
||||||
|
document.body.dataset.agThemeMode = 'light'
|
||||||
|
}
|
||||||
|
}, [colorScheme])
|
||||||
|
|
||||||
|
return (
|
||||||
|
<>
|
||||||
|
<ModalCreate openedCreateModal={openedCreateModal} closeCreateModal={closeCreateModal} currentTab={currentTab} />
|
||||||
|
|
||||||
|
<Tabs defaultValue={tables[0].value} w='100%' onChange={(tab) => setCurrentTab(tables.find(table => table.value === tab) || tables[0])}>
|
||||||
|
<Tabs.List>
|
||||||
|
{tables.map((table, index) => (
|
||||||
|
<Tabs.Tab key={index} value={table.value} leftSection={table.icon}>
|
||||||
|
{table.label}
|
||||||
|
</Tabs.Tab>
|
||||||
|
))}
|
||||||
|
</Tabs.List>
|
||||||
|
|
||||||
|
<Flex p='sm'>
|
||||||
|
<Button leftSection={<IconPlus />} onClick={openCreateModal}>
|
||||||
|
Добавить
|
||||||
|
</Button>
|
||||||
|
</Flex>
|
||||||
|
|
||||||
|
{tables.map((table, index) => (
|
||||||
|
<Tabs.Panel key={index} value={table.value} w='100%' h='100%'>
|
||||||
|
{isLoading ?
|
||||||
|
<Flex w='100%' justify={'center'} p='md'>
|
||||||
|
<Loader />
|
||||||
|
</Flex>
|
||||||
|
:
|
||||||
|
<>
|
||||||
|
<AgGridReact
|
||||||
|
//rowData={data}
|
||||||
|
rowData={[
|
||||||
|
Object.keys(table.headers).reduce((obj, key) => ({ ...obj, [key]: 'test' }), {}),
|
||||||
|
Object.keys(table.headers).reduce((obj, key) => ({ ...obj, [key]: 'test' }), {})
|
||||||
|
]}
|
||||||
|
columnDefs={Object.keys(table.headers).map((header) => ({
|
||||||
|
field: header
|
||||||
|
})) as ColDef[]}
|
||||||
|
defaultColDef={{
|
||||||
|
flex: 1,
|
||||||
|
}}
|
||||||
|
/>
|
||||||
|
</>
|
||||||
|
}
|
||||||
|
</Tabs.Panel>
|
||||||
|
))}
|
||||||
|
</Tabs>
|
||||||
|
</>
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
|
const ModalCreate = ({
|
||||||
|
openedCreateModal,
|
||||||
|
closeCreateModal,
|
||||||
|
currentTab
|
||||||
|
}: {
|
||||||
|
openedCreateModal: boolean
|
||||||
|
closeCreateModal: () => void
|
||||||
|
currentTab: ITableSchema
|
||||||
|
}) => {
|
||||||
|
const { register, handleSubmit, reset, watch, formState: { errors, isSubmitting, dirtyFields, isValid } } = useForm({
|
||||||
|
mode: 'onChange',
|
||||||
|
})
|
||||||
|
|
||||||
|
const onSubmit: SubmitHandler<any> = async (values: any) => {
|
||||||
|
console.log('Values to submit:', values)
|
||||||
|
}
|
||||||
|
|
||||||
|
return (
|
||||||
|
<Modal withinPortal opened={openedCreateModal} onClose={closeCreateModal}>
|
||||||
|
<LoadingOverlay visible={isSubmitting} />
|
||||||
|
|
||||||
|
<Flex direction='column' gap='sm' component='form' onSubmit={handleSubmit(onSubmit)}>
|
||||||
|
{currentTab.post_include.map((header, index) => {
|
||||||
|
switch (header.field_type) {
|
||||||
|
case 'date':
|
||||||
|
return (
|
||||||
|
<DateInput label={header.field} />
|
||||||
|
)
|
||||||
|
case 'text':
|
||||||
|
return (
|
||||||
|
<TextInput key={index} label={header.field} {...register(header.field, {
|
||||||
|
required: true
|
||||||
|
})} />
|
||||||
|
)
|
||||||
|
default:
|
||||||
|
return (
|
||||||
|
<TextInput key={index} label={header.field} {...register(header.field, {
|
||||||
|
required: true
|
||||||
|
})} />
|
||||||
|
)
|
||||||
|
}
|
||||||
|
})}
|
||||||
|
|
||||||
|
<Button mt='xl' type='submit'>
|
||||||
|
Добавить
|
||||||
|
</Button>
|
||||||
|
</Flex>
|
||||||
|
</Modal>
|
||||||
|
)
|
||||||
|
}
|
@ -13,9 +13,9 @@ function MapTest() {
|
|||||||
const tabs = [
|
const tabs = [
|
||||||
{
|
{
|
||||||
id: uuidv4(),
|
id: uuidv4(),
|
||||||
year: 2023,
|
year: 2018,
|
||||||
region: 11,
|
region: 11,
|
||||||
district: 145,
|
district: 146,
|
||||||
},
|
},
|
||||||
// {
|
// {
|
||||||
// id: uuidv4(),
|
// id: uuidv4(),
|
||||||
|
@ -1,11 +1,10 @@
|
|||||||
import { ActionIcon, Button, Flex, Group, Input, Stack, Text, TextInput } from "@mantine/core"
|
import { ActionIcon, Button, Flex, Group, Stack, Text, TextInput } from "@mantine/core"
|
||||||
import { useEffect, useState } from "react"
|
import { useEffect, useState } from "react"
|
||||||
import createReport, { listCommands } from 'docx-templates'
|
import createReport, { listCommands } from 'docx-templates'
|
||||||
import { Dropzone, DropzoneProps, IMAGE_MIME_TYPE, MS_WORD_MIME_TYPE } from '@mantine/dropzone'
|
import { Dropzone, IMAGE_MIME_TYPE } from '@mantine/dropzone'
|
||||||
import { IconFile, IconFileTypeDocx, IconPhoto, IconPlus, IconUpload, IconX } from "@tabler/icons-react"
|
import { IconFileTypeDocx, IconPlus, IconUpload, IconX } from "@tabler/icons-react"
|
||||||
import { CommandSummary } from "docx-templates/lib/types"
|
import { CommandSummary } from "docx-templates/lib/types"
|
||||||
import { Control, Controller, FieldValues, SubmitHandler, useFieldArray, useForm, UseFormRegister } from "react-hook-form"
|
import { Control, Controller, FieldValues, SubmitHandler, useFieldArray, useForm, UseFormRegister } from "react-hook-form"
|
||||||
import { TemplateHandler } from 'easy-template-x'
|
|
||||||
|
|
||||||
const xslTemplate = `<?xml version="1.0" encoding="utf-8"?>
|
const xslTemplate = `<?xml version="1.0" encoding="utf-8"?>
|
||||||
<xsl:stylesheet version="1.0" xmlns="urn:schemas-microsoft-com:office:spreadsheet" xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
<xsl:stylesheet version="1.0" xmlns="urn:schemas-microsoft-com:office:spreadsheet" xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
||||||
@ -962,54 +961,6 @@ const handleGenerateExcel = () => {
|
|||||||
URL.revokeObjectURL(url)
|
URL.revokeObjectURL(url)
|
||||||
}
|
}
|
||||||
|
|
||||||
const TemplateFormET = ({
|
|
||||||
templateUrl
|
|
||||||
}: {
|
|
||||||
templateUrl: string
|
|
||||||
}) => {
|
|
||||||
const [templateUint8Array, setTemplateUint8Array] = useState<Uint8Array | null>(null)
|
|
||||||
const [loading, setLoading] = useState(false)
|
|
||||||
|
|
||||||
const loadTemplate = async (templateUrl: string) => {
|
|
||||||
setLoading(true)
|
|
||||||
try {
|
|
||||||
const response = await fetch(templateUrl)
|
|
||||||
const templateArrayBuffer = await response.arrayBuffer()
|
|
||||||
|
|
||||||
setTemplateUint8Array(new Uint8Array(templateArrayBuffer))
|
|
||||||
} catch (error) {
|
|
||||||
console.error("Error generating DOCX:", error)
|
|
||||||
} finally {
|
|
||||||
setLoading(false)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
const loadTags = async (templateUint8Array: Uint8Array) => {
|
|
||||||
const handler = new TemplateHandler()
|
|
||||||
const tags = await handler.parseTags(templateUint8Array)
|
|
||||||
|
|
||||||
console.log(tags)
|
|
||||||
}
|
|
||||||
|
|
||||||
useEffect(() => {
|
|
||||||
if (templateUint8Array) {
|
|
||||||
loadTags(templateUint8Array)
|
|
||||||
}
|
|
||||||
}, [templateUint8Array])
|
|
||||||
|
|
||||||
useEffect(() => {
|
|
||||||
if (templateUrl) {
|
|
||||||
loadTemplate(templateUrl)
|
|
||||||
}
|
|
||||||
}, [templateUrl])
|
|
||||||
|
|
||||||
return (
|
|
||||||
<div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
)
|
|
||||||
}
|
|
||||||
|
|
||||||
interface TemplateCommand extends CommandSummary {
|
interface TemplateCommand extends CommandSummary {
|
||||||
children?: CommandSummary[]
|
children?: CommandSummary[]
|
||||||
}
|
}
|
||||||
@ -1098,6 +1049,7 @@ const FormLoop = ({
|
|||||||
))
|
))
|
||||||
}
|
}
|
||||||
</Stack>
|
</Stack>
|
||||||
|
|
||||||
<ActionIcon onClick={() => {
|
<ActionIcon onClick={() => {
|
||||||
if (command.children) {
|
if (command.children) {
|
||||||
append(command.children.map(c => c.code).reduce((acc, key) => {
|
append(command.children.map(c => c.code).reduce((acc, key) => {
|
||||||
@ -1132,51 +1084,51 @@ const renderCommand = (
|
|||||||
|
|
||||||
if (command.type === 'IMAGE') {
|
if (command.type === 'IMAGE') {
|
||||||
return (
|
return (
|
||||||
<Controller
|
<Stack gap={0}>
|
||||||
key={key}
|
<Text size='sm' fw={500}>{command.code}</Text>
|
||||||
name={name}
|
<Controller
|
||||||
control={control}
|
key={key}
|
||||||
render={({ field: { onChange, value } }) => (
|
name={name}
|
||||||
<Dropzone
|
control={control}
|
||||||
accept={IMAGE_MIME_TYPE}
|
render={({ field: { onChange } }) => (
|
||||||
maxSize={5 * 1024 ** 2}
|
<Dropzone
|
||||||
onReject={(files) => console.log('rejected files', files)}
|
accept={IMAGE_MIME_TYPE}
|
||||||
onDrop={(files) => {
|
maxSize={5 * 1024 ** 2}
|
||||||
console.log(files[0])
|
onReject={(files) => console.log('rejected files', files)}
|
||||||
files[0].arrayBuffer().then(res => {
|
onDrop={(files) => {
|
||||||
onChange({
|
console.log(files[0])
|
||||||
width: 6,
|
files[0].arrayBuffer().then(res => {
|
||||||
height: 6,
|
onChange({
|
||||||
data: new Uint8Array(res),
|
width: 6,
|
||||||
extension: files[0]?.path?.match(/\.[^.]+$/)?.[0] || ""
|
height: 6,
|
||||||
|
data: new Uint8Array(res),
|
||||||
|
extension: files[0]?.path?.match(/\.[^.]+$/)?.[0] || ""
|
||||||
|
})
|
||||||
})
|
})
|
||||||
})
|
}}
|
||||||
}}
|
maxFiles={1}
|
||||||
maxFiles={1}
|
>
|
||||||
>
|
<Group justify="center" gap="xl" mih={220} style={{ pointerEvents: 'none' }}>
|
||||||
<Group justify="center" gap="xl" mih={220} style={{ pointerEvents: 'none' }}>
|
<Dropzone.Accept>
|
||||||
<Dropzone.Accept>
|
<IconUpload size={52} color="var(--mantine-color-blue-6)" stroke={1.5} />
|
||||||
<IconUpload size={52} color="var(--mantine-color-blue-6)" stroke={1.5} />
|
</Dropzone.Accept>
|
||||||
</Dropzone.Accept>
|
<Dropzone.Reject>
|
||||||
<Dropzone.Reject>
|
<IconX size={52} color="var(--mantine-color-red-6)" stroke={1.5} />
|
||||||
<IconX size={52} color="var(--mantine-color-red-6)" stroke={1.5} />
|
</Dropzone.Reject>
|
||||||
</Dropzone.Reject>
|
<Dropzone.Idle>
|
||||||
<Dropzone.Idle>
|
<IconFileTypeDocx size={52} color="var(--mantine-color-dimmed)" stroke={1.5} />
|
||||||
<IconFileTypeDocx size={52} color="var(--mantine-color-dimmed)" stroke={1.5} />
|
</Dropzone.Idle>
|
||||||
</Dropzone.Idle>
|
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<Text size="xl" inline>
|
<Text size="xl" inline>
|
||||||
Drag files here or click to select files
|
Перетащите файлы сюда или нажмите, чтобы выбрать их
|
||||||
</Text>
|
</Text>
|
||||||
<Text size="sm" c="dimmed" inline mt={7}>
|
</div>
|
||||||
Attach as many files as you like, each file should not exceed 5mb
|
</Group>
|
||||||
</Text>
|
</Dropzone>
|
||||||
</div>
|
)}
|
||||||
</Group>
|
/>
|
||||||
</Dropzone>
|
</Stack>
|
||||||
)}
|
|
||||||
/>
|
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -1186,7 +1138,7 @@ const TemplateForm = ({
|
|||||||
}: {
|
}: {
|
||||||
templateUrl: string,
|
templateUrl: string,
|
||||||
}) => {
|
}) => {
|
||||||
const { register, control, handleSubmit, reset, watch, formState } = useForm({
|
const { register, control, handleSubmit } = useForm({
|
||||||
mode: 'onChange',
|
mode: 'onChange',
|
||||||
})
|
})
|
||||||
|
|
||||||
@ -1276,6 +1228,15 @@ const TemplateForm = ({
|
|||||||
}
|
}
|
||||||
}, [templateUrl])
|
}, [templateUrl])
|
||||||
|
|
||||||
|
useEffect(() => {
|
||||||
|
console.log(loading)
|
||||||
|
}, [loading])
|
||||||
|
|
||||||
|
useEffect(() => {
|
||||||
|
console.log(saving)
|
||||||
|
}, [saving])
|
||||||
|
|
||||||
|
|
||||||
if (commandList) {
|
if (commandList) {
|
||||||
return (
|
return (
|
||||||
<form onSubmit={handleSubmit(onSubmit)}>
|
<form onSubmit={handleSubmit(onSubmit)}>
|
||||||
@ -1283,13 +1244,16 @@ const TemplateForm = ({
|
|||||||
{commandList.map(command => {
|
{commandList.map(command => {
|
||||||
if (command.type === 'FOR') {
|
if (command.type === 'FOR') {
|
||||||
return (
|
return (
|
||||||
<FormLoop key={command.code} control={control} register={register} command={command} />
|
<Stack gap={0} key={command.code}>
|
||||||
|
<Text size='sm' fw={500}>{command.code}</Text>
|
||||||
|
<FormLoop control={control} register={register} command={command} />
|
||||||
|
</Stack>
|
||||||
)
|
)
|
||||||
} else {
|
} else {
|
||||||
return renderCommand(control, register, command, command.code, command.code, command.code)
|
return renderCommand(control, register, command, command.code, command.code, command.code)
|
||||||
}
|
}
|
||||||
})}
|
})}
|
||||||
<Button type='submit'>Submit</Button>
|
<Button ml='auto' w='fit-content' type='submit'>Сохранить</Button>
|
||||||
</Stack>
|
</Stack>
|
||||||
</form>
|
</form>
|
||||||
)
|
)
|
||||||
@ -1297,8 +1261,6 @@ const TemplateForm = ({
|
|||||||
}
|
}
|
||||||
|
|
||||||
const PrintReport = () => {
|
const PrintReport = () => {
|
||||||
const [loading, setLoading] = useState(false)
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Stack p='sm' gap='sm' w='100%'>
|
<Stack p='sm' gap='sm' w='100%'>
|
||||||
<TemplateForm templateUrl="/template_table.docx" />
|
<TemplateForm templateUrl="/template_table.docx" />
|
||||||
|
@ -235,7 +235,7 @@ export const initializeMapState = (
|
|||||||
const printAreaDraw = new Draw({
|
const printAreaDraw = new Draw({
|
||||||
source: printSource,
|
source: printSource,
|
||||||
type: 'Circle',
|
type: 'Circle',
|
||||||
style: (feature) => {
|
style: () => {
|
||||||
return new Style({
|
return new Style({
|
||||||
fill: new Fill({
|
fill: new Fill({
|
||||||
color: "rgba(0, 0, 255, 0.3)", // Semi-transparent blue fill
|
color: "rgba(0, 0, 255, 0.3)", // Semi-transparent blue fill
|
||||||
@ -331,12 +331,13 @@ export const initializeMapState = (
|
|||||||
|
|
||||||
if (pixel) {
|
if (pixel) {
|
||||||
map?.forEachFeatureAtPixel(pixel, function (feature, layer) {
|
map?.forEachFeatureAtPixel(pixel, function (feature, layer) {
|
||||||
if (layer.get('type') === 'region') {
|
if (layer) {
|
||||||
console.log("clicked on region")
|
if (layer.get('type') === 'region') {
|
||||||
zoomToFeature(id, feature as Feature)
|
zoomToFeature(id, feature as Feature)
|
||||||
|
|
||||||
if (feature.get('entity_id')) {
|
if (feature.get('entity_id')) {
|
||||||
setSelectedRegion(id, feature.get('entity_id'))
|
setSelectedRegion(id, feature.get('entity_id'))
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
@ -1869,11 +1869,6 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
"@swc/core" "^1.5.7"
|
"@swc/core" "^1.5.7"
|
||||||
|
|
||||||
"@xmldom/xmldom@0.8.10":
|
|
||||||
version "0.8.10"
|
|
||||||
resolved "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.10.tgz"
|
|
||||||
integrity sha512-2WALfTl4xo2SkGCYRt6rDTFfk9R1czmBvUQy12gK2KuRKIpWEhcbbzy8EZXtz/jkRqHX8bFEc6FC1HjX4TUWYw==
|
|
||||||
|
|
||||||
"@zeit/schemas@2.36.0":
|
"@zeit/schemas@2.36.0":
|
||||||
version "2.36.0"
|
version "2.36.0"
|
||||||
resolved "https://registry.npmjs.org/@zeit/schemas/-/schemas-2.36.0.tgz"
|
resolved "https://registry.npmjs.org/@zeit/schemas/-/schemas-2.36.0.tgz"
|
||||||
@ -1897,6 +1892,26 @@ acorn-jsx@^5.3.2:
|
|||||||
resolved "https://registry.npmjs.org/acorn/-/acorn-8.11.3.tgz"
|
resolved "https://registry.npmjs.org/acorn/-/acorn-8.11.3.tgz"
|
||||||
integrity sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==
|
integrity sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==
|
||||||
|
|
||||||
|
ag-charts-types@11.3.2:
|
||||||
|
version "11.3.2"
|
||||||
|
resolved "https://registry.npmjs.org/ag-charts-types/-/ag-charts-types-11.3.2.tgz"
|
||||||
|
integrity sha512-trPGqgGYiTeLgtf9nLuztDYOPOFOLbqHn1g2D99phf7QowcwdX0TPx0wfWG8Hm90LjB8IH+G2s3AZe2vrdAtMQ==
|
||||||
|
|
||||||
|
ag-grid-community@33.3.2:
|
||||||
|
version "33.3.2"
|
||||||
|
resolved "https://registry.npmjs.org/ag-grid-community/-/ag-grid-community-33.3.2.tgz"
|
||||||
|
integrity sha512-9bx0e/+ykOyLvUxHqmdy0cRVANH6JAtv0yZdnBZEXYYqBAwN+G5a4NY+2I1KvoOCYzbk8SnStG7y4hCdVAAWOQ==
|
||||||
|
dependencies:
|
||||||
|
ag-charts-types "11.3.2"
|
||||||
|
|
||||||
|
ag-grid-react@^33.3.2:
|
||||||
|
version "33.3.2"
|
||||||
|
resolved "https://registry.npmjs.org/ag-grid-react/-/ag-grid-react-33.3.2.tgz"
|
||||||
|
integrity sha512-5bv4JIJvGov23sduIUIyQTqpa/qhoQrRkQm5pFOQb7RMwusfx6xBPrkLwIIlCJiQ8g0OOinxWzZ2kQ2Zml6tLw==
|
||||||
|
dependencies:
|
||||||
|
ag-grid-community "33.3.2"
|
||||||
|
prop-types "^15.8.1"
|
||||||
|
|
||||||
ajv@^6.12.4:
|
ajv@^6.12.4:
|
||||||
version "6.12.6"
|
version "6.12.6"
|
||||||
resolved "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz"
|
resolved "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz"
|
||||||
@ -2937,16 +2952,6 @@ eastasianwidth@^0.2.0:
|
|||||||
resolved "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz"
|
resolved "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz"
|
||||||
integrity sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==
|
integrity sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==
|
||||||
|
|
||||||
easy-template-x@^5.1.0:
|
|
||||||
version "5.1.0"
|
|
||||||
resolved "https://registry.npmjs.org/easy-template-x/-/easy-template-x-5.1.0.tgz"
|
|
||||||
integrity sha512-vypMbIMLWLXoooA9rsL3SVN2oQtZwmmx1m4H8gi6JfbEXQQ5VLHGOUHYi9APbvN9R8Gx93r1fphdSFRHxozeYw==
|
|
||||||
dependencies:
|
|
||||||
"@xmldom/xmldom" "0.8.10"
|
|
||||||
json5 "2.2.3"
|
|
||||||
jszip "3.10.1"
|
|
||||||
lodash.get "4.4.2"
|
|
||||||
|
|
||||||
ejs@^3.1.6:
|
ejs@^3.1.6:
|
||||||
version "3.1.10"
|
version "3.1.10"
|
||||||
resolved "https://registry.npmjs.org/ejs/-/ejs-3.1.10.tgz"
|
resolved "https://registry.npmjs.org/ejs/-/ejs-3.1.10.tgz"
|
||||||
@ -4071,7 +4076,7 @@ json-stable-stringify-without-jsonify@^1.0.1:
|
|||||||
resolved "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz"
|
resolved "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz"
|
||||||
integrity sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==
|
integrity sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==
|
||||||
|
|
||||||
json5@^2.2.0, json5@^2.2.3, json5@2.2.3:
|
json5@^2.2.0, json5@^2.2.3:
|
||||||
version "2.2.3"
|
version "2.2.3"
|
||||||
resolved "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz"
|
resolved "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz"
|
||||||
integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==
|
integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==
|
||||||
@ -4105,7 +4110,7 @@ jspdf@^2.5.1, jspdf@^2.5.2:
|
|||||||
dompurify "^2.5.4"
|
dompurify "^2.5.4"
|
||||||
html2canvas "^1.0.0-rc.5"
|
html2canvas "^1.0.0-rc.5"
|
||||||
|
|
||||||
jszip@^3.10.1, jszip@3.10.1:
|
jszip@^3.10.1:
|
||||||
version "3.10.1"
|
version "3.10.1"
|
||||||
resolved "https://registry.npmjs.org/jszip/-/jszip-3.10.1.tgz"
|
resolved "https://registry.npmjs.org/jszip/-/jszip-3.10.1.tgz"
|
||||||
integrity sha512-xXDvecyTpGLrqFrvkrUSoxxfJI5AH7U8zxxtVclpsUtMCq4JQ290LY8AW5c7Ggnr/Y/oK+bQMbqK2qmtk3pN4g==
|
integrity sha512-xXDvecyTpGLrqFrvkrUSoxxfJI5AH7U8zxxtVclpsUtMCq4JQ290LY8AW5c7Ggnr/Y/oK+bQMbqK2qmtk3pN4g==
|
||||||
@ -4191,11 +4196,6 @@ lodash.debounce@^4.0.8:
|
|||||||
resolved "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz"
|
resolved "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz"
|
||||||
integrity sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==
|
integrity sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==
|
||||||
|
|
||||||
lodash.get@4.4.2:
|
|
||||||
version "4.4.2"
|
|
||||||
resolved "https://registry.npmjs.org/lodash.get/-/lodash.get-4.4.2.tgz"
|
|
||||||
integrity sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==
|
|
||||||
|
|
||||||
lodash.merge@^4.6.2:
|
lodash.merge@^4.6.2:
|
||||||
version "4.6.2"
|
version "4.6.2"
|
||||||
resolved "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz"
|
resolved "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz"
|
||||||
@ -5136,7 +5136,7 @@ rc@^1.0.1, rc@^1.1.6:
|
|||||||
minimist "^1.2.0"
|
minimist "^1.2.0"
|
||||||
strip-json-comments "~2.0.1"
|
strip-json-comments "~2.0.1"
|
||||||
|
|
||||||
"react-dom@^0.14 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0", "react-dom@^16.0.0 || ^17.0.0 || ^18.0.0", "react-dom@^16.8.0 || ^17.0.0 || ^18.0.0", "react-dom@^17.0.0 || ^18.0.0", react-dom@^18.0.0, react-dom@^18.2.0, react-dom@>=16.6.0, react-dom@>=16.8, react-dom@>=16.8.0, react-dom@>=18.0.0:
|
"react-dom@^0.14 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0", "react-dom@^16.0.0 || ^17.0.0 || ^18.0.0", "react-dom@^16.8.0 || ^17.0.0 || ^18.0.0", "react-dom@^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", "react-dom@^17.0.0 || ^18.0.0", react-dom@^18.0.0, react-dom@^18.2.0, react-dom@>=16.6.0, react-dom@>=16.8, react-dom@>=16.8.0, react-dom@>=18.0.0:
|
||||||
version "18.3.1"
|
version "18.3.1"
|
||||||
resolved "https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz"
|
resolved "https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz"
|
||||||
integrity sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==
|
integrity sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==
|
||||||
|
35
ems/DATABASE.md
Normal file
35
ems/DATABASE.md
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
Make sure to use PostGIS
|
||||||
|
|
||||||
|
Create tables first:
|
||||||
|
|
||||||
|
```sql
|
||||||
|
CREATE TABLE IF NOT EXISTS bounds (
|
||||||
|
id UUID PRIMARY KEY DEFAULT gen_random_uuid(),
|
||||||
|
entity_id INT NOT NULL,
|
||||||
|
entity_type TEXT NOT NULL,
|
||||||
|
geometry GEOMETRY(MULTIPOLYGON, 3857) NOT NULL,
|
||||||
|
UNIQUE (entity_id, entity_type)
|
||||||
|
);
|
||||||
|
```
|
||||||
|
|
||||||
|
```sql
|
||||||
|
CREATE TABLE IF NOT EXISTS lines (
|
||||||
|
id UUID PRIMARY KEY DEFAULT gen_random_uuid(),
|
||||||
|
object_id UUID NOT NULL,
|
||||||
|
geometry GEOMETRY(LINESTRING, 3857) NOT NULL,
|
||||||
|
created_at TIMESTAMP NOT NULL DEFAULT NOW(),
|
||||||
|
updated_at TIMESTAMP DEFAULT NOW(),
|
||||||
|
schema TEXT NOT NULL
|
||||||
|
);
|
||||||
|
```
|
||||||
|
|
||||||
|
```sql
|
||||||
|
CREATE TABLE IF NOT EXISTS shapes (
|
||||||
|
id UUID PRIMARY KEY DEFAULT gen_random_uuid(),
|
||||||
|
object_id UUID NOT NULL,
|
||||||
|
geometry GEOMETRY(POLYGON, 3857) NOT NULL,
|
||||||
|
created_at TIMESTAMP NOT NULL DEFAULT NOW(),
|
||||||
|
updated_at TIMESTAMP DEFAULT NOW(),
|
||||||
|
schema TEXT NOT NULL
|
||||||
|
);
|
||||||
|
```
|
448
ems/package-lock.json
generated
448
ems/package-lock.json
generated
@ -683,48 +683,53 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@prisma/debug": {
|
"node_modules/@prisma/debug": {
|
||||||
"version": "5.19.1",
|
"version": "5.22.0",
|
||||||
"resolved": "https://registry.npmjs.org/@prisma/debug/-/debug-5.19.1.tgz",
|
"resolved": "https://registry.npmjs.org/@prisma/debug/-/debug-5.22.0.tgz",
|
||||||
"integrity": "sha512-lAG6A6QnG2AskAukIEucYJZxxcSqKsMK74ZFVfCTOM/7UiyJQi48v6TQ47d6qKG3LbMslqOvnTX25dj/qvclGg==",
|
"integrity": "sha512-AUt44v3YJeggO2ZU5BkXI7M4hu9BF2zzH2iF2V5pyXT/lRTyWiElZ7It+bRH1EshoMRxHgpYg4VB6rCM+mG5jQ==",
|
||||||
"devOptional": true
|
"devOptional": true,
|
||||||
|
"license": "Apache-2.0"
|
||||||
},
|
},
|
||||||
"node_modules/@prisma/engines": {
|
"node_modules/@prisma/engines": {
|
||||||
"version": "5.19.1",
|
"version": "5.22.0",
|
||||||
"resolved": "https://registry.npmjs.org/@prisma/engines/-/engines-5.19.1.tgz",
|
"resolved": "https://registry.npmjs.org/@prisma/engines/-/engines-5.22.0.tgz",
|
||||||
"integrity": "sha512-kR/PoxZDrfUmbbXqqb8SlBBgCjvGaJYMCOe189PEYzq9rKqitQ2fvT/VJ8PDSe8tTNxhc2KzsCfCAL+Iwm/7Cg==",
|
"integrity": "sha512-UNjfslWhAt06kVL3CjkuYpHAWSO6L4kDCVPegV6itt7nD1kSJavd3vhgAEhjglLJJKEdJ7oIqDJ+yHk6qO8gPA==",
|
||||||
"devOptional": true,
|
"devOptional": true,
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@prisma/debug": "5.19.1",
|
"@prisma/debug": "5.22.0",
|
||||||
"@prisma/engines-version": "5.19.1-2.69d742ee20b815d88e17e54db4a2a7a3b30324e3",
|
"@prisma/engines-version": "5.22.0-44.605197351a3c8bdd595af2d2a9bc3025bca48ea2",
|
||||||
"@prisma/fetch-engine": "5.19.1",
|
"@prisma/fetch-engine": "5.22.0",
|
||||||
"@prisma/get-platform": "5.19.1"
|
"@prisma/get-platform": "5.22.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@prisma/engines-version": {
|
"node_modules/@prisma/engines-version": {
|
||||||
"version": "5.19.1-2.69d742ee20b815d88e17e54db4a2a7a3b30324e3",
|
"version": "5.22.0-44.605197351a3c8bdd595af2d2a9bc3025bca48ea2",
|
||||||
"resolved": "https://registry.npmjs.org/@prisma/engines-version/-/engines-version-5.19.1-2.69d742ee20b815d88e17e54db4a2a7a3b30324e3.tgz",
|
"resolved": "https://registry.npmjs.org/@prisma/engines-version/-/engines-version-5.22.0-44.605197351a3c8bdd595af2d2a9bc3025bca48ea2.tgz",
|
||||||
"integrity": "sha512-xR6rt+z5LnNqTP5BBc+8+ySgf4WNMimOKXRn6xfNRDSpHvbOEmd7+qAOmzCrddEc4Cp8nFC0txU14dstjH7FXA==",
|
"integrity": "sha512-2PTmxFR2yHW/eB3uqWtcgRcgAbG1rwG9ZriSvQw+nnb7c4uCr3RAcGMb6/zfE88SKlC1Nj2ziUvc96Z379mHgQ==",
|
||||||
"devOptional": true
|
"devOptional": true,
|
||||||
|
"license": "Apache-2.0"
|
||||||
},
|
},
|
||||||
"node_modules/@prisma/fetch-engine": {
|
"node_modules/@prisma/fetch-engine": {
|
||||||
"version": "5.19.1",
|
"version": "5.22.0",
|
||||||
"resolved": "https://registry.npmjs.org/@prisma/fetch-engine/-/fetch-engine-5.19.1.tgz",
|
"resolved": "https://registry.npmjs.org/@prisma/fetch-engine/-/fetch-engine-5.22.0.tgz",
|
||||||
"integrity": "sha512-pCq74rtlOVJfn4pLmdJj+eI4P7w2dugOnnTXpRilP/6n5b2aZiA4ulJlE0ddCbTPkfHmOL9BfaRgA8o+1rfdHw==",
|
"integrity": "sha512-bkrD/Mc2fSvkQBV5EpoFcZ87AvOgDxbG99488a5cexp5Ccny+UM6MAe/UFkUC0wLYD9+9befNOqGiIJhhq+HbA==",
|
||||||
"devOptional": true,
|
"devOptional": true,
|
||||||
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@prisma/debug": "5.19.1",
|
"@prisma/debug": "5.22.0",
|
||||||
"@prisma/engines-version": "5.19.1-2.69d742ee20b815d88e17e54db4a2a7a3b30324e3",
|
"@prisma/engines-version": "5.22.0-44.605197351a3c8bdd595af2d2a9bc3025bca48ea2",
|
||||||
"@prisma/get-platform": "5.19.1"
|
"@prisma/get-platform": "5.22.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@prisma/get-platform": {
|
"node_modules/@prisma/get-platform": {
|
||||||
"version": "5.19.1",
|
"version": "5.22.0",
|
||||||
"resolved": "https://registry.npmjs.org/@prisma/get-platform/-/get-platform-5.19.1.tgz",
|
"resolved": "https://registry.npmjs.org/@prisma/get-platform/-/get-platform-5.22.0.tgz",
|
||||||
"integrity": "sha512-sCeoJ+7yt0UjnR+AXZL7vXlg5eNxaFOwC23h0KvW1YIXUoa7+W2ZcAUhoEQBmJTW4GrFqCuZ8YSP0mkDa4k3Zg==",
|
"integrity": "sha512-pHhpQdr1UPFpt+zFfnPazhulaZYCUqeIcPpJViYoq9R+D/yw4fjE+CtnsnKzPYm0ddUbeXUzjGVGIRVgPDCk4Q==",
|
||||||
"devOptional": true,
|
"devOptional": true,
|
||||||
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@prisma/debug": "5.19.1"
|
"@prisma/debug": "5.22.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@redis/bloom": {
|
"node_modules/@redis/bloom": {
|
||||||
@ -1145,9 +1150,10 @@
|
|||||||
"integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q=="
|
"integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q=="
|
||||||
},
|
},
|
||||||
"node_modules/axios": {
|
"node_modules/axios": {
|
||||||
"version": "1.7.4",
|
"version": "1.8.4",
|
||||||
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.4.tgz",
|
"resolved": "https://registry.npmjs.org/axios/-/axios-1.8.4.tgz",
|
||||||
"integrity": "sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==",
|
"integrity": "sha512-eBSYY4Y68NNlHbHBMdeDmKNtDgXWhQsJcGqzO3iLUM0GraQFSS9cVgPX5I9b3lbdFKyYoAEGAZF1DwhTaljNAw==",
|
||||||
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"follow-redirects": "^1.15.6",
|
"follow-redirects": "^1.15.6",
|
||||||
"form-data": "^4.0.0",
|
"form-data": "^4.0.0",
|
||||||
@ -1226,9 +1232,10 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/body-parser": {
|
"node_modules/body-parser": {
|
||||||
"version": "1.20.2",
|
"version": "1.20.3",
|
||||||
"resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.2.tgz",
|
"resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.3.tgz",
|
||||||
"integrity": "sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA==",
|
"integrity": "sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==",
|
||||||
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bytes": "3.1.2",
|
"bytes": "3.1.2",
|
||||||
"content-type": "~1.0.5",
|
"content-type": "~1.0.5",
|
||||||
@ -1238,7 +1245,7 @@
|
|||||||
"http-errors": "2.0.0",
|
"http-errors": "2.0.0",
|
||||||
"iconv-lite": "0.4.24",
|
"iconv-lite": "0.4.24",
|
||||||
"on-finished": "2.4.1",
|
"on-finished": "2.4.1",
|
||||||
"qs": "6.11.0",
|
"qs": "6.13.0",
|
||||||
"raw-body": "2.5.2",
|
"raw-body": "2.5.2",
|
||||||
"type-is": "~1.6.18",
|
"type-is": "~1.6.18",
|
||||||
"unpipe": "1.0.0"
|
"unpipe": "1.0.0"
|
||||||
@ -1322,16 +1329,27 @@
|
|||||||
"node": ">= 0.8"
|
"node": ">= 0.8"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/call-bind": {
|
"node_modules/call-bind-apply-helpers": {
|
||||||
"version": "1.0.7",
|
"version": "1.0.2",
|
||||||
"resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz",
|
"resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
|
||||||
"integrity": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==",
|
"integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
|
||||||
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"es-define-property": "^1.0.0",
|
|
||||||
"es-errors": "^1.3.0",
|
"es-errors": "^1.3.0",
|
||||||
"function-bind": "^1.1.2",
|
"function-bind": "^1.1.2"
|
||||||
"get-intrinsic": "^1.2.4",
|
},
|
||||||
"set-function-length": "^1.2.1"
|
"engines": {
|
||||||
|
"node": ">= 0.4"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/call-bound": {
|
||||||
|
"version": "1.0.4",
|
||||||
|
"resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz",
|
||||||
|
"integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
|
||||||
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"call-bind-apply-helpers": "^1.0.2",
|
||||||
|
"get-intrinsic": "^1.3.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 0.4"
|
"node": ">= 0.4"
|
||||||
@ -1468,9 +1486,10 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/cookie": {
|
"node_modules/cookie": {
|
||||||
"version": "0.6.0",
|
"version": "0.7.1",
|
||||||
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.6.0.tgz",
|
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.1.tgz",
|
||||||
"integrity": "sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==",
|
"integrity": "sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==",
|
||||||
|
"license": "MIT",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 0.6"
|
"node": ">= 0.6"
|
||||||
}
|
}
|
||||||
@ -1519,22 +1538,6 @@
|
|||||||
"ms": "2.0.0"
|
"ms": "2.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/define-data-property": {
|
|
||||||
"version": "1.1.4",
|
|
||||||
"resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz",
|
|
||||||
"integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
|
|
||||||
"dependencies": {
|
|
||||||
"es-define-property": "^1.0.0",
|
|
||||||
"es-errors": "^1.3.0",
|
|
||||||
"gopd": "^1.0.1"
|
|
||||||
},
|
|
||||||
"engines": {
|
|
||||||
"node": ">= 0.4"
|
|
||||||
},
|
|
||||||
"funding": {
|
|
||||||
"url": "https://github.com/sponsors/ljharb"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/define-lazy-prop": {
|
"node_modules/define-lazy-prop": {
|
||||||
"version": "2.0.0",
|
"version": "2.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz",
|
||||||
@ -1604,6 +1607,20 @@
|
|||||||
"url": "https://dotenvx.com"
|
"url": "https://dotenvx.com"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/dunder-proto": {
|
||||||
|
"version": "1.0.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
|
||||||
|
"integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
|
||||||
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"call-bind-apply-helpers": "^1.0.1",
|
||||||
|
"es-errors": "^1.3.0",
|
||||||
|
"gopd": "^1.2.0"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">= 0.4"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/ecdsa-sig-formatter": {
|
"node_modules/ecdsa-sig-formatter": {
|
||||||
"version": "1.0.11",
|
"version": "1.0.11",
|
||||||
"resolved": "https://registry.npmjs.org/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz",
|
"resolved": "https://registry.npmjs.org/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz",
|
||||||
@ -1618,9 +1635,10 @@
|
|||||||
"integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow=="
|
"integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow=="
|
||||||
},
|
},
|
||||||
"node_modules/encodeurl": {
|
"node_modules/encodeurl": {
|
||||||
"version": "1.0.2",
|
"version": "2.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz",
|
"resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz",
|
||||||
"integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==",
|
"integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==",
|
||||||
|
"license": "MIT",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 0.8"
|
"node": ">= 0.8"
|
||||||
}
|
}
|
||||||
@ -1634,12 +1652,10 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/es-define-property": {
|
"node_modules/es-define-property": {
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
|
||||||
"integrity": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==",
|
"integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
|
||||||
"dependencies": {
|
"license": "MIT",
|
||||||
"get-intrinsic": "^1.2.4"
|
|
||||||
},
|
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 0.4"
|
"node": ">= 0.4"
|
||||||
}
|
}
|
||||||
@ -1648,6 +1664,19 @@
|
|||||||
"version": "1.3.0",
|
"version": "1.3.0",
|
||||||
"resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
|
"resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
|
||||||
"integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
|
"integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
|
||||||
|
"license": "MIT",
|
||||||
|
"engines": {
|
||||||
|
"node": ">= 0.4"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/es-object-atoms": {
|
||||||
|
"version": "1.1.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
|
||||||
|
"integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
|
||||||
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"es-errors": "^1.3.0"
|
||||||
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 0.4"
|
"node": ">= 0.4"
|
||||||
}
|
}
|
||||||
@ -1655,12 +1684,14 @@
|
|||||||
"node_modules/escape-html": {
|
"node_modules/escape-html": {
|
||||||
"version": "1.0.3",
|
"version": "1.0.3",
|
||||||
"resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
|
"resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
|
||||||
"integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow=="
|
"integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
|
||||||
|
"license": "MIT"
|
||||||
},
|
},
|
||||||
"node_modules/etag": {
|
"node_modules/etag": {
|
||||||
"version": "1.8.1",
|
"version": "1.8.1",
|
||||||
"resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
|
"resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
|
||||||
"integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
|
"integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
|
||||||
|
"license": "MIT",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 0.6"
|
"node": ">= 0.6"
|
||||||
}
|
}
|
||||||
@ -1682,36 +1713,37 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/express": {
|
"node_modules/express": {
|
||||||
"version": "4.19.2",
|
"version": "4.21.2",
|
||||||
"resolved": "https://registry.npmjs.org/express/-/express-4.19.2.tgz",
|
"resolved": "https://registry.npmjs.org/express/-/express-4.21.2.tgz",
|
||||||
"integrity": "sha512-5T6nhjsT+EOMzuck8JjBHARTHfMht0POzlA60WV2pMD3gyXw2LZnZ+ueGdNxG+0calOJcWKbpFcuzLZ91YWq9Q==",
|
"integrity": "sha512-28HqgMZAmih1Czt9ny7qr6ek2qddF4FclbMzwhCREB6OFfH+rXAnuNCwo1/wFvrtbgsQDb4kSbX9de9lFbrXnA==",
|
||||||
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"accepts": "~1.3.8",
|
"accepts": "~1.3.8",
|
||||||
"array-flatten": "1.1.1",
|
"array-flatten": "1.1.1",
|
||||||
"body-parser": "1.20.2",
|
"body-parser": "1.20.3",
|
||||||
"content-disposition": "0.5.4",
|
"content-disposition": "0.5.4",
|
||||||
"content-type": "~1.0.4",
|
"content-type": "~1.0.4",
|
||||||
"cookie": "0.6.0",
|
"cookie": "0.7.1",
|
||||||
"cookie-signature": "1.0.6",
|
"cookie-signature": "1.0.6",
|
||||||
"debug": "2.6.9",
|
"debug": "2.6.9",
|
||||||
"depd": "2.0.0",
|
"depd": "2.0.0",
|
||||||
"encodeurl": "~1.0.2",
|
"encodeurl": "~2.0.0",
|
||||||
"escape-html": "~1.0.3",
|
"escape-html": "~1.0.3",
|
||||||
"etag": "~1.8.1",
|
"etag": "~1.8.1",
|
||||||
"finalhandler": "1.2.0",
|
"finalhandler": "1.3.1",
|
||||||
"fresh": "0.5.2",
|
"fresh": "0.5.2",
|
||||||
"http-errors": "2.0.0",
|
"http-errors": "2.0.0",
|
||||||
"merge-descriptors": "1.0.1",
|
"merge-descriptors": "1.0.3",
|
||||||
"methods": "~1.1.2",
|
"methods": "~1.1.2",
|
||||||
"on-finished": "2.4.1",
|
"on-finished": "2.4.1",
|
||||||
"parseurl": "~1.3.3",
|
"parseurl": "~1.3.3",
|
||||||
"path-to-regexp": "0.1.7",
|
"path-to-regexp": "0.1.12",
|
||||||
"proxy-addr": "~2.0.7",
|
"proxy-addr": "~2.0.7",
|
||||||
"qs": "6.11.0",
|
"qs": "6.13.0",
|
||||||
"range-parser": "~1.2.1",
|
"range-parser": "~1.2.1",
|
||||||
"safe-buffer": "5.2.1",
|
"safe-buffer": "5.2.1",
|
||||||
"send": "0.18.0",
|
"send": "0.19.0",
|
||||||
"serve-static": "1.15.0",
|
"serve-static": "1.16.2",
|
||||||
"setprototypeof": "1.2.0",
|
"setprototypeof": "1.2.0",
|
||||||
"statuses": "2.0.1",
|
"statuses": "2.0.1",
|
||||||
"type-is": "~1.6.18",
|
"type-is": "~1.6.18",
|
||||||
@ -1720,6 +1752,10 @@
|
|||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 0.10.0"
|
"node": ">= 0.10.0"
|
||||||
|
},
|
||||||
|
"funding": {
|
||||||
|
"type": "opencollective",
|
||||||
|
"url": "https://opencollective.com/express"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/express-validator": {
|
"node_modules/express-validator": {
|
||||||
@ -1747,12 +1783,13 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/finalhandler": {
|
"node_modules/finalhandler": {
|
||||||
"version": "1.2.0",
|
"version": "1.3.1",
|
||||||
"resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.3.1.tgz",
|
||||||
"integrity": "sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==",
|
"integrity": "sha512-6BN9trH7bp3qvnrRyzsBz+g3lZxTNZTbVO2EV1CS0WIcDbawYVdYvGflME/9QP0h0pYlCDBCTjYa9nZzMDpyxQ==",
|
||||||
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"debug": "2.6.9",
|
"debug": "2.6.9",
|
||||||
"encodeurl": "~1.0.2",
|
"encodeurl": "~2.0.0",
|
||||||
"escape-html": "~1.0.3",
|
"escape-html": "~1.0.3",
|
||||||
"on-finished": "2.4.1",
|
"on-finished": "2.4.1",
|
||||||
"parseurl": "~1.3.3",
|
"parseurl": "~1.3.3",
|
||||||
@ -1807,6 +1844,7 @@
|
|||||||
"version": "0.5.2",
|
"version": "0.5.2",
|
||||||
"resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz",
|
"resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz",
|
||||||
"integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==",
|
"integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==",
|
||||||
|
"license": "MIT",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 0.6"
|
"node": ">= 0.6"
|
||||||
}
|
}
|
||||||
@ -1829,6 +1867,7 @@
|
|||||||
"version": "1.1.2",
|
"version": "1.1.2",
|
||||||
"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
|
"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
|
||||||
"integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
|
"integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
|
||||||
|
"license": "MIT",
|
||||||
"funding": {
|
"funding": {
|
||||||
"url": "https://github.com/sponsors/ljharb"
|
"url": "https://github.com/sponsors/ljharb"
|
||||||
}
|
}
|
||||||
@ -1843,15 +1882,21 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/get-intrinsic": {
|
"node_modules/get-intrinsic": {
|
||||||
"version": "1.2.4",
|
"version": "1.3.0",
|
||||||
"resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz",
|
"resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
|
||||||
"integrity": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==",
|
"integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
|
||||||
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"call-bind-apply-helpers": "^1.0.2",
|
||||||
|
"es-define-property": "^1.0.1",
|
||||||
"es-errors": "^1.3.0",
|
"es-errors": "^1.3.0",
|
||||||
|
"es-object-atoms": "^1.1.1",
|
||||||
"function-bind": "^1.1.2",
|
"function-bind": "^1.1.2",
|
||||||
"has-proto": "^1.0.1",
|
"get-proto": "^1.0.1",
|
||||||
"has-symbols": "^1.0.3",
|
"gopd": "^1.2.0",
|
||||||
"hasown": "^2.0.0"
|
"has-symbols": "^1.1.0",
|
||||||
|
"hasown": "^2.0.2",
|
||||||
|
"math-intrinsics": "^1.1.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 0.4"
|
"node": ">= 0.4"
|
||||||
@ -1860,6 +1905,19 @@
|
|||||||
"url": "https://github.com/sponsors/ljharb"
|
"url": "https://github.com/sponsors/ljharb"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/get-proto": {
|
||||||
|
"version": "1.0.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
|
||||||
|
"integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
|
||||||
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"dunder-proto": "^1.0.1",
|
||||||
|
"es-object-atoms": "^1.0.0"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">= 0.4"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/glob-parent": {
|
"node_modules/glob-parent": {
|
||||||
"version": "5.1.2",
|
"version": "5.1.2",
|
||||||
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
|
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
|
||||||
@ -1873,11 +1931,12 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/gopd": {
|
"node_modules/gopd": {
|
||||||
"version": "1.0.1",
|
"version": "1.2.0",
|
||||||
"resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz",
|
"resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
|
||||||
"integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==",
|
"integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
|
||||||
"dependencies": {
|
"license": "MIT",
|
||||||
"get-intrinsic": "^1.1.3"
|
"engines": {
|
||||||
|
"node": ">= 0.4"
|
||||||
},
|
},
|
||||||
"funding": {
|
"funding": {
|
||||||
"url": "https://github.com/sponsors/ljharb"
|
"url": "https://github.com/sponsors/ljharb"
|
||||||
@ -1892,32 +1951,11 @@
|
|||||||
"node": ">=4"
|
"node": ">=4"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/has-property-descriptors": {
|
|
||||||
"version": "1.0.2",
|
|
||||||
"resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
|
|
||||||
"integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
|
|
||||||
"dependencies": {
|
|
||||||
"es-define-property": "^1.0.0"
|
|
||||||
},
|
|
||||||
"funding": {
|
|
||||||
"url": "https://github.com/sponsors/ljharb"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/has-proto": {
|
|
||||||
"version": "1.0.3",
|
|
||||||
"resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz",
|
|
||||||
"integrity": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==",
|
|
||||||
"engines": {
|
|
||||||
"node": ">= 0.4"
|
|
||||||
},
|
|
||||||
"funding": {
|
|
||||||
"url": "https://github.com/sponsors/ljharb"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/has-symbols": {
|
"node_modules/has-symbols": {
|
||||||
"version": "1.0.3",
|
"version": "1.1.0",
|
||||||
"resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz",
|
"resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
|
||||||
"integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==",
|
"integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
|
||||||
|
"license": "MIT",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 0.4"
|
"node": ">= 0.4"
|
||||||
},
|
},
|
||||||
@ -1929,6 +1967,7 @@
|
|||||||
"version": "2.0.2",
|
"version": "2.0.2",
|
||||||
"resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
|
"resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
|
||||||
"integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
|
"integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
|
||||||
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"function-bind": "^1.1.2"
|
"function-bind": "^1.1.2"
|
||||||
},
|
},
|
||||||
@ -2317,6 +2356,15 @@
|
|||||||
"integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==",
|
"integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
|
"node_modules/math-intrinsics": {
|
||||||
|
"version": "1.1.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
|
||||||
|
"integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
|
||||||
|
"license": "MIT",
|
||||||
|
"engines": {
|
||||||
|
"node": ">= 0.4"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/md5": {
|
"node_modules/md5": {
|
||||||
"version": "2.3.0",
|
"version": "2.3.0",
|
||||||
"resolved": "https://registry.npmjs.org/md5/-/md5-2.3.0.tgz",
|
"resolved": "https://registry.npmjs.org/md5/-/md5-2.3.0.tgz",
|
||||||
@ -2336,9 +2384,13 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/merge-descriptors": {
|
"node_modules/merge-descriptors": {
|
||||||
"version": "1.0.1",
|
"version": "1.0.3",
|
||||||
"resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz",
|
"resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.3.tgz",
|
||||||
"integrity": "sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w=="
|
"integrity": "sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==",
|
||||||
|
"license": "MIT",
|
||||||
|
"funding": {
|
||||||
|
"url": "https://github.com/sponsors/sindresorhus"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"node_modules/methods": {
|
"node_modules/methods": {
|
||||||
"version": "1.1.2",
|
"version": "1.1.2",
|
||||||
@ -2352,6 +2404,7 @@
|
|||||||
"version": "1.6.0",
|
"version": "1.6.0",
|
||||||
"resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz",
|
"resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz",
|
||||||
"integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==",
|
"integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==",
|
||||||
|
"license": "MIT",
|
||||||
"bin": {
|
"bin": {
|
||||||
"mime": "cli.js"
|
"mime": "cli.js"
|
||||||
},
|
},
|
||||||
@ -2513,9 +2566,10 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/object-inspect": {
|
"node_modules/object-inspect": {
|
||||||
"version": "1.13.2",
|
"version": "1.13.4",
|
||||||
"resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.2.tgz",
|
"resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz",
|
||||||
"integrity": "sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g==",
|
"integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
|
||||||
|
"license": "MIT",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 0.4"
|
"node": ">= 0.4"
|
||||||
},
|
},
|
||||||
@ -2568,14 +2622,16 @@
|
|||||||
"version": "1.3.3",
|
"version": "1.3.3",
|
||||||
"resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
|
"resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
|
||||||
"integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
|
"integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
|
||||||
|
"license": "MIT",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 0.8"
|
"node": ">= 0.8"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/path-to-regexp": {
|
"node_modules/path-to-regexp": {
|
||||||
"version": "0.1.7",
|
"version": "0.1.12",
|
||||||
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz",
|
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.12.tgz",
|
||||||
"integrity": "sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ=="
|
"integrity": "sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==",
|
||||||
|
"license": "MIT"
|
||||||
},
|
},
|
||||||
"node_modules/pg": {
|
"node_modules/pg": {
|
||||||
"version": "8.13.1",
|
"version": "8.13.1",
|
||||||
@ -2721,13 +2777,14 @@
|
|||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"node_modules/prisma": {
|
"node_modules/prisma": {
|
||||||
"version": "5.19.1",
|
"version": "5.22.0",
|
||||||
"resolved": "https://registry.npmjs.org/prisma/-/prisma-5.19.1.tgz",
|
"resolved": "https://registry.npmjs.org/prisma/-/prisma-5.22.0.tgz",
|
||||||
"integrity": "sha512-c5K9MiDaa+VAAyh1OiYk76PXOme9s3E992D7kvvIOhCrNsBQfy2mP2QAQtX0WNj140IgG++12kwZpYB9iIydNQ==",
|
"integrity": "sha512-vtpjW3XuYCSnMsNVBjLMNkTj6OZbudcPPTPYHqX0CJfpcdWciI1dM8uHETwmDxxiqEwCIE6WvXucWUetJgfu/A==",
|
||||||
"devOptional": true,
|
"devOptional": true,
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@prisma/engines": "5.19.1"
|
"@prisma/engines": "5.22.0"
|
||||||
},
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
"prisma": "build/index.js"
|
"prisma": "build/index.js"
|
||||||
@ -2785,11 +2842,12 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/qs": {
|
"node_modules/qs": {
|
||||||
"version": "6.11.0",
|
"version": "6.13.0",
|
||||||
"resolved": "https://registry.npmjs.org/qs/-/qs-6.11.0.tgz",
|
"resolved": "https://registry.npmjs.org/qs/-/qs-6.13.0.tgz",
|
||||||
"integrity": "sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==",
|
"integrity": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==",
|
||||||
|
"license": "BSD-3-Clause",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"side-channel": "^1.0.4"
|
"side-channel": "^1.0.6"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=0.6"
|
"node": ">=0.6"
|
||||||
@ -2802,6 +2860,7 @@
|
|||||||
"version": "1.2.1",
|
"version": "1.2.1",
|
||||||
"resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
|
"resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
|
||||||
"integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
|
"integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
|
||||||
|
"license": "MIT",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 0.6"
|
"node": ">= 0.6"
|
||||||
}
|
}
|
||||||
@ -2923,9 +2982,10 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/send": {
|
"node_modules/send": {
|
||||||
"version": "0.18.0",
|
"version": "0.19.0",
|
||||||
"resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz",
|
"resolved": "https://registry.npmjs.org/send/-/send-0.19.0.tgz",
|
||||||
"integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==",
|
"integrity": "sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==",
|
||||||
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"debug": "2.6.9",
|
"debug": "2.6.9",
|
||||||
"depd": "2.0.0",
|
"depd": "2.0.0",
|
||||||
@ -2945,41 +3005,36 @@
|
|||||||
"node": ">= 0.8.0"
|
"node": ">= 0.8.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/send/node_modules/encodeurl": {
|
||||||
|
"version": "1.0.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz",
|
||||||
|
"integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==",
|
||||||
|
"license": "MIT",
|
||||||
|
"engines": {
|
||||||
|
"node": ">= 0.8"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/send/node_modules/ms": {
|
"node_modules/send/node_modules/ms": {
|
||||||
"version": "2.1.3",
|
"version": "2.1.3",
|
||||||
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
|
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
|
||||||
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
|
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
|
||||||
|
"license": "MIT"
|
||||||
},
|
},
|
||||||
"node_modules/serve-static": {
|
"node_modules/serve-static": {
|
||||||
"version": "1.15.0",
|
"version": "1.16.2",
|
||||||
"resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.15.0.tgz",
|
"resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.16.2.tgz",
|
||||||
"integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==",
|
"integrity": "sha512-VqpjJZKadQB/PEbEwvFdO43Ax5dFBZ2UECszz8bQ7pi7wt//PWe1P6MN7eCnjsatYtBT6EuiClbjSWP2WrIoTw==",
|
||||||
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"encodeurl": "~1.0.2",
|
"encodeurl": "~2.0.0",
|
||||||
"escape-html": "~1.0.3",
|
"escape-html": "~1.0.3",
|
||||||
"parseurl": "~1.3.3",
|
"parseurl": "~1.3.3",
|
||||||
"send": "0.18.0"
|
"send": "0.19.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 0.8.0"
|
"node": ">= 0.8.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/set-function-length": {
|
|
||||||
"version": "1.2.2",
|
|
||||||
"resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz",
|
|
||||||
"integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==",
|
|
||||||
"dependencies": {
|
|
||||||
"define-data-property": "^1.1.4",
|
|
||||||
"es-errors": "^1.3.0",
|
|
||||||
"function-bind": "^1.1.2",
|
|
||||||
"get-intrinsic": "^1.2.4",
|
|
||||||
"gopd": "^1.0.1",
|
|
||||||
"has-property-descriptors": "^1.0.2"
|
|
||||||
},
|
|
||||||
"engines": {
|
|
||||||
"node": ">= 0.4"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/setprototypeof": {
|
"node_modules/setprototypeof": {
|
||||||
"version": "1.2.0",
|
"version": "1.2.0",
|
||||||
"resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
|
||||||
@ -3024,14 +3079,69 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/side-channel": {
|
"node_modules/side-channel": {
|
||||||
"version": "1.0.6",
|
"version": "1.1.0",
|
||||||
"resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.6.tgz",
|
"resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz",
|
||||||
"integrity": "sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==",
|
"integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==",
|
||||||
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"call-bind": "^1.0.7",
|
|
||||||
"es-errors": "^1.3.0",
|
"es-errors": "^1.3.0",
|
||||||
"get-intrinsic": "^1.2.4",
|
"object-inspect": "^1.13.3",
|
||||||
"object-inspect": "^1.13.1"
|
"side-channel-list": "^1.0.0",
|
||||||
|
"side-channel-map": "^1.0.1",
|
||||||
|
"side-channel-weakmap": "^1.0.2"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">= 0.4"
|
||||||
|
},
|
||||||
|
"funding": {
|
||||||
|
"url": "https://github.com/sponsors/ljharb"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/side-channel-list": {
|
||||||
|
"version": "1.0.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz",
|
||||||
|
"integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==",
|
||||||
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"es-errors": "^1.3.0",
|
||||||
|
"object-inspect": "^1.13.3"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">= 0.4"
|
||||||
|
},
|
||||||
|
"funding": {
|
||||||
|
"url": "https://github.com/sponsors/ljharb"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/side-channel-map": {
|
||||||
|
"version": "1.0.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz",
|
||||||
|
"integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
|
||||||
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"call-bound": "^1.0.2",
|
||||||
|
"es-errors": "^1.3.0",
|
||||||
|
"get-intrinsic": "^1.2.5",
|
||||||
|
"object-inspect": "^1.13.3"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">= 0.4"
|
||||||
|
},
|
||||||
|
"funding": {
|
||||||
|
"url": "https://github.com/sponsors/ljharb"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/side-channel-weakmap": {
|
||||||
|
"version": "1.0.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
|
||||||
|
"integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
|
||||||
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"call-bound": "^1.0.2",
|
||||||
|
"es-errors": "^1.3.0",
|
||||||
|
"get-intrinsic": "^1.2.5",
|
||||||
|
"object-inspect": "^1.13.3",
|
||||||
|
"side-channel-map": "^1.0.1"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 0.4"
|
"node": ">= 0.4"
|
||||||
|
@ -3,6 +3,7 @@ import { tediousQuery } from '../../utils/tedious';
|
|||||||
import { GeneralDB, GisDB } from '../../constants/db';
|
import { GeneralDB, GisDB } from '../../constants/db';
|
||||||
const router = express.Router()
|
const router = express.Router()
|
||||||
|
|
||||||
|
// ✅
|
||||||
router.get('/regions/all', async (req: Request, res: Response) => {
|
router.get('/regions/all', async (req: Request, res: Response) => {
|
||||||
try {
|
try {
|
||||||
const result = await tediousQuery(
|
const result = await tediousQuery(
|
||||||
@ -16,6 +17,7 @@ router.get('/regions/all', async (req: Request, res: Response) => {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
// ✅
|
||||||
router.get('/districts/all', async (req: Request, res: Response) => {
|
router.get('/districts/all', async (req: Request, res: Response) => {
|
||||||
try {
|
try {
|
||||||
const { region_id } = req.query
|
const { region_id } = req.query
|
||||||
@ -34,6 +36,7 @@ router.get('/districts/all', async (req: Request, res: Response) => {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
// ✅
|
||||||
router.get('/cities/all', async (req: Request, res: Response) => {
|
router.get('/cities/all', async (req: Request, res: Response) => {
|
||||||
try {
|
try {
|
||||||
const { offset, limit, search, id } = req.query
|
const { offset, limit, search, id } = req.query
|
||||||
@ -54,6 +57,7 @@ router.get('/cities/all', async (req: Request, res: Response) => {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
// ✅
|
||||||
router.get('/types/all', async (req: Request, res: Response) => {
|
router.get('/types/all', async (req: Request, res: Response) => {
|
||||||
try {
|
try {
|
||||||
const result = await tediousQuery(
|
const result = await tediousQuery(
|
||||||
@ -68,6 +72,7 @@ router.get('/types/all', async (req: Request, res: Response) => {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
// ✅
|
||||||
router.get('/objects/all', async (req: Request, res: Response) => {
|
router.get('/objects/all', async (req: Request, res: Response) => {
|
||||||
try {
|
try {
|
||||||
const { offset, limit, city_id } = req.query
|
const { offset, limit, city_id } = req.query
|
||||||
@ -87,31 +92,13 @@ router.get('/objects/all', async (req: Request, res: Response) => {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
// ✅
|
||||||
router.get('/objects/list', async (req: Request, res: Response) => {
|
router.get('/objects/list', async (req: Request, res: Response) => {
|
||||||
try {
|
try {
|
||||||
const { city_id, year, planning, type } = req.query
|
const { city_id, year, planning, type } = req.query
|
||||||
|
|
||||||
if (type) {
|
if (type) {
|
||||||
const result = await tediousQuery(
|
const result = await tediousQuery(
|
||||||
// `
|
|
||||||
// SELECT
|
|
||||||
// *
|
|
||||||
// FROM
|
|
||||||
// vObjects
|
|
||||||
// WHERE
|
|
||||||
// vObjects.id_city = ${city_id}
|
|
||||||
// AND vObjects.year = ${year}
|
|
||||||
// AND type = ${type}
|
|
||||||
// AND
|
|
||||||
// (
|
|
||||||
// CASE
|
|
||||||
// WHEN TRY_CAST(vObjects.planning AS BIT) IS NOT NULL THEN TRY_CAST(vObjects.planning AS BIT)
|
|
||||||
// WHEN vObjects.planning = 'TRUE' THEN 1
|
|
||||||
// WHEN vObjects.planning = 'FALSE' THEN 0
|
|
||||||
// ELSE NULL
|
|
||||||
// END
|
|
||||||
// ) = ${planning};
|
|
||||||
// `
|
|
||||||
`
|
`
|
||||||
WITH cte_split(type_id, split_value, caption_params) AS
|
WITH cte_split(type_id, split_value, caption_params) AS
|
||||||
(
|
(
|
||||||
@ -226,6 +213,7 @@ router.get('/objects/:id([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
// ✅
|
||||||
router.get('/values/all', async (req: Request, res: Response) => {
|
router.get('/values/all', async (req: Request, res: Response) => {
|
||||||
try {
|
try {
|
||||||
const { object_id } = req.query
|
const { object_id } = req.query
|
||||||
@ -257,6 +245,7 @@ router.get('/values/all', async (req: Request, res: Response) => {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
// ✅
|
||||||
router.get('/params/all', async (req: Request, res: Response) => {
|
router.get('/params/all', async (req: Request, res: Response) => {
|
||||||
try {
|
try {
|
||||||
const { param_id } = req.query
|
const { param_id } = req.query
|
||||||
@ -289,6 +278,7 @@ const tcbParamQuery = (vtable: string, id_city: string) => {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// ✅
|
||||||
// Get value from TCB parameter
|
// Get value from TCB parameter
|
||||||
router.get('/params/tcb', async (req: Request, res: Response) => {
|
router.get('/params/tcb', async (req: Request, res: Response) => {
|
||||||
try {
|
try {
|
||||||
@ -323,6 +313,7 @@ router.get('/params/tcb', async (req: Request, res: Response) => {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
// ✅
|
||||||
router.get('/search/objects', async (req: Request, res: Response) => {
|
router.get('/search/objects', async (req: Request, res: Response) => {
|
||||||
try {
|
try {
|
||||||
const { q, id_city, year } = req.query
|
const { q, id_city, year } = req.query
|
||||||
|
@ -2,8 +2,22 @@ import express, { Request, Response } from 'express';
|
|||||||
import { tediousQuery } from '../../utils/tedious';
|
import { tediousQuery } from '../../utils/tedious';
|
||||||
import { GeneralDB, GisDB } from '../../constants/db';
|
import { GeneralDB, GisDB } from '../../constants/db';
|
||||||
import { pgQuery } from '../../utils/postgres';
|
import { pgQuery } from '../../utils/postgres';
|
||||||
|
|
||||||
const router = express.Router()
|
const router = express.Router()
|
||||||
|
|
||||||
|
router.get('/migrate/lines', async (req: Request, res: Response) => {
|
||||||
|
try {
|
||||||
|
const result = await tediousQuery(
|
||||||
|
`
|
||||||
|
SELECT * FROM ${GisDB}..lines
|
||||||
|
`
|
||||||
|
)
|
||||||
|
} catch (error) {
|
||||||
|
res.status(500)
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
|
// ✅
|
||||||
router.get('/type-roles', async (req: Request, res: Response) => {
|
router.get('/type-roles', async (req: Request, res: Response) => {
|
||||||
try {
|
try {
|
||||||
const result = await tediousQuery(
|
const result = await tediousQuery(
|
||||||
@ -17,13 +31,15 @@ router.get('/type-roles', async (req: Request, res: Response) => {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
|
// ✅
|
||||||
router.get('/bounds/:entity_type', async (req: Request, res: Response) => {
|
router.get('/bounds/:entity_type', async (req: Request, res: Response) => {
|
||||||
try {
|
try {
|
||||||
const { entity_type } = req.params
|
const { entity_type } = req.params
|
||||||
|
|
||||||
const result = await pgQuery(
|
const result = await pgQuery(
|
||||||
`
|
`
|
||||||
SELECT * FROM bounds
|
SELECT entity_id, entity_type, ST_AsGeoJSON(geometry)::JSON AS geometry FROM bounds
|
||||||
WHERE entity_type = $1
|
WHERE entity_type = $1
|
||||||
`,
|
`,
|
||||||
[entity_type]
|
[entity_type]
|
||||||
@ -31,7 +47,7 @@ router.get('/bounds/:entity_type', async (req: Request, res: Response) => {
|
|||||||
|
|
||||||
if (Array.isArray(result)) {
|
if (Array.isArray(result)) {
|
||||||
if (result.length > 0) {
|
if (result.length > 0) {
|
||||||
const geometries = result.map((bound: { id: number, entity_id: number, entity_type: string, geometry: JSON, published_at: string, deleted_at: string | null }) => {
|
const geometries = result.map((bound: { id: string, entity_id: number, entity_type: string, geometry: JSON, published_at: string, deleted_at: string | null }) => {
|
||||||
return {
|
return {
|
||||||
...bound.geometry,
|
...bound.geometry,
|
||||||
properties: {
|
properties: {
|
||||||
@ -54,13 +70,14 @@ router.get('/bounds/:entity_type', async (req: Request, res: Response) => {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
// ✅
|
||||||
router.get('/bounds/:entity_type/:entity_id', async (req: Request, res: Response) => {
|
router.get('/bounds/:entity_type/:entity_id', async (req: Request, res: Response) => {
|
||||||
try {
|
try {
|
||||||
const { entity_type, entity_id } = req.params
|
const { entity_type, entity_id } = req.params
|
||||||
|
|
||||||
const result = await pgQuery(
|
const result = await pgQuery(
|
||||||
`
|
`
|
||||||
SELECT * FROM bounds
|
SELECT entity_id, entity_type, ST_AsGeoJSON(geometry)::JSON AS geometry FROM bounds
|
||||||
WHERE entity_type = $1
|
WHERE entity_type = $1
|
||||||
AND entity_id = $2
|
AND entity_id = $2
|
||||||
`,
|
`,
|
||||||
@ -81,6 +98,7 @@ router.get('/bounds/:entity_type/:entity_id', async (req: Request, res: Response
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
// ✅
|
||||||
router.get('/images/all', async (req: Request, res: Response) => {
|
router.get('/images/all', async (req: Request, res: Response) => {
|
||||||
try {
|
try {
|
||||||
const { offset, limit, city_id } = req.query
|
const { offset, limit, city_id } = req.query
|
||||||
@ -100,7 +118,7 @@ router.get('/images/all', async (req: Request, res: Response) => {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
// ✅
|
||||||
// Get figures by year and city id
|
// Get figures by year and city id
|
||||||
router.get('/figures/all', async (req: Request, res: Response) => {
|
router.get('/figures/all', async (req: Request, res: Response) => {
|
||||||
try {
|
try {
|
||||||
@ -121,6 +139,7 @@ router.get('/figures/all', async (req: Request, res: Response) => {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
// ✅
|
||||||
// Get lines by year and city id
|
// Get lines by year and city id
|
||||||
router.get('/lines/all', async (req: Request, res: Response) => {
|
router.get('/lines/all', async (req: Request, res: Response) => {
|
||||||
try {
|
try {
|
||||||
@ -138,6 +157,7 @@ router.get('/lines/all', async (req: Request, res: Response) => {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
// ✅
|
||||||
router.get('/regions/borders', async (req: Request, res: Response) => {
|
router.get('/regions/borders', async (req: Request, res: Response) => {
|
||||||
try {
|
try {
|
||||||
const result = await tediousQuery(
|
const result = await tediousQuery(
|
||||||
|
Reference in New Issue
Block a user