{"version":3,"file":"sv-panel.mjs","sources":["../../../../../../../packages/components/color-picker/src/config/sv-panel.ts"],"sourcesContent":["import { buildProps, definePropType } from '@ll-plus/utils'\r\n\r\nimport Color from './color'\r\n\r\nimport type { ExtractPropTypes } from 'vue'\r\n\r\nimport type SvPanel from '../components/sv-panel.vue'\r\n\r\nexport const svPanelProps = buildProps({\r\n  color: {\r\n    type: definePropType<Color>(Object),\r\n    default: () => new Color()\r\n  }\r\n} as const)\r\n\r\n// props\r\nexport type SvPanelProps = ExtractPropTypes<typeof svPanelProps>\r\n\r\n// instance\r\nexport type SvPanelInstance = InstanceType<typeof SvPanel>\r\n"],"names":[],"mappings":";;;;;AAQO,MAAM,eAAe,UAAA,CAAW;AAAA,EACrC,KAAA,EAAO;AAAA,IACL,IAAA,EAAM,eAAsB,MAAM,CAAA;AAAA,IAClC,OAAA,EAAS,MAAM,IAAI,KAAA;AAAM;AAE7B,CAAU;;;;"}