Skip to content

Commit

Permalink
chore: use Bootstrap font-weight-bold
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Dec 8, 2023
1 parent 30093a6 commit 7aff4ba
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export class GridCompositeEditorComponent implements OnInit {
this.columnDefinitions = [
{
id: 'title', name: 'Title', field: 'title', sortable: true, type: FieldType.string, minWidth: 75,
cssClass: 'text-uppercase text-bold', columnGroup: 'Common Factor',
cssClass: 'text-uppercase font-weight-bold', columnGroup: 'Common Factor',
filterable: true, filter: { model: Filters.compoundInputText },
editor: {
model: Editors.longText, massUpdate: false, required: true, alwaysSaveOnEnterKey: true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export class GridResizeByContentComponent implements OnInit {
resizeCharWidthInPx: 7.6,
resizeCalcWidthRatio: 1,
resizeMaxWidthThreshold: 200,
cssClass: 'text-uppercase text-bold', columnGroup: 'Common Factor',
cssClass: 'text-uppercase font-weight-bold', columnGroup: 'Common Factor',
filterable: true, filter: { model: Filters.compoundInputText },
editor: {
model: Editors.longText, required: true, alwaysSaveOnEnterKey: true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export class GridCompositeEditorComponent implements OnInit {
this.columnDefinitions = [
{
id: 'title', name: 'Title', field: 'title', sortable: true, type: FieldType.string, minWidth: 75,
cssClass: 'text-uppercase text-bold', columnGroup: 'Common Factor',
cssClass: 'text-uppercase font-weight-bold', columnGroup: 'Common Factor',
filterable: true, filter: { model: Filters.compoundInputText },
editor: {
model: Editors.longText, massUpdate: false, required: true, alwaysSaveOnEnterKey: true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export class GridResizeByContentComponent implements OnInit {
resizeCharWidthInPx: 7.6,
resizeCalcWidthRatio: 1,
resizeMaxWidthThreshold: 200,
cssClass: 'text-uppercase text-bold', columnGroup: 'Common Factor',
cssClass: 'text-uppercase font-weight-bold', columnGroup: 'Common Factor',
filterable: true, filter: { model: Filters.compoundInputText },
editor: {
model: Editors.longText, required: true, alwaysSaveOnEnterKey: true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export class GridCompositeEditorComponent implements OnInit {
this.columnDefinitions = [
{
id: 'title', name: 'Title', field: 'title', sortable: true, type: FieldType.string, minWidth: 75,
cssClass: 'text-uppercase text-bold', columnGroup: 'Common Factor',
cssClass: 'text-uppercase font-weight-bold', columnGroup: 'Common Factor',
filterable: true, filter: { model: Filters.compoundInputText },
editor: {
model: Editors.longText, massUpdate: false, required: true, alwaysSaveOnEnterKey: true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export class GridResizeByContentComponent implements OnInit {
resizeCharWidthInPx: 7.6,
resizeCalcWidthRatio: 1,
resizeMaxWidthThreshold: 200,
cssClass: 'text-uppercase text-bold', columnGroup: 'Common Factor',
cssClass: 'text-uppercase font-weight-bold', columnGroup: 'Common Factor',
filterable: true, filter: { model: Filters.compoundInputText },
editor: {
model: Editors.longText, required: true, alwaysSaveOnEnterKey: true,
Expand Down

0 comments on commit 7aff4ba

Please sign in to comment.