{"version":3,"file":"breadcrumb-item.mjs","sources":["../../../../../../packages/components/breadcrumb/src/breadcrumb-item.ts"],"sourcesContent":["import { buildProps, definePropType } from '@sgui-plus/utils/props'\r\nimport type { ExtractPropTypes } from 'vue'\r\nimport type { RouteLocationRaw } from 'vue-router'\r\nimport type BreadcrumbItem from './breadcrumb-item.vue'\r\n\r\nexport const breadcrumbItemProps = buildProps({\r\n  to: {\r\n    type: definePropType<RouteLocationRaw>([String, Object]),\r\n    default: '',\r\n  },\r\n  replace: {\r\n    type: Boolean,\r\n    default: false,\r\n  }\r\n} as const)\r\nexport type BreadcrumbItemProps = ExtractPropTypes<typeof breadcrumbItemProps>\r\n\r\nexport type BreadcrumbItemInstance = InstanceType<typeof BreadcrumbItem>\r\n"],"names":[],"mappings":";;AACY,MAAC,mBAAmB,GAAG,UAAU,CAAC;AAC9C,EAAE,EAAE,EAAE;AACN,IAAI,IAAI,EAAE,cAAc,CAAC,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;AAC1C,IAAI,OAAO,EAAE,EAAE;AACf,GAAG;AACH,EAAE,OAAO,EAAE;AACX,IAAI,IAAI,EAAE,OAAO;AACjB,IAAI,OAAO,EAAE,KAAK;AAClB,GAAG;AACH,CAAC;;;;"}