forked from finos/legend-studio
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cleanups query builder code value specification modifiers (finos#1520)
* remove @types/lossless-json * remove ReactMarkdownMocker.jsx * minor styling fix for custom date picker * minor cleanups * cleanups post finos#1521 * cleanups * rework ApplicationNavigator and support platform navigation blocking * support application backdrop * cleanup after finos#1504 * minor cleanups * rework application navigator to support blocking * minor cleanups post finos#1541 * minor cleanups post finos#1507 * move value-specification editor logic from @finos/legend-application to @finos/legend-query-builder * minor fixes * query builder: properly use modifier for modification of value specification tree * query builder: fix minor bug when building query value specification * value-spec: fix minor typings error in metamodels * bump dependencies * add changeset * improve documentations on ESM workarounds
- Loading branch information
Showing
396 changed files
with
3,205 additions
and
2,924 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
'@finos/legend-application': patch | ||
'@finos/legend-application-query': patch | ||
'@finos/legend-application-studio': patch | ||
'@finos/legend-application-taxonomy': patch | ||
'@finos/legend-art': patch | ||
'@finos/legend-extension-dsl-data-space': patch | ||
'@finos/legend-extension-dsl-diagram': patch | ||
'@finos/legend-extension-dsl-service': patch | ||
'@finos/legend-extension-dsl-text': patch | ||
'@finos/legend-extension-format-morphir': patch | ||
'@finos/legend-extension-store-service-store': patch | ||
'@finos/legend-graph': patch | ||
'@finos/legend-query-builder': patch | ||
'@finos/legend-shared': patch | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
'@finos/legend-application': patch | ||
'@finos/legend-application-query': patch | ||
'@finos/legend-application-studio': patch | ||
'@finos/legend-application-taxonomy': patch | ||
'@finos/legend-art': patch | ||
'@finos/legend-extension-dsl-data-space': patch | ||
'@finos/legend-extension-dsl-diagram': patch | ||
'@finos/legend-extension-dsl-service': patch | ||
'@finos/legend-extension-dsl-text': patch | ||
'@finos/legend-extension-format-morphir': patch | ||
'@finos/legend-extension-store-service-store': patch | ||
'@finos/legend-query-builder': patch | ||
'@finos/legend-shared': patch | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
'@finos/legend-application': patch | ||
'@finos/legend-application-query': patch | ||
'@finos/legend-application-studio': patch | ||
'@finos/legend-application-taxonomy': patch | ||
'@finos/legend-art': patch | ||
'@finos/legend-extension-dsl-data-space': patch | ||
'@finos/legend-extension-dsl-diagram': patch | ||
'@finos/legend-extension-dsl-service': patch | ||
'@finos/legend-extension-dsl-text': patch | ||
'@finos/legend-extension-format-morphir': patch | ||
'@finos/legend-extension-store-service-store': patch | ||
'@finos/legend-query-builder': patch | ||
'@finos/legend-shared': patch | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
'@finos/legend-application': major | ||
'@finos/legend-query-builder': minor | ||
--- | ||
|
||
**BREAKING CHANGE:** Move `value specification` logic like `LambdaEditor`, `BasicValueSpecificationEditor` from `@finos/legend-application` to `@finos/legend-query-builder` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
'@finos/legend-application': patch | ||
'@finos/legend-application-query': patch | ||
'@finos/legend-application-studio': patch | ||
'@finos/legend-application-taxonomy': patch | ||
'@finos/legend-art': patch | ||
'@finos/legend-extension-dsl-data-space': patch | ||
'@finos/legend-extension-dsl-diagram': patch | ||
'@finos/legend-extension-dsl-service': patch | ||
'@finos/legend-extension-dsl-text': patch | ||
'@finos/legend-extension-format-morphir': patch | ||
'@finos/legend-extension-store-service-store': patch | ||
'@finos/legend-graph': patch | ||
'@finos/legend-query-builder': patch | ||
'@finos/legend-shared': patch | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@finos/legend-graph': major | ||
--- | ||
|
||
**BREAKING CHANGE:** `AbstractPropertyExpression.func` should now use `PropertyReference` and `FunctionType.returnType` should now use `PackageableElementReference<Type>`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@finos/legend-application': major | ||
--- | ||
|
||
**BREAKING CHANGE:** Rework `ApplicationNavigator` and renamed its methods; also added support for blocking platform navigation (e.g. web-browser's back/forward buttons). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
'@finos/legend-graph': major | ||
'@finos/legend-query-builder': minor | ||
--- | ||
|
||
**BREAKING CHANGE:** Move `value specification` helpers from `@finos/legend-graph` to `@finos/legend-query-builder` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
'@finos/legend-application': patch | ||
'@finos/legend-application-studio': patch | ||
'@finos/legend-application-taxonomy': patch | ||
'@finos/legend-art': patch | ||
'@finos/legend-extension-dsl-data-space': patch | ||
'@finos/legend-extension-dsl-diagram': patch | ||
'@finos/legend-extension-dsl-text': patch | ||
'@finos/legend-query-builder': patch | ||
'@finos/legend-shared': patch | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@finos/legend-extension-dsl-data-space': major | ||
--- | ||
|
||
**BREAKING CHANGE:** Renamed `getDSLDataSpaceGraphManagerExtension()` to `DSL_DataSpace_getGraphManagerExtension()` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@finos/legend-art': major | ||
--- | ||
|
||
**BREAKING CHANGE:** Removed `ReactMarkdownMocker.jsx` setup script, instead, add mocks `MockedReactMarkdown.js` and `MockedRemarkGFM.js` which can be use in `Jest` config `moduleNameMapper`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
'@finos/legend-application': patch | ||
'@finos/legend-application-query': patch | ||
'@finos/legend-application-studio': patch | ||
'@finos/legend-application-taxonomy': patch | ||
'@finos/legend-art': patch | ||
'@finos/legend-extension-dsl-data-space': patch | ||
'@finos/legend-extension-dsl-diagram': patch | ||
'@finos/legend-extension-dsl-service': patch | ||
'@finos/legend-extension-dsl-text': patch | ||
'@finos/legend-extension-format-morphir': patch | ||
'@finos/legend-extension-store-service-store': patch | ||
'@finos/legend-query-builder': patch | ||
'@finos/legend-shared': patch | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
'@finos/legend-art': patch | ||
'@finos/legend-shared': patch | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
--- | ||
'@finos/babel-preset-legend-studio': patch | ||
'@finos/eslint-plugin-legend-studio': patch | ||
'@finos/legend-application': patch | ||
'@finos/legend-application-query': patch | ||
'@finos/legend-application-query-bootstrap': patch | ||
'@finos/legend-application-query-deployment': patch | ||
'@finos/legend-application-studio': patch | ||
'@finos/legend-application-studio-bootstrap': patch | ||
'@finos/legend-application-studio-deployment': patch | ||
'@finos/legend-application-taxonomy': patch | ||
'@finos/legend-application-taxonomy-bootstrap': patch | ||
'@finos/legend-application-taxonomy-deployment': patch | ||
'@finos/legend-art': patch | ||
'@finos/legend-dev-utils': patch | ||
'@finos/legend-extension-dsl-data-space': patch | ||
'@finos/legend-extension-dsl-diagram': patch | ||
'@finos/legend-extension-dsl-mastery': patch | ||
'@finos/legend-extension-dsl-persistence': patch | ||
'@finos/legend-extension-dsl-persistence-cloud': patch | ||
'@finos/legend-extension-dsl-service': patch | ||
'@finos/legend-extension-dsl-text': patch | ||
'@finos/legend-extension-format-json-schema': patch | ||
'@finos/legend-extension-format-morphir': patch | ||
'@finos/legend-extension-store-flat-data': patch | ||
'@finos/legend-extension-store-relational': patch | ||
'@finos/legend-extension-store-service-store': patch | ||
'@finos/legend-extension-tracer-zipkin': patch | ||
'@finos/legend-graph': patch | ||
'@finos/legend-query-builder': patch | ||
'@finos/legend-server-depot': patch | ||
'@finos/legend-server-sdlc': patch | ||
'@finos/legend-shared': patch | ||
'@finos/legend-storage': patch | ||
'@finos/stylelint-config-legend-studio': patch | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
'@finos/legend-application': patch | ||
'@finos/legend-application-query': patch | ||
'@finos/legend-application-studio': patch | ||
'@finos/legend-application-taxonomy': patch | ||
'@finos/legend-art': patch | ||
'@finos/legend-extension-dsl-data-space': patch | ||
'@finos/legend-extension-dsl-diagram': patch | ||
'@finos/legend-extension-dsl-service': patch | ||
'@finos/legend-extension-dsl-text': patch | ||
'@finos/legend-extension-format-morphir': patch | ||
'@finos/legend-extension-store-service-store': patch | ||
'@finos/legend-graph': patch | ||
'@finos/legend-query-builder': patch | ||
'@finos/legend-shared': patch | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
'@finos/legend-application': patch | ||
'@finos/legend-application-studio': patch | ||
'@finos/legend-application-taxonomy': patch | ||
'@finos/legend-art': patch | ||
'@finos/legend-extension-dsl-data-space': patch | ||
'@finos/legend-extension-dsl-diagram': patch | ||
'@finos/legend-extension-dsl-service': patch | ||
'@finos/legend-extension-dsl-text': patch | ||
'@finos/legend-extension-store-service-store': patch | ||
'@finos/legend-query-builder': patch | ||
'@finos/legend-shared': patch | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@finos/legend-application': minor | ||
--- | ||
|
||
Add `Backdrop` to `LegendApplicationComponentFrameworkProvider` and allow controling this backdrop from `ApplicationStore` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.