generated from finos/software-project-blueprint
-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
datacube: add support for column selection (#3329)
* datacube: basic support for columns selector * datacube: strictly separate grid and editor states * datacube: grid support for column selection and hiding * datacube: introduce column panel to the grid * datacube: make sure context menu is not stale * datacube: properly propagate column selection changes * bump dependencies * datacube: minor improvement for group-by
- Loading branch information
Showing
82 changed files
with
2,172 additions
and
1,315 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,3 @@ | ||
--- | ||
'@finos/legend-application-repl': 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,40 @@ | ||
--- | ||
'@finos/legend-application-pure-ide-deployment': patch | ||
'@finos/legend-extension-dsl-data-space-studio': patch | ||
'@finos/legend-application-studio-deployment': patch | ||
'@finos/legend-extension-store-service-store': patch | ||
'@finos/legend-vscode-extension-dependencies': patch | ||
'@finos/legend-application-query-deployment': patch | ||
'@finos/legend-application-studio-bootstrap': patch | ||
'@finos/legend-application-query-bootstrap': patch | ||
'@finos/legend-application-repl-deployment': patch | ||
'@finos/legend-extension-dsl-data-quality': patch | ||
'@finos/legend-extension-store-relational': patch | ||
'@finos/legend-server-showcase-deployment': patch | ||
'@finos/legend-extension-dsl-persistence': patch | ||
'@finos/legend-extension-store-flat-data': patch | ||
'@finos/legend-extension-dsl-data-space': patch | ||
'@finos/legend-extension-tracer-zipkin': patch | ||
'@finos/legend-extension-dsl-diagram': patch | ||
'@finos/legend-extension-dsl-service': patch | ||
'@finos/legend-application-pure-ide': patch | ||
'@finos/legend-extension-assortment': patch | ||
'@finos/legend-application-studio': patch | ||
'@finos/legend-extension-dsl-text': patch | ||
'@finos/legend-application-query': patch | ||
'@finos/legend-application-repl': patch | ||
'@finos/legend-server-showcase': patch | ||
'@finos/legend-query-builder': patch | ||
'@finos/legend-server-depot': patch | ||
'@finos/legend-application': patch | ||
'@finos/legend-server-sdlc': patch | ||
'@finos/legend-dev-utils': patch | ||
'@finos/stylelint-config-legend-studio': patch | ||
'@finos/legend-storage': patch | ||
'@finos/eslint-plugin-legend-studio': patch | ||
'@finos/legend-shared': patch | ||
'@finos/babel-preset-legend-studio': patch | ||
'@finos/legend-graph': patch | ||
'@finos/legend-lego': patch | ||
'@finos/legend-art': 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,40 @@ | ||
--- | ||
'@finos/legend-application-pure-ide-deployment': patch | ||
'@finos/legend-extension-dsl-data-space-studio': patch | ||
'@finos/legend-application-studio-deployment': patch | ||
'@finos/legend-extension-store-service-store': patch | ||
'@finos/legend-vscode-extension-dependencies': patch | ||
'@finos/legend-application-query-deployment': patch | ||
'@finos/legend-application-studio-bootstrap': patch | ||
'@finos/legend-application-query-bootstrap': patch | ||
'@finos/legend-application-repl-deployment': patch | ||
'@finos/legend-extension-dsl-data-quality': patch | ||
'@finos/legend-extension-store-relational': patch | ||
'@finos/legend-server-showcase-deployment': patch | ||
'@finos/legend-extension-dsl-persistence': patch | ||
'@finos/legend-extension-store-flat-data': patch | ||
'@finos/legend-extension-dsl-data-space': patch | ||
'@finos/legend-extension-tracer-zipkin': patch | ||
'@finos/legend-extension-dsl-diagram': patch | ||
'@finos/legend-extension-dsl-service': patch | ||
'@finos/legend-application-pure-ide': patch | ||
'@finos/legend-extension-assortment': patch | ||
'@finos/legend-application-studio': patch | ||
'@finos/legend-extension-dsl-text': patch | ||
'@finos/legend-application-query': patch | ||
'@finos/legend-application-repl': patch | ||
'@finos/legend-server-showcase': patch | ||
'@finos/legend-query-builder': patch | ||
'@finos/legend-server-depot': patch | ||
'@finos/legend-application': patch | ||
'@finos/legend-server-sdlc': patch | ||
'@finos/legend-dev-utils': patch | ||
'@finos/stylelint-config-legend-studio': patch | ||
'@finos/legend-storage': patch | ||
'@finos/eslint-plugin-legend-studio': patch | ||
'@finos/legend-shared': patch | ||
'@finos/babel-preset-legend-studio': patch | ||
'@finos/legend-graph': patch | ||
'@finos/legend-lego': patch | ||
'@finos/legend-art': 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
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
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.