@tplc/business 0.4.188 → 0.4.190

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,28 @@
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.190](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.187...v0.4.190) (2025-08-14)
6
+
7
+
8
+ ### 🚀 Chore | 构建/工程依赖/工具
9
+
10
+ * **release:** 0.4.188 ([a509d42](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/a509d429a5022b63c5d2112133b2a59634d1acdc))
11
+ * **release:** 0.4.189 ([a2b6645](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/a2b66458a5360d8c53f24ce0f83be0de494d7e28))
12
+
13
+
14
+ ### ✨ Features | 新功能
15
+
16
+ * picker index ([1626b45](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/1626b4589149098adad9debb9e9dbe9ae1eae6ad))
17
+ * 城市不需要判断 openFlag ([5132529](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/5132529d23f6607145c6df519df6500b1e024765))
18
+ * 新增内容 ([01ff1fc](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/01ff1fc24b97ade491709405542fa19258e876e0))
19
+
20
+ ### [0.4.189](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.188...v0.4.189) (2025-08-12)
21
+
22
+
23
+ ### ✨ Features | 新功能
24
+
25
+ * picker index ([1626b45](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/1626b4589149098adad9debb9e9dbe9ae1eae6ad))
26
+
5
27
  ### [0.4.188](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.179...v0.4.188) (2025-08-11)
6
28
 
7
29
 
@@ -66,6 +66,7 @@ const getStyle = (index: number) => {
66
66
  : undefined,
67
67
  flex: props.display === 'flex' ? flex || 'auto' : undefined,
68
68
  flexShrink: props.display === 'flex' ? (props.flexShrink ?? 1) : undefined,
69
+ width: flex ? '100%' : 'auto',
69
70
  }
70
71
  }
71
72
 
@@ -81,7 +81,7 @@ onMounted(async () => {
81
81
  addressRef.value = data
82
82
  })
83
83
  const locationAddress = computed<HotAddress[]>(() => {
84
- return props.location && props.location.openFlag
84
+ return props.location
85
85
  ? ([
86
86
  {
87
87
  categoryName: '定位',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tplc/business",
3
- "version": "0.4.188",
3
+ "version": "0.4.190",
4
4
  "keywords": [
5
5
  "业务组件"
6
6
  ],