12 |
- "use strict";const e=require("../../libs/config/props.js"),o={props:{name:{type:[String,Number],default:()=>e.defProps.numberBox.name},modelValue:{type:[String,Number],default:()=>e.defProps.numberBox.value},min:{type:[String,Number],default:()=>e.defProps.numberBox.min},max:{type:[String,Number],default:()=>e.defProps.numberBox.max},step:{type:[String,Number],default:()=>e.defProps.numberBox.step},integer:{type:Boolean,default:()=>e.defProps.numberBox.integer},disabled:{type:Boolean,default:()=>e.defProps.numberBox.disabled},disabledInput:{type:Boolean,default:()=>e.defProps.numberBox.disabledInput},asyncChange:{type:Boolean,default:()=>e.defProps.numberBox.asyncChange},inputWidth:{type:[String,Number],default:()=>e.defProps.numberBox.inputWidth},showMinus:{type:Boolean,default:()=>e.defProps.numberBox.showMinus},showPlus:{type:Boolean,default:()=>e.defProps.numberBox.showPlus},decimalLength:{type:[String,Number,null],default:()=>e.defProps.numberBox.decimalLength},longPress:{type:Boolean,default:()=>e.defProps.numberBox.longPress},color:{type:String,default:()=>e.defProps.numberBox.color},buttonSize:{type:[String,Number],default:()=>e.defProps.numberBox.buttonSize},bgColor:{type:String,default:()=>e.defProps.numberBox.bgColor},cursorSpacing:{type:[String,Number],default:()=>e.defProps.numberBox.cursorSpacing},disablePlus:{type:Boolean,default:()=>e.defProps.numberBox.disablePlus},disableMinus:{type:Boolean,default:()=>e.defProps.numberBox.disableMinus},iconStyle:{type:[Object,String],default:()=>e.defProps.numberBox.iconStyle}}};exports.props=o;
- //# sourceMappingURL=../../../../../.sourcemap/mp-weixin/uni_modules/uview-plus/components/u-number-box/props.js.map
|