@finos/legend-extension-dsl-data-quality 1.0.40 → 1.0.42
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/components/DataQualityResultValues.d.ts.map +1 -1
- package/lib/components/DataQualityResultValues.js +2 -1
- package/lib/components/DataQualityResultValues.js.map +1 -1
- package/lib/index.css +1 -1
- package/lib/package.json +5 -4
- package/package.json +15 -14
- package/src/components/DataQualityResultValues.tsx +2 -4
- package/tsconfig.json +3 -0
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"DataQualityResultValues.d.ts","sourceRoot":"","sources":["../../src/components/DataQualityResultValues.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAGH,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AACrE,OAAO,EACL,KAAK,eAAe,EAGrB,MAAM,qBAAqB,CAAC;
|
1
|
+
{"version":3,"file":"DataQualityResultValues.d.ts","sourceRoot":"","sources":["../../src/components/DataQualityResultValues.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAGH,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AACrE,OAAO,EACL,KAAK,eAAe,EAGrB,MAAM,qBAAqB,CAAC;AAK7B,eAAO,MAAM,uBAAuB,WAC1B;IACN,eAAe,EAAE,eAAe,CAAC;IACjC,gBAAgB,EAAE,gBAAgB,CAAC;CACpC;;CA2BF,CAAC"}
|
@@ -16,7 +16,8 @@ import { jsx as _jsx } from "react/jsx-runtime";
|
|
16
16
|
*/
|
17
17
|
import { observer } from 'mobx-react-lite';
|
18
18
|
import { extractExecutionResultValues, RawExecutionResult, } from '@finos/legend-graph';
|
19
|
-
import { CODE_EDITOR_LANGUAGE
|
19
|
+
import { CODE_EDITOR_LANGUAGE } from '@finos/legend-code-editor';
|
20
|
+
import { CodeEditor } from '@finos/legend-lego/code-editor';
|
20
21
|
import { DEFAULT_TAB_SIZE } from '@finos/legend-application';
|
21
22
|
export const DataQualityResultValues = observer((props) => {
|
22
23
|
const { executionResult } = props;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"DataQualityResultValues.js","sourceRoot":"","sources":["../../src/components/DataQualityResultValues.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAE3C,OAAO,EAEL,4BAA4B,EAC5B,kBAAkB,GACnB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,
|
1
|
+
{"version":3,"file":"DataQualityResultValues.js","sourceRoot":"","sources":["../../src/components/DataQualityResultValues.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAE3C,OAAO,EAEL,4BAA4B,EAC5B,kBAAkB,GACnB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AACjE,OAAO,EAAE,UAAU,EAAE,MAAM,gCAAgC,CAAC;AAC5D,OAAO,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAE7D,MAAM,CAAC,MAAM,uBAAuB,GAAG,QAAQ,CAC7C,CAAC,KAGA,EAAE,EAAE;IACH,MAAM,EAAE,eAAe,EAAE,GAAG,KAAK,CAAC;IAClC,IAAI,eAAe,YAAY,kBAAkB,EAAE,CAAC;QAClD,MAAM,UAAU,GACd,eAAe,CAAC,KAAK,KAAK,IAAI;YAC5B,CAAC,CAAC,MAAM;YACR,CAAC,CAAC,eAAe,CAAC,KAAK,CAAC,QAAQ,EAAE,CAAC;QACvC,OAAO,CACL,KAAC,UAAU,IACT,QAAQ,EAAE,oBAAoB,CAAC,IAAI,EACnC,UAAU,EAAE,UAAU,EACtB,UAAU,EAAE,IAAI,GAChB,CACH,CAAC;IACJ,CAAC;IACD,OAAO,CACL,KAAC,UAAU,IACT,QAAQ,EAAE,oBAAoB,CAAC,IAAI,EACnC,UAAU,EAAE,IAAI,CAAC,SAAS,CACxB,4BAA4B,CAAC,eAAe,CAAC,EAC7C,IAAI,EACJ,gBAAgB,CACjB,EACD,UAAU,EAAE,IAAI,GAChB,CACH,CAAC;AACJ,CAAC,CACF,CAAC"}
|
package/lib/index.css
CHANGED
package/lib/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@finos/legend-extension-dsl-data-quality",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.42",
|
4
4
|
"description": "Legend extension for Data Quality",
|
5
5
|
"keywords": [
|
6
6
|
"legend",
|
@@ -45,15 +45,16 @@
|
|
45
45
|
"@finos/legend-application": "workspace:*",
|
46
46
|
"@finos/legend-application-studio": "workspace:*",
|
47
47
|
"@finos/legend-art": "workspace:*",
|
48
|
+
"@finos/legend-code-editor": "workspace:*",
|
48
49
|
"@finos/legend-extension-dsl-data-space": "workspace:*",
|
49
50
|
"@finos/legend-graph": "workspace:*",
|
50
51
|
"@finos/legend-lego": "workspace:*",
|
51
52
|
"@finos/legend-query-builder": "workspace:*",
|
52
53
|
"@finos/legend-shared": "workspace:*",
|
53
54
|
"@finos/legend-storage": "workspace:*",
|
54
|
-
"@types/react": "18.3.
|
55
|
+
"@types/react": "18.3.9",
|
55
56
|
"@types/react-dom": "18.3.0",
|
56
|
-
"mobx": "6.13.
|
57
|
+
"mobx": "6.13.3",
|
57
58
|
"mobx-react-lite": "4.0.7",
|
58
59
|
"react": "18.3.1",
|
59
60
|
"react-dnd": "16.0.1",
|
@@ -68,7 +69,7 @@
|
|
68
69
|
"jest": "29.7.0",
|
69
70
|
"npm-run-all": "4.1.5",
|
70
71
|
"rimraf": "6.0.1",
|
71
|
-
"sass": "1.79.
|
72
|
+
"sass": "1.79.3",
|
72
73
|
"typescript": "5.6.2"
|
73
74
|
},
|
74
75
|
"peerDependencies": {
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@finos/legend-extension-dsl-data-quality",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.42",
|
4
4
|
"description": "Legend extension for Data Quality",
|
5
5
|
"keywords": [
|
6
6
|
"legend",
|
@@ -42,18 +42,19 @@
|
|
42
42
|
"test:watch": "jest --watch"
|
43
43
|
},
|
44
44
|
"dependencies": {
|
45
|
-
"@finos/legend-application": "
|
46
|
-
"@finos/legend-application-studio": "28.18.
|
47
|
-
"@finos/legend-art": "7.1.
|
48
|
-
"@finos/legend-
|
49
|
-
"@finos/legend-
|
50
|
-
"@finos/legend-
|
51
|
-
"@finos/legend-
|
52
|
-
"@finos/legend-
|
53
|
-
"@finos/legend-
|
54
|
-
"@
|
45
|
+
"@finos/legend-application": "16.0.0",
|
46
|
+
"@finos/legend-application-studio": "28.18.37",
|
47
|
+
"@finos/legend-art": "7.1.59",
|
48
|
+
"@finos/legend-code-editor": "2.0.0",
|
49
|
+
"@finos/legend-extension-dsl-data-space": "10.3.75",
|
50
|
+
"@finos/legend-graph": "31.10.34",
|
51
|
+
"@finos/legend-lego": "2.0.0",
|
52
|
+
"@finos/legend-query-builder": "4.14.94",
|
53
|
+
"@finos/legend-shared": "10.0.56",
|
54
|
+
"@finos/legend-storage": "3.0.106",
|
55
|
+
"@types/react": "18.3.9",
|
55
56
|
"@types/react-dom": "18.3.0",
|
56
|
-
"mobx": "6.13.
|
57
|
+
"mobx": "6.13.3",
|
57
58
|
"mobx-react-lite": "4.0.7",
|
58
59
|
"react": "18.3.1",
|
59
60
|
"react-dnd": "16.0.1",
|
@@ -61,14 +62,14 @@
|
|
61
62
|
"serializr": "3.0.2"
|
62
63
|
},
|
63
64
|
"devDependencies": {
|
64
|
-
"@finos/legend-dev-utils": "2.1.
|
65
|
+
"@finos/legend-dev-utils": "2.1.23",
|
65
66
|
"@jest/globals": "29.7.0",
|
66
67
|
"cross-env": "7.0.3",
|
67
68
|
"eslint": "8.57.1",
|
68
69
|
"jest": "29.7.0",
|
69
70
|
"npm-run-all": "4.1.5",
|
70
71
|
"rimraf": "6.0.1",
|
71
|
-
"sass": "1.79.
|
72
|
+
"sass": "1.79.3",
|
72
73
|
"typescript": "5.6.2"
|
73
74
|
},
|
74
75
|
"peerDependencies": {
|
@@ -21,10 +21,8 @@ import {
|
|
21
21
|
extractExecutionResultValues,
|
22
22
|
RawExecutionResult,
|
23
23
|
} from '@finos/legend-graph';
|
24
|
-
import {
|
25
|
-
|
26
|
-
CodeEditor,
|
27
|
-
} from '@finos/legend-lego/code-editor';
|
24
|
+
import { CODE_EDITOR_LANGUAGE } from '@finos/legend-code-editor';
|
25
|
+
import { CodeEditor } from '@finos/legend-lego/code-editor';
|
28
26
|
import { DEFAULT_TAB_SIZE } from '@finos/legend-application';
|
29
27
|
|
30
28
|
export const DataQualityResultValues = observer(
|