@next-bricks/presentational-bricks 1.309.4 → 1.310.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/dist/stories.json
CHANGED
|
@@ -13859,6 +13859,13 @@
|
|
|
13859
13859
|
"required": "false",
|
|
13860
13860
|
"default": "false",
|
|
13861
13861
|
"description": "当数值为 0 时,是否展示徽标"
|
|
13862
|
+
},
|
|
13863
|
+
{
|
|
13864
|
+
"name": "disablePointerEvents",
|
|
13865
|
+
"type": "boolean",
|
|
13866
|
+
"required": "false",
|
|
13867
|
+
"default": "false",
|
|
13868
|
+
"description": "是否禁用鼠标事件,通常配合按钮使用时设置"
|
|
13862
13869
|
}
|
|
13863
13870
|
],
|
|
13864
13871
|
"interface": []
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/presentational-bricks",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.310.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": "ffeb37a37a035eb6b6ef43aba6586320ef85eeb2"
|
|
77
77
|
}
|