@next-bricks/presentational-bricks 1.247.0 → 1.247.1

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
@@ -6269,7 +6269,7 @@
6269
6269
  "name": "rowKey",
6270
6270
  "type": "string",
6271
6271
  "required": "false",
6272
- "default": "-",
6272
+ "default": "\"key\"",
6273
6273
  "description": "指定每一行的 key,不指定则默认为索引 index。强烈建议设置该属性,否则在某些情况下可能行为不如预期。",
6274
6274
  "group": "basic"
6275
6275
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/presentational-bricks",
3
- "version": "1.247.0",
3
+ "version": "1.247.1",
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",
@@ -55,5 +55,5 @@
55
55
  "@next-dll/ace": "*",
56
56
  "@next-dll/react-dnd": "*"
57
57
  },
58
- "gitHead": "1ce9099eb52fafce30a72463d6185d40168a398d"
58
+ "gitHead": "1bec58b40e88733f0fcd2eeeb0ad0670180b34a8"
59
59
  }