@opensig/opendesign
Version:
72 lines (71 loc) • 2.15 kB
JavaScript
import _sfc_main from "./OYearPicker.vue.mjs";
import _sfc_main$1 from "./OMonthPicker.vue.mjs";
import _sfc_main$2 from "./ODatePicker.vue.mjs";
import _sfc_main$3 from "./ODateTimePicker.vue.mjs";
import _sfc_main$4 from "./OYearRangePicker.vue.mjs";
import _sfc_main$5 from "./OMonthRangePicker.vue.mjs";
import _sfc_main$6 from "./ODateRangePicker.vue.mjs";
import _sfc_main$7 from "./ODateTimeRangePicker.vue.mjs";
import { basePickerProps, dateConstraintProps, datePickerProps, dateRangePickerProps, dateTimePickerProps, dateTimeRangePickerProps, monthPickerProps, monthRangePickerProps, popupPickerProps, timeConstraintProps, yearPickerProps, yearRangePickerProps } from "./types.mjs";
const OYearPicker = Object.assign(_sfc_main, {
install(app) {
app.component("OYearPicker", _sfc_main);
}
});
const OMonthPicker = Object.assign(_sfc_main$1, {
install(app) {
app.component("OMonthPicker", _sfc_main$1);
}
});
const ODatePicker = Object.assign(_sfc_main$2, {
install(app) {
app.component("ODatePicker", _sfc_main$2);
}
});
const ODateTimePicker = Object.assign(_sfc_main$3, {
install(app) {
app.component("ODateTimePicker", _sfc_main$3);
}
});
const OYearRangePicker = Object.assign(_sfc_main$4, {
install(app) {
app.component("OYearRangePicker", _sfc_main$4);
}
});
const OMonthRangePicker = Object.assign(_sfc_main$5, {
install(app) {
app.component("OMonthRangePicker", _sfc_main$5);
}
});
const ODateRangePicker = Object.assign(_sfc_main$6, {
install(app) {
app.component("ODateRangePicker", _sfc_main$6);
}
});
const ODateTimeRangePicker = Object.assign(_sfc_main$7, {
install(app) {
app.component("ODateTimeRangePicker", _sfc_main$7);
}
});
export {
ODatePicker,
ODateRangePicker,
ODateTimePicker,
ODateTimeRangePicker,
OMonthPicker,
OMonthRangePicker,
OYearPicker,
OYearRangePicker,
basePickerProps,
dateConstraintProps,
datePickerProps,
dateRangePickerProps,
dateTimePickerProps,
dateTimeRangePickerProps,
monthPickerProps,
monthRangePickerProps,
popupPickerProps,
timeConstraintProps,
yearPickerProps,
yearRangePickerProps
};