@cloudbase/lowcode-builder 1.8.5 → 1.8.7
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/dist/builder.web.js +71 -0
- package/lib/.turbo/turbo-build.log +0 -0
- package/lib/.turbo/turbo-develop.log +0 -0
- package/lib/builder/config/index.d.ts +0 -0
- package/lib/builder/config/index.js +0 -0
- package/lib/builder/core/index.d.ts +0 -0
- package/lib/builder/core/index.js +0 -0
- package/lib/builder/core/plugin.d.ts +0 -0
- package/lib/builder/core/plugin.js +0 -0
- package/lib/builder/h5/compile.d.ts +0 -0
- package/lib/builder/h5/compile.js +0 -0
- package/lib/builder/h5/copy.d.ts +0 -0
- package/lib/builder/h5/copy.js +0 -0
- package/lib/builder/h5/generate.d.ts +0 -0
- package/lib/builder/h5/generate.js +0 -0
- package/lib/builder/h5/index.d.ts +0 -0
- package/lib/builder/h5/index.js +0 -0
- package/lib/builder/h5/material.d.ts +0 -0
- package/lib/builder/h5/material.js +0 -0
- package/lib/builder/h5/npm.d.ts +0 -0
- package/lib/builder/h5/npm.js +0 -0
- package/lib/builder/h5/webpack.d.ts +0 -0
- package/lib/builder/h5/webpack.js +0 -0
- package/lib/builder/mp/BuildContext.d.ts +0 -0
- package/lib/builder/mp/BuildContext.js +0 -0
- package/lib/builder/mp/index.d.ts +0 -0
- package/lib/builder/mp/index.js +1 -1
- package/lib/builder/mp/lowcode.d.ts +0 -0
- package/lib/builder/mp/lowcode.js +0 -0
- package/lib/builder/mp/materials.d.ts +0 -0
- package/lib/builder/mp/materials.js +0 -0
- package/lib/builder/mp/mixMode.d.ts +0 -0
- package/lib/builder/mp/mixMode.js +0 -0
- package/lib/builder/mp/mp_config.d.ts +0 -0
- package/lib/builder/mp/mp_config.js +0 -0
- package/lib/builder/mp/plugin.d.ts +0 -0
- package/lib/builder/mp/plugin.js +0 -0
- package/lib/builder/mp/util.d.ts +0 -0
- package/lib/builder/mp/util.js +0 -0
- package/lib/builder/mp/wxml.d.ts +0 -0
- package/lib/builder/mp/wxml.js +0 -0
- package/lib/builder/service/webpack.d.ts +0 -0
- package/lib/builder/service/webpack.js +0 -0
- package/lib/builder/types/common.d.ts +0 -0
- package/lib/builder/types/common.js +0 -0
- package/lib/builder/util/common.d.ts +0 -0
- package/lib/builder/util/common.js +0 -0
- package/lib/builder/util/console.d.ts +0 -0
- package/lib/builder/util/console.js +0 -0
- package/lib/builder/util/generateFiles.d.ts +0 -0
- package/lib/builder/util/generateFiles.js +0 -0
- package/lib/builder/util/index.d.ts +0 -0
- package/lib/builder/util/index.js +0 -0
- package/lib/builder/util/junk.d.ts +0 -0
- package/lib/builder/util/junk.js +0 -0
- package/lib/builder/util/mp.d.ts +0 -0
- package/lib/builder/util/mp.js +0 -0
- package/lib/builder/util/net.d.ts +0 -0
- package/lib/builder/util/net.js +0 -0
- package/lib/builder/util/process.d.ts +0 -0
- package/lib/builder/util/process.js +0 -0
- package/lib/builder.web.js +71 -0
- package/lib/event-emitter.d.ts +32 -0
- package/lib/event-emitter.js +88 -0
- package/lib/flow.d.ts +32 -0
- package/lib/flow.js +60 -0
- package/lib/index.d.ts +0 -0
- package/lib/index.js +0 -0
- package/lib/query.d.ts +48 -0
- package/lib/query.js +171 -0
- package/lib/test.d.ts +11 -0
- package/lib/test.js +717 -0
- package/lib/types.d.ts +0 -0
- package/lib/types.js +0 -0
- package/lib/utils/common.d.ts +0 -0
- package/lib/utils/common.js +0 -0
- package/lib/utils/postProcess.d.ts +0 -0
- package/lib/utils/postProcess.js +0 -0
- package/package.json +4 -4
- package/template/.DS_Store +0 -0
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/lib/builder/h5/copy.d.ts
CHANGED
|
File without changes
|
package/lib/builder/h5/copy.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/lib/builder/h5/index.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/lib/builder/h5/npm.d.ts
CHANGED
|
File without changes
|
package/lib/builder/h5/npm.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/lib/builder/mp/index.js
CHANGED
|
@@ -452,7 +452,7 @@ async function writeLowCodeFiles(ctx, appData, outDir) {
|
|
|
452
452
|
await Promise.all(lowCodes
|
|
453
453
|
.filter((mod) => mod.type !== cals_1.ECodeType.RENDERER)
|
|
454
454
|
.map((m) => {
|
|
455
|
-
(0, lowcode_1.writeCode2file)(ctx, m, lowcodeRootDir, { appDir: outDir }, themeStyle.code);
|
|
455
|
+
(0, lowcode_1.writeCode2file)(ctx, m, lowcodeRootDir, { appDir: outDir }, (themeStyle === null || themeStyle === void 0 ? void 0 : themeStyle.code) || '');
|
|
456
456
|
}));
|
|
457
457
|
}
|
|
458
458
|
await Promise.all((0, weapps_core_1.loopDealWithFn)(appData.pageInstanceList, async (page) => {
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/lib/builder/mp/plugin.js
CHANGED
|
File without changes
|
package/lib/builder/mp/util.d.ts
CHANGED
|
File without changes
|
package/lib/builder/mp/util.js
CHANGED
|
File without changes
|
package/lib/builder/mp/wxml.d.ts
CHANGED
|
File without changes
|
package/lib/builder/mp/wxml.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/lib/builder/util/junk.js
CHANGED
|
File without changes
|
package/lib/builder/util/mp.d.ts
CHANGED
|
File without changes
|
package/lib/builder/util/mp.js
CHANGED
|
File without changes
|
|
File without changes
|
package/lib/builder/util/net.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|