@next-bricks/presentational-bricks 1.328.7 → 1.330.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 +120 -120
- package/dist/bricks.json +37 -37
- package/dist/index.0d6140d4.js +2 -0
- package/dist/index.0d6140d4.js.map +1 -0
- package/dist/lazy-bricks/{~bricks-use-form-and-markdown.dd92.ae0643e4.js → ~bricks-use-form-and-markdown.dd92.f39ed2c1.js} +3 -3
- package/dist/lazy-bricks/~bricks-use-form-and-markdown.dd92.f39ed2c1.js.map +1 -0
- package/dist/stories.json +17 -2
- package/package.json +2 -2
- package/dist/index.162bb74d.js +0 -2
- package/dist/index.162bb74d.js.map +0 -1
- package/dist/lazy-bricks/~bricks-use-form-and-markdown.dd92.ae0643e4.js.map +0 -1
package/dist/stories.json
CHANGED
|
@@ -9682,6 +9682,13 @@
|
|
|
9682
9682
|
"default": "-",
|
|
9683
9683
|
"description": "搜索框右边的自定义项,当`searchable`为true时生效"
|
|
9684
9684
|
},
|
|
9685
|
+
{
|
|
9686
|
+
"name": "beforeTreeBrick",
|
|
9687
|
+
"type": "{ useBrick: [UseBrickConf](http://docs.developers.easyops.cn/docs/api-reference/brick-types.usebrickconf) }",
|
|
9688
|
+
"required": "false",
|
|
9689
|
+
"default": "-",
|
|
9690
|
+
"description": "树上方的构件"
|
|
9691
|
+
},
|
|
9685
9692
|
{
|
|
9686
9693
|
"name": "defaultExpandAll",
|
|
9687
9694
|
"type": "boolean",
|
|
@@ -13454,7 +13461,7 @@
|
|
|
13454
13461
|
"name": "__index",
|
|
13455
13462
|
"parameters": [
|
|
13456
13463
|
{
|
|
13457
|
-
"id":
|
|
13464
|
+
"id": 17703,
|
|
13458
13465
|
"name": "propName",
|
|
13459
13466
|
"kind": 32768,
|
|
13460
13467
|
"kindString": "Parameter",
|
|
@@ -17347,6 +17354,14 @@
|
|
|
17347
17354
|
"description": "Editor容器的样式",
|
|
17348
17355
|
"group": "style"
|
|
17349
17356
|
},
|
|
17357
|
+
{
|
|
17358
|
+
"name": "textareaStyle",
|
|
17359
|
+
"type": "Record<string,any>",
|
|
17360
|
+
"required": "false",
|
|
17361
|
+
"default": "-",
|
|
17362
|
+
"description": "Textarea 的样式",
|
|
17363
|
+
"group": "style"
|
|
17364
|
+
},
|
|
17350
17365
|
{
|
|
17351
17366
|
"name": "dataSource",
|
|
17352
17367
|
"type": "Record<string, any>",
|
|
@@ -19720,7 +19735,7 @@
|
|
|
19720
19735
|
"name": "__index",
|
|
19721
19736
|
"parameters": [
|
|
19722
19737
|
{
|
|
19723
|
-
"id":
|
|
19738
|
+
"id": 17703,
|
|
19724
19739
|
"name": "propName",
|
|
19725
19740
|
"kind": 32768,
|
|
19726
19741
|
"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.330.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",
|
|
@@ -75,5 +75,5 @@
|
|
|
75
75
|
"@next-dll/ace": "*",
|
|
76
76
|
"@next-dll/react-dnd": "*"
|
|
77
77
|
},
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "cb1cc74bcb61a9e5c3517869c396c036629ee8d6"
|
|
79
79
|
}
|