@next-bricks/presentational-bricks 1.282.0 → 1.283.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
@@ -5119,7 +5119,8 @@
5119
5119
  "properties": {
5120
5120
  "icon": {
5121
5121
  "lib": "fa",
5122
- "icon": "info-circle"
5122
+ "icon": "info-circle",
5123
+ "color": "var(--color-secondary-text)"
5123
5124
  },
5124
5125
  "content": "这是一个 tooltips",
5125
5126
  "text": "Address"
@@ -5546,6 +5547,7 @@
5546
5547
  "useBrick": {
5547
5548
  "brick": "presentational-bricks.brick-value-mapping",
5548
5549
  "properties": {
5550
+ "showTagCircle": true,
5549
5551
  "value": "<% DATA.cellData %>",
5550
5552
  "mapping": {
5551
5553
  "success": {
@@ -7198,6 +7200,12 @@
7198
7200
  "required": false,
7199
7201
  "description": "[已废弃]支持为某列自定义展示构件"
7200
7202
  },
7203
+ {
7204
+ "name": "customFilterIcon",
7205
+ "type": "MenuIcon",
7206
+ "required": false,
7207
+ "description": "自定义筛选图标"
7208
+ },
7201
7209
  {
7202
7210
  "name": "filterDropdownBrick",
7203
7211
  "type": "{ useBrick: UseBrickConf }",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/presentational-bricks",
3
- "version": "1.282.0",
3
+ "version": "1.283.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",
@@ -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.13",
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": "192943cb4dd62469e8afa7d3ea53550d88ee701b"
71
+ "gitHead": "74d73a232843f2c76bf84988e38d734b252707b1"
72
72
  }