@next-bricks/presentational-bricks 1.294.0 → 1.295.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 +92 -92
- package/dist/bricks.json +11 -11
- package/dist/index.1dd90e09.js +2 -0
- package/dist/index.1dd90e09.js.map +1 -0
- package/dist/stories.json +20 -1
- package/package.json +2 -2
- package/dist/index.b6ec7d17.js +0 -2
- package/dist/index.b6ec7d17.js.map +0 -1
package/dist/stories.json
CHANGED
|
@@ -3235,7 +3235,6 @@
|
|
|
3235
3235
|
"name": "searchTypeEnabled",
|
|
3236
3236
|
"type": "boolean",
|
|
3237
3237
|
"required": "false",
|
|
3238
|
-
"default": "true",
|
|
3239
3238
|
"description": "是否支持ip搜索",
|
|
3240
3239
|
"group": "basic"
|
|
3241
3240
|
},
|
|
@@ -3290,6 +3289,13 @@
|
|
|
3290
3289
|
"enums": "\"defalut\"|\"radio\"",
|
|
3291
3290
|
"group": "ui"
|
|
3292
3291
|
},
|
|
3292
|
+
{
|
|
3293
|
+
"name": "allowClear",
|
|
3294
|
+
"type": "boolean",
|
|
3295
|
+
"required": false,
|
|
3296
|
+
"description": "可以点击清除图标删除内容",
|
|
3297
|
+
"group": "ui"
|
|
3298
|
+
},
|
|
3293
3299
|
{
|
|
3294
3300
|
"name": "field",
|
|
3295
3301
|
"type": "string",
|
|
@@ -3300,6 +3306,11 @@
|
|
|
3300
3306
|
}
|
|
3301
3307
|
],
|
|
3302
3308
|
"events": [
|
|
3309
|
+
{
|
|
3310
|
+
"type": "input.blur",
|
|
3311
|
+
"detail": "string",
|
|
3312
|
+
"description": "失焦时触发, 而且会传出当前输入框当前值"
|
|
3313
|
+
},
|
|
3303
3314
|
{
|
|
3304
3315
|
"type": "filter.update",
|
|
3305
3316
|
"detail": "Record<string,any>",
|
|
@@ -9303,6 +9314,14 @@
|
|
|
9303
9314
|
"default": "`true`",
|
|
9304
9315
|
"description": "是否可取消选择",
|
|
9305
9316
|
"group": "advanced"
|
|
9317
|
+
},
|
|
9318
|
+
{
|
|
9319
|
+
"name": "iconUseBrick",
|
|
9320
|
+
"type": "{useBrick:UseBrickConf}",
|
|
9321
|
+
"required": false,
|
|
9322
|
+
"default": "-",
|
|
9323
|
+
"description": "自定义节点icon",
|
|
9324
|
+
"group": "basic"
|
|
9306
9325
|
}
|
|
9307
9326
|
],
|
|
9308
9327
|
"events": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/presentational-bricks",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.295.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": "64a9e034e6f686ec8f91f33e231050861d82ad9f"
|
|
77
77
|
}
|