All Downloads are FREE. Search and download functionalities are using the official Maven repository.

theme.keycloak.v2.account.resources.widgets.EmptyMessageState.js.map Maven / Gradle / Ivy

There is a newer version: 26.0.5
Show newest version
{"version":3,"file":"EmptyMessageState.js","names":["React","EmptyState","EmptyStateVariant","Title","EmptyStateIcon","EmptyStateBody","Msg","EmptyMessageState","Component","constructor","props","render","createElement","variant","full","icon","headingLevel","size","msgKey","messageKey","children"],"sources":["../../src/app/widgets/EmptyMessageState.tsx"],"sourcesContent":["/*\n * Copyright 2018 Red Hat, Inc. and/or its affiliates.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n *      http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport * as React from 'react';\nimport {\n    EmptyState,\n    EmptyStateVariant,\n    Title,\n    EmptyStateIcon,\n    EmptyStateBody,\n} from '@patternfly/react-core'\n\nimport { Msg } from './Msg';\nimport {SVGIconProps} from '@patternfly/react-icons/dist/esm/createIcon';\n\nexport interface EmptyMessageStateProps {\n    icon: React.ComponentType;\n    messageKey: string;\n}\n\nexport default class EmptyMessageState extends React.Component {\n    constructor(props: EmptyMessageStateProps) {\n        super(props);\n    }\n\n    render() {\n        return (\n            \n                \n                \n                    <Msg msgKey={this.props.messageKey} />\n                \n                \n                    {this.props.children}\n                \n            \n        );\n    }\n}\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,OAAO,KAAKA,KAAK;AACjB,SACIC,UAAU,EACVC,iBAAiB,EACjBC,KAAK,EACLC,cAAc,EACdC,cAAc;AAGlB,SAASC,GAAG;AAQZ,eAAe,MAAMC,iBAAiB,SAASP,KAAK,CAACQ,SAAS,CAA6B;EACvFC,WAAWA,CAACC,KAA6B,EAAE;IACvC,KAAK,CAACA,KAAK,CAAC;EAChB;EAEAC,MAAMA,CAAA,EAAG;IACL,oBACIX,KAAA,CAAAY,aAAA,CAACX,UAAU;MAACY,OAAO,EAAEX,iBAAiB,CAACY;IAAK,gBACxCd,KAAA,CAAAY,aAAA,CAACR,cAAc;MAACW,IAAI,EAAE,IAAI,CAACL,KAAK,CAACK;IAAK,CAAE,CAAC,eACzCf,KAAA,CAAAY,aAAA,CAACT,KAAK;MAACa,YAAY,EAAC,IAAI;MAACC,IAAI,EAAC;IAAI,gBAC9BjB,KAAA,CAAAY,aAAA,CAACN,GAAG;MAACY,MAAM,EAAE,IAAI,CAACR,KAAK,CAACS;IAAW,CAAE,CAClC,CAAC,eACRnB,KAAA,CAAAY,aAAA,CAACP,cAAc,QACV,IAAI,CAACK,KAAK,CAACU,QACA,CACR,CAAC;EAErB;AACJ"}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy