| | |
| | | const props = { |
| | | align: { |
| | | type: String, |
| | | value: 'left', |
| | | }, |
| | | layout: { |
| | | type: String, |
| | | value: 'horizontal', |
| | | }, |
| | | borderless: { |
| | | type: Boolean, |
| | | value: false, |
| | | }, |
| | | clearable: { |
| | | type: null, |
| | | value: false, |
| | | }, |
| | | clearTrigger: { |
| | | type: String, |
| | | value: 'always', |
| | | }, |
| | | disabled: { |
| | | type: Boolean, |
| | | value: false, |
| | | }, |
| | | errorMessage: { |
| | | type: String, |
| | | value: '', |
| | | }, |
| | | externalClasses: { |
| | | type: Array, |
| | | }, |
| | | format: { |
| | | type: null, |
| | | }, |
| | | label: { |
| | | type: String, |
| | | }, |
| | | maxcharacter: { |
| | | type: Number, |
| | | }, |
| | | maxlength: { |
| | | type: Number, |
| | | value: -1, |
| | | }, |
| | | placeholder: { |
| | | type: String, |
| | | value: undefined, |
| | | }, |
| | | prefixIcon: { |
| | | type: null, |
| | | value: null, |
| | | }, |
| | | readonly: { |
| | | type: Boolean, |
| | | value: false, |
| | | }, |
| | | size: { |
| | | type: String, |
| | | value: 'medium', |
| | | }, |
| | | status: { |
| | | type: String, |
| | | value: 'default', |
| | | }, |
| | | suffix: { |
| | | type: String, |
| | | }, |
| | | suffixIcon: { |
| | | type: null, |
| | | value: null, |
| | | }, |
| | | tips: { |
| | | type: String, |
| | | }, |
| | | value: { |
| | | type: String, |
| | | optionalTypes: [Number], |
| | | value: null, |
| | | }, |
| | | defaultValue: { |
| | | type: String, |
| | | optionalTypes: [Number], |
| | | }, |
| | | type: { |
| | | type: String, |
| | | value: 'text', |
| | | }, |
| | | placeholderStyle: { |
| | | type: String, |
| | | value: '', |
| | | }, |
| | | placeholderClass: { |
| | | type: String, |
| | | value: 'input-placeholder', |
| | | }, |
| | | cursorSpacing: { |
| | | type: Number, |
| | | value: 0, |
| | | }, |
| | | autoFocus: { |
| | | type: Boolean, |
| | | value: false, |
| | | }, |
| | | focus: { |
| | | type: Boolean, |
| | | value: false, |
| | | }, |
| | | confirmType: { |
| | | type: String, |
| | | value: 'done', |
| | | }, |
| | | alwaysEmbed: { |
| | | type: Boolean, |
| | | value: false, |
| | | }, |
| | | confirmHold: { |
| | | type: Boolean, |
| | | value: false, |
| | | }, |
| | | cursor: { |
| | | type: Number, |
| | | }, |
| | | selectionStart: { |
| | | type: Number, |
| | | value: -1, |
| | | }, |
| | | selectionEnd: { |
| | | type: Number, |
| | | value: -1, |
| | | }, |
| | | adjustPosition: { |
| | | type: Boolean, |
| | | value: true, |
| | | }, |
| | | holdKeyboard: { |
| | | type: Boolean, |
| | | value: false, |
| | | }, |
| | | safePasswordCertPath: { |
| | | type: String, |
| | | value: '', |
| | | }, |
| | | safePasswordLength: { |
| | | type: Number, |
| | | }, |
| | | safePasswordTimeStamp: { |
| | | type: Number, |
| | | }, |
| | | safePasswordNonce: { |
| | | type: String, |
| | | value: '', |
| | | }, |
| | | safePasswordSalt: { |
| | | type: String, |
| | | value: '', |
| | | }, |
| | | safePasswordCustomHash: { |
| | | type: String, |
| | | value: '', |
| | | }, |
| | | }; |
| | | export default props; |
| | | const props={adjustPosition:{type:Boolean,value:!0},align:{type:String,value:"left"},allowInputOverMax:{type:Boolean,value:!1},alwaysEmbed:{type:Boolean,value:!1},autoFocus:{type:Boolean,value:!1},borderless:{type:Boolean,value:!1},clearTrigger:{type:String,value:"always"},clearable:{type:null,value:!1},confirmHold:{type:Boolean,value:!1},confirmType:{type:String,value:"done"},cursor:{type:Number,value:-1,required:!0},cursorColor:{type:String,value:"#0052d9"},cursorSpacing:{type:Number,value:0},disabled:{type:null,value:void 0},focus:{type:Boolean,value:!1},format:{type:null},holdKeyboard:{type:Boolean,value:!1},label:{type:String},layout:{type:String,value:"horizontal"},maxcharacter:{type:Number},maxlength:{type:Number,value:-1},placeholder:{type:String,value:void 0},placeholderClass:{type:String,value:"input-placeholder"},placeholderStyle:{type:String,value:"",required:!0},prefixIcon:{type:null},readonly:{type:null,value:void 0},safePasswordCertPath:{type:String,value:""},safePasswordCustomHash:{type:String,value:""},safePasswordLength:{type:Number},safePasswordNonce:{type:String,value:""},safePasswordSalt:{type:String,value:""},safePasswordTimeStamp:{type:Number},selectionEnd:{type:Number,value:-1},selectionStart:{type:Number,value:-1},status:{type:String,value:"default"},suffix:{type:String},suffixIcon:{type:null},tips:{type:String},type:{type:String,value:"text"},value:{type:null}};export default props; |