@cloudbase/cals 1.0.80-alpha.0 → 1.0.81

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.
@@ -15,7 +15,7 @@ exports.version4 = version4;
15
15
  const transformPxLowcodeCompAndSourceComp = (cals, isUpgrade, setSchemaVersionCallback) => {
16
16
  var _a, _b, _c, _d;
17
17
  {
18
- const transformCals = (items, isUpgradeToPx) => {
18
+ const transformCals = (items = [], isUpgradeToPx) => {
19
19
  return items.map((item) => {
20
20
  var _a;
21
21
  // 对于表单操作区的按钮组件的父容器添加.wd-form__action, 兼容组件规范化按钮升级样式
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudbase/cals",
3
- "version": "1.0.80-alpha.0",
3
+ "version": "1.0.81",
4
4
  "description": "Common application specifications",
5
5
  "main": "lib/utils/index.js",
6
6
  "source": "src/utils/index.ts",