@cloudbase/lowcode-builder 1.6.3 → 1.6.4-alpha.0
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/lib/builder/config/index.d.ts +1 -1
- package/lib/builder/h5/copy.d.ts +1 -1
- package/lib/builder/h5/material.d.ts +0 -1
- package/lib/builder/mp/index.d.ts +1 -1
- package/lib/builder/mp/materials.d.ts +2 -2
- package/lib/builder/mp/util.d.ts +2 -2
- package/lib/builder/service/webpack.d.ts +3 -3
- package/lib/builder/types/common.js +8 -1
- package/package.json +4 -4
- package/template/html/index.html.ejs +50 -45
- package/template/mp/common/util.js +1 -1
- package/dist/builder.web.js +0 -71
- package/lib/.turbo/turbo-build.log +0 -0
- package/lib/.turbo/turbo-develop.log +0 -0
- package/lib/builder.web.js +0 -71
- package/lib/test.d.ts +0 -11
- package/lib/test.js +0 -717
package/lib/test.d.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
export declare function resolveWidgetData(props: any): any;
|
|
2
|
-
export declare function createWidgets(widgetProps: any, dataBinds: any, ownerMpInst: any): {
|
|
3
|
-
widgets: {};
|
|
4
|
-
rootWidget: any;
|
|
5
|
-
};
|
|
6
|
-
export declare function generateForContextOfWidget(widget: any): any;
|
|
7
|
-
export declare const ID_SEPARATOR = "-";
|
|
8
|
-
export declare function getWidget(widgets: any, id: any): any;
|
|
9
|
-
export declare function disposeWidget(widget: any, noRecursive?: boolean): void;
|
|
10
|
-
export declare function createInitData(widgets: any, dataBinds: any, keyPrefix?: string): {};
|
|
11
|
-
export declare function generateWidgetAPIContext($w: {} | undefined, widget: any, forContext: any): {};
|