@next-bricks/presentational-bricks 1.292.0 → 1.293.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/deploy/contract.yaml +77 -77
- package/dist/bricks.json +1 -1
- package/dist/index.1852c578.js +2 -0
- package/dist/index.1852c578.js.map +1 -0
- package/dist/stories.json +129 -3
- package/package.json +2 -2
- package/dist/index.8ee3b1dd.js +0 -2
- package/dist/index.8ee3b1dd.js.map +0 -1
package/dist/stories.json
CHANGED
|
@@ -2420,6 +2420,68 @@
|
|
|
2420
2420
|
"b"
|
|
2421
2421
|
]
|
|
2422
2422
|
}
|
|
2423
|
+
},
|
|
2424
|
+
{
|
|
2425
|
+
"brick": "presentational-bricks.brick-descriptions",
|
|
2426
|
+
"properties": {
|
|
2427
|
+
"descriptionList": [
|
|
2428
|
+
{
|
|
2429
|
+
"itemList": [
|
|
2430
|
+
{
|
|
2431
|
+
"text": "name",
|
|
2432
|
+
"label": "名称"
|
|
2433
|
+
},
|
|
2434
|
+
{
|
|
2435
|
+
"text": "无",
|
|
2436
|
+
"label": "环境类型"
|
|
2437
|
+
},
|
|
2438
|
+
{
|
|
2439
|
+
"text": "client",
|
|
2440
|
+
"label": "授权模式"
|
|
2441
|
+
},
|
|
2442
|
+
{
|
|
2443
|
+
"text": "无",
|
|
2444
|
+
"label": "服务提供商"
|
|
2445
|
+
}
|
|
2446
|
+
],
|
|
2447
|
+
"descriptionTitle": "基本信息"
|
|
2448
|
+
},
|
|
2449
|
+
{
|
|
2450
|
+
"itemList": [
|
|
2451
|
+
{
|
|
2452
|
+
"text": "导入",
|
|
2453
|
+
"label": "集群来源"
|
|
2454
|
+
},
|
|
2455
|
+
{
|
|
2456
|
+
"text": "3个",
|
|
2457
|
+
"label": "节点数量"
|
|
2458
|
+
},
|
|
2459
|
+
{
|
|
2460
|
+
"text": "可分配CPU",
|
|
2461
|
+
"label": "12 Cores"
|
|
2462
|
+
},
|
|
2463
|
+
{
|
|
2464
|
+
"text": "可分配内存",
|
|
2465
|
+
"label": "44GB"
|
|
2466
|
+
}
|
|
2467
|
+
],
|
|
2468
|
+
"descriptionTitle": "集群规格"
|
|
2469
|
+
},
|
|
2470
|
+
{
|
|
2471
|
+
"itemList": [
|
|
2472
|
+
{
|
|
2473
|
+
"text": "Lynette",
|
|
2474
|
+
"label": "UserName"
|
|
2475
|
+
},
|
|
2476
|
+
{
|
|
2477
|
+
"text": "18",
|
|
2478
|
+
"label": "Age"
|
|
2479
|
+
}
|
|
2480
|
+
],
|
|
2481
|
+
"descriptionTitle": "User Info"
|
|
2482
|
+
}
|
|
2483
|
+
]
|
|
2484
|
+
}
|
|
2423
2485
|
}
|
|
2424
2486
|
],
|
|
2425
2487
|
"doc": {
|
|
@@ -2445,10 +2507,18 @@
|
|
|
2445
2507
|
"description": "描述列表的标题,显示在最顶部",
|
|
2446
2508
|
"group": "basic"
|
|
2447
2509
|
},
|
|
2510
|
+
{
|
|
2511
|
+
"name": "descriptionList",
|
|
2512
|
+
"type": "any[]",
|
|
2513
|
+
"required": "false",
|
|
2514
|
+
"default": "-",
|
|
2515
|
+
"description": "多个描述列表时的数据入口",
|
|
2516
|
+
"group": "basic"
|
|
2517
|
+
},
|
|
2448
2518
|
{
|
|
2449
2519
|
"name": "itemList",
|
|
2450
2520
|
"type": "BrickDescriptionsItemProps[]",
|
|
2451
|
-
"required": "
|
|
2521
|
+
"required": "false",
|
|
2452
2522
|
"default": "-",
|
|
2453
2523
|
"description": "描述列表项,扩展自 ant-design DescriptionItem 相关配置项,额外扩展项如下,其他项查阅:[DescriptionItem](https://ant.design/components/descriptions-cn/#DescriptionItem)",
|
|
2454
2524
|
"group": "basic"
|
|
@@ -2519,6 +2589,62 @@
|
|
|
2519
2589
|
}
|
|
2520
2590
|
],
|
|
2521
2591
|
"interface": [
|
|
2592
|
+
{
|
|
2593
|
+
"name": "DescriptionListProps",
|
|
2594
|
+
"typeParameter": null,
|
|
2595
|
+
"kind": "interface",
|
|
2596
|
+
"children": [
|
|
2597
|
+
{
|
|
2598
|
+
"name": "bordered",
|
|
2599
|
+
"type": "boolean",
|
|
2600
|
+
"required": false,
|
|
2601
|
+
"description": ""
|
|
2602
|
+
},
|
|
2603
|
+
{
|
|
2604
|
+
"name": "column",
|
|
2605
|
+
"type": "number",
|
|
2606
|
+
"required": false,
|
|
2607
|
+
"description": ""
|
|
2608
|
+
},
|
|
2609
|
+
{
|
|
2610
|
+
"name": "configProps",
|
|
2611
|
+
"type": "DescriptionsProps",
|
|
2612
|
+
"required": false,
|
|
2613
|
+
"description": ""
|
|
2614
|
+
},
|
|
2615
|
+
{
|
|
2616
|
+
"name": "descriptionTitle",
|
|
2617
|
+
"type": "string",
|
|
2618
|
+
"required": true,
|
|
2619
|
+
"description": ""
|
|
2620
|
+
},
|
|
2621
|
+
{
|
|
2622
|
+
"name": "hideGroups",
|
|
2623
|
+
"type": "string[] | string",
|
|
2624
|
+
"required": false,
|
|
2625
|
+
"description": ""
|
|
2626
|
+
},
|
|
2627
|
+
{
|
|
2628
|
+
"name": "itemList",
|
|
2629
|
+
"type": "BrickDescriptionsItemProps[]",
|
|
2630
|
+
"required": true,
|
|
2631
|
+
"description": ""
|
|
2632
|
+
},
|
|
2633
|
+
{
|
|
2634
|
+
"name": "layout",
|
|
2635
|
+
"type": "LayoutType",
|
|
2636
|
+
"required": false,
|
|
2637
|
+
"description": ""
|
|
2638
|
+
},
|
|
2639
|
+
{
|
|
2640
|
+
"name": "size",
|
|
2641
|
+
"type": "SizeType",
|
|
2642
|
+
"required": false,
|
|
2643
|
+
"description": ""
|
|
2644
|
+
}
|
|
2645
|
+
],
|
|
2646
|
+
"indexSignature": []
|
|
2647
|
+
},
|
|
2522
2648
|
{
|
|
2523
2649
|
"name": "BrickDescriptionsItemProps",
|
|
2524
2650
|
"typeParameter": null,
|
|
@@ -12855,7 +12981,7 @@
|
|
|
12855
12981
|
"name": "__index",
|
|
12856
12982
|
"parameters": [
|
|
12857
12983
|
{
|
|
12858
|
-
"id":
|
|
12984
|
+
"id": 16769,
|
|
12859
12985
|
"name": "propName",
|
|
12860
12986
|
"kind": 32768,
|
|
12861
12987
|
"kindString": "Parameter",
|
|
@@ -19031,7 +19157,7 @@
|
|
|
19031
19157
|
"name": "__index",
|
|
19032
19158
|
"parameters": [
|
|
19033
19159
|
{
|
|
19034
|
-
"id":
|
|
19160
|
+
"id": 16769,
|
|
19035
19161
|
"name": "propName",
|
|
19036
19162
|
"kind": 32768,
|
|
19037
19163
|
"kindString": "Parameter",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/presentational-bricks",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.293.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",
|
|
@@ -69,5 +69,5 @@
|
|
|
69
69
|
"@next-dll/ace": "*",
|
|
70
70
|
"@next-dll/react-dnd": "*"
|
|
71
71
|
},
|
|
72
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "a03a71d2dc3d33007ecdb17288baed7ea748d82c"
|
|
73
73
|
}
|