@aplus-frontend/ui
Version:
55 lines (54 loc) • 1.53 kB
JavaScript
import "../ap-action/index.mjs";
import "../ap-form/index.mjs";
import { ApFieldRead as e } from "../ap-field/index.mjs";
import "./components/index/index.vue.mjs";
import "./components/status/index.vue.mjs";
import m from "../ap-form/items/tree-select/index.vue.mjs";
import { ApFormItemText as t } from "../ap-form/items/text/index.mjs";
import r from "../ap-form/items/checkbox/index.vue.mjs";
import o from "../ap-form/items/text-area/index.vue.mjs";
import a from "../ap-form/items/switch/index.vue.mjs";
import i from "../ap-form/items/select/index.vue.mjs";
import c from "../ap-form/items/radio/index.vue.mjs";
import s from "../ap-form/items/number/index.vue.mjs";
import n from "../ap-form/items/date-range/index.vue.mjs";
import p from "../ap-form/items/date/index.vue.mjs";
import f from "./components/status/index.vue2.mjs";
import _ from "./components/index/index.vue2.mjs";
import d from "../ap-action/group/index.vue.mjs";
const C = {
date: p,
dateRange: n,
number: s,
radio: c,
select: i,
switch: a,
text: t,
textArea: o,
checkbox: r,
password: t.Password,
treeSelect: m
}, L = {
date: e.Date,
dateRange: e.DateRange,
number: e.Number,
radio: e.Radio,
select: e.Select,
switch: e.Switch,
text: e.Text,
textArea: e.TextArea,
checkbox: e.Checkbox,
action: d,
index: _,
status: f,
password: e.Password,
treeSelect: e.TreeSelect
}, N = [
"action",
"index"
];
export {
C as apTableFormItemMap,
L as apTableRenderItemMap,
N as noRenderAsFormItemValueList
};