@next-bricks/presentational-bricks 1.305.1 → 1.306.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/dist/stories.json
CHANGED
|
@@ -12367,6 +12367,13 @@
|
|
|
12367
12367
|
"required": "false",
|
|
12368
12368
|
"default": "-",
|
|
12369
12369
|
"description": "数据源"
|
|
12370
|
+
},
|
|
12371
|
+
{
|
|
12372
|
+
"name": "suffixCount",
|
|
12373
|
+
"type": "number",
|
|
12374
|
+
"required": "false",
|
|
12375
|
+
"default": "10",
|
|
12376
|
+
"description": "当`type: text`,中间省略时,保留文本末尾字段的的数量"
|
|
12370
12377
|
}
|
|
12371
12378
|
],
|
|
12372
12379
|
"events": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/presentational-bricks",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.306.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",
|
|
@@ -73,5 +73,5 @@
|
|
|
73
73
|
"@next-dll/ace": "*",
|
|
74
74
|
"@next-dll/react-dnd": "*"
|
|
75
75
|
},
|
|
76
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "3b4232fcd9279ba0c5287f424686d55b3e953602"
|
|
77
77
|
}
|