theme.keycloak.v2.account.resources.widgets.ReferrerDropdownItem.js.map Maven / Gradle / Ivy
{"version":3,"file":"ReferrerDropdownItem.js","names":["React","Msg","DropdownItem","ArrowIcon","ReferrerDropdownItem","Component","constructor","props","render","createElement","id","href","referrerUri","localize","referrerName"],"sources":["../../src/app/widgets/ReferrerDropdownItem.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 '../widgets/Msg';\n\nimport {DropdownItem} from '@patternfly/react-core';\nimport {ArrowIcon} from '@patternfly/react-icons';\n\ndeclare const referrerName: string;\ndeclare const referrerUri: string;\n\nexport interface ReferrerDropdownItemProps {\n}\n\n/**\n * @author Stan Silvert [email protected] (C) 2018 Red Hat Inc.\n */\nexport class ReferrerDropdownItem extends React.Component {\n\n public constructor(props: ReferrerDropdownItemProps) {\n super(props);\n }\n\n public render(): React.ReactNode {\n\n return (\n \n {Msg.localize('backTo', [referrerName])}\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,YAAY;AACpB,SAAQC,SAAS;AAQjB;AACA;AACA;AACA,OAAO,MAAMC,oBAAoB,SAASJ,KAAK,CAACK,SAAS,CAA4B;EAE1EC,WAAWA,CAACC,KAAgC,EAAE;IACjD,KAAK,CAACA,KAAK,CAAC;EAChB;EAEOC,MAAMA,CAAA,EAAoB;IAE7B,oBACIR,KAAA,CAAAS,aAAA,CAACP,YAAY;MAACQ,EAAE,EAAC,oBAAoB;MAACC,IAAI,EAAEC;IAAY,gBACpDZ,KAAA,CAAAS,aAAA,CAACN,SAAS,MAAE,CAAC,KAAC,EAACF,GAAG,CAACY,QAAQ,CAAC,QAAQ,EAAE,CAACC,YAAY,CAAC,CAC1C,CAAC;EAEvB;AACJ;AAAC"}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy