@next-bricks/basic-bricks 1.244.2 → 1.244.4
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
|
@@ -5181,91 +5181,7 @@
|
|
|
5181
5181
|
}
|
|
5182
5182
|
],
|
|
5183
5183
|
"previewColumns": 1,
|
|
5184
|
-
"doc":
|
|
5185
|
-
"id": "basic-bricks.general-notification",
|
|
5186
|
-
"name": "basic-bricks.general-notification",
|
|
5187
|
-
"dockind": "brick",
|
|
5188
|
-
"description": "普通的 notification",
|
|
5189
|
-
"author": "Alex",
|
|
5190
|
-
"slots": null,
|
|
5191
|
-
"history": [
|
|
5192
|
-
{
|
|
5193
|
-
"version": "1.62.0",
|
|
5194
|
-
"change": "新增构件 `basic-bricks.general-notification`"
|
|
5195
|
-
}
|
|
5196
|
-
],
|
|
5197
|
-
"memo": "",
|
|
5198
|
-
"events": [
|
|
5199
|
-
{
|
|
5200
|
-
"type": "general.notification.click",
|
|
5201
|
-
"detail": "-",
|
|
5202
|
-
"description": "点击通知时触发的回调函数"
|
|
5203
|
-
},
|
|
5204
|
-
{
|
|
5205
|
-
"type": "general.notification.close",
|
|
5206
|
-
"detail": "-",
|
|
5207
|
-
"description": "点击默认关闭按钮时触发的回调函数"
|
|
5208
|
-
}
|
|
5209
|
-
],
|
|
5210
|
-
"properties": [
|
|
5211
|
-
{
|
|
5212
|
-
"name": "message",
|
|
5213
|
-
"type": "string",
|
|
5214
|
-
"required": "true",
|
|
5215
|
-
"default": "-",
|
|
5216
|
-
"description": "通知提醒标题,必选",
|
|
5217
|
-
"group": "basic"
|
|
5218
|
-
},
|
|
5219
|
-
{
|
|
5220
|
-
"name": "description",
|
|
5221
|
-
"type": "string",
|
|
5222
|
-
"required": "true",
|
|
5223
|
-
"default": "-",
|
|
5224
|
-
"description": "通知提醒内容,必选",
|
|
5225
|
-
"group": "basic"
|
|
5226
|
-
},
|
|
5227
|
-
{
|
|
5228
|
-
"name": "icon",
|
|
5229
|
-
"type": "string",
|
|
5230
|
-
"required": "false",
|
|
5231
|
-
"default": "-",
|
|
5232
|
-
"description": "icon,具体查阅:[react icon](https://3x.ant.design/components/icon-cn/)",
|
|
5233
|
-
"group": "basic"
|
|
5234
|
-
},
|
|
5235
|
-
{
|
|
5236
|
-
"name": "placement",
|
|
5237
|
-
"type": "`topLeft` `topRight` `bottomLeft` `bottomRight`",
|
|
5238
|
-
"required": "false",
|
|
5239
|
-
"default": "topRight",
|
|
5240
|
-
"description": "弹出位置,可选",
|
|
5241
|
-
"group": "ui"
|
|
5242
|
-
},
|
|
5243
|
-
{
|
|
5244
|
-
"name": "duration",
|
|
5245
|
-
"type": "number",
|
|
5246
|
-
"required": "false",
|
|
5247
|
-
"default": "4.5",
|
|
5248
|
-
"description": "默认 4.5 秒后自动关闭,配置为 null 则不自动关闭",
|
|
5249
|
-
"group": "basic"
|
|
5250
|
-
},
|
|
5251
|
-
{
|
|
5252
|
-
"name": "iconStyle",
|
|
5253
|
-
"type": "CSSProperties",
|
|
5254
|
-
"required": "false",
|
|
5255
|
-
"default": "-",
|
|
5256
|
-
"description": "icon css 样式",
|
|
5257
|
-
"group": "ui"
|
|
5258
|
-
}
|
|
5259
|
-
],
|
|
5260
|
-
"methods": [
|
|
5261
|
-
{
|
|
5262
|
-
"name": "open",
|
|
5263
|
-
"params": "`success` | `error` | `info` | `warning` | `warn` | `open`",
|
|
5264
|
-
"description": "显示通知栏,默认为`open`"
|
|
5265
|
-
}
|
|
5266
|
-
],
|
|
5267
|
-
"interface": []
|
|
5268
|
-
}
|
|
5184
|
+
"doc": null
|
|
5269
5185
|
},
|
|
5270
5186
|
{
|
|
5271
5187
|
"storyId": "basic-bricks.general-timer",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/basic-bricks",
|
|
3
|
-
"version": "1.244.
|
|
3
|
+
"version": "1.244.4",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"homepage": "https://github.com/easyops-cn/next-basics/tree/master/bricks/basic-bricks",
|
|
6
6
|
"license": "GPL-3.0",
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"immutability-helper": "^3.1.1"
|
|
53
53
|
},
|
|
54
54
|
"sideEffects": true,
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "abb49b47834d710ef83611aea44764f6f0cb2efc"
|
|
56
56
|
}
|