yanzhen-design-vue
Version:
27 lines (26 loc) • 971 B
JavaScript
;
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const utilsVue = require("@yanzhen-libs/utils-vue");
require("../../../hooks/index.cjs");
const otherTable = require("./other-table.cjs");
const otherTableSelect = require("./other-table-select.cjs");
const index = require("../../../hooks/use-namespace/index.cjs");
const ns = index.useNamespace("other-tables");
const otherTablesOptions = {
ns,
class: ns.b(),
name: ns.defineVNodeName()
};
const otherTablesName = otherTablesOptions.name;
const otherTablesProps = utilsVue.buildProps({
...otherTable.otherTableProps,
...otherTableSelect.otherTableSelectProps
});
const otherTablesEmits = utilsVue.buildEmits({
...otherTable.otherTableEmits,
...otherTableSelect.otherTableSelectEmits
});
exports.otherTablesEmits = otherTablesEmits;
exports.otherTablesName = otherTablesName;
exports.otherTablesOptions = otherTablesOptions;
exports.otherTablesProps = otherTablesProps;