@next-bricks/presentational-bricks 1.263.0 → 1.264.2
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 +30 -0
- package/deploy/contract.yaml +110 -110
- package/dist/bricks.json +32 -32
- package/dist/{index.6eb15a69.js → index.08de87d2.js} +1 -1
- package/dist/{index.6eb15a69.js.map → index.08de87d2.js.map} +1 -1
- package/dist/lazy-bricks/brick-collapse-card.dd92.95f70682.js.map +1 -1
- package/dist/lazy-bricks/card-item.dd92.ff491f7f.js.map +1 -1
- package/dist/stories.json +103 -34
- package/package.json +2 -2
package/dist/stories.json
CHANGED
|
@@ -5017,23 +5017,54 @@
|
|
|
5017
5017
|
"title": "操作",
|
|
5018
5018
|
"key": "operate",
|
|
5019
5019
|
"dataIndex": "operate",
|
|
5020
|
-
"useBrick":
|
|
5021
|
-
|
|
5022
|
-
|
|
5023
|
-
"
|
|
5024
|
-
|
|
5025
|
-
|
|
5026
|
-
"
|
|
5027
|
-
|
|
5028
|
-
|
|
5020
|
+
"useBrick": [
|
|
5021
|
+
{
|
|
5022
|
+
"brick": "presentational-bricks.brick-link",
|
|
5023
|
+
"properties": {
|
|
5024
|
+
"dataSource": "<% DATA.rowData %>",
|
|
5025
|
+
"notToJumpWhenEmpty": true,
|
|
5026
|
+
"label": "查看"
|
|
5027
|
+
},
|
|
5028
|
+
"events": {
|
|
5029
|
+
"link.click": {
|
|
5030
|
+
"action": "console.log"
|
|
5031
|
+
}
|
|
5029
5032
|
}
|
|
5030
5033
|
},
|
|
5031
|
-
|
|
5032
|
-
"
|
|
5033
|
-
|
|
5034
|
+
{
|
|
5035
|
+
"brick": "presentational-bricks.brick-link",
|
|
5036
|
+
"properties": {
|
|
5037
|
+
"dataSource": "<% DATA.rowData %>",
|
|
5038
|
+
"notToJumpWhenEmpty": true,
|
|
5039
|
+
"label": "订阅警报",
|
|
5040
|
+
"style": {
|
|
5041
|
+
"marginLeft": "8px"
|
|
5042
|
+
}
|
|
5043
|
+
},
|
|
5044
|
+
"events": {
|
|
5045
|
+
"link.click": {
|
|
5046
|
+
"action": "console.log"
|
|
5047
|
+
}
|
|
5048
|
+
}
|
|
5049
|
+
},
|
|
5050
|
+
{
|
|
5051
|
+
"brick": "presentational-bricks.brick-link",
|
|
5052
|
+
"properties": {
|
|
5053
|
+
"dataSource": "<% DATA.rowData %>",
|
|
5054
|
+
"notToJumpWhenEmpty": true,
|
|
5055
|
+
"label": "删除",
|
|
5056
|
+
"labelColor": "red",
|
|
5057
|
+
"style": {
|
|
5058
|
+
"marginLeft": "8px"
|
|
5059
|
+
}
|
|
5060
|
+
},
|
|
5061
|
+
"events": {
|
|
5062
|
+
"link.click": {
|
|
5063
|
+
"action": "console.log"
|
|
5064
|
+
}
|
|
5034
5065
|
}
|
|
5035
5066
|
}
|
|
5036
|
-
|
|
5067
|
+
]
|
|
5037
5068
|
}
|
|
5038
5069
|
],
|
|
5039
5070
|
"dataSource": {
|
|
@@ -5636,23 +5667,54 @@
|
|
|
5636
5667
|
"title": "操作",
|
|
5637
5668
|
"key": "operate",
|
|
5638
5669
|
"dataIndex": "operate",
|
|
5639
|
-
"useBrick":
|
|
5640
|
-
|
|
5641
|
-
|
|
5642
|
-
"
|
|
5643
|
-
|
|
5644
|
-
|
|
5645
|
-
"
|
|
5646
|
-
|
|
5647
|
-
|
|
5670
|
+
"useBrick": [
|
|
5671
|
+
{
|
|
5672
|
+
"brick": "presentational-bricks.brick-link",
|
|
5673
|
+
"properties": {
|
|
5674
|
+
"dataSource": "<% DATA.rowData %>",
|
|
5675
|
+
"notToJumpWhenEmpty": true,
|
|
5676
|
+
"label": "查看"
|
|
5677
|
+
},
|
|
5678
|
+
"events": {
|
|
5679
|
+
"link.click": {
|
|
5680
|
+
"action": "console.log"
|
|
5681
|
+
}
|
|
5648
5682
|
}
|
|
5649
5683
|
},
|
|
5650
|
-
|
|
5651
|
-
"
|
|
5652
|
-
|
|
5684
|
+
{
|
|
5685
|
+
"brick": "presentational-bricks.brick-link",
|
|
5686
|
+
"properties": {
|
|
5687
|
+
"dataSource": "<% DATA.rowData %>",
|
|
5688
|
+
"notToJumpWhenEmpty": true,
|
|
5689
|
+
"label": "订阅警报",
|
|
5690
|
+
"style": {
|
|
5691
|
+
"marginLeft": "8px"
|
|
5692
|
+
}
|
|
5693
|
+
},
|
|
5694
|
+
"events": {
|
|
5695
|
+
"link.click": {
|
|
5696
|
+
"action": "console.log"
|
|
5697
|
+
}
|
|
5698
|
+
}
|
|
5699
|
+
},
|
|
5700
|
+
{
|
|
5701
|
+
"brick": "presentational-bricks.brick-link",
|
|
5702
|
+
"properties": {
|
|
5703
|
+
"dataSource": "<% DATA.rowData %>",
|
|
5704
|
+
"notToJumpWhenEmpty": true,
|
|
5705
|
+
"label": "删除",
|
|
5706
|
+
"labelColor": "red",
|
|
5707
|
+
"style": {
|
|
5708
|
+
"marginLeft": "8px"
|
|
5709
|
+
}
|
|
5710
|
+
},
|
|
5711
|
+
"events": {
|
|
5712
|
+
"link.click": {
|
|
5713
|
+
"action": "console.log"
|
|
5714
|
+
}
|
|
5653
5715
|
}
|
|
5654
5716
|
}
|
|
5655
|
-
|
|
5717
|
+
]
|
|
5656
5718
|
}
|
|
5657
5719
|
],
|
|
5658
5720
|
"defaultExpandAllRows": true,
|
|
@@ -17551,7 +17613,7 @@
|
|
|
17551
17613
|
"author": "qimengwu",
|
|
17552
17614
|
"history": [
|
|
17553
17615
|
{
|
|
17554
|
-
"version": "1.
|
|
17616
|
+
"version": "1.0.0",
|
|
17555
17617
|
"change": " 新增构件 `presentational-bricks.basic-icon`"
|
|
17556
17618
|
}
|
|
17557
17619
|
],
|
|
@@ -17563,48 +17625,55 @@
|
|
|
17563
17625
|
"type": "MenuIcon | ImgIcon",
|
|
17564
17626
|
"required": "true",
|
|
17565
17627
|
"default": "-",
|
|
17566
|
-
"description": "图标"
|
|
17628
|
+
"description": "图标",
|
|
17629
|
+
"group": "basic"
|
|
17567
17630
|
},
|
|
17568
17631
|
{
|
|
17569
17632
|
"name": "size",
|
|
17570
17633
|
"type": "string",
|
|
17571
17634
|
"required": "false",
|
|
17572
17635
|
"default": "24px",
|
|
17573
|
-
"description": "图标大小"
|
|
17636
|
+
"description": "图标大小",
|
|
17637
|
+
"group": "basic"
|
|
17574
17638
|
},
|
|
17575
17639
|
{
|
|
17576
17640
|
"name": "renderBg",
|
|
17577
17641
|
"type": "boolean",
|
|
17578
17642
|
"required": "false",
|
|
17579
17643
|
"default": "false",
|
|
17580
|
-
"description": "是否渲染图标背景"
|
|
17644
|
+
"description": "是否渲染图标背景",
|
|
17645
|
+
"group": "basic"
|
|
17581
17646
|
},
|
|
17582
17647
|
{
|
|
17583
17648
|
"name": "bg",
|
|
17584
17649
|
"type": "string",
|
|
17585
17650
|
"required": "false",
|
|
17586
17651
|
"default": "",
|
|
17587
|
-
"description": "图标背景"
|
|
17652
|
+
"description": "图标背景",
|
|
17653
|
+
"group": "basic"
|
|
17588
17654
|
},
|
|
17589
17655
|
{
|
|
17590
17656
|
"name": "bgSize",
|
|
17591
17657
|
"type": "string",
|
|
17592
17658
|
"required": "false",
|
|
17593
17659
|
"default": "46px",
|
|
17594
|
-
"description": "图标背景大小"
|
|
17660
|
+
"description": "图标背景大小",
|
|
17661
|
+
"group": "basic"
|
|
17595
17662
|
},
|
|
17596
17663
|
{
|
|
17597
17664
|
"name": "bgBorderRadius",
|
|
17598
17665
|
"type": "string",
|
|
17599
17666
|
"required": "false",
|
|
17600
17667
|
"default": "",
|
|
17601
|
-
"description": "图标背景圆角大小"
|
|
17668
|
+
"description": "图标背景圆角大小",
|
|
17669
|
+
"group": "basic"
|
|
17602
17670
|
},
|
|
17603
17671
|
{
|
|
17604
17672
|
"name": "dataSource",
|
|
17605
17673
|
"type": "unknown",
|
|
17606
17674
|
"required": true,
|
|
17607
|
-
"description": "数据源"
|
|
17675
|
+
"description": "数据源",
|
|
17676
|
+
"group": "basic"
|
|
17608
17677
|
}
|
|
17609
17678
|
],
|
|
17610
17679
|
"events": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/presentational-bricks",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.264.2",
|
|
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",
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"@next-dll/ace": "*",
|
|
56
56
|
"@next-dll/react-dnd": "*"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "bea7efeac9dd74c4ad2655645b5143bd3a8c2ec5"
|
|
59
59
|
}
|