UNPKG

@wetspace/pro-components

Version:
39 lines (38 loc) 1.16 kB
import { defineComponent as i, openBlock as c, createBlock as n, unref as o, normalizeProps as r, guardReactiveProps as t, withCtx as a, createVNode as l } from "vue"; import "../../delete-button/index.mjs"; import "../../count-down-button/index.mjs"; import "../../ellipsis/index.mjs"; import "../index.mjs"; import { WetProFormItem as s } from "../../pro-form/index.mjs"; import "../../pro-table/index.mjs"; import "../../pro-descriptions/index.mjs"; import "../../pro-list/index.mjs"; import "../../layout/index.mjs"; import "../../page/index.mjs"; import "../../guide/index.mjs"; import "../../notice-menu/index.mjs"; import "../../state/index.mjs"; import { ElColorPicker as f } from "element-plus"; import { wetProFormItemProps as u } from "../../pro-form/src/types.mjs"; const E = /* @__PURE__ */ i({ name: "WetFormColorPicker", __name: "color-picker", props: { ...u, formInputProps: { type: Object } }, setup(e) { const m = e; return (P, _) => (c(), n(o(s), r(t(m)), { default: a(({ inputProps: p }) => [ l(o(f), r(t(p)), null, 16) ]), _: 1 }, 16)); } }); export { E as default };