theme.keycloak.v2.account.resources.widgets.ReferrerLink.js.map Maven / Gradle / Ivy
{"version":3,"file":"ReferrerLink.js","names":["React","Msg","ArrowIcon","ReferrerLink","Component","constructor","props","render","createElement","id","href","referrerUri","replace","msgKey","params","referrerName"],"sources":["../../src/app/widgets/ReferrerLink.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';\n\nimport {Msg} from './Msg';\n\nimport {ArrowIcon} from '@patternfly/react-icons';\n \ndeclare const referrerName: string;\ndeclare const referrerUri: string;\n\nexport interface ReferrerLinkProps {\n}\n\n/**\n * @author Stan Silvert [email protected] (C) 2018 Red Hat Inc.\n */\nexport class ReferrerLink extends React.Component {\n\n public constructor(props: ReferrerLinkProps) {\n super(props);\n }\n\n public render(): React.ReactNode {\n return (\n // '_hash_' is a workaround for when uri encoding is not\n // sufficient to escape the # character properly.\n // See AppInitiatedActionPage for more details.\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;AAEjB,SAAQC,GAAG;AAEX,SAAQC,SAAS;AAQjB;AACA;AACA;AACA,OAAO,MAAMC,YAAY,SAASH,KAAK,CAACI,SAAS,CAAoB;EAE1DC,WAAWA,CAACC,KAAwB,EAAE;IACzC,KAAK,CAACA,KAAK,CAAC;EAChB;EAEOC,MAAMA,CAAA,EAAoB;IAC7B;MAAA;MACI;MACA;MACA;MACAP,KAAA,CAAAQ,aAAA;QAAGC,EAAE,EAAC,cAAc;QAACC,IAAI,EAAEC,WAAW,CAACC,OAAO,CAAC,QAAQ,EAAE,GAAG;MAAE,gBAC3DZ,KAAA,CAAAQ,aAAA,CAACN,SAAS,MAAC,CAAC,KAAC,eAAAF,KAAA,CAAAQ,aAAA,CAACP,GAAG;QAACY,MAAM,EAAC,QAAQ;QAACC,MAAM,EAAE,CAACC,YAAY;MAAE,CAAC,CAC1D;IAAC;EAEZ;AACJ;AAAC"}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy