ant-design-x-vue-next
Version:
Ant Design X for Vue — community continuation aligned with @ant-design/x
39 lines (38 loc) • 912 B
JavaScript
import { markRaw as o } from "vue";
import { registerCatalog as t } from "../catalog.mjs";
import { A2UICard as e, A2UIImage as r, A2UIDivider as a, A2UIRow as i, A2UIColumn as m, A2UICheckBox as n, A2UITextField as I, A2UIButton as C, A2UIText as A } from "./components.mjs";
import { basicCatalog as c, BASIC_CATALOG_ID as g } from "./catalog.mjs";
function l() {
return {
Text: o(A),
Button: o(C),
TextField: o(I),
CheckBox: o(n),
Column: o(m),
Row: o(i),
Divider: o(a),
Image: o(r),
Card: o(e)
};
}
function s() {
return t(c), {
catalogId: g,
components: l()
};
}
export {
C as A2UIButton,
e as A2UICard,
n as A2UICheckBox,
m as A2UIColumn,
a as A2UIDivider,
r as A2UIImage,
i as A2UIRow,
A as A2UIText,
I as A2UITextField,
g as BASIC_CATALOG_ID,
c as basicCatalog,
l as createBasicCatalogComponents,
s as registerBasicCatalog
};