@tplc/business 0.5.76 → 0.5.77

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/CHANGELOG.md CHANGED
@@ -2,6 +2,27 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [0.5.77](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/compare/v0.5.74...v0.5.77) (2025-12-05)
6
+
7
+
8
+ ### 🐛 Bug Fixes | Bug 修复
9
+
10
+ * area child width ([c97b8a6](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/commit/c97b8a6992daf9b07d722a2f46eaf182eb69e1be))
11
+
12
+
13
+ ### 🚀 Chore | 构建/工程依赖/工具
14
+
15
+ * **release:** 0.5.75 ([e30a9aa](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/commit/e30a9aab9464f9ead19d6c9d483b5506101af8e5))
16
+ * **release:** 0.5.76 ([2a61454](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/commit/2a61454515c983b29e5213914435470b99852b0e))
17
+
18
+
19
+ ### ✨ Features | 新功能
20
+
21
+ * 兼容h5 ([a4bf8f6](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/commit/a4bf8f60cda7afb3bcf3e8b3a99641c3b0c2e0f9))
22
+ * 动态样式 ([85a6aa5](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/commit/85a6aa5f60780d6c9e11e12fa7686cab958084cb))
23
+ * 支持属性上下文修改 ([e4a9f58](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/commit/e4a9f583dd701f15cad9f656566e17fdaa6886fe))
24
+ * 调整布局 ([2011392](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/commit/2011392224dc40ab6f7a7dae9f0a4d88a3d882dd))
25
+
5
26
  ### [0.5.76](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/compare/v0.5.75...v0.5.76) (2025-12-05)
6
27
 
7
28
 
@@ -62,7 +62,7 @@ const innerBackgroundColor = computed(() => {
62
62
  })
63
63
 
64
64
  const getInnerStyle = computed(() => {
65
- const innerStyle = Object.keys(props.dynamicStyleOptions).reduce(
65
+ const innerStyle = Object.keys(props.dynamicStyleOptions || {}).reduce(
66
66
  (acc, key) => {
67
67
  const currentOptions = props.dynamicStyleOptions[key]
68
68
  if (key) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tplc/business",
3
- "version": "0.5.76",
3
+ "version": "0.5.77",
4
4
  "keywords": [
5
5
  "业务组件"
6
6
  ],