@tplc/business 0.7.78 → 0.7.79
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,13 @@
|
|
|
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.7.79](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/compare/v1.0.31...v0.7.79) (2026-01-18)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### ♻️ Code Refactoring | 代码重构
|
|
9
|
+
|
|
10
|
+
* **wd-popup, wd-transition:** enhance component structure and add reactive properties ([c32d1dc](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/commit/c32d1dccce79e65bf125e41f7efaab51c72d48bb))
|
|
11
|
+
|
|
5
12
|
### [0.7.78](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/compare/v1.0.30...v0.7.78) (2026-01-18)
|
|
6
13
|
|
|
7
14
|
### [0.7.77](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/compare/v0.7.76...v0.7.77) (2026-01-18)
|
|
@@ -136,7 +136,7 @@ const actionProps = computed(() => {
|
|
|
136
136
|
})
|
|
137
137
|
|
|
138
138
|
// 如果 button 有 formKeys,传递给 action 的 requestInfo
|
|
139
|
-
if (props.formKeys && resolvedProps
|
|
139
|
+
if (props.formKeys && resolvedProps?.requestInfo) {
|
|
140
140
|
return {
|
|
141
141
|
...resolvedProps,
|
|
142
142
|
requestInfo: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tplc/business",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.79",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"业务组件"
|
|
6
6
|
],
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
},
|
|
12
12
|
"peerDependencies": {
|
|
13
13
|
"vue": ">=3.2.47",
|
|
14
|
-
"@tplc/wot": "1.0.
|
|
14
|
+
"@tplc/wot": "1.0.31"
|
|
15
15
|
},
|
|
16
16
|
"engines": {
|
|
17
17
|
"node": ">=18",
|