@next-bricks/presentational-bricks 1.300.6 → 1.301.1

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
@@ -19582,5 +19582,78 @@
19582
19582
  ],
19583
19583
  "interface": []
19584
19584
  }
19585
+ },
19586
+ {
19587
+ "storyId": "presentational-bricks.brick-user-group",
19588
+ "category": "display-component",
19589
+ "type": "brick",
19590
+ "author": "dophi",
19591
+ "text": {
19592
+ "en": "user group element",
19593
+ "zh": "展示一组用户"
19594
+ },
19595
+ "description": {
19596
+ "en": "display user avatar and user name group",
19597
+ "zh": "展示一组用户头像加用户名"
19598
+ },
19599
+ "icon": {
19600
+ "imgSrc": "bricks/presentational-bricks/dist/stories-asserts/presentational-bricks.brick-user.b741417d24b97429.svg"
19601
+ },
19602
+ "conf": [
19603
+ {
19604
+ "brick": "presentational-bricks.brick-user-group",
19605
+ "properties": {
19606
+ "userNameOrIds": [
19607
+ "alrenhuang",
19608
+ "5c6bbc5010976",
19609
+ "easyops",
19610
+ "youngxu"
19611
+ ],
19612
+ "displayShowKey": true,
19613
+ "configProps": {
19614
+ "maxCount": 2,
19615
+ "size": "small"
19616
+ }
19617
+ }
19618
+ }
19619
+ ],
19620
+ "previewColumns": 2,
19621
+ "doc": {
19622
+ "id": "presentational-bricks.brick-user-group",
19623
+ "author": "dophjing",
19624
+ "history": [
19625
+ {
19626
+ "version": "1.x.0",
19627
+ "change": " 新增构件 `presentational-bricks.brick-user-group`"
19628
+ }
19629
+ ],
19630
+ "dockind": "brick",
19631
+ "properties": [
19632
+ {
19633
+ "name": "userNameOrIds",
19634
+ "type": "string[]",
19635
+ "required": "true",
19636
+ "default": "-",
19637
+ "description": "用户名或用户 instanceId数组",
19638
+ "group": "basic"
19639
+ },
19640
+ {
19641
+ "name": "displayShowKey",
19642
+ "type": "\"boolean\"",
19643
+ "required": "false",
19644
+ "default": "false",
19645
+ "description": "是否显示 `showKey` ,如果有则显示`alan(hero)` or `alan`"
19646
+ },
19647
+ {
19648
+ "name": "configProps",
19649
+ "type": "GroupProps",
19650
+ "required": "false",
19651
+ "default": "-",
19652
+ "description": "https://ant.design/components/avatar-cn#avatargroup-450",
19653
+ "group": "basic"
19654
+ }
19655
+ ],
19656
+ "interface": []
19657
+ }
19585
19658
  }
19586
19659
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/presentational-bricks",
3
- "version": "1.300.6",
3
+ "version": "1.301.1",
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": "6fce410bf2abbffe1f3458f082999c636ceceb40"
76
+ "gitHead": "6e81429ff80f1f08ba784d5fd0a123d8658c0a09"
77
77
  }