| | |
| | | const props = { |
| | | adjustPosition: { |
| | | type: Boolean, |
| | | value: true, |
| | | }, |
| | | autofocus: { |
| | | type: Boolean, |
| | | value: false, |
| | | }, |
| | | autosize: { |
| | | type: null, |
| | | value: false, |
| | | }, |
| | | confirmHold: { |
| | | type: Boolean, |
| | | value: false, |
| | | }, |
| | | confirmType: { |
| | | type: String, |
| | | value: 'return', |
| | | }, |
| | | cursorSpacing: { |
| | | type: Number, |
| | | value: 0, |
| | | }, |
| | | disabled: { |
| | | type: Boolean, |
| | | value: false, |
| | | }, |
| | | externalClasses: { |
| | | type: Array, |
| | | }, |
| | | focus: { |
| | | type: Boolean, |
| | | value: false, |
| | | }, |
| | | label: { |
| | | type: String, |
| | | }, |
| | | fixed: { |
| | | type: Boolean, |
| | | value: false, |
| | | }, |
| | | maxcharacter: { |
| | | type: Number, |
| | | }, |
| | | maxlength: { |
| | | type: Number, |
| | | value: -1, |
| | | }, |
| | | placeholder: { |
| | | type: String, |
| | | value: undefined, |
| | | }, |
| | | placeholderStyle: { |
| | | type: String, |
| | | value: '', |
| | | }, |
| | | value: { |
| | | type: String, |
| | | value: null, |
| | | }, |
| | | defaultValue: { |
| | | type: String, |
| | | value: '', |
| | | }, |
| | | bordered: { |
| | | type: Boolean, |
| | | value: false, |
| | | }, |
| | | indicator: { |
| | | type: Boolean, |
| | | value: false, |
| | | }, |
| | | cursor: { |
| | | type: Number, |
| | | value: -1, |
| | | }, |
| | | showConfirmBar: { |
| | | type: Boolean, |
| | | value: true, |
| | | }, |
| | | selectionStart: { |
| | | type: Number, |
| | | value: -1, |
| | | }, |
| | | selectionEnd: { |
| | | type: Number, |
| | | value: -1, |
| | | }, |
| | | disableDefaultPadding: { |
| | | type: Boolean, |
| | | value: false, |
| | | }, |
| | | holdKeyboard: { |
| | | type: Boolean, |
| | | value: false, |
| | | }, |
| | | }; |
| | | export default props; |
| | | const props={adjustPosition:{type:Boolean,value:!0},allowInputOverMax:{type:Boolean,value:!1},autofocus:{type:Boolean,value:!1},autosize:{type:null,value:!1},bordered:{type:Boolean,value:!1},confirmHold:{type:Boolean,value:!1},confirmType:{type:String,value:"return"},cursor:{type:Number,value:-1},cursorColor:{type:String,value:"#0052d9"},cursorSpacing:{type:Number,value:0},disableDefaultPadding:{type:Boolean,value:!1},disabled:{type:null,value:void 0},fixed:{type:Boolean,value:!1},focus:{type:Boolean,value:!1},holdKeyboard:{type:Boolean,value:!1},indicator:{type:Boolean,value:!1},label:{type:String},maxcharacter:{type:Number},maxlength:{type:Number,value:-1},placeholder:{type:String,value:void 0},placeholderClass:{type:String,value:"textarea-placeholder"},placeholderStyle:{type:String,value:""},readonly:{type:null,value:void 0},selectionEnd:{type:Number,value:-1},selectionStart:{type:Number,value:-1},showConfirmBar:{type:Boolean,value:!0},value:{type:null,value:null},defaultValue:{type:null}};export default props; |