barsa-develop-components 1.0.421 → 1.0.422
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.
- package/esm2020/lib/ulv-context-menu-item-show-file-content/ulv-context-menu-item-show-file-content.component.mjs +2 -2
- package/fesm2015/barsa-develop-components.mjs +1 -1
- package/fesm2015/barsa-develop-components.mjs.map +1 -1
- package/fesm2020/barsa-develop-components.mjs +1 -1
- package/fesm2020/barsa-develop-components.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -1675,7 +1675,7 @@ class UlvContextMenuItemShowFileContentComponent extends BaseFormToolbaritemProp
|
|
|
1675
1675
|
this.iconOnly = this.parameters.IconOnly;
|
|
1676
1676
|
this.fileType = this._reportValuePipe.transform(this.parameters.FieldType, mo, this.allColumns); // نوع
|
|
1677
1677
|
this.file = this._reportValuePipe.transform(this.parameters.FieldFile, mo, this.allColumns);
|
|
1678
|
-
this.videoUrl = this._reportValuePipe.transform(this.parameters.
|
|
1678
|
+
this.videoUrl = this._reportValuePipe.transform(this.parameters.FieldVideoUrl, mo, this.allColumns);
|
|
1679
1679
|
if (this.fileType === '1' && this.file.Files?.length === 0) {
|
|
1680
1680
|
this.disabled = true;
|
|
1681
1681
|
}
|