@next-bricks/presentational-bricks 1.217.0 → 1.219.1
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
|
@@ -4132,6 +4132,13 @@
|
|
|
4132
4132
|
"default": "-",
|
|
4133
4133
|
"description": "传递给子构件的数据,应与 `useBrick` 一一对应"
|
|
4134
4134
|
},
|
|
4135
|
+
{
|
|
4136
|
+
"name": "titleList",
|
|
4137
|
+
"type": "TitleConfig[]",
|
|
4138
|
+
"required": "false",
|
|
4139
|
+
"default": "-",
|
|
4140
|
+
"description": "为每个入口配置标题"
|
|
4141
|
+
},
|
|
4135
4142
|
{
|
|
4136
4143
|
"name": "showCard",
|
|
4137
4144
|
"type": "boolean",
|
|
@@ -4139,6 +4146,13 @@
|
|
|
4139
4146
|
"default": "true",
|
|
4140
4147
|
"description": "是否显示卡片"
|
|
4141
4148
|
},
|
|
4149
|
+
{
|
|
4150
|
+
"name": "divider",
|
|
4151
|
+
"type": "boolean",
|
|
4152
|
+
"required": "false",
|
|
4153
|
+
"default": "true",
|
|
4154
|
+
"description": "是否显示分隔线"
|
|
4155
|
+
},
|
|
4142
4156
|
{
|
|
4143
4157
|
"name": "containerStyle",
|
|
4144
4158
|
"type": "CSSProperties",
|
|
@@ -4166,6 +4180,13 @@
|
|
|
4166
4180
|
"group": "advanced"
|
|
4167
4181
|
}
|
|
4168
4182
|
],
|
|
4183
|
+
"events": [
|
|
4184
|
+
{
|
|
4185
|
+
"type": "title.icon.click",
|
|
4186
|
+
"detail": "any",
|
|
4187
|
+
"description": "节点弹窗内容项点击事件"
|
|
4188
|
+
}
|
|
4189
|
+
],
|
|
4169
4190
|
"interface": [
|
|
4170
4191
|
{
|
|
4171
4192
|
"name": "LinkProps",
|
|
@@ -4191,6 +4212,31 @@
|
|
|
4191
4212
|
"description": ""
|
|
4192
4213
|
}
|
|
4193
4214
|
]
|
|
4215
|
+
},
|
|
4216
|
+
{
|
|
4217
|
+
"name": "TitleConfig",
|
|
4218
|
+
"typeParameter": null,
|
|
4219
|
+
"kind": "interface",
|
|
4220
|
+
"children": [
|
|
4221
|
+
{
|
|
4222
|
+
"name": "icon",
|
|
4223
|
+
"type": "MenuIcon",
|
|
4224
|
+
"required": false,
|
|
4225
|
+
"description": ""
|
|
4226
|
+
},
|
|
4227
|
+
{
|
|
4228
|
+
"name": "title",
|
|
4229
|
+
"type": "string",
|
|
4230
|
+
"required": false,
|
|
4231
|
+
"description": ""
|
|
4232
|
+
},
|
|
4233
|
+
{
|
|
4234
|
+
"name": "value",
|
|
4235
|
+
"type": "string",
|
|
4236
|
+
"required": false,
|
|
4237
|
+
"description": ""
|
|
4238
|
+
}
|
|
4239
|
+
]
|
|
4194
4240
|
}
|
|
4195
4241
|
]
|
|
4196
4242
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/presentational-bricks",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.219.1",
|
|
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",
|
|
@@ -30,13 +30,13 @@
|
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@fortawesome/fontawesome-svg-core": "^1.2.35",
|
|
32
32
|
"@next-core/custom-antd-styles": "^1.8.9",
|
|
33
|
-
"@next-libs/basic-components": "^3.
|
|
33
|
+
"@next-libs/basic-components": "^3.2.2",
|
|
34
34
|
"@next-libs/clipboard": "^3.0.2",
|
|
35
35
|
"@next-libs/cmdb-utils": "^3.0.2",
|
|
36
36
|
"@next-libs/crontab": "^2.0.3",
|
|
37
37
|
"@next-libs/datetime": "^2.0.2",
|
|
38
38
|
"@next-libs/datetime-components": "^3.0.2",
|
|
39
|
-
"@next-libs/forms": "^3.2.
|
|
39
|
+
"@next-libs/forms": "^3.2.4",
|
|
40
40
|
"@next-sdk/cmdb-sdk": "^2.1.1",
|
|
41
41
|
"@next-sdk/monitor-sdk": "^2.1.1",
|
|
42
42
|
"@next-sdk/object-store-sdk": "^2.1.1",
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"@next-dll/ace": "*",
|
|
56
56
|
"@next-dll/react-dnd": "*"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "0626680f21a2c2ae237b24f789119900cf6281f3"
|
|
59
59
|
}
|