Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v13.2.2 (2022-03-17)
* **grid** change column icon and divider height
* **suggest** results remove italics

# v13.2.1 (2022-03-04)
* **chore** karma bump
* **suggest** add tests
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-components",
"version": "13.2.1",
"version": "13.2.2",
"author": {
"name": "UiPath Inc",
"url": "https://uipath.com"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
(click)="selectColumns!.open(); selectColumns!.focus()"
type="button"
mat-button>
<mat-icon class="material-icons-outlined">view_column</mat-icon>
<mat-icon class="material-icons-outlined">table_chart</mat-icon>
<span>{{togglePlaceholderTitle}}</span>
<mat-icon class="material-icons-outlined">keyboard_arrow_down</mat-icon>
</button>

<mat-select [value]="selected"
Expand Down Expand Up @@ -53,6 +54,6 @@
matTooltipPosition="right"
type="button"
mat-icon-button>
<mat-icon class="material-icons-outlined">view_column</mat-icon>
<mat-icon class="material-icons-outlined">table_chart</mat-icon>
</button>
</ng-template>
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ $toggle-col-width: 10em;

mat-divider {
margin-left: 6px;
height: 32px;
align-self: center;
}

mat-select {
Expand Down
2 changes: 1 addition & 1 deletion projects/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uipath/angular",
"version": "13.2.1",
"version": "13.2.2",
"license": "MIT",
"author": {
"name": "UiPath Inc",
Expand Down