@finos/legend-extension-dsl-data-space 10.3.44 → 10.3.46

Sign up to get free protection for your applications and to get access to all the features.
@@ -1 +1 @@
1
- {"version":3,"file":"DSL_DataSpace_ObserverHelper.d.ts","sourceRoot":"","sources":["../../../../src/graph-manager/action/changeDetection/DSL_DataSpace_ObserverHelper.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AASH,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,8FAA8F,CAAC;AAE9H,eAAO,MAAM,iBAAiB,qCAmB7B,CAAC"}
1
+ {"version":3,"file":"DSL_DataSpace_ObserverHelper.d.ts","sourceRoot":"","sources":["../../../../src/graph-manager/action/changeDetection/DSL_DataSpace_ObserverHelper.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AASH,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,8FAA8F,CAAC;AAE9H,eAAO,MAAM,iBAAiB,qCAqB7B,CAAC"}
@@ -14,10 +14,12 @@
14
14
  * limitations under the License.
15
15
  */
16
16
  import { observe_Abstract_PackageableElement, observe_StereotypeReference, observe_TaggedValue, skipObserved, } from '@finos/legend-graph';
17
- import { makeObservable, override } from 'mobx';
17
+ import { makeObservable, override, observable } from 'mobx';
18
18
  export const observe_DataSpace = skipObserved((metamodel) => {
19
19
  observe_Abstract_PackageableElement(metamodel);
20
20
  makeObservable(metamodel, {
21
+ title: observable,
22
+ description: observable,
21
23
  _elementHashCode: override,
22
24
  });
23
25
  // TODO
@@ -1 +1 @@
1
- {"version":3,"file":"DSL_DataSpace_ObserverHelper.js","sourceRoot":"","sources":["../../../../src/graph-manager/action/changeDetection/DSL_DataSpace_ObserverHelper.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EACL,mCAAmC,EACnC,2BAA2B,EAC3B,mBAAmB,EACnB,YAAY,GACb,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,cAAc,EAAE,QAAQ,EAAE,MAAM,MAAM,CAAC;AAGhD,MAAM,CAAC,MAAM,iBAAiB,GAAG,YAAY,CAC3C,CAAC,SAAoB,EAAa,EAAE;IAClC,mCAAmC,CAAC,SAAS,CAAC,CAAC;IAE/C,cAAc,CAAgC,SAAS,EAAE;QACvD,gBAAgB,EAAE,QAAQ;KAC3B,CAAC,CAAC;IAEH,OAAO;IACP,0EAA0E;IAC1E,wEAAwE;IACxE,+BAA+B;IAC/B,yDAAyD;IACzD,IAAI;IACJ,SAAS,CAAC,WAAW,CAAC,OAAO,CAAC,2BAA2B,CAAC,CAAC;IAC3D,SAAS,CAAC,YAAY,CAAC,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAEpD,OAAO,SAAS,CAAC;AACnB,CAAC,CACF,CAAC"}
1
+ {"version":3,"file":"DSL_DataSpace_ObserverHelper.js","sourceRoot":"","sources":["../../../../src/graph-manager/action/changeDetection/DSL_DataSpace_ObserverHelper.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EACL,mCAAmC,EACnC,2BAA2B,EAC3B,mBAAmB,EACnB,YAAY,GACb,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,cAAc,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAG5D,MAAM,CAAC,MAAM,iBAAiB,GAAG,YAAY,CAC3C,CAAC,SAAoB,EAAa,EAAE;IAClC,mCAAmC,CAAC,SAAS,CAAC,CAAC;IAE/C,cAAc,CAAgC,SAAS,EAAE;QACvD,KAAK,EAAE,UAAU;QACjB,WAAW,EAAE,UAAU;QACvB,gBAAgB,EAAE,QAAQ;KAC3B,CAAC,CAAC;IAEH,OAAO;IACP,0EAA0E;IAC1E,wEAAwE;IACxE,+BAA+B;IAC/B,yDAAyD;IACzD,IAAI;IACJ,SAAS,CAAC,WAAW,CAAC,OAAO,CAAC,2BAA2B,CAAC,CAAC;IAC3D,SAAS,CAAC,YAAY,CAAC,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAEpD,OAAO,SAAS,CAAC;AACnB,CAAC,CACF,CAAC"}
package/lib/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /** @license @finos/legend-extension-dsl-data-space v10.3.44
1
+ /** @license @finos/legend-extension-dsl-data-space v10.3.46
2
2
  * Copyright (c) 2020-present, Goldman Sachs
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
package/lib/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finos/legend-extension-dsl-data-space",
3
- "version": "10.3.44",
3
+ "version": "10.3.46",
4
4
  "description": "Legend extension for Data Space DSL",
5
5
  "keywords": [
6
6
  "legend",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finos/legend-extension-dsl-data-space",
3
- "version": "10.3.44",
3
+ "version": "10.3.46",
4
4
  "description": "Legend extension for Data Space DSL",
5
5
  "keywords": [
6
6
  "legend",
@@ -43,16 +43,16 @@
43
43
  "test:watch": "jest --watch"
44
44
  },
45
45
  "dependencies": {
46
- "@finos/legend-application": "15.1.19",
47
- "@finos/legend-art": "7.1.47",
48
- "@finos/legend-extension-dsl-diagram": "8.0.200",
49
- "@finos/legend-graph": "31.10.16",
50
- "@finos/legend-lego": "1.2.52",
51
- "@finos/legend-query-builder": "4.14.66",
52
- "@finos/legend-server-depot": "6.0.54",
53
- "@finos/legend-server-sdlc": "5.3.25",
54
- "@finos/legend-shared": "10.0.49",
55
- "@finos/legend-storage": "3.0.99",
46
+ "@finos/legend-application": "15.1.20",
47
+ "@finos/legend-art": "7.1.48",
48
+ "@finos/legend-extension-dsl-diagram": "8.0.202",
49
+ "@finos/legend-graph": "31.10.18",
50
+ "@finos/legend-lego": "1.2.54",
51
+ "@finos/legend-query-builder": "4.14.68",
52
+ "@finos/legend-server-depot": "6.0.55",
53
+ "@finos/legend-server-sdlc": "5.3.26",
54
+ "@finos/legend-shared": "10.0.50",
55
+ "@finos/legend-storage": "3.0.100",
56
56
  "@types/react": "18.3.3",
57
57
  "mobx": "6.13.1",
58
58
  "mobx-react-lite": "4.0.7",
@@ -20,7 +20,7 @@ import {
20
20
  observe_TaggedValue,
21
21
  skipObserved,
22
22
  } from '@finos/legend-graph';
23
- import { makeObservable, override } from 'mobx';
23
+ import { makeObservable, override, observable } from 'mobx';
24
24
  import type { DataSpace } from '../../../graph/metamodel/pure/model/packageableElements/dataSpace/DSL_DataSpace_DataSpace.js';
25
25
 
26
26
  export const observe_DataSpace = skipObserved(
@@ -28,6 +28,8 @@ export const observe_DataSpace = skipObserved(
28
28
  observe_Abstract_PackageableElement(metamodel);
29
29
 
30
30
  makeObservable<DataSpace, '_elementHashCode'>(metamodel, {
31
+ title: observable,
32
+ description: observable,
31
33
  _elementHashCode: override,
32
34
  });
33
35