fw-webbuilder 1.1.177 → 1.1.178
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 +4 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -171,6 +171,10 @@ declare class webBuilderService {
|
|
|
171
171
|
* @returns
|
|
172
172
|
*/
|
|
173
173
|
getDetailPage(id: string): Promise<any>;
|
|
174
|
+
/**
|
|
175
|
+
* Hàm đệ quy: Lặn vào từng mảng objects để sort theo tọa độ Top
|
|
176
|
+
*/
|
|
177
|
+
private sortObjectsRecursively;
|
|
174
178
|
/**
|
|
175
179
|
* hàm lấy full nhánh objects con cho block, lấy luôn danh dánh object nhân bản
|
|
176
180
|
* @param block
|