{ "version": 3, "sources": ["../ui/app/components/directives/mn_element_crane/mn_element_crane.js"], "sourcesContent": ["/*\nCopyright 2016-Present Couchbase, Inc.\n\nUse of this software is governed by the Business Source License included in\nthe file licenses/BSL-Couchbase.txt. As of the Change Date specified in that\nfile, in accordance with the Business Source License, use of this software will\nbe governed by the Apache License, Version 2.0, included in the file\nlicenses/APL2.txt.\n*/\n\nimport angular from 'angular';\n\nimport {MnElementCargoComponent,\n MnElementDepotComponent} from '../../../mn.element.crane.js';\n\nimport {downgradeComponent, setAngularJSGlobal} from '@angular/upgrade/static';\nsetAngularJSGlobal(angular);\n\nexport default 'mnElementCrane';\n\nangular\n .module('mnElementCrane', [])\n .directive('mnElementDepot', downgradeComponent({component: MnElementDepotComponent}))\n .directive('mnElementCargo', downgradeComponent({component: MnElementCargoComponent}));\n"], "mappings": "mMAgBA,mBAAmB,WAEnB,GAAO,0BAAQ,iBAEf,UACG,OAAO,iBAAkB,IACzB,UAAU,iBAAkB,mBAAmB,CAAC,UAAW,2BAC3D,UAAU,iBAAkB,mBAAmB,CAAC,UAAW", "names": [] }