@next-bricks/presentational-bricks 1.322.2 → 1.322.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/deploy/contract.yaml +107 -107
- package/dist/bricks.json +16 -16
- package/dist/index.ca46cd50.js +2 -0
- package/dist/{index.d8bb3282.js.map → index.ca46cd50.js.map} +1 -1
- package/dist/stories.json +15 -0
- package/package.json +2 -2
- package/dist/index.d8bb3282.js +0 -2
package/dist/stories.json
CHANGED
|
@@ -3538,6 +3538,21 @@
|
|
|
3538
3538
|
"description": "可以点击清除图标删除内容",
|
|
3539
3539
|
"group": "ui"
|
|
3540
3540
|
},
|
|
3541
|
+
{
|
|
3542
|
+
"name": "bordered",
|
|
3543
|
+
"type": "boolean",
|
|
3544
|
+
"required": false,
|
|
3545
|
+
"default": "true",
|
|
3546
|
+
"description": "非IP搜索的情况下,是否有边框",
|
|
3547
|
+
"group": "ui"
|
|
3548
|
+
},
|
|
3549
|
+
{
|
|
3550
|
+
"name": "alwaysFoucus",
|
|
3551
|
+
"type": "boolean",
|
|
3552
|
+
"required": false,
|
|
3553
|
+
"description": "是否总是聚焦输入框",
|
|
3554
|
+
"group": "ui"
|
|
3555
|
+
},
|
|
3541
3556
|
{
|
|
3542
3557
|
"name": "field",
|
|
3543
3558
|
"type": "string",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/presentational-bricks",
|
|
3
|
-
"version": "1.322.
|
|
3
|
+
"version": "1.322.4",
|
|
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": "3048b21a864ed957100b6203582a921382ec0628"
|
|
77
77
|
}
|