@next-bricks/presentational-bricks 1.317.2 → 1.319.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/deploy/contract.yaml +108 -108
- package/dist/bricks.json +22 -22
- package/dist/index.21224543.js +2 -0
- package/dist/index.21224543.js.map +1 -0
- package/dist/stories.json +7 -0
- package/package.json +2 -2
- package/dist/index.271bc567.js +0 -2
- package/dist/index.271bc567.js.map +0 -1
package/dist/stories.json
CHANGED
|
@@ -9481,6 +9481,13 @@
|
|
|
9481
9481
|
"default": "false",
|
|
9482
9482
|
"description": "搜索功能"
|
|
9483
9483
|
},
|
|
9484
|
+
{
|
|
9485
|
+
"name": "searchQ",
|
|
9486
|
+
"type": "string",
|
|
9487
|
+
"required": "false",
|
|
9488
|
+
"default": "-",
|
|
9489
|
+
"description": "搜索字符"
|
|
9490
|
+
},
|
|
9484
9491
|
{
|
|
9485
9492
|
"name": "isFilter",
|
|
9486
9493
|
"type": "boolean",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/presentational-bricks",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.319.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",
|
|
@@ -73,5 +73,5 @@
|
|
|
73
73
|
"@next-dll/ace": "*",
|
|
74
74
|
"@next-dll/react-dnd": "*"
|
|
75
75
|
},
|
|
76
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "16019cf1d4ba3d7fcaab931faec00903c2b291b3"
|
|
77
77
|
}
|