@conboai/app.db.query 0.8.7 → 0.8.9
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 +2 -2
- package/package.json +2 -2
package/dist/app.db.query.js
CHANGED
|
@@ -88878,7 +88878,7 @@ const i9e = Co(
|
|
|
88878
88878
|
...I5,
|
|
88879
88879
|
strokeColor: i ? "transparent" : "#2196F3",
|
|
88880
88880
|
visible: !0,
|
|
88881
|
-
editable: !
|
|
88881
|
+
editable: !1,
|
|
88882
88882
|
draggable: !0
|
|
88883
88883
|
},
|
|
88884
88884
|
onLoad: b,
|
|
@@ -112280,7 +112280,7 @@ const GDe = (e, t, n) => {
|
|
|
112280
112280
|
item: t,
|
|
112281
112281
|
getLabel: n
|
|
112282
112282
|
}) => {
|
|
112283
|
-
const r = e.id ? `${t.id} ` : "", o = e.confidence ? `${t.confidence}%` : "", i = e.type ? n(t.tag_id, t.value).
|
|
112283
|
+
const r = e.id ? `${t.id} ` : "", o = e.confidence ? `${t.confidence}%` : "", i = e.type ? n(t.tag_id, t.value).tagValueLabel : "";
|
|
112284
112284
|
return `${r}${i}${o}`;
|
|
112285
112285
|
}, eK = ({
|
|
112286
112286
|
data: e,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@conboai/app.db.query",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.9",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/app.db.query.js",
|
|
6
6
|
"types": "dist/build/index.d.ts",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"format": "prettier --write \"src/**/*.{ts,tsx,json}\" --color"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@conboai/storybook.components": "^0.5.
|
|
42
|
+
"@conboai/storybook.components": "^0.5.19",
|
|
43
43
|
"@emotion/react": "^11.11.4",
|
|
44
44
|
"@emotion/styled": "^11.11.5",
|
|
45
45
|
"@hookform/resolvers": "^3.9.1",
|