fw-webbuilder 1.1.158 → 1.1.159
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 +9 -7
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -666,6 +666,7 @@ declare class WbBlockBlank implements OnInit {
|
|
|
666
666
|
webBuilderService: webBuilderService;
|
|
667
667
|
map: ComponentMapService;
|
|
668
668
|
modalRef: NzModalRef<WbBlockBlank>;
|
|
669
|
+
private el;
|
|
669
670
|
data: any;
|
|
670
671
|
device: any;
|
|
671
672
|
class: any;
|
|
@@ -680,12 +681,12 @@ declare class WbBlockBlank implements OnInit {
|
|
|
680
681
|
right: null;
|
|
681
682
|
bottom: null;
|
|
682
683
|
};
|
|
683
|
-
constructor(webBuilderService: webBuilderService, map: ComponentMapService, modalRef: NzModalRef<WbBlockBlank
|
|
684
|
+
constructor(webBuilderService: webBuilderService, map: ComponentMapService, modalRef: NzModalRef<WbBlockBlank>, el: ElementRef);
|
|
684
685
|
ngOnInit(): void;
|
|
685
686
|
updatePoisitionBlockChatBox(is_first: boolean): void;
|
|
686
687
|
ngOnChanges(changes: SimpleChanges): void;
|
|
687
688
|
ngOnDestroy(): void;
|
|
688
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<WbBlockBlank, [null, null, { optional: true; }]>;
|
|
689
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<WbBlockBlank, [null, null, { optional: true; }, null]>;
|
|
689
690
|
static ɵcmp: i0.ɵɵComponentDeclaration<WbBlockBlank, "wb-block-blank", never, { "data": { "alias": "data"; "required": false; }; "device": { "alias": "device"; "required": false; }; "class": { "alias": "class"; "required": false; }; "config": { "alias": "config"; "required": false; }; "animation": { "alias": "animation"; "required": false; }; "type": { "alias": "type"; "required": false; }; "product": { "alias": "product"; "required": false; }; }, {}, never, never, true, never>;
|
|
690
691
|
}
|
|
691
692
|
|
|
@@ -1005,6 +1006,7 @@ declare class WbHideShowConfig implements OnInit {
|
|
|
1005
1006
|
declare class WbIconConfig implements OnInit {
|
|
1006
1007
|
private webBuilderService;
|
|
1007
1008
|
private modal;
|
|
1009
|
+
private translate;
|
|
1008
1010
|
data: any;
|
|
1009
1011
|
device: any;
|
|
1010
1012
|
configIcon: string;
|
|
@@ -1015,7 +1017,7 @@ declare class WbIconConfig implements OnInit {
|
|
|
1015
1017
|
classMarginIcon: string;
|
|
1016
1018
|
classWidthButtonIcon: string;
|
|
1017
1019
|
classHeightButtonIcon: string;
|
|
1018
|
-
constructor(webBuilderService: webBuilderService, modal: NzModalService);
|
|
1020
|
+
constructor(webBuilderService: webBuilderService, modal: NzModalService, translate: TranslateService);
|
|
1019
1021
|
ngOnInit(): void;
|
|
1020
1022
|
handleChangeIcon(): void;
|
|
1021
1023
|
updateConfig(): void;
|
|
@@ -1249,13 +1251,11 @@ declare class WbSlideConfig implements OnInit {
|
|
|
1249
1251
|
configIconRight: string;
|
|
1250
1252
|
classBgIconRight: string;
|
|
1251
1253
|
classIconRight: string;
|
|
1252
|
-
slideMethodOptions: any[];
|
|
1253
1254
|
loopMethodOptions: any[];
|
|
1254
1255
|
constructor(webBuilderService: webBuilderService, modal: NzModalService);
|
|
1255
1256
|
ngOnInit(): void;
|
|
1256
1257
|
updateClass(): void;
|
|
1257
1258
|
updateConfig(): void;
|
|
1258
|
-
handleChangeIcon(position: 'left' | 'right'): void;
|
|
1259
1259
|
static ɵfac: i0.ɵɵFactoryDeclaration<WbSlideConfig, never>;
|
|
1260
1260
|
static ɵcmp: i0.ɵɵComponentDeclaration<WbSlideConfig, "wb-slide-config", never, { "data": { "alias": "data"; "required": false; }; "device": { "alias": "device"; "required": false; }; "configSlide": { "alias": "configSlide"; "required": false; }; "configIconLeft": { "alias": "configIconLeft"; "required": false; }; "classBgIconLeft": { "alias": "classBgIconLeft"; "required": false; }; "classIconLeft": { "alias": "classIconLeft"; "required": false; }; "configIconRight": { "alias": "configIconRight"; "required": false; }; "classBgIconRight": { "alias": "classBgIconRight"; "required": false; }; "classIconRight": { "alias": "classIconRight"; "required": false; }; }, {}, never, never, true, never>;
|
|
1261
1261
|
}
|
|
@@ -1701,10 +1701,10 @@ declare class WbFrameProducts implements OnInit {
|
|
|
1701
1701
|
*/
|
|
1702
1702
|
products2D: any;
|
|
1703
1703
|
changeGridSub: any;
|
|
1704
|
+
autoSlideInterval: any;
|
|
1704
1705
|
constructor(webBuilderService: webBuilderService, functionService: FunctionService, elementRef: ElementRef, authService: AuthService, map: ComponentMapService);
|
|
1705
1706
|
ngOnInit(): void;
|
|
1706
1707
|
ngOnChanges(changes: SimpleChanges): void;
|
|
1707
|
-
handleDisplay(): void;
|
|
1708
1708
|
ngOnDestroy(): void;
|
|
1709
1709
|
calcProducts(): void;
|
|
1710
1710
|
onMouseDown(event: any, type: 'mouse' | 'touch'): void;
|
|
@@ -1713,6 +1713,8 @@ declare class WbFrameProducts implements OnInit {
|
|
|
1713
1713
|
onMouseLeave(event: any): void;
|
|
1714
1714
|
handleNext(): void;
|
|
1715
1715
|
handlePrev(): void;
|
|
1716
|
+
startAutoSlide(): void;
|
|
1717
|
+
stopAutoSlide(): void;
|
|
1716
1718
|
static ɵfac: i0.ɵɵFactoryDeclaration<WbFrameProducts, never>;
|
|
1717
1719
|
static ɵcmp: i0.ɵɵComponentDeclaration<WbFrameProducts, "wb-frame-products", never, { "data": { "alias": "data"; "required": false; }; "device": { "alias": "device"; "required": false; }; "class": { "alias": "class"; "required": false; }; "config": { "alias": "config"; "required": false; }; "animation": { "alias": "animation"; "required": false; }; "type": { "alias": "type"; "required": false; }; "isClone": { "alias": "isClone"; "required": false; }; "product": { "alias": "product"; "required": false; }; }, {}, never, never, true, never>;
|
|
1718
1720
|
}
|
|
@@ -2154,7 +2156,7 @@ declare class WbImage implements OnInit {
|
|
|
2154
2156
|
* */
|
|
2155
2157
|
scrollToBlockWhenAvailable(blockId: string, offset?: number): void;
|
|
2156
2158
|
getSrc(): any;
|
|
2157
|
-
conditionDisplay():
|
|
2159
|
+
conditionDisplay(): any;
|
|
2158
2160
|
static ɵfac: i0.ɵɵFactoryDeclaration<WbImage, never>;
|
|
2159
2161
|
static ɵcmp: i0.ɵɵComponentDeclaration<WbImage, "wb-image", never, { "data": { "alias": "data"; "required": false; }; "device": { "alias": "device"; "required": false; }; "class": { "alias": "class"; "required": false; }; "config": { "alias": "config"; "required": false; }; "animation": { "alias": "animation"; "required": false; }; "type": { "alias": "type"; "required": false; }; "isClone": { "alias": "isClone"; "required": false; }; "product": { "alias": "product"; "required": false; }; }, {}, never, never, true, never>;
|
|
2160
2162
|
}
|