{"version":3,"file":"index.mjs","sources":["../../../../../packages/components/input/index.ts"],"sourcesContent":["import type { App, Plugin } from 'vue';\nimport AInputGroup from './src/Group';\nimport AInput from './src/Input';\nimport AInputPassword from './src/Password';\nimport AInputSearch from './src/Search';\nimport AInputTextArea from './src/TextArea';\n\nexport const InputGroup = AInputGroup;\nexport const InputSearch = AInputSearch;\nexport const Textarea = AInputTextArea;\nexport const InputPassword = AInputPassword;\n\nexport const Input = Object.assign(AInput, {\n  Group: AInputGroup,\n  Search: AInputSearch,\n  TextArea: AInputTextArea,\n  Password: AInputPassword,\n  install(app: App) {\n    app.component(AInput.name, AInput);\n    app.component(AInputGroup.name, AInputGroup);\n    app.component(AInputSearch.name, AInputSearch);\n    app.component(AInputTextArea.name, AInputTextArea);\n    app.component(AInputPassword.name, AInputPassword);\n    return app;\n  },\n});\n\nexport default Input as typeof Input & Plugin & {\n  readonly Group: typeof AInputGroup\n  readonly Search: typeof AInputSearch\n  readonly TextArea: typeof AInputTextArea\n  readonly Password: typeof AInputPassword\n};\n\nexport * from './src/interface';\nexport * from './src/props';\n"],"names":[],"mappings":";;;;;;;;AAOO,MAAM,UAAa,GAAA,YAAA;AACnB,MAAM,WAAc,GAAA,aAAA;AACpB,MAAM,QAAW,GAAA,eAAA;AACjB,MAAM,aAAgB,GAAA,eAAA;AAEhB,MAAA,KAAA,GAAQ,MAAO,CAAA,MAAA,CAAO,MAAQ,EAAA;AAAA,EACzC,KAAO,EAAA,WAAA;AAAA,EACP,MAAQ,EAAA,YAAA;AAAA,EACR,QAAU,EAAA,cAAA;AAAA,EACV,QAAU,EAAA,cAAA;AAAA,EACV,QAAQ,GAAU,EAAA;AAChB,IAAI,GAAA,CAAA,SAAA,CAAU,MAAO,CAAA,IAAA,EAAM,MAAM,CAAA,CAAA;AACjC,IAAI,GAAA,CAAA,SAAA,CAAU,WAAY,CAAA,IAAA,EAAM,WAAW,CAAA,CAAA;AAC3C,IAAI,GAAA,CAAA,SAAA,CAAU,YAAa,CAAA,IAAA,EAAM,YAAY,CAAA,CAAA;AAC7C,IAAI,GAAA,CAAA,SAAA,CAAU,cAAe,CAAA,IAAA,EAAM,cAAc,CAAA,CAAA;AACjD,IAAI,GAAA,CAAA,SAAA,CAAU,cAAe,CAAA,IAAA,EAAM,cAAc,CAAA,CAAA;AACjD,IAAO,OAAA,GAAA,CAAA;AAAA,GACT;AACF,CAAC;;;;"}