1 |
- "use strict";const e=require("../../libs/config/props.js"),t={props:{modelValue:{type:[String,Number],default:()=>e.defProps.input.value},type:{type:String,default:()=>e.defProps.input.type},fixed:{type:Boolean,default:()=>e.defProps.input.fixed},disabled:{type:Boolean,default:()=>e.defProps.input.disabled},disabledColor:{type:String,default:()=>e.defProps.input.disabledColor},clearable:{type:Boolean,default:()=>e.defProps.input.clearable},password:{type:Boolean,default:()=>e.defProps.input.password},maxlength:{type:[String,Number],default:()=>e.defProps.input.maxlength},placeholder:{type:String,default:()=>e.defProps.input.placeholder},placeholderClass:{type:String,default:()=>e.defProps.input.placeholderClass},placeholderStyle:{type:[String,Object],default:()=>e.defProps.input.placeholderStyle},showWordLimit:{type:Boolean,default:()=>e.defProps.input.showWordLimit},confirmType:{type:String,default:()=>e.defProps.input.confirmType},confirmHold:{type:Boolean,default:()=>e.defProps.input.confirmHold},holdKeyboard:{type:Boolean,default:()=>e.defProps.input.holdKeyboard},focus:{type:Boolean,default:()=>e.defProps.input.focus},autoBlur:{type:Boolean,default:()=>e.defProps.input.autoBlur},disableDefaultPadding:{type:Boolean,default:()=>e.defProps.input.disableDefaultPadding},cursor:{type:[String,Number],default:()=>e.defProps.input.cursor},cursorSpacing:{type:[String,Number],default:()=>e.defProps.input.cursorSpacing},selectionStart:{type:[String,Number],default:()=>e.defProps.input.selectionStart},selectionEnd:{type:[String,Number],default:()=>e.defProps.input.selectionEnd},adjustPosition:{type:Boolean,default:()=>e.defProps.input.adjustPosition},inputAlign:{type:String,default:()=>e.defProps.input.inputAlign},fontSize:{type:[String,Number],default:()=>e.defProps.input.fontSize},color:{type:String,default:()=>e.defProps.input.color},prefixIcon:{type:String,default:()=>e.defProps.input.prefixIcon},prefixIconStyle:{type:[String,Object],default:()=>e.defProps.input.prefixIconStyle},suffixIcon:{type:String,default:()=>e.defProps.input.suffixIcon},suffixIconStyle:{type:[String,Object],default:()=>e.defProps.input.suffixIconStyle},border:{type:String,default:()=>e.defProps.input.border},readonly:{type:Boolean,default:()=>e.defProps.input.readonly},shape:{type:String,default:()=>e.defProps.input.shape},formatter:{type:[Function,null],default:()=>e.defProps.input.formatter},ignoreCompositionEvent:{type:Boolean,default:!0}}};exports.props=t;
|