@conboai/app.db.query 0.9.57 → 0.9.59
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/app.db.query.js +11 -3
- package/package.json +5 -5
package/dist/app.db.query.js
CHANGED
|
@@ -130370,7 +130370,7 @@ const rWe = (e) => e.map((t) => ({ x: t[0], y: t[1] })), PB = (e) => e.map((t) =
|
|
|
130370
130370
|
polylineStroke: "none"
|
|
130371
130371
|
}, TT = ({
|
|
130372
130372
|
data: e,
|
|
130373
|
-
styles: t
|
|
130373
|
+
styles: t = {}
|
|
130374
130374
|
}) => e != null && e.length ? e.map((n) => {
|
|
130375
130375
|
const r = n.pixel_points.coordinates.map((i) => ({
|
|
130376
130376
|
x: i[0],
|
|
@@ -130383,7 +130383,10 @@ const rWe = (e) => e.map((t) => ({ x: t[0], y: t[1] })), PB = (e) => e.map((t) =
|
|
|
130383
130383
|
id: String(fa()),
|
|
130384
130384
|
type: So.Polyline,
|
|
130385
130385
|
points: r,
|
|
130386
|
-
styles:
|
|
130386
|
+
styles: {
|
|
130387
|
+
...iWe,
|
|
130388
|
+
...t
|
|
130389
|
+
},
|
|
130387
130390
|
crossLine: o
|
|
130388
130391
|
};
|
|
130389
130392
|
}) : null, sWe = (e, t) => (e == null ? void 0 : e.filter((r) => {
|
|
@@ -134126,7 +134129,12 @@ const RGe = ({
|
|
|
134126
134129
|
} else
|
|
134127
134130
|
Q(W);
|
|
134128
134131
|
if (ve) {
|
|
134129
|
-
const Ne = TT({
|
|
134132
|
+
const Ne = TT({
|
|
134133
|
+
data: (Ce = g[0]) == null ? void 0 : Ce.crosses,
|
|
134134
|
+
styles: {
|
|
134135
|
+
stroke: "#911eb4"
|
|
134136
|
+
}
|
|
134137
|
+
}) || [];
|
|
134130
134138
|
X(Ne);
|
|
134131
134139
|
} else
|
|
134132
134140
|
X([]);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@conboai/app.db.query",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.59",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/app.db.query.js",
|
|
6
6
|
"types": "dist/build/index.d.ts",
|
|
@@ -54,12 +54,11 @@
|
|
|
54
54
|
"await-to-js": "^3.0.0",
|
|
55
55
|
"dayjs": "^1.11.13",
|
|
56
56
|
"lodash": "^4.17.21",
|
|
57
|
+
"lodash.debounce": "^4.0.8",
|
|
57
58
|
"react": "^18.2.0",
|
|
58
59
|
"react-dom": "^18.2.0",
|
|
59
60
|
"react-hook-form": "^7.53.2",
|
|
60
61
|
"uuid": "^9.0.1",
|
|
61
|
-
"vite-plugin-css-injected-by-js": "^3.5.2",
|
|
62
|
-
"vite-plugin-svgr": "^4.3.0",
|
|
63
62
|
"zod": "^3.23.8",
|
|
64
63
|
"zustand": "^4.5.2"
|
|
65
64
|
},
|
|
@@ -87,14 +86,15 @@
|
|
|
87
86
|
"eslint-plugin-react-refresh": "^0.4.6",
|
|
88
87
|
"eslint-plugin-storybook": "^0.8.0",
|
|
89
88
|
"husky": "^9.0.11",
|
|
90
|
-
"lodash.debounce": "^4.0.8",
|
|
91
89
|
"openapi-typescript-codegen": "^0.29.0",
|
|
92
90
|
"prettier": "^3.3.3",
|
|
93
91
|
"storybook": "^8.4.5",
|
|
94
92
|
"typescript": "^5.2.2",
|
|
95
93
|
"validate-branch-name": "^1.3.0",
|
|
96
94
|
"vite": "^4.4.0",
|
|
97
|
-
"vite-plugin-
|
|
95
|
+
"vite-plugin-css-injected-by-js": "^3.5.2",
|
|
96
|
+
"vite-plugin-dts": "^3.9.1",
|
|
97
|
+
"vite-plugin-svgr": "^4.3.0"
|
|
98
98
|
},
|
|
99
99
|
"engines": {
|
|
100
100
|
"npm": "please-use-yarn",
|