{"version":3,"file":"click-input.mjs","sources":["../../../../../../../packages/components/api-component/src/config/click-input.ts"],"sourcesContent":["import { buildProps, definePropType } from '@ll-plus/utils'\r\n\r\nimport { type IModalType } from './index'\r\n\r\nexport const clickInputProps = buildProps({\r\n  value: {\r\n    type: String,\r\n    default: ''\r\n  },\r\n  disabled: {\r\n    type: Boolean,\r\n    default: false\r\n  },\r\n  type: {\r\n    type: definePropType<IModalType>(String),\r\n    default: 'textarea'\r\n  }\r\n} as const)\r\n\r\nexport const clickInputEmits = {\r\n  'update:value': (value: string) => !!value\r\n}\r\n"],"names":[],"mappings":";;;;AAIO,MAAM,kBAAkB,UAAA,CAAW;AAAA,EACxC,KAAA,EAAO;AAAA,IACL,IAAA,EAAM,MAAA;AAAA,IACN,OAAA,EAAS;AAAA,GACX;AAAA,EACA,QAAA,EAAU;AAAA,IACR,IAAA,EAAM,OAAA;AAAA,IACN,OAAA,EAAS;AAAA,GACX;AAAA,EACA,IAAA,EAAM;AAAA,IACJ,IAAA,EAAM,eAA2B,MAAM,CAAA;AAAA,IACvC,OAAA,EAAS;AAAA;AAEb,CAAU;AAEH,MAAM,eAAA,GAAkB;AAAA,EAC7B,cAAA,EAAgB,CAAC,KAAA,KAAkB,CAAC,CAAC;AACvC;;;;"}