@huntsman-cancer-institute/cod 17.0.5 → 17.0.7

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.
@@ -2090,8 +2090,8 @@ class AttributeEditComponent extends AttributeBase {
2090
2090
  [checked]="attributeChoice.value"
2091
2091
  [disabled]="!editInline || attribute.isCalculated === 'Y'"
2092
2092
  (change)="valueMultiChoiceChange(attributeChoice)"
2093
- class="form-control checkbox mt-auto mb-auto mr-2" />
2094
- <div class="cod-label pl-1">
2093
+ class="form-control checkbox mt-auto mb-auto me-2" />
2094
+ <div class="cod-label ps-1">
2095
2095
  {{attributeChoice.choice}}
2096
2096
  </div>
2097
2097
  </div>
@@ -2116,7 +2116,7 @@ class AttributeEditComponent extends AttributeBase {
2116
2116
  (change)="valueMultiDictChange(entry)"
2117
2117
  [disabled]="!editInline || attribute.isCalculated === 'Y'"
2118
2118
  class="form-control checkbox" />
2119
- <div class="cod-label pl-1">
2119
+ <div class="cod-label ps-1">
2120
2120
  {{entry.display}}
2121
2121
  </div>
2122
2122
  </div>
@@ -2414,8 +2414,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImpor
2414
2414
  [checked]="attributeChoice.value"
2415
2415
  [disabled]="!editInline || attribute.isCalculated === 'Y'"
2416
2416
  (change)="valueMultiChoiceChange(attributeChoice)"
2417
- class="form-control checkbox mt-auto mb-auto mr-2" />
2418
- <div class="cod-label pl-1">
2417
+ class="form-control checkbox mt-auto mb-auto me-2" />
2418
+ <div class="cod-label ps-1">
2419
2419
  {{attributeChoice.choice}}
2420
2420
  </div>
2421
2421
  </div>
@@ -2440,7 +2440,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImpor
2440
2440
  (change)="valueMultiDictChange(entry)"
2441
2441
  [disabled]="!editInline || attribute.isCalculated === 'Y'"
2442
2442
  class="form-control checkbox" />
2443
- <div class="cod-label pl-1">
2443
+ <div class="cod-label ps-1">
2444
2444
  {{entry.display}}
2445
2445
  </div>
2446
2446
  </div>
@@ -2617,8 +2617,8 @@ class AttributeAbsoluteComponent extends AttributeBase {
2617
2617
  <ng-container *ngIf="attribute.codeAttributeDataType === 'LINE'">
2618
2618
  <div #attributeRef
2619
2619
  class="d-flex flex-row cod-type-line i-height">
2620
- <div class="d-flex cod-line mr-1 mt-auto mb-auto flex-shrink-0"></div>
2621
- <div *ngIf="attribute.displayName" class="d-flex mr-1 cod-label flex-shrink-0">
2620
+ <div class="d-flex cod-line me-1 mt-auto mb-auto flex-shrink-0"></div>
2621
+ <div *ngIf="attribute.displayName" class="d-flex me-1 cod-label flex-shrink-0">
2622
2622
  {{attribute.displayName}}
2623
2623
  </div>
2624
2624
  <div class="d-flex cod-line grow mt-auto mb-auto"></div>
@@ -2639,7 +2639,7 @@ class AttributeAbsoluteComponent extends AttributeBase {
2639
2639
  <ng-container *ngIf="attribute.codeAttributeDataType === 'S'">
2640
2640
  <div #attributeRef
2641
2641
  class="d-flex flex-column cod-type-s i-height">
2642
- <div *ngIf="attribute.displayName" class="d-flex cod-top-label mr-1" [style.width]="'max-content'">
2642
+ <div *ngIf="attribute.displayName" class="d-flex cod-top-label me-1" [style.width]="'max-content'">
2643
2643
  {{attribute.displayName}}
2644
2644
  </div>
2645
2645
  <div *ngIf="(attribute.h <= 25)" class="d-flex flex-grow-1">
@@ -2670,7 +2670,7 @@ class AttributeAbsoluteComponent extends AttributeBase {
2670
2670
  <ng-container *ngIf="attribute.codeAttributeDataType === 'TXT'">
2671
2671
  <div #attributeRef
2672
2672
  class="d-flex flex-column cod-type-txt i-height">
2673
- <div *ngIf="attribute.displayName" class="d-flex cod-top-label mr-1" [style.width]="'max-content'">
2673
+ <div *ngIf="attribute.displayName" class="d-flex cod-top-label me-1" [style.width]="'max-content'">
2674
2674
  {{attribute.displayName}}
2675
2675
  </div>
2676
2676
  <div class="d-flex flex-grow-1">
@@ -2695,7 +2695,7 @@ class AttributeAbsoluteComponent extends AttributeBase {
2695
2695
  <div *ngIf="attribute.displayName" class="d-flex cod-right-label" [style.width]="'max-content'">
2696
2696
  {{attribute.displayName}}
2697
2697
  </div>
2698
- <div #inputRef class="d-flex flex-grow-1 align-items-center mr-1">
2698
+ <div #inputRef class="d-flex flex-grow-1 align-items-center me-1">
2699
2699
  <input type="checkbox"
2700
2700
  [checked]="attributeValues[0].valueString === 'Y'"
2701
2701
  (change)="valueCheckboxChange($event)"
@@ -2709,7 +2709,7 @@ class AttributeAbsoluteComponent extends AttributeBase {
2709
2709
  <ng-container *ngIf="attribute.codeAttributeDataType === 'N'">
2710
2710
  <div #attributeRef
2711
2711
  class="d-flex flex-column cod-type-n i-height">
2712
- <div *ngIf="attribute.displayName" class="d-flex cod-top-label mr-1" [style.width]="'max-content'">
2712
+ <div *ngIf="attribute.displayName" class="d-flex cod-top-label me-1" [style.width]="'max-content'">
2713
2713
  {{attribute.displayName}}
2714
2714
  </div>
2715
2715
  <div class="d-flex flex-grow-1">
@@ -2727,7 +2727,7 @@ class AttributeAbsoluteComponent extends AttributeBase {
2727
2727
  <ng-container *ngIf="attribute.codeAttributeDataType === 'I'">
2728
2728
  <div #attributeRef
2729
2729
  class="d-flex flex-column cod-type-i i-height">
2730
- <div *ngIf="attribute.displayName" class="d-flex cod-top-label mr-1" [style.width]="'max-content'">
2730
+ <div *ngIf="attribute.displayName" class="d-flex cod-top-label me-1" [style.width]="'max-content'">
2731
2731
  {{attribute.displayName}}
2732
2732
  </div>
2733
2733
  <div class="d-flex flex-grow-1">
@@ -2745,7 +2745,7 @@ class AttributeAbsoluteComponent extends AttributeBase {
2745
2745
  <ng-container *ngIf="attribute.codeAttributeDataType === 'D'">
2746
2746
  <div #attributeRef
2747
2747
  class="d-flex flex-column cod-type-d i-height">
2748
- <div *ngIf="attribute.displayName" class="d-flex cod-top-label mr-1" [style.width]="'max-content'">
2748
+ <div *ngIf="attribute.displayName" class="d-flex cod-top-label me-1" [style.width]="'max-content'">
2749
2749
  {{attribute.displayName}}
2750
2750
  </div>
2751
2751
  <div class="d-flex flex-grow-1">
@@ -2767,7 +2767,7 @@ class AttributeAbsoluteComponent extends AttributeBase {
2767
2767
  <ng-container *ngIf="attribute.codeAttributeDataType === 'DT'">
2768
2768
  <div #attributeRef
2769
2769
  class="d-flex flex-column cod-type-dt i-height">
2770
- <div *ngIf="attribute.displayName" class="d-flex cod-top-label mr-1" [style.width]="'max-content'">
2770
+ <div *ngIf="attribute.displayName" class="d-flex cod-top-label me-1" [style.width]="'max-content'">
2771
2771
  {{attribute.displayName}}
2772
2772
  </div>
2773
2773
  <div class="d-flex flex-grow-1">
@@ -2789,7 +2789,7 @@ class AttributeAbsoluteComponent extends AttributeBase {
2789
2789
  <ng-container *ngIf="attribute.codeAttributeDataType === 'B'">
2790
2790
  <div #attributeRef
2791
2791
  class="d-flex flex-column cod-type-b i-height">
2792
- <div *ngIf="attribute.displayName" class="d-flex cod-top-label mr-1" [style.width]="'max-content'">
2792
+ <div *ngIf="attribute.displayName" class="d-flex cod-top-label me-1" [style.width]="'max-content'">
2793
2793
  {{attribute.displayName}}
2794
2794
  </div>
2795
2795
  <div class="d-flex flex-grow-1">
@@ -2810,7 +2810,7 @@ class AttributeAbsoluteComponent extends AttributeBase {
2810
2810
  <ng-container *ngIf="attribute.codeAttributeDataType === 'EB'">
2811
2811
  <div #attributeRef
2812
2812
  class="d-flex flex-column cod-type-eb i-height">
2813
- <div *ngIf="attribute.displayName" class="d-flex cod-top-label mr-1" [style.width]="'max-content'">
2813
+ <div *ngIf="attribute.displayName" class="d-flex cod-top-label me-1" [style.width]="'max-content'">
2814
2814
  {{attribute.displayName}}
2815
2815
  </div>
2816
2816
  <div class="d-flex flex-grow-1">
@@ -2832,7 +2832,7 @@ class AttributeAbsoluteComponent extends AttributeBase {
2832
2832
  <ng-container *ngIf="attribute.codeAttributeDataType === 'AC' && attribute.isMultiValue === 'N'">
2833
2833
  <div #attributeRef
2834
2834
  class="d-flex flex-column cod-type-ac-n i-height">
2835
- <div *ngIf="attribute.displayName" class="d-flex cod-top-label mr-1" [style.width]="'max-content'">
2835
+ <div *ngIf="attribute.displayName" class="d-flex cod-top-label me-1" [style.width]="'max-content'">
2836
2836
  {{attribute.displayName}}
2837
2837
  </div>
2838
2838
  <div class="d-flex flex-grow-1">
@@ -2856,7 +2856,7 @@ class AttributeAbsoluteComponent extends AttributeBase {
2856
2856
  <div #attributeRef
2857
2857
  class="d-flex flex-column cod-type-ac-y i-height"
2858
2858
  style="height: inherit;">
2859
- <div *ngIf="attribute.displayName" class="d-flex cod-top-label mr-1" [style.width]="'max-content'">
2859
+ <div *ngIf="attribute.displayName" class="d-flex cod-top-label me-1" [style.width]="'max-content'">
2860
2860
  {{attribute.displayName}}
2861
2861
  </div>
2862
2862
  <div class="d-flex flex-column y-auto" style="row-gap: 5px">
@@ -2868,7 +2868,7 @@ class AttributeAbsoluteComponent extends AttributeBase {
2868
2868
  (change)="valueMultiChoiceChange(attributeChoice)"
2869
2869
  [disabled]="!editInline || attribute.isCalculated === 'Y'"
2870
2870
  class="form-control checkbox"/>
2871
- <div class="cod-label pl-1">
2871
+ <div class="cod-label ps-1">
2872
2872
  {{attributeChoice.choice}}
2873
2873
  </div>
2874
2874
  </div>
@@ -2882,7 +2882,7 @@ class AttributeAbsoluteComponent extends AttributeBase {
2882
2882
  <div #attributeRef
2883
2883
  class="d-flex flex-column cod-type-ac-y i-height"
2884
2884
  style="height: inherit;">
2885
- <div *ngIf="attribute.displayName" class="d-flex cod-top-label mr-1" [style.width]="'max-content'">
2885
+ <div *ngIf="attribute.displayName" class="d-flex cod-top-label me-1" [style.width]="'max-content'">
2886
2886
  {{attribute.displayName}}
2887
2887
  </div>
2888
2888
  <div class="d-flex flex-column y-auto" style="row-gap: 5px">
@@ -2894,7 +2894,7 @@ class AttributeAbsoluteComponent extends AttributeBase {
2894
2894
  (change)="valueMultiDictChange(entry)"
2895
2895
  [disabled]="!editInline || attribute.isCalculated === 'Y'"
2896
2896
  class="form-control checkbox" />
2897
- <div class="cod-label pl-1">
2897
+ <div class="cod-label ps-1">
2898
2898
  {{entry.display}}
2899
2899
  </div>
2900
2900
  </div>
@@ -2907,7 +2907,7 @@ class AttributeAbsoluteComponent extends AttributeBase {
2907
2907
  <ng-container *ngIf="attribute.codeAttributeDataType === 'DICT' && attribute.isMultiValue === 'N'">
2908
2908
  <div #attributeRef
2909
2909
  class="d-flex flex-column cod-type-dict i-height">
2910
- <div *ngIf="attribute.displayName" class="d-flex cod-top-label mr-1" [style.width]="'max-content'">
2910
+ <div *ngIf="attribute.displayName" class="d-flex cod-top-label me-1" [style.width]="'max-content'">
2911
2911
  {{attribute.displayName}}
2912
2912
  </div>
2913
2913
  <div class="d-flex flex-grow-1">
@@ -2929,11 +2929,11 @@ class AttributeAbsoluteComponent extends AttributeBase {
2929
2929
  <!-- Grid -->
2930
2930
  <ng-container *ngIf="attribute.codeAttributeDataType === 'GA'">
2931
2931
  <div #attributeRef class="d-flex flex-column cod-type-ga i-height">
2932
- <div *ngIf="attribute.displayName" class="d-flex cod-top-label mr-1" [style.width]="'max-content'">
2932
+ <div *ngIf="attribute.displayName" class="d-flex cod-top-label me-1" [style.width]="'max-content'">
2933
2933
  <div>
2934
2934
  {{attribute.displayName}}
2935
2935
  </div>
2936
- <div *ngIf="editInline" style="margin-left: auto;" class="pl-2 pb-2">
2936
+ <div *ngIf="editInline" style="margin-left: auto;" class="ps-2 pb-2">
2937
2937
  <button class="btn-ga" (click)="addGridRow(editGridModal, attribute.idAttribute)">
2938
2938
  <span class="ga-icon">
2939
2939
  <i class="fas fa-plus fa-xs"></i>
@@ -2992,8 +2992,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImpor
2992
2992
  <ng-container *ngIf="attribute.codeAttributeDataType === 'LINE'">
2993
2993
  <div #attributeRef
2994
2994
  class="d-flex flex-row cod-type-line i-height">
2995
- <div class="d-flex cod-line mr-1 mt-auto mb-auto flex-shrink-0"></div>
2996
- <div *ngIf="attribute.displayName" class="d-flex mr-1 cod-label flex-shrink-0">
2995
+ <div class="d-flex cod-line me-1 mt-auto mb-auto flex-shrink-0"></div>
2996
+ <div *ngIf="attribute.displayName" class="d-flex me-1 cod-label flex-shrink-0">
2997
2997
  {{attribute.displayName}}
2998
2998
  </div>
2999
2999
  <div class="d-flex cod-line grow mt-auto mb-auto"></div>
@@ -3014,7 +3014,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImpor
3014
3014
  <ng-container *ngIf="attribute.codeAttributeDataType === 'S'">
3015
3015
  <div #attributeRef
3016
3016
  class="d-flex flex-column cod-type-s i-height">
3017
- <div *ngIf="attribute.displayName" class="d-flex cod-top-label mr-1" [style.width]="'max-content'">
3017
+ <div *ngIf="attribute.displayName" class="d-flex cod-top-label me-1" [style.width]="'max-content'">
3018
3018
  {{attribute.displayName}}
3019
3019
  </div>
3020
3020
  <div *ngIf="(attribute.h <= 25)" class="d-flex flex-grow-1">
@@ -3045,7 +3045,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImpor
3045
3045
  <ng-container *ngIf="attribute.codeAttributeDataType === 'TXT'">
3046
3046
  <div #attributeRef
3047
3047
  class="d-flex flex-column cod-type-txt i-height">
3048
- <div *ngIf="attribute.displayName" class="d-flex cod-top-label mr-1" [style.width]="'max-content'">
3048
+ <div *ngIf="attribute.displayName" class="d-flex cod-top-label me-1" [style.width]="'max-content'">
3049
3049
  {{attribute.displayName}}
3050
3050
  </div>
3051
3051
  <div class="d-flex flex-grow-1">
@@ -3070,7 +3070,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImpor
3070
3070
  <div *ngIf="attribute.displayName" class="d-flex cod-right-label" [style.width]="'max-content'">
3071
3071
  {{attribute.displayName}}
3072
3072
  </div>
3073
- <div #inputRef class="d-flex flex-grow-1 align-items-center mr-1">
3073
+ <div #inputRef class="d-flex flex-grow-1 align-items-center me-1">
3074
3074
  <input type="checkbox"
3075
3075
  [checked]="attributeValues[0].valueString === 'Y'"
3076
3076
  (change)="valueCheckboxChange($event)"
@@ -3084,7 +3084,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImpor
3084
3084
  <ng-container *ngIf="attribute.codeAttributeDataType === 'N'">
3085
3085
  <div #attributeRef
3086
3086
  class="d-flex flex-column cod-type-n i-height">
3087
- <div *ngIf="attribute.displayName" class="d-flex cod-top-label mr-1" [style.width]="'max-content'">
3087
+ <div *ngIf="attribute.displayName" class="d-flex cod-top-label me-1" [style.width]="'max-content'">
3088
3088
  {{attribute.displayName}}
3089
3089
  </div>
3090
3090
  <div class="d-flex flex-grow-1">
@@ -3102,7 +3102,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImpor
3102
3102
  <ng-container *ngIf="attribute.codeAttributeDataType === 'I'">
3103
3103
  <div #attributeRef
3104
3104
  class="d-flex flex-column cod-type-i i-height">
3105
- <div *ngIf="attribute.displayName" class="d-flex cod-top-label mr-1" [style.width]="'max-content'">
3105
+ <div *ngIf="attribute.displayName" class="d-flex cod-top-label me-1" [style.width]="'max-content'">
3106
3106
  {{attribute.displayName}}
3107
3107
  </div>
3108
3108
  <div class="d-flex flex-grow-1">
@@ -3120,7 +3120,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImpor
3120
3120
  <ng-container *ngIf="attribute.codeAttributeDataType === 'D'">
3121
3121
  <div #attributeRef
3122
3122
  class="d-flex flex-column cod-type-d i-height">
3123
- <div *ngIf="attribute.displayName" class="d-flex cod-top-label mr-1" [style.width]="'max-content'">
3123
+ <div *ngIf="attribute.displayName" class="d-flex cod-top-label me-1" [style.width]="'max-content'">
3124
3124
  {{attribute.displayName}}
3125
3125
  </div>
3126
3126
  <div class="d-flex flex-grow-1">
@@ -3142,7 +3142,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImpor
3142
3142
  <ng-container *ngIf="attribute.codeAttributeDataType === 'DT'">
3143
3143
  <div #attributeRef
3144
3144
  class="d-flex flex-column cod-type-dt i-height">
3145
- <div *ngIf="attribute.displayName" class="d-flex cod-top-label mr-1" [style.width]="'max-content'">
3145
+ <div *ngIf="attribute.displayName" class="d-flex cod-top-label me-1" [style.width]="'max-content'">
3146
3146
  {{attribute.displayName}}
3147
3147
  </div>
3148
3148
  <div class="d-flex flex-grow-1">
@@ -3164,7 +3164,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImpor
3164
3164
  <ng-container *ngIf="attribute.codeAttributeDataType === 'B'">
3165
3165
  <div #attributeRef
3166
3166
  class="d-flex flex-column cod-type-b i-height">
3167
- <div *ngIf="attribute.displayName" class="d-flex cod-top-label mr-1" [style.width]="'max-content'">
3167
+ <div *ngIf="attribute.displayName" class="d-flex cod-top-label me-1" [style.width]="'max-content'">
3168
3168
  {{attribute.displayName}}
3169
3169
  </div>
3170
3170
  <div class="d-flex flex-grow-1">
@@ -3185,7 +3185,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImpor
3185
3185
  <ng-container *ngIf="attribute.codeAttributeDataType === 'EB'">
3186
3186
  <div #attributeRef
3187
3187
  class="d-flex flex-column cod-type-eb i-height">
3188
- <div *ngIf="attribute.displayName" class="d-flex cod-top-label mr-1" [style.width]="'max-content'">
3188
+ <div *ngIf="attribute.displayName" class="d-flex cod-top-label me-1" [style.width]="'max-content'">
3189
3189
  {{attribute.displayName}}
3190
3190
  </div>
3191
3191
  <div class="d-flex flex-grow-1">
@@ -3207,7 +3207,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImpor
3207
3207
  <ng-container *ngIf="attribute.codeAttributeDataType === 'AC' && attribute.isMultiValue === 'N'">
3208
3208
  <div #attributeRef
3209
3209
  class="d-flex flex-column cod-type-ac-n i-height">
3210
- <div *ngIf="attribute.displayName" class="d-flex cod-top-label mr-1" [style.width]="'max-content'">
3210
+ <div *ngIf="attribute.displayName" class="d-flex cod-top-label me-1" [style.width]="'max-content'">
3211
3211
  {{attribute.displayName}}
3212
3212
  </div>
3213
3213
  <div class="d-flex flex-grow-1">
@@ -3231,7 +3231,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImpor
3231
3231
  <div #attributeRef
3232
3232
  class="d-flex flex-column cod-type-ac-y i-height"
3233
3233
  style="height: inherit;">
3234
- <div *ngIf="attribute.displayName" class="d-flex cod-top-label mr-1" [style.width]="'max-content'">
3234
+ <div *ngIf="attribute.displayName" class="d-flex cod-top-label me-1" [style.width]="'max-content'">
3235
3235
  {{attribute.displayName}}
3236
3236
  </div>
3237
3237
  <div class="d-flex flex-column y-auto" style="row-gap: 5px">
@@ -3243,7 +3243,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImpor
3243
3243
  (change)="valueMultiChoiceChange(attributeChoice)"
3244
3244
  [disabled]="!editInline || attribute.isCalculated === 'Y'"
3245
3245
  class="form-control checkbox"/>
3246
- <div class="cod-label pl-1">
3246
+ <div class="cod-label ps-1">
3247
3247
  {{attributeChoice.choice}}
3248
3248
  </div>
3249
3249
  </div>
@@ -3257,7 +3257,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImpor
3257
3257
  <div #attributeRef
3258
3258
  class="d-flex flex-column cod-type-ac-y i-height"
3259
3259
  style="height: inherit;">
3260
- <div *ngIf="attribute.displayName" class="d-flex cod-top-label mr-1" [style.width]="'max-content'">
3260
+ <div *ngIf="attribute.displayName" class="d-flex cod-top-label me-1" [style.width]="'max-content'">
3261
3261
  {{attribute.displayName}}
3262
3262
  </div>
3263
3263
  <div class="d-flex flex-column y-auto" style="row-gap: 5px">
@@ -3269,7 +3269,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImpor
3269
3269
  (change)="valueMultiDictChange(entry)"
3270
3270
  [disabled]="!editInline || attribute.isCalculated === 'Y'"
3271
3271
  class="form-control checkbox" />
3272
- <div class="cod-label pl-1">
3272
+ <div class="cod-label ps-1">
3273
3273
  {{entry.display}}
3274
3274
  </div>
3275
3275
  </div>
@@ -3282,7 +3282,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImpor
3282
3282
  <ng-container *ngIf="attribute.codeAttributeDataType === 'DICT' && attribute.isMultiValue === 'N'">
3283
3283
  <div #attributeRef
3284
3284
  class="d-flex flex-column cod-type-dict i-height">
3285
- <div *ngIf="attribute.displayName" class="d-flex cod-top-label mr-1" [style.width]="'max-content'">
3285
+ <div *ngIf="attribute.displayName" class="d-flex cod-top-label me-1" [style.width]="'max-content'">
3286
3286
  {{attribute.displayName}}
3287
3287
  </div>
3288
3288
  <div class="d-flex flex-grow-1">
@@ -3304,11 +3304,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImpor
3304
3304
  <!-- Grid -->
3305
3305
  <ng-container *ngIf="attribute.codeAttributeDataType === 'GA'">
3306
3306
  <div #attributeRef class="d-flex flex-column cod-type-ga i-height">
3307
- <div *ngIf="attribute.displayName" class="d-flex cod-top-label mr-1" [style.width]="'max-content'">
3307
+ <div *ngIf="attribute.displayName" class="d-flex cod-top-label me-1" [style.width]="'max-content'">
3308
3308
  <div>
3309
3309
  {{attribute.displayName}}
3310
3310
  </div>
3311
- <div *ngIf="editInline" style="margin-left: auto;" class="pl-2 pb-2">
3311
+ <div *ngIf="editInline" style="margin-left: auto;" class="ps-2 pb-2">
3312
3312
  <button class="btn-ga" (click)="addGridRow(editGridModal, attribute.idAttribute)">
3313
3313
  <span class="ga-icon">
3314
3314
  <i class="fas fa-plus fa-xs"></i>
@@ -3404,8 +3404,8 @@ class AttributeFlexComponent extends AttributeBase {
3404
3404
  <ng-container *ngIf="attribute.codeAttributeDataType === 'LINE'">
3405
3405
  <div #attributeRef
3406
3406
  class="d-flex flex-row cod-type-line">
3407
- <div class="d-flex cod-line mr-1 mt-auto mb-auto flex-shrink-0"></div>
3408
- <div *ngIf="attribute.displayName" class="d-flex cod-top-label mr-1 flex-shrink-0">
3407
+ <div class="d-flex cod-line me-1 mt-auto mb-auto flex-shrink-0"></div>
3408
+ <div *ngIf="attribute.displayName" class="d-flex cod-top-label me-1 flex-shrink-0">
3409
3409
  {{attribute.displayName}}
3410
3410
  </div>
3411
3411
  <div class="d-flex cod-line grow mt-auto mb-auto"></div>
@@ -3416,7 +3416,7 @@ class AttributeFlexComponent extends AttributeBase {
3416
3416
  <ng-container *ngIf="attribute.codeAttributeDataType === 'LABEL'">
3417
3417
  <div #attributeRef
3418
3418
  class="d-flex flex-column cod-type-label">
3419
- <div *ngIf="attribute.displayName" class="d-flex cod-top-label mr-1">
3419
+ <div *ngIf="attribute.displayName" class="d-flex cod-top-label me-1">
3420
3420
  {{attribute.displayName}}
3421
3421
  </div>
3422
3422
  </div>
@@ -3426,7 +3426,7 @@ class AttributeFlexComponent extends AttributeBase {
3426
3426
  <ng-container *ngIf="attribute.codeAttributeDataType === 'S'">
3427
3427
  <div #attributeRef
3428
3428
  class="d-flex flex-column cod-type-s">
3429
- <div *ngIf="attribute.displayName" class="d-flex cod-top-label mr-1">
3429
+ <div *ngIf="attribute.displayName" class="d-flex cod-top-label me-1">
3430
3430
  {{attribute.displayName}}
3431
3431
  </div>
3432
3432
  <div class="d-flex flex-grow-1">
@@ -3444,7 +3444,7 @@ class AttributeFlexComponent extends AttributeBase {
3444
3444
  <ng-container *ngIf="attribute.codeAttributeDataType === 'TXT'">
3445
3445
  <div #attributeRef
3446
3446
  class="d-flex flex-column cod-type-txt">
3447
- <div *ngIf="attribute.displayName" class="d-flex cod-top-label mr-1">
3447
+ <div *ngIf="attribute.displayName" class="d-flex cod-top-label me-1">
3448
3448
  {{attribute.displayName}}
3449
3449
  </div>
3450
3450
  <div class="d-flex flex-grow-1">
@@ -3466,7 +3466,7 @@ class AttributeFlexComponent extends AttributeBase {
3466
3466
  <ng-container *ngIf="attribute.codeAttributeDataType === 'CB'">
3467
3467
  <div #attributeRef
3468
3468
  class="d-flex flex-column cod-type-cb">
3469
- <div *ngIf="attribute.displayName" class="d-flex cod-top-label mr-1">
3469
+ <div *ngIf="attribute.displayName" class="d-flex cod-top-label me-1">
3470
3470
  {{attribute.displayName}}
3471
3471
  </div>
3472
3472
  <div class="d-flex flex-grow-1">
@@ -3484,7 +3484,7 @@ class AttributeFlexComponent extends AttributeBase {
3484
3484
  <ng-container *ngIf="attribute.codeAttributeDataType === 'N'">
3485
3485
  <div #attributeRef
3486
3486
  class="d-flex flex-column cod-type-n">
3487
- <div *ngIf="attribute.displayName" class="d-flex cod-top-label mr-1">
3487
+ <div *ngIf="attribute.displayName" class="d-flex cod-top-label me-1">
3488
3488
  {{attribute.displayName}}
3489
3489
  </div>
3490
3490
  <div class="d-flex flex-grow-1">
@@ -3502,7 +3502,7 @@ class AttributeFlexComponent extends AttributeBase {
3502
3502
  <ng-container *ngIf="attribute.codeAttributeDataType === 'I'">
3503
3503
  <div #attributeRef
3504
3504
  class="d-flex flex-column cod-type-i">
3505
- <div *ngIf="attribute.displayName" class="d-flex cod-top-label mr-1">
3505
+ <div *ngIf="attribute.displayName" class="d-flex cod-top-label me-1">
3506
3506
  {{attribute.displayName}}
3507
3507
  </div>
3508
3508
  <div class="d-flex flex-grow-1">
@@ -3520,7 +3520,7 @@ class AttributeFlexComponent extends AttributeBase {
3520
3520
  <ng-container *ngIf="attribute.codeAttributeDataType === 'D'">
3521
3521
  <div #attributeRef
3522
3522
  class="d-flex flex-column cod-type-d">
3523
- <div *ngIf="attribute.displayName" class="d-flex cod-top-label mr-1">
3523
+ <div *ngIf="attribute.displayName" class="d-flex cod-top-label me-1">
3524
3524
  {{attribute.displayName}}
3525
3525
  </div>
3526
3526
  <div class="d-flex flex-grow-1">
@@ -3542,7 +3542,7 @@ class AttributeFlexComponent extends AttributeBase {
3542
3542
  <ng-container *ngIf="attribute.codeAttributeDataType === 'DT'">
3543
3543
  <div #attributeRef
3544
3544
  class="d-flex flex-column cod-type-dt">
3545
- <div *ngIf="attribute.displayName" class="d-flex cod-top-label mr-1">
3545
+ <div *ngIf="attribute.displayName" class="d-flex cod-top-label me-1">
3546
3546
  {{attribute.displayName}}
3547
3547
  </div>
3548
3548
  <div class="d-flex flex-grow-1">
@@ -3564,7 +3564,7 @@ class AttributeFlexComponent extends AttributeBase {
3564
3564
  <ng-container *ngIf="attribute.codeAttributeDataType === 'B'">
3565
3565
  <div #attributeRef
3566
3566
  class="d-flex flex-column cod-type-b">
3567
- <div *ngIf="attribute.displayName" class="d-flex cod-top-label mr-1">
3567
+ <div *ngIf="attribute.displayName" class="d-flex cod-top-label me-1">
3568
3568
  {{attribute.displayName}}
3569
3569
  </div>
3570
3570
  <div class="d-flex flex-grow-1">
@@ -3585,7 +3585,7 @@ class AttributeFlexComponent extends AttributeBase {
3585
3585
  <ng-container *ngIf="attribute.codeAttributeDataType === 'EB'">
3586
3586
  <div #attributeRef
3587
3587
  class="d-flex flex-column cod-type-eb">
3588
- <div *ngIf="attribute.displayName" class="d-flex cod-top-label mr-1">
3588
+ <div *ngIf="attribute.displayName" class="d-flex cod-top-label me-1">
3589
3589
  {{attribute.displayName}}
3590
3590
  </div>
3591
3591
  <div class="d-flex flex-grow-1">
@@ -3607,7 +3607,7 @@ class AttributeFlexComponent extends AttributeBase {
3607
3607
  <ng-container *ngIf="attribute.codeAttributeDataType === 'AC' && attribute.isMultiValue === 'N'">
3608
3608
  <div #attributeRef
3609
3609
  class="d-flex flex-column cod-type-ac-n">
3610
- <div *ngIf="attribute.displayName" class="d-flex cod-top-label mr-1">
3610
+ <div *ngIf="attribute.displayName" class="d-flex cod-top-label me-1">
3611
3611
  {{attribute.displayName}}
3612
3612
  </div>
3613
3613
  <div class="d-flex flex-grow-1">
@@ -3629,7 +3629,7 @@ class AttributeFlexComponent extends AttributeBase {
3629
3629
  <ng-container *ngIf="attribute.codeAttributeDataType === 'AC' && attribute.isMultiValue === 'Y'">
3630
3630
  <div #attributeRef
3631
3631
  class="d-flex flex-column cod-type-ac-y">
3632
- <div *ngIf="attribute.displayName" class="d-flex cod-top-label mr-1">
3632
+ <div *ngIf="attribute.displayName" class="d-flex cod-top-label me-1">
3633
3633
  {{attribute.displayName}}
3634
3634
  </div>
3635
3635
  <div class="d-flex flex-grow-1 flex-column y-auto" style="max-height: 125px; row-gap: 5px">
@@ -3641,7 +3641,7 @@ class AttributeFlexComponent extends AttributeBase {
3641
3641
  (change)="valueMultiChoiceChange(attributeChoice)"
3642
3642
  [disabled]="!editInline || attribute.isCalculated === 'Y'"
3643
3643
  class="form-control checkbox" />
3644
- <div class="cod-label pl-1">
3644
+ <div class="cod-label ps-1">
3645
3645
  {{attributeChoice.choice}}
3646
3646
  </div>
3647
3647
  </div>
@@ -3654,7 +3654,7 @@ class AttributeFlexComponent extends AttributeBase {
3654
3654
  <ng-container *ngIf="attribute.codeAttributeDataType === 'DICT' && attribute.isMultiValue === 'Y'">
3655
3655
  <div #attributeRef
3656
3656
  class="d-flex flex-column cod-type-ac-y">
3657
- <div *ngIf="attribute.displayName" class="d-flex cod-top-label mr-1">
3657
+ <div *ngIf="attribute.displayName" class="d-flex cod-top-label me-1">
3658
3658
  {{attribute.displayName}}
3659
3659
  </div>
3660
3660
  <div class="d-flex flex-grow-1 flex-column y-auto" style="max-height: 125px; row-gap: 5px">
@@ -3666,7 +3666,7 @@ class AttributeFlexComponent extends AttributeBase {
3666
3666
  (change)="valueMultiDictChange(entry)"
3667
3667
  [disabled]="!editInline || attribute.isCalculated === 'Y'"
3668
3668
  class="form-control checkbox" />
3669
- <div class="cod-label pl-1">
3669
+ <div class="cod-label ps-1">
3670
3670
  {{entry.display}}
3671
3671
  </div>
3672
3672
  </div>
@@ -3679,7 +3679,7 @@ class AttributeFlexComponent extends AttributeBase {
3679
3679
  <ng-container *ngIf="attribute.codeAttributeDataType === 'DICT' && attribute.isMultiValue === 'N'">
3680
3680
  <div #attributeRef
3681
3681
  class="d-flex flex-column cod-type-dict">
3682
- <div *ngIf="attribute.displayName" class="d-flex cod-top-label mr-1">
3682
+ <div *ngIf="attribute.displayName" class="d-flex cod-top-label me-1">
3683
3683
  {{attribute.displayName}}
3684
3684
  </div>
3685
3685
  <div class="d-flex flex-grow-1">
@@ -3701,7 +3701,7 @@ class AttributeFlexComponent extends AttributeBase {
3701
3701
  <!-- Grid -->
3702
3702
  <ng-container *ngIf="attribute.codeAttributeDataType === 'GA'">
3703
3703
  <div #attributeRef class="d-flex flex-column cod-type-ga">
3704
- <div *ngIf="attribute.displayName" class="d-flex cod-top-label mr-1">
3704
+ <div *ngIf="attribute.displayName" class="d-flex cod-top-label me-1">
3705
3705
  <div>
3706
3706
  {{attribute.displayName}}
3707
3707
  </div>
@@ -3762,8 +3762,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImpor
3762
3762
  <ng-container *ngIf="attribute.codeAttributeDataType === 'LINE'">
3763
3763
  <div #attributeRef
3764
3764
  class="d-flex flex-row cod-type-line">
3765
- <div class="d-flex cod-line mr-1 mt-auto mb-auto flex-shrink-0"></div>
3766
- <div *ngIf="attribute.displayName" class="d-flex cod-top-label mr-1 flex-shrink-0">
3765
+ <div class="d-flex cod-line me-1 mt-auto mb-auto flex-shrink-0"></div>
3766
+ <div *ngIf="attribute.displayName" class="d-flex cod-top-label me-1 flex-shrink-0">
3767
3767
  {{attribute.displayName}}
3768
3768
  </div>
3769
3769
  <div class="d-flex cod-line grow mt-auto mb-auto"></div>
@@ -3774,7 +3774,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImpor
3774
3774
  <ng-container *ngIf="attribute.codeAttributeDataType === 'LABEL'">
3775
3775
  <div #attributeRef
3776
3776
  class="d-flex flex-column cod-type-label">
3777
- <div *ngIf="attribute.displayName" class="d-flex cod-top-label mr-1">
3777
+ <div *ngIf="attribute.displayName" class="d-flex cod-top-label me-1">
3778
3778
  {{attribute.displayName}}
3779
3779
  </div>
3780
3780
  </div>
@@ -3784,7 +3784,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImpor
3784
3784
  <ng-container *ngIf="attribute.codeAttributeDataType === 'S'">
3785
3785
  <div #attributeRef
3786
3786
  class="d-flex flex-column cod-type-s">
3787
- <div *ngIf="attribute.displayName" class="d-flex cod-top-label mr-1">
3787
+ <div *ngIf="attribute.displayName" class="d-flex cod-top-label me-1">
3788
3788
  {{attribute.displayName}}
3789
3789
  </div>
3790
3790
  <div class="d-flex flex-grow-1">
@@ -3802,7 +3802,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImpor
3802
3802
  <ng-container *ngIf="attribute.codeAttributeDataType === 'TXT'">
3803
3803
  <div #attributeRef
3804
3804
  class="d-flex flex-column cod-type-txt">
3805
- <div *ngIf="attribute.displayName" class="d-flex cod-top-label mr-1">
3805
+ <div *ngIf="attribute.displayName" class="d-flex cod-top-label me-1">
3806
3806
  {{attribute.displayName}}
3807
3807
  </div>
3808
3808
  <div class="d-flex flex-grow-1">
@@ -3824,7 +3824,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImpor
3824
3824
  <ng-container *ngIf="attribute.codeAttributeDataType === 'CB'">
3825
3825
  <div #attributeRef
3826
3826
  class="d-flex flex-column cod-type-cb">
3827
- <div *ngIf="attribute.displayName" class="d-flex cod-top-label mr-1">
3827
+ <div *ngIf="attribute.displayName" class="d-flex cod-top-label me-1">
3828
3828
  {{attribute.displayName}}
3829
3829
  </div>
3830
3830
  <div class="d-flex flex-grow-1">
@@ -3842,7 +3842,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImpor
3842
3842
  <ng-container *ngIf="attribute.codeAttributeDataType === 'N'">
3843
3843
  <div #attributeRef
3844
3844
  class="d-flex flex-column cod-type-n">
3845
- <div *ngIf="attribute.displayName" class="d-flex cod-top-label mr-1">
3845
+ <div *ngIf="attribute.displayName" class="d-flex cod-top-label me-1">
3846
3846
  {{attribute.displayName}}
3847
3847
  </div>
3848
3848
  <div class="d-flex flex-grow-1">
@@ -3860,7 +3860,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImpor
3860
3860
  <ng-container *ngIf="attribute.codeAttributeDataType === 'I'">
3861
3861
  <div #attributeRef
3862
3862
  class="d-flex flex-column cod-type-i">
3863
- <div *ngIf="attribute.displayName" class="d-flex cod-top-label mr-1">
3863
+ <div *ngIf="attribute.displayName" class="d-flex cod-top-label me-1">
3864
3864
  {{attribute.displayName}}
3865
3865
  </div>
3866
3866
  <div class="d-flex flex-grow-1">
@@ -3878,7 +3878,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImpor
3878
3878
  <ng-container *ngIf="attribute.codeAttributeDataType === 'D'">
3879
3879
  <div #attributeRef
3880
3880
  class="d-flex flex-column cod-type-d">
3881
- <div *ngIf="attribute.displayName" class="d-flex cod-top-label mr-1">
3881
+ <div *ngIf="attribute.displayName" class="d-flex cod-top-label me-1">
3882
3882
  {{attribute.displayName}}
3883
3883
  </div>
3884
3884
  <div class="d-flex flex-grow-1">
@@ -3900,7 +3900,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImpor
3900
3900
  <ng-container *ngIf="attribute.codeAttributeDataType === 'DT'">
3901
3901
  <div #attributeRef
3902
3902
  class="d-flex flex-column cod-type-dt">
3903
- <div *ngIf="attribute.displayName" class="d-flex cod-top-label mr-1">
3903
+ <div *ngIf="attribute.displayName" class="d-flex cod-top-label me-1">
3904
3904
  {{attribute.displayName}}
3905
3905
  </div>
3906
3906
  <div class="d-flex flex-grow-1">
@@ -3922,7 +3922,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImpor
3922
3922
  <ng-container *ngIf="attribute.codeAttributeDataType === 'B'">
3923
3923
  <div #attributeRef
3924
3924
  class="d-flex flex-column cod-type-b">
3925
- <div *ngIf="attribute.displayName" class="d-flex cod-top-label mr-1">
3925
+ <div *ngIf="attribute.displayName" class="d-flex cod-top-label me-1">
3926
3926
  {{attribute.displayName}}
3927
3927
  </div>
3928
3928
  <div class="d-flex flex-grow-1">
@@ -3943,7 +3943,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImpor
3943
3943
  <ng-container *ngIf="attribute.codeAttributeDataType === 'EB'">
3944
3944
  <div #attributeRef
3945
3945
  class="d-flex flex-column cod-type-eb">
3946
- <div *ngIf="attribute.displayName" class="d-flex cod-top-label mr-1">
3946
+ <div *ngIf="attribute.displayName" class="d-flex cod-top-label me-1">
3947
3947
  {{attribute.displayName}}
3948
3948
  </div>
3949
3949
  <div class="d-flex flex-grow-1">
@@ -3965,7 +3965,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImpor
3965
3965
  <ng-container *ngIf="attribute.codeAttributeDataType === 'AC' && attribute.isMultiValue === 'N'">
3966
3966
  <div #attributeRef
3967
3967
  class="d-flex flex-column cod-type-ac-n">
3968
- <div *ngIf="attribute.displayName" class="d-flex cod-top-label mr-1">
3968
+ <div *ngIf="attribute.displayName" class="d-flex cod-top-label me-1">
3969
3969
  {{attribute.displayName}}
3970
3970
  </div>
3971
3971
  <div class="d-flex flex-grow-1">
@@ -3987,7 +3987,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImpor
3987
3987
  <ng-container *ngIf="attribute.codeAttributeDataType === 'AC' && attribute.isMultiValue === 'Y'">
3988
3988
  <div #attributeRef
3989
3989
  class="d-flex flex-column cod-type-ac-y">
3990
- <div *ngIf="attribute.displayName" class="d-flex cod-top-label mr-1">
3990
+ <div *ngIf="attribute.displayName" class="d-flex cod-top-label me-1">
3991
3991
  {{attribute.displayName}}
3992
3992
  </div>
3993
3993
  <div class="d-flex flex-grow-1 flex-column y-auto" style="max-height: 125px; row-gap: 5px">
@@ -3999,7 +3999,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImpor
3999
3999
  (change)="valueMultiChoiceChange(attributeChoice)"
4000
4000
  [disabled]="!editInline || attribute.isCalculated === 'Y'"
4001
4001
  class="form-control checkbox" />
4002
- <div class="cod-label pl-1">
4002
+ <div class="cod-label ps-1">
4003
4003
  {{attributeChoice.choice}}
4004
4004
  </div>
4005
4005
  </div>
@@ -4012,7 +4012,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImpor
4012
4012
  <ng-container *ngIf="attribute.codeAttributeDataType === 'DICT' && attribute.isMultiValue === 'Y'">
4013
4013
  <div #attributeRef
4014
4014
  class="d-flex flex-column cod-type-ac-y">
4015
- <div *ngIf="attribute.displayName" class="d-flex cod-top-label mr-1">
4015
+ <div *ngIf="attribute.displayName" class="d-flex cod-top-label me-1">
4016
4016
  {{attribute.displayName}}
4017
4017
  </div>
4018
4018
  <div class="d-flex flex-grow-1 flex-column y-auto" style="max-height: 125px; row-gap: 5px">
@@ -4024,7 +4024,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImpor
4024
4024
  (change)="valueMultiDictChange(entry)"
4025
4025
  [disabled]="!editInline || attribute.isCalculated === 'Y'"
4026
4026
  class="form-control checkbox" />
4027
- <div class="cod-label pl-1">
4027
+ <div class="cod-label ps-1">
4028
4028
  {{entry.display}}
4029
4029
  </div>
4030
4030
  </div>
@@ -4037,7 +4037,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImpor
4037
4037
  <ng-container *ngIf="attribute.codeAttributeDataType === 'DICT' && attribute.isMultiValue === 'N'">
4038
4038
  <div #attributeRef
4039
4039
  class="d-flex flex-column cod-type-dict">
4040
- <div *ngIf="attribute.displayName" class="d-flex cod-top-label mr-1">
4040
+ <div *ngIf="attribute.displayName" class="d-flex cod-top-label me-1">
4041
4041
  {{attribute.displayName}}
4042
4042
  </div>
4043
4043
  <div class="d-flex flex-grow-1">
@@ -4059,7 +4059,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImpor
4059
4059
  <!-- Grid -->
4060
4060
  <ng-container *ngIf="attribute.codeAttributeDataType === 'GA'">
4061
4061
  <div #attributeRef class="d-flex flex-column cod-type-ga">
4062
- <div *ngIf="attribute.displayName" class="d-flex cod-top-label mr-1">
4062
+ <div *ngIf="attribute.displayName" class="d-flex cod-top-label me-1">
4063
4063
  <div>
4064
4064
  {{attribute.displayName}}
4065
4065
  </div>
@@ -4543,7 +4543,7 @@ class AttributeContainerComponent {
4543
4543
  <ng-container *ngIf="attributeContainer">
4544
4544
  <div *ngIf="editPopup" [id]="'id-attribute-container-' + attributeContainer.idAttributeContainer + '-header'"
4545
4545
  class="d-flex attribute-container-header {{'sort-order-' + attributeContainer.sortOrder}}">
4546
- <div class="ml-auto mr-0" (click)="edit(editModal, attributeContainer)">
4546
+ <div class="ms-auto me-0" (click)="edit(editModal, attributeContainer)">
4547
4547
  <i class="fas fa-pencil"></i>
4548
4548
  </div>
4549
4549
  </div>
@@ -4601,7 +4601,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImpor
4601
4601
  <ng-container *ngIf="attributeContainer">
4602
4602
  <div *ngIf="editPopup" [id]="'id-attribute-container-' + attributeContainer.idAttributeContainer + '-header'"
4603
4603
  class="d-flex attribute-container-header {{'sort-order-' + attributeContainer.sortOrder}}">
4604
- <div class="ml-auto mr-0" (click)="edit(editModal, attributeContainer)">
4604
+ <div class="ms-auto me-0" (click)="edit(editModal, attributeContainer)">
4605
4605
  <i class="fas fa-pencil"></i>
4606
4606
  </div>
4607
4607
  </div>