vhobjects-user 0.8.5 → 0.8.6
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/fesm2015/vhobjects-user.js +1 -1
- package/fesm2015/vhobjects-user.js.map +1 -1
- package/lib/objects/basic/text-connector-row-repeat/user/text-connector-row-repeat/text-connector-row-repeat.component.d.ts +31 -0
- package/lib/objects/news/sharing-social/user/sharing-social.component.d.ts +11 -2
- package/lib/vh-drag-drop/vh-object-selected/vh-object-selected.component.d.ts +25 -0
- package/lib/vhautoweb-objects.module.d.ts +29 -28
- package/package.json +1 -1
- package/public-api.d.ts +1 -0
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { ElementRef, OnInit } from '@angular/core';
|
|
2
|
+
import { VhQueryAutoWeb } from 'vhautowebdb';
|
|
3
|
+
import { FunctionService } from 'vhobjects-service/src/services';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class AtwTextConnectorRowRepeat implements OnInit {
|
|
6
|
+
private vhQueryAutoWeb;
|
|
7
|
+
private element;
|
|
8
|
+
functionService: FunctionService;
|
|
9
|
+
private platformId;
|
|
10
|
+
data: any;
|
|
11
|
+
type: any;
|
|
12
|
+
device: any;
|
|
13
|
+
index: any;
|
|
14
|
+
product: any;
|
|
15
|
+
id_subproject: any;
|
|
16
|
+
isComponentExist: ElementRef<HTMLDivElement>;
|
|
17
|
+
private dataAfterChange;
|
|
18
|
+
private animation;
|
|
19
|
+
private cutWebMan;
|
|
20
|
+
private staticdata;
|
|
21
|
+
config: any;
|
|
22
|
+
class: any;
|
|
23
|
+
private observer;
|
|
24
|
+
private subscription;
|
|
25
|
+
dataItem: any;
|
|
26
|
+
constructor(vhQueryAutoWeb: VhQueryAutoWeb, element: ElementRef, // Dùng cho hàm setAnimationVisible trong functionService
|
|
27
|
+
functionService: FunctionService, platformId: Object);
|
|
28
|
+
ngOnInit(): void;
|
|
29
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AtwTextConnectorRowRepeat, never>;
|
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AtwTextConnectorRowRepeat, "atw-text-connector-row-repeat", never, { "data": "data"; "type": "type"; "device": "device"; "index": "index"; "product": "product"; "id_subproject": "id_subproject"; }, {}, never, never>;
|
|
31
|
+
}
|
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
import { ElementRef, EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { VhQueryAutoWeb } from 'vhautowebdb';
|
|
3
|
+
import { FunctionService } from 'vhobjects-service/src/services';
|
|
2
4
|
import * as i0 from "@angular/core";
|
|
3
5
|
export declare class AtwSharingSocial implements OnInit {
|
|
6
|
+
private vhQueryAutoWeb;
|
|
7
|
+
private functionService;
|
|
8
|
+
element: ElementRef;
|
|
9
|
+
private platformId;
|
|
4
10
|
product: any;
|
|
5
11
|
data: any;
|
|
6
12
|
type: any;
|
|
@@ -11,13 +17,16 @@ export declare class AtwSharingSocial implements OnInit {
|
|
|
11
17
|
isComponentExist: ElementRef<HTMLDivElement>;
|
|
12
18
|
prevHeight: any;
|
|
13
19
|
staticdata: any;
|
|
14
|
-
|
|
20
|
+
animation: any;
|
|
15
21
|
class: any;
|
|
16
22
|
/** Chứa config của thiết bị */
|
|
17
23
|
config: any;
|
|
18
24
|
private cutWebMan;
|
|
19
25
|
socialItem: any;
|
|
20
|
-
|
|
26
|
+
private observer;
|
|
27
|
+
private subscription;
|
|
28
|
+
constructor(vhQueryAutoWeb: VhQueryAutoWeb, functionService: FunctionService, element: ElementRef, // Dùng cho hàm setAnimationVisible trong functionService
|
|
29
|
+
platformId: Object);
|
|
21
30
|
ngOnInit(): void;
|
|
22
31
|
ngOnChanges(): void;
|
|
23
32
|
ngAfterViewInit(): void;
|
|
@@ -83,6 +83,20 @@ export declare class VhObjectSelectedComponent {
|
|
|
83
83
|
* sự kiện thay đổi vị trí top left của object
|
|
84
84
|
* @param event
|
|
85
85
|
*/
|
|
86
|
+
guides: {
|
|
87
|
+
horizontal: number[];
|
|
88
|
+
vertical: number[];
|
|
89
|
+
};
|
|
90
|
+
/**
|
|
91
|
+
* Tính toán và thiết lập các điểm neo/đường gióng (alignment guides) giữa phần tử hiện tại với các phần tử liền kề (siblings)
|
|
92
|
+
* Thuật toán sẽ quét qua tất cả các sibling trong cùng một parent và ghi lại các tọa độ X (vertical guides) và Y (horizontal guides)
|
|
93
|
+
* nếu phần tử hiện tại đang nằm trên hoặc trùng với các điểm neo (cạnh trên, cạnh dưới, cạnh trái, cạnh phải, hoặc tâm điểm)
|
|
94
|
+
* của sibling trong khoảng dung sai (tolerance) cho trước.
|
|
95
|
+
*/
|
|
96
|
+
calculateAlignmentGuides(): void;
|
|
97
|
+
/**
|
|
98
|
+
* Sự kiện khi đang kéo object
|
|
99
|
+
*/
|
|
86
100
|
cdkDragMoved(event: any): void;
|
|
87
101
|
cdkDragEnded($event: any): void;
|
|
88
102
|
mouseup(event?: any): void;
|
|
@@ -144,6 +158,17 @@ export declare class VhObjectSelectedComponent {
|
|
|
144
158
|
right: number;
|
|
145
159
|
bottom: number;
|
|
146
160
|
};
|
|
161
|
+
/**
|
|
162
|
+
* Tính toán khoảng cách (khoảng hở) từ đối tượng đang được chọn đến các đối tượng liền kề (siblings) gần nhất xung quanh nó.
|
|
163
|
+
* Nếu không có đối tượng liền kề nào cản đường, nó sẽ trả về khoảng cách từ đối tượng đó đến mép của khung cha (block/frame).
|
|
164
|
+
* Dữ liệu trả về gồm 4 hướng: left, right, top, bottom. Khoảng cách này được sử dụng để vẽ các thanh ruler màu xanh (ruler-sibling).
|
|
165
|
+
*/
|
|
166
|
+
getNearestDistances(): {
|
|
167
|
+
left: number;
|
|
168
|
+
right: number;
|
|
169
|
+
top: number;
|
|
170
|
+
bottom: number;
|
|
171
|
+
};
|
|
147
172
|
/**
|
|
148
173
|
* Hàm lấy về mảng tất cả các phần tử object, frame bên trong frame cha
|
|
149
174
|
* @returns
|
|
@@ -173,36 +173,37 @@ import * as i171 from "./objects/basic/search-subcategory/user/search-subcategor
|
|
|
173
173
|
import * as i172 from "./objects/cart/list-order/user/list-order.component";
|
|
174
174
|
import * as i173 from "./objects/basic/tab-bar/user/tab-bar.component";
|
|
175
175
|
import * as i174 from "./objects/basic/content-preview-slider/user/content-preview-slider/content-preview-slider.component";
|
|
176
|
-
import * as i175 from "./objects/
|
|
177
|
-
import * as i176 from "./objects/
|
|
178
|
-
import * as i177 from "./objects/
|
|
179
|
-
import * as i178 from "./objects/
|
|
180
|
-
import * as i179 from "./objects/website/use-template/user/dialog-use-template/
|
|
181
|
-
import * as i180 from "./objects/website/use-template/user/
|
|
182
|
-
import * as i181 from "./objects/website/use-template/user/
|
|
183
|
-
import * as i182 from "./objects/website/use-template/user/dialog-use-template/
|
|
184
|
-
import * as i183 from "./objects/
|
|
185
|
-
import * as i184 from "
|
|
186
|
-
import * as i185 from "@angular/
|
|
187
|
-
import * as i186 from "
|
|
188
|
-
import * as i187 from "
|
|
189
|
-
import * as i188 from "
|
|
190
|
-
import * as i189 from "
|
|
191
|
-
import * as i190 from "
|
|
192
|
-
import * as i191 from "
|
|
193
|
-
import * as i192 from "
|
|
194
|
-
import * as i193 from "
|
|
195
|
-
import * as i194 from "./
|
|
196
|
-
import * as i195 from "
|
|
197
|
-
import * as i196 from "
|
|
198
|
-
import * as i197 from "
|
|
199
|
-
import * as i198 from "
|
|
200
|
-
import * as i199 from "
|
|
201
|
-
import * as i200 from "./
|
|
202
|
-
import * as i201 from "
|
|
176
|
+
import * as i175 from "./objects/basic/text-connector-row-repeat/user/text-connector-row-repeat/text-connector-row-repeat.component";
|
|
177
|
+
import * as i176 from "./objects/product/menu-product/user/add-link/add-link.component";
|
|
178
|
+
import * as i177 from "./objects/cart/delete-cart-product/user/delete-cart-item/delete-cart-item.component";
|
|
179
|
+
import * as i178 from "./objects/recruitment/ordinal-recruitment/user/ordinal-recruitment/ordinal-recruitment.component";
|
|
180
|
+
import * as i179 from "./objects/website/use-template/user/dialog-use-template/dialog-use-template.component";
|
|
181
|
+
import * as i180 from "./objects/website/use-template/user/dialog-use-template/create-hosting/create-hosting.component";
|
|
182
|
+
import * as i181 from "./objects/website/use-template/user/search-phone-code/search-phone-code.component";
|
|
183
|
+
import * as i182 from "./objects/website/use-template/user/dialog-use-template/delete-hosting/delete-hosting.component";
|
|
184
|
+
import * as i183 from "./objects/website/use-template/user/dialog-use-template/deploy-website/deploy-website.component";
|
|
185
|
+
import * as i184 from "./objects/cart/button-payment/qr-banking-modal/qr-banking-modal.component";
|
|
186
|
+
import * as i185 from "@angular/common";
|
|
187
|
+
import * as i186 from "@angular/forms";
|
|
188
|
+
import * as i187 from "vhobjects-service";
|
|
189
|
+
import * as i188 from "@angular/router";
|
|
190
|
+
import * as i189 from "ngx-lottie";
|
|
191
|
+
import * as i190 from "@ckeditor/ckeditor5-angular";
|
|
192
|
+
import * as i191 from "./poup-hover.module";
|
|
193
|
+
import * as i192 from "@ng-bootstrap/ng-bootstrap";
|
|
194
|
+
import * as i193 from "ngx-color-picker";
|
|
195
|
+
import * as i194 from "./vhstringpercent.pipe";
|
|
196
|
+
import * as i195 from "./objects/profiles/profile-user/user/profile-user/profile-user.module";
|
|
197
|
+
import * as i196 from "ng-dynamic-component";
|
|
198
|
+
import * as i197 from "@ngx-translate/core";
|
|
199
|
+
import * as i198 from "./objects/profile-website/user/profile-website/profile-website.module";
|
|
200
|
+
import * as i199 from "@ionic/angular";
|
|
201
|
+
import * as i200 from "./vh-language.pipe";
|
|
202
|
+
import * as i201 from "./objects/product/customize-newField/user/customize-newField.module";
|
|
203
|
+
import * as i202 from "@angular/material/dialog";
|
|
203
204
|
export declare function playerFactory(): import("lottie-web").LottiePlayer;
|
|
204
205
|
export declare class VhautowebObjectsModule {
|
|
205
206
|
static ɵfac: i0.ɵɵFactoryDeclaration<VhautowebObjectsModule, never>;
|
|
206
|
-
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.AtwListOrder, typeof i173.AtwTabBar, typeof i174.AtwContentPreviewSlider, typeof i175.AddLinkComponent, typeof i176.AtwDeleteCartItem, typeof i177.AtwOrdinalRecruitment, typeof i178.AtwDialogUseTemplate, typeof i179.AtwCreateHosting, typeof i180.SearchPhoneCodeComponent, typeof i181.AtwDeleteHosting, typeof i182.AtwDeployWebsite, typeof i183.AtwQrBankingModal], [typeof i184.CommonModule, typeof i185.FormsModule, typeof i186.NgZorroAntModule, typeof i185.ReactiveFormsModule, typeof i187.RouterModule, typeof i188.LottieModule, typeof i186.MaterialModule, typeof i189.CKEditorModule, typeof i190.PopupHoverComponentModule, typeof i191.NgbCarouselModule, typeof i192.ColorPickerModule, typeof i193.VhStringPercentPipeModule, typeof i194.ProfileUserModule, typeof i195.DynamicModule, typeof i196.TranslateModule, typeof i197.ProfileWebsiteModule, typeof i198.IonicModule, typeof i199.VhLanguagePipeModule, typeof i200.CustomizeNewFieldModule, typeof i186.NationalFlagModule, typeof i201.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, typeof i172.AtwListOrder, typeof i173.AtwTabBar, typeof i174.AtwContentPreviewSlider]>;
|
|
207
|
+
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.AtwListOrder, typeof i173.AtwTabBar, typeof i174.AtwContentPreviewSlider, typeof i175.AtwTextConnectorRowRepeat, typeof i176.AddLinkComponent, typeof i177.AtwDeleteCartItem, typeof i178.AtwOrdinalRecruitment, typeof i179.AtwDialogUseTemplate, typeof i180.AtwCreateHosting, typeof i181.SearchPhoneCodeComponent, typeof i182.AtwDeleteHosting, typeof i183.AtwDeployWebsite, typeof i184.AtwQrBankingModal], [typeof i185.CommonModule, typeof i186.FormsModule, typeof i187.NgZorroAntModule, typeof i186.ReactiveFormsModule, typeof i188.RouterModule, typeof i189.LottieModule, typeof i187.MaterialModule, typeof i190.CKEditorModule, typeof i191.PopupHoverComponentModule, typeof i192.NgbCarouselModule, typeof i193.ColorPickerModule, typeof i194.VhStringPercentPipeModule, typeof i195.ProfileUserModule, typeof i196.DynamicModule, typeof i197.TranslateModule, typeof i198.ProfileWebsiteModule, typeof i199.IonicModule, typeof i200.VhLanguagePipeModule, typeof i201.CustomizeNewFieldModule, typeof i187.NationalFlagModule, typeof i202.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, typeof i172.AtwListOrder, typeof i173.AtwTabBar, typeof i174.AtwContentPreviewSlider, typeof i175.AtwTextConnectorRowRepeat]>;
|
|
207
208
|
static ɵinj: i0.ɵɵInjectorDeclaration<VhautowebObjectsModule>;
|
|
208
209
|
}
|
package/package.json
CHANGED
package/public-api.d.ts
CHANGED
|
@@ -230,3 +230,4 @@ export * from './lib/objects/basic/content-preview-slider/user/content-preview-s
|
|
|
230
230
|
export * from './lib/objects/product/text-availability/user/text-availability.component';
|
|
231
231
|
export * from './lib/objects/form/button-calculate-custom/user/button-calculate-custom.component';
|
|
232
232
|
export * from './lib/objects/review/user/review/review.component';
|
|
233
|
+
export * from './lib/objects/basic/text-connector-row-repeat/user/text-connector-row-repeat/text-connector-row-repeat.component';
|