@fuentis/phoenix-ui 0.0.9-alpha.617 → 0.0.9-alpha.618
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.
|
@@ -7544,11 +7544,7 @@ class MetaUploadComponentDragDrop extends BaseMetaField {
|
|
|
7544
7544
|
<p-button
|
|
7545
7545
|
(onClick)="choose($event, chooseCallback)"
|
|
7546
7546
|
icon="pi pi-upload"
|
|
7547
|
-
[label]="
|
|
7548
|
-
file?.name
|
|
7549
|
-
? ('LABELS.SELECTED_FILE' | translate) + ': ' + file?.name
|
|
7550
|
-
: ('LABELS.BROWSE' | translate)
|
|
7551
|
-
"
|
|
7547
|
+
[label]="file?.name ? file?.name : ('LABELS.BROWSE' | translate)"
|
|
7552
7548
|
severity="secondary"
|
|
7553
7549
|
/>
|
|
7554
7550
|
</div>
|
|
@@ -7635,11 +7631,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImpo
|
|
|
7635
7631
|
<p-button
|
|
7636
7632
|
(onClick)="choose($event, chooseCallback)"
|
|
7637
7633
|
icon="pi pi-upload"
|
|
7638
|
-
[label]="
|
|
7639
|
-
file?.name
|
|
7640
|
-
? ('LABELS.SELECTED_FILE' | translate) + ': ' + file?.name
|
|
7641
|
-
: ('LABELS.BROWSE' | translate)
|
|
7642
|
-
"
|
|
7634
|
+
[label]="file?.name ? file?.name : ('LABELS.BROWSE' | translate)"
|
|
7643
7635
|
severity="secondary"
|
|
7644
7636
|
/>
|
|
7645
7637
|
</div>
|