File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " planet" ,
33 "license" : " AGPL-3.0" ,
4- "version" : " 0.22.55 " ,
4+ "version" : " 0.22.56 " ,
55 "myplanet" : {
66 "latest" : " v0.53.68" ,
77 "min" : " v0.51.90"
Original file line number Diff line number Diff line change @@ -28,10 +28,6 @@ planet-courses {
2828 text-align : center ;
2929 }
3030
31- .margin-tp {
32- margin-top : 0.75rem ;
33- }
34-
3531 .search-bar {
3632 height : c .$toolbar-height ;
3733 }
Original file line number Diff line number Diff line change 1212 < button mat-raised-button (click) ="masterToggle() " i18n color ="primary " class ="margin-lr-3 " *ngIf ="data.allowMulti && isAllSelected()!=='hidden' ">
1313 {isAllSelected(), select, yes {Deselect} no {Select}} all
1414 </ button >
15- < mat-form-field *ngIf ="dropdownField && dropdownOptions.length > 1 " class ="font-size-1 margin-lr-3 ">
15+ < mat-form-field *ngIf ="dropdownField && dropdownOptions.length > 1 " appearance =" outline " class ="font-size-1 margin-lr-3 ">
1616 < mat-select [placeholder] ="dropdownField " [value] ="data.dropdownSettings.startingValue.value " (selectionChange) ="onFilterChange($event.value, dropdownField) ">
1717 < mat-option *ngFor ="let option of dropdownOptions " value ={{option.value}} > {{option.text}}</ mat-option >
1818 </ mat-select >
1919 </ mat-form-field >
2020 < mat-icon > search</ mat-icon >
21- < mat-form-field class ="font-size-1 ">
21+ < mat-form-field appearance =" outline " class ="font-size-1 ">
2222 < mat-label i18n > Search</ mat-label >
2323 < input matInput (keyup) ="applyFilter($event.target.value) ">
2424 </ mat-form-field >
You can’t perform that action at this time.
0 commit comments