fw-webbuilder 1.1.16 → 1.1.18
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/fesm2022/fw-webbuilder.mjs +1 -1
- package/index.d.ts +37 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -307,6 +307,7 @@ declare class webBuilderService {
|
|
|
307
307
|
deleteAdminCategory(id: string): Promise<any>;
|
|
308
308
|
getAdminCategories_byFields(query: any, sort: any, page?: number, limit?: number): Promise<any>;
|
|
309
309
|
onPublish(): Promise<Object>;
|
|
310
|
+
initProject(): Promise<[Object, Object]>;
|
|
310
311
|
static ɵfac: i0.ɵɵFactoryDeclaration<webBuilderService, never>;
|
|
311
312
|
static ɵprov: i0.ɵɵInjectableDeclaration<webBuilderService>;
|
|
312
313
|
}
|
|
@@ -468,6 +469,41 @@ declare class DrawerService {
|
|
|
468
469
|
static ɵprov: i0.ɵɵInjectableDeclaration<DrawerService>;
|
|
469
470
|
}
|
|
470
471
|
|
|
472
|
+
declare const TOOLS: {
|
|
473
|
+
tool_tip: string;
|
|
474
|
+
icon: string;
|
|
475
|
+
type: string;
|
|
476
|
+
}[];
|
|
477
|
+
declare const LIST_LANGUAGE: {
|
|
478
|
+
code: string;
|
|
479
|
+
name: string;
|
|
480
|
+
language: string;
|
|
481
|
+
flag: string;
|
|
482
|
+
}[];
|
|
483
|
+
declare const TOOLS_OBJECT: {
|
|
484
|
+
label: string;
|
|
485
|
+
icon: string;
|
|
486
|
+
}[];
|
|
487
|
+
declare const TOOLS_BLOCK: {
|
|
488
|
+
label: string;
|
|
489
|
+
icon: string;
|
|
490
|
+
}[];
|
|
491
|
+
declare const DEVICES: any;
|
|
492
|
+
declare const MAIN_SECTOR: {
|
|
493
|
+
name: string;
|
|
494
|
+
value: string;
|
|
495
|
+
}[];
|
|
496
|
+
declare const PAYMENT_METHODS: {
|
|
497
|
+
key: string;
|
|
498
|
+
label: string;
|
|
499
|
+
icon: string;
|
|
500
|
+
description: string;
|
|
501
|
+
}[];
|
|
502
|
+
declare const WEB_LANGUAGES: {
|
|
503
|
+
code: string;
|
|
504
|
+
name: string;
|
|
505
|
+
}[];
|
|
506
|
+
|
|
471
507
|
declare class WbDragDrop implements OnInit {
|
|
472
508
|
webBuilderService: webBuilderService;
|
|
473
509
|
el: ElementRef;
|
|
@@ -2462,4 +2498,4 @@ declare class SelectLanguageComponent implements OnInit {
|
|
|
2462
2498
|
|
|
2463
2499
|
declare const WEBBUILDER_API_URL: InjectionToken<string>;
|
|
2464
2500
|
|
|
2465
|
-
export { AuthService, CartService, CommonConfigMapService, ComponentConfigMapService, ComponentMapService, DrawerService, FunctionService, SelectLanguageComponent, WEBBUILDER_API_URL, WbAnimationConfig, WbBackgroundColorConfig, WbBackgroundImageConfig, WbBannerAnimationConfig, WbBlockBlank, WbBlockBlankConfig, WbBorderConfig, WbBorderRadiusConfig, WbBreadcumb, WbBreadcumbConfig, WbButton, WbButtonConfig, WbButtonQuantity, WbButtonQuantityConfig, WbButtonSetDefaultAddress, WbButtonSetDefaultAddressConfig, WbCheckboxConfig, WbCheckboxFilter, WbCheckboxFilterConfig, WbCkeditorConfig, WbDialogConfig, WbDragDrop, WbFilterConfig, WbFixedConfig, WbFrameBanner, WbFrameBannerConfig, WbFrameBlank, WbFrameBlankConfig, WbFrameCart, WbFrameCartConfig, WbFrameContentConfig, WbFrameProductDetail, WbFrameProductDetailConfig, WbFrameProducts, WbFrameProductsAdmin, WbFrameProductsByCategory, WbFrameProductsByCategoryConfig, WbFrameProductsConfig, WbFrameTab, WbFrameTabConfig, WbFreeblockConfig, WbGridConfig, WbHideShowConfig, WbIconConfig, WbImage, WbImageConfig, WbImageListNumberConfig, WbInput, WbInputConfig, WbLine, WbLineConfig, WbLinkPageConfig, WbMenuContentConfig, WbMenuHorizontal, WbMenuHorizontalConfig, WbMenuMobile, WbMenuMobileConfig, WbObjectFitConfig, WbOrdinalConfig, WbPaddingConfig, WbPageConfig, WbPaginationConfig, WbPositionConfig, WbPositionInConfig, WbPositionOutConfig, WbProductImageList, WbProductImageListConfig, WbProductSelectAttribute, WbProductSelectAttributeConfig, WbRotateConfig, WbScrollbarConfig, WbSelectCountry, WbSelectCountryConfig, WbSelectProvinceDistrictWard, WbSelectProvinceDistrictWardConfig, WbShadowConfig, WbSlideConfig, WbStickyConfig, WbText, WbTextConfig, WbTextFormatConfig, WbTextParagraph, WbTextParagraphConfig, WbToolTipConfig, WbUploadImageConfig, WbUploadVideoConfig, WbVideo, WbVideoConfig, WbVirtualSelected, WbWidthHeightConfig, webBuilderService };
|
|
2501
|
+
export { AuthService, CartService, CommonConfigMapService, ComponentConfigMapService, ComponentMapService, DEVICES, DrawerService, FunctionService, LIST_LANGUAGE, MAIN_SECTOR, PAYMENT_METHODS, SelectLanguageComponent, TOOLS, TOOLS_BLOCK, TOOLS_OBJECT, WEBBUILDER_API_URL, WEB_LANGUAGES, WbAnimationConfig, WbBackgroundColorConfig, WbBackgroundImageConfig, WbBannerAnimationConfig, WbBlockBlank, WbBlockBlankConfig, WbBorderConfig, WbBorderRadiusConfig, WbBreadcumb, WbBreadcumbConfig, WbButton, WbButtonConfig, WbButtonQuantity, WbButtonQuantityConfig, WbButtonSetDefaultAddress, WbButtonSetDefaultAddressConfig, WbCheckboxConfig, WbCheckboxFilter, WbCheckboxFilterConfig, WbCkeditorConfig, WbDialogConfig, WbDragDrop, WbFilterConfig, WbFixedConfig, WbFrameBanner, WbFrameBannerConfig, WbFrameBlank, WbFrameBlankConfig, WbFrameCart, WbFrameCartConfig, WbFrameContentConfig, WbFrameProductDetail, WbFrameProductDetailConfig, WbFrameProducts, WbFrameProductsAdmin, WbFrameProductsByCategory, WbFrameProductsByCategoryConfig, WbFrameProductsConfig, WbFrameTab, WbFrameTabConfig, WbFreeblockConfig, WbGridConfig, WbHideShowConfig, WbIconConfig, WbImage, WbImageConfig, WbImageListNumberConfig, WbInput, WbInputConfig, WbLine, WbLineConfig, WbLinkPageConfig, WbMenuContentConfig, WbMenuHorizontal, WbMenuHorizontalConfig, WbMenuMobile, WbMenuMobileConfig, WbObjectFitConfig, WbOrdinalConfig, WbPaddingConfig, WbPageConfig, WbPaginationConfig, WbPositionConfig, WbPositionInConfig, WbPositionOutConfig, WbProductImageList, WbProductImageListConfig, WbProductSelectAttribute, WbProductSelectAttributeConfig, WbRotateConfig, WbScrollbarConfig, WbSelectCountry, WbSelectCountryConfig, WbSelectProvinceDistrictWard, WbSelectProvinceDistrictWardConfig, WbShadowConfig, WbSlideConfig, WbStickyConfig, WbText, WbTextConfig, WbTextFormatConfig, WbTextParagraph, WbTextParagraphConfig, WbToolTipConfig, WbUploadImageConfig, WbUploadVideoConfig, WbVideo, WbVideoConfig, WbVirtualSelected, WbWidthHeightConfig, webBuilderService };
|