@tplc/business 0.4.66 → 0.4.67

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.4.67](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.66...v0.4.67) (2025-04-08)
6
+
7
+
8
+ ### ✨ Features | 新功能
9
+
10
+ * 列表 星星对齐 ([4d95ff9](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/4d95ff99fc85a4f643dab9beaaca6816869d5193))
11
+
5
12
  ### [0.4.66](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.65...v0.4.66) (2025-04-08)
6
13
 
7
14
 
@@ -187,7 +187,7 @@ const onSearch = async () => {
187
187
  if (options.backPageType) {
188
188
  onSelect({
189
189
  link: {
190
- jumpUrl: `/pages/lowcode/lowcode?pageType=${options.backPageType}`,
190
+ jumpUrl: `/pages/lowcode/lowcode?pageType=${options.backPageType}&keywords=${form?.value?.keywords}`,
191
191
  },
192
192
  } as unknown as ProductInfo)
193
193
  } else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tplc/business",
3
- "version": "0.4.66",
3
+ "version": "0.4.67",
4
4
  "keywords": [
5
5
  "业务组件"
6
6
  ],