tdesign-vue-next
Version:
TDesign Component for vue-next
1 lines • 949 B
Source Map (JSON)
{"version":3,"file":"index.mjs","sources":["../../../components/input/index.ts"],"sourcesContent":["import _Input from './input';\nimport _InputGroup from './input-group';\nimport { withInstall } from '@tdesign/shared-utils';\nimport { InputValue, TdInputProps } from './type';\n\nimport './style';\n\nexport * from './type';\nexport type InputProps<T = InputValue> = TdInputProps<T>;\nexport type InputBlurEventParams = Parameters<InputProps['onBlur']>;\nexport type InputFocusEventParams = Parameters<InputProps['onFocus']>;\nexport type StrInputProps = TdInputProps<string>;\nexport type NumberInputProps = TdInputProps<number>;\n\nexport const Input = withInstall(_Input);\nexport const InputGroup = withInstall(_InputGroup);\n\nexport default Input;\n"],"names":["Input","withInstall","_Input","InputGroup","_InputGroup"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAcaA,KAAA,GAAQC,YAAYC,MAAM,EAAA;IAC1BC,UAAA,GAAaF,YAAYG,WAAW;;;;"}