{"version":3,"file":"search-more.mjs","sources":["../../../../../../packages/components/input/src/search-more.ts"],"sourcesContent":["import { isString, isArray } from \"@vue/shared\";\nimport { buildProps } from \"@xplus/utils/props\";\nimport type { ExtractPropTypes } from \"vue\";\n\nexport const searchMoreProps = buildProps({\n  modelValue: {\n    type: String,\n    required: true,\n  },\n  morePlaceholder: {\n    type: String,\n  },\n  disabledRows: {\n    type: Number,\n    default: 200,\n  },\n} as const);\nexport type SearchMoreProps = ExtractPropTypes<typeof searchMoreProps>;\nexport const searchMoreEmits = {\n  \"update:modelValue\": (value: string) => isString(value),\n  change: (value: string[]) => isArray(value),\n};\nexport type SearchMoreEmits = typeof searchMoreEmits;\n"],"names":[],"mappings":";;;AAEY,MAAC,eAAe,GAAG,UAAU,CAAC;AAC1C,EAAE,UAAU,EAAE;AACd,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,QAAQ,EAAE,IAAI;AAClB,GAAG;AACH,EAAE,eAAe,EAAE;AACnB,IAAI,IAAI,EAAE,MAAM;AAChB,GAAG;AACH,EAAE,YAAY,EAAE;AAChB,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,OAAO,EAAE,GAAG;AAChB,GAAG;AACH,CAAC,EAAE;AACS,MAAC,eAAe,GAAG;AAC/B,EAAE,mBAAmB,EAAE,CAAC,KAAK,KAAK,QAAQ,CAAC,KAAK,CAAC;AACjD,EAAE,MAAM,EAAE,CAAC,KAAK,KAAK,OAAO,CAAC,KAAK,CAAC;AACnC;;;;"}