yanzhen-design-vue
Version:
45 lines (44 loc) • 1.35 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");
const otherTableOptions = {
ns,
class: ns.b(),
name: ns.defineVNodeName()
};
const otherTableName = otherTableOptions.name;
const otherTableProps = utilsVue.buildProps({
...core.apiProviderBaseProps,
value: String,
isConfiguring: {
type: Boolean,
default: false
},
isDetailConfigurePage: {
type: Boolean,
default: false
},
originAttributes: Object,
relBizObjectClassify: String,
relBizObjectModelCode: String,
relBizObjectModelPrimaryKey: String,
relBizObjectStorageMode: String,
theBizObjRelationTableColumnCode: String,
relBizObjectColumnCode: String,
relBizObjectColumnBizType: String,
theSourceColumnCode: String,
relSearchColumnCode: String,
relType: String,
sourceBizObjectModelCode: String
});
const otherTableEmits = utilsVue.buildEmits({
"update:value": (val) => true
});
exports.otherTableEmits = otherTableEmits;
exports.otherTableName = otherTableName;
exports.otherTableOptions = otherTableOptions;
exports.otherTableProps = otherTableProps;