@next-bricks/presentational-bricks 1.316.5 → 1.317.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 +113 -113
- package/dist/bricks.json +23 -23
- package/dist/index.d897642b.js +2 -0
- package/dist/index.d897642b.js.map +1 -0
- package/dist/stories.json +8 -0
- package/package.json +2 -2
- package/dist/index.2ca1bd45.js +0 -2
- package/dist/index.2ca1bd45.js.map +0 -1
package/dist/stories.json
CHANGED
|
@@ -9838,6 +9838,14 @@
|
|
|
9838
9838
|
"default": "0",
|
|
9839
9839
|
"description": "icon间距",
|
|
9840
9840
|
"group": "ui"
|
|
9841
|
+
},
|
|
9842
|
+
{
|
|
9843
|
+
"name": "customTooltip",
|
|
9844
|
+
"type": "string",
|
|
9845
|
+
"required": "false",
|
|
9846
|
+
"default": "-",
|
|
9847
|
+
"description": "自定义toolTip替换字符串 例如:\"发起人:#{name}\"",
|
|
9848
|
+
"group": "basic"
|
|
9841
9849
|
}
|
|
9842
9850
|
],
|
|
9843
9851
|
"interface": []
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/presentational-bricks",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.317.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": "68acdd34617f58d331ba307c7e25c5f01fbaf071"
|
|
77
77
|
}
|