@gravel-form/blueprintjs
Version:
A flexible middlewares driven json schema form with Blueprintjs
1 lines • 725 B
Source Map (JSON)
{"version":3,"sources":["middlewares/NotSupportedMw.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,4BAA4B,EAAE,MAAM,UAAU,CAAC;AAGxD,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,4BAA4B,CAEjE,CAAC;AAEF,eAAe,cAAc,CAAC","file":"NotSupportedMw.d.ts","sourcesContent":["import * as React from 'react';\nimport { toJSONSchemaPath } from '../core';\nimport { BlueprintFormMiddlewareProps } from '../share';\nimport { Callout, Intent } from '@blueprintjs/core';\n\nexport const NotSupportedMw: React.FC<BlueprintFormMiddlewareProps> = ({ schemaPath }) => (\n <Callout intent={Intent.DANGER}>schema not supported, location {toJSONSchemaPath(schemaPath)}</Callout>\n);\n\nexport default NotSupportedMw;\n"]}