@finos/legend-extension-dsl-data-space 10.1.65 → 10.1.67
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.
@@ -14,9 +14,12 @@
|
|
14
14
|
* limitations under the License.
|
15
15
|
*/
|
16
16
|
export * from '../__lib__/DSL_DataSpace_LegendApplicationNavigation.js';
|
17
|
+
export * from '../__lib__/query/DSL_DataSpace_LegendQueryNavigation.js';
|
17
18
|
export { DSL_DataSpace_LegendApplicationPlugin } from './DSL_DataSpace_LegendApplicationPlugin.js';
|
18
19
|
export { DataSpaceViewer } from './DataSpaceViewer.js';
|
19
20
|
export * from '../stores/DSL_DataSpace_LegendApplicationPlugin_Extension.js';
|
20
21
|
export { DataSpaceViewerState } from '../stores/DataSpaceViewerState.js';
|
21
22
|
export { DataSpaceQueryBuilderState } from '../stores/query/DataSpaceQueryBuilderState.js';
|
23
|
+
export { type DataSpaceInfo } from '../stores/query/DataSpaceInfo.js';
|
24
|
+
export { DataSpaceQuerySetupState } from '../stores/query/DataSpaceQuerySetupStore.js';
|
22
25
|
//# sourceMappingURL=index.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,cAAc,yDAAyD,CAAC;AACxE,OAAO,EAAE,qCAAqC,EAAE,MAAM,4CAA4C,CAAC;AACnG,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AACvD,cAAc,8DAA8D,CAAC;AAC7E,OAAO,EAAE,oBAAoB,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,EAAE,0BAA0B,EAAE,MAAM,+CAA+C,CAAC"}
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,cAAc,yDAAyD,CAAC;AACxE,cAAc,yDAAyD,CAAC;AACxE,OAAO,EAAE,qCAAqC,EAAE,MAAM,4CAA4C,CAAC;AACnG,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AACvD,cAAc,8DAA8D,CAAC;AAC7E,OAAO,EAAE,oBAAoB,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,EAAE,0BAA0B,EAAE,MAAM,+CAA+C,CAAC;AAC3F,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,kCAAkC,CAAC;AACtE,OAAO,EAAE,wBAAwB,EAAE,MAAM,6CAA6C,CAAC"}
|
package/lib/components/index.js
CHANGED
@@ -14,9 +14,12 @@
|
|
14
14
|
* limitations under the License.
|
15
15
|
*/
|
16
16
|
export * from '../__lib__/DSL_DataSpace_LegendApplicationNavigation.js';
|
17
|
+
export * from '../__lib__/query/DSL_DataSpace_LegendQueryNavigation.js';
|
17
18
|
export { DSL_DataSpace_LegendApplicationPlugin } from './DSL_DataSpace_LegendApplicationPlugin.js';
|
18
19
|
export { DataSpaceViewer } from './DataSpaceViewer.js';
|
19
20
|
export * from '../stores/DSL_DataSpace_LegendApplicationPlugin_Extension.js';
|
20
21
|
export { DataSpaceViewerState } from '../stores/DataSpaceViewerState.js';
|
21
22
|
export { DataSpaceQueryBuilderState } from '../stores/query/DataSpaceQueryBuilderState.js';
|
23
|
+
export {} from '../stores/query/DataSpaceInfo.js';
|
24
|
+
export { DataSpaceQuerySetupState } from '../stores/query/DataSpaceQuerySetupStore.js';
|
22
25
|
//# sourceMappingURL=index.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,cAAc,yDAAyD,CAAC;AACxE,OAAO,EAAE,qCAAqC,EAAE,MAAM,4CAA4C,CAAC;AACnG,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AACvD,cAAc,8DAA8D,CAAC;AAC7E,OAAO,EAAE,oBAAoB,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,EAAE,0BAA0B,EAAE,MAAM,+CAA+C,CAAC"}
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,cAAc,yDAAyD,CAAC;AACxE,cAAc,yDAAyD,CAAC;AACxE,OAAO,EAAE,qCAAqC,EAAE,MAAM,4CAA4C,CAAC;AACnG,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AACvD,cAAc,8DAA8D,CAAC;AAC7E,OAAO,EAAE,oBAAoB,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,EAAE,0BAA0B,EAAE,MAAM,+CAA+C,CAAC;AAC3F,OAAO,EAAsB,MAAM,kCAAkC,CAAC;AACtE,OAAO,EAAE,wBAAwB,EAAE,MAAM,6CAA6C,CAAC"}
|
package/lib/index.css
CHANGED
package/lib/package.json
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@finos/legend-extension-dsl-data-space",
|
3
|
-
"version": "10.1.
|
3
|
+
"version": "10.1.67",
|
4
4
|
"description": "Legend extension for Data Space DSL",
|
5
5
|
"keywords": [
|
6
6
|
"legend",
|
@@ -45,13 +45,13 @@
|
|
45
45
|
},
|
46
46
|
"dependencies": {
|
47
47
|
"@finos/legend-application": "15.0.61",
|
48
|
-
"@finos/legend-application-query": "13.1.
|
49
|
-
"@finos/legend-application-studio": "28.14.
|
48
|
+
"@finos/legend-application-query": "13.1.45",
|
49
|
+
"@finos/legend-application-studio": "28.14.2",
|
50
50
|
"@finos/legend-art": "7.1.14",
|
51
|
-
"@finos/legend-extension-dsl-diagram": "8.0.
|
52
|
-
"@finos/legend-graph": "31.6.
|
53
|
-
"@finos/legend-lego": "1.1.
|
54
|
-
"@finos/legend-query-builder": "4.13.
|
51
|
+
"@finos/legend-extension-dsl-diagram": "8.0.123",
|
52
|
+
"@finos/legend-graph": "31.6.3",
|
53
|
+
"@finos/legend-lego": "1.1.66",
|
54
|
+
"@finos/legend-query-builder": "4.13.8",
|
55
55
|
"@finos/legend-server-depot": "6.0.33",
|
56
56
|
"@finos/legend-shared": "10.0.29",
|
57
57
|
"@finos/legend-storage": "3.0.79",
|
package/src/components/index.ts
CHANGED
@@ -15,8 +15,11 @@
|
|
15
15
|
*/
|
16
16
|
|
17
17
|
export * from '../__lib__/DSL_DataSpace_LegendApplicationNavigation.js';
|
18
|
+
export * from '../__lib__/query/DSL_DataSpace_LegendQueryNavigation.js';
|
18
19
|
export { DSL_DataSpace_LegendApplicationPlugin } from './DSL_DataSpace_LegendApplicationPlugin.js';
|
19
20
|
export { DataSpaceViewer } from './DataSpaceViewer.js';
|
20
21
|
export * from '../stores/DSL_DataSpace_LegendApplicationPlugin_Extension.js';
|
21
22
|
export { DataSpaceViewerState } from '../stores/DataSpaceViewerState.js';
|
22
23
|
export { DataSpaceQueryBuilderState } from '../stores/query/DataSpaceQueryBuilderState.js';
|
24
|
+
export { type DataSpaceInfo } from '../stores/query/DataSpaceInfo.js';
|
25
|
+
export { DataSpaceQuerySetupState } from '../stores/query/DataSpaceQuerySetupStore.js';
|