@next-bricks/presentational-bricks 1.280.1 → 1.282.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 +76 -76
- package/dist/bricks.json +2 -2
- package/dist/index.e94af244.js +2 -0
- package/dist/index.e94af244.js.map +1 -0
- package/dist/stories.json +18 -3
- package/package.json +3 -3
- package/dist/index.79074b9d.js +0 -2
- package/dist/index.79074b9d.js.map +0 -1
package/dist/stories.json
CHANGED
|
@@ -2490,7 +2490,7 @@
|
|
|
2490
2490
|
{
|
|
2491
2491
|
"type": "reflection",
|
|
2492
2492
|
"declaration": {
|
|
2493
|
-
"id":
|
|
2493
|
+
"id": 13044,
|
|
2494
2494
|
"name": "__type",
|
|
2495
2495
|
"kind": 65536,
|
|
2496
2496
|
"kindString": "Type literal",
|
|
@@ -9313,6 +9313,13 @@
|
|
|
9313
9313
|
"default": "false",
|
|
9314
9314
|
"description": "当有昵称时显示昵称,无昵称时显示用户名"
|
|
9315
9315
|
},
|
|
9316
|
+
{
|
|
9317
|
+
"name": "displayShowKey",
|
|
9318
|
+
"type": "\"boolean\"",
|
|
9319
|
+
"required": "false",
|
|
9320
|
+
"default": "false",
|
|
9321
|
+
"description": "是否显示 `showKey` ,如果有则显示`alan(hero)` or `alan`"
|
|
9322
|
+
},
|
|
9316
9323
|
{
|
|
9317
9324
|
"name": "iconMargin",
|
|
9318
9325
|
"type": "\"number\" | \"string\"",
|
|
@@ -9843,6 +9850,14 @@
|
|
|
9843
9850
|
"description": "是否触发点击事件",
|
|
9844
9851
|
"group": "other"
|
|
9845
9852
|
},
|
|
9853
|
+
{
|
|
9854
|
+
"name": "isTextEllipsis",
|
|
9855
|
+
"type": "boolean",
|
|
9856
|
+
"required": false,
|
|
9857
|
+
"default": "false",
|
|
9858
|
+
"description": "文案是否超出隐藏",
|
|
9859
|
+
"group": "other"
|
|
9860
|
+
},
|
|
9846
9861
|
{
|
|
9847
9862
|
"name": "link",
|
|
9848
9863
|
"type": "LinkProps",
|
|
@@ -12484,7 +12499,7 @@
|
|
|
12484
12499
|
"name": "__index",
|
|
12485
12500
|
"parameters": [
|
|
12486
12501
|
{
|
|
12487
|
-
"id":
|
|
12502
|
+
"id": 16756,
|
|
12488
12503
|
"name": "propName",
|
|
12489
12504
|
"kind": 32768,
|
|
12490
12505
|
"kindString": "Parameter",
|
|
@@ -18054,7 +18069,7 @@
|
|
|
18054
18069
|
"name": "__index",
|
|
18055
18070
|
"parameters": [
|
|
18056
18071
|
{
|
|
18057
|
-
"id":
|
|
18072
|
+
"id": 16756,
|
|
18058
18073
|
"name": "propName",
|
|
18059
18074
|
"kind": 32768,
|
|
18060
18075
|
"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.282.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",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"@next-libs/datetime": "^2.0.4",
|
|
50
50
|
"@next-libs/datetime-components": "^3.1.2",
|
|
51
51
|
"@next-libs/forms": "^3.3.6",
|
|
52
|
-
"@next-libs/hooks": "^2.2.
|
|
52
|
+
"@next-libs/hooks": "^2.2.4",
|
|
53
53
|
"@next-sdk/cmdb-sdk": "^2.1.1",
|
|
54
54
|
"@next-sdk/monitor-sdk": "^2.1.1",
|
|
55
55
|
"@next-sdk/object-store-sdk": "^2.1.2",
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
"@next-dll/ace": "*",
|
|
69
69
|
"@next-dll/react-dnd": "*"
|
|
70
70
|
},
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "192943cb4dd62469e8afa7d3ea53550d88ee701b"
|
|
72
72
|
}
|