diff --git a/visaproject-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/fnd/SiteTreeBuilder/SiteBuilderGrid/SiteTree.service.ts b/visaproject-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/fnd/SiteTreeBuilder/SiteBuilderGrid/SiteTree.service.ts index 654ab41..f8fe3be 100644 --- a/visaproject-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/fnd/SiteTreeBuilder/SiteBuilderGrid/SiteTree.service.ts +++ b/visaproject-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/fnd/SiteTreeBuilder/SiteBuilderGrid/SiteTree.service.ts @@ -48,6 +48,12 @@ export class SiteTreeservice { return this.apiRequest.get(_http); } + + getDesignLibraryByTag(operationType: string, tagType: string): Observable { + const _http = "Design_lbrary/Design_lbrary/tag?" + "operationType=" + operationType + "&fieldType=" + tagType; + return this.apiRequest.get(_http); + } + getDesignLibraryByheader(headerId: number, operationType: string, fieldtype: string): Observable { const _http = "Design_lbrary/Design_lbrary/line/unique?headerId=" + headerId + "&operationType=" + operationType + "&fieldType=" + fieldtype; return this.apiRequest.get(_http); @@ -128,5 +134,12 @@ export class SiteTreeservice { uploadLogouploaddelete(id: number): Observable { return this.apiRequest.delete(`FileUpload/Uploadeddocs/${id}`); } + + // photo search option + + searchPhoto(keywords: string, pageNumber: number): Observable { + const _http = "api/photos/search?keyword=" + keywords + "&pageNumber=" + pageNumber; + return this.apiRequest.get(_http); + } // updateactionฦ’ } \ No newline at end of file diff --git a/visaproject-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/fnd/SiteTreeBuilder/WireframesUi 4.zip b/visaproject-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/fnd/SiteTreeBuilder/WireframesUi 4.zip new file mode 100644 index 0000000..0402d58 Binary files /dev/null and b/visaproject-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/fnd/SiteTreeBuilder/WireframesUi 4.zip differ diff --git a/visaproject-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/fnd/SiteTreeBuilder/WireframesUi/wireframe-renderer.component.html b/visaproject-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/fnd/SiteTreeBuilder/WireframesUi/wireframe-renderer.component.html index 0332af5..f084181 100644 --- a/visaproject-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/fnd/SiteTreeBuilder/WireframesUi/wireframe-renderer.component.html +++ b/visaproject-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/fnd/SiteTreeBuilder/WireframesUi/wireframe-renderer.component.html @@ -486,6 +486,24 @@
+ + +
+

Suggested Images for "{{ imageSearchQuery }}"

+ + +
+ +
+ +
+ + Page {{ imageSearchPage }} + +
+
+

Edit CSS for Section: {{ selectedSection?.section }}

@@ -498,6 +516,9 @@
+ + +
@@ -505,6 +526,8 @@ + +
@@ -660,6 +683,8 @@
+ +