yanzhen-design-vue
Version:
17 lines (16 loc) • 598 B
JavaScript
;
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const core = require("@yanzhen-lowcode/core");
const apis = require("../constants/apis.cjs");
const selectApis = apis.getApiSymbol();
function provideSelectApi(props) {
const _api = core.provideApiConfig(props);
const getColumnOptionSetQuery = (options) => {
return _api == null ? void 0 : _api.value.request(options ?? {}, selectApis[apis.Select.COLUMN_OPTION_SET_QUERY]);
};
return {
getColumnOptionSetQuery
};
}
exports.provideSelectApi = provideSelectApi;
exports.selectApis = selectApis;