Project

General

Profile

« Previous | Next » 

Revision 58358

[Library|Trunk]

Search download component: remove private from downloadURLAPI variable (for build:ssr)
search page: remove depricated parameters for search download component

View differences:

modules/uoa-services-library/trunk/ng-openaire-library/src/app/searchPages/searchUtils/searchPage.component.html
71 71
                    </span>
72 72
                    <search-download *ngIf= "!showUnknownFilters && searchUtils.totalResults > 0 && ( entityType !=
73 73
                    'community' && entityType != 'funder') && usedBy == 'search'"
74
                                     class="uk-width-1-2" [loadPaging]="loadPaging" [oldTotalResults]="oldTotalResults" [(searchUtils)] = "searchUtils" [type]="csvPath" [csvParams]="csvParams" [totalResults]="searchUtils.totalResults">
74
                                     class="uk-width-1-2" [isDisabled]="loadPaging"  [type]="csvPath"
75
                                     [csvParams]="csvParams"   [totalResults]="searchUtils.totalResults">
75 76
                    </search-download>
76 77

  
77 78
                    <div *ngIf="countFilters()>0" class="uk-margin-small-bottom">
......
134 135
                </span>
135 136
                <search-download *ngIf= "!showUnknownFilters && searchUtils.totalResults > 0 && ( entityType !=
136 137
                'community' && entityType != 'funder') && usedBy == 'search'"
137
                                 class="uk-width-1-2" [loadPaging]="loadPaging" [oldTotalResults]="oldTotalResults" [(searchUtils)] = "searchUtils" [type]="csvPath" [csvParams]="csvParams" [totalResults]="searchUtils.totalResults">
138
                                 class="uk-width-1-2" [isDisabled]="loadPaging"
139
                                 [type]="csvPath" [csvParams]="csvParams" [totalResults]="searchUtils.totalResults">
138 140
                </search-download>
139 141

  
140 142
               <div   class="uk-width-1-1   uk-margin-small-bottom ">
modules/uoa-services-library/trunk/ng-openaire-library/src/app/searchPages/searchUtils/searchDownload.component.ts
39 39
    @Input() csvParams: string;
40 40
    @Input() type: string;
41 41
    @ViewChild(AlertModal) alertApplyAll: AlertModal;
42
    private downloadURLAPI: string;
42
    downloadURLAPI: string;
43 43

  
44 44
    sub: any;
45 45
    downloadFilePiwikSub: any;

Also available in: Unified diff