yanzhen-design-vue
Version:
41 lines (40 loc) • 1.39 kB
JavaScript
;
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const utilsVue = require("@yanzhen-libs/utils-vue");
const core = require("@yanzhen-lowcode/core");
require("../../../hooks/index.cjs");
const index = require("../../../hooks/use-namespace/index.cjs");
const ns = index.useNamespace("other-table-select");
const otherTableSelectOptions = {
ns,
class: ns.b(),
name: ns.defineVNodeName()
};
const otherTableSelectName = otherTableSelectOptions.name;
const otherTableSelectProps = utilsVue.buildProps({
...core.apiProviderBaseProps,
value: String,
disabled: Boolean,
originAttributes: Object,
relBizObjectClassify: String,
relBizObjectModelCode: String,
relBizObjectModelPrimaryKey: String,
relBizObjectStorageMode: String,
theBizObjRelationTableColumnCode: String,
relBizObjectColumnCode: String,
relBizObjectColumnBizType: String,
theSourceColumnCode: String,
relSearchColumnCode: String,
relType: String,
bizObjectModelCode: String,
columnCode: String,
dataCommon: Object
});
const otherTableSelectEmits = utilsVue.buildEmits({
"update:value": (val) => true,
cx1Change: (val) => true
});
exports.otherTableSelectEmits = otherTableSelectEmits;
exports.otherTableSelectName = otherTableSelectName;
exports.otherTableSelectOptions = otherTableSelectOptions;
exports.otherTableSelectProps = otherTableSelectProps;