fw-webbuilder 1.1.242 → 1.1.244
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 +16 -6
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -114,6 +114,14 @@ declare class webBuilderService {
|
|
|
114
114
|
FONTS: any;
|
|
115
115
|
ctrlZ: any;
|
|
116
116
|
ctrlY: any;
|
|
117
|
+
/**
|
|
118
|
+
* dùng để lưu format copy {
|
|
119
|
+
* type: 'copy_style',
|
|
120
|
+
* data: {
|
|
121
|
+
* }
|
|
122
|
+
* }
|
|
123
|
+
*/
|
|
124
|
+
dataCopyFormat: any;
|
|
117
125
|
constructor(http: HttpClient);
|
|
118
126
|
closeConnection(): void;
|
|
119
127
|
onNotifyChange(callback: (data: any) => void): any;
|
|
@@ -373,6 +381,7 @@ declare class webBuilderService {
|
|
|
373
381
|
getDashboard(startDate: string, endDate: string): Promise<Object>;
|
|
374
382
|
private getVisitorId;
|
|
375
383
|
changeTemplate(db: string, id_template: string): Promise<Object>;
|
|
384
|
+
pasteFormatStyle(item: any): void;
|
|
376
385
|
static ɵfac: i0.ɵɵFactoryDeclaration<webBuilderService, never>;
|
|
377
386
|
static ɵprov: i0.ɵɵInjectableDeclaration<webBuilderService>;
|
|
378
387
|
}
|
|
@@ -1609,7 +1618,7 @@ declare class WbFrameBlank implements OnInit {
|
|
|
1609
1618
|
/**
|
|
1610
1619
|
* Hàm chờ khối xuất hiện và cuộn đến chuẩn xác
|
|
1611
1620
|
* */
|
|
1612
|
-
scrollToBlockWhenAvailable(blockId: string
|
|
1621
|
+
scrollToBlockWhenAvailable(blockId: string): void;
|
|
1613
1622
|
static ɵfac: i0.ɵɵFactoryDeclaration<WbFrameBlank, never>;
|
|
1614
1623
|
static ɵcmp: i0.ɵɵComponentDeclaration<WbFrameBlank, "wb-frame-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>;
|
|
1615
1624
|
}
|
|
@@ -2213,7 +2222,7 @@ declare class WbButton implements OnInit {
|
|
|
2213
2222
|
/**
|
|
2214
2223
|
* Hàm chờ khối xuất hiện và cuộn đến chuẩn xác
|
|
2215
2224
|
* */
|
|
2216
|
-
scrollToBlockWhenAvailable(blockId: string
|
|
2225
|
+
scrollToBlockWhenAvailable(blockId: string): void;
|
|
2217
2226
|
positionModal(): any;
|
|
2218
2227
|
ngAfterViewChecked(): void;
|
|
2219
2228
|
onCloseDialog(): void;
|
|
@@ -2226,6 +2235,7 @@ declare class WbButton implements OnInit {
|
|
|
2226
2235
|
getContent(): any;
|
|
2227
2236
|
getIcon(): any;
|
|
2228
2237
|
handleSendContact(): void;
|
|
2238
|
+
getHref(): any;
|
|
2229
2239
|
static ɵfac: i0.ɵɵFactoryDeclaration<WbButton, [null, null, null, null, null, null, { optional: true; }, null, null, null]>;
|
|
2230
2240
|
static ɵcmp: i0.ɵɵComponentDeclaration<WbButton, "wb-button", 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>;
|
|
2231
2241
|
}
|
|
@@ -2274,7 +2284,7 @@ declare class WbImage implements OnInit {
|
|
|
2274
2284
|
/**
|
|
2275
2285
|
* Hàm chờ khối xuất hiện và cuộn đến chuẩn xác
|
|
2276
2286
|
* */
|
|
2277
|
-
scrollToBlockWhenAvailable(blockId: string
|
|
2287
|
+
scrollToBlockWhenAvailable(blockId: string): void;
|
|
2278
2288
|
getSrc(): any;
|
|
2279
2289
|
conditionDisplay(): any;
|
|
2280
2290
|
openManageImgs(): void;
|
|
@@ -2379,7 +2389,7 @@ declare class WbText implements OnInit {
|
|
|
2379
2389
|
/**
|
|
2380
2390
|
* Hàm chờ khối xuất hiện và cuộn đến chuẩn xác
|
|
2381
2391
|
* */
|
|
2382
|
-
scrollToBlockWhenAvailable(blockId: string
|
|
2392
|
+
scrollToBlockWhenAvailable(blockId: string): void;
|
|
2383
2393
|
getIcon(): any;
|
|
2384
2394
|
onDblClickContent(event: MouseEvent): void;
|
|
2385
2395
|
onEditContentBlur(): void;
|
|
@@ -2540,7 +2550,7 @@ declare class WbMenuHorizontal implements OnInit, OnDestroy {
|
|
|
2540
2550
|
/**
|
|
2541
2551
|
* Hàm chờ khối xuất hiện và cuộn đến chuẩn xác
|
|
2542
2552
|
* */
|
|
2543
|
-
scrollToBlockWhenAvailable(blockId: string
|
|
2553
|
+
scrollToBlockWhenAvailable(blockId: string): void;
|
|
2544
2554
|
handleOpenMenuMobile(e: any, item: any): void;
|
|
2545
2555
|
checkActive(item: any): boolean;
|
|
2546
2556
|
handleShowDialog(event: MouseEvent, item: any): void;
|
|
@@ -2601,7 +2611,7 @@ declare class WbMenuMobile implements OnInit, AfterViewInit, OnDestroy {
|
|
|
2601
2611
|
/**
|
|
2602
2612
|
* Hàm chờ khối xuất hiện và cuộn đến chuẩn xác
|
|
2603
2613
|
* */
|
|
2604
|
-
scrollToBlockWhenAvailable(blockId: string
|
|
2614
|
+
scrollToBlockWhenAvailable(blockId: string): void;
|
|
2605
2615
|
handleOpenMenuMobile(e: any, item: any): void;
|
|
2606
2616
|
checkActive(item: any): boolean;
|
|
2607
2617
|
static ɵfac: i0.ɵɵFactoryDeclaration<WbMenuMobile, never>;
|