@next-bricks/presentational-bricks 1.280.0 → 1.281.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 +78 -78
- package/dist/bricks.json +3 -3
- package/dist/index.c0df1e4e.js +2 -0
- package/dist/index.c0df1e4e.js.map +1 -0
- package/dist/stories.json +11 -3
- package/package.json +3 -3
- package/dist/index.56e3d364.js +0 -2
- package/dist/index.56e3d364.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",
|
|
@@ -9843,6 +9843,14 @@
|
|
|
9843
9843
|
"description": "是否触发点击事件",
|
|
9844
9844
|
"group": "other"
|
|
9845
9845
|
},
|
|
9846
|
+
{
|
|
9847
|
+
"name": "isTextEllipsis",
|
|
9848
|
+
"type": "boolean",
|
|
9849
|
+
"required": false,
|
|
9850
|
+
"default": "false",
|
|
9851
|
+
"description": "文案是否超出隐藏",
|
|
9852
|
+
"group": "other"
|
|
9853
|
+
},
|
|
9846
9854
|
{
|
|
9847
9855
|
"name": "link",
|
|
9848
9856
|
"type": "LinkProps",
|
|
@@ -12484,7 +12492,7 @@
|
|
|
12484
12492
|
"name": "__index",
|
|
12485
12493
|
"parameters": [
|
|
12486
12494
|
{
|
|
12487
|
-
"id":
|
|
12495
|
+
"id": 16756,
|
|
12488
12496
|
"name": "propName",
|
|
12489
12497
|
"kind": 32768,
|
|
12490
12498
|
"kindString": "Parameter",
|
|
@@ -18054,7 +18062,7 @@
|
|
|
18054
18062
|
"name": "__index",
|
|
18055
18063
|
"parameters": [
|
|
18056
18064
|
{
|
|
18057
|
-
"id":
|
|
18065
|
+
"id": 16756,
|
|
18058
18066
|
"name": "propName",
|
|
18059
18067
|
"kind": 32768,
|
|
18060
18068
|
"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.281.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.3",
|
|
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": "c4f972020d6108bf4baac8cc36cbd1a22aed6a54"
|
|
72
72
|
}
|