wireless-desc-converter 1.0.9 → 1.0.11
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.
|
@@ -486,7 +486,6 @@ function buildTextModule(params) {
|
|
|
486
486
|
{ id: 'images', type: 'multiComplex', values: imageValues },
|
|
487
487
|
singleCheckField('enable', 'true'),
|
|
488
488
|
singleCheckField('countHeight', 'false'),
|
|
489
|
-
inputField('id', groupId),
|
|
490
489
|
{ id: 'textStyle', type: 'complex', value: { props: textStyleProps } }
|
|
491
490
|
// sample(示意图)不传:官方文档确认为可选字段,缺省不报错
|
|
492
491
|
]
|
|
@@ -534,7 +533,6 @@ function buildImageModule(params) {
|
|
|
534
533
|
singleCheckField('enable', 'true'),
|
|
535
534
|
singleCheckField('countHeight', 'true'),
|
|
536
535
|
{ id: 'hot_area', type: 'multiComplex', values: hotAreaValues },
|
|
537
|
-
inputField('id', groupId),
|
|
538
536
|
{ id: 'sample', type: 'multiComplex', values: sampleValues }
|
|
539
537
|
]
|
|
540
538
|
}
|
|
@@ -552,12 +550,10 @@ function buildRichTextModule(params) {
|
|
|
552
550
|
props: [
|
|
553
551
|
singleCheckField('enable', 'false'),
|
|
554
552
|
singleCheckField('countHeight', 'false'),
|
|
555
|
-
inputField('id', groupId),
|
|
556
553
|
{ id: 'html', type: 'complex', value: {
|
|
557
554
|
props: [inputField('text', params.html || ''), inputField('width', ''), inputField('height', '')]
|
|
558
555
|
}},
|
|
559
556
|
{ id: 'sample', type: 'multiComplex', values: [] }
|
|
560
|
-
// id 字段(groupId)不传:淘宝接口标记为只读字段,提交时不可携带
|
|
561
557
|
]
|
|
562
558
|
}
|
|
563
559
|
};
|
|
@@ -484,7 +484,6 @@ function buildTextModule(params) {
|
|
|
484
484
|
{ id: 'images', type: 'multiComplex', values: imageValues },
|
|
485
485
|
singleCheckField('enable', 'true'),
|
|
486
486
|
singleCheckField('countHeight', 'false'),
|
|
487
|
-
inputField('id', groupId),
|
|
488
487
|
{ id: 'textStyle', type: 'complex', value: { props: textStyleProps } }
|
|
489
488
|
// sample(示意图)不传:官方文档确认为可选字段,缺省不报错
|
|
490
489
|
]
|
|
@@ -532,7 +531,6 @@ function buildImageModule(params) {
|
|
|
532
531
|
singleCheckField('enable', 'true'),
|
|
533
532
|
singleCheckField('countHeight', 'true'),
|
|
534
533
|
{ id: 'hot_area', type: 'multiComplex', values: hotAreaValues },
|
|
535
|
-
inputField('id', groupId),
|
|
536
534
|
{ id: 'sample', type: 'multiComplex', values: sampleValues }
|
|
537
535
|
]
|
|
538
536
|
}
|
|
@@ -550,12 +548,10 @@ function buildRichTextModule(params) {
|
|
|
550
548
|
props: [
|
|
551
549
|
singleCheckField('enable', 'false'),
|
|
552
550
|
singleCheckField('countHeight', 'false'),
|
|
553
|
-
inputField('id', groupId),
|
|
554
551
|
{ id: 'html', type: 'complex', value: {
|
|
555
552
|
props: [inputField('text', params.html || ''), inputField('width', ''), inputField('height', '')]
|
|
556
553
|
}},
|
|
557
554
|
{ id: 'sample', type: 'multiComplex', values: [] }
|
|
558
|
-
// id 字段(groupId)不传:淘宝接口标记为只读字段,提交时不可携带
|
|
559
555
|
]
|
|
560
556
|
}
|
|
561
557
|
};
|
|
@@ -490,7 +490,6 @@
|
|
|
490
490
|
{ id: 'images', type: 'multiComplex', values: imageValues },
|
|
491
491
|
singleCheckField('enable', 'true'),
|
|
492
492
|
singleCheckField('countHeight', 'false'),
|
|
493
|
-
inputField('id', groupId),
|
|
494
493
|
{ id: 'textStyle', type: 'complex', value: { props: textStyleProps } }
|
|
495
494
|
// sample(示意图)不传:官方文档确认为可选字段,缺省不报错
|
|
496
495
|
]
|
|
@@ -538,7 +537,6 @@
|
|
|
538
537
|
singleCheckField('enable', 'true'),
|
|
539
538
|
singleCheckField('countHeight', 'true'),
|
|
540
539
|
{ id: 'hot_area', type: 'multiComplex', values: hotAreaValues },
|
|
541
|
-
inputField('id', groupId),
|
|
542
540
|
{ id: 'sample', type: 'multiComplex', values: sampleValues }
|
|
543
541
|
]
|
|
544
542
|
}
|
|
@@ -556,12 +554,10 @@
|
|
|
556
554
|
props: [
|
|
557
555
|
singleCheckField('enable', 'false'),
|
|
558
556
|
singleCheckField('countHeight', 'false'),
|
|
559
|
-
inputField('id', groupId),
|
|
560
557
|
{ id: 'html', type: 'complex', value: {
|
|
561
558
|
props: [inputField('text', params.html || ''), inputField('width', ''), inputField('height', '')]
|
|
562
559
|
}},
|
|
563
560
|
{ id: 'sample', type: 'multiComplex', values: [] }
|
|
564
|
-
// id 字段(groupId)不传:淘宝接口标记为只读字段,提交时不可携带
|
|
565
561
|
]
|
|
566
562
|
}
|
|
567
563
|
};
|
package/package.json
CHANGED
package/src/index.js
CHANGED
|
@@ -486,7 +486,6 @@ function buildTextModule(params) {
|
|
|
486
486
|
singleCheckField('countHeight', 'false'),
|
|
487
487
|
{ id: 'textStyle', type: 'complex', value: { props: textStyleProps } }
|
|
488
488
|
// sample(示意图)不传:官方文档确认为可选字段,缺省不报错
|
|
489
|
-
// id 字段(groupId)不传:淘宝接口标记为只读字段,提交时不可携带
|
|
490
489
|
]
|
|
491
490
|
}
|
|
492
491
|
};
|
|
@@ -533,7 +532,6 @@ function buildImageModule(params) {
|
|
|
533
532
|
singleCheckField('countHeight', 'true'),
|
|
534
533
|
{ id: 'hot_area', type: 'multiComplex', values: hotAreaValues },
|
|
535
534
|
{ id: 'sample', type: 'multiComplex', values: sampleValues }
|
|
536
|
-
// id 字段(groupId)不传:淘宝接口标记为只读字段,提交时不可携带
|
|
537
535
|
]
|
|
538
536
|
}
|
|
539
537
|
};
|
|
@@ -554,7 +552,6 @@ function buildRichTextModule(params) {
|
|
|
554
552
|
props: [inputField('text', params.html || ''), inputField('width', ''), inputField('height', '')]
|
|
555
553
|
}},
|
|
556
554
|
{ id: 'sample', type: 'multiComplex', values: [] }
|
|
557
|
-
// id 字段(groupId)不传:淘宝接口标记为只读字段,提交时不可携带
|
|
558
555
|
]
|
|
559
556
|
}
|
|
560
557
|
};
|