forked from iTwin/itwinjs-core
-
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.
Render sameInstance properites inline (iTwin#1195)
* Render sameInstance properites inline * Minor fixes * Change * extract-api * PR nestedHierarchy and css fixes * PR Fixes - Field API and DataProvider * PR Fixes. Table update * API and Changes update * Render sameInstance properites inline * PR nestedHierarchy and css fixes * PR Fixes - Field API and DataProvider * PR Fixes. Table update * PR fixes * PR Fixes. Full-stack tests * PR Fixes. Linter and minor fixes * PR Fixes. API and Changes * PR fixes. Test fix * lint fix * Added minor style fixes and ui-test-app-example * PR Fixes. classnames fix * classNames fix Co-authored-by: Grigas <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
- Loading branch information
1 parent
a4ffd7d
commit 7902272
Showing
15 changed files
with
627 additions
and
40 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
11 changes: 11 additions & 0 deletions
11
...sentation-common/presentation-Render-sameInstance-properties-inline_2021-04-14-12-20.json
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 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@bentley/presentation-common", | ||
"comment": "Added `relationshipMeaning` property to `NestedContentField`", | ||
"type": "none" | ||
} | ||
], | ||
"packageName": "@bentley/presentation-common", | ||
"email": "[email protected]" | ||
} |
11 changes: 11 additions & 0 deletions
11
...ation-components/presentation-Render-sameInstance-properties-inline_2021-04-14-12-20.json
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 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@bentley/presentation-components", | ||
"comment": "Updated table/DataProvider so that it would find sameInstance nested properties and extract their values/fields when needed.", | ||
"type": "none" | ||
} | ||
], | ||
"packageName": "@bentley/presentation-components", | ||
"email": "[email protected]" | ||
} |
21 changes: 21 additions & 0 deletions
21
...ey/ui-components/presentation-Render-sameInstance-properties-inline_2021-04-14-12-20.json
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,21 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@bentley/ui-components", | ||
"comment": "Added `mergedCellsCount` property to `CellItem`. It is used for determining width of the cell.", | ||
"type": "none" | ||
}, | ||
{ | ||
"packageName": "@bentley/ui-components", | ||
"comment": "Added `overflow` property for `react-grid-Cell__value` element. `zIndex` is set in `TableCellContent` style property. These updates are necessary for rendering merged cells in `Table` component.", | ||
"type": "none" | ||
}, | ||
{ | ||
"packageName": "@bentley/ui-components", | ||
"comment": "Updated `Table` component so that it would be possible to merge cells in it", | ||
"type": "none" | ||
} | ||
], | ||
"packageName": "@bentley/ui-components", | ||
"email": "[email protected]" | ||
} |
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.