@tplc/business 0.7.12 → 0.7.14

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,30 @@
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.14](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/compare/v0.7.13...v0.7.14) (2025-12-15)
6
+
7
+
8
+ ### ✨ Features | 新功能
9
+
10
+ * 更新尺寸 ([ecad769](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/commit/ecad769c5ee7f137873bbe5cb61fc56a0b7446ba))
11
+
12
+ ### [0.7.13](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/compare/v0.7.10...v0.7.13) (2025-12-15)
13
+
14
+
15
+ ### 🚀 Chore | 构建/工程依赖/工具
16
+
17
+ * **release:** 0.7.11 ([8342d39](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/commit/8342d3917c60821588bbe2b486c62292c3c20083))
18
+ * **release:** 0.7.12 ([3f29ecb](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/commit/3f29ecbd7037577242ac4e47ec7f1c9e3d832235))
19
+
20
+
21
+ ### ✨ Features | 新功能
22
+
23
+ * 1 ([580dde4](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/commit/580dde4aadf57d9aea93d0bb8c0e2fbaac2dfbb0))
24
+ * area 上下文 ([7f4320d](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/commit/7f4320d45e58d33cf30e4ffa6bdc0ef21172a0b8))
25
+ * nav 支持回显 ([20b1310](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/commit/20b1310749bbf55090d238626b9346e66ce96b77))
26
+ * 修养该数据 ([4743ee1](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/commit/4743ee1687651f32050243cb3bc5a6fc77bf8d5f))
27
+ * 调整颜色 ([f9ea6ca](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/commit/f9ea6ca5ea048676b4a236671c9fa33789d8660b))
28
+
5
29
  ### [0.7.12](///compare/v0.7.11...v0.7.12) (2025-12-15)
6
30
 
7
31
 
@@ -49,7 +49,8 @@
49
49
  <text
50
50
  v-else
51
51
  style="line-height: 1.54"
52
- :class="lineClamp ? `line-clamp-${lineClamp}` : 'whitespace-pre-wrap'"
52
+ class="whitespace-pre-wrap'"
53
+ :class="lineClamp ? `line-clamp-${lineClamp}` : ''"
53
54
  >
54
55
  {{ innerValue }}
55
56
  </text>
@@ -44,7 +44,7 @@ const props = withDefaults(defineProps<AddressCommunityProps>(), {
44
44
  switchType: 'address',
45
45
  })
46
46
  type Merchant = { merchantName: string; pageDecorationId: string; merchantId: string }
47
- const value = defineModel<string>(props.id || '')
47
+ const value = ref<string>(props.id || '')
48
48
  const constantsStore = uni.$lcb.constantsStore?.()
49
49
  const title = ref<string>(props.title || '')
50
50
  const merchantList = ref<Merchant[]>([])
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tplc/business",
3
- "version": "0.7.12",
3
+ "version": "0.7.14",
4
4
  "keywords": [
5
5
  "业务组件"
6
6
  ],
@@ -1,11 +1,7 @@
1
1
  import { AddressCommunityProps } from '../types'
2
- declare let __VLS_typeProps: AddressCommunityProps
3
- type __VLS_PublicProps = {
4
- modelValue?: string
5
- } & typeof __VLS_typeProps
6
2
  declare const _default: import('vue').DefineComponent<
7
3
  __VLS_WithDefaults<
8
- __VLS_TypePropsToOption<__VLS_PublicProps>,
4
+ __VLS_TypePropsToOption<AddressCommunityProps>,
9
5
  {
10
6
  backgroundColor: string
11
7
  color: string
@@ -22,15 +18,13 @@ declare const _default: import('vue').DefineComponent<
22
18
  {},
23
19
  import('vue').ComponentOptionsMixin,
24
20
  import('vue').ComponentOptionsMixin,
25
- {
26
- 'update:modelValue': (modelValue: string) => void
27
- },
21
+ {},
28
22
  string,
29
23
  import('vue').PublicProps,
30
24
  Readonly<
31
25
  import('vue').ExtractPropTypes<
32
26
  __VLS_WithDefaults<
33
- __VLS_TypePropsToOption<__VLS_PublicProps>,
27
+ __VLS_TypePropsToOption<AddressCommunityProps>,
34
28
  {
35
29
  backgroundColor: string
36
30
  color: string
@@ -42,9 +36,7 @@ declare const _default: import('vue').DefineComponent<
42
36
  }
43
37
  >
44
38
  >
45
- > & {
46
- 'onUpdate:modelValue'?: ((modelValue: string) => any) | undefined
47
- },
39
+ >,
48
40
  {
49
41
  mode: 'normal' | 'menu'
50
42
  width: number