@next-bricks/presentational-bricks 1.306.13 → 1.307.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 +82 -82
- package/dist/bricks.json +2 -2
- package/dist/index.3bc32f2e.js +2 -0
- package/dist/index.3bc32f2e.js.map +1 -0
- package/dist/stories.json +15 -2
- package/package.json +2 -2
- package/dist/index.bb1bac29.js +0 -2
- package/dist/index.bb1bac29.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",
|
|
@@ -13233,6 +13239,13 @@
|
|
|
13233
13239
|
"required": "false",
|
|
13234
13240
|
"description": "不展示label",
|
|
13235
13241
|
"group": "other"
|
|
13242
|
+
},
|
|
13243
|
+
{
|
|
13244
|
+
"name": "dropdownTriggerStyle",
|
|
13245
|
+
"type": "CSSProperties",
|
|
13246
|
+
"required": "false",
|
|
13247
|
+
"description": "额外的下拉开关样式",
|
|
13248
|
+
"group": "other"
|
|
13236
13249
|
}
|
|
13237
13250
|
],
|
|
13238
13251
|
"events": [
|
|
@@ -13277,7 +13290,7 @@
|
|
|
13277
13290
|
"name": "__index",
|
|
13278
13291
|
"parameters": [
|
|
13279
13292
|
{
|
|
13280
|
-
"id":
|
|
13293
|
+
"id": 17683,
|
|
13281
13294
|
"name": "propName",
|
|
13282
13295
|
"kind": 32768,
|
|
13283
13296
|
"kindString": "Parameter",
|
|
@@ -19500,7 +19513,7 @@
|
|
|
19500
19513
|
"name": "__index",
|
|
19501
19514
|
"parameters": [
|
|
19502
19515
|
{
|
|
19503
|
-
"id":
|
|
19516
|
+
"id": 17683,
|
|
19504
19517
|
"name": "propName",
|
|
19505
19518
|
"kind": 32768,
|
|
19506
19519
|
"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.307.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": "a363147ef8ed7ec7d14328248fd45718b7b58a75"
|
|
77
77
|
}
|