yanzhen-design-vue
Version:
18 lines (17 loc) • 809 B
JavaScript
;
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const shared = require("@vue/shared");
const utilsVue = require("@yanzhen-libs/utils-vue");
const core = require("@yanzhen-lowcode/core");
const message = require("./message.cjs");
const messageApis = {
delete: Symbol("message-api-delete"),
download: Symbol("message-api-download")
};
const messageSchemaExtraProps = utilsVue.buildProps(core.apiProviderBaseProps);
const messageSchemaProps = shared.extend({}, messageSchemaExtraProps, message.messageProps);
const messageSchemaEmits = Object.assign({}, message.messageEmits);
exports.messageApis = messageApis;
exports.messageSchemaEmits = messageSchemaEmits;
exports.messageSchemaExtraProps = messageSchemaExtraProps;
exports.messageSchemaProps = messageSchemaProps;