@next-bricks/presentational-bricks 1.306.14 → 1.308.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 +80 -80
- package/dist/bricks.json +1 -1
- package/dist/index.8b5387bf.js +2 -0
- package/dist/index.8b5387bf.js.map +1 -0
- package/dist/stories.json +15 -2
- package/package.json +2 -2
- package/dist/index.26a037f4.js +0 -2
- package/dist/index.26a037f4.js.map +0 -1
package/dist/stories.json
CHANGED
|
@@ -2854,6 +2854,12 @@
|
|
|
2854
2854
|
"required": true,
|
|
2855
2855
|
"description": ""
|
|
2856
2856
|
},
|
|
2857
|
+
{
|
|
2858
|
+
"name": "extraBrick",
|
|
2859
|
+
"type": "{ useBrick: UseBrickConf }",
|
|
2860
|
+
"required": false,
|
|
2861
|
+
"description": ""
|
|
2862
|
+
},
|
|
2857
2863
|
{
|
|
2858
2864
|
"name": "hideGroups",
|
|
2859
2865
|
"type": "string[] | string",
|
|
@@ -9474,6 +9480,13 @@
|
|
|
9474
9480
|
"default": "false",
|
|
9475
9481
|
"description": "搜索的功能是否需要过滤"
|
|
9476
9482
|
},
|
|
9483
|
+
{
|
|
9484
|
+
"name": "isDirectory",
|
|
9485
|
+
"type": "boolean",
|
|
9486
|
+
"required": "false",
|
|
9487
|
+
"default": "false",
|
|
9488
|
+
"description": "是否目录树"
|
|
9489
|
+
},
|
|
9477
9490
|
{
|
|
9478
9491
|
"name": "alsoSearchByKey",
|
|
9479
9492
|
"type": "boolean",
|
|
@@ -13284,7 +13297,7 @@
|
|
|
13284
13297
|
"name": "__index",
|
|
13285
13298
|
"parameters": [
|
|
13286
13299
|
{
|
|
13287
|
-
"id":
|
|
13300
|
+
"id": 17683,
|
|
13288
13301
|
"name": "propName",
|
|
13289
13302
|
"kind": 32768,
|
|
13290
13303
|
"kindString": "Parameter",
|
|
@@ -19507,7 +19520,7 @@
|
|
|
19507
19520
|
"name": "__index",
|
|
19508
19521
|
"parameters": [
|
|
19509
19522
|
{
|
|
19510
|
-
"id":
|
|
19523
|
+
"id": 17683,
|
|
19511
19524
|
"name": "propName",
|
|
19512
19525
|
"kind": 32768,
|
|
19513
19526
|
"kindString": "Parameter",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/presentational-bricks",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.308.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": "b0b85988af02608f6af9de42961ca8bad40d67df"
|
|
77
77
|
}
|