UNPKG

xdesign-vue-next

Version:

XDesign Component for vue-next

49 lines (44 loc) 909 B
/** * xdesign v1.0.6 * (c) 2023 xdesign * @license MIT */ 'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); /* unplugin-vue-components disabled */var props = { autoWidth: Boolean, disabled: Boolean, inputValue: { type: Array, "default": void 0 }, defaultInputValue: { type: Array }, panel: { type: [String, Function] }, popupProps: { type: Object }, popupVisible: Boolean, rangeInputProps: { type: Object }, readonly: Boolean, 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