n20-common-lib 3.2.19 → 3.2.21

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": "n20-common-lib",
3
- "version": "3.2.19",
3
+ "version": "3.2.21",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -265,7 +265,7 @@ export default {
265
265
  // 默认 false —— 完全向后兼容,业务方按页面粒度显式开启
266
266
  autoExpandWithValues: {
267
267
  type: Boolean,
268
- default: false
268
+ default: true
269
269
  },
270
270
  // 是否显示筛选按钮及筛选区域,为 false 时不显示筛选按钮、视图相关 UI,且不请求筛选相关接口
271
271
  isFilter: {