@next-bricks/presentational-bricks 1.244.4 → 1.245.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/CHANGELOG.md +38 -0
- package/deploy/contract.yaml +112 -109
- package/dist/bricks.json +27 -26
- package/dist/index.c2c18ea2.js +2 -0
- package/dist/index.c2c18ea2.js.map +1 -0
- package/dist/stories.json +17 -3
- package/package.json +3 -3
- package/dist/index.57a94fd1.js +0 -2
- package/dist/index.57a94fd1.js.map +0 -1
package/dist/stories.json
CHANGED
|
@@ -449,6 +449,10 @@
|
|
|
449
449
|
}
|
|
450
450
|
},
|
|
451
451
|
{
|
|
452
|
+
"description": {
|
|
453
|
+
"title": "",
|
|
454
|
+
"message": "本示例额外使用了通过target改变具体构件属性的知识点,具体可查看[设置指定构件属性方式](/next-docs/docs/brick-next/events#custom-handlers-properties)"
|
|
455
|
+
},
|
|
452
456
|
"brick": "presentational-bricks.brick-alert",
|
|
453
457
|
"properties": {
|
|
454
458
|
"id": "pseudoSlot",
|
|
@@ -1099,14 +1103,14 @@
|
|
|
1099
1103
|
"type": "boolean",
|
|
1100
1104
|
"required": "false",
|
|
1101
1105
|
"default": "-",
|
|
1102
|
-
"description": "
|
|
1106
|
+
"description": "搭配`localStorageKey`使用,为true时,关闭localStorageKey的url命名空间。"
|
|
1103
1107
|
},
|
|
1104
1108
|
{
|
|
1105
1109
|
"name": "foldDesc",
|
|
1106
1110
|
"type": "boolean",
|
|
1107
1111
|
"required": "false",
|
|
1108
1112
|
"default": "-",
|
|
1109
|
-
"description": "
|
|
1113
|
+
"description": "描述区折叠模式,仅`enableMessageSlot`为true时可用",
|
|
1110
1114
|
"group": "advanced"
|
|
1111
1115
|
},
|
|
1112
1116
|
{
|
|
@@ -6176,6 +6180,16 @@
|
|
|
6176
6180
|
"name": "presentational-bricks.brick-table",
|
|
6177
6181
|
"dockind": "brick",
|
|
6178
6182
|
"description": "当需要对数据进行排序、搜索、分页、自定义操作等复杂行为时",
|
|
6183
|
+
"groupI18n": {
|
|
6184
|
+
"basic": {
|
|
6185
|
+
"en": "Basic",
|
|
6186
|
+
"zh": "常用"
|
|
6187
|
+
},
|
|
6188
|
+
"advanced": {
|
|
6189
|
+
"en": "Advanced",
|
|
6190
|
+
"zh": "高级"
|
|
6191
|
+
}
|
|
6192
|
+
},
|
|
6179
6193
|
"author": "lynette",
|
|
6180
6194
|
"slots": null,
|
|
6181
6195
|
"history": [
|
|
@@ -8488,7 +8502,7 @@
|
|
|
8488
8502
|
"history": [
|
|
8489
8503
|
{
|
|
8490
8504
|
"version": "1.152.0",
|
|
8491
|
-
"change": "新属性 `
|
|
8505
|
+
"change": "新属性 `shwNickname`"
|
|
8492
8506
|
},
|
|
8493
8507
|
{
|
|
8494
8508
|
"version": "1.62.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/presentational-bricks",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.245.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",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@fortawesome/fontawesome-svg-core": "^1.2.35",
|
|
32
|
-
"@next-core/custom-antd-styles": "^1.24.
|
|
32
|
+
"@next-core/custom-antd-styles": "^1.24.8",
|
|
33
33
|
"@next-libs/basic-components": "^3.5.0",
|
|
34
34
|
"@next-libs/clipboard": "^3.0.2",
|
|
35
35
|
"@next-libs/cmdb-utils": "^3.1.0",
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"@next-dll/ace": "*",
|
|
56
56
|
"@next-dll/react-dnd": "*"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "981abab344c33e560ec3c3997558ac4f8410023e"
|
|
59
59
|
}
|