@next-bricks/presentational-bricks 1.336.8 → 1.336.10

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
@@ -3622,6 +3622,11 @@
3622
3622
  "default": "query",
3623
3623
  "deprecated": true,
3624
3624
  "description": "[已废弃]filter.update 中 detail 的字段名"
3625
+ },
3626
+ {
3627
+ "name": "customSearchTypeOptions",
3628
+ "type": "{ label: string; value: string }[]",
3629
+ "required": false
3625
3630
  }
3626
3631
  ],
3627
3632
  "events": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/presentational-bricks",
3
- "version": "1.336.8",
3
+ "version": "1.336.10",
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",
@@ -76,5 +76,5 @@
76
76
  "@next-dll/ace": "*",
77
77
  "@next-dll/react-dnd": "*"
78
78
  },
79
- "gitHead": "c5fafbda8bf5018b6a0ce5abcd5597625660bf68"
79
+ "gitHead": "8a2f16e8c06ccffd2df5348017dee1a9885f6b7c"
80
80
  }