@next-bricks/presentational-bricks 1.290.2 → 1.290.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 +80 -80
- package/dist/bricks.json +3 -3
- package/dist/index.4ef3ff82.js +2 -0
- package/dist/index.4ef3ff82.js.map +1 -0
- package/dist/lazy-bricks/{~bricks-use-form-and-markdown.dd92.3f70d0f8.js → ~bricks-use-form-and-markdown.dd92.c73942b9.js} +1 -1
- package/dist/lazy-bricks/{~bricks-use-form-and-markdown.dd92.3f70d0f8.js.map → ~bricks-use-form-and-markdown.dd92.c73942b9.js.map} +1 -1
- package/dist/stories.json +5 -5
- package/package.json +5 -5
- package/dist/index.3e9a4233.js +0 -2
- package/dist/index.3e9a4233.js.map +0 -1
package/dist/stories.json
CHANGED
|
@@ -2527,7 +2527,7 @@
|
|
|
2527
2527
|
{
|
|
2528
2528
|
"type": "reflection",
|
|
2529
2529
|
"declaration": {
|
|
2530
|
-
"id":
|
|
2530
|
+
"id": 13046,
|
|
2531
2531
|
"name": "__type",
|
|
2532
2532
|
"kind": 65536,
|
|
2533
2533
|
"kindString": "Type literal",
|
|
@@ -12847,7 +12847,7 @@
|
|
|
12847
12847
|
"name": "__index",
|
|
12848
12848
|
"parameters": [
|
|
12849
12849
|
{
|
|
12850
|
-
"id":
|
|
12850
|
+
"id": 16759,
|
|
12851
12851
|
"name": "propName",
|
|
12852
12852
|
"kind": 32768,
|
|
12853
12853
|
"kindString": "Parameter",
|
|
@@ -16631,8 +16631,8 @@
|
|
|
16631
16631
|
"required": "false",
|
|
16632
16632
|
"default": "-",
|
|
16633
16633
|
"description": "markdown 编辑器的值",
|
|
16634
|
-
"
|
|
16635
|
-
"
|
|
16634
|
+
"editor": "textarea",
|
|
16635
|
+
"group": "basic"
|
|
16636
16636
|
},
|
|
16637
16637
|
{
|
|
16638
16638
|
"name": "supportUploadImg",
|
|
@@ -19023,7 +19023,7 @@
|
|
|
19023
19023
|
"name": "__index",
|
|
19024
19024
|
"parameters": [
|
|
19025
19025
|
{
|
|
19026
|
-
"id":
|
|
19026
|
+
"id": 16759,
|
|
19027
19027
|
"name": "propName",
|
|
19028
19028
|
"kind": 32768,
|
|
19029
19029
|
"kindString": "Parameter",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/presentational-bricks",
|
|
3
|
-
"version": "1.290.
|
|
3
|
+
"version": "1.290.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",
|
|
@@ -42,13 +42,13 @@
|
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@fortawesome/fontawesome-svg-core": "^1.2.35",
|
|
44
44
|
"@next-core/custom-antd-styles": "^1.25.20",
|
|
45
|
-
"@next-libs/basic-components": "^5.3.
|
|
45
|
+
"@next-libs/basic-components": "^5.3.1",
|
|
46
46
|
"@next-libs/clipboard": "^3.0.4",
|
|
47
|
-
"@next-libs/cmdb-utils": "^3.3.
|
|
47
|
+
"@next-libs/cmdb-utils": "^3.3.4",
|
|
48
48
|
"@next-libs/crontab": "^2.0.5",
|
|
49
49
|
"@next-libs/datetime": "^2.0.4",
|
|
50
50
|
"@next-libs/datetime-components": "^3.1.2",
|
|
51
|
-
"@next-libs/forms": "^3.3.
|
|
51
|
+
"@next-libs/forms": "^3.3.15",
|
|
52
52
|
"@next-libs/hooks": "^2.2.4",
|
|
53
53
|
"@next-sdk/cmdb-sdk": "^2.1.1",
|
|
54
54
|
"@next-sdk/monitor-sdk": "^2.1.1",
|
|
@@ -69,5 +69,5 @@
|
|
|
69
69
|
"@next-dll/ace": "*",
|
|
70
70
|
"@next-dll/react-dnd": "*"
|
|
71
71
|
},
|
|
72
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "d04ebee18191e22fa8126a0e611f9682afed751f"
|
|
73
73
|
}
|