tdesign-vue-next
Version:
TDesign Component for vue-next
55 lines (50 loc) • 956 B
JavaScript
/**
* tdesign v1.17.7
* (c) 2025 tdesign
* @license MIT
*/
;
Object.defineProperty(exports, '__esModule', { value: true });
var props = {
autoWidth: Boolean,
disabled: Boolean,
inputValue: {
type: Array,
"default": void 0
},
defaultInputValue: {
type: Array
},
label: {
type: [String, Function]
},
panel: {
type: [String, Function]
},
popupProps: {
type: Object
},
popupVisible: Boolean,
rangeInputProps: {
type: Object
},
readonly: {
type: Boolean,
"default": void 0
},
status: {
type: String,
"default": "default",
validator: function validator(val) {
if (!val) return true;
return ["default", "success", "warning", "error"].includes(val);
}
},
tips: {
type: [String, Function]
},
onInputChange: Function,
onPopupVisibleChange: Function
};
exports["default"] = props;
//# sourceMappingURL=range-input-popup-props.js.map