@delon/util 21.2.0 → 21.3.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@delon/util",
3
- "version": "21.2.0",
3
+ "version": "21.3.0",
4
4
  "author": "cipchk<cipchk@qq.com>",
5
5
  "license": "MIT",
6
6
  "repository": {
package/types/config.d.ts CHANGED
@@ -1334,6 +1334,7 @@ interface AlainSFConfig {
1334
1334
  * 是否延迟渲染,需要手动调用 `refreshSchema()`
1335
1335
  */
1336
1336
  delay?: boolean;
1337
+ expandable?: boolean;
1337
1338
  }
1338
1339
 
1339
1340
  interface AlainConfig {