@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 +8 -0
- package/components/lcb-action-view/types.ts +3 -1
- package/package.json +1 -1
- package/types/components/lcb-action-view/types.d.ts +2 -1
- package/types/components/lcb-waterfall/lcb-waterfall-item.vue.d.ts +1 -1
- package/types/components/lcb-waterfall/lcb-waterfall.vue.d.ts +2 -2
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
|
|
package/package.json
CHANGED
|
@@ -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
|