{"map":"{\"version\":3,\"file\":\"MotionSubject.js\",\"sourceRoot\":\"\",\"sources\":[\"../../../src/observables/MotionSubject.ts\"],\"names\":[],\"mappings\":\"AAAA;;;;;;;;;;;;;;GAcG;AAEH,8EAA8E;AAC9E,gFAAgF;AAChF,mBAAmB;AACnB,OAAO,EAEL,mBAAmB,GACpB,MAAM,cAAc,CAAC;AAEtB,OAAO,EACL,iBAAiB,GAClB,MAAM,qBAAqB,CAAC;AAE7B,OAAO,EACL,cAAc,GACf,MAAM,kBAAkB,CAAC;AAE1B,MAAM,oBAAwB,SAAQ,mBAAmB,CAAoC,iBAAiB,CAAC;CAAG;AAClH,eAAe,aAAa,CAAC;AAE7B,iCAAiC;AACjC,IAAI,CAAC;IACH,cAAc,EAAE,CAAC;AACnB,CAAC;AAAC,KAAK,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAA,CAAC\"}","code":"/** @license\r\n *  Copyright 2016 - present The Material Motion Authors. All Rights Reserved.\r\n *\r\n *  Licensed under the Apache License, Version 2.0 (the \"License\"); you may not\r\n *  use this file except in compliance with the License. You may obtain a copy\r\n *  of the License at\r\n *\r\n *      http://www.apache.org/licenses/LICENSE-2.0\r\n *\r\n *  Unless required by applicable law or agreed to in writing, software\r\n *  distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\r\n *  WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the\r\n *  License for the specific language governing permissions and limitations\r\n *  under the License.\r\n */\r\n// ObservableWithMotionOperators isn't referenced in this file, but TypeScript\r\n// gets mad if you remove it. (MotionSubject is using MotionDebounceable from an\r\n// external module)\r\nimport { withMotionOperators, } from '../operators';\r\nimport { IndefiniteSubject, } from './IndefiniteSubject';\r\nimport { fulfillProxies, } from './fulfillProxies';\r\nexport class MotionSubject extends withMotionOperators(IndefiniteSubject) {\r\n}\r\nexport default MotionSubject;\r\n// See explanation in `./proxies`\r\ntry {\r\n    fulfillProxies();\r\n}\r\ncatch (error) { }\r\n//# sourceMappingURL=MotionSubject.js.map"}
