@ebuilding/biz-design 2.3.12 → 2.3.13
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/fesm2022/default.mjs
CHANGED
|
@@ -3462,10 +3462,10 @@ class DeonDesignFieldTypeBasic {
|
|
|
3462
3462
|
type: 'label',
|
|
3463
3463
|
label: '标签',
|
|
3464
3464
|
},
|
|
3465
|
-
{
|
|
3466
|
-
|
|
3467
|
-
|
|
3468
|
-
},
|
|
3465
|
+
// {
|
|
3466
|
+
// type: 'desc',
|
|
3467
|
+
// label: '文本描述',
|
|
3468
|
+
// },
|
|
3469
3469
|
{
|
|
3470
3470
|
type: 'grid',
|
|
3471
3471
|
label: '栅栏布局',
|
|
@@ -3492,10 +3492,10 @@ class DeonDesignFieldTypeBasic {
|
|
|
3492
3492
|
type: 'label',
|
|
3493
3493
|
label: '标签',
|
|
3494
3494
|
},
|
|
3495
|
-
{
|
|
3496
|
-
|
|
3497
|
-
|
|
3498
|
-
},
|
|
3495
|
+
// {
|
|
3496
|
+
// type: 'desc',
|
|
3497
|
+
// label: '文本描述',
|
|
3498
|
+
// },
|
|
3499
3499
|
];
|
|
3500
3500
|
otherList = [
|
|
3501
3501
|
{
|
|
@@ -3546,10 +3546,10 @@ class DeonDesignFieldTypeBasic2 {
|
|
|
3546
3546
|
type: 'label',
|
|
3547
3547
|
label: '标签',
|
|
3548
3548
|
},
|
|
3549
|
-
{
|
|
3550
|
-
|
|
3551
|
-
|
|
3552
|
-
},
|
|
3549
|
+
// {
|
|
3550
|
+
// type: 'desc',
|
|
3551
|
+
// label: '文本描述',
|
|
3552
|
+
// },
|
|
3553
3553
|
{
|
|
3554
3554
|
type: 'grid',
|
|
3555
3555
|
label: '栅栏布局',
|
|
@@ -3564,10 +3564,10 @@ class DeonDesignFieldTypeBasic2 {
|
|
|
3564
3564
|
type: 'label',
|
|
3565
3565
|
label: '标签',
|
|
3566
3566
|
},
|
|
3567
|
-
{
|
|
3568
|
-
|
|
3569
|
-
|
|
3570
|
-
},
|
|
3567
|
+
// {
|
|
3568
|
+
// type: 'desc',
|
|
3569
|
+
// label: '文本描述',
|
|
3570
|
+
// },
|
|
3571
3571
|
];
|
|
3572
3572
|
otherList = [
|
|
3573
3573
|
{
|