@next-bricks/presentational-bricks 1.320.3 → 1.321.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/dist/stories.json CHANGED
@@ -7117,6 +7117,14 @@
7117
7117
  "description": "配置每一行是否禁用,其中 `field` 表示数据源中的字段路径, `value` 表示与其字段比较的值, `operator` 表示两者比较的方法,结果为 `true` 时会禁用当前行, 需要注意的是该配置需要在 `rowSelection: true` 的前提下使用,并且设置 `rowKey` 属性赋予每行唯一的 key,防止顺序变化时造成的错误勾选(如上 demo 所示)",
7118
7118
  "group": "rowSelection"
7119
7119
  },
7120
+ {
7121
+ "name": "expandable",
7122
+ "type": "ExpandableConfig<Record<string, unknown>> | false",
7123
+ "required": "false",
7124
+ "default": "-",
7125
+ "description": "展开配置,详见 [expandable](https://4x.ant.design/components/table-cn/#expandable),为 false 时禁用展开",
7126
+ "group": "expand"
7127
+ },
7120
7128
  {
7121
7129
  "name": "expandedRowBrick",
7122
7130
  "type": "{useBrick:UseBrickConf}",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/presentational-bricks",
3
- "version": "1.320.3",
3
+ "version": "1.321.0",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "https://github.com/easyops-cn/next-basics/tree/master/bricks/presentational-bricks",
6
6
  "license": "GPL-3.0",
@@ -73,5 +73,5 @@
73
73
  "@next-dll/ace": "*",
74
74
  "@next-dll/react-dnd": "*"
75
75
  },
76
- "gitHead": "f386ea74a21e5099b9b4f44791ff40eee5e5eec6"
76
+ "gitHead": "b2ccd71aa2bfc4bef371b7cb0ff32e00040cb71b"
77
77
  }