bm-admin-ui 1.2.24-alpha → 1.2.25-alpha
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.
|
@@ -21673,7 +21673,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
21673
21673
|
}
|
|
21674
21674
|
},
|
|
21675
21675
|
form: {
|
|
21676
|
-
title: "
|
|
21676
|
+
title: ""
|
|
21677
21677
|
},
|
|
21678
21678
|
submitBtn: false,
|
|
21679
21679
|
global: {
|
|
@@ -673,6 +673,8 @@ const fieldsMap$e = {
|
|
|
673
673
|
'title.title': 'title.title',
|
|
674
674
|
'props.placeholder': 'props.placeholder',
|
|
675
675
|
'props.precision': 'props.precision',
|
|
676
|
+
'props.min': 'props.min',
|
|
677
|
+
'props.addonAfter': 'props.addonAfter',
|
|
676
678
|
value: 'value',
|
|
677
679
|
'config.fieldRatio': 'config.fieldRatio',
|
|
678
680
|
'config.count': 'config.count',
|
|
@@ -782,6 +784,8 @@ var numInput = {
|
|
|
782
784
|
props: {
|
|
783
785
|
placeholder: rule.props.placeholder,
|
|
784
786
|
precision: rule.props.precision,
|
|
787
|
+
min: rule.props.min,
|
|
788
|
+
addonAfter: rule.props.addonAfter,
|
|
785
789
|
},
|
|
786
790
|
value: rule.value,
|
|
787
791
|
config: {
|
|
@@ -21687,7 +21687,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
21687
21687
|
}
|
|
21688
21688
|
},
|
|
21689
21689
|
form: {
|
|
21690
|
-
title: "
|
|
21690
|
+
title: ""
|
|
21691
21691
|
},
|
|
21692
21692
|
submitBtn: false,
|
|
21693
21693
|
global: {
|
|
@@ -683,6 +683,8 @@ const fieldsMap$e = {
|
|
|
683
683
|
'title.title': 'title.title',
|
|
684
684
|
'props.placeholder': 'props.placeholder',
|
|
685
685
|
'props.precision': 'props.precision',
|
|
686
|
+
'props.min': 'props.min',
|
|
687
|
+
'props.addonAfter': 'props.addonAfter',
|
|
686
688
|
value: 'value',
|
|
687
689
|
'config.fieldRatio': 'config.fieldRatio',
|
|
688
690
|
'config.count': 'config.count',
|
|
@@ -792,6 +794,8 @@ var numInput = {
|
|
|
792
794
|
props: {
|
|
793
795
|
placeholder: rule.props.placeholder,
|
|
794
796
|
precision: rule.props.precision,
|
|
797
|
+
min: rule.props.min,
|
|
798
|
+
addonAfter: rule.props.addonAfter,
|
|
795
799
|
},
|
|
796
800
|
value: rule.value,
|
|
797
801
|
config: {
|