@fuentis/phoenix-ui 0.0.9-alpha.618 → 0.0.9-alpha.619
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.
|
@@ -6826,9 +6826,7 @@ class MetaUploadComponent extends BaseMetaField {
|
|
|
6826
6826
|
<phoenix-meta-label [control]="control"></phoenix-meta-label>
|
|
6827
6827
|
<p-button
|
|
6828
6828
|
[label]="
|
|
6829
|
-
file?.name
|
|
6830
|
-
? ('LABELS.SELECTED_FILE' | translate) + ': ' + file?.name
|
|
6831
|
-
: (control?.configuration?.label | translate)
|
|
6829
|
+
file?.name ? file?.name : (control?.configuration?.label | translate)
|
|
6832
6830
|
"
|
|
6833
6831
|
icon="pi pi-upload"
|
|
6834
6832
|
class=" white-space-nowrap overflow-hidden text-overflow-ellipsis"
|
|
@@ -6876,9 +6874,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImpo
|
|
|
6876
6874
|
<phoenix-meta-label [control]="control"></phoenix-meta-label>
|
|
6877
6875
|
<p-button
|
|
6878
6876
|
[label]="
|
|
6879
|
-
file?.name
|
|
6880
|
-
? ('LABELS.SELECTED_FILE' | translate) + ': ' + file?.name
|
|
6881
|
-
: (control?.configuration?.label | translate)
|
|
6877
|
+
file?.name ? file?.name : (control?.configuration?.label | translate)
|
|
6882
6878
|
"
|
|
6883
6879
|
icon="pi pi-upload"
|
|
6884
6880
|
class=" white-space-nowrap overflow-hidden text-overflow-ellipsis"
|