@next-bricks/presentational-bricks 1.283.0 → 1.283.2

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
@@ -7200,6 +7200,12 @@
7200
7200
  "required": false,
7201
7201
  "description": "[已废弃]支持为某列自定义展示构件"
7202
7202
  },
7203
+ {
7204
+ "name": "customFilterIcon",
7205
+ "type": "MenuIcon",
7206
+ "required": false,
7207
+ "description": "自定义筛选图标"
7208
+ },
7203
7209
  {
7204
7210
  "name": "filterDropdownBrick",
7205
7211
  "type": "{ useBrick: UseBrickConf }",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/presentational-bricks",
3
- "version": "1.283.0",
3
+ "version": "1.283.2",
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",
@@ -41,7 +41,7 @@
41
41
  },
42
42
  "devDependencies": {
43
43
  "@fortawesome/fontawesome-svg-core": "^1.2.35",
44
- "@next-core/custom-antd-styles": "^1.25.1",
44
+ "@next-core/custom-antd-styles": "^1.25.16",
45
45
  "@next-libs/basic-components": "^5.2.0",
46
46
  "@next-libs/clipboard": "^3.0.4",
47
47
  "@next-libs/cmdb-utils": "^3.3.2",
@@ -68,5 +68,5 @@
68
68
  "@next-dll/ace": "*",
69
69
  "@next-dll/react-dnd": "*"
70
70
  },
71
- "gitHead": "8e9f9bbd6382100c2a3be8362f1ab1d16620acac"
71
+ "gitHead": "c5c61f1e3fd458d8922a65ba781d5a937bf69421"
72
72
  }