@next-bricks/presentational-bricks 1.265.2 → 1.265.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/dist/stories.json
CHANGED
|
@@ -2342,7 +2342,7 @@
|
|
|
2342
2342
|
{
|
|
2343
2343
|
"type": "reflection",
|
|
2344
2344
|
"declaration": {
|
|
2345
|
-
"id":
|
|
2345
|
+
"id": 13042,
|
|
2346
2346
|
"name": "__type",
|
|
2347
2347
|
"kind": 65536,
|
|
2348
2348
|
"kindString": "Type literal",
|
|
@@ -7918,7 +7918,7 @@
|
|
|
7918
7918
|
{
|
|
7919
7919
|
"type": "tag.close",
|
|
7920
7920
|
"detail": "{ current: Record<string, any>; tagList: Record<string, any>[] }",
|
|
7921
|
-
"description": "当前关闭的tag和剩余的tagList"
|
|
7921
|
+
"description": "当前关闭的 tag 和剩余的tagList"
|
|
7922
7922
|
}
|
|
7923
7923
|
],
|
|
7924
7924
|
"interface": [
|
|
@@ -12004,7 +12004,7 @@
|
|
|
12004
12004
|
"name": "__index",
|
|
12005
12005
|
"parameters": [
|
|
12006
12006
|
{
|
|
12007
|
-
"id":
|
|
12007
|
+
"id": 16752,
|
|
12008
12008
|
"name": "propName",
|
|
12009
12009
|
"kind": 32768,
|
|
12010
12010
|
"kindString": "Parameter",
|
|
@@ -17477,7 +17477,7 @@
|
|
|
17477
17477
|
"name": "__index",
|
|
17478
17478
|
"parameters": [
|
|
17479
17479
|
{
|
|
17480
|
-
"id":
|
|
17480
|
+
"id": 16752,
|
|
17481
17481
|
"name": "propName",
|
|
17482
17482
|
"kind": 32768,
|
|
17483
17483
|
"kindString": "Parameter",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/presentational-bricks",
|
|
3
|
-
"version": "1.265.
|
|
3
|
+
"version": "1.265.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",
|
|
@@ -30,13 +30,13 @@
|
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@fortawesome/fontawesome-svg-core": "^1.2.35",
|
|
32
32
|
"@next-core/custom-antd-styles": "^1.24.12",
|
|
33
|
-
"@next-libs/basic-components": "^3.
|
|
33
|
+
"@next-libs/basic-components": "^3.6.0",
|
|
34
34
|
"@next-libs/clipboard": "^3.0.2",
|
|
35
35
|
"@next-libs/cmdb-utils": "^3.3.0",
|
|
36
36
|
"@next-libs/crontab": "^2.0.3",
|
|
37
37
|
"@next-libs/datetime": "^2.0.2",
|
|
38
38
|
"@next-libs/datetime-components": "^3.1.0",
|
|
39
|
-
"@next-libs/forms": "^3.2.
|
|
39
|
+
"@next-libs/forms": "^3.2.29",
|
|
40
40
|
"@next-libs/hooks": "^2.2.0",
|
|
41
41
|
"@next-sdk/cmdb-sdk": "^2.1.1",
|
|
42
42
|
"@next-sdk/monitor-sdk": "^2.1.1",
|
|
@@ -56,5 +56,5 @@
|
|
|
56
56
|
"@next-dll/ace": "*",
|
|
57
57
|
"@next-dll/react-dnd": "*"
|
|
58
58
|
},
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "197589f385d52db012e20ad6a310c387762c1e15"
|
|
60
60
|
}
|