yanzhen-design-vue
Version:
25 lines (24 loc) • 910 B
JavaScript
;
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const utilsVue = require("@yanzhen-libs/utils-vue");
require("../../../hooks/index.cjs");
const vxeTableProps$1 = require("./vxe-table-props.cjs");
const index = require("../../../hooks/use-namespace/index.cjs");
const ns = index.useNamespace("vxe-table");
const vxeTableOptions = {
ns,
class: ns.b(),
name: ns.defineVNodeName()
};
const vxeTableName = vxeTableOptions.name;
const vxeTablePreviewName = ns.defineVNodeName("preview");
const vxeTableProps = utilsVue.buildProps({
...vxeTableProps$1.VxeTable.props,
tag: String
});
const vxeTableEmits = utilsVue.buildEmits(vxeTableProps$1.VxeTable.emits);
exports.vxeTableEmits = vxeTableEmits;
exports.vxeTableName = vxeTableName;
exports.vxeTableOptions = vxeTableOptions;
exports.vxeTablePreviewName = vxeTablePreviewName;
exports.vxeTableProps = vxeTableProps;