@cloudbase/lowcode-builder 1.10.12-private.1.3.0-0 → 1.10.13

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.
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.generateSystemPackageDependencies = exports.generateLibDependencies = exports.generatePackageDependencies = void 0;
4
4
  const cals_1 = require("@cloudbase/cals");
5
- const CLOUDBASE_VERSION = '2.10.0';
5
+ const CLOUDBASE_VERSION = '2.13.0';
6
6
  const BASE_DEPS = {
7
7
  'miniprogram-gesture': '^1.0.6',
8
8
  mobx: '^5',
@@ -13,8 +13,8 @@ const BASE_DEPS = {
13
13
  * 注意锁版本
14
14
  */
15
15
  const CLOUDBASE_DEPS = {
16
- '@cloudbase/weda-client': '1.1.28',
17
- '@cloudbase/weda-cloud-sdk': '1.0.100',
16
+ '@cloudbase/weda-client': '1.1.30',
17
+ '@cloudbase/weda-cloud-sdk': '1.0.101',
18
18
  };
19
19
  const COMPONENT_DEPS = {
20
20
  '@cloudbase/lowcode-render': '^1.1.10',
@@ -405,8 +405,8 @@ function createDataBinds(ctx, widgets) {
405
405
  }
406
406
  if (style) {
407
407
  const styleExpression = _waDisplay
408
- ? `((display)=>{ const style = {...widgetProps.${id}.style, ...(\n${style === null || style === void 0 ? void 0 : style.expression}\n)}; if(!display) {style.display = "none"}; return style })((()=>{${_waDisplay === null || _waDisplay === void 0 ? void 0 : _waDisplay.imports}\n return (\n${_waDisplay === null || _waDisplay === void 0 ? void 0 : _waDisplay.expression}\n)})())`
409
- : `{...widgetProps.${id}.style, ...(\n${style === null || style === void 0 ? void 0 : style.expression}\n)}`;
408
+ ? `((display)=>{ const style = {...widgetProps.${id}.style, ...(style2CssProperties(\n${style === null || style === void 0 ? void 0 : style.expression}\n))}; if(!display) {style.display = "none"}; return style })((()=>{${_waDisplay === null || _waDisplay === void 0 ? void 0 : _waDisplay.imports}\n return (\n${_waDisplay === null || _waDisplay === void 0 ? void 0 : _waDisplay.expression}\n)})())`
409
+ : `{...widgetProps.${id}.style, ...(style2CssProperties(\n${style === null || style === void 0 ? void 0 : style.expression}\n))}`;
410
410
  dataBinds[id].style = {
411
411
  ...style,
412
412
  expression: processCssUnit === 'rpx' ? `px2rpx(${styleExpression})` : styleExpression,