@indfnd/lsv-common-pro 0.0.172 → 0.0.173

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,8 +2,15 @@
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.0.172](http://git.inspur.com/imp-ec/ind-front/ind-common-lsv-front/compare/v0.0.171...v0.0.172) (2026-04-10)
5
+ ### [0.0.173](http://git.inspur.com/imp-ec/ind-front/ind-common-lsv-front/compare/v0.0.172...v0.0.173) (2026-04-11)
6
6
 
7
+
8
+ ### Features
9
+
10
+ * **lsv-table:** 添加列类型处理和导出初始化数据功能 ([374911f](http://git.inspur.com/imp-ec/ind-front/ind-common-lsv-front/commit/374911ffa8da6f72ab5dcc429fcc4920cfdcf351))
11
+
12
+ ### [0.0.172](http://git.inspur.com/imp-ec/ind-front/ind-common-lsv-front/compare/v0.0.171...v0.0.172) (2026-04-10)
13
+
7
14
  ### [0.0.171](http://git.inspur.com/imp-ec/ind-front/ind-common-lsv-front/compare/v0.0.170...v0.0.171) (2026-04-08)
8
15
 
9
16
 
package/README.md CHANGED
@@ -1,19 +1,19 @@
1
- # 项目启动
2
-
3
- ## 项目安装
4
-
5
- 复制package-install.json的dependencies字段 到 package.json
6
- ind-common-lsv-front工程执行yarn
7
- 删除package.json的dependencies字段内容
8
- lambo-design工程执行yarn link-all
9
- ind-common-lsv-front工程执行yarn link-all
10
- ind-common-lsv-front工程执行yarn link-add
11
- ind-common-lsv-front工程执行yarn build
12
- ind-common-lsv-front工程执行yarn link
13
- 业务工程执行yarn link "@indfnd/lsv-common-pro"
14
-
15
- ## 发布组件
16
-
17
- 在组件指定目录运行命令:
18
- `yarn release
19
- cnpm sync @indfnd/lsv-common-pro`
1
+ # 项目启动
2
+
3
+ ## 项目安装
4
+
5
+ 复制package-install.json的dependencies字段 到 package.json
6
+ ind-common-lsv-front工程执行yarn
7
+ 删除package.json的dependencies字段内容
8
+ lambo-design工程执行yarn link-all
9
+ ind-common-lsv-front工程执行yarn link-all
10
+ ind-common-lsv-front工程执行yarn link-add
11
+ ind-common-lsv-front工程执行yarn build
12
+ ind-common-lsv-front工程执行yarn link
13
+ 业务工程执行yarn link "@indfnd/lsv-common-pro"
14
+
15
+ ## 发布组件
16
+
17
+ 在组件指定目录运行命令:
18
+ `yarn release
19
+ cnpm sync @indfnd/lsv-common-pro`