@next-bricks/presentational-bricks 1.301.1 → 1.303.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
|
@@ -2482,6 +2482,56 @@
|
|
|
2482
2482
|
}
|
|
2483
2483
|
]
|
|
2484
2484
|
}
|
|
2485
|
+
},
|
|
2486
|
+
{
|
|
2487
|
+
"brick": "presentational-bricks.brick-descriptions",
|
|
2488
|
+
"properties": {
|
|
2489
|
+
"itemList": [
|
|
2490
|
+
{
|
|
2491
|
+
"text": "Lynette",
|
|
2492
|
+
"label": "UserName"
|
|
2493
|
+
},
|
|
2494
|
+
{
|
|
2495
|
+
"text": "18",
|
|
2496
|
+
"label": "Age"
|
|
2497
|
+
},
|
|
2498
|
+
{
|
|
2499
|
+
"label": "Tags",
|
|
2500
|
+
"useBrick": {
|
|
2501
|
+
"brick": "presentational-bricks.brick-tag",
|
|
2502
|
+
"properties": {
|
|
2503
|
+
"tagList": "<% DATA.tags %>",
|
|
2504
|
+
"configProps": {
|
|
2505
|
+
"color": "orange"
|
|
2506
|
+
},
|
|
2507
|
+
"showCard": false
|
|
2508
|
+
}
|
|
2509
|
+
}
|
|
2510
|
+
},
|
|
2511
|
+
{
|
|
2512
|
+
"text": " 2018-01-24",
|
|
2513
|
+
"label": "Order time"
|
|
2514
|
+
},
|
|
2515
|
+
{
|
|
2516
|
+
"text": "2019-04-24 18:00:00",
|
|
2517
|
+
"label": "Usage Time",
|
|
2518
|
+
"span": 2
|
|
2519
|
+
},
|
|
2520
|
+
{
|
|
2521
|
+
"text": "Data disk type: MongoDB",
|
|
2522
|
+
"label": "Config Info",
|
|
2523
|
+
"span": 3
|
|
2524
|
+
}
|
|
2525
|
+
],
|
|
2526
|
+
"descriptionTitle": "User Info",
|
|
2527
|
+
"bordered": true,
|
|
2528
|
+
"dataSource": {
|
|
2529
|
+
"tags": [
|
|
2530
|
+
"user",
|
|
2531
|
+
"admin"
|
|
2532
|
+
]
|
|
2533
|
+
}
|
|
2534
|
+
}
|
|
2485
2535
|
}
|
|
2486
2536
|
],
|
|
2487
2537
|
"doc": {
|
|
@@ -19569,14 +19619,19 @@
|
|
|
19569
19619
|
}
|
|
19570
19620
|
],
|
|
19571
19621
|
"events": [
|
|
19622
|
+
{
|
|
19623
|
+
"type": "search.change",
|
|
19624
|
+
"detail": "{ direction: \"left\" | \"right\"; value: any }",
|
|
19625
|
+
"description": "搜索框发出的事件,event.detail是搜索框的值"
|
|
19626
|
+
},
|
|
19572
19627
|
{
|
|
19573
19628
|
"type": "sort.change",
|
|
19574
|
-
"detail": "",
|
|
19629
|
+
"detail": "string[]",
|
|
19575
19630
|
"description": "右栏表格拖拽排序发出的事件,event.detail是右栏表格排序后的key数组"
|
|
19576
19631
|
},
|
|
19577
19632
|
{
|
|
19578
19633
|
"type": "table.transfer.change",
|
|
19579
|
-
"detail": "",
|
|
19634
|
+
"detail": "string[]",
|
|
19580
19635
|
"description": "当选项发生转移时发出的事件,event.detail是\t右侧框数据的 key 集合"
|
|
19581
19636
|
}
|
|
19582
19637
|
],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/presentational-bricks",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.303.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": "d0063b9f1252467858caf2367b00711fed4f9519"
|
|
77
77
|
}
|