forked from p4b8lshcr/ChefTronic
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 line
713 B
1 line
713 B
{"version":3,"file":"validator.mjs","sources":["../../../../../packages/utils/vue/validator.ts"],"sourcesContent":["import { componentSizes, datePickTypes } from '@element-plus/constants'\n\nimport type { ComponentSize, DatePickType } from '@element-plus/constants'\n\nexport const isValidComponentSize = (val: string): val is ComponentSize | '' =>\n ['', ...componentSizes].includes(val)\n\nexport const isValidDatePickType = (val: string): val is DatePickType =>\n ([...datePickTypes] as string[]).includes(val)\n"],"names":[],"mappings":";;;AAIa,MAAA,oBAAA,GAAuB,CAAC,GACnC,KAAA,CAAC,IAAI,GAAG,cAAc,CAAE,CAAA,QAAA,CAAS,GAAG,EAAA;AAEzB,MAAA,mBAAA,GAAsB,CAAC,GACjC,KAAA,CAAC,GAAG,aAAa,CAAA,CAAe,SAAS,GAAG;;;;"} |