UNPKG

leisure-lib

Version:

@leisure-lib/**所有子包的聚合包

31 lines (30 loc) 833 B
import { formWidget as n, containerWidget as r, containerRender as c, Button as i, Table as a, Icon as s, Area as l, Fliqo as m, LineText as f, FormRender as d, Typing as b, Upload as E } from "@leisure-lib/ui"; import * as h from "@leisure-lib/directives"; const j = "adv", O = { button: i, table: a, icon: s, area: l, fliqo: m, lineText: f, form: d, typing: b, upload: E }, p = { install: (o) => { Object.entries(O).forEach(([e, t]) => { o.component(`${j}-${e}`, t); }), Object.entries(n).forEach(([e, t]) => { o.component(e, t); }), Object.entries(r).forEach(([e, t]) => { o.component(e, t); }), Object.entries(c).forEach(([e, t]) => { o.component(e, t); }), Object.entries(h).forEach(([e, t]) => { o.directive(e, t); }); } }; export { p as default };