@next-bricks/presentational-bricks 1.300.4 → 1.300.6
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 +81 -81
- package/dist/bricks.json +2 -2
- package/dist/{index.0fe5f2dc.js → index.8e8eef5c.js} +2 -2
- package/dist/index.8e8eef5c.js.map +1 -0
- package/dist/lazy-bricks/{card-item.dd92.34a07ef3.js → card-item.dd92.606f4a31.js} +2 -2
- package/dist/lazy-bricks/{card-item.dd92.34a07ef3.js.map → card-item.dd92.606f4a31.js.map} +1 -1
- package/dist/lazy-bricks/~bricks-use-form-and-markdown.dd92.c73942b9.js.map +1 -1
- package/dist/stories.json +7 -0
- package/package.json +4 -4
- package/dist/index.0fe5f2dc.js.map +0 -1
package/dist/stories.json
CHANGED
|
@@ -19559,6 +19559,13 @@
|
|
|
19559
19559
|
"default": "-",
|
|
19560
19560
|
"description": "标题集合,顺序从左至右",
|
|
19561
19561
|
"group": "advanced"
|
|
19562
|
+
},
|
|
19563
|
+
{
|
|
19564
|
+
"name": "searchPlaceholder",
|
|
19565
|
+
"type": "string",
|
|
19566
|
+
"required": "false",
|
|
19567
|
+
"default": "",
|
|
19568
|
+
"description": "搜索框placeholder"
|
|
19562
19569
|
}
|
|
19563
19570
|
],
|
|
19564
19571
|
"events": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/presentational-bricks",
|
|
3
|
-
"version": "1.300.
|
|
3
|
+
"version": "1.300.6",
|
|
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",
|
|
@@ -41,14 +41,14 @@
|
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@fortawesome/fontawesome-svg-core": "^1.2.35",
|
|
44
|
-
"@next-core/custom-antd-styles": "^1.25.
|
|
44
|
+
"@next-core/custom-antd-styles": "^1.25.22",
|
|
45
45
|
"@next-libs/basic-components": "^5.3.3",
|
|
46
46
|
"@next-libs/clipboard": "^3.0.4",
|
|
47
47
|
"@next-libs/cmdb-utils": "^3.3.4",
|
|
48
48
|
"@next-libs/crontab": "^2.0.8",
|
|
49
49
|
"@next-libs/datetime": "^2.0.4",
|
|
50
50
|
"@next-libs/datetime-components": "^3.2.2",
|
|
51
|
-
"@next-libs/forms": "^3.
|
|
51
|
+
"@next-libs/forms": "^3.5.0",
|
|
52
52
|
"@next-libs/hooks": "^2.2.6",
|
|
53
53
|
"@next-sdk/cmdb-sdk": "^2.1.1",
|
|
54
54
|
"@next-sdk/monitor-sdk": "^2.1.1",
|
|
@@ -73,5 +73,5 @@
|
|
|
73
73
|
"@next-dll/ace": "*",
|
|
74
74
|
"@next-dll/react-dnd": "*"
|
|
75
75
|
},
|
|
76
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "6fce410bf2abbffe1f3458f082999c636ceceb40"
|
|
77
77
|
}
|