@next-bricks/presentational-bricks 1.287.2 → 1.287.4

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
@@ -6737,6 +6737,14 @@
6737
6737
  "description": "自定义行展开的构件 [UseBrickConf](/next-docs/docs/api-reference/brick-types.usesinglebrickconf)",
6738
6738
  "group": "expand"
6739
6739
  },
6740
+ {
6741
+ "name": "emptyUseBrick",
6742
+ "type": "{useBrick:UseBrickConf}",
6743
+ "required": "false",
6744
+ "default": "-",
6745
+ "description": "自定义空状态的构件",
6746
+ "group": "expand"
6747
+ },
6740
6748
  {
6741
6749
  "name": "expandIcon",
6742
6750
  "type": "{ collapsedIcon: MenuIcon,expandedIcon: MenuIcon}",
@@ -15859,6 +15867,13 @@
15859
15867
  "default": "true",
15860
15868
  "description": "markdown 图片是否支持预览",
15861
15869
  "group": "basic"
15870
+ },
15871
+ {
15872
+ "name": "imagePreviewOperationInBottom",
15873
+ "type": "boolean",
15874
+ "required": true,
15875
+ "default": "-",
15876
+ "description": "预览图片时,图片操作(放大、缩小等操作)是否在下方显示"
15862
15877
  }
15863
15878
  ],
15864
15879
  "interface": []
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/presentational-bricks",
3
- "version": "1.287.2",
3
+ "version": "1.287.4",
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",
@@ -69,5 +69,5 @@
69
69
  "@next-dll/ace": "*",
70
70
  "@next-dll/react-dnd": "*"
71
71
  },
72
- "gitHead": "fee5765d19feb4ddf212b8333fea044dcac646ce"
72
+ "gitHead": "85556fe410955784138ced74553d00d2b498e5fc"
73
73
  }