vhobjects-user 0.7.3 → 0.7.4

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.
@@ -85,6 +85,8 @@ export declare class AtwFrameDisplaySubcategory implements OnInit {
85
85
  isComponentExist: ElementRef<HTMLDivElement>;
86
86
  private routeSubscription;
87
87
  private link_object;
88
+ private query;
89
+ private frontendFilters;
88
90
  constructor(vhQueryAutoWeb: VhQueryAutoWeb, vhEventMediator: VhEventMediator, functionService: FunctionService, element: ElementRef, // Dùng cho hàm setAnimationVisible trong functionService
89
91
  platformId: Object, router: Router, activatedRoute: ActivatedRoute, pipeFrameService: PipeFrameService);
90
92
  ngOnInit(): void;
@@ -93,6 +95,8 @@ export declare class AtwFrameDisplaySubcategory implements OnInit {
93
95
  };
94
96
  private getDetailObject;
95
97
  ngOnChanges(changes: SimpleChanges): void;
98
+ private getSubCategory;
99
+ private filterCategoriesOnFrontend;
96
100
  private loadCategoryLevels;
97
101
  private setHeight;
98
102
  /**
@@ -22,7 +22,7 @@ export declare class AtwFrameProductRelate implements OnInit {
22
22
  isPressingShift: any;
23
23
  isClone: any;
24
24
  showToolBarObject: EventEmitter<any>;
25
- product: any;
25
+ productData: any;
26
26
  isComponentExist: ElementRef<HTMLDivElement>;
27
27
  private setinterval;
28
28
  pageCurrent: number;
@@ -88,6 +88,8 @@ export declare class AtwFrameProductRelate implements OnInit {
88
88
  prevHeight: any;
89
89
  hanldleProcessResizeOffset: EventEmitter<any>;
90
90
  loading: boolean;
91
+ /** Các kiểu sort */
92
+ private sortQueryMap;
91
93
  constructor(vhQueryAutoWeb: VhQueryAutoWeb, route: ActivatedRoute, vhEventMediator: VhEventMediator, functionService: FunctionService, element: ElementRef, // Dùng cho hàm setAnimationVisible trong functionService
92
94
  pipeFrameService: PipeFrameService, platformId: Object);
93
95
  ngOnInit(): void;
@@ -0,0 +1,112 @@
1
+ import { ElementRef, EventEmitter, OnInit, SimpleChanges } from '@angular/core';
2
+ import { DomSanitizer } from '@angular/platform-browser';
3
+ import { ActivatedRoute, Router } from '@angular/router';
4
+ import { VhQueryAutoWeb, VhAlgorithm, VhEventMediator } from 'vhautowebdb';
5
+ import { Subscription } from 'rxjs';
6
+ import { FunctionService } from 'vhobjects-service/src/services';
7
+ import * as i0 from "@angular/core";
8
+ export declare class AtwSearchSubcategory implements OnInit {
9
+ private vhEventMediator;
10
+ sanitizer: DomSanitizer;
11
+ private vhQueryAutoWeb;
12
+ vhAlgorithm: VhAlgorithm;
13
+ private router;
14
+ private route;
15
+ functionService: FunctionService;
16
+ private elementRef;
17
+ device: any;
18
+ addObjectDuplicate: EventEmitter<any>;
19
+ type: any;
20
+ data: any;
21
+ componentChoosing: any;
22
+ resolution: any;
23
+ id_subproject: string;
24
+ objectChoosing: any;
25
+ blockChoosing: any;
26
+ rMessage: any;
27
+ onSomething: EventEmitter<any>;
28
+ deleteTools: EventEmitter<any>;
29
+ routeSub: Subscription;
30
+ isSuggestionClicked: boolean;
31
+ searchInput: ElementRef;
32
+ hanldleProcessResizeOffset: EventEmitter<any>;
33
+ isComponentExist: ElementRef<HTMLDivElement>;
34
+ prevHeight: any;
35
+ config: any;
36
+ cutWebMan: boolean;
37
+ animation: any;
38
+ staticdata: any;
39
+ class: any;
40
+ isOpen: boolean;
41
+ products: any;
42
+ subscribe: Subscription;
43
+ showListSearch: any;
44
+ loadDone: boolean;
45
+ visiblebuttonConfig: boolean;
46
+ noResult: boolean;
47
+ keySearch: string | null;
48
+ mainSectorMap: {
49
+ ecommerce: {
50
+ colName: string;
51
+ fieldSearch: string;
52
+ };
53
+ category: {
54
+ colName: string;
55
+ fieldSearch: string;
56
+ };
57
+ news: {
58
+ colName: string;
59
+ fieldSearch: string;
60
+ };
61
+ food_drink: {
62
+ colName: string;
63
+ fieldSearch: string;
64
+ };
65
+ combo: {
66
+ colName: string;
67
+ fieldSearch: string;
68
+ };
69
+ webapp: {
70
+ colName: string;
71
+ fieldSearch: string;
72
+ };
73
+ service: {
74
+ colName: string;
75
+ fieldSearch: string;
76
+ };
77
+ recruitment: {
78
+ colName: string;
79
+ fieldSearch: string;
80
+ };
81
+ snimei: {
82
+ colName: string;
83
+ fieldSearch: string;
84
+ };
85
+ };
86
+ /** Subscription để theo dõi sự kiện thay đổi ngôn ngữ */
87
+ languageChangedSubscription: any;
88
+ constructor(vhEventMediator: VhEventMediator, sanitizer: DomSanitizer, vhQueryAutoWeb: VhQueryAutoWeb, vhAlgorithm: VhAlgorithm, router: Router, route: ActivatedRoute, functionService: FunctionService, elementRef: ElementRef);
89
+ ngOnInit(): void;
90
+ ngAfterViewInit(): void;
91
+ trackByFn(index: number, item: any): any;
92
+ ngOnChanges(changes: SimpleChanges): void;
93
+ ngOnDestroy(): void;
94
+ getData(): void;
95
+ /** debounceTimer cho việc tìm kiếm */
96
+ private debounceTimer;
97
+ /** Hàm thực hiện tìm kiếm các sản phẩm liền quan đến keyWord
98
+ * @param keyWord: string
99
+ */
100
+ handleSearch(event: any): void;
101
+ /** Hàm thực hiện chọn kết quả đã tìm được (1. Nhận sự kiện enter/)
102
+ * @param
103
+ */
104
+ clickChooseWordSearchEnter(): void;
105
+ /**
106
+ * Đóng modal đang mở
107
+ */
108
+ closeModal(): void;
109
+ onSuggestionMouseDown(): void;
110
+ static ɵfac: i0.ɵɵFactoryDeclaration<AtwSearchSubcategory, never>;
111
+ static ɵcmp: i0.ɵɵComponentDeclaration<AtwSearchSubcategory, "app-search-subcategory", never, { "device": "device"; "type": "type"; "data": "data"; "componentChoosing": "componentChoosing"; "resolution": "resolution"; "id_subproject": "id_subproject"; "objectChoosing": "objectChoosing"; "blockChoosing": "blockChoosing"; "rMessage": "rMessage"; }, { "addObjectDuplicate": "addObjectDuplicate"; "onSomething": "onSomething"; "deleteTools": "deleteTools"; "hanldleProcessResizeOffset": "hanldleProcessResizeOffset"; }, never, never>;
112
+ }
@@ -20,7 +20,7 @@ export declare class AtwText implements OnInit {
20
20
  isComponentExist: ElementRef<HTMLDivElement>;
21
21
  private dataAfterChange;
22
22
  config: any;
23
- private animation;
23
+ animation: any;
24
24
  private cutWebMan;
25
25
  staticdata: any;
26
26
  class: any;
@@ -42,6 +42,8 @@ export declare class AtwText implements OnInit {
42
42
  key: string;
43
43
  action: string;
44
44
  }[];
45
+ currentAnimateChangeTextIndex: number;
46
+ animateChangeTextInterval: any;
45
47
  constructor(router: Router, vhQueryAutoWeb: VhQueryAutoWeb, element: ElementRef, // Dùng cho hàm setAnimationVisible trong functionService
46
48
  vhAlgorithm: VhAlgorithm, functionService: FunctionService, vhEventMediator: VhEventMediator, platformId: Object);
47
49
  ngOnInit(): void;
@@ -128,6 +130,12 @@ export declare class AtwText implements OnInit {
128
130
  * Hàm update object vào database.
129
131
  */
130
132
  private updateObject;
133
+ /**
134
+ * Khởi tạo hiệu ứng thay đổi văn bản tự động theo chu kỳ.
135
+ * Hàm này sẽ cập nhật chỉ số (index) của từ hiển thị dựa trên danh sách từ vựng
136
+ * đã được cấu hình theo ngôn ngữ hiện tại.
137
+ */
138
+ private startAnimateChangeText;
131
139
  static ɵfac: i0.ɵɵFactoryDeclaration<AtwText, never>;
132
140
  static ɵcmp: i0.ɵɵComponentDeclaration<AtwText, "atw-text", never, { "data": "data"; "type": "type"; "device": "device"; "index": "index"; "id_subproject": "id_subproject"; }, { "hanldleProcessResizeOffset": "hanldleProcessResizeOffset"; }, never, never>;
133
141
  }
@@ -42,6 +42,10 @@ export declare class AtwTextRepeat implements OnInit {
42
42
  */
43
43
  textToArray(text: any): any[];
44
44
  navigate(event: any): void;
45
+ parseUrl(url: string): {
46
+ path: string;
47
+ queryParams: any;
48
+ };
45
49
  /**
46
50
  * Hàm chờ khối xuất hiện và cuộn đến
47
51
  * */
@@ -152,6 +152,10 @@ export declare class AtwMenuHorizontal implements OnInit {
152
152
  * @returns
153
153
  */
154
154
  navigate(value: any): void;
155
+ parseUrl(url: string): {
156
+ path: string;
157
+ queryParams: any;
158
+ };
155
159
  /**
156
160
  * Hàm chờ khối xuất hiện và cuộn đến
157
161
  * */
@@ -144,6 +144,10 @@ export declare class AtwMenuVertical implements OnInit {
144
144
  * @returns
145
145
  */
146
146
  navigate(value: any): void;
147
+ parseUrl(url: string): {
148
+ path: string;
149
+ queryParams: any;
150
+ };
147
151
  /**
148
152
  * Hàm chờ khối xuất hiện và cuộn đến
149
153
  * */
@@ -1,8 +1,84 @@
1
- import { OnInit } from '@angular/core';
1
+ import { ElementRef, OnInit, Renderer2 } from '@angular/core';
2
+ import { Router } from '@angular/router';
3
+ import { NzImageService } from 'ng-zorro-antd/image';
4
+ import { VhAlgorithm, VhEventMediator, VhImage, VhQueryAutoWeb } from 'vhautowebdb';
5
+ import { FunctionService, LanguageService } from 'vhobjects-service/src/services';
2
6
  import * as i0 from "@angular/core";
3
7
  export declare class AtwNewFieldImage implements OnInit {
4
- constructor();
8
+ private router;
9
+ private vhQueryAutoWeb;
10
+ private vhAlgorithm;
11
+ element: ElementRef;
12
+ functionService: FunctionService;
13
+ private vhEventMediator;
14
+ private platformId;
15
+ private languageService;
16
+ private vhImage;
17
+ private renderer;
18
+ private doc;
19
+ private nzImageService;
20
+ data: any;
21
+ type: any;
22
+ device: any;
23
+ id_subproject: any;
24
+ product: any;
25
+ currentField: any;
26
+ isComponentExist: ElementRef<HTMLDivElement>;
27
+ private scss_animation;
28
+ private database_animation;
29
+ private cutWebMan;
30
+ config: any;
31
+ animation: any;
32
+ staticdata: any;
33
+ class: any;
34
+ loading: boolean;
35
+ private observer;
36
+ private subscription;
37
+ private configChangedSubscription;
38
+ private subproject;
39
+ private resolution;
40
+ constructor(router: Router, vhQueryAutoWeb: VhQueryAutoWeb, vhAlgorithm: VhAlgorithm, element: ElementRef, // Dùng cho hàm setAnimationVisible trong functionService
41
+ functionService: FunctionService, vhEventMediator: VhEventMediator, platformId: Object, languageService: LanguageService, vhImage: VhImage, renderer: Renderer2, doc: Document, nzImageService: NzImageService);
5
42
  ngOnInit(): void;
43
+ ngOnDestroy(): void;
44
+ private getDetailObject;
45
+ ngAfterViewInit(): void;
46
+ /**
47
+ * Lấy ra số lượng phân chia của hình ảnh
48
+ * @returns number
49
+ */
50
+ getImgLength(): number;
51
+ /**
52
+ * Lấy ra số lượng chấm để sử dụng cho các hiệu ứng cần thiết
53
+ * @returns number
54
+ */
55
+ getDotsLength(): number;
56
+ handleFullscreenImage(): void;
57
+ navigate(event: any): void;
58
+ showRoute(): any;
59
+ /**
60
+ * Hàm chờ khối xuất hiện và cuộn đến
61
+ */
62
+ private scrollToBlockWhenAvailable;
63
+ /**
64
+ * Ngăn mặc định trình duyệt mở file khi thả
65
+ * @param event
66
+ * @returns
67
+ */
68
+ onDragOver_changeUrl(event: DragEvent): void;
69
+ /**
70
+ * Xử lý khi thả file
71
+ * @param event
72
+ * @returns
73
+ */
74
+ onDrop_changeUrl(event: DragEvent): void;
75
+ get getAltImg(): string;
76
+ /**
77
+ * Thêm thẻ `<link rel=preload fetchpriority="high" />`
78
+ * - Để tải hình ảnh cần ưu tiên tải trước
79
+ * - Tối ưu LCP trong SEO
80
+ */
81
+ private addPreload;
6
82
  static ɵfac: i0.ɵɵFactoryDeclaration<AtwNewFieldImage, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<AtwNewFieldImage, "atw-newField-image", never, {}, {}, never, never>;
83
+ static ɵcmp: i0.ɵɵComponentDeclaration<AtwNewFieldImage, "atw-newField-image", never, { "data": "data"; "type": "type"; "device": "device"; "id_subproject": "id_subproject"; "product": "product"; "currentField": "currentField"; }, {}, never, never>;
8
84
  }
@@ -13,11 +13,14 @@ export declare class AtwNewFieldRadioButton implements OnInit {
13
13
  class: any;
14
14
  config: any;
15
15
  staticdata: any;
16
+ radioList: any;
16
17
  constructor(functionService: FunctionService);
17
18
  ngOnInit(): void;
18
19
  onClick(value: any): void;
19
20
  isSelected(item: any): boolean;
20
- get radioList(): any;
21
+ getRadioList(): any;
22
+ min(a: number, b: number): number;
23
+ get radioStyleWithoutSize(): any;
21
24
  static ɵfac: i0.ɵɵFactoryDeclaration<AtwNewFieldRadioButton, never>;
22
25
  static ɵcmp: i0.ɵɵComponentDeclaration<AtwNewFieldRadioButton, "atw-newField-radio-button", never, { "data": "data"; "type": "type"; "device": "device"; "product": "product"; "currentField": "currentField"; "isCart": "isCart"; "id_subproject": "id_subproject"; }, {}, never, never>;
23
26
  }
@@ -51,6 +51,38 @@ export declare class AtwNewFieldText implements OnInit {
51
51
  * Kiểm tra sự thay đổi kích thước của object
52
52
  */
53
53
  checkResizeOffset(): number | false;
54
+ /**
55
+ * ### Phân tích và phân loại chuỗi liên kết đầu vào.
56
+ * #### Hàm tự động nhận diện các loại:
57
+ * - Link nội bộ (bắt đầu bằng /)
58
+ * - Link ngoài (có protocol http/https hoặc có dấu chấm domain)
59
+ * - Số điện thoại (tự động thêm protocol tel: và làm sạch số)
60
+ * - Email (tự động thêm protocol mailto:)
61
+ * @param input - Chuỗi liên kết thô cần xử lý.
62
+ * @returns Đối tượng chứa `type` (loại link) và `finalUrl` (chuỗi đã chuẩn hóa).
63
+ * @example
64
+ * parseLink("viethas.com") // { type: 'external', finalUrl: 'https://viethas.com' }
65
+ * parseLink("0901234567") // { type: 'tel', finalUrl: 'tel:0901234567' }
66
+ */
67
+ private parseLink;
68
+ /**
69
+ * Chờ một phần tử (block) xuất hiện trong DOM và thực hiện cuộn mượt (smooth scroll) đến đó.
70
+ * @description
71
+ * Hàm sử dụng cơ chế polling (kiểm tra định kỳ mỗi 100ms) để đợi phần tử mục tiêu.
72
+ * Vị trí cuộn được tính toán dựa trên:
73
+ * 1. Khoảng cách hiện tại của phần tử so với viewport.
74
+ * 2. Tỉ lệ phóng thu (zoom resolution) của dự án.
75
+ * 3. Khoảng cách bù (offset) tùy chỉnh.
76
+ * @param blockId - ID của phần tử mục tiêu cần cuộn đến.
77
+ * @param offset - (Tùy chọn) Khoảng cách cách lề trên mong muốn (đơn vị pixel). Mặc định là 0.
78
+ * @example
79
+ * // Cuộn đến phần tử có id là 'section-1' và cách mép trên 20px
80
+ * this.scrollToBlockWhenAvailable('section-1', 20);
81
+ * @remarks
82
+ * - Hàm tự động dừng tìm kiếm sau 500ms (timeout) nếu không thấy phần tử để tránh lãng phí tài nguyên.
83
+ * - Yêu cầu container cuộn phải có class `.show_scrollbar`.
84
+ */
85
+ scrollToBlockWhenAvailable(blockId: string, offset?: number): void;
54
86
  static ɵfac: i0.ɵɵFactoryDeclaration<AtwNewFieldText, never>;
55
87
  static ɵcmp: i0.ɵɵComponentDeclaration<AtwNewFieldText, "atw-newField-text", never, { "data": "data"; "type": "type"; "device": "device"; "product": "product"; "currentField": "currentField"; "id_subproject": "id_subproject"; }, { "hanldleProcessResizeOffset": "hanldleProcessResizeOffset"; }, never, never>;
56
88
  }
@@ -169,36 +169,37 @@ import * as i167 from "./objects/category/button-view-detail-category/user/butto
169
169
  import * as i168 from "./objects/review/user/review/review.component";
170
170
  import * as i169 from "./objects/basic/image-detail-repeat/user/image-detail-repeat/image-detail-repeat.component";
171
171
  import * as i170 from "./objects/product/video-product/user/video-product/video-product.component";
172
- import * as i171 from "./objects/product/menu-product/user/add-link/add-link.component";
173
- import * as i172 from "./objects/cart/delete-cart-product/user/delete-cart-item/delete-cart-item.component";
174
- import * as i173 from "./objects/recruitment/ordinal-recruitment/user/ordinal-recruitment/ordinal-recruitment.component";
175
- import * as i174 from "./objects/website/use-template/user/dialog-use-template/dialog-use-template.component";
176
- import * as i175 from "./objects/website/use-template/user/dialog-use-template/create-hosting/create-hosting.component";
177
- import * as i176 from "./objects/website/use-template/user/search-phone-code/search-phone-code.component";
178
- import * as i177 from "./objects/website/use-template/user/dialog-use-template/delete-hosting/delete-hosting.component";
179
- import * as i178 from "./objects/website/use-template/user/dialog-use-template/deploy-website/deploy-website.component";
180
- import * as i179 from "./objects/cart/button-payment/qr-banking-modal/qr-banking-modal.component";
181
- import * as i180 from "@angular/common";
182
- import * as i181 from "@angular/forms";
183
- import * as i182 from "vhobjects-service";
184
- import * as i183 from "@angular/router";
185
- import * as i184 from "ngx-lottie";
186
- import * as i185 from "@ckeditor/ckeditor5-angular";
187
- import * as i186 from "./poup-hover.module";
188
- import * as i187 from "@ng-bootstrap/ng-bootstrap";
189
- import * as i188 from "ngx-color-picker";
190
- import * as i189 from "./vhstringpercent.pipe";
191
- import * as i190 from "./objects/profiles/profile-user/user/profile-user/profile-user.module";
192
- import * as i191 from "ng-dynamic-component";
193
- import * as i192 from "@ngx-translate/core";
194
- import * as i193 from "./objects/profile-website/user/profile-website/profile-website.module";
195
- import * as i194 from "@ionic/angular";
196
- import * as i195 from "./vh-language.pipe";
197
- import * as i196 from "./objects/product/customize-newField/user/customize-newField.module";
198
- import * as i197 from "@angular/material/dialog";
172
+ import * as i171 from "./objects/basic/search-subcategory/user/search-subcategory.component";
173
+ import * as i172 from "./objects/product/menu-product/user/add-link/add-link.component";
174
+ import * as i173 from "./objects/cart/delete-cart-product/user/delete-cart-item/delete-cart-item.component";
175
+ import * as i174 from "./objects/recruitment/ordinal-recruitment/user/ordinal-recruitment/ordinal-recruitment.component";
176
+ import * as i175 from "./objects/website/use-template/user/dialog-use-template/dialog-use-template.component";
177
+ import * as i176 from "./objects/website/use-template/user/dialog-use-template/create-hosting/create-hosting.component";
178
+ import * as i177 from "./objects/website/use-template/user/search-phone-code/search-phone-code.component";
179
+ import * as i178 from "./objects/website/use-template/user/dialog-use-template/delete-hosting/delete-hosting.component";
180
+ import * as i179 from "./objects/website/use-template/user/dialog-use-template/deploy-website/deploy-website.component";
181
+ import * as i180 from "./objects/cart/button-payment/qr-banking-modal/qr-banking-modal.component";
182
+ import * as i181 from "@angular/common";
183
+ import * as i182 from "@angular/forms";
184
+ import * as i183 from "vhobjects-service";
185
+ import * as i184 from "@angular/router";
186
+ import * as i185 from "ngx-lottie";
187
+ import * as i186 from "@ckeditor/ckeditor5-angular";
188
+ import * as i187 from "./poup-hover.module";
189
+ import * as i188 from "@ng-bootstrap/ng-bootstrap";
190
+ import * as i189 from "ngx-color-picker";
191
+ import * as i190 from "./vhstringpercent.pipe";
192
+ import * as i191 from "./objects/profiles/profile-user/user/profile-user/profile-user.module";
193
+ import * as i192 from "ng-dynamic-component";
194
+ import * as i193 from "@ngx-translate/core";
195
+ import * as i194 from "./objects/profile-website/user/profile-website/profile-website.module";
196
+ import * as i195 from "@ionic/angular";
197
+ import * as i196 from "./vh-language.pipe";
198
+ import * as i197 from "./objects/product/customize-newField/user/customize-newField.module";
199
+ import * as i198 from "@angular/material/dialog";
199
200
  export declare function playerFactory(): import("lottie-web").LottiePlayer;
200
201
  export declare class VhautowebObjectsModule {
201
202
  static ɵfac: i0.ɵɵFactoryDeclaration<VhautowebObjectsModule, never>;
202
- static ɵmod: i0.ɵɵNgModuleDeclaration<VhautowebObjectsModule, [typeof i1.AtwButtonCalculateCustom, typeof i2.AtwMapRepeat, typeof i3.AtwDateRepeat, typeof i4.AtwIndexNumber, typeof i5.AtwDescribeCategoryShort, typeof i6.AtwTableOfContent, typeof i7.AtwButtonResetFilter, typeof i8.AtwTotalQuantityFavoriteProducts, typeof i9.AtwButtonFavorite, typeof i10.AtwChooseSubproduct, typeof i11.AtwImageBeforeAfterSlider, typeof i12.AtwTextWarrantyPeriod, typeof i13.AtwCustomizeObject, typeof i14.AtwPopupInteractive, typeof i15.AtwActiveDate, typeof i16.AtwImageVideoDetail, typeof i17.AtwVideoUpload, typeof i18.AtwNewFieldSnimei, typeof i19.AtwButtonActive, typeof i20.AtwTextProductId, typeof i21.AtwPurchaseDate, typeof i22.AtwExpirationDate, typeof i23.AtwMaxActivationDays, typeof i24.AtwTextActive, typeof i25.AtwRemainingTime, typeof i26.AtwExportBill, typeof i27.AtwDateDelivery, typeof i28.AtwDescriptionRecruitment, typeof i29.AtwUseTemplate, typeof i30.AtwButtonSearchSnimei, typeof i31.AtwSearchSnimei, typeof i32.AtwTextImei, typeof i33.AtwButtonLoggedComponent, typeof i34.AtwTextRepeat, typeof i35.AtwImageRepeat, typeof i36.AtwButton, typeof i37.AtwImage, typeof i38.AtwCountDown, typeof i39.AtwIcon, typeof i40.AtwMap, typeof i41.AtwNumberCounting, typeof i42.AtwShape, typeof i43.AtwText, typeof i44.AtwVideo, typeof i45.AtwSearch, typeof i46.AtwPopup, typeof i47.AtwHover, typeof i48.AtwLine, typeof i49.AtwButtonBacktop, typeof i50.AtwTextCollapse, typeof i51.AtwButtonClosePopup, typeof i52.AtwInputEmail, typeof i53.AtwBtnLogin, typeof i54.AtwBtnLoginLogout2States, typeof i55.AtwInputPassword, typeof i56.AtwInputTelephone, typeof i57.AtwInputName, typeof i58.AtwInputAddress, typeof i59.AtwInputContent, typeof i60.AtwButtonRegister, typeof i61.AtwButtonForgotPassword, typeof i62.AtwButtonLogout, typeof i63.AtwUserName, typeof i64.AtwInputNewPassword, typeof i65.AtwInputConfirmPassword, typeof i66.AtwButtonShowForm, typeof i67.AtwButtonSave, typeof i68.AtwButtonConfirm, typeof i69.AtwImageCategory, typeof i70.AtwMenuCategory, typeof i71.AtwTextCategoryName, typeof i72.AtwDescribeCategory, typeof i73.AtwDatePostedNews, typeof i74.AtwDescriptionNews, typeof i75.AtwTextNewsTitle, typeof i76.AtwViewersNews, typeof i77.AtwContentNews, typeof i78.AtwButtonAddToCart, typeof i79.AtwButtonQuantity, typeof i80.AtwButtonViewDetail, typeof i81.AtwCountDownProduct, typeof i82.AtwDetailedDescription, typeof i83.AtwImageDetail, typeof i84.AtwImageProduct, typeof i85.AtwRate, typeof i86.AtwSortProduct, typeof i87.AtwTextBrand, typeof i88.AtwTextDiscount, typeof i89.AtwTextExpire, typeof i90.AtwTextName, typeof i91.AtwTextPrice, typeof i92.AtwTextPriceSale, typeof i93.AtwTextShortDescription, typeof i94.AtwUnits, typeof i95.AtwPopupDetail, typeof i96.AtwRangePrice, typeof i97.AtwMenuProduct, typeof i98.AtwCheckBoxChooseProduct, typeof i99.AtwTotalPriceCart, typeof i100.AtwTotalPriceProduct, typeof i101.AtwButtonQuantityCart, typeof i102.AtwPopupOpenForm, typeof i103.AtwTotalQuantityProducts, typeof i104.AtwButtonPayment, typeof i105.AtwSubTotalPriceCart, typeof i106.AtwFee, typeof i107.AtwDeleteCartProduct, typeof i108.AtwTextProductDiscountValue, typeof i109.AtwTextDiscountValue, typeof i110.AtwMenuHorizontal, typeof i111.AtwMenuVertical, typeof i112.AtwButtonShowModal, typeof i113.AtwMessengerUser, typeof i114.AtwZaloShare, typeof i115.AtwZaloFollow, typeof i116.AtwTotalPriceBill, typeof i117.AtwDateBill, typeof i118.AtwBillCode, typeof i119.AtwPaymentCart, typeof i120.AtwButtonPreview, typeof i121.AtwButtonPreviewImage, typeof i122.AtwDateUpdate, typeof i123.AtwAnimateButton, typeof i124.AtwQuantitySold, typeof i125.AtwWebsiteVersion, typeof i126.AtwNoteBill, typeof i127.AtwNoteProduct, typeof i128.AtwSearchWebsite, typeof i129.AtwSendCV, typeof i130.AtwSendContact, typeof i131.AtwUploadFile, typeof i132.AtwPositionRecruitment, typeof i133.AtwLevelRecruitment, typeof i134.AtwAddressRecruitment, typeof i135.AtwSalaryRecruitment, typeof i136.AtwSpecializedRecruitment, typeof i137.AtwDateExpire, typeof i138.AtwContentRecruitment, typeof i139.AtwTextParagraph, typeof i140.AtwPdfViewer, typeof i141.AtwBackPageButton, typeof i142.AtwSelectAddress, typeof i143.AtwSearchFoods, typeof i144.AtwButtonShowFormLogged, typeof i145.AtwFavorite, typeof i146.AtwDynamicFilter, typeof i147.AtwBreadcrumb, typeof i148.AtwTextCalculateCustom, typeof i149.AtwInputCalculateCustom, typeof i150.AtwSharingSocial, typeof i151.AtwDateCreateProduct, typeof i152.AtwMultiLanguage, typeof i153.AtwButtonRepeat, typeof i154.AtwVideoRepeat, typeof i155.AtwDisplayProperty, typeof i156.AtwChooseProperty, typeof i157.AtwButtonShowModalDetail, typeof i158.AtwBarcode, typeof i159.AtwFlipBook, typeof i160.AtwTextAvailability, typeof i161.AtwButtonOpenLink, typeof i162.AtwPopupRepeat, typeof i163.AtwButtonConfirmOrder, typeof i164.AtwButtonPaymentOnline, typeof i165.AtwButtonOrder, typeof i166.AtwButtonBuyNow, typeof i167.AtwButtonViewDetailCategory, typeof i168.AtwReview, typeof i169.AtwImageDetailRepeat, typeof i170.AtwVideoProduct, typeof i171.AddLinkComponent, typeof i172.AtwDeleteCartItem, typeof i173.AtwOrdinalRecruitment, typeof i174.AtwDialogUseTemplate, typeof i175.AtwCreateHosting, typeof i176.SearchPhoneCodeComponent, typeof i177.AtwDeleteHosting, typeof i178.AtwDeployWebsite, typeof i179.AtwQrBankingModal], [typeof i180.CommonModule, typeof i181.FormsModule, typeof i182.NgZorroAntModule, typeof i181.ReactiveFormsModule, typeof i183.RouterModule, typeof i184.LottieModule, typeof i182.MaterialModule, typeof i185.CKEditorModule, typeof i186.PopupHoverComponentModule, typeof i187.NgbCarouselModule, typeof i188.ColorPickerModule, typeof i189.VhStringPercentPipeModule, typeof i190.ProfileUserModule, typeof i191.DynamicModule, typeof i192.TranslateModule, typeof i193.ProfileWebsiteModule, typeof i194.IonicModule, typeof i195.VhLanguagePipeModule, typeof i196.CustomizeNewFieldModule, typeof i182.NationalFlagModule, typeof i197.MatDialogModule], [typeof i1.AtwButtonCalculateCustom, typeof i2.AtwMapRepeat, typeof i3.AtwDateRepeat, typeof i4.AtwIndexNumber, typeof i5.AtwDescribeCategoryShort, typeof i6.AtwTableOfContent, typeof i7.AtwButtonResetFilter, typeof i8.AtwTotalQuantityFavoriteProducts, typeof i9.AtwButtonFavorite, typeof i10.AtwChooseSubproduct, typeof i11.AtwImageBeforeAfterSlider, typeof i12.AtwTextWarrantyPeriod, typeof i13.AtwCustomizeObject, typeof i14.AtwPopupInteractive, typeof i15.AtwActiveDate, typeof i16.AtwImageVideoDetail, typeof i17.AtwVideoUpload, typeof i18.AtwNewFieldSnimei, typeof i19.AtwButtonActive, typeof i20.AtwTextProductId, typeof i21.AtwPurchaseDate, typeof i22.AtwExpirationDate, typeof i23.AtwMaxActivationDays, typeof i24.AtwTextActive, typeof i25.AtwRemainingTime, typeof i26.AtwExportBill, typeof i27.AtwDateDelivery, typeof i28.AtwDescriptionRecruitment, typeof i29.AtwUseTemplate, typeof i30.AtwButtonSearchSnimei, typeof i31.AtwSearchSnimei, typeof i32.AtwTextImei, typeof i33.AtwButtonLoggedComponent, typeof i34.AtwTextRepeat, typeof i35.AtwImageRepeat, typeof i36.AtwButton, typeof i37.AtwImage, typeof i38.AtwCountDown, typeof i39.AtwIcon, typeof i40.AtwMap, typeof i41.AtwNumberCounting, typeof i42.AtwShape, typeof i43.AtwText, typeof i44.AtwVideo, typeof i45.AtwSearch, typeof i46.AtwPopup, typeof i47.AtwHover, typeof i48.AtwLine, typeof i49.AtwButtonBacktop, typeof i50.AtwTextCollapse, typeof i51.AtwButtonClosePopup, typeof i52.AtwInputEmail, typeof i53.AtwBtnLogin, typeof i54.AtwBtnLoginLogout2States, typeof i55.AtwInputPassword, typeof i56.AtwInputTelephone, typeof i57.AtwInputName, typeof i58.AtwInputAddress, typeof i59.AtwInputContent, typeof i60.AtwButtonRegister, typeof i61.AtwButtonForgotPassword, typeof i62.AtwButtonLogout, typeof i63.AtwUserName, typeof i64.AtwInputNewPassword, typeof i65.AtwInputConfirmPassword, typeof i66.AtwButtonShowForm, typeof i67.AtwButtonSave, typeof i68.AtwButtonConfirm, typeof i69.AtwImageCategory, typeof i70.AtwMenuCategory, typeof i71.AtwTextCategoryName, typeof i72.AtwDescribeCategory, typeof i73.AtwDatePostedNews, typeof i74.AtwDescriptionNews, typeof i75.AtwTextNewsTitle, typeof i76.AtwViewersNews, typeof i77.AtwContentNews, typeof i78.AtwButtonAddToCart, typeof i79.AtwButtonQuantity, typeof i80.AtwButtonViewDetail, typeof i81.AtwCountDownProduct, typeof i82.AtwDetailedDescription, typeof i83.AtwImageDetail, typeof i84.AtwImageProduct, typeof i85.AtwRate, typeof i86.AtwSortProduct, typeof i87.AtwTextBrand, typeof i88.AtwTextDiscount, typeof i89.AtwTextExpire, typeof i90.AtwTextName, typeof i91.AtwTextPrice, typeof i92.AtwTextPriceSale, typeof i93.AtwTextShortDescription, typeof i94.AtwUnits, typeof i95.AtwPopupDetail, typeof i96.AtwRangePrice, typeof i97.AtwMenuProduct, typeof i98.AtwCheckBoxChooseProduct, typeof i99.AtwTotalPriceCart, typeof i100.AtwTotalPriceProduct, typeof i101.AtwButtonQuantityCart, typeof i102.AtwPopupOpenForm, typeof i103.AtwTotalQuantityProducts, typeof i104.AtwButtonPayment, typeof i105.AtwSubTotalPriceCart, typeof i106.AtwFee, typeof i107.AtwDeleteCartProduct, typeof i108.AtwTextProductDiscountValue, typeof i109.AtwTextDiscountValue, typeof i110.AtwMenuHorizontal, typeof i111.AtwMenuVertical, typeof i112.AtwButtonShowModal, typeof i113.AtwMessengerUser, typeof i114.AtwZaloShare, typeof i115.AtwZaloFollow, typeof i116.AtwTotalPriceBill, typeof i117.AtwDateBill, typeof i118.AtwBillCode, typeof i119.AtwPaymentCart, typeof i120.AtwButtonPreview, typeof i121.AtwButtonPreviewImage, typeof i122.AtwDateUpdate, typeof i123.AtwAnimateButton, typeof i124.AtwQuantitySold, typeof i125.AtwWebsiteVersion, typeof i126.AtwNoteBill, typeof i127.AtwNoteProduct, typeof i128.AtwSearchWebsite, typeof i129.AtwSendCV, typeof i130.AtwSendContact, typeof i131.AtwUploadFile, typeof i132.AtwPositionRecruitment, typeof i133.AtwLevelRecruitment, typeof i134.AtwAddressRecruitment, typeof i135.AtwSalaryRecruitment, typeof i136.AtwSpecializedRecruitment, typeof i137.AtwDateExpire, typeof i138.AtwContentRecruitment, typeof i139.AtwTextParagraph, typeof i140.AtwPdfViewer, typeof i141.AtwBackPageButton, typeof i142.AtwSelectAddress, typeof i143.AtwSearchFoods, typeof i144.AtwButtonShowFormLogged, typeof i145.AtwFavorite, typeof i146.AtwDynamicFilter, typeof i147.AtwBreadcrumb, typeof i148.AtwTextCalculateCustom, typeof i149.AtwInputCalculateCustom, typeof i150.AtwSharingSocial, typeof i151.AtwDateCreateProduct, typeof i152.AtwMultiLanguage, typeof i153.AtwButtonRepeat, typeof i154.AtwVideoRepeat, typeof i155.AtwDisplayProperty, typeof i156.AtwChooseProperty, typeof i157.AtwButtonShowModalDetail, typeof i158.AtwBarcode, typeof i159.AtwFlipBook, typeof i160.AtwTextAvailability, typeof i161.AtwButtonOpenLink, typeof i162.AtwPopupRepeat, typeof i163.AtwButtonConfirmOrder, typeof i164.AtwButtonPaymentOnline, typeof i165.AtwButtonOrder, typeof i166.AtwButtonBuyNow, typeof i167.AtwButtonViewDetailCategory, typeof i168.AtwReview, typeof i169.AtwImageDetailRepeat, typeof i170.AtwVideoProduct]>;
203
+ static ɵmod: i0.ɵɵNgModuleDeclaration<VhautowebObjectsModule, [typeof i1.AtwButtonCalculateCustom, typeof i2.AtwMapRepeat, typeof i3.AtwDateRepeat, typeof i4.AtwIndexNumber, typeof i5.AtwDescribeCategoryShort, typeof i6.AtwTableOfContent, typeof i7.AtwButtonResetFilter, typeof i8.AtwTotalQuantityFavoriteProducts, typeof i9.AtwButtonFavorite, typeof i10.AtwChooseSubproduct, typeof i11.AtwImageBeforeAfterSlider, typeof i12.AtwTextWarrantyPeriod, typeof i13.AtwCustomizeObject, typeof i14.AtwPopupInteractive, typeof i15.AtwActiveDate, typeof i16.AtwImageVideoDetail, typeof i17.AtwVideoUpload, typeof i18.AtwNewFieldSnimei, typeof i19.AtwButtonActive, typeof i20.AtwTextProductId, typeof i21.AtwPurchaseDate, typeof i22.AtwExpirationDate, typeof i23.AtwMaxActivationDays, typeof i24.AtwTextActive, typeof i25.AtwRemainingTime, typeof i26.AtwExportBill, typeof i27.AtwDateDelivery, typeof i28.AtwDescriptionRecruitment, typeof i29.AtwUseTemplate, typeof i30.AtwButtonSearchSnimei, typeof i31.AtwSearchSnimei, typeof i32.AtwTextImei, typeof i33.AtwButtonLoggedComponent, typeof i34.AtwTextRepeat, typeof i35.AtwImageRepeat, typeof i36.AtwButton, typeof i37.AtwImage, typeof i38.AtwCountDown, typeof i39.AtwIcon, typeof i40.AtwMap, typeof i41.AtwNumberCounting, typeof i42.AtwShape, typeof i43.AtwText, typeof i44.AtwVideo, typeof i45.AtwSearch, typeof i46.AtwPopup, typeof i47.AtwHover, typeof i48.AtwLine, typeof i49.AtwButtonBacktop, typeof i50.AtwTextCollapse, typeof i51.AtwButtonClosePopup, typeof i52.AtwInputEmail, typeof i53.AtwBtnLogin, typeof i54.AtwBtnLoginLogout2States, typeof i55.AtwInputPassword, typeof i56.AtwInputTelephone, typeof i57.AtwInputName, typeof i58.AtwInputAddress, typeof i59.AtwInputContent, typeof i60.AtwButtonRegister, typeof i61.AtwButtonForgotPassword, typeof i62.AtwButtonLogout, typeof i63.AtwUserName, typeof i64.AtwInputNewPassword, typeof i65.AtwInputConfirmPassword, typeof i66.AtwButtonShowForm, typeof i67.AtwButtonSave, typeof i68.AtwButtonConfirm, typeof i69.AtwImageCategory, typeof i70.AtwMenuCategory, typeof i71.AtwTextCategoryName, typeof i72.AtwDescribeCategory, typeof i73.AtwDatePostedNews, typeof i74.AtwDescriptionNews, typeof i75.AtwTextNewsTitle, typeof i76.AtwViewersNews, typeof i77.AtwContentNews, typeof i78.AtwButtonAddToCart, typeof i79.AtwButtonQuantity, typeof i80.AtwButtonViewDetail, typeof i81.AtwCountDownProduct, typeof i82.AtwDetailedDescription, typeof i83.AtwImageDetail, typeof i84.AtwImageProduct, typeof i85.AtwRate, typeof i86.AtwSortProduct, typeof i87.AtwTextBrand, typeof i88.AtwTextDiscount, typeof i89.AtwTextExpire, typeof i90.AtwTextName, typeof i91.AtwTextPrice, typeof i92.AtwTextPriceSale, typeof i93.AtwTextShortDescription, typeof i94.AtwUnits, typeof i95.AtwPopupDetail, typeof i96.AtwRangePrice, typeof i97.AtwMenuProduct, typeof i98.AtwCheckBoxChooseProduct, typeof i99.AtwTotalPriceCart, typeof i100.AtwTotalPriceProduct, typeof i101.AtwButtonQuantityCart, typeof i102.AtwPopupOpenForm, typeof i103.AtwTotalQuantityProducts, typeof i104.AtwButtonPayment, typeof i105.AtwSubTotalPriceCart, typeof i106.AtwFee, typeof i107.AtwDeleteCartProduct, typeof i108.AtwTextProductDiscountValue, typeof i109.AtwTextDiscountValue, typeof i110.AtwMenuHorizontal, typeof i111.AtwMenuVertical, typeof i112.AtwButtonShowModal, typeof i113.AtwMessengerUser, typeof i114.AtwZaloShare, typeof i115.AtwZaloFollow, typeof i116.AtwTotalPriceBill, typeof i117.AtwDateBill, typeof i118.AtwBillCode, typeof i119.AtwPaymentCart, typeof i120.AtwButtonPreview, typeof i121.AtwButtonPreviewImage, typeof i122.AtwDateUpdate, typeof i123.AtwAnimateButton, typeof i124.AtwQuantitySold, typeof i125.AtwWebsiteVersion, typeof i126.AtwNoteBill, typeof i127.AtwNoteProduct, typeof i128.AtwSearchWebsite, typeof i129.AtwSendCV, typeof i130.AtwSendContact, typeof i131.AtwUploadFile, typeof i132.AtwPositionRecruitment, typeof i133.AtwLevelRecruitment, typeof i134.AtwAddressRecruitment, typeof i135.AtwSalaryRecruitment, typeof i136.AtwSpecializedRecruitment, typeof i137.AtwDateExpire, typeof i138.AtwContentRecruitment, typeof i139.AtwTextParagraph, typeof i140.AtwPdfViewer, typeof i141.AtwBackPageButton, typeof i142.AtwSelectAddress, typeof i143.AtwSearchFoods, typeof i144.AtwButtonShowFormLogged, typeof i145.AtwFavorite, typeof i146.AtwDynamicFilter, typeof i147.AtwBreadcrumb, typeof i148.AtwTextCalculateCustom, typeof i149.AtwInputCalculateCustom, typeof i150.AtwSharingSocial, typeof i151.AtwDateCreateProduct, typeof i152.AtwMultiLanguage, typeof i153.AtwButtonRepeat, typeof i154.AtwVideoRepeat, typeof i155.AtwDisplayProperty, typeof i156.AtwChooseProperty, typeof i157.AtwButtonShowModalDetail, typeof i158.AtwBarcode, typeof i159.AtwFlipBook, typeof i160.AtwTextAvailability, typeof i161.AtwButtonOpenLink, typeof i162.AtwPopupRepeat, typeof i163.AtwButtonConfirmOrder, typeof i164.AtwButtonPaymentOnline, typeof i165.AtwButtonOrder, typeof i166.AtwButtonBuyNow, typeof i167.AtwButtonViewDetailCategory, typeof i168.AtwReview, typeof i169.AtwImageDetailRepeat, typeof i170.AtwVideoProduct, typeof i171.AtwSearchSubcategory, typeof i172.AddLinkComponent, typeof i173.AtwDeleteCartItem, typeof i174.AtwOrdinalRecruitment, typeof i175.AtwDialogUseTemplate, typeof i176.AtwCreateHosting, typeof i177.SearchPhoneCodeComponent, typeof i178.AtwDeleteHosting, typeof i179.AtwDeployWebsite, typeof i180.AtwQrBankingModal], [typeof i181.CommonModule, typeof i182.FormsModule, typeof i183.NgZorroAntModule, typeof i182.ReactiveFormsModule, typeof i184.RouterModule, typeof i185.LottieModule, typeof i183.MaterialModule, typeof i186.CKEditorModule, typeof i187.PopupHoverComponentModule, typeof i188.NgbCarouselModule, typeof i189.ColorPickerModule, typeof i190.VhStringPercentPipeModule, typeof i191.ProfileUserModule, typeof i192.DynamicModule, typeof i193.TranslateModule, typeof i194.ProfileWebsiteModule, typeof i195.IonicModule, typeof i196.VhLanguagePipeModule, typeof i197.CustomizeNewFieldModule, typeof i183.NationalFlagModule, typeof i198.MatDialogModule], [typeof i1.AtwButtonCalculateCustom, typeof i2.AtwMapRepeat, typeof i3.AtwDateRepeat, typeof i4.AtwIndexNumber, typeof i5.AtwDescribeCategoryShort, typeof i6.AtwTableOfContent, typeof i7.AtwButtonResetFilter, typeof i8.AtwTotalQuantityFavoriteProducts, typeof i9.AtwButtonFavorite, typeof i10.AtwChooseSubproduct, typeof i11.AtwImageBeforeAfterSlider, typeof i12.AtwTextWarrantyPeriod, typeof i13.AtwCustomizeObject, typeof i14.AtwPopupInteractive, typeof i15.AtwActiveDate, typeof i16.AtwImageVideoDetail, typeof i17.AtwVideoUpload, typeof i18.AtwNewFieldSnimei, typeof i19.AtwButtonActive, typeof i20.AtwTextProductId, typeof i21.AtwPurchaseDate, typeof i22.AtwExpirationDate, typeof i23.AtwMaxActivationDays, typeof i24.AtwTextActive, typeof i25.AtwRemainingTime, typeof i26.AtwExportBill, typeof i27.AtwDateDelivery, typeof i28.AtwDescriptionRecruitment, typeof i29.AtwUseTemplate, typeof i30.AtwButtonSearchSnimei, typeof i31.AtwSearchSnimei, typeof i32.AtwTextImei, typeof i33.AtwButtonLoggedComponent, typeof i34.AtwTextRepeat, typeof i35.AtwImageRepeat, typeof i36.AtwButton, typeof i37.AtwImage, typeof i38.AtwCountDown, typeof i39.AtwIcon, typeof i40.AtwMap, typeof i41.AtwNumberCounting, typeof i42.AtwShape, typeof i43.AtwText, typeof i44.AtwVideo, typeof i45.AtwSearch, typeof i46.AtwPopup, typeof i47.AtwHover, typeof i48.AtwLine, typeof i49.AtwButtonBacktop, typeof i50.AtwTextCollapse, typeof i51.AtwButtonClosePopup, typeof i52.AtwInputEmail, typeof i53.AtwBtnLogin, typeof i54.AtwBtnLoginLogout2States, typeof i55.AtwInputPassword, typeof i56.AtwInputTelephone, typeof i57.AtwInputName, typeof i58.AtwInputAddress, typeof i59.AtwInputContent, typeof i60.AtwButtonRegister, typeof i61.AtwButtonForgotPassword, typeof i62.AtwButtonLogout, typeof i63.AtwUserName, typeof i64.AtwInputNewPassword, typeof i65.AtwInputConfirmPassword, typeof i66.AtwButtonShowForm, typeof i67.AtwButtonSave, typeof i68.AtwButtonConfirm, typeof i69.AtwImageCategory, typeof i70.AtwMenuCategory, typeof i71.AtwTextCategoryName, typeof i72.AtwDescribeCategory, typeof i73.AtwDatePostedNews, typeof i74.AtwDescriptionNews, typeof i75.AtwTextNewsTitle, typeof i76.AtwViewersNews, typeof i77.AtwContentNews, typeof i78.AtwButtonAddToCart, typeof i79.AtwButtonQuantity, typeof i80.AtwButtonViewDetail, typeof i81.AtwCountDownProduct, typeof i82.AtwDetailedDescription, typeof i83.AtwImageDetail, typeof i84.AtwImageProduct, typeof i85.AtwRate, typeof i86.AtwSortProduct, typeof i87.AtwTextBrand, typeof i88.AtwTextDiscount, typeof i89.AtwTextExpire, typeof i90.AtwTextName, typeof i91.AtwTextPrice, typeof i92.AtwTextPriceSale, typeof i93.AtwTextShortDescription, typeof i94.AtwUnits, typeof i95.AtwPopupDetail, typeof i96.AtwRangePrice, typeof i97.AtwMenuProduct, typeof i98.AtwCheckBoxChooseProduct, typeof i99.AtwTotalPriceCart, typeof i100.AtwTotalPriceProduct, typeof i101.AtwButtonQuantityCart, typeof i102.AtwPopupOpenForm, typeof i103.AtwTotalQuantityProducts, typeof i104.AtwButtonPayment, typeof i105.AtwSubTotalPriceCart, typeof i106.AtwFee, typeof i107.AtwDeleteCartProduct, typeof i108.AtwTextProductDiscountValue, typeof i109.AtwTextDiscountValue, typeof i110.AtwMenuHorizontal, typeof i111.AtwMenuVertical, typeof i112.AtwButtonShowModal, typeof i113.AtwMessengerUser, typeof i114.AtwZaloShare, typeof i115.AtwZaloFollow, typeof i116.AtwTotalPriceBill, typeof i117.AtwDateBill, typeof i118.AtwBillCode, typeof i119.AtwPaymentCart, typeof i120.AtwButtonPreview, typeof i121.AtwButtonPreviewImage, typeof i122.AtwDateUpdate, typeof i123.AtwAnimateButton, typeof i124.AtwQuantitySold, typeof i125.AtwWebsiteVersion, typeof i126.AtwNoteBill, typeof i127.AtwNoteProduct, typeof i128.AtwSearchWebsite, typeof i129.AtwSendCV, typeof i130.AtwSendContact, typeof i131.AtwUploadFile, typeof i132.AtwPositionRecruitment, typeof i133.AtwLevelRecruitment, typeof i134.AtwAddressRecruitment, typeof i135.AtwSalaryRecruitment, typeof i136.AtwSpecializedRecruitment, typeof i137.AtwDateExpire, typeof i138.AtwContentRecruitment, typeof i139.AtwTextParagraph, typeof i140.AtwPdfViewer, typeof i141.AtwBackPageButton, typeof i142.AtwSelectAddress, typeof i143.AtwSearchFoods, typeof i144.AtwButtonShowFormLogged, typeof i145.AtwFavorite, typeof i146.AtwDynamicFilter, typeof i147.AtwBreadcrumb, typeof i148.AtwTextCalculateCustom, typeof i149.AtwInputCalculateCustom, typeof i150.AtwSharingSocial, typeof i151.AtwDateCreateProduct, typeof i152.AtwMultiLanguage, typeof i153.AtwButtonRepeat, typeof i154.AtwVideoRepeat, typeof i155.AtwDisplayProperty, typeof i156.AtwChooseProperty, typeof i157.AtwButtonShowModalDetail, typeof i158.AtwBarcode, typeof i159.AtwFlipBook, typeof i160.AtwTextAvailability, typeof i161.AtwButtonOpenLink, typeof i162.AtwPopupRepeat, typeof i163.AtwButtonConfirmOrder, typeof i164.AtwButtonPaymentOnline, typeof i165.AtwButtonOrder, typeof i166.AtwButtonBuyNow, typeof i167.AtwButtonViewDetailCategory, typeof i168.AtwReview, typeof i169.AtwImageDetailRepeat, typeof i170.AtwVideoProduct, typeof i171.AtwSearchSubcategory]>;
203
204
  static ɵinj: i0.ɵɵInjectorDeclaration<VhautowebObjectsModule>;
204
205
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vhobjects-user",
3
- "version": "0.7.3",
3
+ "version": "0.7.4",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^12.2.0",
6
6
  "@angular/core": "^12.2.0"
package/public-api.d.ts CHANGED
@@ -61,6 +61,7 @@ export * from './lib/objects/basic/customize-object/user/customize-object/custom
61
61
  export * from './lib/objects/basic/text/user/text/text.component';
62
62
  export * from './lib/objects/basic/video/user/video/video.component';
63
63
  export * from './lib/objects/basic/search/user/search/search.component';
64
+ export * from './lib/objects/basic/search-subcategory/user/search-subcategory.component';
64
65
  export * from './lib/objects/basic/popup/user/popup/popup.component';
65
66
  export * from './lib/objects/basic/hover/user/hover/hover.component';
66
67
  export * from './lib/objects/basic/button-backtop/user/button-backtop/button-backtop.component';