UNPKG

@aplus-frontend/ui

Version:

66 lines (65 loc) 1.65 kB
import { defineComponent as r, createBlock as i, openBlock as p, unref as e, normalizeProps as l, guardReactiveProps as t, withCtx as d, createVNode as n } from "vue"; import { omit as m } from "lodash-unified"; import { ApForm as s } from "../../ap-form/index.mjs"; import u from "./ApSizeInput.mjs"; const _ = /* @__PURE__ */ r({ name: "ApFormItemSizeInput", __name: "form-item", props: { field: {}, htmlFor: {}, prefixCls: {}, label: {}, help: {}, extra: {}, labelCol: {}, wrapperCol: {}, hasFeedback: { type: Boolean, default: void 0 }, colon: { type: Boolean, default: void 0 }, labelAlign: {}, prop: {}, name: {}, rules: {}, autoLink: { type: Boolean, default: void 0 }, required: { type: Boolean, default: void 0 }, validateFirst: { type: Boolean, default: void 0 }, validateStatus: {}, validateTrigger: {}, messageVariables: {}, hidden: { type: Boolean, default: void 0 }, noStyle: { type: Boolean, default: void 0 }, tooltip: {}, span: {}, order: {}, offset: {}, push: {}, pull: {}, xs: {}, sm: {}, md: {}, lg: {}, xl: {}, xxl: {}, flex: {}, bordered: { type: Boolean, default: void 0 }, valuePropName: {}, initialValue: {}, _signal: {}, transform: {}, description: {}, customFilled: {}, disabled: { type: Boolean } }, setup(a) { const o = a; return (f, c) => (p(), i(e(s).FormItem, l(t(e(m)(o, ["field"]))), { default: d(() => [ n(e(u), l(t(o.field || {})), null, 16) ]), _: 1 }, 16)); } }); export { _ as default };