@tplc/business 0.3.9 → 0.3.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,14 @@
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.3.10](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.3.9...v0.3.10) (2025-01-23)
6
+
7
+
8
+ ### ✨ Features | 新功能
9
+
10
+ * 新增float ([c47d77c](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/c47d77c1da0349ac9a23fc91a612fe935d768a06))
11
+ * 类型调整 ([061ecc5](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/061ecc5631da0d6ccd69b82d3ac567a8ab4d6233))
12
+
5
13
  ### [0.3.9](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.1.55...v0.3.9) (2025-01-23)
6
14
 
7
15
 
@@ -1,9 +1,11 @@
1
+ import { StyleValue } from 'vue'
2
+
1
3
  export type LcbActionViewProps = {
2
4
  /** 跳转路径 */
3
5
  jumpUrl?: string
4
6
  urlParams?: string
5
7
  customClass?: string
6
- customStyle?: string
8
+ customStyle?: StyleValue
7
9
  } & (
8
10
  | {
9
11
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tplc/business",
3
- "version": "0.3.9",
3
+ "version": "0.3.10",
4
4
  "keywords": [
5
5
  "业务组件"
6
6
  ],
@@ -1,9 +1,10 @@
1
+ import { StyleValue } from 'vue'
1
2
  export type LcbActionViewProps = {
2
3
  /** 跳转路径 */
3
4
  jumpUrl?: string
4
5
  urlParams?: string
5
6
  customClass?: string
6
- customStyle?: string
7
+ customStyle?: StyleValue
7
8
  } & (
8
9
  | {
9
10
  /**
@@ -63,8 +63,8 @@ declare const _default: import('vue').DefineComponent<
63
63
  >,
64
64
  {
65
65
  item: Record<string, any>
66
- gutter: number
67
66
  animation: boolean
67
+ gutter: number
68
68
  skeletonHeight: number
69
69
  showSkeleton: boolean
70
70
  },
@@ -179,10 +179,10 @@ declare const _default: import('vue').DefineComponent<
179
179
  modelValue: unknown[]
180
180
  width: string | number
181
181
  height: string | number
182
- idKey: string
183
- addTime: number
184
182
  columnCount: string | number
185
183
  columnGap: string | number
184
+ idKey: string
185
+ addTime: number
186
186
  leftGap: string | number
187
187
  rightGap: string | number
188
188
  showScrollbar: boolean