@fuentis/phoenix-ui 0.0.9-alpha.293 → 0.0.9-alpha.294

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3048,7 +3048,7 @@ class MetaAssignResponsibleComponent {
3048
3048
  }
3049
3049
  assignResponsible() {
3050
3050
  const ref = this.dialogService.open(ObjectItemDialogComponent, {
3051
- header: 'Assign Responsible',
3051
+ header: 'LABELS.ASSIGN_RESPONSIBLE',
3052
3052
  width: '700px',
3053
3053
  modal: true,
3054
3054
  data: {
@@ -3056,22 +3056,22 @@ class MetaAssignResponsibleComponent {
3056
3056
  columns: [
3057
3057
  {
3058
3058
  field: 'name',
3059
- header: 'Name',
3059
+ header: 'LABELS.NAME',
3060
3060
  columnType: tableColumnType.TEXT,
3061
3061
  },
3062
3062
  {
3063
3063
  field: 'function',
3064
- header: 'Function',
3064
+ header: 'LABELS.FUNCTION',
3065
3065
  columnType: tableColumnType.TEXT,
3066
3066
  },
3067
3067
  {
3068
3068
  field: 'phone',
3069
- header: 'Phone',
3069
+ header: 'LABELS.PHONE',
3070
3070
  columnType: tableColumnType.TEXT,
3071
3071
  },
3072
3072
  {
3073
3073
  field: 'email',
3074
- header: 'Email',
3074
+ header: 'LABELS.EMAIL',
3075
3075
  columnType: tableColumnType.TEXT,
3076
3076
  },
3077
3077
  ],
@@ -5587,7 +5587,7 @@ class MetaAssignAssetComponent {
5587
5587
  }
5588
5588
  assignAsset() {
5589
5589
  const ref = this.dialogService.open(ObjectItemDialogComponent, {
5590
- header: 'Assign Asset Group',
5590
+ header: 'LABELS.ASSIGN_ASSET_GROUP',
5591
5591
  width: '700px',
5592
5592
  height: '400px',
5593
5593
  modal: true,
@@ -5596,12 +5596,12 @@ class MetaAssignAssetComponent {
5596
5596
  columns: [
5597
5597
  {
5598
5598
  field: 'name',
5599
- header: 'Name',
5599
+ header: 'LABELS.Name',
5600
5600
  columnType: tableColumnType.TEXT,
5601
5601
  },
5602
5602
  {
5603
5603
  field: 'title',
5604
- header: 'Title',
5604
+ header: 'LABELS.TITLE',
5605
5605
  columnType: tableColumnType.TEXT,
5606
5606
  },
5607
5607
  // {