@dazhicheng/ui 1.5.216 → 1.5.217
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.
|
@@ -160,7 +160,7 @@ export interface GroupSectionProps {
|
|
|
160
160
|
depth?: number;
|
|
161
161
|
/** 是否启用表单项级别的虚拟化(IntersectionObserver 懒渲染) */
|
|
162
162
|
virtual?: boolean;
|
|
163
|
-
/** 渐进式挂载:分批后台挂载全部字段,挂载后常驻
|
|
163
|
+
/** 渐进式挂载:分批后台挂载全部字段,挂载后常驻DOM常驻(供操作全量 DOM 场景使用) */
|
|
164
164
|
progressive?: boolean;
|
|
165
165
|
/** 虚拟化时滚动容器引用 */
|
|
166
166
|
scrollElement?: Element | null;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dazhicheng/ui",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.217",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -67,8 +67,8 @@
|
|
|
67
67
|
"vue-router": "^5.0.2",
|
|
68
68
|
"vxe-pc-ui": "^4.12.36",
|
|
69
69
|
"vxe-table": "^4.17.48",
|
|
70
|
-
"@dazhicheng/
|
|
71
|
-
"@dazhicheng/
|
|
70
|
+
"@dazhicheng/hooks": "1.4.44",
|
|
71
|
+
"@dazhicheng/utils": "1.3.41"
|
|
72
72
|
},
|
|
73
73
|
"files": [
|
|
74
74
|
"dist"
|