blob: c028c83f351009f8bbb89df698d34a10a8d52716 [file] [log] [blame]
{"remainingRequest":"/Users/jaslan/Development/nifi-fds/angular-url-loader.js!/Users/jaslan/Development/nifi-fds/node_modules/babel-loader/lib/index.js??ref--5-2!/Users/jaslan/Development/nifi-fds/webapp/components/flow-design-system/dialogs/demo/fds-demo-dialog.js","dependencies":[{"path":"/Users/jaslan/Development/nifi-fds/webapp/components/flow-design-system/dialogs/demo/fds-demo-dialog.js","mtime":1562689731051},{"path":"/Users/jaslan/Development/nifi-fds/node_modules/cache-loader/dist/cjs.js","mtime":499162500000},{"path":"/Users/jaslan/Development/nifi-fds/angular-url-loader.js","mtime":1562689731025},{"path":"/Users/jaslan/Development/nifi-fds/node_modules/babel-loader/lib/index.js","mtime":499162500000}],"contextDependencies":[],"result":["/*\n * Licensed to the Apache Software Foundation (ASF) under one or more\n * contributor license agreements. See the NOTICE file distributed with\n * this work for additional information regarding copyright ownership.\n * The ASF licenses this file to You under the Apache License, Version 2.0\n * (the \"License\"); you may not use this file except in compliance with\n * the License. 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 */\nimport { MatDialogRef, MAT_DIALOG_DATA } from '@angular/material';\nimport { Component } from '@angular/core';\n/**\n * NfRegistryEditBucketPolicy constructor.\n *\n * @param nfRegistryApi The api service.\n * @param nfRegistryService The nf-registry.service module.\n * @param activatedRoute The angular route module.\n * @param matDialogRef The angular material dialog ref.\n * @param data The data passed into this component.\n * @constructor\n */\n\nfunction FdsDemoDialog(matDialogRef, data) {\n // Services\n this.dialogRef = matDialogRef;\n this.data = data;\n}\n\nFdsDemoDialog.prototype = {\n constructor: FdsDemoDialog,\n\n /**\n * Cancel creation of a new policy and close dialog.\n */\n cancel: function cancel() {\n this.dialogRef.close();\n }\n};\nFdsDemoDialog.annotations = [new Component({\n template: require('./fds-demo-dialog.html')})];\nFdsDemoDialog.parameters = [MatDialogRef, MAT_DIALOG_DATA];\nexport default FdsDemoDialog;"]}