@next-bricks/presentational-bricks 1.229.2 → 1.230.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
@@ -6171,6 +6171,10 @@
6171
6171
  "author": "lynette",
6172
6172
  "slots": null,
6173
6173
  "history": [
6174
+ {
6175
+ "version": "1.230.0",
6176
+ "change": "新增属性 `exactSearch` 在开启前端搜索的情况下可以配置精确搜索"
6177
+ },
6174
6178
  {
6175
6179
  "version": "1.168.0",
6176
6180
  "change": "新增属性 `optimizedColumns`"
@@ -6473,6 +6477,13 @@
6473
6477
  "default": "-",
6474
6478
  "description": "前端搜索参数"
6475
6479
  },
6480
+ {
6481
+ "name": "exactSearch",
6482
+ "type": "boolean",
6483
+ "required": "false",
6484
+ "default": "false",
6485
+ "description": "是否精确搜索"
6486
+ },
6476
6487
  {
6477
6488
  "name": "frontSearchFilterKeys",
6478
6489
  "type": "string[]",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/presentational-bricks",
3
- "version": "1.229.2",
3
+ "version": "1.230.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",
@@ -30,13 +30,13 @@
30
30
  "devDependencies": {
31
31
  "@fortawesome/fontawesome-svg-core": "^1.2.35",
32
32
  "@next-core/custom-antd-styles": "^1.8.11",
33
- "@next-libs/basic-components": "^3.2.3",
33
+ "@next-libs/basic-components": "^3.2.5",
34
34
  "@next-libs/clipboard": "^3.0.2",
35
- "@next-libs/cmdb-utils": "^3.0.2",
35
+ "@next-libs/cmdb-utils": "^3.0.3",
36
36
  "@next-libs/crontab": "^2.0.3",
37
37
  "@next-libs/datetime": "^2.0.2",
38
38
  "@next-libs/datetime-components": "^3.0.2",
39
- "@next-libs/forms": "^3.2.5",
39
+ "@next-libs/forms": "^3.2.7",
40
40
  "@next-sdk/cmdb-sdk": "^2.1.1",
41
41
  "@next-sdk/monitor-sdk": "^2.1.1",
42
42
  "@next-sdk/object-store-sdk": "^2.1.2",
@@ -55,5 +55,5 @@
55
55
  "@next-dll/ace": "*",
56
56
  "@next-dll/react-dnd": "*"
57
57
  },
58
- "gitHead": "69a1e0a10096bb6ef5b37f16f7ed82c3347a7cb3"
58
+ "gitHead": "b100e5f3e2094b107855f389485ac3fa20dbec21"
59
59
  }