@tplc/business 0.4.9 → 0.4.10

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,8 @@
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.10](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.9...v0.4.10) (2025-03-25)
6
+
5
7
  ### [0.4.9](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.8...v0.4.9) (2025-03-25)
6
8
 
7
9
  ### [0.4.8](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.7...v0.4.8) (2025-03-25)
@@ -48,8 +48,8 @@
48
48
  }"
49
49
  />
50
50
  <lcb-action-view
51
- class="text-28rpx flex-1 mr-3"
52
- :style="{
51
+ custom-class="!text-28rpx !flex-1 !mr-3"
52
+ :customStyle="{
53
53
  color: form.keywords ? 'var(--content-color)' : '#969696',
54
54
  }"
55
55
  v-bind="inputLink"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tplc/business",
3
- "version": "0.4.9",
3
+ "version": "0.4.10",
4
4
  "keywords": [
5
5
  "业务组件"
6
6
  ],
@@ -50,8 +50,8 @@ declare const __VLS_component: import('vue').DefineComponent<
50
50
  paddingHorizontal: number
51
51
  paddingVertical: number
52
52
  imageWidth: number
53
- imageHeight: number
54
53
  column: number
54
+ imageHeight: number
55
55
  listType: 'list' | 'horizontal' | 'grid' | 'waterfall'
56
56
  titleLineClamp: number
57
57
  sourceMode: 1 | 2