yanzhen-design-vue
Version:
28 lines (27 loc) • 1.73 kB
JavaScript
;
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
const core = require("@yanzhen-lowcode/core");
require("./src/other-tables.vue.cjs");
require("./src/other-table-select.vue.cjs");
const otherTables = require("./src/other-tables.cjs");
require("./src/hooks/index.cjs");
const schema = require("./schema.cjs");
const otherTableSelect_vue_vue_type_script_setup_true_lang = require("./src/other-table-select.vue2.cjs");
const otherTables_vue_vue_type_script_setup_true_lang = require("./src/other-tables.vue2.cjs");
const useOtherTableApis = require("./src/hooks/use-other-table-apis.cjs");
const useOtherTableConfig = require("./src/hooks/use-other-table-config.cjs");
const YzOtherTableSelect = core.withInstall(otherTableSelect_vue_vue_type_script_setup_true_lang.default);
const YzOtherTables = core.withInstall(otherTables_vue_vue_type_script_setup_true_lang.default);
exports.otherTablesEmits = otherTables.otherTablesEmits;
exports.otherTablesName = otherTables.otherTablesName;
exports.otherTablesOptions = otherTables.otherTablesOptions;
exports.otherTablesProps = otherTables.otherTablesProps;
exports.YzSchemaOtherTables = schema.YzSchemaOtherTables;
exports.otherTablesApis = useOtherTableApis.otherTablesApis;
exports.provideOtherTableBizObjectParamsApi = useOtherTableApis.provideOtherTableBizObjectParamsApi;
exports.provideOtherTablesConfig = useOtherTableConfig.provideOtherTablesConfig;
exports.useOtherTable = useOtherTableConfig.useOtherTable;
exports.useOtherTablesConfig = useOtherTableConfig.useOtherTablesConfig;
exports.YzOtherTableSelect = YzOtherTableSelect;
exports.YzOtherTables = YzOtherTables;
exports.default = YzOtherTables;