@next-bricks/presentational-bricks 1.232.3 → 1.233.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
@@ -8272,6 +8272,13 @@
8272
8272
  "default": "false",
8273
8273
  "description": "搜索功能"
8274
8274
  },
8275
+ {
8276
+ "name": "alsoSearchByKey",
8277
+ "type": "boolean",
8278
+ "required": "false",
8279
+ "default": "-",
8280
+ "description": "是否也根据key值搜索,启用后匹配项会整体高亮"
8281
+ },
8275
8282
  {
8276
8283
  "name": "showSpecificationTitleStyle",
8277
8284
  "type": "boolean",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/presentational-bricks",
3
- "version": "1.232.3",
3
+ "version": "1.233.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",
@@ -29,7 +29,7 @@
29
29
  },
30
30
  "devDependencies": {
31
31
  "@fortawesome/fontawesome-svg-core": "^1.2.35",
32
- "@next-core/custom-antd-styles": "^1.8.12",
32
+ "@next-core/custom-antd-styles": "^1.8.13",
33
33
  "@next-libs/basic-components": "^3.2.5",
34
34
  "@next-libs/clipboard": "^3.0.2",
35
35
  "@next-libs/cmdb-utils": "^3.0.3",
@@ -55,5 +55,5 @@
55
55
  "@next-dll/ace": "*",
56
56
  "@next-dll/react-dnd": "*"
57
57
  },
58
- "gitHead": "4fe24fb00c049fc16623c049bc2ae91eff4cf512"
58
+ "gitHead": "85aa06284e792bf43c3c6d345146e77c8feb4cc7"
59
59
  }